diff --git a/README.md b/README.md index 4975834..6a14911 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ ## Requirements -- Android: Titanium SDK 9.0.0+ -- iOS: Titanium SDK 11.0.0+ +- Titanium SDK 12.0.0+ ## Library versions: @@ -18,7 +17,7 @@ The Titanium modules use external libraries |Library|Platform|Version| |---|---|---| | [Airbnb Lottie](https://github.com/airbnb/lottie-android) | Android | 6.4.0 | -| [Airbnb Lottie](https://github.com/airbnb/lottie-ios) | iOS | 4.1.2 | +| [Airbnb Lottie](https://github.com/airbnb/lottie-ios) | iOS | 4.5.0 | | [Rive](https://github.com/rive-app/rive-android/) | Android | 5.1.5 | ## Create a View diff --git a/ios/platform/Lottie.xcframework/Info.plist b/ios/platform/Lottie.xcframework/Info.plist index f5171f1..a7401b2 100644 --- a/ios/platform/Lottie.xcframework/Info.plist +++ b/ios/platform/Lottie.xcframework/Info.plist @@ -5,8 +5,12 @@ AvailableLibraries + BinaryPath + Lottie.framework/Lottie + DebugSymbolsPath + dSYMs LibraryIdentifier - tvos-arm64_x86_64-simulator + xros-arm64_x86_64-simulator LibraryPath Lottie.framework SupportedArchitectures @@ -15,13 +19,33 @@ x86_64 SupportedPlatform - tvos + xros SupportedPlatformVariant simulator + BinaryPath + Lottie.framework/Lottie + DebugSymbolsPath + dSYMs LibraryIdentifier - macos-arm64_x86_64 + xros-arm64 + LibraryPath + Lottie.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + xros + + + BinaryPath + Lottie.framework/Versions/A/Lottie + DebugSymbolsPath + dSYMs + LibraryIdentifier + ios-arm64_x86_64-maccatalyst LibraryPath Lottie.framework SupportedArchitectures @@ -30,33 +54,51 @@ x86_64 SupportedPlatform - macos + ios + SupportedPlatformVariant + maccatalyst + BinaryPath + Lottie.framework/Versions/A/Lottie + DebugSymbolsPath + dSYMs LibraryIdentifier - tvos-arm64 + macos-arm64_x86_64 LibraryPath Lottie.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform - tvos + macos + BinaryPath + Lottie.framework/Lottie + DebugSymbolsPath + dSYMs LibraryIdentifier - ios-arm64 + tvos-arm64_x86_64-simulator LibraryPath Lottie.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform - ios + tvos + SupportedPlatformVariant + simulator + BinaryPath + Lottie.framework/Lottie + DebugSymbolsPath + dSYMs LibraryIdentifier ios-arm64_x86_64-simulator LibraryPath @@ -71,6 +113,38 @@ SupportedPlatformVariant simulator + + BinaryPath + Lottie.framework/Lottie + DebugSymbolsPath + dSYMs + LibraryIdentifier + tvos-arm64 + LibraryPath + Lottie.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + tvos + + + BinaryPath + Lottie.framework/Lottie + DebugSymbolsPath + dSYMs + LibraryIdentifier + ios-arm64 + LibraryPath + Lottie.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + CFBundlePackageType XFWK diff --git a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Headers/Lottie-Swift.h b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Headers/Lottie-Swift.h index c81ee08..bb4ee05 100644 --- a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Headers/Lottie-Swift.h +++ b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Headers/Lottie-Swift.h @@ -1,4 +1,6 @@ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) #ifndef LOTTIE_SWIFT_H #define LOTTIE_SWIFT_H #pragma clang diagnostic push @@ -22,10 +24,38 @@ #endif #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -60,53 +90,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif #endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif #endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif #endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif #endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif #endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif #endif #if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -126,28 +169,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) # endif #endif - #if !defined(SWIFT_PROTOCOL) # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA #endif - #if !defined(SWIFT_EXTENSION) # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) #endif - #if !defined(OBJC_DESIGNATED_INITIALIZER) # if __has_attribute(objc_designated_initializer) # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) # else -# define OBJC_DESIGNATED_INITIALIZER +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -176,18 +216,68 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) -# define IBSegueAction +# define IBSegueAction +#endif #endif -#if __has_feature(modules) +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif +@import CoreFoundation; @import CoreGraphics; @import Foundation; @import ObjectiveC; @@ -195,6 +285,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @import UIKit; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -202,6 +293,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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") @@ -210,8 +302,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSCoder; -@class NSNumber; @class UITouch; @class UIEvent; @@ -257,6 +349,7 @@ SWIFT_CLASS("_TtC6Lottie14AnimatedButton") /// An interactive switch with an ‘On’ and ‘Off’ state. When the user taps on the /// switch the state is toggled and the appropriate animation is played. /// Both the ‘On’ and ‘Off’ have an animation play range associated with their state. +/// Also available as a SwiftUI view (LottieSwitch). SWIFT_CLASS("_TtC6Lottie14AnimatedSwitch") @interface AnimatedSwitch : AnimatedControl - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; @@ -301,6 +394,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") /// Called by CoreAnimation to create a shadow copy of this layer /// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (void)addSublayer:(CALayer * _Nonnull)layer; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end @@ -325,6 +419,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") + @class NSString; @@ -355,6 +450,8 @@ SWIFT_CLASS("_TtC6Lottie26CompatibleAnimationKeypath") enum CompatibleRenderingEngineOption : NSInteger; @class NSURL; @class NSData; +@class CompatibleDictionaryTextProvider; +enum CompatibleBackgroundBehavior : NSInteger; @class UIColor; /// An Objective-C compatible wrapper around Lottie’s LottieAnimationView. @@ -379,9 +476,10 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") /// animation using the given rendering engine configuration. - (nonnull instancetype)initWithData:(NSData * _Nonnull)data compatibleRenderingEngineOption:(enum CompatibleRenderingEngineOption)compatibleRenderingEngineOption OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @property (nonatomic, strong) CompatibleAnimation * _Nullable compatibleAnimation; @property (nonatomic) CGFloat loopAnimationCount; +@property (nonatomic, strong) CompatibleDictionaryTextProvider * _Nullable compatibleDictionaryTextProvider; @property (nonatomic) UIViewContentMode contentMode; @property (nonatomic) BOOL shouldRasterizeWhenIdle; @property (nonatomic) CGFloat currentProgress; @@ -393,6 +491,7 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") @property (nonatomic) CGFloat animationSpeed; @property (nonatomic) BOOL respectAnimationFrameRate; @property (nonatomic, readonly) BOOL isAnimationPlaying; +@property (nonatomic) enum CompatibleBackgroundBehavior backgroundMode; - (void)play; - (void)playWithCompletion:(void (^ _Nullable)(BOOL))completion; /// Note: When calling this code from Objective-C, the method signature is @@ -421,6 +520,48 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") - (CGFloat)durationFrameTimeForMarker:(NSString * _Nonnull)named SWIFT_WARN_UNUSED_RESULT; @end +/// An Objective-C compatible version of LottieBackgroundBehavior. +typedef SWIFT_ENUM(NSInteger, CompatibleBackgroundBehavior, open) { +/// Stop the animation and reset it to the beginning of its current play time. The completion block is called. + CompatibleBackgroundBehaviorStop = 0, +/// Pause the animation in its current state. The completion block is called. + CompatibleBackgroundBehaviorPause = 1, +/// Pause the animation and restart it when the application moves to the foreground. +/// The completion block is stored and called when the animation completes. +///
    +///
  • +/// This is the default when using the Main Thread rendering engine. +///
  • +///
+ CompatibleBackgroundBehaviorPauseAndRestore = 2, +/// Stops the animation and sets it to the end of its current play time. The completion block is called. + CompatibleBackgroundBehaviorForceFinish = 3, +/// The animation continues playing in the background. +///
    +///
  • +/// This is the default when using the Core Animation rendering engine. +/// Playing an animation using the Core Animation engine doesn’t come with any CPU overhead, +/// so using .continuePlaying avoids the need to stop and then resume the animation +/// (which does come with some CPU overhead). +///
  • +///
  • +/// This mode should not be used with the Main Thread rendering engine. +///
  • +///
+ CompatibleBackgroundBehaviorContinuePlaying = 4, +}; + + +/// An Objective-C compatible wrapper around Lottie’s DictionaryTextProvider. +/// Use in tandem with CompatibleAnimationView to supply text to LottieAnimationView +/// when using Lottie in Objective-C. +SWIFT_CLASS("_TtC6Lottie32CompatibleDictionaryTextProvider") +@interface CompatibleDictionaryTextProvider : NSObject +- (nonnull instancetype)initWithValues:(NSDictionary * _Nonnull)values OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + /// An Objective-C compatible wrapper around Lottie’s RenderingEngineOption enum. Pass in an option /// to the CompatibleAnimationView initializers to configure the rendering engine for the view. typedef SWIFT_ENUM(NSInteger, CompatibleRenderingEngineOption, open) { @@ -488,6 +629,7 @@ SWIFT_CLASS("_TtC6Lottie10DebugLayer") + /// A CAGradientLayer subclass used to render a gradient outside the normal layer bounds ///
    ///
  • @@ -572,6 +714,23 @@ SWIFT_CLASS("_TtC6Lottie18InvertedMatteLayer") @end +/// A CALayer subclass for rendering Lottie animations. +///
      +///
    • +/// Also available as a SwiftUI view (LottieView) and a UIView subclass (LottieAnimationView) +///
    • +///
    +SWIFT_CLASS("_TtC6Lottie20LottieAnimationLayer") +@interface LottieAnimationLayer : CALayer +/// Called by CoreAnimation to create a shadow copy of this layer +/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init +- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + /// The base view for LottieAnimationView on iOS, tvOS, watchOS, and macCatalyst. /// Enables the LottieAnimationView implementation to be shared across platforms. SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @@ -586,6 +745,12 @@ SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @end +/// A UIView subclass for rendering Lottie animations. +///
      +///
    • +/// Also available as a SwiftUI view (LottieView) and a CALayer subclass (LottieAnimationLayer) +///
    • +///
    IB_DESIGNABLE SWIFT_CLASS("_TtC6Lottie19LottieAnimationView") @interface LottieAnimationView : LottieAnimationViewBase @@ -776,13 +941,22 @@ SWIFT_CLASS("_TtC6Lottie9TextLayer") /// The CALayer type responsible for only rendering the transform of a LayerModel SWIFT_CLASS("_TtC6Lottie14TransformLayer") @interface TransformLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)argument OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)__argument1 OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; @end + + +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif + +#else +#error unsupported Swift architecture +#endif diff --git a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Info.plist b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Info.plist index d2df183..e6570e2 100644 Binary files a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Info.plist and b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Info.plist differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Lottie b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Lottie index 97e9a85..789cd9b 100755 Binary files a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Lottie and b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Lottie differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios.abi.json b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios.abi.json new file mode 100644 index 0000000..987820e --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios.abi.json @@ -0,0 +1,67068 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ImageAsset", + "printedName": "ImageAsset", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC4nameSSvp", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC4nameSSvg", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "directory", + "printedName": "directory", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC9directorySSvp", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC9directorySSvg", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC5widthSdvp", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC5widthSdvg", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC6heightSdvp", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC6heightSdvg", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Final", + "AccessControl", + "Override" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie10ImageAssetC", + "mangledName": "$s6Lottie10ImageAssetC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "superclassUsr": "s:6Lottie5AssetC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.Asset" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationLayer", + "printedName": "LottieAnimationLayer", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4stopyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pauseyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationLayerDidLoad", + "printedName": "animationLayerDidLoad", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLayer", + "printedName": "animationLayer", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "screenScale", + "printedName": "screenScale", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12reloadImagesyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForBackgroundState", + "printedName": "updateAnimationForBackgroundState()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForForegroundState", + "printedName": "updateAnimationForForegroundState(wasWaitingToPlayAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer(im)init", + "mangledName": "$s6Lottie0A14AnimationLayerCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer", + "mangledName": "$s6Lottie0A14AnimationLayerC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)CALayer", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "QuartzCore.CALayer", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieButton", + "printedName": "LottieButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:action:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "mangledName": "$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6ButtonV4bodyQrvp", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6ButtonV4bodyQrvg", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedButton) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromProgress:toProgress:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate12fromProgress02toE02onAC14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromMarker:toMarker:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6ButtonV", + "mangledName": "$s6Lottie0A6ButtonV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "children": [ + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationFontProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultFontProvider", + "printedName": "DefaultFontProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultFontProviderCACycfc", + "mangledName": "$s6Lottie19DefaultFontProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultFontProviderC", + "mangledName": "$s6Lottie19DefaultFontProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationCache", + "printedName": "LottieAnimationCache", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14AnimationCacheO", + "mangledName": "$s6Lottie0A14AnimationCacheO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultAnimationCache", + "printedName": "DefaultAnimationCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21DefaultAnimationCacheCACycfc", + "mangledName": "$s6Lottie21DefaultAnimationCacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC05clearD0yyF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC05clearD0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21DefaultAnimationCacheC", + "mangledName": "$s6Lottie21DefaultAnimationCacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngineOption", + "printedName": "RenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> (Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie21RenderingEngineOptionO", + "mangledName": "$s6Lottie21RenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngine", + "printedName": "RenderingEngine", + "children": [ + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO10mainThreadyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvp", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvg", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvp", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvg", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15RenderingEngineO", + "mangledName": "$s6Lottie15RenderingEngineO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FilepathImageProvider", + "printedName": "FilepathImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21FilepathImageProviderC", + "mangledName": "$s6Lottie21FilepathImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "children": [ + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "children": [ + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DictionaryTextProvider", + "printedName": "DictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "mangledName": "$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie22DictionaryTextProviderC", + "mangledName": "$s6Lottie22DictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextProvider", + "printedName": "DefaultTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultTextProviderCACycfc", + "mangledName": "$s6Lottie19DefaultTextProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultTextProviderC", + "mangledName": "$s6Lottie19DefaultTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CoordinateSpace", + "printedName": "CoordinateSpace", + "children": [ + { + "kind": "Var", + "name": "type2d", + "printedName": "type2d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type2dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type2dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "type3d", + "printedName": "type3d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type3dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type3dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CoordinateSpace?", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivp", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivg", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15CoordinateSpaceO", + "mangledName": "$s6Lottie15CoordinateSpaceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimation", + "printedName": "LottieAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionary:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "startFrame", + "printedName": "startFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endFrame", + "printedName": "endFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "framerate", + "printedName": "framerate", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC9framerateSdvp", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC9framerateSdvg", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "markerNames", + "printedName": "markerNames", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvp", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvg", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8durationSdvp", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8durationSdvg", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bounds", + "printedName": "bounds", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "filepath", + "printedName": "filepath(_:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(_:bundle:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(data:strategy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "mangledName": "$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:closure:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forFrame:clamped:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime8forFrame7clamped14CoreFoundation7CGFloatVAI_SbtF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime11forProgress14CoreFoundation7CGFloatVAH_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "time", + "printedName": "time(forFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4time8forFrameSd14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime03forD014CoreFoundation7CGFloatVSd_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A9AnimationC", + "mangledName": "$s6Lottie0A9AnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieSwitch", + "printedName": "LottieSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "mangledName": "$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6SwitchV4bodyQrvp", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6SwitchV4bodyQrvg", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isOn", + "printedName": "isOn(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "mangledName": "$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "onAnimation", + "printedName": "onAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "offAnimation", + "printedName": "offAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6SwitchV", + "mangledName": "$s6Lottie0A6SwitchV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "children": [ + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "mangledName": "$s6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "mangledName": "$s6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie22AnimationCacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject, τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationSource", + "printedName": "LottieAnimationSource", + "children": [ + { + "kind": "Var", + "name": "lottieAnimation", + "printedName": "lottieAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dotLottieFile", + "printedName": "dotLottieFile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A15AnimationSourceO", + "mangledName": "$s6Lottie0A15AnimationSourceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieView", + "printedName": "LottieView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFile:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A4ViewV4bodyQrvp", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A4ViewV4bodyQrvg", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "mangledName": "$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resizable", + "printedName": "resizable()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9resizableACyxGyF", + "mangledName": "$s6Lottie0A4ViewV9resizableACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "intrinsicSize", + "printedName": "intrinsicSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "mangledName": "$s6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playACyxGyF", + "mangledName": "$s6Lottie0A4ViewV4playACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "looping", + "printedName": "looping()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7loopingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7loopingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "hasDefaultArg": true, + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "mangledName": "$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "mangledName": "$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7playingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paused", + "printedName": "paused(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "hasDefaultArg": true, + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playbackMode", + "printedName": "playbackMode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "mangledName": "$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationSpeed", + "printedName": "animationSpeed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "mangledName": "$s6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidLoad", + "printedName": "animationDidLoad(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "mangledName": "$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidFinish", + "printedName": "animationDidFinish(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "mangledName": "$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "mangledName": "$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "accessibilityLabel", + "printedName": "accessibilityLabel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "mangledName": "$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logger", + "printedName": "logger(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "mangledName": "$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "imageProvider", + "printedName": "imageProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationImageProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textProvider", + "printedName": "textProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationKeypathTextProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fontProvider", + "printedName": "fontProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationFontProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnyValueProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentProgress", + "printedName": "currentProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV15currentProgressyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentFrame", + "printedName": "currentFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12currentFrameyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV12currentFrameyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentTime", + "printedName": "currentTime(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "mangledName": "$s6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadAnimationTrigger", + "printedName": "reloadAnimationTrigger(_:showPlaceholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationProgress", + "printedName": "getRealtimeAnimationProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationFrame", + "printedName": "getRealtimeAnimationFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dotLottieConfigurationComponents", + "printedName": "dotLottieConfigurationComponents(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "mangledName": "$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A4ViewV", + "mangledName": "$s6Lottie0A4ViewV", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Asset", + "printedName": "Asset", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Asset", + "printedName": "Lottie.Asset", + "usr": "s:6Lottie5AssetC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie5AssetC2idSSvp", + "mangledName": "$s6Lottie5AssetC2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "Final", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie5AssetC2idSSvg", + "mangledName": "$s6Lottie5AssetC2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie5AssetC", + "mangledName": "$s6Lottie5AssetC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOption", + "printedName": "ReducedMotionOption", + "children": [ + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dynamic", + "printedName": "dynamic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable)", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOptionProvider", + "printedName": "Lottie.ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnyHashable", + "printedName": "Swift.AnyHashable", + "usr": "s:s11AnyHashableV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "systemReducedMotionToggle", + "printedName": "systemReducedMotionToggle", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivp", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivg", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie19ReducedMotionOptionO", + "mangledName": "$s6Lottie19ReducedMotionOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionMode", + "printedName": "ReducedMotionMode", + "children": [ + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivp", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivg", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie17ReducedMotionModeO", + "mangledName": "$s6Lottie17ReducedMotionModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "children": [ + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.ReducedMotionOptionProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SystemReducedMotionOptionProvider", + "printedName": "SystemReducedMotionOptionProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "SystemReducedMotionOptionProvider", + "printedName": "Lottie.SystemReducedMotionOptionProvider", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderVACycfc", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderVACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "SizeValueProvider", + "printedName": "SizeValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderC5blockACSo6CGSizeV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "mangledName": "$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie17SizeValueProviderC", + "mangledName": "$s6Lottie17SizeValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "OperatorDecl", + "name": "+|", + "printedName": "+|", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "OperatorDecl", + "name": "+-", + "printedName": "+-", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimation", + "printedName": "CompatibleAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:subdirectory:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)initWithName:subdirectory:bundle:", + "mangledName": "$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc", + "moduleName": "Lottie", + "objc_name": "initWithName:subdirectory:bundle:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)init", + "mangledName": "$s6Lottie19CompatibleAnimationCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation", + "mangledName": "$s6Lottie19CompatibleAnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleRenderingEngineOption", + "printedName": "CompatibleRenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionShared", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO6sharedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "defaultEngine", + "printedName": "defaultEngine", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionDefaultEngine", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO07defaultD0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionAutomatic", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionMainThread", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionCoreAnimation", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Function", + "name": "generateLottieConfiguration", + "printedName": "generateLottieConfiguration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Func", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleRenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleBackgroundBehavior", + "printedName": "CompatibleBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorStop", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPause", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPauseAndRestore", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorForceFinish", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorContinuePlaying", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleBackgroundBehavior?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationView", + "printedName": "CompatibleAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "compatibleAnimation", + "printedName": "compatibleAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopAnimationCount", + "printedName": "loopAnimationCount", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setLoopAnimationCount:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC04loopC5Count14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "compatibleDictionaryTextProvider", + "printedName": "compatibleDictionaryTextProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleDictionaryTextProvider:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setContentMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setShouldRasterizeWhenIdle:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentProgress:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentTime:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setAnimationSpeed:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setRespectAnimationFrameRate:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundMode", + "printedName": "backgroundMode", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setBackgroundMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)play", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4playyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithCompletion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "objc_name": "playWithCompletion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromProgress:toProgress:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromProgress:toProgress:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromFrame:toFrame:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromFrame:toFrame:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromMarker:toMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromMarker:toMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playWithMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)stop", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)pause", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)reloadImages", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)forceDisplayUpdate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)logHierarchyKeypaths", + "mangledName": "$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setColorValue", + "printedName": "setColorValue(_:forKeypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setColorValue:forKeypath:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getColorValue", + "printedName": "getColorValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIColor?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getColorValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getColorValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)addSubview:forLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(rect:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithRect:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithRect:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(point:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithPoint:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithPoint:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)progressTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "progressTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)frameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "frameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)durationFrameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "durationFrameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView", + "mangledName": "$s6Lottie23CompatibleAnimationViewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleDictionaryTextProvider", + "printedName": "CompatibleDictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(values:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)initWithValues:", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithValues:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)init", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ColorFormatDenominator", + "printedName": "ColorFormatDenominator", + "children": [ + { + "kind": "Var", + "name": "One", + "printedName": "One", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "OneHundred", + "printedName": "OneHundred", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "TwoFiftyFive", + "printedName": "TwoFiftyFive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivp", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivg", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie22ColorFormatDenominatorO", + "mangledName": "$s6Lottie22ColorFormatDenominatorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieColor", + "printedName": "LottieColor", + "children": [ + { + "kind": "Var", + "name": "r", + "printedName": "r", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1rSdvp", + "mangledName": "$s6Lottie0A5ColorV1rSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvg", + "mangledName": "$s6Lottie0A5ColorV1rSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvs", + "mangledName": "$s6Lottie0A5ColorV1rSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvM", + "mangledName": "$s6Lottie0A5ColorV1rSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "g", + "printedName": "g", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1gSdvp", + "mangledName": "$s6Lottie0A5ColorV1gSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvg", + "mangledName": "$s6Lottie0A5ColorV1gSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvs", + "mangledName": "$s6Lottie0A5ColorV1gSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvM", + "mangledName": "$s6Lottie0A5ColorV1gSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "b", + "printedName": "b", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1bSdvp", + "mangledName": "$s6Lottie0A5ColorV1bSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvg", + "mangledName": "$s6Lottie0A5ColorV1bSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvs", + "mangledName": "$s6Lottie0A5ColorV1bSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvM", + "mangledName": "$s6Lottie0A5ColorV1bSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "a", + "printedName": "a", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1aSdvp", + "mangledName": "$s6Lottie0A5ColorV1aSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvg", + "mangledName": "$s6Lottie0A5ColorV1aSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvs", + "mangledName": "$s6Lottie0A5ColorV1aSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvM", + "mangledName": "$s6Lottie0A5ColorV1aSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(r:g:b:a:denominator:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "hasDefaultArg": true, + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "mangledName": "$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV9hashValueSivp", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV9hashValueSivg", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A5ColorV", + "mangledName": "$s6Lottie0A5ColorV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ColorValueProvider", + "printedName": "ColorValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottieColor", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderC5blockAcA0aB0V14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18ColorValueProviderC", + "mangledName": "$s6Lottie18ColorValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypath", + "printedName": "AnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "keys", + "printedName": "keys", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvp", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvg", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvp", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvg", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivp", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivg", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie16AnimationKeypathV", + "mangledName": "$s6Lottie16AnimationKeypathV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieConfiguration", + "printedName": "LottieConfiguration", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(renderingEngine:decodingStrategy:colorSpace:reducedMotionOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "hasDefaultArg": true, + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "hasDefaultArg": true, + "usr": "c:@T@CGColorSpaceRef" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "hasDefaultArg": true, + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvpZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvgZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvsZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvMZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renderingEngine", + "printedName": "renderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "decodingStrategy", + "printedName": "decodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotionOption", + "printedName": "reducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "colorSpace", + "printedName": "colorSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivp", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivg", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A13ConfigurationV", + "mangledName": "$s6Lottie0A13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottiePlaybackMode", + "printedName": "LottiePlaybackMode", + "children": [ + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(at: Lottie.LottiePlaybackMode.PausedState)", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "playing", + "printedName": "playing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO8progressyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO8progressyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5frameyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5frameyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5pauseyA2CmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5pauseyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO12fromProgressyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO12fromProgressyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO9fromFrameyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO9fromFrameyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "TypeDecl", + "name": "PausedState", + "printedName": "PausedState", + "children": [ + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO8progressyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO8progressyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO5frameyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO5frameyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, position: Lottie.LottieMarkerPosition)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PlaybackMode", + "printedName": "PlaybackMode", + "children": [ + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvpZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvgZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO10toProgress_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO10toProgress_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO7toFrame_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO7toFrame_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO", + "mangledName": "$s6Lottie0A12PlaybackModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieMarkerPosition", + "printedName": "LottieMarkerPosition", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO5startyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO5startyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO3endyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO3endyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivp", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivg", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14MarkerPositionO", + "mangledName": "$s6Lottie0A14MarkerPositionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieVector2D", + "printedName": "LottieVector2D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector2DV", + "mangledName": "$s6Lottie0A8Vector2DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DecodingStrategy", + "printedName": "DecodingStrategy", + "children": [ + { + "kind": "Var", + "name": "legacyCodable", + "printedName": "legacyCodable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dictionaryBased", + "printedName": "dictionaryBased", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivp", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivg", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie16DecodingStrategyO", + "mangledName": "$s6Lottie16DecodingStrategyO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedControl", + "printedName": "AnimatedControl", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)init", + "mangledName": "$s6Lottie15AnimatedControlCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedControl?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithCoder:", + "mangledName": "$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "isEnabled", + "printedName": "isEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)enabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "enabled", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isEnabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isEnabled", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setEnabled:", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setEnabled:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isSelected", + "printedName": "isSelected", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)selected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "selected", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isSelected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isSelected", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setSelected:", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setSelected:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isHighlighted", + "printedName": "isHighlighted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)highlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "highlighted", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isHighlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isHighlighted", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setHighlighted:", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setHighlighted:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "continueTracking", + "printedName": "continueTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)continueTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC16continueTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "continueTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancelTracking", + "printedName": "cancelTracking(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)cancelTrackingWithEvent:", + "mangledName": "$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "cancelTrackingWithEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC15animationDidSetyyF", + "mangledName": "$s6Lottie15AnimatedControlC15animationDidSetyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationView", + "printedName": "animationView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setLayer", + "printedName": "setLayer(named:forState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "State", + "printedName": "UIKit.UIControl.State", + "usr": "c:@E@UIControlState" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "mangledName": "$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "mangledName": "$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithFrame:", + "mangledName": "$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl", + "mangledName": "$s6Lottie15AnimatedControlC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIControl", + "superclassNames": [ + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedButton", + "printedName": "AnimatedButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)init", + "mangledName": "$s6Lottie14AnimatedButtonCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedButton?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "performAction", + "printedName": "performAction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvp", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvg", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvs", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvM", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromProgress:toProgress:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromMarker:toMarker:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton", + "mangledName": "$s6Lottie14AnimatedButtonC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "children": [ + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvp", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvg", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "typeErasedStorage", + "printedName": "typeErasedStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderP9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "value", + "printedName": "value(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderPAAE5value5frameyp14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ValueProviderStorage", + "printedName": "ValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> ([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe<τ_0_0>]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO7closureyACyxGx14CoreFoundation7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO7closureyACyxGx12CoreGraphics7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie20ValueProviderStorageO", + "mangledName": "$s6Lottie20ValueProviderStorageO", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProviderStorage", + "printedName": "AnyValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> ([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Lottie.Keyframe], interpolate: (CoreGraphics.CGFloat) -> Any)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp14CoreFoundation7CGFloatVctcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp12CoreGraphics7CGFloatVctcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO7closureyACyp14CoreFoundation7CGFloatVccACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO7closureyACyp12CoreGraphics7CGFloatVccACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie23AnyValueProviderStorageO", + "mangledName": "$s6Lottie23AnyValueProviderStorageO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedSwitch", + "printedName": "AnimatedSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)init", + "mangledName": "$s6Lottie14AnimatedSwitchCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedSwitch?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC15animationDidSetyyF", + "mangledName": "$s6Lottie14AnimatedSwitchC15animationDidSetyyF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "CancelBehavior", + "printedName": "CancelBehavior", + "children": [ + { + "kind": "Var", + "name": "reverse", + "printedName": "reverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Var", + "name": "cancelBehavior", + "printedName": "cancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animateUpdateWhenChangingAnimation", + "printedName": "animateUpdateWhenChangingAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "stateUpdated", + "printedName": "stateUpdated", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isOn", + "printedName": "isOn", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setIsOn", + "printedName": "setIsOn(_:animated:shouldFireHaptics:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "mangledName": "$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setProgressForState", + "printedName": "setProgressForState(fromProgress:toProgress:forOnState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y14CoreFoundation7CGFloatV_AJSbtF", + "mangledName": "$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch", + "mangledName": "$s6Lottie14AnimatedSwitchC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector1D", + "printedName": "LottieVector1D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DVyACSdcfc", + "mangledName": "$s6Lottie0A8Vector1DVyACSdcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV5valueSdvp", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV5valueSdvg", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector1DV", + "mangledName": "$s6Lottie0A8Vector1DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector3D", + "printedName": "LottieVector3D", + "children": [ + { + "kind": "Var", + "name": "x", + "printedName": "x", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1xSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1xSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "y", + "printedName": "y", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1ySdvp", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1ySdvg", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "z", + "printedName": "z", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1zSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1zSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(x:y:z:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "mangledName": "$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "pointValue", + "printedName": "pointValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sizeValue", + "printedName": "sizeValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector3DV", + "mangledName": "$s6Lottie0A8Vector3DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieBackgroundBehavior", + "printedName": "LottieBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "default", + "printedName": "default(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A18BackgroundBehaviorO", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieLoopMode", + "printedName": "LottieLoopMode", + "children": [ + { + "kind": "Var", + "name": "playOnce", + "printedName": "playOnce", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO8playOnceyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO8playOnceyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loop", + "printedName": "loop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO4loopyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO4loopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "autoReverse", + "printedName": "autoReverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO11autoReverseyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO11autoReverseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeat", + "printedName": "repeat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO6repeatyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO6repeatyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeatBackwards", + "printedName": "repeatBackwards", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivp", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivg", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A8LoopModeO", + "mangledName": "$s6Lottie0A8LoopModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationView", + "printedName": "LottieAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationView?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithCoder:", + "mangledName": "$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4stopyyF", + "mangledName": "$s6Lottie0A13AnimationViewC4stopyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC5pauseyyF", + "mangledName": "$s6Lottie0A13AnimationViewC5pauseyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animateLayoutChangesWithCurrentCoreAnimationContext", + "printedName": "animateLayoutChangesWithCurrentCoreAnimationContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationQueued", + "printedName": "isAnimationQueued", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvp", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvg", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvs", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "viewportFrame", + "printedName": "viewportFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(py)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12reloadImagesyyF", + "mangledName": "$s6Lottie0A13AnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:bundle:subdirectory:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filePath:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:imageProvider:session:closure:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(asset:bundle:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieName:bundle:subdirectory:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFilePath:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieUrl:animationId:dotLottieCache:configuration:session:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieAsset:bundle:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView", + "mangledName": "$s6Lottie0A13AnimationViewC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "IBDesignable", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.LottieAnimationViewBase", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieError", + "printedName": "DotLottieError", + "children": [ + { + "kind": "Var", + "name": "noDataLoaded", + "printedName": "noDataLoaded", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "assetNotFound", + "printedName": "assetNotFound", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> (Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, bundle: Foundation.Bundle?)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "mangledName": "$s6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loadingFromAssetNotSupported", + "printedName": "loadingFromAssetNotSupported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidFileFormat", + "printedName": "invalidFileFormat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "invalidData", + "printedName": "invalidData", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "animationNotAvailable", + "printedName": "animationNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA5ErrorO", + "mangledName": "$s6Lottie03DotA5ErrorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FloatValueProvider", + "printedName": "FloatValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderC5blockAC14CoreFoundation7CGFloatVAGc_tcfc", + "mangledName": "$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderCyAC14CoreFoundation7CGFloatVcfc", + "mangledName": "$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "float", + "printedName": "float", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18FloatValueProviderC", + "mangledName": "$s6Lottie18FloatValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationKeypath", + "printedName": "CompatibleAnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeypath:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeypath:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeys:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeys:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "animationKeypath", + "printedName": "animationKeypath", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)init", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "children": [ + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "mangledName": "$s6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie03DotA13CacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieCache", + "printedName": "DotLottieCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA5CacheCACycfc", + "mangledName": "$s6Lottie03DotA5CacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvpZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvgZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivp", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivg", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivs", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivM", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC05clearC0yyF", + "mangledName": "$s6Lottie03DotA5CacheC05clearC0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "mangledName": "$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA5CacheC", + "mangledName": "$s6Lottie03DotA5CacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LayerType", + "printedName": "LayerType", + "children": [ + { + "kind": "Var", + "name": "precomp", + "printedName": "precomp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7precompyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7precompyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "solid", + "printedName": "solid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5solidyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5solidyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "image", + "printedName": "image", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5imageyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5imageyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "null", + "printedName": "null", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4nullyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4nullyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "shape", + "printedName": "shape", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5shapeyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5shapeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4textyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4textyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LayerType?", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9LayerTypeO8rawValueSivp", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9LayerTypeO8rawValueSivg", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9LayerTypeO", + "mangledName": "$s6Lottie9LayerTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MatteType", + "printedName": "MatteType", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO4noneyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO4noneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "add", + "printedName": "add", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO3addyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO3addyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "invert", + "printedName": "invert", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO6invertyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO6invertyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.MatteType?", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9MatteTypeO8rawValueSivp", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9MatteTypeO8rawValueSivg", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9MatteTypeO", + "mangledName": "$s6Lottie9MatteTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "BlendMode", + "printedName": "BlendMode", + "children": [ + { + "kind": "Var", + "name": "normal", + "printedName": "normal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6normalyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6normalyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "multiply", + "printedName": "multiply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO8multiplyyA2CmF", + "mangledName": "$s6Lottie9BlendModeO8multiplyyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "screen", + "printedName": "screen", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6screenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6screenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "overlay", + "printedName": "overlay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7overlayyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7overlayyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "darken", + "printedName": "darken", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6darkenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6darkenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "lighten", + "printedName": "lighten", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7lightenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7lightenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorDodge", + "printedName": "colorDodge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10colorDodgeyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10colorDodgeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorBurn", + "printedName": "colorBurn", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9colorBurnyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9colorBurnyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hardLight", + "printedName": "hardLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9hardLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9hardLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "softLight", + "printedName": "softLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9softLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9softLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "difference", + "printedName": "difference", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10differenceyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10differenceyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "exclusion", + "printedName": "exclusion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9exclusionyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9exclusionyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hue", + "printedName": "hue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO3hueyA2CmF", + "mangledName": "$s6Lottie9BlendModeO3hueyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "saturation", + "printedName": "saturation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10saturationyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10saturationyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO5coloryA2CmF", + "mangledName": "$s6Lottie9BlendModeO5coloryA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "luminosity", + "printedName": "luminosity", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10luminosityyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10luminosityyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.BlendMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9BlendModeO8rawValueSivp", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9BlendModeO8rawValueSivg", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9BlendModeO", + "mangledName": "$s6Lottie9BlendModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "GradientValueProvider", + "printedName": "GradientValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((CoreGraphics.CGFloat) -> [Swift.Double])?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG14CoreFoundation7CGFloatVc_SaySdGAKcSgtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "colors", + "printedName": "colors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "locations", + "printedName": "locations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvp", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvg", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvs", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvM", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21GradientValueProviderC", + "mangledName": "$s6Lottie21GradientValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfiguration", + "printedName": "DotLottieConfiguration", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "speed", + "printedName": "speed", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA13ConfigurationV", + "mangledName": "$s6Lottie03DotA13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfigurationComponents", + "printedName": "DotLottieConfigurationComponents", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "all", + "printedName": "all", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "BundleImageProvider", + "printedName": "BundleImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(bundle:searchPath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "mangledName": "$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19BundleImageProviderC", + "mangledName": "$s6Lottie19BundleImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationSubview", + "printedName": "AnimationSubview", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithFrame:", + "mangledName": "$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationSubview?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithCoder:", + "mangledName": "$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview", + "mangledName": "$s6Lottie16AnimationSubviewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationViewBase", + "printedName": "LottieAnimationViewBase", + "children": [ + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(py)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)setContentMode:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "didMoveToWindow", + "printedName": "didMoveToWindow()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)didMoveToWindow", + "mangledName": "$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "didMoveToWindow", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)layoutSubviews", + "mangledName": "$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithFrame:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationViewBase?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithCoder:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "mangledName": "$s6Lottie0A17AnimationViewBaseC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "zlib", + "printedName": "zlib", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Compression", + "printedName": "Compression", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieFile", + "printedName": "DotLottieFile", + "children": [ + { + "kind": "TypeDecl", + "name": "Animation", + "printedName": "Animation", + "children": [ + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA4FileC9AnimationV", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "animations", + "printedName": "animations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SynchronouslyBlockingCurrentThread", + "printedName": "SynchronouslyBlockingCurrentThread", + "children": [ + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA4FileC", + "mangledName": "$s6Lottie03DotA4FileC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieLogger", + "printedName": "LottieLogger", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(assert:assertionFailure:warn:info:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.Bool, @autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.Bool, () -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "hasDefaultArg": true + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "mangledName": "$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC6sharedACvpZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvgZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvsZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvMZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "assert", + "printedName": "assert(_:_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "assertionFailure", + "printedName": "assertionFailure(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "warn", + "printedName": "warn(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "info", + "printedName": "info(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4infoyySSyXKF", + "mangledName": "$s6Lottie0A6LoggerC4infoyySSyXKF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "printToConsole", + "printedName": "printToConsole", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvpZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvgZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvgZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A6LoggerC", + "mangledName": "$s6Lottie0A6LoggerC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "PointValueProvider", + "printedName": "PointValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGPoint", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderC5blockACSo7CGPointV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "mangledName": "$s6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "point", + "printedName": "point", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18PointValueProviderC", + "mangledName": "$s6Lottie18PointValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Keyframe", + "printedName": "Keyframe", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "mangledName": "$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(value:time:isHold:inTangent:outTangent:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_14CoreFoundation7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "mangledName": "$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC5valuexvp", + "mangledName": "$s6Lottie8KeyframeC5valuexvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC5valuexvg", + "mangledName": "$s6Lottie8KeyframeC5valuexvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isHold", + "printedName": "isHold", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC6isHoldSbvp", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC6isHoldSbvg", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "inTangent", + "printedName": "inTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "outTangent", + "printedName": "outTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialInTangent", + "printedName": "spatialInTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialOutTangent", + "printedName": "spatialOutTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie8KeyframeC", + "mangledName": "$s6Lottie8KeyframeC", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "children": [ + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Interpolatable", + "printedName": "Interpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatableP11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatableP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable, τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "children": [ + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "UIView", + "printedName": "UIView", + "declKind": "Class", + "usr": "c:objc(cs)UIView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIView", + "declAttributes": [ + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIResponder", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CALayer", + "printedName": "CALayer", + "children": [ + { + "kind": "Function", + "name": "logLayerTree", + "printedName": "logLayerTree(withIndent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:So7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "mangledName": "$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)CALayer", + "moduleName": "QuartzCore", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "CALayer", + "declAttributes": [ + "Available", + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Array", + "printedName": "Array", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:Sa", + "mangledName": "$sSa", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "_DestructorSafeContainer", + "printedName": "_DestructorSafeContainer", + "usr": "s:s24_DestructorSafeContainerP", + "mangledName": "$ss24_DestructorSafeContainerP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ArrayProtocol", + "printedName": "_ArrayProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "_Buffer", + "printedName": "_Buffer", + "children": [ + { + "kind": "TypeNominal", + "name": "_ArrayBuffer", + "printedName": "Swift._ArrayBuffer<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s12_ArrayBufferV" + } + ] + } + ], + "usr": "s:s14_ArrayProtocolP", + "mangledName": "$ss14_ArrayProtocolP" + }, + { + "kind": "Conformance", + "name": "RandomAccessCollection", + "printedName": "RandomAccessCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sk", + "mangledName": "$sSk" + }, + { + "kind": "Conformance", + "name": "MutableCollection", + "printedName": "MutableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:SM", + "mangledName": "$sSM" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSArray", + "printedName": "Foundation.NSArray", + "usr": "c:objc(cs)NSArray" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "ContiguousBytes", + "printedName": "ContiguousBytes", + "usr": "s:10Foundation15ContiguousBytesP", + "mangledName": "$s10Foundation15ContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DataProtocol", + "printedName": "DataProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "Regions", + "printedName": "Regions", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionOfOne", + "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt8]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt8", + "printedName": "Swift.UInt8", + "usr": "s:s5UInt8V" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s15CollectionOfOneV" + } + ] + } + ], + "usr": "s:10Foundation12DataProtocolP", + "mangledName": "$s10Foundation12DataProtocolP" + }, + { + "kind": "Conformance", + "name": "MutableDataProtocol", + "printedName": "MutableDataProtocol", + "usr": "s:10Foundation19MutableDataProtocolP", + "mangledName": "$s10Foundation19MutableDataProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Bundle", + "printedName": "Bundle", + "declKind": "Class", + "usr": "c:objc(cs)NSBundle", + "moduleName": "Foundation", + "isOpen": true, + "objc_name": "NSBundle", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGFloat", + "printedName": "CGFloat", + "declKind": "Struct", + "usr": "s:14CoreFoundation7CGFloatV", + "mangledName": "$s12CoreGraphics7CGFloatV", + "moduleName": "CoreFoundation", + "intro_Macosx": "10.0", + "intro_iOS": "2.0", + "intro_tvOS": "9.0", + "intro_watchOS": "1.0", + "declAttributes": [ + "Frozen", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "Available", + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Var", + "name": "lottieColorValue", + "printedName": "lottieColorValue", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGPoint", + "printedName": "CGPoint", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:So7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_14CoreFoundation7CGFloatVABSgALtF", + "mangledName": "$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGPoint", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Double", + "printedName": "Double", + "declKind": "Struct", + "usr": "s:Sd", + "mangledName": "$sSd", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Double.SIMD2Storage", + "usr": "s:Sd12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Double.SIMD4Storage", + "usr": "s:Sd12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Double.SIMD8Storage", + "usr": "s:Sd12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Double.SIMD16Storage", + "usr": "s:Sd13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Double.SIMD32Storage", + "usr": "s:Sd13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Double.SIMD64Storage", + "usr": "s:Sd13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGRect", + "printedName": "CGRect", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGRectV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGRect", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair, SwiftUI.AnimatablePair>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + }, + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGSize", + "printedName": "CGSize", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGSizeV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGSize", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DispatchQueue", + "printedName": "DispatchQueue", + "children": [ + { + "kind": "Var", + "name": "dotLottie", + "printedName": "dotLottie", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Var", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Accessor", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)OS_dispatch_queue", + "moduleName": "Dispatch", + "isOpen": true, + "objc_name": "OS_dispatch_queue", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "Sendable", + "HasMissingDesignatedInitializers", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)OS_dispatch_object", + "isExternal": true, + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Dispatch.DispatchObject", + "os_object.OS_object", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Scheduler", + "printedName": "Scheduler", + "children": [ + { + "kind": "TypeWitness", + "name": "SchedulerTimeType", + "printedName": "SchedulerTimeType", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerTimeType", + "printedName": "Dispatch.DispatchQueue.SchedulerTimeType", + "usr": "s:So17OS_dispatch_queueC8DispatchE17SchedulerTimeTypeV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SchedulerOptions", + "printedName": "SchedulerOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerOptions", + "printedName": "Dispatch.DispatchQueue.SchedulerOptions", + "usr": "s:So17OS_dispatch_queueC8DispatchE16SchedulerOptionsV" + } + ] + } + ], + "usr": "s:7Combine9SchedulerP", + "mangledName": "$s7Combine9SchedulerP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Float", + "printedName": "Float", + "declKind": "Struct", + "usr": "s:Sf", + "mangledName": "$sSf", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Float.SIMD2Storage", + "usr": "s:Sf12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Float.SIMD4Storage", + "usr": "s:Sf12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Float.SIMD8Storage", + "usr": "s:Sf12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Float.SIMD16Storage", + "usr": "s:Sf13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Float.SIMD32Storage", + "usr": "s:Sf13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Float.SIMD64Storage", + "usr": "s:Sf13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Optional", + "printedName": "Optional", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:Sq", + "mangledName": "$sSq", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "Gesture", + "printedName": "Gesture", + "children": [ + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI7GestureP", + "mangledName": "$s7SwiftUI7GestureP" + }, + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + }, + { + "kind": "Conformance", + "name": "TableRowContent", + "printedName": "TableRowContent", + "children": [ + { + "kind": "TypeWitness", + "name": "TableRowValue", + "printedName": "TableRowValue", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableRowValue" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableRowBody", + "printedName": "TableRowBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI15TableRowContentP", + "mangledName": "$s7SwiftUI15TableRowContentP" + }, + { + "kind": "Conformance", + "name": "Commands", + "printedName": "Commands", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI8CommandsP", + "mangledName": "$s7SwiftUI8CommandsP" + }, + { + "kind": "Conformance", + "name": "ToolbarContent", + "printedName": "ToolbarContent", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI14ToolbarContentP", + "mangledName": "$s7SwiftUI14ToolbarContentP" + }, + { + "kind": "Conformance", + "name": "CustomizableToolbarContent", + "printedName": "CustomizableToolbarContent", + "usr": "s:7SwiftUI26CustomizableToolbarContentP", + "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 1936, + "length": 7, + "value": "\"width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 2039, + "length": 8, + "value": "\"height\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "Array", + "offset": 2473, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2957, + "length": 10, + "value": "\";base64,\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1176, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1255, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Lottie.ShapeLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1733, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2037, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2050, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2106, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 4881, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 5785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 10, + "value": "\"Lottie.GroupLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 8600, + "length": 17, + "value": "\"repeater copies\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 8644, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 10090, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 10114, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 11862, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12004, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12171, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12503, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12656, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 13924, + "length": 187, + "value": "\"The Core Animation rendering engine doesn't support applying separate x\/y scale values (x: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14047, + "length": 1, + "value": "\", y: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14062, + "length": 1, + "value": "\") to this stroke item (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14097, + "length": 1, + "value": "\").\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 14163, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15150, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15230, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15944, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 16071, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 18465, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19886, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 20363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 264, + "length": 7, + "value": "\"Lottie.Ellipse\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 973, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3294, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3718, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7882, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8834, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 12406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18430, + "length": 376, + "value": "\"`LottieBackgroundBehavior.continuePlaying` should not be used with the Main Thread\nrendering engine, since this would waste CPU resources on playing an animation\nthat is not visible. Consider using a different background mode, or switching to\nthe Core Animation rendering engine (which does not have any CPU overhead).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 21894, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22155, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22868, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24528, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25137, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 25453, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 26873, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 31688, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 36243, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38392, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38886, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 39527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 40063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 40882, + "length": 11, + "value": "\"sublayers\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43201, + "length": 79, + "value": "\"Encountered Core Animation compatibility issues while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43356, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43364, + "length": 6, + "value": "\"\n\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43385, + "length": 339, + "value": "\"This animation cannot be rendered correctly by the Core Animation engine.\nTo resolve this issue, you can use `RenderingEngineOption.automatic`, which automatically falls back\nto the Main Thread rendering engine when necessary, or just use `RenderingEngineOption.mainThread`.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44014, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44052, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45301, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45339, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 45388, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45813, + "length": 78, + "value": "\"Encountered Core Animation compatibility issue while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45963, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45971, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45986, + "length": 397, + "value": "\"This animation may have additional compatibility issues, but animation setup was cancelled early to avoid wasted work.\n\nAutomatically falling back to Main Thread rendering engine. This fallback comes with some additional performance\noverhead, which can be reduced by manually specifying that this animation should always use the Main Thread engine.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 46828, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49073, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49431, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 51455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 51990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52717, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 53122, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 53577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53748, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 54129, + "length": 8, + "value": "\"Lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 20, + "value": "\"Lottie.LottieAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56463, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56541, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56629, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 3577, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4169, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4190, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7931, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7953, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 10820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "BooleanLiteral", + "offset": 11274, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 14105, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 13, + "value": "\"* |Children\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 406, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 3, + "value": "\"|\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2801, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4717, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5943, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 492, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 500, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 804, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 931, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 950, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 961, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 7, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1641, + "length": 9, + "value": "\".lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 324, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 351, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 413, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 441, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 525, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 677, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "Array", + "offset": 824, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1198, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1587, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "FloatLiteral", + "offset": 2567, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2576, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2872, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 4028, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5313, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 599, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 627, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 633, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 786, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 911, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 933, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 990, + "length": 4, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 1023, + "length": 4, + "value": "\"|_\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1204, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 2516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3438, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3555, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3672, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "FloatLiteral", + "offset": 3675, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3680, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3720, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3723, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3841, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3864, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3959, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4149, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4251, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4294, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4297, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4412, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4435, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4537, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4540, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4583, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4586, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4704, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4727, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 332, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 406, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "Array", + "offset": 448, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 560, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 636, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 718, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1293, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1566, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1648, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1671, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2207, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2376, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2388, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2394, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2866, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/FontProvider\/AnimationFontProvider.swift", + "kind": "BooleanLiteral", + "offset": 860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 535, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 1351, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 2763, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 3271, + "length": 101, + "value": "\"The Core Animation rendering engine currently doesn't support text animators.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3873, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 186, + "length": 9, + "value": "\"Lottie.TextLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1415, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1543, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3150, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3176, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 4191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "FloatLiteral", + "offset": 4304, + "length": 6, + "value": "1000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 5558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 601, + "length": 20, + "value": "\"Lottie.TextCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1723, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1794, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2817, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2868, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3682, + "length": 6, + "value": "10000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/AnimationCache\/DefaultAnimationCache.swift", + "kind": "IntegerLiteral", + "offset": 1224, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2332, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2968, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3017, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3201, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3246, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerImageProvider.swift", + "kind": "Dictionary", + "offset": 459, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1238, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1892, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1929, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/TextProvider\/AnimationTextProvider.swift", + "kind": "BooleanLiteral", + "offset": 3899, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1140, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1632, + "length": 12, + "value": "\"X Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1676, + "length": 12, + "value": "\"Y Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "Array", + "offset": 2877, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3321, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "IntegerLiteral", + "offset": 3412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "FloatLiteral", + "offset": 3872, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 1702, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2184, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 2717, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3254, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3279, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3305, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3916, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4036, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4071, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4148, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4333, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4587, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 1744, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 3494, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 4143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 5435, + "length": 102, + "value": "[\"reduced motion\", \"reduced_motion\", \"reduced-motion\", \"reducedmotion\"]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "FloatLiteral", + "offset": 738, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "StringLiteral", + "offset": 1556, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 227, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2884, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 3344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4186, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 4911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5038, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5207, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5783, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 6132, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6579, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6748, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 706, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2155, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2164, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2172, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2600, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2905, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 3086, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7851, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7858, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7965, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7974, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7982, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8035, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8137, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8186, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 331, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 337, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 764, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 805, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 863, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 874, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 904, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 915, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 926, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 2, + "value": "-3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 961, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1063, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1083, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1155, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1177, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1186, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1210, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1369, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1503, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1530, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1732, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1792, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1865, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1880, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1973, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2158, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2175, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2285, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2308, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2325, + "length": 5, + "value": "-27.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2342, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2352, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2372, + "length": 4, + "value": "54.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2432, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2685, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2770, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2836, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2879, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2981, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2984, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3123, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3183, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3301, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3355, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3432, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3445, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3486, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 218, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1175, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1626, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2193, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2640, + "length": 7, + "value": "\"Angle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "Dictionary", + "offset": 3041, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 415, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 511, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1109, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1168, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/SwiftUIView.swift", + "kind": "Array", + "offset": 1314, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 1046, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "Array", + "offset": 1216, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 1984, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2121, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2320, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3208, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3250, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 3335, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3639, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3923, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4058, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4575, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4615, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 458, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1015, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1319, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "Array", + "offset": 1595, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 243, + "length": 20, + "value": "\"Lottie.MaskCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2246, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2562, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2575, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2631, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1488, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3354, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3977, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 1078, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 2558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 525, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 1834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 2307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "StringLiteral", + "offset": 1513, + "length": 27, + "value": "\"Lottie.AnimationCompletionDelegate\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1933, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5751, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5755, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8480, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8698, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8956, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9835, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 13460, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 17756, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 21303, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22257, + "length": 67, + "value": "\"Failed to load asynchronous Lottie animation with error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22323, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 24126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/NodeProperty.swift", + "kind": "IntegerLiteral", + "offset": 453, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 943, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2844, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2857, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2913, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 2945, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3361, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3591, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3763, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 5467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 5958, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6763, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 6828, + "length": 36, + "value": "\"Lottie: Logging Animation Keypaths\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 348, + "length": 24, + "value": "\"Lottie.MainThreadAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 489, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 942, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.SolidCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 510, + "length": 30, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 529, + "length": 1, + "value": "\" (Content)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 598, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 902, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 971, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1369, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1999, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 20, + "value": "\"Lottie.BaseCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 590, + "length": 8, + "value": "\"Anchor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1291, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1509, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1742, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1978, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2214, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2760, + "length": 14, + "value": "\"Stroke Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3002, + "length": 12, + "value": "\"Fill Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3501, + "length": 10, + "value": "\"Tracking\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3727, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3936, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 4194, + "length": 22, + "value": "\"SelectedRangeOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5519, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 6023, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 7376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8327, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8389, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 8771, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9032, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 9385, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/ReducedMotionOption.swift", + "kind": "BooleanLiteral", + "offset": 2651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 807, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1060, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1147, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1297, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1380, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 840, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 994, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1735, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1776, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2138, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2183, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 4896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5290, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5815, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6331, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7638, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7660, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7727, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7847, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7897, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7979, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8182, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8239, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8362, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8786, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8926, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8952, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9272, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9435, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9558, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9586, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9613, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10049, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10062, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10535, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10615, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 11261, + "length": 4, + "value": "0.05" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11322, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 1328, + "length": 7, + "value": "0.55228" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1667, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 2479, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3619, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3673, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 442, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1394, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1796, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1816, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1892, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2195, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3801, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3856, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4093, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4146, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4295, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4862, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 4884, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4978, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5047, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5162, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5331, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6066, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6785, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7839, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8163, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8794, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8843, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 9479, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 10119, + "length": 57, + "value": "\"Vertex data does not match In Tangents and Out Tangents\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 10281, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 13490, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 13998, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 14041, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14718, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 328, + "length": 19, + "value": "\"Lottie.CompatibleAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7293, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7223, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "FloatLiteral", + "offset": 8127, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12172, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12199, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12252, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12491, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12546, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12573, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12601, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14128, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14617, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14723, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14808, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14891, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14972, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 15210, + "length": 32, + "value": "\"Lottie.CompatibleDictionaryTextProvider\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 853, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 874, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 909, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 929, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3104, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3654, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 418, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 653, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 778, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2176, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2799, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2803, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3006, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3822, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3827, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3906, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3914, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3972, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3984, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4220, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4560, + "length": 5, + "value": "0x400" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5659, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 5760, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5883, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6225, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6231, + "length": 4, + "value": "0x01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 8762, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9003, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9606, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12722, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2144, + "length": 366, + "value": "\"`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2183, + "length": 1, + "value": "\"` animation for \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2234, + "length": 3, + "value": "\"\" includes an After Effects expression (https:\/\/helpx.adobe.com\/after-effects\/using\/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2942, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3893, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5249, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 5438, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11375, + "length": 55, + "value": "\"Cannot create point from keyframe with value \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11429, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 12556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 12976, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13125, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13271, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 14168, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15429, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15457, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15466, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15612, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15640, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16080, + "length": 52, + "value": "\"`values.count` must exactly equal `keyTimes.count`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16213, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16225, + "length": 63, + "value": "\"`timingFunctions.count` must exactly equal `values.count - 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16624, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16635, + "length": 56, + "value": "\"`keyTimes.count` must exactly equal `values.count + 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16745, + "length": 79, + "value": "\"Unexpected keyframe calculation mode \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16812, + "length": 1366, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17389, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17428, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "StringLiteral", + "offset": 426, + "length": 6, + "value": "\"Path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 627, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 650, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 669, + "length": 8, + "value": "\"Offset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1575, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 1972, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 2032, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2206, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2213, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2276, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2286, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 2949, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3218, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3290, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3343, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3413, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3459, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3628, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4448, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 4813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 5690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 6086, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7760, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 7783, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8217, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8826, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8863, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 811, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 2004, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 3490, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Dictionary", + "offset": 4209, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4810, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4858, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5036, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 5257, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6045, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6524, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6554, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6751, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6800, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6845, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7104, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7486, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7691, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7728, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7750, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1471, + "length": 57, + "value": "\"init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1527, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2071, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 2361, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 7927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8440, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 9075, + "length": 12, + "value": "\"root layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10090, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10812, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11364, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11744, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12303, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 219, + "length": 18, + "value": "\"Lottie.CoreAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12994, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13188, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15153, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15244, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 15857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 15905, + "length": 114, + "value": "\"The Core Animation rendering engine currently doesn't support `respectAnimationFrameRate`)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 16086, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17305, + "length": 77, + "value": "\"Cannot log hierarchy keypaths until animation has been set up at least once\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 17397, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17423, + "length": 69, + "value": "\"Lottie: Rebuilding animation with hierarchy keypath logging enabled\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18271, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18521, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18732, + "length": 104, + "value": "\"The Core Animation rendering engine doesn't support retrieving `CALayer`s by keypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18953, + "length": 84, + "value": "\"The Core Animation rendering engine does not use `AnimatorNode`s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20553, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20560, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20650, + "length": 235, + "value": "\"This animation has a very large number of layers with time remapping (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20764, + "length": 1, + "value": "\" layers over \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20802, + "length": 6, + "value": "\" frames) so will perform poorly with the Core Animation rendering engine.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21106, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 21468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21504, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 284, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 316, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 352, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 657, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1192, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1714, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1797, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1167, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1942, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 400, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "StringLiteral", + "offset": 602, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 866, + "length": 8, + "value": "0xFF0000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 879, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 885, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 8, + "value": "0x00FF00" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 938, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 943, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 8, + "value": "0x0000FF" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 993, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1313, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1796, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1641, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4114, + "length": 23, + "value": "\"transform.translation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4306, + "length": 25, + "value": "\"transform.translation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4505, + "length": 25, + "value": "\"transform.translation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4700, + "length": 17, + "value": "\"transform.scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4739, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4888, + "length": 19, + "value": "\"transform.scale.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4929, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5053, + "length": 19, + "value": "\"transform.scale.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5094, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5221, + "length": 22, + "value": "\"transform.rotation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5265, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5417, + "length": 22, + "value": "\"transform.rotation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5613, + "length": 22, + "value": "\"transform.rotation.z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5657, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6203, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6635, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6908, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7121, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7332, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7565, + "length": 4, + "value": "-3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8423, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8819, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 9025, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 10849, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11335, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11821, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 12298, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 101, + "length": 9, + "value": "\"Lottie.Rectangle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 643, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 719, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 684, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 801, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1107, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 405, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 812, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 970, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1334, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1818, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1825, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2180, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2189, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3393, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4638, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4933, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4940, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5198, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5207, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5215, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"Lottie.Repeater\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 809, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 942, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1038, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2517, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2626, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2838, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2940, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3042, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3134, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3235, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3542, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4039, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4092, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4141, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4189, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4237, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4467, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4517, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4565, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4620, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4675, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4735, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 5025, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6992, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7096, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7198, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7300, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7493, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7596, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7697, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7800, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7904, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8006, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8115, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8805, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8866, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 4, + "value": "\"Lottie.Fill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 1858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 4870, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 7143, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 8869, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "Array", + "offset": 293, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 551, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1774, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4548, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4598, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4648, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4939, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5049, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5560, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5639, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5667, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5681, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5768, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5782, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5824, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5952, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6000, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6014, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6056, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6112, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6126, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6553, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6743, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6778, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6852, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6985, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7018, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7176, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7202, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7232, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7478, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/OpacityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1421, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 55, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2423, + "length": 1, + "value": "\" (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2457, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 84, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2881, + "length": 1, + "value": "\" (mask of \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2909, + "length": 1, + "value": "\") (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3152, + "length": 37, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3171, + "length": 1, + "value": "\" (parent, masked)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 4991, + "length": 5, + "value": "\"xor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1487, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1517, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2549, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2582, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2827, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2953, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 3146, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 5133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5188, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5846, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 438, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 610, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 776, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 785, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 793, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 941, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1616, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1746, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2275, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2577, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2871, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2880, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3181, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4833, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 105, + "length": 14, + "value": "\"Lottie.ShapeTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 262, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 297, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 338, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "BooleanLiteral", + "offset": 491, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "StringLiteral", + "offset": 3612, + "length": 201, + "value": "\"The Main Thread rendering engine doesn't currently support repeaters.\nTo play an animation with repeaters, you can use the Core Animation rendering engine instead.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 5, + "value": "\"Lottie.Merge\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "Dictionary", + "offset": 5200, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5704, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6002, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6384, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6469, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6544, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6625, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "StringLiteral", + "offset": 936, + "length": 15, + "value": "\"Lottie.AnimatedControl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 522, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 223, + "length": 13, + "value": "\"Lottie.RepeaterLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 458, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 762, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 775, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 831, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "Array", + "offset": 1991, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 12, + "value": "\"Lottie.PreCompLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 400, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 704, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 717, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 773, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 149, + "length": 10, + "value": "\"Lottie.SolidLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 122, + "length": 14, + "value": "\"Lottie.RoundedCorners\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TransformLayer.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 4672, + "length": 112, + "value": "\"`Transform` values must provide either `position` or `positionX` \/ `positionY` keyframes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 5169, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6157, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6547, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6948, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7215, + "length": 93, + "value": "\"`rotation.x` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7382, + "length": 93, + "value": "\"`rotation.y` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7849, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8054, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8460, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9890, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9898, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9906, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 9977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10046, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11624, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11949, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 12159, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1366, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1503, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1607, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1624, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1641, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1725, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1806, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1887, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2044, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2167, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2340, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2483, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2504, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2629, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "Array", + "offset": 2685, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4610, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 5151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "FloatLiteral", + "offset": 5434, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 657, + "length": 91, + "value": "\"Expected old to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 698, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 91, + "value": "\"Expected new to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 944, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 962, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 996, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2080, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2445, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "FloatLiteral", + "offset": 2695, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1721, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 1866, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1989, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 2148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 736, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 757, + "length": 11, + "value": "\"Roundness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1652, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1818, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "FloatLiteral", + "offset": 2548, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 2701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4300, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4951, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5350, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6716, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "IntegerLiteral", + "offset": 1986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "BooleanLiteral", + "offset": 2005, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 315, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 340, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 422, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 451, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2512, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2566, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2618, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2654, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4646, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4674, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4716, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4756, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4785, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4818, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1895, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1926, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1982, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2005, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2036, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2092, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2915, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2930, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3222, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3226, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3373, + "length": 4, + "value": "1e-6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3491, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3504, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3794, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 797, + "length": 101, + "value": "\"Rounded corners support is not currently implemented for combined shape items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1389, + "length": 94, + "value": "\"Rounded corners support is currently not implemented for polygon items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1603, + "length": 42, + "value": "\"Unexpected shape type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1644, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2761, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5295, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5732, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5803, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5809, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6434, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6509, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6516, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6811, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6929, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8454, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 568, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 752, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 975, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 1459, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 446, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 501, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 522, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 768, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 977, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 747, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 926, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1092, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 21, + "value": "\"Lottie.ShapeCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 4480, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 5025, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7171, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1326, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "IntegerLiteral", + "offset": 1863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 4, + "value": "\"Lottie.Star\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 1708, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2143, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2705, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2708, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4117, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4292, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4710, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5631, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6695, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6800, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10095, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10153, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 10218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 11153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11682, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12269, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12304, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12416, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12506, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12585, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12732, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12776, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12806, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 535, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 610, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1056, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2774, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 2892, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2982, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 3278, + "length": 12, + "value": "\"Time Remap\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 131, + "length": 19, + "value": "\"Lottie.PreCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 476, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 759, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 901, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1179, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1319, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1462, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1552, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1839, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1967, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2209, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2424, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3033, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3081, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3115, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3160, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3205, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3322, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3523, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 4823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5177, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5187, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5196, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5206, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5381, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5412, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5564, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5595, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5759, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5999, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 6018, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 6355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6404, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7139, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7407, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8369, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8415, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8422, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8741, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8795, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9266, + "length": 53, + "value": "\"Could not convert color \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9303, + "length": 2, + "value": "\" to RGB values.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9357, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9360, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9447, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10784, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10928, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 11310, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11656, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11753, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12135, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12325, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1505, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 1741, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1987, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 602, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 1760, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 754, + "length": 172, + "value": "\"The Core Animation rendering engine does not support animating multiple keyframes\nfor \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 870, + "length": 6, + "value": "\" values, due to limitations of Core Animation.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 979, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1101, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1127, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1532, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1879, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2118, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2313, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3182, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3849, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4678, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4829, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4878, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 5858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 6687, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6852, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6867, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6893, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6909, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 699, + "length": 196, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1025, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 216, + "value": "\"The Core Animation rendering engine currently doesn't support customizing \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1226, + "length": 3, + "value": "\"\" properties. Supported properties are: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2366, + "length": 202, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 175, + "value": "\"Could not convert value of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3027, + "length": 4, + "value": "\" from \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3052, + "length": 2, + "value": "\" to expected type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3105, + "length": 2656, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4345, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4588, + "length": 3, + "value": "\"^\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4664, + "length": 5, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4726, + "length": 3, + "value": "\"$\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5044, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5121, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5362, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5386, + "length": 1, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5398, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5475, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5683, + "length": 7, + "value": "\"[^.]+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 267, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 328, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 738, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 960, + "length": 12, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 966, + "length": 1, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StrokeAnimation.swift", + "kind": "StringLiteral", + "offset": 2279, + "length": 20, + "value": "\"stroke dashPattern\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 652, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 664, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 675, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 734, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 764, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 806, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 836, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1514, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1556, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2031, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2113, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2417, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2504, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2533, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "BooleanLiteral", + "offset": 812, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 5, + "value": "\"Lottie.Group\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 2295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 3480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 3990, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4078, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4122, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4166, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4210, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 5018, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5603, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5647, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5691, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5735, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5779, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5823, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5867, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 6704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7402, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7446, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7490, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7534, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7578, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7622, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7666, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7711, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 10139, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "FloatLiteral", + "offset": 11154, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 11551, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 11991, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 12426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13374, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3069, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3093, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 10452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14057, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 34406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35030, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35859, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 36384, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 36436, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37614, + "length": 50, + "value": "\"unsupported contentMode: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37663, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38527, + "length": 25, + "value": "\"LayoutPositionAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38578, + "length": 26, + "value": "\"LayoutTransformAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38820, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38866, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 38914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39106, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39206, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39250, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39477, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "FloatLiteral", + "offset": 40356, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 41884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 42193, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTextProvider.swift", + "kind": "Array", + "offset": 328, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "BooleanLiteral", + "offset": 2916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieImageProvider.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 954, + "length": 7, + "value": "\"Style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1147, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 241, + "length": 12, + "value": "\"Lottie.GradientFill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1965, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2060, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 4, + "value": "\"Lottie.Trim\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 666, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 715, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1129, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1390, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2554, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3491, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4032, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4423, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4551, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4677, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4780, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4974, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5076, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "BooleanLiteral", + "offset": 5236, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5279, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5583, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 380, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1114, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1163, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1191, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1245, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1268, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1738, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1907, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1919, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3609, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3612, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3683, + "length": 12, + "value": "\"startPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3714, + "length": 10, + "value": "\"endPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3743, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3771, + "length": 11, + "value": "\"locations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3801, + "length": 8, + "value": "\"colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3828, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3855, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3887, + "length": 10, + "value": "\"isRadial\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3916, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4112, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4186, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4151, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 4228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4340, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4416, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4498, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "Array", + "offset": 1294, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1547, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "FloatLiteral", + "offset": 5664, + "length": 5, + "value": "0.999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5721, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5752, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6594, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "StringLiteral", + "offset": 6605, + "length": 62, + "value": "\"Each color must have RGB components and a location component\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6938, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7097, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7154, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7603, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7640, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7817, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 239, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 686, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "BooleanLiteral", + "offset": 1018, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 1155, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1057, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1398, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 314, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 972, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 26, + "value": "\"Lottie.CompatibleAnimationKeypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 766, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 910, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1166, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1106, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 18, + "value": "\"Lottie.InvertedMatteLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 694, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 710, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 770, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1021, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1575, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1683, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1690, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1705, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1720, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1735, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1998, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2077, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2083, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 916, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2608, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2814, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2820, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3363, + "length": 50, + "value": "\"Error when decoding lottie \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3400, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3412, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 4081, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 10225, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 15025, + "length": 30, + "value": "\"com.airbnb.lottie.dot-lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1117, + "length": 3, + "value": "375" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1130, + "length": 3, + "value": "150" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 1340, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6065, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6204, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 7130, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 564, + "length": 27, + "value": "\"Lottie.SwiftUIMeasurementContainer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 14216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 16576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16597, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 475, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 526, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 587, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 1881, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 1901, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1215, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1277, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1506, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1471, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1586, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1743, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1822, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "Array", + "offset": 2401, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2516, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2994, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 646, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1420, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1546, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "Array", + "offset": 1861, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 471, + "length": 18, + "value": "\"Lottie.MaskContainerLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1944, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1992, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2418, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2588, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2073, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4188, + "length": 7, + "value": "\"Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4211, + "length": 11, + "value": "\"Expansion\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 923, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 980, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1012, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1050, + "length": 15, + "value": "\"shadowOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1084, + "length": 14, + "value": "\"shadowOffset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 13, + "value": "\"shadowColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 14, + "value": "\"shadowRadius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1318, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1346, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1403, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1435, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1473, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 19, + "value": "\"Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2976, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Array", + "offset": 3382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 3521, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Dictionary", + "offset": 3926, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 16, + "value": "\"Lottie.CompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 922, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1341, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1432, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 779, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 1959, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 98, + "length": 6, + "value": "\"Lottie.Stroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/DataIDProviding.swift", + "kind": "StringLiteral", + "offset": 1690, + "length": 28, + "value": "\"DefaultDataID.noneProvided\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 1140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "StringLiteral", + "offset": 1774, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 2253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 4106, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 5550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CompositionLayersInitializer.swift", + "kind": "BooleanLiteral", + "offset": 815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "Array", + "offset": 286, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1856, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2058, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2105, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2131, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2185, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2310, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2330, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 2880, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2898, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 3014, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3288, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 4173, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/Cache\/DotLottieCache.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 352, + "length": 10, + "value": "0x06064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 10, + "value": "0x07064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1255, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1559, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2000, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2259, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2309, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2368, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2494, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2558, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4103, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4420, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4736, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4847, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5506, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5569, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5618, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6453, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6563, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 5, + "value": "\"Lottie.Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 562, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1677, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1683, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2238, + "length": 53, + "value": "\"Error when decoding animation \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2278, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2290, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3300, + "length": 135, + "value": "\"Failed to load animation from filepath \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3362, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3423, + "length": 1345, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4234, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4774, + "length": 165, + "value": "\"Failed to load animation with asset name \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 2, + "value": "\"\nin \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4866, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4927, + "length": 6638, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "BooleanLiteral", + "offset": 10105, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10273, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 617, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 890, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 2646, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 2796, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 2915, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 3035, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 3155, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 4850, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5044, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5247, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2647, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5651, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5675, + "length": 4, + "value": "-0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6193, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1444, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1783, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 2507, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "FloatLiteral", + "offset": 3561, + "length": 12, + "value": "1000000000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 4097, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 6153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 6949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 7023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "StringLiteral", + "offset": 7605, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 9489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10316, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10358, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10385, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10505, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 11473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12597, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12706, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12712, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12761, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12766, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12819, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12825, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12882, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12932, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12938, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13046, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13071, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13100, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13579, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13731, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13745, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13769, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13783, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13830, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13954, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13969, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13977, + "length": 3, + "value": "512" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14129, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14287, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14302, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14316, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 15282, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 301, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 20, + "value": "\"Lottie.NullCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 527, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 551, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 694, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1276, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 1765, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2024, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2235, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2457, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2477, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2546, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2663, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2961, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "BooleanLiteral", + "offset": 1278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3201, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3900, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerFontProvider.swift", + "kind": "Array", + "offset": 365, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1632, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1950, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2289, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "Array", + "offset": 2465, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 3260, + "length": 24, + "value": "\"Missing keyframe data.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4080, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4299, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4361, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4591, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseAnimationLayer.swift", + "kind": "Array", + "offset": 781, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 1814, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2545, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 3128, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "StringLiteral", + "offset": 3244, + "length": 68, + "value": "\"Failed sanity check for old count with changes matching new count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 6923, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7339, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7356, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7379, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7710, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 2582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "Dictionary", + "offset": 2838, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 3677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 413, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 5, + "value": "0o644" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 5, + "value": "0o755" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 823, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 869, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 916, + "length": 10, + "value": "0x06054b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 964, + "length": 10, + "value": "0x04034b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1011, + "length": 10, + "value": "0x08074b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1060, + "length": 10, + "value": "0x02014b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 1093, + "length": 8, + "value": "\"memory\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 7252, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9257, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9276, + "length": 1, + "value": "\":\/\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10008, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10180, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10635, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10856, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 12529, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14638, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14745, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14815, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14870, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14934, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14987, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16580, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16684, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16797, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16908, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1848, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1938, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1972, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2104, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2134, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3350, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3754, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 4874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2515, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2552, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2776, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2813, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 325, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 344, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 391, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 482, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 643, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 741, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 969, + "length": 5, + "value": "1.403" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 991, + "length": 5, + "value": "0.344" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1013, + "length": 5, + "value": "1.770" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1489, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1562, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1614, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1782, + "length": 5, + "value": "0.299" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1794, + "length": 5, + "value": "0.587" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1806, + "length": 5, + "value": "0.114" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1828, + "length": 8, + "value": "-0.14713" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1843, + "length": 7, + "value": "0.28886" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1857, + "length": 5, + "value": "0.436" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1879, + "length": 5, + "value": "0.615" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1891, + "length": 7, + "value": "0.51499" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1905, + "length": 7, + "value": "0.10001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2952, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 965, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1450, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1463, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1519, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5661, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6672, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 7702, + "length": 148, + "value": "\"The Core Animation rendering engine doesn't currently support applying\ntrims to filled shapes (only stroked shapes).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 7995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 8717, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 9855, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 256, + "length": 14, + "value": "\"Lottie.ShapeItemLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "BooleanLiteral", + "offset": 10576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 523, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 2797, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 10, + "value": "\"Lottie.ImageLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3630, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1647, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1771, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "FloatLiteral", + "offset": 1956, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "IntegerLiteral", + "offset": 852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "BooleanLiteral", + "offset": 1254, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 376, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 464, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 547, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 607, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 636, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 663, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 11, + "value": "\"fillColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 750, + "length": 13, + "value": "\"strokeColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 11, + "value": "\"lineWidth\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 12, + "value": "\"miterLimit\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 843, + "length": 15, + "value": "\"lineDashPhase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 904, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1266, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 177, + "length": 16, + "value": "\"Lottie.ShapeRenderLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 4289, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4597, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5744, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 5929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 6665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "Array", + "offset": 11072, + "length": 3133, + "value": "[0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de, 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856, 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9, 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a, 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599, 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924, 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e, 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01, 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed, 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950, 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5, 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010, 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f, 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615, 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8, 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344, 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb, 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c, 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef, 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236, 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c, 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713, 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b, 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242, 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278, 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7, 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66, 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9, 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14619, + "length": 10, + "value": "0xffffffff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14965, + "length": 4, + "value": "0xff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15001, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15054, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 1894, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "FloatLiteral", + "offset": 1922, + "length": 6, + "value": "0.5519" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2007, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2219, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 2498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 3059, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3332, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3590, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3614, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4169, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4370, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4389, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 14, + "value": "\"Shadow Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 562, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 11, + "value": "\"Direction\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 917, + "length": 10, + "value": "\"Softness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 962, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1173, + "length": 39, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1211, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1334, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1421, + "length": 35, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1567, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2173, + "length": 15, + "value": "\"manifest.json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2233, + "length": 12, + "value": "\"animations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2286, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 2755, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 3309, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 3412, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1061, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/URL+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 678, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "Array", + "offset": 1007, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 38, + "value": "\"init(from:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1217, + "length": 44, + "value": "\"init(dictionary:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 846, + "length": 17, + "value": "\"Lottie.CombinedShapeItem\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1829, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 583, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 816, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1307, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1390, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "IntegerLiteral", + "offset": 555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 570, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 1161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1441, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1477, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1523, + "length": 14, + "value": "\"Inner Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1559, + "length": 19, + "value": "\"Inner Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1654, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 2638, + "length": 7, + "value": "0.47829" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2775, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2808, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4068, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4109, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4186, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4309, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4365, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4806, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 5167, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5220, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5236, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5379, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5457, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5498, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5714, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5950, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6085, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6839, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7112, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 507, + "length": 19, + "value": "\"multiplyBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 545, + "length": 17, + "value": "\"screenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 18, + "value": "\"overlayBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"darkenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 18, + "value": "\"lightenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 21, + "value": "\"colorDodgeBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 740, + "length": 20, + "value": "\"colorBurnBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 20, + "value": "\"hardLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 20, + "value": "\"softLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 867, + "length": 21, + "value": "\"differenceBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 910, + "length": 20, + "value": "\"exclusionBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 946, + "length": 14, + "value": "\"hueBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 21, + "value": "\"saturationBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1022, + "length": 16, + "value": "\"colorBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1061, + "length": 21, + "value": "\"luminosityBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 885, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.ImageCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/ImageProvider\/AnimationImageProvider.swift", + "kind": "BooleanLiteral", + "offset": 1338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 3904, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 361, + "length": 14, + "value": "\"Lottie.GradientStroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "StringLiteral", + "offset": 7065, + "length": 74, + "value": "\"When interpolating Arrays, both array sound have the same element count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "IntegerLiteral", + "offset": 8003, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 362, + "length": 25, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 1, + "value": "\"] \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 386, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1333, + "length": 51, + "value": "\"Compatibility issue context is unexpectedly empty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1663, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1675, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "Array", + "offset": 2487, + "length": 2, + "value": "[]" + } + ] +} \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios.private.swiftinterface b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios.private.swiftinterface new file mode 100644 index 0000000..af33913 --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -0,0 +1,1482 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine +import Compression +import CoreFoundation +import CoreGraphics +import CoreText +import Foundation +import QuartzCore +import Swift +import SwiftUI +import UIKit +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +import zlib +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { + final public let name: Swift.String + final public let directory: Swift.String + final public let width: Swift.Double + final public let height: Swift.Double + override final public func encode(to encoder: any Swift.Encoder) throws + @objc deinit +} +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} +extension QuartzCore.CALayer { + @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) +} +public protocol AnimationFontProvider { + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? +} +final public class DefaultFontProvider : Lottie.AnimationFontProvider { + public init() + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? + @objc deinit +} +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} +public enum LottieAnimationCache { + public static var shared: (any Lottie.AnimationCacheProvider)? +} +public class DefaultAnimationCache : Lottie.AnimationCacheProvider { + public init() + public static let sharedCache: Lottie.DefaultAnimationCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? + public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +public class FilepathImageProvider : Lottie.AnimationImageProvider { + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { + func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String +} +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? + final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init() + final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { + case type2d + case type3d + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws + public init(dictionary: [Swift.String : Any]) throws + final public let startFrame: Lottie.AnimationFrameTime + final public let endFrame: Lottie.AnimationFrameTime + final public let framerate: Swift.Double + final public var markerNames: [Swift.String] { + get + } + @objc deinit + final public func encode(to encoder: any Swift.Encoder) throws +} +extension UIKit.UIColor { + public var lottieColorValue: Lottie.LottieColor { + get + } +} +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { + func animation(forKey: Swift.String) -> Lottie.LottieAnimation? + func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) + func clearCache() +} +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} +@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { + required public init(from decoder: any Swift.Decoder) throws + final public let id: Swift.String + @objc deinit + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +final public class SizeValueProvider { + public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} +infix operator +| : DefaultPrecedence +infix operator +- : DefaultPrecedence +@objc final public class CompatibleAnimation : ObjectiveC.NSObject { + @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) + @objc deinit +} +@objc public enum CompatibleRenderingEngineOption : Swift.Int { + case shared + case defaultEngine + case automatic + case mainThread + case coreAnimation + public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) + @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) + @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public func play() + @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func stop() + @objc @_Concurrency.MainActor(unsafe) final public func pause() + @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() + @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() + @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc deinit +} +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat +public enum ColorFormatDenominator : Swift.Hashable { + case One + case OneHundred + case TwoFiftyFive + public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct LottieColor : Swift.Hashable { + public var r: Swift.Double + public var g: Swift.Double + public var b: Swift.Double + public var a: Swift.Double + public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +final public class ColorValueProvider { + public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) + public init(_ color: Lottie.LottieColor) + public init(_ keyframes: [Lottie.Keyframe]) + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor + final public var color: Lottie.LottieColor { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} +public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { + public init(keypath: Swift.String) + public init(stringLiteral: Swift.String) + public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias StringLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public var hashValue: Swift.Int { + get + } +} +public struct LottieConfiguration : Swift.Hashable { + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) + public static var shared: Lottie.LottieConfiguration + public var renderingEngine: Lottie.RenderingEngineOption + public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption + public var colorSpace: CoreGraphics.CGColorSpace + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { + get + } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode +} +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { + get + } + public var sizeValue: CoreFoundation.CGSize { + get + } +} +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit +} +extension Lottie.LottieAnimationView { + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit +} +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event +public protocol AnyValueProvider { + var valueType: any Any.Type { get } + var typeErasedStorage: Lottie.AnyValueProviderStorage { get } + func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool +} +extension Lottie.AnyValueProvider { + public func value(frame: Lottie.AnimationFrameTime) -> Any +} +public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { + case singleValue(T) + case keyframes([Lottie.Keyframe]) + case closure((Lottie.AnimationFrameTime) -> T) +} +public enum AnyValueProviderStorage { + case singleValue(Any) + case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) + case closure((Lottie.AnimationFrameTime) -> Any) +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { + public init(_ value: Swift.Double) + public let value: Swift.Double + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { + public let x: Swift.Double + public let y: Swift.Double + public let z: Swift.Double + public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottieBackgroundBehavior { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior + public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum LottieLoopMode : Swift.Hashable { + case playOnce + case loop + case autoReverse + case `repeat`(Swift.Float) + case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieLoopMode : Swift.Equatable { + public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { + get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { + get + set + } + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @objc deinit +} +public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") + case invalidFileFormat + @available(*, deprecated, message: "Unused") + case invalidData + @available(*, deprecated, message: "Unused") + case animationNotAvailable +} +final public class FloatValueProvider { + public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} +@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { + @objc public init(keypath: Swift.String) + @objc public init(keys: [Swift.String]) + final public let animationKeypath: Lottie.AnimationKeypath + @objc deinit +} +extension Lottie.LottieColor : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.DotLottieFile { + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } + #if compiler(>=5.3) && $AsyncAwait + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile + #endif +} +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { + func file(forKey: Swift.String) -> Lottie.DotLottieFile? + func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) + func clearCache() +} +public class DotLottieCache : Lottie.DotLottieCacheProvider { + public init() + public static let sharedCache: Lottie.DotLottieCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? + public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} +extension Lottie.LottieAnimation { + public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void + final public var duration: Foundation.TimeInterval { + get + } + final public var bounds: CoreFoundation.CGRect { + get + } + final public var size: CoreFoundation.CGSize { + get + } + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) + final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime + final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime + final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval + final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime +} +extension Foundation.Bundle : @unchecked Swift.Sendable { +} +public enum LayerType : Swift.Int, Swift.Codable { + case precomp + case solid + case image + case null + case shape + case text + case unknown + public init(from decoder: any Swift.Decoder) throws + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum MatteType : Swift.Int, Swift.Codable { + case none + case add + case invert + case unknown + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum BlendMode : Swift.Int, Swift.Codable { + case normal + case multiply + case screen + case overlay + case darken + case lighten + case colorDodge + case colorBurn + case hardLight + case softLight + case difference + case exclusion + case hue + case saturation + case color + case luminosity + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class GradientValueProvider { + public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) + public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] + final public var colors: [Lottie.LottieColor] { + get + set + } + final public var locations: [Swift.Double] { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { + get + } +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int +} +public class BundleImageProvider : Lottie.AnimationImageProvider { + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } + @objc deinit +} +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} +final public class LottieLogger { + public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in + // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assert(condition(), message(), file: file, line: line) + }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in + // If we default to `Swift.assertionFailure` directly with + // `assertionFailure: AssertionFailure = Swift.assertionFailure`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assertionFailure(message(), file: file, line: line) + }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in + }, info: @escaping Lottie.LottieLogger.Info = { message in + }) + public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void + public static var shared: Lottie.LottieLogger + final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func info(_ message: @autoclosure () -> Swift.String = String()) + @objc deinit +} +extension Lottie.LottieLogger { + public static var printToConsole: Lottie.LottieLogger { + get + } +} +@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") +public typealias LRUAnimationCache = Lottie.DefaultAnimationCache +final public class PointValueProvider { + public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} +final public class Keyframe { + public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + final public let value: T + final public let time: Lottie.AnimationFrameTime + final public let isHold: Swift.Bool + final public let inTangent: Lottie.LottieVector2D? + final public let outTangent: Lottie.LottieVector2D? + final public let spatialInTangent: Lottie.LottieVector3D? + final public let spatialOutTangent: Lottie.LottieVector3D? + @objc deinit +} +extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { + public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool +} +extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { + final public func hash(into hasher: inout Swift.Hasher) + final public var hashValue: Swift.Int { + get + } +} +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} +public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } + func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +public protocol Interpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +public protocol AnyInterpolatable { + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.Interpolatable { + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.SpatialInterpolatable { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Swift.Double : Lottie.Interpolatable { +} +extension CoreFoundation.CGFloat : Lottie.Interpolatable { +} +extension Swift.Float : Lottie.Interpolatable { +} +extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect +} +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize +} +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint +} +extension Lottie.LottieColor : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor +} +extension Lottie.LottieVector1D : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D +} +extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D +} +extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D +} +extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? +} +extension Lottie.LottieButton : SwiftUI.View {} +extension Lottie.CoordinateSpace : Swift.Equatable {} +extension Lottie.CoordinateSpace : Swift.Hashable {} +extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} +extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} +extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} +extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} +extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} +extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LayerType : Swift.Equatable {} +extension Lottie.LayerType : Swift.Hashable {} +extension Lottie.LayerType : Swift.RawRepresentable {} +extension Lottie.MatteType : Swift.Equatable {} +extension Lottie.MatteType : Swift.Hashable {} +extension Lottie.MatteType : Swift.RawRepresentable {} +extension Lottie.BlendMode : Swift.Equatable {} +extension Lottie.BlendMode : Swift.Hashable {} +extension Lottie.BlendMode : Swift.RawRepresentable {} +extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} +extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios.swiftdoc b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios.swiftdoc index b301c37..2aee373 100644 Binary files a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios.swiftdoc and b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios.swiftinterface b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios.swiftinterface index e19594c..af33913 100644 --- a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios.swiftinterface +++ b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,6 +1,8 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine import Compression import CoreFoundation import CoreGraphics @@ -8,30 +10,174 @@ import CoreText import Foundation import QuartzCore import Swift +import SwiftUI import UIKit import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims import zlib @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { final public let name: Swift.String final public let directory: Swift.String final public let width: Swift.Double final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws + override final public func encode(to encoder: any Swift.Encoder) throws @objc deinit } +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} extension QuartzCore.CALayer { @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) } public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? } final public class DefaultFontProvider : Lottie.AnimationFontProvider { public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? @objc deinit } +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? + public static var shared: (any Lottie.AnimationCacheProvider)? } public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public init() @@ -45,26 +191,82 @@ public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) @objc deinit } +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } -public protocol AnimationTextProvider : AnyObject { +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String } -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String @objc deinit } -final public class DefaultTextProvider : Lottie.AnimationTextProvider { +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init() final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String @objc deinit } -public enum CoordinateSpace : Swift.Int, Swift.Codable { +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { case type2d case type3d public init?(rawValue: Swift.Int) @@ -73,8 +275,8 @@ public enum CoordinateSpace : Swift.Int, Swift.Codable { get } } -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws public init(dictionary: [Swift.String : Any]) throws final public let startFrame: Lottie.AnimationFrameTime final public let endFrame: Lottie.AnimationFrameTime @@ -83,42 +285,184 @@ final public class LottieAnimation : Swift.Codable { get } @objc deinit - final public func encode(to encoder: Swift.Encoder) throws + final public func encode(to encoder: any Swift.Encoder) throws } extension UIKit.UIColor { public var lottieColorValue: Lottie.LottieColor { get } } -public protocol AnimationCacheProvider : AnyObject { +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { func animation(forKey: Swift.String) -> Lottie.LottieAnimation? func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) func clearCache() } -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} @_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws + required public init(from decoder: any Swift.Decoder) throws final public let id: Swift.String @objc deinit - public func encode(to encoder: Swift.Encoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } } final public class SizeValueProvider { public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} infix operator +| : DefaultPrecedence infix operator +- : DefaultPrecedence @objc final public class CompatibleAnimation : ObjectiveC.NSObject { @@ -138,6 +482,18 @@ infix operator +- : DefaultPrecedence get } } +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) @@ -145,45 +501,49 @@ infix operator +- : DefaultPrecedence @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) override final public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set } @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { @objc get } @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { @objc get } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { @objc get } - @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { @objc get @objc set } @@ -194,30 +554,38 @@ infix operator +- : DefaultPrecedence @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { @objc get } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } @objc @_Concurrency.MainActor(unsafe) final public func play() @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreGraphics.CGFloat, toProgress: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreGraphics.CGFloat, toFrame: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func stop() @objc @_Concurrency.MainActor(unsafe) final public func pause() @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGRect - @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGPoint - @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc deinit +} +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) @objc deinit } -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat public enum ColorFormatDenominator : Swift.Hashable { case One case OneHundred @@ -244,24 +612,33 @@ final public class ColorValueProvider { public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) public init(_ color: Lottie.LottieColor) public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor final public var color: Lottie.LottieColor { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { public init(keypath: Swift.String) public init(stringLiteral: Swift.String) public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool public typealias ExtendedGraphemeClusterLiteralType = Swift.String @@ -272,10 +649,11 @@ public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLitera } } public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) public static var shared: Lottie.LottieConfiguration public var renderingEngine: Lottie.RenderingEngineOption public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption public var colorSpace: CoreGraphics.CGColorSpace public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool @@ -283,39 +661,106 @@ public struct LottieConfiguration : Swift.Hashable { get } } -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { get } - public static var coreAnimation: Lottie.RenderingEngineOption { +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { get } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode } -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode } -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { get } - public var description: Swift.String { +} +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { get } - public typealias RawValue = Swift.String } -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { get } - public var description: Swift.String { + public var sizeValue: CoreFoundation.CGSize { get } - public typealias RawValue = Swift.String } public enum DecodingStrategy : Swift.Hashable { case legacyCodable @@ -326,44 +771,74 @@ public enum DecodingStrategy : Swift.Hashable { get } } -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { get + set } - public var sizeValue: CoreGraphics.CGSize { + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { get + set } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit } extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit } +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event public protocol AnyValueProvider { - var valueType: Any.Type { get } + var valueType: any Any.Type { get } var typeErasedStorage: Lottie.AnyValueProviderStorage { get } func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool } @@ -380,7 +855,37 @@ public enum AnyValueProviderStorage { case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) case closure((Lottie.AnimationFrameTime) -> Any) } -public struct LottieVector1D : Swift.Hashable { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { public init(_ value: Swift.Double) public let value: Swift.Double public func hash(into hasher: inout Swift.Hasher) @@ -389,7 +894,7 @@ public struct LottieVector1D : Swift.Hashable { get } } -public struct LottieVector3D : Swift.Hashable { +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { public let x: Swift.Double public let y: Swift.Double public let z: Swift.Double @@ -413,187 +918,180 @@ public enum LottieBackgroundBehavior { get } } -public enum LottieLoopMode { +public enum LottieLoopMode : Swift.Hashable { case playOnce case loop case autoReverse case `repeat`(Swift.Float) case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } } extension Lottie.LottieLoopMode : Swift.Equatable { public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool } -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { get + set } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { get set } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { get set } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { get set } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { get set } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { get set } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { get } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { get } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { get set } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { get set } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { get set } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { get set } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { get } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { get } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { get set } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { get set } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { get } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : UIKit.UIControl { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) open func animationDidSet() - @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView - @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { get - set } - @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: UIKit.UIControl.State) - @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @objc deinit } public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") case invalidFileFormat + @available(*, deprecated, message: "Unused") case invalidData + @available(*, deprecated, message: "Unused") case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } } final public class FloatValueProvider { public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} @objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { @objc public init(keypath: Swift.String) @objc public init(keys: [Swift.String]) @@ -601,40 +1099,40 @@ final public class FloatValueProvider { @objc deinit } extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws } extension Lottie.DotLottieFile { - + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) } -public protocol DotLottieCacheProvider { +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { func file(forKey: Swift.String) -> Lottie.DotLottieFile? func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) func clearCache() @@ -651,28 +1149,27 @@ public class DotLottieCache : Lottie.DotLottieCacheProvider { public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) @objc deinit } +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} extension Lottie.LottieAnimation { public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void final public var duration: Foundation.TimeInterval { get } - final public var bounds: CoreGraphics.CGRect { + final public var bounds: CoreFoundation.CGRect { get } - final public var size: CoreGraphics.CGSize { + final public var size: CoreFoundation.CGSize { get } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @@ -690,7 +1187,8 @@ public enum LayerType : Swift.Int, Swift.Codable { case null case shape case text - public init(from decoder: Swift.Decoder) throws + case unknown + public init(from decoder: any Swift.Decoder) throws public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { @@ -734,8 +1232,8 @@ public enum BlendMode : Swift.Int, Swift.Codable { final public class GradientValueProvider { public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] final public var colors: [Lottie.LottieColor] { get set @@ -744,68 +1242,75 @@ final public class GradientValueProvider { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) override open func animationDidSet() - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - public enum CancelBehavior { - case reverse - case none - public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior - @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { get - set } - @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) - @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) - @objc deinit +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int } public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : UIKit.UIView { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set + @objc get + @objc set } @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } @objc deinit } +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} final public class LottieLogger { public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, @@ -839,37 +1344,26 @@ extension Lottie.LottieLogger { } @available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: UIKit.UIControl.Event) - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: UIKit.UIControl.Event) - @objc deinit -} final public class PointValueProvider { public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} final public class Keyframe { public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) @@ -891,70 +1385,89 @@ extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { get } } +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity } public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self } extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Swift.Double : Lottie.Interpolatable { } -extension CoreGraphics.CGFloat : Lottie.Interpolatable { +extension CoreFoundation.CGFloat : Lottie.Interpolatable { } extension Swift.Float : Lottie.Interpolatable { } extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect } -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize } -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint } extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor } extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D } extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D } extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D } extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? } +extension Lottie.LottieButton : SwiftUI.View {} extension Lottie.CoordinateSpace : Swift.Equatable {} extension Lottie.CoordinateSpace : Swift.Hashable {} extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} extension Lottie.LayerType : Swift.Equatable {} extension Lottie.LayerType : Swift.Hashable {} @@ -966,6 +1479,4 @@ extension Lottie.BlendMode : Swift.Equatable {} extension Lottie.BlendMode : Swift.Hashable {} extension Lottie.BlendMode : Swift.RawRepresentable {} extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftdoc b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftdoc deleted file mode 100644 index b301c37..0000000 Binary files a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftinterface b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftinterface deleted file mode 100644 index e19594c..0000000 --- a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftinterface +++ /dev/null @@ -1,971 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import UIKit -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -extension UIKit.UIColor { - public var lottieColorValue: Lottie.LottieColor { - get - } -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -@objc final public class CompatibleAnimation : ObjectiveC.NSObject { - @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) - @objc deinit -} -@objc public enum CompatibleRenderingEngineOption : Swift.Int { - case shared - case defaultEngine - case automatic - case mainThread - case coreAnimation - public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { - @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) - @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) - @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) - @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(frame: CoreGraphics.CGRect) - @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) override final public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public func play() - @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreGraphics.CGFloat, toProgress: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreGraphics.CGFloat, toFrame: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func stop() - @objc @_Concurrency.MainActor(unsafe) final public func pause() - @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() - @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> Any? - @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> UIKit.UIColor? - @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGRect - @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGPoint - @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc deinit -} -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : UIKit.UIControl { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) open func animationDidSet() - @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView - @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: UIKit.UIControl.State) - @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { - @objc public init(keypath: Swift.String) - @objc public init(keys: [Swift.String]) - final public let animationKeypath: Lottie.AnimationKeypath - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) override open func animationDidSet() - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - public enum CancelBehavior { - case reverse - case none - public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior - @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) - @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) - @objc deinit -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: UIKit.UIControl.Event) - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: UIKit.UIControl.Event) - @objc deinit -} -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} -extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} -extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/PrivacyInfo.xcprivacy b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..64e785c --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64/Lottie.framework/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyTracking + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + + diff --git a/ios/platform/Lottie.xcframework/ios-arm64/dSYMs/Lottie.framework.dSYM/Contents/Info.plist b/ios/platform/Lottie.xcframework/ios-arm64/dSYMs/Lottie.framework.dSYM/Contents/Info.plist new file mode 100644 index 0000000..01e3d47 --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64/dSYMs/Lottie.framework.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.com.airbnb.Lottie + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 4.5.0 + CFBundleVersion + 443 + + diff --git a/ios/platform/Lottie.xcframework/ios-arm64/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie b/ios/platform/Lottie.xcframework/ios-arm64/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie new file mode 100644 index 0000000..f7d0824 Binary files /dev/null and b/ios/platform/Lottie.xcframework/ios-arm64/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml b/ios/platform/Lottie.xcframework/ios-arm64/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml new file mode 100644 index 0000000..1cf3bd3 --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml @@ -0,0 +1,7812 @@ +--- +triple: 'arm64-apple-darwin' +binary-path: '/Users/runner/Library/Developer/Xcode/DerivedData/Lottie-fxrioqbkappyvraatalsxfpfubmj/Build/Intermediates.noindex/ArchiveIntermediates/Lottie (iOS)/InstallationBuildProductsLocation/Library/Frameworks/Lottie.framework/Lottie' +relocations: + - { offsetInCU: 0x34, offset: 0x54658, size: 0x8, addend: 0x0, symName: _LottieVersionString, symObjAddr: 0x0, symBinAddr: 0x17F1D0, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x5468D, size: 0x8, addend: 0x0, symName: _LottieVersionNumber, symObjAddr: 0x28, symBinAddr: 0x17F1F8, symSize: 0x0 } + - { offsetInCU: 0x3F, offset: 0x546E2, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0x18, symBinAddr: 0x4000, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x546F6, size: 0x8, addend: 0x0, symName: ___swift_memcpy152_8, symObjAddr: 0x1C, symBinAddr: 0x4004, symSize: 0x34 } + - { offsetInCU: 0x67, offset: 0x5470A, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwet', symObjAddr: 0x50, symBinAddr: 0x4038, symSize: 0x5C } + - { offsetInCU: 0x7B, offset: 0x5471E, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwst', symObjAddr: 0xAC, symBinAddr: 0x4094, symSize: 0x78 } + - { offsetInCU: 0x8F, offset: 0x54732, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwCP', symObjAddr: 0x1C4, symBinAddr: 0x41AC, symSize: 0x30 } + - { offsetInCU: 0xA3, offset: 0x54746, size: 0x8, addend: 0x0, symName: ___swift_memcpy128_8, symObjAddr: 0x1F4, symBinAddr: 0x41DC, symSize: 0x24 } + - { offsetInCU: 0xB7, offset: 0x5475A, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwet', symObjAddr: 0x218, symBinAddr: 0x4200, symSize: 0x20 } + - { offsetInCU: 0xCB, offset: 0x5476E, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwst', symObjAddr: 0x238, symBinAddr: 0x4220, symSize: 0x4C } + - { offsetInCU: 0xDF, offset: 0x54782, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0x2AC, symBinAddr: 0x4294, symSize: 0xC } + - { offsetInCU: 0xF3, offset: 0x54796, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0x2E4, symBinAddr: 0x42CC, symSize: 0xC } + - { offsetInCU: 0x107, offset: 0x547AA, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwet', symObjAddr: 0x2F0, symBinAddr: 0x42D8, symSize: 0x20 } + - { offsetInCU: 0x11B, offset: 0x547BE, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwst', symObjAddr: 0x310, symBinAddr: 0x42F8, symSize: 0x2C } + - { offsetInCU: 0x12F, offset: 0x547D2, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwet', symObjAddr: 0x350, symBinAddr: 0x4338, symSize: 0x20 } + - { offsetInCU: 0x16F, offset: 0x54812, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE21_overrideSizeThatFits_2in02uiC0ySo6CGSizeVz_7SwiftUI09_ProposedF0VAA0L22UIMeasurementContainerCy7ContentQzGtF', symObjAddr: 0x39C, symBinAddr: 0x4384, symSize: 0x344 } + - { offsetInCU: 0x388, offset: 0x54A2B, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSQWb', symObjAddr: 0xA50, symBinAddr: 0x49B8, symSize: 0x2C } + - { offsetInCU: 0x3A7, offset: 0x54A4A, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0xB40, symBinAddr: 0x4A9C, symSize: 0x2C } + - { offsetInCU: 0x3BB, offset: 0x54A5E, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0xBAC, symBinAddr: 0x4B08, symSize: 0x2C } + - { offsetInCU: 0x3CF, offset: 0x54A72, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityaSHSCSQWb', symObjAddr: 0x10E8, symBinAddr: 0x5044, symSize: 0x2C } + - { offsetInCU: 0x3E3, offset: 0x54A86, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSQWb', symObjAddr: 0x1114, symBinAddr: 0x5070, symSize: 0x2C } + - { offsetInCU: 0x3F7, offset: 0x54A9A, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1140, symBinAddr: 0x509C, symSize: 0x2C } + - { offsetInCU: 0x40B, offset: 0x54AAE, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSQWb', symObjAddr: 0x116C, symBinAddr: 0x50C8, symSize: 0x2C } + - { offsetInCU: 0x41F, offset: 0x54AC2, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1198, symBinAddr: 0x50F4, symSize: 0x2C } + - { offsetInCU: 0x433, offset: 0x54AD6, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSQWb', symObjAddr: 0x11C4, symBinAddr: 0x5120, symSize: 0x2C } + - { offsetInCU: 0x447, offset: 0x54AEA, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x11F0, symBinAddr: 0x514C, symSize: 0x2C } + - { offsetInCU: 0x45B, offset: 0x54AFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE12sizeThatFits_02uiC07contextSo6CGSizeVSg7SwiftUI08ProposedC4SizeV_AA0K22UIMeasurementContainerCy7ContentQzGAJ06UIViewD7ContextVyxGtFTf4nndn_n', symObjAddr: 0x121C, symBinAddr: 0x5178, symSize: 0x8C } + - { offsetInCU: 0x4B8, offset: 0x54B5B, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_0, symObjAddr: 0x1328, symBinAddr: 0x5284, symSize: 0x3C } + - { offsetInCU: 0x4CC, offset: 0x54B6F, size: 0x8, addend: 0x0, symName: '_$sSSSg5label_yp5valuetWOh', symObjAddr: 0x1364, symBinAddr: 0x52C0, symSize: 0x40 } + - { offsetInCU: 0x4E0, offset: 0x54B83, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x13A4, symBinAddr: 0x5300, symSize: 0x40 } + - { offsetInCU: 0x4F4, offset: 0x54B97, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x13E4, symBinAddr: 0x5340, symSize: 0x10 } + - { offsetInCU: 0x508, offset: 0x54BAB, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x14B4, symBinAddr: 0x5410, symSize: 0x2C } + - { offsetInCU: 0x51C, offset: 0x54BBF, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x14E0, symBinAddr: 0x543C, symSize: 0x2C } + - { offsetInCU: 0x530, offset: 0x54BD3, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeaSHSCSQWb', symObjAddr: 0x150C, symBinAddr: 0x5468, symSize: 0x2C } + - { offsetInCU: 0x544, offset: 0x54BE7, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1538, symBinAddr: 0x5494, symSize: 0x2C } + - { offsetInCU: 0x558, offset: 0x54BFB, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x1564, symBinAddr: 0x54C0, symSize: 0x2C } + - { offsetInCU: 0x56C, offset: 0x54C0F, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1590, symBinAddr: 0x54EC, symSize: 0x2C } + - { offsetInCU: 0x580, offset: 0x54C23, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x15BC, symBinAddr: 0x5518, symSize: 0x2C } + - { offsetInCU: 0x594, offset: 0x54C37, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyaSHSCSQWb', symObjAddr: 0x15E8, symBinAddr: 0x5544, symSize: 0x2C } + - { offsetInCU: 0x5A8, offset: 0x54C4B, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaSHSCSQWb', symObjAddr: 0x1614, symBinAddr: 0x5570, symSize: 0x2C } + - { offsetInCU: 0x634, offset: 0x54CD7, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x6EC, symBinAddr: 0x46D4, symSize: 0x14 } + - { offsetInCU: 0x674, offset: 0x54D17, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x700, symBinAddr: 0x46E8, symSize: 0x18 } + - { offsetInCU: 0x6BA, offset: 0x54D5D, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x774, symBinAddr: 0x4710, symSize: 0x14 } + - { offsetInCU: 0x6FA, offset: 0x54D9D, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x788, symBinAddr: 0x4724, symSize: 0x18 } + - { offsetInCU: 0x73A, offset: 0x54DDD, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x7B4, symBinAddr: 0x4750, symSize: 0x14 } + - { offsetInCU: 0x77A, offset: 0x54E1D, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x7C8, symBinAddr: 0x4764, symSize: 0x18 } + - { offsetInCU: 0x7BA, offset: 0x54E5D, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x88C, symBinAddr: 0x4828, symSize: 0x14 } + - { offsetInCU: 0x7FA, offset: 0x54E9D, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x8A0, symBinAddr: 0x483C, symSize: 0x18 } + - { offsetInCU: 0x882, offset: 0x54F25, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH9hashValueSivgTW', symObjAddr: 0x900, symBinAddr: 0x489C, symSize: 0x44 } + - { offsetInCU: 0x931, offset: 0x54FD4, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x944, symBinAddr: 0x48E0, symSize: 0x28 } + - { offsetInCU: 0x984, offset: 0x55027, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x96C, symBinAddr: 0x4908, symSize: 0x40 } + - { offsetInCU: 0xA10, offset: 0x550B3, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0xA7C, symBinAddr: 0x49E4, symSize: 0x14 } + - { offsetInCU: 0xA56, offset: 0x550F9, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xABC, symBinAddr: 0x4A18, symSize: 0x84 } + - { offsetInCU: 0xA72, offset: 0x55115, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xBF0, symBinAddr: 0x4B4C, symSize: 0x84 } + - { offsetInCU: 0xA8E, offset: 0x55131, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xC74, symBinAddr: 0x4BD0, symSize: 0x84 } + - { offsetInCU: 0xAAA, offset: 0x5514D, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xEE4, symBinAddr: 0x4E40, symSize: 0x84 } + - { offsetInCU: 0xC0B, offset: 0x552AE, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0xA90, symBinAddr: 0x49F8, symSize: 0x10 } + - { offsetInCU: 0xC27, offset: 0x552CA, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0xAA0, symBinAddr: 0x4A08, symSize: 0xC } + - { offsetInCU: 0xCB0, offset: 0x55353, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x7FC, symBinAddr: 0x4798, symSize: 0x3C } + - { offsetInCU: 0xCCC, offset: 0x5536F, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x838, symBinAddr: 0x47D4, symSize: 0x48 } + - { offsetInCU: 0xCE8, offset: 0x5538B, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xCF8, symBinAddr: 0x4C54, symSize: 0x3C } + - { offsetInCU: 0xD04, offset: 0x553A7, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD34, symBinAddr: 0x4C90, symSize: 0x48 } + - { offsetInCU: 0xD20, offset: 0x553C3, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xD88, symBinAddr: 0x4CE4, symSize: 0x3C } + - { offsetInCU: 0xD3C, offset: 0x553DF, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDC4, symBinAddr: 0x4D20, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0x55541, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x56BC, symSize: 0x48 } + - { offsetInCU: 0x70, offset: 0x55566, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x5704, symSize: 0x26C } + - { offsetInCU: 0xD8, offset: 0x555CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2B4, symBinAddr: 0x5970, symSize: 0x41C } + - { offsetInCU: 0x261, offset: 0x55757, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4nameSSvg', symObjAddr: 0x6D0, symBinAddr: 0x5D8C, symSize: 0x2C } + - { offsetInCU: 0x290, offset: 0x55786, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC9directorySSvg', symObjAddr: 0x6FC, symBinAddr: 0x5DB8, symSize: 0x2C } + - { offsetInCU: 0x2BF, offset: 0x557B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC5widthSdvg', symObjAddr: 0x728, symBinAddr: 0x5DE4, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x557E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6heightSdvg', symObjAddr: 0x730, symBinAddr: 0x5DEC, symSize: 0x8 } + - { offsetInCU: 0x319, offset: 0x5580F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x738, symBinAddr: 0x5DF4, symSize: 0x21C } + - { offsetInCU: 0x3AB, offset: 0x558A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO8rawValueSSvg', symObjAddr: 0xA40, symBinAddr: 0x60BC, symSize: 0x18 } + - { offsetInCU: 0x3E4, offset: 0x558DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA58, symBinAddr: 0x60D4, symSize: 0x18 } + - { offsetInCU: 0x412, offset: 0x55908, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA58, symBinAddr: 0x60D4, symSize: 0x18 } + - { offsetInCU: 0x464, offset: 0x5595A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xA94, symBinAddr: 0x6110, symSize: 0x64 } + - { offsetInCU: 0x4CA, offset: 0x559C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xAF8, symBinAddr: 0x6174, symSize: 0x28 } + - { offsetInCU: 0x4E6, offset: 0x559DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xB20, symBinAddr: 0x619C, symSize: 0x8 } + - { offsetInCU: 0x51C, offset: 0x55A12, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB28, symBinAddr: 0x61A4, symSize: 0x68 } + - { offsetInCU: 0x5A1, offset: 0x55A97, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xB90, symBinAddr: 0x620C, symSize: 0xC } + - { offsetInCU: 0x5BD, offset: 0x55AB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xB9C, symBinAddr: 0x6218, symSize: 0xC } + - { offsetInCU: 0x5DA, offset: 0x55AD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfd', symObjAddr: 0xC14, symBinAddr: 0x6290, symSize: 0x2C } + - { offsetInCU: 0x633, offset: 0x55B29, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfD', symObjAddr: 0xC40, symBinAddr: 0x62BC, symSize: 0x34 } + - { offsetInCU: 0x76D, offset: 0x55C63, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0x994, symBinAddr: 0x6010, symSize: 0x24 } + - { offsetInCU: 0x781, offset: 0x55C77, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs0C3KeyAAWl', symObjAddr: 0x9B8, symBinAddr: 0x6034, symSize: 0x44 } + - { offsetInCU: 0x795, offset: 0x55C8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x9FC, symBinAddr: 0x6078, symSize: 0x44 } + - { offsetInCU: 0x7A9, offset: 0x55C9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfE', symObjAddr: 0xBF8, symBinAddr: 0x6274, symSize: 0x1C } + - { offsetInCU: 0x7D6, offset: 0x55CCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCMa', symObjAddr: 0xC74, symBinAddr: 0x62F0, symSize: 0x20 } + - { offsetInCU: 0x7EA, offset: 0x55CE0, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0xC94, symBinAddr: 0x6310, symSize: 0xC } + - { offsetInCU: 0x7FE, offset: 0x55CF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwet', symObjAddr: 0xCA4, symBinAddr: 0x631C, symSize: 0x90 } + - { offsetInCU: 0x812, offset: 0x55D08, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwst', symObjAddr: 0xD34, symBinAddr: 0x63AC, symSize: 0xBC } + - { offsetInCU: 0x826, offset: 0x55D1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwug', symObjAddr: 0xDF0, symBinAddr: 0x6468, symSize: 0x8 } + - { offsetInCU: 0x83A, offset: 0x55D30, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwup', symObjAddr: 0xDF8, symBinAddr: 0x6470, symSize: 0x4 } + - { offsetInCU: 0x84E, offset: 0x55D44, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwui', symObjAddr: 0xDFC, symBinAddr: 0x6474, symSize: 0x8 } + - { offsetInCU: 0x862, offset: 0x55D58, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOMa', symObjAddr: 0xE04, symBinAddr: 0x647C, symSize: 0x10 } + - { offsetInCU: 0x876, offset: 0x55D6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASQWb', symObjAddr: 0xE14, symBinAddr: 0x648C, symSize: 0x4 } + - { offsetInCU: 0x88A, offset: 0x55D80, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAESQAAWl', symObjAddr: 0xE18, symBinAddr: 0x6490, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x55D94, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE5C, symBinAddr: 0x64D4, symSize: 0x4 } + - { offsetInCU: 0x8B2, offset: 0x55DA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE60, symBinAddr: 0x64D8, symSize: 0x44 } + - { offsetInCU: 0x8C6, offset: 0x55DBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xEA4, symBinAddr: 0x651C, symSize: 0x4 } + - { offsetInCU: 0x8DA, offset: 0x55DD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xEA8, symBinAddr: 0x6520, symSize: 0x44 } + - { offsetInCU: 0x8EE, offset: 0x55DE4, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0xEEC, symBinAddr: 0x6564, symSize: 0x20 } + - { offsetInCU: 0x902, offset: 0x55DF8, size: 0x8, addend: 0x0, symName: '_$ss7Decoder_pWOc', symObjAddr: 0xF0C, symBinAddr: 0x6584, symSize: 0x44 } + - { offsetInCU: 0x916, offset: 0x55E0C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10dataString7optionsACSgSS_AcDE0B14URLReadOptionsVtcfC', symObjAddr: 0xF50, symBinAddr: 0x65C8, symSize: 0x498 } + - { offsetInCU: 0xA00, offset: 0x55EF6, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x13E8, symBinAddr: 0x6A60, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x55F4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOACs0C0AAWl', symObjAddr: 0x14B4, symBinAddr: 0x6B2C, symSize: 0x44 } + - { offsetInCU: 0xA6A, offset: 0x55F60, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0x14F8, symBinAddr: 0x6B70, symSize: 0x3C } + - { offsetInCU: 0xB0C, offset: 0x56002, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA70, symBinAddr: 0x60EC, symSize: 0xC } + - { offsetInCU: 0xB28, offset: 0x5601E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xA7C, symBinAddr: 0x60F8, symSize: 0x8 } + - { offsetInCU: 0xB44, offset: 0x5603A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA84, symBinAddr: 0x6100, symSize: 0x8 } + - { offsetInCU: 0xB60, offset: 0x56056, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA8C, symBinAddr: 0x6108, symSize: 0x8 } + - { offsetInCU: 0xB82, offset: 0x56078, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xBA8, symBinAddr: 0x6224, symSize: 0x28 } + - { offsetInCU: 0xB9E, offset: 0x56094, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xBD0, symBinAddr: 0x624C, symSize: 0x28 } + - { offsetInCU: 0xBE7, offset: 0x560DD, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTg5', symObjAddr: 0x1468, symBinAddr: 0x6AE0, symSize: 0x4C } + - { offsetInCU: 0x17A, offset: 0x564F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC11setUpGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x6BAC, symSize: 0x1B8 } + - { offsetInCU: 0x3D0, offset: 0x5674C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1B8, symBinAddr: 0x6D64, symSize: 0x58 } + - { offsetInCU: 0x417, offset: 0x56793, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5layerACyp_tcfc', symObjAddr: 0x210, symBinAddr: 0x6DBC, symSize: 0x1B0 } + - { offsetInCU: 0x57A, offset: 0x568F6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14ShapeItemLayerC0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKF', symObjAddr: 0x4F0, symBinAddr: 0x709C, symSize: 0x288 } + - { offsetInCU: 0xA2A, offset: 0x56DA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5group5items0D4Path7contextAcA0B0C_SayAA09ShapeItemC0C0I0VGSaySSGAA0C7ContextVtKcfc', symObjAddr: 0x7BC, symBinAddr: 0x7368, symSize: 0x118 } + - { offsetInCU: 0xA9F, offset: 0x56E1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC05setupC9Hierarchy33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x8D4, symBinAddr: 0x7480, symSize: 0x548 } + - { offsetInCU: 0x126E, offset: 0x575EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xE1C, symBinAddr: 0x79C8, symSize: 0x70 } + - { offsetInCU: 0x12B5, offset: 0x57631, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5layerACyp_tcfc', symObjAddr: 0xE8C, symBinAddr: 0x7A38, symSize: 0x208 } + - { offsetInCU: 0x1378, offset: 0x576F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x10FC, symBinAddr: 0x7CA8, symSize: 0x470 } + - { offsetInCU: 0x14CF, offset: 0x5784B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC03nonB5Items33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x156C, symBinAddr: 0x8118, symSize: 0x17C } + - { offsetInCU: 0x169B, offset: 0x57A17, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC11childGroups33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x16E8, symBinAddr: 0x8294, symSize: 0x17C } + - { offsetInCU: 0x1885, offset: 0x57C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCACycfcTo', symObjAddr: 0x2594, symBinAddr: 0x9140, symSize: 0x2C } + - { offsetInCU: 0x197E, offset: 0x57CFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfE', symObjAddr: 0x778, symBinAddr: 0x7324, symSize: 0x10 } + - { offsetInCU: 0x19AB, offset: 0x57D27, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfETo', symObjAddr: 0x78C, symBinAddr: 0x7338, symSize: 0x10 } + - { offsetInCU: 0x19DA, offset: 0x57D56, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCMa', symObjAddr: 0x79C, symBinAddr: 0x7348, symSize: 0x20 } + - { offsetInCU: 0x1CE2, offset: 0x5805E, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tF', symObjAddr: 0x1864, symBinAddr: 0x8410, symSize: 0xD30 } + - { offsetInCU: 0x396C, offset: 0x59CE8, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_', symObjAddr: 0x387C, symBinAddr: 0xA428, symSize: 0x634 } + - { offsetInCU: 0x4318, offset: 0x5A694, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_SbycfU3_SbAEXEfU_', symObjAddr: 0x3EB0, symBinAddr: 0xAA5C, symSize: 0x25C } + - { offsetInCU: 0x441C, offset: 0x5A798, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAlIcfU2_', symObjAddr: 0x410C, symBinAddr: 0xACB8, symSize: 0x54 } + - { offsetInCU: 0x480C, offset: 0x5AB88, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfE', symObjAddr: 0x25C0, symBinAddr: 0x916C, symSize: 0x5C } + - { offsetInCU: 0x4839, offset: 0x5ABB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfETo', symObjAddr: 0x2654, symBinAddr: 0x9200, symSize: 0x68 } + - { offsetInCU: 0x4868, offset: 0x5ABE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCMa', symObjAddr: 0x26BC, symBinAddr: 0x9268, symSize: 0x20 } + - { offsetInCU: 0x48F5, offset: 0x5AC71, size: 0x8, addend: 0x0, symName: '_$sSl6LottieE5split14whereSeparatorSaySay7ElementQzG8grouping_AESg08trailingD0tGSbAEXE_tFSayAA14ShapeItemLayerC0I0VG_Tg5014$sSo7CALayerC6a93E11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14hiJ47C0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKFSbAMXEfU0_Tf1cn_n', symObjAddr: 0x26DC, symBinAddr: 0x9288, symSize: 0x2B0 } + - { offsetInCU: 0x4E5C, offset: 0x5B1D8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE13setUpRepeater33_24524B13A39DBE5C7BD85D5BB4776E93LL_5items15parentGroupPath7contextyAC0E0C_SayAC14ShapeItemLayerC0T0VGSaySSGAC0U7ContextVtKF', symObjAddr: 0x298C, symBinAddr: 0x9538, symSize: 0x3C4 } + - { offsetInCU: 0x55F9, offset: 0x5B975, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_', symObjAddr: 0x2D50, symBinAddr: 0x98FC, symSize: 0x448 } + - { offsetInCU: 0x5B2E, offset: 0x5BEAA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_', symObjAddr: 0x3198, symBinAddr: 0x9D44, symSize: 0x44 } + - { offsetInCU: 0x5B78, offset: 0x5BEF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKF', symObjAddr: 0x31DC, symBinAddr: 0x9D88, symSize: 0x324 } + - { offsetInCU: 0x5E3F, offset: 0x5C1BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_', symObjAddr: 0x3500, symBinAddr: 0xA0AC, symSize: 0x37C } + - { offsetInCU: 0x64B5, offset: 0x5C831, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5', symObjAddr: 0x4160, symBinAddr: 0xAD0C, symSize: 0x6C } + - { offsetInCU: 0x64C9, offset: 0x5C845, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5.resume.0', symObjAddr: 0x41CC, symBinAddr: 0xAD78, symSize: 0x2C } + - { offsetInCU: 0x64E1, offset: 0x5C85D, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5', symObjAddr: 0x41F8, symBinAddr: 0xADA4, symSize: 0x98 } + - { offsetInCU: 0x6557, offset: 0x5C8D3, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5.resume.0', symObjAddr: 0x4290, symBinAddr: 0xAE3C, symSize: 0x8 } + - { offsetInCU: 0x6586, offset: 0x5C902, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4298, symBinAddr: 0xAE44, symSize: 0x13C } + - { offsetInCU: 0x65C6, offset: 0x5C942, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4298, symBinAddr: 0xAE44, symSize: 0x13C } + - { offsetInCU: 0x65DB, offset: 0x5C957, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4298, symBinAddr: 0xAE44, symSize: 0x13C } + - { offsetInCU: 0x6897, offset: 0x5CC13, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFTf4nnnnd_n', symObjAddr: 0x4720, symBinAddr: 0xB2CC, symSize: 0x620 } + - { offsetInCU: 0x71C7, offset: 0x5D543, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOy', symObjAddr: 0x4D40, symBinAddr: 0xB8EC, symSize: 0x2C } + - { offsetInCU: 0x71DB, offset: 0x5D557, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOe', symObjAddr: 0x4D6C, symBinAddr: 0xB918, symSize: 0x30 } + - { offsetInCU: 0x71EF, offset: 0x5D56B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOc', symObjAddr: 0x4D9C, symBinAddr: 0xB948, symSize: 0x3C } + - { offsetInCU: 0x7203, offset: 0x5D57F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOh', symObjAddr: 0x4DD8, symBinAddr: 0xB984, symSize: 0x34 } + - { offsetInCU: 0x7217, offset: 0x5D593, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_TA', symObjAddr: 0x4E0C, symBinAddr: 0xB9B8, symSize: 0x1C } + - { offsetInCU: 0x722B, offset: 0x5D5A7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_TA', symObjAddr: 0x4E28, symBinAddr: 0xB9D4, symSize: 0x18 } + - { offsetInCU: 0x723F, offset: 0x5D5BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_TA', symObjAddr: 0x4E40, symBinAddr: 0xB9EC, symSize: 0x18 } + - { offsetInCU: 0x7253, offset: 0x5D5CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4EF4, symBinAddr: 0xBA60, symSize: 0x8 } + - { offsetInCU: 0x7267, offset: 0x5D5E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4EFC, symBinAddr: 0xBA68, symSize: 0x8 } + - { offsetInCU: 0x727B, offset: 0x5D5F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOAEsAdAWl', symObjAddr: 0x4F48, symBinAddr: 0xBA70, symSize: 0x44 } + - { offsetInCU: 0x728F, offset: 0x5D60B, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGAByxq_GSlsSlRzrlWl', symObjAddr: 0x4F9C, symBinAddr: 0xBAB4, symSize: 0x70 } + - { offsetInCU: 0x72A3, offset: 0x5D61F, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGMa', symObjAddr: 0x500C, symBinAddr: 0xBB24, symSize: 0xB8 } + - { offsetInCU: 0x72B7, offset: 0x5D633, size: 0x8, addend: 0x0, symName: '_$s6Lottie21OpacityAnimationModel_pSgWOh', symObjAddr: 0x5184, symBinAddr: 0xBC9C, symSize: 0x40 } + - { offsetInCU: 0x72CB, offset: 0x5D647, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOe', symObjAddr: 0x51C4, symBinAddr: 0xBCDC, symSize: 0x10 } + - { offsetInCU: 0x72DF, offset: 0x5D65B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwCP', symObjAddr: 0x5254, symBinAddr: 0xBD30, symSize: 0x34 } + - { offsetInCU: 0x72F3, offset: 0x5D66F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwxx', symObjAddr: 0x5288, symBinAddr: 0xBD64, symSize: 0x28 } + - { offsetInCU: 0x7307, offset: 0x5D683, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwcp', symObjAddr: 0x52B0, symBinAddr: 0xBD8C, symSize: 0x34 } + - { offsetInCU: 0x731B, offset: 0x5D697, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwca', symObjAddr: 0x52E4, symBinAddr: 0xBDC0, symSize: 0x5C } + - { offsetInCU: 0x732F, offset: 0x5D6AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwta', symObjAddr: 0x534C, symBinAddr: 0xBE1C, symSize: 0x44 } + - { offsetInCU: 0x7343, offset: 0x5D6BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwet', symObjAddr: 0x5390, symBinAddr: 0xBE60, symSize: 0x48 } + - { offsetInCU: 0x7357, offset: 0x5D6D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwst', symObjAddr: 0x53D8, symBinAddr: 0xBEA8, symSize: 0x3C } + - { offsetInCU: 0x736B, offset: 0x5D6E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVMa', symObjAddr: 0x5414, symBinAddr: 0xBEE4, symSize: 0x10 } + - { offsetInCU: 0x747A, offset: 0x5D7F6, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AITg5', symObjAddr: 0x3CC, symBinAddr: 0x6F78, symSize: 0x124 } + - { offsetInCU: 0x7B1C, offset: 0x5DE98, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVsSQRzlE2eeoiySbAByxG_ADtFZ6Lottie8KeyframeCyAE0D8Vector1DVG_Tg5Tf4nnd_n', symObjAddr: 0x43D4, symBinAddr: 0xAF80, symSize: 0x80 } + - { offsetInCU: 0x7BC2, offset: 0x5DF3E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AE0D11RenderGroupVTg505$sSa6c4AA14def2C0l13VRszlE17shapeg54Groups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5h12VG05validG0_W37AEG06unusedN0tSb_tFAjIXEfU0_AiEXEfU4_AlJTf1cn_nTf4ngXg_n', symObjAddr: 0x4454, symBinAddr: 0xB000, symSize: 0x140 } + - { offsetInCU: 0x7DD6, offset: 0x5E152, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay6Lottie14ShapeItemLayerC0G0VG_Tg505$sSa6e4AA14fgh2C0l90VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_X29AEG06unusedN0tSb_tFSbAEXEfU4_So5NSSetCTf1cn_nTf4gg_n', symObjAddr: 0x4594, symBinAddr: 0xB140, symSize: 0x18C } + - { offsetInCU: 0x43, offset: 0x5E84E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwCP', symObjAddr: 0x0, symBinAddr: 0xBEFC, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x5E862, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwxx', symObjAddr: 0x30, symBinAddr: 0xBF2C, symSize: 0x38 } + - { offsetInCU: 0x6B, offset: 0x5E876, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwcp', symObjAddr: 0x68, symBinAddr: 0xBF64, symSize: 0x64 } + - { offsetInCU: 0x7F, offset: 0x5E88A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwca', symObjAddr: 0xCC, symBinAddr: 0xBFC8, symSize: 0xA4 } + - { offsetInCU: 0x93, offset: 0x5E89E, size: 0x8, addend: 0x0, symName: ___swift_memcpy56_8, symObjAddr: 0x170, symBinAddr: 0xC06C, symSize: 0x1C } + - { offsetInCU: 0xA7, offset: 0x5E8B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwta', symObjAddr: 0x18C, symBinAddr: 0xC088, symSize: 0x64 } + - { offsetInCU: 0xBB, offset: 0x5E8C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwet', symObjAddr: 0x1F0, symBinAddr: 0xC0EC, symSize: 0x48 } + - { offsetInCU: 0xCF, offset: 0x5E8DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwst', symObjAddr: 0x238, symBinAddr: 0xC134, symSize: 0x4C } + - { offsetInCU: 0xE3, offset: 0x5E8EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVMa', symObjAddr: 0x284, symBinAddr: 0xC180, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x5E920, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueSSvg', symObjAddr: 0x294, symBinAddr: 0xC190, symSize: 0x20 } + - { offsetInCU: 0x164, offset: 0x5E96F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x454, symBinAddr: 0xC350, symSize: 0x14 } + - { offsetInCU: 0x1F3, offset: 0x5E9FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH9hashValueSivgTW', symObjAddr: 0x468, symBinAddr: 0xC364, symSize: 0x44 } + - { offsetInCU: 0x2D6, offset: 0x5EAE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4AC, symBinAddr: 0xC3A8, symSize: 0x28 } + - { offsetInCU: 0x348, offset: 0x5EB53, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x514, symBinAddr: 0xC410, symSize: 0x8 } + - { offsetInCU: 0x373, offset: 0x5EB7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x51C, symBinAddr: 0xC418, symSize: 0x24 } + - { offsetInCU: 0x3A4, offset: 0x5EBAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x540, symBinAddr: 0xC43C, symSize: 0xC } + - { offsetInCU: 0x3C0, offset: 0x5EBCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x54C, symBinAddr: 0xC448, symSize: 0xC } + - { offsetInCU: 0x3DC, offset: 0x5EBE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x634, symBinAddr: 0xC530, symSize: 0x1A8 } + - { offsetInCU: 0x422, offset: 0x5EC2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B4, symBinAddr: 0xC1B0, symSize: 0x1A0 } + - { offsetInCU: 0x477, offset: 0x5EC82, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5A8, symBinAddr: 0xC4A4, symSize: 0x4C } + - { offsetInCU: 0x4AE, offset: 0x5ECB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5F4, symBinAddr: 0xC4F0, symSize: 0x40 } + - { offsetInCU: 0x4D1, offset: 0x5ECDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x7DC, symBinAddr: 0xC6D8, symSize: 0x2F0 } + - { offsetInCU: 0x524, offset: 0x5ED2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs0D3KeyAAWl', symObjAddr: 0xB30, symBinAddr: 0xC9C8, symSize: 0x44 } + - { offsetInCU: 0x538, offset: 0x5ED43, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie03DotA9AnimationVGMa', symObjAddr: 0xB94, symBinAddr: 0xCA0C, symSize: 0x54 } + - { offsetInCU: 0x54C, offset: 0x5ED57, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSeAAWl', symObjAddr: 0xBE8, symBinAddr: 0xCA60, symSize: 0x44 } + - { offsetInCU: 0x560, offset: 0x5ED6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSEAAWl', symObjAddr: 0xC90, symBinAddr: 0xCB08, symSize: 0x44 } + - { offsetInCU: 0x574, offset: 0x5ED7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwet', symObjAddr: 0xCE4, symBinAddr: 0xCB4C, symSize: 0x90 } + - { offsetInCU: 0x588, offset: 0x5ED93, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwst', symObjAddr: 0xD74, symBinAddr: 0xCBDC, symSize: 0xBC } + - { offsetInCU: 0x59C, offset: 0x5EDA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwug', symObjAddr: 0xE30, symBinAddr: 0xCC98, symSize: 0x8 } + - { offsetInCU: 0x5B0, offset: 0x5EDBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwup', symObjAddr: 0xE38, symBinAddr: 0xCCA0, symSize: 0x4 } + - { offsetInCU: 0x5C4, offset: 0x5EDCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwui', symObjAddr: 0xE3C, symBinAddr: 0xCCA4, symSize: 0x8 } + - { offsetInCU: 0x5D8, offset: 0x5EDE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOMa', symObjAddr: 0xE44, symBinAddr: 0xCCAC, symSize: 0x10 } + - { offsetInCU: 0x5EC, offset: 0x5EDF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASQWb', symObjAddr: 0xE54, symBinAddr: 0xCCBC, symSize: 0x4 } + - { offsetInCU: 0x600, offset: 0x5EE0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFSQAAWl', symObjAddr: 0xE58, symBinAddr: 0xCCC0, symSize: 0x44 } + - { offsetInCU: 0x614, offset: 0x5EE1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE9C, symBinAddr: 0xCD04, symSize: 0x4 } + - { offsetInCU: 0x628, offset: 0x5EE33, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xEA0, symBinAddr: 0xCD08, symSize: 0x44 } + - { offsetInCU: 0x63C, offset: 0x5EE47, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xEE4, symBinAddr: 0xCD4C, symSize: 0x4 } + - { offsetInCU: 0x650, offset: 0x5EE5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xEE8, symBinAddr: 0xCD50, symSize: 0x44 } + - { offsetInCU: 0x6BE, offset: 0x5EEC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4D4, symBinAddr: 0xC3D0, symSize: 0x40 } + - { offsetInCU: 0x760, offset: 0x5EF6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x558, symBinAddr: 0xC454, symSize: 0x28 } + - { offsetInCU: 0x77C, offset: 0x5EF87, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0xC47C, symSize: 0x28 } + - { offsetInCU: 0x92, offset: 0x5F176, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC4, symBinAddr: 0xCE58, symSize: 0x28 } + - { offsetInCU: 0xC3, offset: 0x5F1A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xEC, symBinAddr: 0xCE80, symSize: 0x10 } + - { offsetInCU: 0x10F, offset: 0x5F1F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A4, symBinAddr: 0xCF38, symSize: 0x48 } + - { offsetInCU: 0x134, offset: 0x5F218, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1EC, symBinAddr: 0xCF80, symSize: 0x294 } + - { offsetInCU: 0x19C, offset: 0x5F280, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x480, symBinAddr: 0xD214, symSize: 0x394 } + - { offsetInCU: 0x33A, offset: 0x5F41E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO8rawValueSSvg', symObjAddr: 0x814, symBinAddr: 0xD5A8, symSize: 0x18 } + - { offsetInCU: 0x373, offset: 0x5F457, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0x9EC, symBinAddr: 0xD780, symSize: 0x18 } + - { offsetInCU: 0x3A1, offset: 0x5F485, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0x9EC, symBinAddr: 0xD780, symSize: 0x18 } + - { offsetInCU: 0x3F3, offset: 0x5F4D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xA28, symBinAddr: 0xD7BC, symSize: 0x64 } + - { offsetInCU: 0x459, offset: 0x5F53D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xA8C, symBinAddr: 0xD820, symSize: 0x28 } + - { offsetInCU: 0x475, offset: 0x5F559, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xAB4, symBinAddr: 0xD848, symSize: 0x8 } + - { offsetInCU: 0x4AB, offset: 0x5F58F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xABC, symBinAddr: 0xD850, symSize: 0x68 } + - { offsetInCU: 0x530, offset: 0x5F614, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB24, symBinAddr: 0xD8B8, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x5F630, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB30, symBinAddr: 0xD8C4, symSize: 0xC } + - { offsetInCU: 0x56A, offset: 0x5F64E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC6encode2toys7Encoder_p_tKF', symObjAddr: 0x82C, symBinAddr: 0xD5C0, symSize: 0x1C0 } + - { offsetInCU: 0x5E4, offset: 0x5F6C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfD', symObjAddr: 0xBA8, symBinAddr: 0xD93C, symSize: 0x34 } + - { offsetInCU: 0x6A3, offset: 0x5F787, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfE', symObjAddr: 0xB8C, symBinAddr: 0xD920, symSize: 0x1C } + - { offsetInCU: 0x6FB, offset: 0x5F7DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCMa', symObjAddr: 0xBDC, symBinAddr: 0xD970, symSize: 0x20 } + - { offsetInCU: 0x70F, offset: 0x5F7F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwug', symObjAddr: 0xC14, symBinAddr: 0xD998, symSize: 0x8 } + - { offsetInCU: 0x723, offset: 0x5F807, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwup', symObjAddr: 0xC1C, symBinAddr: 0xD9A0, symSize: 0x4 } + - { offsetInCU: 0x737, offset: 0x5F81B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwui', symObjAddr: 0xC20, symBinAddr: 0xD9A4, symSize: 0x8 } + - { offsetInCU: 0x74B, offset: 0x5F82F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOMa', symObjAddr: 0xC28, symBinAddr: 0xD9AC, symSize: 0x10 } + - { offsetInCU: 0x75F, offset: 0x5F843, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASQWb', symObjAddr: 0xC38, symBinAddr: 0xD9BC, symSize: 0x4 } + - { offsetInCU: 0x773, offset: 0x5F857, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSQAAWl', symObjAddr: 0xC3C, symBinAddr: 0xD9C0, symSize: 0x44 } + - { offsetInCU: 0x787, offset: 0x5F86B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSYAAWl', symObjAddr: 0xC80, symBinAddr: 0xDA04, symSize: 0x44 } + - { offsetInCU: 0x79B, offset: 0x5F87F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs0C3KeyAAWl', symObjAddr: 0xD28, symBinAddr: 0xDA48, symSize: 0x44 } + - { offsetInCU: 0x7AF, offset: 0x5F893, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSEAAWl', symObjAddr: 0xD6C, symBinAddr: 0xDA8C, symSize: 0x44 } + - { offsetInCU: 0x7C3, offset: 0x5F8A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGMa', symObjAddr: 0xDB0, symBinAddr: 0xDAD0, symSize: 0x54 } + - { offsetInCU: 0x7D7, offset: 0x5F8BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSEAAWl', symObjAddr: 0xE04, symBinAddr: 0xDB24, symSize: 0x44 } + - { offsetInCU: 0x7EB, offset: 0x5F8CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSeAAWl', symObjAddr: 0xE48, symBinAddr: 0xDB68, symSize: 0x44 } + - { offsetInCU: 0x7FF, offset: 0x5F8E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSeAAWl', symObjAddr: 0xEF0, symBinAddr: 0xDC10, symSize: 0x44 } + - { offsetInCU: 0xDEB, offset: 0x5FECF, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector3DV_GTg5', symObjAddr: 0xF78, symBinAddr: 0xDC54, symSize: 0x238 } + - { offsetInCU: 0xF4C, offset: 0x60030, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAL_GTg5', symObjAddr: 0x11B0, symBinAddr: 0xDE8C, symSize: 0x240 } + - { offsetInCU: 0x108B, offset: 0x6016F, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x13F0, symBinAddr: 0xE0CC, symSize: 0x238 } + - { offsetInCU: 0x11CA, offset: 0x602AE, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x1628, symBinAddr: 0xE304, symSize: 0x240 } + - { offsetInCU: 0x1309, offset: 0x603ED, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x1868, symBinAddr: 0xE544, symSize: 0x238 } + - { offsetInCU: 0x1448, offset: 0x6052C, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x1AA0, symBinAddr: 0xE77C, symSize: 0x240 } + - { offsetInCU: 0x1587, offset: 0x6066B, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1CE0, symBinAddr: 0xE9BC, symSize: 0x238 } + - { offsetInCU: 0x16C6, offset: 0x607AA, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1F18, symBinAddr: 0xEBF4, symSize: 0x240 } + - { offsetInCU: 0x1805, offset: 0x608E9, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x2158, symBinAddr: 0xEE34, symSize: 0x238 } + - { offsetInCU: 0x1944, offset: 0x60A28, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x2390, symBinAddr: 0xF06C, symSize: 0x240 } + - { offsetInCU: 0x1A83, offset: 0x60B67, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x25D0, symBinAddr: 0xF2AC, symSize: 0x238 } + - { offsetInCU: 0x1BC2, offset: 0x60CA6, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x2808, symBinAddr: 0xF4E4, symSize: 0x240 } + - { offsetInCU: 0x1D01, offset: 0x60DE5, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0x2A48, symBinAddr: 0xF724, symSize: 0x40 } + - { offsetInCU: 0x1DEE, offset: 0x60ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4gd_n', symObjAddr: 0x2ACC, symBinAddr: 0xF764, symSize: 0x540 } + - { offsetInCU: 0x28D3, offset: 0x619B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4nd_n', symObjAddr: 0x300C, symBinAddr: 0xFCA4, symSize: 0x778 } + - { offsetInCU: 0x2ECE, offset: 0x61FB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4gd_n', symObjAddr: 0x3784, symBinAddr: 0x1041C, symSize: 0x5AC } + - { offsetInCU: 0x329E, offset: 0x62382, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x3D30, symBinAddr: 0x109C8, symSize: 0x7C0 } + - { offsetInCU: 0x37E1, offset: 0x628C5, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0x455C, symBinAddr: 0x111A8, symSize: 0x48 } + - { offsetInCU: 0x391D, offset: 0x62A01, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4gd_n', symObjAddr: 0x45C8, symBinAddr: 0x11214, symSize: 0x538 } + - { offsetInCU: 0x3D71, offset: 0x62E55, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4nd_n', symObjAddr: 0x4B00, symBinAddr: 0x1174C, symSize: 0x7DC } + - { offsetInCU: 0x43A7, offset: 0x6348B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4gd_n', symObjAddr: 0x52DC, symBinAddr: 0x11F28, symSize: 0x59C } + - { offsetInCU: 0x4783, offset: 0x63867, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4nd_n', symObjAddr: 0x5878, symBinAddr: 0x124C4, symSize: 0x7CC } + - { offsetInCU: 0x4DA0, offset: 0x63E84, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4gd_n', symObjAddr: 0x6044, symBinAddr: 0x12C90, symSize: 0x4D0 } + - { offsetInCU: 0x520E, offset: 0x642F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4nd_n', symObjAddr: 0x6514, symBinAddr: 0x13160, symSize: 0x7BC } + - { offsetInCU: 0x588C, offset: 0x64970, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4gd_n', symObjAddr: 0x6CD0, symBinAddr: 0x1391C, symSize: 0x4E8 } + - { offsetInCU: 0x5CF5, offset: 0x64DD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4nd_n', symObjAddr: 0x71B8, symBinAddr: 0x13E04, symSize: 0x784 } + - { offsetInCU: 0x624E, offset: 0x65332, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOwup', symObjAddr: 0x7B60, symBinAddr: 0x147AC, symSize: 0x4 } + - { offsetInCU: 0x6262, offset: 0x65346, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOMa', symObjAddr: 0x7B64, symBinAddr: 0x147B0, symSize: 0x10 } + - { offsetInCU: 0x6276, offset: 0x6535A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASQWb', symObjAddr: 0x7B74, symBinAddr: 0x147C0, symSize: 0x4 } + - { offsetInCU: 0x628A, offset: 0x6536E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFSQAAWl', symObjAddr: 0x7B78, symBinAddr: 0x147C4, symSize: 0x44 } + - { offsetInCU: 0x629E, offset: 0x65382, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x7BBC, symBinAddr: 0x14808, symSize: 0x4 } + - { offsetInCU: 0x62B2, offset: 0x65396, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x7BC0, symBinAddr: 0x1480C, symSize: 0x44 } + - { offsetInCU: 0x62C6, offset: 0x653AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x7C04, symBinAddr: 0x14850, symSize: 0x4 } + - { offsetInCU: 0x62DA, offset: 0x653BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x7C08, symBinAddr: 0x14854, symSize: 0x44 } + - { offsetInCU: 0x630E, offset: 0x653F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xCD94, symSize: 0x14 } + - { offsetInCU: 0x639F, offset: 0x65483, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xCDA8, symSize: 0x44 } + - { offsetInCU: 0x6477, offset: 0x6555B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xCDEC, symSize: 0x2C } + - { offsetInCU: 0x64F3, offset: 0x655D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x84, symBinAddr: 0xCE18, symSize: 0x40 } + - { offsetInCU: 0x659F, offset: 0x65683, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFC, symBinAddr: 0xCE90, symSize: 0x5C } + - { offsetInCU: 0x65C2, offset: 0x656A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x158, symBinAddr: 0xCEEC, symSize: 0x4C } + - { offsetInCU: 0x6626, offset: 0x6570A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA04, symBinAddr: 0xD798, symSize: 0xC } + - { offsetInCU: 0x6642, offset: 0x65726, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA10, symBinAddr: 0xD7A4, symSize: 0x8 } + - { offsetInCU: 0x665E, offset: 0x65742, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA18, symBinAddr: 0xD7AC, symSize: 0x8 } + - { offsetInCU: 0x667A, offset: 0x6575E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA20, symBinAddr: 0xD7B4, symSize: 0x8 } + - { offsetInCU: 0x669C, offset: 0x65780, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB3C, symBinAddr: 0xD8D0, symSize: 0x28 } + - { offsetInCU: 0x66B8, offset: 0x6579C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB64, symBinAddr: 0xD8F8, symSize: 0x28 } + - { offsetInCU: 0x50, offset: 0x66000, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLSSvpZ', symObjAddr: 0xEAB0, symBinAddr: 0x1E99E8, symSize: 0x0 } + - { offsetInCU: 0x7A1, offset: 0x66751, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1060, symBinAddr: 0x15900, symSize: 0xB8 } + - { offsetInCU: 0x7D3, offset: 0x66783, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x1140, symBinAddr: 0x159E0, symSize: 0xF8 } + - { offsetInCU: 0x7E7, offset: 0x66797, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1238, symBinAddr: 0x15AD8, symSize: 0x88 } + - { offsetInCU: 0x805, offset: 0x667B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x12C0, symBinAddr: 0x15B60, symSize: 0x66C } + - { offsetInCU: 0x970, offset: 0x66920, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x192C, symBinAddr: 0x161CC, symSize: 0x50 } + - { offsetInCU: 0x9A4, offset: 0x66954, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0x197C, symBinAddr: 0x1621C, symSize: 0x30 } + - { offsetInCU: 0xA78, offset: 0x66A28, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfc', symObjAddr: 0x19AC, symBinAddr: 0x1624C, symSize: 0x590 } + - { offsetInCU: 0xBC7, offset: 0x66B77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1F3C, symBinAddr: 0x167DC, symSize: 0x4C } + - { offsetInCU: 0xBE3, offset: 0x66B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1F88, symBinAddr: 0x16828, symSize: 0x1E4 } + - { offsetInCU: 0xC2E, offset: 0x66BDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x216C, symBinAddr: 0x16A0C, symSize: 0x24 } + - { offsetInCU: 0xC6A, offset: 0x66C1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF', symObjAddr: 0x2190, symBinAddr: 0x16A30, symSize: 0x1C4 } + - { offsetInCU: 0xD75, offset: 0x66D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x2354, symBinAddr: 0x16BF4, symSize: 0x29C } + - { offsetInCU: 0x107E, offset: 0x6702E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x25F0, symBinAddr: 0x16E90, symSize: 0x2B0 } + - { offsetInCU: 0x1326, offset: 0x672D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x28A0, symBinAddr: 0x17140, symSize: 0x508 } + - { offsetInCU: 0x17B9, offset: 0x67769, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x2DA8, symBinAddr: 0x17648, symSize: 0x238 } + - { offsetInCU: 0x194C, offset: 0x678FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x2FE0, symBinAddr: 0x17880, symSize: 0x260 } + - { offsetInCU: 0x1BC1, offset: 0x67B71, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_', symObjAddr: 0x3240, symBinAddr: 0x17AE0, symSize: 0xA4 } + - { offsetInCU: 0x1CD1, offset: 0x67C81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4stopyyF', symObjAddr: 0x32E4, symBinAddr: 0x17B84, symSize: 0xE8 } + - { offsetInCU: 0x1D7B, offset: 0x67D2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pauseyyF', symObjAddr: 0x33CC, symBinAddr: 0x17C6C, symSize: 0x2C } + - { offsetInCU: 0x1F27, offset: 0x67ED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x33F8, symBinAddr: 0x17C98, symSize: 0x360 } + - { offsetInCU: 0x217C, offset: 0x6812C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF', symObjAddr: 0x3758, symBinAddr: 0x17FF8, symSize: 0x38 } + - { offsetInCU: 0x24E9, offset: 0x68499, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF', symObjAddr: 0x3790, symBinAddr: 0x18030, symSize: 0x438 } + - { offsetInCU: 0x2920, offset: 0x688D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0x3BC8, symBinAddr: 0x18468, symSize: 0xF8 } + - { offsetInCU: 0x2A3A, offset: 0x689EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x3DFC, symBinAddr: 0x1869C, symSize: 0x68 } + - { offsetInCU: 0x2A86, offset: 0x68A36, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x3ECC, symBinAddr: 0x1876C, symSize: 0x48 } + - { offsetInCU: 0x2AF2, offset: 0x68AA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs', symObjAddr: 0x4074, symBinAddr: 0x18914, symSize: 0x5C } + - { offsetInCU: 0x2B1B, offset: 0x68ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM', symObjAddr: 0x40D0, symBinAddr: 0x18970, symSize: 0x44 } + - { offsetInCU: 0x2B4C, offset: 0x68AFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM.resume.0', symObjAddr: 0x4114, symBinAddr: 0x189B4, symSize: 0x4 } + - { offsetInCU: 0x2BA6, offset: 0x68B56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvW', symObjAddr: 0x41BC, symBinAddr: 0x18A5C, symSize: 0x138 } + - { offsetInCU: 0x2C87, offset: 0x68C37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x42F4, symBinAddr: 0x18B94, symSize: 0x50 } + - { offsetInCU: 0x2CA6, offset: 0x68C56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x4344, symBinAddr: 0x18BE4, symSize: 0x98 } + - { offsetInCU: 0x2CCF, offset: 0x68C7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x43DC, symBinAddr: 0x18C7C, symSize: 0x70 } + - { offsetInCU: 0x2D00, offset: 0x68CB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x444C, symBinAddr: 0x18CEC, symSize: 0xF4 } + - { offsetInCU: 0x2D44, offset: 0x68CF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg', symObjAddr: 0x4540, symBinAddr: 0x18DE0, symSize: 0x30 } + - { offsetInCU: 0x2DCF, offset: 0x68D7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x462C, symBinAddr: 0x18ECC, symSize: 0xAC } + - { offsetInCU: 0x2E30, offset: 0x68DE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM', symObjAddr: 0x46D8, symBinAddr: 0x18F78, symSize: 0x58 } + - { offsetInCU: 0x2E61, offset: 0x68E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x4730, symBinAddr: 0x18FD0, symSize: 0xA0 } + - { offsetInCU: 0x2F69, offset: 0x68F19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x47D0, symBinAddr: 0x19070, symSize: 0x1B8 } + - { offsetInCU: 0x31DE, offset: 0x6918E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x4988, symBinAddr: 0x19228, symSize: 0x14 } + - { offsetInCU: 0x322C, offset: 0x691DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x499C, symBinAddr: 0x1923C, symSize: 0x34 } + - { offsetInCU: 0x328A, offset: 0x6923A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x49D0, symBinAddr: 0x19270, symSize: 0x18 } + - { offsetInCU: 0x32F1, offset: 0x692A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg', symObjAddr: 0x4A18, symBinAddr: 0x192B8, symSize: 0x48 } + - { offsetInCU: 0x3310, offset: 0x692C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs', symObjAddr: 0x4A60, symBinAddr: 0x19300, symSize: 0x24 } + - { offsetInCU: 0x3324, offset: 0x692D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM', symObjAddr: 0x4A84, symBinAddr: 0x19324, symSize: 0x58 } + - { offsetInCU: 0x33B5, offset: 0x69365, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x4ADC, symBinAddr: 0x1937C, symSize: 0xEC } + - { offsetInCU: 0x3422, offset: 0x693D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x4DB8, symBinAddr: 0x19658, symSize: 0x34 } + - { offsetInCU: 0x3436, offset: 0x693E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x4DEC, symBinAddr: 0x1968C, symSize: 0x58 } + - { offsetInCU: 0x34A7, offset: 0x69457, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x4E44, symBinAddr: 0x196E4, symSize: 0xB8 } + - { offsetInCU: 0x3537, offset: 0x694E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x4F10, symBinAddr: 0x197B0, symSize: 0x190 } + - { offsetInCU: 0x35CC, offset: 0x6957C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x50A0, symBinAddr: 0x19940, symSize: 0x58 } + - { offsetInCU: 0x35FD, offset: 0x695AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x50F8, symBinAddr: 0x19998, symSize: 0x170 } + - { offsetInCU: 0x3679, offset: 0x69629, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x52F8, symBinAddr: 0x19B98, symSize: 0x4C } + - { offsetInCU: 0x3698, offset: 0x69648, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x5344, symBinAddr: 0x19BE4, symSize: 0x24 } + - { offsetInCU: 0x36AC, offset: 0x6965C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x5368, symBinAddr: 0x19C08, symSize: 0x58 } + - { offsetInCU: 0x36FD, offset: 0x696AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x53C0, symBinAddr: 0x19C60, symSize: 0xAC } + - { offsetInCU: 0x3765, offset: 0x69715, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x54E8, symBinAddr: 0x19D88, symSize: 0xD4 } + - { offsetInCU: 0x37DD, offset: 0x6978D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x55BC, symBinAddr: 0x19E5C, symSize: 0x58 } + - { offsetInCU: 0x380E, offset: 0x697BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x5614, symBinAddr: 0x19EB4, symSize: 0xA4 } + - { offsetInCU: 0x38A3, offset: 0x69853, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs', symObjAddr: 0x5738, symBinAddr: 0x19FD8, symSize: 0x70 } + - { offsetInCU: 0x3927, offset: 0x698D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM', symObjAddr: 0x57A8, symBinAddr: 0x1A048, symSize: 0x58 } + - { offsetInCU: 0x3958, offset: 0x69908, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x5800, symBinAddr: 0x1A0A0, symSize: 0x58 } + - { offsetInCU: 0x39BF, offset: 0x6996F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg', symObjAddr: 0x5858, symBinAddr: 0x1A0F8, symSize: 0x174 } + - { offsetInCU: 0x3A57, offset: 0x69A07, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x5A2C, symBinAddr: 0x1A2CC, symSize: 0x54 } + - { offsetInCU: 0x3A76, offset: 0x69A26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x5A80, symBinAddr: 0x1A320, symSize: 0x5C } + - { offsetInCU: 0x3ABC, offset: 0x69A6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x5ADC, symBinAddr: 0x1A37C, symSize: 0x48 } + - { offsetInCU: 0x3B0D, offset: 0x69ABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x5B3C, symBinAddr: 0x1A3DC, symSize: 0x54 } + - { offsetInCU: 0x3B4F, offset: 0x69AFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x5B90, symBinAddr: 0x1A430, symSize: 0x48 } + - { offsetInCU: 0x3B80, offset: 0x69B30, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x5BE4, symBinAddr: 0x1A484, symSize: 0x214 } + - { offsetInCU: 0x3D2D, offset: 0x69CDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x5DF8, symBinAddr: 0x1A698, symSize: 0xFC } + - { offsetInCU: 0x3E8C, offset: 0x69E3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x5EF4, symBinAddr: 0x1A794, symSize: 0x34 } + - { offsetInCU: 0x3EBD, offset: 0x69E6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x5F28, symBinAddr: 0x1A7C8, symSize: 0x24 } + - { offsetInCU: 0x3EEA, offset: 0x69E9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvs', symObjAddr: 0x5F4C, symBinAddr: 0x1A7EC, symSize: 0x218 } + - { offsetInCU: 0x4097, offset: 0x6A047, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvg', symObjAddr: 0x6164, symBinAddr: 0x1AA04, symSize: 0xE4 } + - { offsetInCU: 0x412F, offset: 0x6A0DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM', symObjAddr: 0x6248, symBinAddr: 0x1AAE8, symSize: 0x34 } + - { offsetInCU: 0x4160, offset: 0x6A110, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM.resume.0', symObjAddr: 0x627C, symBinAddr: 0x1AB1C, symSize: 0x24 } + - { offsetInCU: 0x418D, offset: 0x6A13D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x6330, symBinAddr: 0x1ABD0, symSize: 0xE8 } + - { offsetInCU: 0x420F, offset: 0x6A1BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x6418, symBinAddr: 0x1ACB8, symSize: 0x88 } + - { offsetInCU: 0x4247, offset: 0x6A1F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x64A0, symBinAddr: 0x1AD40, symSize: 0xAC } + - { offsetInCU: 0x42A8, offset: 0x6A258, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x654C, symBinAddr: 0x1ADEC, symSize: 0x190 } + - { offsetInCU: 0x4333, offset: 0x6A2E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x66DC, symBinAddr: 0x1AF7C, symSize: 0xEC } + - { offsetInCU: 0x43BD, offset: 0x6A36D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x67C8, symBinAddr: 0x1B068, symSize: 0x94 } + - { offsetInCU: 0x44F4, offset: 0x6A4A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x68A8, symBinAddr: 0x1B148, symSize: 0x54 } + - { offsetInCU: 0x453A, offset: 0x6A4EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x68FC, symBinAddr: 0x1B19C, symSize: 0x48 } + - { offsetInCU: 0x45B8, offset: 0x6A568, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs', symObjAddr: 0x6A40, symBinAddr: 0x1B2E0, symSize: 0xA4 } + - { offsetInCU: 0x4619, offset: 0x6A5C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM', symObjAddr: 0x6AE4, symBinAddr: 0x1B384, symSize: 0x58 } + - { offsetInCU: 0x464A, offset: 0x6A5FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x6B3C, symBinAddr: 0x1B3DC, symSize: 0xA0 } + - { offsetInCU: 0x4692, offset: 0x6A642, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x6BDC, symBinAddr: 0x1B47C, symSize: 0xA0 } + - { offsetInCU: 0x476E, offset: 0x6A71E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x6D54, symBinAddr: 0x1B5F4, symSize: 0x8C } + - { offsetInCU: 0x47CD, offset: 0x6A77D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x6DE0, symBinAddr: 0x1B680, symSize: 0x58 } + - { offsetInCU: 0x47FE, offset: 0x6A7AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x6E38, symBinAddr: 0x1B6D8, symSize: 0x7C } + - { offsetInCU: 0x484E, offset: 0x6A7FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x6EB4, symBinAddr: 0x1B754, symSize: 0x9C } + - { offsetInCU: 0x48B9, offset: 0x6A869, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x6F50, symBinAddr: 0x1B7F0, symSize: 0xCC } + - { offsetInCU: 0x49CA, offset: 0x6A97A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12reloadImagesyyF', symObjAddr: 0x701C, symBinAddr: 0x1B8BC, symSize: 0x80 } + - { offsetInCU: 0x4A02, offset: 0x6A9B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x709C, symBinAddr: 0x1B93C, symSize: 0x80 } + - { offsetInCU: 0x4A5A, offset: 0x6AA0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x711C, symBinAddr: 0x1B9BC, symSize: 0x158 } + - { offsetInCU: 0x4B10, offset: 0x6AAC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x7274, symBinAddr: 0x1BB14, symSize: 0xC8 } + - { offsetInCU: 0x4B7A, offset: 0x6AB2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x733C, symBinAddr: 0x1BBDC, symSize: 0xC8 } + - { offsetInCU: 0x4BE4, offset: 0x6AB94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x7404, symBinAddr: 0x1BCA4, symSize: 0x80 } + - { offsetInCU: 0x4C2E, offset: 0x6ABDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x7484, symBinAddr: 0x1BD24, symSize: 0x84 } + - { offsetInCU: 0x4C98, offset: 0x6AC48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x7508, symBinAddr: 0x1BDA8, symSize: 0x1E0 } + - { offsetInCU: 0x4D59, offset: 0x6AD09, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x76E8, symBinAddr: 0x1BF88, symSize: 0x188 } + - { offsetInCU: 0x4E1A, offset: 0x6ADCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x7870, symBinAddr: 0x1C110, symSize: 0x160 } + - { offsetInCU: 0x4FE8, offset: 0x6AF98, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x79D0, symBinAddr: 0x1C270, symSize: 0x94 } + - { offsetInCU: 0x5063, offset: 0x6B013, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7A64, symBinAddr: 0x1C304, symSize: 0xF0 } + - { offsetInCU: 0x5147, offset: 0x6B0F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7B54, symBinAddr: 0x1C3F4, symSize: 0xF0 } + - { offsetInCU: 0x521D, offset: 0x6B1CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF', symObjAddr: 0x7C44, symBinAddr: 0x1C4E4, symSize: 0xD0 } + - { offsetInCU: 0x52C5, offset: 0x6B275, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF', symObjAddr: 0x7D14, symBinAddr: 0x1C5B4, symSize: 0xAC } + - { offsetInCU: 0x5338, offset: 0x6B2E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVF', symObjAddr: 0x7DC0, symBinAddr: 0x1C660, symSize: 0x158 } + - { offsetInCU: 0x5387, offset: 0x6B337, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_', symObjAddr: 0x7F18, symBinAddr: 0x1C7B8, symSize: 0x80 } + - { offsetInCU: 0x53CC, offset: 0x6B37C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014updateInFlightB0yyF', symObjAddr: 0x7F98, symBinAddr: 0x1C838, symSize: 0x27C } + - { offsetInCU: 0x5614, offset: 0x6B5C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC24updateRasterizationStateyyF', symObjAddr: 0x8214, symBinAddr: 0x1CAB4, symSize: 0x1F0 } + - { offsetInCU: 0x574C, offset: 0x6B6FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x8404, symBinAddr: 0x1CCA4, symSize: 0x130 } + - { offsetInCU: 0x5877, offset: 0x6B827, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04makebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL11usingEngineyAA09RenderingP6OptionO_tF', symObjAddr: 0x8534, symBinAddr: 0x1CDD4, symSize: 0x644 } + - { offsetInCU: 0x5C5E, offset: 0x6BC0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014makeMainThreadbC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0efbC0CAA0aB0C_tF', symObjAddr: 0x8B78, symBinAddr: 0x1D418, symSize: 0x1A4 } + - { offsetInCU: 0x5D73, offset: 0x6BD23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tF', symObjAddr: 0x8D1C, symBinAddr: 0x1D5BC, symSize: 0x240 } + - { offsetInCU: 0x5ECB, offset: 0x6BE7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_', symObjAddr: 0x8F5C, symBinAddr: 0x1D7FC, symSize: 0x20C } + - { offsetInCU: 0x61D8, offset: 0x6C188, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tF', symObjAddr: 0x9168, symBinAddr: 0x1DA08, symSize: 0x314 } + - { offsetInCU: 0x6383, offset: 0x6C333, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_', symObjAddr: 0x947C, symBinAddr: 0x1DD1C, symSize: 0x5C } + - { offsetInCU: 0x63C2, offset: 0x6C372, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGF', symObjAddr: 0x957C, symBinAddr: 0x1DE1C, symSize: 0x2E8 } + - { offsetInCU: 0x666B, offset: 0x6C61B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_', symObjAddr: 0x9864, symBinAddr: 0x1E104, symSize: 0x1D4 } + - { offsetInCU: 0x684C, offset: 0x6C7FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB11IfNecessary33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x9A38, symBinAddr: 0x1E2D8, symSize: 0x18C } + - { offsetInCU: 0x6AD5, offset: 0x6CA85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06addNewB10ForContext33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA0bG0VF', symObjAddr: 0x9BC4, symBinAddr: 0x1E464, symSize: 0xBF0 } + - { offsetInCU: 0x73F9, offset: 0x6D3A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19reducedMotionMarker33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLAA0F0CSgvg', symObjAddr: 0xA7D4, symBinAddr: 0x1F074, symSize: 0x138 } + - { offsetInCU: 0x74C8, offset: 0x6D478, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA03DotA4FileC0B0VF', symObjAddr: 0xA90C, symBinAddr: 0x1F1AC, symSize: 0x100 } + - { offsetInCU: 0x75C7, offset: 0x6D577, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC017playReducedMotionB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL10completionyySbcSg_tF', symObjAddr: 0xAA0C, symBinAddr: 0x1F2AC, symSize: 0x124 } + - { offsetInCU: 0x76E4, offset: 0x6D694, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfC', symObjAddr: 0xAB30, symBinAddr: 0x1F3D0, symSize: 0x20 } + - { offsetInCU: 0x7702, offset: 0x6D6B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfc', symObjAddr: 0xAB50, symBinAddr: 0x1F3F0, symSize: 0x2C } + - { offsetInCU: 0x7765, offset: 0x6D715, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfcTo', symObjAddr: 0xAB7C, symBinAddr: 0x1F41C, symSize: 0x2C } + - { offsetInCU: 0x77CC, offset: 0x6D77C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfD', symObjAddr: 0xABA8, symBinAddr: 0x1F448, symSize: 0x30 } + - { offsetInCU: 0x77F9, offset: 0x6D7A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0xB81C, symBinAddr: 0x200BC, symSize: 0x4F4 } + - { offsetInCU: 0x7969, offset: 0x6D919, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfCTfq4nneennn_nTf4nnngnnn_n', symObjAddr: 0xC038, symBinAddr: 0x208D8, symSize: 0xDC } + - { offsetInCU: 0x79B0, offset: 0x6D960, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0xC2A8, symBinAddr: 0x20B08, symSize: 0x3FC } + - { offsetInCU: 0x7AAA, offset: 0x6DA5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvsTf4gn_n', symObjAddr: 0xCA58, symBinAddr: 0x212B8, symSize: 0x100 } + - { offsetInCU: 0x7B39, offset: 0x6DAE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0xCB78, symBinAddr: 0x213D8, symSize: 0xE4 } + - { offsetInCU: 0x7BB1, offset: 0x6DB61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0xCDC4, symBinAddr: 0x21624, symSize: 0xD0 } + - { offsetInCU: 0x7C51, offset: 0x6DC01, size: 0x8, addend: 0x0, symName: ___swift_mutable_project_boxed_opaque_existential_1, symObjAddr: 0x1118, symBinAddr: 0x159B8, symSize: 0x28 } + - { offsetInCU: 0x7F75, offset: 0x6DF25, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTK', symObjAddr: 0x3CC0, symBinAddr: 0x18560, symSize: 0x6C } + - { offsetInCU: 0x7FA2, offset: 0x6DF52, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTk', symObjAddr: 0x3D2C, symBinAddr: 0x185CC, symSize: 0xD0 } + - { offsetInCU: 0x8032, offset: 0x6DFE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvpACTk', symObjAddr: 0x3E64, symBinAddr: 0x18704, symSize: 0x68 } + - { offsetInCU: 0x8068, offset: 0x6E018, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTK', symObjAddr: 0x3F14, symBinAddr: 0x187B4, symSize: 0x94 } + - { offsetInCU: 0x8095, offset: 0x6E045, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTk', symObjAddr: 0x3FA8, symBinAddr: 0x18848, symSize: 0xB8 } + - { offsetInCU: 0x80CD, offset: 0x6E07D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x4118, symBinAddr: 0x189B8, symSize: 0xA4 } + - { offsetInCU: 0x810E, offset: 0x6E0BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x4570, symBinAddr: 0x18E10, symSize: 0xB0 } + - { offsetInCU: 0x8253, offset: 0x6E203, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvpACTk', symObjAddr: 0x49E8, symBinAddr: 0x19288, symSize: 0x30 } + - { offsetInCU: 0x8280, offset: 0x6E230, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x4BC8, symBinAddr: 0x19468, symSize: 0x94 } + - { offsetInCU: 0x82AD, offset: 0x6E25D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x4C5C, symBinAddr: 0x194FC, symSize: 0x88 } + - { offsetInCU: 0x82DA, offset: 0x6E28A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x4CE4, symBinAddr: 0x19584, symSize: 0x60 } + - { offsetInCU: 0x82F2, offset: 0x6E2A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x5268, symBinAddr: 0x19B08, symSize: 0x54 } + - { offsetInCU: 0x831F, offset: 0x6E2CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x52BC, symBinAddr: 0x19B5C, symSize: 0x3C } + - { offsetInCU: 0x834C, offset: 0x6E2FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x56B8, symBinAddr: 0x19F58, symSize: 0x74 } + - { offsetInCU: 0x83BC, offset: 0x6E36C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x59CC, symBinAddr: 0x1A26C, symSize: 0x60 } + - { offsetInCU: 0x8561, offset: 0x6E511, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x62A0, symBinAddr: 0x1AB40, symSize: 0x90 } + - { offsetInCU: 0x859D, offset: 0x6E54D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvpACTk', symObjAddr: 0x698C, symBinAddr: 0x1B22C, symSize: 0xA8 } + - { offsetInCU: 0x85EE, offset: 0x6E59E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x6C7C, symBinAddr: 0x1B51C, symSize: 0x8C } + - { offsetInCU: 0x8A5F, offset: 0x6EA0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LL_WZ', symObjAddr: 0xA7B4, symBinAddr: 0x1F054, symSize: 0x20 } + - { offsetInCU: 0x8B1A, offset: 0x6EACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfETo', symObjAddr: 0xABD8, symBinAddr: 0x1F478, symSize: 0x11C } + - { offsetInCU: 0x8B5F, offset: 0x6EB0F, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0xACF4, symBinAddr: 0x1F594, symSize: 0x64 } + - { offsetInCU: 0x8BB7, offset: 0x6EB67, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xAD58, symBinAddr: 0x1F5F8, symSize: 0x58 } + - { offsetInCU: 0x8C63, offset: 0x6EC13, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xADB0, symBinAddr: 0x1F650, symSize: 0x34 } + - { offsetInCU: 0x8CBB, offset: 0x6EC6B, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSi_Tg5', symObjAddr: 0xADE4, symBinAddr: 0x1F684, symSize: 0x38 } + - { offsetInCU: 0x8D08, offset: 0x6ECB8, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xAE1C, symBinAddr: 0x1F6BC, symSize: 0x30 } + - { offsetInCU: 0x8D56, offset: 0x6ED06, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xAE4C, symBinAddr: 0x1F6EC, symSize: 0xAC } + - { offsetInCU: 0x8E5A, offset: 0x6EE0A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xAEF8, symBinAddr: 0x1F798, symSize: 0x30 } + - { offsetInCU: 0x8E87, offset: 0x6EE37, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0xAFB8, symBinAddr: 0x1F858, symSize: 0xE0 } + - { offsetInCU: 0x8EC6, offset: 0x6EE76, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xB098, symBinAddr: 0x1F938, symSize: 0x9C } + - { offsetInCU: 0x8F28, offset: 0x6EED8, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xB134, symBinAddr: 0x1F9D4, symSize: 0x98 } + - { offsetInCU: 0x8F60, offset: 0x6EF10, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xB1CC, symBinAddr: 0x1FA6C, symSize: 0x120 } + - { offsetInCU: 0x8FA6, offset: 0x6EF56, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xB2EC, symBinAddr: 0x1FB8C, symSize: 0x18C } + - { offsetInCU: 0x90A8, offset: 0x6F058, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xB514, symBinAddr: 0x1FDB4, symSize: 0xC4 } + - { offsetInCU: 0x9159, offset: 0x6F109, size: 0x8, addend: 0x0, symName: '_$ss32_copyCollectionToContiguousArrayys0dE0Vy7ElementQzGxSlRzlFs0E5SliceVySSG_Tg5', symObjAddr: 0xB74C, symBinAddr: 0x1FFEC, symSize: 0xD0 } + - { offsetInCU: 0x92CA, offset: 0x6F27A, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_n', symObjAddr: 0xBD10, symBinAddr: 0x205B0, symSize: 0x15C } + - { offsetInCU: 0x936C, offset: 0x6F31C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_n', symObjAddr: 0xBE6C, symBinAddr: 0x2070C, symSize: 0xB4 } + - { offsetInCU: 0x944F, offset: 0x6F3FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOc', symObjAddr: 0xC114, symBinAddr: 0x209B4, symSize: 0x48 } + - { offsetInCU: 0x9463, offset: 0x6F413, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOh', symObjAddr: 0xC19C, symBinAddr: 0x209FC, symSize: 0x40 } + - { offsetInCU: 0x9477, offset: 0x6F427, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOc', symObjAddr: 0xC1DC, symBinAddr: 0x20A3C, symSize: 0x3C } + - { offsetInCU: 0x948B, offset: 0x6F43B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCMa', symObjAddr: 0xC218, symBinAddr: 0x20A78, symSize: 0x20 } + - { offsetInCU: 0x949F, offset: 0x6F44F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOh', symObjAddr: 0xC238, symBinAddr: 0x20A98, symSize: 0x34 } + - { offsetInCU: 0x94B3, offset: 0x6F463, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVSgWOe', symObjAddr: 0xC26C, symBinAddr: 0x20ACC, symSize: 0x3C } + - { offsetInCU: 0x9503, offset: 0x6F4B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOe', symObjAddr: 0xC6A4, symBinAddr: 0x20F04, symSize: 0x20 } + - { offsetInCU: 0x9517, offset: 0x6F4C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOe', symObjAddr: 0xC6C4, symBinAddr: 0x20F24, symSize: 0x88 } + - { offsetInCU: 0x952B, offset: 0x6F4DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOe', symObjAddr: 0xC74C, symBinAddr: 0x20FAC, symSize: 0x18 } + - { offsetInCU: 0x953F, offset: 0x6F4EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOe', symObjAddr: 0xC764, symBinAddr: 0x20FC4, symSize: 0x58 } + - { offsetInCU: 0x958A, offset: 0x6F53A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_TA', symObjAddr: 0xC8EC, symBinAddr: 0x2114C, symSize: 0xC } + - { offsetInCU: 0x959E, offset: 0x6F54E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOy', symObjAddr: 0xC8F8, symBinAddr: 0x21158, symSize: 0x18 } + - { offsetInCU: 0x95B2, offset: 0x6F562, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOy', symObjAddr: 0xC910, symBinAddr: 0x21170, symSize: 0x20 } + - { offsetInCU: 0x95C6, offset: 0x6F576, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOy', symObjAddr: 0xC930, symBinAddr: 0x21190, symSize: 0x8C } + - { offsetInCU: 0x95DA, offset: 0x6F58A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOy', symObjAddr: 0xC9BC, symBinAddr: 0x2121C, symSize: 0x60 } + - { offsetInCU: 0x95EE, offset: 0x6F59E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOf', symObjAddr: 0xCA1C, symBinAddr: 0x2127C, symSize: 0x3C } + - { offsetInCU: 0x9602, offset: 0x6F5B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOy', symObjAddr: 0xCB58, symBinAddr: 0x213B8, symSize: 0x10 } + - { offsetInCU: 0x9616, offset: 0x6F5C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOe', symObjAddr: 0xCB68, symBinAddr: 0x213C8, symSize: 0x10 } + - { offsetInCU: 0x962A, offset: 0x6F5DA, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_1, symObjAddr: 0xCC5C, symBinAddr: 0x214BC, symSize: 0x168 } + - { offsetInCU: 0x963E, offset: 0x6F5EE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerCMa', symObjAddr: 0xDE80, symBinAddr: 0x226E0, symSize: 0x3C } + - { offsetInCU: 0x9652, offset: 0x6F602, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_TA', symObjAddr: 0xDEBC, symBinAddr: 0x2271C, symSize: 0x8 } + - { offsetInCU: 0x9666, offset: 0x6F616, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xDEC4, symBinAddr: 0x22724, symSize: 0x8 } + - { offsetInCU: 0x967A, offset: 0x6F62A, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0xDECC, symBinAddr: 0x2272C, symSize: 0x48 } + - { offsetInCU: 0x968E, offset: 0x6F63E, size: 0x8, addend: 0x0, symName: '_$sSaySSGMa', symObjAddr: 0xDF14, symBinAddr: 0x22774, symSize: 0x54 } + - { offsetInCU: 0x96A2, offset: 0x6F652, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFSSyXEfu_TA', symObjAddr: 0xDF68, symBinAddr: 0x227C8, symSize: 0x18 } + - { offsetInCU: 0x96B6, offset: 0x6F666, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xDF80, symBinAddr: 0x227E0, symSize: 0x8 } + - { offsetInCU: 0x96CA, offset: 0x6F67A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xDF88, symBinAddr: 0x227E8, symSize: 0x8 } + - { offsetInCU: 0x96DE, offset: 0x6F68E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xDF90, symBinAddr: 0x227F0, symSize: 0x7C } + - { offsetInCU: 0x9763, offset: 0x6F713, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SbyXEfu_TA', symObjAddr: 0xE00C, symBinAddr: 0x2286C, symSize: 0x14 } + - { offsetInCU: 0x97F7, offset: 0x6F7A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_TA', symObjAddr: 0xE020, symBinAddr: 0x22880, symSize: 0x8 } + - { offsetInCU: 0x980B, offset: 0x6F7BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xE028, symBinAddr: 0x22888, symSize: 0x8 } + - { offsetInCU: 0x981F, offset: 0x6F7CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xE030, symBinAddr: 0x22890, symSize: 0x8 } + - { offsetInCU: 0x9833, offset: 0x6F7E3, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyxq___GSHRzr0_lWOe', symObjAddr: 0xE038, symBinAddr: 0x22898, symSize: 0x10 } + - { offsetInCU: 0x9847, offset: 0x6F7F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0xE0EC, symBinAddr: 0x22910, symSize: 0x8 } + - { offsetInCU: 0x9866, offset: 0x6F816, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0xE0F4, symBinAddr: 0x22918, symSize: 0x28 } + - { offsetInCU: 0x989A, offset: 0x6F84A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOytIegnnr_AcEIeggn_TRTA', symObjAddr: 0xE11C, symBinAddr: 0x22940, symSize: 0x4C } + - { offsetInCU: 0x98CE, offset: 0x6F87E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOIeggn_AcEytIegnnr_TRTA', symObjAddr: 0xE168, symBinAddr: 0x2298C, symSize: 0x24 } + - { offsetInCU: 0x98F7, offset: 0x6F8A7, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0xE18C, symBinAddr: 0x229B0, symSize: 0x3C } + - { offsetInCU: 0x990B, offset: 0x6F8BB, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOh', symObjAddr: 0xE1C8, symBinAddr: 0x229EC, symSize: 0x34 } + - { offsetInCU: 0x991F, offset: 0x6F8CF, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_1, symObjAddr: 0xE1FC, symBinAddr: 0x22A20, symSize: 0x3C } + - { offsetInCU: 0x9933, offset: 0x6F8E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOb', symObjAddr: 0xE238, symBinAddr: 0x22A5C, symSize: 0x18 } + - { offsetInCU: 0x9947, offset: 0x6F8F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_TA', symObjAddr: 0xE274, symBinAddr: 0x22A98, symSize: 0x8 } + - { offsetInCU: 0x995B, offset: 0x6F90B, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xE27C, symBinAddr: 0x22AA0, symSize: 0x10 } + - { offsetInCU: 0x996F, offset: 0x6F91F, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xE28C, symBinAddr: 0x22AB0, symSize: 0x8 } + - { offsetInCU: 0x9983, offset: 0x6F933, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOd', symObjAddr: 0xE294, symBinAddr: 0x22AB8, symSize: 0x3C } + - { offsetInCU: 0x9997, offset: 0x6F947, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOe', symObjAddr: 0xE2D0, symBinAddr: 0x22AF4, symSize: 0x38 } + - { offsetInCU: 0x99AB, offset: 0x6F95B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOc', symObjAddr: 0xE308, symBinAddr: 0x22B2C, symSize: 0x3C } + - { offsetInCU: 0x99BF, offset: 0x6F96F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV3key_AA16AnyValueProvider_p5valuetSgWOb', symObjAddr: 0xE344, symBinAddr: 0x22B68, symSize: 0x48 } + - { offsetInCU: 0x99F2, offset: 0x6F9A2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x148A0, symSize: 0x64 } + - { offsetInCU: 0x9A81, offset: 0x6FA31, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x64, symBinAddr: 0x14904, symSize: 0x64 } + - { offsetInCU: 0x9B10, offset: 0x6FAC0, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0xC8, symBinAddr: 0x14968, symSize: 0x64 } + - { offsetInCU: 0x9B9F, offset: 0x6FB4F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x12C, symBinAddr: 0x149CC, symSize: 0x84 } + - { offsetInCU: 0x9C2E, offset: 0x6FBDE, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1B0, symBinAddr: 0x14A50, symSize: 0x84 } + - { offsetInCU: 0x9CBD, offset: 0x6FC6D, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8MaskModeO_Tg5', symObjAddr: 0x234, symBinAddr: 0x14AD4, symSize: 0x64 } + - { offsetInCU: 0x9D4C, offset: 0x6FCFC, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x298, symBinAddr: 0x14B38, symSize: 0x64 } + - { offsetInCU: 0x9DDB, offset: 0x6FD8B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x2FC, symBinAddr: 0x14B9C, symSize: 0x84 } + - { offsetInCU: 0x9E6A, offset: 0x6FE1A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x380, symBinAddr: 0x14C20, symSize: 0x64 } + - { offsetInCU: 0x9EF9, offset: 0x6FEA9, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x3E4, symBinAddr: 0x14C84, symSize: 0x88 } + - { offsetInCU: 0x9F54, offset: 0x6FF04, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x46C, symBinAddr: 0x14D0C, symSize: 0x84 } + - { offsetInCU: 0x9FE3, offset: 0x6FF93, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x4F0, symBinAddr: 0x14D90, symSize: 0x64 } + - { offsetInCU: 0xA072, offset: 0x70022, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x554, symBinAddr: 0x14DF4, symSize: 0x84 } + - { offsetInCU: 0xA101, offset: 0x700B1, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x5D8, symBinAddr: 0x14E78, symSize: 0x84 } + - { offsetInCU: 0xA190, offset: 0x70140, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x65C, symBinAddr: 0x14EFC, symSize: 0x84 } + - { offsetInCU: 0xA21F, offset: 0x701CF, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x6E0, symBinAddr: 0x14F80, symSize: 0x64 } + - { offsetInCU: 0xA2AE, offset: 0x7025E, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x744, symBinAddr: 0x14FE4, symSize: 0xEC } + - { offsetInCU: 0xA336, offset: 0x702E6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x830, symBinAddr: 0x150D0, symSize: 0x84 } + - { offsetInCU: 0xA3C5, offset: 0x70375, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x8B4, symBinAddr: 0x15154, symSize: 0x64 } + - { offsetInCU: 0xA454, offset: 0x70404, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x918, symBinAddr: 0x151B8, symSize: 0xB4 } + - { offsetInCU: 0xA4A7, offset: 0x70457, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x9CC, symBinAddr: 0x1526C, symSize: 0x64 } + - { offsetInCU: 0xA536, offset: 0x704E6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xA30, symBinAddr: 0x152D0, symSize: 0x64 } + - { offsetInCU: 0xA5C5, offset: 0x70575, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0xA94, symBinAddr: 0x15334, symSize: 0x64 } + - { offsetInCU: 0xA620, offset: 0x705D0, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xAFC, symBinAddr: 0x1539C, symSize: 0x84 } + - { offsetInCU: 0xA6AF, offset: 0x7065F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xB80, symBinAddr: 0x15420, symSize: 0x64 } + - { offsetInCU: 0xA73E, offset: 0x706EE, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xBE4, symBinAddr: 0x15484, symSize: 0x84 } + - { offsetInCU: 0xA7CD, offset: 0x7077D, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xC68, symBinAddr: 0x15508, symSize: 0x64 } + - { offsetInCU: 0xA85C, offset: 0x7080C, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xD34, symBinAddr: 0x155D4, symSize: 0x64 } + - { offsetInCU: 0xA8EB, offset: 0x7089B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie06EffectC0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xD98, symBinAddr: 0x15638, symSize: 0x64 } + - { offsetInCU: 0xA946, offset: 0x708F6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xDFC, symBinAddr: 0x1569C, symSize: 0x64 } + - { offsetInCU: 0xA9A1, offset: 0x70951, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xE60, symBinAddr: 0x15700, symSize: 0x64 } + - { offsetInCU: 0xA9FC, offset: 0x709AC, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xEC4, symBinAddr: 0x15764, symSize: 0x64 } + - { offsetInCU: 0xAA8B, offset: 0x70A3B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xF28, symBinAddr: 0x157C8, symSize: 0x64 } + - { offsetInCU: 0xAB1A, offset: 0x70ACA, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xF8C, symBinAddr: 0x1582C, symSize: 0x60 } + - { offsetInCU: 0xAB75, offset: 0x70B25, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0xFEC, symBinAddr: 0x1588C, symSize: 0x74 } + - { offsetInCU: 0xB0C2, offset: 0x71072, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xBF20, symBinAddr: 0x207C0, symSize: 0x8 } + - { offsetInCU: 0xB0DE, offset: 0x7108E, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie13DiscriminatorO_Tg5Tf4dd_n', symObjAddr: 0xBF28, symBinAddr: 0x207C8, symSize: 0x8 } + - { offsetInCU: 0xB0FA, offset: 0x710AA, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4dd_n', symObjAddr: 0xBF30, symBinAddr: 0x207D0, symSize: 0x8 } + - { offsetInCU: 0xB116, offset: 0x710C6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4dd_n', symObjAddr: 0xBF38, symBinAddr: 0x207D8, symSize: 0x8 } + - { offsetInCU: 0xB132, offset: 0x710E2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4dd_n', symObjAddr: 0xBF40, symBinAddr: 0x207E0, symSize: 0x8 } + - { offsetInCU: 0xB14E, offset: 0x710FE, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4dd_n', symObjAddr: 0xBF48, symBinAddr: 0x207E8, symSize: 0x8 } + - { offsetInCU: 0xB16A, offset: 0x7111A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie011ColorEffectC0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4dd_n', symObjAddr: 0xBF50, symBinAddr: 0x207F0, symSize: 0x8 } + - { offsetInCU: 0xB186, offset: 0x71136, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie014Vector1DEffectC0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4dd_n', symObjAddr: 0xBF58, symBinAddr: 0x207F8, symSize: 0x8 } + - { offsetInCU: 0xB1A2, offset: 0x71152, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4dd_n', symObjAddr: 0xBF60, symBinAddr: 0x20800, symSize: 0x8 } + - { offsetInCU: 0xB1BE, offset: 0x7116E, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4dd_n', symObjAddr: 0xBF68, symBinAddr: 0x20808, symSize: 0x8 } + - { offsetInCU: 0xB1DA, offset: 0x7118A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4dd_n', symObjAddr: 0xBF70, symBinAddr: 0x20810, symSize: 0x8 } + - { offsetInCU: 0xB1F6, offset: 0x711A6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4dd_n', symObjAddr: 0xBF78, symBinAddr: 0x20818, symSize: 0x8 } + - { offsetInCU: 0xB212, offset: 0x711C2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8FontListC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xBF80, symBinAddr: 0x20820, symSize: 0x8 } + - { offsetInCU: 0xB24F, offset: 0x711FF, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufC6Lottie15AnyNodeProperty_p_SD6ValuesVySSAdE_p_GTg5Tf4gd_n', symObjAddr: 0xBF88, symBinAddr: 0x20828, symSize: 0xB0 } + - { offsetInCU: 0xB32D, offset: 0x712DD, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufCSS_s10ArraySliceVySSGTg5Tf4nd_n', symObjAddr: 0xC7BC, symBinAddr: 0x2101C, symSize: 0xD0 } + - { offsetInCU: 0x60, offset: 0x71A28, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfC', symObjAddr: 0x0, symBinAddr: 0x22BD4, symSize: 0xA8 } + - { offsetInCU: 0xAC, offset: 0x71A74, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvg', symObjAddr: 0xA8, symBinAddr: 0x22C7C, symSize: 0x1F4 } + - { offsetInCU: 0x1E0, offset: 0x71BA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x29C, symBinAddr: 0x22E70, symSize: 0xB4 } + - { offsetInCU: 0x25F, offset: 0x71C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x350, symBinAddr: 0x22F24, symSize: 0xE0 } + - { offsetInCU: 0x330, offset: 0x71CF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x430, symBinAddr: 0x23004, symSize: 0xFC } + - { offsetInCU: 0x458, offset: 0x71E20, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x52C, symBinAddr: 0x23100, symSize: 0x60 } + - { offsetInCU: 0x4DD, offset: 0x71EA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x58C, symBinAddr: 0x23160, symSize: 0x1A0 } + - { offsetInCU: 0x63E, offset: 0x72006, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x72C, symBinAddr: 0x23300, symSize: 0x140 } + - { offsetInCU: 0x706, offset: 0x720CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0x86C, symBinAddr: 0x23440, symSize: 0x140 } + - { offsetInCU: 0x886, offset: 0x7224E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0x9AC, symBinAddr: 0x23580, symSize: 0x94 } + - { offsetInCU: 0x97C, offset: 0x72344, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF', symObjAddr: 0xA40, symBinAddr: 0x23614, symSize: 0x158 } + - { offsetInCU: 0xAFC, offset: 0x724C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0xB98, symBinAddr: 0x2376C, symSize: 0x198 } + - { offsetInCU: 0xCBD, offset: 0x72685, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xD30, symBinAddr: 0x23904, symSize: 0x1B4 } + - { offsetInCU: 0xE3B, offset: 0x72803, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0xEE4, symBinAddr: 0x23AB8, symSize: 0x420 } + - { offsetInCU: 0xEF8, offset: 0x728C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x1324, symBinAddr: 0x23EF8, symSize: 0x4 } + - { offsetInCU: 0x186F, offset: 0x73237, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOc', symObjAddr: 0x1C48, symBinAddr: 0x247E0, symSize: 0x34 } + - { offsetInCU: 0x1883, offset: 0x7324B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x1CA0, symBinAddr: 0x24818, symSize: 0x8 } + - { offsetInCU: 0x1897, offset: 0x7325F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x1D10, symBinAddr: 0x24888, symSize: 0x8 } + - { offsetInCU: 0x18B6, offset: 0x7327E, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedButtonCytG_Tg5TA', symObjAddr: 0x1D18, symBinAddr: 0x24890, symSize: 0x20 } + - { offsetInCU: 0x18DF, offset: 0x732A7, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5', symObjAddr: 0x1D38, symBinAddr: 0x248B0, symSize: 0x20 } + - { offsetInCU: 0x1970, offset: 0x73338, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV24ZIP64ExtendedInformationV_Tg5', symObjAddr: 0x1D58, symBinAddr: 0x248D0, symSize: 0x104 } + - { offsetInCU: 0x1B00, offset: 0x734C8, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompatibilityIssueV_Tg5', symObjAddr: 0x1E5C, symBinAddr: 0x249D4, symSize: 0x104 } + - { offsetInCU: 0x1C67, offset: 0x7362F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x1F60, symBinAddr: 0x24AD8, symSize: 0x104 } + - { offsetInCU: 0x1DCE, offset: 0x73796, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0Q0V_Tg5', symObjAddr: 0x2064, symBinAddr: 0x24BDC, symSize: 0x104 } + - { offsetInCU: 0x1F6C, offset: 0x73934, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSay6Lottie14ShapeItemLayerC0Q0VG8grouping_ALSg17trailingSeparatort_Tg5', symObjAddr: 0x2198, symBinAddr: 0x24D10, symSize: 0x13C } + - { offsetInCU: 0x2104, offset: 0x73ACC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x22D4, symBinAddr: 0x24E4C, symSize: 0x104 } + - { offsetInCU: 0x226B, offset: 0x73C33, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x23D8, symBinAddr: 0x24F50, symSize: 0xFC } + - { offsetInCU: 0x240E, offset: 0x73DD6, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x269C, symBinAddr: 0x25214, symSize: 0x124 } + - { offsetInCU: 0x25BC, offset: 0x73F84, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo10CGColorRefa5color_12CoreGraphics7CGFloatV8locationt_Tg5', symObjAddr: 0x2E94, symBinAddr: 0x25A0C, symSize: 0x128 } + - { offsetInCU: 0x2754, offset: 0x7411C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10BezierPathV_Tg5', symObjAddr: 0x3180, symBinAddr: 0x25CF8, symSize: 0x118 } + - { offsetInCU: 0x28BB, offset: 0x74283, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x32AC, symBinAddr: 0x25E24, symSize: 0xFC } + - { offsetInCU: 0x2A5E, offset: 0x74426, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo7CGPointV5point_12CoreGraphics7CGFloatV8distancet_Tg5', symObjAddr: 0x33A8, symBinAddr: 0x25F20, symSize: 0x114 } + - { offsetInCU: 0x2C01, offset: 0x745C9, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11PathElementV_Tg5', symObjAddr: 0x34BC, symBinAddr: 0x26034, symSize: 0x118 } + - { offsetInCU: 0x2D99, offset: 0x74761, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x35D4, symBinAddr: 0x2614C, symSize: 0x108 } + - { offsetInCU: 0x2F37, offset: 0x748FF, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10LayerModelC5layer_AJ5model_AH9MatteTypeO05matteU0tSg4maskt_Tg5', symObjAddr: 0x36F0, symBinAddr: 0x26268, symSize: 0x138 } + - { offsetInCU: 0x30FB, offset: 0x74AC3, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x38B0, symBinAddr: 0x26428, symSize: 0x114 } + - { offsetInCU: 0x329E, offset: 0x74C66, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV5start_AJ3endt_Tg5', symObjAddr: 0x39C4, symBinAddr: 0x2653C, symSize: 0xFC } + - { offsetInCU: 0x3436, offset: 0x74DFE, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompoundBezierPathV_Tg5', symObjAddr: 0x3AC0, symBinAddr: 0x26638, symSize: 0x104 } + - { offsetInCU: 0x35D4, offset: 0x74F9C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16AnimationKeypathV7keypath_AH16AnyValueProvider_p05valueU0t_Tg5', symObjAddr: 0x3D88, symBinAddr: 0x26900, symSize: 0x13C } + - { offsetInCU: 0x371F, offset: 0x750E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x40FC, symBinAddr: 0x26C74, symSize: 0x8 } + - { offsetInCU: 0x3733, offset: 0x750FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x418C, symBinAddr: 0x26CC8, symSize: 0x8 } + - { offsetInCU: 0x3747, offset: 0x7510F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOh', symObjAddr: 0x41B8, symBinAddr: 0x26CF4, symSize: 0x2C } + - { offsetInCU: 0x375B, offset: 0x75123, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOd', symObjAddr: 0x41E4, symBinAddr: 0x26D20, symSize: 0x34 } + - { offsetInCU: 0x376F, offset: 0x75137, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4228, symBinAddr: 0x26D64, symSize: 0xC } + - { offsetInCU: 0x3783, offset: 0x7514B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4260, symBinAddr: 0x26D9C, symSize: 0x10 } + - { offsetInCU: 0x3797, offset: 0x7515F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x42DC, symBinAddr: 0x26E18, symSize: 0x20 } + - { offsetInCU: 0x37AB, offset: 0x75173, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x42FC, symBinAddr: 0x26E38, symSize: 0x34 } + - { offsetInCU: 0x37BF, offset: 0x75187, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x4330, symBinAddr: 0x26E6C, symSize: 0x24 } + - { offsetInCU: 0x37D3, offset: 0x7519B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAC7SwiftUI4ViewAAWl', symObjAddr: 0x4354, symBinAddr: 0x26E90, symSize: 0x44 } + - { offsetInCU: 0x37E7, offset: 0x751AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x4398, symBinAddr: 0x26ED4, symSize: 0x10 } + - { offsetInCU: 0x37FB, offset: 0x751C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwCP', symObjAddr: 0x43A8, symBinAddr: 0x26EE4, symSize: 0x30 } + - { offsetInCU: 0x380F, offset: 0x751D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwxx', symObjAddr: 0x43D8, symBinAddr: 0x26F14, symSize: 0x54 } + - { offsetInCU: 0x3823, offset: 0x751EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwcp', symObjAddr: 0x442C, symBinAddr: 0x26F68, symSize: 0xF4 } + - { offsetInCU: 0x3837, offset: 0x751FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwca', symObjAddr: 0x4520, symBinAddr: 0x2705C, symSize: 0x134 } + - { offsetInCU: 0x384B, offset: 0x75213, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOh', symObjAddr: 0x4654, symBinAddr: 0x27190, symSize: 0x34 } + - { offsetInCU: 0x385F, offset: 0x75227, size: 0x8, addend: 0x0, symName: ___swift_memcpy136_8, symObjAddr: 0x4688, symBinAddr: 0x271C4, symSize: 0x34 } + - { offsetInCU: 0x3873, offset: 0x7523B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwta', symObjAddr: 0x46BC, symBinAddr: 0x271F8, symSize: 0xB4 } + - { offsetInCU: 0x3887, offset: 0x7524F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwet', symObjAddr: 0x4770, symBinAddr: 0x272AC, symSize: 0x48 } + - { offsetInCU: 0x389B, offset: 0x75263, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwst', symObjAddr: 0x47B8, symBinAddr: 0x272F4, symSize: 0x60 } + - { offsetInCU: 0x38AF, offset: 0x75277, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVMa', symObjAddr: 0x4818, symBinAddr: 0x27354, symSize: 0x10 } + - { offsetInCU: 0x393C, offset: 0x75304, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tg5', symObjAddr: 0x4ABC, symBinAddr: 0x275F8, symSize: 0xFC } + - { offsetInCU: 0x3A71, offset: 0x75439, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4MaskC_Tg5Tf4d_n', symObjAddr: 0x4DE4, symBinAddr: 0x27920, symSize: 0x54 } + - { offsetInCU: 0x3A9E, offset: 0x75466, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20MaskCompositionLayerC0hJ0C_Tg5Tf4d_n', symObjAddr: 0x4E38, symBinAddr: 0x27974, symSize: 0x54 } + - { offsetInCU: 0x3ACB, offset: 0x75493, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GroupC_Tg5Tf4d_n', symObjAddr: 0x4E8C, symBinAddr: 0x279C8, symSize: 0x54 } + - { offsetInCU: 0x3AF8, offset: 0x754C0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9ShapeItemC_Tg5Tf4d_n', symObjAddr: 0x4EE0, symBinAddr: 0x27A1C, symSize: 0x54 } + - { offsetInCU: 0x3B25, offset: 0x754ED, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10GroupLayerC_Tg5Tf4d_n', symObjAddr: 0x4F34, symBinAddr: 0x27A70, symSize: 0x54 } + - { offsetInCU: 0x3B52, offset: 0x7551A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x4F88, symBinAddr: 0x27AC4, symSize: 0x58 } + - { offsetInCU: 0x3B7F, offset: 0x75547, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector3DVG_Tg5Tf4d_n', symObjAddr: 0x4FEC, symBinAddr: 0x27B28, symSize: 0x58 } + - { offsetInCU: 0x3BAC, offset: 0x75574, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo19CAKeyframeAnimationC_Tg5Tf4d_n', symObjAddr: 0x5050, symBinAddr: 0x27B8C, symSize: 0x64 } + - { offsetInCU: 0x3BD9, offset: 0x755A1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo8NSNumberC_Tg5Tf4d_n', symObjAddr: 0x50B4, symBinAddr: 0x27BF0, symSize: 0x64 } + - { offsetInCU: 0x3C06, offset: 0x755CE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo21CAMediaTimingFunctionC_Tg5Tf4d_n', symObjAddr: 0x5118, symBinAddr: 0x27C54, symSize: 0x64 } + - { offsetInCU: 0x3C33, offset: 0x755FB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo10CGColorRefa_Tg5Tf4d_n', symObjAddr: 0x517C, symBinAddr: 0x27CB8, symSize: 0x54 } + - { offsetInCU: 0x3C60, offset: 0x75628, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo9CGPathRefa_Tg5Tf4d_n', symObjAddr: 0x51D0, symBinAddr: 0x27D0C, symSize: 0x54 } + - { offsetInCU: 0x3C8D, offset: 0x75655, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySbGG_Tg5Tf4d_n', symObjAddr: 0x5224, symBinAddr: 0x27D60, symSize: 0x58 } + - { offsetInCU: 0x3CBA, offset: 0x75682, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF010BezierPathH0VG_Tg5Tf4d_n', symObjAddr: 0x527C, symBinAddr: 0x27DB8, symSize: 0x58 } + - { offsetInCU: 0x3CE7, offset: 0x756AF, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x52D4, symBinAddr: 0x27E10, symSize: 0x58 } + - { offsetInCU: 0x3D14, offset: 0x756DC, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G5ColorVG_Tg5Tf4d_n', symObjAddr: 0x532C, symBinAddr: 0x27E68, symSize: 0x58 } + - { offsetInCU: 0x3D41, offset: 0x75709, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerStyleC_Tg5Tf4d_n', symObjAddr: 0x5390, symBinAddr: 0x27ECC, symSize: 0x54 } + - { offsetInCU: 0x3D6E, offset: 0x75736, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11EffectValueC_Tg5Tf4d_n', symObjAddr: 0x53E4, symBinAddr: 0x27F20, symSize: 0x54 } + - { offsetInCU: 0x3D9B, offset: 0x75763, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11LayerEffectC_Tg5Tf4d_n', symObjAddr: 0x5438, symBinAddr: 0x27F74, symSize: 0x54 } + - { offsetInCU: 0x3DC8, offset: 0x75790, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySdGG_Tg5Tf4d_n', symObjAddr: 0x548C, symBinAddr: 0x27FC8, symSize: 0x58 } + - { offsetInCU: 0x3DF5, offset: 0x757BD, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11DashElementC_Tg5Tf4d_n', symObjAddr: 0x54F0, symBinAddr: 0x2802C, symSize: 0x54 } + - { offsetInCU: 0x3E22, offset: 0x757EA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF12TextDocumentCG_Tg5Tf4d_n', symObjAddr: 0x5584, symBinAddr: 0x28080, symSize: 0x58 } + - { offsetInCU: 0x3E4F, offset: 0x75817, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie12TextAnimatorC_Tg5Tf4d_n', symObjAddr: 0x55DC, symBinAddr: 0x280D8, symSize: 0x54 } + - { offsetInCU: 0x3E7C, offset: 0x75844, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerModelC_Tg5Tf4d_n', symObjAddr: 0x5630, symBinAddr: 0x2812C, symSize: 0x54 } + - { offsetInCU: 0x3EA9, offset: 0x75871, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GlyphC_Tg5Tf4d_n', symObjAddr: 0x5690, symBinAddr: 0x2818C, symSize: 0x54 } + - { offsetInCU: 0x3ED6, offset: 0x7589E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4FontC_Tg5Tf4d_n', symObjAddr: 0x56E4, symBinAddr: 0x281E0, symSize: 0x54 } + - { offsetInCU: 0x3F03, offset: 0x758CB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie6MarkerC_Tg5Tf4d_n', symObjAddr: 0x5738, symBinAddr: 0x28234, symSize: 0x54 } + - { offsetInCU: 0x3F30, offset: 0x758F8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyypG_Tg5Tf4d_n', symObjAddr: 0x578C, symBinAddr: 0x28288, symSize: 0x58 } + - { offsetInCU: 0x3F5D, offset: 0x75925, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySo13CATransform3DVGG_Tg5Tf4d_n', symObjAddr: 0x57E4, symBinAddr: 0x282E0, symSize: 0x58 } + - { offsetInCU: 0x3F8A, offset: 0x75952, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyypG_Tg5Tf4d_n', symObjAddr: 0x5848, symBinAddr: 0x28344, symSize: 0x58 } + - { offsetInCU: 0x3FB7, offset: 0x7597F, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo13CATransform3DVG_Tg5Tf4d_n', symObjAddr: 0x58A0, symBinAddr: 0x2839C, symSize: 0x58 } + - { offsetInCU: 0x3FE4, offset: 0x759AC, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo11CAAnimationC_Tg5Tf4d_n', symObjAddr: 0x5904, symBinAddr: 0x28400, symSize: 0x64 } + - { offsetInCU: 0x4011, offset: 0x759D9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo7CGPointVG_Tg5Tf4d_n', symObjAddr: 0x5968, symBinAddr: 0x28464, symSize: 0x58 } + - { offsetInCU: 0x403E, offset: 0x75A06, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCy12CoreGraphics7CGFloatVG_Tg5Tf4d_n', symObjAddr: 0x59CC, symBinAddr: 0x284C8, symSize: 0x58 } + - { offsetInCU: 0x406B, offset: 0x75A33, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySbG_Tg5Tf4d_n', symObjAddr: 0x5A30, symBinAddr: 0x2852C, symSize: 0x58 } + - { offsetInCU: 0x4098, offset: 0x75A60, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo10CGColorRefaG_Tg5Tf4d_n', symObjAddr: 0x5AA0, symBinAddr: 0x2859C, symSize: 0x58 } + - { offsetInCU: 0x40C5, offset: 0x75A8D, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo6CGSizeVG_Tg5Tf4d_n', symObjAddr: 0x5B04, symBinAddr: 0x28600, symSize: 0x58 } + - { offsetInCU: 0x40F2, offset: 0x75ABA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo7CALayerC_Tg5Tf4d_n', symObjAddr: 0x5B68, symBinAddr: 0x28664, symSize: 0x64 } + - { offsetInCU: 0x411F, offset: 0x75AE7, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DV5start_AJ3endtG_Tg5Tf4d_n', symObjAddr: 0x5BCC, symBinAddr: 0x286C8, symSize: 0x58 } + - { offsetInCU: 0x414C, offset: 0x75B14, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo9CGPathRefaG_Tg5Tf4d_n', symObjAddr: 0x5C3C, symBinAddr: 0x28738, symSize: 0x58 } + - { offsetInCU: 0x4179, offset: 0x75B41, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySayAF10BezierPathVGG_Tg5Tf4d_n', symObjAddr: 0x5CA0, symBinAddr: 0x2879C, symSize: 0x58 } + - { offsetInCU: 0x41A6, offset: 0x75B6E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF7EllipseCAGVG_Tg5Tf4d_n', symObjAddr: 0x5D04, symBinAddr: 0x28800, symSize: 0x58 } + - { offsetInCU: 0x41D3, offset: 0x75B9B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF9RectangleCAGVG_Tg5Tf4d_n', symObjAddr: 0x5D68, symBinAddr: 0x28864, symSize: 0x58 } + - { offsetInCU: 0x4200, offset: 0x75BC8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4StarCAGVG_Tg5Tf4d_n', symObjAddr: 0x5DCC, symBinAddr: 0x288C8, symSize: 0x58 } + - { offsetInCU: 0x422D, offset: 0x75BF5, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySo10CGColorRefaGG_Tg5Tf4d_n', symObjAddr: 0x5E30, symBinAddr: 0x2892C, symSize: 0x58 } + - { offsetInCU: 0x425A, offset: 0x75C22, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySay12CoreGraphics7CGFloatVGG_Tg5Tf4d_n', symObjAddr: 0x5E94, symBinAddr: 0x28990, symSize: 0x58 } + - { offsetInCU: 0x4287, offset: 0x75C4F, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5Tf4d_n', symObjAddr: 0x5EF8, symBinAddr: 0x289F4, symSize: 0x58 } + - { offsetInCU: 0x42B4, offset: 0x75C7C, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x5F5C, symBinAddr: 0x28A58, symSize: 0x58 } + - { offsetInCU: 0x42E1, offset: 0x75CA9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie16CompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x60C4, symBinAddr: 0x28BC0, symSize: 0x54 } + - { offsetInCU: 0x4319, offset: 0x75CE1, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfC6Lottie15AnyNodeProperty_p_Tg5Tf4nnd_n', symObjAddr: 0x6124, symBinAddr: 0x28C20, symSize: 0x80 } + - { offsetInCU: 0x4363, offset: 0x75D2B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC_Tg5Tf4d_n', symObjAddr: 0x61A4, symBinAddr: 0x28CA0, symSize: 0x54 } + - { offsetInCU: 0x4390, offset: 0x75D58, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20KeyframeInterpolatorCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x61F8, symBinAddr: 0x28CF4, symSize: 0x58 } + - { offsetInCU: 0x43BD, offset: 0x75D85, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie19ShapeContainerLayerC_Tg5Tf4d_n', symObjAddr: 0x625C, symBinAddr: 0x28D58, symSize: 0x54 } + - { offsetInCU: 0x43EA, offset: 0x75DB2, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie14PathOutputNodeC_Tg5Tf4d_n', symObjAddr: 0x62B0, symBinAddr: 0x28DAC, symSize: 0x54 } + - { offsetInCU: 0x4417, offset: 0x75DDF, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie21ImageCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6414, symBinAddr: 0x28F10, symSize: 0x54 } + - { offsetInCU: 0x4444, offset: 0x75E0C, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20TextCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6468, symBinAddr: 0x28F64, symSize: 0x54 } + - { offsetInCU: 0x4471, offset: 0x75E39, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo18NSLayoutConstraintC_Tg5Tf4d_n', symObjAddr: 0x64BC, symBinAddr: 0x28FB8, symSize: 0x64 } + - { offsetInCU: 0x449E, offset: 0x75E66, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5AssetC_Tg5Tf4d_n', symObjAddr: 0x652C, symBinAddr: 0x29028, symSize: 0x54 } + - { offsetInCU: 0x44CB, offset: 0x75E93, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOc', symObjAddr: 0x6644, symBinAddr: 0x29140, symSize: 0x44 } + - { offsetInCU: 0x44DF, offset: 0x75EA7, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0x66F0, symBinAddr: 0x29184, symSize: 0x10 } + - { offsetInCU: 0x45FD, offset: 0x75FC5, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie16ShapeRenderGroupV_SayAGGTg5', symObjAddr: 0x1328, symBinAddr: 0x23EFC, symSize: 0xDC } + - { offsetInCU: 0x4823, offset: 0x761EB, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie14ShapeItemLayerC0G0V_SayAIGTg5', symObjAddr: 0x1404, symBinAddr: 0x23FD8, symSize: 0xDC } + - { offsetInCU: 0x4A49, offset: 0x76411, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF12CoreGraphics7CGFloatV_SayAGGTg5', symObjAddr: 0x14E0, symBinAddr: 0x240B4, symSize: 0xD4 } + - { offsetInCU: 0x4C6F, offset: 0x76637, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSS_SaySSGTg5', symObjAddr: 0x15B4, symBinAddr: 0x24188, symSize: 0xDC } + - { offsetInCU: 0x4E95, offset: 0x7685D, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie10BezierPathV_SayAGGTg5', symObjAddr: 0x16B8, symBinAddr: 0x2428C, symSize: 0xE0 } + - { offsetInCU: 0x50BB, offset: 0x76A83, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSd_SaySdGTg5', symObjAddr: 0x1B38, symBinAddr: 0x2470C, symSize: 0xD4 } + - { offsetInCU: 0x5437, offset: 0x76DFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x1304, symBinAddr: 0x23ED8, symSize: 0x4 } + - { offsetInCU: 0x5453, offset: 0x76E1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x1308, symBinAddr: 0x23EDC, symSize: 0x4 } + - { offsetInCU: 0x546F, offset: 0x76E37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x130C, symBinAddr: 0x23EE0, symSize: 0x18 } + - { offsetInCU: 0x3F, offset: 0x77294, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF8, symBinAddr: 0x291C0, symSize: 0x240 } + - { offsetInCU: 0xC8, offset: 0x7731D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x338, symBinAddr: 0x29400, symSize: 0x320 } + - { offsetInCU: 0x13A, offset: 0x7738F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE10updateTree_12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x658, symBinAddr: 0x29720, symSize: 0x4C } + - { offsetInCU: 0x197, offset: 0x773EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE11keypathNameSSvg', symObjAddr: 0x6A4, symBinAddr: 0x2976C, symSize: 0x70 } + - { offsetInCU: 0x1D4, offset: 0x77429, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE17keypathPropertiesSDySSAA03AnyC8Property_pGvg', symObjAddr: 0x714, symBinAddr: 0x297DC, symSize: 0x68 } + - { offsetInCU: 0x211, offset: 0x77466, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13childKeypathsSayAA17KeypathSearchable_pGvg', symObjAddr: 0x77C, symBinAddr: 0x29844, symSize: 0x68 } + - { offsetInCU: 0x24E, offset: 0x774A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x7E4, symBinAddr: 0x298AC, symSize: 0x8 } + - { offsetInCU: 0x26A, offset: 0x774BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x7EC, symBinAddr: 0x298B4, symSize: 0x8 } + - { offsetInCU: 0x286, offset: 0x774DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7F4, symBinAddr: 0x298BC, symSize: 0x8 } + - { offsetInCU: 0x2A2, offset: 0x774F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7FC, symBinAddr: 0x298C4, symSize: 0x4 } + - { offsetInCU: 0x2BE, offset: 0x77513, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x800, symBinAddr: 0x298C8, symSize: 0x28 } + - { offsetInCU: 0x2DA, offset: 0x7752F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x828, symBinAddr: 0x298F0, symSize: 0x28 } + - { offsetInCU: 0x2F6, offset: 0x7754B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x850, symBinAddr: 0x29918, symSize: 0x28 } + - { offsetInCU: 0x312, offset: 0x77567, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x878, symBinAddr: 0x29940, symSize: 0x8 } + - { offsetInCU: 0x32E, offset: 0x77583, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_2, symObjAddr: 0x880, symBinAddr: 0x29948, symSize: 0x24 } + - { offsetInCU: 0x342, offset: 0x77597, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_2, symObjAddr: 0x8A4, symBinAddr: 0x2996C, symSize: 0x20 } + - { offsetInCU: 0x356, offset: 0x775AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8C4, symBinAddr: 0x2998C, symSize: 0x8 } + - { offsetInCU: 0x372, offset: 0x775C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x8CC, symBinAddr: 0x29994, symSize: 0x8 } + - { offsetInCU: 0x38E, offset: 0x775E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x8D4, symBinAddr: 0x2999C, symSize: 0x8 } + - { offsetInCU: 0x3AA, offset: 0x775FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x8DC, symBinAddr: 0x299A4, symSize: 0x4 } + - { offsetInCU: 0x462, offset: 0x776B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x8E4, symBinAddr: 0x299AC, symSize: 0x10 } + - { offsetInCU: 0x51C, offset: 0x77771, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x8F4, symBinAddr: 0x299BC, symSize: 0x10 } + - { offsetInCU: 0x5B8, offset: 0x7780D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x904, symBinAddr: 0x299CC, symSize: 0x8 } + - { offsetInCU: 0x5D4, offset: 0x77829, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x90C, symBinAddr: 0x299D4, symSize: 0x8 } + - { offsetInCU: 0x5F0, offset: 0x77845, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x914, symBinAddr: 0x299DC, symSize: 0x8 } + - { offsetInCU: 0x60C, offset: 0x77861, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x91C, symBinAddr: 0x299E4, symSize: 0x4 } + - { offsetInCU: 0x637, offset: 0x7788C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x920, symBinAddr: 0x299E8, symSize: 0x4 } + - { offsetInCU: 0x657, offset: 0x778AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x920, symBinAddr: 0x299E8, symSize: 0x4 } + - { offsetInCU: 0x669, offset: 0x778BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x924, symBinAddr: 0x299EC, symSize: 0x28 } + - { offsetInCU: 0x685, offset: 0x778DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x94C, symBinAddr: 0x29A14, symSize: 0x28 } + - { offsetInCU: 0x6A1, offset: 0x778F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x974, symBinAddr: 0x29A3C, symSize: 0x28 } + - { offsetInCU: 0x6BD, offset: 0x77912, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x99C, symBinAddr: 0x29A64, symSize: 0x8 } + - { offsetInCU: 0x6D9, offset: 0x7792E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x9A4, symBinAddr: 0x29A6C, symSize: 0x8 } + - { offsetInCU: 0x6F5, offset: 0x7794A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x9AC, symBinAddr: 0x29A74, symSize: 0x8 } + - { offsetInCU: 0x711, offset: 0x77966, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9B4, symBinAddr: 0x29A7C, symSize: 0x8 } + - { offsetInCU: 0x72D, offset: 0x77982, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9BC, symBinAddr: 0x29A84, symSize: 0x4 } + - { offsetInCU: 0x7C7, offset: 0x77A1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x9C4, symBinAddr: 0x29A8C, symSize: 0x10 } + - { offsetInCU: 0x863, offset: 0x77AB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x9D4, symBinAddr: 0x29A9C, symSize: 0xC } + - { offsetInCU: 0x87F, offset: 0x77AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x9E0, symBinAddr: 0x29AA8, symSize: 0x8 } + - { offsetInCU: 0x89B, offset: 0x77AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x9E8, symBinAddr: 0x29AB0, symSize: 0x8 } + - { offsetInCU: 0x8B7, offset: 0x77B0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x9F0, symBinAddr: 0x29AB8, symSize: 0x8 } + - { offsetInCU: 0x8D3, offset: 0x77B28, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9F8, symBinAddr: 0x29AC0, symSize: 0x8 } + - { offsetInCU: 0x8EF, offset: 0x77B44, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA00, symBinAddr: 0x29AC8, symSize: 0x4 } + - { offsetInCU: 0x90B, offset: 0x77B60, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA04, symBinAddr: 0x29ACC, symSize: 0xC } + - { offsetInCU: 0x927, offset: 0x77B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA10, symBinAddr: 0x29AD8, symSize: 0x8 } + - { offsetInCU: 0x943, offset: 0x77B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA18, symBinAddr: 0x29AE0, symSize: 0x8 } + - { offsetInCU: 0x95F, offset: 0x77BB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA20, symBinAddr: 0x29AE8, symSize: 0x8 } + - { offsetInCU: 0x97B, offset: 0x77BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA28, symBinAddr: 0x29AF0, symSize: 0x4 } + - { offsetInCU: 0xA19, offset: 0x77C6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x29AF4, symSize: 0x8 } + - { offsetInCU: 0xA39, offset: 0x77C8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x29AF4, symSize: 0x8 } + - { offsetInCU: 0xA5F, offset: 0x77CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x29AF4, symSize: 0x8 } + - { offsetInCU: 0xA74, offset: 0x77CC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x29AF4, symSize: 0x8 } + - { offsetInCU: 0xACC, offset: 0x77D21, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xA38, symBinAddr: 0x29B00, symSize: 0x10 } + - { offsetInCU: 0xB68, offset: 0x77DBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA48, symBinAddr: 0x29B10, symSize: 0xC } + - { offsetInCU: 0xB84, offset: 0x77DD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA54, symBinAddr: 0x29B1C, symSize: 0x8 } + - { offsetInCU: 0xBA0, offset: 0x77DF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xA5C, symBinAddr: 0x29B24, symSize: 0x8 } + - { offsetInCU: 0xBBC, offset: 0x77E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA64, symBinAddr: 0x29B2C, symSize: 0x8 } + - { offsetInCU: 0xBD8, offset: 0x77E2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA6C, symBinAddr: 0x29B34, symSize: 0x4 } + - { offsetInCU: 0xC76, offset: 0x77ECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x29B38, symSize: 0x8 } + - { offsetInCU: 0xC96, offset: 0x77EEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x29B38, symSize: 0x8 } + - { offsetInCU: 0xCBC, offset: 0x77F11, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x29B38, symSize: 0x8 } + - { offsetInCU: 0xCD1, offset: 0x77F26, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x29B38, symSize: 0x8 } + - { offsetInCU: 0xD29, offset: 0x77F7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA7C, symBinAddr: 0x29B44, symSize: 0x10 } + - { offsetInCU: 0xDC5, offset: 0x7801A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA8C, symBinAddr: 0x29B54, symSize: 0xC } + - { offsetInCU: 0xDE1, offset: 0x78036, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA98, symBinAddr: 0x29B60, symSize: 0x8 } + - { offsetInCU: 0xDFD, offset: 0x78052, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xAA0, symBinAddr: 0x29B68, symSize: 0x8 } + - { offsetInCU: 0xE19, offset: 0x7806E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAA8, symBinAddr: 0x29B70, symSize: 0x8 } + - { offsetInCU: 0xEB7, offset: 0x7810C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x29B78, symSize: 0x8 } + - { offsetInCU: 0xED7, offset: 0x7812C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x29B78, symSize: 0x8 } + - { offsetInCU: 0xEFD, offset: 0x78152, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x29B78, symSize: 0x8 } + - { offsetInCU: 0xF12, offset: 0x78167, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x29B78, symSize: 0x8 } + - { offsetInCU: 0xF6A, offset: 0x781BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xAB8, symBinAddr: 0x29B80, symSize: 0x10 } + - { offsetInCU: 0x1006, offset: 0x7825B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAC8, symBinAddr: 0x29B90, symSize: 0x8 } + - { offsetInCU: 0x1022, offset: 0x78277, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAD0, symBinAddr: 0x29B98, symSize: 0x8 } + - { offsetInCU: 0x103E, offset: 0x78293, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAD8, symBinAddr: 0x29BA0, symSize: 0x4 } + - { offsetInCU: 0x10D8, offset: 0x7832D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xADC, symBinAddr: 0x29BA4, symSize: 0x10 } + - { offsetInCU: 0x1174, offset: 0x783C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAEC, symBinAddr: 0x29BB4, symSize: 0xC } + - { offsetInCU: 0x1190, offset: 0x783E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xAF8, symBinAddr: 0x29BC0, symSize: 0x8 } + - { offsetInCU: 0x11AC, offset: 0x78401, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB00, symBinAddr: 0x29BC8, symSize: 0x8 } + - { offsetInCU: 0x11C8, offset: 0x7841D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xB08, symBinAddr: 0x29BD0, symSize: 0x8 } + - { offsetInCU: 0x11E4, offset: 0x78439, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB10, symBinAddr: 0x29BD8, symSize: 0x8 } + - { offsetInCU: 0x1200, offset: 0x78455, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB18, symBinAddr: 0x29BE0, symSize: 0x4 } + - { offsetInCU: 0x121C, offset: 0x78471, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB20, symBinAddr: 0x29BE8, symSize: 0xC } + - { offsetInCU: 0x1238, offset: 0x7848D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB2C, symBinAddr: 0x29BF4, symSize: 0x8 } + - { offsetInCU: 0x1254, offset: 0x784A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB34, symBinAddr: 0x29BFC, symSize: 0x8 } + - { offsetInCU: 0x1270, offset: 0x784C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB3C, symBinAddr: 0x29C04, symSize: 0x8 } + - { offsetInCU: 0x128C, offset: 0x784E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB44, symBinAddr: 0x29C0C, symSize: 0x4 } + - { offsetInCU: 0x12A8, offset: 0x784FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB80, symBinAddr: 0x29C48, symSize: 0xC } + - { offsetInCU: 0x12C4, offset: 0x78519, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB8C, symBinAddr: 0x29C54, symSize: 0x8 } + - { offsetInCU: 0x12E0, offset: 0x78535, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xB94, symBinAddr: 0x29C5C, symSize: 0x8 } + - { offsetInCU: 0x12FC, offset: 0x78551, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB9C, symBinAddr: 0x29C64, symSize: 0x8 } + - { offsetInCU: 0x1318, offset: 0x7856D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBA4, symBinAddr: 0x29C6C, symSize: 0x4 } + - { offsetInCU: 0x13B2, offset: 0x78607, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xBA8, symBinAddr: 0x29C70, symSize: 0x10 } + - { offsetInCU: 0x144E, offset: 0x786A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xBB8, symBinAddr: 0x29C80, symSize: 0xC } + - { offsetInCU: 0x146A, offset: 0x786BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xBC4, symBinAddr: 0x29C8C, symSize: 0x8 } + - { offsetInCU: 0x1486, offset: 0x786DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xBCC, symBinAddr: 0x29C94, symSize: 0x8 } + - { offsetInCU: 0x14A2, offset: 0x786F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBD4, symBinAddr: 0x29C9C, symSize: 0x8 } + - { offsetInCU: 0x14BE, offset: 0x78713, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBDC, symBinAddr: 0x29CA4, symSize: 0x4 } + - { offsetInCU: 0x14DA, offset: 0x7872F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC14, symBinAddr: 0x29CDC, symSize: 0xC } + - { offsetInCU: 0x14F6, offset: 0x7874B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC20, symBinAddr: 0x29CE8, symSize: 0x8 } + - { offsetInCU: 0x1512, offset: 0x78767, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xC28, symBinAddr: 0x29CF0, symSize: 0x8 } + - { offsetInCU: 0x152E, offset: 0x78783, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xC30, symBinAddr: 0x29CF8, symSize: 0x8 } + - { offsetInCU: 0x154A, offset: 0x7879F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xC38, symBinAddr: 0x29D00, symSize: 0x8 } + - { offsetInCU: 0x1566, offset: 0x787BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xC40, symBinAddr: 0x29D08, symSize: 0x4 } + - { offsetInCU: 0x1582, offset: 0x787D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC78, symBinAddr: 0x29D40, symSize: 0xC } + - { offsetInCU: 0x159E, offset: 0x787F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC84, symBinAddr: 0x29D4C, symSize: 0x8 } + - { offsetInCU: 0x15BA, offset: 0x7880F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xC8C, symBinAddr: 0x29D54, symSize: 0x8 } + - { offsetInCU: 0x43, offset: 0x78AA7, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOh', symObjAddr: 0x468, symBinAddr: 0x2A1D0, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x78BFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2A210, symSize: 0x260 } + - { offsetInCU: 0x91, offset: 0x78C61, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2A210, symSize: 0x260 } + - { offsetInCU: 0x264, offset: 0x78E34, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfcTo', symObjAddr: 0x260, symBinAddr: 0x2A470, symSize: 0x20 } + - { offsetInCU: 0x2AA, offset: 0x78E7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x280, symBinAddr: 0x2A490, symSize: 0x7C } + - { offsetInCU: 0x2F1, offset: 0x78EC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfc', symObjAddr: 0x2FC, symBinAddr: 0x2A50C, symSize: 0x118 } + - { offsetInCU: 0x353, offset: 0x78F23, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x414, symBinAddr: 0x2A624, symSize: 0x4C } + - { offsetInCU: 0x38D, offset: 0x78F5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17markRenderUpdates8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x460, symBinAddr: 0x2A670, symSize: 0x14C } + - { offsetInCU: 0x510, offset: 0x790E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15hasRenderUpdate8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x5AC, symBinAddr: 0x2A7BC, symSize: 0x8 } + - { offsetInCU: 0x547, offset: 0x79117, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x5B4, symBinAddr: 0x2A7C4, symSize: 0x4 } + - { offsetInCU: 0x5E4, offset: 0x791B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17updateRenderScaleyyF', symObjAddr: 0x5B8, symBinAddr: 0x2A7C8, symSize: 0x144 } + - { offsetInCU: 0x7D7, offset: 0x793A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfD', symObjAddr: 0x6FC, symBinAddr: 0x2A90C, symSize: 0x30 } + - { offsetInCU: 0x894, offset: 0x79464, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfETo', symObjAddr: 0x72C, symBinAddr: 0x2A93C, symSize: 0x10 } + - { offsetInCU: 0x8C3, offset: 0x79493, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCMa', symObjAddr: 0x73C, symBinAddr: 0x2A94C, symSize: 0x20 } + - { offsetInCU: 0x8D7, offset: 0x794A7, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0x798, symBinAddr: 0x2A96C, symSize: 0x20 } + - { offsetInCU: 0xBF, offset: 0x7979A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x28, symBinAddr: 0x2A98C, symSize: 0x1F4 } + - { offsetInCU: 0x53F, offset: 0x79C1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x21C, symBinAddr: 0x2AB80, symSize: 0xC } + - { offsetInCU: 0x57A, offset: 0x79C55, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x228, symBinAddr: 0x2AB8C, symSize: 0x20 } + - { offsetInCU: 0x5B4, offset: 0x79C8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0x248, symBinAddr: 0x2ABAC, symSize: 0xC } + - { offsetInCU: 0x60D, offset: 0x79CE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x254, symBinAddr: 0x2ABB8, symSize: 0xC } + - { offsetInCU: 0x666, offset: 0x79D41, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x260, symBinAddr: 0x2ABC4, symSize: 0xC } + - { offsetInCU: 0x7FD, offset: 0x79ED8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvg', symObjAddr: 0x26C, symBinAddr: 0x2ABD0, symSize: 0xA4 } + - { offsetInCU: 0x87B, offset: 0x79F56, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x310, symBinAddr: 0x2AC74, symSize: 0x9C } + - { offsetInCU: 0x8F9, offset: 0x79FD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x3AC, symBinAddr: 0x2AD10, symSize: 0x26C } + - { offsetInCU: 0xC1F, offset: 0x7A2FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x618, symBinAddr: 0x2AF7C, symSize: 0x278 } + - { offsetInCU: 0xF45, offset: 0x7A620, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x890, symBinAddr: 0x2B1F4, symSize: 0x270 } + - { offsetInCU: 0x127A, offset: 0x7A955, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB00, symBinAddr: 0x2B464, symSize: 0x20 } + - { offsetInCU: 0x1296, offset: 0x7A971, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB20, symBinAddr: 0x2B484, symSize: 0x20 } + - { offsetInCU: 0x12B2, offset: 0x7A98D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0xB40, symBinAddr: 0x2B4A4, symSize: 0x20 } + - { offsetInCU: 0x12CE, offset: 0x7A9A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB60, symBinAddr: 0x2B4C4, symSize: 0x20 } + - { offsetInCU: 0x12EA, offset: 0x7A9C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB80, symBinAddr: 0x2B4E4, symSize: 0x20 } + - { offsetInCU: 0x13D6, offset: 0x7AAB1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addDropShadowAnimations3for7contextyAC0dE5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xBA0, symBinAddr: 0x2B504, symSize: 0x224 } + - { offsetInCU: 0x15C8, offset: 0x7ACA3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xDC4, symBinAddr: 0x2B728, symSize: 0x1C4 } + - { offsetInCU: 0x1769, offset: 0x7AE44, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xF88, symBinAddr: 0x2B8EC, symSize: 0x130 } + - { offsetInCU: 0x1955, offset: 0x7B030, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x10B8, symBinAddr: 0x2BA1C, symSize: 0x22C } + - { offsetInCU: 0x1B12, offset: 0x7B1ED, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6CGSizeVAC0B8Vector1DV_ANtXEfU_', symObjAddr: 0x12E4, symBinAddr: 0x2BC48, symSize: 0x60 } + - { offsetInCU: 0x1C10, offset: 0x7B2EB, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie8KeyframeCyAH0F8Vector1DVG_Tg5', symObjAddr: 0x1384, symBinAddr: 0x2BCA8, symSize: 0x154 } + - { offsetInCU: 0x1E4F, offset: 0x7B52A, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie14PathOutputNodeC_Tg5', symObjAddr: 0x1660, symBinAddr: 0x2BF84, symSize: 0x150 } + - { offsetInCU: 0x2105, offset: 0x7B7E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x2050, symBinAddr: 0x2C914, symSize: 0x8 } + - { offsetInCU: 0x2119, offset: 0x7B7F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x2058, symBinAddr: 0x2C91C, symSize: 0x58 } + - { offsetInCU: 0x212D, offset: 0x7B808, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGMa', symObjAddr: 0x20B0, symBinAddr: 0x2C974, symSize: 0x54 } + - { offsetInCU: 0x214C, offset: 0x7B827, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x2114, symBinAddr: 0x2C9D8, symSize: 0x18 } + - { offsetInCU: 0x2164, offset: 0x7B83F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x2114, symBinAddr: 0x2C9D8, symSize: 0x18 } + - { offsetInCU: 0x2175, offset: 0x7B850, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x21A4, symBinAddr: 0x2CA68, symSize: 0x8 } + - { offsetInCU: 0x2443, offset: 0x7BB1E, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F41CRbzlFSbAHXEfU_AA014Vector1DEffectF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1938, symBinAddr: 0x2C25C, symSize: 0x15C } + - { offsetInCU: 0x25C6, offset: 0x7BCA1, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F32CRbzlFSbAHXEfU_AA05ColorcF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1A94, symBinAddr: 0x2C3B8, symSize: 0x15C } + - { offsetInCU: 0x275E, offset: 0x7BE39, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVyAByxGqd__c7ElementQyd__RszSTRd__lufC6Lottie8KeyframeCyAF0D8Vector1DVG_SayAKGTg5Tf4nd_n', symObjAddr: 0x1BF0, symBinAddr: 0x2C514, symSize: 0xC4 } + - { offsetInCU: 0x75, offset: 0x7C210, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x2CA74, symSize: 0x58 } + - { offsetInCU: 0xDA, offset: 0x7C275, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCACycfcTo', symObjAddr: 0x58, symBinAddr: 0x2CACC, symSize: 0x2C } + - { offsetInCU: 0x169, offset: 0x7C304, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5layerACyp_tcfcTo', symObjAddr: 0x84, symBinAddr: 0x2CAF8, symSize: 0x54 } + - { offsetInCU: 0x1D0, offset: 0x7C36B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCfD', symObjAddr: 0xD8, symBinAddr: 0x2CB4C, symSize: 0x30 } + - { offsetInCU: 0x338, offset: 0x7C4D3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF', symObjAddr: 0x108, symBinAddr: 0x2CB7C, symSize: 0x30C } + - { offsetInCU: 0x5F1, offset: 0x7C78C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tFSSyXEfu_TA', symObjAddr: 0x414, symBinAddr: 0x2CE88, symSize: 0x30 } + - { offsetInCU: 0x62F, offset: 0x7C7CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x444, symBinAddr: 0x2CEB8, symSize: 0x8 } + - { offsetInCU: 0x643, offset: 0x7C7DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCMa', symObjAddr: 0x9E8, symBinAddr: 0x2D44C, symSize: 0x20 } + - { offsetInCU: 0x27E, offset: 0x7CCCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6renderyySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x2DDB8, symSize: 0x9D8 } + - { offsetInCU: 0xCFF, offset: 0x7D750, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x9D8, symBinAddr: 0x2E790, symSize: 0x44 } + - { offsetInCU: 0xD76, offset: 0x7D7C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfD', symObjAddr: 0xA24, symBinAddr: 0x2E7DC, symSize: 0x2C } + - { offsetInCU: 0xDEE, offset: 0x7D83F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xA70, symBinAddr: 0x2E828, symSize: 0xC } + - { offsetInCU: 0xE20, offset: 0x7D871, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeI0C_tFTW', symObjAddr: 0xA7C, symBinAddr: 0x2E834, symSize: 0x4 } + - { offsetInCU: 0xE3C, offset: 0x7D88D, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xA80, symBinAddr: 0x2E838, symSize: 0x4 } + - { offsetInCU: 0xE58, offset: 0x7D8A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xA84, symBinAddr: 0x2E83C, symSize: 0x20 } + - { offsetInCU: 0xED0, offset: 0x7D921, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfE', symObjAddr: 0xA1C, symBinAddr: 0x2E7D4, symSize: 0x8 } + - { offsetInCU: 0xEFD, offset: 0x7D94E, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCMa', symObjAddr: 0xA50, symBinAddr: 0x2E808, symSize: 0x20 } + - { offsetInCU: 0xF11, offset: 0x7D962, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOh', symObjAddr: 0xB14, symBinAddr: 0x2E88C, symSize: 0x40 } + - { offsetInCU: 0xF25, offset: 0x7D976, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOb', symObjAddr: 0xB54, symBinAddr: 0x2E8CC, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0x7DD24, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x2E9CC, symSize: 0x10 } + - { offsetInCU: 0x69, offset: 0x7DD42, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfc', symObjAddr: 0x10, symBinAddr: 0x2E9DC, symSize: 0x8 } + - { offsetInCU: 0x98, offset: 0x7DD71, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF', symObjAddr: 0x18, symBinAddr: 0x2E9E4, symSize: 0x48 } + - { offsetInCU: 0xC7, offset: 0x7DDA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfd', symObjAddr: 0x60, symBinAddr: 0x2EA2C, symSize: 0x8 } + - { offsetInCU: 0xF6, offset: 0x7DDCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfD', symObjAddr: 0x68, symBinAddr: 0x2EA34, symSize: 0x10 } + - { offsetInCU: 0x15B, offset: 0x7DE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCAA09AnimationcD0A2aDP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x78, symBinAddr: 0x2EA44, symSize: 0x48 } + - { offsetInCU: 0x1A3, offset: 0x7DE7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0xC0, symBinAddr: 0x2EA8C, symSize: 0x8 } + - { offsetInCU: 0x1E6, offset: 0x7DEBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC8, symBinAddr: 0x2EA94, symSize: 0x8 } + - { offsetInCU: 0x202, offset: 0x7DEDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCMa', symObjAddr: 0xD8, symBinAddr: 0x2EAA4, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x7E079, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x2EAD8, symSize: 0x5C } + - { offsetInCU: 0x4B, offset: 0x7E09D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ', symObjAddr: 0x218, symBinAddr: 0x1EA2A8, symSize: 0x0 } + - { offsetInCU: 0x70, offset: 0x7E0C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x2EAD8, symSize: 0x5C } + - { offsetInCU: 0xB0, offset: 0x7E102, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ', symObjAddr: 0x5C, symBinAddr: 0x2EB34, symSize: 0x70 } + - { offsetInCU: 0xE8, offset: 0x7E13A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ', symObjAddr: 0xCC, symBinAddr: 0x2EBA4, symSize: 0x80 } + - { offsetInCU: 0x130, offset: 0x7E182, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ', symObjAddr: 0x14C, symBinAddr: 0x2EC24, symSize: 0x6C } + - { offsetInCU: 0x168, offset: 0x7E1BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ.resume.0', symObjAddr: 0x1B8, symBinAddr: 0x2EC90, symSize: 0x4 } + - { offsetInCU: 0x194, offset: 0x7E1E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheOMa', symObjAddr: 0x1BC, symBinAddr: 0x2EC94, symSize: 0x10 } + - { offsetInCU: 0x1A8, offset: 0x7E1FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAcA0cD8ProviderAAWl', symObjAddr: 0x1CC, symBinAddr: 0x2ECA4, symSize: 0x48 } + - { offsetInCU: 0x388, offset: 0x7E6F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC04textC5Model7contextAcA0bcE0C_AA0C7ContextVtKcfc', symObjAddr: 0x0, symBinAddr: 0x2ECEC, symSize: 0x14C } + - { offsetInCU: 0x433, offset: 0x7E79F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC015configureRenderC04withyAA0C7ContextV_tKF', symObjAddr: 0x14C, symBinAddr: 0x2EE38, symSize: 0x8F4 } + - { offsetInCU: 0xAC1, offset: 0x7EE2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xA40, symBinAddr: 0x2F72C, symSize: 0xAC } + - { offsetInCU: 0xB0B, offset: 0x7EE77, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfc', symObjAddr: 0xAEC, symBinAddr: 0x2F7D8, symSize: 0x200 } + - { offsetInCU: 0xBDB, offset: 0x7EF47, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfcTo', symObjAddr: 0xCEC, symBinAddr: 0x2F9D8, symSize: 0x4C } + - { offsetInCU: 0xBF7, offset: 0x7EF63, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0xD38, symBinAddr: 0x2FA24, symSize: 0x758 } + - { offsetInCU: 0xEA5, offset: 0x7F211, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfD', symObjAddr: 0x14BC, symBinAddr: 0x301A8, symSize: 0x34 } + - { offsetInCU: 0x123F, offset: 0x7F5AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfE', symObjAddr: 0x1490, symBinAddr: 0x3017C, symSize: 0x2C } + - { offsetInCU: 0x126C, offset: 0x7F5D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfETo', symObjAddr: 0x14F0, symBinAddr: 0x301DC, symSize: 0x38 } + - { offsetInCU: 0x129B, offset: 0x7F607, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCMa', symObjAddr: 0x1528, symBinAddr: 0x30214, symSize: 0x20 } + - { offsetInCU: 0x12BA, offset: 0x7F626, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFAA12TextDocumentC_Tg5Tf4nnddn_g', symObjAddr: 0x15D0, symBinAddr: 0x30280, symSize: 0xA0 } + - { offsetInCU: 0x135B, offset: 0x7F6C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x1670, symBinAddr: 0x30320, symSize: 0x8 } + - { offsetInCU: 0x136F, offset: 0x7F6DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x1678, symBinAddr: 0x30328, symSize: 0x8 } + - { offsetInCU: 0x1383, offset: 0x7F6EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_TA', symObjAddr: 0x1748, symBinAddr: 0x30330, symSize: 0x8 } + - { offsetInCU: 0x1397, offset: 0x7F703, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOy', symObjAddr: 0x1750, symBinAddr: 0x30338, symSize: 0x10 } + - { offsetInCU: 0x677, offset: 0x80156, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFAA12TextDocumentC_Tg5', symObjAddr: 0x172C, symBinAddr: 0x31B2C, symSize: 0x60 } + - { offsetInCU: 0x7A1, offset: 0x80280, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC04textD00E8Provider04fontF0013rootAnimationD0AcA0bD5ModelC_AA0i7KeypathbF0_pAA0i4FontF0_pAA010MainThreadiD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x30400, symSize: 0x500 } + - { offsetInCU: 0xB77, offset: 0x80656, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x500, symBinAddr: 0x30900, symSize: 0xCC } + - { offsetInCU: 0xBC1, offset: 0x806A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x5CC, symBinAddr: 0x309CC, symSize: 0x240 } + - { offsetInCU: 0xC5A, offset: 0x80739, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x80C, symBinAddr: 0x30C0C, symSize: 0x4C } + - { offsetInCU: 0xC76, offset: 0x80755, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC20fullAnimationKeypathAA0fG0Vvg', symObjAddr: 0x858, symBinAddr: 0x30C58, symSize: 0x21C } + - { offsetInCU: 0xDC1, offset: 0x808A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xA74, symBinAddr: 0x30E74, symSize: 0xCB8 } + - { offsetInCU: 0x161D, offset: 0x810FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x178C, symBinAddr: 0x31B8C, symSize: 0x54 } + - { offsetInCU: 0x16A6, offset: 0x81185, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfD', symObjAddr: 0x185C, symBinAddr: 0x31C5C, symSize: 0x34 } + - { offsetInCU: 0x192E, offset: 0x8140D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfE', symObjAddr: 0x17E0, symBinAddr: 0x31BE0, symSize: 0x7C } + - { offsetInCU: 0x195B, offset: 0x8143A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfETo', symObjAddr: 0x1890, symBinAddr: 0x31C90, symSize: 0x88 } + - { offsetInCU: 0x198A, offset: 0x81469, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCMa', symObjAddr: 0x1918, symBinAddr: 0x31D18, symSize: 0x20 } + - { offsetInCU: 0x1B28, offset: 0x81607, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x195C, symBinAddr: 0x31D38, symSize: 0x4F4 } + - { offsetInCU: 0x2079, offset: 0x81B58, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchable_pWOb', symObjAddr: 0x1FB0, symBinAddr: 0x32290, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x82176, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x322A8, symSize: 0x27C } + - { offsetInCU: 0x214, offset: 0x82363, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x322A8, symSize: 0x27C } + - { offsetInCU: 0x41A, offset: 0x82569, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKFSo9CGPathRefaAI8KeyframeVXEfU_', symObjAddr: 0x27C, symBinAddr: 0x32524, symSize: 0xAC } + - { offsetInCU: 0x590, offset: 0x826DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x328, symBinAddr: 0x325D0, symSize: 0x104 } + - { offsetInCU: 0x661, offset: 0x827B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x42C, symBinAddr: 0x326D4, symSize: 0x4 } + - { offsetInCU: 0x67E, offset: 0x827CD, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSgWOb', symObjAddr: 0x454, symBinAddr: 0x326FC, symSize: 0x48 } + - { offsetInCU: 0x692, offset: 0x827E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x4DC, symBinAddr: 0x32744, symSize: 0x8 } + - { offsetInCU: 0x6A6, offset: 0x827F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x4E4, symBinAddr: 0x3274C, symSize: 0x58 } + - { offsetInCU: 0x6BA, offset: 0x82809, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwCP', symObjAddr: 0x590, symBinAddr: 0x327A4, symSize: 0x30 } + - { offsetInCU: 0x6CE, offset: 0x8281D, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x5C4, symBinAddr: 0x327D4, symSize: 0x14 } + - { offsetInCU: 0x6E2, offset: 0x82831, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwet', symObjAddr: 0x5D8, symBinAddr: 0x327E8, symSize: 0x20 } + - { offsetInCU: 0x6F6, offset: 0x82845, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwst', symObjAddr: 0x5F8, symBinAddr: 0x32808, symSize: 0x38 } + - { offsetInCU: 0x70A, offset: 0x82859, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVMa', symObjAddr: 0x630, symBinAddr: 0x32840, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x82AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x32850, symSize: 0x1A4 } + - { offsetInCU: 0x4F, offset: 0x82B14, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding12CoreGraphics7CGFloatVvpZ', symObjAddr: 0x4190, symBinAddr: 0x208658, symSize: 0x0 } + - { offsetInCU: 0x7A, offset: 0x82B3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x32850, symSize: 0x1A4 } + - { offsetInCU: 0x10A, offset: 0x82BCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tF', symObjAddr: 0x1A4, symBinAddr: 0x329F4, symSize: 0x164 } + - { offsetInCU: 0x1FC, offset: 0x82CC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCACycfcTo', symObjAddr: 0x308, symBinAddr: 0x32B58, symSize: 0x50 } + - { offsetInCU: 0x25F, offset: 0x82D24, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x358, symBinAddr: 0x32BA8, symSize: 0xB0 } + - { offsetInCU: 0x2CC, offset: 0x82D91, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x408, symBinAddr: 0x32C58, symSize: 0x58 } + - { offsetInCU: 0x30F, offset: 0x82DD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCfD', symObjAddr: 0x460, symBinAddr: 0x32CB0, symSize: 0x34 } + - { offsetInCU: 0x3E5, offset: 0x82EAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCMa', symObjAddr: 0x494, symBinAddr: 0x32CE4, symSize: 0x20 } + - { offsetInCU: 0x404, offset: 0x82EC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC6layout16superlayerBoundsySo6CGRectV_tF', symObjAddr: 0x4B4, symBinAddr: 0x32D04, symSize: 0xE4 } + - { offsetInCU: 0x4BE, offset: 0x82F83, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x598, symBinAddr: 0x32DE8, symSize: 0x4 } + - { offsetInCU: 0x4DA, offset: 0x82F9F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding_WZ', symObjAddr: 0x59C, symBinAddr: 0x32DEC, symSize: 0x14 } + - { offsetInCU: 0x4F4, offset: 0x82FB9, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0x5B0, symBinAddr: 0x32E00, symSize: 0x24 } + - { offsetInCU: 0x4F, offset: 0x831E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ', symObjAddr: 0x1808, symBinAddr: 0x1EA398, symSize: 0x0 } + - { offsetInCU: 0x87, offset: 0x8321D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfC', symObjAddr: 0x0, symBinAddr: 0x32E24, symSize: 0xE0 } + - { offsetInCU: 0x11E, offset: 0x832B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfc', symObjAddr: 0xE0, symBinAddr: 0x32F04, symSize: 0xD0 } + - { offsetInCU: 0x1B2, offset: 0x83348, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ', symObjAddr: 0x2D4, symBinAddr: 0x330B8, symSize: 0x40 } + - { offsetInCU: 0x1E9, offset: 0x8337F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg', symObjAddr: 0x314, symBinAddr: 0x330F8, symSize: 0xC } + - { offsetInCU: 0x206, offset: 0x8339C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs', symObjAddr: 0x320, symBinAddr: 0x33104, symSize: 0x40 } + - { offsetInCU: 0x292, offset: 0x83428, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM', symObjAddr: 0x360, symBinAddr: 0x33144, symSize: 0x20 } + - { offsetInCU: 0x306, offset: 0x8349C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM.resume.0', symObjAddr: 0x380, symBinAddr: 0x33164, symSize: 0x44 } + - { offsetInCU: 0x370, offset: 0x83506, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC05clearD0yyF', symObjAddr: 0x3C4, symBinAddr: 0x331A8, symSize: 0x70 } + - { offsetInCU: 0x3DF, offset: 0x83575, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF', symObjAddr: 0x434, symBinAddr: 0x33218, symSize: 0x34 } + - { offsetInCU: 0x408, offset: 0x8359E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF', symObjAddr: 0x684, symBinAddr: 0x33468, symSize: 0x48 } + - { offsetInCU: 0x43B, offset: 0x835D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfd', symObjAddr: 0xD5C, symBinAddr: 0x33B40, symSize: 0x1C } + - { offsetInCU: 0x476, offset: 0x8360C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfD', symObjAddr: 0xD78, symBinAddr: 0x33B5C, symSize: 0x24 } + - { offsetInCU: 0x4EB, offset: 0x83681, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP9animation6forKeyAA0aC0CSgSS_tFTW', symObjAddr: 0xD9C, symBinAddr: 0x33B80, symSize: 0x34 } + - { offsetInCU: 0x568, offset: 0x836FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP03setC0_6forKeyyAA0aC0C_SStFTW', symObjAddr: 0xDD0, symBinAddr: 0x33BB4, symSize: 0x48 } + - { offsetInCU: 0x5B7, offset: 0x8374D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP05clearD0yyFTW', symObjAddr: 0xE18, symBinAddr: 0x33BFC, symSize: 0x4 } + - { offsetInCU: 0x64E, offset: 0x837E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0_WZ', symObjAddr: 0x1F0, symBinAddr: 0x32FD4, symSize: 0xE4 } + - { offsetInCU: 0x746, offset: 0x838DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC5value6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x468, symBinAddr: 0x3324C, symSize: 0xF4 } + - { offsetInCU: 0x8F2, offset: 0x83A88, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_So10CGImageRefaTg5', symObjAddr: 0x6CC, symBinAddr: 0x334B0, symSize: 0x228 } + - { offsetInCU: 0xA56, offset: 0x83BEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA0A9AnimationCTg5', symObjAddr: 0x8F4, symBinAddr: 0x336D8, symSize: 0x234 } + - { offsetInCU: 0xBBA, offset: 0x83D50, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA03DotA4FileCTg5', symObjAddr: 0xB28, symBinAddr: 0x3390C, symSize: 0x234 } + - { offsetInCU: 0xD13, offset: 0x83EA9, size: 0x8, addend: 0x0, symName: '_$s10Foundation12NotificationVIeghn_So14NSNotificationCIeyBhy_TR', symObjAddr: 0x1070, symBinAddr: 0x33E54, symSize: 0xA4 } + - { offsetInCU: 0xD2B, offset: 0x83EC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCMa', symObjAddr: 0x1314, symBinAddr: 0x340F8, symSize: 0x20 } + - { offsetInCU: 0xD3F, offset: 0x83ED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC11removeValue6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x13B0, symBinAddr: 0x34194, symSize: 0xE4 } + - { offsetInCU: 0xDBF, offset: 0x83F55, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA03DotA4FileCTg5TA', symObjAddr: 0x1788, symBinAddr: 0x3456C, symSize: 0x18 } + - { offsetInCU: 0xDD3, offset: 0x83F69, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x17A0, symBinAddr: 0x34584, symSize: 0x10 } + - { offsetInCU: 0xDE7, offset: 0x83F7D, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x17B0, symBinAddr: 0x34594, symSize: 0x8 } + - { offsetInCU: 0xDFB, offset: 0x83F91, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA0A9AnimationCTg5TA', symObjAddr: 0x17B8, symBinAddr: 0x3459C, symSize: 0x18 } + - { offsetInCU: 0xE0F, offset: 0x83FA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_So10CGImageRefaTg5TA', symObjAddr: 0x17D0, symBinAddr: 0x345B4, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x842A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x345E4, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x842CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x345E4, symSize: 0x8 } + - { offsetInCU: 0x77, offset: 0x842F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ', symObjAddr: 0x8, symBinAddr: 0x345EC, symSize: 0xC } + - { offsetInCU: 0xE5, offset: 0x84367, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfC', symObjAddr: 0x5C, symBinAddr: 0x34640, symSize: 0x180 } + - { offsetInCU: 0x1A8, offset: 0x8442A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfC', symObjAddr: 0x1DC, symBinAddr: 0x347C0, symSize: 0x124 } + - { offsetInCU: 0x217, offset: 0x84499, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueSSvg', symObjAddr: 0x300, symBinAddr: 0x348E4, symSize: 0x74 } + - { offsetInCU: 0x243, offset: 0x844C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueSSvg', symObjAddr: 0x374, symBinAddr: 0x34958, symSize: 0x50 } + - { offsetInCU: 0x2AE, offset: 0x84530, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO11descriptionSSvg', symObjAddr: 0x3C4, symBinAddr: 0x349A8, symSize: 0x74 } + - { offsetInCU: 0x2F5, offset: 0x84577, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x438, symBinAddr: 0x34A1C, symSize: 0xC } + - { offsetInCU: 0x311, offset: 0x84593, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x444, symBinAddr: 0x34A28, symSize: 0x24 } + - { offsetInCU: 0x32D, offset: 0x845AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x468, symBinAddr: 0x34A4C, symSize: 0x4 } + - { offsetInCU: 0x349, offset: 0x845CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO11descriptionSSvg', symObjAddr: 0x46C, symBinAddr: 0x34A50, symSize: 0x50 } + - { offsetInCU: 0x378, offset: 0x845FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASQWb', symObjAddr: 0x4BC, symBinAddr: 0x34AA0, symSize: 0x4 } + - { offsetInCU: 0x38C, offset: 0x8460E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOACSQAAWl', symObjAddr: 0x4C0, symBinAddr: 0x34AA4, symSize: 0x44 } + - { offsetInCU: 0x3A0, offset: 0x84622, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASQWb', symObjAddr: 0x504, symBinAddr: 0x34AE8, symSize: 0x4 } + - { offsetInCU: 0x3B4, offset: 0x84636, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOACSQAAWl', symObjAddr: 0x508, symBinAddr: 0x34AEC, symSize: 0x44 } + - { offsetInCU: 0x3C8, offset: 0x8464A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x54C, symBinAddr: 0x34B30, symSize: 0xC } + - { offsetInCU: 0x3E4, offset: 0x84666, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x558, symBinAddr: 0x34B3C, symSize: 0x24 } + - { offsetInCU: 0x400, offset: 0x84682, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x57C, symBinAddr: 0x34B60, symSize: 0x4 } + - { offsetInCU: 0x41C, offset: 0x8469E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwet', symObjAddr: 0x590, symBinAddr: 0x34B64, symSize: 0xA4 } + - { offsetInCU: 0x430, offset: 0x846B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwst', symObjAddr: 0x634, symBinAddr: 0x34C08, symSize: 0xC4 } + - { offsetInCU: 0x444, offset: 0x846C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwug', symObjAddr: 0x6F8, symBinAddr: 0x34CCC, symSize: 0x14 } + - { offsetInCU: 0x458, offset: 0x846DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwup', symObjAddr: 0x70C, symBinAddr: 0x34CE0, symSize: 0x4 } + - { offsetInCU: 0x46C, offset: 0x846EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwui', symObjAddr: 0x710, symBinAddr: 0x34CE4, symSize: 0x10 } + - { offsetInCU: 0x480, offset: 0x84702, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOMa', symObjAddr: 0x720, symBinAddr: 0x34CF4, symSize: 0x10 } + - { offsetInCU: 0x494, offset: 0x84716, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwet', symObjAddr: 0x730, symBinAddr: 0x34D04, symSize: 0x90 } + - { offsetInCU: 0x4A8, offset: 0x8472A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwst', symObjAddr: 0x7C0, symBinAddr: 0x34D94, symSize: 0xBC } + - { offsetInCU: 0x4BC, offset: 0x8473E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwug', symObjAddr: 0x87C, symBinAddr: 0x34E50, symSize: 0x8 } + - { offsetInCU: 0x4D0, offset: 0x84752, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwup', symObjAddr: 0x884, symBinAddr: 0x34E58, symSize: 0x4 } + - { offsetInCU: 0x4E4, offset: 0x84766, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwui', symObjAddr: 0x888, symBinAddr: 0x34E5C, symSize: 0xC } + - { offsetInCU: 0x4F8, offset: 0x8477A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOMa', symObjAddr: 0x894, symBinAddr: 0x34E68, symSize: 0x10 } + - { offsetInCU: 0x51D, offset: 0x8479F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x345F8, symSize: 0x8 } + - { offsetInCU: 0x539, offset: 0x847BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C, symBinAddr: 0x34600, symSize: 0x8 } + - { offsetInCU: 0x555, offset: 0x847D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x24, symBinAddr: 0x34608, symSize: 0x8 } + - { offsetInCU: 0x571, offset: 0x847F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2C, symBinAddr: 0x34610, symSize: 0xC } + - { offsetInCU: 0x58D, offset: 0x8480F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x38, symBinAddr: 0x3461C, symSize: 0xC } + - { offsetInCU: 0x5A9, offset: 0x8482B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH9hashValueSivgTW', symObjAddr: 0x44, symBinAddr: 0x34628, symSize: 0x8 } + - { offsetInCU: 0x5C5, offset: 0x84847, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4C, symBinAddr: 0x34630, symSize: 0x8 } + - { offsetInCU: 0x5E1, offset: 0x84863, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x54, symBinAddr: 0x34638, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x849F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x34E78, symSize: 0x2B4 } + - { offsetInCU: 0x195, offset: 0x84B60, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x34E78, symSize: 0x2B4 } + - { offsetInCU: 0x377, offset: 0x84D42, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC03addC6LayersyySayAA0c11CompositionB0CGF', symObjAddr: 0x2B4, symBinAddr: 0x3512C, symSize: 0x3BC } + - { offsetInCU: 0x5EA, offset: 0x84FB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCfD', symObjAddr: 0x670, symBinAddr: 0x354E8, symSize: 0x34 } + - { offsetInCU: 0x686, offset: 0x85051, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCMa', symObjAddr: 0x6A4, symBinAddr: 0x3551C, symSize: 0x20 } + - { offsetInCU: 0x69A, offset: 0x85065, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOc', symObjAddr: 0x6C4, symBinAddr: 0x3553C, symSize: 0x44 } + - { offsetInCU: 0x27, offset: 0x852EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x35580, symSize: 0x70 } + - { offsetInCU: 0x81, offset: 0x85346, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x35580, symSize: 0x70 } + - { offsetInCU: 0xC8, offset: 0x8538D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc', symObjAddr: 0x70, symBinAddr: 0x355F0, symSize: 0xBC } + - { offsetInCU: 0x131, offset: 0x853F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfC', symObjAddr: 0x12C, symBinAddr: 0x356AC, symSize: 0x78 } + - { offsetInCU: 0x17F, offset: 0x85444, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc', symObjAddr: 0x1A4, symBinAddr: 0x35724, symSize: 0x64 } + - { offsetInCU: 0x1B2, offset: 0x85477, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x208, symBinAddr: 0x35788, symSize: 0x5B8 } + - { offsetInCU: 0x31F, offset: 0x855E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_', symObjAddr: 0x800, symBinAddr: 0x35D40, symSize: 0x90 } + - { offsetInCU: 0x3F6, offset: 0x856BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x890, symBinAddr: 0x35DD0, symSize: 0x10 } + - { offsetInCU: 0x419, offset: 0x856DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfd', symObjAddr: 0x8A0, symBinAddr: 0x35DE0, symSize: 0x54 } + - { offsetInCU: 0x456, offset: 0x8571B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfD', symObjAddr: 0x8F4, symBinAddr: 0x35E34, symSize: 0x60 } + - { offsetInCU: 0x4A3, offset: 0x85768, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x954, symBinAddr: 0x35E94, symSize: 0x20 } + - { offsetInCU: 0x4E9, offset: 0x857AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x974, symBinAddr: 0x35EB4, symSize: 0x14 } + - { offsetInCU: 0x5BE, offset: 0x85883, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x988, symBinAddr: 0x35EC8, symSize: 0x14 } + - { offsetInCU: 0x623, offset: 0x858E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x99C, symBinAddr: 0x35EDC, symSize: 0x1C } + - { offsetInCU: 0x655, offset: 0x8591A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_TA', symObjAddr: 0x9B8, symBinAddr: 0x35EF8, symSize: 0x8 } + - { offsetInCU: 0x669, offset: 0x8592E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x9C0, symBinAddr: 0x35F00, symSize: 0x8 } + - { offsetInCU: 0x67D, offset: 0x85942, size: 0x8, addend: 0x0, symName: '_$sSo6NSDataC10contentsOf7optionsAB10Foundation3URLV_So0A14ReadingOptionsVtKcfcTO', symObjAddr: 0xA08, symBinAddr: 0x35F08, symSize: 0x120 } + - { offsetInCU: 0x69C, offset: 0x85961, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0xB28, symBinAddr: 0x36028, symSize: 0x50 } + - { offsetInCU: 0x6B0, offset: 0x85975, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0xB78, symBinAddr: 0x36078, symSize: 0x44 } + - { offsetInCU: 0x6C4, offset: 0x85989, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMU', symObjAddr: 0xBBC, symBinAddr: 0x360BC, symSize: 0x8 } + - { offsetInCU: 0x6D8, offset: 0x8599D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMa', symObjAddr: 0xBC4, symBinAddr: 0x360C4, symSize: 0x3C } + - { offsetInCU: 0x6EC, offset: 0x859B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMr', symObjAddr: 0xC00, symBinAddr: 0x36100, symSize: 0x74 } + - { offsetInCU: 0x4B, offset: 0x85C32, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x361A8, symSize: 0x10 } + - { offsetInCU: 0x69, offset: 0x85C50, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfc', symObjAddr: 0x304, symBinAddr: 0x364AC, symSize: 0x8 } + - { offsetInCU: 0x98, offset: 0x85C7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x3E8, symBinAddr: 0x364B4, symSize: 0x30 } + - { offsetInCU: 0xC3, offset: 0x85CAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF', symObjAddr: 0x418, symBinAddr: 0x364E4, symSize: 0x30 } + - { offsetInCU: 0xFE, offset: 0x85CE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfd', symObjAddr: 0x448, symBinAddr: 0x36514, symSize: 0x8 } + - { offsetInCU: 0x12D, offset: 0x85D14, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfD', symObjAddr: 0x450, symBinAddr: 0x3651C, symSize: 0x10 } + - { offsetInCU: 0x192, offset: 0x85D79, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x46C, symBinAddr: 0x36538, symSize: 0x30 } + - { offsetInCU: 0x1DA, offset: 0x85DC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF', symObjAddr: 0x10, symBinAddr: 0x361B8, symSize: 0xC } + - { offsetInCU: 0x251, offset: 0x85E38, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfC', symObjAddr: 0x1C, symBinAddr: 0x361C4, symSize: 0x30 } + - { offsetInCU: 0x296, offset: 0x85E7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc', symObjAddr: 0x4C, symBinAddr: 0x361F4, symSize: 0xC } + - { offsetInCU: 0x2BD, offset: 0x85EA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF', symObjAddr: 0x58, symBinAddr: 0x36200, symSize: 0x198 } + - { offsetInCU: 0x462, offset: 0x86049, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x1F0, symBinAddr: 0x36398, symSize: 0xAC } + - { offsetInCU: 0x4D3, offset: 0x860BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfd', symObjAddr: 0x29C, symBinAddr: 0x36444, symSize: 0x1C } + - { offsetInCU: 0x50E, offset: 0x860F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfD', symObjAddr: 0x2B8, symBinAddr: 0x36460, symSize: 0x24 } + - { offsetInCU: 0x559, offset: 0x86140, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x2DC, symBinAddr: 0x36484, symSize: 0x4 } + - { offsetInCU: 0x575, offset: 0x8615C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x2E0, symBinAddr: 0x36488, symSize: 0x4 } + - { offsetInCU: 0x5FB, offset: 0x861E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x2E4, symBinAddr: 0x3648C, symSize: 0xC } + - { offsetInCU: 0x675, offset: 0x8625C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2F0, symBinAddr: 0x36498, symSize: 0x14 } + - { offsetInCU: 0x6CD, offset: 0x862B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x460, symBinAddr: 0x3652C, symSize: 0xC } + - { offsetInCU: 0x6E9, offset: 0x862D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x49C, symBinAddr: 0x36568, symSize: 0x8 } + - { offsetInCU: 0x72C, offset: 0x86313, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4A4, symBinAddr: 0x36570, symSize: 0x8 } + - { offsetInCU: 0x774, offset: 0x8635B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCMa', symObjAddr: 0x748, symBinAddr: 0x36814, symSize: 0x20 } + - { offsetInCU: 0x788, offset: 0x8636F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCMa', symObjAddr: 0x77C, symBinAddr: 0x36848, symSize: 0x20 } + - { offsetInCU: 0x848, offset: 0x8642F, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SSTg5Tf4nnd_n', symObjAddr: 0x4AC, symBinAddr: 0x36578, symSize: 0x28C } + - { offsetInCU: 0x27, offset: 0x86673, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x3687C, symSize: 0x9E0 } + - { offsetInCU: 0x24E, offset: 0x8689A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x3687C, symSize: 0x9E0 } + - { offsetInCU: 0x91A, offset: 0x86F66, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfd', symObjAddr: 0x9E0, symBinAddr: 0x3725C, symSize: 0x74 } + - { offsetInCU: 0x947, offset: 0x86F93, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfD', symObjAddr: 0xA54, symBinAddr: 0x372D0, symSize: 0x1C } + - { offsetInCU: 0x983, offset: 0x86FCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xA90, symBinAddr: 0x3730C, symSize: 0xC } + - { offsetInCU: 0x9C4, offset: 0x87010, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xA9C, symBinAddr: 0x37318, symSize: 0x30 } + - { offsetInCU: 0xA05, offset: 0x87051, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xACC, symBinAddr: 0x37348, symSize: 0xC } + - { offsetInCU: 0xA37, offset: 0x87083, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAD8, symBinAddr: 0x37354, symSize: 0xC } + - { offsetInCU: 0xA65, offset: 0x870B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCMa', symObjAddr: 0xA70, symBinAddr: 0x372EC, symSize: 0x20 } + - { offsetInCU: 0xAD3, offset: 0x8711F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC9transformAcA0C0C_tcfc', symObjAddr: 0xAE4, symBinAddr: 0x37360, symSize: 0x168 } + - { offsetInCU: 0xB7B, offset: 0x871C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCfD', symObjAddr: 0xC4C, symBinAddr: 0x374C8, symSize: 0x34 } + - { offsetInCU: 0xBDC, offset: 0x87228, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xCA0, symBinAddr: 0x3751C, symSize: 0x44 } + - { offsetInCU: 0xC28, offset: 0x87274, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xCE4, symBinAddr: 0x37560, symSize: 0x24 } + - { offsetInCU: 0xC69, offset: 0x872B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xD08, symBinAddr: 0x37584, symSize: 0xC } + - { offsetInCU: 0xCAA, offset: 0x872F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xD14, symBinAddr: 0x37590, symSize: 0x4 } + - { offsetInCU: 0xCCA, offset: 0x87316, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xD14, symBinAddr: 0x37590, symSize: 0x4 } + - { offsetInCU: 0xCEB, offset: 0x87337, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xD18, symBinAddr: 0x37594, symSize: 0x8 } + - { offsetInCU: 0xD0B, offset: 0x87357, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xD18, symBinAddr: 0x37594, symSize: 0x8 } + - { offsetInCU: 0xD2C, offset: 0x87378, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xD20, symBinAddr: 0x3759C, symSize: 0x8 } + - { offsetInCU: 0xD4C, offset: 0x87398, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xD20, symBinAddr: 0x3759C, symSize: 0x8 } + - { offsetInCU: 0xD6D, offset: 0x873B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xD28, symBinAddr: 0x375A4, symSize: 0x8 } + - { offsetInCU: 0xD8D, offset: 0x873D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xD28, symBinAddr: 0x375A4, symSize: 0x8 } + - { offsetInCU: 0xDAE, offset: 0x873FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xD30, symBinAddr: 0x375AC, symSize: 0x8 } + - { offsetInCU: 0xDCE, offset: 0x8741A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xD30, symBinAddr: 0x375AC, symSize: 0x8 } + - { offsetInCU: 0xDEF, offset: 0x8743B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xD38, symBinAddr: 0x375B4, symSize: 0x8 } + - { offsetInCU: 0xE0F, offset: 0x8745B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xD38, symBinAddr: 0x375B4, symSize: 0x8 } + - { offsetInCU: 0xE30, offset: 0x8747C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xD40, symBinAddr: 0x375BC, symSize: 0x8 } + - { offsetInCU: 0xE50, offset: 0x8749C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xD40, symBinAddr: 0x375BC, symSize: 0x8 } + - { offsetInCU: 0xE71, offset: 0x874BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xD48, symBinAddr: 0x375C4, symSize: 0xC } + - { offsetInCU: 0xE91, offset: 0x874DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xD48, symBinAddr: 0x375C4, symSize: 0xC } + - { offsetInCU: 0xEB2, offset: 0x874FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xD54, symBinAddr: 0x375D0, symSize: 0x10 } + - { offsetInCU: 0xED2, offset: 0x8751E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xD54, symBinAddr: 0x375D0, symSize: 0x10 } + - { offsetInCU: 0xF0E, offset: 0x8755A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xD64, symBinAddr: 0x375E0, symSize: 0x18 } + - { offsetInCU: 0xF4D, offset: 0x87599, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xD7C, symBinAddr: 0x375F8, symSize: 0x41C } + - { offsetInCU: 0x12C1, offset: 0x8790D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCMa', symObjAddr: 0xC80, symBinAddr: 0x374FC, symSize: 0x20 } + - { offsetInCU: 0x13FD, offset: 0x87A49, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOc', symObjAddr: 0x1198, symBinAddr: 0x37A14, symSize: 0x44 } + - { offsetInCU: 0x1411, offset: 0x87A5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOb', symObjAddr: 0x1294, symBinAddr: 0x37A58, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x87D67, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x37A70, symSize: 0x688 } + - { offsetInCU: 0xDE, offset: 0x87E1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x37A70, symSize: 0x688 } + - { offsetInCU: 0x279, offset: 0x87FB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV_AC05ZIP64cdeF0VSgtSgWOb', symObjAddr: 0x688, symBinAddr: 0x380F8, symSize: 0x48 } + - { offsetInCU: 0x28D, offset: 0x87FCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOy', symObjAddr: 0x760, symBinAddr: 0x38140, symSize: 0x1C } + - { offsetInCU: 0x2A1, offset: 0x87FE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOe', symObjAddr: 0x7C0, symBinAddr: 0x3815C, symSize: 0x1C } + - { offsetInCU: 0x2B5, offset: 0x87FF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwCP', symObjAddr: 0x7DC, symBinAddr: 0x38178, symSize: 0x30 } + - { offsetInCU: 0x2C9, offset: 0x88009, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwxx', symObjAddr: 0x80C, symBinAddr: 0x381A8, symSize: 0x44 } + - { offsetInCU: 0x2DD, offset: 0x8801D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwcp', symObjAddr: 0x850, symBinAddr: 0x381EC, symSize: 0xFC } + - { offsetInCU: 0x2F1, offset: 0x88031, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwca', symObjAddr: 0x94C, symBinAddr: 0x382E8, symSize: 0x23C } + - { offsetInCU: 0x305, offset: 0x88045, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVWOh', symObjAddr: 0xB88, symBinAddr: 0x38524, symSize: 0x34 } + - { offsetInCU: 0x319, offset: 0x88059, size: 0x8, addend: 0x0, symName: ___swift_memcpy160_8, symObjAddr: 0xBBC, symBinAddr: 0x38558, symSize: 0x2C } + - { offsetInCU: 0x32D, offset: 0x8806D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwta', symObjAddr: 0xBE8, symBinAddr: 0x38584, symSize: 0x11C } + - { offsetInCU: 0x341, offset: 0x88081, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwet', symObjAddr: 0xD04, symBinAddr: 0x386A0, symSize: 0x5C } + - { offsetInCU: 0x355, offset: 0x88095, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwst', symObjAddr: 0xD60, symBinAddr: 0x386FC, symSize: 0x7C } + - { offsetInCU: 0x369, offset: 0x880A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVMa', symObjAddr: 0xDDC, symBinAddr: 0x38778, symSize: 0x10 } + - { offsetInCU: 0x75, offset: 0x8836A, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x1C0, symBinAddr: 0x38948, symSize: 0x130 } + - { offsetInCU: 0x111, offset: 0x88406, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSDySSypGSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x478, symBinAddr: 0x38C00, symSize: 0x130 } + - { offsetInCU: 0x1FB, offset: 0x884F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC19reducedMotionMarkerAA0E0CSgvg', symObjAddr: 0xB90, symBinAddr: 0x39318, symSize: 0x134 } + - { offsetInCU: 0x32A, offset: 0x8861F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xE94, symBinAddr: 0x3961C, symSize: 0x4C } + - { offsetInCU: 0x33E, offset: 0x88633, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xEE0, symBinAddr: 0x39668, symSize: 0x790 } + - { offsetInCU: 0x621, offset: 0x88916, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfC', symObjAddr: 0x17C0, symBinAddr: 0x39EC4, symSize: 0x4C } + - { offsetInCU: 0x686, offset: 0x8897B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x180C, symBinAddr: 0x39F10, symSize: 0xBCC } + - { offsetInCU: 0xE1D, offset: 0x89112, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueSSvg', symObjAddr: 0x23D8, symBinAddr: 0x3AADC, symSize: 0x20 } + - { offsetInCU: 0xE56, offset: 0x8914B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x25AC, symBinAddr: 0x3ACB0, symSize: 0x20 } + - { offsetInCU: 0xE84, offset: 0x89179, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x25AC, symBinAddr: 0x3ACB0, symSize: 0x20 } + - { offsetInCU: 0xECD, offset: 0x891C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2750, symBinAddr: 0x3AE54, symSize: 0x44 } + - { offsetInCU: 0xF13, offset: 0x89208, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2794, symBinAddr: 0x3AE98, symSize: 0x28 } + - { offsetInCU: 0xF27, offset: 0x8921C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x27BC, symBinAddr: 0x3AEC0, symSize: 0x8 } + - { offsetInCU: 0xF5D, offset: 0x89252, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x27C4, symBinAddr: 0x3AEC8, symSize: 0x3C } + - { offsetInCU: 0xFC2, offset: 0x892B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2800, symBinAddr: 0x3AF04, symSize: 0xC } + - { offsetInCU: 0xFDE, offset: 0x892D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x280C, symBinAddr: 0x3AF10, symSize: 0xC } + - { offsetInCU: 0xFFA, offset: 0x892EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0xE3B4, symBinAddr: 0x46A2C, symSize: 0x50 } + - { offsetInCU: 0x1026, offset: 0x8931B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x23F8, symBinAddr: 0x3AAFC, symSize: 0x8 } + - { offsetInCU: 0x1053, offset: 0x89348, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x2400, symBinAddr: 0x3AB04, symSize: 0x8 } + - { offsetInCU: 0x1080, offset: 0x89375, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9framerateSdvg', symObjAddr: 0x2408, symBinAddr: 0x3AB0C, symSize: 0x8 } + - { offsetInCU: 0x10AD, offset: 0x893A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC11markerNamesSaySSGvg', symObjAddr: 0x2410, symBinAddr: 0x3AB14, symSize: 0x19C } + - { offsetInCU: 0x12C2, offset: 0x895B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfd', symObjAddr: 0x299C, symBinAddr: 0x3B0A0, symSize: 0x4C } + - { offsetInCU: 0x12EF, offset: 0x895E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfD', symObjAddr: 0x29E8, symBinAddr: 0x3B0EC, symSize: 0x1C } + - { offsetInCU: 0x131C, offset: 0x89611, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A04, symBinAddr: 0x3B108, symSize: 0x3E8 } + - { offsetInCU: 0x1373, offset: 0x89668, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2DEC, symBinAddr: 0x3B4F0, symSize: 0x54 } + - { offsetInCU: 0x13AB, offset: 0x896A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2E40, symBinAddr: 0x3B544, symSize: 0x20 } + - { offsetInCU: 0x13DB, offset: 0x896D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfC', symObjAddr: 0xCC4, symBinAddr: 0x3944C, symSize: 0x2C } + - { offsetInCU: 0x13F8, offset: 0x896ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueSivg', symObjAddr: 0xCF0, symBinAddr: 0x39478, symSize: 0x8 } + - { offsetInCU: 0x142D, offset: 0x89722, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xDBC, symBinAddr: 0x39544, symSize: 0x24 } + - { offsetInCU: 0x1470, offset: 0x89765, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xDE0, symBinAddr: 0x39568, symSize: 0xC } + - { offsetInCU: 0x1490, offset: 0x89785, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xDE0, symBinAddr: 0x39568, symSize: 0xC } + - { offsetInCU: 0x1606, offset: 0x898FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x16D4, symBinAddr: 0x39DF8, symSize: 0x44 } + - { offsetInCU: 0x161A, offset: 0x8990F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSeAAWl', symObjAddr: 0x1738, symBinAddr: 0x39E3C, symSize: 0x44 } + - { offsetInCU: 0x162E, offset: 0x89923, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSeAAWl', symObjAddr: 0x177C, symBinAddr: 0x39E80, symSize: 0x44 } + - { offsetInCU: 0x185A, offset: 0x89B4F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20MaskCompositionLayerC0oQ0C_Tg5', symObjAddr: 0x2E60, symBinAddr: 0x3B564, symSize: 0x2C } + - { offsetInCU: 0x1872, offset: 0x89B67, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4MaskC_Tg5', symObjAddr: 0x2E8C, symBinAddr: 0x3B590, symSize: 0x2C } + - { offsetInCU: 0x188A, offset: 0x89B7F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie14ShapeItemLayerC0P0V_Tg5', symObjAddr: 0x2EB8, symBinAddr: 0x3B5BC, symSize: 0x1C } + - { offsetInCU: 0x18A2, offset: 0x89B97, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFyp_Tg5', symObjAddr: 0x2ED4, symBinAddr: 0x3B5D8, symSize: 0x1C } + - { offsetInCU: 0x18BA, offset: 0x89BAF, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x2EF0, symBinAddr: 0x3B5F4, symSize: 0x1C } + - { offsetInCU: 0x18D2, offset: 0x89BC7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie9ShapeItemC_Tg5', symObjAddr: 0x2F0C, symBinAddr: 0x3B610, symSize: 0x2C } + - { offsetInCU: 0x18EA, offset: 0x89BDF, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GroupC_Tg5', symObjAddr: 0x2F38, symBinAddr: 0x3B63C, symSize: 0x2C } + - { offsetInCU: 0x1902, offset: 0x89BF7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector3DVG_Tg5', symObjAddr: 0x2F64, symBinAddr: 0x3B668, symSize: 0x2C } + - { offsetInCU: 0x191A, offset: 0x89C0F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x2F90, symBinAddr: 0x3B694, symSize: 0x2C } + - { offsetInCU: 0x1932, offset: 0x89C27, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyValueProvider_p_Tg5', symObjAddr: 0x2FBC, symBinAddr: 0x3B6C0, symSize: 0x2C } + - { offsetInCU: 0x194A, offset: 0x89C3F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie13KeyframeGroupCyypG_Tg5', symObjAddr: 0x2FE8, symBinAddr: 0x3B6EC, symSize: 0x2C } + - { offsetInCU: 0x1962, offset: 0x89C57, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x3014, symBinAddr: 0x3B718, symSize: 0x24 } + - { offsetInCU: 0x197A, offset: 0x89C6F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyypG_Tg5', symObjAddr: 0x3038, symBinAddr: 0x3B73C, symSize: 0x2C } + - { offsetInCU: 0x1992, offset: 0x89C87, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSd_Tg5', symObjAddr: 0x3064, symBinAddr: 0x3B768, symSize: 0x1C } + - { offsetInCU: 0x19AA, offset: 0x89C9F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x3080, symBinAddr: 0x3B784, symSize: 0x1C } + - { offsetInCU: 0x19C2, offset: 0x89CB7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo19CAKeyframeAnimationC_Tg5', symObjAddr: 0x309C, symBinAddr: 0x3B7A0, symSize: 0x34 } + - { offsetInCU: 0x19DA, offset: 0x89CCF, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo8NSNumberC_Tg5', symObjAddr: 0x30D0, symBinAddr: 0x3B7D4, symSize: 0x34 } + - { offsetInCU: 0x19F2, offset: 0x89CE7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x3104, symBinAddr: 0x3B808, symSize: 0x1C } + - { offsetInCU: 0x1A0A, offset: 0x89CFF, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySo13CATransform3DVGG_Tg5', symObjAddr: 0x3120, symBinAddr: 0x3B824, symSize: 0x2C } + - { offsetInCU: 0x1A22, offset: 0x89D17, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CGPointV_Tg5', symObjAddr: 0x314C, symBinAddr: 0x3B850, symSize: 0x2C } + - { offsetInCU: 0x1A3A, offset: 0x89D2F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSb_Tg5', symObjAddr: 0x3178, symBinAddr: 0x3B87C, symSize: 0x1C } + - { offsetInCU: 0x1A52, offset: 0x89D47, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySbGG_Tg5', symObjAddr: 0x3194, symBinAddr: 0x3B898, symSize: 0x2C } + - { offsetInCU: 0x1A6A, offset: 0x89D5F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo10CGColorRefa_Tg5', symObjAddr: 0x31C0, symBinAddr: 0x3B8C4, symSize: 0x2C } + - { offsetInCU: 0x1A82, offset: 0x89D77, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo6CGSizeV_Tg5', symObjAddr: 0x31EC, symBinAddr: 0x3B8F0, symSize: 0x2C } + - { offsetInCU: 0x1A9A, offset: 0x89D8F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySo6CGSizeVG_Tg5', symObjAddr: 0x3218, symBinAddr: 0x3B91C, symSize: 0x2C } + - { offsetInCU: 0x1AB2, offset: 0x89DA7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DV5start_AK3endtG_Tg5', symObjAddr: 0x3244, symBinAddr: 0x3B948, symSize: 0x2C } + - { offsetInCU: 0x1ACA, offset: 0x89DBF, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG010BezierPathO0VG_Tg5', symObjAddr: 0x3270, symBinAddr: 0x3B974, symSize: 0x2C } + - { offsetInCU: 0x1AE2, offset: 0x89DD7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo9CGPathRefa_Tg5', symObjAddr: 0x329C, symBinAddr: 0x3B9A0, symSize: 0x2C } + - { offsetInCU: 0x1AFA, offset: 0x89DEF, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG7EllipseCAHVG_Tg5', symObjAddr: 0x32C8, symBinAddr: 0x3B9CC, symSize: 0x2C } + - { offsetInCU: 0x1B12, offset: 0x89E07, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG9RectangleCAHVG_Tg5', symObjAddr: 0x32F4, symBinAddr: 0x3B9F8, symSize: 0x2C } + - { offsetInCU: 0x1B2A, offset: 0x89E1F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4StarCAHVG_Tg5', symObjAddr: 0x3320, symBinAddr: 0x3BA24, symSize: 0x2C } + - { offsetInCU: 0x1B42, offset: 0x89E37, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFABy6Lottie8KeyframeCyAG0N8Vector1DVGG_Tg5', symObjAddr: 0x334C, symBinAddr: 0x3BA50, symSize: 0x1C } + - { offsetInCU: 0x1B5A, offset: 0x89E4F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5', symObjAddr: 0x3368, symBinAddr: 0x3BA6C, symSize: 0x2C } + - { offsetInCU: 0x1B72, offset: 0x89E67, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3394, symBinAddr: 0x3BA98, symSize: 0x2C } + - { offsetInCU: 0x1B8A, offset: 0x89E7F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x33C0, symBinAddr: 0x3BAC4, symSize: 0x2C } + - { offsetInCU: 0x1BA2, offset: 0x89E97, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySayAG10BezierPathVGG_Tg5', symObjAddr: 0x33EC, symBinAddr: 0x3BAF0, symSize: 0x2C } + - { offsetInCU: 0x1BBA, offset: 0x89EAF, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyKeyframeGroup_p_Tg5', symObjAddr: 0x3418, symBinAddr: 0x3BB1C, symSize: 0x2C } + - { offsetInCU: 0x1BD2, offset: 0x89EC7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20KeyframeInterpolatorCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x3444, symBinAddr: 0x3BB48, symSize: 0x2C } + - { offsetInCU: 0x1BEA, offset: 0x89EDF, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie0N8Vector1DV_Tg5', symObjAddr: 0x3470, symBinAddr: 0x3BB74, symSize: 0x24 } + - { offsetInCU: 0x1C02, offset: 0x89EF7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie17KeypathSearchable_p_Tg5', symObjAddr: 0x3494, symBinAddr: 0x3BB98, symSize: 0x2C } + - { offsetInCU: 0x1C1A, offset: 0x89F0F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16CompositionLayerC_Tg5', symObjAddr: 0x34C0, symBinAddr: 0x3BBC4, symSize: 0x2C } + - { offsetInCU: 0x1C32, offset: 0x89F27, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4FontC_Tg5', symObjAddr: 0x34EC, symBinAddr: 0x3BBF0, symSize: 0x2C } + - { offsetInCU: 0x1C4A, offset: 0x89F3F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie6MarkerC_Tg5', symObjAddr: 0x3518, symBinAddr: 0x3BC1C, symSize: 0x2C } + - { offsetInCU: 0x1C62, offset: 0x89F57, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GlyphC_Tg5', symObjAddr: 0x3544, symBinAddr: 0x3BC48, symSize: 0x2C } + - { offsetInCU: 0x1C7A, offset: 0x89F6F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N5ColorVG_Tg5', symObjAddr: 0x3570, symBinAddr: 0x3BC74, symSize: 0x2C } + - { offsetInCU: 0x1C92, offset: 0x89F87, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CALayerC_Tg5', symObjAddr: 0x359C, symBinAddr: 0x3BCA0, symSize: 0x34 } + - { offsetInCU: 0x1CAA, offset: 0x89F9F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie12TextAnimatorC_Tg5', symObjAddr: 0x35D0, symBinAddr: 0x3BCD4, symSize: 0x2C } + - { offsetInCU: 0x1CC2, offset: 0x89FB7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG12TextDocumentCG_Tg5', symObjAddr: 0x35FC, symBinAddr: 0x3BD00, symSize: 0x2C } + - { offsetInCU: 0x1CDA, offset: 0x89FCF, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySaySdGG_Tg5', symObjAddr: 0x3628, symBinAddr: 0x3BD2C, symSize: 0x2C } + - { offsetInCU: 0x1CF2, offset: 0x89FE7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie11DashElementC_Tg5', symObjAddr: 0x3654, symBinAddr: 0x3BD58, symSize: 0x2C } + - { offsetInCU: 0x1D0A, offset: 0x89FFF, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG10BezierPathVG_Tg5', symObjAddr: 0x3680, symBinAddr: 0x3BD84, symSize: 0x2C } + - { offsetInCU: 0x1D22, offset: 0x8A017, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie03DotN4FileC9AnimationV_Tg5', symObjAddr: 0x36AC, symBinAddr: 0x3BDB0, symSize: 0x1C } + - { offsetInCU: 0x1D9D, offset: 0x8A092, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0R0V_Tg5', symObjAddr: 0x3804, symBinAddr: 0x3BF08, symSize: 0x104 } + - { offsetInCU: 0x1F00, offset: 0x8A1F5, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x3908, symBinAddr: 0x3C00C, symSize: 0x108 } + - { offsetInCU: 0x2063, offset: 0x8A358, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x3A10, symBinAddr: 0x3C114, symSize: 0x104 } + - { offsetInCU: 0x21C6, offset: 0x8A4BB, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x3B14, symBinAddr: 0x3C218, symSize: 0xFC } + - { offsetInCU: 0x2313, offset: 0x8A608, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x3C10, symBinAddr: 0x3C314, symSize: 0x104 } + - { offsetInCU: 0x2476, offset: 0x8A76B, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x3E64, symBinAddr: 0x3C568, symSize: 0x124 } + - { offsetInCU: 0x25D9, offset: 0x8A8CE, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSb_Tg5', symObjAddr: 0x3F88, symBinAddr: 0x3C68C, symSize: 0xE8 } + - { offsetInCU: 0x273C, offset: 0x8AA31, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs0aB0Vy6Lottie8KeyframeCyAJ0P8Vector1DVGG_Tg5', symObjAddr: 0x419C, symBinAddr: 0x3C8A0, symSize: 0x124 } + - { offsetInCU: 0x289F, offset: 0x8AB94, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV_Tg5', symObjAddr: 0x4748, symBinAddr: 0x3CE4C, symSize: 0x120 } + - { offsetInCU: 0x2A02, offset: 0x8ACF7, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie03DotP4FileC9AnimationV_Tg5', symObjAddr: 0x4868, symBinAddr: 0x3CF6C, symSize: 0x118 } + - { offsetInCU: 0x2B39, offset: 0x8AE2E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x4980, symBinAddr: 0x3D084, symSize: 0x1AC } + - { offsetInCU: 0x2BDB, offset: 0x8AED0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector1DVTg5', symObjAddr: 0x4B2C, symBinAddr: 0x3D230, symSize: 0x188 } + - { offsetInCU: 0x2C7D, offset: 0x8AF72, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector3DVTg5', symObjAddr: 0x4CB4, symBinAddr: 0x3D3B8, symSize: 0x1A0 } + - { offsetInCU: 0x2D1F, offset: 0x8B014, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x4E54, symBinAddr: 0x3D558, symSize: 0x188 } + - { offsetInCU: 0x2DC1, offset: 0x8B0B6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G5ColorVTg5', symObjAddr: 0x4FDC, symBinAddr: 0x3D6E0, symSize: 0x194 } + - { offsetInCU: 0x2E63, offset: 0x8B158, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x5170, symBinAddr: 0x3D874, symSize: 0x18C } + - { offsetInCU: 0x2F05, offset: 0x8B1FA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x52FC, symBinAddr: 0x3DA00, symSize: 0x1CC } + - { offsetInCU: 0x2FA7, offset: 0x8B29C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x54D4, symBinAddr: 0x3DBD8, symSize: 0x1A0 } + - { offsetInCU: 0x3049, offset: 0x8B33E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x5674, symBinAddr: 0x3DD78, symSize: 0x1A8 } + - { offsetInCU: 0x30EB, offset: 0x8B3E0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x581C, symBinAddr: 0x3DF20, symSize: 0x1A8 } + - { offsetInCU: 0x318D, offset: 0x8B482, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x59C4, symBinAddr: 0x3E0C8, symSize: 0x194 } + - { offsetInCU: 0x322F, offset: 0x8B524, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x5D34, symBinAddr: 0x3E438, symSize: 0x1F8 } + - { offsetInCU: 0x32DC, offset: 0x8B5D1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x5F2C, symBinAddr: 0x3E630, symSize: 0x1B0 } + - { offsetInCU: 0x3389, offset: 0x8B67E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0x60DC, symBinAddr: 0x3E7E0, symSize: 0x1B8 } + - { offsetInCU: 0x342B, offset: 0x8B720, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF6Lottie16AnimationKeypathV_AD16AnyValueProvider_pTg5', symObjAddr: 0x6294, symBinAddr: 0x3E998, symSize: 0x1DC } + - { offsetInCU: 0x34AC, offset: 0x8B7A1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie6MarkerCTg5', symObjAddr: 0x6470, symBinAddr: 0x3EB74, symSize: 0x1C4 } + - { offsetInCU: 0x3559, offset: 0x8B84E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AH2totTg5', symObjAddr: 0x6640, symBinAddr: 0x3ED44, symSize: 0x1EC } + - { offsetInCU: 0x35F3, offset: 0x8B8E8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSu_SSTg5', symObjAddr: 0x6A08, symBinAddr: 0x3F10C, symSize: 0x1BC } + - { offsetInCU: 0x3695, offset: 0x8B98A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_So10CGImageRefaTg5', symObjAddr: 0x6BC4, symBinAddr: 0x3F2C8, symSize: 0x1C4 } + - { offsetInCU: 0x374D, offset: 0x8BA42, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x6F50, symBinAddr: 0x3F654, symSize: 0x35C } + - { offsetInCU: 0x3859, offset: 0x8BB4E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector1DVTg5', symObjAddr: 0x72AC, symBinAddr: 0x3F9B0, symSize: 0x308 } + - { offsetInCU: 0x3965, offset: 0x8BC5A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector3DVTg5', symObjAddr: 0x75B4, symBinAddr: 0x3FCB8, symSize: 0x320 } + - { offsetInCU: 0x3A71, offset: 0x8BD66, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x78D4, symBinAddr: 0x3FFD8, symSize: 0x2FC } + - { offsetInCU: 0x3B7D, offset: 0x8BE72, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N5ColorVTg5', symObjAddr: 0x7BD0, symBinAddr: 0x402D4, symSize: 0x310 } + - { offsetInCU: 0x3C89, offset: 0x8BF7E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x7EE0, symBinAddr: 0x405E4, symSize: 0x300 } + - { offsetInCU: 0x3DA0, offset: 0x8C095, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x81E0, symBinAddr: 0x408E4, symSize: 0x358 } + - { offsetInCU: 0x3EC0, offset: 0x8C1B5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x8544, symBinAddr: 0x40C48, symSize: 0x328 } + - { offsetInCU: 0x3FCC, offset: 0x8C2C1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x886C, symBinAddr: 0x40F70, symSize: 0x338 } + - { offsetInCU: 0x40D8, offset: 0x8C3CD, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x8BA4, symBinAddr: 0x412A8, symSize: 0x340 } + - { offsetInCU: 0x41E4, offset: 0x8C4D9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x8EE4, symBinAddr: 0x415E8, symSize: 0x310 } + - { offsetInCU: 0x4327, offset: 0x8C61C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie10LayerModelCTg5', symObjAddr: 0x9548, symBinAddr: 0x41C4C, symSize: 0x334 } + - { offsetInCU: 0x4454, offset: 0x8C749, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_Say6Lottie10LayerModelCGTg5', symObjAddr: 0x987C, symBinAddr: 0x41F80, symSize: 0x334 } + - { offsetInCU: 0x4571, offset: 0x8C866, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x9BB0, symBinAddr: 0x422B4, symSize: 0x3B4 } + - { offsetInCU: 0x4691, offset: 0x8C986, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x9F64, symBinAddr: 0x42668, symSize: 0x334 } + - { offsetInCU: 0x47A8, offset: 0x8CA9D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0xA298, symBinAddr: 0x4299C, symSize: 0x358 } + - { offsetInCU: 0x489F, offset: 0x8CB94, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTg5', symObjAddr: 0xA5F0, symBinAddr: 0x42CF4, symSize: 0x274 } + - { offsetInCU: 0x4918, offset: 0x8CC0D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie6MarkerCTg5', symObjAddr: 0xA864, symBinAddr: 0x42F68, symSize: 0x398 } + - { offsetInCU: 0x4A3A, offset: 0x8CD2F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AJ2totTg5', symObjAddr: 0xAC08, symBinAddr: 0x4330C, symSize: 0x38C } + - { offsetInCU: 0x4B67, offset: 0x8CE5C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSu_SSTg5', symObjAddr: 0xB364, symBinAddr: 0x43A68, symSize: 0x34C } + - { offsetInCU: 0x4C73, offset: 0x8CF68, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_So10CGImageRefaTg5', symObjAddr: 0xB6B0, symBinAddr: 0x43DB4, symSize: 0x398 } + - { offsetInCU: 0x4DDC, offset: 0x8D0D1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV16_unsafeInsertNew3key5valueyxn_q_ntF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTB5', symObjAddr: 0xBDE8, symBinAddr: 0x444EC, symSize: 0x114 } + - { offsetInCU: 0x4F30, offset: 0x8D225, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSiAA5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOTg5Tf4dnnn_n', symObjAddr: 0xC084, symBinAddr: 0x44788, symSize: 0x104 } + - { offsetInCU: 0x4FAF, offset: 0x8D2A4, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSAA15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOTg5Tf4dnnn_n', symObjAddr: 0xC188, symBinAddr: 0x4488C, symSize: 0x10C } + - { offsetInCU: 0x5372, offset: 0x8D667, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC0D9AnimationC10CodingKeysO_AC10LayerModelCAC0N4TypeOTg5Tf4dnnn_n', symObjAddr: 0xCF6C, symBinAddr: 0x45670, symSize: 0x3E8 } + - { offsetInCU: 0x559F, offset: 0x8D894, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSesSeRzlWl', symObjAddr: 0xD354, symBinAddr: 0x45A58, symSize: 0x88 } + - { offsetInCU: 0x55B3, offset: 0x8D8A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSEAAWl', symObjAddr: 0xD458, symBinAddr: 0x45AE0, symSize: 0x44 } + - { offsetInCU: 0x55C7, offset: 0x8D8BC, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSEAAWl', symObjAddr: 0xD49C, symBinAddr: 0x45B24, symSize: 0x44 } + - { offsetInCU: 0x55DB, offset: 0x8D8D0, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSEsSERzlWl', symObjAddr: 0xD4E0, symBinAddr: 0x45B68, symSize: 0x88 } + - { offsetInCU: 0x55EF, offset: 0x8D8E4, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSEsSERzlWl', symObjAddr: 0xD644, symBinAddr: 0x45CCC, symSize: 0x88 } + - { offsetInCU: 0x5603, offset: 0x8D8F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASQWb', symObjAddr: 0xD6CC, symBinAddr: 0x45D54, symSize: 0x4 } + - { offsetInCU: 0x5617, offset: 0x8D90C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSQAAWl', symObjAddr: 0xD6D0, symBinAddr: 0x45D58, symSize: 0x44 } + - { offsetInCU: 0x562B, offset: 0x8D920, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwet', symObjAddr: 0xD724, symBinAddr: 0x45D9C, symSize: 0x90 } + - { offsetInCU: 0x563F, offset: 0x8D934, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwst', symObjAddr: 0xD7B4, symBinAddr: 0x45E2C, symSize: 0xBC } + - { offsetInCU: 0x5653, offset: 0x8D948, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwug', symObjAddr: 0xD870, symBinAddr: 0x45EE8, symSize: 0x8 } + - { offsetInCU: 0x5667, offset: 0x8D95C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwup', symObjAddr: 0xD878, symBinAddr: 0x45EF0, symSize: 0x4 } + - { offsetInCU: 0x567B, offset: 0x8D970, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwui', symObjAddr: 0xD87C, symBinAddr: 0x45EF4, symSize: 0xC } + - { offsetInCU: 0x568F, offset: 0x8D984, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOMa', symObjAddr: 0xD888, symBinAddr: 0x45F00, symSize: 0x10 } + - { offsetInCU: 0x56A3, offset: 0x8D998, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCMa', symObjAddr: 0xD898, symBinAddr: 0x45F10, symSize: 0x20 } + - { offsetInCU: 0x56B7, offset: 0x8D9AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwet', symObjAddr: 0xD8F4, symBinAddr: 0x45F6C, symSize: 0x90 } + - { offsetInCU: 0x56CB, offset: 0x8D9C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwst', symObjAddr: 0xD984, symBinAddr: 0x45FFC, symSize: 0xBC } + - { offsetInCU: 0x56DF, offset: 0x8D9D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwug', symObjAddr: 0xDA40, symBinAddr: 0x460B8, symSize: 0x8 } + - { offsetInCU: 0x56F3, offset: 0x8D9E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwup', symObjAddr: 0xDA48, symBinAddr: 0x460C0, symSize: 0x4 } + - { offsetInCU: 0x5707, offset: 0x8D9FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwui', symObjAddr: 0xDA4C, symBinAddr: 0x460C4, symSize: 0x8 } + - { offsetInCU: 0x571B, offset: 0x8DA10, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOMa', symObjAddr: 0xDA54, symBinAddr: 0x460CC, symSize: 0x10 } + - { offsetInCU: 0x572F, offset: 0x8DA24, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASQWb', symObjAddr: 0xDA64, symBinAddr: 0x460DC, symSize: 0x4 } + - { offsetInCU: 0x5743, offset: 0x8DA38, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAESQAAWl', symObjAddr: 0xDA68, symBinAddr: 0x460E0, symSize: 0x44 } + - { offsetInCU: 0x5757, offset: 0x8DA4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDAAC, symBinAddr: 0x46124, symSize: 0x4 } + - { offsetInCU: 0x576B, offset: 0x8DA60, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xDAB0, symBinAddr: 0x46128, symSize: 0x44 } + - { offsetInCU: 0x577F, offset: 0x8DA74, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xDAF4, symBinAddr: 0x4616C, symSize: 0x4 } + - { offsetInCU: 0x5793, offset: 0x8DA88, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xDAF8, symBinAddr: 0x46170, symSize: 0x44 } + - { offsetInCU: 0x57A7, offset: 0x8DA9C, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC12PrecompAssetC10CodingKeysO_AC10LayerModelCAC0O4TypeOTg5Tf4dnnn_n', symObjAddr: 0xDB3C, symBinAddr: 0x461B4, symSize: 0x3DC } + - { offsetInCU: 0x59CF, offset: 0x8DCC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs9CodingKeyAAWl', symObjAddr: 0xE42C, symBinAddr: 0x46A7C, symSize: 0x44 } + - { offsetInCU: 0x59E3, offset: 0x8DCD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSeAAWl', symObjAddr: 0xE470, symBinAddr: 0x46AC0, symSize: 0x44 } + - { offsetInCU: 0x59F7, offset: 0x8DCEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSeAAWl', symObjAddr: 0xE4FC, symBinAddr: 0x46B3C, symSize: 0x44 } + - { offsetInCU: 0x5A0B, offset: 0x8DD00, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSYAAWl', symObjAddr: 0xE598, symBinAddr: 0x46BC0, symSize: 0x44 } + - { offsetInCU: 0x5A5F, offset: 0x8DD54, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxcigSS_ypTg5', symObjAddr: 0xB08, symBinAddr: 0x39290, symSize: 0x88 } + - { offsetInCU: 0x5AE3, offset: 0x8DDD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCF8, symBinAddr: 0x39480, symSize: 0x18 } + - { offsetInCU: 0x5B74, offset: 0x8DE69, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH9hashValueSivgTW', symObjAddr: 0xD10, symBinAddr: 0x39498, symSize: 0x44 } + - { offsetInCU: 0x5C23, offset: 0x8DF18, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD54, symBinAddr: 0x394DC, symSize: 0x28 } + - { offsetInCU: 0x5C76, offset: 0x8DF6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD7C, symBinAddr: 0x39504, symSize: 0x40 } + - { offsetInCU: 0x5CF9, offset: 0x8DFEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xDEC, symBinAddr: 0x39574, symSize: 0x5C } + - { offsetInCU: 0x5D1C, offset: 0x8E011, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xE48, symBinAddr: 0x395D0, symSize: 0x4C } + - { offsetInCU: 0x5EC4, offset: 0x8E1B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x25CC, symBinAddr: 0x3ACD0, symSize: 0x88 } + - { offsetInCU: 0x5F73, offset: 0x8E268, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2654, symBinAddr: 0x3AD58, symSize: 0x60 } + - { offsetInCU: 0x5FF1, offset: 0x8E2E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x26B4, symBinAddr: 0x3ADB8, symSize: 0x40 } + - { offsetInCU: 0x6043, offset: 0x8E338, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x26F4, symBinAddr: 0x3ADF8, symSize: 0x5C } + - { offsetInCU: 0x60A5, offset: 0x8E39A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2818, symBinAddr: 0x3AF1C, symSize: 0x28 } + - { offsetInCU: 0x60C1, offset: 0x8E3B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x2840, symBinAddr: 0x3AF44, symSize: 0x28 } + - { offsetInCU: 0x60DD, offset: 0x8E3D2, size: 0x8, addend: 0x0, symName: '_$sSh8containsySbxFSS_Tg5', symObjAddr: 0x2868, symBinAddr: 0x3AF6C, symSize: 0x134 } + - { offsetInCU: 0x62A5, offset: 0x8E59A, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie6MarkerCG_Tg5037$s6Lottie0A9AnimationC19reducedMotionE19AA0E0CSgvgSbAFXEfU_ShySSGTf1cn_nTf4ng_n', symObjAddr: 0xBEFC, symBinAddr: 0x44600, symSize: 0x13C } + - { offsetInCU: 0x6419, offset: 0x8E70E, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie6MarkerCTg5Tf4gd_n', symObjAddr: 0xC478, symBinAddr: 0x44B7C, symSize: 0xEC } + - { offsetInCU: 0x6560, offset: 0x8E855, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_So8CAAction_pTg5Tf4gd_n', symObjAddr: 0xC588, symBinAddr: 0x44C8C, symSize: 0xEC } + - { offsetInCU: 0x66A1, offset: 0x8E996, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie15AnyNodeProperty_pTg5Tf4gd_n', symObjAddr: 0xC68C, symBinAddr: 0x44D90, symSize: 0x114 } + - { offsetInCU: 0x67E2, offset: 0x8EAD7, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo7CALayerC_6Lottie16AnimationKeypathVTg5Tf4gd_n', symObjAddr: 0xC7A0, symBinAddr: 0x44EA4, symSize: 0xE4 } + - { offsetInCU: 0x6905, offset: 0x8EBFA, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SaySSGTg5Tf4gn_n', symObjAddr: 0xC884, symBinAddr: 0x44F88, symSize: 0x94 } + - { offsetInCU: 0x6A4B, offset: 0x8ED40, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSu_SSTg5Tf4gd_n', symObjAddr: 0xC918, symBinAddr: 0x4501C, symSize: 0x10C } + - { offsetInCU: 0x6B7C, offset: 0x8EE71, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs11AnyHashableV_12CoreGraphics7CGFloatV4from_AG2totTg5Tf4gd_n', symObjAddr: 0xCA24, symBinAddr: 0x45128, symSize: 0x110 } + - { offsetInCU: 0x6CC9, offset: 0x8EFBE, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo17NSLayoutAttributeV_So0C10ConstraintCTg5Tf4gd_n', symObjAddr: 0xCB40, symBinAddr: 0x45244, symSize: 0xFC } + - { offsetInCU: 0x6DFA, offset: 0x8F0EF, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTg5Tf4gd_n', symObjAddr: 0xCD68, symBinAddr: 0x4546C, symSize: 0x110 } + - { offsetInCU: 0x4F, offset: 0x8F5CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x46C8C, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x8F5EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x46CD4, symSize: 0x3D8 } + - { offsetInCU: 0xDC, offset: 0x8F657, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x420, symBinAddr: 0x470AC, symSize: 0x72C } + - { offsetInCU: 0x3A7, offset: 0x8F922, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB4C, symBinAddr: 0x477D8, symSize: 0x254 } + - { offsetInCU: 0x415, offset: 0x8F990, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO8rawValueSSvg', symObjAddr: 0xDA0, symBinAddr: 0x47A2C, symSize: 0x18 } + - { offsetInCU: 0x44E, offset: 0x8F9C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xDB8, symBinAddr: 0x47A44, symSize: 0x18 } + - { offsetInCU: 0x47C, offset: 0x8F9F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xDB8, symBinAddr: 0x47A44, symSize: 0x18 } + - { offsetInCU: 0x4CE, offset: 0x8FA49, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0xDF4, symBinAddr: 0x47A80, symSize: 0x64 } + - { offsetInCU: 0x534, offset: 0x8FAAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0xE58, symBinAddr: 0x47AE4, symSize: 0x28 } + - { offsetInCU: 0x550, offset: 0x8FACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xE80, symBinAddr: 0x47B0C, symSize: 0x8 } + - { offsetInCU: 0x586, offset: 0x8FB01, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xE88, symBinAddr: 0x47B14, symSize: 0x68 } + - { offsetInCU: 0x60B, offset: 0x8FB86, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xEF0, symBinAddr: 0x47B7C, symSize: 0xC } + - { offsetInCU: 0x627, offset: 0x8FBA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xEFC, symBinAddr: 0x47B88, symSize: 0xC } + - { offsetInCU: 0x663, offset: 0x8FBDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfD', symObjAddr: 0xF8C, symBinAddr: 0x47C18, symSize: 0x4C } + - { offsetInCU: 0x738, offset: 0x8FCB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfE', symObjAddr: 0xF58, symBinAddr: 0x47BE4, symSize: 0x34 } + - { offsetInCU: 0x790, offset: 0x8FD0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCMa', symObjAddr: 0xFD8, symBinAddr: 0x47C64, symSize: 0x20 } + - { offsetInCU: 0x7A4, offset: 0x8FD1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs0E3KeyAAWl', symObjAddr: 0x105C, symBinAddr: 0x47C84, symSize: 0x44 } + - { offsetInCU: 0x7B8, offset: 0x8FD33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSEAAWl', symObjAddr: 0x10A0, symBinAddr: 0x47CC8, symSize: 0x44 } + - { offsetInCU: 0x7CC, offset: 0x8FD47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSEAAWl', symObjAddr: 0x1128, symBinAddr: 0x47D50, symSize: 0x44 } + - { offsetInCU: 0x7E0, offset: 0x8FD5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSeAAWl', symObjAddr: 0x1200, symBinAddr: 0x47E08, symSize: 0x44 } + - { offsetInCU: 0x7F4, offset: 0x8FD6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSeAAWl', symObjAddr: 0x12B8, symBinAddr: 0x47EC0, symSize: 0x44 } + - { offsetInCU: 0x808, offset: 0x8FD83, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwet', symObjAddr: 0x13D0, symBinAddr: 0x47F04, symSize: 0x90 } + - { offsetInCU: 0x81C, offset: 0x8FD97, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwst', symObjAddr: 0x1460, symBinAddr: 0x47F94, symSize: 0xBC } + - { offsetInCU: 0x830, offset: 0x8FDAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwug', symObjAddr: 0x151C, symBinAddr: 0x48050, symSize: 0x8 } + - { offsetInCU: 0x844, offset: 0x8FDBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwup', symObjAddr: 0x1524, symBinAddr: 0x48058, symSize: 0x4 } + - { offsetInCU: 0x858, offset: 0x8FDD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwui', symObjAddr: 0x1528, symBinAddr: 0x4805C, symSize: 0x8 } + - { offsetInCU: 0x86C, offset: 0x8FDE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOMa', symObjAddr: 0x1530, symBinAddr: 0x48064, symSize: 0x10 } + - { offsetInCU: 0x880, offset: 0x8FDFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASQWb', symObjAddr: 0x1540, symBinAddr: 0x48074, symSize: 0x4 } + - { offsetInCU: 0x894, offset: 0x8FE0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFSQAAWl', symObjAddr: 0x1544, symBinAddr: 0x48078, symSize: 0x44 } + - { offsetInCU: 0x8A8, offset: 0x8FE23, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1588, symBinAddr: 0x480BC, symSize: 0x4 } + - { offsetInCU: 0x8BC, offset: 0x8FE37, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x158C, symBinAddr: 0x480C0, symSize: 0x44 } + - { offsetInCU: 0x8D0, offset: 0x8FE4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x15D0, symBinAddr: 0x48104, symSize: 0x4 } + - { offsetInCU: 0x8E4, offset: 0x8FE5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x15D4, symBinAddr: 0x48108, symSize: 0x44 } + - { offsetInCU: 0x94A, offset: 0x8FEC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDD0, symBinAddr: 0x47A5C, symSize: 0xC } + - { offsetInCU: 0x966, offset: 0x8FEE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH9hashValueSivgTW', symObjAddr: 0xDDC, symBinAddr: 0x47A68, symSize: 0x8 } + - { offsetInCU: 0x982, offset: 0x8FEFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDE4, symBinAddr: 0x47A70, symSize: 0x8 } + - { offsetInCU: 0x99E, offset: 0x8FF19, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDEC, symBinAddr: 0x47A78, symSize: 0x8 } + - { offsetInCU: 0x9C0, offset: 0x8FF3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF08, symBinAddr: 0x47B94, symSize: 0x28 } + - { offsetInCU: 0x9DC, offset: 0x8FF57, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xF30, symBinAddr: 0x47BBC, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x90127, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x4814C, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x9013F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x4814C, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x90153, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMr', symObjAddr: 0x4, symBinAddr: 0x48150, symSize: 0x5C } + - { offsetInCU: 0xA1, offset: 0x9019D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9keyframesACyxGs15ContiguousArrayVyAA0B0CyxGG_tcfC', symObjAddr: 0x60, symBinAddr: 0x481AC, symSize: 0x4C } + - { offsetInCU: 0xE5, offset: 0x901E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0xAC, symBinAddr: 0x481F8, symSize: 0x94 } + - { offsetInCU: 0x1A4, offset: 0x902A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvg', symObjAddr: 0x168, symBinAddr: 0x4828C, symSize: 0x4C } + - { offsetInCU: 0x1E0, offset: 0x902DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x1B4, symBinAddr: 0x482D8, symSize: 0x138 } + - { offsetInCU: 0x29E, offset: 0x9039A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x2EC, symBinAddr: 0x48410, symSize: 0x334 } + - { offsetInCU: 0x461, offset: 0x9055D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfd', symObjAddr: 0x620, symBinAddr: 0x48744, symSize: 0x2C } + - { offsetInCU: 0x48E, offset: 0x9058A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfD', symObjAddr: 0x64C, symBinAddr: 0x48770, symSize: 0x1C } + - { offsetInCU: 0x4BB, offset: 0x905B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x674, symBinAddr: 0x48798, symSize: 0x20 } + - { offsetInCU: 0x4E6, offset: 0x905E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x694, symBinAddr: 0x487B8, symSize: 0xC } + - { offsetInCU: 0x506, offset: 0x90602, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x694, symBinAddr: 0x487B8, symSize: 0xC } + - { offsetInCU: 0x518, offset: 0x90614, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x6A0, symBinAddr: 0x487C4, symSize: 0x24 } + - { offsetInCU: 0x534, offset: 0x90630, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x6D4, symBinAddr: 0x487F8, symSize: 0x4 } + - { offsetInCU: 0x5A0, offset: 0x9069C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMa', symObjAddr: 0x668, symBinAddr: 0x4878C, symSize: 0xC } + - { offsetInCU: 0x5B4, offset: 0x906B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x6C4, symBinAddr: 0x487E8, symSize: 0x8 } + - { offsetInCU: 0x5C8, offset: 0x906C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6CC, symBinAddr: 0x487F0, symSize: 0x8 } + - { offsetInCU: 0x5DC, offset: 0x906D8, size: 0x8, addend: 0x0, symName: ___swift_instantiateGenericMetadata, symObjAddr: 0x6D8, symBinAddr: 0x487FC, symSize: 0x2C } + - { offsetInCU: 0x6C, offset: 0x90926, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector1DV_TB5', symObjAddr: 0x20F8, symBinAddr: 0x4A858, symSize: 0xC4 } + - { offsetInCU: 0x176, offset: 0x90A30, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector3DV_TB5', symObjAddr: 0x21BC, symBinAddr: 0x4A91C, symSize: 0xD8 } + - { offsetInCU: 0x280, offset: 0x90B3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A5ColorV_TB5', symObjAddr: 0x2360, symBinAddr: 0x4AA7C, symSize: 0xE4 } + - { offsetInCU: 0x397, offset: 0x90C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x48828, symSize: 0x994 } + - { offsetInCU: 0x4FD, offset: 0x90DB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x994, symBinAddr: 0x491BC, symSize: 0xCE8 } + - { offsetInCU: 0xA16, offset: 0x912D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueSSvg', symObjAddr: 0x167C, symBinAddr: 0x49EA4, symSize: 0x20 } + - { offsetInCU: 0xA4F, offset: 0x91309, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x16B4, symBinAddr: 0x49EDC, symSize: 0x20 } + - { offsetInCU: 0xA7D, offset: 0x91337, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x16B4, symBinAddr: 0x49EDC, symSize: 0x20 } + - { offsetInCU: 0xAC6, offset: 0x91380, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1870, symBinAddr: 0x4A098, symSize: 0x44 } + - { offsetInCU: 0xB0C, offset: 0x913C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x18B4, symBinAddr: 0x4A0DC, symSize: 0x28 } + - { offsetInCU: 0xB20, offset: 0x913DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x18DC, symBinAddr: 0x4A104, symSize: 0x8 } + - { offsetInCU: 0xB56, offset: 0x91410, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x18E4, symBinAddr: 0x4A10C, symSize: 0x3C } + - { offsetInCU: 0xBBB, offset: 0x91475, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1920, symBinAddr: 0x4A148, symSize: 0xC } + - { offsetInCU: 0xBD7, offset: 0x91491, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x192C, symBinAddr: 0x4A154, symSize: 0xC } + - { offsetInCU: 0xBF3, offset: 0x914AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2CB0, symBinAddr: 0x4B2F8, symSize: 0x50 } + - { offsetInCU: 0xC2B, offset: 0x914E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO8rawValueSSvg', symObjAddr: 0x169C, symBinAddr: 0x49EC4, symSize: 0x18 } + - { offsetInCU: 0xC64, offset: 0x9151E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x16D4, symBinAddr: 0x49EFC, symSize: 0x18 } + - { offsetInCU: 0xC92, offset: 0x9154C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x16D4, symBinAddr: 0x49EFC, symSize: 0x18 } + - { offsetInCU: 0xCE4, offset: 0x9159E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x19AC, symBinAddr: 0x4A1D4, symSize: 0x64 } + - { offsetInCU: 0xD4A, offset: 0x91604, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1A10, symBinAddr: 0x4A238, symSize: 0x28 } + - { offsetInCU: 0xD66, offset: 0x91620, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1A38, symBinAddr: 0x4A260, symSize: 0x8 } + - { offsetInCU: 0xD9C, offset: 0x91656, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1A40, symBinAddr: 0x4A268, symSize: 0x68 } + - { offsetInCU: 0xE21, offset: 0x916DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1AA8, symBinAddr: 0x4A2D0, symSize: 0xC } + - { offsetInCU: 0xE3D, offset: 0x916F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1AB4, symBinAddr: 0x4A2DC, symSize: 0xC } + - { offsetInCU: 0xE5A, offset: 0x91714, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfd', symObjAddr: 0x1B10, symBinAddr: 0x4A338, symSize: 0x64 } + - { offsetInCU: 0xE87, offset: 0x91741, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfD', symObjAddr: 0x1B74, symBinAddr: 0x4A39C, symSize: 0x1C } + - { offsetInCU: 0xEB4, offset: 0x9176E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1BB0, symBinAddr: 0x4A3D8, symSize: 0x380 } + - { offsetInCU: 0xF0B, offset: 0x917C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1F30, symBinAddr: 0x4A758, symSize: 0x54 } + - { offsetInCU: 0xF43, offset: 0x917FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1F84, symBinAddr: 0x4A7AC, symSize: 0x20 } + - { offsetInCU: 0xF75, offset: 0x9182F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x20B0, symBinAddr: 0x4A810, symSize: 0xC } + - { offsetInCU: 0xFB6, offset: 0x91870, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x20BC, symBinAddr: 0x4A81C, symSize: 0xC } + - { offsetInCU: 0xFF7, offset: 0x918B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x20C8, symBinAddr: 0x4A828, symSize: 0xC } + - { offsetInCU: 0x1038, offset: 0x918F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x20D4, symBinAddr: 0x4A834, symSize: 0xC } + - { offsetInCU: 0x1079, offset: 0x91933, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x20E0, symBinAddr: 0x4A840, symSize: 0xC } + - { offsetInCU: 0x10BA, offset: 0x91974, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x20EC, symBinAddr: 0x4A84C, symSize: 0xC } + - { offsetInCU: 0x1193, offset: 0x91A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC7defaultACvgZTf4d_n', symObjAddr: 0x25B4, symBinAddr: 0x4AC48, symSize: 0x1AC } + - { offsetInCU: 0x131F, offset: 0x91BD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCMa', symObjAddr: 0x1B90, symBinAddr: 0x4A3B8, symSize: 0x20 } + - { offsetInCU: 0x1333, offset: 0x91BED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x2008, symBinAddr: 0x4A7CC, symSize: 0x44 } + - { offsetInCU: 0x14A0, offset: 0x91D5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x2294, symBinAddr: 0x4A9F4, symSize: 0x44 } + - { offsetInCU: 0x14E0, offset: 0x91D9A, size: 0x8, addend: 0x0, symName: '_$sypSgWOb', symObjAddr: 0x27D8, symBinAddr: 0x4AE30, symSize: 0x48 } + - { offsetInCU: 0x14F4, offset: 0x91DAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwet', symObjAddr: 0x2830, symBinAddr: 0x4AE78, symSize: 0x90 } + - { offsetInCU: 0x1508, offset: 0x91DC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwst', symObjAddr: 0x28C0, symBinAddr: 0x4AF08, symSize: 0xBC } + - { offsetInCU: 0x151C, offset: 0x91DD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwug', symObjAddr: 0x297C, symBinAddr: 0x4AFC4, symSize: 0x8 } + - { offsetInCU: 0x1530, offset: 0x91DEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwup', symObjAddr: 0x2984, symBinAddr: 0x4AFCC, symSize: 0x4 } + - { offsetInCU: 0x1544, offset: 0x91DFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwui', symObjAddr: 0x2988, symBinAddr: 0x4AFD0, symSize: 0x8 } + - { offsetInCU: 0x1558, offset: 0x91E12, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOMa', symObjAddr: 0x2990, symBinAddr: 0x4AFD8, symSize: 0x10 } + - { offsetInCU: 0x156C, offset: 0x91E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwet', symObjAddr: 0x29A0, symBinAddr: 0x4AFE8, symSize: 0x90 } + - { offsetInCU: 0x1580, offset: 0x91E3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwst', symObjAddr: 0x2A30, symBinAddr: 0x4B078, symSize: 0xBC } + - { offsetInCU: 0x1594, offset: 0x91E4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwup', symObjAddr: 0x2AEC, symBinAddr: 0x4B134, symSize: 0x4 } + - { offsetInCU: 0x15A8, offset: 0x91E62, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOMa', symObjAddr: 0x2AF0, symBinAddr: 0x4B138, symSize: 0x10 } + - { offsetInCU: 0x15BC, offset: 0x91E76, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASQWb', symObjAddr: 0x2B00, symBinAddr: 0x4B148, symSize: 0x4 } + - { offsetInCU: 0x15D0, offset: 0x91E8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAESQAAWl', symObjAddr: 0x2B04, symBinAddr: 0x4B14C, symSize: 0x44 } + - { offsetInCU: 0x15E4, offset: 0x91E9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASQWb', symObjAddr: 0x2B48, symBinAddr: 0x4B190, symSize: 0x4 } + - { offsetInCU: 0x15F8, offset: 0x91EB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAESQAAWl', symObjAddr: 0x2B4C, symBinAddr: 0x4B194, symSize: 0x44 } + - { offsetInCU: 0x160C, offset: 0x91EC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2B90, symBinAddr: 0x4B1D8, symSize: 0x4 } + - { offsetInCU: 0x1620, offset: 0x91EDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B94, symBinAddr: 0x4B1DC, symSize: 0x44 } + - { offsetInCU: 0x1634, offset: 0x91EEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2BD8, symBinAddr: 0x4B220, symSize: 0x4 } + - { offsetInCU: 0x1648, offset: 0x91F02, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2BDC, symBinAddr: 0x4B224, symSize: 0x44 } + - { offsetInCU: 0x165C, offset: 0x91F16, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2C20, symBinAddr: 0x4B268, symSize: 0x4 } + - { offsetInCU: 0x1670, offset: 0x91F2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2C24, symBinAddr: 0x4B26C, symSize: 0x44 } + - { offsetInCU: 0x1684, offset: 0x91F3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2C68, symBinAddr: 0x4B2B0, symSize: 0x4 } + - { offsetInCU: 0x1698, offset: 0x91F52, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2C6C, symBinAddr: 0x4B2B4, symSize: 0x44 } + - { offsetInCU: 0x16F6, offset: 0x91FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x16EC, symBinAddr: 0x49F14, symSize: 0x88 } + - { offsetInCU: 0x17A5, offset: 0x9205F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1774, symBinAddr: 0x49F9C, symSize: 0x60 } + - { offsetInCU: 0x1823, offset: 0x920DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x17D4, symBinAddr: 0x49FFC, symSize: 0x40 } + - { offsetInCU: 0x1875, offset: 0x9212F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1814, symBinAddr: 0x4A03C, symSize: 0x5C } + - { offsetInCU: 0x18D7, offset: 0x92191, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1938, symBinAddr: 0x4A160, symSize: 0x28 } + - { offsetInCU: 0x18F3, offset: 0x921AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1960, symBinAddr: 0x4A188, symSize: 0x28 } + - { offsetInCU: 0x190F, offset: 0x921C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1988, symBinAddr: 0x4A1B0, symSize: 0xC } + - { offsetInCU: 0x192B, offset: 0x921E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1994, symBinAddr: 0x4A1BC, symSize: 0x8 } + - { offsetInCU: 0x1947, offset: 0x92201, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x199C, symBinAddr: 0x4A1C4, symSize: 0x8 } + - { offsetInCU: 0x1963, offset: 0x9221D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x19A4, symBinAddr: 0x4A1CC, symSize: 0x8 } + - { offsetInCU: 0x1985, offset: 0x9223F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1AC0, symBinAddr: 0x4A2E8, symSize: 0x28 } + - { offsetInCU: 0x19A1, offset: 0x9225B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1AE8, symBinAddr: 0x4A310, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x92558, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x4B350, symSize: 0xE0 } + - { offsetInCU: 0x81, offset: 0x925AE, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x4B350, symSize: 0xE0 } + - { offsetInCU: 0x216, offset: 0x92743, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0xE0, symBinAddr: 0x4B430, symSize: 0x58 } + - { offsetInCU: 0x268, offset: 0x92795, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0xE0, symBinAddr: 0x4B430, symSize: 0x58 } + - { offsetInCU: 0x325, offset: 0x92852, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE10SolveCubic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A3CtFZTf4nnnnd_n', symObjAddr: 0x138, symBinAddr: 0x4B488, symSize: 0x258 } + - { offsetInCU: 0x27, offset: 0x92D3B, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x4B6E0, symSize: 0x88 } + - { offsetInCU: 0x3F, offset: 0x92D53, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x4B6E0, symSize: 0x88 } + - { offsetInCU: 0x1BB, offset: 0x930F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeC11applyEffect2toySo7CALayerC_tF', symObjAddr: 0x0, symBinAddr: 0x4B768, symSize: 0x23C } + - { offsetInCU: 0x425, offset: 0x9335C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCfD', symObjAddr: 0x23C, symBinAddr: 0x4B9A4, symSize: 0x24 } + - { offsetInCU: 0x471, offset: 0x933A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCMa', symObjAddr: 0x260, symBinAddr: 0x4B9C8, symSize: 0x20 } + - { offsetInCU: 0x57E, offset: 0x934B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesC5modelAcA0bC5Model_p_tcfc', symObjAddr: 0x280, symBinAddr: 0x4B9E8, symSize: 0x8D4 } + - { offsetInCU: 0x968, offset: 0x9389F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfd', symObjAddr: 0xB54, symBinAddr: 0x4C2BC, symSize: 0x4C } + - { offsetInCU: 0x995, offset: 0x938CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfD', symObjAddr: 0xBA0, symBinAddr: 0x4C308, symSize: 0x1C } + - { offsetInCU: 0x9D1, offset: 0x93908, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0xBDC, symBinAddr: 0x4C344, symSize: 0xC } + - { offsetInCU: 0xA04, offset: 0x9393B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCMa', symObjAddr: 0xBBC, symBinAddr: 0x4C324, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x93BE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x4C574, symSize: 0xC4 } + - { offsetInCU: 0xCA, offset: 0x93C8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x4C574, symSize: 0xC4 } + - { offsetInCU: 0x11F, offset: 0x93CE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xC4, symBinAddr: 0x4C638, symSize: 0x90 } + - { offsetInCU: 0x191, offset: 0x93D52, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfD', symObjAddr: 0x170, symBinAddr: 0x4C6E4, symSize: 0x34 } + - { offsetInCU: 0x201, offset: 0x93DC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x1C4, symBinAddr: 0x4C738, symSize: 0xC } + - { offsetInCU: 0x233, offset: 0x93DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x1D0, symBinAddr: 0x4C744, symSize: 0x4 } + - { offsetInCU: 0x279, offset: 0x93E3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x1D4, symBinAddr: 0x4C748, symSize: 0x18 } + - { offsetInCU: 0x2FD, offset: 0x93EBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1EC, symBinAddr: 0x4C760, symSize: 0x4 } + - { offsetInCU: 0x319, offset: 0x93EDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x1F0, symBinAddr: 0x4C764, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x93EF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6parentAcA10NodeOutput_pSg_tcfcTf4ng_n', symObjAddr: 0x31C, symBinAddr: 0x4C7CC, symSize: 0x198 } + - { offsetInCU: 0x4DB, offset: 0x9409C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfE', symObjAddr: 0x154, symBinAddr: 0x4C6C8, symSize: 0x1C } + - { offsetInCU: 0x508, offset: 0x940C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCMa', symObjAddr: 0x1A4, symBinAddr: 0x4C718, symSize: 0x20 } + - { offsetInCU: 0x5AC, offset: 0x9416D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOc', symObjAddr: 0x210, symBinAddr: 0x4C784, symSize: 0x48 } + - { offsetInCU: 0x2B, offset: 0x9447B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x4C964, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x94493, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x4C964, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x944A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMr', symObjAddr: 0x4, symBinAddr: 0x4C968, symSize: 0x70 } + - { offsetInCU: 0x72, offset: 0x944C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableA2aEP6sizingAA0B30UIMeasurementContainerStrategyOvgTW', symObjAddr: 0x74, symBinAddr: 0x4C9D8, symSize: 0x8 } + - { offsetInCU: 0xBA, offset: 0x9450A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP04makeC07context0C4TypeQzAE0cE7ContextVyxG_tFTW', symObjAddr: 0x7C, symBinAddr: 0x4C9E0, symSize: 0x8 } + - { offsetInCU: 0xEC, offset: 0x9453C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP06updateC0_7contexty0C4TypeQz_AE0cE7ContextVyxGtFTW', symObjAddr: 0x84, symBinAddr: 0x4C9E8, symSize: 0x4 } + - { offsetInCU: 0x155, offset: 0x945A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV06updateC0_7contextyAA0B22UIMeasurementContainerCyxG_0B2UI0C20RepresentableContextVyACyxq_GGtF', symObjAddr: 0x88, symBinAddr: 0x4C9EC, symSize: 0x2F8 } + - { offsetInCU: 0x281, offset: 0x946D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP15makeCoordinator0G0QzyFTW', symObjAddr: 0x384, symBinAddr: 0x4CCE8, symSize: 0x24 } + - { offsetInCU: 0x2F3, offset: 0x94743, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCfD', symObjAddr: 0x70C, symBinAddr: 0x4D044, symSize: 0x38 } + - { offsetInCU: 0x38A, offset: 0x947DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorC7storageAEyxq__Gq__tc33_FF3F5C8F1A6E8A535DE5371260E28007LlfCTf4gn_n', symObjAddr: 0x162C, symBinAddr: 0x4DF64, symSize: 0x7C } + - { offsetInCU: 0x3F0, offset: 0x94840, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV15makeCoordinatorAC0E0Cyxq__GyF', symObjAddr: 0x3A8, symBinAddr: 0x4CD0C, symSize: 0x3C } + - { offsetInCU: 0x45F, offset: 0x948AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP12sizeThatFits_6uiView7contextSo6CGSizeVSgAE08ProposedJ4SizeV_0C4TypeQzAE0cE7ContextVyxGtFTW', symObjAddr: 0x3E8, symBinAddr: 0x4CD4C, symSize: 0x90 } + - { offsetInCU: 0x491, offset: 0x948E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideSizeThatFits_2in6uiViewySo6CGSizeVz_AE09_ProposedG0V0C4TypeQztFTW', symObjAddr: 0x478, symBinAddr: 0x4CDDC, symSize: 0x5C } + - { offsetInCU: 0x4B9, offset: 0x94909, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextV10oldStorage017viewRepresentableE09containerAEyxq__Gq__0B2UI0ciE0VyACyxq_GGAA0B22UIMeasurementContainerCyxGtcfC', symObjAddr: 0x600, symBinAddr: 0x4CF64, symSize: 0xE0 } + - { offsetInCU: 0x4F5, offset: 0x94945, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMa', symObjAddr: 0x744, symBinAddr: 0x4D07C, symSize: 0xC } + - { offsetInCU: 0x509, offset: 0x94959, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMi', symObjAddr: 0x750, symBinAddr: 0x4D088, symSize: 0x8 } + - { offsetInCU: 0x51D, offset: 0x9496D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMr', symObjAddr: 0x758, symBinAddr: 0x4D090, symSize: 0xC8 } + - { offsetInCU: 0x531, offset: 0x94981, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwCP', symObjAddr: 0x820, symBinAddr: 0x4D158, symSize: 0xE8 } + - { offsetInCU: 0x545, offset: 0x94995, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMa', symObjAddr: 0x908, symBinAddr: 0x4D240, symSize: 0xC } + - { offsetInCU: 0x559, offset: 0x949A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwxx', symObjAddr: 0x914, symBinAddr: 0x4D24C, symSize: 0x94 } + - { offsetInCU: 0x56D, offset: 0x949BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwcp', symObjAddr: 0x9A8, symBinAddr: 0x4D2E0, symSize: 0xB4 } + - { offsetInCU: 0x581, offset: 0x949D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwca', symObjAddr: 0xA5C, symBinAddr: 0x4D394, symSize: 0xC0 } + - { offsetInCU: 0x595, offset: 0x949E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwtk', symObjAddr: 0xB1C, symBinAddr: 0x4D454, symSize: 0xB0 } + - { offsetInCU: 0x5A9, offset: 0x949F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwta', symObjAddr: 0xBCC, symBinAddr: 0x4D504, symSize: 0xB8 } + - { offsetInCU: 0x5BD, offset: 0x94A0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwet', symObjAddr: 0xC84, symBinAddr: 0x4D5BC, symSize: 0xC } + - { offsetInCU: 0x5D1, offset: 0x94A21, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwst', symObjAddr: 0xD58, symBinAddr: 0x4D690, symSize: 0xC } + - { offsetInCU: 0x5E5, offset: 0x94A35, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMa', symObjAddr: 0xE38, symBinAddr: 0x4D770, symSize: 0xC } + - { offsetInCU: 0x5F9, offset: 0x94A49, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMi', symObjAddr: 0xE44, symBinAddr: 0x4D77C, symSize: 0x8 } + - { offsetInCU: 0x60D, offset: 0x94A5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMr', symObjAddr: 0xE4C, symBinAddr: 0x4D784, symSize: 0x90 } + - { offsetInCU: 0x621, offset: 0x94A71, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwCP', symObjAddr: 0xEDC, symBinAddr: 0x4D814, symSize: 0xE8 } + - { offsetInCU: 0x635, offset: 0x94A85, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwxx', symObjAddr: 0xFC4, symBinAddr: 0x4D8FC, symSize: 0x68 } + - { offsetInCU: 0x649, offset: 0x94A99, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwcp', symObjAddr: 0x102C, symBinAddr: 0x4D964, symSize: 0x9C } + - { offsetInCU: 0x65D, offset: 0x94AAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwca', symObjAddr: 0x10C8, symBinAddr: 0x4DA00, symSize: 0xB0 } + - { offsetInCU: 0x671, offset: 0x94AC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwtk', symObjAddr: 0x1178, symBinAddr: 0x4DAB0, symSize: 0x88 } + - { offsetInCU: 0x685, offset: 0x94AD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwta', symObjAddr: 0x1200, symBinAddr: 0x4DB38, symSize: 0xA0 } + - { offsetInCU: 0x699, offset: 0x94AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwet', symObjAddr: 0x12A0, symBinAddr: 0x4DBD8, symSize: 0x110 } + - { offsetInCU: 0x6AD, offset: 0x94AFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwst', symObjAddr: 0x13B0, symBinAddr: 0x4DCE8, symSize: 0x190 } + - { offsetInCU: 0x6C1, offset: 0x94B11, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AA20ConfigurationContextAaEP_AA13ViewProvidingPWT', symObjAddr: 0x1540, symBinAddr: 0x4DE78, symSize: 0x10 } + - { offsetInCU: 0x6D5, offset: 0x94B25, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AAWI', symObjAddr: 0x1550, symBinAddr: 0x4DE88, symSize: 0x2C } + - { offsetInCU: 0x6E9, offset: 0x94B39, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableAAWI', symObjAddr: 0x157C, symBinAddr: 0x4DEB4, symSize: 0x2C } + - { offsetInCU: 0x6FD, offset: 0x94B4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaE4ViewPWb', symObjAddr: 0x15A8, symBinAddr: 0x4DEE0, symSize: 0x10 } + - { offsetInCU: 0x711, offset: 0x94B61, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAA4BodyAeFP_AHWT', symObjAddr: 0x15B8, symBinAddr: 0x4DEF0, symSize: 0xC } + - { offsetInCU: 0x725, offset: 0x94B75, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV04makeC07contextAA0B22UIMeasurementContainerCyxG0B2UI0C20RepresentableContextVyACyxq_GG_tFTf4dn_n', symObjAddr: 0x15C4, symBinAddr: 0x4DEFC, symSize: 0x68 } + - { offsetInCU: 0x7F6, offset: 0x94C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP09dismantleC0_11coordinatory0C4TypeQz_11CoordinatorQztFZTW', symObjAddr: 0x380, symBinAddr: 0x4CCE4, symSize: 0x4 } + - { offsetInCU: 0x812, offset: 0x94C62, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP19_identifiedViewTree2inAE011_IdentifiedgH0O0C4TypeQz_tFTW', symObjAddr: 0x3E4, symBinAddr: 0x4CD48, symSize: 0x4 } + - { offsetInCU: 0x82E, offset: 0x94C7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideLayoutTraits_3foryAE01_gH0Vz_0C4TypeQztFTW', symObjAddr: 0x4D4, symBinAddr: 0x4CE38, symSize: 0x4 } + - { offsetInCU: 0x84A, offset: 0x94C9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP24_modifyBridgedViewInputsyyAE01_hI0VzFZTW', symObjAddr: 0x4D8, symBinAddr: 0x4CE3C, symSize: 0x14 } + - { offsetInCU: 0x866, offset: 0x94CB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP14_layoutOptionsyAE013_PlatformViewe6LayoutG0V0C4TypeQzFZTW', symObjAddr: 0x4EC, symBinAddr: 0x4CE50, symSize: 0x14 } + - { offsetInCU: 0x882, offset: 0x94CD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE04view6inputsAE01_E7OutputsVAE11_GraphValueVyxG_AE01_E6InputsVtFZTW', symObjAddr: 0x500, symBinAddr: 0x4CE64, symSize: 0x5C } + - { offsetInCU: 0x89E, offset: 0x94CEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE4List4view6inputsAE01_eG7OutputsVAE11_GraphValueVyxG_AE01_eG6InputsVtFZTW', symObjAddr: 0x55C, symBinAddr: 0x4CEC0, symSize: 0x5C } + - { offsetInCU: 0x8BA, offset: 0x94D0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP14_viewListCount6inputsSiSgAE01_egH6InputsV_tFZTW', symObjAddr: 0x5B8, symBinAddr: 0x4CF1C, symSize: 0x18 } + - { offsetInCU: 0x8D6, offset: 0x94D26, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP4body4BodyQzvgTW', symObjAddr: 0x5D0, symBinAddr: 0x4CF34, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x94F14, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x4DFE0, symSize: 0x5C } + - { offsetInCU: 0x7C, offset: 0x94F41, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfD', symObjAddr: 0x5C, symBinAddr: 0x4E03C, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x94F7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x98, symBinAddr: 0x4E078, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x94FBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xA4, symBinAddr: 0x4E084, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x94FFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xD4, symBinAddr: 0x4E0B4, symSize: 0xC } + - { offsetInCU: 0x17B, offset: 0x95040, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xE0, symBinAddr: 0x4E0C0, symSize: 0xC } + - { offsetInCU: 0x1AD, offset: 0x95072, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesC4starAcA4StarC_tcfcTf4gn_n', symObjAddr: 0xFD0, symBinAddr: 0x4EF70, symSize: 0x444 } + - { offsetInCU: 0x540, offset: 0x95405, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCMa', symObjAddr: 0x78, symBinAddr: 0x4E058, symSize: 0x20 } + - { offsetInCU: 0x680, offset: 0x95545, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xEC, symBinAddr: 0x4E0CC, symSize: 0x120 } + - { offsetInCU: 0x83F, offset: 0x95704, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCfD', symObjAddr: 0x20C, symBinAddr: 0x4E1EC, symSize: 0x34 } + - { offsetInCU: 0x8A0, offset: 0x95765, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x260, symBinAddr: 0x4E240, symSize: 0x44 } + - { offsetInCU: 0x8EC, offset: 0x957B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x2A4, symBinAddr: 0x4E284, symSize: 0x24 } + - { offsetInCU: 0x91E, offset: 0x957E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x2C8, symBinAddr: 0x4E2A8, symSize: 0x4 } + - { offsetInCU: 0x958, offset: 0x9581D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2CC, symBinAddr: 0x4E2AC, symSize: 0x8 } + - { offsetInCU: 0x978, offset: 0x9583D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2CC, symBinAddr: 0x4E2AC, symSize: 0x8 } + - { offsetInCU: 0x9DB, offset: 0x958A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2D4, symBinAddr: 0x4E2B4, symSize: 0x10 } + - { offsetInCU: 0x9FB, offset: 0x958C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2D4, symBinAddr: 0x4E2B4, symSize: 0x10 } + - { offsetInCU: 0xA42, offset: 0x95907, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2E4, symBinAddr: 0x4E2C4, symSize: 0x8 } + - { offsetInCU: 0xA62, offset: 0x95927, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2E4, symBinAddr: 0x4E2C4, symSize: 0x8 } + - { offsetInCU: 0xA83, offset: 0x95948, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2EC, symBinAddr: 0x4E2CC, symSize: 0x8 } + - { offsetInCU: 0xAA3, offset: 0x95968, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2EC, symBinAddr: 0x4E2CC, symSize: 0x8 } + - { offsetInCU: 0xAC4, offset: 0x95989, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F4, symBinAddr: 0x4E2D4, symSize: 0x8 } + - { offsetInCU: 0xAE4, offset: 0x959A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F4, symBinAddr: 0x4E2D4, symSize: 0x8 } + - { offsetInCU: 0xB05, offset: 0x959CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2FC, symBinAddr: 0x4E2DC, symSize: 0x8 } + - { offsetInCU: 0xB25, offset: 0x959EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2FC, symBinAddr: 0x4E2DC, symSize: 0x8 } + - { offsetInCU: 0xB46, offset: 0x95A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x304, symBinAddr: 0x4E2E4, symSize: 0xC } + - { offsetInCU: 0xB66, offset: 0x95A2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x304, symBinAddr: 0x4E2E4, symSize: 0xC } + - { offsetInCU: 0xB87, offset: 0x95A4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x310, symBinAddr: 0x4E2F0, symSize: 0x10 } + - { offsetInCU: 0xBA7, offset: 0x95A6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x310, symBinAddr: 0x4E2F0, symSize: 0x10 } + - { offsetInCU: 0xBC8, offset: 0x95A8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x320, symBinAddr: 0x4E300, symSize: 0xC } + - { offsetInCU: 0xBFA, offset: 0x95ABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC06parentC04starAcA08AnimatorC0_pSg_AA4StarCtcfcTf4ngn_n', symObjAddr: 0x1414, symBinAddr: 0x4F3B4, symSize: 0x114 } + - { offsetInCU: 0xCB3, offset: 0x95B78, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCMa', symObjAddr: 0x240, symBinAddr: 0x4E220, symSize: 0x20 } + - { offsetInCU: 0xFE2, offset: 0x95EA7, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x718, symBinAddr: 0x4E6F8, symSize: 0x14 } + - { offsetInCU: 0x101A, offset: 0x95EDF, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay6Lottie14ShapeItemLayerC0I0VG8grouping_AISg17trailingSeparatort_Tg5', symObjAddr: 0x72C, symBinAddr: 0x4E70C, symSize: 0x14 } + - { offsetInCU: 0x1052, offset: 0x95F17, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo13CATransform3DV_Tg5', symObjAddr: 0x740, symBinAddr: 0x4E720, symSize: 0x14 } + - { offsetInCU: 0x108A, offset: 0x95F4F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x754, symBinAddr: 0x4E734, symSize: 0x14 } + - { offsetInCU: 0x10C2, offset: 0x95F87, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo7CGPointV_Tg5', symObjAddr: 0x768, symBinAddr: 0x4E748, symSize: 0x14 } + - { offsetInCU: 0x10FA, offset: 0x95FBF, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSb_Tg5', symObjAddr: 0x77C, symBinAddr: 0x4E75C, symSize: 0x14 } + - { offsetInCU: 0x1132, offset: 0x95FF7, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo6CGSizeV_Tg5', symObjAddr: 0x79C, symBinAddr: 0x4E77C, symSize: 0x14 } + - { offsetInCU: 0x116A, offset: 0x9602F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x7BC, symBinAddr: 0x4E79C, symSize: 0x14 } + - { offsetInCU: 0x11A2, offset: 0x96067, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x7D0, symBinAddr: 0x4E7B0, symSize: 0x14 } + - { offsetInCU: 0x11DA, offset: 0x9609F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x86C, symBinAddr: 0x4E84C, symSize: 0x14 } + - { offsetInCU: 0x1212, offset: 0x960D7, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11PathElementV_Tg5', symObjAddr: 0x880, symBinAddr: 0x4E860, symSize: 0x14 } + - { offsetInCU: 0x124A, offset: 0x9610F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV5start_AG3endt_Tg5', symObjAddr: 0x894, symBinAddr: 0x4E874, symSize: 0x14 } + - { offsetInCU: 0x1282, offset: 0x96147, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16AnimationKeypathV7keypath_AE16AnyValueProvider_p05valueM0t_Tg5', symObjAddr: 0x8A8, symBinAddr: 0x4E888, symSize: 0x14 } + - { offsetInCU: 0x12BA, offset: 0x9617F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSS_Tg5', symObjAddr: 0x8BC, symBinAddr: 0x4E89C, symSize: 0x14 } + - { offsetInCU: 0x15EA, offset: 0x964AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7polygon8position14numberOfPoints11outerRadius0I11Roundedness8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA3oA0C9DirectionOtFZTf4nnnnnnd_n', symObjAddr: 0x8D0, symBinAddr: 0x4E8B0, symSize: 0x6C0 } + - { offsetInCU: 0x24BE, offset: 0x97383, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x32C, symBinAddr: 0x4E30C, symSize: 0x2B0 } + - { offsetInCU: 0x27C8, offset: 0x9768D, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFSay6Lottie11CurveVertexVG_Tg5', symObjAddr: 0x5DC, symBinAddr: 0x4E5BC, symSize: 0x13C } + - { offsetInCU: 0x1F6, offset: 0x97DFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE03logB5IssueyySSKFAA21LayerAnimationContextV_TB5', symObjAddr: 0x0, symBinAddr: 0x4F4C8, symSize: 0x258 } + - { offsetInCU: 0x516, offset: 0x9811F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5coderAESgSo7NSCoderC_tcfcTo', symObjAddr: 0x1304, symBinAddr: 0x507CC, symSize: 0x58 } + - { offsetInCU: 0x55D, offset: 0x98166, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5layerAEyp_tcfc', symObjAddr: 0x135C, symBinAddr: 0x50824, symSize: 0x1B0 } + - { offsetInCU: 0x63E, offset: 0x98247, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAEycfcTo', symObjAddr: 0x1574, symBinAddr: 0x50A3C, symSize: 0x2C } + - { offsetInCU: 0x6D0, offset: 0x982D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x258, symBinAddr: 0x4F720, symSize: 0x4CC } + - { offsetInCU: 0xBBC, offset: 0x987C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x75C, symBinAddr: 0x4FC24, symSize: 0x58 } + - { offsetInCU: 0xC03, offset: 0x9880C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x7B4, symBinAddr: 0x4FC7C, symSize: 0x1B0 } + - { offsetInCU: 0xCC6, offset: 0x988CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyF', symObjAddr: 0x970, symBinAddr: 0x4FE38, symSize: 0x1FC } + - { offsetInCU: 0xE86, offset: 0x98A8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyFTo', symObjAddr: 0xB6C, symBinAddr: 0x50034, symSize: 0x2C } + - { offsetInCU: 0xEC0, offset: 0x98AC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCACycfcTo', symObjAddr: 0xB98, symBinAddr: 0x50060, symSize: 0x2C } + - { offsetInCU: 0x1142, offset: 0x98D4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCfETo', symObjAddr: 0xBC8, symBinAddr: 0x50090, symSize: 0x10 } + - { offsetInCU: 0x1171, offset: 0x98D7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCMa', symObjAddr: 0xBD8, symBinAddr: 0x500A0, symSize: 0x20 } + - { offsetInCU: 0x1185, offset: 0x98D8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xBF8, symBinAddr: 0x500C0, symSize: 0x1F4 } + - { offsetInCU: 0x184C, offset: 0x99455, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xDEC, symBinAddr: 0x502B4, symSize: 0x504 } + - { offsetInCU: 0x1D0C, offset: 0x99915, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_', symObjAddr: 0x1608, symBinAddr: 0x50AD0, symSize: 0x8C } + - { offsetInCU: 0x1D6B, offset: 0x99974, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCAA09AnimationD0A2aDP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x12F0, symBinAddr: 0x507B8, symSize: 0x14 } + - { offsetInCU: 0x1D8E, offset: 0x99997, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CfETo', symObjAddr: 0x15D8, symBinAddr: 0x50AA0, symSize: 0x10 } + - { offsetInCU: 0x1DBD, offset: 0x999C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CMa', symObjAddr: 0x15E8, symBinAddr: 0x50AB0, symSize: 0x20 } + - { offsetInCU: 0x1DD1, offset: 0x999DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAA09AnimationD0A2aFP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x1694, symBinAddr: 0x50B5C, symSize: 0x14 } + - { offsetInCU: 0x1E7A, offset: 0x99A83, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_So13CATransform3DV_Tg5Tf4nxnn_n', symObjAddr: 0x3A6C, symBinAddr: 0x52DF4, symSize: 0x26C } + - { offsetInCU: 0x1FC0, offset: 0x99BC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_12CoreGraphics7CGFloatV_Tg5Tf4nxnn_n', symObjAddr: 0x3CD8, symBinAddr: 0x53060, symSize: 0x19C } + - { offsetInCU: 0x2105, offset: 0x99D0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_Sb_Tg5Tf4nxnn_n', symObjAddr: 0x3E74, symBinAddr: 0x531FC, symSize: 0x1AC } + - { offsetInCU: 0x228A, offset: 0x99E93, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_TA', symObjAddr: 0x1D14, symBinAddr: 0x511DC, symSize: 0x8 } + - { offsetInCU: 0x22C4, offset: 0x99ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5', symObjAddr: 0x1D5C, symBinAddr: 0x511E4, symSize: 0xBC } + - { offsetInCU: 0x2426, offset: 0x9A02F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo13CATransform3DV_TB5Tf4xnd_n', symObjAddr: 0x1E18, symBinAddr: 0x512A0, symSize: 0x3BC } + - { offsetInCU: 0x2732, offset: 0x9A33B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo7CGPointV_TB5Tf4xnd_n', symObjAddr: 0x21D4, symBinAddr: 0x5165C, symSize: 0x2E8 } + - { offsetInCU: 0x2A3E, offset: 0x9A647, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlF12CoreGraphics7CGFloatV_TB5Tf4xnd_n', symObjAddr: 0x24BC, symBinAddr: 0x51944, symSize: 0x2E0 } + - { offsetInCU: 0x2D4E, offset: 0x9A957, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSb_TB5Tf4xnd_n', symObjAddr: 0x279C, symBinAddr: 0x51C24, symSize: 0x2D8 } + - { offsetInCU: 0x3055, offset: 0x9AC5E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo10CGColorRefa_TB5Tf4xnd_n', symObjAddr: 0x2A74, symBinAddr: 0x51EFC, symSize: 0x2A8 } + - { offsetInCU: 0x333A, offset: 0x9AF43, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo6CGSizeV_TB5Tf4xnd_n', symObjAddr: 0x2D1C, symBinAddr: 0x521A4, symSize: 0x2E8 } + - { offsetInCU: 0x35EE, offset: 0x9B1F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x3070, symBinAddr: 0x524B0, symSize: 0x8 } + - { offsetInCU: 0x365A, offset: 0x9B263, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo9CGPathRefa_TB5Tf4xnd_n', symObjAddr: 0x3078, symBinAddr: 0x524B8, symSize: 0x2A8 } + - { offsetInCU: 0x393F, offset: 0x9B548, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSaySo10CGColorRefaG_TB5Tf4xnd_n', symObjAddr: 0x3320, symBinAddr: 0x52760, symSize: 0x300 } + - { offsetInCU: 0x3C4E, offset: 0x9B857, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSay12CoreGraphics7CGFloatVG_TB5Tf4xnd_n', symObjAddr: 0x3620, symBinAddr: 0x52A60, symSize: 0x300 } + - { offsetInCU: 0x3F05, offset: 0x9BB0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tSgWOh', symObjAddr: 0x3920, symBinAddr: 0x52D60, symSize: 0x40 } + - { offsetInCU: 0x3FA3, offset: 0x9BBAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So9CGPathRefa_Tg5TA', symObjAddr: 0x41D0, symBinAddr: 0x53558, symSize: 0x30 } + - { offsetInCU: 0x3FB7, offset: 0x9BBC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x4200, symBinAddr: 0x53588, symSize: 0x8 } + - { offsetInCU: 0x3FCB, offset: 0x9BBD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOr', symObjAddr: 0x422C, symBinAddr: 0x535B4, symSize: 0x28 } + - { offsetInCU: 0x3FDF, offset: 0x9BBE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOs', symObjAddr: 0x4254, symBinAddr: 0x535DC, symSize: 0x28 } + - { offsetInCU: 0x3FF3, offset: 0x9BBFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x427C, symBinAddr: 0x53604, symSize: 0x8 } + - { offsetInCU: 0x4007, offset: 0x9BC10, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4284, symBinAddr: 0x5360C, symSize: 0x8 } + - { offsetInCU: 0x401B, offset: 0x9BC24, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOc', symObjAddr: 0x4314, symBinAddr: 0x53614, symSize: 0x48 } + - { offsetInCU: 0x402F, offset: 0x9BC38, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x43F0, symBinAddr: 0x536F0, symSize: 0x2C } + - { offsetInCU: 0x4043, offset: 0x9BC4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x4494, symBinAddr: 0x53794, symSize: 0x30 } + - { offsetInCU: 0x4057, offset: 0x9BC60, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So7CGPointV_Tg5TA', symObjAddr: 0x44F8, symBinAddr: 0x537F8, symSize: 0x2C } + - { offsetInCU: 0x406B, offset: 0x9BC74, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Say12CoreGraphics7CGFloatVG_Tg5TA', symObjAddr: 0x4558, symBinAddr: 0x53858, symSize: 0x38 } + - { offsetInCU: 0x407F, offset: 0x9BC88, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_SaySo10CGColorRefaG_Tg5TA', symObjAddr: 0x4770, symBinAddr: 0x53A70, symSize: 0x30 } + - { offsetInCU: 0x4093, offset: 0x9BC9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So13CATransform3DV_Tg5TA', symObjAddr: 0x47BC, symBinAddr: 0x53ABC, symSize: 0x38 } + - { offsetInCU: 0x40A7, offset: 0x9BCB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So6CGSizeV_Tg5TA', symObjAddr: 0x4864, symBinAddr: 0x53B28, symSize: 0x28 } + - { offsetInCU: 0x40BB, offset: 0x9BCC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Sb_Tg5TA', symObjAddr: 0x48A8, symBinAddr: 0x53B6C, symSize: 0x24 } + - { offsetInCU: 0x44A9, offset: 0x9C0B2, size: 0x8, addend: 0x0, symName: '_$sSKsE4last5where7ElementQzSgSbADKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AF16AnyValueProvider_p05valueJ0tG_Tg5011$s6Lottie18ij74StoreC05valueC033_4EC701FB5E0978BECCD084F684086AE8LL3forAA03AnybC0_pSgAA16eF20V_tFSbAJ_AaG_ptXEfU_AHTf1ncn_n', symObjAddr: 0x1C58, symBinAddr: 0x51120, symSize: 0xBC } + - { offsetInCU: 0x60, offset: 0x9C882, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x53BB0, symSize: 0x9C } + - { offsetInCU: 0x9C, offset: 0x9C8BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvg', symObjAddr: 0x9C, symBinAddr: 0x53C4C, symSize: 0x1A4 } + - { offsetInCU: 0x1D0, offset: 0x9C9F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x240, symBinAddr: 0x53DF0, symSize: 0xE0 } + - { offsetInCU: 0x27B, offset: 0x9CA9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x320, symBinAddr: 0x53ED0, symSize: 0x164 } + - { offsetInCU: 0x3F2, offset: 0x9CC14, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x484, symBinAddr: 0x54034, symSize: 0xDC } + - { offsetInCU: 0x51A, offset: 0x9CD3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x560, symBinAddr: 0x54110, symSize: 0x60 } + - { offsetInCU: 0x59F, offset: 0x9CDC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x5C0, symBinAddr: 0x54170, symSize: 0x180 } + - { offsetInCU: 0x700, offset: 0x9CF22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x740, symBinAddr: 0x542F0, symSize: 0x140 } + - { offsetInCU: 0x7C8, offset: 0x9CFEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF', symObjAddr: 0x880, symBinAddr: 0x54430, symSize: 0x188 } + - { offsetInCU: 0x93F, offset: 0x9D161, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_', symObjAddr: 0xA08, symBinAddr: 0x545B8, symSize: 0xB0 } + - { offsetInCU: 0x9A4, offset: 0x9D1C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_', symObjAddr: 0xAB8, symBinAddr: 0x54668, symSize: 0x224 } + - { offsetInCU: 0xA2C, offset: 0x9D24E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xE90, symBinAddr: 0x54A40, symSize: 0x194 } + - { offsetInCU: 0xBAA, offset: 0x9D3CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0x1024, symBinAddr: 0x54BD4, symSize: 0x420 } + - { offsetInCU: 0xC67, offset: 0x9D489, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x1464, symBinAddr: 0x55014, symSize: 0x4 } + - { offsetInCU: 0x1032, offset: 0x9D854, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOc', symObjAddr: 0x14A4, symBinAddr: 0x55018, symSize: 0x34 } + - { offsetInCU: 0x1046, offset: 0x9D868, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x14FC, symBinAddr: 0x55050, symSize: 0x8 } + - { offsetInCU: 0x105A, offset: 0x9D87C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x157C, symBinAddr: 0x550D0, symSize: 0x8 } + - { offsetInCU: 0x106E, offset: 0x9D890, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedSwitchCytG_Tg5TA', symObjAddr: 0x1584, symBinAddr: 0x550D8, symSize: 0x8 } + - { offsetInCU: 0x1082, offset: 0x9D8A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x158C, symBinAddr: 0x550E0, symSize: 0x8 } + - { offsetInCU: 0x1096, offset: 0x9D8B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x161C, symBinAddr: 0x55134, symSize: 0x8 } + - { offsetInCU: 0x10AA, offset: 0x9D8CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOh', symObjAddr: 0x1648, symBinAddr: 0x55160, symSize: 0x2C } + - { offsetInCU: 0x10BE, offset: 0x9D8E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOd', symObjAddr: 0x1674, symBinAddr: 0x5518C, symSize: 0x34 } + - { offsetInCU: 0x10D2, offset: 0x9D8F4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGSgWOe', symObjAddr: 0x16A8, symBinAddr: 0x551C0, symSize: 0x2C } + - { offsetInCU: 0x10E6, offset: 0x9D908, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x16DC, symBinAddr: 0x551F4, symSize: 0xC } + - { offsetInCU: 0x10FA, offset: 0x9D91C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x16F8, symBinAddr: 0x55210, symSize: 0x28 } + - { offsetInCU: 0x110E, offset: 0x9D930, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1730, symBinAddr: 0x55248, symSize: 0x28 } + - { offsetInCU: 0x1122, offset: 0x9D944, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x17C4, symBinAddr: 0x552DC, symSize: 0x20 } + - { offsetInCU: 0x1136, offset: 0x9D958, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x17E4, symBinAddr: 0x552FC, symSize: 0x34 } + - { offsetInCU: 0x114A, offset: 0x9D96C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x1818, symBinAddr: 0x55330, symSize: 0x24 } + - { offsetInCU: 0x115E, offset: 0x9D980, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAC7SwiftUI4ViewAAWl', symObjAddr: 0x183C, symBinAddr: 0x55354, symSize: 0x44 } + - { offsetInCU: 0x1172, offset: 0x9D994, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x1880, symBinAddr: 0x55398, symSize: 0x10 } + - { offsetInCU: 0x1186, offset: 0x9D9A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwCP', symObjAddr: 0x1890, symBinAddr: 0x553A8, symSize: 0x30 } + - { offsetInCU: 0x119A, offset: 0x9D9BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwxx', symObjAddr: 0x18C0, symBinAddr: 0x553D8, symSize: 0x70 } + - { offsetInCU: 0x11AE, offset: 0x9D9D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwcp', symObjAddr: 0x1930, symBinAddr: 0x55448, symSize: 0x11C } + - { offsetInCU: 0x11C2, offset: 0x9D9E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwca', symObjAddr: 0x1A4C, symBinAddr: 0x55564, symSize: 0x1C8 } + - { offsetInCU: 0x11D6, offset: 0x9D9F8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGWOh', symObjAddr: 0x1C48, symBinAddr: 0x5572C, symSize: 0x40 } + - { offsetInCU: 0x11EA, offset: 0x9DA0C, size: 0x8, addend: 0x0, symName: ___swift_memcpy137_8, symObjAddr: 0x1CC8, symBinAddr: 0x5576C, symSize: 0x34 } + - { offsetInCU: 0x11FE, offset: 0x9DA20, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwta', symObjAddr: 0x1CFC, symBinAddr: 0x557A0, symSize: 0x108 } + - { offsetInCU: 0x1212, offset: 0x9DA34, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwet', symObjAddr: 0x1E04, symBinAddr: 0x558A8, symSize: 0x48 } + - { offsetInCU: 0x1226, offset: 0x9DA48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwst', symObjAddr: 0x1E4C, symBinAddr: 0x558F0, symSize: 0x64 } + - { offsetInCU: 0x123A, offset: 0x9DA5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVMa', symObjAddr: 0x1EB0, symBinAddr: 0x55954, symSize: 0x10 } + - { offsetInCU: 0x124E, offset: 0x9DA70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_TA', symObjAddr: 0x1FE4, symBinAddr: 0x55A44, symSize: 0xC } + - { offsetInCU: 0x1262, offset: 0x9DA84, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOe', symObjAddr: 0x1FF0, symBinAddr: 0x55A50, symSize: 0x10 } + - { offsetInCU: 0x1276, offset: 0x9DA98, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueCMa', symObjAddr: 0x2000, symBinAddr: 0x55A60, symSize: 0x3C } + - { offsetInCU: 0x128A, offset: 0x9DAAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_yyScMYccfU_TA', symObjAddr: 0x207C, symBinAddr: 0x55ADC, symSize: 0x54 } + - { offsetInCU: 0x12BE, offset: 0x9DAE0, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x20D0, symBinAddr: 0x55B30, symSize: 0x10 } + - { offsetInCU: 0x12D2, offset: 0x9DAF4, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x20E0, symBinAddr: 0x55B40, symSize: 0x8 } + - { offsetInCU: 0x12E6, offset: 0x9DB08, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGMa', symObjAddr: 0x2128, symBinAddr: 0x55B88, symSize: 0x54 } + - { offsetInCU: 0x13E6, offset: 0x9DC08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x1444, symBinAddr: 0x54FF4, symSize: 0x4 } + - { offsetInCU: 0x1402, offset: 0x9DC24, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x1448, symBinAddr: 0x54FF8, symSize: 0x4 } + - { offsetInCU: 0x141E, offset: 0x9DC40, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x144C, symBinAddr: 0x54FFC, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0x9DEA5, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x55C08, symSize: 0x2E0 } + - { offsetInCU: 0x9F, offset: 0x9DF19, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x55C08, symSize: 0x2E0 } + - { offsetInCU: 0x27, offset: 0x9E235, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x55F00, symSize: 0x4C } + - { offsetInCU: 0x50, offset: 0x9E25E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x55F00, symSize: 0x4C } + - { offsetInCU: 0xAA, offset: 0x9E2B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4C, symBinAddr: 0x55F4C, symSize: 0x14 } + - { offsetInCU: 0x139, offset: 0x9E347, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH9hashValueSivgTW', symObjAddr: 0x60, symBinAddr: 0x55F60, symSize: 0x44 } + - { offsetInCU: 0x21C, offset: 0x9E42A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA4, symBinAddr: 0x55FA4, symSize: 0x28 } + - { offsetInCU: 0x335, offset: 0x9E543, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtF', symObjAddr: 0x10C, symBinAddr: 0x5600C, symSize: 0x1BC } + - { offsetInCU: 0x45E, offset: 0x9E66C, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtFTo', symObjAddr: 0x2C8, symBinAddr: 0x561C8, symSize: 0x64 } + - { offsetInCU: 0x498, offset: 0x9E6A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCACycfcTo', symObjAddr: 0x32C, symBinAddr: 0x5622C, symSize: 0x2C } + - { offsetInCU: 0x4FF, offset: 0x9E70D, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfD', symObjAddr: 0x358, symBinAddr: 0x56258, symSize: 0x30 } + - { offsetInCU: 0x543, offset: 0x9E751, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfETo', symObjAddr: 0x388, symBinAddr: 0x56288, symSize: 0x50 } + - { offsetInCU: 0x572, offset: 0x9E780, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCMa', symObjAddr: 0x3D8, symBinAddr: 0x562D8, symSize: 0x20 } + - { offsetInCU: 0x586, offset: 0x9E794, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwet', symObjAddr: 0x408, symBinAddr: 0x562F8, symSize: 0x90 } + - { offsetInCU: 0x59A, offset: 0x9E7A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwst', symObjAddr: 0x498, symBinAddr: 0x56388, symSize: 0xBC } + - { offsetInCU: 0x5AE, offset: 0x9E7BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwug', symObjAddr: 0x554, symBinAddr: 0x56444, symSize: 0x8 } + - { offsetInCU: 0x5C2, offset: 0x9E7D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwup', symObjAddr: 0x55C, symBinAddr: 0x5644C, symSize: 0x4 } + - { offsetInCU: 0x5D6, offset: 0x9E7E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwui', symObjAddr: 0x560, symBinAddr: 0x56450, symSize: 0x8 } + - { offsetInCU: 0x5EA, offset: 0x9E7F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOMa', symObjAddr: 0x568, symBinAddr: 0x56458, symSize: 0x10 } + - { offsetInCU: 0x5FE, offset: 0x9E80C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwCP', symObjAddr: 0x578, symBinAddr: 0x56468, symSize: 0x34 } + - { offsetInCU: 0x612, offset: 0x9E820, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwxx', symObjAddr: 0x5AC, symBinAddr: 0x5649C, symSize: 0x8 } + - { offsetInCU: 0x626, offset: 0x9E834, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwcp', symObjAddr: 0x5B4, symBinAddr: 0x564A4, symSize: 0x34 } + - { offsetInCU: 0x63A, offset: 0x9E848, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwca', symObjAddr: 0x5E8, symBinAddr: 0x564D8, symSize: 0x48 } + - { offsetInCU: 0x64E, offset: 0x9E85C, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x630, symBinAddr: 0x56520, symSize: 0x14 } + - { offsetInCU: 0x662, offset: 0x9E870, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwta', symObjAddr: 0x644, symBinAddr: 0x56534, symSize: 0x38 } + - { offsetInCU: 0x676, offset: 0x9E884, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwet', symObjAddr: 0x67C, symBinAddr: 0x5656C, symSize: 0x48 } + - { offsetInCU: 0x68A, offset: 0x9E898, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwst', symObjAddr: 0x6C4, symBinAddr: 0x565B4, symSize: 0x40 } + - { offsetInCU: 0x69E, offset: 0x9E8AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVMa', symObjAddr: 0x704, symBinAddr: 0x565F4, symSize: 0x10 } + - { offsetInCU: 0x6B2, offset: 0x9E8C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASQWb', symObjAddr: 0x714, symBinAddr: 0x56604, symSize: 0x4 } + - { offsetInCU: 0x6C6, offset: 0x9E8D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOACSQAAWl', symObjAddr: 0x718, symBinAddr: 0x56608, symSize: 0x44 } + - { offsetInCU: 0x718, offset: 0x9E926, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCC, symBinAddr: 0x55FCC, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x9EB54, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x5664C, symSize: 0xC } + - { offsetInCU: 0x3F, offset: 0x9EB6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x5664C, symSize: 0xC } + - { offsetInCU: 0x6E, offset: 0x9EB9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg', symObjAddr: 0xC, symBinAddr: 0x56658, symSize: 0x10 } + - { offsetInCU: 0x9D, offset: 0x9EBCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwCP', symObjAddr: 0x1C, symBinAddr: 0x56668, symSize: 0x30 } + - { offsetInCU: 0xB1, offset: 0x9EBDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwxx', symObjAddr: 0x4C, symBinAddr: 0x56698, symSize: 0xC } + - { offsetInCU: 0xC5, offset: 0x9EBF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwcp', symObjAddr: 0x58, symBinAddr: 0x566A4, symSize: 0x30 } + - { offsetInCU: 0xD9, offset: 0x9EC06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwca', symObjAddr: 0x88, symBinAddr: 0x566D4, symSize: 0x40 } + - { offsetInCU: 0xED, offset: 0x9EC1A, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0xC8, symBinAddr: 0x56714, symSize: 0xC } + - { offsetInCU: 0x101, offset: 0x9EC2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwta', symObjAddr: 0xD4, symBinAddr: 0x56720, symSize: 0x34 } + - { offsetInCU: 0x115, offset: 0x9EC42, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwet', symObjAddr: 0x108, symBinAddr: 0x56754, symSize: 0x58 } + - { offsetInCU: 0x129, offset: 0x9EC56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwst', symObjAddr: 0x160, symBinAddr: 0x567AC, symSize: 0x54 } + - { offsetInCU: 0x13D, offset: 0x9EC6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwug', symObjAddr: 0x1B4, symBinAddr: 0x56800, symSize: 0xC } + - { offsetInCU: 0x151, offset: 0x9EC7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwup', symObjAddr: 0x1C0, symBinAddr: 0x5680C, symSize: 0x10 } + - { offsetInCU: 0x165, offset: 0x9EC92, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwui', symObjAddr: 0x1D0, symBinAddr: 0x5681C, symSize: 0x14 } + - { offsetInCU: 0x179, offset: 0x9ECA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOMa', symObjAddr: 0x1E4, symBinAddr: 0x56830, symSize: 0x10 } + - { offsetInCU: 0x95, offset: 0x9EE70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufC', symObjAddr: 0x18, symBinAddr: 0x56858, symSize: 0x1FC } + - { offsetInCU: 0x14F, offset: 0x9EF2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufC', symObjAddr: 0x29C, symBinAddr: 0x56A54, symSize: 0x200 } + - { offsetInCU: 0x209, offset: 0x9EFE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_', symObjAddr: 0x4F8, symBinAddr: 0x56CB0, symSize: 0x60 } + - { offsetInCU: 0x23D, offset: 0x9F018, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TQ0_', symObjAddr: 0x558, symBinAddr: 0x56D10, symSize: 0x88 } + - { offsetInCU: 0x2BE, offset: 0x9F099, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x5E0, symBinAddr: 0x56D98, symSize: 0x24 } + - { offsetInCU: 0x2E8, offset: 0x9F0C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x5E0, symBinAddr: 0x56D98, symSize: 0x24 } + - { offsetInCU: 0x315, offset: 0x9F0F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC7SwiftUI05EmptyB0V_Tg5', symObjAddr: 0x604, symBinAddr: 0x56DBC, symSize: 0x1E4 } + - { offsetInCU: 0x3BB, offset: 0x9F196, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC', symObjAddr: 0x7E8, symBinAddr: 0x56FA0, symSize: 0x1E4 } + - { offsetInCU: 0x469, offset: 0x9F244, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_', symObjAddr: 0xB38, symBinAddr: 0x572F0, symSize: 0x60 } + - { offsetInCU: 0x49D, offset: 0x9F278, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TQ0_', symObjAddr: 0xB98, symBinAddr: 0x57350, symSize: 0x88 } + - { offsetInCU: 0x51E, offset: 0x9F2F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xC20, symBinAddr: 0x573D8, symSize: 0x28 } + - { offsetInCU: 0x548, offset: 0x9F323, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xC20, symBinAddr: 0x573D8, symSize: 0x28 } + - { offsetInCU: 0x575, offset: 0x9F350, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufC', symObjAddr: 0xD10, symBinAddr: 0x574C8, symSize: 0x10 } + - { offsetInCU: 0x5A4, offset: 0x9F37F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufcAFycfu_', symObjAddr: 0xD20, symBinAddr: 0x574D8, symSize: 0x4 } + - { offsetInCU: 0x5BE, offset: 0x9F399, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg', symObjAddr: 0xD24, symBinAddr: 0x574DC, symSize: 0x6A0 } + - { offsetInCU: 0x72C, offset: 0x9F507, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_', symObjAddr: 0x13C4, symBinAddr: 0x57B7C, symSize: 0xFC } + - { offsetInCU: 0x765, offset: 0x9F540, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_', symObjAddr: 0x1560, symBinAddr: 0x57D18, symSize: 0x90 } + - { offsetInCU: 0x7CE, offset: 0x9F5A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_', symObjAddr: 0x1D24, symBinAddr: 0x584DC, symSize: 0x22C } + - { offsetInCU: 0x8B8, offset: 0x9F693, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15animationSource33_787591BEA89A564C71734146BCF90079LLAA0a9AnimationD0OSgvg', symObjAddr: 0x14C0, symBinAddr: 0x57C78, symSize: 0xA0 } + - { offsetInCU: 0x909, offset: 0x9F6E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtF', symObjAddr: 0x15F0, symBinAddr: 0x57DA8, symSize: 0x734 } + - { offsetInCU: 0xEAB, offset: 0x9FC86, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtFSbAA0E13ImageProvider_p_AaM_ptcfU_', symObjAddr: 0x4BF8, symBinAddr: 0x5B3B0, symSize: 0xDC } + - { offsetInCU: 0xF41, offset: 0x9FD1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x2020, symBinAddr: 0x587D8, symSize: 0x210 } + - { offsetInCU: 0xFA5, offset: 0x9FD80, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_', symObjAddr: 0x48CC, symBinAddr: 0x5B084, symSize: 0x20 } + - { offsetInCU: 0xFF3, offset: 0x9FDCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY0_', symObjAddr: 0x48EC, symBinAddr: 0x5B0A4, symSize: 0xA8 } + - { offsetInCU: 0x1060, offset: 0x9FE3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TQ1_', symObjAddr: 0x4994, symBinAddr: 0x5B14C, symSize: 0x84 } + - { offsetInCU: 0x1111, offset: 0x9FEEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY2_', symObjAddr: 0x4A18, symBinAddr: 0x5B1D0, symSize: 0x88 } + - { offsetInCU: 0x11D5, offset: 0x9FFB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY3_', symObjAddr: 0x4AA0, symBinAddr: 0x5B258, symSize: 0xB4 } + - { offsetInCU: 0x12A5, offset: 0xA0080, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_', symObjAddr: 0x4B54, symBinAddr: 0x5B30C, symSize: 0xA4 } + - { offsetInCU: 0x13B1, offset: 0xA018C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV31reloadAnimationTriggerDidChange33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x2230, symBinAddr: 0x589E8, symSize: 0x88 } + - { offsetInCU: 0x1412, offset: 0xA01ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF', symObjAddr: 0x22B8, symBinAddr: 0x58A70, symSize: 0x108 } + - { offsetInCU: 0x147C, offset: 0xA0257, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_', symObjAddr: 0x23C0, symBinAddr: 0x58B78, symSize: 0xAC } + - { offsetInCU: 0x14E4, offset: 0xA02BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF', symObjAddr: 0x246C, symBinAddr: 0x58C24, symSize: 0xE4 } + - { offsetInCU: 0x1622, offset: 0xA03FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_', symObjAddr: 0x2770, symBinAddr: 0x58F28, symSize: 0x60 } + - { offsetInCU: 0x167D, offset: 0xA0458, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF', symObjAddr: 0x2550, symBinAddr: 0x58D08, symSize: 0x110 } + - { offsetInCU: 0x16E7, offset: 0xA04C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_', symObjAddr: 0x2660, symBinAddr: 0x58E18, symSize: 0x110 } + - { offsetInCU: 0x174F, offset: 0xA052A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF', symObjAddr: 0x2820, symBinAddr: 0x58FD8, symSize: 0xD0 } + - { offsetInCU: 0x178E, offset: 0xA0569, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7loopingACyxGyF', symObjAddr: 0x28F0, symBinAddr: 0x590A8, symSize: 0x40 } + - { offsetInCU: 0x17BC, offset: 0xA0597, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF', symObjAddr: 0x2934, symBinAddr: 0x590EC, symSize: 0x38 } + - { offsetInCU: 0x17FA, offset: 0xA05D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF', symObjAddr: 0x296C, symBinAddr: 0x59124, symSize: 0x44 } + - { offsetInCU: 0x1838, offset: 0xA0613, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x2A48, symBinAddr: 0x59200, symSize: 0x38 } + - { offsetInCU: 0x1876, offset: 0xA0651, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV14animationSpeedyACyxGSdF', symObjAddr: 0x2A80, symBinAddr: 0x59238, symSize: 0x48 } + - { offsetInCU: 0x18B5, offset: 0xA0690, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF', symObjAddr: 0x2AC8, symBinAddr: 0x59280, symSize: 0x64 } + - { offsetInCU: 0x18F7, offset: 0xA06D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF', symObjAddr: 0x2B2C, symBinAddr: 0x592E4, symSize: 0xA8 } + - { offsetInCU: 0x196F, offset: 0xA074A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF', symObjAddr: 0x2BD4, symBinAddr: 0x5938C, symSize: 0x6C } + - { offsetInCU: 0x19DA, offset: 0xA07B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF', symObjAddr: 0x2C40, symBinAddr: 0x593F8, symSize: 0x78 } + - { offsetInCU: 0x1A1B, offset: 0xA07F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_', symObjAddr: 0x2CB8, symBinAddr: 0x59470, symSize: 0x6C } + - { offsetInCU: 0x1A5A, offset: 0xA0835, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF', symObjAddr: 0x2D24, symBinAddr: 0x594DC, symSize: 0x110 } + - { offsetInCU: 0x1A9B, offset: 0xA0876, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_', symObjAddr: 0x2E34, symBinAddr: 0x595EC, symSize: 0x120 } + - { offsetInCU: 0x1B7B, offset: 0xA0956, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF', symObjAddr: 0x2F54, symBinAddr: 0x5970C, symSize: 0x58 } + - { offsetInCU: 0x1BBD, offset: 0xA0998, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF', symObjAddr: 0x2FAC, symBinAddr: 0x59764, symSize: 0xC4 } + - { offsetInCU: 0x1C1A, offset: 0xA09F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_', symObjAddr: 0x3070, symBinAddr: 0x59828, symSize: 0x238 } + - { offsetInCU: 0x1CA5, offset: 0xA0A80, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF', symObjAddr: 0x32A8, symBinAddr: 0x59A60, symSize: 0x110 } + - { offsetInCU: 0x1D02, offset: 0xA0ADD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x33B8, symBinAddr: 0x59B70, symSize: 0x1A8 } + - { offsetInCU: 0x1DE9, offset: 0xA0BC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF', symObjAddr: 0x3560, symBinAddr: 0x59D18, symSize: 0x158 } + - { offsetInCU: 0x1E46, offset: 0xA0C21, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x36B8, symBinAddr: 0x59E70, symSize: 0x3A0 } + - { offsetInCU: 0x1EEE, offset: 0xA0CC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF', symObjAddr: 0x3A58, symBinAddr: 0x5A210, symSize: 0x114 } + - { offsetInCU: 0x1F5C, offset: 0xA0D37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_', symObjAddr: 0x3B6C, symBinAddr: 0x5A324, symSize: 0x40C } + - { offsetInCU: 0x2038, offset: 0xA0E13, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF', symObjAddr: 0x3F78, symBinAddr: 0x5A730, symSize: 0x70 } + - { offsetInCU: 0x2092, offset: 0xA0E6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF', symObjAddr: 0x407C, symBinAddr: 0x5A834, symSize: 0xC8 } + - { offsetInCU: 0x20F1, offset: 0xA0ECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x4158, symBinAddr: 0x5A910, symSize: 0x118 } + - { offsetInCU: 0x21BB, offset: 0xA0F96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x4800, symBinAddr: 0x5AFB8, symSize: 0x88 } + - { offsetInCU: 0x21F5, offset: 0xA0FD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF', symObjAddr: 0x4888, symBinAddr: 0x5B040, symSize: 0x44 } + - { offsetInCU: 0x2237, offset: 0xA1012, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP4body4BodyQzvgTW', symObjAddr: 0x4CF4, symBinAddr: 0x5B4AC, symSize: 0x4 } + - { offsetInCU: 0x29F2, offset: 0xA17CD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE7overlay33_787591BEA89A564C71734146BCF90079LL7contentQrqd__yXE_tAaBRd__lF', symObjAddr: 0x1F50, symBinAddr: 0x58708, symSize: 0xD0 } + - { offsetInCU: 0x2BCF, offset: 0xA19AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA', symObjAddr: 0x4D58, symBinAddr: 0x5B4D4, symSize: 0x90 } + - { offsetInCU: 0x2C2A, offset: 0xA1A05, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5', symObjAddr: 0x4DE8, symBinAddr: 0x5B564, symSize: 0x6C } + - { offsetInCU: 0x2C64, offset: 0xA1A3F, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TQ0_', symObjAddr: 0x4E54, symBinAddr: 0x5B5D0, symSize: 0x54 } + - { offsetInCU: 0x2CBF, offset: 0xA1A9A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_', symObjAddr: 0x4EA8, symBinAddr: 0x5B624, symSize: 0x178 } + - { offsetInCU: 0x2D42, offset: 0xA1B1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7e4UI05g9B0VGAA0A9D26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x5020, symBinAddr: 0x5B79C, symSize: 0x4 } + - { offsetInCU: 0x2D61, offset: 0xA1B3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA.5', symObjAddr: 0x5024, symBinAddr: 0x5B7A0, symSize: 0x90 } + - { offsetInCU: 0x2DBC, offset: 0xA1B97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA', symObjAddr: 0x50B8, symBinAddr: 0x5B834, symSize: 0x90 } + - { offsetInCU: 0x2E10, offset: 0xA1BEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7f4UI05h8B0VGAA03dkE26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x5148, symBinAddr: 0x5B8C4, symSize: 0x4 } + - { offsetInCU: 0x2E2F, offset: 0xA1C0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17', symObjAddr: 0x514C, symBinAddr: 0x5B8C8, symSize: 0x90 } + - { offsetInCU: 0x2E8A, offset: 0xA1C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17TQ0_', symObjAddr: 0x51DC, symBinAddr: 0x5B958, symSize: 0x50 } + - { offsetInCU: 0x2EDB, offset: 0xA1CB6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGMa', symObjAddr: 0x5298, symBinAddr: 0x5BA14, symSize: 0x58 } + - { offsetInCU: 0x2EEF, offset: 0xA1CCA, size: 0x8, addend: 0x0, symName: '_$s7Combine4JustVy6Lottie12AnyEquatableVSgGMa', symObjAddr: 0x52F0, symBinAddr: 0x5BA6C, symSize: 0x64 } + - { offsetInCU: 0x2F03, offset: 0xA1CDE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy6Lottie0A6UIViewVyAD0E13AnimationViewCytGAA14_OpacityEffectVGACyxq_GAA0H0A2aNRzAA0H8ModifierR_rlWl', symObjAddr: 0x5354, symBinAddr: 0x5BAD0, symSize: 0xA0 } + - { offsetInCU: 0x2F17, offset: 0xA1CF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_TA', symObjAddr: 0x5510, symBinAddr: 0x5BB94, symSize: 0xC } + - { offsetInCU: 0x2F2B, offset: 0xA1D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_TA', symObjAddr: 0x565C, symBinAddr: 0x5BCE0, symSize: 0xC } + - { offsetInCU: 0x2F3F, offset: 0xA1D1A, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5TA', symObjAddr: 0x5668, symBinAddr: 0x5BCEC, symSize: 0x8 } + - { offsetInCU: 0x2F53, offset: 0xA1D2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_TA', symObjAddr: 0x5670, symBinAddr: 0x5BCF4, symSize: 0xC } + - { offsetInCU: 0x2F67, offset: 0xA1D42, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyycfU2_TA', symObjAddr: 0x5680, symBinAddr: 0x5BD04, symSize: 0x2C } + - { offsetInCU: 0x2FAA, offset: 0xA1D85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA12AnyEquatableVSgcfU3_TA', symObjAddr: 0x56B0, symBinAddr: 0x5BD34, symSize: 0x2C } + - { offsetInCU: 0x2FE7, offset: 0xA1DC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSgxSgSQsSQRzlWl', symObjAddr: 0x56DC, symBinAddr: 0x5BD60, symSize: 0x70 } + - { offsetInCU: 0x2FFB, offset: 0xA1DD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVACSQAAWl', symObjAddr: 0x574C, symBinAddr: 0x5BDD0, symSize: 0x44 } + - { offsetInCU: 0x300F, offset: 0xA1DEA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGACyxq_GAA0F0A2aHRzAaHR_rlWl', symObjAddr: 0x5790, symBinAddr: 0x5BE14, symSize: 0x58 } + - { offsetInCU: 0x3023, offset: 0xA1DFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOe', symObjAddr: 0x57E8, symBinAddr: 0x5BE6C, symSize: 0x18 } + - { offsetInCU: 0x3037, offset: 0xA1E12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_TA', symObjAddr: 0x586C, symBinAddr: 0x5BEF0, symSize: 0x20 } + - { offsetInCU: 0x304B, offset: 0xA1E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_TA', symObjAddr: 0x588C, symBinAddr: 0x5BF10, symSize: 0x8 } + - { offsetInCU: 0x305F, offset: 0xA1E3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_TA', symObjAddr: 0x5900, symBinAddr: 0x5BF84, symSize: 0x24 } + - { offsetInCU: 0x3073, offset: 0xA1E4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOIegn_SgWOe', symObjAddr: 0x5A48, symBinAddr: 0x5BFA8, symSize: 0x10 } + - { offsetInCU: 0x3087, offset: 0xA1E62, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgFySbcfU_TA', symObjAddr: 0x5A94, symBinAddr: 0x5BFF4, symSize: 0x4C } + - { offsetInCU: 0x30BD, offset: 0xA1E98, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOy', symObjAddr: 0x5AE0, symBinAddr: 0x5C040, symSize: 0x10 } + - { offsetInCU: 0x30D1, offset: 0xA1EAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x5B00, symBinAddr: 0x5C060, symSize: 0x24 } + - { offsetInCU: 0x3170, offset: 0xA1F4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x5B48, symBinAddr: 0x5C0A8, symSize: 0x8 } + - { offsetInCU: 0x3184, offset: 0xA1F5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x5BD8, symBinAddr: 0x5C0FC, symSize: 0x8 } + - { offsetInCU: 0x3198, offset: 0xA1F73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_TA', symObjAddr: 0x5C2C, symBinAddr: 0x5C114, symSize: 0x10 } + - { offsetInCU: 0x31AC, offset: 0xA1F87, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOd', symObjAddr: 0x5C3C, symBinAddr: 0x5C124, symSize: 0x48 } + - { offsetInCU: 0x31C0, offset: 0xA1F9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x5CA8, symBinAddr: 0x5C190, symSize: 0x10 } + - { offsetInCU: 0x31D4, offset: 0xA1FAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x5D10, symBinAddr: 0x5C1F8, symSize: 0x24 } + - { offsetInCU: 0x31E8, offset: 0xA1FC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_TA', symObjAddr: 0x5DA0, symBinAddr: 0x5C288, symSize: 0x24 } + - { offsetInCU: 0x31FC, offset: 0xA1FD7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgWOy', symObjAddr: 0x5DDC, symBinAddr: 0x5C2C4, symSize: 0x30 } + - { offsetInCU: 0x3210, offset: 0xA1FEB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI25AnimationTimelineScheduleVAcA0dE0AAWl', symObjAddr: 0x5E0C, symBinAddr: 0x5C2F4, symSize: 0x48 } + - { offsetInCU: 0x3224, offset: 0xA1FFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaEP_AA0B9ProvidingPWT', symObjAddr: 0x5FF8, symBinAddr: 0x5C4E0, symSize: 0x2C } + - { offsetInCU: 0x3238, offset: 0xA2013, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x60AC, symBinAddr: 0x5C594, symSize: 0x2C } + - { offsetInCU: 0x324C, offset: 0xA2027, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AA4BodyAeFP_AHWT', symObjAddr: 0x60D8, symBinAddr: 0x5C5C0, symSize: 0x34 } + - { offsetInCU: 0x3260, offset: 0xA203B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMi', symObjAddr: 0x610C, symBinAddr: 0x5C5F4, symSize: 0x8 } + - { offsetInCU: 0x3274, offset: 0xA204F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwCP', symObjAddr: 0x6114, symBinAddr: 0x5C5FC, symSize: 0x30 } + - { offsetInCU: 0x3288, offset: 0xA2063, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwxx', symObjAddr: 0x6144, symBinAddr: 0x5C62C, symSize: 0x138 } + - { offsetInCU: 0x329C, offset: 0xA2077, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwcp', symObjAddr: 0x627C, symBinAddr: 0x5C764, symSize: 0x328 } + - { offsetInCU: 0x32B0, offset: 0xA208B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwca', symObjAddr: 0x65A4, symBinAddr: 0x5CA8C, symSize: 0x614 } + - { offsetInCU: 0x32C4, offset: 0xA209F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOWOh', symObjAddr: 0x6BB8, symBinAddr: 0x5D0A0, symSize: 0x34 } + - { offsetInCU: 0x32D8, offset: 0xA20B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOh', symObjAddr: 0x6BEC, symBinAddr: 0x5D0D4, symSize: 0x34 } + - { offsetInCU: 0x32EC, offset: 0xA20C7, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_0, symObjAddr: 0x6C20, symBinAddr: 0x5D108, symSize: 0x160 } + - { offsetInCU: 0x3300, offset: 0xA20DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVWOh', symObjAddr: 0x6D80, symBinAddr: 0x5D268, symSize: 0x34 } + - { offsetInCU: 0x3314, offset: 0xA20EF, size: 0x8, addend: 0x0, symName: ___swift_memcpy456_8, symObjAddr: 0x6F50, symBinAddr: 0x5D29C, symSize: 0x8 } + - { offsetInCU: 0x3328, offset: 0xA2103, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwta', symObjAddr: 0x6F58, symBinAddr: 0x5D2A4, symSize: 0x418 } + - { offsetInCU: 0x333C, offset: 0xA2117, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwet', symObjAddr: 0x7370, symBinAddr: 0x5D6BC, symSize: 0x48 } + - { offsetInCU: 0x3350, offset: 0xA212B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwst', symObjAddr: 0x73B8, symBinAddr: 0x5D704, symSize: 0xB4 } + - { offsetInCU: 0x3364, offset: 0xA213F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMa', symObjAddr: 0x746C, symBinAddr: 0x5D7B8, symSize: 0xC } + - { offsetInCU: 0x3378, offset: 0xA2153, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgyYaKcMa', symObjAddr: 0x7500, symBinAddr: 0x5D84C, symSize: 0x50 } + - { offsetInCU: 0x338C, offset: 0xA2167, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x7814, symBinAddr: 0x5DB60, symSize: 0x34 } + - { offsetInCU: 0x33A0, offset: 0xA217B, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x7894, symBinAddr: 0x5DBA4, symSize: 0x10 } + - { offsetInCU: 0x33B4, offset: 0xA218F, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x78A4, symBinAddr: 0x5DBB4, symSize: 0x8 } + - { offsetInCU: 0x33C8, offset: 0xA21A3, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0x78EC, symBinAddr: 0x5DBFC, symSize: 0x60 } + - { offsetInCU: 0x33DC, offset: 0xA21B7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_TA', symObjAddr: 0x7970, symBinAddr: 0x5DC80, symSize: 0x10 } + - { offsetInCU: 0x33F0, offset: 0xA21CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x79B8, symBinAddr: 0x5DCC8, symSize: 0x34 } + - { offsetInCU: 0x340B, offset: 0xA21E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TA', symObjAddr: 0x7C00, symBinAddr: 0x5DEDC, symSize: 0x98 } + - { offsetInCU: 0x3485, offset: 0xA2260, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TATQ0_', symObjAddr: 0x7C98, symBinAddr: 0x5DF74, symSize: 0x50 } + - { offsetInCU: 0x34DD, offset: 0xA22B8, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TA', symObjAddr: 0x7CE8, symBinAddr: 0x5DFC4, symSize: 0x78 } + - { offsetInCU: 0x3506, offset: 0xA22E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_TA', symObjAddr: 0x7D60, symBinAddr: 0x5E03C, symSize: 0x8 } + - { offsetInCU: 0x351A, offset: 0xA22F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x7D68, symBinAddr: 0x5E044, symSize: 0x8 } + - { offsetInCU: 0x352E, offset: 0xA2309, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOy', symObjAddr: 0x7D70, symBinAddr: 0x5E04C, symSize: 0x18 } + - { offsetInCU: 0x3542, offset: 0xA231D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOb', symObjAddr: 0x7E28, symBinAddr: 0x5E0E4, symSize: 0x18 } + - { offsetInCU: 0x3556, offset: 0xA2331, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOb', symObjAddr: 0x7E40, symBinAddr: 0x5E0FC, symSize: 0x48 } + - { offsetInCU: 0x38BB, offset: 0xA2696, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV10buildBlockyxxAA0C0RzlFZ', symObjAddr: 0x0, symBinAddr: 0x56840, symSize: 0x18 } + - { offsetInCU: 0x3915, offset: 0xA26F0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_GctcfC', symObjAddr: 0x4270, symBinAddr: 0x5AA28, symSize: 0x10C } + - { offsetInCU: 0x394E, offset: 0xA2729, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB04view6inputsAE01_B7OutputsVAE11_GraphValueVyxG_AE01_B6InputsVtFZTW', symObjAddr: 0x4CD4, symBinAddr: 0x5B48C, symSize: 0x4 } + - { offsetInCU: 0x396A, offset: 0xA2745, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB4List4view6inputsAE01_bF7OutputsVAE11_GraphValueVyxG_AE01_bF6InputsVtFZTW', symObjAddr: 0x4CD8, symBinAddr: 0x5B490, symSize: 0x4 } + - { offsetInCU: 0x3986, offset: 0xA2761, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP14_viewListCount6inputsSiSgAE01_bfG6InputsV_tFZTW', symObjAddr: 0x4CDC, symBinAddr: 0x5B494, symSize: 0x18 } + - { offsetInCU: 0x43, offset: 0xA2CDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMi', symObjAddr: 0x0, symBinAddr: 0x5E17C, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0xA2CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMr', symObjAddr: 0x4, symBinAddr: 0x5E180, symSize: 0x50 } + - { offsetInCU: 0xA4, offset: 0xA2D40, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11needsUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x54, symBinAddr: 0x5E1D0, symSize: 0xE4 } + - { offsetInCU: 0x125, offset: 0xA2DC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11setProvider8provideryAA08AnyValueE0_p_tF', symObjAddr: 0x138, symBinAddr: 0x5E2B4, symSize: 0xC4 } + - { offsetInCU: 0x1BA, offset: 0xA2E56, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1FC, symBinAddr: 0x5E378, symSize: 0xB8 } + - { offsetInCU: 0x1F9, offset: 0xA2E95, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfd', symObjAddr: 0x2B4, symBinAddr: 0x5E430, symSize: 0x2C } + - { offsetInCU: 0x226, offset: 0xA2EC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfD', symObjAddr: 0x2E0, symBinAddr: 0x5E45C, symSize: 0x1C } + - { offsetInCU: 0x253, offset: 0xA2EEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11needsUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x308, symBinAddr: 0x5E484, symSize: 0x24 } + - { offsetInCU: 0x26F, offset: 0xA2F0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP6update5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x32C, symBinAddr: 0x5E4A8, symSize: 0x20 } + - { offsetInCU: 0x29A, offset: 0xA2F36, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP13valueProviderAA0d5ValueF0_pvgTW', symObjAddr: 0x34C, symBinAddr: 0x5E4C8, symSize: 0x4C } + - { offsetInCU: 0x2DB, offset: 0xA2F77, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP21originalValueProviderAA0dfG0_pvgTW', symObjAddr: 0x398, symBinAddr: 0x5E514, symSize: 0x10 } + - { offsetInCU: 0x30D, offset: 0xA2FA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11setProvider8provideryAA0d5ValueF0_p_tFTW', symObjAddr: 0x3A8, symBinAddr: 0x5E524, symSize: 0x20 } + - { offsetInCU: 0x330, offset: 0xA2FCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMa', symObjAddr: 0x2FC, symBinAddr: 0x5E478, symSize: 0xC } + - { offsetInCU: 0x780, offset: 0xA38B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC9animation13imageProvider04textH004fontH004maskD8ToBounds6loggerAcA0aD0C_AA0d5ImageH0_pAA0d11KeypathTextH0_pAA0d4FontH0_pSbAA0A6LoggerCtcfc', symObjAddr: 0x0, symBinAddr: 0x5E564, symSize: 0xCAC } + - { offsetInCU: 0x11C7, offset: 0xA4300, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfc', symObjAddr: 0xCAC, symBinAddr: 0x5F210, symSize: 0x55C } + - { offsetInCU: 0x1582, offset: 0xA46BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1208, symBinAddr: 0x5F76C, symSize: 0x4C } + - { offsetInCU: 0x15C8, offset: 0xA4701, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1254, symBinAddr: 0x5F7B8, symSize: 0x9C } + - { offsetInCU: 0x1637, offset: 0xA4770, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12needsDisplay6forKeySbSS_tFZTo', symObjAddr: 0x12F0, symBinAddr: 0x5F854, symSize: 0x110 } + - { offsetInCU: 0x16A0, offset: 0xA47D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tF', symObjAddr: 0x1400, symBinAddr: 0x5F964, symSize: 0x1FC } + - { offsetInCU: 0x1740, offset: 0xA4879, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0x15FC, symBinAddr: 0x5FB60, symSize: 0x64 } + - { offsetInCU: 0x175C, offset: 0xA4895, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyF', symObjAddr: 0x1660, symBinAddr: 0x5FBC4, symSize: 0x1B8 } + - { offsetInCU: 0x18E9, offset: 0xA4A22, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyFTo', symObjAddr: 0x1818, symBinAddr: 0x5FD7C, symSize: 0x2C } + - { offsetInCU: 0x1905, offset: 0xA4A3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x1844, symBinAddr: 0x5FDA8, symSize: 0x78 } + - { offsetInCU: 0x19A3, offset: 0xA4ADC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC11renderScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x18BC, symBinAddr: 0x5FE20, symSize: 0xEC } + - { offsetInCU: 0x1AF3, offset: 0xA4C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x19A8, symBinAddr: 0x5FF0C, symSize: 0xBC } + - { offsetInCU: 0x1BED, offset: 0xA4D26, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x1A64, symBinAddr: 0x5FFC8, symSize: 0x130 } + - { offsetInCU: 0x1D52, offset: 0xA4E8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x1B94, symBinAddr: 0x600F8, symSize: 0x9C } + - { offsetInCU: 0x1E48, offset: 0xA4F81, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16setValueProvider_7keypathyAA03AnygH0_p_AA0D7KeypathVtF', symObjAddr: 0x20C0, symBinAddr: 0x60624, symSize: 0x1A8 } + - { offsetInCU: 0x2021, offset: 0xA515A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x250C, symBinAddr: 0x60A70, symSize: 0x194 } + - { offsetInCU: 0x21EB, offset: 0xA5324, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x26A0, symBinAddr: 0x60C04, symSize: 0x194 } + - { offsetInCU: 0x23BE, offset: 0xA54F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layer3forSo7CALayerCSgAA0D7KeypathV_tF', symObjAddr: 0x2834, symBinAddr: 0x60D98, symSize: 0xB4 } + - { offsetInCU: 0x24C5, offset: 0xA55FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tF', symObjAddr: 0x2A9C, symBinAddr: 0x61000, symSize: 0xD8 } + - { offsetInCU: 0x2669, offset: 0xA57A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCACycfcTo', symObjAddr: 0x2F50, symBinAddr: 0x614B4, symSize: 0x2C } + - { offsetInCU: 0x26D0, offset: 0xA5809, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfD', symObjAddr: 0x2F7C, symBinAddr: 0x614E0, symSize: 0x34 } + - { offsetInCU: 0x2727, offset: 0xA5860, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP06lottiedE0AA0adE0CSgvsTW', symObjAddr: 0x3048, symBinAddr: 0x615AC, symSize: 0x34 } + - { offsetInCU: 0x2779, offset: 0xA58B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvgTW', symObjAddr: 0x307C, symBinAddr: 0x615E0, symSize: 0x10 } + - { offsetInCU: 0x27BA, offset: 0xA58F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x308C, symBinAddr: 0x615F0, symSize: 0x10 } + - { offsetInCU: 0x27EC, offset: 0xA5925, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP11renderScale12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x309C, symBinAddr: 0x61600, symSize: 0x4 } + - { offsetInCU: 0x2832, offset: 0xA596B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x30A0, symBinAddr: 0x61604, symSize: 0x10 } + - { offsetInCU: 0x2852, offset: 0xA598B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x30A0, symBinAddr: 0x61604, symSize: 0x10 } + - { offsetInCU: 0x286D, offset: 0xA59A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x30B0, symBinAddr: 0x61614, symSize: 0x4 } + - { offsetInCU: 0x28B3, offset: 0xA59EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13imageProviderAA0d5ImageH0_pvsTW', symObjAddr: 0x30B4, symBinAddr: 0x61618, symSize: 0x80 } + - { offsetInCU: 0x294D, offset: 0xA5A86, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12textProviderAA0d11KeypathTextH0_pvsTW', symObjAddr: 0x3134, symBinAddr: 0x61698, symSize: 0x24 } + - { offsetInCU: 0x29A9, offset: 0xA5AE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12fontProviderAA0d4FontH0_pvsTW', symObjAddr: 0x3158, symBinAddr: 0x616BC, symSize: 0x80 } + - { offsetInCU: 0x2A17, offset: 0xA5B50, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07primaryD3KeyAA0dH0OvgTW', symObjAddr: 0x31D8, symBinAddr: 0x6173C, symSize: 0xC } + - { offsetInCU: 0x2A33, offset: 0xA5B6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP02isD7PlayingSbSgvgTW', symObjAddr: 0x31E4, symBinAddr: 0x61748, symSize: 0x8 } + - { offsetInCU: 0x2A6D, offset: 0xA5BA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12reloadImagesyyFTW', symObjAddr: 0x31EC, symBinAddr: 0x61750, symSize: 0x28 } + - { offsetInCU: 0x2AAA, offset: 0xA5BE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x3214, symBinAddr: 0x61778, symSize: 0x4 } + - { offsetInCU: 0x2AC6, offset: 0xA5BFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x3218, symBinAddr: 0x6177C, symSize: 0x4 } + - { offsetInCU: 0x2AE2, offset: 0xA5C1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x321C, symBinAddr: 0x61780, symSize: 0x4 } + - { offsetInCU: 0x2AFE, offset: 0xA5C37, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16setValueProvider_7keypathyAA03AnyhI0_p_AA0D7KeypathVtFTW', symObjAddr: 0x3220, symBinAddr: 0x61784, symSize: 0x4 } + - { offsetInCU: 0x2B1A, offset: 0xA5C53, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x3224, symBinAddr: 0x61788, symSize: 0x8 } + - { offsetInCU: 0x2B36, offset: 0xA5C6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x322C, symBinAddr: 0x61790, symSize: 0x8 } + - { offsetInCU: 0x2B52, offset: 0xA5C8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP5layer3forSo7CALayerCSgAA0D7KeypathV_tFTW', symObjAddr: 0x3234, symBinAddr: 0x61798, symSize: 0x4 } + - { offsetInCU: 0x2B6E, offset: 0xA5CA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tFTW', symObjAddr: 0x3238, symBinAddr: 0x6179C, symSize: 0x4 } + - { offsetInCU: 0x2B8A, offset: 0xA5CC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12textProviderAA0d11KeypathTextG0_pvsTf4gn_n', symObjAddr: 0x355C, symBinAddr: 0x61864, symSize: 0x130 } + - { offsetInCU: 0x2D48, offset: 0xA5E81, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCfD', symObjAddr: 0x323C, symBinAddr: 0x617A0, symSize: 0x10 } + - { offsetInCU: 0x2D79, offset: 0xA5EB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tFTW', symObjAddr: 0x326C, symBinAddr: 0x617D0, symSize: 0x8 } + - { offsetInCU: 0x2FAA, offset: 0xA60E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1C30, symBinAddr: 0x60194, symSize: 0x490 } + - { offsetInCU: 0x36DF, offset: 0xA6818, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2268, symBinAddr: 0x607CC, symSize: 0x2A4 } + - { offsetInCU: 0x3A55, offset: 0xA6B8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x28E8, symBinAddr: 0x60E4C, symSize: 0x1B4 } + - { offsetInCU: 0x3DEA, offset: 0xA6F23, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2B74, symBinAddr: 0x610D8, symSize: 0x3DC } + - { offsetInCU: 0x43D5, offset: 0xA750E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfETo', symObjAddr: 0x2FB0, symBinAddr: 0x61514, symSize: 0x78 } + - { offsetInCU: 0x4404, offset: 0xA753D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCMa', symObjAddr: 0x3028, symBinAddr: 0x6158C, symSize: 0x20 } + - { offsetInCU: 0x4418, offset: 0xA7551, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCMa', symObjAddr: 0x324C, symBinAddr: 0x617B0, symSize: 0x20 } + - { offsetInCU: 0x442C, offset: 0xA7565, size: 0x8, addend: 0x0, symName: '_$sSa37_appendElementAssumeUniqueAndCapacity_03newB0ySi_xntF6Lottie12AnimatorNode_p_Tg5Tf4nen_n', symObjAddr: 0x32B4, symBinAddr: 0x617D8, symSize: 0x18 } + - { offsetInCU: 0x4486, offset: 0xA75BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pSgWOh', symObjAddr: 0x32CC, symBinAddr: 0x617F0, symSize: 0x40 } + - { offsetInCU: 0x449A, offset: 0xA75D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu0_TA', symObjAddr: 0x33C0, symBinAddr: 0x61830, symSize: 0x2C } + - { offsetInCU: 0x44C3, offset: 0xA75FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x33EC, symBinAddr: 0x6185C, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0xA7E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x61A1C, symSize: 0x200 } + - { offsetInCU: 0xE0, offset: 0xA7F08, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x61A1C, symSize: 0x200 } + - { offsetInCU: 0x1B2, offset: 0xA7FDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x200, symBinAddr: 0x61C1C, symSize: 0x178 } + - { offsetInCU: 0x22E, offset: 0xA8056, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x378, symBinAddr: 0x61D94, symSize: 0x4C } + - { offsetInCU: 0x274, offset: 0xA809C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x3C4, symBinAddr: 0x61DE0, symSize: 0xAC } + - { offsetInCU: 0x2CB, offset: 0xA80F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x470, symBinAddr: 0x61E8C, symSize: 0xF0 } + - { offsetInCU: 0x3E4, offset: 0xA820C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x560, symBinAddr: 0x61F7C, symSize: 0x128 } + - { offsetInCU: 0x516, offset: 0xA833E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfD', symObjAddr: 0x6B4, symBinAddr: 0x620D0, symSize: 0x34 } + - { offsetInCU: 0x64A, offset: 0xA8472, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfE', symObjAddr: 0x688, symBinAddr: 0x620A4, symSize: 0x2C } + - { offsetInCU: 0x677, offset: 0xA849F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfETo', symObjAddr: 0x6E8, symBinAddr: 0x62104, symSize: 0x38 } + - { offsetInCU: 0x6A6, offset: 0xA84CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCMa', symObjAddr: 0x720, symBinAddr: 0x6213C, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0xA8772, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x6215C, symSize: 0x178 } + - { offsetInCU: 0xC0, offset: 0xA87E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x260, symBinAddr: 0x622F4, symSize: 0x20C } + - { offsetInCU: 0x17D, offset: 0xA88A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x46C, symBinAddr: 0x62500, symSize: 0xE0 } + - { offsetInCU: 0x1BC, offset: 0xA88DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfd', symObjAddr: 0x54C, symBinAddr: 0x625E0, symSize: 0x1C } + - { offsetInCU: 0x1D9, offset: 0xA88FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x568, symBinAddr: 0x625FC, symSize: 0x4C } + - { offsetInCU: 0x1FE, offset: 0xA8921, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC2idSSvg', symObjAddr: 0x5B4, symBinAddr: 0x62648, symSize: 0x2C } + - { offsetInCU: 0x254, offset: 0xA8977, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x5F0, symBinAddr: 0x62684, symSize: 0x64 } + - { offsetInCU: 0x297, offset: 0xA89BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x654, symBinAddr: 0x626E8, symSize: 0x24 } + - { offsetInCU: 0x2D7, offset: 0xA89FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x678, symBinAddr: 0x6270C, symSize: 0x4 } + - { offsetInCU: 0x2F7, offset: 0xA8A1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x678, symBinAddr: 0x6270C, symSize: 0x4 } + - { offsetInCU: 0x322, offset: 0xA8A45, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x67C, symBinAddr: 0x62710, symSize: 0x68 } + - { offsetInCU: 0x36D, offset: 0xA8A90, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x6E4, symBinAddr: 0x62778, symSize: 0xC } + - { offsetInCU: 0x389, offset: 0xA8AAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x6F0, symBinAddr: 0x62784, symSize: 0xC } + - { offsetInCU: 0x3A5, offset: 0xA8AC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO11stringValueSSvgTf4d_n', symObjAddr: 0x9E0, symBinAddr: 0x62A70, symSize: 0xC } + - { offsetInCU: 0x3E1, offset: 0xA8B04, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfD', symObjAddr: 0x74C, symBinAddr: 0x627E0, symSize: 0x24 } + - { offsetInCU: 0x42C, offset: 0xA8B4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x770, symBinAddr: 0x62804, symSize: 0x2C } + - { offsetInCU: 0x44F, offset: 0xA8B72, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x79C, symBinAddr: 0x62830, symSize: 0x28 } + - { offsetInCU: 0x473, offset: 0xA8B96, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCMa', symObjAddr: 0x220, symBinAddr: 0x622D4, symSize: 0x20 } + - { offsetInCU: 0x492, offset: 0xA8BB5, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0x804, symBinAddr: 0x62898, symSize: 0x4 } + - { offsetInCU: 0x4A6, offset: 0xA8BC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwet', symObjAddr: 0x80C, symBinAddr: 0x6289C, symSize: 0x50 } + - { offsetInCU: 0x4BA, offset: 0xA8BDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwst', symObjAddr: 0x85C, symBinAddr: 0x628EC, symSize: 0x8C } + - { offsetInCU: 0x4CE, offset: 0xA8BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwug', symObjAddr: 0x8E8, symBinAddr: 0x62978, symSize: 0x8 } + - { offsetInCU: 0x4E2, offset: 0xA8C05, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwup', symObjAddr: 0x8F0, symBinAddr: 0x62980, symSize: 0x4 } + - { offsetInCU: 0x4F6, offset: 0xA8C19, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwui', symObjAddr: 0x8F4, symBinAddr: 0x62984, symSize: 0x4 } + - { offsetInCU: 0x50A, offset: 0xA8C2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOMa', symObjAddr: 0x8F8, symBinAddr: 0x62988, symSize: 0x10 } + - { offsetInCU: 0x51E, offset: 0xA8C41, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASQWb', symObjAddr: 0x908, symBinAddr: 0x62998, symSize: 0x4 } + - { offsetInCU: 0x532, offset: 0xA8C55, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFSQAAWl', symObjAddr: 0x90C, symBinAddr: 0x6299C, symSize: 0x44 } + - { offsetInCU: 0x546, offset: 0xA8C69, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x950, symBinAddr: 0x629E0, symSize: 0x4 } + - { offsetInCU: 0x55A, offset: 0xA8C7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x954, symBinAddr: 0x629E4, symSize: 0x44 } + - { offsetInCU: 0x56E, offset: 0xA8C91, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x998, symBinAddr: 0x62A28, symSize: 0x4 } + - { offsetInCU: 0x582, offset: 0xA8CA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x99C, symBinAddr: 0x62A2C, symSize: 0x44 } + - { offsetInCU: 0x5E0, offset: 0xA8D03, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5E0, symBinAddr: 0x62674, symSize: 0x4 } + - { offsetInCU: 0x600, offset: 0xA8D23, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5E0, symBinAddr: 0x62674, symSize: 0x4 } + - { offsetInCU: 0x620, offset: 0xA8D43, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x5E4, symBinAddr: 0x62678, symSize: 0x4 } + - { offsetInCU: 0x640, offset: 0xA8D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x5E4, symBinAddr: 0x62678, symSize: 0x4 } + - { offsetInCU: 0x660, offset: 0xA8D83, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5E8, symBinAddr: 0x6267C, symSize: 0x4 } + - { offsetInCU: 0x680, offset: 0xA8DA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5E8, symBinAddr: 0x6267C, symSize: 0x4 } + - { offsetInCU: 0x6A0, offset: 0xA8DC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5EC, symBinAddr: 0x62680, symSize: 0x4 } + - { offsetInCU: 0x6C0, offset: 0xA8DE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5EC, symBinAddr: 0x62680, symSize: 0x4 } + - { offsetInCU: 0x6D7, offset: 0xA8DFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x6FC, symBinAddr: 0x62790, symSize: 0x28 } + - { offsetInCU: 0x6F3, offset: 0xA8E16, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x724, symBinAddr: 0x627B8, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0xA9001, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC10layerModelAcA0dF0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x62A7C, symSize: 0x20C } + - { offsetInCU: 0xE0, offset: 0xA9092, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x20C, symBinAddr: 0x62C88, symSize: 0x4C0 } + - { offsetInCU: 0x291, offset: 0xA9243, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC06renderD8ContentsSbvg', symObjAddr: 0x6CC, symBinAddr: 0x63148, symSize: 0x8 } + - { offsetInCU: 0x2BC, offset: 0xA926E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC05setupD10Animations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x6D4, symBinAddr: 0x63150, symSize: 0x9B4 } + - { offsetInCU: 0x721, offset: 0xA96D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC14setupSublayers33_569130E0C2329B8CD6C17F433FB572B2LLyyF', symObjAddr: 0x1088, symBinAddr: 0x63B04, symSize: 0x3E0 } + - { offsetInCU: 0x9F9, offset: 0xA99AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x14A0, symBinAddr: 0x63F1C, symSize: 0xAC } + - { offsetInCU: 0xA43, offset: 0xA99F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x154C, symBinAddr: 0x63FC8, symSize: 0x204 } + - { offsetInCU: 0xB13, offset: 0xA9AC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1750, symBinAddr: 0x641CC, symSize: 0x4C } + - { offsetInCU: 0xB59, offset: 0xA9B0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC11addSublayeryySo7CALayerCFTo', symObjAddr: 0x179C, symBinAddr: 0x64218, symSize: 0x74 } + - { offsetInCU: 0xBBE, offset: 0xA9B70, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCACycfcTo', symObjAddr: 0x1810, symBinAddr: 0x6428C, symSize: 0x2C } + - { offsetInCU: 0xC25, offset: 0xA9BD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfD', symObjAddr: 0x1868, symBinAddr: 0x642E4, symSize: 0x30 } + - { offsetInCU: 0xF79, offset: 0xA9F2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfE', symObjAddr: 0x183C, symBinAddr: 0x642B8, symSize: 0x2C } + - { offsetInCU: 0xFA6, offset: 0xA9F58, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfETo', symObjAddr: 0x1898, symBinAddr: 0x64314, symSize: 0x38 } + - { offsetInCU: 0xFD5, offset: 0xA9F87, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCMa', symObjAddr: 0x18D0, symBinAddr: 0x6434C, symSize: 0x20 } + - { offsetInCU: 0xFE9, offset: 0xA9F9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOc', symObjAddr: 0x1990, symBinAddr: 0x6438C, symSize: 0x48 } + - { offsetInCU: 0xFFD, offset: 0xA9FAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOh', symObjAddr: 0x1A18, symBinAddr: 0x643D4, symSize: 0x40 } + - { offsetInCU: 0x1011, offset: 0xA9FC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pWOb', symObjAddr: 0x1A58, symBinAddr: 0x64414, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0xAA34E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x6442C, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0xAA372, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x6442C, symSize: 0x64 } + - { offsetInCU: 0x7E, offset: 0xAA3A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeWidth12CoreGraphics7CGFloatVvg', symObjAddr: 0x64, symBinAddr: 0x64490, symSize: 0x5C } + - { offsetInCU: 0xAD, offset: 0xAA3D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC8tracking12CoreGraphics7CGFloatVvg', symObjAddr: 0xC0, symBinAddr: 0x644EC, symSize: 0x5C } + - { offsetInCU: 0xDC, offset: 0xAA3FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC5xformSo13CATransform3DVvg', symObjAddr: 0x11C, symBinAddr: 0x64548, symSize: 0xE4 } + - { offsetInCU: 0x10B, offset: 0xAA42E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC9fillColorSo10CGColorRefaSgvg', symObjAddr: 0x200, symBinAddr: 0x6462C, symSize: 0x64 } + - { offsetInCU: 0x13A, offset: 0xAA45D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC7opacity12CoreGraphics7CGFloatVvg', symObjAddr: 0x264, symBinAddr: 0x64690, symSize: 0x5C } + - { offsetInCU: 0x169, offset: 0xAA48C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfd', symObjAddr: 0x610, symBinAddr: 0x64A3C, symSize: 0x7C } + - { offsetInCU: 0x198, offset: 0xAA4BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfD', symObjAddr: 0x68C, symBinAddr: 0x64AB8, symSize: 0x1C } + - { offsetInCU: 0x1C5, offset: 0xAA4E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x6C8, symBinAddr: 0x64AF4, symSize: 0x8 } + - { offsetInCU: 0x1F0, offset: 0xAA513, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x6D0, symBinAddr: 0x64AFC, symSize: 0x2C } + - { offsetInCU: 0x231, offset: 0xAA554, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x6FC, symBinAddr: 0x64B28, symSize: 0xC } + - { offsetInCU: 0x526, offset: 0xAA849, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x2C0, symBinAddr: 0x646EC, symSize: 0x220 } + - { offsetInCU: 0x756, offset: 0xAAA79, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfd', symObjAddr: 0x4E0, symBinAddr: 0x6490C, symSize: 0xAC } + - { offsetInCU: 0x783, offset: 0xAAAA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfD', symObjAddr: 0x58C, symBinAddr: 0x649B8, symSize: 0x1C } + - { offsetInCU: 0x7BF, offset: 0xAAAE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0x5C8, symBinAddr: 0x649F4, symSize: 0xC } + - { offsetInCU: 0x800, offset: 0xAAB23, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x5D4, symBinAddr: 0x64A00, symSize: 0x30 } + - { offsetInCU: 0x841, offset: 0xAAB64, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP07keypathE0SDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x604, symBinAddr: 0x64A30, symSize: 0xC } + - { offsetInCU: 0x873, offset: 0xAAB96, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC04textC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0xCC0, symBinAddr: 0x650AC, symSize: 0x2200 } + - { offsetInCU: 0x183B, offset: 0xABB5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCMa', symObjAddr: 0x5A8, symBinAddr: 0x649D4, symSize: 0x20 } + - { offsetInCU: 0x184F, offset: 0xABB72, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCMa', symObjAddr: 0x6A8, symBinAddr: 0x64AD4, symSize: 0x20 } + - { offsetInCU: 0x188F, offset: 0xABBB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCfD', symObjAddr: 0x708, symBinAddr: 0x64B34, symSize: 0x34 } + - { offsetInCU: 0x18F5, offset: 0xABC18, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyF0pvgTW', symObjAddr: 0x75C, symBinAddr: 0x64B88, symSize: 0x44 } + - { offsetInCU: 0x1942, offset: 0xABC65, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x7A0, symBinAddr: 0x64BCC, symSize: 0x24 } + - { offsetInCU: 0x1995, offset: 0xABCB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x7C4, symBinAddr: 0x64BF0, symSize: 0x38 } + - { offsetInCU: 0x19E2, offset: 0xABD05, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7FC, symBinAddr: 0x64C28, symSize: 0x4 } + - { offsetInCU: 0x1A02, offset: 0xABD25, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7FC, symBinAddr: 0x64C28, symSize: 0x4 } + - { offsetInCU: 0x1A24, offset: 0xABD47, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x800, symBinAddr: 0x64C2C, symSize: 0x8 } + - { offsetInCU: 0x1A44, offset: 0xABD67, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x800, symBinAddr: 0x64C2C, symSize: 0x8 } + - { offsetInCU: 0x1A66, offset: 0xABD89, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x808, symBinAddr: 0x64C34, symSize: 0x8 } + - { offsetInCU: 0x1A86, offset: 0xABDA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x808, symBinAddr: 0x64C34, symSize: 0x8 } + - { offsetInCU: 0x1AA8, offset: 0xABDCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x810, symBinAddr: 0x64C3C, symSize: 0x8 } + - { offsetInCU: 0x1AC8, offset: 0xABDEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x810, symBinAddr: 0x64C3C, symSize: 0x8 } + - { offsetInCU: 0x1AEA, offset: 0xABE0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x818, symBinAddr: 0x64C44, symSize: 0x8 } + - { offsetInCU: 0x1B0A, offset: 0xABE2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x818, symBinAddr: 0x64C44, symSize: 0x8 } + - { offsetInCU: 0x1B2C, offset: 0xABE4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x820, symBinAddr: 0x64C4C, symSize: 0x8 } + - { offsetInCU: 0x1B4C, offset: 0xABE6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x820, symBinAddr: 0x64C4C, symSize: 0x8 } + - { offsetInCU: 0x1B6E, offset: 0xABE91, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x828, symBinAddr: 0x64C54, symSize: 0x8 } + - { offsetInCU: 0x1B8E, offset: 0xABEB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x828, symBinAddr: 0x64C54, symSize: 0x8 } + - { offsetInCU: 0x1BB0, offset: 0xABED3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x830, symBinAddr: 0x64C5C, symSize: 0xC } + - { offsetInCU: 0x1BD0, offset: 0xABEF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x830, symBinAddr: 0x64C5C, symSize: 0xC } + - { offsetInCU: 0x1BF2, offset: 0xABF15, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x83C, symBinAddr: 0x64C68, symSize: 0x10 } + - { offsetInCU: 0x1C12, offset: 0xABF35, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x83C, symBinAddr: 0x64C68, symSize: 0x10 } + - { offsetInCU: 0x1C25, offset: 0xABF48, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x84C, symBinAddr: 0x64C78, symSize: 0x8 } + - { offsetInCU: 0x1C56, offset: 0xABF79, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x910, symBinAddr: 0x64D3C, symSize: 0x370 } + - { offsetInCU: 0x20D8, offset: 0xAC3FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCMa', symObjAddr: 0x73C, symBinAddr: 0x64B68, symSize: 0x20 } + - { offsetInCU: 0x211E, offset: 0xAC441, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_6Lottie15AnyNodeProperty_pTg5Tf4nnen_n', symObjAddr: 0x854, symBinAddr: 0x64C80, symSize: 0xBC } + - { offsetInCU: 0x3F, offset: 0xAC995, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg', symObjAddr: 0x0, symBinAddr: 0x672AC, symSize: 0xA4 } + - { offsetInCU: 0x9F, offset: 0xAC9F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie27ReducedMotionOptionProvider_pWOb', symObjAddr: 0xD8, symBinAddr: 0x67350, symSize: 0x18 } + - { offsetInCU: 0xB3, offset: 0xACA09, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ', symObjAddr: 0x168, symBinAddr: 0x67368, symSize: 0xC } + - { offsetInCU: 0xDF, offset: 0xACA35, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ', symObjAddr: 0x174, symBinAddr: 0x67374, symSize: 0x10 } + - { offsetInCU: 0x10B, offset: 0xACA61, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ', symObjAddr: 0x184, symBinAddr: 0x67384, symSize: 0x60 } + - { offsetInCU: 0x153, offset: 0xACAA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVACycfC', symObjAddr: 0x1E4, symBinAddr: 0x673E4, symSize: 0x4 } + - { offsetInCU: 0x171, offset: 0xACAC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg', symObjAddr: 0x530, symBinAddr: 0x67730, symSize: 0x24 } + - { offsetInCU: 0x196, offset: 0xACAEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVAA0cdeF0A2aDP07currentcD4ModeAA0cdH0OvgTW', symObjAddr: 0x554, symBinAddr: 0x67754, symSize: 0x24 } + - { offsetInCU: 0x1C9, offset: 0xACB1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ', symObjAddr: 0x1E8, symBinAddr: 0x673E8, symSize: 0x4 } + - { offsetInCU: 0x1E9, offset: 0xACB3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x1EC, symBinAddr: 0x673EC, symSize: 0x18 } + - { offsetInCU: 0x24F, offset: 0xACBA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x400, symBinAddr: 0x67600, symSize: 0x28 } + - { offsetInCU: 0x2B2, offset: 0xACC08, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO9hashValueSivg', symObjAddr: 0x428, symBinAddr: 0x67628, symSize: 0x44 } + - { offsetInCU: 0x3AC, offset: 0xACD02, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x46C, symBinAddr: 0x6766C, symSize: 0x18 } + - { offsetInCU: 0x3CC, offset: 0xACD22, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x46C, symBinAddr: 0x6766C, symSize: 0x18 } + - { offsetInCU: 0x40C, offset: 0xACD62, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH9hashValueSivgTW', symObjAddr: 0x484, symBinAddr: 0x67684, symSize: 0x44 } + - { offsetInCU: 0x4EF, offset: 0xACE45, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4C8, symBinAddr: 0x676C8, symSize: 0x28 } + - { offsetInCU: 0x583, offset: 0xACED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF', symObjAddr: 0x204, symBinAddr: 0x67404, symSize: 0x74 } + - { offsetInCU: 0x733, offset: 0xAD089, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO9hashValueSivg', symObjAddr: 0x278, symBinAddr: 0x67478, symSize: 0x88 } + - { offsetInCU: 0x89D, offset: 0xAD1F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x300, symBinAddr: 0x67500, symSize: 0x4 } + - { offsetInCU: 0x8B9, offset: 0xAD20F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x304, symBinAddr: 0x67504, symSize: 0x74 } + - { offsetInCU: 0x9C7, offset: 0xAD31D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3FC, symBinAddr: 0x675FC, symSize: 0x4 } + - { offsetInCU: 0x9E7, offset: 0xAD33D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3FC, symBinAddr: 0x675FC, symSize: 0x4 } + - { offsetInCU: 0x9F9, offset: 0xAD34F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x578, symBinAddr: 0x67778, symSize: 0xF8 } + - { offsetInCU: 0xAB4, offset: 0xAD40A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASQWb', symObjAddr: 0x670, symBinAddr: 0x67870, symSize: 0x4 } + - { offsetInCU: 0xAC8, offset: 0xAD41E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOACSQAAWl', symObjAddr: 0x674, symBinAddr: 0x67874, symSize: 0x44 } + - { offsetInCU: 0xADC, offset: 0xAD432, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASQWb', symObjAddr: 0x6B8, symBinAddr: 0x678B8, symSize: 0x4 } + - { offsetInCU: 0xAF0, offset: 0xAD446, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOACSQAAWl', symObjAddr: 0x6BC, symBinAddr: 0x678BC, symSize: 0x44 } + - { offsetInCU: 0xB04, offset: 0xAD45A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwCP', symObjAddr: 0x700, symBinAddr: 0x67900, symSize: 0x30 } + - { offsetInCU: 0xB18, offset: 0xAD46E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwxx', symObjAddr: 0x730, symBinAddr: 0x67930, symSize: 0x50 } + - { offsetInCU: 0xB2C, offset: 0xAD482, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwcp', symObjAddr: 0x780, symBinAddr: 0x67980, symSize: 0x90 } + - { offsetInCU: 0xB40, offset: 0xAD496, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwca', symObjAddr: 0x810, symBinAddr: 0x67A10, symSize: 0xD4 } + - { offsetInCU: 0xB54, offset: 0xAD4AA, size: 0x8, addend: 0x0, symName: ___swift_memcpy81_8, symObjAddr: 0x8E4, symBinAddr: 0x67AE4, symSize: 0x24 } + - { offsetInCU: 0xB68, offset: 0xAD4BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwta', symObjAddr: 0x908, symBinAddr: 0x67B08, symSize: 0xA0 } + - { offsetInCU: 0xB7C, offset: 0xAD4D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwet', symObjAddr: 0x9A8, symBinAddr: 0x67BA8, symSize: 0x3C } + - { offsetInCU: 0xB90, offset: 0xAD4E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwst', symObjAddr: 0x9E4, symBinAddr: 0x67BE4, symSize: 0x54 } + - { offsetInCU: 0xBA4, offset: 0xAD4FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwug', symObjAddr: 0xA38, symBinAddr: 0x67C38, symSize: 0x1C } + - { offsetInCU: 0xBB8, offset: 0xAD50E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwup', symObjAddr: 0xA54, symBinAddr: 0x67C54, symSize: 0x4 } + - { offsetInCU: 0xBCC, offset: 0xAD522, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwui', symObjAddr: 0xA58, symBinAddr: 0x67C58, symSize: 0x34 } + - { offsetInCU: 0xBE0, offset: 0xAD536, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOMa', symObjAddr: 0xA8C, symBinAddr: 0x67C8C, symSize: 0x10 } + - { offsetInCU: 0xBF4, offset: 0xAD54A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwet', symObjAddr: 0xAAC, symBinAddr: 0x67C9C, symSize: 0x90 } + - { offsetInCU: 0xC08, offset: 0xAD55E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwst', symObjAddr: 0xB3C, symBinAddr: 0x67D2C, symSize: 0xBC } + - { offsetInCU: 0xC1C, offset: 0xAD572, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwug', symObjAddr: 0xBF8, symBinAddr: 0x67DE8, symSize: 0x8 } + - { offsetInCU: 0xC30, offset: 0xAD586, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwup', symObjAddr: 0xC00, symBinAddr: 0x67DF0, symSize: 0x4 } + - { offsetInCU: 0xC44, offset: 0xAD59A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwui', symObjAddr: 0xC04, symBinAddr: 0x67DF4, symSize: 0xC } + - { offsetInCU: 0xC58, offset: 0xAD5AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOMa', symObjAddr: 0xC10, symBinAddr: 0x67E00, symSize: 0x10 } + - { offsetInCU: 0xC6C, offset: 0xAD5C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVMa', symObjAddr: 0xC28, symBinAddr: 0x67E18, symSize: 0x10 } + - { offsetInCU: 0xD13, offset: 0xAD669, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x378, symBinAddr: 0x67578, symSize: 0x84 } + - { offsetInCU: 0xE6A, offset: 0xAD7C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4F0, symBinAddr: 0x676F0, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0xAD9D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x67E28, symSize: 0x148 } + - { offsetInCU: 0x79, offset: 0xADA1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x67E28, symSize: 0x148 } + - { offsetInCU: 0xC7, offset: 0xADA6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x148, symBinAddr: 0x67F70, symSize: 0x130 } + - { offsetInCU: 0xFD, offset: 0xADAA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfC', symObjAddr: 0x2D0, symBinAddr: 0x680F8, symSize: 0x4C } + - { offsetInCU: 0x11B, offset: 0xADAC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc', symObjAddr: 0x31C, symBinAddr: 0x68144, symSize: 0xD0 } + - { offsetInCU: 0x1C3, offset: 0xADB68, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg', symObjAddr: 0x524, symBinAddr: 0x6830C, symSize: 0x30 } + - { offsetInCU: 0x20E, offset: 0xADBB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs', symObjAddr: 0x554, symBinAddr: 0x6833C, symSize: 0x50 } + - { offsetInCU: 0x254, offset: 0xADBF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM', symObjAddr: 0x5A4, symBinAddr: 0x6838C, symSize: 0x40 } + - { offsetInCU: 0x283, offset: 0xADC28, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM.resume.0', symObjAddr: 0x5E4, symBinAddr: 0x683CC, symSize: 0x34 } + - { offsetInCU: 0x2C2, offset: 0xADC67, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9valueTypeypXpvg', symObjAddr: 0x618, symBinAddr: 0x68400, symSize: 0xC } + - { offsetInCU: 0x2ED, offset: 0xADC92, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x624, symBinAddr: 0x6840C, symSize: 0xAC } + - { offsetInCU: 0x33A, offset: 0xADCDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x6E0, symBinAddr: 0x684C8, symSize: 0x38 } + - { offsetInCU: 0x3A0, offset: 0xADD45, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x77C, symBinAddr: 0x68564, symSize: 0x18 } + - { offsetInCU: 0x3C3, offset: 0xADD68, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfd', symObjAddr: 0x794, symBinAddr: 0x6857C, symSize: 0x24 } + - { offsetInCU: 0x3FE, offset: 0xADDA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfD', symObjAddr: 0x7EC, symBinAddr: 0x685A0, symSize: 0x2C } + - { offsetInCU: 0x441, offset: 0xADDE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x818, symBinAddr: 0x685CC, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0xADE02, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x838, symBinAddr: 0x685EC, symSize: 0xC } + - { offsetInCU: 0x4A3, offset: 0xADE48, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x844, symBinAddr: 0x685F8, symSize: 0x1C } + - { offsetInCU: 0x503, offset: 0xADEA8, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOe', symObjAddr: 0x278, symBinAddr: 0x680A0, symSize: 0x10 } + - { offsetInCU: 0x517, offset: 0xADEBC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVACSHAAWl', symObjAddr: 0x288, symBinAddr: 0x680B0, symSize: 0x48 } + - { offsetInCU: 0x54C, offset: 0xADEF1, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGSayxGSHsSHRzlWl', symObjAddr: 0x42C, symBinAddr: 0x68214, symSize: 0x60 } + - { offsetInCU: 0x560, offset: 0xADF05, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGMa', symObjAddr: 0x48C, symBinAddr: 0x68274, symSize: 0x54 } + - { offsetInCU: 0x574, offset: 0xADF19, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSHAAWl', symObjAddr: 0x4E0, symBinAddr: 0x682C8, symSize: 0x44 } + - { offsetInCU: 0x588, offset: 0xADF2D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOy', symObjAddr: 0x6D0, symBinAddr: 0x684B8, symSize: 0x10 } + - { offsetInCU: 0x59C, offset: 0xADF41, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x744, symBinAddr: 0x6852C, symSize: 0x38 } + - { offsetInCU: 0x5E4, offset: 0xADF89, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x860, symBinAddr: 0x68614, symSize: 0xC } + - { offsetInCU: 0x613, offset: 0xADFB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x86C, symBinAddr: 0x68620, symSize: 0xC } + - { offsetInCU: 0x65D, offset: 0xAE002, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x878, symBinAddr: 0x6862C, symSize: 0x14 } + - { offsetInCU: 0x6A0, offset: 0xAE045, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCMa', symObjAddr: 0x924, symBinAddr: 0x686D8, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0xAE24E, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x68714, symSize: 0x50C } + - { offsetInCU: 0x2AB, offset: 0xAE4D2, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x68714, symSize: 0x50C } + - { offsetInCU: 0x2B, offset: 0xAF40B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x68C20, symSize: 0x44 } + - { offsetInCU: 0x6D, offset: 0xAF44D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x68C20, symSize: 0x44 } + - { offsetInCU: 0xBF, offset: 0xAF49F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x64, symBinAddr: 0x68C84, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0xAF4E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x70, symBinAddr: 0x68C90, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xAF521, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x68CC0, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0xAF553, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesC7ellipseAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x424, symBinAddr: 0x69004, symSize: 0x274 } + - { offsetInCU: 0x409, offset: 0xAF7E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCMa', symObjAddr: 0x44, symBinAddr: 0x68C64, symSize: 0x20 } + - { offsetInCU: 0x4DB, offset: 0xAF8BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xAC, symBinAddr: 0x68CCC, symSize: 0xAC } + - { offsetInCU: 0x5C9, offset: 0xAF9A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCfD', symObjAddr: 0x158, symBinAddr: 0x68D78, symSize: 0x34 } + - { offsetInCU: 0x62A, offset: 0xAFA0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1AC, symBinAddr: 0x68DCC, symSize: 0x44 } + - { offsetInCU: 0x676, offset: 0xAFA56, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x1F0, symBinAddr: 0x68E10, symSize: 0x24 } + - { offsetInCU: 0x6A8, offset: 0xAFA88, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x214, symBinAddr: 0x68E34, symSize: 0x4 } + - { offsetInCU: 0x6E2, offset: 0xAFAC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x218, symBinAddr: 0x68E38, symSize: 0x8 } + - { offsetInCU: 0x702, offset: 0xAFAE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x218, symBinAddr: 0x68E38, symSize: 0x8 } + - { offsetInCU: 0x765, offset: 0xAFB45, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x220, symBinAddr: 0x68E40, symSize: 0x10 } + - { offsetInCU: 0x785, offset: 0xAFB65, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x220, symBinAddr: 0x68E40, symSize: 0x10 } + - { offsetInCU: 0x7CC, offset: 0xAFBAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x68E50, symSize: 0x8 } + - { offsetInCU: 0x7EC, offset: 0xAFBCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x68E50, symSize: 0x8 } + - { offsetInCU: 0x80D, offset: 0xAFBED, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x238, symBinAddr: 0x68E58, symSize: 0x8 } + - { offsetInCU: 0x82D, offset: 0xAFC0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x238, symBinAddr: 0x68E58, symSize: 0x8 } + - { offsetInCU: 0x84E, offset: 0xAFC2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x240, symBinAddr: 0x68E60, symSize: 0x8 } + - { offsetInCU: 0x86E, offset: 0xAFC4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x240, symBinAddr: 0x68E60, symSize: 0x8 } + - { offsetInCU: 0x88F, offset: 0xAFC6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x248, symBinAddr: 0x68E68, symSize: 0x8 } + - { offsetInCU: 0x8AF, offset: 0xAFC8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x248, symBinAddr: 0x68E68, symSize: 0x8 } + - { offsetInCU: 0x8D0, offset: 0xAFCB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x68E70, symSize: 0xC } + - { offsetInCU: 0x8F0, offset: 0xAFCD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x68E70, symSize: 0xC } + - { offsetInCU: 0x911, offset: 0xAFCF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x25C, symBinAddr: 0x68E7C, symSize: 0x10 } + - { offsetInCU: 0x931, offset: 0xAFD11, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x25C, symBinAddr: 0x68E7C, symSize: 0x10 } + - { offsetInCU: 0x952, offset: 0xAFD32, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x26C, symBinAddr: 0x68E8C, symSize: 0xC } + - { offsetInCU: 0x984, offset: 0xAFD64, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC06parentC07ellipseAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x698, symBinAddr: 0x69278, symSize: 0x114 } + - { offsetInCU: 0xA3D, offset: 0xAFE1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCMa', symObjAddr: 0x18C, symBinAddr: 0x68DAC, symSize: 0x20 } + - { offsetInCU: 0xB2F, offset: 0xAFF0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7ellipse4size6center9directionACSo6CGSizeV_So7CGPointVAA0C9DirectionOtFZTf4nnnd_n', symObjAddr: 0x278, symBinAddr: 0x68E98, symSize: 0x16C } + - { offsetInCU: 0x43, offset: 0xB05E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x6938C, symSize: 0x3C } + - { offsetInCU: 0x57, offset: 0xB05FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwxx', symObjAddr: 0x3C, symBinAddr: 0x693C8, symSize: 0x8 } + - { offsetInCU: 0x6B, offset: 0xB0610, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwcp', symObjAddr: 0x44, symBinAddr: 0x693D0, symSize: 0x3C } + - { offsetInCU: 0x7F, offset: 0xB0624, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwca', symObjAddr: 0x80, symBinAddr: 0x6940C, symSize: 0x54 } + - { offsetInCU: 0x93, offset: 0xB0638, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwta', symObjAddr: 0xE8, symBinAddr: 0x69460, symSize: 0x44 } + - { offsetInCU: 0xA7, offset: 0xB064C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwet', symObjAddr: 0x12C, symBinAddr: 0x694A4, symSize: 0x48 } + - { offsetInCU: 0xBB, offset: 0xB0660, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwst', symObjAddr: 0x174, symBinAddr: 0x694EC, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0xB0674, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVMa', symObjAddr: 0x1B4, symBinAddr: 0x6952C, symSize: 0x10 } + - { offsetInCU: 0x45C, offset: 0xB0A01, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV02cgC0So9CGPathRefayF', symObjAddr: 0x1C4, symBinAddr: 0x6953C, symSize: 0x140 } + - { offsetInCU: 0x5F3, offset: 0xB0B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9addVertexyyAA05CurveE0VF', symObjAddr: 0x304, symBinAddr: 0x6967C, symSize: 0x19C } + - { offsetInCU: 0x9D4, offset: 0xB0F79, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV04trimC9AtLengths33_3AD676776FA89DEF7F58E43AF7646C3ALL9positionsSayACGSay12CoreGraphics7CGFloatV5start_AJ3endtG_tF', symObjAddr: 0x4A0, symBinAddr: 0x69818, symSize: 0xAB4 } + - { offsetInCU: 0x2127, offset: 0xB26CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO8rawValueSSvg', symObjAddr: 0xF54, symBinAddr: 0x6A2CC, symSize: 0x18 } + - { offsetInCU: 0x2160, offset: 0xB2705, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0xF6C, symBinAddr: 0x6A2E4, symSize: 0x18 } + - { offsetInCU: 0x218E, offset: 0xB2733, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0xF6C, symBinAddr: 0x6A2E4, symSize: 0x18 } + - { offsetInCU: 0x21E0, offset: 0xB2785, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xFA8, symBinAddr: 0x6A320, symSize: 0x64 } + - { offsetInCU: 0x2246, offset: 0xB27EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x100C, symBinAddr: 0x6A384, symSize: 0x28 } + - { offsetInCU: 0x2262, offset: 0xB2807, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1034, symBinAddr: 0x6A3AC, symSize: 0x8 } + - { offsetInCU: 0x2298, offset: 0xB283D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x103C, symBinAddr: 0x6A3B4, symSize: 0x68 } + - { offsetInCU: 0x231D, offset: 0xB28C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x10A4, symBinAddr: 0x6A41C, symSize: 0xC } + - { offsetInCU: 0x2339, offset: 0xB28DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x10B0, symBinAddr: 0x6A428, symSize: 0xC } + - { offsetInCU: 0x2361, offset: 0xB2906, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV6encode2toys7Encoder_p_tKF', symObjAddr: 0x110C, symBinAddr: 0x6A484, symSize: 0x31C } + - { offsetInCU: 0x254C, offset: 0xB2AF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1428, symBinAddr: 0x6A7A0, symSize: 0x34 } + - { offsetInCU: 0x2585, offset: 0xB2B2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x145C, symBinAddr: 0x6A7D4, symSize: 0x1C } + - { offsetInCU: 0x2767, offset: 0xB2D0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x1478, symBinAddr: 0x6A7F0, symSize: 0xBA0 } + - { offsetInCU: 0x3A65, offset: 0xB400A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x2018, symBinAddr: 0x6B390, symSize: 0xBBC } + - { offsetInCU: 0x4704, offset: 0xB4CA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x2C38, symBinAddr: 0x6BF4C, symSize: 0x44 } + - { offsetInCU: 0x4718, offset: 0xB4CBD, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGSgWOh', symObjAddr: 0x2C7C, symBinAddr: 0x6BF90, symSize: 0x40 } + - { offsetInCU: 0x472C, offset: 0xB4CD1, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGMa', symObjAddr: 0x2CE4, symBinAddr: 0x6BFD0, symSize: 0x58 } + - { offsetInCU: 0x4740, offset: 0xB4CE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwet', symObjAddr: 0x2E2C, symBinAddr: 0x6C088, symSize: 0x90 } + - { offsetInCU: 0x4754, offset: 0xB4CF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwst', symObjAddr: 0x2EBC, symBinAddr: 0x6C118, symSize: 0xBC } + - { offsetInCU: 0x4768, offset: 0xB4D0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwug', symObjAddr: 0x2F78, symBinAddr: 0x6C1D4, symSize: 0x8 } + - { offsetInCU: 0x477C, offset: 0xB4D21, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwup', symObjAddr: 0x2F80, symBinAddr: 0x6C1DC, symSize: 0x4 } + - { offsetInCU: 0x4790, offset: 0xB4D35, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwui', symObjAddr: 0x2F84, symBinAddr: 0x6C1E0, symSize: 0x8 } + - { offsetInCU: 0x47A4, offset: 0xB4D49, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOMa', symObjAddr: 0x2F8C, symBinAddr: 0x6C1E8, symSize: 0x10 } + - { offsetInCU: 0x47B8, offset: 0xB4D5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASQWb', symObjAddr: 0x2F9C, symBinAddr: 0x6C1F8, symSize: 0x4 } + - { offsetInCU: 0x47CC, offset: 0xB4D71, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAESQAAWl', symObjAddr: 0x2FA0, symBinAddr: 0x6C1FC, symSize: 0x44 } + - { offsetInCU: 0x47E0, offset: 0xB4D85, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2FE4, symBinAddr: 0x6C240, symSize: 0x4 } + - { offsetInCU: 0x47F4, offset: 0xB4D99, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2FE8, symBinAddr: 0x6C244, symSize: 0x44 } + - { offsetInCU: 0x4808, offset: 0xB4DAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x302C, symBinAddr: 0x6C288, symSize: 0x4 } + - { offsetInCU: 0x481C, offset: 0xB4DC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x3030, symBinAddr: 0x6C28C, symSize: 0x44 } + - { offsetInCU: 0x4937, offset: 0xB4EDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF84, symBinAddr: 0x6A2FC, symSize: 0xC } + - { offsetInCU: 0x4953, offset: 0xB4EF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xF90, symBinAddr: 0x6A308, symSize: 0x8 } + - { offsetInCU: 0x496F, offset: 0xB4F14, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF98, symBinAddr: 0x6A310, symSize: 0x8 } + - { offsetInCU: 0x498B, offset: 0xB4F30, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xFA0, symBinAddr: 0x6A318, symSize: 0x8 } + - { offsetInCU: 0x49AD, offset: 0xB4F52, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x10BC, symBinAddr: 0x6A434, symSize: 0x28 } + - { offsetInCU: 0x49C9, offset: 0xB4F6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x10E4, symBinAddr: 0x6A45C, symSize: 0x28 } + - { offsetInCU: 0x9D, offset: 0xB53B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfC', symObjAddr: 0x0, symBinAddr: 0x6C2D0, symSize: 0x8C } + - { offsetInCU: 0xEE, offset: 0xB5401, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc', symObjAddr: 0x8C, symBinAddr: 0x6C35C, symSize: 0x8C } + - { offsetInCU: 0x135, offset: 0xB5448, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfcTo', symObjAddr: 0x118, symBinAddr: 0x6C3E8, symSize: 0xBC } + - { offsetInCU: 0x1B5, offset: 0xB54C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC5namedyACSSFZTo', symObjAddr: 0x1D4, symBinAddr: 0x6C4A4, symSize: 0xDC } + - { offsetInCU: 0x251, offset: 0xB5564, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfc', symObjAddr: 0x2BC, symBinAddr: 0x6C58C, symSize: 0x2C } + - { offsetInCU: 0x2B4, offset: 0xB55C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfcTo', symObjAddr: 0x2E8, symBinAddr: 0x6C5B8, symSize: 0x2C } + - { offsetInCU: 0x35D, offset: 0xB5670, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCfETo', symObjAddr: 0x318, symBinAddr: 0x6C5E8, symSize: 0x50 } + - { offsetInCU: 0x3D4, offset: 0xB56E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ', symObjAddr: 0x368, symBinAddr: 0x6C638, symSize: 0x1A4 } + - { offsetInCU: 0x4C9, offset: 0xB57DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg', symObjAddr: 0x50C, symBinAddr: 0x6C7DC, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0xB5812, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfC', symObjAddr: 0x518, symBinAddr: 0x6C7E8, symSize: 0x14 } + - { offsetInCU: 0x51E, offset: 0xB5831, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg', symObjAddr: 0x52C, symBinAddr: 0x6C7FC, symSize: 0x4 } + - { offsetInCU: 0x561, offset: 0xB5874, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x5F8, symBinAddr: 0x6C8C8, symSize: 0x20 } + - { offsetInCU: 0x592, offset: 0xB58A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x618, symBinAddr: 0x6C8E8, symSize: 0xC } + - { offsetInCU: 0x612, offset: 0xB5925, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfC', symObjAddr: 0x624, symBinAddr: 0x6C8F4, symSize: 0x48 } + - { offsetInCU: 0x659, offset: 0xB596C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc', symObjAddr: 0x66C, symBinAddr: 0x6C93C, symSize: 0x44 } + - { offsetInCU: 0x68C, offset: 0xB599F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfcTo', symObjAddr: 0x6B0, symBinAddr: 0x6C980, symSize: 0x10 } + - { offsetInCU: 0x6AC, offset: 0xB59BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfcTo', symObjAddr: 0x6B0, symBinAddr: 0x6C980, symSize: 0x10 } + - { offsetInCU: 0x6DE, offset: 0xB59F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfC', symObjAddr: 0x6C0, symBinAddr: 0x6C990, symSize: 0x50 } + - { offsetInCU: 0x712, offset: 0xB5A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc', symObjAddr: 0x710, symBinAddr: 0x6C9E0, symSize: 0x30 } + - { offsetInCU: 0x726, offset: 0xB5A39, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTo', symObjAddr: 0x740, symBinAddr: 0x6CA10, symSize: 0x58 } + - { offsetInCU: 0x78E, offset: 0xB5AA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfC', symObjAddr: 0x798, symBinAddr: 0x6CA68, symSize: 0x80 } + - { offsetInCU: 0x7E0, offset: 0xB5AF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc', symObjAddr: 0x818, symBinAddr: 0x6CAE8, symSize: 0x74 } + - { offsetInCU: 0x813, offset: 0xB5B26, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfcTo', symObjAddr: 0x88C, symBinAddr: 0x6CB5C, symSize: 0xB8 } + - { offsetInCU: 0x863, offset: 0xB5B76, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfC', symObjAddr: 0x944, symBinAddr: 0x6CC14, symSize: 0x40 } + - { offsetInCU: 0x8A1, offset: 0xB5BB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc', symObjAddr: 0x984, symBinAddr: 0x6CC54, symSize: 0x1FC } + - { offsetInCU: 0x95B, offset: 0xB5C6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5Error_pSgcfU_', symObjAddr: 0xB80, symBinAddr: 0x6CE50, symSize: 0x4 } + - { offsetInCU: 0x973, offset: 0xB5C86, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfcTo', symObjAddr: 0xB84, symBinAddr: 0x6CE54, symSize: 0x80 } + - { offsetInCU: 0x9C5, offset: 0xB5CD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfC', symObjAddr: 0xC04, symBinAddr: 0x6CED4, symSize: 0x78 } + - { offsetInCU: 0xA0C, offset: 0xB5D1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc', symObjAddr: 0xC7C, symBinAddr: 0x6CF4C, symSize: 0x64 } + - { offsetInCU: 0xA3F, offset: 0xB5D52, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfcTo', symObjAddr: 0xCE0, symBinAddr: 0x6CFB0, symSize: 0x90 } + - { offsetInCU: 0xA93, offset: 0xB5DA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfC', symObjAddr: 0xD70, symBinAddr: 0x6D040, symSize: 0x5C } + - { offsetInCU: 0xAC7, offset: 0xB5DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc', symObjAddr: 0xDCC, symBinAddr: 0x6D09C, symSize: 0x40 } + - { offsetInCU: 0xADB, offset: 0xB5DEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTo', symObjAddr: 0xE0C, symBinAddr: 0x6D0DC, symSize: 0x80 } + - { offsetInCU: 0xB0D, offset: 0xB5E20, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xE8C, symBinAddr: 0x6D15C, symSize: 0x50 } + - { offsetInCU: 0xB2B, offset: 0xB5E3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xEDC, symBinAddr: 0x6D1AC, symSize: 0x100 } + - { offsetInCU: 0xBB2, offset: 0xB5EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xFDC, symBinAddr: 0x6D2AC, symSize: 0x20 } + - { offsetInCU: 0xBDD, offset: 0xB5EF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xFFC, symBinAddr: 0x6D2CC, symSize: 0x4C } + - { offsetInCU: 0xC0F, offset: 0xB5F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvW', symObjAddr: 0x1088, symBinAddr: 0x6D358, symSize: 0x154 } + - { offsetInCU: 0xCC7, offset: 0xB5FDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM', symObjAddr: 0x11DC, symBinAddr: 0x6D4AC, symSize: 0x48 } + - { offsetInCU: 0xD14, offset: 0xB6027, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1230, symBinAddr: 0x6D500, symSize: 0x44 } + - { offsetInCU: 0xD51, offset: 0xB6064, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg', symObjAddr: 0x1274, symBinAddr: 0x6D544, symSize: 0x44 } + - { offsetInCU: 0xD70, offset: 0xB6083, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x12B8, symBinAddr: 0x6D588, symSize: 0x3C } + - { offsetInCU: 0xDAA, offset: 0xB60BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs', symObjAddr: 0x12F4, symBinAddr: 0x6D5C4, symSize: 0xC0 } + - { offsetInCU: 0xE6E, offset: 0xB6181, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM', symObjAddr: 0x13B4, symBinAddr: 0x6D684, symSize: 0x58 } + - { offsetInCU: 0xE9D, offset: 0xB61B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x140C, symBinAddr: 0x6D6DC, symSize: 0xB0 } + - { offsetInCU: 0xF32, offset: 0xB6245, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvW', symObjAddr: 0x1728, symBinAddr: 0x6D9F8, symSize: 0x188 } + - { offsetInCU: 0x101F, offset: 0xB6332, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM', symObjAddr: 0x18B0, symBinAddr: 0x6DB80, symSize: 0x48 } + - { offsetInCU: 0x106C, offset: 0xB637F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0x1940, symBinAddr: 0x6DC10, symSize: 0x18 } + - { offsetInCU: 0x108C, offset: 0xB639F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0x1940, symBinAddr: 0x6DC10, symSize: 0x18 } + - { offsetInCU: 0x10A9, offset: 0xB63BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg', symObjAddr: 0x1958, symBinAddr: 0x6DC28, symSize: 0x18 } + - { offsetInCU: 0x10F0, offset: 0xB6403, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x1970, symBinAddr: 0x6DC40, symSize: 0x18 } + - { offsetInCU: 0x1110, offset: 0xB6423, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x1970, symBinAddr: 0x6DC40, symSize: 0x18 } + - { offsetInCU: 0x1135, offset: 0xB6448, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs', symObjAddr: 0x1988, symBinAddr: 0x6DC58, symSize: 0x1C } + - { offsetInCU: 0x115C, offset: 0xB646F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM', symObjAddr: 0x19A4, symBinAddr: 0x6DC74, symSize: 0x48 } + - { offsetInCU: 0x11A2, offset: 0xB64B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM.resume.0', symObjAddr: 0x19EC, symBinAddr: 0x6DCBC, symSize: 0x18 } + - { offsetInCU: 0x11D0, offset: 0xB64E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM.resume.0', symObjAddr: 0x19EC, symBinAddr: 0x6DCBC, symSize: 0x18 } + - { offsetInCU: 0x121F, offset: 0xB6532, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvsTo', symObjAddr: 0x1A1C, symBinAddr: 0x6DCEC, symSize: 0x8C } + - { offsetInCU: 0x1294, offset: 0xB65A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x1AA8, symBinAddr: 0x6DD78, symSize: 0x74 } + - { offsetInCU: 0x1329, offset: 0xB663C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x1B94, symBinAddr: 0x6DE64, symSize: 0x8C } + - { offsetInCU: 0x139B, offset: 0xB66AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x1C20, symBinAddr: 0x6DEF0, symSize: 0x80 } + - { offsetInCU: 0x1418, offset: 0xB672B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1CA0, symBinAddr: 0x6DF70, symSize: 0x40 } + - { offsetInCU: 0x1434, offset: 0xB6747, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x1CE0, symBinAddr: 0x6DFB0, symSize: 0x124 } + - { offsetInCU: 0x1589, offset: 0xB689C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x1E1C, symBinAddr: 0x6E0EC, symSize: 0x34 } + - { offsetInCU: 0x15B8, offset: 0xB68CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1E5C, symBinAddr: 0x6E12C, symSize: 0x20 } + - { offsetInCU: 0x15D4, offset: 0xB68E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg', symObjAddr: 0x1E7C, symBinAddr: 0x6E14C, symSize: 0x80 } + - { offsetInCU: 0x164D, offset: 0xB6960, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvgTo', symObjAddr: 0x1EFC, symBinAddr: 0x6E1CC, symSize: 0x40 } + - { offsetInCU: 0x1669, offset: 0xB697C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg', symObjAddr: 0x1F3C, symBinAddr: 0x6E20C, symSize: 0x108 } + - { offsetInCU: 0x1710, offset: 0xB6A23, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM', symObjAddr: 0x20F4, symBinAddr: 0x6E3C4, symSize: 0x34 } + - { offsetInCU: 0x175D, offset: 0xB6A70, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x2174, symBinAddr: 0x6E444, symSize: 0xC0 } + - { offsetInCU: 0x17BD, offset: 0xB6AD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x2234, symBinAddr: 0x6E504, symSize: 0xA8 } + - { offsetInCU: 0x1817, offset: 0xB6B2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x22DC, symBinAddr: 0x6E5AC, symSize: 0x3C } + - { offsetInCU: 0x1833, offset: 0xB6B46, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x2318, symBinAddr: 0x6E5E8, symSize: 0x10C } + - { offsetInCU: 0x18F0, offset: 0xB6C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x24D4, symBinAddr: 0x6E7A4, symSize: 0xCC } + - { offsetInCU: 0x1989, offset: 0xB6C9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x25A0, symBinAddr: 0x6E870, symSize: 0x1A8 } + - { offsetInCU: 0x1A48, offset: 0xB6D5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x2748, symBinAddr: 0x6EA18, symSize: 0x58 } + - { offsetInCU: 0x1A8C, offset: 0xB6D9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x27A0, symBinAddr: 0x6EA70, symSize: 0x38 } + - { offsetInCU: 0x1AC1, offset: 0xB6DD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x27D8, symBinAddr: 0x6EAA8, symSize: 0x40 } + - { offsetInCU: 0x1ADD, offset: 0xB6DF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x2818, symBinAddr: 0x6EAE8, symSize: 0xB8 } + - { offsetInCU: 0x1C33, offset: 0xB6F46, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x28D0, symBinAddr: 0x6EBA0, symSize: 0x64 } + - { offsetInCU: 0x1C9E, offset: 0xB6FB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x2934, symBinAddr: 0x6EC04, symSize: 0x64 } + - { offsetInCU: 0x1D17, offset: 0xB702A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x2998, symBinAddr: 0x6EC68, symSize: 0x94 } + - { offsetInCU: 0x1DAB, offset: 0xB70BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x2A2C, symBinAddr: 0x6ECFC, symSize: 0x74 } + - { offsetInCU: 0x1E39, offset: 0xB714C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x2B18, symBinAddr: 0x6EDE8, symSize: 0x8C } + - { offsetInCU: 0x1EAE, offset: 0xB71C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x2BA4, symBinAddr: 0x6EE74, symSize: 0x88 } + - { offsetInCU: 0x1F2E, offset: 0xB7241, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvsTo', symObjAddr: 0x2CFC, symBinAddr: 0x6EFCC, symSize: 0x3C } + - { offsetInCU: 0x1F4A, offset: 0xB725D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs', symObjAddr: 0x2D38, symBinAddr: 0x6F008, symSize: 0xC8 } + - { offsetInCU: 0x1FE4, offset: 0xB72F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM', symObjAddr: 0x2E00, symBinAddr: 0x6F0D0, symSize: 0x8C } + - { offsetInCU: 0x2086, offset: 0xB7399, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM.resume.0', symObjAddr: 0x2E8C, symBinAddr: 0x6F15C, symSize: 0xDC } + - { offsetInCU: 0x2115, offset: 0xB7428, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvgTo', symObjAddr: 0x2F68, symBinAddr: 0x6F238, symSize: 0x38 } + - { offsetInCU: 0x2131, offset: 0xB7444, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg', symObjAddr: 0x2FA0, symBinAddr: 0x6F270, symSize: 0x190 } + - { offsetInCU: 0x21D2, offset: 0xB74E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvgTo', symObjAddr: 0x3130, symBinAddr: 0x6F400, symSize: 0x38 } + - { offsetInCU: 0x21EE, offset: 0xB7501, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg', symObjAddr: 0x3168, symBinAddr: 0x6F438, symSize: 0x48 } + - { offsetInCU: 0x2223, offset: 0xB7536, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvsTo', symObjAddr: 0x31B0, symBinAddr: 0x6F480, symSize: 0x3C } + - { offsetInCU: 0x223F, offset: 0xB7552, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs', symObjAddr: 0x31EC, symBinAddr: 0x6F4BC, symSize: 0x6C } + - { offsetInCU: 0x229F, offset: 0xB75B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM', symObjAddr: 0x3258, symBinAddr: 0x6F528, symSize: 0x60 } + - { offsetInCU: 0x22F3, offset: 0xB7606, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM.resume.0', symObjAddr: 0x32B8, symBinAddr: 0x6F588, symSize: 0x20 } + - { offsetInCU: 0x234D, offset: 0xB7660, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyF', symObjAddr: 0x32D8, symBinAddr: 0x6F5A8, symSize: 0x48 } + - { offsetInCU: 0x2397, offset: 0xB76AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0x3320, symBinAddr: 0x6F5F0, symSize: 0x40 } + - { offsetInCU: 0x23E0, offset: 0xB76F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyFTo', symObjAddr: 0x3360, symBinAddr: 0x6F630, symSize: 0x5C } + - { offsetInCU: 0x2439, offset: 0xB774C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tFTo', symObjAddr: 0x33BC, symBinAddr: 0x6F68C, symSize: 0xB8 } + - { offsetInCU: 0x2479, offset: 0xB778C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x3474, symBinAddr: 0x6F744, symSize: 0x6C } + - { offsetInCU: 0x24FD, offset: 0xB7810, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x34E0, symBinAddr: 0x6F7B0, symSize: 0xF0 } + - { offsetInCU: 0x2550, offset: 0xB7863, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x35D0, symBinAddr: 0x6F8A0, symSize: 0x6C } + - { offsetInCU: 0x25D4, offset: 0xB78E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x363C, symBinAddr: 0x6F90C, symSize: 0xF0 } + - { offsetInCU: 0x2627, offset: 0xB793A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF', symObjAddr: 0x372C, symBinAddr: 0x6F9FC, symSize: 0x64 } + - { offsetInCU: 0x26AB, offset: 0xB79BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtFTo', symObjAddr: 0x3790, symBinAddr: 0x6FA60, symSize: 0x128 } + - { offsetInCU: 0x26FF, offset: 0xB7A12, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF', symObjAddr: 0x38B8, symBinAddr: 0x6FB88, symSize: 0x60 } + - { offsetInCU: 0x276C, offset: 0xB7A7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtFTo', symObjAddr: 0x3918, symBinAddr: 0x6FBE8, symSize: 0xF8 } + - { offsetInCU: 0x27B6, offset: 0xB7AC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyF', symObjAddr: 0x3A10, symBinAddr: 0x6FCE0, symSize: 0x40 } + - { offsetInCU: 0x27F5, offset: 0xB7B08, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyFTo', symObjAddr: 0x3A50, symBinAddr: 0x6FD20, symSize: 0x54 } + - { offsetInCU: 0x282B, offset: 0xB7B3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyF', symObjAddr: 0x3AA4, symBinAddr: 0x6FD74, symSize: 0x40 } + - { offsetInCU: 0x286A, offset: 0xB7B7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyFTo', symObjAddr: 0x3AE4, symBinAddr: 0x6FDB4, symSize: 0x54 } + - { offsetInCU: 0x28A0, offset: 0xB7BB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF', symObjAddr: 0x3B38, symBinAddr: 0x6FE08, symSize: 0xA0 } + - { offsetInCU: 0x291B, offset: 0xB7C2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyFTo', symObjAddr: 0x3BD8, symBinAddr: 0x6FEA8, symSize: 0xB8 } + - { offsetInCU: 0x297D, offset: 0xB7C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x3C90, symBinAddr: 0x6FF60, symSize: 0xA0 } + - { offsetInCU: 0x29F8, offset: 0xB7D0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyFTo', symObjAddr: 0x3D30, symBinAddr: 0x70000, symSize: 0xB8 } + - { offsetInCU: 0x2A5A, offset: 0xB7D6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x3DE8, symBinAddr: 0x700B8, symSize: 0xFC } + - { offsetInCU: 0x2B01, offset: 0xB7E14, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x3EE4, symBinAddr: 0x701B4, symSize: 0x108 } + - { offsetInCU: 0x2B1D, offset: 0xB7E30, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x3FEC, symBinAddr: 0x702BC, symSize: 0xA0 } + - { offsetInCU: 0x2B98, offset: 0xB7EAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyFTo', symObjAddr: 0x408C, symBinAddr: 0x7035C, symSize: 0xB8 } + - { offsetInCU: 0x2BFA, offset: 0xB7F0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF', symObjAddr: 0x4144, symBinAddr: 0x70414, symSize: 0x380 } + - { offsetInCU: 0x2E61, offset: 0xB8174, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtFTo', symObjAddr: 0x44C4, symBinAddr: 0x70794, symSize: 0x78 } + - { offsetInCU: 0x2E7D, offset: 0xB8190, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x453C, symBinAddr: 0x7080C, symSize: 0x180 } + - { offsetInCU: 0x2F6F, offset: 0xB8282, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x46BC, symBinAddr: 0x7098C, symSize: 0x6C } + - { offsetInCU: 0x2F8B, offset: 0xB829E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF', symObjAddr: 0x4728, symBinAddr: 0x709F8, symSize: 0x64 } + - { offsetInCU: 0x2FF8, offset: 0xB830B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtFTo', symObjAddr: 0x478C, symBinAddr: 0x70A5C, symSize: 0xB0 } + - { offsetInCU: 0x3040, offset: 0xB8353, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x483C, symBinAddr: 0x70B0C, symSize: 0x100 } + - { offsetInCU: 0x30C4, offset: 0xB83D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x493C, symBinAddr: 0x70C0C, symSize: 0xA4 } + - { offsetInCU: 0x30E0, offset: 0xB83F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x49E0, symBinAddr: 0x70CB0, symSize: 0xE0 } + - { offsetInCU: 0x317D, offset: 0xB8490, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x4AC0, symBinAddr: 0x70D90, symSize: 0x7C } + - { offsetInCU: 0x3199, offset: 0xB84AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4B3C, symBinAddr: 0x70E0C, symSize: 0xB8 } + - { offsetInCU: 0x324A, offset: 0xB855D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tFTo', symObjAddr: 0x4BF4, symBinAddr: 0x70EC4, symSize: 0xEC } + - { offsetInCU: 0x32E9, offset: 0xB85FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4CE0, symBinAddr: 0x70FB0, symSize: 0x110 } + - { offsetInCU: 0x33D7, offset: 0xB86EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4DFC, symBinAddr: 0x710CC, symSize: 0x110 } + - { offsetInCU: 0x34B7, offset: 0xB87CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10setUpViews33_A351FBFEE2E6C8ED3388379E4189DDDFLLyyF', symObjAddr: 0x4F90, symBinAddr: 0x71260, symSize: 0x244 } + - { offsetInCU: 0x34E8, offset: 0xB87FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTf4gnn_n', symObjAddr: 0x561C, symBinAddr: 0x718B0, symSize: 0x280 } + - { offsetInCU: 0x365B, offset: 0xB896E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTf4gnn_n', symObjAddr: 0x58E0, symBinAddr: 0x71B30, symSize: 0x2D0 } + - { offsetInCU: 0x3839, offset: 0xB8B4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x6394, symBinAddr: 0x72364, symSize: 0xEC } + - { offsetInCU: 0x43F0, offset: 0xB9703, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfC', symObjAddr: 0x5220, symBinAddr: 0x714F0, symSize: 0x4C } + - { offsetInCU: 0x4439, offset: 0xB974C, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc', symObjAddr: 0x526C, symBinAddr: 0x7153C, symSize: 0x4C } + - { offsetInCU: 0x446C, offset: 0xB977F, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfcTo', symObjAddr: 0x52B8, symBinAddr: 0x71588, symSize: 0x74 } + - { offsetInCU: 0x44B2, offset: 0xB97C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfc', symObjAddr: 0x5368, symBinAddr: 0x71638, symSize: 0x2C } + - { offsetInCU: 0x4518, offset: 0xB982B, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfcTo', symObjAddr: 0x5394, symBinAddr: 0x71664, symSize: 0x2C } + - { offsetInCU: 0x45CA, offset: 0xB98DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x1B1C, symBinAddr: 0x6DDEC, symSize: 0x78 } + - { offsetInCU: 0x4747, offset: 0xB9A5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x2424, symBinAddr: 0x6E6F4, symSize: 0xB0 } + - { offsetInCU: 0x47B0, offset: 0xB9AC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x2AA0, symBinAddr: 0x6ED70, symSize: 0x78 } + - { offsetInCU: 0x493E, offset: 0xB9C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCfETo', symObjAddr: 0x51D8, symBinAddr: 0x714A8, symSize: 0x48 } + - { offsetInCU: 0x496D, offset: 0xB9C80, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCfETo', symObjAddr: 0x53F4, symBinAddr: 0x716C4, symSize: 0x10 } + - { offsetInCU: 0x49D5, offset: 0xB9CE8, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_nAE05ColorcJ0C_Tg5', symObjAddr: 0x5440, symBinAddr: 0x716D4, symSize: 0x13C } + - { offsetInCU: 0x4A74, offset: 0xB9D87, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_nAK05ColornO0C_Tg5', symObjAddr: 0x557C, symBinAddr: 0x71810, symSize: 0xA0 } + - { offsetInCU: 0x4BBA, offset: 0xB9ECD, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVSgWOb', symObjAddr: 0x5DFC, symBinAddr: 0x71E00, symSize: 0x48 } + - { offsetInCU: 0x4BCE, offset: 0xB9EE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOSHAASQWb', symObjAddr: 0x5E44, symBinAddr: 0x71E48, symSize: 0x4 } + - { offsetInCU: 0x4BE2, offset: 0xB9EF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOACSQAAWl', symObjAddr: 0x5E48, symBinAddr: 0x71E4C, symSize: 0x44 } + - { offsetInCU: 0x4BF6, offset: 0xB9F09, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASQWb', symObjAddr: 0x5E8C, symBinAddr: 0x71E90, symSize: 0x4 } + - { offsetInCU: 0x4C0A, offset: 0xB9F1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOACSQAAWl', symObjAddr: 0x5E90, symBinAddr: 0x71E94, symSize: 0x44 } + - { offsetInCU: 0x4C1E, offset: 0xB9F31, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCMa', symObjAddr: 0x623C, symBinAddr: 0x72240, symSize: 0x20 } + - { offsetInCU: 0x4C32, offset: 0xB9F45, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOMa', symObjAddr: 0x6270, symBinAddr: 0x72274, symSize: 0x10 } + - { offsetInCU: 0x4C46, offset: 0xB9F59, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOMa', symObjAddr: 0x6280, symBinAddr: 0x72284, symSize: 0x10 } + - { offsetInCU: 0x4C5A, offset: 0xB9F6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCMa', symObjAddr: 0x6290, symBinAddr: 0x72294, symSize: 0x20 } + - { offsetInCU: 0x4C6E, offset: 0xB9F81, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCMa', symObjAddr: 0x62D4, symBinAddr: 0x722D8, symSize: 0x20 } + - { offsetInCU: 0x4C8D, offset: 0xB9FA0, size: 0x8, addend: 0x0, symName: '_$s10ObjectiveC8ObjCBoolVIeyBy_SbIegy_TRTA', symObjAddr: 0x6380, symBinAddr: 0x72350, symSize: 0x14 } + - { offsetInCU: 0x4CFF, offset: 0xBA012, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x530, symBinAddr: 0x6C800, symSize: 0x14 } + - { offsetInCU: 0x4D54, offset: 0xBA067, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58C, symBinAddr: 0x6C85C, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0xBA633, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x72498, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0xBA658, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x724E0, symSize: 0x344 } + - { offsetInCU: 0x113, offset: 0xBA6F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x38C, symBinAddr: 0x72824, symSize: 0x434 } + - { offsetInCU: 0x3DC, offset: 0xBA9C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x7C0, symBinAddr: 0x72C58, symSize: 0x24C } + - { offsetInCU: 0x461, offset: 0xBAA45, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvg', symObjAddr: 0xA0C, symBinAddr: 0x72EA4, symSize: 0x18 } + - { offsetInCU: 0x4A2, offset: 0xBAA86, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xBB4, symBinAddr: 0x7304C, symSize: 0x70 } + - { offsetInCU: 0x4D6, offset: 0xBAABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xC24, symBinAddr: 0x730BC, symSize: 0x28 } + - { offsetInCU: 0x4F2, offset: 0xBAAD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xC4C, symBinAddr: 0x730E4, symSize: 0x8 } + - { offsetInCU: 0x528, offset: 0xBAB0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC54, symBinAddr: 0x730EC, symSize: 0x74 } + - { offsetInCU: 0x573, offset: 0xBAB57, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xCC8, symBinAddr: 0x73160, symSize: 0xC } + - { offsetInCU: 0x58F, offset: 0xBAB73, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xCD4, symBinAddr: 0x7316C, symSize: 0xC } + - { offsetInCU: 0x5CD, offset: 0xBABB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xA34, symBinAddr: 0x72ECC, symSize: 0x64 } + - { offsetInCU: 0x610, offset: 0xBABF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xA98, symBinAddr: 0x72F30, symSize: 0x24 } + - { offsetInCU: 0x650, offset: 0xBAC34, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xABC, symBinAddr: 0x72F54, symSize: 0x4 } + - { offsetInCU: 0x670, offset: 0xBAC54, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xABC, symBinAddr: 0x72F54, symSize: 0x4 } + - { offsetInCU: 0x69B, offset: 0xBAC7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAC0, symBinAddr: 0x72F58, symSize: 0x68 } + - { offsetInCU: 0x6E6, offset: 0xBACCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB28, symBinAddr: 0x72FC0, symSize: 0xC } + - { offsetInCU: 0x702, offset: 0xBACE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB34, symBinAddr: 0x72FCC, symSize: 0xC } + - { offsetInCU: 0x71E, offset: 0xBAD02, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvgTf4d_n', symObjAddr: 0x15A0, symBinAddr: 0x738DC, symSize: 0xC } + - { offsetInCU: 0x73C, offset: 0xBAD20, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfd', symObjAddr: 0xD4C, symBinAddr: 0x731E4, symSize: 0x4C } + - { offsetInCU: 0x77F, offset: 0xBAD63, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfD', symObjAddr: 0xD98, symBinAddr: 0x73230, symSize: 0x1C } + - { offsetInCU: 0x921, offset: 0xBAF05, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfE', symObjAddr: 0xD30, symBinAddr: 0x731C8, symSize: 0x1C } + - { offsetInCU: 0x979, offset: 0xBAF5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCMa', symObjAddr: 0xDB4, symBinAddr: 0x7324C, symSize: 0x20 } + - { offsetInCU: 0x98D, offset: 0xBAF71, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xE38, symBinAddr: 0x7326C, symSize: 0x44 } + - { offsetInCU: 0x9A1, offset: 0xBAF85, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xE7C, symBinAddr: 0x732B0, symSize: 0x44 } + - { offsetInCU: 0x9B5, offset: 0xBAF99, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x1174, symBinAddr: 0x734BC, symSize: 0x50 } + - { offsetInCU: 0x9C9, offset: 0xBAFAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x11C4, symBinAddr: 0x7350C, symSize: 0x8C } + - { offsetInCU: 0x9DD, offset: 0xBAFC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x1250, symBinAddr: 0x73598, symSize: 0x8 } + - { offsetInCU: 0x9F1, offset: 0xBAFD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x1258, symBinAddr: 0x735A0, symSize: 0x4 } + - { offsetInCU: 0xA05, offset: 0xBAFE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x125C, symBinAddr: 0x735A4, symSize: 0x4 } + - { offsetInCU: 0xA19, offset: 0xBAFFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x1260, symBinAddr: 0x735A8, symSize: 0x10 } + - { offsetInCU: 0xA2D, offset: 0xBB011, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x127C, symBinAddr: 0x735B8, symSize: 0x90 } + - { offsetInCU: 0xA41, offset: 0xBB025, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x130C, symBinAddr: 0x73648, symSize: 0xBC } + - { offsetInCU: 0xA55, offset: 0xBB039, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x13C8, symBinAddr: 0x73704, symSize: 0x8 } + - { offsetInCU: 0xA69, offset: 0xBB04D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x13D0, symBinAddr: 0x7370C, symSize: 0x4 } + - { offsetInCU: 0xA7D, offset: 0xBB061, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x13D4, symBinAddr: 0x73710, symSize: 0xC } + - { offsetInCU: 0xA91, offset: 0xBB075, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x13E0, symBinAddr: 0x7371C, symSize: 0x10 } + - { offsetInCU: 0xAA5, offset: 0xBB089, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x13F0, symBinAddr: 0x7372C, symSize: 0x4 } + - { offsetInCU: 0xAB9, offset: 0xBB09D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x13F4, symBinAddr: 0x73730, symSize: 0x44 } + - { offsetInCU: 0xACD, offset: 0xBB0B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x1438, symBinAddr: 0x73774, symSize: 0x4 } + - { offsetInCU: 0xAE1, offset: 0xBB0C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x143C, symBinAddr: 0x73778, symSize: 0x44 } + - { offsetInCU: 0xAF5, offset: 0xBB0D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1480, symBinAddr: 0x737BC, symSize: 0x4 } + - { offsetInCU: 0xB09, offset: 0xBB0ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1484, symBinAddr: 0x737C0, symSize: 0x44 } + - { offsetInCU: 0xB1D, offset: 0xBB101, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x14C8, symBinAddr: 0x73804, symSize: 0x4 } + - { offsetInCU: 0xB31, offset: 0xBB115, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x14CC, symBinAddr: 0x73808, symSize: 0x44 } + - { offsetInCU: 0xB45, offset: 0xBB129, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1510, symBinAddr: 0x7384C, symSize: 0x4 } + - { offsetInCU: 0xB59, offset: 0xBB13D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1514, symBinAddr: 0x73850, symSize: 0x44 } + - { offsetInCU: 0xB6D, offset: 0xBB151, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1558, symBinAddr: 0x73894, symSize: 0x4 } + - { offsetInCU: 0xB81, offset: 0xBB165, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x155C, symBinAddr: 0x73898, symSize: 0x44 } + - { offsetInCU: 0xC4B, offset: 0xBB22F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA24, symBinAddr: 0x72EBC, symSize: 0x4 } + - { offsetInCU: 0xC6B, offset: 0xBB24F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA24, symBinAddr: 0x72EBC, symSize: 0x4 } + - { offsetInCU: 0xC8B, offset: 0xBB26F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA28, symBinAddr: 0x72EC0, symSize: 0x4 } + - { offsetInCU: 0xCAB, offset: 0xBB28F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA28, symBinAddr: 0x72EC0, symSize: 0x4 } + - { offsetInCU: 0xCCB, offset: 0xBB2AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x72EC4, symSize: 0x4 } + - { offsetInCU: 0xCEB, offset: 0xBB2CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x72EC4, symSize: 0x4 } + - { offsetInCU: 0xD0B, offset: 0xBB2EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA30, symBinAddr: 0x72EC8, symSize: 0x4 } + - { offsetInCU: 0xD2B, offset: 0xBB30F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA30, symBinAddr: 0x72EC8, symSize: 0x4 } + - { offsetInCU: 0xD42, offset: 0xBB326, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB40, symBinAddr: 0x72FD8, symSize: 0x28 } + - { offsetInCU: 0xD5E, offset: 0xBB342, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB68, symBinAddr: 0x73000, symSize: 0x28 } + - { offsetInCU: 0xD7A, offset: 0xBB35E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB90, symBinAddr: 0x73028, symSize: 0xC } + - { offsetInCU: 0xD96, offset: 0xBB37A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xB9C, symBinAddr: 0x73034, symSize: 0x8 } + - { offsetInCU: 0xDB2, offset: 0xBB396, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBA4, symBinAddr: 0x7303C, symSize: 0x8 } + - { offsetInCU: 0xDCE, offset: 0xBB3B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBAC, symBinAddr: 0x73044, symSize: 0x8 } + - { offsetInCU: 0xDF0, offset: 0xBB3D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xCE0, symBinAddr: 0x73178, symSize: 0x28 } + - { offsetInCU: 0xE0C, offset: 0xBB3F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xD08, symBinAddr: 0x731A0, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0xBB618, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x738E8, symSize: 0x24 } + - { offsetInCU: 0x6D, offset: 0xBB65A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x738E8, symSize: 0x24 } + - { offsetInCU: 0xB9, offset: 0xBB6A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCMa', symObjAddr: 0x24, symBinAddr: 0x7390C, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0xBB809, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x7392C, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0xBB821, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x7392C, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0xBB835, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMr', symObjAddr: 0x4, symBinAddr: 0x73930, symSize: 0x88 } + - { offsetInCU: 0x86, offset: 0xBB864, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtF', symObjAddr: 0x8C, symBinAddr: 0x739B8, symSize: 0x158 } + - { offsetInCU: 0x10F, offset: 0xBB8ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC14setNeedsUpdateyyF', symObjAddr: 0x1E4, symBinAddr: 0x73B10, symSize: 0xC } + - { offsetInCU: 0x177, offset: 0xBB955, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCfD', symObjAddr: 0x220, symBinAddr: 0x73B1C, symSize: 0x3C } + - { offsetInCU: 0x1CB, offset: 0xBB9A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP14setNeedsUpdateyyFTW', symObjAddr: 0x268, symBinAddr: 0x73B64, symSize: 0x4 } + - { offsetInCU: 0x1F6, offset: 0xBB9D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x26C, symBinAddr: 0x73B68, symSize: 0x8 } + - { offsetInCU: 0x216, offset: 0xBB9F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x26C, symBinAddr: 0x73B68, symSize: 0x8 } + - { offsetInCU: 0x246, offset: 0xBBA24, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC06outputB0xvsTf4gn_n', symObjAddr: 0x2B0, symBinAddr: 0x73B70, symSize: 0x70 } + - { offsetInCU: 0x2B1, offset: 0xBBA8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMa', symObjAddr: 0x25C, symBinAddr: 0x73B58, symSize: 0xC } + - { offsetInCU: 0x72, offset: 0xBBC6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4typeAC0B4TypeOvg', symObjAddr: 0x0, symBinAddr: 0x73BE0, symSize: 0x118 } + - { offsetInCU: 0x149, offset: 0xBBD42, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV16uncompressedSizes6UInt64Vvg', symObjAddr: 0x118, symBinAddr: 0x73CF8, symSize: 0x188 } + - { offsetInCU: 0x25A, offset: 0xBBE53, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4pathSSvg', symObjAddr: 0x2AC, symBinAddr: 0x73E80, symSize: 0x138 } + - { offsetInCU: 0x314, offset: 0xBBF0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E4, symBinAddr: 0x73FB8, symSize: 0xC0 } + - { offsetInCU: 0x346, offset: 0xBBF3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x4A4, symBinAddr: 0x74078, symSize: 0x1D8 } + - { offsetInCU: 0x3E3, offset: 0xBBFDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25centralDirectoryStructure15localFileHeader14dataDescriptor09zip64DataJ0ACSgAC07CentraldE0V_AC05LocalgH0VAC0lJ0Vy_s6UInt32VGSgANy_s6UInt64VGSgtcfCTf4ggggd_n', symObjAddr: 0x67C, symBinAddr: 0x74250, symSize: 0x59C } + - { offsetInCU: 0x519, offset: 0xBC112, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVWOr', symObjAddr: 0xC58, symBinAddr: 0x747EC, symSize: 0x64 } + - { offsetInCU: 0x52D, offset: 0xBC126, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVWOr', symObjAddr: 0xD0C, symBinAddr: 0x74850, symSize: 0x4C } + - { offsetInCU: 0x541, offset: 0xBC13A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOy', symObjAddr: 0xD58, symBinAddr: 0x7489C, symSize: 0x14 } + - { offsetInCU: 0x555, offset: 0xBC14E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOr', symObjAddr: 0xD6C, symBinAddr: 0x748B0, symSize: 0x30 } + - { offsetInCU: 0x569, offset: 0xBC162, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOy', symObjAddr: 0xD9C, symBinAddr: 0x748E0, symSize: 0x14 } + - { offsetInCU: 0x57D, offset: 0xBC176, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOe', symObjAddr: 0xDF4, symBinAddr: 0x748F4, symSize: 0x14 } + - { offsetInCU: 0x591, offset: 0xBC18A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOe', symObjAddr: 0xE08, symBinAddr: 0x74908, symSize: 0x14 } + - { offsetInCU: 0x5A5, offset: 0xBC19E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMi', symObjAddr: 0xE60, symBinAddr: 0x74960, symSize: 0x8 } + - { offsetInCU: 0x5B9, offset: 0xBC1B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMr', symObjAddr: 0xE68, symBinAddr: 0x74968, symSize: 0x88 } + - { offsetInCU: 0x5CD, offset: 0xBC1C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwCP', symObjAddr: 0xEF0, symBinAddr: 0x749F0, symSize: 0x128 } + - { offsetInCU: 0x5E1, offset: 0xBC1DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwxx', symObjAddr: 0x1018, symBinAddr: 0x74B18, symSize: 0x94 } + - { offsetInCU: 0x5F5, offset: 0xBC1EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwcp', symObjAddr: 0x10AC, symBinAddr: 0x74BAC, symSize: 0xD0 } + - { offsetInCU: 0x609, offset: 0xBC202, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwca', symObjAddr: 0x117C, symBinAddr: 0x74C7C, symSize: 0xD8 } + - { offsetInCU: 0x61D, offset: 0xBC216, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwtk', symObjAddr: 0x1254, symBinAddr: 0x74D54, symSize: 0xBC } + - { offsetInCU: 0x631, offset: 0xBC22A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwta', symObjAddr: 0x1310, symBinAddr: 0x74E10, symSize: 0xCC } + - { offsetInCU: 0x645, offset: 0xBC23E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwet', symObjAddr: 0x13DC, symBinAddr: 0x74EDC, symSize: 0x180 } + - { offsetInCU: 0x659, offset: 0xBC252, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwst', symObjAddr: 0x155C, symBinAddr: 0x7505C, symSize: 0x22C } + - { offsetInCU: 0x66D, offset: 0xBC266, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMa', symObjAddr: 0x1788, symBinAddr: 0x75288, symSize: 0xC } + - { offsetInCU: 0x681, offset: 0xBC27A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwCP', symObjAddr: 0x1794, symBinAddr: 0x75294, symSize: 0x30 } + - { offsetInCU: 0x695, offset: 0xBC28E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwxx', symObjAddr: 0x17C4, symBinAddr: 0x752C4, symSize: 0x34 } + - { offsetInCU: 0x6A9, offset: 0xBC2A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwcp', symObjAddr: 0x17F8, symBinAddr: 0x752F8, symSize: 0x88 } + - { offsetInCU: 0x6BD, offset: 0xBC2B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwca', symObjAddr: 0x1880, symBinAddr: 0x75380, symSize: 0xD4 } + - { offsetInCU: 0x6D1, offset: 0xBC2CA, size: 0x8, addend: 0x0, symName: ___swift_memcpy72_8, symObjAddr: 0x1954, symBinAddr: 0x75454, symSize: 0x24 } + - { offsetInCU: 0x6E5, offset: 0xBC2DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwta', symObjAddr: 0x1978, symBinAddr: 0x75478, symSize: 0x80 } + - { offsetInCU: 0x6F9, offset: 0xBC2F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwet', symObjAddr: 0x19F8, symBinAddr: 0x754F8, symSize: 0x5C } + - { offsetInCU: 0x70D, offset: 0xBC306, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwst', symObjAddr: 0x1A54, symBinAddr: 0x75554, symSize: 0x64 } + - { offsetInCU: 0x721, offset: 0xBC31A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVMa', symObjAddr: 0x1AB8, symBinAddr: 0x755B8, symSize: 0x10 } + - { offsetInCU: 0x735, offset: 0xBC32E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwxx', symObjAddr: 0x1AC8, symBinAddr: 0x755C8, symSize: 0x3C } + - { offsetInCU: 0x749, offset: 0xBC342, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwcp', symObjAddr: 0x1B04, symBinAddr: 0x75604, symSize: 0xB4 } + - { offsetInCU: 0x75D, offset: 0xBC356, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwca', symObjAddr: 0x1BB8, symBinAddr: 0x756B8, symSize: 0x120 } + - { offsetInCU: 0x771, offset: 0xBC36A, size: 0x8, addend: 0x0, symName: ___swift_memcpy104_8, symObjAddr: 0x1CD8, symBinAddr: 0x757D8, symSize: 0x2C } + - { offsetInCU: 0x785, offset: 0xBC37E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwta', symObjAddr: 0x1D04, symBinAddr: 0x75804, symSize: 0xA8 } + - { offsetInCU: 0x799, offset: 0xBC392, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwet', symObjAddr: 0x1DAC, symBinAddr: 0x758AC, symSize: 0x5C } + - { offsetInCU: 0x7AD, offset: 0xBC3A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwst', symObjAddr: 0x1E08, symBinAddr: 0x75908, symSize: 0x6C } + - { offsetInCU: 0x7C1, offset: 0xBC3BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVMa', symObjAddr: 0x1E74, symBinAddr: 0x75974, symSize: 0x10 } + - { offsetInCU: 0x7D5, offset: 0xBC3CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwxx', symObjAddr: 0x1E84, symBinAddr: 0x75984, symSize: 0x90 } + - { offsetInCU: 0x7E9, offset: 0xBC3E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwcp', symObjAddr: 0x1F14, symBinAddr: 0x75A14, symSize: 0x1A0 } + - { offsetInCU: 0x7FD, offset: 0xBC3F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwca', symObjAddr: 0x20B4, symBinAddr: 0x75BB4, symSize: 0x340 } + - { offsetInCU: 0x811, offset: 0xBC40A, size: 0x8, addend: 0x0, symName: ___swift_memcpy248_8, symObjAddr: 0x2430, symBinAddr: 0x75F30, symSize: 0x4C } + - { offsetInCU: 0x825, offset: 0xBC41E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwta', symObjAddr: 0x247C, symBinAddr: 0x75F7C, symSize: 0x1D0 } + - { offsetInCU: 0x839, offset: 0xBC432, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwet', symObjAddr: 0x264C, symBinAddr: 0x7614C, symSize: 0x5C } + - { offsetInCU: 0x84D, offset: 0xBC446, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwst', symObjAddr: 0x26A8, symBinAddr: 0x761A8, symSize: 0x90 } + - { offsetInCU: 0x861, offset: 0xBC45A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVMa', symObjAddr: 0x2738, symBinAddr: 0x76238, symSize: 0x10 } + - { offsetInCU: 0x163C, offset: 0xBDD1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySo13CATransform3DVG_Tg5', symObjAddr: 0x3630, symBinAddr: 0x79880, symSize: 0x2BC } + - { offsetInCU: 0x17DD, offset: 0xBDEBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x38EC, symBinAddr: 0x79B3C, symSize: 0x1C0 } + - { offsetInCU: 0x198D, offset: 0xBE06C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x3AAC, symBinAddr: 0x79CFC, symSize: 0x1E4 } + - { offsetInCU: 0x1B65, offset: 0xBE244, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySbG_Tg5', symObjAddr: 0x3C90, symBinAddr: 0x79EE0, symSize: 0x1CC } + - { offsetInCU: 0x1CFB, offset: 0xBE3DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A5ColorV_Tg5', symObjAddr: 0x3E5C, symBinAddr: 0x7A0AC, symSize: 0x210 } + - { offsetInCU: 0x1E9D, offset: 0xBE57C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_So6CGSizeV_Tg5', symObjAddr: 0x406C, symBinAddr: 0x7A2BC, symSize: 0x1D0 } + - { offsetInCU: 0x2049, offset: 0xBE728, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA010BezierPathI0V_Tg5', symObjAddr: 0x423C, symBinAddr: 0x7A48C, symSize: 0x248 } + - { offsetInCU: 0x21FF, offset: 0xBE8DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA7EllipseCALV_Tg5', symObjAddr: 0x4484, symBinAddr: 0x7A6D4, symSize: 0x228 } + - { offsetInCU: 0x23B9, offset: 0xBEA98, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA9RectangleCALV_Tg5', symObjAddr: 0x46AC, symBinAddr: 0x7A8FC, symSize: 0x238 } + - { offsetInCU: 0x2573, offset: 0xBEC52, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4StarCALV_Tg5', symObjAddr: 0x48E4, symBinAddr: 0x7AB34, symSize: 0x250 } + - { offsetInCU: 0x2728, offset: 0xBEE07, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5', symObjAddr: 0x4B34, symBinAddr: 0x7AD84, symSize: 0x210 } + - { offsetInCU: 0x37B4, offset: 0xBFE93, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySo13CATransform3DVG_AYTB505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7X40VtKFSo13CATransform3DVAC4HoldVyALGXEfU0_Tf1nncnn_n', symObjAddr: 0x602C, symBinAddr: 0x7C27C, symSize: 0x560 } + - { offsetInCU: 0x421D, offset: 0xC08FC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX47VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU0_SiTf1nncnn_n', symObjAddr: 0x72E4, symBinAddr: 0x7D534, symSize: 0x508 } + - { offsetInCU: 0x45ED, offset: 0xC0CCC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX46VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU_SiTf1nncnn_n', symObjAddr: 0x77EC, symBinAddr: 0x7DA3C, symSize: 0x508 } + - { offsetInCU: 0x4D11, offset: 0xC13F0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX80VtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0x82F4, symBinAddr: 0x7E544, symSize: 0x524 } + - { offsetInCU: 0x513D, offset: 0xC181C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX47VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnn_n', symObjAddr: 0x8818, symBinAddr: 0x7EA68, symSize: 0x528 } + - { offsetInCU: 0x54FA, offset: 0xC1BD9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX46VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnn_n', symObjAddr: 0x8D40, symBinAddr: 0x7EF90, symSize: 0x528 } + - { offsetInCU: 0x5A13, offset: 0xC20F2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySbG_SbTB505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7X24VtKFSbAC4HoldVySbGXEfU0_Tf1nncnn_n', symObjAddr: 0x9268, symBinAddr: 0x7F4B8, symSize: 0x55C } + - { offsetInCU: 0x5F03, offset: 0xC25E2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSo6CGSizeV_AWTB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7X22VtKFSo6CGSizeVALXEfU0_Tf1nncnn_n', symObjAddr: 0x9F00, symBinAddr: 0x80150, symSize: 0x52C } + - { offsetInCU: 0x646A, offset: 0xC2B49, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnncn_n', symObjAddr: 0xA42C, symBinAddr: 0x8067C, symSize: 0x530 } + - { offsetInCU: 0x6942, offset: 0xC3021, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16dX43VSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnn_n', symObjAddr: 0xA95C, symBinAddr: 0x80BAC, symSize: 0x530 } + - { offsetInCU: 0x6E84, offset: 0xC3563, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX87VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xAE8C, symBinAddr: 0x810DC, symSize: 0x544 } + - { offsetInCU: 0x722A, offset: 0xC3909, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX85VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xB3D0, symBinAddr: 0x81620, symSize: 0x544 } + - { offsetInCU: 0x7767, offset: 0xC3E46, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4HoldVySo13CATransform3DVGGG_ARTg5', symObjAddr: 0xB9EC, symBinAddr: 0x81C3C, symSize: 0x494 } + - { offsetInCU: 0x80A4, offset: 0xC4783, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA0A8Vector3DVGG_AOTg5', symObjAddr: 0xBE80, symBinAddr: 0x820D0, symSize: 0x494 } + - { offsetInCU: 0x89E1, offset: 0xC50C0, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADySo6CGSizeVGG_AOTg5', symObjAddr: 0xC314, symBinAddr: 0x82564, symSize: 0x494 } + - { offsetInCU: 0x931E, offset: 0xC59FD, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA010BezierPathG0VGG_AOTg5', symObjAddr: 0xC7A8, symBinAddr: 0x829F8, symSize: 0x494 } + - { offsetInCU: 0x9CF5, offset: 0xC63D4, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA7EllipseCACVGG_APTg5', symObjAddr: 0xCC3C, symBinAddr: 0x82E8C, symSize: 0x494 } + - { offsetInCU: 0xA6CC, offset: 0xC6DAB, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA9RectangleCACVGG_APTg5', symObjAddr: 0xD0D0, symBinAddr: 0x83320, symSize: 0x494 } + - { offsetInCU: 0xB0A3, offset: 0xC7782, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4StarCACVGG_APTg5', symObjAddr: 0xD564, symBinAddr: 0x837B4, symSize: 0x494 } + - { offsetInCU: 0xC2E5, offset: 0xC89C4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4HoldVySo13CATransform3DVG_A1_Tg5', symObjAddr: 0xE3BC, symBinAddr: 0x8460C, symSize: 0x2E8 } + - { offsetInCU: 0xC599, offset: 0xC8C78, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_So6CGSizeV_A_Tg5', symObjAddr: 0xE98C, symBinAddr: 0x84BDC, symSize: 0x2E8 } + - { offsetInCU: 0xC84D, offset: 0xC8F2C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5', symObjAddr: 0xEC74, symBinAddr: 0x84EC4, symSize: 0x2E8 } + - { offsetInCU: 0xCB01, offset: 0xC91E0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5', symObjAddr: 0xEF5C, symBinAddr: 0x851AC, symSize: 0x2E8 } + - { offsetInCU: 0xCDB5, offset: 0xC9494, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5', symObjAddr: 0xF244, symBinAddr: 0x85494, symSize: 0x2E8 } + - { offsetInCU: 0xD069, offset: 0xC9748, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4StarCAOV_So9CGPathRefaTg5', symObjAddr: 0xF52C, symBinAddr: 0x8577C, symSize: 0x2E8 } + - { offsetInCU: 0xD333, offset: 0xC9A12, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_', symObjAddr: 0xFF60, symBinAddr: 0x861B0, symSize: 0xA0 } + - { offsetInCU: 0xD405, offset: 0xC9AE4, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x1033C, symBinAddr: 0x8658C, symSize: 0x1A4 } + - { offsetInCU: 0xD4B9, offset: 0xC9B98, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x104E0, symBinAddr: 0x86730, symSize: 0x1A4 } + - { offsetInCU: 0xD56D, offset: 0xC9C4C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie0K5ColorVTg5', symObjAddr: 0x10684, symBinAddr: 0x868D4, symSize: 0x1A4 } + - { offsetInCU: 0xD621, offset: 0xC9D00, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x10828, symBinAddr: 0x86A78, symSize: 0x1C4 } + - { offsetInCU: 0xD6D5, offset: 0xC9DB4, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x109EC, symBinAddr: 0x86C3C, symSize: 0x1B8 } + - { offsetInCU: 0xD789, offset: 0xC9E68, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x10BA4, symBinAddr: 0x86DF4, symSize: 0x1C0 } + - { offsetInCU: 0xD83D, offset: 0xC9F1C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x10D64, symBinAddr: 0x86FB4, symSize: 0x1B0 } + - { offsetInCU: 0xD8F1, offset: 0xC9FD0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x10F14, symBinAddr: 0x87164, symSize: 0x1A4 } + - { offsetInCU: 0xD9D1, offset: 0xCA0B0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSo21NSAttributedStringKeya_ypTg5', symObjAddr: 0x1125C, symBinAddr: 0x874AC, symSize: 0x210 } + - { offsetInCU: 0xDABB, offset: 0xCA19A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x11470, symBinAddr: 0x876C0, symSize: 0x1F4 } + - { offsetInCU: 0xDB83, offset: 0xCA262, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSo13CATransform3DV_s15CollectionOfOneVyAGGTg5', symObjAddr: 0x11998, symBinAddr: 0x87BE8, symSize: 0xCC } + - { offsetInCU: 0xDCBF, offset: 0xCA39E, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lF12CoreGraphics7CGFloatV_s15CollectionOfOneVyAHGTg5', symObjAddr: 0x11A64, symBinAddr: 0x87CB4, symSize: 0xD4 } + - { offsetInCU: 0xDDFB, offset: 0xCA4DA, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSb_s15CollectionOfOneVySbGTg5', symObjAddr: 0x11B38, symBinAddr: 0x87D88, symSize: 0xCC } + - { offsetInCU: 0xDF37, offset: 0xCA616, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySo13CATransform3DVG_s010CollectionH3OneVyAMGTg5', symObjAddr: 0x121C8, symBinAddr: 0x88418, symSize: 0x22C } + - { offsetInCU: 0xE046, offset: 0xCA725, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy12CoreGraphics7CGFloatVG_s010CollectionH3OneVyANGTg5', symObjAddr: 0x123F4, symBinAddr: 0x88644, symSize: 0x1B4 } + - { offsetInCU: 0xE16B, offset: 0xCA84A, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySbG_s010CollectionH3OneVySbGTg5', symObjAddr: 0x125A8, symBinAddr: 0x887F8, symSize: 0x1BC } + - { offsetInCU: 0xE238, offset: 0xCA917, size: 0x8, addend: 0x0, symName: '_$sSa17_customRemoveLastxSgyFSo13CATransform3DV_Tg5', symObjAddr: 0x12E64, symBinAddr: 0x890B4, symSize: 0x88 } + - { offsetInCU: 0xE2E2, offset: 0xCA9C1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5', symObjAddr: 0x12F58, symBinAddr: 0x891A8, symSize: 0x104 } + - { offsetInCU: 0xE39D, offset: 0xCAA7C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5', symObjAddr: 0x1305C, symBinAddr: 0x892AC, symSize: 0x100 } + - { offsetInCU: 0xE458, offset: 0xCAB37, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5', symObjAddr: 0x13200, symBinAddr: 0x89450, symSize: 0xB4 } + - { offsetInCU: 0xE513, offset: 0xCABF2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5', symObjAddr: 0x132B4, symBinAddr: 0x89504, symSize: 0xA4 } + - { offsetInCU: 0xE5CE, offset: 0xCACAD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5', symObjAddr: 0x13358, symBinAddr: 0x895A8, symSize: 0x9C } + - { offsetInCU: 0xE689, offset: 0xCAD68, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5', symObjAddr: 0x133F4, symBinAddr: 0x89644, symSize: 0xB4 } + - { offsetInCU: 0xE744, offset: 0xCAE23, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5', symObjAddr: 0x134A8, symBinAddr: 0x896F8, symSize: 0xA8 } + - { offsetInCU: 0xE7FF, offset: 0xCAEDE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5', symObjAddr: 0x13550, symBinAddr: 0x897A0, symSize: 0xD4 } + - { offsetInCU: 0xE8BA, offset: 0xCAF99, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5', symObjAddr: 0x136D0, symBinAddr: 0x89920, symSize: 0xBC } + - { offsetInCU: 0xE975, offset: 0xCB054, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5', symObjAddr: 0x1378C, symBinAddr: 0x899DC, symSize: 0xD0 } + - { offsetInCU: 0xEA30, offset: 0xCB10F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5', symObjAddr: 0x1385C, symBinAddr: 0x89AAC, symSize: 0xDC } + - { offsetInCU: 0xEAE0, offset: 0xCB1BF, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV37_appendElementAssumeUniqueAndCapacity_03newD0ySi_xntF6Lottie17KeypathSearchable_p_Tg5Tf4nen_n', symObjAddr: 0x139E4, symBinAddr: 0x89C34, symSize: 0x78 } + - { offsetInCU: 0xEBE6, offset: 0xCB2C5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySo13CATransform3DVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t6VySo13U10DVG_A3_TG5xq_s5Error_pr0_lyAtSIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0vwaxb23E29addCombinedTransformz26_FCF865A3410C50F6C3BA6E234d59FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFSo13u5DVAC4T11VyALGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x13A5C, symBinAddr: 0x89CAC, symSize: 0x678 } + - { offsetInCU: 0xF2AF, offset: 0xCB98E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo13CATransform3DV_TB5Tf4nnnnnd_n', symObjAddr: 0x140D4, symBinAddr: 0x8A324, symSize: 0x940 } + - { offsetInCU: 0xFD65, offset: 0xCC444, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySo13CATransform3DVG_A_Tg505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7x25VtKFSo13CATransform3DVAC4Z11VyALGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x14A14, symBinAddr: 0x8AC64, symSize: 0xD60 } + - { offsetInCU: 0x10986, offset: 0xCD065, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC0B8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x15914, symBinAddr: 0x8BB64, symSize: 0x29C } + - { offsetInCU: 0x10D73, offset: 0xCD452, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d74FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKFSo7s6VAC0B8T53DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x15BB0, symBinAddr: 0x8BE00, symSize: 0x290 } + - { offsetInCU: 0x1118F, offset: 0xCD86E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo7CGPointV_TB5Tf4nnnnnd_n', symObjAddr: 0x15E40, symBinAddr: 0x8C090, symSize: 0x904 } + - { offsetInCU: 0x11C52, offset: 0xCE331, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x16744, symBinAddr: 0x8C994, symSize: 0x3AC } + - { offsetInCU: 0x11FC5, offset: 0xCE6A4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb17E23addAnchorPointy26_FCF865A3410C50F6C3BA6E234d67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7s6VAC0B8T7DVXEfU_AbUTf1nncn_nTf4ndngg_n', symObjAddr: 0x16C9C, symBinAddr: 0x8CEEC, symSize: 0x7A0 } + - { offsetInCU: 0x12659, offset: 0xCED38, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05W43F7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AbYTf1nncnnn_nTf4xnnndgg_n', symObjAddr: 0x17708, symBinAddr: 0x8D958, symSize: 0x4D0 } + - { offsetInCU: 0x12899, offset: 0xCEF78, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC0B8Vector3DV_So7CGPointVTg505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7x20VtKFSo7CGPointVAC0B8Z7DVXEfU_AbUTf1nnnnnc_nTf4nnndxgg_n', symObjAddr: 0x17BD8, symBinAddr: 0x8DE28, symSize: 0xD54 } + - { offsetInCU: 0x13581, offset: 0xCFC60, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1AA34, symBinAddr: 0x90C84, symSize: 0x664 } + - { offsetInCU: 0x13AD9, offset: 0xD01B8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlF12CoreGraphics7CGFloatV_TB5Tf4nnnnnd_n', symObjAddr: 0x1B098, symBinAddr: 0x912E8, symSize: 0x8F4 } + - { offsetInCU: 0x1457E, offset: 0xD0C5D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1BB30, symBinAddr: 0x91D80, symSize: 0x664 } + - { offsetInCU: 0x14A9E, offset: 0xD117D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU3_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1C6FC, symBinAddr: 0x9294C, symSize: 0x664 } + - { offsetInCU: 0x14FBE, offset: 0xD169D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU2_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1D2AC, symBinAddr: 0x934FC, symSize: 0x664 } + - { offsetInCU: 0x154DE, offset: 0xD1BBD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU1_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1DAA8, symBinAddr: 0x93CF8, symSize: 0x664 } + - { offsetInCU: 0x159FE, offset: 0xD20DD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb99E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1EF8C, symBinAddr: 0x951DC, symSize: 0x664 } + - { offsetInCU: 0x15F1E, offset: 0xD25FD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowRadiusy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T53DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1F794, symBinAddr: 0x959E4, symSize: 0x664 } + - { offsetInCU: 0x1643E, offset: 0xD2B1D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb19E25addShadowOpacityy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1FF9C, symBinAddr: 0x961EC, symSize: 0x664 } + - { offsetInCU: 0x16970, offset: 0xD304F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T8DVXEfU0_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x207A4, symBinAddr: 0x969F4, symSize: 0x664 } + - { offsetInCU: 0x16EDF, offset: 0xD35BE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T7DVXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x20E08, symBinAddr: 0x97058, symSize: 0x664 } + - { offsetInCU: 0x1743C, offset: 0xD3B1B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x22544, symBinAddr: 0x98794, symSize: 0x664 } + - { offsetInCU: 0x1795C, offset: 0xD403B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x22D4C, symBinAddr: 0x98F9C, symSize: 0x664 } + - { offsetInCU: 0x17EAA, offset: 0xD4589, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2443C, symBinAddr: 0x9A68C, symSize: 0x6A0 } + - { offsetInCU: 0x183A9, offset: 0xD4A88, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x24ADC, symBinAddr: 0x9AD2C, symSize: 0x398 } + - { offsetInCU: 0x185C9, offset: 0xD4CA8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x25020, symBinAddr: 0x9B270, symSize: 0x6A0 } + - { offsetInCU: 0x18AB9, offset: 0xD5198, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x256C0, symBinAddr: 0x9B910, symSize: 0x3A0 } + - { offsetInCU: 0x18DAC, offset: 0xD548B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySbG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4T11VySbG_SbTG5xq_s5Error_pr0_lyARSbIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb101E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKFSbAC4T11VySbGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x268F0, symBinAddr: 0x9CB40, symSize: 0x664 } + - { offsetInCU: 0x19325, offset: 0xD5A04, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSb_TB5Tf4nnnnnd_n', symObjAddr: 0x26F54, symBinAddr: 0x9D1A4, symSize: 0x8EC } + - { offsetInCU: 0x19DE9, offset: 0xD64C8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySbG_SbTg505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7x9VtKFSbAC4Z11VySbGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x27840, symBinAddr: 0x9DA90, symSize: 0xD70 } + - { offsetInCU: 0x1AB4F, offset: 0xD722E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb12E23addShadowtY162_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x286F8, symBinAddr: 0x9E948, symSize: 0x8D0 } + - { offsetInCU: 0x1B505, offset: 0xD7BE4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo10CGColorRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x28FC8, symBinAddr: 0x9F218, symSize: 0xA40 } + - { offsetInCU: 0x1C0F0, offset: 0xD87CF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb84E13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x29BA0, symBinAddr: 0x9FDF0, symSize: 0x8D0 } + - { offsetInCU: 0x1CA09, offset: 0xD90E8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb98E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2A9CC, symBinAddr: 0xA0C1C, symSize: 0x8D0 } + - { offsetInCU: 0x1D32C, offset: 0xD9A0B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n095$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKFSo10CGColorRefaAA0A5T6VXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2B434, symBinAddr: 0xA1684, symSize: 0x8D0 } + - { offsetInCU: 0x1DC13, offset: 0xDA2F2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowOffsety92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6T9VALXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2CD1C, symBinAddr: 0xA2F6C, symSize: 0x68C } + - { offsetInCU: 0x1E1B3, offset: 0xDA892, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo6CGSizeV_TB5Tf4nnnnnd_n', symObjAddr: 0x2D3A8, symBinAddr: 0xA35F8, symSize: 0x904 } + - { offsetInCU: 0x1EC76, offset: 0xDB355, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05W31F7ContextVtKFSo6CGSizeVALXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x2DCAC, symBinAddr: 0xA3EFC, symSize: 0x3B0 } + - { offsetInCU: 0x1EE76, offset: 0xDB555, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So6CGSizeV_AYTg505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7x7VtKFSo6Z9VALXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x2E05C, symBinAddr: 0xA42AC, symSize: 0xD50 } + - { offsetInCU: 0x1FAB4, offset: 0xDC193, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC010BezierPathS0V_Tg5Tf4nd_n', symObjAddr: 0x2EFA0, symBinAddr: 0xA51F0, symSize: 0x29C } + - { offsetInCU: 0x1FEBA, offset: 0xDC599, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnncn_nTf4ndgn_n', symObjAddr: 0x2F23C, symBinAddr: 0xA548C, symSize: 0xCC0 } + - { offsetInCU: 0x20890, offset: 0xDCF6F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo9CGPathRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x2FEFC, symBinAddr: 0xA614C, symSize: 0xA40 } + - { offsetInCU: 0x21459, offset: 0xDDB38, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_n013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D57ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4xnnndn_n', symObjAddr: 0x3093C, symBinAddr: 0xA6B8C, symSize: 0x3D8 } + - { offsetInCU: 0x21665, offset: 0xDDD44, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4nnndxn_n', symObjAddr: 0x30D14, symBinAddr: 0xA6F64, symSize: 0xD1C } + - { offsetInCU: 0x223CD, offset: 0xDEAAC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_nTf4ndngn_n', symObjAddr: 0x31A30, symBinAddr: 0xA7C80, symSize: 0xD04 } + - { offsetInCU: 0x22DA2, offset: 0xDF481, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x32ABC, symBinAddr: 0xA8D0C, symSize: 0x3F8 } + - { offsetInCU: 0x22FCC, offset: 0xDF6AB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x32EB4, symBinAddr: 0xA9104, symSize: 0xCDC } + - { offsetInCU: 0x23C1F, offset: 0xE02FE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSayAC10BezierPathVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SayAC10tu6VG_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9p11RefaSayAC10tU7VGXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x33B90, symBinAddr: 0xA9DE0, symSize: 0x79C } + - { offsetInCU: 0x240D9, offset: 0xE07B8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapew2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16D50ContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnnn_nTf4xnnndn_n', symObjAddr: 0x3432C, symBinAddr: 0xAA57C, symSize: 0x3CC } + - { offsetInCU: 0x242FB, offset: 0xE09DA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SayAC10BezierPathVG_So9CGPathRefaTg5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16wx26VSitKFSo9CGPathRefaSayAC10Z11PathVGXEfU_SiTf1nnnnnc_nTf4nnndxn_n', symObjAddr: 0x346F8, symBinAddr: 0xAA948, symSize: 0xD30 } + - { offsetInCU: 0x24F44, offset: 0xE1623, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC7EllipseCAJV_Tg5Tf4nd_n', symObjAddr: 0x3561C, symBinAddr: 0xAB86C, symSize: 0x29C } + - { offsetInCU: 0x253AC, offset: 0xE1A8B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC7EllipseCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC7t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb48E13addAnimations3for7context14pathMultiplieryAC7t33C_AC0B16AnimationContextVSitKFSo9p7RefaAI8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x358B8, symBinAddr: 0xABB08, symSize: 0x984 } + - { offsetInCU: 0x25C7A, offset: 0xE2359, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC7EllipseCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16d29ContextVSitKFSo9CGPathRefaAI8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x366D8, symBinAddr: 0xAC928, symSize: 0x434 } + - { offsetInCU: 0x25EC5, offset: 0xE25A4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b48E13addAnimations3for7context14pathMultiplieryAC7z8C_AC0B16wx22VSitKFSo9CGPathRefaAI8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x36B0C, symBinAddr: 0xACD5C, symSize: 0xD1C } + - { offsetInCU: 0x26B0E, offset: 0xE31ED, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC9RectangleCAJV_Tg5Tf4nd_n', symObjAddr: 0x37A1C, symBinAddr: 0xADC6C, symSize: 0x29C } + - { offsetInCU: 0x26F7F, offset: 0xE365E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC9RectangleCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC9t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9t49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x37CB8, symBinAddr: 0xADF08, symSize: 0xAD0 } + - { offsetInCU: 0x278A1, offset: 0xE3F80, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC9RectangleCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16d45ContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x38B24, symBinAddr: 0xAED74, symSize: 0x434 } + - { offsetInCU: 0x27AEC, offset: 0xE41CB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9z8C_AC0B16wx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x38F58, symBinAddr: 0xAF1A8, symSize: 0xD1C } + - { offsetInCU: 0x28735, offset: 0xE4E14, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC4StarCAJV_Tg5Tf4nd_n', symObjAddr: 0x39E68, symBinAddr: 0xB00B8, symSize: 0x29C } + - { offsetInCU: 0x28B9A, offset: 0xE5279, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb13E19addPolygony67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4t24C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3A104, symBinAddr: 0xB0354, symSize: 0xB0C } + - { offsetInCU: 0x29513, offset: 0xE5BF2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb6E16addty93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3AFB4, symBinAddr: 0xB1204, symSize: 0xA2C } + - { offsetInCU: 0x29DC4, offset: 0xE64A3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S38VxKXEfU0_SaySdG_SaySo10CGColorRefaGTG5xq_s5Error_pr0_lyAPSaySo07CGColorQ0aGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x3CF40, symBinAddr: 0xB3190, symSize: 0x7A8 } + - { offsetInCU: 0x2A352, offset: 0xE6A31, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSaySo10CGColorRefaG_TB5Tf4nnnnnd_n', symObjAddr: 0x3D6E8, symBinAddr: 0xB3938, symSize: 0x91C } + - { offsetInCU: 0x2AE4A, offset: 0xE7529, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S46VxKXEfU0_SaySdG_Say12CoreGraphics7CGFloatVGTG5xq_s5Error_pr0_lyAPSay12CoreGraphics7CGFloatVGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x3E004, symBinAddr: 0xB4254, symSize: 0x7A8 } + - { offsetInCU: 0x2B3D8, offset: 0xE7AB7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSay12CoreGraphics7CGFloatVG_TB5Tf4nnnnnd_n', symObjAddr: 0x3E7AC, symBinAddr: 0xB49FC, symSize: 0x91C } + - { offsetInCU: 0x2BEDF, offset: 0xE85BE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x3F564, symBinAddr: 0xB57B4, symSize: 0x290 } + - { offsetInCU: 0x2C27A, offset: 0xE8959, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x3F7F4, symBinAddr: 0xB5A44, symSize: 0x3AC } + - { offsetInCU: 0x2C4AC, offset: 0xE8B8B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V55AELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x3FD38, symBinAddr: 0xB5F88, symSize: 0x290 } + - { offsetInCU: 0x2C818, offset: 0xE8EF7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x3FFC8, symBinAddr: 0xB6218, symSize: 0x3BC } + - { offsetInCU: 0x2CA7E, offset: 0xE915D, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySdG_s15EmptyCollectionVySdGTg5Tf4nndn_n', symObjAddr: 0x417F8, symBinAddr: 0xB7A48, symSize: 0x15C } + - { offsetInCU: 0x2CB9C, offset: 0xE927B, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VyypG_s15EmptyCollectionVyypGTg5Tf4nndn_n', symObjAddr: 0x41968, symBinAddr: 0xB7BB8, symSize: 0x194 } + - { offsetInCU: 0x2CD5B, offset: 0xE943A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo13CATransform3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So13T9DV_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So13T6DV_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x41DB0, symBinAddr: 0xB8000, symSize: 0x678 } + - { offsetInCU: 0x2D235, offset: 0xE9914, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSo13CATransform3DV_Tg5Tf4xnnn_n', symObjAddr: 0x42808, symBinAddr: 0xB8A58, symSize: 0x2C4 } + - { offsetInCU: 0x2D3CF, offset: 0xE9AAE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAO_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_A__A_TG5xq_s5Error_pr0_lyA2OIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf20ContextVtKlFxxXEfU0_uS5V_TG5Tf1nncn_nTf4ndd_n', symObjAddr: 0x42D6C, symBinAddr: 0xB8FBC, symSize: 0x290 } + - { offsetInCU: 0x2D76A, offset: 0xE9E49, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG35ContextVtKlFxxXEfU0_So7CGPointV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x42FFC, symBinAddr: 0xB924C, symSize: 0x3BC } + - { offsetInCU: 0x2DA39, offset: 0xEA118, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlF12CoreGraphics7CGFloatV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s11VxKXEfU0_12t9Graphics7V8V_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf22ContextVtKlFxxXEfU0_12t9Graphics7V5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x433B8, symBinAddr: 0xB9608, symSize: 0x664 } + - { offsetInCU: 0x2DF23, offset: 0xEA602, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlF12CoreGraphics7CGFloatV_Tg5Tf4xnnn_n', symObjAddr: 0x43A48, symBinAddr: 0xB9C98, symSize: 0x238 } + - { offsetInCU: 0x2E00A, offset: 0xEA6E9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7X34VtKFSo7CGPointVAC0B8Vector3DVXEfU_AbTTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x43C80, symBinAddr: 0xB9ED0, symSize: 0x7B4 } + - { offsetInCU: 0x2E48C, offset: 0xEAB6B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12addAnimation3for9keyframes5value7contextyAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0iD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b102E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05i2F7m7VtKFSo7q6VAC0B8P7DVXEfU_AbPTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x44434, symBinAddr: 0xBA684, symSize: 0x260 } + - { offsetInCU: 0x2E66B, offset: 0xEAD4A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSb_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_Sb_SbTG5xq_s5Error_pr0_lyS2bIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rF26ContextVtKlFxxXEfU0_Sb_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x44694, symBinAddr: 0xBA8E4, symSize: 0x664 } + - { offsetInCU: 0x2EB55, offset: 0xEB234, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSb_Tg5Tf4xnnn_n', symObjAddr: 0x450D8, symBinAddr: 0xBB328, symSize: 0x224 } + - { offsetInCU: 0x2ED00, offset: 0xEB3DF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo07CGColorQ0a_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So10T11Refa_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So10T8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x452FC, symBinAddr: 0xBB54C, symSize: 0x664 } + - { offsetInCU: 0x2F239, offset: 0xEB918, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo10CGColorRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG39ContextVtKlFxxXEfU0_So10CGColorRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x45960, symBinAddr: 0xBBBB0, symSize: 0x3C8 } + - { offsetInCU: 0x2F435, offset: 0xEBB14, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So6T5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x45D28, symBinAddr: 0xBBF78, symSize: 0x68C } + - { offsetInCU: 0x2F925, offset: 0xEC004, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG34ContextVtKlFxxXEfU0_So6CGSizeV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x463B4, symBinAddr: 0xBC604, symSize: 0x3C0 } + - { offsetInCU: 0x2FBF1, offset: 0xEC2D0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAI_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So9P11Refa_A1_TG5xq_s5Error_pr0_lyA2IIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So9P8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x469C0, symBinAddr: 0xBCC10, symSize: 0x664 } + - { offsetInCU: 0x3011B, offset: 0xEC7FA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo9CGPathRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG37ContextVtKlFxxXEfU0_So9CGPathRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x47024, symBinAddr: 0xBD274, symSize: 0x3C8 } + - { offsetInCU: 0x30426, offset: 0xECB05, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC7EllipseC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16dx22VSitKFSo9CGPathRefaAI8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x47600, symBinAddr: 0xBD850, symSize: 0x7B0 } + - { offsetInCU: 0x309B4, offset: 0xED093, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC9RectangleC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16dx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x47DB0, symBinAddr: 0xBE000, symSize: 0x7B8 } + - { offsetInCU: 0x30FCC, offset: 0xED6AB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b98E16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x48568, symBinAddr: 0xBE7B8, symSize: 0x838 } + - { offsetInCU: 0x3147D, offset: 0xEDB5C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b103E19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x48DA0, symBinAddr: 0xBEFF0, symSize: 0x838 } + - { offsetInCU: 0x319C0, offset: 0xEE09F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySo07CGColorQ0aG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SaySo10T12RefaG_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf27ContextVtKlFxxXEfU0_SaySo10T9RefaG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x495D8, symBinAddr: 0xBF828, symSize: 0x664 } + - { offsetInCU: 0x31EFE, offset: 0xEE5DD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSaySo10CGColorRefaG_A0_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG43ContextVtKlFxxXEfU0_SaySo10CGColorRefaG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x49C3C, symBinAddr: 0xBFE8C, symSize: 0x3C0 } + - { offsetInCU: 0x321CA, offset: 0xEE8A9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSay12CoreGraphics7CGFloatVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_Say12t9Graphics7V9VG_A3_TG5xq_s5Error_pr0_lyA2SIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf25ContextVtKlFxxXEfU0_Say12t9Graphics7V6VG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4A2A8, symBinAddr: 0xC04F8, symSize: 0x664 } + - { offsetInCU: 0x32708, offset: 0xEEDE7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSay12CoreGraphics7CGFloatVG_A1_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG51ContextVtKlFxxXEfU0_Say12CoreGraphics7CGFloatVG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4A90C, symBinAddr: 0xC0B5C, symSize: 0x3C0 } + - { offsetInCU: 0x32985, offset: 0xEF064, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX34VtKFSo7CGPointVAA0A8Vector3DVXEfU_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x4AF50, symBinAddr: 0xC11A0, symSize: 0x808 } + - { offsetInCU: 0x32E6B, offset: 0xEF54A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX35VtKFSo7CGPointVAA0A8Vector3DVXEfU0_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x4B758, symBinAddr: 0xC19A8, symSize: 0x808 } + - { offsetInCU: 0x3333B, offset: 0xEFA1A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x4BF60, symBinAddr: 0xC21B0, symSize: 0x690 } + - { offsetInCU: 0x337C5, offset: 0xEFEA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOr', symObjAddr: 0x4C630, symBinAddr: 0xC2840, symSize: 0xB8 } + - { offsetInCU: 0x337D9, offset: 0xEFEB8, size: 0x8, addend: 0x0, symName: '_$sSSWOr', symObjAddr: 0x4C6F8, symBinAddr: 0xC28F8, symSize: 0x28 } + - { offsetInCU: 0x337ED, offset: 0xEFECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOs', symObjAddr: 0x4C720, symBinAddr: 0xC2920, symSize: 0xB8 } + - { offsetInCU: 0x33801, offset: 0xEFEE0, size: 0x8, addend: 0x0, symName: '_$sSSWOs', symObjAddr: 0x4C7E8, symBinAddr: 0xC29D8, symSize: 0x28 } + - { offsetInCU: 0x33815, offset: 0xEFEF4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC010BezierPathV0V_So9CGPathRefaTg5TA', symObjAddr: 0x4C84C, symBinAddr: 0xC2A1C, symSize: 0x18 } + - { offsetInCU: 0x33829, offset: 0xEFF08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4C864, symBinAddr: 0xC2A34, symSize: 0x8 } + - { offsetInCU: 0x3383D, offset: 0xEFF1C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5TA', symObjAddr: 0x4C8D8, symBinAddr: 0xC2A74, symSize: 0x8 } + - { offsetInCU: 0x33851, offset: 0xEFF30, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x4C8E0, symBinAddr: 0xC2A7C, symSize: 0x8 } + - { offsetInCU: 0x33865, offset: 0xEFF44, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_TA', symObjAddr: 0x4C8E8, symBinAddr: 0xC2A84, symSize: 0x8 } + - { offsetInCU: 0x33879, offset: 0xEFF58, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4C8F0, symBinAddr: 0xC2A8C, symSize: 0x8 } + - { offsetInCU: 0x3388D, offset: 0xEFF6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4C9A8, symBinAddr: 0xC2A94, symSize: 0x8 } + - { offsetInCU: 0x338A1, offset: 0xEFF80, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So9CGPathRefa_A1_TG5TA', symObjAddr: 0x4CA38, symBinAddr: 0xC2A9C, symSize: 0x20 } + - { offsetInCU: 0x33918, offset: 0xEFFF7, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy6Lottie16AnimationKeypathV7keypath_AL16AnyValueProvider_p05valueP0tG_s15EmptyCollectionVyAnO_AlP_pAQtGTg5Tf4nndn_n', symObjAddr: 0x4CA58, symBinAddr: 0xC2ABC, symSize: 0x1B0 } + - { offsetInCU: 0x339F2, offset: 0xF00D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOr', symObjAddr: 0x4CCEC, symBinAddr: 0xC2D50, symSize: 0x2C } + - { offsetInCU: 0x33A06, offset: 0xF00E5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x4CD70, symBinAddr: 0xC2DD4, symSize: 0x20 } + - { offsetInCU: 0x33A1A, offset: 0xF00F9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4CD90, symBinAddr: 0xC2DF4, symSize: 0x1C } + - { offsetInCU: 0x33A2E, offset: 0xF010D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4CDAC, symBinAddr: 0xC2E10, symSize: 0x1C } + - { offsetInCU: 0x33A42, offset: 0xF0121, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4CDC8, symBinAddr: 0xC2E2C, symSize: 0x1C } + - { offsetInCU: 0x33A56, offset: 0xF0135, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOs', symObjAddr: 0x4CDE4, symBinAddr: 0xC2E48, symSize: 0x2C } + - { offsetInCU: 0x33A6A, offset: 0xF0149, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_12CoreGraphics7CGFloatV_A2_TG5TA', symObjAddr: 0x4CE10, symBinAddr: 0xC2E74, symSize: 0x20 } + - { offsetInCU: 0x33A7E, offset: 0xF015D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5TA', symObjAddr: 0x4CE4C, symBinAddr: 0xC2EB0, symSize: 0x8 } + - { offsetInCU: 0x33A92, offset: 0xF0171, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_So10CGColorRefa_Tg5TA', symObjAddr: 0x4CE54, symBinAddr: 0xC2EB8, symSize: 0x1C } + - { offsetInCU: 0x33AA6, offset: 0xF0185, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x4CE70, symBinAddr: 0xC2ED4, symSize: 0x1C } + - { offsetInCU: 0x33ABA, offset: 0xF0199, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_So10CGColorRefa_Tg5TA', symObjAddr: 0x4CE8C, symBinAddr: 0xC2EF0, symSize: 0x1C } + - { offsetInCU: 0x33ACE, offset: 0xF01AD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So10CGColorRefa_A1_TG5TA', symObjAddr: 0x4CEA8, symBinAddr: 0xC2F0C, symSize: 0x20 } + - { offsetInCU: 0x33AF4, offset: 0xF01D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_SayAA10BezierPathVG_TG5TA', symObjAddr: 0x4CEE4, symBinAddr: 0xC2F48, symSize: 0x58 } + - { offsetInCU: 0x33B1D, offset: 0xF01FC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SayAC10BezierPathVG_So9CGPathRefaTG5TA', symObjAddr: 0x4CF3C, symBinAddr: 0xC2FA0, symSize: 0x20 } + - { offsetInCU: 0x33B31, offset: 0xF0210, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4CF78, symBinAddr: 0xC2FDC, symSize: 0x8 } + - { offsetInCU: 0x33B45, offset: 0xF0224, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4CF9C, symBinAddr: 0xC3000, symSize: 0x8 } + - { offsetInCU: 0x33B59, offset: 0xF0238, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4CFC0, symBinAddr: 0xC3024, symSize: 0x8 } + - { offsetInCU: 0x33B6D, offset: 0xF024C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTG5TA', symObjAddr: 0x4D000, symBinAddr: 0xC3064, symSize: 0x20 } + - { offsetInCU: 0x33B81, offset: 0xF0260, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Say12CoreGraphics7CGFloatVG_A3_TG5TA', symObjAddr: 0x4D020, symBinAddr: 0xC3084, symSize: 0x20 } + - { offsetInCU: 0x33B95, offset: 0xF0274, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySo10CGColorRefaG_A2_TG5TA', symObjAddr: 0x4D040, symBinAddr: 0xC30A4, symSize: 0x20 } + - { offsetInCU: 0x33BA9, offset: 0xF0288, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC4HoldVySo13CATransform3DVG_AYTg5TA', symObjAddr: 0x4D07C, symBinAddr: 0xC30E0, symSize: 0x18 } + - { offsetInCU: 0x33BBD, offset: 0xF029C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5TA', symObjAddr: 0x4D094, symBinAddr: 0xC30F8, symSize: 0x8 } + - { offsetInCU: 0x33BD1, offset: 0xF02B0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5TA', symObjAddr: 0x4D09C, symBinAddr: 0xC3100, symSize: 0x8 } + - { offsetInCU: 0x33BE5, offset: 0xF02C4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x4D0A4, symBinAddr: 0xC3108, symSize: 0x8 } + - { offsetInCU: 0x33BF9, offset: 0xF02D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGACyxGAA03AnybC0A2A0F14InterpolatableRzlWl', symObjAddr: 0x4D0AC, symBinAddr: 0xC3110, symSize: 0x70 } + - { offsetInCU: 0x33C0D, offset: 0xF02EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyKeyframeGroup_pWOb', symObjAddr: 0x4D160, symBinAddr: 0xC31C4, symSize: 0x18 } + - { offsetInCU: 0x33C21, offset: 0xF0300, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5TA', symObjAddr: 0x4D1F8, symBinAddr: 0xC31F8, symSize: 0x8 } + - { offsetInCU: 0x33C35, offset: 0xF0314, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5TA', symObjAddr: 0x4D2B8, symBinAddr: 0xC32B8, symSize: 0x8 } + - { offsetInCU: 0x33C49, offset: 0xF0328, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5TA', symObjAddr: 0x4D2C0, symBinAddr: 0xC32C0, symSize: 0x8 } + - { offsetInCU: 0x33C83, offset: 0xF0362, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W15Vector1DVXEfU0_SiTf1nnnnnc_n', symObjAddr: 0x0, symBinAddr: 0x76250, symSize: 0x284 } + - { offsetInCU: 0x33E4B, offset: 0xF052A, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W14Vector1DVXEfU_SiTf1nnnnnc_n', symObjAddr: 0x284, symBinAddr: 0x764D4, symSize: 0x284 } + - { offsetInCU: 0x34052, offset: 0xF0731, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_12CoreGraphics7CGFloatVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC0B8e5DV_12f9Graphics7H4VTG5xq_s5Error_pr0_lyAiNIsgnrzo_Tf1cn_n0ijklc49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234o73FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12f9Graphics7h6VAC0B8E8DVXEfU0_Tf1nc_n', symObjAddr: 0xD04, symBinAddr: 0x76F54, symSize: 0x160 } + - { offsetInCU: 0x3429E, offset: 0xF097D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySo6CGSizeVGG_AITg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wn29ContextVtKr0_lFq_ARKXEfU1_So6E7V_A_TG5xq_s5Error_pr0_lyA2IIsgnrzo_Tf1cn_n0fghic18E24addShadowOffsetk92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6E9VALXEfU0_Tf1nc_n', symObjAddr: 0x1338, symBinAddr: 0x77588, symSize: 0x14C } + - { offsetInCU: 0x34568, offset: 0xF0C47, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1ncn_n', symObjAddr: 0x1484, symBinAddr: 0x776D4, symSize: 0x380 } + - { offsetInCU: 0x34910, offset: 0xF0FEF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySayAE10BezierPathVGGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq33ContextVtKr0_lFq_ARKXEfU1_SayAC10ef6VG_So9G7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9g11RefaSayAC10eF7VGXEfU_SiTf1nc_n', symObjAddr: 0x1978, symBinAddr: 0x77BC8, symSize: 0x180 } + - { offsetInCU: 0x34B4C, offset: 0xF122B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0ww30ContextVtKr0_lFq_ARKXEfU1_AC23ef12Keyframes33_hijklm5CLLV_pN4VTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n011$s6Lottie19f17RenderLayerC09adde16B10Animations33_hijklm62CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7n7VAA0fB9G57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nc_n', symObjAddr: 0x1AF8, symBinAddr: 0x77D48, symSize: 0x14C } + - { offsetInCU: 0x34DF3, offset: 0xF14D2, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs18ReversedCollectionVySay6Lottie5GroupCGG_AH0G5LayerCTg5', symObjAddr: 0x1F1C, symBinAddr: 0x7816C, symSize: 0x224 } + - { offsetInCU: 0x35097, offset: 0xF1776, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x263C, symBinAddr: 0x7888C, symSize: 0x130 } + - { offsetInCU: 0x35124, offset: 0xF1803, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x276C, symBinAddr: 0x789BC, symSize: 0xA0 } + - { offsetInCU: 0x351B1, offset: 0xF1890, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie0D5ColorVTB5', symObjAddr: 0x280C, symBinAddr: 0x78A5C, symSize: 0xF4 } + - { offsetInCU: 0x35244, offset: 0xF1923, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x2900, symBinAddr: 0x78B50, symSize: 0x128 } + - { offsetInCU: 0x352F9, offset: 0xF19D8, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x2A28, symBinAddr: 0x78C78, symSize: 0xF8 } + - { offsetInCU: 0x35386, offset: 0xF1A65, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x2B20, symBinAddr: 0x78D70, symSize: 0x100 } + - { offsetInCU: 0x35413, offset: 0xF1AF2, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x2C20, symBinAddr: 0x78E70, symSize: 0x108 } + - { offsetInCU: 0x354A0, offset: 0xF1B7F, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x2D28, symBinAddr: 0x78F78, symSize: 0xF4 } + - { offsetInCU: 0x356C4, offset: 0xF1DA3, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSo13CATransform3DV_ypTg5', symObjAddr: 0x4F6C, symBinAddr: 0x7B1BC, symSize: 0x150 } + - { offsetInCU: 0x358BF, offset: 0xF1F9E, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_ypTg5', symObjAddr: 0x50BC, symBinAddr: 0x7B30C, symSize: 0x120 } + - { offsetInCU: 0x35AC2, offset: 0xF21A1, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSb_ypTg5', symObjAddr: 0x51DC, symBinAddr: 0x7B42C, symSize: 0x120 } + - { offsetInCU: 0x35CC2, offset: 0xF23A1, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_So8NSNumberCTg5', symObjAddr: 0x5668, symBinAddr: 0x7B8B8, symSize: 0xC4 } + - { offsetInCU: 0x35EE1, offset: 0xF25C0, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie13KeyframeGroupCyAD10BezierPathVG_AD03AnyeF0_pTg5', symObjAddr: 0x586C, symBinAddr: 0x7BABC, symSize: 0x1DC } + - { offsetInCU: 0x360FA, offset: 0xF27D9, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie12AnimatorNode_p_AD17KeypathSearchable_pTg5', symObjAddr: 0x5A48, symBinAddr: 0x7BC98, symSize: 0x19C } + - { offsetInCU: 0x362E4, offset: 0xF29C3, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie16CompositionLayerC_AD17KeypathSearchable_pTg5', symObjAddr: 0x5BE4, symBinAddr: 0x7BE34, symSize: 0x1CC } + - { offsetInCU: 0x364AB, offset: 0xF2B8A, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSo13CATransform3DV_Tg5', symObjAddr: 0x5DB0, symBinAddr: 0x7C000, symSize: 0xB4 } + - { offsetInCU: 0x36554, offset: 0xF2C33, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tF12CoreGraphics7CGFloatV5start_AE3endt_Tg5', symObjAddr: 0x5F14, symBinAddr: 0x7C164, symSize: 0x90 } + - { offsetInCU: 0x365F5, offset: 0xF2CD4, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSS_Tg5', symObjAddr: 0x5FA4, symBinAddr: 0x7C1F4, symSize: 0x88 } + - { offsetInCU: 0x37636, offset: 0xF3D15, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x16AF0, symBinAddr: 0x8CD40, symSize: 0x1AC } + - { offsetInCU: 0x37816, offset: 0xF3EF5, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wo31ContextVtKr0_lFq_ARKXEfU1_AC0B8e3DV_hF4VTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0ghijc17E23addAnchorPointl26_FCF865A3410C50F6C3BA6E234m67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7f6VAC0B8E7DVXEfU_So0I0CAE21LayerAnimationContextVTf1nc_nTf4ngg_n', symObjAddr: 0x1743C, symBinAddr: 0x8D68C, symSize: 0x2CC } + - { offsetInCU: 0x37B07, offset: 0xF41E6, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234L94FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AtRTf1nnnnnc_nTf4nnnnngg_n', symObjAddr: 0x1892C, symBinAddr: 0x8EB7C, symSize: 0x2A8 } + - { offsetInCU: 0x37D7D, offset: 0xF445C, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1B98C, symBinAddr: 0x91BDC, symSize: 0x1A4 } + - { offsetInCU: 0x37F5D, offset: 0xF463C, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1C558, symBinAddr: 0x927A8, symSize: 0x1A4 } + - { offsetInCU: 0x3813D, offset: 0xF481C, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU3_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1D114, symBinAddr: 0x93364, symSize: 0x198 } + - { offsetInCU: 0x3831D, offset: 0xF49FC, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU2_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1D910, symBinAddr: 0x93B60, symSize: 0x198 } + - { offsetInCU: 0x384FD, offset: 0xF4BDC, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU1_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1EDF4, symBinAddr: 0x95044, symSize: 0x198 } + - { offsetInCU: 0x386DD, offset: 0xF4DBC, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI113E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1F5F0, symBinAddr: 0x95840, symSize: 0x1A4 } + - { offsetInCU: 0x388BD, offset: 0xF4F9C, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI206E24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1FDF8, symBinAddr: 0x96048, symSize: 0x1A4 } + - { offsetInCU: 0x38A9D, offset: 0xF517C, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI161E25addShadowOpacityAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x20600, symBinAddr: 0x96850, symSize: 0x1A4 } + - { offsetInCU: 0x38C7D, offset: 0xF535C, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x22BA8, symBinAddr: 0x98DF8, symSize: 0x1A4 } + - { offsetInCU: 0x38E5D, offset: 0xF553C, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x240A4, symBinAddr: 0x9A2F4, symSize: 0x1A4 } + - { offsetInCU: 0x39053, offset: 0xF5732, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x24E74, symBinAddr: 0x9B0C4, symSize: 0x1AC } + - { offsetInCU: 0x39233, offset: 0xF5912, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x26744, symBinAddr: 0x9C994, symSize: 0x1AC } + - { offsetInCU: 0x395F7, offset: 0xF5CD6, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghI190E23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x29A08, symBinAddr: 0x9FC58, symSize: 0x198 } + - { offsetInCU: 0x397D7, offset: 0xF5EB6, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi44E13addAnimations3for7contextyAC4FillC_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2A834, symBinAddr: 0xA0A84, symSize: 0x198 } + - { offsetInCU: 0x399B7, offset: 0xF6096, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2B29C, symBinAddr: 0xA14EC, symSize: 0x198 } + - { offsetInCU: 0x39B97, offset: 0xF6276, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n054$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16D43ContextV_tKFSo10CGColorRefaAA0A5ColorVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2C9EC, symBinAddr: 0xA2C3C, symSize: 0x198 } + - { offsetInCU: 0x39E6C, offset: 0xF654B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8g8CGSgAC0wp38ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC010eF20Y0V_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x2EDAC, symBinAddr: 0xA4FFC, symSize: 0x1F4 } + - { offsetInCU: 0x3A1B9, offset: 0xF6898, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_nTf4ngn_n', symObjAddr: 0x32734, symBinAddr: 0xA8984, symSize: 0x388 } + - { offsetInCU: 0x3A5E7, offset: 0xF6CC6, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC7E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x35428, symBinAddr: 0xAB678, symSize: 0x1F4 } + - { offsetInCU: 0x3A87B, offset: 0xF6F5A, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC7e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc48E13addAnimations3for7context14pathMultiplieryAC7e33C_AC0B16AnimationContextVSitKFSo9f7RefaAI8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3623C, symBinAddr: 0xAC48C, symSize: 0x49C } + - { offsetInCU: 0x3AEB8, offset: 0xF7597, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC9E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x37828, symBinAddr: 0xADA78, symSize: 0x1F4 } + - { offsetInCU: 0x3B137, offset: 0xF7816, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC9e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9e49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x38788, symBinAddr: 0xAE9D8, symSize: 0x39C } + - { offsetInCU: 0x3B539, offset: 0xF7C18, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC4E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x39C74, symBinAddr: 0xAFEC4, symSize: 0x1F4 } + - { offsetInCU: 0x3B7B8, offset: 0xF7E97, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc13E19addPolygonm67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4e24C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3AC10, symBinAddr: 0xB0E60, symSize: 0x3A4 } + - { offsetInCU: 0x3BB1C, offset: 0xF81FB, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc6E16addem93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3B9E0, symBinAddr: 0xB1C30, symSize: 0x3AC } + - { offsetInCU: 0x3C04B, offset: 0xF872A, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x3FBA0, symBinAddr: 0xB5DF0, symSize: 0x198 } + - { offsetInCU: 0x3C22B, offset: 0xF890A, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x4106C, symBinAddr: 0xB72BC, symSize: 0x198 } + - { offsetInCU: 0x2B, offset: 0xF9B7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xC40CC, symSize: 0x3C } + - { offsetInCU: 0x6D, offset: 0xF9BBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xC40CC, symSize: 0x3C } + - { offsetInCU: 0xBF, offset: 0xF9C11, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x5C, symBinAddr: 0xC4128, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0xF9C52, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x68, symBinAddr: 0xC4134, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xF9C93, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x98, symBinAddr: 0xC4164, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0xF9CC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesC5shapeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x378, symBinAddr: 0xC4444, symSize: 0x1C8 } + - { offsetInCU: 0x3AA, offset: 0xF9EFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCMa', symObjAddr: 0x3C, symBinAddr: 0xC4108, symSize: 0x20 } + - { offsetInCU: 0x3E8, offset: 0xF9F3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCfD', symObjAddr: 0xA4, symBinAddr: 0xC4170, symSize: 0x34 } + - { offsetInCU: 0x449, offset: 0xF9F9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0xF8, symBinAddr: 0xC41C4, symSize: 0x44 } + - { offsetInCU: 0x495, offset: 0xF9FE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x13C, symBinAddr: 0xC4208, symSize: 0x24 } + - { offsetInCU: 0x4F1, offset: 0xFA043, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x160, symBinAddr: 0xC422C, symSize: 0x84 } + - { offsetInCU: 0x593, offset: 0xFA0E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E4, symBinAddr: 0xC42B0, symSize: 0x8 } + - { offsetInCU: 0x5B3, offset: 0xFA105, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E4, symBinAddr: 0xC42B0, symSize: 0x8 } + - { offsetInCU: 0x616, offset: 0xFA168, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1EC, symBinAddr: 0xC42B8, symSize: 0x10 } + - { offsetInCU: 0x636, offset: 0xFA188, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1EC, symBinAddr: 0xC42B8, symSize: 0x10 } + - { offsetInCU: 0x67D, offset: 0xFA1CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1FC, symBinAddr: 0xC42C8, symSize: 0x8 } + - { offsetInCU: 0x69D, offset: 0xFA1EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1FC, symBinAddr: 0xC42C8, symSize: 0x8 } + - { offsetInCU: 0x6BE, offset: 0xFA210, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x204, symBinAddr: 0xC42D0, symSize: 0x8 } + - { offsetInCU: 0x6DE, offset: 0xFA230, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x204, symBinAddr: 0xC42D0, symSize: 0x8 } + - { offsetInCU: 0x6FF, offset: 0xFA251, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x20C, symBinAddr: 0xC42D8, symSize: 0x8 } + - { offsetInCU: 0x71F, offset: 0xFA271, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x20C, symBinAddr: 0xC42D8, symSize: 0x8 } + - { offsetInCU: 0x740, offset: 0xFA292, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x214, symBinAddr: 0xC42E0, symSize: 0x8 } + - { offsetInCU: 0x760, offset: 0xFA2B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x214, symBinAddr: 0xC42E0, symSize: 0x8 } + - { offsetInCU: 0x781, offset: 0xFA2D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x21C, symBinAddr: 0xC42E8, symSize: 0xC } + - { offsetInCU: 0x7A1, offset: 0xFA2F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x21C, symBinAddr: 0xC42E8, symSize: 0xC } + - { offsetInCU: 0x7C2, offset: 0xFA314, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x228, symBinAddr: 0xC42F4, symSize: 0x10 } + - { offsetInCU: 0x7E2, offset: 0xFA334, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x228, symBinAddr: 0xC42F4, symSize: 0x10 } + - { offsetInCU: 0x803, offset: 0xFA355, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x238, symBinAddr: 0xC4304, symSize: 0xC } + - { offsetInCU: 0x835, offset: 0xFA387, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeC06parentC05shapeAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x540, symBinAddr: 0xC460C, symSize: 0x114 } + - { offsetInCU: 0x8EE, offset: 0xFA440, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCMa', symObjAddr: 0xD8, symBinAddr: 0xC41A4, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0xFA479, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA10BezierPathV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x244, symBinAddr: 0xC4310, symSize: 0x134 } + - { offsetInCU: 0x2B, offset: 0xFA9A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xC4720, symSize: 0x4C } + - { offsetInCU: 0x6D, offset: 0xFA9EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xC4720, symSize: 0x4C } + - { offsetInCU: 0xBF, offset: 0xFAA3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x6C, symBinAddr: 0xC478C, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0xFAA7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x78, symBinAddr: 0xC4798, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xFAABE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xA8, symBinAddr: 0xC47C8, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0xFAAF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesC4trimAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x108C, symBinAddr: 0xC5748, symSize: 0x2FC } + - { offsetInCU: 0x448, offset: 0xFADC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCMa', symObjAddr: 0x4C, symBinAddr: 0xC476C, symSize: 0x20 } + - { offsetInCU: 0x6D4, offset: 0xFB051, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB4, symBinAddr: 0xC47D4, symSize: 0xE3C } + - { offsetInCU: 0x19B8, offset: 0xFC335, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCfD', symObjAddr: 0xEF0, symBinAddr: 0xC5610, symSize: 0x3C } + - { offsetInCU: 0x1A19, offset: 0xFC396, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xF4C, symBinAddr: 0xC566C, symSize: 0x44 } + - { offsetInCU: 0x1A65, offset: 0xFC3E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xF90, symBinAddr: 0xC56B0, symSize: 0x24 } + - { offsetInCU: 0x1AA6, offset: 0xFC423, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xFB4, symBinAddr: 0xC56D4, symSize: 0xC } + - { offsetInCU: 0x1AD8, offset: 0xFC455, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xFC0, symBinAddr: 0xC56E0, symSize: 0x4 } + - { offsetInCU: 0x1B03, offset: 0xFC480, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFC4, symBinAddr: 0xC56E4, symSize: 0x8 } + - { offsetInCU: 0x1B23, offset: 0xFC4A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFC4, symBinAddr: 0xC56E4, symSize: 0x8 } + - { offsetInCU: 0x1B44, offset: 0xFC4C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFCC, symBinAddr: 0xC56EC, symSize: 0x8 } + - { offsetInCU: 0x1B64, offset: 0xFC4E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFCC, symBinAddr: 0xC56EC, symSize: 0x8 } + - { offsetInCU: 0x1B85, offset: 0xFC502, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFD4, symBinAddr: 0xC56F4, symSize: 0x8 } + - { offsetInCU: 0x1BA5, offset: 0xFC522, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFD4, symBinAddr: 0xC56F4, symSize: 0x8 } + - { offsetInCU: 0x1BC6, offset: 0xFC543, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFDC, symBinAddr: 0xC56FC, symSize: 0x8 } + - { offsetInCU: 0x1BE6, offset: 0xFC563, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFDC, symBinAddr: 0xC56FC, symSize: 0x8 } + - { offsetInCU: 0x1C07, offset: 0xFC584, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE4, symBinAddr: 0xC5704, symSize: 0x8 } + - { offsetInCU: 0x1C27, offset: 0xFC5A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE4, symBinAddr: 0xC5704, symSize: 0x8 } + - { offsetInCU: 0x1C48, offset: 0xFC5C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFEC, symBinAddr: 0xC570C, symSize: 0x8 } + - { offsetInCU: 0x1C68, offset: 0xFC5E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFEC, symBinAddr: 0xC570C, symSize: 0x8 } + - { offsetInCU: 0x1C89, offset: 0xFC606, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xFF4, symBinAddr: 0xC5714, symSize: 0xC } + - { offsetInCU: 0x1CA9, offset: 0xFC626, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xFF4, symBinAddr: 0xC5714, symSize: 0xC } + - { offsetInCU: 0x1CCA, offset: 0xFC647, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1000, symBinAddr: 0xC5720, symSize: 0x10 } + - { offsetInCU: 0x1CEA, offset: 0xFC667, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1000, symBinAddr: 0xC5720, symSize: 0x10 } + - { offsetInCU: 0x1D1A, offset: 0xFC697, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x1010, symBinAddr: 0xC5730, symSize: 0x18 } + - { offsetInCU: 0x1D4F, offset: 0xFC6CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC06parentD04trim13upstreamPathsAcA08AnimatorD0_pSg_AA0B0CSayAA0c6OutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x1388, symBinAddr: 0xC5A44, symSize: 0x118 } + - { offsetInCU: 0x1E18, offset: 0xFC795, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCMa', symObjAddr: 0xF2C, symBinAddr: 0xC564C, symSize: 0x20 } + - { offsetInCU: 0x1F57, offset: 0xFC8D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOb', symObjAddr: 0x1528, symBinAddr: 0xC5B5C, symSize: 0x18 } + - { offsetInCU: 0x3F, offset: 0xFCCBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV8fullPathSSvg', symObjAddr: 0x0, symBinAddr: 0xC5B74, symSize: 0x7C } + - { offsetInCU: 0x18A, offset: 0xFCE08, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tF', symObjAddr: 0x7C, symBinAddr: 0xC5BF0, symSize: 0x4A0 } + - { offsetInCU: 0x7F3, offset: 0xFD471, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tF', symObjAddr: 0x51C, symBinAddr: 0xC6090, symSize: 0x2A8 } + - { offsetInCU: 0xB3F, offset: 0xFD7BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tF', symObjAddr: 0x7C4, symBinAddr: 0xC6338, symSize: 0x1AC } + - { offsetInCU: 0xE13, offset: 0xFDA91, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tF', symObjAddr: 0x970, symBinAddr: 0xC64E4, symSize: 0x4A0 } + - { offsetInCU: 0x134A, offset: 0xFDFC8, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE13equalsKeypathySbSSF', symObjAddr: 0xE10, symBinAddr: 0xC6984, symSize: 0x418 } + - { offsetInCU: 0x1649, offset: 0xFE2C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6popKeyyACSgSSF', symObjAddr: 0x1228, symBinAddr: 0xC6D9C, symSize: 0x1AC } + - { offsetInCU: 0x18A2, offset: 0xFE520, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV11propertyKeySSSgvg', symObjAddr: 0x1458, symBinAddr: 0xC6F48, symSize: 0xD0 } + - { offsetInCU: 0x1B4D, offset: 0xFE7CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tF', symObjAddr: 0x1528, symBinAddr: 0xC7018, symSize: 0x550 } + - { offsetInCU: 0x22A0, offset: 0xFEF1E, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE10firstIndex2of0C0QzSgAB_tFSS_Tg5', symObjAddr: 0x1A78, symBinAddr: 0xC7568, symSize: 0xE8 } + - { offsetInCU: 0x2362, offset: 0xFEFE0, size: 0x8, addend: 0x0, symName: '_$sSlsE6suffix4from11SubSequenceQz5IndexQz_tFSS_Tg5Tf4ng_n', symObjAddr: 0x1B60, symBinAddr: 0xC7650, symSize: 0x4C } + - { offsetInCU: 0x299, offset: 0xFF5BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC9animation13imageProvider04textG004fontG004maskC8ToBounds24compatibilityTrackerMode6loggerAcA0aC0C_AA0c5ImageG0_pAA0c11KeypathTextG0_pAA0c4FontG0_pSbAA013CompatibilityN0C0O0OAA0A6LoggerCtKcfc', symObjAddr: 0x0, symBinAddr: 0xC76E0, symSize: 0x2D4 } + - { offsetInCU: 0x442, offset: 0xFF763, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setupChildLayers33_5C367329EBD3162AE78388D54811A38BLLyyKF', symObjAddr: 0x2D4, symBinAddr: 0xC79B4, symSize: 0x140 } + - { offsetInCU: 0x4A0, offset: 0xFF7C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfc', symObjAddr: 0x414, symBinAddr: 0xC7AF4, symSize: 0x464 } + - { offsetInCU: 0x58A, offset: 0xFF8AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x878, symBinAddr: 0xC7F58, symSize: 0x4C } + - { offsetInCU: 0x5A6, offset: 0xFF8C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x8C4, symBinAddr: 0xC7FA4, symSize: 0x10C } + - { offsetInCU: 0x617, offset: 0xFF938, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x9D0, symBinAddr: 0xC80B0, symSize: 0x24 } + - { offsetInCU: 0x663, offset: 0xFF984, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9F4, symBinAddr: 0xC80D4, symSize: 0x40 } + - { offsetInCU: 0x6BD, offset: 0xFF9DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA34, symBinAddr: 0xC8114, symSize: 0x3C } + - { offsetInCU: 0x70D, offset: 0xFFA2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA70, symBinAddr: 0xC8150, symSize: 0x48 } + - { offsetInCU: 0x73F, offset: 0xFFA60, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x3F14, symBinAddr: 0xCB5B8, symSize: 0xD0 } + - { offsetInCU: 0x7E0, offset: 0xFFB01, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13imageProviderAA0c5ImageF0_pvs', symObjAddr: 0xCE0, symBinAddr: 0xC83C0, symSize: 0x230 } + - { offsetInCU: 0x9BD, offset: 0xFFCDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12fontProviderAA0c4FontF0_pvs', symObjAddr: 0xF10, symBinAddr: 0xC85F0, symSize: 0x25C } + - { offsetInCU: 0xB7C, offset: 0xFFE9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x116C, symBinAddr: 0xC884C, symSize: 0xA8 } + - { offsetInCU: 0xC27, offset: 0xFFF48, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x14C8, symBinAddr: 0xC8BA8, symSize: 0x2C } + - { offsetInCU: 0xC43, offset: 0xFFF64, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyF', symObjAddr: 0x14F4, symBinAddr: 0xC8BD4, symSize: 0x398 } + - { offsetInCU: 0xDC1, offset: 0x1000E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC05setupC033_5C367329EBD3162AE78388D54811A38BLL3foryAC0C13ConfigurationV_tKF', symObjAddr: 0x188C, symBinAddr: 0xC8F6C, symSize: 0x490 } + - { offsetInCU: 0xF61, offset: 0x100282, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyFTo', symObjAddr: 0x1D1C, symBinAddr: 0xC93FC, symSize: 0x2C } + - { offsetInCU: 0xF9B, offset: 0x1002BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x1D48, symBinAddr: 0xC9428, symSize: 0x10 } + - { offsetInCU: 0xFBB, offset: 0x1002DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x1D48, symBinAddr: 0xC9428, symSize: 0x10 } + - { offsetInCU: 0x1000, offset: 0x100321, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x1D58, symBinAddr: 0xC9438, symSize: 0x10 } + - { offsetInCU: 0x1020, offset: 0x100341, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x1D58, symBinAddr: 0xC9438, symSize: 0x10 } + - { offsetInCU: 0x1062, offset: 0x100383, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20currentPlaybackState33_5C367329EBD3162AE78388D54811A38BLLAC0fG0OSgvW', symObjAddr: 0x1D68, symBinAddr: 0xC9448, symSize: 0xE0 } + - { offsetInCU: 0x1136, offset: 0x100457, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC016setupPlaceholderC033_5C367329EBD3162AE78388D54811A38BLL7contextyAA0dC7ContextV_tF', symObjAddr: 0x2488, symBinAddr: 0xC9B68, symSize: 0x218 } + - { offsetInCU: 0x11DC, offset: 0x1004FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCACycfcTo', symObjAddr: 0x288C, symBinAddr: 0xC9F6C, symSize: 0x2C } + - { offsetInCU: 0x1243, offset: 0x100564, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfD', symObjAddr: 0x29D4, symBinAddr: 0xCA0B4, symSize: 0x34 } + - { offsetInCU: 0x12EA, offset: 0x10060B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP06lottiecD0AA0acD0CSgvsTW', symObjAddr: 0x3CD4, symBinAddr: 0xCB3B0, symSize: 0x34 } + - { offsetInCU: 0x132D, offset: 0x10064E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP13imageProviderAA0c5ImageG0_pvsTW', symObjAddr: 0x3D64, symBinAddr: 0xCB440, symSize: 0x4 } + - { offsetInCU: 0x1358, offset: 0x100679, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12textProviderAA0c11KeypathTextG0_pvsTW', symObjAddr: 0x3D68, symBinAddr: 0xCB444, symSize: 0x24 } + - { offsetInCU: 0x138A, offset: 0x1006AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12fontProviderAA0c4FontG0_pvsTW', symObjAddr: 0x3D8C, symBinAddr: 0xCB468, symSize: 0x4 } + - { offsetInCU: 0x13C4, offset: 0x1006E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12textProviderAA0c11KeypathTextF0_pvsTf4gn_n', symObjAddr: 0x42B8, symBinAddr: 0xCB784, symSize: 0xAC } + - { offsetInCU: 0x1525, offset: 0x100846, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12reloadImagesyyF', symObjAddr: 0xAB8, symBinAddr: 0xC8198, symSize: 0x228 } + - { offsetInCU: 0x1831, offset: 0x100B52, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvs', symObjAddr: 0x1214, symBinAddr: 0xC88F4, symSize: 0x2B4 } + - { offsetInCU: 0x1A20, offset: 0x100D41, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC45validateReasonableNumberOfTimeRemappingLayersyyKF', symObjAddr: 0x1E48, symBinAddr: 0xC9528, symSize: 0x514 } + - { offsetInCU: 0x1E35, offset: 0x101156, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16removeAnimationsyyF', symObjAddr: 0x235C, symBinAddr: 0xC9A3C, symSize: 0x12C } + - { offsetInCU: 0x1FC4, offset: 0x1012E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC02isC7PlayingSbSgvg', symObjAddr: 0x26A0, symBinAddr: 0xC9D80, symSize: 0xBC } + - { offsetInCU: 0x200C, offset: 0x10132D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvg', symObjAddr: 0x275C, symBinAddr: 0xC9E3C, symSize: 0x130 } + - { offsetInCU: 0x208B, offset: 0x1013AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfE', symObjAddr: 0x28B8, symBinAddr: 0xC9F98, symSize: 0x11C } + - { offsetInCU: 0x20B8, offset: 0x1013D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfETo', symObjAddr: 0x2A08, symBinAddr: 0xCA0E8, symSize: 0x128 } + - { offsetInCU: 0x20E7, offset: 0x101408, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCMa', symObjAddr: 0x2B30, symBinAddr: 0xCA210, symSize: 0x20 } + - { offsetInCU: 0x20FB, offset: 0x10141C, size: 0x8, addend: 0x0, symName: ___swift_memcpy9_8, symObjAddr: 0x2B50, symBinAddr: 0xCA230, symSize: 0x14 } + - { offsetInCU: 0x210F, offset: 0x101430, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwet', symObjAddr: 0x2B68, symBinAddr: 0xCA244, symSize: 0x20 } + - { offsetInCU: 0x2123, offset: 0x101444, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwst', symObjAddr: 0x2B88, symBinAddr: 0xCA264, symSize: 0x30 } + - { offsetInCU: 0x2137, offset: 0x101458, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwug', symObjAddr: 0x2BB8, symBinAddr: 0xCA294, symSize: 0x1C } + - { offsetInCU: 0x214B, offset: 0x10146C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwup', symObjAddr: 0x2BD4, symBinAddr: 0xCA2B0, symSize: 0x4 } + - { offsetInCU: 0x215F, offset: 0x101480, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwui', symObjAddr: 0x2BD8, symBinAddr: 0xCA2B4, symSize: 0x20 } + - { offsetInCU: 0x2173, offset: 0x101494, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOMa', symObjAddr: 0x2BF8, symBinAddr: 0xCA2D4, symSize: 0x10 } + - { offsetInCU: 0x2187, offset: 0x1014A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwCP', symObjAddr: 0x2C08, symBinAddr: 0xCA2E4, symSize: 0x30 } + - { offsetInCU: 0x219B, offset: 0x1014BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwxx', symObjAddr: 0x2C38, symBinAddr: 0xCA314, symSize: 0x3C } + - { offsetInCU: 0x21AF, offset: 0x1014D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwcp', symObjAddr: 0x2C74, symBinAddr: 0xCA350, symSize: 0x78 } + - { offsetInCU: 0x21C3, offset: 0x1014E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwca', symObjAddr: 0x2CEC, symBinAddr: 0xCA3C8, symSize: 0xCC } + - { offsetInCU: 0x21D7, offset: 0x1014F8, size: 0x8, addend: 0x0, symName: ___swift_memcpy64_8, symObjAddr: 0x2DB8, symBinAddr: 0xCA494, symSize: 0x14 } + - { offsetInCU: 0x21EB, offset: 0x10150C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwta', symObjAddr: 0x2DCC, symBinAddr: 0xCA4A8, symSize: 0xA8 } + - { offsetInCU: 0x21FF, offset: 0x101520, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwet', symObjAddr: 0x2E74, symBinAddr: 0xCA550, symSize: 0x48 } + - { offsetInCU: 0x2213, offset: 0x101534, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwst', symObjAddr: 0x2EBC, symBinAddr: 0xCA598, symSize: 0x50 } + - { offsetInCU: 0x2227, offset: 0x101548, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVMa', symObjAddr: 0x2F0C, symBinAddr: 0xCA5E8, symSize: 0x10 } + - { offsetInCU: 0x223B, offset: 0x10155C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC11renderScale0B8Graphics7CGFloatVvs', symObjAddr: 0x2F1C, symBinAddr: 0xCA5F8, symSize: 0xD8 } + - { offsetInCU: 0x24AF, offset: 0x1017D0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12allSublayersSayABGvg', symObjAddr: 0x2FF4, symBinAddr: 0xCA6D0, symSize: 0x45C } + - { offsetInCU: 0x29EE, offset: 0x101D0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x3450, symBinAddr: 0xCAB2C, symSize: 0x27C } + - { offsetInCU: 0x2C8F, offset: 0x101FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x36CC, symBinAddr: 0xCADA8, symSize: 0x114 } + - { offsetInCU: 0x2DDC, offset: 0x1020FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x37E0, symBinAddr: 0xCAEBC, symSize: 0x194 } + - { offsetInCU: 0x2E94, offset: 0x1021B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_', symObjAddr: 0x3974, symBinAddr: 0xCB050, symSize: 0xD4 } + - { offsetInCU: 0x3034, offset: 0x102355, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setValueProvider_7keypathyAA03AnyfG0_p_AA0C7KeypathVtF', symObjAddr: 0x3A48, symBinAddr: 0xCB124, symSize: 0xC4 } + - { offsetInCU: 0x30B1, offset: 0x1023D2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE31numberOfLayersWithTimeRemappingSivg', symObjAddr: 0x3B0C, symBinAddr: 0xCB1E8, symSize: 0x1C8 } + - { offsetInCU: 0x32B5, offset: 0x1025D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvgTW', symObjAddr: 0x3D08, symBinAddr: 0xCB3E4, symSize: 0x4 } + - { offsetInCU: 0x32D1, offset: 0x1025F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvsTW', symObjAddr: 0x3D0C, symBinAddr: 0xCB3E8, symSize: 0x4 } + - { offsetInCU: 0x32ED, offset: 0x10260E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP11renderScale0B8Graphics7CGFloatVvsTW', symObjAddr: 0x3D10, symBinAddr: 0xCB3EC, symSize: 0x4 } + - { offsetInCU: 0x3336, offset: 0x102657, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07respectC9FrameRateSbvsTW', symObjAddr: 0x3D14, symBinAddr: 0xCB3F0, symSize: 0x4C } + - { offsetInCU: 0x33A5, offset: 0x1026C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x3D60, symBinAddr: 0xCB43C, symSize: 0x4 } + - { offsetInCU: 0x33C1, offset: 0x1026E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07primaryC3KeyAA0cG0OvgTW', symObjAddr: 0x3D90, symBinAddr: 0xCB46C, symSize: 0x1C } + - { offsetInCU: 0x33DD, offset: 0x1026FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP02isC7PlayingSbSgvgTW', symObjAddr: 0x3DAC, symBinAddr: 0xCB488, symSize: 0x4 } + - { offsetInCU: 0x33F9, offset: 0x10271A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12reloadImagesyyFTW', symObjAddr: 0x3DB0, symBinAddr: 0xCB48C, symSize: 0x4 } + - { offsetInCU: 0x3415, offset: 0x102736, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x3DB4, symBinAddr: 0xCB490, symSize: 0x4 } + - { offsetInCU: 0x3431, offset: 0x102752, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x3DB8, symBinAddr: 0xCB494, symSize: 0x4 } + - { offsetInCU: 0x344D, offset: 0x10276E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x3DBC, symBinAddr: 0xCB498, symSize: 0x4 } + - { offsetInCU: 0x3469, offset: 0x10278A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16setValueProvider_7keypathyAA03AnygH0_p_AA0C7KeypathVtFTW', symObjAddr: 0x3DC0, symBinAddr: 0xCB49C, symSize: 0x4 } + - { offsetInCU: 0x3485, offset: 0x1027A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOe', symObjAddr: 0x3EA4, symBinAddr: 0xCB580, symSize: 0x38 } + - { offsetInCU: 0x34C3, offset: 0x1027E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_TA', symObjAddr: 0x4044, symBinAddr: 0xCB6AC, symSize: 0x48 } + - { offsetInCU: 0x34F6, offset: 0x102817, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOe', symObjAddr: 0x408C, symBinAddr: 0xCB6F4, symSize: 0x10 } + - { offsetInCU: 0x350A, offset: 0x10282B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_TA', symObjAddr: 0x409C, symBinAddr: 0xCB704, symSize: 0x8 } + - { offsetInCU: 0x351E, offset: 0x10283F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_TA', symObjAddr: 0x40A4, symBinAddr: 0xCB70C, symSize: 0x2C } + - { offsetInCU: 0x3547, offset: 0x102868, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x40D0, symBinAddr: 0xCB738, symSize: 0x8 } + - { offsetInCU: 0x355B, offset: 0x10287C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOy', symObjAddr: 0x4364, symBinAddr: 0xCB830, symSize: 0x38 } + - { offsetInCU: 0x356F, offset: 0x102890, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOy', symObjAddr: 0x439C, symBinAddr: 0xCB868, symSize: 0x10 } + - { offsetInCU: 0x3583, offset: 0x1028A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOr', symObjAddr: 0x43AC, symBinAddr: 0xCB878, symSize: 0x40 } + - { offsetInCU: 0x3597, offset: 0x1028B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOs', symObjAddr: 0x43EC, symBinAddr: 0xCB8B8, symSize: 0x40 } + - { offsetInCU: 0x35AB, offset: 0x1028CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOy', symObjAddr: 0x44CC, symBinAddr: 0xCB8F8, symSize: 0x38 } + - { offsetInCU: 0x35BF, offset: 0x1028E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x453C, symBinAddr: 0xCB950, symSize: 0x8 } + - { offsetInCU: 0x35D3, offset: 0x1028F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4544, symBinAddr: 0xCB958, symSize: 0x8 } + - { offsetInCU: 0x35E7, offset: 0x102908, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwet', symObjAddr: 0x45E8, symBinAddr: 0xCB960, symSize: 0x54 } + - { offsetInCU: 0x35FB, offset: 0x10291C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwst', symObjAddr: 0x463C, symBinAddr: 0xCB9B4, symSize: 0x44 } + - { offsetInCU: 0x360F, offset: 0x102930, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVMa', symObjAddr: 0x4680, symBinAddr: 0xCB9F8, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x102EC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xCBA08, symSize: 0x4C } + - { offsetInCU: 0x69, offset: 0x102F09, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ', symObjAddr: 0x4C, symBinAddr: 0xCBA54, symSize: 0x14 } + - { offsetInCU: 0x9C, offset: 0x102F3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF', symObjAddr: 0x60, symBinAddr: 0xCBA68, symSize: 0x28 } + - { offsetInCU: 0x132, offset: 0x102FD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO9hashValueSivg', symObjAddr: 0x88, symBinAddr: 0xCBA90, symSize: 0x44 } + - { offsetInCU: 0x22C, offset: 0x1030CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCC, symBinAddr: 0xCBAD4, symSize: 0x14 } + - { offsetInCU: 0x24C, offset: 0x1030EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCC, symBinAddr: 0xCBAD4, symSize: 0x14 } + - { offsetInCU: 0x28C, offset: 0x10312C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0xCBAE8, symSize: 0x44 } + - { offsetInCU: 0x36F, offset: 0x10320F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0xCBB2C, symSize: 0x28 } + - { offsetInCU: 0x3EE, offset: 0x10328E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xCBA08, symSize: 0x4C } + - { offsetInCU: 0x47A, offset: 0x10331A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvg', symObjAddr: 0x18C, symBinAddr: 0xCBB94, symSize: 0x8 } + - { offsetInCU: 0x498, offset: 0x103338, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvs', symObjAddr: 0x194, symBinAddr: 0xCBB9C, symSize: 0x8 } + - { offsetInCU: 0x4D5, offset: 0x103375, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM', symObjAddr: 0x19C, symBinAddr: 0xCBBA4, symSize: 0x10 } + - { offsetInCU: 0x4F3, offset: 0x103393, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM.resume.0', symObjAddr: 0x1AC, symBinAddr: 0xCBBB4, symSize: 0x4 } + - { offsetInCU: 0x51E, offset: 0x1033BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvg', symObjAddr: 0x1B0, symBinAddr: 0xCBBB8, symSize: 0x8 } + - { offsetInCU: 0x53C, offset: 0x1033DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvs', symObjAddr: 0x1B8, symBinAddr: 0xCBBC0, symSize: 0x8 } + - { offsetInCU: 0x579, offset: 0x103419, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM', symObjAddr: 0x1C0, symBinAddr: 0xCBBC8, symSize: 0x10 } + - { offsetInCU: 0x5A7, offset: 0x103447, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM.resume.0', symObjAddr: 0x1D0, symBinAddr: 0xCBBD8, symSize: 0x4 } + - { offsetInCU: 0x5D2, offset: 0x103472, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvg', symObjAddr: 0x1D4, symBinAddr: 0xCBBDC, symSize: 0x8 } + - { offsetInCU: 0x5F0, offset: 0x103490, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvs', symObjAddr: 0x1DC, symBinAddr: 0xCBBE4, symSize: 0x8 } + - { offsetInCU: 0x62D, offset: 0x1034CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM', symObjAddr: 0x1E4, symBinAddr: 0xCBBEC, symSize: 0x10 } + - { offsetInCU: 0x65B, offset: 0x1034FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM.resume.0', symObjAddr: 0x1F4, symBinAddr: 0xCBBFC, symSize: 0x4 } + - { offsetInCU: 0x686, offset: 0x103526, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvg', symObjAddr: 0x1F8, symBinAddr: 0xCBC00, symSize: 0x8 } + - { offsetInCU: 0x6A4, offset: 0x103544, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvs', symObjAddr: 0x200, symBinAddr: 0xCBC08, symSize: 0x8 } + - { offsetInCU: 0x6E1, offset: 0x103581, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM', symObjAddr: 0x208, symBinAddr: 0xCBC10, symSize: 0x10 } + - { offsetInCU: 0x70F, offset: 0x1035AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM.resume.0', symObjAddr: 0x218, symBinAddr: 0xCBC20, symSize: 0x4 } + - { offsetInCU: 0x73A, offset: 0x1035DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF', symObjAddr: 0x21C, symBinAddr: 0xCBC24, symSize: 0x68 } + - { offsetInCU: 0x7A3, offset: 0x103643, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ', symObjAddr: 0x284, symBinAddr: 0xCBC8C, symSize: 0x4 } + - { offsetInCU: 0x7C6, offset: 0x103666, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV9hashValueSivg', symObjAddr: 0x288, symBinAddr: 0xCBC90, symSize: 0x50 } + - { offsetInCU: 0x852, offset: 0x1036F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0xCBCE0, symSize: 0x50 } + - { offsetInCU: 0x8E1, offset: 0x103781, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x328, symBinAddr: 0xCBD30, symSize: 0x4 } + - { offsetInCU: 0x904, offset: 0x1037A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x378, symBinAddr: 0xCBD80, symSize: 0x4 } + - { offsetInCU: 0x924, offset: 0x1037C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x378, symBinAddr: 0xCBD80, symSize: 0x4 } + - { offsetInCU: 0x935, offset: 0x1037D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x37C, symBinAddr: 0xCBD84, symSize: 0x3C } + - { offsetInCU: 0x97E, offset: 0x10381E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASQWb', symObjAddr: 0x3B8, symBinAddr: 0xCBDC0, symSize: 0x4 } + - { offsetInCU: 0x992, offset: 0x103832, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOACSQAAWl', symObjAddr: 0x3BC, symBinAddr: 0xCBDC4, symSize: 0x44 } + - { offsetInCU: 0x9A6, offset: 0x103846, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASQWb', symObjAddr: 0x400, symBinAddr: 0xCBE08, symSize: 0x4 } + - { offsetInCU: 0x9BA, offset: 0x10385A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSQAAWl', symObjAddr: 0x404, symBinAddr: 0xCBE0C, symSize: 0x44 } + - { offsetInCU: 0x9CE, offset: 0x10386E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwet', symObjAddr: 0x458, symBinAddr: 0xCBE50, symSize: 0x90 } + - { offsetInCU: 0x9E2, offset: 0x103882, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwst', symObjAddr: 0x4E8, symBinAddr: 0xCBEE0, symSize: 0xBC } + - { offsetInCU: 0x9F6, offset: 0x103896, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwug', symObjAddr: 0x5A4, symBinAddr: 0xCBF9C, symSize: 0x8 } + - { offsetInCU: 0xA0A, offset: 0x1038AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwup', symObjAddr: 0x5AC, symBinAddr: 0xCBFA4, symSize: 0x4 } + - { offsetInCU: 0xA1E, offset: 0x1038BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwui', symObjAddr: 0x5B0, symBinAddr: 0xCBFA8, symSize: 0x8 } + - { offsetInCU: 0xA32, offset: 0x1038D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOMa', symObjAddr: 0x5B8, symBinAddr: 0xCBFB0, symSize: 0x10 } + - { offsetInCU: 0xA46, offset: 0x1038E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwCP', symObjAddr: 0x5C8, symBinAddr: 0xCBFC0, symSize: 0x30 } + - { offsetInCU: 0xA5A, offset: 0x1038FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwet', symObjAddr: 0x604, symBinAddr: 0xCBFF0, symSize: 0x20 } + - { offsetInCU: 0xA6E, offset: 0x10390E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwst', symObjAddr: 0x624, symBinAddr: 0xCC010, symSize: 0x2C } + - { offsetInCU: 0xA82, offset: 0x103922, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVMa', symObjAddr: 0x650, symBinAddr: 0xCC03C, symSize: 0x10 } + - { offsetInCU: 0xAFF, offset: 0x10399F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x14C, symBinAddr: 0xCBB54, symSize: 0x40 } + - { offsetInCU: 0xBC8, offset: 0x103A68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x32C, symBinAddr: 0xCBD34, symSize: 0x4C } + - { offsetInCU: 0x4F, offset: 0x103C26, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0VcfC', symObjAddr: 0x0, symBinAddr: 0xCC04C, symSize: 0x3C } + - { offsetInCU: 0x7C, offset: 0x103C53, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x3C, symBinAddr: 0xCC088, symSize: 0x58 } + - { offsetInCU: 0xB0, offset: 0x103C87, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x94, symBinAddr: 0xCC0E0, symSize: 0x30 } + - { offsetInCU: 0xC4, offset: 0x103C9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc', symObjAddr: 0xC4, symBinAddr: 0xCC110, symSize: 0xC0 } + - { offsetInCU: 0x118, offset: 0x103CEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfC', symObjAddr: 0x184, symBinAddr: 0xCC1D0, symSize: 0x3C } + - { offsetInCU: 0x136, offset: 0x103D0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc', symObjAddr: 0x1C0, symBinAddr: 0xCC20C, symSize: 0xD8 } + - { offsetInCU: 0x18A, offset: 0x103D61, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg', symObjAddr: 0x298, symBinAddr: 0xCC2E4, symSize: 0x40 } + - { offsetInCU: 0x1D7, offset: 0x103DAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs', symObjAddr: 0x2D8, symBinAddr: 0xCC324, symSize: 0x5C } + - { offsetInCU: 0x21D, offset: 0x103DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM', symObjAddr: 0x334, symBinAddr: 0xCC380, symSize: 0x40 } + - { offsetInCU: 0x24C, offset: 0x103E23, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM.resume.0', symObjAddr: 0x374, symBinAddr: 0xCC3C0, symSize: 0x34 } + - { offsetInCU: 0x28B, offset: 0x103E62, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9valueTypeypXpvg', symObjAddr: 0x3A8, symBinAddr: 0xCC3F4, symSize: 0xC } + - { offsetInCU: 0x2B6, offset: 0x103E8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg', symObjAddr: 0x3B4, symBinAddr: 0xCC400, symSize: 0xC4 } + - { offsetInCU: 0x353, offset: 0x103F2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x478, symBinAddr: 0xCC4C4, symSize: 0x18 } + - { offsetInCU: 0x376, offset: 0x103F4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfd', symObjAddr: 0x490, symBinAddr: 0xCC4DC, symSize: 0x2C } + - { offsetInCU: 0x3B1, offset: 0x103F88, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfD', symObjAddr: 0x4BC, symBinAddr: 0xCC508, symSize: 0x34 } + - { offsetInCU: 0x3F4, offset: 0x103FCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x4F0, symBinAddr: 0xCC53C, symSize: 0x20 } + - { offsetInCU: 0x410, offset: 0x103FE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x510, symBinAddr: 0xCC55C, symSize: 0xC } + - { offsetInCU: 0x456, offset: 0x10402D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x51C, symBinAddr: 0xCC568, symSize: 0x1C } + - { offsetInCU: 0x48B, offset: 0x104062, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfcTf4gn_n', symObjAddr: 0x5FC, symBinAddr: 0xCC648, symSize: 0x13C } + - { offsetInCU: 0x502, offset: 0x1040D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x538, symBinAddr: 0xCC584, symSize: 0x60 } + - { offsetInCU: 0x567, offset: 0x10413E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x598, symBinAddr: 0xCC5E4, symSize: 0x64 } + - { offsetInCU: 0x5AE, offset: 0x104185, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOe', symObjAddr: 0x738, symBinAddr: 0xCC784, symSize: 0x10 } + - { offsetInCU: 0x5C2, offset: 0x104199, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSHAAWl', symObjAddr: 0x748, symBinAddr: 0xCC794, symSize: 0x44 } + - { offsetInCU: 0x5D6, offset: 0x1041AD, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie8KeyframeCyAA0A5ColorVGGMa', symObjAddr: 0x7CC, symBinAddr: 0xCC7D8, symSize: 0x54 } + - { offsetInCU: 0x5EA, offset: 0x1041C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyAA0A5ColorVGMa', symObjAddr: 0x820, symBinAddr: 0xCC82C, symSize: 0x54 } + - { offsetInCU: 0x5FE, offset: 0x1041D5, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOy', symObjAddr: 0x8FC, symBinAddr: 0xCC908, symSize: 0x10 } + - { offsetInCU: 0x612, offset: 0x1041E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x938, symBinAddr: 0xCC944, symSize: 0x28 } + - { offsetInCU: 0x657, offset: 0x10422E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x9D0, symBinAddr: 0xCC96C, symSize: 0xC } + - { offsetInCU: 0x66B, offset: 0x104242, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCMa', symObjAddr: 0xA84, symBinAddr: 0xCCA20, symSize: 0x20 } + - { offsetInCU: 0x72, offset: 0x10448F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x36C, symBinAddr: 0xCCDCC, symSize: 0xBC } + - { offsetInCU: 0x1D3, offset: 0x1045F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x428, symBinAddr: 0xCCE88, symSize: 0x4 } + - { offsetInCU: 0x22F, offset: 0x10464C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV9combining4path12cornerRadiusAA0D5GroupCyACGAHyAA0bC0VG_AHyAA0A8Vector1DVGSgtKFZTf4nnd_n', symObjAddr: 0x17B4, symBinAddr: 0xCE214, symSize: 0x374 } + - { offsetInCU: 0x71A, offset: 0x104B37, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKF06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nnncnn_n', symObjAddr: 0x0, symBinAddr: 0xCCA64, symSize: 0x124 } + - { offsetInCU: 0x857, offset: 0x104C74, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nncn_n', symObjAddr: 0x128, symBinAddr: 0xCCB88, symSize: 0x114 } + - { offsetInCU: 0x91D, offset: 0x104D3A, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_', symObjAddr: 0x23C, symBinAddr: 0xCCC9C, symSize: 0x130 } + - { offsetInCU: 0xB83, offset: 0x104FA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA010BezierPathQ0V_Tg5', symObjAddr: 0x42C, symBinAddr: 0xCCE8C, symSize: 0x28C } + - { offsetInCU: 0xE99, offset: 0x1052B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA010BezierPathQ0V_Tg5Tf4nnd_n', symObjAddr: 0x84C, symBinAddr: 0xCD2AC, symSize: 0x4A8 } + - { offsetInCU: 0x1554, offset: 0x105971, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA010BezierPathS0V_Tg5Tf4nnnd_n', symObjAddr: 0xE38, symBinAddr: 0xCD898, symSize: 0x97C } + - { offsetInCU: 0x2571, offset: 0x10698E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x1BD4, symBinAddr: 0xCE5AC, symSize: 0x8 } + - { offsetInCU: 0x2585, offset: 0x1069A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_TA', symObjAddr: 0x1CB8, symBinAddr: 0xCE64C, symSize: 0x1C } + - { offsetInCU: 0x2599, offset: 0x1069B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwCP', symObjAddr: 0x1D7C, symBinAddr: 0xCE6AC, symSize: 0x30 } + - { offsetInCU: 0x25AD, offset: 0x1069CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwxx', symObjAddr: 0x1DAC, symBinAddr: 0xCE6DC, symSize: 0x8 } + - { offsetInCU: 0x25C1, offset: 0x1069DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwcp', symObjAddr: 0x1DB4, symBinAddr: 0xCE6E4, symSize: 0x44 } + - { offsetInCU: 0x25D5, offset: 0x1069F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwca', symObjAddr: 0x1DF8, symBinAddr: 0xCE728, symSize: 0x64 } + - { offsetInCU: 0x25E9, offset: 0x106A06, size: 0x8, addend: 0x0, symName: ___swift_memcpy33_8, symObjAddr: 0x1E5C, symBinAddr: 0xCE78C, symSize: 0x14 } + - { offsetInCU: 0x25FD, offset: 0x106A1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwta', symObjAddr: 0x1E70, symBinAddr: 0xCE7A0, symSize: 0x54 } + - { offsetInCU: 0x2611, offset: 0x106A2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwet', symObjAddr: 0x1EC4, symBinAddr: 0xCE7F4, symSize: 0x48 } + - { offsetInCU: 0x2625, offset: 0x106A42, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwst', symObjAddr: 0x1F0C, symBinAddr: 0xCE83C, symSize: 0x44 } + - { offsetInCU: 0x2639, offset: 0x106A56, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVMa', symObjAddr: 0x1F50, symBinAddr: 0xCE880, symSize: 0x10 } + - { offsetInCU: 0x279B, offset: 0x106BB8, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs8StrideToVy12CoreGraphics7CGFloatVG_6Lottie8KeyframeCyAL010BezierPathJ0VGTg50104$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13j56GroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12f9Graphics7h13VKXEfU2_AA010kL7Q0V_TG5SayAL16AnyValueProvider_pGSayypGxSgs5Error_plyAPIsggrzo_Tf1cn_nTf4ngg_n', symObjAddr: 0x6B8, symBinAddr: 0xCD118, symSize: 0x194 } + - { offsetInCU: 0x2AC9, offset: 0x106EE6, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay6Lottie13KeyframeGroupCyypGG_Tg5023$sSTsE10allSatisfyyS2b7c29QzKXEKFSbACKXEfU_Say6Lottie13eF10CyypGG_TG5xSbs5Error_plyAHIsgndzo_Tf1cn_nTf4ng_n', symObjAddr: 0xCF4, symBinAddr: 0xCD754, symSize: 0x144 } + - { offsetInCU: 0x27, offset: 0x10753E, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xCE890, symSize: 0x238 } + - { offsetInCU: 0x3F, offset: 0x107556, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xCE890, symSize: 0x238 } + - { offsetInCU: 0x27, offset: 0x107784, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xCEAC8, symSize: 0x74 } + - { offsetInCU: 0x4B, offset: 0x1077A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xCEAC8, symSize: 0x74 } + - { offsetInCU: 0x74, offset: 0x1077D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfC', symObjAddr: 0xB8, symBinAddr: 0xCEB3C, symSize: 0x8 } + - { offsetInCU: 0xD9, offset: 0x107836, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfC', symObjAddr: 0xC0, symBinAddr: 0xCEB44, symSize: 0x74 } + - { offsetInCU: 0x138, offset: 0x107895, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysSaySSGvg', symObjAddr: 0x134, symBinAddr: 0xCEBB8, symSize: 0x8 } + - { offsetInCU: 0x156, offset: 0x1078B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6stringSSvg', symObjAddr: 0x13C, symBinAddr: 0xCEBC0, symSize: 0x94 } + - { offsetInCU: 0x174, offset: 0x1078D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF', symObjAddr: 0x264, symBinAddr: 0xCEC54, symSize: 0x98 } + - { offsetInCU: 0x235, offset: 0x107992, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ', symObjAddr: 0x2FC, symBinAddr: 0xCECEC, symSize: 0xC } + - { offsetInCU: 0x291, offset: 0x1079EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV9hashValueSivg', symObjAddr: 0x308, symBinAddr: 0xCECF8, symSize: 0xA0 } + - { offsetInCU: 0x3A9, offset: 0x107B06, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH9hashValueSivgTW', symObjAddr: 0x3A8, symBinAddr: 0xCED98, symSize: 0x4 } + - { offsetInCU: 0x3C5, offset: 0x107B22, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3AC, symBinAddr: 0xCED9C, symSize: 0x4 } + - { offsetInCU: 0x3D9, offset: 0x107B36, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAsADP06stringG0x0fG4TypeQz_tcfCTW', symObjAddr: 0x44C, symBinAddr: 0xCEE3C, symSize: 0xC } + - { offsetInCU: 0x40F, offset: 0x107B6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x458, symBinAddr: 0xCEE48, symSize: 0xC } + - { offsetInCU: 0x42F, offset: 0x107B8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x458, symBinAddr: 0xCEE48, symSize: 0xC } + - { offsetInCU: 0x4AE, offset: 0x107C0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASQWb', symObjAddr: 0x528, symBinAddr: 0xCEF18, symSize: 0x4 } + - { offsetInCU: 0x4C2, offset: 0x107C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACSQAAWl', symObjAddr: 0x52C, symBinAddr: 0xCEF1C, symSize: 0x44 } + - { offsetInCU: 0x4D6, offset: 0x107C33, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAs0de23ExtendedGraphemeClusterG0PWb', symObjAddr: 0x570, symBinAddr: 0xCEF60, symSize: 0x4 } + - { offsetInCU: 0x4EA, offset: 0x107C47, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs43ExpressibleByExtendedGraphemeClusterLiteralAAWl', symObjAddr: 0x574, symBinAddr: 0xCEF64, symSize: 0x44 } + - { offsetInCU: 0x4FE, offset: 0x107C5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAA0fG4TypesADP_s01_de7BuiltinfG0PWT', symObjAddr: 0x5B8, symBinAddr: 0xCEFA8, symSize: 0xC } + - { offsetInCU: 0x512, offset: 0x107C6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAAs0de13UnicodeScalarI0PWb', symObjAddr: 0x5C4, symBinAddr: 0xCEFB4, symSize: 0x4 } + - { offsetInCU: 0x526, offset: 0x107C83, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs33ExpressibleByUnicodeScalarLiteralAAWl', symObjAddr: 0x5C8, symBinAddr: 0xCEFB8, symSize: 0x44 } + - { offsetInCU: 0x53A, offset: 0x107C97, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAA0fghI4TypesADP_s01_de7BuiltinfghI0PWT', symObjAddr: 0x60C, symBinAddr: 0xCEFFC, symSize: 0xC } + - { offsetInCU: 0x54E, offset: 0x107CAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs33ExpressibleByUnicodeScalarLiteralAA0fgH4TypesADP_s01_de7BuiltinfgH0PWT', symObjAddr: 0x618, symBinAddr: 0xCF008, symSize: 0xC } + - { offsetInCU: 0x562, offset: 0x107CBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVMa', symObjAddr: 0x624, symBinAddr: 0xCF014, symSize: 0x10 } + - { offsetInCU: 0x686, offset: 0x107DE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3B0, symBinAddr: 0xCEDA0, symSize: 0x9C } + - { offsetInCU: 0x77D, offset: 0x107EDA, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSS_Tg5Tf4nnd_n', symObjAddr: 0x464, symBinAddr: 0xCEE54, symSize: 0xC4 } + - { offsetInCU: 0x861, offset: 0x107FBE, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSo10CGColorRefa_Tg5Tf4nnd_n', symObjAddr: 0x634, symBinAddr: 0xCF024, symSize: 0x3BC } + - { offsetInCU: 0x973, offset: 0x1080D0, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9F0, symBinAddr: 0xCF3E0, symSize: 0x74 } + - { offsetInCU: 0x993, offset: 0x1080F0, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9F0, symBinAddr: 0xCF3E0, symSize: 0x74 } + - { offsetInCU: 0x9A7, offset: 0x108104, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9F0, symBinAddr: 0xCF3E0, symSize: 0x74 } + - { offsetInCU: 0x9BB, offset: 0x108118, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9F0, symBinAddr: 0xCF3E0, symSize: 0x74 } + - { offsetInCU: 0x2B, offset: 0x108328, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xCF49C, symSize: 0x18 } + - { offsetInCU: 0xB6, offset: 0x1083B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xEC, symBinAddr: 0xCF588, symSize: 0x24 } + - { offsetInCU: 0xE7, offset: 0x1083E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x110, symBinAddr: 0xCF5AC, symSize: 0x1C } + - { offsetInCU: 0x131, offset: 0x10842E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x12C, symBinAddr: 0xCF5C8, symSize: 0x2C } + - { offsetInCU: 0x169, offset: 0x108466, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xF4C, symBinAddr: 0xD03D8, symSize: 0xE0 } + - { offsetInCU: 0x1D3, offset: 0x1084D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO13discriminator_WZ', symObjAddr: 0x1A4, symBinAddr: 0xCF640, symSize: 0x4 } + - { offsetInCU: 0x1F9, offset: 0x1084F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A8, symBinAddr: 0xCF644, symSize: 0x4C } + - { offsetInCU: 0x21E, offset: 0x10851B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1F4, symBinAddr: 0xCF690, symSize: 0x1EC } + - { offsetInCU: 0x28F, offset: 0x10858C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x3E0, symBinAddr: 0xCF87C, symSize: 0x2E0 } + - { offsetInCU: 0x3E0, offset: 0x1086DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO8rawValueSSvg', symObjAddr: 0x6C0, symBinAddr: 0xCFB5C, symSize: 0x18 } + - { offsetInCU: 0x419, offset: 0x108716, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x6D8, symBinAddr: 0xCFB74, symSize: 0x18 } + - { offsetInCU: 0x447, offset: 0x108744, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x6D8, symBinAddr: 0xCFB74, symSize: 0x18 } + - { offsetInCU: 0x499, offset: 0x108796, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x714, symBinAddr: 0xCFBB0, symSize: 0x64 } + - { offsetInCU: 0x4FF, offset: 0x1087FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x778, symBinAddr: 0xCFC14, symSize: 0x28 } + - { offsetInCU: 0x51B, offset: 0x108818, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7A0, symBinAddr: 0xCFC3C, symSize: 0x8 } + - { offsetInCU: 0x551, offset: 0x10884E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7A8, symBinAddr: 0xCFC44, symSize: 0x68 } + - { offsetInCU: 0x5D6, offset: 0x1088D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x810, symBinAddr: 0xCFCAC, symSize: 0xC } + - { offsetInCU: 0x5F2, offset: 0x1088EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x81C, symBinAddr: 0xCFCB8, symSize: 0xC } + - { offsetInCU: 0x62E, offset: 0x10892B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCfD', symObjAddr: 0x878, symBinAddr: 0xCFD14, symSize: 0x2C } + - { offsetInCU: 0x671, offset: 0x10896E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC6encode2toys7Encoder_p_tKF', symObjAddr: 0x8C4, symBinAddr: 0xCFD60, symSize: 0x178 } + - { offsetInCU: 0x6B0, offset: 0x1089AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xC08, symBinAddr: 0xD0094, symSize: 0x2C } + - { offsetInCU: 0x6D3, offset: 0x1089D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xC34, symBinAddr: 0xD00C0, symSize: 0x20 } + - { offsetInCU: 0x7A6, offset: 0x108AA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCMa', symObjAddr: 0x8A4, symBinAddr: 0xCFD40, symSize: 0x20 } + - { offsetInCU: 0x7BA, offset: 0x108AB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwet', symObjAddr: 0xA4C, symBinAddr: 0xCFED8, symSize: 0x90 } + - { offsetInCU: 0x7CE, offset: 0x108ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwst', symObjAddr: 0xADC, symBinAddr: 0xCFF68, symSize: 0xBC } + - { offsetInCU: 0x7E2, offset: 0x108ADF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwug', symObjAddr: 0xB98, symBinAddr: 0xD0024, symSize: 0x8 } + - { offsetInCU: 0x7F6, offset: 0x108AF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwup', symObjAddr: 0xBA0, symBinAddr: 0xD002C, symSize: 0x4 } + - { offsetInCU: 0x80A, offset: 0x108B07, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwui', symObjAddr: 0xBA4, symBinAddr: 0xD0030, symSize: 0xC } + - { offsetInCU: 0x81E, offset: 0x108B1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOMa', symObjAddr: 0xBB0, symBinAddr: 0xD003C, symSize: 0x10 } + - { offsetInCU: 0x832, offset: 0x108B2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASQWb', symObjAddr: 0xBC0, symBinAddr: 0xD004C, symSize: 0x4 } + - { offsetInCU: 0x846, offset: 0x108B43, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSQAAWl', symObjAddr: 0xBC4, symBinAddr: 0xD0050, symSize: 0x44 } + - { offsetInCU: 0x85A, offset: 0x108B57, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC54, symBinAddr: 0xD00E0, symSize: 0x24 } + - { offsetInCU: 0x86E, offset: 0x108B6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSeAAWl', symObjAddr: 0xC78, symBinAddr: 0xD0104, symSize: 0x44 } + - { offsetInCU: 0x8A7, offset: 0x108BA4, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xCBC, symBinAddr: 0xD0148, symSize: 0x108 } + - { offsetInCU: 0xA0A, offset: 0x108D07, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xDC4, symBinAddr: 0xD0250, symSize: 0x188 } + - { offsetInCU: 0xC24, offset: 0x108F21, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSYAAWl', symObjAddr: 0x1070, symBinAddr: 0xD04B8, symSize: 0x44 } + - { offsetInCU: 0xC38, offset: 0x108F35, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs0D3KeyAAWl', symObjAddr: 0x10F4, symBinAddr: 0xD04FC, symSize: 0x44 } + - { offsetInCU: 0xC4C, offset: 0x108F49, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSEAAWl', symObjAddr: 0x1138, symBinAddr: 0xD0540, symSize: 0x44 } + - { offsetInCU: 0xC60, offset: 0x108F5D, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGSayxGSEsSERzlWl', symObjAddr: 0x117C, symBinAddr: 0xD0584, symSize: 0x60 } + - { offsetInCU: 0xC74, offset: 0x108F71, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGMa', symObjAddr: 0x11DC, symBinAddr: 0xD05E4, symSize: 0x54 } + - { offsetInCU: 0xC88, offset: 0x108F85, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCACSEAAWl', symObjAddr: 0x1230, symBinAddr: 0xD0638, symSize: 0x48 } + - { offsetInCU: 0xC9C, offset: 0x108F99, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwet', symObjAddr: 0x1338, symBinAddr: 0xD0680, symSize: 0x90 } + - { offsetInCU: 0xCB0, offset: 0x108FAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwst', symObjAddr: 0x13C8, symBinAddr: 0xD0710, symSize: 0xBC } + - { offsetInCU: 0xCC4, offset: 0x108FC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwug', symObjAddr: 0x1484, symBinAddr: 0xD07CC, symSize: 0x8 } + - { offsetInCU: 0xCD8, offset: 0x108FD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwup', symObjAddr: 0x148C, symBinAddr: 0xD07D4, symSize: 0x4 } + - { offsetInCU: 0xCEC, offset: 0x108FE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwui', symObjAddr: 0x1490, symBinAddr: 0xD07D8, symSize: 0x8 } + - { offsetInCU: 0xD00, offset: 0x108FFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOMa', symObjAddr: 0x1498, symBinAddr: 0xD07E0, symSize: 0x10 } + - { offsetInCU: 0xD14, offset: 0x109011, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASQWb', symObjAddr: 0x14A8, symBinAddr: 0xD07F0, symSize: 0x4 } + - { offsetInCU: 0xD28, offset: 0x109025, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFSQAAWl', symObjAddr: 0x14AC, symBinAddr: 0xD07F4, symSize: 0x44 } + - { offsetInCU: 0xD3C, offset: 0x109039, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x14F0, symBinAddr: 0xD0838, symSize: 0x4 } + - { offsetInCU: 0xD50, offset: 0x10904D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x14F4, symBinAddr: 0xD083C, symSize: 0x44 } + - { offsetInCU: 0xD64, offset: 0x109061, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1538, symBinAddr: 0xD0880, symSize: 0x4 } + - { offsetInCU: 0xD78, offset: 0x109075, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x153C, symBinAddr: 0xD0884, symSize: 0x44 } + - { offsetInCU: 0xDAC, offset: 0x1090A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xCF49C, symSize: 0x18 } + - { offsetInCU: 0xE3D, offset: 0x10913A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0xCF4B4, symSize: 0x50 } + - { offsetInCU: 0xF1E, offset: 0x10921B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x68, symBinAddr: 0xCF504, symSize: 0x38 } + - { offsetInCU: 0xFA5, offset: 0x1092A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA0, symBinAddr: 0xCF53C, symSize: 0x4C } + - { offsetInCU: 0x105A, offset: 0x109357, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x158, symBinAddr: 0xCF5F4, symSize: 0x4C } + - { offsetInCU: 0x10CA, offset: 0x1093C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F0, symBinAddr: 0xCFB8C, symSize: 0xC } + - { offsetInCU: 0x10E6, offset: 0x1093E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH9hashValueSivgTW', symObjAddr: 0x6FC, symBinAddr: 0xCFB98, symSize: 0x8 } + - { offsetInCU: 0x1102, offset: 0x1093FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x704, symBinAddr: 0xCFBA0, symSize: 0x8 } + - { offsetInCU: 0x111E, offset: 0x10941B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70C, symBinAddr: 0xCFBA8, symSize: 0x8 } + - { offsetInCU: 0x1140, offset: 0x10943D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x828, symBinAddr: 0xCFCC4, symSize: 0x28 } + - { offsetInCU: 0x115C, offset: 0x109459, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x850, symBinAddr: 0xCFCEC, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x1096AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xD08C8, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x1096CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xD08C8, symSize: 0x20 } + - { offsetInCU: 0xAE, offset: 0x109732, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x48, symBinAddr: 0xD0910, symSize: 0x64 } + - { offsetInCU: 0x114, offset: 0x109798, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xAC, symBinAddr: 0xD0974, symSize: 0x28 } + - { offsetInCU: 0x13F, offset: 0x1097C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAAsADP8allCases03AllG0QzvgZTW', symObjAddr: 0xD4, symBinAddr: 0xD099C, symSize: 0x24 } + - { offsetInCU: 0x170, offset: 0x1097F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8allCasesSayACGvgZTf4d_n', symObjAddr: 0x8A8, symBinAddr: 0xD1170, symSize: 0x50 } + - { offsetInCU: 0x1E1, offset: 0x109865, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyV9transformACySo13CATransform3DVGvgZSbAFSgcfU_', symObjAddr: 0xF8, symBinAddr: 0xD09C0, symSize: 0x58 } + - { offsetInCU: 0x29F, offset: 0x109923, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV5colorACySo10CGColorRefaGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x150, symBinAddr: 0xD0A18, symSize: 0x10C } + - { offsetInCU: 0x362, offset: 0x1099E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV7opacityACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x25C, symBinAddr: 0xD0B24, symSize: 0x78 } + - { offsetInCU: 0x3A0, offset: 0x109A24, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleXACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x2D4, symBinAddr: 0xD0B9C, symSize: 0x78 } + - { offsetInCU: 0x3DE, offset: 0x109A62, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleYACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x34C, symBinAddr: 0xD0C14, symSize: 0x78 } + - { offsetInCU: 0x41C, offset: 0x109AA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8rotationACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x3C4, symBinAddr: 0xD0C8C, symSize: 0x88 } + - { offsetInCU: 0x45A, offset: 0x109ADE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8positionACySo7CGPointVGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x44C, symBinAddr: 0xD0D14, symSize: 0x70 } + - { offsetInCU: 0x563, offset: 0x109BE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV14gradientColorsACySaySo10CGColorRefaGGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x4BC, symBinAddr: 0xD0D84, symSize: 0x218 } + - { offsetInCU: 0x861, offset: 0x109EE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV17gradientLocationsACySay12CoreGraphics7CGFloatVGGvgZAHSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x6D4, symBinAddr: 0xD0F9C, symSize: 0x168 } + - { offsetInCU: 0xA11, offset: 0x10A095, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV10floatValueyACy12CoreGraphics7CGFloatVGAA0C4NameOd_tFZAGSgyp_AA03AnyE8Provider_ptcfU_', symObjAddr: 0x83C, symBinAddr: 0xD1104, symSize: 0x6C } + - { offsetInCU: 0xA70, offset: 0x10A0F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwet', symObjAddr: 0x9C8, symBinAddr: 0xD11C0, symSize: 0x90 } + - { offsetInCU: 0xA84, offset: 0x10A108, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwst', symObjAddr: 0xA58, symBinAddr: 0xD1250, symSize: 0xBC } + - { offsetInCU: 0xA98, offset: 0x10A11C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwug', symObjAddr: 0xB14, symBinAddr: 0xD130C, symSize: 0x8 } + - { offsetInCU: 0xAAC, offset: 0x10A130, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwup', symObjAddr: 0xB1C, symBinAddr: 0xD1314, symSize: 0x4 } + - { offsetInCU: 0xAC0, offset: 0x10A144, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwui', symObjAddr: 0xB20, symBinAddr: 0xD1318, symSize: 0x8 } + - { offsetInCU: 0xAD4, offset: 0x10A158, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOMa', symObjAddr: 0xB28, symBinAddr: 0xD1320, symSize: 0x10 } + - { offsetInCU: 0xAE8, offset: 0x10A16C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMi', symObjAddr: 0xB38, symBinAddr: 0xD1330, symSize: 0x8 } + - { offsetInCU: 0xAFC, offset: 0x10A180, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwCP', symObjAddr: 0xB40, symBinAddr: 0xD1338, symSize: 0x3C } + - { offsetInCU: 0xB10, offset: 0x10A194, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwxx', symObjAddr: 0xB7C, symBinAddr: 0xD1374, symSize: 0x28 } + - { offsetInCU: 0xB24, offset: 0x10A1A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwcp', symObjAddr: 0xBA4, symBinAddr: 0xD139C, symSize: 0x3C } + - { offsetInCU: 0xB38, offset: 0x10A1BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwca', symObjAddr: 0xBE0, symBinAddr: 0xD13D8, symSize: 0x5C } + - { offsetInCU: 0xB4C, offset: 0x10A1D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwta', symObjAddr: 0xC50, symBinAddr: 0xD1434, symSize: 0x44 } + - { offsetInCU: 0xB60, offset: 0x10A1E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwet', symObjAddr: 0xC94, symBinAddr: 0xD1478, symSize: 0x48 } + - { offsetInCU: 0xB74, offset: 0x10A1F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwst', symObjAddr: 0xCDC, symBinAddr: 0xD14C0, symSize: 0x40 } + - { offsetInCU: 0xB88, offset: 0x10A20C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMa', symObjAddr: 0xD1C, symBinAddr: 0xD1500, symSize: 0xC } + - { offsetInCU: 0xB9C, offset: 0x10A220, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0xD28, symBinAddr: 0xD150C, symSize: 0x4 } + - { offsetInCU: 0xBB0, offset: 0x10A234, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGSayxGSlsWl', symObjAddr: 0xD2C, symBinAddr: 0xD1510, symSize: 0x48 } + - { offsetInCU: 0xBC4, offset: 0x10A248, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGMa', symObjAddr: 0xD74, symBinAddr: 0xD1558, symSize: 0x54 } + - { offsetInCU: 0xBD8, offset: 0x10A25C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASQWb', symObjAddr: 0xDC8, symBinAddr: 0xD15AC, symSize: 0x4 } + - { offsetInCU: 0xBEC, offset: 0x10A270, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOACSQAAWl', symObjAddr: 0xDCC, symBinAddr: 0xD15B0, symSize: 0x44 } + - { offsetInCU: 0xC1D, offset: 0x10A2A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0xD08E8, symSize: 0xC } + - { offsetInCU: 0xC57, offset: 0x10A2DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xD08F4, symSize: 0xC } + - { offsetInCU: 0xC77, offset: 0x10A2FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xD08F4, symSize: 0xC } + - { offsetInCU: 0xC8B, offset: 0x10A30F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xD08F4, symSize: 0xC } + - { offsetInCU: 0xC9D, offset: 0x10A321, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x38, symBinAddr: 0xD0900, symSize: 0x8 } + - { offsetInCU: 0xCB9, offset: 0x10A33D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x40, symBinAddr: 0xD0908, symSize: 0x8 } + - { offsetInCU: 0x4F, offset: 0x10A641, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xD15F4, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x10A666, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xD163C, symSize: 0x328 } + - { offsetInCU: 0xDC, offset: 0x10A6CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x370, symBinAddr: 0xD1964, symSize: 0x4D8 } + - { offsetInCU: 0x2FC, offset: 0x10A8EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO8rawValueSSvg', symObjAddr: 0x848, symBinAddr: 0xD1E3C, symSize: 0x18 } + - { offsetInCU: 0x335, offset: 0x10A927, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xA84, symBinAddr: 0xD2078, symSize: 0x18 } + - { offsetInCU: 0x363, offset: 0x10A955, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xA84, symBinAddr: 0xD2078, symSize: 0x18 } + - { offsetInCU: 0x3B5, offset: 0x10A9A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0xAC0, symBinAddr: 0xD20B4, symSize: 0x64 } + - { offsetInCU: 0x41B, offset: 0x10AA0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0xB24, symBinAddr: 0xD2118, symSize: 0x28 } + - { offsetInCU: 0x437, offset: 0x10AA29, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB4C, symBinAddr: 0xD2140, symSize: 0x8 } + - { offsetInCU: 0x46D, offset: 0x10AA5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB54, symBinAddr: 0xD2148, symSize: 0x68 } + - { offsetInCU: 0x4F2, offset: 0x10AAE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBBC, symBinAddr: 0xD21B0, symSize: 0xC } + - { offsetInCU: 0x50E, offset: 0x10AB00, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBC8, symBinAddr: 0xD21BC, symSize: 0xC } + - { offsetInCU: 0x52C, offset: 0x10AB1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x860, symBinAddr: 0xD1E54, symSize: 0x224 } + - { offsetInCU: 0x5A6, offset: 0x10AB98, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfD', symObjAddr: 0xC48, symBinAddr: 0xD223C, symSize: 0x3C } + - { offsetInCU: 0x67B, offset: 0x10AC6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfE', symObjAddr: 0xC24, symBinAddr: 0xD2218, symSize: 0x24 } + - { offsetInCU: 0x6D3, offset: 0x10ACC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCMa', symObjAddr: 0xC84, symBinAddr: 0xD2278, symSize: 0x20 } + - { offsetInCU: 0x6E7, offset: 0x10ACD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs0C3KeyAAWl', symObjAddr: 0xD08, symBinAddr: 0xD2298, symSize: 0x44 } + - { offsetInCU: 0x6FB, offset: 0x10ACED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwet', symObjAddr: 0x1144, symBinAddr: 0xD2408, symSize: 0x90 } + - { offsetInCU: 0x70F, offset: 0x10AD01, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwst', symObjAddr: 0x11D4, symBinAddr: 0xD2498, symSize: 0xBC } + - { offsetInCU: 0x723, offset: 0x10AD15, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwug', symObjAddr: 0x1290, symBinAddr: 0xD2554, symSize: 0x8 } + - { offsetInCU: 0x737, offset: 0x10AD29, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwup', symObjAddr: 0x1298, symBinAddr: 0xD255C, symSize: 0x4 } + - { offsetInCU: 0x74B, offset: 0x10AD3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwui', symObjAddr: 0x129C, symBinAddr: 0xD2560, symSize: 0x8 } + - { offsetInCU: 0x75F, offset: 0x10AD51, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOMa', symObjAddr: 0x12A4, symBinAddr: 0xD2568, symSize: 0x10 } + - { offsetInCU: 0x773, offset: 0x10AD65, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASQWb', symObjAddr: 0x12B4, symBinAddr: 0xD2578, symSize: 0x4 } + - { offsetInCU: 0x787, offset: 0x10AD79, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFSQAAWl', symObjAddr: 0x12B8, symBinAddr: 0xD257C, symSize: 0x44 } + - { offsetInCU: 0x79B, offset: 0x10AD8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x12FC, symBinAddr: 0xD25C0, symSize: 0x4 } + - { offsetInCU: 0x7AF, offset: 0x10ADA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1300, symBinAddr: 0xD25C4, symSize: 0x44 } + - { offsetInCU: 0x7C3, offset: 0x10ADB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1344, symBinAddr: 0xD2608, symSize: 0x4 } + - { offsetInCU: 0x7D7, offset: 0x10ADC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1348, symBinAddr: 0xD260C, symSize: 0x44 } + - { offsetInCU: 0x83D, offset: 0x10AE2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA9C, symBinAddr: 0xD2090, symSize: 0xC } + - { offsetInCU: 0x859, offset: 0x10AE4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH9hashValueSivgTW', symObjAddr: 0xAA8, symBinAddr: 0xD209C, symSize: 0x8 } + - { offsetInCU: 0x875, offset: 0x10AE67, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAB0, symBinAddr: 0xD20A4, symSize: 0x8 } + - { offsetInCU: 0x891, offset: 0x10AE83, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAB8, symBinAddr: 0xD20AC, symSize: 0x8 } + - { offsetInCU: 0x8B3, offset: 0x10AEA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBD4, symBinAddr: 0xD21C8, symSize: 0x28 } + - { offsetInCU: 0x8CF, offset: 0x10AEC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xBFC, symBinAddr: 0xD21F0, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x10B091, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xD2650, symSize: 0x78 } + - { offsetInCU: 0x5A, offset: 0x10B0C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xD2650, symSize: 0x78 } + - { offsetInCU: 0xCC, offset: 0x10B132, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfD', symObjAddr: 0x80, symBinAddr: 0xD26D0, symSize: 0x2C } + - { offsetInCU: 0x144, offset: 0x10B1AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xCC, symBinAddr: 0xD271C, symSize: 0xC } + - { offsetInCU: 0x176, offset: 0x10B1DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0xD8, symBinAddr: 0xD2728, symSize: 0x20 } + - { offsetInCU: 0x192, offset: 0x10B1F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xF8, symBinAddr: 0xD2748, symSize: 0x4 } + - { offsetInCU: 0x1AE, offset: 0x10B214, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xFC, symBinAddr: 0xD274C, symSize: 0x4 } + - { offsetInCU: 0x1CB, offset: 0x10B231, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfE', symObjAddr: 0x78, symBinAddr: 0xD26C8, symSize: 0x8 } + - { offsetInCU: 0x223, offset: 0x10B289, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCMa', symObjAddr: 0xAC, symBinAddr: 0xD26FC, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x10B42E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xD2750, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x10B453, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xD2798, symSize: 0xA18 } + - { offsetInCU: 0x1C9, offset: 0x10B5A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xA60, symBinAddr: 0xD31B0, symSize: 0xF54 } + - { offsetInCU: 0x6B1, offset: 0x10BA90, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x19B4, symBinAddr: 0xD4104, symSize: 0x20 } + - { offsetInCU: 0x6EA, offset: 0x10BAC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E64, symBinAddr: 0xD45B4, symSize: 0x20 } + - { offsetInCU: 0x718, offset: 0x10BAF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E64, symBinAddr: 0xD45B4, symSize: 0x20 } + - { offsetInCU: 0x76C, offset: 0x10BB4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x1EC8, symBinAddr: 0xD4618, symSize: 0x64 } + - { offsetInCU: 0x7D2, offset: 0x10BBB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1F2C, symBinAddr: 0xD467C, symSize: 0x28 } + - { offsetInCU: 0x7EE, offset: 0x10BBCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1F54, symBinAddr: 0xD46A4, symSize: 0x8 } + - { offsetInCU: 0x824, offset: 0x10BC03, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1F5C, symBinAddr: 0xD46AC, symSize: 0x68 } + - { offsetInCU: 0x8A9, offset: 0x10BC88, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1FC4, symBinAddr: 0xD4714, symSize: 0xC } + - { offsetInCU: 0x8C5, offset: 0x10BCA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1FD0, symBinAddr: 0xD4720, symSize: 0xC } + - { offsetInCU: 0x8EE, offset: 0x10BCCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x19D4, symBinAddr: 0xD4124, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0x10BD06, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E84, symBinAddr: 0xD45D4, symSize: 0x20 } + - { offsetInCU: 0x955, offset: 0x10BD34, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E84, symBinAddr: 0xD45D4, symSize: 0x20 } + - { offsetInCU: 0x98F, offset: 0x10BD6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x20C4, symBinAddr: 0xD4814, symSize: 0x44 } + - { offsetInCU: 0x9D5, offset: 0x10BDB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2108, symBinAddr: 0xD4858, symSize: 0x28 } + - { offsetInCU: 0x9F1, offset: 0x10BDD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2130, symBinAddr: 0xD4880, symSize: 0x8 } + - { offsetInCU: 0xA27, offset: 0x10BE06, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2138, symBinAddr: 0xD4888, symSize: 0x3C } + - { offsetInCU: 0xA8C, offset: 0x10BE6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2174, symBinAddr: 0xD48C4, symSize: 0xC } + - { offsetInCU: 0xAA8, offset: 0x10BE87, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2180, symBinAddr: 0xD48D0, symSize: 0xC } + - { offsetInCU: 0xAC4, offset: 0x10BEA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2BBC, symBinAddr: 0xD5064, symSize: 0x50 } + - { offsetInCU: 0xAF1, offset: 0x10BED0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC6encode2toys7Encoder_p_tKF', symObjAddr: 0x19F4, symBinAddr: 0xD4144, symSize: 0x470 } + - { offsetInCU: 0xB64, offset: 0x10BF43, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfd', symObjAddr: 0x2238, symBinAddr: 0xD4988, symSize: 0x6C } + - { offsetInCU: 0xBAF, offset: 0x10BF8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfD', symObjAddr: 0x22A4, symBinAddr: 0xD49F4, symSize: 0x1C } + - { offsetInCU: 0xC50, offset: 0x10C02F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfE', symObjAddr: 0x21DC, symBinAddr: 0xD492C, symSize: 0x5C } + - { offsetInCU: 0xCA8, offset: 0x10C087, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCMa', symObjAddr: 0x22C0, symBinAddr: 0xD4A10, symSize: 0x20 } + - { offsetInCU: 0xCBC, offset: 0x10C09B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs0C3KeyAAWl', symObjAddr: 0x2344, symBinAddr: 0xD4A30, symSize: 0x44 } + - { offsetInCU: 0xCD0, offset: 0x10C0AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs9CodingKeyAAWl', symObjAddr: 0x23CC, symBinAddr: 0xD4A74, symSize: 0x44 } + - { offsetInCU: 0xCE4, offset: 0x10C0C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x273C, symBinAddr: 0xD4BE4, symSize: 0x90 } + - { offsetInCU: 0xCF8, offset: 0x10C0D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x27CC, symBinAddr: 0xD4C74, symSize: 0xBC } + - { offsetInCU: 0xD0C, offset: 0x10C0EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwug', symObjAddr: 0x2888, symBinAddr: 0xD4D30, symSize: 0x8 } + - { offsetInCU: 0xD20, offset: 0x10C0FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x2890, symBinAddr: 0xD4D38, symSize: 0x4 } + - { offsetInCU: 0xD34, offset: 0x10C113, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwui', symObjAddr: 0x2894, symBinAddr: 0xD4D3C, symSize: 0x8 } + - { offsetInCU: 0xD48, offset: 0x10C127, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x289C, symBinAddr: 0xD4D44, symSize: 0x10 } + - { offsetInCU: 0xD5C, offset: 0x10C13B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x28AC, symBinAddr: 0xD4D54, symSize: 0x90 } + - { offsetInCU: 0xD70, offset: 0x10C14F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x293C, symBinAddr: 0xD4DE4, symSize: 0xBC } + - { offsetInCU: 0xD84, offset: 0x10C163, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x29F8, symBinAddr: 0xD4EA0, symSize: 0x4 } + - { offsetInCU: 0xD98, offset: 0x10C177, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x29FC, symBinAddr: 0xD4EA4, symSize: 0x10 } + - { offsetInCU: 0xDAC, offset: 0x10C18B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x2A0C, symBinAddr: 0xD4EB4, symSize: 0x4 } + - { offsetInCU: 0xDC0, offset: 0x10C19F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x2A10, symBinAddr: 0xD4EB8, symSize: 0x44 } + - { offsetInCU: 0xDD4, offset: 0x10C1B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x2A54, symBinAddr: 0xD4EFC, symSize: 0x4 } + - { offsetInCU: 0xDE8, offset: 0x10C1C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x2A58, symBinAddr: 0xD4F00, symSize: 0x44 } + - { offsetInCU: 0xDFC, offset: 0x10C1DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2A9C, symBinAddr: 0xD4F44, symSize: 0x4 } + - { offsetInCU: 0xE10, offset: 0x10C1EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2AA0, symBinAddr: 0xD4F48, symSize: 0x44 } + - { offsetInCU: 0xE24, offset: 0x10C203, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2AE4, symBinAddr: 0xD4F8C, symSize: 0x4 } + - { offsetInCU: 0xE38, offset: 0x10C217, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2AE8, symBinAddr: 0xD4F90, symSize: 0x44 } + - { offsetInCU: 0xE4C, offset: 0x10C22B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2B2C, symBinAddr: 0xD4FD4, symSize: 0x4 } + - { offsetInCU: 0xE60, offset: 0x10C23F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B30, symBinAddr: 0xD4FD8, symSize: 0x44 } + - { offsetInCU: 0xE74, offset: 0x10C253, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2B74, symBinAddr: 0xD501C, symSize: 0x4 } + - { offsetInCU: 0xE88, offset: 0x10C267, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2B78, symBinAddr: 0xD5020, symSize: 0x44 } + - { offsetInCU: 0xEEE, offset: 0x10C2CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1EA4, symBinAddr: 0xD45F4, symSize: 0xC } + - { offsetInCU: 0xF0A, offset: 0x10C2E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x1EB0, symBinAddr: 0xD4600, symSize: 0x8 } + - { offsetInCU: 0xF26, offset: 0x10C305, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1EB8, symBinAddr: 0xD4608, symSize: 0x8 } + - { offsetInCU: 0xF42, offset: 0x10C321, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1EC0, symBinAddr: 0xD4610, symSize: 0x8 } + - { offsetInCU: 0xF64, offset: 0x10C343, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1FDC, symBinAddr: 0xD472C, symSize: 0x28 } + - { offsetInCU: 0xF80, offset: 0x10C35F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2004, symBinAddr: 0xD4754, symSize: 0x28 } + - { offsetInCU: 0xF9C, offset: 0x10C37B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x202C, symBinAddr: 0xD477C, symSize: 0xC } + - { offsetInCU: 0xFF4, offset: 0x10C3D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x2038, symBinAddr: 0xD4788, symSize: 0x44 } + - { offsetInCU: 0x105C, offset: 0x10C43B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x207C, symBinAddr: 0xD47CC, symSize: 0x8 } + - { offsetInCU: 0x1070, offset: 0x10C44F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2084, symBinAddr: 0xD47D4, symSize: 0x40 } + - { offsetInCU: 0x10AC, offset: 0x10C48B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x218C, symBinAddr: 0xD48DC, symSize: 0x28 } + - { offsetInCU: 0x10C8, offset: 0x10C4A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x21B4, symBinAddr: 0xD4904, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x10C6B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0xD50BC, symSize: 0x504 } + - { offsetInCU: 0xE2, offset: 0x10C76C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0xD50BC, symSize: 0x504 } + - { offsetInCU: 0x2F1, offset: 0x10C97B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVSgWOb', symObjAddr: 0x5B8, symBinAddr: 0xD55E0, symSize: 0x48 } + - { offsetInCU: 0x305, offset: 0x10C98F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x650, symBinAddr: 0xD5638, symSize: 0x6A4 } + - { offsetInCU: 0x27, offset: 0x10CDFA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xD5CFC, symSize: 0x2C } + - { offsetInCU: 0x4B, offset: 0x10CE1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvpZ', symObjAddr: 0x1490, symBinAddr: 0x1ED5A0, symSize: 0x0 } + - { offsetInCU: 0x65, offset: 0x10CE38, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvgZ', symObjAddr: 0x7C0, symBinAddr: 0xD64BC, symSize: 0x74 } + - { offsetInCU: 0x9D, offset: 0x10CE70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0OtcfC', symObjAddr: 0x834, symBinAddr: 0xD6530, symSize: 0x20 } + - { offsetInCU: 0x116, offset: 0x10CEE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvsZ', symObjAddr: 0x94C, symBinAddr: 0xD6614, symSize: 0x84 } + - { offsetInCU: 0x15E, offset: 0x10CF31, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ', symObjAddr: 0xA30, symBinAddr: 0xD6698, symSize: 0x6C } + - { offsetInCU: 0x196, offset: 0x10CF69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ.resume.0', symObjAddr: 0xA9C, symBinAddr: 0xD6704, symSize: 0x4 } + - { offsetInCU: 0x1C1, offset: 0x10CF94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg', symObjAddr: 0xAA0, symBinAddr: 0xD6708, symSize: 0xC } + - { offsetInCU: 0x1EF, offset: 0x10CFC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs', symObjAddr: 0xAAC, symBinAddr: 0xD6714, symSize: 0xC } + - { offsetInCU: 0x22D, offset: 0x10D000, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM', symObjAddr: 0xAB8, symBinAddr: 0xD6720, symSize: 0x10 } + - { offsetInCU: 0x24B, offset: 0x10D01E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM.resume.0', symObjAddr: 0xAC8, symBinAddr: 0xD6730, symSize: 0x4 } + - { offsetInCU: 0x276, offset: 0x10D049, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg', symObjAddr: 0xACC, symBinAddr: 0xD6734, symSize: 0xC } + - { offsetInCU: 0x2A4, offset: 0x10D077, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs', symObjAddr: 0xAD8, symBinAddr: 0xD6740, symSize: 0xC } + - { offsetInCU: 0x2DE, offset: 0x10D0B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM', symObjAddr: 0xAE4, symBinAddr: 0xD674C, symSize: 0x10 } + - { offsetInCU: 0x30C, offset: 0x10D0DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM.resume.0', symObjAddr: 0xAF4, symBinAddr: 0xD675C, symSize: 0x4 } + - { offsetInCU: 0x337, offset: 0x10D10A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg', symObjAddr: 0xAF8, symBinAddr: 0xD6760, symSize: 0xC } + - { offsetInCU: 0x365, offset: 0x10D138, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs', symObjAddr: 0xB40, symBinAddr: 0xD676C, symSize: 0x8 } + - { offsetInCU: 0x3A2, offset: 0x10D175, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM', symObjAddr: 0xB84, symBinAddr: 0xD6774, symSize: 0x10 } + - { offsetInCU: 0x3D0, offset: 0x10D1A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM.resume.0', symObjAddr: 0xB94, symBinAddr: 0xD6784, symSize: 0x4 } + - { offsetInCU: 0x3FB, offset: 0x10D1CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg', symObjAddr: 0xB98, symBinAddr: 0xD6788, symSize: 0x8 } + - { offsetInCU: 0x429, offset: 0x10D1FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs', symObjAddr: 0xBA0, symBinAddr: 0xD6790, symSize: 0x28 } + - { offsetInCU: 0x468, offset: 0x10D23B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM', symObjAddr: 0xBC8, symBinAddr: 0xD67B8, symSize: 0x10 } + - { offsetInCU: 0x496, offset: 0x10D269, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM.resume.0', symObjAddr: 0xBD8, symBinAddr: 0xD67C8, symSize: 0x4 } + - { offsetInCU: 0x4C1, offset: 0x10D294, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF', symObjAddr: 0xBDC, symBinAddr: 0xD67CC, symSize: 0x150 } + - { offsetInCU: 0x725, offset: 0x10D4F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ', symObjAddr: 0xD2C, symBinAddr: 0xD691C, symSize: 0x4 } + - { offsetInCU: 0x748, offset: 0x10D51B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV9hashValueSivg', symObjAddr: 0xD30, symBinAddr: 0xD6920, symSize: 0x3C } + - { offsetInCU: 0x7D4, offset: 0x10D5A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH9hashValueSivgTW', symObjAddr: 0xD6C, symBinAddr: 0xD695C, symSize: 0x3C } + - { offsetInCU: 0x863, offset: 0x10D636, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDA8, symBinAddr: 0xD6998, symSize: 0x4 } + - { offsetInCU: 0x886, offset: 0x10D659, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDE4, symBinAddr: 0xD69D4, symSize: 0x4 } + - { offsetInCU: 0x8A6, offset: 0x10D679, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDE4, symBinAddr: 0xD69D4, symSize: 0x4 } + - { offsetInCU: 0x8B7, offset: 0x10D68A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0xE84, symBinAddr: 0xD6A20, symSize: 0x160 } + - { offsetInCU: 0x1109, offset: 0x10DEDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6shared_WZ', symObjAddr: 0x854, symBinAddr: 0xD6550, symSize: 0x88 } + - { offsetInCU: 0x11B9, offset: 0x10DF8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOb', symObjAddr: 0x910, symBinAddr: 0xD65D8, symSize: 0x3C } + - { offsetInCU: 0x1285, offset: 0x10E058, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0xE3C, symBinAddr: 0xD69D8, symSize: 0x48 } + - { offsetInCU: 0x12BE, offset: 0x10E091, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASQWb', symObjAddr: 0xFE4, symBinAddr: 0xD6B80, symSize: 0x4 } + - { offsetInCU: 0x12D2, offset: 0x10E0A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVACSQAAWl', symObjAddr: 0xFE8, symBinAddr: 0xD6B84, symSize: 0x44 } + - { offsetInCU: 0x12E6, offset: 0x10E0B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwCP', symObjAddr: 0x102C, symBinAddr: 0xD6BC8, symSize: 0x30 } + - { offsetInCU: 0x12FA, offset: 0x10E0CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwxx', symObjAddr: 0x105C, symBinAddr: 0xD6BF8, symSize: 0x3C } + - { offsetInCU: 0x130E, offset: 0x10E0E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwcp', symObjAddr: 0x1098, symBinAddr: 0xD6C34, symSize: 0xB0 } + - { offsetInCU: 0x1322, offset: 0x10E0F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwca', symObjAddr: 0x1148, symBinAddr: 0xD6CE4, symSize: 0xEC } + - { offsetInCU: 0x1336, offset: 0x10E109, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwta', symObjAddr: 0x1294, symBinAddr: 0xD6DD0, symSize: 0x84 } + - { offsetInCU: 0x134A, offset: 0x10E11D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwet', symObjAddr: 0x1318, symBinAddr: 0xD6E54, symSize: 0x48 } + - { offsetInCU: 0x135E, offset: 0x10E131, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwst', symObjAddr: 0x1360, symBinAddr: 0xD6E9C, symSize: 0x58 } + - { offsetInCU: 0x1372, offset: 0x10E145, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVMa', symObjAddr: 0x13B8, symBinAddr: 0xD6EF4, symSize: 0x10 } + - { offsetInCU: 0x1397, offset: 0x10E16A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xD5CFC, symSize: 0x2C } + - { offsetInCU: 0x13FA, offset: 0x10E1CD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x2C, symBinAddr: 0xD5D28, symSize: 0x2C } + - { offsetInCU: 0x145D, offset: 0x10E230, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x58, symBinAddr: 0xD5D54, symSize: 0x2C } + - { offsetInCU: 0x14C0, offset: 0x10E293, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x84, symBinAddr: 0xD5D80, symSize: 0x40 } + - { offsetInCU: 0x1525, offset: 0x10E2F8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0xC4, symBinAddr: 0xD5DC0, symSize: 0x40 } + - { offsetInCU: 0x158A, offset: 0x10E35D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x104, symBinAddr: 0xD5E00, symSize: 0x2C } + - { offsetInCU: 0x15ED, offset: 0x10E3C0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x130, symBinAddr: 0xD5E2C, symSize: 0x2C } + - { offsetInCU: 0x1650, offset: 0x10E423, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x15C, symBinAddr: 0xD5E58, symSize: 0x40 } + - { offsetInCU: 0x16B5, offset: 0x10E488, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x19C, symBinAddr: 0xD5E98, symSize: 0x2C } + - { offsetInCU: 0x1718, offset: 0x10E4EB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1C8, symBinAddr: 0xD5EC4, symSize: 0x40 } + - { offsetInCU: 0x1749, offset: 0x10E51C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x208, symBinAddr: 0xD5F04, symSize: 0x40 } + - { offsetInCU: 0x17AE, offset: 0x10E581, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x248, symBinAddr: 0xD5F44, symSize: 0x2C } + - { offsetInCU: 0x1811, offset: 0x10E5E4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x274, symBinAddr: 0xD5F70, symSize: 0x40 } + - { offsetInCU: 0x1876, offset: 0x10E649, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x2B4, symBinAddr: 0xD5FB0, symSize: 0x40 } + - { offsetInCU: 0x18DB, offset: 0x10E6AE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x2F4, symBinAddr: 0xD5FF0, symSize: 0x40 } + - { offsetInCU: 0x1940, offset: 0x10E713, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x334, symBinAddr: 0xD6030, symSize: 0x2C } + - { offsetInCU: 0x19A3, offset: 0x10E776, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x360, symBinAddr: 0xD605C, symSize: 0x94 } + - { offsetInCU: 0x19E9, offset: 0x10E7BC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x3F4, symBinAddr: 0xD60F0, symSize: 0x40 } + - { offsetInCU: 0x1A4E, offset: 0x10E821, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x434, symBinAddr: 0xD6130, symSize: 0x2C } + - { offsetInCU: 0x1AB1, offset: 0x10E884, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x460, symBinAddr: 0xD615C, symSize: 0x6C } + - { offsetInCU: 0x1AE2, offset: 0x10E8B5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x4CC, symBinAddr: 0xD61C8, symSize: 0x2C } + - { offsetInCU: 0x1B45, offset: 0x10E918, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x4F8, symBinAddr: 0xD61F4, symSize: 0x2C } + - { offsetInCU: 0x1BA8, offset: 0x10E97B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x524, symBinAddr: 0xD6220, symSize: 0x2C } + - { offsetInCU: 0x1BD9, offset: 0x10E9AC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x550, symBinAddr: 0xD624C, symSize: 0x40 } + - { offsetInCU: 0x1C3E, offset: 0x10EA11, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x590, symBinAddr: 0xD628C, symSize: 0x2C } + - { offsetInCU: 0x1CA1, offset: 0x10EA74, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0x5BC, symBinAddr: 0xD62B8, symSize: 0x40 } + - { offsetInCU: 0x1D06, offset: 0x10EAD9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x5FC, symBinAddr: 0xD62F8, symSize: 0x2C } + - { offsetInCU: 0x1D69, offset: 0x10EB3C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC0G8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x628, symBinAddr: 0xD6324, symSize: 0x2C } + - { offsetInCU: 0x1D9A, offset: 0x10EB6D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x654, symBinAddr: 0xD6350, symSize: 0x2C } + - { offsetInCU: 0x1DFD, offset: 0x10EBD0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x680, symBinAddr: 0xD637C, symSize: 0x2C } + - { offsetInCU: 0x1E2E, offset: 0x10EC01, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0x6AC, symBinAddr: 0xD63A8, symSize: 0x2C } + - { offsetInCU: 0x1E5F, offset: 0x10EC32, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x6D8, symBinAddr: 0xD63D4, symSize: 0x2C } + - { offsetInCU: 0x1E90, offset: 0x10EC63, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x704, symBinAddr: 0xD6400, symSize: 0x2C } + - { offsetInCU: 0x1EF3, offset: 0x10ECC6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x730, symBinAddr: 0xD642C, symSize: 0x2C } + - { offsetInCU: 0x1F56, offset: 0x10ED29, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x75C, symBinAddr: 0xD6458, symSize: 0x28 } + - { offsetInCU: 0x1F87, offset: 0x10ED5A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0x784, symBinAddr: 0xD6480, symSize: 0x3C } + - { offsetInCU: 0x2088, offset: 0x10EE5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDAC, symBinAddr: 0xD699C, symSize: 0x38 } + - { offsetInCU: 0x20E4, offset: 0x10EEB7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x13C8, symBinAddr: 0xD6F04, symSize: 0x14 } + - { offsetInCU: 0x2104, offset: 0x10EED7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x13C8, symBinAddr: 0xD6F04, symSize: 0x14 } + - { offsetInCU: 0x2115, offset: 0x10EEE8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x13DC, symBinAddr: 0xD6F18, symSize: 0xC } + - { offsetInCU: 0x2135, offset: 0x10EF08, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x13DC, symBinAddr: 0xD6F18, symSize: 0xC } + - { offsetInCU: 0x2146, offset: 0x10EF19, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x13E8, symBinAddr: 0xD6F24, symSize: 0xC } + - { offsetInCU: 0x2166, offset: 0x10EF39, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x13E8, symBinAddr: 0xD6F24, symSize: 0xC } + - { offsetInCU: 0x2177, offset: 0x10EF4A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x13F4, symBinAddr: 0xD6F30, symSize: 0xC } + - { offsetInCU: 0x2197, offset: 0x10EF6A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x13F4, symBinAddr: 0xD6F30, symSize: 0xC } + - { offsetInCU: 0x21A8, offset: 0x10EF7B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x1400, symBinAddr: 0xD6F3C, symSize: 0x14 } + - { offsetInCU: 0x21C8, offset: 0x10EF9B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x1400, symBinAddr: 0xD6F3C, symSize: 0x14 } + - { offsetInCU: 0x21D9, offset: 0x10EFAC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1414, symBinAddr: 0xD6F50, symSize: 0x14 } + - { offsetInCU: 0x21F9, offset: 0x10EFCC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1414, symBinAddr: 0xD6F50, symSize: 0x14 } + - { offsetInCU: 0x220A, offset: 0x10EFDD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1428, symBinAddr: 0xD6F64, symSize: 0xC } + - { offsetInCU: 0x222A, offset: 0x10EFFD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1428, symBinAddr: 0xD6F64, symSize: 0xC } + - { offsetInCU: 0x223B, offset: 0x10F00E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1434, symBinAddr: 0xD6F70, symSize: 0xC } + - { offsetInCU: 0x225B, offset: 0x10F02E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1434, symBinAddr: 0xD6F70, symSize: 0xC } + - { offsetInCU: 0x226C, offset: 0x10F03F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1440, symBinAddr: 0xD6F7C, symSize: 0xC } + - { offsetInCU: 0x228C, offset: 0x10F05F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1440, symBinAddr: 0xD6F7C, symSize: 0xC } + - { offsetInCU: 0x229D, offset: 0x10F070, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x144C, symBinAddr: 0xD6F88, symSize: 0x14 } + - { offsetInCU: 0x22BD, offset: 0x10F090, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x144C, symBinAddr: 0xD6F88, symSize: 0x14 } + - { offsetInCU: 0x22CE, offset: 0x10F0A1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x1460, symBinAddr: 0xD6F9C, symSize: 0xC } + - { offsetInCU: 0x22EE, offset: 0x10F0C1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x1460, symBinAddr: 0xD6F9C, symSize: 0xC } + - { offsetInCU: 0x22FF, offset: 0x10F0D2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x146C, symBinAddr: 0xD6FA8, symSize: 0xC } + - { offsetInCU: 0x231F, offset: 0x10F0F2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x146C, symBinAddr: 0xD6FA8, symSize: 0xC } + - { offsetInCU: 0x2330, offset: 0x10F103, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1478, symBinAddr: 0xD6FB4, symSize: 0x10 } + - { offsetInCU: 0x2350, offset: 0x10F123, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1478, symBinAddr: 0xD6FB4, symSize: 0x10 } + - { offsetInCU: 0x7F, offset: 0x10F3AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xD7088, symSize: 0x18 } + - { offsetInCU: 0xB0, offset: 0x10F3DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0xD70A0, symSize: 0xC } + - { offsetInCU: 0xD9, offset: 0x10F405, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0xD7154, symSize: 0x48 } + - { offsetInCU: 0xFE, offset: 0x10F42A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0xD719C, symSize: 0x2E8 } + - { offsetInCU: 0x166, offset: 0x10F492, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4BC, symBinAddr: 0xD7484, symSize: 0x3AC } + - { offsetInCU: 0x2FC, offset: 0x10F628, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO8rawValueSSvg', symObjAddr: 0x868, symBinAddr: 0xD7830, symSize: 0x18 } + - { offsetInCU: 0x335, offset: 0x10F661, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xA68, symBinAddr: 0xD7A30, symSize: 0x18 } + - { offsetInCU: 0x363, offset: 0x10F68F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xA68, symBinAddr: 0xD7A30, symSize: 0x18 } + - { offsetInCU: 0x3B5, offset: 0x10F6E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xAA4, symBinAddr: 0xD7A6C, symSize: 0x64 } + - { offsetInCU: 0x41B, offset: 0x10F747, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xB08, symBinAddr: 0xD7AD0, symSize: 0x28 } + - { offsetInCU: 0x437, offset: 0x10F763, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB30, symBinAddr: 0xD7AF8, symSize: 0x8 } + - { offsetInCU: 0x46D, offset: 0x10F799, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB38, symBinAddr: 0xD7B00, symSize: 0x68 } + - { offsetInCU: 0x4F2, offset: 0x10F81E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBA0, symBinAddr: 0xD7B68, symSize: 0xC } + - { offsetInCU: 0x50E, offset: 0x10F83A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBAC, symBinAddr: 0xD7B74, symSize: 0xC } + - { offsetInCU: 0x52C, offset: 0x10F858, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x880, symBinAddr: 0xD7848, symSize: 0x1E8 } + - { offsetInCU: 0x5A6, offset: 0x10F8D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfD', symObjAddr: 0xC24, symBinAddr: 0xD7BEC, symSize: 0x34 } + - { offsetInCU: 0x616, offset: 0x10F942, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCEC, symBinAddr: 0xD7CA4, symSize: 0xC } + - { offsetInCU: 0x6BC, offset: 0x10F9E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfE', symObjAddr: 0xC08, symBinAddr: 0xD7BD0, symSize: 0x1C } + - { offsetInCU: 0x714, offset: 0x10FA40, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCMa', symObjAddr: 0xC58, symBinAddr: 0xD7C20, symSize: 0x20 } + - { offsetInCU: 0x728, offset: 0x10FA54, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOwup', symObjAddr: 0xC90, symBinAddr: 0xD7C48, symSize: 0x4 } + - { offsetInCU: 0x73C, offset: 0x10FA68, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOMa', symObjAddr: 0xC94, symBinAddr: 0xD7C4C, symSize: 0x10 } + - { offsetInCU: 0x750, offset: 0x10FA7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASQWb', symObjAddr: 0xCA4, symBinAddr: 0xD7C5C, symSize: 0x4 } + - { offsetInCU: 0x764, offset: 0x10FA90, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSQAAWl', symObjAddr: 0xCA8, symBinAddr: 0xD7C60, symSize: 0x44 } + - { offsetInCU: 0x778, offset: 0x10FAA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSYAAWl', symObjAddr: 0xCF8, symBinAddr: 0xD7CB0, symSize: 0x44 } + - { offsetInCU: 0x78C, offset: 0x10FAB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs0C3KeyAAWl', symObjAddr: 0xDA0, symBinAddr: 0xD7CF4, symSize: 0x44 } + - { offsetInCU: 0x7A0, offset: 0x10FACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSEAAWl', symObjAddr: 0xEB0, symBinAddr: 0xD7D7C, symSize: 0x44 } + - { offsetInCU: 0x7B4, offset: 0x10FAE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSeAAWl', symObjAddr: 0x1084, symBinAddr: 0xD7EA8, symSize: 0x44 } + - { offsetInCU: 0x7C8, offset: 0x10FAF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwug', symObjAddr: 0x1320, symBinAddr: 0xD8040, symSize: 0x8 } + - { offsetInCU: 0x7DC, offset: 0x10FB08, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwup', symObjAddr: 0x1328, symBinAddr: 0xD8048, symSize: 0x4 } + - { offsetInCU: 0x7F0, offset: 0x10FB1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwui', symObjAddr: 0x132C, symBinAddr: 0xD804C, symSize: 0x8 } + - { offsetInCU: 0x804, offset: 0x10FB30, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOMa', symObjAddr: 0x1334, symBinAddr: 0xD8054, symSize: 0x10 } + - { offsetInCU: 0x818, offset: 0x10FB44, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASQWb', symObjAddr: 0x1344, symBinAddr: 0xD8064, symSize: 0x4 } + - { offsetInCU: 0x82C, offset: 0x10FB58, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFSQAAWl', symObjAddr: 0x1348, symBinAddr: 0xD8068, symSize: 0x44 } + - { offsetInCU: 0x840, offset: 0x10FB6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x138C, symBinAddr: 0xD80AC, symSize: 0x4 } + - { offsetInCU: 0x854, offset: 0x10FB80, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1390, symBinAddr: 0xD80B0, symSize: 0x44 } + - { offsetInCU: 0x868, offset: 0x10FB94, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x13D4, symBinAddr: 0xD80F4, symSize: 0x4 } + - { offsetInCU: 0x87C, offset: 0x10FBA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x13D8, symBinAddr: 0xD80F8, symSize: 0x44 } + - { offsetInCU: 0x8B0, offset: 0x10FBDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xD6FC8, symSize: 0x14 } + - { offsetInCU: 0x941, offset: 0x10FC6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xD6FDC, symSize: 0x44 } + - { offsetInCU: 0x9F0, offset: 0x10FD1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xD7020, symSize: 0x28 } + - { offsetInCU: 0xA43, offset: 0x10FD6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xD7048, symSize: 0x40 } + - { offsetInCU: 0xAC6, offset: 0x10FDF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0xD70AC, symSize: 0x5C } + - { offsetInCU: 0xAE9, offset: 0x10FE15, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xD7108, symSize: 0x4C } + - { offsetInCU: 0xB4D, offset: 0x10FE79, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA80, symBinAddr: 0xD7A48, symSize: 0xC } + - { offsetInCU: 0xB69, offset: 0x10FE95, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0xA8C, symBinAddr: 0xD7A54, symSize: 0x8 } + - { offsetInCU: 0xB85, offset: 0x10FEB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA94, symBinAddr: 0xD7A5C, symSize: 0x8 } + - { offsetInCU: 0xBA1, offset: 0x10FECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA9C, symBinAddr: 0xD7A64, symSize: 0x8 } + - { offsetInCU: 0xBC3, offset: 0x10FEEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBB8, symBinAddr: 0xD7B80, symSize: 0x28 } + - { offsetInCU: 0xBDF, offset: 0x10FF0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xBE0, symBinAddr: 0xD7BA8, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x1100D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x30, symBinAddr: 0xD8144, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x1100EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x30, symBinAddr: 0xD8144, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x110103, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwet', symObjAddr: 0x70, symBinAddr: 0xD8174, symSize: 0x20 } + - { offsetInCU: 0x67, offset: 0x110117, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwst', symObjAddr: 0x90, symBinAddr: 0xD8194, symSize: 0x2C } + - { offsetInCU: 0x7B, offset: 0x11012B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwug', symObjAddr: 0xBC, symBinAddr: 0xD81C0, symSize: 0x8 } + - { offsetInCU: 0x8F, offset: 0x11013F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwup', symObjAddr: 0xC4, symBinAddr: 0xD81C8, symSize: 0x4 } + - { offsetInCU: 0xA3, offset: 0x110153, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwui', symObjAddr: 0xC8, symBinAddr: 0xD81CC, symSize: 0x4 } + - { offsetInCU: 0xB7, offset: 0x110167, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOMa', symObjAddr: 0xCC, symBinAddr: 0xD81D0, symSize: 0x10 } + - { offsetInCU: 0xDC, offset: 0x11018C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0xDC, symBinAddr: 0xD81E0, symSize: 0x4 } + - { offsetInCU: 0xF8, offset: 0x1101A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0xE0, symBinAddr: 0xD81E4, symSize: 0x4 } + - { offsetInCU: 0x114, offset: 0x1101C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0xE4, symBinAddr: 0xD81E8, symSize: 0x4 } + - { offsetInCU: 0x130, offset: 0x1101E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE8, symBinAddr: 0xD81EC, symSize: 0x4 } + - { offsetInCU: 0xED, offset: 0x1103FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF', symObjAddr: 0x330, symBinAddr: 0xD8520, symSize: 0x32C } + - { offsetInCU: 0x36D, offset: 0x11067A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ', symObjAddr: 0x65C, symBinAddr: 0xD884C, symSize: 0x4 } + - { offsetInCU: 0x381, offset: 0x11068E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x678, symBinAddr: 0xD8868, symSize: 0x4 } + - { offsetInCU: 0x3A4, offset: 0x1106B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x688, symBinAddr: 0xD8878, symSize: 0x4 } + - { offsetInCU: 0x3C4, offset: 0x1106D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x688, symBinAddr: 0xD8878, symSize: 0x4 } + - { offsetInCU: 0x3E4, offset: 0x1106F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0xDA8, symBinAddr: 0xD8F98, symSize: 0x868 } + - { offsetInCU: 0x478, offset: 0x110785, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF', symObjAddr: 0x178, symBinAddr: 0xD8368, symSize: 0xA8 } + - { offsetInCU: 0x59A, offset: 0x1108A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ', symObjAddr: 0x220, symBinAddr: 0xD8410, symSize: 0x4 } + - { offsetInCU: 0x5BD, offset: 0x1108CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg', symObjAddr: 0x23C, symBinAddr: 0xD842C, symSize: 0x50 } + - { offsetInCU: 0x649, offset: 0x110956, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH9hashValueSivgTW', symObjAddr: 0x28C, symBinAddr: 0xD847C, symSize: 0x50 } + - { offsetInCU: 0x6D8, offset: 0x1109E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2DC, symBinAddr: 0xD84CC, symSize: 0x4 } + - { offsetInCU: 0x6FB, offset: 0x110A08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x32C, symBinAddr: 0xD851C, symSize: 0x4 } + - { offsetInCU: 0x71B, offset: 0x110A28, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x32C, symBinAddr: 0xD851C, symSize: 0x4 } + - { offsetInCU: 0x72C, offset: 0x110A39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x1610, symBinAddr: 0xD9800, symSize: 0x1E0 } + - { offsetInCU: 0x7A3, offset: 0x110AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x68C, symBinAddr: 0xD887C, symSize: 0x3C0 } + - { offsetInCU: 0xA75, offset: 0x110D82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ', symObjAddr: 0xA4C, symBinAddr: 0xD8C3C, symSize: 0x4 } + - { offsetInCU: 0xA89, offset: 0x110D96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB20, symBinAddr: 0xD8D10, symSize: 0x4 } + - { offsetInCU: 0xAB4, offset: 0x110DC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB88, symBinAddr: 0xD8D78, symSize: 0x4 } + - { offsetInCU: 0xAD4, offset: 0x110DE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB88, symBinAddr: 0xD8D78, symSize: 0x4 } + - { offsetInCU: 0xAE5, offset: 0x110DF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x18E8, symBinAddr: 0xD99E0, symSize: 0xBD0 } + - { offsetInCU: 0xBD5, offset: 0x110EE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO04loopC0yAcA0a4LoopC0OF', symObjAddr: 0x0, symBinAddr: 0xD81F0, symSize: 0x178 } + - { offsetInCU: 0xCD7, offset: 0x110FE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ', symObjAddr: 0x224, symBinAddr: 0xD8414, symSize: 0x18 } + - { offsetInCU: 0xD0A, offset: 0x111017, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF', symObjAddr: 0xC78, symBinAddr: 0xD8E68, symSize: 0x28 } + - { offsetInCU: 0xD6D, offset: 0x11107A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO9hashValueSivg', symObjAddr: 0xCA0, symBinAddr: 0xD8E90, symSize: 0x44 } + - { offsetInCU: 0xE67, offset: 0x111174, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCE4, symBinAddr: 0xD8ED4, symSize: 0x18 } + - { offsetInCU: 0xE87, offset: 0x111194, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCE4, symBinAddr: 0xD8ED4, symSize: 0x18 } + - { offsetInCU: 0xEC7, offset: 0x1111D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH9hashValueSivgTW', symObjAddr: 0xCFC, symBinAddr: 0xD8EEC, symSize: 0x44 } + - { offsetInCU: 0xFAA, offset: 0x1112B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD40, symBinAddr: 0xD8F30, symSize: 0x28 } + - { offsetInCU: 0x10C2, offset: 0x1113CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO6pausedACvgZ', symObjAddr: 0xB8C, symBinAddr: 0xD8D7C, symSize: 0x18 } + - { offsetInCU: 0x10EE, offset: 0x1113FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xBBC, symBinAddr: 0xD8DAC, symSize: 0x30 } + - { offsetInCU: 0x114D, offset: 0x11145A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xC4C, symBinAddr: 0xD8E3C, symSize: 0x2C } + - { offsetInCU: 0x11E1, offset: 0x1114EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASQWb', symObjAddr: 0x24B8, symBinAddr: 0xDA5B0, symSize: 0x4 } + - { offsetInCU: 0x11F5, offset: 0x111502, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOAESQAAWl', symObjAddr: 0x24BC, symBinAddr: 0xDA5B4, symSize: 0x44 } + - { offsetInCU: 0x1209, offset: 0x111516, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASQWb', symObjAddr: 0x2500, symBinAddr: 0xDA5F8, symSize: 0x4 } + - { offsetInCU: 0x121D, offset: 0x11152A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OAESQAAWl', symObjAddr: 0x2504, symBinAddr: 0xDA5FC, symSize: 0x44 } + - { offsetInCU: 0x1231, offset: 0x11153E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASQWb', symObjAddr: 0x2548, symBinAddr: 0xDA640, symSize: 0x4 } + - { offsetInCU: 0x1245, offset: 0x111552, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOACSQAAWl', symObjAddr: 0x254C, symBinAddr: 0xDA644, symSize: 0x44 } + - { offsetInCU: 0x1259, offset: 0x111566, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASQWb', symObjAddr: 0x2590, symBinAddr: 0xDA688, symSize: 0x4 } + - { offsetInCU: 0x126D, offset: 0x11157A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOACSQAAWl', symObjAddr: 0x2594, symBinAddr: 0xDA68C, symSize: 0x44 } + - { offsetInCU: 0x1281, offset: 0x11158E, size: 0x8, addend: 0x0, symName: ___swift_memcpy41_8, symObjAddr: 0x2708, symBinAddr: 0xDA6FC, symSize: 0x14 } + - { offsetInCU: 0x1295, offset: 0x1115A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwet', symObjAddr: 0x2728, symBinAddr: 0xDA71C, symSize: 0x60 } + - { offsetInCU: 0x12A9, offset: 0x1115B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwst', symObjAddr: 0x2788, symBinAddr: 0xDA77C, symSize: 0x68 } + - { offsetInCU: 0x12BD, offset: 0x1115CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwug', symObjAddr: 0x27F0, symBinAddr: 0xDA7E4, symSize: 0x28 } + - { offsetInCU: 0x12D1, offset: 0x1115DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwup', symObjAddr: 0x2818, symBinAddr: 0xDA80C, symSize: 0x1C } + - { offsetInCU: 0x12E5, offset: 0x1115F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwui', symObjAddr: 0x2834, symBinAddr: 0xDA828, symSize: 0x54 } + - { offsetInCU: 0x12F9, offset: 0x111606, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOMa', symObjAddr: 0x2888, symBinAddr: 0xDA87C, symSize: 0x10 } + - { offsetInCU: 0x130D, offset: 0x11161A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwCP', symObjAddr: 0x2898, symBinAddr: 0xDA88C, symSize: 0x48 } + - { offsetInCU: 0x1321, offset: 0x11162E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwxx', symObjAddr: 0x28E0, symBinAddr: 0xDA8D4, symSize: 0x10 } + - { offsetInCU: 0x1335, offset: 0x111642, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwcp', symObjAddr: 0x28F0, symBinAddr: 0xDA8E4, symSize: 0x48 } + - { offsetInCU: 0x1349, offset: 0x111656, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwca', symObjAddr: 0x2938, symBinAddr: 0xDA92C, symSize: 0x54 } + - { offsetInCU: 0x135D, offset: 0x11166A, size: 0x8, addend: 0x0, symName: ___swift_memcpy17_8, symObjAddr: 0x298C, symBinAddr: 0xDA980, symSize: 0x14 } + - { offsetInCU: 0x1371, offset: 0x11167E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwta', symObjAddr: 0x29A0, symBinAddr: 0xDA994, symSize: 0x44 } + - { offsetInCU: 0x1385, offset: 0x111692, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwet', symObjAddr: 0x29E4, symBinAddr: 0xDA9D8, symSize: 0x54 } + - { offsetInCU: 0x1399, offset: 0x1116A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwst', symObjAddr: 0x2A38, symBinAddr: 0xDAA2C, symSize: 0x54 } + - { offsetInCU: 0x13AD, offset: 0x1116BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwug', symObjAddr: 0x2A8C, symBinAddr: 0xDAA80, symSize: 0x20 } + - { offsetInCU: 0x13C1, offset: 0x1116CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwup', symObjAddr: 0x2AAC, symBinAddr: 0xDAAA0, symSize: 0x10 } + - { offsetInCU: 0x13D5, offset: 0x1116E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwui', symObjAddr: 0x2ABC, symBinAddr: 0xDAAB0, symSize: 0x2C } + - { offsetInCU: 0x13E9, offset: 0x1116F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOMa', symObjAddr: 0x2AE8, symBinAddr: 0xDAADC, symSize: 0x10 } + - { offsetInCU: 0x13FD, offset: 0x11170A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OwCP', symObjAddr: 0x2AF8, symBinAddr: 0xDAAEC, symSize: 0x30 } + - { offsetInCU: 0x1411, offset: 0x11171E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owet', symObjAddr: 0x2CD8, symBinAddr: 0xDACCC, symSize: 0x5C } + - { offsetInCU: 0x1425, offset: 0x111732, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owst', symObjAddr: 0x2D34, symBinAddr: 0xDAD28, symSize: 0x60 } + - { offsetInCU: 0x1439, offset: 0x111746, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owug', symObjAddr: 0x2D94, symBinAddr: 0xDAD88, symSize: 0xC } + - { offsetInCU: 0x144D, offset: 0x11175A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owup', symObjAddr: 0x2DA0, symBinAddr: 0xDAD94, symSize: 0x10 } + - { offsetInCU: 0x1461, offset: 0x11176E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owui', symObjAddr: 0x2DB0, symBinAddr: 0xDADA4, symSize: 0x20 } + - { offsetInCU: 0x1475, offset: 0x111782, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OMa', symObjAddr: 0x2DD0, symBinAddr: 0xDADC4, symSize: 0x10 } + - { offsetInCU: 0x1489, offset: 0x111796, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwet', symObjAddr: 0x2DF0, symBinAddr: 0xDADD4, symSize: 0x90 } + - { offsetInCU: 0x149D, offset: 0x1117AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwst', symObjAddr: 0x2E80, symBinAddr: 0xDAE64, symSize: 0xBC } + - { offsetInCU: 0x14B1, offset: 0x1117BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwug', symObjAddr: 0x2F3C, symBinAddr: 0xDAF20, symSize: 0x8 } + - { offsetInCU: 0x14C5, offset: 0x1117D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwup', symObjAddr: 0x2F44, symBinAddr: 0xDAF28, symSize: 0x4 } + - { offsetInCU: 0x14D9, offset: 0x1117E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwui', symObjAddr: 0x2F48, symBinAddr: 0xDAF2C, symSize: 0xC } + - { offsetInCU: 0x14ED, offset: 0x1117FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOMa', symObjAddr: 0x2F54, symBinAddr: 0xDAF38, symSize: 0x10 } + - { offsetInCU: 0x164E, offset: 0x11195B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xD84D0, symSize: 0x4C } + - { offsetInCU: 0x16D7, offset: 0x1119E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD68, symBinAddr: 0xD8F58, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x111C54, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8, symBinAddr: 0xDAF4C, symSize: 0xC4 } + - { offsetInCU: 0x81, offset: 0x111CAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8, symBinAddr: 0xDAF4C, symSize: 0xC4 } + - { offsetInCU: 0x1AF, offset: 0x111DDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xCC, symBinAddr: 0xDB010, symSize: 0xC4 } + - { offsetInCU: 0x2D0, offset: 0x111EFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x190, symBinAddr: 0xDB0D4, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x111F19, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x198, symBinAddr: 0xDB0DC, symSize: 0x8 } + - { offsetInCU: 0x308, offset: 0x111F35, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOc', symObjAddr: 0x1A0, symBinAddr: 0xDB0E4, symSize: 0x44 } + - { offsetInCU: 0x31C, offset: 0x111F49, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x228, symBinAddr: 0xDB128, symSize: 0xC } + - { offsetInCU: 0x338, offset: 0x111F65, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x234, symBinAddr: 0xDB134, symSize: 0x8 } + - { offsetInCU: 0x354, offset: 0x111F81, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x23C, symBinAddr: 0xDB13C, symSize: 0xC } + - { offsetInCU: 0x370, offset: 0x111F9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x248, symBinAddr: 0xDB148, symSize: 0x8 } + - { offsetInCU: 0x38C, offset: 0x111FB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x250, symBinAddr: 0xDB150, symSize: 0xC } + - { offsetInCU: 0x3A8, offset: 0x111FD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x25C, symBinAddr: 0xDB15C, symSize: 0x8 } + - { offsetInCU: 0x3C4, offset: 0x111FF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x264, symBinAddr: 0xDB164, symSize: 0xC } + - { offsetInCU: 0x3E0, offset: 0x11200D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x270, symBinAddr: 0xDB170, symSize: 0x8 } + - { offsetInCU: 0x3FC, offset: 0x112029, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x278, symBinAddr: 0xDB178, symSize: 0xC } + - { offsetInCU: 0x418, offset: 0x112045, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x284, symBinAddr: 0xDB184, symSize: 0x8 } + - { offsetInCU: 0x434, offset: 0x112061, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xDB18C, symSize: 0x8 } + - { offsetInCU: 0x450, offset: 0x11207D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x294, symBinAddr: 0xDB194, symSize: 0xC } + - { offsetInCU: 0x46C, offset: 0x112099, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2A0, symBinAddr: 0xDB1A0, symSize: 0x8 } + - { offsetInCU: 0x488, offset: 0x1120B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A8, symBinAddr: 0xDB1A8, symSize: 0xC } + - { offsetInCU: 0x4A4, offset: 0x1120D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2B4, symBinAddr: 0xDB1B4, symSize: 0x8 } + - { offsetInCU: 0x4C0, offset: 0x1120ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2BC, symBinAddr: 0xDB1BC, symSize: 0xC } + - { offsetInCU: 0x4DC, offset: 0x112109, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2C8, symBinAddr: 0xDB1C8, symSize: 0x8 } + - { offsetInCU: 0x4F8, offset: 0x112125, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2D0, symBinAddr: 0xDB1D0, symSize: 0xC } + - { offsetInCU: 0x514, offset: 0x112141, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2DC, symBinAddr: 0xDB1DC, symSize: 0x8 } + - { offsetInCU: 0x530, offset: 0x11215D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2E4, symBinAddr: 0xDB1E4, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x112179, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0xDB1F0, symSize: 0x8 } + - { offsetInCU: 0x568, offset: 0x112195, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2F8, symBinAddr: 0xDB1F8, symSize: 0xC } + - { offsetInCU: 0x584, offset: 0x1121B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x304, symBinAddr: 0xDB204, symSize: 0x8 } + - { offsetInCU: 0x43, offset: 0x1123E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg', symObjAddr: 0x0, symBinAddr: 0xDB20C, symSize: 0x8 } + - { offsetInCU: 0x61, offset: 0x1123FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8, symBinAddr: 0xDB214, symSize: 0x144 } + - { offsetInCU: 0xC8, offset: 0x112465, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x198, symBinAddr: 0xDB358, symSize: 0x90 } + - { offsetInCU: 0xF7, offset: 0x112494, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x228, symBinAddr: 0xDB3E8, symSize: 0x14 } + - { offsetInCU: 0x15C, offset: 0x1124F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x23C, symBinAddr: 0xDB3FC, symSize: 0x90 } + - { offsetInCU: 0x1F1, offset: 0x11258E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueACyp_tKcfC', symObjAddr: 0x2CC, symBinAddr: 0xDB48C, symSize: 0x13C } + - { offsetInCU: 0x315, offset: 0x1126B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x408, symBinAddr: 0xDB5C8, symSize: 0x23C } + - { offsetInCU: 0x3F7, offset: 0x112794, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x774, symBinAddr: 0xDB8F4, symSize: 0x11C } + - { offsetInCU: 0x455, offset: 0x1127F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO11stringValueSSvg', symObjAddr: 0x890, symBinAddr: 0xDBA10, symSize: 0x14 } + - { offsetInCU: 0x496, offset: 0x112833, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x8C8, symBinAddr: 0xDBA48, symSize: 0x70 } + - { offsetInCU: 0x4CA, offset: 0x112867, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x938, symBinAddr: 0xDBAB8, symSize: 0x28 } + - { offsetInCU: 0x4E6, offset: 0x112883, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x960, symBinAddr: 0xDBAE0, symSize: 0x8 } + - { offsetInCU: 0x51C, offset: 0x1128B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x968, symBinAddr: 0xDBAE8, symSize: 0x74 } + - { offsetInCU: 0x567, offset: 0x112904, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x9DC, symBinAddr: 0xDBB5C, symSize: 0xC } + - { offsetInCU: 0x583, offset: 0x112920, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x9E8, symBinAddr: 0xDBB68, symSize: 0xC } + - { offsetInCU: 0x5A1, offset: 0x11293E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF', symObjAddr: 0xA44, symBinAddr: 0xDBBC4, symSize: 0x44 } + - { offsetInCU: 0x5FE, offset: 0x11299B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ', symObjAddr: 0xA88, symBinAddr: 0xDBC08, symSize: 0x2C } + - { offsetInCU: 0x646, offset: 0x1129E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV9hashValueSivg', symObjAddr: 0xAB4, symBinAddr: 0xDBC34, symSize: 0x60 } + - { offsetInCU: 0x714, offset: 0x112AB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xB14, symBinAddr: 0xDBC94, symSize: 0x14 } + - { offsetInCU: 0x737, offset: 0x112AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xB28, symBinAddr: 0xDBCA8, symSize: 0x14 } + - { offsetInCU: 0x75A, offset: 0x112AF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH9hashValueSivgTW', symObjAddr: 0xB3C, symBinAddr: 0xDBCBC, symSize: 0x4 } + - { offsetInCU: 0x776, offset: 0x112B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB40, symBinAddr: 0xDBCC0, symSize: 0x44 } + - { offsetInCU: 0x801, offset: 0x112B9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBE0, symBinAddr: 0xDBD60, symSize: 0x2C } + - { offsetInCU: 0x821, offset: 0x112BBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBE0, symBinAddr: 0xDBD60, symSize: 0x2C } + - { offsetInCU: 0x833, offset: 0x112BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs0C3KeyAAWl', symObjAddr: 0x684, symBinAddr: 0xDB804, symSize: 0x44 } + - { offsetInCU: 0x847, offset: 0x112BE4, size: 0x8, addend: 0x0, symName: '_$sSaySdGSayxGSesSeRzlWl', symObjAddr: 0x6C8, symBinAddr: 0xDB848, symSize: 0x58 } + - { offsetInCU: 0x85B, offset: 0x112BF8, size: 0x8, addend: 0x0, symName: '_$sSaySdGMa', symObjAddr: 0x720, symBinAddr: 0xDB8A0, symSize: 0x54 } + - { offsetInCU: 0x890, offset: 0x112C2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV5valueACyp_tKcfC', symObjAddr: 0xC0C, symBinAddr: 0xDBD8C, symSize: 0x3F8 } + - { offsetInCU: 0xAD5, offset: 0x112E72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1004, symBinAddr: 0xDC184, symSize: 0x1AC } + - { offsetInCU: 0xB30, offset: 0x112ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x11B0, symBinAddr: 0xDC330, symSize: 0xFC } + - { offsetInCU: 0xB7B, offset: 0x112F18, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASQWb', symObjAddr: 0x12AC, symBinAddr: 0xDC42C, symSize: 0x4 } + - { offsetInCU: 0xB8F, offset: 0x112F2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSQAAWl', symObjAddr: 0x12B0, symBinAddr: 0xDC430, symSize: 0x44 } + - { offsetInCU: 0xBA3, offset: 0x112F40, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x12F4, symBinAddr: 0xDC474, symSize: 0x14 } + - { offsetInCU: 0xBC6, offset: 0x112F63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1308, symBinAddr: 0xDC488, symSize: 0x14 } + - { offsetInCU: 0xBE9, offset: 0x112F86, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwet', symObjAddr: 0x132C, symBinAddr: 0xDC49C, symSize: 0x20 } + - { offsetInCU: 0xBFD, offset: 0x112F9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwst', symObjAddr: 0x134C, symBinAddr: 0xDC4BC, symSize: 0x28 } + - { offsetInCU: 0xC11, offset: 0x112FAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVMa', symObjAddr: 0x1374, symBinAddr: 0xDC4E4, symSize: 0x10 } + - { offsetInCU: 0xC25, offset: 0x112FC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwet', symObjAddr: 0x1390, symBinAddr: 0xDC4F4, symSize: 0x90 } + - { offsetInCU: 0xC39, offset: 0x112FD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwst', symObjAddr: 0x1420, symBinAddr: 0xDC584, symSize: 0xBC } + - { offsetInCU: 0xC4D, offset: 0x112FEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwug', symObjAddr: 0x14DC, symBinAddr: 0xDC640, symSize: 0x8 } + - { offsetInCU: 0xC61, offset: 0x112FFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwup', symObjAddr: 0x14E4, symBinAddr: 0xDC648, symSize: 0x4 } + - { offsetInCU: 0xC75, offset: 0x113012, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwui', symObjAddr: 0x14E8, symBinAddr: 0xDC64C, symSize: 0xC } + - { offsetInCU: 0xC89, offset: 0x113026, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOMa', symObjAddr: 0x14F4, symBinAddr: 0xDC658, symSize: 0x10 } + - { offsetInCU: 0xC9D, offset: 0x11303A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASQWb', symObjAddr: 0x1504, symBinAddr: 0xDC668, symSize: 0x4 } + - { offsetInCU: 0xCB1, offset: 0x11304E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFSQAAWl', symObjAddr: 0x1508, symBinAddr: 0xDC66C, symSize: 0x44 } + - { offsetInCU: 0xCC5, offset: 0x113062, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x154C, symBinAddr: 0xDC6B0, symSize: 0x4 } + - { offsetInCU: 0xCD9, offset: 0x113076, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1550, symBinAddr: 0xDC6B4, symSize: 0x44 } + - { offsetInCU: 0xCED, offset: 0x11308A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1594, symBinAddr: 0xDC6F8, symSize: 0x4 } + - { offsetInCU: 0xD01, offset: 0x11309E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1598, symBinAddr: 0xDC6FC, symSize: 0x44 } + - { offsetInCU: 0xD57, offset: 0x1130F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV5valueACyp_tKcfC', symObjAddr: 0x15DC, symBinAddr: 0xDC740, symSize: 0x174 } + - { offsetInCU: 0x116E, offset: 0x11350B, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE7rotated_4axisAB12CoreGraphics7CGFloatV_AbCE4AxisOtF', symObjAddr: 0x1750, symBinAddr: 0xDC8B4, symSize: 0xD4 } + - { offsetInCU: 0x12EE, offset: 0x11368B, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE13makeTransform6anchor8position5scale9rotationX0H1Y0H1Z4skew0I4AxisABSo7CGPointV_ANSo6CGSizeV12CoreGraphics7CGFloatVA3SSgATtFZTf4nnnnnnnnd_n', symObjAddr: 0x1824, symBinAddr: 0xDC988, symSize: 0x460 } + - { offsetInCU: 0x15AC, offset: 0x113949, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8A4, symBinAddr: 0xDBA24, symSize: 0xC } + - { offsetInCU: 0x15C8, offset: 0x113965, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH9hashValueSivgTW', symObjAddr: 0x8B0, symBinAddr: 0xDBA30, symSize: 0x8 } + - { offsetInCU: 0x15E4, offset: 0x113981, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8B8, symBinAddr: 0xDBA38, symSize: 0x8 } + - { offsetInCU: 0x1600, offset: 0x11399D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8C0, symBinAddr: 0xDBA40, symSize: 0x8 } + - { offsetInCU: 0x1622, offset: 0x1139BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x9F4, symBinAddr: 0xDBB74, symSize: 0x28 } + - { offsetInCU: 0x163E, offset: 0x1139DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA1C, symBinAddr: 0xDBB9C, symSize: 0x28 } + - { offsetInCU: 0x1687, offset: 0x113A24, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB84, symBinAddr: 0xDBD04, symSize: 0x5C } + - { offsetInCU: 0xC0, offset: 0x113DDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC17combinedKeyframes14roundedCornersAA13KeyframeGroupCyAC0G0VGAA07RoundedF0CSg_tKF', symObjAddr: 0x0, symBinAddr: 0xDCE0C, symSize: 0x13C } + - { offsetInCU: 0x205, offset: 0x113F24, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x13C, symBinAddr: 0xDCF48, symSize: 0xB0 } + - { offsetInCU: 0x389, offset: 0x1140A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1EC, symBinAddr: 0xDCFF8, symSize: 0x12C } + - { offsetInCU: 0x4F1, offset: 0x114210, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x318, symBinAddr: 0xDD124, symSize: 0x4 } + - { offsetInCU: 0x519, offset: 0x114238, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwCP', symObjAddr: 0x3F4, symBinAddr: 0xDD1C0, symSize: 0x30 } + - { offsetInCU: 0x52D, offset: 0x11424C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwet', symObjAddr: 0x444, symBinAddr: 0xDD1F0, symSize: 0x20 } + - { offsetInCU: 0x541, offset: 0x114260, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwst', symObjAddr: 0x464, symBinAddr: 0xDD210, symSize: 0x38 } + - { offsetInCU: 0x555, offset: 0x114274, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVMa', symObjAddr: 0x49C, symBinAddr: 0xDD248, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x11448D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xDD258, symSize: 0x18 } + - { offsetInCU: 0x4B, offset: 0x1144B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xDD258, symSize: 0x18 } + - { offsetInCU: 0x7E, offset: 0x1144E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF', symObjAddr: 0x18, symBinAddr: 0xDD270, symSize: 0x28 } + - { offsetInCU: 0x114, offset: 0x11457A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO9hashValueSivg', symObjAddr: 0x40, symBinAddr: 0xDD298, symSize: 0x44 } + - { offsetInCU: 0x20E, offset: 0x114674, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x84, symBinAddr: 0xDD2DC, symSize: 0x18 } + - { offsetInCU: 0x22E, offset: 0x114694, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x84, symBinAddr: 0xDD2DC, symSize: 0x18 } + - { offsetInCU: 0x26E, offset: 0x1146D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x9C, symBinAddr: 0xDD2F4, symSize: 0x44 } + - { offsetInCU: 0x351, offset: 0x1147B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE0, symBinAddr: 0xDD338, symSize: 0x28 } + - { offsetInCU: 0x3DA, offset: 0x114840, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASQWb', symObjAddr: 0x148, symBinAddr: 0xDD3A0, symSize: 0x4 } + - { offsetInCU: 0x3EE, offset: 0x114854, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOACSQAAWl', symObjAddr: 0x14C, symBinAddr: 0xDD3A4, symSize: 0x44 } + - { offsetInCU: 0x402, offset: 0x114868, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwet', symObjAddr: 0x1A0, symBinAddr: 0xDD3E8, symSize: 0x90 } + - { offsetInCU: 0x416, offset: 0x11487C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwst', symObjAddr: 0x230, symBinAddr: 0xDD478, symSize: 0xBC } + - { offsetInCU: 0x42A, offset: 0x114890, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwug', symObjAddr: 0x2EC, symBinAddr: 0xDD534, symSize: 0x8 } + - { offsetInCU: 0x43E, offset: 0x1148A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwup', symObjAddr: 0x2F4, symBinAddr: 0xDD53C, symSize: 0x4 } + - { offsetInCU: 0x452, offset: 0x1148B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwui', symObjAddr: 0x2F8, symBinAddr: 0xDD540, symSize: 0xC } + - { offsetInCU: 0x466, offset: 0x1148CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOMa', symObjAddr: 0x304, symBinAddr: 0xDD54C, symSize: 0x10 } + - { offsetInCU: 0x4B8, offset: 0x11491E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x108, symBinAddr: 0xDD360, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x114B08, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x8, symBinAddr: 0xDD55C, symSize: 0x16C } + - { offsetInCU: 0xEB, offset: 0x114BCC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x8, symBinAddr: 0xDD55C, symSize: 0x16C } + - { offsetInCU: 0x1FE, offset: 0x114CDF, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSgWOb', symObjAddr: 0x1C4, symBinAddr: 0xDD6D8, symSize: 0x48 } + - { offsetInCU: 0x212, offset: 0x114CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x20C, symBinAddr: 0xDD720, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x114EF0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xDD728, symSize: 0x56C } + - { offsetInCU: 0xA2, offset: 0x114F67, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xDD728, symSize: 0x56C } + - { offsetInCU: 0x50D, offset: 0x1153D2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFAHSgAIcfu0_33_28d25105826188377df3c8fe74d211baAiLTf3nnpk_n', symObjAddr: 0x62C, symBinAddr: 0xDDD54, symSize: 0x78 } + - { offsetInCU: 0x52C, offset: 0x1153F1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU_', symObjAddr: 0x8E0, symBinAddr: 0xDE008, symSize: 0x90 } + - { offsetInCU: 0x5FA, offset: 0x1154BF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU0_', symObjAddr: 0x970, symBinAddr: 0xDE098, symSize: 0x10C } + - { offsetInCU: 0x7A7, offset: 0x11566C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I13VtKFSSAHXEfU_AHTf1nncn_nTf4nnng_n', symObjAddr: 0x1040, symBinAddr: 0xDE768, symSize: 0x13C } + - { offsetInCU: 0x8A4, offset: 0x115769, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I14VtKFSSAHXEfU0_AH5model_AC9MatteTypeO9matteTypetAHTf1nncn_nTf4nnngg_n', symObjAddr: 0x11BC, symBinAddr: 0xDE8A4, symSize: 0x180 } + - { offsetInCU: 0xB70, offset: 0x115A35, size: 0x8, addend: 0x0, symName: '_$sSlsE5first7ElementQzSgvpSay6Lottie10LayerModelCGTK', symObjAddr: 0x57C, symBinAddr: 0xDDCA4, symSize: 0xB0 } + - { offsetInCU: 0xD1C, offset: 0x115BE1, size: 0x8, addend: 0x0, symName: '_$sSl6LottieAA10LayerModelC7ElementRtzrlE20pairedLayersAndMasks33_FC3CD219EB0C773D32BBE7C7975F0DE6LLSayAC5layer_AC5model_AA9MatteTypeO05matteU0tSg4masktGyKFs18ReversedCollectionVySayACGG_Tg5', symObjAddr: 0x6A4, symBinAddr: 0xDDDCC, symSize: 0x23C } + - { offsetInCU: 0x1311, offset: 0x1161D6, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSDySiSay6Lottie10LayerModelCGG_s17_NativeDictionaryVySiAGGTg5051$sSD16compactMapValuesySDyxqd__Gqd__Sgq_KXEKlFys17_gh47Vyxqd__Gz_x3key_q_5valuettKXEfU_Si_Say6Lottie10eF7CGAKTG5xq_Sgs5Error_pr0_lyAhGIsgnrzo_Tf1ncn_nTf4nng_n', symObjAddr: 0xD5C, symBinAddr: 0xDE484, symSize: 0x2E4 } + - { offsetInCU: 0x1504, offset: 0x1163C9, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSlsWl', symObjAddr: 0x1350, symBinAddr: 0xDEA28, symSize: 0x48 } + - { offsetInCU: 0x1518, offset: 0x1163DD, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGMa', symObjAddr: 0x1398, symBinAddr: 0xDEA70, symSize: 0x54 } + - { offsetInCU: 0x155A, offset: 0x11641F, size: 0x8, addend: 0x0, symName: '_$sSD8grouping2bySDyxSay7ElementQyd__GGqd__n_xADKXEtKcAERs_STRd__lufCSi_s18ReversedCollectionVySay6Lottie10LayerModelCGGTg5014$sSo7CALayerC6f8E19setupg30Hierarchy3for7contextySayAC0D5h3CG_P68D7ContextVtKFSiAHcfu_32c6367eac2e4f99784ca5c07d849dde74AHSiTf3nnpk_nTf1ncn_nTf4gd_n', symObjAddr: 0xA7C, symBinAddr: 0xDE1A4, symSize: 0x2E0 } + - { offsetInCU: 0x1C4, offset: 0x116DC8, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11DashElementCRszlE23shapeLayerConfigurations15ContiguousArrayVyAFyAA8KeyframeCyAA0A8Vector1DVGGG12dashPatterns_AL0K5Phasetvg', symObjAddr: 0x0, symBinAddr: 0xDEAC8, symSize: 0x680 } + - { offsetInCU: 0xA82, offset: 0x117686, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfd', symObjAddr: 0x680, symBinAddr: 0xDF148, symSize: 0x54 } + - { offsetInCU: 0xAAF, offset: 0x1176B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfD', symObjAddr: 0x6D4, symBinAddr: 0xDF19C, symSize: 0x1C } + - { offsetInCU: 0xAEB, offset: 0x1176EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x710, symBinAddr: 0xDF1D8, symSize: 0xC } + - { offsetInCU: 0xB2C, offset: 0x117730, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x71C, symBinAddr: 0xDF1E4, symSize: 0x30 } + - { offsetInCU: 0xB6D, offset: 0x117771, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x74C, symBinAddr: 0xDF214, symSize: 0xC } + - { offsetInCU: 0xB9F, offset: 0x1177A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesC6strokeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xC44, symBinAddr: 0xDF70C, symSize: 0x5AC } + - { offsetInCU: 0x10A6, offset: 0x117CAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCMa', symObjAddr: 0x6F0, symBinAddr: 0xDF1B8, symSize: 0x20 } + - { offsetInCU: 0x111D, offset: 0x117D21, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xDF220, symSize: 0x68 } + - { offsetInCU: 0x1188, offset: 0x117D8C, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xDF220, symSize: 0x68 } + - { offsetInCU: 0x119C, offset: 0x117DA0, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xDF220, symSize: 0x68 } + - { offsetInCU: 0x11B0, offset: 0x117DB4, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xDF220, symSize: 0x68 } + - { offsetInCU: 0x11C4, offset: 0x117DC8, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xDF220, symSize: 0x68 } + - { offsetInCU: 0x12C8, offset: 0x117ECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCfD', symObjAddr: 0x7C0, symBinAddr: 0xDF288, symSize: 0x34 } + - { offsetInCU: 0x1329, offset: 0x117F2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x814, symBinAddr: 0xDF2DC, symSize: 0x44 } + - { offsetInCU: 0x1375, offset: 0x117F79, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x858, symBinAddr: 0xDF320, symSize: 0x24 } + - { offsetInCU: 0x13B6, offset: 0x117FBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x87C, symBinAddr: 0xDF344, symSize: 0x4 } + - { offsetInCU: 0x13D6, offset: 0x117FDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x87C, symBinAddr: 0xDF344, symSize: 0x4 } + - { offsetInCU: 0x1406, offset: 0x11800A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x880, symBinAddr: 0xDF348, symSize: 0x8 } + - { offsetInCU: 0x1426, offset: 0x11802A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x880, symBinAddr: 0xDF348, symSize: 0x8 } + - { offsetInCU: 0x1489, offset: 0x11808D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x888, symBinAddr: 0xDF350, symSize: 0x10 } + - { offsetInCU: 0x14A9, offset: 0x1180AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x888, symBinAddr: 0xDF350, symSize: 0x10 } + - { offsetInCU: 0x14F0, offset: 0x1180F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x898, symBinAddr: 0xDF360, symSize: 0x8 } + - { offsetInCU: 0x1510, offset: 0x118114, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x898, symBinAddr: 0xDF360, symSize: 0x8 } + - { offsetInCU: 0x1531, offset: 0x118135, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x8A0, symBinAddr: 0xDF368, symSize: 0x8 } + - { offsetInCU: 0x1551, offset: 0x118155, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x8A0, symBinAddr: 0xDF368, symSize: 0x8 } + - { offsetInCU: 0x1572, offset: 0x118176, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x8A8, symBinAddr: 0xDF370, symSize: 0x8 } + - { offsetInCU: 0x1592, offset: 0x118196, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x8A8, symBinAddr: 0xDF370, symSize: 0x8 } + - { offsetInCU: 0x15B3, offset: 0x1181B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x8B0, symBinAddr: 0xDF378, symSize: 0x8 } + - { offsetInCU: 0x15D3, offset: 0x1181D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x8B0, symBinAddr: 0xDF378, symSize: 0x8 } + - { offsetInCU: 0x15F4, offset: 0x1181F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x8B8, symBinAddr: 0xDF380, symSize: 0xC } + - { offsetInCU: 0x1614, offset: 0x118218, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x8B8, symBinAddr: 0xDF380, symSize: 0xC } + - { offsetInCU: 0x1635, offset: 0x118239, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x8C4, symBinAddr: 0xDF38C, symSize: 0x10 } + - { offsetInCU: 0x1655, offset: 0x118259, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x8C4, symBinAddr: 0xDF38C, symSize: 0x10 } + - { offsetInCU: 0x1667, offset: 0x11826B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8D4, symBinAddr: 0xDF39C, symSize: 0x8 } + - { offsetInCU: 0x16A1, offset: 0x1182A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x8DC, symBinAddr: 0xDF3A4, symSize: 0x4C } + - { offsetInCU: 0x16DE, offset: 0x1182E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x11F0, symBinAddr: 0xDFCB8, symSize: 0x338 } + - { offsetInCU: 0x1D13, offset: 0x118917, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCMa', symObjAddr: 0x7F4, symBinAddr: 0xDF2BC, symSize: 0x20 } + - { offsetInCU: 0x1DED, offset: 0x1189F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC14keyframeGroupsACyxGs15ContiguousArrayVyAGyAA8KeyframeCyxGGG_tcfcAA0A8Vector1DV_Tg5Tf4gn_n', symObjAddr: 0xA84, symBinAddr: 0xDF54C, symSize: 0x1C0 } + - { offsetInCU: 0x5E, offset: 0x119A94, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0xDFFF0, symSize: 0xC } + - { offsetInCU: 0x90, offset: 0x119AC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC, symBinAddr: 0xDFFFC, symSize: 0x48 } + - { offsetInCU: 0xB5, offset: 0x119AEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x54, symBinAddr: 0xE0044, symSize: 0x818 } + - { offsetInCU: 0x1DA, offset: 0x119C10, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x86C, symBinAddr: 0xE085C, symSize: 0xC20 } + - { offsetInCU: 0x672, offset: 0x11A0A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueSSvg', symObjAddr: 0x148C, symBinAddr: 0xE147C, symSize: 0x20 } + - { offsetInCU: 0x6AB, offset: 0x11A0E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x17E4, symBinAddr: 0xE17D4, symSize: 0x20 } + - { offsetInCU: 0x6D9, offset: 0x11A10F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x17E4, symBinAddr: 0xE17D4, symSize: 0x20 } + - { offsetInCU: 0x722, offset: 0x11A158, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x1988, symBinAddr: 0xE1978, symSize: 0x44 } + - { offsetInCU: 0x768, offset: 0x11A19E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x19CC, symBinAddr: 0xE19BC, symSize: 0x28 } + - { offsetInCU: 0x77C, offset: 0x11A1B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x19F4, symBinAddr: 0xE19E4, symSize: 0x8 } + - { offsetInCU: 0x7B2, offset: 0x11A1E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x19FC, symBinAddr: 0xE19EC, symSize: 0x3C } + - { offsetInCU: 0x817, offset: 0x11A24D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1A38, symBinAddr: 0xE1A28, symSize: 0xC } + - { offsetInCU: 0x833, offset: 0x11A269, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1A44, symBinAddr: 0xE1A34, symSize: 0xC } + - { offsetInCU: 0x84F, offset: 0x11A285, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x21E0, symBinAddr: 0xE1F6C, symSize: 0x50 } + - { offsetInCU: 0x87C, offset: 0x11A2B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x14AC, symBinAddr: 0xE149C, symSize: 0x338 } + - { offsetInCU: 0x8D8, offset: 0x11A30E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfd', symObjAddr: 0x1AF4, symBinAddr: 0xE1AE4, symSize: 0x64 } + - { offsetInCU: 0x923, offset: 0x11A359, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfD', symObjAddr: 0x1B58, symBinAddr: 0xE1B48, symSize: 0x1C } + - { offsetInCU: 0x95F, offset: 0x11A395, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1B94, symBinAddr: 0xE1B84, symSize: 0xC } + - { offsetInCU: 0x9A0, offset: 0x11A3D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BA0, symBinAddr: 0xE1B90, symSize: 0xC } + - { offsetInCU: 0x9E1, offset: 0x11A417, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BAC, symBinAddr: 0xE1B9C, symSize: 0xC } + - { offsetInCU: 0xA22, offset: 0x11A458, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BB8, symBinAddr: 0xE1BA8, symSize: 0xC } + - { offsetInCU: 0xAAD, offset: 0x11A4E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfE', symObjAddr: 0x1AA0, symBinAddr: 0xE1A90, symSize: 0x54 } + - { offsetInCU: 0xB05, offset: 0x11A53B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCMa', symObjAddr: 0x1B74, symBinAddr: 0xE1B64, symSize: 0x20 } + - { offsetInCU: 0xB19, offset: 0x11A54F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs0D3KeyAAWl', symObjAddr: 0x1C28, symBinAddr: 0xE1BB4, symSize: 0x44 } + - { offsetInCU: 0xB2D, offset: 0x11A563, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwet', symObjAddr: 0x1F98, symBinAddr: 0xE1D24, symSize: 0x90 } + - { offsetInCU: 0xB41, offset: 0x11A577, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwst', symObjAddr: 0x2028, symBinAddr: 0xE1DB4, symSize: 0xBC } + - { offsetInCU: 0xB55, offset: 0x11A58B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwug', symObjAddr: 0x20E4, symBinAddr: 0xE1E70, symSize: 0x8 } + - { offsetInCU: 0xB69, offset: 0x11A59F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwup', symObjAddr: 0x20EC, symBinAddr: 0xE1E78, symSize: 0x4 } + - { offsetInCU: 0xB7D, offset: 0x11A5B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwui', symObjAddr: 0x20F0, symBinAddr: 0xE1E7C, symSize: 0x8 } + - { offsetInCU: 0xB91, offset: 0x11A5C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOMa', symObjAddr: 0x20F8, symBinAddr: 0xE1E84, symSize: 0x10 } + - { offsetInCU: 0xBA5, offset: 0x11A5DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASQWb', symObjAddr: 0x2108, symBinAddr: 0xE1E94, symSize: 0x4 } + - { offsetInCU: 0xBB9, offset: 0x11A5EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFSQAAWl', symObjAddr: 0x210C, symBinAddr: 0xE1E98, symSize: 0x44 } + - { offsetInCU: 0xBCD, offset: 0x11A603, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2150, symBinAddr: 0xE1EDC, symSize: 0x4 } + - { offsetInCU: 0xBE1, offset: 0x11A617, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2154, symBinAddr: 0xE1EE0, symSize: 0x44 } + - { offsetInCU: 0xBF5, offset: 0x11A62B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2198, symBinAddr: 0xE1F24, symSize: 0x4 } + - { offsetInCU: 0xC09, offset: 0x11A63F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x219C, symBinAddr: 0xE1F28, symSize: 0x44 } + - { offsetInCU: 0xC67, offset: 0x11A69D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1804, symBinAddr: 0xE17F4, symSize: 0x88 } + - { offsetInCU: 0xD16, offset: 0x11A74C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x188C, symBinAddr: 0xE187C, symSize: 0x60 } + - { offsetInCU: 0xD94, offset: 0x11A7CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18EC, symBinAddr: 0xE18DC, symSize: 0x40 } + - { offsetInCU: 0xDE6, offset: 0x11A81C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x192C, symBinAddr: 0xE191C, symSize: 0x5C } + - { offsetInCU: 0xE48, offset: 0x11A87E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1A50, symBinAddr: 0xE1A40, symSize: 0x28 } + - { offsetInCU: 0xE64, offset: 0x11A89A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A78, symBinAddr: 0xE1A68, symSize: 0x28 } + - { offsetInCU: 0x69, offset: 0x11AABE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCfD', symObjAddr: 0x0, symBinAddr: 0xE1FBC, symSize: 0x44 } + - { offsetInCU: 0xDC, offset: 0x11AB31, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCMa', symObjAddr: 0x44, symBinAddr: 0xE2000, symSize: 0x20 } + - { offsetInCU: 0x6F0, offset: 0x11B145, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyF', symObjAddr: 0x64, symBinAddr: 0xE2020, symSize: 0x1590 } + - { offsetInCU: 0x1C78, offset: 0x11C6CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10RenderNode_pWOb', symObjAddr: 0x16AC, symBinAddr: 0xE3628, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0x11CA24, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE3640, symSize: 0x14 } + - { offsetInCU: 0x8A, offset: 0x11CA83, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xE3700, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x11CAB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0xE3718, symSize: 0xC } + - { offsetInCU: 0xE4, offset: 0x11CADD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0xE37CC, symSize: 0x48 } + - { offsetInCU: 0x109, offset: 0x11CB02, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0xE3814, symSize: 0x1AC } + - { offsetInCU: 0x171, offset: 0x11CB6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x380, symBinAddr: 0xE39C0, symSize: 0x100 } + - { offsetInCU: 0x223, offset: 0x11CC1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x480, symBinAddr: 0xE3AC0, symSize: 0x114 } + - { offsetInCU: 0x2A6, offset: 0x11CC9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x5A4, symBinAddr: 0xE3BE4, symSize: 0x64 } + - { offsetInCU: 0x2E9, offset: 0x11CCE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x608, symBinAddr: 0xE3C48, symSize: 0x24 } + - { offsetInCU: 0x329, offset: 0x11CD22, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x62C, symBinAddr: 0xE3C6C, symSize: 0x4 } + - { offsetInCU: 0x349, offset: 0x11CD42, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x62C, symBinAddr: 0xE3C6C, symSize: 0x4 } + - { offsetInCU: 0x374, offset: 0x11CD6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x630, symBinAddr: 0xE3C70, symSize: 0x68 } + - { offsetInCU: 0x3BF, offset: 0x11CDB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x698, symBinAddr: 0xE3CD8, symSize: 0xC } + - { offsetInCU: 0x3DB, offset: 0x11CDD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x6A4, symBinAddr: 0xE3CE4, symSize: 0xC } + - { offsetInCU: 0x3F7, offset: 0x11CDF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO11stringValueSSvgTf4d_n', symObjAddr: 0xD00, symBinAddr: 0xE4220, symSize: 0xC } + - { offsetInCU: 0x433, offset: 0x11CE2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCfD', symObjAddr: 0x700, symBinAddr: 0xE3D40, symSize: 0x24 } + - { offsetInCU: 0x4DE, offset: 0x11CED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCMa', symObjAddr: 0x724, symBinAddr: 0xE3D64, symSize: 0x20 } + - { offsetInCU: 0x4F2, offset: 0x11CEEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwet', symObjAddr: 0x754, symBinAddr: 0xE3D84, symSize: 0x90 } + - { offsetInCU: 0x506, offset: 0x11CEFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwst', symObjAddr: 0x7E4, symBinAddr: 0xE3E14, symSize: 0xBC } + - { offsetInCU: 0x51A, offset: 0x11CF13, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwug', symObjAddr: 0x8A0, symBinAddr: 0xE3ED0, symSize: 0x8 } + - { offsetInCU: 0x52E, offset: 0x11CF27, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwup', symObjAddr: 0x8A8, symBinAddr: 0xE3ED8, symSize: 0x4 } + - { offsetInCU: 0x542, offset: 0x11CF3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwui', symObjAddr: 0x8AC, symBinAddr: 0xE3EDC, symSize: 0x8 } + - { offsetInCU: 0x556, offset: 0x11CF4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOMa', symObjAddr: 0x8B4, symBinAddr: 0xE3EE4, symSize: 0x10 } + - { offsetInCU: 0x56A, offset: 0x11CF63, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASQWb', symObjAddr: 0x8C4, symBinAddr: 0xE3EF4, symSize: 0x4 } + - { offsetInCU: 0x57E, offset: 0x11CF77, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSQAAWl', symObjAddr: 0x8C8, symBinAddr: 0xE3EF8, symSize: 0x44 } + - { offsetInCU: 0x592, offset: 0x11CF8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSYAAWl', symObjAddr: 0x90C, symBinAddr: 0xE3F3C, symSize: 0x44 } + - { offsetInCU: 0x5A6, offset: 0x11CF9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs0C3KeyAAWl', symObjAddr: 0x9B4, symBinAddr: 0xE3F80, symSize: 0x44 } + - { offsetInCU: 0x5BA, offset: 0x11CFB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSEAAWl', symObjAddr: 0x9F8, symBinAddr: 0xE3FC4, symSize: 0x44 } + - { offsetInCU: 0x5CE, offset: 0x11CFC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSeAAWl', symObjAddr: 0xA5C, symBinAddr: 0xE4008, symSize: 0x44 } + - { offsetInCU: 0x5E2, offset: 0x11CFDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwet', symObjAddr: 0xB2C, symBinAddr: 0xE404C, symSize: 0x50 } + - { offsetInCU: 0x5F6, offset: 0x11CFEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwst', symObjAddr: 0xB7C, symBinAddr: 0xE409C, symSize: 0x8C } + - { offsetInCU: 0x60A, offset: 0x11D003, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwug', symObjAddr: 0xC08, symBinAddr: 0xE4128, symSize: 0x8 } + - { offsetInCU: 0x61E, offset: 0x11D017, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwup', symObjAddr: 0xC10, symBinAddr: 0xE4130, symSize: 0x4 } + - { offsetInCU: 0x632, offset: 0x11D02B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwui', symObjAddr: 0xC14, symBinAddr: 0xE4134, symSize: 0x4 } + - { offsetInCU: 0x646, offset: 0x11D03F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOMa', symObjAddr: 0xC18, symBinAddr: 0xE4138, symSize: 0x10 } + - { offsetInCU: 0x65A, offset: 0x11D053, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASQWb', symObjAddr: 0xC28, symBinAddr: 0xE4148, symSize: 0x4 } + - { offsetInCU: 0x66E, offset: 0x11D067, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFSQAAWl', symObjAddr: 0xC2C, symBinAddr: 0xE414C, symSize: 0x44 } + - { offsetInCU: 0x682, offset: 0x11D07B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC70, symBinAddr: 0xE4190, symSize: 0x4 } + - { offsetInCU: 0x696, offset: 0x11D08F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC74, symBinAddr: 0xE4194, symSize: 0x44 } + - { offsetInCU: 0x6AA, offset: 0x11D0A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xCB8, symBinAddr: 0xE41D8, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x11D0B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xCBC, symBinAddr: 0xE41DC, symSize: 0x44 } + - { offsetInCU: 0x6F2, offset: 0x11D0EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE3640, symSize: 0x14 } + - { offsetInCU: 0x783, offset: 0x11D17C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xE3654, symSize: 0x44 } + - { offsetInCU: 0x832, offset: 0x11D22B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xE3698, symSize: 0x28 } + - { offsetInCU: 0x885, offset: 0x11D27E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xE36C0, symSize: 0x40 } + - { offsetInCU: 0x908, offset: 0x11D301, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0xE3724, symSize: 0x5C } + - { offsetInCU: 0x92B, offset: 0x11D324, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xE3780, symSize: 0x4C } + - { offsetInCU: 0x95D, offset: 0x11D356, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x594, symBinAddr: 0xE3BD4, symSize: 0x4 } + - { offsetInCU: 0x97D, offset: 0x11D376, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x594, symBinAddr: 0xE3BD4, symSize: 0x4 } + - { offsetInCU: 0x99D, offset: 0x11D396, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x598, symBinAddr: 0xE3BD8, symSize: 0x4 } + - { offsetInCU: 0x9BD, offset: 0x11D3B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x598, symBinAddr: 0xE3BD8, symSize: 0x4 } + - { offsetInCU: 0x9DD, offset: 0x11D3D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x59C, symBinAddr: 0xE3BDC, symSize: 0x4 } + - { offsetInCU: 0x9FD, offset: 0x11D3F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x59C, symBinAddr: 0xE3BDC, symSize: 0x4 } + - { offsetInCU: 0xA1D, offset: 0x11D416, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5A0, symBinAddr: 0xE3BE0, symSize: 0x4 } + - { offsetInCU: 0xA3D, offset: 0x11D436, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5A0, symBinAddr: 0xE3BE0, symSize: 0x4 } + - { offsetInCU: 0xA54, offset: 0x11D44D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x6B0, symBinAddr: 0xE3CF0, symSize: 0x28 } + - { offsetInCU: 0xA70, offset: 0x11D469, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x6D8, symBinAddr: 0xE3D18, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x11D654, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xE422C, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x11D678, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xE422C, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x11D69D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xE4274, symSize: 0x190 } + - { offsetInCU: 0xDC, offset: 0x11D705, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1D8, symBinAddr: 0xE4404, symSize: 0xFC } + - { offsetInCU: 0x15F, offset: 0x11D788, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2E4, symBinAddr: 0xE4510, symSize: 0x64 } + - { offsetInCU: 0x1A2, offset: 0x11D7CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x348, symBinAddr: 0xE4574, symSize: 0x24 } + - { offsetInCU: 0x1E2, offset: 0x11D80B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x36C, symBinAddr: 0xE4598, symSize: 0x4 } + - { offsetInCU: 0x202, offset: 0x11D82B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x36C, symBinAddr: 0xE4598, symSize: 0x4 } + - { offsetInCU: 0x22D, offset: 0x11D856, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x370, symBinAddr: 0xE459C, symSize: 0x68 } + - { offsetInCU: 0x278, offset: 0x11D8A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x3D8, symBinAddr: 0xE4604, symSize: 0xC } + - { offsetInCU: 0x294, offset: 0x11D8BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x3E4, symBinAddr: 0xE4610, symSize: 0xC } + - { offsetInCU: 0x2B0, offset: 0x11D8D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO11stringValueSSvgTf4d_n', symObjAddr: 0x79C, symBinAddr: 0xE48F8, symSize: 0x14 } + - { offsetInCU: 0x2EC, offset: 0x11D915, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfD', symObjAddr: 0x448, symBinAddr: 0xE4674, symSize: 0x4C } + - { offsetInCU: 0x346, offset: 0x11D96F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfE', symObjAddr: 0x440, symBinAddr: 0xE466C, symSize: 0x8 } + - { offsetInCU: 0x39E, offset: 0x11D9C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCMa', symObjAddr: 0x494, symBinAddr: 0xE46C0, symSize: 0x20 } + - { offsetInCU: 0x3B2, offset: 0x11D9DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs0E3KeyAAWl', symObjAddr: 0x518, symBinAddr: 0xE46E0, symSize: 0x44 } + - { offsetInCU: 0x3C6, offset: 0x11D9EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwet', symObjAddr: 0x5C8, symBinAddr: 0xE4724, symSize: 0x50 } + - { offsetInCU: 0x3DA, offset: 0x11DA03, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwst', symObjAddr: 0x618, symBinAddr: 0xE4774, symSize: 0x8C } + - { offsetInCU: 0x3EE, offset: 0x11DA17, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwug', symObjAddr: 0x6A4, symBinAddr: 0xE4800, symSize: 0x8 } + - { offsetInCU: 0x402, offset: 0x11DA2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwup', symObjAddr: 0x6AC, symBinAddr: 0xE4808, symSize: 0x4 } + - { offsetInCU: 0x416, offset: 0x11DA3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwui', symObjAddr: 0x6B0, symBinAddr: 0xE480C, symSize: 0x4 } + - { offsetInCU: 0x42A, offset: 0x11DA53, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOMa', symObjAddr: 0x6B4, symBinAddr: 0xE4810, symSize: 0x10 } + - { offsetInCU: 0x43E, offset: 0x11DA67, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASQWb', symObjAddr: 0x6C4, symBinAddr: 0xE4820, symSize: 0x4 } + - { offsetInCU: 0x452, offset: 0x11DA7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFSQAAWl', symObjAddr: 0x6C8, symBinAddr: 0xE4824, symSize: 0x44 } + - { offsetInCU: 0x466, offset: 0x11DA8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x70C, symBinAddr: 0xE4868, symSize: 0x4 } + - { offsetInCU: 0x47A, offset: 0x11DAA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x710, symBinAddr: 0xE486C, symSize: 0x44 } + - { offsetInCU: 0x48E, offset: 0x11DAB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x754, symBinAddr: 0xE48B0, symSize: 0x4 } + - { offsetInCU: 0x4A2, offset: 0x11DACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x758, symBinAddr: 0xE48B4, symSize: 0x44 } + - { offsetInCU: 0x4D6, offset: 0x11DAFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2D4, symBinAddr: 0xE4500, symSize: 0x4 } + - { offsetInCU: 0x4F6, offset: 0x11DB1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2D4, symBinAddr: 0xE4500, symSize: 0x4 } + - { offsetInCU: 0x516, offset: 0x11DB3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0xE4504, symSize: 0x4 } + - { offsetInCU: 0x536, offset: 0x11DB5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0xE4504, symSize: 0x4 } + - { offsetInCU: 0x556, offset: 0x11DB7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2DC, symBinAddr: 0xE4508, symSize: 0x4 } + - { offsetInCU: 0x576, offset: 0x11DB9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2DC, symBinAddr: 0xE4508, symSize: 0x4 } + - { offsetInCU: 0x596, offset: 0x11DBBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xE450C, symSize: 0x4 } + - { offsetInCU: 0x5B6, offset: 0x11DBDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xE450C, symSize: 0x4 } + - { offsetInCU: 0x5CD, offset: 0x11DBF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x3F0, symBinAddr: 0xE461C, symSize: 0x28 } + - { offsetInCU: 0x5E9, offset: 0x11DC12, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x418, symBinAddr: 0xE4644, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x11DDC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xE490C, symSize: 0xF0 } + - { offsetInCU: 0x64, offset: 0x11DE01, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tF', symObjAddr: 0xF0, symBinAddr: 0xE49FC, symSize: 0xF0 } + - { offsetInCU: 0xC1, offset: 0x11DE5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCfD', symObjAddr: 0x1E0, symBinAddr: 0xE4AEC, symSize: 0x2C } + - { offsetInCU: 0x104, offset: 0x11DEA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cQ0C_tFTW', symObjAddr: 0x22C, symBinAddr: 0xE4B38, symSize: 0x20 } + - { offsetInCU: 0x14A, offset: 0x11DEE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP15contentsGravity3forSo015CALayerContentsP0aAA0C5AssetC_tFTW', symObjAddr: 0x24C, symBinAddr: 0xE4B58, symSize: 0x50 } + - { offsetInCU: 0x1B9, offset: 0x11DF56, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC05imageD0AdA09AnimationcD0_p_tcfCTf4en_n', symObjAddr: 0x31C, symBinAddr: 0xE4BA8, symSize: 0xD0 } + - { offsetInCU: 0x23A, offset: 0x11DFD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xE490C, symSize: 0xF0 } + - { offsetInCU: 0x284, offset: 0x11E021, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCMa', symObjAddr: 0x20C, symBinAddr: 0xE4B18, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x11E235, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0xE4C78, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x11E269, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x50, symBinAddr: 0xE4CC8, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x11E27D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfC', symObjAddr: 0x80, symBinAddr: 0xE4CF8, symSize: 0x20 } + - { offsetInCU: 0xC4, offset: 0x11E29B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfc', symObjAddr: 0xA0, symBinAddr: 0xE4D18, symSize: 0xD8 } + - { offsetInCU: 0x132, offset: 0x11E309, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfcTo', symObjAddr: 0x178, symBinAddr: 0xE4DF0, symSize: 0x20 } + - { offsetInCU: 0x14E, offset: 0x11E325, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x198, symBinAddr: 0xE4E10, symSize: 0x44 } + - { offsetInCU: 0x16C, offset: 0x11E343, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1DC, symBinAddr: 0xE4E54, symSize: 0x30 } + - { offsetInCU: 0x18F, offset: 0x11E366, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x20C, symBinAddr: 0xE4E84, symSize: 0x4C } + - { offsetInCU: 0x1DF, offset: 0x11E3B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x414, symBinAddr: 0xE4FC0, symSize: 0x18 } + - { offsetInCU: 0x1FF, offset: 0x11E3D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x414, symBinAddr: 0xE4FC0, symSize: 0x18 } + - { offsetInCU: 0x278, offset: 0x11E44F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x5C0, symBinAddr: 0xE5094, symSize: 0x9C } + - { offsetInCU: 0x2FC, offset: 0x11E4D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tFTo', symObjAddr: 0x6A0, symBinAddr: 0xE5130, symSize: 0x74 } + - { offsetInCU: 0x337, offset: 0x11E50E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC15animationDidSetyyF', symObjAddr: 0x714, symBinAddr: 0xE51A4, symSize: 0x4 } + - { offsetInCU: 0x362, offset: 0x11E539, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg', symObjAddr: 0x718, symBinAddr: 0xE51A8, symSize: 0x10 } + - { offsetInCU: 0x3B9, offset: 0x11E590, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvW', symObjAddr: 0x7A0, symBinAddr: 0xE5230, symSize: 0xEC } + - { offsetInCU: 0x432, offset: 0x11E609, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg', symObjAddr: 0x88C, symBinAddr: 0xE531C, symSize: 0x48 } + - { offsetInCU: 0x451, offset: 0x11E628, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs', symObjAddr: 0x8D4, symBinAddr: 0xE5364, symSize: 0x70 } + - { offsetInCU: 0x47A, offset: 0x11E651, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM', symObjAddr: 0x944, symBinAddr: 0xE53D4, symSize: 0x48 } + - { offsetInCU: 0x4A9, offset: 0x11E680, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM.resume.0', symObjAddr: 0x98C, symBinAddr: 0xE541C, symSize: 0x30 } + - { offsetInCU: 0x4FE, offset: 0x11E6D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0xA34, symBinAddr: 0xE54C4, symSize: 0x74 } + - { offsetInCU: 0x58B, offset: 0x11E762, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0xAA8, symBinAddr: 0xE5538, symSize: 0x64 } + - { offsetInCU: 0x5F4, offset: 0x11E7CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0xB0C, symBinAddr: 0xE559C, symSize: 0x8C } + - { offsetInCU: 0x666, offset: 0x11E83D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0xB98, symBinAddr: 0xE5628, symSize: 0x88 } + - { offsetInCU: 0x701, offset: 0x11E8D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF', symObjAddr: 0xC20, symBinAddr: 0xE56B0, symSize: 0x8C } + - { offsetInCU: 0x77B, offset: 0x11E952, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF', symObjAddr: 0xCAC, symBinAddr: 0xE573C, symSize: 0x5C } + - { offsetInCU: 0x81B, offset: 0x11E9F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14updateForStateyyF', symObjAddr: 0xD08, symBinAddr: 0xE5798, symSize: 0x2F8 } + - { offsetInCU: 0xB95, offset: 0x11ED6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC10commonInit33_3255EF2F4BCF8A3C447F424ACE2B7066LLyyF', symObjAddr: 0x1000, symBinAddr: 0xE5A90, symSize: 0x2B4 } + - { offsetInCU: 0xC1D, offset: 0x11EDF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfC', symObjAddr: 0x12B4, symBinAddr: 0xE5D44, symSize: 0x50 } + - { offsetInCU: 0xC3B, offset: 0x11EE12, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc', symObjAddr: 0x1304, symBinAddr: 0xE5D94, symSize: 0x2C } + - { offsetInCU: 0xCAE, offset: 0x11EE85, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x1330, symBinAddr: 0xE5DC0, symSize: 0x2C } + - { offsetInCU: 0xD15, offset: 0x11EEEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfD', symObjAddr: 0x135C, symBinAddr: 0xE5DEC, symSize: 0x30 } + - { offsetInCU: 0xD42, offset: 0x11EF19, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x2690, symBinAddr: 0xE7120, symSize: 0x1C0 } + - { offsetInCU: 0xE75, offset: 0x11F04C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x2870, symBinAddr: 0xE7300, symSize: 0xDC } + - { offsetInCU: 0xF12, offset: 0x11F0E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvpACTk', symObjAddr: 0x728, symBinAddr: 0xE51B8, symSize: 0x78 } + - { offsetInCU: 0x102A, offset: 0x11F201, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x2430, symBinAddr: 0xE6EC0, symSize: 0x260 } + - { offsetInCU: 0x1251, offset: 0x11F428, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x9BC, symBinAddr: 0xE544C, symSize: 0x78 } + - { offsetInCU: 0x13D3, offset: 0x11F5AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfETo', symObjAddr: 0x138C, symBinAddr: 0xE5E1C, symSize: 0x48 } + - { offsetInCU: 0x142E, offset: 0x11F605, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x13D4, symBinAddr: 0xE5E64, symSize: 0xBC } + - { offsetInCU: 0x14C4, offset: 0x11F69B, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector1DVTB5', symObjAddr: 0x1490, symBinAddr: 0xE5F20, symSize: 0x94 } + - { offsetInCU: 0x155A, offset: 0x11F731, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector3DVTB5', symObjAddr: 0x1524, symBinAddr: 0xE5FB4, symSize: 0xBC } + - { offsetInCU: 0x15F0, offset: 0x11F7C7, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x15E0, symBinAddr: 0xE6070, symSize: 0xA0 } + - { offsetInCU: 0x1686, offset: 0x11F85D, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I5ColorVTB5', symObjAddr: 0x1680, symBinAddr: 0xE6110, symSize: 0xC4 } + - { offsetInCU: 0x171C, offset: 0x11F8F3, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x1744, symBinAddr: 0xE61D4, symSize: 0xA8 } + - { offsetInCU: 0x17B2, offset: 0x11F989, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x17EC, symBinAddr: 0xE627C, symSize: 0xB8 } + - { offsetInCU: 0x1840, offset: 0x11FA17, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x18C0, symBinAddr: 0xE6350, symSize: 0xB0 } + - { offsetInCU: 0x18D6, offset: 0x11FAAD, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x1970, symBinAddr: 0xE6400, symSize: 0xB8 } + - { offsetInCU: 0x196C, offset: 0x11FB43, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1A28, symBinAddr: 0xE64B8, symSize: 0xB8 } + - { offsetInCU: 0x1A02, offset: 0x11FBD9, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x1AE0, symBinAddr: 0xE6570, symSize: 0xC4 } + - { offsetInCU: 0x1A98, offset: 0x11FC6F, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AI2totTg5', symObjAddr: 0x1D78, symBinAddr: 0xE6808, symSize: 0xB4 } + - { offsetInCU: 0x1B23, offset: 0x11FCFA, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSu_SSTg5', symObjAddr: 0x1E2C, symBinAddr: 0xE68BC, symSize: 0xC4 } + - { offsetInCU: 0x1B9B, offset: 0x11FD72, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x2090, symBinAddr: 0xE6B20, symSize: 0xC8 } + - { offsetInCU: 0x1C29, offset: 0x11FE00, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCMa', symObjAddr: 0x2850, symBinAddr: 0xE72E0, symSize: 0x20 } + - { offsetInCU: 0x79, offset: 0x12023A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xE75B8, symSize: 0x58 } + - { offsetInCU: 0xC0, offset: 0x120281, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0xE7610, symSize: 0x208 } + - { offsetInCU: 0x183, offset: 0x120344, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfcTo', symObjAddr: 0x260, symBinAddr: 0xE7818, symSize: 0x4C } + - { offsetInCU: 0x19F, offset: 0x120360, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2AC, symBinAddr: 0xE7864, symSize: 0x208 } + - { offsetInCU: 0x202, offset: 0x1203C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCACycfcTo', symObjAddr: 0x4B4, symBinAddr: 0xE7A6C, symSize: 0x2C } + - { offsetInCU: 0x269, offset: 0x12042A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfD', symObjAddr: 0x548, symBinAddr: 0xE7B00, symSize: 0x34 } + - { offsetInCU: 0x2C3, offset: 0x120484, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfE', symObjAddr: 0x4E0, symBinAddr: 0xE7A98, symSize: 0x68 } + - { offsetInCU: 0x2F2, offset: 0x1204B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfETo', symObjAddr: 0x57C, symBinAddr: 0xE7B34, symSize: 0x68 } + - { offsetInCU: 0x321, offset: 0x1204E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCMa', symObjAddr: 0x5E4, symBinAddr: 0xE7B9C, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x1204F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwCP', symObjAddr: 0x604, symBinAddr: 0xE7BBC, symSize: 0x30 } + - { offsetInCU: 0x349, offset: 0x12050A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwxx', symObjAddr: 0x634, symBinAddr: 0xE7BEC, symSize: 0x48 } + - { offsetInCU: 0x35D, offset: 0x12051E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwcp', symObjAddr: 0x67C, symBinAddr: 0xE7C34, symSize: 0x74 } + - { offsetInCU: 0x371, offset: 0x120532, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwca', symObjAddr: 0x6F0, symBinAddr: 0xE7CA8, symSize: 0xBC } + - { offsetInCU: 0x385, offset: 0x120546, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwta', symObjAddr: 0x7C0, symBinAddr: 0xE7D64, symSize: 0x84 } + - { offsetInCU: 0x399, offset: 0x12055A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwet', symObjAddr: 0x844, symBinAddr: 0xE7DE8, symSize: 0x48 } + - { offsetInCU: 0x3AD, offset: 0x12056E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwst', symObjAddr: 0x88C, symBinAddr: 0xE7E30, symSize: 0x4C } + - { offsetInCU: 0x3C1, offset: 0x120582, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVMa', symObjAddr: 0x8D8, symBinAddr: 0xE7E7C, symSize: 0x10 } + - { offsetInCU: 0x3F6, offset: 0x1205B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x8E8, symBinAddr: 0xE7E8C, symSize: 0x8 } + - { offsetInCU: 0x437, offset: 0x1205F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x908, symBinAddr: 0xE7EAC, symSize: 0x8 } + - { offsetInCU: 0x478, offset: 0x120639, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x910, symBinAddr: 0xE7EB4, symSize: 0x8 } + - { offsetInCU: 0x4B9, offset: 0x12067A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x918, symBinAddr: 0xE7EBC, symSize: 0x8 } + - { offsetInCU: 0x4FA, offset: 0x1206BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x920, symBinAddr: 0xE7EC4, symSize: 0x8 } + - { offsetInCU: 0x5AC, offset: 0x12076D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLV8repeater5indexAdA0B0C_SitcfCTf4nnd_n', symObjAddr: 0xA04, symBinAddr: 0xE7F48, symSize: 0x884 } + - { offsetInCU: 0xFF6, offset: 0x1211B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x8F0, symBinAddr: 0xE7E94, symSize: 0x8 } + - { offsetInCU: 0x1028, offset: 0x1211E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x8F8, symBinAddr: 0xE7E9C, symSize: 0x8 } + - { offsetInCU: 0x1044, offset: 0x121205, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x900, symBinAddr: 0xE7EA4, symSize: 0x8 } + - { offsetInCU: 0x1060, offset: 0x121221, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x928, symBinAddr: 0xE7ECC, symSize: 0x8 } + - { offsetInCU: 0x107C, offset: 0x12123D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x930, symBinAddr: 0xE7ED4, symSize: 0x8 } + - { offsetInCU: 0x24D, offset: 0x121C04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC021$s6Lottie23Compatiblebc74C3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5P8_pSgcfU_Tf1nnncnnn_n', symObjAddr: 0x0, symBinAddr: 0xE87CC, symSize: 0x5F0 } + - { offsetInCU: 0x499, offset: 0x121E50, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x5F0, symBinAddr: 0xE8DBC, symSize: 0x664 } + - { offsetInCU: 0x771, offset: 0x122128, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xC54, symBinAddr: 0xE9420, symSize: 0x1F8 } + - { offsetInCU: 0x97D, offset: 0x122334, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xE4C, symBinAddr: 0xE9618, symSize: 0x31C } + - { offsetInCU: 0xAD9, offset: 0x122490, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfcyAA0aB0CSgcfU_', symObjAddr: 0x1168, symBinAddr: 0xE9934, symSize: 0x98 } + - { offsetInCU: 0xB51, offset: 0x122508, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x127C, symBinAddr: 0xE99CC, symSize: 0x1EC } + - { offsetInCU: 0xD44, offset: 0x1226FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1468, symBinAddr: 0xE9BB8, symSize: 0x254 } + - { offsetInCU: 0xEBA, offset: 0x122871, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x16BC, symBinAddr: 0xE9E0C, symSize: 0x228 } + - { offsetInCU: 0x10E2, offset: 0x122A99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x18E4, symBinAddr: 0xEA034, symSize: 0x8C0 } + - { offsetInCU: 0x13AF, offset: 0x122D66, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x21A4, symBinAddr: 0xEA8F4, symSize: 0x23C } + - { offsetInCU: 0x1500, offset: 0x122EB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x24CC, symBinAddr: 0xEAC1C, symSize: 0x8 } + - { offsetInCU: 0x1554, offset: 0x122F0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x24D4, symBinAddr: 0xEAC24, symSize: 0x40 } + - { offsetInCU: 0x1637, offset: 0x122FEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2514, symBinAddr: 0xEAC64, symSize: 0x24 } + - { offsetInCU: 0x16BF, offset: 0x123076, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgSo13NSURLResponseCSgs5Error_pSgIeghggg_So6NSDataCSgAGSo7NSErrorCSgIeyBhyyy_TR', symObjAddr: 0x2584, symBinAddr: 0xEACD4, symSize: 0xCC } + - { offsetInCU: 0x16D7, offset: 0x12308E, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2660, symBinAddr: 0xEADB0, symSize: 0x10 } + - { offsetInCU: 0x16EB, offset: 0x1230A2, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2670, symBinAddr: 0xEADC0, symSize: 0x8 } + - { offsetInCU: 0x16FF, offset: 0x1230B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOy', symObjAddr: 0x2718, symBinAddr: 0xEADD0, symSize: 0x10 } + - { offsetInCU: 0x1713, offset: 0x1230CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOe', symObjAddr: 0x2764, symBinAddr: 0xEAE1C, symSize: 0x10 } + - { offsetInCU: 0x1727, offset: 0x1230DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOb', symObjAddr: 0x287C, symBinAddr: 0xEAF34, symSize: 0x48 } + - { offsetInCU: 0x173B, offset: 0x1230F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_TA', symObjAddr: 0x28C4, symBinAddr: 0xEAF7C, symSize: 0x88 } + - { offsetInCU: 0x174F, offset: 0x123106, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pWOb', symObjAddr: 0x294C, symBinAddr: 0xEB004, symSize: 0x18 } + - { offsetInCU: 0x1763, offset: 0x12311A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x2A08, symBinAddr: 0xEB060, symSize: 0x14 } + - { offsetInCU: 0x1777, offset: 0x12312E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACs0C0AAWl', symObjAddr: 0x2A60, symBinAddr: 0xEB074, symSize: 0x44 } + - { offsetInCU: 0x178B, offset: 0x123142, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwet', symObjAddr: 0x2BEC, symBinAddr: 0xEB1F8, symSize: 0x50 } + - { offsetInCU: 0x179F, offset: 0x123156, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwst', symObjAddr: 0x2C3C, symBinAddr: 0xEB248, symSize: 0x8C } + - { offsetInCU: 0x17B3, offset: 0x12316A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwug', symObjAddr: 0x2CC8, symBinAddr: 0xEB2D4, symSize: 0x8 } + - { offsetInCU: 0x17C7, offset: 0x12317E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwup', symObjAddr: 0x2CD0, symBinAddr: 0xEB2DC, symSize: 0x4 } + - { offsetInCU: 0x17DB, offset: 0x123192, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwui', symObjAddr: 0x2CD4, symBinAddr: 0xEB2E0, symSize: 0x4 } + - { offsetInCU: 0x17EF, offset: 0x1231A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOMa', symObjAddr: 0x2CD8, symBinAddr: 0xEB2E4, symSize: 0x10 } + - { offsetInCU: 0x1803, offset: 0x1231BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASQWb', symObjAddr: 0x2CE8, symBinAddr: 0xEB2F4, symSize: 0x4 } + - { offsetInCU: 0x1817, offset: 0x1231CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACSQAAWl', symObjAddr: 0x2CEC, symBinAddr: 0xEB2F8, symSize: 0x44 } + - { offsetInCU: 0x1911, offset: 0x1232C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2538, symBinAddr: 0xEAC88, symSize: 0x3C } + - { offsetInCU: 0x19AD, offset: 0x123364, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x2574, symBinAddr: 0xEACC4, symSize: 0x4 } + - { offsetInCU: 0x19C9, offset: 0x123380, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x2578, symBinAddr: 0xEACC8, symSize: 0x4 } + - { offsetInCU: 0x19E5, offset: 0x12339C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x257C, symBinAddr: 0xEACCC, symSize: 0x4 } + - { offsetInCU: 0x1A01, offset: 0x1233B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x2580, symBinAddr: 0xEACD0, symSize: 0x4 } + - { offsetInCU: 0x1A0, offset: 0x1237B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xEB34C, symSize: 0x8C4 } + - { offsetInCU: 0x664, offset: 0x123C7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC5valueACyp_tKcfc', symObjAddr: 0x8C4, symBinAddr: 0xEBC10, symSize: 0x8B0 } + - { offsetInCU: 0xC55, offset: 0x12426E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1174, symBinAddr: 0xEC4C0, symSize: 0x170 } + - { offsetInCU: 0xD9E, offset: 0x1243B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCfD', symObjAddr: 0x12E4, symBinAddr: 0xEC630, symSize: 0x34 } + - { offsetInCU: 0xDF9, offset: 0x124412, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1338, symBinAddr: 0xEC684, symSize: 0x54 } + - { offsetInCU: 0xE31, offset: 0x12444A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x138C, symBinAddr: 0xEC6D8, symSize: 0x20 } + - { offsetInCU: 0xFE7, offset: 0x124600, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCMa', symObjAddr: 0x1318, symBinAddr: 0xEC664, symSize: 0x20 } + - { offsetInCU: 0xFFB, offset: 0x124614, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x1438, symBinAddr: 0xEC6F8, symSize: 0x44 } + - { offsetInCU: 0x103B, offset: 0x124654, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x147C, symBinAddr: 0xEC73C, symSize: 0x68 } + - { offsetInCU: 0x10D9, offset: 0x1246F2, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector1DVTB5', symObjAddr: 0x14E4, symBinAddr: 0xEC7A4, symSize: 0x4C } + - { offsetInCU: 0x1177, offset: 0x124790, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector3DVTB5', symObjAddr: 0x1530, symBinAddr: 0xEC7F0, symSize: 0x54 } + - { offsetInCU: 0x1215, offset: 0x12482E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x1584, symBinAddr: 0xEC844, symSize: 0x48 } + - { offsetInCU: 0x12B3, offset: 0x1248CC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M5ColorVTB5', symObjAddr: 0x15CC, symBinAddr: 0xEC88C, symSize: 0x58 } + - { offsetInCU: 0x1351, offset: 0x12496A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x1624, symBinAddr: 0xEC8E4, symSize: 0x50 } + - { offsetInCU: 0x13EF, offset: 0x124A08, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x1674, symBinAddr: 0xEC934, symSize: 0x5C } + - { offsetInCU: 0x148D, offset: 0x124AA6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x16D4, symBinAddr: 0xEC994, symSize: 0x5C } + - { offsetInCU: 0x152B, offset: 0x124B44, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x1730, symBinAddr: 0xEC9F0, symSize: 0x64 } + - { offsetInCU: 0x15C9, offset: 0x124BE2, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1794, symBinAddr: 0xECA54, symSize: 0x64 } + - { offsetInCU: 0x1667, offset: 0x124C80, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x17F8, symBinAddr: 0xECAB8, symSize: 0x58 } + - { offsetInCU: 0x1710, offset: 0x124D29, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x18A8, symBinAddr: 0xECB64, symSize: 0x4C } + - { offsetInCU: 0x17B9, offset: 0x124DD2, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSo7CALayerC_6Lottie16AnimationKeypathVTB5', symObjAddr: 0x18F4, symBinAddr: 0xECBB0, symSize: 0x4C } + - { offsetInCU: 0x1857, offset: 0x124E70, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSu_SSTg5', symObjAddr: 0x1940, symBinAddr: 0xECBFC, symSize: 0x4C } + - { offsetInCU: 0x1900, offset: 0x124F19, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x198C, symBinAddr: 0xECC48, symSize: 0x60 } + - { offsetInCU: 0x1A38, offset: 0x125051, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x1AA8, symBinAddr: 0xECD64, symSize: 0x1D0 } + - { offsetInCU: 0x1C45, offset: 0x12525E, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie15AnyNodeProperty_p_G_Tg5', symObjAddr: 0x1C78, symBinAddr: 0xECF34, symSize: 0x1D0 } + - { offsetInCU: 0x1D47, offset: 0x125360, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySo17NSLayoutAttributeVSo0H10ConstraintC_G_Tg5', symObjAddr: 0x1E48, symBinAddr: 0xED104, symSize: 0x1C4 } + - { offsetInCU: 0x1E33, offset: 0x12544C, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie5AssetC_G_Tg5', symObjAddr: 0x200C, symBinAddr: 0xED2C8, symSize: 0x1C4 } + - { offsetInCU: 0x1EE8, offset: 0x125501, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie5AssetCGMa', symObjAddr: 0x21E0, symBinAddr: 0xED48C, symSize: 0x54 } + - { offsetInCU: 0x75, offset: 0x125982, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xED5C8, symSize: 0x58 } + - { offsetInCU: 0xBC, offset: 0x1259C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0xED620, symSize: 0x1B0 } + - { offsetInCU: 0x17F, offset: 0x125A8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfcTo', symObjAddr: 0x208, symBinAddr: 0xED7D0, symSize: 0x4C } + - { offsetInCU: 0x19B, offset: 0x125AA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5setup7contextyAA0D7ContextV_tKF', symObjAddr: 0x254, symBinAddr: 0xED81C, symSize: 0xF0 } + - { offsetInCU: 0x202, offset: 0x125B0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x344, symBinAddr: 0xED90C, symSize: 0x538 } + - { offsetInCU: 0x4B0, offset: 0x125DBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_n', symObjAddr: 0x87C, symBinAddr: 0xEDE44, symSize: 0x7C } + - { offsetInCU: 0x557, offset: 0x125E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfD', symObjAddr: 0x908, symBinAddr: 0xEDED0, symSize: 0x34 } + - { offsetInCU: 0x72C, offset: 0x126039, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfE', symObjAddr: 0x8F8, symBinAddr: 0xEDEC0, symSize: 0x10 } + - { offsetInCU: 0x759, offset: 0x126066, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfETo', symObjAddr: 0x93C, symBinAddr: 0xEDF04, symSize: 0x10 } + - { offsetInCU: 0x788, offset: 0x126095, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCMa', symObjAddr: 0x94C, symBinAddr: 0xEDF14, symSize: 0x20 } + - { offsetInCU: 0x7C6, offset: 0x1260D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x96C, symBinAddr: 0xEDF34, symSize: 0x7C } + - { offsetInCU: 0x817, offset: 0x126124, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xB78, symBinAddr: 0xEDFB0, symSize: 0x14 } + - { offsetInCU: 0x82F, offset: 0x12613C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xB78, symBinAddr: 0xEDFB0, symSize: 0x14 } + - { offsetInCU: 0x853, offset: 0x126160, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_nTA', symObjAddr: 0xC20, symBinAddr: 0xEE058, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1263FE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0xEE0B4, symSize: 0x8DC } + - { offsetInCU: 0x4A, offset: 0x126421, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0xEE0B4, symSize: 0x8DC } + - { offsetInCU: 0x1A7, offset: 0x12657E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd___qd__tcfU_TA', symObjAddr: 0x958, symBinAddr: 0xEE9B4, symSize: 0x24 } + - { offsetInCU: 0x1E4, offset: 0x1265BB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd__cfU0_TA', symObjAddr: 0xBD8, symBinAddr: 0xEEBDC, symSize: 0x20 } + - { offsetInCU: 0x274, offset: 0x12664B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV24buildLimitedAvailabilityyAA03AnyC0VxAA0C0RzlFZ', symObjAddr: 0x97C, symBinAddr: 0xEE9D8, symSize: 0x7C } + - { offsetInCU: 0x29F, offset: 0x126676, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither5firstAA19_ConditionalContentVyxq_Gx_tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x9F8, symBinAddr: 0xEEA54, symSize: 0xC4 } + - { offsetInCU: 0x2D8, offset: 0x1266AF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither6secondAA19_ConditionalContentVyxq_Gq__tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0xB14, symBinAddr: 0xEEB18, symSize: 0xC4 } + - { offsetInCU: 0x2B, offset: 0x1268CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xEEC00, symSize: 0xAC } + - { offsetInCU: 0x79, offset: 0x12691D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xEEC00, symSize: 0xAC } + - { offsetInCU: 0xD0, offset: 0x126974, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfc', symObjAddr: 0xAC, symBinAddr: 0xEECAC, symSize: 0x200 } + - { offsetInCU: 0x1AD, offset: 0x126A51, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfcTo', symObjAddr: 0x2AC, symBinAddr: 0xEEEAC, symSize: 0x4C } + - { offsetInCU: 0x1C9, offset: 0x126A6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2F8, symBinAddr: 0xEEEF8, symSize: 0x3B0 } + - { offsetInCU: 0x430, offset: 0x126CD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfD', symObjAddr: 0x6D4, symBinAddr: 0xEF2D4, symSize: 0x34 } + - { offsetInCU: 0x47B, offset: 0x126D1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCyAcA0bC5ModelCcfcTf4gn_n', symObjAddr: 0xA24, symBinAddr: 0xEF3D4, symSize: 0x11C } + - { offsetInCU: 0x6C0, offset: 0x126F64, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfE', symObjAddr: 0x6A8, symBinAddr: 0xEF2A8, symSize: 0x2C } + - { offsetInCU: 0x6ED, offset: 0x126F91, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfETo', symObjAddr: 0x708, symBinAddr: 0xEF308, symSize: 0x38 } + - { offsetInCU: 0x71C, offset: 0x126FC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCMa', symObjAddr: 0x740, symBinAddr: 0xEF340, symSize: 0x20 } + - { offsetInCU: 0x730, offset: 0x126FD4, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSgWOb', symObjAddr: 0x7D4, symBinAddr: 0xEF384, symSize: 0x48 } + - { offsetInCU: 0x744, offset: 0x126FE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x81C, symBinAddr: 0xEF3CC, symSize: 0x8 } + - { offsetInCU: 0x4F, offset: 0x127293, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xEF4F0, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1272B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xEF538, symSize: 0x1D0 } + - { offsetInCU: 0xDC, offset: 0x127320, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x218, symBinAddr: 0xEF708, symSize: 0xD8 } + - { offsetInCU: 0x16E, offset: 0x1273B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F0, symBinAddr: 0xEF7E0, symSize: 0x138 } + - { offsetInCU: 0x1F1, offset: 0x127435, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x438, symBinAddr: 0xEF928, symSize: 0x64 } + - { offsetInCU: 0x234, offset: 0x127478, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x49C, symBinAddr: 0xEF98C, symSize: 0x24 } + - { offsetInCU: 0x274, offset: 0x1274B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4C0, symBinAddr: 0xEF9B0, symSize: 0x4 } + - { offsetInCU: 0x294, offset: 0x1274D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4C0, symBinAddr: 0xEF9B0, symSize: 0x4 } + - { offsetInCU: 0x2BF, offset: 0x127503, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4C4, symBinAddr: 0xEF9B4, symSize: 0x68 } + - { offsetInCU: 0x30A, offset: 0x12754E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x52C, symBinAddr: 0xEFA1C, symSize: 0xC } + - { offsetInCU: 0x326, offset: 0x12756A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x538, symBinAddr: 0xEFA28, symSize: 0xC } + - { offsetInCU: 0x342, offset: 0x127586, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO11stringValueSSvgTf4d_n', symObjAddr: 0xA10, symBinAddr: 0xEFD54, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x1275C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfD', symObjAddr: 0x59C, symBinAddr: 0xEFA8C, symSize: 0x2C } + - { offsetInCU: 0x40C, offset: 0x127650, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfE', symObjAddr: 0x594, symBinAddr: 0xEFA84, symSize: 0x8 } + - { offsetInCU: 0x464, offset: 0x1276A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCMa', symObjAddr: 0x5C8, symBinAddr: 0xEFAB8, symSize: 0x20 } + - { offsetInCU: 0x478, offset: 0x1276BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs0D3KeyAAWl', symObjAddr: 0x64C, symBinAddr: 0xEFAD8, symSize: 0x44 } + - { offsetInCU: 0x48C, offset: 0x1276D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwet', symObjAddr: 0x83C, symBinAddr: 0xEFB80, symSize: 0x50 } + - { offsetInCU: 0x4A0, offset: 0x1276E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwst', symObjAddr: 0x88C, symBinAddr: 0xEFBD0, symSize: 0x8C } + - { offsetInCU: 0x4B4, offset: 0x1276F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwug', symObjAddr: 0x918, symBinAddr: 0xEFC5C, symSize: 0x8 } + - { offsetInCU: 0x4C8, offset: 0x12770C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwup', symObjAddr: 0x920, symBinAddr: 0xEFC64, symSize: 0x4 } + - { offsetInCU: 0x4DC, offset: 0x127720, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwui', symObjAddr: 0x924, symBinAddr: 0xEFC68, symSize: 0x4 } + - { offsetInCU: 0x4F0, offset: 0x127734, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOMa', symObjAddr: 0x928, symBinAddr: 0xEFC6C, symSize: 0x10 } + - { offsetInCU: 0x504, offset: 0x127748, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASQWb', symObjAddr: 0x938, symBinAddr: 0xEFC7C, symSize: 0x4 } + - { offsetInCU: 0x518, offset: 0x12775C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFSQAAWl', symObjAddr: 0x93C, symBinAddr: 0xEFC80, symSize: 0x44 } + - { offsetInCU: 0x52C, offset: 0x127770, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x980, symBinAddr: 0xEFCC4, symSize: 0x4 } + - { offsetInCU: 0x540, offset: 0x127784, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x984, symBinAddr: 0xEFCC8, symSize: 0x44 } + - { offsetInCU: 0x554, offset: 0x127798, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x9C8, symBinAddr: 0xEFD0C, symSize: 0x4 } + - { offsetInCU: 0x568, offset: 0x1277AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x9CC, symBinAddr: 0xEFD10, symSize: 0x44 } + - { offsetInCU: 0x5A2, offset: 0x1277E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x428, symBinAddr: 0xEF918, symSize: 0x4 } + - { offsetInCU: 0x5C2, offset: 0x127806, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x428, symBinAddr: 0xEF918, symSize: 0x4 } + - { offsetInCU: 0x5E2, offset: 0x127826, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x42C, symBinAddr: 0xEF91C, symSize: 0x4 } + - { offsetInCU: 0x602, offset: 0x127846, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x42C, symBinAddr: 0xEF91C, symSize: 0x4 } + - { offsetInCU: 0x622, offset: 0x127866, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xEF920, symSize: 0x4 } + - { offsetInCU: 0x642, offset: 0x127886, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xEF920, symSize: 0x4 } + - { offsetInCU: 0x662, offset: 0x1278A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x434, symBinAddr: 0xEF924, symSize: 0x4 } + - { offsetInCU: 0x682, offset: 0x1278C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x434, symBinAddr: 0xEF924, symSize: 0x4 } + - { offsetInCU: 0x699, offset: 0x1278DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x544, symBinAddr: 0xEFA34, symSize: 0x28 } + - { offsetInCU: 0x6B5, offset: 0x1278F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x56C, symBinAddr: 0xEFA5C, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x127AD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0xEFD60, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x127AEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0xEFD60, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x127B02, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMr', symObjAddr: 0x4, symBinAddr: 0xEFD64, symSize: 0x44 } + - { offsetInCU: 0x73, offset: 0x127B22, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvg', symObjAddr: 0x48, symBinAddr: 0xEFDA8, symSize: 0x70 } + - { offsetInCU: 0xAF, offset: 0x127B5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0xB8, symBinAddr: 0xEFE18, symSize: 0xAC } + - { offsetInCU: 0xF8, offset: 0x127BA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_', symObjAddr: 0x164, symBinAddr: 0xEFEC4, symSize: 0x90 } + - { offsetInCU: 0x148, offset: 0x127BF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1F4, symBinAddr: 0xEFF54, symSize: 0xB8 } + - { offsetInCU: 0x20D, offset: 0x127CBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCfD', symObjAddr: 0x2C8, symBinAddr: 0xF000C, symSize: 0x24 } + - { offsetInCU: 0x257, offset: 0x127D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x2F8, symBinAddr: 0xF003C, symSize: 0x20 } + - { offsetInCU: 0x282, offset: 0x127D31, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x318, symBinAddr: 0xF005C, symSize: 0xC } + - { offsetInCU: 0x2A2, offset: 0x127D51, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x318, symBinAddr: 0xF005C, symSize: 0xC } + - { offsetInCU: 0x2B4, offset: 0x127D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x324, symBinAddr: 0xF0068, symSize: 0x24 } + - { offsetInCU: 0x2D0, offset: 0x127D7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x420, symBinAddr: 0xF0164, symSize: 0xC } + - { offsetInCU: 0x2FE, offset: 0x127DAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMa', symObjAddr: 0x2EC, symBinAddr: 0xF0030, symSize: 0xC } + - { offsetInCU: 0x312, offset: 0x127DC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x348, symBinAddr: 0xF008C, symSize: 0x38 } + - { offsetInCU: 0x326, offset: 0x127DD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x380, symBinAddr: 0xF00C4, symSize: 0x8 } + - { offsetInCU: 0x345, offset: 0x127DF4, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x3AC, symBinAddr: 0xF00F0, symSize: 0x28 } + - { offsetInCU: 0x36E, offset: 0x127E1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3D4, symBinAddr: 0xF0118, symSize: 0x1C } + - { offsetInCU: 0x382, offset: 0x127E31, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFSbAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3F0, symBinAddr: 0xF0134, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x128010, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0xF0170, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x128034, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0xF0170, symSize: 0x8 } + - { offsetInCU: 0x9E, offset: 0x128087, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x8, symBinAddr: 0xF0178, symSize: 0x44 } + - { offsetInCU: 0x109, offset: 0x1280F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5layerACyp_tcfcTo', symObjAddr: 0x4C, symBinAddr: 0xF01BC, symSize: 0x9C } + - { offsetInCU: 0x14E, offset: 0x128137, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCfD', symObjAddr: 0xE8, symBinAddr: 0xF0258, symSize: 0x34 } + - { offsetInCU: 0x17C, offset: 0x128165, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCMa', symObjAddr: 0x11C, symBinAddr: 0xF028C, symSize: 0x20 } + - { offsetInCU: 0xD2, offset: 0x1283A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0xF02AC, symSize: 0x370 } + - { offsetInCU: 0x279, offset: 0x128549, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO8rawValueSSvg', symObjAddr: 0x370, symBinAddr: 0xF061C, symSize: 0x20 } + - { offsetInCU: 0x2B2, offset: 0x128582, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x390, symBinAddr: 0xF063C, symSize: 0x20 } + - { offsetInCU: 0x2E0, offset: 0x1285B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x390, symBinAddr: 0xF063C, symSize: 0x20 } + - { offsetInCU: 0x334, offset: 0x128604, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x3D4, symBinAddr: 0xF0680, symSize: 0x64 } + - { offsetInCU: 0x39A, offset: 0x12866A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x438, symBinAddr: 0xF06E4, symSize: 0x28 } + - { offsetInCU: 0x3B6, offset: 0x128686, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x460, symBinAddr: 0xF070C, symSize: 0x8 } + - { offsetInCU: 0x3EC, offset: 0x1286BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x468, symBinAddr: 0xF0714, symSize: 0x68 } + - { offsetInCU: 0x471, offset: 0x128741, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4D0, symBinAddr: 0xF077C, symSize: 0xC } + - { offsetInCU: 0x48D, offset: 0x12875D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4DC, symBinAddr: 0xF0788, symSize: 0xC } + - { offsetInCU: 0x4C9, offset: 0x128799, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCfD', symObjAddr: 0x538, symBinAddr: 0xF07E4, symSize: 0x34 } + - { offsetInCU: 0x50C, offset: 0x1287DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC6encode2toys7Encoder_p_tKF', symObjAddr: 0x58C, symBinAddr: 0xF0838, symSize: 0x164 } + - { offsetInCU: 0x54B, offset: 0x12881B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x6F0, symBinAddr: 0xF099C, symSize: 0x22C } + - { offsetInCU: 0x58A, offset: 0x12885A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x93C, symBinAddr: 0xF0BE8, symSize: 0x20 } + - { offsetInCU: 0x5C6, offset: 0x128896, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCMa', symObjAddr: 0x56C, symBinAddr: 0xF0818, symSize: 0x20 } + - { offsetInCU: 0x68A, offset: 0x12895A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x95C, symBinAddr: 0xF0C08, symSize: 0x1D4 } + - { offsetInCU: 0x8BB, offset: 0x128B8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xB40, symBinAddr: 0xF0DEC, symSize: 0x64 } + - { offsetInCU: 0x8FE, offset: 0x128BCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xBA4, symBinAddr: 0xF0E50, symSize: 0x24 } + - { offsetInCU: 0x93E, offset: 0x128C0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBC8, symBinAddr: 0xF0E74, symSize: 0x4 } + - { offsetInCU: 0x95E, offset: 0x128C2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBC8, symBinAddr: 0xF0E74, symSize: 0x4 } + - { offsetInCU: 0x989, offset: 0x128C59, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBCC, symBinAddr: 0xF0E78, symSize: 0x68 } + - { offsetInCU: 0x9D4, offset: 0x128CA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xC34, symBinAddr: 0xF0EE0, symSize: 0xC } + - { offsetInCU: 0x9F0, offset: 0x128CC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xC40, symBinAddr: 0xF0EEC, symSize: 0xC } + - { offsetInCU: 0xA0C, offset: 0x128CDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x16DC, symBinAddr: 0xF1870, symSize: 0x10 } + - { offsetInCU: 0xA47, offset: 0x128D17, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCfD', symObjAddr: 0xC9C, symBinAddr: 0xF0F48, symSize: 0x24 } + - { offsetInCU: 0xA92, offset: 0x128D62, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC6encode2toys7Encoder_p_tKF', symObjAddr: 0xCE0, symBinAddr: 0xF0F8C, symSize: 0x128 } + - { offsetInCU: 0xAD1, offset: 0x128DA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xE08, symBinAddr: 0xF10B4, symSize: 0x174 } + - { offsetInCU: 0xB10, offset: 0x128DE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xFFC, symBinAddr: 0xF12A8, symSize: 0x20 } + - { offsetInCU: 0xB6B, offset: 0x128E3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCMa', symObjAddr: 0xCC0, symBinAddr: 0xF0F6C, symSize: 0x20 } + - { offsetInCU: 0xB7F, offset: 0x128E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x1080, symBinAddr: 0xF12C8, symSize: 0x44 } + - { offsetInCU: 0xB93, offset: 0x128E63, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie4FontCGMa', symObjAddr: 0x10E4, symBinAddr: 0xF130C, symSize: 0x50 } + - { offsetInCU: 0xBA7, offset: 0x128E77, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs0C3KeyAAWl', symObjAddr: 0x11E8, symBinAddr: 0xF1410, symSize: 0x44 } + - { offsetInCU: 0xBBB, offset: 0x128E8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwet', symObjAddr: 0x12BC, symBinAddr: 0xF1454, symSize: 0x90 } + - { offsetInCU: 0xBCF, offset: 0x128E9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwst', symObjAddr: 0x134C, symBinAddr: 0xF14E4, symSize: 0xBC } + - { offsetInCU: 0xBE3, offset: 0x128EB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwug', symObjAddr: 0x1408, symBinAddr: 0xF15A0, symSize: 0x8 } + - { offsetInCU: 0xBF7, offset: 0x128EC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwup', symObjAddr: 0x1410, symBinAddr: 0xF15A8, symSize: 0x4 } + - { offsetInCU: 0xC0B, offset: 0x128EDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwui', symObjAddr: 0x1414, symBinAddr: 0xF15AC, symSize: 0x8 } + - { offsetInCU: 0xC1F, offset: 0x128EEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOMa', symObjAddr: 0x141C, symBinAddr: 0xF15B4, symSize: 0x10 } + - { offsetInCU: 0xC33, offset: 0x128F03, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwet', symObjAddr: 0x1430, symBinAddr: 0xF15C4, symSize: 0x50 } + - { offsetInCU: 0xC47, offset: 0x128F17, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwst', symObjAddr: 0x1480, symBinAddr: 0xF1614, symSize: 0x8C } + - { offsetInCU: 0xC5B, offset: 0x128F2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwug', symObjAddr: 0x150C, symBinAddr: 0xF16A0, symSize: 0x8 } + - { offsetInCU: 0xC6F, offset: 0x128F3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwup', symObjAddr: 0x1514, symBinAddr: 0xF16A8, symSize: 0x4 } + - { offsetInCU: 0xC83, offset: 0x128F53, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwui', symObjAddr: 0x1518, symBinAddr: 0xF16AC, symSize: 0x4 } + - { offsetInCU: 0xC97, offset: 0x128F67, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOMa', symObjAddr: 0x151C, symBinAddr: 0xF16B0, symSize: 0x10 } + - { offsetInCU: 0xCAB, offset: 0x128F7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASQWb', symObjAddr: 0x152C, symBinAddr: 0xF16C0, symSize: 0x4 } + - { offsetInCU: 0xCBF, offset: 0x128F8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAESQAAWl', symObjAddr: 0x1530, symBinAddr: 0xF16C4, symSize: 0x44 } + - { offsetInCU: 0xCD3, offset: 0x128FA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASQWb', symObjAddr: 0x1574, symBinAddr: 0xF1708, symSize: 0x4 } + - { offsetInCU: 0xCE7, offset: 0x128FB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFSQAAWl', symObjAddr: 0x1578, symBinAddr: 0xF170C, symSize: 0x44 } + - { offsetInCU: 0xCFB, offset: 0x128FCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x15BC, symBinAddr: 0xF1750, symSize: 0x4 } + - { offsetInCU: 0xD0F, offset: 0x128FDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x15C0, symBinAddr: 0xF1754, symSize: 0x44 } + - { offsetInCU: 0xD23, offset: 0x128FF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1604, symBinAddr: 0xF1798, symSize: 0x4 } + - { offsetInCU: 0xD37, offset: 0x129007, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1608, symBinAddr: 0xF179C, symSize: 0x44 } + - { offsetInCU: 0xD4B, offset: 0x12901B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x164C, symBinAddr: 0xF17E0, symSize: 0x4 } + - { offsetInCU: 0xD5F, offset: 0x12902F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1650, symBinAddr: 0xF17E4, symSize: 0x44 } + - { offsetInCU: 0xD73, offset: 0x129043, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1694, symBinAddr: 0xF1828, symSize: 0x4 } + - { offsetInCU: 0xD87, offset: 0x129057, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1698, symBinAddr: 0xF182C, symSize: 0x44 } + - { offsetInCU: 0xDE7, offset: 0x1290B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0xF065C, symSize: 0xC } + - { offsetInCU: 0xE03, offset: 0x1290D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3BC, symBinAddr: 0xF0668, symSize: 0x8 } + - { offsetInCU: 0xE1F, offset: 0x1290EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3C4, symBinAddr: 0xF0670, symSize: 0x8 } + - { offsetInCU: 0xE3B, offset: 0x12910B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3CC, symBinAddr: 0xF0678, symSize: 0x8 } + - { offsetInCU: 0xE5D, offset: 0x12912D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4E8, symBinAddr: 0xF0794, symSize: 0x28 } + - { offsetInCU: 0xE79, offset: 0x129149, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x510, symBinAddr: 0xF07BC, symSize: 0x28 } + - { offsetInCU: 0xEFF, offset: 0x1291CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB30, symBinAddr: 0xF0DDC, symSize: 0x4 } + - { offsetInCU: 0xF1F, offset: 0x1291EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB30, symBinAddr: 0xF0DDC, symSize: 0x4 } + - { offsetInCU: 0xF3F, offset: 0x12920F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB34, symBinAddr: 0xF0DE0, symSize: 0x4 } + - { offsetInCU: 0xF5F, offset: 0x12922F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB34, symBinAddr: 0xF0DE0, symSize: 0x4 } + - { offsetInCU: 0xF7F, offset: 0x12924F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB38, symBinAddr: 0xF0DE4, symSize: 0x4 } + - { offsetInCU: 0xF9F, offset: 0x12926F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB38, symBinAddr: 0xF0DE4, symSize: 0x4 } + - { offsetInCU: 0xFBF, offset: 0x12928F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB3C, symBinAddr: 0xF0DE8, symSize: 0x4 } + - { offsetInCU: 0xFDF, offset: 0x1292AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB3C, symBinAddr: 0xF0DE8, symSize: 0x4 } + - { offsetInCU: 0xFF6, offset: 0x1292C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xC4C, symBinAddr: 0xF0EF8, symSize: 0x28 } + - { offsetInCU: 0x1012, offset: 0x1292E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xC74, symBinAddr: 0xF0F20, symSize: 0x28 } + - { offsetInCU: 0x11A, offset: 0x129587, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addTransformAnimations3for7contextyAC0D5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x50, symBinAddr: 0xF1880, symSize: 0x30C } + - { offsetInCU: 0x20D, offset: 0x12967A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x35C, symBinAddr: 0xF1B8C, symSize: 0xC } + - { offsetInCU: 0x266, offset: 0x1296D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x368, symBinAddr: 0xF1B98, symSize: 0xC } + - { offsetInCU: 0x2BF, offset: 0x12972C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x374, symBinAddr: 0xF1BA4, symSize: 0xC } + - { offsetInCU: 0x2FA, offset: 0x129767, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x380, symBinAddr: 0xF1BB0, symSize: 0x8 } + - { offsetInCU: 0x316, offset: 0x129783, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x388, symBinAddr: 0xF1BB8, symSize: 0x8 } + - { offsetInCU: 0x350, offset: 0x1297BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x390, symBinAddr: 0xF1BC0, symSize: 0xC } + - { offsetInCU: 0x3A9, offset: 0x129816, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x39C, symBinAddr: 0xF1BCC, symSize: 0xC } + - { offsetInCU: 0x3E4, offset: 0x129851, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3A8, symBinAddr: 0xF1BD8, symSize: 0x8 } + - { offsetInCU: 0x400, offset: 0x12986D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B0, symBinAddr: 0xF1BE0, symSize: 0x8 } + - { offsetInCU: 0x43A, offset: 0x1298A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B8, symBinAddr: 0xF1BE8, symSize: 0xC } + - { offsetInCU: 0x493, offset: 0x129900, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3C4, symBinAddr: 0xF1BF4, symSize: 0xC } + - { offsetInCU: 0x505, offset: 0x129972, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE7hasSkewSbvg', symObjAddr: 0x3F4, symBinAddr: 0xF1C00, symSize: 0xD4 } + - { offsetInCU: 0x699, offset: 0x129B06, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModel_pWOc', symObjAddr: 0x4C8, symBinAddr: 0xF1CD4, symSize: 0x44 } + - { offsetInCU: 0x6E4, offset: 0x129B51, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE23hasNegativeXScaleValuesSbvg', symObjAddr: 0x50C, symBinAddr: 0xF1D18, symSize: 0x98 } + - { offsetInCU: 0x810, offset: 0x129C7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZAA0A8Vector3DV_AvA0A8Vector1DVAxv5xA4HoldVySo13CATransform3DVGTg5Tf4nnnnnnnnnnnnd_n', symObjAddr: 0x16E4, symBinAddr: 0xF2DB4, symSize: 0x208 } + - { offsetInCU: 0x995, offset: 0x129E02, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x5C4, symBinAddr: 0xF1DB0, symSize: 0x508 } + - { offsetInCU: 0xA97, offset: 0x129F04, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_', symObjAddr: 0x1540, symBinAddr: 0xF2C50, symSize: 0x14C } + - { offsetInCU: 0xBE8, offset: 0x12A055, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addPositionAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xACC, symBinAddr: 0xF22B8, symSize: 0x31C } + - { offsetInCU: 0xE30, offset: 0x12A29D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE18addScaleAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xDE8, symBinAddr: 0xF25D4, symSize: 0x268 } + - { offsetInCU: 0x1047, offset: 0x12A4B4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addRotationAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x1050, symBinAddr: 0xF283C, symSize: 0x35C } + - { offsetInCU: 0x1202, offset: 0x12A66F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE16hasSkewAnimationSbvg', symObjAddr: 0x1488, symBinAddr: 0xF2B98, symSize: 0xB8 } + - { offsetInCU: 0x12F6, offset: 0x12A763, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5TA', symObjAddr: 0x16DC, symBinAddr: 0xF2DAC, symSize: 0x8 } + - { offsetInCU: 0x134C, offset: 0x12A7B9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_TA', symObjAddr: 0x1A7C, symBinAddr: 0xF2FBC, symSize: 0x2C } + - { offsetInCU: 0x1360, offset: 0x12A7CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x1B94, symBinAddr: 0xF30D4, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x12AB9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0xF3168, symSize: 0x1A8 } + - { offsetInCU: 0x126, offset: 0x12AC96, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0xF3168, symSize: 0x1A8 } + - { offsetInCU: 0x35A, offset: 0x12AECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfd', symObjAddr: 0x1A8, symBinAddr: 0xF3310, symSize: 0x7C } + - { offsetInCU: 0x387, offset: 0x12AEF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfD', symObjAddr: 0x224, symBinAddr: 0xF338C, symSize: 0x1C } + - { offsetInCU: 0x3C3, offset: 0x12AF33, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x260, symBinAddr: 0xF33C8, symSize: 0xC } + - { offsetInCU: 0x404, offset: 0x12AF74, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x26C, symBinAddr: 0xF33D4, symSize: 0x30 } + - { offsetInCU: 0x445, offset: 0x12AFB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x29C, symBinAddr: 0xF3404, symSize: 0xC } + - { offsetInCU: 0x486, offset: 0x12AFF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A8, symBinAddr: 0xF3410, symSize: 0xC } + - { offsetInCU: 0x4B8, offset: 0x12B028, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC9transformAcA14ShapeTransformCSg_tcfcTf4gn_n', symObjAddr: 0x574, symBinAddr: 0xF36DC, symSize: 0x934 } + - { offsetInCU: 0xDA3, offset: 0x12B913, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCMa', symObjAddr: 0x240, symBinAddr: 0xF33A8, symSize: 0x20 } + - { offsetInCU: 0xDC3, offset: 0x12B933, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfd', symObjAddr: 0x2B4, symBinAddr: 0xF341C, symSize: 0x4C } + - { offsetInCU: 0xDF0, offset: 0x12B960, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfD', symObjAddr: 0x300, symBinAddr: 0xF3468, symSize: 0x1C } + - { offsetInCU: 0xE3B, offset: 0x12B9AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x33C, symBinAddr: 0xF34A4, symSize: 0x44 } + - { offsetInCU: 0xE87, offset: 0x12B9F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x380, symBinAddr: 0xF34E8, symSize: 0x24 } + - { offsetInCU: 0xED7, offset: 0x12BA47, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x3A4, symBinAddr: 0xF350C, symSize: 0x3C } + - { offsetInCU: 0xF23, offset: 0x12BA93, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xF3548, symSize: 0x4 } + - { offsetInCU: 0xF43, offset: 0x12BAB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xF3548, symSize: 0x4 } + - { offsetInCU: 0xF73, offset: 0x12BAE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x3E4, symBinAddr: 0xF354C, symSize: 0x8 } + - { offsetInCU: 0xF93, offset: 0x12BB03, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x3E4, symBinAddr: 0xF354C, symSize: 0x8 } + - { offsetInCU: 0xFF6, offset: 0x12BB66, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3EC, symBinAddr: 0xF3554, symSize: 0x20 } + - { offsetInCU: 0x1016, offset: 0x12BB86, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3EC, symBinAddr: 0xF3554, symSize: 0x20 } + - { offsetInCU: 0x1067, offset: 0x12BBD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x40C, symBinAddr: 0xF3574, symSize: 0x8 } + - { offsetInCU: 0x1087, offset: 0x12BBF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x40C, symBinAddr: 0xF3574, symSize: 0x8 } + - { offsetInCU: 0x10A8, offset: 0x12BC18, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x414, symBinAddr: 0xF357C, symSize: 0x8 } + - { offsetInCU: 0x10C8, offset: 0x12BC38, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x414, symBinAddr: 0xF357C, symSize: 0x8 } + - { offsetInCU: 0x10E9, offset: 0x12BC59, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x41C, symBinAddr: 0xF3584, symSize: 0x8 } + - { offsetInCU: 0x1109, offset: 0x12BC79, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x41C, symBinAddr: 0xF3584, symSize: 0x8 } + - { offsetInCU: 0x112A, offset: 0x12BC9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x424, symBinAddr: 0xF358C, symSize: 0x8 } + - { offsetInCU: 0x114A, offset: 0x12BCBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x424, symBinAddr: 0xF358C, symSize: 0x8 } + - { offsetInCU: 0x116B, offset: 0x12BCDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x42C, symBinAddr: 0xF3594, symSize: 0xC } + - { offsetInCU: 0x118B, offset: 0x12BCFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x42C, symBinAddr: 0xF3594, symSize: 0xC } + - { offsetInCU: 0x11AC, offset: 0x12BD1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x438, symBinAddr: 0xF35A0, symSize: 0x10 } + - { offsetInCU: 0x11CC, offset: 0x12BD3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x438, symBinAddr: 0xF35A0, symSize: 0x10 } + - { offsetInCU: 0x1214, offset: 0x12BD84, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x448, symBinAddr: 0xF35B0, symSize: 0x68 } + - { offsetInCU: 0x129B, offset: 0x12BE0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x4B0, symBinAddr: 0xF3618, symSize: 0x5C } + - { offsetInCU: 0x12FB, offset: 0x12BE6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x50C, symBinAddr: 0xF3674, symSize: 0x30 } + - { offsetInCU: 0x133C, offset: 0x12BEAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x53C, symBinAddr: 0xF36A4, symSize: 0xC } + - { offsetInCU: 0x138C, offset: 0x12BEFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x548, symBinAddr: 0xF36B0, symSize: 0x2C } + - { offsetInCU: 0x13C7, offset: 0x12BF37, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC4name06parentC04treeACSS_AA08AnimatorC0_pSgAA0C4TreeCtcfcTf4gggn_n', symObjAddr: 0xEA8, symBinAddr: 0xF4010, symSize: 0x4B8 } + - { offsetInCU: 0x1839, offset: 0x12C3A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1360, symBinAddr: 0xF44C8, symSize: 0x148 } + - { offsetInCU: 0x18E4, offset: 0x12C454, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCMa', symObjAddr: 0x31C, symBinAddr: 0xF3484, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x12CC0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0xF4610, symSize: 0x4C } + - { offsetInCU: 0x4F, offset: 0x12CC32, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0xF4610, symSize: 0x4C } + - { offsetInCU: 0x7C, offset: 0x12CC5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfD', symObjAddr: 0x4C, symBinAddr: 0xF465C, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x12CC9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x88, symBinAddr: 0xF4698, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x12CCDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x94, symBinAddr: 0xF46A4, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x12CD1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xC4, symBinAddr: 0xF46D4, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x12CD4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesC12gradientfillAcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x628, symBinAddr: 0xF4C38, symSize: 0x3DC } + - { offsetInCU: 0x4A0, offset: 0x12D083, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCMa', symObjAddr: 0x68, symBinAddr: 0xF4678, symSize: 0x20 } + - { offsetInCU: 0x4DE, offset: 0x12D0C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCfD', symObjAddr: 0xD0, symBinAddr: 0xF46E0, symSize: 0x34 } + - { offsetInCU: 0x53F, offset: 0x12D122, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x124, symBinAddr: 0xF4734, symSize: 0x44 } + - { offsetInCU: 0x58B, offset: 0x12D16E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x168, symBinAddr: 0xF4778, symSize: 0x24 } + - { offsetInCU: 0x5CC, offset: 0x12D1AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x18C, symBinAddr: 0xF479C, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0x12D1CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x18C, symBinAddr: 0xF479C, symSize: 0x4 } + - { offsetInCU: 0x61C, offset: 0x12D1FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x190, symBinAddr: 0xF47A0, symSize: 0x8 } + - { offsetInCU: 0x63C, offset: 0x12D21F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x190, symBinAddr: 0xF47A0, symSize: 0x8 } + - { offsetInCU: 0x69F, offset: 0x12D282, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x198, symBinAddr: 0xF47A8, symSize: 0x10 } + - { offsetInCU: 0x6BF, offset: 0x12D2A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x198, symBinAddr: 0xF47A8, symSize: 0x10 } + - { offsetInCU: 0x706, offset: 0x12D2E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0xF47B8, symSize: 0x8 } + - { offsetInCU: 0x726, offset: 0x12D309, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0xF47B8, symSize: 0x8 } + - { offsetInCU: 0x747, offset: 0x12D32A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0xF47C0, symSize: 0x8 } + - { offsetInCU: 0x767, offset: 0x12D34A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0xF47C0, symSize: 0x8 } + - { offsetInCU: 0x788, offset: 0x12D36B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1B8, symBinAddr: 0xF47C8, symSize: 0x8 } + - { offsetInCU: 0x7A8, offset: 0x12D38B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1B8, symBinAddr: 0xF47C8, symSize: 0x8 } + - { offsetInCU: 0x7C9, offset: 0x12D3AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1C0, symBinAddr: 0xF47D0, symSize: 0x8 } + - { offsetInCU: 0x7E9, offset: 0x12D3CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1C0, symBinAddr: 0xF47D0, symSize: 0x8 } + - { offsetInCU: 0x80A, offset: 0x12D3ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1C8, symBinAddr: 0xF47D8, symSize: 0xC } + - { offsetInCU: 0x82A, offset: 0x12D40D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1C8, symBinAddr: 0xF47D8, symSize: 0xC } + - { offsetInCU: 0x84B, offset: 0x12D42E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1D4, symBinAddr: 0xF47E4, symSize: 0x10 } + - { offsetInCU: 0x86B, offset: 0x12D44E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1D4, symBinAddr: 0xF47E4, symSize: 0x10 } + - { offsetInCU: 0x87D, offset: 0x12D460, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1E4, symBinAddr: 0xF47F4, symSize: 0x8 } + - { offsetInCU: 0x8B7, offset: 0x12D49A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x1EC, symBinAddr: 0xF47FC, symSize: 0x4C } + - { offsetInCU: 0x8F4, offset: 0x12D4D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xA04, symBinAddr: 0xF5014, symSize: 0x220 } + - { offsetInCU: 0xD18, offset: 0x12D8FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCMa', symObjAddr: 0x104, symBinAddr: 0xF4714, symSize: 0x20 } + - { offsetInCU: 0xE47, offset: 0x12DA2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x238, symBinAddr: 0xF4848, symSize: 0x12C } + - { offsetInCU: 0xEE3, offset: 0x12DAC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x364, symBinAddr: 0xF4974, symSize: 0x1A8 } + - { offsetInCU: 0x1057, offset: 0x12DC3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcSaySdG_Tg5Tf4en_nAA20KeyframeInterpolatorCyAGG_Tg5', symObjAddr: 0x50C, symBinAddr: 0xF4B1C, symSize: 0x11C } + - { offsetInCU: 0x16A6, offset: 0x12E289, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOc', symObjAddr: 0xCF0, symBinAddr: 0xF5234, symSize: 0x3C } + - { offsetInCU: 0x16BA, offset: 0x12E29D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOh', symObjAddr: 0xD2C, symBinAddr: 0xF5270, symSize: 0x34 } + - { offsetInCU: 0x2B, offset: 0x12E65C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xF52A4, symSize: 0x1EC } + - { offsetInCU: 0x5C, offset: 0x12E68D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xF52A4, symSize: 0x1EC } + - { offsetInCU: 0xB8, offset: 0x12E6E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1EC, symBinAddr: 0xF5490, symSize: 0x2AC } + - { offsetInCU: 0x1F9, offset: 0x12E82A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC6encode2toys7Encoder_p_tKF', symObjAddr: 0x498, symBinAddr: 0xF573C, symSize: 0x154 } + - { offsetInCU: 0x238, offset: 0x12E869, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x874, symBinAddr: 0xF5B18, symSize: 0x4C } + - { offsetInCU: 0x26F, offset: 0x12E8A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO8rawValueSSvg', symObjAddr: 0x8C0, symBinAddr: 0xF5B64, symSize: 0x18 } + - { offsetInCU: 0x2A8, offset: 0x12E8D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x8D8, symBinAddr: 0xF5B7C, symSize: 0x18 } + - { offsetInCU: 0x2D6, offset: 0x12E907, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x8D8, symBinAddr: 0xF5B7C, symSize: 0x18 } + - { offsetInCU: 0x328, offset: 0x12E959, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x914, symBinAddr: 0xF5BB8, symSize: 0x64 } + - { offsetInCU: 0x38E, offset: 0x12E9BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x978, symBinAddr: 0xF5C1C, symSize: 0x28 } + - { offsetInCU: 0x3AA, offset: 0x12E9DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x9A0, symBinAddr: 0xF5C44, symSize: 0x8 } + - { offsetInCU: 0x3E0, offset: 0x12EA11, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x9A8, symBinAddr: 0xF5C4C, symSize: 0x68 } + - { offsetInCU: 0x465, offset: 0x12EA96, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA10, symBinAddr: 0xF5CB4, symSize: 0xC } + - { offsetInCU: 0x481, offset: 0x12EAB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xA1C, symBinAddr: 0xF5CC0, symSize: 0xC } + - { offsetInCU: 0x4BD, offset: 0x12EAEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCfD', symObjAddr: 0xA78, symBinAddr: 0xF5D1C, symSize: 0x24 } + - { offsetInCU: 0x508, offset: 0x12EB39, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCDC, symBinAddr: 0xF5F2C, symSize: 0x2C } + - { offsetInCU: 0x52B, offset: 0x12EB5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD08, symBinAddr: 0xF5F58, symSize: 0x28 } + - { offsetInCU: 0x5FC, offset: 0x12EC2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueSSvg', symObjAddr: 0x5EC, symBinAddr: 0xF5890, symSize: 0x20 } + - { offsetInCU: 0x636, offset: 0x12EC67, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x790, symBinAddr: 0xF5A34, symSize: 0x44 } + - { offsetInCU: 0x67C, offset: 0x12ECAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x7D4, symBinAddr: 0xF5A78, symSize: 0x28 } + - { offsetInCU: 0x6A6, offset: 0x12ECD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7FC, symBinAddr: 0xF5AA0, symSize: 0x28 } + - { offsetInCU: 0x6DE, offset: 0x12ED0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueACSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x11C0, symBinAddr: 0xF6410, symSize: 0x50 } + - { offsetInCU: 0x709, offset: 0x12ED3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x13D8, symBinAddr: 0xF65E8, symSize: 0xE0 } + - { offsetInCU: 0x7AE, offset: 0x12EDDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO13discriminator_WZ', symObjAddr: 0x870, symBinAddr: 0xF5B14, symSize: 0x4 } + - { offsetInCU: 0x7C8, offset: 0x12EDF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCMa', symObjAddr: 0xA9C, symBinAddr: 0xF5D40, symSize: 0x20 } + - { offsetInCU: 0x7DC, offset: 0x12EE0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwet', symObjAddr: 0xACC, symBinAddr: 0xF5D60, symSize: 0x90 } + - { offsetInCU: 0x7F0, offset: 0x12EE21, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwst', symObjAddr: 0xB5C, symBinAddr: 0xF5DF0, symSize: 0xBC } + - { offsetInCU: 0x804, offset: 0x12EE35, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwup', symObjAddr: 0xC18, symBinAddr: 0xF5EAC, symSize: 0x4 } + - { offsetInCU: 0x818, offset: 0x12EE49, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOMa', symObjAddr: 0xC1C, symBinAddr: 0xF5EB0, symSize: 0x10 } + - { offsetInCU: 0x82C, offset: 0x12EE5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASQWb', symObjAddr: 0xC2C, symBinAddr: 0xF5EC0, symSize: 0x4 } + - { offsetInCU: 0x840, offset: 0x12EE71, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSQAAWl', symObjAddr: 0xC30, symBinAddr: 0xF5EC4, symSize: 0x44 } + - { offsetInCU: 0x854, offset: 0x12EE85, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC74, symBinAddr: 0xF5F08, symSize: 0x24 } + - { offsetInCU: 0x868, offset: 0x12EE99, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZ', symObjAddr: 0xD30, symBinAddr: 0xF5F80, symSize: 0x14 } + - { offsetInCU: 0x884, offset: 0x12EEB5, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xD44, symBinAddr: 0xF5F94, symSize: 0x47C } + - { offsetInCU: 0xC6F, offset: 0x12F2A0, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x1250, symBinAddr: 0xF6460, symSize: 0x188 } + - { offsetInCU: 0xE89, offset: 0x12F4BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSYAAWl', symObjAddr: 0x14FC, symBinAddr: 0xF66C8, symSize: 0x44 } + - { offsetInCU: 0xE9D, offset: 0x12F4CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs0D3KeyAAWl', symObjAddr: 0x1540, symBinAddr: 0xF670C, symSize: 0x44 } + - { offsetInCU: 0xEB1, offset: 0x12F4E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSEAAWl', symObjAddr: 0x1584, symBinAddr: 0xF6750, symSize: 0x44 } + - { offsetInCU: 0xEC5, offset: 0x12F4F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwet', symObjAddr: 0x1688, symBinAddr: 0xF6794, symSize: 0x90 } + - { offsetInCU: 0xED9, offset: 0x12F50A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwst', symObjAddr: 0x1718, symBinAddr: 0xF6824, symSize: 0xBC } + - { offsetInCU: 0xEED, offset: 0x12F51E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwug', symObjAddr: 0x17D4, symBinAddr: 0xF68E0, symSize: 0x8 } + - { offsetInCU: 0xF01, offset: 0x12F532, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwup', symObjAddr: 0x17DC, symBinAddr: 0xF68E8, symSize: 0x4 } + - { offsetInCU: 0xF15, offset: 0x12F546, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwui', symObjAddr: 0x17E0, symBinAddr: 0xF68EC, symSize: 0x8 } + - { offsetInCU: 0xF29, offset: 0x12F55A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOMa', symObjAddr: 0x17E8, symBinAddr: 0xF68F4, symSize: 0x10 } + - { offsetInCU: 0xF3D, offset: 0x12F56E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASQWb', symObjAddr: 0x17F8, symBinAddr: 0xF6904, symSize: 0x4 } + - { offsetInCU: 0xF51, offset: 0x12F582, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFSQAAWl', symObjAddr: 0x17FC, symBinAddr: 0xF6908, symSize: 0x44 } + - { offsetInCU: 0xF65, offset: 0x12F596, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1840, symBinAddr: 0xF694C, symSize: 0x4 } + - { offsetInCU: 0xF79, offset: 0x12F5AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1844, symBinAddr: 0xF6950, symSize: 0x44 } + - { offsetInCU: 0xF8D, offset: 0x12F5BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1888, symBinAddr: 0xF6994, symSize: 0x4 } + - { offsetInCU: 0xFA1, offset: 0x12F5D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x188C, symBinAddr: 0xF6998, symSize: 0x44 } + - { offsetInCU: 0x1031, offset: 0x12F662, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x60C, symBinAddr: 0xF58B0, symSize: 0x88 } + - { offsetInCU: 0x10E0, offset: 0x12F711, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x694, symBinAddr: 0xF5938, symSize: 0x60 } + - { offsetInCU: 0x115E, offset: 0x12F78F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6F4, symBinAddr: 0xF5998, symSize: 0x40 } + - { offsetInCU: 0x11B0, offset: 0x12F7E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x734, symBinAddr: 0xF59D8, symSize: 0x5C } + - { offsetInCU: 0x120C, offset: 0x12F83D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x824, symBinAddr: 0xF5AC8, symSize: 0x4C } + - { offsetInCU: 0x122F, offset: 0x12F860, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8F0, symBinAddr: 0xF5B94, symSize: 0xC } + - { offsetInCU: 0x124B, offset: 0x12F87C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x8FC, symBinAddr: 0xF5BA0, symSize: 0x8 } + - { offsetInCU: 0x1267, offset: 0x12F898, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x904, symBinAddr: 0xF5BA8, symSize: 0x8 } + - { offsetInCU: 0x1283, offset: 0x12F8B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x90C, symBinAddr: 0xF5BB0, symSize: 0x8 } + - { offsetInCU: 0x12A5, offset: 0x12F8D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA28, symBinAddr: 0xF5CCC, symSize: 0x28 } + - { offsetInCU: 0x12C1, offset: 0x12F8F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA50, symBinAddr: 0xF5CF4, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x12FB62, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xF69E4, symSize: 0x4C } + - { offsetInCU: 0x6D, offset: 0x12FBA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xF69E4, symSize: 0x4C } + - { offsetInCU: 0xBF, offset: 0x12FBF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x6C, symBinAddr: 0xF6A50, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x12FC37, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x78, symBinAddr: 0xF6A5C, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x12FC78, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA8, symBinAddr: 0xF6A8C, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x12FCAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesC9rectangleAcA9RectangleC_tcfcTf4gn_n', symObjAddr: 0x880, symBinAddr: 0xF7224, symSize: 0x31C } + - { offsetInCU: 0x448, offset: 0x12FF7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCMa', symObjAddr: 0x4C, symBinAddr: 0xF6A30, symSize: 0x20 } + - { offsetInCU: 0x583, offset: 0x1300BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB4, symBinAddr: 0xF6A98, symSize: 0xE0 } + - { offsetInCU: 0x6AF, offset: 0x1301E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCfD', symObjAddr: 0x194, symBinAddr: 0xF6B78, symSize: 0x34 } + - { offsetInCU: 0x710, offset: 0x130247, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1E8, symBinAddr: 0xF6BCC, symSize: 0x44 } + - { offsetInCU: 0x75C, offset: 0x130293, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x22C, symBinAddr: 0xF6C10, symSize: 0x24 } + - { offsetInCU: 0x78E, offset: 0x1302C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x250, symBinAddr: 0xF6C34, symSize: 0x4 } + - { offsetInCU: 0x7C8, offset: 0x1302FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x254, symBinAddr: 0xF6C38, symSize: 0x8 } + - { offsetInCU: 0x7E8, offset: 0x13031F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x254, symBinAddr: 0xF6C38, symSize: 0x8 } + - { offsetInCU: 0x84B, offset: 0x130382, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x25C, symBinAddr: 0xF6C40, symSize: 0x10 } + - { offsetInCU: 0x86B, offset: 0x1303A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x25C, symBinAddr: 0xF6C40, symSize: 0x10 } + - { offsetInCU: 0x8B2, offset: 0x1303E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x26C, symBinAddr: 0xF6C50, symSize: 0x8 } + - { offsetInCU: 0x8D2, offset: 0x130409, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x26C, symBinAddr: 0xF6C50, symSize: 0x8 } + - { offsetInCU: 0x8F3, offset: 0x13042A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x274, symBinAddr: 0xF6C58, symSize: 0x8 } + - { offsetInCU: 0x913, offset: 0x13044A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x274, symBinAddr: 0xF6C58, symSize: 0x8 } + - { offsetInCU: 0x934, offset: 0x13046B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x27C, symBinAddr: 0xF6C60, symSize: 0x8 } + - { offsetInCU: 0x954, offset: 0x13048B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x27C, symBinAddr: 0xF6C60, symSize: 0x8 } + - { offsetInCU: 0x975, offset: 0x1304AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x284, symBinAddr: 0xF6C68, symSize: 0x8 } + - { offsetInCU: 0x995, offset: 0x1304CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x284, symBinAddr: 0xF6C68, symSize: 0x8 } + - { offsetInCU: 0x9B6, offset: 0x1304ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xF6C70, symSize: 0xC } + - { offsetInCU: 0x9D6, offset: 0x13050D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xF6C70, symSize: 0xC } + - { offsetInCU: 0x9F7, offset: 0x13052E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x298, symBinAddr: 0xF6C7C, symSize: 0x10 } + - { offsetInCU: 0xA17, offset: 0x13054E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x298, symBinAddr: 0xF6C7C, symSize: 0x10 } + - { offsetInCU: 0xA38, offset: 0x13056F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x2A8, symBinAddr: 0xF6C8C, symSize: 0xC } + - { offsetInCU: 0xA6A, offset: 0x1305A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC06parentC09rectangleAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xB9C, symBinAddr: 0xF7540, symSize: 0x110 } + - { offsetInCU: 0xB23, offset: 0x13065A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCMa', symObjAddr: 0x1C8, symBinAddr: 0xF6BAC, symSize: 0x20 } + - { offsetInCU: 0xF80, offset: 0x130AB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9rectangle8position4size12cornerRadius9directionACSo7CGPointV_So6CGSizeV12CoreGraphics7CGFloatVAA0C9DirectionOtFZTf4nnnnd_n', symObjAddr: 0x2B4, symBinAddr: 0xF6C98, symSize: 0x58C } + - { offsetInCU: 0x27, offset: 0x13230F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0xF7650, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x132327, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0xF7650, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x13233B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMr', symObjAddr: 0x4, symBinAddr: 0xF7654, symSize: 0x94 } + - { offsetInCU: 0x73, offset: 0x13235B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfC', symObjAddr: 0x98, symBinAddr: 0xF76E8, symSize: 0xA4 } + - { offsetInCU: 0x91, offset: 0x132379, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfc', symObjAddr: 0x13C, symBinAddr: 0xF778C, symSize: 0x1B4 } + - { offsetInCU: 0x15A, offset: 0x132442, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x2F0, symBinAddr: 0xF7940, symSize: 0x5C } + - { offsetInCU: 0x18F, offset: 0x132477, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x34C, symBinAddr: 0xF799C, symSize: 0x4 } + - { offsetInCU: 0x1C4, offset: 0x1324AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueSSvg', symObjAddr: 0x350, symBinAddr: 0xF79A0, symSize: 0x20 } + - { offsetInCU: 0x20D, offset: 0x1324F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x370, symBinAddr: 0xF79C0, symSize: 0x20 } + - { offsetInCU: 0x245, offset: 0x13252D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x370, symBinAddr: 0xF79C0, symSize: 0x20 } + - { offsetInCU: 0x261, offset: 0x132549, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0xF7B20, symSize: 0x2C } + - { offsetInCU: 0x27D, offset: 0x132565, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x4FC, symBinAddr: 0xF7B4C, symSize: 0x28 } + - { offsetInCU: 0x299, offset: 0x132581, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x524, symBinAddr: 0xF7B74, symSize: 0x8 } + - { offsetInCU: 0x2B5, offset: 0x13259D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x52C, symBinAddr: 0xF7B7C, symSize: 0x24 } + - { offsetInCU: 0x2D1, offset: 0x1325B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x550, symBinAddr: 0xF7BA0, symSize: 0xC } + - { offsetInCU: 0x2FC, offset: 0x1325E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x55C, symBinAddr: 0xF7BAC, symSize: 0x28 } + - { offsetInCU: 0x32D, offset: 0x132615, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x13CC, symBinAddr: 0xF8828, symSize: 0x8 } + - { offsetInCU: 0x359, offset: 0x132641, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC6isHoldSbvg', symObjAddr: 0x5EC, symBinAddr: 0xF7C3C, symSize: 0x2C } + - { offsetInCU: 0x3DE, offset: 0x1326C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCfD', symObjAddr: 0x67C, symBinAddr: 0xF7C68, symSize: 0x70 } + - { offsetInCU: 0x435, offset: 0x13271D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMa', symObjAddr: 0x6EC, symBinAddr: 0xF7CD8, symSize: 0xC } + - { offsetInCU: 0x449, offset: 0x132731, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x6F8, symBinAddr: 0xF7CE4, symSize: 0x370 } + - { offsetInCU: 0x496, offset: 0x13277E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0xA68, symBinAddr: 0xF8054, symSize: 0x54 } + - { offsetInCU: 0x4B9, offset: 0x1327A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfc', symObjAddr: 0xABC, symBinAddr: 0xF80A8, symSize: 0x504 } + - { offsetInCU: 0x506, offset: 0x1327EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xFC0, symBinAddr: 0xF85AC, symSize: 0x24 } + - { offsetInCU: 0x529, offset: 0x132811, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFE4, symBinAddr: 0xF85D0, symSize: 0x2C } + - { offsetInCU: 0x54C, offset: 0x132834, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMa', symObjAddr: 0x1010, symBinAddr: 0xF85FC, symSize: 0xC } + - { offsetInCU: 0x560, offset: 0x132848, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSEAAWl', symObjAddr: 0x1084, symBinAddr: 0xF8608, symSize: 0x44 } + - { offsetInCU: 0x574, offset: 0x13285C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSeAAWl', symObjAddr: 0x1170, symBinAddr: 0xF864C, symSize: 0x44 } + - { offsetInCU: 0x588, offset: 0x132870, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMi', symObjAddr: 0x1224, symBinAddr: 0xF8690, symSize: 0x8 } + - { offsetInCU: 0x59C, offset: 0x132884, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwet', symObjAddr: 0x123C, symBinAddr: 0xF8698, symSize: 0x90 } + - { offsetInCU: 0x5B0, offset: 0x132898, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwst', symObjAddr: 0x12CC, symBinAddr: 0xF8728, symSize: 0xBC } + - { offsetInCU: 0x5C4, offset: 0x1328AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwug', symObjAddr: 0x1388, symBinAddr: 0xF87E4, symSize: 0x8 } + - { offsetInCU: 0x5D8, offset: 0x1328C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwup', symObjAddr: 0x1390, symBinAddr: 0xF87EC, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0x1328D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwui', symObjAddr: 0x1394, symBinAddr: 0xF87F0, symSize: 0x8 } + - { offsetInCU: 0x600, offset: 0x1328E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASQWb', symObjAddr: 0x139C, symBinAddr: 0xF87F8, symSize: 0x10 } + - { offsetInCU: 0x614, offset: 0x1328FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x13AC, symBinAddr: 0xF8808, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x132910, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x13BC, symBinAddr: 0xF8818, symSize: 0x10 } + - { offsetInCU: 0x64D, offset: 0x132935, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0xF79E0, symSize: 0x54 } + - { offsetInCU: 0x669, offset: 0x132951, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x3E4, symBinAddr: 0xF7A34, symSize: 0x4C } + - { offsetInCU: 0x685, offset: 0x13296D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xF7A80, symSize: 0x50 } + - { offsetInCU: 0x6A1, offset: 0x132989, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x480, symBinAddr: 0xF7AD0, symSize: 0x50 } + - { offsetInCU: 0x6C3, offset: 0x1329AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x584, symBinAddr: 0xF7BD4, symSize: 0x34 } + - { offsetInCU: 0x6DF, offset: 0x1329C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x5B8, symBinAddr: 0xF7C08, symSize: 0x34 } + - { offsetInCU: 0xA5, offset: 0x132C6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x1604, symBinAddr: 0xF9E34, symSize: 0x244 } + - { offsetInCU: 0x3DF, offset: 0x132FA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA17GroupInterpolatorCyAA0A8Vector1DVG_Tg5', symObjAddr: 0x70, symBinAddr: 0xF88A0, symSize: 0x128 } + - { offsetInCU: 0x531, offset: 0x1330F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA06SinglecD0CySayAA0A8Vector1DVGG_Tg5', symObjAddr: 0x198, symBinAddr: 0xF89C8, symSize: 0xEC } + - { offsetInCU: 0x636, offset: 0x1331FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x3B0, symBinAddr: 0xF8BE0, symSize: 0xD4 } + - { offsetInCU: 0x69A, offset: 0x133260, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5', symObjAddr: 0x484, symBinAddr: 0xF8CB4, symSize: 0xE8 } + - { offsetInCU: 0x749, offset: 0x13330F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x56C, symBinAddr: 0xF8D9C, symSize: 0xD4 } + - { offsetInCU: 0x83A, offset: 0x133400, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_Tg5', symObjAddr: 0x640, symBinAddr: 0xF8E70, symSize: 0x254 } + - { offsetInCU: 0x966, offset: 0x13352C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_Tg5', symObjAddr: 0x894, symBinAddr: 0xF90C4, symSize: 0x140 } + - { offsetInCU: 0xA48, offset: 0x13360E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_Tg5', symObjAddr: 0x9D4, symBinAddr: 0xF9204, symSize: 0xD4 } + - { offsetInCU: 0xB30, offset: 0x1336F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0xAA8, symBinAddr: 0xF92D8, symSize: 0x2A0 } + - { offsetInCU: 0x121F, offset: 0x133DE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtFAA0A5ColorV_Tg5', symObjAddr: 0x1288, symBinAddr: 0xF9AB8, symSize: 0x100 } + - { offsetInCU: 0x1382, offset: 0x133F48, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtFAA0A8Vector3DV_Tg5', symObjAddr: 0x1588, symBinAddr: 0xF9DB8, symSize: 0x7C } + - { offsetInCU: 0x17E5, offset: 0x1343AB, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9ShapeItemC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKF', symObjAddr: 0x1848, symBinAddr: 0xFA078, symSize: 0x7AC } + - { offsetInCU: 0x1CF1, offset: 0x1348B7, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKF', symObjAddr: 0x1FF4, symBinAddr: 0xFA824, symSize: 0x1D0 } + - { offsetInCU: 0x1E8E, offset: 0x134A54, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF', symObjAddr: 0x21C4, symBinAddr: 0xFA9F4, symSize: 0x1C8 } + - { offsetInCU: 0x2051, offset: 0x134C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKF', symObjAddr: 0x238C, symBinAddr: 0xFABBC, symSize: 0xBAC } + - { offsetInCU: 0x37B9, offset: 0x13637F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndtyF', symObjAddr: 0x2F58, symBinAddr: 0xFB768, symSize: 0x430 } + - { offsetInCU: 0x3ED3, offset: 0x136A99, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b39C038startValueIsAlwaysLessOrEqualToThane7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x3420, symBinAddr: 0xFBC30, symSize: 0x5F8 } + - { offsetInCU: 0x44FD, offset: 0x1370C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b42C041startValueIsAlwaysGreaterThanOrEqualToe7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x3A18, symBinAddr: 0xFC228, symSize: 0x5F8 } + - { offsetInCU: 0x4B27, offset: 0x1376ED, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5', symObjAddr: 0x4010, symBinAddr: 0xFC820, symSize: 0x2C } + - { offsetInCU: 0x4B3F, offset: 0x137705, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5', symObjAddr: 0x403C, symBinAddr: 0xFC84C, symSize: 0x68 } + - { offsetInCU: 0x4B57, offset: 0x13771D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5', symObjAddr: 0x40A4, symBinAddr: 0xFC8B4, symSize: 0x2C } + - { offsetInCU: 0x4B6F, offset: 0x137735, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5', symObjAddr: 0x40D0, symBinAddr: 0xFC8E0, symSize: 0x54 } + - { offsetInCU: 0x4CD4, offset: 0x13789A, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4398, symBinAddr: 0xFCBA8, symSize: 0x108 } + - { offsetInCU: 0x4D9F, offset: 0x137965, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnFSS_Tg5', symObjAddr: 0x44A0, symBinAddr: 0xFCCB0, symSize: 0x1AC } + - { offsetInCU: 0x4E36, offset: 0x1379FC, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x464C, symBinAddr: 0xFCE5C, symSize: 0x130 } + - { offsetInCU: 0x4EEB, offset: 0x137AB1, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtFSS_Tg5', symObjAddr: 0x477C, symBinAddr: 0xFCF8C, symSize: 0x1B4 } + - { offsetInCU: 0x4FAB, offset: 0x137B71, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4930, symBinAddr: 0xFD140, symSize: 0x190 } + - { offsetInCU: 0x5004, offset: 0x137BCA, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyFSS_Tg5', symObjAddr: 0x4AC0, symBinAddr: 0xFD2D0, symSize: 0x1AC } + - { offsetInCU: 0x5073, offset: 0x137C39, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4C6C, symBinAddr: 0xFD47C, symSize: 0x25C } + - { offsetInCU: 0x5136, offset: 0x137CFC, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tFSS_Tg5', symObjAddr: 0x4EC8, symBinAddr: 0xFD6D8, symSize: 0x290 } + - { offsetInCU: 0x51F4, offset: 0x137DBA, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x5158, symBinAddr: 0xFD968, symSize: 0x300 } + - { offsetInCU: 0x52EC, offset: 0x137EB2, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tFSS_Tg5', symObjAddr: 0x5458, symBinAddr: 0xFDC68, symSize: 0x328 } + - { offsetInCU: 0x53FF, offset: 0x137FC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5', symObjAddr: 0x5780, symBinAddr: 0xFDF90, symSize: 0x28 } + - { offsetInCU: 0x5455, offset: 0x13801B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5', symObjAddr: 0x58A8, symBinAddr: 0xFE008, symSize: 0xA4 } + - { offsetInCU: 0x549A, offset: 0x138060, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x5990, symBinAddr: 0xFE0AC, symSize: 0x8 } + - { offsetInCU: 0x54AE, offset: 0x138074, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x5A74, symBinAddr: 0xFE110, symSize: 0x8 } + - { offsetInCU: 0x54C2, offset: 0x138088, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x5A9C, symBinAddr: 0xFE118, symSize: 0x48 } + - { offsetInCU: 0x54D6, offset: 0x13809C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x5BD8, symBinAddr: 0xFE160, symSize: 0x8 } + - { offsetInCU: 0x54EA, offset: 0x1380B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x5BE0, symBinAddr: 0xFE168, symSize: 0x8 } + - { offsetInCU: 0x54FE, offset: 0x1380C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x5CB4, symBinAddr: 0xFE1B4, symSize: 0x8 } + - { offsetInCU: 0x551D, offset: 0x1380E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_TG5TA', symObjAddr: 0x5CBC, symBinAddr: 0xFE1BC, symSize: 0x28 } + - { offsetInCU: 0x5551, offset: 0x138117, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE12TextDocumentCG_Tg5TA', symObjAddr: 0x5CE4, symBinAddr: 0xFE1E4, symSize: 0x4C } + - { offsetInCU: 0x557A, offset: 0x138140, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x5D30, symBinAddr: 0xFE230, symSize: 0x8 } + - { offsetInCU: 0x5599, offset: 0x13815F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E5ColorVG_Tg5TA', symObjAddr: 0x5D38, symBinAddr: 0xFE238, symSize: 0x64 } + - { offsetInCU: 0x55C2, offset: 0x138188, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x5DAC, symBinAddr: 0xFE2AC, symSize: 0x8 } + - { offsetInCU: 0x55EC, offset: 0x1381B2, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRAE0D8Vector1DV_TG5TA', symObjAddr: 0x5DB4, symBinAddr: 0xFE2B4, symSize: 0x28 } + - { offsetInCU: 0x5635, offset: 0x1381FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_TG5TA', symObjAddr: 0x5E18, symBinAddr: 0xFE318, symSize: 0x28 } + - { offsetInCU: 0x5686, offset: 0x13824C, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_Sd_Tg5TA', symObjAddr: 0x5E94, symBinAddr: 0xFE394, symSize: 0x18 } + - { offsetInCU: 0x5748, offset: 0x13830E, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_Sd_TG5TA', symObjAddr: 0x5EAC, symBinAddr: 0xFE3AC, symSize: 0x44 } + - { offsetInCU: 0x5830, offset: 0x1383F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5TA', symObjAddr: 0x5EF0, symBinAddr: 0xFE3F0, symSize: 0x8 } + - { offsetInCU: 0x584F, offset: 0x138415, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E8Vector3DVG_Tg5TA', symObjAddr: 0x5EF8, symBinAddr: 0xFE3F8, symSize: 0x2C } + - { offsetInCU: 0x5883, offset: 0x138449, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_TG5TA', symObjAddr: 0x5F24, symBinAddr: 0xFE424, symSize: 0x34 } + - { offsetInCU: 0x58B7, offset: 0x13847D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE10BezierPathVG_Tg5TA', symObjAddr: 0x5F58, symBinAddr: 0xFE458, symSize: 0x2C } + - { offsetInCU: 0x5CE6, offset: 0x1388AC, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3388, symBinAddr: 0xFBB98, symSize: 0x4C } + - { offsetInCU: 0x5D2E, offset: 0x1388F4, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3388, symBinAddr: 0xFBB98, symSize: 0x4C } + - { offsetInCU: 0x5D42, offset: 0x138908, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3388, symBinAddr: 0xFBB98, symSize: 0x4C } + - { offsetInCU: 0x5D9F, offset: 0x138965, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x33D4, symBinAddr: 0xFBBE4, symSize: 0x4C } + - { offsetInCU: 0x5DE7, offset: 0x1389AD, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x33D4, symBinAddr: 0xFBBE4, symSize: 0x4C } + - { offsetInCU: 0x5DFB, offset: 0x1389C1, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x33D4, symBinAddr: 0xFBBE4, symSize: 0x4C } + - { offsetInCU: 0x5EF4, offset: 0x138ABA, size: 0x8, addend: 0x0, symName: '_$sSTsE3mapySayqd__Gqd__7ElementQzKXEKlFs12Zip2SequenceVySaySdGAGG_SdTg574$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRSd_TG5S3ds0F0_pIgnnrzo_Tf1cn_n', symObjAddr: 0x4124, symBinAddr: 0xFC934, symSize: 0x274 } + - { offsetInCU: 0x4F, offset: 0x1390D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0xFE4E4, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x1390F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0xFE524, symSize: 0x170 } + - { offsetInCU: 0x1BF, offset: 0x139243, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfC', symObjAddr: 0x1F0, symBinAddr: 0xFE694, symSize: 0x20 } + - { offsetInCU: 0x1DD, offset: 0x139261, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfc', symObjAddr: 0x210, symBinAddr: 0xFE6B4, symSize: 0x11C } + - { offsetInCU: 0x2FA, offset: 0x13937E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfcTo', symObjAddr: 0x32C, symBinAddr: 0xFE7D0, symSize: 0x20 } + - { offsetInCU: 0x316, offset: 0x13939A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x34C, symBinAddr: 0xFE7F0, symSize: 0x44 } + - { offsetInCU: 0x334, offset: 0x1393B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x390, symBinAddr: 0xFE834, symSize: 0x160 } + - { offsetInCU: 0x461, offset: 0x1394E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x4F0, symBinAddr: 0xFE994, symSize: 0x30 } + - { offsetInCU: 0x49B, offset: 0x13951F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF', symObjAddr: 0x520, symBinAddr: 0xFE9C4, symSize: 0x148 } + - { offsetInCU: 0x570, offset: 0x1395F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtFTo', symObjAddr: 0x668, symBinAddr: 0xFEB0C, symSize: 0x80 } + - { offsetInCU: 0x5AA, offset: 0x13962E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF', symObjAddr: 0x6E8, symBinAddr: 0xFEB8C, symSize: 0x1F0 } + - { offsetInCU: 0x6C7, offset: 0x13974B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x8D8, symBinAddr: 0xFED7C, symSize: 0x78 } + - { offsetInCU: 0x70D, offset: 0x139791, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvg', symObjAddr: 0xA9C, symBinAddr: 0xFEF40, symSize: 0x58 } + - { offsetInCU: 0x72C, offset: 0x1397B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvs', symObjAddr: 0xAF4, symBinAddr: 0xFEF98, symSize: 0x5C } + - { offsetInCU: 0x755, offset: 0x1397D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM', symObjAddr: 0xB50, symBinAddr: 0xFEFF4, symSize: 0x44 } + - { offsetInCU: 0x784, offset: 0x139808, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM.resume.0', symObjAddr: 0xB94, symBinAddr: 0xFF038, symSize: 0x4 } + - { offsetInCU: 0x7CD, offset: 0x139851, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0xB98, symBinAddr: 0xFF03C, symSize: 0x70 } + - { offsetInCU: 0x893, offset: 0x139917, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0xC48, symBinAddr: 0xFF0AC, symSize: 0x44 } + - { offsetInCU: 0x907, offset: 0x13998B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0xCCC, symBinAddr: 0xFF0F0, symSize: 0x90 } + - { offsetInCU: 0x9C8, offset: 0x139A4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF', symObjAddr: 0xD5C, symBinAddr: 0xFF180, symSize: 0x198 } + - { offsetInCU: 0xB83, offset: 0x139C07, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfD', symObjAddr: 0xF24, symBinAddr: 0xFF348, symSize: 0x30 } + - { offsetInCU: 0xC3E, offset: 0x139CC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTK', symObjAddr: 0x950, symBinAddr: 0xFEDF4, symSize: 0x94 } + - { offsetInCU: 0xC6B, offset: 0x139CEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTk', symObjAddr: 0x9E4, symBinAddr: 0xFEE88, symSize: 0xB8 } + - { offsetInCU: 0xD6D, offset: 0x139DF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfE', symObjAddr: 0xEF4, symBinAddr: 0xFF318, symSize: 0x30 } + - { offsetInCU: 0xD9A, offset: 0x139E1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfETo', symObjAddr: 0xF54, symBinAddr: 0xFF378, symSize: 0x3C } + - { offsetInCU: 0xDC9, offset: 0x139E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCMa', symObjAddr: 0x1000, symBinAddr: 0xFF3B4, symSize: 0x20 } + - { offsetInCU: 0xDDD, offset: 0x139E61, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOy', symObjAddr: 0x1064, symBinAddr: 0xFF3D4, symSize: 0x10 } + - { offsetInCU: 0xDFC, offset: 0x139E80, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x1138, symBinAddr: 0xFF4A8, symSize: 0x20 } + - { offsetInCU: 0xE30, offset: 0x139EB4, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x1158, symBinAddr: 0xFF4C8, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x13A1F7, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0xFF4EC, symSize: 0xE0 } + - { offsetInCU: 0x55, offset: 0x13A225, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0xFF4EC, symSize: 0xE0 } + - { offsetInCU: 0x27, offset: 0x13A4F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0xFF5CC, symSize: 0x370 } + - { offsetInCU: 0x1E0, offset: 0x13A6AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0xFF5CC, symSize: 0x370 } + - { offsetInCU: 0x4E9, offset: 0x13A9B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x370, symBinAddr: 0xFF93C, symSize: 0x140 } + - { offsetInCU: 0x54B, offset: 0x13AA19, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x4B0, symBinAddr: 0xFFA7C, symSize: 0x4C } + - { offsetInCU: 0x591, offset: 0x13AA5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x4FC, symBinAddr: 0xFFAC8, symSize: 0x58 } + - { offsetInCU: 0x5D8, offset: 0x13AAA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x554, symBinAddr: 0xFFB20, symSize: 0x80 } + - { offsetInCU: 0x627, offset: 0x13AAF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x5D4, symBinAddr: 0xFFBA0, symSize: 0x84 } + - { offsetInCU: 0x6EB, offset: 0x13ABB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfD', symObjAddr: 0x684, symBinAddr: 0xFFC50, symSize: 0x34 } + - { offsetInCU: 0x762, offset: 0x13AC30, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfE', symObjAddr: 0x658, symBinAddr: 0xFFC24, symSize: 0x2C } + - { offsetInCU: 0x78F, offset: 0x13AC5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfETo', symObjAddr: 0x6B8, symBinAddr: 0xFFC84, symSize: 0x38 } + - { offsetInCU: 0x7BE, offset: 0x13AC8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCMa', symObjAddr: 0x6F0, symBinAddr: 0xFFCBC, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x13AEC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xFFCDC, symSize: 0x14 } + - { offsetInCU: 0x50, offset: 0x13AEEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xFFCDC, symSize: 0x14 } + - { offsetInCU: 0xEA, offset: 0x13AF86, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xFFCF0, symSize: 0x44 } + - { offsetInCU: 0x1CF, offset: 0x13B06B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xFFD34, symSize: 0x28 } + - { offsetInCU: 0x254, offset: 0x13B0F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0xC0, symBinAddr: 0xFFD9C, symSize: 0x38 } + - { offsetInCU: 0x286, offset: 0x13B122, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASQWb', symObjAddr: 0xF8, symBinAddr: 0xFFDD4, symSize: 0x4 } + - { offsetInCU: 0x29A, offset: 0x13B136, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVACSQAAWl', symObjAddr: 0xFC, symBinAddr: 0xFFDD8, symSize: 0x44 } + - { offsetInCU: 0x2AE, offset: 0x13B14A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwet', symObjAddr: 0x190, symBinAddr: 0xFFE1C, symSize: 0x48 } + - { offsetInCU: 0x2C2, offset: 0x13B15E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwst', symObjAddr: 0x1D8, symBinAddr: 0xFFE64, symSize: 0x3C } + - { offsetInCU: 0x2D6, offset: 0x13B172, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVMa', symObjAddr: 0x214, symBinAddr: 0xFFEA0, symSize: 0x10 } + - { offsetInCU: 0x353, offset: 0x13B1EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xFFD5C, symSize: 0x40 } + - { offsetInCU: 0x1CA, offset: 0x13B568, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV12progressTime3for12CoreGraphics7CGFloatVAH_tKF', symObjAddr: 0x18, symBinAddr: 0xFFEB0, symSize: 0x2FC } + - { offsetInCU: 0x3EC, offset: 0x13B78A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV19simpleTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x314, symBinAddr: 0x1001AC, symSize: 0x4 } + - { offsetInCU: 0x416, offset: 0x13B7B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20complexTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x318, symBinAddr: 0x1001B0, symSize: 0x4 } + - { offsetInCU: 0x440, offset: 0x13B7DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU_', symObjAddr: 0x35C, symBinAddr: 0x1001F4, symSize: 0x4 } + - { offsetInCU: 0x46A, offset: 0x13B808, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU0_', symObjAddr: 0x360, symBinAddr: 0x1001F8, symSize: 0x4 } + - { offsetInCU: 0x4A3, offset: 0x13B841, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x394, symBinAddr: 0x10022C, symSize: 0x8 } + - { offsetInCU: 0x4C3, offset: 0x13B861, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x394, symBinAddr: 0x10022C, symSize: 0x8 } + - { offsetInCU: 0x503, offset: 0x13B8A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCfD', symObjAddr: 0x364, symBinAddr: 0x1001FC, symSize: 0x10 } + - { offsetInCU: 0x533, offset: 0x13B8D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCMa', symObjAddr: 0x374, symBinAddr: 0x10020C, symSize: 0x20 } + - { offsetInCU: 0x547, offset: 0x13B8E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x478, symBinAddr: 0x100234, symSize: 0x8 } + - { offsetInCU: 0x55B, offset: 0x13B8F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x480, symBinAddr: 0x10023C, symSize: 0x8 } + - { offsetInCU: 0x56F, offset: 0x13B90D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwCP', symObjAddr: 0x510, symBinAddr: 0x100244, symSize: 0x30 } + - { offsetInCU: 0x583, offset: 0x13B921, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwxx', symObjAddr: 0x540, symBinAddr: 0x100274, symSize: 0x70 } + - { offsetInCU: 0x597, offset: 0x13B935, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwcp', symObjAddr: 0x5B0, symBinAddr: 0x1002E4, symSize: 0x104 } + - { offsetInCU: 0x5AB, offset: 0x13B949, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwca', symObjAddr: 0x6B4, symBinAddr: 0x1003E8, symSize: 0x198 } + - { offsetInCU: 0x5BF, offset: 0x13B95D, size: 0x8, addend: 0x0, symName: ___swift_memcpy153_8, symObjAddr: 0x84C, symBinAddr: 0x100580, symSize: 0x34 } + - { offsetInCU: 0x5D3, offset: 0x13B971, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwta', symObjAddr: 0x880, symBinAddr: 0x1005B4, symSize: 0x134 } + - { offsetInCU: 0x5E7, offset: 0x13B985, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwet', symObjAddr: 0x9B4, symBinAddr: 0x1006E8, symSize: 0x48 } + - { offsetInCU: 0x5FB, offset: 0x13B999, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwst', symObjAddr: 0x9FC, symBinAddr: 0x100730, symSize: 0x68 } + - { offsetInCU: 0x60F, offset: 0x13B9AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVMa', symObjAddr: 0xA64, symBinAddr: 0x100798, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x13BB7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x1007A8, symSize: 0x3C } + - { offsetInCU: 0x6D, offset: 0x13BBC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x1007A8, symSize: 0x3C } + - { offsetInCU: 0xBF, offset: 0x13BC13, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x5C, symBinAddr: 0x100804, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x13BC54, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x68, symBinAddr: 0x100810, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x13BC95, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x98, symBinAddr: 0x100840, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x13BCC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesC07roundedC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x6E4, symBinAddr: 0x100E28, symSize: 0x1CC } + - { offsetInCU: 0x3AA, offset: 0x13BEFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCMa', symObjAddr: 0x3C, symBinAddr: 0x1007E4, symSize: 0x20 } + - { offsetInCU: 0x72F, offset: 0x13C283, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xA4, symBinAddr: 0x10084C, symSize: 0x4A4 } + - { offsetInCU: 0xF23, offset: 0x13CA77, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCfD', symObjAddr: 0x548, symBinAddr: 0x100CF0, symSize: 0x3C } + - { offsetInCU: 0xF84, offset: 0x13CAD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x5A4, symBinAddr: 0x100D4C, symSize: 0x44 } + - { offsetInCU: 0xFD0, offset: 0x13CB24, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x5E8, symBinAddr: 0x100D90, symSize: 0x24 } + - { offsetInCU: 0x1011, offset: 0x13CB65, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x60C, symBinAddr: 0x100DB4, symSize: 0xC } + - { offsetInCU: 0x1043, offset: 0x13CB97, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x618, symBinAddr: 0x100DC0, symSize: 0x4 } + - { offsetInCU: 0x106E, offset: 0x13CBC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x61C, symBinAddr: 0x100DC4, symSize: 0x8 } + - { offsetInCU: 0x108E, offset: 0x13CBE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x61C, symBinAddr: 0x100DC4, symSize: 0x8 } + - { offsetInCU: 0x10AF, offset: 0x13CC03, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x624, symBinAddr: 0x100DCC, symSize: 0x8 } + - { offsetInCU: 0x10CF, offset: 0x13CC23, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x624, symBinAddr: 0x100DCC, symSize: 0x8 } + - { offsetInCU: 0x10F0, offset: 0x13CC44, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x62C, symBinAddr: 0x100DD4, symSize: 0x8 } + - { offsetInCU: 0x1110, offset: 0x13CC64, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x62C, symBinAddr: 0x100DD4, symSize: 0x8 } + - { offsetInCU: 0x1131, offset: 0x13CC85, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x634, symBinAddr: 0x100DDC, symSize: 0x8 } + - { offsetInCU: 0x1151, offset: 0x13CCA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x634, symBinAddr: 0x100DDC, symSize: 0x8 } + - { offsetInCU: 0x1172, offset: 0x13CCC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x63C, symBinAddr: 0x100DE4, symSize: 0x8 } + - { offsetInCU: 0x1192, offset: 0x13CCE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x63C, symBinAddr: 0x100DE4, symSize: 0x8 } + - { offsetInCU: 0x11B3, offset: 0x13CD07, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x644, symBinAddr: 0x100DEC, symSize: 0x8 } + - { offsetInCU: 0x11D3, offset: 0x13CD27, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x644, symBinAddr: 0x100DEC, symSize: 0x8 } + - { offsetInCU: 0x11F4, offset: 0x13CD48, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x64C, symBinAddr: 0x100DF4, symSize: 0xC } + - { offsetInCU: 0x1214, offset: 0x13CD68, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x64C, symBinAddr: 0x100DF4, symSize: 0xC } + - { offsetInCU: 0x1235, offset: 0x13CD89, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x658, symBinAddr: 0x100E00, symSize: 0x10 } + - { offsetInCU: 0x1255, offset: 0x13CDA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x658, symBinAddr: 0x100E00, symSize: 0x10 } + - { offsetInCU: 0x1285, offset: 0x13CDD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x668, symBinAddr: 0x100E10, symSize: 0x18 } + - { offsetInCU: 0x12BA, offset: 0x13CE0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC06parentD007roundedC013upstreamPathsAcA08AnimatorD0_pSg_AA0bC0CSayAA010PathOutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x8B0, symBinAddr: 0x100FF4, symSize: 0x118 } + - { offsetInCU: 0x1383, offset: 0x13CED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCMa', symObjAddr: 0x584, symBinAddr: 0x100D2C, symSize: 0x20 } + - { offsetInCU: 0x8A, offset: 0x13D491, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x1011CC, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x13D4C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0x1011E4, symSize: 0xC } + - { offsetInCU: 0xE4, offset: 0x13D4EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0x101298, symSize: 0x48 } + - { offsetInCU: 0x109, offset: 0x13D510, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0x1012E0, symSize: 0x5C8 } + - { offsetInCU: 0x171, offset: 0x13D578, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x79C, symBinAddr: 0x1018A8, symSize: 0xC10 } + - { offsetInCU: 0x5EB, offset: 0x13D9F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueSSvg', symObjAddr: 0x13AC, symBinAddr: 0x1024B8, symSize: 0x20 } + - { offsetInCU: 0x624, offset: 0x13DA2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x172C, symBinAddr: 0x102838, symSize: 0x20 } + - { offsetInCU: 0x652, offset: 0x13DA59, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x172C, symBinAddr: 0x102838, symSize: 0x20 } + - { offsetInCU: 0x68C, offset: 0x13DA93, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x17E4, symBinAddr: 0x1028F0, symSize: 0x44 } + - { offsetInCU: 0x6D2, offset: 0x13DAD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x1828, symBinAddr: 0x102934, symSize: 0x28 } + - { offsetInCU: 0x6EE, offset: 0x13DAF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1850, symBinAddr: 0x10295C, symSize: 0x8 } + - { offsetInCU: 0x724, offset: 0x13DB2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1858, symBinAddr: 0x102964, symSize: 0x3C } + - { offsetInCU: 0x789, offset: 0x13DB90, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1894, symBinAddr: 0x1029A0, symSize: 0xC } + - { offsetInCU: 0x7A5, offset: 0x13DBAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x18A0, symBinAddr: 0x1029AC, symSize: 0xC } + - { offsetInCU: 0x7C1, offset: 0x13DBC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2408, symBinAddr: 0x1031E4, symSize: 0x50 } + - { offsetInCU: 0x7EE, offset: 0x13DBF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC6encode2toys7Encoder_p_tKF', symObjAddr: 0x13CC, symBinAddr: 0x1024D8, symSize: 0x360 } + - { offsetInCU: 0x84A, offset: 0x13DC51, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfd', symObjAddr: 0x1940, symBinAddr: 0x102A4C, symSize: 0x54 } + - { offsetInCU: 0x895, offset: 0x13DC9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfD', symObjAddr: 0x1994, symBinAddr: 0x102AA0, symSize: 0x1C } + - { offsetInCU: 0x972, offset: 0x13DD79, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfE', symObjAddr: 0x18FC, symBinAddr: 0x102A08, symSize: 0x44 } + - { offsetInCU: 0x9CA, offset: 0x13DDD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCMa', symObjAddr: 0x19B0, symBinAddr: 0x102ABC, symSize: 0x20 } + - { offsetInCU: 0x9DE, offset: 0x13DDE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwet', symObjAddr: 0x19E0, symBinAddr: 0x102ADC, symSize: 0x90 } + - { offsetInCU: 0x9F2, offset: 0x13DDF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwst', symObjAddr: 0x1A70, symBinAddr: 0x102B6C, symSize: 0xBC } + - { offsetInCU: 0xA06, offset: 0x13DE0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwup', symObjAddr: 0x1B2C, symBinAddr: 0x102C28, symSize: 0x4 } + - { offsetInCU: 0xA1A, offset: 0x13DE21, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOMa', symObjAddr: 0x1B30, symBinAddr: 0x102C2C, symSize: 0x10 } + - { offsetInCU: 0xA2E, offset: 0x13DE35, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASQWb', symObjAddr: 0x1B40, symBinAddr: 0x102C3C, symSize: 0x4 } + - { offsetInCU: 0xA42, offset: 0x13DE49, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSQAAWl', symObjAddr: 0x1B44, symBinAddr: 0x102C40, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x13DE5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSYAAWl', symObjAddr: 0x1B88, symBinAddr: 0x102C84, symSize: 0x44 } + - { offsetInCU: 0xA6A, offset: 0x13DE71, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs0C3KeyAAWl', symObjAddr: 0x1C30, symBinAddr: 0x102CC8, symSize: 0x44 } + - { offsetInCU: 0xA7E, offset: 0x13DE85, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGSgxSgSEsSERzlWl', symObjAddr: 0x1D84, symBinAddr: 0x102D50, symSize: 0x78 } + - { offsetInCU: 0xA92, offset: 0x13DE99, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGSgMa', symObjAddr: 0x1DFC, symBinAddr: 0x102DC8, symSize: 0x64 } + - { offsetInCU: 0xAA6, offset: 0x13DEAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSEAAWl', symObjAddr: 0x1E60, symBinAddr: 0x102E2C, symSize: 0x44 } + - { offsetInCU: 0xABA, offset: 0x13DEC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSeAAWl', symObjAddr: 0x2078, symBinAddr: 0x102F58, symSize: 0x44 } + - { offsetInCU: 0xACE, offset: 0x13DED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwet', symObjAddr: 0x21C0, symBinAddr: 0x102F9C, symSize: 0x90 } + - { offsetInCU: 0xAE2, offset: 0x13DEE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwst', symObjAddr: 0x2250, symBinAddr: 0x10302C, symSize: 0xBC } + - { offsetInCU: 0xAF6, offset: 0x13DEFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwug', symObjAddr: 0x230C, symBinAddr: 0x1030E8, symSize: 0x8 } + - { offsetInCU: 0xB0A, offset: 0x13DF11, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwup', symObjAddr: 0x2314, symBinAddr: 0x1030F0, symSize: 0x4 } + - { offsetInCU: 0xB1E, offset: 0x13DF25, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwui', symObjAddr: 0x2318, symBinAddr: 0x1030F4, symSize: 0x8 } + - { offsetInCU: 0xB32, offset: 0x13DF39, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOMa', symObjAddr: 0x2320, symBinAddr: 0x1030FC, symSize: 0x10 } + - { offsetInCU: 0xB46, offset: 0x13DF4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASQWb', symObjAddr: 0x2330, symBinAddr: 0x10310C, symSize: 0x4 } + - { offsetInCU: 0xB5A, offset: 0x13DF61, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFSQAAWl', symObjAddr: 0x2334, symBinAddr: 0x103110, symSize: 0x44 } + - { offsetInCU: 0xB6E, offset: 0x13DF75, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2378, symBinAddr: 0x103154, symSize: 0x4 } + - { offsetInCU: 0xB82, offset: 0x13DF89, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x237C, symBinAddr: 0x103158, symSize: 0x44 } + - { offsetInCU: 0xB96, offset: 0x13DF9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x23C0, symBinAddr: 0x10319C, symSize: 0x4 } + - { offsetInCU: 0xBAA, offset: 0x13DFB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x23C4, symBinAddr: 0x1031A0, symSize: 0x44 } + - { offsetInCU: 0xBDE, offset: 0x13DFE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x10110C, symSize: 0x14 } + - { offsetInCU: 0xC6F, offset: 0x13E076, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x101120, symSize: 0x44 } + - { offsetInCU: 0xD1E, offset: 0x13E125, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x101164, symSize: 0x28 } + - { offsetInCU: 0xD71, offset: 0x13E178, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x10118C, symSize: 0x40 } + - { offsetInCU: 0xDF4, offset: 0x13E1FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0x1011F0, symSize: 0x5C } + - { offsetInCU: 0xE17, offset: 0x13E21E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0x10124C, symSize: 0x4C } + - { offsetInCU: 0xE7B, offset: 0x13E282, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x174C, symBinAddr: 0x102858, symSize: 0xC } + - { offsetInCU: 0xED3, offset: 0x13E2DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1758, symBinAddr: 0x102864, symSize: 0x44 } + - { offsetInCU: 0xF3B, offset: 0x13E342, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x179C, symBinAddr: 0x1028A8, symSize: 0x8 } + - { offsetInCU: 0xF4F, offset: 0x13E356, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x17A4, symBinAddr: 0x1028B0, symSize: 0x40 } + - { offsetInCU: 0xF8B, offset: 0x13E392, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x18AC, symBinAddr: 0x1029B8, symSize: 0x28 } + - { offsetInCU: 0xFA7, offset: 0x13E3AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x18D4, symBinAddr: 0x1029E0, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x13E59C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwet', symObjAddr: 0x20, symBinAddr: 0x10323C, symSize: 0x50 } + - { offsetInCU: 0x53, offset: 0x13E5B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwst', symObjAddr: 0x70, symBinAddr: 0x10328C, symSize: 0x8C } + - { offsetInCU: 0x67, offset: 0x13E5C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwug', symObjAddr: 0xFC, symBinAddr: 0x103318, symSize: 0x8 } + - { offsetInCU: 0x7B, offset: 0x13E5D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwup', symObjAddr: 0x104, symBinAddr: 0x103320, symSize: 0x4 } + - { offsetInCU: 0x8F, offset: 0x13E5EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwui', symObjAddr: 0x108, symBinAddr: 0x103324, symSize: 0x4 } + - { offsetInCU: 0xA3, offset: 0x13E600, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOMa', symObjAddr: 0x10C, symBinAddr: 0x103328, symSize: 0x10 } + - { offsetInCU: 0xD8, offset: 0x13E635, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x12C, symBinAddr: 0x103348, symSize: 0x64 } + - { offsetInCU: 0x11B, offset: 0x13E678, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValue03RawD0QzvgTW', symObjAddr: 0x190, symBinAddr: 0x1033AC, symSize: 0x24 } + - { offsetInCU: 0x15B, offset: 0x13E6B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x1B4, symBinAddr: 0x1033D0, symSize: 0x4 } + - { offsetInCU: 0x17B, offset: 0x13E6D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x1B4, symBinAddr: 0x1033D0, symSize: 0x4 } + - { offsetInCU: 0x1A6, offset: 0x13E703, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1B8, symBinAddr: 0x1033D4, symSize: 0x68 } + - { offsetInCU: 0x1F1, offset: 0x13E74E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x220, symBinAddr: 0x10343C, symSize: 0xC } + - { offsetInCU: 0x20D, offset: 0x13E76A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x22C, symBinAddr: 0x103448, symSize: 0xC } + - { offsetInCU: 0x229, offset: 0x13E786, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorO11stringValueSSvgTf4d_n', symObjAddr: 0x3A0, symBinAddr: 0x10357C, symSize: 0xC } + - { offsetInCU: 0x246, offset: 0x13E7A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASQWb', symObjAddr: 0x288, symBinAddr: 0x1034A4, symSize: 0x4 } + - { offsetInCU: 0x25A, offset: 0x13E7B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACSQAAWl', symObjAddr: 0x28C, symBinAddr: 0x1034A8, symSize: 0x44 } + - { offsetInCU: 0x26E, offset: 0x13E7CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2D0, symBinAddr: 0x1034EC, symSize: 0x4 } + - { offsetInCU: 0x282, offset: 0x13E7DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2D4, symBinAddr: 0x1034F0, symSize: 0x44 } + - { offsetInCU: 0x296, offset: 0x13E7F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x318, symBinAddr: 0x103534, symSize: 0x4 } + - { offsetInCU: 0x2AA, offset: 0x13E807, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs23CustomStringConvertibleAAWl', symObjAddr: 0x31C, symBinAddr: 0x103538, symSize: 0x44 } + - { offsetInCU: 0x2DE, offset: 0x13E83B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11C, symBinAddr: 0x103338, symSize: 0x4 } + - { offsetInCU: 0x2FE, offset: 0x13E85B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11C, symBinAddr: 0x103338, symSize: 0x4 } + - { offsetInCU: 0x31E, offset: 0x13E87B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x120, symBinAddr: 0x10333C, symSize: 0x4 } + - { offsetInCU: 0x33E, offset: 0x13E89B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x120, symBinAddr: 0x10333C, symSize: 0x4 } + - { offsetInCU: 0x35E, offset: 0x13E8BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0x103340, symSize: 0x4 } + - { offsetInCU: 0x37E, offset: 0x13E8DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0x103340, symSize: 0x4 } + - { offsetInCU: 0x39E, offset: 0x13E8FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x128, symBinAddr: 0x103344, symSize: 0x4 } + - { offsetInCU: 0x3BE, offset: 0x13E91B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x128, symBinAddr: 0x103344, symSize: 0x4 } + - { offsetInCU: 0x3D5, offset: 0x13E932, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x238, symBinAddr: 0x103454, symSize: 0x28 } + - { offsetInCU: 0x3F1, offset: 0x13E94E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x260, symBinAddr: 0x10347C, symSize: 0x28 } + - { offsetInCU: 0xBD, offset: 0x13EB43, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC16readUncompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x0, symBinAddr: 0x103588, symSize: 0x130 } + - { offsetInCU: 0x249, offset: 0x13ECCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x1CC, symBinAddr: 0x1036CC, symSize: 0x134 } + - { offsetInCU: 0x3AD, offset: 0x13EE33, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAEs0C0AAWl', symObjAddr: 0x44C, symBinAddr: 0x10394C, symSize: 0x44 } + - { offsetInCU: 0x3E3, offset: 0x13EE69, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKFASs5Int64V_SitKXEfU_TA', symObjAddr: 0x490, symBinAddr: 0x103990, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x13F0A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x1039FC, symSize: 0x970 } + - { offsetInCU: 0x4CC, offset: 0x13F543, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x1039FC, symSize: 0x970 } + - { offsetInCU: 0xC6E, offset: 0x13FCE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x970, symBinAddr: 0x10436C, symSize: 0x180 } + - { offsetInCU: 0xCD0, offset: 0x13FD47, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0xAF0, symBinAddr: 0x1044EC, symSize: 0x4C } + - { offsetInCU: 0xD16, offset: 0x13FD8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB3C, symBinAddr: 0x104538, symSize: 0x58 } + - { offsetInCU: 0xD5D, offset: 0x13FDD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0xB94, symBinAddr: 0x104590, symSize: 0xF8 } + - { offsetInCU: 0xE76, offset: 0x13FEED, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xC8C, symBinAddr: 0x104688, symSize: 0x178 } + - { offsetInCU: 0x105F, offset: 0x1400D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0xE04, symBinAddr: 0x104800, symSize: 0x148 } + - { offsetInCU: 0x1252, offset: 0x1402C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfD', symObjAddr: 0xF78, symBinAddr: 0x104974, symSize: 0x34 } + - { offsetInCU: 0x12FE, offset: 0x140375, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfE', symObjAddr: 0xF4C, symBinAddr: 0x104948, symSize: 0x2C } + - { offsetInCU: 0x132B, offset: 0x1403A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfETo', symObjAddr: 0xFAC, symBinAddr: 0x1049A8, symSize: 0x38 } + - { offsetInCU: 0x135A, offset: 0x1403D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCMa', symObjAddr: 0xFE4, symBinAddr: 0x1049E0, symSize: 0x20 } + - { offsetInCU: 0x94, offset: 0x14085A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x104A20, symSize: 0xAC } + - { offsetInCU: 0x123, offset: 0x1408E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMi', symObjAddr: 0x13C, symBinAddr: 0x104AE4, symSize: 0x8 } + - { offsetInCU: 0x137, offset: 0x1408FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMr', symObjAddr: 0x144, symBinAddr: 0x104AEC, symSize: 0x84 } + - { offsetInCU: 0x14B, offset: 0x140911, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwCP', symObjAddr: 0x1C8, symBinAddr: 0x104B70, symSize: 0x134 } + - { offsetInCU: 0x15F, offset: 0x140925, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwxx', symObjAddr: 0x2FC, symBinAddr: 0x104CA4, symSize: 0xB0 } + - { offsetInCU: 0x173, offset: 0x140939, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwcp', symObjAddr: 0x3AC, symBinAddr: 0x104D54, symSize: 0xF8 } + - { offsetInCU: 0x187, offset: 0x14094D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwca', symObjAddr: 0x4A4, symBinAddr: 0x104E4C, symSize: 0x1C4 } + - { offsetInCU: 0x19B, offset: 0x140961, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwtk', symObjAddr: 0x668, symBinAddr: 0x105010, symSize: 0xEC } + - { offsetInCU: 0x1AF, offset: 0x140975, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwta', symObjAddr: 0x754, symBinAddr: 0x1050FC, symSize: 0x1B8 } + - { offsetInCU: 0x1C3, offset: 0x140989, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwet', symObjAddr: 0x90C, symBinAddr: 0x1052B4, symSize: 0x110 } + - { offsetInCU: 0x1D7, offset: 0x14099D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwst', symObjAddr: 0xA1C, symBinAddr: 0x1053C4, symSize: 0x1A8 } + - { offsetInCU: 0x1EB, offset: 0x1409B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwug', symObjAddr: 0xBC4, symBinAddr: 0x10556C, symSize: 0x90 } + - { offsetInCU: 0x1FF, offset: 0x1409C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwup', symObjAddr: 0xC54, symBinAddr: 0x1055FC, symSize: 0x4 } + - { offsetInCU: 0x213, offset: 0x1409D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwui', symObjAddr: 0xC58, symBinAddr: 0x105600, symSize: 0xE0 } + - { offsetInCU: 0x227, offset: 0x1409ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMa', symObjAddr: 0xD38, symBinAddr: 0x1056E0, symSize: 0xC } + - { offsetInCU: 0x23B, offset: 0x140A01, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwCP', symObjAddr: 0xD44, symBinAddr: 0x1056EC, symSize: 0x30 } + - { offsetInCU: 0x24F, offset: 0x140A15, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwxx', symObjAddr: 0xD74, symBinAddr: 0x10571C, symSize: 0x64 } + - { offsetInCU: 0x263, offset: 0x140A29, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwcp', symObjAddr: 0xDF8, symBinAddr: 0x105780, symSize: 0x9C } + - { offsetInCU: 0x277, offset: 0x140A3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwca', symObjAddr: 0xE94, symBinAddr: 0x10581C, symSize: 0xF4 } + - { offsetInCU: 0x28B, offset: 0x140A51, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwta', symObjAddr: 0xF9C, symBinAddr: 0x105910, symSize: 0xD0 } + - { offsetInCU: 0x29F, offset: 0x140A65, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwet', symObjAddr: 0x106C, symBinAddr: 0x1059E0, symSize: 0x3C } + - { offsetInCU: 0x2B3, offset: 0x140A79, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwst', symObjAddr: 0x10A8, symBinAddr: 0x105A1C, symSize: 0x4C } + - { offsetInCU: 0x2C7, offset: 0x140A8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwug', symObjAddr: 0x10F4, symBinAddr: 0x105A68, symSize: 0x1C } + - { offsetInCU: 0x2DB, offset: 0x140AA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwup', symObjAddr: 0x1110, symBinAddr: 0x105A84, symSize: 0x4 } + - { offsetInCU: 0x2EF, offset: 0x140AB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwui', symObjAddr: 0x1114, symBinAddr: 0x105A88, symSize: 0x2C } + - { offsetInCU: 0x303, offset: 0x140AC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOMa', symObjAddr: 0x1140, symBinAddr: 0x105AB4, symSize: 0x10 } + - { offsetInCU: 0x317, offset: 0x140ADD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1150, symBinAddr: 0x105AC4, symSize: 0x44 } + - { offsetInCU: 0x382, offset: 0x140B48, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA04SizebC0C_Tg5', symObjAddr: 0x1194, symBinAddr: 0x105B08, symSize: 0xDC } + - { offsetInCU: 0x490, offset: 0x140C56, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg', symObjAddr: 0x18EC, symBinAddr: 0x106260, symSize: 0x2A0 } + - { offsetInCU: 0x559, offset: 0x140D1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_', symObjAddr: 0x1C10, symBinAddr: 0x106584, symSize: 0xB8 } + - { offsetInCU: 0x598, offset: 0x140D5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_', symObjAddr: 0x1D20, symBinAddr: 0x106654, symSize: 0x120 } + - { offsetInCU: 0x5CF, offset: 0x140D95, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_', symObjAddr: 0x1F10, symBinAddr: 0x106808, symSize: 0xA8 } + - { offsetInCU: 0x765, offset: 0x140F2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05ColorbC0C_Tg5', symObjAddr: 0x1270, symBinAddr: 0x105BE4, symSize: 0x3E8 } + - { offsetInCU: 0xB3A, offset: 0x141300, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05FloatbC0C_Tg5', symObjAddr: 0x1658, symBinAddr: 0x105FCC, symSize: 0xD8 } + - { offsetInCU: 0xC0A, offset: 0x1413D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05PointbC0C_Tg5', symObjAddr: 0x1730, symBinAddr: 0x1060A4, symSize: 0xD8 } + - { offsetInCU: 0xCD8, offset: 0x14149E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA08GradientbC0C_Tg5', symObjAddr: 0x1808, symBinAddr: 0x10617C, symSize: 0xE4 } + - { offsetInCU: 0xD5F, offset: 0x141525, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1B8C, symBinAddr: 0x106500, symSize: 0x20 } + - { offsetInCU: 0xD7B, offset: 0x141541, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1BAC, symBinAddr: 0x106520, symSize: 0x20 } + - { offsetInCU: 0xD97, offset: 0x14155D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1BCC, symBinAddr: 0x106540, symSize: 0x44 } + - { offsetInCU: 0xDB3, offset: 0x141579, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_TA', symObjAddr: 0x1CC8, symBinAddr: 0x10663C, symSize: 0x18 } + - { offsetInCU: 0xDC7, offset: 0x14158D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_TA', symObjAddr: 0x20B4, symBinAddr: 0x1069AC, symSize: 0xB4 } + - { offsetInCU: 0xE25, offset: 0x1415EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tFAA0A5ColorV_TB5', symObjAddr: 0x2168, symBinAddr: 0x106A60, symSize: 0x140 } + - { offsetInCU: 0xEEB, offset: 0x1416B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tF', symObjAddr: 0x22A8, symBinAddr: 0x106BA0, symSize: 0x1A8 } + - { offsetInCU: 0xF6F, offset: 0x141735, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2450, symBinAddr: 0x106D48, symSize: 0x44 } + - { offsetInCU: 0xF8B, offset: 0x141751, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2494, symBinAddr: 0x106D8C, symSize: 0x20 } + - { offsetInCU: 0xFA7, offset: 0x14176D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x24B4, symBinAddr: 0x106DAC, symSize: 0x20 } + - { offsetInCU: 0xFC3, offset: 0x141789, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x24D4, symBinAddr: 0x106DCC, symSize: 0x20 } + - { offsetInCU: 0xFDF, offset: 0x1417A5, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05PointdF0C_Tg5TA', symObjAddr: 0x2528, symBinAddr: 0x106E20, symSize: 0x8 } + - { offsetInCU: 0xFF3, offset: 0x1417B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x2534, symBinAddr: 0x106E2C, symSize: 0xC } + - { offsetInCU: 0x1007, offset: 0x1417CD, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0x2540, symBinAddr: 0x106E38, symSize: 0x8 } + - { offsetInCU: 0x101B, offset: 0x1417E1, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5TA', symObjAddr: 0x2548, symBinAddr: 0x106E40, symSize: 0x8 } + - { offsetInCU: 0x102F, offset: 0x1417F5, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOy', symObjAddr: 0x2550, symBinAddr: 0x106E48, symSize: 0x10 } + - { offsetInCU: 0x1043, offset: 0x141809, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x2564, symBinAddr: 0x106E5C, symSize: 0xC } + - { offsetInCU: 0x1057, offset: 0x14181D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5TA', symObjAddr: 0x2570, symBinAddr: 0x106E68, symSize: 0x8 } + - { offsetInCU: 0x106B, offset: 0x141831, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOe', symObjAddr: 0x25F0, symBinAddr: 0x106EAC, symSize: 0x24 } + - { offsetInCU: 0x107F, offset: 0x141845, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOb', symObjAddr: 0x2614, symBinAddr: 0x106ED0, symSize: 0x48 } + - { offsetInCU: 0x109E, offset: 0x141864, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_AA05ColorbC0C_TG5TA', symObjAddr: 0x265C, symBinAddr: 0x106F18, symSize: 0x4C } + - { offsetInCU: 0x10EF, offset: 0x1418B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOy', symObjAddr: 0x26A8, symBinAddr: 0x106F64, symSize: 0x24 } + - { offsetInCU: 0x1103, offset: 0x1418C9, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5TA', symObjAddr: 0x26CC, symBinAddr: 0x106F88, symSize: 0x8 } + - { offsetInCU: 0x1117, offset: 0x1418DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x26D4, symBinAddr: 0x106F90, symSize: 0x8 } + - { offsetInCU: 0x112B, offset: 0x1418F1, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5TA', symObjAddr: 0x2760, symBinAddr: 0x10701C, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x141D62, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x107044, symSize: 0xF24 } + - { offsetInCU: 0x261, offset: 0x141F98, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x107044, symSize: 0xF24 } + - { offsetInCU: 0xBE3, offset: 0x14291A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_', symObjAddr: 0x13E4, symBinAddr: 0x108428, symSize: 0xB8 } + - { offsetInCU: 0xC7F, offset: 0x1429B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0xF24, symBinAddr: 0x107F68, symSize: 0x8 } + - { offsetInCU: 0xC9B, offset: 0x1429D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xF2C, symBinAddr: 0x107F70, symSize: 0x388 } + - { offsetInCU: 0xDEC, offset: 0x142B23, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x1394, symBinAddr: 0x1083D8, symSize: 0x50 } + - { offsetInCU: 0xE08, offset: 0x142B3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfc', symObjAddr: 0x149C, symBinAddr: 0x1084E0, symSize: 0x15C } + - { offsetInCU: 0xE37, offset: 0x142B6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfcTo', symObjAddr: 0x15F8, symBinAddr: 0x10863C, symSize: 0x20 } + - { offsetInCU: 0xE53, offset: 0x142B8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfc', symObjAddr: 0x1618, symBinAddr: 0x10865C, symSize: 0x1AC } + - { offsetInCU: 0xE90, offset: 0x142BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x17C4, symBinAddr: 0x108808, symSize: 0x4C } + - { offsetInCU: 0xEAC, offset: 0x142BE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1810, symBinAddr: 0x108854, symSize: 0x17C } + - { offsetInCU: 0xEE9, offset: 0x142C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x198C, symBinAddr: 0x1089D0, symSize: 0x30 } + - { offsetInCU: 0xF05, offset: 0x142C3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfD', symObjAddr: 0x19BC, symBinAddr: 0x108A00, symSize: 0x34 } + - { offsetInCU: 0xF7B, offset: 0x142CB2, size: 0x8, addend: 0x0, symName: '_$sSo12CGContextRefa6LottieE21adjustWithLineOrigins33_ADD2B19552B13F52C52B0803615BD067LL2in4withySo07CTFrameB0a_So06CTFontB0aSgtF', symObjAddr: 0x12B4, symBinAddr: 0x1082F8, symSize: 0xE0 } + - { offsetInCU: 0x10C4, offset: 0x142DFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfETo', symObjAddr: 0x19F0, symBinAddr: 0x108A34, symSize: 0x8C } + - { offsetInCU: 0x10F3, offset: 0x142E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCMa', symObjAddr: 0x1A7C, symBinAddr: 0x108AC0, symSize: 0x20 } + - { offsetInCU: 0x1107, offset: 0x142E3E, size: 0x8, addend: 0x0, symName: '_$sSo23NSMutableParagraphStyleCMa', symObjAddr: 0x1ADC, symBinAddr: 0x108AE0, symSize: 0x3C } + - { offsetInCU: 0x11B5, offset: 0x142EEC, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaABSHSCWl', symObjAddr: 0x1CDC, symBinAddr: 0x108CE0, symSize: 0x48 } + - { offsetInCU: 0x11C9, offset: 0x142F00, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_TA', symObjAddr: 0x1D94, symBinAddr: 0x108D28, symSize: 0x8 } + - { offsetInCU: 0x11DD, offset: 0x142F14, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x1D9C, symBinAddr: 0x108D30, symSize: 0x8 } + - { offsetInCU: 0x12F4, offset: 0x14302B, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSo018NSAttributedStringD0a_ypTg5', symObjAddr: 0x1B18, symBinAddr: 0x108B1C, symSize: 0xD8 } + - { offsetInCU: 0x13A7, offset: 0x1430DE, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x1BF0, symBinAddr: 0x108BF4, symSize: 0xEC } + - { offsetInCU: 0x4F, offset: 0x143587, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x108D38, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1435AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x108D80, symSize: 0x2B4 } + - { offsetInCU: 0xDC, offset: 0x143614, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2FC, symBinAddr: 0x109034, symSize: 0x44C } + - { offsetInCU: 0x285, offset: 0x1437BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO8rawValueSSvg', symObjAddr: 0x748, symBinAddr: 0x109480, symSize: 0x20 } + - { offsetInCU: 0x2BE, offset: 0x1437F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x92C, symBinAddr: 0x109664, symSize: 0x20 } + - { offsetInCU: 0x2EC, offset: 0x143824, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x92C, symBinAddr: 0x109664, symSize: 0x20 } + - { offsetInCU: 0x340, offset: 0x143878, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x970, symBinAddr: 0x1096A8, symSize: 0x64 } + - { offsetInCU: 0x3A6, offset: 0x1438DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x9D4, symBinAddr: 0x10970C, symSize: 0x28 } + - { offsetInCU: 0x3C2, offset: 0x1438FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x9FC, symBinAddr: 0x109734, symSize: 0x8 } + - { offsetInCU: 0x3F8, offset: 0x143930, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA04, symBinAddr: 0x10973C, symSize: 0x68 } + - { offsetInCU: 0x47D, offset: 0x1439B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA6C, symBinAddr: 0x1097A4, symSize: 0xC } + - { offsetInCU: 0x499, offset: 0x1439D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xA78, symBinAddr: 0x1097B0, symSize: 0xC } + - { offsetInCU: 0x4B7, offset: 0x1439EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x768, symBinAddr: 0x1094A0, symSize: 0x1C4 } + - { offsetInCU: 0x513, offset: 0x143A4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfd', symObjAddr: 0xAF0, symBinAddr: 0x109828, symSize: 0x4C } + - { offsetInCU: 0x556, offset: 0x143A8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfD', symObjAddr: 0xB3C, symBinAddr: 0x109874, symSize: 0x1C } + - { offsetInCU: 0x61D, offset: 0x143B55, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfE', symObjAddr: 0xAD4, symBinAddr: 0x10980C, symSize: 0x1C } + - { offsetInCU: 0x675, offset: 0x143BAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCMa', symObjAddr: 0xB58, symBinAddr: 0x109890, symSize: 0x20 } + - { offsetInCU: 0x689, offset: 0x143BC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs0F3KeyAAWl', symObjAddr: 0xBDC, symBinAddr: 0x1098B0, symSize: 0x44 } + - { offsetInCU: 0x69D, offset: 0x143BD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwet', symObjAddr: 0xF0C, symBinAddr: 0x10997C, symSize: 0x90 } + - { offsetInCU: 0x6B1, offset: 0x143BE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwst', symObjAddr: 0xF9C, symBinAddr: 0x109A0C, symSize: 0xBC } + - { offsetInCU: 0x6C5, offset: 0x143BFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwug', symObjAddr: 0x1058, symBinAddr: 0x109AC8, symSize: 0x8 } + - { offsetInCU: 0x6D9, offset: 0x143C11, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwup', symObjAddr: 0x1060, symBinAddr: 0x109AD0, symSize: 0x4 } + - { offsetInCU: 0x6ED, offset: 0x143C25, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwui', symObjAddr: 0x1064, symBinAddr: 0x109AD4, symSize: 0x8 } + - { offsetInCU: 0x701, offset: 0x143C39, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOMa', symObjAddr: 0x106C, symBinAddr: 0x109ADC, symSize: 0x10 } + - { offsetInCU: 0x715, offset: 0x143C4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASQWb', symObjAddr: 0x107C, symBinAddr: 0x109AEC, symSize: 0x4 } + - { offsetInCU: 0x729, offset: 0x143C61, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFSQAAWl', symObjAddr: 0x1080, symBinAddr: 0x109AF0, symSize: 0x44 } + - { offsetInCU: 0x73D, offset: 0x143C75, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x10C4, symBinAddr: 0x109B34, symSize: 0x4 } + - { offsetInCU: 0x751, offset: 0x143C89, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x10C8, symBinAddr: 0x109B38, symSize: 0x44 } + - { offsetInCU: 0x765, offset: 0x143C9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x110C, symBinAddr: 0x109B7C, symSize: 0x4 } + - { offsetInCU: 0x779, offset: 0x143CB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1110, symBinAddr: 0x109B80, symSize: 0x44 } + - { offsetInCU: 0x7D9, offset: 0x143D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x94C, symBinAddr: 0x109684, symSize: 0xC } + - { offsetInCU: 0x7F5, offset: 0x143D2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x958, symBinAddr: 0x109690, symSize: 0x8 } + - { offsetInCU: 0x811, offset: 0x143D49, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x960, symBinAddr: 0x109698, symSize: 0x8 } + - { offsetInCU: 0x82D, offset: 0x143D65, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x968, symBinAddr: 0x1096A0, symSize: 0x8 } + - { offsetInCU: 0x84F, offset: 0x143D87, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA84, symBinAddr: 0x1097BC, symSize: 0x28 } + - { offsetInCU: 0x86B, offset: 0x143DA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xAAC, symBinAddr: 0x1097E4, symSize: 0x28 } + - { offsetInCU: 0x4B, offset: 0x143F93, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0x109BC4, symSize: 0x18 } + - { offsetInCU: 0xAE, offset: 0x143FF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x40, symBinAddr: 0x109C04, symSize: 0x64 } + - { offsetInCU: 0x114, offset: 0x14405C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xA4, symBinAddr: 0x109C68, symSize: 0x28 } + - { offsetInCU: 0x13D, offset: 0x144085, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x174, symBinAddr: 0x109D38, symSize: 0x344 } + - { offsetInCU: 0x1C3, offset: 0x14410B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4B8, symBinAddr: 0x10A07C, symSize: 0x510 } + - { offsetInCU: 0x40E, offset: 0x144356, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO8rawValueSSvg', symObjAddr: 0x9C8, symBinAddr: 0x10A58C, symSize: 0x20 } + - { offsetInCU: 0x447, offset: 0x14438F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0x9E8, symBinAddr: 0x10A5AC, symSize: 0x20 } + - { offsetInCU: 0x475, offset: 0x1443BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0x9E8, symBinAddr: 0x10A5AC, symSize: 0x20 } + - { offsetInCU: 0x4C9, offset: 0x144411, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xA2C, symBinAddr: 0x10A5F0, symSize: 0x64 } + - { offsetInCU: 0x52F, offset: 0x144477, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xA90, symBinAddr: 0x10A654, symSize: 0x28 } + - { offsetInCU: 0x54B, offset: 0x144493, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xAB8, symBinAddr: 0x10A67C, symSize: 0x8 } + - { offsetInCU: 0x581, offset: 0x1444C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAC0, symBinAddr: 0x10A684, symSize: 0x68 } + - { offsetInCU: 0x606, offset: 0x14454E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xB28, symBinAddr: 0x10A6EC, symSize: 0xC } + - { offsetInCU: 0x622, offset: 0x14456A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xB34, symBinAddr: 0x10A6F8, symSize: 0xC } + - { offsetInCU: 0x65D, offset: 0x1445A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCfD', symObjAddr: 0xB90, symBinAddr: 0x10A754, symSize: 0x34 } + - { offsetInCU: 0x6A0, offset: 0x1445E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC6encode2toys7Encoder_p_tKF', symObjAddr: 0xD9C, symBinAddr: 0x10A950, symSize: 0x230 } + - { offsetInCU: 0x6F7, offset: 0x14463F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFCC, symBinAddr: 0x10AB80, symSize: 0x54 } + - { offsetInCU: 0x72F, offset: 0x144677, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1020, symBinAddr: 0x10ABD4, symSize: 0x20 } + - { offsetInCU: 0x7EA, offset: 0x144732, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCMa', symObjAddr: 0xBC4, symBinAddr: 0x10A788, symSize: 0x20 } + - { offsetInCU: 0x7FE, offset: 0x144746, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwet', symObjAddr: 0xBF4, symBinAddr: 0x10A7A8, symSize: 0x90 } + - { offsetInCU: 0x812, offset: 0x14475A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwst', symObjAddr: 0xC84, symBinAddr: 0x10A838, symSize: 0xBC } + - { offsetInCU: 0x826, offset: 0x14476E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwup', symObjAddr: 0xD40, symBinAddr: 0x10A8F4, symSize: 0x4 } + - { offsetInCU: 0x83A, offset: 0x144782, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOMa', symObjAddr: 0xD44, symBinAddr: 0x10A8F8, symSize: 0x10 } + - { offsetInCU: 0x84E, offset: 0x144796, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASQWb', symObjAddr: 0xD54, symBinAddr: 0x10A908, symSize: 0x4 } + - { offsetInCU: 0x862, offset: 0x1447AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSQAAWl', symObjAddr: 0xD58, symBinAddr: 0x10A90C, symSize: 0x44 } + - { offsetInCU: 0x876, offset: 0x1447BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x10A4, symBinAddr: 0x10ABF4, symSize: 0x44 } + - { offsetInCU: 0x88A, offset: 0x1447D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSeAAWl', symObjAddr: 0x1108, symBinAddr: 0x10AC38, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x1447E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSeAAWl', symObjAddr: 0x11D4, symBinAddr: 0x10ACC0, symSize: 0x44 } + - { offsetInCU: 0x8B2, offset: 0x1447FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSEAAWl', symObjAddr: 0x1218, symBinAddr: 0x10AD04, symSize: 0x44 } + - { offsetInCU: 0x8C6, offset: 0x14480E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSEAAWl', symObjAddr: 0x1388, symBinAddr: 0x10AE30, symSize: 0x44 } + - { offsetInCU: 0x8DA, offset: 0x144822, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSYAAWl', symObjAddr: 0x13CC, symBinAddr: 0x10AE74, symSize: 0x44 } + - { offsetInCU: 0x8EE, offset: 0x144836, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwet', symObjAddr: 0x14D0, symBinAddr: 0x10AEB8, symSize: 0x90 } + - { offsetInCU: 0x902, offset: 0x14484A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwst', symObjAddr: 0x1560, symBinAddr: 0x10AF48, symSize: 0xBC } + - { offsetInCU: 0x916, offset: 0x14485E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwug', symObjAddr: 0x161C, symBinAddr: 0x10B004, symSize: 0x8 } + - { offsetInCU: 0x92A, offset: 0x144872, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwup', symObjAddr: 0x1624, symBinAddr: 0x10B00C, symSize: 0x4 } + - { offsetInCU: 0x93E, offset: 0x144886, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwui', symObjAddr: 0x1628, symBinAddr: 0x10B010, symSize: 0x8 } + - { offsetInCU: 0x952, offset: 0x14489A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOMa', symObjAddr: 0x1630, symBinAddr: 0x10B018, symSize: 0x10 } + - { offsetInCU: 0x966, offset: 0x1448AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASQWb', symObjAddr: 0x1640, symBinAddr: 0x10B028, symSize: 0x4 } + - { offsetInCU: 0x97A, offset: 0x1448C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAESQAAWl', symObjAddr: 0x1644, symBinAddr: 0x10B02C, symSize: 0x44 } + - { offsetInCU: 0x98E, offset: 0x1448D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1688, symBinAddr: 0x10B070, symSize: 0x4 } + - { offsetInCU: 0x9A2, offset: 0x1448EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x168C, symBinAddr: 0x10B074, symSize: 0x44 } + - { offsetInCU: 0x9B6, offset: 0x1448FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16D0, symBinAddr: 0x10B0B8, symSize: 0x4 } + - { offsetInCU: 0x9CA, offset: 0x144912, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x16D4, symBinAddr: 0x10B0BC, symSize: 0x44 } + - { offsetInCU: 0x9EF, offset: 0x144937, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x109BDC, symSize: 0xC } + - { offsetInCU: 0xA29, offset: 0x144971, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0x109BE8, symSize: 0xC } + - { offsetInCU: 0xA49, offset: 0x144991, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0x109BE8, symSize: 0xC } + - { offsetInCU: 0xA5D, offset: 0x1449A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0x109BE8, symSize: 0xC } + - { offsetInCU: 0xA6F, offset: 0x1449B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x30, symBinAddr: 0x109BF4, symSize: 0x8 } + - { offsetInCU: 0xA8B, offset: 0x1449D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x38, symBinAddr: 0x109BFC, symSize: 0x8 } + - { offsetInCU: 0xAA5, offset: 0x1449ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCC, symBinAddr: 0x109C90, symSize: 0x5C } + - { offsetInCU: 0xAC8, offset: 0x144A10, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x128, symBinAddr: 0x109CEC, symSize: 0x4C } + - { offsetInCU: 0xB32, offset: 0x144A7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA08, symBinAddr: 0x10A5CC, symSize: 0xC } + - { offsetInCU: 0xB4E, offset: 0x144A96, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xA14, symBinAddr: 0x10A5D8, symSize: 0x8 } + - { offsetInCU: 0xB6A, offset: 0x144AB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA1C, symBinAddr: 0x10A5E0, symSize: 0x8 } + - { offsetInCU: 0xB86, offset: 0x144ACE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA24, symBinAddr: 0x10A5E8, symSize: 0x8 } + - { offsetInCU: 0xBA8, offset: 0x144AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xB40, symBinAddr: 0x10A704, symSize: 0x28 } + - { offsetInCU: 0xBC4, offset: 0x144B0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xB68, symBinAddr: 0x10A72C, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x144CC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x10B108, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x144CDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x10B108, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x144CEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwet', symObjAddr: 0x50, symBinAddr: 0x10B138, symSize: 0x20 } + - { offsetInCU: 0x6B, offset: 0x144D02, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwst', symObjAddr: 0x70, symBinAddr: 0x10B158, symSize: 0x38 } + - { offsetInCU: 0x7F, offset: 0x144D16, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVMa', symObjAddr: 0xA8, symBinAddr: 0x10B190, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x144E66, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x10B1A0, symSize: 0xA4 } + - { offsetInCU: 0x81, offset: 0x144EC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x10B1A0, symSize: 0xA4 } + - { offsetInCU: 0x5E, offset: 0x145120, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x10B244, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x145154, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x50, symBinAddr: 0x10B294, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x145168, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfC', symObjAddr: 0x80, symBinAddr: 0x10B2C4, symSize: 0x20 } + - { offsetInCU: 0xC4, offset: 0x145186, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfc', symObjAddr: 0xA0, symBinAddr: 0x10B2E4, symSize: 0x174 } + - { offsetInCU: 0x142, offset: 0x145204, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfcTo', symObjAddr: 0x214, symBinAddr: 0x10B458, symSize: 0x20 } + - { offsetInCU: 0x15E, offset: 0x145220, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x234, symBinAddr: 0x10B478, symSize: 0x44 } + - { offsetInCU: 0x17C, offset: 0x14523E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x278, symBinAddr: 0x10B4BC, symSize: 0x184 } + - { offsetInCU: 0x20A, offset: 0x1452CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x3FC, symBinAddr: 0x10B640, symSize: 0x30 } + - { offsetInCU: 0x262, offset: 0x145324, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC15animationDidSetyyF', symObjAddr: 0x42C, symBinAddr: 0x10B670, symSize: 0x64 } + - { offsetInCU: 0x32C, offset: 0x1453EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x518, symBinAddr: 0x10B6D4, symSize: 0xD8 } + - { offsetInCU: 0x39F, offset: 0x145461, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ', symObjAddr: 0x5F0, symBinAddr: 0x10B7AC, symSize: 0x18 } + - { offsetInCU: 0x3D2, offset: 0x145494, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x608, symBinAddr: 0x10B7C4, symSize: 0x28 } + - { offsetInCU: 0x468, offset: 0x14552A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg', symObjAddr: 0x630, symBinAddr: 0x10B7EC, symSize: 0x44 } + - { offsetInCU: 0x562, offset: 0x145624, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x674, symBinAddr: 0x10B830, symSize: 0x18 } + - { offsetInCU: 0x582, offset: 0x145644, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x674, symBinAddr: 0x10B830, symSize: 0x18 } + - { offsetInCU: 0x5C2, offset: 0x145684, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x68C, symBinAddr: 0x10B848, symSize: 0x44 } + - { offsetInCU: 0x6A5, offset: 0x145767, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6D0, symBinAddr: 0x10B88C, symSize: 0x28 } + - { offsetInCU: 0x718, offset: 0x1457DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg', symObjAddr: 0x738, symBinAddr: 0x10B8F4, symSize: 0x4C } + - { offsetInCU: 0x737, offset: 0x1457F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs', symObjAddr: 0x784, symBinAddr: 0x10B940, symSize: 0x50 } + - { offsetInCU: 0x772, offset: 0x145834, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM', symObjAddr: 0x7D4, symBinAddr: 0x10B990, symSize: 0x44 } + - { offsetInCU: 0x7A1, offset: 0x145863, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg', symObjAddr: 0x818, symBinAddr: 0x10B9D4, symSize: 0x44 } + - { offsetInCU: 0x7C0, offset: 0x145882, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs', symObjAddr: 0x85C, symBinAddr: 0x10BA18, symSize: 0x48 } + - { offsetInCU: 0x7FB, offset: 0x1458BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM', symObjAddr: 0x8A4, symBinAddr: 0x10BA60, symSize: 0x44 } + - { offsetInCU: 0x848, offset: 0x14590A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0x8E8, symBinAddr: 0x10BAA4, symSize: 0x70 } + - { offsetInCU: 0x90E, offset: 0x1459D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0x998, symBinAddr: 0x10BB14, symSize: 0x44 } + - { offsetInCU: 0x9AC, offset: 0x145A6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg', symObjAddr: 0xB68, symBinAddr: 0x10BCA4, symSize: 0x58 } + - { offsetInCU: 0x9CB, offset: 0x145A8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs', symObjAddr: 0xBC0, symBinAddr: 0x10BCFC, symSize: 0x5C } + - { offsetInCU: 0x9F4, offset: 0x145AB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM', symObjAddr: 0xC1C, symBinAddr: 0x10BD58, symSize: 0x44 } + - { offsetInCU: 0xA23, offset: 0x145AE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM.resume.0', symObjAddr: 0xC60, symBinAddr: 0x10BD9C, symSize: 0x4 } + - { offsetInCU: 0xA4E, offset: 0x145B10, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvs', symObjAddr: 0xC64, symBinAddr: 0x10BDA0, symSize: 0x28 } + - { offsetInCU: 0xA8F, offset: 0x145B51, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0xC8C, symBinAddr: 0x10BDC8, symSize: 0x10 } + - { offsetInCU: 0xAAF, offset: 0x145B71, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0xC8C, symBinAddr: 0x10BDC8, symSize: 0x10 } + - { offsetInCU: 0xAE8, offset: 0x145BAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM', symObjAddr: 0xC9C, symBinAddr: 0x10BDD8, symSize: 0x24 } + - { offsetInCU: 0xB6E, offset: 0x145C30, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM.resume.0', symObjAddr: 0xCC0, symBinAddr: 0x10BDFC, symSize: 0x38 } + - { offsetInCU: 0xBD7, offset: 0x145C99, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF', symObjAddr: 0xCF8, symBinAddr: 0x10BE34, symSize: 0x28 } + - { offsetInCU: 0xC4E, offset: 0x145D10, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF', symObjAddr: 0xD20, symBinAddr: 0x10BE5C, symSize: 0x54 } + - { offsetInCU: 0xD4B, offset: 0x145E0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btF', symObjAddr: 0xD74, symBinAddr: 0x10BEB0, symSize: 0x30C } + - { offsetInCU: 0x1002, offset: 0x1460C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_', symObjAddr: 0x1080, symBinAddr: 0x10C1BC, symSize: 0xD4 } + - { offsetInCU: 0x10B9, offset: 0x14617B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC24updateAccessibilityLabel33_69DC16219B29E88431F21A6FFAC9EAE9LLyyF', symObjAddr: 0x1154, symBinAddr: 0x10C290, symSize: 0xFC } + - { offsetInCU: 0x1125, offset: 0x1461E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfD', symObjAddr: 0x1280, symBinAddr: 0x10C3BC, symSize: 0x30 } + - { offsetInCU: 0x1152, offset: 0x146214, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x1310, symBinAddr: 0x10C44C, symSize: 0x19C } + - { offsetInCU: 0x128E, offset: 0x146350, size: 0x8, addend: 0x0, symName: '_$s6Lottie15HapticGeneratorCfD', symObjAddr: 0x12EC, symBinAddr: 0x10C428, symSize: 0x24 } + - { offsetInCU: 0x1306, offset: 0x1463C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTK', symObjAddr: 0xA1C, symBinAddr: 0x10BB58, symSize: 0x94 } + - { offsetInCU: 0x1333, offset: 0x1463F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTk', symObjAddr: 0xAB0, symBinAddr: 0x10BBEC, symSize: 0xB8 } + - { offsetInCU: 0x14B7, offset: 0x146579, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfE', symObjAddr: 0x1250, symBinAddr: 0x10C38C, symSize: 0x30 } + - { offsetInCU: 0x14E4, offset: 0x1465A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfETo', symObjAddr: 0x12B0, symBinAddr: 0x10C3EC, symSize: 0x3C } + - { offsetInCU: 0x1513, offset: 0x1465D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15HapticGeneratorCMa', symObjAddr: 0x14AC, symBinAddr: 0x10C5E8, symSize: 0x20 } + - { offsetInCU: 0x1527, offset: 0x1465E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImpactGenerator_pWOb', symObjAddr: 0x14CC, symBinAddr: 0x10C608, symSize: 0x18 } + - { offsetInCU: 0x153B, offset: 0x1465FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCMa', symObjAddr: 0x14E4, symBinAddr: 0x10C620, symSize: 0x20 } + - { offsetInCU: 0x154F, offset: 0x146611, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASQWb', symObjAddr: 0x1524, symBinAddr: 0x10C640, symSize: 0x4 } + - { offsetInCU: 0x1563, offset: 0x146625, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOAESQAAWl', symObjAddr: 0x1528, symBinAddr: 0x10C644, symSize: 0x44 } + - { offsetInCU: 0x1577, offset: 0x146639, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwet', symObjAddr: 0x1844, symBinAddr: 0x10C950, symSize: 0x90 } + - { offsetInCU: 0x158B, offset: 0x14664D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwst', symObjAddr: 0x18D4, symBinAddr: 0x10C9E0, symSize: 0xBC } + - { offsetInCU: 0x159F, offset: 0x146661, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwug', symObjAddr: 0x1990, symBinAddr: 0x10CA9C, symSize: 0x8 } + - { offsetInCU: 0x15B3, offset: 0x146675, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwup', symObjAddr: 0x1998, symBinAddr: 0x10CAA4, symSize: 0x4 } + - { offsetInCU: 0x15C7, offset: 0x146689, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwui', symObjAddr: 0x199C, symBinAddr: 0x10CAA8, symSize: 0xC } + - { offsetInCU: 0x15DB, offset: 0x14669D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOMa', symObjAddr: 0x19A8, symBinAddr: 0x10CAB4, symSize: 0x10 } + - { offsetInCU: 0x15FA, offset: 0x1466BC, size: 0x8, addend: 0x0, symName: '_$sSbytIegnr_SbIegy_TRTA', symObjAddr: 0x1A04, symBinAddr: 0x10CAE8, symSize: 0x30 } + - { offsetInCU: 0x162E, offset: 0x1466F0, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SbytIegnr_TRTA', symObjAddr: 0x1A34, symBinAddr: 0x10CB18, symSize: 0x24 } + - { offsetInCU: 0x1657, offset: 0x146719, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_TA', symObjAddr: 0x1AA0, symBinAddr: 0x10CB84, symSize: 0xC } + - { offsetInCU: 0x16DD, offset: 0x14679F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6F8, symBinAddr: 0x10B8B4, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x146AEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x10CB9C, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x146B12, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x10CB9C, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x146B37, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x10CBE4, symSize: 0x218 } + - { offsetInCU: 0xDC, offset: 0x146B9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x260, symBinAddr: 0x10CDFC, symSize: 0x330 } + - { offsetInCU: 0x217, offset: 0x146CDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x590, symBinAddr: 0x10D12C, symSize: 0x158 } + - { offsetInCU: 0x285, offset: 0x146D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO8rawValueSSvg', symObjAddr: 0x6E8, symBinAddr: 0x10D284, symSize: 0x18 } + - { offsetInCU: 0x2BE, offset: 0x146D81, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x700, symBinAddr: 0x10D29C, symSize: 0x18 } + - { offsetInCU: 0x2EC, offset: 0x146DAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x700, symBinAddr: 0x10D29C, symSize: 0x18 } + - { offsetInCU: 0x33E, offset: 0x146E01, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x73C, symBinAddr: 0x10D2D8, symSize: 0x64 } + - { offsetInCU: 0x3A4, offset: 0x146E67, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x7A0, symBinAddr: 0x10D33C, symSize: 0x28 } + - { offsetInCU: 0x3C0, offset: 0x146E83, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7C8, symBinAddr: 0x10D364, symSize: 0x8 } + - { offsetInCU: 0x3F6, offset: 0x146EB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7D0, symBinAddr: 0x10D36C, symSize: 0x68 } + - { offsetInCU: 0x47B, offset: 0x146F3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x838, symBinAddr: 0x10D3D4, symSize: 0xC } + - { offsetInCU: 0x497, offset: 0x146F5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x844, symBinAddr: 0x10D3E0, symSize: 0xC } + - { offsetInCU: 0x4D3, offset: 0x146F96, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfD', symObjAddr: 0x8A8, symBinAddr: 0x10D444, symSize: 0x4C } + - { offsetInCU: 0x5B0, offset: 0x147073, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfE', symObjAddr: 0x8A0, symBinAddr: 0x10D43C, symSize: 0x8 } + - { offsetInCU: 0x608, offset: 0x1470CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCMa', symObjAddr: 0x8F4, symBinAddr: 0x10D490, symSize: 0x20 } + - { offsetInCU: 0x61C, offset: 0x1470DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs0E3KeyAAWl', symObjAddr: 0x978, symBinAddr: 0x10D4B0, symSize: 0x44 } + - { offsetInCU: 0x630, offset: 0x1470F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwet', symObjAddr: 0xAB0, symBinAddr: 0x10D4F4, symSize: 0x90 } + - { offsetInCU: 0x644, offset: 0x147107, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwst', symObjAddr: 0xB40, symBinAddr: 0x10D584, symSize: 0xBC } + - { offsetInCU: 0x658, offset: 0x14711B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwug', symObjAddr: 0xBFC, symBinAddr: 0x10D640, symSize: 0x8 } + - { offsetInCU: 0x66C, offset: 0x14712F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwup', symObjAddr: 0xC04, symBinAddr: 0x10D648, symSize: 0x4 } + - { offsetInCU: 0x680, offset: 0x147143, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwui', symObjAddr: 0xC08, symBinAddr: 0x10D64C, symSize: 0x8 } + - { offsetInCU: 0x694, offset: 0x147157, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOMa', symObjAddr: 0xC10, symBinAddr: 0x10D654, symSize: 0x10 } + - { offsetInCU: 0x6A8, offset: 0x14716B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASQWb', symObjAddr: 0xC20, symBinAddr: 0x10D664, symSize: 0x4 } + - { offsetInCU: 0x6BC, offset: 0x14717F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFSQAAWl', symObjAddr: 0xC24, symBinAddr: 0x10D668, symSize: 0x44 } + - { offsetInCU: 0x6D0, offset: 0x147193, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC68, symBinAddr: 0x10D6AC, symSize: 0x4 } + - { offsetInCU: 0x6E4, offset: 0x1471A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC6C, symBinAddr: 0x10D6B0, symSize: 0x44 } + - { offsetInCU: 0x6F8, offset: 0x1471BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xCB0, symBinAddr: 0x10D6F4, symSize: 0x4 } + - { offsetInCU: 0x70C, offset: 0x1471CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xCB4, symBinAddr: 0x10D6F8, symSize: 0x44 } + - { offsetInCU: 0x76C, offset: 0x14722F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x718, symBinAddr: 0x10D2B4, symSize: 0xC } + - { offsetInCU: 0x788, offset: 0x14724B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH9hashValueSivgTW', symObjAddr: 0x724, symBinAddr: 0x10D2C0, symSize: 0x8 } + - { offsetInCU: 0x7A4, offset: 0x147267, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x72C, symBinAddr: 0x10D2C8, symSize: 0x8 } + - { offsetInCU: 0x7C0, offset: 0x147283, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x734, symBinAddr: 0x10D2D0, symSize: 0x8 } + - { offsetInCU: 0x7E2, offset: 0x1472A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x850, symBinAddr: 0x10D3EC, symSize: 0x28 } + - { offsetInCU: 0x7FE, offset: 0x1472C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x878, symBinAddr: 0x10D414, symSize: 0x28 } + - { offsetInCU: 0x118, offset: 0x14757E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtF', symObjAddr: 0x0, symBinAddr: 0x10D73C, symSize: 0x388 } + - { offsetInCU: 0x688, offset: 0x147AEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_', symObjAddr: 0x388, symBinAddr: 0x10DAC4, symSize: 0xAC } + - { offsetInCU: 0x6B9, offset: 0x147B1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_', symObjAddr: 0x434, symBinAddr: 0x10DB70, symSize: 0xC8 } + - { offsetInCU: 0x80E, offset: 0x147C74, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_', symObjAddr: 0x4FC, symBinAddr: 0x10DC38, symSize: 0xFC } + - { offsetInCU: 0x9F3, offset: 0x147E59, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCfD', symObjAddr: 0xAE4, symBinAddr: 0x10E1E8, symSize: 0x2C } + - { offsetInCU: 0xC54, offset: 0x1480BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7matchesySbACF', symObjAddr: 0x630, symBinAddr: 0x10DD34, symSize: 0x4B4 } + - { offsetInCU: 0xD04, offset: 0x14816A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCMa', symObjAddr: 0xB10, symBinAddr: 0x10E214, symSize: 0x20 } + - { offsetInCU: 0xD18, offset: 0x14817E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_TA', symObjAddr: 0xC50, symBinAddr: 0x10E234, symSize: 0x8 } + - { offsetInCU: 0xD2C, offset: 0x148192, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xC58, symBinAddr: 0x10E23C, symSize: 0x8 } + - { offsetInCU: 0xD40, offset: 0x1481A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_TA', symObjAddr: 0xC60, symBinAddr: 0x10E244, symSize: 0xC } + - { offsetInCU: 0xD54, offset: 0x1481BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_TA', symObjAddr: 0xC6C, symBinAddr: 0x10E250, symSize: 0xC } + - { offsetInCU: 0xD68, offset: 0x1481CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xC78, symBinAddr: 0x10E25C, symSize: 0x8 } + - { offsetInCU: 0xE4D, offset: 0x1482B3, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AG16AnyValueProvider_p05valueN0tG_Tg5011$s6Lottie18mn32StoreC03setbC0_7keypathyAA03Anybt7_p_AA16iJ32VtFSbAhE_AaF_p05valueC0t_tXEfU0_AITf1cn_nTf4ng_n', symObjAddr: 0xC80, symBinAddr: 0x10E264, symSize: 0x33C } + - { offsetInCU: 0x133A, offset: 0x1487A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOd', symObjAddr: 0x1084, symBinAddr: 0x10E5DC, symSize: 0x48 } + - { offsetInCU: 0x2B, offset: 0x148B3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x10E628, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x148B52, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x10E628, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x148B66, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwxx', symObjAddr: 0x30, symBinAddr: 0x10E658, symSize: 0x8 } + - { offsetInCU: 0x6B, offset: 0x148B7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwcp', symObjAddr: 0x38, symBinAddr: 0x10E660, symSize: 0x54 } + - { offsetInCU: 0x7F, offset: 0x148B8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwca', symObjAddr: 0x8C, symBinAddr: 0x10E6B4, symSize: 0x7C } + - { offsetInCU: 0x93, offset: 0x148BA2, size: 0x8, addend: 0x0, symName: ___swift_memcpy50_8, symObjAddr: 0x108, symBinAddr: 0x10E730, symSize: 0x1C } + - { offsetInCU: 0xA7, offset: 0x148BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwta', symObjAddr: 0x124, symBinAddr: 0x10E74C, symSize: 0x5C } + - { offsetInCU: 0xBB, offset: 0x148BCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwet', symObjAddr: 0x180, symBinAddr: 0x10E7A8, symSize: 0x48 } + - { offsetInCU: 0xCF, offset: 0x148BDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwst', symObjAddr: 0x1C8, symBinAddr: 0x10E7F0, symSize: 0x50 } + - { offsetInCU: 0xE3, offset: 0x148BF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVMa', symObjAddr: 0x218, symBinAddr: 0x10E840, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x148C24, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueSSvg', symObjAddr: 0x228, symBinAddr: 0x10E850, symSize: 0x20 } + - { offsetInCU: 0x164, offset: 0x148C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x42C, symBinAddr: 0x10EA54, symSize: 0x14 } + - { offsetInCU: 0x1F3, offset: 0x148D02, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH9hashValueSivgTW', symObjAddr: 0x440, symBinAddr: 0x10EA68, symSize: 0x44 } + - { offsetInCU: 0x2D6, offset: 0x148DE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x484, symBinAddr: 0x10EAAC, symSize: 0x28 } + - { offsetInCU: 0x348, offset: 0x148E57, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4EC, symBinAddr: 0x10EB14, symSize: 0x8 } + - { offsetInCU: 0x373, offset: 0x148E82, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4F4, symBinAddr: 0x10EB1C, symSize: 0x24 } + - { offsetInCU: 0x3A4, offset: 0x148EB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x518, symBinAddr: 0x10EB40, symSize: 0xC } + - { offsetInCU: 0x3C0, offset: 0x148ECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x524, symBinAddr: 0x10EB4C, symSize: 0xC } + - { offsetInCU: 0x3DC, offset: 0x148EEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x770, symBinAddr: 0x10ED98, symSize: 0x1C4 } + - { offsetInCU: 0x422, offset: 0x148F31, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV6encode2toys7Encoder_p_tKF', symObjAddr: 0x248, symBinAddr: 0x10E870, symSize: 0x1BC } + - { offsetInCU: 0x477, offset: 0x148F86, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x580, symBinAddr: 0x10EBA8, symSize: 0x4C } + - { offsetInCU: 0x4AE, offset: 0x148FBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5CC, symBinAddr: 0x10EBF4, symSize: 0x40 } + - { offsetInCU: 0x4D1, offset: 0x148FE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x934, symBinAddr: 0x10EF5C, symSize: 0x260 } + - { offsetInCU: 0x50F, offset: 0x14901E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeO8rawValueSSvg', symObjAddr: 0x404, symBinAddr: 0x10EA2C, symSize: 0x28 } + - { offsetInCU: 0x550, offset: 0x14905F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x630, symBinAddr: 0x10EC58, symSize: 0x70 } + - { offsetInCU: 0x584, offset: 0x149093, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x6A0, symBinAddr: 0x10ECC8, symSize: 0x28 } + - { offsetInCU: 0x5C2, offset: 0x1490D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs0D3KeyAAWl', symObjAddr: 0xBF8, symBinAddr: 0x10F1BC, symSize: 0x44 } + - { offsetInCU: 0x5D6, offset: 0x1490E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSeAAWl', symObjAddr: 0xC5C, symBinAddr: 0x10F200, symSize: 0x44 } + - { offsetInCU: 0x5EA, offset: 0x1490F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSgWOb', symObjAddr: 0xCA0, symBinAddr: 0x10F244, symSize: 0x48 } + - { offsetInCU: 0x5FE, offset: 0x14910D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSEAAWl', symObjAddr: 0xCE8, symBinAddr: 0x10F28C, symSize: 0x44 } + - { offsetInCU: 0x612, offset: 0x149121, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwet', symObjAddr: 0xD3C, symBinAddr: 0x10F2D0, symSize: 0x90 } + - { offsetInCU: 0x626, offset: 0x149135, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwst', symObjAddr: 0xDCC, symBinAddr: 0x10F360, symSize: 0xBC } + - { offsetInCU: 0x63A, offset: 0x149149, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwug', symObjAddr: 0xE88, symBinAddr: 0x10F41C, symSize: 0x8 } + - { offsetInCU: 0x64E, offset: 0x14915D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwup', symObjAddr: 0xE90, symBinAddr: 0x10F424, symSize: 0x4 } + - { offsetInCU: 0x662, offset: 0x149171, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwui', symObjAddr: 0xE94, symBinAddr: 0x10F428, symSize: 0x8 } + - { offsetInCU: 0x676, offset: 0x149185, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOMa', symObjAddr: 0xE9C, symBinAddr: 0x10F430, symSize: 0x10 } + - { offsetInCU: 0x68A, offset: 0x149199, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwet', symObjAddr: 0xEAC, symBinAddr: 0x10F440, symSize: 0x90 } + - { offsetInCU: 0x69E, offset: 0x1491AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwst', symObjAddr: 0xF3C, symBinAddr: 0x10F4D0, symSize: 0xBC } + - { offsetInCU: 0x6B2, offset: 0x1491C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwug', symObjAddr: 0xFF8, symBinAddr: 0x10F58C, symSize: 0x8 } + - { offsetInCU: 0x6C6, offset: 0x1491D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwup', symObjAddr: 0x1000, symBinAddr: 0x10F594, symSize: 0x4 } + - { offsetInCU: 0x6DA, offset: 0x1491E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwui', symObjAddr: 0x1004, symBinAddr: 0x10F598, symSize: 0xC } + - { offsetInCU: 0x6EE, offset: 0x1491FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOMa', symObjAddr: 0x1010, symBinAddr: 0x10F5A4, symSize: 0x10 } + - { offsetInCU: 0x702, offset: 0x149211, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASQWb', symObjAddr: 0x1020, symBinAddr: 0x10F5B4, symSize: 0x4 } + - { offsetInCU: 0x716, offset: 0x149225, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSQAAWl', symObjAddr: 0x1024, symBinAddr: 0x10F5B8, symSize: 0x44 } + - { offsetInCU: 0x72A, offset: 0x149239, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASQWb', symObjAddr: 0x1068, symBinAddr: 0x10F5FC, symSize: 0x4 } + - { offsetInCU: 0x73E, offset: 0x14924D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFSQAAWl', symObjAddr: 0x106C, symBinAddr: 0x10F600, symSize: 0x44 } + - { offsetInCU: 0x752, offset: 0x149261, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x10B0, symBinAddr: 0x10F644, symSize: 0x4 } + - { offsetInCU: 0x766, offset: 0x149275, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x10B4, symBinAddr: 0x10F648, symSize: 0x44 } + - { offsetInCU: 0x77A, offset: 0x149289, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x10F8, symBinAddr: 0x10F68C, symSize: 0x4 } + - { offsetInCU: 0x78E, offset: 0x14929D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x10FC, symBinAddr: 0x10F690, symSize: 0x44 } + - { offsetInCU: 0x7A2, offset: 0x1492B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSYAAWl', symObjAddr: 0x1140, symBinAddr: 0x10F6D4, symSize: 0x44 } + - { offsetInCU: 0x7F4, offset: 0x149303, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4AC, symBinAddr: 0x10EAD4, symSize: 0x40 } + - { offsetInCU: 0x896, offset: 0x1493A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x530, symBinAddr: 0x10EB58, symSize: 0x28 } + - { offsetInCU: 0x8B2, offset: 0x1493C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x558, symBinAddr: 0x10EB80, symSize: 0x28 } + - { offsetInCU: 0x8CE, offset: 0x1493DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x60C, symBinAddr: 0x10EC34, symSize: 0xC } + - { offsetInCU: 0x8EA, offset: 0x1493F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH9hashValueSivgTW', symObjAddr: 0x618, symBinAddr: 0x10EC40, symSize: 0x8 } + - { offsetInCU: 0x906, offset: 0x149415, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x620, symBinAddr: 0x10EC48, symSize: 0x8 } + - { offsetInCU: 0x922, offset: 0x149431, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x628, symBinAddr: 0x10EC50, symSize: 0x8 } + - { offsetInCU: 0x944, offset: 0x149453, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x6C8, symBinAddr: 0x10ECF0, symSize: 0x5C } + - { offsetInCU: 0x967, offset: 0x149476, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x724, symBinAddr: 0x10ED4C, symSize: 0x4C } + - { offsetInCU: 0x5D, offset: 0x14963C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x38, symBinAddr: 0x10F718, symSize: 0x8 } + - { offsetInCU: 0x7D, offset: 0x14965C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x38, symBinAddr: 0x10F718, symSize: 0x8 } + - { offsetInCU: 0xD1, offset: 0x1496B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x40, symBinAddr: 0x10F720, symSize: 0x24 } + - { offsetInCU: 0x114, offset: 0x1496F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aG0VGSgvgTW', symObjAddr: 0x64, symBinAddr: 0x10F744, symSize: 0x8 } + - { offsetInCU: 0x169, offset: 0x149748, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x6C, symBinAddr: 0x10F74C, symSize: 0x24 } + - { offsetInCU: 0x394, offset: 0x149973, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF', symObjAddr: 0x90, symBinAddr: 0x10F770, symSize: 0x630 } + - { offsetInCU: 0x91A, offset: 0x149EF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x710, symBinAddr: 0x10FDB0, symSize: 0x8 } + - { offsetInCU: 0x92E, offset: 0x149F0D, size: 0x8, addend: 0x0, symName: '_$sSo8NSNumberCMa', symObjAddr: 0x8D8, symBinAddr: 0x10FDC8, symSize: 0x3C } + - { offsetInCU: 0x942, offset: 0x149F21, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x97C, symBinAddr: 0x10FE6C, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x14A28A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x10FE78, symSize: 0x780 } + - { offsetInCU: 0x35C, offset: 0x14A5BF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x10FE78, symSize: 0x780 } + - { offsetInCU: 0xBD7, offset: 0x14AE3A, size: 0x8, addend: 0x0, symName: '_$sSbSgWOb', symObjAddr: 0x80C, symBinAddr: 0x110608, symSize: 0x48 } + - { offsetInCU: 0xC27, offset: 0x14AE8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Sb_TG5TA', symObjAddr: 0x854, symBinAddr: 0x110650, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x14B2CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x110690, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x14B2F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x110690, symSize: 0x8 } + - { offsetInCU: 0x88, offset: 0x14B32D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueSdvg', symObjAddr: 0x14, symBinAddr: 0x1106A4, symSize: 0x8 } + - { offsetInCU: 0xA6, offset: 0x14B34B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF', symObjAddr: 0x1C, symBinAddr: 0x1106AC, symSize: 0x30 } + - { offsetInCU: 0x103, offset: 0x14B3A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ', symObjAddr: 0x4C, symBinAddr: 0x1106DC, symSize: 0x14 } + - { offsetInCU: 0x14B, offset: 0x14B3F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV9hashValueSivg', symObjAddr: 0x60, symBinAddr: 0x1106F0, symSize: 0x48 } + - { offsetInCU: 0x220, offset: 0x14B4C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH9hashValueSivgTW', symObjAddr: 0xA8, symBinAddr: 0x110738, symSize: 0x48 } + - { offsetInCU: 0x303, offset: 0x14B5A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF0, symBinAddr: 0x110780, symSize: 0x30 } + - { offsetInCU: 0x38F, offset: 0x14B634, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x164, symBinAddr: 0x1107F4, symSize: 0x14 } + - { offsetInCU: 0x3AF, offset: 0x14B654, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x164, symBinAddr: 0x1107F4, symSize: 0x14 } + - { offsetInCU: 0x3C8, offset: 0x14B66D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfC', symObjAddr: 0x8, symBinAddr: 0x110698, symSize: 0xC } + - { offsetInCU: 0x414, offset: 0x14B6B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1xSdvg', symObjAddr: 0x178, symBinAddr: 0x110808, symSize: 0x8 } + - { offsetInCU: 0x432, offset: 0x14B6D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1ySdvg', symObjAddr: 0x180, symBinAddr: 0x110810, symSize: 0x8 } + - { offsetInCU: 0x450, offset: 0x14B6F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1zSdvg', symObjAddr: 0x188, symBinAddr: 0x110818, symSize: 0x8 } + - { offsetInCU: 0x46E, offset: 0x14B713, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF', symObjAddr: 0x190, symBinAddr: 0x110820, symSize: 0x54 } + - { offsetInCU: 0x4CB, offset: 0x14B770, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ', symObjAddr: 0x1E4, symBinAddr: 0x110874, symSize: 0x30 } + - { offsetInCU: 0x513, offset: 0x14B7B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV9hashValueSivg', symObjAddr: 0x214, symBinAddr: 0x1108A4, symSize: 0x74 } + - { offsetInCU: 0x5E1, offset: 0x14B886, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH9hashValueSivgTW', symObjAddr: 0x288, symBinAddr: 0x110918, symSize: 0x4 } + - { offsetInCU: 0x5FD, offset: 0x14B8A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x28C, symBinAddr: 0x11091C, symSize: 0x54 } + - { offsetInCU: 0x688, offset: 0x14B92D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E0, symBinAddr: 0x110A70, symSize: 0x30 } + - { offsetInCU: 0x6C8, offset: 0x14B96D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASQWb', symObjAddr: 0x350, symBinAddr: 0x1109E0, symSize: 0x4 } + - { offsetInCU: 0x6DC, offset: 0x14B981, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSQAAWl', symObjAddr: 0x354, symBinAddr: 0x1109E4, symSize: 0x44 } + - { offsetInCU: 0x6F0, offset: 0x14B995, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASQWb', symObjAddr: 0x398, symBinAddr: 0x110A28, symSize: 0x4 } + - { offsetInCU: 0x704, offset: 0x14B9A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSQAAWl', symObjAddr: 0x39C, symBinAddr: 0x110A2C, symSize: 0x44 } + - { offsetInCU: 0x718, offset: 0x14B9BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVMa', symObjAddr: 0x410, symBinAddr: 0x110AA0, symSize: 0x10 } + - { offsetInCU: 0x72C, offset: 0x14B9D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwet', symObjAddr: 0x438, symBinAddr: 0x110AB0, symSize: 0x20 } + - { offsetInCU: 0x740, offset: 0x14B9E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwst', symObjAddr: 0x458, symBinAddr: 0x110AD0, symSize: 0x2C } + - { offsetInCU: 0x754, offset: 0x14B9F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVMa', symObjAddr: 0x484, symBinAddr: 0x110AFC, symSize: 0x10 } + - { offsetInCU: 0x7A6, offset: 0x14BA4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x120, symBinAddr: 0x1107B0, symSize: 0x44 } + - { offsetInCU: 0x86F, offset: 0x14BB14, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x110970, symSize: 0x70 } + - { offsetInCU: 0x2B, offset: 0x14BD13, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x110B0C, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x14BD37, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x110B0C, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x14BD5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x110B54, symSize: 0x194 } + - { offsetInCU: 0xF1, offset: 0x14BDD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1DC, symBinAddr: 0x110CE8, symSize: 0xD4 } + - { offsetInCU: 0x16E, offset: 0x14BE56, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B0, symBinAddr: 0x110DBC, symSize: 0x120 } + - { offsetInCU: 0x1F1, offset: 0x14BED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0x110EEC, symSize: 0x64 } + - { offsetInCU: 0x234, offset: 0x14BF1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x444, symBinAddr: 0x110F50, symSize: 0x24 } + - { offsetInCU: 0x274, offset: 0x14BF5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x110F74, symSize: 0x4 } + - { offsetInCU: 0x294, offset: 0x14BF7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x110F74, symSize: 0x4 } + - { offsetInCU: 0x2BF, offset: 0x14BFA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x46C, symBinAddr: 0x110F78, symSize: 0x68 } + - { offsetInCU: 0x30A, offset: 0x14BFF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4D4, symBinAddr: 0x110FE0, symSize: 0xC } + - { offsetInCU: 0x326, offset: 0x14C00E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x110FEC, symSize: 0xC } + - { offsetInCU: 0x342, offset: 0x14C02A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO11stringValueSSvgTf4d_n', symObjAddr: 0x974, symBinAddr: 0x1113B0, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x14C066, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfD', symObjAddr: 0x544, symBinAddr: 0x111050, symSize: 0x2C } + - { offsetInCU: 0x40C, offset: 0x14C0F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfE', symObjAddr: 0x53C, symBinAddr: 0x111048, symSize: 0x8 } + - { offsetInCU: 0x464, offset: 0x14C14C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCMa', symObjAddr: 0x570, symBinAddr: 0x11107C, symSize: 0x20 } + - { offsetInCU: 0x478, offset: 0x14C160, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs0C3KeyAAWl', symObjAddr: 0x5F4, symBinAddr: 0x11109C, symSize: 0x44 } + - { offsetInCU: 0x48C, offset: 0x14C174, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGSayxGSEsSERzlWl', symObjAddr: 0x638, symBinAddr: 0x1110E0, symSize: 0x60 } + - { offsetInCU: 0x4A0, offset: 0x14C188, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGMa', symObjAddr: 0x698, symBinAddr: 0x111140, symSize: 0x54 } + - { offsetInCU: 0x4B4, offset: 0x14C19C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCACSEAAWl', symObjAddr: 0x6EC, symBinAddr: 0x111194, symSize: 0x48 } + - { offsetInCU: 0x4C8, offset: 0x14C1B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwet', symObjAddr: 0x7A0, symBinAddr: 0x1111DC, symSize: 0x50 } + - { offsetInCU: 0x4DC, offset: 0x14C1C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwst', symObjAddr: 0x7F0, symBinAddr: 0x11122C, symSize: 0x8C } + - { offsetInCU: 0x4F0, offset: 0x14C1D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwug', symObjAddr: 0x87C, symBinAddr: 0x1112B8, symSize: 0x8 } + - { offsetInCU: 0x504, offset: 0x14C1EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwup', symObjAddr: 0x884, symBinAddr: 0x1112C0, symSize: 0x4 } + - { offsetInCU: 0x518, offset: 0x14C200, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwui', symObjAddr: 0x888, symBinAddr: 0x1112C4, symSize: 0x4 } + - { offsetInCU: 0x52C, offset: 0x14C214, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOMa', symObjAddr: 0x88C, symBinAddr: 0x1112C8, symSize: 0x10 } + - { offsetInCU: 0x540, offset: 0x14C228, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASQWb', symObjAddr: 0x89C, symBinAddr: 0x1112D8, symSize: 0x4 } + - { offsetInCU: 0x554, offset: 0x14C23C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFSQAAWl', symObjAddr: 0x8A0, symBinAddr: 0x1112DC, symSize: 0x44 } + - { offsetInCU: 0x568, offset: 0x14C250, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8E4, symBinAddr: 0x111320, symSize: 0x4 } + - { offsetInCU: 0x57C, offset: 0x14C264, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8E8, symBinAddr: 0x111324, symSize: 0x44 } + - { offsetInCU: 0x590, offset: 0x14C278, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x92C, symBinAddr: 0x111368, symSize: 0x4 } + - { offsetInCU: 0x5A4, offset: 0x14C28C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x930, symBinAddr: 0x11136C, symSize: 0x44 } + - { offsetInCU: 0x5E4, offset: 0x14C2CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x110EDC, symSize: 0x4 } + - { offsetInCU: 0x604, offset: 0x14C2EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x110EDC, symSize: 0x4 } + - { offsetInCU: 0x624, offset: 0x14C30C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x110EE0, symSize: 0x4 } + - { offsetInCU: 0x644, offset: 0x14C32C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x110EE0, symSize: 0x4 } + - { offsetInCU: 0x664, offset: 0x14C34C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x110EE4, symSize: 0x4 } + - { offsetInCU: 0x684, offset: 0x14C36C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x110EE4, symSize: 0x4 } + - { offsetInCU: 0x6A4, offset: 0x14C38C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x110EE8, symSize: 0x4 } + - { offsetInCU: 0x6C4, offset: 0x14C3AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x110EE8, symSize: 0x4 } + - { offsetInCU: 0x6DB, offset: 0x14C3C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4EC, symBinAddr: 0x110FF8, symSize: 0x28 } + - { offsetInCU: 0x6F7, offset: 0x14C3DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x514, symBinAddr: 0x111020, symSize: 0x28 } + - { offsetInCU: 0x18C, offset: 0x14C740, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_27requiresManualInterpolationAA13KeyframeGroupCySayxGGSayAGyxGG_SbtAA17AnyInterpolatableRzlFZAHSgSayypGXEfU_AA10BezierPathV_Tg5', symObjAddr: 0xDC, symBinAddr: 0x111498, symSize: 0x174 } + - { offsetInCU: 0x35D, offset: 0x14C911, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6CGSizeVTg5', symObjAddr: 0x250, symBinAddr: 0x11160C, symSize: 0x104 } + - { offsetInCU: 0x435, offset: 0x14C9E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_A2P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_n', symObjAddr: 0x354, symBinAddr: 0x111710, symSize: 0xEC } + - { offsetInCU: 0x526, offset: 0x14CADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA10BezierPathV_AA0A8Vector1DVAA0noJ0VTg5011$s6Lottie10no6VAA0A8p8DVAA0bC8j55Vs5Error_pIggnrzo_AceGsAH_pIegnnrzo_TR011$s6Lottie10bc6s26A8d10DVSgAA0bC8e14VIeggnr_z73Hs5f80_pIeggnrzo_TR011$s6Lottie18bce60V9combining4path12cornerRadiusAA0D5K69CyACGAHyl10C0VG_AHyk2J35D22DVGSgtKFZAcK_ANSgtcfu_Tf3nnnpf_nTf3nnnpf_nTf3nnpf_n', symObjAddr: 0x440, symBinAddr: 0x1117FC, symSize: 0x110 } + - { offsetInCU: 0x646, offset: 0x14CBFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7EllipseC0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_n', symObjAddr: 0x550, symBinAddr: 0x11190C, symSize: 0x100 } + - { offsetInCU: 0x74C, offset: 0x14CD00, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x650, symBinAddr: 0x111A0C, symSize: 0x134 } + - { offsetInCU: 0x824, offset: 0x14CDD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_AA0A8Vector3DVAPTg5', symObjAddr: 0x784, symBinAddr: 0x111B40, symSize: 0x110 } + - { offsetInCU: 0x8F3, offset: 0x14CEA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector1DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_A2ItXEfU0_Tf3nnpf_n', symObjAddr: 0x894, symBinAddr: 0x111C50, symSize: 0x140 } + - { offsetInCU: 0xAA0, offset: 0x14D054, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9RectangleC0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_n', symObjAddr: 0x9D4, symBinAddr: 0x111D90, symSize: 0x14C } + - { offsetInCU: 0xC03, offset: 0x14D1B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0xB20, symBinAddr: 0x111EDC, symSize: 0x244 } + - { offsetInCU: 0xF13, offset: 0x14D4C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4HoldVySo13CATransform3DVGTg5', symObjAddr: 0xD64, symBinAddr: 0x112120, symSize: 0x348 } + - { offsetInCU: 0x12D3, offset: 0x14D887, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_', symObjAddr: 0x10AC, symBinAddr: 0x112468, symSize: 0xA8 } + - { offsetInCU: 0x143C, offset: 0x14D9F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA7EllipseCANV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7W85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x13B4, symBinAddr: 0x112770, symSize: 0x274 } + - { offsetInCU: 0x16C7, offset: 0x14DC7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA9RectangleCANV_Tg5010$s6Lottie9b48O8combined___27requiresManualInterpolation18makeop4AA13qr45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17s82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9W133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x1628, symBinAddr: 0x1129E4, symSize: 0x278 } + - { offsetInCU: 0x1952, offset: 0x14DF06, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4StarCANV_Tg5010$s6Lottie9b52O8combined_______27requiresManualInterpolation18makeop4AA13qr85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17s107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4W8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA0_A0_A0_A0_A0_AWIsgnnnnnnnr_Tf1nnc_n0x7Lottie4w11C17combinedb4AA13qR51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0x18A0, symBinAddr: 0x112C5C, symSize: 0x280 } + - { offsetInCU: 0x1BDE, offset: 0x14E192, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SayAA10BezierPathVG_Tg5010$s6Lottie9b44O8combined_27requiresManualInterpolationAA13qr25CySayxGGSayAGyxGG_SbtAA17s38InterpolatableRzlFZAHSgSayypGXEfU_AA10wX5V_TG5Tf1nnc_n', symObjAddr: 0x1B20, symBinAddr: 0x112EDC, symSize: 0x24C } + - { offsetInCU: 0x1E77, offset: 0x14E42B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b55O8combined__________27requiresManualInterpolation18makeop4AA13qr115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17s128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4w6VySo13X6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVA0_AA0A8Vector1DVA2_A0_A2_A2_A2_A2_A2_AYIsgnnnnnnnnnnr_Tf1nnc_nTf4nng_n', symObjAddr: 0x1D6C, symBinAddr: 0x113128, symSize: 0x2CC } + - { offsetInCU: 0x21B1, offset: 0x14E765, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b22O8combined__________27mn19Interpolation18makeqr4AA13st115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17u128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4v6VySo13W6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVAvA0A8Vector1DVAxv5xSIsgnnnnnnnnnnr_Tf1nncn_nTf4nndn_n', symObjAddr: 0x2038, symBinAddr: 0x1133F4, symSize: 0xA70 } + - { offsetInCU: 0x2D42, offset: 0x14F2F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_So6CGSizeV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6W4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAzVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x2AA8, symBinAddr: 0x113E64, symSize: 0x268 } + - { offsetInCU: 0x3059, offset: 0x14F60D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSo6CGSizeV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6V4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAtPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x32C8, symBinAddr: 0x114684, symSize: 0xA68 } + - { offsetInCU: 0x3D09, offset: 0x1502BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8v3DV_L179P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x3D30, symBinAddr: 0x1150EC, symSize: 0xA00 } + - { offsetInCU: 0x493B, offset: 0x150EEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u54InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8v184DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_L17ItXEfU0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x4D34, symBinAddr: 0x1160F0, symSize: 0x9E0 } + - { offsetInCU: 0x553E, offset: 0x151AF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA7EllipseC0S0V_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7V85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x5CA4, symBinAddr: 0x116F98, symSize: 0xA50 } + - { offsetInCU: 0x61E5, offset: 0x152799, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA9RectangleC0S0V_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9V133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x66F4, symBinAddr: 0x1179E8, symSize: 0xAA4 } + - { offsetInCU: 0x6E55, offset: 0x153409, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4StarC0S0V_Tg5010$s6Lottie9b19O8combined_______27mn19Interpolation18makeqr4AA13st85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17u107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4V8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA5wRIsgnnnnnnnr_Tf1nncn_n0w7Lottie4v11C17combinedb4AA13sT51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnnc_nTf4nnd_n', symObjAddr: 0x7198, symBinAddr: 0x11848C, symSize: 0xA20 } + - { offsetInCU: 0x79FC, offset: 0x153FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZAA0A8Vector3DV_AA0A8Vector1DVA5uA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnnnnnnncn_nTf4nnnnnnnnd_n', symObjAddr: 0x7BB8, symBinAddr: 0x118EAC, symSize: 0x1A0 } + - { offsetInCU: 0x7B40, offset: 0x1540F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014wx5B033_yZ26A01782ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVA_AWIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x7DF0, symBinAddr: 0x1190E4, symSize: 0x288 } + - { offsetInCU: 0x7E53, offset: 0x154407, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014vw5B033_xyZ20ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVAuQIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x8078, symBinAddr: 0x11936C, symSize: 0xACC } + - { offsetInCU: 0x8AC7, offset: 0x15507B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSayAA10BezierPathVG_Tg5010$s6Lottie9b13O8combined_27mno4AA13st25CySayxGGSayAGyxGG_SbtAA17u38InterpolatableRzlFZAHSgSayypGXEfU_AA10vW5V_TG5Tf1nncn_nTf4nnd_n', symObjAddr: 0x8D18, symBinAddr: 0x11A00C, symSize: 0xA78 } + - { offsetInCU: 0x97A2, offset: 0x155D56, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA0A8Vector1DV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8W22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyAvA0A8Vector3DVAVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x97B0, symBinAddr: 0x11AAA4, symSize: 0x268 } + - { offsetInCU: 0x9AAE, offset: 0x156062, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8V22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyApA0A8Vector3DVAPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x9A18, symBinAddr: 0x11AD0C, symSize: 0xA98 } + - { offsetInCU: 0xB6CB, offset: 0x157C7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVSgWOb', symObjAddr: 0x8B44, symBinAddr: 0x119E38, symSize: 0x48 } + - { offsetInCU: 0xB808, offset: 0x157DBC, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFs12Zip2SequenceVys15ContiguousArrayVy6Lottie8KeyframeCyypGGAMG_Tg5023$sSTsE10allSatisfyyS2b7c20QzKXEKFSbACKXEfU_s12de5Vys15fg10Vy6Lottie8I212CyypGGALG_TG5010$s6Lottie8i138CyxGACyqd__GSbs5Error_pIgggdzo_AD_AEtSbsAF_pIegndzo_r__lTRyp_ypTG5011$s6Lottie13b77GroupC23hasSameTimingParameters2asSbACyqd__G_tlFSbAA0B0l16G_AHyqd__GtXEfU_W14_U3Tg5Tf3npf_nTf3npf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x1113BC, symSize: 0xDC } + - { offsetInCU: 0x4F, offset: 0x1587D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ', symObjAddr: 0x0, symBinAddr: 0x11B7A4, symSize: 0x1C } + - { offsetInCU: 0x8E, offset: 0x158814, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ', symObjAddr: 0x1C, symBinAddr: 0x11B7C0, symSize: 0x14 } + - { offsetInCU: 0xC1, offset: 0x158847, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x3AC, symBinAddr: 0x11BB50, symSize: 0x28 } + - { offsetInCU: 0x157, offset: 0x1588DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO9hashValueSivg', symObjAddr: 0x3D4, symBinAddr: 0x11BB78, symSize: 0x44 } + - { offsetInCU: 0x251, offset: 0x1589D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x418, symBinAddr: 0x11BBBC, symSize: 0x14 } + - { offsetInCU: 0x271, offset: 0x1589F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x418, symBinAddr: 0x11BBBC, symSize: 0x14 } + - { offsetInCU: 0x2B1, offset: 0x158A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x42C, symBinAddr: 0x11BBD0, symSize: 0x44 } + - { offsetInCU: 0x394, offset: 0x158B1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x470, symBinAddr: 0x11BC14, symSize: 0x28 } + - { offsetInCU: 0x413, offset: 0x158B99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationSource13imageProvider04textG004fontG013configuration6loggerAcA0abE0OSg_AA0b5ImageG0_pSgAA0b11KeypathTextG0_pAA0b4FontG0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x30, symBinAddr: 0x11B7D4, symSize: 0x194 } + - { offsetInCU: 0x4F7, offset: 0x158C7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1C4, symBinAddr: 0x11B968, symSize: 0x100 } + - { offsetInCU: 0x53A, offset: 0x158CC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x2C4, symBinAddr: 0x11BA68, symSize: 0x50 } + - { offsetInCU: 0x56E, offset: 0x158CF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x6E0, symBinAddr: 0x11BE84, symSize: 0xF8 } + - { offsetInCU: 0x582, offset: 0x158D08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x7D8, symBinAddr: 0x11BF7C, symSize: 0x88 } + - { offsetInCU: 0x5C0, offset: 0x158D46, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x860, symBinAddr: 0x11C004, symSize: 0x298 } + - { offsetInCU: 0x6CD, offset: 0x158E53, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0xAF8, symBinAddr: 0x11C29C, symSize: 0x30 } + - { offsetInCU: 0x6E1, offset: 0x158E67, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xB28, symBinAddr: 0x11C2CC, symSize: 0x50 } + - { offsetInCU: 0x6FF, offset: 0x158E85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xB78, symBinAddr: 0x11C31C, symSize: 0x2A4 } + - { offsetInCU: 0x826, offset: 0x158FAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xE1C, symBinAddr: 0x11C5C0, symSize: 0x20 } + - { offsetInCU: 0x842, offset: 0x158FC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0xE3C, symBinAddr: 0x11C5E0, symSize: 0x44 } + - { offsetInCU: 0x860, offset: 0x158FE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0xE80, symBinAddr: 0x11C624, symSize: 0x30 } + - { offsetInCU: 0x883, offset: 0x159009, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xEB0, symBinAddr: 0x11C654, symSize: 0x4C } + - { offsetInCU: 0x8B5, offset: 0x15903B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0xEFC, symBinAddr: 0x11C6A0, symSize: 0x108 } + - { offsetInCU: 0x9E5, offset: 0x15916B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0x1004, symBinAddr: 0x11C7A8, symSize: 0x28 } + - { offsetInCU: 0xA24, offset: 0x1591AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x108C, symBinAddr: 0x11C830, symSize: 0x44 } + - { offsetInCU: 0xAAA, offset: 0x159230, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x10D0, symBinAddr: 0x11C874, symSize: 0x44 } + - { offsetInCU: 0xB0E, offset: 0x159294, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x1114, symBinAddr: 0x11C8B8, symSize: 0x28 } + - { offsetInCU: 0xB61, offset: 0x1592E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4stopyyF', symObjAddr: 0x113C, symBinAddr: 0x11C8E0, symSize: 0xFC } + - { offsetInCU: 0xC24, offset: 0x1593AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5pauseyyF', symObjAddr: 0x1238, symBinAddr: 0x11C9DC, symSize: 0x40 } + - { offsetInCU: 0xC74, offset: 0x1593FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg', symObjAddr: 0x12CC, symBinAddr: 0x11CA70, symSize: 0x44 } + - { offsetInCU: 0xC93, offset: 0x159419, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs', symObjAddr: 0x1310, symBinAddr: 0x11CAB4, symSize: 0x48 } + - { offsetInCU: 0xCB8, offset: 0x15943E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM', symObjAddr: 0x1358, symBinAddr: 0x11CAFC, symSize: 0x44 } + - { offsetInCU: 0xCE9, offset: 0x15946F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM.resume.0', symObjAddr: 0x139C, symBinAddr: 0x11CB40, symSize: 0x4 } + - { offsetInCU: 0xD63, offset: 0x1594E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x14CC, symBinAddr: 0x11CC70, symSize: 0x60 } + - { offsetInCU: 0xD98, offset: 0x15951E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x152C, symBinAddr: 0x11CCD0, symSize: 0xB8 } + - { offsetInCU: 0xDEB, offset: 0x159571, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x15E4, symBinAddr: 0x11CD88, symSize: 0x80 } + - { offsetInCU: 0xE49, offset: 0x1595CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x1664, symBinAddr: 0x11CE08, symSize: 0x168 } + - { offsetInCU: 0xEBE, offset: 0x159644, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x17CC, symBinAddr: 0x11CF70, symSize: 0x58 } + - { offsetInCU: 0xF05, offset: 0x15968B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x1824, symBinAddr: 0x11CFC8, symSize: 0x28 } + - { offsetInCU: 0xF24, offset: 0x1596AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x184C, symBinAddr: 0x11CFF0, symSize: 0x20 } + - { offsetInCU: 0xFA9, offset: 0x15972F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x186C, symBinAddr: 0x11D010, symSize: 0x40 } + - { offsetInCU: 0x101E, offset: 0x1597A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x18AC, symBinAddr: 0x11D050, symSize: 0x1C } + - { offsetInCU: 0x104E, offset: 0x1597D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x18AC, symBinAddr: 0x11D050, symSize: 0x1C } + - { offsetInCU: 0x10CE, offset: 0x159854, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg', symObjAddr: 0x1968, symBinAddr: 0x11D10C, symSize: 0x58 } + - { offsetInCU: 0x1103, offset: 0x159889, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs', symObjAddr: 0x19C0, symBinAddr: 0x11D164, symSize: 0x30 } + - { offsetInCU: 0x1142, offset: 0x1598C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM', symObjAddr: 0x19F0, symBinAddr: 0x11D194, symSize: 0x84 } + - { offsetInCU: 0x11A0, offset: 0x159926, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x1A74, symBinAddr: 0x11D218, symSize: 0x64 } + - { offsetInCU: 0x122B, offset: 0x1599B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg', symObjAddr: 0x1C54, symBinAddr: 0x11D3F8, symSize: 0x58 } + - { offsetInCU: 0x124A, offset: 0x1599D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x1CAC, symBinAddr: 0x11D450, symSize: 0x34 } + - { offsetInCU: 0x125E, offset: 0x1599E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x1CE0, symBinAddr: 0x11D484, symSize: 0x58 } + - { offsetInCU: 0x12CF, offset: 0x159A55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x1D38, symBinAddr: 0x11D4DC, symSize: 0xC8 } + - { offsetInCU: 0x1336, offset: 0x159ABC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x1E14, symBinAddr: 0x11D5B8, symSize: 0x1B0 } + - { offsetInCU: 0x13F2, offset: 0x159B78, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x1FC4, symBinAddr: 0x11D768, symSize: 0x80 } + - { offsetInCU: 0x1458, offset: 0x159BDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x2044, symBinAddr: 0x11D7E8, symSize: 0x60 } + - { offsetInCU: 0x14CF, offset: 0x159C55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x2144, symBinAddr: 0x11D8E8, symSize: 0x5C } + - { offsetInCU: 0x1504, offset: 0x159C8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x21A0, symBinAddr: 0x11D944, symSize: 0x24 } + - { offsetInCU: 0x1525, offset: 0x159CAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x21C4, symBinAddr: 0x11D968, symSize: 0x84 } + - { offsetInCU: 0x1583, offset: 0x159D09, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x2248, symBinAddr: 0x11D9EC, symSize: 0x19C } + - { offsetInCU: 0x160A, offset: 0x159D90, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x2578, symBinAddr: 0x11DD1C, symSize: 0x98 } + - { offsetInCU: 0x163E, offset: 0x159DC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x2610, symBinAddr: 0x11DDB4, symSize: 0x80 } + - { offsetInCU: 0x16A4, offset: 0x159E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x2690, symBinAddr: 0x11DE34, symSize: 0x150 } + - { offsetInCU: 0x170A, offset: 0x159E90, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs', symObjAddr: 0x2874, symBinAddr: 0x11E018, symSize: 0x84 } + - { offsetInCU: 0x17AC, offset: 0x159F32, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM', symObjAddr: 0x28F8, symBinAddr: 0x11E09C, symSize: 0x7C } + - { offsetInCU: 0x180A, offset: 0x159F90, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x2974, symBinAddr: 0x11E118, symSize: 0x8C } + - { offsetInCU: 0x18A9, offset: 0x15A02F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB7PlayingSbvg', symObjAddr: 0x2A00, symBinAddr: 0x11E1A4, symSize: 0x180 } + - { offsetInCU: 0x195B, offset: 0x15A0E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB6QueuedSbvg', symObjAddr: 0x2B80, symBinAddr: 0x11E324, symSize: 0x3C } + - { offsetInCU: 0x1A03, offset: 0x15A189, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x2C2C, symBinAddr: 0x11E3D0, symSize: 0x64 } + - { offsetInCU: 0x1A38, offset: 0x15A1BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x2C90, symBinAddr: 0x11E434, symSize: 0x6C } + - { offsetInCU: 0x1AC7, offset: 0x15A24D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x2CFC, symBinAddr: 0x11E4A0, symSize: 0x84 } + - { offsetInCU: 0x1B25, offset: 0x15A2AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x2D80, symBinAddr: 0x11E524, symSize: 0x80 } + - { offsetInCU: 0x1BC3, offset: 0x15A349, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x2E74, symBinAddr: 0x11E618, symSize: 0x64 } + - { offsetInCU: 0x1C44, offset: 0x15A3CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x2ED8, symBinAddr: 0x11E67C, symSize: 0x7C } + - { offsetInCU: 0x1CA2, offset: 0x15A428, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x2F54, symBinAddr: 0x11E6F8, symSize: 0x70 } + - { offsetInCU: 0x1D13, offset: 0x15A499, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x2FC4, symBinAddr: 0x11E768, symSize: 0x114 } + - { offsetInCU: 0x1E5C, offset: 0x15A5E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x30D8, symBinAddr: 0x11E87C, symSize: 0x28 } + - { offsetInCU: 0x1E9E, offset: 0x15A624, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x3100, symBinAddr: 0x11E8A4, symSize: 0x34 } + - { offsetInCU: 0x1ECF, offset: 0x15A655, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvg', symObjAddr: 0x3140, symBinAddr: 0x11E8E4, symSize: 0xF8 } + - { offsetInCU: 0x1F6A, offset: 0x15A6F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvs', symObjAddr: 0x3238, symBinAddr: 0x11E9DC, symSize: 0x28 } + - { offsetInCU: 0x1FAC, offset: 0x15A732, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvM', symObjAddr: 0x3260, symBinAddr: 0x11EA04, symSize: 0x34 } + - { offsetInCU: 0x1FFD, offset: 0x15A783, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3370, symBinAddr: 0x11EB14, symSize: 0x98 } + - { offsetInCU: 0x2041, offset: 0x15A7C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x3408, symBinAddr: 0x11EBAC, symSize: 0xFC } + - { offsetInCU: 0x20E6, offset: 0x15A86C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x3504, symBinAddr: 0x11ECA8, symSize: 0xBC } + - { offsetInCU: 0x2176, offset: 0x15A8FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x35C0, symBinAddr: 0x11ED64, symSize: 0x198 } + - { offsetInCU: 0x2209, offset: 0x15A98F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3758, symBinAddr: 0x11EEFC, symSize: 0x28 } + - { offsetInCU: 0x223A, offset: 0x15A9C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x3780, symBinAddr: 0x11EF24, symSize: 0xA8 } + - { offsetInCU: 0x238E, offset: 0x15AB14, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x3890, symBinAddr: 0x11F034, symSize: 0x54 } + - { offsetInCU: 0x23C3, offset: 0x15AB49, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x38E4, symBinAddr: 0x11F088, symSize: 0x64 } + - { offsetInCU: 0x2451, offset: 0x15ABD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x3948, symBinAddr: 0x11F0EC, symSize: 0x7C } + - { offsetInCU: 0x24AF, offset: 0x15AC35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x39C4, symBinAddr: 0x11F168, symSize: 0x78 } + - { offsetInCU: 0x254D, offset: 0x15ACD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs', symObjAddr: 0x3B04, symBinAddr: 0x11F2A8, symSize: 0xB8 } + - { offsetInCU: 0x25D0, offset: 0x15AD56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM', symObjAddr: 0x3BBC, symBinAddr: 0x11F360, symSize: 0x7C } + - { offsetInCU: 0x262E, offset: 0x15ADB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x3C38, symBinAddr: 0x11F3DC, symSize: 0xCC } + - { offsetInCU: 0x274B, offset: 0x15AED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg', symObjAddr: 0x3E4C, symBinAddr: 0x11F5F0, symSize: 0x54 } + - { offsetInCU: 0x276A, offset: 0x15AEF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs', symObjAddr: 0x3EA0, symBinAddr: 0x11F644, symSize: 0xD4 } + - { offsetInCU: 0x27C9, offset: 0x15AF4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM', symObjAddr: 0x3F74, symBinAddr: 0x11F718, symSize: 0x48 } + - { offsetInCU: 0x27FA, offset: 0x15AF80, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM.resume.0', symObjAddr: 0x3FBC, symBinAddr: 0x11F760, symSize: 0xB8 } + - { offsetInCU: 0x2895, offset: 0x15B01B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x4074, symBinAddr: 0x11F818, symSize: 0x68 } + - { offsetInCU: 0x2950, offset: 0x15B0D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x4144, symBinAddr: 0x11F880, symSize: 0xB4 } + - { offsetInCU: 0x29E4, offset: 0x15B16A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x41F8, symBinAddr: 0x11F934, symSize: 0x78 } + - { offsetInCU: 0x2A50, offset: 0x15B1D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x4368, symBinAddr: 0x11FAA4, symSize: 0xA0 } + - { offsetInCU: 0x2ADD, offset: 0x15B263, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x4408, symBinAddr: 0x11FB44, symSize: 0x7C } + - { offsetInCU: 0x2B3B, offset: 0x15B2C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x4484, symBinAddr: 0x11FBC0, symSize: 0xA4 } + - { offsetInCU: 0x2BC3, offset: 0x15B349, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x4528, symBinAddr: 0x11FC64, symSize: 0xA4 } + - { offsetInCU: 0x2C64, offset: 0x15B3EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x45CC, symBinAddr: 0x11FD08, symSize: 0xD8 } + - { offsetInCU: 0x2D9B, offset: 0x15B521, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12reloadImagesyyF', symObjAddr: 0x46A4, symBinAddr: 0x11FDE0, symSize: 0x90 } + - { offsetInCU: 0x2DF1, offset: 0x15B577, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x4734, symBinAddr: 0x11FE70, symSize: 0x90 } + - { offsetInCU: 0x2E47, offset: 0x15B5CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x47C4, symBinAddr: 0x11FF00, symSize: 0x40 } + - { offsetInCU: 0x2E63, offset: 0x15B5E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x4804, symBinAddr: 0x11FF40, symSize: 0xD8 } + - { offsetInCU: 0x2EDD, offset: 0x15B663, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x48DC, symBinAddr: 0x120018, symSize: 0xD8 } + - { offsetInCU: 0x2F57, offset: 0x15B6DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x49B4, symBinAddr: 0x1200F0, symSize: 0x90 } + - { offsetInCU: 0x2FAD, offset: 0x15B733, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x4A44, symBinAddr: 0x120180, symSize: 0x94 } + - { offsetInCU: 0x3003, offset: 0x15B789, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF', symObjAddr: 0x4AD8, symBinAddr: 0x120214, symSize: 0x190 } + - { offsetInCU: 0x30D8, offset: 0x15B85E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4C68, symBinAddr: 0x1203A4, symSize: 0x7C } + - { offsetInCU: 0x314A, offset: 0x15B8D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4CE4, symBinAddr: 0x120420, symSize: 0x80 } + - { offsetInCU: 0x31B9, offset: 0x15B93F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x4D64, symBinAddr: 0x1204A0, symSize: 0x3C } + - { offsetInCU: 0x320C, offset: 0x15B992, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4DA0, symBinAddr: 0x1204DC, symSize: 0xA4 } + - { offsetInCU: 0x3292, offset: 0x15BA18, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4E44, symBinAddr: 0x120580, symSize: 0x100 } + - { offsetInCU: 0x3371, offset: 0x15BAF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4F44, symBinAddr: 0x120680, symSize: 0x100 } + - { offsetInCU: 0x3462, offset: 0x15BBE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvgTo', symObjAddr: 0x5044, symBinAddr: 0x120780, symSize: 0x5C } + - { offsetInCU: 0x34A5, offset: 0x15BC2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTo', symObjAddr: 0x50A0, symBinAddr: 0x1207DC, symSize: 0x68 } + - { offsetInCU: 0x34D8, offset: 0x15BC5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyF', symObjAddr: 0x5108, symBinAddr: 0x120844, symSize: 0x2A8 } + - { offsetInCU: 0x360E, offset: 0x15BD94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_', symObjAddr: 0x53B0, symBinAddr: 0x120AEC, symSize: 0xCC } + - { offsetInCU: 0x368C, offset: 0x15BE12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_', symObjAddr: 0x547C, symBinAddr: 0x120BB8, symSize: 0x6C } + - { offsetInCU: 0x3703, offset: 0x15BE89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyF', symObjAddr: 0x54E8, symBinAddr: 0x120C24, symSize: 0xF90 } + - { offsetInCU: 0x403A, offset: 0x15C7C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_', symObjAddr: 0x64AC, symBinAddr: 0x121BE8, symSize: 0xB0 } + - { offsetInCU: 0x40E0, offset: 0x15C866, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyF', symObjAddr: 0x655C, symBinAddr: 0x121C98, symSize: 0xE0 } + - { offsetInCU: 0x41C1, offset: 0x15C947, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x663C, symBinAddr: 0x121D78, symSize: 0x2C } + - { offsetInCU: 0x422A, offset: 0x15C9B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyF', symObjAddr: 0x6668, symBinAddr: 0x121DA4, symSize: 0xF0 } + - { offsetInCU: 0x4304, offset: 0x15CA8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyFTo', symObjAddr: 0x6758, symBinAddr: 0x121E94, symSize: 0x2C } + - { offsetInCU: 0x4320, offset: 0x15CAA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22animationMovedToWindowyyF', symObjAddr: 0x6784, symBinAddr: 0x121EC0, symSize: 0x60 } + - { offsetInCU: 0x434F, offset: 0x15CAD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0yyAA0aB6SourceOSgF', symObjAddr: 0x67E4, symBinAddr: 0x121F20, symSize: 0x108 } + - { offsetInCU: 0x4517, offset: 0x15CC9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForBackgroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x68EC, symBinAddr: 0x122028, symSize: 0xE0 } + - { offsetInCU: 0x45C5, offset: 0x15CD4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForForegroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x69CC, symBinAddr: 0x122108, symSize: 0xF0 } + - { offsetInCU: 0x466C, offset: 0x15CDF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfD', symObjAddr: 0x6B10, symBinAddr: 0x12224C, symSize: 0x30 } + - { offsetInCU: 0x4699, offset: 0x15CE1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0x6BA0, symBinAddr: 0x1222DC, symSize: 0x32C } + - { offsetInCU: 0x4773, offset: 0x15CEF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtFTf4enn_n', symObjAddr: 0x7448, symBinAddr: 0x122B3C, symSize: 0x1A0 } + - { offsetInCU: 0x483E, offset: 0x15CFC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvsTf4en_n', symObjAddr: 0x75E8, symBinAddr: 0x122CDC, symSize: 0x118 } + - { offsetInCU: 0x48CB, offset: 0x15D051, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0x7700, symBinAddr: 0x122DF4, symSize: 0x134 } + - { offsetInCU: 0x494D, offset: 0x15D0D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x78C4, symBinAddr: 0x122F48, symSize: 0x288 } + - { offsetInCU: 0x4A74, offset: 0x15D1FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0x7CB0, symBinAddr: 0x1231E0, symSize: 0xF4 } + - { offsetInCU: 0x4B02, offset: 0x15D288, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0x7F40, symBinAddr: 0x1232E4, symSize: 0xE4 } + - { offsetInCU: 0x4BE7, offset: 0x15D36D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTf4gn_n', symObjAddr: 0x93C4, symBinAddr: 0x124540, symSize: 0xB8 } + - { offsetInCU: 0x4CB1, offset: 0x15D437, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x314, symBinAddr: 0x11BAB8, symSize: 0x98 } + - { offsetInCU: 0x4D1C, offset: 0x15D4A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x4D8, symBinAddr: 0x11BC7C, symSize: 0x78 } + - { offsetInCU: 0x4DC8, offset: 0x15D54E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO9hashValueSivg', symObjAddr: 0x550, symBinAddr: 0x11BCF4, symSize: 0x50 } + - { offsetInCU: 0x4E54, offset: 0x15D5DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH9hashValueSivgTW', symObjAddr: 0x5A0, symBinAddr: 0x11BD44, symSize: 0x50 } + - { offsetInCU: 0x4EE3, offset: 0x15D669, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5F0, symBinAddr: 0x11BD94, symSize: 0x4 } + - { offsetInCU: 0x4F2E, offset: 0x15D6B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x640, symBinAddr: 0x11BDE4, symSize: 0xA0 } + - { offsetInCU: 0x5BFD, offset: 0x15E383, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x6F14, symBinAddr: 0x122608, symSize: 0x534 } + - { offsetInCU: 0x5EC8, offset: 0x15E64E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTK', symObjAddr: 0x13A0, symBinAddr: 0x11CB44, symSize: 0x64 } + - { offsetInCU: 0x5F0C, offset: 0x15E692, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x1404, symBinAddr: 0x11CBA8, symSize: 0xC8 } + - { offsetInCU: 0x5F6F, offset: 0x15E6F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTK', symObjAddr: 0x18C8, symBinAddr: 0x11D06C, symSize: 0x64 } + - { offsetInCU: 0x5FB3, offset: 0x15E739, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTk', symObjAddr: 0x192C, symBinAddr: 0x11D0D0, symSize: 0x3C } + - { offsetInCU: 0x5FF7, offset: 0x15E77D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x1AD8, symBinAddr: 0x11D27C, symSize: 0x94 } + - { offsetInCU: 0x6024, offset: 0x15E7AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x1B6C, symBinAddr: 0x11D310, symSize: 0x88 } + - { offsetInCU: 0x6051, offset: 0x15E7D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x1BF4, symBinAddr: 0x11D398, symSize: 0x60 } + - { offsetInCU: 0x6069, offset: 0x15E7EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x20A4, symBinAddr: 0x11D848, symSize: 0x64 } + - { offsetInCU: 0x60AD, offset: 0x15E833, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x2108, symBinAddr: 0x11D8AC, symSize: 0x3C } + - { offsetInCU: 0x60DA, offset: 0x15E860, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvpACTk', symObjAddr: 0x244C, symBinAddr: 0x11DBF0, symSize: 0xA4 } + - { offsetInCU: 0x6107, offset: 0x15E88D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x27E0, symBinAddr: 0x11DF84, symSize: 0x88 } + - { offsetInCU: 0x618E, offset: 0x15E914, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x2BBC, symBinAddr: 0x11E360, symSize: 0x70 } + - { offsetInCU: 0x620C, offset: 0x15E992, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x2E00, symBinAddr: 0x11E5A4, symSize: 0x68 } + - { offsetInCU: 0x6355, offset: 0x15EADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x32D0, symBinAddr: 0x11EA74, symSize: 0xA0 } + - { offsetInCU: 0x63A8, offset: 0x15EB2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x3828, symBinAddr: 0x11EFCC, symSize: 0x68 } + - { offsetInCU: 0x6424, offset: 0x15EBAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvpACTk', symObjAddr: 0x3A3C, symBinAddr: 0x11F1E0, symSize: 0xBC } + - { offsetInCU: 0x648C, offset: 0x15EC12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTK', symObjAddr: 0x3D04, symBinAddr: 0x11F4A8, symSize: 0x58 } + - { offsetInCU: 0x64B9, offset: 0x15EC3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTk', symObjAddr: 0x3D5C, symBinAddr: 0x11F500, symSize: 0xF0 } + - { offsetInCU: 0x652F, offset: 0x15ECB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x4270, symBinAddr: 0x11F9AC, symSize: 0xA0 } + - { offsetInCU: 0x68B1, offset: 0x15F037, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfE', symObjAddr: 0x6ABC, symBinAddr: 0x1221F8, symSize: 0x54 } + - { offsetInCU: 0x68DE, offset: 0x15F064, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfETo', symObjAddr: 0x6B40, symBinAddr: 0x12227C, symSize: 0x60 } + - { offsetInCU: 0x692A, offset: 0x15F0B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCMa', symObjAddr: 0x7870, symBinAddr: 0x122F28, symSize: 0x20 } + - { offsetInCU: 0x693E, offset: 0x15F0C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOy', symObjAddr: 0x7CA0, symBinAddr: 0x1231D0, symSize: 0x10 } + - { offsetInCU: 0x6952, offset: 0x15F0D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOe', symObjAddr: 0x7DA4, symBinAddr: 0x1232D4, symSize: 0x10 } + - { offsetInCU: 0x6966, offset: 0x15F0EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASQWb', symObjAddr: 0x820C, symBinAddr: 0x1233C8, symSize: 0x4 } + - { offsetInCU: 0x697A, offset: 0x15F100, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOACSQAAWl', symObjAddr: 0x8210, symBinAddr: 0x1233CC, symSize: 0x44 } + - { offsetInCU: 0x698E, offset: 0x15F114, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASQWb', symObjAddr: 0x8254, symBinAddr: 0x123410, symSize: 0x4 } + - { offsetInCU: 0x69A2, offset: 0x15F128, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOACSQAAWl', symObjAddr: 0x8258, symBinAddr: 0x123414, symSize: 0x44 } + - { offsetInCU: 0x69B6, offset: 0x15F13C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwet', symObjAddr: 0x8684, symBinAddr: 0x123830, symSize: 0x90 } + - { offsetInCU: 0x69CA, offset: 0x15F150, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwst', symObjAddr: 0x8714, symBinAddr: 0x1238C0, symSize: 0xBC } + - { offsetInCU: 0x69DE, offset: 0x15F164, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwug', symObjAddr: 0x87D0, symBinAddr: 0x12397C, symSize: 0x8 } + - { offsetInCU: 0x69F2, offset: 0x15F178, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwup', symObjAddr: 0x87D8, symBinAddr: 0x123984, symSize: 0x4 } + - { offsetInCU: 0x6A06, offset: 0x15F18C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwui', symObjAddr: 0x87DC, symBinAddr: 0x123988, symSize: 0x8 } + - { offsetInCU: 0x6A1A, offset: 0x15F1A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOMa', symObjAddr: 0x87E4, symBinAddr: 0x123990, symSize: 0x10 } + - { offsetInCU: 0x6A2E, offset: 0x15F1B4, size: 0x8, addend: 0x0, symName: ___swift_memcpy5_4, symObjAddr: 0x87F4, symBinAddr: 0x1239A0, symSize: 0x14 } + - { offsetInCU: 0x6A42, offset: 0x15F1C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwet', symObjAddr: 0x8808, symBinAddr: 0x1239B4, symSize: 0x48 } + - { offsetInCU: 0x6A56, offset: 0x15F1DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwst', symObjAddr: 0x8850, symBinAddr: 0x1239FC, symSize: 0x44 } + - { offsetInCU: 0x6A6A, offset: 0x15F1F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwug', symObjAddr: 0x8894, symBinAddr: 0x123A40, symSize: 0x18 } + - { offsetInCU: 0x6A7E, offset: 0x15F204, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwup', symObjAddr: 0x88AC, symBinAddr: 0x123A58, symSize: 0x4 } + - { offsetInCU: 0x6A92, offset: 0x15F218, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwui', symObjAddr: 0x88B0, symBinAddr: 0x123A5C, symSize: 0x18 } + - { offsetInCU: 0x6AA6, offset: 0x15F22C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOMa', symObjAddr: 0x88C8, symBinAddr: 0x123A74, symSize: 0x10 } + - { offsetInCU: 0x6ABA, offset: 0x15F240, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_TA', symObjAddr: 0x9348, symBinAddr: 0x1244F4, symSize: 0x8 } + - { offsetInCU: 0x6ACE, offset: 0x15F254, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x9350, symBinAddr: 0x1244FC, symSize: 0x8 } + - { offsetInCU: 0x6AE2, offset: 0x15F268, size: 0x8, addend: 0x0, symName: '_$sSo16CABasicAnimationCMa', symObjAddr: 0x9358, symBinAddr: 0x124504, symSize: 0x3C } + - { offsetInCU: 0x6B12, offset: 0x15F298, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0x94A0, symBinAddr: 0x12461C, symSize: 0x8 } + - { offsetInCU: 0x6B31, offset: 0x15F2B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0x94A8, symBinAddr: 0x124624, symSize: 0x28 } + - { offsetInCU: 0x6B5A, offset: 0x15F2E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_TA', symObjAddr: 0x95D0, symBinAddr: 0x124670, symSize: 0x8 } + - { offsetInCU: 0x6B6E, offset: 0x15F2F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_TA', symObjAddr: 0x95D8, symBinAddr: 0x124678, symSize: 0x8 } + - { offsetInCU: 0x6BC0, offset: 0x15F346, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x498, symBinAddr: 0x11BC3C, symSize: 0x40 } + - { offsetInCU: 0x6C89, offset: 0x15F40F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5F4, symBinAddr: 0x11BD98, symSize: 0x4C } + - { offsetInCU: 0x2B, offset: 0x15FBAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x1246C8, symSize: 0x2C } + - { offsetInCU: 0x6D, offset: 0x15FBF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x1246C8, symSize: 0x2C } + - { offsetInCU: 0xB1, offset: 0x15FC35, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCMa', symObjAddr: 0x2C, symBinAddr: 0x1246F4, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x15FD92, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x124714, symSize: 0x22C } + - { offsetInCU: 0xA1, offset: 0x15FE0C, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x124714, symSize: 0x22C } + - { offsetInCU: 0x229, offset: 0x15FF94, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationCMa', symObjAddr: 0x22C, symBinAddr: 0x124940, symSize: 0x3C } + - { offsetInCU: 0xA5, offset: 0x16022B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x0, symBinAddr: 0x12497C, symSize: 0x178 } + - { offsetInCU: 0x175, offset: 0x1602FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC10loadImages33_018EEA5A3C8AB5F957268211713A2543LLyyF', symObjAddr: 0x178, symBinAddr: 0x124AF4, symSize: 0x4D0 } + - { offsetInCU: 0x417, offset: 0x16059D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCfD', symObjAddr: 0x648, symBinAddr: 0x124FC4, symSize: 0x60 } + - { offsetInCU: 0x464, offset: 0x1605EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x764, symBinAddr: 0x1250E0, symSize: 0x20 } + - { offsetInCU: 0x4AA, offset: 0x160630, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC8filepathACSg10Foundation3URLV_tcfCTf4nd_n', symObjAddr: 0xA54, symBinAddr: 0x1252E8, symSize: 0x104 } + - { offsetInCU: 0x600, offset: 0x160786, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMU', symObjAddr: 0x6A8, symBinAddr: 0x125024, symSize: 0x8 } + - { offsetInCU: 0x614, offset: 0x16079A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMa', symObjAddr: 0x6B0, symBinAddr: 0x12502C, symSize: 0x3C } + - { offsetInCU: 0x628, offset: 0x1607AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMr', symObjAddr: 0x6EC, symBinAddr: 0x125068, symSize: 0x78 } + - { offsetInCU: 0x68F, offset: 0x160815, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH9hashValueSivgTW', symObjAddr: 0x784, symBinAddr: 0x125100, symSize: 0x7C } + - { offsetInCU: 0x74A, offset: 0x1608D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x800, symBinAddr: 0x12517C, symSize: 0x6C } + - { offsetInCU: 0x7C9, offset: 0x16094F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8E4, symBinAddr: 0x125260, symSize: 0x1C } + - { offsetInCU: 0x7FB, offset: 0x160981, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASQWb', symObjAddr: 0x900, symBinAddr: 0x12527C, symSize: 0x2C } + - { offsetInCU: 0x8E7, offset: 0x160A6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x86C, symBinAddr: 0x1251E8, symSize: 0x78 } + - { offsetInCU: 0x5C, offset: 0x160D24, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x1253EC, symSize: 0x1A8 } + - { offsetInCU: 0xB8, offset: 0x160D80, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1A8, symBinAddr: 0x125594, symSize: 0x210 } + - { offsetInCU: 0x1B3, offset: 0x160E7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x3B8, symBinAddr: 0x1257A4, symSize: 0x12C } + - { offsetInCU: 0x1F2, offset: 0x160EBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x67C, symBinAddr: 0x125A68, symSize: 0x4C } + - { offsetInCU: 0x229, offset: 0x160EF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO8rawValueSSvg', symObjAddr: 0x6C8, symBinAddr: 0x125AB4, symSize: 0x18 } + - { offsetInCU: 0x250, offset: 0x160F18, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO11stringValueSSvg', symObjAddr: 0x6E0, symBinAddr: 0x125ACC, symSize: 0x18 } + - { offsetInCU: 0x291, offset: 0x160F59, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x71C, symBinAddr: 0x125B08, symSize: 0x70 } + - { offsetInCU: 0x2C5, offset: 0x160F8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x78C, symBinAddr: 0x125B78, symSize: 0x28 } + - { offsetInCU: 0x2E1, offset: 0x160FA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7B4, symBinAddr: 0x125BA0, symSize: 0x8 } + - { offsetInCU: 0x317, offset: 0x160FDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7BC, symBinAddr: 0x125BA8, symSize: 0x74 } + - { offsetInCU: 0x362, offset: 0x16102A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x830, symBinAddr: 0x125C1C, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x161046, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x83C, symBinAddr: 0x125C28, symSize: 0xC } + - { offsetInCU: 0x3BA, offset: 0x161082, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCfD', symObjAddr: 0x898, symBinAddr: 0x125C84, symSize: 0x24 } + - { offsetInCU: 0x405, offset: 0x1610CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x9B8, symBinAddr: 0x125D94, symSize: 0x2C } + - { offsetInCU: 0x428, offset: 0x1610F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x9E4, symBinAddr: 0x125DC0, symSize: 0x28 } + - { offsetInCU: 0x51E, offset: 0x1611E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x5C4, symBinAddr: 0x1259B0, symSize: 0x24 } + - { offsetInCU: 0x54F, offset: 0x161217, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x5E8, symBinAddr: 0x1259D4, symSize: 0x18 } + - { offsetInCU: 0x599, offset: 0x161261, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x600, symBinAddr: 0x1259EC, symSize: 0x2C } + - { offsetInCU: 0x5D1, offset: 0x161299, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xCC8, symBinAddr: 0x1260A4, symSize: 0xE0 } + - { offsetInCU: 0x646, offset: 0x16130E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO13discriminator_WZ', symObjAddr: 0x678, symBinAddr: 0x125A64, symSize: 0x4 } + - { offsetInCU: 0x660, offset: 0x161328, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCMa', symObjAddr: 0x8BC, symBinAddr: 0x125CA8, symSize: 0x20 } + - { offsetInCU: 0x674, offset: 0x16133C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOwup', symObjAddr: 0x8F4, symBinAddr: 0x125CD0, symSize: 0x4 } + - { offsetInCU: 0x688, offset: 0x161350, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOMa', symObjAddr: 0x8F8, symBinAddr: 0x125CD4, symSize: 0x10 } + - { offsetInCU: 0x69C, offset: 0x161364, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASQWb', symObjAddr: 0x908, symBinAddr: 0x125CE4, symSize: 0x4 } + - { offsetInCU: 0x6B0, offset: 0x161378, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSQAAWl', symObjAddr: 0x90C, symBinAddr: 0x125CE8, symSize: 0x44 } + - { offsetInCU: 0x6C4, offset: 0x16138C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOAA11ClassFamilyAAWI', symObjAddr: 0x950, symBinAddr: 0x125D2C, symSize: 0x24 } + - { offsetInCU: 0x6D8, offset: 0x1613A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSeAAWl', symObjAddr: 0x974, symBinAddr: 0x125D50, symSize: 0x44 } + - { offsetInCU: 0x70C, offset: 0x1613D4, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xA0C, symBinAddr: 0x125DE8, symSize: 0x134 } + - { offsetInCU: 0x85F, offset: 0x161527, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xB40, symBinAddr: 0x125F1C, symSize: 0x188 } + - { offsetInCU: 0xA79, offset: 0x161741, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSYAAWl', symObjAddr: 0xDEC, symBinAddr: 0x126184, symSize: 0x44 } + - { offsetInCU: 0xA8D, offset: 0x161755, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs0D3KeyAAWl', symObjAddr: 0xE70, symBinAddr: 0x1261C8, symSize: 0x44 } + - { offsetInCU: 0xAA1, offset: 0x161769, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSEAAWl', symObjAddr: 0xEB4, symBinAddr: 0x12620C, symSize: 0x44 } + - { offsetInCU: 0xAB5, offset: 0x16177D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwug', symObjAddr: 0x110C, symBinAddr: 0x1263A4, symSize: 0x8 } + - { offsetInCU: 0xAC9, offset: 0x161791, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwup', symObjAddr: 0x1114, symBinAddr: 0x1263AC, symSize: 0x4 } + - { offsetInCU: 0xADD, offset: 0x1617A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwui', symObjAddr: 0x1118, symBinAddr: 0x1263B0, symSize: 0xC } + - { offsetInCU: 0xAF1, offset: 0x1617B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOMa', symObjAddr: 0x1124, symBinAddr: 0x1263BC, symSize: 0x10 } + - { offsetInCU: 0xB05, offset: 0x1617CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASQWb', symObjAddr: 0x1134, symBinAddr: 0x1263CC, symSize: 0x4 } + - { offsetInCU: 0xB19, offset: 0x1617E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFSQAAWl', symObjAddr: 0x1138, symBinAddr: 0x1263D0, symSize: 0x44 } + - { offsetInCU: 0xB2D, offset: 0x1617F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x117C, symBinAddr: 0x126414, symSize: 0x4 } + - { offsetInCU: 0xB41, offset: 0x161809, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1180, symBinAddr: 0x126418, symSize: 0x44 } + - { offsetInCU: 0xB55, offset: 0x16181D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x11C4, symBinAddr: 0x12645C, symSize: 0x4 } + - { offsetInCU: 0xB69, offset: 0x161831, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x11C8, symBinAddr: 0x126460, symSize: 0x44 } + - { offsetInCU: 0xBE4, offset: 0x1618AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4E4, symBinAddr: 0x1258D0, symSize: 0x18 } + - { offsetInCU: 0xC75, offset: 0x16193D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x4FC, symBinAddr: 0x1258E8, symSize: 0x4C } + - { offsetInCU: 0xD56, offset: 0x161A1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x548, symBinAddr: 0x125934, symSize: 0x34 } + - { offsetInCU: 0xDDD, offset: 0x161AA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x57C, symBinAddr: 0x125968, symSize: 0x48 } + - { offsetInCU: 0xE8C, offset: 0x161B54, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x62C, symBinAddr: 0x125A18, symSize: 0x4C } + - { offsetInCU: 0xEAF, offset: 0x161B77, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F8, symBinAddr: 0x125AE4, symSize: 0xC } + - { offsetInCU: 0xECB, offset: 0x161B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x704, symBinAddr: 0x125AF0, symSize: 0x8 } + - { offsetInCU: 0xEE7, offset: 0x161BAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x70C, symBinAddr: 0x125AF8, symSize: 0x8 } + - { offsetInCU: 0xF03, offset: 0x161BCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x714, symBinAddr: 0x125B00, symSize: 0x8 } + - { offsetInCU: 0xF25, offset: 0x161BED, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x848, symBinAddr: 0x125C34, symSize: 0x28 } + - { offsetInCU: 0xF41, offset: 0x161C09, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x870, symBinAddr: 0x125C5C, symSize: 0x28 } + - { offsetInCU: 0x5E, offset: 0x161E92, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x1264AC, symSize: 0xC } + - { offsetInCU: 0x90, offset: 0x161EC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x198, symBinAddr: 0x126644, symSize: 0x48 } + - { offsetInCU: 0xB5, offset: 0x161EE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0x12668C, symSize: 0x698 } + - { offsetInCU: 0x138, offset: 0x161F6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x878, symBinAddr: 0x126D24, symSize: 0xC50 } + - { offsetInCU: 0x5DB, offset: 0x16240F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueSSvg', symObjAddr: 0x14C8, symBinAddr: 0x127974, symSize: 0x18 } + - { offsetInCU: 0x614, offset: 0x162448, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18DC, symBinAddr: 0x127D88, symSize: 0x18 } + - { offsetInCU: 0x642, offset: 0x162476, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18DC, symBinAddr: 0x127D88, symSize: 0x18 } + - { offsetInCU: 0x67A, offset: 0x1624AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1934, symBinAddr: 0x127DE0, symSize: 0x44 } + - { offsetInCU: 0x6C0, offset: 0x1624F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1978, symBinAddr: 0x127E24, symSize: 0x28 } + - { offsetInCU: 0x6DC, offset: 0x162510, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x19A0, symBinAddr: 0x127E4C, symSize: 0x8 } + - { offsetInCU: 0x712, offset: 0x162546, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x19A8, symBinAddr: 0x127E54, symSize: 0x3C } + - { offsetInCU: 0x777, offset: 0x1625AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x19E4, symBinAddr: 0x127E90, symSize: 0xC } + - { offsetInCU: 0x793, offset: 0x1625C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x19F0, symBinAddr: 0x127E9C, symSize: 0xC } + - { offsetInCU: 0x7AF, offset: 0x1625E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2AB8, symBinAddr: 0x128C34, symSize: 0x50 } + - { offsetInCU: 0x7E7, offset: 0x16261B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18F4, symBinAddr: 0x127DA0, symSize: 0x18 } + - { offsetInCU: 0x828, offset: 0x16265C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1A70, symBinAddr: 0x127F1C, symSize: 0x70 } + - { offsetInCU: 0x85C, offset: 0x162690, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1AE0, symBinAddr: 0x127F8C, symSize: 0x28 } + - { offsetInCU: 0x878, offset: 0x1626AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1B08, symBinAddr: 0x127FB4, symSize: 0x8 } + - { offsetInCU: 0x8AE, offset: 0x1626E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1B10, symBinAddr: 0x127FBC, symSize: 0x74 } + - { offsetInCU: 0x8F9, offset: 0x16272D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1B84, symBinAddr: 0x128030, symSize: 0xC } + - { offsetInCU: 0x915, offset: 0x162749, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1B90, symBinAddr: 0x12803C, symSize: 0xC } + - { offsetInCU: 0x933, offset: 0x162767, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x14E0, symBinAddr: 0x12798C, symSize: 0x3FC } + - { offsetInCU: 0x9A6, offset: 0x1627DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfd', symObjAddr: 0x1C28, symBinAddr: 0x1280D4, symSize: 0x4C } + - { offsetInCU: 0x9F1, offset: 0x162825, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfD', symObjAddr: 0x1C74, symBinAddr: 0x128120, symSize: 0x1C } + - { offsetInCU: 0xA2D, offset: 0x162861, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1E68, symBinAddr: 0x128304, symSize: 0xC } + - { offsetInCU: 0xA6E, offset: 0x1628A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1E74, symBinAddr: 0x128310, symSize: 0xC } + - { offsetInCU: 0xAA0, offset: 0x1628D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x1E80, symBinAddr: 0x12831C, symSize: 0xC } + - { offsetInCU: 0xACB, offset: 0x1628FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x1E8C, symBinAddr: 0x128328, symSize: 0xC } + - { offsetInCU: 0xB0C, offset: 0x162940, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x1E98, symBinAddr: 0x128334, symSize: 0xC } + - { offsetInCU: 0xB86, offset: 0x1629BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xCC, symBinAddr: 0x126578, symSize: 0x18 } + - { offsetInCU: 0xBB7, offset: 0x1629EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xE4, symBinAddr: 0x126590, symSize: 0xC } + - { offsetInCU: 0xD11, offset: 0x162B45, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfE', symObjAddr: 0x1BEC, symBinAddr: 0x128098, symSize: 0x3C } + - { offsetInCU: 0xD69, offset: 0x162B9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCMa', symObjAddr: 0x1C90, symBinAddr: 0x12813C, symSize: 0x20 } + - { offsetInCU: 0xD7D, offset: 0x162BB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwet', symObjAddr: 0x1CC0, symBinAddr: 0x12815C, symSize: 0x90 } + - { offsetInCU: 0xD91, offset: 0x162BC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwst', symObjAddr: 0x1D50, symBinAddr: 0x1281EC, symSize: 0xBC } + - { offsetInCU: 0xDA5, offset: 0x162BD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwup', symObjAddr: 0x1E0C, symBinAddr: 0x1282A8, symSize: 0x4 } + - { offsetInCU: 0xDB9, offset: 0x162BED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOMa', symObjAddr: 0x1E10, symBinAddr: 0x1282AC, symSize: 0x10 } + - { offsetInCU: 0xDCD, offset: 0x162C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASQWb', symObjAddr: 0x1E20, symBinAddr: 0x1282BC, symSize: 0x4 } + - { offsetInCU: 0xDE1, offset: 0x162C15, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSQAAWl', symObjAddr: 0x1E24, symBinAddr: 0x1282C0, symSize: 0x44 } + - { offsetInCU: 0xDF5, offset: 0x162C29, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSYAAWl', symObjAddr: 0x1EA4, symBinAddr: 0x128340, symSize: 0x44 } + - { offsetInCU: 0xE09, offset: 0x162C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs0D3KeyAAWl', symObjAddr: 0x1F4C, symBinAddr: 0x128384, symSize: 0x44 } + - { offsetInCU: 0xE1D, offset: 0x162C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSEAAWl', symObjAddr: 0x2018, symBinAddr: 0x1283C8, symSize: 0x44 } + - { offsetInCU: 0xE31, offset: 0x162C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs9CodingKeyAAWl', symObjAddr: 0x20A0, symBinAddr: 0x12840C, symSize: 0x44 } + - { offsetInCU: 0xE45, offset: 0x162C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSEAASERzlWl', symObjAddr: 0x20E4, symBinAddr: 0x128450, symSize: 0x78 } + - { offsetInCU: 0xE59, offset: 0x162C8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGMa', symObjAddr: 0x215C, symBinAddr: 0x1284C8, symSize: 0x6C } + - { offsetInCU: 0xE6D, offset: 0x162CA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSeAAWl', symObjAddr: 0x23AC, symBinAddr: 0x128670, symSize: 0x44 } + - { offsetInCU: 0xE81, offset: 0x162CB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSeAASeRzlWl', symObjAddr: 0x2434, symBinAddr: 0x1286B4, symSize: 0x78 } + - { offsetInCU: 0xE95, offset: 0x162CC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x2624, symBinAddr: 0x1287A0, symSize: 0x90 } + - { offsetInCU: 0xEA9, offset: 0x162CDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x26B4, symBinAddr: 0x128830, symSize: 0xBC } + - { offsetInCU: 0xEBD, offset: 0x162CF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x2770, symBinAddr: 0x1288EC, symSize: 0x8 } + - { offsetInCU: 0xED1, offset: 0x162D05, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x2778, symBinAddr: 0x1288F4, symSize: 0x4 } + - { offsetInCU: 0xEE5, offset: 0x162D19, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x277C, symBinAddr: 0x1288F8, symSize: 0x8 } + - { offsetInCU: 0xEF9, offset: 0x162D2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x2784, symBinAddr: 0x128900, symSize: 0x10 } + - { offsetInCU: 0xF0D, offset: 0x162D41, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x2794, symBinAddr: 0x128910, symSize: 0x90 } + - { offsetInCU: 0xF21, offset: 0x162D55, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x2824, symBinAddr: 0x1289A0, symSize: 0xBC } + - { offsetInCU: 0xF35, offset: 0x162D69, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x28E0, symBinAddr: 0x128A5C, symSize: 0x8 } + - { offsetInCU: 0xF49, offset: 0x162D7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x28E8, symBinAddr: 0x128A64, symSize: 0x4 } + - { offsetInCU: 0xF5D, offset: 0x162D91, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x28EC, symBinAddr: 0x128A68, symSize: 0xC } + - { offsetInCU: 0xF71, offset: 0x162DA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x28F8, symBinAddr: 0x128A74, symSize: 0x10 } + - { offsetInCU: 0xF85, offset: 0x162DB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x2908, symBinAddr: 0x128A84, symSize: 0x4 } + - { offsetInCU: 0xF99, offset: 0x162DCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x290C, symBinAddr: 0x128A88, symSize: 0x44 } + - { offsetInCU: 0xFAD, offset: 0x162DE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x2950, symBinAddr: 0x128ACC, symSize: 0x4 } + - { offsetInCU: 0xFC1, offset: 0x162DF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x2954, symBinAddr: 0x128AD0, symSize: 0x44 } + - { offsetInCU: 0xFD5, offset: 0x162E09, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2998, symBinAddr: 0x128B14, symSize: 0x4 } + - { offsetInCU: 0xFE9, offset: 0x162E1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x299C, symBinAddr: 0x128B18, symSize: 0x44 } + - { offsetInCU: 0xFFD, offset: 0x162E31, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x29E0, symBinAddr: 0x128B5C, symSize: 0x4 } + - { offsetInCU: 0x1011, offset: 0x162E45, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x29E4, symBinAddr: 0x128B60, symSize: 0x44 } + - { offsetInCU: 0x1025, offset: 0x162E59, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2A28, symBinAddr: 0x128BA4, symSize: 0x4 } + - { offsetInCU: 0x1039, offset: 0x162E6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2A2C, symBinAddr: 0x128BA8, symSize: 0x44 } + - { offsetInCU: 0x104D, offset: 0x162E81, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2A70, symBinAddr: 0x128BEC, symSize: 0x4 } + - { offsetInCU: 0x1061, offset: 0x162E95, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2A74, symBinAddr: 0x128BF0, symSize: 0x44 } + - { offsetInCU: 0x1095, offset: 0x162EC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC, symBinAddr: 0x1264B8, symSize: 0x14 } + - { offsetInCU: 0x1126, offset: 0x162F5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x20, symBinAddr: 0x1264CC, symSize: 0x44 } + - { offsetInCU: 0x11D5, offset: 0x163009, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x126510, symSize: 0x28 } + - { offsetInCU: 0x1228, offset: 0x16305C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8C, symBinAddr: 0x126538, symSize: 0x40 } + - { offsetInCU: 0x12AB, offset: 0x1630DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF0, symBinAddr: 0x12659C, symSize: 0x5C } + - { offsetInCU: 0x12CE, offset: 0x163102, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x14C, symBinAddr: 0x1265F8, symSize: 0x4C } + - { offsetInCU: 0x1332, offset: 0x163166, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x190C, symBinAddr: 0x127DB8, symSize: 0xC } + - { offsetInCU: 0x136C, offset: 0x1631A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1918, symBinAddr: 0x127DC4, symSize: 0xC } + - { offsetInCU: 0x138C, offset: 0x1631C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1918, symBinAddr: 0x127DC4, symSize: 0xC } + - { offsetInCU: 0x13A0, offset: 0x1631D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1918, symBinAddr: 0x127DC4, symSize: 0xC } + - { offsetInCU: 0x13B2, offset: 0x1631E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1924, symBinAddr: 0x127DD0, symSize: 0x8 } + - { offsetInCU: 0x13CE, offset: 0x163202, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x192C, symBinAddr: 0x127DD8, symSize: 0x8 } + - { offsetInCU: 0x13E8, offset: 0x16321C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x19FC, symBinAddr: 0x127EA8, symSize: 0x28 } + - { offsetInCU: 0x1404, offset: 0x163238, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A24, symBinAddr: 0x127ED0, symSize: 0x28 } + - { offsetInCU: 0x1420, offset: 0x163254, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A4C, symBinAddr: 0x127EF8, symSize: 0xC } + - { offsetInCU: 0x143C, offset: 0x163270, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1A58, symBinAddr: 0x127F04, symSize: 0x8 } + - { offsetInCU: 0x1458, offset: 0x16328C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A60, symBinAddr: 0x127F0C, symSize: 0x8 } + - { offsetInCU: 0x1474, offset: 0x1632A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1A68, symBinAddr: 0x127F14, symSize: 0x8 } + - { offsetInCU: 0x1496, offset: 0x1632CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1B9C, symBinAddr: 0x128048, symSize: 0x28 } + - { offsetInCU: 0x14B2, offset: 0x1632E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1BC4, symBinAddr: 0x128070, symSize: 0x28 } + - { offsetInCU: 0x9D, offset: 0x163570, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xE0, symBinAddr: 0x128D6C, symSize: 0x20 } + - { offsetInCU: 0xCE, offset: 0x1635A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x100, symBinAddr: 0x128D8C, symSize: 0x18 } + - { offsetInCU: 0x125, offset: 0x1635F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1C0, symBinAddr: 0x128E4C, symSize: 0x48 } + - { offsetInCU: 0x14A, offset: 0x16361D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x208, symBinAddr: 0x128E94, symSize: 0x338 } + - { offsetInCU: 0x1B2, offset: 0x163685, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x540, symBinAddr: 0x1291CC, symSize: 0x5E0 } + - { offsetInCU: 0x41F, offset: 0x1638F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB20, symBinAddr: 0x1297AC, symSize: 0x1F8 } + - { offsetInCU: 0x48D, offset: 0x163960, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO8rawValueSSvg', symObjAddr: 0xD18, symBinAddr: 0x1299A4, symSize: 0x18 } + - { offsetInCU: 0x4C6, offset: 0x163999, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xD30, symBinAddr: 0x1299BC, symSize: 0x18 } + - { offsetInCU: 0x4F4, offset: 0x1639C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xD30, symBinAddr: 0x1299BC, symSize: 0x18 } + - { offsetInCU: 0x546, offset: 0x163A19, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0xD6C, symBinAddr: 0x1299F8, symSize: 0x64 } + - { offsetInCU: 0x5AC, offset: 0x163A7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0xDD0, symBinAddr: 0x129A5C, symSize: 0x28 } + - { offsetInCU: 0x5C8, offset: 0x163A9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xDF8, symBinAddr: 0x129A84, symSize: 0x8 } + - { offsetInCU: 0x5FE, offset: 0x163AD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xE00, symBinAddr: 0x129A8C, symSize: 0x68 } + - { offsetInCU: 0x683, offset: 0x163B56, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xE68, symBinAddr: 0x129AF4, symSize: 0xC } + - { offsetInCU: 0x69F, offset: 0x163B72, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xE74, symBinAddr: 0x129B00, symSize: 0xC } + - { offsetInCU: 0x6DB, offset: 0x163BAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfD', symObjAddr: 0xEF4, symBinAddr: 0x129B80, symSize: 0x3C } + - { offsetInCU: 0x7D6, offset: 0x163CA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfE', symObjAddr: 0xED0, symBinAddr: 0x129B5C, symSize: 0x24 } + - { offsetInCU: 0x82E, offset: 0x163D01, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCMa', symObjAddr: 0xF30, symBinAddr: 0x129BBC, symSize: 0x20 } + - { offsetInCU: 0x842, offset: 0x163D15, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwet', symObjAddr: 0xF60, symBinAddr: 0x129BDC, symSize: 0x90 } + - { offsetInCU: 0x856, offset: 0x163D29, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwst', symObjAddr: 0xFF0, symBinAddr: 0x129C6C, symSize: 0xBC } + - { offsetInCU: 0x86A, offset: 0x163D3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwug', symObjAddr: 0x10AC, symBinAddr: 0x129D28, symSize: 0x8 } + - { offsetInCU: 0x87E, offset: 0x163D51, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwup', symObjAddr: 0x10B4, symBinAddr: 0x129D30, symSize: 0x4 } + - { offsetInCU: 0x892, offset: 0x163D65, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwui', symObjAddr: 0x10B8, symBinAddr: 0x129D34, symSize: 0xC } + - { offsetInCU: 0x8A6, offset: 0x163D79, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOMa', symObjAddr: 0x10C4, symBinAddr: 0x129D40, symSize: 0x10 } + - { offsetInCU: 0x8BA, offset: 0x163D8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASQWb', symObjAddr: 0x10D4, symBinAddr: 0x129D50, symSize: 0x4 } + - { offsetInCU: 0x8CE, offset: 0x163DA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSQAAWl', symObjAddr: 0x10D8, symBinAddr: 0x129D54, symSize: 0x44 } + - { offsetInCU: 0x8E2, offset: 0x163DB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSYAAWl', symObjAddr: 0x111C, symBinAddr: 0x129D98, symSize: 0x44 } + - { offsetInCU: 0x8F6, offset: 0x163DC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs0C3KeyAAWl', symObjAddr: 0x11C4, symBinAddr: 0x129DDC, symSize: 0x44 } + - { offsetInCU: 0x90A, offset: 0x163DDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSEAAWl', symObjAddr: 0x12A0, symBinAddr: 0x129E20, symSize: 0x44 } + - { offsetInCU: 0x91E, offset: 0x163DF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSeAAWl', symObjAddr: 0x13AC, symBinAddr: 0x129EC8, symSize: 0x44 } + - { offsetInCU: 0x932, offset: 0x163E05, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwet', symObjAddr: 0x14B4, symBinAddr: 0x129F0C, symSize: 0x90 } + - { offsetInCU: 0x946, offset: 0x163E19, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwst', symObjAddr: 0x1544, symBinAddr: 0x129F9C, symSize: 0xBC } + - { offsetInCU: 0x95A, offset: 0x163E2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwug', symObjAddr: 0x1600, symBinAddr: 0x12A058, symSize: 0x8 } + - { offsetInCU: 0x96E, offset: 0x163E41, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwup', symObjAddr: 0x1608, symBinAddr: 0x12A060, symSize: 0x4 } + - { offsetInCU: 0x982, offset: 0x163E55, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwui', symObjAddr: 0x160C, symBinAddr: 0x12A064, symSize: 0x8 } + - { offsetInCU: 0x996, offset: 0x163E69, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOMa', symObjAddr: 0x1614, symBinAddr: 0x12A06C, symSize: 0x10 } + - { offsetInCU: 0x9AA, offset: 0x163E7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASQWb', symObjAddr: 0x1624, symBinAddr: 0x12A07C, symSize: 0x4 } + - { offsetInCU: 0x9BE, offset: 0x163E91, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFSQAAWl', symObjAddr: 0x1628, symBinAddr: 0x12A080, symSize: 0x44 } + - { offsetInCU: 0x9D2, offset: 0x163EA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x166C, symBinAddr: 0x12A0C4, symSize: 0x4 } + - { offsetInCU: 0x9E6, offset: 0x163EB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1670, symBinAddr: 0x12A0C8, symSize: 0x44 } + - { offsetInCU: 0x9FA, offset: 0x163ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16B4, symBinAddr: 0x12A10C, symSize: 0x4 } + - { offsetInCU: 0xA0E, offset: 0x163EE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16B8, symBinAddr: 0x12A110, symSize: 0x44 } + - { offsetInCU: 0xA42, offset: 0x163F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x128C8C, symSize: 0x18 } + - { offsetInCU: 0xAD3, offset: 0x163FA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x128CA4, symSize: 0x4C } + - { offsetInCU: 0xBB4, offset: 0x164087, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x128CF0, symSize: 0x34 } + - { offsetInCU: 0xC3B, offset: 0x16410E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98, symBinAddr: 0x128D24, symSize: 0x48 } + - { offsetInCU: 0xCF0, offset: 0x1641C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x118, symBinAddr: 0x128DA4, symSize: 0x5C } + - { offsetInCU: 0xD13, offset: 0x1641E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x174, symBinAddr: 0x128E00, symSize: 0x4C } + - { offsetInCU: 0xD77, offset: 0x16424A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD48, symBinAddr: 0x1299D4, symSize: 0xC } + - { offsetInCU: 0xD93, offset: 0x164266, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH9hashValueSivgTW', symObjAddr: 0xD54, symBinAddr: 0x1299E0, symSize: 0x8 } + - { offsetInCU: 0xDAF, offset: 0x164282, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD5C, symBinAddr: 0x1299E8, symSize: 0x8 } + - { offsetInCU: 0xDCB, offset: 0x16429E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD64, symBinAddr: 0x1299F0, symSize: 0x8 } + - { offsetInCU: 0xDED, offset: 0x1642C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xE80, symBinAddr: 0x129B0C, symSize: 0x28 } + - { offsetInCU: 0xE09, offset: 0x1642DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xEA8, symBinAddr: 0x129B34, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1644B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x12A154, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x1644CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x12A154, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x1644E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMr', symObjAddr: 0x4, symBinAddr: 0x12A158, symSize: 0x78 } + - { offsetInCU: 0x77, offset: 0x164502, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC7storageAA0cD7StorageOyxGvg', symObjAddr: 0x7C, symBinAddr: 0x12A1D0, symSize: 0x64 } + - { offsetInCU: 0xEF, offset: 0x16457A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCfD', symObjAddr: 0x110, symBinAddr: 0x12A234, symSize: 0x3C } + - { offsetInCU: 0x143, offset: 0x1645CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0A2aEP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x158, symBinAddr: 0x12A27C, symSize: 0x20 } + - { offsetInCU: 0x16E, offset: 0x1645F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x178, symBinAddr: 0x12A29C, symSize: 0xC } + - { offsetInCU: 0x18E, offset: 0x164619, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x178, symBinAddr: 0x12A29C, symSize: 0xC } + - { offsetInCU: 0x1AF, offset: 0x16463A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x184, symBinAddr: 0x12A2A8, symSize: 0x24 } + - { offsetInCU: 0x1E1, offset: 0x16466C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1B0, symBinAddr: 0x12A2D4, symSize: 0x10 } + - { offsetInCU: 0x20E, offset: 0x164699, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9valueTypeypXpvgTf4d_n', symObjAddr: 0x1C0, symBinAddr: 0x12A2E4, symSize: 0x4 } + - { offsetInCU: 0x23A, offset: 0x1646C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMa', symObjAddr: 0x14C, symBinAddr: 0x12A270, symSize: 0xC } + - { offsetInCU: 0x24E, offset: 0x1646D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0AA0C0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x1A8, symBinAddr: 0x12A2CC, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x164846, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV24zip64ExtendedInformationAC05ZIP64gH0VSgvg', symObjAddr: 0x10, symBinAddr: 0x12A2E8, symSize: 0x210 } + - { offsetInCU: 0xCF, offset: 0x1648EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV24zip64ExtendedInformationAC05ZIP64gH0VSgvg', symObjAddr: 0x10, symBinAddr: 0x12A2E8, symSize: 0x210 } + - { offsetInCU: 0x46E, offset: 0x164C8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x220, symBinAddr: 0x12A4F8, symSize: 0x1FC } + - { offsetInCU: 0x823, offset: 0x165042, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x41C, symBinAddr: 0x12A6F4, symSize: 0x10C } + - { offsetInCU: 0x9F7, offset: 0x165216, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x528, symBinAddr: 0x12A800, symSize: 0x8 } + - { offsetInCU: 0xA4B, offset: 0x16526A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x530, symBinAddr: 0x12A808, symSize: 0x40 } + - { offsetInCU: 0xB2E, offset: 0x16534D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x570, symBinAddr: 0x12A848, symSize: 0x24 } + - { offsetInCU: 0xC25, offset: 0x165444, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9A8, symBinAddr: 0x12AC80, symSize: 0x14 } + - { offsetInCU: 0xCB4, offset: 0x1654D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH9hashValueSivgTW', symObjAddr: 0x9BC, symBinAddr: 0x12AC94, symSize: 0x44 } + - { offsetInCU: 0xD97, offset: 0x1655B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA00, symBinAddr: 0x12ACD8, symSize: 0x28 } + - { offsetInCU: 0xE54, offset: 0x165673, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt64V_Tg5', symObjAddr: 0x5E0, symBinAddr: 0x12A8B8, symSize: 0x1D4 } + - { offsetInCU: 0x1051, offset: 0x165870, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt32V_Tg5', symObjAddr: 0x7C4, symBinAddr: 0x12AA9C, symSize: 0x1D4 } + - { offsetInCU: 0x125C, offset: 0x165A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfCTf4nnd_n', symObjAddr: 0xA68, symBinAddr: 0x12AD40, symSize: 0x24C } + - { offsetInCU: 0x1468, offset: 0x165C87, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV07scanForC5Field2in6fieldsAESg10Foundation4DataV_SayAE0H0OGtFZTf4nnd_n', symObjAddr: 0xCC4, symBinAddr: 0x12AF9C, symSize: 0x20C } + - { offsetInCU: 0x15FE, offset: 0x165E1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAEs0C0AAWl', symObjAddr: 0xF34, symBinAddr: 0x12B1C8, symSize: 0x44 } + - { offsetInCU: 0x1612, offset: 0x165E31, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ExtensibleDataField_pWOc', symObjAddr: 0xF78, symBinAddr: 0x12B20C, symSize: 0x44 } + - { offsetInCU: 0x1626, offset: 0x165E45, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwet', symObjAddr: 0x102C, symBinAddr: 0x12B250, symSize: 0x90 } + - { offsetInCU: 0x163A, offset: 0x165E59, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwst', symObjAddr: 0x10BC, symBinAddr: 0x12B2E0, symSize: 0xBC } + - { offsetInCU: 0x164E, offset: 0x165E6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwug', symObjAddr: 0x1178, symBinAddr: 0x12B39C, symSize: 0x8 } + - { offsetInCU: 0x1662, offset: 0x165E81, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwup', symObjAddr: 0x1180, symBinAddr: 0x12B3A4, symSize: 0x4 } + - { offsetInCU: 0x1676, offset: 0x165E95, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwui', symObjAddr: 0x1184, symBinAddr: 0x12B3A8, symSize: 0x8 } + - { offsetInCU: 0x168A, offset: 0x165EA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOMa', symObjAddr: 0x118C, symBinAddr: 0x12B3B0, symSize: 0x10 } + - { offsetInCU: 0x169E, offset: 0x165EBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwet', symObjAddr: 0x11A0, symBinAddr: 0x12B3C0, symSize: 0x50 } + - { offsetInCU: 0x16B2, offset: 0x165ED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwst', symObjAddr: 0x11F0, symBinAddr: 0x12B410, symSize: 0x8C } + - { offsetInCU: 0x16C6, offset: 0x165EE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwug', symObjAddr: 0x127C, symBinAddr: 0x12B49C, symSize: 0x8 } + - { offsetInCU: 0x16DA, offset: 0x165EF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwup', symObjAddr: 0x1284, symBinAddr: 0x12B4A4, symSize: 0x4 } + - { offsetInCU: 0x16EE, offset: 0x165F0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwui', symObjAddr: 0x1288, symBinAddr: 0x12B4A8, symSize: 0x4 } + - { offsetInCU: 0x1702, offset: 0x165F21, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOMa', symObjAddr: 0x128C, symBinAddr: 0x12B4AC, symSize: 0x10 } + - { offsetInCU: 0x1716, offset: 0x165F35, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwCP', symObjAddr: 0x129C, symBinAddr: 0x12B4BC, symSize: 0x30 } + - { offsetInCU: 0x172A, offset: 0x165F49, size: 0x8, addend: 0x0, symName: ___swift_memcpy36_8, symObjAddr: 0x12CC, symBinAddr: 0x12B4EC, symSize: 0x14 } + - { offsetInCU: 0x173E, offset: 0x165F5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwet', symObjAddr: 0x12E0, symBinAddr: 0x12B500, symSize: 0x20 } + - { offsetInCU: 0x1752, offset: 0x165F71, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwst', symObjAddr: 0x1300, symBinAddr: 0x12B520, symSize: 0x30 } + - { offsetInCU: 0x1766, offset: 0x165F85, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVMa', symObjAddr: 0x1330, symBinAddr: 0x12B550, symSize: 0x10 } + - { offsetInCU: 0x177A, offset: 0x165F99, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASQWb', symObjAddr: 0x1340, symBinAddr: 0x12B560, symSize: 0x4 } + - { offsetInCU: 0x178E, offset: 0x165FAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAESQAAWl', symObjAddr: 0x1344, symBinAddr: 0x12B564, symSize: 0x44 } + - { offsetInCU: 0x17A2, offset: 0x165FC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASQWb', symObjAddr: 0x1388, symBinAddr: 0x12B5A8, symSize: 0x4 } + - { offsetInCU: 0x17B6, offset: 0x165FD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOAGSQAAWl', symObjAddr: 0x138C, symBinAddr: 0x12B5AC, symSize: 0x44 } + - { offsetInCU: 0x18C3, offset: 0x1660E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x594, symBinAddr: 0x12A86C, symSize: 0x3C } + - { offsetInCU: 0x195F, offset: 0x16617E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0x5D0, symBinAddr: 0x12A8A8, symSize: 0x4 } + - { offsetInCU: 0x197B, offset: 0x16619A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0x5D4, symBinAddr: 0x12A8AC, symSize: 0x4 } + - { offsetInCU: 0x1997, offset: 0x1661B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x5D8, symBinAddr: 0x12A8B0, symSize: 0x4 } + - { offsetInCU: 0x19B3, offset: 0x1661D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x5DC, symBinAddr: 0x12A8B4, symSize: 0x4 } + - { offsetInCU: 0x1A45, offset: 0x166264, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA28, symBinAddr: 0x12AD00, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1664E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x12B5F0, symSize: 0x90C } + - { offsetInCU: 0x284, offset: 0x16673F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x12B5F0, symSize: 0x90C } + - { offsetInCU: 0xC8B, offset: 0x167146, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x90C, symBinAddr: 0x12BEFC, symSize: 0x50 } + - { offsetInCU: 0xCC5, offset: 0x167180, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCADycfcTo', symObjAddr: 0x95C, symBinAddr: 0x12BF4C, symSize: 0x88 } + - { offsetInCU: 0xD28, offset: 0x1671E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5layerADyp_tcfcTo', symObjAddr: 0x9E4, symBinAddr: 0x12BFD4, symSize: 0xE8 } + - { offsetInCU: 0xD6D, offset: 0x167228, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfc', symObjAddr: 0xACC, symBinAddr: 0x12C0BC, symSize: 0xA0 } + - { offsetInCU: 0xDAA, offset: 0x167265, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB6C, symBinAddr: 0x12C15C, symSize: 0x30 } + - { offsetInCU: 0xDC6, offset: 0x167281, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfD', symObjAddr: 0xB9C, symBinAddr: 0x12C18C, symSize: 0x34 } + - { offsetInCU: 0xF6E, offset: 0x167429, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfETo', symObjAddr: 0xBD0, symBinAddr: 0x12C1C0, symSize: 0x10 } + - { offsetInCU: 0xF9D, offset: 0x167458, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCMa', symObjAddr: 0xBE0, symBinAddr: 0x12C1D0, symSize: 0x20 } + - { offsetInCU: 0x105A, offset: 0x167515, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0xC00, symBinAddr: 0x12C1F0, symSize: 0x4A0 } + - { offsetInCU: 0x13D2, offset: 0x16788D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC16updateShapeLayer5layerySo07CAShapeG0C_tF', symObjAddr: 0x10A0, symBinAddr: 0x12C690, symSize: 0x1C4 } + - { offsetInCU: 0x15B0, offset: 0x167A6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfD', symObjAddr: 0x1288, symBinAddr: 0x12C878, symSize: 0x3C } + - { offsetInCU: 0x1620, offset: 0x167ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x12E4, symBinAddr: 0x12C8D4, symSize: 0xC } + - { offsetInCU: 0x1652, offset: 0x167B0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x12F0, symBinAddr: 0x12C8E0, symSize: 0x20 } + - { offsetInCU: 0x1698, offset: 0x167B53, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1310, symBinAddr: 0x12C900, symSize: 0x40 } + - { offsetInCU: 0x16DF, offset: 0x167B9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x1350, symBinAddr: 0x12C940, symSize: 0x4 } + - { offsetInCU: 0x1707, offset: 0x167BC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfE', symObjAddr: 0x1264, symBinAddr: 0x12C854, symSize: 0x24 } + - { offsetInCU: 0x1734, offset: 0x167BEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCMa', symObjAddr: 0x12C4, symBinAddr: 0x12C8B4, symSize: 0x20 } + - { offsetInCU: 0x3E6, offset: 0x168456, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_Say12CoreGraphics7CGFloatVGTB5', symObjAddr: 0x210, symBinAddr: 0x12CB2C, symSize: 0x594 } + - { offsetInCU: 0x8BA, offset: 0x16892A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_SaySo10CGColorRefaGTB5', symObjAddr: 0x7A4, symBinAddr: 0x12D0C0, symSize: 0x594 } + - { offsetInCU: 0xEC3, offset: 0x168F33, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKF', symObjAddr: 0xD78, symBinAddr: 0x12D694, symSize: 0x7E8 } + - { offsetInCU: 0x1355, offset: 0x1693C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_', symObjAddr: 0x1A60, symBinAddr: 0x12E2DC, symSize: 0x138 } + - { offsetInCU: 0x1507, offset: 0x169577, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_', symObjAddr: 0x1B98, symBinAddr: 0x12E414, symSize: 0x128 } + - { offsetInCU: 0x1766, offset: 0x1697D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientShapeItemPAAE18colorConfiguration33_B799B7369307A01782ECC9AEBF9C580CLL4from4typeSaySo10CGColorRefa0E0_12CoreGraphics7CGFloatV8locationtGSaySdG_AA0B11ContentTypeOtF', symObjAddr: 0x15C4, symBinAddr: 0x12DE7C, symSize: 0x460 } + - { offsetInCU: 0x2080, offset: 0x16A0F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x1CC0, symBinAddr: 0x12E53C, symSize: 0x3E0 } + - { offsetInCU: 0x22F8, offset: 0x16A368, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x20A0, symBinAddr: 0x12E91C, symSize: 0x29C } + - { offsetInCU: 0x249F, offset: 0x16A50F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_', symObjAddr: 0x23A4, symBinAddr: 0x12EBB8, symSize: 0x90 } + - { offsetInCU: 0x2626, offset: 0x16A696, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x2434, symBinAddr: 0x12EC48, symSize: 0x50 } + - { offsetInCU: 0x27D4, offset: 0x16A844, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5', symObjAddr: 0x2484, symBinAddr: 0x12EC98, symSize: 0x30 } + - { offsetInCU: 0x281D, offset: 0x16A88D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5', symObjAddr: 0x24B4, symBinAddr: 0x12ECC8, symSize: 0x70 } + - { offsetInCU: 0x287D, offset: 0x16A8ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5TA', symObjAddr: 0x2548, symBinAddr: 0x12ED5C, symSize: 0x8 } + - { offsetInCU: 0x2891, offset: 0x16A901, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_TA', symObjAddr: 0x2550, symBinAddr: 0x12ED64, symSize: 0x1C } + - { offsetInCU: 0x28E1, offset: 0x16A951, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Say12CoreGraphics7CGFloatVG_TG5TA', symObjAddr: 0x256C, symBinAddr: 0x12ED80, symSize: 0x2C } + - { offsetInCU: 0x294E, offset: 0x16A9BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_TA', symObjAddr: 0x2598, symBinAddr: 0x12EDAC, symSize: 0x1C } + - { offsetInCU: 0x2BF5, offset: 0x16AC65, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_SaySo10CGColorRefaGTg5Tf4nnndxn_n', symObjAddr: 0x2624, symBinAddr: 0x12EDFC, symSize: 0xD54 } + - { offsetInCU: 0x37E6, offset: 0x16B856, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_Say12CoreGraphics7CGFloatVGTg5Tf4nnndxn_n', symObjAddr: 0x3C70, symBinAddr: 0x130448, symSize: 0xD54 } + - { offsetInCU: 0x43D7, offset: 0x16C447, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_TA', symObjAddr: 0x4B5C, symBinAddr: 0x131334, symSize: 0x18 } + - { offsetInCU: 0x43EB, offset: 0x16C45B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOr', symObjAddr: 0x4CFC, symBinAddr: 0x131374, symSize: 0x2C } + - { offsetInCU: 0x43FF, offset: 0x16C46F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOs', symObjAddr: 0x4D50, symBinAddr: 0x1313A0, symSize: 0x2C } + - { offsetInCU: 0x4413, offset: 0x16C483, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTg5TA', symObjAddr: 0x4E58, symBinAddr: 0x1313E0, symSize: 0x8 } + - { offsetInCU: 0x4427, offset: 0x16C497, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4E60, symBinAddr: 0x1313E8, symSize: 0x8 } + - { offsetInCU: 0x443B, offset: 0x16C4AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4F94, symBinAddr: 0x131428, symSize: 0x8 } + - { offsetInCU: 0x444F, offset: 0x16C4BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4F9C, symBinAddr: 0x131430, symSize: 0x8 } + - { offsetInCU: 0x4463, offset: 0x16C4D3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_SaySo10CGColorRefaGTg5TA', symObjAddr: 0x5114, symBinAddr: 0x131520, symSize: 0x8 } + - { offsetInCU: 0x4477, offset: 0x16C4E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwCP', symObjAddr: 0x511C, symBinAddr: 0x131528, symSize: 0x30 } + - { offsetInCU: 0x448B, offset: 0x16C4FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwet', symObjAddr: 0x515C, symBinAddr: 0x131558, symSize: 0x20 } + - { offsetInCU: 0x449F, offset: 0x16C50F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwst', symObjAddr: 0x517C, symBinAddr: 0x131578, symSize: 0x2C } + - { offsetInCU: 0x44B3, offset: 0x16C523, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVMa', symObjAddr: 0x51A8, symBinAddr: 0x1315A4, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x16CDE9, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x1315F4, symSize: 0x134 } + - { offsetInCU: 0x69, offset: 0x16CE2B, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x1315F4, symSize: 0x134 } + - { offsetInCU: 0xBA, offset: 0x16CE7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwCP', symObjAddr: 0x144, symBinAddr: 0x131738, symSize: 0x60 } + - { offsetInCU: 0xCE, offset: 0x16CE90, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwxx', symObjAddr: 0x1A4, symBinAddr: 0x131798, symSize: 0x40 } + - { offsetInCU: 0xE2, offset: 0x16CEA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwcp', symObjAddr: 0x1E4, symBinAddr: 0x1317D8, symSize: 0x60 } + - { offsetInCU: 0xF6, offset: 0x16CEB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwca', symObjAddr: 0x244, symBinAddr: 0x131838, symSize: 0xD8 } + - { offsetInCU: 0x10A, offset: 0x16CECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwta', symObjAddr: 0x330, symBinAddr: 0x131910, symSize: 0x80 } + - { offsetInCU: 0x11E, offset: 0x16CEE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwet', symObjAddr: 0x3B0, symBinAddr: 0x131990, symSize: 0x58 } + - { offsetInCU: 0x132, offset: 0x16CEF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwst', symObjAddr: 0x408, symBinAddr: 0x1319E8, symSize: 0x58 } + - { offsetInCU: 0x146, offset: 0x16CF08, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwug', symObjAddr: 0x460, symBinAddr: 0x131A40, symSize: 0x18 } + - { offsetInCU: 0x15A, offset: 0x16CF1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwup', symObjAddr: 0x478, symBinAddr: 0x131A58, symSize: 0x4 } + - { offsetInCU: 0x16E, offset: 0x16CF30, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwui', symObjAddr: 0x47C, symBinAddr: 0x131A5C, symSize: 0x24 } + - { offsetInCU: 0x182, offset: 0x16CF44, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOMa', symObjAddr: 0x4A0, symBinAddr: 0x131A80, symSize: 0x10 } + - { offsetInCU: 0x1AD, offset: 0x16CF6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x134, symBinAddr: 0x131728, symSize: 0x4 } + - { offsetInCU: 0x1C9, offset: 0x16CF8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x138, symBinAddr: 0x13172C, symSize: 0x4 } + - { offsetInCU: 0x1E5, offset: 0x16CFA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x13C, symBinAddr: 0x131730, symSize: 0x4 } + - { offsetInCU: 0x201, offset: 0x16CFC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x140, symBinAddr: 0x131734, symSize: 0x4 } + - { offsetInCU: 0x5E, offset: 0x16D17B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfC', symObjAddr: 0x0, symBinAddr: 0x131A90, symSize: 0x58 } + - { offsetInCU: 0x92, offset: 0x16D1AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc', symObjAddr: 0x58, symBinAddr: 0x131AE8, symSize: 0x30 } + - { offsetInCU: 0xD0, offset: 0x16D1ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfC', symObjAddr: 0x88, symBinAddr: 0x131B18, symSize: 0xA8 } + - { offsetInCU: 0x123, offset: 0x16D240, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc', symObjAddr: 0x130, symBinAddr: 0x131BC0, symSize: 0x94 } + - { offsetInCU: 0x161, offset: 0x16D27E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg', symObjAddr: 0x1C4, symBinAddr: 0x131C54, symSize: 0x30 } + - { offsetInCU: 0x1AC, offset: 0x16D2C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs', symObjAddr: 0x1F4, symBinAddr: 0x131C84, symSize: 0x4C } + - { offsetInCU: 0x1F2, offset: 0x16D30F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM', symObjAddr: 0x240, symBinAddr: 0x131CD0, symSize: 0x40 } + - { offsetInCU: 0x221, offset: 0x16D33E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x280, symBinAddr: 0x131D10, symSize: 0x34 } + - { offsetInCU: 0x260, offset: 0x16D37D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9valueTypeypXpvg', symObjAddr: 0x2B4, symBinAddr: 0x131D44, symSize: 0xC } + - { offsetInCU: 0x28B, offset: 0x16D3A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg', symObjAddr: 0x2C0, symBinAddr: 0x131D50, symSize: 0xA0 } + - { offsetInCU: 0x2D8, offset: 0x16D3F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x360, symBinAddr: 0x131DF0, symSize: 0x2C } + - { offsetInCU: 0x33E, offset: 0x16D45B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x38C, symBinAddr: 0x131E1C, symSize: 0x18 } + - { offsetInCU: 0x361, offset: 0x16D47E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfd', symObjAddr: 0x3A4, symBinAddr: 0x131E34, symSize: 0x24 } + - { offsetInCU: 0x39C, offset: 0x16D4B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfD', symObjAddr: 0x3C8, symBinAddr: 0x131E58, symSize: 0x2C } + - { offsetInCU: 0x3DF, offset: 0x16D4FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x3F4, symBinAddr: 0x131E84, symSize: 0x20 } + - { offsetInCU: 0x3FB, offset: 0x16D518, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x414, symBinAddr: 0x131EA4, symSize: 0xC } + - { offsetInCU: 0x441, offset: 0x16D55E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x420, symBinAddr: 0x131EB0, symSize: 0x1C } + - { offsetInCU: 0x476, offset: 0x16D593, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfcTf4gn_n', symObjAddr: 0x500, symBinAddr: 0x131F90, symSize: 0x124 } + - { offsetInCU: 0x4ED, offset: 0x16D60A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x43C, symBinAddr: 0x131ECC, symSize: 0x60 } + - { offsetInCU: 0x552, offset: 0x16D66F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x49C, symBinAddr: 0x131F2C, symSize: 0x64 } + - { offsetInCU: 0x599, offset: 0x16D6B6, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOe', symObjAddr: 0x624, symBinAddr: 0x1320B4, symSize: 0x10 } + - { offsetInCU: 0x5AD, offset: 0x16D6CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6B4, symBinAddr: 0x1320F0, symSize: 0x30 } + - { offsetInCU: 0x5F5, offset: 0x16D712, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x754, symBinAddr: 0x132120, symSize: 0xC } + - { offsetInCU: 0x609, offset: 0x16D726, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCMa', symObjAddr: 0x7F4, symBinAddr: 0x1321C0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x16D8F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1321FC, symSize: 0xA4 } + - { offsetInCU: 0x4B, offset: 0x16D919, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1321FC, symSize: 0xA4 } + - { offsetInCU: 0xA9, offset: 0x16D977, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC16hasRenderUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0xA4, symBinAddr: 0x1322A0, symSize: 0xA0 } + - { offsetInCU: 0xE8, offset: 0x16D9B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16hasRenderUpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x144, symBinAddr: 0x132340, symSize: 0x24 } + - { offsetInCU: 0x122, offset: 0x16D9F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCfD', symObjAddr: 0x168, symBinAddr: 0x132364, symSize: 0x24 } + - { offsetInCU: 0x16D, offset: 0x16DA3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP03hasD7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x1AC, symBinAddr: 0x1323A8, symSize: 0x2C } + - { offsetInCU: 0x1B6, offset: 0x16DA84, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x1D8, symBinAddr: 0x1323D4, symSize: 0x90 } + - { offsetInCU: 0x21A, offset: 0x16DAE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x268, symBinAddr: 0x132464, symSize: 0xC } + - { offsetInCU: 0x24D, offset: 0x16DB1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCMa', symObjAddr: 0x18C, symBinAddr: 0x132388, symSize: 0x20 } + - { offsetInCU: 0x73, offset: 0x16DCFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x132480, symSize: 0x50 } + - { offsetInCU: 0xA7, offset: 0x16DD33, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc', symObjAddr: 0x50, symBinAddr: 0x1324D0, symSize: 0x30 } + - { offsetInCU: 0xC8, offset: 0x16DD54, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTo', symObjAddr: 0x80, symBinAddr: 0x132500, symSize: 0xC8 } + - { offsetInCU: 0x149, offset: 0x16DDD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfC', symObjAddr: 0x148, symBinAddr: 0x1325C8, symSize: 0x4C } + - { offsetInCU: 0x190, offset: 0x16DE1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc', symObjAddr: 0x194, symBinAddr: 0x132614, symSize: 0x4C } + - { offsetInCU: 0x1B9, offset: 0x16DE45, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfcTo', symObjAddr: 0x1E0, symBinAddr: 0x132660, symSize: 0x68 } + - { offsetInCU: 0x1FE, offset: 0x16DE8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg', symObjAddr: 0x248, symBinAddr: 0x1326C8, symSize: 0x14 } + - { offsetInCU: 0x22B, offset: 0x16DEB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfC', symObjAddr: 0x25C, symBinAddr: 0x1326DC, symSize: 0x20 } + - { offsetInCU: 0x249, offset: 0x16DED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfc', symObjAddr: 0x27C, symBinAddr: 0x1326FC, symSize: 0x2C } + - { offsetInCU: 0x2AC, offset: 0x16DF38, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfcTo', symObjAddr: 0x2A8, symBinAddr: 0x132728, symSize: 0x2C } + - { offsetInCU: 0x313, offset: 0x16DF9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfD', symObjAddr: 0x2D4, symBinAddr: 0x132754, symSize: 0x34 } + - { offsetInCU: 0x340, offset: 0x16DFCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTf4gn_n', symObjAddr: 0x318, symBinAddr: 0x132798, symSize: 0xA8 } + - { offsetInCU: 0x3E5, offset: 0x16E071, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfETo', symObjAddr: 0x308, symBinAddr: 0x132788, symSize: 0x10 } + - { offsetInCU: 0x414, offset: 0x16E0A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCMa', symObjAddr: 0x3C0, symBinAddr: 0x132840, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x16E22C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x13287C, symSize: 0x408 } + - { offsetInCU: 0x4F, offset: 0x16E250, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x13287C, symSize: 0x408 } + - { offsetInCU: 0x19F, offset: 0x16E3A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCfD', symObjAddr: 0x408, symBinAddr: 0x132C84, symSize: 0x34 } + - { offsetInCU: 0x1EA, offset: 0x16E3EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x45C, symBinAddr: 0x132CD8, symSize: 0x24 } + - { offsetInCU: 0x215, offset: 0x16E416, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x480, symBinAddr: 0x132CFC, symSize: 0x2C } + - { offsetInCU: 0x256, offset: 0x16E457, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x4AC, symBinAddr: 0x132D28, symSize: 0xC } + - { offsetInCU: 0x289, offset: 0x16E48A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCMa', symObjAddr: 0x43C, symBinAddr: 0x132CB8, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x16E654, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x132D34, symSize: 0x124 } + - { offsetInCU: 0x4B, offset: 0x16E678, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x132D34, symSize: 0x124 } + - { offsetInCU: 0xAD, offset: 0x16E6DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfcTo', symObjAddr: 0x124, symBinAddr: 0x132E58, symSize: 0x4C } + - { offsetInCU: 0xF3, offset: 0x16E720, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x170, symBinAddr: 0x132EA4, symSize: 0x58 } + - { offsetInCU: 0x13A, offset: 0x16E767, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x1C8, symBinAddr: 0x132EFC, symSize: 0x12C } + - { offsetInCU: 0x268, offset: 0x16E895, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x2F4, symBinAddr: 0x133028, symSize: 0x50 } + - { offsetInCU: 0x2A2, offset: 0x16E8CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCACycfcTo', symObjAddr: 0x344, symBinAddr: 0x133078, symSize: 0x2C } + - { offsetInCU: 0x309, offset: 0x16E936, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfD', symObjAddr: 0x370, symBinAddr: 0x1330A4, symSize: 0x34 } + - { offsetInCU: 0x3F7, offset: 0x16EA24, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfETo', symObjAddr: 0x3A4, symBinAddr: 0x1330D8, symSize: 0x10 } + - { offsetInCU: 0x426, offset: 0x16EA53, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCMa', symObjAddr: 0x3B4, symBinAddr: 0x1330E8, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x16EC52, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x133108, symSize: 0x1F0 } + - { offsetInCU: 0x3F, offset: 0x16EC6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x133108, symSize: 0x1F0 } + - { offsetInCU: 0xCF, offset: 0x16ECFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF', symObjAddr: 0x23C, symBinAddr: 0x1332F8, symSize: 0x12C } + - { offsetInCU: 0x11A, offset: 0x16ED45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x368, symBinAddr: 0x133424, symSize: 0x14 } + - { offsetInCU: 0x13D, offset: 0x16ED68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x37C, symBinAddr: 0x133438, symSize: 0x14 } + - { offsetInCU: 0x1D9, offset: 0x16EE04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV5valueACyp_tKcfC', symObjAddr: 0x390, symBinAddr: 0x13344C, symSize: 0x1AC } + - { offsetInCU: 0x4C, offset: 0x16F429, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ', symObjAddr: 0x4588, symBinAddr: 0x1F0590, symSize: 0x0 } + - { offsetInCU: 0x5A, offset: 0x16F437, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x4, symBinAddr: 0x13361C, symSize: 0xC } + - { offsetInCU: 0x6E, offset: 0x16F44B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x77C, symBinAddr: 0x133D94, symSize: 0x26C } + - { offsetInCU: 0x130, offset: 0x16F50D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x10, symBinAddr: 0x133628, symSize: 0x4 } + - { offsetInCU: 0x144, offset: 0x16F521, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0xC7C, symBinAddr: 0x134294, symSize: 0x250 } + - { offsetInCU: 0x1E6, offset: 0x16F5C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ', symObjAddr: 0x14, symBinAddr: 0x13362C, symSize: 0x274 } + - { offsetInCU: 0x259, offset: 0x16F636, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_', symObjAddr: 0x1D3C, symBinAddr: 0x135354, symSize: 0x548 } + - { offsetInCU: 0x3AF, offset: 0x16F78C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_', symObjAddr: 0x2284, symBinAddr: 0x13589C, symSize: 0xC4 } + - { offsetInCU: 0x410, offset: 0x16F7ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x288, symBinAddr: 0x1338A0, symSize: 0x4 } + - { offsetInCU: 0x424, offset: 0x16F801, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x1138, symBinAddr: 0x134750, symSize: 0x72C } + - { offsetInCU: 0x5B3, offset: 0x16F990, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ', symObjAddr: 0x28C, symBinAddr: 0x1338A4, symSize: 0x18 } + - { offsetInCU: 0x5C7, offset: 0x16F9A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ', symObjAddr: 0x2A4, symBinAddr: 0x1338BC, symSize: 0x18 } + - { offsetInCU: 0x5DB, offset: 0x16F9B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_', symObjAddr: 0x2BC, symBinAddr: 0x1338D4, symSize: 0xD8 } + - { offsetInCU: 0x6F1, offset: 0x16FACE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ', symObjAddr: 0x394, symBinAddr: 0x1339AC, symSize: 0x124 } + - { offsetInCU: 0x7B7, offset: 0x16FB94, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x33BC, symBinAddr: 0x1368F0, symSize: 0x36C } + - { offsetInCU: 0x8C9, offset: 0x16FCA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x3728, symBinAddr: 0x136C5C, symSize: 0x3E8 } + - { offsetInCU: 0xB3B, offset: 0x16FF18, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0x4B8, symBinAddr: 0x133AD0, symSize: 0x24 } + - { offsetInCU: 0xC99, offset: 0x170076, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0x4DC, symBinAddr: 0x133AF4, symSize: 0x1E4 } + - { offsetInCU: 0xDFE, offset: 0x1701DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x6C0, symBinAddr: 0x133CD8, symSize: 0x7C } + - { offsetInCU: 0xEF0, offset: 0x1702CD, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ', symObjAddr: 0x73C, symBinAddr: 0x133D54, symSize: 0x40 } + - { offsetInCU: 0xF1E, offset: 0x1702FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xA18, symBinAddr: 0x134030, symSize: 0x1C } + - { offsetInCU: 0xFDF, offset: 0x1703BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xA34, symBinAddr: 0x13404C, symSize: 0x1CC } + - { offsetInCU: 0x1101, offset: 0x1704DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0xC00, symBinAddr: 0x134218, symSize: 0x7C } + - { offsetInCU: 0x11D5, offset: 0x1705B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xECC, symBinAddr: 0x1344E4, symSize: 0x20 } + - { offsetInCU: 0x12B6, offset: 0x170693, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xEEC, symBinAddr: 0x134504, symSize: 0x1D0 } + - { offsetInCU: 0x13FA, offset: 0x1707D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x10BC, symBinAddr: 0x1346D4, symSize: 0x7C } + - { offsetInCU: 0x1590, offset: 0x17096D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ', symObjAddr: 0x1864, symBinAddr: 0x134E7C, symSize: 0x6C } + - { offsetInCU: 0x171A, offset: 0x170AF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTY0_', symObjAddr: 0x18D0, symBinAddr: 0x134EE8, symSize: 0x3D4 } + - { offsetInCU: 0x18F7, offset: 0x170CD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1CA4, symBinAddr: 0x1352BC, symSize: 0x98 } + - { offsetInCU: 0x19EB, offset: 0x170DC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ', symObjAddr: 0x2348, symBinAddr: 0x135960, symSize: 0x4 } + - { offsetInCU: 0x19FF, offset: 0x170DDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x234C, symBinAddr: 0x135964, symSize: 0x3E0 } + - { offsetInCU: 0x1AEC, offset: 0x170EC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ', symObjAddr: 0x272C, symBinAddr: 0x135D44, symSize: 0x20 } + - { offsetInCU: 0x1BD3, offset: 0x170FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTY0_', symObjAddr: 0x274C, symBinAddr: 0x135D64, symSize: 0x198 } + - { offsetInCU: 0x1CD1, offset: 0x1710AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTQ1_', symObjAddr: 0x28E4, symBinAddr: 0x135EFC, symSize: 0x7C } + - { offsetInCU: 0x1DB5, offset: 0x171192, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0_WZ', symObjAddr: 0x29CC, symBinAddr: 0x135FE4, symSize: 0x1C0 } + - { offsetInCU: 0x1DFD, offset: 0x1711DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnnd_n', symObjAddr: 0x2B8C, symBinAddr: 0x1361A4, symSize: 0x24C } + - { offsetInCU: 0x1EA6, offset: 0x171283, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x2DD8, symBinAddr: 0x1363F0, symSize: 0x224 } + - { offsetInCU: 0x1F2F, offset: 0x17130C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOc', symObjAddr: 0x2FFC, symBinAddr: 0x136614, symSize: 0x48 } + - { offsetInCU: 0x1F43, offset: 0x171320, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOh', symObjAddr: 0x3084, symBinAddr: 0x13665C, symSize: 0x40 } + - { offsetInCU: 0x1F57, offset: 0x171334, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x3134, symBinAddr: 0x1366A4, symSize: 0x10 } + - { offsetInCU: 0x1F6B, offset: 0x171348, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x3144, symBinAddr: 0x1366B4, symSize: 0x8 } + - { offsetInCU: 0x1F7F, offset: 0x17135C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnd_n', symObjAddr: 0x3188, symBinAddr: 0x1366BC, symSize: 0x234 } + - { offsetInCU: 0x2018, offset: 0x1713F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x3CF4, symBinAddr: 0x1371D8, symSize: 0x21C } + - { offsetInCU: 0x20A8, offset: 0x171485, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadOMa', symObjAddr: 0x3F7C, symBinAddr: 0x137460, symSize: 0x10 } + - { offsetInCU: 0x20BC, offset: 0x171499, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4004, symBinAddr: 0x1374A4, symSize: 0x10 } + - { offsetInCU: 0x20D0, offset: 0x1714AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_TA', symObjAddr: 0x40A8, symBinAddr: 0x13750C, symSize: 0xC } + - { offsetInCU: 0x20E4, offset: 0x1714C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x40B4, symBinAddr: 0x137518, symSize: 0x8 } + - { offsetInCU: 0x20F8, offset: 0x1714D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4100, symBinAddr: 0x137564, symSize: 0x14 } + - { offsetInCU: 0x210C, offset: 0x1714E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOACs0C0AAWl', symObjAddr: 0x4164, symBinAddr: 0x1375C8, symSize: 0x44 } + - { offsetInCU: 0x2120, offset: 0x1714FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_TA', symObjAddr: 0x42B0, symBinAddr: 0x137714, symSize: 0x4C } + - { offsetInCU: 0x2134, offset: 0x171511, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4338, symBinAddr: 0x13779C, symSize: 0x10 } + - { offsetInCU: 0x2148, offset: 0x171525, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOe', symObjAddr: 0x434C, symBinAddr: 0x1377B0, symSize: 0xC } + - { offsetInCU: 0x215C, offset: 0x171539, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOy', symObjAddr: 0x435C, symBinAddr: 0x1377C0, symSize: 0xC } + - { offsetInCU: 0x2170, offset: 0x17154D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x43B4, symBinAddr: 0x137818, symSize: 0x18 } + - { offsetInCU: 0x43, offset: 0x17192F, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMi', symObjAddr: 0x0, symBinAddr: 0x137990, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x171943, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMr', symObjAddr: 0x4, symBinAddr: 0x137994, symSize: 0x78 } + - { offsetInCU: 0xA1, offset: 0x17198D, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC8strategyAA0bcD8StrategyOvs', symObjAddr: 0x7C, symBinAddr: 0x137A0C, symSize: 0x54 } + - { offsetInCU: 0x12B, offset: 0x171A17, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC12proposedSizeSo6CGSizeVvs', symObjAddr: 0xD0, symBinAddr: 0x137A60, symSize: 0x4C } + - { offsetInCU: 0x18F, offset: 0x171A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC19measuredFittingSizeSo6CGSizeVvg', symObjAddr: 0x11C, symBinAddr: 0x137AAC, symSize: 0x34 } + - { offsetInCU: 0x1BC, offset: 0x171AA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyF', symObjAddr: 0x150, symBinAddr: 0x137AE0, symSize: 0x64 } + - { offsetInCU: 0x1F8, offset: 0x171AE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16setUpConstraints33_F565762597C0825EC266BB3D57FF8E36LLyyF', symObjAddr: 0x1B4, symBinAddr: 0x137B44, symSize: 0x46C } + - { offsetInCU: 0x4D7, offset: 0x171DC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfc', symObjAddr: 0x620, symBinAddr: 0x137FB0, symSize: 0xD8 } + - { offsetInCU: 0x51B, offset: 0x171E07, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfcTo', symObjAddr: 0x6F8, symBinAddr: 0x138088, symSize: 0x24 } + - { offsetInCU: 0x537, offset: 0x171E23, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC11measureView33_F565762597C0825EC266BB3D57FF8E36LLSo6CGSizeVyF', symObjAddr: 0x71C, symBinAddr: 0x1380AC, symSize: 0x1F8 } + - { offsetInCU: 0x6C6, offset: 0x171FB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x914, symBinAddr: 0x1382A4, symSize: 0x20 } + - { offsetInCU: 0x6E2, offset: 0x171FCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvg', symObjAddr: 0x934, symBinAddr: 0x1382C4, symSize: 0x14 } + - { offsetInCU: 0x70F, offset: 0x171FFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyF', symObjAddr: 0x948, symBinAddr: 0x1382D8, symSize: 0xA0 } + - { offsetInCU: 0x73E, offset: 0x17202A, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyFTo', symObjAddr: 0x9E8, symBinAddr: 0x138378, symSize: 0x28 } + - { offsetInCU: 0x75A, offset: 0x172046, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyFTo', symObjAddr: 0xA10, symBinAddr: 0x1383A0, symSize: 0x28 } + - { offsetInCU: 0x776, offset: 0x172062, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16resolvedStrategy33_F565762597C0825EC266BB3D57FF8E36LLAA08ResolvedbcdF0AELLOvg', symObjAddr: 0xA38, symBinAddr: 0x1383C8, symSize: 0x19C } + - { offsetInCU: 0x86C, offset: 0x172158, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTo', symObjAddr: 0xD60, symBinAddr: 0x1386F0, symSize: 0x1C } + - { offsetInCU: 0x8AC, offset: 0x172198, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfD', symObjAddr: 0xD7C, symBinAddr: 0x13870C, symSize: 0x34 } + - { offsetInCU: 0x8D9, offset: 0x1721C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC21prioritizeConstraints33_F565762597C0825EC266BB3D57FF8E36LL_8strategyySDySo17NSLayoutAttributeVSo0O10ConstraintCG_AA08ResolvedbcD8StrategyAELLOtFTf4nnd_n', symObjAddr: 0x1130, symBinAddr: 0x138A9C, symSize: 0x14C } + - { offsetInCU: 0x9C0, offset: 0x1722AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfcTf4gnn_n', symObjAddr: 0x127C, symBinAddr: 0x138BE8, symSize: 0x178 } + - { offsetInCU: 0xA4F, offset: 0x17233B, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfCTf4gnn_n', symObjAddr: 0x13F4, symBinAddr: 0x138D60, symSize: 0x40 } + - { offsetInCU: 0xA83, offset: 0x17236F, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTf4dd_n', symObjAddr: 0x14BC, symBinAddr: 0x138DD8, symSize: 0x2C } + - { offsetInCU: 0xB0B, offset: 0x1723F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1070, symBinAddr: 0x1389DC, symSize: 0x14 } + - { offsetInCU: 0xB9A, offset: 0x172486, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x1084, symBinAddr: 0x1389F0, symSize: 0x44 } + - { offsetInCU: 0xC7D, offset: 0x172569, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x10C8, symBinAddr: 0x138A34, symSize: 0x28 } + - { offsetInCU: 0xF20, offset: 0x17280C, size: 0x8, addend: 0x0, symName: '_$sSo6UIViewC6LottieE32containsDoubleLayoutPassSubviews33_F565762597C0825EC266BB3D57FF8E36LLSbyF', symObjAddr: 0xBD4, symBinAddr: 0x138564, symSize: 0x18C } + - { offsetInCU: 0x10C8, offset: 0x1729B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfETo', symObjAddr: 0xDB0, symBinAddr: 0x138740, symSize: 0x38 } + - { offsetInCU: 0x10F7, offset: 0x1729E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMa', symObjAddr: 0xDE8, symBinAddr: 0x138778, symSize: 0xC } + - { offsetInCU: 0x110B, offset: 0x1729F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwet', symObjAddr: 0xE0C, symBinAddr: 0x138784, symSize: 0x20 } + - { offsetInCU: 0x111F, offset: 0x172A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwst', symObjAddr: 0xE2C, symBinAddr: 0x1387A4, symSize: 0x30 } + - { offsetInCU: 0x1133, offset: 0x172A1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwug', symObjAddr: 0xE5C, symBinAddr: 0x1387D4, symSize: 0x1C } + - { offsetInCU: 0x1147, offset: 0x172A33, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwup', symObjAddr: 0xE78, symBinAddr: 0x1387F0, symSize: 0x4 } + - { offsetInCU: 0x115B, offset: 0x172A47, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwui', symObjAddr: 0xE7C, symBinAddr: 0x1387F4, symSize: 0x20 } + - { offsetInCU: 0x116F, offset: 0x172A5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOMa', symObjAddr: 0xE9C, symBinAddr: 0x138814, symSize: 0x10 } + - { offsetInCU: 0x1183, offset: 0x172A6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwet', symObjAddr: 0xEB8, symBinAddr: 0x138824, symSize: 0x90 } + - { offsetInCU: 0x1197, offset: 0x172A83, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwst', symObjAddr: 0xF48, symBinAddr: 0x1388B4, symSize: 0xBC } + - { offsetInCU: 0x11AB, offset: 0x172A97, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwug', symObjAddr: 0x1004, symBinAddr: 0x138970, symSize: 0x8 } + - { offsetInCU: 0x11BF, offset: 0x172AAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwup', symObjAddr: 0x100C, symBinAddr: 0x138978, symSize: 0x4 } + - { offsetInCU: 0x11D3, offset: 0x172ABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwui', symObjAddr: 0x1010, symBinAddr: 0x13897C, symSize: 0x8 } + - { offsetInCU: 0x11E7, offset: 0x172AD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOMa', symObjAddr: 0x1018, symBinAddr: 0x138984, symSize: 0x10 } + - { offsetInCU: 0x11FB, offset: 0x172AE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASQWb', symObjAddr: 0x1028, symBinAddr: 0x138994, symSize: 0x4 } + - { offsetInCU: 0x120F, offset: 0x172AFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOACSQAAWl', symObjAddr: 0x102C, symBinAddr: 0x138998, symSize: 0x44 } + - { offsetInCU: 0x1370, offset: 0x172C5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x10F0, symBinAddr: 0x138A5C, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x172F93, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x138E04, symSize: 0x29C } + - { offsetInCU: 0xCE, offset: 0x17303A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x138E04, symSize: 0x29C } + - { offsetInCU: 0x219, offset: 0x173185, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO8rawValueSSvg', symObjAddr: 0x29C, symBinAddr: 0x1390A0, symSize: 0x18 } + - { offsetInCU: 0x252, offset: 0x1731BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2B4, symBinAddr: 0x1390B8, symSize: 0x18 } + - { offsetInCU: 0x280, offset: 0x1731EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2B4, symBinAddr: 0x1390B8, symSize: 0x18 } + - { offsetInCU: 0x2D2, offset: 0x17323E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2F0, symBinAddr: 0x1390F4, symSize: 0x64 } + - { offsetInCU: 0x338, offset: 0x1732A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x354, symBinAddr: 0x139158, symSize: 0x28 } + - { offsetInCU: 0x354, offset: 0x1732C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x37C, symBinAddr: 0x139180, symSize: 0x8 } + - { offsetInCU: 0x38A, offset: 0x1732F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x384, symBinAddr: 0x139188, symSize: 0x68 } + - { offsetInCU: 0x40F, offset: 0x17337B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x3EC, symBinAddr: 0x1391F0, symSize: 0xC } + - { offsetInCU: 0x42B, offset: 0x173397, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x3F8, symBinAddr: 0x1391FC, symSize: 0xC } + - { offsetInCU: 0x466, offset: 0x1733D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCfD', symObjAddr: 0x454, symBinAddr: 0x139258, symSize: 0x24 } + - { offsetInCU: 0x4B1, offset: 0x17341D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC6encode2toys7Encoder_p_tKF', symObjAddr: 0x498, symBinAddr: 0x13929C, symSize: 0x16C } + - { offsetInCU: 0x4F0, offset: 0x17345C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x604, symBinAddr: 0x139408, symSize: 0x1EC } + - { offsetInCU: 0x545, offset: 0x1734B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7F0, symBinAddr: 0x1395F4, symSize: 0x54 } + - { offsetInCU: 0x57C, offset: 0x1734E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x844, symBinAddr: 0x139648, symSize: 0x20 } + - { offsetInCU: 0x5A0, offset: 0x17350C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCMa', symObjAddr: 0x478, symBinAddr: 0x13927C, symSize: 0x20 } + - { offsetInCU: 0x5B4, offset: 0x173520, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x8C8, symBinAddr: 0x139668, symSize: 0x44 } + - { offsetInCU: 0x5C8, offset: 0x173534, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwet', symObjAddr: 0xA44, symBinAddr: 0x1396AC, symSize: 0x90 } + - { offsetInCU: 0x5DC, offset: 0x173548, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwst', symObjAddr: 0xAD4, symBinAddr: 0x13973C, symSize: 0xBC } + - { offsetInCU: 0x5F0, offset: 0x17355C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwug', symObjAddr: 0xB90, symBinAddr: 0x1397F8, symSize: 0x8 } + - { offsetInCU: 0x604, offset: 0x173570, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwup', symObjAddr: 0xB98, symBinAddr: 0x139800, symSize: 0x4 } + - { offsetInCU: 0x618, offset: 0x173584, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwui', symObjAddr: 0xB9C, symBinAddr: 0x139804, symSize: 0x8 } + - { offsetInCU: 0x62C, offset: 0x173598, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOMa', symObjAddr: 0xBA4, symBinAddr: 0x13980C, symSize: 0x10 } + - { offsetInCU: 0x640, offset: 0x1735AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASQWb', symObjAddr: 0xBB4, symBinAddr: 0x13981C, symSize: 0x4 } + - { offsetInCU: 0x654, offset: 0x1735C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAESQAAWl', symObjAddr: 0xBB8, symBinAddr: 0x139820, symSize: 0x44 } + - { offsetInCU: 0x668, offset: 0x1735D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xBFC, symBinAddr: 0x139864, symSize: 0x4 } + - { offsetInCU: 0x67C, offset: 0x1735E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC00, symBinAddr: 0x139868, symSize: 0x44 } + - { offsetInCU: 0x690, offset: 0x1735FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC44, symBinAddr: 0x1398AC, symSize: 0x4 } + - { offsetInCU: 0x6A4, offset: 0x173610, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xC48, symBinAddr: 0x1398B0, symSize: 0x44 } + - { offsetInCU: 0x704, offset: 0x173670, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2CC, symBinAddr: 0x1390D0, symSize: 0xC } + - { offsetInCU: 0x720, offset: 0x17368C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0x1390DC, symSize: 0x8 } + - { offsetInCU: 0x73C, offset: 0x1736A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x1390E4, symSize: 0x8 } + - { offsetInCU: 0x758, offset: 0x1736C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E8, symBinAddr: 0x1390EC, symSize: 0x8 } + - { offsetInCU: 0x77A, offset: 0x1736E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x404, symBinAddr: 0x139208, symSize: 0x28 } + - { offsetInCU: 0x796, offset: 0x173702, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x42C, symBinAddr: 0x139230, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x17389B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x13990C, symSize: 0x558 } + - { offsetInCU: 0x1CF, offset: 0x173A3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x13990C, symSize: 0x558 } + - { offsetInCU: 0x4FB, offset: 0x173D6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03setB0_11updateFrameyAA06BezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x558, symBinAddr: 0x139E64, symSize: 0xC8 } + - { offsetInCU: 0x61C, offset: 0x173E8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC06appendB0_11updateFrameyAA014CompoundBezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x620, symBinAddr: 0x139F2C, symSize: 0xDC } + - { offsetInCU: 0x775, offset: 0x173FE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCfD', symObjAddr: 0x6FC, symBinAddr: 0x13A008, symSize: 0x34 } + - { offsetInCU: 0x7B8, offset: 0x174028, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x750, symBinAddr: 0x13A05C, symSize: 0x24 } + - { offsetInCU: 0x7E3, offset: 0x174053, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP06outputB0So9CGPathRefaSgvgTW', symObjAddr: 0x774, symBinAddr: 0x13A080, symSize: 0x2C } + - { offsetInCU: 0x824, offset: 0x174094, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x7A0, symBinAddr: 0x13A0AC, symSize: 0xC } + - { offsetInCU: 0x8F1, offset: 0x174161, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCMa', symObjAddr: 0x730, symBinAddr: 0x13A03C, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x174446, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0xC, symBinAddr: 0x13A0BC, symSize: 0x3C } + - { offsetInCU: 0x5D, offset: 0x17447C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0xC, symBinAddr: 0x13A0BC, symSize: 0x3C } + - { offsetInCU: 0x2B, offset: 0x174625, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x13A140, symSize: 0xBC } + - { offsetInCU: 0x8B, offset: 0x174685, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x13A140, symSize: 0xBC } + - { offsetInCU: 0x12F, offset: 0x174729, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xBC, symBinAddr: 0x13A1FC, symSize: 0xAC } + - { offsetInCU: 0x19A, offset: 0x174794, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x168, symBinAddr: 0x13A2A8, symSize: 0x230 } + - { offsetInCU: 0x3DF, offset: 0x1749D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x398, symBinAddr: 0x13A4D8, symSize: 0x44 } + - { offsetInCU: 0x45E, offset: 0x174A58, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfD', symObjAddr: 0x3F8, symBinAddr: 0x13A538, symSize: 0x34 } + - { offsetInCU: 0x4CE, offset: 0x174AC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x44C, symBinAddr: 0x13A58C, symSize: 0xC } + - { offsetInCU: 0x500, offset: 0x174AFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0x458, symBinAddr: 0x13A598, symSize: 0x20 } + - { offsetInCU: 0x546, offset: 0x174B40, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x478, symBinAddr: 0x13A5B8, symSize: 0x14 } + - { offsetInCU: 0x5A0, offset: 0x174B9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x48C, symBinAddr: 0x13A5CC, symSize: 0x4 } + - { offsetInCU: 0x5BC, offset: 0x174BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x490, symBinAddr: 0x13A5D0, symSize: 0x20 } + - { offsetInCU: 0x71A, offset: 0x174D14, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfE', symObjAddr: 0x3DC, symBinAddr: 0x13A51C, symSize: 0x1C } + - { offsetInCU: 0x747, offset: 0x174D41, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCMa', symObjAddr: 0x42C, symBinAddr: 0x13A56C, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x174FF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x13A5F0, symSize: 0x34 } + - { offsetInCU: 0x6D, offset: 0x175034, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x13A5F0, symSize: 0x34 } + - { offsetInCU: 0xB1, offset: 0x175078, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCMa', symObjAddr: 0x34, symBinAddr: 0x13A624, symSize: 0x20 } + - { offsetInCU: 0x1AC, offset: 0x17535A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtFAA10BezierPathV_Tg5', symObjAddr: 0x228, symBinAddr: 0x13A86C, symSize: 0xBC } + - { offsetInCU: 0x2D1, offset: 0x17547F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0x0, symBinAddr: 0x13A644, symSize: 0x124 } + - { offsetInCU: 0x39A, offset: 0x175548, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A8Vector1DV_Tg5', symObjAddr: 0x124, symBinAddr: 0x13A768, symSize: 0x104 } + - { offsetInCU: 0x64A, offset: 0x1757F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfc', symObjAddr: 0x990, symBinAddr: 0x13AFD4, symSize: 0x428 } + - { offsetInCU: 0x9C2, offset: 0x175B70, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5layerADyp_tcfcTo', symObjAddr: 0xDD4, symBinAddr: 0x13B418, symSize: 0xF8 } + - { offsetInCU: 0xA43, offset: 0x175BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xECC, symBinAddr: 0x13B510, symSize: 0xAC } + - { offsetInCU: 0xA9A, offset: 0x175C48, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC15updateWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF78, symBinAddr: 0x13B5BC, symSize: 0x3D0 } + - { offsetInCU: 0xDB8, offset: 0x175F66, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCADycfcTo', symObjAddr: 0x1348, symBinAddr: 0x13B98C, symSize: 0x2C } + - { offsetInCU: 0xE1F, offset: 0x175FCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1374, symBinAddr: 0x13B9B8, symSize: 0x34 } + - { offsetInCU: 0xE97, offset: 0x176045, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1400, symBinAddr: 0x13BA44, symSize: 0x44 } + - { offsetInCU: 0xEE9, offset: 0x176097, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCAA0C11PropertyMapA2aEP10propertiesSayAA03AnycJ0_pGvgTW', symObjAddr: 0x1464, symBinAddr: 0x13BAA8, symSize: 0xC } + - { offsetInCU: 0xF1B, offset: 0x1760C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfcTf4gn_n', symObjAddr: 0x1534, symBinAddr: 0x13BAF8, symSize: 0x318 } + - { offsetInCU: 0x124B, offset: 0x1763F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x2E4, symBinAddr: 0x13A928, symSize: 0x41C } + - { offsetInCU: 0x15E3, offset: 0x176791, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfc', symObjAddr: 0x738, symBinAddr: 0x13AD7C, symSize: 0x110 } + - { offsetInCU: 0x1645, offset: 0x1767F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x848, symBinAddr: 0x13AE8C, symSize: 0x4C } + - { offsetInCU: 0x168B, offset: 0x176839, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x894, symBinAddr: 0x13AED8, symSize: 0x6C } + - { offsetInCU: 0x16F0, offset: 0x17689E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCACycfcTo', symObjAddr: 0x900, symBinAddr: 0x13AF44, symSize: 0x2C } + - { offsetInCU: 0x1757, offset: 0x176905, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfD', symObjAddr: 0x92C, symBinAddr: 0x13AF70, symSize: 0x34 } + - { offsetInCU: 0x179B, offset: 0x176949, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfETo', symObjAddr: 0x960, symBinAddr: 0x13AFA4, symSize: 0x10 } + - { offsetInCU: 0x17CA, offset: 0x176978, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCMa', symObjAddr: 0x970, symBinAddr: 0x13AFB4, symSize: 0x20 } + - { offsetInCU: 0x18DB, offset: 0x176A89, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfETo', symObjAddr: 0x13A8, symBinAddr: 0x13B9EC, symSize: 0x38 } + - { offsetInCU: 0x190A, offset: 0x176AB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x13E0, symBinAddr: 0x13BA24, symSize: 0x20 } + - { offsetInCU: 0x191E, offset: 0x176ACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x1444, symBinAddr: 0x13BA88, symSize: 0x20 } + - { offsetInCU: 0x1D5, offset: 0x177233, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x0, symBinAddr: 0x13BE10, symSize: 0x150 } + - { offsetInCU: 0x52F, offset: 0x17758D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA04TextbC0C_Tg5', symObjAddr: 0x150, symBinAddr: 0x13BF60, symSize: 0x190 } + - { offsetInCU: 0x760, offset: 0x1777BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x2E0, symBinAddr: 0x13C0F0, symSize: 0x190 } + - { offsetInCU: 0x9C7, offset: 0x177A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA012TextAnimatorB10PropertiesC_Tg5', symObjAddr: 0x470, symBinAddr: 0x13C280, symSize: 0xC4 } + - { offsetInCU: 0xAE5, offset: 0x177B43, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA24LayerTransformPropertiesC_Tg5', symObjAddr: 0x534, symBinAddr: 0x13C344, symSize: 0xC4 } + - { offsetInCU: 0xC24, offset: 0x177C82, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA012TextAnimatorbF0C_Tg5', symObjAddr: 0x5F8, symBinAddr: 0x13C408, symSize: 0xA4 } + - { offsetInCU: 0xD56, offset: 0x177DB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA014LayerTransformF0C_Tg5', symObjAddr: 0x69C, symBinAddr: 0x13C4AC, symSize: 0xA4 } + - { offsetInCU: 0xF83, offset: 0x177FE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layer4sizeAcA0C5ModelC_So6CGSizeVtcfc', symObjAddr: 0x740, symBinAddr: 0x13C550, symSize: 0xF90 } + - { offsetInCU: 0x1AAD, offset: 0x178B0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x1708, symBinAddr: 0x13D518, symSize: 0x1C } + - { offsetInCU: 0x1AFA, offset: 0x178B58, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x1724, symBinAddr: 0x13D534, symSize: 0xC } + - { offsetInCU: 0x1B28, offset: 0x178B86, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x1724, symBinAddr: 0x13D534, symSize: 0xC } + - { offsetInCU: 0x1B76, offset: 0x178BD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC16displayWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1730, symBinAddr: 0x13D540, symSize: 0x37C } + - { offsetInCU: 0x1FFA, offset: 0x179058, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfc', symObjAddr: 0x1AAC, symBinAddr: 0x13D8BC, symSize: 0x32C } + - { offsetInCU: 0x20DF, offset: 0x17913D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1DD8, symBinAddr: 0x13DBE8, symSize: 0x4C } + - { offsetInCU: 0x20FB, offset: 0x179159, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1E24, symBinAddr: 0x13DC34, symSize: 0xF4 } + - { offsetInCU: 0x2152, offset: 0x1791B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1F18, symBinAddr: 0x13DD28, symSize: 0x24 } + - { offsetInCU: 0x216E, offset: 0x1791CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1F3C, symBinAddr: 0x13DD4C, symSize: 0x4 } + - { offsetInCU: 0x21CF, offset: 0x17922D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCACycfcTo', symObjAddr: 0x1F40, symBinAddr: 0x13DD50, symSize: 0x2C } + - { offsetInCU: 0x2236, offset: 0x179294, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfD', symObjAddr: 0x1F6C, symBinAddr: 0x13DD7C, symSize: 0x30 } + - { offsetInCU: 0x2281, offset: 0x1792DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x20B0, symBinAddr: 0x13DEB8, symSize: 0x3C } + - { offsetInCU: 0x22B3, offset: 0x179311, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x20EC, symBinAddr: 0x13DEF4, symSize: 0x38 } + - { offsetInCU: 0x22ED, offset: 0x17934B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2124, symBinAddr: 0x13DF2C, symSize: 0x14 } + - { offsetInCU: 0x233D, offset: 0x17939B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP07keypathC0So7CALayerCSgvgTW', symObjAddr: 0x2138, symBinAddr: 0x13DF40, symSize: 0x34 } + - { offsetInCU: 0x28D3, offset: 0x179931, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfETo', symObjAddr: 0x1F9C, symBinAddr: 0x13DDAC, symSize: 0xEC } + - { offsetInCU: 0x2902, offset: 0x179960, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCMa', symObjAddr: 0x2088, symBinAddr: 0x13DE98, symSize: 0x20 } + - { offsetInCU: 0x2916, offset: 0x179974, size: 0x8, addend: 0x0, symName: '_$s6Lottie24CompositionLayerDelegate_pSgXwWOh', symObjAddr: 0x222C, symBinAddr: 0x13DF94, symSize: 0x24 } + - { offsetInCU: 0x2B, offset: 0x179ED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x13DFFC, symSize: 0xB4 } + - { offsetInCU: 0x79, offset: 0x179F25, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x13DFFC, symSize: 0xB4 } + - { offsetInCU: 0xFC, offset: 0x179FA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB4, symBinAddr: 0x13E0B0, symSize: 0xAC } + - { offsetInCU: 0x189, offset: 0x17A035, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x160, symBinAddr: 0x13E15C, symSize: 0xE8 } + - { offsetInCU: 0x1E0, offset: 0x17A08C, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x248, symBinAddr: 0x13E244, symSize: 0x1FC } + - { offsetInCU: 0x29E, offset: 0x17A14A, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x444, symBinAddr: 0x13E440, symSize: 0x2C } + - { offsetInCU: 0x2BA, offset: 0x17A166, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfD', symObjAddr: 0x480, symBinAddr: 0x13E47C, symSize: 0x34 } + - { offsetInCU: 0x2F9, offset: 0x17A1A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfE', symObjAddr: 0x470, symBinAddr: 0x13E46C, symSize: 0x10 } + - { offsetInCU: 0x326, offset: 0x17A1D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfETo', symObjAddr: 0x4B4, symBinAddr: 0x13E4B0, symSize: 0x10 } + - { offsetInCU: 0x355, offset: 0x17A201, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCMa', symObjAddr: 0x4C4, symBinAddr: 0x13E4C0, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x17A431, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x13E4E0, symSize: 0xC } + - { offsetInCU: 0x137, offset: 0x17A50A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0xC, symBinAddr: 0x13E4EC, symSize: 0xC0 } + - { offsetInCU: 0x222, offset: 0x17A5F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCC, symBinAddr: 0x13E5AC, symSize: 0x8 } + - { offsetInCU: 0x242, offset: 0x17A615, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCC, symBinAddr: 0x13E5AC, symSize: 0x8 } + - { offsetInCU: 0x254, offset: 0x17A627, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP7lineCapAA04LineF0OvgTW', symObjAddr: 0xD4, symBinAddr: 0x13E5B4, symSize: 0x8 } + - { offsetInCU: 0x270, offset: 0x17A643, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP8lineJoinAA04LineF0OvgTW', symObjAddr: 0xDC, symBinAddr: 0x13E5BC, symSize: 0x8 } + - { offsetInCU: 0x29B, offset: 0x17A66E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0xE4, symBinAddr: 0x13E5C4, symSize: 0x8 } + - { offsetInCU: 0x2BB, offset: 0x17A68E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0xE4, symBinAddr: 0x13E5C4, symSize: 0x8 } + - { offsetInCU: 0x2DC, offset: 0x17A6AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0xEC, symBinAddr: 0x13E5CC, symSize: 0x8 } + - { offsetInCU: 0x2FC, offset: 0x17A6CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0xEC, symBinAddr: 0x13E5CC, symSize: 0x8 } + - { offsetInCU: 0x30E, offset: 0x17A6E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xF4, symBinAddr: 0x13E5D4, symSize: 0x48 } + - { offsetInCU: 0x333, offset: 0x17A706, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x13C, symBinAddr: 0x13E61C, symSize: 0x45C } + - { offsetInCU: 0x3BB, offset: 0x17A78E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x598, symBinAddr: 0x13EA78, symSize: 0x860 } + - { offsetInCU: 0x824, offset: 0x17ABF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO8rawValueSSvg', symObjAddr: 0xDF8, symBinAddr: 0x13F2D8, symSize: 0x20 } + - { offsetInCU: 0x85D, offset: 0x17AC30, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x1144, symBinAddr: 0x13F5F0, symSize: 0x20 } + - { offsetInCU: 0x88B, offset: 0x17AC5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x1144, symBinAddr: 0x13F5F0, symSize: 0x20 } + - { offsetInCU: 0x8DF, offset: 0x17ACB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x118C, symBinAddr: 0x13F638, symSize: 0x64 } + - { offsetInCU: 0x945, offset: 0x17AD18, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x11F0, symBinAddr: 0x13F69C, symSize: 0x28 } + - { offsetInCU: 0x961, offset: 0x17AD34, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1218, symBinAddr: 0x13F6C4, symSize: 0x8 } + - { offsetInCU: 0x997, offset: 0x17AD6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1220, symBinAddr: 0x13F6CC, symSize: 0x68 } + - { offsetInCU: 0xA1C, offset: 0x17ADEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1288, symBinAddr: 0x13F734, symSize: 0xC } + - { offsetInCU: 0xA38, offset: 0x17AE0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1294, symBinAddr: 0x13F740, symSize: 0xC } + - { offsetInCU: 0xABC, offset: 0x17AE8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0xE4C, symBinAddr: 0x13F2F8, symSize: 0x2F8 } + - { offsetInCU: 0xB36, offset: 0x17AF09, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfD', symObjAddr: 0x131C, symBinAddr: 0x13F7C8, symSize: 0x44 } + - { offsetInCU: 0xD99, offset: 0x17B16C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfE', symObjAddr: 0x12F0, symBinAddr: 0x13F79C, symSize: 0x2C } + - { offsetInCU: 0xDC6, offset: 0x17B199, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCMa', symObjAddr: 0x1360, symBinAddr: 0x13F80C, symSize: 0x20 } + - { offsetInCU: 0xDDA, offset: 0x17B1AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs0C3KeyAAWl', symObjAddr: 0x13E4, symBinAddr: 0x13F82C, symSize: 0x44 } + - { offsetInCU: 0xDEE, offset: 0x17B1C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSEAAWl', symObjAddr: 0x14F4, symBinAddr: 0x13F8B4, symSize: 0x44 } + - { offsetInCU: 0xE02, offset: 0x17B1D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSEAAWl', symObjAddr: 0x1538, symBinAddr: 0x13F8F8, symSize: 0x44 } + - { offsetInCU: 0xE16, offset: 0x17B1E9, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11DashElementCGMa', symObjAddr: 0x15F4, symBinAddr: 0x13F9B4, symSize: 0x54 } + - { offsetInCU: 0xE2A, offset: 0x17B1FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSeAAWl', symObjAddr: 0x17D8, symBinAddr: 0x13FAF0, symSize: 0x44 } + - { offsetInCU: 0xE3E, offset: 0x17B211, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSeAAWl', symObjAddr: 0x181C, symBinAddr: 0x13FB34, symSize: 0x44 } + - { offsetInCU: 0xE52, offset: 0x17B225, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwet', symObjAddr: 0x19B4, symBinAddr: 0x13FBB8, symSize: 0x90 } + - { offsetInCU: 0xE66, offset: 0x17B239, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwst', symObjAddr: 0x1A44, symBinAddr: 0x13FC48, symSize: 0xBC } + - { offsetInCU: 0xE7A, offset: 0x17B24D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwug', symObjAddr: 0x1B00, symBinAddr: 0x13FD04, symSize: 0x8 } + - { offsetInCU: 0xE8E, offset: 0x17B261, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwup', symObjAddr: 0x1B08, symBinAddr: 0x13FD0C, symSize: 0x4 } + - { offsetInCU: 0xEA2, offset: 0x17B275, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwui', symObjAddr: 0x1B0C, symBinAddr: 0x13FD10, symSize: 0x8 } + - { offsetInCU: 0xEB6, offset: 0x17B289, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOMa', symObjAddr: 0x1B14, symBinAddr: 0x13FD18, symSize: 0x10 } + - { offsetInCU: 0xECA, offset: 0x17B29D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASQWb', symObjAddr: 0x1B24, symBinAddr: 0x13FD28, symSize: 0x4 } + - { offsetInCU: 0xEDE, offset: 0x17B2B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFSQAAWl', symObjAddr: 0x1B28, symBinAddr: 0x13FD2C, symSize: 0x44 } + - { offsetInCU: 0xEF2, offset: 0x17B2C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1B6C, symBinAddr: 0x13FD70, symSize: 0x4 } + - { offsetInCU: 0xF06, offset: 0x17B2D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1B70, symBinAddr: 0x13FD74, symSize: 0x44 } + - { offsetInCU: 0xF1A, offset: 0x17B2ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1BB4, symBinAddr: 0x13FDB8, symSize: 0x4 } + - { offsetInCU: 0xF2E, offset: 0x17B301, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1BB8, symBinAddr: 0x13FDBC, symSize: 0x44 } + - { offsetInCU: 0x1015, offset: 0x17B3E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1164, symBinAddr: 0x13F610, symSize: 0xC } + - { offsetInCU: 0x104F, offset: 0x17B422, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1170, symBinAddr: 0x13F61C, symSize: 0xC } + - { offsetInCU: 0x106F, offset: 0x17B442, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1170, symBinAddr: 0x13F61C, symSize: 0xC } + - { offsetInCU: 0x1083, offset: 0x17B456, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1170, symBinAddr: 0x13F61C, symSize: 0xC } + - { offsetInCU: 0x1095, offset: 0x17B468, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x117C, symBinAddr: 0x13F628, symSize: 0x8 } + - { offsetInCU: 0x10B1, offset: 0x17B484, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1184, symBinAddr: 0x13F630, symSize: 0x8 } + - { offsetInCU: 0x10CB, offset: 0x17B49E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x12A0, symBinAddr: 0x13F74C, symSize: 0x28 } + - { offsetInCU: 0x10E7, offset: 0x17B4BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x12C8, symBinAddr: 0x13F774, symSize: 0x28 } + - { offsetInCU: 0x6C, offset: 0x17B718, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKF', symObjAddr: 0x0, symBinAddr: 0x13FE00, symSize: 0x7DC } + - { offsetInCU: 0x408, offset: 0x17BAB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU0_', symObjAddr: 0x1244, symBinAddr: 0x141000, symSize: 0xD8 } + - { offsetInCU: 0x459, offset: 0x17BB05, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU1_', symObjAddr: 0x131C, symBinAddr: 0x1410D8, symSize: 0x1C0 } + - { offsetInCU: 0x72B, offset: 0x17BDD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF010$s6Lottie7b46C7extract_2to10bufferSize9skipCRC328progresss6j4VAA5k27V_10Foundation3URLVSiSbSo10l10CSgtKFyAM4N6VKcfU_SpySo7__sFILEVGTf1nnnncn_n', symObjAddr: 0x820, symBinAddr: 0x1405DC, symSize: 0x548 } + - { offsetInCU: 0xB1B, offset: 0x17C1C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0xD78, symBinAddr: 0x140B34, symSize: 0x4BC } + - { offsetInCU: 0xE74, offset: 0x17C520, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tgq5', symObjAddr: 0x14FC, symBinAddr: 0x1412B8, symSize: 0x64 } + - { offsetInCU: 0xE97, offset: 0x17C543, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tgq5', symObjAddr: 0x1560, symBinAddr: 0x14131C, symSize: 0x144 } + - { offsetInCU: 0xEFF, offset: 0x17C5AB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0V15withUnsafeBytesyxxSWKXEKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6G15VAH_tFAHSWXEfU_AcHTf1cn_nTf4ngn_n', symObjAddr: 0x1818, symBinAddr: 0x141594, symSize: 0xD0 } + - { offsetInCU: 0xF5C, offset: 0x17C608, size: 0x8, addend: 0x0, symName: '_$s10Foundation13__DataStorageC15withUnsafeBytes2in5applyxSnySiG_xSWKXEtKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6I15VAH_tFAHSWXEfU_AA0B0VAITf1ncn_nTf4nngn_n', symObjAddr: 0x18E8, symBinAddr: 0x141664, symSize: 0xC0 } + - { offsetInCU: 0xF9D, offset: 0x17C649, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTgq5Tf4gd_n', symObjAddr: 0x19A8, symBinAddr: 0x141724, symSize: 0xFC } + - { offsetInCU: 0x1006, offset: 0x17C6B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU_TA', symObjAddr: 0x1AB4, symBinAddr: 0x141830, symSize: 0x18 } + - { offsetInCU: 0x1057, offset: 0x17C703, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFs0D0ADWl', symObjAddr: 0x1BA8, symBinAddr: 0x141848, symSize: 0x44 } + - { offsetInCU: 0x106B, offset: 0x17C717, size: 0x8, addend: 0x0, symName: '_$sSS_yptWOc', symObjAddr: 0x1BEC, symBinAddr: 0x14188C, symSize: 0x48 } + - { offsetInCU: 0x27, offset: 0x17CAA3, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x1418D4, symSize: 0x1124 } + - { offsetInCU: 0x34D, offset: 0x17CDC9, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x1418D4, symSize: 0x1124 } + - { offsetInCU: 0x1466, offset: 0x17DEE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationFontProvider_pWOc', symObjAddr: 0x1124, symBinAddr: 0x1429F8, symSize: 0x44 } + - { offsetInCU: 0x27, offset: 0x17E25A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x142A3C, symSize: 0x2C } + - { offsetInCU: 0x3F, offset: 0x17E272, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x142A3C, symSize: 0x2C } + - { offsetInCU: 0x53, offset: 0x17E286, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwxx', symObjAddr: 0x2C, symBinAddr: 0x142A68, symSize: 0x8 } + - { offsetInCU: 0x67, offset: 0x17E29A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwcp', symObjAddr: 0x34, symBinAddr: 0x142A70, symSize: 0x2C } + - { offsetInCU: 0x7B, offset: 0x17E2AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwca', symObjAddr: 0x60, symBinAddr: 0x142A9C, symSize: 0x4C } + - { offsetInCU: 0x8F, offset: 0x17E2C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwta', symObjAddr: 0xB8, symBinAddr: 0x142AE8, symSize: 0x3C } + - { offsetInCU: 0xA3, offset: 0x17E2D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwet', symObjAddr: 0xF4, symBinAddr: 0x142B24, symSize: 0x48 } + - { offsetInCU: 0xB7, offset: 0x17E2EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwst', symObjAddr: 0x13C, symBinAddr: 0x142B6C, symSize: 0x3C } + - { offsetInCU: 0xCB, offset: 0x17E2FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVMa', symObjAddr: 0x178, symBinAddr: 0x142BA8, symSize: 0x10 } + - { offsetInCU: 0x24F, offset: 0x17E482, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathV4trim12fromPosition02toG06offset0E14SimultaneouslyAC12CoreGraphics7CGFloatV_A2KSbtF', symObjAddr: 0x188, symBinAddr: 0x142BB8, symSize: 0x814 } + - { offsetInCU: 0x2B, offset: 0x17F385, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x1433CC, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x17F3A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvpZ', symObjAddr: 0x700, symBinAddr: 0x1F0EF0, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x17F3C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x1433CC, symSize: 0x40 } + - { offsetInCU: 0xBE, offset: 0x17F418, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfC', symObjAddr: 0x40, symBinAddr: 0x14340C, symSize: 0xB0 } + - { offsetInCU: 0x155, offset: 0x17F4AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfc', symObjAddr: 0xF0, symBinAddr: 0x1434BC, symSize: 0xA0 } + - { offsetInCU: 0x24F, offset: 0x17F5A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivg', symObjAddr: 0x2E0, symBinAddr: 0x14366C, symSize: 0x30 } + - { offsetInCU: 0x26C, offset: 0x17F5C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivs', symObjAddr: 0x310, symBinAddr: 0x14369C, symSize: 0x58 } + - { offsetInCU: 0x30D, offset: 0x17F667, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM', symObjAddr: 0x368, symBinAddr: 0x1436F4, symSize: 0x40 } + - { offsetInCU: 0x33C, offset: 0x17F696, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM.resume.0', symObjAddr: 0x3A8, symBinAddr: 0x143734, symSize: 0x50 } + - { offsetInCU: 0x3B3, offset: 0x17F70D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC05clearC0yyF', symObjAddr: 0x3F8, symBinAddr: 0x143784, symSize: 0x84 } + - { offsetInCU: 0x440, offset: 0x17F79A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF', symObjAddr: 0x47C, symBinAddr: 0x143808, symSize: 0x50 } + - { offsetInCU: 0x487, offset: 0x17F7E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF', symObjAddr: 0x4CC, symBinAddr: 0x143858, symSize: 0x5C } + - { offsetInCU: 0x4D8, offset: 0x17F832, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfd', symObjAddr: 0x528, symBinAddr: 0x1438B4, symSize: 0x1C } + - { offsetInCU: 0x513, offset: 0x17F86D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfD', symObjAddr: 0x544, symBinAddr: 0x1438D0, symSize: 0x24 } + - { offsetInCU: 0x588, offset: 0x17F8E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP4file6forKeyAA0bA4FileCSgSS_tFTW', symObjAddr: 0x568, symBinAddr: 0x1438F4, symSize: 0x54 } + - { offsetInCU: 0x623, offset: 0x17F97D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP7setFile_6forKeyyAA0baF0C_SStFTW', symObjAddr: 0x5BC, symBinAddr: 0x143948, symSize: 0x60 } + - { offsetInCU: 0x688, offset: 0x17F9E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP05clearC0yyFTW', symObjAddr: 0x61C, symBinAddr: 0x1439A8, symSize: 0x20 } + - { offsetInCU: 0x742, offset: 0x17FA9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0_WZ', symObjAddr: 0x190, symBinAddr: 0x14355C, symSize: 0xB4 } + - { offsetInCU: 0x7F5, offset: 0x17FB4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivpACTk', symObjAddr: 0x284, symBinAddr: 0x143610, symSize: 0x5C } + - { offsetInCU: 0x8D6, offset: 0x17FC30, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCMa', symObjAddr: 0x684, symBinAddr: 0x143A10, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x17FDE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x143A8C, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x17FE00, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x143A8C, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x17FE14, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwxx', symObjAddr: 0x80, symBinAddr: 0x143ABC, symSize: 0xC } + - { offsetInCU: 0x67, offset: 0x17FE28, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwcp', symObjAddr: 0xD0, symBinAddr: 0x143AC8, symSize: 0x78 } + - { offsetInCU: 0x7B, offset: 0x17FE3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwca', symObjAddr: 0x148, symBinAddr: 0x143B40, symSize: 0xB8 } + - { offsetInCU: 0x8F, offset: 0x17FE50, size: 0x8, addend: 0x0, symName: ___swift_memcpy100_8, symObjAddr: 0x200, symBinAddr: 0x143BF8, symSize: 0x2C } + - { offsetInCU: 0xA3, offset: 0x17FE64, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwta', symObjAddr: 0x22C, symBinAddr: 0x143C24, symSize: 0x78 } + - { offsetInCU: 0xB7, offset: 0x17FE78, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwet', symObjAddr: 0x2A4, symBinAddr: 0x143C9C, symSize: 0x54 } + - { offsetInCU: 0xCB, offset: 0x17FE8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwst', symObjAddr: 0x2F8, symBinAddr: 0x143CF0, symSize: 0x6C } + - { offsetInCU: 0xDF, offset: 0x17FEA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVMa', symObjAddr: 0x364, symBinAddr: 0x143D5C, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x17FEB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4gdd_n', symObjAddr: 0x374, symBinAddr: 0x143D6C, symSize: 0x128 } + - { offsetInCU: 0x148, offset: 0x17FF09, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4ndd_n', symObjAddr: 0x4AC, symBinAddr: 0x143EA4, symSize: 0x214 } + - { offsetInCU: 0x1B6, offset: 0x17FF77, size: 0x8, addend: 0x0, symName: ___swift_memcpy20_8, symObjAddr: 0x6D0, symBinAddr: 0x1440C8, symSize: 0x14 } + - { offsetInCU: 0x1CA, offset: 0x17FF8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwet', symObjAddr: 0x6E8, symBinAddr: 0x1440DC, symSize: 0x20 } + - { offsetInCU: 0x1DE, offset: 0x17FF9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwst', symObjAddr: 0x708, symBinAddr: 0x1440FC, symSize: 0x2C } + - { offsetInCU: 0x1F2, offset: 0x17FFB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVMa', symObjAddr: 0x734, symBinAddr: 0x144128, symSize: 0x10 } + - { offsetInCU: 0x206, offset: 0x17FFC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x744, symBinAddr: 0x144138, symSize: 0x64 } + - { offsetInCU: 0x21A, offset: 0x17FFDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwca', symObjAddr: 0x7A8, symBinAddr: 0x14419C, symSize: 0x94 } + - { offsetInCU: 0x22E, offset: 0x17FFEF, size: 0x8, addend: 0x0, symName: ___swift_memcpy80_8, symObjAddr: 0x83C, symBinAddr: 0x144230, symSize: 0x1C } + - { offsetInCU: 0x242, offset: 0x180003, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwta', symObjAddr: 0x858, symBinAddr: 0x14424C, symSize: 0x60 } + - { offsetInCU: 0x256, offset: 0x180017, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwet', symObjAddr: 0x8B8, symBinAddr: 0x1442AC, symSize: 0x54 } + - { offsetInCU: 0x26A, offset: 0x18002B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwst', symObjAddr: 0x90C, symBinAddr: 0x144300, symSize: 0x64 } + - { offsetInCU: 0x27E, offset: 0x18003F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVMa', symObjAddr: 0x970, symBinAddr: 0x144364, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1801F4, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x14437C, symSize: 0x134 } + - { offsetInCU: 0x3F, offset: 0x18020C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x14437C, symSize: 0x134 } + - { offsetInCU: 0x4F, offset: 0x180472, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1444B0, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x180497, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x1444F8, symSize: 0x24C } + - { offsetInCU: 0xDC, offset: 0x1804FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x294, symBinAddr: 0x144744, symSize: 0x274 } + - { offsetInCU: 0x1E8, offset: 0x18060B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO8rawValueSSvg', symObjAddr: 0x508, symBinAddr: 0x1449B8, symSize: 0x20 } + - { offsetInCU: 0x20F, offset: 0x180632, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO11stringValueSSvg', symObjAddr: 0x6AC, symBinAddr: 0x144B5C, symSize: 0x20 } + - { offsetInCU: 0x250, offset: 0x180673, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x6F0, symBinAddr: 0x144BA0, symSize: 0x70 } + - { offsetInCU: 0x284, offset: 0x1806A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x760, symBinAddr: 0x144C10, symSize: 0x28 } + - { offsetInCU: 0x2A0, offset: 0x1806C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x788, symBinAddr: 0x144C38, symSize: 0x8 } + - { offsetInCU: 0x2D6, offset: 0x1806F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x790, symBinAddr: 0x144C40, symSize: 0x74 } + - { offsetInCU: 0x321, offset: 0x180744, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x804, symBinAddr: 0x144CB4, symSize: 0xC } + - { offsetInCU: 0x33D, offset: 0x180760, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x810, symBinAddr: 0x144CC0, symSize: 0xC } + - { offsetInCU: 0x35B, offset: 0x18077E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x528, symBinAddr: 0x1449D8, symSize: 0x184 } + - { offsetInCU: 0x3D5, offset: 0x1807F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfD', symObjAddr: 0x874, symBinAddr: 0x144D24, symSize: 0x2C } + - { offsetInCU: 0x494, offset: 0x1808B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfE', symObjAddr: 0x86C, symBinAddr: 0x144D1C, symSize: 0x8 } + - { offsetInCU: 0x4EC, offset: 0x18090F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCMa', symObjAddr: 0x8A0, symBinAddr: 0x144D50, symSize: 0x20 } + - { offsetInCU: 0x500, offset: 0x180923, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs0C3KeyAAWl', symObjAddr: 0x924, symBinAddr: 0x144D70, symSize: 0x44 } + - { offsetInCU: 0x514, offset: 0x180937, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGMa', symObjAddr: 0x968, symBinAddr: 0x144DB4, symSize: 0x54 } + - { offsetInCU: 0x528, offset: 0x18094B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwet', symObjAddr: 0xC64, symBinAddr: 0x144E6C, symSize: 0x90 } + - { offsetInCU: 0x53C, offset: 0x18095F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwst', symObjAddr: 0xCF4, symBinAddr: 0x144EFC, symSize: 0xBC } + - { offsetInCU: 0x550, offset: 0x180973, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwug', symObjAddr: 0xDB0, symBinAddr: 0x144FB8, symSize: 0x8 } + - { offsetInCU: 0x564, offset: 0x180987, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwup', symObjAddr: 0xDB8, symBinAddr: 0x144FC0, symSize: 0x4 } + - { offsetInCU: 0x578, offset: 0x18099B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwui', symObjAddr: 0xDBC, symBinAddr: 0x144FC4, symSize: 0xC } + - { offsetInCU: 0x58C, offset: 0x1809AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOMa', symObjAddr: 0xDC8, symBinAddr: 0x144FD0, symSize: 0x10 } + - { offsetInCU: 0x5A0, offset: 0x1809C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASQWb', symObjAddr: 0xDD8, symBinAddr: 0x144FE0, symSize: 0x4 } + - { offsetInCU: 0x5B4, offset: 0x1809D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFSQAAWl', symObjAddr: 0xDDC, symBinAddr: 0x144FE4, symSize: 0x44 } + - { offsetInCU: 0x5C8, offset: 0x1809EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE20, symBinAddr: 0x145028, symSize: 0x4 } + - { offsetInCU: 0x5DC, offset: 0x1809FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE24, symBinAddr: 0x14502C, symSize: 0x44 } + - { offsetInCU: 0x5F0, offset: 0x180A13, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE68, symBinAddr: 0x145070, symSize: 0x4 } + - { offsetInCU: 0x604, offset: 0x180A27, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xE6C, symBinAddr: 0x145074, symSize: 0x44 } + - { offsetInCU: 0x66A, offset: 0x180A8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6CC, symBinAddr: 0x144B7C, symSize: 0xC } + - { offsetInCU: 0x686, offset: 0x180AA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x6D8, symBinAddr: 0x144B88, symSize: 0x8 } + - { offsetInCU: 0x6A2, offset: 0x180AC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6E0, symBinAddr: 0x144B90, symSize: 0x8 } + - { offsetInCU: 0x6BE, offset: 0x180AE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6E8, symBinAddr: 0x144B98, symSize: 0x8 } + - { offsetInCU: 0x6E0, offset: 0x180B03, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x81C, symBinAddr: 0x144CCC, symSize: 0x28 } + - { offsetInCU: 0x6FC, offset: 0x180B1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x844, symBinAddr: 0x144CF4, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x180D03, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6boundsSo6CGRectVvg', symObjAddr: 0x0, symBinAddr: 0x1450B8, symSize: 0x10 } + - { offsetInCU: 0x6C, offset: 0x180D30, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF', symObjAddr: 0x10, symBinAddr: 0x1450C8, symSize: 0x14 } + - { offsetInCU: 0x11E, offset: 0x180DE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF', symObjAddr: 0x24, symBinAddr: 0x1450DC, symSize: 0x2C } + - { offsetInCU: 0x1DD, offset: 0x180EA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF', symObjAddr: 0x50, symBinAddr: 0x145108, symSize: 0x14 } + - { offsetInCU: 0x21D, offset: 0x180EE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF', symObjAddr: 0x64, symBinAddr: 0x14511C, symSize: 0x14 } + - { offsetInCU: 0x2C2, offset: 0x180F86, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x78, symBinAddr: 0x145130, symSize: 0xE0 } + - { offsetInCU: 0x3F7, offset: 0x1810BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x158, symBinAddr: 0x145210, symSize: 0xA8 } + - { offsetInCU: 0x486, offset: 0x18114A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x200, symBinAddr: 0x1452B8, symSize: 0xA8 } + - { offsetInCU: 0x503, offset: 0x1811C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ', symObjAddr: 0x2A8, symBinAddr: 0x145360, symSize: 0x4 } + - { offsetInCU: 0x51F, offset: 0x1811E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZSSyXEfu0_', symObjAddr: 0x4E0, symBinAddr: 0x145598, symSize: 0xD8 } + - { offsetInCU: 0x635, offset: 0x1812F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ', symObjAddr: 0x2AC, symBinAddr: 0x145364, symSize: 0x14 } + - { offsetInCU: 0x649, offset: 0x18130D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8durationSdvg', symObjAddr: 0x2C0, symBinAddr: 0x145378, symSize: 0x14 } + - { offsetInCU: 0x676, offset: 0x18133A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ', symObjAddr: 0x2D4, symBinAddr: 0x14538C, symSize: 0x4 } + - { offsetInCU: 0x692, offset: 0x181356, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x5B8, symBinAddr: 0x145670, symSize: 0x154 } + - { offsetInCU: 0x7FC, offset: 0x1814C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ', symObjAddr: 0x2D8, symBinAddr: 0x145390, symSize: 0x1FC } + - { offsetInCU: 0x877, offset: 0x18153B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_', symObjAddr: 0xD44, symBinAddr: 0x145DFC, symSize: 0x568 } + - { offsetInCU: 0x9A8, offset: 0x18166C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_', symObjAddr: 0x12AC, symBinAddr: 0x146364, symSize: 0x94 } + - { offsetInCU: 0xA1E, offset: 0x1816E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ', symObjAddr: 0x4D4, symBinAddr: 0x14558C, symSize: 0x4 } + - { offsetInCU: 0xA3A, offset: 0x1816FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x70C, symBinAddr: 0x1457C4, symSize: 0x1C4 } + - { offsetInCU: 0xC22, offset: 0x1818E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg', symObjAddr: 0x4D8, symBinAddr: 0x145590, symSize: 0x8 } + - { offsetInCU: 0xD2A, offset: 0x1819EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ', symObjAddr: 0x8D0, symBinAddr: 0x145988, symSize: 0x6C } + - { offsetInCU: 0xE86, offset: 0x181B4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_', symObjAddr: 0xD00, symBinAddr: 0x145DB8, symSize: 0x44 } + - { offsetInCU: 0xEDF, offset: 0x181BA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTY0_', symObjAddr: 0x93C, symBinAddr: 0x1459F4, symSize: 0x36C } + - { offsetInCU: 0x106C, offset: 0x181D30, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTQ1_', symObjAddr: 0xCA8, symBinAddr: 0x145D60, symSize: 0x58 } + - { offsetInCU: 0x11AB, offset: 0x181E6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZTf4nnd_n', symObjAddr: 0x1340, symBinAddr: 0x1463F8, symSize: 0x26C } + - { offsetInCU: 0x129F, offset: 0x181F63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x15AC, symBinAddr: 0x146664, symSize: 0x358 } + - { offsetInCU: 0x1446, offset: 0x18210A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x1904, symBinAddr: 0x1469BC, symSize: 0x308 } + - { offsetInCU: 0x1598, offset: 0x18225C, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1C14, symBinAddr: 0x146CCC, symSize: 0x10 } + - { offsetInCU: 0x15AC, offset: 0x182270, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1C24, symBinAddr: 0x146CDC, symSize: 0x8 } + - { offsetInCU: 0x15C0, offset: 0x182284, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZTf4nnnd_n', symObjAddr: 0x1C2C, symBinAddr: 0x146CE4, symSize: 0x304 } + - { offsetInCU: 0x1743, offset: 0x182407, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_TA', symObjAddr: 0x1FD4, symBinAddr: 0x14704C, symSize: 0x40 } + - { offsetInCU: 0x1757, offset: 0x18241B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_TA', symObjAddr: 0x2114, symBinAddr: 0x14718C, symSize: 0xC } + - { offsetInCU: 0x176B, offset: 0x18242F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x2120, symBinAddr: 0x147198, symSize: 0x8 } + - { offsetInCU: 0x177F, offset: 0x182443, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU1_TA', symObjAddr: 0x237C, symBinAddr: 0x147210, symSize: 0x24 } + - { offsetInCU: 0x17B3, offset: 0x182477, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_TA', symObjAddr: 0x243C, symBinAddr: 0x1472D0, symSize: 0x4C } + - { offsetInCU: 0xF3, offset: 0x182987, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x147368, symSize: 0x598 } + - { offsetInCU: 0x22C, offset: 0x182AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x598, symBinAddr: 0x147900, symSize: 0x954 } + - { offsetInCU: 0x68B, offset: 0x182F1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0xEEC, symBinAddr: 0x148254, symSize: 0x46C } + - { offsetInCU: 0x6CA, offset: 0x182F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1B84, symBinAddr: 0x148E54, symSize: 0x4C } + - { offsetInCU: 0x701, offset: 0x182F95, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueSSvg', symObjAddr: 0x1BD0, symBinAddr: 0x148EA0, symSize: 0x20 } + - { offsetInCU: 0x73A, offset: 0x182FCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1BF0, symBinAddr: 0x148EC0, symSize: 0x20 } + - { offsetInCU: 0x768, offset: 0x182FFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1BF0, symBinAddr: 0x148EC0, symSize: 0x20 } + - { offsetInCU: 0x7B1, offset: 0x183045, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x1D94, symBinAddr: 0x149064, symSize: 0x44 } + - { offsetInCU: 0x7F7, offset: 0x18308B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1DD8, symBinAddr: 0x1490A8, symSize: 0x28 } + - { offsetInCU: 0x80B, offset: 0x18309F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1E00, symBinAddr: 0x1490D0, symSize: 0x8 } + - { offsetInCU: 0x841, offset: 0x1830D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1E08, symBinAddr: 0x1490D8, symSize: 0x3C } + - { offsetInCU: 0x8A6, offset: 0x18313A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1E44, symBinAddr: 0x149114, symSize: 0xC } + - { offsetInCU: 0x8C2, offset: 0x183156, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1E50, symBinAddr: 0x149120, symSize: 0xC } + - { offsetInCU: 0x8DE, offset: 0x183172, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x38B0, symBinAddr: 0x14A948, symSize: 0x50 } + - { offsetInCU: 0x929, offset: 0x1831BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCfD', symObjAddr: 0x1EAC, symBinAddr: 0x14917C, symSize: 0x44 } + - { offsetInCU: 0x96C, offset: 0x183200, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1F10, symBinAddr: 0x1491E0, symSize: 0x2C } + - { offsetInCU: 0x98F, offset: 0x183223, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1F3C, symBinAddr: 0x14920C, symSize: 0x28 } + - { offsetInCU: 0x9D9, offset: 0x18326D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x135C, symBinAddr: 0x1486C4, symSize: 0xD0 } + - { offsetInCU: 0xA2C, offset: 0x1832C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x1470, symBinAddr: 0x148794, symSize: 0x14 } + - { offsetInCU: 0xA49, offset: 0x1832DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x148C, symBinAddr: 0x1487B0, symSize: 0x8 } + - { offsetInCU: 0xA65, offset: 0x1832F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1494, symBinAddr: 0x1487B8, symSize: 0x14 } + - { offsetInCU: 0xBA1, offset: 0x183435, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO13discriminator_WZ', symObjAddr: 0x1358, symBinAddr: 0x1486C0, symSize: 0x4 } + - { offsetInCU: 0xBC7, offset: 0x18345B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x14F4, symBinAddr: 0x148818, symSize: 0x14 } + - { offsetInCU: 0xBF0, offset: 0x183484, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1508, symBinAddr: 0x14882C, symSize: 0x8 } + - { offsetInCU: 0xC19, offset: 0x1834AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueACSgSi_tcfC', symObjAddr: 0x15B8, symBinAddr: 0x1488DC, symSize: 0x14 } + - { offsetInCU: 0xC42, offset: 0x1834D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueSivg', symObjAddr: 0x15CC, symBinAddr: 0x1488F0, symSize: 0x8 } + - { offsetInCU: 0xC5D, offset: 0x1834F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x17DC, symBinAddr: 0x148ABC, symSize: 0x8 } + - { offsetInCU: 0xC93, offset: 0x183527, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x17E4, symBinAddr: 0x148AC4, symSize: 0xC } + - { offsetInCU: 0xCB3, offset: 0x183547, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x17E4, symBinAddr: 0x148AC4, symSize: 0xC } + - { offsetInCU: 0xCC5, offset: 0x183559, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOAA11ClassFamilyAAWI', symObjAddr: 0x15D4, symBinAddr: 0x1488F8, symSize: 0x24 } + - { offsetInCU: 0xCD9, offset: 0x18356D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSHAASQWb', symObjAddr: 0x163C, symBinAddr: 0x14891C, symSize: 0x4 } + - { offsetInCU: 0xCED, offset: 0x183581, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSQAAWl', symObjAddr: 0x1640, symBinAddr: 0x148920, symSize: 0x44 } + - { offsetInCU: 0xD01, offset: 0x183595, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSHAASQWb', symObjAddr: 0x1684, symBinAddr: 0x148964, symSize: 0x4 } + - { offsetInCU: 0xD15, offset: 0x1835A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSQAAWl', symObjAddr: 0x1688, symBinAddr: 0x148968, symSize: 0x44 } + - { offsetInCU: 0xD34, offset: 0x1835C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASQWb', symObjAddr: 0x16E0, symBinAddr: 0x1489C0, symSize: 0x4 } + - { offsetInCU: 0xD48, offset: 0x1835DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSQAAWl', symObjAddr: 0x16E4, symBinAddr: 0x1489C4, symSize: 0x44 } + - { offsetInCU: 0xD72, offset: 0x183606, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwet', symObjAddr: 0x18A8, symBinAddr: 0x148B78, symSize: 0x90 } + - { offsetInCU: 0xD86, offset: 0x18361A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwst', symObjAddr: 0x1938, symBinAddr: 0x148C08, symSize: 0xBC } + - { offsetInCU: 0xD9A, offset: 0x18362E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwup', symObjAddr: 0x19F4, symBinAddr: 0x148CC4, symSize: 0x4 } + - { offsetInCU: 0xDAE, offset: 0x183642, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOMa', symObjAddr: 0x19F8, symBinAddr: 0x148CC8, symSize: 0x10 } + - { offsetInCU: 0xDC2, offset: 0x183656, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwet', symObjAddr: 0x1A08, symBinAddr: 0x148CD8, symSize: 0x90 } + - { offsetInCU: 0xDD6, offset: 0x18366A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwst', symObjAddr: 0x1A98, symBinAddr: 0x148D68, symSize: 0xBC } + - { offsetInCU: 0xDEA, offset: 0x18367E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwup', symObjAddr: 0x1B54, symBinAddr: 0x148E24, symSize: 0x4 } + - { offsetInCU: 0xDFE, offset: 0x183692, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOMa', symObjAddr: 0x1B58, symBinAddr: 0x148E28, symSize: 0x10 } + - { offsetInCU: 0xE12, offset: 0x1836A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOwup', symObjAddr: 0x1B70, symBinAddr: 0x148E40, symSize: 0x4 } + - { offsetInCU: 0xE26, offset: 0x1836BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOMa', symObjAddr: 0x1B74, symBinAddr: 0x148E44, symSize: 0x10 } + - { offsetInCU: 0xE5B, offset: 0x1836EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCMa', symObjAddr: 0x1EF0, symBinAddr: 0x1491C0, symSize: 0x20 } + - { offsetInCU: 0xE6F, offset: 0x183703, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs0D3KeyAAWl', symObjAddr: 0x1FA4, symBinAddr: 0x149234, symSize: 0x44 } + - { offsetInCU: 0xF6E, offset: 0x183802, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x202C, symBinAddr: 0x149278, symSize: 0x2A0 } + - { offsetInCU: 0x106B, offset: 0x1838FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSeAAWl', symObjAddr: 0x22CC, symBinAddr: 0x149518, symSize: 0x44 } + - { offsetInCU: 0x107F, offset: 0x183913, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSeAAWl', symObjAddr: 0x2310, symBinAddr: 0x14955C, symSize: 0x44 } + - { offsetInCU: 0x112D, offset: 0x1839C1, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x2354, symBinAddr: 0x1495A0, symSize: 0x188 } + - { offsetInCU: 0x1427, offset: 0x183CBB, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M5StyleCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x24DC, symBinAddr: 0x149728, symSize: 0x3C4 } + - { offsetInCU: 0x1744, offset: 0x183FD8, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M6EffectCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x28A0, symBinAddr: 0x149AEC, symSize: 0x3C4 } + - { offsetInCU: 0x1981, offset: 0x184215, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOb', symObjAddr: 0x2C64, symBinAddr: 0x149EB0, symSize: 0x18 } + - { offsetInCU: 0x1995, offset: 0x184229, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOc', symObjAddr: 0x2C7C, symBinAddr: 0x149EC8, symSize: 0x44 } + - { offsetInCU: 0x1A95, offset: 0x184329, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_AC0N5ValueCAC0nZ4TypeOTg5Tf4dnnn_n', symObjAddr: 0x2DB4, symBinAddr: 0x149F0C, symSize: 0x3E4 } + - { offsetInCU: 0x1CC2, offset: 0x184556, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSeAAWl', symObjAddr: 0x3198, symBinAddr: 0x14A2F0, symSize: 0x44 } + - { offsetInCU: 0x1CD6, offset: 0x18456A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSEAAWl', symObjAddr: 0x31DC, symBinAddr: 0x14A334, symSize: 0x44 } + - { offsetInCU: 0x1CEA, offset: 0x18457E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSEAAWl', symObjAddr: 0x3264, symBinAddr: 0x14A378, symSize: 0x44 } + - { offsetInCU: 0x1CFE, offset: 0x184592, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSEAAWl', symObjAddr: 0x3338, symBinAddr: 0x14A44C, symSize: 0x44 } + - { offsetInCU: 0x1D12, offset: 0x1845A6, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerStyleCGSayxGSEsSERzlWl', symObjAddr: 0x337C, symBinAddr: 0x14A490, symSize: 0x88 } + - { offsetInCU: 0x1D26, offset: 0x1845BA, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11LayerEffectCGSayxGSEsSERzlWl', symObjAddr: 0x3404, symBinAddr: 0x14A518, symSize: 0x88 } + - { offsetInCU: 0x1D3A, offset: 0x1845CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSYAAWl', symObjAddr: 0x3518, symBinAddr: 0x14A62C, symSize: 0x44 } + - { offsetInCU: 0x1D4E, offset: 0x1845E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSYAAWl', symObjAddr: 0x355C, symBinAddr: 0x14A670, symSize: 0x44 } + - { offsetInCU: 0x1D62, offset: 0x1845F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSYAAWl', symObjAddr: 0x35A0, symBinAddr: 0x14A6B4, symSize: 0x44 } + - { offsetInCU: 0x1D76, offset: 0x18460A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwug', symObjAddr: 0x37B4, symBinAddr: 0x14A84C, symSize: 0x8 } + - { offsetInCU: 0x1D8A, offset: 0x18461E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwup', symObjAddr: 0x37BC, symBinAddr: 0x14A854, symSize: 0x4 } + - { offsetInCU: 0x1D9E, offset: 0x184632, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwui', symObjAddr: 0x37C0, symBinAddr: 0x14A858, symSize: 0x8 } + - { offsetInCU: 0x1DB2, offset: 0x184646, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOMa', symObjAddr: 0x37C8, symBinAddr: 0x14A860, symSize: 0x10 } + - { offsetInCU: 0x1DC6, offset: 0x18465A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASQWb', symObjAddr: 0x37D8, symBinAddr: 0x14A870, symSize: 0x4 } + - { offsetInCU: 0x1DDA, offset: 0x18466E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFSQAAWl', symObjAddr: 0x37DC, symBinAddr: 0x14A874, symSize: 0x44 } + - { offsetInCU: 0x1DEE, offset: 0x184682, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3820, symBinAddr: 0x14A8B8, symSize: 0x4 } + - { offsetInCU: 0x1E02, offset: 0x184696, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3824, symBinAddr: 0x14A8BC, symSize: 0x44 } + - { offsetInCU: 0x1E16, offset: 0x1846AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3868, symBinAddr: 0x14A900, symSize: 0x4 } + - { offsetInCU: 0x1E2A, offset: 0x1846BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x386C, symBinAddr: 0x14A904, symSize: 0x44 } + - { offsetInCU: 0x1F21, offset: 0x1847B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x14A8, symBinAddr: 0x1487CC, symSize: 0x4C } + - { offsetInCU: 0x1F44, offset: 0x1847D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1510, symBinAddr: 0x148834, symSize: 0x5C } + - { offsetInCU: 0x1F67, offset: 0x1847FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x156C, symBinAddr: 0x148890, symSize: 0x4C } + - { offsetInCU: 0x1F99, offset: 0x18482D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x16CC, symBinAddr: 0x1489AC, symSize: 0x14 } + - { offsetInCU: 0x1FEE, offset: 0x184882, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1770, symBinAddr: 0x148A50, symSize: 0x28 } + - { offsetInCU: 0x2049, offset: 0x1848DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x17F0, symBinAddr: 0x148AD0, symSize: 0x5C } + - { offsetInCU: 0x206C, offset: 0x184900, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x184C, symBinAddr: 0x148B2C, symSize: 0x4C } + - { offsetInCU: 0x20AD, offset: 0x184941, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C10, symBinAddr: 0x148EE0, symSize: 0x88 } + - { offsetInCU: 0x215C, offset: 0x1849F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH9hashValueSivgTW', symObjAddr: 0x1C98, symBinAddr: 0x148F68, symSize: 0x60 } + - { offsetInCU: 0x21DA, offset: 0x184A6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1CF8, symBinAddr: 0x148FC8, symSize: 0x40 } + - { offsetInCU: 0x222C, offset: 0x184AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D38, symBinAddr: 0x149008, symSize: 0x5C } + - { offsetInCU: 0x228E, offset: 0x184B22, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1E5C, symBinAddr: 0x14912C, symSize: 0x28 } + - { offsetInCU: 0x22AA, offset: 0x184B3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1E84, symBinAddr: 0x149154, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x184EEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x14A9D8, symSize: 0x13C } + - { offsetInCU: 0x87, offset: 0x184F4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x14A9D8, symSize: 0x13C } + - { offsetInCU: 0x459, offset: 0x185320, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV04trimB002toC08atLength05curveG010maxSamples8accuracyAC5start_AC0D5PointAC3endtAC_12CoreGraphics7CGFloatVAOSiAOtF', symObjAddr: 0x13C, symBinAddr: 0x14AB14, symSize: 0x304 } + - { offsetInCU: 0xD15, offset: 0x185BDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV05splitB002toC08positionAC5start_AC9trimPointAC3endtAC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x440, symBinAddr: 0x14AE18, symSize: 0x188 } + - { offsetInCU: 0x1528, offset: 0x1863EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwCP', symObjAddr: 0x5C8, symBinAddr: 0x14AFA0, symSize: 0x30 } + - { offsetInCU: 0x153C, offset: 0x186403, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwet', symObjAddr: 0x610, symBinAddr: 0x14AFD0, symSize: 0x20 } + - { offsetInCU: 0x1550, offset: 0x186417, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwst', symObjAddr: 0x630, symBinAddr: 0x14AFF0, symSize: 0x38 } + - { offsetInCU: 0x1564, offset: 0x18642B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVMa', symObjAddr: 0x668, symBinAddr: 0x14B028, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x18666E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x14B038, symSize: 0x24 } + - { offsetInCU: 0x9F, offset: 0x1866E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0xEC, symBinAddr: 0x14B124, symSize: 0x4C } + - { offsetInCU: 0xC8, offset: 0x18670B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x138, symBinAddr: 0x14B170, symSize: 0x18 } + - { offsetInCU: 0x107, offset: 0x18674A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x150, symBinAddr: 0x14B188, symSize: 0x28 } + - { offsetInCU: 0x13F, offset: 0x186782, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xE44, symBinAddr: 0x14BE28, symSize: 0x100 } + - { offsetInCU: 0x1B4, offset: 0x1867F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO13discriminator_WZ', symObjAddr: 0x1C4, symBinAddr: 0x14B1FC, symSize: 0x4 } + - { offsetInCU: 0x1DA, offset: 0x18681D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1C8, symBinAddr: 0x14B200, symSize: 0x4C } + - { offsetInCU: 0x1FF, offset: 0x186842, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x214, symBinAddr: 0x14B24C, symSize: 0x188 } + - { offsetInCU: 0x26D, offset: 0x1868B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO03rawC0SSvg', symObjAddr: 0x39C, symBinAddr: 0x14B3D4, symSize: 0x18 } + - { offsetInCU: 0x294, offset: 0x1868D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO06stringC0SSvg', symObjAddr: 0x3B4, symBinAddr: 0x14B3EC, symSize: 0x18 } + - { offsetInCU: 0x2D5, offset: 0x186918, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0x3F0, symBinAddr: 0x14B428, symSize: 0x70 } + - { offsetInCU: 0x309, offset: 0x18694C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x460, symBinAddr: 0x14B498, symSize: 0x28 } + - { offsetInCU: 0x325, offset: 0x186968, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0SSvgTW', symObjAddr: 0x488, symBinAddr: 0x14B4C0, symSize: 0x8 } + - { offsetInCU: 0x35B, offset: 0x18699E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0xSgSS_tcfCTW', symObjAddr: 0x490, symBinAddr: 0x14B4C8, symSize: 0x74 } + - { offsetInCU: 0x3A6, offset: 0x1869E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0SiSgvgTW', symObjAddr: 0x504, symBinAddr: 0x14B53C, symSize: 0xC } + - { offsetInCU: 0x3C2, offset: 0x186A05, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0xSgSi_tcfCTW', symObjAddr: 0x510, symBinAddr: 0x14B548, symSize: 0xC } + - { offsetInCU: 0x3FE, offset: 0x186A41, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCfD', symObjAddr: 0x56C, symBinAddr: 0x14B5A4, symSize: 0x24 } + - { offsetInCU: 0x449, offset: 0x186A8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5B0, symBinAddr: 0x14B5E8, symSize: 0x12C } + - { offsetInCU: 0x488, offset: 0x186ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x8A4, symBinAddr: 0x14B8CC, symSize: 0x2C } + - { offsetInCU: 0x4AB, offset: 0x186AEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x8D0, symBinAddr: 0x14B8F8, symSize: 0x28 } + - { offsetInCU: 0x51A, offset: 0x186B5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10dictionaryACSDySSypG_tKcfcTf4gn_n', symObjAddr: 0xB04, symBinAddr: 0x14BAE8, symSize: 0x1B8 } + - { offsetInCU: 0x635, offset: 0x186C78, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCMa', symObjAddr: 0x590, symBinAddr: 0x14B5C8, symSize: 0x20 } + - { offsetInCU: 0x649, offset: 0x186C8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwet', symObjAddr: 0x6EC, symBinAddr: 0x14B714, symSize: 0x90 } + - { offsetInCU: 0x65D, offset: 0x186CA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwst', symObjAddr: 0x77C, symBinAddr: 0x14B7A4, symSize: 0xBC } + - { offsetInCU: 0x671, offset: 0x186CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwug', symObjAddr: 0x838, symBinAddr: 0x14B860, symSize: 0x8 } + - { offsetInCU: 0x685, offset: 0x186CC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwup', symObjAddr: 0x840, symBinAddr: 0x14B868, symSize: 0x4 } + - { offsetInCU: 0x699, offset: 0x186CDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwui', symObjAddr: 0x844, symBinAddr: 0x14B86C, symSize: 0x8 } + - { offsetInCU: 0x6AD, offset: 0x186CF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOMa', symObjAddr: 0x84C, symBinAddr: 0x14B874, symSize: 0x10 } + - { offsetInCU: 0x6C1, offset: 0x186D04, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASQWb', symObjAddr: 0x85C, symBinAddr: 0x14B884, symSize: 0x4 } + - { offsetInCU: 0x6D5, offset: 0x186D18, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSQAAWl', symObjAddr: 0x860, symBinAddr: 0x14B888, symSize: 0x44 } + - { offsetInCU: 0x6E9, offset: 0x186D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOAA11ClassFamilyAAWI', symObjAddr: 0x8F8, symBinAddr: 0x14B920, symSize: 0x24 } + - { offsetInCU: 0x728, offset: 0x186D6B, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x960, symBinAddr: 0x14B944, symSize: 0x1A4 } + - { offsetInCU: 0x8C9, offset: 0x186F0C, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xCBC, symBinAddr: 0x14BCA0, symSize: 0x188 } + - { offsetInCU: 0xAE3, offset: 0x187126, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSYAAWl', symObjAddr: 0xF88, symBinAddr: 0x14BF28, symSize: 0x44 } + - { offsetInCU: 0xAF7, offset: 0x18713A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs0D3KeyAAWl', symObjAddr: 0x100C, symBinAddr: 0x14BF6C, symSize: 0x44 } + - { offsetInCU: 0xB0B, offset: 0x18714E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSEAAWl', symObjAddr: 0x1050, symBinAddr: 0x14BFB0, symSize: 0x44 } + - { offsetInCU: 0xB1F, offset: 0x187162, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwet', symObjAddr: 0x1110, symBinAddr: 0x14BFF4, symSize: 0x90 } + - { offsetInCU: 0xB33, offset: 0x187176, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwst', symObjAddr: 0x11A0, symBinAddr: 0x14C084, symSize: 0xBC } + - { offsetInCU: 0xB47, offset: 0x18718A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwug', symObjAddr: 0x125C, symBinAddr: 0x14C140, symSize: 0x8 } + - { offsetInCU: 0xB5B, offset: 0x18719E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwup', symObjAddr: 0x1264, symBinAddr: 0x14C148, symSize: 0x4 } + - { offsetInCU: 0xB6F, offset: 0x1871B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwui', symObjAddr: 0x1268, symBinAddr: 0x14C14C, symSize: 0xC } + - { offsetInCU: 0xB83, offset: 0x1871C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOMa', symObjAddr: 0x1274, symBinAddr: 0x14C158, symSize: 0x10 } + - { offsetInCU: 0xB97, offset: 0x1871DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASQWb', symObjAddr: 0x1284, symBinAddr: 0x14C168, symSize: 0x4 } + - { offsetInCU: 0xBAB, offset: 0x1871EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFSQAAWl', symObjAddr: 0x1288, symBinAddr: 0x14C16C, symSize: 0x44 } + - { offsetInCU: 0xBBF, offset: 0x187202, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x12CC, symBinAddr: 0x14C1B0, symSize: 0x4 } + - { offsetInCU: 0xBD3, offset: 0x187216, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x12D0, symBinAddr: 0x14C1B4, symSize: 0x44 } + - { offsetInCU: 0xBE7, offset: 0x18722A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1314, symBinAddr: 0x14C1F8, symSize: 0x4 } + - { offsetInCU: 0xBFB, offset: 0x18723E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1318, symBinAddr: 0x14C1FC, symSize: 0x44 } + - { offsetInCU: 0xC2F, offset: 0x187272, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x14B038, symSize: 0x24 } + - { offsetInCU: 0xCD1, offset: 0x187314, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH04hashC0SivgTW', symObjAddr: 0x24, symBinAddr: 0x14B05C, symSize: 0x4C } + - { offsetInCU: 0xDA9, offset: 0x1873EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x70, symBinAddr: 0x14B0A8, symSize: 0x34 } + - { offsetInCU: 0xE25, offset: 0x187468, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0xA4, symBinAddr: 0x14B0DC, symSize: 0x48 } + - { offsetInCU: 0xED1, offset: 0x187514, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x178, symBinAddr: 0x14B1B0, symSize: 0x4C } + - { offsetInCU: 0xEF4, offset: 0x187537, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3CC, symBinAddr: 0x14B404, symSize: 0xC } + - { offsetInCU: 0xF10, offset: 0x187553, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH04hashC0SivgTW', symObjAddr: 0x3D8, symBinAddr: 0x14B410, symSize: 0x8 } + - { offsetInCU: 0xF2C, offset: 0x18756F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3E0, symBinAddr: 0x14B418, symSize: 0x8 } + - { offsetInCU: 0xF48, offset: 0x18758B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0x3E8, symBinAddr: 0x14B420, symSize: 0x8 } + - { offsetInCU: 0xF6A, offset: 0x1875AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x51C, symBinAddr: 0x14B554, symSize: 0x28 } + - { offsetInCU: 0xF86, offset: 0x1875C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x544, symBinAddr: 0x14B57C, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x187888, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE30createParentDirectoryStructure3fory10Foundation3URLV_tKF', symObjAddr: 0x0, symBinAddr: 0x14C240, symSize: 0x144 } + - { offsetInCU: 0xAA, offset: 0x1878F3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DateV6LottieE8dateTimeACs6UInt16V_AGt_tcfC', symObjAddr: 0x144, symBinAddr: 0x14C384, symSize: 0x9C } + - { offsetInCU: 0x236, offset: 0x187A7F, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x1E0, symBinAddr: 0x14C420, symSize: 0x68 } + - { offsetInCU: 0x33D, offset: 0x187B86, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x248, symBinAddr: 0x14C488, symSize: 0xF4 } + - { offsetInCU: 0x6AB, offset: 0x187EF4, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nnncn_n', symObjAddr: 0x33C, symBinAddr: 0x14C57C, symSize: 0x958 } + - { offsetInCU: 0xA77, offset: 0x1882C0, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6i114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5J10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xC94, symBinAddr: 0x14CED4, symSize: 0x330 } + - { offsetInCU: 0xC3D, offset: 0x188486, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xFC4, symBinAddr: 0x14D204, symSize: 0x294 } + - { offsetInCU: 0xE2A, offset: 0x188673, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0x1258, symBinAddr: 0x14D498, symSize: 0x154 } + - { offsetInCU: 0xF90, offset: 0x1887D9, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6g114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5H10V_ATtXEfU_Tf1nnnnc_n', symObjAddr: 0x13AC, symBinAddr: 0x14D5EC, symSize: 0x444 } + - { offsetInCU: 0x1004, offset: 0x18884D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSnySiG_Tgq5', symObjAddr: 0x17F0, symBinAddr: 0x14DA30, symSize: 0x14 } + - { offsetInCU: 0x103D, offset: 0x188886, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tgq5', symObjAddr: 0x1804, symBinAddr: 0x14DA44, symSize: 0xFC } + - { offsetInCU: 0x10CF, offset: 0x188918, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie5EntryV_Tg5', symObjAddr: 0x1900, symBinAddr: 0x14DB40, symSize: 0x14 } + - { offsetInCU: 0x10FC, offset: 0x188945, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE11permissions3for6osType05entryG0s6UInt16Vs6UInt32V_AC5EntryV6OSTypeOAM0kG0OtFZTf4nnnd_n', symObjAddr: 0x1914, symBinAddr: 0x14DB54, symSize: 0x70 } + - { offsetInCU: 0x124A, offset: 0x188A93, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE10attributes4fromSDySo0A12AttributeKeyaypGAC5EntryV_tFZTf4nd_n', symObjAddr: 0x1984, symBinAddr: 0x14DBC4, symSize: 0x2BC } + - { offsetInCU: 0x16FF, offset: 0x188F48, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFTf4nnnnnd_n', symObjAddr: 0x1C40, symBinAddr: 0x14DE80, symSize: 0xDFC } + - { offsetInCU: 0x1DA7, offset: 0x1895F0, size: 0x8, addend: 0x0, symName: '_$s10Foundation10CocoaErrorVAcA21_BridgedStoredNSErrorAAWl', symObjAddr: 0x2A7C, symBinAddr: 0x14EC7C, symSize: 0x48 } + - { offsetInCU: 0x1DBB, offset: 0x189604, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOc', symObjAddr: 0x2AC4, symBinAddr: 0x14ECC4, symSize: 0x48 } + - { offsetInCU: 0x1DCF, offset: 0x189618, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOr', symObjAddr: 0x2B50, symBinAddr: 0x14ED0C, symSize: 0x100 } + - { offsetInCU: 0x1DE3, offset: 0x18962C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOs', symObjAddr: 0x2CC8, symBinAddr: 0x14EE0C, symSize: 0x100 } + - { offsetInCU: 0x1DF7, offset: 0x189640, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOh', symObjAddr: 0x2E34, symBinAddr: 0x14EF0C, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x189BBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x14EF90, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x189BE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x14EFD8, symSize: 0x1D8 } + - { offsetInCU: 0xDC, offset: 0x189C4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x220, symBinAddr: 0x14F1B0, symSize: 0xE0 } + - { offsetInCU: 0x17B, offset: 0x189CEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x300, symBinAddr: 0x14F290, symSize: 0x140 } + - { offsetInCU: 0x1FE, offset: 0x189D6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x14F3E0, symSize: 0x64 } + - { offsetInCU: 0x241, offset: 0x189DB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B4, symBinAddr: 0x14F444, symSize: 0x24 } + - { offsetInCU: 0x281, offset: 0x189DF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D8, symBinAddr: 0x14F468, symSize: 0x4 } + - { offsetInCU: 0x2A1, offset: 0x189E10, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D8, symBinAddr: 0x14F468, symSize: 0x4 } + - { offsetInCU: 0x2CC, offset: 0x189E3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4DC, symBinAddr: 0x14F46C, symSize: 0x68 } + - { offsetInCU: 0x317, offset: 0x189E86, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x544, symBinAddr: 0x14F4D4, symSize: 0xC } + - { offsetInCU: 0x333, offset: 0x189EA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x550, symBinAddr: 0x14F4E0, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x189EBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO03rawD0SSvgTf4d_n', symObjAddr: 0x8C4, symBinAddr: 0x14F704, symSize: 0xC } + - { offsetInCU: 0x38B, offset: 0x189EFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfD', symObjAddr: 0x5B4, symBinAddr: 0x14F544, symSize: 0x2C } + - { offsetInCU: 0x45A, offset: 0x189FC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfE', symObjAddr: 0x5AC, symBinAddr: 0x14F53C, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x189FF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCMa', symObjAddr: 0x5E0, symBinAddr: 0x14F570, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x18A00A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs0E3KeyAAWl', symObjAddr: 0x664, symBinAddr: 0x14F590, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x18A01E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A5ColorVGSgMa', symObjAddr: 0x6A8, symBinAddr: 0x14F5D4, symSize: 0x54 } + - { offsetInCU: 0x4C3, offset: 0x18A032, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A5ColorVGMa', symObjAddr: 0x6FC, symBinAddr: 0x14F628, symSize: 0x54 } + - { offsetInCU: 0x4D7, offset: 0x18A046, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwet', symObjAddr: 0x8D8, symBinAddr: 0x14F710, symSize: 0x50 } + - { offsetInCU: 0x4EB, offset: 0x18A05A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwst', symObjAddr: 0x928, symBinAddr: 0x14F760, symSize: 0x8C } + - { offsetInCU: 0x4FF, offset: 0x18A06E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwug', symObjAddr: 0x9B4, symBinAddr: 0x14F7EC, symSize: 0x8 } + - { offsetInCU: 0x513, offset: 0x18A082, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwup', symObjAddr: 0x9BC, symBinAddr: 0x14F7F4, symSize: 0x4 } + - { offsetInCU: 0x527, offset: 0x18A096, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwui', symObjAddr: 0x9C0, symBinAddr: 0x14F7F8, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x18A0AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOMa', symObjAddr: 0x9C4, symBinAddr: 0x14F7FC, symSize: 0x10 } + - { offsetInCU: 0x54F, offset: 0x18A0BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASQWb', symObjAddr: 0x9D4, symBinAddr: 0x14F80C, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x18A0D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFSQAAWl', symObjAddr: 0x9D8, symBinAddr: 0x14F810, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x18A0E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA1C, symBinAddr: 0x14F854, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x18A0FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA20, symBinAddr: 0x14F858, symSize: 0x44 } + - { offsetInCU: 0x59F, offset: 0x18A10E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA64, symBinAddr: 0x14F89C, symSize: 0x4 } + - { offsetInCU: 0x5B3, offset: 0x18A122, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA68, symBinAddr: 0x14F8A0, symSize: 0x44 } + - { offsetInCU: 0x5ED, offset: 0x18A15C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x440, symBinAddr: 0x14F3D0, symSize: 0x4 } + - { offsetInCU: 0x60D, offset: 0x18A17C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x440, symBinAddr: 0x14F3D0, symSize: 0x4 } + - { offsetInCU: 0x62D, offset: 0x18A19C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x444, symBinAddr: 0x14F3D4, symSize: 0x4 } + - { offsetInCU: 0x64D, offset: 0x18A1BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x444, symBinAddr: 0x14F3D4, symSize: 0x4 } + - { offsetInCU: 0x66D, offset: 0x18A1DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x448, symBinAddr: 0x14F3D8, symSize: 0x4 } + - { offsetInCU: 0x68D, offset: 0x18A1FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x448, symBinAddr: 0x14F3D8, symSize: 0x4 } + - { offsetInCU: 0x6AD, offset: 0x18A21C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x44C, symBinAddr: 0x14F3DC, symSize: 0x4 } + - { offsetInCU: 0x6CD, offset: 0x18A23C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x44C, symBinAddr: 0x14F3DC, symSize: 0x4 } + - { offsetInCU: 0x6E4, offset: 0x18A253, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x55C, symBinAddr: 0x14F4EC, symSize: 0x28 } + - { offsetInCU: 0x700, offset: 0x18A26F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x584, symBinAddr: 0x14F514, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x18A44C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x14F8E4, symSize: 0x58 } + - { offsetInCU: 0x75, offset: 0x18A49A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x14F8E4, symSize: 0x58 } + - { offsetInCU: 0xBC, offset: 0x18A4E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0x14F93C, symSize: 0xFC } + - { offsetInCU: 0x11E, offset: 0x18A543, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x154, symBinAddr: 0x14FA38, symSize: 0x4C } + - { offsetInCU: 0x13A, offset: 0x18A55F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCfD', symObjAddr: 0x1A0, symBinAddr: 0x14FA84, symSize: 0x34 } + - { offsetInCU: 0x168, offset: 0x18A58D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCMa', symObjAddr: 0x1D4, symBinAddr: 0x14FAB8, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x18A758, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x14FAD8, symSize: 0x7C } + - { offsetInCU: 0x92, offset: 0x18A78C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc', symObjAddr: 0x7C, symBinAddr: 0x14FB54, symSize: 0x4C } + - { offsetInCU: 0xB5, offset: 0x18A7AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfC', symObjAddr: 0xC8, symBinAddr: 0x14FBA0, symSize: 0x60 } + - { offsetInCU: 0xE9, offset: 0x18A7E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc', symObjAddr: 0x128, symBinAddr: 0x14FC00, symSize: 0x44 } + - { offsetInCU: 0xFD, offset: 0x18A7F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg', symObjAddr: 0x16C, symBinAddr: 0x14FC44, symSize: 0x34 } + - { offsetInCU: 0x12A, offset: 0x18A824, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs', symObjAddr: 0x1A0, symBinAddr: 0x14FC78, symSize: 0x24 } + - { offsetInCU: 0x146, offset: 0x18A840, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM', symObjAddr: 0x1C4, symBinAddr: 0x14FC9C, symSize: 0x40 } + - { offsetInCU: 0x1C0, offset: 0x18A8BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM.resume.0', symObjAddr: 0x204, symBinAddr: 0x14FCDC, symSize: 0x94 } + - { offsetInCU: 0x22F, offset: 0x18A929, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvg', symObjAddr: 0x298, symBinAddr: 0x14FD70, symSize: 0x34 } + - { offsetInCU: 0x25C, offset: 0x18A956, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvs', symObjAddr: 0x308, symBinAddr: 0x14FDE0, symSize: 0x24 } + - { offsetInCU: 0x278, offset: 0x18A972, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM', symObjAddr: 0x32C, symBinAddr: 0x14FE04, symSize: 0x40 } + - { offsetInCU: 0x2C5, offset: 0x18A9BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM.resume.0', symObjAddr: 0x36C, symBinAddr: 0x14FE44, symSize: 0x90 } + - { offsetInCU: 0x334, offset: 0x18AA2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9valueTypeypXpvg', symObjAddr: 0x3FC, symBinAddr: 0x14FED4, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x18AA49, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg', symObjAddr: 0x408, symBinAddr: 0x14FEE0, symSize: 0xB0 } + - { offsetInCU: 0x39C, offset: 0x18AA96, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x4B8, symBinAddr: 0x14FF90, symSize: 0x14 } + - { offsetInCU: 0x3BB, offset: 0x18AAB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_Tf4nnn_g', symObjAddr: 0x107C, symBinAddr: 0x150AE0, symSize: 0xB4 } + - { offsetInCU: 0x44A, offset: 0x18AB44, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x4F4, symBinAddr: 0x14FFCC, symSize: 0x28 } + - { offsetInCU: 0x46D, offset: 0x18AB67, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfd', symObjAddr: 0x51C, symBinAddr: 0x14FFF4, symSize: 0x44 } + - { offsetInCU: 0x4A8, offset: 0x18ABA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfD', symObjAddr: 0x560, symBinAddr: 0x150038, symSize: 0x4C } + - { offsetInCU: 0x4EB, offset: 0x18ABE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x5AC, symBinAddr: 0x150084, symSize: 0x20 } + - { offsetInCU: 0x525, offset: 0x18AC1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5CC, symBinAddr: 0x1500A4, symSize: 0xC } + - { offsetInCU: 0x545, offset: 0x18AC3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5CC, symBinAddr: 0x1500A4, symSize: 0xC } + - { offsetInCU: 0x581, offset: 0x18AC7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x5D8, symBinAddr: 0x1500B0, symSize: 0x24 } + - { offsetInCU: 0x5B6, offset: 0x18ACB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfcTf4ggn_n', symObjAddr: 0x61C, symBinAddr: 0x1500F4, symSize: 0x180 } + - { offsetInCU: 0x612, offset: 0x18AD0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5value33_20EE40CC71F69DE358C26FA8AA04C199LL4from9locationsSaySdGSayAA0A5ColorVG_AHtFTf4nnd_n', symObjAddr: 0x79C, symBinAddr: 0x150274, symSize: 0x340 } + - { offsetInCU: 0xCE1, offset: 0x18B3DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfcTf4ggn_n', symObjAddr: 0xADC, symBinAddr: 0x1505B4, symSize: 0x1CC } + - { offsetInCU: 0xDD8, offset: 0x18B4D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvsTf4gn_n', symObjAddr: 0xCA8, symBinAddr: 0x150780, symSize: 0xC0 } + - { offsetInCU: 0xE57, offset: 0x18B551, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvsTf4gn_n', symObjAddr: 0xD68, symBinAddr: 0x150840, symSize: 0xBC } + - { offsetInCU: 0xED7, offset: 0x18B5D1, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TR', symObjAddr: 0x4CC, symBinAddr: 0x14FFA4, symSize: 0x28 } + - { offsetInCU: 0xEEB, offset: 0x18B5E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x5FC, symBinAddr: 0x1500D4, symSize: 0xC } + - { offsetInCU: 0xF50, offset: 0x18B64A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x608, symBinAddr: 0x1500E0, symSize: 0x14 } + - { offsetInCU: 0x1090, offset: 0x18B78A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOy', symObjAddr: 0xE64, symBinAddr: 0x1508FC, symSize: 0x10 } + - { offsetInCU: 0x10A4, offset: 0x18B79E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0xEA0, symBinAddr: 0x150938, symSize: 0x1C } + - { offsetInCU: 0x10D8, offset: 0x18B7D2, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0xEE0, symBinAddr: 0x150978, symSize: 0x28 } + - { offsetInCU: 0x1101, offset: 0x18B7FB, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOe', symObjAddr: 0xF08, symBinAddr: 0x1509A0, symSize: 0x10 } + - { offsetInCU: 0x1115, offset: 0x18B80F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0xF4C, symBinAddr: 0x1509B0, symSize: 0x2C } + - { offsetInCU: 0x1129, offset: 0x18B823, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCMa', symObjAddr: 0x1040, symBinAddr: 0x150AA4, symSize: 0x20 } + - { offsetInCU: 0x113D, offset: 0x18B837, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie0A5ColorVGSayxGSHsSHRzlWl', symObjAddr: 0x1130, symBinAddr: 0x150B94, symSize: 0x70 } + - { offsetInCU: 0x1151, offset: 0x18B84B, size: 0x8, addend: 0x0, symName: '_$sSays11AnyHashableVGSayxGSHsSHRzlWl', symObjAddr: 0x1250, symBinAddr: 0x150C70, symSize: 0x68 } + - { offsetInCU: 0x27, offset: 0x18BB3C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x150D1C, symSize: 0x18 } + - { offsetInCU: 0x6F, offset: 0x18BB84, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x150D1C, symSize: 0x18 } + - { offsetInCU: 0x100, offset: 0x18BC15, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0x150D34, symSize: 0x44 } + - { offsetInCU: 0x1E3, offset: 0x18BCF8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x74, symBinAddr: 0x150D78, symSize: 0x28 } + - { offsetInCU: 0x2B7, offset: 0x18BDCC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_', symObjAddr: 0xEC, symBinAddr: 0x150DF0, symSize: 0x14 } + - { offsetInCU: 0x310, offset: 0x18BE25, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x100, symBinAddr: 0x150E04, symSize: 0xC } + - { offsetInCU: 0x34C, offset: 0x18BE61, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x100, symBinAddr: 0x150E04, symSize: 0xC } + - { offsetInCU: 0x37F, offset: 0x18BE94, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0VyAESWcfCTf4nd_n', symObjAddr: 0x10C, symBinAddr: 0x150E10, symSize: 0xC4 } + - { offsetInCU: 0x400, offset: 0x18BF15, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationO_5countAeA02__B7StorageC_SitcfCTf4nnd_n', symObjAddr: 0x1D0, symBinAddr: 0x150ED4, symSize: 0xE4 } + - { offsetInCU: 0x460, offset: 0x18BF75, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x2B4, symBinAddr: 0x150FB8, symSize: 0x1CC } + - { offsetInCU: 0x5EE, offset: 0x18C103, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5write5chunk2toSiAC_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x4C4, symBinAddr: 0x151184, symSize: 0x238 } + - { offsetInCU: 0x923, offset: 0x18C438, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE11consumePart2of9chunkSize9skipCRC328provider8consumers6UInt32Vs5Int64V_SiSbAcN_SitKXEyACKXEtKFZTf4nnnnnd_n', symObjAddr: 0x70C, symBinAddr: 0x1513CC, symSize: 0x358 } + - { offsetInCU: 0xD21, offset: 0x18C836, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwet', symObjAddr: 0xAC8, symBinAddr: 0x151734, symSize: 0x90 } + - { offsetInCU: 0xD35, offset: 0x18C84A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwst', symObjAddr: 0xB58, symBinAddr: 0x1517C4, symSize: 0xBC } + - { offsetInCU: 0xD49, offset: 0x18C85E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwug', symObjAddr: 0xC14, symBinAddr: 0x151880, symSize: 0x8 } + - { offsetInCU: 0xD5D, offset: 0x18C872, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwup', symObjAddr: 0xC1C, symBinAddr: 0x151888, symSize: 0x4 } + - { offsetInCU: 0xD71, offset: 0x18C886, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwui', symObjAddr: 0xC20, symBinAddr: 0x15188C, symSize: 0xC } + - { offsetInCU: 0xD85, offset: 0x18C89A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOMa', symObjAddr: 0xC2C, symBinAddr: 0x151898, symSize: 0x10 } + - { offsetInCU: 0xD99, offset: 0x18C8AE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSQWb', symObjAddr: 0xC3C, symBinAddr: 0x1518A8, symSize: 0x4 } + - { offsetInCU: 0xDAD, offset: 0x18C8C2, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFSQADWl', symObjAddr: 0xC40, symBinAddr: 0x1518AC, symSize: 0x44 } + - { offsetInCU: 0xDFF, offset: 0x18C914, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x9C, symBinAddr: 0x150DA0, symSize: 0x40 } + - { offsetInCU: 0xE9B, offset: 0x18C9B0, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP7_domainSSvgTW', symObjAddr: 0xDC, symBinAddr: 0x150DE0, symSize: 0x4 } + - { offsetInCU: 0xEB7, offset: 0x18C9CC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP5_codeSivgTW', symObjAddr: 0xE0, symBinAddr: 0x150DE4, symSize: 0x4 } + - { offsetInCU: 0xED3, offset: 0x18C9E8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xE4, symBinAddr: 0x150DE8, symSize: 0x4 } + - { offsetInCU: 0xEEF, offset: 0x18CA04, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE8, symBinAddr: 0x150DEC, symSize: 0x4 } + - { offsetInCU: 0x2B, offset: 0x18CCED, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x1518F0, symSize: 0x14C } + - { offsetInCU: 0xDE, offset: 0x18CDA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x1518F0, symSize: 0x14C } + - { offsetInCU: 0x257, offset: 0x18CF19, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC04fontD0AA09AnimationcD0_pvW', symObjAddr: 0x14C, symBinAddr: 0x151A3C, symSize: 0x14C } + - { offsetInCU: 0x3C5, offset: 0x18D087, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCfD', symObjAddr: 0x298, symBinAddr: 0x151B88, symSize: 0x2C } + - { offsetInCU: 0x409, offset: 0x18D0CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCMa', symObjAddr: 0x2C4, symBinAddr: 0x151BB4, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x18D27E, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x151BD4, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x18D2A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ', symObjAddr: 0x778, symBinAddr: 0x1F17A0, symSize: 0x0 } + - { offsetInCU: 0x9E, offset: 0x18D2F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfC', symObjAddr: 0x16C, symBinAddr: 0x151D40, symSize: 0x8 } + - { offsetInCU: 0xC3, offset: 0x18D31A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ', symObjAddr: 0x174, symBinAddr: 0x151D48, symSize: 0xC } + - { offsetInCU: 0xEF, offset: 0x18D346, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ', symObjAddr: 0x180, symBinAddr: 0x151D54, symSize: 0xC } + - { offsetInCU: 0x11B, offset: 0x18D372, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ', symObjAddr: 0x18C, symBinAddr: 0x151D60, symSize: 0xC } + - { offsetInCU: 0x147, offset: 0x18D39E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ', symObjAddr: 0x1CC, symBinAddr: 0x151DA0, symSize: 0x50 } + - { offsetInCU: 0x17F, offset: 0x18D3D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ', symObjAddr: 0x21C, symBinAddr: 0x151DF0, symSize: 0x8 } + - { offsetInCU: 0x1AB, offset: 0x18D402, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg', symObjAddr: 0x224, symBinAddr: 0x151DF8, symSize: 0x8 } + - { offsetInCU: 0x1BF, offset: 0x18D416, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAsADP8rawValuex03RawH0Qz_tcfCTW', symObjAddr: 0x2BC, symBinAddr: 0x151E90, symSize: 0xC } + - { offsetInCU: 0x1FA, offset: 0x18D451, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2C8, symBinAddr: 0x151E9C, symSize: 0x10 } + - { offsetInCU: 0x227, offset: 0x18D47E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2D8, symBinAddr: 0x151EAC, symSize: 0xC } + - { offsetInCU: 0x23F, offset: 0x18D496, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2D8, symBinAddr: 0x151EAC, symSize: 0xC } + - { offsetInCU: 0x2DB, offset: 0x18D532, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg', symObjAddr: 0x40, symBinAddr: 0x151C14, symSize: 0x58 } + - { offsetInCU: 0x2F9, offset: 0x18D550, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvg', symObjAddr: 0x98, symBinAddr: 0x151C6C, symSize: 0x2C } + - { offsetInCU: 0x317, offset: 0x18D56E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvs', symObjAddr: 0xC4, symBinAddr: 0x151C98, symSize: 0x34 } + - { offsetInCU: 0x356, offset: 0x18D5AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM', symObjAddr: 0xF8, symBinAddr: 0x151CCC, symSize: 0x10 } + - { offsetInCU: 0x374, offset: 0x18D5CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM.resume.0', symObjAddr: 0x108, symBinAddr: 0x151CDC, symSize: 0x4 } + - { offsetInCU: 0x39F, offset: 0x18D5F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x10C, symBinAddr: 0x151CE0, symSize: 0x14 } + - { offsetInCU: 0x3BD, offset: 0x18D614, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x120, symBinAddr: 0x151CF4, symSize: 0x14 } + - { offsetInCU: 0x3FB, offset: 0x18D652, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM', symObjAddr: 0x134, symBinAddr: 0x151D08, symSize: 0x10 } + - { offsetInCU: 0x429, offset: 0x18D680, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x144, symBinAddr: 0x151D18, symSize: 0x4 } + - { offsetInCU: 0x454, offset: 0x18D6AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvg', symObjAddr: 0x148, symBinAddr: 0x151D1C, symSize: 0x8 } + - { offsetInCU: 0x472, offset: 0x18D6C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvs', symObjAddr: 0x150, symBinAddr: 0x151D24, symSize: 0x8 } + - { offsetInCU: 0x4AF, offset: 0x18D706, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM', symObjAddr: 0x158, symBinAddr: 0x151D2C, symSize: 0x10 } + - { offsetInCU: 0x4DD, offset: 0x18D734, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM.resume.0', symObjAddr: 0x168, symBinAddr: 0x151D3C, symSize: 0x4 } + - { offsetInCU: 0x509, offset: 0x18D760, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x151D6C, symSize: 0x34 } + - { offsetInCU: 0x527, offset: 0x18D77E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x151D6C, symSize: 0x34 } + - { offsetInCU: 0x53C, offset: 0x18D793, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x151D6C, symSize: 0x34 } + - { offsetInCU: 0x550, offset: 0x18D7A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x151D6C, symSize: 0x34 } + - { offsetInCU: 0x5CE, offset: 0x18D825, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAASYWb', symObjAddr: 0x22C, symBinAddr: 0x151E00, symSize: 0x4 } + - { offsetInCU: 0x5E2, offset: 0x18D839, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSYAAWl', symObjAddr: 0x230, symBinAddr: 0x151E04, symSize: 0x44 } + - { offsetInCU: 0x5F6, offset: 0x18D84D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAs0F7AlgebraPWb', symObjAddr: 0x274, symBinAddr: 0x151E48, symSize: 0x4 } + - { offsetInCU: 0x60A, offset: 0x18D861, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs10SetAlgebraAAWl', symObjAddr: 0x278, symBinAddr: 0x151E4C, symSize: 0x44 } + - { offsetInCU: 0x61E, offset: 0x18D875, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAASQWb', symObjAddr: 0x2E4, symBinAddr: 0x151EB8, symSize: 0x4 } + - { offsetInCU: 0x632, offset: 0x18D889, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSQAAWl', symObjAddr: 0x2E8, symBinAddr: 0x151EBC, symSize: 0x44 } + - { offsetInCU: 0x646, offset: 0x18D89D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x32C, symBinAddr: 0x151F00, symSize: 0x4 } + - { offsetInCU: 0x65A, offset: 0x18D8B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs25ExpressibleByArrayLiteralAAWl', symObjAddr: 0x330, symBinAddr: 0x151F04, symSize: 0x44 } + - { offsetInCU: 0x679, offset: 0x18D8D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwCP', symObjAddr: 0x534, symBinAddr: 0x152108, symSize: 0x30 } + - { offsetInCU: 0x68D, offset: 0x18D8E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwxx', symObjAddr: 0x564, symBinAddr: 0x152138, symSize: 0x28 } + - { offsetInCU: 0x6A1, offset: 0x18D8F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwcp', symObjAddr: 0x58C, symBinAddr: 0x152160, symSize: 0x4C } + - { offsetInCU: 0x6B5, offset: 0x18D90C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwca', symObjAddr: 0x5D8, symBinAddr: 0x1521AC, symSize: 0x7C } + - { offsetInCU: 0x6C9, offset: 0x18D920, size: 0x8, addend: 0x0, symName: ___swift_memcpy40_8, symObjAddr: 0x654, symBinAddr: 0x152228, symSize: 0x14 } + - { offsetInCU: 0x6DD, offset: 0x18D934, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwta', symObjAddr: 0x668, symBinAddr: 0x15223C, symSize: 0x5C } + - { offsetInCU: 0x6F1, offset: 0x18D948, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwet', symObjAddr: 0x6C4, symBinAddr: 0x152298, symSize: 0x48 } + - { offsetInCU: 0x705, offset: 0x18D95C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwst', symObjAddr: 0x70C, symBinAddr: 0x1522E0, symSize: 0x48 } + - { offsetInCU: 0x719, offset: 0x18D970, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVMa', symObjAddr: 0x754, symBinAddr: 0x152328, symSize: 0x10 } + - { offsetInCU: 0x72D, offset: 0x18D984, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVMa', symObjAddr: 0x764, symBinAddr: 0x152338, symSize: 0x10 } + - { offsetInCU: 0x82F, offset: 0x18DA86, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x151BD4, symSize: 0x40 } + - { offsetInCU: 0x847, offset: 0x18DA9E, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x151BD4, symSize: 0x40 } + - { offsetInCU: 0x85B, offset: 0x18DAB2, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x151BD4, symSize: 0x40 } + - { offsetInCU: 0x86F, offset: 0x18DAC6, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x151BD4, symSize: 0x40 } + - { offsetInCU: 0x883, offset: 0x18DADA, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x151BD4, symSize: 0x40 } + - { offsetInCU: 0x897, offset: 0x18DAEE, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x151BD4, symSize: 0x40 } + - { offsetInCU: 0x8AB, offset: 0x18DB02, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x151BD4, symSize: 0x40 } + - { offsetInCU: 0xA7F, offset: 0x18DCD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x151F48, symSize: 0x8 } + - { offsetInCU: 0xA97, offset: 0x18DCEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x151F48, symSize: 0x8 } + - { offsetInCU: 0xAAB, offset: 0x18DD02, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x151F48, symSize: 0x8 } + - { offsetInCU: 0xABF, offset: 0x18DD16, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x151F48, symSize: 0x8 } + - { offsetInCU: 0xAF1, offset: 0x18DD48, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP5unionyxxnFTW', symObjAddr: 0x37C, symBinAddr: 0x151F50, symSize: 0x14 } + - { offsetInCU: 0xB9C, offset: 0x18DDF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP12intersectionyxxFTW', symObjAddr: 0x390, symBinAddr: 0x151F64, symSize: 0x14 } + - { offsetInCU: 0xC6C, offset: 0x18DEC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP19symmetricDifferenceyxxnFTW', symObjAddr: 0x3A4, symBinAddr: 0x151F78, symSize: 0x14 } + - { offsetInCU: 0xD35, offset: 0x18DF8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6insertySb8inserted_7ElementQz17memberAfterInserttAInFTW', symObjAddr: 0x3B8, symBinAddr: 0x151F8C, symSize: 0x30 } + - { offsetInCU: 0xE8E, offset: 0x18E0E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6removey7ElementQzSgAHFTW', symObjAddr: 0x3E8, symBinAddr: 0x151FBC, symSize: 0x38 } + - { offsetInCU: 0x1046, offset: 0x18E29D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6update4with7ElementQzSgAIn_tFTW', symObjAddr: 0x420, symBinAddr: 0x151FF4, symSize: 0x24 } + - { offsetInCU: 0x1159, offset: 0x18E3B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP9formUnionyyxnFTW', symObjAddr: 0x444, symBinAddr: 0x152018, symSize: 0x14 } + - { offsetInCU: 0x11FC, offset: 0x18E453, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP16formIntersectionyyxFTW', symObjAddr: 0x458, symBinAddr: 0x15202C, symSize: 0x14 } + - { offsetInCU: 0x129F, offset: 0x18E4F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x46C, symBinAddr: 0x152040, symSize: 0x14 } + - { offsetInCU: 0x1351, offset: 0x18E5A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP11subtractingyxxFTW', symObjAddr: 0x480, symBinAddr: 0x152054, symSize: 0x14 } + - { offsetInCU: 0x1435, offset: 0x18E68C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8isSubset2ofSbx_tFTW', symObjAddr: 0x494, symBinAddr: 0x152068, symSize: 0x14 } + - { offsetInCU: 0x14AC, offset: 0x18E703, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isDisjoint4withSbx_tFTW', symObjAddr: 0x4A8, symBinAddr: 0x15207C, symSize: 0x14 } + - { offsetInCU: 0x1564, offset: 0x18E7BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isSuperset2ofSbx_tFTW', symObjAddr: 0x4BC, symBinAddr: 0x152090, symSize: 0x14 } + - { offsetInCU: 0x15FE, offset: 0x18E855, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP7isEmptySbvgTW', symObjAddr: 0x4D0, symBinAddr: 0x1520A4, symSize: 0x10 } + - { offsetInCU: 0x1666, offset: 0x18E8BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPyxqd__ncSTRd__7ElementQyd__AFRtzlufCTW', symObjAddr: 0x4E0, symBinAddr: 0x1520B4, symSize: 0x28 } + - { offsetInCU: 0x1682, offset: 0x18E8D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8subtractyyxFTW', symObjAddr: 0x508, symBinAddr: 0x1520DC, symSize: 0x14 } + - { offsetInCU: 0x1725, offset: 0x18E97C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x51C, symBinAddr: 0x1520F0, symSize: 0x14 } + - { offsetInCU: 0x1763, offset: 0x18E9BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs25ExpressibleByArrayLiteralAAsADP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x530, symBinAddr: 0x152104, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x18EB5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMi', symObjAddr: 0x0, symBinAddr: 0x15234C, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x18EB71, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMr', symObjAddr: 0x4, symBinAddr: 0x152350, symSize: 0x4C } + - { offsetInCU: 0xBA, offset: 0x18EBD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC9keyframes33unsupportedAfterEffectsExpressionACyxGs15ContiguousArrayVyAA0B0CyxGG_SSSgtcfC', symObjAddr: 0x208, symBinAddr: 0x152554, symSize: 0x44 } + - { offsetInCU: 0x10A, offset: 0x18EC28, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueSSvg', symObjAddr: 0x24C, symBinAddr: 0x152598, symSize: 0x18 } + - { offsetInCU: 0x13B, offset: 0x18EC59, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x38C, symBinAddr: 0x1526C8, symSize: 0x6C } + - { offsetInCU: 0x170, offset: 0x18EC8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x3F8, symBinAddr: 0x152734, symSize: 0x4 } + - { offsetInCU: 0x1A5, offset: 0x18ECC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueSSvg', symObjAddr: 0x3FC, symBinAddr: 0x152738, symSize: 0x18 } + - { offsetInCU: 0x1D6, offset: 0x18ECF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x554, symBinAddr: 0x152890, symSize: 0x2C } + - { offsetInCU: 0x1F2, offset: 0x18ED10, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x580, symBinAddr: 0x1528BC, symSize: 0x28 } + - { offsetInCU: 0x20E, offset: 0x18ED2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValueSSvgTW', symObjAddr: 0x5A8, symBinAddr: 0x1528E4, symSize: 0x8 } + - { offsetInCU: 0x22A, offset: 0x18ED48, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5B0, symBinAddr: 0x1528EC, symSize: 0x24 } + - { offsetInCU: 0x246, offset: 0x18ED64, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValueSiSgvgTW', symObjAddr: 0x5D4, symBinAddr: 0x152910, symSize: 0xC } + - { offsetInCU: 0x271, offset: 0x18ED8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x5E0, symBinAddr: 0x15291C, symSize: 0x28 } + - { offsetInCU: 0x2A2, offset: 0x18EDC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1B80, symBinAddr: 0x153E1C, symSize: 0x8 } + - { offsetInCU: 0x312, offset: 0x18EE30, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCfD', symObjAddr: 0x694, symBinAddr: 0x1529AC, symSize: 0x2C } + - { offsetInCU: 0x35D, offset: 0x18EE7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlF', symObjAddr: 0x50, symBinAddr: 0x15239C, symSize: 0x158 } + - { offsetInCU: 0x3FC, offset: 0x18EF1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_', symObjAddr: 0x1820, symBinAddr: 0x153B28, symSize: 0xB8 } + - { offsetInCU: 0x460, offset: 0x18EF7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE12interpolatorAA0D13ValueProvider_pvg', symObjAddr: 0x1A8, symBinAddr: 0x1524F4, symSize: 0x60 } + - { offsetInCU: 0x49D, offset: 0x18EFBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9withValueyACyqd__Gqd__lF', symObjAddr: 0x264, symBinAddr: 0x1525B0, symSize: 0x118 } + - { offsetInCU: 0x4EA, offset: 0x18F008, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMa', symObjAddr: 0x6C0, symBinAddr: 0x1529D8, symSize: 0xC } + - { offsetInCU: 0x509, offset: 0x18F027, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0x6DC, symBinAddr: 0x1529E4, symSize: 0xA24 } + - { offsetInCU: 0x6E9, offset: 0x18F207, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1100, symBinAddr: 0x153408, symSize: 0x2C } + - { offsetInCU: 0x738, offset: 0x18F256, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x112C, symBinAddr: 0x153434, symSize: 0x4F8 } + - { offsetInCU: 0x8B1, offset: 0x18F3CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1624, symBinAddr: 0x15392C, symSize: 0x24 } + - { offsetInCU: 0x8D4, offset: 0x18F3F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x1648, symBinAddr: 0x153950, symSize: 0x74 } + - { offsetInCU: 0x931, offset: 0x18F44F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x16BC, symBinAddr: 0x1539C4, symSize: 0x10 } + - { offsetInCU: 0x958, offset: 0x18F476, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x16CC, symBinAddr: 0x1539D4, symSize: 0x84 } + - { offsetInCU: 0x9CE, offset: 0x18F4EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE9hashValueSivg', symObjAddr: 0x1750, symBinAddr: 0x153A58, symSize: 0x44 } + - { offsetInCU: 0xA4C, offset: 0x18F56A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x1794, symBinAddr: 0x153A9C, symSize: 0x24 } + - { offsetInCU: 0xA68, offset: 0x18F586, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x17B8, symBinAddr: 0x153AC0, symSize: 0x24 } + - { offsetInCU: 0xA7C, offset: 0x18F59A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvg', symObjAddr: 0x18D8, symBinAddr: 0x153BE0, symSize: 0x4C } + - { offsetInCU: 0xAE1, offset: 0x18F5FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP7untypedACyypGvgTW', symObjAddr: 0x1924, symBinAddr: 0x153C2C, symSize: 0x24 } + - { offsetInCU: 0xAFD, offset: 0x18F61B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP12interpolatorAA0D13ValueProvider_pvgTW', symObjAddr: 0x1948, symBinAddr: 0x153C50, symSize: 0x24 } + - { offsetInCU: 0xB19, offset: 0x18F637, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSQWb', symObjAddr: 0x196C, symBinAddr: 0x153C74, symSize: 0x38 } + - { offsetInCU: 0xB2D, offset: 0x18F64B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_TA', symObjAddr: 0x19A4, symBinAddr: 0x153CAC, symSize: 0x1C } + - { offsetInCU: 0xB41, offset: 0x18F65F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMa', symObjAddr: 0x19C0, symBinAddr: 0x153CC8, symSize: 0xC } + - { offsetInCU: 0xB67, offset: 0x18F685, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF', symObjAddr: 0x1A38, symBinAddr: 0x153CD4, symSize: 0x64 } + - { offsetInCU: 0xC19, offset: 0x18F737, size: 0x8, addend: 0x0, symName: '_$sSa13_adoptStorage_5countSayxG_SpyxGts016_ContiguousArrayB0CyxGn_SitFZTf4gnn_n', symObjAddr: 0x1B88, symBinAddr: 0x153E24, symSize: 0x88 } + - { offsetInCU: 0xC88, offset: 0x18F7A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvgypxXEfU_TA', symObjAddr: 0x1C50, symBinAddr: 0x153EAC, symSize: 0x50 } + - { offsetInCU: 0xCC3, offset: 0x18F7E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMi', symObjAddr: 0x1D08, symBinAddr: 0x153EFC, symSize: 0x8 } + - { offsetInCU: 0xCD7, offset: 0x18F7F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwet', symObjAddr: 0x1D20, symBinAddr: 0x153F04, symSize: 0x90 } + - { offsetInCU: 0xCEB, offset: 0x18F809, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwst', symObjAddr: 0x1DB0, symBinAddr: 0x153F94, symSize: 0xBC } + - { offsetInCU: 0xCFF, offset: 0x18F81D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwug', symObjAddr: 0x1E6C, symBinAddr: 0x154050, symSize: 0x8 } + - { offsetInCU: 0xD13, offset: 0x18F831, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwup', symObjAddr: 0x1E74, symBinAddr: 0x154058, symSize: 0x4 } + - { offsetInCU: 0xD27, offset: 0x18F845, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwui', symObjAddr: 0x1E78, symBinAddr: 0x15405C, symSize: 0xC } + - { offsetInCU: 0xD3B, offset: 0x18F859, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASQWb', symObjAddr: 0x1E84, symBinAddr: 0x154068, symSize: 0x10 } + - { offsetInCU: 0xD4F, offset: 0x18F86D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E94, symBinAddr: 0x154078, symSize: 0x10 } + - { offsetInCU: 0xD63, offset: 0x18F881, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1EA4, symBinAddr: 0x154088, symSize: 0x10 } + - { offsetInCU: 0xDC8, offset: 0x18F8E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x414, symBinAddr: 0x152750, symSize: 0x54 } + - { offsetInCU: 0xDE4, offset: 0x18F902, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x468, symBinAddr: 0x1527A4, symSize: 0x4C } + - { offsetInCU: 0xE00, offset: 0x18F91E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4B4, symBinAddr: 0x1527F0, symSize: 0x50 } + - { offsetInCU: 0xE1C, offset: 0x18F93A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x504, symBinAddr: 0x152840, symSize: 0x50 } + - { offsetInCU: 0xE3E, offset: 0x18F95C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x608, symBinAddr: 0x152944, symSize: 0x34 } + - { offsetInCU: 0xE5A, offset: 0x18F978, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x63C, symBinAddr: 0x152978, symSize: 0x34 } + - { offsetInCU: 0xF27, offset: 0x18FA45, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x17DC, symBinAddr: 0x153AE4, symSize: 0x44 } + - { offsetInCU: 0xF6B, offset: 0x18FA89, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV6appendyyxnFTf4gn_n', symObjAddr: 0x1A9C, symBinAddr: 0x153D38, symSize: 0x74 } + - { offsetInCU: 0xFD9, offset: 0x18FAF7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV12arrayLiteralAByxGxd_tcfCTf4gn_n', symObjAddr: 0x1B10, symBinAddr: 0x153DAC, symSize: 0x70 } + - { offsetInCU: 0x2B, offset: 0x18FDBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x154098, symSize: 0x15C } + - { offsetInCU: 0xBD, offset: 0x18FE50, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x154098, symSize: 0x15C } + - { offsetInCU: 0x1F6, offset: 0x18FF89, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15setupAnimations7contextyAA0dC7ContextV_tKF', symObjAddr: 0x15C, symBinAddr: 0x1541F4, symSize: 0x258 } + - { offsetInCU: 0x384, offset: 0x190117, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x3B4, symBinAddr: 0x15444C, symSize: 0x19C } + - { offsetInCU: 0x550, offset: 0x1902E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x550, symBinAddr: 0x1545E8, symSize: 0x2C } + - { offsetInCU: 0x58A, offset: 0x19031D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCACycfcTo', symObjAddr: 0x57C, symBinAddr: 0x154614, symSize: 0x3C } + - { offsetInCU: 0x5ED, offset: 0x190380, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x5B8, symBinAddr: 0x154650, symSize: 0x94 } + - { offsetInCU: 0x65A, offset: 0x1903ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x64C, symBinAddr: 0x1546E4, symSize: 0x44 } + - { offsetInCU: 0x69D, offset: 0x190430, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCfD', symObjAddr: 0x690, symBinAddr: 0x154728, symSize: 0x30 } + - { offsetInCU: 0x6CA, offset: 0x19045D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCAA0cD0A2aDP15setupAnimations7contextyAA0dC7ContextV_tKFTW', symObjAddr: 0x6E0, symBinAddr: 0x154778, symSize: 0x2C } + - { offsetInCU: 0x79F, offset: 0x190532, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCMa', symObjAddr: 0x6C0, symBinAddr: 0x154758, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1907A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x1547A4, symSize: 0x2C } + - { offsetInCU: 0x73, offset: 0x1907EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x1547A4, symSize: 0x2C } + - { offsetInCU: 0xB8, offset: 0x190830, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCMa', symObjAddr: 0x2C, symBinAddr: 0x1547D0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x190991, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x1547F0, symSize: 0x4 } + - { offsetInCU: 0x4F, offset: 0x1909B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotificationSo18NSNotificationNameavp', symObjAddr: 0x31F8, symBinAddr: 0x208678, symSize: 0x0 } + - { offsetInCU: 0x5D, offset: 0x1909C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x1547F0, symSize: 0x4 } + - { offsetInCU: 0x71, offset: 0x1909D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMr', symObjAddr: 0x4, symBinAddr: 0x1547F4, symSize: 0x7C } + - { offsetInCU: 0x85, offset: 0x1909EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotification_WZ', symObjAddr: 0x80, symBinAddr: 0x154870, symSize: 0x18 } + - { offsetInCU: 0xAB, offset: 0x190A11, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfd', symObjAddr: 0x98, symBinAddr: 0x154888, symSize: 0x4C } + - { offsetInCU: 0xEF, offset: 0x190A55, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfD', symObjAddr: 0xE4, symBinAddr: 0x1548D4, symSize: 0x1C } + - { offsetInCU: 0x11D, offset: 0x190A83, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMa', symObjAddr: 0x100, symBinAddr: 0x1548F0, symSize: 0xC } + - { offsetInCU: 0x131, offset: 0x190A97, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMi', symObjAddr: 0x10C, symBinAddr: 0x1548FC, symSize: 0x4 } + - { offsetInCU: 0x145, offset: 0x190AAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMr', symObjAddr: 0x110, symBinAddr: 0x154900, symSize: 0xA8 } + - { offsetInCU: 0x19D, offset: 0x190B03, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCfD', symObjAddr: 0x1B8, symBinAddr: 0x1549A8, symSize: 0x60 } + - { offsetInCU: 0x1FF, offset: 0x190B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMa', symObjAddr: 0x218, symBinAddr: 0x154A08, symSize: 0xC } + - { offsetInCU: 0x8B, offset: 0x190D6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyF', symObjAddr: 0x0, symBinAddr: 0x154A14, symSize: 0xF0 } + - { offsetInCU: 0x16B, offset: 0x190E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_', symObjAddr: 0x20E4, symBinAddr: 0x156A40, symSize: 0x658 } + - { offsetInCU: 0x4D8, offset: 0x1911BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_6$deferL_yyF', symObjAddr: 0x273C, symBinAddr: 0x157098, symSize: 0xBC } + - { offsetInCU: 0x598, offset: 0x19127C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC3url10accessMode17preferredEncodingACSg10Foundation3URLV_AC06AccessE0OSSAHE0G0VSgtcfc', symObjAddr: 0x14C0, symBinAddr: 0x155ED4, symSize: 0x318 } + - { offsetInCU: 0x641, offset: 0x191325, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCfD', symObjAddr: 0x17D8, symBinAddr: 0x1561EC, symSize: 0xD4 } + - { offsetInCU: 0x6B6, offset: 0x19139A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1E48, symBinAddr: 0x1567A4, symSize: 0x14 } + - { offsetInCU: 0x745, offset: 0x191429, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x1E5C, symBinAddr: 0x1567B8, symSize: 0x44 } + - { offsetInCU: 0x828, offset: 0x19150C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1EA0, symBinAddr: 0x1567FC, symSize: 0x28 } + - { offsetInCU: 0x8B6, offset: 0x19159A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1FD8, symBinAddr: 0x156934, symSize: 0x18 } + - { offsetInCU: 0x8E7, offset: 0x1915CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x1FF0, symBinAddr: 0x15694C, symSize: 0xC } + - { offsetInCU: 0x904, offset: 0x1915E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST12makeIterator0D0QzyFTW', symObjAddr: 0x27F8, symBinAddr: 0x157154, symSize: 0x3C } + - { offsetInCU: 0x927, offset: 0x19160B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33scanForZIP64EndOfCentralDirectory06_D21B9K25A55B313329C5A8982D32CCC76LL2in10eocdOffsetAC0efghI0VSgSpySo7__sFILEVG_s6UInt64VtFZTf4nnd_n', symObjAddr: 0x3328, symBinAddr: 0x157C44, symSize: 0x178 } + - { offsetInCU: 0xAE0, offset: 0x1917C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC34scanForEndOfCentralDirectoryRecord2inAC0efghI0V_AC05ZIP64efgH0VSgtSgSpySo7__sFILEVG_tFZTf4nd_n', symObjAddr: 0x34A0, symBinAddr: 0x157DBC, symSize: 0x218 } + - { offsetInCU: 0xC61, offset: 0x191945, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data10Foundation4DataVvg', symObjAddr: 0xF0, symBinAddr: 0x154B04, symSize: 0xD8C } + - { offsetInCU: 0x154B, offset: 0x19222F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt32V_Tg5', symObjAddr: 0xEEC, symBinAddr: 0x155900, symSize: 0x140 } + - { offsetInCU: 0x15DC, offset: 0x1922C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt64V_Tg5', symObjAddr: 0x103C, symBinAddr: 0x155A50, symSize: 0x140 } + - { offsetInCU: 0x16F2, offset: 0x1923D6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt32V_Tg5', symObjAddr: 0x118C, symBinAddr: 0x155BA0, symSize: 0xF8 } + - { offsetInCU: 0x1952, offset: 0x192636, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt16V_Tg5', symObjAddr: 0x1294, symBinAddr: 0x155CA8, symSize: 0x114 } + - { offsetInCU: 0x1BB2, offset: 0x192896, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt64V_Tg5', symObjAddr: 0x13B8, symBinAddr: 0x155DCC, symSize: 0xF8 } + - { offsetInCU: 0x1D9C, offset: 0x192A80, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMU', symObjAddr: 0x18AC, symBinAddr: 0x1562C0, symSize: 0x8 } + - { offsetInCU: 0x1DB0, offset: 0x192A94, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMa', symObjAddr: 0x18B4, symBinAddr: 0x1562C8, symSize: 0x3C } + - { offsetInCU: 0x1DC4, offset: 0x192AA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMr', symObjAddr: 0x18F0, symBinAddr: 0x156304, symSize: 0xBC } + - { offsetInCU: 0x1DD8, offset: 0x192ABC, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgMa', symObjAddr: 0x19AC, symBinAddr: 0x1563C0, symSize: 0x54 } + - { offsetInCU: 0x1DEC, offset: 0x192AD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwCP', symObjAddr: 0x1A00, symBinAddr: 0x156414, symSize: 0x30 } + - { offsetInCU: 0x1E00, offset: 0x192AE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwxx', symObjAddr: 0x1A80, symBinAddr: 0x156444, symSize: 0xC } + - { offsetInCU: 0x1E14, offset: 0x192AF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x1AD0, symBinAddr: 0x156450, symSize: 0x5C } + - { offsetInCU: 0x1E28, offset: 0x192B0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwca', symObjAddr: 0x1B2C, symBinAddr: 0x1564AC, symSize: 0x84 } + - { offsetInCU: 0x1E3C, offset: 0x192B20, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwta', symObjAddr: 0x1BC4, symBinAddr: 0x156530, symSize: 0x58 } + - { offsetInCU: 0x1E50, offset: 0x192B34, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwet', symObjAddr: 0x1C1C, symBinAddr: 0x156588, symSize: 0x54 } + - { offsetInCU: 0x1E64, offset: 0x192B48, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwst', symObjAddr: 0x1C70, symBinAddr: 0x1565DC, symSize: 0x58 } + - { offsetInCU: 0x1E78, offset: 0x192B5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVMa', symObjAddr: 0x1CC8, symBinAddr: 0x156634, symSize: 0x10 } + - { offsetInCU: 0x1E8C, offset: 0x192B70, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwet', symObjAddr: 0x1CE8, symBinAddr: 0x156644, symSize: 0x90 } + - { offsetInCU: 0x1EA0, offset: 0x192B84, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwst', symObjAddr: 0x1D78, symBinAddr: 0x1566D4, symSize: 0xBC } + - { offsetInCU: 0x1EB4, offset: 0x192B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwup', symObjAddr: 0x1E34, symBinAddr: 0x156790, symSize: 0x4 } + - { offsetInCU: 0x1EC8, offset: 0x192BAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOMa', symObjAddr: 0x1E38, symBinAddr: 0x156794, symSize: 0x10 } + - { offsetInCU: 0x1F13, offset: 0x192BF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASQWb', symObjAddr: 0x1FFC, symBinAddr: 0x156958, symSize: 0x4 } + - { offsetInCU: 0x1F27, offset: 0x192C0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOAESQAAWl', symObjAddr: 0x2000, symBinAddr: 0x15695C, symSize: 0x44 } + - { offsetInCU: 0x1F3B, offset: 0x192C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAA8IteratorST_StWT', symObjAddr: 0x2044, symBinAddr: 0x1569A0, symSize: 0x4 } + - { offsetInCU: 0x1F4F, offset: 0x192C33, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGAByxGStsWl', symObjAddr: 0x2048, symBinAddr: 0x1569A4, symSize: 0x48 } + - { offsetInCU: 0x1F63, offset: 0x192C47, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGMa', symObjAddr: 0x2090, symBinAddr: 0x1569EC, symSize: 0x54 } + - { offsetInCU: 0x21E7, offset: 0x192ECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_TA', symObjAddr: 0x2AD4, symBinAddr: 0x157430, symSize: 0xC } + - { offsetInCU: 0x2232, offset: 0x192F16, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlF6Lottie7ArchiveC_Tg5', symObjAddr: 0x2B20, symBinAddr: 0x15743C, symSize: 0x2F0 } + - { offsetInCU: 0x2312, offset: 0x192FF6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10LargeSliceVyAESWcfCTf4nd_n', symObjAddr: 0x2E10, symBinAddr: 0x15772C, symSize: 0x78 } + - { offsetInCU: 0x233F, offset: 0x193023, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAESWcfCTf4nd_n', symObjAddr: 0x2E88, symBinAddr: 0x1577A4, symSize: 0x80 } + - { offsetInCU: 0x23B5, offset: 0x193099, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOyAESWcfCTf4nd_n', symObjAddr: 0x2F08, symBinAddr: 0x157824, symSize: 0x68 } + - { offsetInCU: 0x240A, offset: 0x1930EE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAeC0cB0VcfCTf4nd_n', symObjAddr: 0x2F70, symBinAddr: 0x15788C, symSize: 0xEC } + - { offsetInCU: 0x2476, offset: 0x19315A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0J0V_AKSiKXEtcfC015$s10Foundation4j2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x305C, symBinAddr: 0x157978, symSize: 0x2AC } + - { offsetInCU: 0x2678, offset: 0x19335C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOe', symObjAddr: 0x36B8, symBinAddr: 0x157FD4, symSize: 0x78 } + - { offsetInCU: 0x268C, offset: 0x193370, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOy', symObjAddr: 0x3784, symBinAddr: 0x1580A0, symSize: 0x78 } + - { offsetInCU: 0x26A0, offset: 0x193384, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOy', symObjAddr: 0x37FC, symBinAddr: 0x158118, symSize: 0x60 } + - { offsetInCU: 0x26B4, offset: 0x193398, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOe', symObjAddr: 0x38CC, symBinAddr: 0x1581C0, symSize: 0x60 } + - { offsetInCU: 0x26C8, offset: 0x1933AC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_TA', symObjAddr: 0x392C, symBinAddr: 0x158220, symSize: 0x18 } + - { offsetInCU: 0x26DC, offset: 0x1933C0, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOf', symObjAddr: 0x39A0, symBinAddr: 0x158238, symSize: 0x48 } + - { offsetInCU: 0x26F0, offset: 0x1933D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVWOr', symObjAddr: 0x39E8, symBinAddr: 0x158280, symSize: 0x2C } + - { offsetInCU: 0x2704, offset: 0x1933E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOr', symObjAddr: 0x3A14, symBinAddr: 0x1582AC, symSize: 0x58 } + - { offsetInCU: 0x2718, offset: 0x1933FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOs', symObjAddr: 0x3A88, symBinAddr: 0x158304, symSize: 0x60 } + - { offsetInCU: 0x272C, offset: 0x193410, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOe', symObjAddr: 0x3AE8, symBinAddr: 0x158364, symSize: 0xE0 } + - { offsetInCU: 0x2740, offset: 0x193424, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwet', symObjAddr: 0x3C0C, symBinAddr: 0x158488, symSize: 0x90 } + - { offsetInCU: 0x2754, offset: 0x193438, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwst', symObjAddr: 0x3C9C, symBinAddr: 0x158518, symSize: 0xBC } + - { offsetInCU: 0x2768, offset: 0x19344C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwug', symObjAddr: 0x3D58, symBinAddr: 0x1585D4, symSize: 0x8 } + - { offsetInCU: 0x277C, offset: 0x193460, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwup', symObjAddr: 0x3D60, symBinAddr: 0x1585DC, symSize: 0x4 } + - { offsetInCU: 0x2790, offset: 0x193474, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwui', symObjAddr: 0x3D64, symBinAddr: 0x1585E0, symSize: 0x8 } + - { offsetInCU: 0x27A4, offset: 0x193488, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOMa', symObjAddr: 0x3D6C, symBinAddr: 0x1585E8, symSize: 0x10 } + - { offsetInCU: 0x27B8, offset: 0x19349C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASQWb', symObjAddr: 0x3D7C, symBinAddr: 0x1585F8, symSize: 0x4 } + - { offsetInCU: 0x27CC, offset: 0x1934B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAESQAAWl', symObjAddr: 0x3D80, symBinAddr: 0x1585FC, symSize: 0x44 } + - { offsetInCU: 0x28D4, offset: 0x1935B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1EC8, symBinAddr: 0x156824, symSize: 0x40 } + - { offsetInCU: 0x2970, offset: 0x193654, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0x1F08, symBinAddr: 0x156864, symSize: 0x4 } + - { offsetInCU: 0x298C, offset: 0x193670, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0x1F0C, symBinAddr: 0x156868, symSize: 0x4 } + - { offsetInCU: 0x29A8, offset: 0x19368C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x1F10, symBinAddr: 0x15686C, symSize: 0x4 } + - { offsetInCU: 0x29C4, offset: 0x1936A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x1F14, symBinAddr: 0x156870, symSize: 0x4 } + - { offsetInCU: 0x29EF, offset: 0x1936D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1F18, symBinAddr: 0x156874, symSize: 0x14 } + - { offsetInCU: 0x2A80, offset: 0x193764, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH9hashValueSivgTW', symObjAddr: 0x1F2C, symBinAddr: 0x156888, symSize: 0x44 } + - { offsetInCU: 0x2B2F, offset: 0x193813, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1F70, symBinAddr: 0x1568CC, symSize: 0x28 } + - { offsetInCU: 0x2B82, offset: 0x193866, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1F98, symBinAddr: 0x1568F4, symSize: 0x40 } + - { offsetInCU: 0x2C61, offset: 0x193945, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST19underestimatedCountSivgTW', symObjAddr: 0x2834, symBinAddr: 0x157190, symSize: 0x8 } + - { offsetInCU: 0x2C7D, offset: 0x193961, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST31_customContainsEquatableElementySbSg0F0QzFTW', symObjAddr: 0x283C, symBinAddr: 0x157198, symSize: 0x8 } + - { offsetInCU: 0x2CAE, offset: 0x193992, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST22_copyToContiguousArrays0eF0Vy7ElementQzGyFTW', symObjAddr: 0x2844, symBinAddr: 0x1571A0, symSize: 0x34 } + - { offsetInCU: 0x2CDF, offset: 0x1939C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tFTW', symObjAddr: 0x2878, symBinAddr: 0x1571D4, symSize: 0x20 } + - { offsetInCU: 0x2CFB, offset: 0x1939DF, size: 0x8, addend: 0x0, symName: '_$sSTsE13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tF6Lottie7ArchiveC_Tg5', symObjAddr: 0x2898, symBinAddr: 0x1571F4, symSize: 0x1D8 } + - { offsetInCU: 0x2D72, offset: 0x193A56, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST32withContiguousStorageIfAvailableyqd__Sgqd__SRy7ElementQzGKXEKlFTW', symObjAddr: 0x2A70, symBinAddr: 0x1573CC, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x193E6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x15865C, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0x193E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x15865C, symSize: 0x64 } + - { offsetInCU: 0x7C, offset: 0x193EBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfD', symObjAddr: 0x64, symBinAddr: 0x1586C0, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x193EF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x1586FC, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x193F38, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xAC, symBinAddr: 0x158708, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x193F79, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xDC, symBinAddr: 0x158738, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x193FAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesC08gradientC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x250, symBinAddr: 0x1588AC, symSize: 0x93C } + - { offsetInCU: 0x8D0, offset: 0x19470F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x1586DC, symSize: 0x20 } + - { offsetInCU: 0x90E, offset: 0x19474D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCfD', symObjAddr: 0xE8, symBinAddr: 0x158744, symSize: 0x34 } + - { offsetInCU: 0x96F, offset: 0x1947AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x13C, symBinAddr: 0x158798, symSize: 0x44 } + - { offsetInCU: 0x9BB, offset: 0x1947FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x180, symBinAddr: 0x1587DC, symSize: 0x24 } + - { offsetInCU: 0x9FC, offset: 0x19483B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A4, symBinAddr: 0x158800, symSize: 0x4 } + - { offsetInCU: 0xA1C, offset: 0x19485B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A4, symBinAddr: 0x158800, symSize: 0x4 } + - { offsetInCU: 0xA4C, offset: 0x19488B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0x158804, symSize: 0x8 } + - { offsetInCU: 0xA6C, offset: 0x1948AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0x158804, symSize: 0x8 } + - { offsetInCU: 0xACF, offset: 0x19490E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0x15880C, symSize: 0x10 } + - { offsetInCU: 0xAEF, offset: 0x19492E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0x15880C, symSize: 0x10 } + - { offsetInCU: 0xB36, offset: 0x194975, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x15881C, symSize: 0x8 } + - { offsetInCU: 0xB56, offset: 0x194995, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x15881C, symSize: 0x8 } + - { offsetInCU: 0xB77, offset: 0x1949B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1C8, symBinAddr: 0x158824, symSize: 0x8 } + - { offsetInCU: 0xB97, offset: 0x1949D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1C8, symBinAddr: 0x158824, symSize: 0x8 } + - { offsetInCU: 0xBB8, offset: 0x1949F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x15882C, symSize: 0x8 } + - { offsetInCU: 0xBD8, offset: 0x194A17, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x15882C, symSize: 0x8 } + - { offsetInCU: 0xBF9, offset: 0x194A38, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1D8, symBinAddr: 0x158834, symSize: 0x8 } + - { offsetInCU: 0xC19, offset: 0x194A58, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1D8, symBinAddr: 0x158834, symSize: 0x8 } + - { offsetInCU: 0xC3A, offset: 0x194A79, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1E0, symBinAddr: 0x15883C, symSize: 0xC } + - { offsetInCU: 0xC5A, offset: 0x194A99, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1E0, symBinAddr: 0x15883C, symSize: 0xC } + - { offsetInCU: 0xC7B, offset: 0x194ABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1EC, symBinAddr: 0x158848, symSize: 0x10 } + - { offsetInCU: 0xC9B, offset: 0x194ADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1EC, symBinAddr: 0x158848, symSize: 0x10 } + - { offsetInCU: 0xCAD, offset: 0x194AEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1FC, symBinAddr: 0x158858, symSize: 0x8 } + - { offsetInCU: 0xCE7, offset: 0x194B26, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x204, symBinAddr: 0x158860, symSize: 0x4C } + - { offsetInCU: 0xD24, offset: 0x194B63, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xB8C, symBinAddr: 0x1591E8, symSize: 0x458 } + - { offsetInCU: 0x1618, offset: 0x195457, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCMa', symObjAddr: 0x11C, symBinAddr: 0x158778, symSize: 0x20 } + - { offsetInCU: 0x8D, offset: 0x1962E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfC', symObjAddr: 0x0, symBinAddr: 0x159640, symSize: 0x50 } + - { offsetInCU: 0xE4, offset: 0x196338, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc', symObjAddr: 0x50, symBinAddr: 0x159690, symSize: 0x10 } + - { offsetInCU: 0x11D, offset: 0x196371, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x60, symBinAddr: 0x1596A0, symSize: 0x610 } + - { offsetInCU: 0x344, offset: 0x196598, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x700, symBinAddr: 0x159D40, symSize: 0x8 } + - { offsetInCU: 0x367, offset: 0x1965BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfd', symObjAddr: 0x708, symBinAddr: 0x159D48, symSize: 0x2C } + - { offsetInCU: 0x3A2, offset: 0x1965F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfD', symObjAddr: 0x734, symBinAddr: 0x159D74, symSize: 0x34 } + - { offsetInCU: 0x3E5, offset: 0x196639, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x768, symBinAddr: 0x159DA8, symSize: 0x20 } + - { offsetInCU: 0x42B, offset: 0x19667F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x788, symBinAddr: 0x159DC8, symSize: 0xC } + - { offsetInCU: 0x512, offset: 0x196766, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x794, symBinAddr: 0x159DD4, symSize: 0x4 } + - { offsetInCU: 0x535, offset: 0x196789, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x798, symBinAddr: 0x159DD8, symSize: 0xC } + - { offsetInCU: 0x567, offset: 0x1967BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x7A4, symBinAddr: 0x159DE4, symSize: 0x8 } + - { offsetInCU: 0x57B, offset: 0x1967CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu0_TA', symObjAddr: 0x7AC, symBinAddr: 0x159DEC, symSize: 0x18 } + - { offsetInCU: 0x59A, offset: 0x1967EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x81C, symBinAddr: 0x159E04, symSize: 0x98 } + - { offsetInCU: 0x603, offset: 0x196857, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCMa', symObjAddr: 0x8B4, symBinAddr: 0x159E9C, symSize: 0x20 } + - { offsetInCU: 0x617, offset: 0x19686B, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCMa', symObjAddr: 0x900, symBinAddr: 0x159EE8, symSize: 0x3C } + - { offsetInCU: 0x27, offset: 0x196AE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x159F2C, symSize: 0xEC } + - { offsetInCU: 0x17E, offset: 0x196C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x159F2C, symSize: 0xEC } + - { offsetInCU: 0x523, offset: 0x196FE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xEC, symBinAddr: 0x15A018, symSize: 0x68 } + - { offsetInCU: 0x743, offset: 0x197204, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x154, symBinAddr: 0x15A080, symSize: 0x64 } + - { offsetInCU: 0x75F, offset: 0x197220, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1B8, symBinAddr: 0x15A0E4, symSize: 0x44 } + - { offsetInCU: 0x7B1, offset: 0x197272, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1FC, symBinAddr: 0x15A128, symSize: 0x18 } + - { offsetInCU: 0x13F, offset: 0x19759B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5shape10otherItems7contextA2C0C0V_SayAHGAA0D7ContextVtKcfc', symObjAddr: 0x330, symBinAddr: 0x15A470, symSize: 0x8A8 } + - { offsetInCU: 0x976, offset: 0x197DD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xBD8, symBinAddr: 0x15AD18, symSize: 0x7C } + - { offsetInCU: 0x9BD, offset: 0x197E19, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfc', symObjAddr: 0xC54, symBinAddr: 0x15AD94, symSize: 0x20C } + - { offsetInCU: 0xA80, offset: 0x197EDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfcTo', symObjAddr: 0xE60, symBinAddr: 0x15AFA0, symSize: 0x4C } + - { offsetInCU: 0xAB2, offset: 0x197F0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xEAC, symBinAddr: 0x15AFEC, symSize: 0x42C } + - { offsetInCU: 0xB66, offset: 0x197FC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC24setupSolidFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL05shapeD07contextySo07CAShapeD0C_AA0D16AnimationContextVtKF', symObjAddr: 0x12D8, symBinAddr: 0x15B418, symSize: 0xD90 } + - { offsetInCU: 0x13B2, offset: 0x19880E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC27setupGradientFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKF', symObjAddr: 0x2068, symBinAddr: 0x15C1A8, symSize: 0xD1C } + - { offsetInCU: 0x1AB0, offset: 0x198F0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC017setupGradientFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0gD13ConfigurationAELLOAA0fG0C_tF', symObjAddr: 0x2D84, symBinAddr: 0x15CEC4, symSize: 0x288 } + - { offsetInCU: 0x1D05, offset: 0x199161, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC014setupSolidFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLAC0gD13ConfigurationAELLOyF', symObjAddr: 0x300C, symBinAddr: 0x15D14C, symSize: 0xB8 } + - { offsetInCU: 0x1E82, offset: 0x1992DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC019setupGradientStrokeD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0F6LayersAELLVAA0fG0C_tF', symObjAddr: 0x30C4, symBinAddr: 0x15D204, symSize: 0x220 } + - { offsetInCU: 0x2088, offset: 0x1994E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCACycfcTo', symObjAddr: 0x3608, symBinAddr: 0x15D748, symSize: 0x2C } + - { offsetInCU: 0x20EF, offset: 0x19954B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfD', symObjAddr: 0x36A8, symBinAddr: 0x15D7E8, symSize: 0x34 } + - { offsetInCU: 0x211C, offset: 0x199578, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC29setupGradientStrokeAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKFTf4xnn_n', symObjAddr: 0x3F28, symBinAddr: 0x15E03C, symSize: 0x974 } + - { offsetInCU: 0x2BA6, offset: 0x19A002, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV3foryAcA09ShapeItemB0C0G0VF', symObjAddr: 0x32E4, symBinAddr: 0x15D424, symSize: 0x324 } + - { offsetInCU: 0x2EA7, offset: 0x19A303, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfE', symObjAddr: 0x3634, symBinAddr: 0x15D774, symSize: 0x74 } + - { offsetInCU: 0x2ED6, offset: 0x19A332, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfETo', symObjAddr: 0x36DC, symBinAddr: 0x15D81C, symSize: 0x78 } + - { offsetInCU: 0x2F05, offset: 0x19A361, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCMa', symObjAddr: 0x3754, symBinAddr: 0x15D894, symSize: 0x20 } + - { offsetInCU: 0x2F19, offset: 0x19A375, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwxx', symObjAddr: 0x3774, symBinAddr: 0x15D8B4, symSize: 0x38 } + - { offsetInCU: 0x2F2D, offset: 0x19A389, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwcp', symObjAddr: 0x37AC, symBinAddr: 0x15D8EC, symSize: 0x54 } + - { offsetInCU: 0x2F41, offset: 0x19A39D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwca', symObjAddr: 0x3800, symBinAddr: 0x15D940, symSize: 0x8C } + - { offsetInCU: 0x2F55, offset: 0x19A3B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwta', symObjAddr: 0x3898, symBinAddr: 0x15D9CC, symSize: 0x64 } + - { offsetInCU: 0x2F69, offset: 0x19A3C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwet', symObjAddr: 0x38FC, symBinAddr: 0x15DA30, symSize: 0x48 } + - { offsetInCU: 0x2F7D, offset: 0x19A3D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwst', symObjAddr: 0x3944, symBinAddr: 0x15DA78, symSize: 0x40 } + - { offsetInCU: 0x2F91, offset: 0x19A3ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVMa', symObjAddr: 0x3984, symBinAddr: 0x15DAB8, symSize: 0x10 } + - { offsetInCU: 0x2FA5, offset: 0x19A401, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwCP', symObjAddr: 0x3994, symBinAddr: 0x15DAC8, symSize: 0x30 } + - { offsetInCU: 0x2FB9, offset: 0x19A415, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOy', symObjAddr: 0x39C4, symBinAddr: 0x15DAF8, symSize: 0x50 } + - { offsetInCU: 0x2FCD, offset: 0x19A429, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwxx', symObjAddr: 0x3A14, symBinAddr: 0x15DB48, symSize: 0x14 } + - { offsetInCU: 0x2FE1, offset: 0x19A43D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOe', symObjAddr: 0x3A28, symBinAddr: 0x15DB5C, symSize: 0x5C } + - { offsetInCU: 0x2FF5, offset: 0x19A451, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwcp', symObjAddr: 0x3A84, symBinAddr: 0x15DBB8, symSize: 0x60 } + - { offsetInCU: 0x3009, offset: 0x19A465, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwca', symObjAddr: 0x3AE4, symBinAddr: 0x15DC18, symSize: 0x70 } + - { offsetInCU: 0x301D, offset: 0x19A479, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwta', symObjAddr: 0x3B68, symBinAddr: 0x15DC88, symSize: 0x48 } + - { offsetInCU: 0x3031, offset: 0x19A48D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwet', symObjAddr: 0x3BB0, symBinAddr: 0x15DCD0, symSize: 0x48 } + - { offsetInCU: 0x3045, offset: 0x19A4A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwst', symObjAddr: 0x3BF8, symBinAddr: 0x15DD18, symSize: 0x48 } + - { offsetInCU: 0x3059, offset: 0x19A4B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwug', symObjAddr: 0x3C40, symBinAddr: 0x15DD60, symSize: 0x8 } + - { offsetInCU: 0x306D, offset: 0x19A4C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwup', symObjAddr: 0x3C48, symBinAddr: 0x15DD68, symSize: 0x4 } + - { offsetInCU: 0x3081, offset: 0x19A4DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwui', symObjAddr: 0x3C4C, symBinAddr: 0x15DD6C, symSize: 0xC } + - { offsetInCU: 0x3095, offset: 0x19A4F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOMa', symObjAddr: 0x3C58, symBinAddr: 0x15DD78, symSize: 0x10 } + - { offsetInCU: 0x30A9, offset: 0x19A505, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VwCP', symObjAddr: 0x3C68, symBinAddr: 0x15DD88, symSize: 0x34 } + - { offsetInCU: 0x30BD, offset: 0x19A519, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwxx', symObjAddr: 0x3C9C, symBinAddr: 0x15DDBC, symSize: 0x28 } + - { offsetInCU: 0x30D1, offset: 0x19A52D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwcp', symObjAddr: 0x3CC4, symBinAddr: 0x15DDE4, symSize: 0x34 } + - { offsetInCU: 0x30E5, offset: 0x19A541, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwca', symObjAddr: 0x3CF8, symBinAddr: 0x15DE18, symSize: 0x5C } + - { offsetInCU: 0x30F9, offset: 0x19A555, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwta', symObjAddr: 0x3D60, symBinAddr: 0x15DE74, symSize: 0x44 } + - { offsetInCU: 0x310D, offset: 0x19A569, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwet', symObjAddr: 0x3DA4, symBinAddr: 0x15DEB8, symSize: 0x48 } + - { offsetInCU: 0x3121, offset: 0x19A57D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwst', symObjAddr: 0x3DEC, symBinAddr: 0x15DF00, symSize: 0x3C } + - { offsetInCU: 0x3135, offset: 0x19A591, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VMa', symObjAddr: 0x3E28, symBinAddr: 0x15DF3C, symSize: 0x10 } + - { offsetInCU: 0x3149, offset: 0x19A5A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLO4fill_AC14GradientLayersAELLVSg14gradientStroketSgWOe', symObjAddr: 0x3E38, symBinAddr: 0x15DF4C, symSize: 0x54 } + - { offsetInCU: 0x315D, offset: 0x19A5B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOe', symObjAddr: 0x3E8C, symBinAddr: 0x15DFA0, symSize: 0x4C } + - { offsetInCU: 0x3171, offset: 0x19A5CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOy', symObjAddr: 0x3ED8, symBinAddr: 0x15DFEC, symSize: 0x50 } + - { offsetInCU: 0x31C5, offset: 0x19A621, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4988, symBinAddr: 0x15E9B0, symSize: 0x8 } + - { offsetInCU: 0x31D9, offset: 0x19A635, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4990, symBinAddr: 0x15E9B8, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x19AB13, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x15E9F4, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x19AB2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x15E9F4, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x19AB3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwxx', symObjAddr: 0x30, symBinAddr: 0x15EA24, symSize: 0x24 } + - { offsetInCU: 0x6B, offset: 0x19AB53, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwcp', symObjAddr: 0x74, symBinAddr: 0x15EA48, symSize: 0x44 } + - { offsetInCU: 0x7F, offset: 0x19AB67, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwca', symObjAddr: 0xB8, symBinAddr: 0x15EA8C, symSize: 0x40 } + - { offsetInCU: 0x93, offset: 0x19AB7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwta', symObjAddr: 0x26C, symBinAddr: 0x15EACC, symSize: 0x40 } + - { offsetInCU: 0xA7, offset: 0x19AB8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwet', symObjAddr: 0x2AC, symBinAddr: 0x15EB0C, symSize: 0x48 } + - { offsetInCU: 0xBB, offset: 0x19ABA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwst', symObjAddr: 0x2F4, symBinAddr: 0x15EB54, symSize: 0x4C } + - { offsetInCU: 0xCF, offset: 0x19ABB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVMa', symObjAddr: 0x340, symBinAddr: 0x15EBA0, symSize: 0x10 } + - { offsetInCU: 0xEF, offset: 0x19ABD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufC', symObjAddr: 0x350, symBinAddr: 0x15EBB0, symSize: 0xE4 } + - { offsetInCU: 0x12C, offset: 0x19AC14, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_', symObjAddr: 0x434, symBinAddr: 0x15EC94, symSize: 0x31C } + - { offsetInCU: 0x1A0, offset: 0x19AC88, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x750, symBinAddr: 0x15EFB0, symSize: 0x28 } + - { offsetInCU: 0x1E7, offset: 0x19ACCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_TA', symObjAddr: 0x80C, symBinAddr: 0x15F030, symSize: 0x1C } + - { offsetInCU: 0x27, offset: 0x19AE67, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x15F04C, symSize: 0x50 } + - { offsetInCU: 0x4B, offset: 0x19AE8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x15F04C, symSize: 0x50 } + - { offsetInCU: 0x69, offset: 0x19AEA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x50, symBinAddr: 0x15F09C, symSize: 0x64 } + - { offsetInCU: 0xBA, offset: 0x19AEFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xB4, symBinAddr: 0x15F100, symSize: 0x6C } + - { offsetInCU: 0xF5, offset: 0x19AF35, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x120, symBinAddr: 0x15F16C, symSize: 0x44 } + - { offsetInCU: 0x113, offset: 0x19AF53, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x164, symBinAddr: 0x15F1B0, symSize: 0x54 } + - { offsetInCU: 0x164, offset: 0x19AFA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1B8, symBinAddr: 0x15F204, symSize: 0x44 } + - { offsetInCU: 0x1A7, offset: 0x19AFE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCfD', symObjAddr: 0x1FC, symBinAddr: 0x15F248, symSize: 0x34 } + - { offsetInCU: 0x1D5, offset: 0x19B015, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCMa', symObjAddr: 0x230, symBinAddr: 0x15F27C, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x19B1B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x15F29C, symSize: 0x8 } + - { offsetInCU: 0x3F, offset: 0x19B1C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x15F29C, symSize: 0x8 } + - { offsetInCU: 0x53, offset: 0x19B1DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwCP', symObjAddr: 0x8, symBinAddr: 0x15F2A4, symSize: 0x30 } + - { offsetInCU: 0x67, offset: 0x19B1F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwxx', symObjAddr: 0x38, symBinAddr: 0x15F2D4, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x19B205, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwcp', symObjAddr: 0x68, symBinAddr: 0x15F304, symSize: 0x54 } + - { offsetInCU: 0x8F, offset: 0x19B219, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwca', symObjAddr: 0xBC, symBinAddr: 0x15F358, symSize: 0x74 } + - { offsetInCU: 0xA3, offset: 0x19B22D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwta', symObjAddr: 0x144, symBinAddr: 0x15F3CC, symSize: 0x54 } + - { offsetInCU: 0xB7, offset: 0x19B241, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwet', symObjAddr: 0x198, symBinAddr: 0x15F420, symSize: 0x48 } + - { offsetInCU: 0xCB, offset: 0x19B255, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwst', symObjAddr: 0x1E0, symBinAddr: 0x15F468, symSize: 0x48 } + - { offsetInCU: 0xDF, offset: 0x19B269, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMa', symObjAddr: 0x228, symBinAddr: 0x15F4B0, symSize: 0xC } + - { offsetInCU: 0xF3, offset: 0x19B27D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMi', symObjAddr: 0x260, symBinAddr: 0x15F4BC, symSize: 0x8 } + - { offsetInCU: 0x107, offset: 0x19B291, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwCP', symObjAddr: 0x268, symBinAddr: 0x15F4C4, symSize: 0x2C } + - { offsetInCU: 0x11B, offset: 0x19B2A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwxx', symObjAddr: 0x294, symBinAddr: 0x15F4F0, symSize: 0x8 } + - { offsetInCU: 0x12F, offset: 0x19B2B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwcp', symObjAddr: 0x29C, symBinAddr: 0x15F4F8, symSize: 0x2C } + - { offsetInCU: 0x143, offset: 0x19B2CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwca', symObjAddr: 0x2C8, symBinAddr: 0x15F524, symSize: 0x38 } + - { offsetInCU: 0x157, offset: 0x19B2E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwta', symObjAddr: 0x30C, symBinAddr: 0x15F55C, symSize: 0x30 } + - { offsetInCU: 0x16B, offset: 0x19B2F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwet', symObjAddr: 0x33C, symBinAddr: 0x15F58C, symSize: 0x48 } + - { offsetInCU: 0x17F, offset: 0x19B309, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwst', symObjAddr: 0x384, symBinAddr: 0x15F5D4, symSize: 0x3C } + - { offsetInCU: 0x193, offset: 0x19B31D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMa', symObjAddr: 0x3C0, symBinAddr: 0x15F610, symSize: 0xC } + - { offsetInCU: 0x92, offset: 0x19B4D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xE0, symBinAddr: 0x15F6FC, symSize: 0x20 } + - { offsetInCU: 0xC3, offset: 0x19B505, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x100, symBinAddr: 0x15F71C, symSize: 0x18 } + - { offsetInCU: 0x11A, offset: 0x19B55C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x15F7DC, symSize: 0xD58 } + - { offsetInCU: 0x1A4, offset: 0x19B5E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xF18, symBinAddr: 0x160534, symSize: 0xFA4 } + - { offsetInCU: 0x7AE, offset: 0x19BBF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x1EBC, symBinAddr: 0x1614D8, symSize: 0x20 } + - { offsetInCU: 0x7E7, offset: 0x19BC29, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2200, symBinAddr: 0x16181C, symSize: 0x20 } + - { offsetInCU: 0x815, offset: 0x19BC57, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2200, symBinAddr: 0x16181C, symSize: 0x20 } + - { offsetInCU: 0x85E, offset: 0x19BCA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x26B4, symBinAddr: 0x161CD0, symSize: 0x44 } + - { offsetInCU: 0x8A4, offset: 0x19BCE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x26F8, symBinAddr: 0x161D14, symSize: 0x28 } + - { offsetInCU: 0x8B8, offset: 0x19BCFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2720, symBinAddr: 0x161D3C, symSize: 0x8 } + - { offsetInCU: 0x8EE, offset: 0x19BD30, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2728, symBinAddr: 0x161D44, symSize: 0x3C } + - { offsetInCU: 0x953, offset: 0x19BD95, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2764, symBinAddr: 0x161D80, symSize: 0xC } + - { offsetInCU: 0x96F, offset: 0x19BDB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2770, symBinAddr: 0x161D8C, symSize: 0xC } + - { offsetInCU: 0x98B, offset: 0x19BDCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x37CC, symBinAddr: 0x162B10, symSize: 0x50 } + - { offsetInCU: 0x9C3, offset: 0x19BE05, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x1EDC, symBinAddr: 0x1614F8, symSize: 0x18 } + - { offsetInCU: 0x9FC, offset: 0x19BE3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21E8, symBinAddr: 0x161804, symSize: 0x18 } + - { offsetInCU: 0xA2A, offset: 0x19BE6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21E8, symBinAddr: 0x161804, symSize: 0x18 } + - { offsetInCU: 0xA7C, offset: 0x19BEBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x23CC, symBinAddr: 0x1619E8, symSize: 0x64 } + - { offsetInCU: 0xAE2, offset: 0x19BF24, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x2430, symBinAddr: 0x161A4C, symSize: 0x28 } + - { offsetInCU: 0xAFE, offset: 0x19BF40, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2458, symBinAddr: 0x161A74, symSize: 0x8 } + - { offsetInCU: 0xB34, offset: 0x19BF76, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2460, symBinAddr: 0x161A7C, symSize: 0x68 } + - { offsetInCU: 0xBB9, offset: 0x19BFFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x24C8, symBinAddr: 0x161AE4, symSize: 0xC } + - { offsetInCU: 0xBD5, offset: 0x19C017, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x24D4, symBinAddr: 0x161AF0, symSize: 0xC } + - { offsetInCU: 0xBFE, offset: 0x19C040, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x21A8, symBinAddr: 0x1617C4, symSize: 0x20 } + - { offsetInCU: 0xC37, offset: 0x19C079, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21C8, symBinAddr: 0x1617E4, symSize: 0x20 } + - { offsetInCU: 0xC65, offset: 0x19C0A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21C8, symBinAddr: 0x1617E4, symSize: 0x20 } + - { offsetInCU: 0xCB9, offset: 0x19C0FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2244, symBinAddr: 0x161860, symSize: 0x64 } + - { offsetInCU: 0xD1F, offset: 0x19C161, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x22A8, symBinAddr: 0x1618C4, symSize: 0x28 } + - { offsetInCU: 0xD3B, offset: 0x19C17D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x22D0, symBinAddr: 0x1618EC, symSize: 0x8 } + - { offsetInCU: 0xD71, offset: 0x19C1B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x22D8, symBinAddr: 0x1618F4, symSize: 0x68 } + - { offsetInCU: 0xDF6, offset: 0x19C238, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2340, symBinAddr: 0x16195C, symSize: 0xC } + - { offsetInCU: 0xE12, offset: 0x19C254, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x234C, symBinAddr: 0x161968, symSize: 0xC } + - { offsetInCU: 0xE30, offset: 0x19C272, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1EF4, symBinAddr: 0x161510, symSize: 0x2B4 } + - { offsetInCU: 0xEA3, offset: 0x19C2E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfd', symObjAddr: 0x27CC, symBinAddr: 0x161DE8, symSize: 0x94 } + - { offsetInCU: 0xED0, offset: 0x19C312, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfD', symObjAddr: 0x2860, symBinAddr: 0x161E7C, symSize: 0x1C } + - { offsetInCU: 0xF15, offset: 0x19C357, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2A68, symBinAddr: 0x162074, symSize: 0x54 } + - { offsetInCU: 0xF4D, offset: 0x19C38F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2ABC, symBinAddr: 0x1620C8, symSize: 0x20 } + - { offsetInCU: 0x103F, offset: 0x19C481, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCMa', symObjAddr: 0x287C, symBinAddr: 0x161E98, symSize: 0x20 } + - { offsetInCU: 0x1053, offset: 0x19C495, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwet', symObjAddr: 0x28AC, symBinAddr: 0x161EB8, symSize: 0x90 } + - { offsetInCU: 0x1067, offset: 0x19C4A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwst', symObjAddr: 0x293C, symBinAddr: 0x161F48, symSize: 0xBC } + - { offsetInCU: 0x107B, offset: 0x19C4BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwug', symObjAddr: 0x29F8, symBinAddr: 0x162004, symSize: 0x8 } + - { offsetInCU: 0x108F, offset: 0x19C4D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwup', symObjAddr: 0x2A00, symBinAddr: 0x16200C, symSize: 0x4 } + - { offsetInCU: 0x10A3, offset: 0x19C4E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwui', symObjAddr: 0x2A04, symBinAddr: 0x162010, symSize: 0xC } + - { offsetInCU: 0x10B7, offset: 0x19C4F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOMa', symObjAddr: 0x2A10, symBinAddr: 0x16201C, symSize: 0x10 } + - { offsetInCU: 0x10CB, offset: 0x19C50D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASQWb', symObjAddr: 0x2A20, symBinAddr: 0x16202C, symSize: 0x4 } + - { offsetInCU: 0x10DF, offset: 0x19C521, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSQAAWl', symObjAddr: 0x2A24, symBinAddr: 0x162030, symSize: 0x44 } + - { offsetInCU: 0x10F3, offset: 0x19C535, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs0D3KeyAAWl', symObjAddr: 0x2B40, symBinAddr: 0x1620E8, symSize: 0x44 } + - { offsetInCU: 0x1107, offset: 0x19C549, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2BA4, symBinAddr: 0x16212C, symSize: 0x44 } + - { offsetInCU: 0x111B, offset: 0x19C55D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGSeAASeRzlWl', symObjAddr: 0x2C2C, symBinAddr: 0x162170, symSize: 0x70 } + - { offsetInCU: 0x112F, offset: 0x19C571, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGSeAASeRzlWl', symObjAddr: 0x2CE0, symBinAddr: 0x1621E0, symSize: 0x70 } + - { offsetInCU: 0x1143, offset: 0x19C585, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2DD8, symBinAddr: 0x162294, symSize: 0x44 } + - { offsetInCU: 0x1157, offset: 0x19C599, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOGSgWOc', symObjAddr: 0x2E1C, symBinAddr: 0x1622D8, symSize: 0x48 } + - { offsetInCU: 0x116B, offset: 0x19C5AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSeAAWl', symObjAddr: 0x2E64, symBinAddr: 0x162320, symSize: 0x44 } + - { offsetInCU: 0x117F, offset: 0x19C5C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSYAAWl', symObjAddr: 0x3014, symBinAddr: 0x1623D8, symSize: 0x44 } + - { offsetInCU: 0x1193, offset: 0x19C5D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3114, symBinAddr: 0x162458, symSize: 0x90 } + - { offsetInCU: 0x11A7, offset: 0x19C5E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x31A4, symBinAddr: 0x1624E8, symSize: 0xBC } + - { offsetInCU: 0x11BB, offset: 0x19C5FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x3260, symBinAddr: 0x1625A4, symSize: 0x4 } + - { offsetInCU: 0x11CF, offset: 0x19C611, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x3264, symBinAddr: 0x1625A8, symSize: 0x10 } + - { offsetInCU: 0x11E3, offset: 0x19C625, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3274, symBinAddr: 0x1625B8, symSize: 0x90 } + - { offsetInCU: 0x11F7, offset: 0x19C639, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3304, symBinAddr: 0x162648, symSize: 0xBC } + - { offsetInCU: 0x120B, offset: 0x19C64D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x33C0, symBinAddr: 0x162704, symSize: 0x4 } + - { offsetInCU: 0x121F, offset: 0x19C661, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x33C4, symBinAddr: 0x162708, symSize: 0x10 } + - { offsetInCU: 0x1233, offset: 0x19C675, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x33D4, symBinAddr: 0x162718, symSize: 0x90 } + - { offsetInCU: 0x1247, offset: 0x19C689, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3464, symBinAddr: 0x1627A8, symSize: 0xBC } + - { offsetInCU: 0x125B, offset: 0x19C69D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwug', symObjAddr: 0x3520, symBinAddr: 0x162864, symSize: 0x8 } + - { offsetInCU: 0x126F, offset: 0x19C6B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x3528, symBinAddr: 0x16286C, symSize: 0x4 } + - { offsetInCU: 0x1283, offset: 0x19C6C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwui', symObjAddr: 0x352C, symBinAddr: 0x162870, symSize: 0x8 } + - { offsetInCU: 0x1297, offset: 0x19C6D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x3534, symBinAddr: 0x162878, symSize: 0x10 } + - { offsetInCU: 0x12AB, offset: 0x19C6ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3544, symBinAddr: 0x162888, symSize: 0x4 } + - { offsetInCU: 0x12BF, offset: 0x19C701, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3548, symBinAddr: 0x16288C, symSize: 0x44 } + - { offsetInCU: 0x12D3, offset: 0x19C715, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x358C, symBinAddr: 0x1628D0, symSize: 0x4 } + - { offsetInCU: 0x12E7, offset: 0x19C729, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3590, symBinAddr: 0x1628D4, symSize: 0x44 } + - { offsetInCU: 0x12FB, offset: 0x19C73D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x35D4, symBinAddr: 0x162918, symSize: 0x4 } + - { offsetInCU: 0x130F, offset: 0x19C751, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x35D8, symBinAddr: 0x16291C, symSize: 0x44 } + - { offsetInCU: 0x1323, offset: 0x19C765, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x361C, symBinAddr: 0x162960, symSize: 0x4 } + - { offsetInCU: 0x1337, offset: 0x19C779, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3620, symBinAddr: 0x162964, symSize: 0x44 } + - { offsetInCU: 0x134B, offset: 0x19C78D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3664, symBinAddr: 0x1629A8, symSize: 0x4 } + - { offsetInCU: 0x135F, offset: 0x19C7A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3668, symBinAddr: 0x1629AC, symSize: 0x44 } + - { offsetInCU: 0x1373, offset: 0x19C7B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x36AC, symBinAddr: 0x1629F0, symSize: 0x4 } + - { offsetInCU: 0x1387, offset: 0x19C7C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x36B0, symBinAddr: 0x1629F4, symSize: 0x44 } + - { offsetInCU: 0x139B, offset: 0x19C7DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x36F4, symBinAddr: 0x162A38, symSize: 0x4 } + - { offsetInCU: 0x13AF, offset: 0x19C7F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x36F8, symBinAddr: 0x162A3C, symSize: 0x44 } + - { offsetInCU: 0x13C3, offset: 0x19C805, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x373C, symBinAddr: 0x162A80, symSize: 0x4 } + - { offsetInCU: 0x13D7, offset: 0x19C819, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3740, symBinAddr: 0x162A84, symSize: 0x44 } + - { offsetInCU: 0x13EB, offset: 0x19C82D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3784, symBinAddr: 0x162AC8, symSize: 0x4 } + - { offsetInCU: 0x13FF, offset: 0x19C841, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3788, symBinAddr: 0x162ACC, symSize: 0x44 } + - { offsetInCU: 0x1433, offset: 0x19C875, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x15F61C, symSize: 0x18 } + - { offsetInCU: 0x14C4, offset: 0x19C906, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x15F634, symSize: 0x4C } + - { offsetInCU: 0x15A5, offset: 0x19C9E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x15F680, symSize: 0x34 } + - { offsetInCU: 0x162C, offset: 0x19CA6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98, symBinAddr: 0x15F6B4, symSize: 0x48 } + - { offsetInCU: 0x16E1, offset: 0x19CB23, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x118, symBinAddr: 0x15F734, symSize: 0x5C } + - { offsetInCU: 0x1704, offset: 0x19CB46, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x174, symBinAddr: 0x15F790, symSize: 0x4C } + - { offsetInCU: 0x176E, offset: 0x19CBB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2220, symBinAddr: 0x16183C, symSize: 0xC } + - { offsetInCU: 0x178A, offset: 0x19CBCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x222C, symBinAddr: 0x161848, symSize: 0x8 } + - { offsetInCU: 0x17A6, offset: 0x19CBE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2234, symBinAddr: 0x161850, symSize: 0x8 } + - { offsetInCU: 0x17C2, offset: 0x19CC04, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x223C, symBinAddr: 0x161858, symSize: 0x8 } + - { offsetInCU: 0x17E4, offset: 0x19CC26, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2358, symBinAddr: 0x161974, symSize: 0x28 } + - { offsetInCU: 0x1800, offset: 0x19CC42, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2380, symBinAddr: 0x16199C, symSize: 0x28 } + - { offsetInCU: 0x181C, offset: 0x19CC5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x23A8, symBinAddr: 0x1619C4, symSize: 0xC } + - { offsetInCU: 0x1838, offset: 0x19CC7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x23B4, symBinAddr: 0x1619D0, symSize: 0x8 } + - { offsetInCU: 0x1854, offset: 0x19CC96, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x23BC, symBinAddr: 0x1619D8, symSize: 0x8 } + - { offsetInCU: 0x1870, offset: 0x19CCB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x23C4, symBinAddr: 0x1619E0, symSize: 0x8 } + - { offsetInCU: 0x1892, offset: 0x19CCD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x24E0, symBinAddr: 0x161AFC, symSize: 0x28 } + - { offsetInCU: 0x18AE, offset: 0x19CCF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2508, symBinAddr: 0x161B24, symSize: 0x28 } + - { offsetInCU: 0x18E8, offset: 0x19CD2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2530, symBinAddr: 0x161B4C, symSize: 0x88 } + - { offsetInCU: 0x1997, offset: 0x19CDD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x25B8, symBinAddr: 0x161BD4, symSize: 0x60 } + - { offsetInCU: 0x1A15, offset: 0x19CE57, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2618, symBinAddr: 0x161C34, symSize: 0x40 } + - { offsetInCU: 0x1A67, offset: 0x19CEA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2658, symBinAddr: 0x161C74, symSize: 0x5C } + - { offsetInCU: 0x1AC9, offset: 0x19CF0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x277C, symBinAddr: 0x161D98, symSize: 0x28 } + - { offsetInCU: 0x1AE5, offset: 0x19CF27, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x27A4, symBinAddr: 0x161DC0, symSize: 0x28 } + - { offsetInCU: 0x5A, offset: 0x19D18E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC05setupB07contextyAA0C7ContextV_tF', symObjAddr: 0x0, symBinAddr: 0x162B70, symSize: 0x1EC } + - { offsetInCU: 0x10F, offset: 0x19D243, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1EC, symBinAddr: 0x162D5C, symSize: 0x64 } + - { offsetInCU: 0x156, offset: 0x19D28A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfc', symObjAddr: 0x250, symBinAddr: 0x162DC0, symSize: 0x1BC } + - { offsetInCU: 0x219, offset: 0x19D34D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfcTo', symObjAddr: 0x40C, symBinAddr: 0x162F7C, symSize: 0x4C } + - { offsetInCU: 0x235, offset: 0x19D369, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfD', symObjAddr: 0x484, symBinAddr: 0x162FF4, symSize: 0x34 } + - { offsetInCU: 0x279, offset: 0x19D3AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfE', symObjAddr: 0x458, symBinAddr: 0x162FC8, symSize: 0x2C } + - { offsetInCU: 0x2A6, offset: 0x19D3DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfETo', symObjAddr: 0x4B8, symBinAddr: 0x163028, symSize: 0x38 } + - { offsetInCU: 0x2D5, offset: 0x19D409, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCMa', symObjAddr: 0x4F0, symBinAddr: 0x163060, symSize: 0x20 } + - { offsetInCU: 0x322, offset: 0x19D456, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCAA012CustomLayoutC0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x510, symBinAddr: 0x163080, symSize: 0x78 } + - { offsetInCU: 0x2B, offset: 0x19D69C, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x16311C, symSize: 0x2A8 } + - { offsetInCU: 0x26C, offset: 0x19D8DD, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x16311C, symSize: 0x2A8 } + - { offsetInCU: 0x44C, offset: 0x19DABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC17combinedKeyframesAA13KeyframeGroupCyAC0E0VGyKF', symObjAddr: 0x2A8, symBinAddr: 0x1633C4, symSize: 0x11C } + - { offsetInCU: 0x522, offset: 0x19DB93, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x3C4, symBinAddr: 0x1634E0, symSize: 0xB4 } + - { offsetInCU: 0x5F0, offset: 0x19DC61, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x478, symBinAddr: 0x163594, symSize: 0xB4 } + - { offsetInCU: 0x77F, offset: 0x19DDF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x52C, symBinAddr: 0x163648, symSize: 0x154 } + - { offsetInCU: 0xAB4, offset: 0x19E125, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x680, symBinAddr: 0x16379C, symSize: 0x4 } + - { offsetInCU: 0xAD1, offset: 0x19E142, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x730, symBinAddr: 0x1637C4, symSize: 0x8 } + - { offsetInCU: 0xAE5, offset: 0x19E156, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwCP', symObjAddr: 0x738, symBinAddr: 0x1637CC, symSize: 0x30 } + - { offsetInCU: 0xAF9, offset: 0x19E16A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwet', symObjAddr: 0x790, symBinAddr: 0x1637FC, symSize: 0x20 } + - { offsetInCU: 0xB0D, offset: 0x19E17E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwst', symObjAddr: 0x7B0, symBinAddr: 0x16381C, symSize: 0x3C } + - { offsetInCU: 0xB21, offset: 0x19E192, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVMa', symObjAddr: 0x7EC, symBinAddr: 0x163858, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x19E3F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x163870, symSize: 0x2E4 } + - { offsetInCU: 0x84, offset: 0x19E454, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x2E4, symBinAddr: 0x163B54, symSize: 0x8 } + - { offsetInCU: 0xA4, offset: 0x19E474, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x2E4, symBinAddr: 0x163B54, symSize: 0x8 } + - { offsetInCU: 0x214, offset: 0x19E5E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x163870, symSize: 0x2E4 } + - { offsetInCU: 0x3C8, offset: 0x19E798, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwCP', symObjAddr: 0x34C, symBinAddr: 0x163B5C, symSize: 0x30 } + - { offsetInCU: 0x3DC, offset: 0x19E7AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwxx', symObjAddr: 0x37C, symBinAddr: 0x163B8C, symSize: 0x48 } + - { offsetInCU: 0x3F0, offset: 0x19E7C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwcp', symObjAddr: 0x3E4, symBinAddr: 0x163BD4, symSize: 0xB8 } + - { offsetInCU: 0x404, offset: 0x19E7D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwca', symObjAddr: 0x49C, symBinAddr: 0x163C8C, symSize: 0xB0 } + - { offsetInCU: 0x418, offset: 0x19E7E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwta', symObjAddr: 0x6D8, symBinAddr: 0x163D3C, symSize: 0x9C } + - { offsetInCU: 0x42C, offset: 0x19E7FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwet', symObjAddr: 0x774, symBinAddr: 0x163DD8, symSize: 0x48 } + - { offsetInCU: 0x440, offset: 0x19E810, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwst', symObjAddr: 0x7BC, symBinAddr: 0x163E20, symSize: 0x60 } + - { offsetInCU: 0x454, offset: 0x19E824, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVMa', symObjAddr: 0x81C, symBinAddr: 0x163E80, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x19E9B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x163E90, symSize: 0x44 } + - { offsetInCU: 0x6D, offset: 0x19E9F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x163E90, symSize: 0x44 } + - { offsetInCU: 0xBF, offset: 0x19EA46, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x64, symBinAddr: 0x163EF4, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x19EA87, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x70, symBinAddr: 0x163F00, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x19EAC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x163F30, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x19EAFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesC4fillAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x7B4, symBinAddr: 0x164644, symSize: 0x278 } + - { offsetInCU: 0x409, offset: 0x19ED90, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCMa', symObjAddr: 0x44, symBinAddr: 0x163ED4, symSize: 0x20 } + - { offsetInCU: 0x447, offset: 0x19EDCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCfD', symObjAddr: 0xAC, symBinAddr: 0x163F3C, symSize: 0x34 } + - { offsetInCU: 0x4A8, offset: 0x19EE2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x100, symBinAddr: 0x163F90, symSize: 0x44 } + - { offsetInCU: 0x4F4, offset: 0x19EE7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x144, symBinAddr: 0x163FD4, symSize: 0x24 } + - { offsetInCU: 0x535, offset: 0x19EEBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x168, symBinAddr: 0x163FF8, symSize: 0x4 } + - { offsetInCU: 0x555, offset: 0x19EEDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x168, symBinAddr: 0x163FF8, symSize: 0x4 } + - { offsetInCU: 0x585, offset: 0x19EF0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x16C, symBinAddr: 0x163FFC, symSize: 0x8 } + - { offsetInCU: 0x5A5, offset: 0x19EF2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x16C, symBinAddr: 0x163FFC, symSize: 0x8 } + - { offsetInCU: 0x608, offset: 0x19EF8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x174, symBinAddr: 0x164004, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x19EFAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x174, symBinAddr: 0x164004, symSize: 0x10 } + - { offsetInCU: 0x66F, offset: 0x19EFF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x184, symBinAddr: 0x164014, symSize: 0x8 } + - { offsetInCU: 0x68F, offset: 0x19F016, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x184, symBinAddr: 0x164014, symSize: 0x8 } + - { offsetInCU: 0x6B0, offset: 0x19F037, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x18C, symBinAddr: 0x16401C, symSize: 0x8 } + - { offsetInCU: 0x6D0, offset: 0x19F057, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x18C, symBinAddr: 0x16401C, symSize: 0x8 } + - { offsetInCU: 0x6F1, offset: 0x19F078, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x194, symBinAddr: 0x164024, symSize: 0x8 } + - { offsetInCU: 0x711, offset: 0x19F098, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x194, symBinAddr: 0x164024, symSize: 0x8 } + - { offsetInCU: 0x732, offset: 0x19F0B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x19C, symBinAddr: 0x16402C, symSize: 0x8 } + - { offsetInCU: 0x752, offset: 0x19F0D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x19C, symBinAddr: 0x16402C, symSize: 0x8 } + - { offsetInCU: 0x773, offset: 0x19F0FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1A4, symBinAddr: 0x164034, symSize: 0xC } + - { offsetInCU: 0x793, offset: 0x19F11A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1A4, symBinAddr: 0x164034, symSize: 0xC } + - { offsetInCU: 0x7B4, offset: 0x19F13B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1B0, symBinAddr: 0x164040, symSize: 0x10 } + - { offsetInCU: 0x7D4, offset: 0x19F15B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1B0, symBinAddr: 0x164040, symSize: 0x10 } + - { offsetInCU: 0x7E6, offset: 0x19F16D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1C0, symBinAddr: 0x164050, symSize: 0x8 } + - { offsetInCU: 0x820, offset: 0x19F1A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x1C8, symBinAddr: 0x164058, symSize: 0x4C } + - { offsetInCU: 0x85D, offset: 0x19F1E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC06parentC04fillAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xA2C, symBinAddr: 0x1648BC, symSize: 0x104 } + - { offsetInCU: 0x92A, offset: 0x19F2B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xB30, symBinAddr: 0x1649C0, symSize: 0x164 } + - { offsetInCU: 0xB2C, offset: 0x19F4B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCMa', symObjAddr: 0xE0, symBinAddr: 0x163F70, symSize: 0x20 } + - { offsetInCU: 0xC3D, offset: 0x19F5C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x214, symBinAddr: 0x1640A4, symSize: 0x11C } + - { offsetInCU: 0xCD8, offset: 0x19F65F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x330, symBinAddr: 0x1641C0, symSize: 0x190 } + - { offsetInCU: 0xE63, offset: 0x19F7EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x4C0, symBinAddr: 0x164350, symSize: 0x12C } + - { offsetInCU: 0xEFF, offset: 0x19F886, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x5EC, symBinAddr: 0x16447C, symSize: 0x1C8 } + - { offsetInCU: 0x2B, offset: 0x1A0289, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x164B34, symSize: 0xE8 } + - { offsetInCU: 0x4F, offset: 0x1A02AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x164B34, symSize: 0xE8 } + - { offsetInCU: 0x9C, offset: 0x1A02FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0xE8, symBinAddr: 0x164C1C, symSize: 0x3C } + - { offsetInCU: 0x12C, offset: 0x1A038A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x174, symBinAddr: 0x164C78, symSize: 0x74 } + - { offsetInCU: 0x1CA, offset: 0x1A0428, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyFTo', symObjAddr: 0x284, symBinAddr: 0x164CEC, symSize: 0x78 } + - { offsetInCU: 0x228, offset: 0x1A0486, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyFTo', symObjAddr: 0x348, symBinAddr: 0x164D64, symSize: 0x78 } + - { offsetInCU: 0x25B, offset: 0x1A04B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC06layoutB0yyF', symObjAddr: 0x3C0, symBinAddr: 0x164DDC, symSize: 0x4 } + - { offsetInCU: 0x286, offset: 0x1A04E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC22animationMovedToWindowyyF', symObjAddr: 0x3C4, symBinAddr: 0x164DE0, symSize: 0x4 } + - { offsetInCU: 0x2B1, offset: 0x1A050F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x3C8, symBinAddr: 0x164DE4, symSize: 0x4 } + - { offsetInCU: 0x2CD, offset: 0x1A052B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC28animationWillEnterForegroundyyFTo', symObjAddr: 0x3CC, symBinAddr: 0x164DE8, symSize: 0x4 } + - { offsetInCU: 0x2E9, offset: 0x1A0547, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfC', symObjAddr: 0x3D0, symBinAddr: 0x164DEC, symSize: 0x50 } + - { offsetInCU: 0x307, offset: 0x1A0565, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc', symObjAddr: 0x420, symBinAddr: 0x164E3C, symSize: 0x60 } + - { offsetInCU: 0x356, offset: 0x1A05B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x480, symBinAddr: 0x164E9C, symSize: 0x6C } + - { offsetInCU: 0x391, offset: 0x1A05EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x4EC, symBinAddr: 0x164F08, symSize: 0x44 } + - { offsetInCU: 0x3AF, offset: 0x1A060D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x530, symBinAddr: 0x164F4C, symSize: 0x50 } + - { offsetInCU: 0x400, offset: 0x1A065E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x580, symBinAddr: 0x164F9C, symSize: 0x44 } + - { offsetInCU: 0x443, offset: 0x1A06A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCfD', symObjAddr: 0x5C4, symBinAddr: 0x164FE0, symSize: 0x30 } + - { offsetInCU: 0x471, offset: 0x1A06CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCMa', symObjAddr: 0x154, symBinAddr: 0x164C58, symSize: 0x20 } + - { offsetInCU: 0x91, offset: 0x1A08EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC8rendererAcA10NodeOutput_AA10Renderablep_tcfc', symObjAddr: 0x0, symBinAddr: 0x16501C, symSize: 0x630 } + - { offsetInCU: 0x51E, offset: 0x1A0D7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfc', symObjAddr: 0x630, symBinAddr: 0x16564C, symSize: 0x1B8 } + - { offsetInCU: 0x59A, offset: 0x1A0DF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x7E8, symBinAddr: 0x165804, symSize: 0x4C } + - { offsetInCU: 0x5E0, offset: 0x1A0E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x834, symBinAddr: 0x165850, symSize: 0xAC } + - { offsetInCU: 0x637, offset: 0x1A0E94, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC03hasC6Update8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8E0, symBinAddr: 0x1658FC, symSize: 0x10C } + - { offsetInCU: 0x676, offset: 0x1A0ED3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x9EC, symBinAddr: 0x165A08, symSize: 0x2F4 } + - { offsetInCU: 0x6C6, offset: 0x1A0F23, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xCE0, symBinAddr: 0x165CFC, symSize: 0x134 } + - { offsetInCU: 0x71C, offset: 0x1A0F79, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0xE14, symBinAddr: 0x165E30, symSize: 0x50 } + - { offsetInCU: 0x738, offset: 0x1A0F95, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC06updateC5ScaleyyF', symObjAddr: 0xE64, symBinAddr: 0x165E80, symSize: 0x164 } + - { offsetInCU: 0x970, offset: 0x1A11CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCACycfcTo', symObjAddr: 0xFC8, symBinAddr: 0x165FE4, symSize: 0x2C } + - { offsetInCU: 0x9D7, offset: 0x1A1234, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfD', symObjAddr: 0x1020, symBinAddr: 0x16603C, symSize: 0x34 } + - { offsetInCU: 0xB68, offset: 0x1A13C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfE', symObjAddr: 0xFF4, symBinAddr: 0x166010, symSize: 0x2C } + - { offsetInCU: 0xB95, offset: 0x1A13F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfETo', symObjAddr: 0x1054, symBinAddr: 0x166070, symSize: 0x38 } + - { offsetInCU: 0xBC4, offset: 0x1A1421, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCMa', symObjAddr: 0x108C, symBinAddr: 0x1660A8, symSize: 0x20 } + - { offsetInCU: 0xBD8, offset: 0x1A1435, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOc', symObjAddr: 0x10D0, symBinAddr: 0x1660C8, symSize: 0x44 } + - { offsetInCU: 0xBEC, offset: 0x1A1449, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOb', symObjAddr: 0x1150, symBinAddr: 0x16610C, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0x1A171D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x166144, symSize: 0x18 } + - { offsetInCU: 0x73, offset: 0x1A1765, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x166144, symSize: 0x18 } + - { offsetInCU: 0x104, offset: 0x1A17F6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x16615C, symSize: 0x44 } + - { offsetInCU: 0x1E7, offset: 0x1A18D9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5C, symBinAddr: 0x1661A0, symSize: 0x28 } + - { offsetInCU: 0x286, offset: 0x1A1978, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5crc328checksums6UInt32VAH_tFAHSWXEfU_', symObjAddr: 0xD4, symBinAddr: 0x166218, symSize: 0xA8 } + - { offsetInCU: 0x716, offset: 0x1A1E08, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE7process9operation4size10bufferSize9skipCRC328provider8consumers6UInt32VSo019compression_stream_E0a_s5Int64VSiSbAcQ_SitKXEyACKXEtKFZTf4nnnnnnd_n', symObjAddr: 0x18C, symBinAddr: 0x1662D0, symSize: 0xDA0 } + - { offsetInCU: 0x12BC, offset: 0x1A29AE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFs0E0ADWl', symObjAddr: 0xF6C, symBinAddr: 0x1670B0, symSize: 0x44 } + - { offsetInCU: 0x12D0, offset: 0x1A29C2, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwet', symObjAddr: 0x1068, symBinAddr: 0x1670F4, symSize: 0x90 } + - { offsetInCU: 0x12E4, offset: 0x1A29D6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwst', symObjAddr: 0x10F8, symBinAddr: 0x167184, symSize: 0xBC } + - { offsetInCU: 0x12F8, offset: 0x1A29EA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwug', symObjAddr: 0x11B4, symBinAddr: 0x167240, symSize: 0x8 } + - { offsetInCU: 0x130C, offset: 0x1A29FE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwup', symObjAddr: 0x11BC, symBinAddr: 0x167248, symSize: 0x4 } + - { offsetInCU: 0x1320, offset: 0x1A2A12, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwui', symObjAddr: 0x11C0, symBinAddr: 0x16724C, symSize: 0xC } + - { offsetInCU: 0x1334, offset: 0x1A2A26, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOMa', symObjAddr: 0x11CC, symBinAddr: 0x167258, symSize: 0x10 } + - { offsetInCU: 0x1348, offset: 0x1A2A3A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSQWb', symObjAddr: 0x11DC, symBinAddr: 0x167268, symSize: 0x4 } + - { offsetInCU: 0x135C, offset: 0x1A2A4E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFSQADWl', symObjAddr: 0x11E0, symBinAddr: 0x16726C, symSize: 0x44 } + - { offsetInCU: 0x13AE, offset: 0x1A2AA0, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x84, symBinAddr: 0x1661C8, symSize: 0x40 } + - { offsetInCU: 0x144A, offset: 0x1A2B3C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP7_domainSSvgTW', symObjAddr: 0xC4, symBinAddr: 0x166208, symSize: 0x4 } + - { offsetInCU: 0x1466, offset: 0x1A2B58, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP5_codeSivgTW', symObjAddr: 0xC8, symBinAddr: 0x16620C, symSize: 0x4 } + - { offsetInCU: 0x1482, offset: 0x1A2B74, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xCC, symBinAddr: 0x166210, symSize: 0x4 } + - { offsetInCU: 0x149E, offset: 0x1A2B90, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xD0, symBinAddr: 0x166214, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x1A2EF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x1672B0, symSize: 0xA74 } + - { offsetInCU: 0x499, offset: 0x1A3368, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x1672B0, symSize: 0xA74 } + - { offsetInCU: 0x27, offset: 0x1A525D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x167D24, symSize: 0x74 } + - { offsetInCU: 0x87, offset: 0x1A52BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x167D24, symSize: 0x74 } + - { offsetInCU: 0xF3, offset: 0x1A5329, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCfD', symObjAddr: 0x74, symBinAddr: 0x167D98, symSize: 0x2C } + - { offsetInCU: 0x178, offset: 0x1A53AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCMa', symObjAddr: 0xA0, symBinAddr: 0x167DC4, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x1A553D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1C68, symBinAddr: 0x1F24F8, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x1A5557, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1C78, symBinAddr: 0x1F2508, symSize: 0x0 } + - { offsetInCU: 0x83, offset: 0x1A5571, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1C88, symBinAddr: 0x1F2518, symSize: 0x0 } + - { offsetInCU: 0xDB, offset: 0x1A55C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg', symObjAddr: 0x570, symBinAddr: 0x168354, symSize: 0x8 } + - { offsetInCU: 0xF9, offset: 0x1A55E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg', symObjAddr: 0x578, symBinAddr: 0x16835C, symSize: 0x48 } + - { offsetInCU: 0x129, offset: 0x1A5617, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9animation3forAC9AnimationVSgSSSg_tF', symObjAddr: 0x0, symBinAddr: 0x167DE4, symSize: 0x17C } + - { offsetInCU: 0x3C4, offset: 0x1A58B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC4data8filenameAC10Foundation4DataV_SStKcfc', symObjAddr: 0x17C, symBinAddr: 0x167F60, symSize: 0x3F4 } + - { offsetInCU: 0x4A1, offset: 0x1A598F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg', symObjAddr: 0x5C0, symBinAddr: 0x1683A4, symSize: 0x34 } + - { offsetInCU: 0x4CE, offset: 0x1A59BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC13animationsUrl10Foundation3URLVvg', symObjAddr: 0x5F4, symBinAddr: 0x1683D8, symSize: 0x214 } + - { offsetInCU: 0x50A, offset: 0x1A59F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9imagesUrl10Foundation3URLVvg', symObjAddr: 0x808, symBinAddr: 0x1685EC, symSize: 0x214 } + - { offsetInCU: 0x59D, offset: 0x1A5A8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10decompress33_275A06DD5956033D98FBA55D0E0AF6FCLL4from2toy10Foundation3URLV_AJtKF', symObjAddr: 0xA94, symBinAddr: 0x168878, symSize: 0x610 } + - { offsetInCU: 0x6D2, offset: 0x1A5BC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9AnimationVAA0baN0VKXEfU_', symObjAddr: 0x10A4, symBinAddr: 0x168E88, symSize: 0x30C } + - { offsetInCU: 0x803, offset: 0x1A5CF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfd', symObjAddr: 0x13B0, symBinAddr: 0x169194, symSize: 0xA4 } + - { offsetInCU: 0x840, offset: 0x1A5D2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfD', symObjAddr: 0x1494, symBinAddr: 0x169238, symSize: 0xB0 } + - { offsetInCU: 0x947, offset: 0x1A5E35, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA1C, symBinAddr: 0x168800, symSize: 0x30 } + - { offsetInCU: 0x961, offset: 0x1A5E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA4C, symBinAddr: 0x168830, symSize: 0x28 } + - { offsetInCU: 0x97B, offset: 0x1A5E69, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA74, symBinAddr: 0x168858, symSize: 0x20 } + - { offsetInCU: 0xB0E, offset: 0x1A5FFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMU', symObjAddr: 0x1544, symBinAddr: 0x1692E8, symSize: 0x8 } + - { offsetInCU: 0xB22, offset: 0x1A6010, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMa', symObjAddr: 0x154C, symBinAddr: 0x1692F0, symSize: 0x3C } + - { offsetInCU: 0xB36, offset: 0x1A6024, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMr', symObjAddr: 0x1588, symBinAddr: 0x16932C, symSize: 0xA4 } + - { offsetInCU: 0xB4A, offset: 0x1A6038, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgMa', symObjAddr: 0x1638, symBinAddr: 0x1693DC, symSize: 0x54 } + - { offsetInCU: 0xB5E, offset: 0x1A604C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwCP', symObjAddr: 0x168C, symBinAddr: 0x169430, symSize: 0x30 } + - { offsetInCU: 0xB72, offset: 0x1A6060, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwxx', symObjAddr: 0x16BC, symBinAddr: 0x169460, symSize: 0x30 } + - { offsetInCU: 0xB86, offset: 0x1A6074, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwcp', symObjAddr: 0x16EC, symBinAddr: 0x169490, symSize: 0x64 } + - { offsetInCU: 0xB9A, offset: 0x1A6088, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwca', symObjAddr: 0x1750, symBinAddr: 0x1694F4, symSize: 0x94 } + - { offsetInCU: 0xBAE, offset: 0x1A609C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwta', symObjAddr: 0x17F8, symBinAddr: 0x169588, symSize: 0x6C } + - { offsetInCU: 0xBC2, offset: 0x1A60B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwet', symObjAddr: 0x1864, symBinAddr: 0x1695F4, symSize: 0x48 } + - { offsetInCU: 0xBD6, offset: 0x1A60C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwst', symObjAddr: 0x18AC, symBinAddr: 0x16963C, symSize: 0x4C } + - { offsetInCU: 0xBEA, offset: 0x1A60D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVMa', symObjAddr: 0x18F8, symBinAddr: 0x169688, symSize: 0x10 } + - { offsetInCU: 0xCA3, offset: 0x1A6191, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVACSeAAWl', symObjAddr: 0x1B24, symBinAddr: 0x169870, symSize: 0x44 } + - { offsetInCU: 0xCB7, offset: 0x1A61A5, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOc', symObjAddr: 0x1BD8, symBinAddr: 0x1698B4, symSize: 0x48 } + - { offsetInCU: 0xCCB, offset: 0x1A61B9, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOd', symObjAddr: 0x1C20, symBinAddr: 0x1698FC, symSize: 0x48 } + - { offsetInCU: 0xD9C, offset: 0x1A628A, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie03DotC9AnimationVG_AE0dC4FileC0E0VTg5011$s6Lottie03d2A4f58C11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9E15VAA0baN0VKXEfU_AJTf1cn_nTf4ng_n', symObjAddr: 0x194C, symBinAddr: 0x169698, symSize: 0x19C } + - { offsetInCU: 0x4F, offset: 0x1A65EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvpZ', symObjAddr: 0x930, symBinAddr: 0x1F2640, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x1A6605, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvgZ', symObjAddr: 0x0, symBinAddr: 0x169944, symSize: 0x6C } + - { offsetInCU: 0xA0, offset: 0x1A663C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0x6C, symBinAddr: 0x1699B0, symSize: 0x38 } + - { offsetInCU: 0xFE, offset: 0x1A669A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_182$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x48C, symBinAddr: 0x169DD0, symSize: 0x1C } + - { offsetInCU: 0x116, offset: 0x1A66B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_204$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SSyXEfu_Tf3pf_n', symObjAddr: 0x4A8, symBinAddr: 0x169DEC, symSize: 0x1C } + - { offsetInCU: 0x12E, offset: 0x1A66CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_78$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvgSSyXEfu1_Tf3pf_n', symObjAddr: 0x4C4, symBinAddr: 0x169E08, symSize: 0x1C } + - { offsetInCU: 0x146, offset: 0x1A66E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_62$s6Lottie18CoreAnimationLayerC07respectC9FrameRateSbvsSSyXEfu_Tf3pf_n', symObjAddr: 0x4E0, symBinAddr: 0x169E24, symSize: 0x1C } + - { offsetInCU: 0x15E, offset: 0x1A66FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_101$s6Lottie18CoreAnimationLayerC8getValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x4FC, symBinAddr: 0x169E40, symSize: 0x1C } + - { offsetInCU: 0x176, offset: 0x1A6712, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_110$s6Lottie18CoreAnimationLayerC16getOriginalValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x518, symBinAddr: 0x169E5C, symSize: 0x1C } + - { offsetInCU: 0x18E, offset: 0x1A672A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_77$s6Lottie18CoreAnimationLayerC5layer3forSo7CALayerCSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x534, symBinAddr: 0x169E78, symSize: 0x1C } + - { offsetInCU: 0x1A6, offset: 0x1A6742, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_97$s6Lottie18CoreAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x550, symBinAddr: 0x169E94, symSize: 0x1C } + - { offsetInCU: 0x1BE, offset: 0x1A675A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_87$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x56C, symBinAddr: 0x169EB0, symSize: 0x1C } + - { offsetInCU: 0x1D6, offset: 0x1A6772, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_0150$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0V39GSg12CoreGraphics7CGFloatVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x588, symBinAddr: 0x169ECC, symSize: 0x1C } + - { offsetInCU: 0x1EE, offset: 0x1A678A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_014$sSo7CALayerC6A158E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x5A4, symBinAddr: 0x169EE8, symSize: 0x1C } + - { offsetInCU: 0x206, offset: 0x1A67A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_', symObjAddr: 0x5C0, symBinAddr: 0x169F04, symSize: 0x20 } + - { offsetInCU: 0x226, offset: 0x1A67C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF', symObjAddr: 0xA4, symBinAddr: 0x1699E8, symSize: 0x48 } + - { offsetInCU: 0x294, offset: 0x1A6830, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_', symObjAddr: 0x36C, symBinAddr: 0x169CB0, symSize: 0x24 } + - { offsetInCU: 0x2A8, offset: 0x1A6844, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_75$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSSyXEfu0_Tf3pf_n', symObjAddr: 0x390, symBinAddr: 0x169CD4, symSize: 0x1C } + - { offsetInCU: 0x2C0, offset: 0x1A685C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu0_Tf3pf_n', symObjAddr: 0x3AC, symBinAddr: 0x169CF0, symSize: 0x1C } + - { offsetInCU: 0x2D8, offset: 0x1A6874, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu2_Tf3pf_n', symObjAddr: 0x3C8, symBinAddr: 0x169D0C, symSize: 0x1C } + - { offsetInCU: 0x2F0, offset: 0x1A688C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu4_Tf3pf_n', symObjAddr: 0x3E4, symBinAddr: 0x169D28, symSize: 0x1C } + - { offsetInCU: 0x308, offset: 0x1A68A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_056$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybO35_p_AA16AnimationKeypathVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x400, symBinAddr: 0x169D44, symSize: 0x1C } + - { offsetInCU: 0x320, offset: 0x1A68BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_05$sSa6A87AA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x41C, symBinAddr: 0x169D60, symSize: 0x1C } + - { offsetInCU: 0x338, offset: 0x1A68D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_147$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x438, symBinAddr: 0x169D7C, symSize: 0x1C } + - { offsetInCU: 0x350, offset: 0x1A68EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_170$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x454, symBinAddr: 0x169D98, symSize: 0x1C } + - { offsetInCU: 0x368, offset: 0x1A6904, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_139$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x470, symBinAddr: 0x169DB4, symSize: 0x1C } + - { offsetInCU: 0x38C, offset: 0x1A6928, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0xEC, symBinAddr: 0x169A30, symSize: 0x38 } + - { offsetInCU: 0x3EA, offset: 0x1A6986, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_05$sSa6A55AA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyFSSyXEfu_Tf3pf_n', symObjAddr: 0x624, symBinAddr: 0x169F68, symSize: 0x1C } + - { offsetInCU: 0x403, offset: 0x1A699F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKF', symObjAddr: 0x124, symBinAddr: 0x169A68, symSize: 0x38 } + - { offsetInCU: 0x441, offset: 0x1A69DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu1_Tf3pf_n', symObjAddr: 0x640, symBinAddr: 0x169F84, symSize: 0x1C } + - { offsetInCU: 0x459, offset: 0x1A69F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu0_Tf3pf_n', symObjAddr: 0x65C, symBinAddr: 0x169FA0, symSize: 0x1C } + - { offsetInCU: 0x471, offset: 0x1A6A0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_Tf3pf_n', symObjAddr: 0x678, symBinAddr: 0x169FBC, symSize: 0x1C } + - { offsetInCU: 0x48A, offset: 0x1A6A26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA_ySbyXE_SSyXEAISutcfU_', symObjAddr: 0x15C, symBinAddr: 0x169AA0, symSize: 0x4 } + - { offsetInCU: 0x4E3, offset: 0x1A6A7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA0_ySSyXE_AISutcfU_', symObjAddr: 0x160, symBinAddr: 0x169AA4, symSize: 0x4 } + - { offsetInCU: 0x52C, offset: 0x1A6AC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA2_ySSyXEcfU_', symObjAddr: 0x164, symBinAddr: 0x169AA8, symSize: 0x4 } + - { offsetInCU: 0x5A5, offset: 0x1A6B41, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfC', symObjAddr: 0x168, symBinAddr: 0x169AAC, symSize: 0x78 } + - { offsetInCU: 0x600, offset: 0x1A6B9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc', symObjAddr: 0x1E0, symBinAddr: 0x169B24, symSize: 0x18 } + - { offsetInCU: 0x656, offset: 0x1A6BF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvsZ', symObjAddr: 0x250, symBinAddr: 0x169B94, symSize: 0x74 } + - { offsetInCU: 0x69D, offset: 0x1A6C39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ', symObjAddr: 0x2C4, symBinAddr: 0x169C08, symSize: 0x6C } + - { offsetInCU: 0x6D4, offset: 0x1A6C70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ.resume.0', symObjAddr: 0x330, symBinAddr: 0x169C74, symSize: 0x4 } + - { offsetInCU: 0x6FF, offset: 0x1A6C9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfd', symObjAddr: 0x694, symBinAddr: 0x169FD8, symSize: 0x34 } + - { offsetInCU: 0x73A, offset: 0x1A6CD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfD', symObjAddr: 0x6C8, symBinAddr: 0x16A00C, symSize: 0x3C } + - { offsetInCU: 0x78F, offset: 0x1A6D2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6shared_WZ', symObjAddr: 0x1F8, symBinAddr: 0x169B3C, symSize: 0x58 } + - { offsetInCU: 0x806, offset: 0x1A6DA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x5E0, symBinAddr: 0x169F24, symSize: 0x20 } + - { offsetInCU: 0x82F, offset: 0x1A6DCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x600, symBinAddr: 0x169F44, symSize: 0x24 } + - { offsetInCU: 0x858, offset: 0x1A6DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZ', symObjAddr: 0x704, symBinAddr: 0x16A048, symSize: 0x50 } + - { offsetInCU: 0x8E2, offset: 0x1A6E7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySbyXE_SSyXEs12StaticStringVSutcfU_', symObjAddr: 0x754, symBinAddr: 0x16A098, symSize: 0xA0 } + - { offsetInCU: 0x991, offset: 0x1A6F2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySSyXE_s12StaticStringVSutcfU0_', symObjAddr: 0x7F4, symBinAddr: 0x16A138, symSize: 0x80 } + - { offsetInCU: 0xA52, offset: 0x1A6FEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCMa', symObjAddr: 0x874, symBinAddr: 0x16A1B8, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1A71ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x16A208, symSize: 0x124 } + - { offsetInCU: 0x7D, offset: 0x1A7243, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x16A208, symSize: 0x124 } + - { offsetInCU: 0x174, offset: 0x1A733A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x124, symBinAddr: 0x16A32C, symSize: 0x15C } + - { offsetInCU: 0x27, offset: 0x1A7519, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x16A488, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0x1A753D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x16A488, symSize: 0x48 } + - { offsetInCU: 0x70, offset: 0x1A7562, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x16A4D0, symSize: 0x194 } + - { offsetInCU: 0x10E, offset: 0x1A7600, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1EC, symBinAddr: 0x16A674, symSize: 0x64 } + - { offsetInCU: 0x151, offset: 0x1A7643, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x250, symBinAddr: 0x16A6D8, symSize: 0x24 } + - { offsetInCU: 0x191, offset: 0x1A7683, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x274, symBinAddr: 0x16A6FC, symSize: 0x4 } + - { offsetInCU: 0x1B1, offset: 0x1A76A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x274, symBinAddr: 0x16A6FC, symSize: 0x4 } + - { offsetInCU: 0x1DC, offset: 0x1A76CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x278, symBinAddr: 0x16A700, symSize: 0x68 } + - { offsetInCU: 0x227, offset: 0x1A7719, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0x16A768, symSize: 0xC } + - { offsetInCU: 0x243, offset: 0x1A7735, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x2EC, symBinAddr: 0x16A774, symSize: 0xC } + - { offsetInCU: 0x25F, offset: 0x1A7751, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x984, symBinAddr: 0x16ABB8, symSize: 0x14 } + - { offsetInCU: 0x27C, offset: 0x1A776E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x348, symBinAddr: 0x16A7D0, symSize: 0x1C0 } + - { offsetInCU: 0x320, offset: 0x1A7812, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfD', symObjAddr: 0x510, symBinAddr: 0x16A998, symSize: 0x2C } + - { offsetInCU: 0x3ED, offset: 0x1A78DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfE', symObjAddr: 0x508, symBinAddr: 0x16A990, symSize: 0x8 } + - { offsetInCU: 0x41A, offset: 0x1A790C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCMa', symObjAddr: 0x53C, symBinAddr: 0x16A9C4, symSize: 0x20 } + - { offsetInCU: 0x42E, offset: 0x1A7920, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwet', symObjAddr: 0x7B0, symBinAddr: 0x16A9E4, symSize: 0x50 } + - { offsetInCU: 0x442, offset: 0x1A7934, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwst', symObjAddr: 0x800, symBinAddr: 0x16AA34, symSize: 0x8C } + - { offsetInCU: 0x456, offset: 0x1A7948, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwug', symObjAddr: 0x88C, symBinAddr: 0x16AAC0, symSize: 0x8 } + - { offsetInCU: 0x46A, offset: 0x1A795C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwup', symObjAddr: 0x894, symBinAddr: 0x16AAC8, symSize: 0x4 } + - { offsetInCU: 0x47E, offset: 0x1A7970, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwui', symObjAddr: 0x898, symBinAddr: 0x16AACC, symSize: 0x4 } + - { offsetInCU: 0x492, offset: 0x1A7984, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOMa', symObjAddr: 0x89C, symBinAddr: 0x16AAD0, symSize: 0x10 } + - { offsetInCU: 0x4A6, offset: 0x1A7998, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASQWb', symObjAddr: 0x8AC, symBinAddr: 0x16AAE0, symSize: 0x4 } + - { offsetInCU: 0x4BA, offset: 0x1A79AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAESQAAWl', symObjAddr: 0x8B0, symBinAddr: 0x16AAE4, symSize: 0x44 } + - { offsetInCU: 0x4CE, offset: 0x1A79C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8F4, symBinAddr: 0x16AB28, symSize: 0x4 } + - { offsetInCU: 0x4E2, offset: 0x1A79D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8F8, symBinAddr: 0x16AB2C, symSize: 0x44 } + - { offsetInCU: 0x4F6, offset: 0x1A79E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x93C, symBinAddr: 0x16AB70, symSize: 0x4 } + - { offsetInCU: 0x50A, offset: 0x1A79FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x940, symBinAddr: 0x16AB74, symSize: 0x44 } + - { offsetInCU: 0x544, offset: 0x1A7A36, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1DC, symBinAddr: 0x16A664, symSize: 0x4 } + - { offsetInCU: 0x564, offset: 0x1A7A56, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1DC, symBinAddr: 0x16A664, symSize: 0x4 } + - { offsetInCU: 0x584, offset: 0x1A7A76, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1E0, symBinAddr: 0x16A668, symSize: 0x4 } + - { offsetInCU: 0x5A4, offset: 0x1A7A96, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1E0, symBinAddr: 0x16A668, symSize: 0x4 } + - { offsetInCU: 0x5C4, offset: 0x1A7AB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E4, symBinAddr: 0x16A66C, symSize: 0x4 } + - { offsetInCU: 0x5E4, offset: 0x1A7AD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E4, symBinAddr: 0x16A66C, symSize: 0x4 } + - { offsetInCU: 0x604, offset: 0x1A7AF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1E8, symBinAddr: 0x16A670, symSize: 0x4 } + - { offsetInCU: 0x624, offset: 0x1A7B16, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1E8, symBinAddr: 0x16A670, symSize: 0x4 } + - { offsetInCU: 0x63B, offset: 0x1A7B2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2F8, symBinAddr: 0x16A780, symSize: 0x28 } + - { offsetInCU: 0x657, offset: 0x1A7B49, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x320, symBinAddr: 0x16A7A8, symSize: 0x28 } + - { offsetInCU: 0x8A, offset: 0x1A7D5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x16AC8C, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x1A7D8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0x16ACA4, symSize: 0xC } + - { offsetInCU: 0xEF, offset: 0x1A7DC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x18C, symBinAddr: 0x16AD58, symSize: 0x698 } + - { offsetInCU: 0x276, offset: 0x1A7F4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueSSvg', symObjAddr: 0x824, symBinAddr: 0x16B3F0, symSize: 0x20 } + - { offsetInCU: 0x2AF, offset: 0x1A7F83, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x844, symBinAddr: 0x16B410, symSize: 0x20 } + - { offsetInCU: 0x2DD, offset: 0x1A7FB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x844, symBinAddr: 0x16B410, symSize: 0x20 } + - { offsetInCU: 0x326, offset: 0x1A7FFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValuexSg03RawR0Qz_tcfCTW', symObjAddr: 0x9E8, symBinAddr: 0x16B5B4, symSize: 0x44 } + - { offsetInCU: 0x36C, offset: 0x1A8040, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValue03RawR0QzvgTW', symObjAddr: 0xA2C, symBinAddr: 0x16B5F8, symSize: 0x28 } + - { offsetInCU: 0x380, offset: 0x1A8054, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA54, symBinAddr: 0x16B620, symSize: 0x8 } + - { offsetInCU: 0x3B6, offset: 0x1A808A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA5C, symBinAddr: 0x16B628, symSize: 0x3C } + - { offsetInCU: 0x41B, offset: 0x1A80EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA98, symBinAddr: 0x16B664, symSize: 0xC } + - { offsetInCU: 0x437, offset: 0x1A810B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xAA4, symBinAddr: 0x16B670, symSize: 0xC } + - { offsetInCU: 0x453, offset: 0x1A8127, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1C18, symBinAddr: 0x16C590, symSize: 0x50 } + - { offsetInCU: 0x49E, offset: 0x1A8172, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCfD', symObjAddr: 0xB00, symBinAddr: 0x16B6CC, symSize: 0x2C } + - { offsetInCU: 0x4E1, offset: 0x1A81B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC6encode2toys7Encoder_p_tKF', symObjAddr: 0xD04, symBinAddr: 0x16B8C0, symSize: 0x38C } + - { offsetInCU: 0x520, offset: 0x1A81F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1090, symBinAddr: 0x16BC4C, symSize: 0x448 } + - { offsetInCU: 0x575, offset: 0x1A8249, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x14D8, symBinAddr: 0x16C094, symSize: 0x54 } + - { offsetInCU: 0x5AC, offset: 0x1A8280, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x152C, symBinAddr: 0x16C0E8, symSize: 0x20 } + - { offsetInCU: 0x5E7, offset: 0x1A82BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x17D0, symBinAddr: 0x16C218, symSize: 0x110 } + - { offsetInCU: 0x66E, offset: 0x1A8342, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCMa', symObjAddr: 0xB2C, symBinAddr: 0x16B6F8, symSize: 0x20 } + - { offsetInCU: 0x682, offset: 0x1A8356, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwet', symObjAddr: 0xB5C, symBinAddr: 0x16B718, symSize: 0x90 } + - { offsetInCU: 0x696, offset: 0x1A836A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwst', symObjAddr: 0xBEC, symBinAddr: 0x16B7A8, symSize: 0xBC } + - { offsetInCU: 0x6AA, offset: 0x1A837E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwup', symObjAddr: 0xCA8, symBinAddr: 0x16B864, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x1A8392, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOMa', symObjAddr: 0xCAC, symBinAddr: 0x16B868, symSize: 0x10 } + - { offsetInCU: 0x6D2, offset: 0x1A83A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASQWb', symObjAddr: 0xCBC, symBinAddr: 0x16B878, symSize: 0x4 } + - { offsetInCU: 0x6E6, offset: 0x1A83BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSQAAWl', symObjAddr: 0xCC0, symBinAddr: 0x16B87C, symSize: 0x44 } + - { offsetInCU: 0x6FA, offset: 0x1A83CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs0D3KeyAAWl', symObjAddr: 0x15B0, symBinAddr: 0x16C108, symSize: 0x44 } + - { offsetInCU: 0x70E, offset: 0x1A83E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSeAAWl', symObjAddr: 0x15F4, symBinAddr: 0x16C14C, symSize: 0x44 } + - { offsetInCU: 0x722, offset: 0x1A83F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSEAAWl', symObjAddr: 0x16C0, symBinAddr: 0x16C190, symSize: 0x44 } + - { offsetInCU: 0x736, offset: 0x1A840A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSYAAWl', symObjAddr: 0x178C, symBinAddr: 0x16C1D4, symSize: 0x44 } + - { offsetInCU: 0x74A, offset: 0x1A841E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwet', symObjAddr: 0x19D0, symBinAddr: 0x16C348, symSize: 0x90 } + - { offsetInCU: 0x75E, offset: 0x1A8432, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwst', symObjAddr: 0x1A60, symBinAddr: 0x16C3D8, symSize: 0xBC } + - { offsetInCU: 0x772, offset: 0x1A8446, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwug', symObjAddr: 0x1B1C, symBinAddr: 0x16C494, symSize: 0x8 } + - { offsetInCU: 0x786, offset: 0x1A845A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwup', symObjAddr: 0x1B24, symBinAddr: 0x16C49C, symSize: 0x4 } + - { offsetInCU: 0x79A, offset: 0x1A846E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwui', symObjAddr: 0x1B28, symBinAddr: 0x16C4A0, symSize: 0x8 } + - { offsetInCU: 0x7AE, offset: 0x1A8482, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOMa', symObjAddr: 0x1B30, symBinAddr: 0x16C4A8, symSize: 0x10 } + - { offsetInCU: 0x7C2, offset: 0x1A8496, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASQWb', symObjAddr: 0x1B40, symBinAddr: 0x16C4B8, symSize: 0x4 } + - { offsetInCU: 0x7D6, offset: 0x1A84AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFSQAAWl', symObjAddr: 0x1B44, symBinAddr: 0x16C4BC, symSize: 0x44 } + - { offsetInCU: 0x7EA, offset: 0x1A84BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1B88, symBinAddr: 0x16C500, symSize: 0x4 } + - { offsetInCU: 0x7FE, offset: 0x1A84D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1B8C, symBinAddr: 0x16C504, symSize: 0x44 } + - { offsetInCU: 0x812, offset: 0x1A84E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1BD0, symBinAddr: 0x16C548, symSize: 0x4 } + - { offsetInCU: 0x826, offset: 0x1A84FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1BD4, symBinAddr: 0x16C54C, symSize: 0x44 } + - { offsetInCU: 0x85A, offset: 0x1A852E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x16ABCC, symSize: 0x14 } + - { offsetInCU: 0x8EB, offset: 0x1A85BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x16ABE0, symSize: 0x44 } + - { offsetInCU: 0x99A, offset: 0x1A866E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x16AC24, symSize: 0x28 } + - { offsetInCU: 0x9ED, offset: 0x1A86C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x16AC4C, symSize: 0x40 } + - { offsetInCU: 0xA70, offset: 0x1A8744, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0x16ACB0, symSize: 0x5C } + - { offsetInCU: 0xA93, offset: 0x1A8767, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0x16AD0C, symSize: 0x4C } + - { offsetInCU: 0xAEF, offset: 0x1A87C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x864, symBinAddr: 0x16B430, symSize: 0x88 } + - { offsetInCU: 0xB9E, offset: 0x1A8872, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH9hashValueSivgTW', symObjAddr: 0x8EC, symBinAddr: 0x16B4B8, symSize: 0x60 } + - { offsetInCU: 0xC1C, offset: 0x1A88F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x94C, symBinAddr: 0x16B518, symSize: 0x40 } + - { offsetInCU: 0xC6E, offset: 0x1A8942, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98C, symBinAddr: 0x16B558, symSize: 0x5C } + - { offsetInCU: 0xCD0, offset: 0x1A89A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xAB0, symBinAddr: 0x16B67C, symSize: 0x28 } + - { offsetInCU: 0xCEC, offset: 0x1A89C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xAD8, symBinAddr: 0x16B6A4, symSize: 0x28 } + - { offsetInCU: 0x65, offset: 0x1A8BB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x16C5E8, symSize: 0x444 } + - { offsetInCU: 0xE5, offset: 0x1A8C37, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x444, symBinAddr: 0x16CA2C, symSize: 0x5FC } + - { offsetInCU: 0x338, offset: 0x1A8E8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO8rawValueSSvg', symObjAddr: 0xA40, symBinAddr: 0x16D028, symSize: 0x20 } + - { offsetInCU: 0x371, offset: 0x1A8EC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xCCC, symBinAddr: 0x16D2B4, symSize: 0x20 } + - { offsetInCU: 0x39F, offset: 0x1A8EF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xCCC, symBinAddr: 0x16D2B4, symSize: 0x20 } + - { offsetInCU: 0x3F3, offset: 0x1A8F45, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xD10, symBinAddr: 0x16D2F8, symSize: 0x64 } + - { offsetInCU: 0x459, offset: 0x1A8FAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xD74, symBinAddr: 0x16D35C, symSize: 0x28 } + - { offsetInCU: 0x475, offset: 0x1A8FC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xD9C, symBinAddr: 0x16D384, symSize: 0x8 } + - { offsetInCU: 0x4AB, offset: 0x1A8FFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xDA4, symBinAddr: 0x16D38C, symSize: 0x68 } + - { offsetInCU: 0x530, offset: 0x1A9082, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xE0C, symBinAddr: 0x16D3F4, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x1A909E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xE18, symBinAddr: 0x16D400, symSize: 0xC } + - { offsetInCU: 0x58A, offset: 0x1A90DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xE84, symBinAddr: 0x16D46C, symSize: 0x64 } + - { offsetInCU: 0x5CD, offset: 0x1A911F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xEE8, symBinAddr: 0x16D4D0, symSize: 0x24 } + - { offsetInCU: 0x60D, offset: 0x1A915F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xF0C, symBinAddr: 0x16D4F4, symSize: 0x4 } + - { offsetInCU: 0x62D, offset: 0x1A917F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xF0C, symBinAddr: 0x16D4F4, symSize: 0x4 } + - { offsetInCU: 0x658, offset: 0x1A91AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xF10, symBinAddr: 0x16D4F8, symSize: 0x68 } + - { offsetInCU: 0x6A3, offset: 0x1A91F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValueSiSgvgTW', symObjAddr: 0xF78, symBinAddr: 0x16D560, symSize: 0xC } + - { offsetInCU: 0x6BF, offset: 0x1A9211, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF84, symBinAddr: 0x16D56C, symSize: 0xC } + - { offsetInCU: 0x6DB, offset: 0x1A922D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvgTf4d_n', symObjAddr: 0x17A4, symBinAddr: 0x16DB78, symSize: 0x14 } + - { offsetInCU: 0x6F9, offset: 0x1A924B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC6encode2toys7Encoder_p_tKF', symObjAddr: 0xA60, symBinAddr: 0x16D048, symSize: 0x26C } + - { offsetInCU: 0x78A, offset: 0x1A92DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCfD', symObjAddr: 0xFE0, symBinAddr: 0x16D5C8, symSize: 0x3C } + - { offsetInCU: 0x7E5, offset: 0x1A9337, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x103C, symBinAddr: 0x16D624, symSize: 0x54 } + - { offsetInCU: 0x81D, offset: 0x1A936F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1090, symBinAddr: 0x16D678, symSize: 0x20 } + - { offsetInCU: 0x8DA, offset: 0x1A942C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCMa', symObjAddr: 0x101C, symBinAddr: 0x16D604, symSize: 0x20 } + - { offsetInCU: 0x8EE, offset: 0x1A9440, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs0C3KeyAAWl', symObjAddr: 0x1114, symBinAddr: 0x16D698, symSize: 0x44 } + - { offsetInCU: 0x902, offset: 0x1A9454, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs06CodingD0AAWl', symObjAddr: 0x1178, symBinAddr: 0x16D6DC, symSize: 0x44 } + - { offsetInCU: 0x916, offset: 0x1A9468, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x1384, symBinAddr: 0x16D75C, symSize: 0x90 } + - { offsetInCU: 0x92A, offset: 0x1A947C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x1414, symBinAddr: 0x16D7EC, symSize: 0xBC } + - { offsetInCU: 0x93E, offset: 0x1A9490, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x14D0, symBinAddr: 0x16D8A8, symSize: 0x8 } + - { offsetInCU: 0x952, offset: 0x1A94A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x14D8, symBinAddr: 0x16D8B0, symSize: 0x4 } + - { offsetInCU: 0x966, offset: 0x1A94B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x14DC, symBinAddr: 0x16D8B4, symSize: 0x8 } + - { offsetInCU: 0x97A, offset: 0x1A94CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x14E4, symBinAddr: 0x16D8BC, symSize: 0x10 } + - { offsetInCU: 0x98E, offset: 0x1A94E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x14F8, symBinAddr: 0x16D8CC, symSize: 0x50 } + - { offsetInCU: 0x9A2, offset: 0x1A94F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x1548, symBinAddr: 0x16D91C, symSize: 0x8C } + - { offsetInCU: 0x9B6, offset: 0x1A9508, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x15D4, symBinAddr: 0x16D9A8, symSize: 0x8 } + - { offsetInCU: 0x9CA, offset: 0x1A951C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x15DC, symBinAddr: 0x16D9B0, symSize: 0x4 } + - { offsetInCU: 0x9DE, offset: 0x1A9530, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x15E0, symBinAddr: 0x16D9B4, symSize: 0x4 } + - { offsetInCU: 0x9F2, offset: 0x1A9544, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x15E4, symBinAddr: 0x16D9B8, symSize: 0x10 } + - { offsetInCU: 0xA06, offset: 0x1A9558, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x15F4, symBinAddr: 0x16D9C8, symSize: 0x4 } + - { offsetInCU: 0xA1A, offset: 0x1A956C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x15F8, symBinAddr: 0x16D9CC, symSize: 0x44 } + - { offsetInCU: 0xA2E, offset: 0x1A9580, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x163C, symBinAddr: 0x16DA10, symSize: 0x4 } + - { offsetInCU: 0xA42, offset: 0x1A9594, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x1640, symBinAddr: 0x16DA14, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x1A95A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1684, symBinAddr: 0x16DA58, symSize: 0x4 } + - { offsetInCU: 0xA6A, offset: 0x1A95BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1688, symBinAddr: 0x16DA5C, symSize: 0x44 } + - { offsetInCU: 0xA7E, offset: 0x1A95D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs23CustomStringConvertiblePWb', symObjAddr: 0x16CC, symBinAddr: 0x16DAA0, symSize: 0x4 } + - { offsetInCU: 0xA92, offset: 0x1A95E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16D0, symBinAddr: 0x16DAA4, symSize: 0x44 } + - { offsetInCU: 0xAA6, offset: 0x1A95F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1714, symBinAddr: 0x16DAE8, symSize: 0x4 } + - { offsetInCU: 0xABA, offset: 0x1A960C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1718, symBinAddr: 0x16DAEC, symSize: 0x44 } + - { offsetInCU: 0xACE, offset: 0x1A9620, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x175C, symBinAddr: 0x16DB30, symSize: 0x4 } + - { offsetInCU: 0xAE2, offset: 0x1A9634, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1760, symBinAddr: 0x16DB34, symSize: 0x44 } + - { offsetInCU: 0xB48, offset: 0x1A969A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCEC, symBinAddr: 0x16D2D4, symSize: 0xC } + - { offsetInCU: 0xB64, offset: 0x1A96B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xCF8, symBinAddr: 0x16D2E0, symSize: 0x8 } + - { offsetInCU: 0xB80, offset: 0x1A96D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD00, symBinAddr: 0x16D2E8, symSize: 0x8 } + - { offsetInCU: 0xB9C, offset: 0x1A96EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD08, symBinAddr: 0x16D2F0, symSize: 0x8 } + - { offsetInCU: 0xBBE, offset: 0x1A9710, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xE24, symBinAddr: 0x16D40C, symSize: 0x28 } + - { offsetInCU: 0xBDA, offset: 0x1A972C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xE4C, symBinAddr: 0x16D434, symSize: 0x28 } + - { offsetInCU: 0xC05, offset: 0x1A9757, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE74, symBinAddr: 0x16D45C, symSize: 0x4 } + - { offsetInCU: 0xC25, offset: 0x1A9777, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE74, symBinAddr: 0x16D45C, symSize: 0x4 } + - { offsetInCU: 0xC45, offset: 0x1A9797, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE78, symBinAddr: 0x16D460, symSize: 0x4 } + - { offsetInCU: 0xC65, offset: 0x1A97B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE78, symBinAddr: 0x16D460, symSize: 0x4 } + - { offsetInCU: 0xC85, offset: 0x1A97D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE7C, symBinAddr: 0x16D464, symSize: 0x4 } + - { offsetInCU: 0xCA5, offset: 0x1A97F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE7C, symBinAddr: 0x16D464, symSize: 0x4 } + - { offsetInCU: 0xCC5, offset: 0x1A9817, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE80, symBinAddr: 0x16D468, symSize: 0x4 } + - { offsetInCU: 0xCE5, offset: 0x1A9837, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE80, symBinAddr: 0x16D468, symSize: 0x4 } + - { offsetInCU: 0xCFC, offset: 0x1A984E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF90, symBinAddr: 0x16D578, symSize: 0x28 } + - { offsetInCU: 0xD18, offset: 0x1A986A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xFB8, symBinAddr: 0x16D5A0, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x1A9AA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x40, symBinAddr: 0x16DB8C, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x1A9C0B, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x16DC84, symSize: 0x238 } + - { offsetInCU: 0x174, offset: 0x1A9D58, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x16DC84, symSize: 0x238 } + - { offsetInCU: 0x3F6, offset: 0x1A9FDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x238, symBinAddr: 0x16DEBC, symSize: 0x5C } + - { offsetInCU: 0x44E, offset: 0x1AA032, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfD', symObjAddr: 0x29C, symBinAddr: 0x16DF20, symSize: 0x2C } + - { offsetInCU: 0x4B0, offset: 0x1AA094, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfE', symObjAddr: 0x294, symBinAddr: 0x16DF18, symSize: 0x8 } + - { offsetInCU: 0x508, offset: 0x1AA0EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCMa', symObjAddr: 0x2C8, symBinAddr: 0x16DF4C, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1AA334, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x16DF6C, symSize: 0x148 } + - { offsetInCU: 0x79, offset: 0x1AA382, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x16DF6C, symSize: 0x148 } + - { offsetInCU: 0xC7, offset: 0x1AA3D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x148, symBinAddr: 0x16E0B4, symSize: 0x130 } + - { offsetInCU: 0xFD, offset: 0x1AA406, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfC', symObjAddr: 0x2D0, symBinAddr: 0x16E1F4, symSize: 0x4C } + - { offsetInCU: 0x11B, offset: 0x1AA424, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfc', symObjAddr: 0x31C, symBinAddr: 0x16E240, symSize: 0xD0 } + - { offsetInCU: 0x1C3, offset: 0x1AA4CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvg', symObjAddr: 0x524, symBinAddr: 0x16E310, symSize: 0x30 } + - { offsetInCU: 0x20E, offset: 0x1AA517, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvs', symObjAddr: 0x554, symBinAddr: 0x16E340, symSize: 0x50 } + - { offsetInCU: 0x254, offset: 0x1AA55D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM', symObjAddr: 0x5A4, symBinAddr: 0x16E390, symSize: 0x40 } + - { offsetInCU: 0x283, offset: 0x1AA58C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM.resume.0', symObjAddr: 0x5E4, symBinAddr: 0x16E3D0, symSize: 0x34 } + - { offsetInCU: 0x2C2, offset: 0x1AA5CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9valueTypeypXpvg', symObjAddr: 0x618, symBinAddr: 0x16E404, symSize: 0xC } + - { offsetInCU: 0x2ED, offset: 0x1AA5F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x624, symBinAddr: 0x16E410, symSize: 0xA8 } + - { offsetInCU: 0x33A, offset: 0x1AA643, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x6DC, symBinAddr: 0x16E4C8, symSize: 0x34 } + - { offsetInCU: 0x3A0, offset: 0x1AA6A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x770, symBinAddr: 0x16E55C, symSize: 0x18 } + - { offsetInCU: 0x3C3, offset: 0x1AA6CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfd', symObjAddr: 0x788, symBinAddr: 0x16E574, symSize: 0x24 } + - { offsetInCU: 0x3FE, offset: 0x1AA707, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfD', symObjAddr: 0x7E0, symBinAddr: 0x16E598, symSize: 0x2C } + - { offsetInCU: 0x441, offset: 0x1AA74A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x80C, symBinAddr: 0x16E5C4, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0x1AA766, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x82C, symBinAddr: 0x16E5E4, symSize: 0xC } + - { offsetInCU: 0x4A3, offset: 0x1AA7AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x838, symBinAddr: 0x16E5F0, symSize: 0x1C } + - { offsetInCU: 0x503, offset: 0x1AA80C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOe', symObjAddr: 0x278, symBinAddr: 0x16E1E4, symSize: 0x10 } + - { offsetInCU: 0x538, offset: 0x1AA841, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOy', symObjAddr: 0x6CC, symBinAddr: 0x16E4B8, symSize: 0x10 } + - { offsetInCU: 0x54C, offset: 0x1AA855, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x73C, symBinAddr: 0x16E528, symSize: 0x34 } + - { offsetInCU: 0x594, offset: 0x1AA89D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x854, symBinAddr: 0x16E60C, symSize: 0xC } + - { offsetInCU: 0x5C3, offset: 0x1AA8CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x860, symBinAddr: 0x16E618, symSize: 0xC } + - { offsetInCU: 0x60D, offset: 0x1AA916, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x86C, symBinAddr: 0x16E624, symSize: 0x14 } + - { offsetInCU: 0x650, offset: 0x1AA959, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCMa', symObjAddr: 0x918, symBinAddr: 0x16E6D0, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x1AAB86, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfC', symObjAddr: 0x0, symBinAddr: 0x16E70C, symSize: 0x8C } + - { offsetInCU: 0x69, offset: 0x1AABA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfC', symObjAddr: 0x8C, symBinAddr: 0x16E798, symSize: 0x54 } + - { offsetInCU: 0x87, offset: 0x1AABC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc', symObjAddr: 0xE0, symBinAddr: 0x16E7EC, symSize: 0xEC } + - { offsetInCU: 0xF4, offset: 0x1AAC2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc', symObjAddr: 0x1CC, symBinAddr: 0x16E8D8, symSize: 0x128 } + - { offsetInCU: 0x19D, offset: 0x1AACD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5valuexvg', symObjAddr: 0x2F4, symBinAddr: 0x16EA00, symSize: 0x1C } + - { offsetInCU: 0x1D8, offset: 0x1AAD13, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg', symObjAddr: 0x310, symBinAddr: 0x16EA1C, symSize: 0x10 } + - { offsetInCU: 0x205, offset: 0x1AAD40, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC6isHoldSbvg', symObjAddr: 0x320, symBinAddr: 0x16EA2C, symSize: 0x10 } + - { offsetInCU: 0x232, offset: 0x1AAD6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg', symObjAddr: 0x330, symBinAddr: 0x16EA3C, symSize: 0x20 } + - { offsetInCU: 0x25F, offset: 0x1AAD9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg', symObjAddr: 0x350, symBinAddr: 0x16EA5C, symSize: 0x20 } + - { offsetInCU: 0x28C, offset: 0x1AADC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg', symObjAddr: 0x370, symBinAddr: 0x16EA7C, symSize: 0x28 } + - { offsetInCU: 0x2B9, offset: 0x1AADF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg', symObjAddr: 0x398, symBinAddr: 0x16EAA4, symSize: 0x28 } + - { offsetInCU: 0x2E6, offset: 0x1AAE21, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfd', symObjAddr: 0x3C0, symBinAddr: 0x16EACC, symSize: 0x2C } + - { offsetInCU: 0x335, offset: 0x1AAE70, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfD', symObjAddr: 0x3EC, symBinAddr: 0x16EAF8, symSize: 0x38 } + - { offsetInCU: 0x3CA, offset: 0x1AAF05, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x424, symBinAddr: 0x16EB30, symSize: 0x1A8 } + - { offsetInCU: 0x451, offset: 0x1AAF8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x5CC, symBinAddr: 0x16ECD8, symSize: 0x10 } + - { offsetInCU: 0x50C, offset: 0x1AB047, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x5DC, symBinAddr: 0x16ECE8, symSize: 0x1D0 } + - { offsetInCU: 0x85F, offset: 0x1AB39A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE9hashValueSivg', symObjAddr: 0x7AC, symBinAddr: 0x16EEB8, symSize: 0x44 } + - { offsetInCU: 0x8DD, offset: 0x1AB418, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x7F0, symBinAddr: 0x16EEFC, symSize: 0x24 } + - { offsetInCU: 0x8F9, offset: 0x1AB434, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x814, symBinAddr: 0x16EF20, symSize: 0x24 } + - { offsetInCU: 0x90D, offset: 0x1AB448, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSQWb', symObjAddr: 0x87C, symBinAddr: 0x16EF88, symSize: 0x38 } + - { offsetInCU: 0x921, offset: 0x1AB45C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMi', symObjAddr: 0x8B4, symBinAddr: 0x16EFC0, symSize: 0x4 } + - { offsetInCU: 0x935, offset: 0x1AB470, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMr', symObjAddr: 0x8B8, symBinAddr: 0x16EFC4, symSize: 0xA0 } + - { offsetInCU: 0x949, offset: 0x1AB484, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMa', symObjAddr: 0x958, symBinAddr: 0x16F064, symSize: 0xC } + - { offsetInCU: 0xA02, offset: 0x1AB53D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x838, symBinAddr: 0x16EF44, symSize: 0x44 } + - { offsetInCU: 0x2B, offset: 0x1AB749, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x16F08C, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0x1AB76D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x16F08C, symSize: 0x64 } + - { offsetInCU: 0x7C, offset: 0x1AB79A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfD', symObjAddr: 0x64, symBinAddr: 0x16F0F0, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x1AB7D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x16F12C, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x1AB817, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xAC, symBinAddr: 0x16F138, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x1AB858, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xDC, symBinAddr: 0x16F168, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x1AB88A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesC4starAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xAF8, symBinAddr: 0x16FB84, symSize: 0x5F4 } + - { offsetInCU: 0x6B3, offset: 0x1ABDD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x16F10C, symSize: 0x20 } + - { offsetInCU: 0x7F3, offset: 0x1ABF11, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE8, symBinAddr: 0x16F174, symSize: 0x170 } + - { offsetInCU: 0xA2E, offset: 0x1AC14C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCfD', symObjAddr: 0x258, symBinAddr: 0x16F2E4, symSize: 0x34 } + - { offsetInCU: 0xA8F, offset: 0x1AC1AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x2AC, symBinAddr: 0x16F338, symSize: 0x44 } + - { offsetInCU: 0xADB, offset: 0x1AC1F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0x16F37C, symSize: 0x24 } + - { offsetInCU: 0xB0D, offset: 0x1AC22B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x314, symBinAddr: 0x16F3A0, symSize: 0x4 } + - { offsetInCU: 0xB47, offset: 0x1AC265, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x318, symBinAddr: 0x16F3A4, symSize: 0x8 } + - { offsetInCU: 0xB67, offset: 0x1AC285, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x318, symBinAddr: 0x16F3A4, symSize: 0x8 } + - { offsetInCU: 0xBCA, offset: 0x1AC2E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x320, symBinAddr: 0x16F3AC, symSize: 0x10 } + - { offsetInCU: 0xBEA, offset: 0x1AC308, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x320, symBinAddr: 0x16F3AC, symSize: 0x10 } + - { offsetInCU: 0xC31, offset: 0x1AC34F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x330, symBinAddr: 0x16F3BC, symSize: 0x8 } + - { offsetInCU: 0xC51, offset: 0x1AC36F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x330, symBinAddr: 0x16F3BC, symSize: 0x8 } + - { offsetInCU: 0xC72, offset: 0x1AC390, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x338, symBinAddr: 0x16F3C4, symSize: 0x8 } + - { offsetInCU: 0xC92, offset: 0x1AC3B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x338, symBinAddr: 0x16F3C4, symSize: 0x8 } + - { offsetInCU: 0xCB3, offset: 0x1AC3D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x340, symBinAddr: 0x16F3CC, symSize: 0x8 } + - { offsetInCU: 0xCD3, offset: 0x1AC3F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x340, symBinAddr: 0x16F3CC, symSize: 0x8 } + - { offsetInCU: 0xCF4, offset: 0x1AC412, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x348, symBinAddr: 0x16F3D4, symSize: 0x8 } + - { offsetInCU: 0xD14, offset: 0x1AC432, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x348, symBinAddr: 0x16F3D4, symSize: 0x8 } + - { offsetInCU: 0xD35, offset: 0x1AC453, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x350, symBinAddr: 0x16F3DC, symSize: 0xC } + - { offsetInCU: 0xD55, offset: 0x1AC473, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x350, symBinAddr: 0x16F3DC, symSize: 0xC } + - { offsetInCU: 0xD76, offset: 0x1AC494, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x35C, symBinAddr: 0x16F3E8, symSize: 0x10 } + - { offsetInCU: 0xD96, offset: 0x1AC4B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x35C, symBinAddr: 0x16F3E8, symSize: 0x10 } + - { offsetInCU: 0xDB7, offset: 0x1AC4D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x36C, symBinAddr: 0x16F3F8, symSize: 0xC } + - { offsetInCU: 0xDE9, offset: 0x1AC507, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC06parentC04starAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x10EC, symBinAddr: 0x170178, symSize: 0x114 } + - { offsetInCU: 0xEA2, offset: 0x1AC5C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCMa', symObjAddr: 0x28C, symBinAddr: 0x16F318, symSize: 0x20 } + - { offsetInCU: 0x1348, offset: 0x1ACA66, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4star8position11outerRadius05innerG00F11Roundedness0hI014numberOfPoints8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA5qA0C9DirectionOtFZTf4nnnnnnnnd_n', symObjAddr: 0x378, symBinAddr: 0x16F404, symSize: 0x780 } + - { offsetInCU: 0x27, offset: 0x1ADD3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x17028C, symSize: 0x184 } + - { offsetInCU: 0x3F, offset: 0x1ADD57, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x17028C, symSize: 0x184 } + - { offsetInCU: 0x2B, offset: 0x1ADED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x170410, symSize: 0x18C } + - { offsetInCU: 0x4F, offset: 0x1ADEF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x170410, symSize: 0x18C } + - { offsetInCU: 0xB1, offset: 0x1ADF5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x18C, symBinAddr: 0x17059C, symSize: 0x4C } + - { offsetInCU: 0xF7, offset: 0x1ADFA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1D8, symBinAddr: 0x1705E8, symSize: 0x7C } + - { offsetInCU: 0x13E, offset: 0x1ADFE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfD', symObjAddr: 0x294, symBinAddr: 0x1706A4, symSize: 0x34 } + - { offsetInCU: 0x16C, offset: 0x1AE015, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfE', symObjAddr: 0x254, symBinAddr: 0x170664, symSize: 0x40 } + - { offsetInCU: 0x199, offset: 0x1AE042, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfETo', symObjAddr: 0x2C8, symBinAddr: 0x1706D8, symSize: 0x4C } + - { offsetInCU: 0x1C8, offset: 0x1AE071, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCMa', symObjAddr: 0x314, symBinAddr: 0x170724, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x1AE21D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x0, symBinAddr: 0x170744, symSize: 0x8 } + - { offsetInCU: 0x5B, offset: 0x1AE239, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg', symObjAddr: 0x8, symBinAddr: 0x17074C, symSize: 0x8 } + - { offsetInCU: 0x82, offset: 0x1AE260, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x10, symBinAddr: 0x170754, symSize: 0x8 } + - { offsetInCU: 0xAF, offset: 0x1AE28D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x18, symBinAddr: 0x17075C, symSize: 0x10 } + - { offsetInCU: 0xCD, offset: 0x1AE2AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x18, symBinAddr: 0x17075C, symSize: 0x10 } + - { offsetInCU: 0xDE, offset: 0x1AE2BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x30, symBinAddr: 0x170774, symSize: 0x8 } + - { offsetInCU: 0xFA, offset: 0x1AE2D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x38, symBinAddr: 0x17077C, symSize: 0x8 } + - { offsetInCU: 0x130, offset: 0x1AE30E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x40, symBinAddr: 0x170784, symSize: 0x10 } + - { offsetInCU: 0x150, offset: 0x1AE32E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x40, symBinAddr: 0x170784, symSize: 0x10 } + - { offsetInCU: 0x165, offset: 0x1AE343, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x40, symBinAddr: 0x170784, symSize: 0x10 } + - { offsetInCU: 0x177, offset: 0x1AE355, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x50, symBinAddr: 0x170794, symSize: 0x8 } + - { offsetInCU: 0x193, offset: 0x1AE371, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg', symObjAddr: 0x58, symBinAddr: 0x17079C, symSize: 0x8 } + - { offsetInCU: 0x1AF, offset: 0x1AE38D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x1707B4, symSize: 0x10 } + - { offsetInCU: 0x1CF, offset: 0x1AE3AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x1707B4, symSize: 0x10 } + - { offsetInCU: 0x1E4, offset: 0x1AE3C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x1707B4, symSize: 0x10 } + - { offsetInCU: 0x4F, offset: 0x1AE544, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1707C8, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1AE569, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x170810, symSize: 0x1D8 } + - { offsetInCU: 0xDC, offset: 0x1AE5D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x220, symBinAddr: 0x1709E8, symSize: 0xE0 } + - { offsetInCU: 0x17B, offset: 0x1AE670, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x300, symBinAddr: 0x170AC8, symSize: 0x140 } + - { offsetInCU: 0x1FE, offset: 0x1AE6F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x170C18, symSize: 0x64 } + - { offsetInCU: 0x241, offset: 0x1AE736, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B4, symBinAddr: 0x170C7C, symSize: 0x24 } + - { offsetInCU: 0x281, offset: 0x1AE776, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D8, symBinAddr: 0x170CA0, symSize: 0x4 } + - { offsetInCU: 0x2A1, offset: 0x1AE796, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D8, symBinAddr: 0x170CA0, symSize: 0x4 } + - { offsetInCU: 0x2CC, offset: 0x1AE7C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4DC, symBinAddr: 0x170CA4, symSize: 0x68 } + - { offsetInCU: 0x317, offset: 0x1AE80C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x544, symBinAddr: 0x170D0C, symSize: 0xC } + - { offsetInCU: 0x333, offset: 0x1AE828, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x550, symBinAddr: 0x170D18, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x1AE844, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO03rawD0SSvgTf4d_n', symObjAddr: 0x8C4, symBinAddr: 0x170E70, symSize: 0xC } + - { offsetInCU: 0x38B, offset: 0x1AE880, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfD', symObjAddr: 0x5B4, symBinAddr: 0x170D7C, symSize: 0x2C } + - { offsetInCU: 0x45A, offset: 0x1AE94F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfE', symObjAddr: 0x5AC, symBinAddr: 0x170D74, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x1AE97C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCMa', symObjAddr: 0x5E0, symBinAddr: 0x170DA8, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x1AE990, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs0E3KeyAAWl', symObjAddr: 0x664, symBinAddr: 0x170DC8, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x1AE9A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwet', symObjAddr: 0x8D8, symBinAddr: 0x170E7C, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x1AE9B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwst', symObjAddr: 0x928, symBinAddr: 0x170ECC, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x1AE9CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwug', symObjAddr: 0x9B4, symBinAddr: 0x170F58, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x1AE9E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwup', symObjAddr: 0x9BC, symBinAddr: 0x170F60, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x1AE9F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwui', symObjAddr: 0x9C0, symBinAddr: 0x170F64, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x1AEA08, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOMa', symObjAddr: 0x9C4, symBinAddr: 0x170F68, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x1AEA1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASQWb', symObjAddr: 0x9D4, symBinAddr: 0x170F78, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x1AEA30, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFSQAAWl', symObjAddr: 0x9D8, symBinAddr: 0x170F7C, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x1AEA44, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA1C, symBinAddr: 0x170FC0, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x1AEA58, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA20, symBinAddr: 0x170FC4, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x1AEA6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA64, symBinAddr: 0x171008, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x1AEA80, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA68, symBinAddr: 0x17100C, symSize: 0x44 } + - { offsetInCU: 0x5C5, offset: 0x1AEABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x440, symBinAddr: 0x170C08, symSize: 0x4 } + - { offsetInCU: 0x5E5, offset: 0x1AEADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x440, symBinAddr: 0x170C08, symSize: 0x4 } + - { offsetInCU: 0x605, offset: 0x1AEAFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x444, symBinAddr: 0x170C0C, symSize: 0x4 } + - { offsetInCU: 0x625, offset: 0x1AEB1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x444, symBinAddr: 0x170C0C, symSize: 0x4 } + - { offsetInCU: 0x645, offset: 0x1AEB3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x448, symBinAddr: 0x170C10, symSize: 0x4 } + - { offsetInCU: 0x665, offset: 0x1AEB5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x448, symBinAddr: 0x170C10, symSize: 0x4 } + - { offsetInCU: 0x685, offset: 0x1AEB7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x44C, symBinAddr: 0x170C14, symSize: 0x4 } + - { offsetInCU: 0x6A5, offset: 0x1AEB9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x44C, symBinAddr: 0x170C14, symSize: 0x4 } + - { offsetInCU: 0x6BC, offset: 0x1AEBB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x55C, symBinAddr: 0x170D24, symSize: 0x28 } + - { offsetInCU: 0x6D8, offset: 0x1AEBCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x584, symBinAddr: 0x170D4C, symSize: 0x28 } + - { offsetInCU: 0x5E, offset: 0x1AEDE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x171050, symSize: 0xC } + - { offsetInCU: 0x17F, offset: 0x1AEF02, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0xC, symBinAddr: 0x17105C, symSize: 0x12C } + - { offsetInCU: 0x29E, offset: 0x1AF021, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x138, symBinAddr: 0x171188, symSize: 0x8 } + - { offsetInCU: 0x2BE, offset: 0x1AF041, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x138, symBinAddr: 0x171188, symSize: 0x8 } + - { offsetInCU: 0x2D0, offset: 0x1AF053, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP7lineCapAA04LineG0OvgTW', symObjAddr: 0x140, symBinAddr: 0x171190, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x1AF06F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP8lineJoinAA04LineG0OvgTW', symObjAddr: 0x148, symBinAddr: 0x171198, symSize: 0x8 } + - { offsetInCU: 0x317, offset: 0x1AF09A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x150, symBinAddr: 0x1711A0, symSize: 0x8 } + - { offsetInCU: 0x337, offset: 0x1AF0BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x150, symBinAddr: 0x1711A0, symSize: 0x8 } + - { offsetInCU: 0x358, offset: 0x1AF0DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x158, symBinAddr: 0x1711A8, symSize: 0x8 } + - { offsetInCU: 0x378, offset: 0x1AF0FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x158, symBinAddr: 0x1711A8, symSize: 0x8 } + - { offsetInCU: 0x399, offset: 0x1AF11C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x160, symBinAddr: 0x1711B0, symSize: 0xC } + - { offsetInCU: 0x3DA, offset: 0x1AF15D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x16C, symBinAddr: 0x1711BC, symSize: 0xC } + - { offsetInCU: 0x40C, offset: 0x1AF18F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x178, symBinAddr: 0x1711C8, symSize: 0xC } + - { offsetInCU: 0x437, offset: 0x1AF1BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x184, symBinAddr: 0x1711D4, symSize: 0xC } + - { offsetInCU: 0x478, offset: 0x1AF1FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x190, symBinAddr: 0x1711E0, symSize: 0xC } + - { offsetInCU: 0x4AA, offset: 0x1AF22D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x3E0, symBinAddr: 0x171430, symSize: 0x48 } + - { offsetInCU: 0x4CF, offset: 0x1AF252, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x428, symBinAddr: 0x171478, symSize: 0x838 } + - { offsetInCU: 0x572, offset: 0x1AF2F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xC60, symBinAddr: 0x171CB0, symSize: 0xD7C } + - { offsetInCU: 0xA91, offset: 0x1AF814, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueSSvg', symObjAddr: 0x19DC, symBinAddr: 0x172A2C, symSize: 0x20 } + - { offsetInCU: 0xACA, offset: 0x1AF84D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F64, symBinAddr: 0x172F68, symSize: 0x20 } + - { offsetInCU: 0xAF8, offset: 0x1AF87B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F64, symBinAddr: 0x172F68, symSize: 0x20 } + - { offsetInCU: 0xB41, offset: 0x1AF8C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2120, symBinAddr: 0x173124, symSize: 0x44 } + - { offsetInCU: 0xB87, offset: 0x1AF90A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x2164, symBinAddr: 0x173168, symSize: 0x28 } + - { offsetInCU: 0xB9B, offset: 0x1AF91E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x218C, symBinAddr: 0x173190, symSize: 0x8 } + - { offsetInCU: 0xBD1, offset: 0x1AF954, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2194, symBinAddr: 0x173198, symSize: 0x3C } + - { offsetInCU: 0xC36, offset: 0x1AF9B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x21D0, symBinAddr: 0x1731D4, symSize: 0xC } + - { offsetInCU: 0xC52, offset: 0x1AF9D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x21DC, symBinAddr: 0x1731E0, symSize: 0xC } + - { offsetInCU: 0xC6E, offset: 0x1AF9F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x34CC, symBinAddr: 0x173E6C, symSize: 0x50 } + - { offsetInCU: 0xCA6, offset: 0x1AFA29, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F84, symBinAddr: 0x172F88, symSize: 0x18 } + - { offsetInCU: 0xCE7, offset: 0x1AFA6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x225C, symBinAddr: 0x173260, symSize: 0x70 } + - { offsetInCU: 0xD1B, offset: 0x1AFA9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x22CC, symBinAddr: 0x1732D0, symSize: 0x28 } + - { offsetInCU: 0xD37, offset: 0x1AFABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x22F4, symBinAddr: 0x1732F8, symSize: 0x8 } + - { offsetInCU: 0xD6D, offset: 0x1AFAF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x22FC, symBinAddr: 0x173300, symSize: 0x74 } + - { offsetInCU: 0xDB8, offset: 0x1AFB3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2370, symBinAddr: 0x173374, symSize: 0xC } + - { offsetInCU: 0xDD4, offset: 0x1AFB57, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x237C, symBinAddr: 0x173380, symSize: 0xC } + - { offsetInCU: 0xE7C, offset: 0x1AFBFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1A48, symBinAddr: 0x172A4C, symSize: 0x51C } + - { offsetInCU: 0xEEF, offset: 0x1AFC72, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfd', symObjAddr: 0x2424, symBinAddr: 0x173428, symSize: 0x5C } + - { offsetInCU: 0xF3A, offset: 0x1AFCBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfD', symObjAddr: 0x2480, symBinAddr: 0x173484, symSize: 0x1C } + - { offsetInCU: 0xFB6, offset: 0x1AFD39, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1E0, symBinAddr: 0x171230, symSize: 0x18 } + - { offsetInCU: 0xFE7, offset: 0x1AFD6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x1F8, symBinAddr: 0x171248, symSize: 0xC } + - { offsetInCU: 0x121D, offset: 0x1AFFA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfE', symObjAddr: 0x23D8, symBinAddr: 0x1733DC, symSize: 0x4C } + - { offsetInCU: 0x124A, offset: 0x1AFFCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCMa', symObjAddr: 0x249C, symBinAddr: 0x1734A0, symSize: 0x20 } + - { offsetInCU: 0x125E, offset: 0x1AFFE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOwup', symObjAddr: 0x24D4, symBinAddr: 0x1734C8, symSize: 0x4 } + - { offsetInCU: 0x1272, offset: 0x1AFFF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOMa', symObjAddr: 0x24D8, symBinAddr: 0x1734CC, symSize: 0x10 } + - { offsetInCU: 0x1286, offset: 0x1B0009, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOwup', symObjAddr: 0x263C, symBinAddr: 0x173630, symSize: 0x4 } + - { offsetInCU: 0x129A, offset: 0x1B001D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOMa', symObjAddr: 0x2640, symBinAddr: 0x173634, symSize: 0x10 } + - { offsetInCU: 0x12AE, offset: 0x1B0031, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASQWb', symObjAddr: 0x2650, symBinAddr: 0x173644, symSize: 0x4 } + - { offsetInCU: 0x12C2, offset: 0x1B0045, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSQAAWl', symObjAddr: 0x2654, symBinAddr: 0x173648, symSize: 0x44 } + - { offsetInCU: 0x12D6, offset: 0x1B0059, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSHAASQWb', symObjAddr: 0x2698, symBinAddr: 0x17368C, symSize: 0x4 } + - { offsetInCU: 0x12EA, offset: 0x1B006D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSQAAWl', symObjAddr: 0x269C, symBinAddr: 0x173690, symSize: 0x44 } + - { offsetInCU: 0x12FE, offset: 0x1B0081, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSYAAWl', symObjAddr: 0x26E0, symBinAddr: 0x1736D4, symSize: 0x44 } + - { offsetInCU: 0x1312, offset: 0x1B0095, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSYAAWl', symObjAddr: 0x2724, symBinAddr: 0x173718, symSize: 0x44 } + - { offsetInCU: 0x1326, offset: 0x1B00A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs0D3KeyAAWl', symObjAddr: 0x27CC, symBinAddr: 0x17375C, symSize: 0x44 } + - { offsetInCU: 0x133A, offset: 0x1B00BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs9CodingKeyAAWl', symObjAddr: 0x2964, symBinAddr: 0x1737A0, symSize: 0x44 } + - { offsetInCU: 0x134E, offset: 0x1B00D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x3038, symBinAddr: 0x1739D8, symSize: 0x90 } + - { offsetInCU: 0x1362, offset: 0x1B00E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x30C8, symBinAddr: 0x173A68, symSize: 0xBC } + - { offsetInCU: 0x1376, offset: 0x1B00F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x3184, symBinAddr: 0x173B24, symSize: 0x8 } + - { offsetInCU: 0x138A, offset: 0x1B010D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x318C, symBinAddr: 0x173B2C, symSize: 0x4 } + - { offsetInCU: 0x139E, offset: 0x1B0121, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x3190, symBinAddr: 0x173B30, symSize: 0x8 } + - { offsetInCU: 0x13B2, offset: 0x1B0135, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x3198, symBinAddr: 0x173B38, symSize: 0x10 } + - { offsetInCU: 0x13C6, offset: 0x1B0149, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x31A8, symBinAddr: 0x173B48, symSize: 0x90 } + - { offsetInCU: 0x13DA, offset: 0x1B015D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x3238, symBinAddr: 0x173BD8, symSize: 0xBC } + - { offsetInCU: 0x13EE, offset: 0x1B0171, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x32F4, symBinAddr: 0x173C94, symSize: 0x8 } + - { offsetInCU: 0x1402, offset: 0x1B0185, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x32FC, symBinAddr: 0x173C9C, symSize: 0x4 } + - { offsetInCU: 0x1416, offset: 0x1B0199, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x3300, symBinAddr: 0x173CA0, symSize: 0xC } + - { offsetInCU: 0x142A, offset: 0x1B01AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x330C, symBinAddr: 0x173CAC, symSize: 0x10 } + - { offsetInCU: 0x143E, offset: 0x1B01C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x331C, symBinAddr: 0x173CBC, symSize: 0x4 } + - { offsetInCU: 0x1452, offset: 0x1B01D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x3320, symBinAddr: 0x173CC0, symSize: 0x44 } + - { offsetInCU: 0x1466, offset: 0x1B01E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x3364, symBinAddr: 0x173D04, symSize: 0x4 } + - { offsetInCU: 0x147A, offset: 0x1B01FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x3368, symBinAddr: 0x173D08, symSize: 0x44 } + - { offsetInCU: 0x148E, offset: 0x1B0211, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x33AC, symBinAddr: 0x173D4C, symSize: 0x4 } + - { offsetInCU: 0x14A2, offset: 0x1B0225, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x33B0, symBinAddr: 0x173D50, symSize: 0x44 } + - { offsetInCU: 0x14B6, offset: 0x1B0239, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x33F4, symBinAddr: 0x173D94, symSize: 0x4 } + - { offsetInCU: 0x14CA, offset: 0x1B024D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x33F8, symBinAddr: 0x173D98, symSize: 0x44 } + - { offsetInCU: 0x14DE, offset: 0x1B0261, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x343C, symBinAddr: 0x173DDC, symSize: 0x4 } + - { offsetInCU: 0x14F2, offset: 0x1B0275, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3440, symBinAddr: 0x173DE0, symSize: 0x44 } + - { offsetInCU: 0x1506, offset: 0x1B0289, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3484, symBinAddr: 0x173E24, symSize: 0x4 } + - { offsetInCU: 0x151A, offset: 0x1B029D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3488, symBinAddr: 0x173E28, symSize: 0x44 } + - { offsetInCU: 0x158E, offset: 0x1B0311, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x19C, symBinAddr: 0x1711EC, symSize: 0x14 } + - { offsetInCU: 0x15E3, offset: 0x1B0366, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1B4, symBinAddr: 0x171204, symSize: 0x28 } + - { offsetInCU: 0x1644, offset: 0x1B03C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x204, symBinAddr: 0x171254, symSize: 0x5C } + - { offsetInCU: 0x1667, offset: 0x1B03EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x260, symBinAddr: 0x1712B0, symSize: 0x4C } + - { offsetInCU: 0x168A, offset: 0x1B040D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x338, symBinAddr: 0x171388, symSize: 0x5C } + - { offsetInCU: 0x16AD, offset: 0x1B0430, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x394, symBinAddr: 0x1713E4, symSize: 0x4C } + - { offsetInCU: 0x178D, offset: 0x1B0510, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1F9C, symBinAddr: 0x172FA0, symSize: 0x88 } + - { offsetInCU: 0x183C, offset: 0x1B05BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2024, symBinAddr: 0x173028, symSize: 0x60 } + - { offsetInCU: 0x18BA, offset: 0x1B063D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2084, symBinAddr: 0x173088, symSize: 0x40 } + - { offsetInCU: 0x190C, offset: 0x1B068F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x20C4, symBinAddr: 0x1730C8, symSize: 0x5C } + - { offsetInCU: 0x196E, offset: 0x1B06F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x21E8, symBinAddr: 0x1731EC, symSize: 0x28 } + - { offsetInCU: 0x198A, offset: 0x1B070D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2210, symBinAddr: 0x173214, symSize: 0x28 } + - { offsetInCU: 0x19A6, offset: 0x1B0729, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2238, symBinAddr: 0x17323C, symSize: 0xC } + - { offsetInCU: 0x19C2, offset: 0x1B0745, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2244, symBinAddr: 0x173248, symSize: 0x8 } + - { offsetInCU: 0x19DE, offset: 0x1B0761, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x224C, symBinAddr: 0x173250, symSize: 0x8 } + - { offsetInCU: 0x19FA, offset: 0x1B077D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2254, symBinAddr: 0x173258, symSize: 0x8 } + - { offsetInCU: 0x1A1C, offset: 0x1B079F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2388, symBinAddr: 0x17338C, symSize: 0x28 } + - { offsetInCU: 0x1A38, offset: 0x1B07BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x23B0, symBinAddr: 0x1733B4, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x1B0A3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x173EEC, symSize: 0x40 } + - { offsetInCU: 0xE9, offset: 0x1B0AE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x40, symBinAddr: 0x173F2C, symSize: 0x4C } + - { offsetInCU: 0x14F, offset: 0x1B0B4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x8C, symBinAddr: 0x173F78, symSize: 0x10 } + - { offsetInCU: 0x1C1, offset: 0x1B0BC0, size: 0x8, addend: 0x0, symName: '_$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x9C, symBinAddr: 0x173F88, symSize: 0x1F8 } + - { offsetInCU: 0x3F9, offset: 0x1B0DF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x294, symBinAddr: 0x174180, symSize: 0xBC } + - { offsetInCU: 0x59C, offset: 0x1B0F9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x350, symBinAddr: 0x17423C, symSize: 0x1C } + - { offsetInCU: 0x668, offset: 0x1B1067, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x36C, symBinAddr: 0x174258, symSize: 0x60 } + - { offsetInCU: 0x9A8, offset: 0x1B13A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0p2InR0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x3CC, symBinAddr: 0x1742B8, symSize: 0x50 } + - { offsetInCU: 0xB68, offset: 0x1B1567, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x41C, symBinAddr: 0x174308, symSize: 0x64 } + - { offsetInCU: 0xBF7, offset: 0x1B15F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x480, symBinAddr: 0x17436C, symSize: 0x50 } + - { offsetInCU: 0xCEF, offset: 0x1B16EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x4D0, symBinAddr: 0x1743BC, symSize: 0x18 } + - { offsetInCU: 0xDAE, offset: 0x1B17AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x4E8, symBinAddr: 0x1743D4, symSize: 0x64 } + - { offsetInCU: 0xE15, offset: 0x1B1814, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x54C, symBinAddr: 0x174438, symSize: 0x18 } + - { offsetInCU: 0xE8D, offset: 0x1B188C, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x564, symBinAddr: 0x174450, symSize: 0x40 } + - { offsetInCU: 0xF2B, offset: 0x1B192A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x5A4, symBinAddr: 0x174490, symSize: 0x164 } + - { offsetInCU: 0xFCD, offset: 0x1B19CC, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x708, symBinAddr: 0x1745F4, symSize: 0x40 } + - { offsetInCU: 0x10A9, offset: 0x1B1AA8, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie14InterpolatableA2dEP11interpolate2to6amountxx_ACtFTW', symObjAddr: 0x748, symBinAddr: 0x174634, symSize: 0x40 } + - { offsetInCU: 0x118C, offset: 0x1B1B8B, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie17AnyInterpolatableA2dEP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_ACSo7CGPointVSgANtFTW', symObjAddr: 0x788, symBinAddr: 0x174674, symSize: 0x40 } + - { offsetInCU: 0x12BD, offset: 0x1B1CBC, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x7C8, symBinAddr: 0x1746B4, symSize: 0x40 } + - { offsetInCU: 0x13A0, offset: 0x1B1D9F, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x808, symBinAddr: 0x1746F4, symSize: 0x40 } + - { offsetInCU: 0x147C, offset: 0x1B1E7B, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0x848, symBinAddr: 0x174734, symSize: 0xF0 } + - { offsetInCU: 0x16FB, offset: 0x1B20FA, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x938, symBinAddr: 0x174824, symSize: 0x118 } + - { offsetInCU: 0x19B7, offset: 0x1B23B6, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xA50, symBinAddr: 0x17493C, symSize: 0x118 } + - { offsetInCU: 0x1C58, offset: 0x1B2657, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB68, symBinAddr: 0x174A54, symSize: 0x1C } + - { offsetInCU: 0x1C8D, offset: 0x1B268C, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB68, symBinAddr: 0x174A54, symSize: 0x1C } + - { offsetInCU: 0x1CBE, offset: 0x1B26BD, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB68, symBinAddr: 0x174A54, symSize: 0x1C } + - { offsetInCU: 0x1DA2, offset: 0x1B27A1, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xB84, symBinAddr: 0x174A70, symSize: 0x44 } + - { offsetInCU: 0x1E95, offset: 0x1B2894, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xBC8, symBinAddr: 0x174AB4, symSize: 0x44 } + - { offsetInCU: 0x1FDF, offset: 0x1B29DE, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF', symObjAddr: 0xC0C, symBinAddr: 0x174AF8, symSize: 0x7C } + - { offsetInCU: 0x21E2, offset: 0x1B2BE1, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie21SpatialInterpolatableA2cDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xC88, symBinAddr: 0x174B74, symSize: 0xB4 } + - { offsetInCU: 0x246C, offset: 0x1B2E6B, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xD3C, symBinAddr: 0x174C28, symSize: 0xB4 } + - { offsetInCU: 0x26F0, offset: 0x1B30EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xDF0, symBinAddr: 0x174CDC, symSize: 0x28 } + - { offsetInCU: 0x27DC, offset: 0x1B31DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xE18, symBinAddr: 0x174D04, symSize: 0x4 } + - { offsetInCU: 0x284D, offset: 0x1B324C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xE1C, symBinAddr: 0x174D08, symSize: 0x4C } + - { offsetInCU: 0x28D1, offset: 0x1B32D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xE68, symBinAddr: 0x174D54, symSize: 0x40 } + - { offsetInCU: 0x2A0C, offset: 0x1B340B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xEA8, symBinAddr: 0x174D94, symSize: 0x40 } + - { offsetInCU: 0x2B4F, offset: 0x1B354E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0xEE8, symBinAddr: 0x174DD4, symSize: 0x94 } + - { offsetInCU: 0x2D88, offset: 0x1B3787, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xF7C, symBinAddr: 0x174E68, symSize: 0xC } + - { offsetInCU: 0x2E67, offset: 0x1B3866, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xF88, symBinAddr: 0x174E74, symSize: 0xB4 } + - { offsetInCU: 0x3135, offset: 0x1B3B34, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x103C, symBinAddr: 0x174F28, symSize: 0xB4 } + - { offsetInCU: 0x329E, offset: 0x1B3C9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x10F0, symBinAddr: 0x174FDC, symSize: 0xC } + - { offsetInCU: 0x330F, offset: 0x1B3D0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x10FC, symBinAddr: 0x174FE8, symSize: 0x54 } + - { offsetInCU: 0x33E9, offset: 0x1B3DE8, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1150, symBinAddr: 0x17503C, symSize: 0x24C } + - { offsetInCU: 0x34CC, offset: 0x1B3ECB, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x139C, symBinAddr: 0x175288, symSize: 0x38 } + - { offsetInCU: 0x34E8, offset: 0x1B3EE7, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x13D4, symBinAddr: 0x1752C0, symSize: 0x78 } + - { offsetInCU: 0x3504, offset: 0x1B3F03, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x144C, symBinAddr: 0x175338, symSize: 0x8 } + - { offsetInCU: 0x3520, offset: 0x1B3F1F, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1454, symBinAddr: 0x175340, symSize: 0x78 } + - { offsetInCU: 0x3543, offset: 0x1B3F42, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldV11interpolate2to6amountACyxGAG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x14CC, symBinAddr: 0x1753B8, symSize: 0x20 } + - { offsetInCU: 0x3594, offset: 0x1B3F93, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x14EC, symBinAddr: 0x1753D8, symSize: 0x4 } + - { offsetInCU: 0x35B1, offset: 0x1B3FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x14F0, symBinAddr: 0x1753DC, symSize: 0x10 } + - { offsetInCU: 0x35CD, offset: 0x1B3FCC, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufC12CoreGraphics7CGFloatV_ACTg5Tf4nd_n', symObjAddr: 0x1500, symBinAddr: 0x1753EC, symSize: 0x4 } + - { offsetInCU: 0x35E5, offset: 0x1B3FE4, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSd_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1504, symBinAddr: 0x1753F0, symSize: 0x4 } + - { offsetInCU: 0x35FD, offset: 0x1B3FFC, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSBAAWl', symObjAddr: 0x1508, symBinAddr: 0x1753F4, symSize: 0x44 } + - { offsetInCU: 0x3611, offset: 0x1B4010, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_TA', symObjAddr: 0x154C, symBinAddr: 0x175438, symSize: 0x48 } + - { offsetInCU: 0x363A, offset: 0x1B4039, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x1594, symBinAddr: 0x175480, symSize: 0x8 } + - { offsetInCU: 0x364E, offset: 0x1B404D, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_TA', symObjAddr: 0x159C, symBinAddr: 0x175488, symSize: 0x38 } + - { offsetInCU: 0x36AE, offset: 0x1B40AD, size: 0x8, addend: 0x0, symName: '_$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x15D4, symBinAddr: 0x1754C0, symSize: 0x68 } + - { offsetInCU: 0x36D7, offset: 0x1B40D6, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x163C, symBinAddr: 0x175528, symSize: 0x40 } + - { offsetInCU: 0x36EB, offset: 0x1B40EA, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x167C, symBinAddr: 0x175568, symSize: 0x40 } + - { offsetInCU: 0x3744, offset: 0x1B4143, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFAA11CurveVertexV_Tg5Tf4nnddn_n', symObjAddr: 0x16F4, symBinAddr: 0x1755E0, symSize: 0x40 } + - { offsetInCU: 0x39F8, offset: 0x1B43F7, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1734, symBinAddr: 0x175620, symSize: 0x8 } + - { offsetInCU: 0x3A14, offset: 0x1B4413, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1734, symBinAddr: 0x175620, symSize: 0x8 } + - { offsetInCU: 0x3A28, offset: 0x1B4427, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1734, symBinAddr: 0x175620, symSize: 0x8 } + - { offsetInCU: 0x3A3A, offset: 0x1B4439, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMi', symObjAddr: 0x173C, symBinAddr: 0x175628, symSize: 0x8 } + - { offsetInCU: 0x3A4E, offset: 0x1B444D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMr', symObjAddr: 0x1744, symBinAddr: 0x175630, symSize: 0x6C } + - { offsetInCU: 0x3A62, offset: 0x1B4461, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwCP', symObjAddr: 0x17B0, symBinAddr: 0x17569C, symSize: 0x70 } + - { offsetInCU: 0x3A76, offset: 0x1B4475, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwxx', symObjAddr: 0x1820, symBinAddr: 0x17570C, symSize: 0x10 } + - { offsetInCU: 0x3A8A, offset: 0x1B4489, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwcp', symObjAddr: 0x1830, symBinAddr: 0x17571C, symSize: 0x30 } + - { offsetInCU: 0x3A9E, offset: 0x1B449D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwca', symObjAddr: 0x1860, symBinAddr: 0x17574C, symSize: 0x30 } + - { offsetInCU: 0x3AB2, offset: 0x1B44B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwtk', symObjAddr: 0x1890, symBinAddr: 0x17577C, symSize: 0x30 } + - { offsetInCU: 0x3AC6, offset: 0x1B44C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwta', symObjAddr: 0x18C0, symBinAddr: 0x1757AC, symSize: 0x30 } + - { offsetInCU: 0x3ADA, offset: 0x1B44D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwet', symObjAddr: 0x18F0, symBinAddr: 0x1757DC, symSize: 0x10C } + - { offsetInCU: 0x3AEE, offset: 0x1B44ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwst', symObjAddr: 0x19FC, symBinAddr: 0x1758E8, symSize: 0x1B8 } + - { offsetInCU: 0x3B02, offset: 0x1B4501, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMa', symObjAddr: 0x1BB4, symBinAddr: 0x175AA0, symSize: 0xC } + - { offsetInCU: 0xCA, offset: 0x1B49B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeO8rawValueSSvg', symObjAddr: 0x1890, symBinAddr: 0x17733C, symSize: 0x18 } + - { offsetInCU: 0x121, offset: 0x1B4A0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x18CC, symBinAddr: 0x177378, symSize: 0x64 } + - { offsetInCU: 0x187, offset: 0x1B4A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x1930, symBinAddr: 0x1773DC, symSize: 0x28 } + - { offsetInCU: 0x241, offset: 0x1B4B2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1A00, symBinAddr: 0x1774AC, symSize: 0x2F8 } + - { offsetInCU: 0x3BA, offset: 0x1B4CA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1CF8, symBinAddr: 0x1777A4, symSize: 0x18 } + - { offsetInCU: 0x3FB, offset: 0x1B4CE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1D34, symBinAddr: 0x1777E0, symSize: 0x70 } + - { offsetInCU: 0x42F, offset: 0x1B4D1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1DA4, symBinAddr: 0x177850, symSize: 0x28 } + - { offsetInCU: 0x44B, offset: 0x1B4D39, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1DCC, symBinAddr: 0x177878, symSize: 0x8 } + - { offsetInCU: 0x481, offset: 0x1B4D6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1DD4, symBinAddr: 0x177880, symSize: 0x74 } + - { offsetInCU: 0x4CC, offset: 0x1B4DBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1E48, symBinAddr: 0x1778F4, symSize: 0xC } + - { offsetInCU: 0x4E8, offset: 0x1B4DD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1E54, symBinAddr: 0x177900, symSize: 0xC } + - { offsetInCU: 0x523, offset: 0x1B4E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCfD', symObjAddr: 0x1EB0, symBinAddr: 0x17795C, symSize: 0x24 } + - { offsetInCU: 0x56E, offset: 0x1B4E5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC6encode2toys7Encoder_p_tKF', symObjAddr: 0x20BC, symBinAddr: 0x177B58, symSize: 0x168 } + - { offsetInCU: 0x5AD, offset: 0x1B4E9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x2224, symBinAddr: 0x177CC0, symSize: 0x1CC } + - { offsetInCU: 0x602, offset: 0x1B4EF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x23F0, symBinAddr: 0x177E8C, symSize: 0x54 } + - { offsetInCU: 0x639, offset: 0x1B4F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2444, symBinAddr: 0x177EE0, symSize: 0x20 } + - { offsetInCU: 0x65D, offset: 0x1B4F4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCMa', symObjAddr: 0x1ED4, symBinAddr: 0x177980, symSize: 0x20 } + - { offsetInCU: 0x671, offset: 0x1B4F5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwet', symObjAddr: 0x1F04, symBinAddr: 0x1779A0, symSize: 0x90 } + - { offsetInCU: 0x685, offset: 0x1B4F73, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwst', symObjAddr: 0x1F94, symBinAddr: 0x177A30, symSize: 0xBC } + - { offsetInCU: 0x699, offset: 0x1B4F87, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwug', symObjAddr: 0x2050, symBinAddr: 0x177AEC, symSize: 0x8 } + - { offsetInCU: 0x6AD, offset: 0x1B4F9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwup', symObjAddr: 0x2058, symBinAddr: 0x177AF4, symSize: 0x4 } + - { offsetInCU: 0x6C1, offset: 0x1B4FAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwui', symObjAddr: 0x205C, symBinAddr: 0x177AF8, symSize: 0x8 } + - { offsetInCU: 0x6D5, offset: 0x1B4FC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOMa', symObjAddr: 0x2064, symBinAddr: 0x177B00, symSize: 0x10 } + - { offsetInCU: 0x6E9, offset: 0x1B4FD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASQWb', symObjAddr: 0x2074, symBinAddr: 0x177B10, symSize: 0x4 } + - { offsetInCU: 0x6FD, offset: 0x1B4FEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSQAAWl', symObjAddr: 0x2078, symBinAddr: 0x177B14, symSize: 0x44 } + - { offsetInCU: 0x711, offset: 0x1B4FFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x24C8, symBinAddr: 0x177F00, symSize: 0x44 } + - { offsetInCU: 0x725, offset: 0x1B5013, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSeAAWl', symObjAddr: 0x252C, symBinAddr: 0x177F44, symSize: 0x44 } + - { offsetInCU: 0x739, offset: 0x1B5027, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSEAAWl', symObjAddr: 0x2608, symBinAddr: 0x177F88, symSize: 0x44 } + - { offsetInCU: 0x74D, offset: 0x1B503B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSYAAWl', symObjAddr: 0x26F4, symBinAddr: 0x178030, symSize: 0x44 } + - { offsetInCU: 0x761, offset: 0x1B504F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwet', symObjAddr: 0x29CC, symBinAddr: 0x178288, symSize: 0x90 } + - { offsetInCU: 0x775, offset: 0x1B5063, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwst', symObjAddr: 0x2A5C, symBinAddr: 0x178318, symSize: 0xBC } + - { offsetInCU: 0x789, offset: 0x1B5077, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwug', symObjAddr: 0x2B18, symBinAddr: 0x1783D4, symSize: 0x8 } + - { offsetInCU: 0x79D, offset: 0x1B508B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwup', symObjAddr: 0x2B20, symBinAddr: 0x1783DC, symSize: 0x4 } + - { offsetInCU: 0x7B1, offset: 0x1B509F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwui', symObjAddr: 0x2B24, symBinAddr: 0x1783E0, symSize: 0xC } + - { offsetInCU: 0x7C5, offset: 0x1B50B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOMa', symObjAddr: 0x2B30, symBinAddr: 0x1783EC, symSize: 0x10 } + - { offsetInCU: 0x7D9, offset: 0x1B50C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASQWb', symObjAddr: 0x2B40, symBinAddr: 0x1783FC, symSize: 0x4 } + - { offsetInCU: 0x7ED, offset: 0x1B50DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAESQAAWl', symObjAddr: 0x2B44, symBinAddr: 0x178400, symSize: 0x44 } + - { offsetInCU: 0x801, offset: 0x1B50EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2B88, symBinAddr: 0x178444, symSize: 0x4 } + - { offsetInCU: 0x815, offset: 0x1B5103, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B8C, symBinAddr: 0x178448, symSize: 0x44 } + - { offsetInCU: 0x829, offset: 0x1B5117, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2BD0, symBinAddr: 0x17848C, symSize: 0x4 } + - { offsetInCU: 0x83D, offset: 0x1B512B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2BD4, symBinAddr: 0x178490, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x1B518C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x175AAC, symSize: 0x5C } + - { offsetInCU: 0x978, offset: 0x1B5266, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x5C, symBinAddr: 0x175B08, symSize: 0x5C } + - { offsetInCU: 0xA52, offset: 0x1B5340, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0xB8, symBinAddr: 0x175B64, symSize: 0xBC } + - { offsetInCU: 0xB15, offset: 0x1B5403, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15RenderingEngineO_TB5', symObjAddr: 0x174, symBinAddr: 0x175C20, symSize: 0x94 } + - { offsetInCU: 0xBC6, offset: 0x1B54B4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x208, symBinAddr: 0x175CB4, symSize: 0x5C } + - { offsetInCU: 0xCA0, offset: 0x1B558E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x264, symBinAddr: 0x175D10, symSize: 0x5C } + - { offsetInCU: 0xD7A, offset: 0x1B5668, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x175D6C, symSize: 0x5C } + - { offsetInCU: 0xE54, offset: 0x1B5742, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x31C, symBinAddr: 0x175DC8, symSize: 0x5C } + - { offsetInCU: 0xF05, offset: 0x1B57F3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x378, symBinAddr: 0x175E24, symSize: 0x5C } + - { offsetInCU: 0xFDF, offset: 0x1B58CD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x3D4, symBinAddr: 0x175E80, symSize: 0x5C } + - { offsetInCU: 0x10B9, offset: 0x1B59A7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x430, symBinAddr: 0x175EDC, symSize: 0x68 } + - { offsetInCU: 0x1193, offset: 0x1B5A81, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x498, symBinAddr: 0x175F44, symSize: 0x5C } + - { offsetInCU: 0x126D, offset: 0x1B5B5B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x4F4, symBinAddr: 0x175FA0, symSize: 0x58 } + - { offsetInCU: 0x131E, offset: 0x1B5C0C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x54C, symBinAddr: 0x175FF8, symSize: 0x68 } + - { offsetInCU: 0x13F8, offset: 0x1B5CE6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x5B4, symBinAddr: 0x176060, symSize: 0x5C } + - { offsetInCU: 0x14D2, offset: 0x1B5DC0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x610, symBinAddr: 0x1760BC, symSize: 0x68 } + - { offsetInCU: 0x15AC, offset: 0x1B5E9A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x678, symBinAddr: 0x176124, symSize: 0x68 } + - { offsetInCU: 0x1686, offset: 0x1B5F74, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x6E0, symBinAddr: 0x17618C, symSize: 0x5C } + - { offsetInCU: 0x1760, offset: 0x1B604E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0x73C, symBinAddr: 0x1761E8, symSize: 0x6C } + - { offsetInCU: 0x1811, offset: 0x1B60FF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x7A8, symBinAddr: 0x176254, symSize: 0x5C } + - { offsetInCU: 0x18C2, offset: 0x1B61B0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x808, symBinAddr: 0x1762B4, symSize: 0x5C } + - { offsetInCU: 0x199C, offset: 0x1B628A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x864, symBinAddr: 0x176310, symSize: 0x5C } + - { offsetInCU: 0x1A76, offset: 0x1B6364, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x8C0, symBinAddr: 0x17636C, symSize: 0x68 } + - { offsetInCU: 0x1B27, offset: 0x1B6415, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x928, symBinAddr: 0x1763D4, symSize: 0x5C } + - { offsetInCU: 0x1BD8, offset: 0x1B64C6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x984, symBinAddr: 0x176430, symSize: 0x68 } + - { offsetInCU: 0x1CB2, offset: 0x1B65A0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x9EC, symBinAddr: 0x176498, symSize: 0x5C } + - { offsetInCU: 0x1D8C, offset: 0x1B667A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0xA48, symBinAddr: 0x1764F4, symSize: 0x68 } + - { offsetInCU: 0x1E66, offset: 0x1B6754, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xB10, symBinAddr: 0x1765BC, symSize: 0x5C } + - { offsetInCU: 0x1F40, offset: 0x1B682E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xB6C, symBinAddr: 0x176618, symSize: 0x5C } + - { offsetInCU: 0x1FB5, offset: 0x1B68A3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0xBC8, symBinAddr: 0x176674, symSize: 0x68 } + - { offsetInCU: 0x2008, offset: 0x1B68F6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xC30, symBinAddr: 0x1766DC, symSize: 0x54 } + - { offsetInCU: 0x205B, offset: 0x1B6949, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xC84, symBinAddr: 0x176730, symSize: 0x58 } + - { offsetInCU: 0x20D7, offset: 0x1B69C5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xCDC, symBinAddr: 0x176788, symSize: 0x58 } + - { offsetInCU: 0x2153, offset: 0x1B6A41, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xD34, symBinAddr: 0x1767E0, symSize: 0x58 } + - { offsetInCU: 0x21A6, offset: 0x1B6A94, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xD8C, symBinAddr: 0x176838, symSize: 0x58 } + - { offsetInCU: 0x21F9, offset: 0x1B6AE7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xDE4, symBinAddr: 0x176890, symSize: 0x58 } + - { offsetInCU: 0x224C, offset: 0x1B6B3A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xE3C, symBinAddr: 0x1768E8, symSize: 0x58 } + - { offsetInCU: 0x22E6, offset: 0x1B6BD4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xE98, symBinAddr: 0x176944, symSize: 0x58 } + - { offsetInCU: 0x2388, offset: 0x1B6C76, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xEF0, symBinAddr: 0x17699C, symSize: 0x64 } + - { offsetInCU: 0x240C, offset: 0x1B6CFA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xF54, symBinAddr: 0x176A00, symSize: 0x58 } + - { offsetInCU: 0x2488, offset: 0x1B6D76, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xFAC, symBinAddr: 0x176A58, symSize: 0x64 } + - { offsetInCU: 0x2504, offset: 0x1B6DF2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x106C, symBinAddr: 0x176B18, symSize: 0x58 } + - { offsetInCU: 0x2557, offset: 0x1B6E45, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x10C4, symBinAddr: 0x176B70, symSize: 0x58 } + - { offsetInCU: 0x25D3, offset: 0x1B6EC1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x111C, symBinAddr: 0x176BC8, symSize: 0x58 } + - { offsetInCU: 0x264F, offset: 0x1B6F3D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x1174, symBinAddr: 0x176C20, symSize: 0x90 } + - { offsetInCU: 0x26A2, offset: 0x1B6F90, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x1204, symBinAddr: 0x176CB0, symSize: 0x58 } + - { offsetInCU: 0x271E, offset: 0x1B700C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x125C, symBinAddr: 0x176D08, symSize: 0x64 } + - { offsetInCU: 0x279A, offset: 0x1B7088, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x12C0, symBinAddr: 0x176D6C, symSize: 0xB8 } + - { offsetInCU: 0x27FF, offset: 0x1B70ED, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x1378, symBinAddr: 0x176E24, symSize: 0x58 } + - { offsetInCU: 0x287B, offset: 0x1B7169, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x13D0, symBinAddr: 0x176E7C, symSize: 0x64 } + - { offsetInCU: 0x28F7, offset: 0x1B71E5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x1434, symBinAddr: 0x176EE0, symSize: 0x64 } + - { offsetInCU: 0x2973, offset: 0x1B7261, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x1498, symBinAddr: 0x176F44, symSize: 0x58 } + - { offsetInCU: 0x29EF, offset: 0x1B72DD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x14F0, symBinAddr: 0x176F9C, symSize: 0x64 } + - { offsetInCU: 0x2A6B, offset: 0x1B7359, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1554, symBinAddr: 0x177000, symSize: 0x64 } + - { offsetInCU: 0x2ABE, offset: 0x1B73AC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x15B8, symBinAddr: 0x177064, symSize: 0x58 } + - { offsetInCU: 0x2B58, offset: 0x1B7446, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x1610, symBinAddr: 0x1770BC, symSize: 0x64 } + - { offsetInCU: 0x2BDC, offset: 0x1B74CA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x1674, symBinAddr: 0x177120, symSize: 0x58 } + - { offsetInCU: 0x2C76, offset: 0x1B7564, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x16CC, symBinAddr: 0x177178, symSize: 0x58 } + - { offsetInCU: 0x2CFA, offset: 0x1B75E8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1724, symBinAddr: 0x1771D0, symSize: 0x64 } + - { offsetInCU: 0x2D76, offset: 0x1B7664, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x1788, symBinAddr: 0x177234, symSize: 0x58 } + - { offsetInCU: 0x2DF2, offset: 0x1B76E0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x17E0, symBinAddr: 0x17728C, symSize: 0x58 } + - { offsetInCU: 0x2E6E, offset: 0x1B775C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x1838, symBinAddr: 0x1772E4, symSize: 0x58 } + - { offsetInCU: 0x2EEA, offset: 0x1B77D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18A8, symBinAddr: 0x177354, symSize: 0xC } + - { offsetInCU: 0x2F06, offset: 0x1B77F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18B4, symBinAddr: 0x177360, symSize: 0x8 } + - { offsetInCU: 0x2F22, offset: 0x1B7810, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18BC, symBinAddr: 0x177368, symSize: 0x8 } + - { offsetInCU: 0x2F36, offset: 0x1B7824, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x18C4, symBinAddr: 0x177370, symSize: 0x8 } + - { offsetInCU: 0x2F50, offset: 0x1B783E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1958, symBinAddr: 0x177404, symSize: 0x5C } + - { offsetInCU: 0x2F73, offset: 0x1B7861, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x19B4, symBinAddr: 0x177460, symSize: 0x4C } + - { offsetInCU: 0x2FD7, offset: 0x1B78C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1D10, symBinAddr: 0x1777BC, symSize: 0xC } + - { offsetInCU: 0x2FF3, offset: 0x1B78E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1D1C, symBinAddr: 0x1777C8, symSize: 0x8 } + - { offsetInCU: 0x300F, offset: 0x1B78FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1D24, symBinAddr: 0x1777D0, symSize: 0x8 } + - { offsetInCU: 0x3023, offset: 0x1B7911, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D2C, symBinAddr: 0x1777D8, symSize: 0x8 } + - { offsetInCU: 0x303D, offset: 0x1B792B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1E60, symBinAddr: 0x17790C, symSize: 0x28 } + - { offsetInCU: 0x3059, offset: 0x1B7947, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1E88, symBinAddr: 0x177934, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1B7AE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1784D4, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x1B7B0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1784D4, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1B7B31, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x17851C, symSize: 0x194 } + - { offsetInCU: 0xF1, offset: 0x1B7BAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1DC, symBinAddr: 0x1786B0, symSize: 0xD4 } + - { offsetInCU: 0x183, offset: 0x1B7C40, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B0, symBinAddr: 0x178784, symSize: 0x120 } + - { offsetInCU: 0x206, offset: 0x1B7CC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0x1788B4, symSize: 0x64 } + - { offsetInCU: 0x249, offset: 0x1B7D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x444, symBinAddr: 0x178918, symSize: 0x24 } + - { offsetInCU: 0x289, offset: 0x1B7D46, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x17893C, symSize: 0x4 } + - { offsetInCU: 0x2A9, offset: 0x1B7D66, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x17893C, symSize: 0x4 } + - { offsetInCU: 0x2D4, offset: 0x1B7D91, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x46C, symBinAddr: 0x178940, symSize: 0x68 } + - { offsetInCU: 0x31F, offset: 0x1B7DDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4D4, symBinAddr: 0x1789A8, symSize: 0xC } + - { offsetInCU: 0x33B, offset: 0x1B7DF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x1789B4, symSize: 0xC } + - { offsetInCU: 0x357, offset: 0x1B7E14, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO11stringValueSSvgTf4d_n', symObjAddr: 0x994, symBinAddr: 0x178C9C, symSize: 0x14 } + - { offsetInCU: 0x393, offset: 0x1B7E50, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfD', symObjAddr: 0x544, symBinAddr: 0x178A18, symSize: 0x4C } + - { offsetInCU: 0x42F, offset: 0x1B7EEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfE', symObjAddr: 0x53C, symBinAddr: 0x178A10, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x1B7F44, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCMa', symObjAddr: 0x590, symBinAddr: 0x178A64, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x1B7F58, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs0E3KeyAAWl', symObjAddr: 0x614, symBinAddr: 0x178A84, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x1B7F6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwet', symObjAddr: 0x7C0, symBinAddr: 0x178AC8, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x1B7F80, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwst', symObjAddr: 0x810, symBinAddr: 0x178B18, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x1B7F94, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwug', symObjAddr: 0x89C, symBinAddr: 0x178BA4, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x1B7FA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwup', symObjAddr: 0x8A4, symBinAddr: 0x178BAC, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x1B7FBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwui', symObjAddr: 0x8A8, symBinAddr: 0x178BB0, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x1B7FD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOMa', symObjAddr: 0x8AC, symBinAddr: 0x178BB4, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x1B7FE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASQWb', symObjAddr: 0x8BC, symBinAddr: 0x178BC4, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x1B7FF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFSQAAWl', symObjAddr: 0x8C0, symBinAddr: 0x178BC8, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x1B800C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x904, symBinAddr: 0x178C0C, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x1B8020, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x908, symBinAddr: 0x178C10, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x1B8034, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x94C, symBinAddr: 0x178C54, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x1B8048, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x950, symBinAddr: 0x178C58, symSize: 0x44 } + - { offsetInCU: 0x5CB, offset: 0x1B8088, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x1788A4, symSize: 0x4 } + - { offsetInCU: 0x5EB, offset: 0x1B80A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x1788A4, symSize: 0x4 } + - { offsetInCU: 0x60B, offset: 0x1B80C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x1788A8, symSize: 0x4 } + - { offsetInCU: 0x62B, offset: 0x1B80E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x1788A8, symSize: 0x4 } + - { offsetInCU: 0x64B, offset: 0x1B8108, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x1788AC, symSize: 0x4 } + - { offsetInCU: 0x66B, offset: 0x1B8128, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x1788AC, symSize: 0x4 } + - { offsetInCU: 0x68B, offset: 0x1B8148, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x1788B0, symSize: 0x4 } + - { offsetInCU: 0x6AB, offset: 0x1B8168, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x1788B0, symSize: 0x4 } + - { offsetInCU: 0x6C2, offset: 0x1B817F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4EC, symBinAddr: 0x1789C0, symSize: 0x28 } + - { offsetInCU: 0x6DE, offset: 0x1B819B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x514, symBinAddr: 0x1789E8, symSize: 0x28 } + - { offsetInCU: 0x118, offset: 0x1B8488, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x328, symBinAddr: 0x178FD8, symSize: 0x18 } + - { offsetInCU: 0x1A9, offset: 0x1B8519, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH9hashValueSivgTW', symObjAddr: 0x340, symBinAddr: 0x178FF0, symSize: 0x44 } + - { offsetInCU: 0x28C, offset: 0x1B85FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x384, symBinAddr: 0x179034, symSize: 0x28 } + - { offsetInCU: 0x2FF, offset: 0x1B866F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x3FC, symBinAddr: 0x1790AC, symSize: 0x1C } + - { offsetInCU: 0x31B, offset: 0x1B868B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x3FC, symBinAddr: 0x1790AC, symSize: 0x1C } + - { offsetInCU: 0x34B, offset: 0x1B86BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCfD', symObjAddr: 0x418, symBinAddr: 0x1790C8, symSize: 0x2C } + - { offsetInCU: 0x38F, offset: 0x1B86FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKF', symObjAddr: 0x0, symBinAddr: 0x178CB0, symSize: 0x27C } + - { offsetInCU: 0x5DA, offset: 0x1B894A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueV11descriptionSSvg', symObjAddr: 0x27C, symBinAddr: 0x178F2C, symSize: 0xA0 } + - { offsetInCU: 0x6F0, offset: 0x1B8A60, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x31C, symBinAddr: 0x178FCC, symSize: 0xC } + - { offsetInCU: 0x80C, offset: 0x1B8B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCMa', symObjAddr: 0x444, symBinAddr: 0x1790F4, symSize: 0x20 } + - { offsetInCU: 0x820, offset: 0x1B8B90, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwet', symObjAddr: 0x484, symBinAddr: 0x179114, symSize: 0x90 } + - { offsetInCU: 0x834, offset: 0x1B8BA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwst', symObjAddr: 0x514, symBinAddr: 0x1791A4, symSize: 0xBC } + - { offsetInCU: 0x848, offset: 0x1B8BB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwug', symObjAddr: 0x5D0, symBinAddr: 0x179260, symSize: 0x8 } + - { offsetInCU: 0x85C, offset: 0x1B8BCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwup', symObjAddr: 0x5D8, symBinAddr: 0x179268, symSize: 0x4 } + - { offsetInCU: 0x870, offset: 0x1B8BE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwui', symObjAddr: 0x5DC, symBinAddr: 0x17926C, symSize: 0xC } + - { offsetInCU: 0x884, offset: 0x1B8BF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOMa', symObjAddr: 0x5E8, symBinAddr: 0x179278, symSize: 0x10 } + - { offsetInCU: 0x898, offset: 0x1B8C08, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVwCP', symObjAddr: 0x5F8, symBinAddr: 0x179288, symSize: 0x30 } + - { offsetInCU: 0x8AC, offset: 0x1B8C1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVMa', symObjAddr: 0x64C, symBinAddr: 0x1792D0, symSize: 0x10 } + - { offsetInCU: 0x8C0, offset: 0x1B8C30, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASQWb', symObjAddr: 0x65C, symBinAddr: 0x1792E0, symSize: 0x4 } + - { offsetInCU: 0x8D4, offset: 0x1B8C44, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOAESQAAWl', symObjAddr: 0x660, symBinAddr: 0x1792E4, symSize: 0x44 } + - { offsetInCU: 0x906, offset: 0x1B8C76, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueC0SSvgTW', symObjAddr: 0x6A4, symBinAddr: 0x179328, symSize: 0x2C } + - { offsetInCU: 0x94C, offset: 0x1B8CBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV018compatibilityIssueD0SSvg', symObjAddr: 0x6D0, symBinAddr: 0x179354, symSize: 0x7C } + - { offsetInCU: 0x96E, offset: 0x1B8CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueD0SSvgTW', symObjAddr: 0x74C, symBinAddr: 0x1793D0, symSize: 0x4 } + - { offsetInCU: 0x982, offset: 0x1B8CF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x830, symBinAddr: 0x1793D8, symSize: 0x8 } + - { offsetInCU: 0x9C6, offset: 0x1B8D36, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA12LayerContextV_Tg5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0x8C0, symBinAddr: 0x1793E0, symSize: 0x2D0 } + - { offsetInCU: 0xCB7, offset: 0x1B9027, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA21LayerAnimationContextV_TB5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0xB90, symBinAddr: 0x1796B0, symSize: 0x310 } + - { offsetInCU: 0xF94, offset: 0x1B9304, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwug', symObjAddr: 0x10CC, symBinAddr: 0x179B9C, symSize: 0x8 } + - { offsetInCU: 0xFA8, offset: 0x1B9318, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwup', symObjAddr: 0x10D4, symBinAddr: 0x179BA4, symSize: 0x4 } + - { offsetInCU: 0xFBC, offset: 0x1B932C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwui', symObjAddr: 0x10D8, symBinAddr: 0x179BA8, symSize: 0x4 } + - { offsetInCU: 0xFD0, offset: 0x1B9340, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOMa', symObjAddr: 0x10DC, symBinAddr: 0x179BAC, symSize: 0x10 } + - { offsetInCU: 0x1046, offset: 0x1B93B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3AC, symBinAddr: 0x17905C, symSize: 0x40 } + - { offsetInCU: 0x10E2, offset: 0x1B9452, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP7_domainSSvgTW', symObjAddr: 0x3EC, symBinAddr: 0x17909C, symSize: 0x4 } + - { offsetInCU: 0x10FE, offset: 0x1B946E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP5_codeSivgTW', symObjAddr: 0x3F0, symBinAddr: 0x1790A0, symSize: 0x4 } + - { offsetInCU: 0x111A, offset: 0x1B948A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x3F4, symBinAddr: 0x1790A4, symSize: 0x4 } + - { offsetInCU: 0x1136, offset: 0x1B94A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x3F8, symBinAddr: 0x1790A8, symSize: 0x4 } +... diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Headers b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Headers new file mode 100755 index 0000000..a177d2a --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Headers @@ -0,0 +1 @@ +Versions/Current/Headers \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Headers.part b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Headers.part new file mode 100644 index 0000000..e69de29 diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Lottie b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Lottie new file mode 100755 index 0000000..1813582 --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Lottie @@ -0,0 +1 @@ +Versions/Current/Lottie \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Lottie.part b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Lottie.part new file mode 100644 index 0000000..e69de29 diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Modules b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Modules new file mode 100755 index 0000000..5736f31 --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Modules @@ -0,0 +1 @@ +Versions/Current/Modules \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Modules.part b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Modules.part new file mode 100644 index 0000000..e69de29 diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Resources b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Resources new file mode 100755 index 0000000..953ee36 --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Resources @@ -0,0 +1 @@ +Versions/Current/Resources \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Resources.part b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Resources.part new file mode 100644 index 0000000..e69de29 diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Headers/Lottie-Swift.h b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Headers/Lottie-Swift.h similarity index 55% rename from ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Headers/Lottie-Swift.h rename to ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Headers/Lottie-Swift.h index 06d3de5..17af69f 100644 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Headers/Lottie-Swift.h +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Headers/Lottie-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) #ifndef LOTTIE_SWIFT_H #define LOTTIE_SWIFT_H #pragma clang diagnostic push @@ -24,10 +24,38 @@ #endif #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -62,53 +90,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif #endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif #endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif #endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif #endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif #endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif #endif #if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -128,28 +169,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) # endif #endif - #if !defined(SWIFT_PROTOCOL) # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA #endif - #if !defined(SWIFT_EXTENSION) # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) #endif - #if !defined(OBJC_DESIGNATED_INITIALIZER) # if __has_attribute(objc_designated_initializer) # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) # else -# define OBJC_DESIGNATED_INITIALIZER +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -178,25 +216,76 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) -# define IBSegueAction +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL #endif -#if __has_feature(modules) +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif -@import AppKit; +@import CoreFoundation; @import CoreGraphics; @import Foundation; @import ObjectiveC; @import QuartzCore; +@import UIKit; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -204,6 +293,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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") @@ -212,8 +302,63 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) +@class NSCoder; +@class UITouch; +@class UIEvent; + +/// Lottie comes prepacked with a two Animated Controls, AnimatedSwitch and +/// AnimatedButton. Both of these controls are built on top of AnimatedControl +/// AnimatedControl is a subclass of UIControl that provides an interactive +/// mechanism for controlling the visual state of an animation in response to +/// user actions. +/// The AnimatedControl will show and hide layers depending on the current +/// UIControl.State of the control. +/// Users of AnimationControl can set a Layer Name for each UIControl.State. +/// When the state is change the AnimationControl will change the visibility +/// of its layers. +/// NOTE: Do not initialize directly. This is intended to be subclassed. +SWIFT_CLASS("_TtC6Lottie15AnimatedControl") +@interface AnimatedControl : UIControl +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +@property (nonatomic, getter=isEnabled) BOOL enabled; +@property (nonatomic, getter=isSelected) BOOL selected; +@property (nonatomic, getter=isHighlighted) BOOL highlighted; +@property (nonatomic, readonly) CGSize intrinsicContentSize; +- (BOOL)beginTrackingWithTouch:(UITouch * _Nonnull)touch withEvent:(UIEvent * _Nullable)event SWIFT_WARN_UNUSED_RESULT; +- (BOOL)continueTrackingWithTouch:(UITouch * _Nonnull)touch withEvent:(UIEvent * _Nullable)event SWIFT_WARN_UNUSED_RESULT; +- (void)endTrackingWithTouch:(UITouch * _Nullable)touch withEvent:(UIEvent * _Nullable)event; +- (void)cancelTrackingWithEvent:(UIEvent * _Nullable)event; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +/// An interactive button that plays an animation when pressed. +SWIFT_CLASS("_TtC6Lottie14AnimatedButton") +@interface AnimatedButton : AnimatedControl +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +- (BOOL)beginTrackingWithTouch:(UITouch * _Nonnull)touch withEvent:(UIEvent * _Nullable)event SWIFT_WARN_UNUSED_RESULT; +- (void)endTrackingWithTouch:(UITouch * _Nullable)touch withEvent:(UIEvent * _Nullable)event; +@property (nonatomic) UIAccessibilityTraits accessibilityTraits; +@end + + + +/// An interactive switch with an ‘On’ and ‘Off’ state. When the user taps on the +/// switch the state is toggled and the appropriate animation is played. +/// Both the ‘On’ and ‘Off’ have an animation play range associated with their state. +/// Also available as a SwiftUI view (LottieSwitch). +SWIFT_CLASS("_TtC6Lottie14AnimatedSwitch") +@interface AnimatedSwitch : AnimatedControl +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +- (void)endTrackingWithTouch:(UITouch * _Nullable)touch withEvent:(UIEvent * _Nullable)event; +@property (nonatomic) UIAccessibilityTraits accessibilityTraits; +@end + @class CAAnimation; -@class NSNumber; SWIFT_CLASS("_TtC6Lottie27AnimationCompletionDelegate") @interface AnimationCompletionDelegate : NSObject @@ -222,12 +367,11 @@ SWIFT_CLASS("_TtC6Lottie27AnimationCompletionDelegate") + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end -@class NSCoder; /// A view that can be added to a keypath of an AnimationView SWIFT_CLASS("_TtC6Lottie16AnimationSubview") -@interface AnimationSubview : NSView -- (nonnull instancetype)initWithFrame:(NSRect)frameRect OBJC_DESIGNATED_INITIALIZER; +@interface AnimationSubview : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end @@ -250,6 +394,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") /// Called by CoreAnimation to create a shadow copy of this layer /// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (void)addSublayer:(CALayer * _Nonnull)layer; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end @@ -275,6 +420,164 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") + + +@class NSString; +@class NSBundle; + +/// An Objective-C compatible wrapper around Lottie’s Animation class. +/// Use in tandem with CompatibleAnimationView when using Lottie in Objective-C +SWIFT_CLASS("_TtC6Lottie19CompatibleAnimation") +@interface CompatibleAnimation : NSObject +- (nonnull instancetype)initWithName:(NSString * _Nonnull)name subdirectory:(NSString * _Nullable)subdirectory bundle:(NSBundle * _Nonnull)bundle OBJC_DESIGNATED_INITIALIZER; ++ (CompatibleAnimation * _Nonnull)named:(NSString * _Nonnull)name SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +/// An Objective-C compatible wrapper around Lottie’s AnimationKeypath +SWIFT_CLASS("_TtC6Lottie26CompatibleAnimationKeypath") +@interface CompatibleAnimationKeypath : NSObject +/// Creates a keypath from a dot separated string. The string is separated by “.” +- (nonnull instancetype)initWithKeypath:(NSString * _Nonnull)keypath OBJC_DESIGNATED_INITIALIZER; +/// Creates a keypath from a list of strings. +- (nonnull instancetype)initWithKeys:(NSArray * _Nonnull)keys OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +enum CompatibleRenderingEngineOption : NSInteger; +@class NSURL; +@class NSData; +@class CompatibleDictionaryTextProvider; +enum CompatibleBackgroundBehavior : NSInteger; +@class UIColor; + +/// An Objective-C compatible wrapper around Lottie’s LottieAnimationView. +SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") +@interface CompatibleAnimationView : UIView +/// Initializes a compatible AnimationView with a given compatible animation. Defaults to using +/// the rendering engine specified in LottieConfiguration.shared. +- (nonnull instancetype)initWithCompatibleAnimation:(CompatibleAnimation * _Nonnull)compatibleAnimation; +/// Initializes a compatible AnimationView with a given compatible animation and rendering engine +/// configuration. +- (nonnull instancetype)initWithCompatibleAnimation:(CompatibleAnimation * _Nonnull)compatibleAnimation compatibleRenderingEngineOption:(enum CompatibleRenderingEngineOption)compatibleRenderingEngineOption OBJC_DESIGNATED_INITIALIZER; +/// Initializes a compatible AnimationView with the resources asynchronously loaded from a given +/// URL. Defaults to using the rendering engine specified in LottieConfiguration.shared. +- (nonnull instancetype)initWithUrl:(NSURL * _Nonnull)url; +/// Initializes a compatible AnimationView with the resources asynchronously loaded from a given +/// URL using the given rendering engine configuration. +- (nonnull instancetype)initWithUrl:(NSURL * _Nonnull)url compatibleRenderingEngineOption:(enum CompatibleRenderingEngineOption)compatibleRenderingEngineOption OBJC_DESIGNATED_INITIALIZER; +/// Initializes a compatible AnimationView from a given Data object specifying the Lottie +/// animation. Defaults to using the rendering engine specified in LottieConfiguration.shared. +- (nonnull instancetype)initWithData:(NSData * _Nonnull)data; +/// Initializes a compatible AnimationView from a given Data object specifying the Lottie +/// animation using the given rendering engine configuration. +- (nonnull instancetype)initWithData:(NSData * _Nonnull)data compatibleRenderingEngineOption:(enum CompatibleRenderingEngineOption)compatibleRenderingEngineOption OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@property (nonatomic, strong) CompatibleAnimation * _Nullable compatibleAnimation; +@property (nonatomic) CGFloat loopAnimationCount; +@property (nonatomic, strong) CompatibleDictionaryTextProvider * _Nullable compatibleDictionaryTextProvider; +@property (nonatomic) UIViewContentMode contentMode; +@property (nonatomic) BOOL shouldRasterizeWhenIdle; +@property (nonatomic) CGFloat currentProgress; +@property (nonatomic, readonly) CGFloat duration; +@property (nonatomic) NSTimeInterval currentTime; +@property (nonatomic) CGFloat currentFrame; +@property (nonatomic, readonly) CGFloat realtimeAnimationFrame; +@property (nonatomic, readonly) CGFloat realtimeAnimationProgress; +@property (nonatomic) CGFloat animationSpeed; +@property (nonatomic) BOOL respectAnimationFrameRate; +@property (nonatomic, readonly) BOOL isAnimationPlaying; +@property (nonatomic) enum CompatibleBackgroundBehavior backgroundMode; +- (void)play; +- (void)playWithCompletion:(void (^ _Nullable)(BOOL))completion; +/// Note: When calling this code from Objective-C, the method signature is +/// playFromProgress:toProgress:completion which drops the standard “With” naming convention. +- (void)playFromProgress:(CGFloat)fromProgress toProgress:(CGFloat)toProgress completion:(void (^ _Nullable)(BOOL))completion; +/// Note: When calling this code from Objective-C, the method signature is +/// playFromFrame:toFrame:completion which drops the standard “With” naming convention. +- (void)playFromFrame:(CGFloat)fromFrame toFrame:(CGFloat)toFrame completion:(void (^ _Nullable)(BOOL))completion; +/// Note: When calling this code from Objective-C, the method signature is +/// playFromMarker:toMarker:completion which drops the standard “With” naming convention. +- (void)playFromMarker:(NSString * _Nonnull)fromMarker toMarker:(NSString * _Nonnull)toMarker completion:(void (^ _Nullable)(BOOL))completion; +- (void)playWithMarker:(NSString * _Nonnull)marker completion:(void (^ _Nullable)(BOOL))completion; +- (void)stop; +- (void)pause; +- (void)reloadImages; +- (void)forceDisplayUpdate; +- (id _Nullable)getValueFor:(CompatibleAnimationKeypath * _Nonnull)keypath atFrame:(CGFloat)atFrame SWIFT_WARN_UNUSED_RESULT; +- (void)logHierarchyKeypaths; +- (void)setColorValue:(UIColor * _Nonnull)color forKeypath:(CompatibleAnimationKeypath * _Nonnull)keypath; +- (UIColor * _Nullable)getColorValueFor:(CompatibleAnimationKeypath * _Nonnull)keypath atFrame:(CGFloat)atFrame SWIFT_WARN_UNUSED_RESULT; +- (void)addSubview:(AnimationSubview * _Nonnull)subview forLayerAt:(CompatibleAnimationKeypath * _Nonnull)keypath; +- (CGRect)convertWithRect:(CGRect)rect toLayerAt:(CompatibleAnimationKeypath * _Nullable)keypath SWIFT_WARN_UNUSED_RESULT; +- (CGPoint)convertWithPoint:(CGPoint)point toLayerAt:(CompatibleAnimationKeypath * _Nullable)keypath SWIFT_WARN_UNUSED_RESULT; +- (CGFloat)progressTimeForMarker:(NSString * _Nonnull)named SWIFT_WARN_UNUSED_RESULT; +- (CGFloat)frameTimeForMarker:(NSString * _Nonnull)named SWIFT_WARN_UNUSED_RESULT; +- (CGFloat)durationFrameTimeForMarker:(NSString * _Nonnull)named SWIFT_WARN_UNUSED_RESULT; +@end + +/// An Objective-C compatible version of LottieBackgroundBehavior. +typedef SWIFT_ENUM(NSInteger, CompatibleBackgroundBehavior, open) { +/// Stop the animation and reset it to the beginning of its current play time. The completion block is called. + CompatibleBackgroundBehaviorStop = 0, +/// Pause the animation in its current state. The completion block is called. + CompatibleBackgroundBehaviorPause = 1, +/// Pause the animation and restart it when the application moves to the foreground. +/// The completion block is stored and called when the animation completes. +///
      +///
    • +/// This is the default when using the Main Thread rendering engine. +///
    • +///
    + CompatibleBackgroundBehaviorPauseAndRestore = 2, +/// Stops the animation and sets it to the end of its current play time. The completion block is called. + CompatibleBackgroundBehaviorForceFinish = 3, +/// The animation continues playing in the background. +///
      +///
    • +/// This is the default when using the Core Animation rendering engine. +/// Playing an animation using the Core Animation engine doesn’t come with any CPU overhead, +/// so using .continuePlaying avoids the need to stop and then resume the animation +/// (which does come with some CPU overhead). +///
    • +///
    • +/// This mode should not be used with the Main Thread rendering engine. +///
    • +///
    + CompatibleBackgroundBehaviorContinuePlaying = 4, +}; + + +/// An Objective-C compatible wrapper around Lottie’s DictionaryTextProvider. +/// Use in tandem with CompatibleAnimationView to supply text to LottieAnimationView +/// when using Lottie in Objective-C. +SWIFT_CLASS("_TtC6Lottie32CompatibleDictionaryTextProvider") +@interface CompatibleDictionaryTextProvider : NSObject +- (nonnull instancetype)initWithValues:(NSDictionary * _Nonnull)values OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +/// An Objective-C compatible wrapper around Lottie’s RenderingEngineOption enum. Pass in an option +/// to the CompatibleAnimationView initializers to configure the rendering engine for the view. +typedef SWIFT_ENUM(NSInteger, CompatibleRenderingEngineOption, open) { +/// Uses the rendering engine specified in LottieConfiguration.shared. + CompatibleRenderingEngineOptionShared = 0, +/// Uses the library default rendering engine, coreAnimation. + CompatibleRenderingEngineOptionDefaultEngine = 1, +/// Optimizes rendering performance by using the Core Animation rendering engine for animations it +/// can render while falling back to the main thread renderer for all other animations. + CompatibleRenderingEngineOptionAutomatic = 2, +/// Only renders animations using the main thread rendering engine. + CompatibleRenderingEngineOptionMainThread = 3, +/// Only renders animations using the Core Animation rendering engine. Those animations that use +/// features not yet supported on this renderer will not be rendered. + CompatibleRenderingEngineOptionCoreAnimation = 4, +}; /// The base class for a child layer of CompositionContainer @@ -302,7 +605,6 @@ SWIFT_CLASS("_TtC6Lottie18CoreAnimationLayer") @end -@class NSString; @protocol CAAction; /// A CALayer subclass that renders text content using CoreText @@ -327,6 +629,7 @@ SWIFT_CLASS("_TtC6Lottie10DebugLayer") + /// A CAGradientLayer subclass used to render a gradient outside the normal layer bounds ///
      ///
    • @@ -411,21 +714,43 @@ SWIFT_CLASS("_TtC6Lottie18InvertedMatteLayer") @end -/// The base view for LottieAnimationView on macOs. +/// A CALayer subclass for rendering Lottie animations. +///
        +///
      • +/// Also available as a SwiftUI view (LottieView) and a UIView subclass (LottieAnimationView) +///
      • +///
      +SWIFT_CLASS("_TtC6Lottie20LottieAnimationLayer") +@interface LottieAnimationLayer : CALayer +/// Called by CoreAnimation to create a shadow copy of this layer +/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init +- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +/// The base view for LottieAnimationView on iOS, tvOS, watchOS, and macCatalyst. /// Enables the LottieAnimationView implementation to be shared across platforms. SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") -@interface LottieAnimationViewBase : NSView -@property (nonatomic, readonly) BOOL wantsUpdateLayer; -@property (nonatomic, readonly, getter=isFlipped) BOOL flipped; -- (void)viewDidMoveToWindow; -- (void)layout; +@interface LottieAnimationViewBase : UIView +@property (nonatomic) UIViewContentMode contentMode; +- (void)didMoveToWindow; +- (void)layoutSubviews; - (void)animationWillMoveToBackground; - (void)animationWillEnterForeground; -- (nonnull instancetype)initWithFrame:(NSRect)frameRect OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end +/// A UIView subclass for rendering Lottie animations. +///
        +///
      • +/// Also available as a SwiftUI view (LottieView) and a CALayer subclass (LottieAnimationLayer) +///
      • +///
      IB_DESIGNABLE SWIFT_CLASS("_TtC6Lottie19LottieAnimationView") @interface LottieAnimationView : LottieAnimationViewBase @@ -489,7 +814,6 @@ SWIFT_CLASS("_TtC6Lottie18MaskContainerLayer") - SWIFT_CLASS("_TtC6Lottie20NullCompositionLayer") @interface NullCompositionLayer : CompositionLayer - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; @@ -617,18 +941,24 @@ SWIFT_CLASS("_TtC6Lottie9TextLayer") /// The CALayer type responsible for only rendering the transform of a LayerModel SWIFT_CLASS("_TtC6Lottie14TransformLayer") @interface TransformLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)argument OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)__argument1 OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; @end + + + +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) #ifndef LOTTIE_SWIFT_H #define LOTTIE_SWIFT_H #pragma clang diagnostic push @@ -652,10 +982,38 @@ SWIFT_CLASS("_TtC6Lottie14TransformLayer") #endif #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -690,53 +1048,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif #endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif #endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif #endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif #endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif #endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif #endif #if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -756,28 +1127,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) # endif #endif - #if !defined(SWIFT_PROTOCOL) # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA #endif - #if !defined(SWIFT_EXTENSION) # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) #endif - #if !defined(OBJC_DESIGNATED_INITIALIZER) # if __has_attribute(objc_designated_initializer) # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) # else -# define OBJC_DESIGNATED_INITIALIZER +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -806,25 +1174,76 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) -# define IBSegueAction +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) #endif -#if __has_feature(modules) +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif -@import AppKit; +@import CoreFoundation; @import CoreGraphics; @import Foundation; @import ObjectiveC; @import QuartzCore; +@import UIKit; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -832,6 +1251,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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") @@ -840,8 +1260,63 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) +@class NSCoder; +@class UITouch; +@class UIEvent; + +/// Lottie comes prepacked with a two Animated Controls, AnimatedSwitch and +/// AnimatedButton. Both of these controls are built on top of AnimatedControl +/// AnimatedControl is a subclass of UIControl that provides an interactive +/// mechanism for controlling the visual state of an animation in response to +/// user actions. +/// The AnimatedControl will show and hide layers depending on the current +/// UIControl.State of the control. +/// Users of AnimationControl can set a Layer Name for each UIControl.State. +/// When the state is change the AnimationControl will change the visibility +/// of its layers. +/// NOTE: Do not initialize directly. This is intended to be subclassed. +SWIFT_CLASS("_TtC6Lottie15AnimatedControl") +@interface AnimatedControl : UIControl +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +@property (nonatomic, getter=isEnabled) BOOL enabled; +@property (nonatomic, getter=isSelected) BOOL selected; +@property (nonatomic, getter=isHighlighted) BOOL highlighted; +@property (nonatomic, readonly) CGSize intrinsicContentSize; +- (BOOL)beginTrackingWithTouch:(UITouch * _Nonnull)touch withEvent:(UIEvent * _Nullable)event SWIFT_WARN_UNUSED_RESULT; +- (BOOL)continueTrackingWithTouch:(UITouch * _Nonnull)touch withEvent:(UIEvent * _Nullable)event SWIFT_WARN_UNUSED_RESULT; +- (void)endTrackingWithTouch:(UITouch * _Nullable)touch withEvent:(UIEvent * _Nullable)event; +- (void)cancelTrackingWithEvent:(UIEvent * _Nullable)event; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + + +/// An interactive button that plays an animation when pressed. +SWIFT_CLASS("_TtC6Lottie14AnimatedButton") +@interface AnimatedButton : AnimatedControl +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +- (BOOL)beginTrackingWithTouch:(UITouch * _Nonnull)touch withEvent:(UIEvent * _Nullable)event SWIFT_WARN_UNUSED_RESULT; +- (void)endTrackingWithTouch:(UITouch * _Nullable)touch withEvent:(UIEvent * _Nullable)event; +@property (nonatomic) UIAccessibilityTraits accessibilityTraits; +@end + + + +/// An interactive switch with an ‘On’ and ‘Off’ state. When the user taps on the +/// switch the state is toggled and the appropriate animation is played. +/// Both the ‘On’ and ‘Off’ have an animation play range associated with their state. +/// Also available as a SwiftUI view (LottieSwitch). +SWIFT_CLASS("_TtC6Lottie14AnimatedSwitch") +@interface AnimatedSwitch : AnimatedControl +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +- (void)endTrackingWithTouch:(UITouch * _Nullable)touch withEvent:(UIEvent * _Nullable)event; +@property (nonatomic) UIAccessibilityTraits accessibilityTraits; +@end + @class CAAnimation; -@class NSNumber; SWIFT_CLASS("_TtC6Lottie27AnimationCompletionDelegate") @interface AnimationCompletionDelegate : NSObject @@ -850,12 +1325,11 @@ SWIFT_CLASS("_TtC6Lottie27AnimationCompletionDelegate") + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end -@class NSCoder; /// A view that can be added to a keypath of an AnimationView SWIFT_CLASS("_TtC6Lottie16AnimationSubview") -@interface AnimationSubview : NSView -- (nonnull instancetype)initWithFrame:(NSRect)frameRect OBJC_DESIGNATED_INITIALIZER; +@interface AnimationSubview : UIView +- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end @@ -878,6 +1352,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") /// Called by CoreAnimation to create a shadow copy of this layer /// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (void)addSublayer:(CALayer * _Nonnull)layer; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end @@ -903,6 +1378,164 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") + + +@class NSString; +@class NSBundle; + +/// An Objective-C compatible wrapper around Lottie’s Animation class. +/// Use in tandem with CompatibleAnimationView when using Lottie in Objective-C +SWIFT_CLASS("_TtC6Lottie19CompatibleAnimation") +@interface CompatibleAnimation : NSObject +- (nonnull instancetype)initWithName:(NSString * _Nonnull)name subdirectory:(NSString * _Nullable)subdirectory bundle:(NSBundle * _Nonnull)bundle OBJC_DESIGNATED_INITIALIZER; ++ (CompatibleAnimation * _Nonnull)named:(NSString * _Nonnull)name SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +/// An Objective-C compatible wrapper around Lottie’s AnimationKeypath +SWIFT_CLASS("_TtC6Lottie26CompatibleAnimationKeypath") +@interface CompatibleAnimationKeypath : NSObject +/// Creates a keypath from a dot separated string. The string is separated by “.” +- (nonnull instancetype)initWithKeypath:(NSString * _Nonnull)keypath OBJC_DESIGNATED_INITIALIZER; +/// Creates a keypath from a list of strings. +- (nonnull instancetype)initWithKeys:(NSArray * _Nonnull)keys OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +enum CompatibleRenderingEngineOption : NSInteger; +@class NSURL; +@class NSData; +@class CompatibleDictionaryTextProvider; +enum CompatibleBackgroundBehavior : NSInteger; +@class UIColor; + +/// An Objective-C compatible wrapper around Lottie’s LottieAnimationView. +SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") +@interface CompatibleAnimationView : UIView +/// Initializes a compatible AnimationView with a given compatible animation. Defaults to using +/// the rendering engine specified in LottieConfiguration.shared. +- (nonnull instancetype)initWithCompatibleAnimation:(CompatibleAnimation * _Nonnull)compatibleAnimation; +/// Initializes a compatible AnimationView with a given compatible animation and rendering engine +/// configuration. +- (nonnull instancetype)initWithCompatibleAnimation:(CompatibleAnimation * _Nonnull)compatibleAnimation compatibleRenderingEngineOption:(enum CompatibleRenderingEngineOption)compatibleRenderingEngineOption OBJC_DESIGNATED_INITIALIZER; +/// Initializes a compatible AnimationView with the resources asynchronously loaded from a given +/// URL. Defaults to using the rendering engine specified in LottieConfiguration.shared. +- (nonnull instancetype)initWithUrl:(NSURL * _Nonnull)url; +/// Initializes a compatible AnimationView with the resources asynchronously loaded from a given +/// URL using the given rendering engine configuration. +- (nonnull instancetype)initWithUrl:(NSURL * _Nonnull)url compatibleRenderingEngineOption:(enum CompatibleRenderingEngineOption)compatibleRenderingEngineOption OBJC_DESIGNATED_INITIALIZER; +/// Initializes a compatible AnimationView from a given Data object specifying the Lottie +/// animation. Defaults to using the rendering engine specified in LottieConfiguration.shared. +- (nonnull instancetype)initWithData:(NSData * _Nonnull)data; +/// Initializes a compatible AnimationView from a given Data object specifying the Lottie +/// animation using the given rendering engine configuration. +- (nonnull instancetype)initWithData:(NSData * _Nonnull)data compatibleRenderingEngineOption:(enum CompatibleRenderingEngineOption)compatibleRenderingEngineOption OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; +@property (nonatomic, strong) CompatibleAnimation * _Nullable compatibleAnimation; +@property (nonatomic) CGFloat loopAnimationCount; +@property (nonatomic, strong) CompatibleDictionaryTextProvider * _Nullable compatibleDictionaryTextProvider; +@property (nonatomic) UIViewContentMode contentMode; +@property (nonatomic) BOOL shouldRasterizeWhenIdle; +@property (nonatomic) CGFloat currentProgress; +@property (nonatomic, readonly) CGFloat duration; +@property (nonatomic) NSTimeInterval currentTime; +@property (nonatomic) CGFloat currentFrame; +@property (nonatomic, readonly) CGFloat realtimeAnimationFrame; +@property (nonatomic, readonly) CGFloat realtimeAnimationProgress; +@property (nonatomic) CGFloat animationSpeed; +@property (nonatomic) BOOL respectAnimationFrameRate; +@property (nonatomic, readonly) BOOL isAnimationPlaying; +@property (nonatomic) enum CompatibleBackgroundBehavior backgroundMode; +- (void)play; +- (void)playWithCompletion:(void (^ _Nullable)(BOOL))completion; +/// Note: When calling this code from Objective-C, the method signature is +/// playFromProgress:toProgress:completion which drops the standard “With” naming convention. +- (void)playFromProgress:(CGFloat)fromProgress toProgress:(CGFloat)toProgress completion:(void (^ _Nullable)(BOOL))completion; +/// Note: When calling this code from Objective-C, the method signature is +/// playFromFrame:toFrame:completion which drops the standard “With” naming convention. +- (void)playFromFrame:(CGFloat)fromFrame toFrame:(CGFloat)toFrame completion:(void (^ _Nullable)(BOOL))completion; +/// Note: When calling this code from Objective-C, the method signature is +/// playFromMarker:toMarker:completion which drops the standard “With” naming convention. +- (void)playFromMarker:(NSString * _Nonnull)fromMarker toMarker:(NSString * _Nonnull)toMarker completion:(void (^ _Nullable)(BOOL))completion; +- (void)playWithMarker:(NSString * _Nonnull)marker completion:(void (^ _Nullable)(BOOL))completion; +- (void)stop; +- (void)pause; +- (void)reloadImages; +- (void)forceDisplayUpdate; +- (id _Nullable)getValueFor:(CompatibleAnimationKeypath * _Nonnull)keypath atFrame:(CGFloat)atFrame SWIFT_WARN_UNUSED_RESULT; +- (void)logHierarchyKeypaths; +- (void)setColorValue:(UIColor * _Nonnull)color forKeypath:(CompatibleAnimationKeypath * _Nonnull)keypath; +- (UIColor * _Nullable)getColorValueFor:(CompatibleAnimationKeypath * _Nonnull)keypath atFrame:(CGFloat)atFrame SWIFT_WARN_UNUSED_RESULT; +- (void)addSubview:(AnimationSubview * _Nonnull)subview forLayerAt:(CompatibleAnimationKeypath * _Nonnull)keypath; +- (CGRect)convertWithRect:(CGRect)rect toLayerAt:(CompatibleAnimationKeypath * _Nullable)keypath SWIFT_WARN_UNUSED_RESULT; +- (CGPoint)convertWithPoint:(CGPoint)point toLayerAt:(CompatibleAnimationKeypath * _Nullable)keypath SWIFT_WARN_UNUSED_RESULT; +- (CGFloat)progressTimeForMarker:(NSString * _Nonnull)named SWIFT_WARN_UNUSED_RESULT; +- (CGFloat)frameTimeForMarker:(NSString * _Nonnull)named SWIFT_WARN_UNUSED_RESULT; +- (CGFloat)durationFrameTimeForMarker:(NSString * _Nonnull)named SWIFT_WARN_UNUSED_RESULT; +@end + +/// An Objective-C compatible version of LottieBackgroundBehavior. +typedef SWIFT_ENUM(NSInteger, CompatibleBackgroundBehavior, open) { +/// Stop the animation and reset it to the beginning of its current play time. The completion block is called. + CompatibleBackgroundBehaviorStop = 0, +/// Pause the animation in its current state. The completion block is called. + CompatibleBackgroundBehaviorPause = 1, +/// Pause the animation and restart it when the application moves to the foreground. +/// The completion block is stored and called when the animation completes. +///
        +///
      • +/// This is the default when using the Main Thread rendering engine. +///
      • +///
      + CompatibleBackgroundBehaviorPauseAndRestore = 2, +/// Stops the animation and sets it to the end of its current play time. The completion block is called. + CompatibleBackgroundBehaviorForceFinish = 3, +/// The animation continues playing in the background. +///
        +///
      • +/// This is the default when using the Core Animation rendering engine. +/// Playing an animation using the Core Animation engine doesn’t come with any CPU overhead, +/// so using .continuePlaying avoids the need to stop and then resume the animation +/// (which does come with some CPU overhead). +///
      • +///
      • +/// This mode should not be used with the Main Thread rendering engine. +///
      • +///
      + CompatibleBackgroundBehaviorContinuePlaying = 4, +}; + + +/// An Objective-C compatible wrapper around Lottie’s DictionaryTextProvider. +/// Use in tandem with CompatibleAnimationView to supply text to LottieAnimationView +/// when using Lottie in Objective-C. +SWIFT_CLASS("_TtC6Lottie32CompatibleDictionaryTextProvider") +@interface CompatibleDictionaryTextProvider : NSObject +- (nonnull instancetype)initWithValues:(NSDictionary * _Nonnull)values OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +/// An Objective-C compatible wrapper around Lottie’s RenderingEngineOption enum. Pass in an option +/// to the CompatibleAnimationView initializers to configure the rendering engine for the view. +typedef SWIFT_ENUM(NSInteger, CompatibleRenderingEngineOption, open) { +/// Uses the rendering engine specified in LottieConfiguration.shared. + CompatibleRenderingEngineOptionShared = 0, +/// Uses the library default rendering engine, coreAnimation. + CompatibleRenderingEngineOptionDefaultEngine = 1, +/// Optimizes rendering performance by using the Core Animation rendering engine for animations it +/// can render while falling back to the main thread renderer for all other animations. + CompatibleRenderingEngineOptionAutomatic = 2, +/// Only renders animations using the main thread rendering engine. + CompatibleRenderingEngineOptionMainThread = 3, +/// Only renders animations using the Core Animation rendering engine. Those animations that use +/// features not yet supported on this renderer will not be rendered. + CompatibleRenderingEngineOptionCoreAnimation = 4, +}; /// The base class for a child layer of CompositionContainer @@ -930,7 +1563,6 @@ SWIFT_CLASS("_TtC6Lottie18CoreAnimationLayer") @end -@class NSString; @protocol CAAction; /// A CALayer subclass that renders text content using CoreText @@ -955,6 +1587,7 @@ SWIFT_CLASS("_TtC6Lottie10DebugLayer") + /// A CAGradientLayer subclass used to render a gradient outside the normal layer bounds ///
        ///
      • @@ -1039,21 +1672,43 @@ SWIFT_CLASS("_TtC6Lottie18InvertedMatteLayer") @end -/// The base view for LottieAnimationView on macOs. +/// A CALayer subclass for rendering Lottie animations. +///
          +///
        • +/// Also available as a SwiftUI view (LottieView) and a UIView subclass (LottieAnimationView) +///
        • +///
        +SWIFT_CLASS("_TtC6Lottie20LottieAnimationLayer") +@interface LottieAnimationLayer : CALayer +/// Called by CoreAnimation to create a shadow copy of this layer +/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init +- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +/// The base view for LottieAnimationView on iOS, tvOS, watchOS, and macCatalyst. /// Enables the LottieAnimationView implementation to be shared across platforms. SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") -@interface LottieAnimationViewBase : NSView -@property (nonatomic, readonly) BOOL wantsUpdateLayer; -@property (nonatomic, readonly, getter=isFlipped) BOOL flipped; -- (void)viewDidMoveToWindow; -- (void)layout; +@interface LottieAnimationViewBase : UIView +@property (nonatomic) UIViewContentMode contentMode; +- (void)didMoveToWindow; +- (void)layoutSubviews; - (void)animationWillMoveToBackground; - (void)animationWillEnterForeground; -- (nonnull instancetype)initWithFrame:(NSRect)frameRect OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @end +/// A UIView subclass for rendering Lottie animations. +///
          +///
        • +/// Also available as a SwiftUI view (LottieView) and a CALayer subclass (LottieAnimationLayer) +///
        • +///
        IB_DESIGNABLE SWIFT_CLASS("_TtC6Lottie19LottieAnimationView") @interface LottieAnimationView : LottieAnimationViewBase @@ -1117,7 +1772,6 @@ SWIFT_CLASS("_TtC6Lottie18MaskContainerLayer") - SWIFT_CLASS("_TtC6Lottie20NullCompositionLayer") @interface NullCompositionLayer : CompositionLayer - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; @@ -1245,14 +1899,22 @@ SWIFT_CLASS("_TtC6Lottie9TextLayer") /// The CALayer type responsible for only rendering the transform of a LayerModel SWIFT_CLASS("_TtC6Lottie14TransformLayer") @interface TransformLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)argument OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)__argument1 OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; @end + + + +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif +#else +#error unsupported Swift architecture #endif diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Lottie b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Lottie new file mode 100755 index 0000000..51c49a4 Binary files /dev/null and b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Lottie differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-ios-macabi.abi.json b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-ios-macabi.abi.json new file mode 100644 index 0000000..6557723 --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-ios-macabi.abi.json @@ -0,0 +1,67071 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ImageAsset", + "printedName": "ImageAsset", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC4nameSSvp", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC4nameSSvg", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "directory", + "printedName": "directory", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC9directorySSvp", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC9directorySSvg", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC5widthSdvp", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC5widthSdvg", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC6heightSdvp", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC6heightSdvg", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Final", + "AccessControl", + "Override" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie10ImageAssetC", + "mangledName": "$s6Lottie10ImageAssetC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "superclassUsr": "s:6Lottie5AssetC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.Asset" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationLayer", + "printedName": "LottieAnimationLayer", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4stopyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pauseyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationLayerDidLoad", + "printedName": "animationLayerDidLoad", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLayer", + "printedName": "animationLayer", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "screenScale", + "printedName": "screenScale", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12reloadImagesyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForBackgroundState", + "printedName": "updateAnimationForBackgroundState()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForForegroundState", + "printedName": "updateAnimationForForegroundState(wasWaitingToPlayAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer(im)init", + "mangledName": "$s6Lottie0A14AnimationLayerCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer", + "mangledName": "$s6Lottie0A14AnimationLayerC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)CALayer", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "QuartzCore.CALayer", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieButton", + "printedName": "LottieButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:action:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "mangledName": "$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6ButtonV4bodyQrvp", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6ButtonV4bodyQrvg", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedButton) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromProgress:toProgress:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate12fromProgress02toE02onAC14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromMarker:toMarker:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6ButtonV", + "mangledName": "$s6Lottie0A6ButtonV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "children": [ + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationFontProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultFontProvider", + "printedName": "DefaultFontProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultFontProviderCACycfc", + "mangledName": "$s6Lottie19DefaultFontProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultFontProviderC", + "mangledName": "$s6Lottie19DefaultFontProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationCache", + "printedName": "LottieAnimationCache", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14AnimationCacheO", + "mangledName": "$s6Lottie0A14AnimationCacheO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultAnimationCache", + "printedName": "DefaultAnimationCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21DefaultAnimationCacheCACycfc", + "mangledName": "$s6Lottie21DefaultAnimationCacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC05clearD0yyF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC05clearD0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21DefaultAnimationCacheC", + "mangledName": "$s6Lottie21DefaultAnimationCacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngineOption", + "printedName": "RenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> (Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie21RenderingEngineOptionO", + "mangledName": "$s6Lottie21RenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngine", + "printedName": "RenderingEngine", + "children": [ + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO10mainThreadyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvp", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvg", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvp", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvg", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15RenderingEngineO", + "mangledName": "$s6Lottie15RenderingEngineO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FilepathImageProvider", + "printedName": "FilepathImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21FilepathImageProviderC", + "mangledName": "$s6Lottie21FilepathImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "children": [ + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "children": [ + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DictionaryTextProvider", + "printedName": "DictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "mangledName": "$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie22DictionaryTextProviderC", + "mangledName": "$s6Lottie22DictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextProvider", + "printedName": "DefaultTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultTextProviderCACycfc", + "mangledName": "$s6Lottie19DefaultTextProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultTextProviderC", + "mangledName": "$s6Lottie19DefaultTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CoordinateSpace", + "printedName": "CoordinateSpace", + "children": [ + { + "kind": "Var", + "name": "type2d", + "printedName": "type2d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type2dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type2dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "type3d", + "printedName": "type3d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type3dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type3dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CoordinateSpace?", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivp", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivg", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15CoordinateSpaceO", + "mangledName": "$s6Lottie15CoordinateSpaceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimation", + "printedName": "LottieAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionary:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "startFrame", + "printedName": "startFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endFrame", + "printedName": "endFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "framerate", + "printedName": "framerate", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC9framerateSdvp", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC9framerateSdvg", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "markerNames", + "printedName": "markerNames", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvp", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvg", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8durationSdvp", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8durationSdvg", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bounds", + "printedName": "bounds", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "filepath", + "printedName": "filepath(_:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(_:bundle:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(data:strategy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "mangledName": "$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:closure:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forFrame:clamped:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime8forFrame7clamped14CoreFoundation7CGFloatVAI_SbtF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime11forProgress14CoreFoundation7CGFloatVAH_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "time", + "printedName": "time(forFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4time8forFrameSd14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime03forD014CoreFoundation7CGFloatVSd_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A9AnimationC", + "mangledName": "$s6Lottie0A9AnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieSwitch", + "printedName": "LottieSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "mangledName": "$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6SwitchV4bodyQrvp", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6SwitchV4bodyQrvg", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isOn", + "printedName": "isOn(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "mangledName": "$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "onAnimation", + "printedName": "onAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "offAnimation", + "printedName": "offAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6SwitchV", + "mangledName": "$s6Lottie0A6SwitchV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "children": [ + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "mangledName": "$s6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "mangledName": "$s6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie22AnimationCacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject, τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationSource", + "printedName": "LottieAnimationSource", + "children": [ + { + "kind": "Var", + "name": "lottieAnimation", + "printedName": "lottieAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dotLottieFile", + "printedName": "dotLottieFile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A15AnimationSourceO", + "mangledName": "$s6Lottie0A15AnimationSourceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieView", + "printedName": "LottieView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFile:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A4ViewV4bodyQrvp", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A4ViewV4bodyQrvg", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "mangledName": "$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resizable", + "printedName": "resizable()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9resizableACyxGyF", + "mangledName": "$s6Lottie0A4ViewV9resizableACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "intrinsicSize", + "printedName": "intrinsicSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "mangledName": "$s6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playACyxGyF", + "mangledName": "$s6Lottie0A4ViewV4playACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "looping", + "printedName": "looping()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7loopingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7loopingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "hasDefaultArg": true, + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "mangledName": "$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "mangledName": "$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7playingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paused", + "printedName": "paused(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "hasDefaultArg": true, + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playbackMode", + "printedName": "playbackMode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "mangledName": "$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationSpeed", + "printedName": "animationSpeed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "mangledName": "$s6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidLoad", + "printedName": "animationDidLoad(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "mangledName": "$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidFinish", + "printedName": "animationDidFinish(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "mangledName": "$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "mangledName": "$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "accessibilityLabel", + "printedName": "accessibilityLabel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "mangledName": "$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logger", + "printedName": "logger(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "mangledName": "$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "imageProvider", + "printedName": "imageProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationImageProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textProvider", + "printedName": "textProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationKeypathTextProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fontProvider", + "printedName": "fontProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationFontProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnyValueProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentProgress", + "printedName": "currentProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV15currentProgressyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentFrame", + "printedName": "currentFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12currentFrameyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV12currentFrameyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentTime", + "printedName": "currentTime(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "mangledName": "$s6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadAnimationTrigger", + "printedName": "reloadAnimationTrigger(_:showPlaceholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationProgress", + "printedName": "getRealtimeAnimationProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationFrame", + "printedName": "getRealtimeAnimationFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dotLottieConfigurationComponents", + "printedName": "dotLottieConfigurationComponents(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "mangledName": "$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A4ViewV", + "mangledName": "$s6Lottie0A4ViewV", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Asset", + "printedName": "Asset", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Asset", + "printedName": "Lottie.Asset", + "usr": "s:6Lottie5AssetC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie5AssetC2idSSvp", + "mangledName": "$s6Lottie5AssetC2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "Final", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie5AssetC2idSSvg", + "mangledName": "$s6Lottie5AssetC2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie5AssetC", + "mangledName": "$s6Lottie5AssetC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOption", + "printedName": "ReducedMotionOption", + "children": [ + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dynamic", + "printedName": "dynamic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable)", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOptionProvider", + "printedName": "Lottie.ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnyHashable", + "printedName": "Swift.AnyHashable", + "usr": "s:s11AnyHashableV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "systemReducedMotionToggle", + "printedName": "systemReducedMotionToggle", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivp", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivg", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie19ReducedMotionOptionO", + "mangledName": "$s6Lottie19ReducedMotionOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionMode", + "printedName": "ReducedMotionMode", + "children": [ + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivp", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivg", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie17ReducedMotionModeO", + "mangledName": "$s6Lottie17ReducedMotionModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "children": [ + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.ReducedMotionOptionProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SystemReducedMotionOptionProvider", + "printedName": "SystemReducedMotionOptionProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "SystemReducedMotionOptionProvider", + "printedName": "Lottie.SystemReducedMotionOptionProvider", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderVACycfc", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderVACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "SizeValueProvider", + "printedName": "SizeValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderC5blockACSo6CGSizeV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "mangledName": "$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie17SizeValueProviderC", + "mangledName": "$s6Lottie17SizeValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "OperatorDecl", + "name": "+|", + "printedName": "+|", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "OperatorDecl", + "name": "+-", + "printedName": "+-", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimation", + "printedName": "CompatibleAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:subdirectory:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)initWithName:subdirectory:bundle:", + "mangledName": "$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc", + "moduleName": "Lottie", + "objc_name": "initWithName:subdirectory:bundle:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)init", + "mangledName": "$s6Lottie19CompatibleAnimationCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation", + "mangledName": "$s6Lottie19CompatibleAnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleRenderingEngineOption", + "printedName": "CompatibleRenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionShared", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO6sharedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "defaultEngine", + "printedName": "defaultEngine", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionDefaultEngine", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO07defaultD0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionAutomatic", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionMainThread", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionCoreAnimation", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Function", + "name": "generateLottieConfiguration", + "printedName": "generateLottieConfiguration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Func", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleRenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleBackgroundBehavior", + "printedName": "CompatibleBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorStop", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPause", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPauseAndRestore", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorForceFinish", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorContinuePlaying", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleBackgroundBehavior?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationView", + "printedName": "CompatibleAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "compatibleAnimation", + "printedName": "compatibleAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopAnimationCount", + "printedName": "loopAnimationCount", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setLoopAnimationCount:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC04loopC5Count14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "compatibleDictionaryTextProvider", + "printedName": "compatibleDictionaryTextProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleDictionaryTextProvider:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setContentMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setShouldRasterizeWhenIdle:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentProgress:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentTime:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setAnimationSpeed:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setRespectAnimationFrameRate:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundMode", + "printedName": "backgroundMode", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setBackgroundMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)play", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4playyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithCompletion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "objc_name": "playWithCompletion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromProgress:toProgress:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromProgress:toProgress:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromFrame:toFrame:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromFrame:toFrame:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromMarker:toMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromMarker:toMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playWithMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)stop", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)pause", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)reloadImages", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)forceDisplayUpdate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)logHierarchyKeypaths", + "mangledName": "$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setColorValue", + "printedName": "setColorValue(_:forKeypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setColorValue:forKeypath:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getColorValue", + "printedName": "getColorValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIColor?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getColorValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getColorValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)addSubview:forLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(rect:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithRect:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithRect:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(point:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithPoint:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithPoint:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)progressTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "progressTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)frameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "frameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)durationFrameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "durationFrameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView", + "mangledName": "$s6Lottie23CompatibleAnimationViewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleDictionaryTextProvider", + "printedName": "CompatibleDictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(values:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)initWithValues:", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithValues:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)init", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ColorFormatDenominator", + "printedName": "ColorFormatDenominator", + "children": [ + { + "kind": "Var", + "name": "One", + "printedName": "One", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "OneHundred", + "printedName": "OneHundred", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "TwoFiftyFive", + "printedName": "TwoFiftyFive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivp", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivg", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie22ColorFormatDenominatorO", + "mangledName": "$s6Lottie22ColorFormatDenominatorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieColor", + "printedName": "LottieColor", + "children": [ + { + "kind": "Var", + "name": "r", + "printedName": "r", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1rSdvp", + "mangledName": "$s6Lottie0A5ColorV1rSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvg", + "mangledName": "$s6Lottie0A5ColorV1rSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvs", + "mangledName": "$s6Lottie0A5ColorV1rSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvM", + "mangledName": "$s6Lottie0A5ColorV1rSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "g", + "printedName": "g", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1gSdvp", + "mangledName": "$s6Lottie0A5ColorV1gSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvg", + "mangledName": "$s6Lottie0A5ColorV1gSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvs", + "mangledName": "$s6Lottie0A5ColorV1gSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvM", + "mangledName": "$s6Lottie0A5ColorV1gSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "b", + "printedName": "b", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1bSdvp", + "mangledName": "$s6Lottie0A5ColorV1bSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvg", + "mangledName": "$s6Lottie0A5ColorV1bSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvs", + "mangledName": "$s6Lottie0A5ColorV1bSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvM", + "mangledName": "$s6Lottie0A5ColorV1bSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "a", + "printedName": "a", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1aSdvp", + "mangledName": "$s6Lottie0A5ColorV1aSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvg", + "mangledName": "$s6Lottie0A5ColorV1aSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvs", + "mangledName": "$s6Lottie0A5ColorV1aSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvM", + "mangledName": "$s6Lottie0A5ColorV1aSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(r:g:b:a:denominator:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "hasDefaultArg": true, + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "mangledName": "$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV9hashValueSivp", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV9hashValueSivg", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A5ColorV", + "mangledName": "$s6Lottie0A5ColorV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ColorValueProvider", + "printedName": "ColorValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottieColor", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderC5blockAcA0aB0V14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18ColorValueProviderC", + "mangledName": "$s6Lottie18ColorValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypath", + "printedName": "AnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "keys", + "printedName": "keys", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvp", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvg", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvp", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvg", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivp", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivg", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie16AnimationKeypathV", + "mangledName": "$s6Lottie16AnimationKeypathV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieConfiguration", + "printedName": "LottieConfiguration", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(renderingEngine:decodingStrategy:colorSpace:reducedMotionOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "hasDefaultArg": true, + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "hasDefaultArg": true, + "usr": "c:@T@CGColorSpaceRef" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "hasDefaultArg": true, + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvpZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvgZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvsZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvMZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renderingEngine", + "printedName": "renderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "decodingStrategy", + "printedName": "decodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotionOption", + "printedName": "reducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "colorSpace", + "printedName": "colorSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivp", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivg", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A13ConfigurationV", + "mangledName": "$s6Lottie0A13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottiePlaybackMode", + "printedName": "LottiePlaybackMode", + "children": [ + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(at: Lottie.LottiePlaybackMode.PausedState)", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "playing", + "printedName": "playing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO8progressyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO8progressyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5frameyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5frameyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5pauseyA2CmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5pauseyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO12fromProgressyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO12fromProgressyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO9fromFrameyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO9fromFrameyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "TypeDecl", + "name": "PausedState", + "printedName": "PausedState", + "children": [ + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO8progressyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO8progressyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO5frameyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO5frameyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, position: Lottie.LottieMarkerPosition)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PlaybackMode", + "printedName": "PlaybackMode", + "children": [ + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvpZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvgZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO10toProgress_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO10toProgress_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO7toFrame_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO7toFrame_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO", + "mangledName": "$s6Lottie0A12PlaybackModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieMarkerPosition", + "printedName": "LottieMarkerPosition", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO5startyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO5startyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO3endyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO3endyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivp", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivg", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14MarkerPositionO", + "mangledName": "$s6Lottie0A14MarkerPositionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieVector2D", + "printedName": "LottieVector2D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector2DV", + "mangledName": "$s6Lottie0A8Vector2DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DecodingStrategy", + "printedName": "DecodingStrategy", + "children": [ + { + "kind": "Var", + "name": "legacyCodable", + "printedName": "legacyCodable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dictionaryBased", + "printedName": "dictionaryBased", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivp", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivg", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie16DecodingStrategyO", + "mangledName": "$s6Lottie16DecodingStrategyO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedControl", + "printedName": "AnimatedControl", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)init", + "mangledName": "$s6Lottie15AnimatedControlCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedControl?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithCoder:", + "mangledName": "$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "isEnabled", + "printedName": "isEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)enabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "enabled", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isEnabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isEnabled", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setEnabled:", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setEnabled:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isSelected", + "printedName": "isSelected", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)selected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "selected", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isSelected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isSelected", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setSelected:", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setSelected:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isHighlighted", + "printedName": "isHighlighted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)highlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "highlighted", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isHighlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isHighlighted", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setHighlighted:", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setHighlighted:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "continueTracking", + "printedName": "continueTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)continueTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC16continueTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "continueTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancelTracking", + "printedName": "cancelTracking(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)cancelTrackingWithEvent:", + "mangledName": "$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "cancelTrackingWithEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC15animationDidSetyyF", + "mangledName": "$s6Lottie15AnimatedControlC15animationDidSetyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationView", + "printedName": "animationView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setLayer", + "printedName": "setLayer(named:forState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "State", + "printedName": "UIKit.UIControl.State", + "usr": "c:@E@UIControlState" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "mangledName": "$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "mangledName": "$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithFrame:", + "mangledName": "$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl", + "mangledName": "$s6Lottie15AnimatedControlC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIControl", + "superclassNames": [ + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedButton", + "printedName": "AnimatedButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)init", + "mangledName": "$s6Lottie14AnimatedButtonCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedButton?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "performAction", + "printedName": "performAction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvp", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvg", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvs", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvM", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromProgress:toProgress:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromMarker:toMarker:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton", + "mangledName": "$s6Lottie14AnimatedButtonC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "children": [ + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvp", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvg", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "typeErasedStorage", + "printedName": "typeErasedStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderP9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "value", + "printedName": "value(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderPAAE5value5frameyp14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ValueProviderStorage", + "printedName": "ValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> ([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe<τ_0_0>]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO7closureyACyxGx14CoreFoundation7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO7closureyACyxGx12CoreGraphics7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie20ValueProviderStorageO", + "mangledName": "$s6Lottie20ValueProviderStorageO", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProviderStorage", + "printedName": "AnyValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> ([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Lottie.Keyframe], interpolate: (CoreGraphics.CGFloat) -> Any)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp14CoreFoundation7CGFloatVctcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp12CoreGraphics7CGFloatVctcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO7closureyACyp14CoreFoundation7CGFloatVccACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO7closureyACyp12CoreGraphics7CGFloatVccACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie23AnyValueProviderStorageO", + "mangledName": "$s6Lottie23AnyValueProviderStorageO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedSwitch", + "printedName": "AnimatedSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)init", + "mangledName": "$s6Lottie14AnimatedSwitchCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedSwitch?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC15animationDidSetyyF", + "mangledName": "$s6Lottie14AnimatedSwitchC15animationDidSetyyF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "CancelBehavior", + "printedName": "CancelBehavior", + "children": [ + { + "kind": "Var", + "name": "reverse", + "printedName": "reverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Var", + "name": "cancelBehavior", + "printedName": "cancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animateUpdateWhenChangingAnimation", + "printedName": "animateUpdateWhenChangingAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "stateUpdated", + "printedName": "stateUpdated", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isOn", + "printedName": "isOn", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setIsOn", + "printedName": "setIsOn(_:animated:shouldFireHaptics:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "mangledName": "$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setProgressForState", + "printedName": "setProgressForState(fromProgress:toProgress:forOnState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y14CoreFoundation7CGFloatV_AJSbtF", + "mangledName": "$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch", + "mangledName": "$s6Lottie14AnimatedSwitchC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector1D", + "printedName": "LottieVector1D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DVyACSdcfc", + "mangledName": "$s6Lottie0A8Vector1DVyACSdcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV5valueSdvp", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV5valueSdvg", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector1DV", + "mangledName": "$s6Lottie0A8Vector1DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector3D", + "printedName": "LottieVector3D", + "children": [ + { + "kind": "Var", + "name": "x", + "printedName": "x", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1xSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1xSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "y", + "printedName": "y", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1ySdvp", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1ySdvg", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "z", + "printedName": "z", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1zSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1zSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(x:y:z:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "mangledName": "$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "pointValue", + "printedName": "pointValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sizeValue", + "printedName": "sizeValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector3DV", + "mangledName": "$s6Lottie0A8Vector3DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieBackgroundBehavior", + "printedName": "LottieBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "default", + "printedName": "default(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A18BackgroundBehaviorO", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieLoopMode", + "printedName": "LottieLoopMode", + "children": [ + { + "kind": "Var", + "name": "playOnce", + "printedName": "playOnce", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO8playOnceyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO8playOnceyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loop", + "printedName": "loop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO4loopyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO4loopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "autoReverse", + "printedName": "autoReverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO11autoReverseyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO11autoReverseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeat", + "printedName": "repeat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO6repeatyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO6repeatyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeatBackwards", + "printedName": "repeatBackwards", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivp", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivg", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A8LoopModeO", + "mangledName": "$s6Lottie0A8LoopModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationView", + "printedName": "LottieAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationView?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithCoder:", + "mangledName": "$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4stopyyF", + "mangledName": "$s6Lottie0A13AnimationViewC4stopyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC5pauseyyF", + "mangledName": "$s6Lottie0A13AnimationViewC5pauseyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animateLayoutChangesWithCurrentCoreAnimationContext", + "printedName": "animateLayoutChangesWithCurrentCoreAnimationContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationQueued", + "printedName": "isAnimationQueued", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvp", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvg", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvs", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "viewportFrame", + "printedName": "viewportFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(py)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12reloadImagesyyF", + "mangledName": "$s6Lottie0A13AnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:bundle:subdirectory:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filePath:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:imageProvider:session:closure:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(asset:bundle:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieName:bundle:subdirectory:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFilePath:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieUrl:animationId:dotLottieCache:configuration:session:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieAsset:bundle:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView", + "mangledName": "$s6Lottie0A13AnimationViewC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "IBDesignable", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.LottieAnimationViewBase", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieError", + "printedName": "DotLottieError", + "children": [ + { + "kind": "Var", + "name": "noDataLoaded", + "printedName": "noDataLoaded", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "assetNotFound", + "printedName": "assetNotFound", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> (Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, bundle: Foundation.Bundle?)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "mangledName": "$s6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loadingFromAssetNotSupported", + "printedName": "loadingFromAssetNotSupported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidFileFormat", + "printedName": "invalidFileFormat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "invalidData", + "printedName": "invalidData", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "animationNotAvailable", + "printedName": "animationNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA5ErrorO", + "mangledName": "$s6Lottie03DotA5ErrorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FloatValueProvider", + "printedName": "FloatValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderC5blockAC14CoreFoundation7CGFloatVAGc_tcfc", + "mangledName": "$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderCyAC14CoreFoundation7CGFloatVcfc", + "mangledName": "$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "float", + "printedName": "float", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18FloatValueProviderC", + "mangledName": "$s6Lottie18FloatValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationKeypath", + "printedName": "CompatibleAnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeypath:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeypath:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeys:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeys:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "animationKeypath", + "printedName": "animationKeypath", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)init", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "children": [ + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "mangledName": "$s6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie03DotA13CacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieCache", + "printedName": "DotLottieCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA5CacheCACycfc", + "mangledName": "$s6Lottie03DotA5CacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvpZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvgZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivp", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivg", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivs", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivM", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC05clearC0yyF", + "mangledName": "$s6Lottie03DotA5CacheC05clearC0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "mangledName": "$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA5CacheC", + "mangledName": "$s6Lottie03DotA5CacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LayerType", + "printedName": "LayerType", + "children": [ + { + "kind": "Var", + "name": "precomp", + "printedName": "precomp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7precompyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7precompyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "solid", + "printedName": "solid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5solidyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5solidyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "image", + "printedName": "image", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5imageyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5imageyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "null", + "printedName": "null", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4nullyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4nullyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "shape", + "printedName": "shape", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5shapeyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5shapeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4textyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4textyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LayerType?", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9LayerTypeO8rawValueSivp", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9LayerTypeO8rawValueSivg", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9LayerTypeO", + "mangledName": "$s6Lottie9LayerTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MatteType", + "printedName": "MatteType", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO4noneyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO4noneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "add", + "printedName": "add", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO3addyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO3addyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "invert", + "printedName": "invert", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO6invertyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO6invertyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.MatteType?", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9MatteTypeO8rawValueSivp", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9MatteTypeO8rawValueSivg", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9MatteTypeO", + "mangledName": "$s6Lottie9MatteTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "BlendMode", + "printedName": "BlendMode", + "children": [ + { + "kind": "Var", + "name": "normal", + "printedName": "normal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6normalyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6normalyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "multiply", + "printedName": "multiply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO8multiplyyA2CmF", + "mangledName": "$s6Lottie9BlendModeO8multiplyyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "screen", + "printedName": "screen", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6screenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6screenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "overlay", + "printedName": "overlay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7overlayyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7overlayyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "darken", + "printedName": "darken", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6darkenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6darkenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "lighten", + "printedName": "lighten", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7lightenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7lightenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorDodge", + "printedName": "colorDodge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10colorDodgeyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10colorDodgeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorBurn", + "printedName": "colorBurn", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9colorBurnyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9colorBurnyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hardLight", + "printedName": "hardLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9hardLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9hardLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "softLight", + "printedName": "softLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9softLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9softLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "difference", + "printedName": "difference", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10differenceyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10differenceyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "exclusion", + "printedName": "exclusion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9exclusionyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9exclusionyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hue", + "printedName": "hue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO3hueyA2CmF", + "mangledName": "$s6Lottie9BlendModeO3hueyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "saturation", + "printedName": "saturation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10saturationyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10saturationyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO5coloryA2CmF", + "mangledName": "$s6Lottie9BlendModeO5coloryA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "luminosity", + "printedName": "luminosity", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10luminosityyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10luminosityyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.BlendMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9BlendModeO8rawValueSivp", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9BlendModeO8rawValueSivg", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9BlendModeO", + "mangledName": "$s6Lottie9BlendModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "GradientValueProvider", + "printedName": "GradientValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((CoreGraphics.CGFloat) -> [Swift.Double])?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG14CoreFoundation7CGFloatVc_SaySdGAKcSgtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "colors", + "printedName": "colors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "locations", + "printedName": "locations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvp", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvg", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvs", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvM", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21GradientValueProviderC", + "mangledName": "$s6Lottie21GradientValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfiguration", + "printedName": "DotLottieConfiguration", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "speed", + "printedName": "speed", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA13ConfigurationV", + "mangledName": "$s6Lottie03DotA13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfigurationComponents", + "printedName": "DotLottieConfigurationComponents", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "all", + "printedName": "all", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "BundleImageProvider", + "printedName": "BundleImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(bundle:searchPath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "mangledName": "$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19BundleImageProviderC", + "mangledName": "$s6Lottie19BundleImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationSubview", + "printedName": "AnimationSubview", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithFrame:", + "mangledName": "$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationSubview?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithCoder:", + "mangledName": "$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview", + "mangledName": "$s6Lottie16AnimationSubviewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationViewBase", + "printedName": "LottieAnimationViewBase", + "children": [ + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(py)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)setContentMode:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "didMoveToWindow", + "printedName": "didMoveToWindow()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)didMoveToWindow", + "mangledName": "$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "didMoveToWindow", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)layoutSubviews", + "mangledName": "$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithFrame:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationViewBase?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithCoder:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "mangledName": "$s6Lottie0A17AnimationViewBaseC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "zlib", + "printedName": "zlib", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Compression", + "printedName": "Compression", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieFile", + "printedName": "DotLottieFile", + "children": [ + { + "kind": "TypeDecl", + "name": "Animation", + "printedName": "Animation", + "children": [ + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA4FileC9AnimationV", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "animations", + "printedName": "animations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SynchronouslyBlockingCurrentThread", + "printedName": "SynchronouslyBlockingCurrentThread", + "children": [ + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA4FileC", + "mangledName": "$s6Lottie03DotA4FileC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieLogger", + "printedName": "LottieLogger", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(assert:assertionFailure:warn:info:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.Bool, @autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.Bool, () -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "hasDefaultArg": true + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "mangledName": "$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC6sharedACvpZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvgZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvsZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvMZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "assert", + "printedName": "assert(_:_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "assertionFailure", + "printedName": "assertionFailure(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "warn", + "printedName": "warn(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "info", + "printedName": "info(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4infoyySSyXKF", + "mangledName": "$s6Lottie0A6LoggerC4infoyySSyXKF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "printToConsole", + "printedName": "printToConsole", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvpZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvgZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvgZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A6LoggerC", + "mangledName": "$s6Lottie0A6LoggerC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "PointValueProvider", + "printedName": "PointValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGPoint", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderC5blockACSo7CGPointV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "mangledName": "$s6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "point", + "printedName": "point", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18PointValueProviderC", + "mangledName": "$s6Lottie18PointValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Keyframe", + "printedName": "Keyframe", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "mangledName": "$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(value:time:isHold:inTangent:outTangent:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_14CoreFoundation7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "mangledName": "$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC5valuexvp", + "mangledName": "$s6Lottie8KeyframeC5valuexvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC5valuexvg", + "mangledName": "$s6Lottie8KeyframeC5valuexvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isHold", + "printedName": "isHold", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC6isHoldSbvp", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC6isHoldSbvg", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "inTangent", + "printedName": "inTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "outTangent", + "printedName": "outTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialInTangent", + "printedName": "spatialInTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialOutTangent", + "printedName": "spatialOutTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie8KeyframeC", + "mangledName": "$s6Lottie8KeyframeC", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "children": [ + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Interpolatable", + "printedName": "Interpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatableP11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatableP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable, τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "children": [ + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "UIView", + "printedName": "UIView", + "declKind": "Class", + "usr": "c:objc(cs)UIView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIView", + "declAttributes": [ + "Available", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIResponder", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CALayer", + "printedName": "CALayer", + "children": [ + { + "kind": "Function", + "name": "logLayerTree", + "printedName": "logLayerTree(withIndent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:So7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "mangledName": "$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)CALayer", + "moduleName": "QuartzCore", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "CALayer", + "declAttributes": [ + "Available", + "Available", + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Array", + "printedName": "Array", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:Sa", + "mangledName": "$sSa", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "_DestructorSafeContainer", + "printedName": "_DestructorSafeContainer", + "usr": "s:s24_DestructorSafeContainerP", + "mangledName": "$ss24_DestructorSafeContainerP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ArrayProtocol", + "printedName": "_ArrayProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "_Buffer", + "printedName": "_Buffer", + "children": [ + { + "kind": "TypeNominal", + "name": "_ArrayBuffer", + "printedName": "Swift._ArrayBuffer<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s12_ArrayBufferV" + } + ] + } + ], + "usr": "s:s14_ArrayProtocolP", + "mangledName": "$ss14_ArrayProtocolP" + }, + { + "kind": "Conformance", + "name": "RandomAccessCollection", + "printedName": "RandomAccessCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sk", + "mangledName": "$sSk" + }, + { + "kind": "Conformance", + "name": "MutableCollection", + "printedName": "MutableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:SM", + "mangledName": "$sSM" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSArray", + "printedName": "Foundation.NSArray", + "usr": "c:objc(cs)NSArray" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "ContiguousBytes", + "printedName": "ContiguousBytes", + "usr": "s:10Foundation15ContiguousBytesP", + "mangledName": "$s10Foundation15ContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DataProtocol", + "printedName": "DataProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "Regions", + "printedName": "Regions", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionOfOne", + "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt8]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt8", + "printedName": "Swift.UInt8", + "usr": "s:s5UInt8V" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s15CollectionOfOneV" + } + ] + } + ], + "usr": "s:10Foundation12DataProtocolP", + "mangledName": "$s10Foundation12DataProtocolP" + }, + { + "kind": "Conformance", + "name": "MutableDataProtocol", + "printedName": "MutableDataProtocol", + "usr": "s:10Foundation19MutableDataProtocolP", + "mangledName": "$s10Foundation19MutableDataProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Bundle", + "printedName": "Bundle", + "declKind": "Class", + "usr": "c:objc(cs)NSBundle", + "moduleName": "Foundation", + "isOpen": true, + "objc_name": "NSBundle", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGFloat", + "printedName": "CGFloat", + "declKind": "Struct", + "usr": "s:14CoreFoundation7CGFloatV", + "mangledName": "$s12CoreGraphics7CGFloatV", + "moduleName": "CoreFoundation", + "intro_Macosx": "10.0", + "intro_iOS": "2.0", + "intro_tvOS": "9.0", + "intro_watchOS": "1.0", + "declAttributes": [ + "Frozen", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "Available", + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Var", + "name": "lottieColorValue", + "printedName": "lottieColorValue", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGPoint", + "printedName": "CGPoint", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:So7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_14CoreFoundation7CGFloatVABSgALtF", + "mangledName": "$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGPoint", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Double", + "printedName": "Double", + "declKind": "Struct", + "usr": "s:Sd", + "mangledName": "$sSd", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Double.SIMD2Storage", + "usr": "s:Sd12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Double.SIMD4Storage", + "usr": "s:Sd12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Double.SIMD8Storage", + "usr": "s:Sd12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Double.SIMD16Storage", + "usr": "s:Sd13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Double.SIMD32Storage", + "usr": "s:Sd13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Double.SIMD64Storage", + "usr": "s:Sd13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGRect", + "printedName": "CGRect", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGRectV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGRect", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair, SwiftUI.AnimatablePair>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + }, + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGSize", + "printedName": "CGSize", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGSizeV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGSize", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DispatchQueue", + "printedName": "DispatchQueue", + "children": [ + { + "kind": "Var", + "name": "dotLottie", + "printedName": "dotLottie", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Var", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Accessor", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)OS_dispatch_queue", + "moduleName": "Dispatch", + "isOpen": true, + "objc_name": "OS_dispatch_queue", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "Sendable", + "HasMissingDesignatedInitializers", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)OS_dispatch_object", + "isExternal": true, + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Dispatch.DispatchObject", + "os_object.OS_object", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Scheduler", + "printedName": "Scheduler", + "children": [ + { + "kind": "TypeWitness", + "name": "SchedulerTimeType", + "printedName": "SchedulerTimeType", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerTimeType", + "printedName": "Dispatch.DispatchQueue.SchedulerTimeType", + "usr": "s:So17OS_dispatch_queueC8DispatchE17SchedulerTimeTypeV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SchedulerOptions", + "printedName": "SchedulerOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerOptions", + "printedName": "Dispatch.DispatchQueue.SchedulerOptions", + "usr": "s:So17OS_dispatch_queueC8DispatchE16SchedulerOptionsV" + } + ] + } + ], + "usr": "s:7Combine9SchedulerP", + "mangledName": "$s7Combine9SchedulerP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Float", + "printedName": "Float", + "declKind": "Struct", + "usr": "s:Sf", + "mangledName": "$sSf", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Float.SIMD2Storage", + "usr": "s:Sf12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Float.SIMD4Storage", + "usr": "s:Sf12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Float.SIMD8Storage", + "usr": "s:Sf12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Float.SIMD16Storage", + "usr": "s:Sf13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Float.SIMD32Storage", + "usr": "s:Sf13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Float.SIMD64Storage", + "usr": "s:Sf13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Optional", + "printedName": "Optional", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:Sq", + "mangledName": "$sSq", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "Gesture", + "printedName": "Gesture", + "children": [ + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI7GestureP", + "mangledName": "$s7SwiftUI7GestureP" + }, + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + }, + { + "kind": "Conformance", + "name": "TableRowContent", + "printedName": "TableRowContent", + "children": [ + { + "kind": "TypeWitness", + "name": "TableRowValue", + "printedName": "TableRowValue", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableRowValue" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableRowBody", + "printedName": "TableRowBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI15TableRowContentP", + "mangledName": "$s7SwiftUI15TableRowContentP" + }, + { + "kind": "Conformance", + "name": "Commands", + "printedName": "Commands", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI8CommandsP", + "mangledName": "$s7SwiftUI8CommandsP" + }, + { + "kind": "Conformance", + "name": "ToolbarContent", + "printedName": "ToolbarContent", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI14ToolbarContentP", + "mangledName": "$s7SwiftUI14ToolbarContentP" + }, + { + "kind": "Conformance", + "name": "CustomizableToolbarContent", + "printedName": "CustomizableToolbarContent", + "usr": "s:7SwiftUI26CustomizableToolbarContentP", + "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 1936, + "length": 7, + "value": "\"width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 2039, + "length": 8, + "value": "\"height\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "Array", + "offset": 2473, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2957, + "length": 10, + "value": "\";base64,\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1176, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1255, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Lottie.ShapeLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1733, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2037, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2050, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2106, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 4881, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 5785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 10, + "value": "\"Lottie.GroupLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 8600, + "length": 17, + "value": "\"repeater copies\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 8644, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 10090, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 10114, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 11862, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12004, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12171, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12503, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12656, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 13924, + "length": 187, + "value": "\"The Core Animation rendering engine doesn't support applying separate x\/y scale values (x: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14047, + "length": 1, + "value": "\", y: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14062, + "length": 1, + "value": "\") to this stroke item (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14097, + "length": 1, + "value": "\").\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 14163, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15150, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15230, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15944, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 16071, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 18465, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19886, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 20363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 264, + "length": 7, + "value": "\"Lottie.Ellipse\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 973, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3294, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3718, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7882, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8834, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 12406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18430, + "length": 376, + "value": "\"`LottieBackgroundBehavior.continuePlaying` should not be used with the Main Thread\nrendering engine, since this would waste CPU resources on playing an animation\nthat is not visible. Consider using a different background mode, or switching to\nthe Core Animation rendering engine (which does not have any CPU overhead).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 21894, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22155, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22868, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24528, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25137, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 25453, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 26873, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 31688, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 36243, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38392, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38886, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 39527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 40063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 40882, + "length": 11, + "value": "\"sublayers\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43201, + "length": 79, + "value": "\"Encountered Core Animation compatibility issues while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43356, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43364, + "length": 6, + "value": "\"\n\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43385, + "length": 339, + "value": "\"This animation cannot be rendered correctly by the Core Animation engine.\nTo resolve this issue, you can use `RenderingEngineOption.automatic`, which automatically falls back\nto the Main Thread rendering engine when necessary, or just use `RenderingEngineOption.mainThread`.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44014, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44052, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45301, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45339, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 45388, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45813, + "length": 78, + "value": "\"Encountered Core Animation compatibility issue while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45963, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45971, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45986, + "length": 397, + "value": "\"This animation may have additional compatibility issues, but animation setup was cancelled early to avoid wasted work.\n\nAutomatically falling back to Main Thread rendering engine. This fallback comes with some additional performance\noverhead, which can be reduced by manually specifying that this animation should always use the Main Thread engine.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 46828, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49073, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49431, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 51455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 51990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52717, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 53122, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 53577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53748, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 54129, + "length": 8, + "value": "\"Lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 20, + "value": "\"Lottie.LottieAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56463, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56541, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56629, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 3577, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4169, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4190, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7931, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7953, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 10820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "BooleanLiteral", + "offset": 11274, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 14105, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 13, + "value": "\"* |Children\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 406, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 3, + "value": "\"|\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2801, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4717, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5943, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 492, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 500, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 804, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 931, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 950, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 961, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 7, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1641, + "length": 9, + "value": "\".lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 324, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 351, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 413, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 441, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 525, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 677, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "Array", + "offset": 824, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1198, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1587, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "FloatLiteral", + "offset": 2567, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2576, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2872, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 4028, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5313, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 599, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 627, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 633, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 786, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 911, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 933, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 990, + "length": 4, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 1023, + "length": 4, + "value": "\"|_\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1204, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 2516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3438, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3555, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3672, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "FloatLiteral", + "offset": 3675, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3680, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3720, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3723, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3841, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3864, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3959, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4149, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4251, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4294, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4297, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4412, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4435, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4537, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4540, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4583, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4586, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4704, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4727, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 332, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 406, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "Array", + "offset": 448, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 560, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 636, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 718, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1293, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1566, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1648, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1671, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2207, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2376, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2388, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2394, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2866, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/FontProvider\/AnimationFontProvider.swift", + "kind": "BooleanLiteral", + "offset": 860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 535, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 1351, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 2763, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 3271, + "length": 101, + "value": "\"The Core Animation rendering engine currently doesn't support text animators.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3873, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 186, + "length": 9, + "value": "\"Lottie.TextLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1415, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1543, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3150, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3176, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 4191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "FloatLiteral", + "offset": 4304, + "length": 6, + "value": "1000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 5558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 601, + "length": 20, + "value": "\"Lottie.TextCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1723, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1794, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2817, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2868, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3682, + "length": 6, + "value": "10000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/AnimationCache\/DefaultAnimationCache.swift", + "kind": "IntegerLiteral", + "offset": 1224, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2332, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2968, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3017, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3201, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3246, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerImageProvider.swift", + "kind": "Dictionary", + "offset": 459, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1238, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1892, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1929, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/TextProvider\/AnimationTextProvider.swift", + "kind": "BooleanLiteral", + "offset": 3899, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1140, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1632, + "length": 12, + "value": "\"X Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1676, + "length": 12, + "value": "\"Y Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "Array", + "offset": 2877, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3321, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "IntegerLiteral", + "offset": 3412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "FloatLiteral", + "offset": 3872, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 1702, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2184, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 2717, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3254, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3279, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3305, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3916, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4036, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4071, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4148, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4333, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4587, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 1744, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 3494, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 4143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 5435, + "length": 102, + "value": "[\"reduced motion\", \"reduced_motion\", \"reduced-motion\", \"reducedmotion\"]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "FloatLiteral", + "offset": 738, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "StringLiteral", + "offset": 1556, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 227, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2884, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 3344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4186, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 4911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5038, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5207, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5783, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 6132, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6579, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6748, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 706, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2155, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2164, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2172, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2600, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2905, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 3086, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7851, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7858, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7965, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7974, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7982, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8035, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8137, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8186, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 331, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 337, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 764, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 805, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 863, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 874, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 904, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 915, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 926, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 2, + "value": "-3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 961, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1063, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1083, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1155, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1177, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1186, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1210, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1369, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1503, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1530, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1732, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1792, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1865, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1880, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1973, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2158, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2175, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2285, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2308, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2325, + "length": 5, + "value": "-27.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2342, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2352, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2372, + "length": 4, + "value": "54.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2432, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2685, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2770, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2836, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2879, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2981, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2984, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3123, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3183, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3301, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3355, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3432, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3445, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3486, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 218, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1175, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1626, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2193, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2640, + "length": 7, + "value": "\"Angle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "Dictionary", + "offset": 3041, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 415, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 511, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1109, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1168, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/SwiftUIView.swift", + "kind": "Array", + "offset": 1314, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 1046, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "Array", + "offset": 1216, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 1984, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2121, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2320, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3208, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3250, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 3335, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3639, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3923, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4058, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4575, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4615, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 458, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1015, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1319, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "Array", + "offset": 1595, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 243, + "length": 20, + "value": "\"Lottie.MaskCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2246, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2562, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2575, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2631, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1488, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3354, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3977, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 1078, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 2558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 525, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 1834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 2307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "StringLiteral", + "offset": 1513, + "length": 27, + "value": "\"Lottie.AnimationCompletionDelegate\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1933, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5751, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5755, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8480, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8698, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8956, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9835, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 13460, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 17756, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 21303, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22257, + "length": 67, + "value": "\"Failed to load asynchronous Lottie animation with error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22323, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 24126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/NodeProperty.swift", + "kind": "IntegerLiteral", + "offset": 453, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 943, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2844, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2857, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2913, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 2945, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3361, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3591, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3763, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 5467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 5958, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6763, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 6828, + "length": 36, + "value": "\"Lottie: Logging Animation Keypaths\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 348, + "length": 24, + "value": "\"Lottie.MainThreadAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 489, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 942, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.SolidCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 510, + "length": 30, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 529, + "length": 1, + "value": "\" (Content)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 598, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 902, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 971, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1369, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1999, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 20, + "value": "\"Lottie.BaseCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 590, + "length": 8, + "value": "\"Anchor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1291, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1509, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1742, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1978, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2214, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2760, + "length": 14, + "value": "\"Stroke Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3002, + "length": 12, + "value": "\"Fill Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3501, + "length": 10, + "value": "\"Tracking\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3727, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3936, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 4194, + "length": 22, + "value": "\"SelectedRangeOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5519, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 6023, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 7376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8327, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8389, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 8771, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9032, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 9385, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/ReducedMotionOption.swift", + "kind": "BooleanLiteral", + "offset": 2651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 807, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1060, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1147, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1297, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1380, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 840, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 994, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1735, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1776, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2138, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2183, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 4896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5290, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5815, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6331, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7638, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7660, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7727, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7847, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7897, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7979, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8182, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8239, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8362, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8786, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8926, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8952, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9272, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9435, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9558, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9586, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9613, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10049, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10062, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10535, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10615, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 11261, + "length": 4, + "value": "0.05" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11322, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 1328, + "length": 7, + "value": "0.55228" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1667, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 2479, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3619, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3673, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 442, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1394, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1796, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1816, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1892, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2195, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3801, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3856, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4093, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4146, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4295, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4862, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 4884, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4978, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5047, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5162, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5331, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6066, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6785, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7839, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8163, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8794, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8843, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 9479, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 10119, + "length": 57, + "value": "\"Vertex data does not match In Tangents and Out Tangents\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 10281, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 13490, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 13998, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 14041, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14718, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 328, + "length": 19, + "value": "\"Lottie.CompatibleAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7293, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7223, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "FloatLiteral", + "offset": 8127, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12172, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12199, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12252, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12491, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12546, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12573, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12601, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14128, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14617, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14723, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14808, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14891, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14972, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 15210, + "length": 32, + "value": "\"Lottie.CompatibleDictionaryTextProvider\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 853, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 874, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 909, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 929, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3104, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3654, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 418, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 653, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 778, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2176, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2799, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2803, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3006, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3822, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3827, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3906, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3914, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3972, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3984, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4220, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4560, + "length": 5, + "value": "0x400" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5659, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 5760, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5883, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6225, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6231, + "length": 4, + "value": "0x01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 8762, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9003, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9606, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12722, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2144, + "length": 366, + "value": "\"`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2183, + "length": 1, + "value": "\"` animation for \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2234, + "length": 3, + "value": "\"\" includes an After Effects expression (https:\/\/helpx.adobe.com\/after-effects\/using\/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2942, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3893, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5249, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 5438, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11375, + "length": 55, + "value": "\"Cannot create point from keyframe with value \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11429, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 12556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 12976, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13125, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13271, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 14168, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15429, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15457, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15466, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15612, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15640, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16080, + "length": 52, + "value": "\"`values.count` must exactly equal `keyTimes.count`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16213, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16225, + "length": 63, + "value": "\"`timingFunctions.count` must exactly equal `values.count - 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16624, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16635, + "length": 56, + "value": "\"`keyTimes.count` must exactly equal `values.count + 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16745, + "length": 79, + "value": "\"Unexpected keyframe calculation mode \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16812, + "length": 1366, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17389, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17428, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "StringLiteral", + "offset": 426, + "length": 6, + "value": "\"Path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 627, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 650, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 669, + "length": 8, + "value": "\"Offset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1575, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 1972, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 2032, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2206, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2213, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2276, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2286, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 2949, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3218, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3290, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3343, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3413, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3459, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3628, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4448, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 4813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 5690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 6086, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7760, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 7783, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8217, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8826, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8863, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 811, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 2004, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 3490, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Dictionary", + "offset": 4209, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4810, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4858, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5036, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 5257, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6045, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6524, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6554, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6751, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6800, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6845, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7104, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7486, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7691, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7728, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7750, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1471, + "length": 57, + "value": "\"init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1527, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2071, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 2361, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 7927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8440, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 9075, + "length": 12, + "value": "\"root layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10090, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10812, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11364, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11744, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12303, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 219, + "length": 18, + "value": "\"Lottie.CoreAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12994, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13188, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15153, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15244, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 15857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 15905, + "length": 114, + "value": "\"The Core Animation rendering engine currently doesn't support `respectAnimationFrameRate`)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 16086, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17305, + "length": 77, + "value": "\"Cannot log hierarchy keypaths until animation has been set up at least once\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 17397, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17423, + "length": 69, + "value": "\"Lottie: Rebuilding animation with hierarchy keypath logging enabled\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18271, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18521, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18732, + "length": 104, + "value": "\"The Core Animation rendering engine doesn't support retrieving `CALayer`s by keypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18953, + "length": 84, + "value": "\"The Core Animation rendering engine does not use `AnimatorNode`s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20553, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20560, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20650, + "length": 235, + "value": "\"This animation has a very large number of layers with time remapping (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20764, + "length": 1, + "value": "\" layers over \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20802, + "length": 6, + "value": "\" frames) so will perform poorly with the Core Animation rendering engine.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21106, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 21468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21504, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 284, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 316, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 352, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 657, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1192, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1714, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1797, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1167, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1942, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 400, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "StringLiteral", + "offset": 602, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 866, + "length": 8, + "value": "0xFF0000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 879, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 885, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 8, + "value": "0x00FF00" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 938, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 943, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 8, + "value": "0x0000FF" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 993, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1313, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1796, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1641, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4114, + "length": 23, + "value": "\"transform.translation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4306, + "length": 25, + "value": "\"transform.translation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4505, + "length": 25, + "value": "\"transform.translation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4700, + "length": 17, + "value": "\"transform.scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4739, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4888, + "length": 19, + "value": "\"transform.scale.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4929, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5053, + "length": 19, + "value": "\"transform.scale.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5094, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5221, + "length": 22, + "value": "\"transform.rotation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5265, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5417, + "length": 22, + "value": "\"transform.rotation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5613, + "length": 22, + "value": "\"transform.rotation.z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5657, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6203, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6635, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6908, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7121, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7332, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7565, + "length": 4, + "value": "-3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8423, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8819, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 9025, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 10849, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11335, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11821, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 12298, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 101, + "length": 9, + "value": "\"Lottie.Rectangle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 643, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 719, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 684, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 801, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1107, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 405, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 812, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 970, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1334, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1818, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1825, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2180, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2189, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3393, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4638, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4933, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4940, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5198, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5207, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5215, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"Lottie.Repeater\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 809, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 942, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1038, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2517, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2626, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2838, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2940, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3042, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3134, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3235, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3542, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4039, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4092, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4141, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4189, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4237, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4467, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4517, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4565, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4620, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4675, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4735, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 5025, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6992, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7096, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7198, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7300, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7493, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7596, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7697, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7800, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7904, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8006, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8115, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8805, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8866, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 4, + "value": "\"Lottie.Fill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 1858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 4870, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 7143, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 8869, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "Array", + "offset": 293, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 551, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1774, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4548, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4598, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4648, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4939, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5049, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5560, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5639, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5667, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5681, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5768, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5782, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5824, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5952, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6000, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6014, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6056, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6112, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6126, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6553, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6743, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6778, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6852, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6985, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7018, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7176, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7202, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7232, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7478, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/OpacityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1421, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 55, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2423, + "length": 1, + "value": "\" (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2457, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 84, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2881, + "length": 1, + "value": "\" (mask of \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2909, + "length": 1, + "value": "\") (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3152, + "length": 37, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3171, + "length": 1, + "value": "\" (parent, masked)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 4991, + "length": 5, + "value": "\"xor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1487, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1517, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2549, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2582, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2827, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2953, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 3146, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 5133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5188, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5846, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 438, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 610, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 776, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 785, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 793, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 941, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1616, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1746, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2275, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2577, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2871, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2880, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3181, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4833, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 105, + "length": 14, + "value": "\"Lottie.ShapeTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 262, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 297, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 338, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "BooleanLiteral", + "offset": 491, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "StringLiteral", + "offset": 3612, + "length": 201, + "value": "\"The Main Thread rendering engine doesn't currently support repeaters.\nTo play an animation with repeaters, you can use the Core Animation rendering engine instead.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 5, + "value": "\"Lottie.Merge\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "Dictionary", + "offset": 5200, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5704, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6002, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6384, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6469, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6544, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6625, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "StringLiteral", + "offset": 936, + "length": 15, + "value": "\"Lottie.AnimatedControl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 522, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 223, + "length": 13, + "value": "\"Lottie.RepeaterLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 458, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 762, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 775, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 831, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "Array", + "offset": 1991, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 12, + "value": "\"Lottie.PreCompLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 400, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 704, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 717, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 773, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 149, + "length": 10, + "value": "\"Lottie.SolidLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 122, + "length": 14, + "value": "\"Lottie.RoundedCorners\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TransformLayer.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 4672, + "length": 112, + "value": "\"`Transform` values must provide either `position` or `positionX` \/ `positionY` keyframes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 5169, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6157, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6547, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6948, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7215, + "length": 93, + "value": "\"`rotation.x` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7382, + "length": 93, + "value": "\"`rotation.y` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7849, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8054, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8460, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9890, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9898, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9906, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 9977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10046, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11624, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11949, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 12159, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1366, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1503, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1607, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1624, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1641, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1725, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1806, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1887, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2044, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2167, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2340, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2483, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2504, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2629, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "Array", + "offset": 2685, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4610, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 5151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "FloatLiteral", + "offset": 5434, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 657, + "length": 91, + "value": "\"Expected old to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 698, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 91, + "value": "\"Expected new to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 944, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 962, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 996, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2080, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2445, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "FloatLiteral", + "offset": 2695, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1721, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 1866, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1989, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 2148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 736, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 757, + "length": 11, + "value": "\"Roundness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1652, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1818, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "FloatLiteral", + "offset": 2548, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 2701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4300, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4951, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5350, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6716, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "IntegerLiteral", + "offset": 1986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "BooleanLiteral", + "offset": 2005, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 315, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 340, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 422, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 451, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2512, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2566, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2618, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2654, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4646, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4674, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4716, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4756, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4785, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4818, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1895, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1926, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1982, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2005, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2036, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2092, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2915, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2930, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3222, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3226, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3373, + "length": 4, + "value": "1e-6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3491, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3504, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3794, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 797, + "length": 101, + "value": "\"Rounded corners support is not currently implemented for combined shape items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1389, + "length": 94, + "value": "\"Rounded corners support is currently not implemented for polygon items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1603, + "length": 42, + "value": "\"Unexpected shape type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1644, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2761, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5295, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5732, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5803, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5809, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6434, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6509, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6516, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6811, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6929, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8454, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 568, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 752, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 975, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 1459, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 446, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 501, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 522, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 768, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 977, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 747, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 926, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1092, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 21, + "value": "\"Lottie.ShapeCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 4480, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 5025, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7171, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1326, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "IntegerLiteral", + "offset": 1863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 4, + "value": "\"Lottie.Star\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 1708, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2143, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2705, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2708, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4117, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4292, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4710, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5631, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6695, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6800, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10095, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10153, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 10218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 11153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11682, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12269, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12304, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12416, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12506, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12585, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12732, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12776, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12806, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 535, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 610, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1056, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2774, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 2892, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2982, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 3278, + "length": 12, + "value": "\"Time Remap\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 131, + "length": 19, + "value": "\"Lottie.PreCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 476, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 759, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 901, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1179, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1319, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1462, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1552, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1839, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1967, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2209, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2424, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3033, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3081, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3115, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3160, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3205, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3322, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3523, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 4823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5177, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5187, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5196, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5206, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5381, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5412, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5564, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5595, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5759, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5999, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 6018, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 6355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6404, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7139, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7407, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8369, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8415, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8422, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8741, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8795, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9266, + "length": 53, + "value": "\"Could not convert color \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9303, + "length": 2, + "value": "\" to RGB values.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9357, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9360, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9447, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10784, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10928, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 11310, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11656, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11753, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12135, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12325, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1505, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 1741, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1987, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 602, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 1760, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 754, + "length": 172, + "value": "\"The Core Animation rendering engine does not support animating multiple keyframes\nfor \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 870, + "length": 6, + "value": "\" values, due to limitations of Core Animation.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 979, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1101, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1127, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1532, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1879, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2118, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2313, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3182, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3849, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4678, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4829, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4878, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 5858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 6687, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6852, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6867, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6893, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6909, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 699, + "length": 196, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1025, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 216, + "value": "\"The Core Animation rendering engine currently doesn't support customizing \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1226, + "length": 3, + "value": "\"\" properties. Supported properties are: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2366, + "length": 202, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 175, + "value": "\"Could not convert value of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3027, + "length": 4, + "value": "\" from \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3052, + "length": 2, + "value": "\" to expected type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3105, + "length": 2656, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4345, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4588, + "length": 3, + "value": "\"^\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4664, + "length": 5, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4726, + "length": 3, + "value": "\"$\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5044, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5121, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5362, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5386, + "length": 1, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5398, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5475, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5683, + "length": 7, + "value": "\"[^.]+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 267, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 328, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 738, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 960, + "length": 12, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 966, + "length": 1, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StrokeAnimation.swift", + "kind": "StringLiteral", + "offset": 2279, + "length": 20, + "value": "\"stroke dashPattern\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 652, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 664, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 675, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 734, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 764, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 806, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 836, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1514, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1556, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2031, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2113, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2417, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2504, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2533, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "BooleanLiteral", + "offset": 812, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 5, + "value": "\"Lottie.Group\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 2295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 3480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 3990, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4078, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4122, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4166, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4210, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 5018, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5603, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5647, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5691, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5735, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5779, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5823, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5867, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 6704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7402, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7446, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7490, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7534, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7578, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7622, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7666, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7711, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 10139, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "FloatLiteral", + "offset": 11154, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 11551, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 11991, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 12426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13374, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3069, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3093, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 10452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14057, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 34406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35030, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35859, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 36384, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 36436, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37614, + "length": 50, + "value": "\"unsupported contentMode: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37663, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38527, + "length": 25, + "value": "\"LayoutPositionAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38578, + "length": 26, + "value": "\"LayoutTransformAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38820, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38866, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 38914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39106, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39206, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39250, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39477, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "FloatLiteral", + "offset": 40356, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 41884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 42193, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTextProvider.swift", + "kind": "Array", + "offset": 328, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "BooleanLiteral", + "offset": 2916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieImageProvider.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 954, + "length": 7, + "value": "\"Style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1147, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 241, + "length": 12, + "value": "\"Lottie.GradientFill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1965, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2060, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 4, + "value": "\"Lottie.Trim\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 666, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 715, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1129, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1390, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2554, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3491, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4032, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4423, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4551, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4677, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4780, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4974, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5076, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "BooleanLiteral", + "offset": 5236, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5279, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5583, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 380, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1114, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1163, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1191, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1245, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1268, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1738, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1907, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1919, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3609, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3612, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3683, + "length": 12, + "value": "\"startPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3714, + "length": 10, + "value": "\"endPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3743, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3771, + "length": 11, + "value": "\"locations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3801, + "length": 8, + "value": "\"colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3828, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3855, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3887, + "length": 10, + "value": "\"isRadial\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3916, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4112, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4186, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4151, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 4228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4340, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4416, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4498, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "Array", + "offset": 1294, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1547, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "FloatLiteral", + "offset": 5664, + "length": 5, + "value": "0.999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5721, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5752, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6594, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "StringLiteral", + "offset": 6605, + "length": 62, + "value": "\"Each color must have RGB components and a location component\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6938, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7097, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7154, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7603, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7640, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7817, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 239, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 686, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "BooleanLiteral", + "offset": 1018, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 1155, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1057, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1398, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 314, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 972, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 26, + "value": "\"Lottie.CompatibleAnimationKeypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 766, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 910, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1166, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1106, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 18, + "value": "\"Lottie.InvertedMatteLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 694, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 710, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 770, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1021, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1575, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1683, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1690, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1705, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1720, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1735, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1998, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2077, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2083, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 916, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2608, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2814, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2820, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3363, + "length": 50, + "value": "\"Error when decoding lottie \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3400, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3412, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 4081, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 10225, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 15025, + "length": 30, + "value": "\"com.airbnb.lottie.dot-lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1117, + "length": 3, + "value": "375" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1130, + "length": 3, + "value": "150" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 1340, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6065, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6204, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 7130, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 564, + "length": 27, + "value": "\"Lottie.SwiftUIMeasurementContainer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 14216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 16576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16597, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 475, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 526, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 587, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 1881, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 1901, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1215, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1277, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1506, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1471, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1586, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1743, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1822, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "Array", + "offset": 2401, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2516, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2994, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 646, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1420, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1546, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "Array", + "offset": 1861, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 471, + "length": 18, + "value": "\"Lottie.MaskContainerLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1944, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1992, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2418, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2588, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2073, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4188, + "length": 7, + "value": "\"Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4211, + "length": 11, + "value": "\"Expansion\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 923, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 980, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1012, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1050, + "length": 15, + "value": "\"shadowOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1084, + "length": 14, + "value": "\"shadowOffset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 13, + "value": "\"shadowColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 14, + "value": "\"shadowRadius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1318, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1346, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1403, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1435, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1473, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 19, + "value": "\"Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2976, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Array", + "offset": 3382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 3521, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Dictionary", + "offset": 3926, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 16, + "value": "\"Lottie.CompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 922, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1341, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1432, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 779, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 1959, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 98, + "length": 6, + "value": "\"Lottie.Stroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/DataIDProviding.swift", + "kind": "StringLiteral", + "offset": 1690, + "length": 28, + "value": "\"DefaultDataID.noneProvided\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 1140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "StringLiteral", + "offset": 1774, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 2253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 4106, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 5550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CompositionLayersInitializer.swift", + "kind": "BooleanLiteral", + "offset": 815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "Array", + "offset": 286, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1856, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2058, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2105, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2131, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2185, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2310, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2330, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 2880, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2898, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 3014, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3288, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 4173, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/Cache\/DotLottieCache.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 352, + "length": 10, + "value": "0x06064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 10, + "value": "0x07064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1255, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1559, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2000, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2259, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2309, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2368, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2494, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2558, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4103, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4420, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4736, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4847, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5506, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5569, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5618, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6453, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6563, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 5, + "value": "\"Lottie.Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 562, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1677, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1683, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2238, + "length": 53, + "value": "\"Error when decoding animation \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2278, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2290, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3300, + "length": 135, + "value": "\"Failed to load animation from filepath \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3362, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3423, + "length": 1345, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4234, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4774, + "length": 165, + "value": "\"Failed to load animation with asset name \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 2, + "value": "\"\nin \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4866, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4927, + "length": 6638, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "BooleanLiteral", + "offset": 10105, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10273, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 617, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 890, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 2646, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 2796, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 2915, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 3035, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 3155, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 4850, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5044, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5247, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2647, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5651, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5675, + "length": 4, + "value": "-0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6193, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1444, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1783, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 2507, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "FloatLiteral", + "offset": 3561, + "length": 12, + "value": "1000000000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 4097, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 6153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 6949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 7023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "StringLiteral", + "offset": 7605, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 9489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10316, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10358, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10385, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10505, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 11473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12597, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12706, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12712, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12761, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12766, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12819, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12825, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12882, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12932, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12938, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13046, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13071, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13100, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13579, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13731, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13745, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13769, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13783, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13830, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13954, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13969, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13977, + "length": 3, + "value": "512" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14129, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14287, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14302, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14316, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 15282, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 301, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 20, + "value": "\"Lottie.NullCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 527, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 551, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 694, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1276, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 1765, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2024, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2235, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2457, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2477, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2546, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2663, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2961, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "BooleanLiteral", + "offset": 1278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3201, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3900, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerFontProvider.swift", + "kind": "Array", + "offset": 365, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1632, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1950, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2289, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "Array", + "offset": 2465, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 3260, + "length": 24, + "value": "\"Missing keyframe data.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4080, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4299, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4361, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4591, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseAnimationLayer.swift", + "kind": "Array", + "offset": 781, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 1814, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2545, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 3128, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "StringLiteral", + "offset": 3244, + "length": 68, + "value": "\"Failed sanity check for old count with changes matching new count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 6923, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7339, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7356, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7379, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7710, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 2582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "Dictionary", + "offset": 2838, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 3677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 413, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 5, + "value": "0o644" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 5, + "value": "0o755" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 823, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 869, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 916, + "length": 10, + "value": "0x06054b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 964, + "length": 10, + "value": "0x04034b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1011, + "length": 10, + "value": "0x08074b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1060, + "length": 10, + "value": "0x02014b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 1093, + "length": 8, + "value": "\"memory\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 7252, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9257, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9276, + "length": 1, + "value": "\":\/\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10008, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10180, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10635, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10856, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 12529, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14638, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14745, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14815, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14870, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14934, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14987, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16580, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16684, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16797, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16908, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1848, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1938, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1972, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2104, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2134, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3350, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3754, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 4874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2515, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2552, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2776, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2813, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 325, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 344, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 391, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 482, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 643, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 741, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 969, + "length": 5, + "value": "1.403" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 991, + "length": 5, + "value": "0.344" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1013, + "length": 5, + "value": "1.770" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1489, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1562, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1614, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1782, + "length": 5, + "value": "0.299" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1794, + "length": 5, + "value": "0.587" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1806, + "length": 5, + "value": "0.114" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1828, + "length": 8, + "value": "-0.14713" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1843, + "length": 7, + "value": "0.28886" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1857, + "length": 5, + "value": "0.436" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1879, + "length": 5, + "value": "0.615" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1891, + "length": 7, + "value": "0.51499" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1905, + "length": 7, + "value": "0.10001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2952, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 965, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1450, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1463, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1519, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5661, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6672, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 7702, + "length": 148, + "value": "\"The Core Animation rendering engine doesn't currently support applying\ntrims to filled shapes (only stroked shapes).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 7995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 8717, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 9855, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 256, + "length": 14, + "value": "\"Lottie.ShapeItemLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "BooleanLiteral", + "offset": 10576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 523, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 2797, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 10, + "value": "\"Lottie.ImageLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3630, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1647, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1771, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "FloatLiteral", + "offset": 1956, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "IntegerLiteral", + "offset": 852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "BooleanLiteral", + "offset": 1254, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 376, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 464, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 547, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 607, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 636, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 663, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 11, + "value": "\"fillColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 750, + "length": 13, + "value": "\"strokeColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 11, + "value": "\"lineWidth\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 12, + "value": "\"miterLimit\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 843, + "length": 15, + "value": "\"lineDashPhase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 904, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1266, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 177, + "length": 16, + "value": "\"Lottie.ShapeRenderLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 4289, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4597, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5744, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 5929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 6665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "Array", + "offset": 11072, + "length": 3133, + "value": "[0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de, 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856, 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9, 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a, 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599, 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924, 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e, 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01, 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed, 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950, 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5, 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010, 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f, 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615, 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8, 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344, 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb, 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c, 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef, 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236, 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c, 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713, 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b, 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242, 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278, 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7, 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66, 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9, 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14619, + "length": 10, + "value": "0xffffffff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14965, + "length": 4, + "value": "0xff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15001, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15054, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 1894, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "FloatLiteral", + "offset": 1922, + "length": 6, + "value": "0.5519" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2007, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2219, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 2498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 3059, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3332, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3590, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3614, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4169, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4370, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4389, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 14, + "value": "\"Shadow Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 562, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 11, + "value": "\"Direction\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 917, + "length": 10, + "value": "\"Softness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 962, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1173, + "length": 39, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1211, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1334, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1421, + "length": 35, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1567, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2173, + "length": 15, + "value": "\"manifest.json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2233, + "length": 12, + "value": "\"animations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2286, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 2755, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 3309, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 3412, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1061, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/URL+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 678, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "Array", + "offset": 1007, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 38, + "value": "\"init(from:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1217, + "length": 44, + "value": "\"init(dictionary:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 846, + "length": 17, + "value": "\"Lottie.CombinedShapeItem\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1829, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 583, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 816, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1307, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1390, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "IntegerLiteral", + "offset": 555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 570, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 1161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1441, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1477, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1523, + "length": 14, + "value": "\"Inner Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1559, + "length": 19, + "value": "\"Inner Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1654, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 2638, + "length": 7, + "value": "0.47829" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2775, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2808, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4068, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4109, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4186, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4309, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4365, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4806, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 5167, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5220, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5236, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5379, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5457, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5498, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5714, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5950, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6085, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6839, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7112, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 507, + "length": 19, + "value": "\"multiplyBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 545, + "length": 17, + "value": "\"screenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 18, + "value": "\"overlayBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"darkenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 18, + "value": "\"lightenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 21, + "value": "\"colorDodgeBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 740, + "length": 20, + "value": "\"colorBurnBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 20, + "value": "\"hardLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 20, + "value": "\"softLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 867, + "length": 21, + "value": "\"differenceBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 910, + "length": 20, + "value": "\"exclusionBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 946, + "length": 14, + "value": "\"hueBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 21, + "value": "\"saturationBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1022, + "length": 16, + "value": "\"colorBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1061, + "length": 21, + "value": "\"luminosityBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 885, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.ImageCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/ImageProvider\/AnimationImageProvider.swift", + "kind": "BooleanLiteral", + "offset": 1338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 3904, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 361, + "length": 14, + "value": "\"Lottie.GradientStroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "StringLiteral", + "offset": 7065, + "length": 74, + "value": "\"When interpolating Arrays, both array sound have the same element count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "IntegerLiteral", + "offset": 8003, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 362, + "length": 25, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 1, + "value": "\"] \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 386, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1333, + "length": 51, + "value": "\"Compatibility issue context is unexpectedly empty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1663, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1675, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "Array", + "offset": 2487, + "length": 2, + "value": "[]" + } + ] +} \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface new file mode 100644 index 0000000..c2bc39d --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface @@ -0,0 +1,1482 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine +import Compression +import CoreFoundation +import CoreGraphics +import CoreText +import Foundation +import QuartzCore +import Swift +import SwiftUI +import UIKit +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +import zlib +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { + final public let name: Swift.String + final public let directory: Swift.String + final public let width: Swift.Double + final public let height: Swift.Double + override final public func encode(to encoder: any Swift.Encoder) throws + @objc deinit +} +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} +extension QuartzCore.CALayer { + @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) +} +public protocol AnimationFontProvider { + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? +} +final public class DefaultFontProvider : Lottie.AnimationFontProvider { + public init() + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? + @objc deinit +} +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} +public enum LottieAnimationCache { + public static var shared: (any Lottie.AnimationCacheProvider)? +} +public class DefaultAnimationCache : Lottie.AnimationCacheProvider { + public init() + public static let sharedCache: Lottie.DefaultAnimationCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? + public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +public class FilepathImageProvider : Lottie.AnimationImageProvider { + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { + func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String +} +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? + final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init() + final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { + case type2d + case type3d + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws + public init(dictionary: [Swift.String : Any]) throws + final public let startFrame: Lottie.AnimationFrameTime + final public let endFrame: Lottie.AnimationFrameTime + final public let framerate: Swift.Double + final public var markerNames: [Swift.String] { + get + } + @objc deinit + final public func encode(to encoder: any Swift.Encoder) throws +} +extension UIKit.UIColor { + public var lottieColorValue: Lottie.LottieColor { + get + } +} +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { + func animation(forKey: Swift.String) -> Lottie.LottieAnimation? + func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) + func clearCache() +} +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} +@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { + required public init(from decoder: any Swift.Decoder) throws + final public let id: Swift.String + @objc deinit + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +final public class SizeValueProvider { + public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} +infix operator +| : DefaultPrecedence +infix operator +- : DefaultPrecedence +@objc final public class CompatibleAnimation : ObjectiveC.NSObject { + @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) + @objc deinit +} +@objc public enum CompatibleRenderingEngineOption : Swift.Int { + case shared + case defaultEngine + case automatic + case mainThread + case coreAnimation + public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) + @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) + @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public func play() + @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func stop() + @objc @_Concurrency.MainActor(unsafe) final public func pause() + @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() + @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() + @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc deinit +} +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat +public enum ColorFormatDenominator : Swift.Hashable { + case One + case OneHundred + case TwoFiftyFive + public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct LottieColor : Swift.Hashable { + public var r: Swift.Double + public var g: Swift.Double + public var b: Swift.Double + public var a: Swift.Double + public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +final public class ColorValueProvider { + public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) + public init(_ color: Lottie.LottieColor) + public init(_ keyframes: [Lottie.Keyframe]) + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor + final public var color: Lottie.LottieColor { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} +public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { + public init(keypath: Swift.String) + public init(stringLiteral: Swift.String) + public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias StringLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public var hashValue: Swift.Int { + get + } +} +public struct LottieConfiguration : Swift.Hashable { + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) + public static var shared: Lottie.LottieConfiguration + public var renderingEngine: Lottie.RenderingEngineOption + public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption + public var colorSpace: CoreGraphics.CGColorSpace + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { + get + } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode +} +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { + get + } + public var sizeValue: CoreFoundation.CGSize { + get + } +} +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit +} +extension Lottie.LottieAnimationView { + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit +} +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event +public protocol AnyValueProvider { + var valueType: any Any.Type { get } + var typeErasedStorage: Lottie.AnyValueProviderStorage { get } + func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool +} +extension Lottie.AnyValueProvider { + public func value(frame: Lottie.AnimationFrameTime) -> Any +} +public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { + case singleValue(T) + case keyframes([Lottie.Keyframe]) + case closure((Lottie.AnimationFrameTime) -> T) +} +public enum AnyValueProviderStorage { + case singleValue(Any) + case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) + case closure((Lottie.AnimationFrameTime) -> Any) +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { + public init(_ value: Swift.Double) + public let value: Swift.Double + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { + public let x: Swift.Double + public let y: Swift.Double + public let z: Swift.Double + public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottieBackgroundBehavior { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior + public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum LottieLoopMode : Swift.Hashable { + case playOnce + case loop + case autoReverse + case `repeat`(Swift.Float) + case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieLoopMode : Swift.Equatable { + public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { + get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { + get + set + } + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @objc deinit +} +public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") + case invalidFileFormat + @available(*, deprecated, message: "Unused") + case invalidData + @available(*, deprecated, message: "Unused") + case animationNotAvailable +} +final public class FloatValueProvider { + public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} +@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { + @objc public init(keypath: Swift.String) + @objc public init(keys: [Swift.String]) + final public let animationKeypath: Lottie.AnimationKeypath + @objc deinit +} +extension Lottie.LottieColor : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.DotLottieFile { + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } + #if compiler(>=5.3) && $AsyncAwait + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile + #endif +} +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { + func file(forKey: Swift.String) -> Lottie.DotLottieFile? + func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) + func clearCache() +} +public class DotLottieCache : Lottie.DotLottieCacheProvider { + public init() + public static let sharedCache: Lottie.DotLottieCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? + public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} +extension Lottie.LottieAnimation { + public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void + final public var duration: Foundation.TimeInterval { + get + } + final public var bounds: CoreFoundation.CGRect { + get + } + final public var size: CoreFoundation.CGSize { + get + } + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) + final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime + final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime + final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval + final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime +} +extension Foundation.Bundle : @unchecked Swift.Sendable { +} +public enum LayerType : Swift.Int, Swift.Codable { + case precomp + case solid + case image + case null + case shape + case text + case unknown + public init(from decoder: any Swift.Decoder) throws + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum MatteType : Swift.Int, Swift.Codable { + case none + case add + case invert + case unknown + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum BlendMode : Swift.Int, Swift.Codable { + case normal + case multiply + case screen + case overlay + case darken + case lighten + case colorDodge + case colorBurn + case hardLight + case softLight + case difference + case exclusion + case hue + case saturation + case color + case luminosity + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class GradientValueProvider { + public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) + public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] + final public var colors: [Lottie.LottieColor] { + get + set + } + final public var locations: [Swift.Double] { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { + get + } +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int +} +public class BundleImageProvider : Lottie.AnimationImageProvider { + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } + @objc deinit +} +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} +final public class LottieLogger { + public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in + // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assert(condition(), message(), file: file, line: line) + }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in + // If we default to `Swift.assertionFailure` directly with + // `assertionFailure: AssertionFailure = Swift.assertionFailure`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assertionFailure(message(), file: file, line: line) + }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in + }, info: @escaping Lottie.LottieLogger.Info = { message in + }) + public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void + public static var shared: Lottie.LottieLogger + final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func info(_ message: @autoclosure () -> Swift.String = String()) + @objc deinit +} +extension Lottie.LottieLogger { + public static var printToConsole: Lottie.LottieLogger { + get + } +} +@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") +public typealias LRUAnimationCache = Lottie.DefaultAnimationCache +final public class PointValueProvider { + public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} +final public class Keyframe { + public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + final public let value: T + final public let time: Lottie.AnimationFrameTime + final public let isHold: Swift.Bool + final public let inTangent: Lottie.LottieVector2D? + final public let outTangent: Lottie.LottieVector2D? + final public let spatialInTangent: Lottie.LottieVector3D? + final public let spatialOutTangent: Lottie.LottieVector3D? + @objc deinit +} +extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { + public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool +} +extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { + final public func hash(into hasher: inout Swift.Hasher) + final public var hashValue: Swift.Int { + get + } +} +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} +public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } + func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +public protocol Interpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +public protocol AnyInterpolatable { + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.Interpolatable { + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.SpatialInterpolatable { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Swift.Double : Lottie.Interpolatable { +} +extension CoreFoundation.CGFloat : Lottie.Interpolatable { +} +extension Swift.Float : Lottie.Interpolatable { +} +extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect +} +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize +} +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint +} +extension Lottie.LottieColor : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor +} +extension Lottie.LottieVector1D : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D +} +extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D +} +extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D +} +extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? +} +extension Lottie.LottieButton : SwiftUI.View {} +extension Lottie.CoordinateSpace : Swift.Equatable {} +extension Lottie.CoordinateSpace : Swift.Hashable {} +extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} +extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} +extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} +extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} +extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} +extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LayerType : Swift.Equatable {} +extension Lottie.LayerType : Swift.Hashable {} +extension Lottie.LayerType : Swift.RawRepresentable {} +extension Lottie.MatteType : Swift.Equatable {} +extension Lottie.MatteType : Swift.Hashable {} +extension Lottie.MatteType : Swift.RawRepresentable {} +extension Lottie.BlendMode : Swift.Equatable {} +extension Lottie.BlendMode : Swift.Hashable {} +extension Lottie.BlendMode : Swift.RawRepresentable {} +extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} +extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-ios-macabi.swiftdoc b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-ios-macabi.swiftdoc new file mode 100644 index 0000000..c8c2d91 Binary files /dev/null and b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-ios-macabi.swiftdoc differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-ios-macabi.swiftinterface b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-ios-macabi.swiftinterface new file mode 100644 index 0000000..c2bc39d --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-ios-macabi.swiftinterface @@ -0,0 +1,1482 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine +import Compression +import CoreFoundation +import CoreGraphics +import CoreText +import Foundation +import QuartzCore +import Swift +import SwiftUI +import UIKit +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +import zlib +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { + final public let name: Swift.String + final public let directory: Swift.String + final public let width: Swift.Double + final public let height: Swift.Double + override final public func encode(to encoder: any Swift.Encoder) throws + @objc deinit +} +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} +extension QuartzCore.CALayer { + @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) +} +public protocol AnimationFontProvider { + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? +} +final public class DefaultFontProvider : Lottie.AnimationFontProvider { + public init() + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? + @objc deinit +} +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} +public enum LottieAnimationCache { + public static var shared: (any Lottie.AnimationCacheProvider)? +} +public class DefaultAnimationCache : Lottie.AnimationCacheProvider { + public init() + public static let sharedCache: Lottie.DefaultAnimationCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? + public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +public class FilepathImageProvider : Lottie.AnimationImageProvider { + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { + func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String +} +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? + final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init() + final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { + case type2d + case type3d + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws + public init(dictionary: [Swift.String : Any]) throws + final public let startFrame: Lottie.AnimationFrameTime + final public let endFrame: Lottie.AnimationFrameTime + final public let framerate: Swift.Double + final public var markerNames: [Swift.String] { + get + } + @objc deinit + final public func encode(to encoder: any Swift.Encoder) throws +} +extension UIKit.UIColor { + public var lottieColorValue: Lottie.LottieColor { + get + } +} +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { + func animation(forKey: Swift.String) -> Lottie.LottieAnimation? + func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) + func clearCache() +} +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} +@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { + required public init(from decoder: any Swift.Decoder) throws + final public let id: Swift.String + @objc deinit + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +final public class SizeValueProvider { + public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} +infix operator +| : DefaultPrecedence +infix operator +- : DefaultPrecedence +@objc final public class CompatibleAnimation : ObjectiveC.NSObject { + @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) + @objc deinit +} +@objc public enum CompatibleRenderingEngineOption : Swift.Int { + case shared + case defaultEngine + case automatic + case mainThread + case coreAnimation + public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) + @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) + @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public func play() + @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func stop() + @objc @_Concurrency.MainActor(unsafe) final public func pause() + @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() + @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() + @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc deinit +} +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat +public enum ColorFormatDenominator : Swift.Hashable { + case One + case OneHundred + case TwoFiftyFive + public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct LottieColor : Swift.Hashable { + public var r: Swift.Double + public var g: Swift.Double + public var b: Swift.Double + public var a: Swift.Double + public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +final public class ColorValueProvider { + public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) + public init(_ color: Lottie.LottieColor) + public init(_ keyframes: [Lottie.Keyframe]) + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor + final public var color: Lottie.LottieColor { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} +public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { + public init(keypath: Swift.String) + public init(stringLiteral: Swift.String) + public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias StringLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public var hashValue: Swift.Int { + get + } +} +public struct LottieConfiguration : Swift.Hashable { + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) + public static var shared: Lottie.LottieConfiguration + public var renderingEngine: Lottie.RenderingEngineOption + public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption + public var colorSpace: CoreGraphics.CGColorSpace + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { + get + } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode +} +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { + get + } + public var sizeValue: CoreFoundation.CGSize { + get + } +} +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit +} +extension Lottie.LottieAnimationView { + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit +} +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event +public protocol AnyValueProvider { + var valueType: any Any.Type { get } + var typeErasedStorage: Lottie.AnyValueProviderStorage { get } + func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool +} +extension Lottie.AnyValueProvider { + public func value(frame: Lottie.AnimationFrameTime) -> Any +} +public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { + case singleValue(T) + case keyframes([Lottie.Keyframe]) + case closure((Lottie.AnimationFrameTime) -> T) +} +public enum AnyValueProviderStorage { + case singleValue(Any) + case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) + case closure((Lottie.AnimationFrameTime) -> Any) +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { + public init(_ value: Swift.Double) + public let value: Swift.Double + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { + public let x: Swift.Double + public let y: Swift.Double + public let z: Swift.Double + public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottieBackgroundBehavior { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior + public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum LottieLoopMode : Swift.Hashable { + case playOnce + case loop + case autoReverse + case `repeat`(Swift.Float) + case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieLoopMode : Swift.Equatable { + public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { + get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { + get + set + } + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @objc deinit +} +public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") + case invalidFileFormat + @available(*, deprecated, message: "Unused") + case invalidData + @available(*, deprecated, message: "Unused") + case animationNotAvailable +} +final public class FloatValueProvider { + public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} +@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { + @objc public init(keypath: Swift.String) + @objc public init(keys: [Swift.String]) + final public let animationKeypath: Lottie.AnimationKeypath + @objc deinit +} +extension Lottie.LottieColor : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.DotLottieFile { + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } + #if compiler(>=5.3) && $AsyncAwait + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile + #endif +} +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { + func file(forKey: Swift.String) -> Lottie.DotLottieFile? + func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) + func clearCache() +} +public class DotLottieCache : Lottie.DotLottieCacheProvider { + public init() + public static let sharedCache: Lottie.DotLottieCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? + public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} +extension Lottie.LottieAnimation { + public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void + final public var duration: Foundation.TimeInterval { + get + } + final public var bounds: CoreFoundation.CGRect { + get + } + final public var size: CoreFoundation.CGSize { + get + } + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) + final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime + final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime + final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval + final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime +} +extension Foundation.Bundle : @unchecked Swift.Sendable { +} +public enum LayerType : Swift.Int, Swift.Codable { + case precomp + case solid + case image + case null + case shape + case text + case unknown + public init(from decoder: any Swift.Decoder) throws + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum MatteType : Swift.Int, Swift.Codable { + case none + case add + case invert + case unknown + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum BlendMode : Swift.Int, Swift.Codable { + case normal + case multiply + case screen + case overlay + case darken + case lighten + case colorDodge + case colorBurn + case hardLight + case softLight + case difference + case exclusion + case hue + case saturation + case color + case luminosity + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class GradientValueProvider { + public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) + public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] + final public var colors: [Lottie.LottieColor] { + get + set + } + final public var locations: [Swift.Double] { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { + get + } +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int +} +public class BundleImageProvider : Lottie.AnimationImageProvider { + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } + @objc deinit +} +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} +final public class LottieLogger { + public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in + // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assert(condition(), message(), file: file, line: line) + }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in + // If we default to `Swift.assertionFailure` directly with + // `assertionFailure: AssertionFailure = Swift.assertionFailure`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assertionFailure(message(), file: file, line: line) + }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in + }, info: @escaping Lottie.LottieLogger.Info = { message in + }) + public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void + public static var shared: Lottie.LottieLogger + final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func info(_ message: @autoclosure () -> Swift.String = String()) + @objc deinit +} +extension Lottie.LottieLogger { + public static var printToConsole: Lottie.LottieLogger { + get + } +} +@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") +public typealias LRUAnimationCache = Lottie.DefaultAnimationCache +final public class PointValueProvider { + public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} +final public class Keyframe { + public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + final public let value: T + final public let time: Lottie.AnimationFrameTime + final public let isHold: Swift.Bool + final public let inTangent: Lottie.LottieVector2D? + final public let outTangent: Lottie.LottieVector2D? + final public let spatialInTangent: Lottie.LottieVector3D? + final public let spatialOutTangent: Lottie.LottieVector3D? + @objc deinit +} +extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { + public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool +} +extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { + final public func hash(into hasher: inout Swift.Hasher) + final public var hashValue: Swift.Int { + get + } +} +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} +public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } + func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +public protocol Interpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +public protocol AnyInterpolatable { + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.Interpolatable { + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.SpatialInterpolatable { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Swift.Double : Lottie.Interpolatable { +} +extension CoreFoundation.CGFloat : Lottie.Interpolatable { +} +extension Swift.Float : Lottie.Interpolatable { +} +extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect +} +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize +} +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint +} +extension Lottie.LottieColor : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor +} +extension Lottie.LottieVector1D : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D +} +extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D +} +extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D +} +extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? +} +extension Lottie.LottieButton : SwiftUI.View {} +extension Lottie.CoordinateSpace : Swift.Equatable {} +extension Lottie.CoordinateSpace : Swift.Hashable {} +extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} +extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} +extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} +extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} +extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} +extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LayerType : Swift.Equatable {} +extension Lottie.LayerType : Swift.Hashable {} +extension Lottie.LayerType : Swift.RawRepresentable {} +extension Lottie.MatteType : Swift.Equatable {} +extension Lottie.MatteType : Swift.Hashable {} +extension Lottie.MatteType : Swift.RawRepresentable {} +extension Lottie.BlendMode : Swift.Equatable {} +extension Lottie.BlendMode : Swift.Hashable {} +extension Lottie.BlendMode : Swift.RawRepresentable {} +extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} +extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-ios-macabi.abi.json b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-ios-macabi.abi.json new file mode 100644 index 0000000..6557723 --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-ios-macabi.abi.json @@ -0,0 +1,67071 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ImageAsset", + "printedName": "ImageAsset", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC4nameSSvp", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC4nameSSvg", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "directory", + "printedName": "directory", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC9directorySSvp", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC9directorySSvg", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC5widthSdvp", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC5widthSdvg", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC6heightSdvp", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC6heightSdvg", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Final", + "AccessControl", + "Override" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie10ImageAssetC", + "mangledName": "$s6Lottie10ImageAssetC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "superclassUsr": "s:6Lottie5AssetC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.Asset" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationLayer", + "printedName": "LottieAnimationLayer", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4stopyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pauseyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationLayerDidLoad", + "printedName": "animationLayerDidLoad", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLayer", + "printedName": "animationLayer", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "screenScale", + "printedName": "screenScale", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12reloadImagesyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForBackgroundState", + "printedName": "updateAnimationForBackgroundState()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForForegroundState", + "printedName": "updateAnimationForForegroundState(wasWaitingToPlayAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer(im)init", + "mangledName": "$s6Lottie0A14AnimationLayerCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer", + "mangledName": "$s6Lottie0A14AnimationLayerC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)CALayer", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "QuartzCore.CALayer", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieButton", + "printedName": "LottieButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:action:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "mangledName": "$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6ButtonV4bodyQrvp", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6ButtonV4bodyQrvg", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedButton) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromProgress:toProgress:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate12fromProgress02toE02onAC14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromMarker:toMarker:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6ButtonV", + "mangledName": "$s6Lottie0A6ButtonV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "children": [ + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationFontProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultFontProvider", + "printedName": "DefaultFontProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultFontProviderCACycfc", + "mangledName": "$s6Lottie19DefaultFontProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultFontProviderC", + "mangledName": "$s6Lottie19DefaultFontProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationCache", + "printedName": "LottieAnimationCache", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14AnimationCacheO", + "mangledName": "$s6Lottie0A14AnimationCacheO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultAnimationCache", + "printedName": "DefaultAnimationCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21DefaultAnimationCacheCACycfc", + "mangledName": "$s6Lottie21DefaultAnimationCacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC05clearD0yyF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC05clearD0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21DefaultAnimationCacheC", + "mangledName": "$s6Lottie21DefaultAnimationCacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngineOption", + "printedName": "RenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> (Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie21RenderingEngineOptionO", + "mangledName": "$s6Lottie21RenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngine", + "printedName": "RenderingEngine", + "children": [ + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO10mainThreadyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvp", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvg", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvp", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvg", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15RenderingEngineO", + "mangledName": "$s6Lottie15RenderingEngineO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FilepathImageProvider", + "printedName": "FilepathImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21FilepathImageProviderC", + "mangledName": "$s6Lottie21FilepathImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "children": [ + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "children": [ + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DictionaryTextProvider", + "printedName": "DictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "mangledName": "$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie22DictionaryTextProviderC", + "mangledName": "$s6Lottie22DictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextProvider", + "printedName": "DefaultTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultTextProviderCACycfc", + "mangledName": "$s6Lottie19DefaultTextProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultTextProviderC", + "mangledName": "$s6Lottie19DefaultTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CoordinateSpace", + "printedName": "CoordinateSpace", + "children": [ + { + "kind": "Var", + "name": "type2d", + "printedName": "type2d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type2dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type2dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "type3d", + "printedName": "type3d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type3dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type3dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CoordinateSpace?", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivp", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivg", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15CoordinateSpaceO", + "mangledName": "$s6Lottie15CoordinateSpaceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimation", + "printedName": "LottieAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionary:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "startFrame", + "printedName": "startFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endFrame", + "printedName": "endFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "framerate", + "printedName": "framerate", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC9framerateSdvp", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC9framerateSdvg", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "markerNames", + "printedName": "markerNames", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvp", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvg", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8durationSdvp", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8durationSdvg", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bounds", + "printedName": "bounds", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "filepath", + "printedName": "filepath(_:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(_:bundle:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(data:strategy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "mangledName": "$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:closure:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forFrame:clamped:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime8forFrame7clamped14CoreFoundation7CGFloatVAI_SbtF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime11forProgress14CoreFoundation7CGFloatVAH_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "time", + "printedName": "time(forFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4time8forFrameSd14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime03forD014CoreFoundation7CGFloatVSd_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A9AnimationC", + "mangledName": "$s6Lottie0A9AnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieSwitch", + "printedName": "LottieSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "mangledName": "$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6SwitchV4bodyQrvp", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6SwitchV4bodyQrvg", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isOn", + "printedName": "isOn(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "mangledName": "$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "onAnimation", + "printedName": "onAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "offAnimation", + "printedName": "offAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6SwitchV", + "mangledName": "$s6Lottie0A6SwitchV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "children": [ + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "mangledName": "$s6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "mangledName": "$s6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie22AnimationCacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject, τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationSource", + "printedName": "LottieAnimationSource", + "children": [ + { + "kind": "Var", + "name": "lottieAnimation", + "printedName": "lottieAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dotLottieFile", + "printedName": "dotLottieFile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A15AnimationSourceO", + "mangledName": "$s6Lottie0A15AnimationSourceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieView", + "printedName": "LottieView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFile:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A4ViewV4bodyQrvp", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A4ViewV4bodyQrvg", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "mangledName": "$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resizable", + "printedName": "resizable()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9resizableACyxGyF", + "mangledName": "$s6Lottie0A4ViewV9resizableACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "intrinsicSize", + "printedName": "intrinsicSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "mangledName": "$s6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playACyxGyF", + "mangledName": "$s6Lottie0A4ViewV4playACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "looping", + "printedName": "looping()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7loopingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7loopingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "hasDefaultArg": true, + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "mangledName": "$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "mangledName": "$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7playingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paused", + "printedName": "paused(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "hasDefaultArg": true, + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playbackMode", + "printedName": "playbackMode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "mangledName": "$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationSpeed", + "printedName": "animationSpeed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "mangledName": "$s6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidLoad", + "printedName": "animationDidLoad(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "mangledName": "$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidFinish", + "printedName": "animationDidFinish(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "mangledName": "$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "mangledName": "$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "accessibilityLabel", + "printedName": "accessibilityLabel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "mangledName": "$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logger", + "printedName": "logger(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "mangledName": "$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "imageProvider", + "printedName": "imageProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationImageProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textProvider", + "printedName": "textProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationKeypathTextProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fontProvider", + "printedName": "fontProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationFontProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnyValueProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentProgress", + "printedName": "currentProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV15currentProgressyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentFrame", + "printedName": "currentFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12currentFrameyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV12currentFrameyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentTime", + "printedName": "currentTime(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "mangledName": "$s6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadAnimationTrigger", + "printedName": "reloadAnimationTrigger(_:showPlaceholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationProgress", + "printedName": "getRealtimeAnimationProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationFrame", + "printedName": "getRealtimeAnimationFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dotLottieConfigurationComponents", + "printedName": "dotLottieConfigurationComponents(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "mangledName": "$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A4ViewV", + "mangledName": "$s6Lottie0A4ViewV", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Asset", + "printedName": "Asset", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Asset", + "printedName": "Lottie.Asset", + "usr": "s:6Lottie5AssetC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie5AssetC2idSSvp", + "mangledName": "$s6Lottie5AssetC2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "Final", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie5AssetC2idSSvg", + "mangledName": "$s6Lottie5AssetC2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie5AssetC", + "mangledName": "$s6Lottie5AssetC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOption", + "printedName": "ReducedMotionOption", + "children": [ + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dynamic", + "printedName": "dynamic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable)", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOptionProvider", + "printedName": "Lottie.ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnyHashable", + "printedName": "Swift.AnyHashable", + "usr": "s:s11AnyHashableV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "systemReducedMotionToggle", + "printedName": "systemReducedMotionToggle", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivp", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivg", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie19ReducedMotionOptionO", + "mangledName": "$s6Lottie19ReducedMotionOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionMode", + "printedName": "ReducedMotionMode", + "children": [ + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivp", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivg", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie17ReducedMotionModeO", + "mangledName": "$s6Lottie17ReducedMotionModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "children": [ + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.ReducedMotionOptionProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SystemReducedMotionOptionProvider", + "printedName": "SystemReducedMotionOptionProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "SystemReducedMotionOptionProvider", + "printedName": "Lottie.SystemReducedMotionOptionProvider", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderVACycfc", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderVACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "SizeValueProvider", + "printedName": "SizeValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderC5blockACSo6CGSizeV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "mangledName": "$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie17SizeValueProviderC", + "mangledName": "$s6Lottie17SizeValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "OperatorDecl", + "name": "+|", + "printedName": "+|", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "OperatorDecl", + "name": "+-", + "printedName": "+-", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimation", + "printedName": "CompatibleAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:subdirectory:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)initWithName:subdirectory:bundle:", + "mangledName": "$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc", + "moduleName": "Lottie", + "objc_name": "initWithName:subdirectory:bundle:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)init", + "mangledName": "$s6Lottie19CompatibleAnimationCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation", + "mangledName": "$s6Lottie19CompatibleAnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleRenderingEngineOption", + "printedName": "CompatibleRenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionShared", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO6sharedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "defaultEngine", + "printedName": "defaultEngine", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionDefaultEngine", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO07defaultD0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionAutomatic", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionMainThread", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionCoreAnimation", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Function", + "name": "generateLottieConfiguration", + "printedName": "generateLottieConfiguration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Func", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleRenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleBackgroundBehavior", + "printedName": "CompatibleBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorStop", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPause", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPauseAndRestore", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorForceFinish", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorContinuePlaying", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleBackgroundBehavior?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationView", + "printedName": "CompatibleAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "compatibleAnimation", + "printedName": "compatibleAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopAnimationCount", + "printedName": "loopAnimationCount", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setLoopAnimationCount:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC04loopC5Count14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "compatibleDictionaryTextProvider", + "printedName": "compatibleDictionaryTextProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleDictionaryTextProvider:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setContentMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setShouldRasterizeWhenIdle:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentProgress:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentTime:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setAnimationSpeed:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setRespectAnimationFrameRate:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundMode", + "printedName": "backgroundMode", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setBackgroundMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)play", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4playyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithCompletion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "objc_name": "playWithCompletion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromProgress:toProgress:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromProgress:toProgress:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromFrame:toFrame:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromFrame:toFrame:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromMarker:toMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromMarker:toMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playWithMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)stop", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)pause", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)reloadImages", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)forceDisplayUpdate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)logHierarchyKeypaths", + "mangledName": "$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setColorValue", + "printedName": "setColorValue(_:forKeypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setColorValue:forKeypath:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getColorValue", + "printedName": "getColorValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIColor?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getColorValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getColorValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)addSubview:forLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(rect:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithRect:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithRect:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(point:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithPoint:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithPoint:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)progressTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "progressTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)frameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "frameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)durationFrameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "durationFrameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView", + "mangledName": "$s6Lottie23CompatibleAnimationViewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleDictionaryTextProvider", + "printedName": "CompatibleDictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(values:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)initWithValues:", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithValues:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)init", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ColorFormatDenominator", + "printedName": "ColorFormatDenominator", + "children": [ + { + "kind": "Var", + "name": "One", + "printedName": "One", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "OneHundred", + "printedName": "OneHundred", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "TwoFiftyFive", + "printedName": "TwoFiftyFive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivp", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivg", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie22ColorFormatDenominatorO", + "mangledName": "$s6Lottie22ColorFormatDenominatorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieColor", + "printedName": "LottieColor", + "children": [ + { + "kind": "Var", + "name": "r", + "printedName": "r", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1rSdvp", + "mangledName": "$s6Lottie0A5ColorV1rSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvg", + "mangledName": "$s6Lottie0A5ColorV1rSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvs", + "mangledName": "$s6Lottie0A5ColorV1rSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvM", + "mangledName": "$s6Lottie0A5ColorV1rSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "g", + "printedName": "g", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1gSdvp", + "mangledName": "$s6Lottie0A5ColorV1gSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvg", + "mangledName": "$s6Lottie0A5ColorV1gSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvs", + "mangledName": "$s6Lottie0A5ColorV1gSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvM", + "mangledName": "$s6Lottie0A5ColorV1gSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "b", + "printedName": "b", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1bSdvp", + "mangledName": "$s6Lottie0A5ColorV1bSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvg", + "mangledName": "$s6Lottie0A5ColorV1bSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvs", + "mangledName": "$s6Lottie0A5ColorV1bSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvM", + "mangledName": "$s6Lottie0A5ColorV1bSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "a", + "printedName": "a", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1aSdvp", + "mangledName": "$s6Lottie0A5ColorV1aSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvg", + "mangledName": "$s6Lottie0A5ColorV1aSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvs", + "mangledName": "$s6Lottie0A5ColorV1aSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvM", + "mangledName": "$s6Lottie0A5ColorV1aSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(r:g:b:a:denominator:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "hasDefaultArg": true, + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "mangledName": "$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV9hashValueSivp", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV9hashValueSivg", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A5ColorV", + "mangledName": "$s6Lottie0A5ColorV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ColorValueProvider", + "printedName": "ColorValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottieColor", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderC5blockAcA0aB0V14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18ColorValueProviderC", + "mangledName": "$s6Lottie18ColorValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypath", + "printedName": "AnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "keys", + "printedName": "keys", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvp", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvg", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvp", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvg", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivp", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivg", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie16AnimationKeypathV", + "mangledName": "$s6Lottie16AnimationKeypathV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieConfiguration", + "printedName": "LottieConfiguration", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(renderingEngine:decodingStrategy:colorSpace:reducedMotionOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "hasDefaultArg": true, + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "hasDefaultArg": true, + "usr": "c:@T@CGColorSpaceRef" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "hasDefaultArg": true, + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvpZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvgZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvsZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvMZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renderingEngine", + "printedName": "renderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "decodingStrategy", + "printedName": "decodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotionOption", + "printedName": "reducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "colorSpace", + "printedName": "colorSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivp", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivg", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A13ConfigurationV", + "mangledName": "$s6Lottie0A13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottiePlaybackMode", + "printedName": "LottiePlaybackMode", + "children": [ + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(at: Lottie.LottiePlaybackMode.PausedState)", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "playing", + "printedName": "playing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO8progressyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO8progressyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5frameyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5frameyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5pauseyA2CmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5pauseyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO12fromProgressyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO12fromProgressyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO9fromFrameyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO9fromFrameyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "TypeDecl", + "name": "PausedState", + "printedName": "PausedState", + "children": [ + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO8progressyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO8progressyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO5frameyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO5frameyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, position: Lottie.LottieMarkerPosition)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PlaybackMode", + "printedName": "PlaybackMode", + "children": [ + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvpZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvgZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO10toProgress_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO10toProgress_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO7toFrame_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO7toFrame_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO", + "mangledName": "$s6Lottie0A12PlaybackModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieMarkerPosition", + "printedName": "LottieMarkerPosition", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO5startyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO5startyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO3endyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO3endyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivp", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivg", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14MarkerPositionO", + "mangledName": "$s6Lottie0A14MarkerPositionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieVector2D", + "printedName": "LottieVector2D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector2DV", + "mangledName": "$s6Lottie0A8Vector2DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DecodingStrategy", + "printedName": "DecodingStrategy", + "children": [ + { + "kind": "Var", + "name": "legacyCodable", + "printedName": "legacyCodable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dictionaryBased", + "printedName": "dictionaryBased", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivp", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivg", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie16DecodingStrategyO", + "mangledName": "$s6Lottie16DecodingStrategyO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedControl", + "printedName": "AnimatedControl", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)init", + "mangledName": "$s6Lottie15AnimatedControlCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedControl?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithCoder:", + "mangledName": "$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "isEnabled", + "printedName": "isEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)enabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "enabled", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isEnabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isEnabled", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setEnabled:", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setEnabled:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isSelected", + "printedName": "isSelected", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)selected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "selected", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isSelected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isSelected", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setSelected:", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setSelected:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isHighlighted", + "printedName": "isHighlighted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)highlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "highlighted", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isHighlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isHighlighted", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setHighlighted:", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setHighlighted:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "continueTracking", + "printedName": "continueTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)continueTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC16continueTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "continueTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancelTracking", + "printedName": "cancelTracking(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)cancelTrackingWithEvent:", + "mangledName": "$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "cancelTrackingWithEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC15animationDidSetyyF", + "mangledName": "$s6Lottie15AnimatedControlC15animationDidSetyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationView", + "printedName": "animationView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setLayer", + "printedName": "setLayer(named:forState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "State", + "printedName": "UIKit.UIControl.State", + "usr": "c:@E@UIControlState" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "mangledName": "$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "mangledName": "$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithFrame:", + "mangledName": "$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl", + "mangledName": "$s6Lottie15AnimatedControlC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIControl", + "superclassNames": [ + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedButton", + "printedName": "AnimatedButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)init", + "mangledName": "$s6Lottie14AnimatedButtonCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedButton?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "performAction", + "printedName": "performAction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvp", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvg", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvs", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvM", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromProgress:toProgress:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromMarker:toMarker:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton", + "mangledName": "$s6Lottie14AnimatedButtonC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "children": [ + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvp", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvg", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "typeErasedStorage", + "printedName": "typeErasedStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderP9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "value", + "printedName": "value(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderPAAE5value5frameyp14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ValueProviderStorage", + "printedName": "ValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> ([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe<τ_0_0>]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO7closureyACyxGx14CoreFoundation7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO7closureyACyxGx12CoreGraphics7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie20ValueProviderStorageO", + "mangledName": "$s6Lottie20ValueProviderStorageO", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProviderStorage", + "printedName": "AnyValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> ([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Lottie.Keyframe], interpolate: (CoreGraphics.CGFloat) -> Any)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp14CoreFoundation7CGFloatVctcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp12CoreGraphics7CGFloatVctcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO7closureyACyp14CoreFoundation7CGFloatVccACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO7closureyACyp12CoreGraphics7CGFloatVccACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie23AnyValueProviderStorageO", + "mangledName": "$s6Lottie23AnyValueProviderStorageO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedSwitch", + "printedName": "AnimatedSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)init", + "mangledName": "$s6Lottie14AnimatedSwitchCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedSwitch?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC15animationDidSetyyF", + "mangledName": "$s6Lottie14AnimatedSwitchC15animationDidSetyyF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "CancelBehavior", + "printedName": "CancelBehavior", + "children": [ + { + "kind": "Var", + "name": "reverse", + "printedName": "reverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Var", + "name": "cancelBehavior", + "printedName": "cancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animateUpdateWhenChangingAnimation", + "printedName": "animateUpdateWhenChangingAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "stateUpdated", + "printedName": "stateUpdated", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isOn", + "printedName": "isOn", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setIsOn", + "printedName": "setIsOn(_:animated:shouldFireHaptics:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "mangledName": "$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setProgressForState", + "printedName": "setProgressForState(fromProgress:toProgress:forOnState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y14CoreFoundation7CGFloatV_AJSbtF", + "mangledName": "$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch", + "mangledName": "$s6Lottie14AnimatedSwitchC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector1D", + "printedName": "LottieVector1D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DVyACSdcfc", + "mangledName": "$s6Lottie0A8Vector1DVyACSdcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV5valueSdvp", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV5valueSdvg", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector1DV", + "mangledName": "$s6Lottie0A8Vector1DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector3D", + "printedName": "LottieVector3D", + "children": [ + { + "kind": "Var", + "name": "x", + "printedName": "x", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1xSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1xSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "y", + "printedName": "y", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1ySdvp", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1ySdvg", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "z", + "printedName": "z", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1zSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1zSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(x:y:z:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "mangledName": "$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "pointValue", + "printedName": "pointValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sizeValue", + "printedName": "sizeValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector3DV", + "mangledName": "$s6Lottie0A8Vector3DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieBackgroundBehavior", + "printedName": "LottieBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "default", + "printedName": "default(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A18BackgroundBehaviorO", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieLoopMode", + "printedName": "LottieLoopMode", + "children": [ + { + "kind": "Var", + "name": "playOnce", + "printedName": "playOnce", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO8playOnceyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO8playOnceyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loop", + "printedName": "loop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO4loopyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO4loopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "autoReverse", + "printedName": "autoReverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO11autoReverseyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO11autoReverseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeat", + "printedName": "repeat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO6repeatyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO6repeatyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeatBackwards", + "printedName": "repeatBackwards", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivp", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivg", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A8LoopModeO", + "mangledName": "$s6Lottie0A8LoopModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationView", + "printedName": "LottieAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationView?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithCoder:", + "mangledName": "$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4stopyyF", + "mangledName": "$s6Lottie0A13AnimationViewC4stopyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC5pauseyyF", + "mangledName": "$s6Lottie0A13AnimationViewC5pauseyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animateLayoutChangesWithCurrentCoreAnimationContext", + "printedName": "animateLayoutChangesWithCurrentCoreAnimationContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationQueued", + "printedName": "isAnimationQueued", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvp", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvg", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvs", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "viewportFrame", + "printedName": "viewportFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(py)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12reloadImagesyyF", + "mangledName": "$s6Lottie0A13AnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:bundle:subdirectory:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filePath:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:imageProvider:session:closure:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(asset:bundle:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieName:bundle:subdirectory:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFilePath:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieUrl:animationId:dotLottieCache:configuration:session:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieAsset:bundle:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView", + "mangledName": "$s6Lottie0A13AnimationViewC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "IBDesignable", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.LottieAnimationViewBase", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieError", + "printedName": "DotLottieError", + "children": [ + { + "kind": "Var", + "name": "noDataLoaded", + "printedName": "noDataLoaded", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "assetNotFound", + "printedName": "assetNotFound", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> (Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, bundle: Foundation.Bundle?)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "mangledName": "$s6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loadingFromAssetNotSupported", + "printedName": "loadingFromAssetNotSupported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidFileFormat", + "printedName": "invalidFileFormat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "invalidData", + "printedName": "invalidData", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "animationNotAvailable", + "printedName": "animationNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA5ErrorO", + "mangledName": "$s6Lottie03DotA5ErrorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FloatValueProvider", + "printedName": "FloatValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderC5blockAC14CoreFoundation7CGFloatVAGc_tcfc", + "mangledName": "$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderCyAC14CoreFoundation7CGFloatVcfc", + "mangledName": "$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "float", + "printedName": "float", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18FloatValueProviderC", + "mangledName": "$s6Lottie18FloatValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationKeypath", + "printedName": "CompatibleAnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeypath:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeypath:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeys:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeys:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "animationKeypath", + "printedName": "animationKeypath", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)init", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "children": [ + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "mangledName": "$s6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie03DotA13CacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieCache", + "printedName": "DotLottieCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA5CacheCACycfc", + "mangledName": "$s6Lottie03DotA5CacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvpZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvgZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivp", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivg", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivs", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivM", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC05clearC0yyF", + "mangledName": "$s6Lottie03DotA5CacheC05clearC0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "mangledName": "$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA5CacheC", + "mangledName": "$s6Lottie03DotA5CacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LayerType", + "printedName": "LayerType", + "children": [ + { + "kind": "Var", + "name": "precomp", + "printedName": "precomp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7precompyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7precompyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "solid", + "printedName": "solid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5solidyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5solidyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "image", + "printedName": "image", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5imageyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5imageyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "null", + "printedName": "null", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4nullyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4nullyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "shape", + "printedName": "shape", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5shapeyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5shapeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4textyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4textyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LayerType?", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9LayerTypeO8rawValueSivp", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9LayerTypeO8rawValueSivg", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9LayerTypeO", + "mangledName": "$s6Lottie9LayerTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MatteType", + "printedName": "MatteType", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO4noneyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO4noneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "add", + "printedName": "add", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO3addyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO3addyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "invert", + "printedName": "invert", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO6invertyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO6invertyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.MatteType?", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9MatteTypeO8rawValueSivp", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9MatteTypeO8rawValueSivg", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9MatteTypeO", + "mangledName": "$s6Lottie9MatteTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "BlendMode", + "printedName": "BlendMode", + "children": [ + { + "kind": "Var", + "name": "normal", + "printedName": "normal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6normalyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6normalyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "multiply", + "printedName": "multiply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO8multiplyyA2CmF", + "mangledName": "$s6Lottie9BlendModeO8multiplyyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "screen", + "printedName": "screen", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6screenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6screenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "overlay", + "printedName": "overlay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7overlayyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7overlayyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "darken", + "printedName": "darken", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6darkenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6darkenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "lighten", + "printedName": "lighten", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7lightenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7lightenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorDodge", + "printedName": "colorDodge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10colorDodgeyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10colorDodgeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorBurn", + "printedName": "colorBurn", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9colorBurnyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9colorBurnyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hardLight", + "printedName": "hardLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9hardLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9hardLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "softLight", + "printedName": "softLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9softLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9softLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "difference", + "printedName": "difference", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10differenceyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10differenceyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "exclusion", + "printedName": "exclusion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9exclusionyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9exclusionyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hue", + "printedName": "hue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO3hueyA2CmF", + "mangledName": "$s6Lottie9BlendModeO3hueyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "saturation", + "printedName": "saturation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10saturationyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10saturationyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO5coloryA2CmF", + "mangledName": "$s6Lottie9BlendModeO5coloryA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "luminosity", + "printedName": "luminosity", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10luminosityyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10luminosityyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.BlendMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9BlendModeO8rawValueSivp", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9BlendModeO8rawValueSivg", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9BlendModeO", + "mangledName": "$s6Lottie9BlendModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "GradientValueProvider", + "printedName": "GradientValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((CoreGraphics.CGFloat) -> [Swift.Double])?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG14CoreFoundation7CGFloatVc_SaySdGAKcSgtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "colors", + "printedName": "colors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "locations", + "printedName": "locations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvp", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvg", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvs", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvM", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21GradientValueProviderC", + "mangledName": "$s6Lottie21GradientValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfiguration", + "printedName": "DotLottieConfiguration", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "speed", + "printedName": "speed", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA13ConfigurationV", + "mangledName": "$s6Lottie03DotA13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfigurationComponents", + "printedName": "DotLottieConfigurationComponents", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "all", + "printedName": "all", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "BundleImageProvider", + "printedName": "BundleImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(bundle:searchPath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "mangledName": "$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19BundleImageProviderC", + "mangledName": "$s6Lottie19BundleImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationSubview", + "printedName": "AnimationSubview", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithFrame:", + "mangledName": "$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationSubview?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithCoder:", + "mangledName": "$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview", + "mangledName": "$s6Lottie16AnimationSubviewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationViewBase", + "printedName": "LottieAnimationViewBase", + "children": [ + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(py)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)setContentMode:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "didMoveToWindow", + "printedName": "didMoveToWindow()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)didMoveToWindow", + "mangledName": "$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "didMoveToWindow", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)layoutSubviews", + "mangledName": "$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithFrame:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationViewBase?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithCoder:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "mangledName": "$s6Lottie0A17AnimationViewBaseC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "zlib", + "printedName": "zlib", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Compression", + "printedName": "Compression", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieFile", + "printedName": "DotLottieFile", + "children": [ + { + "kind": "TypeDecl", + "name": "Animation", + "printedName": "Animation", + "children": [ + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA4FileC9AnimationV", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "animations", + "printedName": "animations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SynchronouslyBlockingCurrentThread", + "printedName": "SynchronouslyBlockingCurrentThread", + "children": [ + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA4FileC", + "mangledName": "$s6Lottie03DotA4FileC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieLogger", + "printedName": "LottieLogger", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(assert:assertionFailure:warn:info:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.Bool, @autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.Bool, () -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "hasDefaultArg": true + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "mangledName": "$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC6sharedACvpZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvgZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvsZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvMZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "assert", + "printedName": "assert(_:_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "assertionFailure", + "printedName": "assertionFailure(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "warn", + "printedName": "warn(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "info", + "printedName": "info(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4infoyySSyXKF", + "mangledName": "$s6Lottie0A6LoggerC4infoyySSyXKF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "printToConsole", + "printedName": "printToConsole", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvpZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvgZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvgZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A6LoggerC", + "mangledName": "$s6Lottie0A6LoggerC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "PointValueProvider", + "printedName": "PointValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGPoint", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderC5blockACSo7CGPointV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "mangledName": "$s6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "point", + "printedName": "point", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18PointValueProviderC", + "mangledName": "$s6Lottie18PointValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Keyframe", + "printedName": "Keyframe", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "mangledName": "$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(value:time:isHold:inTangent:outTangent:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_14CoreFoundation7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "mangledName": "$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC5valuexvp", + "mangledName": "$s6Lottie8KeyframeC5valuexvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC5valuexvg", + "mangledName": "$s6Lottie8KeyframeC5valuexvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isHold", + "printedName": "isHold", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC6isHoldSbvp", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC6isHoldSbvg", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "inTangent", + "printedName": "inTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "outTangent", + "printedName": "outTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialInTangent", + "printedName": "spatialInTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialOutTangent", + "printedName": "spatialOutTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie8KeyframeC", + "mangledName": "$s6Lottie8KeyframeC", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "children": [ + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Interpolatable", + "printedName": "Interpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatableP11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatableP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable, τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "children": [ + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "UIView", + "printedName": "UIView", + "declKind": "Class", + "usr": "c:objc(cs)UIView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIView", + "declAttributes": [ + "Available", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIResponder", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CALayer", + "printedName": "CALayer", + "children": [ + { + "kind": "Function", + "name": "logLayerTree", + "printedName": "logLayerTree(withIndent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:So7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "mangledName": "$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)CALayer", + "moduleName": "QuartzCore", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "CALayer", + "declAttributes": [ + "Available", + "Available", + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Array", + "printedName": "Array", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:Sa", + "mangledName": "$sSa", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "_DestructorSafeContainer", + "printedName": "_DestructorSafeContainer", + "usr": "s:s24_DestructorSafeContainerP", + "mangledName": "$ss24_DestructorSafeContainerP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ArrayProtocol", + "printedName": "_ArrayProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "_Buffer", + "printedName": "_Buffer", + "children": [ + { + "kind": "TypeNominal", + "name": "_ArrayBuffer", + "printedName": "Swift._ArrayBuffer<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s12_ArrayBufferV" + } + ] + } + ], + "usr": "s:s14_ArrayProtocolP", + "mangledName": "$ss14_ArrayProtocolP" + }, + { + "kind": "Conformance", + "name": "RandomAccessCollection", + "printedName": "RandomAccessCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sk", + "mangledName": "$sSk" + }, + { + "kind": "Conformance", + "name": "MutableCollection", + "printedName": "MutableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:SM", + "mangledName": "$sSM" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSArray", + "printedName": "Foundation.NSArray", + "usr": "c:objc(cs)NSArray" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "ContiguousBytes", + "printedName": "ContiguousBytes", + "usr": "s:10Foundation15ContiguousBytesP", + "mangledName": "$s10Foundation15ContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DataProtocol", + "printedName": "DataProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "Regions", + "printedName": "Regions", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionOfOne", + "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt8]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt8", + "printedName": "Swift.UInt8", + "usr": "s:s5UInt8V" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s15CollectionOfOneV" + } + ] + } + ], + "usr": "s:10Foundation12DataProtocolP", + "mangledName": "$s10Foundation12DataProtocolP" + }, + { + "kind": "Conformance", + "name": "MutableDataProtocol", + "printedName": "MutableDataProtocol", + "usr": "s:10Foundation19MutableDataProtocolP", + "mangledName": "$s10Foundation19MutableDataProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Bundle", + "printedName": "Bundle", + "declKind": "Class", + "usr": "c:objc(cs)NSBundle", + "moduleName": "Foundation", + "isOpen": true, + "objc_name": "NSBundle", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGFloat", + "printedName": "CGFloat", + "declKind": "Struct", + "usr": "s:14CoreFoundation7CGFloatV", + "mangledName": "$s12CoreGraphics7CGFloatV", + "moduleName": "CoreFoundation", + "intro_Macosx": "10.0", + "intro_iOS": "2.0", + "intro_tvOS": "9.0", + "intro_watchOS": "1.0", + "declAttributes": [ + "Frozen", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "Available", + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Var", + "name": "lottieColorValue", + "printedName": "lottieColorValue", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGPoint", + "printedName": "CGPoint", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:So7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_14CoreFoundation7CGFloatVABSgALtF", + "mangledName": "$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGPoint", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Double", + "printedName": "Double", + "declKind": "Struct", + "usr": "s:Sd", + "mangledName": "$sSd", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Double.SIMD2Storage", + "usr": "s:Sd12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Double.SIMD4Storage", + "usr": "s:Sd12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Double.SIMD8Storage", + "usr": "s:Sd12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Double.SIMD16Storage", + "usr": "s:Sd13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Double.SIMD32Storage", + "usr": "s:Sd13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Double.SIMD64Storage", + "usr": "s:Sd13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGRect", + "printedName": "CGRect", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGRectV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGRect", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair, SwiftUI.AnimatablePair>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + }, + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGSize", + "printedName": "CGSize", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGSizeV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGSize", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DispatchQueue", + "printedName": "DispatchQueue", + "children": [ + { + "kind": "Var", + "name": "dotLottie", + "printedName": "dotLottie", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Var", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Accessor", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)OS_dispatch_queue", + "moduleName": "Dispatch", + "isOpen": true, + "objc_name": "OS_dispatch_queue", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "Sendable", + "HasMissingDesignatedInitializers", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)OS_dispatch_object", + "isExternal": true, + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Dispatch.DispatchObject", + "os_object.OS_object", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Scheduler", + "printedName": "Scheduler", + "children": [ + { + "kind": "TypeWitness", + "name": "SchedulerTimeType", + "printedName": "SchedulerTimeType", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerTimeType", + "printedName": "Dispatch.DispatchQueue.SchedulerTimeType", + "usr": "s:So17OS_dispatch_queueC8DispatchE17SchedulerTimeTypeV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SchedulerOptions", + "printedName": "SchedulerOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerOptions", + "printedName": "Dispatch.DispatchQueue.SchedulerOptions", + "usr": "s:So17OS_dispatch_queueC8DispatchE16SchedulerOptionsV" + } + ] + } + ], + "usr": "s:7Combine9SchedulerP", + "mangledName": "$s7Combine9SchedulerP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Float", + "printedName": "Float", + "declKind": "Struct", + "usr": "s:Sf", + "mangledName": "$sSf", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Float.SIMD2Storage", + "usr": "s:Sf12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Float.SIMD4Storage", + "usr": "s:Sf12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Float.SIMD8Storage", + "usr": "s:Sf12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Float.SIMD16Storage", + "usr": "s:Sf13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Float.SIMD32Storage", + "usr": "s:Sf13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Float.SIMD64Storage", + "usr": "s:Sf13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Optional", + "printedName": "Optional", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:Sq", + "mangledName": "$sSq", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "Gesture", + "printedName": "Gesture", + "children": [ + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI7GestureP", + "mangledName": "$s7SwiftUI7GestureP" + }, + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + }, + { + "kind": "Conformance", + "name": "TableRowContent", + "printedName": "TableRowContent", + "children": [ + { + "kind": "TypeWitness", + "name": "TableRowValue", + "printedName": "TableRowValue", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableRowValue" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableRowBody", + "printedName": "TableRowBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI15TableRowContentP", + "mangledName": "$s7SwiftUI15TableRowContentP" + }, + { + "kind": "Conformance", + "name": "Commands", + "printedName": "Commands", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI8CommandsP", + "mangledName": "$s7SwiftUI8CommandsP" + }, + { + "kind": "Conformance", + "name": "ToolbarContent", + "printedName": "ToolbarContent", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI14ToolbarContentP", + "mangledName": "$s7SwiftUI14ToolbarContentP" + }, + { + "kind": "Conformance", + "name": "CustomizableToolbarContent", + "printedName": "CustomizableToolbarContent", + "usr": "s:7SwiftUI26CustomizableToolbarContentP", + "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 1936, + "length": 7, + "value": "\"width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 2039, + "length": 8, + "value": "\"height\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "Array", + "offset": 2473, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2957, + "length": 10, + "value": "\";base64,\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1176, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1255, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Lottie.ShapeLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1733, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2037, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2050, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2106, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 4881, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 5785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 10, + "value": "\"Lottie.GroupLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 8600, + "length": 17, + "value": "\"repeater copies\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 8644, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 10090, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 10114, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 11862, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12004, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12171, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12503, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12656, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 13924, + "length": 187, + "value": "\"The Core Animation rendering engine doesn't support applying separate x\/y scale values (x: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14047, + "length": 1, + "value": "\", y: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14062, + "length": 1, + "value": "\") to this stroke item (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14097, + "length": 1, + "value": "\").\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 14163, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15150, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15230, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15944, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 16071, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 18465, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19886, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 20363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 264, + "length": 7, + "value": "\"Lottie.Ellipse\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 973, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3294, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3718, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7882, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8834, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 12406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18430, + "length": 376, + "value": "\"`LottieBackgroundBehavior.continuePlaying` should not be used with the Main Thread\nrendering engine, since this would waste CPU resources on playing an animation\nthat is not visible. Consider using a different background mode, or switching to\nthe Core Animation rendering engine (which does not have any CPU overhead).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 21894, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22155, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22868, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24528, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25137, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 25453, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 26873, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 31688, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 36243, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38392, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38886, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 39527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 40063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 40882, + "length": 11, + "value": "\"sublayers\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43201, + "length": 79, + "value": "\"Encountered Core Animation compatibility issues while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43356, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43364, + "length": 6, + "value": "\"\n\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43385, + "length": 339, + "value": "\"This animation cannot be rendered correctly by the Core Animation engine.\nTo resolve this issue, you can use `RenderingEngineOption.automatic`, which automatically falls back\nto the Main Thread rendering engine when necessary, or just use `RenderingEngineOption.mainThread`.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44014, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44052, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45301, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45339, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 45388, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45813, + "length": 78, + "value": "\"Encountered Core Animation compatibility issue while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45963, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45971, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45986, + "length": 397, + "value": "\"This animation may have additional compatibility issues, but animation setup was cancelled early to avoid wasted work.\n\nAutomatically falling back to Main Thread rendering engine. This fallback comes with some additional performance\noverhead, which can be reduced by manually specifying that this animation should always use the Main Thread engine.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 46828, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49073, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49431, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 51455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 51990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52717, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 53122, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 53577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53748, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 54129, + "length": 8, + "value": "\"Lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 20, + "value": "\"Lottie.LottieAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56463, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56541, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56629, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 3577, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4169, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4190, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7931, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7953, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 10820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "BooleanLiteral", + "offset": 11274, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 14105, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 13, + "value": "\"* |Children\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 406, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 3, + "value": "\"|\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2801, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4717, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5943, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 492, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 500, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 804, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 931, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 950, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 961, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 7, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1641, + "length": 9, + "value": "\".lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 324, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 351, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 413, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 441, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 525, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 677, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "Array", + "offset": 824, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1198, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1587, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "FloatLiteral", + "offset": 2567, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2576, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2872, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 4028, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5313, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 599, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 627, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 633, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 786, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 911, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 933, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 990, + "length": 4, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 1023, + "length": 4, + "value": "\"|_\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1204, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 2516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3438, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3555, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3672, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "FloatLiteral", + "offset": 3675, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3680, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3720, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3723, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3841, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3864, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3959, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4149, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4251, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4294, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4297, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4412, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4435, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4537, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4540, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4583, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4586, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4704, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4727, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 332, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 406, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "Array", + "offset": 448, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 560, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 636, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 718, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1293, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1566, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1648, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1671, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2207, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2376, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2388, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2394, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2866, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/FontProvider\/AnimationFontProvider.swift", + "kind": "BooleanLiteral", + "offset": 860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 535, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 1351, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 2763, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 3271, + "length": 101, + "value": "\"The Core Animation rendering engine currently doesn't support text animators.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3873, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 186, + "length": 9, + "value": "\"Lottie.TextLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1415, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1543, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3150, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3176, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 4191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "FloatLiteral", + "offset": 4304, + "length": 6, + "value": "1000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 5558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 601, + "length": 20, + "value": "\"Lottie.TextCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1723, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1794, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2817, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2868, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3682, + "length": 6, + "value": "10000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/AnimationCache\/DefaultAnimationCache.swift", + "kind": "IntegerLiteral", + "offset": 1224, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2332, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2968, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3017, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3201, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3246, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerImageProvider.swift", + "kind": "Dictionary", + "offset": 459, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1238, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1892, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1929, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/TextProvider\/AnimationTextProvider.swift", + "kind": "BooleanLiteral", + "offset": 3899, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1140, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1632, + "length": 12, + "value": "\"X Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1676, + "length": 12, + "value": "\"Y Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "Array", + "offset": 2877, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3321, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "IntegerLiteral", + "offset": 3412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "FloatLiteral", + "offset": 3872, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 1702, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2184, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 2717, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3254, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3279, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3305, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3916, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4036, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4071, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4148, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4333, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4587, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 1744, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 3494, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 4143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 5435, + "length": 102, + "value": "[\"reduced motion\", \"reduced_motion\", \"reduced-motion\", \"reducedmotion\"]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "FloatLiteral", + "offset": 738, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "StringLiteral", + "offset": 1556, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 227, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2884, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 3344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4186, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 4911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5038, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5207, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5783, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 6132, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6579, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6748, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 706, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2155, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2164, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2172, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2600, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2905, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 3086, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7851, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7858, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7965, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7974, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7982, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8035, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8137, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8186, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 331, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 337, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 764, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 805, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 863, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 874, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 904, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 915, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 926, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 2, + "value": "-3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 961, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1063, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1083, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1155, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1177, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1186, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1210, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1369, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1503, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1530, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1732, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1792, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1865, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1880, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1973, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2158, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2175, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2285, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2308, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2325, + "length": 5, + "value": "-27.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2342, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2352, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2372, + "length": 4, + "value": "54.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2432, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2685, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2770, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2836, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2879, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2981, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2984, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3123, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3183, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3301, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3355, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3432, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3445, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3486, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 218, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1175, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1626, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2193, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2640, + "length": 7, + "value": "\"Angle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "Dictionary", + "offset": 3041, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 415, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 511, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1109, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1168, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/SwiftUIView.swift", + "kind": "Array", + "offset": 1314, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 1046, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "Array", + "offset": 1216, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 1984, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2121, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2320, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3208, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3250, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 3335, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3639, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3923, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4058, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4575, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4615, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 458, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1015, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1319, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "Array", + "offset": 1595, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 243, + "length": 20, + "value": "\"Lottie.MaskCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2246, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2562, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2575, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2631, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1488, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3354, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3977, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 1078, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 2558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 525, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 1834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 2307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "StringLiteral", + "offset": 1513, + "length": 27, + "value": "\"Lottie.AnimationCompletionDelegate\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1933, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5751, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5755, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8480, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8698, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8956, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9835, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 13460, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 17756, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 21303, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22257, + "length": 67, + "value": "\"Failed to load asynchronous Lottie animation with error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22323, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 24126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/NodeProperty.swift", + "kind": "IntegerLiteral", + "offset": 453, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 943, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2844, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2857, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2913, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 2945, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3361, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3591, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3763, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 5467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 5958, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6763, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 6828, + "length": 36, + "value": "\"Lottie: Logging Animation Keypaths\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 348, + "length": 24, + "value": "\"Lottie.MainThreadAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 489, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 942, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.SolidCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 510, + "length": 30, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 529, + "length": 1, + "value": "\" (Content)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 598, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 902, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 971, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1369, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1999, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 20, + "value": "\"Lottie.BaseCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 590, + "length": 8, + "value": "\"Anchor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1291, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1509, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1742, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1978, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2214, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2760, + "length": 14, + "value": "\"Stroke Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3002, + "length": 12, + "value": "\"Fill Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3501, + "length": 10, + "value": "\"Tracking\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3727, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3936, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 4194, + "length": 22, + "value": "\"SelectedRangeOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5519, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 6023, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 7376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8327, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8389, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 8771, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9032, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 9385, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/ReducedMotionOption.swift", + "kind": "BooleanLiteral", + "offset": 2651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 807, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1060, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1147, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1297, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1380, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 840, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 994, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1735, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1776, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2138, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2183, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 4896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5290, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5815, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6331, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7638, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7660, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7727, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7847, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7897, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7979, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8182, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8239, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8362, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8786, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8926, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8952, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9272, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9435, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9558, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9586, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9613, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10049, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10062, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10535, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10615, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 11261, + "length": 4, + "value": "0.05" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11322, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 1328, + "length": 7, + "value": "0.55228" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1667, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 2479, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3619, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3673, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 442, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1394, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1796, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1816, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1892, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2195, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3801, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3856, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4093, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4146, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4295, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4862, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 4884, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4978, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5047, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5162, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5331, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6066, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6785, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7839, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8163, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8794, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8843, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 9479, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 10119, + "length": 57, + "value": "\"Vertex data does not match In Tangents and Out Tangents\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 10281, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 13490, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 13998, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 14041, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14718, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 328, + "length": 19, + "value": "\"Lottie.CompatibleAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7293, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7223, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "FloatLiteral", + "offset": 8127, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12172, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12199, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12252, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12491, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12546, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12573, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12601, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14128, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14617, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14723, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14808, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14891, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14972, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 15210, + "length": 32, + "value": "\"Lottie.CompatibleDictionaryTextProvider\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 853, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 874, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 909, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 929, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3104, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3654, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 418, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 653, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 778, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2176, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2799, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2803, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3006, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3822, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3827, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3906, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3914, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3972, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3984, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4220, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4560, + "length": 5, + "value": "0x400" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5659, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 5760, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5883, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6225, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6231, + "length": 4, + "value": "0x01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 8762, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9003, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9606, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12722, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2144, + "length": 366, + "value": "\"`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2183, + "length": 1, + "value": "\"` animation for \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2234, + "length": 3, + "value": "\"\" includes an After Effects expression (https:\/\/helpx.adobe.com\/after-effects\/using\/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2942, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3893, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5249, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 5438, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11375, + "length": 55, + "value": "\"Cannot create point from keyframe with value \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11429, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 12556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 12976, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13125, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13271, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 14168, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15429, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15457, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15466, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15612, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15640, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16080, + "length": 52, + "value": "\"`values.count` must exactly equal `keyTimes.count`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16213, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16225, + "length": 63, + "value": "\"`timingFunctions.count` must exactly equal `values.count - 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16624, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16635, + "length": 56, + "value": "\"`keyTimes.count` must exactly equal `values.count + 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16745, + "length": 79, + "value": "\"Unexpected keyframe calculation mode \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16812, + "length": 1366, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17389, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17428, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "StringLiteral", + "offset": 426, + "length": 6, + "value": "\"Path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 627, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 650, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 669, + "length": 8, + "value": "\"Offset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1575, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 1972, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 2032, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2206, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2213, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2276, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2286, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 2949, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3218, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3290, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3343, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3413, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3459, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3628, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4448, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 4813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 5690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 6086, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7760, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 7783, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8217, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8826, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8863, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 811, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 2004, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 3490, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Dictionary", + "offset": 4209, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4810, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4858, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5036, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 5257, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6045, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6524, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6554, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6751, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6800, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6845, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7104, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7486, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7691, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7728, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7750, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1471, + "length": 57, + "value": "\"init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1527, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2071, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 2361, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 7927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8440, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 9075, + "length": 12, + "value": "\"root layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10090, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10812, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11364, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11744, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12303, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 219, + "length": 18, + "value": "\"Lottie.CoreAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12994, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13188, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15153, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15244, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 15857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 15905, + "length": 114, + "value": "\"The Core Animation rendering engine currently doesn't support `respectAnimationFrameRate`)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 16086, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17305, + "length": 77, + "value": "\"Cannot log hierarchy keypaths until animation has been set up at least once\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 17397, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17423, + "length": 69, + "value": "\"Lottie: Rebuilding animation with hierarchy keypath logging enabled\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18271, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18521, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18732, + "length": 104, + "value": "\"The Core Animation rendering engine doesn't support retrieving `CALayer`s by keypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18953, + "length": 84, + "value": "\"The Core Animation rendering engine does not use `AnimatorNode`s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20553, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20560, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20650, + "length": 235, + "value": "\"This animation has a very large number of layers with time remapping (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20764, + "length": 1, + "value": "\" layers over \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20802, + "length": 6, + "value": "\" frames) so will perform poorly with the Core Animation rendering engine.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21106, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 21468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21504, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 284, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 316, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 352, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 657, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1192, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1714, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1797, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1167, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1942, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 400, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "StringLiteral", + "offset": 602, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 866, + "length": 8, + "value": "0xFF0000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 879, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 885, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 8, + "value": "0x00FF00" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 938, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 943, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 8, + "value": "0x0000FF" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 993, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1313, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1796, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1641, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4114, + "length": 23, + "value": "\"transform.translation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4306, + "length": 25, + "value": "\"transform.translation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4505, + "length": 25, + "value": "\"transform.translation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4700, + "length": 17, + "value": "\"transform.scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4739, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4888, + "length": 19, + "value": "\"transform.scale.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4929, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5053, + "length": 19, + "value": "\"transform.scale.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5094, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5221, + "length": 22, + "value": "\"transform.rotation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5265, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5417, + "length": 22, + "value": "\"transform.rotation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5613, + "length": 22, + "value": "\"transform.rotation.z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5657, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6203, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6635, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6908, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7121, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7332, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7565, + "length": 4, + "value": "-3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8423, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8819, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 9025, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 10849, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11335, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11821, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 12298, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 101, + "length": 9, + "value": "\"Lottie.Rectangle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 643, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 719, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 684, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 801, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1107, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 405, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 812, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 970, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1334, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1818, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1825, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2180, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2189, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3393, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4638, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4933, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4940, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5198, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5207, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5215, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"Lottie.Repeater\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 809, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 942, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1038, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2517, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2626, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2838, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2940, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3042, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3134, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3235, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3542, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4039, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4092, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4141, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4189, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4237, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4467, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4517, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4565, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4620, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4675, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4735, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 5025, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6992, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7096, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7198, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7300, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7493, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7596, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7697, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7800, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7904, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8006, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8115, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8805, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8866, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 4, + "value": "\"Lottie.Fill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 1858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 4870, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 7143, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 8869, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "Array", + "offset": 293, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 551, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1774, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4548, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4598, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4648, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4939, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5049, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5560, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5639, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5667, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5681, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5768, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5782, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5824, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5952, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6000, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6014, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6056, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6112, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6126, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6553, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6743, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6778, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6852, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6985, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7018, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7176, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7202, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7232, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7478, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/OpacityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1421, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 55, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2423, + "length": 1, + "value": "\" (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2457, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 84, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2881, + "length": 1, + "value": "\" (mask of \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2909, + "length": 1, + "value": "\") (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3152, + "length": 37, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3171, + "length": 1, + "value": "\" (parent, masked)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 4991, + "length": 5, + "value": "\"xor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1487, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1517, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2549, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2582, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2827, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2953, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 3146, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 5133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5188, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5846, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 438, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 610, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 776, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 785, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 793, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 941, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1616, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1746, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2275, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2577, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2871, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2880, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3181, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4833, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 105, + "length": 14, + "value": "\"Lottie.ShapeTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 262, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 297, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 338, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "BooleanLiteral", + "offset": 491, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "StringLiteral", + "offset": 3612, + "length": 201, + "value": "\"The Main Thread rendering engine doesn't currently support repeaters.\nTo play an animation with repeaters, you can use the Core Animation rendering engine instead.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 5, + "value": "\"Lottie.Merge\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "Dictionary", + "offset": 5200, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5704, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6002, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6384, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6469, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6544, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6625, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "StringLiteral", + "offset": 936, + "length": 15, + "value": "\"Lottie.AnimatedControl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 522, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 223, + "length": 13, + "value": "\"Lottie.RepeaterLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 458, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 762, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 775, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 831, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "Array", + "offset": 1991, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 12, + "value": "\"Lottie.PreCompLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 400, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 704, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 717, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 773, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 149, + "length": 10, + "value": "\"Lottie.SolidLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 122, + "length": 14, + "value": "\"Lottie.RoundedCorners\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TransformLayer.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 4672, + "length": 112, + "value": "\"`Transform` values must provide either `position` or `positionX` \/ `positionY` keyframes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 5169, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6157, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6547, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6948, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7215, + "length": 93, + "value": "\"`rotation.x` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7382, + "length": 93, + "value": "\"`rotation.y` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7849, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8054, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8460, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9890, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9898, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9906, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 9977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10046, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11624, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11949, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 12159, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1366, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1503, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1607, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1624, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1641, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1725, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1806, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1887, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2044, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2167, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2340, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2483, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2504, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2629, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "Array", + "offset": 2685, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4610, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 5151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "FloatLiteral", + "offset": 5434, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 657, + "length": 91, + "value": "\"Expected old to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 698, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 91, + "value": "\"Expected new to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 944, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 962, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 996, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2080, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2445, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "FloatLiteral", + "offset": 2695, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1721, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 1866, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1989, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 2148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 736, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 757, + "length": 11, + "value": "\"Roundness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1652, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1818, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "FloatLiteral", + "offset": 2548, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 2701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4300, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4951, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5350, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6716, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "IntegerLiteral", + "offset": 1986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "BooleanLiteral", + "offset": 2005, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 315, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 340, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 422, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 451, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2512, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2566, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2618, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2654, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4646, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4674, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4716, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4756, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4785, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4818, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1895, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1926, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1982, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2005, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2036, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2092, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2915, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2930, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3222, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3226, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3373, + "length": 4, + "value": "1e-6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3491, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3504, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3794, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 797, + "length": 101, + "value": "\"Rounded corners support is not currently implemented for combined shape items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1389, + "length": 94, + "value": "\"Rounded corners support is currently not implemented for polygon items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1603, + "length": 42, + "value": "\"Unexpected shape type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1644, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2761, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5295, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5732, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5803, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5809, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6434, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6509, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6516, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6811, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6929, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8454, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 568, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 752, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 975, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 1459, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 446, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 501, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 522, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 768, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 977, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 747, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 926, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1092, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 21, + "value": "\"Lottie.ShapeCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 4480, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 5025, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7171, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1326, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "IntegerLiteral", + "offset": 1863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 4, + "value": "\"Lottie.Star\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 1708, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2143, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2705, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2708, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4117, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4292, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4710, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5631, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6695, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6800, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10095, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10153, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 10218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 11153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11682, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12269, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12304, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12416, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12506, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12585, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12732, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12776, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12806, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 535, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 610, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1056, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2774, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 2892, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2982, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 3278, + "length": 12, + "value": "\"Time Remap\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 131, + "length": 19, + "value": "\"Lottie.PreCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 476, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 759, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 901, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1179, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1319, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1462, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1552, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1839, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1967, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2209, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2424, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3033, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3081, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3115, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3160, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3205, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3322, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3523, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 4823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5177, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5187, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5196, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5206, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5381, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5412, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5564, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5595, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5759, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5999, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 6018, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 6355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6404, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7139, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7407, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8369, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8415, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8422, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8741, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8795, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9266, + "length": 53, + "value": "\"Could not convert color \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9303, + "length": 2, + "value": "\" to RGB values.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9357, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9360, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9447, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10784, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10928, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 11310, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11656, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11753, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12135, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12325, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1505, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 1741, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1987, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 602, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 1760, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 754, + "length": 172, + "value": "\"The Core Animation rendering engine does not support animating multiple keyframes\nfor \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 870, + "length": 6, + "value": "\" values, due to limitations of Core Animation.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 979, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1101, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1127, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1532, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1879, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2118, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2313, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3182, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3849, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4678, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4829, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4878, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 5858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 6687, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6852, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6867, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6893, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6909, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 699, + "length": 196, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1025, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 216, + "value": "\"The Core Animation rendering engine currently doesn't support customizing \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1226, + "length": 3, + "value": "\"\" properties. Supported properties are: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2366, + "length": 202, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 175, + "value": "\"Could not convert value of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3027, + "length": 4, + "value": "\" from \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3052, + "length": 2, + "value": "\" to expected type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3105, + "length": 2656, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4345, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4588, + "length": 3, + "value": "\"^\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4664, + "length": 5, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4726, + "length": 3, + "value": "\"$\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5044, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5121, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5362, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5386, + "length": 1, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5398, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5475, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5683, + "length": 7, + "value": "\"[^.]+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 267, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 328, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 738, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 960, + "length": 12, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 966, + "length": 1, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StrokeAnimation.swift", + "kind": "StringLiteral", + "offset": 2279, + "length": 20, + "value": "\"stroke dashPattern\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 652, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 664, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 675, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 734, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 764, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 806, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 836, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1514, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1556, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2031, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2113, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2417, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2504, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2533, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "BooleanLiteral", + "offset": 812, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 5, + "value": "\"Lottie.Group\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 2295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 3480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 3990, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4078, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4122, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4166, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4210, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 5018, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5603, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5647, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5691, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5735, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5779, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5823, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5867, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 6704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7402, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7446, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7490, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7534, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7578, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7622, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7666, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7711, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 10139, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "FloatLiteral", + "offset": 11154, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 11551, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 11991, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 12426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13374, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3069, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3093, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 10452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14057, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 34406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35030, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35859, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 36384, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 36436, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37614, + "length": 50, + "value": "\"unsupported contentMode: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37663, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38527, + "length": 25, + "value": "\"LayoutPositionAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38578, + "length": 26, + "value": "\"LayoutTransformAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38820, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38866, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 38914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39106, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39206, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39250, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39477, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "FloatLiteral", + "offset": 40356, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 41884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 42193, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTextProvider.swift", + "kind": "Array", + "offset": 328, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "BooleanLiteral", + "offset": 2916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieImageProvider.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 954, + "length": 7, + "value": "\"Style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1147, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 241, + "length": 12, + "value": "\"Lottie.GradientFill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1965, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2060, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 4, + "value": "\"Lottie.Trim\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 666, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 715, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1129, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1390, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2554, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3491, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4032, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4423, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4551, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4677, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4780, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4974, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5076, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "BooleanLiteral", + "offset": 5236, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5279, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5583, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 380, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1114, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1163, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1191, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1245, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1268, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1738, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1907, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1919, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3609, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3612, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3683, + "length": 12, + "value": "\"startPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3714, + "length": 10, + "value": "\"endPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3743, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3771, + "length": 11, + "value": "\"locations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3801, + "length": 8, + "value": "\"colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3828, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3855, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3887, + "length": 10, + "value": "\"isRadial\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3916, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4112, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4186, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4151, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 4228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4340, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4416, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4498, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "Array", + "offset": 1294, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1547, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "FloatLiteral", + "offset": 5664, + "length": 5, + "value": "0.999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5721, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5752, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6594, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "StringLiteral", + "offset": 6605, + "length": 62, + "value": "\"Each color must have RGB components and a location component\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6938, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7097, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7154, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7603, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7640, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7817, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 239, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 686, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "BooleanLiteral", + "offset": 1018, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 1155, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1057, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1398, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 314, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 972, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 26, + "value": "\"Lottie.CompatibleAnimationKeypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 766, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 910, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1166, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1106, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 18, + "value": "\"Lottie.InvertedMatteLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 694, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 710, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 770, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1021, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1575, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1683, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1690, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1705, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1720, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1735, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1998, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2077, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2083, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 916, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2608, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2814, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2820, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3363, + "length": 50, + "value": "\"Error when decoding lottie \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3400, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3412, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 4081, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 10225, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 15025, + "length": 30, + "value": "\"com.airbnb.lottie.dot-lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1117, + "length": 3, + "value": "375" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1130, + "length": 3, + "value": "150" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 1340, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6065, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6204, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 7130, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 564, + "length": 27, + "value": "\"Lottie.SwiftUIMeasurementContainer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 14216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 16576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16597, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 475, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 526, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 587, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 1881, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 1901, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1215, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1277, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1506, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1471, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1586, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1743, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1822, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "Array", + "offset": 2401, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2516, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2994, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 646, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1420, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1546, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "Array", + "offset": 1861, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 471, + "length": 18, + "value": "\"Lottie.MaskContainerLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1944, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1992, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2418, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2588, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2073, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4188, + "length": 7, + "value": "\"Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4211, + "length": 11, + "value": "\"Expansion\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 923, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 980, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1012, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1050, + "length": 15, + "value": "\"shadowOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1084, + "length": 14, + "value": "\"shadowOffset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 13, + "value": "\"shadowColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 14, + "value": "\"shadowRadius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1318, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1346, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1403, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1435, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1473, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 19, + "value": "\"Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2976, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Array", + "offset": 3382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 3521, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Dictionary", + "offset": 3926, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 16, + "value": "\"Lottie.CompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 922, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1341, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1432, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 779, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 1959, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 98, + "length": 6, + "value": "\"Lottie.Stroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/DataIDProviding.swift", + "kind": "StringLiteral", + "offset": 1690, + "length": 28, + "value": "\"DefaultDataID.noneProvided\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 1140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "StringLiteral", + "offset": 1774, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 2253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 4106, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 5550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CompositionLayersInitializer.swift", + "kind": "BooleanLiteral", + "offset": 815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "Array", + "offset": 286, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1856, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2058, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2105, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2131, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2185, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2310, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2330, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 2880, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2898, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 3014, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3288, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 4173, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/Cache\/DotLottieCache.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 352, + "length": 10, + "value": "0x06064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 10, + "value": "0x07064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1255, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1559, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2000, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2259, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2309, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2368, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2494, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2558, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4103, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4420, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4736, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4847, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5506, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5569, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5618, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6453, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6563, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 5, + "value": "\"Lottie.Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 562, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1677, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1683, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2238, + "length": 53, + "value": "\"Error when decoding animation \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2278, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2290, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3300, + "length": 135, + "value": "\"Failed to load animation from filepath \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3362, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3423, + "length": 1345, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4234, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4774, + "length": 165, + "value": "\"Failed to load animation with asset name \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 2, + "value": "\"\nin \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4866, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4927, + "length": 6638, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "BooleanLiteral", + "offset": 10105, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10273, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 617, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 890, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 2646, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 2796, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 2915, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 3035, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 3155, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 4850, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5044, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5247, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2647, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5651, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5675, + "length": 4, + "value": "-0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6193, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1444, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1783, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 2507, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "FloatLiteral", + "offset": 3561, + "length": 12, + "value": "1000000000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 4097, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 6153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 6949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 7023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "StringLiteral", + "offset": 7605, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 9489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10316, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10358, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10385, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10505, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 11473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12597, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12706, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12712, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12761, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12766, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12819, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12825, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12882, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12932, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12938, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13046, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13071, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13100, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13579, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13731, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13745, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13769, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13783, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13830, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13954, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13969, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13977, + "length": 3, + "value": "512" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14129, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14287, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14302, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14316, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 15282, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 301, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 20, + "value": "\"Lottie.NullCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 527, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 551, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 694, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1276, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 1765, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2024, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2235, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2457, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2477, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2546, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2663, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2961, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "BooleanLiteral", + "offset": 1278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3201, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3900, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerFontProvider.swift", + "kind": "Array", + "offset": 365, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1632, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1950, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2289, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "Array", + "offset": 2465, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 3260, + "length": 24, + "value": "\"Missing keyframe data.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4080, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4299, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4361, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4591, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseAnimationLayer.swift", + "kind": "Array", + "offset": 781, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 1814, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2545, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 3128, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "StringLiteral", + "offset": 3244, + "length": 68, + "value": "\"Failed sanity check for old count with changes matching new count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 6923, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7339, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7356, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7379, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7710, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 2582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "Dictionary", + "offset": 2838, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 3677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 413, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 5, + "value": "0o644" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 5, + "value": "0o755" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 823, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 869, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 916, + "length": 10, + "value": "0x06054b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 964, + "length": 10, + "value": "0x04034b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1011, + "length": 10, + "value": "0x08074b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1060, + "length": 10, + "value": "0x02014b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 1093, + "length": 8, + "value": "\"memory\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 7252, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9257, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9276, + "length": 1, + "value": "\":\/\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10008, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10180, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10635, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10856, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 12529, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14638, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14745, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14815, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14870, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14934, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14987, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16580, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16684, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16797, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16908, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1848, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1938, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1972, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2104, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2134, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3350, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3754, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 4874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2515, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2552, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2776, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2813, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 325, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 344, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 391, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 482, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 643, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 741, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 969, + "length": 5, + "value": "1.403" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 991, + "length": 5, + "value": "0.344" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1013, + "length": 5, + "value": "1.770" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1489, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1562, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1614, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1782, + "length": 5, + "value": "0.299" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1794, + "length": 5, + "value": "0.587" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1806, + "length": 5, + "value": "0.114" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1828, + "length": 8, + "value": "-0.14713" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1843, + "length": 7, + "value": "0.28886" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1857, + "length": 5, + "value": "0.436" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1879, + "length": 5, + "value": "0.615" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1891, + "length": 7, + "value": "0.51499" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1905, + "length": 7, + "value": "0.10001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2952, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 965, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1450, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1463, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1519, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5661, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6672, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 7702, + "length": 148, + "value": "\"The Core Animation rendering engine doesn't currently support applying\ntrims to filled shapes (only stroked shapes).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 7995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 8717, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 9855, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 256, + "length": 14, + "value": "\"Lottie.ShapeItemLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "BooleanLiteral", + "offset": 10576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 523, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 2797, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 10, + "value": "\"Lottie.ImageLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3630, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1647, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1771, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "FloatLiteral", + "offset": 1956, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "IntegerLiteral", + "offset": 852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "BooleanLiteral", + "offset": 1254, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 376, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 464, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 547, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 607, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 636, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 663, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 11, + "value": "\"fillColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 750, + "length": 13, + "value": "\"strokeColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 11, + "value": "\"lineWidth\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 12, + "value": "\"miterLimit\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 843, + "length": 15, + "value": "\"lineDashPhase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 904, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1266, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 177, + "length": 16, + "value": "\"Lottie.ShapeRenderLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 4289, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4597, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5744, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 5929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 6665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "Array", + "offset": 11072, + "length": 3133, + "value": "[0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de, 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856, 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9, 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a, 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599, 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924, 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e, 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01, 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed, 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950, 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5, 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010, 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f, 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615, 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8, 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344, 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb, 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c, 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef, 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236, 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c, 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713, 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b, 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242, 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278, 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7, 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66, 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9, 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14619, + "length": 10, + "value": "0xffffffff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14965, + "length": 4, + "value": "0xff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15001, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15054, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 1894, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "FloatLiteral", + "offset": 1922, + "length": 6, + "value": "0.5519" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2007, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2219, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 2498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 3059, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3332, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3590, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3614, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4169, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4370, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4389, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 14, + "value": "\"Shadow Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 562, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 11, + "value": "\"Direction\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 917, + "length": 10, + "value": "\"Softness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 962, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1173, + "length": 39, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1211, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1334, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1421, + "length": 35, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1567, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2173, + "length": 15, + "value": "\"manifest.json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2233, + "length": 12, + "value": "\"animations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2286, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 2755, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 3309, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 3412, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1061, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/URL+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 678, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "Array", + "offset": 1007, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 38, + "value": "\"init(from:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1217, + "length": 44, + "value": "\"init(dictionary:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 846, + "length": 17, + "value": "\"Lottie.CombinedShapeItem\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1829, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 583, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 816, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1307, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1390, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "IntegerLiteral", + "offset": 555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 570, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 1161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1441, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1477, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1523, + "length": 14, + "value": "\"Inner Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1559, + "length": 19, + "value": "\"Inner Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1654, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 2638, + "length": 7, + "value": "0.47829" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2775, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2808, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4068, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4109, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4186, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4309, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4365, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4806, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 5167, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5220, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5236, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5379, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5457, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5498, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5714, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5950, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6085, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6839, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7112, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 507, + "length": 19, + "value": "\"multiplyBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 545, + "length": 17, + "value": "\"screenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 18, + "value": "\"overlayBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"darkenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 18, + "value": "\"lightenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 21, + "value": "\"colorDodgeBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 740, + "length": 20, + "value": "\"colorBurnBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 20, + "value": "\"hardLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 20, + "value": "\"softLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 867, + "length": 21, + "value": "\"differenceBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 910, + "length": 20, + "value": "\"exclusionBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 946, + "length": 14, + "value": "\"hueBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 21, + "value": "\"saturationBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1022, + "length": 16, + "value": "\"colorBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1061, + "length": 21, + "value": "\"luminosityBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 885, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.ImageCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/ImageProvider\/AnimationImageProvider.swift", + "kind": "BooleanLiteral", + "offset": 1338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 3904, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 361, + "length": 14, + "value": "\"Lottie.GradientStroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "StringLiteral", + "offset": 7065, + "length": 74, + "value": "\"When interpolating Arrays, both array sound have the same element count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "IntegerLiteral", + "offset": 8003, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 362, + "length": 25, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 1, + "value": "\"] \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 386, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1333, + "length": 51, + "value": "\"Compatibility issue context is unexpectedly empty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1663, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1675, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "Array", + "offset": 2487, + "length": 2, + "value": "[]" + } + ] +} \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface new file mode 100644 index 0000000..0abcc9b --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface @@ -0,0 +1,1482 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target x86_64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine +import Compression +import CoreFoundation +import CoreGraphics +import CoreText +import Foundation +import QuartzCore +import Swift +import SwiftUI +import UIKit +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +import zlib +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { + final public let name: Swift.String + final public let directory: Swift.String + final public let width: Swift.Double + final public let height: Swift.Double + override final public func encode(to encoder: any Swift.Encoder) throws + @objc deinit +} +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} +extension QuartzCore.CALayer { + @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) +} +public protocol AnimationFontProvider { + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? +} +final public class DefaultFontProvider : Lottie.AnimationFontProvider { + public init() + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? + @objc deinit +} +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} +public enum LottieAnimationCache { + public static var shared: (any Lottie.AnimationCacheProvider)? +} +public class DefaultAnimationCache : Lottie.AnimationCacheProvider { + public init() + public static let sharedCache: Lottie.DefaultAnimationCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? + public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +public class FilepathImageProvider : Lottie.AnimationImageProvider { + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { + func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String +} +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? + final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init() + final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { + case type2d + case type3d + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws + public init(dictionary: [Swift.String : Any]) throws + final public let startFrame: Lottie.AnimationFrameTime + final public let endFrame: Lottie.AnimationFrameTime + final public let framerate: Swift.Double + final public var markerNames: [Swift.String] { + get + } + @objc deinit + final public func encode(to encoder: any Swift.Encoder) throws +} +extension UIKit.UIColor { + public var lottieColorValue: Lottie.LottieColor { + get + } +} +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { + func animation(forKey: Swift.String) -> Lottie.LottieAnimation? + func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) + func clearCache() +} +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} +@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { + required public init(from decoder: any Swift.Decoder) throws + final public let id: Swift.String + @objc deinit + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +final public class SizeValueProvider { + public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} +infix operator +| : DefaultPrecedence +infix operator +- : DefaultPrecedence +@objc final public class CompatibleAnimation : ObjectiveC.NSObject { + @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) + @objc deinit +} +@objc public enum CompatibleRenderingEngineOption : Swift.Int { + case shared + case defaultEngine + case automatic + case mainThread + case coreAnimation + public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) + @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) + @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public func play() + @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func stop() + @objc @_Concurrency.MainActor(unsafe) final public func pause() + @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() + @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() + @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc deinit +} +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat +public enum ColorFormatDenominator : Swift.Hashable { + case One + case OneHundred + case TwoFiftyFive + public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct LottieColor : Swift.Hashable { + public var r: Swift.Double + public var g: Swift.Double + public var b: Swift.Double + public var a: Swift.Double + public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +final public class ColorValueProvider { + public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) + public init(_ color: Lottie.LottieColor) + public init(_ keyframes: [Lottie.Keyframe]) + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor + final public var color: Lottie.LottieColor { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} +public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { + public init(keypath: Swift.String) + public init(stringLiteral: Swift.String) + public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias StringLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public var hashValue: Swift.Int { + get + } +} +public struct LottieConfiguration : Swift.Hashable { + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) + public static var shared: Lottie.LottieConfiguration + public var renderingEngine: Lottie.RenderingEngineOption + public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption + public var colorSpace: CoreGraphics.CGColorSpace + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { + get + } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode +} +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { + get + } + public var sizeValue: CoreFoundation.CGSize { + get + } +} +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit +} +extension Lottie.LottieAnimationView { + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit +} +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event +public protocol AnyValueProvider { + var valueType: any Any.Type { get } + var typeErasedStorage: Lottie.AnyValueProviderStorage { get } + func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool +} +extension Lottie.AnyValueProvider { + public func value(frame: Lottie.AnimationFrameTime) -> Any +} +public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { + case singleValue(T) + case keyframes([Lottie.Keyframe]) + case closure((Lottie.AnimationFrameTime) -> T) +} +public enum AnyValueProviderStorage { + case singleValue(Any) + case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) + case closure((Lottie.AnimationFrameTime) -> Any) +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { + public init(_ value: Swift.Double) + public let value: Swift.Double + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { + public let x: Swift.Double + public let y: Swift.Double + public let z: Swift.Double + public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottieBackgroundBehavior { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior + public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum LottieLoopMode : Swift.Hashable { + case playOnce + case loop + case autoReverse + case `repeat`(Swift.Float) + case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieLoopMode : Swift.Equatable { + public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { + get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { + get + set + } + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @objc deinit +} +public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") + case invalidFileFormat + @available(*, deprecated, message: "Unused") + case invalidData + @available(*, deprecated, message: "Unused") + case animationNotAvailable +} +final public class FloatValueProvider { + public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} +@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { + @objc public init(keypath: Swift.String) + @objc public init(keys: [Swift.String]) + final public let animationKeypath: Lottie.AnimationKeypath + @objc deinit +} +extension Lottie.LottieColor : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.DotLottieFile { + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } + #if compiler(>=5.3) && $AsyncAwait + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile + #endif +} +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { + func file(forKey: Swift.String) -> Lottie.DotLottieFile? + func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) + func clearCache() +} +public class DotLottieCache : Lottie.DotLottieCacheProvider { + public init() + public static let sharedCache: Lottie.DotLottieCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? + public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} +extension Lottie.LottieAnimation { + public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void + final public var duration: Foundation.TimeInterval { + get + } + final public var bounds: CoreFoundation.CGRect { + get + } + final public var size: CoreFoundation.CGSize { + get + } + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) + final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime + final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime + final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval + final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime +} +extension Foundation.Bundle : @unchecked Swift.Sendable { +} +public enum LayerType : Swift.Int, Swift.Codable { + case precomp + case solid + case image + case null + case shape + case text + case unknown + public init(from decoder: any Swift.Decoder) throws + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum MatteType : Swift.Int, Swift.Codable { + case none + case add + case invert + case unknown + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum BlendMode : Swift.Int, Swift.Codable { + case normal + case multiply + case screen + case overlay + case darken + case lighten + case colorDodge + case colorBurn + case hardLight + case softLight + case difference + case exclusion + case hue + case saturation + case color + case luminosity + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class GradientValueProvider { + public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) + public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] + final public var colors: [Lottie.LottieColor] { + get + set + } + final public var locations: [Swift.Double] { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { + get + } +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int +} +public class BundleImageProvider : Lottie.AnimationImageProvider { + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } + @objc deinit +} +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} +final public class LottieLogger { + public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in + // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assert(condition(), message(), file: file, line: line) + }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in + // If we default to `Swift.assertionFailure` directly with + // `assertionFailure: AssertionFailure = Swift.assertionFailure`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assertionFailure(message(), file: file, line: line) + }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in + }, info: @escaping Lottie.LottieLogger.Info = { message in + }) + public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void + public static var shared: Lottie.LottieLogger + final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func info(_ message: @autoclosure () -> Swift.String = String()) + @objc deinit +} +extension Lottie.LottieLogger { + public static var printToConsole: Lottie.LottieLogger { + get + } +} +@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") +public typealias LRUAnimationCache = Lottie.DefaultAnimationCache +final public class PointValueProvider { + public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} +final public class Keyframe { + public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + final public let value: T + final public let time: Lottie.AnimationFrameTime + final public let isHold: Swift.Bool + final public let inTangent: Lottie.LottieVector2D? + final public let outTangent: Lottie.LottieVector2D? + final public let spatialInTangent: Lottie.LottieVector3D? + final public let spatialOutTangent: Lottie.LottieVector3D? + @objc deinit +} +extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { + public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool +} +extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { + final public func hash(into hasher: inout Swift.Hasher) + final public var hashValue: Swift.Int { + get + } +} +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} +public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } + func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +public protocol Interpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +public protocol AnyInterpolatable { + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.Interpolatable { + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.SpatialInterpolatable { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Swift.Double : Lottie.Interpolatable { +} +extension CoreFoundation.CGFloat : Lottie.Interpolatable { +} +extension Swift.Float : Lottie.Interpolatable { +} +extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect +} +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize +} +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint +} +extension Lottie.LottieColor : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor +} +extension Lottie.LottieVector1D : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D +} +extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D +} +extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D +} +extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? +} +extension Lottie.LottieButton : SwiftUI.View {} +extension Lottie.CoordinateSpace : Swift.Equatable {} +extension Lottie.CoordinateSpace : Swift.Hashable {} +extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} +extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} +extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} +extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} +extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} +extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LayerType : Swift.Equatable {} +extension Lottie.LayerType : Swift.Hashable {} +extension Lottie.LayerType : Swift.RawRepresentable {} +extension Lottie.MatteType : Swift.Equatable {} +extension Lottie.MatteType : Swift.Hashable {} +extension Lottie.MatteType : Swift.RawRepresentable {} +extension Lottie.BlendMode : Swift.Equatable {} +extension Lottie.BlendMode : Swift.Hashable {} +extension Lottie.BlendMode : Swift.RawRepresentable {} +extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} +extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-ios-macabi.swiftdoc b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-ios-macabi.swiftdoc new file mode 100644 index 0000000..dd14704 Binary files /dev/null and b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-ios-macabi.swiftdoc differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-ios-macabi.swiftinterface b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-ios-macabi.swiftinterface new file mode 100644 index 0000000..0abcc9b --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-ios-macabi.swiftinterface @@ -0,0 +1,1482 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target x86_64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine +import Compression +import CoreFoundation +import CoreGraphics +import CoreText +import Foundation +import QuartzCore +import Swift +import SwiftUI +import UIKit +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +import zlib +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { + final public let name: Swift.String + final public let directory: Swift.String + final public let width: Swift.Double + final public let height: Swift.Double + override final public func encode(to encoder: any Swift.Encoder) throws + @objc deinit +} +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} +extension QuartzCore.CALayer { + @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) +} +public protocol AnimationFontProvider { + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? +} +final public class DefaultFontProvider : Lottie.AnimationFontProvider { + public init() + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? + @objc deinit +} +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} +public enum LottieAnimationCache { + public static var shared: (any Lottie.AnimationCacheProvider)? +} +public class DefaultAnimationCache : Lottie.AnimationCacheProvider { + public init() + public static let sharedCache: Lottie.DefaultAnimationCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? + public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +public class FilepathImageProvider : Lottie.AnimationImageProvider { + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { + func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String +} +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? + final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init() + final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { + case type2d + case type3d + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws + public init(dictionary: [Swift.String : Any]) throws + final public let startFrame: Lottie.AnimationFrameTime + final public let endFrame: Lottie.AnimationFrameTime + final public let framerate: Swift.Double + final public var markerNames: [Swift.String] { + get + } + @objc deinit + final public func encode(to encoder: any Swift.Encoder) throws +} +extension UIKit.UIColor { + public var lottieColorValue: Lottie.LottieColor { + get + } +} +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { + func animation(forKey: Swift.String) -> Lottie.LottieAnimation? + func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) + func clearCache() +} +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} +@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { + required public init(from decoder: any Swift.Decoder) throws + final public let id: Swift.String + @objc deinit + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +final public class SizeValueProvider { + public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} +infix operator +| : DefaultPrecedence +infix operator +- : DefaultPrecedence +@objc final public class CompatibleAnimation : ObjectiveC.NSObject { + @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) + @objc deinit +} +@objc public enum CompatibleRenderingEngineOption : Swift.Int { + case shared + case defaultEngine + case automatic + case mainThread + case coreAnimation + public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) + @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) + @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public func play() + @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func stop() + @objc @_Concurrency.MainActor(unsafe) final public func pause() + @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() + @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() + @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc deinit +} +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat +public enum ColorFormatDenominator : Swift.Hashable { + case One + case OneHundred + case TwoFiftyFive + public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct LottieColor : Swift.Hashable { + public var r: Swift.Double + public var g: Swift.Double + public var b: Swift.Double + public var a: Swift.Double + public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +final public class ColorValueProvider { + public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) + public init(_ color: Lottie.LottieColor) + public init(_ keyframes: [Lottie.Keyframe]) + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor + final public var color: Lottie.LottieColor { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} +public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { + public init(keypath: Swift.String) + public init(stringLiteral: Swift.String) + public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias StringLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public var hashValue: Swift.Int { + get + } +} +public struct LottieConfiguration : Swift.Hashable { + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) + public static var shared: Lottie.LottieConfiguration + public var renderingEngine: Lottie.RenderingEngineOption + public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption + public var colorSpace: CoreGraphics.CGColorSpace + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { + get + } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode +} +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { + get + } + public var sizeValue: CoreFoundation.CGSize { + get + } +} +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit +} +extension Lottie.LottieAnimationView { + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit +} +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event +public protocol AnyValueProvider { + var valueType: any Any.Type { get } + var typeErasedStorage: Lottie.AnyValueProviderStorage { get } + func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool +} +extension Lottie.AnyValueProvider { + public func value(frame: Lottie.AnimationFrameTime) -> Any +} +public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { + case singleValue(T) + case keyframes([Lottie.Keyframe]) + case closure((Lottie.AnimationFrameTime) -> T) +} +public enum AnyValueProviderStorage { + case singleValue(Any) + case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) + case closure((Lottie.AnimationFrameTime) -> Any) +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { + public init(_ value: Swift.Double) + public let value: Swift.Double + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { + public let x: Swift.Double + public let y: Swift.Double + public let z: Swift.Double + public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottieBackgroundBehavior { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior + public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum LottieLoopMode : Swift.Hashable { + case playOnce + case loop + case autoReverse + case `repeat`(Swift.Float) + case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieLoopMode : Swift.Equatable { + public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { + get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { + get + set + } + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @objc deinit +} +public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") + case invalidFileFormat + @available(*, deprecated, message: "Unused") + case invalidData + @available(*, deprecated, message: "Unused") + case animationNotAvailable +} +final public class FloatValueProvider { + public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} +@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { + @objc public init(keypath: Swift.String) + @objc public init(keys: [Swift.String]) + final public let animationKeypath: Lottie.AnimationKeypath + @objc deinit +} +extension Lottie.LottieColor : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.DotLottieFile { + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } + #if compiler(>=5.3) && $AsyncAwait + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile + #endif +} +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { + func file(forKey: Swift.String) -> Lottie.DotLottieFile? + func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) + func clearCache() +} +public class DotLottieCache : Lottie.DotLottieCacheProvider { + public init() + public static let sharedCache: Lottie.DotLottieCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? + public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} +extension Lottie.LottieAnimation { + public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void + final public var duration: Foundation.TimeInterval { + get + } + final public var bounds: CoreFoundation.CGRect { + get + } + final public var size: CoreFoundation.CGSize { + get + } + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) + final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime + final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime + final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval + final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime +} +extension Foundation.Bundle : @unchecked Swift.Sendable { +} +public enum LayerType : Swift.Int, Swift.Codable { + case precomp + case solid + case image + case null + case shape + case text + case unknown + public init(from decoder: any Swift.Decoder) throws + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum MatteType : Swift.Int, Swift.Codable { + case none + case add + case invert + case unknown + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum BlendMode : Swift.Int, Swift.Codable { + case normal + case multiply + case screen + case overlay + case darken + case lighten + case colorDodge + case colorBurn + case hardLight + case softLight + case difference + case exclusion + case hue + case saturation + case color + case luminosity + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class GradientValueProvider { + public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) + public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] + final public var colors: [Lottie.LottieColor] { + get + set + } + final public var locations: [Swift.Double] { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { + get + } +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int +} +public class BundleImageProvider : Lottie.AnimationImageProvider { + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } + @objc deinit +} +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} +final public class LottieLogger { + public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in + // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assert(condition(), message(), file: file, line: line) + }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in + // If we default to `Swift.assertionFailure` directly with + // `assertionFailure: AssertionFailure = Swift.assertionFailure`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assertionFailure(message(), file: file, line: line) + }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in + }, info: @escaping Lottie.LottieLogger.Info = { message in + }) + public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void + public static var shared: Lottie.LottieLogger + final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func info(_ message: @autoclosure () -> Swift.String = String()) + @objc deinit +} +extension Lottie.LottieLogger { + public static var printToConsole: Lottie.LottieLogger { + get + } +} +@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") +public typealias LRUAnimationCache = Lottie.DefaultAnimationCache +final public class PointValueProvider { + public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} +final public class Keyframe { + public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + final public let value: T + final public let time: Lottie.AnimationFrameTime + final public let isHold: Swift.Bool + final public let inTangent: Lottie.LottieVector2D? + final public let outTangent: Lottie.LottieVector2D? + final public let spatialInTangent: Lottie.LottieVector3D? + final public let spatialOutTangent: Lottie.LottieVector3D? + @objc deinit +} +extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { + public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool +} +extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { + final public func hash(into hasher: inout Swift.Hasher) + final public var hashValue: Swift.Int { + get + } +} +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} +public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } + func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +public protocol Interpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +public protocol AnyInterpolatable { + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.Interpolatable { + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.SpatialInterpolatable { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Swift.Double : Lottie.Interpolatable { +} +extension CoreFoundation.CGFloat : Lottie.Interpolatable { +} +extension Swift.Float : Lottie.Interpolatable { +} +extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect +} +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize +} +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint +} +extension Lottie.LottieColor : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor +} +extension Lottie.LottieVector1D : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D +} +extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D +} +extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D +} +extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? +} +extension Lottie.LottieButton : SwiftUI.View {} +extension Lottie.CoordinateSpace : Swift.Equatable {} +extension Lottie.CoordinateSpace : Swift.Hashable {} +extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} +extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} +extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} +extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} +extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} +extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LayerType : Swift.Equatable {} +extension Lottie.LayerType : Swift.Hashable {} +extension Lottie.LayerType : Swift.RawRepresentable {} +extension Lottie.MatteType : Swift.Equatable {} +extension Lottie.MatteType : Swift.Hashable {} +extension Lottie.MatteType : Swift.RawRepresentable {} +extension Lottie.BlendMode : Swift.Equatable {} +extension Lottie.BlendMode : Swift.Hashable {} +extension Lottie.BlendMode : Swift.RawRepresentable {} +extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} +extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/module.modulemap b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/module.modulemap similarity index 100% rename from ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/module.modulemap rename to ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Modules/module.modulemap diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Resources/Info.plist b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Resources/Info.plist similarity index 78% rename from ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Resources/Info.plist rename to ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Resources/Info.plist index 2e757e6..2562c18 100644 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Resources/Info.plist +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 21G320 + 23F79 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,32 +17,34 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 4.5.0 CFBundleSupportedPlatforms MacOSX CFBundleVersion - 1 + 443 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 13C100 + DTPlatformName macosx DTPlatformVersion - 12.1 + 14.2 DTSDKBuild - 21C46 + 23C53 DTSDKName - macosx12.1 + macosx14.2 DTXcode - 1321 + 1520 DTXcodeBuild - 13C100 + 15C500b LSMinimumSystemVersion - 10.13 - NSHumanReadableCopyright - + 10.15 + UIDeviceFamily + + 2 + diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Resources/PrivacyInfo.xcprivacy b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Resources/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..64e785c --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/A/Resources/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyTracking + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + + diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/Current b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/Current new file mode 100755 index 0000000..8c7e5a6 --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/Current @@ -0,0 +1 @@ +A \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/Current.part b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/Lottie.framework/Versions/Current.part new file mode 100644 index 0000000..e69de29 diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/Lottie.framework.dSYM/Contents/Info.plist b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/Lottie.framework.dSYM/Contents/Info.plist new file mode 100644 index 0000000..01e3d47 --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/Lottie.framework.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.com.airbnb.Lottie + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 4.5.0 + CFBundleVersion + 443 + + diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie new file mode 100644 index 0000000..7884196 Binary files /dev/null and b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml new file mode 100644 index 0000000..92f3b52 --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml @@ -0,0 +1,7827 @@ +--- +triple: 'arm64-apple-darwin' +binary-path: '/Users/runner/Library/Developer/Xcode/DerivedData/Lottie-fxrioqbkappyvraatalsxfpfubmj/Build/Intermediates.noindex/ArchiveIntermediates/Lottie (iOS)/InstallationBuildProductsLocation/Library/Frameworks/Lottie.framework/Versions/A/Lottie' +relocations: + - { offsetInCU: 0x34, offset: 0xCD975, size: 0x8, addend: 0x0, symName: _LottieVersionString, symObjAddr: 0x0, symBinAddr: 0x180F70, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0xCD9AA, size: 0x8, addend: 0x0, symName: _LottieVersionNumber, symObjAddr: 0x28, symBinAddr: 0x180F98, symSize: 0x0 } + - { offsetInCU: 0x3F, offset: 0xCD9FF, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0x18, symBinAddr: 0x8018, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0xCDA13, size: 0x8, addend: 0x0, symName: ___swift_memcpy152_8, symObjAddr: 0x1C, symBinAddr: 0x801C, symSize: 0x34 } + - { offsetInCU: 0x67, offset: 0xCDA27, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwet', symObjAddr: 0x50, symBinAddr: 0x8050, symSize: 0x5C } + - { offsetInCU: 0x7B, offset: 0xCDA3B, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwst', symObjAddr: 0xAC, symBinAddr: 0x80AC, symSize: 0x78 } + - { offsetInCU: 0x8F, offset: 0xCDA4F, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwCP', symObjAddr: 0x1C4, symBinAddr: 0x81C4, symSize: 0x30 } + - { offsetInCU: 0xA3, offset: 0xCDA63, size: 0x8, addend: 0x0, symName: ___swift_memcpy128_8, symObjAddr: 0x1F4, symBinAddr: 0x81F4, symSize: 0x24 } + - { offsetInCU: 0xB7, offset: 0xCDA77, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwet', symObjAddr: 0x218, symBinAddr: 0x8218, symSize: 0x20 } + - { offsetInCU: 0xCB, offset: 0xCDA8B, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwst', symObjAddr: 0x238, symBinAddr: 0x8238, symSize: 0x4C } + - { offsetInCU: 0xDF, offset: 0xCDA9F, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0x2AC, symBinAddr: 0x82AC, symSize: 0xC } + - { offsetInCU: 0xF3, offset: 0xCDAB3, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0x2E4, symBinAddr: 0x82E4, symSize: 0xC } + - { offsetInCU: 0x107, offset: 0xCDAC7, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwet', symObjAddr: 0x2F0, symBinAddr: 0x82F0, symSize: 0x20 } + - { offsetInCU: 0x11B, offset: 0xCDADB, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwst', symObjAddr: 0x310, symBinAddr: 0x8310, symSize: 0x2C } + - { offsetInCU: 0x12F, offset: 0xCDAEF, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwet', symObjAddr: 0x350, symBinAddr: 0x8350, symSize: 0x20 } + - { offsetInCU: 0x16F, offset: 0xCDB2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE21_overrideSizeThatFits_2in02uiC0ySo6CGSizeVz_7SwiftUI09_ProposedF0VAA0L22UIMeasurementContainerCy7ContentQzGtF', symObjAddr: 0x39C, symBinAddr: 0x839C, symSize: 0x344 } + - { offsetInCU: 0x3B4, offset: 0xCDD74, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSQWb', symObjAddr: 0xA50, symBinAddr: 0x8A50, symSize: 0x2C } + - { offsetInCU: 0x3D3, offset: 0xCDD93, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0xB40, symBinAddr: 0x8B40, symSize: 0x2C } + - { offsetInCU: 0x3E7, offset: 0xCDDA7, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0xBAC, symBinAddr: 0x8BAC, symSize: 0x2C } + - { offsetInCU: 0x3FB, offset: 0xCDDBB, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityaSHSCSQWb', symObjAddr: 0x10E8, symBinAddr: 0x90E8, symSize: 0x2C } + - { offsetInCU: 0x40F, offset: 0xCDDCF, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSQWb', symObjAddr: 0x1114, symBinAddr: 0x9114, symSize: 0x2C } + - { offsetInCU: 0x423, offset: 0xCDDE3, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1140, symBinAddr: 0x9140, symSize: 0x2C } + - { offsetInCU: 0x437, offset: 0xCDDF7, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSQWb', symObjAddr: 0x116C, symBinAddr: 0x916C, symSize: 0x2C } + - { offsetInCU: 0x44B, offset: 0xCDE0B, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1198, symBinAddr: 0x9198, symSize: 0x2C } + - { offsetInCU: 0x45F, offset: 0xCDE1F, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSQWb', symObjAddr: 0x11C4, symBinAddr: 0x91C4, symSize: 0x2C } + - { offsetInCU: 0x473, offset: 0xCDE33, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x11F0, symBinAddr: 0x91F0, symSize: 0x2C } + - { offsetInCU: 0x487, offset: 0xCDE47, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE12sizeThatFits_02uiC07contextSo6CGSizeVSg7SwiftUI08ProposedC4SizeV_AA0K22UIMeasurementContainerCy7ContentQzGAJ06UIViewD7ContextVyxGtFTf4nndn_n', symObjAddr: 0x121C, symBinAddr: 0x921C, symSize: 0x8C } + - { offsetInCU: 0x4E4, offset: 0xCDEA4, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_0, symObjAddr: 0x1328, symBinAddr: 0x9328, symSize: 0x3C } + - { offsetInCU: 0x4F8, offset: 0xCDEB8, size: 0x8, addend: 0x0, symName: '_$sSSSg5label_yp5valuetWOh', symObjAddr: 0x1364, symBinAddr: 0x9364, symSize: 0x40 } + - { offsetInCU: 0x50C, offset: 0xCDECC, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x13A4, symBinAddr: 0x93A4, symSize: 0x40 } + - { offsetInCU: 0x520, offset: 0xCDEE0, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x13E4, symBinAddr: 0x93E4, symSize: 0x10 } + - { offsetInCU: 0x534, offset: 0xCDEF4, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x14B4, symBinAddr: 0x94B4, symSize: 0x2C } + - { offsetInCU: 0x548, offset: 0xCDF08, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x14E0, symBinAddr: 0x94E0, symSize: 0x2C } + - { offsetInCU: 0x55C, offset: 0xCDF1C, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeaSHSCSQWb', symObjAddr: 0x150C, symBinAddr: 0x950C, symSize: 0x2C } + - { offsetInCU: 0x570, offset: 0xCDF30, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1538, symBinAddr: 0x9538, symSize: 0x2C } + - { offsetInCU: 0x584, offset: 0xCDF44, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x1564, symBinAddr: 0x9564, symSize: 0x2C } + - { offsetInCU: 0x598, offset: 0xCDF58, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1590, symBinAddr: 0x9590, symSize: 0x2C } + - { offsetInCU: 0x5AC, offset: 0xCDF6C, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x15BC, symBinAddr: 0x95BC, symSize: 0x2C } + - { offsetInCU: 0x5C0, offset: 0xCDF80, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyaSHSCSQWb', symObjAddr: 0x15E8, symBinAddr: 0x95E8, symSize: 0x2C } + - { offsetInCU: 0x5D4, offset: 0xCDF94, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaSHSCSQWb', symObjAddr: 0x1614, symBinAddr: 0x9614, symSize: 0x2C } + - { offsetInCU: 0x663, offset: 0xCE023, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x6EC, symBinAddr: 0x86EC, symSize: 0x14 } + - { offsetInCU: 0x6A3, offset: 0xCE063, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x700, symBinAddr: 0x8700, symSize: 0x18 } + - { offsetInCU: 0x6D4, offset: 0xCE094, size: 0x8, addend: 0x0, symName: '_$sSo24CGGradientDrawingOptionsVs10SetAlgebraSCsACPxycfCTW', symObjAddr: 0x71C, symBinAddr: 0x871C, symSize: 0x8 } + - { offsetInCU: 0x77E, offset: 0xCE13E, size: 0x8, addend: 0x0, symName: '_$sSo24CGGradientDrawingOptionsVs10SetAlgebraSCsACP6insertySb8inserted_7ElementQz17memberAfterInserttAHnFTW', symObjAddr: 0x724, symBinAddr: 0x8724, symSize: 0x30 } + - { offsetInCU: 0x8A8, offset: 0xCE268, size: 0x8, addend: 0x0, symName: '_$sSo24CGGradientDrawingOptionsVs10SetAlgebraSCsACP9formUnionyyxnFTW', symObjAddr: 0x754, symBinAddr: 0x8754, symSize: 0x14 } + - { offsetInCU: 0x91D, offset: 0xCE2DD, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x774, symBinAddr: 0x8774, symSize: 0x14 } + - { offsetInCU: 0x95D, offset: 0xCE31D, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x788, symBinAddr: 0x8788, symSize: 0x18 } + - { offsetInCU: 0x99D, offset: 0xCE35D, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x7B4, symBinAddr: 0x87B4, symSize: 0x14 } + - { offsetInCU: 0x9DD, offset: 0xCE39D, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x7C8, symBinAddr: 0x87C8, symSize: 0x18 } + - { offsetInCU: 0xA1D, offset: 0xCE3DD, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x88C, symBinAddr: 0x888C, symSize: 0x14 } + - { offsetInCU: 0xA5D, offset: 0xCE41D, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x8A0, symBinAddr: 0x88A0, symSize: 0x18 } + - { offsetInCU: 0xAE5, offset: 0xCE4A5, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH9hashValueSivgTW', symObjAddr: 0x900, symBinAddr: 0x8900, symSize: 0x44 } + - { offsetInCU: 0xB94, offset: 0xCE554, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x944, symBinAddr: 0x8944, symSize: 0x28 } + - { offsetInCU: 0xBE7, offset: 0xCE5A7, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x96C, symBinAddr: 0x896C, symSize: 0x40 } + - { offsetInCU: 0xC64, offset: 0xCE624, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACPxycfCTW', symObjAddr: 0x9C0, symBinAddr: 0x89C0, symSize: 0x8 } + - { offsetInCU: 0xC8F, offset: 0xCE64F, size: 0x8, addend: 0x0, symName: '_$sSo18compression_statusaSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x9C8, symBinAddr: 0x89C8, symSize: 0x14 } + - { offsetInCU: 0xCE4, offset: 0xCE6A4, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0xA7C, symBinAddr: 0x8A7C, symSize: 0x14 } + - { offsetInCU: 0xD2A, offset: 0xCE6EA, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xABC, symBinAddr: 0x8ABC, symSize: 0x84 } + - { offsetInCU: 0xD46, offset: 0xCE706, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xBF0, symBinAddr: 0x8BF0, symSize: 0x84 } + - { offsetInCU: 0xD62, offset: 0xCE722, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xC74, symBinAddr: 0x8C74, symSize: 0x84 } + - { offsetInCU: 0xD7E, offset: 0xCE73E, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xEE4, symBinAddr: 0x8EE4, symSize: 0x84 } + - { offsetInCU: 0xE6A, offset: 0xCE82A, size: 0x8, addend: 0x0, symName: '_$sSo24CGGradientDrawingOptionsVs9OptionSetSCsACP8rawValuex03RawG0Qz_tcfCTW', symObjAddr: 0x9E8, symBinAddr: 0x89E8, symSize: 0xC } + - { offsetInCU: 0xEAE, offset: 0xCE86E, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs9OptionSetSCsACP8rawValuex03RawF0Qz_tcfCTW', symObjAddr: 0xAB0, symBinAddr: 0x8AB0, symSize: 0xC } + - { offsetInCU: 0xEFF, offset: 0xCE8BF, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0xA90, symBinAddr: 0x8A90, symSize: 0x10 } + - { offsetInCU: 0xF1B, offset: 0xCE8DB, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0xAA0, symBinAddr: 0x8AA0, symSize: 0xC } + - { offsetInCU: 0xFA4, offset: 0xCE964, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x7FC, symBinAddr: 0x87FC, symSize: 0x3C } + - { offsetInCU: 0xFC0, offset: 0xCE980, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x838, symBinAddr: 0x8838, symSize: 0x48 } + - { offsetInCU: 0xFDC, offset: 0xCE99C, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xCF8, symBinAddr: 0x8CF8, symSize: 0x3C } + - { offsetInCU: 0xFF8, offset: 0xCE9B8, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD34, symBinAddr: 0x8D34, symSize: 0x48 } + - { offsetInCU: 0x1014, offset: 0xCE9D4, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xD88, symBinAddr: 0x8D88, symSize: 0x3C } + - { offsetInCU: 0x1030, offset: 0xCE9F0, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDC4, symBinAddr: 0x8DC4, symSize: 0x48 } + - { offsetInCU: 0x107A, offset: 0xCEA3A, size: 0x8, addend: 0x0, symName: '_$sSo28compression_stream_operationaSYSCSY8rawValue03RawE0QzvgTW', symObjAddr: 0x9DC, symBinAddr: 0x89DC, symSize: 0xC } + - { offsetInCU: 0x4B, offset: 0xCEB68, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x976C, symSize: 0x48 } + - { offsetInCU: 0x70, offset: 0xCEB8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x97B4, symSize: 0x26C } + - { offsetInCU: 0xD8, offset: 0xCEBF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2B4, symBinAddr: 0x9A20, symSize: 0x41C } + - { offsetInCU: 0x261, offset: 0xCED7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4nameSSvg', symObjAddr: 0x6D0, symBinAddr: 0x9E3C, symSize: 0x2C } + - { offsetInCU: 0x290, offset: 0xCEDAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC9directorySSvg', symObjAddr: 0x6FC, symBinAddr: 0x9E68, symSize: 0x2C } + - { offsetInCU: 0x2BF, offset: 0xCEDDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC5widthSdvg', symObjAddr: 0x728, symBinAddr: 0x9E94, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0xCEE09, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6heightSdvg', symObjAddr: 0x730, symBinAddr: 0x9E9C, symSize: 0x8 } + - { offsetInCU: 0x319, offset: 0xCEE36, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x738, symBinAddr: 0x9EA4, symSize: 0x21C } + - { offsetInCU: 0x3AB, offset: 0xCEEC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO8rawValueSSvg', symObjAddr: 0xA40, symBinAddr: 0xA16C, symSize: 0x18 } + - { offsetInCU: 0x3E4, offset: 0xCEF01, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA58, symBinAddr: 0xA184, symSize: 0x18 } + - { offsetInCU: 0x412, offset: 0xCEF2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA58, symBinAddr: 0xA184, symSize: 0x18 } + - { offsetInCU: 0x464, offset: 0xCEF81, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xA94, symBinAddr: 0xA1C0, symSize: 0x64 } + - { offsetInCU: 0x4CA, offset: 0xCEFE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xAF8, symBinAddr: 0xA224, symSize: 0x28 } + - { offsetInCU: 0x4E6, offset: 0xCF003, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xB20, symBinAddr: 0xA24C, symSize: 0x8 } + - { offsetInCU: 0x51C, offset: 0xCF039, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB28, symBinAddr: 0xA254, symSize: 0x68 } + - { offsetInCU: 0x5A1, offset: 0xCF0BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xB90, symBinAddr: 0xA2BC, symSize: 0xC } + - { offsetInCU: 0x5BD, offset: 0xCF0DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xB9C, symBinAddr: 0xA2C8, symSize: 0xC } + - { offsetInCU: 0x5DA, offset: 0xCF0F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfd', symObjAddr: 0xC14, symBinAddr: 0xA340, symSize: 0x2C } + - { offsetInCU: 0x633, offset: 0xCF150, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfD', symObjAddr: 0xC40, symBinAddr: 0xA36C, symSize: 0x34 } + - { offsetInCU: 0x76D, offset: 0xCF28A, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0x994, symBinAddr: 0xA0C0, symSize: 0x24 } + - { offsetInCU: 0x781, offset: 0xCF29E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs0C3KeyAAWl', symObjAddr: 0x9B8, symBinAddr: 0xA0E4, symSize: 0x44 } + - { offsetInCU: 0x795, offset: 0xCF2B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x9FC, symBinAddr: 0xA128, symSize: 0x44 } + - { offsetInCU: 0x7A9, offset: 0xCF2C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfE', symObjAddr: 0xBF8, symBinAddr: 0xA324, symSize: 0x1C } + - { offsetInCU: 0x7D6, offset: 0xCF2F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCMa', symObjAddr: 0xC74, symBinAddr: 0xA3A0, symSize: 0x20 } + - { offsetInCU: 0x7EA, offset: 0xCF307, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0xC94, symBinAddr: 0xA3C0, symSize: 0xC } + - { offsetInCU: 0x7FE, offset: 0xCF31B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwet', symObjAddr: 0xCA4, symBinAddr: 0xA3CC, symSize: 0x90 } + - { offsetInCU: 0x812, offset: 0xCF32F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwst', symObjAddr: 0xD34, symBinAddr: 0xA45C, symSize: 0xBC } + - { offsetInCU: 0x826, offset: 0xCF343, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwug', symObjAddr: 0xDF0, symBinAddr: 0xA518, symSize: 0x8 } + - { offsetInCU: 0x83A, offset: 0xCF357, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwup', symObjAddr: 0xDF8, symBinAddr: 0xA520, symSize: 0x4 } + - { offsetInCU: 0x84E, offset: 0xCF36B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwui', symObjAddr: 0xDFC, symBinAddr: 0xA524, symSize: 0x8 } + - { offsetInCU: 0x862, offset: 0xCF37F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOMa', symObjAddr: 0xE04, symBinAddr: 0xA52C, symSize: 0x10 } + - { offsetInCU: 0x876, offset: 0xCF393, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASQWb', symObjAddr: 0xE14, symBinAddr: 0xA53C, symSize: 0x4 } + - { offsetInCU: 0x88A, offset: 0xCF3A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAESQAAWl', symObjAddr: 0xE18, symBinAddr: 0xA540, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0xCF3BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE5C, symBinAddr: 0xA584, symSize: 0x4 } + - { offsetInCU: 0x8B2, offset: 0xCF3CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE60, symBinAddr: 0xA588, symSize: 0x44 } + - { offsetInCU: 0x8C6, offset: 0xCF3E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xEA4, symBinAddr: 0xA5CC, symSize: 0x4 } + - { offsetInCU: 0x8DA, offset: 0xCF3F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xEA8, symBinAddr: 0xA5D0, symSize: 0x44 } + - { offsetInCU: 0x8EE, offset: 0xCF40B, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0xEEC, symBinAddr: 0xA614, symSize: 0x20 } + - { offsetInCU: 0x902, offset: 0xCF41F, size: 0x8, addend: 0x0, symName: '_$ss7Decoder_pWOc', symObjAddr: 0xF0C, symBinAddr: 0xA634, symSize: 0x44 } + - { offsetInCU: 0x916, offset: 0xCF433, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10dataString7optionsACSgSS_AcDE0B14URLReadOptionsVtcfC', symObjAddr: 0xF50, symBinAddr: 0xA678, symSize: 0x498 } + - { offsetInCU: 0xA00, offset: 0xCF51D, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x13E8, symBinAddr: 0xAB10, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0xCF573, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOACs0C0AAWl', symObjAddr: 0x14B4, symBinAddr: 0xABDC, symSize: 0x44 } + - { offsetInCU: 0xA6A, offset: 0xCF587, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0x14F8, symBinAddr: 0xAC20, symSize: 0x3C } + - { offsetInCU: 0xB0F, offset: 0xCF62C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA70, symBinAddr: 0xA19C, symSize: 0xC } + - { offsetInCU: 0xB2B, offset: 0xCF648, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xA7C, symBinAddr: 0xA1A8, symSize: 0x8 } + - { offsetInCU: 0xB47, offset: 0xCF664, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA84, symBinAddr: 0xA1B0, symSize: 0x8 } + - { offsetInCU: 0xB63, offset: 0xCF680, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA8C, symBinAddr: 0xA1B8, symSize: 0x8 } + - { offsetInCU: 0xB86, offset: 0xCF6A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xBA8, symBinAddr: 0xA2D4, symSize: 0x28 } + - { offsetInCU: 0xBA2, offset: 0xCF6BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xBD0, symBinAddr: 0xA2FC, symSize: 0x28 } + - { offsetInCU: 0xBF0, offset: 0xCF70D, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTg5', symObjAddr: 0x1468, symBinAddr: 0xAB90, symSize: 0x4C } + - { offsetInCU: 0x17A, offset: 0xCFB2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC11setUpGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0xAC5C, symSize: 0x1B8 } + - { offsetInCU: 0x3D0, offset: 0xCFD81, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1B8, symBinAddr: 0xAE14, symSize: 0x58 } + - { offsetInCU: 0x417, offset: 0xCFDC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5layerACyp_tcfc', symObjAddr: 0x210, symBinAddr: 0xAE6C, symSize: 0x1B0 } + - { offsetInCU: 0x57A, offset: 0xCFF2B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14ShapeItemLayerC0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKF', symObjAddr: 0x4F0, symBinAddr: 0xB14C, symSize: 0x288 } + - { offsetInCU: 0xA2A, offset: 0xD03DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5group5items0D4Path7contextAcA0B0C_SayAA09ShapeItemC0C0I0VGSaySSGAA0C7ContextVtKcfc', symObjAddr: 0x7BC, symBinAddr: 0xB418, symSize: 0x118 } + - { offsetInCU: 0xA9F, offset: 0xD0450, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC05setupC9Hierarchy33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x8D4, symBinAddr: 0xB530, symSize: 0x548 } + - { offsetInCU: 0x126E, offset: 0xD0C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xE1C, symBinAddr: 0xBA78, symSize: 0x70 } + - { offsetInCU: 0x12B5, offset: 0xD0C66, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5layerACyp_tcfc', symObjAddr: 0xE8C, symBinAddr: 0xBAE8, symSize: 0x208 } + - { offsetInCU: 0x1378, offset: 0xD0D29, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x10FC, symBinAddr: 0xBD58, symSize: 0x470 } + - { offsetInCU: 0x14CF, offset: 0xD0E80, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC03nonB5Items33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x156C, symBinAddr: 0xC1C8, symSize: 0x17C } + - { offsetInCU: 0x169B, offset: 0xD104C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC11childGroups33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x16E8, symBinAddr: 0xC344, symSize: 0x17C } + - { offsetInCU: 0x1885, offset: 0xD1236, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCACycfcTo', symObjAddr: 0x2594, symBinAddr: 0xD1F0, symSize: 0x2C } + - { offsetInCU: 0x197E, offset: 0xD132F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfE', symObjAddr: 0x778, symBinAddr: 0xB3D4, symSize: 0x10 } + - { offsetInCU: 0x19AB, offset: 0xD135C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfETo', symObjAddr: 0x78C, symBinAddr: 0xB3E8, symSize: 0x10 } + - { offsetInCU: 0x19DA, offset: 0xD138B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCMa', symObjAddr: 0x79C, symBinAddr: 0xB3F8, symSize: 0x20 } + - { offsetInCU: 0x1CE4, offset: 0xD1695, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tF', symObjAddr: 0x1864, symBinAddr: 0xC4C0, symSize: 0xD30 } + - { offsetInCU: 0x396E, offset: 0xD331F, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_', symObjAddr: 0x386C, symBinAddr: 0xE4C8, symSize: 0x634 } + - { offsetInCU: 0x431A, offset: 0xD3CCB, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_SbycfU3_SbAEXEfU_', symObjAddr: 0x3EA0, symBinAddr: 0xEAFC, symSize: 0x25C } + - { offsetInCU: 0x441E, offset: 0xD3DCF, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAlIcfU2_', symObjAddr: 0x40FC, symBinAddr: 0xED58, symSize: 0x54 } + - { offsetInCU: 0x480E, offset: 0xD41BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfE', symObjAddr: 0x25C0, symBinAddr: 0xD21C, symSize: 0x5C } + - { offsetInCU: 0x483B, offset: 0xD41EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfETo', symObjAddr: 0x2654, symBinAddr: 0xD2B0, symSize: 0x68 } + - { offsetInCU: 0x486A, offset: 0xD421B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCMa', symObjAddr: 0x26BC, symBinAddr: 0xD318, symSize: 0x20 } + - { offsetInCU: 0x48F7, offset: 0xD42A8, size: 0x8, addend: 0x0, symName: '_$sSl6LottieE5split14whereSeparatorSaySay7ElementQzG8grouping_AESg08trailingD0tGSbAEXE_tFSayAA14ShapeItemLayerC0I0VG_Tg5014$sSo7CALayerC6a93E11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14hiJ47C0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKFSbAMXEfU0_Tf1cn_n', symObjAddr: 0x26DC, symBinAddr: 0xD338, symSize: 0x2B0 } + - { offsetInCU: 0x4E5E, offset: 0xD480F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE13setUpRepeater33_24524B13A39DBE5C7BD85D5BB4776E93LL_5items15parentGroupPath7contextyAC0E0C_SayAC14ShapeItemLayerC0T0VGSaySSGAC0U7ContextVtKF', symObjAddr: 0x298C, symBinAddr: 0xD5E8, symSize: 0x3C4 } + - { offsetInCU: 0x55FB, offset: 0xD4FAC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_', symObjAddr: 0x2D50, symBinAddr: 0xD9AC, symSize: 0x448 } + - { offsetInCU: 0x5B30, offset: 0xD54E1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_', symObjAddr: 0x3198, symBinAddr: 0xDDF4, symSize: 0x44 } + - { offsetInCU: 0x5B7A, offset: 0xD552B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKF', symObjAddr: 0x31DC, symBinAddr: 0xDE38, symSize: 0x314 } + - { offsetInCU: 0x5E41, offset: 0xD57F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_', symObjAddr: 0x34F0, symBinAddr: 0xE14C, symSize: 0x37C } + - { offsetInCU: 0x64B7, offset: 0xD5E68, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5', symObjAddr: 0x4150, symBinAddr: 0xEDAC, symSize: 0x6C } + - { offsetInCU: 0x64CB, offset: 0xD5E7C, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5.resume.0', symObjAddr: 0x41BC, symBinAddr: 0xEE18, symSize: 0x2C } + - { offsetInCU: 0x64E3, offset: 0xD5E94, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5', symObjAddr: 0x41E8, symBinAddr: 0xEE44, symSize: 0x98 } + - { offsetInCU: 0x6559, offset: 0xD5F0A, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5.resume.0', symObjAddr: 0x4280, symBinAddr: 0xEEDC, symSize: 0x8 } + - { offsetInCU: 0x6588, offset: 0xD5F39, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4288, symBinAddr: 0xEEE4, symSize: 0x13C } + - { offsetInCU: 0x65C8, offset: 0xD5F79, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4288, symBinAddr: 0xEEE4, symSize: 0x13C } + - { offsetInCU: 0x65DD, offset: 0xD5F8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4288, symBinAddr: 0xEEE4, symSize: 0x13C } + - { offsetInCU: 0x6899, offset: 0xD624A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFTf4nnnnd_n', symObjAddr: 0x4710, symBinAddr: 0xF36C, symSize: 0x620 } + - { offsetInCU: 0x71C9, offset: 0xD6B7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOy', symObjAddr: 0x4D30, symBinAddr: 0xF98C, symSize: 0x2C } + - { offsetInCU: 0x71DD, offset: 0xD6B8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOe', symObjAddr: 0x4D5C, symBinAddr: 0xF9B8, symSize: 0x30 } + - { offsetInCU: 0x71F1, offset: 0xD6BA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOc', symObjAddr: 0x4D8C, symBinAddr: 0xF9E8, symSize: 0x3C } + - { offsetInCU: 0x7205, offset: 0xD6BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOh', symObjAddr: 0x4DC8, symBinAddr: 0xFA24, symSize: 0x34 } + - { offsetInCU: 0x7219, offset: 0xD6BCA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_TA', symObjAddr: 0x4DFC, symBinAddr: 0xFA58, symSize: 0x1C } + - { offsetInCU: 0x722D, offset: 0xD6BDE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_TA', symObjAddr: 0x4E18, symBinAddr: 0xFA74, symSize: 0x18 } + - { offsetInCU: 0x7241, offset: 0xD6BF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_TA', symObjAddr: 0x4E30, symBinAddr: 0xFA8C, symSize: 0x18 } + - { offsetInCU: 0x7255, offset: 0xD6C06, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledNameAbstract, symObjAddr: 0x4E88, symBinAddr: 0xFAA4, symSize: 0x44 } + - { offsetInCU: 0x7269, offset: 0xD6C1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4F20, symBinAddr: 0xFB3C, symSize: 0x8 } + - { offsetInCU: 0x727D, offset: 0xD6C2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4F28, symBinAddr: 0xFB44, symSize: 0x8 } + - { offsetInCU: 0x7291, offset: 0xD6C42, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOAEsAdAWl', symObjAddr: 0x4F74, symBinAddr: 0xFB4C, symSize: 0x44 } + - { offsetInCU: 0x72A5, offset: 0xD6C56, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGAByxq_GSlsSlRzrlWl', symObjAddr: 0x4FC8, symBinAddr: 0xFB90, symSize: 0x64 } + - { offsetInCU: 0x72B9, offset: 0xD6C6A, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie16ShapeRenderGroupVGSayxGSlsWl', symObjAddr: 0x502C, symBinAddr: 0xFBF4, symSize: 0x4C } + - { offsetInCU: 0x72CD, offset: 0xD6C7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21OpacityAnimationModel_pSgWOh', symObjAddr: 0x509C, symBinAddr: 0xFC64, symSize: 0x40 } + - { offsetInCU: 0x72E1, offset: 0xD6C92, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOe', symObjAddr: 0x50DC, symBinAddr: 0xFCA4, symSize: 0x10 } + - { offsetInCU: 0x72F5, offset: 0xD6CA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwCP', symObjAddr: 0x516C, symBinAddr: 0xFCF8, symSize: 0x34 } + - { offsetInCU: 0x7309, offset: 0xD6CBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwxx', symObjAddr: 0x51A0, symBinAddr: 0xFD2C, symSize: 0x28 } + - { offsetInCU: 0x731D, offset: 0xD6CCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwcp', symObjAddr: 0x51C8, symBinAddr: 0xFD54, symSize: 0x34 } + - { offsetInCU: 0x7331, offset: 0xD6CE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwca', symObjAddr: 0x51FC, symBinAddr: 0xFD88, symSize: 0x5C } + - { offsetInCU: 0x7345, offset: 0xD6CF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwta', symObjAddr: 0x5264, symBinAddr: 0xFDE4, symSize: 0x44 } + - { offsetInCU: 0x7359, offset: 0xD6D0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwet', symObjAddr: 0x52A8, symBinAddr: 0xFE28, symSize: 0x48 } + - { offsetInCU: 0x736D, offset: 0xD6D1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwst', symObjAddr: 0x52F0, symBinAddr: 0xFE70, symSize: 0x3C } + - { offsetInCU: 0x7381, offset: 0xD6D32, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVMa', symObjAddr: 0x532C, symBinAddr: 0xFEAC, symSize: 0x10 } + - { offsetInCU: 0x7495, offset: 0xD6E46, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AITg5', symObjAddr: 0x3CC, symBinAddr: 0xB028, symSize: 0x124 } + - { offsetInCU: 0x7B52, offset: 0xD7503, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVsSQRzlE2eeoiySbAByxG_ADtFZ6Lottie8KeyframeCyAE0D8Vector1DVG_Tg5Tf4nnd_n', symObjAddr: 0x43C4, symBinAddr: 0xF020, symSize: 0x80 } + - { offsetInCU: 0x7BF9, offset: 0xD75AA, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AE0D11RenderGroupVTg505$sSa6c4AA14def2C0l13VRszlE17shapeg54Groups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5h12VG05validG0_W37AEG06unusedN0tSb_tFAjIXEfU0_AiEXEfU4_AlJTf1cn_nTf4ngXg_n', symObjAddr: 0x4444, symBinAddr: 0xF0A0, symSize: 0x140 } + - { offsetInCU: 0x7E0D, offset: 0xD77BE, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay6Lottie14ShapeItemLayerC0G0VG_Tg505$sSa6e4AA14fgh2C0l90VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_X29AEG06unusedN0tSb_tFSbAEXEfU4_So5NSSetCTf1cn_nTf4gg_n', symObjAddr: 0x4584, symBinAddr: 0xF1E0, symSize: 0x18C } + - { offsetInCU: 0x43, offset: 0xD7ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwCP', symObjAddr: 0x0, symBinAddr: 0xFEC4, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0xD7EE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwxx', symObjAddr: 0x30, symBinAddr: 0xFEF4, symSize: 0x38 } + - { offsetInCU: 0x6B, offset: 0xD7EF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwcp', symObjAddr: 0x68, symBinAddr: 0xFF2C, symSize: 0x64 } + - { offsetInCU: 0x7F, offset: 0xD7F09, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwca', symObjAddr: 0xCC, symBinAddr: 0xFF90, symSize: 0xA4 } + - { offsetInCU: 0x93, offset: 0xD7F1D, size: 0x8, addend: 0x0, symName: ___swift_memcpy56_8, symObjAddr: 0x170, symBinAddr: 0x10034, symSize: 0x1C } + - { offsetInCU: 0xA7, offset: 0xD7F31, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwta', symObjAddr: 0x18C, symBinAddr: 0x10050, symSize: 0x64 } + - { offsetInCU: 0xBB, offset: 0xD7F45, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwet', symObjAddr: 0x1F0, symBinAddr: 0x100B4, symSize: 0x48 } + - { offsetInCU: 0xCF, offset: 0xD7F59, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwst', symObjAddr: 0x238, symBinAddr: 0x100FC, symSize: 0x4C } + - { offsetInCU: 0xE3, offset: 0xD7F6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVMa', symObjAddr: 0x284, symBinAddr: 0x10148, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0xD7F9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueSSvg', symObjAddr: 0x294, symBinAddr: 0x10158, symSize: 0x20 } + - { offsetInCU: 0x164, offset: 0xD7FEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x454, symBinAddr: 0x10318, symSize: 0x14 } + - { offsetInCU: 0x1F3, offset: 0xD807D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH9hashValueSivgTW', symObjAddr: 0x468, symBinAddr: 0x1032C, symSize: 0x44 } + - { offsetInCU: 0x2D6, offset: 0xD8160, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4AC, symBinAddr: 0x10370, symSize: 0x28 } + - { offsetInCU: 0x348, offset: 0xD81D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x514, symBinAddr: 0x103D8, symSize: 0x8 } + - { offsetInCU: 0x373, offset: 0xD81FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x51C, symBinAddr: 0x103E0, symSize: 0x24 } + - { offsetInCU: 0x3A4, offset: 0xD822E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x540, symBinAddr: 0x10404, symSize: 0xC } + - { offsetInCU: 0x3C0, offset: 0xD824A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x54C, symBinAddr: 0x10410, symSize: 0xC } + - { offsetInCU: 0x3DC, offset: 0xD8266, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x634, symBinAddr: 0x104F8, symSize: 0x1A8 } + - { offsetInCU: 0x422, offset: 0xD82AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B4, symBinAddr: 0x10178, symSize: 0x1A0 } + - { offsetInCU: 0x477, offset: 0xD8301, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5A8, symBinAddr: 0x1046C, symSize: 0x4C } + - { offsetInCU: 0x4AE, offset: 0xD8338, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5F4, symBinAddr: 0x104B8, symSize: 0x40 } + - { offsetInCU: 0x4D1, offset: 0xD835B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x7DC, symBinAddr: 0x106A0, symSize: 0x2F0 } + - { offsetInCU: 0x524, offset: 0xD83AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs0D3KeyAAWl', symObjAddr: 0xB30, symBinAddr: 0x10990, symSize: 0x44 } + - { offsetInCU: 0x538, offset: 0xD83C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSeAAWl', symObjAddr: 0xBD8, symBinAddr: 0x109D4, symSize: 0x44 } + - { offsetInCU: 0x54C, offset: 0xD83D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSEAAWl', symObjAddr: 0xC84, symBinAddr: 0x10A80, symSize: 0x44 } + - { offsetInCU: 0x560, offset: 0xD83EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwet', symObjAddr: 0xCD8, symBinAddr: 0x10AC4, symSize: 0x90 } + - { offsetInCU: 0x574, offset: 0xD83FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwst', symObjAddr: 0xD68, symBinAddr: 0x10B54, symSize: 0xBC } + - { offsetInCU: 0x588, offset: 0xD8412, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwug', symObjAddr: 0xE24, symBinAddr: 0x10C10, symSize: 0x8 } + - { offsetInCU: 0x59C, offset: 0xD8426, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwup', symObjAddr: 0xE2C, symBinAddr: 0x10C18, symSize: 0x4 } + - { offsetInCU: 0x5B0, offset: 0xD843A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwui', symObjAddr: 0xE30, symBinAddr: 0x10C1C, symSize: 0x8 } + - { offsetInCU: 0x5C4, offset: 0xD844E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOMa', symObjAddr: 0xE38, symBinAddr: 0x10C24, symSize: 0x10 } + - { offsetInCU: 0x5D8, offset: 0xD8462, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASQWb', symObjAddr: 0xE48, symBinAddr: 0x10C34, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0xD8476, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFSQAAWl', symObjAddr: 0xE4C, symBinAddr: 0x10C38, symSize: 0x44 } + - { offsetInCU: 0x600, offset: 0xD848A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE90, symBinAddr: 0x10C7C, symSize: 0x4 } + - { offsetInCU: 0x614, offset: 0xD849E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE94, symBinAddr: 0x10C80, symSize: 0x44 } + - { offsetInCU: 0x628, offset: 0xD84B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xED8, symBinAddr: 0x10CC4, symSize: 0x4 } + - { offsetInCU: 0x63C, offset: 0xD84C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xEDC, symBinAddr: 0x10CC8, symSize: 0x44 } + - { offsetInCU: 0x6AA, offset: 0xD8534, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4D4, symBinAddr: 0x10398, symSize: 0x40 } + - { offsetInCU: 0x74D, offset: 0xD85D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x558, symBinAddr: 0x1041C, symSize: 0x28 } + - { offsetInCU: 0x769, offset: 0xD85F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0x10444, symSize: 0x28 } + - { offsetInCU: 0x92, offset: 0xD87E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC4, symBinAddr: 0x10DD0, symSize: 0x28 } + - { offsetInCU: 0xC3, offset: 0xD8815, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xEC, symBinAddr: 0x10DF8, symSize: 0x10 } + - { offsetInCU: 0x10F, offset: 0xD8861, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A4, symBinAddr: 0x10EB0, symSize: 0x48 } + - { offsetInCU: 0x134, offset: 0xD8886, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1EC, symBinAddr: 0x10EF8, symSize: 0x294 } + - { offsetInCU: 0x19C, offset: 0xD88EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x480, symBinAddr: 0x1118C, symSize: 0x394 } + - { offsetInCU: 0x33A, offset: 0xD8A8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO8rawValueSSvg', symObjAddr: 0x814, symBinAddr: 0x11520, symSize: 0x18 } + - { offsetInCU: 0x373, offset: 0xD8AC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0x9EC, symBinAddr: 0x116F8, symSize: 0x18 } + - { offsetInCU: 0x3A1, offset: 0xD8AF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0x9EC, symBinAddr: 0x116F8, symSize: 0x18 } + - { offsetInCU: 0x3F3, offset: 0xD8B45, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xA28, symBinAddr: 0x11734, symSize: 0x64 } + - { offsetInCU: 0x459, offset: 0xD8BAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xA8C, symBinAddr: 0x11798, symSize: 0x28 } + - { offsetInCU: 0x475, offset: 0xD8BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xAB4, symBinAddr: 0x117C0, symSize: 0x8 } + - { offsetInCU: 0x4AB, offset: 0xD8BFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xABC, symBinAddr: 0x117C8, symSize: 0x68 } + - { offsetInCU: 0x530, offset: 0xD8C82, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB24, symBinAddr: 0x11830, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0xD8C9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB30, symBinAddr: 0x1183C, symSize: 0xC } + - { offsetInCU: 0x56A, offset: 0xD8CBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC6encode2toys7Encoder_p_tKF', symObjAddr: 0x82C, symBinAddr: 0x11538, symSize: 0x1C0 } + - { offsetInCU: 0x5E4, offset: 0xD8D36, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfD', symObjAddr: 0xBA8, symBinAddr: 0x118B4, symSize: 0x34 } + - { offsetInCU: 0x6A3, offset: 0xD8DF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfE', symObjAddr: 0xB8C, symBinAddr: 0x11898, symSize: 0x1C } + - { offsetInCU: 0x6FB, offset: 0xD8E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCMa', symObjAddr: 0xBDC, symBinAddr: 0x118E8, symSize: 0x20 } + - { offsetInCU: 0x70F, offset: 0xD8E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwug', symObjAddr: 0xC14, symBinAddr: 0x11910, symSize: 0x8 } + - { offsetInCU: 0x723, offset: 0xD8E75, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwup', symObjAddr: 0xC1C, symBinAddr: 0x11918, symSize: 0x4 } + - { offsetInCU: 0x737, offset: 0xD8E89, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwui', symObjAddr: 0xC20, symBinAddr: 0x1191C, symSize: 0x8 } + - { offsetInCU: 0x74B, offset: 0xD8E9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOMa', symObjAddr: 0xC28, symBinAddr: 0x11924, symSize: 0x10 } + - { offsetInCU: 0x75F, offset: 0xD8EB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASQWb', symObjAddr: 0xC38, symBinAddr: 0x11934, symSize: 0x4 } + - { offsetInCU: 0x773, offset: 0xD8EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSQAAWl', symObjAddr: 0xC3C, symBinAddr: 0x11938, symSize: 0x44 } + - { offsetInCU: 0x787, offset: 0xD8ED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSYAAWl', symObjAddr: 0xC80, symBinAddr: 0x1197C, symSize: 0x44 } + - { offsetInCU: 0x79B, offset: 0xD8EED, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs0C3KeyAAWl', symObjAddr: 0xD28, symBinAddr: 0x119C0, symSize: 0x44 } + - { offsetInCU: 0x7AF, offset: 0xD8F01, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSEAAWl', symObjAddr: 0xD6C, symBinAddr: 0x11A04, symSize: 0x44 } + - { offsetInCU: 0x7C3, offset: 0xD8F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSEAAWl', symObjAddr: 0xDF4, symBinAddr: 0x11A48, symSize: 0x44 } + - { offsetInCU: 0x7D7, offset: 0xD8F29, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSeAAWl', symObjAddr: 0xE38, symBinAddr: 0x11A8C, symSize: 0x44 } + - { offsetInCU: 0x7EB, offset: 0xD8F3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSeAAWl', symObjAddr: 0xEE4, symBinAddr: 0x11B38, symSize: 0x44 } + - { offsetInCU: 0xDD7, offset: 0xD9529, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector3DV_GTg5', symObjAddr: 0xF6C, symBinAddr: 0x11B7C, symSize: 0x238 } + - { offsetInCU: 0xF38, offset: 0xD968A, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAL_GTg5', symObjAddr: 0x11A4, symBinAddr: 0x11DB4, symSize: 0x240 } + - { offsetInCU: 0x1077, offset: 0xD97C9, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x13E4, symBinAddr: 0x11FF4, symSize: 0x238 } + - { offsetInCU: 0x11B6, offset: 0xD9908, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x161C, symBinAddr: 0x1222C, symSize: 0x240 } + - { offsetInCU: 0x12F5, offset: 0xD9A47, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x185C, symBinAddr: 0x1246C, symSize: 0x238 } + - { offsetInCU: 0x1434, offset: 0xD9B86, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x1A94, symBinAddr: 0x126A4, symSize: 0x240 } + - { offsetInCU: 0x1573, offset: 0xD9CC5, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1CD4, symBinAddr: 0x128E4, symSize: 0x238 } + - { offsetInCU: 0x16B2, offset: 0xD9E04, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1F0C, symBinAddr: 0x12B1C, symSize: 0x240 } + - { offsetInCU: 0x17F1, offset: 0xD9F43, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x214C, symBinAddr: 0x12D5C, symSize: 0x238 } + - { offsetInCU: 0x1930, offset: 0xDA082, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x2384, symBinAddr: 0x12F94, symSize: 0x240 } + - { offsetInCU: 0x1A6F, offset: 0xDA1C1, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x25C4, symBinAddr: 0x131D4, symSize: 0x238 } + - { offsetInCU: 0x1BAE, offset: 0xDA300, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x27FC, symBinAddr: 0x1340C, symSize: 0x240 } + - { offsetInCU: 0x1CED, offset: 0xDA43F, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0x2A3C, symBinAddr: 0x1364C, symSize: 0x40 } + - { offsetInCU: 0x1DDA, offset: 0xDA52C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4gd_n', symObjAddr: 0x2AC0, symBinAddr: 0x1368C, symSize: 0x540 } + - { offsetInCU: 0x28BF, offset: 0xDB011, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4nd_n', symObjAddr: 0x3000, symBinAddr: 0x13BCC, symSize: 0x778 } + - { offsetInCU: 0x2EBA, offset: 0xDB60C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4gd_n', symObjAddr: 0x3778, symBinAddr: 0x14344, symSize: 0x5AC } + - { offsetInCU: 0x328A, offset: 0xDB9DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x3D24, symBinAddr: 0x148F0, symSize: 0x7C0 } + - { offsetInCU: 0x37CD, offset: 0xDBF1F, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0x4550, symBinAddr: 0x150D0, symSize: 0x48 } + - { offsetInCU: 0x3909, offset: 0xDC05B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4gd_n', symObjAddr: 0x45BC, symBinAddr: 0x1513C, symSize: 0x538 } + - { offsetInCU: 0x3D5D, offset: 0xDC4AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4nd_n', symObjAddr: 0x4AF4, symBinAddr: 0x15674, symSize: 0x7DC } + - { offsetInCU: 0x4393, offset: 0xDCAE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4gd_n', symObjAddr: 0x52D0, symBinAddr: 0x15E50, symSize: 0x59C } + - { offsetInCU: 0x476F, offset: 0xDCEC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4nd_n', symObjAddr: 0x586C, symBinAddr: 0x163EC, symSize: 0x7CC } + - { offsetInCU: 0x4D8C, offset: 0xDD4DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4gd_n', symObjAddr: 0x6038, symBinAddr: 0x16BB8, symSize: 0x4D0 } + - { offsetInCU: 0x51FA, offset: 0xDD94C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4nd_n', symObjAddr: 0x6508, symBinAddr: 0x17088, symSize: 0x7BC } + - { offsetInCU: 0x5878, offset: 0xDDFCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4gd_n', symObjAddr: 0x6CC4, symBinAddr: 0x17844, symSize: 0x4E8 } + - { offsetInCU: 0x5CE1, offset: 0xDE433, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4nd_n', symObjAddr: 0x71AC, symBinAddr: 0x17D2C, symSize: 0x784 } + - { offsetInCU: 0x623A, offset: 0xDE98C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOwup', symObjAddr: 0x7B54, symBinAddr: 0x186D4, symSize: 0x4 } + - { offsetInCU: 0x624E, offset: 0xDE9A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOMa', symObjAddr: 0x7B58, symBinAddr: 0x186D8, symSize: 0x10 } + - { offsetInCU: 0x6262, offset: 0xDE9B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASQWb', symObjAddr: 0x7B68, symBinAddr: 0x186E8, symSize: 0x4 } + - { offsetInCU: 0x6276, offset: 0xDE9C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFSQAAWl', symObjAddr: 0x7B6C, symBinAddr: 0x186EC, symSize: 0x44 } + - { offsetInCU: 0x628A, offset: 0xDE9DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x7BB0, symBinAddr: 0x18730, symSize: 0x4 } + - { offsetInCU: 0x629E, offset: 0xDE9F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x7BB4, symBinAddr: 0x18734, symSize: 0x44 } + - { offsetInCU: 0x62B2, offset: 0xDEA04, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x7BF8, symBinAddr: 0x18778, symSize: 0x4 } + - { offsetInCU: 0x62C6, offset: 0xDEA18, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x7BFC, symBinAddr: 0x1877C, symSize: 0x44 } + - { offsetInCU: 0x62FA, offset: 0xDEA4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x10D0C, symSize: 0x14 } + - { offsetInCU: 0x638B, offset: 0xDEADD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x10D20, symSize: 0x44 } + - { offsetInCU: 0x6463, offset: 0xDEBB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x10D64, symSize: 0x2C } + - { offsetInCU: 0x64DF, offset: 0xDEC31, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x84, symBinAddr: 0x10D90, symSize: 0x40 } + - { offsetInCU: 0x658C, offset: 0xDECDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFC, symBinAddr: 0x10E08, symSize: 0x5C } + - { offsetInCU: 0x65AF, offset: 0xDED01, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x158, symBinAddr: 0x10E64, symSize: 0x4C } + - { offsetInCU: 0x6616, offset: 0xDED68, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA04, symBinAddr: 0x11710, symSize: 0xC } + - { offsetInCU: 0x6632, offset: 0xDED84, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA10, symBinAddr: 0x1171C, symSize: 0x8 } + - { offsetInCU: 0x664E, offset: 0xDEDA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA18, symBinAddr: 0x11724, symSize: 0x8 } + - { offsetInCU: 0x666A, offset: 0xDEDBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA20, symBinAddr: 0x1172C, symSize: 0x8 } + - { offsetInCU: 0x668D, offset: 0xDEDDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB3C, symBinAddr: 0x11848, symSize: 0x28 } + - { offsetInCU: 0x66A9, offset: 0xDEDFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB64, symBinAddr: 0x11870, symSize: 0x28 } + - { offsetInCU: 0x50, offset: 0xDF689, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLSSvpZ', symObjAddr: 0xEAB0, symBinAddr: 0x1EB1B8, symSize: 0x0 } + - { offsetInCU: 0x7A1, offset: 0xDFDDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1060, symBinAddr: 0x19828, symSize: 0xB8 } + - { offsetInCU: 0x7D3, offset: 0xDFE0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x1140, symBinAddr: 0x19908, symSize: 0xF8 } + - { offsetInCU: 0x7E7, offset: 0xDFE20, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1238, symBinAddr: 0x19A00, symSize: 0x88 } + - { offsetInCU: 0x805, offset: 0xDFE3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x12C0, symBinAddr: 0x19A88, symSize: 0x66C } + - { offsetInCU: 0x970, offset: 0xDFFA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x192C, symBinAddr: 0x1A0F4, symSize: 0x50 } + - { offsetInCU: 0x9A4, offset: 0xDFFDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0x197C, symBinAddr: 0x1A144, symSize: 0x30 } + - { offsetInCU: 0xA78, offset: 0xE00B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfc', symObjAddr: 0x19AC, symBinAddr: 0x1A174, symSize: 0x590 } + - { offsetInCU: 0xBC7, offset: 0xE0200, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1F3C, symBinAddr: 0x1A704, symSize: 0x4C } + - { offsetInCU: 0xBE3, offset: 0xE021C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1F88, symBinAddr: 0x1A750, symSize: 0x1E4 } + - { offsetInCU: 0xC2E, offset: 0xE0267, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x216C, symBinAddr: 0x1A934, symSize: 0x24 } + - { offsetInCU: 0xC6A, offset: 0xE02A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF', symObjAddr: 0x2190, symBinAddr: 0x1A958, symSize: 0x1C4 } + - { offsetInCU: 0xD75, offset: 0xE03AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x2354, symBinAddr: 0x1AB1C, symSize: 0x29C } + - { offsetInCU: 0x107E, offset: 0xE06B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x25F0, symBinAddr: 0x1ADB8, symSize: 0x2B0 } + - { offsetInCU: 0x1326, offset: 0xE095F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x28A0, symBinAddr: 0x1B068, symSize: 0x508 } + - { offsetInCU: 0x17B9, offset: 0xE0DF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x2DA8, symBinAddr: 0x1B570, symSize: 0x238 } + - { offsetInCU: 0x194C, offset: 0xE0F85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x2FE0, symBinAddr: 0x1B7A8, symSize: 0x260 } + - { offsetInCU: 0x1BC1, offset: 0xE11FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_', symObjAddr: 0x3240, symBinAddr: 0x1BA08, symSize: 0xA4 } + - { offsetInCU: 0x1CD1, offset: 0xE130A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4stopyyF', symObjAddr: 0x32E4, symBinAddr: 0x1BAAC, symSize: 0xE8 } + - { offsetInCU: 0x1D7B, offset: 0xE13B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pauseyyF', symObjAddr: 0x33CC, symBinAddr: 0x1BB94, symSize: 0x2C } + - { offsetInCU: 0x1F27, offset: 0xE1560, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x33F8, symBinAddr: 0x1BBC0, symSize: 0x360 } + - { offsetInCU: 0x217C, offset: 0xE17B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF', symObjAddr: 0x3758, symBinAddr: 0x1BF20, symSize: 0x38 } + - { offsetInCU: 0x24E9, offset: 0xE1B22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF', symObjAddr: 0x3790, symBinAddr: 0x1BF58, symSize: 0x438 } + - { offsetInCU: 0x2920, offset: 0xE1F59, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0x3BC8, symBinAddr: 0x1C390, symSize: 0xF8 } + - { offsetInCU: 0x2A3A, offset: 0xE2073, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x3DFC, symBinAddr: 0x1C5C4, symSize: 0x68 } + - { offsetInCU: 0x2A86, offset: 0xE20BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x3ECC, symBinAddr: 0x1C694, symSize: 0x48 } + - { offsetInCU: 0x2AF2, offset: 0xE212B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs', symObjAddr: 0x4074, symBinAddr: 0x1C83C, symSize: 0x5C } + - { offsetInCU: 0x2B1B, offset: 0xE2154, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM', symObjAddr: 0x40D0, symBinAddr: 0x1C898, symSize: 0x44 } + - { offsetInCU: 0x2B4C, offset: 0xE2185, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM.resume.0', symObjAddr: 0x4114, symBinAddr: 0x1C8DC, symSize: 0x4 } + - { offsetInCU: 0x2BA6, offset: 0xE21DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvW', symObjAddr: 0x41BC, symBinAddr: 0x1C984, symSize: 0x138 } + - { offsetInCU: 0x2C87, offset: 0xE22C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x42F4, symBinAddr: 0x1CABC, symSize: 0x50 } + - { offsetInCU: 0x2CA6, offset: 0xE22DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x4344, symBinAddr: 0x1CB0C, symSize: 0x98 } + - { offsetInCU: 0x2CCF, offset: 0xE2308, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x43DC, symBinAddr: 0x1CBA4, symSize: 0x70 } + - { offsetInCU: 0x2D00, offset: 0xE2339, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x444C, symBinAddr: 0x1CC14, symSize: 0xF4 } + - { offsetInCU: 0x2D44, offset: 0xE237D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg', symObjAddr: 0x4540, symBinAddr: 0x1CD08, symSize: 0x30 } + - { offsetInCU: 0x2DCF, offset: 0xE2408, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x462C, symBinAddr: 0x1CDF4, symSize: 0xAC } + - { offsetInCU: 0x2E30, offset: 0xE2469, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM', symObjAddr: 0x46D8, symBinAddr: 0x1CEA0, symSize: 0x58 } + - { offsetInCU: 0x2E61, offset: 0xE249A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x4730, symBinAddr: 0x1CEF8, symSize: 0xA0 } + - { offsetInCU: 0x2F69, offset: 0xE25A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x47D0, symBinAddr: 0x1CF98, symSize: 0x1B8 } + - { offsetInCU: 0x31DE, offset: 0xE2817, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x4988, symBinAddr: 0x1D150, symSize: 0x14 } + - { offsetInCU: 0x322C, offset: 0xE2865, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x499C, symBinAddr: 0x1D164, symSize: 0x34 } + - { offsetInCU: 0x328A, offset: 0xE28C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x49D0, symBinAddr: 0x1D198, symSize: 0x18 } + - { offsetInCU: 0x32F1, offset: 0xE292A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg', symObjAddr: 0x4A18, symBinAddr: 0x1D1E0, symSize: 0x48 } + - { offsetInCU: 0x3310, offset: 0xE2949, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs', symObjAddr: 0x4A60, symBinAddr: 0x1D228, symSize: 0x24 } + - { offsetInCU: 0x3324, offset: 0xE295D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM', symObjAddr: 0x4A84, symBinAddr: 0x1D24C, symSize: 0x58 } + - { offsetInCU: 0x33B5, offset: 0xE29EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x4ADC, symBinAddr: 0x1D2A4, symSize: 0xEC } + - { offsetInCU: 0x3422, offset: 0xE2A5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x4DB8, symBinAddr: 0x1D580, symSize: 0x34 } + - { offsetInCU: 0x3436, offset: 0xE2A6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x4DEC, symBinAddr: 0x1D5B4, symSize: 0x58 } + - { offsetInCU: 0x34A7, offset: 0xE2AE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x4E44, symBinAddr: 0x1D60C, symSize: 0xB8 } + - { offsetInCU: 0x3537, offset: 0xE2B70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x4F10, symBinAddr: 0x1D6D8, symSize: 0x190 } + - { offsetInCU: 0x35CC, offset: 0xE2C05, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x50A0, symBinAddr: 0x1D868, symSize: 0x58 } + - { offsetInCU: 0x35FD, offset: 0xE2C36, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x50F8, symBinAddr: 0x1D8C0, symSize: 0x170 } + - { offsetInCU: 0x3679, offset: 0xE2CB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x52F8, symBinAddr: 0x1DAC0, symSize: 0x4C } + - { offsetInCU: 0x3698, offset: 0xE2CD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x5344, symBinAddr: 0x1DB0C, symSize: 0x24 } + - { offsetInCU: 0x36AC, offset: 0xE2CE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x5368, symBinAddr: 0x1DB30, symSize: 0x58 } + - { offsetInCU: 0x36FD, offset: 0xE2D36, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x53C0, symBinAddr: 0x1DB88, symSize: 0xAC } + - { offsetInCU: 0x3765, offset: 0xE2D9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x54E8, symBinAddr: 0x1DCB0, symSize: 0xD4 } + - { offsetInCU: 0x37DD, offset: 0xE2E16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x55BC, symBinAddr: 0x1DD84, symSize: 0x58 } + - { offsetInCU: 0x380E, offset: 0xE2E47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x5614, symBinAddr: 0x1DDDC, symSize: 0xA4 } + - { offsetInCU: 0x38A3, offset: 0xE2EDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs', symObjAddr: 0x5738, symBinAddr: 0x1DF00, symSize: 0x70 } + - { offsetInCU: 0x3927, offset: 0xE2F60, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM', symObjAddr: 0x57A8, symBinAddr: 0x1DF70, symSize: 0x58 } + - { offsetInCU: 0x3958, offset: 0xE2F91, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x5800, symBinAddr: 0x1DFC8, symSize: 0x58 } + - { offsetInCU: 0x39BF, offset: 0xE2FF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg', symObjAddr: 0x5858, symBinAddr: 0x1E020, symSize: 0x174 } + - { offsetInCU: 0x3A57, offset: 0xE3090, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x5A2C, symBinAddr: 0x1E1F4, symSize: 0x54 } + - { offsetInCU: 0x3A76, offset: 0xE30AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x5A80, symBinAddr: 0x1E248, symSize: 0x5C } + - { offsetInCU: 0x3ABC, offset: 0xE30F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x5ADC, symBinAddr: 0x1E2A4, symSize: 0x48 } + - { offsetInCU: 0x3B0D, offset: 0xE3146, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x5B3C, symBinAddr: 0x1E304, symSize: 0x54 } + - { offsetInCU: 0x3B4F, offset: 0xE3188, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x5B90, symBinAddr: 0x1E358, symSize: 0x48 } + - { offsetInCU: 0x3B80, offset: 0xE31B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x5BE4, symBinAddr: 0x1E3AC, symSize: 0x214 } + - { offsetInCU: 0x3D2D, offset: 0xE3366, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x5DF8, symBinAddr: 0x1E5C0, symSize: 0xFC } + - { offsetInCU: 0x3E8C, offset: 0xE34C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x5EF4, symBinAddr: 0x1E6BC, symSize: 0x34 } + - { offsetInCU: 0x3EBD, offset: 0xE34F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x5F28, symBinAddr: 0x1E6F0, symSize: 0x24 } + - { offsetInCU: 0x3EEA, offset: 0xE3523, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvs', symObjAddr: 0x5F4C, symBinAddr: 0x1E714, symSize: 0x218 } + - { offsetInCU: 0x4097, offset: 0xE36D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvg', symObjAddr: 0x6164, symBinAddr: 0x1E92C, symSize: 0xE4 } + - { offsetInCU: 0x412F, offset: 0xE3768, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM', symObjAddr: 0x6248, symBinAddr: 0x1EA10, symSize: 0x34 } + - { offsetInCU: 0x4160, offset: 0xE3799, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM.resume.0', symObjAddr: 0x627C, symBinAddr: 0x1EA44, symSize: 0x24 } + - { offsetInCU: 0x418D, offset: 0xE37C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x6330, symBinAddr: 0x1EAF8, symSize: 0xE8 } + - { offsetInCU: 0x420F, offset: 0xE3848, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x6418, symBinAddr: 0x1EBE0, symSize: 0x88 } + - { offsetInCU: 0x4247, offset: 0xE3880, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x64A0, symBinAddr: 0x1EC68, symSize: 0xAC } + - { offsetInCU: 0x42A8, offset: 0xE38E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x654C, symBinAddr: 0x1ED14, symSize: 0x190 } + - { offsetInCU: 0x4333, offset: 0xE396C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x66DC, symBinAddr: 0x1EEA4, symSize: 0xEC } + - { offsetInCU: 0x43BD, offset: 0xE39F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x67C8, symBinAddr: 0x1EF90, symSize: 0x94 } + - { offsetInCU: 0x44F4, offset: 0xE3B2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x68A8, symBinAddr: 0x1F070, symSize: 0x54 } + - { offsetInCU: 0x453A, offset: 0xE3B73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x68FC, symBinAddr: 0x1F0C4, symSize: 0x48 } + - { offsetInCU: 0x45B8, offset: 0xE3BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs', symObjAddr: 0x6A40, symBinAddr: 0x1F208, symSize: 0xA4 } + - { offsetInCU: 0x4619, offset: 0xE3C52, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM', symObjAddr: 0x6AE4, symBinAddr: 0x1F2AC, symSize: 0x58 } + - { offsetInCU: 0x464A, offset: 0xE3C83, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x6B3C, symBinAddr: 0x1F304, symSize: 0xA0 } + - { offsetInCU: 0x4692, offset: 0xE3CCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x6BDC, symBinAddr: 0x1F3A4, symSize: 0xA0 } + - { offsetInCU: 0x476E, offset: 0xE3DA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x6D54, symBinAddr: 0x1F51C, symSize: 0x8C } + - { offsetInCU: 0x47CD, offset: 0xE3E06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x6DE0, symBinAddr: 0x1F5A8, symSize: 0x58 } + - { offsetInCU: 0x47FE, offset: 0xE3E37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x6E38, symBinAddr: 0x1F600, symSize: 0x7C } + - { offsetInCU: 0x484E, offset: 0xE3E87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x6EB4, symBinAddr: 0x1F67C, symSize: 0x9C } + - { offsetInCU: 0x48B9, offset: 0xE3EF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x6F50, symBinAddr: 0x1F718, symSize: 0xCC } + - { offsetInCU: 0x49CA, offset: 0xE4003, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12reloadImagesyyF', symObjAddr: 0x701C, symBinAddr: 0x1F7E4, symSize: 0x80 } + - { offsetInCU: 0x4A02, offset: 0xE403B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x709C, symBinAddr: 0x1F864, symSize: 0x80 } + - { offsetInCU: 0x4A5A, offset: 0xE4093, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x711C, symBinAddr: 0x1F8E4, symSize: 0x158 } + - { offsetInCU: 0x4B10, offset: 0xE4149, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x7274, symBinAddr: 0x1FA3C, symSize: 0xC8 } + - { offsetInCU: 0x4B7A, offset: 0xE41B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x733C, symBinAddr: 0x1FB04, symSize: 0xC8 } + - { offsetInCU: 0x4BE4, offset: 0xE421D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x7404, symBinAddr: 0x1FBCC, symSize: 0x80 } + - { offsetInCU: 0x4C2E, offset: 0xE4267, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x7484, symBinAddr: 0x1FC4C, symSize: 0x84 } + - { offsetInCU: 0x4C98, offset: 0xE42D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x7508, symBinAddr: 0x1FCD0, symSize: 0x1E0 } + - { offsetInCU: 0x4D59, offset: 0xE4392, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x76E8, symBinAddr: 0x1FEB0, symSize: 0x188 } + - { offsetInCU: 0x4E1A, offset: 0xE4453, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x7870, symBinAddr: 0x20038, symSize: 0x160 } + - { offsetInCU: 0x4FE8, offset: 0xE4621, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x79D0, symBinAddr: 0x20198, symSize: 0x94 } + - { offsetInCU: 0x5063, offset: 0xE469C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7A64, symBinAddr: 0x2022C, symSize: 0xF0 } + - { offsetInCU: 0x5147, offset: 0xE4780, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7B54, symBinAddr: 0x2031C, symSize: 0xF0 } + - { offsetInCU: 0x521D, offset: 0xE4856, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF', symObjAddr: 0x7C44, symBinAddr: 0x2040C, symSize: 0xD0 } + - { offsetInCU: 0x52C5, offset: 0xE48FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF', symObjAddr: 0x7D14, symBinAddr: 0x204DC, symSize: 0xAC } + - { offsetInCU: 0x5338, offset: 0xE4971, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVF', symObjAddr: 0x7DC0, symBinAddr: 0x20588, symSize: 0x158 } + - { offsetInCU: 0x5387, offset: 0xE49C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_', symObjAddr: 0x7F18, symBinAddr: 0x206E0, symSize: 0x80 } + - { offsetInCU: 0x53CC, offset: 0xE4A05, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014updateInFlightB0yyF', symObjAddr: 0x7F98, symBinAddr: 0x20760, symSize: 0x27C } + - { offsetInCU: 0x5614, offset: 0xE4C4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC24updateRasterizationStateyyF', symObjAddr: 0x8214, symBinAddr: 0x209DC, symSize: 0x1F0 } + - { offsetInCU: 0x574C, offset: 0xE4D85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x8404, symBinAddr: 0x20BCC, symSize: 0x130 } + - { offsetInCU: 0x5877, offset: 0xE4EB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04makebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL11usingEngineyAA09RenderingP6OptionO_tF', symObjAddr: 0x8534, symBinAddr: 0x20CFC, symSize: 0x644 } + - { offsetInCU: 0x5C5E, offset: 0xE5297, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014makeMainThreadbC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0efbC0CAA0aB0C_tF', symObjAddr: 0x8B78, symBinAddr: 0x21340, symSize: 0x1A4 } + - { offsetInCU: 0x5D73, offset: 0xE53AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tF', symObjAddr: 0x8D1C, symBinAddr: 0x214E4, symSize: 0x240 } + - { offsetInCU: 0x5ECB, offset: 0xE5504, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_', symObjAddr: 0x8F5C, symBinAddr: 0x21724, symSize: 0x20C } + - { offsetInCU: 0x61D8, offset: 0xE5811, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tF', symObjAddr: 0x9168, symBinAddr: 0x21930, symSize: 0x314 } + - { offsetInCU: 0x6383, offset: 0xE59BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_', symObjAddr: 0x947C, symBinAddr: 0x21C44, symSize: 0x5C } + - { offsetInCU: 0x63C2, offset: 0xE59FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGF', symObjAddr: 0x957C, symBinAddr: 0x21D44, symSize: 0x2E8 } + - { offsetInCU: 0x666B, offset: 0xE5CA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_', symObjAddr: 0x9864, symBinAddr: 0x2202C, symSize: 0x1D4 } + - { offsetInCU: 0x684C, offset: 0xE5E85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB11IfNecessary33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x9A38, symBinAddr: 0x22200, symSize: 0x18C } + - { offsetInCU: 0x6AD5, offset: 0xE610E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06addNewB10ForContext33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA0bG0VF', symObjAddr: 0x9BC4, symBinAddr: 0x2238C, symSize: 0xBF0 } + - { offsetInCU: 0x73F9, offset: 0xE6A32, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19reducedMotionMarker33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLAA0F0CSgvg', symObjAddr: 0xA7D4, symBinAddr: 0x22F9C, symSize: 0x138 } + - { offsetInCU: 0x74C8, offset: 0xE6B01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA03DotA4FileC0B0VF', symObjAddr: 0xA90C, symBinAddr: 0x230D4, symSize: 0x100 } + - { offsetInCU: 0x75C7, offset: 0xE6C00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC017playReducedMotionB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL10completionyySbcSg_tF', symObjAddr: 0xAA0C, symBinAddr: 0x231D4, symSize: 0x124 } + - { offsetInCU: 0x76E4, offset: 0xE6D1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfC', symObjAddr: 0xAB30, symBinAddr: 0x232F8, symSize: 0x20 } + - { offsetInCU: 0x7702, offset: 0xE6D3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfc', symObjAddr: 0xAB50, symBinAddr: 0x23318, symSize: 0x2C } + - { offsetInCU: 0x7765, offset: 0xE6D9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfcTo', symObjAddr: 0xAB7C, symBinAddr: 0x23344, symSize: 0x2C } + - { offsetInCU: 0x77CC, offset: 0xE6E05, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfD', symObjAddr: 0xABA8, symBinAddr: 0x23370, symSize: 0x30 } + - { offsetInCU: 0x77F9, offset: 0xE6E32, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0xB81C, symBinAddr: 0x23FE4, symSize: 0x4F4 } + - { offsetInCU: 0x7969, offset: 0xE6FA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfCTfq4nneennn_nTf4nnngnnn_n', symObjAddr: 0xC038, symBinAddr: 0x24800, symSize: 0xDC } + - { offsetInCU: 0x79B0, offset: 0xE6FE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0xC2A8, symBinAddr: 0x24A30, symSize: 0x3FC } + - { offsetInCU: 0x7AAA, offset: 0xE70E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvsTf4gn_n', symObjAddr: 0xCA58, symBinAddr: 0x251E0, symSize: 0x100 } + - { offsetInCU: 0x7B39, offset: 0xE7172, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0xCB78, symBinAddr: 0x25300, symSize: 0xE4 } + - { offsetInCU: 0x7BB1, offset: 0xE71EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0xCDC4, symBinAddr: 0x2554C, symSize: 0xD0 } + - { offsetInCU: 0x7C51, offset: 0xE728A, size: 0x8, addend: 0x0, symName: ___swift_mutable_project_boxed_opaque_existential_1, symObjAddr: 0x1118, symBinAddr: 0x198E0, symSize: 0x28 } + - { offsetInCU: 0x7F75, offset: 0xE75AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTK', symObjAddr: 0x3CC0, symBinAddr: 0x1C488, symSize: 0x6C } + - { offsetInCU: 0x7FA2, offset: 0xE75DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTk', symObjAddr: 0x3D2C, symBinAddr: 0x1C4F4, symSize: 0xD0 } + - { offsetInCU: 0x8032, offset: 0xE766B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvpACTk', symObjAddr: 0x3E64, symBinAddr: 0x1C62C, symSize: 0x68 } + - { offsetInCU: 0x8068, offset: 0xE76A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTK', symObjAddr: 0x3F14, symBinAddr: 0x1C6DC, symSize: 0x94 } + - { offsetInCU: 0x8095, offset: 0xE76CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTk', symObjAddr: 0x3FA8, symBinAddr: 0x1C770, symSize: 0xB8 } + - { offsetInCU: 0x80CD, offset: 0xE7706, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x4118, symBinAddr: 0x1C8E0, symSize: 0xA4 } + - { offsetInCU: 0x810E, offset: 0xE7747, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x4570, symBinAddr: 0x1CD38, symSize: 0xB0 } + - { offsetInCU: 0x8253, offset: 0xE788C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvpACTk', symObjAddr: 0x49E8, symBinAddr: 0x1D1B0, symSize: 0x30 } + - { offsetInCU: 0x8280, offset: 0xE78B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x4BC8, symBinAddr: 0x1D390, symSize: 0x94 } + - { offsetInCU: 0x82AD, offset: 0xE78E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x4C5C, symBinAddr: 0x1D424, symSize: 0x88 } + - { offsetInCU: 0x82DA, offset: 0xE7913, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x4CE4, symBinAddr: 0x1D4AC, symSize: 0x60 } + - { offsetInCU: 0x82F2, offset: 0xE792B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x5268, symBinAddr: 0x1DA30, symSize: 0x54 } + - { offsetInCU: 0x831F, offset: 0xE7958, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x52BC, symBinAddr: 0x1DA84, symSize: 0x3C } + - { offsetInCU: 0x834C, offset: 0xE7985, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x56B8, symBinAddr: 0x1DE80, symSize: 0x74 } + - { offsetInCU: 0x83BC, offset: 0xE79F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x59CC, symBinAddr: 0x1E194, symSize: 0x60 } + - { offsetInCU: 0x8561, offset: 0xE7B9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x62A0, symBinAddr: 0x1EA68, symSize: 0x90 } + - { offsetInCU: 0x859D, offset: 0xE7BD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvpACTk', symObjAddr: 0x698C, symBinAddr: 0x1F154, symSize: 0xA8 } + - { offsetInCU: 0x85EE, offset: 0xE7C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x6C7C, symBinAddr: 0x1F444, symSize: 0x8C } + - { offsetInCU: 0x8A5F, offset: 0xE8098, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LL_WZ', symObjAddr: 0xA7B4, symBinAddr: 0x22F7C, symSize: 0x20 } + - { offsetInCU: 0x8B1A, offset: 0xE8153, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfETo', symObjAddr: 0xABD8, symBinAddr: 0x233A0, symSize: 0x11C } + - { offsetInCU: 0x8B5F, offset: 0xE8198, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0xACF4, symBinAddr: 0x234BC, symSize: 0x64 } + - { offsetInCU: 0x8BB7, offset: 0xE81F0, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xAD58, symBinAddr: 0x23520, symSize: 0x58 } + - { offsetInCU: 0x8C63, offset: 0xE829C, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xADB0, symBinAddr: 0x23578, symSize: 0x34 } + - { offsetInCU: 0x8CBB, offset: 0xE82F4, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSi_Tg5', symObjAddr: 0xADE4, symBinAddr: 0x235AC, symSize: 0x38 } + - { offsetInCU: 0x8D08, offset: 0xE8341, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xAE1C, symBinAddr: 0x235E4, symSize: 0x30 } + - { offsetInCU: 0x8D56, offset: 0xE838F, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xAE4C, symBinAddr: 0x23614, symSize: 0xAC } + - { offsetInCU: 0x8E5A, offset: 0xE8493, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xAEF8, symBinAddr: 0x236C0, symSize: 0x30 } + - { offsetInCU: 0x8E87, offset: 0xE84C0, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0xAFB8, symBinAddr: 0x23780, symSize: 0xE0 } + - { offsetInCU: 0x8EC6, offset: 0xE84FF, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xB098, symBinAddr: 0x23860, symSize: 0x9C } + - { offsetInCU: 0x8F28, offset: 0xE8561, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xB134, symBinAddr: 0x238FC, symSize: 0x98 } + - { offsetInCU: 0x8F60, offset: 0xE8599, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xB1CC, symBinAddr: 0x23994, symSize: 0x120 } + - { offsetInCU: 0x8FA6, offset: 0xE85DF, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xB2EC, symBinAddr: 0x23AB4, symSize: 0x18C } + - { offsetInCU: 0x90A8, offset: 0xE86E1, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xB514, symBinAddr: 0x23CDC, symSize: 0xC4 } + - { offsetInCU: 0x9159, offset: 0xE8792, size: 0x8, addend: 0x0, symName: '_$ss32_copyCollectionToContiguousArrayys0dE0Vy7ElementQzGxSlRzlFs0E5SliceVySSG_Tg5', symObjAddr: 0xB74C, symBinAddr: 0x23F14, symSize: 0xD0 } + - { offsetInCU: 0x92CA, offset: 0xE8903, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_n', symObjAddr: 0xBD10, symBinAddr: 0x244D8, symSize: 0x15C } + - { offsetInCU: 0x936C, offset: 0xE89A5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_n', symObjAddr: 0xBE6C, symBinAddr: 0x24634, symSize: 0xB4 } + - { offsetInCU: 0x944F, offset: 0xE8A88, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOc', symObjAddr: 0xC114, symBinAddr: 0x248DC, symSize: 0x48 } + - { offsetInCU: 0x9463, offset: 0xE8A9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOh', symObjAddr: 0xC19C, symBinAddr: 0x24924, symSize: 0x40 } + - { offsetInCU: 0x9477, offset: 0xE8AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOc', symObjAddr: 0xC1DC, symBinAddr: 0x24964, symSize: 0x3C } + - { offsetInCU: 0x948B, offset: 0xE8AC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCMa', symObjAddr: 0xC218, symBinAddr: 0x249A0, symSize: 0x20 } + - { offsetInCU: 0x949F, offset: 0xE8AD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOh', symObjAddr: 0xC238, symBinAddr: 0x249C0, symSize: 0x34 } + - { offsetInCU: 0x94B3, offset: 0xE8AEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVSgWOe', symObjAddr: 0xC26C, symBinAddr: 0x249F4, symSize: 0x3C } + - { offsetInCU: 0x9503, offset: 0xE8B3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOe', symObjAddr: 0xC6A4, symBinAddr: 0x24E2C, symSize: 0x20 } + - { offsetInCU: 0x9517, offset: 0xE8B50, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOe', symObjAddr: 0xC6C4, symBinAddr: 0x24E4C, symSize: 0x88 } + - { offsetInCU: 0x952B, offset: 0xE8B64, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOe', symObjAddr: 0xC74C, symBinAddr: 0x24ED4, symSize: 0x18 } + - { offsetInCU: 0x953F, offset: 0xE8B78, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOe', symObjAddr: 0xC764, symBinAddr: 0x24EEC, symSize: 0x58 } + - { offsetInCU: 0x958A, offset: 0xE8BC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_TA', symObjAddr: 0xC8EC, symBinAddr: 0x25074, symSize: 0xC } + - { offsetInCU: 0x959E, offset: 0xE8BD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOy', symObjAddr: 0xC8F8, symBinAddr: 0x25080, symSize: 0x18 } + - { offsetInCU: 0x95B2, offset: 0xE8BEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOy', symObjAddr: 0xC910, symBinAddr: 0x25098, symSize: 0x20 } + - { offsetInCU: 0x95C6, offset: 0xE8BFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOy', symObjAddr: 0xC930, symBinAddr: 0x250B8, symSize: 0x8C } + - { offsetInCU: 0x95DA, offset: 0xE8C13, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOy', symObjAddr: 0xC9BC, symBinAddr: 0x25144, symSize: 0x60 } + - { offsetInCU: 0x95EE, offset: 0xE8C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOf', symObjAddr: 0xCA1C, symBinAddr: 0x251A4, symSize: 0x3C } + - { offsetInCU: 0x9602, offset: 0xE8C3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOy', symObjAddr: 0xCB58, symBinAddr: 0x252E0, symSize: 0x10 } + - { offsetInCU: 0x9616, offset: 0xE8C4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOe', symObjAddr: 0xCB68, symBinAddr: 0x252F0, symSize: 0x10 } + - { offsetInCU: 0x962A, offset: 0xE8C63, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_1, symObjAddr: 0xCC5C, symBinAddr: 0x253E4, symSize: 0x168 } + - { offsetInCU: 0x963E, offset: 0xE8C77, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerCMa', symObjAddr: 0xDE80, symBinAddr: 0x26608, symSize: 0x3C } + - { offsetInCU: 0x9652, offset: 0xE8C8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_TA', symObjAddr: 0xDEBC, symBinAddr: 0x26644, symSize: 0x8 } + - { offsetInCU: 0x9666, offset: 0xE8C9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xDEC4, symBinAddr: 0x2664C, symSize: 0x8 } + - { offsetInCU: 0x967A, offset: 0xE8CB3, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0xDECC, symBinAddr: 0x26654, symSize: 0x4C } + - { offsetInCU: 0x968E, offset: 0xE8CC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFSSyXEfu_TA', symObjAddr: 0xDF5C, symBinAddr: 0x266A0, symSize: 0x18 } + - { offsetInCU: 0x96A2, offset: 0xE8CDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xDF74, symBinAddr: 0x266B8, symSize: 0x8 } + - { offsetInCU: 0x96B6, offset: 0xE8CEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xDF7C, symBinAddr: 0x266C0, symSize: 0x8 } + - { offsetInCU: 0x96CA, offset: 0xE8D03, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xDF84, symBinAddr: 0x266C8, symSize: 0x7C } + - { offsetInCU: 0x974F, offset: 0xE8D88, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SbyXEfu_TA', symObjAddr: 0xE000, symBinAddr: 0x26744, symSize: 0x14 } + - { offsetInCU: 0x97E3, offset: 0xE8E1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_TA', symObjAddr: 0xE014, symBinAddr: 0x26758, symSize: 0x8 } + - { offsetInCU: 0x97F7, offset: 0xE8E30, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xE01C, symBinAddr: 0x26760, symSize: 0x8 } + - { offsetInCU: 0x980B, offset: 0xE8E44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xE024, symBinAddr: 0x26768, symSize: 0x8 } + - { offsetInCU: 0x981F, offset: 0xE8E58, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyxq___GSHRzr0_lWOe', symObjAddr: 0xE02C, symBinAddr: 0x26770, symSize: 0x10 } + - { offsetInCU: 0x9833, offset: 0xE8E6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0xE0E0, symBinAddr: 0x267E8, symSize: 0x8 } + - { offsetInCU: 0x9852, offset: 0xE8E8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0xE0E8, symBinAddr: 0x267F0, symSize: 0x28 } + - { offsetInCU: 0x9886, offset: 0xE8EBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOytIegnnr_AcEIeggn_TRTA', symObjAddr: 0xE110, symBinAddr: 0x26818, symSize: 0x4C } + - { offsetInCU: 0x98BA, offset: 0xE8EF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOIeggn_AcEytIegnnr_TRTA', symObjAddr: 0xE15C, symBinAddr: 0x26864, symSize: 0x24 } + - { offsetInCU: 0x98E3, offset: 0xE8F1C, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0xE180, symBinAddr: 0x26888, symSize: 0x3C } + - { offsetInCU: 0x98F7, offset: 0xE8F30, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOh', symObjAddr: 0xE1BC, symBinAddr: 0x268C4, symSize: 0x34 } + - { offsetInCU: 0x990B, offset: 0xE8F44, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_1, symObjAddr: 0xE1F0, symBinAddr: 0x268F8, symSize: 0x3C } + - { offsetInCU: 0x991F, offset: 0xE8F58, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOb', symObjAddr: 0xE22C, symBinAddr: 0x26934, symSize: 0x18 } + - { offsetInCU: 0x9933, offset: 0xE8F6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_TA', symObjAddr: 0xE268, symBinAddr: 0x26970, symSize: 0x8 } + - { offsetInCU: 0x9947, offset: 0xE8F80, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xE270, symBinAddr: 0x26978, symSize: 0x10 } + - { offsetInCU: 0x995B, offset: 0xE8F94, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xE280, symBinAddr: 0x26988, symSize: 0x8 } + - { offsetInCU: 0x996F, offset: 0xE8FA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOd', symObjAddr: 0xE288, symBinAddr: 0x26990, symSize: 0x3C } + - { offsetInCU: 0x9983, offset: 0xE8FBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOe', symObjAddr: 0xE2C4, symBinAddr: 0x269CC, symSize: 0x38 } + - { offsetInCU: 0x9997, offset: 0xE8FD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOc', symObjAddr: 0xE2FC, symBinAddr: 0x26A04, symSize: 0x3C } + - { offsetInCU: 0x99AB, offset: 0xE8FE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV3key_AA16AnyValueProvider_p5valuetSgWOb', symObjAddr: 0xE338, symBinAddr: 0x26A40, symSize: 0x48 } + - { offsetInCU: 0x99DE, offset: 0xE9017, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x187C8, symSize: 0x64 } + - { offsetInCU: 0x9A6D, offset: 0xE90A6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x64, symBinAddr: 0x1882C, symSize: 0x64 } + - { offsetInCU: 0x9AFC, offset: 0xE9135, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0xC8, symBinAddr: 0x18890, symSize: 0x64 } + - { offsetInCU: 0x9B8B, offset: 0xE91C4, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x12C, symBinAddr: 0x188F4, symSize: 0x84 } + - { offsetInCU: 0x9C1A, offset: 0xE9253, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1B0, symBinAddr: 0x18978, symSize: 0x84 } + - { offsetInCU: 0x9CA9, offset: 0xE92E2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8MaskModeO_Tg5', symObjAddr: 0x234, symBinAddr: 0x189FC, symSize: 0x64 } + - { offsetInCU: 0x9D38, offset: 0xE9371, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x298, symBinAddr: 0x18A60, symSize: 0x64 } + - { offsetInCU: 0x9DC7, offset: 0xE9400, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x2FC, symBinAddr: 0x18AC4, symSize: 0x84 } + - { offsetInCU: 0x9E56, offset: 0xE948F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x380, symBinAddr: 0x18B48, symSize: 0x64 } + - { offsetInCU: 0x9EE5, offset: 0xE951E, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x3E4, symBinAddr: 0x18BAC, symSize: 0x88 } + - { offsetInCU: 0x9F40, offset: 0xE9579, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x46C, symBinAddr: 0x18C34, symSize: 0x84 } + - { offsetInCU: 0x9FCF, offset: 0xE9608, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x4F0, symBinAddr: 0x18CB8, symSize: 0x64 } + - { offsetInCU: 0xA05E, offset: 0xE9697, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x554, symBinAddr: 0x18D1C, symSize: 0x84 } + - { offsetInCU: 0xA0ED, offset: 0xE9726, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x5D8, symBinAddr: 0x18DA0, symSize: 0x84 } + - { offsetInCU: 0xA17C, offset: 0xE97B5, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x65C, symBinAddr: 0x18E24, symSize: 0x84 } + - { offsetInCU: 0xA20B, offset: 0xE9844, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x6E0, symBinAddr: 0x18EA8, symSize: 0x64 } + - { offsetInCU: 0xA29A, offset: 0xE98D3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x744, symBinAddr: 0x18F0C, symSize: 0xEC } + - { offsetInCU: 0xA322, offset: 0xE995B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x830, symBinAddr: 0x18FF8, symSize: 0x84 } + - { offsetInCU: 0xA3B1, offset: 0xE99EA, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x8B4, symBinAddr: 0x1907C, symSize: 0x64 } + - { offsetInCU: 0xA440, offset: 0xE9A79, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x918, symBinAddr: 0x190E0, symSize: 0xB4 } + - { offsetInCU: 0xA493, offset: 0xE9ACC, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x9CC, symBinAddr: 0x19194, symSize: 0x64 } + - { offsetInCU: 0xA522, offset: 0xE9B5B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xA30, symBinAddr: 0x191F8, symSize: 0x64 } + - { offsetInCU: 0xA5B1, offset: 0xE9BEA, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0xA94, symBinAddr: 0x1925C, symSize: 0x64 } + - { offsetInCU: 0xA60C, offset: 0xE9C45, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xAFC, symBinAddr: 0x192C4, symSize: 0x84 } + - { offsetInCU: 0xA69B, offset: 0xE9CD4, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xB80, symBinAddr: 0x19348, symSize: 0x64 } + - { offsetInCU: 0xA72A, offset: 0xE9D63, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xBE4, symBinAddr: 0x193AC, symSize: 0x84 } + - { offsetInCU: 0xA7B9, offset: 0xE9DF2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xC68, symBinAddr: 0x19430, symSize: 0x64 } + - { offsetInCU: 0xA848, offset: 0xE9E81, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xD34, symBinAddr: 0x194FC, symSize: 0x64 } + - { offsetInCU: 0xA8D7, offset: 0xE9F10, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie06EffectC0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xD98, symBinAddr: 0x19560, symSize: 0x64 } + - { offsetInCU: 0xA932, offset: 0xE9F6B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xDFC, symBinAddr: 0x195C4, symSize: 0x64 } + - { offsetInCU: 0xA98D, offset: 0xE9FC6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xE60, symBinAddr: 0x19628, symSize: 0x64 } + - { offsetInCU: 0xA9E8, offset: 0xEA021, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xEC4, symBinAddr: 0x1968C, symSize: 0x64 } + - { offsetInCU: 0xAA77, offset: 0xEA0B0, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xF28, symBinAddr: 0x196F0, symSize: 0x64 } + - { offsetInCU: 0xAB06, offset: 0xEA13F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xF8C, symBinAddr: 0x19754, symSize: 0x60 } + - { offsetInCU: 0xAB61, offset: 0xEA19A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0xFEC, symBinAddr: 0x197B4, symSize: 0x74 } + - { offsetInCU: 0xB0D0, offset: 0xEA709, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xBF20, symBinAddr: 0x246E8, symSize: 0x8 } + - { offsetInCU: 0xB0EC, offset: 0xEA725, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie13DiscriminatorO_Tg5Tf4dd_n', symObjAddr: 0xBF28, symBinAddr: 0x246F0, symSize: 0x8 } + - { offsetInCU: 0xB108, offset: 0xEA741, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4dd_n', symObjAddr: 0xBF30, symBinAddr: 0x246F8, symSize: 0x8 } + - { offsetInCU: 0xB124, offset: 0xEA75D, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4dd_n', symObjAddr: 0xBF38, symBinAddr: 0x24700, symSize: 0x8 } + - { offsetInCU: 0xB140, offset: 0xEA779, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4dd_n', symObjAddr: 0xBF40, symBinAddr: 0x24708, symSize: 0x8 } + - { offsetInCU: 0xB15C, offset: 0xEA795, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4dd_n', symObjAddr: 0xBF48, symBinAddr: 0x24710, symSize: 0x8 } + - { offsetInCU: 0xB178, offset: 0xEA7B1, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie011ColorEffectC0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4dd_n', symObjAddr: 0xBF50, symBinAddr: 0x24718, symSize: 0x8 } + - { offsetInCU: 0xB194, offset: 0xEA7CD, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie014Vector1DEffectC0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4dd_n', symObjAddr: 0xBF58, symBinAddr: 0x24720, symSize: 0x8 } + - { offsetInCU: 0xB1B0, offset: 0xEA7E9, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4dd_n', symObjAddr: 0xBF60, symBinAddr: 0x24728, symSize: 0x8 } + - { offsetInCU: 0xB1CC, offset: 0xEA805, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4dd_n', symObjAddr: 0xBF68, symBinAddr: 0x24730, symSize: 0x8 } + - { offsetInCU: 0xB1E8, offset: 0xEA821, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4dd_n', symObjAddr: 0xBF70, symBinAddr: 0x24738, symSize: 0x8 } + - { offsetInCU: 0xB204, offset: 0xEA83D, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4dd_n', symObjAddr: 0xBF78, symBinAddr: 0x24740, symSize: 0x8 } + - { offsetInCU: 0xB220, offset: 0xEA859, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8FontListC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xBF80, symBinAddr: 0x24748, symSize: 0x8 } + - { offsetInCU: 0xB260, offset: 0xEA899, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufC6Lottie15AnyNodeProperty_p_SD6ValuesVySSAdE_p_GTg5Tf4gd_n', symObjAddr: 0xBF88, symBinAddr: 0x24750, symSize: 0xB0 } + - { offsetInCU: 0xB340, offset: 0xEA979, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufCSS_s10ArraySliceVySSGTg5Tf4nd_n', symObjAddr: 0xC7BC, symBinAddr: 0x24F44, symSize: 0xD0 } + - { offsetInCU: 0x60, offset: 0xEB0DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfC', symObjAddr: 0x0, symBinAddr: 0x26AAC, symSize: 0xA8 } + - { offsetInCU: 0xAC, offset: 0xEB127, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvg', symObjAddr: 0xA8, symBinAddr: 0x26B54, symSize: 0x1F4 } + - { offsetInCU: 0x1E0, offset: 0xEB25B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x29C, symBinAddr: 0x26D48, symSize: 0xB4 } + - { offsetInCU: 0x25F, offset: 0xEB2DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x350, symBinAddr: 0x26DFC, symSize: 0xE0 } + - { offsetInCU: 0x330, offset: 0xEB3AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x430, symBinAddr: 0x26EDC, symSize: 0xFC } + - { offsetInCU: 0x458, offset: 0xEB4D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x52C, symBinAddr: 0x26FD8, symSize: 0x60 } + - { offsetInCU: 0x4DD, offset: 0xEB558, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x58C, symBinAddr: 0x27038, symSize: 0x1A0 } + - { offsetInCU: 0x63E, offset: 0xEB6B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x72C, symBinAddr: 0x271D8, symSize: 0x140 } + - { offsetInCU: 0x706, offset: 0xEB781, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0x86C, symBinAddr: 0x27318, symSize: 0x140 } + - { offsetInCU: 0x886, offset: 0xEB901, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0x9AC, symBinAddr: 0x27458, symSize: 0x94 } + - { offsetInCU: 0x97C, offset: 0xEB9F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF', symObjAddr: 0xA40, symBinAddr: 0x274EC, symSize: 0x158 } + - { offsetInCU: 0xAFC, offset: 0xEBB77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0xB98, symBinAddr: 0x27644, symSize: 0x198 } + - { offsetInCU: 0xCBD, offset: 0xEBD38, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xD30, symBinAddr: 0x277DC, symSize: 0x1B4 } + - { offsetInCU: 0xE3B, offset: 0xEBEB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0xEE4, symBinAddr: 0x27990, symSize: 0x420 } + - { offsetInCU: 0xEF8, offset: 0xEBF73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x1324, symBinAddr: 0x27DD0, symSize: 0x4 } + - { offsetInCU: 0x1870, offset: 0xEC8EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOc', symObjAddr: 0x1C48, symBinAddr: 0x286B8, symSize: 0x34 } + - { offsetInCU: 0x1884, offset: 0xEC8FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x1CA0, symBinAddr: 0x286F0, symSize: 0x8 } + - { offsetInCU: 0x1898, offset: 0xEC913, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x1D10, symBinAddr: 0x28760, symSize: 0x8 } + - { offsetInCU: 0x18B7, offset: 0xEC932, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedButtonCytG_Tg5TA', symObjAddr: 0x1D18, symBinAddr: 0x28768, symSize: 0x20 } + - { offsetInCU: 0x18E0, offset: 0xEC95B, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5', symObjAddr: 0x1D38, symBinAddr: 0x28788, symSize: 0x20 } + - { offsetInCU: 0x1971, offset: 0xEC9EC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV24ZIP64ExtendedInformationV_Tg5', symObjAddr: 0x1D58, symBinAddr: 0x287A8, symSize: 0x104 } + - { offsetInCU: 0x1B01, offset: 0xECB7C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompatibilityIssueV_Tg5', symObjAddr: 0x1E5C, symBinAddr: 0x288AC, symSize: 0x104 } + - { offsetInCU: 0x1C68, offset: 0xECCE3, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x1F60, symBinAddr: 0x289B0, symSize: 0x104 } + - { offsetInCU: 0x1DCF, offset: 0xECE4A, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0Q0V_Tg5', symObjAddr: 0x2064, symBinAddr: 0x28AB4, symSize: 0x104 } + - { offsetInCU: 0x1F6D, offset: 0xECFE8, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSay6Lottie14ShapeItemLayerC0Q0VG8grouping_ALSg17trailingSeparatort_Tg5', symObjAddr: 0x2198, symBinAddr: 0x28BE8, symSize: 0x13C } + - { offsetInCU: 0x2105, offset: 0xED180, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x22D4, symBinAddr: 0x28D24, symSize: 0x104 } + - { offsetInCU: 0x226C, offset: 0xED2E7, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x23D8, symBinAddr: 0x28E28, symSize: 0xFC } + - { offsetInCU: 0x240F, offset: 0xED48A, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x269C, symBinAddr: 0x290EC, symSize: 0x124 } + - { offsetInCU: 0x25BD, offset: 0xED638, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo10CGColorRefa5color_12CoreGraphics7CGFloatV8locationt_Tg5', symObjAddr: 0x2E94, symBinAddr: 0x298E4, symSize: 0x128 } + - { offsetInCU: 0x2755, offset: 0xED7D0, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10BezierPathV_Tg5', symObjAddr: 0x3180, symBinAddr: 0x29BD0, symSize: 0x118 } + - { offsetInCU: 0x28BC, offset: 0xED937, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x32AC, symBinAddr: 0x29CFC, symSize: 0xFC } + - { offsetInCU: 0x2A5F, offset: 0xEDADA, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo7CGPointV5point_12CoreGraphics7CGFloatV8distancet_Tg5', symObjAddr: 0x33A8, symBinAddr: 0x29DF8, symSize: 0x114 } + - { offsetInCU: 0x2C02, offset: 0xEDC7D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11PathElementV_Tg5', symObjAddr: 0x34BC, symBinAddr: 0x29F0C, symSize: 0x118 } + - { offsetInCU: 0x2D9A, offset: 0xEDE15, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x35D4, symBinAddr: 0x2A024, symSize: 0x108 } + - { offsetInCU: 0x2F38, offset: 0xEDFB3, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10LayerModelC5layer_AJ5model_AH9MatteTypeO05matteU0tSg4maskt_Tg5', symObjAddr: 0x36F0, symBinAddr: 0x2A140, symSize: 0x138 } + - { offsetInCU: 0x30FC, offset: 0xEE177, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x38B0, symBinAddr: 0x2A300, symSize: 0x114 } + - { offsetInCU: 0x329F, offset: 0xEE31A, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV5start_AJ3endt_Tg5', symObjAddr: 0x39C4, symBinAddr: 0x2A414, symSize: 0xFC } + - { offsetInCU: 0x3437, offset: 0xEE4B2, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompoundBezierPathV_Tg5', symObjAddr: 0x3AC0, symBinAddr: 0x2A510, symSize: 0x104 } + - { offsetInCU: 0x35D5, offset: 0xEE650, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16AnimationKeypathV7keypath_AH16AnyValueProvider_p05valueU0t_Tg5', symObjAddr: 0x3D88, symBinAddr: 0x2A7D8, symSize: 0x13C } + - { offsetInCU: 0x3720, offset: 0xEE79B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x40FC, symBinAddr: 0x2AB4C, symSize: 0x8 } + - { offsetInCU: 0x3734, offset: 0xEE7AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x418C, symBinAddr: 0x2ABA0, symSize: 0x8 } + - { offsetInCU: 0x3748, offset: 0xEE7C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOh', symObjAddr: 0x41B8, symBinAddr: 0x2ABCC, symSize: 0x2C } + - { offsetInCU: 0x375C, offset: 0xEE7D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOd', symObjAddr: 0x41E4, symBinAddr: 0x2ABF8, symSize: 0x34 } + - { offsetInCU: 0x3770, offset: 0xEE7EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4228, symBinAddr: 0x2AC3C, symSize: 0xC } + - { offsetInCU: 0x3784, offset: 0xEE7FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4260, symBinAddr: 0x2AC74, symSize: 0x10 } + - { offsetInCU: 0x3798, offset: 0xEE813, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x42DC, symBinAddr: 0x2ACF0, symSize: 0x20 } + - { offsetInCU: 0x37AC, offset: 0xEE827, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x42FC, symBinAddr: 0x2AD10, symSize: 0x2C } + - { offsetInCU: 0x37C0, offset: 0xEE83B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x436C, symBinAddr: 0x2AD3C, symSize: 0x24 } + - { offsetInCU: 0x37D4, offset: 0xEE84F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAC7SwiftUI4ViewAAWl', symObjAddr: 0x4390, symBinAddr: 0x2AD60, symSize: 0x44 } + - { offsetInCU: 0x37E8, offset: 0xEE863, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x43D4, symBinAddr: 0x2ADA4, symSize: 0x10 } + - { offsetInCU: 0x37FC, offset: 0xEE877, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwCP', symObjAddr: 0x43E4, symBinAddr: 0x2ADB4, symSize: 0x30 } + - { offsetInCU: 0x3810, offset: 0xEE88B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwxx', symObjAddr: 0x4414, symBinAddr: 0x2ADE4, symSize: 0x54 } + - { offsetInCU: 0x3824, offset: 0xEE89F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwcp', symObjAddr: 0x4468, symBinAddr: 0x2AE38, symSize: 0xF4 } + - { offsetInCU: 0x3838, offset: 0xEE8B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwca', symObjAddr: 0x455C, symBinAddr: 0x2AF2C, symSize: 0x134 } + - { offsetInCU: 0x384C, offset: 0xEE8C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOh', symObjAddr: 0x4690, symBinAddr: 0x2B060, symSize: 0x34 } + - { offsetInCU: 0x3860, offset: 0xEE8DB, size: 0x8, addend: 0x0, symName: ___swift_memcpy136_8, symObjAddr: 0x46C4, symBinAddr: 0x2B094, symSize: 0x34 } + - { offsetInCU: 0x3874, offset: 0xEE8EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwta', symObjAddr: 0x46F8, symBinAddr: 0x2B0C8, symSize: 0xB4 } + - { offsetInCU: 0x3888, offset: 0xEE903, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwet', symObjAddr: 0x47AC, symBinAddr: 0x2B17C, symSize: 0x48 } + - { offsetInCU: 0x389C, offset: 0xEE917, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwst', symObjAddr: 0x47F4, symBinAddr: 0x2B1C4, symSize: 0x60 } + - { offsetInCU: 0x38B0, offset: 0xEE92B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVMa', symObjAddr: 0x4854, symBinAddr: 0x2B224, symSize: 0x10 } + - { offsetInCU: 0x393D, offset: 0xEE9B8, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tg5', symObjAddr: 0x4A8C, symBinAddr: 0x2B45C, symSize: 0xFC } + - { offsetInCU: 0x3A67, offset: 0xEEAE2, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4MaskC_Tg5Tf4d_n', symObjAddr: 0x4DB4, symBinAddr: 0x2B784, symSize: 0x50 } + - { offsetInCU: 0x3A7F, offset: 0xEEAFA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20MaskCompositionLayerC0hJ0C_Tg5Tf4d_n', symObjAddr: 0x4E04, symBinAddr: 0x2B7D4, symSize: 0x50 } + - { offsetInCU: 0x3A97, offset: 0xEEB12, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GroupC_Tg5Tf4d_n', symObjAddr: 0x4E54, symBinAddr: 0x2B824, symSize: 0x50 } + - { offsetInCU: 0x3AAF, offset: 0xEEB2A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9ShapeItemC_Tg5Tf4d_n', symObjAddr: 0x4EA4, symBinAddr: 0x2B874, symSize: 0x50 } + - { offsetInCU: 0x3AC7, offset: 0xEEB42, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10GroupLayerC_Tg5Tf4d_n', symObjAddr: 0x4EF4, symBinAddr: 0x2B8C4, symSize: 0x50 } + - { offsetInCU: 0x3ADF, offset: 0xEEB5A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x4F44, symBinAddr: 0x2B914, symSize: 0x54 } + - { offsetInCU: 0x3AF7, offset: 0xEEB72, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector3DVG_Tg5Tf4d_n', symObjAddr: 0x4FA4, symBinAddr: 0x2B974, symSize: 0x54 } + - { offsetInCU: 0x3B0F, offset: 0xEEB8A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo19CAKeyframeAnimationC_Tg5Tf4d_n', symObjAddr: 0x5004, symBinAddr: 0x2B9D4, symSize: 0x60 } + - { offsetInCU: 0x3B27, offset: 0xEEBA2, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo8NSNumberC_Tg5Tf4d_n', symObjAddr: 0x5064, symBinAddr: 0x2BA34, symSize: 0x60 } + - { offsetInCU: 0x3B3F, offset: 0xEEBBA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo21CAMediaTimingFunctionC_Tg5Tf4d_n', symObjAddr: 0x50C4, symBinAddr: 0x2BA94, symSize: 0x60 } + - { offsetInCU: 0x3B57, offset: 0xEEBD2, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo10CGColorRefa_Tg5Tf4d_n', symObjAddr: 0x5124, symBinAddr: 0x2BAF4, symSize: 0x50 } + - { offsetInCU: 0x3B6F, offset: 0xEEBEA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo9CGPathRefa_Tg5Tf4d_n', symObjAddr: 0x5174, symBinAddr: 0x2BB44, symSize: 0x50 } + - { offsetInCU: 0x3B87, offset: 0xEEC02, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySbGG_Tg5Tf4d_n', symObjAddr: 0x51C4, symBinAddr: 0x2BB94, symSize: 0x54 } + - { offsetInCU: 0x3B9F, offset: 0xEEC1A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF010BezierPathH0VG_Tg5Tf4d_n', symObjAddr: 0x5218, symBinAddr: 0x2BBE8, symSize: 0x54 } + - { offsetInCU: 0x3BB7, offset: 0xEEC32, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x526C, symBinAddr: 0x2BC3C, symSize: 0x54 } + - { offsetInCU: 0x3BCF, offset: 0xEEC4A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G5ColorVG_Tg5Tf4d_n', symObjAddr: 0x52C0, symBinAddr: 0x2BC90, symSize: 0x54 } + - { offsetInCU: 0x3BE7, offset: 0xEEC62, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerStyleC_Tg5Tf4d_n', symObjAddr: 0x5320, symBinAddr: 0x2BCF0, symSize: 0x50 } + - { offsetInCU: 0x3BFF, offset: 0xEEC7A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11EffectValueC_Tg5Tf4d_n', symObjAddr: 0x5370, symBinAddr: 0x2BD40, symSize: 0x50 } + - { offsetInCU: 0x3C17, offset: 0xEEC92, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11LayerEffectC_Tg5Tf4d_n', symObjAddr: 0x53C0, symBinAddr: 0x2BD90, symSize: 0x50 } + - { offsetInCU: 0x3C2F, offset: 0xEECAA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySdGG_Tg5Tf4d_n', symObjAddr: 0x5410, symBinAddr: 0x2BDE0, symSize: 0x54 } + - { offsetInCU: 0x3C47, offset: 0xEECC2, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11DashElementC_Tg5Tf4d_n', symObjAddr: 0x5470, symBinAddr: 0x2BE40, symSize: 0x50 } + - { offsetInCU: 0x3C5F, offset: 0xEECDA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF12TextDocumentCG_Tg5Tf4d_n', symObjAddr: 0x5500, symBinAddr: 0x2BE90, symSize: 0x54 } + - { offsetInCU: 0x3C77, offset: 0xEECF2, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie12TextAnimatorC_Tg5Tf4d_n', symObjAddr: 0x5554, symBinAddr: 0x2BEE4, symSize: 0x50 } + - { offsetInCU: 0x3C8F, offset: 0xEED0A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerModelC_Tg5Tf4d_n', symObjAddr: 0x55A4, symBinAddr: 0x2BF34, symSize: 0x50 } + - { offsetInCU: 0x3CA7, offset: 0xEED22, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GlyphC_Tg5Tf4d_n', symObjAddr: 0x5600, symBinAddr: 0x2BF90, symSize: 0x50 } + - { offsetInCU: 0x3CBF, offset: 0xEED3A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4FontC_Tg5Tf4d_n', symObjAddr: 0x5650, symBinAddr: 0x2BFE0, symSize: 0x50 } + - { offsetInCU: 0x3CD7, offset: 0xEED52, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie6MarkerC_Tg5Tf4d_n', symObjAddr: 0x56A0, symBinAddr: 0x2C030, symSize: 0x50 } + - { offsetInCU: 0x3CEF, offset: 0xEED6A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyypG_Tg5Tf4d_n', symObjAddr: 0x56F0, symBinAddr: 0x2C080, symSize: 0x54 } + - { offsetInCU: 0x3D07, offset: 0xEED82, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySo13CATransform3DVGG_Tg5Tf4d_n', symObjAddr: 0x5744, symBinAddr: 0x2C0D4, symSize: 0x54 } + - { offsetInCU: 0x3D1F, offset: 0xEED9A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyypG_Tg5Tf4d_n', symObjAddr: 0x57A4, symBinAddr: 0x2C134, symSize: 0x54 } + - { offsetInCU: 0x3D37, offset: 0xEEDB2, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo13CATransform3DVG_Tg5Tf4d_n', symObjAddr: 0x57F8, symBinAddr: 0x2C188, symSize: 0x54 } + - { offsetInCU: 0x3D4F, offset: 0xEEDCA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo11CAAnimationC_Tg5Tf4d_n', symObjAddr: 0x5858, symBinAddr: 0x2C1E8, symSize: 0x60 } + - { offsetInCU: 0x3D67, offset: 0xEEDE2, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo7CGPointVG_Tg5Tf4d_n', symObjAddr: 0x58B8, symBinAddr: 0x2C248, symSize: 0x54 } + - { offsetInCU: 0x3D7F, offset: 0xEEDFA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCy12CoreGraphics7CGFloatVG_Tg5Tf4d_n', symObjAddr: 0x5918, symBinAddr: 0x2C2A8, symSize: 0x54 } + - { offsetInCU: 0x3D97, offset: 0xEEE12, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySbG_Tg5Tf4d_n', symObjAddr: 0x5978, symBinAddr: 0x2C308, symSize: 0x54 } + - { offsetInCU: 0x3DAF, offset: 0xEEE2A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo10CGColorRefaG_Tg5Tf4d_n', symObjAddr: 0x59E4, symBinAddr: 0x2C374, symSize: 0x54 } + - { offsetInCU: 0x3DC7, offset: 0xEEE42, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo6CGSizeVG_Tg5Tf4d_n', symObjAddr: 0x5A44, symBinAddr: 0x2C3D4, symSize: 0x54 } + - { offsetInCU: 0x3DDF, offset: 0xEEE5A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo7CALayerC_Tg5Tf4d_n', symObjAddr: 0x5AA4, symBinAddr: 0x2C434, symSize: 0x60 } + - { offsetInCU: 0x3DF7, offset: 0xEEE72, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DV5start_AJ3endtG_Tg5Tf4d_n', symObjAddr: 0x5B04, symBinAddr: 0x2C494, symSize: 0x54 } + - { offsetInCU: 0x3E0F, offset: 0xEEE8A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo9CGPathRefaG_Tg5Tf4d_n', symObjAddr: 0x5B70, symBinAddr: 0x2C500, symSize: 0x54 } + - { offsetInCU: 0x3E27, offset: 0xEEEA2, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySayAF10BezierPathVGG_Tg5Tf4d_n', symObjAddr: 0x5BD0, symBinAddr: 0x2C560, symSize: 0x54 } + - { offsetInCU: 0x3E3F, offset: 0xEEEBA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF7EllipseCAGVG_Tg5Tf4d_n', symObjAddr: 0x5C30, symBinAddr: 0x2C5C0, symSize: 0x54 } + - { offsetInCU: 0x3E57, offset: 0xEEED2, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF9RectangleCAGVG_Tg5Tf4d_n', symObjAddr: 0x5C90, symBinAddr: 0x2C620, symSize: 0x54 } + - { offsetInCU: 0x3E6F, offset: 0xEEEEA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4StarCAGVG_Tg5Tf4d_n', symObjAddr: 0x5CF0, symBinAddr: 0x2C680, symSize: 0x54 } + - { offsetInCU: 0x3E87, offset: 0xEEF02, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySo10CGColorRefaGG_Tg5Tf4d_n', symObjAddr: 0x5D50, symBinAddr: 0x2C6E0, symSize: 0x54 } + - { offsetInCU: 0x3E9F, offset: 0xEEF1A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySay12CoreGraphics7CGFloatVGG_Tg5Tf4d_n', symObjAddr: 0x5DB0, symBinAddr: 0x2C740, symSize: 0x54 } + - { offsetInCU: 0x3EB7, offset: 0xEEF32, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5Tf4d_n', symObjAddr: 0x5E10, symBinAddr: 0x2C7A0, symSize: 0x54 } + - { offsetInCU: 0x3ECF, offset: 0xEEF4A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x5E70, symBinAddr: 0x2C800, symSize: 0x54 } + - { offsetInCU: 0x3EE7, offset: 0xEEF62, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie16CompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x5FD4, symBinAddr: 0x2C964, symSize: 0x50 } + - { offsetInCU: 0x3F0A, offset: 0xEEF85, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfC6Lottie15AnyNodeProperty_p_Tg5Tf4nnd_n', symObjAddr: 0x6030, symBinAddr: 0x2C9C0, symSize: 0x80 } + - { offsetInCU: 0x3F54, offset: 0xEEFCF, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC_Tg5Tf4d_n', symObjAddr: 0x60B0, symBinAddr: 0x2CA40, symSize: 0x50 } + - { offsetInCU: 0x3F6C, offset: 0xEEFE7, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20KeyframeInterpolatorCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x6100, symBinAddr: 0x2CA90, symSize: 0x54 } + - { offsetInCU: 0x3F84, offset: 0xEEFFF, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie19ShapeContainerLayerC_Tg5Tf4d_n', symObjAddr: 0x6160, symBinAddr: 0x2CAF0, symSize: 0x50 } + - { offsetInCU: 0x3F9C, offset: 0xEF017, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie14PathOutputNodeC_Tg5Tf4d_n', symObjAddr: 0x61B0, symBinAddr: 0x2CB40, symSize: 0x50 } + - { offsetInCU: 0x3FB4, offset: 0xEF02F, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie21ImageCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6310, symBinAddr: 0x2CCA0, symSize: 0x50 } + - { offsetInCU: 0x3FCC, offset: 0xEF047, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20TextCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6360, symBinAddr: 0x2CCF0, symSize: 0x50 } + - { offsetInCU: 0x3FE4, offset: 0xEF05F, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo18NSLayoutConstraintC_Tg5Tf4d_n', symObjAddr: 0x63B0, symBinAddr: 0x2CD40, symSize: 0x60 } + - { offsetInCU: 0x3FFC, offset: 0xEF077, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5AssetC_Tg5Tf4d_n', symObjAddr: 0x641C, symBinAddr: 0x2CDAC, symSize: 0x50 } + - { offsetInCU: 0x4014, offset: 0xEF08F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOc', symObjAddr: 0x6530, symBinAddr: 0x2CEC0, symSize: 0x44 } + - { offsetInCU: 0x4028, offset: 0xEF0A3, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0x65DC, symBinAddr: 0x2CF04, symSize: 0x10 } + - { offsetInCU: 0x414F, offset: 0xEF1CA, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie16ShapeRenderGroupV_SayAGGTg5', symObjAddr: 0x1328, symBinAddr: 0x27DD4, symSize: 0xDC } + - { offsetInCU: 0x4377, offset: 0xEF3F2, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie14ShapeItemLayerC0G0V_SayAIGTg5', symObjAddr: 0x1404, symBinAddr: 0x27EB0, symSize: 0xDC } + - { offsetInCU: 0x459F, offset: 0xEF61A, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF12CoreGraphics7CGFloatV_SayAGGTg5', symObjAddr: 0x14E0, symBinAddr: 0x27F8C, symSize: 0xD4 } + - { offsetInCU: 0x47C7, offset: 0xEF842, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSS_SaySSGTg5', symObjAddr: 0x15B4, symBinAddr: 0x28060, symSize: 0xDC } + - { offsetInCU: 0x49EF, offset: 0xEFA6A, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie10BezierPathV_SayAGGTg5', symObjAddr: 0x16B8, symBinAddr: 0x28164, symSize: 0xE0 } + - { offsetInCU: 0x4C17, offset: 0xEFC92, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSd_SaySdGTg5', symObjAddr: 0x1B38, symBinAddr: 0x285E4, symSize: 0xD4 } + - { offsetInCU: 0x4FCB, offset: 0xF0046, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x1304, symBinAddr: 0x27DB0, symSize: 0x4 } + - { offsetInCU: 0x4FE7, offset: 0xF0062, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x1308, symBinAddr: 0x27DB4, symSize: 0x4 } + - { offsetInCU: 0x5003, offset: 0xF007E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x130C, symBinAddr: 0x27DB8, symSize: 0x18 } + - { offsetInCU: 0x3F, offset: 0xF051A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF8, symBinAddr: 0x2D038, symSize: 0x240 } + - { offsetInCU: 0xC8, offset: 0xF05A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x338, symBinAddr: 0x2D278, symSize: 0x320 } + - { offsetInCU: 0x13A, offset: 0xF0615, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE10updateTree_12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x658, symBinAddr: 0x2D598, symSize: 0x4C } + - { offsetInCU: 0x197, offset: 0xF0672, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE11keypathNameSSvg', symObjAddr: 0x6A4, symBinAddr: 0x2D5E4, symSize: 0x70 } + - { offsetInCU: 0x1D4, offset: 0xF06AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE17keypathPropertiesSDySSAA03AnyC8Property_pGvg', symObjAddr: 0x714, symBinAddr: 0x2D654, symSize: 0x68 } + - { offsetInCU: 0x211, offset: 0xF06EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13childKeypathsSayAA17KeypathSearchable_pGvg', symObjAddr: 0x77C, symBinAddr: 0x2D6BC, symSize: 0x68 } + - { offsetInCU: 0x24E, offset: 0xF0729, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x7E4, symBinAddr: 0x2D724, symSize: 0x8 } + - { offsetInCU: 0x26A, offset: 0xF0745, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x7EC, symBinAddr: 0x2D72C, symSize: 0x8 } + - { offsetInCU: 0x286, offset: 0xF0761, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7F4, symBinAddr: 0x2D734, symSize: 0x8 } + - { offsetInCU: 0x2A2, offset: 0xF077D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7FC, symBinAddr: 0x2D73C, symSize: 0x4 } + - { offsetInCU: 0x2BE, offset: 0xF0799, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x800, symBinAddr: 0x2D740, symSize: 0x28 } + - { offsetInCU: 0x2DA, offset: 0xF07B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x828, symBinAddr: 0x2D768, symSize: 0x28 } + - { offsetInCU: 0x2F6, offset: 0xF07D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x850, symBinAddr: 0x2D790, symSize: 0x28 } + - { offsetInCU: 0x312, offset: 0xF07ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x878, symBinAddr: 0x2D7B8, symSize: 0x8 } + - { offsetInCU: 0x32E, offset: 0xF0809, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_2, symObjAddr: 0x880, symBinAddr: 0x2D7C0, symSize: 0x24 } + - { offsetInCU: 0x342, offset: 0xF081D, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_2, symObjAddr: 0x8A4, symBinAddr: 0x2D7E4, symSize: 0x20 } + - { offsetInCU: 0x356, offset: 0xF0831, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8C4, symBinAddr: 0x2D804, symSize: 0x8 } + - { offsetInCU: 0x372, offset: 0xF084D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x8CC, symBinAddr: 0x2D80C, symSize: 0x8 } + - { offsetInCU: 0x38E, offset: 0xF0869, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x8D4, symBinAddr: 0x2D814, symSize: 0x8 } + - { offsetInCU: 0x3AA, offset: 0xF0885, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x8DC, symBinAddr: 0x2D81C, symSize: 0x4 } + - { offsetInCU: 0x462, offset: 0xF093D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x8E4, symBinAddr: 0x2D824, symSize: 0x10 } + - { offsetInCU: 0x51C, offset: 0xF09F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x8F4, symBinAddr: 0x2D834, symSize: 0x10 } + - { offsetInCU: 0x5B8, offset: 0xF0A93, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x904, symBinAddr: 0x2D844, symSize: 0x8 } + - { offsetInCU: 0x5D4, offset: 0xF0AAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x90C, symBinAddr: 0x2D84C, symSize: 0x8 } + - { offsetInCU: 0x5F0, offset: 0xF0ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x914, symBinAddr: 0x2D854, symSize: 0x8 } + - { offsetInCU: 0x60C, offset: 0xF0AE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x91C, symBinAddr: 0x2D85C, symSize: 0x4 } + - { offsetInCU: 0x637, offset: 0xF0B12, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x920, symBinAddr: 0x2D860, symSize: 0x4 } + - { offsetInCU: 0x657, offset: 0xF0B32, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x920, symBinAddr: 0x2D860, symSize: 0x4 } + - { offsetInCU: 0x669, offset: 0xF0B44, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x924, symBinAddr: 0x2D864, symSize: 0x28 } + - { offsetInCU: 0x685, offset: 0xF0B60, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x94C, symBinAddr: 0x2D88C, symSize: 0x28 } + - { offsetInCU: 0x6A1, offset: 0xF0B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x974, symBinAddr: 0x2D8B4, symSize: 0x28 } + - { offsetInCU: 0x6BD, offset: 0xF0B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x99C, symBinAddr: 0x2D8DC, symSize: 0x8 } + - { offsetInCU: 0x6D9, offset: 0xF0BB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x9A4, symBinAddr: 0x2D8E4, symSize: 0x8 } + - { offsetInCU: 0x6F5, offset: 0xF0BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x9AC, symBinAddr: 0x2D8EC, symSize: 0x8 } + - { offsetInCU: 0x711, offset: 0xF0BEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9B4, symBinAddr: 0x2D8F4, symSize: 0x8 } + - { offsetInCU: 0x72D, offset: 0xF0C08, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9BC, symBinAddr: 0x2D8FC, symSize: 0x4 } + - { offsetInCU: 0x7C7, offset: 0xF0CA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x9C4, symBinAddr: 0x2D904, symSize: 0x10 } + - { offsetInCU: 0x863, offset: 0xF0D3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x9D4, symBinAddr: 0x2D914, symSize: 0xC } + - { offsetInCU: 0x87F, offset: 0xF0D5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x9E0, symBinAddr: 0x2D920, symSize: 0x8 } + - { offsetInCU: 0x89B, offset: 0xF0D76, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x9E8, symBinAddr: 0x2D928, symSize: 0x8 } + - { offsetInCU: 0x8B7, offset: 0xF0D92, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x9F0, symBinAddr: 0x2D930, symSize: 0x8 } + - { offsetInCU: 0x8D3, offset: 0xF0DAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9F8, symBinAddr: 0x2D938, symSize: 0x8 } + - { offsetInCU: 0x8EF, offset: 0xF0DCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA00, symBinAddr: 0x2D940, symSize: 0x4 } + - { offsetInCU: 0x90B, offset: 0xF0DE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA04, symBinAddr: 0x2D944, symSize: 0xC } + - { offsetInCU: 0x927, offset: 0xF0E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA10, symBinAddr: 0x2D950, symSize: 0x8 } + - { offsetInCU: 0x943, offset: 0xF0E1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA18, symBinAddr: 0x2D958, symSize: 0x8 } + - { offsetInCU: 0x95F, offset: 0xF0E3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA20, symBinAddr: 0x2D960, symSize: 0x8 } + - { offsetInCU: 0x97B, offset: 0xF0E56, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA28, symBinAddr: 0x2D968, symSize: 0x4 } + - { offsetInCU: 0xA19, offset: 0xF0EF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x2D96C, symSize: 0x8 } + - { offsetInCU: 0xA39, offset: 0xF0F14, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x2D96C, symSize: 0x8 } + - { offsetInCU: 0xA5F, offset: 0xF0F3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x2D96C, symSize: 0x8 } + - { offsetInCU: 0xA74, offset: 0xF0F4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x2D96C, symSize: 0x8 } + - { offsetInCU: 0xACC, offset: 0xF0FA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xA38, symBinAddr: 0x2D978, symSize: 0x10 } + - { offsetInCU: 0xB68, offset: 0xF1043, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA48, symBinAddr: 0x2D988, symSize: 0xC } + - { offsetInCU: 0xB84, offset: 0xF105F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA54, symBinAddr: 0x2D994, symSize: 0x8 } + - { offsetInCU: 0xBA0, offset: 0xF107B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xA5C, symBinAddr: 0x2D99C, symSize: 0x8 } + - { offsetInCU: 0xBBC, offset: 0xF1097, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA64, symBinAddr: 0x2D9A4, symSize: 0x8 } + - { offsetInCU: 0xBD8, offset: 0xF10B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA6C, symBinAddr: 0x2D9AC, symSize: 0x4 } + - { offsetInCU: 0xC76, offset: 0xF1151, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x2D9B0, symSize: 0x8 } + - { offsetInCU: 0xC96, offset: 0xF1171, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x2D9B0, symSize: 0x8 } + - { offsetInCU: 0xCBC, offset: 0xF1197, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x2D9B0, symSize: 0x8 } + - { offsetInCU: 0xCD1, offset: 0xF11AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x2D9B0, symSize: 0x8 } + - { offsetInCU: 0xD29, offset: 0xF1204, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA7C, symBinAddr: 0x2D9BC, symSize: 0x10 } + - { offsetInCU: 0xDC5, offset: 0xF12A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA8C, symBinAddr: 0x2D9CC, symSize: 0xC } + - { offsetInCU: 0xDE1, offset: 0xF12BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA98, symBinAddr: 0x2D9D8, symSize: 0x8 } + - { offsetInCU: 0xDFD, offset: 0xF12D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xAA0, symBinAddr: 0x2D9E0, symSize: 0x8 } + - { offsetInCU: 0xE19, offset: 0xF12F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAA8, symBinAddr: 0x2D9E8, symSize: 0x8 } + - { offsetInCU: 0xEB7, offset: 0xF1392, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x2D9F0, symSize: 0x8 } + - { offsetInCU: 0xED7, offset: 0xF13B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x2D9F0, symSize: 0x8 } + - { offsetInCU: 0xEFD, offset: 0xF13D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x2D9F0, symSize: 0x8 } + - { offsetInCU: 0xF12, offset: 0xF13ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x2D9F0, symSize: 0x8 } + - { offsetInCU: 0xF6A, offset: 0xF1445, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xAB8, symBinAddr: 0x2D9F8, symSize: 0x10 } + - { offsetInCU: 0x1006, offset: 0xF14E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAC8, symBinAddr: 0x2DA08, symSize: 0x8 } + - { offsetInCU: 0x1022, offset: 0xF14FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAD0, symBinAddr: 0x2DA10, symSize: 0x8 } + - { offsetInCU: 0x103E, offset: 0xF1519, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAD8, symBinAddr: 0x2DA18, symSize: 0x4 } + - { offsetInCU: 0x10D8, offset: 0xF15B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xADC, symBinAddr: 0x2DA1C, symSize: 0x10 } + - { offsetInCU: 0x1174, offset: 0xF164F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAEC, symBinAddr: 0x2DA2C, symSize: 0xC } + - { offsetInCU: 0x1190, offset: 0xF166B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xAF8, symBinAddr: 0x2DA38, symSize: 0x8 } + - { offsetInCU: 0x11AC, offset: 0xF1687, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB00, symBinAddr: 0x2DA40, symSize: 0x8 } + - { offsetInCU: 0x11C8, offset: 0xF16A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xB08, symBinAddr: 0x2DA48, symSize: 0x8 } + - { offsetInCU: 0x11E4, offset: 0xF16BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB10, symBinAddr: 0x2DA50, symSize: 0x8 } + - { offsetInCU: 0x1200, offset: 0xF16DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB18, symBinAddr: 0x2DA58, symSize: 0x4 } + - { offsetInCU: 0x121C, offset: 0xF16F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB20, symBinAddr: 0x2DA60, symSize: 0xC } + - { offsetInCU: 0x1238, offset: 0xF1713, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB2C, symBinAddr: 0x2DA6C, symSize: 0x8 } + - { offsetInCU: 0x1254, offset: 0xF172F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB34, symBinAddr: 0x2DA74, symSize: 0x8 } + - { offsetInCU: 0x1270, offset: 0xF174B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB3C, symBinAddr: 0x2DA7C, symSize: 0x8 } + - { offsetInCU: 0x128C, offset: 0xF1767, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB44, symBinAddr: 0x2DA84, symSize: 0x4 } + - { offsetInCU: 0x12A8, offset: 0xF1783, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB80, symBinAddr: 0x2DAC0, symSize: 0xC } + - { offsetInCU: 0x12C4, offset: 0xF179F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB8C, symBinAddr: 0x2DACC, symSize: 0x8 } + - { offsetInCU: 0x12E0, offset: 0xF17BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xB94, symBinAddr: 0x2DAD4, symSize: 0x8 } + - { offsetInCU: 0x12FC, offset: 0xF17D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB9C, symBinAddr: 0x2DADC, symSize: 0x8 } + - { offsetInCU: 0x1318, offset: 0xF17F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBA4, symBinAddr: 0x2DAE4, symSize: 0x4 } + - { offsetInCU: 0x13B2, offset: 0xF188D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xBA8, symBinAddr: 0x2DAE8, symSize: 0x10 } + - { offsetInCU: 0x144E, offset: 0xF1929, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xBB8, symBinAddr: 0x2DAF8, symSize: 0xC } + - { offsetInCU: 0x146A, offset: 0xF1945, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xBC4, symBinAddr: 0x2DB04, symSize: 0x8 } + - { offsetInCU: 0x1486, offset: 0xF1961, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xBCC, symBinAddr: 0x2DB0C, symSize: 0x8 } + - { offsetInCU: 0x14A2, offset: 0xF197D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBD4, symBinAddr: 0x2DB14, symSize: 0x8 } + - { offsetInCU: 0x14BE, offset: 0xF1999, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBDC, symBinAddr: 0x2DB1C, symSize: 0x4 } + - { offsetInCU: 0x14DA, offset: 0xF19B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC14, symBinAddr: 0x2DB54, symSize: 0xC } + - { offsetInCU: 0x14F6, offset: 0xF19D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC20, symBinAddr: 0x2DB60, symSize: 0x8 } + - { offsetInCU: 0x1512, offset: 0xF19ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xC28, symBinAddr: 0x2DB68, symSize: 0x8 } + - { offsetInCU: 0x152E, offset: 0xF1A09, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xC30, symBinAddr: 0x2DB70, symSize: 0x8 } + - { offsetInCU: 0x154A, offset: 0xF1A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xC38, symBinAddr: 0x2DB78, symSize: 0x8 } + - { offsetInCU: 0x1566, offset: 0xF1A41, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xC40, symBinAddr: 0x2DB80, symSize: 0x4 } + - { offsetInCU: 0x1582, offset: 0xF1A5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC78, symBinAddr: 0x2DBB8, symSize: 0xC } + - { offsetInCU: 0x159E, offset: 0xF1A79, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC84, symBinAddr: 0x2DBC4, symSize: 0x8 } + - { offsetInCU: 0x15BA, offset: 0xF1A95, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xC8C, symBinAddr: 0x2DBCC, symSize: 0x8 } + - { offsetInCU: 0x43, offset: 0xF1D32, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOh', symObjAddr: 0x468, symBinAddr: 0x2E048, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0xF1E86, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2E088, symSize: 0x260 } + - { offsetInCU: 0x91, offset: 0xF1EEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2E088, symSize: 0x260 } + - { offsetInCU: 0x264, offset: 0xF20BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfcTo', symObjAddr: 0x260, symBinAddr: 0x2E2E8, symSize: 0x20 } + - { offsetInCU: 0x2AA, offset: 0xF2105, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x280, symBinAddr: 0x2E308, symSize: 0x7C } + - { offsetInCU: 0x2F1, offset: 0xF214C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfc', symObjAddr: 0x2FC, symBinAddr: 0x2E384, symSize: 0x118 } + - { offsetInCU: 0x353, offset: 0xF21AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x414, symBinAddr: 0x2E49C, symSize: 0x4C } + - { offsetInCU: 0x38D, offset: 0xF21E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17markRenderUpdates8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x460, symBinAddr: 0x2E4E8, symSize: 0x14C } + - { offsetInCU: 0x510, offset: 0xF236B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15hasRenderUpdate8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x5AC, symBinAddr: 0x2E634, symSize: 0x8 } + - { offsetInCU: 0x547, offset: 0xF23A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x5B4, symBinAddr: 0x2E63C, symSize: 0x4 } + - { offsetInCU: 0x5E4, offset: 0xF243F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17updateRenderScaleyyF', symObjAddr: 0x5B8, symBinAddr: 0x2E640, symSize: 0x144 } + - { offsetInCU: 0x7D7, offset: 0xF2632, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfD', symObjAddr: 0x6FC, symBinAddr: 0x2E784, symSize: 0x30 } + - { offsetInCU: 0x894, offset: 0xF26EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfETo', symObjAddr: 0x72C, symBinAddr: 0x2E7B4, symSize: 0x10 } + - { offsetInCU: 0x8C3, offset: 0xF271E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCMa', symObjAddr: 0x73C, symBinAddr: 0x2E7C4, symSize: 0x20 } + - { offsetInCU: 0x8D7, offset: 0xF2732, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0x798, symBinAddr: 0x2E7E4, symSize: 0x20 } + - { offsetInCU: 0xBF, offset: 0xF2A30, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x28, symBinAddr: 0x2E82C, symSize: 0x1F4 } + - { offsetInCU: 0x53F, offset: 0xF2EB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x21C, symBinAddr: 0x2EA20, symSize: 0xC } + - { offsetInCU: 0x57A, offset: 0xF2EEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x228, symBinAddr: 0x2EA2C, symSize: 0x20 } + - { offsetInCU: 0x5B4, offset: 0xF2F25, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0x248, symBinAddr: 0x2EA4C, symSize: 0xC } + - { offsetInCU: 0x60D, offset: 0xF2F7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x254, symBinAddr: 0x2EA58, symSize: 0xC } + - { offsetInCU: 0x666, offset: 0xF2FD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x260, symBinAddr: 0x2EA64, symSize: 0xC } + - { offsetInCU: 0x7FD, offset: 0xF316E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvg', symObjAddr: 0x26C, symBinAddr: 0x2EA70, symSize: 0xA4 } + - { offsetInCU: 0x87B, offset: 0xF31EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x310, symBinAddr: 0x2EB14, symSize: 0x9C } + - { offsetInCU: 0x8F9, offset: 0xF326A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x3AC, symBinAddr: 0x2EBB0, symSize: 0x26C } + - { offsetInCU: 0xC1F, offset: 0xF3590, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x618, symBinAddr: 0x2EE1C, symSize: 0x278 } + - { offsetInCU: 0xF45, offset: 0xF38B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x890, symBinAddr: 0x2F094, symSize: 0x270 } + - { offsetInCU: 0x127A, offset: 0xF3BEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB00, symBinAddr: 0x2F304, symSize: 0x20 } + - { offsetInCU: 0x1296, offset: 0xF3C07, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB20, symBinAddr: 0x2F324, symSize: 0x20 } + - { offsetInCU: 0x12B2, offset: 0xF3C23, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0xB40, symBinAddr: 0x2F344, symSize: 0x20 } + - { offsetInCU: 0x12CE, offset: 0xF3C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB60, symBinAddr: 0x2F364, symSize: 0x20 } + - { offsetInCU: 0x12EA, offset: 0xF3C5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB80, symBinAddr: 0x2F384, symSize: 0x20 } + - { offsetInCU: 0x13D8, offset: 0xF3D49, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addDropShadowAnimations3for7contextyAC0dE5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xBA0, symBinAddr: 0x2F3A4, symSize: 0x224 } + - { offsetInCU: 0x15CC, offset: 0xF3F3D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xDC4, symBinAddr: 0x2F5C8, symSize: 0x1C4 } + - { offsetInCU: 0x176D, offset: 0xF40DE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xF88, symBinAddr: 0x2F78C, symSize: 0x130 } + - { offsetInCU: 0x195B, offset: 0xF42CC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x10B8, symBinAddr: 0x2F8BC, symSize: 0x22C } + - { offsetInCU: 0x1B18, offset: 0xF4489, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6CGSizeVAC0B8Vector1DV_ANtXEfU_', symObjAddr: 0x12E4, symBinAddr: 0x2FAE8, symSize: 0x60 } + - { offsetInCU: 0x1C16, offset: 0xF4587, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie8KeyframeCyAH0F8Vector1DVG_Tg5', symObjAddr: 0x1384, symBinAddr: 0x2FB48, symSize: 0x154 } + - { offsetInCU: 0x1E56, offset: 0xF47C7, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie14PathOutputNodeC_Tg5', symObjAddr: 0x1660, symBinAddr: 0x2FE24, symSize: 0x150 } + - { offsetInCU: 0x210C, offset: 0xF4A7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x2050, symBinAddr: 0x307B4, symSize: 0x8 } + - { offsetInCU: 0x2120, offset: 0xF4A91, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x2058, symBinAddr: 0x307BC, symSize: 0x5C } + - { offsetInCU: 0x213F, offset: 0xF4AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x2108, symBinAddr: 0x30828, symSize: 0x18 } + - { offsetInCU: 0x2157, offset: 0xF4AC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x2108, symBinAddr: 0x30828, symSize: 0x18 } + - { offsetInCU: 0x2168, offset: 0xF4AD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x2198, symBinAddr: 0x308B8, symSize: 0x8 } + - { offsetInCU: 0x2448, offset: 0xF4DB9, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F41CRbzlFSbAHXEfU_AA014Vector1DEffectF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1938, symBinAddr: 0x300FC, symSize: 0x15C } + - { offsetInCU: 0x25CB, offset: 0xF4F3C, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F32CRbzlFSbAHXEfU_AA05ColorcF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1A94, symBinAddr: 0x30258, symSize: 0x15C } + - { offsetInCU: 0x2764, offset: 0xF50D5, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVyAByxGqd__c7ElementQyd__RszSTRd__lufC6Lottie8KeyframeCyAF0D8Vector1DVG_SayAKGTg5Tf4nd_n', symObjAddr: 0x1BF0, symBinAddr: 0x303B4, symSize: 0xC4 } + - { offsetInCU: 0x75, offset: 0xF54B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x308C4, symSize: 0x58 } + - { offsetInCU: 0xDA, offset: 0xF551C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCACycfcTo', symObjAddr: 0x58, symBinAddr: 0x3091C, symSize: 0x2C } + - { offsetInCU: 0x169, offset: 0xF55AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5layerACyp_tcfcTo', symObjAddr: 0x84, symBinAddr: 0x30948, symSize: 0x54 } + - { offsetInCU: 0x1D0, offset: 0xF5612, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCfD', symObjAddr: 0xD8, symBinAddr: 0x3099C, symSize: 0x30 } + - { offsetInCU: 0x338, offset: 0xF577A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF', symObjAddr: 0x108, symBinAddr: 0x309CC, symSize: 0x30C } + - { offsetInCU: 0x5F1, offset: 0xF5A33, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tFSSyXEfu_TA', symObjAddr: 0x414, symBinAddr: 0x30CD8, symSize: 0x30 } + - { offsetInCU: 0x62F, offset: 0xF5A71, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x444, symBinAddr: 0x30D08, symSize: 0x8 } + - { offsetInCU: 0x643, offset: 0xF5A85, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCMa', symObjAddr: 0x9E8, symBinAddr: 0x312AC, symSize: 0x20 } + - { offsetInCU: 0x27E, offset: 0xF5F7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6renderyySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x31C18, symSize: 0x9D8 } + - { offsetInCU: 0xCFF, offset: 0xF6A00, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x9D8, symBinAddr: 0x325F0, symSize: 0x44 } + - { offsetInCU: 0xD76, offset: 0xF6A77, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfD', symObjAddr: 0xA24, symBinAddr: 0x3263C, symSize: 0x2C } + - { offsetInCU: 0xDEE, offset: 0xF6AEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xA70, symBinAddr: 0x32688, symSize: 0xC } + - { offsetInCU: 0xE20, offset: 0xF6B21, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeI0C_tFTW', symObjAddr: 0xA7C, symBinAddr: 0x32694, symSize: 0x4 } + - { offsetInCU: 0xE3C, offset: 0xF6B3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xA80, symBinAddr: 0x32698, symSize: 0x4 } + - { offsetInCU: 0xE58, offset: 0xF6B59, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xA84, symBinAddr: 0x3269C, symSize: 0x20 } + - { offsetInCU: 0xED1, offset: 0xF6BD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfE', symObjAddr: 0xA1C, symBinAddr: 0x32634, symSize: 0x8 } + - { offsetInCU: 0xEFE, offset: 0xF6BFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCMa', symObjAddr: 0xA50, symBinAddr: 0x32668, symSize: 0x20 } + - { offsetInCU: 0xF12, offset: 0xF6C13, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOh', symObjAddr: 0xB14, symBinAddr: 0x326EC, symSize: 0x40 } + - { offsetInCU: 0xF26, offset: 0xF6C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOb', symObjAddr: 0xB54, symBinAddr: 0x3272C, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0xF6FE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x3282C, symSize: 0x10 } + - { offsetInCU: 0x69, offset: 0xF7001, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfc', symObjAddr: 0x10, symBinAddr: 0x3283C, symSize: 0x8 } + - { offsetInCU: 0x98, offset: 0xF7030, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF', symObjAddr: 0x18, symBinAddr: 0x32844, symSize: 0x48 } + - { offsetInCU: 0xC7, offset: 0xF705F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfd', symObjAddr: 0x60, symBinAddr: 0x3288C, symSize: 0x8 } + - { offsetInCU: 0xF6, offset: 0xF708E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfD', symObjAddr: 0x68, symBinAddr: 0x32894, symSize: 0x10 } + - { offsetInCU: 0x15B, offset: 0xF70F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCAA09AnimationcD0A2aDP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x78, symBinAddr: 0x328A4, symSize: 0x48 } + - { offsetInCU: 0x1A3, offset: 0xF713B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0xC0, symBinAddr: 0x328EC, symSize: 0x8 } + - { offsetInCU: 0x1E6, offset: 0xF717E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC8, symBinAddr: 0x328F4, symSize: 0x8 } + - { offsetInCU: 0x202, offset: 0xF719A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCMa', symObjAddr: 0xD8, symBinAddr: 0x32904, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0xF733B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x32938, symSize: 0x5C } + - { offsetInCU: 0x4B, offset: 0xF735F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ', symObjAddr: 0x218, symBinAddr: 0x1EBA68, symSize: 0x0 } + - { offsetInCU: 0x71, offset: 0xF7385, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x32938, symSize: 0x5C } + - { offsetInCU: 0xB1, offset: 0xF73C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ', symObjAddr: 0x5C, symBinAddr: 0x32994, symSize: 0x70 } + - { offsetInCU: 0xE9, offset: 0xF73FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ', symObjAddr: 0xCC, symBinAddr: 0x32A04, symSize: 0x80 } + - { offsetInCU: 0x131, offset: 0xF7445, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ', symObjAddr: 0x14C, symBinAddr: 0x32A84, symSize: 0x6C } + - { offsetInCU: 0x169, offset: 0xF747D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ.resume.0', symObjAddr: 0x1B8, symBinAddr: 0x32AF0, symSize: 0x4 } + - { offsetInCU: 0x195, offset: 0xF74A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheOMa', symObjAddr: 0x1BC, symBinAddr: 0x32AF4, symSize: 0x10 } + - { offsetInCU: 0x1A9, offset: 0xF74BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAcA0cD8ProviderAAWl', symObjAddr: 0x1CC, symBinAddr: 0x32B04, symSize: 0x48 } + - { offsetInCU: 0x388, offset: 0xF79BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC04textC5Model7contextAcA0bcE0C_AA0C7ContextVtKcfc', symObjAddr: 0x0, symBinAddr: 0x32B5C, symSize: 0x14C } + - { offsetInCU: 0x433, offset: 0xF7A65, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC015configureRenderC04withyAA0C7ContextV_tKF', symObjAddr: 0x14C, symBinAddr: 0x32CA8, symSize: 0x8F4 } + - { offsetInCU: 0xAC1, offset: 0xF80F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xA40, symBinAddr: 0x3359C, symSize: 0xAC } + - { offsetInCU: 0xB0B, offset: 0xF813D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfc', symObjAddr: 0xAEC, symBinAddr: 0x33648, symSize: 0x200 } + - { offsetInCU: 0xBDB, offset: 0xF820D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfcTo', symObjAddr: 0xCEC, symBinAddr: 0x33848, symSize: 0x4C } + - { offsetInCU: 0xBF7, offset: 0xF8229, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0xD38, symBinAddr: 0x33894, symSize: 0x758 } + - { offsetInCU: 0xEA5, offset: 0xF84D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfD', symObjAddr: 0x14BC, symBinAddr: 0x34018, symSize: 0x34 } + - { offsetInCU: 0x123F, offset: 0xF8871, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfE', symObjAddr: 0x1490, symBinAddr: 0x33FEC, symSize: 0x2C } + - { offsetInCU: 0x126C, offset: 0xF889E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfETo', symObjAddr: 0x14F0, symBinAddr: 0x3404C, symSize: 0x38 } + - { offsetInCU: 0x129B, offset: 0xF88CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCMa', symObjAddr: 0x1528, symBinAddr: 0x34084, symSize: 0x20 } + - { offsetInCU: 0x12BA, offset: 0xF88EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFAA12TextDocumentC_Tg5Tf4nnddn_g', symObjAddr: 0x15D0, symBinAddr: 0x340F0, symSize: 0xA0 } + - { offsetInCU: 0x135B, offset: 0xF898D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x1670, symBinAddr: 0x34190, symSize: 0x8 } + - { offsetInCU: 0x136F, offset: 0xF89A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x1678, symBinAddr: 0x34198, symSize: 0x8 } + - { offsetInCU: 0x1383, offset: 0xF89B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_TA', symObjAddr: 0x1748, symBinAddr: 0x341A0, symSize: 0x8 } + - { offsetInCU: 0x1397, offset: 0xF89C9, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOy', symObjAddr: 0x1750, symBinAddr: 0x341A8, symSize: 0x10 } + - { offsetInCU: 0x677, offset: 0xF9429, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFAA12TextDocumentC_Tg5', symObjAddr: 0x1744, symBinAddr: 0x359B4, symSize: 0x60 } + - { offsetInCU: 0x7A1, offset: 0xF9553, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC04textD00E8Provider04fontF0013rootAnimationD0AcA0bD5ModelC_AA0i7KeypathbF0_pAA0i4FontF0_pAA010MainThreadiD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x34270, symSize: 0x500 } + - { offsetInCU: 0xB77, offset: 0xF9929, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x500, symBinAddr: 0x34770, symSize: 0xCC } + - { offsetInCU: 0xBC1, offset: 0xF9973, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x5CC, symBinAddr: 0x3483C, symSize: 0x240 } + - { offsetInCU: 0xC5A, offset: 0xF9A0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x80C, symBinAddr: 0x34A7C, symSize: 0x4C } + - { offsetInCU: 0xC76, offset: 0xF9A28, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC20fullAnimationKeypathAA0fG0Vvg', symObjAddr: 0x858, symBinAddr: 0x34AC8, symSize: 0x234 } + - { offsetInCU: 0xDC1, offset: 0xF9B73, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xA8C, symBinAddr: 0x34CFC, symSize: 0xCB8 } + - { offsetInCU: 0x161D, offset: 0xFA3CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x17A4, symBinAddr: 0x35A14, symSize: 0x54 } + - { offsetInCU: 0x16A6, offset: 0xFA458, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfD', symObjAddr: 0x1874, symBinAddr: 0x35AE4, symSize: 0x34 } + - { offsetInCU: 0x192F, offset: 0xFA6E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfE', symObjAddr: 0x17F8, symBinAddr: 0x35A68, symSize: 0x7C } + - { offsetInCU: 0x195C, offset: 0xFA70E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfETo', symObjAddr: 0x18A8, symBinAddr: 0x35B18, symSize: 0x88 } + - { offsetInCU: 0x198B, offset: 0xFA73D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCMa', symObjAddr: 0x1930, symBinAddr: 0x35BA0, symSize: 0x20 } + - { offsetInCU: 0x1B29, offset: 0xFA8DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1974, symBinAddr: 0x35BC0, symSize: 0x4F4 } + - { offsetInCU: 0x207A, offset: 0xFAE2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchable_pWOb', symObjAddr: 0x1FC8, symBinAddr: 0x36118, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0xFB469, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x36130, symSize: 0x27C } + - { offsetInCU: 0x216, offset: 0xFB658, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x36130, symSize: 0x27C } + - { offsetInCU: 0x41C, offset: 0xFB85E, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKFSo9CGPathRefaAI8KeyframeVXEfU_', symObjAddr: 0x27C, symBinAddr: 0x363AC, symSize: 0xAC } + - { offsetInCU: 0x592, offset: 0xFB9D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x328, symBinAddr: 0x36458, symSize: 0x104 } + - { offsetInCU: 0x663, offset: 0xFBAA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x42C, symBinAddr: 0x3655C, symSize: 0x4 } + - { offsetInCU: 0x680, offset: 0xFBAC2, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSgWOb', symObjAddr: 0x454, symBinAddr: 0x36584, symSize: 0x48 } + - { offsetInCU: 0x694, offset: 0xFBAD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x4DC, symBinAddr: 0x365CC, symSize: 0x8 } + - { offsetInCU: 0x6A8, offset: 0xFBAEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x4E4, symBinAddr: 0x365D4, symSize: 0x5C } + - { offsetInCU: 0x6BC, offset: 0xFBAFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwCP', symObjAddr: 0x584, symBinAddr: 0x36630, symSize: 0x30 } + - { offsetInCU: 0x6D0, offset: 0xFBB12, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x5B8, symBinAddr: 0x36660, symSize: 0x14 } + - { offsetInCU: 0x6E4, offset: 0xFBB26, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwet', symObjAddr: 0x5CC, symBinAddr: 0x36674, symSize: 0x20 } + - { offsetInCU: 0x6F8, offset: 0xFBB3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwst', symObjAddr: 0x5EC, symBinAddr: 0x36694, symSize: 0x38 } + - { offsetInCU: 0x70C, offset: 0xFBB4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVMa', symObjAddr: 0x624, symBinAddr: 0x366CC, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0xFBDED, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x366DC, symSize: 0x1A4 } + - { offsetInCU: 0x4F, offset: 0xFBE11, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding12CoreGraphics7CGFloatVvpZ', symObjAddr: 0x4200, symBinAddr: 0x209B88, symSize: 0x0 } + - { offsetInCU: 0x7A, offset: 0xFBE3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x366DC, symSize: 0x1A4 } + - { offsetInCU: 0x10A, offset: 0xFBECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tF', symObjAddr: 0x1A4, symBinAddr: 0x36880, symSize: 0x164 } + - { offsetInCU: 0x1FC, offset: 0xFBFBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCACycfcTo', symObjAddr: 0x308, symBinAddr: 0x369E4, symSize: 0x50 } + - { offsetInCU: 0x25F, offset: 0xFC021, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x358, symBinAddr: 0x36A34, symSize: 0xB0 } + - { offsetInCU: 0x2CC, offset: 0xFC08E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x408, symBinAddr: 0x36AE4, symSize: 0x58 } + - { offsetInCU: 0x30F, offset: 0xFC0D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCfD', symObjAddr: 0x460, symBinAddr: 0x36B3C, symSize: 0x34 } + - { offsetInCU: 0x3E5, offset: 0xFC1A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCMa', symObjAddr: 0x494, symBinAddr: 0x36B70, symSize: 0x20 } + - { offsetInCU: 0x404, offset: 0xFC1C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC6layout16superlayerBoundsySo6CGRectV_tF', symObjAddr: 0x4B4, symBinAddr: 0x36B90, symSize: 0xE4 } + - { offsetInCU: 0x4BE, offset: 0xFC280, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x598, symBinAddr: 0x36C74, symSize: 0x4 } + - { offsetInCU: 0x4DA, offset: 0xFC29C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding_WZ', symObjAddr: 0x59C, symBinAddr: 0x36C78, symSize: 0x14 } + - { offsetInCU: 0x4F4, offset: 0xFC2B6, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0x5B0, symBinAddr: 0x36C8C, symSize: 0x24 } + - { offsetInCU: 0x4F, offset: 0xFC4E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ', symObjAddr: 0x1808, symBinAddr: 0x1EBB58, symSize: 0x0 } + - { offsetInCU: 0x87, offset: 0xFC51D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfC', symObjAddr: 0x0, symBinAddr: 0x36CB0, symSize: 0xE0 } + - { offsetInCU: 0x11E, offset: 0xFC5B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfc', symObjAddr: 0xE0, symBinAddr: 0x36D90, symSize: 0xD0 } + - { offsetInCU: 0x1B2, offset: 0xFC648, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ', symObjAddr: 0x2D4, symBinAddr: 0x36F44, symSize: 0x40 } + - { offsetInCU: 0x1E9, offset: 0xFC67F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg', symObjAddr: 0x314, symBinAddr: 0x36F84, symSize: 0xC } + - { offsetInCU: 0x206, offset: 0xFC69C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs', symObjAddr: 0x320, symBinAddr: 0x36F90, symSize: 0x40 } + - { offsetInCU: 0x292, offset: 0xFC728, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM', symObjAddr: 0x360, symBinAddr: 0x36FD0, symSize: 0x20 } + - { offsetInCU: 0x306, offset: 0xFC79C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM.resume.0', symObjAddr: 0x380, symBinAddr: 0x36FF0, symSize: 0x44 } + - { offsetInCU: 0x370, offset: 0xFC806, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC05clearD0yyF', symObjAddr: 0x3C4, symBinAddr: 0x37034, symSize: 0x70 } + - { offsetInCU: 0x3DF, offset: 0xFC875, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF', symObjAddr: 0x434, symBinAddr: 0x370A4, symSize: 0x34 } + - { offsetInCU: 0x408, offset: 0xFC89E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF', symObjAddr: 0x684, symBinAddr: 0x372F4, symSize: 0x48 } + - { offsetInCU: 0x43B, offset: 0xFC8D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfd', symObjAddr: 0xD5C, symBinAddr: 0x379CC, symSize: 0x1C } + - { offsetInCU: 0x476, offset: 0xFC90C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfD', symObjAddr: 0xD78, symBinAddr: 0x379E8, symSize: 0x24 } + - { offsetInCU: 0x4EB, offset: 0xFC981, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP9animation6forKeyAA0aC0CSgSS_tFTW', symObjAddr: 0xD9C, symBinAddr: 0x37A0C, symSize: 0x34 } + - { offsetInCU: 0x568, offset: 0xFC9FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP03setC0_6forKeyyAA0aC0C_SStFTW', symObjAddr: 0xDD0, symBinAddr: 0x37A40, symSize: 0x48 } + - { offsetInCU: 0x5B7, offset: 0xFCA4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP05clearD0yyFTW', symObjAddr: 0xE18, symBinAddr: 0x37A88, symSize: 0x4 } + - { offsetInCU: 0x64E, offset: 0xFCAE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0_WZ', symObjAddr: 0x1F0, symBinAddr: 0x36E60, symSize: 0xE4 } + - { offsetInCU: 0x746, offset: 0xFCBDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC5value6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x468, symBinAddr: 0x370D8, symSize: 0xF4 } + - { offsetInCU: 0x8F2, offset: 0xFCD88, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_So10CGImageRefaTg5', symObjAddr: 0x6CC, symBinAddr: 0x3733C, symSize: 0x228 } + - { offsetInCU: 0xA56, offset: 0xFCEEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA0A9AnimationCTg5', symObjAddr: 0x8F4, symBinAddr: 0x37564, symSize: 0x234 } + - { offsetInCU: 0xBBA, offset: 0xFD050, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA03DotA4FileCTg5', symObjAddr: 0xB28, symBinAddr: 0x37798, symSize: 0x234 } + - { offsetInCU: 0xD13, offset: 0xFD1A9, size: 0x8, addend: 0x0, symName: '_$s10Foundation12NotificationVIeghn_So14NSNotificationCIeyBhy_TR', symObjAddr: 0x1070, symBinAddr: 0x37CE0, symSize: 0xA4 } + - { offsetInCU: 0xD2B, offset: 0xFD1C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCMa', symObjAddr: 0x1314, symBinAddr: 0x37F84, symSize: 0x20 } + - { offsetInCU: 0xD3F, offset: 0xFD1D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC11removeValue6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x13B0, symBinAddr: 0x38020, symSize: 0xE4 } + - { offsetInCU: 0xDBF, offset: 0xFD255, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA03DotA4FileCTg5TA', symObjAddr: 0x1788, symBinAddr: 0x383F8, symSize: 0x18 } + - { offsetInCU: 0xDD3, offset: 0xFD269, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x17A0, symBinAddr: 0x38410, symSize: 0x10 } + - { offsetInCU: 0xDE7, offset: 0xFD27D, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x17B0, symBinAddr: 0x38420, symSize: 0x8 } + - { offsetInCU: 0xDFB, offset: 0xFD291, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA0A9AnimationCTg5TA', symObjAddr: 0x17B8, symBinAddr: 0x38428, symSize: 0x18 } + - { offsetInCU: 0xE0F, offset: 0xFD2A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_So10CGImageRefaTg5TA', symObjAddr: 0x17D0, symBinAddr: 0x38440, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0xFD5B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x38470, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0xFD5D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x38470, symSize: 0x8 } + - { offsetInCU: 0x77, offset: 0xFD604, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ', symObjAddr: 0x8, symBinAddr: 0x38478, symSize: 0xC } + - { offsetInCU: 0xE5, offset: 0xFD672, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfC', symObjAddr: 0x5C, symBinAddr: 0x384CC, symSize: 0x180 } + - { offsetInCU: 0x1A8, offset: 0xFD735, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfC', symObjAddr: 0x1DC, symBinAddr: 0x3864C, symSize: 0x124 } + - { offsetInCU: 0x217, offset: 0xFD7A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueSSvg', symObjAddr: 0x300, symBinAddr: 0x38770, symSize: 0x74 } + - { offsetInCU: 0x243, offset: 0xFD7D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueSSvg', symObjAddr: 0x374, symBinAddr: 0x387E4, symSize: 0x50 } + - { offsetInCU: 0x2AE, offset: 0xFD83B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO11descriptionSSvg', symObjAddr: 0x3C4, symBinAddr: 0x38834, symSize: 0x74 } + - { offsetInCU: 0x2F5, offset: 0xFD882, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x438, symBinAddr: 0x388A8, symSize: 0xC } + - { offsetInCU: 0x311, offset: 0xFD89E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x444, symBinAddr: 0x388B4, symSize: 0x24 } + - { offsetInCU: 0x32D, offset: 0xFD8BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x468, symBinAddr: 0x388D8, symSize: 0x4 } + - { offsetInCU: 0x349, offset: 0xFD8D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO11descriptionSSvg', symObjAddr: 0x46C, symBinAddr: 0x388DC, symSize: 0x50 } + - { offsetInCU: 0x378, offset: 0xFD905, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASQWb', symObjAddr: 0x4BC, symBinAddr: 0x3892C, symSize: 0x4 } + - { offsetInCU: 0x38C, offset: 0xFD919, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOACSQAAWl', symObjAddr: 0x4C0, symBinAddr: 0x38930, symSize: 0x44 } + - { offsetInCU: 0x3A0, offset: 0xFD92D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASQWb', symObjAddr: 0x504, symBinAddr: 0x38974, symSize: 0x4 } + - { offsetInCU: 0x3B4, offset: 0xFD941, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOACSQAAWl', symObjAddr: 0x508, symBinAddr: 0x38978, symSize: 0x44 } + - { offsetInCU: 0x3C8, offset: 0xFD955, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x54C, symBinAddr: 0x389BC, symSize: 0xC } + - { offsetInCU: 0x3E4, offset: 0xFD971, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x558, symBinAddr: 0x389C8, symSize: 0x24 } + - { offsetInCU: 0x400, offset: 0xFD98D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x57C, symBinAddr: 0x389EC, symSize: 0x4 } + - { offsetInCU: 0x41C, offset: 0xFD9A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwet', symObjAddr: 0x590, symBinAddr: 0x389F0, symSize: 0xA4 } + - { offsetInCU: 0x430, offset: 0xFD9BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwst', symObjAddr: 0x634, symBinAddr: 0x38A94, symSize: 0xC4 } + - { offsetInCU: 0x444, offset: 0xFD9D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwug', symObjAddr: 0x6F8, symBinAddr: 0x38B58, symSize: 0x14 } + - { offsetInCU: 0x458, offset: 0xFD9E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwup', symObjAddr: 0x70C, symBinAddr: 0x38B6C, symSize: 0x4 } + - { offsetInCU: 0x46C, offset: 0xFD9F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwui', symObjAddr: 0x710, symBinAddr: 0x38B70, symSize: 0x10 } + - { offsetInCU: 0x480, offset: 0xFDA0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOMa', symObjAddr: 0x720, symBinAddr: 0x38B80, symSize: 0x10 } + - { offsetInCU: 0x494, offset: 0xFDA21, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwet', symObjAddr: 0x730, symBinAddr: 0x38B90, symSize: 0x90 } + - { offsetInCU: 0x4A8, offset: 0xFDA35, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwst', symObjAddr: 0x7C0, symBinAddr: 0x38C20, symSize: 0xBC } + - { offsetInCU: 0x4BC, offset: 0xFDA49, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwug', symObjAddr: 0x87C, symBinAddr: 0x38CDC, symSize: 0x8 } + - { offsetInCU: 0x4D0, offset: 0xFDA5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwup', symObjAddr: 0x884, symBinAddr: 0x38CE4, symSize: 0x4 } + - { offsetInCU: 0x4E4, offset: 0xFDA71, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwui', symObjAddr: 0x888, symBinAddr: 0x38CE8, symSize: 0xC } + - { offsetInCU: 0x4F8, offset: 0xFDA85, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOMa', symObjAddr: 0x894, symBinAddr: 0x38CF4, symSize: 0x10 } + - { offsetInCU: 0x51D, offset: 0xFDAAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x38484, symSize: 0x8 } + - { offsetInCU: 0x539, offset: 0xFDAC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C, symBinAddr: 0x3848C, symSize: 0x8 } + - { offsetInCU: 0x555, offset: 0xFDAE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x24, symBinAddr: 0x38494, symSize: 0x8 } + - { offsetInCU: 0x571, offset: 0xFDAFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2C, symBinAddr: 0x3849C, symSize: 0xC } + - { offsetInCU: 0x58D, offset: 0xFDB1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x38, symBinAddr: 0x384A8, symSize: 0xC } + - { offsetInCU: 0x5A9, offset: 0xFDB36, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH9hashValueSivgTW', symObjAddr: 0x44, symBinAddr: 0x384B4, symSize: 0x8 } + - { offsetInCU: 0x5C5, offset: 0xFDB52, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4C, symBinAddr: 0x384BC, symSize: 0x8 } + - { offsetInCU: 0x5E1, offset: 0xFDB6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x54, symBinAddr: 0x384C4, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0xFDD04, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x38D04, symSize: 0x2B4 } + - { offsetInCU: 0x195, offset: 0xFDE6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x38D04, symSize: 0x2B4 } + - { offsetInCU: 0x377, offset: 0xFE050, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC03addC6LayersyySayAA0c11CompositionB0CGF', symObjAddr: 0x2B4, symBinAddr: 0x38FB8, symSize: 0x3BC } + - { offsetInCU: 0x5EA, offset: 0xFE2C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCfD', symObjAddr: 0x670, symBinAddr: 0x39374, symSize: 0x34 } + - { offsetInCU: 0x686, offset: 0xFE35F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCMa', symObjAddr: 0x6A4, symBinAddr: 0x393A8, symSize: 0x20 } + - { offsetInCU: 0x69A, offset: 0xFE373, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOc', symObjAddr: 0x6C4, symBinAddr: 0x393C8, symSize: 0x44 } + - { offsetInCU: 0x27, offset: 0xFE603, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x3940C, symSize: 0x70 } + - { offsetInCU: 0x81, offset: 0xFE65D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x3940C, symSize: 0x70 } + - { offsetInCU: 0xC8, offset: 0xFE6A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc', symObjAddr: 0x70, symBinAddr: 0x3947C, symSize: 0xBC } + - { offsetInCU: 0x131, offset: 0xFE70D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfC', symObjAddr: 0x12C, symBinAddr: 0x39538, symSize: 0x78 } + - { offsetInCU: 0x17F, offset: 0xFE75B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc', symObjAddr: 0x1A4, symBinAddr: 0x395B0, symSize: 0x64 } + - { offsetInCU: 0x1B2, offset: 0xFE78E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x208, symBinAddr: 0x39614, symSize: 0x5B8 } + - { offsetInCU: 0x31F, offset: 0xFE8FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_', symObjAddr: 0x800, symBinAddr: 0x39BCC, symSize: 0x90 } + - { offsetInCU: 0x3F6, offset: 0xFE9D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x890, symBinAddr: 0x39C5C, symSize: 0x10 } + - { offsetInCU: 0x419, offset: 0xFE9F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfd', symObjAddr: 0x8A0, symBinAddr: 0x39C6C, symSize: 0x54 } + - { offsetInCU: 0x456, offset: 0xFEA32, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfD', symObjAddr: 0x8F4, symBinAddr: 0x39CC0, symSize: 0x60 } + - { offsetInCU: 0x4A3, offset: 0xFEA7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x954, symBinAddr: 0x39D20, symSize: 0x20 } + - { offsetInCU: 0x4E9, offset: 0xFEAC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x974, symBinAddr: 0x39D40, symSize: 0x14 } + - { offsetInCU: 0x5BE, offset: 0xFEB9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x988, symBinAddr: 0x39D54, symSize: 0x14 } + - { offsetInCU: 0x623, offset: 0xFEBFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x99C, symBinAddr: 0x39D68, symSize: 0x1C } + - { offsetInCU: 0x655, offset: 0xFEC31, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_TA', symObjAddr: 0x9B8, symBinAddr: 0x39D84, symSize: 0x8 } + - { offsetInCU: 0x669, offset: 0xFEC45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x9C0, symBinAddr: 0x39D8C, symSize: 0x8 } + - { offsetInCU: 0x67D, offset: 0xFEC59, size: 0x8, addend: 0x0, symName: '_$sSo6NSDataC10contentsOf7optionsAB10Foundation3URLV_So0A14ReadingOptionsVtKcfcTO', symObjAddr: 0xA08, symBinAddr: 0x39D94, symSize: 0x120 } + - { offsetInCU: 0x69C, offset: 0xFEC78, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0xB28, symBinAddr: 0x39EB4, symSize: 0x50 } + - { offsetInCU: 0x6B0, offset: 0xFEC8C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0xB78, symBinAddr: 0x39F04, symSize: 0x44 } + - { offsetInCU: 0x6C4, offset: 0xFECA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMU', symObjAddr: 0xBBC, symBinAddr: 0x39F48, symSize: 0x8 } + - { offsetInCU: 0x6D8, offset: 0xFECB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMa', symObjAddr: 0xBC4, symBinAddr: 0x39F50, symSize: 0x3C } + - { offsetInCU: 0x6EC, offset: 0xFECC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMr', symObjAddr: 0xC00, symBinAddr: 0x39F8C, symSize: 0x74 } + - { offsetInCU: 0x4B, offset: 0xFEF50, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x3A034, symSize: 0x10 } + - { offsetInCU: 0x69, offset: 0xFEF6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfc', symObjAddr: 0x304, symBinAddr: 0x3A338, symSize: 0x8 } + - { offsetInCU: 0x98, offset: 0xFEF9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x3DC, symBinAddr: 0x3A340, symSize: 0x30 } + - { offsetInCU: 0xC3, offset: 0xFEFC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF', symObjAddr: 0x40C, symBinAddr: 0x3A370, symSize: 0x30 } + - { offsetInCU: 0xFE, offset: 0xFF003, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfd', symObjAddr: 0x43C, symBinAddr: 0x3A3A0, symSize: 0x8 } + - { offsetInCU: 0x12D, offset: 0xFF032, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfD', symObjAddr: 0x444, symBinAddr: 0x3A3A8, symSize: 0x10 } + - { offsetInCU: 0x192, offset: 0xFF097, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x460, symBinAddr: 0x3A3C4, symSize: 0x30 } + - { offsetInCU: 0x1DA, offset: 0xFF0DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF', symObjAddr: 0x10, symBinAddr: 0x3A044, symSize: 0xC } + - { offsetInCU: 0x251, offset: 0xFF156, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfC', symObjAddr: 0x1C, symBinAddr: 0x3A050, symSize: 0x30 } + - { offsetInCU: 0x296, offset: 0xFF19B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc', symObjAddr: 0x4C, symBinAddr: 0x3A080, symSize: 0xC } + - { offsetInCU: 0x2BD, offset: 0xFF1C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF', symObjAddr: 0x58, symBinAddr: 0x3A08C, symSize: 0x198 } + - { offsetInCU: 0x462, offset: 0xFF367, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x1F0, symBinAddr: 0x3A224, symSize: 0xAC } + - { offsetInCU: 0x4D3, offset: 0xFF3D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfd', symObjAddr: 0x29C, symBinAddr: 0x3A2D0, symSize: 0x1C } + - { offsetInCU: 0x50E, offset: 0xFF413, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfD', symObjAddr: 0x2B8, symBinAddr: 0x3A2EC, symSize: 0x24 } + - { offsetInCU: 0x559, offset: 0xFF45E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x2DC, symBinAddr: 0x3A310, symSize: 0x4 } + - { offsetInCU: 0x575, offset: 0xFF47A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x2E0, symBinAddr: 0x3A314, symSize: 0x4 } + - { offsetInCU: 0x5FB, offset: 0xFF500, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x2E4, symBinAddr: 0x3A318, symSize: 0xC } + - { offsetInCU: 0x675, offset: 0xFF57A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2F0, symBinAddr: 0x3A324, symSize: 0x14 } + - { offsetInCU: 0x6CD, offset: 0xFF5D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x454, symBinAddr: 0x3A3B8, symSize: 0xC } + - { offsetInCU: 0x6E9, offset: 0xFF5EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x490, symBinAddr: 0x3A3F4, symSize: 0x8 } + - { offsetInCU: 0x72C, offset: 0xFF631, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x498, symBinAddr: 0x3A3FC, symSize: 0x8 } + - { offsetInCU: 0x774, offset: 0xFF679, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCMa', symObjAddr: 0x73C, symBinAddr: 0x3A6A0, symSize: 0x20 } + - { offsetInCU: 0x788, offset: 0xFF68D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCMa', symObjAddr: 0x770, symBinAddr: 0x3A6D4, symSize: 0x20 } + - { offsetInCU: 0x84B, offset: 0xFF750, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SSTg5Tf4nnd_n', symObjAddr: 0x4A0, symBinAddr: 0x3A404, symSize: 0x28C } + - { offsetInCU: 0x27, offset: 0xFF996, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x3A708, symSize: 0x9E0 } + - { offsetInCU: 0x24E, offset: 0xFFBBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x3A708, symSize: 0x9E0 } + - { offsetInCU: 0x91A, offset: 0x100289, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfd', symObjAddr: 0x9E0, symBinAddr: 0x3B0E8, symSize: 0x74 } + - { offsetInCU: 0x947, offset: 0x1002B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfD', symObjAddr: 0xA54, symBinAddr: 0x3B15C, symSize: 0x1C } + - { offsetInCU: 0x983, offset: 0x1002F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xA90, symBinAddr: 0x3B198, symSize: 0xC } + - { offsetInCU: 0x9C4, offset: 0x100333, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xA9C, symBinAddr: 0x3B1A4, symSize: 0x30 } + - { offsetInCU: 0xA05, offset: 0x100374, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xACC, symBinAddr: 0x3B1D4, symSize: 0xC } + - { offsetInCU: 0xA37, offset: 0x1003A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAD8, symBinAddr: 0x3B1E0, symSize: 0xC } + - { offsetInCU: 0xA65, offset: 0x1003D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCMa', symObjAddr: 0xA70, symBinAddr: 0x3B178, symSize: 0x20 } + - { offsetInCU: 0xAD4, offset: 0x100443, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC9transformAcA0C0C_tcfc', symObjAddr: 0xAE4, symBinAddr: 0x3B1EC, symSize: 0x168 } + - { offsetInCU: 0xB7C, offset: 0x1004EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCfD', symObjAddr: 0xC4C, symBinAddr: 0x3B354, symSize: 0x34 } + - { offsetInCU: 0xBDD, offset: 0x10054C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xCA0, symBinAddr: 0x3B3A8, symSize: 0x44 } + - { offsetInCU: 0xC29, offset: 0x100598, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xCE4, symBinAddr: 0x3B3EC, symSize: 0x24 } + - { offsetInCU: 0xC6A, offset: 0x1005D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xD08, symBinAddr: 0x3B410, symSize: 0xC } + - { offsetInCU: 0xCAB, offset: 0x10061A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xD14, symBinAddr: 0x3B41C, symSize: 0x4 } + - { offsetInCU: 0xCCB, offset: 0x10063A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xD14, symBinAddr: 0x3B41C, symSize: 0x4 } + - { offsetInCU: 0xCEC, offset: 0x10065B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xD18, symBinAddr: 0x3B420, symSize: 0x8 } + - { offsetInCU: 0xD0C, offset: 0x10067B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xD18, symBinAddr: 0x3B420, symSize: 0x8 } + - { offsetInCU: 0xD2D, offset: 0x10069C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xD20, symBinAddr: 0x3B428, symSize: 0x8 } + - { offsetInCU: 0xD4D, offset: 0x1006BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xD20, symBinAddr: 0x3B428, symSize: 0x8 } + - { offsetInCU: 0xD6E, offset: 0x1006DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xD28, symBinAddr: 0x3B430, symSize: 0x8 } + - { offsetInCU: 0xD8E, offset: 0x1006FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xD28, symBinAddr: 0x3B430, symSize: 0x8 } + - { offsetInCU: 0xDAF, offset: 0x10071E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xD30, symBinAddr: 0x3B438, symSize: 0x8 } + - { offsetInCU: 0xDCF, offset: 0x10073E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xD30, symBinAddr: 0x3B438, symSize: 0x8 } + - { offsetInCU: 0xDF0, offset: 0x10075F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xD38, symBinAddr: 0x3B440, symSize: 0x8 } + - { offsetInCU: 0xE10, offset: 0x10077F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xD38, symBinAddr: 0x3B440, symSize: 0x8 } + - { offsetInCU: 0xE31, offset: 0x1007A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xD40, symBinAddr: 0x3B448, symSize: 0x8 } + - { offsetInCU: 0xE51, offset: 0x1007C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xD40, symBinAddr: 0x3B448, symSize: 0x8 } + - { offsetInCU: 0xE72, offset: 0x1007E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xD48, symBinAddr: 0x3B450, symSize: 0xC } + - { offsetInCU: 0xE92, offset: 0x100801, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xD48, symBinAddr: 0x3B450, symSize: 0xC } + - { offsetInCU: 0xEB3, offset: 0x100822, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xD54, symBinAddr: 0x3B45C, symSize: 0x10 } + - { offsetInCU: 0xED3, offset: 0x100842, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xD54, symBinAddr: 0x3B45C, symSize: 0x10 } + - { offsetInCU: 0xF0F, offset: 0x10087E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xD64, symBinAddr: 0x3B46C, symSize: 0x18 } + - { offsetInCU: 0xF4E, offset: 0x1008BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xD7C, symBinAddr: 0x3B484, symSize: 0x41C } + - { offsetInCU: 0x12C2, offset: 0x100C31, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCMa', symObjAddr: 0xC80, symBinAddr: 0x3B388, symSize: 0x20 } + - { offsetInCU: 0x13FE, offset: 0x100D6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOc', symObjAddr: 0x1198, symBinAddr: 0x3B8A0, symSize: 0x44 } + - { offsetInCU: 0x1412, offset: 0x100D81, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOb', symObjAddr: 0x1294, symBinAddr: 0x3B8E4, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x10109B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x3B8FC, symSize: 0x688 } + - { offsetInCU: 0xE0, offset: 0x101154, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x3B8FC, symSize: 0x688 } + - { offsetInCU: 0x27B, offset: 0x1012EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV_AC05ZIP64cdeF0VSgtSgWOb', symObjAddr: 0x688, symBinAddr: 0x3BF84, symSize: 0x48 } + - { offsetInCU: 0x28F, offset: 0x101303, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOy', symObjAddr: 0x760, symBinAddr: 0x3BFCC, symSize: 0x1C } + - { offsetInCU: 0x2A3, offset: 0x101317, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOe', symObjAddr: 0x7C0, symBinAddr: 0x3BFE8, symSize: 0x1C } + - { offsetInCU: 0x2B7, offset: 0x10132B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwCP', symObjAddr: 0x7DC, symBinAddr: 0x3C004, symSize: 0x30 } + - { offsetInCU: 0x2CB, offset: 0x10133F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwxx', symObjAddr: 0x80C, symBinAddr: 0x3C034, symSize: 0x44 } + - { offsetInCU: 0x2DF, offset: 0x101353, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwcp', symObjAddr: 0x850, symBinAddr: 0x3C078, symSize: 0xFC } + - { offsetInCU: 0x2F3, offset: 0x101367, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwca', symObjAddr: 0x94C, symBinAddr: 0x3C174, symSize: 0x23C } + - { offsetInCU: 0x307, offset: 0x10137B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVWOh', symObjAddr: 0xB88, symBinAddr: 0x3C3B0, symSize: 0x34 } + - { offsetInCU: 0x31B, offset: 0x10138F, size: 0x8, addend: 0x0, symName: ___swift_memcpy160_8, symObjAddr: 0xBBC, symBinAddr: 0x3C3E4, symSize: 0x2C } + - { offsetInCU: 0x32F, offset: 0x1013A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwta', symObjAddr: 0xBE8, symBinAddr: 0x3C410, symSize: 0x11C } + - { offsetInCU: 0x343, offset: 0x1013B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwet', symObjAddr: 0xD04, symBinAddr: 0x3C52C, symSize: 0x5C } + - { offsetInCU: 0x357, offset: 0x1013CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwst', symObjAddr: 0xD60, symBinAddr: 0x3C588, symSize: 0x7C } + - { offsetInCU: 0x36B, offset: 0x1013DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVMa', symObjAddr: 0xDDC, symBinAddr: 0x3C604, symSize: 0x10 } + - { offsetInCU: 0x75, offset: 0x1016A5, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x1C0, symBinAddr: 0x3C7D4, symSize: 0x130 } + - { offsetInCU: 0x111, offset: 0x101741, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSDySSypGSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x478, symBinAddr: 0x3CA8C, symSize: 0x130 } + - { offsetInCU: 0x1FB, offset: 0x10182B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC19reducedMotionMarkerAA0E0CSgvg', symObjAddr: 0xB90, symBinAddr: 0x3D1A4, symSize: 0x134 } + - { offsetInCU: 0x32A, offset: 0x10195A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xE94, symBinAddr: 0x3D4A8, symSize: 0x4C } + - { offsetInCU: 0x33E, offset: 0x10196E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xEE0, symBinAddr: 0x3D4F4, symSize: 0x790 } + - { offsetInCU: 0x621, offset: 0x101C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfC', symObjAddr: 0x17C0, symBinAddr: 0x3DD50, symSize: 0x4C } + - { offsetInCU: 0x686, offset: 0x101CB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x180C, symBinAddr: 0x3DD9C, symSize: 0xBCC } + - { offsetInCU: 0xE1D, offset: 0x10244D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueSSvg', symObjAddr: 0x23D8, symBinAddr: 0x3E968, symSize: 0x20 } + - { offsetInCU: 0xE56, offset: 0x102486, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x25AC, symBinAddr: 0x3EB3C, symSize: 0x20 } + - { offsetInCU: 0xE84, offset: 0x1024B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x25AC, symBinAddr: 0x3EB3C, symSize: 0x20 } + - { offsetInCU: 0xECD, offset: 0x1024FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2750, symBinAddr: 0x3ECE0, symSize: 0x44 } + - { offsetInCU: 0xF13, offset: 0x102543, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2794, symBinAddr: 0x3ED24, symSize: 0x28 } + - { offsetInCU: 0xF27, offset: 0x102557, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x27BC, symBinAddr: 0x3ED4C, symSize: 0x8 } + - { offsetInCU: 0xF5D, offset: 0x10258D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x27C4, symBinAddr: 0x3ED54, symSize: 0x3C } + - { offsetInCU: 0xFC2, offset: 0x1025F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2800, symBinAddr: 0x3ED90, symSize: 0xC } + - { offsetInCU: 0xFDE, offset: 0x10260E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x280C, symBinAddr: 0x3ED9C, symSize: 0xC } + - { offsetInCU: 0xFFA, offset: 0x10262A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0xE37C, symBinAddr: 0x4A83C, symSize: 0x50 } + - { offsetInCU: 0x1026, offset: 0x102656, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x23F8, symBinAddr: 0x3E988, symSize: 0x8 } + - { offsetInCU: 0x1053, offset: 0x102683, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x2400, symBinAddr: 0x3E990, symSize: 0x8 } + - { offsetInCU: 0x1080, offset: 0x1026B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9framerateSdvg', symObjAddr: 0x2408, symBinAddr: 0x3E998, symSize: 0x8 } + - { offsetInCU: 0x10AD, offset: 0x1026DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC11markerNamesSaySSGvg', symObjAddr: 0x2410, symBinAddr: 0x3E9A0, symSize: 0x19C } + - { offsetInCU: 0x12C2, offset: 0x1028F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfd', symObjAddr: 0x299C, symBinAddr: 0x3EF2C, symSize: 0x4C } + - { offsetInCU: 0x12EF, offset: 0x10291F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfD', symObjAddr: 0x29E8, symBinAddr: 0x3EF78, symSize: 0x1C } + - { offsetInCU: 0x131C, offset: 0x10294C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A04, symBinAddr: 0x3EF94, symSize: 0x3E8 } + - { offsetInCU: 0x1373, offset: 0x1029A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2DEC, symBinAddr: 0x3F37C, symSize: 0x54 } + - { offsetInCU: 0x13AB, offset: 0x1029DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2E40, symBinAddr: 0x3F3D0, symSize: 0x20 } + - { offsetInCU: 0x13DB, offset: 0x102A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfC', symObjAddr: 0xCC4, symBinAddr: 0x3D2D8, symSize: 0x2C } + - { offsetInCU: 0x13F8, offset: 0x102A28, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueSivg', symObjAddr: 0xCF0, symBinAddr: 0x3D304, symSize: 0x8 } + - { offsetInCU: 0x142D, offset: 0x102A5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xDBC, symBinAddr: 0x3D3D0, symSize: 0x24 } + - { offsetInCU: 0x1470, offset: 0x102AA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xDE0, symBinAddr: 0x3D3F4, symSize: 0xC } + - { offsetInCU: 0x1490, offset: 0x102AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xDE0, symBinAddr: 0x3D3F4, symSize: 0xC } + - { offsetInCU: 0x1606, offset: 0x102C36, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x16D4, symBinAddr: 0x3DC84, symSize: 0x44 } + - { offsetInCU: 0x161A, offset: 0x102C4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSeAAWl', symObjAddr: 0x1738, symBinAddr: 0x3DCC8, symSize: 0x44 } + - { offsetInCU: 0x162E, offset: 0x102C5E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSeAAWl', symObjAddr: 0x177C, symBinAddr: 0x3DD0C, symSize: 0x44 } + - { offsetInCU: 0x185A, offset: 0x102E8A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20MaskCompositionLayerC0oQ0C_Tg5', symObjAddr: 0x2E60, symBinAddr: 0x3F3F0, symSize: 0x2C } + - { offsetInCU: 0x1872, offset: 0x102EA2, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4MaskC_Tg5', symObjAddr: 0x2E8C, symBinAddr: 0x3F41C, symSize: 0x2C } + - { offsetInCU: 0x188A, offset: 0x102EBA, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie14ShapeItemLayerC0P0V_Tg5', symObjAddr: 0x2EB8, symBinAddr: 0x3F448, symSize: 0x1C } + - { offsetInCU: 0x18A2, offset: 0x102ED2, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFyp_Tg5', symObjAddr: 0x2ED4, symBinAddr: 0x3F464, symSize: 0x1C } + - { offsetInCU: 0x18BA, offset: 0x102EEA, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x2EF0, symBinAddr: 0x3F480, symSize: 0x1C } + - { offsetInCU: 0x18D2, offset: 0x102F02, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie9ShapeItemC_Tg5', symObjAddr: 0x2F0C, symBinAddr: 0x3F49C, symSize: 0x2C } + - { offsetInCU: 0x18EA, offset: 0x102F1A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GroupC_Tg5', symObjAddr: 0x2F38, symBinAddr: 0x3F4C8, symSize: 0x2C } + - { offsetInCU: 0x1902, offset: 0x102F32, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector3DVG_Tg5', symObjAddr: 0x2F64, symBinAddr: 0x3F4F4, symSize: 0x2C } + - { offsetInCU: 0x191A, offset: 0x102F4A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x2F90, symBinAddr: 0x3F520, symSize: 0x2C } + - { offsetInCU: 0x1932, offset: 0x102F62, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyValueProvider_p_Tg5', symObjAddr: 0x2FBC, symBinAddr: 0x3F54C, symSize: 0x2C } + - { offsetInCU: 0x194A, offset: 0x102F7A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie13KeyframeGroupCyypG_Tg5', symObjAddr: 0x2FE8, symBinAddr: 0x3F578, symSize: 0x2C } + - { offsetInCU: 0x1962, offset: 0x102F92, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x3014, symBinAddr: 0x3F5A4, symSize: 0x24 } + - { offsetInCU: 0x197A, offset: 0x102FAA, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyypG_Tg5', symObjAddr: 0x3038, symBinAddr: 0x3F5C8, symSize: 0x2C } + - { offsetInCU: 0x1992, offset: 0x102FC2, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSd_Tg5', symObjAddr: 0x3064, symBinAddr: 0x3F5F4, symSize: 0x1C } + - { offsetInCU: 0x19AA, offset: 0x102FDA, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x3080, symBinAddr: 0x3F610, symSize: 0x1C } + - { offsetInCU: 0x19C2, offset: 0x102FF2, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo19CAKeyframeAnimationC_Tg5', symObjAddr: 0x309C, symBinAddr: 0x3F62C, symSize: 0x34 } + - { offsetInCU: 0x19DA, offset: 0x10300A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo8NSNumberC_Tg5', symObjAddr: 0x30D0, symBinAddr: 0x3F660, symSize: 0x34 } + - { offsetInCU: 0x19F2, offset: 0x103022, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x3104, symBinAddr: 0x3F694, symSize: 0x1C } + - { offsetInCU: 0x1A0A, offset: 0x10303A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySo13CATransform3DVGG_Tg5', symObjAddr: 0x3120, symBinAddr: 0x3F6B0, symSize: 0x2C } + - { offsetInCU: 0x1A22, offset: 0x103052, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CGPointV_Tg5', symObjAddr: 0x314C, symBinAddr: 0x3F6DC, symSize: 0x2C } + - { offsetInCU: 0x1A3A, offset: 0x10306A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSb_Tg5', symObjAddr: 0x3178, symBinAddr: 0x3F708, symSize: 0x1C } + - { offsetInCU: 0x1A52, offset: 0x103082, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySbGG_Tg5', symObjAddr: 0x3194, symBinAddr: 0x3F724, symSize: 0x2C } + - { offsetInCU: 0x1A6A, offset: 0x10309A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo10CGColorRefa_Tg5', symObjAddr: 0x31C0, symBinAddr: 0x3F750, symSize: 0x2C } + - { offsetInCU: 0x1A82, offset: 0x1030B2, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo6CGSizeV_Tg5', symObjAddr: 0x31EC, symBinAddr: 0x3F77C, symSize: 0x2C } + - { offsetInCU: 0x1A9A, offset: 0x1030CA, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySo6CGSizeVG_Tg5', symObjAddr: 0x3218, symBinAddr: 0x3F7A8, symSize: 0x2C } + - { offsetInCU: 0x1AB2, offset: 0x1030E2, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DV5start_AK3endtG_Tg5', symObjAddr: 0x3244, symBinAddr: 0x3F7D4, symSize: 0x2C } + - { offsetInCU: 0x1ACA, offset: 0x1030FA, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG010BezierPathO0VG_Tg5', symObjAddr: 0x3270, symBinAddr: 0x3F800, symSize: 0x2C } + - { offsetInCU: 0x1AE2, offset: 0x103112, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo9CGPathRefa_Tg5', symObjAddr: 0x329C, symBinAddr: 0x3F82C, symSize: 0x2C } + - { offsetInCU: 0x1AFA, offset: 0x10312A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG7EllipseCAHVG_Tg5', symObjAddr: 0x32C8, symBinAddr: 0x3F858, symSize: 0x2C } + - { offsetInCU: 0x1B12, offset: 0x103142, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG9RectangleCAHVG_Tg5', symObjAddr: 0x32F4, symBinAddr: 0x3F884, symSize: 0x2C } + - { offsetInCU: 0x1B2A, offset: 0x10315A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4StarCAHVG_Tg5', symObjAddr: 0x3320, symBinAddr: 0x3F8B0, symSize: 0x2C } + - { offsetInCU: 0x1B42, offset: 0x103172, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFABy6Lottie8KeyframeCyAG0N8Vector1DVGG_Tg5', symObjAddr: 0x334C, symBinAddr: 0x3F8DC, symSize: 0x1C } + - { offsetInCU: 0x1B5A, offset: 0x10318A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5', symObjAddr: 0x3368, symBinAddr: 0x3F8F8, symSize: 0x2C } + - { offsetInCU: 0x1B72, offset: 0x1031A2, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3394, symBinAddr: 0x3F924, symSize: 0x2C } + - { offsetInCU: 0x1B8A, offset: 0x1031BA, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x33C0, symBinAddr: 0x3F950, symSize: 0x2C } + - { offsetInCU: 0x1BA2, offset: 0x1031D2, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySayAG10BezierPathVGG_Tg5', symObjAddr: 0x33EC, symBinAddr: 0x3F97C, symSize: 0x2C } + - { offsetInCU: 0x1BBA, offset: 0x1031EA, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyKeyframeGroup_p_Tg5', symObjAddr: 0x3418, symBinAddr: 0x3F9A8, symSize: 0x2C } + - { offsetInCU: 0x1BD2, offset: 0x103202, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20KeyframeInterpolatorCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x3444, symBinAddr: 0x3F9D4, symSize: 0x2C } + - { offsetInCU: 0x1BEA, offset: 0x10321A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie0N8Vector1DV_Tg5', symObjAddr: 0x3470, symBinAddr: 0x3FA00, symSize: 0x24 } + - { offsetInCU: 0x1C02, offset: 0x103232, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie17KeypathSearchable_p_Tg5', symObjAddr: 0x3494, symBinAddr: 0x3FA24, symSize: 0x2C } + - { offsetInCU: 0x1C1A, offset: 0x10324A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16CompositionLayerC_Tg5', symObjAddr: 0x34C0, symBinAddr: 0x3FA50, symSize: 0x2C } + - { offsetInCU: 0x1C32, offset: 0x103262, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4FontC_Tg5', symObjAddr: 0x34EC, symBinAddr: 0x3FA7C, symSize: 0x2C } + - { offsetInCU: 0x1C4A, offset: 0x10327A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie6MarkerC_Tg5', symObjAddr: 0x3518, symBinAddr: 0x3FAA8, symSize: 0x2C } + - { offsetInCU: 0x1C62, offset: 0x103292, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GlyphC_Tg5', symObjAddr: 0x3544, symBinAddr: 0x3FAD4, symSize: 0x2C } + - { offsetInCU: 0x1C7A, offset: 0x1032AA, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N5ColorVG_Tg5', symObjAddr: 0x3570, symBinAddr: 0x3FB00, symSize: 0x2C } + - { offsetInCU: 0x1C92, offset: 0x1032C2, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CALayerC_Tg5', symObjAddr: 0x359C, symBinAddr: 0x3FB2C, symSize: 0x34 } + - { offsetInCU: 0x1CAA, offset: 0x1032DA, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie12TextAnimatorC_Tg5', symObjAddr: 0x35D0, symBinAddr: 0x3FB60, symSize: 0x2C } + - { offsetInCU: 0x1CC2, offset: 0x1032F2, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG12TextDocumentCG_Tg5', symObjAddr: 0x35FC, symBinAddr: 0x3FB8C, symSize: 0x2C } + - { offsetInCU: 0x1CDA, offset: 0x10330A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySaySdGG_Tg5', symObjAddr: 0x3628, symBinAddr: 0x3FBB8, symSize: 0x2C } + - { offsetInCU: 0x1CF2, offset: 0x103322, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie11DashElementC_Tg5', symObjAddr: 0x3654, symBinAddr: 0x3FBE4, symSize: 0x2C } + - { offsetInCU: 0x1D0A, offset: 0x10333A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG10BezierPathVG_Tg5', symObjAddr: 0x3680, symBinAddr: 0x3FC10, symSize: 0x2C } + - { offsetInCU: 0x1D22, offset: 0x103352, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie03DotN4FileC9AnimationV_Tg5', symObjAddr: 0x36AC, symBinAddr: 0x3FC3C, symSize: 0x1C } + - { offsetInCU: 0x1D9D, offset: 0x1033CD, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0R0V_Tg5', symObjAddr: 0x3804, symBinAddr: 0x3FD94, symSize: 0x104 } + - { offsetInCU: 0x1F00, offset: 0x103530, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x3908, symBinAddr: 0x3FE98, symSize: 0x108 } + - { offsetInCU: 0x2063, offset: 0x103693, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x3A10, symBinAddr: 0x3FFA0, symSize: 0x104 } + - { offsetInCU: 0x21C6, offset: 0x1037F6, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x3B14, symBinAddr: 0x400A4, symSize: 0xFC } + - { offsetInCU: 0x2313, offset: 0x103943, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x3C10, symBinAddr: 0x401A0, symSize: 0x104 } + - { offsetInCU: 0x2476, offset: 0x103AA6, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x3E64, symBinAddr: 0x403F4, symSize: 0x124 } + - { offsetInCU: 0x25D9, offset: 0x103C09, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSb_Tg5', symObjAddr: 0x3F88, symBinAddr: 0x40518, symSize: 0xE8 } + - { offsetInCU: 0x273C, offset: 0x103D6C, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs0aB0Vy6Lottie8KeyframeCyAJ0P8Vector1DVGG_Tg5', symObjAddr: 0x419C, symBinAddr: 0x4072C, symSize: 0x124 } + - { offsetInCU: 0x289F, offset: 0x103ECF, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV_Tg5', symObjAddr: 0x4748, symBinAddr: 0x40CD8, symSize: 0x120 } + - { offsetInCU: 0x2A02, offset: 0x104032, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie03DotP4FileC9AnimationV_Tg5', symObjAddr: 0x4868, symBinAddr: 0x40DF8, symSize: 0x118 } + - { offsetInCU: 0x2B39, offset: 0x104169, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x4980, symBinAddr: 0x40F10, symSize: 0x1AC } + - { offsetInCU: 0x2BDB, offset: 0x10420B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector1DVTg5', symObjAddr: 0x4B2C, symBinAddr: 0x410BC, symSize: 0x188 } + - { offsetInCU: 0x2C7D, offset: 0x1042AD, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector3DVTg5', symObjAddr: 0x4CB4, symBinAddr: 0x41244, symSize: 0x1A0 } + - { offsetInCU: 0x2D1F, offset: 0x10434F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x4E54, symBinAddr: 0x413E4, symSize: 0x188 } + - { offsetInCU: 0x2DC1, offset: 0x1043F1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G5ColorVTg5', symObjAddr: 0x4FDC, symBinAddr: 0x4156C, symSize: 0x194 } + - { offsetInCU: 0x2E63, offset: 0x104493, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x5170, symBinAddr: 0x41700, symSize: 0x18C } + - { offsetInCU: 0x2F05, offset: 0x104535, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x52FC, symBinAddr: 0x4188C, symSize: 0x1CC } + - { offsetInCU: 0x2FA7, offset: 0x1045D7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x54D4, symBinAddr: 0x41A64, symSize: 0x1A0 } + - { offsetInCU: 0x3049, offset: 0x104679, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x5674, symBinAddr: 0x41C04, symSize: 0x1A8 } + - { offsetInCU: 0x30EB, offset: 0x10471B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x581C, symBinAddr: 0x41DAC, symSize: 0x1A8 } + - { offsetInCU: 0x318D, offset: 0x1047BD, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x59C4, symBinAddr: 0x41F54, symSize: 0x194 } + - { offsetInCU: 0x322F, offset: 0x10485F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x5D34, symBinAddr: 0x422C4, symSize: 0x1F8 } + - { offsetInCU: 0x32DC, offset: 0x10490C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x5F2C, symBinAddr: 0x424BC, symSize: 0x1B0 } + - { offsetInCU: 0x3389, offset: 0x1049B9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0x60DC, symBinAddr: 0x4266C, symSize: 0x1B8 } + - { offsetInCU: 0x342B, offset: 0x104A5B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF6Lottie16AnimationKeypathV_AD16AnyValueProvider_pTg5', symObjAddr: 0x6294, symBinAddr: 0x42824, symSize: 0x1DC } + - { offsetInCU: 0x34AC, offset: 0x104ADC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie6MarkerCTg5', symObjAddr: 0x6470, symBinAddr: 0x42A00, symSize: 0x1C4 } + - { offsetInCU: 0x3559, offset: 0x104B89, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AH2totTg5', symObjAddr: 0x6640, symBinAddr: 0x42BD0, symSize: 0x1EC } + - { offsetInCU: 0x35F3, offset: 0x104C23, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSu_SSTg5', symObjAddr: 0x6A08, symBinAddr: 0x42F98, symSize: 0x1BC } + - { offsetInCU: 0x3695, offset: 0x104CC5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_So10CGImageRefaTg5', symObjAddr: 0x6BC4, symBinAddr: 0x43154, symSize: 0x1C4 } + - { offsetInCU: 0x374D, offset: 0x104D7D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x6F50, symBinAddr: 0x434E0, symSize: 0x35C } + - { offsetInCU: 0x3859, offset: 0x104E89, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector1DVTg5', symObjAddr: 0x72AC, symBinAddr: 0x4383C, symSize: 0x308 } + - { offsetInCU: 0x3965, offset: 0x104F95, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector3DVTg5', symObjAddr: 0x75B4, symBinAddr: 0x43B44, symSize: 0x320 } + - { offsetInCU: 0x3A71, offset: 0x1050A1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x78D4, symBinAddr: 0x43E64, symSize: 0x2FC } + - { offsetInCU: 0x3B7D, offset: 0x1051AD, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N5ColorVTg5', symObjAddr: 0x7BD0, symBinAddr: 0x44160, symSize: 0x310 } + - { offsetInCU: 0x3C89, offset: 0x1052B9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x7EE0, symBinAddr: 0x44470, symSize: 0x300 } + - { offsetInCU: 0x3DA0, offset: 0x1053D0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x81E0, symBinAddr: 0x44770, symSize: 0x358 } + - { offsetInCU: 0x3EC0, offset: 0x1054F0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x8544, symBinAddr: 0x44AD4, symSize: 0x328 } + - { offsetInCU: 0x3FCC, offset: 0x1055FC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x886C, symBinAddr: 0x44DFC, symSize: 0x338 } + - { offsetInCU: 0x40D8, offset: 0x105708, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x8BA4, symBinAddr: 0x45134, symSize: 0x340 } + - { offsetInCU: 0x41E4, offset: 0x105814, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x8EE4, symBinAddr: 0x45474, symSize: 0x310 } + - { offsetInCU: 0x4327, offset: 0x105957, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie10LayerModelCTg5', symObjAddr: 0x9548, symBinAddr: 0x45AD8, symSize: 0x334 } + - { offsetInCU: 0x4454, offset: 0x105A84, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_Say6Lottie10LayerModelCGTg5', symObjAddr: 0x987C, symBinAddr: 0x45E0C, symSize: 0x334 } + - { offsetInCU: 0x4572, offset: 0x105BA2, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x9BB0, symBinAddr: 0x46140, symSize: 0x3B4 } + - { offsetInCU: 0x4692, offset: 0x105CC2, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x9F64, symBinAddr: 0x464F4, symSize: 0x334 } + - { offsetInCU: 0x47A9, offset: 0x105DD9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0xA298, symBinAddr: 0x46828, symSize: 0x358 } + - { offsetInCU: 0x48A0, offset: 0x105ED0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTg5', symObjAddr: 0xA5F0, symBinAddr: 0x46B80, symSize: 0x274 } + - { offsetInCU: 0x4919, offset: 0x105F49, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie6MarkerCTg5', symObjAddr: 0xA864, symBinAddr: 0x46DF4, symSize: 0x398 } + - { offsetInCU: 0x4A3B, offset: 0x10606B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AJ2totTg5', symObjAddr: 0xAC08, symBinAddr: 0x47198, symSize: 0x38C } + - { offsetInCU: 0x4B68, offset: 0x106198, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSu_SSTg5', symObjAddr: 0xB364, symBinAddr: 0x478F4, symSize: 0x34C } + - { offsetInCU: 0x4C74, offset: 0x1062A4, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_So10CGImageRefaTg5', symObjAddr: 0xB6B0, symBinAddr: 0x47C40, symSize: 0x398 } + - { offsetInCU: 0x4DDD, offset: 0x10640D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV16_unsafeInsertNew3key5valueyxn_q_ntF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTB5', symObjAddr: 0xBDE8, symBinAddr: 0x48378, symSize: 0x114 } + - { offsetInCU: 0x4F31, offset: 0x106561, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSiAA5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOTg5Tf4dnnn_n', symObjAddr: 0xC084, symBinAddr: 0x48614, symSize: 0x104 } + - { offsetInCU: 0x4FB0, offset: 0x1065E0, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSAA15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOTg5Tf4dnnn_n', symObjAddr: 0xC188, symBinAddr: 0x48718, symSize: 0x10C } + - { offsetInCU: 0x5374, offset: 0x1069A4, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC0D9AnimationC10CodingKeysO_AC10LayerModelCAC0N4TypeOTg5Tf4dnnn_n', symObjAddr: 0xCF6C, symBinAddr: 0x494FC, symSize: 0x3E8 } + - { offsetInCU: 0x55A1, offset: 0x106BD1, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSesSeRzlWl', symObjAddr: 0xD398, symBinAddr: 0x498E4, symSize: 0x7C } + - { offsetInCU: 0x55B5, offset: 0x106BE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSEAAWl', symObjAddr: 0xD490, symBinAddr: 0x49960, symSize: 0x44 } + - { offsetInCU: 0x55C9, offset: 0x106BF9, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSEAAWl', symObjAddr: 0xD4D4, symBinAddr: 0x499A4, symSize: 0x44 } + - { offsetInCU: 0x55DD, offset: 0x106C0D, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSEsSERzlWl', symObjAddr: 0xD518, symBinAddr: 0x499E8, symSize: 0x7C } + - { offsetInCU: 0x55F1, offset: 0x106C21, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSEsSERzlWl', symObjAddr: 0xD618, symBinAddr: 0x49AE8, symSize: 0x7C } + - { offsetInCU: 0x5605, offset: 0x106C35, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASQWb', symObjAddr: 0xD694, symBinAddr: 0x49B64, symSize: 0x4 } + - { offsetInCU: 0x5619, offset: 0x106C49, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSQAAWl', symObjAddr: 0xD698, symBinAddr: 0x49B68, symSize: 0x44 } + - { offsetInCU: 0x562D, offset: 0x106C5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwet', symObjAddr: 0xD6EC, symBinAddr: 0x49BAC, symSize: 0x90 } + - { offsetInCU: 0x5641, offset: 0x106C71, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwst', symObjAddr: 0xD77C, symBinAddr: 0x49C3C, symSize: 0xBC } + - { offsetInCU: 0x5655, offset: 0x106C85, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwug', symObjAddr: 0xD838, symBinAddr: 0x49CF8, symSize: 0x8 } + - { offsetInCU: 0x5669, offset: 0x106C99, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwup', symObjAddr: 0xD840, symBinAddr: 0x49D00, symSize: 0x4 } + - { offsetInCU: 0x567D, offset: 0x106CAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwui', symObjAddr: 0xD844, symBinAddr: 0x49D04, symSize: 0xC } + - { offsetInCU: 0x5691, offset: 0x106CC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOMa', symObjAddr: 0xD850, symBinAddr: 0x49D10, symSize: 0x10 } + - { offsetInCU: 0x56A5, offset: 0x106CD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCMa', symObjAddr: 0xD860, symBinAddr: 0x49D20, symSize: 0x20 } + - { offsetInCU: 0x56B9, offset: 0x106CE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwet', symObjAddr: 0xD8BC, symBinAddr: 0x49D7C, symSize: 0x90 } + - { offsetInCU: 0x56CD, offset: 0x106CFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwst', symObjAddr: 0xD94C, symBinAddr: 0x49E0C, symSize: 0xBC } + - { offsetInCU: 0x56E1, offset: 0x106D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwug', symObjAddr: 0xDA08, symBinAddr: 0x49EC8, symSize: 0x8 } + - { offsetInCU: 0x56F5, offset: 0x106D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwup', symObjAddr: 0xDA10, symBinAddr: 0x49ED0, symSize: 0x4 } + - { offsetInCU: 0x5709, offset: 0x106D39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwui', symObjAddr: 0xDA14, symBinAddr: 0x49ED4, symSize: 0x8 } + - { offsetInCU: 0x571D, offset: 0x106D4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOMa', symObjAddr: 0xDA1C, symBinAddr: 0x49EDC, symSize: 0x10 } + - { offsetInCU: 0x5731, offset: 0x106D61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASQWb', symObjAddr: 0xDA2C, symBinAddr: 0x49EEC, symSize: 0x4 } + - { offsetInCU: 0x5745, offset: 0x106D75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAESQAAWl', symObjAddr: 0xDA30, symBinAddr: 0x49EF0, symSize: 0x44 } + - { offsetInCU: 0x5759, offset: 0x106D89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDA74, symBinAddr: 0x49F34, symSize: 0x4 } + - { offsetInCU: 0x576D, offset: 0x106D9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xDA78, symBinAddr: 0x49F38, symSize: 0x44 } + - { offsetInCU: 0x5781, offset: 0x106DB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xDABC, symBinAddr: 0x49F7C, symSize: 0x4 } + - { offsetInCU: 0x5795, offset: 0x106DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xDAC0, symBinAddr: 0x49F80, symSize: 0x44 } + - { offsetInCU: 0x57A9, offset: 0x106DD9, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC12PrecompAssetC10CodingKeysO_AC10LayerModelCAC0O4TypeOTg5Tf4dnnn_n', symObjAddr: 0xDB04, symBinAddr: 0x49FC4, symSize: 0x3DC } + - { offsetInCU: 0x59D1, offset: 0x107001, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs9CodingKeyAAWl', symObjAddr: 0xE3F4, symBinAddr: 0x4A88C, symSize: 0x44 } + - { offsetInCU: 0x59E5, offset: 0x107015, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSeAAWl', symObjAddr: 0xE438, symBinAddr: 0x4A8D0, symSize: 0x44 } + - { offsetInCU: 0x59F9, offset: 0x107029, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSeAAWl', symObjAddr: 0xE4C4, symBinAddr: 0x4A94C, symSize: 0x44 } + - { offsetInCU: 0x5A0D, offset: 0x10703D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSYAAWl', symObjAddr: 0xE560, symBinAddr: 0x4A9D0, symSize: 0x44 } + - { offsetInCU: 0x5A63, offset: 0x107093, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxcigSS_ypTg5', symObjAddr: 0xB08, symBinAddr: 0x3D11C, symSize: 0x88 } + - { offsetInCU: 0x5AEB, offset: 0x10711B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCF8, symBinAddr: 0x3D30C, symSize: 0x18 } + - { offsetInCU: 0x5B7C, offset: 0x1071AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH9hashValueSivgTW', symObjAddr: 0xD10, symBinAddr: 0x3D324, symSize: 0x44 } + - { offsetInCU: 0x5C2B, offset: 0x10725B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD54, symBinAddr: 0x3D368, symSize: 0x28 } + - { offsetInCU: 0x5C7E, offset: 0x1072AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD7C, symBinAddr: 0x3D390, symSize: 0x40 } + - { offsetInCU: 0x5D02, offset: 0x107332, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xDEC, symBinAddr: 0x3D400, symSize: 0x5C } + - { offsetInCU: 0x5D25, offset: 0x107355, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xE48, symBinAddr: 0x3D45C, symSize: 0x4C } + - { offsetInCU: 0x5ED8, offset: 0x107508, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x25CC, symBinAddr: 0x3EB5C, symSize: 0x88 } + - { offsetInCU: 0x5F87, offset: 0x1075B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2654, symBinAddr: 0x3EBE4, symSize: 0x60 } + - { offsetInCU: 0x6005, offset: 0x107635, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x26B4, symBinAddr: 0x3EC44, symSize: 0x40 } + - { offsetInCU: 0x6057, offset: 0x107687, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x26F4, symBinAddr: 0x3EC84, symSize: 0x5C } + - { offsetInCU: 0x60BA, offset: 0x1076EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2818, symBinAddr: 0x3EDA8, symSize: 0x28 } + - { offsetInCU: 0x60D6, offset: 0x107706, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x2840, symBinAddr: 0x3EDD0, symSize: 0x28 } + - { offsetInCU: 0x60F2, offset: 0x107722, size: 0x8, addend: 0x0, symName: '_$sSh8containsySbxFSS_Tg5', symObjAddr: 0x2868, symBinAddr: 0x3EDF8, symSize: 0x134 } + - { offsetInCU: 0x62E5, offset: 0x107915, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie6MarkerCG_Tg5037$s6Lottie0A9AnimationC19reducedMotionE19AA0E0CSgvgSbAFXEfU_ShySSGTf1cn_nTf4ng_n', symObjAddr: 0xBEFC, symBinAddr: 0x4848C, symSize: 0x13C } + - { offsetInCU: 0x645A, offset: 0x107A8A, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie6MarkerCTg5Tf4gd_n', symObjAddr: 0xC478, symBinAddr: 0x48A08, symSize: 0xEC } + - { offsetInCU: 0x65A3, offset: 0x107BD3, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_So8CAAction_pTg5Tf4gd_n', symObjAddr: 0xC588, symBinAddr: 0x48B18, symSize: 0xEC } + - { offsetInCU: 0x66E5, offset: 0x107D15, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie15AnyNodeProperty_pTg5Tf4gd_n', symObjAddr: 0xC68C, symBinAddr: 0x48C1C, symSize: 0x114 } + - { offsetInCU: 0x6827, offset: 0x107E57, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo7CALayerC_6Lottie16AnimationKeypathVTg5Tf4gd_n', symObjAddr: 0xC7A0, symBinAddr: 0x48D30, symSize: 0xE4 } + - { offsetInCU: 0x694B, offset: 0x107F7B, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SaySSGTg5Tf4gn_n', symObjAddr: 0xC884, symBinAddr: 0x48E14, symSize: 0x94 } + - { offsetInCU: 0x6A92, offset: 0x1080C2, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSu_SSTg5Tf4gd_n', symObjAddr: 0xC918, symBinAddr: 0x48EA8, symSize: 0x10C } + - { offsetInCU: 0x6BC4, offset: 0x1081F4, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs11AnyHashableV_12CoreGraphics7CGFloatV4from_AG2totTg5Tf4gd_n', symObjAddr: 0xCA24, symBinAddr: 0x48FB4, symSize: 0x110 } + - { offsetInCU: 0x6D14, offset: 0x108344, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo17NSLayoutAttributeV_So0C10ConstraintCTg5Tf4gd_n', symObjAddr: 0xCB40, symBinAddr: 0x490D0, symSize: 0xFC } + - { offsetInCU: 0x6E46, offset: 0x108476, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTg5Tf4gd_n', symObjAddr: 0xCD68, symBinAddr: 0x492F8, symSize: 0x110 } + - { offsetInCU: 0x4F, offset: 0x10896C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x4AA9C, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x108991, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x4AAE4, symSize: 0x3E4 } + - { offsetInCU: 0xDC, offset: 0x1089F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x42C, symBinAddr: 0x4AEC8, symSize: 0x72C } + - { offsetInCU: 0x3A7, offset: 0x108CC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB58, symBinAddr: 0x4B5F4, symSize: 0x264 } + - { offsetInCU: 0x415, offset: 0x108D32, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO8rawValueSSvg', symObjAddr: 0xDBC, symBinAddr: 0x4B858, symSize: 0x18 } + - { offsetInCU: 0x44E, offset: 0x108D6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xDD4, symBinAddr: 0x4B870, symSize: 0x18 } + - { offsetInCU: 0x47C, offset: 0x108D99, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xDD4, symBinAddr: 0x4B870, symSize: 0x18 } + - { offsetInCU: 0x4CE, offset: 0x108DEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0xE10, symBinAddr: 0x4B8AC, symSize: 0x64 } + - { offsetInCU: 0x534, offset: 0x108E51, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0xE74, symBinAddr: 0x4B910, symSize: 0x28 } + - { offsetInCU: 0x550, offset: 0x108E6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xE9C, symBinAddr: 0x4B938, symSize: 0x8 } + - { offsetInCU: 0x586, offset: 0x108EA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xEA4, symBinAddr: 0x4B940, symSize: 0x68 } + - { offsetInCU: 0x60B, offset: 0x108F28, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xF0C, symBinAddr: 0x4B9A8, symSize: 0xC } + - { offsetInCU: 0x627, offset: 0x108F44, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF18, symBinAddr: 0x4B9B4, symSize: 0xC } + - { offsetInCU: 0x663, offset: 0x108F80, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfD', symObjAddr: 0xFA8, symBinAddr: 0x4BA44, symSize: 0x4C } + - { offsetInCU: 0x738, offset: 0x109055, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfE', symObjAddr: 0xF74, symBinAddr: 0x4BA10, symSize: 0x34 } + - { offsetInCU: 0x790, offset: 0x1090AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCMa', symObjAddr: 0xFF4, symBinAddr: 0x4BA90, symSize: 0x20 } + - { offsetInCU: 0x7A4, offset: 0x1090C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs0E3KeyAAWl', symObjAddr: 0x1078, symBinAddr: 0x4BAB0, symSize: 0x44 } + - { offsetInCU: 0x7B8, offset: 0x1090D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSEAAWl', symObjAddr: 0x1100, symBinAddr: 0x4BAF4, symSize: 0x44 } + - { offsetInCU: 0x7CC, offset: 0x1090E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSEAAWl', symObjAddr: 0x1144, symBinAddr: 0x4BB38, symSize: 0x44 } + - { offsetInCU: 0x7E0, offset: 0x1090FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSeAAWl', symObjAddr: 0x11A8, symBinAddr: 0x4BB7C, symSize: 0x44 } + - { offsetInCU: 0x7F4, offset: 0x109111, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSeAAWl', symObjAddr: 0x1250, symBinAddr: 0x4BC24, symSize: 0x44 } + - { offsetInCU: 0x808, offset: 0x109125, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwet', symObjAddr: 0x1368, symBinAddr: 0x4BC68, symSize: 0x90 } + - { offsetInCU: 0x81C, offset: 0x109139, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwst', symObjAddr: 0x13F8, symBinAddr: 0x4BCF8, symSize: 0xBC } + - { offsetInCU: 0x830, offset: 0x10914D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwug', symObjAddr: 0x14B4, symBinAddr: 0x4BDB4, symSize: 0x8 } + - { offsetInCU: 0x844, offset: 0x109161, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwup', symObjAddr: 0x14BC, symBinAddr: 0x4BDBC, symSize: 0x4 } + - { offsetInCU: 0x858, offset: 0x109175, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwui', symObjAddr: 0x14C0, symBinAddr: 0x4BDC0, symSize: 0x8 } + - { offsetInCU: 0x86C, offset: 0x109189, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOMa', symObjAddr: 0x14C8, symBinAddr: 0x4BDC8, symSize: 0x10 } + - { offsetInCU: 0x880, offset: 0x10919D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASQWb', symObjAddr: 0x14D8, symBinAddr: 0x4BDD8, symSize: 0x4 } + - { offsetInCU: 0x894, offset: 0x1091B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFSQAAWl', symObjAddr: 0x14DC, symBinAddr: 0x4BDDC, symSize: 0x44 } + - { offsetInCU: 0x8A8, offset: 0x1091C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1520, symBinAddr: 0x4BE20, symSize: 0x4 } + - { offsetInCU: 0x8BC, offset: 0x1091D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1524, symBinAddr: 0x4BE24, symSize: 0x44 } + - { offsetInCU: 0x8D0, offset: 0x1091ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1568, symBinAddr: 0x4BE68, symSize: 0x4 } + - { offsetInCU: 0x8E4, offset: 0x109201, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x156C, symBinAddr: 0x4BE6C, symSize: 0x44 } + - { offsetInCU: 0x94D, offset: 0x10926A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDEC, symBinAddr: 0x4B888, symSize: 0xC } + - { offsetInCU: 0x969, offset: 0x109286, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH9hashValueSivgTW', symObjAddr: 0xDF8, symBinAddr: 0x4B894, symSize: 0x8 } + - { offsetInCU: 0x985, offset: 0x1092A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE00, symBinAddr: 0x4B89C, symSize: 0x8 } + - { offsetInCU: 0x9A1, offset: 0x1092BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE08, symBinAddr: 0x4B8A4, symSize: 0x8 } + - { offsetInCU: 0x9C4, offset: 0x1092E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF24, symBinAddr: 0x4B9C0, symSize: 0x28 } + - { offsetInCU: 0x9E0, offset: 0x1092FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xF4C, symBinAddr: 0x4B9E8, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1094D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x4BEB0, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x1094E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x4BEB0, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x1094FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMr', symObjAddr: 0x4, symBinAddr: 0x4BEB4, symSize: 0x5C } + - { offsetInCU: 0xA1, offset: 0x109547, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9keyframesACyxGs15ContiguousArrayVyAA0B0CyxGG_tcfC', symObjAddr: 0x60, symBinAddr: 0x4BF10, symSize: 0x4C } + - { offsetInCU: 0xE5, offset: 0x10958B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0xAC, symBinAddr: 0x4BF5C, symSize: 0x94 } + - { offsetInCU: 0x191, offset: 0x109637, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9keyframesACyxGs15ContiguousArrayVyAA0B0CyxGG_tcfc', symObjAddr: 0x140, symBinAddr: 0x4BFF0, symSize: 0x28 } + - { offsetInCU: 0x1B8, offset: 0x10965E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvg', symObjAddr: 0x168, symBinAddr: 0x4C018, symSize: 0x4C } + - { offsetInCU: 0x1F4, offset: 0x10969A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x1B4, symBinAddr: 0x4C064, symSize: 0x138 } + - { offsetInCU: 0x2B2, offset: 0x109758, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x2EC, symBinAddr: 0x4C19C, symSize: 0x334 } + - { offsetInCU: 0x475, offset: 0x10991B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfd', symObjAddr: 0x620, symBinAddr: 0x4C4D0, symSize: 0x2C } + - { offsetInCU: 0x4A2, offset: 0x109948, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfD', symObjAddr: 0x64C, symBinAddr: 0x4C4FC, symSize: 0x1C } + - { offsetInCU: 0x4CF, offset: 0x109975, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x674, symBinAddr: 0x4C524, symSize: 0x20 } + - { offsetInCU: 0x4FA, offset: 0x1099A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x694, symBinAddr: 0x4C544, symSize: 0xC } + - { offsetInCU: 0x51A, offset: 0x1099C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x694, symBinAddr: 0x4C544, symSize: 0xC } + - { offsetInCU: 0x52C, offset: 0x1099D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x6A0, symBinAddr: 0x4C550, symSize: 0x24 } + - { offsetInCU: 0x548, offset: 0x1099EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x6D4, symBinAddr: 0x4C584, symSize: 0x4 } + - { offsetInCU: 0x5B4, offset: 0x109A5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMa', symObjAddr: 0x668, symBinAddr: 0x4C518, symSize: 0xC } + - { offsetInCU: 0x5C8, offset: 0x109A6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x6C4, symBinAddr: 0x4C574, symSize: 0x8 } + - { offsetInCU: 0x5DC, offset: 0x109A82, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6CC, symBinAddr: 0x4C57C, symSize: 0x8 } + - { offsetInCU: 0x5F0, offset: 0x109A96, size: 0x8, addend: 0x0, symName: ___swift_instantiateGenericMetadata, symObjAddr: 0x6D8, symBinAddr: 0x4C588, symSize: 0x2C } + - { offsetInCU: 0x6C, offset: 0x109CEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector1DV_TB5', symObjAddr: 0x218C, symBinAddr: 0x4E634, symSize: 0xC4 } + - { offsetInCU: 0x176, offset: 0x109DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector3DV_TB5', symObjAddr: 0x2250, symBinAddr: 0x4E6F8, symSize: 0xD8 } + - { offsetInCU: 0x280, offset: 0x109EFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A5ColorV_TB5', symObjAddr: 0x23B0, symBinAddr: 0x4E814, symSize: 0xE4 } + - { offsetInCU: 0x397, offset: 0x10A015, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x4C5B4, symSize: 0x9D4 } + - { offsetInCU: 0x4FD, offset: 0x10A17B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x9D4, symBinAddr: 0x4CF88, symSize: 0xCE8 } + - { offsetInCU: 0xA16, offset: 0x10A694, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueSSvg', symObjAddr: 0x16BC, symBinAddr: 0x4DC70, symSize: 0x20 } + - { offsetInCU: 0xA4F, offset: 0x10A6CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x16F4, symBinAddr: 0x4DCA8, symSize: 0x20 } + - { offsetInCU: 0xA7D, offset: 0x10A6FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x16F4, symBinAddr: 0x4DCA8, symSize: 0x20 } + - { offsetInCU: 0xAC6, offset: 0x10A744, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x18B0, symBinAddr: 0x4DE64, symSize: 0x44 } + - { offsetInCU: 0xB0C, offset: 0x10A78A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x18F4, symBinAddr: 0x4DEA8, symSize: 0x28 } + - { offsetInCU: 0xB20, offset: 0x10A79E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x191C, symBinAddr: 0x4DED0, symSize: 0x8 } + - { offsetInCU: 0xB56, offset: 0x10A7D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1924, symBinAddr: 0x4DED8, symSize: 0x3C } + - { offsetInCU: 0xBBB, offset: 0x10A839, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1960, symBinAddr: 0x4DF14, symSize: 0xC } + - { offsetInCU: 0xBD7, offset: 0x10A855, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x196C, symBinAddr: 0x4DF20, symSize: 0xC } + - { offsetInCU: 0xBF3, offset: 0x10A871, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2C7C, symBinAddr: 0x4F00C, symSize: 0x50 } + - { offsetInCU: 0xC2B, offset: 0x10A8A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO8rawValueSSvg', symObjAddr: 0x16DC, symBinAddr: 0x4DC90, symSize: 0x18 } + - { offsetInCU: 0xC64, offset: 0x10A8E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x1714, symBinAddr: 0x4DCC8, symSize: 0x18 } + - { offsetInCU: 0xC92, offset: 0x10A910, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x1714, symBinAddr: 0x4DCC8, symSize: 0x18 } + - { offsetInCU: 0xCE4, offset: 0x10A962, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x19EC, symBinAddr: 0x4DFA0, symSize: 0x64 } + - { offsetInCU: 0xD4A, offset: 0x10A9C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1A50, symBinAddr: 0x4E004, symSize: 0x28 } + - { offsetInCU: 0xD66, offset: 0x10A9E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1A78, symBinAddr: 0x4E02C, symSize: 0x8 } + - { offsetInCU: 0xD9C, offset: 0x10AA1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1A80, symBinAddr: 0x4E034, symSize: 0x68 } + - { offsetInCU: 0xE21, offset: 0x10AA9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1AE8, symBinAddr: 0x4E09C, symSize: 0xC } + - { offsetInCU: 0xE3D, offset: 0x10AABB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1AF4, symBinAddr: 0x4E0A8, symSize: 0xC } + - { offsetInCU: 0xE5A, offset: 0x10AAD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfd', symObjAddr: 0x1B50, symBinAddr: 0x4E104, symSize: 0x64 } + - { offsetInCU: 0xE87, offset: 0x10AB05, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfD', symObjAddr: 0x1BB4, symBinAddr: 0x4E168, symSize: 0x1C } + - { offsetInCU: 0xEB4, offset: 0x10AB32, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1BF0, symBinAddr: 0x4E1A4, symSize: 0x390 } + - { offsetInCU: 0xF0B, offset: 0x10AB89, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1F80, symBinAddr: 0x4E534, symSize: 0x54 } + - { offsetInCU: 0xF43, offset: 0x10ABC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1FD4, symBinAddr: 0x4E588, symSize: 0x20 } + - { offsetInCU: 0xF75, offset: 0x10ABF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2144, symBinAddr: 0x4E5EC, symSize: 0xC } + - { offsetInCU: 0xFB6, offset: 0x10AC34, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x2150, symBinAddr: 0x4E5F8, symSize: 0xC } + - { offsetInCU: 0xFF7, offset: 0x10AC75, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x215C, symBinAddr: 0x4E604, symSize: 0xC } + - { offsetInCU: 0x1038, offset: 0x10ACB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2168, symBinAddr: 0x4E610, symSize: 0xC } + - { offsetInCU: 0x1079, offset: 0x10ACF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2174, symBinAddr: 0x4E61C, symSize: 0xC } + - { offsetInCU: 0x10BA, offset: 0x10AD38, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2180, symBinAddr: 0x4E628, symSize: 0xC } + - { offsetInCU: 0x1193, offset: 0x10AE11, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC7defaultACvgZTf4d_n', symObjAddr: 0x2580, symBinAddr: 0x4E95C, symSize: 0x1AC } + - { offsetInCU: 0x131F, offset: 0x10AF9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCMa', symObjAddr: 0x1BD0, symBinAddr: 0x4E184, symSize: 0x20 } + - { offsetInCU: 0x1333, offset: 0x10AFB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x2058, symBinAddr: 0x4E5A8, symSize: 0x44 } + - { offsetInCU: 0x14A0, offset: 0x10B11E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x2328, symBinAddr: 0x4E7D0, symSize: 0x44 } + - { offsetInCU: 0x14E0, offset: 0x10B15E, size: 0x8, addend: 0x0, symName: '_$sypSgWOb', symObjAddr: 0x27A4, symBinAddr: 0x4EB44, symSize: 0x48 } + - { offsetInCU: 0x14F4, offset: 0x10B172, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwet', symObjAddr: 0x27FC, symBinAddr: 0x4EB8C, symSize: 0x90 } + - { offsetInCU: 0x1508, offset: 0x10B186, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwst', symObjAddr: 0x288C, symBinAddr: 0x4EC1C, symSize: 0xBC } + - { offsetInCU: 0x151C, offset: 0x10B19A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwug', symObjAddr: 0x2948, symBinAddr: 0x4ECD8, symSize: 0x8 } + - { offsetInCU: 0x1530, offset: 0x10B1AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwup', symObjAddr: 0x2950, symBinAddr: 0x4ECE0, symSize: 0x4 } + - { offsetInCU: 0x1544, offset: 0x10B1C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwui', symObjAddr: 0x2954, symBinAddr: 0x4ECE4, symSize: 0x8 } + - { offsetInCU: 0x1558, offset: 0x10B1D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOMa', symObjAddr: 0x295C, symBinAddr: 0x4ECEC, symSize: 0x10 } + - { offsetInCU: 0x156C, offset: 0x10B1EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwet', symObjAddr: 0x296C, symBinAddr: 0x4ECFC, symSize: 0x90 } + - { offsetInCU: 0x1580, offset: 0x10B1FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwst', symObjAddr: 0x29FC, symBinAddr: 0x4ED8C, symSize: 0xBC } + - { offsetInCU: 0x1594, offset: 0x10B212, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwup', symObjAddr: 0x2AB8, symBinAddr: 0x4EE48, symSize: 0x4 } + - { offsetInCU: 0x15A8, offset: 0x10B226, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOMa', symObjAddr: 0x2ABC, symBinAddr: 0x4EE4C, symSize: 0x10 } + - { offsetInCU: 0x15BC, offset: 0x10B23A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASQWb', symObjAddr: 0x2ACC, symBinAddr: 0x4EE5C, symSize: 0x4 } + - { offsetInCU: 0x15D0, offset: 0x10B24E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAESQAAWl', symObjAddr: 0x2AD0, symBinAddr: 0x4EE60, symSize: 0x44 } + - { offsetInCU: 0x15E4, offset: 0x10B262, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASQWb', symObjAddr: 0x2B14, symBinAddr: 0x4EEA4, symSize: 0x4 } + - { offsetInCU: 0x15F8, offset: 0x10B276, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAESQAAWl', symObjAddr: 0x2B18, symBinAddr: 0x4EEA8, symSize: 0x44 } + - { offsetInCU: 0x160C, offset: 0x10B28A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2B5C, symBinAddr: 0x4EEEC, symSize: 0x4 } + - { offsetInCU: 0x1620, offset: 0x10B29E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B60, symBinAddr: 0x4EEF0, symSize: 0x44 } + - { offsetInCU: 0x1634, offset: 0x10B2B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2BA4, symBinAddr: 0x4EF34, symSize: 0x4 } + - { offsetInCU: 0x1648, offset: 0x10B2C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2BA8, symBinAddr: 0x4EF38, symSize: 0x44 } + - { offsetInCU: 0x165C, offset: 0x10B2DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2BEC, symBinAddr: 0x4EF7C, symSize: 0x4 } + - { offsetInCU: 0x1670, offset: 0x10B2EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2BF0, symBinAddr: 0x4EF80, symSize: 0x44 } + - { offsetInCU: 0x1684, offset: 0x10B302, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2C34, symBinAddr: 0x4EFC4, symSize: 0x4 } + - { offsetInCU: 0x1698, offset: 0x10B316, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2C38, symBinAddr: 0x4EFC8, symSize: 0x44 } + - { offsetInCU: 0x16F8, offset: 0x10B376, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x172C, symBinAddr: 0x4DCE0, symSize: 0x88 } + - { offsetInCU: 0x17A7, offset: 0x10B425, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x17B4, symBinAddr: 0x4DD68, symSize: 0x60 } + - { offsetInCU: 0x1825, offset: 0x10B4A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1814, symBinAddr: 0x4DDC8, symSize: 0x40 } + - { offsetInCU: 0x1877, offset: 0x10B4F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1854, symBinAddr: 0x4DE08, symSize: 0x5C } + - { offsetInCU: 0x18DA, offset: 0x10B558, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1978, symBinAddr: 0x4DF2C, symSize: 0x28 } + - { offsetInCU: 0x18F6, offset: 0x10B574, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x19A0, symBinAddr: 0x4DF54, symSize: 0x28 } + - { offsetInCU: 0x1912, offset: 0x10B590, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x19C8, symBinAddr: 0x4DF7C, symSize: 0xC } + - { offsetInCU: 0x192E, offset: 0x10B5AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x19D4, symBinAddr: 0x4DF88, symSize: 0x8 } + - { offsetInCU: 0x194A, offset: 0x10B5C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x19DC, symBinAddr: 0x4DF90, symSize: 0x8 } + - { offsetInCU: 0x1966, offset: 0x10B5E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x19E4, symBinAddr: 0x4DF98, symSize: 0x8 } + - { offsetInCU: 0x1989, offset: 0x10B607, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1B00, symBinAddr: 0x4E0B4, symSize: 0x28 } + - { offsetInCU: 0x19A5, offset: 0x10B623, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1B28, symBinAddr: 0x4E0DC, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x10B92E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x4F064, symSize: 0xE0 } + - { offsetInCU: 0x81, offset: 0x10B984, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x4F064, symSize: 0xE0 } + - { offsetInCU: 0x216, offset: 0x10BB19, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0xE0, symBinAddr: 0x4F144, symSize: 0x58 } + - { offsetInCU: 0x268, offset: 0x10BB6B, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0xE0, symBinAddr: 0x4F144, symSize: 0x58 } + - { offsetInCU: 0x325, offset: 0x10BC28, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE10SolveCubic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A3CtFZTf4nnnnd_n', symObjAddr: 0x138, symBinAddr: 0x4F19C, symSize: 0x258 } + - { offsetInCU: 0x27, offset: 0x10C111, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x4F3F4, symSize: 0x88 } + - { offsetInCU: 0x3F, offset: 0x10C129, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x4F3F4, symSize: 0x88 } + - { offsetInCU: 0x1BB, offset: 0x10C4C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeC11applyEffect2toySo7CALayerC_tF', symObjAddr: 0x0, symBinAddr: 0x4F47C, symSize: 0x23C } + - { offsetInCU: 0x425, offset: 0x10C732, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCfD', symObjAddr: 0x23C, symBinAddr: 0x4F6B8, symSize: 0x24 } + - { offsetInCU: 0x471, offset: 0x10C77E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCMa', symObjAddr: 0x260, symBinAddr: 0x4F6DC, symSize: 0x20 } + - { offsetInCU: 0x57E, offset: 0x10C88B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesC5modelAcA0bC5Model_p_tcfc', symObjAddr: 0x280, symBinAddr: 0x4F6FC, symSize: 0x8D4 } + - { offsetInCU: 0x968, offset: 0x10CC75, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfd', symObjAddr: 0xB54, symBinAddr: 0x4FFD0, symSize: 0x4C } + - { offsetInCU: 0x995, offset: 0x10CCA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfD', symObjAddr: 0xBA0, symBinAddr: 0x5001C, symSize: 0x1C } + - { offsetInCU: 0x9D1, offset: 0x10CCDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0xBDC, symBinAddr: 0x50058, symSize: 0xC } + - { offsetInCU: 0xA04, offset: 0x10CD11, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCMa', symObjAddr: 0xBBC, symBinAddr: 0x50038, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x10CFCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x50288, symSize: 0xC4 } + - { offsetInCU: 0xCA, offset: 0x10D06E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x50288, symSize: 0xC4 } + - { offsetInCU: 0x11F, offset: 0x10D0C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xC4, symBinAddr: 0x5034C, symSize: 0x90 } + - { offsetInCU: 0x191, offset: 0x10D135, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfD', symObjAddr: 0x170, symBinAddr: 0x503F8, symSize: 0x34 } + - { offsetInCU: 0x201, offset: 0x10D1A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x1C4, symBinAddr: 0x5044C, symSize: 0xC } + - { offsetInCU: 0x233, offset: 0x10D1D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x1D0, symBinAddr: 0x50458, symSize: 0x4 } + - { offsetInCU: 0x279, offset: 0x10D21D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x1D4, symBinAddr: 0x5045C, symSize: 0x18 } + - { offsetInCU: 0x2FD, offset: 0x10D2A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1EC, symBinAddr: 0x50474, symSize: 0x4 } + - { offsetInCU: 0x319, offset: 0x10D2BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x1F0, symBinAddr: 0x50478, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x10D2D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6parentAcA10NodeOutput_pSg_tcfcTf4ng_n', symObjAddr: 0x31C, symBinAddr: 0x504E0, symSize: 0x198 } + - { offsetInCU: 0x4DB, offset: 0x10D47F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfE', symObjAddr: 0x154, symBinAddr: 0x503DC, symSize: 0x1C } + - { offsetInCU: 0x508, offset: 0x10D4AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCMa', symObjAddr: 0x1A4, symBinAddr: 0x5042C, symSize: 0x20 } + - { offsetInCU: 0x5AC, offset: 0x10D550, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOc', symObjAddr: 0x210, symBinAddr: 0x50498, symSize: 0x48 } + - { offsetInCU: 0x2B, offset: 0x10D866, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x50678, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x10D87E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x50678, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x10D892, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMr', symObjAddr: 0x4, symBinAddr: 0x5067C, symSize: 0x70 } + - { offsetInCU: 0x72, offset: 0x10D8AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableA2aEP6sizingAA0B30UIMeasurementContainerStrategyOvgTW', symObjAddr: 0x74, symBinAddr: 0x506EC, symSize: 0x8 } + - { offsetInCU: 0xBA, offset: 0x10D8F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP04makeC07context0C4TypeQzAE0cE7ContextVyxG_tFTW', symObjAddr: 0x7C, symBinAddr: 0x506F4, symSize: 0x8 } + - { offsetInCU: 0xEC, offset: 0x10D927, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP06updateC0_7contexty0C4TypeQz_AE0cE7ContextVyxGtFTW', symObjAddr: 0x84, symBinAddr: 0x506FC, symSize: 0x4 } + - { offsetInCU: 0x155, offset: 0x10D990, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV06updateC0_7contextyAA0B22UIMeasurementContainerCyxG_0B2UI0C20RepresentableContextVyACyxq_GGtF', symObjAddr: 0x88, symBinAddr: 0x50700, symSize: 0x2F8 } + - { offsetInCU: 0x281, offset: 0x10DABC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP15makeCoordinator0G0QzyFTW', symObjAddr: 0x384, symBinAddr: 0x509FC, symSize: 0x24 } + - { offsetInCU: 0x2B8, offset: 0x10DAF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCfd', symObjAddr: 0x6E0, symBinAddr: 0x50D58, symSize: 0x2C } + - { offsetInCU: 0x307, offset: 0x10DB42, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCfD', symObjAddr: 0x70C, symBinAddr: 0x50D84, symSize: 0x38 } + - { offsetInCU: 0x39E, offset: 0x10DBD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorC7storageAEyxq__Gq__tc33_FF3F5C8F1A6E8A535DE5371260E28007LlfCTf4gn_n', symObjAddr: 0x162C, symBinAddr: 0x51CA4, symSize: 0x7C } + - { offsetInCU: 0x404, offset: 0x10DC3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV15makeCoordinatorAC0E0Cyxq__GyF', symObjAddr: 0x3A8, symBinAddr: 0x50A20, symSize: 0x3C } + - { offsetInCU: 0x473, offset: 0x10DCAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP12sizeThatFits_6uiView7contextSo6CGSizeVSgAE08ProposedJ4SizeV_0C4TypeQzAE0cE7ContextVyxGtFTW', symObjAddr: 0x3E8, symBinAddr: 0x50A60, symSize: 0x90 } + - { offsetInCU: 0x4A5, offset: 0x10DCE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideSizeThatFits_2in6uiViewySo6CGSizeVz_AE09_ProposedG0V0C4TypeQztFTW', symObjAddr: 0x478, symBinAddr: 0x50AF0, symSize: 0x5C } + - { offsetInCU: 0x4CD, offset: 0x10DD08, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextV10oldStorage017viewRepresentableE09containerAEyxq__Gq__0B2UI0ciE0VyACyxq_GGAA0B22UIMeasurementContainerCyxGtcfC', symObjAddr: 0x600, symBinAddr: 0x50C78, symSize: 0xE0 } + - { offsetInCU: 0x509, offset: 0x10DD44, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMa', symObjAddr: 0x744, symBinAddr: 0x50DBC, symSize: 0xC } + - { offsetInCU: 0x51D, offset: 0x10DD58, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMi', symObjAddr: 0x750, symBinAddr: 0x50DC8, symSize: 0x8 } + - { offsetInCU: 0x531, offset: 0x10DD6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMr', symObjAddr: 0x758, symBinAddr: 0x50DD0, symSize: 0xC8 } + - { offsetInCU: 0x545, offset: 0x10DD80, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwCP', symObjAddr: 0x820, symBinAddr: 0x50E98, symSize: 0xE8 } + - { offsetInCU: 0x559, offset: 0x10DD94, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMa', symObjAddr: 0x908, symBinAddr: 0x50F80, symSize: 0xC } + - { offsetInCU: 0x56D, offset: 0x10DDA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwxx', symObjAddr: 0x914, symBinAddr: 0x50F8C, symSize: 0x94 } + - { offsetInCU: 0x581, offset: 0x10DDBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwcp', symObjAddr: 0x9A8, symBinAddr: 0x51020, symSize: 0xB4 } + - { offsetInCU: 0x595, offset: 0x10DDD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwca', symObjAddr: 0xA5C, symBinAddr: 0x510D4, symSize: 0xC0 } + - { offsetInCU: 0x5A9, offset: 0x10DDE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwtk', symObjAddr: 0xB1C, symBinAddr: 0x51194, symSize: 0xB0 } + - { offsetInCU: 0x5BD, offset: 0x10DDF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwta', symObjAddr: 0xBCC, symBinAddr: 0x51244, symSize: 0xB8 } + - { offsetInCU: 0x5D1, offset: 0x10DE0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwet', symObjAddr: 0xC84, symBinAddr: 0x512FC, symSize: 0xC } + - { offsetInCU: 0x5E5, offset: 0x10DE20, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwst', symObjAddr: 0xD58, symBinAddr: 0x513D0, symSize: 0xC } + - { offsetInCU: 0x5F9, offset: 0x10DE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMa', symObjAddr: 0xE38, symBinAddr: 0x514B0, symSize: 0xC } + - { offsetInCU: 0x60D, offset: 0x10DE48, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMi', symObjAddr: 0xE44, symBinAddr: 0x514BC, symSize: 0x8 } + - { offsetInCU: 0x621, offset: 0x10DE5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMr', symObjAddr: 0xE4C, symBinAddr: 0x514C4, symSize: 0x90 } + - { offsetInCU: 0x635, offset: 0x10DE70, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwCP', symObjAddr: 0xEDC, symBinAddr: 0x51554, symSize: 0xE8 } + - { offsetInCU: 0x649, offset: 0x10DE84, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwxx', symObjAddr: 0xFC4, symBinAddr: 0x5163C, symSize: 0x68 } + - { offsetInCU: 0x65D, offset: 0x10DE98, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwcp', symObjAddr: 0x102C, symBinAddr: 0x516A4, symSize: 0x9C } + - { offsetInCU: 0x671, offset: 0x10DEAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwca', symObjAddr: 0x10C8, symBinAddr: 0x51740, symSize: 0xB0 } + - { offsetInCU: 0x685, offset: 0x10DEC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwtk', symObjAddr: 0x1178, symBinAddr: 0x517F0, symSize: 0x88 } + - { offsetInCU: 0x699, offset: 0x10DED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwta', symObjAddr: 0x1200, symBinAddr: 0x51878, symSize: 0xA0 } + - { offsetInCU: 0x6AD, offset: 0x10DEE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwet', symObjAddr: 0x12A0, symBinAddr: 0x51918, symSize: 0x110 } + - { offsetInCU: 0x6C1, offset: 0x10DEFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwst', symObjAddr: 0x13B0, symBinAddr: 0x51A28, symSize: 0x190 } + - { offsetInCU: 0x6D5, offset: 0x10DF10, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AA20ConfigurationContextAaEP_AA13ViewProvidingPWT', symObjAddr: 0x1540, symBinAddr: 0x51BB8, symSize: 0x10 } + - { offsetInCU: 0x6E9, offset: 0x10DF24, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AAWI', symObjAddr: 0x1550, symBinAddr: 0x51BC8, symSize: 0x2C } + - { offsetInCU: 0x6FD, offset: 0x10DF38, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableAAWI', symObjAddr: 0x157C, symBinAddr: 0x51BF4, symSize: 0x2C } + - { offsetInCU: 0x711, offset: 0x10DF4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaE4ViewPWb', symObjAddr: 0x15A8, symBinAddr: 0x51C20, symSize: 0x10 } + - { offsetInCU: 0x725, offset: 0x10DF60, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAA4BodyAeFP_AHWT', symObjAddr: 0x15B8, symBinAddr: 0x51C30, symSize: 0xC } + - { offsetInCU: 0x739, offset: 0x10DF74, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV04makeC07contextAA0B22UIMeasurementContainerCyxG0B2UI0C20RepresentableContextVyACyxq_GG_tFTf4dn_n', symObjAddr: 0x15C4, symBinAddr: 0x51C3C, symSize: 0x68 } + - { offsetInCU: 0x80F, offset: 0x10E04A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP09dismantleC0_11coordinatory0C4TypeQz_11CoordinatorQztFZTW', symObjAddr: 0x380, symBinAddr: 0x509F8, symSize: 0x4 } + - { offsetInCU: 0x82B, offset: 0x10E066, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP19_identifiedViewTree2inAE011_IdentifiedgH0O0C4TypeQz_tFTW', symObjAddr: 0x3E4, symBinAddr: 0x50A5C, symSize: 0x4 } + - { offsetInCU: 0x847, offset: 0x10E082, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideLayoutTraits_3foryAE01_gH0Vz_0C4TypeQztFTW', symObjAddr: 0x4D4, symBinAddr: 0x50B4C, symSize: 0x4 } + - { offsetInCU: 0x863, offset: 0x10E09E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP24_modifyBridgedViewInputsyyAE01_hI0VzFZTW', symObjAddr: 0x4D8, symBinAddr: 0x50B50, symSize: 0x14 } + - { offsetInCU: 0x87F, offset: 0x10E0BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP14_layoutOptionsyAE013_PlatformViewe6LayoutG0V0C4TypeQzFZTW', symObjAddr: 0x4EC, symBinAddr: 0x50B64, symSize: 0x14 } + - { offsetInCU: 0x89B, offset: 0x10E0D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE04view6inputsAE01_E7OutputsVAE11_GraphValueVyxG_AE01_E6InputsVtFZTW', symObjAddr: 0x500, symBinAddr: 0x50B78, symSize: 0x5C } + - { offsetInCU: 0x8B7, offset: 0x10E0F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE4List4view6inputsAE01_eG7OutputsVAE11_GraphValueVyxG_AE01_eG6InputsVtFZTW', symObjAddr: 0x55C, symBinAddr: 0x50BD4, symSize: 0x5C } + - { offsetInCU: 0x8D3, offset: 0x10E10E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP14_viewListCount6inputsSiSgAE01_egH6InputsV_tFZTW', symObjAddr: 0x5B8, symBinAddr: 0x50C30, symSize: 0x18 } + - { offsetInCU: 0x8EF, offset: 0x10E12A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP4body4BodyQzvgTW', symObjAddr: 0x5D0, symBinAddr: 0x50C48, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x10E320, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x51D20, symSize: 0x5C } + - { offsetInCU: 0x7C, offset: 0x10E34D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfD', symObjAddr: 0x5C, symBinAddr: 0x51D7C, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x10E389, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x98, symBinAddr: 0x51DB8, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x10E3CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xA4, symBinAddr: 0x51DC4, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x10E40B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xD4, symBinAddr: 0x51DF4, symSize: 0xC } + - { offsetInCU: 0x17B, offset: 0x10E44C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xE0, symBinAddr: 0x51E00, symSize: 0xC } + - { offsetInCU: 0x1AD, offset: 0x10E47E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesC4starAcA4StarC_tcfcTf4gn_n', symObjAddr: 0xFD0, symBinAddr: 0x52CB0, symSize: 0x444 } + - { offsetInCU: 0x540, offset: 0x10E811, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCMa', symObjAddr: 0x78, symBinAddr: 0x51D98, symSize: 0x20 } + - { offsetInCU: 0x680, offset: 0x10E951, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xEC, symBinAddr: 0x51E0C, symSize: 0x120 } + - { offsetInCU: 0x83F, offset: 0x10EB10, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCfD', symObjAddr: 0x20C, symBinAddr: 0x51F2C, symSize: 0x34 } + - { offsetInCU: 0x8A0, offset: 0x10EB71, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x260, symBinAddr: 0x51F80, symSize: 0x44 } + - { offsetInCU: 0x8EC, offset: 0x10EBBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x2A4, symBinAddr: 0x51FC4, symSize: 0x24 } + - { offsetInCU: 0x91E, offset: 0x10EBEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x2C8, symBinAddr: 0x51FE8, symSize: 0x4 } + - { offsetInCU: 0x958, offset: 0x10EC29, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2CC, symBinAddr: 0x51FEC, symSize: 0x8 } + - { offsetInCU: 0x978, offset: 0x10EC49, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2CC, symBinAddr: 0x51FEC, symSize: 0x8 } + - { offsetInCU: 0x9DB, offset: 0x10ECAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2D4, symBinAddr: 0x51FF4, symSize: 0x10 } + - { offsetInCU: 0x9FB, offset: 0x10ECCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2D4, symBinAddr: 0x51FF4, symSize: 0x10 } + - { offsetInCU: 0xA42, offset: 0x10ED13, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2E4, symBinAddr: 0x52004, symSize: 0x8 } + - { offsetInCU: 0xA62, offset: 0x10ED33, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2E4, symBinAddr: 0x52004, symSize: 0x8 } + - { offsetInCU: 0xA83, offset: 0x10ED54, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2EC, symBinAddr: 0x5200C, symSize: 0x8 } + - { offsetInCU: 0xAA3, offset: 0x10ED74, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2EC, symBinAddr: 0x5200C, symSize: 0x8 } + - { offsetInCU: 0xAC4, offset: 0x10ED95, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F4, symBinAddr: 0x52014, symSize: 0x8 } + - { offsetInCU: 0xAE4, offset: 0x10EDB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F4, symBinAddr: 0x52014, symSize: 0x8 } + - { offsetInCU: 0xB05, offset: 0x10EDD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2FC, symBinAddr: 0x5201C, symSize: 0x8 } + - { offsetInCU: 0xB25, offset: 0x10EDF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2FC, symBinAddr: 0x5201C, symSize: 0x8 } + - { offsetInCU: 0xB46, offset: 0x10EE17, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x304, symBinAddr: 0x52024, symSize: 0xC } + - { offsetInCU: 0xB66, offset: 0x10EE37, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x304, symBinAddr: 0x52024, symSize: 0xC } + - { offsetInCU: 0xB87, offset: 0x10EE58, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x310, symBinAddr: 0x52030, symSize: 0x10 } + - { offsetInCU: 0xBA7, offset: 0x10EE78, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x310, symBinAddr: 0x52030, symSize: 0x10 } + - { offsetInCU: 0xBC8, offset: 0x10EE99, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x320, symBinAddr: 0x52040, symSize: 0xC } + - { offsetInCU: 0xBFA, offset: 0x10EECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC06parentC04starAcA08AnimatorC0_pSg_AA4StarCtcfcTf4ngn_n', symObjAddr: 0x1414, symBinAddr: 0x530F4, symSize: 0x114 } + - { offsetInCU: 0xCB3, offset: 0x10EF84, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCMa', symObjAddr: 0x240, symBinAddr: 0x51F60, symSize: 0x20 } + - { offsetInCU: 0xFE3, offset: 0x10F2B4, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x718, symBinAddr: 0x52438, symSize: 0x14 } + - { offsetInCU: 0x101B, offset: 0x10F2EC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay6Lottie14ShapeItemLayerC0I0VG8grouping_AISg17trailingSeparatort_Tg5', symObjAddr: 0x72C, symBinAddr: 0x5244C, symSize: 0x14 } + - { offsetInCU: 0x1053, offset: 0x10F324, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo13CATransform3DV_Tg5', symObjAddr: 0x740, symBinAddr: 0x52460, symSize: 0x14 } + - { offsetInCU: 0x108B, offset: 0x10F35C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x754, symBinAddr: 0x52474, symSize: 0x14 } + - { offsetInCU: 0x10C3, offset: 0x10F394, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo7CGPointV_Tg5', symObjAddr: 0x768, symBinAddr: 0x52488, symSize: 0x14 } + - { offsetInCU: 0x10FB, offset: 0x10F3CC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSb_Tg5', symObjAddr: 0x77C, symBinAddr: 0x5249C, symSize: 0x14 } + - { offsetInCU: 0x1133, offset: 0x10F404, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo6CGSizeV_Tg5', symObjAddr: 0x79C, symBinAddr: 0x524BC, symSize: 0x14 } + - { offsetInCU: 0x116B, offset: 0x10F43C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x7BC, symBinAddr: 0x524DC, symSize: 0x14 } + - { offsetInCU: 0x11A3, offset: 0x10F474, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x7D0, symBinAddr: 0x524F0, symSize: 0x14 } + - { offsetInCU: 0x11DB, offset: 0x10F4AC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x86C, symBinAddr: 0x5258C, symSize: 0x14 } + - { offsetInCU: 0x1213, offset: 0x10F4E4, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11PathElementV_Tg5', symObjAddr: 0x880, symBinAddr: 0x525A0, symSize: 0x14 } + - { offsetInCU: 0x124B, offset: 0x10F51C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV5start_AG3endt_Tg5', symObjAddr: 0x894, symBinAddr: 0x525B4, symSize: 0x14 } + - { offsetInCU: 0x1283, offset: 0x10F554, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16AnimationKeypathV7keypath_AE16AnyValueProvider_p05valueM0t_Tg5', symObjAddr: 0x8A8, symBinAddr: 0x525C8, symSize: 0x14 } + - { offsetInCU: 0x12BB, offset: 0x10F58C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSS_Tg5', symObjAddr: 0x8BC, symBinAddr: 0x525DC, symSize: 0x14 } + - { offsetInCU: 0x15EB, offset: 0x10F8BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7polygon8position14numberOfPoints11outerRadius0I11Roundedness8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA3oA0C9DirectionOtFZTf4nnnnnnd_n', symObjAddr: 0x8D0, symBinAddr: 0x525F0, symSize: 0x6C0 } + - { offsetInCU: 0x24CC, offset: 0x11079D, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x32C, symBinAddr: 0x5204C, symSize: 0x2B0 } + - { offsetInCU: 0x27D6, offset: 0x110AA7, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFSay6Lottie11CurveVertexVG_Tg5', symObjAddr: 0x5DC, symBinAddr: 0x522FC, symSize: 0x13C } + - { offsetInCU: 0x1F6, offset: 0x11123D, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE03logB5IssueyySSKFAA21LayerAnimationContextV_TB5', symObjAddr: 0x0, symBinAddr: 0x53208, symSize: 0x240 } + - { offsetInCU: 0x516, offset: 0x11155D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5coderAESgSo7NSCoderC_tcfcTo', symObjAddr: 0x12EC, symBinAddr: 0x544F4, symSize: 0x58 } + - { offsetInCU: 0x55D, offset: 0x1115A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5layerAEyp_tcfc', symObjAddr: 0x1344, symBinAddr: 0x5454C, symSize: 0x1B0 } + - { offsetInCU: 0x63E, offset: 0x111685, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAEycfcTo', symObjAddr: 0x155C, symBinAddr: 0x54764, symSize: 0x2C } + - { offsetInCU: 0x6D0, offset: 0x111717, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x240, symBinAddr: 0x53448, symSize: 0x4CC } + - { offsetInCU: 0xBBC, offset: 0x111C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x744, symBinAddr: 0x5394C, symSize: 0x58 } + - { offsetInCU: 0xC03, offset: 0x111C4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x79C, symBinAddr: 0x539A4, symSize: 0x1B0 } + - { offsetInCU: 0xCC6, offset: 0x111D0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyF', symObjAddr: 0x958, symBinAddr: 0x53B60, symSize: 0x1FC } + - { offsetInCU: 0xE86, offset: 0x111ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyFTo', symObjAddr: 0xB54, symBinAddr: 0x53D5C, symSize: 0x2C } + - { offsetInCU: 0xEC0, offset: 0x111F07, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCACycfcTo', symObjAddr: 0xB80, symBinAddr: 0x53D88, symSize: 0x2C } + - { offsetInCU: 0x1142, offset: 0x112189, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCfETo', symObjAddr: 0xBB0, symBinAddr: 0x53DB8, symSize: 0x10 } + - { offsetInCU: 0x1171, offset: 0x1121B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCMa', symObjAddr: 0xBC0, symBinAddr: 0x53DC8, symSize: 0x20 } + - { offsetInCU: 0x1185, offset: 0x1121CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xBE0, symBinAddr: 0x53DE8, symSize: 0x1F4 } + - { offsetInCU: 0x184E, offset: 0x112895, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xDD4, symBinAddr: 0x53FDC, symSize: 0x504 } + - { offsetInCU: 0x1D0E, offset: 0x112D55, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_', symObjAddr: 0x15F0, symBinAddr: 0x547F8, symSize: 0x8C } + - { offsetInCU: 0x1D6D, offset: 0x112DB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCAA09AnimationD0A2aDP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x12D8, symBinAddr: 0x544E0, symSize: 0x14 } + - { offsetInCU: 0x1D90, offset: 0x112DD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CfETo', symObjAddr: 0x15C0, symBinAddr: 0x547C8, symSize: 0x10 } + - { offsetInCU: 0x1DBF, offset: 0x112E06, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CMa', symObjAddr: 0x15D0, symBinAddr: 0x547D8, symSize: 0x20 } + - { offsetInCU: 0x1DD3, offset: 0x112E1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAA09AnimationD0A2aFP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x167C, symBinAddr: 0x54884, symSize: 0x14 } + - { offsetInCU: 0x1E7C, offset: 0x112EC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_So13CATransform3DV_Tg5Tf4nxnn_n', symObjAddr: 0x3A60, symBinAddr: 0x56AEC, symSize: 0x26C } + - { offsetInCU: 0x1FC2, offset: 0x113009, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_12CoreGraphics7CGFloatV_Tg5Tf4nxnn_n', symObjAddr: 0x3CCC, symBinAddr: 0x56D58, symSize: 0x19C } + - { offsetInCU: 0x2107, offset: 0x11314E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_Sb_Tg5Tf4nxnn_n', symObjAddr: 0x3E68, symBinAddr: 0x56EF4, symSize: 0x1AC } + - { offsetInCU: 0x228C, offset: 0x1132D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_TA', symObjAddr: 0x1CE4, symBinAddr: 0x54EEC, symSize: 0x8 } + - { offsetInCU: 0x22C6, offset: 0x11330D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5', symObjAddr: 0x1D2C, symBinAddr: 0x54EF4, symSize: 0xA4 } + - { offsetInCU: 0x2428, offset: 0x11346F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo13CATransform3DV_TB5Tf4xnd_n', symObjAddr: 0x1DD0, symBinAddr: 0x54F98, symSize: 0x3BC } + - { offsetInCU: 0x2734, offset: 0x11377B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo7CGPointV_TB5Tf4xnd_n', symObjAddr: 0x218C, symBinAddr: 0x55354, symSize: 0x2E8 } + - { offsetInCU: 0x2A40, offset: 0x113A87, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlF12CoreGraphics7CGFloatV_TB5Tf4xnd_n', symObjAddr: 0x2474, symBinAddr: 0x5563C, symSize: 0x2E0 } + - { offsetInCU: 0x2D50, offset: 0x113D97, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSb_TB5Tf4xnd_n', symObjAddr: 0x2754, symBinAddr: 0x5591C, symSize: 0x2D8 } + - { offsetInCU: 0x3057, offset: 0x11409E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo10CGColorRefa_TB5Tf4xnd_n', symObjAddr: 0x2A2C, symBinAddr: 0x55BF4, symSize: 0x2A8 } + - { offsetInCU: 0x333C, offset: 0x114383, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo6CGSizeV_TB5Tf4xnd_n', symObjAddr: 0x2CD4, symBinAddr: 0x55E9C, symSize: 0x2E8 } + - { offsetInCU: 0x35F0, offset: 0x114637, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x3028, symBinAddr: 0x561A8, symSize: 0x8 } + - { offsetInCU: 0x365C, offset: 0x1146A3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo9CGPathRefa_TB5Tf4xnd_n', symObjAddr: 0x3030, symBinAddr: 0x561B0, symSize: 0x2A8 } + - { offsetInCU: 0x3941, offset: 0x114988, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSaySo10CGColorRefaG_TB5Tf4xnd_n', symObjAddr: 0x32D8, symBinAddr: 0x56458, symSize: 0x300 } + - { offsetInCU: 0x3C50, offset: 0x114C97, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSay12CoreGraphics7CGFloatVG_TB5Tf4xnd_n', symObjAddr: 0x35D8, symBinAddr: 0x56758, symSize: 0x300 } + - { offsetInCU: 0x3F07, offset: 0x114F4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tSgWOh', symObjAddr: 0x38D8, symBinAddr: 0x56A58, symSize: 0x40 } + - { offsetInCU: 0x3FA5, offset: 0x114FEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So9CGPathRefa_Tg5TA', symObjAddr: 0x41C4, symBinAddr: 0x57250, symSize: 0x30 } + - { offsetInCU: 0x3FB9, offset: 0x115000, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x41F4, symBinAddr: 0x57280, symSize: 0x8 } + - { offsetInCU: 0x3FCD, offset: 0x115014, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOr', symObjAddr: 0x4220, symBinAddr: 0x572AC, symSize: 0x28 } + - { offsetInCU: 0x3FE1, offset: 0x115028, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOs', symObjAddr: 0x4248, symBinAddr: 0x572D4, symSize: 0x28 } + - { offsetInCU: 0x3FF5, offset: 0x11503C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4270, symBinAddr: 0x572FC, symSize: 0x8 } + - { offsetInCU: 0x4009, offset: 0x115050, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4278, symBinAddr: 0x57304, symSize: 0x8 } + - { offsetInCU: 0x401D, offset: 0x115064, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOc', symObjAddr: 0x4308, symBinAddr: 0x5730C, symSize: 0x48 } + - { offsetInCU: 0x4031, offset: 0x115078, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x4350, symBinAddr: 0x57354, symSize: 0x48 } + - { offsetInCU: 0x4045, offset: 0x11508C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x43EC, symBinAddr: 0x573F0, symSize: 0x2C } + - { offsetInCU: 0x4059, offset: 0x1150A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x4490, symBinAddr: 0x57494, symSize: 0x30 } + - { offsetInCU: 0x406D, offset: 0x1150B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So7CGPointV_Tg5TA', symObjAddr: 0x44F4, symBinAddr: 0x574F8, symSize: 0x2C } + - { offsetInCU: 0x4081, offset: 0x1150C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Say12CoreGraphics7CGFloatVG_Tg5TA', symObjAddr: 0x4554, symBinAddr: 0x57558, symSize: 0x38 } + - { offsetInCU: 0x4095, offset: 0x1150DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_SaySo10CGColorRefaG_Tg5TA', symObjAddr: 0x476C, symBinAddr: 0x57770, symSize: 0x30 } + - { offsetInCU: 0x40A9, offset: 0x1150F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So13CATransform3DV_Tg5TA', symObjAddr: 0x47B8, symBinAddr: 0x577BC, symSize: 0x38 } + - { offsetInCU: 0x40BD, offset: 0x115104, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So6CGSizeV_Tg5TA', symObjAddr: 0x4860, symBinAddr: 0x57828, symSize: 0x28 } + - { offsetInCU: 0x40D1, offset: 0x115118, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Sb_Tg5TA', symObjAddr: 0x48A4, symBinAddr: 0x5786C, symSize: 0x24 } + - { offsetInCU: 0x44D0, offset: 0x115517, size: 0x8, addend: 0x0, symName: '_$sSKsE4last5where7ElementQzSgSbADKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AF16AnyValueProvider_p05valueJ0tG_Tg5011$s6Lottie18ij74StoreC05valueC033_4EC701FB5E0978BECCD084F684086AE8LL3forAA03AnybC0_pSgAA16eF20V_tFSbAJ_AaG_ptXEfU_AHTf1ncn_n', symObjAddr: 0x1C28, symBinAddr: 0x54E30, symSize: 0xBC } + - { offsetInCU: 0x60, offset: 0x115CF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x578B0, symSize: 0x9C } + - { offsetInCU: 0x9C, offset: 0x115D30, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvg', symObjAddr: 0x9C, symBinAddr: 0x5794C, symSize: 0x1A4 } + - { offsetInCU: 0x1D0, offset: 0x115E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x240, symBinAddr: 0x57AF0, symSize: 0xE0 } + - { offsetInCU: 0x27B, offset: 0x115F0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x320, symBinAddr: 0x57BD0, symSize: 0x164 } + - { offsetInCU: 0x3F2, offset: 0x116086, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x484, symBinAddr: 0x57D34, symSize: 0xDC } + - { offsetInCU: 0x51A, offset: 0x1161AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x560, symBinAddr: 0x57E10, symSize: 0x60 } + - { offsetInCU: 0x59F, offset: 0x116233, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x5C0, symBinAddr: 0x57E70, symSize: 0x180 } + - { offsetInCU: 0x700, offset: 0x116394, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x740, symBinAddr: 0x57FF0, symSize: 0x140 } + - { offsetInCU: 0x7C8, offset: 0x11645C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF', symObjAddr: 0x880, symBinAddr: 0x58130, symSize: 0x188 } + - { offsetInCU: 0x93F, offset: 0x1165D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_', symObjAddr: 0xA08, symBinAddr: 0x582B8, symSize: 0xB0 } + - { offsetInCU: 0x9A4, offset: 0x116638, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_', symObjAddr: 0xAB8, symBinAddr: 0x58368, symSize: 0x20C } + - { offsetInCU: 0xA2C, offset: 0x1166C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xE78, symBinAddr: 0x58728, symSize: 0x194 } + - { offsetInCU: 0xBAA, offset: 0x11683E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0x100C, symBinAddr: 0x588BC, symSize: 0x420 } + - { offsetInCU: 0xC67, offset: 0x1168FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x144C, symBinAddr: 0x58CFC, symSize: 0x4 } + - { offsetInCU: 0x1033, offset: 0x116CC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOc', symObjAddr: 0x148C, symBinAddr: 0x58D00, symSize: 0x34 } + - { offsetInCU: 0x1047, offset: 0x116CDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x14E4, symBinAddr: 0x58D38, symSize: 0x8 } + - { offsetInCU: 0x105B, offset: 0x116CEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x1564, symBinAddr: 0x58DB8, symSize: 0x8 } + - { offsetInCU: 0x106F, offset: 0x116D03, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedSwitchCytG_Tg5TA', symObjAddr: 0x156C, symBinAddr: 0x58DC0, symSize: 0x8 } + - { offsetInCU: 0x1083, offset: 0x116D17, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x1574, symBinAddr: 0x58DC8, symSize: 0x8 } + - { offsetInCU: 0x1097, offset: 0x116D2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1604, symBinAddr: 0x58E1C, symSize: 0x8 } + - { offsetInCU: 0x10AB, offset: 0x116D3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOh', symObjAddr: 0x1630, symBinAddr: 0x58E48, symSize: 0x2C } + - { offsetInCU: 0x10BF, offset: 0x116D53, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOd', symObjAddr: 0x165C, symBinAddr: 0x58E74, symSize: 0x34 } + - { offsetInCU: 0x10D3, offset: 0x116D67, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGSgWOe', symObjAddr: 0x1690, symBinAddr: 0x58EA8, symSize: 0x2C } + - { offsetInCU: 0x10E7, offset: 0x116D7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x16C4, symBinAddr: 0x58EDC, symSize: 0xC } + - { offsetInCU: 0x10FB, offset: 0x116D8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x16E0, symBinAddr: 0x58EF8, symSize: 0x28 } + - { offsetInCU: 0x110F, offset: 0x116DA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1718, symBinAddr: 0x58F30, symSize: 0x28 } + - { offsetInCU: 0x1123, offset: 0x116DB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x17AC, symBinAddr: 0x58FC4, symSize: 0x20 } + - { offsetInCU: 0x1137, offset: 0x116DCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x17CC, symBinAddr: 0x58FE4, symSize: 0x2C } + - { offsetInCU: 0x114B, offset: 0x116DDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x183C, symBinAddr: 0x59010, symSize: 0x24 } + - { offsetInCU: 0x115F, offset: 0x116DF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAC7SwiftUI4ViewAAWl', symObjAddr: 0x1860, symBinAddr: 0x59034, symSize: 0x44 } + - { offsetInCU: 0x1173, offset: 0x116E07, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x18A4, symBinAddr: 0x59078, symSize: 0x10 } + - { offsetInCU: 0x1187, offset: 0x116E1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwCP', symObjAddr: 0x18B4, symBinAddr: 0x59088, symSize: 0x30 } + - { offsetInCU: 0x119B, offset: 0x116E2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwxx', symObjAddr: 0x18E4, symBinAddr: 0x590B8, symSize: 0x70 } + - { offsetInCU: 0x11AF, offset: 0x116E43, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwcp', symObjAddr: 0x1954, symBinAddr: 0x59128, symSize: 0x11C } + - { offsetInCU: 0x11C3, offset: 0x116E57, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwca', symObjAddr: 0x1A70, symBinAddr: 0x59244, symSize: 0x1C8 } + - { offsetInCU: 0x11D7, offset: 0x116E6B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGWOh', symObjAddr: 0x1C6C, symBinAddr: 0x5940C, symSize: 0x40 } + - { offsetInCU: 0x11EB, offset: 0x116E7F, size: 0x8, addend: 0x0, symName: ___swift_memcpy137_8, symObjAddr: 0x1CEC, symBinAddr: 0x5944C, symSize: 0x34 } + - { offsetInCU: 0x11FF, offset: 0x116E93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwta', symObjAddr: 0x1D20, symBinAddr: 0x59480, symSize: 0x108 } + - { offsetInCU: 0x1213, offset: 0x116EA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwet', symObjAddr: 0x1E28, symBinAddr: 0x59588, symSize: 0x48 } + - { offsetInCU: 0x1227, offset: 0x116EBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwst', symObjAddr: 0x1E70, symBinAddr: 0x595D0, symSize: 0x64 } + - { offsetInCU: 0x123B, offset: 0x116ECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVMa', symObjAddr: 0x1ED4, symBinAddr: 0x59634, symSize: 0x10 } + - { offsetInCU: 0x124F, offset: 0x116EE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_TA', symObjAddr: 0x1F5C, symBinAddr: 0x59678, symSize: 0xC } + - { offsetInCU: 0x1263, offset: 0x116EF7, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOe', symObjAddr: 0x1F68, symBinAddr: 0x59684, symSize: 0x10 } + - { offsetInCU: 0x1277, offset: 0x116F0B, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueCMa', symObjAddr: 0x1F78, symBinAddr: 0x59694, symSize: 0x3C } + - { offsetInCU: 0x128B, offset: 0x116F1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_yyScMYccfU_TA', symObjAddr: 0x1FF4, symBinAddr: 0x59710, symSize: 0x54 } + - { offsetInCU: 0x12BF, offset: 0x116F53, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2048, symBinAddr: 0x59764, symSize: 0x10 } + - { offsetInCU: 0x12D3, offset: 0x116F67, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2058, symBinAddr: 0x59774, symSize: 0x8 } + - { offsetInCU: 0x12E7, offset: 0x116F7B, size: 0x8, addend: 0x0, symName: '_$s8Dispatch0A13WorkItemFlagsVACs10SetAlgebraAAWl', symObjAddr: 0x2060, symBinAddr: 0x5977C, symSize: 0x48 } + - { offsetInCU: 0x13ED, offset: 0x117081, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x142C, symBinAddr: 0x58CDC, symSize: 0x4 } + - { offsetInCU: 0x1409, offset: 0x11709D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x1430, symBinAddr: 0x58CE0, symSize: 0x4 } + - { offsetInCU: 0x1425, offset: 0x1170B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x1434, symBinAddr: 0x58CE4, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0x117327, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x59830, symSize: 0x2E0 } + - { offsetInCU: 0x9F, offset: 0x11739B, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x59830, symSize: 0x2E0 } + - { offsetInCU: 0x27, offset: 0x1176B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x59C40, symSize: 0x4C } + - { offsetInCU: 0x50, offset: 0x1176E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x59C40, symSize: 0x4C } + - { offsetInCU: 0xAA, offset: 0x11773C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4C, symBinAddr: 0x59C8C, symSize: 0x14 } + - { offsetInCU: 0x139, offset: 0x1177CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH9hashValueSivgTW', symObjAddr: 0x60, symBinAddr: 0x59CA0, symSize: 0x44 } + - { offsetInCU: 0x21C, offset: 0x1178AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA4, symBinAddr: 0x59CE4, symSize: 0x28 } + - { offsetInCU: 0x335, offset: 0x1179C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtF', symObjAddr: 0x10C, symBinAddr: 0x59D4C, symSize: 0x1BC } + - { offsetInCU: 0x45E, offset: 0x117AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtFTo', symObjAddr: 0x2C8, symBinAddr: 0x59F08, symSize: 0x6C } + - { offsetInCU: 0x4AE, offset: 0x117B40, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCACycfcTo', symObjAddr: 0x334, symBinAddr: 0x59F74, symSize: 0x2C } + - { offsetInCU: 0x515, offset: 0x117BA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfD', symObjAddr: 0x360, symBinAddr: 0x59FA0, symSize: 0x30 } + - { offsetInCU: 0x559, offset: 0x117BEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfETo', symObjAddr: 0x390, symBinAddr: 0x59FD0, symSize: 0x50 } + - { offsetInCU: 0x588, offset: 0x117C1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCMa', symObjAddr: 0x3E0, symBinAddr: 0x5A020, symSize: 0x20 } + - { offsetInCU: 0x59C, offset: 0x117C2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwet', symObjAddr: 0x410, symBinAddr: 0x5A040, symSize: 0x90 } + - { offsetInCU: 0x5B0, offset: 0x117C42, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwst', symObjAddr: 0x4A0, symBinAddr: 0x5A0D0, symSize: 0xBC } + - { offsetInCU: 0x5C4, offset: 0x117C56, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwug', symObjAddr: 0x55C, symBinAddr: 0x5A18C, symSize: 0x8 } + - { offsetInCU: 0x5D8, offset: 0x117C6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwup', symObjAddr: 0x564, symBinAddr: 0x5A194, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0x117C7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwui', symObjAddr: 0x568, symBinAddr: 0x5A198, symSize: 0x8 } + - { offsetInCU: 0x600, offset: 0x117C92, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOMa', symObjAddr: 0x570, symBinAddr: 0x5A1A0, symSize: 0x10 } + - { offsetInCU: 0x614, offset: 0x117CA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwCP', symObjAddr: 0x580, symBinAddr: 0x5A1B0, symSize: 0x34 } + - { offsetInCU: 0x628, offset: 0x117CBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwxx', symObjAddr: 0x5B4, symBinAddr: 0x5A1E4, symSize: 0x8 } + - { offsetInCU: 0x63C, offset: 0x117CCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwcp', symObjAddr: 0x5BC, symBinAddr: 0x5A1EC, symSize: 0x34 } + - { offsetInCU: 0x650, offset: 0x117CE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwca', symObjAddr: 0x5F0, symBinAddr: 0x5A220, symSize: 0x48 } + - { offsetInCU: 0x664, offset: 0x117CF6, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x638, symBinAddr: 0x5A268, symSize: 0x14 } + - { offsetInCU: 0x678, offset: 0x117D0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwta', symObjAddr: 0x64C, symBinAddr: 0x5A27C, symSize: 0x38 } + - { offsetInCU: 0x68C, offset: 0x117D1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwet', symObjAddr: 0x684, symBinAddr: 0x5A2B4, symSize: 0x48 } + - { offsetInCU: 0x6A0, offset: 0x117D32, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwst', symObjAddr: 0x6CC, symBinAddr: 0x5A2FC, symSize: 0x40 } + - { offsetInCU: 0x6B4, offset: 0x117D46, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVMa', symObjAddr: 0x70C, symBinAddr: 0x5A33C, symSize: 0x10 } + - { offsetInCU: 0x6C8, offset: 0x117D5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASQWb', symObjAddr: 0x71C, symBinAddr: 0x5A34C, symSize: 0x4 } + - { offsetInCU: 0x6DC, offset: 0x117D6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOACSQAAWl', symObjAddr: 0x720, symBinAddr: 0x5A350, symSize: 0x44 } + - { offsetInCU: 0x72E, offset: 0x117DC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCC, symBinAddr: 0x59D0C, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x11800B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x5A394, symSize: 0xC } + - { offsetInCU: 0x3F, offset: 0x118023, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x5A394, symSize: 0xC } + - { offsetInCU: 0x6E, offset: 0x118052, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg', symObjAddr: 0xC, symBinAddr: 0x5A3A0, symSize: 0x10 } + - { offsetInCU: 0x9D, offset: 0x118081, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwCP', symObjAddr: 0x1C, symBinAddr: 0x5A3B0, symSize: 0x30 } + - { offsetInCU: 0xB1, offset: 0x118095, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwxx', symObjAddr: 0x4C, symBinAddr: 0x5A3E0, symSize: 0xC } + - { offsetInCU: 0xC5, offset: 0x1180A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwcp', symObjAddr: 0x58, symBinAddr: 0x5A3EC, symSize: 0x30 } + - { offsetInCU: 0xD9, offset: 0x1180BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwca', symObjAddr: 0x88, symBinAddr: 0x5A41C, symSize: 0x40 } + - { offsetInCU: 0xED, offset: 0x1180D1, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0xC8, symBinAddr: 0x5A45C, symSize: 0xC } + - { offsetInCU: 0x101, offset: 0x1180E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwta', symObjAddr: 0xD4, symBinAddr: 0x5A468, symSize: 0x34 } + - { offsetInCU: 0x115, offset: 0x1180F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwet', symObjAddr: 0x108, symBinAddr: 0x5A49C, symSize: 0x58 } + - { offsetInCU: 0x129, offset: 0x11810D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwst', symObjAddr: 0x160, symBinAddr: 0x5A4F4, symSize: 0x54 } + - { offsetInCU: 0x13D, offset: 0x118121, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwug', symObjAddr: 0x1B4, symBinAddr: 0x5A548, symSize: 0xC } + - { offsetInCU: 0x151, offset: 0x118135, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwup', symObjAddr: 0x1C0, symBinAddr: 0x5A554, symSize: 0x10 } + - { offsetInCU: 0x165, offset: 0x118149, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwui', symObjAddr: 0x1D0, symBinAddr: 0x5A564, symSize: 0x14 } + - { offsetInCU: 0x179, offset: 0x11815D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOMa', symObjAddr: 0x1E4, symBinAddr: 0x5A578, symSize: 0x10 } + - { offsetInCU: 0x95, offset: 0x118328, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufC', symObjAddr: 0x18, symBinAddr: 0x5A5A0, symSize: 0x1FC } + - { offsetInCU: 0x14F, offset: 0x1183E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufC', symObjAddr: 0x29C, symBinAddr: 0x5A7E4, symSize: 0x200 } + - { offsetInCU: 0x209, offset: 0x11849C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_', symObjAddr: 0x4F8, symBinAddr: 0x5AA40, symSize: 0x60 } + - { offsetInCU: 0x23D, offset: 0x1184D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TQ0_', symObjAddr: 0x558, symBinAddr: 0x5AAA0, symSize: 0x88 } + - { offsetInCU: 0x2BE, offset: 0x118551, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x5E0, symBinAddr: 0x5AB28, symSize: 0x24 } + - { offsetInCU: 0x2E8, offset: 0x11857B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x5E0, symBinAddr: 0x5AB28, symSize: 0x24 } + - { offsetInCU: 0x315, offset: 0x1185A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC7SwiftUI05EmptyB0V_Tg5', symObjAddr: 0x604, symBinAddr: 0x5AB4C, symSize: 0x1E4 } + - { offsetInCU: 0x3BB, offset: 0x11864E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC', symObjAddr: 0x7E8, symBinAddr: 0x5AD30, symSize: 0x1E4 } + - { offsetInCU: 0x469, offset: 0x1186FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_', symObjAddr: 0xB38, symBinAddr: 0x5B080, symSize: 0x60 } + - { offsetInCU: 0x49D, offset: 0x118730, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TQ0_', symObjAddr: 0xB98, symBinAddr: 0x5B0E0, symSize: 0x88 } + - { offsetInCU: 0x51E, offset: 0x1187B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xC20, symBinAddr: 0x5B168, symSize: 0x28 } + - { offsetInCU: 0x548, offset: 0x1187DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xC20, symBinAddr: 0x5B168, symSize: 0x28 } + - { offsetInCU: 0x575, offset: 0x118808, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufC', symObjAddr: 0xD10, symBinAddr: 0x5B258, symSize: 0x10 } + - { offsetInCU: 0x5A4, offset: 0x118837, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufcAFycfu_', symObjAddr: 0xD20, symBinAddr: 0x5B268, symSize: 0x4 } + - { offsetInCU: 0x5BE, offset: 0x118851, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg', symObjAddr: 0xD24, symBinAddr: 0x5B26C, symSize: 0x668 } + - { offsetInCU: 0x72C, offset: 0x1189BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_', symObjAddr: 0x138C, symBinAddr: 0x5B8D4, symSize: 0xFC } + - { offsetInCU: 0x765, offset: 0x1189F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_', symObjAddr: 0x1528, symBinAddr: 0x5BA70, symSize: 0x90 } + - { offsetInCU: 0x7CE, offset: 0x118A61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_', symObjAddr: 0x1CEC, symBinAddr: 0x5C234, symSize: 0x22C } + - { offsetInCU: 0x8B8, offset: 0x118B4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15animationSource33_787591BEA89A564C71734146BCF90079LLAA0a9AnimationD0OSgvg', symObjAddr: 0x1488, symBinAddr: 0x5B9D0, symSize: 0xA0 } + - { offsetInCU: 0x909, offset: 0x118B9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtF', symObjAddr: 0x15B8, symBinAddr: 0x5BB00, symSize: 0x734 } + - { offsetInCU: 0xEAB, offset: 0x11913E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtFSbAA0E13ImageProvider_p_AaM_ptcfU_', symObjAddr: 0x4BC0, symBinAddr: 0x5F108, symSize: 0xDC } + - { offsetInCU: 0xF41, offset: 0x1191D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x1FE8, symBinAddr: 0x5C530, symSize: 0x210 } + - { offsetInCU: 0xFA5, offset: 0x119238, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_', symObjAddr: 0x4894, symBinAddr: 0x5EDDC, symSize: 0x20 } + - { offsetInCU: 0xFF3, offset: 0x119286, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY0_', symObjAddr: 0x48B4, symBinAddr: 0x5EDFC, symSize: 0xA8 } + - { offsetInCU: 0x1060, offset: 0x1192F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TQ1_', symObjAddr: 0x495C, symBinAddr: 0x5EEA4, symSize: 0x84 } + - { offsetInCU: 0x1111, offset: 0x1193A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY2_', symObjAddr: 0x49E0, symBinAddr: 0x5EF28, symSize: 0x88 } + - { offsetInCU: 0x11D5, offset: 0x119468, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY3_', symObjAddr: 0x4A68, symBinAddr: 0x5EFB0, symSize: 0xB4 } + - { offsetInCU: 0x12A5, offset: 0x119538, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_', symObjAddr: 0x4B1C, symBinAddr: 0x5F064, symSize: 0xA4 } + - { offsetInCU: 0x13B1, offset: 0x119644, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV31reloadAnimationTriggerDidChange33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x21F8, symBinAddr: 0x5C740, symSize: 0x88 } + - { offsetInCU: 0x1412, offset: 0x1196A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF', symObjAddr: 0x2280, symBinAddr: 0x5C7C8, symSize: 0x108 } + - { offsetInCU: 0x147C, offset: 0x11970F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_', symObjAddr: 0x2388, symBinAddr: 0x5C8D0, symSize: 0xAC } + - { offsetInCU: 0x14E4, offset: 0x119777, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF', symObjAddr: 0x2434, symBinAddr: 0x5C97C, symSize: 0xE4 } + - { offsetInCU: 0x1622, offset: 0x1198B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_', symObjAddr: 0x2738, symBinAddr: 0x5CC80, symSize: 0x60 } + - { offsetInCU: 0x167D, offset: 0x119910, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF', symObjAddr: 0x2518, symBinAddr: 0x5CA60, symSize: 0x110 } + - { offsetInCU: 0x16E7, offset: 0x11997A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_', symObjAddr: 0x2628, symBinAddr: 0x5CB70, symSize: 0x110 } + - { offsetInCU: 0x174F, offset: 0x1199E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF', symObjAddr: 0x27E8, symBinAddr: 0x5CD30, symSize: 0xD0 } + - { offsetInCU: 0x178E, offset: 0x119A21, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7loopingACyxGyF', symObjAddr: 0x28B8, symBinAddr: 0x5CE00, symSize: 0x40 } + - { offsetInCU: 0x17BC, offset: 0x119A4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF', symObjAddr: 0x28FC, symBinAddr: 0x5CE44, symSize: 0x38 } + - { offsetInCU: 0x17FA, offset: 0x119A8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF', symObjAddr: 0x2934, symBinAddr: 0x5CE7C, symSize: 0x44 } + - { offsetInCU: 0x1838, offset: 0x119ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x2A10, symBinAddr: 0x5CF58, symSize: 0x38 } + - { offsetInCU: 0x1876, offset: 0x119B09, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV14animationSpeedyACyxGSdF', symObjAddr: 0x2A48, symBinAddr: 0x5CF90, symSize: 0x48 } + - { offsetInCU: 0x18B5, offset: 0x119B48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF', symObjAddr: 0x2A90, symBinAddr: 0x5CFD8, symSize: 0x64 } + - { offsetInCU: 0x18F7, offset: 0x119B8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF', symObjAddr: 0x2AF4, symBinAddr: 0x5D03C, symSize: 0xA8 } + - { offsetInCU: 0x196F, offset: 0x119C02, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF', symObjAddr: 0x2B9C, symBinAddr: 0x5D0E4, symSize: 0x6C } + - { offsetInCU: 0x19DA, offset: 0x119C6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF', symObjAddr: 0x2C08, symBinAddr: 0x5D150, symSize: 0x78 } + - { offsetInCU: 0x1A1B, offset: 0x119CAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_', symObjAddr: 0x2C80, symBinAddr: 0x5D1C8, symSize: 0x6C } + - { offsetInCU: 0x1A5A, offset: 0x119CED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF', symObjAddr: 0x2CEC, symBinAddr: 0x5D234, symSize: 0x110 } + - { offsetInCU: 0x1A9B, offset: 0x119D2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_', symObjAddr: 0x2DFC, symBinAddr: 0x5D344, symSize: 0x120 } + - { offsetInCU: 0x1B7B, offset: 0x119E0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF', symObjAddr: 0x2F1C, symBinAddr: 0x5D464, symSize: 0x58 } + - { offsetInCU: 0x1BBD, offset: 0x119E50, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF', symObjAddr: 0x2F74, symBinAddr: 0x5D4BC, symSize: 0xC4 } + - { offsetInCU: 0x1C1A, offset: 0x119EAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_', symObjAddr: 0x3038, symBinAddr: 0x5D580, symSize: 0x238 } + - { offsetInCU: 0x1CA5, offset: 0x119F38, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF', symObjAddr: 0x3270, symBinAddr: 0x5D7B8, symSize: 0x110 } + - { offsetInCU: 0x1D02, offset: 0x119F95, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x3380, symBinAddr: 0x5D8C8, symSize: 0x1A8 } + - { offsetInCU: 0x1DE9, offset: 0x11A07C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF', symObjAddr: 0x3528, symBinAddr: 0x5DA70, symSize: 0x158 } + - { offsetInCU: 0x1E46, offset: 0x11A0D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x3680, symBinAddr: 0x5DBC8, symSize: 0x3A0 } + - { offsetInCU: 0x1EEE, offset: 0x11A181, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF', symObjAddr: 0x3A20, symBinAddr: 0x5DF68, symSize: 0x114 } + - { offsetInCU: 0x1F5C, offset: 0x11A1EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_', symObjAddr: 0x3B34, symBinAddr: 0x5E07C, symSize: 0x40C } + - { offsetInCU: 0x2038, offset: 0x11A2CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF', symObjAddr: 0x3F40, symBinAddr: 0x5E488, symSize: 0x70 } + - { offsetInCU: 0x2092, offset: 0x11A325, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF', symObjAddr: 0x4044, symBinAddr: 0x5E58C, symSize: 0xC8 } + - { offsetInCU: 0x20F1, offset: 0x11A384, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x4120, symBinAddr: 0x5E668, symSize: 0x118 } + - { offsetInCU: 0x21BB, offset: 0x11A44E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x47C8, symBinAddr: 0x5ED10, symSize: 0x88 } + - { offsetInCU: 0x21F5, offset: 0x11A488, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF', symObjAddr: 0x4850, symBinAddr: 0x5ED98, symSize: 0x44 } + - { offsetInCU: 0x2237, offset: 0x11A4CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP4body4BodyQzvgTW', symObjAddr: 0x4CBC, symBinAddr: 0x5F204, symSize: 0x4 } + - { offsetInCU: 0x2294, offset: 0x11A527, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15remoteAnimation33_787591BEA89A564C71734146BCF90079LLAA0aD6SourceOSgvpfP', symObjAddr: 0x254, symBinAddr: 0x5A79C, symSize: 0x48 } + - { offsetInCU: 0x2A1D, offset: 0x11ACB0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE7overlay33_787591BEA89A564C71734146BCF90079LL7contentQrqd__yXE_tAaBRd__lF', symObjAddr: 0x1F18, symBinAddr: 0x5C460, symSize: 0xD0 } + - { offsetInCU: 0x2BFA, offset: 0x11AE8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA', symObjAddr: 0x4D20, symBinAddr: 0x5F22C, symSize: 0x90 } + - { offsetInCU: 0x2C55, offset: 0x11AEE8, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5', symObjAddr: 0x4DB0, symBinAddr: 0x5F2BC, symSize: 0x6C } + - { offsetInCU: 0x2C8F, offset: 0x11AF22, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TQ0_', symObjAddr: 0x4E1C, symBinAddr: 0x5F328, symSize: 0x54 } + - { offsetInCU: 0x2CEA, offset: 0x11AF7D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_', symObjAddr: 0x4E70, symBinAddr: 0x5F37C, symSize: 0x178 } + - { offsetInCU: 0x2D6D, offset: 0x11B000, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7e4UI05g9B0VGAA0A9D26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x4FE8, symBinAddr: 0x5F4F4, symSize: 0x4 } + - { offsetInCU: 0x2D8C, offset: 0x11B01F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA.5', symObjAddr: 0x4FEC, symBinAddr: 0x5F4F8, symSize: 0x90 } + - { offsetInCU: 0x2DE7, offset: 0x11B07A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA', symObjAddr: 0x5080, symBinAddr: 0x5F58C, symSize: 0x90 } + - { offsetInCU: 0x2E3B, offset: 0x11B0CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7f4UI05h8B0VGAA03dkE26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x5110, symBinAddr: 0x5F61C, symSize: 0x4 } + - { offsetInCU: 0x2E5A, offset: 0x11B0ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17', symObjAddr: 0x5114, symBinAddr: 0x5F620, symSize: 0x90 } + - { offsetInCU: 0x2EB5, offset: 0x11B148, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17TQ0_', symObjAddr: 0x51A4, symBinAddr: 0x5F6B0, symSize: 0x50 } + - { offsetInCU: 0x2F06, offset: 0x11B199, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy6Lottie0A6UIViewVyAD0E13AnimationViewCytGAA14_OpacityEffectVGACyxq_GAA0H0A2aNRzAA0H8ModifierR_rlWl', symObjAddr: 0x527C, symBinAddr: 0x5F744, symSize: 0x84 } + - { offsetInCU: 0x2F1A, offset: 0x11B1AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_TA', symObjAddr: 0x541C, symBinAddr: 0x5F7EC, symSize: 0xC } + - { offsetInCU: 0x2F2E, offset: 0x11B1C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_TA', symObjAddr: 0x5568, symBinAddr: 0x5F938, symSize: 0xC } + - { offsetInCU: 0x2F42, offset: 0x11B1D5, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5TA', symObjAddr: 0x5574, symBinAddr: 0x5F944, symSize: 0x8 } + - { offsetInCU: 0x2F56, offset: 0x11B1E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_TA', symObjAddr: 0x557C, symBinAddr: 0x5F94C, symSize: 0xC } + - { offsetInCU: 0x2F6A, offset: 0x11B1FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyycfU2_TA', symObjAddr: 0x558C, symBinAddr: 0x5F95C, symSize: 0x2C } + - { offsetInCU: 0x2FAE, offset: 0x11B241, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA12AnyEquatableVSgcfU3_TA', symObjAddr: 0x55BC, symBinAddr: 0x5F98C, symSize: 0x2C } + - { offsetInCU: 0x2FEB, offset: 0x11B27E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSgxSgSQsSQRzlWl', symObjAddr: 0x55E8, symBinAddr: 0x5F9B8, symSize: 0x64 } + - { offsetInCU: 0x2FFF, offset: 0x11B292, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVACSQAAWl', symObjAddr: 0x564C, symBinAddr: 0x5FA1C, symSize: 0x44 } + - { offsetInCU: 0x3013, offset: 0x11B2A6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGACyxq_GAA0F0A2aHRzAaHR_rlWl', symObjAddr: 0x5690, symBinAddr: 0x5FA60, symSize: 0x5C } + - { offsetInCU: 0x3027, offset: 0x11B2BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOe', symObjAddr: 0x56EC, symBinAddr: 0x5FABC, symSize: 0x18 } + - { offsetInCU: 0x303B, offset: 0x11B2CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_TA', symObjAddr: 0x5770, symBinAddr: 0x5FB40, symSize: 0x20 } + - { offsetInCU: 0x304F, offset: 0x11B2E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_TA', symObjAddr: 0x5790, symBinAddr: 0x5FB60, symSize: 0x8 } + - { offsetInCU: 0x3063, offset: 0x11B2F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_TA', symObjAddr: 0x5804, symBinAddr: 0x5FBD4, symSize: 0x24 } + - { offsetInCU: 0x3077, offset: 0x11B30A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOIegn_SgWOe', symObjAddr: 0x594C, symBinAddr: 0x5FBF8, symSize: 0x10 } + - { offsetInCU: 0x308B, offset: 0x11B31E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgFySbcfU_TA', symObjAddr: 0x5998, symBinAddr: 0x5FC44, symSize: 0x4C } + - { offsetInCU: 0x30C1, offset: 0x11B354, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOy', symObjAddr: 0x59E4, symBinAddr: 0x5FC90, symSize: 0x10 } + - { offsetInCU: 0x30D5, offset: 0x11B368, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x5A04, symBinAddr: 0x5FCB0, symSize: 0x24 } + - { offsetInCU: 0x3174, offset: 0x11B407, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x5A4C, symBinAddr: 0x5FCF8, symSize: 0x8 } + - { offsetInCU: 0x3188, offset: 0x11B41B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x5ADC, symBinAddr: 0x5FD4C, symSize: 0x8 } + - { offsetInCU: 0x319C, offset: 0x11B42F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_TA', symObjAddr: 0x5B30, symBinAddr: 0x5FD64, symSize: 0x10 } + - { offsetInCU: 0x31B0, offset: 0x11B443, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOd', symObjAddr: 0x5B40, symBinAddr: 0x5FD74, symSize: 0x48 } + - { offsetInCU: 0x31C4, offset: 0x11B457, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x5BAC, symBinAddr: 0x5FDE0, symSize: 0x10 } + - { offsetInCU: 0x31D8, offset: 0x11B46B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x5C14, symBinAddr: 0x5FE48, symSize: 0x24 } + - { offsetInCU: 0x31EC, offset: 0x11B47F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_TA', symObjAddr: 0x5CA4, symBinAddr: 0x5FED8, symSize: 0x24 } + - { offsetInCU: 0x3200, offset: 0x11B493, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgWOy', symObjAddr: 0x5CE0, symBinAddr: 0x5FF14, symSize: 0x30 } + - { offsetInCU: 0x3214, offset: 0x11B4A7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI25AnimationTimelineScheduleVAcA0dE0AAWl', symObjAddr: 0x5D10, symBinAddr: 0x5FF44, symSize: 0x48 } + - { offsetInCU: 0x3228, offset: 0x11B4BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaEP_AA0B9ProvidingPWT', symObjAddr: 0x5EFC, symBinAddr: 0x60130, symSize: 0x2C } + - { offsetInCU: 0x323C, offset: 0x11B4CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x5F28, symBinAddr: 0x6015C, symSize: 0x2C } + - { offsetInCU: 0x3250, offset: 0x11B4E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AA4BodyAeFP_AHWT', symObjAddr: 0x5F54, symBinAddr: 0x60188, symSize: 0x34 } + - { offsetInCU: 0x3264, offset: 0x11B4F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMi', symObjAddr: 0x5F88, symBinAddr: 0x601BC, symSize: 0x8 } + - { offsetInCU: 0x3278, offset: 0x11B50B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwCP', symObjAddr: 0x5F90, symBinAddr: 0x601C4, symSize: 0x30 } + - { offsetInCU: 0x328C, offset: 0x11B51F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwxx', symObjAddr: 0x5FC0, symBinAddr: 0x601F4, symSize: 0x138 } + - { offsetInCU: 0x32A0, offset: 0x11B533, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwcp', symObjAddr: 0x60F8, symBinAddr: 0x6032C, symSize: 0x328 } + - { offsetInCU: 0x32B4, offset: 0x11B547, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwca', symObjAddr: 0x6420, symBinAddr: 0x60654, symSize: 0x614 } + - { offsetInCU: 0x32C8, offset: 0x11B55B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOWOh', symObjAddr: 0x6A34, symBinAddr: 0x60C68, symSize: 0x34 } + - { offsetInCU: 0x32DC, offset: 0x11B56F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOh', symObjAddr: 0x6A68, symBinAddr: 0x60C9C, symSize: 0x34 } + - { offsetInCU: 0x32F0, offset: 0x11B583, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_0, symObjAddr: 0x6A9C, symBinAddr: 0x60CD0, symSize: 0x160 } + - { offsetInCU: 0x3304, offset: 0x11B597, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVWOh', symObjAddr: 0x6BFC, symBinAddr: 0x60E30, symSize: 0x34 } + - { offsetInCU: 0x3318, offset: 0x11B5AB, size: 0x8, addend: 0x0, symName: ___swift_memcpy456_8, symObjAddr: 0x6DCC, symBinAddr: 0x60E64, symSize: 0x8 } + - { offsetInCU: 0x332C, offset: 0x11B5BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwta', symObjAddr: 0x6DD4, symBinAddr: 0x60E6C, symSize: 0x418 } + - { offsetInCU: 0x3340, offset: 0x11B5D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwet', symObjAddr: 0x71EC, symBinAddr: 0x61284, symSize: 0x48 } + - { offsetInCU: 0x3354, offset: 0x11B5E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwst', symObjAddr: 0x7234, symBinAddr: 0x612CC, symSize: 0xB4 } + - { offsetInCU: 0x3368, offset: 0x11B5FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMa', symObjAddr: 0x72E8, symBinAddr: 0x61380, symSize: 0xC } + - { offsetInCU: 0x337C, offset: 0x11B60F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgyYaKcSgMa', symObjAddr: 0x72FC, symBinAddr: 0x61394, symSize: 0x54 } + - { offsetInCU: 0x3390, offset: 0x11B623, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgyYaKcMa', symObjAddr: 0x7350, symBinAddr: 0x613E8, symSize: 0x44 } + - { offsetInCU: 0x33A4, offset: 0x11B637, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x75FC, symBinAddr: 0x61694, symSize: 0x34 } + - { offsetInCU: 0x33B8, offset: 0x11B64B, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x767C, symBinAddr: 0x616D8, symSize: 0x10 } + - { offsetInCU: 0x33CC, offset: 0x11B65F, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x768C, symBinAddr: 0x616E8, symSize: 0x8 } + - { offsetInCU: 0x33E0, offset: 0x11B673, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_TA', symObjAddr: 0x7740, symBinAddr: 0x61754, symSize: 0x10 } + - { offsetInCU: 0x33F4, offset: 0x11B687, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x7788, symBinAddr: 0x6179C, symSize: 0x34 } + - { offsetInCU: 0x340F, offset: 0x11B6A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TA', symObjAddr: 0x79D0, symBinAddr: 0x619B0, symSize: 0x98 } + - { offsetInCU: 0x3489, offset: 0x11B71C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TATQ0_', symObjAddr: 0x7A68, symBinAddr: 0x61A48, symSize: 0x50 } + - { offsetInCU: 0x34E1, offset: 0x11B774, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TA', symObjAddr: 0x7AB8, symBinAddr: 0x61A98, symSize: 0x78 } + - { offsetInCU: 0x350A, offset: 0x11B79D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_TA', symObjAddr: 0x7B30, symBinAddr: 0x61B10, symSize: 0x8 } + - { offsetInCU: 0x351E, offset: 0x11B7B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x7B38, symBinAddr: 0x61B18, symSize: 0x8 } + - { offsetInCU: 0x3532, offset: 0x11B7C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOy', symObjAddr: 0x7B40, symBinAddr: 0x61B20, symSize: 0x18 } + - { offsetInCU: 0x3546, offset: 0x11B7D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOb', symObjAddr: 0x7BF8, symBinAddr: 0x61BB8, symSize: 0x18 } + - { offsetInCU: 0x355A, offset: 0x11B7ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOb', symObjAddr: 0x7C10, symBinAddr: 0x61BD0, symSize: 0x48 } + - { offsetInCU: 0x38CB, offset: 0x11BB5E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV10buildBlockyxxAA0C0RzlFZ', symObjAddr: 0x0, symBinAddr: 0x5A588, symSize: 0x18 } + - { offsetInCU: 0x3926, offset: 0x11BBB9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_GctcfC', symObjAddr: 0x4238, symBinAddr: 0x5E780, symSize: 0x10C } + - { offsetInCU: 0x395F, offset: 0x11BBF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB04view6inputsAE01_B7OutputsVAE11_GraphValueVyxG_AE01_B6InputsVtFZTW', symObjAddr: 0x4C9C, symBinAddr: 0x5F1E4, symSize: 0x4 } + - { offsetInCU: 0x397B, offset: 0x11BC0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB4List4view6inputsAE01_bF7OutputsVAE11_GraphValueVyxG_AE01_bF6InputsVtFZTW', symObjAddr: 0x4CA0, symBinAddr: 0x5F1E8, symSize: 0x4 } + - { offsetInCU: 0x3997, offset: 0x11BC2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP14_viewListCount6inputsSiSgAE01_bfG6InputsV_tFZTW', symObjAddr: 0x4CA4, symBinAddr: 0x5F1EC, symSize: 0x18 } + - { offsetInCU: 0x43, offset: 0x11C1B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMi', symObjAddr: 0x0, symBinAddr: 0x61C50, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x11C1C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMr', symObjAddr: 0x4, symBinAddr: 0x61C54, symSize: 0x50 } + - { offsetInCU: 0xA4, offset: 0x11C216, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11needsUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x54, symBinAddr: 0x61CA4, symSize: 0xE4 } + - { offsetInCU: 0x125, offset: 0x11C297, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11setProvider8provideryAA08AnyValueE0_p_tF', symObjAddr: 0x138, symBinAddr: 0x61D88, symSize: 0xC4 } + - { offsetInCU: 0x1BA, offset: 0x11C32C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1FC, symBinAddr: 0x61E4C, symSize: 0xB8 } + - { offsetInCU: 0x1F9, offset: 0x11C36B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfd', symObjAddr: 0x2B4, symBinAddr: 0x61F04, symSize: 0x2C } + - { offsetInCU: 0x226, offset: 0x11C398, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfD', symObjAddr: 0x2E0, symBinAddr: 0x61F30, symSize: 0x1C } + - { offsetInCU: 0x253, offset: 0x11C3C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11needsUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x308, symBinAddr: 0x61F58, symSize: 0x24 } + - { offsetInCU: 0x26F, offset: 0x11C3E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP6update5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x32C, symBinAddr: 0x61F7C, symSize: 0x20 } + - { offsetInCU: 0x29A, offset: 0x11C40C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP13valueProviderAA0d5ValueF0_pvgTW', symObjAddr: 0x34C, symBinAddr: 0x61F9C, symSize: 0x4C } + - { offsetInCU: 0x2DB, offset: 0x11C44D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP21originalValueProviderAA0dfG0_pvgTW', symObjAddr: 0x398, symBinAddr: 0x61FE8, symSize: 0x10 } + - { offsetInCU: 0x30D, offset: 0x11C47F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11setProvider8provideryAA0d5ValueF0_p_tFTW', symObjAddr: 0x3A8, symBinAddr: 0x61FF8, symSize: 0x20 } + - { offsetInCU: 0x331, offset: 0x11C4A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMa', symObjAddr: 0x2FC, symBinAddr: 0x61F4C, symSize: 0xC } + - { offsetInCU: 0x781, offset: 0x11CD94, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC9animation13imageProvider04textH004fontH004maskD8ToBounds6loggerAcA0aD0C_AA0d5ImageH0_pAA0d11KeypathTextH0_pAA0d4FontH0_pSbAA0A6LoggerCtcfc', symObjAddr: 0x0, symBinAddr: 0x62038, symSize: 0xCCC } + - { offsetInCU: 0x11C8, offset: 0x11D7DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfc', symObjAddr: 0xCCC, symBinAddr: 0x62D04, symSize: 0x574 } + - { offsetInCU: 0x1583, offset: 0x11DB96, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1240, symBinAddr: 0x63278, symSize: 0x4C } + - { offsetInCU: 0x15C9, offset: 0x11DBDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x128C, symBinAddr: 0x632C4, symSize: 0x9C } + - { offsetInCU: 0x1638, offset: 0x11DC4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12needsDisplay6forKeySbSS_tFZTo', symObjAddr: 0x1328, symBinAddr: 0x63360, symSize: 0x110 } + - { offsetInCU: 0x16A1, offset: 0x11DCB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tF', symObjAddr: 0x1438, symBinAddr: 0x63470, symSize: 0x1FC } + - { offsetInCU: 0x1741, offset: 0x11DD54, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0x1634, symBinAddr: 0x6366C, symSize: 0x64 } + - { offsetInCU: 0x175D, offset: 0x11DD70, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyF', symObjAddr: 0x1698, symBinAddr: 0x636D0, symSize: 0x1C0 } + - { offsetInCU: 0x18EA, offset: 0x11DEFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyFTo', symObjAddr: 0x1858, symBinAddr: 0x63890, symSize: 0x2C } + - { offsetInCU: 0x1906, offset: 0x11DF19, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x1884, symBinAddr: 0x638BC, symSize: 0x98 } + - { offsetInCU: 0x19A4, offset: 0x11DFB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC11renderScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x191C, symBinAddr: 0x63954, symSize: 0xF4 } + - { offsetInCU: 0x1AF4, offset: 0x11E107, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x1A10, symBinAddr: 0x63A48, symSize: 0xC8 } + - { offsetInCU: 0x1BEE, offset: 0x11E201, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x1AD8, symBinAddr: 0x63B10, symSize: 0x130 } + - { offsetInCU: 0x1D53, offset: 0x11E366, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x1C08, symBinAddr: 0x63C40, symSize: 0xB4 } + - { offsetInCU: 0x1E49, offset: 0x11E45C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16setValueProvider_7keypathyAA03AnygH0_p_AA0D7KeypathVtF', symObjAddr: 0x214C, symBinAddr: 0x64184, symSize: 0x1C4 } + - { offsetInCU: 0x2022, offset: 0x11E635, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x25B4, symBinAddr: 0x645EC, symSize: 0x1B4 } + - { offsetInCU: 0x21ED, offset: 0x11E800, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x2768, symBinAddr: 0x647A0, symSize: 0x1B4 } + - { offsetInCU: 0x23C1, offset: 0x11E9D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layer3forSo7CALayerCSgAA0D7KeypathV_tF', symObjAddr: 0x291C, symBinAddr: 0x64954, symSize: 0xD4 } + - { offsetInCU: 0x24C8, offset: 0x11EADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tF', symObjAddr: 0x2BA4, symBinAddr: 0x64BDC, symSize: 0xF8 } + - { offsetInCU: 0x266C, offset: 0x11EC7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCACycfcTo', symObjAddr: 0x3078, symBinAddr: 0x650B0, symSize: 0x2C } + - { offsetInCU: 0x26D3, offset: 0x11ECE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfD', symObjAddr: 0x30A4, symBinAddr: 0x650DC, symSize: 0x34 } + - { offsetInCU: 0x272A, offset: 0x11ED3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP06lottiedE0AA0adE0CSgvsTW', symObjAddr: 0x3170, symBinAddr: 0x651A8, symSize: 0x34 } + - { offsetInCU: 0x277C, offset: 0x11ED8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvgTW', symObjAddr: 0x31A4, symBinAddr: 0x651DC, symSize: 0x10 } + - { offsetInCU: 0x27BD, offset: 0x11EDD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x31B4, symBinAddr: 0x651EC, symSize: 0x10 } + - { offsetInCU: 0x27EF, offset: 0x11EE02, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP11renderScale12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x31C4, symBinAddr: 0x651FC, symSize: 0x4 } + - { offsetInCU: 0x2835, offset: 0x11EE48, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x31C8, symBinAddr: 0x65200, symSize: 0x10 } + - { offsetInCU: 0x2855, offset: 0x11EE68, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x31C8, symBinAddr: 0x65200, symSize: 0x10 } + - { offsetInCU: 0x2870, offset: 0x11EE83, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x31D8, symBinAddr: 0x65210, symSize: 0x4 } + - { offsetInCU: 0x28B6, offset: 0x11EEC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13imageProviderAA0d5ImageH0_pvsTW', symObjAddr: 0x31DC, symBinAddr: 0x65214, symSize: 0x80 } + - { offsetInCU: 0x2950, offset: 0x11EF63, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12textProviderAA0d11KeypathTextH0_pvsTW', symObjAddr: 0x325C, symBinAddr: 0x65294, symSize: 0x24 } + - { offsetInCU: 0x29AC, offset: 0x11EFBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12fontProviderAA0d4FontH0_pvsTW', symObjAddr: 0x3280, symBinAddr: 0x652B8, symSize: 0x80 } + - { offsetInCU: 0x2A1A, offset: 0x11F02D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07primaryD3KeyAA0dH0OvgTW', symObjAddr: 0x3300, symBinAddr: 0x65338, symSize: 0xC } + - { offsetInCU: 0x2A36, offset: 0x11F049, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP02isD7PlayingSbSgvgTW', symObjAddr: 0x330C, symBinAddr: 0x65344, symSize: 0x8 } + - { offsetInCU: 0x2A70, offset: 0x11F083, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12reloadImagesyyFTW', symObjAddr: 0x3314, symBinAddr: 0x6534C, symSize: 0x28 } + - { offsetInCU: 0x2AAD, offset: 0x11F0C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x333C, symBinAddr: 0x65374, symSize: 0x4 } + - { offsetInCU: 0x2AC9, offset: 0x11F0DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x3340, symBinAddr: 0x65378, symSize: 0x4 } + - { offsetInCU: 0x2AE5, offset: 0x11F0F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x3344, symBinAddr: 0x6537C, symSize: 0x4 } + - { offsetInCU: 0x2B01, offset: 0x11F114, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16setValueProvider_7keypathyAA03AnyhI0_p_AA0D7KeypathVtFTW', symObjAddr: 0x3348, symBinAddr: 0x65380, symSize: 0x4 } + - { offsetInCU: 0x2B1D, offset: 0x11F130, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x334C, symBinAddr: 0x65384, symSize: 0x8 } + - { offsetInCU: 0x2B39, offset: 0x11F14C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x3354, symBinAddr: 0x6538C, symSize: 0x8 } + - { offsetInCU: 0x2B55, offset: 0x11F168, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP5layer3forSo7CALayerCSgAA0D7KeypathV_tFTW', symObjAddr: 0x335C, symBinAddr: 0x65394, symSize: 0x4 } + - { offsetInCU: 0x2B71, offset: 0x11F184, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tFTW', symObjAddr: 0x3360, symBinAddr: 0x65398, symSize: 0x4 } + - { offsetInCU: 0x2B8D, offset: 0x11F1A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12textProviderAA0d11KeypathTextG0_pvsTf4gn_n', symObjAddr: 0x3678, symBinAddr: 0x65460, symSize: 0x130 } + - { offsetInCU: 0x2D4B, offset: 0x11F35E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCfD', symObjAddr: 0x3364, symBinAddr: 0x6539C, symSize: 0x10 } + - { offsetInCU: 0x2D7C, offset: 0x11F38F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tFTW', symObjAddr: 0x3394, symBinAddr: 0x653CC, symSize: 0x8 } + - { offsetInCU: 0x2FAD, offset: 0x11F5C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1CBC, symBinAddr: 0x63CF4, symSize: 0x490 } + - { offsetInCU: 0x36E2, offset: 0x11FCF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2310, symBinAddr: 0x64348, symSize: 0x2A4 } + - { offsetInCU: 0x3A58, offset: 0x12006B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x29F0, symBinAddr: 0x64A28, symSize: 0x1B4 } + - { offsetInCU: 0x3DEE, offset: 0x120401, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2C9C, symBinAddr: 0x64CD4, symSize: 0x3DC } + - { offsetInCU: 0x43D9, offset: 0x1209EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfETo', symObjAddr: 0x30D8, symBinAddr: 0x65110, symSize: 0x78 } + - { offsetInCU: 0x4408, offset: 0x120A1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCMa', symObjAddr: 0x3150, symBinAddr: 0x65188, symSize: 0x20 } + - { offsetInCU: 0x441C, offset: 0x120A2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCMa', symObjAddr: 0x3374, symBinAddr: 0x653AC, symSize: 0x20 } + - { offsetInCU: 0x4430, offset: 0x120A43, size: 0x8, addend: 0x0, symName: '_$sSa37_appendElementAssumeUniqueAndCapacity_03newB0ySi_xntF6Lottie12AnimatorNode_p_Tg5Tf4nen_n', symObjAddr: 0x33DC, symBinAddr: 0x653D4, symSize: 0x18 } + - { offsetInCU: 0x448A, offset: 0x120A9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pSgWOh', symObjAddr: 0x33F4, symBinAddr: 0x653EC, symSize: 0x40 } + - { offsetInCU: 0x449E, offset: 0x120AB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu0_TA', symObjAddr: 0x34DC, symBinAddr: 0x6542C, symSize: 0x2C } + - { offsetInCU: 0x44C7, offset: 0x120ADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x3508, symBinAddr: 0x65458, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x12135B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x65620, symSize: 0x200 } + - { offsetInCU: 0xE0, offset: 0x121414, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x65620, symSize: 0x200 } + - { offsetInCU: 0x1B2, offset: 0x1214E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x200, symBinAddr: 0x65820, symSize: 0x178 } + - { offsetInCU: 0x22E, offset: 0x121562, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x378, symBinAddr: 0x65998, symSize: 0x4C } + - { offsetInCU: 0x274, offset: 0x1215A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x3C4, symBinAddr: 0x659E4, symSize: 0xAC } + - { offsetInCU: 0x2CB, offset: 0x1215FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x470, symBinAddr: 0x65A90, symSize: 0xF0 } + - { offsetInCU: 0x3E4, offset: 0x121718, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x560, symBinAddr: 0x65B80, symSize: 0x128 } + - { offsetInCU: 0x516, offset: 0x12184A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfD', symObjAddr: 0x6B4, symBinAddr: 0x65CD4, symSize: 0x34 } + - { offsetInCU: 0x64A, offset: 0x12197E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfE', symObjAddr: 0x688, symBinAddr: 0x65CA8, symSize: 0x2C } + - { offsetInCU: 0x677, offset: 0x1219AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfETo', symObjAddr: 0x6E8, symBinAddr: 0x65D08, symSize: 0x38 } + - { offsetInCU: 0x6A6, offset: 0x1219DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCMa', symObjAddr: 0x720, symBinAddr: 0x65D40, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x121C8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x65D60, symSize: 0x178 } + - { offsetInCU: 0xC0, offset: 0x121CFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x260, symBinAddr: 0x65EF8, symSize: 0x20C } + - { offsetInCU: 0x17D, offset: 0x121DB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x46C, symBinAddr: 0x66104, symSize: 0xE0 } + - { offsetInCU: 0x1BC, offset: 0x121DF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfd', symObjAddr: 0x54C, symBinAddr: 0x661E4, symSize: 0x1C } + - { offsetInCU: 0x1D9, offset: 0x121E15, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x568, symBinAddr: 0x66200, symSize: 0x4C } + - { offsetInCU: 0x1FE, offset: 0x121E3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC2idSSvg', symObjAddr: 0x5B4, symBinAddr: 0x6624C, symSize: 0x2C } + - { offsetInCU: 0x254, offset: 0x121E90, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x5F0, symBinAddr: 0x66288, symSize: 0x64 } + - { offsetInCU: 0x297, offset: 0x121ED3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x654, symBinAddr: 0x662EC, symSize: 0x24 } + - { offsetInCU: 0x2D7, offset: 0x121F13, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x678, symBinAddr: 0x66310, symSize: 0x4 } + - { offsetInCU: 0x2F7, offset: 0x121F33, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x678, symBinAddr: 0x66310, symSize: 0x4 } + - { offsetInCU: 0x322, offset: 0x121F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x67C, symBinAddr: 0x66314, symSize: 0x68 } + - { offsetInCU: 0x36D, offset: 0x121FA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x6E4, symBinAddr: 0x6637C, symSize: 0xC } + - { offsetInCU: 0x389, offset: 0x121FC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x6F0, symBinAddr: 0x66388, symSize: 0xC } + - { offsetInCU: 0x3A5, offset: 0x121FE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO11stringValueSSvgTf4d_n', symObjAddr: 0x9E0, symBinAddr: 0x66674, symSize: 0xC } + - { offsetInCU: 0x3E1, offset: 0x12201D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfD', symObjAddr: 0x74C, symBinAddr: 0x663E4, symSize: 0x24 } + - { offsetInCU: 0x42C, offset: 0x122068, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x770, symBinAddr: 0x66408, symSize: 0x2C } + - { offsetInCU: 0x44F, offset: 0x12208B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x79C, symBinAddr: 0x66434, symSize: 0x28 } + - { offsetInCU: 0x473, offset: 0x1220AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCMa', symObjAddr: 0x220, symBinAddr: 0x65ED8, symSize: 0x20 } + - { offsetInCU: 0x492, offset: 0x1220CE, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0x804, symBinAddr: 0x6649C, symSize: 0x4 } + - { offsetInCU: 0x4A6, offset: 0x1220E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwet', symObjAddr: 0x80C, symBinAddr: 0x664A0, symSize: 0x50 } + - { offsetInCU: 0x4BA, offset: 0x1220F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwst', symObjAddr: 0x85C, symBinAddr: 0x664F0, symSize: 0x8C } + - { offsetInCU: 0x4CE, offset: 0x12210A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwug', symObjAddr: 0x8E8, symBinAddr: 0x6657C, symSize: 0x8 } + - { offsetInCU: 0x4E2, offset: 0x12211E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwup', symObjAddr: 0x8F0, symBinAddr: 0x66584, symSize: 0x4 } + - { offsetInCU: 0x4F6, offset: 0x122132, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwui', symObjAddr: 0x8F4, symBinAddr: 0x66588, symSize: 0x4 } + - { offsetInCU: 0x50A, offset: 0x122146, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOMa', symObjAddr: 0x8F8, symBinAddr: 0x6658C, symSize: 0x10 } + - { offsetInCU: 0x51E, offset: 0x12215A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASQWb', symObjAddr: 0x908, symBinAddr: 0x6659C, symSize: 0x4 } + - { offsetInCU: 0x532, offset: 0x12216E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFSQAAWl', symObjAddr: 0x90C, symBinAddr: 0x665A0, symSize: 0x44 } + - { offsetInCU: 0x546, offset: 0x122182, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x950, symBinAddr: 0x665E4, symSize: 0x4 } + - { offsetInCU: 0x55A, offset: 0x122196, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x954, symBinAddr: 0x665E8, symSize: 0x44 } + - { offsetInCU: 0x56E, offset: 0x1221AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x998, symBinAddr: 0x6662C, symSize: 0x4 } + - { offsetInCU: 0x582, offset: 0x1221BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x99C, symBinAddr: 0x66630, symSize: 0x44 } + - { offsetInCU: 0x5E2, offset: 0x12221E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5E0, symBinAddr: 0x66278, symSize: 0x4 } + - { offsetInCU: 0x602, offset: 0x12223E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5E0, symBinAddr: 0x66278, symSize: 0x4 } + - { offsetInCU: 0x622, offset: 0x12225E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x5E4, symBinAddr: 0x6627C, symSize: 0x4 } + - { offsetInCU: 0x642, offset: 0x12227E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x5E4, symBinAddr: 0x6627C, symSize: 0x4 } + - { offsetInCU: 0x662, offset: 0x12229E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5E8, symBinAddr: 0x66280, symSize: 0x4 } + - { offsetInCU: 0x682, offset: 0x1222BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5E8, symBinAddr: 0x66280, symSize: 0x4 } + - { offsetInCU: 0x6A2, offset: 0x1222DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5EC, symBinAddr: 0x66284, symSize: 0x4 } + - { offsetInCU: 0x6C2, offset: 0x1222FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5EC, symBinAddr: 0x66284, symSize: 0x4 } + - { offsetInCU: 0x6DA, offset: 0x122316, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x6FC, symBinAddr: 0x66394, symSize: 0x28 } + - { offsetInCU: 0x6F6, offset: 0x122332, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x724, symBinAddr: 0x663BC, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0x122521, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC10layerModelAcA0dF0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x66680, symSize: 0x20C } + - { offsetInCU: 0xE0, offset: 0x1225B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x20C, symBinAddr: 0x6688C, symSize: 0x4C0 } + - { offsetInCU: 0x291, offset: 0x122763, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC06renderD8ContentsSbvg', symObjAddr: 0x6CC, symBinAddr: 0x66D4C, symSize: 0x8 } + - { offsetInCU: 0x2BC, offset: 0x12278E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC05setupD10Animations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x6D4, symBinAddr: 0x66D54, symSize: 0x9B4 } + - { offsetInCU: 0x721, offset: 0x122BF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC14setupSublayers33_569130E0C2329B8CD6C17F433FB572B2LLyyF', symObjAddr: 0x1088, symBinAddr: 0x67708, symSize: 0x3E0 } + - { offsetInCU: 0x9F9, offset: 0x122ECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x14A0, symBinAddr: 0x67B20, symSize: 0xAC } + - { offsetInCU: 0xA43, offset: 0x122F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x154C, symBinAddr: 0x67BCC, symSize: 0x204 } + - { offsetInCU: 0xB13, offset: 0x122FE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1750, symBinAddr: 0x67DD0, symSize: 0x4C } + - { offsetInCU: 0xB59, offset: 0x12302B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC11addSublayeryySo7CALayerCFTo', symObjAddr: 0x179C, symBinAddr: 0x67E1C, symSize: 0x74 } + - { offsetInCU: 0xBBE, offset: 0x123090, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCACycfcTo', symObjAddr: 0x1810, symBinAddr: 0x67E90, symSize: 0x2C } + - { offsetInCU: 0xC25, offset: 0x1230F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfD', symObjAddr: 0x1868, symBinAddr: 0x67EE8, symSize: 0x30 } + - { offsetInCU: 0xF79, offset: 0x12344B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfE', symObjAddr: 0x183C, symBinAddr: 0x67EBC, symSize: 0x2C } + - { offsetInCU: 0xFA6, offset: 0x123478, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfETo', symObjAddr: 0x1898, symBinAddr: 0x67F18, symSize: 0x38 } + - { offsetInCU: 0xFD5, offset: 0x1234A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCMa', symObjAddr: 0x18D0, symBinAddr: 0x67F50, symSize: 0x20 } + - { offsetInCU: 0xFE9, offset: 0x1234BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOc', symObjAddr: 0x1990, symBinAddr: 0x67F90, symSize: 0x48 } + - { offsetInCU: 0xFFD, offset: 0x1234CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOh', symObjAddr: 0x1A18, symBinAddr: 0x67FD8, symSize: 0x40 } + - { offsetInCU: 0x1011, offset: 0x1234E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pWOb', symObjAddr: 0x1A58, symBinAddr: 0x68018, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0x12387A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x68030, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0x12389E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x68030, symSize: 0x64 } + - { offsetInCU: 0x7E, offset: 0x1238CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeWidth12CoreGraphics7CGFloatVvg', symObjAddr: 0x64, symBinAddr: 0x68094, symSize: 0x5C } + - { offsetInCU: 0xAD, offset: 0x1238FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC8tracking12CoreGraphics7CGFloatVvg', symObjAddr: 0xC0, symBinAddr: 0x680F0, symSize: 0x5C } + - { offsetInCU: 0xDC, offset: 0x12392B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC5xformSo13CATransform3DVvg', symObjAddr: 0x11C, symBinAddr: 0x6814C, symSize: 0xE4 } + - { offsetInCU: 0x10B, offset: 0x12395A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC9fillColorSo10CGColorRefaSgvg', symObjAddr: 0x200, symBinAddr: 0x68230, symSize: 0x64 } + - { offsetInCU: 0x13A, offset: 0x123989, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC7opacity12CoreGraphics7CGFloatVvg', symObjAddr: 0x264, symBinAddr: 0x68294, symSize: 0x5C } + - { offsetInCU: 0x169, offset: 0x1239B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfd', symObjAddr: 0x610, symBinAddr: 0x68640, symSize: 0x7C } + - { offsetInCU: 0x198, offset: 0x1239E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfD', symObjAddr: 0x68C, symBinAddr: 0x686BC, symSize: 0x1C } + - { offsetInCU: 0x1C5, offset: 0x123A14, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x6C8, symBinAddr: 0x686F8, symSize: 0x8 } + - { offsetInCU: 0x1F0, offset: 0x123A3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x6D0, symBinAddr: 0x68700, symSize: 0x2C } + - { offsetInCU: 0x231, offset: 0x123A80, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x6FC, symBinAddr: 0x6872C, symSize: 0xC } + - { offsetInCU: 0x526, offset: 0x123D75, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x2C0, symBinAddr: 0x682F0, symSize: 0x220 } + - { offsetInCU: 0x756, offset: 0x123FA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfd', symObjAddr: 0x4E0, symBinAddr: 0x68510, symSize: 0xAC } + - { offsetInCU: 0x783, offset: 0x123FD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfD', symObjAddr: 0x58C, symBinAddr: 0x685BC, symSize: 0x1C } + - { offsetInCU: 0x7BF, offset: 0x12400E, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0x5C8, symBinAddr: 0x685F8, symSize: 0xC } + - { offsetInCU: 0x800, offset: 0x12404F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x5D4, symBinAddr: 0x68604, symSize: 0x30 } + - { offsetInCU: 0x841, offset: 0x124090, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP07keypathE0SDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x604, symBinAddr: 0x68634, symSize: 0xC } + - { offsetInCU: 0x873, offset: 0x1240C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC04textC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0xCC0, symBinAddr: 0x68CB0, symSize: 0x2200 } + - { offsetInCU: 0x183B, offset: 0x12508A, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCMa', symObjAddr: 0x5A8, symBinAddr: 0x685D8, symSize: 0x20 } + - { offsetInCU: 0x184F, offset: 0x12509E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCMa', symObjAddr: 0x6A8, symBinAddr: 0x686D8, symSize: 0x20 } + - { offsetInCU: 0x188F, offset: 0x1250DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCfD', symObjAddr: 0x708, symBinAddr: 0x68738, symSize: 0x34 } + - { offsetInCU: 0x18F5, offset: 0x125144, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyF0pvgTW', symObjAddr: 0x75C, symBinAddr: 0x6878C, symSize: 0x44 } + - { offsetInCU: 0x1942, offset: 0x125191, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x7A0, symBinAddr: 0x687D0, symSize: 0x24 } + - { offsetInCU: 0x1995, offset: 0x1251E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x7C4, symBinAddr: 0x687F4, symSize: 0x38 } + - { offsetInCU: 0x19E2, offset: 0x125231, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7FC, symBinAddr: 0x6882C, symSize: 0x4 } + - { offsetInCU: 0x1A02, offset: 0x125251, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7FC, symBinAddr: 0x6882C, symSize: 0x4 } + - { offsetInCU: 0x1A24, offset: 0x125273, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x800, symBinAddr: 0x68830, symSize: 0x8 } + - { offsetInCU: 0x1A44, offset: 0x125293, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x800, symBinAddr: 0x68830, symSize: 0x8 } + - { offsetInCU: 0x1A66, offset: 0x1252B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x808, symBinAddr: 0x68838, symSize: 0x8 } + - { offsetInCU: 0x1A86, offset: 0x1252D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x808, symBinAddr: 0x68838, symSize: 0x8 } + - { offsetInCU: 0x1AA8, offset: 0x1252F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x810, symBinAddr: 0x68840, symSize: 0x8 } + - { offsetInCU: 0x1AC8, offset: 0x125317, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x810, symBinAddr: 0x68840, symSize: 0x8 } + - { offsetInCU: 0x1AEA, offset: 0x125339, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x818, symBinAddr: 0x68848, symSize: 0x8 } + - { offsetInCU: 0x1B0A, offset: 0x125359, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x818, symBinAddr: 0x68848, symSize: 0x8 } + - { offsetInCU: 0x1B2C, offset: 0x12537B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x820, symBinAddr: 0x68850, symSize: 0x8 } + - { offsetInCU: 0x1B4C, offset: 0x12539B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x820, symBinAddr: 0x68850, symSize: 0x8 } + - { offsetInCU: 0x1B6E, offset: 0x1253BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x828, symBinAddr: 0x68858, symSize: 0x8 } + - { offsetInCU: 0x1B8E, offset: 0x1253DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x828, symBinAddr: 0x68858, symSize: 0x8 } + - { offsetInCU: 0x1BB0, offset: 0x1253FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x830, symBinAddr: 0x68860, symSize: 0xC } + - { offsetInCU: 0x1BD0, offset: 0x12541F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x830, symBinAddr: 0x68860, symSize: 0xC } + - { offsetInCU: 0x1BF2, offset: 0x125441, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x83C, symBinAddr: 0x6886C, symSize: 0x10 } + - { offsetInCU: 0x1C12, offset: 0x125461, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x83C, symBinAddr: 0x6886C, symSize: 0x10 } + - { offsetInCU: 0x1C25, offset: 0x125474, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x84C, symBinAddr: 0x6887C, symSize: 0x8 } + - { offsetInCU: 0x1C56, offset: 0x1254A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x910, symBinAddr: 0x68940, symSize: 0x370 } + - { offsetInCU: 0x20D8, offset: 0x125927, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCMa', symObjAddr: 0x73C, symBinAddr: 0x6876C, symSize: 0x20 } + - { offsetInCU: 0x211F, offset: 0x12596E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_6Lottie15AnyNodeProperty_pTg5Tf4nnen_n', symObjAddr: 0x854, symBinAddr: 0x68884, symSize: 0xBC } + - { offsetInCU: 0x3F, offset: 0x125ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg', symObjAddr: 0x0, symBinAddr: 0x6AEB0, symSize: 0xA4 } + - { offsetInCU: 0x9F, offset: 0x125F32, size: 0x8, addend: 0x0, symName: '_$s6Lottie27ReducedMotionOptionProvider_pWOb', symObjAddr: 0xD8, symBinAddr: 0x6AF54, symSize: 0x18 } + - { offsetInCU: 0xB3, offset: 0x125F46, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ', symObjAddr: 0x168, symBinAddr: 0x6AF6C, symSize: 0xC } + - { offsetInCU: 0xDF, offset: 0x125F72, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ', symObjAddr: 0x174, symBinAddr: 0x6AF78, symSize: 0x10 } + - { offsetInCU: 0x10B, offset: 0x125F9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ', symObjAddr: 0x184, symBinAddr: 0x6AF88, symSize: 0x60 } + - { offsetInCU: 0x153, offset: 0x125FE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVACycfC', symObjAddr: 0x1E4, symBinAddr: 0x6AFE8, symSize: 0x4 } + - { offsetInCU: 0x171, offset: 0x126004, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg', symObjAddr: 0x530, symBinAddr: 0x6B334, symSize: 0x24 } + - { offsetInCU: 0x196, offset: 0x126029, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVAA0cdeF0A2aDP07currentcD4ModeAA0cdH0OvgTW', symObjAddr: 0x554, symBinAddr: 0x6B358, symSize: 0x24 } + - { offsetInCU: 0x1C9, offset: 0x12605C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ', symObjAddr: 0x1E8, symBinAddr: 0x6AFEC, symSize: 0x4 } + - { offsetInCU: 0x1E9, offset: 0x12607C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x1EC, symBinAddr: 0x6AFF0, symSize: 0x18 } + - { offsetInCU: 0x24F, offset: 0x1260E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x400, symBinAddr: 0x6B204, symSize: 0x28 } + - { offsetInCU: 0x2B2, offset: 0x126145, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO9hashValueSivg', symObjAddr: 0x428, symBinAddr: 0x6B22C, symSize: 0x44 } + - { offsetInCU: 0x3AC, offset: 0x12623F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x46C, symBinAddr: 0x6B270, symSize: 0x18 } + - { offsetInCU: 0x3CC, offset: 0x12625F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x46C, symBinAddr: 0x6B270, symSize: 0x18 } + - { offsetInCU: 0x40C, offset: 0x12629F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH9hashValueSivgTW', symObjAddr: 0x484, symBinAddr: 0x6B288, symSize: 0x44 } + - { offsetInCU: 0x4EF, offset: 0x126382, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4C8, symBinAddr: 0x6B2CC, symSize: 0x28 } + - { offsetInCU: 0x583, offset: 0x126416, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF', symObjAddr: 0x204, symBinAddr: 0x6B008, symSize: 0x74 } + - { offsetInCU: 0x733, offset: 0x1265C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO9hashValueSivg', symObjAddr: 0x278, symBinAddr: 0x6B07C, symSize: 0x88 } + - { offsetInCU: 0x89D, offset: 0x126730, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x300, symBinAddr: 0x6B104, symSize: 0x4 } + - { offsetInCU: 0x8B9, offset: 0x12674C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x304, symBinAddr: 0x6B108, symSize: 0x74 } + - { offsetInCU: 0x9C7, offset: 0x12685A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3FC, symBinAddr: 0x6B200, symSize: 0x4 } + - { offsetInCU: 0x9E7, offset: 0x12687A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3FC, symBinAddr: 0x6B200, symSize: 0x4 } + - { offsetInCU: 0x9F9, offset: 0x12688C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x578, symBinAddr: 0x6B37C, symSize: 0xF8 } + - { offsetInCU: 0xAB4, offset: 0x126947, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASQWb', symObjAddr: 0x670, symBinAddr: 0x6B474, symSize: 0x4 } + - { offsetInCU: 0xAC8, offset: 0x12695B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOACSQAAWl', symObjAddr: 0x674, symBinAddr: 0x6B478, symSize: 0x44 } + - { offsetInCU: 0xADC, offset: 0x12696F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASQWb', symObjAddr: 0x6B8, symBinAddr: 0x6B4BC, symSize: 0x4 } + - { offsetInCU: 0xAF0, offset: 0x126983, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOACSQAAWl', symObjAddr: 0x6BC, symBinAddr: 0x6B4C0, symSize: 0x44 } + - { offsetInCU: 0xB04, offset: 0x126997, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwCP', symObjAddr: 0x700, symBinAddr: 0x6B504, symSize: 0x30 } + - { offsetInCU: 0xB18, offset: 0x1269AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwxx', symObjAddr: 0x730, symBinAddr: 0x6B534, symSize: 0x50 } + - { offsetInCU: 0xB2C, offset: 0x1269BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwcp', symObjAddr: 0x780, symBinAddr: 0x6B584, symSize: 0x90 } + - { offsetInCU: 0xB40, offset: 0x1269D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwca', symObjAddr: 0x810, symBinAddr: 0x6B614, symSize: 0xD4 } + - { offsetInCU: 0xB54, offset: 0x1269E7, size: 0x8, addend: 0x0, symName: ___swift_memcpy81_8, symObjAddr: 0x8E4, symBinAddr: 0x6B6E8, symSize: 0x24 } + - { offsetInCU: 0xB68, offset: 0x1269FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwta', symObjAddr: 0x908, symBinAddr: 0x6B70C, symSize: 0xA0 } + - { offsetInCU: 0xB7C, offset: 0x126A0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwet', symObjAddr: 0x9A8, symBinAddr: 0x6B7AC, symSize: 0x3C } + - { offsetInCU: 0xB90, offset: 0x126A23, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwst', symObjAddr: 0x9E4, symBinAddr: 0x6B7E8, symSize: 0x54 } + - { offsetInCU: 0xBA4, offset: 0x126A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwug', symObjAddr: 0xA38, symBinAddr: 0x6B83C, symSize: 0x1C } + - { offsetInCU: 0xBB8, offset: 0x126A4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwup', symObjAddr: 0xA54, symBinAddr: 0x6B858, symSize: 0x4 } + - { offsetInCU: 0xBCC, offset: 0x126A5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwui', symObjAddr: 0xA58, symBinAddr: 0x6B85C, symSize: 0x34 } + - { offsetInCU: 0xBE0, offset: 0x126A73, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOMa', symObjAddr: 0xA8C, symBinAddr: 0x6B890, symSize: 0x10 } + - { offsetInCU: 0xBF4, offset: 0x126A87, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwet', symObjAddr: 0xAAC, symBinAddr: 0x6B8A0, symSize: 0x90 } + - { offsetInCU: 0xC08, offset: 0x126A9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwst', symObjAddr: 0xB3C, symBinAddr: 0x6B930, symSize: 0xBC } + - { offsetInCU: 0xC1C, offset: 0x126AAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwug', symObjAddr: 0xBF8, symBinAddr: 0x6B9EC, symSize: 0x8 } + - { offsetInCU: 0xC30, offset: 0x126AC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwup', symObjAddr: 0xC00, symBinAddr: 0x6B9F4, symSize: 0x4 } + - { offsetInCU: 0xC44, offset: 0x126AD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwui', symObjAddr: 0xC04, symBinAddr: 0x6B9F8, symSize: 0xC } + - { offsetInCU: 0xC58, offset: 0x126AEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOMa', symObjAddr: 0xC10, symBinAddr: 0x6BA04, symSize: 0x10 } + - { offsetInCU: 0xC6C, offset: 0x126AFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVMa', symObjAddr: 0xC28, symBinAddr: 0x6BA1C, symSize: 0x10 } + - { offsetInCU: 0xD13, offset: 0x126BA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x378, symBinAddr: 0x6B17C, symSize: 0x84 } + - { offsetInCU: 0xE6A, offset: 0x126CFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4F0, symBinAddr: 0x6B2F4, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x126F0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x6BA2C, symSize: 0x148 } + - { offsetInCU: 0x79, offset: 0x126F5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x6BA2C, symSize: 0x148 } + - { offsetInCU: 0xC7, offset: 0x126FAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x148, symBinAddr: 0x6BB74, symSize: 0x130 } + - { offsetInCU: 0xFD, offset: 0x126FE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfC', symObjAddr: 0x2D0, symBinAddr: 0x6BCFC, symSize: 0x4C } + - { offsetInCU: 0x11B, offset: 0x126FFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc', symObjAddr: 0x31C, symBinAddr: 0x6BD48, symSize: 0xD0 } + - { offsetInCU: 0x1C3, offset: 0x1270A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg', symObjAddr: 0x518, symBinAddr: 0x6BEC0, symSize: 0x30 } + - { offsetInCU: 0x20E, offset: 0x1270F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs', symObjAddr: 0x548, symBinAddr: 0x6BEF0, symSize: 0x50 } + - { offsetInCU: 0x254, offset: 0x127137, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM', symObjAddr: 0x598, symBinAddr: 0x6BF40, symSize: 0x40 } + - { offsetInCU: 0x283, offset: 0x127166, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM.resume.0', symObjAddr: 0x5D8, symBinAddr: 0x6BF80, symSize: 0x34 } + - { offsetInCU: 0x2C2, offset: 0x1271A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9valueTypeypXpvg', symObjAddr: 0x60C, symBinAddr: 0x6BFB4, symSize: 0xC } + - { offsetInCU: 0x2ED, offset: 0x1271D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x618, symBinAddr: 0x6BFC0, symSize: 0xAC } + - { offsetInCU: 0x33A, offset: 0x12721D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x6D4, symBinAddr: 0x6C07C, symSize: 0x38 } + - { offsetInCU: 0x3A0, offset: 0x127283, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x770, symBinAddr: 0x6C118, symSize: 0x18 } + - { offsetInCU: 0x3C3, offset: 0x1272A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfd', symObjAddr: 0x788, symBinAddr: 0x6C130, symSize: 0x24 } + - { offsetInCU: 0x3FE, offset: 0x1272E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfD', symObjAddr: 0x7E0, symBinAddr: 0x6C154, symSize: 0x2C } + - { offsetInCU: 0x441, offset: 0x127324, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x80C, symBinAddr: 0x6C180, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0x127340, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x82C, symBinAddr: 0x6C1A0, symSize: 0xC } + - { offsetInCU: 0x4A3, offset: 0x127386, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x838, symBinAddr: 0x6C1AC, symSize: 0x1C } + - { offsetInCU: 0x503, offset: 0x1273E6, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOe', symObjAddr: 0x278, symBinAddr: 0x6BCA4, symSize: 0x10 } + - { offsetInCU: 0x517, offset: 0x1273FA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVACSHAAWl', symObjAddr: 0x288, symBinAddr: 0x6BCB4, symSize: 0x48 } + - { offsetInCU: 0x54C, offset: 0x12742F, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGSayxGSHsSHRzlWl', symObjAddr: 0x42C, symBinAddr: 0x6BE18, symSize: 0x64 } + - { offsetInCU: 0x560, offset: 0x127443, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSHAAWl', symObjAddr: 0x4D4, symBinAddr: 0x6BE7C, symSize: 0x44 } + - { offsetInCU: 0x574, offset: 0x127457, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOy', symObjAddr: 0x6C4, symBinAddr: 0x6C06C, symSize: 0x10 } + - { offsetInCU: 0x588, offset: 0x12746B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x738, symBinAddr: 0x6C0E0, symSize: 0x38 } + - { offsetInCU: 0x5D0, offset: 0x1274B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x854, symBinAddr: 0x6C1C8, symSize: 0xC } + - { offsetInCU: 0x5FF, offset: 0x1274E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x860, symBinAddr: 0x6C1D4, symSize: 0xC } + - { offsetInCU: 0x649, offset: 0x12752C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x86C, symBinAddr: 0x6C1E0, symSize: 0x14 } + - { offsetInCU: 0x68C, offset: 0x12756F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCMa', symObjAddr: 0x918, symBinAddr: 0x6C28C, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x12777F, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x6C2C8, symSize: 0x50C } + - { offsetInCU: 0x2AB, offset: 0x127A03, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x6C2C8, symSize: 0x50C } + - { offsetInCU: 0x2B, offset: 0x128943, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x6C7D4, symSize: 0x44 } + - { offsetInCU: 0x6D, offset: 0x128985, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x6C7D4, symSize: 0x44 } + - { offsetInCU: 0xBF, offset: 0x1289D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x64, symBinAddr: 0x6C838, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x128A18, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x70, symBinAddr: 0x6C844, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x128A59, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x6C874, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x128A8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesC7ellipseAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x424, symBinAddr: 0x6CBB8, symSize: 0x274 } + - { offsetInCU: 0x409, offset: 0x128D21, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCMa', symObjAddr: 0x44, symBinAddr: 0x6C818, symSize: 0x20 } + - { offsetInCU: 0x4DB, offset: 0x128DF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xAC, symBinAddr: 0x6C880, symSize: 0xAC } + - { offsetInCU: 0x5C9, offset: 0x128EE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCfD', symObjAddr: 0x158, symBinAddr: 0x6C92C, symSize: 0x34 } + - { offsetInCU: 0x62A, offset: 0x128F42, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1AC, symBinAddr: 0x6C980, symSize: 0x44 } + - { offsetInCU: 0x676, offset: 0x128F8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x1F0, symBinAddr: 0x6C9C4, symSize: 0x24 } + - { offsetInCU: 0x6A8, offset: 0x128FC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x214, symBinAddr: 0x6C9E8, symSize: 0x4 } + - { offsetInCU: 0x6E2, offset: 0x128FFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x218, symBinAddr: 0x6C9EC, symSize: 0x8 } + - { offsetInCU: 0x702, offset: 0x12901A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x218, symBinAddr: 0x6C9EC, symSize: 0x8 } + - { offsetInCU: 0x765, offset: 0x12907D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x220, symBinAddr: 0x6C9F4, symSize: 0x10 } + - { offsetInCU: 0x785, offset: 0x12909D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x220, symBinAddr: 0x6C9F4, symSize: 0x10 } + - { offsetInCU: 0x7CC, offset: 0x1290E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x6CA04, symSize: 0x8 } + - { offsetInCU: 0x7EC, offset: 0x129104, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x6CA04, symSize: 0x8 } + - { offsetInCU: 0x80D, offset: 0x129125, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x238, symBinAddr: 0x6CA0C, symSize: 0x8 } + - { offsetInCU: 0x82D, offset: 0x129145, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x238, symBinAddr: 0x6CA0C, symSize: 0x8 } + - { offsetInCU: 0x84E, offset: 0x129166, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x240, symBinAddr: 0x6CA14, symSize: 0x8 } + - { offsetInCU: 0x86E, offset: 0x129186, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x240, symBinAddr: 0x6CA14, symSize: 0x8 } + - { offsetInCU: 0x88F, offset: 0x1291A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x248, symBinAddr: 0x6CA1C, symSize: 0x8 } + - { offsetInCU: 0x8AF, offset: 0x1291C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x248, symBinAddr: 0x6CA1C, symSize: 0x8 } + - { offsetInCU: 0x8D0, offset: 0x1291E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x6CA24, symSize: 0xC } + - { offsetInCU: 0x8F0, offset: 0x129208, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x6CA24, symSize: 0xC } + - { offsetInCU: 0x911, offset: 0x129229, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x25C, symBinAddr: 0x6CA30, symSize: 0x10 } + - { offsetInCU: 0x931, offset: 0x129249, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x25C, symBinAddr: 0x6CA30, symSize: 0x10 } + - { offsetInCU: 0x952, offset: 0x12926A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x26C, symBinAddr: 0x6CA40, symSize: 0xC } + - { offsetInCU: 0x984, offset: 0x12929C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC06parentC07ellipseAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x698, symBinAddr: 0x6CE2C, symSize: 0x114 } + - { offsetInCU: 0xA3D, offset: 0x129355, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCMa', symObjAddr: 0x18C, symBinAddr: 0x6C960, symSize: 0x20 } + - { offsetInCU: 0xB2F, offset: 0x129447, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7ellipse4size6center9directionACSo6CGSizeV_So7CGPointVAA0C9DirectionOtFZTf4nnnd_n', symObjAddr: 0x278, symBinAddr: 0x6CA4C, symSize: 0x16C } + - { offsetInCU: 0x43, offset: 0x129B33, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x6CF48, symSize: 0x3C } + - { offsetInCU: 0x57, offset: 0x129B47, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwxx', symObjAddr: 0x3C, symBinAddr: 0x6CF84, symSize: 0x8 } + - { offsetInCU: 0x6B, offset: 0x129B5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwcp', symObjAddr: 0x44, symBinAddr: 0x6CF8C, symSize: 0x3C } + - { offsetInCU: 0x7F, offset: 0x129B6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwca', symObjAddr: 0x80, symBinAddr: 0x6CFC8, symSize: 0x54 } + - { offsetInCU: 0x93, offset: 0x129B83, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwta', symObjAddr: 0xE8, symBinAddr: 0x6D01C, symSize: 0x44 } + - { offsetInCU: 0xA7, offset: 0x129B97, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwet', symObjAddr: 0x12C, symBinAddr: 0x6D060, symSize: 0x48 } + - { offsetInCU: 0xBB, offset: 0x129BAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwst', symObjAddr: 0x174, symBinAddr: 0x6D0A8, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0x129BBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVMa', symObjAddr: 0x1B4, symBinAddr: 0x6D0E8, symSize: 0x10 } + - { offsetInCU: 0x45C, offset: 0x129F4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV02cgC0So9CGPathRefayF', symObjAddr: 0x1C4, symBinAddr: 0x6D0F8, symSize: 0x140 } + - { offsetInCU: 0x5F3, offset: 0x12A0E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9addVertexyyAA05CurveE0VF', symObjAddr: 0x304, symBinAddr: 0x6D238, symSize: 0x19C } + - { offsetInCU: 0x9D4, offset: 0x12A4C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV04trimC9AtLengths33_3AD676776FA89DEF7F58E43AF7646C3ALL9positionsSayACGSay12CoreGraphics7CGFloatV5start_AJ3endtG_tF', symObjAddr: 0x4A0, symBinAddr: 0x6D3D4, symSize: 0xAB4 } + - { offsetInCU: 0x2127, offset: 0x12BC17, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO8rawValueSSvg', symObjAddr: 0xF54, symBinAddr: 0x6DE88, symSize: 0x18 } + - { offsetInCU: 0x2160, offset: 0x12BC50, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0xF6C, symBinAddr: 0x6DEA0, symSize: 0x18 } + - { offsetInCU: 0x218E, offset: 0x12BC7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0xF6C, symBinAddr: 0x6DEA0, symSize: 0x18 } + - { offsetInCU: 0x21E0, offset: 0x12BCD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xFA8, symBinAddr: 0x6DEDC, symSize: 0x64 } + - { offsetInCU: 0x2246, offset: 0x12BD36, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x100C, symBinAddr: 0x6DF40, symSize: 0x28 } + - { offsetInCU: 0x2262, offset: 0x12BD52, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1034, symBinAddr: 0x6DF68, symSize: 0x8 } + - { offsetInCU: 0x2298, offset: 0x12BD88, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x103C, symBinAddr: 0x6DF70, symSize: 0x68 } + - { offsetInCU: 0x231D, offset: 0x12BE0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x10A4, symBinAddr: 0x6DFD8, symSize: 0xC } + - { offsetInCU: 0x2339, offset: 0x12BE29, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x10B0, symBinAddr: 0x6DFE4, symSize: 0xC } + - { offsetInCU: 0x2361, offset: 0x12BE51, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV6encode2toys7Encoder_p_tKF', symObjAddr: 0x110C, symBinAddr: 0x6E040, symSize: 0x308 } + - { offsetInCU: 0x254C, offset: 0x12C03C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1414, symBinAddr: 0x6E348, symSize: 0x34 } + - { offsetInCU: 0x2585, offset: 0x12C075, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1448, symBinAddr: 0x6E37C, symSize: 0x1C } + - { offsetInCU: 0x2767, offset: 0x12C257, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x1464, symBinAddr: 0x6E398, symSize: 0xBA0 } + - { offsetInCU: 0x3A65, offset: 0x12D555, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x2004, symBinAddr: 0x6EF38, symSize: 0xB80 } + - { offsetInCU: 0x4704, offset: 0x12E1F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x2BE8, symBinAddr: 0x6FAB8, symSize: 0x44 } + - { offsetInCU: 0x4718, offset: 0x12E208, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGSgWOh', symObjAddr: 0x2C2C, symBinAddr: 0x6FAFC, symSize: 0x40 } + - { offsetInCU: 0x472C, offset: 0x12E21C, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGAByxGs0abC8ProtocolsWl', symObjAddr: 0x2C94, symBinAddr: 0x6FB3C, symSize: 0x4C } + - { offsetInCU: 0x4740, offset: 0x12E230, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwet', symObjAddr: 0x2E14, symBinAddr: 0x6FBE8, symSize: 0x90 } + - { offsetInCU: 0x4754, offset: 0x12E244, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwst', symObjAddr: 0x2EA4, symBinAddr: 0x6FC78, symSize: 0xBC } + - { offsetInCU: 0x4768, offset: 0x12E258, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwug', symObjAddr: 0x2F60, symBinAddr: 0x6FD34, symSize: 0x8 } + - { offsetInCU: 0x477C, offset: 0x12E26C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwup', symObjAddr: 0x2F68, symBinAddr: 0x6FD3C, symSize: 0x4 } + - { offsetInCU: 0x4790, offset: 0x12E280, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwui', symObjAddr: 0x2F6C, symBinAddr: 0x6FD40, symSize: 0x8 } + - { offsetInCU: 0x47A4, offset: 0x12E294, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOMa', symObjAddr: 0x2F74, symBinAddr: 0x6FD48, symSize: 0x10 } + - { offsetInCU: 0x47B8, offset: 0x12E2A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASQWb', symObjAddr: 0x2F84, symBinAddr: 0x6FD58, symSize: 0x4 } + - { offsetInCU: 0x47CC, offset: 0x12E2BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAESQAAWl', symObjAddr: 0x2F88, symBinAddr: 0x6FD5C, symSize: 0x44 } + - { offsetInCU: 0x47E0, offset: 0x12E2D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2FCC, symBinAddr: 0x6FDA0, symSize: 0x4 } + - { offsetInCU: 0x47F4, offset: 0x12E2E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2FD0, symBinAddr: 0x6FDA4, symSize: 0x44 } + - { offsetInCU: 0x4808, offset: 0x12E2F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3014, symBinAddr: 0x6FDE8, symSize: 0x4 } + - { offsetInCU: 0x481C, offset: 0x12E30C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x3018, symBinAddr: 0x6FDEC, symSize: 0x44 } + - { offsetInCU: 0x493D, offset: 0x12E42D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF84, symBinAddr: 0x6DEB8, symSize: 0xC } + - { offsetInCU: 0x4959, offset: 0x12E449, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xF90, symBinAddr: 0x6DEC4, symSize: 0x8 } + - { offsetInCU: 0x4975, offset: 0x12E465, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF98, symBinAddr: 0x6DECC, symSize: 0x8 } + - { offsetInCU: 0x4991, offset: 0x12E481, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xFA0, symBinAddr: 0x6DED4, symSize: 0x8 } + - { offsetInCU: 0x49B4, offset: 0x12E4A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x10BC, symBinAddr: 0x6DFF0, symSize: 0x28 } + - { offsetInCU: 0x49D0, offset: 0x12E4C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x10E4, symBinAddr: 0x6E018, symSize: 0x28 } + - { offsetInCU: 0x9D, offset: 0x12E911, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfC', symObjAddr: 0x0, symBinAddr: 0x6FE30, symSize: 0x8C } + - { offsetInCU: 0xEE, offset: 0x12E962, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc', symObjAddr: 0x8C, symBinAddr: 0x6FEBC, symSize: 0x8C } + - { offsetInCU: 0x135, offset: 0x12E9A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfcTo', symObjAddr: 0x118, symBinAddr: 0x6FF48, symSize: 0xBC } + - { offsetInCU: 0x1B5, offset: 0x12EA29, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC5namedyACSSFZTo', symObjAddr: 0x1D4, symBinAddr: 0x70004, symSize: 0xDC } + - { offsetInCU: 0x251, offset: 0x12EAC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfc', symObjAddr: 0x2BC, symBinAddr: 0x700EC, symSize: 0x2C } + - { offsetInCU: 0x2B4, offset: 0x12EB28, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfcTo', symObjAddr: 0x2E8, symBinAddr: 0x70118, symSize: 0x2C } + - { offsetInCU: 0x35D, offset: 0x12EBD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCfETo', symObjAddr: 0x318, symBinAddr: 0x70148, symSize: 0x50 } + - { offsetInCU: 0x3D4, offset: 0x12EC48, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ', symObjAddr: 0x368, symBinAddr: 0x70198, symSize: 0x1A4 } + - { offsetInCU: 0x4C9, offset: 0x12ED3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg', symObjAddr: 0x50C, symBinAddr: 0x7033C, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x12ED73, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfC', symObjAddr: 0x518, symBinAddr: 0x70348, symSize: 0x14 } + - { offsetInCU: 0x51E, offset: 0x12ED92, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg', symObjAddr: 0x52C, symBinAddr: 0x7035C, symSize: 0x4 } + - { offsetInCU: 0x561, offset: 0x12EDD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x5F8, symBinAddr: 0x70428, symSize: 0x20 } + - { offsetInCU: 0x592, offset: 0x12EE06, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x618, symBinAddr: 0x70448, symSize: 0xC } + - { offsetInCU: 0x612, offset: 0x12EE86, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfC', symObjAddr: 0x624, symBinAddr: 0x70454, symSize: 0x48 } + - { offsetInCU: 0x659, offset: 0x12EECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc', symObjAddr: 0x66C, symBinAddr: 0x7049C, symSize: 0x44 } + - { offsetInCU: 0x68C, offset: 0x12EF00, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfcTo', symObjAddr: 0x6B0, symBinAddr: 0x704E0, symSize: 0x10 } + - { offsetInCU: 0x6AC, offset: 0x12EF20, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfcTo', symObjAddr: 0x6B0, symBinAddr: 0x704E0, symSize: 0x10 } + - { offsetInCU: 0x6DE, offset: 0x12EF52, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfC', symObjAddr: 0x6C0, symBinAddr: 0x704F0, symSize: 0x50 } + - { offsetInCU: 0x712, offset: 0x12EF86, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc', symObjAddr: 0x710, symBinAddr: 0x70540, symSize: 0x30 } + - { offsetInCU: 0x726, offset: 0x12EF9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTo', symObjAddr: 0x740, symBinAddr: 0x70570, symSize: 0x58 } + - { offsetInCU: 0x78E, offset: 0x12F002, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfC', symObjAddr: 0x798, symBinAddr: 0x705C8, symSize: 0x80 } + - { offsetInCU: 0x7E0, offset: 0x12F054, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc', symObjAddr: 0x818, symBinAddr: 0x70648, symSize: 0x74 } + - { offsetInCU: 0x813, offset: 0x12F087, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfcTo', symObjAddr: 0x88C, symBinAddr: 0x706BC, symSize: 0xB8 } + - { offsetInCU: 0x863, offset: 0x12F0D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfC', symObjAddr: 0x944, symBinAddr: 0x70774, symSize: 0x40 } + - { offsetInCU: 0x8A1, offset: 0x12F115, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc', symObjAddr: 0x984, symBinAddr: 0x707B4, symSize: 0x1FC } + - { offsetInCU: 0x95B, offset: 0x12F1CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5Error_pSgcfU_', symObjAddr: 0xB80, symBinAddr: 0x709B0, symSize: 0x4 } + - { offsetInCU: 0x973, offset: 0x12F1E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfcTo', symObjAddr: 0xB84, symBinAddr: 0x709B4, symSize: 0x80 } + - { offsetInCU: 0x9C5, offset: 0x12F239, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfC', symObjAddr: 0xC04, symBinAddr: 0x70A34, symSize: 0x78 } + - { offsetInCU: 0xA0C, offset: 0x12F280, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc', symObjAddr: 0xC7C, symBinAddr: 0x70AAC, symSize: 0x64 } + - { offsetInCU: 0xA3F, offset: 0x12F2B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfcTo', symObjAddr: 0xCE0, symBinAddr: 0x70B10, symSize: 0x90 } + - { offsetInCU: 0xA93, offset: 0x12F307, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfC', symObjAddr: 0xD70, symBinAddr: 0x70BA0, symSize: 0x5C } + - { offsetInCU: 0xAC7, offset: 0x12F33B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc', symObjAddr: 0xDCC, symBinAddr: 0x70BFC, symSize: 0x40 } + - { offsetInCU: 0xADB, offset: 0x12F34F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTo', symObjAddr: 0xE0C, symBinAddr: 0x70C3C, symSize: 0x80 } + - { offsetInCU: 0xB0D, offset: 0x12F381, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xE8C, symBinAddr: 0x70CBC, symSize: 0x50 } + - { offsetInCU: 0xB2B, offset: 0x12F39F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xEDC, symBinAddr: 0x70D0C, symSize: 0x100 } + - { offsetInCU: 0xBB2, offset: 0x12F426, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xFDC, symBinAddr: 0x70E0C, symSize: 0x20 } + - { offsetInCU: 0xBDD, offset: 0x12F451, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xFFC, symBinAddr: 0x70E2C, symSize: 0x4C } + - { offsetInCU: 0xC0F, offset: 0x12F483, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvW', symObjAddr: 0x1088, symBinAddr: 0x70EB8, symSize: 0x154 } + - { offsetInCU: 0xCC7, offset: 0x12F53B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM', symObjAddr: 0x11DC, symBinAddr: 0x7100C, symSize: 0x48 } + - { offsetInCU: 0xD14, offset: 0x12F588, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1230, symBinAddr: 0x71060, symSize: 0x44 } + - { offsetInCU: 0xD51, offset: 0x12F5C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg', symObjAddr: 0x1274, symBinAddr: 0x710A4, symSize: 0x44 } + - { offsetInCU: 0xD70, offset: 0x12F5E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x12B8, symBinAddr: 0x710E8, symSize: 0x3C } + - { offsetInCU: 0xDAA, offset: 0x12F61E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs', symObjAddr: 0x12F4, symBinAddr: 0x71124, symSize: 0xC0 } + - { offsetInCU: 0xE6E, offset: 0x12F6E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM', symObjAddr: 0x13B4, symBinAddr: 0x711E4, symSize: 0x58 } + - { offsetInCU: 0xE9D, offset: 0x12F711, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x140C, symBinAddr: 0x7123C, symSize: 0xB0 } + - { offsetInCU: 0xF32, offset: 0x12F7A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvW', symObjAddr: 0x1728, symBinAddr: 0x71558, symSize: 0x188 } + - { offsetInCU: 0x101F, offset: 0x12F893, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM', symObjAddr: 0x18B0, symBinAddr: 0x716E0, symSize: 0x48 } + - { offsetInCU: 0x106C, offset: 0x12F8E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0x1940, symBinAddr: 0x71770, symSize: 0x18 } + - { offsetInCU: 0x108C, offset: 0x12F900, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0x1940, symBinAddr: 0x71770, symSize: 0x18 } + - { offsetInCU: 0x10A9, offset: 0x12F91D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg', symObjAddr: 0x1958, symBinAddr: 0x71788, symSize: 0x18 } + - { offsetInCU: 0x10F0, offset: 0x12F964, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x1970, symBinAddr: 0x717A0, symSize: 0x18 } + - { offsetInCU: 0x1110, offset: 0x12F984, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x1970, symBinAddr: 0x717A0, symSize: 0x18 } + - { offsetInCU: 0x1135, offset: 0x12F9A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs', symObjAddr: 0x1988, symBinAddr: 0x717B8, symSize: 0x1C } + - { offsetInCU: 0x115C, offset: 0x12F9D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM', symObjAddr: 0x19A4, symBinAddr: 0x717D4, symSize: 0x48 } + - { offsetInCU: 0x11A2, offset: 0x12FA16, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM.resume.0', symObjAddr: 0x19EC, symBinAddr: 0x7181C, symSize: 0x18 } + - { offsetInCU: 0x11D0, offset: 0x12FA44, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM.resume.0', symObjAddr: 0x19EC, symBinAddr: 0x7181C, symSize: 0x18 } + - { offsetInCU: 0x121F, offset: 0x12FA93, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvsTo', symObjAddr: 0x1A1C, symBinAddr: 0x7184C, symSize: 0x90 } + - { offsetInCU: 0x12C3, offset: 0x12FB37, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x1AAC, symBinAddr: 0x718DC, symSize: 0x74 } + - { offsetInCU: 0x1358, offset: 0x12FBCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x1B98, symBinAddr: 0x719C8, symSize: 0x8C } + - { offsetInCU: 0x13CA, offset: 0x12FC3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x1C24, symBinAddr: 0x71A54, symSize: 0x80 } + - { offsetInCU: 0x1447, offset: 0x12FCBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1CA4, symBinAddr: 0x71AD4, symSize: 0x40 } + - { offsetInCU: 0x1463, offset: 0x12FCD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x1CE4, symBinAddr: 0x71B14, symSize: 0x124 } + - { offsetInCU: 0x15B8, offset: 0x12FE2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x1E20, symBinAddr: 0x71C50, symSize: 0x34 } + - { offsetInCU: 0x15E7, offset: 0x12FE5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1E60, symBinAddr: 0x71C90, symSize: 0x20 } + - { offsetInCU: 0x1603, offset: 0x12FE77, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg', symObjAddr: 0x1E80, symBinAddr: 0x71CB0, symSize: 0x80 } + - { offsetInCU: 0x167C, offset: 0x12FEF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvgTo', symObjAddr: 0x1F00, symBinAddr: 0x71D30, symSize: 0x40 } + - { offsetInCU: 0x1698, offset: 0x12FF0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg', symObjAddr: 0x1F40, symBinAddr: 0x71D70, symSize: 0x108 } + - { offsetInCU: 0x173F, offset: 0x12FFB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM', symObjAddr: 0x20F8, symBinAddr: 0x71F28, symSize: 0x34 } + - { offsetInCU: 0x178C, offset: 0x130000, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x2178, symBinAddr: 0x71FA8, symSize: 0xC0 } + - { offsetInCU: 0x17EC, offset: 0x130060, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x2238, symBinAddr: 0x72068, symSize: 0xA8 } + - { offsetInCU: 0x1846, offset: 0x1300BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x22E0, symBinAddr: 0x72110, symSize: 0x3C } + - { offsetInCU: 0x1862, offset: 0x1300D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x231C, symBinAddr: 0x7214C, symSize: 0x10C } + - { offsetInCU: 0x191F, offset: 0x130193, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x24D8, symBinAddr: 0x72308, symSize: 0xCC } + - { offsetInCU: 0x19B8, offset: 0x13022C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x25A4, symBinAddr: 0x723D4, symSize: 0x1A8 } + - { offsetInCU: 0x1A77, offset: 0x1302EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x274C, symBinAddr: 0x7257C, symSize: 0x58 } + - { offsetInCU: 0x1ABB, offset: 0x13032F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x27A4, symBinAddr: 0x725D4, symSize: 0x38 } + - { offsetInCU: 0x1AF0, offset: 0x130364, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x27DC, symBinAddr: 0x7260C, symSize: 0x40 } + - { offsetInCU: 0x1B0C, offset: 0x130380, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x281C, symBinAddr: 0x7264C, symSize: 0xB8 } + - { offsetInCU: 0x1C62, offset: 0x1304D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x28D4, symBinAddr: 0x72704, symSize: 0x64 } + - { offsetInCU: 0x1CCD, offset: 0x130541, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x2938, symBinAddr: 0x72768, symSize: 0x64 } + - { offsetInCU: 0x1D46, offset: 0x1305BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x299C, symBinAddr: 0x727CC, symSize: 0x94 } + - { offsetInCU: 0x1DDA, offset: 0x13064E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x2A30, symBinAddr: 0x72860, symSize: 0x74 } + - { offsetInCU: 0x1E68, offset: 0x1306DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x2B1C, symBinAddr: 0x7294C, symSize: 0x8C } + - { offsetInCU: 0x1EDD, offset: 0x130751, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x2BA8, symBinAddr: 0x729D8, symSize: 0x88 } + - { offsetInCU: 0x1F5D, offset: 0x1307D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvsTo', symObjAddr: 0x2D00, symBinAddr: 0x72B30, symSize: 0x48 } + - { offsetInCU: 0x1F90, offset: 0x130804, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs', symObjAddr: 0x2D48, symBinAddr: 0x72B78, symSize: 0xC8 } + - { offsetInCU: 0x202A, offset: 0x13089E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM', symObjAddr: 0x2E10, symBinAddr: 0x72C40, symSize: 0x8C } + - { offsetInCU: 0x20CC, offset: 0x130940, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM.resume.0', symObjAddr: 0x2E9C, symBinAddr: 0x72CCC, symSize: 0xDC } + - { offsetInCU: 0x215B, offset: 0x1309CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvgTo', symObjAddr: 0x2F78, symBinAddr: 0x72DA8, symSize: 0x38 } + - { offsetInCU: 0x2177, offset: 0x1309EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg', symObjAddr: 0x2FB0, symBinAddr: 0x72DE0, symSize: 0x190 } + - { offsetInCU: 0x2218, offset: 0x130A8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvgTo', symObjAddr: 0x3140, symBinAddr: 0x72F70, symSize: 0x38 } + - { offsetInCU: 0x2234, offset: 0x130AA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg', symObjAddr: 0x3178, symBinAddr: 0x72FA8, symSize: 0x48 } + - { offsetInCU: 0x2269, offset: 0x130ADD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvsTo', symObjAddr: 0x31C0, symBinAddr: 0x72FF0, symSize: 0x3C } + - { offsetInCU: 0x2285, offset: 0x130AF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs', symObjAddr: 0x31FC, symBinAddr: 0x7302C, symSize: 0x6C } + - { offsetInCU: 0x22E5, offset: 0x130B59, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM', symObjAddr: 0x3268, symBinAddr: 0x73098, symSize: 0x60 } + - { offsetInCU: 0x2339, offset: 0x130BAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM.resume.0', symObjAddr: 0x32C8, symBinAddr: 0x730F8, symSize: 0x20 } + - { offsetInCU: 0x2393, offset: 0x130C07, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyF', symObjAddr: 0x32E8, symBinAddr: 0x73118, symSize: 0x48 } + - { offsetInCU: 0x23DD, offset: 0x130C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0x3330, symBinAddr: 0x73160, symSize: 0x40 } + - { offsetInCU: 0x2426, offset: 0x130C9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyFTo', symObjAddr: 0x3370, symBinAddr: 0x731A0, symSize: 0x5C } + - { offsetInCU: 0x247F, offset: 0x130CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tFTo', symObjAddr: 0x33CC, symBinAddr: 0x731FC, symSize: 0xB8 } + - { offsetInCU: 0x24BF, offset: 0x130D33, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x3484, symBinAddr: 0x732B4, symSize: 0x6C } + - { offsetInCU: 0x2543, offset: 0x130DB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x34F0, symBinAddr: 0x73320, symSize: 0xF0 } + - { offsetInCU: 0x2596, offset: 0x130E0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x35E0, symBinAddr: 0x73410, symSize: 0x6C } + - { offsetInCU: 0x261A, offset: 0x130E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x364C, symBinAddr: 0x7347C, symSize: 0xF0 } + - { offsetInCU: 0x266D, offset: 0x130EE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF', symObjAddr: 0x373C, symBinAddr: 0x7356C, symSize: 0x64 } + - { offsetInCU: 0x26F1, offset: 0x130F65, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtFTo', symObjAddr: 0x37A0, symBinAddr: 0x735D0, symSize: 0x128 } + - { offsetInCU: 0x2745, offset: 0x130FB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF', symObjAddr: 0x38C8, symBinAddr: 0x736F8, symSize: 0x60 } + - { offsetInCU: 0x27B2, offset: 0x131026, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtFTo', symObjAddr: 0x3928, symBinAddr: 0x73758, symSize: 0xF8 } + - { offsetInCU: 0x27FC, offset: 0x131070, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyF', symObjAddr: 0x3A20, symBinAddr: 0x73850, symSize: 0x40 } + - { offsetInCU: 0x283B, offset: 0x1310AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyFTo', symObjAddr: 0x3A60, symBinAddr: 0x73890, symSize: 0x54 } + - { offsetInCU: 0x2871, offset: 0x1310E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyF', symObjAddr: 0x3AB4, symBinAddr: 0x738E4, symSize: 0x40 } + - { offsetInCU: 0x28B0, offset: 0x131124, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyFTo', symObjAddr: 0x3AF4, symBinAddr: 0x73924, symSize: 0x54 } + - { offsetInCU: 0x28E6, offset: 0x13115A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF', symObjAddr: 0x3B48, symBinAddr: 0x73978, symSize: 0xA0 } + - { offsetInCU: 0x2961, offset: 0x1311D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyFTo', symObjAddr: 0x3BE8, symBinAddr: 0x73A18, symSize: 0xB8 } + - { offsetInCU: 0x29C3, offset: 0x131237, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x3CA0, symBinAddr: 0x73AD0, symSize: 0xA0 } + - { offsetInCU: 0x2A3E, offset: 0x1312B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyFTo', symObjAddr: 0x3D40, symBinAddr: 0x73B70, symSize: 0xB8 } + - { offsetInCU: 0x2AA0, offset: 0x131314, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x3DF8, symBinAddr: 0x73C28, symSize: 0xFC } + - { offsetInCU: 0x2B47, offset: 0x1313BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x3EF4, symBinAddr: 0x73D24, symSize: 0x108 } + - { offsetInCU: 0x2B63, offset: 0x1313D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x3FFC, symBinAddr: 0x73E2C, symSize: 0xA0 } + - { offsetInCU: 0x2BDE, offset: 0x131452, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyFTo', symObjAddr: 0x409C, symBinAddr: 0x73ECC, symSize: 0xB8 } + - { offsetInCU: 0x2C40, offset: 0x1314B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF', symObjAddr: 0x4154, symBinAddr: 0x73F84, symSize: 0x380 } + - { offsetInCU: 0x2EA7, offset: 0x13171B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtFTo', symObjAddr: 0x44D4, symBinAddr: 0x74304, symSize: 0x78 } + - { offsetInCU: 0x2EC3, offset: 0x131737, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x454C, symBinAddr: 0x7437C, symSize: 0x180 } + - { offsetInCU: 0x2FB5, offset: 0x131829, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x46CC, symBinAddr: 0x744FC, symSize: 0x6C } + - { offsetInCU: 0x2FD1, offset: 0x131845, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF', symObjAddr: 0x4738, symBinAddr: 0x74568, symSize: 0x64 } + - { offsetInCU: 0x303E, offset: 0x1318B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtFTo', symObjAddr: 0x479C, symBinAddr: 0x745CC, symSize: 0xB0 } + - { offsetInCU: 0x3086, offset: 0x1318FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x484C, symBinAddr: 0x7467C, symSize: 0x100 } + - { offsetInCU: 0x310A, offset: 0x13197E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x494C, symBinAddr: 0x7477C, symSize: 0xA4 } + - { offsetInCU: 0x3126, offset: 0x13199A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x49F0, symBinAddr: 0x74820, symSize: 0xE0 } + - { offsetInCU: 0x31C3, offset: 0x131A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x4AD0, symBinAddr: 0x74900, symSize: 0x7C } + - { offsetInCU: 0x31DF, offset: 0x131A53, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4B4C, symBinAddr: 0x7497C, symSize: 0xB8 } + - { offsetInCU: 0x3290, offset: 0x131B04, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tFTo', symObjAddr: 0x4C04, symBinAddr: 0x74A34, symSize: 0xEC } + - { offsetInCU: 0x332F, offset: 0x131BA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4CF0, symBinAddr: 0x74B20, symSize: 0x110 } + - { offsetInCU: 0x341D, offset: 0x131C91, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4E0C, symBinAddr: 0x74C3C, symSize: 0x110 } + - { offsetInCU: 0x34FD, offset: 0x131D71, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10setUpViews33_A351FBFEE2E6C8ED3388379E4189DDDFLLyyF', symObjAddr: 0x4FA0, symBinAddr: 0x74DD0, symSize: 0x244 } + - { offsetInCU: 0x352E, offset: 0x131DA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTf4gnn_n', symObjAddr: 0x562C, symBinAddr: 0x75420, symSize: 0x280 } + - { offsetInCU: 0x36A1, offset: 0x131F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTf4gnn_n', symObjAddr: 0x58F0, symBinAddr: 0x756A0, symSize: 0x2D0 } + - { offsetInCU: 0x387F, offset: 0x1320F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x63A4, symBinAddr: 0x75ED4, symSize: 0xEC } + - { offsetInCU: 0x4436, offset: 0x132CAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfC', symObjAddr: 0x5230, symBinAddr: 0x75060, symSize: 0x4C } + - { offsetInCU: 0x447F, offset: 0x132CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc', symObjAddr: 0x527C, symBinAddr: 0x750AC, symSize: 0x4C } + - { offsetInCU: 0x44B2, offset: 0x132D26, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfcTo', symObjAddr: 0x52C8, symBinAddr: 0x750F8, symSize: 0x74 } + - { offsetInCU: 0x44F8, offset: 0x132D6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfc', symObjAddr: 0x5378, symBinAddr: 0x751A8, symSize: 0x2C } + - { offsetInCU: 0x455E, offset: 0x132DD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfcTo', symObjAddr: 0x53A4, symBinAddr: 0x751D4, symSize: 0x2C } + - { offsetInCU: 0x4610, offset: 0x132E84, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x1B20, symBinAddr: 0x71950, symSize: 0x78 } + - { offsetInCU: 0x478D, offset: 0x133001, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x2428, symBinAddr: 0x72258, symSize: 0xB0 } + - { offsetInCU: 0x47F6, offset: 0x13306A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x2AA4, symBinAddr: 0x728D4, symSize: 0x78 } + - { offsetInCU: 0x4984, offset: 0x1331F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCfETo', symObjAddr: 0x51E8, symBinAddr: 0x75018, symSize: 0x48 } + - { offsetInCU: 0x49B3, offset: 0x133227, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCfETo', symObjAddr: 0x5404, symBinAddr: 0x75234, symSize: 0x10 } + - { offsetInCU: 0x4A1B, offset: 0x13328F, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_nAE05ColorcJ0C_Tg5', symObjAddr: 0x5450, symBinAddr: 0x75244, symSize: 0x13C } + - { offsetInCU: 0x4ABA, offset: 0x13332E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_nAK05ColornO0C_Tg5', symObjAddr: 0x558C, symBinAddr: 0x75380, symSize: 0xA0 } + - { offsetInCU: 0x4C00, offset: 0x133474, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVSgWOb', symObjAddr: 0x5E0C, symBinAddr: 0x75970, symSize: 0x48 } + - { offsetInCU: 0x4C14, offset: 0x133488, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOSHAASQWb', symObjAddr: 0x5E54, symBinAddr: 0x759B8, symSize: 0x4 } + - { offsetInCU: 0x4C28, offset: 0x13349C, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOACSQAAWl', symObjAddr: 0x5E58, symBinAddr: 0x759BC, symSize: 0x44 } + - { offsetInCU: 0x4C3C, offset: 0x1334B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASQWb', symObjAddr: 0x5E9C, symBinAddr: 0x75A00, symSize: 0x4 } + - { offsetInCU: 0x4C50, offset: 0x1334C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOACSQAAWl', symObjAddr: 0x5EA0, symBinAddr: 0x75A04, symSize: 0x44 } + - { offsetInCU: 0x4C64, offset: 0x1334D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCMa', symObjAddr: 0x624C, symBinAddr: 0x75DB0, symSize: 0x20 } + - { offsetInCU: 0x4C78, offset: 0x1334EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOMa', symObjAddr: 0x6280, symBinAddr: 0x75DE4, symSize: 0x10 } + - { offsetInCU: 0x4C8C, offset: 0x133500, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOMa', symObjAddr: 0x6290, symBinAddr: 0x75DF4, symSize: 0x10 } + - { offsetInCU: 0x4CA0, offset: 0x133514, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCMa', symObjAddr: 0x62A0, symBinAddr: 0x75E04, symSize: 0x20 } + - { offsetInCU: 0x4CB4, offset: 0x133528, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCMa', symObjAddr: 0x62E4, symBinAddr: 0x75E48, symSize: 0x20 } + - { offsetInCU: 0x4CD3, offset: 0x133547, size: 0x8, addend: 0x0, symName: '_$s10ObjectiveC8ObjCBoolVIeyBy_SbIegy_TRTA', symObjAddr: 0x6390, symBinAddr: 0x75EC0, symSize: 0x14 } + - { offsetInCU: 0x4D45, offset: 0x1335B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x530, symBinAddr: 0x70360, symSize: 0x14 } + - { offsetInCU: 0x4D9A, offset: 0x13360E, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58C, symBinAddr: 0x703BC, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0x133C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x76008, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x133C26, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x76050, symSize: 0x344 } + - { offsetInCU: 0x113, offset: 0x133CC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x38C, symBinAddr: 0x76394, symSize: 0x434 } + - { offsetInCU: 0x3DC, offset: 0x133F8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x7C0, symBinAddr: 0x767C8, symSize: 0x24C } + - { offsetInCU: 0x461, offset: 0x134013, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvg', symObjAddr: 0xA0C, symBinAddr: 0x76A14, symSize: 0x18 } + - { offsetInCU: 0x4A2, offset: 0x134054, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xBB4, symBinAddr: 0x76BBC, symSize: 0x70 } + - { offsetInCU: 0x4D6, offset: 0x134088, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xC24, symBinAddr: 0x76C2C, symSize: 0x28 } + - { offsetInCU: 0x4F2, offset: 0x1340A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xC4C, symBinAddr: 0x76C54, symSize: 0x8 } + - { offsetInCU: 0x528, offset: 0x1340DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC54, symBinAddr: 0x76C5C, symSize: 0x74 } + - { offsetInCU: 0x573, offset: 0x134125, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xCC8, symBinAddr: 0x76CD0, symSize: 0xC } + - { offsetInCU: 0x58F, offset: 0x134141, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xCD4, symBinAddr: 0x76CDC, symSize: 0xC } + - { offsetInCU: 0x5CD, offset: 0x13417F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xA34, symBinAddr: 0x76A3C, symSize: 0x64 } + - { offsetInCU: 0x610, offset: 0x1341C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xA98, symBinAddr: 0x76AA0, symSize: 0x24 } + - { offsetInCU: 0x650, offset: 0x134202, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xABC, symBinAddr: 0x76AC4, symSize: 0x4 } + - { offsetInCU: 0x670, offset: 0x134222, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xABC, symBinAddr: 0x76AC4, symSize: 0x4 } + - { offsetInCU: 0x69B, offset: 0x13424D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAC0, symBinAddr: 0x76AC8, symSize: 0x68 } + - { offsetInCU: 0x6E6, offset: 0x134298, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB28, symBinAddr: 0x76B30, symSize: 0xC } + - { offsetInCU: 0x702, offset: 0x1342B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB34, symBinAddr: 0x76B3C, symSize: 0xC } + - { offsetInCU: 0x71E, offset: 0x1342D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1564, symBinAddr: 0x773CC, symSize: 0xC } + - { offsetInCU: 0x73C, offset: 0x1342EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfd', symObjAddr: 0xD4C, symBinAddr: 0x76D54, symSize: 0x4C } + - { offsetInCU: 0x77F, offset: 0x134331, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfD', symObjAddr: 0xD98, symBinAddr: 0x76DA0, symSize: 0x1C } + - { offsetInCU: 0x921, offset: 0x1344D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfE', symObjAddr: 0xD30, symBinAddr: 0x76D38, symSize: 0x1C } + - { offsetInCU: 0x979, offset: 0x13452B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCMa', symObjAddr: 0xDB4, symBinAddr: 0x76DBC, symSize: 0x20 } + - { offsetInCU: 0x98D, offset: 0x13453F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xE38, symBinAddr: 0x76DDC, symSize: 0x44 } + - { offsetInCU: 0x9A1, offset: 0x134553, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xE7C, symBinAddr: 0x76E20, symSize: 0x44 } + - { offsetInCU: 0x9B5, offset: 0x134567, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x1138, symBinAddr: 0x76FAC, symSize: 0x50 } + - { offsetInCU: 0x9C9, offset: 0x13457B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x1188, symBinAddr: 0x76FFC, symSize: 0x8C } + - { offsetInCU: 0x9DD, offset: 0x13458F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x1214, symBinAddr: 0x77088, symSize: 0x8 } + - { offsetInCU: 0x9F1, offset: 0x1345A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x121C, symBinAddr: 0x77090, symSize: 0x4 } + - { offsetInCU: 0xA05, offset: 0x1345B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x1220, symBinAddr: 0x77094, symSize: 0x4 } + - { offsetInCU: 0xA19, offset: 0x1345CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x1224, symBinAddr: 0x77098, symSize: 0x10 } + - { offsetInCU: 0xA2D, offset: 0x1345DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x1240, symBinAddr: 0x770A8, symSize: 0x90 } + - { offsetInCU: 0xA41, offset: 0x1345F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x12D0, symBinAddr: 0x77138, symSize: 0xBC } + - { offsetInCU: 0xA55, offset: 0x134607, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x138C, symBinAddr: 0x771F4, symSize: 0x8 } + - { offsetInCU: 0xA69, offset: 0x13461B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x1394, symBinAddr: 0x771FC, symSize: 0x4 } + - { offsetInCU: 0xA7D, offset: 0x13462F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x1398, symBinAddr: 0x77200, symSize: 0xC } + - { offsetInCU: 0xA91, offset: 0x134643, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x13A4, symBinAddr: 0x7720C, symSize: 0x10 } + - { offsetInCU: 0xAA5, offset: 0x134657, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x13B4, symBinAddr: 0x7721C, symSize: 0x4 } + - { offsetInCU: 0xAB9, offset: 0x13466B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x13B8, symBinAddr: 0x77220, symSize: 0x44 } + - { offsetInCU: 0xACD, offset: 0x13467F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x13FC, symBinAddr: 0x77264, symSize: 0x4 } + - { offsetInCU: 0xAE1, offset: 0x134693, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x1400, symBinAddr: 0x77268, symSize: 0x44 } + - { offsetInCU: 0xAF5, offset: 0x1346A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1444, symBinAddr: 0x772AC, symSize: 0x4 } + - { offsetInCU: 0xB09, offset: 0x1346BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1448, symBinAddr: 0x772B0, symSize: 0x44 } + - { offsetInCU: 0xB1D, offset: 0x1346CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x148C, symBinAddr: 0x772F4, symSize: 0x4 } + - { offsetInCU: 0xB31, offset: 0x1346E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1490, symBinAddr: 0x772F8, symSize: 0x44 } + - { offsetInCU: 0xB45, offset: 0x1346F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x14D4, symBinAddr: 0x7733C, symSize: 0x4 } + - { offsetInCU: 0xB59, offset: 0x13470B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x14D8, symBinAddr: 0x77340, symSize: 0x44 } + - { offsetInCU: 0xB6D, offset: 0x13471F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x151C, symBinAddr: 0x77384, symSize: 0x4 } + - { offsetInCU: 0xB81, offset: 0x134733, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1520, symBinAddr: 0x77388, symSize: 0x44 } + - { offsetInCU: 0xC51, offset: 0x134803, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA24, symBinAddr: 0x76A2C, symSize: 0x4 } + - { offsetInCU: 0xC71, offset: 0x134823, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA24, symBinAddr: 0x76A2C, symSize: 0x4 } + - { offsetInCU: 0xC91, offset: 0x134843, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA28, symBinAddr: 0x76A30, symSize: 0x4 } + - { offsetInCU: 0xCB1, offset: 0x134863, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA28, symBinAddr: 0x76A30, symSize: 0x4 } + - { offsetInCU: 0xCD1, offset: 0x134883, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x76A34, symSize: 0x4 } + - { offsetInCU: 0xCF1, offset: 0x1348A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x76A34, symSize: 0x4 } + - { offsetInCU: 0xD11, offset: 0x1348C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA30, symBinAddr: 0x76A38, symSize: 0x4 } + - { offsetInCU: 0xD31, offset: 0x1348E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA30, symBinAddr: 0x76A38, symSize: 0x4 } + - { offsetInCU: 0xD49, offset: 0x1348FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB40, symBinAddr: 0x76B48, symSize: 0x28 } + - { offsetInCU: 0xD65, offset: 0x134917, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB68, symBinAddr: 0x76B70, symSize: 0x28 } + - { offsetInCU: 0xD81, offset: 0x134933, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB90, symBinAddr: 0x76B98, symSize: 0xC } + - { offsetInCU: 0xD9D, offset: 0x13494F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xB9C, symBinAddr: 0x76BA4, symSize: 0x8 } + - { offsetInCU: 0xDB9, offset: 0x13496B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBA4, symBinAddr: 0x76BAC, symSize: 0x8 } + - { offsetInCU: 0xDD5, offset: 0x134987, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBAC, symBinAddr: 0x76BB4, symSize: 0x8 } + - { offsetInCU: 0xDF8, offset: 0x1349AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xCE0, symBinAddr: 0x76CE8, symSize: 0x28 } + - { offsetInCU: 0xE14, offset: 0x1349C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xD08, symBinAddr: 0x76D10, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x134BF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x773DC, symSize: 0x24 } + - { offsetInCU: 0x6D, offset: 0x134C34, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x773DC, symSize: 0x24 } + - { offsetInCU: 0xB9, offset: 0x134C80, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCMa', symObjAddr: 0x24, symBinAddr: 0x77400, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x134DE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x77420, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x134DFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x77420, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x134E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMr', symObjAddr: 0x4, symBinAddr: 0x77424, symSize: 0x88 } + - { offsetInCU: 0x86, offset: 0x134E40, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtF', symObjAddr: 0x8C, symBinAddr: 0x774AC, symSize: 0x158 } + - { offsetInCU: 0x10F, offset: 0x134EC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC14setNeedsUpdateyyF', symObjAddr: 0x1E4, symBinAddr: 0x77604, symSize: 0xC } + - { offsetInCU: 0x13C, offset: 0x134EF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCfd', symObjAddr: 0x1F0, symBinAddr: 0x77610, symSize: 0x30 } + - { offsetInCU: 0x18B, offset: 0x134F45, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCfD', symObjAddr: 0x220, symBinAddr: 0x77640, symSize: 0x3C } + - { offsetInCU: 0x1DF, offset: 0x134F99, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP14setNeedsUpdateyyFTW', symObjAddr: 0x268, symBinAddr: 0x77688, symSize: 0x4 } + - { offsetInCU: 0x20A, offset: 0x134FC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x26C, symBinAddr: 0x7768C, symSize: 0x8 } + - { offsetInCU: 0x22A, offset: 0x134FE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x26C, symBinAddr: 0x7768C, symSize: 0x8 } + - { offsetInCU: 0x25A, offset: 0x135014, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC06outputB0xvsTf4gn_n', symObjAddr: 0x2B0, symBinAddr: 0x77694, symSize: 0x70 } + - { offsetInCU: 0x2C5, offset: 0x13507F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMa', symObjAddr: 0x25C, symBinAddr: 0x7767C, symSize: 0xC } + - { offsetInCU: 0x72, offset: 0x13525D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4typeAC0B4TypeOvg', symObjAddr: 0x0, symBinAddr: 0x77704, symSize: 0x118 } + - { offsetInCU: 0x149, offset: 0x135334, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV16uncompressedSizes6UInt64Vvg', symObjAddr: 0x118, symBinAddr: 0x7781C, symSize: 0x188 } + - { offsetInCU: 0x221, offset: 0x13540C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B4TypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x2A0, symBinAddr: 0x779A4, symSize: 0xC } + - { offsetInCU: 0x268, offset: 0x135453, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4pathSSvg', symObjAddr: 0x2AC, symBinAddr: 0x779B0, symSize: 0x138 } + - { offsetInCU: 0x322, offset: 0x13550D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E4, symBinAddr: 0x77AE8, symSize: 0xC0 } + - { offsetInCU: 0x354, offset: 0x13553F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x4A4, symBinAddr: 0x77BA8, symSize: 0x1D8 } + - { offsetInCU: 0x3F1, offset: 0x1355DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25centralDirectoryStructure15localFileHeader14dataDescriptor09zip64DataJ0ACSgAC07CentraldE0V_AC05LocalgH0VAC0lJ0Vy_s6UInt32VGSgANy_s6UInt64VGSgtcfCTf4ggggd_n', symObjAddr: 0x67C, symBinAddr: 0x77D80, symSize: 0x59C } + - { offsetInCU: 0x529, offset: 0x135714, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVWOr', symObjAddr: 0xC58, symBinAddr: 0x7831C, symSize: 0x64 } + - { offsetInCU: 0x53D, offset: 0x135728, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVWOr', symObjAddr: 0xD0C, symBinAddr: 0x78380, symSize: 0x4C } + - { offsetInCU: 0x551, offset: 0x13573C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOy', symObjAddr: 0xD58, symBinAddr: 0x783CC, symSize: 0x14 } + - { offsetInCU: 0x565, offset: 0x135750, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOr', symObjAddr: 0xD6C, symBinAddr: 0x783E0, symSize: 0x30 } + - { offsetInCU: 0x579, offset: 0x135764, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOy', symObjAddr: 0xD9C, symBinAddr: 0x78410, symSize: 0x14 } + - { offsetInCU: 0x58D, offset: 0x135778, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOe', symObjAddr: 0xDF4, symBinAddr: 0x78424, symSize: 0x14 } + - { offsetInCU: 0x5A1, offset: 0x13578C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOe', symObjAddr: 0xE08, symBinAddr: 0x78438, symSize: 0x14 } + - { offsetInCU: 0x5B5, offset: 0x1357A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMi', symObjAddr: 0xE60, symBinAddr: 0x78490, symSize: 0x8 } + - { offsetInCU: 0x5C9, offset: 0x1357B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMr', symObjAddr: 0xE68, symBinAddr: 0x78498, symSize: 0x88 } + - { offsetInCU: 0x5DD, offset: 0x1357C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwCP', symObjAddr: 0xEF0, symBinAddr: 0x78520, symSize: 0x128 } + - { offsetInCU: 0x5F1, offset: 0x1357DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwxx', symObjAddr: 0x1018, symBinAddr: 0x78648, symSize: 0x94 } + - { offsetInCU: 0x605, offset: 0x1357F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwcp', symObjAddr: 0x10AC, symBinAddr: 0x786DC, symSize: 0xD0 } + - { offsetInCU: 0x619, offset: 0x135804, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwca', symObjAddr: 0x117C, symBinAddr: 0x787AC, symSize: 0xD8 } + - { offsetInCU: 0x62D, offset: 0x135818, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwtk', symObjAddr: 0x1254, symBinAddr: 0x78884, symSize: 0xBC } + - { offsetInCU: 0x641, offset: 0x13582C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwta', symObjAddr: 0x1310, symBinAddr: 0x78940, symSize: 0xCC } + - { offsetInCU: 0x655, offset: 0x135840, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwet', symObjAddr: 0x13DC, symBinAddr: 0x78A0C, symSize: 0x180 } + - { offsetInCU: 0x669, offset: 0x135854, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwst', symObjAddr: 0x155C, symBinAddr: 0x78B8C, symSize: 0x22C } + - { offsetInCU: 0x67D, offset: 0x135868, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMa', symObjAddr: 0x1788, symBinAddr: 0x78DB8, symSize: 0xC } + - { offsetInCU: 0x691, offset: 0x13587C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwCP', symObjAddr: 0x1794, symBinAddr: 0x78DC4, symSize: 0x30 } + - { offsetInCU: 0x6A5, offset: 0x135890, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwxx', symObjAddr: 0x17C4, symBinAddr: 0x78DF4, symSize: 0x34 } + - { offsetInCU: 0x6B9, offset: 0x1358A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwcp', symObjAddr: 0x17F8, symBinAddr: 0x78E28, symSize: 0x88 } + - { offsetInCU: 0x6CD, offset: 0x1358B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwca', symObjAddr: 0x1880, symBinAddr: 0x78EB0, symSize: 0xD4 } + - { offsetInCU: 0x6E1, offset: 0x1358CC, size: 0x8, addend: 0x0, symName: ___swift_memcpy72_8, symObjAddr: 0x1954, symBinAddr: 0x78F84, symSize: 0x24 } + - { offsetInCU: 0x6F5, offset: 0x1358E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwta', symObjAddr: 0x1978, symBinAddr: 0x78FA8, symSize: 0x80 } + - { offsetInCU: 0x709, offset: 0x1358F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwet', symObjAddr: 0x19F8, symBinAddr: 0x79028, symSize: 0x5C } + - { offsetInCU: 0x71D, offset: 0x135908, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwst', symObjAddr: 0x1A54, symBinAddr: 0x79084, symSize: 0x64 } + - { offsetInCU: 0x731, offset: 0x13591C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVMa', symObjAddr: 0x1AB8, symBinAddr: 0x790E8, symSize: 0x10 } + - { offsetInCU: 0x745, offset: 0x135930, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwxx', symObjAddr: 0x1AC8, symBinAddr: 0x790F8, symSize: 0x3C } + - { offsetInCU: 0x759, offset: 0x135944, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwcp', symObjAddr: 0x1B04, symBinAddr: 0x79134, symSize: 0xB4 } + - { offsetInCU: 0x76D, offset: 0x135958, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwca', symObjAddr: 0x1BB8, symBinAddr: 0x791E8, symSize: 0x120 } + - { offsetInCU: 0x781, offset: 0x13596C, size: 0x8, addend: 0x0, symName: ___swift_memcpy104_8, symObjAddr: 0x1CD8, symBinAddr: 0x79308, symSize: 0x2C } + - { offsetInCU: 0x795, offset: 0x135980, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwta', symObjAddr: 0x1D04, symBinAddr: 0x79334, symSize: 0xA8 } + - { offsetInCU: 0x7A9, offset: 0x135994, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwet', symObjAddr: 0x1DAC, symBinAddr: 0x793DC, symSize: 0x5C } + - { offsetInCU: 0x7BD, offset: 0x1359A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwst', symObjAddr: 0x1E08, symBinAddr: 0x79438, symSize: 0x6C } + - { offsetInCU: 0x7D1, offset: 0x1359BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVMa', symObjAddr: 0x1E74, symBinAddr: 0x794A4, symSize: 0x10 } + - { offsetInCU: 0x7E5, offset: 0x1359D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwxx', symObjAddr: 0x1E84, symBinAddr: 0x794B4, symSize: 0x90 } + - { offsetInCU: 0x7F9, offset: 0x1359E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwcp', symObjAddr: 0x1F14, symBinAddr: 0x79544, symSize: 0x1A0 } + - { offsetInCU: 0x80D, offset: 0x1359F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwca', symObjAddr: 0x20B4, symBinAddr: 0x796E4, symSize: 0x340 } + - { offsetInCU: 0x821, offset: 0x135A0C, size: 0x8, addend: 0x0, symName: ___swift_memcpy248_8, symObjAddr: 0x2430, symBinAddr: 0x79A60, symSize: 0x4C } + - { offsetInCU: 0x835, offset: 0x135A20, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwta', symObjAddr: 0x247C, symBinAddr: 0x79AAC, symSize: 0x1D0 } + - { offsetInCU: 0x849, offset: 0x135A34, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwet', symObjAddr: 0x264C, symBinAddr: 0x79C7C, symSize: 0x5C } + - { offsetInCU: 0x85D, offset: 0x135A48, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwst', symObjAddr: 0x26A8, symBinAddr: 0x79CD8, symSize: 0x90 } + - { offsetInCU: 0x871, offset: 0x135A5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVMa', symObjAddr: 0x2738, symBinAddr: 0x79D68, symSize: 0x10 } + - { offsetInCU: 0x163C, offset: 0x137321, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySo13CATransform3DVG_Tg5', symObjAddr: 0x3630, symBinAddr: 0x7D3B0, symSize: 0x2BC } + - { offsetInCU: 0x17DD, offset: 0x1374C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x38EC, symBinAddr: 0x7D66C, symSize: 0x1C0 } + - { offsetInCU: 0x198D, offset: 0x137672, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x3AAC, symBinAddr: 0x7D82C, symSize: 0x1E4 } + - { offsetInCU: 0x1B65, offset: 0x13784A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySbG_Tg5', symObjAddr: 0x3C90, symBinAddr: 0x7DA10, symSize: 0x1CC } + - { offsetInCU: 0x1CFB, offset: 0x1379E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A5ColorV_Tg5', symObjAddr: 0x3E5C, symBinAddr: 0x7DBDC, symSize: 0x210 } + - { offsetInCU: 0x1E9D, offset: 0x137B82, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_So6CGSizeV_Tg5', symObjAddr: 0x406C, symBinAddr: 0x7DDEC, symSize: 0x1D0 } + - { offsetInCU: 0x2049, offset: 0x137D2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA010BezierPathI0V_Tg5', symObjAddr: 0x423C, symBinAddr: 0x7DFBC, symSize: 0x248 } + - { offsetInCU: 0x21FF, offset: 0x137EE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA7EllipseCALV_Tg5', symObjAddr: 0x4484, symBinAddr: 0x7E204, symSize: 0x228 } + - { offsetInCU: 0x23B9, offset: 0x13809E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA9RectangleCALV_Tg5', symObjAddr: 0x46AC, symBinAddr: 0x7E42C, symSize: 0x238 } + - { offsetInCU: 0x2573, offset: 0x138258, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4StarCALV_Tg5', symObjAddr: 0x48E4, symBinAddr: 0x7E664, symSize: 0x250 } + - { offsetInCU: 0x2728, offset: 0x13840D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5', symObjAddr: 0x4B34, symBinAddr: 0x7E8B4, symSize: 0x210 } + - { offsetInCU: 0x37B5, offset: 0x13949A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySo13CATransform3DVG_AYTB505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7X40VtKFSo13CATransform3DVAC4HoldVyALGXEfU0_Tf1nncnn_n', symObjAddr: 0x602C, symBinAddr: 0x7FDAC, symSize: 0x560 } + - { offsetInCU: 0x421E, offset: 0x139F03, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX47VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU0_SiTf1nncnn_n', symObjAddr: 0x72E4, symBinAddr: 0x81064, symSize: 0x508 } + - { offsetInCU: 0x45EE, offset: 0x13A2D3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX46VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU_SiTf1nncnn_n', symObjAddr: 0x77EC, symBinAddr: 0x8156C, symSize: 0x508 } + - { offsetInCU: 0x4D12, offset: 0x13A9F7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX80VtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0x82F4, symBinAddr: 0x82074, symSize: 0x524 } + - { offsetInCU: 0x513E, offset: 0x13AE23, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX47VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnn_n', symObjAddr: 0x8818, symBinAddr: 0x82598, symSize: 0x528 } + - { offsetInCU: 0x54FB, offset: 0x13B1E0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX46VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnn_n', symObjAddr: 0x8D40, symBinAddr: 0x82AC0, symSize: 0x528 } + - { offsetInCU: 0x5A15, offset: 0x13B6FA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySbG_SbTB505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7X24VtKFSbAC4HoldVySbGXEfU0_Tf1nncnn_n', symObjAddr: 0x9268, symBinAddr: 0x82FE8, symSize: 0x55C } + - { offsetInCU: 0x5F05, offset: 0x13BBEA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSo6CGSizeV_AWTB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7X22VtKFSo6CGSizeVALXEfU0_Tf1nncnn_n', symObjAddr: 0x9F00, symBinAddr: 0x83C80, symSize: 0x52C } + - { offsetInCU: 0x646C, offset: 0x13C151, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnncn_n', symObjAddr: 0xA42C, symBinAddr: 0x841AC, symSize: 0x530 } + - { offsetInCU: 0x6944, offset: 0x13C629, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16dX43VSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnn_n', symObjAddr: 0xA95C, symBinAddr: 0x846DC, symSize: 0x530 } + - { offsetInCU: 0x6E86, offset: 0x13CB6B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX87VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xAE8C, symBinAddr: 0x84C0C, symSize: 0x544 } + - { offsetInCU: 0x722C, offset: 0x13CF11, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX85VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xB3D0, symBinAddr: 0x85150, symSize: 0x544 } + - { offsetInCU: 0x7769, offset: 0x13D44E, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4HoldVySo13CATransform3DVGGG_ARTg5', symObjAddr: 0xB9EC, symBinAddr: 0x8576C, symSize: 0x494 } + - { offsetInCU: 0x80A6, offset: 0x13DD8B, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA0A8Vector3DVGG_AOTg5', symObjAddr: 0xBE80, symBinAddr: 0x85C00, symSize: 0x494 } + - { offsetInCU: 0x89E3, offset: 0x13E6C8, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADySo6CGSizeVGG_AOTg5', symObjAddr: 0xC314, symBinAddr: 0x86094, symSize: 0x494 } + - { offsetInCU: 0x9320, offset: 0x13F005, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA010BezierPathG0VGG_AOTg5', symObjAddr: 0xC7A8, symBinAddr: 0x86528, symSize: 0x494 } + - { offsetInCU: 0x9CF7, offset: 0x13F9DC, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA7EllipseCACVGG_APTg5', symObjAddr: 0xCC3C, symBinAddr: 0x869BC, symSize: 0x494 } + - { offsetInCU: 0xA6CE, offset: 0x1403B3, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA9RectangleCACVGG_APTg5', symObjAddr: 0xD0D0, symBinAddr: 0x86E50, symSize: 0x494 } + - { offsetInCU: 0xB0A5, offset: 0x140D8A, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4StarCACVGG_APTg5', symObjAddr: 0xD564, symBinAddr: 0x872E4, symSize: 0x494 } + - { offsetInCU: 0xC2E7, offset: 0x141FCC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4HoldVySo13CATransform3DVG_A1_Tg5', symObjAddr: 0xE3BC, symBinAddr: 0x8813C, symSize: 0x2E8 } + - { offsetInCU: 0xC59B, offset: 0x142280, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_So6CGSizeV_A_Tg5', symObjAddr: 0xE98C, symBinAddr: 0x8870C, symSize: 0x2E8 } + - { offsetInCU: 0xC84F, offset: 0x142534, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5', symObjAddr: 0xEC74, symBinAddr: 0x889F4, symSize: 0x2E8 } + - { offsetInCU: 0xCB03, offset: 0x1427E8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5', symObjAddr: 0xEF5C, symBinAddr: 0x88CDC, symSize: 0x2E8 } + - { offsetInCU: 0xCDB7, offset: 0x142A9C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5', symObjAddr: 0xF244, symBinAddr: 0x88FC4, symSize: 0x2E8 } + - { offsetInCU: 0xD06B, offset: 0x142D50, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4StarCAOV_So9CGPathRefaTg5', symObjAddr: 0xF52C, symBinAddr: 0x892AC, symSize: 0x2E8 } + - { offsetInCU: 0xD335, offset: 0x14301A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_', symObjAddr: 0xFF60, symBinAddr: 0x89CE0, symSize: 0xA0 } + - { offsetInCU: 0xD407, offset: 0x1430EC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x1033C, symBinAddr: 0x8A0BC, symSize: 0x1A4 } + - { offsetInCU: 0xD4BB, offset: 0x1431A0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x104E0, symBinAddr: 0x8A260, symSize: 0x1A4 } + - { offsetInCU: 0xD56F, offset: 0x143254, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie0K5ColorVTg5', symObjAddr: 0x10684, symBinAddr: 0x8A404, symSize: 0x1A4 } + - { offsetInCU: 0xD623, offset: 0x143308, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x10828, symBinAddr: 0x8A5A8, symSize: 0x1C4 } + - { offsetInCU: 0xD6D7, offset: 0x1433BC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x109EC, symBinAddr: 0x8A76C, symSize: 0x1B8 } + - { offsetInCU: 0xD78B, offset: 0x143470, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x10BA4, symBinAddr: 0x8A924, symSize: 0x1C0 } + - { offsetInCU: 0xD83F, offset: 0x143524, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x10D64, symBinAddr: 0x8AAE4, symSize: 0x1B0 } + - { offsetInCU: 0xD8F3, offset: 0x1435D8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x10F14, symBinAddr: 0x8AC94, symSize: 0x1A4 } + - { offsetInCU: 0xD9D3, offset: 0x1436B8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSo21NSAttributedStringKeya_ypTg5', symObjAddr: 0x1125C, symBinAddr: 0x8AFDC, symSize: 0x210 } + - { offsetInCU: 0xDABD, offset: 0x1437A2, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x11470, symBinAddr: 0x8B1F0, symSize: 0x1F4 } + - { offsetInCU: 0xDB85, offset: 0x14386A, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSo13CATransform3DV_s15CollectionOfOneVyAGGTg5', symObjAddr: 0x11998, symBinAddr: 0x8B718, symSize: 0xCC } + - { offsetInCU: 0xDCC1, offset: 0x1439A6, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lF12CoreGraphics7CGFloatV_s15CollectionOfOneVyAHGTg5', symObjAddr: 0x11A64, symBinAddr: 0x8B7E4, symSize: 0xD4 } + - { offsetInCU: 0xDDFD, offset: 0x143AE2, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSb_s15CollectionOfOneVySbGTg5', symObjAddr: 0x11B38, symBinAddr: 0x8B8B8, symSize: 0xCC } + - { offsetInCU: 0xDF39, offset: 0x143C1E, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySo13CATransform3DVG_s010CollectionH3OneVyAMGTg5', symObjAddr: 0x121C8, symBinAddr: 0x8BF48, symSize: 0x22C } + - { offsetInCU: 0xE048, offset: 0x143D2D, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy12CoreGraphics7CGFloatVG_s010CollectionH3OneVyANGTg5', symObjAddr: 0x123F4, symBinAddr: 0x8C174, symSize: 0x1B4 } + - { offsetInCU: 0xE16D, offset: 0x143E52, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySbG_s010CollectionH3OneVySbGTg5', symObjAddr: 0x125A8, symBinAddr: 0x8C328, symSize: 0x1BC } + - { offsetInCU: 0xE23A, offset: 0x143F1F, size: 0x8, addend: 0x0, symName: '_$sSa17_customRemoveLastxSgyFSo13CATransform3DV_Tg5', symObjAddr: 0x12E64, symBinAddr: 0x8CBE4, symSize: 0x88 } + - { offsetInCU: 0xE2E4, offset: 0x143FC9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5', symObjAddr: 0x12F58, symBinAddr: 0x8CCD8, symSize: 0x104 } + - { offsetInCU: 0xE39F, offset: 0x144084, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5', symObjAddr: 0x1305C, symBinAddr: 0x8CDDC, symSize: 0x100 } + - { offsetInCU: 0xE45A, offset: 0x14413F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5', symObjAddr: 0x13200, symBinAddr: 0x8CF80, symSize: 0xB4 } + - { offsetInCU: 0xE515, offset: 0x1441FA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5', symObjAddr: 0x132B4, symBinAddr: 0x8D034, symSize: 0xA4 } + - { offsetInCU: 0xE5D0, offset: 0x1442B5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5', symObjAddr: 0x13358, symBinAddr: 0x8D0D8, symSize: 0x9C } + - { offsetInCU: 0xE68B, offset: 0x144370, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5', symObjAddr: 0x133F4, symBinAddr: 0x8D174, symSize: 0xB4 } + - { offsetInCU: 0xE746, offset: 0x14442B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5', symObjAddr: 0x134A8, symBinAddr: 0x8D228, symSize: 0xA8 } + - { offsetInCU: 0xE801, offset: 0x1444E6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5', symObjAddr: 0x13550, symBinAddr: 0x8D2D0, symSize: 0xD4 } + - { offsetInCU: 0xE8BC, offset: 0x1445A1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5', symObjAddr: 0x136D0, symBinAddr: 0x8D450, symSize: 0xBC } + - { offsetInCU: 0xE977, offset: 0x14465C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5', symObjAddr: 0x1378C, symBinAddr: 0x8D50C, symSize: 0xD0 } + - { offsetInCU: 0xEA32, offset: 0x144717, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5', symObjAddr: 0x1385C, symBinAddr: 0x8D5DC, symSize: 0xDC } + - { offsetInCU: 0xEAE2, offset: 0x1447C7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV37_appendElementAssumeUniqueAndCapacity_03newD0ySi_xntF6Lottie17KeypathSearchable_p_Tg5Tf4nen_n', symObjAddr: 0x139E4, symBinAddr: 0x8D764, symSize: 0x78 } + - { offsetInCU: 0xEBE8, offset: 0x1448CD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySo13CATransform3DVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t6VySo13U10DVG_A3_TG5xq_s5Error_pr0_lyAtSIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0vwaxb23E29addCombinedTransformz26_FCF865A3410C50F6C3BA6E234d59FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFSo13u5DVAC4T11VyALGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x13A5C, symBinAddr: 0x8D7DC, symSize: 0x678 } + - { offsetInCU: 0xF2B1, offset: 0x144F96, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo13CATransform3DV_TB5Tf4nnnnnd_n', symObjAddr: 0x140D4, symBinAddr: 0x8DE54, symSize: 0x940 } + - { offsetInCU: 0xFD67, offset: 0x145A4C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySo13CATransform3DVG_A_Tg505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7x25VtKFSo13CATransform3DVAC4Z11VyALGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x14A14, symBinAddr: 0x8E794, symSize: 0xD60 } + - { offsetInCU: 0x10988, offset: 0x14666D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC0B8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x15914, symBinAddr: 0x8F694, symSize: 0x29C } + - { offsetInCU: 0x10D75, offset: 0x146A5A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d74FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKFSo7s6VAC0B8T53DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x15BB0, symBinAddr: 0x8F930, symSize: 0x290 } + - { offsetInCU: 0x11191, offset: 0x146E76, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo7CGPointV_TB5Tf4nnnnnd_n', symObjAddr: 0x15E40, symBinAddr: 0x8FBC0, symSize: 0x904 } + - { offsetInCU: 0x11C54, offset: 0x147939, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x16744, symBinAddr: 0x904C4, symSize: 0x3AC } + - { offsetInCU: 0x11FC7, offset: 0x147CAC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb17E23addAnchorPointy26_FCF865A3410C50F6C3BA6E234d67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7s6VAC0B8T7DVXEfU_AbUTf1nncn_nTf4ndngg_n', symObjAddr: 0x16C9C, symBinAddr: 0x90A1C, symSize: 0x7A0 } + - { offsetInCU: 0x1265B, offset: 0x148340, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05W43F7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AbYTf1nncnnn_nTf4xnnndgg_n', symObjAddr: 0x17708, symBinAddr: 0x91488, symSize: 0x4D0 } + - { offsetInCU: 0x1289B, offset: 0x148580, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC0B8Vector3DV_So7CGPointVTg505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7x20VtKFSo7CGPointVAC0B8Z7DVXEfU_AbUTf1nnnnnc_nTf4nnndxgg_n', symObjAddr: 0x17BD8, symBinAddr: 0x91958, symSize: 0xD54 } + - { offsetInCU: 0x13583, offset: 0x149268, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1AA34, symBinAddr: 0x947B4, symSize: 0x664 } + - { offsetInCU: 0x13ADB, offset: 0x1497C0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlF12CoreGraphics7CGFloatV_TB5Tf4nnnnnd_n', symObjAddr: 0x1B098, symBinAddr: 0x94E18, symSize: 0x8F4 } + - { offsetInCU: 0x14580, offset: 0x14A265, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1BB30, symBinAddr: 0x958B0, symSize: 0x664 } + - { offsetInCU: 0x14AA0, offset: 0x14A785, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU3_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1C6FC, symBinAddr: 0x9647C, symSize: 0x664 } + - { offsetInCU: 0x14FC0, offset: 0x14ACA5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU2_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1D2AC, symBinAddr: 0x9702C, symSize: 0x664 } + - { offsetInCU: 0x154E0, offset: 0x14B1C5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU1_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1DAA8, symBinAddr: 0x97828, symSize: 0x664 } + - { offsetInCU: 0x15A00, offset: 0x14B6E5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb99E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1EF8C, symBinAddr: 0x98D0C, symSize: 0x664 } + - { offsetInCU: 0x15F20, offset: 0x14BC05, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowRadiusy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T53DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1F794, symBinAddr: 0x99514, symSize: 0x664 } + - { offsetInCU: 0x16440, offset: 0x14C125, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb19E25addShadowOpacityy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1FF9C, symBinAddr: 0x99D1C, symSize: 0x664 } + - { offsetInCU: 0x16972, offset: 0x14C657, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T8DVXEfU0_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x207A4, symBinAddr: 0x9A524, symSize: 0x664 } + - { offsetInCU: 0x16EE1, offset: 0x14CBC6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T7DVXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x20E08, symBinAddr: 0x9AB88, symSize: 0x664 } + - { offsetInCU: 0x1743E, offset: 0x14D123, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x22544, symBinAddr: 0x9C2C4, symSize: 0x664 } + - { offsetInCU: 0x1795E, offset: 0x14D643, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x22D4C, symBinAddr: 0x9CACC, symSize: 0x664 } + - { offsetInCU: 0x17EAC, offset: 0x14DB91, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2443C, symBinAddr: 0x9E1BC, symSize: 0x6A0 } + - { offsetInCU: 0x183AB, offset: 0x14E090, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x24ADC, symBinAddr: 0x9E85C, symSize: 0x398 } + - { offsetInCU: 0x185CB, offset: 0x14E2B0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x25020, symBinAddr: 0x9EDA0, symSize: 0x6A0 } + - { offsetInCU: 0x18ABB, offset: 0x14E7A0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x256C0, symBinAddr: 0x9F440, symSize: 0x3A0 } + - { offsetInCU: 0x18DAE, offset: 0x14EA93, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySbG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4T11VySbG_SbTG5xq_s5Error_pr0_lyARSbIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb101E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKFSbAC4T11VySbGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x268F0, symBinAddr: 0xA0670, symSize: 0x664 } + - { offsetInCU: 0x19327, offset: 0x14F00C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSb_TB5Tf4nnnnnd_n', symObjAddr: 0x26F54, symBinAddr: 0xA0CD4, symSize: 0x8EC } + - { offsetInCU: 0x19DEB, offset: 0x14FAD0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySbG_SbTg505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7x9VtKFSbAC4Z11VySbGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x27840, symBinAddr: 0xA15C0, symSize: 0xD70 } + - { offsetInCU: 0x1AB51, offset: 0x150836, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb12E23addShadowtY162_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x286F8, symBinAddr: 0xA2478, symSize: 0x8D0 } + - { offsetInCU: 0x1B507, offset: 0x1511EC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo10CGColorRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x28FC8, symBinAddr: 0xA2D48, symSize: 0xA40 } + - { offsetInCU: 0x1C0F2, offset: 0x151DD7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb84E13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x29BA0, symBinAddr: 0xA3920, symSize: 0x8D0 } + - { offsetInCU: 0x1CA0B, offset: 0x1526F0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb98E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2A9CC, symBinAddr: 0xA474C, symSize: 0x8D0 } + - { offsetInCU: 0x1D32E, offset: 0x153013, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n095$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKFSo10CGColorRefaAA0A5T6VXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2B434, symBinAddr: 0xA51B4, symSize: 0x8D0 } + - { offsetInCU: 0x1DC15, offset: 0x1538FA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowOffsety92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6T9VALXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2CD1C, symBinAddr: 0xA6A9C, symSize: 0x68C } + - { offsetInCU: 0x1E1B5, offset: 0x153E9A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo6CGSizeV_TB5Tf4nnnnnd_n', symObjAddr: 0x2D3A8, symBinAddr: 0xA7128, symSize: 0x904 } + - { offsetInCU: 0x1EC78, offset: 0x15495D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05W31F7ContextVtKFSo6CGSizeVALXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x2DCAC, symBinAddr: 0xA7A2C, symSize: 0x3B0 } + - { offsetInCU: 0x1EE78, offset: 0x154B5D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So6CGSizeV_AYTg505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7x7VtKFSo6Z9VALXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x2E05C, symBinAddr: 0xA7DDC, symSize: 0xD50 } + - { offsetInCU: 0x1FAB6, offset: 0x15579B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC010BezierPathS0V_Tg5Tf4nd_n', symObjAddr: 0x2EFA0, symBinAddr: 0xA8D20, symSize: 0x29C } + - { offsetInCU: 0x1FEBC, offset: 0x155BA1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnncn_nTf4ndgn_n', symObjAddr: 0x2F23C, symBinAddr: 0xA8FBC, symSize: 0xCC0 } + - { offsetInCU: 0x20892, offset: 0x156577, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo9CGPathRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x2FEFC, symBinAddr: 0xA9C7C, symSize: 0xA40 } + - { offsetInCU: 0x2145B, offset: 0x157140, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_n013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D57ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4xnnndn_n', symObjAddr: 0x3093C, symBinAddr: 0xAA6BC, symSize: 0x3D8 } + - { offsetInCU: 0x21667, offset: 0x15734C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4nnndxn_n', symObjAddr: 0x30D14, symBinAddr: 0xAAA94, symSize: 0xD1C } + - { offsetInCU: 0x223CF, offset: 0x1580B4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_nTf4ndngn_n', symObjAddr: 0x31A30, symBinAddr: 0xAB7B0, symSize: 0xD04 } + - { offsetInCU: 0x22DA4, offset: 0x158A89, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x32ABC, symBinAddr: 0xAC83C, symSize: 0x3F8 } + - { offsetInCU: 0x22FCE, offset: 0x158CB3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x32EB4, symBinAddr: 0xACC34, symSize: 0xCDC } + - { offsetInCU: 0x23C21, offset: 0x159906, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSayAC10BezierPathVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SayAC10tu6VG_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9p11RefaSayAC10tU7VGXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x33B90, symBinAddr: 0xAD910, symSize: 0x79C } + - { offsetInCU: 0x240DB, offset: 0x159DC0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapew2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16D50ContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnnn_nTf4xnnndn_n', symObjAddr: 0x3432C, symBinAddr: 0xAE0AC, symSize: 0x3CC } + - { offsetInCU: 0x242FD, offset: 0x159FE2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SayAC10BezierPathVG_So9CGPathRefaTg5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16wx26VSitKFSo9CGPathRefaSayAC10Z11PathVGXEfU_SiTf1nnnnnc_nTf4nnndxn_n', symObjAddr: 0x346F8, symBinAddr: 0xAE478, symSize: 0xD30 } + - { offsetInCU: 0x24F46, offset: 0x15AC2B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC7EllipseCAJV_Tg5Tf4nd_n', symObjAddr: 0x3561C, symBinAddr: 0xAF39C, symSize: 0x29C } + - { offsetInCU: 0x253AE, offset: 0x15B093, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC7EllipseCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC7t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb48E13addAnimations3for7context14pathMultiplieryAC7t33C_AC0B16AnimationContextVSitKFSo9p7RefaAI8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x358B8, symBinAddr: 0xAF638, symSize: 0x984 } + - { offsetInCU: 0x25C7C, offset: 0x15B961, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC7EllipseCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16d29ContextVSitKFSo9CGPathRefaAI8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x366D8, symBinAddr: 0xB0458, symSize: 0x434 } + - { offsetInCU: 0x25EC7, offset: 0x15BBAC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b48E13addAnimations3for7context14pathMultiplieryAC7z8C_AC0B16wx22VSitKFSo9CGPathRefaAI8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x36B0C, symBinAddr: 0xB088C, symSize: 0xD1C } + - { offsetInCU: 0x26B10, offset: 0x15C7F5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC9RectangleCAJV_Tg5Tf4nd_n', symObjAddr: 0x37A1C, symBinAddr: 0xB179C, symSize: 0x29C } + - { offsetInCU: 0x26F81, offset: 0x15CC66, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC9RectangleCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC9t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9t49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x37CB8, symBinAddr: 0xB1A38, symSize: 0xAD0 } + - { offsetInCU: 0x278A3, offset: 0x15D588, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC9RectangleCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16d45ContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x38B24, symBinAddr: 0xB28A4, symSize: 0x434 } + - { offsetInCU: 0x27AEE, offset: 0x15D7D3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9z8C_AC0B16wx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x38F58, symBinAddr: 0xB2CD8, symSize: 0xD1C } + - { offsetInCU: 0x28737, offset: 0x15E41C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC4StarCAJV_Tg5Tf4nd_n', symObjAddr: 0x39E68, symBinAddr: 0xB3BE8, symSize: 0x29C } + - { offsetInCU: 0x28B9C, offset: 0x15E881, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb13E19addPolygony67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4t24C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3A104, symBinAddr: 0xB3E84, symSize: 0xB0C } + - { offsetInCU: 0x29515, offset: 0x15F1FA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb6E16addty93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3AFB4, symBinAddr: 0xB4D34, symSize: 0xA2C } + - { offsetInCU: 0x29DC6, offset: 0x15FAAB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S38VxKXEfU0_SaySdG_SaySo10CGColorRefaGTG5xq_s5Error_pr0_lyAPSaySo07CGColorQ0aGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x3CF40, symBinAddr: 0xB6CC0, symSize: 0x7A8 } + - { offsetInCU: 0x2A354, offset: 0x160039, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSaySo10CGColorRefaG_TB5Tf4nnnnnd_n', symObjAddr: 0x3D6E8, symBinAddr: 0xB7468, symSize: 0x91C } + - { offsetInCU: 0x2AE4C, offset: 0x160B31, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S46VxKXEfU0_SaySdG_Say12CoreGraphics7CGFloatVGTG5xq_s5Error_pr0_lyAPSay12CoreGraphics7CGFloatVGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x3E004, symBinAddr: 0xB7D84, symSize: 0x7A8 } + - { offsetInCU: 0x2B3DA, offset: 0x1610BF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSay12CoreGraphics7CGFloatVG_TB5Tf4nnnnnd_n', symObjAddr: 0x3E7AC, symBinAddr: 0xB852C, symSize: 0x91C } + - { offsetInCU: 0x2BEE1, offset: 0x161BC6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x3F564, symBinAddr: 0xB92E4, symSize: 0x290 } + - { offsetInCU: 0x2C27C, offset: 0x161F61, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x3F7F4, symBinAddr: 0xB9574, symSize: 0x3AC } + - { offsetInCU: 0x2C4AE, offset: 0x162193, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V55AELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x3FD38, symBinAddr: 0xB9AB8, symSize: 0x290 } + - { offsetInCU: 0x2C81A, offset: 0x1624FF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x3FFC8, symBinAddr: 0xB9D48, symSize: 0x3BC } + - { offsetInCU: 0x2CA80, offset: 0x162765, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySdG_s15EmptyCollectionVySdGTg5Tf4nndn_n', symObjAddr: 0x417F8, symBinAddr: 0xBB578, symSize: 0x15C } + - { offsetInCU: 0x2CB9E, offset: 0x162883, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VyypG_s15EmptyCollectionVyypGTg5Tf4nndn_n', symObjAddr: 0x41968, symBinAddr: 0xBB6E8, symSize: 0x194 } + - { offsetInCU: 0x2CD5D, offset: 0x162A42, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo13CATransform3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So13T9DV_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So13T6DV_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x41DB0, symBinAddr: 0xBBB30, symSize: 0x678 } + - { offsetInCU: 0x2D237, offset: 0x162F1C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSo13CATransform3DV_Tg5Tf4xnnn_n', symObjAddr: 0x42808, symBinAddr: 0xBC588, symSize: 0x2C4 } + - { offsetInCU: 0x2D3D1, offset: 0x1630B6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAO_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_A__A_TG5xq_s5Error_pr0_lyA2OIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf20ContextVtKlFxxXEfU0_uS5V_TG5Tf1nncn_nTf4ndd_n', symObjAddr: 0x42D6C, symBinAddr: 0xBCAEC, symSize: 0x290 } + - { offsetInCU: 0x2D76C, offset: 0x163451, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG35ContextVtKlFxxXEfU0_So7CGPointV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x42FFC, symBinAddr: 0xBCD7C, symSize: 0x3BC } + - { offsetInCU: 0x2DA3B, offset: 0x163720, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlF12CoreGraphics7CGFloatV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s11VxKXEfU0_12t9Graphics7V8V_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf22ContextVtKlFxxXEfU0_12t9Graphics7V5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x433B8, symBinAddr: 0xBD138, symSize: 0x664 } + - { offsetInCU: 0x2DF25, offset: 0x163C0A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlF12CoreGraphics7CGFloatV_Tg5Tf4xnnn_n', symObjAddr: 0x43A48, symBinAddr: 0xBD7C8, symSize: 0x238 } + - { offsetInCU: 0x2E00C, offset: 0x163CF1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7X34VtKFSo7CGPointVAC0B8Vector3DVXEfU_AbTTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x43C80, symBinAddr: 0xBDA00, symSize: 0x7B4 } + - { offsetInCU: 0x2E48E, offset: 0x164173, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12addAnimation3for9keyframes5value7contextyAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0iD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b102E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05i2F7m7VtKFSo7q6VAC0B8P7DVXEfU_AbPTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x44434, symBinAddr: 0xBE1B4, symSize: 0x260 } + - { offsetInCU: 0x2E66D, offset: 0x164352, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSb_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_Sb_SbTG5xq_s5Error_pr0_lyS2bIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rF26ContextVtKlFxxXEfU0_Sb_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x44694, symBinAddr: 0xBE414, symSize: 0x664 } + - { offsetInCU: 0x2EB57, offset: 0x16483C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSb_Tg5Tf4xnnn_n', symObjAddr: 0x450D8, symBinAddr: 0xBEE58, symSize: 0x224 } + - { offsetInCU: 0x2ED02, offset: 0x1649E7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo07CGColorQ0a_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So10T11Refa_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So10T8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x452FC, symBinAddr: 0xBF07C, symSize: 0x664 } + - { offsetInCU: 0x2F23B, offset: 0x164F20, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo10CGColorRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG39ContextVtKlFxxXEfU0_So10CGColorRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x45960, symBinAddr: 0xBF6E0, symSize: 0x3C8 } + - { offsetInCU: 0x2F437, offset: 0x16511C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So6T5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x45D28, symBinAddr: 0xBFAA8, symSize: 0x68C } + - { offsetInCU: 0x2F927, offset: 0x16560C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG34ContextVtKlFxxXEfU0_So6CGSizeV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x463B4, symBinAddr: 0xC0134, symSize: 0x3C0 } + - { offsetInCU: 0x2FBF3, offset: 0x1658D8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAI_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So9P11Refa_A1_TG5xq_s5Error_pr0_lyA2IIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So9P8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x469C0, symBinAddr: 0xC0740, symSize: 0x664 } + - { offsetInCU: 0x3011D, offset: 0x165E02, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo9CGPathRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG37ContextVtKlFxxXEfU0_So9CGPathRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x47024, symBinAddr: 0xC0DA4, symSize: 0x3C8 } + - { offsetInCU: 0x30428, offset: 0x16610D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC7EllipseC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16dx22VSitKFSo9CGPathRefaAI8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x47600, symBinAddr: 0xC1380, symSize: 0x7B0 } + - { offsetInCU: 0x309B6, offset: 0x16669B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC9RectangleC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16dx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x47DB0, symBinAddr: 0xC1B30, symSize: 0x7B8 } + - { offsetInCU: 0x30FCE, offset: 0x166CB3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b98E16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x48568, symBinAddr: 0xC22E8, symSize: 0x838 } + - { offsetInCU: 0x3147F, offset: 0x167164, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b103E19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x48DA0, symBinAddr: 0xC2B20, symSize: 0x838 } + - { offsetInCU: 0x319C2, offset: 0x1676A7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySo07CGColorQ0aG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SaySo10T12RefaG_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf27ContextVtKlFxxXEfU0_SaySo10T9RefaG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x495D8, symBinAddr: 0xC3358, symSize: 0x664 } + - { offsetInCU: 0x31F00, offset: 0x167BE5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSaySo10CGColorRefaG_A0_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG43ContextVtKlFxxXEfU0_SaySo10CGColorRefaG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x49C3C, symBinAddr: 0xC39BC, symSize: 0x3C0 } + - { offsetInCU: 0x321CC, offset: 0x167EB1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSay12CoreGraphics7CGFloatVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_Say12t9Graphics7V9VG_A3_TG5xq_s5Error_pr0_lyA2SIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf25ContextVtKlFxxXEfU0_Say12t9Graphics7V6VG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4A2A8, symBinAddr: 0xC4028, symSize: 0x664 } + - { offsetInCU: 0x3270A, offset: 0x1683EF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSay12CoreGraphics7CGFloatVG_A1_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG51ContextVtKlFxxXEfU0_Say12CoreGraphics7CGFloatVG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4A90C, symBinAddr: 0xC468C, symSize: 0x3C0 } + - { offsetInCU: 0x32987, offset: 0x16866C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX34VtKFSo7CGPointVAA0A8Vector3DVXEfU_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x4AF50, symBinAddr: 0xC4CD0, symSize: 0x808 } + - { offsetInCU: 0x32E6D, offset: 0x168B52, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX35VtKFSo7CGPointVAA0A8Vector3DVXEfU0_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x4B758, symBinAddr: 0xC54D8, symSize: 0x808 } + - { offsetInCU: 0x3333D, offset: 0x169022, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x4BF60, symBinAddr: 0xC5CE0, symSize: 0x690 } + - { offsetInCU: 0x337C7, offset: 0x1694AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOr', symObjAddr: 0x4C630, symBinAddr: 0xC6370, symSize: 0xB8 } + - { offsetInCU: 0x337DB, offset: 0x1694C0, size: 0x8, addend: 0x0, symName: '_$sSSWOr', symObjAddr: 0x4C6F8, symBinAddr: 0xC6428, symSize: 0x28 } + - { offsetInCU: 0x337EF, offset: 0x1694D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOs', symObjAddr: 0x4C720, symBinAddr: 0xC6450, symSize: 0xB8 } + - { offsetInCU: 0x33803, offset: 0x1694E8, size: 0x8, addend: 0x0, symName: '_$sSSWOs', symObjAddr: 0x4C7E8, symBinAddr: 0xC6508, symSize: 0x28 } + - { offsetInCU: 0x33817, offset: 0x1694FC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC010BezierPathV0V_So9CGPathRefaTg5TA', symObjAddr: 0x4C84C, symBinAddr: 0xC654C, symSize: 0x18 } + - { offsetInCU: 0x3382B, offset: 0x169510, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4C864, symBinAddr: 0xC6564, symSize: 0x8 } + - { offsetInCU: 0x3383F, offset: 0x169524, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5TA', symObjAddr: 0x4C8D8, symBinAddr: 0xC65A4, symSize: 0x8 } + - { offsetInCU: 0x33853, offset: 0x169538, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x4C8E0, symBinAddr: 0xC65AC, symSize: 0x8 } + - { offsetInCU: 0x33867, offset: 0x16954C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_TA', symObjAddr: 0x4C8E8, symBinAddr: 0xC65B4, symSize: 0x8 } + - { offsetInCU: 0x3387B, offset: 0x169560, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4C8F0, symBinAddr: 0xC65BC, symSize: 0x8 } + - { offsetInCU: 0x3388F, offset: 0x169574, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4C9D8, symBinAddr: 0xC65C4, symSize: 0x8 } + - { offsetInCU: 0x338A3, offset: 0x169588, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So9CGPathRefa_A1_TG5TA', symObjAddr: 0x4CA68, symBinAddr: 0xC65CC, symSize: 0x20 } + - { offsetInCU: 0x3391A, offset: 0x1695FF, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy6Lottie16AnimationKeypathV7keypath_AL16AnyValueProvider_p05valueP0tG_s15EmptyCollectionVyAnO_AlP_pAQtGTg5Tf4nndn_n', symObjAddr: 0x4CA88, symBinAddr: 0xC65EC, symSize: 0x1B0 } + - { offsetInCU: 0x339F4, offset: 0x1696D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOr', symObjAddr: 0x4CD1C, symBinAddr: 0xC6880, symSize: 0x2C } + - { offsetInCU: 0x33A08, offset: 0x1696ED, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x4CDA0, symBinAddr: 0xC6904, symSize: 0x20 } + - { offsetInCU: 0x33A1C, offset: 0x169701, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4CDC0, symBinAddr: 0xC6924, symSize: 0x1C } + - { offsetInCU: 0x33A30, offset: 0x169715, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4CDDC, symBinAddr: 0xC6940, symSize: 0x1C } + - { offsetInCU: 0x33A44, offset: 0x169729, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4CDF8, symBinAddr: 0xC695C, symSize: 0x1C } + - { offsetInCU: 0x33A58, offset: 0x16973D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOs', symObjAddr: 0x4CE14, symBinAddr: 0xC6978, symSize: 0x2C } + - { offsetInCU: 0x33A6C, offset: 0x169751, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_12CoreGraphics7CGFloatV_A2_TG5TA', symObjAddr: 0x4CE40, symBinAddr: 0xC69A4, symSize: 0x20 } + - { offsetInCU: 0x33A80, offset: 0x169765, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5TA', symObjAddr: 0x4CE7C, symBinAddr: 0xC69E0, symSize: 0x8 } + - { offsetInCU: 0x33A94, offset: 0x169779, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_So10CGColorRefa_Tg5TA', symObjAddr: 0x4CE84, symBinAddr: 0xC69E8, symSize: 0x1C } + - { offsetInCU: 0x33AA8, offset: 0x16978D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x4CEA0, symBinAddr: 0xC6A04, symSize: 0x1C } + - { offsetInCU: 0x33ABC, offset: 0x1697A1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_So10CGColorRefa_Tg5TA', symObjAddr: 0x4CEBC, symBinAddr: 0xC6A20, symSize: 0x1C } + - { offsetInCU: 0x33AD0, offset: 0x1697B5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So10CGColorRefa_A1_TG5TA', symObjAddr: 0x4CED8, symBinAddr: 0xC6A3C, symSize: 0x20 } + - { offsetInCU: 0x33AF6, offset: 0x1697DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_SayAA10BezierPathVG_TG5TA', symObjAddr: 0x4CF14, symBinAddr: 0xC6A78, symSize: 0x58 } + - { offsetInCU: 0x33B1F, offset: 0x169804, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SayAC10BezierPathVG_So9CGPathRefaTG5TA', symObjAddr: 0x4CF6C, symBinAddr: 0xC6AD0, symSize: 0x20 } + - { offsetInCU: 0x33B33, offset: 0x169818, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4CFA8, symBinAddr: 0xC6B0C, symSize: 0x8 } + - { offsetInCU: 0x33B47, offset: 0x16982C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4CFCC, symBinAddr: 0xC6B30, symSize: 0x8 } + - { offsetInCU: 0x33B5B, offset: 0x169840, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4CFF0, symBinAddr: 0xC6B54, symSize: 0x8 } + - { offsetInCU: 0x33B6F, offset: 0x169854, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTG5TA', symObjAddr: 0x4D030, symBinAddr: 0xC6B94, symSize: 0x20 } + - { offsetInCU: 0x33B83, offset: 0x169868, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Say12CoreGraphics7CGFloatVG_A3_TG5TA', symObjAddr: 0x4D050, symBinAddr: 0xC6BB4, symSize: 0x20 } + - { offsetInCU: 0x33B97, offset: 0x16987C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySo10CGColorRefaG_A2_TG5TA', symObjAddr: 0x4D070, symBinAddr: 0xC6BD4, symSize: 0x20 } + - { offsetInCU: 0x33BAB, offset: 0x169890, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC4HoldVySo13CATransform3DVG_AYTg5TA', symObjAddr: 0x4D0AC, symBinAddr: 0xC6C10, symSize: 0x18 } + - { offsetInCU: 0x33BBF, offset: 0x1698A4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5TA', symObjAddr: 0x4D0C4, symBinAddr: 0xC6C28, symSize: 0x8 } + - { offsetInCU: 0x33BD3, offset: 0x1698B8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5TA', symObjAddr: 0x4D0CC, symBinAddr: 0xC6C30, symSize: 0x8 } + - { offsetInCU: 0x33BE7, offset: 0x1698CC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x4D0D4, symBinAddr: 0xC6C38, symSize: 0x8 } + - { offsetInCU: 0x33BFB, offset: 0x1698E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGACyxGAA03AnybC0A2A0F14InterpolatableRzlWl', symObjAddr: 0x4D0DC, symBinAddr: 0xC6C40, symSize: 0x5C } + - { offsetInCU: 0x33C0F, offset: 0x1698F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyKeyframeGroup_pWOb', symObjAddr: 0x4D138, symBinAddr: 0xC6C9C, symSize: 0x18 } + - { offsetInCU: 0x33C23, offset: 0x169908, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5TA', symObjAddr: 0x4D1D0, symBinAddr: 0xC6CD0, symSize: 0x8 } + - { offsetInCU: 0x33C37, offset: 0x16991C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5TA', symObjAddr: 0x4D290, symBinAddr: 0xC6D90, symSize: 0x8 } + - { offsetInCU: 0x33C4B, offset: 0x169930, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5TA', symObjAddr: 0x4D298, symBinAddr: 0xC6D98, symSize: 0x8 } + - { offsetInCU: 0x33C86, offset: 0x16996B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W15Vector1DVXEfU0_SiTf1nnnnnc_n', symObjAddr: 0x0, symBinAddr: 0x79D80, symSize: 0x284 } + - { offsetInCU: 0x33E4E, offset: 0x169B33, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W14Vector1DVXEfU_SiTf1nnnnnc_n', symObjAddr: 0x284, symBinAddr: 0x7A004, symSize: 0x284 } + - { offsetInCU: 0x34058, offset: 0x169D3D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_12CoreGraphics7CGFloatVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC0B8e5DV_12f9Graphics7H4VTG5xq_s5Error_pr0_lyAiNIsgnrzo_Tf1cn_n0ijklc49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234o73FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12f9Graphics7h6VAC0B8E8DVXEfU0_Tf1nc_n', symObjAddr: 0xD04, symBinAddr: 0x7AA84, symSize: 0x160 } + - { offsetInCU: 0x342A6, offset: 0x169F8B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySo6CGSizeVGG_AITg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wn29ContextVtKr0_lFq_ARKXEfU1_So6E7V_A_TG5xq_s5Error_pr0_lyA2IIsgnrzo_Tf1cn_n0fghic18E24addShadowOffsetk92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6E9VALXEfU0_Tf1nc_n', symObjAddr: 0x1338, symBinAddr: 0x7B0B8, symSize: 0x14C } + - { offsetInCU: 0x34575, offset: 0x16A25A, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1ncn_n', symObjAddr: 0x1484, symBinAddr: 0x7B204, symSize: 0x380 } + - { offsetInCU: 0x3491E, offset: 0x16A603, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySayAE10BezierPathVGGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq33ContextVtKr0_lFq_ARKXEfU1_SayAC10ef6VG_So9G7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9g11RefaSayAC10eF7VGXEfU_SiTf1nc_n', symObjAddr: 0x1978, symBinAddr: 0x7B6F8, symSize: 0x180 } + - { offsetInCU: 0x34B5C, offset: 0x16A841, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0ww30ContextVtKr0_lFq_ARKXEfU1_AC23ef12Keyframes33_hijklm5CLLV_pN4VTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n011$s6Lottie19f17RenderLayerC09adde16B10Animations33_hijklm62CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7n7VAA0fB9G57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nc_n', symObjAddr: 0x1AF8, symBinAddr: 0x7B878, symSize: 0x14C } + - { offsetInCU: 0x34E09, offset: 0x16AAEE, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs18ReversedCollectionVySay6Lottie5GroupCGG_AH0G5LayerCTg5', symObjAddr: 0x1F1C, symBinAddr: 0x7BC9C, symSize: 0x224 } + - { offsetInCU: 0x350AE, offset: 0x16AD93, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x263C, symBinAddr: 0x7C3BC, symSize: 0x130 } + - { offsetInCU: 0x3513C, offset: 0x16AE21, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x276C, symBinAddr: 0x7C4EC, symSize: 0xA0 } + - { offsetInCU: 0x351CA, offset: 0x16AEAF, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie0D5ColorVTB5', symObjAddr: 0x280C, symBinAddr: 0x7C58C, symSize: 0xF4 } + - { offsetInCU: 0x3525F, offset: 0x16AF44, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x2900, symBinAddr: 0x7C680, symSize: 0x128 } + - { offsetInCU: 0x35315, offset: 0x16AFFA, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x2A28, symBinAddr: 0x7C7A8, symSize: 0xF8 } + - { offsetInCU: 0x353A3, offset: 0x16B088, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x2B20, symBinAddr: 0x7C8A0, symSize: 0x100 } + - { offsetInCU: 0x35431, offset: 0x16B116, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x2C20, symBinAddr: 0x7C9A0, symSize: 0x108 } + - { offsetInCU: 0x354BF, offset: 0x16B1A4, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x2D28, symBinAddr: 0x7CAA8, symSize: 0xF4 } + - { offsetInCU: 0x356F1, offset: 0x16B3D6, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSo13CATransform3DV_ypTg5', symObjAddr: 0x4F6C, symBinAddr: 0x7ECEC, symSize: 0x150 } + - { offsetInCU: 0x358EC, offset: 0x16B5D1, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_ypTg5', symObjAddr: 0x50BC, symBinAddr: 0x7EE3C, symSize: 0x120 } + - { offsetInCU: 0x35AEF, offset: 0x16B7D4, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSb_ypTg5', symObjAddr: 0x51DC, symBinAddr: 0x7EF5C, symSize: 0x120 } + - { offsetInCU: 0x35CF1, offset: 0x16B9D6, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_So8NSNumberCTg5', symObjAddr: 0x5668, symBinAddr: 0x7F3E8, symSize: 0xC4 } + - { offsetInCU: 0x35F13, offset: 0x16BBF8, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie13KeyframeGroupCyAD10BezierPathVG_AD03AnyeF0_pTg5', symObjAddr: 0x586C, symBinAddr: 0x7F5EC, symSize: 0x1DC } + - { offsetInCU: 0x3612D, offset: 0x16BE12, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie12AnimatorNode_p_AD17KeypathSearchable_pTg5', symObjAddr: 0x5A48, symBinAddr: 0x7F7C8, symSize: 0x19C } + - { offsetInCU: 0x36319, offset: 0x16BFFE, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie16CompositionLayerC_AD17KeypathSearchable_pTg5', symObjAddr: 0x5BE4, symBinAddr: 0x7F964, symSize: 0x1CC } + - { offsetInCU: 0x364E1, offset: 0x16C1C6, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSo13CATransform3DV_Tg5', symObjAddr: 0x5DB0, symBinAddr: 0x7FB30, symSize: 0xB4 } + - { offsetInCU: 0x3658B, offset: 0x16C270, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tF12CoreGraphics7CGFloatV5start_AE3endt_Tg5', symObjAddr: 0x5F14, symBinAddr: 0x7FC94, symSize: 0x90 } + - { offsetInCU: 0x3662D, offset: 0x16C312, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSS_Tg5', symObjAddr: 0x5FA4, symBinAddr: 0x7FD24, symSize: 0x88 } + - { offsetInCU: 0x376AA, offset: 0x16D38F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x16AF0, symBinAddr: 0x90870, symSize: 0x1AC } + - { offsetInCU: 0x3788A, offset: 0x16D56F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wo31ContextVtKr0_lFq_ARKXEfU1_AC0B8e3DV_hF4VTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0ghijc17E23addAnchorPointl26_FCF865A3410C50F6C3BA6E234m67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7f6VAC0B8E7DVXEfU_So0I0CAE21LayerAnimationContextVTf1nc_nTf4ngg_n', symObjAddr: 0x1743C, symBinAddr: 0x911BC, symSize: 0x2CC } + - { offsetInCU: 0x37B7C, offset: 0x16D861, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234L94FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AtRTf1nnnnnc_nTf4nnnnngg_n', symObjAddr: 0x1892C, symBinAddr: 0x926AC, symSize: 0x2A8 } + - { offsetInCU: 0x37DF6, offset: 0x16DADB, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1B98C, symBinAddr: 0x9570C, symSize: 0x1A4 } + - { offsetInCU: 0x37FD6, offset: 0x16DCBB, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1C558, symBinAddr: 0x962D8, symSize: 0x1A4 } + - { offsetInCU: 0x381B6, offset: 0x16DE9B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU3_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1D114, symBinAddr: 0x96E94, symSize: 0x198 } + - { offsetInCU: 0x38396, offset: 0x16E07B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU2_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1D910, symBinAddr: 0x97690, symSize: 0x198 } + - { offsetInCU: 0x38576, offset: 0x16E25B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU1_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1EDF4, symBinAddr: 0x98B74, symSize: 0x198 } + - { offsetInCU: 0x38756, offset: 0x16E43B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI113E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1F5F0, symBinAddr: 0x99370, symSize: 0x1A4 } + - { offsetInCU: 0x38936, offset: 0x16E61B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI206E24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1FDF8, symBinAddr: 0x99B78, symSize: 0x1A4 } + - { offsetInCU: 0x38B16, offset: 0x16E7FB, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI161E25addShadowOpacityAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x20600, symBinAddr: 0x9A380, symSize: 0x1A4 } + - { offsetInCU: 0x38CF6, offset: 0x16E9DB, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x22BA8, symBinAddr: 0x9C928, symSize: 0x1A4 } + - { offsetInCU: 0x38ED6, offset: 0x16EBBB, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x240A4, symBinAddr: 0x9DE24, symSize: 0x1A4 } + - { offsetInCU: 0x390CC, offset: 0x16EDB1, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x24E74, symBinAddr: 0x9EBF4, symSize: 0x1AC } + - { offsetInCU: 0x392AC, offset: 0x16EF91, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x26744, symBinAddr: 0xA04C4, symSize: 0x1AC } + - { offsetInCU: 0x3967C, offset: 0x16F361, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghI190E23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x29A08, symBinAddr: 0xA3788, symSize: 0x198 } + - { offsetInCU: 0x3985C, offset: 0x16F541, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi44E13addAnimations3for7contextyAC4FillC_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2A834, symBinAddr: 0xA45B4, symSize: 0x198 } + - { offsetInCU: 0x39A3C, offset: 0x16F721, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2B29C, symBinAddr: 0xA501C, symSize: 0x198 } + - { offsetInCU: 0x39C1C, offset: 0x16F901, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n054$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16D43ContextV_tKFSo10CGColorRefaAA0A5ColorVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2C9EC, symBinAddr: 0xA676C, symSize: 0x198 } + - { offsetInCU: 0x39EF2, offset: 0x16FBD7, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8g8CGSgAC0wp38ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC010eF20Y0V_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x2EDAC, symBinAddr: 0xA8B2C, symSize: 0x1F4 } + - { offsetInCU: 0x3A242, offset: 0x16FF27, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_nTf4ngn_n', symObjAddr: 0x32734, symBinAddr: 0xAC4B4, symSize: 0x388 } + - { offsetInCU: 0x3A673, offset: 0x170358, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC7E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x35428, symBinAddr: 0xAF1A8, symSize: 0x1F4 } + - { offsetInCU: 0x3A909, offset: 0x1705EE, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC7e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc48E13addAnimations3for7context14pathMultiplieryAC7e33C_AC0B16AnimationContextVSitKFSo9f7RefaAI8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3623C, symBinAddr: 0xAFFBC, symSize: 0x49C } + - { offsetInCU: 0x3AF47, offset: 0x170C2C, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC9E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x37828, symBinAddr: 0xB15A8, symSize: 0x1F4 } + - { offsetInCU: 0x3B1C7, offset: 0x170EAC, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC9e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9e49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x38788, symBinAddr: 0xB2508, symSize: 0x39C } + - { offsetInCU: 0x3B5CA, offset: 0x1712AF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC4E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x39C74, symBinAddr: 0xB39F4, symSize: 0x1F4 } + - { offsetInCU: 0x3B84A, offset: 0x17152F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc13E19addPolygonm67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4e24C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3AC10, symBinAddr: 0xB4990, symSize: 0x3A4 } + - { offsetInCU: 0x3BBAE, offset: 0x171893, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc6E16addem93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3B9E0, symBinAddr: 0xB5760, symSize: 0x3AC } + - { offsetInCU: 0x3C0E8, offset: 0x171DCD, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x3FBA0, symBinAddr: 0xB9920, symSize: 0x198 } + - { offsetInCU: 0x3C2C8, offset: 0x171FAD, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x4106C, symBinAddr: 0xBADEC, symSize: 0x198 } + - { offsetInCU: 0x2B, offset: 0x17326A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xC7BA4, symSize: 0x3C } + - { offsetInCU: 0x6D, offset: 0x1732AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xC7BA4, symSize: 0x3C } + - { offsetInCU: 0xBF, offset: 0x1732FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x5C, symBinAddr: 0xC7C00, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x17333F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x68, symBinAddr: 0xC7C0C, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x173380, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x98, symBinAddr: 0xC7C3C, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x1733B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesC5shapeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x378, symBinAddr: 0xC7F1C, symSize: 0x1C8 } + - { offsetInCU: 0x3AA, offset: 0x1735E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCMa', symObjAddr: 0x3C, symBinAddr: 0xC7BE0, symSize: 0x20 } + - { offsetInCU: 0x3E8, offset: 0x173627, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCfD', symObjAddr: 0xA4, symBinAddr: 0xC7C48, symSize: 0x34 } + - { offsetInCU: 0x449, offset: 0x173688, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0xF8, symBinAddr: 0xC7C9C, symSize: 0x44 } + - { offsetInCU: 0x495, offset: 0x1736D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x13C, symBinAddr: 0xC7CE0, symSize: 0x24 } + - { offsetInCU: 0x4F1, offset: 0x173730, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x160, symBinAddr: 0xC7D04, symSize: 0x84 } + - { offsetInCU: 0x593, offset: 0x1737D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E4, symBinAddr: 0xC7D88, symSize: 0x8 } + - { offsetInCU: 0x5B3, offset: 0x1737F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E4, symBinAddr: 0xC7D88, symSize: 0x8 } + - { offsetInCU: 0x616, offset: 0x173855, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1EC, symBinAddr: 0xC7D90, symSize: 0x10 } + - { offsetInCU: 0x636, offset: 0x173875, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1EC, symBinAddr: 0xC7D90, symSize: 0x10 } + - { offsetInCU: 0x67D, offset: 0x1738BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1FC, symBinAddr: 0xC7DA0, symSize: 0x8 } + - { offsetInCU: 0x69D, offset: 0x1738DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1FC, symBinAddr: 0xC7DA0, symSize: 0x8 } + - { offsetInCU: 0x6BE, offset: 0x1738FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x204, symBinAddr: 0xC7DA8, symSize: 0x8 } + - { offsetInCU: 0x6DE, offset: 0x17391D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x204, symBinAddr: 0xC7DA8, symSize: 0x8 } + - { offsetInCU: 0x6FF, offset: 0x17393E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x20C, symBinAddr: 0xC7DB0, symSize: 0x8 } + - { offsetInCU: 0x71F, offset: 0x17395E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x20C, symBinAddr: 0xC7DB0, symSize: 0x8 } + - { offsetInCU: 0x740, offset: 0x17397F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x214, symBinAddr: 0xC7DB8, symSize: 0x8 } + - { offsetInCU: 0x760, offset: 0x17399F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x214, symBinAddr: 0xC7DB8, symSize: 0x8 } + - { offsetInCU: 0x781, offset: 0x1739C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x21C, symBinAddr: 0xC7DC0, symSize: 0xC } + - { offsetInCU: 0x7A1, offset: 0x1739E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x21C, symBinAddr: 0xC7DC0, symSize: 0xC } + - { offsetInCU: 0x7C2, offset: 0x173A01, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x228, symBinAddr: 0xC7DCC, symSize: 0x10 } + - { offsetInCU: 0x7E2, offset: 0x173A21, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x228, symBinAddr: 0xC7DCC, symSize: 0x10 } + - { offsetInCU: 0x803, offset: 0x173A42, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x238, symBinAddr: 0xC7DDC, symSize: 0xC } + - { offsetInCU: 0x835, offset: 0x173A74, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeC06parentC05shapeAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x540, symBinAddr: 0xC80E4, symSize: 0x114 } + - { offsetInCU: 0x8EE, offset: 0x173B2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCMa', symObjAddr: 0xD8, symBinAddr: 0xC7C7C, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0x173B66, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA10BezierPathV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x244, symBinAddr: 0xC7DE8, symSize: 0x134 } + - { offsetInCU: 0x2B, offset: 0x1740A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xC81F8, symSize: 0x4C } + - { offsetInCU: 0x6D, offset: 0x1740E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xC81F8, symSize: 0x4C } + - { offsetInCU: 0xBF, offset: 0x174139, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x6C, symBinAddr: 0xC8264, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x17417A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x78, symBinAddr: 0xC8270, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x1741BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xA8, symBinAddr: 0xC82A0, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x1741ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesC4trimAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x108C, symBinAddr: 0xC9220, symSize: 0x2FC } + - { offsetInCU: 0x448, offset: 0x1744C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCMa', symObjAddr: 0x4C, symBinAddr: 0xC8244, symSize: 0x20 } + - { offsetInCU: 0x6D4, offset: 0x17474E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB4, symBinAddr: 0xC82AC, symSize: 0xE3C } + - { offsetInCU: 0x19B8, offset: 0x175A32, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCfD', symObjAddr: 0xEF0, symBinAddr: 0xC90E8, symSize: 0x3C } + - { offsetInCU: 0x1A19, offset: 0x175A93, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xF4C, symBinAddr: 0xC9144, symSize: 0x44 } + - { offsetInCU: 0x1A65, offset: 0x175ADF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xF90, symBinAddr: 0xC9188, symSize: 0x24 } + - { offsetInCU: 0x1AA6, offset: 0x175B20, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xFB4, symBinAddr: 0xC91AC, symSize: 0xC } + - { offsetInCU: 0x1AD8, offset: 0x175B52, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xFC0, symBinAddr: 0xC91B8, symSize: 0x4 } + - { offsetInCU: 0x1B03, offset: 0x175B7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFC4, symBinAddr: 0xC91BC, symSize: 0x8 } + - { offsetInCU: 0x1B23, offset: 0x175B9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFC4, symBinAddr: 0xC91BC, symSize: 0x8 } + - { offsetInCU: 0x1B44, offset: 0x175BBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFCC, symBinAddr: 0xC91C4, symSize: 0x8 } + - { offsetInCU: 0x1B64, offset: 0x175BDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFCC, symBinAddr: 0xC91C4, symSize: 0x8 } + - { offsetInCU: 0x1B85, offset: 0x175BFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFD4, symBinAddr: 0xC91CC, symSize: 0x8 } + - { offsetInCU: 0x1BA5, offset: 0x175C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFD4, symBinAddr: 0xC91CC, symSize: 0x8 } + - { offsetInCU: 0x1BC6, offset: 0x175C40, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFDC, symBinAddr: 0xC91D4, symSize: 0x8 } + - { offsetInCU: 0x1BE6, offset: 0x175C60, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFDC, symBinAddr: 0xC91D4, symSize: 0x8 } + - { offsetInCU: 0x1C07, offset: 0x175C81, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE4, symBinAddr: 0xC91DC, symSize: 0x8 } + - { offsetInCU: 0x1C27, offset: 0x175CA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE4, symBinAddr: 0xC91DC, symSize: 0x8 } + - { offsetInCU: 0x1C48, offset: 0x175CC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFEC, symBinAddr: 0xC91E4, symSize: 0x8 } + - { offsetInCU: 0x1C68, offset: 0x175CE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFEC, symBinAddr: 0xC91E4, symSize: 0x8 } + - { offsetInCU: 0x1C89, offset: 0x175D03, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xFF4, symBinAddr: 0xC91EC, symSize: 0xC } + - { offsetInCU: 0x1CA9, offset: 0x175D23, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xFF4, symBinAddr: 0xC91EC, symSize: 0xC } + - { offsetInCU: 0x1CCA, offset: 0x175D44, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1000, symBinAddr: 0xC91F8, symSize: 0x10 } + - { offsetInCU: 0x1CEA, offset: 0x175D64, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1000, symBinAddr: 0xC91F8, symSize: 0x10 } + - { offsetInCU: 0x1D1A, offset: 0x175D94, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x1010, symBinAddr: 0xC9208, symSize: 0x18 } + - { offsetInCU: 0x1D4F, offset: 0x175DC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC06parentD04trim13upstreamPathsAcA08AnimatorD0_pSg_AA0B0CSayAA0c6OutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x1388, symBinAddr: 0xC951C, symSize: 0x118 } + - { offsetInCU: 0x1E18, offset: 0x175E92, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCMa', symObjAddr: 0xF2C, symBinAddr: 0xC9124, symSize: 0x20 } + - { offsetInCU: 0x1F58, offset: 0x175FD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOb', symObjAddr: 0x1528, symBinAddr: 0xC9634, symSize: 0x18 } + - { offsetInCU: 0x3F, offset: 0x1763D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV8fullPathSSvg', symObjAddr: 0x0, symBinAddr: 0xC964C, symSize: 0x7C } + - { offsetInCU: 0x18A, offset: 0x17651C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tF', symObjAddr: 0x7C, symBinAddr: 0xC96C8, symSize: 0x4A0 } + - { offsetInCU: 0x7F3, offset: 0x176B85, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tF', symObjAddr: 0x51C, symBinAddr: 0xC9B68, symSize: 0x2A8 } + - { offsetInCU: 0xB3F, offset: 0x176ED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tF', symObjAddr: 0x7C4, symBinAddr: 0xC9E10, symSize: 0x1AC } + - { offsetInCU: 0xE14, offset: 0x1771A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tF', symObjAddr: 0x970, symBinAddr: 0xC9FBC, symSize: 0x4A0 } + - { offsetInCU: 0x134B, offset: 0x1776DD, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE13equalsKeypathySbSSF', symObjAddr: 0xE10, symBinAddr: 0xCA45C, symSize: 0x418 } + - { offsetInCU: 0x164A, offset: 0x1779DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6popKeyyACSgSSF', symObjAddr: 0x1228, symBinAddr: 0xCA874, symSize: 0x1AC } + - { offsetInCU: 0x18A3, offset: 0x177C35, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV11propertyKeySSSgvg', symObjAddr: 0x1458, symBinAddr: 0xCAA20, symSize: 0xD0 } + - { offsetInCU: 0x1B4E, offset: 0x177EE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tF', symObjAddr: 0x1528, symBinAddr: 0xCAAF0, symSize: 0x550 } + - { offsetInCU: 0x22B3, offset: 0x178645, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE10firstIndex2of0C0QzSgAB_tFSS_Tg5', symObjAddr: 0x1A78, symBinAddr: 0xCB040, symSize: 0xE8 } + - { offsetInCU: 0x2375, offset: 0x178707, size: 0x8, addend: 0x0, symName: '_$sSlsE6suffix4from11SubSequenceQz5IndexQz_tFSS_Tg5Tf4ng_n', symObjAddr: 0x1B60, symBinAddr: 0xCB128, symSize: 0x4C } + - { offsetInCU: 0x299, offset: 0x178CEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC9animation13imageProvider04textG004fontG004maskC8ToBounds24compatibilityTrackerMode6loggerAcA0aC0C_AA0c5ImageG0_pAA0c11KeypathTextG0_pAA0c4FontG0_pSbAA013CompatibilityN0C0O0OAA0A6LoggerCtKcfc', symObjAddr: 0x0, symBinAddr: 0xCB1B8, symSize: 0x2D4 } + - { offsetInCU: 0x442, offset: 0x178E97, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setupChildLayers33_5C367329EBD3162AE78388D54811A38BLLyyKF', symObjAddr: 0x2D4, symBinAddr: 0xCB48C, symSize: 0x140 } + - { offsetInCU: 0x4A0, offset: 0x178EF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfc', symObjAddr: 0x414, symBinAddr: 0xCB5CC, symSize: 0x464 } + - { offsetInCU: 0x58A, offset: 0x178FDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x878, symBinAddr: 0xCBA30, symSize: 0x4C } + - { offsetInCU: 0x5A6, offset: 0x178FFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x8C4, symBinAddr: 0xCBA7C, symSize: 0x10C } + - { offsetInCU: 0x617, offset: 0x17906C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x9D0, symBinAddr: 0xCBB88, symSize: 0x24 } + - { offsetInCU: 0x663, offset: 0x1790B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9F4, symBinAddr: 0xCBBAC, symSize: 0x40 } + - { offsetInCU: 0x6BD, offset: 0x179112, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA34, symBinAddr: 0xCBBEC, symSize: 0x3C } + - { offsetInCU: 0x70D, offset: 0x179162, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA70, symBinAddr: 0xCBC28, symSize: 0x48 } + - { offsetInCU: 0x73F, offset: 0x179194, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x3F14, symBinAddr: 0xCF090, symSize: 0xD0 } + - { offsetInCU: 0x7E0, offset: 0x179235, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13imageProviderAA0c5ImageF0_pvs', symObjAddr: 0xCE0, symBinAddr: 0xCBE98, symSize: 0x230 } + - { offsetInCU: 0x9BD, offset: 0x179412, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12fontProviderAA0c4FontF0_pvs', symObjAddr: 0xF10, symBinAddr: 0xCC0C8, symSize: 0x25C } + - { offsetInCU: 0xB7C, offset: 0x1795D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x116C, symBinAddr: 0xCC324, symSize: 0xA8 } + - { offsetInCU: 0xC27, offset: 0x17967C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x14C8, symBinAddr: 0xCC680, symSize: 0x2C } + - { offsetInCU: 0xC43, offset: 0x179698, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyF', symObjAddr: 0x14F4, symBinAddr: 0xCC6AC, symSize: 0x398 } + - { offsetInCU: 0xDC1, offset: 0x179816, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC05setupC033_5C367329EBD3162AE78388D54811A38BLL3foryAC0C13ConfigurationV_tKF', symObjAddr: 0x188C, symBinAddr: 0xCCA44, symSize: 0x490 } + - { offsetInCU: 0xF61, offset: 0x1799B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyFTo', symObjAddr: 0x1D1C, symBinAddr: 0xCCED4, symSize: 0x2C } + - { offsetInCU: 0xF9B, offset: 0x1799F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x1D48, symBinAddr: 0xCCF00, symSize: 0x10 } + - { offsetInCU: 0xFBB, offset: 0x179A10, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x1D48, symBinAddr: 0xCCF00, symSize: 0x10 } + - { offsetInCU: 0x1000, offset: 0x179A55, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x1D58, symBinAddr: 0xCCF10, symSize: 0x10 } + - { offsetInCU: 0x1020, offset: 0x179A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x1D58, symBinAddr: 0xCCF10, symSize: 0x10 } + - { offsetInCU: 0x1062, offset: 0x179AB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20currentPlaybackState33_5C367329EBD3162AE78388D54811A38BLLAC0fG0OSgvW', symObjAddr: 0x1D68, symBinAddr: 0xCCF20, symSize: 0xE0 } + - { offsetInCU: 0x1136, offset: 0x179B8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC016setupPlaceholderC033_5C367329EBD3162AE78388D54811A38BLL7contextyAA0dC7ContextV_tF', symObjAddr: 0x2488, symBinAddr: 0xCD640, symSize: 0x218 } + - { offsetInCU: 0x11DC, offset: 0x179C31, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCACycfcTo', symObjAddr: 0x288C, symBinAddr: 0xCDA44, symSize: 0x2C } + - { offsetInCU: 0x1243, offset: 0x179C98, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfD', symObjAddr: 0x29D4, symBinAddr: 0xCDB8C, symSize: 0x34 } + - { offsetInCU: 0x12EA, offset: 0x179D3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP06lottiecD0AA0acD0CSgvsTW', symObjAddr: 0x3CD4, symBinAddr: 0xCEE88, symSize: 0x34 } + - { offsetInCU: 0x132D, offset: 0x179D82, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP13imageProviderAA0c5ImageG0_pvsTW', symObjAddr: 0x3D64, symBinAddr: 0xCEF18, symSize: 0x4 } + - { offsetInCU: 0x1358, offset: 0x179DAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12textProviderAA0c11KeypathTextG0_pvsTW', symObjAddr: 0x3D68, symBinAddr: 0xCEF1C, symSize: 0x24 } + - { offsetInCU: 0x138A, offset: 0x179DDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12fontProviderAA0c4FontG0_pvsTW', symObjAddr: 0x3D8C, symBinAddr: 0xCEF40, symSize: 0x4 } + - { offsetInCU: 0x13C4, offset: 0x179E19, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12textProviderAA0c11KeypathTextF0_pvsTf4gn_n', symObjAddr: 0x42B8, symBinAddr: 0xCF25C, symSize: 0xAC } + - { offsetInCU: 0x1525, offset: 0x179F7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12reloadImagesyyF', symObjAddr: 0xAB8, symBinAddr: 0xCBC70, symSize: 0x228 } + - { offsetInCU: 0x1831, offset: 0x17A286, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvs', symObjAddr: 0x1214, symBinAddr: 0xCC3CC, symSize: 0x2B4 } + - { offsetInCU: 0x1A20, offset: 0x17A475, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC45validateReasonableNumberOfTimeRemappingLayersyyKF', symObjAddr: 0x1E48, symBinAddr: 0xCD000, symSize: 0x514 } + - { offsetInCU: 0x1E35, offset: 0x17A88A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16removeAnimationsyyF', symObjAddr: 0x235C, symBinAddr: 0xCD514, symSize: 0x12C } + - { offsetInCU: 0x1FC4, offset: 0x17AA19, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC02isC7PlayingSbSgvg', symObjAddr: 0x26A0, symBinAddr: 0xCD858, symSize: 0xBC } + - { offsetInCU: 0x200C, offset: 0x17AA61, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvg', symObjAddr: 0x275C, symBinAddr: 0xCD914, symSize: 0x130 } + - { offsetInCU: 0x208B, offset: 0x17AAE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfE', symObjAddr: 0x28B8, symBinAddr: 0xCDA70, symSize: 0x11C } + - { offsetInCU: 0x20B8, offset: 0x17AB0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfETo', symObjAddr: 0x2A08, symBinAddr: 0xCDBC0, symSize: 0x128 } + - { offsetInCU: 0x20E7, offset: 0x17AB3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCMa', symObjAddr: 0x2B30, symBinAddr: 0xCDCE8, symSize: 0x20 } + - { offsetInCU: 0x20FB, offset: 0x17AB50, size: 0x8, addend: 0x0, symName: ___swift_memcpy9_8, symObjAddr: 0x2B50, symBinAddr: 0xCDD08, symSize: 0x14 } + - { offsetInCU: 0x210F, offset: 0x17AB64, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwet', symObjAddr: 0x2B68, symBinAddr: 0xCDD1C, symSize: 0x20 } + - { offsetInCU: 0x2123, offset: 0x17AB78, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwst', symObjAddr: 0x2B88, symBinAddr: 0xCDD3C, symSize: 0x30 } + - { offsetInCU: 0x2137, offset: 0x17AB8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwug', symObjAddr: 0x2BB8, symBinAddr: 0xCDD6C, symSize: 0x1C } + - { offsetInCU: 0x214B, offset: 0x17ABA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwup', symObjAddr: 0x2BD4, symBinAddr: 0xCDD88, symSize: 0x4 } + - { offsetInCU: 0x215F, offset: 0x17ABB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwui', symObjAddr: 0x2BD8, symBinAddr: 0xCDD8C, symSize: 0x20 } + - { offsetInCU: 0x2173, offset: 0x17ABC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOMa', symObjAddr: 0x2BF8, symBinAddr: 0xCDDAC, symSize: 0x10 } + - { offsetInCU: 0x2187, offset: 0x17ABDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwCP', symObjAddr: 0x2C08, symBinAddr: 0xCDDBC, symSize: 0x30 } + - { offsetInCU: 0x219B, offset: 0x17ABF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwxx', symObjAddr: 0x2C38, symBinAddr: 0xCDDEC, symSize: 0x3C } + - { offsetInCU: 0x21AF, offset: 0x17AC04, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwcp', symObjAddr: 0x2C74, symBinAddr: 0xCDE28, symSize: 0x78 } + - { offsetInCU: 0x21C3, offset: 0x17AC18, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwca', symObjAddr: 0x2CEC, symBinAddr: 0xCDEA0, symSize: 0xCC } + - { offsetInCU: 0x21D7, offset: 0x17AC2C, size: 0x8, addend: 0x0, symName: ___swift_memcpy64_8, symObjAddr: 0x2DB8, symBinAddr: 0xCDF6C, symSize: 0x14 } + - { offsetInCU: 0x21EB, offset: 0x17AC40, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwta', symObjAddr: 0x2DCC, symBinAddr: 0xCDF80, symSize: 0xA8 } + - { offsetInCU: 0x21FF, offset: 0x17AC54, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwet', symObjAddr: 0x2E74, symBinAddr: 0xCE028, symSize: 0x48 } + - { offsetInCU: 0x2213, offset: 0x17AC68, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwst', symObjAddr: 0x2EBC, symBinAddr: 0xCE070, symSize: 0x50 } + - { offsetInCU: 0x2227, offset: 0x17AC7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVMa', symObjAddr: 0x2F0C, symBinAddr: 0xCE0C0, symSize: 0x10 } + - { offsetInCU: 0x223B, offset: 0x17AC90, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC11renderScale0B8Graphics7CGFloatVvs', symObjAddr: 0x2F1C, symBinAddr: 0xCE0D0, symSize: 0xD8 } + - { offsetInCU: 0x24AF, offset: 0x17AF04, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12allSublayersSayABGvg', symObjAddr: 0x2FF4, symBinAddr: 0xCE1A8, symSize: 0x45C } + - { offsetInCU: 0x29EE, offset: 0x17B443, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x3450, symBinAddr: 0xCE604, symSize: 0x27C } + - { offsetInCU: 0x2C8F, offset: 0x17B6E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x36CC, symBinAddr: 0xCE880, symSize: 0x114 } + - { offsetInCU: 0x2DDC, offset: 0x17B831, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x37E0, symBinAddr: 0xCE994, symSize: 0x194 } + - { offsetInCU: 0x2E94, offset: 0x17B8E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_', symObjAddr: 0x3974, symBinAddr: 0xCEB28, symSize: 0xD4 } + - { offsetInCU: 0x3034, offset: 0x17BA89, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setValueProvider_7keypathyAA03AnyfG0_p_AA0C7KeypathVtF', symObjAddr: 0x3A48, symBinAddr: 0xCEBFC, symSize: 0xC4 } + - { offsetInCU: 0x30B1, offset: 0x17BB06, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE31numberOfLayersWithTimeRemappingSivg', symObjAddr: 0x3B0C, symBinAddr: 0xCECC0, symSize: 0x1C8 } + - { offsetInCU: 0x32B5, offset: 0x17BD0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvgTW', symObjAddr: 0x3D08, symBinAddr: 0xCEEBC, symSize: 0x4 } + - { offsetInCU: 0x32D1, offset: 0x17BD26, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvsTW', symObjAddr: 0x3D0C, symBinAddr: 0xCEEC0, symSize: 0x4 } + - { offsetInCU: 0x32ED, offset: 0x17BD42, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP11renderScale0B8Graphics7CGFloatVvsTW', symObjAddr: 0x3D10, symBinAddr: 0xCEEC4, symSize: 0x4 } + - { offsetInCU: 0x3336, offset: 0x17BD8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07respectC9FrameRateSbvsTW', symObjAddr: 0x3D14, symBinAddr: 0xCEEC8, symSize: 0x4C } + - { offsetInCU: 0x33A5, offset: 0x17BDFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x3D60, symBinAddr: 0xCEF14, symSize: 0x4 } + - { offsetInCU: 0x33C1, offset: 0x17BE16, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07primaryC3KeyAA0cG0OvgTW', symObjAddr: 0x3D90, symBinAddr: 0xCEF44, symSize: 0x1C } + - { offsetInCU: 0x33DD, offset: 0x17BE32, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP02isC7PlayingSbSgvgTW', symObjAddr: 0x3DAC, symBinAddr: 0xCEF60, symSize: 0x4 } + - { offsetInCU: 0x33F9, offset: 0x17BE4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12reloadImagesyyFTW', symObjAddr: 0x3DB0, symBinAddr: 0xCEF64, symSize: 0x4 } + - { offsetInCU: 0x3415, offset: 0x17BE6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x3DB4, symBinAddr: 0xCEF68, symSize: 0x4 } + - { offsetInCU: 0x3431, offset: 0x17BE86, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x3DB8, symBinAddr: 0xCEF6C, symSize: 0x4 } + - { offsetInCU: 0x344D, offset: 0x17BEA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x3DBC, symBinAddr: 0xCEF70, symSize: 0x4 } + - { offsetInCU: 0x3469, offset: 0x17BEBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16setValueProvider_7keypathyAA03AnygH0_p_AA0C7KeypathVtFTW', symObjAddr: 0x3DC0, symBinAddr: 0xCEF74, symSize: 0x4 } + - { offsetInCU: 0x3485, offset: 0x17BEDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOe', symObjAddr: 0x3EA4, symBinAddr: 0xCF058, symSize: 0x38 } + - { offsetInCU: 0x34C3, offset: 0x17BF18, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_TA', symObjAddr: 0x4044, symBinAddr: 0xCF184, symSize: 0x48 } + - { offsetInCU: 0x34F6, offset: 0x17BF4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOe', symObjAddr: 0x408C, symBinAddr: 0xCF1CC, symSize: 0x10 } + - { offsetInCU: 0x350A, offset: 0x17BF5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_TA', symObjAddr: 0x409C, symBinAddr: 0xCF1DC, symSize: 0x8 } + - { offsetInCU: 0x351E, offset: 0x17BF73, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_TA', symObjAddr: 0x40A4, symBinAddr: 0xCF1E4, symSize: 0x2C } + - { offsetInCU: 0x3547, offset: 0x17BF9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x40D0, symBinAddr: 0xCF210, symSize: 0x8 } + - { offsetInCU: 0x355B, offset: 0x17BFB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOy', symObjAddr: 0x4364, symBinAddr: 0xCF308, symSize: 0x38 } + - { offsetInCU: 0x356F, offset: 0x17BFC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOy', symObjAddr: 0x439C, symBinAddr: 0xCF340, symSize: 0x10 } + - { offsetInCU: 0x3583, offset: 0x17BFD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOr', symObjAddr: 0x43AC, symBinAddr: 0xCF350, symSize: 0x40 } + - { offsetInCU: 0x3597, offset: 0x17BFEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOs', symObjAddr: 0x43EC, symBinAddr: 0xCF390, symSize: 0x40 } + - { offsetInCU: 0x35AB, offset: 0x17C000, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOy', symObjAddr: 0x44CC, symBinAddr: 0xCF3D0, symSize: 0x38 } + - { offsetInCU: 0x35BF, offset: 0x17C014, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x453C, symBinAddr: 0xCF428, symSize: 0x8 } + - { offsetInCU: 0x35D3, offset: 0x17C028, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4544, symBinAddr: 0xCF430, symSize: 0x8 } + - { offsetInCU: 0x35E7, offset: 0x17C03C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwet', symObjAddr: 0x45E8, symBinAddr: 0xCF438, symSize: 0x54 } + - { offsetInCU: 0x35FB, offset: 0x17C050, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwst', symObjAddr: 0x463C, symBinAddr: 0xCF48C, symSize: 0x44 } + - { offsetInCU: 0x360F, offset: 0x17C064, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVMa', symObjAddr: 0x4680, symBinAddr: 0xCF4D0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x17C611, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xCF4E0, symSize: 0x4C } + - { offsetInCU: 0x69, offset: 0x17C653, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ', symObjAddr: 0x4C, symBinAddr: 0xCF52C, symSize: 0x14 } + - { offsetInCU: 0x9C, offset: 0x17C686, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF', symObjAddr: 0x60, symBinAddr: 0xCF540, symSize: 0x28 } + - { offsetInCU: 0x132, offset: 0x17C71C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO9hashValueSivg', symObjAddr: 0x88, symBinAddr: 0xCF568, symSize: 0x44 } + - { offsetInCU: 0x22C, offset: 0x17C816, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCC, symBinAddr: 0xCF5AC, symSize: 0x14 } + - { offsetInCU: 0x24C, offset: 0x17C836, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCC, symBinAddr: 0xCF5AC, symSize: 0x14 } + - { offsetInCU: 0x28C, offset: 0x17C876, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0xCF5C0, symSize: 0x44 } + - { offsetInCU: 0x36F, offset: 0x17C959, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0xCF604, symSize: 0x28 } + - { offsetInCU: 0x3EE, offset: 0x17C9D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xCF4E0, symSize: 0x4C } + - { offsetInCU: 0x47A, offset: 0x17CA64, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvg', symObjAddr: 0x18C, symBinAddr: 0xCF66C, symSize: 0x8 } + - { offsetInCU: 0x498, offset: 0x17CA82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvs', symObjAddr: 0x194, symBinAddr: 0xCF674, symSize: 0x8 } + - { offsetInCU: 0x4D5, offset: 0x17CABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM', symObjAddr: 0x19C, symBinAddr: 0xCF67C, symSize: 0x10 } + - { offsetInCU: 0x4F3, offset: 0x17CADD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM.resume.0', symObjAddr: 0x1AC, symBinAddr: 0xCF68C, symSize: 0x4 } + - { offsetInCU: 0x51E, offset: 0x17CB08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvg', symObjAddr: 0x1B0, symBinAddr: 0xCF690, symSize: 0x8 } + - { offsetInCU: 0x53C, offset: 0x17CB26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvs', symObjAddr: 0x1B8, symBinAddr: 0xCF698, symSize: 0x8 } + - { offsetInCU: 0x579, offset: 0x17CB63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM', symObjAddr: 0x1C0, symBinAddr: 0xCF6A0, symSize: 0x10 } + - { offsetInCU: 0x5A7, offset: 0x17CB91, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM.resume.0', symObjAddr: 0x1D0, symBinAddr: 0xCF6B0, symSize: 0x4 } + - { offsetInCU: 0x5D2, offset: 0x17CBBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvg', symObjAddr: 0x1D4, symBinAddr: 0xCF6B4, symSize: 0x8 } + - { offsetInCU: 0x5F0, offset: 0x17CBDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvs', symObjAddr: 0x1DC, symBinAddr: 0xCF6BC, symSize: 0x8 } + - { offsetInCU: 0x62D, offset: 0x17CC17, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM', symObjAddr: 0x1E4, symBinAddr: 0xCF6C4, symSize: 0x10 } + - { offsetInCU: 0x65B, offset: 0x17CC45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM.resume.0', symObjAddr: 0x1F4, symBinAddr: 0xCF6D4, symSize: 0x4 } + - { offsetInCU: 0x686, offset: 0x17CC70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvg', symObjAddr: 0x1F8, symBinAddr: 0xCF6D8, symSize: 0x8 } + - { offsetInCU: 0x6A4, offset: 0x17CC8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvs', symObjAddr: 0x200, symBinAddr: 0xCF6E0, symSize: 0x8 } + - { offsetInCU: 0x6E1, offset: 0x17CCCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM', symObjAddr: 0x208, symBinAddr: 0xCF6E8, symSize: 0x10 } + - { offsetInCU: 0x70F, offset: 0x17CCF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM.resume.0', symObjAddr: 0x218, symBinAddr: 0xCF6F8, symSize: 0x4 } + - { offsetInCU: 0x73A, offset: 0x17CD24, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF', symObjAddr: 0x21C, symBinAddr: 0xCF6FC, symSize: 0x68 } + - { offsetInCU: 0x7A3, offset: 0x17CD8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ', symObjAddr: 0x284, symBinAddr: 0xCF764, symSize: 0x4 } + - { offsetInCU: 0x7C6, offset: 0x17CDB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV9hashValueSivg', symObjAddr: 0x288, symBinAddr: 0xCF768, symSize: 0x50 } + - { offsetInCU: 0x852, offset: 0x17CE3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0xCF7B8, symSize: 0x50 } + - { offsetInCU: 0x8E1, offset: 0x17CECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x328, symBinAddr: 0xCF808, symSize: 0x4 } + - { offsetInCU: 0x904, offset: 0x17CEEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x378, symBinAddr: 0xCF858, symSize: 0x4 } + - { offsetInCU: 0x924, offset: 0x17CF0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x378, symBinAddr: 0xCF858, symSize: 0x4 } + - { offsetInCU: 0x935, offset: 0x17CF1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x37C, symBinAddr: 0xCF85C, symSize: 0x3C } + - { offsetInCU: 0x97E, offset: 0x17CF68, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASQWb', symObjAddr: 0x3B8, symBinAddr: 0xCF898, symSize: 0x4 } + - { offsetInCU: 0x992, offset: 0x17CF7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOACSQAAWl', symObjAddr: 0x3BC, symBinAddr: 0xCF89C, symSize: 0x44 } + - { offsetInCU: 0x9A6, offset: 0x17CF90, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASQWb', symObjAddr: 0x400, symBinAddr: 0xCF8E0, symSize: 0x4 } + - { offsetInCU: 0x9BA, offset: 0x17CFA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSQAAWl', symObjAddr: 0x404, symBinAddr: 0xCF8E4, symSize: 0x44 } + - { offsetInCU: 0x9CE, offset: 0x17CFB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwet', symObjAddr: 0x458, symBinAddr: 0xCF928, symSize: 0x90 } + - { offsetInCU: 0x9E2, offset: 0x17CFCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwst', symObjAddr: 0x4E8, symBinAddr: 0xCF9B8, symSize: 0xBC } + - { offsetInCU: 0x9F6, offset: 0x17CFE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwug', symObjAddr: 0x5A4, symBinAddr: 0xCFA74, symSize: 0x8 } + - { offsetInCU: 0xA0A, offset: 0x17CFF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwup', symObjAddr: 0x5AC, symBinAddr: 0xCFA7C, symSize: 0x4 } + - { offsetInCU: 0xA1E, offset: 0x17D008, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwui', symObjAddr: 0x5B0, symBinAddr: 0xCFA80, symSize: 0x8 } + - { offsetInCU: 0xA32, offset: 0x17D01C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOMa', symObjAddr: 0x5B8, symBinAddr: 0xCFA88, symSize: 0x10 } + - { offsetInCU: 0xA46, offset: 0x17D030, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwCP', symObjAddr: 0x5C8, symBinAddr: 0xCFA98, symSize: 0x30 } + - { offsetInCU: 0xA5A, offset: 0x17D044, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwet', symObjAddr: 0x604, symBinAddr: 0xCFAC8, symSize: 0x20 } + - { offsetInCU: 0xA6E, offset: 0x17D058, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwst', symObjAddr: 0x624, symBinAddr: 0xCFAE8, symSize: 0x2C } + - { offsetInCU: 0xA82, offset: 0x17D06C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVMa', symObjAddr: 0x650, symBinAddr: 0xCFB14, symSize: 0x10 } + - { offsetInCU: 0xAFF, offset: 0x17D0E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x14C, symBinAddr: 0xCF62C, symSize: 0x40 } + - { offsetInCU: 0xBC8, offset: 0x17D1B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x32C, symBinAddr: 0xCF80C, symSize: 0x4C } + - { offsetInCU: 0x4F, offset: 0x17D371, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0VcfC', symObjAddr: 0x0, symBinAddr: 0xCFB2C, symSize: 0x3C } + - { offsetInCU: 0x7C, offset: 0x17D39E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x3C, symBinAddr: 0xCFB68, symSize: 0x58 } + - { offsetInCU: 0xB0, offset: 0x17D3D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x94, symBinAddr: 0xCFBC0, symSize: 0x30 } + - { offsetInCU: 0xC4, offset: 0x17D3E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc', symObjAddr: 0xC4, symBinAddr: 0xCFBF0, symSize: 0xC0 } + - { offsetInCU: 0x118, offset: 0x17D43A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfC', symObjAddr: 0x184, symBinAddr: 0xCFCB0, symSize: 0x3C } + - { offsetInCU: 0x136, offset: 0x17D458, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc', symObjAddr: 0x1C0, symBinAddr: 0xCFCEC, symSize: 0xD8 } + - { offsetInCU: 0x18A, offset: 0x17D4AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg', symObjAddr: 0x298, symBinAddr: 0xCFDC4, symSize: 0x40 } + - { offsetInCU: 0x1D7, offset: 0x17D4F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs', symObjAddr: 0x2D8, symBinAddr: 0xCFE04, symSize: 0x5C } + - { offsetInCU: 0x21D, offset: 0x17D53F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM', symObjAddr: 0x334, symBinAddr: 0xCFE60, symSize: 0x40 } + - { offsetInCU: 0x24C, offset: 0x17D56E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM.resume.0', symObjAddr: 0x374, symBinAddr: 0xCFEA0, symSize: 0x34 } + - { offsetInCU: 0x28B, offset: 0x17D5AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9valueTypeypXpvg', symObjAddr: 0x3A8, symBinAddr: 0xCFED4, symSize: 0xC } + - { offsetInCU: 0x2B6, offset: 0x17D5D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg', symObjAddr: 0x3B4, symBinAddr: 0xCFEE0, symSize: 0xC4 } + - { offsetInCU: 0x353, offset: 0x17D675, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x478, symBinAddr: 0xCFFA4, symSize: 0x18 } + - { offsetInCU: 0x376, offset: 0x17D698, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfd', symObjAddr: 0x490, symBinAddr: 0xCFFBC, symSize: 0x2C } + - { offsetInCU: 0x3B1, offset: 0x17D6D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfD', symObjAddr: 0x4BC, symBinAddr: 0xCFFE8, symSize: 0x34 } + - { offsetInCU: 0x3F4, offset: 0x17D716, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x4F0, symBinAddr: 0xD001C, symSize: 0x20 } + - { offsetInCU: 0x410, offset: 0x17D732, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x510, symBinAddr: 0xD003C, symSize: 0xC } + - { offsetInCU: 0x456, offset: 0x17D778, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x51C, symBinAddr: 0xD0048, symSize: 0x1C } + - { offsetInCU: 0x48B, offset: 0x17D7AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfcTf4gn_n', symObjAddr: 0x5FC, symBinAddr: 0xD0128, symSize: 0x13C } + - { offsetInCU: 0x502, offset: 0x17D824, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x538, symBinAddr: 0xD0064, symSize: 0x60 } + - { offsetInCU: 0x567, offset: 0x17D889, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x598, symBinAddr: 0xD00C4, symSize: 0x64 } + - { offsetInCU: 0x5AE, offset: 0x17D8D0, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOe', symObjAddr: 0x738, symBinAddr: 0xD0264, symSize: 0x10 } + - { offsetInCU: 0x5C2, offset: 0x17D8E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSHAAWl', symObjAddr: 0x748, symBinAddr: 0xD0274, symSize: 0x44 } + - { offsetInCU: 0x5D6, offset: 0x17D8F8, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOy', symObjAddr: 0x898, symBinAddr: 0xD0340, symSize: 0x10 } + - { offsetInCU: 0x5EA, offset: 0x17D90C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x8D4, symBinAddr: 0xD037C, symSize: 0x28 } + - { offsetInCU: 0x62F, offset: 0x17D951, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x96C, symBinAddr: 0xD03A4, symSize: 0xC } + - { offsetInCU: 0x643, offset: 0x17D965, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCMa', symObjAddr: 0xA20, symBinAddr: 0xD0458, symSize: 0x20 } + - { offsetInCU: 0x72, offset: 0x17DBB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x36C, symBinAddr: 0xD0808, symSize: 0xBC } + - { offsetInCU: 0x1D3, offset: 0x17DD17, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x428, symBinAddr: 0xD08C4, symSize: 0x4 } + - { offsetInCU: 0x22F, offset: 0x17DD73, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV9combining4path12cornerRadiusAA0D5GroupCyACGAHyAA0bC0VG_AHyAA0A8Vector1DVGSgtKFZTf4nnd_n', symObjAddr: 0x17B4, symBinAddr: 0xD1C50, symSize: 0x364 } + - { offsetInCU: 0x71C, offset: 0x17E260, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKF06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nnncnn_n', symObjAddr: 0x0, symBinAddr: 0xD049C, symSize: 0x124 } + - { offsetInCU: 0x806, offset: 0x17E34A, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_', symObjAddr: 0x124, symBinAddr: 0xD05C0, symSize: 0x4 } + - { offsetInCU: 0x871, offset: 0x17E3B5, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nncn_n', symObjAddr: 0x128, symBinAddr: 0xD05C4, symSize: 0x114 } + - { offsetInCU: 0x937, offset: 0x17E47B, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_', symObjAddr: 0x23C, symBinAddr: 0xD06D8, symSize: 0x130 } + - { offsetInCU: 0xB9D, offset: 0x17E6E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA010BezierPathQ0V_Tg5', symObjAddr: 0x42C, symBinAddr: 0xD08C8, symSize: 0x28C } + - { offsetInCU: 0xEB3, offset: 0x17E9F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA010BezierPathQ0V_Tg5Tf4nnd_n', symObjAddr: 0x84C, symBinAddr: 0xD0CE8, symSize: 0x4A8 } + - { offsetInCU: 0x156E, offset: 0x17F0B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA010BezierPathS0V_Tg5Tf4nnnd_n', symObjAddr: 0xE38, symBinAddr: 0xD12D4, symSize: 0x97C } + - { offsetInCU: 0x258B, offset: 0x1800CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x1BC4, symBinAddr: 0xD1FD8, symSize: 0x8 } + - { offsetInCU: 0x259F, offset: 0x1800E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_TA', symObjAddr: 0x1CA8, symBinAddr: 0xD2034, symSize: 0x1C } + - { offsetInCU: 0x25B3, offset: 0x1800F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwCP', symObjAddr: 0x1D6C, symBinAddr: 0xD2094, symSize: 0x30 } + - { offsetInCU: 0x25C7, offset: 0x18010B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwxx', symObjAddr: 0x1D9C, symBinAddr: 0xD20C4, symSize: 0x8 } + - { offsetInCU: 0x25DB, offset: 0x18011F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwcp', symObjAddr: 0x1DA4, symBinAddr: 0xD20CC, symSize: 0x44 } + - { offsetInCU: 0x25EF, offset: 0x180133, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwca', symObjAddr: 0x1DE8, symBinAddr: 0xD2110, symSize: 0x64 } + - { offsetInCU: 0x2603, offset: 0x180147, size: 0x8, addend: 0x0, symName: ___swift_memcpy33_8, symObjAddr: 0x1E4C, symBinAddr: 0xD2174, symSize: 0x14 } + - { offsetInCU: 0x2617, offset: 0x18015B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwta', symObjAddr: 0x1E60, symBinAddr: 0xD2188, symSize: 0x54 } + - { offsetInCU: 0x262B, offset: 0x18016F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwet', symObjAddr: 0x1EB4, symBinAddr: 0xD21DC, symSize: 0x48 } + - { offsetInCU: 0x263F, offset: 0x180183, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwst', symObjAddr: 0x1EFC, symBinAddr: 0xD2224, symSize: 0x44 } + - { offsetInCU: 0x2653, offset: 0x180197, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVMa', symObjAddr: 0x1F40, symBinAddr: 0xD2268, symSize: 0x10 } + - { offsetInCU: 0x27BF, offset: 0x180303, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs8StrideToVy12CoreGraphics7CGFloatVG_6Lottie8KeyframeCyAL010BezierPathJ0VGTg50104$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13j56GroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12f9Graphics7h13VKXEfU2_AA010kL7Q0V_TG5SayAL16AnyValueProvider_pGSayypGxSgs5Error_plyAPIsggrzo_Tf1cn_nTf4ngg_n', symObjAddr: 0x6B8, symBinAddr: 0xD0B54, symSize: 0x194 } + - { offsetInCU: 0x2AF7, offset: 0x18063B, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay6Lottie13KeyframeGroupCyypGG_Tg5023$sSTsE10allSatisfyyS2b7c29QzKXEKFSbACKXEfU_Say6Lottie13eF10CyypGG_TG5xSbs5Error_plyAHIsgndzo_Tf1cn_nTf4ng_n', symObjAddr: 0xCF4, symBinAddr: 0xD1190, symSize: 0x144 } + - { offsetInCU: 0x27, offset: 0x180C9F, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xD2278, symSize: 0x238 } + - { offsetInCU: 0x3F, offset: 0x180CB7, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xD2278, symSize: 0x238 } + - { offsetInCU: 0x27, offset: 0x180EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xD24B0, symSize: 0x74 } + - { offsetInCU: 0x4B, offset: 0x180F0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xD24B0, symSize: 0x74 } + - { offsetInCU: 0x74, offset: 0x180F33, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfC', symObjAddr: 0xB8, symBinAddr: 0xD2524, symSize: 0x8 } + - { offsetInCU: 0xD9, offset: 0x180F98, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfC', symObjAddr: 0xC0, symBinAddr: 0xD252C, symSize: 0x74 } + - { offsetInCU: 0x138, offset: 0x180FF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysSaySSGvg', symObjAddr: 0x134, symBinAddr: 0xD25A0, symSize: 0x8 } + - { offsetInCU: 0x156, offset: 0x181015, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6stringSSvg', symObjAddr: 0x13C, symBinAddr: 0xD25A8, symSize: 0x7C } + - { offsetInCU: 0x174, offset: 0x181033, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF', symObjAddr: 0x288, symBinAddr: 0xD2624, symSize: 0x98 } + - { offsetInCU: 0x235, offset: 0x1810F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ', symObjAddr: 0x320, symBinAddr: 0xD26BC, symSize: 0xC } + - { offsetInCU: 0x291, offset: 0x181150, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV9hashValueSivg', symObjAddr: 0x32C, symBinAddr: 0xD26C8, symSize: 0xA0 } + - { offsetInCU: 0x3A9, offset: 0x181268, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH9hashValueSivgTW', symObjAddr: 0x3CC, symBinAddr: 0xD2768, symSize: 0x4 } + - { offsetInCU: 0x3C5, offset: 0x181284, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D0, symBinAddr: 0xD276C, symSize: 0x4 } + - { offsetInCU: 0x3D9, offset: 0x181298, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAsADP06stringG0x0fG4TypeQz_tcfCTW', symObjAddr: 0x470, symBinAddr: 0xD280C, symSize: 0xC } + - { offsetInCU: 0x40F, offset: 0x1812CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x47C, symBinAddr: 0xD2818, symSize: 0xC } + - { offsetInCU: 0x42F, offset: 0x1812EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x47C, symBinAddr: 0xD2818, symSize: 0xC } + - { offsetInCU: 0x4AE, offset: 0x18136D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASQWb', symObjAddr: 0x54C, symBinAddr: 0xD28E8, symSize: 0x4 } + - { offsetInCU: 0x4C2, offset: 0x181381, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACSQAAWl', symObjAddr: 0x550, symBinAddr: 0xD28EC, symSize: 0x44 } + - { offsetInCU: 0x4D6, offset: 0x181395, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAs0de23ExtendedGraphemeClusterG0PWb', symObjAddr: 0x594, symBinAddr: 0xD2930, symSize: 0x4 } + - { offsetInCU: 0x4EA, offset: 0x1813A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs43ExpressibleByExtendedGraphemeClusterLiteralAAWl', symObjAddr: 0x598, symBinAddr: 0xD2934, symSize: 0x44 } + - { offsetInCU: 0x4FE, offset: 0x1813BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAA0fG4TypesADP_s01_de7BuiltinfG0PWT', symObjAddr: 0x5DC, symBinAddr: 0xD2978, symSize: 0xC } + - { offsetInCU: 0x512, offset: 0x1813D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAAs0de13UnicodeScalarI0PWb', symObjAddr: 0x5E8, symBinAddr: 0xD2984, symSize: 0x4 } + - { offsetInCU: 0x526, offset: 0x1813E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs33ExpressibleByUnicodeScalarLiteralAAWl', symObjAddr: 0x5EC, symBinAddr: 0xD2988, symSize: 0x44 } + - { offsetInCU: 0x53A, offset: 0x1813F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAA0fghI4TypesADP_s01_de7BuiltinfghI0PWT', symObjAddr: 0x630, symBinAddr: 0xD29CC, symSize: 0xC } + - { offsetInCU: 0x54E, offset: 0x18140D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs33ExpressibleByUnicodeScalarLiteralAA0fgH4TypesADP_s01_de7BuiltinfgH0PWT', symObjAddr: 0x63C, symBinAddr: 0xD29D8, symSize: 0xC } + - { offsetInCU: 0x562, offset: 0x181421, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVMa', symObjAddr: 0x648, symBinAddr: 0xD29E4, symSize: 0x10 } + - { offsetInCU: 0x61B, offset: 0x1814DA, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0xA70, symBinAddr: 0xD2E0C, symSize: 0x48 } + - { offsetInCU: 0x69A, offset: 0x181559, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3D4, symBinAddr: 0xD2770, symSize: 0x9C } + - { offsetInCU: 0x791, offset: 0x181650, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSS_Tg5Tf4nnd_n', symObjAddr: 0x488, symBinAddr: 0xD2824, symSize: 0xC4 } + - { offsetInCU: 0x879, offset: 0x181738, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSo10CGColorRefa_Tg5Tf4nnd_n', symObjAddr: 0x658, symBinAddr: 0xD29F4, symSize: 0x3A4 } + - { offsetInCU: 0x98B, offset: 0x18184A, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9FC, symBinAddr: 0xD2D98, symSize: 0x74 } + - { offsetInCU: 0x9AB, offset: 0x18186A, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9FC, symBinAddr: 0xD2D98, symSize: 0x74 } + - { offsetInCU: 0x9BF, offset: 0x18187E, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9FC, symBinAddr: 0xD2D98, symSize: 0x74 } + - { offsetInCU: 0x9D3, offset: 0x181892, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9FC, symBinAddr: 0xD2D98, symSize: 0x74 } + - { offsetInCU: 0x2B, offset: 0x181AA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xD2E5C, symSize: 0x18 } + - { offsetInCU: 0xB6, offset: 0x181B30, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xEC, symBinAddr: 0xD2F48, symSize: 0x24 } + - { offsetInCU: 0xE7, offset: 0x181B61, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x110, symBinAddr: 0xD2F6C, symSize: 0x1C } + - { offsetInCU: 0x131, offset: 0x181BAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x12C, symBinAddr: 0xD2F88, symSize: 0x2C } + - { offsetInCU: 0x169, offset: 0x181BE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xF4C, symBinAddr: 0xD3D98, symSize: 0xE0 } + - { offsetInCU: 0x1D3, offset: 0x181C4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO13discriminator_WZ', symObjAddr: 0x1A4, symBinAddr: 0xD3000, symSize: 0x4 } + - { offsetInCU: 0x1F9, offset: 0x181C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A8, symBinAddr: 0xD3004, symSize: 0x4C } + - { offsetInCU: 0x21E, offset: 0x181C98, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1F4, symBinAddr: 0xD3050, symSize: 0x1EC } + - { offsetInCU: 0x28F, offset: 0x181D09, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x3E0, symBinAddr: 0xD323C, symSize: 0x2E0 } + - { offsetInCU: 0x3E0, offset: 0x181E5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO8rawValueSSvg', symObjAddr: 0x6C0, symBinAddr: 0xD351C, symSize: 0x18 } + - { offsetInCU: 0x419, offset: 0x181E93, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x6D8, symBinAddr: 0xD3534, symSize: 0x18 } + - { offsetInCU: 0x447, offset: 0x181EC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x6D8, symBinAddr: 0xD3534, symSize: 0x18 } + - { offsetInCU: 0x499, offset: 0x181F13, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x714, symBinAddr: 0xD3570, symSize: 0x64 } + - { offsetInCU: 0x4FF, offset: 0x181F79, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x778, symBinAddr: 0xD35D4, symSize: 0x28 } + - { offsetInCU: 0x51B, offset: 0x181F95, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7A0, symBinAddr: 0xD35FC, symSize: 0x8 } + - { offsetInCU: 0x551, offset: 0x181FCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7A8, symBinAddr: 0xD3604, symSize: 0x68 } + - { offsetInCU: 0x5D6, offset: 0x182050, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x810, symBinAddr: 0xD366C, symSize: 0xC } + - { offsetInCU: 0x5F2, offset: 0x18206C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x81C, symBinAddr: 0xD3678, symSize: 0xC } + - { offsetInCU: 0x62E, offset: 0x1820A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCfD', symObjAddr: 0x878, symBinAddr: 0xD36D4, symSize: 0x2C } + - { offsetInCU: 0x671, offset: 0x1820EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC6encode2toys7Encoder_p_tKF', symObjAddr: 0x8C4, symBinAddr: 0xD3720, symSize: 0x178 } + - { offsetInCU: 0x6B0, offset: 0x18212A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xC08, symBinAddr: 0xD3A54, symSize: 0x2C } + - { offsetInCU: 0x6D3, offset: 0x18214D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xC34, symBinAddr: 0xD3A80, symSize: 0x20 } + - { offsetInCU: 0x7A6, offset: 0x182220, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCMa', symObjAddr: 0x8A4, symBinAddr: 0xD3700, symSize: 0x20 } + - { offsetInCU: 0x7BA, offset: 0x182234, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwet', symObjAddr: 0xA4C, symBinAddr: 0xD3898, symSize: 0x90 } + - { offsetInCU: 0x7CE, offset: 0x182248, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwst', symObjAddr: 0xADC, symBinAddr: 0xD3928, symSize: 0xBC } + - { offsetInCU: 0x7E2, offset: 0x18225C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwug', symObjAddr: 0xB98, symBinAddr: 0xD39E4, symSize: 0x8 } + - { offsetInCU: 0x7F6, offset: 0x182270, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwup', symObjAddr: 0xBA0, symBinAddr: 0xD39EC, symSize: 0x4 } + - { offsetInCU: 0x80A, offset: 0x182284, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwui', symObjAddr: 0xBA4, symBinAddr: 0xD39F0, symSize: 0xC } + - { offsetInCU: 0x81E, offset: 0x182298, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOMa', symObjAddr: 0xBB0, symBinAddr: 0xD39FC, symSize: 0x10 } + - { offsetInCU: 0x832, offset: 0x1822AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASQWb', symObjAddr: 0xBC0, symBinAddr: 0xD3A0C, symSize: 0x4 } + - { offsetInCU: 0x846, offset: 0x1822C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSQAAWl', symObjAddr: 0xBC4, symBinAddr: 0xD3A10, symSize: 0x44 } + - { offsetInCU: 0x85A, offset: 0x1822D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC54, symBinAddr: 0xD3AA0, symSize: 0x24 } + - { offsetInCU: 0x86E, offset: 0x1822E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSeAAWl', symObjAddr: 0xC78, symBinAddr: 0xD3AC4, symSize: 0x44 } + - { offsetInCU: 0x8A7, offset: 0x182321, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xCBC, symBinAddr: 0xD3B08, symSize: 0x108 } + - { offsetInCU: 0xA0A, offset: 0x182484, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xDC4, symBinAddr: 0xD3C10, symSize: 0x188 } + - { offsetInCU: 0xC24, offset: 0x18269E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSYAAWl', symObjAddr: 0x1070, symBinAddr: 0xD3E78, symSize: 0x44 } + - { offsetInCU: 0xC38, offset: 0x1826B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs0D3KeyAAWl', symObjAddr: 0x10F4, symBinAddr: 0xD3EBC, symSize: 0x44 } + - { offsetInCU: 0xC4C, offset: 0x1826C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSEAAWl', symObjAddr: 0x1138, symBinAddr: 0xD3F00, symSize: 0x44 } + - { offsetInCU: 0xC60, offset: 0x1826DA, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGSayxGSEsSERzlWl', symObjAddr: 0x117C, symBinAddr: 0xD3F44, symSize: 0x64 } + - { offsetInCU: 0xC74, offset: 0x1826EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCACSEAAWl', symObjAddr: 0x1224, symBinAddr: 0xD3FA8, symSize: 0x48 } + - { offsetInCU: 0xC88, offset: 0x182702, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwet', symObjAddr: 0x132C, symBinAddr: 0xD3FF0, symSize: 0x90 } + - { offsetInCU: 0xC9C, offset: 0x182716, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwst', symObjAddr: 0x13BC, symBinAddr: 0xD4080, symSize: 0xBC } + - { offsetInCU: 0xCB0, offset: 0x18272A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwug', symObjAddr: 0x1478, symBinAddr: 0xD413C, symSize: 0x8 } + - { offsetInCU: 0xCC4, offset: 0x18273E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwup', symObjAddr: 0x1480, symBinAddr: 0xD4144, symSize: 0x4 } + - { offsetInCU: 0xCD8, offset: 0x182752, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwui', symObjAddr: 0x1484, symBinAddr: 0xD4148, symSize: 0x8 } + - { offsetInCU: 0xCEC, offset: 0x182766, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOMa', symObjAddr: 0x148C, symBinAddr: 0xD4150, symSize: 0x10 } + - { offsetInCU: 0xD00, offset: 0x18277A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASQWb', symObjAddr: 0x149C, symBinAddr: 0xD4160, symSize: 0x4 } + - { offsetInCU: 0xD14, offset: 0x18278E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFSQAAWl', symObjAddr: 0x14A0, symBinAddr: 0xD4164, symSize: 0x44 } + - { offsetInCU: 0xD28, offset: 0x1827A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x14E4, symBinAddr: 0xD41A8, symSize: 0x4 } + - { offsetInCU: 0xD3C, offset: 0x1827B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x14E8, symBinAddr: 0xD41AC, symSize: 0x44 } + - { offsetInCU: 0xD50, offset: 0x1827CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x152C, symBinAddr: 0xD41F0, symSize: 0x4 } + - { offsetInCU: 0xD64, offset: 0x1827DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1530, symBinAddr: 0xD41F4, symSize: 0x44 } + - { offsetInCU: 0xD98, offset: 0x182812, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xD2E5C, symSize: 0x18 } + - { offsetInCU: 0xE29, offset: 0x1828A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0xD2E74, symSize: 0x50 } + - { offsetInCU: 0xF0A, offset: 0x182984, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x68, symBinAddr: 0xD2EC4, symSize: 0x38 } + - { offsetInCU: 0xF91, offset: 0x182A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA0, symBinAddr: 0xD2EFC, symSize: 0x4C } + - { offsetInCU: 0x1047, offset: 0x182AC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x158, symBinAddr: 0xD2FB4, symSize: 0x4C } + - { offsetInCU: 0x10BC, offset: 0x182B36, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F0, symBinAddr: 0xD354C, symSize: 0xC } + - { offsetInCU: 0x10D8, offset: 0x182B52, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH9hashValueSivgTW', symObjAddr: 0x6FC, symBinAddr: 0xD3558, symSize: 0x8 } + - { offsetInCU: 0x10F4, offset: 0x182B6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x704, symBinAddr: 0xD3560, symSize: 0x8 } + - { offsetInCU: 0x1110, offset: 0x182B8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70C, symBinAddr: 0xD3568, symSize: 0x8 } + - { offsetInCU: 0x1133, offset: 0x182BAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x828, symBinAddr: 0xD3684, symSize: 0x28 } + - { offsetInCU: 0x114F, offset: 0x182BC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x850, symBinAddr: 0xD36AC, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x182E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xD4238, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x182E4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xD4238, symSize: 0x20 } + - { offsetInCU: 0xAE, offset: 0x182EAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x48, symBinAddr: 0xD4280, symSize: 0x64 } + - { offsetInCU: 0x114, offset: 0x182F13, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xAC, symBinAddr: 0xD42E4, symSize: 0x28 } + - { offsetInCU: 0x13F, offset: 0x182F3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAAsADP8allCases03AllG0QzvgZTW', symObjAddr: 0xD4, symBinAddr: 0xD430C, symSize: 0x24 } + - { offsetInCU: 0x170, offset: 0x182F6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8allCasesSayACGvgZTf4d_n', symObjAddr: 0x8A8, symBinAddr: 0xD4AE0, symSize: 0x50 } + - { offsetInCU: 0x1E1, offset: 0x182FE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyV9transformACySo13CATransform3DVGvgZSbAFSgcfU_', symObjAddr: 0xF8, symBinAddr: 0xD4330, symSize: 0x58 } + - { offsetInCU: 0x29F, offset: 0x18309E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV5colorACySo10CGColorRefaGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x150, symBinAddr: 0xD4388, symSize: 0x10C } + - { offsetInCU: 0x362, offset: 0x183161, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV7opacityACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x25C, symBinAddr: 0xD4494, symSize: 0x78 } + - { offsetInCU: 0x3A0, offset: 0x18319F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleXACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x2D4, symBinAddr: 0xD450C, symSize: 0x78 } + - { offsetInCU: 0x3DE, offset: 0x1831DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleYACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x34C, symBinAddr: 0xD4584, symSize: 0x78 } + - { offsetInCU: 0x41C, offset: 0x18321B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8rotationACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x3C4, symBinAddr: 0xD45FC, symSize: 0x88 } + - { offsetInCU: 0x45A, offset: 0x183259, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8positionACySo7CGPointVGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x44C, symBinAddr: 0xD4684, symSize: 0x70 } + - { offsetInCU: 0x563, offset: 0x183362, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV14gradientColorsACySaySo10CGColorRefaGGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x4BC, symBinAddr: 0xD46F4, symSize: 0x218 } + - { offsetInCU: 0x861, offset: 0x183660, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV17gradientLocationsACySay12CoreGraphics7CGFloatVGGvgZAHSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x6D4, symBinAddr: 0xD490C, symSize: 0x168 } + - { offsetInCU: 0xA11, offset: 0x183810, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV10floatValueyACy12CoreGraphics7CGFloatVGAA0C4NameOd_tFZAGSgyp_AA03AnyE8Provider_ptcfU_', symObjAddr: 0x83C, symBinAddr: 0xD4A74, symSize: 0x6C } + - { offsetInCU: 0xA70, offset: 0x18386F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwet', symObjAddr: 0x9C8, symBinAddr: 0xD4B30, symSize: 0x90 } + - { offsetInCU: 0xA84, offset: 0x183883, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwst', symObjAddr: 0xA58, symBinAddr: 0xD4BC0, symSize: 0xBC } + - { offsetInCU: 0xA98, offset: 0x183897, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwug', symObjAddr: 0xB14, symBinAddr: 0xD4C7C, symSize: 0x8 } + - { offsetInCU: 0xAAC, offset: 0x1838AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwup', symObjAddr: 0xB1C, symBinAddr: 0xD4C84, symSize: 0x4 } + - { offsetInCU: 0xAC0, offset: 0x1838BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwui', symObjAddr: 0xB20, symBinAddr: 0xD4C88, symSize: 0x8 } + - { offsetInCU: 0xAD4, offset: 0x1838D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOMa', symObjAddr: 0xB28, symBinAddr: 0xD4C90, symSize: 0x10 } + - { offsetInCU: 0xAE8, offset: 0x1838E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMi', symObjAddr: 0xB38, symBinAddr: 0xD4CA0, symSize: 0x8 } + - { offsetInCU: 0xAFC, offset: 0x1838FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwCP', symObjAddr: 0xB40, symBinAddr: 0xD4CA8, symSize: 0x3C } + - { offsetInCU: 0xB10, offset: 0x18390F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwxx', symObjAddr: 0xB7C, symBinAddr: 0xD4CE4, symSize: 0x28 } + - { offsetInCU: 0xB24, offset: 0x183923, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwcp', symObjAddr: 0xBA4, symBinAddr: 0xD4D0C, symSize: 0x3C } + - { offsetInCU: 0xB38, offset: 0x183937, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwca', symObjAddr: 0xBE0, symBinAddr: 0xD4D48, symSize: 0x5C } + - { offsetInCU: 0xB4C, offset: 0x18394B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwta', symObjAddr: 0xC50, symBinAddr: 0xD4DA4, symSize: 0x44 } + - { offsetInCU: 0xB60, offset: 0x18395F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwet', symObjAddr: 0xC94, symBinAddr: 0xD4DE8, symSize: 0x48 } + - { offsetInCU: 0xB74, offset: 0x183973, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwst', symObjAddr: 0xCDC, symBinAddr: 0xD4E30, symSize: 0x40 } + - { offsetInCU: 0xB88, offset: 0x183987, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMa', symObjAddr: 0xD1C, symBinAddr: 0xD4E70, symSize: 0xC } + - { offsetInCU: 0xB9C, offset: 0x18399B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0xD28, symBinAddr: 0xD4E7C, symSize: 0x4 } + - { offsetInCU: 0xBB0, offset: 0x1839AF, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGSayxGSlsWl', symObjAddr: 0xD2C, symBinAddr: 0xD4E80, symSize: 0x4C } + - { offsetInCU: 0xBC4, offset: 0x1839C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASQWb', symObjAddr: 0xDBC, symBinAddr: 0xD4ECC, symSize: 0x4 } + - { offsetInCU: 0xBD8, offset: 0x1839D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOACSQAAWl', symObjAddr: 0xDC0, symBinAddr: 0xD4ED0, symSize: 0x44 } + - { offsetInCU: 0xC09, offset: 0x183A08, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0xD4258, symSize: 0xC } + - { offsetInCU: 0xC43, offset: 0x183A42, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xD4264, symSize: 0xC } + - { offsetInCU: 0xC63, offset: 0x183A62, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xD4264, symSize: 0xC } + - { offsetInCU: 0xC77, offset: 0x183A76, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xD4264, symSize: 0xC } + - { offsetInCU: 0xC89, offset: 0x183A88, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x38, symBinAddr: 0xD4270, symSize: 0x8 } + - { offsetInCU: 0xCA5, offset: 0x183AA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x40, symBinAddr: 0xD4278, symSize: 0x8 } + - { offsetInCU: 0x4F, offset: 0x183DBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xD4F14, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x183DE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xD4F5C, symSize: 0x338 } + - { offsetInCU: 0xDC, offset: 0x183E48, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x380, symBinAddr: 0xD5294, symSize: 0x4D8 } + - { offsetInCU: 0x2FC, offset: 0x184068, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO8rawValueSSvg', symObjAddr: 0x858, symBinAddr: 0xD576C, symSize: 0x18 } + - { offsetInCU: 0x335, offset: 0x1840A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xAA4, symBinAddr: 0xD59B8, symSize: 0x18 } + - { offsetInCU: 0x363, offset: 0x1840CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xAA4, symBinAddr: 0xD59B8, symSize: 0x18 } + - { offsetInCU: 0x3B5, offset: 0x184121, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0xAE0, symBinAddr: 0xD59F4, symSize: 0x64 } + - { offsetInCU: 0x41B, offset: 0x184187, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0xB44, symBinAddr: 0xD5A58, symSize: 0x28 } + - { offsetInCU: 0x437, offset: 0x1841A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB6C, symBinAddr: 0xD5A80, symSize: 0x8 } + - { offsetInCU: 0x46D, offset: 0x1841D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB74, symBinAddr: 0xD5A88, symSize: 0x68 } + - { offsetInCU: 0x4F2, offset: 0x18425E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBDC, symBinAddr: 0xD5AF0, symSize: 0xC } + - { offsetInCU: 0x50E, offset: 0x18427A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBE8, symBinAddr: 0xD5AFC, symSize: 0xC } + - { offsetInCU: 0x52C, offset: 0x184298, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x870, symBinAddr: 0xD5784, symSize: 0x234 } + - { offsetInCU: 0x5A6, offset: 0x184312, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfD', symObjAddr: 0xC68, symBinAddr: 0xD5B7C, symSize: 0x3C } + - { offsetInCU: 0x67B, offset: 0x1843E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfE', symObjAddr: 0xC44, symBinAddr: 0xD5B58, symSize: 0x24 } + - { offsetInCU: 0x6D3, offset: 0x18443F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCMa', symObjAddr: 0xCA4, symBinAddr: 0xD5BB8, symSize: 0x20 } + - { offsetInCU: 0x6E7, offset: 0x184453, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs0C3KeyAAWl', symObjAddr: 0xD28, symBinAddr: 0xD5BD8, symSize: 0x44 } + - { offsetInCU: 0x6FB, offset: 0x184467, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwet', symObjAddr: 0x10E0, symBinAddr: 0xD5C80, symSize: 0x90 } + - { offsetInCU: 0x70F, offset: 0x18447B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwst', symObjAddr: 0x1170, symBinAddr: 0xD5D10, symSize: 0xBC } + - { offsetInCU: 0x723, offset: 0x18448F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwug', symObjAddr: 0x122C, symBinAddr: 0xD5DCC, symSize: 0x8 } + - { offsetInCU: 0x737, offset: 0x1844A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwup', symObjAddr: 0x1234, symBinAddr: 0xD5DD4, symSize: 0x4 } + - { offsetInCU: 0x74B, offset: 0x1844B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwui', symObjAddr: 0x1238, symBinAddr: 0xD5DD8, symSize: 0x8 } + - { offsetInCU: 0x75F, offset: 0x1844CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOMa', symObjAddr: 0x1240, symBinAddr: 0xD5DE0, symSize: 0x10 } + - { offsetInCU: 0x773, offset: 0x1844DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASQWb', symObjAddr: 0x1250, symBinAddr: 0xD5DF0, symSize: 0x4 } + - { offsetInCU: 0x787, offset: 0x1844F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFSQAAWl', symObjAddr: 0x1254, symBinAddr: 0xD5DF4, symSize: 0x44 } + - { offsetInCU: 0x79B, offset: 0x184507, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1298, symBinAddr: 0xD5E38, symSize: 0x4 } + - { offsetInCU: 0x7AF, offset: 0x18451B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x129C, symBinAddr: 0xD5E3C, symSize: 0x44 } + - { offsetInCU: 0x7C3, offset: 0x18452F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x12E0, symBinAddr: 0xD5E80, symSize: 0x4 } + - { offsetInCU: 0x7D7, offset: 0x184543, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x12E4, symBinAddr: 0xD5E84, symSize: 0x44 } + - { offsetInCU: 0x840, offset: 0x1845AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xABC, symBinAddr: 0xD59D0, symSize: 0xC } + - { offsetInCU: 0x85C, offset: 0x1845C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH9hashValueSivgTW', symObjAddr: 0xAC8, symBinAddr: 0xD59DC, symSize: 0x8 } + - { offsetInCU: 0x878, offset: 0x1845E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAD0, symBinAddr: 0xD59E4, symSize: 0x8 } + - { offsetInCU: 0x894, offset: 0x184600, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAD8, symBinAddr: 0xD59EC, symSize: 0x8 } + - { offsetInCU: 0x8B7, offset: 0x184623, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBF4, symBinAddr: 0xD5B08, symSize: 0x28 } + - { offsetInCU: 0x8D3, offset: 0x18463F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC1C, symBinAddr: 0xD5B30, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x184813, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xD5EC8, symSize: 0x78 } + - { offsetInCU: 0x5A, offset: 0x184842, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xD5EC8, symSize: 0x78 } + - { offsetInCU: 0xCC, offset: 0x1848B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfD', symObjAddr: 0x80, symBinAddr: 0xD5F48, symSize: 0x2C } + - { offsetInCU: 0x144, offset: 0x18492C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xCC, symBinAddr: 0xD5F94, symSize: 0xC } + - { offsetInCU: 0x176, offset: 0x18495E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0xD8, symBinAddr: 0xD5FA0, symSize: 0x20 } + - { offsetInCU: 0x192, offset: 0x18497A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xF8, symBinAddr: 0xD5FC0, symSize: 0x4 } + - { offsetInCU: 0x1AE, offset: 0x184996, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xFC, symBinAddr: 0xD5FC4, symSize: 0x4 } + - { offsetInCU: 0x1CB, offset: 0x1849B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfE', symObjAddr: 0x78, symBinAddr: 0xD5F40, symSize: 0x8 } + - { offsetInCU: 0x223, offset: 0x184A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCMa', symObjAddr: 0xAC, symBinAddr: 0xD5F74, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x184BB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xD5FD0, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x184BD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xD6018, symSize: 0xA28 } + - { offsetInCU: 0x1C9, offset: 0x184D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xA70, symBinAddr: 0xD6A40, symSize: 0xF54 } + - { offsetInCU: 0x6B1, offset: 0x185214, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x19C4, symBinAddr: 0xD7994, symSize: 0x20 } + - { offsetInCU: 0x6EA, offset: 0x18524D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E84, symBinAddr: 0xD7E54, symSize: 0x20 } + - { offsetInCU: 0x718, offset: 0x18527B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E84, symBinAddr: 0xD7E54, symSize: 0x20 } + - { offsetInCU: 0x76C, offset: 0x1852CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x1EE8, symBinAddr: 0xD7EB8, symSize: 0x64 } + - { offsetInCU: 0x7D2, offset: 0x185335, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1F4C, symBinAddr: 0xD7F1C, symSize: 0x28 } + - { offsetInCU: 0x7EE, offset: 0x185351, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1F74, symBinAddr: 0xD7F44, symSize: 0x8 } + - { offsetInCU: 0x824, offset: 0x185387, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1F7C, symBinAddr: 0xD7F4C, symSize: 0x68 } + - { offsetInCU: 0x8A9, offset: 0x18540C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1FE4, symBinAddr: 0xD7FB4, symSize: 0xC } + - { offsetInCU: 0x8C5, offset: 0x185428, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1FF0, symBinAddr: 0xD7FC0, symSize: 0xC } + - { offsetInCU: 0x8EE, offset: 0x185451, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x19E4, symBinAddr: 0xD79B4, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0x18548A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1EA4, symBinAddr: 0xD7E74, symSize: 0x20 } + - { offsetInCU: 0x955, offset: 0x1854B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1EA4, symBinAddr: 0xD7E74, symSize: 0x20 } + - { offsetInCU: 0x98F, offset: 0x1854F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x20E4, symBinAddr: 0xD80B4, symSize: 0x44 } + - { offsetInCU: 0x9D5, offset: 0x185538, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2128, symBinAddr: 0xD80F8, symSize: 0x28 } + - { offsetInCU: 0x9F1, offset: 0x185554, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2150, symBinAddr: 0xD8120, symSize: 0x8 } + - { offsetInCU: 0xA27, offset: 0x18558A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2158, symBinAddr: 0xD8128, symSize: 0x3C } + - { offsetInCU: 0xA8C, offset: 0x1855EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2194, symBinAddr: 0xD8164, symSize: 0xC } + - { offsetInCU: 0xAA8, offset: 0x18560B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x21A0, symBinAddr: 0xD8170, symSize: 0xC } + - { offsetInCU: 0xAC4, offset: 0x185627, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2B58, symBinAddr: 0xD883C, symSize: 0x50 } + - { offsetInCU: 0xAF1, offset: 0x185654, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1A04, symBinAddr: 0xD79D4, symSize: 0x480 } + - { offsetInCU: 0xB64, offset: 0x1856C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfd', symObjAddr: 0x2258, symBinAddr: 0xD8228, symSize: 0x6C } + - { offsetInCU: 0xBAF, offset: 0x185712, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfD', symObjAddr: 0x22C4, symBinAddr: 0xD8294, symSize: 0x1C } + - { offsetInCU: 0xC50, offset: 0x1857B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfE', symObjAddr: 0x21FC, symBinAddr: 0xD81CC, symSize: 0x5C } + - { offsetInCU: 0xCA8, offset: 0x18580B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCMa', symObjAddr: 0x22E0, symBinAddr: 0xD82B0, symSize: 0x20 } + - { offsetInCU: 0xCBC, offset: 0x18581F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs0C3KeyAAWl', symObjAddr: 0x2364, symBinAddr: 0xD82D0, symSize: 0x44 } + - { offsetInCU: 0xCD0, offset: 0x185833, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs9CodingKeyAAWl', symObjAddr: 0x2430, symBinAddr: 0xD8314, symSize: 0x44 } + - { offsetInCU: 0xCE4, offset: 0x185847, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x26D8, symBinAddr: 0xD83BC, symSize: 0x90 } + - { offsetInCU: 0xCF8, offset: 0x18585B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x2768, symBinAddr: 0xD844C, symSize: 0xBC } + - { offsetInCU: 0xD0C, offset: 0x18586F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwug', symObjAddr: 0x2824, symBinAddr: 0xD8508, symSize: 0x8 } + - { offsetInCU: 0xD20, offset: 0x185883, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x282C, symBinAddr: 0xD8510, symSize: 0x4 } + - { offsetInCU: 0xD34, offset: 0x185897, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwui', symObjAddr: 0x2830, symBinAddr: 0xD8514, symSize: 0x8 } + - { offsetInCU: 0xD48, offset: 0x1858AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x2838, symBinAddr: 0xD851C, symSize: 0x10 } + - { offsetInCU: 0xD5C, offset: 0x1858BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x2848, symBinAddr: 0xD852C, symSize: 0x90 } + - { offsetInCU: 0xD70, offset: 0x1858D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x28D8, symBinAddr: 0xD85BC, symSize: 0xBC } + - { offsetInCU: 0xD84, offset: 0x1858E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x2994, symBinAddr: 0xD8678, symSize: 0x4 } + - { offsetInCU: 0xD98, offset: 0x1858FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x2998, symBinAddr: 0xD867C, symSize: 0x10 } + - { offsetInCU: 0xDAC, offset: 0x18590F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x29A8, symBinAddr: 0xD868C, symSize: 0x4 } + - { offsetInCU: 0xDC0, offset: 0x185923, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x29AC, symBinAddr: 0xD8690, symSize: 0x44 } + - { offsetInCU: 0xDD4, offset: 0x185937, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x29F0, symBinAddr: 0xD86D4, symSize: 0x4 } + - { offsetInCU: 0xDE8, offset: 0x18594B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x29F4, symBinAddr: 0xD86D8, symSize: 0x44 } + - { offsetInCU: 0xDFC, offset: 0x18595F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2A38, symBinAddr: 0xD871C, symSize: 0x4 } + - { offsetInCU: 0xE10, offset: 0x185973, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2A3C, symBinAddr: 0xD8720, symSize: 0x44 } + - { offsetInCU: 0xE24, offset: 0x185987, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2A80, symBinAddr: 0xD8764, symSize: 0x4 } + - { offsetInCU: 0xE38, offset: 0x18599B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2A84, symBinAddr: 0xD8768, symSize: 0x44 } + - { offsetInCU: 0xE4C, offset: 0x1859AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2AC8, symBinAddr: 0xD87AC, symSize: 0x4 } + - { offsetInCU: 0xE60, offset: 0x1859C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2ACC, symBinAddr: 0xD87B0, symSize: 0x44 } + - { offsetInCU: 0xE74, offset: 0x1859D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2B10, symBinAddr: 0xD87F4, symSize: 0x4 } + - { offsetInCU: 0xE88, offset: 0x1859EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2B14, symBinAddr: 0xD87F8, symSize: 0x44 } + - { offsetInCU: 0xEF1, offset: 0x185A54, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1EC4, symBinAddr: 0xD7E94, symSize: 0xC } + - { offsetInCU: 0xF0D, offset: 0x185A70, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x1ED0, symBinAddr: 0xD7EA0, symSize: 0x8 } + - { offsetInCU: 0xF29, offset: 0x185A8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1ED8, symBinAddr: 0xD7EA8, symSize: 0x8 } + - { offsetInCU: 0xF45, offset: 0x185AA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1EE0, symBinAddr: 0xD7EB0, symSize: 0x8 } + - { offsetInCU: 0xF68, offset: 0x185ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1FFC, symBinAddr: 0xD7FCC, symSize: 0x28 } + - { offsetInCU: 0xF84, offset: 0x185AE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2024, symBinAddr: 0xD7FF4, symSize: 0x28 } + - { offsetInCU: 0xFA0, offset: 0x185B03, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x204C, symBinAddr: 0xD801C, symSize: 0xC } + - { offsetInCU: 0xFF8, offset: 0x185B5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x2058, symBinAddr: 0xD8028, symSize: 0x44 } + - { offsetInCU: 0x1060, offset: 0x185BC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x209C, symBinAddr: 0xD806C, symSize: 0x8 } + - { offsetInCU: 0x1074, offset: 0x185BD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x20A4, symBinAddr: 0xD8074, symSize: 0x40 } + - { offsetInCU: 0x10B1, offset: 0x185C14, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x21AC, symBinAddr: 0xD817C, symSize: 0x28 } + - { offsetInCU: 0x10CD, offset: 0x185C30, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x21D4, symBinAddr: 0xD81A4, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x185E3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0xD8894, symSize: 0x504 } + - { offsetInCU: 0xE2, offset: 0x185EF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0xD8894, symSize: 0x504 } + - { offsetInCU: 0x2F1, offset: 0x186108, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVSgWOb', symObjAddr: 0x5B8, symBinAddr: 0xD8DB8, symSize: 0x48 } + - { offsetInCU: 0x305, offset: 0x18611C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x650, symBinAddr: 0xD8E10, symSize: 0x6A4 } + - { offsetInCU: 0x27, offset: 0x18658F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xD94D4, symSize: 0x2C } + - { offsetInCU: 0x4B, offset: 0x1865B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvpZ', symObjAddr: 0x1490, symBinAddr: 0x1EECD8, symSize: 0x0 } + - { offsetInCU: 0x65, offset: 0x1865CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvgZ', symObjAddr: 0x7C0, symBinAddr: 0xD9C94, symSize: 0x74 } + - { offsetInCU: 0x9D, offset: 0x186605, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0OtcfC', symObjAddr: 0x834, symBinAddr: 0xD9D08, symSize: 0x20 } + - { offsetInCU: 0x116, offset: 0x18667E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvsZ', symObjAddr: 0x94C, symBinAddr: 0xD9DEC, symSize: 0x84 } + - { offsetInCU: 0x15E, offset: 0x1866C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ', symObjAddr: 0xA30, symBinAddr: 0xD9E70, symSize: 0x6C } + - { offsetInCU: 0x196, offset: 0x1866FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ.resume.0', symObjAddr: 0xA9C, symBinAddr: 0xD9EDC, symSize: 0x4 } + - { offsetInCU: 0x1C1, offset: 0x186729, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg', symObjAddr: 0xAA0, symBinAddr: 0xD9EE0, symSize: 0xC } + - { offsetInCU: 0x1EF, offset: 0x186757, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs', symObjAddr: 0xAAC, symBinAddr: 0xD9EEC, symSize: 0xC } + - { offsetInCU: 0x22D, offset: 0x186795, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM', symObjAddr: 0xAB8, symBinAddr: 0xD9EF8, symSize: 0x10 } + - { offsetInCU: 0x24B, offset: 0x1867B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM.resume.0', symObjAddr: 0xAC8, symBinAddr: 0xD9F08, symSize: 0x4 } + - { offsetInCU: 0x276, offset: 0x1867DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg', symObjAddr: 0xACC, symBinAddr: 0xD9F0C, symSize: 0xC } + - { offsetInCU: 0x2A4, offset: 0x18680C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs', symObjAddr: 0xAD8, symBinAddr: 0xD9F18, symSize: 0xC } + - { offsetInCU: 0x2DE, offset: 0x186846, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM', symObjAddr: 0xAE4, symBinAddr: 0xD9F24, symSize: 0x10 } + - { offsetInCU: 0x30C, offset: 0x186874, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM.resume.0', symObjAddr: 0xAF4, symBinAddr: 0xD9F34, symSize: 0x4 } + - { offsetInCU: 0x337, offset: 0x18689F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg', symObjAddr: 0xAF8, symBinAddr: 0xD9F38, symSize: 0xC } + - { offsetInCU: 0x365, offset: 0x1868CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs', symObjAddr: 0xB40, symBinAddr: 0xD9F44, symSize: 0x8 } + - { offsetInCU: 0x3A2, offset: 0x18690A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM', symObjAddr: 0xB84, symBinAddr: 0xD9F4C, symSize: 0x10 } + - { offsetInCU: 0x3D0, offset: 0x186938, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM.resume.0', symObjAddr: 0xB94, symBinAddr: 0xD9F5C, symSize: 0x4 } + - { offsetInCU: 0x3FB, offset: 0x186963, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg', symObjAddr: 0xB98, symBinAddr: 0xD9F60, symSize: 0x8 } + - { offsetInCU: 0x429, offset: 0x186991, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs', symObjAddr: 0xBA0, symBinAddr: 0xD9F68, symSize: 0x28 } + - { offsetInCU: 0x468, offset: 0x1869D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM', symObjAddr: 0xBC8, symBinAddr: 0xD9F90, symSize: 0x10 } + - { offsetInCU: 0x496, offset: 0x1869FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM.resume.0', symObjAddr: 0xBD8, symBinAddr: 0xD9FA0, symSize: 0x4 } + - { offsetInCU: 0x4C1, offset: 0x186A29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF', symObjAddr: 0xBDC, symBinAddr: 0xD9FA4, symSize: 0x150 } + - { offsetInCU: 0x725, offset: 0x186C8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ', symObjAddr: 0xD2C, symBinAddr: 0xDA0F4, symSize: 0x4 } + - { offsetInCU: 0x748, offset: 0x186CB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV9hashValueSivg', symObjAddr: 0xD30, symBinAddr: 0xDA0F8, symSize: 0x3C } + - { offsetInCU: 0x7D4, offset: 0x186D3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH9hashValueSivgTW', symObjAddr: 0xD6C, symBinAddr: 0xDA134, symSize: 0x3C } + - { offsetInCU: 0x863, offset: 0x186DCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDA8, symBinAddr: 0xDA170, symSize: 0x4 } + - { offsetInCU: 0x886, offset: 0x186DEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDE4, symBinAddr: 0xDA1AC, symSize: 0x4 } + - { offsetInCU: 0x8A6, offset: 0x186E0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDE4, symBinAddr: 0xDA1AC, symSize: 0x4 } + - { offsetInCU: 0x8B7, offset: 0x186E1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0xE84, symBinAddr: 0xDA1F8, symSize: 0x160 } + - { offsetInCU: 0x1109, offset: 0x187671, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6shared_WZ', symObjAddr: 0x854, symBinAddr: 0xD9D28, symSize: 0x88 } + - { offsetInCU: 0x11B9, offset: 0x187721, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOb', symObjAddr: 0x910, symBinAddr: 0xD9DB0, symSize: 0x3C } + - { offsetInCU: 0x1285, offset: 0x1877ED, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0xE3C, symBinAddr: 0xDA1B0, symSize: 0x48 } + - { offsetInCU: 0x12BE, offset: 0x187826, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASQWb', symObjAddr: 0xFE4, symBinAddr: 0xDA358, symSize: 0x4 } + - { offsetInCU: 0x12D2, offset: 0x18783A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVACSQAAWl', symObjAddr: 0xFE8, symBinAddr: 0xDA35C, symSize: 0x44 } + - { offsetInCU: 0x12E6, offset: 0x18784E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwCP', symObjAddr: 0x102C, symBinAddr: 0xDA3A0, symSize: 0x30 } + - { offsetInCU: 0x12FA, offset: 0x187862, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwxx', symObjAddr: 0x105C, symBinAddr: 0xDA3D0, symSize: 0x3C } + - { offsetInCU: 0x130E, offset: 0x187876, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwcp', symObjAddr: 0x1098, symBinAddr: 0xDA40C, symSize: 0xB0 } + - { offsetInCU: 0x1322, offset: 0x18788A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwca', symObjAddr: 0x1148, symBinAddr: 0xDA4BC, symSize: 0xEC } + - { offsetInCU: 0x1336, offset: 0x18789E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwta', symObjAddr: 0x1294, symBinAddr: 0xDA5A8, symSize: 0x84 } + - { offsetInCU: 0x134A, offset: 0x1878B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwet', symObjAddr: 0x1318, symBinAddr: 0xDA62C, symSize: 0x48 } + - { offsetInCU: 0x135E, offset: 0x1878C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwst', symObjAddr: 0x1360, symBinAddr: 0xDA674, symSize: 0x58 } + - { offsetInCU: 0x1372, offset: 0x1878DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVMa', symObjAddr: 0x13B8, symBinAddr: 0xDA6CC, symSize: 0x10 } + - { offsetInCU: 0x1397, offset: 0x1878FF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xD94D4, symSize: 0x2C } + - { offsetInCU: 0x13FA, offset: 0x187962, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x2C, symBinAddr: 0xD9500, symSize: 0x2C } + - { offsetInCU: 0x145D, offset: 0x1879C5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x58, symBinAddr: 0xD952C, symSize: 0x2C } + - { offsetInCU: 0x14C0, offset: 0x187A28, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x84, symBinAddr: 0xD9558, symSize: 0x40 } + - { offsetInCU: 0x1525, offset: 0x187A8D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0xC4, symBinAddr: 0xD9598, symSize: 0x40 } + - { offsetInCU: 0x158A, offset: 0x187AF2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x104, symBinAddr: 0xD95D8, symSize: 0x2C } + - { offsetInCU: 0x15ED, offset: 0x187B55, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x130, symBinAddr: 0xD9604, symSize: 0x2C } + - { offsetInCU: 0x1650, offset: 0x187BB8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x15C, symBinAddr: 0xD9630, symSize: 0x40 } + - { offsetInCU: 0x16B5, offset: 0x187C1D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x19C, symBinAddr: 0xD9670, symSize: 0x2C } + - { offsetInCU: 0x1718, offset: 0x187C80, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1C8, symBinAddr: 0xD969C, symSize: 0x40 } + - { offsetInCU: 0x1749, offset: 0x187CB1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x208, symBinAddr: 0xD96DC, symSize: 0x40 } + - { offsetInCU: 0x17AE, offset: 0x187D16, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x248, symBinAddr: 0xD971C, symSize: 0x2C } + - { offsetInCU: 0x1811, offset: 0x187D79, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x274, symBinAddr: 0xD9748, symSize: 0x40 } + - { offsetInCU: 0x1876, offset: 0x187DDE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x2B4, symBinAddr: 0xD9788, symSize: 0x40 } + - { offsetInCU: 0x18DB, offset: 0x187E43, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x2F4, symBinAddr: 0xD97C8, symSize: 0x40 } + - { offsetInCU: 0x1940, offset: 0x187EA8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x334, symBinAddr: 0xD9808, symSize: 0x2C } + - { offsetInCU: 0x19A3, offset: 0x187F0B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x360, symBinAddr: 0xD9834, symSize: 0x94 } + - { offsetInCU: 0x19E9, offset: 0x187F51, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x3F4, symBinAddr: 0xD98C8, symSize: 0x40 } + - { offsetInCU: 0x1A4E, offset: 0x187FB6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x434, symBinAddr: 0xD9908, symSize: 0x2C } + - { offsetInCU: 0x1AB1, offset: 0x188019, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x460, symBinAddr: 0xD9934, symSize: 0x6C } + - { offsetInCU: 0x1AE2, offset: 0x18804A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x4CC, symBinAddr: 0xD99A0, symSize: 0x2C } + - { offsetInCU: 0x1B45, offset: 0x1880AD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x4F8, symBinAddr: 0xD99CC, symSize: 0x2C } + - { offsetInCU: 0x1BA8, offset: 0x188110, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x524, symBinAddr: 0xD99F8, symSize: 0x2C } + - { offsetInCU: 0x1BD9, offset: 0x188141, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x550, symBinAddr: 0xD9A24, symSize: 0x40 } + - { offsetInCU: 0x1C3E, offset: 0x1881A6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x590, symBinAddr: 0xD9A64, symSize: 0x2C } + - { offsetInCU: 0x1CA1, offset: 0x188209, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0x5BC, symBinAddr: 0xD9A90, symSize: 0x40 } + - { offsetInCU: 0x1D06, offset: 0x18826E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x5FC, symBinAddr: 0xD9AD0, symSize: 0x2C } + - { offsetInCU: 0x1D69, offset: 0x1882D1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC0G8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x628, symBinAddr: 0xD9AFC, symSize: 0x2C } + - { offsetInCU: 0x1D9A, offset: 0x188302, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x654, symBinAddr: 0xD9B28, symSize: 0x2C } + - { offsetInCU: 0x1DFD, offset: 0x188365, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x680, symBinAddr: 0xD9B54, symSize: 0x2C } + - { offsetInCU: 0x1E2E, offset: 0x188396, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0x6AC, symBinAddr: 0xD9B80, symSize: 0x2C } + - { offsetInCU: 0x1E5F, offset: 0x1883C7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x6D8, symBinAddr: 0xD9BAC, symSize: 0x2C } + - { offsetInCU: 0x1E90, offset: 0x1883F8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x704, symBinAddr: 0xD9BD8, symSize: 0x2C } + - { offsetInCU: 0x1EF3, offset: 0x18845B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x730, symBinAddr: 0xD9C04, symSize: 0x2C } + - { offsetInCU: 0x1F56, offset: 0x1884BE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x75C, symBinAddr: 0xD9C30, symSize: 0x28 } + - { offsetInCU: 0x1F87, offset: 0x1884EF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0x784, symBinAddr: 0xD9C58, symSize: 0x3C } + - { offsetInCU: 0x2088, offset: 0x1885F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDAC, symBinAddr: 0xDA174, symSize: 0x38 } + - { offsetInCU: 0x20E4, offset: 0x18864C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x13C8, symBinAddr: 0xDA6DC, symSize: 0x14 } + - { offsetInCU: 0x2104, offset: 0x18866C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x13C8, symBinAddr: 0xDA6DC, symSize: 0x14 } + - { offsetInCU: 0x2115, offset: 0x18867D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x13DC, symBinAddr: 0xDA6F0, symSize: 0xC } + - { offsetInCU: 0x2135, offset: 0x18869D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x13DC, symBinAddr: 0xDA6F0, symSize: 0xC } + - { offsetInCU: 0x2146, offset: 0x1886AE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x13E8, symBinAddr: 0xDA6FC, symSize: 0xC } + - { offsetInCU: 0x2166, offset: 0x1886CE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x13E8, symBinAddr: 0xDA6FC, symSize: 0xC } + - { offsetInCU: 0x2177, offset: 0x1886DF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x13F4, symBinAddr: 0xDA708, symSize: 0xC } + - { offsetInCU: 0x2197, offset: 0x1886FF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x13F4, symBinAddr: 0xDA708, symSize: 0xC } + - { offsetInCU: 0x21A8, offset: 0x188710, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x1400, symBinAddr: 0xDA714, symSize: 0x14 } + - { offsetInCU: 0x21C8, offset: 0x188730, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x1400, symBinAddr: 0xDA714, symSize: 0x14 } + - { offsetInCU: 0x21D9, offset: 0x188741, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1414, symBinAddr: 0xDA728, symSize: 0x14 } + - { offsetInCU: 0x21F9, offset: 0x188761, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1414, symBinAddr: 0xDA728, symSize: 0x14 } + - { offsetInCU: 0x220A, offset: 0x188772, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1428, symBinAddr: 0xDA73C, symSize: 0xC } + - { offsetInCU: 0x222A, offset: 0x188792, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1428, symBinAddr: 0xDA73C, symSize: 0xC } + - { offsetInCU: 0x223B, offset: 0x1887A3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1434, symBinAddr: 0xDA748, symSize: 0xC } + - { offsetInCU: 0x225B, offset: 0x1887C3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1434, symBinAddr: 0xDA748, symSize: 0xC } + - { offsetInCU: 0x226C, offset: 0x1887D4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1440, symBinAddr: 0xDA754, symSize: 0xC } + - { offsetInCU: 0x228C, offset: 0x1887F4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1440, symBinAddr: 0xDA754, symSize: 0xC } + - { offsetInCU: 0x229D, offset: 0x188805, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x144C, symBinAddr: 0xDA760, symSize: 0x14 } + - { offsetInCU: 0x22BD, offset: 0x188825, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x144C, symBinAddr: 0xDA760, symSize: 0x14 } + - { offsetInCU: 0x22CE, offset: 0x188836, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x1460, symBinAddr: 0xDA774, symSize: 0xC } + - { offsetInCU: 0x22EE, offset: 0x188856, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x1460, symBinAddr: 0xDA774, symSize: 0xC } + - { offsetInCU: 0x22FF, offset: 0x188867, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x146C, symBinAddr: 0xDA780, symSize: 0xC } + - { offsetInCU: 0x231F, offset: 0x188887, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x146C, symBinAddr: 0xDA780, symSize: 0xC } + - { offsetInCU: 0x2330, offset: 0x188898, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1478, symBinAddr: 0xDA78C, symSize: 0x10 } + - { offsetInCU: 0x2350, offset: 0x1888B8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1478, symBinAddr: 0xDA78C, symSize: 0x10 } + - { offsetInCU: 0x7F, offset: 0x188B42, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xDA860, symSize: 0x18 } + - { offsetInCU: 0xB0, offset: 0x188B73, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0xDA878, symSize: 0xC } + - { offsetInCU: 0xD9, offset: 0x188B9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0xDA92C, symSize: 0x48 } + - { offsetInCU: 0xFE, offset: 0x188BC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0xDA974, symSize: 0x2F8 } + - { offsetInCU: 0x166, offset: 0x188C29, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4CC, symBinAddr: 0xDAC6C, symSize: 0x3AC } + - { offsetInCU: 0x2FC, offset: 0x188DBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO8rawValueSSvg', symObjAddr: 0x878, symBinAddr: 0xDB018, symSize: 0x18 } + - { offsetInCU: 0x335, offset: 0x188DF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xA88, symBinAddr: 0xDB228, symSize: 0x18 } + - { offsetInCU: 0x363, offset: 0x188E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xA88, symBinAddr: 0xDB228, symSize: 0x18 } + - { offsetInCU: 0x3B5, offset: 0x188E78, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xAC4, symBinAddr: 0xDB264, symSize: 0x64 } + - { offsetInCU: 0x41B, offset: 0x188EDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xB28, symBinAddr: 0xDB2C8, symSize: 0x28 } + - { offsetInCU: 0x437, offset: 0x188EFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB50, symBinAddr: 0xDB2F0, symSize: 0x8 } + - { offsetInCU: 0x46D, offset: 0x188F30, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB58, symBinAddr: 0xDB2F8, symSize: 0x68 } + - { offsetInCU: 0x4F2, offset: 0x188FB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBC0, symBinAddr: 0xDB360, symSize: 0xC } + - { offsetInCU: 0x50E, offset: 0x188FD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBCC, symBinAddr: 0xDB36C, symSize: 0xC } + - { offsetInCU: 0x52C, offset: 0x188FEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x890, symBinAddr: 0xDB030, symSize: 0x1F8 } + - { offsetInCU: 0x5A6, offset: 0x189069, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfD', symObjAddr: 0xC44, symBinAddr: 0xDB3E4, symSize: 0x34 } + - { offsetInCU: 0x616, offset: 0x1890D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xD0C, symBinAddr: 0xDB49C, symSize: 0xC } + - { offsetInCU: 0x6BC, offset: 0x18917F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfE', symObjAddr: 0xC28, symBinAddr: 0xDB3C8, symSize: 0x1C } + - { offsetInCU: 0x714, offset: 0x1891D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCMa', symObjAddr: 0xC78, symBinAddr: 0xDB418, symSize: 0x20 } + - { offsetInCU: 0x728, offset: 0x1891EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOwup', symObjAddr: 0xCB0, symBinAddr: 0xDB440, symSize: 0x4 } + - { offsetInCU: 0x73C, offset: 0x1891FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOMa', symObjAddr: 0xCB4, symBinAddr: 0xDB444, symSize: 0x10 } + - { offsetInCU: 0x750, offset: 0x189213, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASQWb', symObjAddr: 0xCC4, symBinAddr: 0xDB454, symSize: 0x4 } + - { offsetInCU: 0x764, offset: 0x189227, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSQAAWl', symObjAddr: 0xCC8, symBinAddr: 0xDB458, symSize: 0x44 } + - { offsetInCU: 0x778, offset: 0x18923B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSYAAWl', symObjAddr: 0xD18, symBinAddr: 0xDB4A8, symSize: 0x44 } + - { offsetInCU: 0x78C, offset: 0x18924F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs0C3KeyAAWl', symObjAddr: 0xDC0, symBinAddr: 0xDB4EC, symSize: 0x44 } + - { offsetInCU: 0x7A0, offset: 0x189263, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSEAAWl', symObjAddr: 0xED0, symBinAddr: 0xDB530, symSize: 0x44 } + - { offsetInCU: 0x7B4, offset: 0x189277, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSeAAWl', symObjAddr: 0x1020, symBinAddr: 0xDB5D8, symSize: 0x44 } + - { offsetInCU: 0x7C8, offset: 0x18928B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwug', symObjAddr: 0x12BC, symBinAddr: 0xDB770, symSize: 0x8 } + - { offsetInCU: 0x7DC, offset: 0x18929F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwup', symObjAddr: 0x12C4, symBinAddr: 0xDB778, symSize: 0x4 } + - { offsetInCU: 0x7F0, offset: 0x1892B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwui', symObjAddr: 0x12C8, symBinAddr: 0xDB77C, symSize: 0x8 } + - { offsetInCU: 0x804, offset: 0x1892C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOMa', symObjAddr: 0x12D0, symBinAddr: 0xDB784, symSize: 0x10 } + - { offsetInCU: 0x818, offset: 0x1892DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASQWb', symObjAddr: 0x12E0, symBinAddr: 0xDB794, symSize: 0x4 } + - { offsetInCU: 0x82C, offset: 0x1892EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFSQAAWl', symObjAddr: 0x12E4, symBinAddr: 0xDB798, symSize: 0x44 } + - { offsetInCU: 0x840, offset: 0x189303, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1328, symBinAddr: 0xDB7DC, symSize: 0x4 } + - { offsetInCU: 0x854, offset: 0x189317, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x132C, symBinAddr: 0xDB7E0, symSize: 0x44 } + - { offsetInCU: 0x868, offset: 0x18932B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1370, symBinAddr: 0xDB824, symSize: 0x4 } + - { offsetInCU: 0x87C, offset: 0x18933F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1374, symBinAddr: 0xDB828, symSize: 0x44 } + - { offsetInCU: 0x8B0, offset: 0x189373, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xDA7A0, symSize: 0x14 } + - { offsetInCU: 0x941, offset: 0x189404, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xDA7B4, symSize: 0x44 } + - { offsetInCU: 0x9F0, offset: 0x1894B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xDA7F8, symSize: 0x28 } + - { offsetInCU: 0xA43, offset: 0x189506, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xDA820, symSize: 0x40 } + - { offsetInCU: 0xAC7, offset: 0x18958A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0xDA884, symSize: 0x5C } + - { offsetInCU: 0xAEA, offset: 0x1895AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xDA8E0, symSize: 0x4C } + - { offsetInCU: 0xB51, offset: 0x189614, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAA0, symBinAddr: 0xDB240, symSize: 0xC } + - { offsetInCU: 0xB6D, offset: 0x189630, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0xAAC, symBinAddr: 0xDB24C, symSize: 0x8 } + - { offsetInCU: 0xB89, offset: 0x18964C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAB4, symBinAddr: 0xDB254, symSize: 0x8 } + - { offsetInCU: 0xBA5, offset: 0x189668, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xABC, symBinAddr: 0xDB25C, symSize: 0x8 } + - { offsetInCU: 0xBC8, offset: 0x18968B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBD8, symBinAddr: 0xDB378, symSize: 0x28 } + - { offsetInCU: 0xBE4, offset: 0x1896A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC00, symBinAddr: 0xDB3A0, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x189877, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x30, symBinAddr: 0xDB8A4, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x18988F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x30, symBinAddr: 0xDB8A4, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x1898A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwet', symObjAddr: 0x70, symBinAddr: 0xDB8D4, symSize: 0x20 } + - { offsetInCU: 0x67, offset: 0x1898B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwst', symObjAddr: 0x90, symBinAddr: 0xDB8F4, symSize: 0x2C } + - { offsetInCU: 0x7B, offset: 0x1898CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwug', symObjAddr: 0xBC, symBinAddr: 0xDB920, symSize: 0x8 } + - { offsetInCU: 0x8F, offset: 0x1898DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwup', symObjAddr: 0xC4, symBinAddr: 0xDB928, symSize: 0x4 } + - { offsetInCU: 0xA3, offset: 0x1898F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwui', symObjAddr: 0xC8, symBinAddr: 0xDB92C, symSize: 0x4 } + - { offsetInCU: 0xB7, offset: 0x189907, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOMa', symObjAddr: 0xCC, symBinAddr: 0xDB930, symSize: 0x10 } + - { offsetInCU: 0xDC, offset: 0x18992C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0xDC, symBinAddr: 0xDB940, symSize: 0x4 } + - { offsetInCU: 0xF8, offset: 0x189948, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0xE0, symBinAddr: 0xDB944, symSize: 0x4 } + - { offsetInCU: 0x114, offset: 0x189964, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0xE4, symBinAddr: 0xDB948, symSize: 0x4 } + - { offsetInCU: 0x130, offset: 0x189980, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE8, symBinAddr: 0xDB94C, symSize: 0x4 } + - { offsetInCU: 0xED, offset: 0x189B9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF', symObjAddr: 0x330, symBinAddr: 0xDBC98, symSize: 0x32C } + - { offsetInCU: 0x36D, offset: 0x189E1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ', symObjAddr: 0x65C, symBinAddr: 0xDBFC4, symSize: 0x4 } + - { offsetInCU: 0x381, offset: 0x189E2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x678, symBinAddr: 0xDBFE0, symSize: 0x4 } + - { offsetInCU: 0x3A4, offset: 0x189E52, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x688, symBinAddr: 0xDBFF0, symSize: 0x4 } + - { offsetInCU: 0x3C4, offset: 0x189E72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x688, symBinAddr: 0xDBFF0, symSize: 0x4 } + - { offsetInCU: 0x3E4, offset: 0x189E92, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0xDA8, symBinAddr: 0xDC710, symSize: 0x868 } + - { offsetInCU: 0x478, offset: 0x189F26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF', symObjAddr: 0x178, symBinAddr: 0xDBAE0, symSize: 0xA8 } + - { offsetInCU: 0x59A, offset: 0x18A048, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ', symObjAddr: 0x220, symBinAddr: 0xDBB88, symSize: 0x4 } + - { offsetInCU: 0x5BD, offset: 0x18A06B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg', symObjAddr: 0x23C, symBinAddr: 0xDBBA4, symSize: 0x50 } + - { offsetInCU: 0x649, offset: 0x18A0F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH9hashValueSivgTW', symObjAddr: 0x28C, symBinAddr: 0xDBBF4, symSize: 0x50 } + - { offsetInCU: 0x6D8, offset: 0x18A186, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2DC, symBinAddr: 0xDBC44, symSize: 0x4 } + - { offsetInCU: 0x6FB, offset: 0x18A1A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x32C, symBinAddr: 0xDBC94, symSize: 0x4 } + - { offsetInCU: 0x71B, offset: 0x18A1C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x32C, symBinAddr: 0xDBC94, symSize: 0x4 } + - { offsetInCU: 0x72C, offset: 0x18A1DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x1610, symBinAddr: 0xDCF78, symSize: 0x1E0 } + - { offsetInCU: 0x7A3, offset: 0x18A251, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x68C, symBinAddr: 0xDBFF4, symSize: 0x3C0 } + - { offsetInCU: 0xA75, offset: 0x18A523, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ', symObjAddr: 0xA4C, symBinAddr: 0xDC3B4, symSize: 0x4 } + - { offsetInCU: 0xA89, offset: 0x18A537, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB20, symBinAddr: 0xDC488, symSize: 0x4 } + - { offsetInCU: 0xAB4, offset: 0x18A562, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB88, symBinAddr: 0xDC4F0, symSize: 0x4 } + - { offsetInCU: 0xAD4, offset: 0x18A582, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB88, symBinAddr: 0xDC4F0, symSize: 0x4 } + - { offsetInCU: 0xAE5, offset: 0x18A593, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x18E8, symBinAddr: 0xDD158, symSize: 0xBD0 } + - { offsetInCU: 0xBD5, offset: 0x18A683, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO04loopC0yAcA0a4LoopC0OF', symObjAddr: 0x0, symBinAddr: 0xDB968, symSize: 0x178 } + - { offsetInCU: 0xCD7, offset: 0x18A785, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ', symObjAddr: 0x224, symBinAddr: 0xDBB8C, symSize: 0x18 } + - { offsetInCU: 0xD0A, offset: 0x18A7B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF', symObjAddr: 0xC78, symBinAddr: 0xDC5E0, symSize: 0x28 } + - { offsetInCU: 0xD6D, offset: 0x18A81B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO9hashValueSivg', symObjAddr: 0xCA0, symBinAddr: 0xDC608, symSize: 0x44 } + - { offsetInCU: 0xE67, offset: 0x18A915, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCE4, symBinAddr: 0xDC64C, symSize: 0x18 } + - { offsetInCU: 0xE87, offset: 0x18A935, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCE4, symBinAddr: 0xDC64C, symSize: 0x18 } + - { offsetInCU: 0xEC7, offset: 0x18A975, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH9hashValueSivgTW', symObjAddr: 0xCFC, symBinAddr: 0xDC664, symSize: 0x44 } + - { offsetInCU: 0xFAA, offset: 0x18AA58, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD40, symBinAddr: 0xDC6A8, symSize: 0x28 } + - { offsetInCU: 0x10C2, offset: 0x18AB70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO6pausedACvgZ', symObjAddr: 0xB8C, symBinAddr: 0xDC4F4, symSize: 0x18 } + - { offsetInCU: 0x10EE, offset: 0x18AB9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xBBC, symBinAddr: 0xDC524, symSize: 0x30 } + - { offsetInCU: 0x114D, offset: 0x18ABFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xC4C, symBinAddr: 0xDC5B4, symSize: 0x2C } + - { offsetInCU: 0x11E1, offset: 0x18AC8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASQWb', symObjAddr: 0x24B8, symBinAddr: 0xDDD28, symSize: 0x4 } + - { offsetInCU: 0x11F5, offset: 0x18ACA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOAESQAAWl', symObjAddr: 0x24BC, symBinAddr: 0xDDD2C, symSize: 0x44 } + - { offsetInCU: 0x1209, offset: 0x18ACB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASQWb', symObjAddr: 0x2500, symBinAddr: 0xDDD70, symSize: 0x4 } + - { offsetInCU: 0x121D, offset: 0x18ACCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OAESQAAWl', symObjAddr: 0x2504, symBinAddr: 0xDDD74, symSize: 0x44 } + - { offsetInCU: 0x1231, offset: 0x18ACDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASQWb', symObjAddr: 0x2548, symBinAddr: 0xDDDB8, symSize: 0x4 } + - { offsetInCU: 0x1245, offset: 0x18ACF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOACSQAAWl', symObjAddr: 0x254C, symBinAddr: 0xDDDBC, symSize: 0x44 } + - { offsetInCU: 0x1259, offset: 0x18AD07, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASQWb', symObjAddr: 0x2590, symBinAddr: 0xDDE00, symSize: 0x4 } + - { offsetInCU: 0x126D, offset: 0x18AD1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOACSQAAWl', symObjAddr: 0x2594, symBinAddr: 0xDDE04, symSize: 0x44 } + - { offsetInCU: 0x1281, offset: 0x18AD2F, size: 0x8, addend: 0x0, symName: ___swift_memcpy41_8, symObjAddr: 0x2708, symBinAddr: 0xDDE74, symSize: 0x14 } + - { offsetInCU: 0x1295, offset: 0x18AD43, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwet', symObjAddr: 0x2728, symBinAddr: 0xDDE94, symSize: 0x60 } + - { offsetInCU: 0x12A9, offset: 0x18AD57, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwst', symObjAddr: 0x2788, symBinAddr: 0xDDEF4, symSize: 0x68 } + - { offsetInCU: 0x12BD, offset: 0x18AD6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwug', symObjAddr: 0x27F0, symBinAddr: 0xDDF5C, symSize: 0x28 } + - { offsetInCU: 0x12D1, offset: 0x18AD7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwup', symObjAddr: 0x2818, symBinAddr: 0xDDF84, symSize: 0x1C } + - { offsetInCU: 0x12E5, offset: 0x18AD93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwui', symObjAddr: 0x2834, symBinAddr: 0xDDFA0, symSize: 0x54 } + - { offsetInCU: 0x12F9, offset: 0x18ADA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOMa', symObjAddr: 0x2888, symBinAddr: 0xDDFF4, symSize: 0x10 } + - { offsetInCU: 0x130D, offset: 0x18ADBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwCP', symObjAddr: 0x2898, symBinAddr: 0xDE004, symSize: 0x48 } + - { offsetInCU: 0x1321, offset: 0x18ADCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwxx', symObjAddr: 0x28E0, symBinAddr: 0xDE04C, symSize: 0x10 } + - { offsetInCU: 0x1335, offset: 0x18ADE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwcp', symObjAddr: 0x28F0, symBinAddr: 0xDE05C, symSize: 0x48 } + - { offsetInCU: 0x1349, offset: 0x18ADF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwca', symObjAddr: 0x2938, symBinAddr: 0xDE0A4, symSize: 0x54 } + - { offsetInCU: 0x135D, offset: 0x18AE0B, size: 0x8, addend: 0x0, symName: ___swift_memcpy17_8, symObjAddr: 0x298C, symBinAddr: 0xDE0F8, symSize: 0x14 } + - { offsetInCU: 0x1371, offset: 0x18AE1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwta', symObjAddr: 0x29A0, symBinAddr: 0xDE10C, symSize: 0x44 } + - { offsetInCU: 0x1385, offset: 0x18AE33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwet', symObjAddr: 0x29E4, symBinAddr: 0xDE150, symSize: 0x54 } + - { offsetInCU: 0x1399, offset: 0x18AE47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwst', symObjAddr: 0x2A38, symBinAddr: 0xDE1A4, symSize: 0x54 } + - { offsetInCU: 0x13AD, offset: 0x18AE5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwug', symObjAddr: 0x2A8C, symBinAddr: 0xDE1F8, symSize: 0x20 } + - { offsetInCU: 0x13C1, offset: 0x18AE6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwup', symObjAddr: 0x2AAC, symBinAddr: 0xDE218, symSize: 0x10 } + - { offsetInCU: 0x13D5, offset: 0x18AE83, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwui', symObjAddr: 0x2ABC, symBinAddr: 0xDE228, symSize: 0x2C } + - { offsetInCU: 0x13E9, offset: 0x18AE97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOMa', symObjAddr: 0x2AE8, symBinAddr: 0xDE254, symSize: 0x10 } + - { offsetInCU: 0x13FD, offset: 0x18AEAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OwCP', symObjAddr: 0x2AF8, symBinAddr: 0xDE264, symSize: 0x30 } + - { offsetInCU: 0x1411, offset: 0x18AEBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owet', symObjAddr: 0x2CD8, symBinAddr: 0xDE444, symSize: 0x5C } + - { offsetInCU: 0x1425, offset: 0x18AED3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owst', symObjAddr: 0x2D34, symBinAddr: 0xDE4A0, symSize: 0x60 } + - { offsetInCU: 0x1439, offset: 0x18AEE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owug', symObjAddr: 0x2D94, symBinAddr: 0xDE500, symSize: 0xC } + - { offsetInCU: 0x144D, offset: 0x18AEFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owup', symObjAddr: 0x2DA0, symBinAddr: 0xDE50C, symSize: 0x10 } + - { offsetInCU: 0x1461, offset: 0x18AF0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owui', symObjAddr: 0x2DB0, symBinAddr: 0xDE51C, symSize: 0x20 } + - { offsetInCU: 0x1475, offset: 0x18AF23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OMa', symObjAddr: 0x2DD0, symBinAddr: 0xDE53C, symSize: 0x10 } + - { offsetInCU: 0x1489, offset: 0x18AF37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwet', symObjAddr: 0x2DF0, symBinAddr: 0xDE54C, symSize: 0x90 } + - { offsetInCU: 0x149D, offset: 0x18AF4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwst', symObjAddr: 0x2E80, symBinAddr: 0xDE5DC, symSize: 0xBC } + - { offsetInCU: 0x14B1, offset: 0x18AF5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwug', symObjAddr: 0x2F3C, symBinAddr: 0xDE698, symSize: 0x8 } + - { offsetInCU: 0x14C5, offset: 0x18AF73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwup', symObjAddr: 0x2F44, symBinAddr: 0xDE6A0, symSize: 0x4 } + - { offsetInCU: 0x14D9, offset: 0x18AF87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwui', symObjAddr: 0x2F48, symBinAddr: 0xDE6A4, symSize: 0xC } + - { offsetInCU: 0x14ED, offset: 0x18AF9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOMa', symObjAddr: 0x2F54, symBinAddr: 0xDE6B0, symSize: 0x10 } + - { offsetInCU: 0x164E, offset: 0x18B0FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xDBC48, symSize: 0x4C } + - { offsetInCU: 0x16D7, offset: 0x18B185, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD68, symBinAddr: 0xDC6D0, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x18B3F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8, symBinAddr: 0xDE6CC, symSize: 0xC4 } + - { offsetInCU: 0x81, offset: 0x18B450, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8, symBinAddr: 0xDE6CC, symSize: 0xC4 } + - { offsetInCU: 0x1AF, offset: 0x18B57E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xCC, symBinAddr: 0xDE790, symSize: 0xC4 } + - { offsetInCU: 0x2D0, offset: 0x18B69F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x190, symBinAddr: 0xDE854, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x18B6BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x198, symBinAddr: 0xDE85C, symSize: 0x8 } + - { offsetInCU: 0x308, offset: 0x18B6D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOc', symObjAddr: 0x1A0, symBinAddr: 0xDE864, symSize: 0x44 } + - { offsetInCU: 0x31C, offset: 0x18B6EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x228, symBinAddr: 0xDE8A8, symSize: 0xC } + - { offsetInCU: 0x338, offset: 0x18B707, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x234, symBinAddr: 0xDE8B4, symSize: 0x8 } + - { offsetInCU: 0x354, offset: 0x18B723, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x23C, symBinAddr: 0xDE8BC, symSize: 0xC } + - { offsetInCU: 0x370, offset: 0x18B73F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x248, symBinAddr: 0xDE8C8, symSize: 0x8 } + - { offsetInCU: 0x38C, offset: 0x18B75B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x250, symBinAddr: 0xDE8D0, symSize: 0xC } + - { offsetInCU: 0x3A8, offset: 0x18B777, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x25C, symBinAddr: 0xDE8DC, symSize: 0x8 } + - { offsetInCU: 0x3C4, offset: 0x18B793, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x264, symBinAddr: 0xDE8E4, symSize: 0xC } + - { offsetInCU: 0x3E0, offset: 0x18B7AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x270, symBinAddr: 0xDE8F0, symSize: 0x8 } + - { offsetInCU: 0x3FC, offset: 0x18B7CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x278, symBinAddr: 0xDE8F8, symSize: 0xC } + - { offsetInCU: 0x418, offset: 0x18B7E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x284, symBinAddr: 0xDE904, symSize: 0x8 } + - { offsetInCU: 0x434, offset: 0x18B803, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xDE90C, symSize: 0x8 } + - { offsetInCU: 0x450, offset: 0x18B81F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x294, symBinAddr: 0xDE914, symSize: 0xC } + - { offsetInCU: 0x46C, offset: 0x18B83B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2A0, symBinAddr: 0xDE920, symSize: 0x8 } + - { offsetInCU: 0x488, offset: 0x18B857, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A8, symBinAddr: 0xDE928, symSize: 0xC } + - { offsetInCU: 0x4A4, offset: 0x18B873, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2B4, symBinAddr: 0xDE934, symSize: 0x8 } + - { offsetInCU: 0x4C0, offset: 0x18B88F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2BC, symBinAddr: 0xDE93C, symSize: 0xC } + - { offsetInCU: 0x4DC, offset: 0x18B8AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2C8, symBinAddr: 0xDE948, symSize: 0x8 } + - { offsetInCU: 0x4F8, offset: 0x18B8C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2D0, symBinAddr: 0xDE950, symSize: 0xC } + - { offsetInCU: 0x514, offset: 0x18B8E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2DC, symBinAddr: 0xDE95C, symSize: 0x8 } + - { offsetInCU: 0x530, offset: 0x18B8FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2E4, symBinAddr: 0xDE964, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x18B91B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0xDE970, symSize: 0x8 } + - { offsetInCU: 0x568, offset: 0x18B937, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2F8, symBinAddr: 0xDE978, symSize: 0xC } + - { offsetInCU: 0x584, offset: 0x18B953, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x304, symBinAddr: 0xDE984, symSize: 0x8 } + - { offsetInCU: 0x43, offset: 0x18BB87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg', symObjAddr: 0x0, symBinAddr: 0xDE98C, symSize: 0x8 } + - { offsetInCU: 0x61, offset: 0x18BBA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8, symBinAddr: 0xDE994, symSize: 0x144 } + - { offsetInCU: 0xC8, offset: 0x18BC0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x198, symBinAddr: 0xDEAD8, symSize: 0x90 } + - { offsetInCU: 0xF7, offset: 0x18BC3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x228, symBinAddr: 0xDEB68, symSize: 0x14 } + - { offsetInCU: 0x15C, offset: 0x18BCA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x23C, symBinAddr: 0xDEB7C, symSize: 0x90 } + - { offsetInCU: 0x1F1, offset: 0x18BD35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueACyp_tKcfC', symObjAddr: 0x2CC, symBinAddr: 0xDEC0C, symSize: 0x13C } + - { offsetInCU: 0x315, offset: 0x18BE59, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x408, symBinAddr: 0xDED48, symSize: 0x23C } + - { offsetInCU: 0x3F7, offset: 0x18BF3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x768, symBinAddr: 0xDF024, symSize: 0x11C } + - { offsetInCU: 0x455, offset: 0x18BF99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO11stringValueSSvg', symObjAddr: 0x884, symBinAddr: 0xDF140, symSize: 0x14 } + - { offsetInCU: 0x496, offset: 0x18BFDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x8BC, symBinAddr: 0xDF178, symSize: 0x70 } + - { offsetInCU: 0x4CA, offset: 0x18C00E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x92C, symBinAddr: 0xDF1E8, symSize: 0x28 } + - { offsetInCU: 0x4E6, offset: 0x18C02A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x954, symBinAddr: 0xDF210, symSize: 0x8 } + - { offsetInCU: 0x51C, offset: 0x18C060, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x95C, symBinAddr: 0xDF218, symSize: 0x74 } + - { offsetInCU: 0x567, offset: 0x18C0AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x9D0, symBinAddr: 0xDF28C, symSize: 0xC } + - { offsetInCU: 0x583, offset: 0x18C0C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x9DC, symBinAddr: 0xDF298, symSize: 0xC } + - { offsetInCU: 0x5A1, offset: 0x18C0E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF', symObjAddr: 0xA38, symBinAddr: 0xDF2F4, symSize: 0x44 } + - { offsetInCU: 0x5FE, offset: 0x18C142, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ', symObjAddr: 0xA7C, symBinAddr: 0xDF338, symSize: 0x2C } + - { offsetInCU: 0x646, offset: 0x18C18A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV9hashValueSivg', symObjAddr: 0xAA8, symBinAddr: 0xDF364, symSize: 0x60 } + - { offsetInCU: 0x714, offset: 0x18C258, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xB08, symBinAddr: 0xDF3C4, symSize: 0x14 } + - { offsetInCU: 0x737, offset: 0x18C27B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xB1C, symBinAddr: 0xDF3D8, symSize: 0x14 } + - { offsetInCU: 0x75A, offset: 0x18C29E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH9hashValueSivgTW', symObjAddr: 0xB30, symBinAddr: 0xDF3EC, symSize: 0x4 } + - { offsetInCU: 0x776, offset: 0x18C2BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB34, symBinAddr: 0xDF3F0, symSize: 0x44 } + - { offsetInCU: 0x801, offset: 0x18C345, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBD4, symBinAddr: 0xDF490, symSize: 0x2C } + - { offsetInCU: 0x821, offset: 0x18C365, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBD4, symBinAddr: 0xDF490, symSize: 0x2C } + - { offsetInCU: 0x833, offset: 0x18C377, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs0C3KeyAAWl', symObjAddr: 0x684, symBinAddr: 0xDEF84, symSize: 0x44 } + - { offsetInCU: 0x847, offset: 0x18C38B, size: 0x8, addend: 0x0, symName: '_$sSaySdGSayxGSesSeRzlWl', symObjAddr: 0x6C8, symBinAddr: 0xDEFC8, symSize: 0x5C } + - { offsetInCU: 0x87C, offset: 0x18C3C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV5valueACyp_tKcfC', symObjAddr: 0xC00, symBinAddr: 0xDF4BC, symSize: 0x3F8 } + - { offsetInCU: 0xAC1, offset: 0x18C605, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0xFF8, symBinAddr: 0xDF8B4, symSize: 0x1AC } + - { offsetInCU: 0xB1C, offset: 0x18C660, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x11A4, symBinAddr: 0xDFA60, symSize: 0xFC } + - { offsetInCU: 0xB67, offset: 0x18C6AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASQWb', symObjAddr: 0x12A0, symBinAddr: 0xDFB5C, symSize: 0x4 } + - { offsetInCU: 0xB7B, offset: 0x18C6BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSQAAWl', symObjAddr: 0x12A4, symBinAddr: 0xDFB60, symSize: 0x44 } + - { offsetInCU: 0xB8F, offset: 0x18C6D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x12E8, symBinAddr: 0xDFBA4, symSize: 0x14 } + - { offsetInCU: 0xBB2, offset: 0x18C6F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x12FC, symBinAddr: 0xDFBB8, symSize: 0x14 } + - { offsetInCU: 0xBD5, offset: 0x18C719, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwet', symObjAddr: 0x1320, symBinAddr: 0xDFBCC, symSize: 0x20 } + - { offsetInCU: 0xBE9, offset: 0x18C72D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwst', symObjAddr: 0x1340, symBinAddr: 0xDFBEC, symSize: 0x28 } + - { offsetInCU: 0xBFD, offset: 0x18C741, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVMa', symObjAddr: 0x1368, symBinAddr: 0xDFC14, symSize: 0x10 } + - { offsetInCU: 0xC11, offset: 0x18C755, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwet', symObjAddr: 0x1384, symBinAddr: 0xDFC24, symSize: 0x90 } + - { offsetInCU: 0xC25, offset: 0x18C769, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwst', symObjAddr: 0x1414, symBinAddr: 0xDFCB4, symSize: 0xBC } + - { offsetInCU: 0xC39, offset: 0x18C77D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwug', symObjAddr: 0x14D0, symBinAddr: 0xDFD70, symSize: 0x8 } + - { offsetInCU: 0xC4D, offset: 0x18C791, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwup', symObjAddr: 0x14D8, symBinAddr: 0xDFD78, symSize: 0x4 } + - { offsetInCU: 0xC61, offset: 0x18C7A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwui', symObjAddr: 0x14DC, symBinAddr: 0xDFD7C, symSize: 0xC } + - { offsetInCU: 0xC75, offset: 0x18C7B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOMa', symObjAddr: 0x14E8, symBinAddr: 0xDFD88, symSize: 0x10 } + - { offsetInCU: 0xC89, offset: 0x18C7CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASQWb', symObjAddr: 0x14F8, symBinAddr: 0xDFD98, symSize: 0x4 } + - { offsetInCU: 0xC9D, offset: 0x18C7E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFSQAAWl', symObjAddr: 0x14FC, symBinAddr: 0xDFD9C, symSize: 0x44 } + - { offsetInCU: 0xCB1, offset: 0x18C7F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1540, symBinAddr: 0xDFDE0, symSize: 0x4 } + - { offsetInCU: 0xCC5, offset: 0x18C809, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1544, symBinAddr: 0xDFDE4, symSize: 0x44 } + - { offsetInCU: 0xCD9, offset: 0x18C81D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1588, symBinAddr: 0xDFE28, symSize: 0x4 } + - { offsetInCU: 0xCED, offset: 0x18C831, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x158C, symBinAddr: 0xDFE2C, symSize: 0x44 } + - { offsetInCU: 0xD43, offset: 0x18C887, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV5valueACyp_tKcfC', symObjAddr: 0x15D0, symBinAddr: 0xDFE70, symSize: 0x174 } + - { offsetInCU: 0x115A, offset: 0x18CC9E, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE7rotated_4axisAB12CoreGraphics7CGFloatV_AbCE4AxisOtF', symObjAddr: 0x1744, symBinAddr: 0xDFFE4, symSize: 0xD4 } + - { offsetInCU: 0x12DA, offset: 0x18CE1E, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE13makeTransform6anchor8position5scale9rotationX0H1Y0H1Z4skew0I4AxisABSo7CGPointV_ANSo6CGSizeV12CoreGraphics7CGFloatVA3SSgATtFZTf4nnnnnnnnd_n', symObjAddr: 0x1818, symBinAddr: 0xE00B8, symSize: 0x460 } + - { offsetInCU: 0x159A, offset: 0x18D0DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x898, symBinAddr: 0xDF154, symSize: 0xC } + - { offsetInCU: 0x15B6, offset: 0x18D0FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH9hashValueSivgTW', symObjAddr: 0x8A4, symBinAddr: 0xDF160, symSize: 0x8 } + - { offsetInCU: 0x15D2, offset: 0x18D116, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8AC, symBinAddr: 0xDF168, symSize: 0x8 } + - { offsetInCU: 0x15EE, offset: 0x18D132, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8B4, symBinAddr: 0xDF170, symSize: 0x8 } + - { offsetInCU: 0x1611, offset: 0x18D155, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x9E8, symBinAddr: 0xDF2A4, symSize: 0x28 } + - { offsetInCU: 0x162D, offset: 0x18D171, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA10, symBinAddr: 0xDF2CC, symSize: 0x28 } + - { offsetInCU: 0x1676, offset: 0x18D1BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB78, symBinAddr: 0xDF434, symSize: 0x5C } + - { offsetInCU: 0xC0, offset: 0x18D579, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC17combinedKeyframes14roundedCornersAA13KeyframeGroupCyAC0G0VGAA07RoundedF0CSg_tKF', symObjAddr: 0x0, symBinAddr: 0xE0540, symSize: 0x134 } + - { offsetInCU: 0x205, offset: 0x18D6BE, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x134, symBinAddr: 0xE0674, symSize: 0xB0 } + - { offsetInCU: 0x389, offset: 0x18D842, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1E4, symBinAddr: 0xE0724, symSize: 0x12C } + - { offsetInCU: 0x4F1, offset: 0x18D9AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x310, symBinAddr: 0xE0850, symSize: 0x4 } + - { offsetInCU: 0x519, offset: 0x18D9D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwCP', symObjAddr: 0x3EC, symBinAddr: 0xE08A8, symSize: 0x30 } + - { offsetInCU: 0x52D, offset: 0x18D9E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwet', symObjAddr: 0x43C, symBinAddr: 0xE08D8, symSize: 0x20 } + - { offsetInCU: 0x541, offset: 0x18D9FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwst', symObjAddr: 0x45C, symBinAddr: 0xE08F8, symSize: 0x38 } + - { offsetInCU: 0x555, offset: 0x18DA0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVMa', symObjAddr: 0x494, symBinAddr: 0xE0930, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x18DC2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xE0940, symSize: 0x18 } + - { offsetInCU: 0x4B, offset: 0x18DC51, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xE0940, symSize: 0x18 } + - { offsetInCU: 0x7E, offset: 0x18DC84, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF', symObjAddr: 0x18, symBinAddr: 0xE0958, symSize: 0x28 } + - { offsetInCU: 0x114, offset: 0x18DD1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO9hashValueSivg', symObjAddr: 0x40, symBinAddr: 0xE0980, symSize: 0x44 } + - { offsetInCU: 0x20E, offset: 0x18DE14, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x84, symBinAddr: 0xE09C4, symSize: 0x18 } + - { offsetInCU: 0x22E, offset: 0x18DE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x84, symBinAddr: 0xE09C4, symSize: 0x18 } + - { offsetInCU: 0x26E, offset: 0x18DE74, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x9C, symBinAddr: 0xE09DC, symSize: 0x44 } + - { offsetInCU: 0x351, offset: 0x18DF57, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE0, symBinAddr: 0xE0A20, symSize: 0x28 } + - { offsetInCU: 0x3DA, offset: 0x18DFE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASQWb', symObjAddr: 0x148, symBinAddr: 0xE0A88, symSize: 0x4 } + - { offsetInCU: 0x3EE, offset: 0x18DFF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOACSQAAWl', symObjAddr: 0x14C, symBinAddr: 0xE0A8C, symSize: 0x44 } + - { offsetInCU: 0x402, offset: 0x18E008, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwet', symObjAddr: 0x1A0, symBinAddr: 0xE0AD0, symSize: 0x90 } + - { offsetInCU: 0x416, offset: 0x18E01C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwst', symObjAddr: 0x230, symBinAddr: 0xE0B60, symSize: 0xBC } + - { offsetInCU: 0x42A, offset: 0x18E030, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwug', symObjAddr: 0x2EC, symBinAddr: 0xE0C1C, symSize: 0x8 } + - { offsetInCU: 0x43E, offset: 0x18E044, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwup', symObjAddr: 0x2F4, symBinAddr: 0xE0C24, symSize: 0x4 } + - { offsetInCU: 0x452, offset: 0x18E058, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwui', symObjAddr: 0x2F8, symBinAddr: 0xE0C28, symSize: 0xC } + - { offsetInCU: 0x466, offset: 0x18E06C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOMa', symObjAddr: 0x304, symBinAddr: 0xE0C34, symSize: 0x10 } + - { offsetInCU: 0x4B8, offset: 0x18E0BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x108, symBinAddr: 0xE0A48, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x18E2A9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x8, symBinAddr: 0xE0C4C, symSize: 0x16C } + - { offsetInCU: 0xED, offset: 0x18E36F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x8, symBinAddr: 0xE0C4C, symSize: 0x16C } + - { offsetInCU: 0x200, offset: 0x18E482, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSgWOb', symObjAddr: 0x1C4, symBinAddr: 0xE0DC8, symSize: 0x48 } + - { offsetInCU: 0x214, offset: 0x18E496, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x20C, symBinAddr: 0xE0E10, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x18E698, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xE0E18, symSize: 0x56C } + - { offsetInCU: 0xA2, offset: 0x18E70F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xE0E18, symSize: 0x56C } + - { offsetInCU: 0x50D, offset: 0x18EB7A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFAHSgAIcfu0_33_28d25105826188377df3c8fe74d211baAiLTf3nnpk_n', symObjAddr: 0x62C, symBinAddr: 0xE1444, symSize: 0x78 } + - { offsetInCU: 0x52C, offset: 0x18EB99, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU_', symObjAddr: 0x8E0, symBinAddr: 0xE16F8, symSize: 0x90 } + - { offsetInCU: 0x5FA, offset: 0x18EC67, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU0_', symObjAddr: 0x970, symBinAddr: 0xE1788, symSize: 0x10C } + - { offsetInCU: 0x7A7, offset: 0x18EE14, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I13VtKFSSAHXEfU_AHTf1nncn_nTf4nnng_n', symObjAddr: 0x1040, symBinAddr: 0xE1E58, symSize: 0x13C } + - { offsetInCU: 0x8A4, offset: 0x18EF11, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I14VtKFSSAHXEfU0_AH5model_AC9MatteTypeO9matteTypetAHTf1nncn_nTf4nnngg_n', symObjAddr: 0x11BC, symBinAddr: 0xE1F94, symSize: 0x180 } + - { offsetInCU: 0xB70, offset: 0x18F1DD, size: 0x8, addend: 0x0, symName: '_$sSlsE5first7ElementQzSgvpSay6Lottie10LayerModelCGTK', symObjAddr: 0x57C, symBinAddr: 0xE1394, symSize: 0xB0 } + - { offsetInCU: 0xD1C, offset: 0x18F389, size: 0x8, addend: 0x0, symName: '_$sSl6LottieAA10LayerModelC7ElementRtzrlE20pairedLayersAndMasks33_FC3CD219EB0C773D32BBE7C7975F0DE6LLSayAC5layer_AC5model_AA9MatteTypeO05matteU0tSg4masktGyKFs18ReversedCollectionVySayACGG_Tg5', symObjAddr: 0x6A4, symBinAddr: 0xE14BC, symSize: 0x23C } + - { offsetInCU: 0x1311, offset: 0x18F97E, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSDySiSay6Lottie10LayerModelCGG_s17_NativeDictionaryVySiAGGTg5051$sSD16compactMapValuesySDyxqd__Gqd__Sgq_KXEKlFys17_gh47Vyxqd__Gz_x3key_q_5valuettKXEfU_Si_Say6Lottie10eF7CGAKTG5xq_Sgs5Error_pr0_lyAhGIsgnrzo_Tf1ncn_nTf4nng_n', symObjAddr: 0xD5C, symBinAddr: 0xE1B74, symSize: 0x2E4 } + - { offsetInCU: 0x1504, offset: 0x18FB71, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSlsWl', symObjAddr: 0x1350, symBinAddr: 0xE2118, symSize: 0x4C } + - { offsetInCU: 0x1546, offset: 0x18FBB3, size: 0x8, addend: 0x0, symName: '_$sSD8grouping2bySDyxSay7ElementQyd__GGqd__n_xADKXEtKcAERs_STRd__lufCSi_s18ReversedCollectionVySay6Lottie10LayerModelCGGTg5014$sSo7CALayerC6f8E19setupg30Hierarchy3for7contextySayAC0D5h3CG_P68D7ContextVtKFSiAHcfu_32c6367eac2e4f99784ca5c07d849dde74AHSiTf3nnpk_nTf1ncn_nTf4gd_n', symObjAddr: 0xA7C, symBinAddr: 0xE1894, symSize: 0x2E0 } + - { offsetInCU: 0x1C4, offset: 0x19057A, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11DashElementCRszlE23shapeLayerConfigurations15ContiguousArrayVyAFyAA8KeyframeCyAA0A8Vector1DVGGG12dashPatterns_AL0K5Phasetvg', symObjAddr: 0x0, symBinAddr: 0xE2168, symSize: 0x680 } + - { offsetInCU: 0xA82, offset: 0x190E38, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfd', symObjAddr: 0x680, symBinAddr: 0xE27E8, symSize: 0x54 } + - { offsetInCU: 0xAAF, offset: 0x190E65, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfD', symObjAddr: 0x6D4, symBinAddr: 0xE283C, symSize: 0x1C } + - { offsetInCU: 0xAEB, offset: 0x190EA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x710, symBinAddr: 0xE2878, symSize: 0xC } + - { offsetInCU: 0xB2C, offset: 0x190EE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x71C, symBinAddr: 0xE2884, symSize: 0x30 } + - { offsetInCU: 0xB6D, offset: 0x190F23, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x74C, symBinAddr: 0xE28B4, symSize: 0xC } + - { offsetInCU: 0xB9F, offset: 0x190F55, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesC6strokeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xC44, symBinAddr: 0xE2DAC, symSize: 0x5AC } + - { offsetInCU: 0x10A6, offset: 0x19145C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCMa', symObjAddr: 0x6F0, symBinAddr: 0xE2858, symSize: 0x20 } + - { offsetInCU: 0x111D, offset: 0x1914D3, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xE28C0, symSize: 0x68 } + - { offsetInCU: 0x1188, offset: 0x19153E, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xE28C0, symSize: 0x68 } + - { offsetInCU: 0x119C, offset: 0x191552, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xE28C0, symSize: 0x68 } + - { offsetInCU: 0x11B0, offset: 0x191566, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xE28C0, symSize: 0x68 } + - { offsetInCU: 0x11C4, offset: 0x19157A, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xE28C0, symSize: 0x68 } + - { offsetInCU: 0x12C8, offset: 0x19167E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCfD', symObjAddr: 0x7C0, symBinAddr: 0xE2928, symSize: 0x34 } + - { offsetInCU: 0x1329, offset: 0x1916DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x814, symBinAddr: 0xE297C, symSize: 0x44 } + - { offsetInCU: 0x1375, offset: 0x19172B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x858, symBinAddr: 0xE29C0, symSize: 0x24 } + - { offsetInCU: 0x13B6, offset: 0x19176C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x87C, symBinAddr: 0xE29E4, symSize: 0x4 } + - { offsetInCU: 0x13D6, offset: 0x19178C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x87C, symBinAddr: 0xE29E4, symSize: 0x4 } + - { offsetInCU: 0x1406, offset: 0x1917BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x880, symBinAddr: 0xE29E8, symSize: 0x8 } + - { offsetInCU: 0x1426, offset: 0x1917DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x880, symBinAddr: 0xE29E8, symSize: 0x8 } + - { offsetInCU: 0x1489, offset: 0x19183F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x888, symBinAddr: 0xE29F0, symSize: 0x10 } + - { offsetInCU: 0x14A9, offset: 0x19185F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x888, symBinAddr: 0xE29F0, symSize: 0x10 } + - { offsetInCU: 0x14F0, offset: 0x1918A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x898, symBinAddr: 0xE2A00, symSize: 0x8 } + - { offsetInCU: 0x1510, offset: 0x1918C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x898, symBinAddr: 0xE2A00, symSize: 0x8 } + - { offsetInCU: 0x1531, offset: 0x1918E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x8A0, symBinAddr: 0xE2A08, symSize: 0x8 } + - { offsetInCU: 0x1551, offset: 0x191907, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x8A0, symBinAddr: 0xE2A08, symSize: 0x8 } + - { offsetInCU: 0x1572, offset: 0x191928, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x8A8, symBinAddr: 0xE2A10, symSize: 0x8 } + - { offsetInCU: 0x1592, offset: 0x191948, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x8A8, symBinAddr: 0xE2A10, symSize: 0x8 } + - { offsetInCU: 0x15B3, offset: 0x191969, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x8B0, symBinAddr: 0xE2A18, symSize: 0x8 } + - { offsetInCU: 0x15D3, offset: 0x191989, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x8B0, symBinAddr: 0xE2A18, symSize: 0x8 } + - { offsetInCU: 0x15F4, offset: 0x1919AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x8B8, symBinAddr: 0xE2A20, symSize: 0xC } + - { offsetInCU: 0x1614, offset: 0x1919CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x8B8, symBinAddr: 0xE2A20, symSize: 0xC } + - { offsetInCU: 0x1635, offset: 0x1919EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x8C4, symBinAddr: 0xE2A2C, symSize: 0x10 } + - { offsetInCU: 0x1655, offset: 0x191A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x8C4, symBinAddr: 0xE2A2C, symSize: 0x10 } + - { offsetInCU: 0x1667, offset: 0x191A1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8D4, symBinAddr: 0xE2A3C, symSize: 0x8 } + - { offsetInCU: 0x16A1, offset: 0x191A57, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x8DC, symBinAddr: 0xE2A44, symSize: 0x4C } + - { offsetInCU: 0x16DE, offset: 0x191A94, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x11F0, symBinAddr: 0xE3358, symSize: 0x338 } + - { offsetInCU: 0x1D13, offset: 0x1920C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCMa', symObjAddr: 0x7F4, symBinAddr: 0xE295C, symSize: 0x20 } + - { offsetInCU: 0x1DED, offset: 0x1921A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC14keyframeGroupsACyxGs15ContiguousArrayVyAGyAA8KeyframeCyxGGG_tcfcAA0A8Vector1DV_Tg5Tf4gn_n', symObjAddr: 0xA84, symBinAddr: 0xE2BEC, symSize: 0x1C0 } + - { offsetInCU: 0x5E, offset: 0x19326F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0xE3690, symSize: 0xC } + - { offsetInCU: 0x90, offset: 0x1932A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC, symBinAddr: 0xE369C, symSize: 0x48 } + - { offsetInCU: 0xB5, offset: 0x1932C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x54, symBinAddr: 0xE36E4, symSize: 0x828 } + - { offsetInCU: 0x1DA, offset: 0x1933EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x87C, symBinAddr: 0xE3F0C, symSize: 0xC20 } + - { offsetInCU: 0x672, offset: 0x193883, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueSSvg', symObjAddr: 0x149C, symBinAddr: 0xE4B2C, symSize: 0x20 } + - { offsetInCU: 0x6AB, offset: 0x1938BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x1804, symBinAddr: 0xE4E94, symSize: 0x20 } + - { offsetInCU: 0x6D9, offset: 0x1938EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x1804, symBinAddr: 0xE4E94, symSize: 0x20 } + - { offsetInCU: 0x722, offset: 0x193933, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x19A8, symBinAddr: 0xE5038, symSize: 0x44 } + - { offsetInCU: 0x768, offset: 0x193979, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x19EC, symBinAddr: 0xE507C, symSize: 0x28 } + - { offsetInCU: 0x77C, offset: 0x19398D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1A14, symBinAddr: 0xE50A4, symSize: 0x8 } + - { offsetInCU: 0x7B2, offset: 0x1939C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1A1C, symBinAddr: 0xE50AC, symSize: 0x3C } + - { offsetInCU: 0x817, offset: 0x193A28, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1A58, symBinAddr: 0xE50E8, symSize: 0xC } + - { offsetInCU: 0x833, offset: 0x193A44, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1A64, symBinAddr: 0xE50F4, symSize: 0xC } + - { offsetInCU: 0x84F, offset: 0x193A60, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x217C, symBinAddr: 0xE5564, symSize: 0x50 } + - { offsetInCU: 0x87C, offset: 0x193A8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x14BC, symBinAddr: 0xE4B4C, symSize: 0x348 } + - { offsetInCU: 0x8D8, offset: 0x193AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfd', symObjAddr: 0x1B14, symBinAddr: 0xE51A4, symSize: 0x64 } + - { offsetInCU: 0x923, offset: 0x193B34, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfD', symObjAddr: 0x1B78, symBinAddr: 0xE5208, symSize: 0x1C } + - { offsetInCU: 0x95F, offset: 0x193B70, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1BB4, symBinAddr: 0xE5244, symSize: 0xC } + - { offsetInCU: 0x9A0, offset: 0x193BB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BC0, symBinAddr: 0xE5250, symSize: 0xC } + - { offsetInCU: 0x9E1, offset: 0x193BF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BCC, symBinAddr: 0xE525C, symSize: 0xC } + - { offsetInCU: 0xA22, offset: 0x193C33, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BD8, symBinAddr: 0xE5268, symSize: 0xC } + - { offsetInCU: 0xAAD, offset: 0x193CBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfE', symObjAddr: 0x1AC0, symBinAddr: 0xE5150, symSize: 0x54 } + - { offsetInCU: 0xB05, offset: 0x193D16, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCMa', symObjAddr: 0x1B94, symBinAddr: 0xE5224, symSize: 0x20 } + - { offsetInCU: 0xB19, offset: 0x193D2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs0D3KeyAAWl', symObjAddr: 0x1C48, symBinAddr: 0xE5274, symSize: 0x44 } + - { offsetInCU: 0xB2D, offset: 0x193D3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwet', symObjAddr: 0x1F34, symBinAddr: 0xE531C, symSize: 0x90 } + - { offsetInCU: 0xB41, offset: 0x193D52, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwst', symObjAddr: 0x1FC4, symBinAddr: 0xE53AC, symSize: 0xBC } + - { offsetInCU: 0xB55, offset: 0x193D66, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwug', symObjAddr: 0x2080, symBinAddr: 0xE5468, symSize: 0x8 } + - { offsetInCU: 0xB69, offset: 0x193D7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwup', symObjAddr: 0x2088, symBinAddr: 0xE5470, symSize: 0x4 } + - { offsetInCU: 0xB7D, offset: 0x193D8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwui', symObjAddr: 0x208C, symBinAddr: 0xE5474, symSize: 0x8 } + - { offsetInCU: 0xB91, offset: 0x193DA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOMa', symObjAddr: 0x2094, symBinAddr: 0xE547C, symSize: 0x10 } + - { offsetInCU: 0xBA5, offset: 0x193DB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASQWb', symObjAddr: 0x20A4, symBinAddr: 0xE548C, symSize: 0x4 } + - { offsetInCU: 0xBB9, offset: 0x193DCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFSQAAWl', symObjAddr: 0x20A8, symBinAddr: 0xE5490, symSize: 0x44 } + - { offsetInCU: 0xBCD, offset: 0x193DDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x20EC, symBinAddr: 0xE54D4, symSize: 0x4 } + - { offsetInCU: 0xBE1, offset: 0x193DF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x20F0, symBinAddr: 0xE54D8, symSize: 0x44 } + - { offsetInCU: 0xBF5, offset: 0x193E06, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2134, symBinAddr: 0xE551C, symSize: 0x4 } + - { offsetInCU: 0xC09, offset: 0x193E1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2138, symBinAddr: 0xE5520, symSize: 0x44 } + - { offsetInCU: 0xC69, offset: 0x193E7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1824, symBinAddr: 0xE4EB4, symSize: 0x88 } + - { offsetInCU: 0xD18, offset: 0x193F29, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x18AC, symBinAddr: 0xE4F3C, symSize: 0x60 } + - { offsetInCU: 0xD96, offset: 0x193FA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x190C, symBinAddr: 0xE4F9C, symSize: 0x40 } + - { offsetInCU: 0xDE8, offset: 0x193FF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x194C, symBinAddr: 0xE4FDC, symSize: 0x5C } + - { offsetInCU: 0xE4B, offset: 0x19405C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1A70, symBinAddr: 0xE5100, symSize: 0x28 } + - { offsetInCU: 0xE67, offset: 0x194078, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A98, symBinAddr: 0xE5128, symSize: 0x28 } + - { offsetInCU: 0x69, offset: 0x1942A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCfD', symObjAddr: 0x0, symBinAddr: 0xE55B4, symSize: 0x44 } + - { offsetInCU: 0xDC, offset: 0x194313, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCMa', symObjAddr: 0x44, symBinAddr: 0xE55F8, symSize: 0x20 } + - { offsetInCU: 0x6F0, offset: 0x194927, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyF', symObjAddr: 0x64, symBinAddr: 0xE5618, symSize: 0x1590 } + - { offsetInCU: 0x1C78, offset: 0x195EAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10RenderNode_pWOb', symObjAddr: 0x16AC, symBinAddr: 0xE6C20, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0x196212, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE6C48, symSize: 0x14 } + - { offsetInCU: 0x8A, offset: 0x196271, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xE6D08, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x1962A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0xE6D20, symSize: 0xC } + - { offsetInCU: 0xE4, offset: 0x1962CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0xE6DD4, symSize: 0x48 } + - { offsetInCU: 0x109, offset: 0x1962F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0xE6E1C, symSize: 0x1AC } + - { offsetInCU: 0x171, offset: 0x196358, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x380, symBinAddr: 0xE6FC8, symSize: 0x100 } + - { offsetInCU: 0x223, offset: 0x19640A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x480, symBinAddr: 0xE70C8, symSize: 0x114 } + - { offsetInCU: 0x2A6, offset: 0x19648D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x5A4, symBinAddr: 0xE71EC, symSize: 0x64 } + - { offsetInCU: 0x2E9, offset: 0x1964D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x608, symBinAddr: 0xE7250, symSize: 0x24 } + - { offsetInCU: 0x329, offset: 0x196510, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x62C, symBinAddr: 0xE7274, symSize: 0x4 } + - { offsetInCU: 0x349, offset: 0x196530, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x62C, symBinAddr: 0xE7274, symSize: 0x4 } + - { offsetInCU: 0x374, offset: 0x19655B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x630, symBinAddr: 0xE7278, symSize: 0x68 } + - { offsetInCU: 0x3BF, offset: 0x1965A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x698, symBinAddr: 0xE72E0, symSize: 0xC } + - { offsetInCU: 0x3DB, offset: 0x1965C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x6A4, symBinAddr: 0xE72EC, symSize: 0xC } + - { offsetInCU: 0x3F7, offset: 0x1965DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO11stringValueSSvgTf4d_n', symObjAddr: 0xD00, symBinAddr: 0xE7828, symSize: 0xC } + - { offsetInCU: 0x433, offset: 0x19661A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCfD', symObjAddr: 0x700, symBinAddr: 0xE7348, symSize: 0x24 } + - { offsetInCU: 0x4DE, offset: 0x1966C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCMa', symObjAddr: 0x724, symBinAddr: 0xE736C, symSize: 0x20 } + - { offsetInCU: 0x4F2, offset: 0x1966D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwet', symObjAddr: 0x754, symBinAddr: 0xE738C, symSize: 0x90 } + - { offsetInCU: 0x506, offset: 0x1966ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwst', symObjAddr: 0x7E4, symBinAddr: 0xE741C, symSize: 0xBC } + - { offsetInCU: 0x51A, offset: 0x196701, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwug', symObjAddr: 0x8A0, symBinAddr: 0xE74D8, symSize: 0x8 } + - { offsetInCU: 0x52E, offset: 0x196715, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwup', symObjAddr: 0x8A8, symBinAddr: 0xE74E0, symSize: 0x4 } + - { offsetInCU: 0x542, offset: 0x196729, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwui', symObjAddr: 0x8AC, symBinAddr: 0xE74E4, symSize: 0x8 } + - { offsetInCU: 0x556, offset: 0x19673D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOMa', symObjAddr: 0x8B4, symBinAddr: 0xE74EC, symSize: 0x10 } + - { offsetInCU: 0x56A, offset: 0x196751, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASQWb', symObjAddr: 0x8C4, symBinAddr: 0xE74FC, symSize: 0x4 } + - { offsetInCU: 0x57E, offset: 0x196765, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSQAAWl', symObjAddr: 0x8C8, symBinAddr: 0xE7500, symSize: 0x44 } + - { offsetInCU: 0x592, offset: 0x196779, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSYAAWl', symObjAddr: 0x90C, symBinAddr: 0xE7544, symSize: 0x44 } + - { offsetInCU: 0x5A6, offset: 0x19678D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs0C3KeyAAWl', symObjAddr: 0x9B4, symBinAddr: 0xE7588, symSize: 0x44 } + - { offsetInCU: 0x5BA, offset: 0x1967A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSEAAWl', symObjAddr: 0x9F8, symBinAddr: 0xE75CC, symSize: 0x44 } + - { offsetInCU: 0x5CE, offset: 0x1967B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSeAAWl', symObjAddr: 0xA5C, symBinAddr: 0xE7610, symSize: 0x44 } + - { offsetInCU: 0x5E2, offset: 0x1967C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwet', symObjAddr: 0xB2C, symBinAddr: 0xE7654, symSize: 0x50 } + - { offsetInCU: 0x5F6, offset: 0x1967DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwst', symObjAddr: 0xB7C, symBinAddr: 0xE76A4, symSize: 0x8C } + - { offsetInCU: 0x60A, offset: 0x1967F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwug', symObjAddr: 0xC08, symBinAddr: 0xE7730, symSize: 0x8 } + - { offsetInCU: 0x61E, offset: 0x196805, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwup', symObjAddr: 0xC10, symBinAddr: 0xE7738, symSize: 0x4 } + - { offsetInCU: 0x632, offset: 0x196819, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwui', symObjAddr: 0xC14, symBinAddr: 0xE773C, symSize: 0x4 } + - { offsetInCU: 0x646, offset: 0x19682D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOMa', symObjAddr: 0xC18, symBinAddr: 0xE7740, symSize: 0x10 } + - { offsetInCU: 0x65A, offset: 0x196841, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASQWb', symObjAddr: 0xC28, symBinAddr: 0xE7750, symSize: 0x4 } + - { offsetInCU: 0x66E, offset: 0x196855, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFSQAAWl', symObjAddr: 0xC2C, symBinAddr: 0xE7754, symSize: 0x44 } + - { offsetInCU: 0x682, offset: 0x196869, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC70, symBinAddr: 0xE7798, symSize: 0x4 } + - { offsetInCU: 0x696, offset: 0x19687D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC74, symBinAddr: 0xE779C, symSize: 0x44 } + - { offsetInCU: 0x6AA, offset: 0x196891, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xCB8, symBinAddr: 0xE77E0, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x1968A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xCBC, symBinAddr: 0xE77E4, symSize: 0x44 } + - { offsetInCU: 0x6F2, offset: 0x1968D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE6C48, symSize: 0x14 } + - { offsetInCU: 0x783, offset: 0x19696A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xE6C5C, symSize: 0x44 } + - { offsetInCU: 0x832, offset: 0x196A19, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xE6CA0, symSize: 0x28 } + - { offsetInCU: 0x885, offset: 0x196A6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xE6CC8, symSize: 0x40 } + - { offsetInCU: 0x909, offset: 0x196AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0xE6D2C, symSize: 0x5C } + - { offsetInCU: 0x92C, offset: 0x196B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xE6D88, symSize: 0x4C } + - { offsetInCU: 0x95E, offset: 0x196B45, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x594, symBinAddr: 0xE71DC, symSize: 0x4 } + - { offsetInCU: 0x97E, offset: 0x196B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x594, symBinAddr: 0xE71DC, symSize: 0x4 } + - { offsetInCU: 0x99E, offset: 0x196B85, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x598, symBinAddr: 0xE71E0, symSize: 0x4 } + - { offsetInCU: 0x9BE, offset: 0x196BA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x598, symBinAddr: 0xE71E0, symSize: 0x4 } + - { offsetInCU: 0x9DE, offset: 0x196BC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x59C, symBinAddr: 0xE71E4, symSize: 0x4 } + - { offsetInCU: 0x9FE, offset: 0x196BE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x59C, symBinAddr: 0xE71E4, symSize: 0x4 } + - { offsetInCU: 0xA1E, offset: 0x196C05, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5A0, symBinAddr: 0xE71E8, symSize: 0x4 } + - { offsetInCU: 0xA3E, offset: 0x196C25, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5A0, symBinAddr: 0xE71E8, symSize: 0x4 } + - { offsetInCU: 0xA56, offset: 0x196C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x6B0, symBinAddr: 0xE72F8, symSize: 0x28 } + - { offsetInCU: 0xA72, offset: 0x196C59, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x6D8, symBinAddr: 0xE7320, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x196E48, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xE7834, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x196E6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xE7834, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x196E91, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xE787C, symSize: 0x190 } + - { offsetInCU: 0xDC, offset: 0x196EF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1D8, symBinAddr: 0xE7A0C, symSize: 0xFC } + - { offsetInCU: 0x15F, offset: 0x196F7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2E4, symBinAddr: 0xE7B18, symSize: 0x64 } + - { offsetInCU: 0x1A2, offset: 0x196FBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x348, symBinAddr: 0xE7B7C, symSize: 0x24 } + - { offsetInCU: 0x1E2, offset: 0x196FFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x36C, symBinAddr: 0xE7BA0, symSize: 0x4 } + - { offsetInCU: 0x202, offset: 0x19701F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x36C, symBinAddr: 0xE7BA0, symSize: 0x4 } + - { offsetInCU: 0x22D, offset: 0x19704A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x370, symBinAddr: 0xE7BA4, symSize: 0x68 } + - { offsetInCU: 0x278, offset: 0x197095, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x3D8, symBinAddr: 0xE7C0C, symSize: 0xC } + - { offsetInCU: 0x294, offset: 0x1970B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x3E4, symBinAddr: 0xE7C18, symSize: 0xC } + - { offsetInCU: 0x2B0, offset: 0x1970CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO11stringValueSSvgTf4d_n', symObjAddr: 0x79C, symBinAddr: 0xE7F00, symSize: 0x14 } + - { offsetInCU: 0x2EC, offset: 0x197109, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfD', symObjAddr: 0x448, symBinAddr: 0xE7C7C, symSize: 0x4C } + - { offsetInCU: 0x346, offset: 0x197163, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfE', symObjAddr: 0x440, symBinAddr: 0xE7C74, symSize: 0x8 } + - { offsetInCU: 0x39E, offset: 0x1971BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCMa', symObjAddr: 0x494, symBinAddr: 0xE7CC8, symSize: 0x20 } + - { offsetInCU: 0x3B2, offset: 0x1971CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs0E3KeyAAWl', symObjAddr: 0x518, symBinAddr: 0xE7CE8, symSize: 0x44 } + - { offsetInCU: 0x3C6, offset: 0x1971E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwet', symObjAddr: 0x5C8, symBinAddr: 0xE7D2C, symSize: 0x50 } + - { offsetInCU: 0x3DA, offset: 0x1971F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwst', symObjAddr: 0x618, symBinAddr: 0xE7D7C, symSize: 0x8C } + - { offsetInCU: 0x3EE, offset: 0x19720B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwug', symObjAddr: 0x6A4, symBinAddr: 0xE7E08, symSize: 0x8 } + - { offsetInCU: 0x402, offset: 0x19721F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwup', symObjAddr: 0x6AC, symBinAddr: 0xE7E10, symSize: 0x4 } + - { offsetInCU: 0x416, offset: 0x197233, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwui', symObjAddr: 0x6B0, symBinAddr: 0xE7E14, symSize: 0x4 } + - { offsetInCU: 0x42A, offset: 0x197247, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOMa', symObjAddr: 0x6B4, symBinAddr: 0xE7E18, symSize: 0x10 } + - { offsetInCU: 0x43E, offset: 0x19725B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASQWb', symObjAddr: 0x6C4, symBinAddr: 0xE7E28, symSize: 0x4 } + - { offsetInCU: 0x452, offset: 0x19726F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFSQAAWl', symObjAddr: 0x6C8, symBinAddr: 0xE7E2C, symSize: 0x44 } + - { offsetInCU: 0x466, offset: 0x197283, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x70C, symBinAddr: 0xE7E70, symSize: 0x4 } + - { offsetInCU: 0x47A, offset: 0x197297, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x710, symBinAddr: 0xE7E74, symSize: 0x44 } + - { offsetInCU: 0x48E, offset: 0x1972AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x754, symBinAddr: 0xE7EB8, symSize: 0x4 } + - { offsetInCU: 0x4A2, offset: 0x1972BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x758, symBinAddr: 0xE7EBC, symSize: 0x44 } + - { offsetInCU: 0x4D6, offset: 0x1972F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2D4, symBinAddr: 0xE7B08, symSize: 0x4 } + - { offsetInCU: 0x4F6, offset: 0x197313, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2D4, symBinAddr: 0xE7B08, symSize: 0x4 } + - { offsetInCU: 0x516, offset: 0x197333, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0xE7B0C, symSize: 0x4 } + - { offsetInCU: 0x536, offset: 0x197353, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0xE7B0C, symSize: 0x4 } + - { offsetInCU: 0x556, offset: 0x197373, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2DC, symBinAddr: 0xE7B10, symSize: 0x4 } + - { offsetInCU: 0x576, offset: 0x197393, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2DC, symBinAddr: 0xE7B10, symSize: 0x4 } + - { offsetInCU: 0x596, offset: 0x1973B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xE7B14, symSize: 0x4 } + - { offsetInCU: 0x5B6, offset: 0x1973D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xE7B14, symSize: 0x4 } + - { offsetInCU: 0x5CE, offset: 0x1973EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x3F0, symBinAddr: 0xE7C24, symSize: 0x28 } + - { offsetInCU: 0x5EA, offset: 0x197407, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x418, symBinAddr: 0xE7C4C, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1975C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xE7F14, symSize: 0xF0 } + - { offsetInCU: 0x64, offset: 0x1975F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tF', symObjAddr: 0xF0, symBinAddr: 0xE8004, symSize: 0xF0 } + - { offsetInCU: 0xC1, offset: 0x197656, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCfD', symObjAddr: 0x1E0, symBinAddr: 0xE80F4, symSize: 0x2C } + - { offsetInCU: 0x104, offset: 0x197699, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cQ0C_tFTW', symObjAddr: 0x22C, symBinAddr: 0xE8140, symSize: 0x20 } + - { offsetInCU: 0x14A, offset: 0x1976DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP15contentsGravity3forSo015CALayerContentsP0aAA0C5AssetC_tFTW', symObjAddr: 0x24C, symBinAddr: 0xE8160, symSize: 0x50 } + - { offsetInCU: 0x1B9, offset: 0x19774E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC05imageD0AdA09AnimationcD0_p_tcfCTf4en_n', symObjAddr: 0x31C, symBinAddr: 0xE81B0, symSize: 0xD0 } + - { offsetInCU: 0x23A, offset: 0x1977CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xE7F14, symSize: 0xF0 } + - { offsetInCU: 0x284, offset: 0x197819, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCMa', symObjAddr: 0x20C, symBinAddr: 0xE8120, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x197A32, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0xE8280, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x197A66, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x50, symBinAddr: 0xE82D0, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x197A7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfC', symObjAddr: 0x80, symBinAddr: 0xE8300, symSize: 0x20 } + - { offsetInCU: 0xC4, offset: 0x197A98, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfc', symObjAddr: 0xA0, symBinAddr: 0xE8320, symSize: 0xD8 } + - { offsetInCU: 0x132, offset: 0x197B06, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfcTo', symObjAddr: 0x178, symBinAddr: 0xE83F8, symSize: 0x20 } + - { offsetInCU: 0x14E, offset: 0x197B22, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x198, symBinAddr: 0xE8418, symSize: 0x44 } + - { offsetInCU: 0x16C, offset: 0x197B40, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1DC, symBinAddr: 0xE845C, symSize: 0x30 } + - { offsetInCU: 0x18F, offset: 0x197B63, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x20C, symBinAddr: 0xE848C, symSize: 0x4C } + - { offsetInCU: 0x1DF, offset: 0x197BB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x414, symBinAddr: 0xE8694, symSize: 0x18 } + - { offsetInCU: 0x1FF, offset: 0x197BD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x414, symBinAddr: 0xE8694, symSize: 0x18 } + - { offsetInCU: 0x21C, offset: 0x197BF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvg', symObjAddr: 0x42C, symBinAddr: 0xE86AC, symSize: 0x18 } + - { offsetInCU: 0x239, offset: 0x197C0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF', symObjAddr: 0x56C, symBinAddr: 0xE87EC, symSize: 0x54 } + - { offsetInCU: 0x2A2, offset: 0x197C76, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x5C0, symBinAddr: 0xE8840, symSize: 0x9C } + - { offsetInCU: 0x2E9, offset: 0x197CBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tF', symObjAddr: 0x65C, symBinAddr: 0xE88DC, symSize: 0x44 } + - { offsetInCU: 0x33C, offset: 0x197D10, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tFTo', symObjAddr: 0x6A0, symBinAddr: 0xE8920, symSize: 0x74 } + - { offsetInCU: 0x377, offset: 0x197D4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC15animationDidSetyyF', symObjAddr: 0x714, symBinAddr: 0xE8994, symSize: 0x4 } + - { offsetInCU: 0x3A2, offset: 0x197D76, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg', symObjAddr: 0x718, symBinAddr: 0xE8998, symSize: 0x10 } + - { offsetInCU: 0x3F9, offset: 0x197DCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvW', symObjAddr: 0x7A0, symBinAddr: 0xE8A20, symSize: 0xEC } + - { offsetInCU: 0x472, offset: 0x197E46, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg', symObjAddr: 0x88C, symBinAddr: 0xE8B0C, symSize: 0x48 } + - { offsetInCU: 0x491, offset: 0x197E65, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs', symObjAddr: 0x8D4, symBinAddr: 0xE8B54, symSize: 0x70 } + - { offsetInCU: 0x4BA, offset: 0x197E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM', symObjAddr: 0x944, symBinAddr: 0xE8BC4, symSize: 0x48 } + - { offsetInCU: 0x4E9, offset: 0x197EBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM.resume.0', symObjAddr: 0x98C, symBinAddr: 0xE8C0C, symSize: 0x30 } + - { offsetInCU: 0x53E, offset: 0x197F12, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0xA34, symBinAddr: 0xE8CB4, symSize: 0x74 } + - { offsetInCU: 0x5CB, offset: 0x197F9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0xAA8, symBinAddr: 0xE8D28, symSize: 0x64 } + - { offsetInCU: 0x634, offset: 0x198008, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0xB0C, symBinAddr: 0xE8D8C, symSize: 0x8C } + - { offsetInCU: 0x6A6, offset: 0x19807A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0xB98, symBinAddr: 0xE8E18, symSize: 0x88 } + - { offsetInCU: 0x741, offset: 0x198115, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF', symObjAddr: 0xC20, symBinAddr: 0xE8EA0, symSize: 0x8C } + - { offsetInCU: 0x7BB, offset: 0x19818F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF', symObjAddr: 0xCAC, symBinAddr: 0xE8F2C, symSize: 0x5C } + - { offsetInCU: 0x85B, offset: 0x19822F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14updateForStateyyF', symObjAddr: 0xD08, symBinAddr: 0xE8F88, symSize: 0x2F8 } + - { offsetInCU: 0xBD5, offset: 0x1985A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC10commonInit33_3255EF2F4BCF8A3C447F424ACE2B7066LLyyF', symObjAddr: 0x1000, symBinAddr: 0xE9280, symSize: 0x2B4 } + - { offsetInCU: 0xC5D, offset: 0x198631, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfC', symObjAddr: 0x12B4, symBinAddr: 0xE9534, symSize: 0x50 } + - { offsetInCU: 0xC7B, offset: 0x19864F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc', symObjAddr: 0x1304, symBinAddr: 0xE9584, symSize: 0x2C } + - { offsetInCU: 0xCEE, offset: 0x1986C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x1330, symBinAddr: 0xE95B0, symSize: 0x2C } + - { offsetInCU: 0xD55, offset: 0x198729, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfD', symObjAddr: 0x135C, symBinAddr: 0xE95DC, symSize: 0x30 } + - { offsetInCU: 0xD82, offset: 0x198756, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x2690, symBinAddr: 0xEA910, symSize: 0x1C0 } + - { offsetInCU: 0xEB5, offset: 0x198889, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x2870, symBinAddr: 0xEAAF0, symSize: 0xDC } + - { offsetInCU: 0xF52, offset: 0x198926, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvpACTk', symObjAddr: 0x728, symBinAddr: 0xE89A8, symSize: 0x78 } + - { offsetInCU: 0x106A, offset: 0x198A3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x2430, symBinAddr: 0xEA6B0, symSize: 0x260 } + - { offsetInCU: 0x1291, offset: 0x198C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x9BC, symBinAddr: 0xE8C3C, symSize: 0x78 } + - { offsetInCU: 0x1413, offset: 0x198DE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfETo', symObjAddr: 0x138C, symBinAddr: 0xE960C, symSize: 0x48 } + - { offsetInCU: 0x146E, offset: 0x198E42, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x13D4, symBinAddr: 0xE9654, symSize: 0xBC } + - { offsetInCU: 0x1504, offset: 0x198ED8, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector1DVTB5', symObjAddr: 0x1490, symBinAddr: 0xE9710, symSize: 0x94 } + - { offsetInCU: 0x159A, offset: 0x198F6E, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector3DVTB5', symObjAddr: 0x1524, symBinAddr: 0xE97A4, symSize: 0xBC } + - { offsetInCU: 0x1630, offset: 0x199004, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x15E0, symBinAddr: 0xE9860, symSize: 0xA0 } + - { offsetInCU: 0x16C6, offset: 0x19909A, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I5ColorVTB5', symObjAddr: 0x1680, symBinAddr: 0xE9900, symSize: 0xC4 } + - { offsetInCU: 0x175C, offset: 0x199130, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x1744, symBinAddr: 0xE99C4, symSize: 0xA8 } + - { offsetInCU: 0x17F2, offset: 0x1991C6, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x17EC, symBinAddr: 0xE9A6C, symSize: 0xB8 } + - { offsetInCU: 0x1880, offset: 0x199254, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x18C0, symBinAddr: 0xE9B40, symSize: 0xB0 } + - { offsetInCU: 0x1916, offset: 0x1992EA, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x1970, symBinAddr: 0xE9BF0, symSize: 0xB8 } + - { offsetInCU: 0x19AC, offset: 0x199380, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1A28, symBinAddr: 0xE9CA8, symSize: 0xB8 } + - { offsetInCU: 0x1A42, offset: 0x199416, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x1AE0, symBinAddr: 0xE9D60, symSize: 0xC4 } + - { offsetInCU: 0x1AD8, offset: 0x1994AC, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AI2totTg5', symObjAddr: 0x1D78, symBinAddr: 0xE9FF8, symSize: 0xB4 } + - { offsetInCU: 0x1B63, offset: 0x199537, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSu_SSTg5', symObjAddr: 0x1E2C, symBinAddr: 0xEA0AC, symSize: 0xC4 } + - { offsetInCU: 0x1BDB, offset: 0x1995AF, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x2090, symBinAddr: 0xEA310, symSize: 0xC8 } + - { offsetInCU: 0x1C69, offset: 0x19963D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCMa', symObjAddr: 0x2850, symBinAddr: 0xEAAD0, symSize: 0x20 } + - { offsetInCU: 0x79, offset: 0x199A92, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xEADA8, symSize: 0x58 } + - { offsetInCU: 0xC0, offset: 0x199AD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0xEAE00, symSize: 0x208 } + - { offsetInCU: 0x183, offset: 0x199B9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfcTo', symObjAddr: 0x260, symBinAddr: 0xEB008, symSize: 0x4C } + - { offsetInCU: 0x19F, offset: 0x199BB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2AC, symBinAddr: 0xEB054, symSize: 0x208 } + - { offsetInCU: 0x202, offset: 0x199C1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCACycfcTo', symObjAddr: 0x4B4, symBinAddr: 0xEB25C, symSize: 0x2C } + - { offsetInCU: 0x269, offset: 0x199C82, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfD', symObjAddr: 0x548, symBinAddr: 0xEB2F0, symSize: 0x34 } + - { offsetInCU: 0x2C3, offset: 0x199CDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfE', symObjAddr: 0x4E0, symBinAddr: 0xEB288, symSize: 0x68 } + - { offsetInCU: 0x2F2, offset: 0x199D0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfETo', symObjAddr: 0x57C, symBinAddr: 0xEB324, symSize: 0x68 } + - { offsetInCU: 0x321, offset: 0x199D3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCMa', symObjAddr: 0x5E4, symBinAddr: 0xEB38C, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x199D4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwCP', symObjAddr: 0x604, symBinAddr: 0xEB3AC, symSize: 0x30 } + - { offsetInCU: 0x349, offset: 0x199D62, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwxx', symObjAddr: 0x634, symBinAddr: 0xEB3DC, symSize: 0x48 } + - { offsetInCU: 0x35D, offset: 0x199D76, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwcp', symObjAddr: 0x67C, symBinAddr: 0xEB424, symSize: 0x74 } + - { offsetInCU: 0x371, offset: 0x199D8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwca', symObjAddr: 0x6F0, symBinAddr: 0xEB498, symSize: 0xBC } + - { offsetInCU: 0x385, offset: 0x199D9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwta', symObjAddr: 0x7C0, symBinAddr: 0xEB554, symSize: 0x84 } + - { offsetInCU: 0x399, offset: 0x199DB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwet', symObjAddr: 0x844, symBinAddr: 0xEB5D8, symSize: 0x48 } + - { offsetInCU: 0x3AD, offset: 0x199DC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwst', symObjAddr: 0x88C, symBinAddr: 0xEB620, symSize: 0x4C } + - { offsetInCU: 0x3C1, offset: 0x199DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVMa', symObjAddr: 0x8D8, symBinAddr: 0xEB66C, symSize: 0x10 } + - { offsetInCU: 0x3F6, offset: 0x199E0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x8E8, symBinAddr: 0xEB67C, symSize: 0x8 } + - { offsetInCU: 0x437, offset: 0x199E50, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x908, symBinAddr: 0xEB69C, symSize: 0x8 } + - { offsetInCU: 0x478, offset: 0x199E91, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x910, symBinAddr: 0xEB6A4, symSize: 0x8 } + - { offsetInCU: 0x4B9, offset: 0x199ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x918, symBinAddr: 0xEB6AC, symSize: 0x8 } + - { offsetInCU: 0x4FA, offset: 0x199F13, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x920, symBinAddr: 0xEB6B4, symSize: 0x8 } + - { offsetInCU: 0x5AC, offset: 0x199FC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLV8repeater5indexAdA0B0C_SitcfCTf4nnd_n', symObjAddr: 0xA04, symBinAddr: 0xEB738, symSize: 0x884 } + - { offsetInCU: 0xFF6, offset: 0x19AA0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x8F0, symBinAddr: 0xEB684, symSize: 0x8 } + - { offsetInCU: 0x1028, offset: 0x19AA41, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x8F8, symBinAddr: 0xEB68C, symSize: 0x8 } + - { offsetInCU: 0x1044, offset: 0x19AA5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x900, symBinAddr: 0xEB694, symSize: 0x8 } + - { offsetInCU: 0x1060, offset: 0x19AA79, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x928, symBinAddr: 0xEB6BC, symSize: 0x8 } + - { offsetInCU: 0x107C, offset: 0x19AA95, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x930, symBinAddr: 0xEB6C4, symSize: 0x8 } + - { offsetInCU: 0x24D, offset: 0x19B466, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC021$s6Lottie23Compatiblebc74C3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5P8_pSgcfU_Tf1nnncnnn_n', symObjAddr: 0x0, symBinAddr: 0xEBFBC, symSize: 0x5F0 } + - { offsetInCU: 0x499, offset: 0x19B6B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x5F0, symBinAddr: 0xEC5AC, symSize: 0x664 } + - { offsetInCU: 0x771, offset: 0x19B98A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xC54, symBinAddr: 0xECC10, symSize: 0x1F8 } + - { offsetInCU: 0x97D, offset: 0x19BB96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xE4C, symBinAddr: 0xECE08, symSize: 0x31C } + - { offsetInCU: 0xAD9, offset: 0x19BCF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfcyAA0aB0CSgcfU_', symObjAddr: 0x1168, symBinAddr: 0xED124, symSize: 0x98 } + - { offsetInCU: 0xB51, offset: 0x19BD6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x127C, symBinAddr: 0xED1BC, symSize: 0x1EC } + - { offsetInCU: 0xD44, offset: 0x19BF5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1468, symBinAddr: 0xED3A8, symSize: 0x254 } + - { offsetInCU: 0xEBA, offset: 0x19C0D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x16BC, symBinAddr: 0xED5FC, symSize: 0x228 } + - { offsetInCU: 0x10E2, offset: 0x19C2FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x18E4, symBinAddr: 0xED824, symSize: 0x8C0 } + - { offsetInCU: 0x13AF, offset: 0x19C5C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x21A4, symBinAddr: 0xEE0E4, symSize: 0x23C } + - { offsetInCU: 0x1500, offset: 0x19C719, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x24CC, symBinAddr: 0xEE40C, symSize: 0x8 } + - { offsetInCU: 0x1554, offset: 0x19C76D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x24D4, symBinAddr: 0xEE414, symSize: 0x40 } + - { offsetInCU: 0x1637, offset: 0x19C850, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2514, symBinAddr: 0xEE454, symSize: 0x24 } + - { offsetInCU: 0x16BF, offset: 0x19C8D8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgSo13NSURLResponseCSgs5Error_pSgIeghggg_So6NSDataCSgAGSo7NSErrorCSgIeyBhyyy_TR', symObjAddr: 0x2584, symBinAddr: 0xEE4C4, symSize: 0xCC } + - { offsetInCU: 0x16D7, offset: 0x19C8F0, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2660, symBinAddr: 0xEE5A0, symSize: 0x10 } + - { offsetInCU: 0x16EB, offset: 0x19C904, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2670, symBinAddr: 0xEE5B0, symSize: 0x8 } + - { offsetInCU: 0x16FF, offset: 0x19C918, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOy', symObjAddr: 0x2718, symBinAddr: 0xEE5C0, symSize: 0x10 } + - { offsetInCU: 0x1713, offset: 0x19C92C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOe', symObjAddr: 0x2764, symBinAddr: 0xEE60C, symSize: 0x10 } + - { offsetInCU: 0x1727, offset: 0x19C940, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOb', symObjAddr: 0x287C, symBinAddr: 0xEE724, symSize: 0x48 } + - { offsetInCU: 0x173B, offset: 0x19C954, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_TA', symObjAddr: 0x28C4, symBinAddr: 0xEE76C, symSize: 0x88 } + - { offsetInCU: 0x174F, offset: 0x19C968, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pWOb', symObjAddr: 0x294C, symBinAddr: 0xEE7F4, symSize: 0x18 } + - { offsetInCU: 0x1763, offset: 0x19C97C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x2A08, symBinAddr: 0xEE850, symSize: 0x14 } + - { offsetInCU: 0x1777, offset: 0x19C990, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACs0C0AAWl', symObjAddr: 0x2A60, symBinAddr: 0xEE864, symSize: 0x44 } + - { offsetInCU: 0x178B, offset: 0x19C9A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwet', symObjAddr: 0x2BEC, symBinAddr: 0xEE9E8, symSize: 0x50 } + - { offsetInCU: 0x179F, offset: 0x19C9B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwst', symObjAddr: 0x2C3C, symBinAddr: 0xEEA38, symSize: 0x8C } + - { offsetInCU: 0x17B3, offset: 0x19C9CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwug', symObjAddr: 0x2CC8, symBinAddr: 0xEEAC4, symSize: 0x8 } + - { offsetInCU: 0x17C7, offset: 0x19C9E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwup', symObjAddr: 0x2CD0, symBinAddr: 0xEEACC, symSize: 0x4 } + - { offsetInCU: 0x17DB, offset: 0x19C9F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwui', symObjAddr: 0x2CD4, symBinAddr: 0xEEAD0, symSize: 0x4 } + - { offsetInCU: 0x17EF, offset: 0x19CA08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOMa', symObjAddr: 0x2CD8, symBinAddr: 0xEEAD4, symSize: 0x10 } + - { offsetInCU: 0x1803, offset: 0x19CA1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASQWb', symObjAddr: 0x2CE8, symBinAddr: 0xEEAE4, symSize: 0x4 } + - { offsetInCU: 0x1817, offset: 0x19CA30, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACSQAAWl', symObjAddr: 0x2CEC, symBinAddr: 0xEEAE8, symSize: 0x44 } + - { offsetInCU: 0x1912, offset: 0x19CB2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2538, symBinAddr: 0xEE478, symSize: 0x3C } + - { offsetInCU: 0x19AE, offset: 0x19CBC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x2574, symBinAddr: 0xEE4B4, symSize: 0x4 } + - { offsetInCU: 0x19CA, offset: 0x19CBE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x2578, symBinAddr: 0xEE4B8, symSize: 0x4 } + - { offsetInCU: 0x19E6, offset: 0x19CBFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x257C, symBinAddr: 0xEE4BC, symSize: 0x4 } + - { offsetInCU: 0x1A02, offset: 0x19CC1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x2580, symBinAddr: 0xEE4C0, symSize: 0x4 } + - { offsetInCU: 0x1A0, offset: 0x19D022, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xEEB5C, symSize: 0x8C4 } + - { offsetInCU: 0x664, offset: 0x19D4E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC5valueACyp_tKcfc', symObjAddr: 0x8C4, symBinAddr: 0xEF420, symSize: 0x8B0 } + - { offsetInCU: 0xC55, offset: 0x19DAD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1174, symBinAddr: 0xEFCD0, symSize: 0x158 } + - { offsetInCU: 0xD9E, offset: 0x19DC20, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCfD', symObjAddr: 0x12CC, symBinAddr: 0xEFE28, symSize: 0x34 } + - { offsetInCU: 0xDF9, offset: 0x19DC7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1320, symBinAddr: 0xEFE7C, symSize: 0x54 } + - { offsetInCU: 0xE31, offset: 0x19DCB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1374, symBinAddr: 0xEFED0, symSize: 0x20 } + - { offsetInCU: 0xFE8, offset: 0x19DE6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCMa', symObjAddr: 0x1300, symBinAddr: 0xEFE5C, symSize: 0x20 } + - { offsetInCU: 0xFFC, offset: 0x19DE7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x1420, symBinAddr: 0xEFEF0, symSize: 0x44 } + - { offsetInCU: 0x103C, offset: 0x19DEBE, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x1464, symBinAddr: 0xEFF34, symSize: 0x68 } + - { offsetInCU: 0x10DA, offset: 0x19DF5C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector1DVTB5', symObjAddr: 0x14CC, symBinAddr: 0xEFF9C, symSize: 0x4C } + - { offsetInCU: 0x1178, offset: 0x19DFFA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector3DVTB5', symObjAddr: 0x1518, symBinAddr: 0xEFFE8, symSize: 0x54 } + - { offsetInCU: 0x1216, offset: 0x19E098, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x156C, symBinAddr: 0xF003C, symSize: 0x48 } + - { offsetInCU: 0x12B4, offset: 0x19E136, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M5ColorVTB5', symObjAddr: 0x15B4, symBinAddr: 0xF0084, symSize: 0x58 } + - { offsetInCU: 0x1352, offset: 0x19E1D4, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x160C, symBinAddr: 0xF00DC, symSize: 0x50 } + - { offsetInCU: 0x13F0, offset: 0x19E272, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x165C, symBinAddr: 0xF012C, symSize: 0x5C } + - { offsetInCU: 0x148E, offset: 0x19E310, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x16BC, symBinAddr: 0xF018C, symSize: 0x5C } + - { offsetInCU: 0x152C, offset: 0x19E3AE, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x1718, symBinAddr: 0xF01E8, symSize: 0x64 } + - { offsetInCU: 0x15CA, offset: 0x19E44C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x177C, symBinAddr: 0xF024C, symSize: 0x64 } + - { offsetInCU: 0x1668, offset: 0x19E4EA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x17E0, symBinAddr: 0xF02B0, symSize: 0x58 } + - { offsetInCU: 0x1711, offset: 0x19E593, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x1890, symBinAddr: 0xF0360, symSize: 0x4C } + - { offsetInCU: 0x17BA, offset: 0x19E63C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSo7CALayerC_6Lottie16AnimationKeypathVTB5', symObjAddr: 0x18DC, symBinAddr: 0xF03AC, symSize: 0x4C } + - { offsetInCU: 0x1858, offset: 0x19E6DA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSu_SSTg5', symObjAddr: 0x1928, symBinAddr: 0xF03F8, symSize: 0x4C } + - { offsetInCU: 0x1901, offset: 0x19E783, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x1974, symBinAddr: 0xF0444, symSize: 0x60 } + - { offsetInCU: 0x1A39, offset: 0x19E8BB, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x1A90, symBinAddr: 0xF0560, symSize: 0x1D0 } + - { offsetInCU: 0x1C46, offset: 0x19EAC8, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie15AnyNodeProperty_p_G_Tg5', symObjAddr: 0x1C60, symBinAddr: 0xF0730, symSize: 0x1D0 } + - { offsetInCU: 0x1D48, offset: 0x19EBCA, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySo17NSLayoutAttributeVSo0H10ConstraintC_G_Tg5', symObjAddr: 0x1E30, symBinAddr: 0xF0900, symSize: 0x1C4 } + - { offsetInCU: 0x1E34, offset: 0x19ECB6, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie5AssetC_G_Tg5', symObjAddr: 0x1FF4, symBinAddr: 0xF0AC4, symSize: 0x1C4 } + - { offsetInCU: 0x1EE9, offset: 0x19ED6B, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie5AssetCGSayxGSTsWl', symObjAddr: 0x21C8, symBinAddr: 0xF0C88, symSize: 0x4C } + - { offsetInCU: 0x75, offset: 0x19F224, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xF0DBC, symSize: 0x58 } + - { offsetInCU: 0xBC, offset: 0x19F26B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0xF0E14, symSize: 0x1B0 } + - { offsetInCU: 0x17F, offset: 0x19F32E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfcTo', symObjAddr: 0x208, symBinAddr: 0xF0FC4, symSize: 0x4C } + - { offsetInCU: 0x19B, offset: 0x19F34A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5setup7contextyAA0D7ContextV_tKF', symObjAddr: 0x254, symBinAddr: 0xF1010, symSize: 0xF0 } + - { offsetInCU: 0x202, offset: 0x19F3B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x344, symBinAddr: 0xF1100, symSize: 0x538 } + - { offsetInCU: 0x4B0, offset: 0x19F65F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_n', symObjAddr: 0x87C, symBinAddr: 0xF1638, symSize: 0x7C } + - { offsetInCU: 0x557, offset: 0x19F706, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfD', symObjAddr: 0x908, symBinAddr: 0xF16C4, symSize: 0x34 } + - { offsetInCU: 0x72C, offset: 0x19F8DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfE', symObjAddr: 0x8F8, symBinAddr: 0xF16B4, symSize: 0x10 } + - { offsetInCU: 0x759, offset: 0x19F908, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfETo', symObjAddr: 0x93C, symBinAddr: 0xF16F8, symSize: 0x10 } + - { offsetInCU: 0x788, offset: 0x19F937, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCMa', symObjAddr: 0x94C, symBinAddr: 0xF1708, symSize: 0x20 } + - { offsetInCU: 0x7C6, offset: 0x19F975, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x96C, symBinAddr: 0xF1728, symSize: 0x7C } + - { offsetInCU: 0x817, offset: 0x19F9C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xB78, symBinAddr: 0xF17A4, symSize: 0x14 } + - { offsetInCU: 0x82F, offset: 0x19F9DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xB78, symBinAddr: 0xF17A4, symSize: 0x14 } + - { offsetInCU: 0x853, offset: 0x19FA02, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_nTA', symObjAddr: 0xC20, symBinAddr: 0xF184C, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x19FCA6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0xF18A8, symSize: 0x89C } + - { offsetInCU: 0x3F, offset: 0x19FCBE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0xF18A8, symSize: 0x89C } + - { offsetInCU: 0x172, offset: 0x19FDF1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd__cfU0_TA', symObjAddr: 0xB08, symBinAddr: 0xF236C, symSize: 0x20 } + - { offsetInCU: 0x1AF, offset: 0x19FE2E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd___qd__tcfU_TA', symObjAddr: 0xB84, symBinAddr: 0xF238C, symSize: 0x24 } + - { offsetInCU: 0x240, offset: 0x19FEBF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV24buildLimitedAvailabilityyAA03AnyC0VxAA0C0RzlFZ', symObjAddr: 0x8E0, symBinAddr: 0xF2144, symSize: 0x7C } + - { offsetInCU: 0x26B, offset: 0x19FEEA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither5firstAA19_ConditionalContentVyxq_Gx_tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x95C, symBinAddr: 0xF21C0, symSize: 0xC4 } + - { offsetInCU: 0x2A4, offset: 0x19FF23, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither6secondAA19_ConditionalContentVyxq_Gq__tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0xA20, symBinAddr: 0xF2284, symSize: 0xC4 } + - { offsetInCU: 0x2B, offset: 0x1A0140, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xF23B4, symSize: 0xAC } + - { offsetInCU: 0x79, offset: 0x1A018E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xF23B4, symSize: 0xAC } + - { offsetInCU: 0xD0, offset: 0x1A01E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfc', symObjAddr: 0xAC, symBinAddr: 0xF2460, symSize: 0x200 } + - { offsetInCU: 0x1AD, offset: 0x1A02C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfcTo', symObjAddr: 0x2AC, symBinAddr: 0xF2660, symSize: 0x4C } + - { offsetInCU: 0x1C9, offset: 0x1A02DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2F8, symBinAddr: 0xF26AC, symSize: 0x3B0 } + - { offsetInCU: 0x430, offset: 0x1A0545, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfD', symObjAddr: 0x6D4, symBinAddr: 0xF2A88, symSize: 0x34 } + - { offsetInCU: 0x47B, offset: 0x1A0590, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCyAcA0bC5ModelCcfcTf4gn_n', symObjAddr: 0xA24, symBinAddr: 0xF2B88, symSize: 0x11C } + - { offsetInCU: 0x6C2, offset: 0x1A07D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfE', symObjAddr: 0x6A8, symBinAddr: 0xF2A5C, symSize: 0x2C } + - { offsetInCU: 0x6EF, offset: 0x1A0804, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfETo', symObjAddr: 0x708, symBinAddr: 0xF2ABC, symSize: 0x38 } + - { offsetInCU: 0x71E, offset: 0x1A0833, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCMa', symObjAddr: 0x740, symBinAddr: 0xF2AF4, symSize: 0x20 } + - { offsetInCU: 0x732, offset: 0x1A0847, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSgWOb', symObjAddr: 0x7D4, symBinAddr: 0xF2B38, symSize: 0x48 } + - { offsetInCU: 0x746, offset: 0x1A085B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x81C, symBinAddr: 0xF2B80, symSize: 0x8 } + - { offsetInCU: 0x4F, offset: 0x1A0B0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xF2CAC, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1A0B32, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xF2CF4, symSize: 0x1D0 } + - { offsetInCU: 0xDC, offset: 0x1A0B9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x218, symBinAddr: 0xF2EC4, symSize: 0xD8 } + - { offsetInCU: 0x16E, offset: 0x1A0C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F0, symBinAddr: 0xF2F9C, symSize: 0x138 } + - { offsetInCU: 0x1F1, offset: 0x1A0CAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x438, symBinAddr: 0xF30E4, symSize: 0x64 } + - { offsetInCU: 0x234, offset: 0x1A0CF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x49C, symBinAddr: 0xF3148, symSize: 0x24 } + - { offsetInCU: 0x274, offset: 0x1A0D32, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4C0, symBinAddr: 0xF316C, symSize: 0x4 } + - { offsetInCU: 0x294, offset: 0x1A0D52, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4C0, symBinAddr: 0xF316C, symSize: 0x4 } + - { offsetInCU: 0x2BF, offset: 0x1A0D7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4C4, symBinAddr: 0xF3170, symSize: 0x68 } + - { offsetInCU: 0x30A, offset: 0x1A0DC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x52C, symBinAddr: 0xF31D8, symSize: 0xC } + - { offsetInCU: 0x326, offset: 0x1A0DE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x538, symBinAddr: 0xF31E4, symSize: 0xC } + - { offsetInCU: 0x342, offset: 0x1A0E00, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO11stringValueSSvgTf4d_n', symObjAddr: 0xA04, symBinAddr: 0xF3514, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x1A0E3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfD', symObjAddr: 0x59C, symBinAddr: 0xF3248, symSize: 0x2C } + - { offsetInCU: 0x40C, offset: 0x1A0ECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfE', symObjAddr: 0x594, symBinAddr: 0xF3240, symSize: 0x8 } + - { offsetInCU: 0x464, offset: 0x1A0F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCMa', symObjAddr: 0x5C8, symBinAddr: 0xF3274, symSize: 0x20 } + - { offsetInCU: 0x478, offset: 0x1A0F36, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs0D3KeyAAWl', symObjAddr: 0x64C, symBinAddr: 0xF3294, symSize: 0x44 } + - { offsetInCU: 0x48C, offset: 0x1A0F4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwet', symObjAddr: 0x830, symBinAddr: 0xF3340, symSize: 0x50 } + - { offsetInCU: 0x4A0, offset: 0x1A0F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwst', symObjAddr: 0x880, symBinAddr: 0xF3390, symSize: 0x8C } + - { offsetInCU: 0x4B4, offset: 0x1A0F72, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwug', symObjAddr: 0x90C, symBinAddr: 0xF341C, symSize: 0x8 } + - { offsetInCU: 0x4C8, offset: 0x1A0F86, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwup', symObjAddr: 0x914, symBinAddr: 0xF3424, symSize: 0x4 } + - { offsetInCU: 0x4DC, offset: 0x1A0F9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwui', symObjAddr: 0x918, symBinAddr: 0xF3428, symSize: 0x4 } + - { offsetInCU: 0x4F0, offset: 0x1A0FAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOMa', symObjAddr: 0x91C, symBinAddr: 0xF342C, symSize: 0x10 } + - { offsetInCU: 0x504, offset: 0x1A0FC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASQWb', symObjAddr: 0x92C, symBinAddr: 0xF343C, symSize: 0x4 } + - { offsetInCU: 0x518, offset: 0x1A0FD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFSQAAWl', symObjAddr: 0x930, symBinAddr: 0xF3440, symSize: 0x44 } + - { offsetInCU: 0x52C, offset: 0x1A0FEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x974, symBinAddr: 0xF3484, symSize: 0x4 } + - { offsetInCU: 0x540, offset: 0x1A0FFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x978, symBinAddr: 0xF3488, symSize: 0x44 } + - { offsetInCU: 0x554, offset: 0x1A1012, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x9BC, symBinAddr: 0xF34CC, symSize: 0x4 } + - { offsetInCU: 0x568, offset: 0x1A1026, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x9C0, symBinAddr: 0xF34D0, symSize: 0x44 } + - { offsetInCU: 0x5A3, offset: 0x1A1061, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x428, symBinAddr: 0xF30D4, symSize: 0x4 } + - { offsetInCU: 0x5C3, offset: 0x1A1081, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x428, symBinAddr: 0xF30D4, symSize: 0x4 } + - { offsetInCU: 0x5E3, offset: 0x1A10A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x42C, symBinAddr: 0xF30D8, symSize: 0x4 } + - { offsetInCU: 0x603, offset: 0x1A10C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x42C, symBinAddr: 0xF30D8, symSize: 0x4 } + - { offsetInCU: 0x623, offset: 0x1A10E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xF30DC, symSize: 0x4 } + - { offsetInCU: 0x643, offset: 0x1A1101, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xF30DC, symSize: 0x4 } + - { offsetInCU: 0x663, offset: 0x1A1121, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x434, symBinAddr: 0xF30E0, symSize: 0x4 } + - { offsetInCU: 0x683, offset: 0x1A1141, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x434, symBinAddr: 0xF30E0, symSize: 0x4 } + - { offsetInCU: 0x69B, offset: 0x1A1159, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x544, symBinAddr: 0xF31F0, symSize: 0x28 } + - { offsetInCU: 0x6B7, offset: 0x1A1175, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x56C, symBinAddr: 0xF3218, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x1A1356, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0xF3520, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x1A136E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0xF3520, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x1A1382, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMr', symObjAddr: 0x4, symBinAddr: 0xF3524, symSize: 0x44 } + - { offsetInCU: 0x73, offset: 0x1A13A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvg', symObjAddr: 0x48, symBinAddr: 0xF3568, symSize: 0x70 } + - { offsetInCU: 0xAF, offset: 0x1A13DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0xB8, symBinAddr: 0xF35D8, symSize: 0xAC } + - { offsetInCU: 0xF8, offset: 0x1A1427, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_', symObjAddr: 0x164, symBinAddr: 0xF3684, symSize: 0x90 } + - { offsetInCU: 0x148, offset: 0x1A1477, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1F4, symBinAddr: 0xF3714, symSize: 0xB8 } + - { offsetInCU: 0x1E2, offset: 0x1A1511, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCfd', symObjAddr: 0x2AC, symBinAddr: 0xF37CC, symSize: 0x1C } + - { offsetInCU: 0x21D, offset: 0x1A154C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCfD', symObjAddr: 0x2C8, symBinAddr: 0xF37E8, symSize: 0x24 } + - { offsetInCU: 0x267, offset: 0x1A1596, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x2F8, symBinAddr: 0xF3818, symSize: 0x20 } + - { offsetInCU: 0x292, offset: 0x1A15C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x318, symBinAddr: 0xF3838, symSize: 0xC } + - { offsetInCU: 0x2B2, offset: 0x1A15E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x318, symBinAddr: 0xF3838, symSize: 0xC } + - { offsetInCU: 0x2C4, offset: 0x1A15F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x324, symBinAddr: 0xF3844, symSize: 0x24 } + - { offsetInCU: 0x2E0, offset: 0x1A160F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x420, symBinAddr: 0xF3940, symSize: 0xC } + - { offsetInCU: 0x30E, offset: 0x1A163D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMa', symObjAddr: 0x2EC, symBinAddr: 0xF380C, symSize: 0xC } + - { offsetInCU: 0x322, offset: 0x1A1651, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x348, symBinAddr: 0xF3868, symSize: 0x38 } + - { offsetInCU: 0x336, offset: 0x1A1665, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x380, symBinAddr: 0xF38A0, symSize: 0x8 } + - { offsetInCU: 0x355, offset: 0x1A1684, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x3AC, symBinAddr: 0xF38CC, symSize: 0x28 } + - { offsetInCU: 0x37E, offset: 0x1A16AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3D4, symBinAddr: 0xF38F4, symSize: 0x1C } + - { offsetInCU: 0x392, offset: 0x1A16C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFSbAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3F0, symBinAddr: 0xF3910, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x1A18A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0xF394C, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x1A18CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0xF394C, symSize: 0x8 } + - { offsetInCU: 0x9E, offset: 0x1A191D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x8, symBinAddr: 0xF3954, symSize: 0x44 } + - { offsetInCU: 0x109, offset: 0x1A1988, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5layerACyp_tcfcTo', symObjAddr: 0x4C, symBinAddr: 0xF3998, symSize: 0x9C } + - { offsetInCU: 0x14E, offset: 0x1A19CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCfD', symObjAddr: 0xE8, symBinAddr: 0xF3A34, symSize: 0x34 } + - { offsetInCU: 0x17C, offset: 0x1A19FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCMa', symObjAddr: 0x11C, symBinAddr: 0xF3A68, symSize: 0x20 } + - { offsetInCU: 0xD2, offset: 0x1A1C3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0xF3A88, symSize: 0x370 } + - { offsetInCU: 0x279, offset: 0x1A1DE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO8rawValueSSvg', symObjAddr: 0x370, symBinAddr: 0xF3DF8, symSize: 0x20 } + - { offsetInCU: 0x2B2, offset: 0x1A1E1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x390, symBinAddr: 0xF3E18, symSize: 0x20 } + - { offsetInCU: 0x2E0, offset: 0x1A1E48, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x390, symBinAddr: 0xF3E18, symSize: 0x20 } + - { offsetInCU: 0x334, offset: 0x1A1E9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x3D4, symBinAddr: 0xF3E5C, symSize: 0x64 } + - { offsetInCU: 0x39A, offset: 0x1A1F02, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x438, symBinAddr: 0xF3EC0, symSize: 0x28 } + - { offsetInCU: 0x3B6, offset: 0x1A1F1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x460, symBinAddr: 0xF3EE8, symSize: 0x8 } + - { offsetInCU: 0x3EC, offset: 0x1A1F54, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x468, symBinAddr: 0xF3EF0, symSize: 0x68 } + - { offsetInCU: 0x471, offset: 0x1A1FD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4D0, symBinAddr: 0xF3F58, symSize: 0xC } + - { offsetInCU: 0x48D, offset: 0x1A1FF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4DC, symBinAddr: 0xF3F64, symSize: 0xC } + - { offsetInCU: 0x4C9, offset: 0x1A2031, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCfD', symObjAddr: 0x538, symBinAddr: 0xF3FC0, symSize: 0x34 } + - { offsetInCU: 0x50C, offset: 0x1A2074, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC6encode2toys7Encoder_p_tKF', symObjAddr: 0x58C, symBinAddr: 0xF4014, symSize: 0x164 } + - { offsetInCU: 0x54B, offset: 0x1A20B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x6F0, symBinAddr: 0xF4178, symSize: 0x22C } + - { offsetInCU: 0x58A, offset: 0x1A20F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x93C, symBinAddr: 0xF43C4, symSize: 0x20 } + - { offsetInCU: 0x5C6, offset: 0x1A212E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCMa', symObjAddr: 0x56C, symBinAddr: 0xF3FF4, symSize: 0x20 } + - { offsetInCU: 0x68A, offset: 0x1A21F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x95C, symBinAddr: 0xF43E4, symSize: 0x1D4 } + - { offsetInCU: 0x8BB, offset: 0x1A2423, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xB40, symBinAddr: 0xF45C8, symSize: 0x64 } + - { offsetInCU: 0x8FE, offset: 0x1A2466, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xBA4, symBinAddr: 0xF462C, symSize: 0x24 } + - { offsetInCU: 0x93E, offset: 0x1A24A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBC8, symBinAddr: 0xF4650, symSize: 0x4 } + - { offsetInCU: 0x95E, offset: 0x1A24C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBC8, symBinAddr: 0xF4650, symSize: 0x4 } + - { offsetInCU: 0x989, offset: 0x1A24F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBCC, symBinAddr: 0xF4654, symSize: 0x68 } + - { offsetInCU: 0x9D4, offset: 0x1A253C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xC34, symBinAddr: 0xF46BC, symSize: 0xC } + - { offsetInCU: 0x9F0, offset: 0x1A2558, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xC40, symBinAddr: 0xF46C8, symSize: 0xC } + - { offsetInCU: 0xA0C, offset: 0x1A2574, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x16D4, symBinAddr: 0xF5000, symSize: 0x10 } + - { offsetInCU: 0xA47, offset: 0x1A25AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCfD', symObjAddr: 0xC9C, symBinAddr: 0xF4724, symSize: 0x24 } + - { offsetInCU: 0xA92, offset: 0x1A25FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC6encode2toys7Encoder_p_tKF', symObjAddr: 0xCE0, symBinAddr: 0xF4768, symSize: 0x128 } + - { offsetInCU: 0xAD1, offset: 0x1A2639, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xE08, symBinAddr: 0xF4890, symSize: 0x174 } + - { offsetInCU: 0xB10, offset: 0x1A2678, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xFFC, symBinAddr: 0xF4A84, symSize: 0x20 } + - { offsetInCU: 0xB6B, offset: 0x1A26D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCMa', symObjAddr: 0xCC0, symBinAddr: 0xF4748, symSize: 0x20 } + - { offsetInCU: 0xB7F, offset: 0x1A26E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x1080, symBinAddr: 0xF4AA4, symSize: 0x44 } + - { offsetInCU: 0xB93, offset: 0x1A26FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs0C3KeyAAWl', symObjAddr: 0x11E0, symBinAddr: 0xF4BA0, symSize: 0x44 } + - { offsetInCU: 0xBA7, offset: 0x1A270F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwet', symObjAddr: 0x12B4, symBinAddr: 0xF4BE4, symSize: 0x90 } + - { offsetInCU: 0xBBB, offset: 0x1A2723, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwst', symObjAddr: 0x1344, symBinAddr: 0xF4C74, symSize: 0xBC } + - { offsetInCU: 0xBCF, offset: 0x1A2737, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwug', symObjAddr: 0x1400, symBinAddr: 0xF4D30, symSize: 0x8 } + - { offsetInCU: 0xBE3, offset: 0x1A274B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwup', symObjAddr: 0x1408, symBinAddr: 0xF4D38, symSize: 0x4 } + - { offsetInCU: 0xBF7, offset: 0x1A275F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwui', symObjAddr: 0x140C, symBinAddr: 0xF4D3C, symSize: 0x8 } + - { offsetInCU: 0xC0B, offset: 0x1A2773, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOMa', symObjAddr: 0x1414, symBinAddr: 0xF4D44, symSize: 0x10 } + - { offsetInCU: 0xC1F, offset: 0x1A2787, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwet', symObjAddr: 0x1428, symBinAddr: 0xF4D54, symSize: 0x50 } + - { offsetInCU: 0xC33, offset: 0x1A279B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwst', symObjAddr: 0x1478, symBinAddr: 0xF4DA4, symSize: 0x8C } + - { offsetInCU: 0xC47, offset: 0x1A27AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwug', symObjAddr: 0x1504, symBinAddr: 0xF4E30, symSize: 0x8 } + - { offsetInCU: 0xC5B, offset: 0x1A27C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwup', symObjAddr: 0x150C, symBinAddr: 0xF4E38, symSize: 0x4 } + - { offsetInCU: 0xC6F, offset: 0x1A27D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwui', symObjAddr: 0x1510, symBinAddr: 0xF4E3C, symSize: 0x4 } + - { offsetInCU: 0xC83, offset: 0x1A27EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOMa', symObjAddr: 0x1514, symBinAddr: 0xF4E40, symSize: 0x10 } + - { offsetInCU: 0xC97, offset: 0x1A27FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASQWb', symObjAddr: 0x1524, symBinAddr: 0xF4E50, symSize: 0x4 } + - { offsetInCU: 0xCAB, offset: 0x1A2813, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAESQAAWl', symObjAddr: 0x1528, symBinAddr: 0xF4E54, symSize: 0x44 } + - { offsetInCU: 0xCBF, offset: 0x1A2827, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASQWb', symObjAddr: 0x156C, symBinAddr: 0xF4E98, symSize: 0x4 } + - { offsetInCU: 0xCD3, offset: 0x1A283B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFSQAAWl', symObjAddr: 0x1570, symBinAddr: 0xF4E9C, symSize: 0x44 } + - { offsetInCU: 0xCE7, offset: 0x1A284F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x15B4, symBinAddr: 0xF4EE0, symSize: 0x4 } + - { offsetInCU: 0xCFB, offset: 0x1A2863, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x15B8, symBinAddr: 0xF4EE4, symSize: 0x44 } + - { offsetInCU: 0xD0F, offset: 0x1A2877, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x15FC, symBinAddr: 0xF4F28, symSize: 0x4 } + - { offsetInCU: 0xD23, offset: 0x1A288B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1600, symBinAddr: 0xF4F2C, symSize: 0x44 } + - { offsetInCU: 0xD37, offset: 0x1A289F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1644, symBinAddr: 0xF4F70, symSize: 0x4 } + - { offsetInCU: 0xD4B, offset: 0x1A28B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1648, symBinAddr: 0xF4F74, symSize: 0x44 } + - { offsetInCU: 0xD5F, offset: 0x1A28C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x168C, symBinAddr: 0xF4FB8, symSize: 0x4 } + - { offsetInCU: 0xD73, offset: 0x1A28DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1690, symBinAddr: 0xF4FBC, symSize: 0x44 } + - { offsetInCU: 0xDD5, offset: 0x1A293D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0xF3E38, symSize: 0xC } + - { offsetInCU: 0xDF1, offset: 0x1A2959, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3BC, symBinAddr: 0xF3E44, symSize: 0x8 } + - { offsetInCU: 0xE0D, offset: 0x1A2975, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3C4, symBinAddr: 0xF3E4C, symSize: 0x8 } + - { offsetInCU: 0xE29, offset: 0x1A2991, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3CC, symBinAddr: 0xF3E54, symSize: 0x8 } + - { offsetInCU: 0xE4C, offset: 0x1A29B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4E8, symBinAddr: 0xF3F70, symSize: 0x28 } + - { offsetInCU: 0xE68, offset: 0x1A29D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x510, symBinAddr: 0xF3F98, symSize: 0x28 } + - { offsetInCU: 0xEF2, offset: 0x1A2A5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB30, symBinAddr: 0xF45B8, symSize: 0x4 } + - { offsetInCU: 0xF12, offset: 0x1A2A7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB30, symBinAddr: 0xF45B8, symSize: 0x4 } + - { offsetInCU: 0xF32, offset: 0x1A2A9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB34, symBinAddr: 0xF45BC, symSize: 0x4 } + - { offsetInCU: 0xF52, offset: 0x1A2ABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB34, symBinAddr: 0xF45BC, symSize: 0x4 } + - { offsetInCU: 0xF72, offset: 0x1A2ADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB38, symBinAddr: 0xF45C0, symSize: 0x4 } + - { offsetInCU: 0xF92, offset: 0x1A2AFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB38, symBinAddr: 0xF45C0, symSize: 0x4 } + - { offsetInCU: 0xFB2, offset: 0x1A2B1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB3C, symBinAddr: 0xF45C4, symSize: 0x4 } + - { offsetInCU: 0xFD2, offset: 0x1A2B3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB3C, symBinAddr: 0xF45C4, symSize: 0x4 } + - { offsetInCU: 0xFEA, offset: 0x1A2B52, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xC4C, symBinAddr: 0xF46D4, symSize: 0x28 } + - { offsetInCU: 0x1006, offset: 0x1A2B6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xC74, symBinAddr: 0xF46FC, symSize: 0x28 } + - { offsetInCU: 0x11C, offset: 0x1A2E19, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addTransformAnimations3for7contextyAC0D5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x50, symBinAddr: 0xF5060, symSize: 0x30C } + - { offsetInCU: 0x20F, offset: 0x1A2F0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x35C, symBinAddr: 0xF536C, symSize: 0xC } + - { offsetInCU: 0x268, offset: 0x1A2F65, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x368, symBinAddr: 0xF5378, symSize: 0xC } + - { offsetInCU: 0x2C1, offset: 0x1A2FBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x374, symBinAddr: 0xF5384, symSize: 0xC } + - { offsetInCU: 0x2FC, offset: 0x1A2FF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x380, symBinAddr: 0xF5390, symSize: 0x8 } + - { offsetInCU: 0x318, offset: 0x1A3015, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x388, symBinAddr: 0xF5398, symSize: 0x8 } + - { offsetInCU: 0x352, offset: 0x1A304F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x390, symBinAddr: 0xF53A0, symSize: 0xC } + - { offsetInCU: 0x3AB, offset: 0x1A30A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x39C, symBinAddr: 0xF53AC, symSize: 0xC } + - { offsetInCU: 0x3E6, offset: 0x1A30E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3A8, symBinAddr: 0xF53B8, symSize: 0x8 } + - { offsetInCU: 0x402, offset: 0x1A30FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B0, symBinAddr: 0xF53C0, symSize: 0x8 } + - { offsetInCU: 0x43C, offset: 0x1A3139, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B8, symBinAddr: 0xF53C8, symSize: 0xC } + - { offsetInCU: 0x495, offset: 0x1A3192, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3C4, symBinAddr: 0xF53D4, symSize: 0xC } + - { offsetInCU: 0x507, offset: 0x1A3204, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE7hasSkewSbvg', symObjAddr: 0x3F4, symBinAddr: 0xF53E0, symSize: 0xD4 } + - { offsetInCU: 0x69B, offset: 0x1A3398, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModel_pWOc', symObjAddr: 0x4C8, symBinAddr: 0xF54B4, symSize: 0x44 } + - { offsetInCU: 0x6E6, offset: 0x1A33E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE23hasNegativeXScaleValuesSbvg', symObjAddr: 0x50C, symBinAddr: 0xF54F8, symSize: 0x98 } + - { offsetInCU: 0x812, offset: 0x1A350F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZAA0A8Vector3DV_AvA0A8Vector1DVAxv5xA4HoldVySo13CATransform3DVGTg5Tf4nnnnnnnnnnnnd_n', symObjAddr: 0x16E4, symBinAddr: 0xF6670, symSize: 0x1FC } + - { offsetInCU: 0x997, offset: 0x1A3694, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x5C4, symBinAddr: 0xF5590, symSize: 0x508 } + - { offsetInCU: 0xA99, offset: 0x1A3796, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_', symObjAddr: 0x1540, symBinAddr: 0xF650C, symSize: 0x14C } + - { offsetInCU: 0xBEC, offset: 0x1A38E9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addPositionAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xACC, symBinAddr: 0xF5A98, symSize: 0x31C } + - { offsetInCU: 0xE34, offset: 0x1A3B31, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE18addScaleAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xDE8, symBinAddr: 0xF5DB4, symSize: 0x268 } + - { offsetInCU: 0x104B, offset: 0x1A3D48, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addRotationAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x1050, symBinAddr: 0xF601C, symSize: 0x35C } + - { offsetInCU: 0x1249, offset: 0x1A3F46, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_', symObjAddr: 0x13AC, symBinAddr: 0xF6378, symSize: 0xDC } + - { offsetInCU: 0x130E, offset: 0x1A400B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE16hasSkewAnimationSbvg', symObjAddr: 0x1488, symBinAddr: 0xF6454, symSize: 0xB8 } + - { offsetInCU: 0x1403, offset: 0x1A4100, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5TA', symObjAddr: 0x16DC, symBinAddr: 0xF6668, symSize: 0x8 } + - { offsetInCU: 0x1459, offset: 0x1A4156, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_TA', symObjAddr: 0x1A70, symBinAddr: 0xF686C, symSize: 0x2C } + - { offsetInCU: 0x146D, offset: 0x1A416A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x1B88, symBinAddr: 0xF6940, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x1A4555, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0xF69D4, symSize: 0x1A8 } + - { offsetInCU: 0x126, offset: 0x1A4650, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0xF69D4, symSize: 0x1A8 } + - { offsetInCU: 0x35A, offset: 0x1A4884, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfd', symObjAddr: 0x1A8, symBinAddr: 0xF6B7C, symSize: 0x7C } + - { offsetInCU: 0x387, offset: 0x1A48B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfD', symObjAddr: 0x224, symBinAddr: 0xF6BF8, symSize: 0x1C } + - { offsetInCU: 0x3C3, offset: 0x1A48ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x260, symBinAddr: 0xF6C34, symSize: 0xC } + - { offsetInCU: 0x404, offset: 0x1A492E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x26C, symBinAddr: 0xF6C40, symSize: 0x30 } + - { offsetInCU: 0x445, offset: 0x1A496F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x29C, symBinAddr: 0xF6C70, symSize: 0xC } + - { offsetInCU: 0x486, offset: 0x1A49B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A8, symBinAddr: 0xF6C7C, symSize: 0xC } + - { offsetInCU: 0x4B8, offset: 0x1A49E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC9transformAcA14ShapeTransformCSg_tcfcTf4gn_n', symObjAddr: 0x574, symBinAddr: 0xF6F48, symSize: 0x934 } + - { offsetInCU: 0xDA3, offset: 0x1A52CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCMa', symObjAddr: 0x240, symBinAddr: 0xF6C14, symSize: 0x20 } + - { offsetInCU: 0xDC3, offset: 0x1A52ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfd', symObjAddr: 0x2B4, symBinAddr: 0xF6C88, symSize: 0x4C } + - { offsetInCU: 0xDF0, offset: 0x1A531A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfD', symObjAddr: 0x300, symBinAddr: 0xF6CD4, symSize: 0x1C } + - { offsetInCU: 0xE3B, offset: 0x1A5365, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x33C, symBinAddr: 0xF6D10, symSize: 0x44 } + - { offsetInCU: 0xE87, offset: 0x1A53B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x380, symBinAddr: 0xF6D54, symSize: 0x24 } + - { offsetInCU: 0xED7, offset: 0x1A5401, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x3A4, symBinAddr: 0xF6D78, symSize: 0x3C } + - { offsetInCU: 0xF23, offset: 0x1A544D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xF6DB4, symSize: 0x4 } + - { offsetInCU: 0xF43, offset: 0x1A546D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xF6DB4, symSize: 0x4 } + - { offsetInCU: 0xF73, offset: 0x1A549D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x3E4, symBinAddr: 0xF6DB8, symSize: 0x8 } + - { offsetInCU: 0xF93, offset: 0x1A54BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x3E4, symBinAddr: 0xF6DB8, symSize: 0x8 } + - { offsetInCU: 0xFF6, offset: 0x1A5520, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3EC, symBinAddr: 0xF6DC0, symSize: 0x20 } + - { offsetInCU: 0x1016, offset: 0x1A5540, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3EC, symBinAddr: 0xF6DC0, symSize: 0x20 } + - { offsetInCU: 0x1067, offset: 0x1A5591, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x40C, symBinAddr: 0xF6DE0, symSize: 0x8 } + - { offsetInCU: 0x1087, offset: 0x1A55B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x40C, symBinAddr: 0xF6DE0, symSize: 0x8 } + - { offsetInCU: 0x10A8, offset: 0x1A55D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x414, symBinAddr: 0xF6DE8, symSize: 0x8 } + - { offsetInCU: 0x10C8, offset: 0x1A55F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x414, symBinAddr: 0xF6DE8, symSize: 0x8 } + - { offsetInCU: 0x10E9, offset: 0x1A5613, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x41C, symBinAddr: 0xF6DF0, symSize: 0x8 } + - { offsetInCU: 0x1109, offset: 0x1A5633, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x41C, symBinAddr: 0xF6DF0, symSize: 0x8 } + - { offsetInCU: 0x112A, offset: 0x1A5654, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x424, symBinAddr: 0xF6DF8, symSize: 0x8 } + - { offsetInCU: 0x114A, offset: 0x1A5674, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x424, symBinAddr: 0xF6DF8, symSize: 0x8 } + - { offsetInCU: 0x116B, offset: 0x1A5695, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x42C, symBinAddr: 0xF6E00, symSize: 0xC } + - { offsetInCU: 0x118B, offset: 0x1A56B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x42C, symBinAddr: 0xF6E00, symSize: 0xC } + - { offsetInCU: 0x11AC, offset: 0x1A56D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x438, symBinAddr: 0xF6E0C, symSize: 0x10 } + - { offsetInCU: 0x11CC, offset: 0x1A56F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x438, symBinAddr: 0xF6E0C, symSize: 0x10 } + - { offsetInCU: 0x1214, offset: 0x1A573E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x448, symBinAddr: 0xF6E1C, symSize: 0x68 } + - { offsetInCU: 0x129B, offset: 0x1A57C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x4B0, symBinAddr: 0xF6E84, symSize: 0x5C } + - { offsetInCU: 0x12FB, offset: 0x1A5825, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x50C, symBinAddr: 0xF6EE0, symSize: 0x30 } + - { offsetInCU: 0x133C, offset: 0x1A5866, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x53C, symBinAddr: 0xF6F10, symSize: 0xC } + - { offsetInCU: 0x138C, offset: 0x1A58B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x548, symBinAddr: 0xF6F1C, symSize: 0x2C } + - { offsetInCU: 0x13C7, offset: 0x1A58F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC4name06parentC04treeACSS_AA08AnimatorC0_pSgAA0C4TreeCtcfcTf4gggn_n', symObjAddr: 0xEA8, symBinAddr: 0xF787C, symSize: 0x4B8 } + - { offsetInCU: 0x1839, offset: 0x1A5D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1360, symBinAddr: 0xF7D34, symSize: 0x148 } + - { offsetInCU: 0x18E4, offset: 0x1A5E0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCMa', symObjAddr: 0x31C, symBinAddr: 0xF6CF0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1A65DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0xF7E94, symSize: 0x4C } + - { offsetInCU: 0x4F, offset: 0x1A6603, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0xF7E94, symSize: 0x4C } + - { offsetInCU: 0x7C, offset: 0x1A6630, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfD', symObjAddr: 0x4C, symBinAddr: 0xF7EE0, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x1A666C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x88, symBinAddr: 0xF7F1C, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x1A66AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x94, symBinAddr: 0xF7F28, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x1A66EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xC4, symBinAddr: 0xF7F58, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x1A6720, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesC12gradientfillAcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x628, symBinAddr: 0xF84BC, symSize: 0x3DC } + - { offsetInCU: 0x4A0, offset: 0x1A6A54, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCMa', symObjAddr: 0x68, symBinAddr: 0xF7EFC, symSize: 0x20 } + - { offsetInCU: 0x4DE, offset: 0x1A6A92, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCfD', symObjAddr: 0xD0, symBinAddr: 0xF7F64, symSize: 0x34 } + - { offsetInCU: 0x53F, offset: 0x1A6AF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x124, symBinAddr: 0xF7FB8, symSize: 0x44 } + - { offsetInCU: 0x58B, offset: 0x1A6B3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x168, symBinAddr: 0xF7FFC, symSize: 0x24 } + - { offsetInCU: 0x5CC, offset: 0x1A6B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x18C, symBinAddr: 0xF8020, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0x1A6BA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x18C, symBinAddr: 0xF8020, symSize: 0x4 } + - { offsetInCU: 0x61C, offset: 0x1A6BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x190, symBinAddr: 0xF8024, symSize: 0x8 } + - { offsetInCU: 0x63C, offset: 0x1A6BF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x190, symBinAddr: 0xF8024, symSize: 0x8 } + - { offsetInCU: 0x69F, offset: 0x1A6C53, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x198, symBinAddr: 0xF802C, symSize: 0x10 } + - { offsetInCU: 0x6BF, offset: 0x1A6C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x198, symBinAddr: 0xF802C, symSize: 0x10 } + - { offsetInCU: 0x706, offset: 0x1A6CBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0xF803C, symSize: 0x8 } + - { offsetInCU: 0x726, offset: 0x1A6CDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0xF803C, symSize: 0x8 } + - { offsetInCU: 0x747, offset: 0x1A6CFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0xF8044, symSize: 0x8 } + - { offsetInCU: 0x767, offset: 0x1A6D1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0xF8044, symSize: 0x8 } + - { offsetInCU: 0x788, offset: 0x1A6D3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1B8, symBinAddr: 0xF804C, symSize: 0x8 } + - { offsetInCU: 0x7A8, offset: 0x1A6D5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1B8, symBinAddr: 0xF804C, symSize: 0x8 } + - { offsetInCU: 0x7C9, offset: 0x1A6D7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1C0, symBinAddr: 0xF8054, symSize: 0x8 } + - { offsetInCU: 0x7E9, offset: 0x1A6D9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1C0, symBinAddr: 0xF8054, symSize: 0x8 } + - { offsetInCU: 0x80A, offset: 0x1A6DBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1C8, symBinAddr: 0xF805C, symSize: 0xC } + - { offsetInCU: 0x82A, offset: 0x1A6DDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1C8, symBinAddr: 0xF805C, symSize: 0xC } + - { offsetInCU: 0x84B, offset: 0x1A6DFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1D4, symBinAddr: 0xF8068, symSize: 0x10 } + - { offsetInCU: 0x86B, offset: 0x1A6E1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1D4, symBinAddr: 0xF8068, symSize: 0x10 } + - { offsetInCU: 0x87D, offset: 0x1A6E31, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1E4, symBinAddr: 0xF8078, symSize: 0x8 } + - { offsetInCU: 0x8B7, offset: 0x1A6E6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x1EC, symBinAddr: 0xF8080, symSize: 0x4C } + - { offsetInCU: 0x8F4, offset: 0x1A6EA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xA04, symBinAddr: 0xF8898, symSize: 0x220 } + - { offsetInCU: 0xD18, offset: 0x1A72CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCMa', symObjAddr: 0x104, symBinAddr: 0xF7F98, symSize: 0x20 } + - { offsetInCU: 0xE47, offset: 0x1A73FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x238, symBinAddr: 0xF80CC, symSize: 0x12C } + - { offsetInCU: 0xEE3, offset: 0x1A7497, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x364, symBinAddr: 0xF81F8, symSize: 0x1A8 } + - { offsetInCU: 0x1057, offset: 0x1A760B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcSaySdG_Tg5Tf4en_nAA20KeyframeInterpolatorCyAGG_Tg5', symObjAddr: 0x50C, symBinAddr: 0xF83A0, symSize: 0x11C } + - { offsetInCU: 0x16A7, offset: 0x1A7C5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOc', symObjAddr: 0xCF0, symBinAddr: 0xF8AB8, symSize: 0x3C } + - { offsetInCU: 0x16BB, offset: 0x1A7C6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOh', symObjAddr: 0xD2C, symBinAddr: 0xF8AF4, symSize: 0x34 } + - { offsetInCU: 0x2B, offset: 0x1A8041, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xF8B28, symSize: 0x1EC } + - { offsetInCU: 0x5C, offset: 0x1A8072, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xF8B28, symSize: 0x1EC } + - { offsetInCU: 0xB8, offset: 0x1A80CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1EC, symBinAddr: 0xF8D14, symSize: 0x2AC } + - { offsetInCU: 0x1F9, offset: 0x1A820F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC6encode2toys7Encoder_p_tKF', symObjAddr: 0x498, symBinAddr: 0xF8FC0, symSize: 0x154 } + - { offsetInCU: 0x238, offset: 0x1A824E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x874, symBinAddr: 0xF939C, symSize: 0x4C } + - { offsetInCU: 0x26F, offset: 0x1A8285, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO8rawValueSSvg', symObjAddr: 0x8C0, symBinAddr: 0xF93E8, symSize: 0x18 } + - { offsetInCU: 0x2A8, offset: 0x1A82BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x8D8, symBinAddr: 0xF9400, symSize: 0x18 } + - { offsetInCU: 0x2D6, offset: 0x1A82EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x8D8, symBinAddr: 0xF9400, symSize: 0x18 } + - { offsetInCU: 0x328, offset: 0x1A833E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x914, symBinAddr: 0xF943C, symSize: 0x64 } + - { offsetInCU: 0x38E, offset: 0x1A83A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x978, symBinAddr: 0xF94A0, symSize: 0x28 } + - { offsetInCU: 0x3AA, offset: 0x1A83C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x9A0, symBinAddr: 0xF94C8, symSize: 0x8 } + - { offsetInCU: 0x3E0, offset: 0x1A83F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x9A8, symBinAddr: 0xF94D0, symSize: 0x68 } + - { offsetInCU: 0x465, offset: 0x1A847B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA10, symBinAddr: 0xF9538, symSize: 0xC } + - { offsetInCU: 0x481, offset: 0x1A8497, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xA1C, symBinAddr: 0xF9544, symSize: 0xC } + - { offsetInCU: 0x4BD, offset: 0x1A84D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCfD', symObjAddr: 0xA78, symBinAddr: 0xF95A0, symSize: 0x24 } + - { offsetInCU: 0x508, offset: 0x1A851E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCDC, symBinAddr: 0xF97B0, symSize: 0x2C } + - { offsetInCU: 0x52B, offset: 0x1A8541, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD08, symBinAddr: 0xF97DC, symSize: 0x28 } + - { offsetInCU: 0x5FC, offset: 0x1A8612, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueSSvg', symObjAddr: 0x5EC, symBinAddr: 0xF9114, symSize: 0x20 } + - { offsetInCU: 0x636, offset: 0x1A864C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x790, symBinAddr: 0xF92B8, symSize: 0x44 } + - { offsetInCU: 0x67C, offset: 0x1A8692, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x7D4, symBinAddr: 0xF92FC, symSize: 0x28 } + - { offsetInCU: 0x6A6, offset: 0x1A86BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7FC, symBinAddr: 0xF9324, symSize: 0x28 } + - { offsetInCU: 0x6DE, offset: 0x1A86F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueACSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x11C0, symBinAddr: 0xF9C94, symSize: 0x50 } + - { offsetInCU: 0x709, offset: 0x1A871F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x13D8, symBinAddr: 0xF9E6C, symSize: 0xE0 } + - { offsetInCU: 0x7AE, offset: 0x1A87C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO13discriminator_WZ', symObjAddr: 0x870, symBinAddr: 0xF9398, symSize: 0x4 } + - { offsetInCU: 0x7C8, offset: 0x1A87DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCMa', symObjAddr: 0xA9C, symBinAddr: 0xF95C4, symSize: 0x20 } + - { offsetInCU: 0x7DC, offset: 0x1A87F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwet', symObjAddr: 0xACC, symBinAddr: 0xF95E4, symSize: 0x90 } + - { offsetInCU: 0x7F0, offset: 0x1A8806, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwst', symObjAddr: 0xB5C, symBinAddr: 0xF9674, symSize: 0xBC } + - { offsetInCU: 0x804, offset: 0x1A881A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwup', symObjAddr: 0xC18, symBinAddr: 0xF9730, symSize: 0x4 } + - { offsetInCU: 0x818, offset: 0x1A882E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOMa', symObjAddr: 0xC1C, symBinAddr: 0xF9734, symSize: 0x10 } + - { offsetInCU: 0x82C, offset: 0x1A8842, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASQWb', symObjAddr: 0xC2C, symBinAddr: 0xF9744, symSize: 0x4 } + - { offsetInCU: 0x840, offset: 0x1A8856, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSQAAWl', symObjAddr: 0xC30, symBinAddr: 0xF9748, symSize: 0x44 } + - { offsetInCU: 0x854, offset: 0x1A886A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC74, symBinAddr: 0xF978C, symSize: 0x24 } + - { offsetInCU: 0x868, offset: 0x1A887E, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZ', symObjAddr: 0xD30, symBinAddr: 0xF9804, symSize: 0x14 } + - { offsetInCU: 0x884, offset: 0x1A889A, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xD44, symBinAddr: 0xF9818, symSize: 0x47C } + - { offsetInCU: 0xC6F, offset: 0x1A8C85, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x1250, symBinAddr: 0xF9CE4, symSize: 0x188 } + - { offsetInCU: 0xE89, offset: 0x1A8E9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSYAAWl', symObjAddr: 0x14FC, symBinAddr: 0xF9F4C, symSize: 0x44 } + - { offsetInCU: 0xE9D, offset: 0x1A8EB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs0D3KeyAAWl', symObjAddr: 0x1540, symBinAddr: 0xF9F90, symSize: 0x44 } + - { offsetInCU: 0xEB1, offset: 0x1A8EC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSEAAWl', symObjAddr: 0x1584, symBinAddr: 0xF9FD4, symSize: 0x44 } + - { offsetInCU: 0xEC5, offset: 0x1A8EDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwet', symObjAddr: 0x1688, symBinAddr: 0xFA018, symSize: 0x90 } + - { offsetInCU: 0xED9, offset: 0x1A8EEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwst', symObjAddr: 0x1718, symBinAddr: 0xFA0A8, symSize: 0xBC } + - { offsetInCU: 0xEED, offset: 0x1A8F03, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwug', symObjAddr: 0x17D4, symBinAddr: 0xFA164, symSize: 0x8 } + - { offsetInCU: 0xF01, offset: 0x1A8F17, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwup', symObjAddr: 0x17DC, symBinAddr: 0xFA16C, symSize: 0x4 } + - { offsetInCU: 0xF15, offset: 0x1A8F2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwui', symObjAddr: 0x17E0, symBinAddr: 0xFA170, symSize: 0x8 } + - { offsetInCU: 0xF29, offset: 0x1A8F3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOMa', symObjAddr: 0x17E8, symBinAddr: 0xFA178, symSize: 0x10 } + - { offsetInCU: 0xF3D, offset: 0x1A8F53, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASQWb', symObjAddr: 0x17F8, symBinAddr: 0xFA188, symSize: 0x4 } + - { offsetInCU: 0xF51, offset: 0x1A8F67, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFSQAAWl', symObjAddr: 0x17FC, symBinAddr: 0xFA18C, symSize: 0x44 } + - { offsetInCU: 0xF65, offset: 0x1A8F7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1840, symBinAddr: 0xFA1D0, symSize: 0x4 } + - { offsetInCU: 0xF79, offset: 0x1A8F8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1844, symBinAddr: 0xFA1D4, symSize: 0x44 } + - { offsetInCU: 0xF8D, offset: 0x1A8FA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1888, symBinAddr: 0xFA218, symSize: 0x4 } + - { offsetInCU: 0xFA1, offset: 0x1A8FB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x188C, symBinAddr: 0xFA21C, symSize: 0x44 } + - { offsetInCU: 0x1036, offset: 0x1A904C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x60C, symBinAddr: 0xF9134, symSize: 0x88 } + - { offsetInCU: 0x10E5, offset: 0x1A90FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x694, symBinAddr: 0xF91BC, symSize: 0x60 } + - { offsetInCU: 0x1163, offset: 0x1A9179, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6F4, symBinAddr: 0xF921C, symSize: 0x40 } + - { offsetInCU: 0x11B5, offset: 0x1A91CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x734, symBinAddr: 0xF925C, symSize: 0x5C } + - { offsetInCU: 0x1211, offset: 0x1A9227, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x824, symBinAddr: 0xF934C, symSize: 0x4C } + - { offsetInCU: 0x1234, offset: 0x1A924A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8F0, symBinAddr: 0xF9418, symSize: 0xC } + - { offsetInCU: 0x1250, offset: 0x1A9266, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x8FC, symBinAddr: 0xF9424, symSize: 0x8 } + - { offsetInCU: 0x126C, offset: 0x1A9282, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x904, symBinAddr: 0xF942C, symSize: 0x8 } + - { offsetInCU: 0x1288, offset: 0x1A929E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x90C, symBinAddr: 0xF9434, symSize: 0x8 } + - { offsetInCU: 0x12AB, offset: 0x1A92C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA28, symBinAddr: 0xF9550, symSize: 0x28 } + - { offsetInCU: 0x12C7, offset: 0x1A92DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA50, symBinAddr: 0xF9578, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1A9558, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xFA268, symSize: 0x4C } + - { offsetInCU: 0x6D, offset: 0x1A959A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xFA268, symSize: 0x4C } + - { offsetInCU: 0xBF, offset: 0x1A95EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x6C, symBinAddr: 0xFA2D4, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x1A962D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x78, symBinAddr: 0xFA2E0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x1A966E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA8, symBinAddr: 0xFA310, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x1A96A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesC9rectangleAcA9RectangleC_tcfcTf4gn_n', symObjAddr: 0x880, symBinAddr: 0xFAAA8, symSize: 0x31C } + - { offsetInCU: 0x448, offset: 0x1A9975, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCMa', symObjAddr: 0x4C, symBinAddr: 0xFA2B4, symSize: 0x20 } + - { offsetInCU: 0x583, offset: 0x1A9AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB4, symBinAddr: 0xFA31C, symSize: 0xE0 } + - { offsetInCU: 0x6AF, offset: 0x1A9BDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCfD', symObjAddr: 0x194, symBinAddr: 0xFA3FC, symSize: 0x34 } + - { offsetInCU: 0x710, offset: 0x1A9C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1E8, symBinAddr: 0xFA450, symSize: 0x44 } + - { offsetInCU: 0x75C, offset: 0x1A9C89, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x22C, symBinAddr: 0xFA494, symSize: 0x24 } + - { offsetInCU: 0x78E, offset: 0x1A9CBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x250, symBinAddr: 0xFA4B8, symSize: 0x4 } + - { offsetInCU: 0x7C8, offset: 0x1A9CF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x254, symBinAddr: 0xFA4BC, symSize: 0x8 } + - { offsetInCU: 0x7E8, offset: 0x1A9D15, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x254, symBinAddr: 0xFA4BC, symSize: 0x8 } + - { offsetInCU: 0x84B, offset: 0x1A9D78, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x25C, symBinAddr: 0xFA4C4, symSize: 0x10 } + - { offsetInCU: 0x86B, offset: 0x1A9D98, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x25C, symBinAddr: 0xFA4C4, symSize: 0x10 } + - { offsetInCU: 0x8B2, offset: 0x1A9DDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x26C, symBinAddr: 0xFA4D4, symSize: 0x8 } + - { offsetInCU: 0x8D2, offset: 0x1A9DFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x26C, symBinAddr: 0xFA4D4, symSize: 0x8 } + - { offsetInCU: 0x8F3, offset: 0x1A9E20, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x274, symBinAddr: 0xFA4DC, symSize: 0x8 } + - { offsetInCU: 0x913, offset: 0x1A9E40, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x274, symBinAddr: 0xFA4DC, symSize: 0x8 } + - { offsetInCU: 0x934, offset: 0x1A9E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x27C, symBinAddr: 0xFA4E4, symSize: 0x8 } + - { offsetInCU: 0x954, offset: 0x1A9E81, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x27C, symBinAddr: 0xFA4E4, symSize: 0x8 } + - { offsetInCU: 0x975, offset: 0x1A9EA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x284, symBinAddr: 0xFA4EC, symSize: 0x8 } + - { offsetInCU: 0x995, offset: 0x1A9EC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x284, symBinAddr: 0xFA4EC, symSize: 0x8 } + - { offsetInCU: 0x9B6, offset: 0x1A9EE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xFA4F4, symSize: 0xC } + - { offsetInCU: 0x9D6, offset: 0x1A9F03, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xFA4F4, symSize: 0xC } + - { offsetInCU: 0x9F7, offset: 0x1A9F24, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x298, symBinAddr: 0xFA500, symSize: 0x10 } + - { offsetInCU: 0xA17, offset: 0x1A9F44, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x298, symBinAddr: 0xFA500, symSize: 0x10 } + - { offsetInCU: 0xA38, offset: 0x1A9F65, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x2A8, symBinAddr: 0xFA510, symSize: 0xC } + - { offsetInCU: 0xA6A, offset: 0x1A9F97, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC06parentC09rectangleAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xB9C, symBinAddr: 0xFADC4, symSize: 0x110 } + - { offsetInCU: 0xB23, offset: 0x1AA050, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCMa', symObjAddr: 0x1C8, symBinAddr: 0xFA430, symSize: 0x20 } + - { offsetInCU: 0xF80, offset: 0x1AA4AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9rectangle8position4size12cornerRadius9directionACSo7CGPointV_So6CGSizeV12CoreGraphics7CGFloatVAA0C9DirectionOtFZTf4nnnnd_n', symObjAddr: 0x2B4, symBinAddr: 0xFA51C, symSize: 0x58C } + - { offsetInCU: 0x27, offset: 0x1ABD1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0xFAED4, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x1ABD35, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0xFAED4, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x1ABD49, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMr', symObjAddr: 0x4, symBinAddr: 0xFAED8, symSize: 0x94 } + - { offsetInCU: 0x73, offset: 0x1ABD69, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfC', symObjAddr: 0x98, symBinAddr: 0xFAF6C, symSize: 0xA4 } + - { offsetInCU: 0x91, offset: 0x1ABD87, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfc', symObjAddr: 0x13C, symBinAddr: 0xFB010, symSize: 0x1B4 } + - { offsetInCU: 0x15A, offset: 0x1ABE50, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x2F0, symBinAddr: 0xFB1C4, symSize: 0x5C } + - { offsetInCU: 0x18F, offset: 0x1ABE85, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x34C, symBinAddr: 0xFB220, symSize: 0x4 } + - { offsetInCU: 0x1C4, offset: 0x1ABEBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueSSvg', symObjAddr: 0x350, symBinAddr: 0xFB224, symSize: 0x20 } + - { offsetInCU: 0x20D, offset: 0x1ABF03, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x370, symBinAddr: 0xFB244, symSize: 0x20 } + - { offsetInCU: 0x245, offset: 0x1ABF3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x370, symBinAddr: 0xFB244, symSize: 0x20 } + - { offsetInCU: 0x261, offset: 0x1ABF57, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0xFB3A4, symSize: 0x2C } + - { offsetInCU: 0x27D, offset: 0x1ABF73, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x4FC, symBinAddr: 0xFB3D0, symSize: 0x28 } + - { offsetInCU: 0x299, offset: 0x1ABF8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x524, symBinAddr: 0xFB3F8, symSize: 0x8 } + - { offsetInCU: 0x2B5, offset: 0x1ABFAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x52C, symBinAddr: 0xFB400, symSize: 0x24 } + - { offsetInCU: 0x2D1, offset: 0x1ABFC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x550, symBinAddr: 0xFB424, symSize: 0xC } + - { offsetInCU: 0x2FC, offset: 0x1ABFF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x55C, symBinAddr: 0xFB430, symSize: 0x28 } + - { offsetInCU: 0x32D, offset: 0x1AC023, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x13CC, symBinAddr: 0xFC110, symSize: 0x8 } + - { offsetInCU: 0x359, offset: 0x1AC04F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC6isHoldSbvg', symObjAddr: 0x5EC, symBinAddr: 0xFB4C0, symSize: 0x2C } + - { offsetInCU: 0x3A3, offset: 0x1AC099, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCfd', symObjAddr: 0x618, symBinAddr: 0xFB4EC, symSize: 0x64 } + - { offsetInCU: 0x3F4, offset: 0x1AC0EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCfD', symObjAddr: 0x67C, symBinAddr: 0xFB550, symSize: 0x70 } + - { offsetInCU: 0x44B, offset: 0x1AC141, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMa', symObjAddr: 0x6EC, symBinAddr: 0xFB5C0, symSize: 0xC } + - { offsetInCU: 0x45F, offset: 0x1AC155, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x6F8, symBinAddr: 0xFB5CC, symSize: 0x370 } + - { offsetInCU: 0x4AC, offset: 0x1AC1A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0xA68, symBinAddr: 0xFB93C, symSize: 0x54 } + - { offsetInCU: 0x4CF, offset: 0x1AC1C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfc', symObjAddr: 0xABC, symBinAddr: 0xFB990, symSize: 0x504 } + - { offsetInCU: 0x51C, offset: 0x1AC212, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xFC0, symBinAddr: 0xFBE94, symSize: 0x24 } + - { offsetInCU: 0x53F, offset: 0x1AC235, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFE4, symBinAddr: 0xFBEB8, symSize: 0x2C } + - { offsetInCU: 0x562, offset: 0x1AC258, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMa', symObjAddr: 0x1010, symBinAddr: 0xFBEE4, symSize: 0xC } + - { offsetInCU: 0x576, offset: 0x1AC26C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSEAAWl', symObjAddr: 0x1084, symBinAddr: 0xFBEF0, symSize: 0x44 } + - { offsetInCU: 0x58A, offset: 0x1AC280, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSeAAWl', symObjAddr: 0x1170, symBinAddr: 0xFBF34, symSize: 0x44 } + - { offsetInCU: 0x59E, offset: 0x1AC294, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMi', symObjAddr: 0x1224, symBinAddr: 0xFBF78, symSize: 0x8 } + - { offsetInCU: 0x5B2, offset: 0x1AC2A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwet', symObjAddr: 0x123C, symBinAddr: 0xFBF80, symSize: 0x90 } + - { offsetInCU: 0x5C6, offset: 0x1AC2BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwst', symObjAddr: 0x12CC, symBinAddr: 0xFC010, symSize: 0xBC } + - { offsetInCU: 0x5DA, offset: 0x1AC2D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwug', symObjAddr: 0x1388, symBinAddr: 0xFC0CC, symSize: 0x8 } + - { offsetInCU: 0x5EE, offset: 0x1AC2E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwup', symObjAddr: 0x1390, symBinAddr: 0xFC0D4, symSize: 0x4 } + - { offsetInCU: 0x602, offset: 0x1AC2F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwui', symObjAddr: 0x1394, symBinAddr: 0xFC0D8, symSize: 0x8 } + - { offsetInCU: 0x616, offset: 0x1AC30C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASQWb', symObjAddr: 0x139C, symBinAddr: 0xFC0E0, symSize: 0x10 } + - { offsetInCU: 0x62A, offset: 0x1AC320, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x13AC, symBinAddr: 0xFC0F0, symSize: 0x10 } + - { offsetInCU: 0x63E, offset: 0x1AC334, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x13BC, symBinAddr: 0xFC100, symSize: 0x10 } + - { offsetInCU: 0x663, offset: 0x1AC359, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0xFB264, symSize: 0x54 } + - { offsetInCU: 0x67F, offset: 0x1AC375, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x3E4, symBinAddr: 0xFB2B8, symSize: 0x4C } + - { offsetInCU: 0x69B, offset: 0x1AC391, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xFB304, symSize: 0x50 } + - { offsetInCU: 0x6B7, offset: 0x1AC3AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x480, symBinAddr: 0xFB354, symSize: 0x50 } + - { offsetInCU: 0x6DA, offset: 0x1AC3D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x584, symBinAddr: 0xFB458, symSize: 0x34 } + - { offsetInCU: 0x6F6, offset: 0x1AC3EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x5B8, symBinAddr: 0xFB48C, symSize: 0x34 } + - { offsetInCU: 0xA5, offset: 0x1AC695, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x1604, symBinAddr: 0xFD71C, symSize: 0x244 } + - { offsetInCU: 0x3E0, offset: 0x1AC9D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA17GroupInterpolatorCyAA0A8Vector1DVG_Tg5', symObjAddr: 0x70, symBinAddr: 0xFC188, symSize: 0x128 } + - { offsetInCU: 0x532, offset: 0x1ACB22, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA06SinglecD0CySayAA0A8Vector1DVGG_Tg5', symObjAddr: 0x198, symBinAddr: 0xFC2B0, symSize: 0xEC } + - { offsetInCU: 0x637, offset: 0x1ACC27, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x3B0, symBinAddr: 0xFC4C8, symSize: 0xD4 } + - { offsetInCU: 0x69B, offset: 0x1ACC8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5', symObjAddr: 0x484, symBinAddr: 0xFC59C, symSize: 0xE8 } + - { offsetInCU: 0x74A, offset: 0x1ACD3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x56C, symBinAddr: 0xFC684, symSize: 0xD4 } + - { offsetInCU: 0x83B, offset: 0x1ACE2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_Tg5', symObjAddr: 0x640, symBinAddr: 0xFC758, symSize: 0x254 } + - { offsetInCU: 0x967, offset: 0x1ACF57, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_Tg5', symObjAddr: 0x894, symBinAddr: 0xFC9AC, symSize: 0x140 } + - { offsetInCU: 0xA49, offset: 0x1AD039, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_Tg5', symObjAddr: 0x9D4, symBinAddr: 0xFCAEC, symSize: 0xD4 } + - { offsetInCU: 0xB31, offset: 0x1AD121, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0xAA8, symBinAddr: 0xFCBC0, symSize: 0x2A0 } + - { offsetInCU: 0x1220, offset: 0x1AD810, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtFAA0A5ColorV_Tg5', symObjAddr: 0x1288, symBinAddr: 0xFD3A0, symSize: 0x100 } + - { offsetInCU: 0x1383, offset: 0x1AD973, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtFAA0A8Vector3DV_Tg5', symObjAddr: 0x1588, symBinAddr: 0xFD6A0, symSize: 0x7C } + - { offsetInCU: 0x17E8, offset: 0x1ADDD8, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9ShapeItemC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKF', symObjAddr: 0x1848, symBinAddr: 0xFD960, symSize: 0x7AC } + - { offsetInCU: 0x1CF6, offset: 0x1AE2E6, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKF', symObjAddr: 0x1FF4, symBinAddr: 0xFE10C, symSize: 0x1D0 } + - { offsetInCU: 0x1E95, offset: 0x1AE485, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF', symObjAddr: 0x21C4, symBinAddr: 0xFE2DC, symSize: 0x1C8 } + - { offsetInCU: 0x1FB6, offset: 0x1AE5A6, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU0_', symObjAddr: 0x2F38, symBinAddr: 0xFF050, symSize: 0x20 } + - { offsetInCU: 0x2074, offset: 0x1AE664, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKF', symObjAddr: 0x238C, symBinAddr: 0xFE4A4, symSize: 0xBAC } + - { offsetInCU: 0x37DC, offset: 0x1AFDCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndtyF', symObjAddr: 0x2F58, symBinAddr: 0xFF070, symSize: 0x430 } + - { offsetInCU: 0x3EF6, offset: 0x1B04E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b39C038startValueIsAlwaysLessOrEqualToThane7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x3420, symBinAddr: 0xFF538, symSize: 0x5F8 } + - { offsetInCU: 0x4520, offset: 0x1B0B10, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b42C041startValueIsAlwaysGreaterThanOrEqualToe7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x3A18, symBinAddr: 0xFFB30, symSize: 0x5F8 } + - { offsetInCU: 0x4B4A, offset: 0x1B113A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5', symObjAddr: 0x4010, symBinAddr: 0x100128, symSize: 0x2C } + - { offsetInCU: 0x4B62, offset: 0x1B1152, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5', symObjAddr: 0x403C, symBinAddr: 0x100154, symSize: 0x68 } + - { offsetInCU: 0x4B7A, offset: 0x1B116A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5', symObjAddr: 0x40A4, symBinAddr: 0x1001BC, symSize: 0x2C } + - { offsetInCU: 0x4B92, offset: 0x1B1182, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5', symObjAddr: 0x40D0, symBinAddr: 0x1001E8, symSize: 0x54 } + - { offsetInCU: 0x4CF7, offset: 0x1B12E7, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4398, symBinAddr: 0x1004B0, symSize: 0x108 } + - { offsetInCU: 0x4DC2, offset: 0x1B13B2, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnFSS_Tg5', symObjAddr: 0x44A0, symBinAddr: 0x1005B8, symSize: 0x1AC } + - { offsetInCU: 0x4E59, offset: 0x1B1449, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x464C, symBinAddr: 0x100764, symSize: 0x130 } + - { offsetInCU: 0x4F0E, offset: 0x1B14FE, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtFSS_Tg5', symObjAddr: 0x477C, symBinAddr: 0x100894, symSize: 0x1B4 } + - { offsetInCU: 0x4FCE, offset: 0x1B15BE, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4930, symBinAddr: 0x100A48, symSize: 0x190 } + - { offsetInCU: 0x5027, offset: 0x1B1617, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyFSS_Tg5', symObjAddr: 0x4AC0, symBinAddr: 0x100BD8, symSize: 0x1AC } + - { offsetInCU: 0x5096, offset: 0x1B1686, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4C6C, symBinAddr: 0x100D84, symSize: 0x25C } + - { offsetInCU: 0x5159, offset: 0x1B1749, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tFSS_Tg5', symObjAddr: 0x4EC8, symBinAddr: 0x100FE0, symSize: 0x290 } + - { offsetInCU: 0x5217, offset: 0x1B1807, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x5158, symBinAddr: 0x101270, symSize: 0x300 } + - { offsetInCU: 0x530F, offset: 0x1B18FF, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tFSS_Tg5', symObjAddr: 0x5458, symBinAddr: 0x101570, symSize: 0x328 } + - { offsetInCU: 0x5422, offset: 0x1B1A12, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5', symObjAddr: 0x5780, symBinAddr: 0x101898, symSize: 0x28 } + - { offsetInCU: 0x5478, offset: 0x1B1A68, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5', symObjAddr: 0x58D8, symBinAddr: 0x101910, symSize: 0xA4 } + - { offsetInCU: 0x54BD, offset: 0x1B1AAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x59C0, symBinAddr: 0x1019B4, symSize: 0x8 } + - { offsetInCU: 0x54D1, offset: 0x1B1AC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x5AA4, symBinAddr: 0x101A18, symSize: 0x8 } + - { offsetInCU: 0x54E5, offset: 0x1B1AD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x5BB0, symBinAddr: 0x101A20, symSize: 0x8 } + - { offsetInCU: 0x54F9, offset: 0x1B1AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x5BB8, symBinAddr: 0x101A28, symSize: 0x8 } + - { offsetInCU: 0x550D, offset: 0x1B1AFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x5C8C, symBinAddr: 0x101A74, symSize: 0x8 } + - { offsetInCU: 0x552C, offset: 0x1B1B1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_TG5TA', symObjAddr: 0x5C94, symBinAddr: 0x101A7C, symSize: 0x28 } + - { offsetInCU: 0x5560, offset: 0x1B1B50, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE12TextDocumentCG_Tg5TA', symObjAddr: 0x5CBC, symBinAddr: 0x101AA4, symSize: 0x4C } + - { offsetInCU: 0x5589, offset: 0x1B1B79, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x5D08, symBinAddr: 0x101AF0, symSize: 0x8 } + - { offsetInCU: 0x55A8, offset: 0x1B1B98, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E5ColorVG_Tg5TA', symObjAddr: 0x5D10, symBinAddr: 0x101AF8, symSize: 0x64 } + - { offsetInCU: 0x55D1, offset: 0x1B1BC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x5D84, symBinAddr: 0x101B6C, symSize: 0x8 } + - { offsetInCU: 0x55FB, offset: 0x1B1BEB, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRAE0D8Vector1DV_TG5TA', symObjAddr: 0x5D8C, symBinAddr: 0x101B74, symSize: 0x28 } + - { offsetInCU: 0x5644, offset: 0x1B1C34, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_TG5TA', symObjAddr: 0x5DF0, symBinAddr: 0x101BD8, symSize: 0x28 } + - { offsetInCU: 0x5695, offset: 0x1B1C85, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_Sd_Tg5TA', symObjAddr: 0x5E6C, symBinAddr: 0x101C54, symSize: 0x18 } + - { offsetInCU: 0x5757, offset: 0x1B1D47, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_Sd_TG5TA', symObjAddr: 0x5E84, symBinAddr: 0x101C6C, symSize: 0x44 } + - { offsetInCU: 0x583F, offset: 0x1B1E2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5TA', symObjAddr: 0x5EC8, symBinAddr: 0x101CB0, symSize: 0x8 } + - { offsetInCU: 0x585E, offset: 0x1B1E4E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E8Vector3DVG_Tg5TA', symObjAddr: 0x5ED0, symBinAddr: 0x101CB8, symSize: 0x2C } + - { offsetInCU: 0x5892, offset: 0x1B1E82, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_TG5TA', symObjAddr: 0x5EFC, symBinAddr: 0x101CE4, symSize: 0x34 } + - { offsetInCU: 0x58C6, offset: 0x1B1EB6, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE10BezierPathVG_Tg5TA', symObjAddr: 0x5F30, symBinAddr: 0x101D18, symSize: 0x2C } + - { offsetInCU: 0x5D04, offset: 0x1B22F4, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3388, symBinAddr: 0xFF4A0, symSize: 0x4C } + - { offsetInCU: 0x5D4C, offset: 0x1B233C, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3388, symBinAddr: 0xFF4A0, symSize: 0x4C } + - { offsetInCU: 0x5D60, offset: 0x1B2350, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3388, symBinAddr: 0xFF4A0, symSize: 0x4C } + - { offsetInCU: 0x5DBD, offset: 0x1B23AD, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x33D4, symBinAddr: 0xFF4EC, symSize: 0x4C } + - { offsetInCU: 0x5E05, offset: 0x1B23F5, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x33D4, symBinAddr: 0xFF4EC, symSize: 0x4C } + - { offsetInCU: 0x5E19, offset: 0x1B2409, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x33D4, symBinAddr: 0xFF4EC, symSize: 0x4C } + - { offsetInCU: 0x5F18, offset: 0x1B2508, size: 0x8, addend: 0x0, symName: '_$sSTsE3mapySayqd__Gqd__7ElementQzKXEKlFs12Zip2SequenceVySaySdGAGG_SdTg574$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRSd_TG5S3ds0F0_pIgnnrzo_Tf1cn_n', symObjAddr: 0x4124, symBinAddr: 0x10023C, symSize: 0x274 } + - { offsetInCU: 0x4F, offset: 0x1B2B31, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x101DB8, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x1B2B4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0x101DF8, symSize: 0x170 } + - { offsetInCU: 0x1BF, offset: 0x1B2CA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfC', symObjAddr: 0x1F0, symBinAddr: 0x101F68, symSize: 0x20 } + - { offsetInCU: 0x1DD, offset: 0x1B2CBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfc', symObjAddr: 0x210, symBinAddr: 0x101F88, symSize: 0x11C } + - { offsetInCU: 0x2FA, offset: 0x1B2DDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfcTo', symObjAddr: 0x32C, symBinAddr: 0x1020A4, symSize: 0x20 } + - { offsetInCU: 0x316, offset: 0x1B2DF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x34C, symBinAddr: 0x1020C4, symSize: 0x44 } + - { offsetInCU: 0x334, offset: 0x1B2E16, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x390, symBinAddr: 0x102108, symSize: 0x160 } + - { offsetInCU: 0x461, offset: 0x1B2F43, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x4F0, symBinAddr: 0x102268, symSize: 0x30 } + - { offsetInCU: 0x49B, offset: 0x1B2F7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF', symObjAddr: 0x520, symBinAddr: 0x102298, symSize: 0x148 } + - { offsetInCU: 0x570, offset: 0x1B3052, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtFTo', symObjAddr: 0x668, symBinAddr: 0x1023E0, symSize: 0x80 } + - { offsetInCU: 0x5AA, offset: 0x1B308C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF', symObjAddr: 0x6E8, symBinAddr: 0x102460, symSize: 0x1F0 } + - { offsetInCU: 0x6C7, offset: 0x1B31A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x8D8, symBinAddr: 0x102650, symSize: 0x78 } + - { offsetInCU: 0x70D, offset: 0x1B31EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvg', symObjAddr: 0xA9C, symBinAddr: 0x102814, symSize: 0x58 } + - { offsetInCU: 0x72C, offset: 0x1B320E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvs', symObjAddr: 0xAF4, symBinAddr: 0x10286C, symSize: 0x5C } + - { offsetInCU: 0x755, offset: 0x1B3237, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM', symObjAddr: 0xB50, symBinAddr: 0x1028C8, symSize: 0x44 } + - { offsetInCU: 0x784, offset: 0x1B3266, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM.resume.0', symObjAddr: 0xB94, symBinAddr: 0x10290C, symSize: 0x4 } + - { offsetInCU: 0x7CD, offset: 0x1B32AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0xB98, symBinAddr: 0x102910, symSize: 0x70 } + - { offsetInCU: 0x841, offset: 0x1B3323, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avg', symObjAddr: 0xC08, symBinAddr: 0x102980, symSize: 0x40 } + - { offsetInCU: 0x8C7, offset: 0x1B33A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0xC48, symBinAddr: 0x1029C0, symSize: 0x44 } + - { offsetInCU: 0x90A, offset: 0x1B33EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avs', symObjAddr: 0xC8C, symBinAddr: 0x102A04, symSize: 0x40 } + - { offsetInCU: 0x951, offset: 0x1B3433, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0xCCC, symBinAddr: 0x102A44, symSize: 0x90 } + - { offsetInCU: 0xA12, offset: 0x1B34F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF', symObjAddr: 0xD5C, symBinAddr: 0x102AD4, symSize: 0x198 } + - { offsetInCU: 0xBCD, offset: 0x1B36AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfD', symObjAddr: 0xF24, symBinAddr: 0x102C9C, symSize: 0x30 } + - { offsetInCU: 0xC88, offset: 0x1B376A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTK', symObjAddr: 0x950, symBinAddr: 0x1026C8, symSize: 0x94 } + - { offsetInCU: 0xCB5, offset: 0x1B3797, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTk', symObjAddr: 0x9E4, symBinAddr: 0x10275C, symSize: 0xB8 } + - { offsetInCU: 0xDB7, offset: 0x1B3899, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfE', symObjAddr: 0xEF4, symBinAddr: 0x102C6C, symSize: 0x30 } + - { offsetInCU: 0xDE4, offset: 0x1B38C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfETo', symObjAddr: 0xF54, symBinAddr: 0x102CCC, symSize: 0x3C } + - { offsetInCU: 0xE13, offset: 0x1B38F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCMa', symObjAddr: 0x1000, symBinAddr: 0x102D08, symSize: 0x20 } + - { offsetInCU: 0xE27, offset: 0x1B3909, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOy', symObjAddr: 0x1064, symBinAddr: 0x102D28, symSize: 0x10 } + - { offsetInCU: 0xE46, offset: 0x1B3928, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x1138, symBinAddr: 0x102DFC, symSize: 0x20 } + - { offsetInCU: 0xE7A, offset: 0x1B395C, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x1158, symBinAddr: 0x102E1C, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1B3CB1, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0x102E40, symSize: 0xE0 } + - { offsetInCU: 0x55, offset: 0x1B3CDF, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0x102E40, symSize: 0xE0 } + - { offsetInCU: 0x27, offset: 0x1B3FB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x102F20, symSize: 0x370 } + - { offsetInCU: 0x1E0, offset: 0x1B416B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x102F20, symSize: 0x370 } + - { offsetInCU: 0x4E9, offset: 0x1B4474, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x370, symBinAddr: 0x103290, symSize: 0x140 } + - { offsetInCU: 0x54B, offset: 0x1B44D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x4B0, symBinAddr: 0x1033D0, symSize: 0x4C } + - { offsetInCU: 0x591, offset: 0x1B451C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x4FC, symBinAddr: 0x10341C, symSize: 0x58 } + - { offsetInCU: 0x5D8, offset: 0x1B4563, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x554, symBinAddr: 0x103474, symSize: 0x80 } + - { offsetInCU: 0x627, offset: 0x1B45B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x5D4, symBinAddr: 0x1034F4, symSize: 0x84 } + - { offsetInCU: 0x6EB, offset: 0x1B4676, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfD', symObjAddr: 0x684, symBinAddr: 0x1035A4, symSize: 0x34 } + - { offsetInCU: 0x762, offset: 0x1B46ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfE', symObjAddr: 0x658, symBinAddr: 0x103578, symSize: 0x2C } + - { offsetInCU: 0x78F, offset: 0x1B471A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfETo', symObjAddr: 0x6B8, symBinAddr: 0x1035D8, symSize: 0x38 } + - { offsetInCU: 0x7BE, offset: 0x1B4749, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCMa', symObjAddr: 0x6F0, symBinAddr: 0x103610, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1B4986, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x103630, symSize: 0x14 } + - { offsetInCU: 0x50, offset: 0x1B49AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x103630, symSize: 0x14 } + - { offsetInCU: 0xEA, offset: 0x1B4A49, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x103644, symSize: 0x44 } + - { offsetInCU: 0x1CF, offset: 0x1B4B2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x103688, symSize: 0x28 } + - { offsetInCU: 0x254, offset: 0x1B4BB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0xC0, symBinAddr: 0x1036F0, symSize: 0x38 } + - { offsetInCU: 0x286, offset: 0x1B4BE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASQWb', symObjAddr: 0xF8, symBinAddr: 0x103728, symSize: 0x4 } + - { offsetInCU: 0x29A, offset: 0x1B4BF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVACSQAAWl', symObjAddr: 0xFC, symBinAddr: 0x10372C, symSize: 0x44 } + - { offsetInCU: 0x2AE, offset: 0x1B4C0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwet', symObjAddr: 0x190, symBinAddr: 0x103770, symSize: 0x48 } + - { offsetInCU: 0x2C2, offset: 0x1B4C21, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwst', symObjAddr: 0x1D8, symBinAddr: 0x1037B8, symSize: 0x3C } + - { offsetInCU: 0x2D6, offset: 0x1B4C35, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVMa', symObjAddr: 0x214, symBinAddr: 0x1037F4, symSize: 0x10 } + - { offsetInCU: 0x353, offset: 0x1B4CB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x1036B0, symSize: 0x40 } + - { offsetInCU: 0x1CA, offset: 0x1B502C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV12progressTime3for12CoreGraphics7CGFloatVAH_tKF', symObjAddr: 0x18, symBinAddr: 0x10381C, symSize: 0x2FC } + - { offsetInCU: 0x3EC, offset: 0x1B524E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV19simpleTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x314, symBinAddr: 0x103B18, symSize: 0x4 } + - { offsetInCU: 0x416, offset: 0x1B5278, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20complexTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x318, symBinAddr: 0x103B1C, symSize: 0x4 } + - { offsetInCU: 0x440, offset: 0x1B52A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU_', symObjAddr: 0x35C, symBinAddr: 0x103B60, symSize: 0x4 } + - { offsetInCU: 0x46A, offset: 0x1B52CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU0_', symObjAddr: 0x360, symBinAddr: 0x103B64, symSize: 0x4 } + - { offsetInCU: 0x4A3, offset: 0x1B5305, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x394, symBinAddr: 0x103B98, symSize: 0x8 } + - { offsetInCU: 0x4C3, offset: 0x1B5325, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x394, symBinAddr: 0x103B98, symSize: 0x8 } + - { offsetInCU: 0x503, offset: 0x1B5365, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCfD', symObjAddr: 0x364, symBinAddr: 0x103B68, symSize: 0x10 } + - { offsetInCU: 0x533, offset: 0x1B5395, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCMa', symObjAddr: 0x374, symBinAddr: 0x103B78, symSize: 0x20 } + - { offsetInCU: 0x547, offset: 0x1B53A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x46C, symBinAddr: 0x103BA0, symSize: 0x8 } + - { offsetInCU: 0x55B, offset: 0x1B53BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x474, symBinAddr: 0x103BA8, symSize: 0x8 } + - { offsetInCU: 0x56F, offset: 0x1B53D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwCP', symObjAddr: 0x504, symBinAddr: 0x103BB0, symSize: 0x30 } + - { offsetInCU: 0x583, offset: 0x1B53E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwxx', symObjAddr: 0x534, symBinAddr: 0x103BE0, symSize: 0x70 } + - { offsetInCU: 0x597, offset: 0x1B53F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwcp', symObjAddr: 0x5A4, symBinAddr: 0x103C50, symSize: 0x104 } + - { offsetInCU: 0x5AB, offset: 0x1B540D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwca', symObjAddr: 0x6A8, symBinAddr: 0x103D54, symSize: 0x198 } + - { offsetInCU: 0x5BF, offset: 0x1B5421, size: 0x8, addend: 0x0, symName: ___swift_memcpy153_8, symObjAddr: 0x840, symBinAddr: 0x103EEC, symSize: 0x34 } + - { offsetInCU: 0x5D3, offset: 0x1B5435, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwta', symObjAddr: 0x874, symBinAddr: 0x103F20, symSize: 0x134 } + - { offsetInCU: 0x5E7, offset: 0x1B5449, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwet', symObjAddr: 0x9A8, symBinAddr: 0x104054, symSize: 0x48 } + - { offsetInCU: 0x5FB, offset: 0x1B545D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwst', symObjAddr: 0x9F0, symBinAddr: 0x10409C, symSize: 0x68 } + - { offsetInCU: 0x60F, offset: 0x1B5471, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVMa', symObjAddr: 0xA58, symBinAddr: 0x104104, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x1B5645, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x104114, symSize: 0x3C } + - { offsetInCU: 0x6D, offset: 0x1B5687, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x104114, symSize: 0x3C } + - { offsetInCU: 0xBF, offset: 0x1B56D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x5C, symBinAddr: 0x104170, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x1B571A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x68, symBinAddr: 0x10417C, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x1B575B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x98, symBinAddr: 0x1041AC, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x1B578D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesC07roundedC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x6E4, symBinAddr: 0x104794, symSize: 0x1CC } + - { offsetInCU: 0x3AA, offset: 0x1B59C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCMa', symObjAddr: 0x3C, symBinAddr: 0x104150, symSize: 0x20 } + - { offsetInCU: 0x72F, offset: 0x1B5D49, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xA4, symBinAddr: 0x1041B8, symSize: 0x4A4 } + - { offsetInCU: 0xF23, offset: 0x1B653D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCfD', symObjAddr: 0x548, symBinAddr: 0x10465C, symSize: 0x3C } + - { offsetInCU: 0xF84, offset: 0x1B659E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x5A4, symBinAddr: 0x1046B8, symSize: 0x44 } + - { offsetInCU: 0xFD0, offset: 0x1B65EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x5E8, symBinAddr: 0x1046FC, symSize: 0x24 } + - { offsetInCU: 0x1011, offset: 0x1B662B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x60C, symBinAddr: 0x104720, symSize: 0xC } + - { offsetInCU: 0x1043, offset: 0x1B665D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x618, symBinAddr: 0x10472C, symSize: 0x4 } + - { offsetInCU: 0x106E, offset: 0x1B6688, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x61C, symBinAddr: 0x104730, symSize: 0x8 } + - { offsetInCU: 0x108E, offset: 0x1B66A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x61C, symBinAddr: 0x104730, symSize: 0x8 } + - { offsetInCU: 0x10AF, offset: 0x1B66C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x624, symBinAddr: 0x104738, symSize: 0x8 } + - { offsetInCU: 0x10CF, offset: 0x1B66E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x624, symBinAddr: 0x104738, symSize: 0x8 } + - { offsetInCU: 0x10F0, offset: 0x1B670A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x62C, symBinAddr: 0x104740, symSize: 0x8 } + - { offsetInCU: 0x1110, offset: 0x1B672A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x62C, symBinAddr: 0x104740, symSize: 0x8 } + - { offsetInCU: 0x1131, offset: 0x1B674B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x634, symBinAddr: 0x104748, symSize: 0x8 } + - { offsetInCU: 0x1151, offset: 0x1B676B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x634, symBinAddr: 0x104748, symSize: 0x8 } + - { offsetInCU: 0x1172, offset: 0x1B678C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x63C, symBinAddr: 0x104750, symSize: 0x8 } + - { offsetInCU: 0x1192, offset: 0x1B67AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x63C, symBinAddr: 0x104750, symSize: 0x8 } + - { offsetInCU: 0x11B3, offset: 0x1B67CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x644, symBinAddr: 0x104758, symSize: 0x8 } + - { offsetInCU: 0x11D3, offset: 0x1B67ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x644, symBinAddr: 0x104758, symSize: 0x8 } + - { offsetInCU: 0x11F4, offset: 0x1B680E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x64C, symBinAddr: 0x104760, symSize: 0xC } + - { offsetInCU: 0x1214, offset: 0x1B682E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x64C, symBinAddr: 0x104760, symSize: 0xC } + - { offsetInCU: 0x1235, offset: 0x1B684F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x658, symBinAddr: 0x10476C, symSize: 0x10 } + - { offsetInCU: 0x1255, offset: 0x1B686F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x658, symBinAddr: 0x10476C, symSize: 0x10 } + - { offsetInCU: 0x1285, offset: 0x1B689F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x668, symBinAddr: 0x10477C, symSize: 0x18 } + - { offsetInCU: 0x12BA, offset: 0x1B68D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC06parentD007roundedC013upstreamPathsAcA08AnimatorD0_pSg_AA0bC0CSayAA010PathOutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x8B0, symBinAddr: 0x104960, symSize: 0x118 } + - { offsetInCU: 0x1383, offset: 0x1B699D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCMa', symObjAddr: 0x584, symBinAddr: 0x104698, symSize: 0x20 } + - { offsetInCU: 0x8A, offset: 0x1B6F71, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x104B38, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x1B6FA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0x104B50, symSize: 0xC } + - { offsetInCU: 0xE4, offset: 0x1B6FCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0x104C04, symSize: 0x48 } + - { offsetInCU: 0x109, offset: 0x1B6FF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0x104C4C, symSize: 0x5D8 } + - { offsetInCU: 0x171, offset: 0x1B7058, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x7AC, symBinAddr: 0x105224, symSize: 0xC10 } + - { offsetInCU: 0x5EB, offset: 0x1B74D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueSSvg', symObjAddr: 0x13BC, symBinAddr: 0x105E34, symSize: 0x20 } + - { offsetInCU: 0x624, offset: 0x1B750B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x174C, symBinAddr: 0x1061C4, symSize: 0x20 } + - { offsetInCU: 0x652, offset: 0x1B7539, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x174C, symBinAddr: 0x1061C4, symSize: 0x20 } + - { offsetInCU: 0x68C, offset: 0x1B7573, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x1804, symBinAddr: 0x10627C, symSize: 0x44 } + - { offsetInCU: 0x6D2, offset: 0x1B75B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x1848, symBinAddr: 0x1062C0, symSize: 0x28 } + - { offsetInCU: 0x6EE, offset: 0x1B75D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1870, symBinAddr: 0x1062E8, symSize: 0x8 } + - { offsetInCU: 0x724, offset: 0x1B760B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1878, symBinAddr: 0x1062F0, symSize: 0x3C } + - { offsetInCU: 0x789, offset: 0x1B7670, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x18B4, symBinAddr: 0x10632C, symSize: 0xC } + - { offsetInCU: 0x7A5, offset: 0x1B768C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x18C0, symBinAddr: 0x106338, symSize: 0xC } + - { offsetInCU: 0x7C1, offset: 0x1B76A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x22EC, symBinAddr: 0x1069F0, symSize: 0x50 } + - { offsetInCU: 0x7EE, offset: 0x1B76D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC6encode2toys7Encoder_p_tKF', symObjAddr: 0x13DC, symBinAddr: 0x105E54, symSize: 0x370 } + - { offsetInCU: 0x84A, offset: 0x1B7731, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfd', symObjAddr: 0x1960, symBinAddr: 0x1063D8, symSize: 0x54 } + - { offsetInCU: 0x895, offset: 0x1B777C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfD', symObjAddr: 0x19B4, symBinAddr: 0x10642C, symSize: 0x1C } + - { offsetInCU: 0x972, offset: 0x1B7859, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfE', symObjAddr: 0x191C, symBinAddr: 0x106394, symSize: 0x44 } + - { offsetInCU: 0x9CA, offset: 0x1B78B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCMa', symObjAddr: 0x19D0, symBinAddr: 0x106448, symSize: 0x20 } + - { offsetInCU: 0x9DE, offset: 0x1B78C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwet', symObjAddr: 0x1A00, symBinAddr: 0x106468, symSize: 0x90 } + - { offsetInCU: 0x9F2, offset: 0x1B78D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwst', symObjAddr: 0x1A90, symBinAddr: 0x1064F8, symSize: 0xBC } + - { offsetInCU: 0xA06, offset: 0x1B78ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwup', symObjAddr: 0x1B4C, symBinAddr: 0x1065B4, symSize: 0x4 } + - { offsetInCU: 0xA1A, offset: 0x1B7901, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOMa', symObjAddr: 0x1B50, symBinAddr: 0x1065B8, symSize: 0x10 } + - { offsetInCU: 0xA2E, offset: 0x1B7915, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASQWb', symObjAddr: 0x1B60, symBinAddr: 0x1065C8, symSize: 0x4 } + - { offsetInCU: 0xA42, offset: 0x1B7929, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSQAAWl', symObjAddr: 0x1B64, symBinAddr: 0x1065CC, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x1B793D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSYAAWl', symObjAddr: 0x1BA8, symBinAddr: 0x106610, symSize: 0x44 } + - { offsetInCU: 0xA6A, offset: 0x1B7951, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs0C3KeyAAWl', symObjAddr: 0x1C50, symBinAddr: 0x106654, symSize: 0x44 } + - { offsetInCU: 0xA7E, offset: 0x1B7965, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSEAAWl', symObjAddr: 0x1DC8, symBinAddr: 0x1066BC, symSize: 0x44 } + - { offsetInCU: 0xA92, offset: 0x1B7979, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSeAAWl', symObjAddr: 0x1F5C, symBinAddr: 0x106764, symSize: 0x44 } + - { offsetInCU: 0xAA6, offset: 0x1B798D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwet', symObjAddr: 0x20A4, symBinAddr: 0x1067A8, symSize: 0x90 } + - { offsetInCU: 0xABA, offset: 0x1B79A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwst', symObjAddr: 0x2134, symBinAddr: 0x106838, symSize: 0xBC } + - { offsetInCU: 0xACE, offset: 0x1B79B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwug', symObjAddr: 0x21F0, symBinAddr: 0x1068F4, symSize: 0x8 } + - { offsetInCU: 0xAE2, offset: 0x1B79C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwup', symObjAddr: 0x21F8, symBinAddr: 0x1068FC, symSize: 0x4 } + - { offsetInCU: 0xAF6, offset: 0x1B79DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwui', symObjAddr: 0x21FC, symBinAddr: 0x106900, symSize: 0x8 } + - { offsetInCU: 0xB0A, offset: 0x1B79F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOMa', symObjAddr: 0x2204, symBinAddr: 0x106908, symSize: 0x10 } + - { offsetInCU: 0xB1E, offset: 0x1B7A05, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASQWb', symObjAddr: 0x2214, symBinAddr: 0x106918, symSize: 0x4 } + - { offsetInCU: 0xB32, offset: 0x1B7A19, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFSQAAWl', symObjAddr: 0x2218, symBinAddr: 0x10691C, symSize: 0x44 } + - { offsetInCU: 0xB46, offset: 0x1B7A2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x225C, symBinAddr: 0x106960, symSize: 0x4 } + - { offsetInCU: 0xB5A, offset: 0x1B7A41, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2260, symBinAddr: 0x106964, symSize: 0x44 } + - { offsetInCU: 0xB6E, offset: 0x1B7A55, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x22A4, symBinAddr: 0x1069A8, symSize: 0x4 } + - { offsetInCU: 0xB82, offset: 0x1B7A69, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x22A8, symBinAddr: 0x1069AC, symSize: 0x44 } + - { offsetInCU: 0xBB6, offset: 0x1B7A9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x104A78, symSize: 0x14 } + - { offsetInCU: 0xC47, offset: 0x1B7B2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x104A8C, symSize: 0x44 } + - { offsetInCU: 0xCF6, offset: 0x1B7BDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x104AD0, symSize: 0x28 } + - { offsetInCU: 0xD49, offset: 0x1B7C30, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x104AF8, symSize: 0x40 } + - { offsetInCU: 0xDCD, offset: 0x1B7CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0x104B5C, symSize: 0x5C } + - { offsetInCU: 0xDF0, offset: 0x1B7CD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0x104BB8, symSize: 0x4C } + - { offsetInCU: 0xE57, offset: 0x1B7D3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x176C, symBinAddr: 0x1061E4, symSize: 0xC } + - { offsetInCU: 0xEAF, offset: 0x1B7D96, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1778, symBinAddr: 0x1061F0, symSize: 0x44 } + - { offsetInCU: 0xF17, offset: 0x1B7DFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x17BC, symBinAddr: 0x106234, symSize: 0x8 } + - { offsetInCU: 0xF2B, offset: 0x1B7E12, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x17C4, symBinAddr: 0x10623C, symSize: 0x40 } + - { offsetInCU: 0xF68, offset: 0x1B7E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x18CC, symBinAddr: 0x106344, symSize: 0x28 } + - { offsetInCU: 0xF84, offset: 0x1B7E6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x18F4, symBinAddr: 0x10636C, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x1B805D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwet', symObjAddr: 0x20, symBinAddr: 0x106A60, symSize: 0x50 } + - { offsetInCU: 0x53, offset: 0x1B8071, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwst', symObjAddr: 0x70, symBinAddr: 0x106AB0, symSize: 0x8C } + - { offsetInCU: 0x67, offset: 0x1B8085, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwug', symObjAddr: 0xFC, symBinAddr: 0x106B3C, symSize: 0x8 } + - { offsetInCU: 0x7B, offset: 0x1B8099, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwup', symObjAddr: 0x104, symBinAddr: 0x106B44, symSize: 0x4 } + - { offsetInCU: 0x8F, offset: 0x1B80AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwui', symObjAddr: 0x108, symBinAddr: 0x106B48, symSize: 0x4 } + - { offsetInCU: 0xA3, offset: 0x1B80C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOMa', symObjAddr: 0x10C, symBinAddr: 0x106B4C, symSize: 0x10 } + - { offsetInCU: 0xD8, offset: 0x1B80F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x12C, symBinAddr: 0x106B6C, symSize: 0x64 } + - { offsetInCU: 0x11B, offset: 0x1B8139, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValue03RawD0QzvgTW', symObjAddr: 0x190, symBinAddr: 0x106BD0, symSize: 0x24 } + - { offsetInCU: 0x15B, offset: 0x1B8179, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x1B4, symBinAddr: 0x106BF4, symSize: 0x4 } + - { offsetInCU: 0x17B, offset: 0x1B8199, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x1B4, symBinAddr: 0x106BF4, symSize: 0x4 } + - { offsetInCU: 0x1A6, offset: 0x1B81C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1B8, symBinAddr: 0x106BF8, symSize: 0x68 } + - { offsetInCU: 0x1F1, offset: 0x1B820F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x220, symBinAddr: 0x106C60, symSize: 0xC } + - { offsetInCU: 0x20D, offset: 0x1B822B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x22C, symBinAddr: 0x106C6C, symSize: 0xC } + - { offsetInCU: 0x229, offset: 0x1B8247, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorO11stringValueSSvgTf4d_n', symObjAddr: 0x3A0, symBinAddr: 0x106DA0, symSize: 0xC } + - { offsetInCU: 0x246, offset: 0x1B8264, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASQWb', symObjAddr: 0x288, symBinAddr: 0x106CC8, symSize: 0x4 } + - { offsetInCU: 0x25A, offset: 0x1B8278, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACSQAAWl', symObjAddr: 0x28C, symBinAddr: 0x106CCC, symSize: 0x44 } + - { offsetInCU: 0x26E, offset: 0x1B828C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2D0, symBinAddr: 0x106D10, symSize: 0x4 } + - { offsetInCU: 0x282, offset: 0x1B82A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2D4, symBinAddr: 0x106D14, symSize: 0x44 } + - { offsetInCU: 0x296, offset: 0x1B82B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x318, symBinAddr: 0x106D58, symSize: 0x4 } + - { offsetInCU: 0x2AA, offset: 0x1B82C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs23CustomStringConvertibleAAWl', symObjAddr: 0x31C, symBinAddr: 0x106D5C, symSize: 0x44 } + - { offsetInCU: 0x2DE, offset: 0x1B82FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11C, symBinAddr: 0x106B5C, symSize: 0x4 } + - { offsetInCU: 0x2FE, offset: 0x1B831C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11C, symBinAddr: 0x106B5C, symSize: 0x4 } + - { offsetInCU: 0x31E, offset: 0x1B833C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x120, symBinAddr: 0x106B60, symSize: 0x4 } + - { offsetInCU: 0x33E, offset: 0x1B835C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x120, symBinAddr: 0x106B60, symSize: 0x4 } + - { offsetInCU: 0x35E, offset: 0x1B837C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0x106B64, symSize: 0x4 } + - { offsetInCU: 0x37E, offset: 0x1B839C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0x106B64, symSize: 0x4 } + - { offsetInCU: 0x39E, offset: 0x1B83BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x128, symBinAddr: 0x106B68, symSize: 0x4 } + - { offsetInCU: 0x3BE, offset: 0x1B83DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x128, symBinAddr: 0x106B68, symSize: 0x4 } + - { offsetInCU: 0x3D6, offset: 0x1B83F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x238, symBinAddr: 0x106C78, symSize: 0x28 } + - { offsetInCU: 0x3F2, offset: 0x1B8410, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x260, symBinAddr: 0x106CA0, symSize: 0x28 } + - { offsetInCU: 0xBD, offset: 0x1B8607, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC16readUncompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x0, symBinAddr: 0x106DAC, symSize: 0x130 } + - { offsetInCU: 0x249, offset: 0x1B8793, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x1CC, symBinAddr: 0x106EF0, symSize: 0x134 } + - { offsetInCU: 0x3AD, offset: 0x1B88F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAEs0C0AAWl', symObjAddr: 0x44C, symBinAddr: 0x107170, symSize: 0x44 } + - { offsetInCU: 0x3E3, offset: 0x1B892D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKFASs5Int64V_SitKXEfU_TA', symObjAddr: 0x490, symBinAddr: 0x1071B4, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1B8B67, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x107220, symSize: 0x970 } + - { offsetInCU: 0x4CD, offset: 0x1B9009, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x107220, symSize: 0x970 } + - { offsetInCU: 0xC6F, offset: 0x1B97AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x970, symBinAddr: 0x107B90, symSize: 0x180 } + - { offsetInCU: 0xCD1, offset: 0x1B980D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0xAF0, symBinAddr: 0x107D10, symSize: 0x4C } + - { offsetInCU: 0xD17, offset: 0x1B9853, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB3C, symBinAddr: 0x107D5C, symSize: 0x58 } + - { offsetInCU: 0xD5E, offset: 0x1B989A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0xB94, symBinAddr: 0x107DB4, symSize: 0xF8 } + - { offsetInCU: 0xE77, offset: 0x1B99B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xC8C, symBinAddr: 0x107EAC, symSize: 0x178 } + - { offsetInCU: 0x1060, offset: 0x1B9B9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0xE04, symBinAddr: 0x108024, symSize: 0x148 } + - { offsetInCU: 0x1253, offset: 0x1B9D8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfD', symObjAddr: 0xF78, symBinAddr: 0x108198, symSize: 0x34 } + - { offsetInCU: 0x12FF, offset: 0x1B9E3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfE', symObjAddr: 0xF4C, symBinAddr: 0x10816C, symSize: 0x2C } + - { offsetInCU: 0x132C, offset: 0x1B9E68, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfETo', symObjAddr: 0xFAC, symBinAddr: 0x1081CC, symSize: 0x38 } + - { offsetInCU: 0x135B, offset: 0x1B9E97, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCMa', symObjAddr: 0xFE4, symBinAddr: 0x108204, symSize: 0x20 } + - { offsetInCU: 0x94, offset: 0x1BA331, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x108244, symSize: 0xAC } + - { offsetInCU: 0x123, offset: 0x1BA3C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMi', symObjAddr: 0x13C, symBinAddr: 0x108310, symSize: 0x8 } + - { offsetInCU: 0x137, offset: 0x1BA3D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMr', symObjAddr: 0x144, symBinAddr: 0x108318, symSize: 0x84 } + - { offsetInCU: 0x14B, offset: 0x1BA3E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwCP', symObjAddr: 0x1C8, symBinAddr: 0x10839C, symSize: 0x134 } + - { offsetInCU: 0x15F, offset: 0x1BA3FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwxx', symObjAddr: 0x2FC, symBinAddr: 0x1084D0, symSize: 0xB0 } + - { offsetInCU: 0x173, offset: 0x1BA410, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwcp', symObjAddr: 0x3AC, symBinAddr: 0x108580, symSize: 0xF8 } + - { offsetInCU: 0x187, offset: 0x1BA424, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwca', symObjAddr: 0x4A4, symBinAddr: 0x108678, symSize: 0x1C4 } + - { offsetInCU: 0x19B, offset: 0x1BA438, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwtk', symObjAddr: 0x668, symBinAddr: 0x10883C, symSize: 0xEC } + - { offsetInCU: 0x1AF, offset: 0x1BA44C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwta', symObjAddr: 0x754, symBinAddr: 0x108928, symSize: 0x1B8 } + - { offsetInCU: 0x1C3, offset: 0x1BA460, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwet', symObjAddr: 0x90C, symBinAddr: 0x108AE0, symSize: 0x110 } + - { offsetInCU: 0x1D7, offset: 0x1BA474, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwst', symObjAddr: 0xA1C, symBinAddr: 0x108BF0, symSize: 0x1A8 } + - { offsetInCU: 0x1EB, offset: 0x1BA488, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwug', symObjAddr: 0xBC4, symBinAddr: 0x108D98, symSize: 0x90 } + - { offsetInCU: 0x1FF, offset: 0x1BA49C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwup', symObjAddr: 0xC54, symBinAddr: 0x108E28, symSize: 0x4 } + - { offsetInCU: 0x213, offset: 0x1BA4B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwui', symObjAddr: 0xC58, symBinAddr: 0x108E2C, symSize: 0xE0 } + - { offsetInCU: 0x227, offset: 0x1BA4C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMa', symObjAddr: 0xD38, symBinAddr: 0x108F0C, symSize: 0xC } + - { offsetInCU: 0x23B, offset: 0x1BA4D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwCP', symObjAddr: 0xD44, symBinAddr: 0x108F18, symSize: 0x30 } + - { offsetInCU: 0x24F, offset: 0x1BA4EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwxx', symObjAddr: 0xD74, symBinAddr: 0x108F48, symSize: 0x64 } + - { offsetInCU: 0x263, offset: 0x1BA500, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwcp', symObjAddr: 0xDF8, symBinAddr: 0x108FAC, symSize: 0x9C } + - { offsetInCU: 0x277, offset: 0x1BA514, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwca', symObjAddr: 0xE94, symBinAddr: 0x109048, symSize: 0xF4 } + - { offsetInCU: 0x28B, offset: 0x1BA528, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwta', symObjAddr: 0xF9C, symBinAddr: 0x10913C, symSize: 0xD0 } + - { offsetInCU: 0x29F, offset: 0x1BA53C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwet', symObjAddr: 0x106C, symBinAddr: 0x10920C, symSize: 0x3C } + - { offsetInCU: 0x2B3, offset: 0x1BA550, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwst', symObjAddr: 0x10A8, symBinAddr: 0x109248, symSize: 0x4C } + - { offsetInCU: 0x2C7, offset: 0x1BA564, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwug', symObjAddr: 0x10F4, symBinAddr: 0x109294, symSize: 0x1C } + - { offsetInCU: 0x2DB, offset: 0x1BA578, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwup', symObjAddr: 0x1110, symBinAddr: 0x1092B0, symSize: 0x4 } + - { offsetInCU: 0x2EF, offset: 0x1BA58C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwui', symObjAddr: 0x1114, symBinAddr: 0x1092B4, symSize: 0x2C } + - { offsetInCU: 0x303, offset: 0x1BA5A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOMa', symObjAddr: 0x1140, symBinAddr: 0x1092E0, symSize: 0x10 } + - { offsetInCU: 0x317, offset: 0x1BA5B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1150, symBinAddr: 0x1092F0, symSize: 0x44 } + - { offsetInCU: 0x383, offset: 0x1BA620, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA04SizebC0C_Tg5', symObjAddr: 0x1194, symBinAddr: 0x109334, symSize: 0xDC } + - { offsetInCU: 0x491, offset: 0x1BA72E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg', symObjAddr: 0x18EC, symBinAddr: 0x109A8C, symSize: 0x2A0 } + - { offsetInCU: 0x55A, offset: 0x1BA7F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_', symObjAddr: 0x1C10, symBinAddr: 0x109DB0, symSize: 0xB8 } + - { offsetInCU: 0x599, offset: 0x1BA836, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_', symObjAddr: 0x1D20, symBinAddr: 0x109E80, symSize: 0x120 } + - { offsetInCU: 0x5D0, offset: 0x1BA86D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_', symObjAddr: 0x1F10, symBinAddr: 0x10A034, symSize: 0xA8 } + - { offsetInCU: 0x766, offset: 0x1BAA03, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05ColorbC0C_Tg5', symObjAddr: 0x1270, symBinAddr: 0x109410, symSize: 0x3E8 } + - { offsetInCU: 0xB3C, offset: 0x1BADD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05FloatbC0C_Tg5', symObjAddr: 0x1658, symBinAddr: 0x1097F8, symSize: 0xD8 } + - { offsetInCU: 0xC0C, offset: 0x1BAEA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05PointbC0C_Tg5', symObjAddr: 0x1730, symBinAddr: 0x1098D0, symSize: 0xD8 } + - { offsetInCU: 0xCDB, offset: 0x1BAF78, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA08GradientbC0C_Tg5', symObjAddr: 0x1808, symBinAddr: 0x1099A8, symSize: 0xE4 } + - { offsetInCU: 0xD62, offset: 0x1BAFFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1B8C, symBinAddr: 0x109D2C, symSize: 0x20 } + - { offsetInCU: 0xD7E, offset: 0x1BB01B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1BAC, symBinAddr: 0x109D4C, symSize: 0x20 } + - { offsetInCU: 0xD9A, offset: 0x1BB037, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1BCC, symBinAddr: 0x109D6C, symSize: 0x44 } + - { offsetInCU: 0xDB6, offset: 0x1BB053, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_TA', symObjAddr: 0x1CC8, symBinAddr: 0x109E68, symSize: 0x18 } + - { offsetInCU: 0xDCA, offset: 0x1BB067, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_TA', symObjAddr: 0x20B4, symBinAddr: 0x10A1D8, symSize: 0xB4 } + - { offsetInCU: 0xE28, offset: 0x1BB0C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tFAA0A5ColorV_TB5', symObjAddr: 0x2168, symBinAddr: 0x10A28C, symSize: 0x140 } + - { offsetInCU: 0xEEE, offset: 0x1BB18B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tF', symObjAddr: 0x22A8, symBinAddr: 0x10A3CC, symSize: 0x1A8 } + - { offsetInCU: 0xF72, offset: 0x1BB20F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2450, symBinAddr: 0x10A574, symSize: 0x44 } + - { offsetInCU: 0xF8E, offset: 0x1BB22B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2494, symBinAddr: 0x10A5B8, symSize: 0x20 } + - { offsetInCU: 0xFAA, offset: 0x1BB247, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x24B4, symBinAddr: 0x10A5D8, symSize: 0x20 } + - { offsetInCU: 0xFC6, offset: 0x1BB263, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x24D4, symBinAddr: 0x10A5F8, symSize: 0x20 } + - { offsetInCU: 0xFE2, offset: 0x1BB27F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05PointdF0C_Tg5TA', symObjAddr: 0x2528, symBinAddr: 0x10A64C, symSize: 0x8 } + - { offsetInCU: 0xFF6, offset: 0x1BB293, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x2534, symBinAddr: 0x10A658, symSize: 0xC } + - { offsetInCU: 0x100A, offset: 0x1BB2A7, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0x2540, symBinAddr: 0x10A664, symSize: 0x8 } + - { offsetInCU: 0x101E, offset: 0x1BB2BB, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5TA', symObjAddr: 0x2548, symBinAddr: 0x10A66C, symSize: 0x8 } + - { offsetInCU: 0x1032, offset: 0x1BB2CF, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOy', symObjAddr: 0x2550, symBinAddr: 0x10A674, symSize: 0x10 } + - { offsetInCU: 0x1046, offset: 0x1BB2E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x2564, symBinAddr: 0x10A688, symSize: 0xC } + - { offsetInCU: 0x105A, offset: 0x1BB2F7, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5TA', symObjAddr: 0x2570, symBinAddr: 0x10A694, symSize: 0x8 } + - { offsetInCU: 0x106E, offset: 0x1BB30B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOe', symObjAddr: 0x25F0, symBinAddr: 0x10A6D8, symSize: 0x24 } + - { offsetInCU: 0x1082, offset: 0x1BB31F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOb', symObjAddr: 0x2614, symBinAddr: 0x10A6FC, symSize: 0x48 } + - { offsetInCU: 0x10A1, offset: 0x1BB33E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_AA05ColorbC0C_TG5TA', symObjAddr: 0x265C, symBinAddr: 0x10A744, symSize: 0x4C } + - { offsetInCU: 0x10F2, offset: 0x1BB38F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOy', symObjAddr: 0x26A8, symBinAddr: 0x10A790, symSize: 0x24 } + - { offsetInCU: 0x1106, offset: 0x1BB3A3, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5TA', symObjAddr: 0x26CC, symBinAddr: 0x10A7B4, symSize: 0x8 } + - { offsetInCU: 0x111A, offset: 0x1BB3B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x26D4, symBinAddr: 0x10A7BC, symSize: 0x8 } + - { offsetInCU: 0x112E, offset: 0x1BB3CB, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5TA', symObjAddr: 0x2760, symBinAddr: 0x10A848, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x1BB844, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x10A870, symSize: 0xF24 } + - { offsetInCU: 0x261, offset: 0x1BBA7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x10A870, symSize: 0xF24 } + - { offsetInCU: 0xBE3, offset: 0x1BC3FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_', symObjAddr: 0x13E4, symBinAddr: 0x10BC54, symSize: 0xB8 } + - { offsetInCU: 0xC7F, offset: 0x1BC498, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0xF24, symBinAddr: 0x10B794, symSize: 0x8 } + - { offsetInCU: 0xC9B, offset: 0x1BC4B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xF2C, symBinAddr: 0x10B79C, symSize: 0x388 } + - { offsetInCU: 0xDEC, offset: 0x1BC605, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x1394, symBinAddr: 0x10BC04, symSize: 0x50 } + - { offsetInCU: 0xE08, offset: 0x1BC621, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfc', symObjAddr: 0x149C, symBinAddr: 0x10BD0C, symSize: 0x15C } + - { offsetInCU: 0xE37, offset: 0x1BC650, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfcTo', symObjAddr: 0x15F8, symBinAddr: 0x10BE68, symSize: 0x20 } + - { offsetInCU: 0xE53, offset: 0x1BC66C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfc', symObjAddr: 0x1618, symBinAddr: 0x10BE88, symSize: 0x1AC } + - { offsetInCU: 0xE90, offset: 0x1BC6A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x17C4, symBinAddr: 0x10C034, symSize: 0x4C } + - { offsetInCU: 0xEAC, offset: 0x1BC6C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1810, symBinAddr: 0x10C080, symSize: 0x17C } + - { offsetInCU: 0xEE9, offset: 0x1BC702, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x198C, symBinAddr: 0x10C1FC, symSize: 0x30 } + - { offsetInCU: 0xF05, offset: 0x1BC71E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfD', symObjAddr: 0x19BC, symBinAddr: 0x10C22C, symSize: 0x34 } + - { offsetInCU: 0xF7B, offset: 0x1BC794, size: 0x8, addend: 0x0, symName: '_$sSo12CGContextRefa6LottieE21adjustWithLineOrigins33_ADD2B19552B13F52C52B0803615BD067LL2in4withySo07CTFrameB0a_So06CTFontB0aSgtF', symObjAddr: 0x12B4, symBinAddr: 0x10BB24, symSize: 0xE0 } + - { offsetInCU: 0x10C4, offset: 0x1BC8DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfETo', symObjAddr: 0x19F0, symBinAddr: 0x10C260, symSize: 0x8C } + - { offsetInCU: 0x10F3, offset: 0x1BC90C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCMa', symObjAddr: 0x1A7C, symBinAddr: 0x10C2EC, symSize: 0x20 } + - { offsetInCU: 0x1107, offset: 0x1BC920, size: 0x8, addend: 0x0, symName: '_$sSo23NSMutableParagraphStyleCMa', symObjAddr: 0x1ADC, symBinAddr: 0x10C30C, symSize: 0x3C } + - { offsetInCU: 0x11B5, offset: 0x1BC9CE, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaABSHSCWl', symObjAddr: 0x1CDC, symBinAddr: 0x10C50C, symSize: 0x48 } + - { offsetInCU: 0x11C9, offset: 0x1BC9E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_TA', symObjAddr: 0x1D94, symBinAddr: 0x10C554, symSize: 0x8 } + - { offsetInCU: 0x11DD, offset: 0x1BC9F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x1D9C, symBinAddr: 0x10C55C, symSize: 0x8 } + - { offsetInCU: 0x12FD, offset: 0x1BCB16, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSo018NSAttributedStringD0a_ypTg5', symObjAddr: 0x1B18, symBinAddr: 0x10C348, symSize: 0xD8 } + - { offsetInCU: 0x13B2, offset: 0x1BCBCB, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x1BF0, symBinAddr: 0x10C420, symSize: 0xEC } + - { offsetInCU: 0x4F, offset: 0x1BD080, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x10C564, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1BD0A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x10C5AC, symSize: 0x2B4 } + - { offsetInCU: 0xDC, offset: 0x1BD10D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2FC, symBinAddr: 0x10C860, symSize: 0x44C } + - { offsetInCU: 0x285, offset: 0x1BD2B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO8rawValueSSvg', symObjAddr: 0x748, symBinAddr: 0x10CCAC, symSize: 0x20 } + - { offsetInCU: 0x2BE, offset: 0x1BD2EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x92C, symBinAddr: 0x10CE90, symSize: 0x20 } + - { offsetInCU: 0x2EC, offset: 0x1BD31D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x92C, symBinAddr: 0x10CE90, symSize: 0x20 } + - { offsetInCU: 0x340, offset: 0x1BD371, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x970, symBinAddr: 0x10CED4, symSize: 0x64 } + - { offsetInCU: 0x3A6, offset: 0x1BD3D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x9D4, symBinAddr: 0x10CF38, symSize: 0x28 } + - { offsetInCU: 0x3C2, offset: 0x1BD3F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x9FC, symBinAddr: 0x10CF60, symSize: 0x8 } + - { offsetInCU: 0x3F8, offset: 0x1BD429, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA04, symBinAddr: 0x10CF68, symSize: 0x68 } + - { offsetInCU: 0x47D, offset: 0x1BD4AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA6C, symBinAddr: 0x10CFD0, symSize: 0xC } + - { offsetInCU: 0x499, offset: 0x1BD4CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xA78, symBinAddr: 0x10CFDC, symSize: 0xC } + - { offsetInCU: 0x4B7, offset: 0x1BD4E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x768, symBinAddr: 0x10CCCC, symSize: 0x1C4 } + - { offsetInCU: 0x513, offset: 0x1BD544, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfd', symObjAddr: 0xAF0, symBinAddr: 0x10D054, symSize: 0x4C } + - { offsetInCU: 0x556, offset: 0x1BD587, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfD', symObjAddr: 0xB3C, symBinAddr: 0x10D0A0, symSize: 0x1C } + - { offsetInCU: 0x61D, offset: 0x1BD64E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfE', symObjAddr: 0xAD4, symBinAddr: 0x10D038, symSize: 0x1C } + - { offsetInCU: 0x675, offset: 0x1BD6A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCMa', symObjAddr: 0xB58, symBinAddr: 0x10D0BC, symSize: 0x20 } + - { offsetInCU: 0x689, offset: 0x1BD6BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs0F3KeyAAWl', symObjAddr: 0xBDC, symBinAddr: 0x10D0DC, symSize: 0x44 } + - { offsetInCU: 0x69D, offset: 0x1BD6CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwet', symObjAddr: 0xEA8, symBinAddr: 0x10D184, symSize: 0x90 } + - { offsetInCU: 0x6B1, offset: 0x1BD6E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwst', symObjAddr: 0xF38, symBinAddr: 0x10D214, symSize: 0xBC } + - { offsetInCU: 0x6C5, offset: 0x1BD6F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwug', symObjAddr: 0xFF4, symBinAddr: 0x10D2D0, symSize: 0x8 } + - { offsetInCU: 0x6D9, offset: 0x1BD70A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwup', symObjAddr: 0xFFC, symBinAddr: 0x10D2D8, symSize: 0x4 } + - { offsetInCU: 0x6ED, offset: 0x1BD71E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwui', symObjAddr: 0x1000, symBinAddr: 0x10D2DC, symSize: 0x8 } + - { offsetInCU: 0x701, offset: 0x1BD732, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOMa', symObjAddr: 0x1008, symBinAddr: 0x10D2E4, symSize: 0x10 } + - { offsetInCU: 0x715, offset: 0x1BD746, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASQWb', symObjAddr: 0x1018, symBinAddr: 0x10D2F4, symSize: 0x4 } + - { offsetInCU: 0x729, offset: 0x1BD75A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFSQAAWl', symObjAddr: 0x101C, symBinAddr: 0x10D2F8, symSize: 0x44 } + - { offsetInCU: 0x73D, offset: 0x1BD76E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1060, symBinAddr: 0x10D33C, symSize: 0x4 } + - { offsetInCU: 0x751, offset: 0x1BD782, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1064, symBinAddr: 0x10D340, symSize: 0x44 } + - { offsetInCU: 0x765, offset: 0x1BD796, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x10A8, symBinAddr: 0x10D384, symSize: 0x4 } + - { offsetInCU: 0x779, offset: 0x1BD7AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x10AC, symBinAddr: 0x10D388, symSize: 0x44 } + - { offsetInCU: 0x7DB, offset: 0x1BD80C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x94C, symBinAddr: 0x10CEB0, symSize: 0xC } + - { offsetInCU: 0x7F7, offset: 0x1BD828, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x958, symBinAddr: 0x10CEBC, symSize: 0x8 } + - { offsetInCU: 0x813, offset: 0x1BD844, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x960, symBinAddr: 0x10CEC4, symSize: 0x8 } + - { offsetInCU: 0x82F, offset: 0x1BD860, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x968, symBinAddr: 0x10CECC, symSize: 0x8 } + - { offsetInCU: 0x852, offset: 0x1BD883, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA84, symBinAddr: 0x10CFE8, symSize: 0x28 } + - { offsetInCU: 0x86E, offset: 0x1BD89F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xAAC, symBinAddr: 0x10D010, symSize: 0x28 } + - { offsetInCU: 0x4B, offset: 0x1BDA93, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0x10D3CC, symSize: 0x18 } + - { offsetInCU: 0xAE, offset: 0x1BDAF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x40, symBinAddr: 0x10D40C, symSize: 0x64 } + - { offsetInCU: 0x114, offset: 0x1BDB5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xA4, symBinAddr: 0x10D470, symSize: 0x28 } + - { offsetInCU: 0x13D, offset: 0x1BDB85, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x174, symBinAddr: 0x10D540, symSize: 0x36C } + - { offsetInCU: 0x1C3, offset: 0x1BDC0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4E0, symBinAddr: 0x10D8AC, symSize: 0x510 } + - { offsetInCU: 0x40E, offset: 0x1BDE56, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO8rawValueSSvg', symObjAddr: 0x9F0, symBinAddr: 0x10DDBC, symSize: 0x20 } + - { offsetInCU: 0x447, offset: 0x1BDE8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA10, symBinAddr: 0x10DDDC, symSize: 0x20 } + - { offsetInCU: 0x475, offset: 0x1BDEBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA10, symBinAddr: 0x10DDDC, symSize: 0x20 } + - { offsetInCU: 0x4C9, offset: 0x1BDF11, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xA54, symBinAddr: 0x10DE20, symSize: 0x64 } + - { offsetInCU: 0x52F, offset: 0x1BDF77, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xAB8, symBinAddr: 0x10DE84, symSize: 0x28 } + - { offsetInCU: 0x54B, offset: 0x1BDF93, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xAE0, symBinAddr: 0x10DEAC, symSize: 0x8 } + - { offsetInCU: 0x581, offset: 0x1BDFC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAE8, symBinAddr: 0x10DEB4, symSize: 0x68 } + - { offsetInCU: 0x606, offset: 0x1BE04E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xB50, symBinAddr: 0x10DF1C, symSize: 0xC } + - { offsetInCU: 0x622, offset: 0x1BE06A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xB5C, symBinAddr: 0x10DF28, symSize: 0xC } + - { offsetInCU: 0x65D, offset: 0x1BE0A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCfD', symObjAddr: 0xBB8, symBinAddr: 0x10DF84, symSize: 0x34 } + - { offsetInCU: 0x6A0, offset: 0x1BE0E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC6encode2toys7Encoder_p_tKF', symObjAddr: 0xDC4, symBinAddr: 0x10E180, symSize: 0x248 } + - { offsetInCU: 0x6F7, offset: 0x1BE13F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x100C, symBinAddr: 0x10E3C8, symSize: 0x54 } + - { offsetInCU: 0x72F, offset: 0x1BE177, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1060, symBinAddr: 0x10E41C, symSize: 0x20 } + - { offsetInCU: 0x7EA, offset: 0x1BE232, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCMa', symObjAddr: 0xBEC, symBinAddr: 0x10DFB8, symSize: 0x20 } + - { offsetInCU: 0x7FE, offset: 0x1BE246, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwet', symObjAddr: 0xC1C, symBinAddr: 0x10DFD8, symSize: 0x90 } + - { offsetInCU: 0x812, offset: 0x1BE25A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwst', symObjAddr: 0xCAC, symBinAddr: 0x10E068, symSize: 0xBC } + - { offsetInCU: 0x826, offset: 0x1BE26E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwup', symObjAddr: 0xD68, symBinAddr: 0x10E124, symSize: 0x4 } + - { offsetInCU: 0x83A, offset: 0x1BE282, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOMa', symObjAddr: 0xD6C, symBinAddr: 0x10E128, symSize: 0x10 } + - { offsetInCU: 0x84E, offset: 0x1BE296, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASQWb', symObjAddr: 0xD7C, symBinAddr: 0x10E138, symSize: 0x4 } + - { offsetInCU: 0x862, offset: 0x1BE2AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSQAAWl', symObjAddr: 0xD80, symBinAddr: 0x10E13C, symSize: 0x44 } + - { offsetInCU: 0x876, offset: 0x1BE2BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x10E4, symBinAddr: 0x10E43C, symSize: 0x44 } + - { offsetInCU: 0x88A, offset: 0x1BE2D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSeAAWl', symObjAddr: 0x1148, symBinAddr: 0x10E480, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x1BE2E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSeAAWl', symObjAddr: 0x1214, symBinAddr: 0x10E4C4, symSize: 0x44 } + - { offsetInCU: 0x8B2, offset: 0x1BE2FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSEAAWl', symObjAddr: 0x1258, symBinAddr: 0x10E508, symSize: 0x44 } + - { offsetInCU: 0x8C6, offset: 0x1BE30E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSEAAWl', symObjAddr: 0x1344, symBinAddr: 0x10E5B0, symSize: 0x44 } + - { offsetInCU: 0x8DA, offset: 0x1BE322, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSYAAWl', symObjAddr: 0x1388, symBinAddr: 0x10E5F4, symSize: 0x44 } + - { offsetInCU: 0x8EE, offset: 0x1BE336, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwet', symObjAddr: 0x148C, symBinAddr: 0x10E638, symSize: 0x90 } + - { offsetInCU: 0x902, offset: 0x1BE34A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwst', symObjAddr: 0x151C, symBinAddr: 0x10E6C8, symSize: 0xBC } + - { offsetInCU: 0x916, offset: 0x1BE35E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwug', symObjAddr: 0x15D8, symBinAddr: 0x10E784, symSize: 0x8 } + - { offsetInCU: 0x92A, offset: 0x1BE372, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwup', symObjAddr: 0x15E0, symBinAddr: 0x10E78C, symSize: 0x4 } + - { offsetInCU: 0x93E, offset: 0x1BE386, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwui', symObjAddr: 0x15E4, symBinAddr: 0x10E790, symSize: 0x8 } + - { offsetInCU: 0x952, offset: 0x1BE39A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOMa', symObjAddr: 0x15EC, symBinAddr: 0x10E798, symSize: 0x10 } + - { offsetInCU: 0x966, offset: 0x1BE3AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASQWb', symObjAddr: 0x15FC, symBinAddr: 0x10E7A8, symSize: 0x4 } + - { offsetInCU: 0x97A, offset: 0x1BE3C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAESQAAWl', symObjAddr: 0x1600, symBinAddr: 0x10E7AC, symSize: 0x44 } + - { offsetInCU: 0x98E, offset: 0x1BE3D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1644, symBinAddr: 0x10E7F0, symSize: 0x4 } + - { offsetInCU: 0x9A2, offset: 0x1BE3EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1648, symBinAddr: 0x10E7F4, symSize: 0x44 } + - { offsetInCU: 0x9B6, offset: 0x1BE3FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x168C, symBinAddr: 0x10E838, symSize: 0x4 } + - { offsetInCU: 0x9CA, offset: 0x1BE412, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1690, symBinAddr: 0x10E83C, symSize: 0x44 } + - { offsetInCU: 0x9EF, offset: 0x1BE437, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x10D3E4, symSize: 0xC } + - { offsetInCU: 0xA29, offset: 0x1BE471, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0x10D3F0, symSize: 0xC } + - { offsetInCU: 0xA49, offset: 0x1BE491, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0x10D3F0, symSize: 0xC } + - { offsetInCU: 0xA5D, offset: 0x1BE4A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0x10D3F0, symSize: 0xC } + - { offsetInCU: 0xA6F, offset: 0x1BE4B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x30, symBinAddr: 0x10D3FC, symSize: 0x8 } + - { offsetInCU: 0xA8B, offset: 0x1BE4D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x38, symBinAddr: 0x10D404, symSize: 0x8 } + - { offsetInCU: 0xAA6, offset: 0x1BE4EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCC, symBinAddr: 0x10D498, symSize: 0x5C } + - { offsetInCU: 0xAC9, offset: 0x1BE511, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x128, symBinAddr: 0x10D4F4, symSize: 0x4C } + - { offsetInCU: 0xB37, offset: 0x1BE57F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA30, symBinAddr: 0x10DDFC, symSize: 0xC } + - { offsetInCU: 0xB53, offset: 0x1BE59B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xA3C, symBinAddr: 0x10DE08, symSize: 0x8 } + - { offsetInCU: 0xB6F, offset: 0x1BE5B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA44, symBinAddr: 0x10DE10, symSize: 0x8 } + - { offsetInCU: 0xB8B, offset: 0x1BE5D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA4C, symBinAddr: 0x10DE18, symSize: 0x8 } + - { offsetInCU: 0xBAE, offset: 0x1BE5F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xB68, symBinAddr: 0x10DF34, symSize: 0x28 } + - { offsetInCU: 0xBCA, offset: 0x1BE612, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xB90, symBinAddr: 0x10DF5C, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1BE7CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x10E888, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x1BE7E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x10E888, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x1BE7F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwet', symObjAddr: 0x50, symBinAddr: 0x10E8B8, symSize: 0x20 } + - { offsetInCU: 0x6B, offset: 0x1BE80C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwst', symObjAddr: 0x70, symBinAddr: 0x10E8D8, symSize: 0x38 } + - { offsetInCU: 0x7F, offset: 0x1BE820, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVMa', symObjAddr: 0xA8, symBinAddr: 0x10E910, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1BE970, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x10E920, symSize: 0xA4 } + - { offsetInCU: 0x81, offset: 0x1BE9CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x10E920, symSize: 0xA4 } + - { offsetInCU: 0x5E, offset: 0x1BEC2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x10E9C4, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x1BEC5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x50, symBinAddr: 0x10EA14, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x1BEC73, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfC', symObjAddr: 0x80, symBinAddr: 0x10EA44, symSize: 0x20 } + - { offsetInCU: 0xC4, offset: 0x1BEC91, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfc', symObjAddr: 0xA0, symBinAddr: 0x10EA64, symSize: 0x174 } + - { offsetInCU: 0x142, offset: 0x1BED0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfcTo', symObjAddr: 0x214, symBinAddr: 0x10EBD8, symSize: 0x20 } + - { offsetInCU: 0x15E, offset: 0x1BED2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x234, symBinAddr: 0x10EBF8, symSize: 0x44 } + - { offsetInCU: 0x17C, offset: 0x1BED49, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x278, symBinAddr: 0x10EC3C, symSize: 0x184 } + - { offsetInCU: 0x20A, offset: 0x1BEDD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x3FC, symBinAddr: 0x10EDC0, symSize: 0x30 } + - { offsetInCU: 0x262, offset: 0x1BEE2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC15animationDidSetyyF', symObjAddr: 0x42C, symBinAddr: 0x10EDF0, symSize: 0x64 } + - { offsetInCU: 0x2CD, offset: 0x1BEE9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF', symObjAddr: 0x490, symBinAddr: 0x10EE54, symSize: 0x88 } + - { offsetInCU: 0x354, offset: 0x1BEF21, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x518, symBinAddr: 0x10EEDC, symSize: 0xD8 } + - { offsetInCU: 0x3C7, offset: 0x1BEF94, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ', symObjAddr: 0x5F0, symBinAddr: 0x10EFB4, symSize: 0x18 } + - { offsetInCU: 0x3FA, offset: 0x1BEFC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x608, symBinAddr: 0x10EFCC, symSize: 0x28 } + - { offsetInCU: 0x490, offset: 0x1BF05D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg', symObjAddr: 0x630, symBinAddr: 0x10EFF4, symSize: 0x44 } + - { offsetInCU: 0x58A, offset: 0x1BF157, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x674, symBinAddr: 0x10F038, symSize: 0x18 } + - { offsetInCU: 0x5AA, offset: 0x1BF177, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x674, symBinAddr: 0x10F038, symSize: 0x18 } + - { offsetInCU: 0x5EA, offset: 0x1BF1B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x68C, symBinAddr: 0x10F050, symSize: 0x44 } + - { offsetInCU: 0x6CD, offset: 0x1BF29A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6D0, symBinAddr: 0x10F094, symSize: 0x28 } + - { offsetInCU: 0x740, offset: 0x1BF30D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg', symObjAddr: 0x738, symBinAddr: 0x10F0FC, symSize: 0x4C } + - { offsetInCU: 0x75F, offset: 0x1BF32C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs', symObjAddr: 0x784, symBinAddr: 0x10F148, symSize: 0x50 } + - { offsetInCU: 0x79A, offset: 0x1BF367, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM', symObjAddr: 0x7D4, symBinAddr: 0x10F198, symSize: 0x44 } + - { offsetInCU: 0x7C9, offset: 0x1BF396, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg', symObjAddr: 0x818, symBinAddr: 0x10F1DC, symSize: 0x44 } + - { offsetInCU: 0x7E8, offset: 0x1BF3B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs', symObjAddr: 0x85C, symBinAddr: 0x10F220, symSize: 0x48 } + - { offsetInCU: 0x823, offset: 0x1BF3F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM', symObjAddr: 0x8A4, symBinAddr: 0x10F268, symSize: 0x44 } + - { offsetInCU: 0x870, offset: 0x1BF43D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0x8E8, symBinAddr: 0x10F2AC, symSize: 0x70 } + - { offsetInCU: 0x8E4, offset: 0x1BF4B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avg', symObjAddr: 0x958, symBinAddr: 0x10F31C, symSize: 0x40 } + - { offsetInCU: 0x96A, offset: 0x1BF537, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0x998, symBinAddr: 0x10F35C, symSize: 0x44 } + - { offsetInCU: 0x9AD, offset: 0x1BF57A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avs', symObjAddr: 0x9DC, symBinAddr: 0x10F3A0, symSize: 0x40 } + - { offsetInCU: 0xA1E, offset: 0x1BF5EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg', symObjAddr: 0xB68, symBinAddr: 0x10F52C, symSize: 0x58 } + - { offsetInCU: 0xA3D, offset: 0x1BF60A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs', symObjAddr: 0xBC0, symBinAddr: 0x10F584, symSize: 0x5C } + - { offsetInCU: 0xA66, offset: 0x1BF633, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM', symObjAddr: 0xC1C, symBinAddr: 0x10F5E0, symSize: 0x44 } + - { offsetInCU: 0xA95, offset: 0x1BF662, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM.resume.0', symObjAddr: 0xC60, symBinAddr: 0x10F624, symSize: 0x4 } + - { offsetInCU: 0xAC0, offset: 0x1BF68D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvs', symObjAddr: 0xC64, symBinAddr: 0x10F628, symSize: 0x28 } + - { offsetInCU: 0xB01, offset: 0x1BF6CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0xC8C, symBinAddr: 0x10F650, symSize: 0x10 } + - { offsetInCU: 0xB21, offset: 0x1BF6EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0xC8C, symBinAddr: 0x10F650, symSize: 0x10 } + - { offsetInCU: 0xB5A, offset: 0x1BF727, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM', symObjAddr: 0xC9C, symBinAddr: 0x10F660, symSize: 0x24 } + - { offsetInCU: 0xBE0, offset: 0x1BF7AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM.resume.0', symObjAddr: 0xCC0, symBinAddr: 0x10F684, symSize: 0x38 } + - { offsetInCU: 0xC49, offset: 0x1BF816, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF', symObjAddr: 0xCF8, symBinAddr: 0x10F6BC, symSize: 0x28 } + - { offsetInCU: 0xCC0, offset: 0x1BF88D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF', symObjAddr: 0xD20, symBinAddr: 0x10F6E4, symSize: 0x54 } + - { offsetInCU: 0xDBD, offset: 0x1BF98A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btF', symObjAddr: 0xD74, symBinAddr: 0x10F738, symSize: 0x30C } + - { offsetInCU: 0x1074, offset: 0x1BFC41, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_', symObjAddr: 0x1080, symBinAddr: 0x10FA44, symSize: 0xD4 } + - { offsetInCU: 0x112B, offset: 0x1BFCF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC24updateAccessibilityLabel33_69DC16219B29E88431F21A6FFAC9EAE9LLyyF', symObjAddr: 0x1154, symBinAddr: 0x10FB18, symSize: 0xFC } + - { offsetInCU: 0x1197, offset: 0x1BFD64, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfD', symObjAddr: 0x1280, symBinAddr: 0x10FC44, symSize: 0x30 } + - { offsetInCU: 0x11C4, offset: 0x1BFD91, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x1310, symBinAddr: 0x10FCD4, symSize: 0x19C } + - { offsetInCU: 0x1300, offset: 0x1BFECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15HapticGeneratorCfD', symObjAddr: 0x12EC, symBinAddr: 0x10FCB0, symSize: 0x24 } + - { offsetInCU: 0x1378, offset: 0x1BFF45, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTK', symObjAddr: 0xA1C, symBinAddr: 0x10F3E0, symSize: 0x94 } + - { offsetInCU: 0x13A5, offset: 0x1BFF72, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTk', symObjAddr: 0xAB0, symBinAddr: 0x10F474, symSize: 0xB8 } + - { offsetInCU: 0x152A, offset: 0x1C00F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfE', symObjAddr: 0x1250, symBinAddr: 0x10FC14, symSize: 0x30 } + - { offsetInCU: 0x1557, offset: 0x1C0124, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfETo', symObjAddr: 0x12B0, symBinAddr: 0x10FC74, symSize: 0x3C } + - { offsetInCU: 0x1586, offset: 0x1C0153, size: 0x8, addend: 0x0, symName: '_$s6Lottie15HapticGeneratorCMa', symObjAddr: 0x14AC, symBinAddr: 0x10FE70, symSize: 0x20 } + - { offsetInCU: 0x159A, offset: 0x1C0167, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImpactGenerator_pWOb', symObjAddr: 0x14CC, symBinAddr: 0x10FE90, symSize: 0x18 } + - { offsetInCU: 0x15AE, offset: 0x1C017B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCMa', symObjAddr: 0x14E4, symBinAddr: 0x10FEA8, symSize: 0x20 } + - { offsetInCU: 0x15C2, offset: 0x1C018F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASQWb', symObjAddr: 0x1524, symBinAddr: 0x10FEC8, symSize: 0x4 } + - { offsetInCU: 0x15D6, offset: 0x1C01A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOAESQAAWl', symObjAddr: 0x1528, symBinAddr: 0x10FECC, symSize: 0x44 } + - { offsetInCU: 0x15EA, offset: 0x1C01B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwet', symObjAddr: 0x1844, symBinAddr: 0x1101D8, symSize: 0x90 } + - { offsetInCU: 0x15FE, offset: 0x1C01CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwst', symObjAddr: 0x18D4, symBinAddr: 0x110268, symSize: 0xBC } + - { offsetInCU: 0x1612, offset: 0x1C01DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwug', symObjAddr: 0x1990, symBinAddr: 0x110324, symSize: 0x8 } + - { offsetInCU: 0x1626, offset: 0x1C01F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwup', symObjAddr: 0x1998, symBinAddr: 0x11032C, symSize: 0x4 } + - { offsetInCU: 0x163A, offset: 0x1C0207, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwui', symObjAddr: 0x199C, symBinAddr: 0x110330, symSize: 0xC } + - { offsetInCU: 0x164E, offset: 0x1C021B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOMa', symObjAddr: 0x19A8, symBinAddr: 0x11033C, symSize: 0x10 } + - { offsetInCU: 0x166D, offset: 0x1C023A, size: 0x8, addend: 0x0, symName: '_$sSbytIegnr_SbIegy_TRTA', symObjAddr: 0x1A04, symBinAddr: 0x110378, symSize: 0x30 } + - { offsetInCU: 0x16A1, offset: 0x1C026E, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SbytIegnr_TRTA', symObjAddr: 0x1A34, symBinAddr: 0x1103A8, symSize: 0x24 } + - { offsetInCU: 0x16CA, offset: 0x1C0297, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_TA', symObjAddr: 0x1AA0, symBinAddr: 0x110414, symSize: 0xC } + - { offsetInCU: 0x1750, offset: 0x1C031D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6F8, symBinAddr: 0x10F0BC, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1C0675, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x110434, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x1C0699, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x110434, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1C06BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x11047C, symSize: 0x218 } + - { offsetInCU: 0xDC, offset: 0x1C0726, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x260, symBinAddr: 0x110694, symSize: 0x330 } + - { offsetInCU: 0x217, offset: 0x1C0861, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x590, symBinAddr: 0x1109C4, symSize: 0x158 } + - { offsetInCU: 0x285, offset: 0x1C08CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO8rawValueSSvg', symObjAddr: 0x6E8, symBinAddr: 0x110B1C, symSize: 0x18 } + - { offsetInCU: 0x2BE, offset: 0x1C0908, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x700, symBinAddr: 0x110B34, symSize: 0x18 } + - { offsetInCU: 0x2EC, offset: 0x1C0936, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x700, symBinAddr: 0x110B34, symSize: 0x18 } + - { offsetInCU: 0x33E, offset: 0x1C0988, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x73C, symBinAddr: 0x110B70, symSize: 0x64 } + - { offsetInCU: 0x3A4, offset: 0x1C09EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x7A0, symBinAddr: 0x110BD4, symSize: 0x28 } + - { offsetInCU: 0x3C0, offset: 0x1C0A0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7C8, symBinAddr: 0x110BFC, symSize: 0x8 } + - { offsetInCU: 0x3F6, offset: 0x1C0A40, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7D0, symBinAddr: 0x110C04, symSize: 0x68 } + - { offsetInCU: 0x47B, offset: 0x1C0AC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x838, symBinAddr: 0x110C6C, symSize: 0xC } + - { offsetInCU: 0x497, offset: 0x1C0AE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x844, symBinAddr: 0x110C78, symSize: 0xC } + - { offsetInCU: 0x4D3, offset: 0x1C0B1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfD', symObjAddr: 0x8A8, symBinAddr: 0x110CDC, symSize: 0x4C } + - { offsetInCU: 0x5B0, offset: 0x1C0BFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfE', symObjAddr: 0x8A0, symBinAddr: 0x110CD4, symSize: 0x8 } + - { offsetInCU: 0x608, offset: 0x1C0C52, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCMa', symObjAddr: 0x8F4, symBinAddr: 0x110D28, symSize: 0x20 } + - { offsetInCU: 0x61C, offset: 0x1C0C66, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs0E3KeyAAWl', symObjAddr: 0x978, symBinAddr: 0x110D48, symSize: 0x44 } + - { offsetInCU: 0x630, offset: 0x1C0C7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwet', symObjAddr: 0xAB0, symBinAddr: 0x110D8C, symSize: 0x90 } + - { offsetInCU: 0x644, offset: 0x1C0C8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwst', symObjAddr: 0xB40, symBinAddr: 0x110E1C, symSize: 0xBC } + - { offsetInCU: 0x658, offset: 0x1C0CA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwug', symObjAddr: 0xBFC, symBinAddr: 0x110ED8, symSize: 0x8 } + - { offsetInCU: 0x66C, offset: 0x1C0CB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwup', symObjAddr: 0xC04, symBinAddr: 0x110EE0, symSize: 0x4 } + - { offsetInCU: 0x680, offset: 0x1C0CCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwui', symObjAddr: 0xC08, symBinAddr: 0x110EE4, symSize: 0x8 } + - { offsetInCU: 0x694, offset: 0x1C0CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOMa', symObjAddr: 0xC10, symBinAddr: 0x110EEC, symSize: 0x10 } + - { offsetInCU: 0x6A8, offset: 0x1C0CF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASQWb', symObjAddr: 0xC20, symBinAddr: 0x110EFC, symSize: 0x4 } + - { offsetInCU: 0x6BC, offset: 0x1C0D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFSQAAWl', symObjAddr: 0xC24, symBinAddr: 0x110F00, symSize: 0x44 } + - { offsetInCU: 0x6D0, offset: 0x1C0D1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC68, symBinAddr: 0x110F44, symSize: 0x4 } + - { offsetInCU: 0x6E4, offset: 0x1C0D2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC6C, symBinAddr: 0x110F48, symSize: 0x44 } + - { offsetInCU: 0x6F8, offset: 0x1C0D42, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xCB0, symBinAddr: 0x110F8C, symSize: 0x4 } + - { offsetInCU: 0x70C, offset: 0x1C0D56, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xCB4, symBinAddr: 0x110F90, symSize: 0x44 } + - { offsetInCU: 0x76E, offset: 0x1C0DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x718, symBinAddr: 0x110B4C, symSize: 0xC } + - { offsetInCU: 0x78A, offset: 0x1C0DD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH9hashValueSivgTW', symObjAddr: 0x724, symBinAddr: 0x110B58, symSize: 0x8 } + - { offsetInCU: 0x7A6, offset: 0x1C0DF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x72C, symBinAddr: 0x110B60, symSize: 0x8 } + - { offsetInCU: 0x7C2, offset: 0x1C0E0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x734, symBinAddr: 0x110B68, symSize: 0x8 } + - { offsetInCU: 0x7E5, offset: 0x1C0E2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x850, symBinAddr: 0x110C84, symSize: 0x28 } + - { offsetInCU: 0x801, offset: 0x1C0E4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x878, symBinAddr: 0x110CAC, symSize: 0x28 } + - { offsetInCU: 0x118, offset: 0x1C110C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtF', symObjAddr: 0x0, symBinAddr: 0x110FD4, symSize: 0x388 } + - { offsetInCU: 0x688, offset: 0x1C167C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_', symObjAddr: 0x388, symBinAddr: 0x11135C, symSize: 0xAC } + - { offsetInCU: 0x6B9, offset: 0x1C16AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_', symObjAddr: 0x434, symBinAddr: 0x111408, symSize: 0xC8 } + - { offsetInCU: 0x80E, offset: 0x1C1802, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_', symObjAddr: 0x4FC, symBinAddr: 0x1114D0, symSize: 0xFC } + - { offsetInCU: 0x9A4, offset: 0x1C1998, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC05valueC033_4EC701FB5E0978BECCD084F684086AE8LL3forAA03AnybC0_pSgAA16AnimationKeypathV_tFSbAJ_AaG_ptXEfU_', symObjAddr: 0x5F8, symBinAddr: 0x1115CC, symSize: 0x38 } + - { offsetInCU: 0xA0D, offset: 0x1C1A01, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCfD', symObjAddr: 0xAE4, symBinAddr: 0x111AB8, symSize: 0x2C } + - { offsetInCU: 0xC6E, offset: 0x1C1C62, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7matchesySbACF', symObjAddr: 0x630, symBinAddr: 0x111604, symSize: 0x4B4 } + - { offsetInCU: 0xD1E, offset: 0x1C1D12, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCMa', symObjAddr: 0xB10, symBinAddr: 0x111AE4, symSize: 0x20 } + - { offsetInCU: 0xD32, offset: 0x1C1D26, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_TA', symObjAddr: 0xC44, symBinAddr: 0x111B04, symSize: 0x8 } + - { offsetInCU: 0xD46, offset: 0x1C1D3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xC4C, symBinAddr: 0x111B0C, symSize: 0x8 } + - { offsetInCU: 0xD5A, offset: 0x1C1D4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_TA', symObjAddr: 0xC54, symBinAddr: 0x111B14, symSize: 0xC } + - { offsetInCU: 0xD6E, offset: 0x1C1D62, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_TA', symObjAddr: 0xC60, symBinAddr: 0x111B20, symSize: 0xC } + - { offsetInCU: 0xD82, offset: 0x1C1D76, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xC6C, symBinAddr: 0x111B2C, symSize: 0x8 } + - { offsetInCU: 0xE67, offset: 0x1C1E5B, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AG16AnyValueProvider_p05valueN0tG_Tg5011$s6Lottie18mn32StoreC03setbC0_7keypathyAA03Anybt7_p_AA16iJ32VtFSbAhE_AaF_p05valueC0t_tXEfU0_AITf1cn_nTf4ng_n', symObjAddr: 0xC74, symBinAddr: 0x111B34, symSize: 0x33C } + - { offsetInCU: 0x1354, offset: 0x1C2348, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOd', symObjAddr: 0x1078, symBinAddr: 0x111EAC, symSize: 0x48 } + - { offsetInCU: 0x2B, offset: 0x1C26EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x111EF8, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x1C2704, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x111EF8, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x1C2718, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwxx', symObjAddr: 0x30, symBinAddr: 0x111F28, symSize: 0x8 } + - { offsetInCU: 0x6B, offset: 0x1C272C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwcp', symObjAddr: 0x38, symBinAddr: 0x111F30, symSize: 0x54 } + - { offsetInCU: 0x7F, offset: 0x1C2740, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwca', symObjAddr: 0x8C, symBinAddr: 0x111F84, symSize: 0x7C } + - { offsetInCU: 0x93, offset: 0x1C2754, size: 0x8, addend: 0x0, symName: ___swift_memcpy50_8, symObjAddr: 0x108, symBinAddr: 0x112000, symSize: 0x1C } + - { offsetInCU: 0xA7, offset: 0x1C2768, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwta', symObjAddr: 0x124, symBinAddr: 0x11201C, symSize: 0x5C } + - { offsetInCU: 0xBB, offset: 0x1C277C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwet', symObjAddr: 0x180, symBinAddr: 0x112078, symSize: 0x48 } + - { offsetInCU: 0xCF, offset: 0x1C2790, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwst', symObjAddr: 0x1C8, symBinAddr: 0x1120C0, symSize: 0x50 } + - { offsetInCU: 0xE3, offset: 0x1C27A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVMa', symObjAddr: 0x218, symBinAddr: 0x112110, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x1C27D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueSSvg', symObjAddr: 0x228, symBinAddr: 0x112120, symSize: 0x20 } + - { offsetInCU: 0x164, offset: 0x1C2825, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x42C, symBinAddr: 0x112324, symSize: 0x14 } + - { offsetInCU: 0x1F3, offset: 0x1C28B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH9hashValueSivgTW', symObjAddr: 0x440, symBinAddr: 0x112338, symSize: 0x44 } + - { offsetInCU: 0x2D6, offset: 0x1C2997, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x484, symBinAddr: 0x11237C, symSize: 0x28 } + - { offsetInCU: 0x348, offset: 0x1C2A09, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4EC, symBinAddr: 0x1123E4, symSize: 0x8 } + - { offsetInCU: 0x373, offset: 0x1C2A34, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4F4, symBinAddr: 0x1123EC, symSize: 0x24 } + - { offsetInCU: 0x3A4, offset: 0x1C2A65, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x518, symBinAddr: 0x112410, symSize: 0xC } + - { offsetInCU: 0x3C0, offset: 0x1C2A81, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x524, symBinAddr: 0x11241C, symSize: 0xC } + - { offsetInCU: 0x3DC, offset: 0x1C2A9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x770, symBinAddr: 0x112668, symSize: 0x1C4 } + - { offsetInCU: 0x422, offset: 0x1C2AE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV6encode2toys7Encoder_p_tKF', symObjAddr: 0x248, symBinAddr: 0x112140, symSize: 0x1BC } + - { offsetInCU: 0x477, offset: 0x1C2B38, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x580, symBinAddr: 0x112478, symSize: 0x4C } + - { offsetInCU: 0x4AE, offset: 0x1C2B6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5CC, symBinAddr: 0x1124C4, symSize: 0x40 } + - { offsetInCU: 0x4D1, offset: 0x1C2B92, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x934, symBinAddr: 0x11282C, symSize: 0x260 } + - { offsetInCU: 0x50F, offset: 0x1C2BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeO8rawValueSSvg', symObjAddr: 0x404, symBinAddr: 0x1122FC, symSize: 0x28 } + - { offsetInCU: 0x550, offset: 0x1C2C11, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x630, symBinAddr: 0x112528, symSize: 0x70 } + - { offsetInCU: 0x584, offset: 0x1C2C45, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x6A0, symBinAddr: 0x112598, symSize: 0x28 } + - { offsetInCU: 0x5C2, offset: 0x1C2C83, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs0D3KeyAAWl', symObjAddr: 0xBF8, symBinAddr: 0x112A8C, symSize: 0x44 } + - { offsetInCU: 0x5D6, offset: 0x1C2C97, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSeAAWl', symObjAddr: 0xC5C, symBinAddr: 0x112AD0, symSize: 0x44 } + - { offsetInCU: 0x5EA, offset: 0x1C2CAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSgWOb', symObjAddr: 0xCA0, symBinAddr: 0x112B14, symSize: 0x48 } + - { offsetInCU: 0x5FE, offset: 0x1C2CBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSEAAWl', symObjAddr: 0xCE8, symBinAddr: 0x112B5C, symSize: 0x44 } + - { offsetInCU: 0x612, offset: 0x1C2CD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwet', symObjAddr: 0xD3C, symBinAddr: 0x112BA0, symSize: 0x90 } + - { offsetInCU: 0x626, offset: 0x1C2CE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwst', symObjAddr: 0xDCC, symBinAddr: 0x112C30, symSize: 0xBC } + - { offsetInCU: 0x63A, offset: 0x1C2CFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwug', symObjAddr: 0xE88, symBinAddr: 0x112CEC, symSize: 0x8 } + - { offsetInCU: 0x64E, offset: 0x1C2D0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwup', symObjAddr: 0xE90, symBinAddr: 0x112CF4, symSize: 0x4 } + - { offsetInCU: 0x662, offset: 0x1C2D23, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwui', symObjAddr: 0xE94, symBinAddr: 0x112CF8, symSize: 0x8 } + - { offsetInCU: 0x676, offset: 0x1C2D37, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOMa', symObjAddr: 0xE9C, symBinAddr: 0x112D00, symSize: 0x10 } + - { offsetInCU: 0x68A, offset: 0x1C2D4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwet', symObjAddr: 0xEAC, symBinAddr: 0x112D10, symSize: 0x90 } + - { offsetInCU: 0x69E, offset: 0x1C2D5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwst', symObjAddr: 0xF3C, symBinAddr: 0x112DA0, symSize: 0xBC } + - { offsetInCU: 0x6B2, offset: 0x1C2D73, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwug', symObjAddr: 0xFF8, symBinAddr: 0x112E5C, symSize: 0x8 } + - { offsetInCU: 0x6C6, offset: 0x1C2D87, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwup', symObjAddr: 0x1000, symBinAddr: 0x112E64, symSize: 0x4 } + - { offsetInCU: 0x6DA, offset: 0x1C2D9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwui', symObjAddr: 0x1004, symBinAddr: 0x112E68, symSize: 0xC } + - { offsetInCU: 0x6EE, offset: 0x1C2DAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOMa', symObjAddr: 0x1010, symBinAddr: 0x112E74, symSize: 0x10 } + - { offsetInCU: 0x702, offset: 0x1C2DC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASQWb', symObjAddr: 0x1020, symBinAddr: 0x112E84, symSize: 0x4 } + - { offsetInCU: 0x716, offset: 0x1C2DD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSQAAWl', symObjAddr: 0x1024, symBinAddr: 0x112E88, symSize: 0x44 } + - { offsetInCU: 0x72A, offset: 0x1C2DEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASQWb', symObjAddr: 0x1068, symBinAddr: 0x112ECC, symSize: 0x4 } + - { offsetInCU: 0x73E, offset: 0x1C2DFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFSQAAWl', symObjAddr: 0x106C, symBinAddr: 0x112ED0, symSize: 0x44 } + - { offsetInCU: 0x752, offset: 0x1C2E13, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x10B0, symBinAddr: 0x112F14, symSize: 0x4 } + - { offsetInCU: 0x766, offset: 0x1C2E27, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x10B4, symBinAddr: 0x112F18, symSize: 0x44 } + - { offsetInCU: 0x77A, offset: 0x1C2E3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x10F8, symBinAddr: 0x112F5C, symSize: 0x4 } + - { offsetInCU: 0x78E, offset: 0x1C2E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x10FC, symBinAddr: 0x112F60, symSize: 0x44 } + - { offsetInCU: 0x7A2, offset: 0x1C2E63, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSYAAWl', symObjAddr: 0x1140, symBinAddr: 0x112FA4, symSize: 0x44 } + - { offsetInCU: 0x7F4, offset: 0x1C2EB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4AC, symBinAddr: 0x1123A4, symSize: 0x40 } + - { offsetInCU: 0x897, offset: 0x1C2F58, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x530, symBinAddr: 0x112428, symSize: 0x28 } + - { offsetInCU: 0x8B3, offset: 0x1C2F74, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x558, symBinAddr: 0x112450, symSize: 0x28 } + - { offsetInCU: 0x8CF, offset: 0x1C2F90, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x60C, symBinAddr: 0x112504, symSize: 0xC } + - { offsetInCU: 0x8EB, offset: 0x1C2FAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH9hashValueSivgTW', symObjAddr: 0x618, symBinAddr: 0x112510, symSize: 0x8 } + - { offsetInCU: 0x907, offset: 0x1C2FC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x620, symBinAddr: 0x112518, symSize: 0x8 } + - { offsetInCU: 0x923, offset: 0x1C2FE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x628, symBinAddr: 0x112520, symSize: 0x8 } + - { offsetInCU: 0x946, offset: 0x1C3007, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x6C8, symBinAddr: 0x1125C0, symSize: 0x5C } + - { offsetInCU: 0x969, offset: 0x1C302A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x724, symBinAddr: 0x11261C, symSize: 0x4C } + - { offsetInCU: 0x5D, offset: 0x1C31F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x38, symBinAddr: 0x113020, symSize: 0x8 } + - { offsetInCU: 0x7D, offset: 0x1C3212, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x38, symBinAddr: 0x113020, symSize: 0x8 } + - { offsetInCU: 0xD1, offset: 0x1C3266, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x40, symBinAddr: 0x113028, symSize: 0x24 } + - { offsetInCU: 0x114, offset: 0x1C32A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aG0VGSgvgTW', symObjAddr: 0x64, symBinAddr: 0x11304C, symSize: 0x8 } + - { offsetInCU: 0x169, offset: 0x1C32FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x6C, symBinAddr: 0x113054, symSize: 0x24 } + - { offsetInCU: 0x398, offset: 0x1C352D, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF', symObjAddr: 0x90, symBinAddr: 0x113078, symSize: 0x630 } + - { offsetInCU: 0x91E, offset: 0x1C3AB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x710, symBinAddr: 0x1136B8, symSize: 0x8 } + - { offsetInCU: 0x932, offset: 0x1C3AC7, size: 0x8, addend: 0x0, symName: '_$sSo8NSNumberCMa', symObjAddr: 0x8D8, symBinAddr: 0x1136D0, symSize: 0x3C } + - { offsetInCU: 0x946, offset: 0x1C3ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x97C, symBinAddr: 0x113774, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x1C3E50, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x113780, symSize: 0x780 } + - { offsetInCU: 0x35E, offset: 0x1C4187, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x113780, symSize: 0x780 } + - { offsetInCU: 0xBDA, offset: 0x1C4A03, size: 0x8, addend: 0x0, symName: '_$sSbSgWOb', symObjAddr: 0x80C, symBinAddr: 0x113F10, symSize: 0x48 } + - { offsetInCU: 0xC2A, offset: 0x1C4A53, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Sb_TG5TA', symObjAddr: 0x854, symBinAddr: 0x113F58, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x1C4EA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x113F98, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x1C4EC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x113F98, symSize: 0x8 } + - { offsetInCU: 0x88, offset: 0x1C4F05, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueSdvg', symObjAddr: 0x14, symBinAddr: 0x113FAC, symSize: 0x8 } + - { offsetInCU: 0xA6, offset: 0x1C4F23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF', symObjAddr: 0x1C, symBinAddr: 0x113FB4, symSize: 0x30 } + - { offsetInCU: 0x103, offset: 0x1C4F80, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ', symObjAddr: 0x4C, symBinAddr: 0x113FE4, symSize: 0x14 } + - { offsetInCU: 0x14B, offset: 0x1C4FC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV9hashValueSivg', symObjAddr: 0x60, symBinAddr: 0x113FF8, symSize: 0x48 } + - { offsetInCU: 0x220, offset: 0x1C509D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH9hashValueSivgTW', symObjAddr: 0xA8, symBinAddr: 0x114040, symSize: 0x48 } + - { offsetInCU: 0x303, offset: 0x1C5180, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF0, symBinAddr: 0x114088, symSize: 0x30 } + - { offsetInCU: 0x38F, offset: 0x1C520C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x164, symBinAddr: 0x1140FC, symSize: 0x14 } + - { offsetInCU: 0x3AF, offset: 0x1C522C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x164, symBinAddr: 0x1140FC, symSize: 0x14 } + - { offsetInCU: 0x3C8, offset: 0x1C5245, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfC', symObjAddr: 0x8, symBinAddr: 0x113FA0, symSize: 0xC } + - { offsetInCU: 0x414, offset: 0x1C5291, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1xSdvg', symObjAddr: 0x178, symBinAddr: 0x114110, symSize: 0x8 } + - { offsetInCU: 0x432, offset: 0x1C52AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1ySdvg', symObjAddr: 0x180, symBinAddr: 0x114118, symSize: 0x8 } + - { offsetInCU: 0x450, offset: 0x1C52CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1zSdvg', symObjAddr: 0x188, symBinAddr: 0x114120, symSize: 0x8 } + - { offsetInCU: 0x46E, offset: 0x1C52EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF', symObjAddr: 0x190, symBinAddr: 0x114128, symSize: 0x54 } + - { offsetInCU: 0x4CB, offset: 0x1C5348, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ', symObjAddr: 0x1E4, symBinAddr: 0x11417C, symSize: 0x30 } + - { offsetInCU: 0x513, offset: 0x1C5390, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV9hashValueSivg', symObjAddr: 0x214, symBinAddr: 0x1141AC, symSize: 0x74 } + - { offsetInCU: 0x5E1, offset: 0x1C545E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH9hashValueSivgTW', symObjAddr: 0x288, symBinAddr: 0x114220, symSize: 0x4 } + - { offsetInCU: 0x5FD, offset: 0x1C547A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x28C, symBinAddr: 0x114224, symSize: 0x54 } + - { offsetInCU: 0x688, offset: 0x1C5505, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E0, symBinAddr: 0x114378, symSize: 0x30 } + - { offsetInCU: 0x6C8, offset: 0x1C5545, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASQWb', symObjAddr: 0x350, symBinAddr: 0x1142E8, symSize: 0x4 } + - { offsetInCU: 0x6DC, offset: 0x1C5559, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSQAAWl', symObjAddr: 0x354, symBinAddr: 0x1142EC, symSize: 0x44 } + - { offsetInCU: 0x6F0, offset: 0x1C556D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASQWb', symObjAddr: 0x398, symBinAddr: 0x114330, symSize: 0x4 } + - { offsetInCU: 0x704, offset: 0x1C5581, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSQAAWl', symObjAddr: 0x39C, symBinAddr: 0x114334, symSize: 0x44 } + - { offsetInCU: 0x718, offset: 0x1C5595, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVMa', symObjAddr: 0x410, symBinAddr: 0x1143A8, symSize: 0x10 } + - { offsetInCU: 0x72C, offset: 0x1C55A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwet', symObjAddr: 0x438, symBinAddr: 0x1143B8, symSize: 0x20 } + - { offsetInCU: 0x740, offset: 0x1C55BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwst', symObjAddr: 0x458, symBinAddr: 0x1143D8, symSize: 0x2C } + - { offsetInCU: 0x754, offset: 0x1C55D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVMa', symObjAddr: 0x484, symBinAddr: 0x114404, symSize: 0x10 } + - { offsetInCU: 0x7A6, offset: 0x1C5623, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x120, symBinAddr: 0x1140B8, symSize: 0x44 } + - { offsetInCU: 0x86F, offset: 0x1C56EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x114278, symSize: 0x70 } + - { offsetInCU: 0x2B, offset: 0x1C58EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x114414, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x1C5910, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x114414, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1C5935, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x11445C, symSize: 0x194 } + - { offsetInCU: 0xF1, offset: 0x1C59B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1DC, symBinAddr: 0x1145F0, symSize: 0xD4 } + - { offsetInCU: 0x16E, offset: 0x1C5A2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B0, symBinAddr: 0x1146C4, symSize: 0x120 } + - { offsetInCU: 0x1F1, offset: 0x1C5AB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0x1147F4, symSize: 0x64 } + - { offsetInCU: 0x234, offset: 0x1C5AF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x444, symBinAddr: 0x114858, symSize: 0x24 } + - { offsetInCU: 0x274, offset: 0x1C5B35, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x11487C, symSize: 0x4 } + - { offsetInCU: 0x294, offset: 0x1C5B55, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x11487C, symSize: 0x4 } + - { offsetInCU: 0x2BF, offset: 0x1C5B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x46C, symBinAddr: 0x114880, symSize: 0x68 } + - { offsetInCU: 0x30A, offset: 0x1C5BCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4D4, symBinAddr: 0x1148E8, symSize: 0xC } + - { offsetInCU: 0x326, offset: 0x1C5BE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x1148F4, symSize: 0xC } + - { offsetInCU: 0x342, offset: 0x1C5C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO11stringValueSSvgTf4d_n', symObjAddr: 0x968, symBinAddr: 0x114C68, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x1C5C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfD', symObjAddr: 0x544, symBinAddr: 0x114958, symSize: 0x2C } + - { offsetInCU: 0x40C, offset: 0x1C5CCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfE', symObjAddr: 0x53C, symBinAddr: 0x114950, symSize: 0x8 } + - { offsetInCU: 0x464, offset: 0x1C5D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCMa', symObjAddr: 0x570, symBinAddr: 0x114984, symSize: 0x20 } + - { offsetInCU: 0x478, offset: 0x1C5D39, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs0C3KeyAAWl', symObjAddr: 0x5F4, symBinAddr: 0x1149A4, symSize: 0x44 } + - { offsetInCU: 0x48C, offset: 0x1C5D4D, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGSayxGSEsSERzlWl', symObjAddr: 0x638, symBinAddr: 0x1149E8, symSize: 0x64 } + - { offsetInCU: 0x4A0, offset: 0x1C5D61, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCACSEAAWl', symObjAddr: 0x6E0, symBinAddr: 0x114A4C, symSize: 0x48 } + - { offsetInCU: 0x4B4, offset: 0x1C5D75, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwet', symObjAddr: 0x794, symBinAddr: 0x114A94, symSize: 0x50 } + - { offsetInCU: 0x4C8, offset: 0x1C5D89, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwst', symObjAddr: 0x7E4, symBinAddr: 0x114AE4, symSize: 0x8C } + - { offsetInCU: 0x4DC, offset: 0x1C5D9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwug', symObjAddr: 0x870, symBinAddr: 0x114B70, symSize: 0x8 } + - { offsetInCU: 0x4F0, offset: 0x1C5DB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwup', symObjAddr: 0x878, symBinAddr: 0x114B78, symSize: 0x4 } + - { offsetInCU: 0x504, offset: 0x1C5DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwui', symObjAddr: 0x87C, symBinAddr: 0x114B7C, symSize: 0x4 } + - { offsetInCU: 0x518, offset: 0x1C5DD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOMa', symObjAddr: 0x880, symBinAddr: 0x114B80, symSize: 0x10 } + - { offsetInCU: 0x52C, offset: 0x1C5DED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASQWb', symObjAddr: 0x890, symBinAddr: 0x114B90, symSize: 0x4 } + - { offsetInCU: 0x540, offset: 0x1C5E01, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFSQAAWl', symObjAddr: 0x894, symBinAddr: 0x114B94, symSize: 0x44 } + - { offsetInCU: 0x554, offset: 0x1C5E15, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8D8, symBinAddr: 0x114BD8, symSize: 0x4 } + - { offsetInCU: 0x568, offset: 0x1C5E29, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8DC, symBinAddr: 0x114BDC, symSize: 0x44 } + - { offsetInCU: 0x57C, offset: 0x1C5E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x920, symBinAddr: 0x114C20, symSize: 0x4 } + - { offsetInCU: 0x590, offset: 0x1C5E51, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x924, symBinAddr: 0x114C24, symSize: 0x44 } + - { offsetInCU: 0x5D2, offset: 0x1C5E93, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x1147E4, symSize: 0x4 } + - { offsetInCU: 0x5F2, offset: 0x1C5EB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x1147E4, symSize: 0x4 } + - { offsetInCU: 0x612, offset: 0x1C5ED3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x1147E8, symSize: 0x4 } + - { offsetInCU: 0x632, offset: 0x1C5EF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x1147E8, symSize: 0x4 } + - { offsetInCU: 0x652, offset: 0x1C5F13, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x1147EC, symSize: 0x4 } + - { offsetInCU: 0x672, offset: 0x1C5F33, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x1147EC, symSize: 0x4 } + - { offsetInCU: 0x692, offset: 0x1C5F53, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x1147F0, symSize: 0x4 } + - { offsetInCU: 0x6B2, offset: 0x1C5F73, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x1147F0, symSize: 0x4 } + - { offsetInCU: 0x6CA, offset: 0x1C5F8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4EC, symBinAddr: 0x114900, symSize: 0x28 } + - { offsetInCU: 0x6E6, offset: 0x1C5FA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x514, symBinAddr: 0x114928, symSize: 0x28 } + - { offsetInCU: 0x18C, offset: 0x1C630C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_27requiresManualInterpolationAA13KeyframeGroupCySayxGGSayAGyxGG_SbtAA17AnyInterpolatableRzlFZAHSgSayypGXEfU_AA10BezierPathV_Tg5', symObjAddr: 0xDC, symBinAddr: 0x114D50, symSize: 0x174 } + - { offsetInCU: 0x35D, offset: 0x1C64DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6CGSizeVTg5', symObjAddr: 0x250, symBinAddr: 0x114EC4, symSize: 0x104 } + - { offsetInCU: 0x435, offset: 0x1C65B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_A2P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_n', symObjAddr: 0x354, symBinAddr: 0x114FC8, symSize: 0xEC } + - { offsetInCU: 0x526, offset: 0x1C66A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA10BezierPathV_AA0A8Vector1DVAA0noJ0VTg5011$s6Lottie10no6VAA0A8p8DVAA0bC8j55Vs5Error_pIggnrzo_AceGsAH_pIegnnrzo_TR011$s6Lottie10bc6s26A8d10DVSgAA0bC8e14VIeggnr_z73Hs5f80_pIeggnrzo_TR011$s6Lottie18bce60V9combining4path12cornerRadiusAA0D5K69CyACGAHyl10C0VG_AHyk2J35D22DVGSgtKFZAcK_ANSgtcfu_Tf3nnnpf_nTf3nnnpf_nTf3nnpf_n', symObjAddr: 0x440, symBinAddr: 0x1150B4, symSize: 0x110 } + - { offsetInCU: 0x646, offset: 0x1C67C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7EllipseC0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_n', symObjAddr: 0x550, symBinAddr: 0x1151C4, symSize: 0x100 } + - { offsetInCU: 0x74C, offset: 0x1C68CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x650, symBinAddr: 0x1152C4, symSize: 0x134 } + - { offsetInCU: 0x824, offset: 0x1C69A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_AA0A8Vector3DVAPTg5', symObjAddr: 0x784, symBinAddr: 0x1153F8, symSize: 0x110 } + - { offsetInCU: 0x8F3, offset: 0x1C6A73, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector1DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_A2ItXEfU0_Tf3nnpf_n', symObjAddr: 0x894, symBinAddr: 0x115508, symSize: 0x140 } + - { offsetInCU: 0xAA0, offset: 0x1C6C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9RectangleC0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_n', symObjAddr: 0x9D4, symBinAddr: 0x115648, symSize: 0x14C } + - { offsetInCU: 0xC03, offset: 0x1C6D83, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0xB20, symBinAddr: 0x115794, symSize: 0x244 } + - { offsetInCU: 0xF13, offset: 0x1C7093, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4HoldVySo13CATransform3DVGTg5', symObjAddr: 0xD64, symBinAddr: 0x1159D8, symSize: 0x348 } + - { offsetInCU: 0x12D3, offset: 0x1C7453, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_', symObjAddr: 0x10AC, symBinAddr: 0x115D20, symSize: 0xA8 } + - { offsetInCU: 0x143C, offset: 0x1C75BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA7EllipseCANV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7W85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x13B4, symBinAddr: 0x116028, symSize: 0x274 } + - { offsetInCU: 0x16C7, offset: 0x1C7847, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA9RectangleCANV_Tg5010$s6Lottie9b48O8combined___27requiresManualInterpolation18makeop4AA13qr45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17s82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9W133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x1628, symBinAddr: 0x11629C, symSize: 0x278 } + - { offsetInCU: 0x1952, offset: 0x1C7AD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4StarCANV_Tg5010$s6Lottie9b52O8combined_______27requiresManualInterpolation18makeop4AA13qr85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17s107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4W8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA0_A0_A0_A0_A0_AWIsgnnnnnnnr_Tf1nnc_n0x7Lottie4w11C17combinedb4AA13qR51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0x18A0, symBinAddr: 0x116514, symSize: 0x280 } + - { offsetInCU: 0x1BDE, offset: 0x1C7D5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SayAA10BezierPathVG_Tg5010$s6Lottie9b44O8combined_27requiresManualInterpolationAA13qr25CySayxGGSayAGyxGG_SbtAA17s38InterpolatableRzlFZAHSgSayypGXEfU_AA10wX5V_TG5Tf1nnc_n', symObjAddr: 0x1B20, symBinAddr: 0x116794, symSize: 0x24C } + - { offsetInCU: 0x1E77, offset: 0x1C7FF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b55O8combined__________27requiresManualInterpolation18makeop4AA13qr115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17s128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4w6VySo13X6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVA0_AA0A8Vector1DVA2_A0_A2_A2_A2_A2_A2_AYIsgnnnnnnnnnnr_Tf1nnc_nTf4nng_n', symObjAddr: 0x1D6C, symBinAddr: 0x1169E0, symSize: 0x2CC } + - { offsetInCU: 0x21B1, offset: 0x1C8331, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b22O8combined__________27mn19Interpolation18makeqr4AA13st115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17u128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4v6VySo13W6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVAvA0A8Vector1DVAxv5xSIsgnnnnnnnnnnr_Tf1nncn_nTf4nndn_n', symObjAddr: 0x2038, symBinAddr: 0x116CAC, symSize: 0xA70 } + - { offsetInCU: 0x2D42, offset: 0x1C8EC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_So6CGSizeV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6W4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAzVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x2AA8, symBinAddr: 0x11771C, symSize: 0x268 } + - { offsetInCU: 0x3059, offset: 0x1C91D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSo6CGSizeV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6V4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAtPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x32C8, symBinAddr: 0x117F3C, symSize: 0xA68 } + - { offsetInCU: 0x3D09, offset: 0x1C9E89, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8v3DV_L179P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x3D30, symBinAddr: 0x1189A4, symSize: 0xA00 } + - { offsetInCU: 0x493B, offset: 0x1CAABB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u54InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8v184DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_L17ItXEfU0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x4D34, symBinAddr: 0x1199A8, symSize: 0x9E0 } + - { offsetInCU: 0x553E, offset: 0x1CB6BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA7EllipseC0S0V_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7V85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x5CA4, symBinAddr: 0x11A850, symSize: 0xA50 } + - { offsetInCU: 0x61E5, offset: 0x1CC365, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA9RectangleC0S0V_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9V133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x66F4, symBinAddr: 0x11B2A0, symSize: 0xAA4 } + - { offsetInCU: 0x6E55, offset: 0x1CCFD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4StarC0S0V_Tg5010$s6Lottie9b19O8combined_______27mn19Interpolation18makeqr4AA13st85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17u107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4V8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA5wRIsgnnnnnnnr_Tf1nncn_n0w7Lottie4v11C17combinedb4AA13sT51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnnc_nTf4nnd_n', symObjAddr: 0x7198, symBinAddr: 0x11BD44, symSize: 0xA20 } + - { offsetInCU: 0x79FC, offset: 0x1CDB7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZAA0A8Vector3DV_AA0A8Vector1DVA5uA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnnnnnnncn_nTf4nnnnnnnnd_n', symObjAddr: 0x7BB8, symBinAddr: 0x11C764, symSize: 0x194 } + - { offsetInCU: 0x7B40, offset: 0x1CDCC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014wx5B033_yZ26A01782ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVA_AWIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x7DE4, symBinAddr: 0x11C94C, symSize: 0x288 } + - { offsetInCU: 0x7E53, offset: 0x1CDFD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014vw5B033_xyZ20ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVAuQIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x806C, symBinAddr: 0x11CBD4, symSize: 0xACC } + - { offsetInCU: 0x8AC7, offset: 0x1CEC47, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSayAA10BezierPathVG_Tg5010$s6Lottie9b13O8combined_27mno4AA13st25CySayxGGSayAGyxGG_SbtAA17u38InterpolatableRzlFZAHSgSayypGXEfU_AA10vW5V_TG5Tf1nncn_nTf4nnd_n', symObjAddr: 0x8D0C, symBinAddr: 0x11D874, symSize: 0xA78 } + - { offsetInCU: 0x97A2, offset: 0x1CF922, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA0A8Vector1DV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8W22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyAvA0A8Vector3DVAVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x97A4, symBinAddr: 0x11E30C, symSize: 0x268 } + - { offsetInCU: 0x9AAE, offset: 0x1CFC2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8V22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyApA0A8Vector3DVAPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x9A0C, symBinAddr: 0x11E574, symSize: 0xA98 } + - { offsetInCU: 0xB6CB, offset: 0x1D184B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVSgWOb', symObjAddr: 0x8B38, symBinAddr: 0x11D6A0, symSize: 0x48 } + - { offsetInCU: 0xB80A, offset: 0x1D198A, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFs12Zip2SequenceVys15ContiguousArrayVy6Lottie8KeyframeCyypGGAMG_Tg5023$sSTsE10allSatisfyyS2b7c20QzKXEKFSbACKXEfU_s12de5Vys15fg10Vy6Lottie8I212CyypGGALG_TG5010$s6Lottie8i138CyxGACyqd__GSbs5Error_pIgggdzo_AD_AEtSbsAF_pIegndzo_r__lTRyp_ypTG5011$s6Lottie13b77GroupC23hasSameTimingParameters2asSbACyqd__G_tlFSbAA0B0l16G_AHyqd__GtXEfU_W14_U3Tg5Tf3npf_nTf3npf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x114C74, symSize: 0xDC } + - { offsetInCU: 0x4F, offset: 0x1D23D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ', symObjAddr: 0x0, symBinAddr: 0x11F00C, symSize: 0x1C } + - { offsetInCU: 0x8E, offset: 0x1D2413, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ', symObjAddr: 0x1C, symBinAddr: 0x11F028, symSize: 0x14 } + - { offsetInCU: 0xC1, offset: 0x1D2446, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x3AC, symBinAddr: 0x11F3B8, symSize: 0x28 } + - { offsetInCU: 0x157, offset: 0x1D24DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO9hashValueSivg', symObjAddr: 0x3D4, symBinAddr: 0x11F3E0, symSize: 0x44 } + - { offsetInCU: 0x251, offset: 0x1D25D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x418, symBinAddr: 0x11F424, symSize: 0x14 } + - { offsetInCU: 0x271, offset: 0x1D25F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x418, symBinAddr: 0x11F424, symSize: 0x14 } + - { offsetInCU: 0x2B1, offset: 0x1D2636, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x42C, symBinAddr: 0x11F438, symSize: 0x44 } + - { offsetInCU: 0x394, offset: 0x1D2719, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x470, symBinAddr: 0x11F47C, symSize: 0x28 } + - { offsetInCU: 0x413, offset: 0x1D2798, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationSource13imageProvider04textG004fontG013configuration6loggerAcA0abE0OSg_AA0b5ImageG0_pSgAA0b11KeypathTextG0_pAA0b4FontG0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x30, symBinAddr: 0x11F03C, symSize: 0x194 } + - { offsetInCU: 0x4F7, offset: 0x1D287C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1C4, symBinAddr: 0x11F1D0, symSize: 0x100 } + - { offsetInCU: 0x53A, offset: 0x1D28BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x2C4, symBinAddr: 0x11F2D0, symSize: 0x50 } + - { offsetInCU: 0x56E, offset: 0x1D28F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x6E0, symBinAddr: 0x11F6EC, symSize: 0xF8 } + - { offsetInCU: 0x582, offset: 0x1D2907, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x7D8, symBinAddr: 0x11F7E4, symSize: 0x88 } + - { offsetInCU: 0x5C0, offset: 0x1D2945, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x860, symBinAddr: 0x11F86C, symSize: 0x298 } + - { offsetInCU: 0x6CD, offset: 0x1D2A52, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0xAF8, symBinAddr: 0x11FB04, symSize: 0x30 } + - { offsetInCU: 0x6E1, offset: 0x1D2A66, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xB28, symBinAddr: 0x11FB34, symSize: 0x50 } + - { offsetInCU: 0x6FF, offset: 0x1D2A84, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xB78, symBinAddr: 0x11FB84, symSize: 0x2A4 } + - { offsetInCU: 0x826, offset: 0x1D2BAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xE1C, symBinAddr: 0x11FE28, symSize: 0x20 } + - { offsetInCU: 0x842, offset: 0x1D2BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0xE3C, symBinAddr: 0x11FE48, symSize: 0x44 } + - { offsetInCU: 0x860, offset: 0x1D2BE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0xE80, symBinAddr: 0x11FE8C, symSize: 0x30 } + - { offsetInCU: 0x883, offset: 0x1D2C08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xEB0, symBinAddr: 0x11FEBC, symSize: 0x4C } + - { offsetInCU: 0x8B5, offset: 0x1D2C3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0xEFC, symBinAddr: 0x11FF08, symSize: 0x108 } + - { offsetInCU: 0x9E5, offset: 0x1D2D6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0x1004, symBinAddr: 0x120010, symSize: 0x28 } + - { offsetInCU: 0xA24, offset: 0x1D2DA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x108C, symBinAddr: 0x120098, symSize: 0x44 } + - { offsetInCU: 0xAAA, offset: 0x1D2E2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x10D0, symBinAddr: 0x1200DC, symSize: 0x44 } + - { offsetInCU: 0xB0E, offset: 0x1D2E93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x1114, symBinAddr: 0x120120, symSize: 0x28 } + - { offsetInCU: 0xB61, offset: 0x1D2EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4stopyyF', symObjAddr: 0x113C, symBinAddr: 0x120148, symSize: 0xFC } + - { offsetInCU: 0xC24, offset: 0x1D2FA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5pauseyyF', symObjAddr: 0x1238, symBinAddr: 0x120244, symSize: 0x40 } + - { offsetInCU: 0xC74, offset: 0x1D2FF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg', symObjAddr: 0x12CC, symBinAddr: 0x1202D8, symSize: 0x44 } + - { offsetInCU: 0xC93, offset: 0x1D3018, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs', symObjAddr: 0x1310, symBinAddr: 0x12031C, symSize: 0x48 } + - { offsetInCU: 0xCB8, offset: 0x1D303D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM', symObjAddr: 0x1358, symBinAddr: 0x120364, symSize: 0x44 } + - { offsetInCU: 0xCE9, offset: 0x1D306E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM.resume.0', symObjAddr: 0x139C, symBinAddr: 0x1203A8, symSize: 0x4 } + - { offsetInCU: 0xD63, offset: 0x1D30E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x14CC, symBinAddr: 0x1204D8, symSize: 0x60 } + - { offsetInCU: 0xD98, offset: 0x1D311D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x152C, symBinAddr: 0x120538, symSize: 0xB8 } + - { offsetInCU: 0xDEB, offset: 0x1D3170, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x15E4, symBinAddr: 0x1205F0, symSize: 0x80 } + - { offsetInCU: 0xE49, offset: 0x1D31CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x1664, symBinAddr: 0x120670, symSize: 0x168 } + - { offsetInCU: 0xEBE, offset: 0x1D3243, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x17CC, symBinAddr: 0x1207D8, symSize: 0x58 } + - { offsetInCU: 0xF05, offset: 0x1D328A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x1824, symBinAddr: 0x120830, symSize: 0x28 } + - { offsetInCU: 0xF24, offset: 0x1D32A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x184C, symBinAddr: 0x120858, symSize: 0x20 } + - { offsetInCU: 0xFA9, offset: 0x1D332E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x186C, symBinAddr: 0x120878, symSize: 0x40 } + - { offsetInCU: 0x101E, offset: 0x1D33A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x18AC, symBinAddr: 0x1208B8, symSize: 0x1C } + - { offsetInCU: 0x104E, offset: 0x1D33D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x18AC, symBinAddr: 0x1208B8, symSize: 0x1C } + - { offsetInCU: 0x10CE, offset: 0x1D3453, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg', symObjAddr: 0x1968, symBinAddr: 0x120974, symSize: 0x58 } + - { offsetInCU: 0x1103, offset: 0x1D3488, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs', symObjAddr: 0x19C0, symBinAddr: 0x1209CC, symSize: 0x30 } + - { offsetInCU: 0x1142, offset: 0x1D34C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM', symObjAddr: 0x19F0, symBinAddr: 0x1209FC, symSize: 0x84 } + - { offsetInCU: 0x11A0, offset: 0x1D3525, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x1A74, symBinAddr: 0x120A80, symSize: 0x64 } + - { offsetInCU: 0x122B, offset: 0x1D35B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg', symObjAddr: 0x1C54, symBinAddr: 0x120C60, symSize: 0x58 } + - { offsetInCU: 0x124A, offset: 0x1D35CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x1CAC, symBinAddr: 0x120CB8, symSize: 0x34 } + - { offsetInCU: 0x125E, offset: 0x1D35E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x1CE0, symBinAddr: 0x120CEC, symSize: 0x58 } + - { offsetInCU: 0x12CF, offset: 0x1D3654, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x1D38, symBinAddr: 0x120D44, symSize: 0xC8 } + - { offsetInCU: 0x1336, offset: 0x1D36BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x1E14, symBinAddr: 0x120E20, symSize: 0x1B0 } + - { offsetInCU: 0x13F2, offset: 0x1D3777, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x1FC4, symBinAddr: 0x120FD0, symSize: 0x80 } + - { offsetInCU: 0x1458, offset: 0x1D37DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x2044, symBinAddr: 0x121050, symSize: 0x60 } + - { offsetInCU: 0x14CF, offset: 0x1D3854, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x2144, symBinAddr: 0x121150, symSize: 0x5C } + - { offsetInCU: 0x1504, offset: 0x1D3889, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x21A0, symBinAddr: 0x1211AC, symSize: 0x24 } + - { offsetInCU: 0x1525, offset: 0x1D38AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x21C4, symBinAddr: 0x1211D0, symSize: 0x84 } + - { offsetInCU: 0x1583, offset: 0x1D3908, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x2248, symBinAddr: 0x121254, symSize: 0x19C } + - { offsetInCU: 0x160A, offset: 0x1D398F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x2578, symBinAddr: 0x121584, symSize: 0x98 } + - { offsetInCU: 0x163E, offset: 0x1D39C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x2610, symBinAddr: 0x12161C, symSize: 0x80 } + - { offsetInCU: 0x16A4, offset: 0x1D3A29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x2690, symBinAddr: 0x12169C, symSize: 0x150 } + - { offsetInCU: 0x170A, offset: 0x1D3A8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs', symObjAddr: 0x2874, symBinAddr: 0x121880, symSize: 0x84 } + - { offsetInCU: 0x17AC, offset: 0x1D3B31, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM', symObjAddr: 0x28F8, symBinAddr: 0x121904, symSize: 0x7C } + - { offsetInCU: 0x180A, offset: 0x1D3B8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x2974, symBinAddr: 0x121980, symSize: 0x8C } + - { offsetInCU: 0x18A9, offset: 0x1D3C2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB7PlayingSbvg', symObjAddr: 0x2A00, symBinAddr: 0x121A0C, symSize: 0x180 } + - { offsetInCU: 0x195B, offset: 0x1D3CE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB6QueuedSbvg', symObjAddr: 0x2B80, symBinAddr: 0x121B8C, symSize: 0x3C } + - { offsetInCU: 0x1A03, offset: 0x1D3D88, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x2C2C, symBinAddr: 0x121C38, symSize: 0x64 } + - { offsetInCU: 0x1A38, offset: 0x1D3DBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x2C90, symBinAddr: 0x121C9C, symSize: 0x6C } + - { offsetInCU: 0x1AC7, offset: 0x1D3E4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x2CFC, symBinAddr: 0x121D08, symSize: 0x84 } + - { offsetInCU: 0x1B25, offset: 0x1D3EAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x2D80, symBinAddr: 0x121D8C, symSize: 0x80 } + - { offsetInCU: 0x1BC3, offset: 0x1D3F48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x2E74, symBinAddr: 0x121E80, symSize: 0x64 } + - { offsetInCU: 0x1C44, offset: 0x1D3FC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x2ED8, symBinAddr: 0x121EE4, symSize: 0x7C } + - { offsetInCU: 0x1CA2, offset: 0x1D4027, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x2F54, symBinAddr: 0x121F60, symSize: 0x70 } + - { offsetInCU: 0x1D13, offset: 0x1D4098, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x2FC4, symBinAddr: 0x121FD0, symSize: 0x114 } + - { offsetInCU: 0x1E5C, offset: 0x1D41E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x30D8, symBinAddr: 0x1220E4, symSize: 0x28 } + - { offsetInCU: 0x1E9E, offset: 0x1D4223, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x3100, symBinAddr: 0x12210C, symSize: 0x34 } + - { offsetInCU: 0x1ECF, offset: 0x1D4254, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvg', symObjAddr: 0x3140, symBinAddr: 0x12214C, symSize: 0xF8 } + - { offsetInCU: 0x1F6A, offset: 0x1D42EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvs', symObjAddr: 0x3238, symBinAddr: 0x122244, symSize: 0x28 } + - { offsetInCU: 0x1FAC, offset: 0x1D4331, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvM', symObjAddr: 0x3260, symBinAddr: 0x12226C, symSize: 0x34 } + - { offsetInCU: 0x1FFD, offset: 0x1D4382, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3370, symBinAddr: 0x12237C, symSize: 0x98 } + - { offsetInCU: 0x2041, offset: 0x1D43C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x3408, symBinAddr: 0x122414, symSize: 0xFC } + - { offsetInCU: 0x20E6, offset: 0x1D446B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x3504, symBinAddr: 0x122510, symSize: 0xBC } + - { offsetInCU: 0x2176, offset: 0x1D44FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x35C0, symBinAddr: 0x1225CC, symSize: 0x198 } + - { offsetInCU: 0x2209, offset: 0x1D458E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3758, symBinAddr: 0x122764, symSize: 0x28 } + - { offsetInCU: 0x223A, offset: 0x1D45BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x3780, symBinAddr: 0x12278C, symSize: 0xA8 } + - { offsetInCU: 0x238E, offset: 0x1D4713, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x3890, symBinAddr: 0x12289C, symSize: 0x54 } + - { offsetInCU: 0x23C3, offset: 0x1D4748, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x38E4, symBinAddr: 0x1228F0, symSize: 0x64 } + - { offsetInCU: 0x2451, offset: 0x1D47D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x3948, symBinAddr: 0x122954, symSize: 0x7C } + - { offsetInCU: 0x24AF, offset: 0x1D4834, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x39C4, symBinAddr: 0x1229D0, symSize: 0x78 } + - { offsetInCU: 0x254D, offset: 0x1D48D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs', symObjAddr: 0x3B04, symBinAddr: 0x122B10, symSize: 0xB8 } + - { offsetInCU: 0x25D0, offset: 0x1D4955, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM', symObjAddr: 0x3BBC, symBinAddr: 0x122BC8, symSize: 0x7C } + - { offsetInCU: 0x262E, offset: 0x1D49B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x3C38, symBinAddr: 0x122C44, symSize: 0xCC } + - { offsetInCU: 0x274B, offset: 0x1D4AD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg', symObjAddr: 0x3E4C, symBinAddr: 0x122E58, symSize: 0x54 } + - { offsetInCU: 0x276A, offset: 0x1D4AEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs', symObjAddr: 0x3EA0, symBinAddr: 0x122EAC, symSize: 0xD4 } + - { offsetInCU: 0x27C9, offset: 0x1D4B4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM', symObjAddr: 0x3F74, symBinAddr: 0x122F80, symSize: 0x48 } + - { offsetInCU: 0x27FA, offset: 0x1D4B7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM.resume.0', symObjAddr: 0x3FBC, symBinAddr: 0x122FC8, symSize: 0xB8 } + - { offsetInCU: 0x2895, offset: 0x1D4C1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x4074, symBinAddr: 0x123080, symSize: 0x68 } + - { offsetInCU: 0x291F, offset: 0x1D4CA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvg', symObjAddr: 0x40DC, symBinAddr: 0x1230E8, symSize: 0x68 } + - { offsetInCU: 0x298A, offset: 0x1D4D0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x4144, symBinAddr: 0x123150, symSize: 0xB4 } + - { offsetInCU: 0x2A1E, offset: 0x1D4DA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x41F8, symBinAddr: 0x123204, symSize: 0x78 } + - { offsetInCU: 0x2A8A, offset: 0x1D4E0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x4368, symBinAddr: 0x123374, symSize: 0xA0 } + - { offsetInCU: 0x2B17, offset: 0x1D4E9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x4408, symBinAddr: 0x123414, symSize: 0x7C } + - { offsetInCU: 0x2B75, offset: 0x1D4EFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x4484, symBinAddr: 0x123490, symSize: 0xA4 } + - { offsetInCU: 0x2BFD, offset: 0x1D4F82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x4528, symBinAddr: 0x123534, symSize: 0xA4 } + - { offsetInCU: 0x2C9E, offset: 0x1D5023, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x45CC, symBinAddr: 0x1235D8, symSize: 0xD8 } + - { offsetInCU: 0x2DD5, offset: 0x1D515A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12reloadImagesyyF', symObjAddr: 0x46A4, symBinAddr: 0x1236B0, symSize: 0x90 } + - { offsetInCU: 0x2E2B, offset: 0x1D51B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x4734, symBinAddr: 0x123740, symSize: 0x90 } + - { offsetInCU: 0x2E81, offset: 0x1D5206, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x47C4, symBinAddr: 0x1237D0, symSize: 0x40 } + - { offsetInCU: 0x2E9D, offset: 0x1D5222, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x4804, symBinAddr: 0x123810, symSize: 0xD8 } + - { offsetInCU: 0x2F17, offset: 0x1D529C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x48DC, symBinAddr: 0x1238E8, symSize: 0xD8 } + - { offsetInCU: 0x2F91, offset: 0x1D5316, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x49B4, symBinAddr: 0x1239C0, symSize: 0x90 } + - { offsetInCU: 0x2FE7, offset: 0x1D536C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x4A44, symBinAddr: 0x123A50, symSize: 0x94 } + - { offsetInCU: 0x303D, offset: 0x1D53C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF', symObjAddr: 0x4AD8, symBinAddr: 0x123AE4, symSize: 0x190 } + - { offsetInCU: 0x3112, offset: 0x1D5497, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4C68, symBinAddr: 0x123C74, symSize: 0x7C } + - { offsetInCU: 0x3184, offset: 0x1D5509, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4CE4, symBinAddr: 0x123CF0, symSize: 0x80 } + - { offsetInCU: 0x31F3, offset: 0x1D5578, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x4D64, symBinAddr: 0x123D70, symSize: 0x3C } + - { offsetInCU: 0x3246, offset: 0x1D55CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4DA0, symBinAddr: 0x123DAC, symSize: 0xA4 } + - { offsetInCU: 0x32CC, offset: 0x1D5651, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4E44, symBinAddr: 0x123E50, symSize: 0x100 } + - { offsetInCU: 0x33AB, offset: 0x1D5730, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4F44, symBinAddr: 0x123F50, symSize: 0x100 } + - { offsetInCU: 0x349C, offset: 0x1D5821, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvgTo', symObjAddr: 0x5044, symBinAddr: 0x124050, symSize: 0x5C } + - { offsetInCU: 0x34DF, offset: 0x1D5864, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTo', symObjAddr: 0x50A0, symBinAddr: 0x1240AC, symSize: 0x68 } + - { offsetInCU: 0x3512, offset: 0x1D5897, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyF', symObjAddr: 0x5108, symBinAddr: 0x124114, symSize: 0x2A8 } + - { offsetInCU: 0x3648, offset: 0x1D59CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_', symObjAddr: 0x53B0, symBinAddr: 0x1243BC, symSize: 0xCC } + - { offsetInCU: 0x36C6, offset: 0x1D5A4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_', symObjAddr: 0x547C, symBinAddr: 0x124488, symSize: 0x6C } + - { offsetInCU: 0x373D, offset: 0x1D5AC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyF', symObjAddr: 0x54E8, symBinAddr: 0x1244F4, symSize: 0xF90 } + - { offsetInCU: 0x4074, offset: 0x1D63F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_', symObjAddr: 0x64AC, symBinAddr: 0x1254B8, symSize: 0xB0 } + - { offsetInCU: 0x411A, offset: 0x1D649F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyF', symObjAddr: 0x655C, symBinAddr: 0x125568, symSize: 0xE0 } + - { offsetInCU: 0x41FB, offset: 0x1D6580, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x663C, symBinAddr: 0x125648, symSize: 0x2C } + - { offsetInCU: 0x4264, offset: 0x1D65E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyF', symObjAddr: 0x6668, symBinAddr: 0x125674, symSize: 0xF0 } + - { offsetInCU: 0x433E, offset: 0x1D66C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyFTo', symObjAddr: 0x6758, symBinAddr: 0x125764, symSize: 0x2C } + - { offsetInCU: 0x435A, offset: 0x1D66DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22animationMovedToWindowyyF', symObjAddr: 0x6784, symBinAddr: 0x125790, symSize: 0x60 } + - { offsetInCU: 0x4389, offset: 0x1D670E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0yyAA0aB6SourceOSgF', symObjAddr: 0x67E4, symBinAddr: 0x1257F0, symSize: 0x108 } + - { offsetInCU: 0x4551, offset: 0x1D68D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForBackgroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x68EC, symBinAddr: 0x1258F8, symSize: 0xE0 } + - { offsetInCU: 0x45FF, offset: 0x1D6984, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForForegroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x69CC, symBinAddr: 0x1259D8, symSize: 0xF0 } + - { offsetInCU: 0x46A6, offset: 0x1D6A2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfD', symObjAddr: 0x6B10, symBinAddr: 0x125B1C, symSize: 0x30 } + - { offsetInCU: 0x46D3, offset: 0x1D6A58, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0x6BA0, symBinAddr: 0x125BAC, symSize: 0x32C } + - { offsetInCU: 0x47AD, offset: 0x1D6B32, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtFTf4enn_n', symObjAddr: 0x7448, symBinAddr: 0x12640C, symSize: 0x1A0 } + - { offsetInCU: 0x4878, offset: 0x1D6BFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvsTf4en_n', symObjAddr: 0x75E8, symBinAddr: 0x1265AC, symSize: 0x118 } + - { offsetInCU: 0x4905, offset: 0x1D6C8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0x7700, symBinAddr: 0x1266C4, symSize: 0x134 } + - { offsetInCU: 0x4987, offset: 0x1D6D0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x78C4, symBinAddr: 0x126818, symSize: 0x288 } + - { offsetInCU: 0x4AAE, offset: 0x1D6E33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0x7CB0, symBinAddr: 0x126AB0, symSize: 0xF4 } + - { offsetInCU: 0x4B3C, offset: 0x1D6EC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0x7F40, symBinAddr: 0x126BB4, symSize: 0xE4 } + - { offsetInCU: 0x4C21, offset: 0x1D6FA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTf4gn_n', symObjAddr: 0x93C4, symBinAddr: 0x127E10, symSize: 0xB8 } + - { offsetInCU: 0x4CEB, offset: 0x1D7070, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x314, symBinAddr: 0x11F320, symSize: 0x98 } + - { offsetInCU: 0x4D56, offset: 0x1D70DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x4D8, symBinAddr: 0x11F4E4, symSize: 0x78 } + - { offsetInCU: 0x4E02, offset: 0x1D7187, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO9hashValueSivg', symObjAddr: 0x550, symBinAddr: 0x11F55C, symSize: 0x50 } + - { offsetInCU: 0x4E8E, offset: 0x1D7213, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH9hashValueSivgTW', symObjAddr: 0x5A0, symBinAddr: 0x11F5AC, symSize: 0x50 } + - { offsetInCU: 0x4F1D, offset: 0x1D72A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5F0, symBinAddr: 0x11F5FC, symSize: 0x4 } + - { offsetInCU: 0x4F68, offset: 0x1D72ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x640, symBinAddr: 0x11F64C, symSize: 0xA0 } + - { offsetInCU: 0x5C37, offset: 0x1D7FBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x6F14, symBinAddr: 0x125ED8, symSize: 0x534 } + - { offsetInCU: 0x5F02, offset: 0x1D8287, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTK', symObjAddr: 0x13A0, symBinAddr: 0x1203AC, symSize: 0x64 } + - { offsetInCU: 0x5F46, offset: 0x1D82CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x1404, symBinAddr: 0x120410, symSize: 0xC8 } + - { offsetInCU: 0x5FA9, offset: 0x1D832E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTK', symObjAddr: 0x18C8, symBinAddr: 0x1208D4, symSize: 0x64 } + - { offsetInCU: 0x5FED, offset: 0x1D8372, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTk', symObjAddr: 0x192C, symBinAddr: 0x120938, symSize: 0x3C } + - { offsetInCU: 0x6031, offset: 0x1D83B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x1AD8, symBinAddr: 0x120AE4, symSize: 0x94 } + - { offsetInCU: 0x605E, offset: 0x1D83E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x1B6C, symBinAddr: 0x120B78, symSize: 0x88 } + - { offsetInCU: 0x608B, offset: 0x1D8410, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x1BF4, symBinAddr: 0x120C00, symSize: 0x60 } + - { offsetInCU: 0x60A3, offset: 0x1D8428, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x20A4, symBinAddr: 0x1210B0, symSize: 0x64 } + - { offsetInCU: 0x60E7, offset: 0x1D846C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x2108, symBinAddr: 0x121114, symSize: 0x3C } + - { offsetInCU: 0x6114, offset: 0x1D8499, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvpACTk', symObjAddr: 0x244C, symBinAddr: 0x121458, symSize: 0xA4 } + - { offsetInCU: 0x6141, offset: 0x1D84C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x27E0, symBinAddr: 0x1217EC, symSize: 0x88 } + - { offsetInCU: 0x61C8, offset: 0x1D854D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x2BBC, symBinAddr: 0x121BC8, symSize: 0x70 } + - { offsetInCU: 0x6246, offset: 0x1D85CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x2E00, symBinAddr: 0x121E0C, symSize: 0x68 } + - { offsetInCU: 0x638F, offset: 0x1D8714, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x32D0, symBinAddr: 0x1222DC, symSize: 0xA0 } + - { offsetInCU: 0x63E2, offset: 0x1D8767, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x3828, symBinAddr: 0x122834, symSize: 0x68 } + - { offsetInCU: 0x645E, offset: 0x1D87E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvpACTk', symObjAddr: 0x3A3C, symBinAddr: 0x122A48, symSize: 0xBC } + - { offsetInCU: 0x64C6, offset: 0x1D884B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTK', symObjAddr: 0x3D04, symBinAddr: 0x122D10, symSize: 0x58 } + - { offsetInCU: 0x64F3, offset: 0x1D8878, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTk', symObjAddr: 0x3D5C, symBinAddr: 0x122D68, symSize: 0xF0 } + - { offsetInCU: 0x6569, offset: 0x1D88EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x4270, symBinAddr: 0x12327C, symSize: 0xA0 } + - { offsetInCU: 0x68EB, offset: 0x1D8C70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfE', symObjAddr: 0x6ABC, symBinAddr: 0x125AC8, symSize: 0x54 } + - { offsetInCU: 0x6918, offset: 0x1D8C9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfETo', symObjAddr: 0x6B40, symBinAddr: 0x125B4C, symSize: 0x60 } + - { offsetInCU: 0x6964, offset: 0x1D8CE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCMa', symObjAddr: 0x7870, symBinAddr: 0x1267F8, symSize: 0x20 } + - { offsetInCU: 0x6978, offset: 0x1D8CFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOy', symObjAddr: 0x7CA0, symBinAddr: 0x126AA0, symSize: 0x10 } + - { offsetInCU: 0x698C, offset: 0x1D8D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOe', symObjAddr: 0x7DA4, symBinAddr: 0x126BA4, symSize: 0x10 } + - { offsetInCU: 0x69A0, offset: 0x1D8D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASQWb', symObjAddr: 0x820C, symBinAddr: 0x126C98, symSize: 0x4 } + - { offsetInCU: 0x69B4, offset: 0x1D8D39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOACSQAAWl', symObjAddr: 0x8210, symBinAddr: 0x126C9C, symSize: 0x44 } + - { offsetInCU: 0x69C8, offset: 0x1D8D4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASQWb', symObjAddr: 0x8254, symBinAddr: 0x126CE0, symSize: 0x4 } + - { offsetInCU: 0x69DC, offset: 0x1D8D61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOACSQAAWl', symObjAddr: 0x8258, symBinAddr: 0x126CE4, symSize: 0x44 } + - { offsetInCU: 0x69F0, offset: 0x1D8D75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwet', symObjAddr: 0x8684, symBinAddr: 0x127100, symSize: 0x90 } + - { offsetInCU: 0x6A04, offset: 0x1D8D89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwst', symObjAddr: 0x8714, symBinAddr: 0x127190, symSize: 0xBC } + - { offsetInCU: 0x6A18, offset: 0x1D8D9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwug', symObjAddr: 0x87D0, symBinAddr: 0x12724C, symSize: 0x8 } + - { offsetInCU: 0x6A2C, offset: 0x1D8DB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwup', symObjAddr: 0x87D8, symBinAddr: 0x127254, symSize: 0x4 } + - { offsetInCU: 0x6A40, offset: 0x1D8DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwui', symObjAddr: 0x87DC, symBinAddr: 0x127258, symSize: 0x8 } + - { offsetInCU: 0x6A54, offset: 0x1D8DD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOMa', symObjAddr: 0x87E4, symBinAddr: 0x127260, symSize: 0x10 } + - { offsetInCU: 0x6A68, offset: 0x1D8DED, size: 0x8, addend: 0x0, symName: ___swift_memcpy5_4, symObjAddr: 0x87F4, symBinAddr: 0x127270, symSize: 0x14 } + - { offsetInCU: 0x6A7C, offset: 0x1D8E01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwet', symObjAddr: 0x8808, symBinAddr: 0x127284, symSize: 0x48 } + - { offsetInCU: 0x6A90, offset: 0x1D8E15, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwst', symObjAddr: 0x8850, symBinAddr: 0x1272CC, symSize: 0x44 } + - { offsetInCU: 0x6AA4, offset: 0x1D8E29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwug', symObjAddr: 0x8894, symBinAddr: 0x127310, symSize: 0x18 } + - { offsetInCU: 0x6AB8, offset: 0x1D8E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwup', symObjAddr: 0x88AC, symBinAddr: 0x127328, symSize: 0x4 } + - { offsetInCU: 0x6ACC, offset: 0x1D8E51, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwui', symObjAddr: 0x88B0, symBinAddr: 0x12732C, symSize: 0x18 } + - { offsetInCU: 0x6AE0, offset: 0x1D8E65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOMa', symObjAddr: 0x88C8, symBinAddr: 0x127344, symSize: 0x10 } + - { offsetInCU: 0x6AF4, offset: 0x1D8E79, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_TA', symObjAddr: 0x9348, symBinAddr: 0x127DC4, symSize: 0x8 } + - { offsetInCU: 0x6B08, offset: 0x1D8E8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x9350, symBinAddr: 0x127DCC, symSize: 0x8 } + - { offsetInCU: 0x6B1C, offset: 0x1D8EA1, size: 0x8, addend: 0x0, symName: '_$sSo16CABasicAnimationCMa', symObjAddr: 0x9358, symBinAddr: 0x127DD4, symSize: 0x3C } + - { offsetInCU: 0x6B4C, offset: 0x1D8ED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0x94A0, symBinAddr: 0x127EEC, symSize: 0x8 } + - { offsetInCU: 0x6B6B, offset: 0x1D8EF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0x94A8, symBinAddr: 0x127EF4, symSize: 0x28 } + - { offsetInCU: 0x6B94, offset: 0x1D8F19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_TA', symObjAddr: 0x95D0, symBinAddr: 0x127F40, symSize: 0x8 } + - { offsetInCU: 0x6BA8, offset: 0x1D8F2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_TA', symObjAddr: 0x95D8, symBinAddr: 0x127F48, symSize: 0x8 } + - { offsetInCU: 0x6BFA, offset: 0x1D8F7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x498, symBinAddr: 0x11F4A4, symSize: 0x40 } + - { offsetInCU: 0x6CC3, offset: 0x1D9048, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5F4, symBinAddr: 0x11F600, symSize: 0x4C } + - { offsetInCU: 0x2B, offset: 0x1D9804, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x127F98, symSize: 0x2C } + - { offsetInCU: 0x6D, offset: 0x1D9846, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x127F98, symSize: 0x2C } + - { offsetInCU: 0xB1, offset: 0x1D988A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCMa', symObjAddr: 0x2C, symBinAddr: 0x127FC4, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1D99E9, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x127FE4, symSize: 0x22C } + - { offsetInCU: 0xA1, offset: 0x1D9A63, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x127FE4, symSize: 0x22C } + - { offsetInCU: 0x229, offset: 0x1D9BEB, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationCMa', symObjAddr: 0x22C, symBinAddr: 0x128210, symSize: 0x3C } + - { offsetInCU: 0xA5, offset: 0x1D9E88, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x0, symBinAddr: 0x128264, symSize: 0x178 } + - { offsetInCU: 0x175, offset: 0x1D9F58, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC10loadImages33_018EEA5A3C8AB5F957268211713A2543LLyyF', symObjAddr: 0x178, symBinAddr: 0x1283DC, symSize: 0x4D0 } + - { offsetInCU: 0x417, offset: 0x1DA1FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCfD', symObjAddr: 0x648, symBinAddr: 0x1288AC, symSize: 0x60 } + - { offsetInCU: 0x464, offset: 0x1DA247, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x764, symBinAddr: 0x1289C8, symSize: 0x20 } + - { offsetInCU: 0x4AA, offset: 0x1DA28D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC8filepathACSg10Foundation3URLV_tcfCTf4nd_n', symObjAddr: 0xA54, symBinAddr: 0x128BD0, symSize: 0x104 } + - { offsetInCU: 0x600, offset: 0x1DA3E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMU', symObjAddr: 0x6A8, symBinAddr: 0x12890C, symSize: 0x8 } + - { offsetInCU: 0x614, offset: 0x1DA3F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMa', symObjAddr: 0x6B0, symBinAddr: 0x128914, symSize: 0x3C } + - { offsetInCU: 0x628, offset: 0x1DA40B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMr', symObjAddr: 0x6EC, symBinAddr: 0x128950, symSize: 0x78 } + - { offsetInCU: 0x68F, offset: 0x1DA472, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH9hashValueSivgTW', symObjAddr: 0x784, symBinAddr: 0x1289E8, symSize: 0x7C } + - { offsetInCU: 0x74A, offset: 0x1DA52D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x800, symBinAddr: 0x128A64, symSize: 0x6C } + - { offsetInCU: 0x7C9, offset: 0x1DA5AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8E4, symBinAddr: 0x128B48, symSize: 0x1C } + - { offsetInCU: 0x7FB, offset: 0x1DA5DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASQWb', symObjAddr: 0x900, symBinAddr: 0x128B64, symSize: 0x2C } + - { offsetInCU: 0x8ED, offset: 0x1DA6D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x86C, symBinAddr: 0x128AD0, symSize: 0x78 } + - { offsetInCU: 0x5C, offset: 0x1DA98F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x128CD4, symSize: 0x1A8 } + - { offsetInCU: 0xB8, offset: 0x1DA9EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1A8, symBinAddr: 0x128E7C, symSize: 0x210 } + - { offsetInCU: 0x1B3, offset: 0x1DAAE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x3B8, symBinAddr: 0x12908C, symSize: 0x12C } + - { offsetInCU: 0x1F2, offset: 0x1DAB25, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x67C, symBinAddr: 0x129350, symSize: 0x4C } + - { offsetInCU: 0x229, offset: 0x1DAB5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO8rawValueSSvg', symObjAddr: 0x6C8, symBinAddr: 0x12939C, symSize: 0x18 } + - { offsetInCU: 0x250, offset: 0x1DAB83, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO11stringValueSSvg', symObjAddr: 0x6E0, symBinAddr: 0x1293B4, symSize: 0x18 } + - { offsetInCU: 0x291, offset: 0x1DABC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x71C, symBinAddr: 0x1293F0, symSize: 0x70 } + - { offsetInCU: 0x2C5, offset: 0x1DABF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x78C, symBinAddr: 0x129460, symSize: 0x28 } + - { offsetInCU: 0x2E1, offset: 0x1DAC14, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7B4, symBinAddr: 0x129488, symSize: 0x8 } + - { offsetInCU: 0x317, offset: 0x1DAC4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7BC, symBinAddr: 0x129490, symSize: 0x74 } + - { offsetInCU: 0x362, offset: 0x1DAC95, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x830, symBinAddr: 0x129504, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x1DACB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x83C, symBinAddr: 0x129510, symSize: 0xC } + - { offsetInCU: 0x3BA, offset: 0x1DACED, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCfD', symObjAddr: 0x898, symBinAddr: 0x12956C, symSize: 0x24 } + - { offsetInCU: 0x405, offset: 0x1DAD38, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x9B8, symBinAddr: 0x12967C, symSize: 0x2C } + - { offsetInCU: 0x428, offset: 0x1DAD5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x9E4, symBinAddr: 0x1296A8, symSize: 0x28 } + - { offsetInCU: 0x51E, offset: 0x1DAE51, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x5C4, symBinAddr: 0x129298, symSize: 0x24 } + - { offsetInCU: 0x54F, offset: 0x1DAE82, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x5E8, symBinAddr: 0x1292BC, symSize: 0x18 } + - { offsetInCU: 0x599, offset: 0x1DAECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x600, symBinAddr: 0x1292D4, symSize: 0x2C } + - { offsetInCU: 0x5D1, offset: 0x1DAF04, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xCC8, symBinAddr: 0x12998C, symSize: 0xE0 } + - { offsetInCU: 0x646, offset: 0x1DAF79, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO13discriminator_WZ', symObjAddr: 0x678, symBinAddr: 0x12934C, symSize: 0x4 } + - { offsetInCU: 0x660, offset: 0x1DAF93, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCMa', symObjAddr: 0x8BC, symBinAddr: 0x129590, symSize: 0x20 } + - { offsetInCU: 0x674, offset: 0x1DAFA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOwup', symObjAddr: 0x8F4, symBinAddr: 0x1295B8, symSize: 0x4 } + - { offsetInCU: 0x688, offset: 0x1DAFBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOMa', symObjAddr: 0x8F8, symBinAddr: 0x1295BC, symSize: 0x10 } + - { offsetInCU: 0x69C, offset: 0x1DAFCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASQWb', symObjAddr: 0x908, symBinAddr: 0x1295CC, symSize: 0x4 } + - { offsetInCU: 0x6B0, offset: 0x1DAFE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSQAAWl', symObjAddr: 0x90C, symBinAddr: 0x1295D0, symSize: 0x44 } + - { offsetInCU: 0x6C4, offset: 0x1DAFF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOAA11ClassFamilyAAWI', symObjAddr: 0x950, symBinAddr: 0x129614, symSize: 0x24 } + - { offsetInCU: 0x6D8, offset: 0x1DB00B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSeAAWl', symObjAddr: 0x974, symBinAddr: 0x129638, symSize: 0x44 } + - { offsetInCU: 0x70C, offset: 0x1DB03F, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xA0C, symBinAddr: 0x1296D0, symSize: 0x134 } + - { offsetInCU: 0x85F, offset: 0x1DB192, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xB40, symBinAddr: 0x129804, symSize: 0x188 } + - { offsetInCU: 0xA79, offset: 0x1DB3AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSYAAWl', symObjAddr: 0xDEC, symBinAddr: 0x129A6C, symSize: 0x44 } + - { offsetInCU: 0xA8D, offset: 0x1DB3C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs0D3KeyAAWl', symObjAddr: 0xE70, symBinAddr: 0x129AB0, symSize: 0x44 } + - { offsetInCU: 0xAA1, offset: 0x1DB3D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSEAAWl', symObjAddr: 0xEB4, symBinAddr: 0x129AF4, symSize: 0x44 } + - { offsetInCU: 0xAB5, offset: 0x1DB3E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwug', symObjAddr: 0x110C, symBinAddr: 0x129C8C, symSize: 0x8 } + - { offsetInCU: 0xAC9, offset: 0x1DB3FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwup', symObjAddr: 0x1114, symBinAddr: 0x129C94, symSize: 0x4 } + - { offsetInCU: 0xADD, offset: 0x1DB410, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwui', symObjAddr: 0x1118, symBinAddr: 0x129C98, symSize: 0xC } + - { offsetInCU: 0xAF1, offset: 0x1DB424, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOMa', symObjAddr: 0x1124, symBinAddr: 0x129CA4, symSize: 0x10 } + - { offsetInCU: 0xB05, offset: 0x1DB438, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASQWb', symObjAddr: 0x1134, symBinAddr: 0x129CB4, symSize: 0x4 } + - { offsetInCU: 0xB19, offset: 0x1DB44C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFSQAAWl', symObjAddr: 0x1138, symBinAddr: 0x129CB8, symSize: 0x44 } + - { offsetInCU: 0xB2D, offset: 0x1DB460, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x117C, symBinAddr: 0x129CFC, symSize: 0x4 } + - { offsetInCU: 0xB41, offset: 0x1DB474, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1180, symBinAddr: 0x129D00, symSize: 0x44 } + - { offsetInCU: 0xB55, offset: 0x1DB488, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x11C4, symBinAddr: 0x129D44, symSize: 0x4 } + - { offsetInCU: 0xB69, offset: 0x1DB49C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x11C8, symBinAddr: 0x129D48, symSize: 0x44 } + - { offsetInCU: 0xBE8, offset: 0x1DB51B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4E4, symBinAddr: 0x1291B8, symSize: 0x18 } + - { offsetInCU: 0xC79, offset: 0x1DB5AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x4FC, symBinAddr: 0x1291D0, symSize: 0x4C } + - { offsetInCU: 0xD5A, offset: 0x1DB68D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x548, symBinAddr: 0x12921C, symSize: 0x34 } + - { offsetInCU: 0xDE1, offset: 0x1DB714, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x57C, symBinAddr: 0x129250, symSize: 0x48 } + - { offsetInCU: 0xE90, offset: 0x1DB7C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x62C, symBinAddr: 0x129300, symSize: 0x4C } + - { offsetInCU: 0xEB3, offset: 0x1DB7E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F8, symBinAddr: 0x1293CC, symSize: 0xC } + - { offsetInCU: 0xECF, offset: 0x1DB802, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x704, symBinAddr: 0x1293D8, symSize: 0x8 } + - { offsetInCU: 0xEEB, offset: 0x1DB81E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x70C, symBinAddr: 0x1293E0, symSize: 0x8 } + - { offsetInCU: 0xF07, offset: 0x1DB83A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x714, symBinAddr: 0x1293E8, symSize: 0x8 } + - { offsetInCU: 0xF2A, offset: 0x1DB85D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x848, symBinAddr: 0x12951C, symSize: 0x28 } + - { offsetInCU: 0xF46, offset: 0x1DB879, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x870, symBinAddr: 0x129544, symSize: 0x28 } + - { offsetInCU: 0x5E, offset: 0x1DBB0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x129D94, symSize: 0xC } + - { offsetInCU: 0x90, offset: 0x1DBB3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x198, symBinAddr: 0x129F2C, symSize: 0x48 } + - { offsetInCU: 0xB5, offset: 0x1DBB64, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0x129F74, symSize: 0x6A8 } + - { offsetInCU: 0x138, offset: 0x1DBBE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x888, symBinAddr: 0x12A61C, symSize: 0xC50 } + - { offsetInCU: 0x5DB, offset: 0x1DC08A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueSSvg', symObjAddr: 0x14D8, symBinAddr: 0x12B26C, symSize: 0x18 } + - { offsetInCU: 0x614, offset: 0x1DC0C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18FC, symBinAddr: 0x12B690, symSize: 0x18 } + - { offsetInCU: 0x642, offset: 0x1DC0F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18FC, symBinAddr: 0x12B690, symSize: 0x18 } + - { offsetInCU: 0x67A, offset: 0x1DC129, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1954, symBinAddr: 0x12B6E8, symSize: 0x44 } + - { offsetInCU: 0x6C0, offset: 0x1DC16F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1998, symBinAddr: 0x12B72C, symSize: 0x28 } + - { offsetInCU: 0x6DC, offset: 0x1DC18B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x19C0, symBinAddr: 0x12B754, symSize: 0x8 } + - { offsetInCU: 0x712, offset: 0x1DC1C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x19C8, symBinAddr: 0x12B75C, symSize: 0x3C } + - { offsetInCU: 0x777, offset: 0x1DC226, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1A04, symBinAddr: 0x12B798, symSize: 0xC } + - { offsetInCU: 0x793, offset: 0x1DC242, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1A10, symBinAddr: 0x12B7A4, symSize: 0xC } + - { offsetInCU: 0x7AF, offset: 0x1DC25E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x29CC, symBinAddr: 0x12C3EC, symSize: 0x50 } + - { offsetInCU: 0x7E7, offset: 0x1DC296, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x1914, symBinAddr: 0x12B6A8, symSize: 0x18 } + - { offsetInCU: 0x828, offset: 0x1DC2D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1A90, symBinAddr: 0x12B824, symSize: 0x70 } + - { offsetInCU: 0x85C, offset: 0x1DC30B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1B00, symBinAddr: 0x12B894, symSize: 0x28 } + - { offsetInCU: 0x878, offset: 0x1DC327, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1B28, symBinAddr: 0x12B8BC, symSize: 0x8 } + - { offsetInCU: 0x8AE, offset: 0x1DC35D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1B30, symBinAddr: 0x12B8C4, symSize: 0x74 } + - { offsetInCU: 0x8F9, offset: 0x1DC3A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1BA4, symBinAddr: 0x12B938, symSize: 0xC } + - { offsetInCU: 0x915, offset: 0x1DC3C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1BB0, symBinAddr: 0x12B944, symSize: 0xC } + - { offsetInCU: 0x933, offset: 0x1DC3E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x14F0, symBinAddr: 0x12B284, symSize: 0x40C } + - { offsetInCU: 0x9A6, offset: 0x1DC455, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfd', symObjAddr: 0x1C48, symBinAddr: 0x12B9DC, symSize: 0x4C } + - { offsetInCU: 0x9F1, offset: 0x1DC4A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfD', symObjAddr: 0x1C94, symBinAddr: 0x12BA28, symSize: 0x1C } + - { offsetInCU: 0xA2D, offset: 0x1DC4DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1E88, symBinAddr: 0x12BC0C, symSize: 0xC } + - { offsetInCU: 0xA6E, offset: 0x1DC51D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1E94, symBinAddr: 0x12BC18, symSize: 0xC } + - { offsetInCU: 0xAA0, offset: 0x1DC54F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x1EA0, symBinAddr: 0x12BC24, symSize: 0xC } + - { offsetInCU: 0xACB, offset: 0x1DC57A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x1EAC, symBinAddr: 0x12BC30, symSize: 0xC } + - { offsetInCU: 0xB0C, offset: 0x1DC5BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x1EB8, symBinAddr: 0x12BC3C, symSize: 0xC } + - { offsetInCU: 0xB86, offset: 0x1DC635, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xCC, symBinAddr: 0x129E60, symSize: 0x18 } + - { offsetInCU: 0xBB7, offset: 0x1DC666, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xE4, symBinAddr: 0x129E78, symSize: 0xC } + - { offsetInCU: 0xD11, offset: 0x1DC7C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfE', symObjAddr: 0x1C0C, symBinAddr: 0x12B9A0, symSize: 0x3C } + - { offsetInCU: 0xD69, offset: 0x1DC818, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCMa', symObjAddr: 0x1CB0, symBinAddr: 0x12BA44, symSize: 0x20 } + - { offsetInCU: 0xD7D, offset: 0x1DC82C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwet', symObjAddr: 0x1CE0, symBinAddr: 0x12BA64, symSize: 0x90 } + - { offsetInCU: 0xD91, offset: 0x1DC840, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwst', symObjAddr: 0x1D70, symBinAddr: 0x12BAF4, symSize: 0xBC } + - { offsetInCU: 0xDA5, offset: 0x1DC854, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwup', symObjAddr: 0x1E2C, symBinAddr: 0x12BBB0, symSize: 0x4 } + - { offsetInCU: 0xDB9, offset: 0x1DC868, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOMa', symObjAddr: 0x1E30, symBinAddr: 0x12BBB4, symSize: 0x10 } + - { offsetInCU: 0xDCD, offset: 0x1DC87C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASQWb', symObjAddr: 0x1E40, symBinAddr: 0x12BBC4, symSize: 0x4 } + - { offsetInCU: 0xDE1, offset: 0x1DC890, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSQAAWl', symObjAddr: 0x1E44, symBinAddr: 0x12BBC8, symSize: 0x44 } + - { offsetInCU: 0xDF5, offset: 0x1DC8A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSYAAWl', symObjAddr: 0x1EC4, symBinAddr: 0x12BC48, symSize: 0x44 } + - { offsetInCU: 0xE09, offset: 0x1DC8B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs0D3KeyAAWl', symObjAddr: 0x1F6C, symBinAddr: 0x12BC8C, symSize: 0x44 } + - { offsetInCU: 0xE1D, offset: 0x1DC8CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSEAAWl', symObjAddr: 0x20E0, symBinAddr: 0x12BD34, symSize: 0x44 } + - { offsetInCU: 0xE31, offset: 0x1DC8E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs9CodingKeyAAWl', symObjAddr: 0x2168, symBinAddr: 0x12BD78, symSize: 0x44 } + - { offsetInCU: 0xE45, offset: 0x1DC8F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSEAASERzlWl', symObjAddr: 0x21AC, symBinAddr: 0x12BDBC, symSize: 0x7C } + - { offsetInCU: 0xE59, offset: 0x1DC908, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSeAAWl', symObjAddr: 0x22D0, symBinAddr: 0x12BE38, symSize: 0x44 } + - { offsetInCU: 0xE6D, offset: 0x1DC91C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSeAASeRzlWl', symObjAddr: 0x2358, symBinAddr: 0x12BE7C, symSize: 0x7C } + - { offsetInCU: 0xE81, offset: 0x1DC930, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x2538, symBinAddr: 0x12BF58, symSize: 0x90 } + - { offsetInCU: 0xE95, offset: 0x1DC944, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x25C8, symBinAddr: 0x12BFE8, symSize: 0xBC } + - { offsetInCU: 0xEA9, offset: 0x1DC958, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x2684, symBinAddr: 0x12C0A4, symSize: 0x8 } + - { offsetInCU: 0xEBD, offset: 0x1DC96C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x268C, symBinAddr: 0x12C0AC, symSize: 0x4 } + - { offsetInCU: 0xED1, offset: 0x1DC980, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x2690, symBinAddr: 0x12C0B0, symSize: 0x8 } + - { offsetInCU: 0xEE5, offset: 0x1DC994, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x2698, symBinAddr: 0x12C0B8, symSize: 0x10 } + - { offsetInCU: 0xEF9, offset: 0x1DC9A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x26A8, symBinAddr: 0x12C0C8, symSize: 0x90 } + - { offsetInCU: 0xF0D, offset: 0x1DC9BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x2738, symBinAddr: 0x12C158, symSize: 0xBC } + - { offsetInCU: 0xF21, offset: 0x1DC9D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x27F4, symBinAddr: 0x12C214, symSize: 0x8 } + - { offsetInCU: 0xF35, offset: 0x1DC9E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x27FC, symBinAddr: 0x12C21C, symSize: 0x4 } + - { offsetInCU: 0xF49, offset: 0x1DC9F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x2800, symBinAddr: 0x12C220, symSize: 0xC } + - { offsetInCU: 0xF5D, offset: 0x1DCA0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x280C, symBinAddr: 0x12C22C, symSize: 0x10 } + - { offsetInCU: 0xF71, offset: 0x1DCA20, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x281C, symBinAddr: 0x12C23C, symSize: 0x4 } + - { offsetInCU: 0xF85, offset: 0x1DCA34, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x2820, symBinAddr: 0x12C240, symSize: 0x44 } + - { offsetInCU: 0xF99, offset: 0x1DCA48, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x2864, symBinAddr: 0x12C284, symSize: 0x4 } + - { offsetInCU: 0xFAD, offset: 0x1DCA5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x2868, symBinAddr: 0x12C288, symSize: 0x44 } + - { offsetInCU: 0xFC1, offset: 0x1DCA70, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x28AC, symBinAddr: 0x12C2CC, symSize: 0x4 } + - { offsetInCU: 0xFD5, offset: 0x1DCA84, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x28B0, symBinAddr: 0x12C2D0, symSize: 0x44 } + - { offsetInCU: 0xFE9, offset: 0x1DCA98, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x28F4, symBinAddr: 0x12C314, symSize: 0x4 } + - { offsetInCU: 0xFFD, offset: 0x1DCAAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x28F8, symBinAddr: 0x12C318, symSize: 0x44 } + - { offsetInCU: 0x1011, offset: 0x1DCAC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x293C, symBinAddr: 0x12C35C, symSize: 0x4 } + - { offsetInCU: 0x1025, offset: 0x1DCAD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2940, symBinAddr: 0x12C360, symSize: 0x44 } + - { offsetInCU: 0x1039, offset: 0x1DCAE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2984, symBinAddr: 0x12C3A4, symSize: 0x4 } + - { offsetInCU: 0x104D, offset: 0x1DCAFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2988, symBinAddr: 0x12C3A8, symSize: 0x44 } + - { offsetInCU: 0x1081, offset: 0x1DCB30, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC, symBinAddr: 0x129DA0, symSize: 0x14 } + - { offsetInCU: 0x1112, offset: 0x1DCBC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x20, symBinAddr: 0x129DB4, symSize: 0x44 } + - { offsetInCU: 0x11C1, offset: 0x1DCC70, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x129DF8, symSize: 0x28 } + - { offsetInCU: 0x1214, offset: 0x1DCCC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8C, symBinAddr: 0x129E20, symSize: 0x40 } + - { offsetInCU: 0x1298, offset: 0x1DCD47, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF0, symBinAddr: 0x129E84, symSize: 0x5C } + - { offsetInCU: 0x12BB, offset: 0x1DCD6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x14C, symBinAddr: 0x129EE0, symSize: 0x4C } + - { offsetInCU: 0x1322, offset: 0x1DCDD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x192C, symBinAddr: 0x12B6C0, symSize: 0xC } + - { offsetInCU: 0x135C, offset: 0x1DCE0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1938, symBinAddr: 0x12B6CC, symSize: 0xC } + - { offsetInCU: 0x137C, offset: 0x1DCE2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1938, symBinAddr: 0x12B6CC, symSize: 0xC } + - { offsetInCU: 0x1390, offset: 0x1DCE3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1938, symBinAddr: 0x12B6CC, symSize: 0xC } + - { offsetInCU: 0x13A2, offset: 0x1DCE51, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1944, symBinAddr: 0x12B6D8, symSize: 0x8 } + - { offsetInCU: 0x13BE, offset: 0x1DCE6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x194C, symBinAddr: 0x12B6E0, symSize: 0x8 } + - { offsetInCU: 0x13D9, offset: 0x1DCE88, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1A1C, symBinAddr: 0x12B7B0, symSize: 0x28 } + - { offsetInCU: 0x13F5, offset: 0x1DCEA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A44, symBinAddr: 0x12B7D8, symSize: 0x28 } + - { offsetInCU: 0x1411, offset: 0x1DCEC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A6C, symBinAddr: 0x12B800, symSize: 0xC } + - { offsetInCU: 0x142D, offset: 0x1DCEDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1A78, symBinAddr: 0x12B80C, symSize: 0x8 } + - { offsetInCU: 0x1449, offset: 0x1DCEF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A80, symBinAddr: 0x12B814, symSize: 0x8 } + - { offsetInCU: 0x1465, offset: 0x1DCF14, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1A88, symBinAddr: 0x12B81C, symSize: 0x8 } + - { offsetInCU: 0x1488, offset: 0x1DCF37, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1BBC, symBinAddr: 0x12B950, symSize: 0x28 } + - { offsetInCU: 0x14A4, offset: 0x1DCF53, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1BE4, symBinAddr: 0x12B978, symSize: 0x28 } + - { offsetInCU: 0x9D, offset: 0x1DD1E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xE0, symBinAddr: 0x12C528, symSize: 0x20 } + - { offsetInCU: 0xCE, offset: 0x1DD212, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x100, symBinAddr: 0x12C548, symSize: 0x18 } + - { offsetInCU: 0x125, offset: 0x1DD269, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1C0, symBinAddr: 0x12C608, symSize: 0x48 } + - { offsetInCU: 0x14A, offset: 0x1DD28E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x208, symBinAddr: 0x12C650, symSize: 0x338 } + - { offsetInCU: 0x1B2, offset: 0x1DD2F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x540, symBinAddr: 0x12C988, symSize: 0x5E0 } + - { offsetInCU: 0x41F, offset: 0x1DD563, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB20, symBinAddr: 0x12CF68, symSize: 0x1F8 } + - { offsetInCU: 0x48D, offset: 0x1DD5D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO8rawValueSSvg', symObjAddr: 0xD18, symBinAddr: 0x12D160, symSize: 0x18 } + - { offsetInCU: 0x4C6, offset: 0x1DD60A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xD30, symBinAddr: 0x12D178, symSize: 0x18 } + - { offsetInCU: 0x4F4, offset: 0x1DD638, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xD30, symBinAddr: 0x12D178, symSize: 0x18 } + - { offsetInCU: 0x546, offset: 0x1DD68A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0xD6C, symBinAddr: 0x12D1B4, symSize: 0x64 } + - { offsetInCU: 0x5AC, offset: 0x1DD6F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0xDD0, symBinAddr: 0x12D218, symSize: 0x28 } + - { offsetInCU: 0x5C8, offset: 0x1DD70C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xDF8, symBinAddr: 0x12D240, symSize: 0x8 } + - { offsetInCU: 0x5FE, offset: 0x1DD742, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xE00, symBinAddr: 0x12D248, symSize: 0x68 } + - { offsetInCU: 0x683, offset: 0x1DD7C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xE68, symBinAddr: 0x12D2B0, symSize: 0xC } + - { offsetInCU: 0x69F, offset: 0x1DD7E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xE74, symBinAddr: 0x12D2BC, symSize: 0xC } + - { offsetInCU: 0x6DB, offset: 0x1DD81F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfD', symObjAddr: 0xEF4, symBinAddr: 0x12D33C, symSize: 0x3C } + - { offsetInCU: 0x7D6, offset: 0x1DD91A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfE', symObjAddr: 0xED0, symBinAddr: 0x12D318, symSize: 0x24 } + - { offsetInCU: 0x82E, offset: 0x1DD972, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCMa', symObjAddr: 0xF30, symBinAddr: 0x12D378, symSize: 0x20 } + - { offsetInCU: 0x842, offset: 0x1DD986, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwet', symObjAddr: 0xF60, symBinAddr: 0x12D398, symSize: 0x90 } + - { offsetInCU: 0x856, offset: 0x1DD99A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwst', symObjAddr: 0xFF0, symBinAddr: 0x12D428, symSize: 0xBC } + - { offsetInCU: 0x86A, offset: 0x1DD9AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwug', symObjAddr: 0x10AC, symBinAddr: 0x12D4E4, symSize: 0x8 } + - { offsetInCU: 0x87E, offset: 0x1DD9C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwup', symObjAddr: 0x10B4, symBinAddr: 0x12D4EC, symSize: 0x4 } + - { offsetInCU: 0x892, offset: 0x1DD9D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwui', symObjAddr: 0x10B8, symBinAddr: 0x12D4F0, symSize: 0xC } + - { offsetInCU: 0x8A6, offset: 0x1DD9EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOMa', symObjAddr: 0x10C4, symBinAddr: 0x12D4FC, symSize: 0x10 } + - { offsetInCU: 0x8BA, offset: 0x1DD9FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASQWb', symObjAddr: 0x10D4, symBinAddr: 0x12D50C, symSize: 0x4 } + - { offsetInCU: 0x8CE, offset: 0x1DDA12, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSQAAWl', symObjAddr: 0x10D8, symBinAddr: 0x12D510, symSize: 0x44 } + - { offsetInCU: 0x8E2, offset: 0x1DDA26, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSYAAWl', symObjAddr: 0x111C, symBinAddr: 0x12D554, symSize: 0x44 } + - { offsetInCU: 0x8F6, offset: 0x1DDA3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs0C3KeyAAWl', symObjAddr: 0x11C4, symBinAddr: 0x12D598, symSize: 0x44 } + - { offsetInCU: 0x90A, offset: 0x1DDA4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSEAAWl', symObjAddr: 0x1290, symBinAddr: 0x12D5DC, symSize: 0x44 } + - { offsetInCU: 0x91E, offset: 0x1DDA62, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSeAAWl', symObjAddr: 0x13A0, symBinAddr: 0x12D688, symSize: 0x44 } + - { offsetInCU: 0x932, offset: 0x1DDA76, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwet', symObjAddr: 0x14A8, symBinAddr: 0x12D6CC, symSize: 0x90 } + - { offsetInCU: 0x946, offset: 0x1DDA8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwst', symObjAddr: 0x1538, symBinAddr: 0x12D75C, symSize: 0xBC } + - { offsetInCU: 0x95A, offset: 0x1DDA9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwug', symObjAddr: 0x15F4, symBinAddr: 0x12D818, symSize: 0x8 } + - { offsetInCU: 0x96E, offset: 0x1DDAB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwup', symObjAddr: 0x15FC, symBinAddr: 0x12D820, symSize: 0x4 } + - { offsetInCU: 0x982, offset: 0x1DDAC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwui', symObjAddr: 0x1600, symBinAddr: 0x12D824, symSize: 0x8 } + - { offsetInCU: 0x996, offset: 0x1DDADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOMa', symObjAddr: 0x1608, symBinAddr: 0x12D82C, symSize: 0x10 } + - { offsetInCU: 0x9AA, offset: 0x1DDAEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASQWb', symObjAddr: 0x1618, symBinAddr: 0x12D83C, symSize: 0x4 } + - { offsetInCU: 0x9BE, offset: 0x1DDB02, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFSQAAWl', symObjAddr: 0x161C, symBinAddr: 0x12D840, symSize: 0x44 } + - { offsetInCU: 0x9D2, offset: 0x1DDB16, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1660, symBinAddr: 0x12D884, symSize: 0x4 } + - { offsetInCU: 0x9E6, offset: 0x1DDB2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1664, symBinAddr: 0x12D888, symSize: 0x44 } + - { offsetInCU: 0x9FA, offset: 0x1DDB3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16A8, symBinAddr: 0x12D8CC, symSize: 0x4 } + - { offsetInCU: 0xA0E, offset: 0x1DDB52, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16AC, symBinAddr: 0x12D8D0, symSize: 0x44 } + - { offsetInCU: 0xA42, offset: 0x1DDB86, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x12C448, symSize: 0x18 } + - { offsetInCU: 0xAD3, offset: 0x1DDC17, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x12C460, symSize: 0x4C } + - { offsetInCU: 0xBB4, offset: 0x1DDCF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x12C4AC, symSize: 0x34 } + - { offsetInCU: 0xC3B, offset: 0x1DDD7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98, symBinAddr: 0x12C4E0, symSize: 0x48 } + - { offsetInCU: 0xCF1, offset: 0x1DDE35, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x118, symBinAddr: 0x12C560, symSize: 0x5C } + - { offsetInCU: 0xD14, offset: 0x1DDE58, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x174, symBinAddr: 0x12C5BC, symSize: 0x4C } + - { offsetInCU: 0xD7B, offset: 0x1DDEBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD48, symBinAddr: 0x12D190, symSize: 0xC } + - { offsetInCU: 0xD97, offset: 0x1DDEDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH9hashValueSivgTW', symObjAddr: 0xD54, symBinAddr: 0x12D19C, symSize: 0x8 } + - { offsetInCU: 0xDB3, offset: 0x1DDEF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD5C, symBinAddr: 0x12D1A4, symSize: 0x8 } + - { offsetInCU: 0xDCF, offset: 0x1DDF13, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD64, symBinAddr: 0x12D1AC, symSize: 0x8 } + - { offsetInCU: 0xDF2, offset: 0x1DDF36, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xE80, symBinAddr: 0x12D2C8, symSize: 0x28 } + - { offsetInCU: 0xE0E, offset: 0x1DDF52, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xEA8, symBinAddr: 0x12D2F0, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1DE130, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x12D914, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x1DE148, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x12D914, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x1DE15C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMr', symObjAddr: 0x4, symBinAddr: 0x12D918, symSize: 0x78 } + - { offsetInCU: 0x77, offset: 0x1DE17C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC7storageAA0cD7StorageOyxGvg', symObjAddr: 0x7C, symBinAddr: 0x12D990, symSize: 0x64 } + - { offsetInCU: 0xB4, offset: 0x1DE1B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCfd', symObjAddr: 0xE0, symBinAddr: 0x12D9F4, symSize: 0x30 } + - { offsetInCU: 0x103, offset: 0x1DE208, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCfD', symObjAddr: 0x110, symBinAddr: 0x12DA24, symSize: 0x3C } + - { offsetInCU: 0x157, offset: 0x1DE25C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0A2aEP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x158, symBinAddr: 0x12DA6C, symSize: 0x20 } + - { offsetInCU: 0x182, offset: 0x1DE287, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x178, symBinAddr: 0x12DA8C, symSize: 0xC } + - { offsetInCU: 0x1A2, offset: 0x1DE2A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x178, symBinAddr: 0x12DA8C, symSize: 0xC } + - { offsetInCU: 0x1C3, offset: 0x1DE2C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x184, symBinAddr: 0x12DA98, symSize: 0x24 } + - { offsetInCU: 0x1F5, offset: 0x1DE2FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1B0, symBinAddr: 0x12DAC4, symSize: 0x10 } + - { offsetInCU: 0x222, offset: 0x1DE327, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9valueTypeypXpvgTf4d_n', symObjAddr: 0x1C0, symBinAddr: 0x12DAD4, symSize: 0x4 } + - { offsetInCU: 0x24E, offset: 0x1DE353, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMa', symObjAddr: 0x14C, symBinAddr: 0x12DA60, symSize: 0xC } + - { offsetInCU: 0x262, offset: 0x1DE367, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0AA0C0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x1A8, symBinAddr: 0x12DABC, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x1DE4D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV24zip64ExtendedInformationAC05ZIP64gH0VSgvg', symObjAddr: 0x10, symBinAddr: 0x12DAE8, symSize: 0x210 } + - { offsetInCU: 0xCF, offset: 0x1DE580, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV24zip64ExtendedInformationAC05ZIP64gH0VSgvg', symObjAddr: 0x10, symBinAddr: 0x12DAE8, symSize: 0x210 } + - { offsetInCU: 0x46E, offset: 0x1DE91F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x220, symBinAddr: 0x12DCF8, symSize: 0x1FC } + - { offsetInCU: 0x823, offset: 0x1DECD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x41C, symBinAddr: 0x12DEF4, symSize: 0x10C } + - { offsetInCU: 0x9F7, offset: 0x1DEEA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x528, symBinAddr: 0x12E000, symSize: 0x8 } + - { offsetInCU: 0xA4B, offset: 0x1DEEFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x530, symBinAddr: 0x12E008, symSize: 0x40 } + - { offsetInCU: 0xB2E, offset: 0x1DEFDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x570, symBinAddr: 0x12E048, symSize: 0x24 } + - { offsetInCU: 0xC25, offset: 0x1DF0D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9A8, symBinAddr: 0x12E480, symSize: 0x14 } + - { offsetInCU: 0xCB4, offset: 0x1DF165, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH9hashValueSivgTW', symObjAddr: 0x9BC, symBinAddr: 0x12E494, symSize: 0x44 } + - { offsetInCU: 0xD97, offset: 0x1DF248, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA00, symBinAddr: 0x12E4D8, symSize: 0x28 } + - { offsetInCU: 0xE54, offset: 0x1DF305, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt64V_Tg5', symObjAddr: 0x5E0, symBinAddr: 0x12E0B8, symSize: 0x1D4 } + - { offsetInCU: 0x1051, offset: 0x1DF502, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt32V_Tg5', symObjAddr: 0x7C4, symBinAddr: 0x12E29C, symSize: 0x1D4 } + - { offsetInCU: 0x125C, offset: 0x1DF70D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfCTf4nnd_n', symObjAddr: 0xA68, symBinAddr: 0x12E540, symSize: 0x24C } + - { offsetInCU: 0x1468, offset: 0x1DF919, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV07scanForC5Field2in6fieldsAESg10Foundation4DataV_SayAE0H0OGtFZTf4nnd_n', symObjAddr: 0xCC4, symBinAddr: 0x12E79C, symSize: 0x20C } + - { offsetInCU: 0x15FE, offset: 0x1DFAAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAEs0C0AAWl', symObjAddr: 0xF34, symBinAddr: 0x12E9C8, symSize: 0x44 } + - { offsetInCU: 0x1612, offset: 0x1DFAC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ExtensibleDataField_pWOc', symObjAddr: 0xF78, symBinAddr: 0x12EA0C, symSize: 0x44 } + - { offsetInCU: 0x1626, offset: 0x1DFAD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwet', symObjAddr: 0x102C, symBinAddr: 0x12EA50, symSize: 0x90 } + - { offsetInCU: 0x163A, offset: 0x1DFAEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwst', symObjAddr: 0x10BC, symBinAddr: 0x12EAE0, symSize: 0xBC } + - { offsetInCU: 0x164E, offset: 0x1DFAFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwug', symObjAddr: 0x1178, symBinAddr: 0x12EB9C, symSize: 0x8 } + - { offsetInCU: 0x1662, offset: 0x1DFB13, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwup', symObjAddr: 0x1180, symBinAddr: 0x12EBA4, symSize: 0x4 } + - { offsetInCU: 0x1676, offset: 0x1DFB27, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwui', symObjAddr: 0x1184, symBinAddr: 0x12EBA8, symSize: 0x8 } + - { offsetInCU: 0x168A, offset: 0x1DFB3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOMa', symObjAddr: 0x118C, symBinAddr: 0x12EBB0, symSize: 0x10 } + - { offsetInCU: 0x169E, offset: 0x1DFB4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwet', symObjAddr: 0x11A0, symBinAddr: 0x12EBC0, symSize: 0x50 } + - { offsetInCU: 0x16B2, offset: 0x1DFB63, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwst', symObjAddr: 0x11F0, symBinAddr: 0x12EC10, symSize: 0x8C } + - { offsetInCU: 0x16C6, offset: 0x1DFB77, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwug', symObjAddr: 0x127C, symBinAddr: 0x12EC9C, symSize: 0x8 } + - { offsetInCU: 0x16DA, offset: 0x1DFB8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwup', symObjAddr: 0x1284, symBinAddr: 0x12ECA4, symSize: 0x4 } + - { offsetInCU: 0x16EE, offset: 0x1DFB9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwui', symObjAddr: 0x1288, symBinAddr: 0x12ECA8, symSize: 0x4 } + - { offsetInCU: 0x1702, offset: 0x1DFBB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOMa', symObjAddr: 0x128C, symBinAddr: 0x12ECAC, symSize: 0x10 } + - { offsetInCU: 0x1716, offset: 0x1DFBC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwCP', symObjAddr: 0x129C, symBinAddr: 0x12ECBC, symSize: 0x30 } + - { offsetInCU: 0x172A, offset: 0x1DFBDB, size: 0x8, addend: 0x0, symName: ___swift_memcpy36_8, symObjAddr: 0x12CC, symBinAddr: 0x12ECEC, symSize: 0x14 } + - { offsetInCU: 0x173E, offset: 0x1DFBEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwet', symObjAddr: 0x12E0, symBinAddr: 0x12ED00, symSize: 0x20 } + - { offsetInCU: 0x1752, offset: 0x1DFC03, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwst', symObjAddr: 0x1300, symBinAddr: 0x12ED20, symSize: 0x30 } + - { offsetInCU: 0x1766, offset: 0x1DFC17, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVMa', symObjAddr: 0x1330, symBinAddr: 0x12ED50, symSize: 0x10 } + - { offsetInCU: 0x177A, offset: 0x1DFC2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASQWb', symObjAddr: 0x1340, symBinAddr: 0x12ED60, symSize: 0x4 } + - { offsetInCU: 0x178E, offset: 0x1DFC3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAESQAAWl', symObjAddr: 0x1344, symBinAddr: 0x12ED64, symSize: 0x44 } + - { offsetInCU: 0x17A2, offset: 0x1DFC53, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASQWb', symObjAddr: 0x1388, symBinAddr: 0x12EDA8, symSize: 0x4 } + - { offsetInCU: 0x17B6, offset: 0x1DFC67, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOAGSQAAWl', symObjAddr: 0x138C, symBinAddr: 0x12EDAC, symSize: 0x44 } + - { offsetInCU: 0x18C8, offset: 0x1DFD79, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x594, symBinAddr: 0x12E06C, symSize: 0x3C } + - { offsetInCU: 0x1964, offset: 0x1DFE15, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0x5D0, symBinAddr: 0x12E0A8, symSize: 0x4 } + - { offsetInCU: 0x1980, offset: 0x1DFE31, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0x5D4, symBinAddr: 0x12E0AC, symSize: 0x4 } + - { offsetInCU: 0x199C, offset: 0x1DFE4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x5D8, symBinAddr: 0x12E0B0, symSize: 0x4 } + - { offsetInCU: 0x19B8, offset: 0x1DFE69, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x5DC, symBinAddr: 0x12E0B4, symSize: 0x4 } + - { offsetInCU: 0x1A4B, offset: 0x1DFEFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA28, symBinAddr: 0x12E500, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1E0181, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x12EDF8, symSize: 0x90C } + - { offsetInCU: 0x284, offset: 0x1E03DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x12EDF8, symSize: 0x90C } + - { offsetInCU: 0xC8B, offset: 0x1E0DE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x90C, symBinAddr: 0x12F704, symSize: 0x50 } + - { offsetInCU: 0xCC5, offset: 0x1E0E1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCADycfcTo', symObjAddr: 0x95C, symBinAddr: 0x12F754, symSize: 0x88 } + - { offsetInCU: 0xD28, offset: 0x1E0E7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5layerADyp_tcfcTo', symObjAddr: 0x9E4, symBinAddr: 0x12F7DC, symSize: 0xE8 } + - { offsetInCU: 0xD6D, offset: 0x1E0EC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfc', symObjAddr: 0xACC, symBinAddr: 0x12F8C4, symSize: 0xA0 } + - { offsetInCU: 0xDAA, offset: 0x1E0F00, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB6C, symBinAddr: 0x12F964, symSize: 0x30 } + - { offsetInCU: 0xDC6, offset: 0x1E0F1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfD', symObjAddr: 0xB9C, symBinAddr: 0x12F994, symSize: 0x34 } + - { offsetInCU: 0xF6E, offset: 0x1E10C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfETo', symObjAddr: 0xBD0, symBinAddr: 0x12F9C8, symSize: 0x10 } + - { offsetInCU: 0xF9D, offset: 0x1E10F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCMa', symObjAddr: 0xBE0, symBinAddr: 0x12F9D8, symSize: 0x20 } + - { offsetInCU: 0x105B, offset: 0x1E11B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0xC00, symBinAddr: 0x12F9F8, symSize: 0x4A0 } + - { offsetInCU: 0x13D3, offset: 0x1E1529, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC16updateShapeLayer5layerySo07CAShapeG0C_tF', symObjAddr: 0x10A0, symBinAddr: 0x12FE98, symSize: 0x1C4 } + - { offsetInCU: 0x15B1, offset: 0x1E1707, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfD', symObjAddr: 0x1288, symBinAddr: 0x130080, symSize: 0x3C } + - { offsetInCU: 0x1621, offset: 0x1E1777, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x12E4, symBinAddr: 0x1300DC, symSize: 0xC } + - { offsetInCU: 0x1653, offset: 0x1E17A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x12F0, symBinAddr: 0x1300E8, symSize: 0x20 } + - { offsetInCU: 0x1699, offset: 0x1E17EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1310, symBinAddr: 0x130108, symSize: 0x40 } + - { offsetInCU: 0x16E0, offset: 0x1E1836, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x1350, symBinAddr: 0x130148, symSize: 0x4 } + - { offsetInCU: 0x1708, offset: 0x1E185E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfE', symObjAddr: 0x1264, symBinAddr: 0x13005C, symSize: 0x24 } + - { offsetInCU: 0x1735, offset: 0x1E188B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCMa', symObjAddr: 0x12C4, symBinAddr: 0x1300BC, symSize: 0x20 } + - { offsetInCU: 0x3E6, offset: 0x1E2105, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_Say12CoreGraphics7CGFloatVGTB5', symObjAddr: 0x210, symBinAddr: 0x13035C, symSize: 0x594 } + - { offsetInCU: 0x8BA, offset: 0x1E25D9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_SaySo10CGColorRefaGTB5', symObjAddr: 0x7A4, symBinAddr: 0x1308F0, symSize: 0x594 } + - { offsetInCU: 0xEC7, offset: 0x1E2BE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKF', symObjAddr: 0xD78, symBinAddr: 0x130EC4, symSize: 0x7E8 } + - { offsetInCU: 0x1359, offset: 0x1E3078, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_', symObjAddr: 0x1A60, symBinAddr: 0x131B0C, symSize: 0x138 } + - { offsetInCU: 0x150B, offset: 0x1E322A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_', symObjAddr: 0x1B98, symBinAddr: 0x131C44, symSize: 0x128 } + - { offsetInCU: 0x176A, offset: 0x1E3489, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientShapeItemPAAE18colorConfiguration33_B799B7369307A01782ECC9AEBF9C580CLL4from4typeSaySo10CGColorRefa0E0_12CoreGraphics7CGFloatV8locationtGSaySdG_AA0B11ContentTypeOtF', symObjAddr: 0x15C4, symBinAddr: 0x1316AC, symSize: 0x460 } + - { offsetInCU: 0x2086, offset: 0x1E3DA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x1CC0, symBinAddr: 0x131D6C, symSize: 0x3E0 } + - { offsetInCU: 0x22FE, offset: 0x1E401D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x20A0, symBinAddr: 0x13214C, symSize: 0x29C } + - { offsetInCU: 0x24A5, offset: 0x1E41C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_', symObjAddr: 0x23A4, symBinAddr: 0x132450, symSize: 0x90 } + - { offsetInCU: 0x262C, offset: 0x1E434B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x2434, symBinAddr: 0x1324E0, symSize: 0x50 } + - { offsetInCU: 0x27DA, offset: 0x1E44F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5', symObjAddr: 0x2484, symBinAddr: 0x132530, symSize: 0x30 } + - { offsetInCU: 0x2823, offset: 0x1E4542, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5', symObjAddr: 0x24B4, symBinAddr: 0x132560, symSize: 0x70 } + - { offsetInCU: 0x2883, offset: 0x1E45A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5TA', symObjAddr: 0x2548, symBinAddr: 0x1325F4, symSize: 0x8 } + - { offsetInCU: 0x2897, offset: 0x1E45B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_TA', symObjAddr: 0x2550, symBinAddr: 0x1325FC, symSize: 0x1C } + - { offsetInCU: 0x28E7, offset: 0x1E4606, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Say12CoreGraphics7CGFloatVG_TG5TA', symObjAddr: 0x256C, symBinAddr: 0x132618, symSize: 0x2C } + - { offsetInCU: 0x2954, offset: 0x1E4673, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_TA', symObjAddr: 0x2598, symBinAddr: 0x132644, symSize: 0x1C } + - { offsetInCU: 0x2BFB, offset: 0x1E491A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_SaySo10CGColorRefaGTg5Tf4nnndxn_n', symObjAddr: 0x2624, symBinAddr: 0x132694, symSize: 0xD54 } + - { offsetInCU: 0x37EC, offset: 0x1E550B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_Say12CoreGraphics7CGFloatVGTg5Tf4nnndxn_n', symObjAddr: 0x3C70, symBinAddr: 0x133CE0, symSize: 0xD54 } + - { offsetInCU: 0x43DD, offset: 0x1E60FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_TA', symObjAddr: 0x4B5C, symBinAddr: 0x134BCC, symSize: 0x18 } + - { offsetInCU: 0x43F1, offset: 0x1E6110, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOr', symObjAddr: 0x4D2C, symBinAddr: 0x134C0C, symSize: 0x2C } + - { offsetInCU: 0x4405, offset: 0x1E6124, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOs', symObjAddr: 0x4D80, symBinAddr: 0x134C38, symSize: 0x2C } + - { offsetInCU: 0x4419, offset: 0x1E6138, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTg5TA', symObjAddr: 0x4E88, symBinAddr: 0x134C78, symSize: 0x8 } + - { offsetInCU: 0x442D, offset: 0x1E614C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4E90, symBinAddr: 0x134C80, symSize: 0x8 } + - { offsetInCU: 0x4441, offset: 0x1E6160, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4F6C, symBinAddr: 0x134CC0, symSize: 0x8 } + - { offsetInCU: 0x4455, offset: 0x1E6174, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4F74, symBinAddr: 0x134CC8, symSize: 0x8 } + - { offsetInCU: 0x4469, offset: 0x1E6188, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_SaySo10CGColorRefaGTg5TA', symObjAddr: 0x50EC, symBinAddr: 0x134DB8, symSize: 0x8 } + - { offsetInCU: 0x447D, offset: 0x1E619C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwCP', symObjAddr: 0x50F4, symBinAddr: 0x134DC0, symSize: 0x30 } + - { offsetInCU: 0x4491, offset: 0x1E61B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwet', symObjAddr: 0x5134, symBinAddr: 0x134DF0, symSize: 0x20 } + - { offsetInCU: 0x44A5, offset: 0x1E61C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwst', symObjAddr: 0x5154, symBinAddr: 0x134E10, symSize: 0x2C } + - { offsetInCU: 0x44B9, offset: 0x1E61D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVMa', symObjAddr: 0x5180, symBinAddr: 0x134E3C, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1E6AC5, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x134E8C, symSize: 0x134 } + - { offsetInCU: 0x69, offset: 0x1E6B07, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x134E8C, symSize: 0x134 } + - { offsetInCU: 0xBA, offset: 0x1E6B58, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwCP', symObjAddr: 0x144, symBinAddr: 0x134FD0, symSize: 0x60 } + - { offsetInCU: 0xCE, offset: 0x1E6B6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwxx', symObjAddr: 0x1A4, symBinAddr: 0x135030, symSize: 0x40 } + - { offsetInCU: 0xE2, offset: 0x1E6B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwcp', symObjAddr: 0x1E4, symBinAddr: 0x135070, symSize: 0x60 } + - { offsetInCU: 0xF6, offset: 0x1E6B94, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwca', symObjAddr: 0x244, symBinAddr: 0x1350D0, symSize: 0xD8 } + - { offsetInCU: 0x10A, offset: 0x1E6BA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwta', symObjAddr: 0x330, symBinAddr: 0x1351A8, symSize: 0x80 } + - { offsetInCU: 0x11E, offset: 0x1E6BBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwet', symObjAddr: 0x3B0, symBinAddr: 0x135228, symSize: 0x58 } + - { offsetInCU: 0x132, offset: 0x1E6BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwst', symObjAddr: 0x408, symBinAddr: 0x135280, symSize: 0x58 } + - { offsetInCU: 0x146, offset: 0x1E6BE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwug', symObjAddr: 0x460, symBinAddr: 0x1352D8, symSize: 0x18 } + - { offsetInCU: 0x15A, offset: 0x1E6BF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwup', symObjAddr: 0x478, symBinAddr: 0x1352F0, symSize: 0x4 } + - { offsetInCU: 0x16E, offset: 0x1E6C0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwui', symObjAddr: 0x47C, symBinAddr: 0x1352F4, symSize: 0x24 } + - { offsetInCU: 0x182, offset: 0x1E6C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOMa', symObjAddr: 0x4A0, symBinAddr: 0x135318, symSize: 0x10 } + - { offsetInCU: 0x1AE, offset: 0x1E6C4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x134, symBinAddr: 0x134FC0, symSize: 0x4 } + - { offsetInCU: 0x1CA, offset: 0x1E6C68, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x138, symBinAddr: 0x134FC4, symSize: 0x4 } + - { offsetInCU: 0x1E6, offset: 0x1E6C84, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x13C, symBinAddr: 0x134FC8, symSize: 0x4 } + - { offsetInCU: 0x202, offset: 0x1E6CA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x140, symBinAddr: 0x134FCC, symSize: 0x4 } + - { offsetInCU: 0x5E, offset: 0x1E6E5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfC', symObjAddr: 0x0, symBinAddr: 0x135360, symSize: 0x58 } + - { offsetInCU: 0x92, offset: 0x1E6E8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc', symObjAddr: 0x58, symBinAddr: 0x1353B8, symSize: 0x30 } + - { offsetInCU: 0xD0, offset: 0x1E6ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfC', symObjAddr: 0x88, symBinAddr: 0x1353E8, symSize: 0xA8 } + - { offsetInCU: 0x123, offset: 0x1E6F20, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc', symObjAddr: 0x130, symBinAddr: 0x135490, symSize: 0x94 } + - { offsetInCU: 0x161, offset: 0x1E6F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg', symObjAddr: 0x1C4, symBinAddr: 0x135524, symSize: 0x30 } + - { offsetInCU: 0x1AC, offset: 0x1E6FA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs', symObjAddr: 0x1F4, symBinAddr: 0x135554, symSize: 0x4C } + - { offsetInCU: 0x1F2, offset: 0x1E6FEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM', symObjAddr: 0x240, symBinAddr: 0x1355A0, symSize: 0x40 } + - { offsetInCU: 0x221, offset: 0x1E701E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x280, symBinAddr: 0x1355E0, symSize: 0x34 } + - { offsetInCU: 0x260, offset: 0x1E705D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9valueTypeypXpvg', symObjAddr: 0x2B4, symBinAddr: 0x135614, symSize: 0xC } + - { offsetInCU: 0x28B, offset: 0x1E7088, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg', symObjAddr: 0x2C0, symBinAddr: 0x135620, symSize: 0xA0 } + - { offsetInCU: 0x2D8, offset: 0x1E70D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x360, symBinAddr: 0x1356C0, symSize: 0x2C } + - { offsetInCU: 0x33E, offset: 0x1E713B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x38C, symBinAddr: 0x1356EC, symSize: 0x18 } + - { offsetInCU: 0x361, offset: 0x1E715E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfd', symObjAddr: 0x3A4, symBinAddr: 0x135704, symSize: 0x24 } + - { offsetInCU: 0x39C, offset: 0x1E7199, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfD', symObjAddr: 0x3C8, symBinAddr: 0x135728, symSize: 0x2C } + - { offsetInCU: 0x3DF, offset: 0x1E71DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x3F4, symBinAddr: 0x135754, symSize: 0x20 } + - { offsetInCU: 0x3FB, offset: 0x1E71F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x414, symBinAddr: 0x135774, symSize: 0xC } + - { offsetInCU: 0x441, offset: 0x1E723E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x420, symBinAddr: 0x135780, symSize: 0x1C } + - { offsetInCU: 0x476, offset: 0x1E7273, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfcTf4gn_n', symObjAddr: 0x500, symBinAddr: 0x135860, symSize: 0x124 } + - { offsetInCU: 0x4ED, offset: 0x1E72EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x43C, symBinAddr: 0x13579C, symSize: 0x60 } + - { offsetInCU: 0x552, offset: 0x1E734F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x49C, symBinAddr: 0x1357FC, symSize: 0x64 } + - { offsetInCU: 0x599, offset: 0x1E7396, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOe', symObjAddr: 0x624, symBinAddr: 0x135984, symSize: 0x10 } + - { offsetInCU: 0x5AD, offset: 0x1E73AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6B4, symBinAddr: 0x1359C0, symSize: 0x30 } + - { offsetInCU: 0x5F5, offset: 0x1E73F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x754, symBinAddr: 0x1359F0, symSize: 0xC } + - { offsetInCU: 0x609, offset: 0x1E7406, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCMa', symObjAddr: 0x7F4, symBinAddr: 0x135A90, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1E75D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x135ACC, symSize: 0xA4 } + - { offsetInCU: 0x4B, offset: 0x1E75FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x135ACC, symSize: 0xA4 } + - { offsetInCU: 0xA9, offset: 0x1E765B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC16hasRenderUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0xA4, symBinAddr: 0x135B70, symSize: 0xA0 } + - { offsetInCU: 0xE8, offset: 0x1E769A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16hasRenderUpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x144, symBinAddr: 0x135C10, symSize: 0x24 } + - { offsetInCU: 0x122, offset: 0x1E76D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCfD', symObjAddr: 0x168, symBinAddr: 0x135C34, symSize: 0x24 } + - { offsetInCU: 0x16D, offset: 0x1E771F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP03hasD7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x1AC, symBinAddr: 0x135C78, symSize: 0x2C } + - { offsetInCU: 0x1B6, offset: 0x1E7768, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x1D8, symBinAddr: 0x135CA4, symSize: 0x90 } + - { offsetInCU: 0x21A, offset: 0x1E77CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x268, symBinAddr: 0x135D34, symSize: 0xC } + - { offsetInCU: 0x24D, offset: 0x1E77FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCMa', symObjAddr: 0x18C, symBinAddr: 0x135C58, symSize: 0x20 } + - { offsetInCU: 0x73, offset: 0x1E79E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x135D50, symSize: 0x50 } + - { offsetInCU: 0xA7, offset: 0x1E7A1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc', symObjAddr: 0x50, symBinAddr: 0x135DA0, symSize: 0x30 } + - { offsetInCU: 0xC8, offset: 0x1E7A3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTo', symObjAddr: 0x80, symBinAddr: 0x135DD0, symSize: 0xC8 } + - { offsetInCU: 0x149, offset: 0x1E7ABC, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfC', symObjAddr: 0x148, symBinAddr: 0x135E98, symSize: 0x4C } + - { offsetInCU: 0x190, offset: 0x1E7B03, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc', symObjAddr: 0x194, symBinAddr: 0x135EE4, symSize: 0x4C } + - { offsetInCU: 0x1B9, offset: 0x1E7B2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfcTo', symObjAddr: 0x1E0, symBinAddr: 0x135F30, symSize: 0x68 } + - { offsetInCU: 0x1FE, offset: 0x1E7B71, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg', symObjAddr: 0x248, symBinAddr: 0x135F98, symSize: 0x14 } + - { offsetInCU: 0x22B, offset: 0x1E7B9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfC', symObjAddr: 0x25C, symBinAddr: 0x135FAC, symSize: 0x20 } + - { offsetInCU: 0x249, offset: 0x1E7BBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfc', symObjAddr: 0x27C, symBinAddr: 0x135FCC, symSize: 0x2C } + - { offsetInCU: 0x2AC, offset: 0x1E7C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfcTo', symObjAddr: 0x2A8, symBinAddr: 0x135FF8, symSize: 0x2C } + - { offsetInCU: 0x313, offset: 0x1E7C86, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfD', symObjAddr: 0x2D4, symBinAddr: 0x136024, symSize: 0x34 } + - { offsetInCU: 0x340, offset: 0x1E7CB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTf4gn_n', symObjAddr: 0x318, symBinAddr: 0x136068, symSize: 0xA8 } + - { offsetInCU: 0x3E5, offset: 0x1E7D58, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfETo', symObjAddr: 0x308, symBinAddr: 0x136058, symSize: 0x10 } + - { offsetInCU: 0x414, offset: 0x1E7D87, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCMa', symObjAddr: 0x3C0, symBinAddr: 0x136110, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1E7F14, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x13614C, symSize: 0x408 } + - { offsetInCU: 0x4F, offset: 0x1E7F38, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x13614C, symSize: 0x408 } + - { offsetInCU: 0x19F, offset: 0x1E8088, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCfD', symObjAddr: 0x408, symBinAddr: 0x136554, symSize: 0x34 } + - { offsetInCU: 0x1EA, offset: 0x1E80D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x45C, symBinAddr: 0x1365A8, symSize: 0x24 } + - { offsetInCU: 0x215, offset: 0x1E80FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x480, symBinAddr: 0x1365CC, symSize: 0x2C } + - { offsetInCU: 0x256, offset: 0x1E813F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x4AC, symBinAddr: 0x1365F8, symSize: 0xC } + - { offsetInCU: 0x289, offset: 0x1E8172, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCMa', symObjAddr: 0x43C, symBinAddr: 0x136588, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1E833F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x136604, symSize: 0x124 } + - { offsetInCU: 0x4B, offset: 0x1E8363, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x136604, symSize: 0x124 } + - { offsetInCU: 0xAD, offset: 0x1E83C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfcTo', symObjAddr: 0x124, symBinAddr: 0x136728, symSize: 0x4C } + - { offsetInCU: 0xF3, offset: 0x1E840B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x170, symBinAddr: 0x136774, symSize: 0x58 } + - { offsetInCU: 0x13A, offset: 0x1E8452, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x1C8, symBinAddr: 0x1367CC, symSize: 0x12C } + - { offsetInCU: 0x268, offset: 0x1E8580, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x2F4, symBinAddr: 0x1368F8, symSize: 0x50 } + - { offsetInCU: 0x2A2, offset: 0x1E85BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCACycfcTo', symObjAddr: 0x344, symBinAddr: 0x136948, symSize: 0x2C } + - { offsetInCU: 0x309, offset: 0x1E8621, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfD', symObjAddr: 0x370, symBinAddr: 0x136974, symSize: 0x34 } + - { offsetInCU: 0x3F7, offset: 0x1E870F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfETo', symObjAddr: 0x3A4, symBinAddr: 0x1369A8, symSize: 0x10 } + - { offsetInCU: 0x426, offset: 0x1E873E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCMa', symObjAddr: 0x3B4, symBinAddr: 0x1369B8, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1E8944, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1369D8, symSize: 0x1F0 } + - { offsetInCU: 0x3F, offset: 0x1E895C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1369D8, symSize: 0x1F0 } + - { offsetInCU: 0xCF, offset: 0x1E89EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF', symObjAddr: 0x23C, symBinAddr: 0x136BC8, symSize: 0x12C } + - { offsetInCU: 0x11A, offset: 0x1E8A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x368, symBinAddr: 0x136CF4, symSize: 0x14 } + - { offsetInCU: 0x13D, offset: 0x1E8A5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x37C, symBinAddr: 0x136D08, symSize: 0x14 } + - { offsetInCU: 0x1D9, offset: 0x1E8AF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV5valueACyp_tKcfC', symObjAddr: 0x390, symBinAddr: 0x136D1C, symSize: 0x1AC } + - { offsetInCU: 0x4C, offset: 0x1E911D, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ', symObjAddr: 0x4518, symBinAddr: 0x1F1C98, symSize: 0x0 } + - { offsetInCU: 0x5A, offset: 0x1E912B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x4, symBinAddr: 0x136EEC, symSize: 0xC } + - { offsetInCU: 0x6E, offset: 0x1E913F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x77C, symBinAddr: 0x137664, symSize: 0x264 } + - { offsetInCU: 0x130, offset: 0x1E9201, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x10, symBinAddr: 0x136EF8, symSize: 0x4 } + - { offsetInCU: 0x144, offset: 0x1E9215, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0xC74, symBinAddr: 0x137B5C, symSize: 0x24C } + - { offsetInCU: 0x1E6, offset: 0x1E92B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ', symObjAddr: 0x14, symBinAddr: 0x136EFC, symSize: 0x274 } + - { offsetInCU: 0x259, offset: 0x1E932A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_', symObjAddr: 0x1D18, symBinAddr: 0x138C00, symSize: 0x538 } + - { offsetInCU: 0x3AF, offset: 0x1E9480, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_', symObjAddr: 0x2250, symBinAddr: 0x139138, symSize: 0xC4 } + - { offsetInCU: 0x410, offset: 0x1E94E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x288, symBinAddr: 0x137170, symSize: 0x4 } + - { offsetInCU: 0x424, offset: 0x1E94F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x112C, symBinAddr: 0x138014, symSize: 0x714 } + - { offsetInCU: 0x5B3, offset: 0x1E9684, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ', symObjAddr: 0x28C, symBinAddr: 0x137174, symSize: 0x18 } + - { offsetInCU: 0x5C7, offset: 0x1E9698, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ', symObjAddr: 0x2A4, symBinAddr: 0x13718C, symSize: 0x18 } + - { offsetInCU: 0x5DB, offset: 0x1E96AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_', symObjAddr: 0x2BC, symBinAddr: 0x1371A4, symSize: 0xD8 } + - { offsetInCU: 0x6F1, offset: 0x1E97C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ', symObjAddr: 0x394, symBinAddr: 0x13727C, symSize: 0x124 } + - { offsetInCU: 0x7B7, offset: 0x1E9888, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x335C, symBinAddr: 0x13A160, symSize: 0x36C } + - { offsetInCU: 0x8C9, offset: 0x1E999A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x36C8, symBinAddr: 0x13A4CC, symSize: 0x3E8 } + - { offsetInCU: 0xB3B, offset: 0x1E9C0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0x4B8, symBinAddr: 0x1373A0, symSize: 0x24 } + - { offsetInCU: 0xC99, offset: 0x1E9D6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0x4DC, symBinAddr: 0x1373C4, symSize: 0x1E4 } + - { offsetInCU: 0xDFE, offset: 0x1E9ECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x6C0, symBinAddr: 0x1375A8, symSize: 0x7C } + - { offsetInCU: 0xEF0, offset: 0x1E9FC1, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ', symObjAddr: 0x73C, symBinAddr: 0x137624, symSize: 0x40 } + - { offsetInCU: 0xF1E, offset: 0x1E9FEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xA10, symBinAddr: 0x1378F8, symSize: 0x1C } + - { offsetInCU: 0xFDF, offset: 0x1EA0B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xA2C, symBinAddr: 0x137914, symSize: 0x1CC } + - { offsetInCU: 0x1101, offset: 0x1EA1D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0xBF8, symBinAddr: 0x137AE0, symSize: 0x7C } + - { offsetInCU: 0x11D5, offset: 0x1EA2A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xEC0, symBinAddr: 0x137DA8, symSize: 0x20 } + - { offsetInCU: 0x12B6, offset: 0x1EA387, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xEE0, symBinAddr: 0x137DC8, symSize: 0x1D0 } + - { offsetInCU: 0x13FA, offset: 0x1EA4CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x10B0, symBinAddr: 0x137F98, symSize: 0x7C } + - { offsetInCU: 0x1590, offset: 0x1EA661, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ', symObjAddr: 0x1840, symBinAddr: 0x138728, symSize: 0x6C } + - { offsetInCU: 0x171A, offset: 0x1EA7EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTY0_', symObjAddr: 0x18AC, symBinAddr: 0x138794, symSize: 0x3D4 } + - { offsetInCU: 0x18F7, offset: 0x1EA9C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1C80, symBinAddr: 0x138B68, symSize: 0x98 } + - { offsetInCU: 0x19EB, offset: 0x1EAABC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ', symObjAddr: 0x2314, symBinAddr: 0x1391FC, symSize: 0x4 } + - { offsetInCU: 0x19FF, offset: 0x1EAAD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x2318, symBinAddr: 0x139200, symSize: 0x3D0 } + - { offsetInCU: 0x1AEC, offset: 0x1EABBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ', symObjAddr: 0x26E8, symBinAddr: 0x1395D0, symSize: 0x20 } + - { offsetInCU: 0x1BD3, offset: 0x1EACA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTY0_', symObjAddr: 0x2708, symBinAddr: 0x1395F0, symSize: 0x198 } + - { offsetInCU: 0x1CD1, offset: 0x1EADA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTQ1_', symObjAddr: 0x28A0, symBinAddr: 0x139788, symSize: 0x7C } + - { offsetInCU: 0x1DB5, offset: 0x1EAE86, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0_WZ', symObjAddr: 0x2988, symBinAddr: 0x139870, symSize: 0x1BC } + - { offsetInCU: 0x1DFD, offset: 0x1EAECE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnnd_n', symObjAddr: 0x2B44, symBinAddr: 0x139A2C, symSize: 0x244 } + - { offsetInCU: 0x1EA6, offset: 0x1EAF77, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x2D88, symBinAddr: 0x139C70, symSize: 0x21C } + - { offsetInCU: 0x1F2F, offset: 0x1EB000, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOc', symObjAddr: 0x2FA4, symBinAddr: 0x139E8C, symSize: 0x48 } + - { offsetInCU: 0x1F43, offset: 0x1EB014, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOh', symObjAddr: 0x302C, symBinAddr: 0x139ED4, symSize: 0x40 } + - { offsetInCU: 0x1F57, offset: 0x1EB028, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x30DC, symBinAddr: 0x139F1C, symSize: 0x10 } + - { offsetInCU: 0x1F6B, offset: 0x1EB03C, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x30EC, symBinAddr: 0x139F2C, symSize: 0x8 } + - { offsetInCU: 0x1F7F, offset: 0x1EB050, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnd_n', symObjAddr: 0x3130, symBinAddr: 0x139F34, symSize: 0x22C } + - { offsetInCU: 0x2018, offset: 0x1EB0E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x3C94, symBinAddr: 0x13AA48, symSize: 0x214 } + - { offsetInCU: 0x20A8, offset: 0x1EB179, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadOMa', symObjAddr: 0x3F14, symBinAddr: 0x13ACC8, symSize: 0x10 } + - { offsetInCU: 0x20BC, offset: 0x1EB18D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x3F9C, symBinAddr: 0x13AD0C, symSize: 0x10 } + - { offsetInCU: 0x20D0, offset: 0x1EB1A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_TA', symObjAddr: 0x4044, symBinAddr: 0x13AD34, symSize: 0xC } + - { offsetInCU: 0x20E4, offset: 0x1EB1B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x4050, symBinAddr: 0x13AD40, symSize: 0x8 } + - { offsetInCU: 0x20F8, offset: 0x1EB1C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x409C, symBinAddr: 0x13AD8C, symSize: 0x14 } + - { offsetInCU: 0x210C, offset: 0x1EB1DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOACs0C0AAWl', symObjAddr: 0x4100, symBinAddr: 0x13ADF0, symSize: 0x44 } + - { offsetInCU: 0x2120, offset: 0x1EB1F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_TA', symObjAddr: 0x424C, symBinAddr: 0x13AF3C, symSize: 0x4C } + - { offsetInCU: 0x2134, offset: 0x1EB205, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x42D4, symBinAddr: 0x13AFC4, symSize: 0x10 } + - { offsetInCU: 0x2148, offset: 0x1EB219, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOe', symObjAddr: 0x42E8, symBinAddr: 0x13AFD8, symSize: 0xC } + - { offsetInCU: 0x215C, offset: 0x1EB22D, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOy', symObjAddr: 0x42F8, symBinAddr: 0x13AFE8, symSize: 0xC } + - { offsetInCU: 0x2170, offset: 0x1EB241, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4350, symBinAddr: 0x13B040, symSize: 0x18 } + - { offsetInCU: 0x43, offset: 0x1EB62C, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMi', symObjAddr: 0x0, symBinAddr: 0x13B1AC, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x1EB640, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMr', symObjAddr: 0x4, symBinAddr: 0x13B1B0, symSize: 0x78 } + - { offsetInCU: 0xA1, offset: 0x1EB68A, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC8strategyAA0bcD8StrategyOvs', symObjAddr: 0x7C, symBinAddr: 0x13B228, symSize: 0x54 } + - { offsetInCU: 0x12B, offset: 0x1EB714, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC12proposedSizeSo6CGSizeVvs', symObjAddr: 0xD0, symBinAddr: 0x13B27C, symSize: 0x4C } + - { offsetInCU: 0x18F, offset: 0x1EB778, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC19measuredFittingSizeSo6CGSizeVvg', symObjAddr: 0x11C, symBinAddr: 0x13B2C8, symSize: 0x34 } + - { offsetInCU: 0x1BC, offset: 0x1EB7A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyF', symObjAddr: 0x150, symBinAddr: 0x13B2FC, symSize: 0x64 } + - { offsetInCU: 0x1F8, offset: 0x1EB7E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16setUpConstraints33_F565762597C0825EC266BB3D57FF8E36LLyyF', symObjAddr: 0x1B4, symBinAddr: 0x13B360, symSize: 0x46C } + - { offsetInCU: 0x4D7, offset: 0x1EBAC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfc', symObjAddr: 0x620, symBinAddr: 0x13B7CC, symSize: 0xD8 } + - { offsetInCU: 0x51B, offset: 0x1EBB04, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfcTo', symObjAddr: 0x6F8, symBinAddr: 0x13B8A4, symSize: 0x24 } + - { offsetInCU: 0x537, offset: 0x1EBB20, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC11measureView33_F565762597C0825EC266BB3D57FF8E36LLSo6CGSizeVyF', symObjAddr: 0x71C, symBinAddr: 0x13B8C8, symSize: 0x1F8 } + - { offsetInCU: 0x6C6, offset: 0x1EBCAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x914, symBinAddr: 0x13BAC0, symSize: 0x20 } + - { offsetInCU: 0x6E2, offset: 0x1EBCCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvg', symObjAddr: 0x934, symBinAddr: 0x13BAE0, symSize: 0x14 } + - { offsetInCU: 0x70F, offset: 0x1EBCF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyF', symObjAddr: 0x948, symBinAddr: 0x13BAF4, symSize: 0xA0 } + - { offsetInCU: 0x73E, offset: 0x1EBD27, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyFTo', symObjAddr: 0x9E8, symBinAddr: 0x13BB94, symSize: 0x28 } + - { offsetInCU: 0x75A, offset: 0x1EBD43, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyFTo', symObjAddr: 0xA10, symBinAddr: 0x13BBBC, symSize: 0x28 } + - { offsetInCU: 0x776, offset: 0x1EBD5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16resolvedStrategy33_F565762597C0825EC266BB3D57FF8E36LLAA08ResolvedbcdF0AELLOvg', symObjAddr: 0xA38, symBinAddr: 0x13BBE4, symSize: 0x19C } + - { offsetInCU: 0x86C, offset: 0x1EBE55, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTo', symObjAddr: 0xD60, symBinAddr: 0x13BF0C, symSize: 0x1C } + - { offsetInCU: 0x8AC, offset: 0x1EBE95, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfD', symObjAddr: 0xD7C, symBinAddr: 0x13BF28, symSize: 0x34 } + - { offsetInCU: 0x8D9, offset: 0x1EBEC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC21prioritizeConstraints33_F565762597C0825EC266BB3D57FF8E36LL_8strategyySDySo17NSLayoutAttributeVSo0O10ConstraintCG_AA08ResolvedbcD8StrategyAELLOtFTf4nnd_n', symObjAddr: 0x1130, symBinAddr: 0x13C2B8, symSize: 0x14C } + - { offsetInCU: 0x9C0, offset: 0x1EBFA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfcTf4gnn_n', symObjAddr: 0x127C, symBinAddr: 0x13C404, symSize: 0x174 } + - { offsetInCU: 0xA3A, offset: 0x1EC023, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfCTf4gnn_n', symObjAddr: 0x13F0, symBinAddr: 0x13C578, symSize: 0x40 } + - { offsetInCU: 0xA6E, offset: 0x1EC057, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTf4dd_n', symObjAddr: 0x14B8, symBinAddr: 0x13C5F0, symSize: 0x2C } + - { offsetInCU: 0xAF6, offset: 0x1EC0DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1070, symBinAddr: 0x13C1F8, symSize: 0x14 } + - { offsetInCU: 0xB85, offset: 0x1EC16E, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x1084, symBinAddr: 0x13C20C, symSize: 0x44 } + - { offsetInCU: 0xC68, offset: 0x1EC251, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x10C8, symBinAddr: 0x13C250, symSize: 0x28 } + - { offsetInCU: 0xF0B, offset: 0x1EC4F4, size: 0x8, addend: 0x0, symName: '_$sSo6UIViewC6LottieE32containsDoubleLayoutPassSubviews33_F565762597C0825EC266BB3D57FF8E36LLSbyF', symObjAddr: 0xBD4, symBinAddr: 0x13BD80, symSize: 0x18C } + - { offsetInCU: 0x10B3, offset: 0x1EC69C, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfETo', symObjAddr: 0xDB0, symBinAddr: 0x13BF5C, symSize: 0x38 } + - { offsetInCU: 0x10E2, offset: 0x1EC6CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMa', symObjAddr: 0xDE8, symBinAddr: 0x13BF94, symSize: 0xC } + - { offsetInCU: 0x10F6, offset: 0x1EC6DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwet', symObjAddr: 0xE0C, symBinAddr: 0x13BFA0, symSize: 0x20 } + - { offsetInCU: 0x110A, offset: 0x1EC6F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwst', symObjAddr: 0xE2C, symBinAddr: 0x13BFC0, symSize: 0x30 } + - { offsetInCU: 0x111E, offset: 0x1EC707, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwug', symObjAddr: 0xE5C, symBinAddr: 0x13BFF0, symSize: 0x1C } + - { offsetInCU: 0x1132, offset: 0x1EC71B, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwup', symObjAddr: 0xE78, symBinAddr: 0x13C00C, symSize: 0x4 } + - { offsetInCU: 0x1146, offset: 0x1EC72F, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwui', symObjAddr: 0xE7C, symBinAddr: 0x13C010, symSize: 0x20 } + - { offsetInCU: 0x115A, offset: 0x1EC743, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOMa', symObjAddr: 0xE9C, symBinAddr: 0x13C030, symSize: 0x10 } + - { offsetInCU: 0x116E, offset: 0x1EC757, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwet', symObjAddr: 0xEB8, symBinAddr: 0x13C040, symSize: 0x90 } + - { offsetInCU: 0x1182, offset: 0x1EC76B, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwst', symObjAddr: 0xF48, symBinAddr: 0x13C0D0, symSize: 0xBC } + - { offsetInCU: 0x1196, offset: 0x1EC77F, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwug', symObjAddr: 0x1004, symBinAddr: 0x13C18C, symSize: 0x8 } + - { offsetInCU: 0x11AA, offset: 0x1EC793, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwup', symObjAddr: 0x100C, symBinAddr: 0x13C194, symSize: 0x4 } + - { offsetInCU: 0x11BE, offset: 0x1EC7A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwui', symObjAddr: 0x1010, symBinAddr: 0x13C198, symSize: 0x8 } + - { offsetInCU: 0x11D2, offset: 0x1EC7BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOMa', symObjAddr: 0x1018, symBinAddr: 0x13C1A0, symSize: 0x10 } + - { offsetInCU: 0x11E6, offset: 0x1EC7CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASQWb', symObjAddr: 0x1028, symBinAddr: 0x13C1B0, symSize: 0x4 } + - { offsetInCU: 0x11FA, offset: 0x1EC7E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOACSQAAWl', symObjAddr: 0x102C, symBinAddr: 0x13C1B4, symSize: 0x44 } + - { offsetInCU: 0x135B, offset: 0x1EC944, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x10F0, symBinAddr: 0x13C278, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x1ECC7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x13C61C, symSize: 0x29C } + - { offsetInCU: 0xCE, offset: 0x1ECD23, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x13C61C, symSize: 0x29C } + - { offsetInCU: 0x219, offset: 0x1ECE6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO8rawValueSSvg', symObjAddr: 0x29C, symBinAddr: 0x13C8B8, symSize: 0x18 } + - { offsetInCU: 0x252, offset: 0x1ECEA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2B4, symBinAddr: 0x13C8D0, symSize: 0x18 } + - { offsetInCU: 0x280, offset: 0x1ECED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2B4, symBinAddr: 0x13C8D0, symSize: 0x18 } + - { offsetInCU: 0x2D2, offset: 0x1ECF27, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2F0, symBinAddr: 0x13C90C, symSize: 0x64 } + - { offsetInCU: 0x338, offset: 0x1ECF8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x354, symBinAddr: 0x13C970, symSize: 0x28 } + - { offsetInCU: 0x354, offset: 0x1ECFA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x37C, symBinAddr: 0x13C998, symSize: 0x8 } + - { offsetInCU: 0x38A, offset: 0x1ECFDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x384, symBinAddr: 0x13C9A0, symSize: 0x68 } + - { offsetInCU: 0x40F, offset: 0x1ED064, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x3EC, symBinAddr: 0x13CA08, symSize: 0xC } + - { offsetInCU: 0x42B, offset: 0x1ED080, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x3F8, symBinAddr: 0x13CA14, symSize: 0xC } + - { offsetInCU: 0x466, offset: 0x1ED0BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCfD', symObjAddr: 0x454, symBinAddr: 0x13CA70, symSize: 0x24 } + - { offsetInCU: 0x4B1, offset: 0x1ED106, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC6encode2toys7Encoder_p_tKF', symObjAddr: 0x498, symBinAddr: 0x13CAB4, symSize: 0x16C } + - { offsetInCU: 0x4F0, offset: 0x1ED145, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x604, symBinAddr: 0x13CC20, symSize: 0x1EC } + - { offsetInCU: 0x545, offset: 0x1ED19A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7F0, symBinAddr: 0x13CE0C, symSize: 0x54 } + - { offsetInCU: 0x57C, offset: 0x1ED1D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x844, symBinAddr: 0x13CE60, symSize: 0x20 } + - { offsetInCU: 0x5A0, offset: 0x1ED1F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCMa', symObjAddr: 0x478, symBinAddr: 0x13CA94, symSize: 0x20 } + - { offsetInCU: 0x5B4, offset: 0x1ED209, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x8C8, symBinAddr: 0x13CE80, symSize: 0x44 } + - { offsetInCU: 0x5C8, offset: 0x1ED21D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwet', symObjAddr: 0xA44, symBinAddr: 0x13CEC4, symSize: 0x90 } + - { offsetInCU: 0x5DC, offset: 0x1ED231, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwst', symObjAddr: 0xAD4, symBinAddr: 0x13CF54, symSize: 0xBC } + - { offsetInCU: 0x5F0, offset: 0x1ED245, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwug', symObjAddr: 0xB90, symBinAddr: 0x13D010, symSize: 0x8 } + - { offsetInCU: 0x604, offset: 0x1ED259, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwup', symObjAddr: 0xB98, symBinAddr: 0x13D018, symSize: 0x4 } + - { offsetInCU: 0x618, offset: 0x1ED26D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwui', symObjAddr: 0xB9C, symBinAddr: 0x13D01C, symSize: 0x8 } + - { offsetInCU: 0x62C, offset: 0x1ED281, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOMa', symObjAddr: 0xBA4, symBinAddr: 0x13D024, symSize: 0x10 } + - { offsetInCU: 0x640, offset: 0x1ED295, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASQWb', symObjAddr: 0xBB4, symBinAddr: 0x13D034, symSize: 0x4 } + - { offsetInCU: 0x654, offset: 0x1ED2A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAESQAAWl', symObjAddr: 0xBB8, symBinAddr: 0x13D038, symSize: 0x44 } + - { offsetInCU: 0x668, offset: 0x1ED2BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xBFC, symBinAddr: 0x13D07C, symSize: 0x4 } + - { offsetInCU: 0x67C, offset: 0x1ED2D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC00, symBinAddr: 0x13D080, symSize: 0x44 } + - { offsetInCU: 0x690, offset: 0x1ED2E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC44, symBinAddr: 0x13D0C4, symSize: 0x4 } + - { offsetInCU: 0x6A4, offset: 0x1ED2F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xC48, symBinAddr: 0x13D0C8, symSize: 0x44 } + - { offsetInCU: 0x706, offset: 0x1ED35B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2CC, symBinAddr: 0x13C8E8, symSize: 0xC } + - { offsetInCU: 0x722, offset: 0x1ED377, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0x13C8F4, symSize: 0x8 } + - { offsetInCU: 0x73E, offset: 0x1ED393, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x13C8FC, symSize: 0x8 } + - { offsetInCU: 0x75A, offset: 0x1ED3AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E8, symBinAddr: 0x13C904, symSize: 0x8 } + - { offsetInCU: 0x77D, offset: 0x1ED3D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x404, symBinAddr: 0x13CA20, symSize: 0x28 } + - { offsetInCU: 0x799, offset: 0x1ED3EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x42C, symBinAddr: 0x13CA48, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1ED58C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x13D124, symSize: 0x558 } + - { offsetInCU: 0x1CF, offset: 0x1ED730, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x13D124, symSize: 0x558 } + - { offsetInCU: 0x4FB, offset: 0x1EDA5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03setB0_11updateFrameyAA06BezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x558, symBinAddr: 0x13D67C, symSize: 0xC8 } + - { offsetInCU: 0x61C, offset: 0x1EDB7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC06appendB0_11updateFrameyAA014CompoundBezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x620, symBinAddr: 0x13D744, symSize: 0xDC } + - { offsetInCU: 0x775, offset: 0x1EDCD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCfD', symObjAddr: 0x6FC, symBinAddr: 0x13D820, symSize: 0x34 } + - { offsetInCU: 0x7B8, offset: 0x1EDD19, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x750, symBinAddr: 0x13D874, symSize: 0x24 } + - { offsetInCU: 0x7E3, offset: 0x1EDD44, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP06outputB0So9CGPathRefaSgvgTW', symObjAddr: 0x774, symBinAddr: 0x13D898, symSize: 0x2C } + - { offsetInCU: 0x824, offset: 0x1EDD85, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x7A0, symBinAddr: 0x13D8C4, symSize: 0xC } + - { offsetInCU: 0x8F1, offset: 0x1EDE52, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCMa', symObjAddr: 0x730, symBinAddr: 0x13D854, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1EE145, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0xC, symBinAddr: 0x13D8DC, symSize: 0x3C } + - { offsetInCU: 0x5D, offset: 0x1EE17B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0xC, symBinAddr: 0x13D8DC, symSize: 0x3C } + - { offsetInCU: 0x2B, offset: 0x1EE324, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x13D960, symSize: 0xBC } + - { offsetInCU: 0x8B, offset: 0x1EE384, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x13D960, symSize: 0xBC } + - { offsetInCU: 0x12F, offset: 0x1EE428, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xBC, symBinAddr: 0x13DA1C, symSize: 0xAC } + - { offsetInCU: 0x19A, offset: 0x1EE493, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x168, symBinAddr: 0x13DAC8, symSize: 0x230 } + - { offsetInCU: 0x3DF, offset: 0x1EE6D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x398, symBinAddr: 0x13DCF8, symSize: 0x44 } + - { offsetInCU: 0x45E, offset: 0x1EE757, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfD', symObjAddr: 0x3F8, symBinAddr: 0x13DD58, symSize: 0x34 } + - { offsetInCU: 0x4CE, offset: 0x1EE7C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x44C, symBinAddr: 0x13DDAC, symSize: 0xC } + - { offsetInCU: 0x500, offset: 0x1EE7F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0x458, symBinAddr: 0x13DDB8, symSize: 0x20 } + - { offsetInCU: 0x546, offset: 0x1EE83F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x478, symBinAddr: 0x13DDD8, symSize: 0x14 } + - { offsetInCU: 0x5A0, offset: 0x1EE899, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x48C, symBinAddr: 0x13DDEC, symSize: 0x4 } + - { offsetInCU: 0x5BC, offset: 0x1EE8B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x490, symBinAddr: 0x13DDF0, symSize: 0x20 } + - { offsetInCU: 0x71A, offset: 0x1EEA13, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfE', symObjAddr: 0x3DC, symBinAddr: 0x13DD3C, symSize: 0x1C } + - { offsetInCU: 0x747, offset: 0x1EEA40, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCMa', symObjAddr: 0x42C, symBinAddr: 0x13DD8C, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1EECF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x13DE10, symSize: 0x34 } + - { offsetInCU: 0x6D, offset: 0x1EED3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x13DE10, symSize: 0x34 } + - { offsetInCU: 0xB1, offset: 0x1EED7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCMa', symObjAddr: 0x34, symBinAddr: 0x13DE44, symSize: 0x20 } + - { offsetInCU: 0x1AC, offset: 0x1EF063, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtFAA10BezierPathV_Tg5', symObjAddr: 0x228, symBinAddr: 0x13E08C, symSize: 0xBC } + - { offsetInCU: 0x2D1, offset: 0x1EF188, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0x0, symBinAddr: 0x13DE64, symSize: 0x124 } + - { offsetInCU: 0x39A, offset: 0x1EF251, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A8Vector1DV_Tg5', symObjAddr: 0x124, symBinAddr: 0x13DF88, symSize: 0x104 } + - { offsetInCU: 0x64A, offset: 0x1EF501, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfc', symObjAddr: 0x990, symBinAddr: 0x13E7F4, symSize: 0x428 } + - { offsetInCU: 0x9C2, offset: 0x1EF879, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5layerADyp_tcfcTo', symObjAddr: 0xDD4, symBinAddr: 0x13EC38, symSize: 0xF8 } + - { offsetInCU: 0xA43, offset: 0x1EF8FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xECC, symBinAddr: 0x13ED30, symSize: 0xAC } + - { offsetInCU: 0xA9A, offset: 0x1EF951, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC15updateWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF78, symBinAddr: 0x13EDDC, symSize: 0x3D0 } + - { offsetInCU: 0xDB8, offset: 0x1EFC6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCADycfcTo', symObjAddr: 0x1348, symBinAddr: 0x13F1AC, symSize: 0x2C } + - { offsetInCU: 0xE1F, offset: 0x1EFCD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1374, symBinAddr: 0x13F1D8, symSize: 0x34 } + - { offsetInCU: 0xE97, offset: 0x1EFD4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1400, symBinAddr: 0x13F264, symSize: 0x44 } + - { offsetInCU: 0xEE9, offset: 0x1EFDA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCAA0C11PropertyMapA2aEP10propertiesSayAA03AnycJ0_pGvgTW', symObjAddr: 0x1464, symBinAddr: 0x13F2C8, symSize: 0xC } + - { offsetInCU: 0xF1B, offset: 0x1EFDD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfcTf4gn_n', symObjAddr: 0x1534, symBinAddr: 0x13F318, symSize: 0x318 } + - { offsetInCU: 0x124B, offset: 0x1F0102, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x2E4, symBinAddr: 0x13E148, symSize: 0x41C } + - { offsetInCU: 0x15E3, offset: 0x1F049A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfc', symObjAddr: 0x738, symBinAddr: 0x13E59C, symSize: 0x110 } + - { offsetInCU: 0x1645, offset: 0x1F04FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x848, symBinAddr: 0x13E6AC, symSize: 0x4C } + - { offsetInCU: 0x168B, offset: 0x1F0542, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x894, symBinAddr: 0x13E6F8, symSize: 0x6C } + - { offsetInCU: 0x16F0, offset: 0x1F05A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCACycfcTo', symObjAddr: 0x900, symBinAddr: 0x13E764, symSize: 0x2C } + - { offsetInCU: 0x1757, offset: 0x1F060E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfD', symObjAddr: 0x92C, symBinAddr: 0x13E790, symSize: 0x34 } + - { offsetInCU: 0x179B, offset: 0x1F0652, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfETo', symObjAddr: 0x960, symBinAddr: 0x13E7C4, symSize: 0x10 } + - { offsetInCU: 0x17CA, offset: 0x1F0681, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCMa', symObjAddr: 0x970, symBinAddr: 0x13E7D4, symSize: 0x20 } + - { offsetInCU: 0x18DC, offset: 0x1F0793, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfETo', symObjAddr: 0x13A8, symBinAddr: 0x13F20C, symSize: 0x38 } + - { offsetInCU: 0x190B, offset: 0x1F07C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x13E0, symBinAddr: 0x13F244, symSize: 0x20 } + - { offsetInCU: 0x191F, offset: 0x1F07D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x1444, symBinAddr: 0x13F2A8, symSize: 0x20 } + - { offsetInCU: 0x1D5, offset: 0x1F0F5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x0, symBinAddr: 0x13F630, symSize: 0x150 } + - { offsetInCU: 0x52F, offset: 0x1F12B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA04TextbC0C_Tg5', symObjAddr: 0x150, symBinAddr: 0x13F780, symSize: 0x190 } + - { offsetInCU: 0x760, offset: 0x1F14E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x2E0, symBinAddr: 0x13F910, symSize: 0x190 } + - { offsetInCU: 0x9C7, offset: 0x1F174C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA012TextAnimatorB10PropertiesC_Tg5', symObjAddr: 0x470, symBinAddr: 0x13FAA0, symSize: 0xC4 } + - { offsetInCU: 0xAE5, offset: 0x1F186A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA24LayerTransformPropertiesC_Tg5', symObjAddr: 0x534, symBinAddr: 0x13FB64, symSize: 0xC4 } + - { offsetInCU: 0xC24, offset: 0x1F19A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA012TextAnimatorbF0C_Tg5', symObjAddr: 0x5F8, symBinAddr: 0x13FC28, symSize: 0xA4 } + - { offsetInCU: 0xD56, offset: 0x1F1ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA014LayerTransformF0C_Tg5', symObjAddr: 0x69C, symBinAddr: 0x13FCCC, symSize: 0xA4 } + - { offsetInCU: 0xF83, offset: 0x1F1D08, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layer4sizeAcA0C5ModelC_So6CGSizeVtcfc', symObjAddr: 0x740, symBinAddr: 0x13FD70, symSize: 0xF90 } + - { offsetInCU: 0x1AAD, offset: 0x1F2832, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x1708, symBinAddr: 0x140D38, symSize: 0x1C } + - { offsetInCU: 0x1AFA, offset: 0x1F287F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x1724, symBinAddr: 0x140D54, symSize: 0xC } + - { offsetInCU: 0x1B28, offset: 0x1F28AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x1724, symBinAddr: 0x140D54, symSize: 0xC } + - { offsetInCU: 0x1B76, offset: 0x1F28FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC16displayWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1730, symBinAddr: 0x140D60, symSize: 0x37C } + - { offsetInCU: 0x1FFA, offset: 0x1F2D7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfc', symObjAddr: 0x1AAC, symBinAddr: 0x1410DC, symSize: 0x32C } + - { offsetInCU: 0x20DF, offset: 0x1F2E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1DD8, symBinAddr: 0x141408, symSize: 0x4C } + - { offsetInCU: 0x20FB, offset: 0x1F2E80, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1E24, symBinAddr: 0x141454, symSize: 0xF4 } + - { offsetInCU: 0x2152, offset: 0x1F2ED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1F18, symBinAddr: 0x141548, symSize: 0x24 } + - { offsetInCU: 0x216E, offset: 0x1F2EF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1F3C, symBinAddr: 0x14156C, symSize: 0x4 } + - { offsetInCU: 0x21CF, offset: 0x1F2F54, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCACycfcTo', symObjAddr: 0x1F40, symBinAddr: 0x141570, symSize: 0x2C } + - { offsetInCU: 0x2236, offset: 0x1F2FBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfD', symObjAddr: 0x1F6C, symBinAddr: 0x14159C, symSize: 0x30 } + - { offsetInCU: 0x2281, offset: 0x1F3006, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x20B0, symBinAddr: 0x1416E0, symSize: 0x3C } + - { offsetInCU: 0x22B3, offset: 0x1F3038, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x20EC, symBinAddr: 0x14171C, symSize: 0x38 } + - { offsetInCU: 0x22ED, offset: 0x1F3072, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2124, symBinAddr: 0x141754, symSize: 0x14 } + - { offsetInCU: 0x233D, offset: 0x1F30C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP07keypathC0So7CALayerCSgvgTW', symObjAddr: 0x2138, symBinAddr: 0x141768, symSize: 0x34 } + - { offsetInCU: 0x28D5, offset: 0x1F365A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfETo', symObjAddr: 0x1F9C, symBinAddr: 0x1415CC, symSize: 0xEC } + - { offsetInCU: 0x2904, offset: 0x1F3689, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCMa', symObjAddr: 0x2088, symBinAddr: 0x1416B8, symSize: 0x20 } + - { offsetInCU: 0x2918, offset: 0x1F369D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24CompositionLayerDelegate_pSgXwWOh', symObjAddr: 0x222C, symBinAddr: 0x1417BC, symSize: 0x24 } + - { offsetInCU: 0x2B, offset: 0x1F3C23, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x141824, symSize: 0xB4 } + - { offsetInCU: 0x79, offset: 0x1F3C71, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x141824, symSize: 0xB4 } + - { offsetInCU: 0xFC, offset: 0x1F3CF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB4, symBinAddr: 0x1418D8, symSize: 0xAC } + - { offsetInCU: 0x189, offset: 0x1F3D81, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x160, symBinAddr: 0x141984, symSize: 0xE8 } + - { offsetInCU: 0x1E0, offset: 0x1F3DD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x248, symBinAddr: 0x141A6C, symSize: 0x1FC } + - { offsetInCU: 0x29E, offset: 0x1F3E96, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x444, symBinAddr: 0x141C68, symSize: 0x2C } + - { offsetInCU: 0x2BA, offset: 0x1F3EB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfD', symObjAddr: 0x480, symBinAddr: 0x141CA4, symSize: 0x34 } + - { offsetInCU: 0x2F9, offset: 0x1F3EF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfE', symObjAddr: 0x470, symBinAddr: 0x141C94, symSize: 0x10 } + - { offsetInCU: 0x326, offset: 0x1F3F1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfETo', symObjAddr: 0x4B4, symBinAddr: 0x141CD8, symSize: 0x10 } + - { offsetInCU: 0x355, offset: 0x1F3F4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCMa', symObjAddr: 0x4C4, symBinAddr: 0x141CE8, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x1F4180, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x141D08, symSize: 0xC } + - { offsetInCU: 0x137, offset: 0x1F4259, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0xC, symBinAddr: 0x141D14, symSize: 0xC0 } + - { offsetInCU: 0x222, offset: 0x1F4344, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCC, symBinAddr: 0x141DD4, symSize: 0x8 } + - { offsetInCU: 0x242, offset: 0x1F4364, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCC, symBinAddr: 0x141DD4, symSize: 0x8 } + - { offsetInCU: 0x254, offset: 0x1F4376, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP7lineCapAA04LineF0OvgTW', symObjAddr: 0xD4, symBinAddr: 0x141DDC, symSize: 0x8 } + - { offsetInCU: 0x270, offset: 0x1F4392, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP8lineJoinAA04LineF0OvgTW', symObjAddr: 0xDC, symBinAddr: 0x141DE4, symSize: 0x8 } + - { offsetInCU: 0x29B, offset: 0x1F43BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0xE4, symBinAddr: 0x141DEC, symSize: 0x8 } + - { offsetInCU: 0x2BB, offset: 0x1F43DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0xE4, symBinAddr: 0x141DEC, symSize: 0x8 } + - { offsetInCU: 0x2DC, offset: 0x1F43FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0xEC, symBinAddr: 0x141DF4, symSize: 0x8 } + - { offsetInCU: 0x2FC, offset: 0x1F441E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0xEC, symBinAddr: 0x141DF4, symSize: 0x8 } + - { offsetInCU: 0x30E, offset: 0x1F4430, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xF4, symBinAddr: 0x141DFC, symSize: 0x48 } + - { offsetInCU: 0x333, offset: 0x1F4455, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x13C, symBinAddr: 0x141E44, symSize: 0x4A8 } + - { offsetInCU: 0x3BB, offset: 0x1F44DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x5E4, symBinAddr: 0x1422EC, symSize: 0x860 } + - { offsetInCU: 0x824, offset: 0x1F4946, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO8rawValueSSvg', symObjAddr: 0xE44, symBinAddr: 0x142B4C, symSize: 0x20 } + - { offsetInCU: 0x85D, offset: 0x1F497F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x11A0, symBinAddr: 0x142EA8, symSize: 0x20 } + - { offsetInCU: 0x88B, offset: 0x1F49AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x11A0, symBinAddr: 0x142EA8, symSize: 0x20 } + - { offsetInCU: 0x8DF, offset: 0x1F4A01, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x11E8, symBinAddr: 0x142EF0, symSize: 0x64 } + - { offsetInCU: 0x945, offset: 0x1F4A67, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x124C, symBinAddr: 0x142F54, symSize: 0x28 } + - { offsetInCU: 0x961, offset: 0x1F4A83, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1274, symBinAddr: 0x142F7C, symSize: 0x8 } + - { offsetInCU: 0x997, offset: 0x1F4AB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x127C, symBinAddr: 0x142F84, symSize: 0x68 } + - { offsetInCU: 0xA1C, offset: 0x1F4B3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x12E4, symBinAddr: 0x142FEC, symSize: 0xC } + - { offsetInCU: 0xA38, offset: 0x1F4B5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x12F0, symBinAddr: 0x142FF8, symSize: 0xC } + - { offsetInCU: 0xA56, offset: 0x1F4B78, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4name6hidden7opacity5color5width7lineCap0H4Join10miterLimit11dashPatternACSS_SbAA13KeyframeGroupCyAA0A8Vector1DVGANyAA0A5ColorVGAqA04LineI0OAA0sJ0OSdSayAA11DashElementCGSgtcfc', symObjAddr: 0xE64, symBinAddr: 0x142B6C, symSize: 0x34 } + - { offsetInCU: 0xAF4, offset: 0x1F4C16, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0xE98, symBinAddr: 0x142BA0, symSize: 0x308 } + - { offsetInCU: 0xB6E, offset: 0x1F4C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfD', symObjAddr: 0x1378, symBinAddr: 0x143080, symSize: 0x44 } + - { offsetInCU: 0xDD1, offset: 0x1F4EF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfE', symObjAddr: 0x134C, symBinAddr: 0x143054, symSize: 0x2C } + - { offsetInCU: 0xDFE, offset: 0x1F4F20, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCMa', symObjAddr: 0x13BC, symBinAddr: 0x1430C4, symSize: 0x20 } + - { offsetInCU: 0xE12, offset: 0x1F4F34, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs0C3KeyAAWl', symObjAddr: 0x1440, symBinAddr: 0x1430E4, symSize: 0x44 } + - { offsetInCU: 0xE26, offset: 0x1F4F48, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSEAAWl', symObjAddr: 0x15B4, symBinAddr: 0x14318C, symSize: 0x44 } + - { offsetInCU: 0xE3A, offset: 0x1F4F5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSEAAWl', symObjAddr: 0x15F8, symBinAddr: 0x1431D0, symSize: 0x44 } + - { offsetInCU: 0xE4E, offset: 0x1F4F70, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSeAAWl', symObjAddr: 0x1760, symBinAddr: 0x143290, symSize: 0x44 } + - { offsetInCU: 0xE62, offset: 0x1F4F84, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSeAAWl', symObjAddr: 0x17A4, symBinAddr: 0x1432D4, symSize: 0x44 } + - { offsetInCU: 0xE76, offset: 0x1F4F98, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwet', symObjAddr: 0x193C, symBinAddr: 0x143358, symSize: 0x90 } + - { offsetInCU: 0xE8A, offset: 0x1F4FAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwst', symObjAddr: 0x19CC, symBinAddr: 0x1433E8, symSize: 0xBC } + - { offsetInCU: 0xE9E, offset: 0x1F4FC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwug', symObjAddr: 0x1A88, symBinAddr: 0x1434A4, symSize: 0x8 } + - { offsetInCU: 0xEB2, offset: 0x1F4FD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwup', symObjAddr: 0x1A90, symBinAddr: 0x1434AC, symSize: 0x4 } + - { offsetInCU: 0xEC6, offset: 0x1F4FE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwui', symObjAddr: 0x1A94, symBinAddr: 0x1434B0, symSize: 0x8 } + - { offsetInCU: 0xEDA, offset: 0x1F4FFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOMa', symObjAddr: 0x1A9C, symBinAddr: 0x1434B8, symSize: 0x10 } + - { offsetInCU: 0xEEE, offset: 0x1F5010, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASQWb', symObjAddr: 0x1AAC, symBinAddr: 0x1434C8, symSize: 0x4 } + - { offsetInCU: 0xF02, offset: 0x1F5024, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFSQAAWl', symObjAddr: 0x1AB0, symBinAddr: 0x1434CC, symSize: 0x44 } + - { offsetInCU: 0xF16, offset: 0x1F5038, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1AF4, symBinAddr: 0x143510, symSize: 0x4 } + - { offsetInCU: 0xF2A, offset: 0x1F504C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1AF8, symBinAddr: 0x143514, symSize: 0x44 } + - { offsetInCU: 0xF3E, offset: 0x1F5060, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1B3C, symBinAddr: 0x143558, symSize: 0x4 } + - { offsetInCU: 0xF52, offset: 0x1F5074, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1B40, symBinAddr: 0x14355C, symSize: 0x44 } + - { offsetInCU: 0x1042, offset: 0x1F5164, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11C0, symBinAddr: 0x142EC8, symSize: 0xC } + - { offsetInCU: 0x107C, offset: 0x1F519E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x11CC, symBinAddr: 0x142ED4, symSize: 0xC } + - { offsetInCU: 0x109C, offset: 0x1F51BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x11CC, symBinAddr: 0x142ED4, symSize: 0xC } + - { offsetInCU: 0x10B0, offset: 0x1F51D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x11CC, symBinAddr: 0x142ED4, symSize: 0xC } + - { offsetInCU: 0x10C2, offset: 0x1F51E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x11D8, symBinAddr: 0x142EE0, symSize: 0x8 } + - { offsetInCU: 0x10DE, offset: 0x1F5200, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x11E0, symBinAddr: 0x142EE8, symSize: 0x8 } + - { offsetInCU: 0x10F9, offset: 0x1F521B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x12FC, symBinAddr: 0x143004, symSize: 0x28 } + - { offsetInCU: 0x1115, offset: 0x1F5237, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1324, symBinAddr: 0x14302C, symSize: 0x28 } + - { offsetInCU: 0x6C, offset: 0x1F549A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKF', symObjAddr: 0x0, symBinAddr: 0x1435A8, symSize: 0x7DC } + - { offsetInCU: 0x408, offset: 0x1F5836, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU0_', symObjAddr: 0x1244, symBinAddr: 0x1447A8, symSize: 0xD8 } + - { offsetInCU: 0x459, offset: 0x1F5887, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU1_', symObjAddr: 0x131C, symBinAddr: 0x144880, symSize: 0x1C0 } + - { offsetInCU: 0x72B, offset: 0x1F5B59, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF010$s6Lottie7b46C7extract_2to10bufferSize9skipCRC328progresss6j4VAA5k27V_10Foundation3URLVSiSbSo10l10CSgtKFyAM4N6VKcfU_SpySo7__sFILEVGTf1nnnncn_n', symObjAddr: 0x820, symBinAddr: 0x143D84, symSize: 0x548 } + - { offsetInCU: 0xB1B, offset: 0x1F5F49, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0xD78, symBinAddr: 0x1442DC, symSize: 0x4BC } + - { offsetInCU: 0xE74, offset: 0x1F62A2, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tgq5', symObjAddr: 0x14FC, symBinAddr: 0x144A60, symSize: 0x64 } + - { offsetInCU: 0xE97, offset: 0x1F62C5, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tgq5', symObjAddr: 0x1560, symBinAddr: 0x144AC4, symSize: 0x144 } + - { offsetInCU: 0xEFF, offset: 0x1F632D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0V15withUnsafeBytesyxxSWKXEKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6G15VAH_tFAHSWXEfU_AcHTf1cn_nTf4ngn_n', symObjAddr: 0x1818, symBinAddr: 0x144D3C, symSize: 0xD0 } + - { offsetInCU: 0xF5C, offset: 0x1F638A, size: 0x8, addend: 0x0, symName: '_$s10Foundation13__DataStorageC15withUnsafeBytes2in5applyxSnySiG_xSWKXEtKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6I15VAH_tFAHSWXEfU_AA0B0VAITf1ncn_nTf4nngn_n', symObjAddr: 0x18E8, symBinAddr: 0x144E0C, symSize: 0xC0 } + - { offsetInCU: 0xF9D, offset: 0x1F63CB, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTgq5Tf4gd_n', symObjAddr: 0x19A8, symBinAddr: 0x144ECC, symSize: 0xFC } + - { offsetInCU: 0x1006, offset: 0x1F6434, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU_TA', symObjAddr: 0x1AB4, symBinAddr: 0x144FD8, symSize: 0x18 } + - { offsetInCU: 0x1057, offset: 0x1F6485, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFs0D0ADWl', symObjAddr: 0x1BA8, symBinAddr: 0x144FF0, symSize: 0x44 } + - { offsetInCU: 0x106B, offset: 0x1F6499, size: 0x8, addend: 0x0, symName: '_$sSS_yptWOc', symObjAddr: 0x1BEC, symBinAddr: 0x145034, symSize: 0x48 } + - { offsetInCU: 0x27, offset: 0x1F6836, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x14507C, symSize: 0x1124 } + - { offsetInCU: 0x34D, offset: 0x1F6B5C, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x14507C, symSize: 0x1124 } + - { offsetInCU: 0x1466, offset: 0x1F7C75, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationFontProvider_pWOc', symObjAddr: 0x1124, symBinAddr: 0x1461A0, symSize: 0x44 } + - { offsetInCU: 0x27, offset: 0x1F7FFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x1461E4, symSize: 0x2C } + - { offsetInCU: 0x3F, offset: 0x1F8014, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x1461E4, symSize: 0x2C } + - { offsetInCU: 0x53, offset: 0x1F8028, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwxx', symObjAddr: 0x2C, symBinAddr: 0x146210, symSize: 0x8 } + - { offsetInCU: 0x67, offset: 0x1F803C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwcp', symObjAddr: 0x34, symBinAddr: 0x146218, symSize: 0x2C } + - { offsetInCU: 0x7B, offset: 0x1F8050, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwca', symObjAddr: 0x60, symBinAddr: 0x146244, symSize: 0x4C } + - { offsetInCU: 0x8F, offset: 0x1F8064, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwta', symObjAddr: 0xB8, symBinAddr: 0x146290, symSize: 0x3C } + - { offsetInCU: 0xA3, offset: 0x1F8078, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwet', symObjAddr: 0xF4, symBinAddr: 0x1462CC, symSize: 0x48 } + - { offsetInCU: 0xB7, offset: 0x1F808C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwst', symObjAddr: 0x13C, symBinAddr: 0x146314, symSize: 0x3C } + - { offsetInCU: 0xCB, offset: 0x1F80A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVMa', symObjAddr: 0x178, symBinAddr: 0x146350, symSize: 0x10 } + - { offsetInCU: 0x24F, offset: 0x1F8224, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathV4trim12fromPosition02toG06offset0E14SimultaneouslyAC12CoreGraphics7CGFloatV_A2KSbtF', symObjAddr: 0x188, symBinAddr: 0x146360, symSize: 0x814 } + - { offsetInCU: 0x2B, offset: 0x1F9133, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x146B74, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x1F9157, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvpZ', symObjAddr: 0x700, symBinAddr: 0x1F25E8, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x1F9171, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x146B74, symSize: 0x40 } + - { offsetInCU: 0xBE, offset: 0x1F91C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfC', symObjAddr: 0x40, symBinAddr: 0x146BB4, symSize: 0xB0 } + - { offsetInCU: 0x155, offset: 0x1F925D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfc', symObjAddr: 0xF0, symBinAddr: 0x146C64, symSize: 0xA0 } + - { offsetInCU: 0x24F, offset: 0x1F9357, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivg', symObjAddr: 0x2E0, symBinAddr: 0x146E14, symSize: 0x30 } + - { offsetInCU: 0x26C, offset: 0x1F9374, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivs', symObjAddr: 0x310, symBinAddr: 0x146E44, symSize: 0x58 } + - { offsetInCU: 0x30D, offset: 0x1F9415, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM', symObjAddr: 0x368, symBinAddr: 0x146E9C, symSize: 0x40 } + - { offsetInCU: 0x33C, offset: 0x1F9444, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM.resume.0', symObjAddr: 0x3A8, symBinAddr: 0x146EDC, symSize: 0x50 } + - { offsetInCU: 0x3B3, offset: 0x1F94BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC05clearC0yyF', symObjAddr: 0x3F8, symBinAddr: 0x146F2C, symSize: 0x84 } + - { offsetInCU: 0x440, offset: 0x1F9548, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF', symObjAddr: 0x47C, symBinAddr: 0x146FB0, symSize: 0x50 } + - { offsetInCU: 0x487, offset: 0x1F958F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF', symObjAddr: 0x4CC, symBinAddr: 0x147000, symSize: 0x5C } + - { offsetInCU: 0x4D8, offset: 0x1F95E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfd', symObjAddr: 0x528, symBinAddr: 0x14705C, symSize: 0x1C } + - { offsetInCU: 0x513, offset: 0x1F961B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfD', symObjAddr: 0x544, symBinAddr: 0x147078, symSize: 0x24 } + - { offsetInCU: 0x588, offset: 0x1F9690, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP4file6forKeyAA0bA4FileCSgSS_tFTW', symObjAddr: 0x568, symBinAddr: 0x14709C, symSize: 0x54 } + - { offsetInCU: 0x623, offset: 0x1F972B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP7setFile_6forKeyyAA0baF0C_SStFTW', symObjAddr: 0x5BC, symBinAddr: 0x1470F0, symSize: 0x60 } + - { offsetInCU: 0x688, offset: 0x1F9790, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP05clearC0yyFTW', symObjAddr: 0x61C, symBinAddr: 0x147150, symSize: 0x20 } + - { offsetInCU: 0x742, offset: 0x1F984A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0_WZ', symObjAddr: 0x190, symBinAddr: 0x146D04, symSize: 0xB4 } + - { offsetInCU: 0x7F5, offset: 0x1F98FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivpACTk', symObjAddr: 0x284, symBinAddr: 0x146DB8, symSize: 0x5C } + - { offsetInCU: 0x8D6, offset: 0x1F99DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCMa', symObjAddr: 0x684, symBinAddr: 0x1471B8, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1F9B9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x147234, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x1F9BB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x147234, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x1F9BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwxx', symObjAddr: 0x80, symBinAddr: 0x147264, symSize: 0xC } + - { offsetInCU: 0x67, offset: 0x1F9BDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwcp', symObjAddr: 0xD0, symBinAddr: 0x147270, symSize: 0x78 } + - { offsetInCU: 0x7B, offset: 0x1F9BEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwca', symObjAddr: 0x148, symBinAddr: 0x1472E8, symSize: 0xB8 } + - { offsetInCU: 0x8F, offset: 0x1F9C03, size: 0x8, addend: 0x0, symName: ___swift_memcpy100_8, symObjAddr: 0x200, symBinAddr: 0x1473A0, symSize: 0x2C } + - { offsetInCU: 0xA3, offset: 0x1F9C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwta', symObjAddr: 0x22C, symBinAddr: 0x1473CC, symSize: 0x78 } + - { offsetInCU: 0xB7, offset: 0x1F9C2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwet', symObjAddr: 0x2A4, symBinAddr: 0x147444, symSize: 0x54 } + - { offsetInCU: 0xCB, offset: 0x1F9C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwst', symObjAddr: 0x2F8, symBinAddr: 0x147498, symSize: 0x6C } + - { offsetInCU: 0xDF, offset: 0x1F9C53, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVMa', symObjAddr: 0x364, symBinAddr: 0x147504, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x1F9C67, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4gdd_n', symObjAddr: 0x374, symBinAddr: 0x147514, symSize: 0x128 } + - { offsetInCU: 0x148, offset: 0x1F9CBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4ndd_n', symObjAddr: 0x4AC, symBinAddr: 0x14764C, symSize: 0x214 } + - { offsetInCU: 0x1B6, offset: 0x1F9D2A, size: 0x8, addend: 0x0, symName: ___swift_memcpy20_8, symObjAddr: 0x6D0, symBinAddr: 0x147870, symSize: 0x14 } + - { offsetInCU: 0x1CA, offset: 0x1F9D3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwet', symObjAddr: 0x6E8, symBinAddr: 0x147884, symSize: 0x20 } + - { offsetInCU: 0x1DE, offset: 0x1F9D52, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwst', symObjAddr: 0x708, symBinAddr: 0x1478A4, symSize: 0x2C } + - { offsetInCU: 0x1F2, offset: 0x1F9D66, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVMa', symObjAddr: 0x734, symBinAddr: 0x1478D0, symSize: 0x10 } + - { offsetInCU: 0x206, offset: 0x1F9D7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x744, symBinAddr: 0x1478E0, symSize: 0x64 } + - { offsetInCU: 0x21A, offset: 0x1F9D8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwca', symObjAddr: 0x7A8, symBinAddr: 0x147944, symSize: 0x94 } + - { offsetInCU: 0x22E, offset: 0x1F9DA2, size: 0x8, addend: 0x0, symName: ___swift_memcpy80_8, symObjAddr: 0x83C, symBinAddr: 0x1479D8, symSize: 0x1C } + - { offsetInCU: 0x242, offset: 0x1F9DB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwta', symObjAddr: 0x858, symBinAddr: 0x1479F4, symSize: 0x60 } + - { offsetInCU: 0x256, offset: 0x1F9DCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwet', symObjAddr: 0x8B8, symBinAddr: 0x147A54, symSize: 0x54 } + - { offsetInCU: 0x26A, offset: 0x1F9DDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwst', symObjAddr: 0x90C, symBinAddr: 0x147AA8, symSize: 0x64 } + - { offsetInCU: 0x27E, offset: 0x1F9DF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVMa', symObjAddr: 0x970, symBinAddr: 0x147B0C, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1F9FA9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x147B24, symSize: 0x134 } + - { offsetInCU: 0x3F, offset: 0x1F9FC1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x147B24, symSize: 0x134 } + - { offsetInCU: 0x4F, offset: 0x1FA228, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x147C58, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1FA24D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x147CA0, symSize: 0x24C } + - { offsetInCU: 0xDC, offset: 0x1FA2B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x294, symBinAddr: 0x147EEC, symSize: 0x274 } + - { offsetInCU: 0x1E8, offset: 0x1FA3C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO8rawValueSSvg', symObjAddr: 0x508, symBinAddr: 0x148160, symSize: 0x20 } + - { offsetInCU: 0x20F, offset: 0x1FA3E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO11stringValueSSvg', symObjAddr: 0x6AC, symBinAddr: 0x148304, symSize: 0x20 } + - { offsetInCU: 0x250, offset: 0x1FA429, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x6F0, symBinAddr: 0x148348, symSize: 0x70 } + - { offsetInCU: 0x284, offset: 0x1FA45D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x760, symBinAddr: 0x1483B8, symSize: 0x28 } + - { offsetInCU: 0x2A0, offset: 0x1FA479, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x788, symBinAddr: 0x1483E0, symSize: 0x8 } + - { offsetInCU: 0x2D6, offset: 0x1FA4AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x790, symBinAddr: 0x1483E8, symSize: 0x74 } + - { offsetInCU: 0x321, offset: 0x1FA4FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x804, symBinAddr: 0x14845C, symSize: 0xC } + - { offsetInCU: 0x33D, offset: 0x1FA516, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x810, symBinAddr: 0x148468, symSize: 0xC } + - { offsetInCU: 0x35B, offset: 0x1FA534, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x528, symBinAddr: 0x148180, symSize: 0x184 } + - { offsetInCU: 0x3D5, offset: 0x1FA5AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfD', symObjAddr: 0x874, symBinAddr: 0x1484CC, symSize: 0x2C } + - { offsetInCU: 0x494, offset: 0x1FA66D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfE', symObjAddr: 0x86C, symBinAddr: 0x1484C4, symSize: 0x8 } + - { offsetInCU: 0x4EC, offset: 0x1FA6C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCMa', symObjAddr: 0x8A0, symBinAddr: 0x1484F8, symSize: 0x20 } + - { offsetInCU: 0x500, offset: 0x1FA6D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs0C3KeyAAWl', symObjAddr: 0x924, symBinAddr: 0x148518, symSize: 0x44 } + - { offsetInCU: 0x514, offset: 0x1FA6ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwet', symObjAddr: 0xC58, symBinAddr: 0x1485C4, symSize: 0x90 } + - { offsetInCU: 0x528, offset: 0x1FA701, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwst', symObjAddr: 0xCE8, symBinAddr: 0x148654, symSize: 0xBC } + - { offsetInCU: 0x53C, offset: 0x1FA715, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwug', symObjAddr: 0xDA4, symBinAddr: 0x148710, symSize: 0x8 } + - { offsetInCU: 0x550, offset: 0x1FA729, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwup', symObjAddr: 0xDAC, symBinAddr: 0x148718, symSize: 0x4 } + - { offsetInCU: 0x564, offset: 0x1FA73D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwui', symObjAddr: 0xDB0, symBinAddr: 0x14871C, symSize: 0xC } + - { offsetInCU: 0x578, offset: 0x1FA751, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOMa', symObjAddr: 0xDBC, symBinAddr: 0x148728, symSize: 0x10 } + - { offsetInCU: 0x58C, offset: 0x1FA765, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASQWb', symObjAddr: 0xDCC, symBinAddr: 0x148738, symSize: 0x4 } + - { offsetInCU: 0x5A0, offset: 0x1FA779, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFSQAAWl', symObjAddr: 0xDD0, symBinAddr: 0x14873C, symSize: 0x44 } + - { offsetInCU: 0x5B4, offset: 0x1FA78D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE14, symBinAddr: 0x148780, symSize: 0x4 } + - { offsetInCU: 0x5C8, offset: 0x1FA7A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE18, symBinAddr: 0x148784, symSize: 0x44 } + - { offsetInCU: 0x5DC, offset: 0x1FA7B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE5C, symBinAddr: 0x1487C8, symSize: 0x4 } + - { offsetInCU: 0x5F0, offset: 0x1FA7C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xE60, symBinAddr: 0x1487CC, symSize: 0x44 } + - { offsetInCU: 0x659, offset: 0x1FA832, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6CC, symBinAddr: 0x148324, symSize: 0xC } + - { offsetInCU: 0x675, offset: 0x1FA84E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x6D8, symBinAddr: 0x148330, symSize: 0x8 } + - { offsetInCU: 0x691, offset: 0x1FA86A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6E0, symBinAddr: 0x148338, symSize: 0x8 } + - { offsetInCU: 0x6AD, offset: 0x1FA886, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6E8, symBinAddr: 0x148340, symSize: 0x8 } + - { offsetInCU: 0x6D0, offset: 0x1FA8A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x81C, symBinAddr: 0x148474, symSize: 0x28 } + - { offsetInCU: 0x6EC, offset: 0x1FA8C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x844, symBinAddr: 0x14849C, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x1FAAAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6boundsSo6CGRectVvg', symObjAddr: 0x0, symBinAddr: 0x148810, symSize: 0x10 } + - { offsetInCU: 0x6C, offset: 0x1FAADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF', symObjAddr: 0x10, symBinAddr: 0x148820, symSize: 0x14 } + - { offsetInCU: 0x11E, offset: 0x1FAB8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF', symObjAddr: 0x24, symBinAddr: 0x148834, symSize: 0x2C } + - { offsetInCU: 0x1DD, offset: 0x1FAC4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF', symObjAddr: 0x50, symBinAddr: 0x148860, symSize: 0x14 } + - { offsetInCU: 0x21D, offset: 0x1FAC8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF', symObjAddr: 0x64, symBinAddr: 0x148874, symSize: 0x14 } + - { offsetInCU: 0x2C2, offset: 0x1FAD30, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x78, symBinAddr: 0x148888, symSize: 0xE0 } + - { offsetInCU: 0x3F7, offset: 0x1FAE65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x158, symBinAddr: 0x148968, symSize: 0xA8 } + - { offsetInCU: 0x486, offset: 0x1FAEF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x200, symBinAddr: 0x148A10, symSize: 0xA8 } + - { offsetInCU: 0x503, offset: 0x1FAF71, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ', symObjAddr: 0x2A8, symBinAddr: 0x148AB8, symSize: 0x4 } + - { offsetInCU: 0x51F, offset: 0x1FAF8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZSSyXEfu0_', symObjAddr: 0x4E0, symBinAddr: 0x148CF0, symSize: 0xD8 } + - { offsetInCU: 0x635, offset: 0x1FB0A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ', symObjAddr: 0x2AC, symBinAddr: 0x148ABC, symSize: 0x14 } + - { offsetInCU: 0x649, offset: 0x1FB0B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8durationSdvg', symObjAddr: 0x2C0, symBinAddr: 0x148AD0, symSize: 0x14 } + - { offsetInCU: 0x676, offset: 0x1FB0E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ', symObjAddr: 0x2D4, symBinAddr: 0x148AE4, symSize: 0x4 } + - { offsetInCU: 0x692, offset: 0x1FB100, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x5B8, symBinAddr: 0x148DC8, symSize: 0x154 } + - { offsetInCU: 0x7FC, offset: 0x1FB26A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ', symObjAddr: 0x2D8, symBinAddr: 0x148AE8, symSize: 0x1FC } + - { offsetInCU: 0x877, offset: 0x1FB2E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_', symObjAddr: 0xD44, symBinAddr: 0x149554, symSize: 0x538 } + - { offsetInCU: 0x9A8, offset: 0x1FB416, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_', symObjAddr: 0x127C, symBinAddr: 0x149A8C, symSize: 0x94 } + - { offsetInCU: 0xA1E, offset: 0x1FB48C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ', symObjAddr: 0x4D4, symBinAddr: 0x148CE4, symSize: 0x4 } + - { offsetInCU: 0xA3A, offset: 0x1FB4A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x70C, symBinAddr: 0x148F1C, symSize: 0x1C4 } + - { offsetInCU: 0xC22, offset: 0x1FB690, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg', symObjAddr: 0x4D8, symBinAddr: 0x148CE8, symSize: 0x8 } + - { offsetInCU: 0xD2A, offset: 0x1FB798, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ', symObjAddr: 0x8D0, symBinAddr: 0x1490E0, symSize: 0x6C } + - { offsetInCU: 0xE86, offset: 0x1FB8F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_', symObjAddr: 0xD00, symBinAddr: 0x149510, symSize: 0x44 } + - { offsetInCU: 0xEDF, offset: 0x1FB94D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTY0_', symObjAddr: 0x93C, symBinAddr: 0x14914C, symSize: 0x36C } + - { offsetInCU: 0x106C, offset: 0x1FBADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTQ1_', symObjAddr: 0xCA8, symBinAddr: 0x1494B8, symSize: 0x58 } + - { offsetInCU: 0x11AB, offset: 0x1FBC19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZTf4nnd_n', symObjAddr: 0x1310, symBinAddr: 0x149B20, symSize: 0x26C } + - { offsetInCU: 0x129F, offset: 0x1FBD0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x157C, symBinAddr: 0x149D8C, symSize: 0x358 } + - { offsetInCU: 0x1446, offset: 0x1FBEB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x18D4, symBinAddr: 0x14A0E4, symSize: 0x308 } + - { offsetInCU: 0x1598, offset: 0x1FC006, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1BE4, symBinAddr: 0x14A3F4, symSize: 0x10 } + - { offsetInCU: 0x15AC, offset: 0x1FC01A, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1BF4, symBinAddr: 0x14A404, symSize: 0x8 } + - { offsetInCU: 0x15C0, offset: 0x1FC02E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZTf4nnnd_n', symObjAddr: 0x1BFC, symBinAddr: 0x14A40C, symSize: 0x304 } + - { offsetInCU: 0x1743, offset: 0x1FC1B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_TA', symObjAddr: 0x1FA4, symBinAddr: 0x14A774, symSize: 0x40 } + - { offsetInCU: 0x1757, offset: 0x1FC1C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_TA', symObjAddr: 0x20E4, symBinAddr: 0x14A8B4, symSize: 0xC } + - { offsetInCU: 0x176B, offset: 0x1FC1D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x20F0, symBinAddr: 0x14A8C0, symSize: 0x8 } + - { offsetInCU: 0x177F, offset: 0x1FC1ED, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0x22F8, symBinAddr: 0x14A938, symSize: 0x4C } + - { offsetInCU: 0x1793, offset: 0x1FC201, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU1_TA', symObjAddr: 0x2388, symBinAddr: 0x14A984, symSize: 0x24 } + - { offsetInCU: 0x17C7, offset: 0x1FC235, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_TA', symObjAddr: 0x2448, symBinAddr: 0x14AA44, symSize: 0x4C } + - { offsetInCU: 0xF3, offset: 0x1FC752, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x14AADC, symSize: 0x598 } + - { offsetInCU: 0x22C, offset: 0x1FC88B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x598, symBinAddr: 0x14B074, symSize: 0x954 } + - { offsetInCU: 0x68B, offset: 0x1FCCEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0xEEC, symBinAddr: 0x14B9C8, symSize: 0x46C } + - { offsetInCU: 0x6CA, offset: 0x1FCD29, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1B84, symBinAddr: 0x14C5C8, symSize: 0x4C } + - { offsetInCU: 0x701, offset: 0x1FCD60, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueSSvg', symObjAddr: 0x1BD0, symBinAddr: 0x14C614, symSize: 0x20 } + - { offsetInCU: 0x73A, offset: 0x1FCD99, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1BF0, symBinAddr: 0x14C634, symSize: 0x20 } + - { offsetInCU: 0x768, offset: 0x1FCDC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1BF0, symBinAddr: 0x14C634, symSize: 0x20 } + - { offsetInCU: 0x7B1, offset: 0x1FCE10, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x1D94, symBinAddr: 0x14C7D8, symSize: 0x44 } + - { offsetInCU: 0x7F7, offset: 0x1FCE56, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1DD8, symBinAddr: 0x14C81C, symSize: 0x28 } + - { offsetInCU: 0x80B, offset: 0x1FCE6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1E00, symBinAddr: 0x14C844, symSize: 0x8 } + - { offsetInCU: 0x841, offset: 0x1FCEA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1E08, symBinAddr: 0x14C84C, symSize: 0x3C } + - { offsetInCU: 0x8A6, offset: 0x1FCF05, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1E44, symBinAddr: 0x14C888, symSize: 0xC } + - { offsetInCU: 0x8C2, offset: 0x1FCF21, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1E50, symBinAddr: 0x14C894, symSize: 0xC } + - { offsetInCU: 0x8DE, offset: 0x1FCF3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3884, symBinAddr: 0x14E04C, symSize: 0x50 } + - { offsetInCU: 0x929, offset: 0x1FCF88, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCfD', symObjAddr: 0x1EAC, symBinAddr: 0x14C8F0, symSize: 0x44 } + - { offsetInCU: 0x96C, offset: 0x1FCFCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1F10, symBinAddr: 0x14C954, symSize: 0x2C } + - { offsetInCU: 0x98F, offset: 0x1FCFEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1F3C, symBinAddr: 0x14C980, symSize: 0x28 } + - { offsetInCU: 0x9D9, offset: 0x1FD038, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x135C, symBinAddr: 0x14BE38, symSize: 0xD0 } + - { offsetInCU: 0xA2C, offset: 0x1FD08B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x1470, symBinAddr: 0x14BF08, symSize: 0x14 } + - { offsetInCU: 0xA49, offset: 0x1FD0A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x148C, symBinAddr: 0x14BF24, symSize: 0x8 } + - { offsetInCU: 0xA65, offset: 0x1FD0C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1494, symBinAddr: 0x14BF2C, symSize: 0x14 } + - { offsetInCU: 0xBA1, offset: 0x1FD200, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO13discriminator_WZ', symObjAddr: 0x1358, symBinAddr: 0x14BE34, symSize: 0x4 } + - { offsetInCU: 0xBC7, offset: 0x1FD226, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x14F4, symBinAddr: 0x14BF8C, symSize: 0x14 } + - { offsetInCU: 0xBF0, offset: 0x1FD24F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1508, symBinAddr: 0x14BFA0, symSize: 0x8 } + - { offsetInCU: 0xC19, offset: 0x1FD278, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueACSgSi_tcfC', symObjAddr: 0x15B8, symBinAddr: 0x14C050, symSize: 0x14 } + - { offsetInCU: 0xC42, offset: 0x1FD2A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueSivg', symObjAddr: 0x15CC, symBinAddr: 0x14C064, symSize: 0x8 } + - { offsetInCU: 0xC5D, offset: 0x1FD2BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x17DC, symBinAddr: 0x14C230, symSize: 0x8 } + - { offsetInCU: 0xC93, offset: 0x1FD2F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x17E4, symBinAddr: 0x14C238, symSize: 0xC } + - { offsetInCU: 0xCB3, offset: 0x1FD312, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x17E4, symBinAddr: 0x14C238, symSize: 0xC } + - { offsetInCU: 0xCC5, offset: 0x1FD324, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOAA11ClassFamilyAAWI', symObjAddr: 0x15D4, symBinAddr: 0x14C06C, symSize: 0x24 } + - { offsetInCU: 0xCD9, offset: 0x1FD338, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSHAASQWb', symObjAddr: 0x163C, symBinAddr: 0x14C090, symSize: 0x4 } + - { offsetInCU: 0xCED, offset: 0x1FD34C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSQAAWl', symObjAddr: 0x1640, symBinAddr: 0x14C094, symSize: 0x44 } + - { offsetInCU: 0xD01, offset: 0x1FD360, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSHAASQWb', symObjAddr: 0x1684, symBinAddr: 0x14C0D8, symSize: 0x4 } + - { offsetInCU: 0xD15, offset: 0x1FD374, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSQAAWl', symObjAddr: 0x1688, symBinAddr: 0x14C0DC, symSize: 0x44 } + - { offsetInCU: 0xD34, offset: 0x1FD393, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASQWb', symObjAddr: 0x16E0, symBinAddr: 0x14C134, symSize: 0x4 } + - { offsetInCU: 0xD48, offset: 0x1FD3A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSQAAWl', symObjAddr: 0x16E4, symBinAddr: 0x14C138, symSize: 0x44 } + - { offsetInCU: 0xD72, offset: 0x1FD3D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwet', symObjAddr: 0x18A8, symBinAddr: 0x14C2EC, symSize: 0x90 } + - { offsetInCU: 0xD86, offset: 0x1FD3E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwst', symObjAddr: 0x1938, symBinAddr: 0x14C37C, symSize: 0xBC } + - { offsetInCU: 0xD9A, offset: 0x1FD3F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwup', symObjAddr: 0x19F4, symBinAddr: 0x14C438, symSize: 0x4 } + - { offsetInCU: 0xDAE, offset: 0x1FD40D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOMa', symObjAddr: 0x19F8, symBinAddr: 0x14C43C, symSize: 0x10 } + - { offsetInCU: 0xDC2, offset: 0x1FD421, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwet', symObjAddr: 0x1A08, symBinAddr: 0x14C44C, symSize: 0x90 } + - { offsetInCU: 0xDD6, offset: 0x1FD435, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwst', symObjAddr: 0x1A98, symBinAddr: 0x14C4DC, symSize: 0xBC } + - { offsetInCU: 0xDEA, offset: 0x1FD449, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwup', symObjAddr: 0x1B54, symBinAddr: 0x14C598, symSize: 0x4 } + - { offsetInCU: 0xDFE, offset: 0x1FD45D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOMa', symObjAddr: 0x1B58, symBinAddr: 0x14C59C, symSize: 0x10 } + - { offsetInCU: 0xE12, offset: 0x1FD471, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOwup', symObjAddr: 0x1B70, symBinAddr: 0x14C5B4, symSize: 0x4 } + - { offsetInCU: 0xE26, offset: 0x1FD485, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOMa', symObjAddr: 0x1B74, symBinAddr: 0x14C5B8, symSize: 0x10 } + - { offsetInCU: 0xE5B, offset: 0x1FD4BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCMa', symObjAddr: 0x1EF0, symBinAddr: 0x14C934, symSize: 0x20 } + - { offsetInCU: 0xE6F, offset: 0x1FD4CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs0D3KeyAAWl', symObjAddr: 0x1FA4, symBinAddr: 0x14C9A8, symSize: 0x44 } + - { offsetInCU: 0xF6E, offset: 0x1FD5CD, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x202C, symBinAddr: 0x14C9EC, symSize: 0x2A0 } + - { offsetInCU: 0x106B, offset: 0x1FD6CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSeAAWl', symObjAddr: 0x22CC, symBinAddr: 0x14CC8C, symSize: 0x44 } + - { offsetInCU: 0x107F, offset: 0x1FD6DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSeAAWl', symObjAddr: 0x2354, symBinAddr: 0x14CCD0, symSize: 0x44 } + - { offsetInCU: 0x112D, offset: 0x1FD78C, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x2398, symBinAddr: 0x14CD14, symSize: 0x188 } + - { offsetInCU: 0x1427, offset: 0x1FDA86, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M5StyleCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x2520, symBinAddr: 0x14CE9C, symSize: 0x3C4 } + - { offsetInCU: 0x1744, offset: 0x1FDDA3, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M6EffectCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x28E4, symBinAddr: 0x14D260, symSize: 0x3C4 } + - { offsetInCU: 0x1981, offset: 0x1FDFE0, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOb', symObjAddr: 0x2CA8, symBinAddr: 0x14D624, symSize: 0x18 } + - { offsetInCU: 0x1995, offset: 0x1FDFF4, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOc', symObjAddr: 0x2CC0, symBinAddr: 0x14D63C, symSize: 0x44 } + - { offsetInCU: 0x1A95, offset: 0x1FE0F4, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_AC0N5ValueCAC0nZ4TypeOTg5Tf4dnnn_n', symObjAddr: 0x2DF8, symBinAddr: 0x14D680, symSize: 0x3E4 } + - { offsetInCU: 0x1CC2, offset: 0x1FE321, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSeAAWl', symObjAddr: 0x31DC, symBinAddr: 0x14DA64, symSize: 0x44 } + - { offsetInCU: 0x1CD6, offset: 0x1FE335, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSEAAWl', symObjAddr: 0x3220, symBinAddr: 0x14DAA8, symSize: 0x44 } + - { offsetInCU: 0x1CEA, offset: 0x1FE349, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSEAAWl', symObjAddr: 0x32A8, symBinAddr: 0x14DAEC, symSize: 0x44 } + - { offsetInCU: 0x1CFE, offset: 0x1FE35D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSEAAWl', symObjAddr: 0x3370, symBinAddr: 0x14DBB4, symSize: 0x44 } + - { offsetInCU: 0x1D12, offset: 0x1FE371, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerStyleCGSayxGSEsSERzlWl', symObjAddr: 0x33B4, symBinAddr: 0x14DBF8, symSize: 0x7C } + - { offsetInCU: 0x1D26, offset: 0x1FE385, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11LayerEffectCGSayxGSEsSERzlWl', symObjAddr: 0x3430, symBinAddr: 0x14DC74, symSize: 0x7C } + - { offsetInCU: 0x1D3A, offset: 0x1FE399, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSYAAWl', symObjAddr: 0x34EC, symBinAddr: 0x14DD30, symSize: 0x44 } + - { offsetInCU: 0x1D4E, offset: 0x1FE3AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSYAAWl', symObjAddr: 0x3530, symBinAddr: 0x14DD74, symSize: 0x44 } + - { offsetInCU: 0x1D62, offset: 0x1FE3C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSYAAWl', symObjAddr: 0x3574, symBinAddr: 0x14DDB8, symSize: 0x44 } + - { offsetInCU: 0x1D76, offset: 0x1FE3D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwug', symObjAddr: 0x3788, symBinAddr: 0x14DF50, symSize: 0x8 } + - { offsetInCU: 0x1D8A, offset: 0x1FE3E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwup', symObjAddr: 0x3790, symBinAddr: 0x14DF58, symSize: 0x4 } + - { offsetInCU: 0x1D9E, offset: 0x1FE3FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwui', symObjAddr: 0x3794, symBinAddr: 0x14DF5C, symSize: 0x8 } + - { offsetInCU: 0x1DB2, offset: 0x1FE411, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOMa', symObjAddr: 0x379C, symBinAddr: 0x14DF64, symSize: 0x10 } + - { offsetInCU: 0x1DC6, offset: 0x1FE425, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASQWb', symObjAddr: 0x37AC, symBinAddr: 0x14DF74, symSize: 0x4 } + - { offsetInCU: 0x1DDA, offset: 0x1FE439, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFSQAAWl', symObjAddr: 0x37B0, symBinAddr: 0x14DF78, symSize: 0x44 } + - { offsetInCU: 0x1DEE, offset: 0x1FE44D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x37F4, symBinAddr: 0x14DFBC, symSize: 0x4 } + - { offsetInCU: 0x1E02, offset: 0x1FE461, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x37F8, symBinAddr: 0x14DFC0, symSize: 0x44 } + - { offsetInCU: 0x1E16, offset: 0x1FE475, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x383C, symBinAddr: 0x14E004, symSize: 0x4 } + - { offsetInCU: 0x1E2A, offset: 0x1FE489, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3840, symBinAddr: 0x14E008, symSize: 0x44 } + - { offsetInCU: 0x1F2C, offset: 0x1FE58B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x14A8, symBinAddr: 0x14BF40, symSize: 0x4C } + - { offsetInCU: 0x1F4F, offset: 0x1FE5AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1510, symBinAddr: 0x14BFA8, symSize: 0x5C } + - { offsetInCU: 0x1F72, offset: 0x1FE5D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x156C, symBinAddr: 0x14C004, symSize: 0x4C } + - { offsetInCU: 0x1FA4, offset: 0x1FE603, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x16CC, symBinAddr: 0x14C120, symSize: 0x14 } + - { offsetInCU: 0x1FF9, offset: 0x1FE658, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1770, symBinAddr: 0x14C1C4, symSize: 0x28 } + - { offsetInCU: 0x2054, offset: 0x1FE6B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x17F0, symBinAddr: 0x14C244, symSize: 0x5C } + - { offsetInCU: 0x2077, offset: 0x1FE6D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x184C, symBinAddr: 0x14C2A0, symSize: 0x4C } + - { offsetInCU: 0x20B8, offset: 0x1FE717, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C10, symBinAddr: 0x14C654, symSize: 0x88 } + - { offsetInCU: 0x2167, offset: 0x1FE7C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH9hashValueSivgTW', symObjAddr: 0x1C98, symBinAddr: 0x14C6DC, symSize: 0x60 } + - { offsetInCU: 0x21E5, offset: 0x1FE844, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1CF8, symBinAddr: 0x14C73C, symSize: 0x40 } + - { offsetInCU: 0x2237, offset: 0x1FE896, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D38, symBinAddr: 0x14C77C, symSize: 0x5C } + - { offsetInCU: 0x229A, offset: 0x1FE8F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1E5C, symBinAddr: 0x14C8A0, symSize: 0x28 } + - { offsetInCU: 0x22B6, offset: 0x1FE915, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1E84, symBinAddr: 0x14C8C8, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x1FECDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x14E0DC, symSize: 0x13C } + - { offsetInCU: 0x87, offset: 0x1FED3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x14E0DC, symSize: 0x13C } + - { offsetInCU: 0x459, offset: 0x1FF10C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV04trimB002toC08atLength05curveG010maxSamples8accuracyAC5start_AC0D5PointAC3endtAC_12CoreGraphics7CGFloatVAOSiAOtF', symObjAddr: 0x13C, symBinAddr: 0x14E218, symSize: 0x304 } + - { offsetInCU: 0xD15, offset: 0x1FF9C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV05splitB002toC08positionAC5start_AC9trimPointAC3endtAC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x440, symBinAddr: 0x14E51C, symSize: 0x188 } + - { offsetInCU: 0x1528, offset: 0x2001DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwCP', symObjAddr: 0x5C8, symBinAddr: 0x14E6A4, symSize: 0x30 } + - { offsetInCU: 0x153C, offset: 0x2001EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwet', symObjAddr: 0x610, symBinAddr: 0x14E6D4, symSize: 0x20 } + - { offsetInCU: 0x1550, offset: 0x200203, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwst', symObjAddr: 0x630, symBinAddr: 0x14E6F4, symSize: 0x38 } + - { offsetInCU: 0x1564, offset: 0x200217, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVMa', symObjAddr: 0x668, symBinAddr: 0x14E72C, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x20045E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x14E73C, symSize: 0x24 } + - { offsetInCU: 0x9F, offset: 0x2004D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0xEC, symBinAddr: 0x14E828, symSize: 0x4C } + - { offsetInCU: 0xC8, offset: 0x2004FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x138, symBinAddr: 0x14E874, symSize: 0x18 } + - { offsetInCU: 0x107, offset: 0x20053A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x150, symBinAddr: 0x14E88C, symSize: 0x28 } + - { offsetInCU: 0x13F, offset: 0x200572, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xE44, symBinAddr: 0x14F52C, symSize: 0x100 } + - { offsetInCU: 0x1B4, offset: 0x2005E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO13discriminator_WZ', symObjAddr: 0x1C4, symBinAddr: 0x14E900, symSize: 0x4 } + - { offsetInCU: 0x1DA, offset: 0x20060D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1C8, symBinAddr: 0x14E904, symSize: 0x4C } + - { offsetInCU: 0x1FF, offset: 0x200632, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x214, symBinAddr: 0x14E950, symSize: 0x188 } + - { offsetInCU: 0x26D, offset: 0x2006A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO03rawC0SSvg', symObjAddr: 0x39C, symBinAddr: 0x14EAD8, symSize: 0x18 } + - { offsetInCU: 0x294, offset: 0x2006C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO06stringC0SSvg', symObjAddr: 0x3B4, symBinAddr: 0x14EAF0, symSize: 0x18 } + - { offsetInCU: 0x2D5, offset: 0x200708, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0x3F0, symBinAddr: 0x14EB2C, symSize: 0x70 } + - { offsetInCU: 0x309, offset: 0x20073C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x460, symBinAddr: 0x14EB9C, symSize: 0x28 } + - { offsetInCU: 0x325, offset: 0x200758, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0SSvgTW', symObjAddr: 0x488, symBinAddr: 0x14EBC4, symSize: 0x8 } + - { offsetInCU: 0x35B, offset: 0x20078E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0xSgSS_tcfCTW', symObjAddr: 0x490, symBinAddr: 0x14EBCC, symSize: 0x74 } + - { offsetInCU: 0x3A6, offset: 0x2007D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0SiSgvgTW', symObjAddr: 0x504, symBinAddr: 0x14EC40, symSize: 0xC } + - { offsetInCU: 0x3C2, offset: 0x2007F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0xSgSi_tcfCTW', symObjAddr: 0x510, symBinAddr: 0x14EC4C, symSize: 0xC } + - { offsetInCU: 0x3FE, offset: 0x200831, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCfD', symObjAddr: 0x56C, symBinAddr: 0x14ECA8, symSize: 0x24 } + - { offsetInCU: 0x449, offset: 0x20087C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5B0, symBinAddr: 0x14ECEC, symSize: 0x12C } + - { offsetInCU: 0x488, offset: 0x2008BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x8A4, symBinAddr: 0x14EFD0, symSize: 0x2C } + - { offsetInCU: 0x4AB, offset: 0x2008DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x8D0, symBinAddr: 0x14EFFC, symSize: 0x28 } + - { offsetInCU: 0x51A, offset: 0x20094D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10dictionaryACSDySSypG_tKcfcTf4gn_n', symObjAddr: 0xB04, symBinAddr: 0x14F1EC, symSize: 0x1B8 } + - { offsetInCU: 0x635, offset: 0x200A68, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCMa', symObjAddr: 0x590, symBinAddr: 0x14ECCC, symSize: 0x20 } + - { offsetInCU: 0x649, offset: 0x200A7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwet', symObjAddr: 0x6EC, symBinAddr: 0x14EE18, symSize: 0x90 } + - { offsetInCU: 0x65D, offset: 0x200A90, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwst', symObjAddr: 0x77C, symBinAddr: 0x14EEA8, symSize: 0xBC } + - { offsetInCU: 0x671, offset: 0x200AA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwug', symObjAddr: 0x838, symBinAddr: 0x14EF64, symSize: 0x8 } + - { offsetInCU: 0x685, offset: 0x200AB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwup', symObjAddr: 0x840, symBinAddr: 0x14EF6C, symSize: 0x4 } + - { offsetInCU: 0x699, offset: 0x200ACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwui', symObjAddr: 0x844, symBinAddr: 0x14EF70, symSize: 0x8 } + - { offsetInCU: 0x6AD, offset: 0x200AE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOMa', symObjAddr: 0x84C, symBinAddr: 0x14EF78, symSize: 0x10 } + - { offsetInCU: 0x6C1, offset: 0x200AF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASQWb', symObjAddr: 0x85C, symBinAddr: 0x14EF88, symSize: 0x4 } + - { offsetInCU: 0x6D5, offset: 0x200B08, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSQAAWl', symObjAddr: 0x860, symBinAddr: 0x14EF8C, symSize: 0x44 } + - { offsetInCU: 0x6E9, offset: 0x200B1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOAA11ClassFamilyAAWI', symObjAddr: 0x8F8, symBinAddr: 0x14F024, symSize: 0x24 } + - { offsetInCU: 0x728, offset: 0x200B5B, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x960, symBinAddr: 0x14F048, symSize: 0x1A4 } + - { offsetInCU: 0x8C9, offset: 0x200CFC, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xCBC, symBinAddr: 0x14F3A4, symSize: 0x188 } + - { offsetInCU: 0xAE3, offset: 0x200F16, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSYAAWl', symObjAddr: 0xF88, symBinAddr: 0x14F62C, symSize: 0x44 } + - { offsetInCU: 0xAF7, offset: 0x200F2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs0D3KeyAAWl', symObjAddr: 0x100C, symBinAddr: 0x14F670, symSize: 0x44 } + - { offsetInCU: 0xB0B, offset: 0x200F3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSEAAWl', symObjAddr: 0x1050, symBinAddr: 0x14F6B4, symSize: 0x44 } + - { offsetInCU: 0xB1F, offset: 0x200F52, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwet', symObjAddr: 0x1110, symBinAddr: 0x14F6F8, symSize: 0x90 } + - { offsetInCU: 0xB33, offset: 0x200F66, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwst', symObjAddr: 0x11A0, symBinAddr: 0x14F788, symSize: 0xBC } + - { offsetInCU: 0xB47, offset: 0x200F7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwug', symObjAddr: 0x125C, symBinAddr: 0x14F844, symSize: 0x8 } + - { offsetInCU: 0xB5B, offset: 0x200F8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwup', symObjAddr: 0x1264, symBinAddr: 0x14F84C, symSize: 0x4 } + - { offsetInCU: 0xB6F, offset: 0x200FA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwui', symObjAddr: 0x1268, symBinAddr: 0x14F850, symSize: 0xC } + - { offsetInCU: 0xB83, offset: 0x200FB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOMa', symObjAddr: 0x1274, symBinAddr: 0x14F85C, symSize: 0x10 } + - { offsetInCU: 0xB97, offset: 0x200FCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASQWb', symObjAddr: 0x1284, symBinAddr: 0x14F86C, symSize: 0x4 } + - { offsetInCU: 0xBAB, offset: 0x200FDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFSQAAWl', symObjAddr: 0x1288, symBinAddr: 0x14F870, symSize: 0x44 } + - { offsetInCU: 0xBBF, offset: 0x200FF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x12CC, symBinAddr: 0x14F8B4, symSize: 0x4 } + - { offsetInCU: 0xBD3, offset: 0x201006, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x12D0, symBinAddr: 0x14F8B8, symSize: 0x44 } + - { offsetInCU: 0xBE7, offset: 0x20101A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1314, symBinAddr: 0x14F8FC, symSize: 0x4 } + - { offsetInCU: 0xBFB, offset: 0x20102E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1318, symBinAddr: 0x14F900, symSize: 0x44 } + - { offsetInCU: 0xC2F, offset: 0x201062, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x14E73C, symSize: 0x24 } + - { offsetInCU: 0xCD1, offset: 0x201104, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH04hashC0SivgTW', symObjAddr: 0x24, symBinAddr: 0x14E760, symSize: 0x4C } + - { offsetInCU: 0xDA9, offset: 0x2011DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x70, symBinAddr: 0x14E7AC, symSize: 0x34 } + - { offsetInCU: 0xE25, offset: 0x201258, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0xA4, symBinAddr: 0x14E7E0, symSize: 0x48 } + - { offsetInCU: 0xED2, offset: 0x201305, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x178, symBinAddr: 0x14E8B4, symSize: 0x4C } + - { offsetInCU: 0xEF5, offset: 0x201328, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3CC, symBinAddr: 0x14EB08, symSize: 0xC } + - { offsetInCU: 0xF11, offset: 0x201344, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH04hashC0SivgTW', symObjAddr: 0x3D8, symBinAddr: 0x14EB14, symSize: 0x8 } + - { offsetInCU: 0xF2D, offset: 0x201360, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3E0, symBinAddr: 0x14EB1C, symSize: 0x8 } + - { offsetInCU: 0xF49, offset: 0x20137C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0x3E8, symBinAddr: 0x14EB24, symSize: 0x8 } + - { offsetInCU: 0xF6C, offset: 0x20139F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x51C, symBinAddr: 0x14EC58, symSize: 0x28 } + - { offsetInCU: 0xF88, offset: 0x2013BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x544, symBinAddr: 0x14EC80, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x201688, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE30createParentDirectoryStructure3fory10Foundation3URLV_tKF', symObjAddr: 0x0, symBinAddr: 0x14F944, symSize: 0x144 } + - { offsetInCU: 0xAA, offset: 0x2016F3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DateV6LottieE8dateTimeACs6UInt16V_AGt_tcfC', symObjAddr: 0x144, symBinAddr: 0x14FA88, symSize: 0x9C } + - { offsetInCU: 0x236, offset: 0x20187F, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x1E0, symBinAddr: 0x14FB24, symSize: 0x68 } + - { offsetInCU: 0x33D, offset: 0x201986, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x248, symBinAddr: 0x14FB8C, symSize: 0xF4 } + - { offsetInCU: 0x6AB, offset: 0x201CF4, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nnncn_n', symObjAddr: 0x33C, symBinAddr: 0x14FC80, symSize: 0x958 } + - { offsetInCU: 0xA77, offset: 0x2020C0, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6i114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5J10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xC94, symBinAddr: 0x1505D8, symSize: 0x330 } + - { offsetInCU: 0xC3D, offset: 0x202286, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xFC4, symBinAddr: 0x150908, symSize: 0x294 } + - { offsetInCU: 0xE2A, offset: 0x202473, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0x1258, symBinAddr: 0x150B9C, symSize: 0x154 } + - { offsetInCU: 0xF90, offset: 0x2025D9, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6g114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5H10V_ATtXEfU_Tf1nnnnc_n', symObjAddr: 0x13AC, symBinAddr: 0x150CF0, symSize: 0x444 } + - { offsetInCU: 0x1004, offset: 0x20264D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSnySiG_Tgq5', symObjAddr: 0x17F0, symBinAddr: 0x151134, symSize: 0x14 } + - { offsetInCU: 0x103D, offset: 0x202686, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tgq5', symObjAddr: 0x1804, symBinAddr: 0x151148, symSize: 0xFC } + - { offsetInCU: 0x10CF, offset: 0x202718, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie5EntryV_Tg5', symObjAddr: 0x1900, symBinAddr: 0x151244, symSize: 0x14 } + - { offsetInCU: 0x10FC, offset: 0x202745, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE11permissions3for6osType05entryG0s6UInt16Vs6UInt32V_AC5EntryV6OSTypeOAM0kG0OtFZTf4nnnd_n', symObjAddr: 0x1914, symBinAddr: 0x151258, symSize: 0x70 } + - { offsetInCU: 0x124A, offset: 0x202893, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE10attributes4fromSDySo0A12AttributeKeyaypGAC5EntryV_tFZTf4nd_n', symObjAddr: 0x1984, symBinAddr: 0x1512C8, symSize: 0x2BC } + - { offsetInCU: 0x16FF, offset: 0x202D48, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFTf4nnnnnd_n', symObjAddr: 0x1C40, symBinAddr: 0x151584, symSize: 0xDFC } + - { offsetInCU: 0x1DA7, offset: 0x2033F0, size: 0x8, addend: 0x0, symName: '_$s10Foundation10CocoaErrorVAcA21_BridgedStoredNSErrorAAWl', symObjAddr: 0x2A7C, symBinAddr: 0x152380, symSize: 0x48 } + - { offsetInCU: 0x1DBB, offset: 0x203404, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOc', symObjAddr: 0x2AC4, symBinAddr: 0x1523C8, symSize: 0x48 } + - { offsetInCU: 0x1DCF, offset: 0x203418, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOr', symObjAddr: 0x2B50, symBinAddr: 0x152410, symSize: 0x100 } + - { offsetInCU: 0x1DE3, offset: 0x20342C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOs', symObjAddr: 0x2CC8, symBinAddr: 0x152510, symSize: 0x100 } + - { offsetInCU: 0x1DF7, offset: 0x203440, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOh', symObjAddr: 0x2E34, symBinAddr: 0x152610, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x2039DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1526A4, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x203A03, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x1526EC, symSize: 0x1DC } + - { offsetInCU: 0xDC, offset: 0x203A6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x224, symBinAddr: 0x1528C8, symSize: 0xE0 } + - { offsetInCU: 0x17B, offset: 0x203B0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x304, symBinAddr: 0x1529A8, symSize: 0x140 } + - { offsetInCU: 0x1FE, offset: 0x203B8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x454, symBinAddr: 0x152AF8, symSize: 0x64 } + - { offsetInCU: 0x241, offset: 0x203BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B8, symBinAddr: 0x152B5C, symSize: 0x24 } + - { offsetInCU: 0x281, offset: 0x203C10, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4DC, symBinAddr: 0x152B80, symSize: 0x4 } + - { offsetInCU: 0x2A1, offset: 0x203C30, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4DC, symBinAddr: 0x152B80, symSize: 0x4 } + - { offsetInCU: 0x2CC, offset: 0x203C5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x152B84, symSize: 0x68 } + - { offsetInCU: 0x317, offset: 0x203CA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x548, symBinAddr: 0x152BEC, symSize: 0xC } + - { offsetInCU: 0x333, offset: 0x203CC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x554, symBinAddr: 0x152BF8, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x203CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO03rawD0SSvgTf4d_n', symObjAddr: 0x864, symBinAddr: 0x152D74, symSize: 0xC } + - { offsetInCU: 0x38B, offset: 0x203D1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfD', symObjAddr: 0x5B8, symBinAddr: 0x152C5C, symSize: 0x2C } + - { offsetInCU: 0x45A, offset: 0x203DE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfE', symObjAddr: 0x5B0, symBinAddr: 0x152C54, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x203E16, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCMa', symObjAddr: 0x5E4, symBinAddr: 0x152C88, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x203E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs0E3KeyAAWl', symObjAddr: 0x668, symBinAddr: 0x152CA8, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x203E3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwet', symObjAddr: 0x878, symBinAddr: 0x152D80, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x203E52, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwst', symObjAddr: 0x8C8, symBinAddr: 0x152DD0, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x203E66, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwug', symObjAddr: 0x954, symBinAddr: 0x152E5C, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x203E7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwup', symObjAddr: 0x95C, symBinAddr: 0x152E64, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x203E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwui', symObjAddr: 0x960, symBinAddr: 0x152E68, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x203EA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOMa', symObjAddr: 0x964, symBinAddr: 0x152E6C, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x203EB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASQWb', symObjAddr: 0x974, symBinAddr: 0x152E7C, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x203ECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFSQAAWl', symObjAddr: 0x978, symBinAddr: 0x152E80, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x203EDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x9BC, symBinAddr: 0x152EC4, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x203EF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x9C0, symBinAddr: 0x152EC8, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x203F06, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA04, symBinAddr: 0x152F0C, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x203F1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA08, symBinAddr: 0x152F10, symSize: 0x44 } + - { offsetInCU: 0x5C6, offset: 0x203F55, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x444, symBinAddr: 0x152AE8, symSize: 0x4 } + - { offsetInCU: 0x5E6, offset: 0x203F75, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x444, symBinAddr: 0x152AE8, symSize: 0x4 } + - { offsetInCU: 0x606, offset: 0x203F95, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x448, symBinAddr: 0x152AEC, symSize: 0x4 } + - { offsetInCU: 0x626, offset: 0x203FB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x448, symBinAddr: 0x152AEC, symSize: 0x4 } + - { offsetInCU: 0x646, offset: 0x203FD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x44C, symBinAddr: 0x152AF0, symSize: 0x4 } + - { offsetInCU: 0x666, offset: 0x203FF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x44C, symBinAddr: 0x152AF0, symSize: 0x4 } + - { offsetInCU: 0x686, offset: 0x204015, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x450, symBinAddr: 0x152AF4, symSize: 0x4 } + - { offsetInCU: 0x6A6, offset: 0x204035, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x450, symBinAddr: 0x152AF4, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x20404D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0x152C04, symSize: 0x28 } + - { offsetInCU: 0x6DA, offset: 0x204069, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x588, symBinAddr: 0x152C2C, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x20424A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x152F54, symSize: 0x58 } + - { offsetInCU: 0x75, offset: 0x204298, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x152F54, symSize: 0x58 } + - { offsetInCU: 0xBC, offset: 0x2042DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0x152FAC, symSize: 0xFC } + - { offsetInCU: 0x11E, offset: 0x204341, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x154, symBinAddr: 0x1530A8, symSize: 0x4C } + - { offsetInCU: 0x13A, offset: 0x20435D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCfD', symObjAddr: 0x1A0, symBinAddr: 0x1530F4, symSize: 0x34 } + - { offsetInCU: 0x168, offset: 0x20438B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCMa', symObjAddr: 0x1D4, symBinAddr: 0x153128, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x204558, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x153148, symSize: 0x7C } + - { offsetInCU: 0x92, offset: 0x20458C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc', symObjAddr: 0x7C, symBinAddr: 0x1531C4, symSize: 0x4C } + - { offsetInCU: 0xB5, offset: 0x2045AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfC', symObjAddr: 0xC8, symBinAddr: 0x153210, symSize: 0x60 } + - { offsetInCU: 0xE9, offset: 0x2045E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc', symObjAddr: 0x128, symBinAddr: 0x153270, symSize: 0x44 } + - { offsetInCU: 0xFD, offset: 0x2045F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg', symObjAddr: 0x16C, symBinAddr: 0x1532B4, symSize: 0x34 } + - { offsetInCU: 0x12A, offset: 0x204624, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs', symObjAddr: 0x1A0, symBinAddr: 0x1532E8, symSize: 0x24 } + - { offsetInCU: 0x146, offset: 0x204640, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM', symObjAddr: 0x1C4, symBinAddr: 0x15330C, symSize: 0x40 } + - { offsetInCU: 0x1C0, offset: 0x2046BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM.resume.0', symObjAddr: 0x204, symBinAddr: 0x15334C, symSize: 0x94 } + - { offsetInCU: 0x22F, offset: 0x204729, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvg', symObjAddr: 0x298, symBinAddr: 0x1533E0, symSize: 0x34 } + - { offsetInCU: 0x25C, offset: 0x204756, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvs', symObjAddr: 0x308, symBinAddr: 0x153450, symSize: 0x24 } + - { offsetInCU: 0x278, offset: 0x204772, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM', symObjAddr: 0x32C, symBinAddr: 0x153474, symSize: 0x40 } + - { offsetInCU: 0x2C5, offset: 0x2047BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM.resume.0', symObjAddr: 0x36C, symBinAddr: 0x1534B4, symSize: 0x90 } + - { offsetInCU: 0x334, offset: 0x20482E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9valueTypeypXpvg', symObjAddr: 0x3FC, symBinAddr: 0x153544, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x204849, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg', symObjAddr: 0x408, symBinAddr: 0x153550, symSize: 0xB0 } + - { offsetInCU: 0x39C, offset: 0x204896, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x4B8, symBinAddr: 0x153600, symSize: 0x14 } + - { offsetInCU: 0x3BB, offset: 0x2048B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_Tf4nnn_g', symObjAddr: 0x10F8, symBinAddr: 0x154188, symSize: 0xB4 } + - { offsetInCU: 0x44A, offset: 0x204944, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x4F4, symBinAddr: 0x15363C, symSize: 0x28 } + - { offsetInCU: 0x46D, offset: 0x204967, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfd', symObjAddr: 0x51C, symBinAddr: 0x153664, symSize: 0x44 } + - { offsetInCU: 0x4A8, offset: 0x2049A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfD', symObjAddr: 0x560, symBinAddr: 0x1536A8, symSize: 0x4C } + - { offsetInCU: 0x4EB, offset: 0x2049E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x5AC, symBinAddr: 0x1536F4, symSize: 0x20 } + - { offsetInCU: 0x525, offset: 0x204A1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5CC, symBinAddr: 0x153714, symSize: 0xC } + - { offsetInCU: 0x545, offset: 0x204A3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5CC, symBinAddr: 0x153714, symSize: 0xC } + - { offsetInCU: 0x581, offset: 0x204A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x5D8, symBinAddr: 0x153720, symSize: 0x24 } + - { offsetInCU: 0x5B6, offset: 0x204AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfcTf4ggn_n', symObjAddr: 0x61C, symBinAddr: 0x153764, symSize: 0x180 } + - { offsetInCU: 0x612, offset: 0x204B0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5value33_20EE40CC71F69DE358C26FA8AA04C199LL4from9locationsSaySdGSayAA0A5ColorVG_AHtFTf4nnd_n', symObjAddr: 0x79C, symBinAddr: 0x1538E4, symSize: 0x340 } + - { offsetInCU: 0xCE1, offset: 0x2051DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfcTf4ggn_n', symObjAddr: 0xADC, symBinAddr: 0x153C24, symSize: 0x1FC } + - { offsetInCU: 0xDD8, offset: 0x2052D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvsTf4gn_n', symObjAddr: 0xCD8, symBinAddr: 0x153E20, symSize: 0xC0 } + - { offsetInCU: 0xE57, offset: 0x205351, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvsTf4gn_n', symObjAddr: 0xD98, symBinAddr: 0x153EE0, symSize: 0xBC } + - { offsetInCU: 0xED7, offset: 0x2053D1, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TR', symObjAddr: 0x4CC, symBinAddr: 0x153614, symSize: 0x28 } + - { offsetInCU: 0xEEB, offset: 0x2053E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x5FC, symBinAddr: 0x153744, symSize: 0xC } + - { offsetInCU: 0xF50, offset: 0x20544A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x608, symBinAddr: 0x153750, symSize: 0x14 } + - { offsetInCU: 0x1090, offset: 0x20558A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOy', symObjAddr: 0xE94, symBinAddr: 0x153F9C, symSize: 0x10 } + - { offsetInCU: 0x10A4, offset: 0x20559E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0xED0, symBinAddr: 0x153FD8, symSize: 0x1C } + - { offsetInCU: 0x10D8, offset: 0x2055D2, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0xF10, symBinAddr: 0x154018, symSize: 0x28 } + - { offsetInCU: 0x1101, offset: 0x2055FB, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOe', symObjAddr: 0xF38, symBinAddr: 0x154040, symSize: 0x10 } + - { offsetInCU: 0x1115, offset: 0x20560F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0xF7C, symBinAddr: 0x154050, symSize: 0x34 } + - { offsetInCU: 0x1129, offset: 0x205623, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCMa', symObjAddr: 0x10BC, symBinAddr: 0x15414C, symSize: 0x20 } + - { offsetInCU: 0x113D, offset: 0x205637, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie0A5ColorVGSayxGSHsSHRzlWl', symObjAddr: 0x11AC, symBinAddr: 0x15423C, symSize: 0x64 } + - { offsetInCU: 0x27, offset: 0x205936, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x154314, symSize: 0x18 } + - { offsetInCU: 0x6F, offset: 0x20597E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x154314, symSize: 0x18 } + - { offsetInCU: 0x100, offset: 0x205A0F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0x15432C, symSize: 0x44 } + - { offsetInCU: 0x1E3, offset: 0x205AF2, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x74, symBinAddr: 0x154370, symSize: 0x28 } + - { offsetInCU: 0x2B7, offset: 0x205BC6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_', symObjAddr: 0xEC, symBinAddr: 0x1543E8, symSize: 0x14 } + - { offsetInCU: 0x310, offset: 0x205C1F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x100, symBinAddr: 0x1543FC, symSize: 0xC } + - { offsetInCU: 0x34C, offset: 0x205C5B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x100, symBinAddr: 0x1543FC, symSize: 0xC } + - { offsetInCU: 0x37F, offset: 0x205C8E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0VyAESWcfCTf4nd_n', symObjAddr: 0x10C, symBinAddr: 0x154408, symSize: 0xC4 } + - { offsetInCU: 0x400, offset: 0x205D0F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationO_5countAeA02__B7StorageC_SitcfCTf4nnd_n', symObjAddr: 0x1D0, symBinAddr: 0x1544CC, symSize: 0xE4 } + - { offsetInCU: 0x460, offset: 0x205D6F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x2B4, symBinAddr: 0x1545B0, symSize: 0x1CC } + - { offsetInCU: 0x5EE, offset: 0x205EFD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5write5chunk2toSiAC_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x4C4, symBinAddr: 0x15477C, symSize: 0x238 } + - { offsetInCU: 0x923, offset: 0x206232, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE11consumePart2of9chunkSize9skipCRC328provider8consumers6UInt32Vs5Int64V_SiSbAcN_SitKXEyACKXEtKFZTf4nnnnnd_n', symObjAddr: 0x70C, symBinAddr: 0x1549C4, symSize: 0x358 } + - { offsetInCU: 0xD21, offset: 0x206630, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwet', symObjAddr: 0xAC8, symBinAddr: 0x154D2C, symSize: 0x90 } + - { offsetInCU: 0xD35, offset: 0x206644, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwst', symObjAddr: 0xB58, symBinAddr: 0x154DBC, symSize: 0xBC } + - { offsetInCU: 0xD49, offset: 0x206658, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwug', symObjAddr: 0xC14, symBinAddr: 0x154E78, symSize: 0x8 } + - { offsetInCU: 0xD5D, offset: 0x20666C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwup', symObjAddr: 0xC1C, symBinAddr: 0x154E80, symSize: 0x4 } + - { offsetInCU: 0xD71, offset: 0x206680, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwui', symObjAddr: 0xC20, symBinAddr: 0x154E84, symSize: 0xC } + - { offsetInCU: 0xD85, offset: 0x206694, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOMa', symObjAddr: 0xC2C, symBinAddr: 0x154E90, symSize: 0x10 } + - { offsetInCU: 0xD99, offset: 0x2066A8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSQWb', symObjAddr: 0xC3C, symBinAddr: 0x154EA0, symSize: 0x4 } + - { offsetInCU: 0xDAD, offset: 0x2066BC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFSQADWl', symObjAddr: 0xC40, symBinAddr: 0x154EA4, symSize: 0x44 } + - { offsetInCU: 0xDFF, offset: 0x20670E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x9C, symBinAddr: 0x154398, symSize: 0x40 } + - { offsetInCU: 0xE9B, offset: 0x2067AA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP7_domainSSvgTW', symObjAddr: 0xDC, symBinAddr: 0x1543D8, symSize: 0x4 } + - { offsetInCU: 0xEB7, offset: 0x2067C6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP5_codeSivgTW', symObjAddr: 0xE0, symBinAddr: 0x1543DC, symSize: 0x4 } + - { offsetInCU: 0xED3, offset: 0x2067E2, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xE4, symBinAddr: 0x1543E0, symSize: 0x4 } + - { offsetInCU: 0xEEF, offset: 0x2067FE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE8, symBinAddr: 0x1543E4, symSize: 0x4 } + - { offsetInCU: 0x2B, offset: 0x206AEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x154F08, symSize: 0x14C } + - { offsetInCU: 0xDE, offset: 0x206B9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x154F08, symSize: 0x14C } + - { offsetInCU: 0x257, offset: 0x206D18, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC04fontD0AA09AnimationcD0_pvW', symObjAddr: 0x14C, symBinAddr: 0x155054, symSize: 0x14C } + - { offsetInCU: 0x3C5, offset: 0x206E86, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCfD', symObjAddr: 0x298, symBinAddr: 0x1551A0, symSize: 0x2C } + - { offsetInCU: 0x409, offset: 0x206ECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCMa', symObjAddr: 0x2C4, symBinAddr: 0x1551CC, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x207082, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1551EC, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x2070A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ', symObjAddr: 0x778, symBinAddr: 0x1F2E68, symSize: 0x0 } + - { offsetInCU: 0x9E, offset: 0x2070F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfC', symObjAddr: 0x16C, symBinAddr: 0x155358, symSize: 0x8 } + - { offsetInCU: 0xC3, offset: 0x20711E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ', symObjAddr: 0x174, symBinAddr: 0x155360, symSize: 0xC } + - { offsetInCU: 0xEF, offset: 0x20714A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ', symObjAddr: 0x180, symBinAddr: 0x15536C, symSize: 0xC } + - { offsetInCU: 0x11B, offset: 0x207176, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ', symObjAddr: 0x18C, symBinAddr: 0x155378, symSize: 0xC } + - { offsetInCU: 0x147, offset: 0x2071A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ', symObjAddr: 0x1CC, symBinAddr: 0x1553B8, symSize: 0x50 } + - { offsetInCU: 0x17F, offset: 0x2071DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ', symObjAddr: 0x21C, symBinAddr: 0x155408, symSize: 0x8 } + - { offsetInCU: 0x1AB, offset: 0x207206, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg', symObjAddr: 0x224, symBinAddr: 0x155410, symSize: 0x8 } + - { offsetInCU: 0x1BF, offset: 0x20721A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAsADP8rawValuex03RawH0Qz_tcfCTW', symObjAddr: 0x2BC, symBinAddr: 0x1554A8, symSize: 0xC } + - { offsetInCU: 0x1FA, offset: 0x207255, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2C8, symBinAddr: 0x1554B4, symSize: 0x10 } + - { offsetInCU: 0x227, offset: 0x207282, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2D8, symBinAddr: 0x1554C4, symSize: 0xC } + - { offsetInCU: 0x23F, offset: 0x20729A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2D8, symBinAddr: 0x1554C4, symSize: 0xC } + - { offsetInCU: 0x2DB, offset: 0x207336, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg', symObjAddr: 0x40, symBinAddr: 0x15522C, symSize: 0x58 } + - { offsetInCU: 0x2F9, offset: 0x207354, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvg', symObjAddr: 0x98, symBinAddr: 0x155284, symSize: 0x2C } + - { offsetInCU: 0x317, offset: 0x207372, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvs', symObjAddr: 0xC4, symBinAddr: 0x1552B0, symSize: 0x34 } + - { offsetInCU: 0x356, offset: 0x2073B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM', symObjAddr: 0xF8, symBinAddr: 0x1552E4, symSize: 0x10 } + - { offsetInCU: 0x374, offset: 0x2073CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM.resume.0', symObjAddr: 0x108, symBinAddr: 0x1552F4, symSize: 0x4 } + - { offsetInCU: 0x39F, offset: 0x2073FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x10C, symBinAddr: 0x1552F8, symSize: 0x14 } + - { offsetInCU: 0x3BD, offset: 0x207418, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x120, symBinAddr: 0x15530C, symSize: 0x14 } + - { offsetInCU: 0x3FB, offset: 0x207456, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM', symObjAddr: 0x134, symBinAddr: 0x155320, symSize: 0x10 } + - { offsetInCU: 0x429, offset: 0x207484, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x144, symBinAddr: 0x155330, symSize: 0x4 } + - { offsetInCU: 0x454, offset: 0x2074AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvg', symObjAddr: 0x148, symBinAddr: 0x155334, symSize: 0x8 } + - { offsetInCU: 0x472, offset: 0x2074CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvs', symObjAddr: 0x150, symBinAddr: 0x15533C, symSize: 0x8 } + - { offsetInCU: 0x4AF, offset: 0x20750A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM', symObjAddr: 0x158, symBinAddr: 0x155344, symSize: 0x10 } + - { offsetInCU: 0x4DD, offset: 0x207538, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM.resume.0', symObjAddr: 0x168, symBinAddr: 0x155354, symSize: 0x4 } + - { offsetInCU: 0x509, offset: 0x207564, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x155384, symSize: 0x34 } + - { offsetInCU: 0x527, offset: 0x207582, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x155384, symSize: 0x34 } + - { offsetInCU: 0x53C, offset: 0x207597, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x155384, symSize: 0x34 } + - { offsetInCU: 0x550, offset: 0x2075AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x155384, symSize: 0x34 } + - { offsetInCU: 0x5CE, offset: 0x207629, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAASYWb', symObjAddr: 0x22C, symBinAddr: 0x155418, symSize: 0x4 } + - { offsetInCU: 0x5E2, offset: 0x20763D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSYAAWl', symObjAddr: 0x230, symBinAddr: 0x15541C, symSize: 0x44 } + - { offsetInCU: 0x5F6, offset: 0x207651, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAs0F7AlgebraPWb', symObjAddr: 0x274, symBinAddr: 0x155460, symSize: 0x4 } + - { offsetInCU: 0x60A, offset: 0x207665, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs10SetAlgebraAAWl', symObjAddr: 0x278, symBinAddr: 0x155464, symSize: 0x44 } + - { offsetInCU: 0x61E, offset: 0x207679, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAASQWb', symObjAddr: 0x2E4, symBinAddr: 0x1554D0, symSize: 0x4 } + - { offsetInCU: 0x632, offset: 0x20768D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSQAAWl', symObjAddr: 0x2E8, symBinAddr: 0x1554D4, symSize: 0x44 } + - { offsetInCU: 0x646, offset: 0x2076A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x32C, symBinAddr: 0x155518, symSize: 0x4 } + - { offsetInCU: 0x65A, offset: 0x2076B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs25ExpressibleByArrayLiteralAAWl', symObjAddr: 0x330, symBinAddr: 0x15551C, symSize: 0x44 } + - { offsetInCU: 0x679, offset: 0x2076D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwCP', symObjAddr: 0x534, symBinAddr: 0x155720, symSize: 0x30 } + - { offsetInCU: 0x68D, offset: 0x2076E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwxx', symObjAddr: 0x564, symBinAddr: 0x155750, symSize: 0x28 } + - { offsetInCU: 0x6A1, offset: 0x2076FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwcp', symObjAddr: 0x58C, symBinAddr: 0x155778, symSize: 0x4C } + - { offsetInCU: 0x6B5, offset: 0x207710, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwca', symObjAddr: 0x5D8, symBinAddr: 0x1557C4, symSize: 0x7C } + - { offsetInCU: 0x6C9, offset: 0x207724, size: 0x8, addend: 0x0, symName: ___swift_memcpy40_8, symObjAddr: 0x654, symBinAddr: 0x155840, symSize: 0x14 } + - { offsetInCU: 0x6DD, offset: 0x207738, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwta', symObjAddr: 0x668, symBinAddr: 0x155854, symSize: 0x5C } + - { offsetInCU: 0x6F1, offset: 0x20774C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwet', symObjAddr: 0x6C4, symBinAddr: 0x1558B0, symSize: 0x48 } + - { offsetInCU: 0x705, offset: 0x207760, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwst', symObjAddr: 0x70C, symBinAddr: 0x1558F8, symSize: 0x48 } + - { offsetInCU: 0x719, offset: 0x207774, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVMa', symObjAddr: 0x754, symBinAddr: 0x155940, symSize: 0x10 } + - { offsetInCU: 0x72D, offset: 0x207788, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVMa', symObjAddr: 0x764, symBinAddr: 0x155950, symSize: 0x10 } + - { offsetInCU: 0x830, offset: 0x20788B, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1551EC, symSize: 0x40 } + - { offsetInCU: 0x848, offset: 0x2078A3, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1551EC, symSize: 0x40 } + - { offsetInCU: 0x85C, offset: 0x2078B7, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1551EC, symSize: 0x40 } + - { offsetInCU: 0x870, offset: 0x2078CB, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1551EC, symSize: 0x40 } + - { offsetInCU: 0x884, offset: 0x2078DF, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1551EC, symSize: 0x40 } + - { offsetInCU: 0x898, offset: 0x2078F3, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1551EC, symSize: 0x40 } + - { offsetInCU: 0x8AC, offset: 0x207907, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1551EC, symSize: 0x40 } + - { offsetInCU: 0xA80, offset: 0x207ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x155560, symSize: 0x8 } + - { offsetInCU: 0xA98, offset: 0x207AF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x155560, symSize: 0x8 } + - { offsetInCU: 0xAAC, offset: 0x207B07, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x155560, symSize: 0x8 } + - { offsetInCU: 0xAC0, offset: 0x207B1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x155560, symSize: 0x8 } + - { offsetInCU: 0xAF2, offset: 0x207B4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP5unionyxxnFTW', symObjAddr: 0x37C, symBinAddr: 0x155568, symSize: 0x14 } + - { offsetInCU: 0xB9D, offset: 0x207BF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP12intersectionyxxFTW', symObjAddr: 0x390, symBinAddr: 0x15557C, symSize: 0x14 } + - { offsetInCU: 0xC6D, offset: 0x207CC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP19symmetricDifferenceyxxnFTW', symObjAddr: 0x3A4, symBinAddr: 0x155590, symSize: 0x14 } + - { offsetInCU: 0xD36, offset: 0x207D91, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6insertySb8inserted_7ElementQz17memberAfterInserttAInFTW', symObjAddr: 0x3B8, symBinAddr: 0x1555A4, symSize: 0x30 } + - { offsetInCU: 0xE8F, offset: 0x207EEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6removey7ElementQzSgAHFTW', symObjAddr: 0x3E8, symBinAddr: 0x1555D4, symSize: 0x38 } + - { offsetInCU: 0x1047, offset: 0x2080A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6update4with7ElementQzSgAIn_tFTW', symObjAddr: 0x420, symBinAddr: 0x15560C, symSize: 0x24 } + - { offsetInCU: 0x115A, offset: 0x2081B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP9formUnionyyxnFTW', symObjAddr: 0x444, symBinAddr: 0x155630, symSize: 0x14 } + - { offsetInCU: 0x11FD, offset: 0x208258, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP16formIntersectionyyxFTW', symObjAddr: 0x458, symBinAddr: 0x155644, symSize: 0x14 } + - { offsetInCU: 0x12A0, offset: 0x2082FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x46C, symBinAddr: 0x155658, symSize: 0x14 } + - { offsetInCU: 0x1352, offset: 0x2083AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP11subtractingyxxFTW', symObjAddr: 0x480, symBinAddr: 0x15566C, symSize: 0x14 } + - { offsetInCU: 0x1436, offset: 0x208491, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8isSubset2ofSbx_tFTW', symObjAddr: 0x494, symBinAddr: 0x155680, symSize: 0x14 } + - { offsetInCU: 0x14AD, offset: 0x208508, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isDisjoint4withSbx_tFTW', symObjAddr: 0x4A8, symBinAddr: 0x155694, symSize: 0x14 } + - { offsetInCU: 0x1565, offset: 0x2085C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isSuperset2ofSbx_tFTW', symObjAddr: 0x4BC, symBinAddr: 0x1556A8, symSize: 0x14 } + - { offsetInCU: 0x15FF, offset: 0x20865A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP7isEmptySbvgTW', symObjAddr: 0x4D0, symBinAddr: 0x1556BC, symSize: 0x10 } + - { offsetInCU: 0x1667, offset: 0x2086C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPyxqd__ncSTRd__7ElementQyd__AFRtzlufCTW', symObjAddr: 0x4E0, symBinAddr: 0x1556CC, symSize: 0x28 } + - { offsetInCU: 0x1683, offset: 0x2086DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8subtractyyxFTW', symObjAddr: 0x508, symBinAddr: 0x1556F4, symSize: 0x14 } + - { offsetInCU: 0x1726, offset: 0x208781, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x51C, symBinAddr: 0x155708, symSize: 0x14 } + - { offsetInCU: 0x1764, offset: 0x2087BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs25ExpressibleByArrayLiteralAAsADP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x530, symBinAddr: 0x15571C, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x208966, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMi', symObjAddr: 0x0, symBinAddr: 0x155964, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x20897A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMr', symObjAddr: 0x4, symBinAddr: 0x155968, symSize: 0x4C } + - { offsetInCU: 0xBA, offset: 0x2089E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC9keyframes33unsupportedAfterEffectsExpressionACyxGs15ContiguousArrayVyAA0B0CyxGG_SSSgtcfC', symObjAddr: 0x208, symBinAddr: 0x155B6C, symSize: 0x44 } + - { offsetInCU: 0x10A, offset: 0x208A31, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueSSvg', symObjAddr: 0x24C, symBinAddr: 0x155BB0, symSize: 0x18 } + - { offsetInCU: 0x13B, offset: 0x208A62, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x38C, symBinAddr: 0x155CF0, symSize: 0x6C } + - { offsetInCU: 0x170, offset: 0x208A97, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x3F8, symBinAddr: 0x155D5C, symSize: 0x4 } + - { offsetInCU: 0x1A5, offset: 0x208ACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueSSvg', symObjAddr: 0x3FC, symBinAddr: 0x155D60, symSize: 0x18 } + - { offsetInCU: 0x1D6, offset: 0x208AFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x554, symBinAddr: 0x155EB8, symSize: 0x2C } + - { offsetInCU: 0x1F2, offset: 0x208B19, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x580, symBinAddr: 0x155EE4, symSize: 0x28 } + - { offsetInCU: 0x20E, offset: 0x208B35, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValueSSvgTW', symObjAddr: 0x5A8, symBinAddr: 0x155F0C, symSize: 0x8 } + - { offsetInCU: 0x22A, offset: 0x208B51, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5B0, symBinAddr: 0x155F14, symSize: 0x24 } + - { offsetInCU: 0x246, offset: 0x208B6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValueSiSgvgTW', symObjAddr: 0x5D4, symBinAddr: 0x155F38, symSize: 0xC } + - { offsetInCU: 0x271, offset: 0x208B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x5E0, symBinAddr: 0x155F44, symSize: 0x28 } + - { offsetInCU: 0x2A2, offset: 0x208BC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1B7C, symBinAddr: 0x157474, symSize: 0x8 } + - { offsetInCU: 0x2CE, offset: 0x208BF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC9keyframes33unsupportedAfterEffectsExpressionACyxGs15ContiguousArrayVyAA0B0CyxGG_SSSgtcfc', symObjAddr: 0x37C, symBinAddr: 0x155CE0, symSize: 0x10 } + - { offsetInCU: 0x2FF, offset: 0x208C26, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCfd', symObjAddr: 0x670, symBinAddr: 0x155FD4, symSize: 0x24 } + - { offsetInCU: 0x33A, offset: 0x208C61, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCfD', symObjAddr: 0x694, symBinAddr: 0x155FF8, symSize: 0x2C } + - { offsetInCU: 0x385, offset: 0x208CAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlF', symObjAddr: 0x50, symBinAddr: 0x1559B4, symSize: 0x158 } + - { offsetInCU: 0x424, offset: 0x208D4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_', symObjAddr: 0x1820, symBinAddr: 0x157184, symSize: 0xB8 } + - { offsetInCU: 0x488, offset: 0x208DAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE12interpolatorAA0D13ValueProvider_pvg', symObjAddr: 0x1A8, symBinAddr: 0x155B0C, symSize: 0x60 } + - { offsetInCU: 0x4C5, offset: 0x208DEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9withValueyACyqd__Gqd__lF', symObjAddr: 0x264, symBinAddr: 0x155BC8, symSize: 0x118 } + - { offsetInCU: 0x512, offset: 0x208E39, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMa', symObjAddr: 0x6C0, symBinAddr: 0x156024, symSize: 0xC } + - { offsetInCU: 0x531, offset: 0x208E58, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0x6DC, symBinAddr: 0x156040, symSize: 0xA24 } + - { offsetInCU: 0x711, offset: 0x209038, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1100, symBinAddr: 0x156A64, symSize: 0x2C } + - { offsetInCU: 0x760, offset: 0x209087, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x112C, symBinAddr: 0x156A90, symSize: 0x4F8 } + - { offsetInCU: 0x8D9, offset: 0x209200, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1624, symBinAddr: 0x156F88, symSize: 0x24 } + - { offsetInCU: 0x8FC, offset: 0x209223, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x1648, symBinAddr: 0x156FAC, symSize: 0x74 } + - { offsetInCU: 0x959, offset: 0x209280, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x16BC, symBinAddr: 0x157020, symSize: 0x10 } + - { offsetInCU: 0x980, offset: 0x2092A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x16CC, symBinAddr: 0x157030, symSize: 0x84 } + - { offsetInCU: 0x9F6, offset: 0x20931D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE9hashValueSivg', symObjAddr: 0x1750, symBinAddr: 0x1570B4, symSize: 0x44 } + - { offsetInCU: 0xA74, offset: 0x20939B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x1794, symBinAddr: 0x1570F8, symSize: 0x24 } + - { offsetInCU: 0xA90, offset: 0x2093B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x17B8, symBinAddr: 0x15711C, symSize: 0x24 } + - { offsetInCU: 0xAA4, offset: 0x2093CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvg', symObjAddr: 0x18D8, symBinAddr: 0x15723C, symSize: 0x4C } + - { offsetInCU: 0xB09, offset: 0x209430, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP7untypedACyypGvgTW', symObjAddr: 0x1924, symBinAddr: 0x157288, symSize: 0x24 } + - { offsetInCU: 0xB25, offset: 0x20944C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP12interpolatorAA0D13ValueProvider_pvgTW', symObjAddr: 0x1948, symBinAddr: 0x1572AC, symSize: 0x24 } + - { offsetInCU: 0xB41, offset: 0x209468, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSQWb', symObjAddr: 0x196C, symBinAddr: 0x1572D0, symSize: 0x38 } + - { offsetInCU: 0xB55, offset: 0x20947C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_TA', symObjAddr: 0x19A4, symBinAddr: 0x157308, symSize: 0x1C } + - { offsetInCU: 0xB69, offset: 0x209490, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMa', symObjAddr: 0x19C0, symBinAddr: 0x157324, symSize: 0xC } + - { offsetInCU: 0xB84, offset: 0x2094AB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF', symObjAddr: 0x1A38, symBinAddr: 0x157330, symSize: 0x60 } + - { offsetInCU: 0xC22, offset: 0x209549, size: 0x8, addend: 0x0, symName: '_$sSa13_adoptStorage_5countSayxG_SpyxGts016_ContiguousArrayB0CyxGn_SitFZTf4gnn_n', symObjAddr: 0x1B84, symBinAddr: 0x15747C, symSize: 0x88 } + - { offsetInCU: 0xC91, offset: 0x2095B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvgypxXEfU_TA', symObjAddr: 0x1C4C, symBinAddr: 0x157504, symSize: 0x50 } + - { offsetInCU: 0xCCC, offset: 0x2095F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMi', symObjAddr: 0x1D04, symBinAddr: 0x157554, symSize: 0x8 } + - { offsetInCU: 0xCE0, offset: 0x209607, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwet', symObjAddr: 0x1D1C, symBinAddr: 0x15755C, symSize: 0x90 } + - { offsetInCU: 0xCF4, offset: 0x20961B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwst', symObjAddr: 0x1DAC, symBinAddr: 0x1575EC, symSize: 0xBC } + - { offsetInCU: 0xD08, offset: 0x20962F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwug', symObjAddr: 0x1E68, symBinAddr: 0x1576A8, symSize: 0x8 } + - { offsetInCU: 0xD1C, offset: 0x209643, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwup', symObjAddr: 0x1E70, symBinAddr: 0x1576B0, symSize: 0x4 } + - { offsetInCU: 0xD30, offset: 0x209657, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwui', symObjAddr: 0x1E74, symBinAddr: 0x1576B4, symSize: 0xC } + - { offsetInCU: 0xD44, offset: 0x20966B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASQWb', symObjAddr: 0x1E80, symBinAddr: 0x1576C0, symSize: 0x10 } + - { offsetInCU: 0xD58, offset: 0x20967F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E90, symBinAddr: 0x1576D0, symSize: 0x10 } + - { offsetInCU: 0xD6C, offset: 0x209693, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1EA0, symBinAddr: 0x1576E0, symSize: 0x10 } + - { offsetInCU: 0xDD3, offset: 0x2096FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x414, symBinAddr: 0x155D78, symSize: 0x54 } + - { offsetInCU: 0xDEF, offset: 0x209716, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x468, symBinAddr: 0x155DCC, symSize: 0x4C } + - { offsetInCU: 0xE0B, offset: 0x209732, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4B4, symBinAddr: 0x155E18, symSize: 0x50 } + - { offsetInCU: 0xE27, offset: 0x20974E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x504, symBinAddr: 0x155E68, symSize: 0x50 } + - { offsetInCU: 0xE4A, offset: 0x209771, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x608, symBinAddr: 0x155F6C, symSize: 0x34 } + - { offsetInCU: 0xE66, offset: 0x20978D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x63C, symBinAddr: 0x155FA0, symSize: 0x34 } + - { offsetInCU: 0xF36, offset: 0x20985D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x17DC, symBinAddr: 0x157140, symSize: 0x44 } + - { offsetInCU: 0xF7B, offset: 0x2098A2, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV6appendyyxnFTf4gn_n', symObjAddr: 0x1A98, symBinAddr: 0x157390, symSize: 0x74 } + - { offsetInCU: 0xFE9, offset: 0x209910, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV12arrayLiteralAByxGxd_tcfCTf4gn_n', symObjAddr: 0x1B0C, symBinAddr: 0x157404, symSize: 0x70 } + - { offsetInCU: 0x2B, offset: 0x209BD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x1576F0, symSize: 0x15C } + - { offsetInCU: 0xBD, offset: 0x209C6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x1576F0, symSize: 0x15C } + - { offsetInCU: 0x1F6, offset: 0x209DA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15setupAnimations7contextyAA0dC7ContextV_tKF', symObjAddr: 0x15C, symBinAddr: 0x15784C, symSize: 0x258 } + - { offsetInCU: 0x384, offset: 0x209F32, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x3B4, symBinAddr: 0x157AA4, symSize: 0x19C } + - { offsetInCU: 0x550, offset: 0x20A0FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x550, symBinAddr: 0x157C40, symSize: 0x2C } + - { offsetInCU: 0x58A, offset: 0x20A138, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCACycfcTo', symObjAddr: 0x57C, symBinAddr: 0x157C6C, symSize: 0x3C } + - { offsetInCU: 0x5ED, offset: 0x20A19B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x5B8, symBinAddr: 0x157CA8, symSize: 0x94 } + - { offsetInCU: 0x65A, offset: 0x20A208, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x64C, symBinAddr: 0x157D3C, symSize: 0x44 } + - { offsetInCU: 0x69D, offset: 0x20A24B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCfD', symObjAddr: 0x690, symBinAddr: 0x157D80, symSize: 0x30 } + - { offsetInCU: 0x6CA, offset: 0x20A278, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCAA0cD0A2aDP15setupAnimations7contextyAA0dC7ContextV_tKFTW', symObjAddr: 0x6E0, symBinAddr: 0x157DD0, symSize: 0x2C } + - { offsetInCU: 0x79F, offset: 0x20A34D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCMa', symObjAddr: 0x6C0, symBinAddr: 0x157DB0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x20A5C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x157DFC, symSize: 0x2C } + - { offsetInCU: 0x73, offset: 0x20A60D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x157DFC, symSize: 0x2C } + - { offsetInCU: 0xB8, offset: 0x20A652, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCMa', symObjAddr: 0x2C, symBinAddr: 0x157E28, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x20A7B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x157E48, symSize: 0x4 } + - { offsetInCU: 0x4F, offset: 0x20A7D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotificationSo18NSNotificationNameavp', symObjAddr: 0x3270, symBinAddr: 0x209BA8, symSize: 0x0 } + - { offsetInCU: 0x5D, offset: 0x20A7E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x157E48, symSize: 0x4 } + - { offsetInCU: 0x71, offset: 0x20A7FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMr', symObjAddr: 0x4, symBinAddr: 0x157E4C, symSize: 0x7C } + - { offsetInCU: 0x85, offset: 0x20A80F, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotification_WZ', symObjAddr: 0x80, symBinAddr: 0x157EC8, symSize: 0x18 } + - { offsetInCU: 0xAB, offset: 0x20A835, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfd', symObjAddr: 0x98, symBinAddr: 0x157EE0, symSize: 0x4C } + - { offsetInCU: 0xEF, offset: 0x20A879, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfD', symObjAddr: 0xE4, symBinAddr: 0x157F2C, symSize: 0x1C } + - { offsetInCU: 0x11D, offset: 0x20A8A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMa', symObjAddr: 0x100, symBinAddr: 0x157F48, symSize: 0xC } + - { offsetInCU: 0x131, offset: 0x20A8BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMi', symObjAddr: 0x10C, symBinAddr: 0x157F54, symSize: 0x4 } + - { offsetInCU: 0x145, offset: 0x20A8CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMr', symObjAddr: 0x110, symBinAddr: 0x157F58, symSize: 0xA8 } + - { offsetInCU: 0x19D, offset: 0x20A927, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCfD', symObjAddr: 0x1B8, symBinAddr: 0x158000, symSize: 0x60 } + - { offsetInCU: 0x1FF, offset: 0x20A989, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMa', symObjAddr: 0x218, symBinAddr: 0x158060, symSize: 0xC } + - { offsetInCU: 0x8B, offset: 0x20AB95, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyF', symObjAddr: 0x0, symBinAddr: 0x15806C, symSize: 0xF0 } + - { offsetInCU: 0x16B, offset: 0x20AC75, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_', symObjAddr: 0x20D8, symBinAddr: 0x15A048, symSize: 0x658 } + - { offsetInCU: 0x4D8, offset: 0x20AFE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_6$deferL_yyF', symObjAddr: 0x2730, symBinAddr: 0x15A6A0, symSize: 0xBC } + - { offsetInCU: 0x598, offset: 0x20B0A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC3url10accessMode17preferredEncodingACSg10Foundation3URLV_AC06AccessE0OSSAHE0G0VSgtcfc', symObjAddr: 0x14C0, symBinAddr: 0x15952C, symSize: 0x318 } + - { offsetInCU: 0x641, offset: 0x20B14B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCfD', symObjAddr: 0x17D8, symBinAddr: 0x159844, symSize: 0xD4 } + - { offsetInCU: 0x6B6, offset: 0x20B1C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1E48, symBinAddr: 0x159DFC, symSize: 0x14 } + - { offsetInCU: 0x745, offset: 0x20B24F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x1E5C, symBinAddr: 0x159E10, symSize: 0x44 } + - { offsetInCU: 0x828, offset: 0x20B332, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1EA0, symBinAddr: 0x159E54, symSize: 0x28 } + - { offsetInCU: 0x8B6, offset: 0x20B3C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1FD8, symBinAddr: 0x159F8C, symSize: 0x18 } + - { offsetInCU: 0x8E7, offset: 0x20B3F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x1FF0, symBinAddr: 0x159FA4, symSize: 0xC } + - { offsetInCU: 0x904, offset: 0x20B40E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST12makeIterator0D0QzyFTW', symObjAddr: 0x27EC, symBinAddr: 0x15A75C, symSize: 0x3C } + - { offsetInCU: 0x927, offset: 0x20B431, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33scanForZIP64EndOfCentralDirectory06_D21B9K25A55B313329C5A8982D32CCC76LL2in10eocdOffsetAC0efghI0VSgSpySo7__sFILEVG_s6UInt64VtFZTf4nnd_n', symObjAddr: 0x331C, symBinAddr: 0x15B24C, symSize: 0x178 } + - { offsetInCU: 0xAE0, offset: 0x20B5EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC34scanForEndOfCentralDirectoryRecord2inAC0efghI0V_AC05ZIP64efgH0VSgtSgSpySo7__sFILEVG_tFZTf4nd_n', symObjAddr: 0x3494, symBinAddr: 0x15B3C4, symSize: 0x218 } + - { offsetInCU: 0xC61, offset: 0x20B76B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data10Foundation4DataVvg', symObjAddr: 0xF0, symBinAddr: 0x15815C, symSize: 0xD8C } + - { offsetInCU: 0x154B, offset: 0x20C055, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt32V_Tg5', symObjAddr: 0xEEC, symBinAddr: 0x158F58, symSize: 0x140 } + - { offsetInCU: 0x15DC, offset: 0x20C0E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt64V_Tg5', symObjAddr: 0x103C, symBinAddr: 0x1590A8, symSize: 0x140 } + - { offsetInCU: 0x16F2, offset: 0x20C1FC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt32V_Tg5', symObjAddr: 0x118C, symBinAddr: 0x1591F8, symSize: 0xF8 } + - { offsetInCU: 0x1952, offset: 0x20C45C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt16V_Tg5', symObjAddr: 0x1294, symBinAddr: 0x159300, symSize: 0x114 } + - { offsetInCU: 0x1BB2, offset: 0x20C6BC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt64V_Tg5', symObjAddr: 0x13B8, symBinAddr: 0x159424, symSize: 0xF8 } + - { offsetInCU: 0x1D9C, offset: 0x20C8A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMU', symObjAddr: 0x18AC, symBinAddr: 0x159918, symSize: 0x8 } + - { offsetInCU: 0x1DB0, offset: 0x20C8BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMa', symObjAddr: 0x18B4, symBinAddr: 0x159920, symSize: 0x3C } + - { offsetInCU: 0x1DC4, offset: 0x20C8CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMr', symObjAddr: 0x18F0, symBinAddr: 0x15995C, symSize: 0xBC } + - { offsetInCU: 0x1DD8, offset: 0x20C8E2, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgMa', symObjAddr: 0x19AC, symBinAddr: 0x159A18, symSize: 0x54 } + - { offsetInCU: 0x1DEC, offset: 0x20C8F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwCP', symObjAddr: 0x1A00, symBinAddr: 0x159A6C, symSize: 0x30 } + - { offsetInCU: 0x1E00, offset: 0x20C90A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwxx', symObjAddr: 0x1A80, symBinAddr: 0x159A9C, symSize: 0xC } + - { offsetInCU: 0x1E14, offset: 0x20C91E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x1AD0, symBinAddr: 0x159AA8, symSize: 0x5C } + - { offsetInCU: 0x1E28, offset: 0x20C932, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwca', symObjAddr: 0x1B2C, symBinAddr: 0x159B04, symSize: 0x84 } + - { offsetInCU: 0x1E3C, offset: 0x20C946, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwta', symObjAddr: 0x1BC4, symBinAddr: 0x159B88, symSize: 0x58 } + - { offsetInCU: 0x1E50, offset: 0x20C95A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwet', symObjAddr: 0x1C1C, symBinAddr: 0x159BE0, symSize: 0x54 } + - { offsetInCU: 0x1E64, offset: 0x20C96E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwst', symObjAddr: 0x1C70, symBinAddr: 0x159C34, symSize: 0x58 } + - { offsetInCU: 0x1E78, offset: 0x20C982, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVMa', symObjAddr: 0x1CC8, symBinAddr: 0x159C8C, symSize: 0x10 } + - { offsetInCU: 0x1E8C, offset: 0x20C996, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwet', symObjAddr: 0x1CE8, symBinAddr: 0x159C9C, symSize: 0x90 } + - { offsetInCU: 0x1EA0, offset: 0x20C9AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwst', symObjAddr: 0x1D78, symBinAddr: 0x159D2C, symSize: 0xBC } + - { offsetInCU: 0x1EB4, offset: 0x20C9BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwup', symObjAddr: 0x1E34, symBinAddr: 0x159DE8, symSize: 0x4 } + - { offsetInCU: 0x1EC8, offset: 0x20C9D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOMa', symObjAddr: 0x1E38, symBinAddr: 0x159DEC, symSize: 0x10 } + - { offsetInCU: 0x1F13, offset: 0x20CA1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASQWb', symObjAddr: 0x1FFC, symBinAddr: 0x159FB0, symSize: 0x4 } + - { offsetInCU: 0x1F27, offset: 0x20CA31, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOAESQAAWl', symObjAddr: 0x2000, symBinAddr: 0x159FB4, symSize: 0x44 } + - { offsetInCU: 0x1F3B, offset: 0x20CA45, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAA8IteratorST_StWT', symObjAddr: 0x2044, symBinAddr: 0x159FF8, symSize: 0x4 } + - { offsetInCU: 0x1F4F, offset: 0x20CA59, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGAByxGStsWl', symObjAddr: 0x2048, symBinAddr: 0x159FFC, symSize: 0x4C } + - { offsetInCU: 0x21D5, offset: 0x20CCDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_TA', symObjAddr: 0x2AC8, symBinAddr: 0x15AA38, symSize: 0xC } + - { offsetInCU: 0x2220, offset: 0x20CD2A, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlF6Lottie7ArchiveC_Tg5', symObjAddr: 0x2B14, symBinAddr: 0x15AA44, symSize: 0x2F0 } + - { offsetInCU: 0x2300, offset: 0x20CE0A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10LargeSliceVyAESWcfCTf4nd_n', symObjAddr: 0x2E04, symBinAddr: 0x15AD34, symSize: 0x78 } + - { offsetInCU: 0x232D, offset: 0x20CE37, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAESWcfCTf4nd_n', symObjAddr: 0x2E7C, symBinAddr: 0x15ADAC, symSize: 0x80 } + - { offsetInCU: 0x23A3, offset: 0x20CEAD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOyAESWcfCTf4nd_n', symObjAddr: 0x2EFC, symBinAddr: 0x15AE2C, symSize: 0x68 } + - { offsetInCU: 0x23F8, offset: 0x20CF02, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAeC0cB0VcfCTf4nd_n', symObjAddr: 0x2F64, symBinAddr: 0x15AE94, symSize: 0xEC } + - { offsetInCU: 0x2464, offset: 0x20CF6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0J0V_AKSiKXEtcfC015$s10Foundation4j2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x3050, symBinAddr: 0x15AF80, symSize: 0x2AC } + - { offsetInCU: 0x2666, offset: 0x20D170, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOe', symObjAddr: 0x36AC, symBinAddr: 0x15B5DC, symSize: 0x78 } + - { offsetInCU: 0x267A, offset: 0x20D184, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOy', symObjAddr: 0x3778, symBinAddr: 0x15B6A8, symSize: 0x78 } + - { offsetInCU: 0x268E, offset: 0x20D198, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOy', symObjAddr: 0x37F0, symBinAddr: 0x15B720, symSize: 0x60 } + - { offsetInCU: 0x26A2, offset: 0x20D1AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOe', symObjAddr: 0x38C0, symBinAddr: 0x15B7C8, symSize: 0x60 } + - { offsetInCU: 0x26B6, offset: 0x20D1C0, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_TA', symObjAddr: 0x3920, symBinAddr: 0x15B828, symSize: 0x18 } + - { offsetInCU: 0x26CA, offset: 0x20D1D4, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOf', symObjAddr: 0x3994, symBinAddr: 0x15B840, symSize: 0x48 } + - { offsetInCU: 0x26DE, offset: 0x20D1E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVWOr', symObjAddr: 0x39DC, symBinAddr: 0x15B888, symSize: 0x2C } + - { offsetInCU: 0x26F2, offset: 0x20D1FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOr', symObjAddr: 0x3A08, symBinAddr: 0x15B8B4, symSize: 0x58 } + - { offsetInCU: 0x2706, offset: 0x20D210, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOs', symObjAddr: 0x3A7C, symBinAddr: 0x15B90C, symSize: 0x60 } + - { offsetInCU: 0x271A, offset: 0x20D224, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOe', symObjAddr: 0x3ADC, symBinAddr: 0x15B96C, symSize: 0xE0 } + - { offsetInCU: 0x272E, offset: 0x20D238, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwet', symObjAddr: 0x3C00, symBinAddr: 0x15BA90, symSize: 0x90 } + - { offsetInCU: 0x2742, offset: 0x20D24C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwst', symObjAddr: 0x3C90, symBinAddr: 0x15BB20, symSize: 0xBC } + - { offsetInCU: 0x2756, offset: 0x20D260, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwug', symObjAddr: 0x3D4C, symBinAddr: 0x15BBDC, symSize: 0x8 } + - { offsetInCU: 0x276A, offset: 0x20D274, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwup', symObjAddr: 0x3D54, symBinAddr: 0x15BBE4, symSize: 0x4 } + - { offsetInCU: 0x277E, offset: 0x20D288, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwui', symObjAddr: 0x3D58, symBinAddr: 0x15BBE8, symSize: 0x8 } + - { offsetInCU: 0x2792, offset: 0x20D29C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOMa', symObjAddr: 0x3D60, symBinAddr: 0x15BBF0, symSize: 0x10 } + - { offsetInCU: 0x27A6, offset: 0x20D2B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASQWb', symObjAddr: 0x3D70, symBinAddr: 0x15BC00, symSize: 0x4 } + - { offsetInCU: 0x27BA, offset: 0x20D2C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAESQAAWl', symObjAddr: 0x3D74, symBinAddr: 0x15BC04, symSize: 0x44 } + - { offsetInCU: 0x28C5, offset: 0x20D3CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1EC8, symBinAddr: 0x159E7C, symSize: 0x40 } + - { offsetInCU: 0x2961, offset: 0x20D46B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0x1F08, symBinAddr: 0x159EBC, symSize: 0x4 } + - { offsetInCU: 0x297D, offset: 0x20D487, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0x1F0C, symBinAddr: 0x159EC0, symSize: 0x4 } + - { offsetInCU: 0x2999, offset: 0x20D4A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x1F10, symBinAddr: 0x159EC4, symSize: 0x4 } + - { offsetInCU: 0x29B5, offset: 0x20D4BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x1F14, symBinAddr: 0x159EC8, symSize: 0x4 } + - { offsetInCU: 0x29E0, offset: 0x20D4EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1F18, symBinAddr: 0x159ECC, symSize: 0x14 } + - { offsetInCU: 0x2A71, offset: 0x20D57B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH9hashValueSivgTW', symObjAddr: 0x1F2C, symBinAddr: 0x159EE0, symSize: 0x44 } + - { offsetInCU: 0x2B20, offset: 0x20D62A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1F70, symBinAddr: 0x159F24, symSize: 0x28 } + - { offsetInCU: 0x2B73, offset: 0x20D67D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1F98, symBinAddr: 0x159F4C, symSize: 0x40 } + - { offsetInCU: 0x2C59, offset: 0x20D763, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST19underestimatedCountSivgTW', symObjAddr: 0x2828, symBinAddr: 0x15A798, symSize: 0x8 } + - { offsetInCU: 0x2C75, offset: 0x20D77F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST31_customContainsEquatableElementySbSg0F0QzFTW', symObjAddr: 0x2830, symBinAddr: 0x15A7A0, symSize: 0x8 } + - { offsetInCU: 0x2CA7, offset: 0x20D7B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST22_copyToContiguousArrays0eF0Vy7ElementQzGyFTW', symObjAddr: 0x2838, symBinAddr: 0x15A7A8, symSize: 0x34 } + - { offsetInCU: 0x2CD8, offset: 0x20D7E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tFTW', symObjAddr: 0x286C, symBinAddr: 0x15A7DC, symSize: 0x20 } + - { offsetInCU: 0x2CF4, offset: 0x20D7FE, size: 0x8, addend: 0x0, symName: '_$sSTsE13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tF6Lottie7ArchiveC_Tg5', symObjAddr: 0x288C, symBinAddr: 0x15A7FC, symSize: 0x1D8 } + - { offsetInCU: 0x2D6B, offset: 0x20D875, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST32withContiguousStorageIfAvailableyqd__Sgqd__SRy7ElementQzGKXEKlFTW', symObjAddr: 0x2A64, symBinAddr: 0x15A9D4, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x20DC9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x15BC64, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0x20DCC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x15BC64, symSize: 0x64 } + - { offsetInCU: 0x7C, offset: 0x20DCEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfD', symObjAddr: 0x64, symBinAddr: 0x15BCC8, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x20DD2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x15BD04, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x20DD6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xAC, symBinAddr: 0x15BD10, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x20DDAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xDC, symBinAddr: 0x15BD40, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x20DDDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesC08gradientC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x250, symBinAddr: 0x15BEB4, symSize: 0x93C } + - { offsetInCU: 0x8D0, offset: 0x20E543, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x15BCE4, symSize: 0x20 } + - { offsetInCU: 0x90E, offset: 0x20E581, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCfD', symObjAddr: 0xE8, symBinAddr: 0x15BD4C, symSize: 0x34 } + - { offsetInCU: 0x96F, offset: 0x20E5E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x13C, symBinAddr: 0x15BDA0, symSize: 0x44 } + - { offsetInCU: 0x9BB, offset: 0x20E62E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x180, symBinAddr: 0x15BDE4, symSize: 0x24 } + - { offsetInCU: 0x9FC, offset: 0x20E66F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A4, symBinAddr: 0x15BE08, symSize: 0x4 } + - { offsetInCU: 0xA1C, offset: 0x20E68F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A4, symBinAddr: 0x15BE08, symSize: 0x4 } + - { offsetInCU: 0xA4C, offset: 0x20E6BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0x15BE0C, symSize: 0x8 } + - { offsetInCU: 0xA6C, offset: 0x20E6DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0x15BE0C, symSize: 0x8 } + - { offsetInCU: 0xACF, offset: 0x20E742, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0x15BE14, symSize: 0x10 } + - { offsetInCU: 0xAEF, offset: 0x20E762, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0x15BE14, symSize: 0x10 } + - { offsetInCU: 0xB36, offset: 0x20E7A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x15BE24, symSize: 0x8 } + - { offsetInCU: 0xB56, offset: 0x20E7C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x15BE24, symSize: 0x8 } + - { offsetInCU: 0xB77, offset: 0x20E7EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1C8, symBinAddr: 0x15BE2C, symSize: 0x8 } + - { offsetInCU: 0xB97, offset: 0x20E80A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1C8, symBinAddr: 0x15BE2C, symSize: 0x8 } + - { offsetInCU: 0xBB8, offset: 0x20E82B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x15BE34, symSize: 0x8 } + - { offsetInCU: 0xBD8, offset: 0x20E84B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x15BE34, symSize: 0x8 } + - { offsetInCU: 0xBF9, offset: 0x20E86C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1D8, symBinAddr: 0x15BE3C, symSize: 0x8 } + - { offsetInCU: 0xC19, offset: 0x20E88C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1D8, symBinAddr: 0x15BE3C, symSize: 0x8 } + - { offsetInCU: 0xC3A, offset: 0x20E8AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1E0, symBinAddr: 0x15BE44, symSize: 0xC } + - { offsetInCU: 0xC5A, offset: 0x20E8CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1E0, symBinAddr: 0x15BE44, symSize: 0xC } + - { offsetInCU: 0xC7B, offset: 0x20E8EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1EC, symBinAddr: 0x15BE50, symSize: 0x10 } + - { offsetInCU: 0xC9B, offset: 0x20E90E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1EC, symBinAddr: 0x15BE50, symSize: 0x10 } + - { offsetInCU: 0xCAD, offset: 0x20E920, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1FC, symBinAddr: 0x15BE60, symSize: 0x8 } + - { offsetInCU: 0xCE7, offset: 0x20E95A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x204, symBinAddr: 0x15BE68, symSize: 0x4C } + - { offsetInCU: 0xD24, offset: 0x20E997, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xB8C, symBinAddr: 0x15C7F0, symSize: 0x458 } + - { offsetInCU: 0x1618, offset: 0x20F28B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCMa', symObjAddr: 0x11C, symBinAddr: 0x15BD80, symSize: 0x20 } + - { offsetInCU: 0x8D, offset: 0x21012C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfC', symObjAddr: 0x0, symBinAddr: 0x15CC48, symSize: 0x50 } + - { offsetInCU: 0xE4, offset: 0x210183, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc', symObjAddr: 0x50, symBinAddr: 0x15CC98, symSize: 0x10 } + - { offsetInCU: 0x11D, offset: 0x2101BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x60, symBinAddr: 0x15CCA8, symSize: 0x610 } + - { offsetInCU: 0x344, offset: 0x2103E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x700, symBinAddr: 0x15D348, symSize: 0x8 } + - { offsetInCU: 0x367, offset: 0x210406, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfd', symObjAddr: 0x708, symBinAddr: 0x15D350, symSize: 0x2C } + - { offsetInCU: 0x3A2, offset: 0x210441, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfD', symObjAddr: 0x734, symBinAddr: 0x15D37C, symSize: 0x34 } + - { offsetInCU: 0x3E5, offset: 0x210484, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x768, symBinAddr: 0x15D3B0, symSize: 0x20 } + - { offsetInCU: 0x42B, offset: 0x2104CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x788, symBinAddr: 0x15D3D0, symSize: 0xC } + - { offsetInCU: 0x512, offset: 0x2105B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x794, symBinAddr: 0x15D3DC, symSize: 0x4 } + - { offsetInCU: 0x535, offset: 0x2105D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x798, symBinAddr: 0x15D3E0, symSize: 0xC } + - { offsetInCU: 0x567, offset: 0x210606, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x7A4, symBinAddr: 0x15D3EC, symSize: 0x8 } + - { offsetInCU: 0x57B, offset: 0x21061A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu0_TA', symObjAddr: 0x7AC, symBinAddr: 0x15D3F4, symSize: 0x18 } + - { offsetInCU: 0x59A, offset: 0x210639, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x81C, symBinAddr: 0x15D40C, symSize: 0x98 } + - { offsetInCU: 0x603, offset: 0x2106A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCMa', symObjAddr: 0x8B4, symBinAddr: 0x15D4A4, symSize: 0x20 } + - { offsetInCU: 0x617, offset: 0x2106B6, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCMa', symObjAddr: 0x900, symBinAddr: 0x15D4F0, symSize: 0x3C } + - { offsetInCU: 0x27, offset: 0x21093A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x15D534, symSize: 0xEC } + - { offsetInCU: 0x17E, offset: 0x210A91, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x15D534, symSize: 0xEC } + - { offsetInCU: 0x523, offset: 0x210E36, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xEC, symBinAddr: 0x15D620, symSize: 0x68 } + - { offsetInCU: 0x743, offset: 0x211056, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x154, symBinAddr: 0x15D688, symSize: 0x64 } + - { offsetInCU: 0x75F, offset: 0x211072, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1B8, symBinAddr: 0x15D6EC, symSize: 0x44 } + - { offsetInCU: 0x7B1, offset: 0x2110C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1FC, symBinAddr: 0x15D730, symSize: 0x18 } + - { offsetInCU: 0x13F, offset: 0x2113EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5shape10otherItems7contextA2C0C0V_SayAHGAA0D7ContextVtKcfc', symObjAddr: 0x330, symBinAddr: 0x15DA78, symSize: 0x8A8 } + - { offsetInCU: 0x976, offset: 0x211C26, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xBD8, symBinAddr: 0x15E320, symSize: 0x7C } + - { offsetInCU: 0x9BD, offset: 0x211C6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfc', symObjAddr: 0xC54, symBinAddr: 0x15E39C, symSize: 0x20C } + - { offsetInCU: 0xA80, offset: 0x211D30, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfcTo', symObjAddr: 0xE60, symBinAddr: 0x15E5A8, symSize: 0x4C } + - { offsetInCU: 0xAB2, offset: 0x211D62, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xEAC, symBinAddr: 0x15E5F4, symSize: 0x42C } + - { offsetInCU: 0xB66, offset: 0x211E16, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC24setupSolidFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL05shapeD07contextySo07CAShapeD0C_AA0D16AnimationContextVtKF', symObjAddr: 0x12D8, symBinAddr: 0x15EA20, symSize: 0xD90 } + - { offsetInCU: 0x13B2, offset: 0x212662, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC27setupGradientFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKF', symObjAddr: 0x2068, symBinAddr: 0x15F7B0, symSize: 0xD1C } + - { offsetInCU: 0x1AB0, offset: 0x212D60, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC017setupGradientFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0gD13ConfigurationAELLOAA0fG0C_tF', symObjAddr: 0x2D84, symBinAddr: 0x1604CC, symSize: 0x288 } + - { offsetInCU: 0x1D05, offset: 0x212FB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC014setupSolidFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLAC0gD13ConfigurationAELLOyF', symObjAddr: 0x300C, symBinAddr: 0x160754, symSize: 0xB8 } + - { offsetInCU: 0x1E82, offset: 0x213132, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC019setupGradientStrokeD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0F6LayersAELLVAA0fG0C_tF', symObjAddr: 0x30C4, symBinAddr: 0x16080C, symSize: 0x220 } + - { offsetInCU: 0x2088, offset: 0x213338, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCACycfcTo', symObjAddr: 0x3608, symBinAddr: 0x160D50, symSize: 0x2C } + - { offsetInCU: 0x20EF, offset: 0x21339F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfD', symObjAddr: 0x36A8, symBinAddr: 0x160DF0, symSize: 0x34 } + - { offsetInCU: 0x211C, offset: 0x2133CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC29setupGradientStrokeAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKFTf4xnn_n', symObjAddr: 0x3F28, symBinAddr: 0x161644, symSize: 0x974 } + - { offsetInCU: 0x2BA6, offset: 0x213E56, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV3foryAcA09ShapeItemB0C0G0VF', symObjAddr: 0x32E4, symBinAddr: 0x160A2C, symSize: 0x324 } + - { offsetInCU: 0x2EA7, offset: 0x214157, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfE', symObjAddr: 0x3634, symBinAddr: 0x160D7C, symSize: 0x74 } + - { offsetInCU: 0x2ED6, offset: 0x214186, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfETo', symObjAddr: 0x36DC, symBinAddr: 0x160E24, symSize: 0x78 } + - { offsetInCU: 0x2F05, offset: 0x2141B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCMa', symObjAddr: 0x3754, symBinAddr: 0x160E9C, symSize: 0x20 } + - { offsetInCU: 0x2F19, offset: 0x2141C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwxx', symObjAddr: 0x3774, symBinAddr: 0x160EBC, symSize: 0x38 } + - { offsetInCU: 0x2F2D, offset: 0x2141DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwcp', symObjAddr: 0x37AC, symBinAddr: 0x160EF4, symSize: 0x54 } + - { offsetInCU: 0x2F41, offset: 0x2141F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwca', symObjAddr: 0x3800, symBinAddr: 0x160F48, symSize: 0x8C } + - { offsetInCU: 0x2F55, offset: 0x214205, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwta', symObjAddr: 0x3898, symBinAddr: 0x160FD4, symSize: 0x64 } + - { offsetInCU: 0x2F69, offset: 0x214219, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwet', symObjAddr: 0x38FC, symBinAddr: 0x161038, symSize: 0x48 } + - { offsetInCU: 0x2F7D, offset: 0x21422D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwst', symObjAddr: 0x3944, symBinAddr: 0x161080, symSize: 0x40 } + - { offsetInCU: 0x2F91, offset: 0x214241, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVMa', symObjAddr: 0x3984, symBinAddr: 0x1610C0, symSize: 0x10 } + - { offsetInCU: 0x2FA5, offset: 0x214255, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwCP', symObjAddr: 0x3994, symBinAddr: 0x1610D0, symSize: 0x30 } + - { offsetInCU: 0x2FB9, offset: 0x214269, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOy', symObjAddr: 0x39C4, symBinAddr: 0x161100, symSize: 0x50 } + - { offsetInCU: 0x2FCD, offset: 0x21427D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwxx', symObjAddr: 0x3A14, symBinAddr: 0x161150, symSize: 0x14 } + - { offsetInCU: 0x2FE1, offset: 0x214291, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOe', symObjAddr: 0x3A28, symBinAddr: 0x161164, symSize: 0x5C } + - { offsetInCU: 0x2FF5, offset: 0x2142A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwcp', symObjAddr: 0x3A84, symBinAddr: 0x1611C0, symSize: 0x60 } + - { offsetInCU: 0x3009, offset: 0x2142B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwca', symObjAddr: 0x3AE4, symBinAddr: 0x161220, symSize: 0x70 } + - { offsetInCU: 0x301D, offset: 0x2142CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwta', symObjAddr: 0x3B68, symBinAddr: 0x161290, symSize: 0x48 } + - { offsetInCU: 0x3031, offset: 0x2142E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwet', symObjAddr: 0x3BB0, symBinAddr: 0x1612D8, symSize: 0x48 } + - { offsetInCU: 0x3045, offset: 0x2142F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwst', symObjAddr: 0x3BF8, symBinAddr: 0x161320, symSize: 0x48 } + - { offsetInCU: 0x3059, offset: 0x214309, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwug', symObjAddr: 0x3C40, symBinAddr: 0x161368, symSize: 0x8 } + - { offsetInCU: 0x306D, offset: 0x21431D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwup', symObjAddr: 0x3C48, symBinAddr: 0x161370, symSize: 0x4 } + - { offsetInCU: 0x3081, offset: 0x214331, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwui', symObjAddr: 0x3C4C, symBinAddr: 0x161374, symSize: 0xC } + - { offsetInCU: 0x3095, offset: 0x214345, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOMa', symObjAddr: 0x3C58, symBinAddr: 0x161380, symSize: 0x10 } + - { offsetInCU: 0x30A9, offset: 0x214359, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VwCP', symObjAddr: 0x3C68, symBinAddr: 0x161390, symSize: 0x34 } + - { offsetInCU: 0x30BD, offset: 0x21436D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwxx', symObjAddr: 0x3C9C, symBinAddr: 0x1613C4, symSize: 0x28 } + - { offsetInCU: 0x30D1, offset: 0x214381, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwcp', symObjAddr: 0x3CC4, symBinAddr: 0x1613EC, symSize: 0x34 } + - { offsetInCU: 0x30E5, offset: 0x214395, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwca', symObjAddr: 0x3CF8, symBinAddr: 0x161420, symSize: 0x5C } + - { offsetInCU: 0x30F9, offset: 0x2143A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwta', symObjAddr: 0x3D60, symBinAddr: 0x16147C, symSize: 0x44 } + - { offsetInCU: 0x310D, offset: 0x2143BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwet', symObjAddr: 0x3DA4, symBinAddr: 0x1614C0, symSize: 0x48 } + - { offsetInCU: 0x3121, offset: 0x2143D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwst', symObjAddr: 0x3DEC, symBinAddr: 0x161508, symSize: 0x3C } + - { offsetInCU: 0x3135, offset: 0x2143E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VMa', symObjAddr: 0x3E28, symBinAddr: 0x161544, symSize: 0x10 } + - { offsetInCU: 0x3149, offset: 0x2143F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLO4fill_AC14GradientLayersAELLVSg14gradientStroketSgWOe', symObjAddr: 0x3E38, symBinAddr: 0x161554, symSize: 0x54 } + - { offsetInCU: 0x315D, offset: 0x21440D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOe', symObjAddr: 0x3E8C, symBinAddr: 0x1615A8, symSize: 0x4C } + - { offsetInCU: 0x3171, offset: 0x214421, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOy', symObjAddr: 0x3ED8, symBinAddr: 0x1615F4, symSize: 0x50 } + - { offsetInCU: 0x31C5, offset: 0x214475, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x497C, symBinAddr: 0x161FB8, symSize: 0x8 } + - { offsetInCU: 0x31D9, offset: 0x214489, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4984, symBinAddr: 0x161FC0, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x214980, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x161FFC, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x214998, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x161FFC, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x2149AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwxx', symObjAddr: 0x30, symBinAddr: 0x16202C, symSize: 0x24 } + - { offsetInCU: 0x6B, offset: 0x2149C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwcp', symObjAddr: 0x74, symBinAddr: 0x162050, symSize: 0x44 } + - { offsetInCU: 0x7F, offset: 0x2149D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwca', symObjAddr: 0xB8, symBinAddr: 0x162094, symSize: 0x40 } + - { offsetInCU: 0x93, offset: 0x2149E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwta', symObjAddr: 0x26C, symBinAddr: 0x1620D4, symSize: 0x40 } + - { offsetInCU: 0xA7, offset: 0x2149FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwet', symObjAddr: 0x2AC, symBinAddr: 0x162114, symSize: 0x48 } + - { offsetInCU: 0xBB, offset: 0x214A10, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwst', symObjAddr: 0x2F4, symBinAddr: 0x16215C, symSize: 0x4C } + - { offsetInCU: 0xCF, offset: 0x214A24, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVMa', symObjAddr: 0x340, symBinAddr: 0x1621A8, symSize: 0x10 } + - { offsetInCU: 0xEF, offset: 0x214A44, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufC', symObjAddr: 0x350, symBinAddr: 0x1621B8, symSize: 0xE4 } + - { offsetInCU: 0x12C, offset: 0x214A81, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_', symObjAddr: 0x434, symBinAddr: 0x16229C, symSize: 0x31C } + - { offsetInCU: 0x1A0, offset: 0x214AF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x750, symBinAddr: 0x1625B8, symSize: 0x28 } + - { offsetInCU: 0x1E7, offset: 0x214B3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_TA', symObjAddr: 0x80C, symBinAddr: 0x162638, symSize: 0x1C } + - { offsetInCU: 0x27, offset: 0x214CD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x162654, symSize: 0x50 } + - { offsetInCU: 0x4B, offset: 0x214CF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x162654, symSize: 0x50 } + - { offsetInCU: 0x69, offset: 0x214D16, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x50, symBinAddr: 0x1626A4, symSize: 0x64 } + - { offsetInCU: 0xBA, offset: 0x214D67, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xB4, symBinAddr: 0x162708, symSize: 0x6C } + - { offsetInCU: 0xF5, offset: 0x214DA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x120, symBinAddr: 0x162774, symSize: 0x44 } + - { offsetInCU: 0x113, offset: 0x214DC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x164, symBinAddr: 0x1627B8, symSize: 0x54 } + - { offsetInCU: 0x164, offset: 0x214E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1B8, symBinAddr: 0x16280C, symSize: 0x44 } + - { offsetInCU: 0x1A7, offset: 0x214E54, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCfD', symObjAddr: 0x1FC, symBinAddr: 0x162850, symSize: 0x34 } + - { offsetInCU: 0x1D5, offset: 0x214E82, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCMa', symObjAddr: 0x230, symBinAddr: 0x162884, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x215020, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x1628A4, symSize: 0x8 } + - { offsetInCU: 0x3F, offset: 0x215038, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x1628A4, symSize: 0x8 } + - { offsetInCU: 0x53, offset: 0x21504C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwCP', symObjAddr: 0x8, symBinAddr: 0x1628AC, symSize: 0x30 } + - { offsetInCU: 0x67, offset: 0x215060, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwxx', symObjAddr: 0x38, symBinAddr: 0x1628DC, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x215074, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwcp', symObjAddr: 0x68, symBinAddr: 0x16290C, symSize: 0x54 } + - { offsetInCU: 0x8F, offset: 0x215088, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwca', symObjAddr: 0xBC, symBinAddr: 0x162960, symSize: 0x74 } + - { offsetInCU: 0xA3, offset: 0x21509C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwta', symObjAddr: 0x144, symBinAddr: 0x1629D4, symSize: 0x54 } + - { offsetInCU: 0xB7, offset: 0x2150B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwet', symObjAddr: 0x198, symBinAddr: 0x162A28, symSize: 0x48 } + - { offsetInCU: 0xCB, offset: 0x2150C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwst', symObjAddr: 0x1E0, symBinAddr: 0x162A70, symSize: 0x48 } + - { offsetInCU: 0xDF, offset: 0x2150D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMa', symObjAddr: 0x228, symBinAddr: 0x162AB8, symSize: 0xC } + - { offsetInCU: 0xF3, offset: 0x2150EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMi', symObjAddr: 0x260, symBinAddr: 0x162AC4, symSize: 0x8 } + - { offsetInCU: 0x107, offset: 0x215100, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwCP', symObjAddr: 0x268, symBinAddr: 0x162ACC, symSize: 0x2C } + - { offsetInCU: 0x11B, offset: 0x215114, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwxx', symObjAddr: 0x294, symBinAddr: 0x162AF8, symSize: 0x8 } + - { offsetInCU: 0x12F, offset: 0x215128, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwcp', symObjAddr: 0x29C, symBinAddr: 0x162B00, symSize: 0x2C } + - { offsetInCU: 0x143, offset: 0x21513C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwca', symObjAddr: 0x2C8, symBinAddr: 0x162B2C, symSize: 0x38 } + - { offsetInCU: 0x157, offset: 0x215150, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwta', symObjAddr: 0x30C, symBinAddr: 0x162B64, symSize: 0x30 } + - { offsetInCU: 0x16B, offset: 0x215164, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwet', symObjAddr: 0x33C, symBinAddr: 0x162B94, symSize: 0x48 } + - { offsetInCU: 0x17F, offset: 0x215178, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwst', symObjAddr: 0x384, symBinAddr: 0x162BDC, symSize: 0x3C } + - { offsetInCU: 0x193, offset: 0x21518C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMa', symObjAddr: 0x3C0, symBinAddr: 0x162C18, symSize: 0xC } + - { offsetInCU: 0x92, offset: 0x215343, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xE0, symBinAddr: 0x162D04, symSize: 0x20 } + - { offsetInCU: 0xC3, offset: 0x215374, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x100, symBinAddr: 0x162D24, symSize: 0x18 } + - { offsetInCU: 0x11A, offset: 0x2153CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x162DE4, symSize: 0xDA0 } + - { offsetInCU: 0x1A4, offset: 0x215455, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xF60, symBinAddr: 0x163B84, symSize: 0xFA4 } + - { offsetInCU: 0x7AE, offset: 0x215A5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x1F04, symBinAddr: 0x164B28, symSize: 0x20 } + - { offsetInCU: 0x7E7, offset: 0x215A98, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2270, symBinAddr: 0x164E94, symSize: 0x20 } + - { offsetInCU: 0x815, offset: 0x215AC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2270, symBinAddr: 0x164E94, symSize: 0x20 } + - { offsetInCU: 0x85E, offset: 0x215B0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x2724, symBinAddr: 0x165348, symSize: 0x44 } + - { offsetInCU: 0x8A4, offset: 0x215B55, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x2768, symBinAddr: 0x16538C, symSize: 0x28 } + - { offsetInCU: 0x8B8, offset: 0x215B69, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2790, symBinAddr: 0x1653B4, symSize: 0x8 } + - { offsetInCU: 0x8EE, offset: 0x215B9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2798, symBinAddr: 0x1653BC, symSize: 0x3C } + - { offsetInCU: 0x953, offset: 0x215C04, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x27D4, symBinAddr: 0x1653F8, symSize: 0xC } + - { offsetInCU: 0x96F, offset: 0x215C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x27E0, symBinAddr: 0x165404, symSize: 0xC } + - { offsetInCU: 0x98B, offset: 0x215C3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x36DC, symBinAddr: 0x166054, symSize: 0x50 } + - { offsetInCU: 0x9C3, offset: 0x215C74, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x1F24, symBinAddr: 0x164B48, symSize: 0x18 } + - { offsetInCU: 0x9FC, offset: 0x215CAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2258, symBinAddr: 0x164E7C, symSize: 0x18 } + - { offsetInCU: 0xA2A, offset: 0x215CDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2258, symBinAddr: 0x164E7C, symSize: 0x18 } + - { offsetInCU: 0xA7C, offset: 0x215D2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x243C, symBinAddr: 0x165060, symSize: 0x64 } + - { offsetInCU: 0xAE2, offset: 0x215D93, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x24A0, symBinAddr: 0x1650C4, symSize: 0x28 } + - { offsetInCU: 0xAFE, offset: 0x215DAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x24C8, symBinAddr: 0x1650EC, symSize: 0x8 } + - { offsetInCU: 0xB34, offset: 0x215DE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x24D0, symBinAddr: 0x1650F4, symSize: 0x68 } + - { offsetInCU: 0xBB9, offset: 0x215E6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2538, symBinAddr: 0x16515C, symSize: 0xC } + - { offsetInCU: 0xBD5, offset: 0x215E86, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2544, symBinAddr: 0x165168, symSize: 0xC } + - { offsetInCU: 0xBFE, offset: 0x215EAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x2218, symBinAddr: 0x164E3C, symSize: 0x20 } + - { offsetInCU: 0xC37, offset: 0x215EE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2238, symBinAddr: 0x164E5C, symSize: 0x20 } + - { offsetInCU: 0xC65, offset: 0x215F16, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2238, symBinAddr: 0x164E5C, symSize: 0x20 } + - { offsetInCU: 0xCB9, offset: 0x215F6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x22B4, symBinAddr: 0x164ED8, symSize: 0x64 } + - { offsetInCU: 0xD1F, offset: 0x215FD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x2318, symBinAddr: 0x164F3C, symSize: 0x28 } + - { offsetInCU: 0xD3B, offset: 0x215FEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2340, symBinAddr: 0x164F64, symSize: 0x8 } + - { offsetInCU: 0xD71, offset: 0x216022, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2348, symBinAddr: 0x164F6C, symSize: 0x68 } + - { offsetInCU: 0xDF6, offset: 0x2160A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x23B0, symBinAddr: 0x164FD4, symSize: 0xC } + - { offsetInCU: 0xE12, offset: 0x2160C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x23BC, symBinAddr: 0x164FE0, symSize: 0xC } + - { offsetInCU: 0xE30, offset: 0x2160E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1F3C, symBinAddr: 0x164B60, symSize: 0x2DC } + - { offsetInCU: 0xEA3, offset: 0x216154, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfd', symObjAddr: 0x283C, symBinAddr: 0x165460, symSize: 0x94 } + - { offsetInCU: 0xED0, offset: 0x216181, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfD', symObjAddr: 0x28D0, symBinAddr: 0x1654F4, symSize: 0x1C } + - { offsetInCU: 0xF15, offset: 0x2161C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2AD8, symBinAddr: 0x1656EC, symSize: 0x54 } + - { offsetInCU: 0xF4D, offset: 0x2161FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2B2C, symBinAddr: 0x165740, symSize: 0x20 } + - { offsetInCU: 0x103F, offset: 0x2162F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCMa', symObjAddr: 0x28EC, symBinAddr: 0x165510, symSize: 0x20 } + - { offsetInCU: 0x1053, offset: 0x216304, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwet', symObjAddr: 0x291C, symBinAddr: 0x165530, symSize: 0x90 } + - { offsetInCU: 0x1067, offset: 0x216318, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwst', symObjAddr: 0x29AC, symBinAddr: 0x1655C0, symSize: 0xBC } + - { offsetInCU: 0x107B, offset: 0x21632C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwug', symObjAddr: 0x2A68, symBinAddr: 0x16567C, symSize: 0x8 } + - { offsetInCU: 0x108F, offset: 0x216340, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwup', symObjAddr: 0x2A70, symBinAddr: 0x165684, symSize: 0x4 } + - { offsetInCU: 0x10A3, offset: 0x216354, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwui', symObjAddr: 0x2A74, symBinAddr: 0x165688, symSize: 0xC } + - { offsetInCU: 0x10B7, offset: 0x216368, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOMa', symObjAddr: 0x2A80, symBinAddr: 0x165694, symSize: 0x10 } + - { offsetInCU: 0x10CB, offset: 0x21637C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASQWb', symObjAddr: 0x2A90, symBinAddr: 0x1656A4, symSize: 0x4 } + - { offsetInCU: 0x10DF, offset: 0x216390, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSQAAWl', symObjAddr: 0x2A94, symBinAddr: 0x1656A8, symSize: 0x44 } + - { offsetInCU: 0x10F3, offset: 0x2163A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs0D3KeyAAWl', symObjAddr: 0x2BB0, symBinAddr: 0x165760, symSize: 0x44 } + - { offsetInCU: 0x1107, offset: 0x2163B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2C14, symBinAddr: 0x1657A4, symSize: 0x44 } + - { offsetInCU: 0x111B, offset: 0x2163CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2D68, symBinAddr: 0x1657E8, symSize: 0x44 } + - { offsetInCU: 0x112F, offset: 0x2163E0, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOGSgWOc', symObjAddr: 0x2DAC, symBinAddr: 0x16582C, symSize: 0x48 } + - { offsetInCU: 0x1143, offset: 0x2163F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSeAAWl', symObjAddr: 0x2DF4, symBinAddr: 0x165874, symSize: 0x44 } + - { offsetInCU: 0x1157, offset: 0x216408, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSYAAWl', symObjAddr: 0x2F24, symBinAddr: 0x16591C, symSize: 0x44 } + - { offsetInCU: 0x116B, offset: 0x21641C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3024, symBinAddr: 0x16599C, symSize: 0x90 } + - { offsetInCU: 0x117F, offset: 0x216430, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x30B4, symBinAddr: 0x165A2C, symSize: 0xBC } + - { offsetInCU: 0x1193, offset: 0x216444, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x3170, symBinAddr: 0x165AE8, symSize: 0x4 } + - { offsetInCU: 0x11A7, offset: 0x216458, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x3174, symBinAddr: 0x165AEC, symSize: 0x10 } + - { offsetInCU: 0x11BB, offset: 0x21646C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3184, symBinAddr: 0x165AFC, symSize: 0x90 } + - { offsetInCU: 0x11CF, offset: 0x216480, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3214, symBinAddr: 0x165B8C, symSize: 0xBC } + - { offsetInCU: 0x11E3, offset: 0x216494, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x32D0, symBinAddr: 0x165C48, symSize: 0x4 } + - { offsetInCU: 0x11F7, offset: 0x2164A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x32D4, symBinAddr: 0x165C4C, symSize: 0x10 } + - { offsetInCU: 0x120B, offset: 0x2164BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x32E4, symBinAddr: 0x165C5C, symSize: 0x90 } + - { offsetInCU: 0x121F, offset: 0x2164D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3374, symBinAddr: 0x165CEC, symSize: 0xBC } + - { offsetInCU: 0x1233, offset: 0x2164E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwug', symObjAddr: 0x3430, symBinAddr: 0x165DA8, symSize: 0x8 } + - { offsetInCU: 0x1247, offset: 0x2164F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x3438, symBinAddr: 0x165DB0, symSize: 0x4 } + - { offsetInCU: 0x125B, offset: 0x21650C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwui', symObjAddr: 0x343C, symBinAddr: 0x165DB4, symSize: 0x8 } + - { offsetInCU: 0x126F, offset: 0x216520, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x3444, symBinAddr: 0x165DBC, symSize: 0x10 } + - { offsetInCU: 0x1283, offset: 0x216534, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3454, symBinAddr: 0x165DCC, symSize: 0x4 } + - { offsetInCU: 0x1297, offset: 0x216548, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3458, symBinAddr: 0x165DD0, symSize: 0x44 } + - { offsetInCU: 0x12AB, offset: 0x21655C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x349C, symBinAddr: 0x165E14, symSize: 0x4 } + - { offsetInCU: 0x12BF, offset: 0x216570, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x34A0, symBinAddr: 0x165E18, symSize: 0x44 } + - { offsetInCU: 0x12D3, offset: 0x216584, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x34E4, symBinAddr: 0x165E5C, symSize: 0x4 } + - { offsetInCU: 0x12E7, offset: 0x216598, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x34E8, symBinAddr: 0x165E60, symSize: 0x44 } + - { offsetInCU: 0x12FB, offset: 0x2165AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x352C, symBinAddr: 0x165EA4, symSize: 0x4 } + - { offsetInCU: 0x130F, offset: 0x2165C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3530, symBinAddr: 0x165EA8, symSize: 0x44 } + - { offsetInCU: 0x1323, offset: 0x2165D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3574, symBinAddr: 0x165EEC, symSize: 0x4 } + - { offsetInCU: 0x1337, offset: 0x2165E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3578, symBinAddr: 0x165EF0, symSize: 0x44 } + - { offsetInCU: 0x134B, offset: 0x2165FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x35BC, symBinAddr: 0x165F34, symSize: 0x4 } + - { offsetInCU: 0x135F, offset: 0x216610, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x35C0, symBinAddr: 0x165F38, symSize: 0x44 } + - { offsetInCU: 0x1373, offset: 0x216624, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3604, symBinAddr: 0x165F7C, symSize: 0x4 } + - { offsetInCU: 0x1387, offset: 0x216638, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3608, symBinAddr: 0x165F80, symSize: 0x44 } + - { offsetInCU: 0x139B, offset: 0x21664C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x364C, symBinAddr: 0x165FC4, symSize: 0x4 } + - { offsetInCU: 0x13AF, offset: 0x216660, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3650, symBinAddr: 0x165FC8, symSize: 0x44 } + - { offsetInCU: 0x13C3, offset: 0x216674, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3694, symBinAddr: 0x16600C, symSize: 0x4 } + - { offsetInCU: 0x13D7, offset: 0x216688, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3698, symBinAddr: 0x166010, symSize: 0x44 } + - { offsetInCU: 0x140B, offset: 0x2166BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x162C24, symSize: 0x18 } + - { offsetInCU: 0x149C, offset: 0x21674D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x162C3C, symSize: 0x4C } + - { offsetInCU: 0x157D, offset: 0x21682E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x162C88, symSize: 0x34 } + - { offsetInCU: 0x1604, offset: 0x2168B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98, symBinAddr: 0x162CBC, symSize: 0x48 } + - { offsetInCU: 0x16BA, offset: 0x21696B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x118, symBinAddr: 0x162D3C, symSize: 0x5C } + - { offsetInCU: 0x16DD, offset: 0x21698E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x174, symBinAddr: 0x162D98, symSize: 0x4C } + - { offsetInCU: 0x174B, offset: 0x2169FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2290, symBinAddr: 0x164EB4, symSize: 0xC } + - { offsetInCU: 0x1767, offset: 0x216A18, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x229C, symBinAddr: 0x164EC0, symSize: 0x8 } + - { offsetInCU: 0x1783, offset: 0x216A34, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x22A4, symBinAddr: 0x164EC8, symSize: 0x8 } + - { offsetInCU: 0x179F, offset: 0x216A50, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x22AC, symBinAddr: 0x164ED0, symSize: 0x8 } + - { offsetInCU: 0x17C2, offset: 0x216A73, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x23C8, symBinAddr: 0x164FEC, symSize: 0x28 } + - { offsetInCU: 0x17DE, offset: 0x216A8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x23F0, symBinAddr: 0x165014, symSize: 0x28 } + - { offsetInCU: 0x17FA, offset: 0x216AAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2418, symBinAddr: 0x16503C, symSize: 0xC } + - { offsetInCU: 0x1816, offset: 0x216AC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2424, symBinAddr: 0x165048, symSize: 0x8 } + - { offsetInCU: 0x1832, offset: 0x216AE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x242C, symBinAddr: 0x165050, symSize: 0x8 } + - { offsetInCU: 0x184E, offset: 0x216AFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2434, symBinAddr: 0x165058, symSize: 0x8 } + - { offsetInCU: 0x1871, offset: 0x216B22, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2550, symBinAddr: 0x165174, symSize: 0x28 } + - { offsetInCU: 0x188D, offset: 0x216B3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2578, symBinAddr: 0x16519C, symSize: 0x28 } + - { offsetInCU: 0x18C7, offset: 0x216B78, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x25A0, symBinAddr: 0x1651C4, symSize: 0x88 } + - { offsetInCU: 0x1976, offset: 0x216C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2628, symBinAddr: 0x16524C, symSize: 0x60 } + - { offsetInCU: 0x19F4, offset: 0x216CA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2688, symBinAddr: 0x1652AC, symSize: 0x40 } + - { offsetInCU: 0x1A46, offset: 0x216CF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x26C8, symBinAddr: 0x1652EC, symSize: 0x5C } + - { offsetInCU: 0x1AA9, offset: 0x216D5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x27EC, symBinAddr: 0x165410, symSize: 0x28 } + - { offsetInCU: 0x1AC5, offset: 0x216D76, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2814, symBinAddr: 0x165438, symSize: 0x28 } + - { offsetInCU: 0x5A, offset: 0x216FE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC05setupB07contextyAA0C7ContextV_tF', symObjAddr: 0x0, symBinAddr: 0x1660B4, symSize: 0x1EC } + - { offsetInCU: 0x10F, offset: 0x217097, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1EC, symBinAddr: 0x1662A0, symSize: 0x64 } + - { offsetInCU: 0x156, offset: 0x2170DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfc', symObjAddr: 0x250, symBinAddr: 0x166304, symSize: 0x1BC } + - { offsetInCU: 0x219, offset: 0x2171A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfcTo', symObjAddr: 0x40C, symBinAddr: 0x1664C0, symSize: 0x4C } + - { offsetInCU: 0x235, offset: 0x2171BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfD', symObjAddr: 0x484, symBinAddr: 0x166538, symSize: 0x34 } + - { offsetInCU: 0x279, offset: 0x217201, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfE', symObjAddr: 0x458, symBinAddr: 0x16650C, symSize: 0x2C } + - { offsetInCU: 0x2A6, offset: 0x21722E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfETo', symObjAddr: 0x4B8, symBinAddr: 0x16656C, symSize: 0x38 } + - { offsetInCU: 0x2D5, offset: 0x21725D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCMa', symObjAddr: 0x4F0, symBinAddr: 0x1665A4, symSize: 0x20 } + - { offsetInCU: 0x322, offset: 0x2172AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCAA012CustomLayoutC0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x510, symBinAddr: 0x1665C4, symSize: 0x78 } + - { offsetInCU: 0x2B, offset: 0x2174F4, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x166660, symSize: 0x2A8 } + - { offsetInCU: 0x26E, offset: 0x217737, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x166660, symSize: 0x2A8 } + - { offsetInCU: 0x44E, offset: 0x217917, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC17combinedKeyframesAA13KeyframeGroupCyAC0E0VGyKF', symObjAddr: 0x2A8, symBinAddr: 0x166908, symSize: 0x11C } + - { offsetInCU: 0x524, offset: 0x2179ED, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x3C4, symBinAddr: 0x166A24, symSize: 0xB4 } + - { offsetInCU: 0x5F2, offset: 0x217ABB, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x478, symBinAddr: 0x166AD8, symSize: 0xB4 } + - { offsetInCU: 0x781, offset: 0x217C4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x52C, symBinAddr: 0x166B8C, symSize: 0x154 } + - { offsetInCU: 0xAB6, offset: 0x217F7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x680, symBinAddr: 0x166CE0, symSize: 0x4 } + - { offsetInCU: 0xAD3, offset: 0x217F9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x730, symBinAddr: 0x166D08, symSize: 0x8 } + - { offsetInCU: 0xAE7, offset: 0x217FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwCP', symObjAddr: 0x738, symBinAddr: 0x166D10, symSize: 0x30 } + - { offsetInCU: 0xAFB, offset: 0x217FC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwet', symObjAddr: 0x790, symBinAddr: 0x166D40, symSize: 0x20 } + - { offsetInCU: 0xB0F, offset: 0x217FD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwst', symObjAddr: 0x7B0, symBinAddr: 0x166D60, symSize: 0x3C } + - { offsetInCU: 0xB23, offset: 0x217FEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVMa', symObjAddr: 0x7EC, symBinAddr: 0x166D9C, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x218254, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x166DB4, symSize: 0x2E4 } + - { offsetInCU: 0x84, offset: 0x2182B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x2E4, symBinAddr: 0x167098, symSize: 0x8 } + - { offsetInCU: 0xA4, offset: 0x2182D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x2E4, symBinAddr: 0x167098, symSize: 0x8 } + - { offsetInCU: 0x214, offset: 0x218441, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x166DB4, symSize: 0x2E4 } + - { offsetInCU: 0x3C8, offset: 0x2185F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwCP', symObjAddr: 0x34C, symBinAddr: 0x1670A0, symSize: 0x30 } + - { offsetInCU: 0x3DC, offset: 0x218609, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwxx', symObjAddr: 0x37C, symBinAddr: 0x1670D0, symSize: 0x48 } + - { offsetInCU: 0x3F0, offset: 0x21861D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwcp', symObjAddr: 0x3E4, symBinAddr: 0x167118, symSize: 0xB8 } + - { offsetInCU: 0x404, offset: 0x218631, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwca', symObjAddr: 0x49C, symBinAddr: 0x1671D0, symSize: 0xB0 } + - { offsetInCU: 0x418, offset: 0x218645, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwta', symObjAddr: 0x6D8, symBinAddr: 0x167280, symSize: 0x9C } + - { offsetInCU: 0x42C, offset: 0x218659, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwet', symObjAddr: 0x774, symBinAddr: 0x16731C, symSize: 0x48 } + - { offsetInCU: 0x440, offset: 0x21866D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwst', symObjAddr: 0x7BC, symBinAddr: 0x167364, symSize: 0x60 } + - { offsetInCU: 0x454, offset: 0x218681, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVMa', symObjAddr: 0x81C, symBinAddr: 0x1673C4, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x218810, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x1673D4, symSize: 0x44 } + - { offsetInCU: 0x6D, offset: 0x218852, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x1673D4, symSize: 0x44 } + - { offsetInCU: 0xBF, offset: 0x2188A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x64, symBinAddr: 0x167438, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x2188E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x70, symBinAddr: 0x167444, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x218926, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x167474, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x218958, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesC4fillAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x7B4, symBinAddr: 0x167B88, symSize: 0x278 } + - { offsetInCU: 0x409, offset: 0x218BEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCMa', symObjAddr: 0x44, symBinAddr: 0x167418, symSize: 0x20 } + - { offsetInCU: 0x447, offset: 0x218C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCfD', symObjAddr: 0xAC, symBinAddr: 0x167480, symSize: 0x34 } + - { offsetInCU: 0x4A8, offset: 0x218C8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x100, symBinAddr: 0x1674D4, symSize: 0x44 } + - { offsetInCU: 0x4F4, offset: 0x218CD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x144, symBinAddr: 0x167518, symSize: 0x24 } + - { offsetInCU: 0x535, offset: 0x218D1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x168, symBinAddr: 0x16753C, symSize: 0x4 } + - { offsetInCU: 0x555, offset: 0x218D3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x168, symBinAddr: 0x16753C, symSize: 0x4 } + - { offsetInCU: 0x585, offset: 0x218D6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x16C, symBinAddr: 0x167540, symSize: 0x8 } + - { offsetInCU: 0x5A5, offset: 0x218D8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x16C, symBinAddr: 0x167540, symSize: 0x8 } + - { offsetInCU: 0x608, offset: 0x218DED, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x174, symBinAddr: 0x167548, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x218E0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x174, symBinAddr: 0x167548, symSize: 0x10 } + - { offsetInCU: 0x66F, offset: 0x218E54, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x184, symBinAddr: 0x167558, symSize: 0x8 } + - { offsetInCU: 0x68F, offset: 0x218E74, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x184, symBinAddr: 0x167558, symSize: 0x8 } + - { offsetInCU: 0x6B0, offset: 0x218E95, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x18C, symBinAddr: 0x167560, symSize: 0x8 } + - { offsetInCU: 0x6D0, offset: 0x218EB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x18C, symBinAddr: 0x167560, symSize: 0x8 } + - { offsetInCU: 0x6F1, offset: 0x218ED6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x194, symBinAddr: 0x167568, symSize: 0x8 } + - { offsetInCU: 0x711, offset: 0x218EF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x194, symBinAddr: 0x167568, symSize: 0x8 } + - { offsetInCU: 0x732, offset: 0x218F17, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x19C, symBinAddr: 0x167570, symSize: 0x8 } + - { offsetInCU: 0x752, offset: 0x218F37, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x19C, symBinAddr: 0x167570, symSize: 0x8 } + - { offsetInCU: 0x773, offset: 0x218F58, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1A4, symBinAddr: 0x167578, symSize: 0xC } + - { offsetInCU: 0x793, offset: 0x218F78, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1A4, symBinAddr: 0x167578, symSize: 0xC } + - { offsetInCU: 0x7B4, offset: 0x218F99, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1B0, symBinAddr: 0x167584, symSize: 0x10 } + - { offsetInCU: 0x7D4, offset: 0x218FB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1B0, symBinAddr: 0x167584, symSize: 0x10 } + - { offsetInCU: 0x7E6, offset: 0x218FCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1C0, symBinAddr: 0x167594, symSize: 0x8 } + - { offsetInCU: 0x820, offset: 0x219005, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x1C8, symBinAddr: 0x16759C, symSize: 0x4C } + - { offsetInCU: 0x85D, offset: 0x219042, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC06parentC04fillAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xA2C, symBinAddr: 0x167E00, symSize: 0x104 } + - { offsetInCU: 0x92A, offset: 0x21910F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xB30, symBinAddr: 0x167F04, symSize: 0x164 } + - { offsetInCU: 0xB2C, offset: 0x219311, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCMa', symObjAddr: 0xE0, symBinAddr: 0x1674B4, symSize: 0x20 } + - { offsetInCU: 0xC3D, offset: 0x219422, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x214, symBinAddr: 0x1675E8, symSize: 0x11C } + - { offsetInCU: 0xCD8, offset: 0x2194BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x330, symBinAddr: 0x167704, symSize: 0x190 } + - { offsetInCU: 0xE63, offset: 0x219648, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x4C0, symBinAddr: 0x167894, symSize: 0x12C } + - { offsetInCU: 0xEFF, offset: 0x2196E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x5EC, symBinAddr: 0x1679C0, symSize: 0x1C8 } + - { offsetInCU: 0x2B, offset: 0x21A0FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x168078, symSize: 0xE8 } + - { offsetInCU: 0x4F, offset: 0x21A122, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x168078, symSize: 0xE8 } + - { offsetInCU: 0x9C, offset: 0x21A16F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0xE8, symBinAddr: 0x168160, symSize: 0x3C } + - { offsetInCU: 0xD7, offset: 0x21A1AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvg', symObjAddr: 0x124, symBinAddr: 0x16819C, symSize: 0x30 } + - { offsetInCU: 0x13C, offset: 0x21A20F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x174, symBinAddr: 0x1681EC, symSize: 0x74 } + - { offsetInCU: 0x18D, offset: 0x21A260, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvs', symObjAddr: 0x1E8, symBinAddr: 0x168260, symSize: 0x50 } + - { offsetInCU: 0x1D3, offset: 0x21A2A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyF', symObjAddr: 0x238, symBinAddr: 0x1682B0, symSize: 0x4C } + - { offsetInCU: 0x20E, offset: 0x21A2E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyFTo', symObjAddr: 0x284, symBinAddr: 0x1682FC, symSize: 0x78 } + - { offsetInCU: 0x241, offset: 0x21A314, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyF', symObjAddr: 0x2FC, symBinAddr: 0x168374, symSize: 0x4C } + - { offsetInCU: 0x27C, offset: 0x21A34F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyFTo', symObjAddr: 0x348, symBinAddr: 0x1683C0, symSize: 0x78 } + - { offsetInCU: 0x2AF, offset: 0x21A382, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC06layoutB0yyF', symObjAddr: 0x3C0, symBinAddr: 0x168438, symSize: 0x4 } + - { offsetInCU: 0x2DA, offset: 0x21A3AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC22animationMovedToWindowyyF', symObjAddr: 0x3C4, symBinAddr: 0x16843C, symSize: 0x4 } + - { offsetInCU: 0x305, offset: 0x21A3D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x3C8, symBinAddr: 0x168440, symSize: 0x4 } + - { offsetInCU: 0x321, offset: 0x21A3F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC28animationWillEnterForegroundyyFTo', symObjAddr: 0x3CC, symBinAddr: 0x168444, symSize: 0x4 } + - { offsetInCU: 0x33D, offset: 0x21A410, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfC', symObjAddr: 0x3D0, symBinAddr: 0x168448, symSize: 0x50 } + - { offsetInCU: 0x35B, offset: 0x21A42E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc', symObjAddr: 0x420, symBinAddr: 0x168498, symSize: 0x60 } + - { offsetInCU: 0x3AA, offset: 0x21A47D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x480, symBinAddr: 0x1684F8, symSize: 0x6C } + - { offsetInCU: 0x3E5, offset: 0x21A4B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x4EC, symBinAddr: 0x168564, symSize: 0x44 } + - { offsetInCU: 0x403, offset: 0x21A4D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x530, symBinAddr: 0x1685A8, symSize: 0x50 } + - { offsetInCU: 0x454, offset: 0x21A527, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x580, symBinAddr: 0x1685F8, symSize: 0x44 } + - { offsetInCU: 0x497, offset: 0x21A56A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCfD', symObjAddr: 0x5C4, symBinAddr: 0x16863C, symSize: 0x30 } + - { offsetInCU: 0x4C5, offset: 0x21A598, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCMa', symObjAddr: 0x154, symBinAddr: 0x1681CC, symSize: 0x20 } + - { offsetInCU: 0x91, offset: 0x21A7B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC8rendererAcA10NodeOutput_AA10Renderablep_tcfc', symObjAddr: 0x0, symBinAddr: 0x168678, symSize: 0x630 } + - { offsetInCU: 0x51E, offset: 0x21AC46, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfc', symObjAddr: 0x630, symBinAddr: 0x168CA8, symSize: 0x1B8 } + - { offsetInCU: 0x59A, offset: 0x21ACC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x7E8, symBinAddr: 0x168E60, symSize: 0x4C } + - { offsetInCU: 0x5E0, offset: 0x21AD08, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x834, symBinAddr: 0x168EAC, symSize: 0xAC } + - { offsetInCU: 0x637, offset: 0x21AD5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC03hasC6Update8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8E0, symBinAddr: 0x168F58, symSize: 0x10C } + - { offsetInCU: 0x676, offset: 0x21AD9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x9EC, symBinAddr: 0x169064, symSize: 0x2F4 } + - { offsetInCU: 0x6C6, offset: 0x21ADEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xCE0, symBinAddr: 0x169358, symSize: 0x134 } + - { offsetInCU: 0x71C, offset: 0x21AE44, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0xE14, symBinAddr: 0x16948C, symSize: 0x50 } + - { offsetInCU: 0x738, offset: 0x21AE60, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC06updateC5ScaleyyF', symObjAddr: 0xE64, symBinAddr: 0x1694DC, symSize: 0x164 } + - { offsetInCU: 0x970, offset: 0x21B098, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCACycfcTo', symObjAddr: 0xFC8, symBinAddr: 0x169640, symSize: 0x2C } + - { offsetInCU: 0x9D7, offset: 0x21B0FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfD', symObjAddr: 0x1020, symBinAddr: 0x169698, symSize: 0x34 } + - { offsetInCU: 0xB68, offset: 0x21B290, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfE', symObjAddr: 0xFF4, symBinAddr: 0x16966C, symSize: 0x2C } + - { offsetInCU: 0xB95, offset: 0x21B2BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfETo', symObjAddr: 0x1054, symBinAddr: 0x1696CC, symSize: 0x38 } + - { offsetInCU: 0xBC4, offset: 0x21B2EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCMa', symObjAddr: 0x108C, symBinAddr: 0x169704, symSize: 0x20 } + - { offsetInCU: 0xBD8, offset: 0x21B300, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOc', symObjAddr: 0x10D0, symBinAddr: 0x169724, symSize: 0x44 } + - { offsetInCU: 0xBEC, offset: 0x21B314, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOb', symObjAddr: 0x1150, symBinAddr: 0x169768, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0x21B5F3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x1697A0, symSize: 0x18 } + - { offsetInCU: 0x73, offset: 0x21B63B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x1697A0, symSize: 0x18 } + - { offsetInCU: 0x104, offset: 0x21B6CC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x1697B8, symSize: 0x44 } + - { offsetInCU: 0x1E7, offset: 0x21B7AF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5C, symBinAddr: 0x1697FC, symSize: 0x28 } + - { offsetInCU: 0x286, offset: 0x21B84E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5crc328checksums6UInt32VAH_tFAHSWXEfU_', symObjAddr: 0xD4, symBinAddr: 0x169874, symSize: 0xA8 } + - { offsetInCU: 0x716, offset: 0x21BCDE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE7process9operation4size10bufferSize9skipCRC328provider8consumers6UInt32VSo019compression_stream_E0a_s5Int64VSiSbAcQ_SitKXEyACKXEtKFZTf4nnnnnnd_n', symObjAddr: 0x18C, symBinAddr: 0x16992C, symSize: 0xDA0 } + - { offsetInCU: 0x12BC, offset: 0x21C884, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFs0E0ADWl', symObjAddr: 0xF6C, symBinAddr: 0x16A70C, symSize: 0x44 } + - { offsetInCU: 0x12D0, offset: 0x21C898, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwet', symObjAddr: 0x1068, symBinAddr: 0x16A750, symSize: 0x90 } + - { offsetInCU: 0x12E4, offset: 0x21C8AC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwst', symObjAddr: 0x10F8, symBinAddr: 0x16A7E0, symSize: 0xBC } + - { offsetInCU: 0x12F8, offset: 0x21C8C0, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwug', symObjAddr: 0x11B4, symBinAddr: 0x16A89C, symSize: 0x8 } + - { offsetInCU: 0x130C, offset: 0x21C8D4, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwup', symObjAddr: 0x11BC, symBinAddr: 0x16A8A4, symSize: 0x4 } + - { offsetInCU: 0x1320, offset: 0x21C8E8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwui', symObjAddr: 0x11C0, symBinAddr: 0x16A8A8, symSize: 0xC } + - { offsetInCU: 0x1334, offset: 0x21C8FC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOMa', symObjAddr: 0x11CC, symBinAddr: 0x16A8B4, symSize: 0x10 } + - { offsetInCU: 0x1348, offset: 0x21C910, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSQWb', symObjAddr: 0x11DC, symBinAddr: 0x16A8C4, symSize: 0x4 } + - { offsetInCU: 0x135C, offset: 0x21C924, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFSQADWl', symObjAddr: 0x11E0, symBinAddr: 0x16A8C8, symSize: 0x44 } + - { offsetInCU: 0x13AE, offset: 0x21C976, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x84, symBinAddr: 0x169824, symSize: 0x40 } + - { offsetInCU: 0x144A, offset: 0x21CA12, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP7_domainSSvgTW', symObjAddr: 0xC4, symBinAddr: 0x169864, symSize: 0x4 } + - { offsetInCU: 0x1466, offset: 0x21CA2E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP5_codeSivgTW', symObjAddr: 0xC8, symBinAddr: 0x169868, symSize: 0x4 } + - { offsetInCU: 0x1482, offset: 0x21CA4A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xCC, symBinAddr: 0x16986C, symSize: 0x4 } + - { offsetInCU: 0x149E, offset: 0x21CA66, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xD0, symBinAddr: 0x169870, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x21CDD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x16A90C, symSize: 0xA74 } + - { offsetInCU: 0x499, offset: 0x21D245, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x16A90C, symSize: 0xA74 } + - { offsetInCU: 0x27, offset: 0x21F140, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x16B380, symSize: 0x74 } + - { offsetInCU: 0x87, offset: 0x21F1A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x16B380, symSize: 0x74 } + - { offsetInCU: 0xF3, offset: 0x21F20C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCfD', symObjAddr: 0x74, symBinAddr: 0x16B3F4, symSize: 0x2C } + - { offsetInCU: 0x178, offset: 0x21F291, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCMa', symObjAddr: 0xA0, symBinAddr: 0x16B420, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x21F422, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1C68, symBinAddr: 0x1F3BC0, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x21F43C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1C78, symBinAddr: 0x1F3BD0, symSize: 0x0 } + - { offsetInCU: 0x83, offset: 0x21F456, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1C88, symBinAddr: 0x1F3BE0, symSize: 0x0 } + - { offsetInCU: 0xDB, offset: 0x21F4AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg', symObjAddr: 0x570, symBinAddr: 0x16B9B0, symSize: 0x8 } + - { offsetInCU: 0xF9, offset: 0x21F4CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg', symObjAddr: 0x578, symBinAddr: 0x16B9B8, symSize: 0x48 } + - { offsetInCU: 0x129, offset: 0x21F4FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9animation3forAC9AnimationVSgSSSg_tF', symObjAddr: 0x0, symBinAddr: 0x16B440, symSize: 0x17C } + - { offsetInCU: 0x3C4, offset: 0x21F797, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC4data8filenameAC10Foundation4DataV_SStKcfc', symObjAddr: 0x17C, symBinAddr: 0x16B5BC, symSize: 0x3F4 } + - { offsetInCU: 0x4A1, offset: 0x21F874, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg', symObjAddr: 0x5C0, symBinAddr: 0x16BA00, symSize: 0x34 } + - { offsetInCU: 0x4CE, offset: 0x21F8A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC13animationsUrl10Foundation3URLVvg', symObjAddr: 0x5F4, symBinAddr: 0x16BA34, symSize: 0x214 } + - { offsetInCU: 0x50A, offset: 0x21F8DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9imagesUrl10Foundation3URLVvg', symObjAddr: 0x808, symBinAddr: 0x16BC48, symSize: 0x214 } + - { offsetInCU: 0x59D, offset: 0x21F970, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10decompress33_275A06DD5956033D98FBA55D0E0AF6FCLL4from2toy10Foundation3URLV_AJtKF', symObjAddr: 0xA94, symBinAddr: 0x16BED4, symSize: 0x610 } + - { offsetInCU: 0x6D2, offset: 0x21FAA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9AnimationVAA0baN0VKXEfU_', symObjAddr: 0x10A4, symBinAddr: 0x16C4E4, symSize: 0x30C } + - { offsetInCU: 0x803, offset: 0x21FBD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfd', symObjAddr: 0x13B0, symBinAddr: 0x16C7F0, symSize: 0xA4 } + - { offsetInCU: 0x840, offset: 0x21FC13, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfD', symObjAddr: 0x1494, symBinAddr: 0x16C894, symSize: 0xB0 } + - { offsetInCU: 0x947, offset: 0x21FD1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA1C, symBinAddr: 0x16BE5C, symSize: 0x30 } + - { offsetInCU: 0x961, offset: 0x21FD34, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA4C, symBinAddr: 0x16BE8C, symSize: 0x28 } + - { offsetInCU: 0x97B, offset: 0x21FD4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA74, symBinAddr: 0x16BEB4, symSize: 0x20 } + - { offsetInCU: 0xB0E, offset: 0x21FEE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMU', symObjAddr: 0x1544, symBinAddr: 0x16C944, symSize: 0x8 } + - { offsetInCU: 0xB22, offset: 0x21FEF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMa', symObjAddr: 0x154C, symBinAddr: 0x16C94C, symSize: 0x3C } + - { offsetInCU: 0xB36, offset: 0x21FF09, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMr', symObjAddr: 0x1588, symBinAddr: 0x16C988, symSize: 0xA4 } + - { offsetInCU: 0xB4A, offset: 0x21FF1D, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgMa', symObjAddr: 0x1638, symBinAddr: 0x16CA38, symSize: 0x54 } + - { offsetInCU: 0xB5E, offset: 0x21FF31, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwCP', symObjAddr: 0x168C, symBinAddr: 0x16CA8C, symSize: 0x30 } + - { offsetInCU: 0xB72, offset: 0x21FF45, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwxx', symObjAddr: 0x16BC, symBinAddr: 0x16CABC, symSize: 0x30 } + - { offsetInCU: 0xB86, offset: 0x21FF59, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwcp', symObjAddr: 0x16EC, symBinAddr: 0x16CAEC, symSize: 0x64 } + - { offsetInCU: 0xB9A, offset: 0x21FF6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwca', symObjAddr: 0x1750, symBinAddr: 0x16CB50, symSize: 0x94 } + - { offsetInCU: 0xBAE, offset: 0x21FF81, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwta', symObjAddr: 0x17F8, symBinAddr: 0x16CBE4, symSize: 0x6C } + - { offsetInCU: 0xBC2, offset: 0x21FF95, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwet', symObjAddr: 0x1864, symBinAddr: 0x16CC50, symSize: 0x48 } + - { offsetInCU: 0xBD6, offset: 0x21FFA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwst', symObjAddr: 0x18AC, symBinAddr: 0x16CC98, symSize: 0x4C } + - { offsetInCU: 0xBEA, offset: 0x21FFBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVMa', symObjAddr: 0x18F8, symBinAddr: 0x16CCE4, symSize: 0x10 } + - { offsetInCU: 0xCA3, offset: 0x220076, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVACSeAAWl', symObjAddr: 0x1B24, symBinAddr: 0x16CECC, symSize: 0x44 } + - { offsetInCU: 0xCB7, offset: 0x22008A, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOc', symObjAddr: 0x1BD8, symBinAddr: 0x16CF10, symSize: 0x48 } + - { offsetInCU: 0xCCB, offset: 0x22009E, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOd', symObjAddr: 0x1C20, symBinAddr: 0x16CF58, symSize: 0x48 } + - { offsetInCU: 0xDA0, offset: 0x220173, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie03DotC9AnimationVG_AE0dC4FileC0E0VTg5011$s6Lottie03d2A4f58C11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9E15VAA0baN0VKXEfU_AJTf1cn_nTf4ng_n', symObjAddr: 0x194C, symBinAddr: 0x16CCF4, symSize: 0x19C } + - { offsetInCU: 0x4F, offset: 0x2204D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvpZ', symObjAddr: 0x930, symBinAddr: 0x1F3D08, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x2204F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvgZ', symObjAddr: 0x0, symBinAddr: 0x16CFA0, symSize: 0x6C } + - { offsetInCU: 0xA0, offset: 0x22052A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0x6C, symBinAddr: 0x16D00C, symSize: 0x38 } + - { offsetInCU: 0xFE, offset: 0x220588, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_182$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x48C, symBinAddr: 0x16D42C, symSize: 0x1C } + - { offsetInCU: 0x116, offset: 0x2205A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_204$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SSyXEfu_Tf3pf_n', symObjAddr: 0x4A8, symBinAddr: 0x16D448, symSize: 0x1C } + - { offsetInCU: 0x12E, offset: 0x2205B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_78$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvgSSyXEfu1_Tf3pf_n', symObjAddr: 0x4C4, symBinAddr: 0x16D464, symSize: 0x1C } + - { offsetInCU: 0x146, offset: 0x2205D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_62$s6Lottie18CoreAnimationLayerC07respectC9FrameRateSbvsSSyXEfu_Tf3pf_n', symObjAddr: 0x4E0, symBinAddr: 0x16D480, symSize: 0x1C } + - { offsetInCU: 0x15E, offset: 0x2205E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_101$s6Lottie18CoreAnimationLayerC8getValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x4FC, symBinAddr: 0x16D49C, symSize: 0x1C } + - { offsetInCU: 0x176, offset: 0x220600, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_110$s6Lottie18CoreAnimationLayerC16getOriginalValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x518, symBinAddr: 0x16D4B8, symSize: 0x1C } + - { offsetInCU: 0x18E, offset: 0x220618, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_77$s6Lottie18CoreAnimationLayerC5layer3forSo7CALayerCSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x534, symBinAddr: 0x16D4D4, symSize: 0x1C } + - { offsetInCU: 0x1A6, offset: 0x220630, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_97$s6Lottie18CoreAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x550, symBinAddr: 0x16D4F0, symSize: 0x1C } + - { offsetInCU: 0x1BE, offset: 0x220648, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_87$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x56C, symBinAddr: 0x16D50C, symSize: 0x1C } + - { offsetInCU: 0x1D6, offset: 0x220660, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_0150$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0V39GSg12CoreGraphics7CGFloatVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x588, symBinAddr: 0x16D528, symSize: 0x1C } + - { offsetInCU: 0x1EE, offset: 0x220678, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_014$sSo7CALayerC6A158E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x5A4, symBinAddr: 0x16D544, symSize: 0x1C } + - { offsetInCU: 0x206, offset: 0x220690, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_', symObjAddr: 0x5C0, symBinAddr: 0x16D560, symSize: 0x20 } + - { offsetInCU: 0x226, offset: 0x2206B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF', symObjAddr: 0xA4, symBinAddr: 0x16D044, symSize: 0x48 } + - { offsetInCU: 0x294, offset: 0x22071E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_', symObjAddr: 0x36C, symBinAddr: 0x16D30C, symSize: 0x24 } + - { offsetInCU: 0x2A8, offset: 0x220732, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_75$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSSyXEfu0_Tf3pf_n', symObjAddr: 0x390, symBinAddr: 0x16D330, symSize: 0x1C } + - { offsetInCU: 0x2C0, offset: 0x22074A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu0_Tf3pf_n', symObjAddr: 0x3AC, symBinAddr: 0x16D34C, symSize: 0x1C } + - { offsetInCU: 0x2D8, offset: 0x220762, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu2_Tf3pf_n', symObjAddr: 0x3C8, symBinAddr: 0x16D368, symSize: 0x1C } + - { offsetInCU: 0x2F0, offset: 0x22077A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu4_Tf3pf_n', symObjAddr: 0x3E4, symBinAddr: 0x16D384, symSize: 0x1C } + - { offsetInCU: 0x308, offset: 0x220792, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_056$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybO35_p_AA16AnimationKeypathVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x400, symBinAddr: 0x16D3A0, symSize: 0x1C } + - { offsetInCU: 0x320, offset: 0x2207AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_05$sSa6A87AA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x41C, symBinAddr: 0x16D3BC, symSize: 0x1C } + - { offsetInCU: 0x338, offset: 0x2207C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_147$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x438, symBinAddr: 0x16D3D8, symSize: 0x1C } + - { offsetInCU: 0x350, offset: 0x2207DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_170$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x454, symBinAddr: 0x16D3F4, symSize: 0x1C } + - { offsetInCU: 0x368, offset: 0x2207F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_139$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x470, symBinAddr: 0x16D410, symSize: 0x1C } + - { offsetInCU: 0x38C, offset: 0x220816, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0xEC, symBinAddr: 0x16D08C, symSize: 0x38 } + - { offsetInCU: 0x3EA, offset: 0x220874, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_05$sSa6A55AA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyFSSyXEfu_Tf3pf_n', symObjAddr: 0x624, symBinAddr: 0x16D5C4, symSize: 0x1C } + - { offsetInCU: 0x403, offset: 0x22088D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKF', symObjAddr: 0x124, symBinAddr: 0x16D0C4, symSize: 0x38 } + - { offsetInCU: 0x441, offset: 0x2208CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu1_Tf3pf_n', symObjAddr: 0x640, symBinAddr: 0x16D5E0, symSize: 0x1C } + - { offsetInCU: 0x459, offset: 0x2208E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu0_Tf3pf_n', symObjAddr: 0x65C, symBinAddr: 0x16D5FC, symSize: 0x1C } + - { offsetInCU: 0x471, offset: 0x2208FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_Tf3pf_n', symObjAddr: 0x678, symBinAddr: 0x16D618, symSize: 0x1C } + - { offsetInCU: 0x48A, offset: 0x220914, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA_ySbyXE_SSyXEAISutcfU_', symObjAddr: 0x15C, symBinAddr: 0x16D0FC, symSize: 0x4 } + - { offsetInCU: 0x4E3, offset: 0x22096D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA0_ySSyXE_AISutcfU_', symObjAddr: 0x160, symBinAddr: 0x16D100, symSize: 0x4 } + - { offsetInCU: 0x52C, offset: 0x2209B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA2_ySSyXEcfU_', symObjAddr: 0x164, symBinAddr: 0x16D104, symSize: 0x4 } + - { offsetInCU: 0x5A5, offset: 0x220A2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfC', symObjAddr: 0x168, symBinAddr: 0x16D108, symSize: 0x78 } + - { offsetInCU: 0x600, offset: 0x220A8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc', symObjAddr: 0x1E0, symBinAddr: 0x16D180, symSize: 0x18 } + - { offsetInCU: 0x656, offset: 0x220AE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvsZ', symObjAddr: 0x250, symBinAddr: 0x16D1F0, symSize: 0x74 } + - { offsetInCU: 0x69D, offset: 0x220B27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ', symObjAddr: 0x2C4, symBinAddr: 0x16D264, symSize: 0x6C } + - { offsetInCU: 0x6D4, offset: 0x220B5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ.resume.0', symObjAddr: 0x330, symBinAddr: 0x16D2D0, symSize: 0x4 } + - { offsetInCU: 0x6FF, offset: 0x220B89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfd', symObjAddr: 0x694, symBinAddr: 0x16D634, symSize: 0x34 } + - { offsetInCU: 0x73A, offset: 0x220BC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfD', symObjAddr: 0x6C8, symBinAddr: 0x16D668, symSize: 0x3C } + - { offsetInCU: 0x78F, offset: 0x220C19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6shared_WZ', symObjAddr: 0x1F8, symBinAddr: 0x16D198, symSize: 0x58 } + - { offsetInCU: 0x806, offset: 0x220C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x5E0, symBinAddr: 0x16D580, symSize: 0x20 } + - { offsetInCU: 0x82F, offset: 0x220CB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x600, symBinAddr: 0x16D5A0, symSize: 0x24 } + - { offsetInCU: 0x858, offset: 0x220CE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZ', symObjAddr: 0x704, symBinAddr: 0x16D6A4, symSize: 0x50 } + - { offsetInCU: 0x8E2, offset: 0x220D6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySbyXE_SSyXEs12StaticStringVSutcfU_', symObjAddr: 0x754, symBinAddr: 0x16D6F4, symSize: 0xA0 } + - { offsetInCU: 0x991, offset: 0x220E1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySSyXE_s12StaticStringVSutcfU0_', symObjAddr: 0x7F4, symBinAddr: 0x16D794, symSize: 0x80 } + - { offsetInCU: 0xA52, offset: 0x220EDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCMa', symObjAddr: 0x874, symBinAddr: 0x16D814, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x2210E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x16D864, symSize: 0x124 } + - { offsetInCU: 0x7D, offset: 0x221137, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x16D864, symSize: 0x124 } + - { offsetInCU: 0x174, offset: 0x22122E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x124, symBinAddr: 0x16D988, symSize: 0x15C } + - { offsetInCU: 0x27, offset: 0x22140E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x16DAE4, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0x221432, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x16DAE4, symSize: 0x48 } + - { offsetInCU: 0x70, offset: 0x221457, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x16DB2C, symSize: 0x194 } + - { offsetInCU: 0x10E, offset: 0x2214F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1EC, symBinAddr: 0x16DCD0, symSize: 0x64 } + - { offsetInCU: 0x151, offset: 0x221538, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x250, symBinAddr: 0x16DD34, symSize: 0x24 } + - { offsetInCU: 0x191, offset: 0x221578, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x274, symBinAddr: 0x16DD58, symSize: 0x4 } + - { offsetInCU: 0x1B1, offset: 0x221598, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x274, symBinAddr: 0x16DD58, symSize: 0x4 } + - { offsetInCU: 0x1DC, offset: 0x2215C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x278, symBinAddr: 0x16DD5C, symSize: 0x68 } + - { offsetInCU: 0x227, offset: 0x22160E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0x16DDC4, symSize: 0xC } + - { offsetInCU: 0x243, offset: 0x22162A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x2EC, symBinAddr: 0x16DDD0, symSize: 0xC } + - { offsetInCU: 0x25F, offset: 0x221646, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x978, symBinAddr: 0x16E25C, symSize: 0x14 } + - { offsetInCU: 0x27C, offset: 0x221663, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x348, symBinAddr: 0x16DE2C, symSize: 0x1C0 } + - { offsetInCU: 0x320, offset: 0x221707, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfD', symObjAddr: 0x510, symBinAddr: 0x16DFF4, symSize: 0x2C } + - { offsetInCU: 0x3ED, offset: 0x2217D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfE', symObjAddr: 0x508, symBinAddr: 0x16DFEC, symSize: 0x8 } + - { offsetInCU: 0x41A, offset: 0x221801, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCMa', symObjAddr: 0x53C, symBinAddr: 0x16E020, symSize: 0x20 } + - { offsetInCU: 0x42E, offset: 0x221815, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCACSEAAWl', symObjAddr: 0x6F0, symBinAddr: 0x16E040, symSize: 0x48 } + - { offsetInCU: 0x442, offset: 0x221829, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwet', symObjAddr: 0x7A4, symBinAddr: 0x16E088, symSize: 0x50 } + - { offsetInCU: 0x456, offset: 0x22183D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwst', symObjAddr: 0x7F4, symBinAddr: 0x16E0D8, symSize: 0x8C } + - { offsetInCU: 0x46A, offset: 0x221851, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwug', symObjAddr: 0x880, symBinAddr: 0x16E164, symSize: 0x8 } + - { offsetInCU: 0x47E, offset: 0x221865, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwup', symObjAddr: 0x888, symBinAddr: 0x16E16C, symSize: 0x4 } + - { offsetInCU: 0x492, offset: 0x221879, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwui', symObjAddr: 0x88C, symBinAddr: 0x16E170, symSize: 0x4 } + - { offsetInCU: 0x4A6, offset: 0x22188D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOMa', symObjAddr: 0x890, symBinAddr: 0x16E174, symSize: 0x10 } + - { offsetInCU: 0x4BA, offset: 0x2218A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASQWb', symObjAddr: 0x8A0, symBinAddr: 0x16E184, symSize: 0x4 } + - { offsetInCU: 0x4CE, offset: 0x2218B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAESQAAWl', symObjAddr: 0x8A4, symBinAddr: 0x16E188, symSize: 0x44 } + - { offsetInCU: 0x4E2, offset: 0x2218C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8E8, symBinAddr: 0x16E1CC, symSize: 0x4 } + - { offsetInCU: 0x4F6, offset: 0x2218DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8EC, symBinAddr: 0x16E1D0, symSize: 0x44 } + - { offsetInCU: 0x50A, offset: 0x2218F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0x16E214, symSize: 0x4 } + - { offsetInCU: 0x51E, offset: 0x221905, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x934, symBinAddr: 0x16E218, symSize: 0x44 } + - { offsetInCU: 0x559, offset: 0x221940, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1DC, symBinAddr: 0x16DCC0, symSize: 0x4 } + - { offsetInCU: 0x579, offset: 0x221960, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1DC, symBinAddr: 0x16DCC0, symSize: 0x4 } + - { offsetInCU: 0x599, offset: 0x221980, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1E0, symBinAddr: 0x16DCC4, symSize: 0x4 } + - { offsetInCU: 0x5B9, offset: 0x2219A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1E0, symBinAddr: 0x16DCC4, symSize: 0x4 } + - { offsetInCU: 0x5D9, offset: 0x2219C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E4, symBinAddr: 0x16DCC8, symSize: 0x4 } + - { offsetInCU: 0x5F9, offset: 0x2219E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E4, symBinAddr: 0x16DCC8, symSize: 0x4 } + - { offsetInCU: 0x619, offset: 0x221A00, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1E8, symBinAddr: 0x16DCCC, symSize: 0x4 } + - { offsetInCU: 0x639, offset: 0x221A20, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1E8, symBinAddr: 0x16DCCC, symSize: 0x4 } + - { offsetInCU: 0x651, offset: 0x221A38, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2F8, symBinAddr: 0x16DDDC, symSize: 0x28 } + - { offsetInCU: 0x66D, offset: 0x221A54, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x320, symBinAddr: 0x16DE04, symSize: 0x28 } + - { offsetInCU: 0x8A, offset: 0x221C6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x16E330, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x221C9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0x16E348, symSize: 0xC } + - { offsetInCU: 0xEF, offset: 0x221CD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x18C, symBinAddr: 0x16E3FC, symSize: 0x698 } + - { offsetInCU: 0x276, offset: 0x221E58, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueSSvg', symObjAddr: 0x824, symBinAddr: 0x16EA94, symSize: 0x20 } + - { offsetInCU: 0x2AF, offset: 0x221E91, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x844, symBinAddr: 0x16EAB4, symSize: 0x20 } + - { offsetInCU: 0x2DD, offset: 0x221EBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x844, symBinAddr: 0x16EAB4, symSize: 0x20 } + - { offsetInCU: 0x326, offset: 0x221F08, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValuexSg03RawR0Qz_tcfCTW', symObjAddr: 0x9E8, symBinAddr: 0x16EC58, symSize: 0x44 } + - { offsetInCU: 0x36C, offset: 0x221F4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValue03RawR0QzvgTW', symObjAddr: 0xA2C, symBinAddr: 0x16EC9C, symSize: 0x28 } + - { offsetInCU: 0x380, offset: 0x221F62, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA54, symBinAddr: 0x16ECC4, symSize: 0x8 } + - { offsetInCU: 0x3B6, offset: 0x221F98, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA5C, symBinAddr: 0x16ECCC, symSize: 0x3C } + - { offsetInCU: 0x41B, offset: 0x221FFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA98, symBinAddr: 0x16ED08, symSize: 0xC } + - { offsetInCU: 0x437, offset: 0x222019, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xAA4, symBinAddr: 0x16ED14, symSize: 0xC } + - { offsetInCU: 0x453, offset: 0x222035, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1C18, symBinAddr: 0x16FC34, symSize: 0x50 } + - { offsetInCU: 0x49E, offset: 0x222080, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCfD', symObjAddr: 0xB00, symBinAddr: 0x16ED70, symSize: 0x2C } + - { offsetInCU: 0x4E1, offset: 0x2220C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC6encode2toys7Encoder_p_tKF', symObjAddr: 0xD04, symBinAddr: 0x16EF64, symSize: 0x38C } + - { offsetInCU: 0x520, offset: 0x222102, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1090, symBinAddr: 0x16F2F0, symSize: 0x448 } + - { offsetInCU: 0x575, offset: 0x222157, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x14D8, symBinAddr: 0x16F738, symSize: 0x54 } + - { offsetInCU: 0x5AC, offset: 0x22218E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x152C, symBinAddr: 0x16F78C, symSize: 0x20 } + - { offsetInCU: 0x5E7, offset: 0x2221C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x17D0, symBinAddr: 0x16F8BC, symSize: 0x110 } + - { offsetInCU: 0x66E, offset: 0x222250, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCMa', symObjAddr: 0xB2C, symBinAddr: 0x16ED9C, symSize: 0x20 } + - { offsetInCU: 0x682, offset: 0x222264, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwet', symObjAddr: 0xB5C, symBinAddr: 0x16EDBC, symSize: 0x90 } + - { offsetInCU: 0x696, offset: 0x222278, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwst', symObjAddr: 0xBEC, symBinAddr: 0x16EE4C, symSize: 0xBC } + - { offsetInCU: 0x6AA, offset: 0x22228C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwup', symObjAddr: 0xCA8, symBinAddr: 0x16EF08, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x2222A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOMa', symObjAddr: 0xCAC, symBinAddr: 0x16EF0C, symSize: 0x10 } + - { offsetInCU: 0x6D2, offset: 0x2222B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASQWb', symObjAddr: 0xCBC, symBinAddr: 0x16EF1C, symSize: 0x4 } + - { offsetInCU: 0x6E6, offset: 0x2222C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSQAAWl', symObjAddr: 0xCC0, symBinAddr: 0x16EF20, symSize: 0x44 } + - { offsetInCU: 0x6FA, offset: 0x2222DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs0D3KeyAAWl', symObjAddr: 0x15B0, symBinAddr: 0x16F7AC, symSize: 0x44 } + - { offsetInCU: 0x70E, offset: 0x2222F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSeAAWl', symObjAddr: 0x15F4, symBinAddr: 0x16F7F0, symSize: 0x44 } + - { offsetInCU: 0x722, offset: 0x222304, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSEAAWl', symObjAddr: 0x16C0, symBinAddr: 0x16F834, symSize: 0x44 } + - { offsetInCU: 0x736, offset: 0x222318, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSYAAWl', symObjAddr: 0x178C, symBinAddr: 0x16F878, symSize: 0x44 } + - { offsetInCU: 0x74A, offset: 0x22232C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwet', symObjAddr: 0x19D0, symBinAddr: 0x16F9EC, symSize: 0x90 } + - { offsetInCU: 0x75E, offset: 0x222340, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwst', symObjAddr: 0x1A60, symBinAddr: 0x16FA7C, symSize: 0xBC } + - { offsetInCU: 0x772, offset: 0x222354, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwug', symObjAddr: 0x1B1C, symBinAddr: 0x16FB38, symSize: 0x8 } + - { offsetInCU: 0x786, offset: 0x222368, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwup', symObjAddr: 0x1B24, symBinAddr: 0x16FB40, symSize: 0x4 } + - { offsetInCU: 0x79A, offset: 0x22237C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwui', symObjAddr: 0x1B28, symBinAddr: 0x16FB44, symSize: 0x8 } + - { offsetInCU: 0x7AE, offset: 0x222390, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOMa', symObjAddr: 0x1B30, symBinAddr: 0x16FB4C, symSize: 0x10 } + - { offsetInCU: 0x7C2, offset: 0x2223A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASQWb', symObjAddr: 0x1B40, symBinAddr: 0x16FB5C, symSize: 0x4 } + - { offsetInCU: 0x7D6, offset: 0x2223B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFSQAAWl', symObjAddr: 0x1B44, symBinAddr: 0x16FB60, symSize: 0x44 } + - { offsetInCU: 0x7EA, offset: 0x2223CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1B88, symBinAddr: 0x16FBA4, symSize: 0x4 } + - { offsetInCU: 0x7FE, offset: 0x2223E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1B8C, symBinAddr: 0x16FBA8, symSize: 0x44 } + - { offsetInCU: 0x812, offset: 0x2223F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1BD0, symBinAddr: 0x16FBEC, symSize: 0x4 } + - { offsetInCU: 0x826, offset: 0x222408, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1BD4, symBinAddr: 0x16FBF0, symSize: 0x44 } + - { offsetInCU: 0x85A, offset: 0x22243C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x16E270, symSize: 0x14 } + - { offsetInCU: 0x8EB, offset: 0x2224CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x16E284, symSize: 0x44 } + - { offsetInCU: 0x99A, offset: 0x22257C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x16E2C8, symSize: 0x28 } + - { offsetInCU: 0x9ED, offset: 0x2225CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x16E2F0, symSize: 0x40 } + - { offsetInCU: 0xA71, offset: 0x222653, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0x16E354, symSize: 0x5C } + - { offsetInCU: 0xA94, offset: 0x222676, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0x16E3B0, symSize: 0x4C } + - { offsetInCU: 0xAF2, offset: 0x2226D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x864, symBinAddr: 0x16EAD4, symSize: 0x88 } + - { offsetInCU: 0xBA1, offset: 0x222783, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH9hashValueSivgTW', symObjAddr: 0x8EC, symBinAddr: 0x16EB5C, symSize: 0x60 } + - { offsetInCU: 0xC1F, offset: 0x222801, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x94C, symBinAddr: 0x16EBBC, symSize: 0x40 } + - { offsetInCU: 0xC71, offset: 0x222853, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98C, symBinAddr: 0x16EBFC, symSize: 0x5C } + - { offsetInCU: 0xCD4, offset: 0x2228B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xAB0, symBinAddr: 0x16ED20, symSize: 0x28 } + - { offsetInCU: 0xCF0, offset: 0x2228D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xAD8, symBinAddr: 0x16ED48, symSize: 0x28 } + - { offsetInCU: 0x65, offset: 0x222ACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x16FC94, symSize: 0x444 } + - { offsetInCU: 0xE5, offset: 0x222B4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x444, symBinAddr: 0x1700D8, symSize: 0x5FC } + - { offsetInCU: 0x338, offset: 0x222D9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO8rawValueSSvg', symObjAddr: 0xA40, symBinAddr: 0x1706D4, symSize: 0x20 } + - { offsetInCU: 0x371, offset: 0x222DD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xCCC, symBinAddr: 0x170960, symSize: 0x20 } + - { offsetInCU: 0x39F, offset: 0x222E06, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xCCC, symBinAddr: 0x170960, symSize: 0x20 } + - { offsetInCU: 0x3F3, offset: 0x222E5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xD10, symBinAddr: 0x1709A4, symSize: 0x64 } + - { offsetInCU: 0x459, offset: 0x222EC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xD74, symBinAddr: 0x170A08, symSize: 0x28 } + - { offsetInCU: 0x475, offset: 0x222EDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xD9C, symBinAddr: 0x170A30, symSize: 0x8 } + - { offsetInCU: 0x4AB, offset: 0x222F12, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xDA4, symBinAddr: 0x170A38, symSize: 0x68 } + - { offsetInCU: 0x530, offset: 0x222F97, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xE0C, symBinAddr: 0x170AA0, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x222FB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xE18, symBinAddr: 0x170AAC, symSize: 0xC } + - { offsetInCU: 0x58A, offset: 0x222FF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xE84, symBinAddr: 0x170B18, symSize: 0x64 } + - { offsetInCU: 0x5CD, offset: 0x223034, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xEE8, symBinAddr: 0x170B7C, symSize: 0x24 } + - { offsetInCU: 0x60D, offset: 0x223074, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xF0C, symBinAddr: 0x170BA0, symSize: 0x4 } + - { offsetInCU: 0x62D, offset: 0x223094, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xF0C, symBinAddr: 0x170BA0, symSize: 0x4 } + - { offsetInCU: 0x658, offset: 0x2230BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xF10, symBinAddr: 0x170BA4, symSize: 0x68 } + - { offsetInCU: 0x6A3, offset: 0x22310A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValueSiSgvgTW', symObjAddr: 0xF78, symBinAddr: 0x170C0C, symSize: 0xC } + - { offsetInCU: 0x6BF, offset: 0x223126, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF84, symBinAddr: 0x170C18, symSize: 0xC } + - { offsetInCU: 0x6DB, offset: 0x223142, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1798, symBinAddr: 0x171224, symSize: 0x14 } + - { offsetInCU: 0x6F9, offset: 0x223160, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC6encode2toys7Encoder_p_tKF', symObjAddr: 0xA60, symBinAddr: 0x1706F4, symSize: 0x26C } + - { offsetInCU: 0x78A, offset: 0x2231F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCfD', symObjAddr: 0xFE0, symBinAddr: 0x170C74, symSize: 0x3C } + - { offsetInCU: 0x7E5, offset: 0x22324C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x103C, symBinAddr: 0x170CD0, symSize: 0x54 } + - { offsetInCU: 0x81D, offset: 0x223284, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1090, symBinAddr: 0x170D24, symSize: 0x20 } + - { offsetInCU: 0x8DA, offset: 0x223341, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCMa', symObjAddr: 0x101C, symBinAddr: 0x170CB0, symSize: 0x20 } + - { offsetInCU: 0x8EE, offset: 0x223355, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs0C3KeyAAWl', symObjAddr: 0x1114, symBinAddr: 0x170D44, symSize: 0x44 } + - { offsetInCU: 0x902, offset: 0x223369, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs06CodingD0AAWl', symObjAddr: 0x1178, symBinAddr: 0x170D88, symSize: 0x44 } + - { offsetInCU: 0x916, offset: 0x22337D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x1378, symBinAddr: 0x170E08, symSize: 0x90 } + - { offsetInCU: 0x92A, offset: 0x223391, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x1408, symBinAddr: 0x170E98, symSize: 0xBC } + - { offsetInCU: 0x93E, offset: 0x2233A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x14C4, symBinAddr: 0x170F54, symSize: 0x8 } + - { offsetInCU: 0x952, offset: 0x2233B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x14CC, symBinAddr: 0x170F5C, symSize: 0x4 } + - { offsetInCU: 0x966, offset: 0x2233CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x14D0, symBinAddr: 0x170F60, symSize: 0x8 } + - { offsetInCU: 0x97A, offset: 0x2233E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x14D8, symBinAddr: 0x170F68, symSize: 0x10 } + - { offsetInCU: 0x98E, offset: 0x2233F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x14EC, symBinAddr: 0x170F78, symSize: 0x50 } + - { offsetInCU: 0x9A2, offset: 0x223409, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x153C, symBinAddr: 0x170FC8, symSize: 0x8C } + - { offsetInCU: 0x9B6, offset: 0x22341D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x15C8, symBinAddr: 0x171054, symSize: 0x8 } + - { offsetInCU: 0x9CA, offset: 0x223431, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x15D0, symBinAddr: 0x17105C, symSize: 0x4 } + - { offsetInCU: 0x9DE, offset: 0x223445, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x15D4, symBinAddr: 0x171060, symSize: 0x4 } + - { offsetInCU: 0x9F2, offset: 0x223459, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x15D8, symBinAddr: 0x171064, symSize: 0x10 } + - { offsetInCU: 0xA06, offset: 0x22346D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x15E8, symBinAddr: 0x171074, symSize: 0x4 } + - { offsetInCU: 0xA1A, offset: 0x223481, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x15EC, symBinAddr: 0x171078, symSize: 0x44 } + - { offsetInCU: 0xA2E, offset: 0x223495, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x1630, symBinAddr: 0x1710BC, symSize: 0x4 } + - { offsetInCU: 0xA42, offset: 0x2234A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x1634, symBinAddr: 0x1710C0, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x2234BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1678, symBinAddr: 0x171104, symSize: 0x4 } + - { offsetInCU: 0xA6A, offset: 0x2234D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x167C, symBinAddr: 0x171108, symSize: 0x44 } + - { offsetInCU: 0xA7E, offset: 0x2234E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs23CustomStringConvertiblePWb', symObjAddr: 0x16C0, symBinAddr: 0x17114C, symSize: 0x4 } + - { offsetInCU: 0xA92, offset: 0x2234F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16C4, symBinAddr: 0x171150, symSize: 0x44 } + - { offsetInCU: 0xAA6, offset: 0x22350D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1708, symBinAddr: 0x171194, symSize: 0x4 } + - { offsetInCU: 0xABA, offset: 0x223521, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x170C, symBinAddr: 0x171198, symSize: 0x44 } + - { offsetInCU: 0xACE, offset: 0x223535, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1750, symBinAddr: 0x1711DC, symSize: 0x4 } + - { offsetInCU: 0xAE2, offset: 0x223549, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1754, symBinAddr: 0x1711E0, symSize: 0x44 } + - { offsetInCU: 0xB4B, offset: 0x2235B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCEC, symBinAddr: 0x170980, symSize: 0xC } + - { offsetInCU: 0xB67, offset: 0x2235CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xCF8, symBinAddr: 0x17098C, symSize: 0x8 } + - { offsetInCU: 0xB83, offset: 0x2235EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD00, symBinAddr: 0x170994, symSize: 0x8 } + - { offsetInCU: 0xB9F, offset: 0x223606, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD08, symBinAddr: 0x17099C, symSize: 0x8 } + - { offsetInCU: 0xBC2, offset: 0x223629, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xE24, symBinAddr: 0x170AB8, symSize: 0x28 } + - { offsetInCU: 0xBDE, offset: 0x223645, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xE4C, symBinAddr: 0x170AE0, symSize: 0x28 } + - { offsetInCU: 0xC09, offset: 0x223670, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE74, symBinAddr: 0x170B08, symSize: 0x4 } + - { offsetInCU: 0xC29, offset: 0x223690, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE74, symBinAddr: 0x170B08, symSize: 0x4 } + - { offsetInCU: 0xC49, offset: 0x2236B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE78, symBinAddr: 0x170B0C, symSize: 0x4 } + - { offsetInCU: 0xC69, offset: 0x2236D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE78, symBinAddr: 0x170B0C, symSize: 0x4 } + - { offsetInCU: 0xC89, offset: 0x2236F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE7C, symBinAddr: 0x170B10, symSize: 0x4 } + - { offsetInCU: 0xCA9, offset: 0x223710, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE7C, symBinAddr: 0x170B10, symSize: 0x4 } + - { offsetInCU: 0xCC9, offset: 0x223730, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE80, symBinAddr: 0x170B14, symSize: 0x4 } + - { offsetInCU: 0xCE9, offset: 0x223750, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE80, symBinAddr: 0x170B14, symSize: 0x4 } + - { offsetInCU: 0xD01, offset: 0x223768, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF90, symBinAddr: 0x170C24, symSize: 0x28 } + - { offsetInCU: 0xD1D, offset: 0x223784, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xFB8, symBinAddr: 0x170C4C, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x2239BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x40, symBinAddr: 0x171278, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x223B29, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x171370, symSize: 0x238 } + - { offsetInCU: 0x174, offset: 0x223C76, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x171370, symSize: 0x238 } + - { offsetInCU: 0x3F6, offset: 0x223EF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x238, symBinAddr: 0x1715A8, symSize: 0x5C } + - { offsetInCU: 0x44E, offset: 0x223F50, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfD', symObjAddr: 0x29C, symBinAddr: 0x17160C, symSize: 0x2C } + - { offsetInCU: 0x4B0, offset: 0x223FB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfE', symObjAddr: 0x294, symBinAddr: 0x171604, symSize: 0x8 } + - { offsetInCU: 0x508, offset: 0x22400A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCMa', symObjAddr: 0x2C8, symBinAddr: 0x171638, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x224258, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x171658, symSize: 0x148 } + - { offsetInCU: 0x79, offset: 0x2242A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x171658, symSize: 0x148 } + - { offsetInCU: 0xC7, offset: 0x2242F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x148, symBinAddr: 0x1717A0, symSize: 0x130 } + - { offsetInCU: 0xFD, offset: 0x22432A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfC', symObjAddr: 0x2D0, symBinAddr: 0x1718E0, symSize: 0x4C } + - { offsetInCU: 0x11B, offset: 0x224348, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfc', symObjAddr: 0x31C, symBinAddr: 0x17192C, symSize: 0xD0 } + - { offsetInCU: 0x1C3, offset: 0x2243F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvg', symObjAddr: 0x518, symBinAddr: 0x1719FC, symSize: 0x30 } + - { offsetInCU: 0x20E, offset: 0x22443B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvs', symObjAddr: 0x548, symBinAddr: 0x171A2C, symSize: 0x50 } + - { offsetInCU: 0x254, offset: 0x224481, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM', symObjAddr: 0x598, symBinAddr: 0x171A7C, symSize: 0x40 } + - { offsetInCU: 0x283, offset: 0x2244B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM.resume.0', symObjAddr: 0x5D8, symBinAddr: 0x171ABC, symSize: 0x34 } + - { offsetInCU: 0x2C2, offset: 0x2244EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9valueTypeypXpvg', symObjAddr: 0x60C, symBinAddr: 0x171AF0, symSize: 0xC } + - { offsetInCU: 0x2ED, offset: 0x22451A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x618, symBinAddr: 0x171AFC, symSize: 0xA8 } + - { offsetInCU: 0x33A, offset: 0x224567, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x6D0, symBinAddr: 0x171BB4, symSize: 0x34 } + - { offsetInCU: 0x3A0, offset: 0x2245CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x764, symBinAddr: 0x171C48, symSize: 0x18 } + - { offsetInCU: 0x3C3, offset: 0x2245F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfd', symObjAddr: 0x77C, symBinAddr: 0x171C60, symSize: 0x24 } + - { offsetInCU: 0x3FE, offset: 0x22462B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfD', symObjAddr: 0x7D4, symBinAddr: 0x171C84, symSize: 0x2C } + - { offsetInCU: 0x441, offset: 0x22466E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x800, symBinAddr: 0x171CB0, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0x22468A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x820, symBinAddr: 0x171CD0, symSize: 0xC } + - { offsetInCU: 0x4A3, offset: 0x2246D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x82C, symBinAddr: 0x171CDC, symSize: 0x1C } + - { offsetInCU: 0x503, offset: 0x224730, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOe', symObjAddr: 0x278, symBinAddr: 0x1718D0, symSize: 0x10 } + - { offsetInCU: 0x538, offset: 0x224765, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOy', symObjAddr: 0x6C0, symBinAddr: 0x171BA4, symSize: 0x10 } + - { offsetInCU: 0x54C, offset: 0x224779, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x730, symBinAddr: 0x171C14, symSize: 0x34 } + - { offsetInCU: 0x594, offset: 0x2247C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x848, symBinAddr: 0x171CF8, symSize: 0xC } + - { offsetInCU: 0x5C3, offset: 0x2247F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x854, symBinAddr: 0x171D04, symSize: 0xC } + - { offsetInCU: 0x60D, offset: 0x22483A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x860, symBinAddr: 0x171D10, symSize: 0x14 } + - { offsetInCU: 0x650, offset: 0x22487D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCMa', symObjAddr: 0x90C, symBinAddr: 0x171DBC, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x224AB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfC', symObjAddr: 0x0, symBinAddr: 0x171DF8, symSize: 0x8C } + - { offsetInCU: 0x69, offset: 0x224ACF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfC', symObjAddr: 0x8C, symBinAddr: 0x171E84, symSize: 0x54 } + - { offsetInCU: 0x87, offset: 0x224AED, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc', symObjAddr: 0xE0, symBinAddr: 0x171ED8, symSize: 0xEC } + - { offsetInCU: 0xF4, offset: 0x224B5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc', symObjAddr: 0x1CC, symBinAddr: 0x171FC4, symSize: 0x128 } + - { offsetInCU: 0x19D, offset: 0x224C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5valuexvg', symObjAddr: 0x2F4, symBinAddr: 0x1720EC, symSize: 0x1C } + - { offsetInCU: 0x1D8, offset: 0x224C3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg', symObjAddr: 0x310, symBinAddr: 0x172108, symSize: 0x10 } + - { offsetInCU: 0x205, offset: 0x224C6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC6isHoldSbvg', symObjAddr: 0x320, symBinAddr: 0x172118, symSize: 0x10 } + - { offsetInCU: 0x232, offset: 0x224C98, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg', symObjAddr: 0x330, symBinAddr: 0x172128, symSize: 0x20 } + - { offsetInCU: 0x25F, offset: 0x224CC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg', symObjAddr: 0x350, symBinAddr: 0x172148, symSize: 0x20 } + - { offsetInCU: 0x28C, offset: 0x224CF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg', symObjAddr: 0x370, symBinAddr: 0x172168, symSize: 0x28 } + - { offsetInCU: 0x2B9, offset: 0x224D1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg', symObjAddr: 0x398, symBinAddr: 0x172190, symSize: 0x28 } + - { offsetInCU: 0x2E6, offset: 0x224D4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfd', symObjAddr: 0x3C0, symBinAddr: 0x1721B8, symSize: 0x2C } + - { offsetInCU: 0x335, offset: 0x224D9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfD', symObjAddr: 0x3EC, symBinAddr: 0x1721E4, symSize: 0x38 } + - { offsetInCU: 0x3CA, offset: 0x224E30, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x424, symBinAddr: 0x17221C, symSize: 0x1A8 } + - { offsetInCU: 0x451, offset: 0x224EB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x5CC, symBinAddr: 0x1723C4, symSize: 0x10 } + - { offsetInCU: 0x50C, offset: 0x224F72, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x5DC, symBinAddr: 0x1723D4, symSize: 0x1D0 } + - { offsetInCU: 0x85F, offset: 0x2252C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE9hashValueSivg', symObjAddr: 0x7AC, symBinAddr: 0x1725A4, symSize: 0x44 } + - { offsetInCU: 0x8DD, offset: 0x225343, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x7F0, symBinAddr: 0x1725E8, symSize: 0x24 } + - { offsetInCU: 0x8F9, offset: 0x22535F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x814, symBinAddr: 0x17260C, symSize: 0x24 } + - { offsetInCU: 0x90D, offset: 0x225373, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSQWb', symObjAddr: 0x87C, symBinAddr: 0x172674, symSize: 0x38 } + - { offsetInCU: 0x921, offset: 0x225387, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMi', symObjAddr: 0x8B4, symBinAddr: 0x1726AC, symSize: 0x4 } + - { offsetInCU: 0x935, offset: 0x22539B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMr', symObjAddr: 0x8B8, symBinAddr: 0x1726B0, symSize: 0xA0 } + - { offsetInCU: 0x949, offset: 0x2253AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMa', symObjAddr: 0x958, symBinAddr: 0x172750, symSize: 0xC } + - { offsetInCU: 0xA02, offset: 0x225468, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x838, symBinAddr: 0x172630, symSize: 0x44 } + - { offsetInCU: 0x2B, offset: 0x225679, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x172778, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0x22569D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x172778, symSize: 0x64 } + - { offsetInCU: 0x7C, offset: 0x2256CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfD', symObjAddr: 0x64, symBinAddr: 0x1727DC, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x225706, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x172818, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x225747, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xAC, symBinAddr: 0x172824, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x225788, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xDC, symBinAddr: 0x172854, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x2257BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesC4starAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xAF8, symBinAddr: 0x173270, symSize: 0x5F4 } + - { offsetInCU: 0x6B3, offset: 0x225D01, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x1727F8, symSize: 0x20 } + - { offsetInCU: 0x7F3, offset: 0x225E41, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE8, symBinAddr: 0x172860, symSize: 0x170 } + - { offsetInCU: 0xA2E, offset: 0x22607C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCfD', symObjAddr: 0x258, symBinAddr: 0x1729D0, symSize: 0x34 } + - { offsetInCU: 0xA8F, offset: 0x2260DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x2AC, symBinAddr: 0x172A24, symSize: 0x44 } + - { offsetInCU: 0xADB, offset: 0x226129, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0x172A68, symSize: 0x24 } + - { offsetInCU: 0xB0D, offset: 0x22615B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x314, symBinAddr: 0x172A8C, symSize: 0x4 } + - { offsetInCU: 0xB47, offset: 0x226195, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x318, symBinAddr: 0x172A90, symSize: 0x8 } + - { offsetInCU: 0xB67, offset: 0x2261B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x318, symBinAddr: 0x172A90, symSize: 0x8 } + - { offsetInCU: 0xBCA, offset: 0x226218, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x320, symBinAddr: 0x172A98, symSize: 0x10 } + - { offsetInCU: 0xBEA, offset: 0x226238, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x320, symBinAddr: 0x172A98, symSize: 0x10 } + - { offsetInCU: 0xC31, offset: 0x22627F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x330, symBinAddr: 0x172AA8, symSize: 0x8 } + - { offsetInCU: 0xC51, offset: 0x22629F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x330, symBinAddr: 0x172AA8, symSize: 0x8 } + - { offsetInCU: 0xC72, offset: 0x2262C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x338, symBinAddr: 0x172AB0, symSize: 0x8 } + - { offsetInCU: 0xC92, offset: 0x2262E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x338, symBinAddr: 0x172AB0, symSize: 0x8 } + - { offsetInCU: 0xCB3, offset: 0x226301, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x340, symBinAddr: 0x172AB8, symSize: 0x8 } + - { offsetInCU: 0xCD3, offset: 0x226321, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x340, symBinAddr: 0x172AB8, symSize: 0x8 } + - { offsetInCU: 0xCF4, offset: 0x226342, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x348, symBinAddr: 0x172AC0, symSize: 0x8 } + - { offsetInCU: 0xD14, offset: 0x226362, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x348, symBinAddr: 0x172AC0, symSize: 0x8 } + - { offsetInCU: 0xD35, offset: 0x226383, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x350, symBinAddr: 0x172AC8, symSize: 0xC } + - { offsetInCU: 0xD55, offset: 0x2263A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x350, symBinAddr: 0x172AC8, symSize: 0xC } + - { offsetInCU: 0xD76, offset: 0x2263C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x35C, symBinAddr: 0x172AD4, symSize: 0x10 } + - { offsetInCU: 0xD96, offset: 0x2263E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x35C, symBinAddr: 0x172AD4, symSize: 0x10 } + - { offsetInCU: 0xDB7, offset: 0x226405, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x36C, symBinAddr: 0x172AE4, symSize: 0xC } + - { offsetInCU: 0xDE9, offset: 0x226437, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC06parentC04starAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x10EC, symBinAddr: 0x173864, symSize: 0x114 } + - { offsetInCU: 0xEA2, offset: 0x2264F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCMa', symObjAddr: 0x28C, symBinAddr: 0x172A04, symSize: 0x20 } + - { offsetInCU: 0x1348, offset: 0x226996, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4star8position11outerRadius05innerG00F11Roundedness0hI014numberOfPoints8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA5qA0C9DirectionOtFZTf4nnnnnnnnd_n', symObjAddr: 0x378, symBinAddr: 0x172AF0, symSize: 0x780 } + - { offsetInCU: 0x27, offset: 0x227C84, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x173978, symSize: 0x184 } + - { offsetInCU: 0x3F, offset: 0x227C9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x173978, symSize: 0x184 } + - { offsetInCU: 0x2B, offset: 0x227E1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x173AFC, symSize: 0x18C } + - { offsetInCU: 0x4F, offset: 0x227E3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x173AFC, symSize: 0x18C } + - { offsetInCU: 0xB1, offset: 0x227EA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x18C, symBinAddr: 0x173C88, symSize: 0x4C } + - { offsetInCU: 0xF7, offset: 0x227EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1D8, symBinAddr: 0x173CD4, symSize: 0x7C } + - { offsetInCU: 0x13E, offset: 0x227F2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfD', symObjAddr: 0x294, symBinAddr: 0x173D90, symSize: 0x34 } + - { offsetInCU: 0x16C, offset: 0x227F5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfE', symObjAddr: 0x254, symBinAddr: 0x173D50, symSize: 0x40 } + - { offsetInCU: 0x199, offset: 0x227F88, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfETo', symObjAddr: 0x2C8, symBinAddr: 0x173DC4, symSize: 0x4C } + - { offsetInCU: 0x1C8, offset: 0x227FB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCMa', symObjAddr: 0x314, symBinAddr: 0x173E10, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x228165, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x0, symBinAddr: 0x173E30, symSize: 0x8 } + - { offsetInCU: 0x5B, offset: 0x228181, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg', symObjAddr: 0x8, symBinAddr: 0x173E38, symSize: 0x8 } + - { offsetInCU: 0x82, offset: 0x2281A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x10, symBinAddr: 0x173E40, symSize: 0x8 } + - { offsetInCU: 0xAF, offset: 0x2281D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x18, symBinAddr: 0x173E48, symSize: 0x10 } + - { offsetInCU: 0xCD, offset: 0x2281F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x18, symBinAddr: 0x173E48, symSize: 0x10 } + - { offsetInCU: 0xDE, offset: 0x228204, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x30, symBinAddr: 0x173E60, symSize: 0x8 } + - { offsetInCU: 0xFA, offset: 0x228220, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x38, symBinAddr: 0x173E68, symSize: 0x8 } + - { offsetInCU: 0x130, offset: 0x228256, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x40, symBinAddr: 0x173E70, symSize: 0x10 } + - { offsetInCU: 0x150, offset: 0x228276, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x40, symBinAddr: 0x173E70, symSize: 0x10 } + - { offsetInCU: 0x165, offset: 0x22828B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x40, symBinAddr: 0x173E70, symSize: 0x10 } + - { offsetInCU: 0x177, offset: 0x22829D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x50, symBinAddr: 0x173E80, symSize: 0x8 } + - { offsetInCU: 0x193, offset: 0x2282B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg', symObjAddr: 0x58, symBinAddr: 0x173E88, symSize: 0x8 } + - { offsetInCU: 0x1AF, offset: 0x2282D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x173EA0, symSize: 0x10 } + - { offsetInCU: 0x1CF, offset: 0x2282F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x173EA0, symSize: 0x10 } + - { offsetInCU: 0x1E4, offset: 0x22830A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x173EA0, symSize: 0x10 } + - { offsetInCU: 0x4F, offset: 0x22848D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x173EB4, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x2284B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x173EFC, symSize: 0x1DC } + - { offsetInCU: 0xDC, offset: 0x22851A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x224, symBinAddr: 0x1740D8, symSize: 0xE0 } + - { offsetInCU: 0x17B, offset: 0x2285B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x304, symBinAddr: 0x1741B8, symSize: 0x140 } + - { offsetInCU: 0x1FE, offset: 0x22863C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x454, symBinAddr: 0x174308, symSize: 0x64 } + - { offsetInCU: 0x241, offset: 0x22867F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B8, symBinAddr: 0x17436C, symSize: 0x24 } + - { offsetInCU: 0x281, offset: 0x2286BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4DC, symBinAddr: 0x174390, symSize: 0x4 } + - { offsetInCU: 0x2A1, offset: 0x2286DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4DC, symBinAddr: 0x174390, symSize: 0x4 } + - { offsetInCU: 0x2CC, offset: 0x22870A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x174394, symSize: 0x68 } + - { offsetInCU: 0x317, offset: 0x228755, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x548, symBinAddr: 0x1743FC, symSize: 0xC } + - { offsetInCU: 0x333, offset: 0x228771, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x554, symBinAddr: 0x174408, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x22878D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO03rawD0SSvgTf4d_n', symObjAddr: 0x864, symBinAddr: 0x174560, symSize: 0xC } + - { offsetInCU: 0x38B, offset: 0x2287C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfD', symObjAddr: 0x5B8, symBinAddr: 0x17446C, symSize: 0x2C } + - { offsetInCU: 0x45A, offset: 0x228898, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfE', symObjAddr: 0x5B0, symBinAddr: 0x174464, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x2288C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCMa', symObjAddr: 0x5E4, symBinAddr: 0x174498, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x2288D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs0E3KeyAAWl', symObjAddr: 0x668, symBinAddr: 0x1744B8, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x2288ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwet', symObjAddr: 0x878, symBinAddr: 0x17456C, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x228901, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwst', symObjAddr: 0x8C8, symBinAddr: 0x1745BC, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x228915, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwug', symObjAddr: 0x954, symBinAddr: 0x174648, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x228929, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwup', symObjAddr: 0x95C, symBinAddr: 0x174650, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x22893D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwui', symObjAddr: 0x960, symBinAddr: 0x174654, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x228951, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOMa', symObjAddr: 0x964, symBinAddr: 0x174658, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x228965, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASQWb', symObjAddr: 0x974, symBinAddr: 0x174668, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x228979, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFSQAAWl', symObjAddr: 0x978, symBinAddr: 0x17466C, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x22898D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x9BC, symBinAddr: 0x1746B0, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x2289A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x9C0, symBinAddr: 0x1746B4, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x2289B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA04, symBinAddr: 0x1746F8, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x2289C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA08, symBinAddr: 0x1746FC, symSize: 0x44 } + - { offsetInCU: 0x5C6, offset: 0x228A04, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x444, symBinAddr: 0x1742F8, symSize: 0x4 } + - { offsetInCU: 0x5E6, offset: 0x228A24, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x444, symBinAddr: 0x1742F8, symSize: 0x4 } + - { offsetInCU: 0x606, offset: 0x228A44, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x448, symBinAddr: 0x1742FC, symSize: 0x4 } + - { offsetInCU: 0x626, offset: 0x228A64, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x448, symBinAddr: 0x1742FC, symSize: 0x4 } + - { offsetInCU: 0x646, offset: 0x228A84, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x44C, symBinAddr: 0x174300, symSize: 0x4 } + - { offsetInCU: 0x666, offset: 0x228AA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x44C, symBinAddr: 0x174300, symSize: 0x4 } + - { offsetInCU: 0x686, offset: 0x228AC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x450, symBinAddr: 0x174304, symSize: 0x4 } + - { offsetInCU: 0x6A6, offset: 0x228AE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x450, symBinAddr: 0x174304, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x228AFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0x174414, symSize: 0x28 } + - { offsetInCU: 0x6DA, offset: 0x228B18, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x588, symBinAddr: 0x17443C, symSize: 0x28 } + - { offsetInCU: 0x5E, offset: 0x228D30, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x174740, symSize: 0xC } + - { offsetInCU: 0x17F, offset: 0x228E51, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0xC, symBinAddr: 0x17474C, symSize: 0x12C } + - { offsetInCU: 0x29E, offset: 0x228F70, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x138, symBinAddr: 0x174878, symSize: 0x8 } + - { offsetInCU: 0x2BE, offset: 0x228F90, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x138, symBinAddr: 0x174878, symSize: 0x8 } + - { offsetInCU: 0x2D0, offset: 0x228FA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP7lineCapAA04LineG0OvgTW', symObjAddr: 0x140, symBinAddr: 0x174880, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x228FBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP8lineJoinAA04LineG0OvgTW', symObjAddr: 0x148, symBinAddr: 0x174888, symSize: 0x8 } + - { offsetInCU: 0x317, offset: 0x228FE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x150, symBinAddr: 0x174890, symSize: 0x8 } + - { offsetInCU: 0x337, offset: 0x229009, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x150, symBinAddr: 0x174890, symSize: 0x8 } + - { offsetInCU: 0x358, offset: 0x22902A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x158, symBinAddr: 0x174898, symSize: 0x8 } + - { offsetInCU: 0x378, offset: 0x22904A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x158, symBinAddr: 0x174898, symSize: 0x8 } + - { offsetInCU: 0x399, offset: 0x22906B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x160, symBinAddr: 0x1748A0, symSize: 0xC } + - { offsetInCU: 0x3DA, offset: 0x2290AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x16C, symBinAddr: 0x1748AC, symSize: 0xC } + - { offsetInCU: 0x40C, offset: 0x2290DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x178, symBinAddr: 0x1748B8, symSize: 0xC } + - { offsetInCU: 0x437, offset: 0x229109, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x184, symBinAddr: 0x1748C4, symSize: 0xC } + - { offsetInCU: 0x478, offset: 0x22914A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x190, symBinAddr: 0x1748D0, symSize: 0xC } + - { offsetInCU: 0x4AA, offset: 0x22917C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x3E0, symBinAddr: 0x174B20, symSize: 0x48 } + - { offsetInCU: 0x4CF, offset: 0x2291A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x428, symBinAddr: 0x174B68, symSize: 0x850 } + - { offsetInCU: 0x572, offset: 0x229244, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xC78, symBinAddr: 0x1753B8, symSize: 0xD7C } + - { offsetInCU: 0xA91, offset: 0x229763, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueSSvg', symObjAddr: 0x19F4, symBinAddr: 0x176134, symSize: 0x20 } + - { offsetInCU: 0xACA, offset: 0x22979C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F8C, symBinAddr: 0x1766CC, symSize: 0x20 } + - { offsetInCU: 0xAF8, offset: 0x2297CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F8C, symBinAddr: 0x1766CC, symSize: 0x20 } + - { offsetInCU: 0xB41, offset: 0x229813, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2148, symBinAddr: 0x176888, symSize: 0x44 } + - { offsetInCU: 0xB87, offset: 0x229859, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x218C, symBinAddr: 0x1768CC, symSize: 0x28 } + - { offsetInCU: 0xB9B, offset: 0x22986D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x21B4, symBinAddr: 0x1768F4, symSize: 0x8 } + - { offsetInCU: 0xBD1, offset: 0x2298A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x21BC, symBinAddr: 0x1768FC, symSize: 0x3C } + - { offsetInCU: 0xC36, offset: 0x229908, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x21F8, symBinAddr: 0x176938, symSize: 0xC } + - { offsetInCU: 0xC52, offset: 0x229924, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2204, symBinAddr: 0x176944, symSize: 0xC } + - { offsetInCU: 0xC6E, offset: 0x229940, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3398, symBinAddr: 0x17755C, symSize: 0x50 } + - { offsetInCU: 0xCA6, offset: 0x229978, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1FAC, symBinAddr: 0x1766EC, symSize: 0x18 } + - { offsetInCU: 0xCE7, offset: 0x2299B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2284, symBinAddr: 0x1769C4, symSize: 0x70 } + - { offsetInCU: 0xD1B, offset: 0x2299ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x22F4, symBinAddr: 0x176A34, symSize: 0x28 } + - { offsetInCU: 0xD37, offset: 0x229A09, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x231C, symBinAddr: 0x176A5C, symSize: 0x8 } + - { offsetInCU: 0xD6D, offset: 0x229A3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2324, symBinAddr: 0x176A64, symSize: 0x74 } + - { offsetInCU: 0xDB8, offset: 0x229A8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2398, symBinAddr: 0x176AD8, symSize: 0xC } + - { offsetInCU: 0xDD4, offset: 0x229AA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x23A4, symBinAddr: 0x176AE4, symSize: 0xC } + - { offsetInCU: 0xDF2, offset: 0x229AC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4name6hidden7opacity10startPoint03endH012gradientType15highlightLength0L5Angle14numberOfColors6colors5width7lineCap0T4Join10miterLimit11dashPatternACSS_SbAA13KeyframeGroupCyAA0A8Vector1DVGATyAA0A8Vector3DVGAzA0bK0OAWSgA1_SiATySaySdGGAwA04LineU0OAA04LineV0OSdSayAA11DashElementCGSgtcfc', symObjAddr: 0x1A14, symBinAddr: 0x176154, symSize: 0x4C } + - { offsetInCU: 0xEC0, offset: 0x229B92, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1A60, symBinAddr: 0x1761A0, symSize: 0x52C } + - { offsetInCU: 0xF33, offset: 0x229C05, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfd', symObjAddr: 0x244C, symBinAddr: 0x176B8C, symSize: 0x5C } + - { offsetInCU: 0xF7E, offset: 0x229C50, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfD', symObjAddr: 0x24A8, symBinAddr: 0x176BE8, symSize: 0x1C } + - { offsetInCU: 0xFFA, offset: 0x229CCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1E0, symBinAddr: 0x174920, symSize: 0x18 } + - { offsetInCU: 0x102B, offset: 0x229CFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x1F8, symBinAddr: 0x174938, symSize: 0xC } + - { offsetInCU: 0x1261, offset: 0x229F33, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfE', symObjAddr: 0x2400, symBinAddr: 0x176B40, symSize: 0x4C } + - { offsetInCU: 0x128E, offset: 0x229F60, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCMa', symObjAddr: 0x24C4, symBinAddr: 0x176C04, symSize: 0x20 } + - { offsetInCU: 0x12A2, offset: 0x229F74, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOwup', symObjAddr: 0x24FC, symBinAddr: 0x176C2C, symSize: 0x4 } + - { offsetInCU: 0x12B6, offset: 0x229F88, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOMa', symObjAddr: 0x2500, symBinAddr: 0x176C30, symSize: 0x10 } + - { offsetInCU: 0x12CA, offset: 0x229F9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOwup', symObjAddr: 0x2664, symBinAddr: 0x176D94, symSize: 0x4 } + - { offsetInCU: 0x12DE, offset: 0x229FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOMa', symObjAddr: 0x2668, symBinAddr: 0x176D98, symSize: 0x10 } + - { offsetInCU: 0x12F2, offset: 0x229FC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASQWb', symObjAddr: 0x2678, symBinAddr: 0x176DA8, symSize: 0x4 } + - { offsetInCU: 0x1306, offset: 0x229FD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSQAAWl', symObjAddr: 0x267C, symBinAddr: 0x176DAC, symSize: 0x44 } + - { offsetInCU: 0x131A, offset: 0x229FEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSHAASQWb', symObjAddr: 0x26C0, symBinAddr: 0x176DF0, symSize: 0x4 } + - { offsetInCU: 0x132E, offset: 0x22A000, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSQAAWl', symObjAddr: 0x26C4, symBinAddr: 0x176DF4, symSize: 0x44 } + - { offsetInCU: 0x1342, offset: 0x22A014, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSYAAWl', symObjAddr: 0x2708, symBinAddr: 0x176E38, symSize: 0x44 } + - { offsetInCU: 0x1356, offset: 0x22A028, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSYAAWl', symObjAddr: 0x274C, symBinAddr: 0x176E7C, symSize: 0x44 } + - { offsetInCU: 0x136A, offset: 0x22A03C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs0D3KeyAAWl', symObjAddr: 0x27F4, symBinAddr: 0x176EC0, symSize: 0x44 } + - { offsetInCU: 0x137E, offset: 0x22A050, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs9CodingKeyAAWl', symObjAddr: 0x2A34, symBinAddr: 0x176F68, symSize: 0x44 } + - { offsetInCU: 0x1392, offset: 0x22A064, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x2F04, symBinAddr: 0x1770C8, symSize: 0x90 } + - { offsetInCU: 0x13A6, offset: 0x22A078, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x2F94, symBinAddr: 0x177158, symSize: 0xBC } + - { offsetInCU: 0x13BA, offset: 0x22A08C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x3050, symBinAddr: 0x177214, symSize: 0x8 } + - { offsetInCU: 0x13CE, offset: 0x22A0A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x3058, symBinAddr: 0x17721C, symSize: 0x4 } + - { offsetInCU: 0x13E2, offset: 0x22A0B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x305C, symBinAddr: 0x177220, symSize: 0x8 } + - { offsetInCU: 0x13F6, offset: 0x22A0C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x3064, symBinAddr: 0x177228, symSize: 0x10 } + - { offsetInCU: 0x140A, offset: 0x22A0DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x3074, symBinAddr: 0x177238, symSize: 0x90 } + - { offsetInCU: 0x141E, offset: 0x22A0F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x3104, symBinAddr: 0x1772C8, symSize: 0xBC } + - { offsetInCU: 0x1432, offset: 0x22A104, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x31C0, symBinAddr: 0x177384, symSize: 0x8 } + - { offsetInCU: 0x1446, offset: 0x22A118, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x31C8, symBinAddr: 0x17738C, symSize: 0x4 } + - { offsetInCU: 0x145A, offset: 0x22A12C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x31CC, symBinAddr: 0x177390, symSize: 0xC } + - { offsetInCU: 0x146E, offset: 0x22A140, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x31D8, symBinAddr: 0x17739C, symSize: 0x10 } + - { offsetInCU: 0x1482, offset: 0x22A154, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x31E8, symBinAddr: 0x1773AC, symSize: 0x4 } + - { offsetInCU: 0x1496, offset: 0x22A168, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x31EC, symBinAddr: 0x1773B0, symSize: 0x44 } + - { offsetInCU: 0x14AA, offset: 0x22A17C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x3230, symBinAddr: 0x1773F4, symSize: 0x4 } + - { offsetInCU: 0x14BE, offset: 0x22A190, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x3234, symBinAddr: 0x1773F8, symSize: 0x44 } + - { offsetInCU: 0x14D2, offset: 0x22A1A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3278, symBinAddr: 0x17743C, symSize: 0x4 } + - { offsetInCU: 0x14E6, offset: 0x22A1B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x327C, symBinAddr: 0x177440, symSize: 0x44 } + - { offsetInCU: 0x14FA, offset: 0x22A1CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x32C0, symBinAddr: 0x177484, symSize: 0x4 } + - { offsetInCU: 0x150E, offset: 0x22A1E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x32C4, symBinAddr: 0x177488, symSize: 0x44 } + - { offsetInCU: 0x1522, offset: 0x22A1F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3308, symBinAddr: 0x1774CC, symSize: 0x4 } + - { offsetInCU: 0x1536, offset: 0x22A208, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x330C, symBinAddr: 0x1774D0, symSize: 0x44 } + - { offsetInCU: 0x154A, offset: 0x22A21C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3350, symBinAddr: 0x177514, symSize: 0x4 } + - { offsetInCU: 0x155E, offset: 0x22A230, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3354, symBinAddr: 0x177518, symSize: 0x44 } + - { offsetInCU: 0x15D4, offset: 0x22A2A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x19C, symBinAddr: 0x1748DC, symSize: 0x14 } + - { offsetInCU: 0x1629, offset: 0x22A2FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1B4, symBinAddr: 0x1748F4, symSize: 0x28 } + - { offsetInCU: 0x168B, offset: 0x22A35D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x204, symBinAddr: 0x174944, symSize: 0x5C } + - { offsetInCU: 0x16AE, offset: 0x22A380, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x260, symBinAddr: 0x1749A0, symSize: 0x4C } + - { offsetInCU: 0x16D1, offset: 0x22A3A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x338, symBinAddr: 0x174A78, symSize: 0x5C } + - { offsetInCU: 0x16F4, offset: 0x22A3C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x394, symBinAddr: 0x174AD4, symSize: 0x4C } + - { offsetInCU: 0x17D9, offset: 0x22A4AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1FC4, symBinAddr: 0x176704, symSize: 0x88 } + - { offsetInCU: 0x1888, offset: 0x22A55A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x204C, symBinAddr: 0x17678C, symSize: 0x60 } + - { offsetInCU: 0x1906, offset: 0x22A5D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x20AC, symBinAddr: 0x1767EC, symSize: 0x40 } + - { offsetInCU: 0x1958, offset: 0x22A62A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x20EC, symBinAddr: 0x17682C, symSize: 0x5C } + - { offsetInCU: 0x19BB, offset: 0x22A68D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2210, symBinAddr: 0x176950, symSize: 0x28 } + - { offsetInCU: 0x19D7, offset: 0x22A6A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2238, symBinAddr: 0x176978, symSize: 0x28 } + - { offsetInCU: 0x19F3, offset: 0x22A6C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2260, symBinAddr: 0x1769A0, symSize: 0xC } + - { offsetInCU: 0x1A0F, offset: 0x22A6E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x226C, symBinAddr: 0x1769AC, symSize: 0x8 } + - { offsetInCU: 0x1A2B, offset: 0x22A6FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2274, symBinAddr: 0x1769B4, symSize: 0x8 } + - { offsetInCU: 0x1A47, offset: 0x22A719, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x227C, symBinAddr: 0x1769BC, symSize: 0x8 } + - { offsetInCU: 0x1A6A, offset: 0x22A73C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x23B0, symBinAddr: 0x176AF0, symSize: 0x28 } + - { offsetInCU: 0x1A86, offset: 0x22A758, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x23D8, symBinAddr: 0x176B18, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x22A9E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x1775E0, symSize: 0x40 } + - { offsetInCU: 0xE9, offset: 0x22AA8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x40, symBinAddr: 0x177620, symSize: 0x4C } + - { offsetInCU: 0x14F, offset: 0x22AAF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x8C, symBinAddr: 0x17766C, symSize: 0x10 } + - { offsetInCU: 0x1C1, offset: 0x22AB62, size: 0x8, addend: 0x0, symName: '_$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x9C, symBinAddr: 0x17767C, symSize: 0x1F8 } + - { offsetInCU: 0x3F9, offset: 0x22AD9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x294, symBinAddr: 0x177874, symSize: 0xBC } + - { offsetInCU: 0x59C, offset: 0x22AF3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x350, symBinAddr: 0x177930, symSize: 0x1C } + - { offsetInCU: 0x668, offset: 0x22B009, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x36C, symBinAddr: 0x17794C, symSize: 0x60 } + - { offsetInCU: 0x9A8, offset: 0x22B349, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0p2InR0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x3CC, symBinAddr: 0x1779AC, symSize: 0x50 } + - { offsetInCU: 0xB68, offset: 0x22B509, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x41C, symBinAddr: 0x1779FC, symSize: 0x64 } + - { offsetInCU: 0xBF7, offset: 0x22B598, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x480, symBinAddr: 0x177A60, symSize: 0x50 } + - { offsetInCU: 0xCEF, offset: 0x22B690, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x4D0, symBinAddr: 0x177AB0, symSize: 0x18 } + - { offsetInCU: 0xDAE, offset: 0x22B74F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x4E8, symBinAddr: 0x177AC8, symSize: 0x64 } + - { offsetInCU: 0xE15, offset: 0x22B7B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x54C, symBinAddr: 0x177B2C, symSize: 0x18 } + - { offsetInCU: 0xE8D, offset: 0x22B82E, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x564, symBinAddr: 0x177B44, symSize: 0x40 } + - { offsetInCU: 0xF2B, offset: 0x22B8CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x5A4, symBinAddr: 0x177B84, symSize: 0x164 } + - { offsetInCU: 0xFCD, offset: 0x22B96E, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x708, symBinAddr: 0x177CE8, symSize: 0x40 } + - { offsetInCU: 0x10A9, offset: 0x22BA4A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie14InterpolatableA2dEP11interpolate2to6amountxx_ACtFTW', symObjAddr: 0x748, symBinAddr: 0x177D28, symSize: 0x40 } + - { offsetInCU: 0x118C, offset: 0x22BB2D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie17AnyInterpolatableA2dEP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_ACSo7CGPointVSgANtFTW', symObjAddr: 0x788, symBinAddr: 0x177D68, symSize: 0x40 } + - { offsetInCU: 0x12BD, offset: 0x22BC5E, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x7C8, symBinAddr: 0x177DA8, symSize: 0x40 } + - { offsetInCU: 0x13A0, offset: 0x22BD41, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x808, symBinAddr: 0x177DE8, symSize: 0x40 } + - { offsetInCU: 0x147C, offset: 0x22BE1D, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0x848, symBinAddr: 0x177E28, symSize: 0xF0 } + - { offsetInCU: 0x16FB, offset: 0x22C09C, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x938, symBinAddr: 0x177F18, symSize: 0x118 } + - { offsetInCU: 0x19B7, offset: 0x22C358, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xA50, symBinAddr: 0x178030, symSize: 0x118 } + - { offsetInCU: 0x1C58, offset: 0x22C5F9, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB68, symBinAddr: 0x178148, symSize: 0x1C } + - { offsetInCU: 0x1C8D, offset: 0x22C62E, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB68, symBinAddr: 0x178148, symSize: 0x1C } + - { offsetInCU: 0x1CBE, offset: 0x22C65F, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB68, symBinAddr: 0x178148, symSize: 0x1C } + - { offsetInCU: 0x1DA2, offset: 0x22C743, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xB84, symBinAddr: 0x178164, symSize: 0x44 } + - { offsetInCU: 0x1E95, offset: 0x22C836, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xBC8, symBinAddr: 0x1781A8, symSize: 0x44 } + - { offsetInCU: 0x1FDF, offset: 0x22C980, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF', symObjAddr: 0xC0C, symBinAddr: 0x1781EC, symSize: 0x7C } + - { offsetInCU: 0x21E2, offset: 0x22CB83, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie21SpatialInterpolatableA2cDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xC88, symBinAddr: 0x178268, symSize: 0xB4 } + - { offsetInCU: 0x246C, offset: 0x22CE0D, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xD3C, symBinAddr: 0x17831C, symSize: 0xB4 } + - { offsetInCU: 0x26F0, offset: 0x22D091, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xDF0, symBinAddr: 0x1783D0, symSize: 0x28 } + - { offsetInCU: 0x27DC, offset: 0x22D17D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xE18, symBinAddr: 0x1783F8, symSize: 0x4 } + - { offsetInCU: 0x284D, offset: 0x22D1EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xE1C, symBinAddr: 0x1783FC, symSize: 0x4C } + - { offsetInCU: 0x28D1, offset: 0x22D272, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xE68, symBinAddr: 0x178448, symSize: 0x40 } + - { offsetInCU: 0x2A0C, offset: 0x22D3AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xEA8, symBinAddr: 0x178488, symSize: 0x40 } + - { offsetInCU: 0x2B4F, offset: 0x22D4F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0xEE8, symBinAddr: 0x1784C8, symSize: 0x94 } + - { offsetInCU: 0x2D88, offset: 0x22D729, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xF7C, symBinAddr: 0x17855C, symSize: 0xC } + - { offsetInCU: 0x2E67, offset: 0x22D808, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xF88, symBinAddr: 0x178568, symSize: 0xB4 } + - { offsetInCU: 0x3135, offset: 0x22DAD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x103C, symBinAddr: 0x17861C, symSize: 0xB4 } + - { offsetInCU: 0x329E, offset: 0x22DC3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x10F0, symBinAddr: 0x1786D0, symSize: 0xC } + - { offsetInCU: 0x330F, offset: 0x22DCB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x10FC, symBinAddr: 0x1786DC, symSize: 0x54 } + - { offsetInCU: 0x33E9, offset: 0x22DD8A, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1150, symBinAddr: 0x178730, symSize: 0x24C } + - { offsetInCU: 0x34CC, offset: 0x22DE6D, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x139C, symBinAddr: 0x17897C, symSize: 0x38 } + - { offsetInCU: 0x34E8, offset: 0x22DE89, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x13D4, symBinAddr: 0x1789B4, symSize: 0x78 } + - { offsetInCU: 0x3504, offset: 0x22DEA5, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x144C, symBinAddr: 0x178A2C, symSize: 0x8 } + - { offsetInCU: 0x3520, offset: 0x22DEC1, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1454, symBinAddr: 0x178A34, symSize: 0x78 } + - { offsetInCU: 0x3543, offset: 0x22DEE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldV11interpolate2to6amountACyxGAG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x14CC, symBinAddr: 0x178AAC, symSize: 0x20 } + - { offsetInCU: 0x3594, offset: 0x22DF35, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x14EC, symBinAddr: 0x178ACC, symSize: 0x4 } + - { offsetInCU: 0x35B1, offset: 0x22DF52, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x14F0, symBinAddr: 0x178AD0, symSize: 0x10 } + - { offsetInCU: 0x35CD, offset: 0x22DF6E, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufC12CoreGraphics7CGFloatV_ACTg5Tf4nd_n', symObjAddr: 0x1500, symBinAddr: 0x178AE0, symSize: 0x4 } + - { offsetInCU: 0x35E5, offset: 0x22DF86, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSd_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1504, symBinAddr: 0x178AE4, symSize: 0x4 } + - { offsetInCU: 0x35FD, offset: 0x22DF9E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSBAAWl', symObjAddr: 0x1508, symBinAddr: 0x178AE8, symSize: 0x44 } + - { offsetInCU: 0x3611, offset: 0x22DFB2, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_TA', symObjAddr: 0x154C, symBinAddr: 0x178B2C, symSize: 0x48 } + - { offsetInCU: 0x363A, offset: 0x22DFDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x1594, symBinAddr: 0x178B74, symSize: 0x8 } + - { offsetInCU: 0x364E, offset: 0x22DFEF, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_TA', symObjAddr: 0x159C, symBinAddr: 0x178B7C, symSize: 0x38 } + - { offsetInCU: 0x36AE, offset: 0x22E04F, size: 0x8, addend: 0x0, symName: '_$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x15D4, symBinAddr: 0x178BB4, symSize: 0x68 } + - { offsetInCU: 0x36D7, offset: 0x22E078, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x163C, symBinAddr: 0x178C1C, symSize: 0x40 } + - { offsetInCU: 0x36EB, offset: 0x22E08C, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x167C, symBinAddr: 0x178C5C, symSize: 0x40 } + - { offsetInCU: 0x3744, offset: 0x22E0E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFAA11CurveVertexV_Tg5Tf4nnddn_n', symObjAddr: 0x16F4, symBinAddr: 0x178CD4, symSize: 0x40 } + - { offsetInCU: 0x39F8, offset: 0x22E399, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1734, symBinAddr: 0x178D14, symSize: 0x8 } + - { offsetInCU: 0x3A14, offset: 0x22E3B5, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1734, symBinAddr: 0x178D14, symSize: 0x8 } + - { offsetInCU: 0x3A28, offset: 0x22E3C9, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1734, symBinAddr: 0x178D14, symSize: 0x8 } + - { offsetInCU: 0x3A3A, offset: 0x22E3DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMi', symObjAddr: 0x173C, symBinAddr: 0x178D1C, symSize: 0x8 } + - { offsetInCU: 0x3A4E, offset: 0x22E3EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMr', symObjAddr: 0x1744, symBinAddr: 0x178D24, symSize: 0x6C } + - { offsetInCU: 0x3A62, offset: 0x22E403, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwCP', symObjAddr: 0x17B0, symBinAddr: 0x178D90, symSize: 0x70 } + - { offsetInCU: 0x3A76, offset: 0x22E417, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwxx', symObjAddr: 0x1820, symBinAddr: 0x178E00, symSize: 0x10 } + - { offsetInCU: 0x3A8A, offset: 0x22E42B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwcp', symObjAddr: 0x1830, symBinAddr: 0x178E10, symSize: 0x30 } + - { offsetInCU: 0x3A9E, offset: 0x22E43F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwca', symObjAddr: 0x1860, symBinAddr: 0x178E40, symSize: 0x30 } + - { offsetInCU: 0x3AB2, offset: 0x22E453, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwtk', symObjAddr: 0x1890, symBinAddr: 0x178E70, symSize: 0x30 } + - { offsetInCU: 0x3AC6, offset: 0x22E467, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwta', symObjAddr: 0x18C0, symBinAddr: 0x178EA0, symSize: 0x30 } + - { offsetInCU: 0x3ADA, offset: 0x22E47B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwet', symObjAddr: 0x18F0, symBinAddr: 0x178ED0, symSize: 0x10C } + - { offsetInCU: 0x3AEE, offset: 0x22E48F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwst', symObjAddr: 0x19FC, symBinAddr: 0x178FDC, symSize: 0x1B8 } + - { offsetInCU: 0x3B02, offset: 0x22E4A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMa', symObjAddr: 0x1BB4, symBinAddr: 0x179194, symSize: 0xC } + - { offsetInCU: 0xCA, offset: 0x22E95F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeO8rawValueSSvg', symObjAddr: 0x1890, symBinAddr: 0x17AA30, symSize: 0x18 } + - { offsetInCU: 0x121, offset: 0x22E9B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x18CC, symBinAddr: 0x17AA6C, symSize: 0x64 } + - { offsetInCU: 0x187, offset: 0x22EA1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x1930, symBinAddr: 0x17AAD0, symSize: 0x28 } + - { offsetInCU: 0x241, offset: 0x22EAD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1A00, symBinAddr: 0x17ABA0, symSize: 0x2F8 } + - { offsetInCU: 0x3BA, offset: 0x22EC4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1CF8, symBinAddr: 0x17AE98, symSize: 0x18 } + - { offsetInCU: 0x3FB, offset: 0x22EC90, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1D34, symBinAddr: 0x17AED4, symSize: 0x70 } + - { offsetInCU: 0x42F, offset: 0x22ECC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1DA4, symBinAddr: 0x17AF44, symSize: 0x28 } + - { offsetInCU: 0x44B, offset: 0x22ECE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1DCC, symBinAddr: 0x17AF6C, symSize: 0x8 } + - { offsetInCU: 0x481, offset: 0x22ED16, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1DD4, symBinAddr: 0x17AF74, symSize: 0x74 } + - { offsetInCU: 0x4CC, offset: 0x22ED61, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1E48, symBinAddr: 0x17AFE8, symSize: 0xC } + - { offsetInCU: 0x4E8, offset: 0x22ED7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1E54, symBinAddr: 0x17AFF4, symSize: 0xC } + - { offsetInCU: 0x523, offset: 0x22EDB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCfD', symObjAddr: 0x1EB0, symBinAddr: 0x17B050, symSize: 0x24 } + - { offsetInCU: 0x56E, offset: 0x22EE03, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC6encode2toys7Encoder_p_tKF', symObjAddr: 0x20BC, symBinAddr: 0x17B24C, symSize: 0x168 } + - { offsetInCU: 0x5AD, offset: 0x22EE42, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x2224, symBinAddr: 0x17B3B4, symSize: 0x1CC } + - { offsetInCU: 0x602, offset: 0x22EE97, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x23F0, symBinAddr: 0x17B580, symSize: 0x54 } + - { offsetInCU: 0x639, offset: 0x22EECE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2444, symBinAddr: 0x17B5D4, symSize: 0x20 } + - { offsetInCU: 0x65D, offset: 0x22EEF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCMa', symObjAddr: 0x1ED4, symBinAddr: 0x17B074, symSize: 0x20 } + - { offsetInCU: 0x671, offset: 0x22EF06, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwet', symObjAddr: 0x1F04, symBinAddr: 0x17B094, symSize: 0x90 } + - { offsetInCU: 0x685, offset: 0x22EF1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwst', symObjAddr: 0x1F94, symBinAddr: 0x17B124, symSize: 0xBC } + - { offsetInCU: 0x699, offset: 0x22EF2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwug', symObjAddr: 0x2050, symBinAddr: 0x17B1E0, symSize: 0x8 } + - { offsetInCU: 0x6AD, offset: 0x22EF42, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwup', symObjAddr: 0x2058, symBinAddr: 0x17B1E8, symSize: 0x4 } + - { offsetInCU: 0x6C1, offset: 0x22EF56, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwui', symObjAddr: 0x205C, symBinAddr: 0x17B1EC, symSize: 0x8 } + - { offsetInCU: 0x6D5, offset: 0x22EF6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOMa', symObjAddr: 0x2064, symBinAddr: 0x17B1F4, symSize: 0x10 } + - { offsetInCU: 0x6E9, offset: 0x22EF7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASQWb', symObjAddr: 0x2074, symBinAddr: 0x17B204, symSize: 0x4 } + - { offsetInCU: 0x6FD, offset: 0x22EF92, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSQAAWl', symObjAddr: 0x2078, symBinAddr: 0x17B208, symSize: 0x44 } + - { offsetInCU: 0x711, offset: 0x22EFA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x24C8, symBinAddr: 0x17B5F4, symSize: 0x44 } + - { offsetInCU: 0x725, offset: 0x22EFBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSeAAWl', symObjAddr: 0x252C, symBinAddr: 0x17B638, symSize: 0x44 } + - { offsetInCU: 0x739, offset: 0x22EFCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSEAAWl', symObjAddr: 0x25F8, symBinAddr: 0x17B67C, symSize: 0x44 } + - { offsetInCU: 0x74D, offset: 0x22EFE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSYAAWl', symObjAddr: 0x26E8, symBinAddr: 0x17B728, symSize: 0x44 } + - { offsetInCU: 0x761, offset: 0x22EFF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwet', symObjAddr: 0x29C0, symBinAddr: 0x17B980, symSize: 0x90 } + - { offsetInCU: 0x775, offset: 0x22F00A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwst', symObjAddr: 0x2A50, symBinAddr: 0x17BA10, symSize: 0xBC } + - { offsetInCU: 0x789, offset: 0x22F01E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwug', symObjAddr: 0x2B0C, symBinAddr: 0x17BACC, symSize: 0x8 } + - { offsetInCU: 0x79D, offset: 0x22F032, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwup', symObjAddr: 0x2B14, symBinAddr: 0x17BAD4, symSize: 0x4 } + - { offsetInCU: 0x7B1, offset: 0x22F046, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwui', symObjAddr: 0x2B18, symBinAddr: 0x17BAD8, symSize: 0xC } + - { offsetInCU: 0x7C5, offset: 0x22F05A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOMa', symObjAddr: 0x2B24, symBinAddr: 0x17BAE4, symSize: 0x10 } + - { offsetInCU: 0x7D9, offset: 0x22F06E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASQWb', symObjAddr: 0x2B34, symBinAddr: 0x17BAF4, symSize: 0x4 } + - { offsetInCU: 0x7ED, offset: 0x22F082, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAESQAAWl', symObjAddr: 0x2B38, symBinAddr: 0x17BAF8, symSize: 0x44 } + - { offsetInCU: 0x801, offset: 0x22F096, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2B7C, symBinAddr: 0x17BB3C, symSize: 0x4 } + - { offsetInCU: 0x815, offset: 0x22F0AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B80, symBinAddr: 0x17BB40, symSize: 0x44 } + - { offsetInCU: 0x829, offset: 0x22F0BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2BC4, symBinAddr: 0x17BB84, symSize: 0x4 } + - { offsetInCU: 0x83D, offset: 0x22F0D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2BC8, symBinAddr: 0x17BB88, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x22F133, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x1791A0, symSize: 0x5C } + - { offsetInCU: 0x978, offset: 0x22F20D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x5C, symBinAddr: 0x1791FC, symSize: 0x5C } + - { offsetInCU: 0xA52, offset: 0x22F2E7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0xB8, symBinAddr: 0x179258, symSize: 0xBC } + - { offsetInCU: 0xB15, offset: 0x22F3AA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15RenderingEngineO_TB5', symObjAddr: 0x174, symBinAddr: 0x179314, symSize: 0x94 } + - { offsetInCU: 0xBC6, offset: 0x22F45B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x208, symBinAddr: 0x1793A8, symSize: 0x5C } + - { offsetInCU: 0xCA0, offset: 0x22F535, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x264, symBinAddr: 0x179404, symSize: 0x5C } + - { offsetInCU: 0xD7A, offset: 0x22F60F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x179460, symSize: 0x5C } + - { offsetInCU: 0xE54, offset: 0x22F6E9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x31C, symBinAddr: 0x1794BC, symSize: 0x5C } + - { offsetInCU: 0xF05, offset: 0x22F79A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x378, symBinAddr: 0x179518, symSize: 0x5C } + - { offsetInCU: 0xFDF, offset: 0x22F874, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x3D4, symBinAddr: 0x179574, symSize: 0x5C } + - { offsetInCU: 0x10B9, offset: 0x22F94E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x430, symBinAddr: 0x1795D0, symSize: 0x68 } + - { offsetInCU: 0x1193, offset: 0x22FA28, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x498, symBinAddr: 0x179638, symSize: 0x5C } + - { offsetInCU: 0x126D, offset: 0x22FB02, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x4F4, symBinAddr: 0x179694, symSize: 0x58 } + - { offsetInCU: 0x131E, offset: 0x22FBB3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x54C, symBinAddr: 0x1796EC, symSize: 0x68 } + - { offsetInCU: 0x13F8, offset: 0x22FC8D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x5B4, symBinAddr: 0x179754, symSize: 0x5C } + - { offsetInCU: 0x14D2, offset: 0x22FD67, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x610, symBinAddr: 0x1797B0, symSize: 0x68 } + - { offsetInCU: 0x15AC, offset: 0x22FE41, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x678, symBinAddr: 0x179818, symSize: 0x68 } + - { offsetInCU: 0x1686, offset: 0x22FF1B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x6E0, symBinAddr: 0x179880, symSize: 0x5C } + - { offsetInCU: 0x1760, offset: 0x22FFF5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0x73C, symBinAddr: 0x1798DC, symSize: 0x6C } + - { offsetInCU: 0x1811, offset: 0x2300A6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x7A8, symBinAddr: 0x179948, symSize: 0x5C } + - { offsetInCU: 0x18C2, offset: 0x230157, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x808, symBinAddr: 0x1799A8, symSize: 0x5C } + - { offsetInCU: 0x199C, offset: 0x230231, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x864, symBinAddr: 0x179A04, symSize: 0x5C } + - { offsetInCU: 0x1A76, offset: 0x23030B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x8C0, symBinAddr: 0x179A60, symSize: 0x68 } + - { offsetInCU: 0x1B27, offset: 0x2303BC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x928, symBinAddr: 0x179AC8, symSize: 0x5C } + - { offsetInCU: 0x1BD8, offset: 0x23046D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x984, symBinAddr: 0x179B24, symSize: 0x68 } + - { offsetInCU: 0x1CB2, offset: 0x230547, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x9EC, symBinAddr: 0x179B8C, symSize: 0x5C } + - { offsetInCU: 0x1D8C, offset: 0x230621, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0xA48, symBinAddr: 0x179BE8, symSize: 0x68 } + - { offsetInCU: 0x1E66, offset: 0x2306FB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xB10, symBinAddr: 0x179CB0, symSize: 0x5C } + - { offsetInCU: 0x1F40, offset: 0x2307D5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xB6C, symBinAddr: 0x179D0C, symSize: 0x5C } + - { offsetInCU: 0x1FB5, offset: 0x23084A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0xBC8, symBinAddr: 0x179D68, symSize: 0x68 } + - { offsetInCU: 0x2008, offset: 0x23089D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xC30, symBinAddr: 0x179DD0, symSize: 0x54 } + - { offsetInCU: 0x205B, offset: 0x2308F0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xC84, symBinAddr: 0x179E24, symSize: 0x58 } + - { offsetInCU: 0x20D7, offset: 0x23096C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xCDC, symBinAddr: 0x179E7C, symSize: 0x58 } + - { offsetInCU: 0x2153, offset: 0x2309E8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xD34, symBinAddr: 0x179ED4, symSize: 0x58 } + - { offsetInCU: 0x21A6, offset: 0x230A3B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xD8C, symBinAddr: 0x179F2C, symSize: 0x58 } + - { offsetInCU: 0x21F9, offset: 0x230A8E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xDE4, symBinAddr: 0x179F84, symSize: 0x58 } + - { offsetInCU: 0x224C, offset: 0x230AE1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xE3C, symBinAddr: 0x179FDC, symSize: 0x58 } + - { offsetInCU: 0x22E6, offset: 0x230B7B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xE98, symBinAddr: 0x17A038, symSize: 0x58 } + - { offsetInCU: 0x2388, offset: 0x230C1D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xEF0, symBinAddr: 0x17A090, symSize: 0x64 } + - { offsetInCU: 0x240C, offset: 0x230CA1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xF54, symBinAddr: 0x17A0F4, symSize: 0x58 } + - { offsetInCU: 0x2488, offset: 0x230D1D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xFAC, symBinAddr: 0x17A14C, symSize: 0x64 } + - { offsetInCU: 0x2504, offset: 0x230D99, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x106C, symBinAddr: 0x17A20C, symSize: 0x58 } + - { offsetInCU: 0x2557, offset: 0x230DEC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x10C4, symBinAddr: 0x17A264, symSize: 0x58 } + - { offsetInCU: 0x25D3, offset: 0x230E68, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x111C, symBinAddr: 0x17A2BC, symSize: 0x58 } + - { offsetInCU: 0x264F, offset: 0x230EE4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x1174, symBinAddr: 0x17A314, symSize: 0x90 } + - { offsetInCU: 0x26A2, offset: 0x230F37, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x1204, symBinAddr: 0x17A3A4, symSize: 0x58 } + - { offsetInCU: 0x271E, offset: 0x230FB3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x125C, symBinAddr: 0x17A3FC, symSize: 0x64 } + - { offsetInCU: 0x279A, offset: 0x23102F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x12C0, symBinAddr: 0x17A460, symSize: 0xB8 } + - { offsetInCU: 0x27FF, offset: 0x231094, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x1378, symBinAddr: 0x17A518, symSize: 0x58 } + - { offsetInCU: 0x287B, offset: 0x231110, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x13D0, symBinAddr: 0x17A570, symSize: 0x64 } + - { offsetInCU: 0x28F7, offset: 0x23118C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x1434, symBinAddr: 0x17A5D4, symSize: 0x64 } + - { offsetInCU: 0x2973, offset: 0x231208, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x1498, symBinAddr: 0x17A638, symSize: 0x58 } + - { offsetInCU: 0x29EF, offset: 0x231284, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x14F0, symBinAddr: 0x17A690, symSize: 0x64 } + - { offsetInCU: 0x2A6B, offset: 0x231300, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1554, symBinAddr: 0x17A6F4, symSize: 0x64 } + - { offsetInCU: 0x2ABE, offset: 0x231353, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x15B8, symBinAddr: 0x17A758, symSize: 0x58 } + - { offsetInCU: 0x2B58, offset: 0x2313ED, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x1610, symBinAddr: 0x17A7B0, symSize: 0x64 } + - { offsetInCU: 0x2BDC, offset: 0x231471, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x1674, symBinAddr: 0x17A814, symSize: 0x58 } + - { offsetInCU: 0x2C76, offset: 0x23150B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x16CC, symBinAddr: 0x17A86C, symSize: 0x58 } + - { offsetInCU: 0x2CFA, offset: 0x23158F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1724, symBinAddr: 0x17A8C4, symSize: 0x64 } + - { offsetInCU: 0x2D76, offset: 0x23160B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x1788, symBinAddr: 0x17A928, symSize: 0x58 } + - { offsetInCU: 0x2DF2, offset: 0x231687, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x17E0, symBinAddr: 0x17A980, symSize: 0x58 } + - { offsetInCU: 0x2E6E, offset: 0x231703, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x1838, symBinAddr: 0x17A9D8, symSize: 0x58 } + - { offsetInCU: 0x2EEA, offset: 0x23177F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18A8, symBinAddr: 0x17AA48, symSize: 0xC } + - { offsetInCU: 0x2F06, offset: 0x23179B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18B4, symBinAddr: 0x17AA54, symSize: 0x8 } + - { offsetInCU: 0x2F22, offset: 0x2317B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18BC, symBinAddr: 0x17AA5C, symSize: 0x8 } + - { offsetInCU: 0x2F36, offset: 0x2317CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x18C4, symBinAddr: 0x17AA64, symSize: 0x8 } + - { offsetInCU: 0x2F51, offset: 0x2317E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1958, symBinAddr: 0x17AAF8, symSize: 0x5C } + - { offsetInCU: 0x2F74, offset: 0x231809, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x19B4, symBinAddr: 0x17AB54, symSize: 0x4C } + - { offsetInCU: 0x2FDB, offset: 0x231870, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1D10, symBinAddr: 0x17AEB0, symSize: 0xC } + - { offsetInCU: 0x2FF7, offset: 0x23188C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1D1C, symBinAddr: 0x17AEBC, symSize: 0x8 } + - { offsetInCU: 0x3013, offset: 0x2318A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1D24, symBinAddr: 0x17AEC4, symSize: 0x8 } + - { offsetInCU: 0x3027, offset: 0x2318BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D2C, symBinAddr: 0x17AECC, symSize: 0x8 } + - { offsetInCU: 0x3042, offset: 0x2318D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1E60, symBinAddr: 0x17B000, symSize: 0x28 } + - { offsetInCU: 0x305E, offset: 0x2318F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1E88, symBinAddr: 0x17B028, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x231A98, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x17BBD0, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x231ABC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x17BBD0, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x231AE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x17BC18, symSize: 0x194 } + - { offsetInCU: 0xF1, offset: 0x231B5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1DC, symBinAddr: 0x17BDAC, symSize: 0xD4 } + - { offsetInCU: 0x183, offset: 0x231BF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B0, symBinAddr: 0x17BE80, symSize: 0x120 } + - { offsetInCU: 0x206, offset: 0x231C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0x17BFB0, symSize: 0x64 } + - { offsetInCU: 0x249, offset: 0x231CB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x444, symBinAddr: 0x17C014, symSize: 0x24 } + - { offsetInCU: 0x289, offset: 0x231CF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x17C038, symSize: 0x4 } + - { offsetInCU: 0x2A9, offset: 0x231D16, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x17C038, symSize: 0x4 } + - { offsetInCU: 0x2D4, offset: 0x231D41, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x46C, symBinAddr: 0x17C03C, symSize: 0x68 } + - { offsetInCU: 0x31F, offset: 0x231D8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4D4, symBinAddr: 0x17C0A4, symSize: 0xC } + - { offsetInCU: 0x33B, offset: 0x231DA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x17C0B0, symSize: 0xC } + - { offsetInCU: 0x357, offset: 0x231DC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO11stringValueSSvgTf4d_n', symObjAddr: 0x988, symBinAddr: 0x17C398, symSize: 0x14 } + - { offsetInCU: 0x393, offset: 0x231E00, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfD', symObjAddr: 0x544, symBinAddr: 0x17C114, symSize: 0x4C } + - { offsetInCU: 0x42F, offset: 0x231E9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfE', symObjAddr: 0x53C, symBinAddr: 0x17C10C, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x231EF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCMa', symObjAddr: 0x590, symBinAddr: 0x17C160, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x231F08, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs0E3KeyAAWl', symObjAddr: 0x614, symBinAddr: 0x17C180, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x231F1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwet', symObjAddr: 0x7B4, symBinAddr: 0x17C1C4, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x231F30, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwst', symObjAddr: 0x804, symBinAddr: 0x17C214, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x231F44, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwug', symObjAddr: 0x890, symBinAddr: 0x17C2A0, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x231F58, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwup', symObjAddr: 0x898, symBinAddr: 0x17C2A8, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x231F6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwui', symObjAddr: 0x89C, symBinAddr: 0x17C2AC, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x231F80, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOMa', symObjAddr: 0x8A0, symBinAddr: 0x17C2B0, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x231F94, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASQWb', symObjAddr: 0x8B0, symBinAddr: 0x17C2C0, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x231FA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFSQAAWl', symObjAddr: 0x8B4, symBinAddr: 0x17C2C4, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x231FBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8F8, symBinAddr: 0x17C308, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x231FD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8FC, symBinAddr: 0x17C30C, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x231FE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x940, symBinAddr: 0x17C350, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x231FF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x944, symBinAddr: 0x17C354, symSize: 0x44 } + - { offsetInCU: 0x5CD, offset: 0x23203A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x17BFA0, symSize: 0x4 } + - { offsetInCU: 0x5ED, offset: 0x23205A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x17BFA0, symSize: 0x4 } + - { offsetInCU: 0x60D, offset: 0x23207A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x17BFA4, symSize: 0x4 } + - { offsetInCU: 0x62D, offset: 0x23209A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x17BFA4, symSize: 0x4 } + - { offsetInCU: 0x64D, offset: 0x2320BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x17BFA8, symSize: 0x4 } + - { offsetInCU: 0x66D, offset: 0x2320DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x17BFA8, symSize: 0x4 } + - { offsetInCU: 0x68D, offset: 0x2320FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x17BFAC, symSize: 0x4 } + - { offsetInCU: 0x6AD, offset: 0x23211A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x17BFAC, symSize: 0x4 } + - { offsetInCU: 0x6C5, offset: 0x232132, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4EC, symBinAddr: 0x17C0BC, symSize: 0x28 } + - { offsetInCU: 0x6E1, offset: 0x23214E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x514, symBinAddr: 0x17C0E4, symSize: 0x28 } + - { offsetInCU: 0x118, offset: 0x23243F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x328, symBinAddr: 0x17C6D4, symSize: 0x18 } + - { offsetInCU: 0x1A9, offset: 0x2324D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH9hashValueSivgTW', symObjAddr: 0x340, symBinAddr: 0x17C6EC, symSize: 0x44 } + - { offsetInCU: 0x28C, offset: 0x2325B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x384, symBinAddr: 0x17C730, symSize: 0x28 } + - { offsetInCU: 0x2FF, offset: 0x232626, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x3FC, symBinAddr: 0x17C7A8, symSize: 0x1C } + - { offsetInCU: 0x31B, offset: 0x232642, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x3FC, symBinAddr: 0x17C7A8, symSize: 0x1C } + - { offsetInCU: 0x34B, offset: 0x232672, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCfD', symObjAddr: 0x418, symBinAddr: 0x17C7C4, symSize: 0x2C } + - { offsetInCU: 0x38F, offset: 0x2326B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKF', symObjAddr: 0x0, symBinAddr: 0x17C3AC, symSize: 0x27C } + - { offsetInCU: 0x5DA, offset: 0x232901, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueV11descriptionSSvg', symObjAddr: 0x27C, symBinAddr: 0x17C628, symSize: 0xA0 } + - { offsetInCU: 0x6F0, offset: 0x232A17, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x31C, symBinAddr: 0x17C6C8, symSize: 0xC } + - { offsetInCU: 0x80C, offset: 0x232B33, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCMa', symObjAddr: 0x444, symBinAddr: 0x17C7F0, symSize: 0x20 } + - { offsetInCU: 0x820, offset: 0x232B47, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwet', symObjAddr: 0x484, symBinAddr: 0x17C820, symSize: 0x90 } + - { offsetInCU: 0x834, offset: 0x232B5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwst', symObjAddr: 0x514, symBinAddr: 0x17C8B0, symSize: 0xBC } + - { offsetInCU: 0x848, offset: 0x232B6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwug', symObjAddr: 0x5D0, symBinAddr: 0x17C96C, symSize: 0x8 } + - { offsetInCU: 0x85C, offset: 0x232B83, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwup', symObjAddr: 0x5D8, symBinAddr: 0x17C974, symSize: 0x4 } + - { offsetInCU: 0x870, offset: 0x232B97, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwui', symObjAddr: 0x5DC, symBinAddr: 0x17C978, symSize: 0xC } + - { offsetInCU: 0x884, offset: 0x232BAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOMa', symObjAddr: 0x5E8, symBinAddr: 0x17C984, symSize: 0x10 } + - { offsetInCU: 0x898, offset: 0x232BBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVwCP', symObjAddr: 0x5F8, symBinAddr: 0x17C994, symSize: 0x30 } + - { offsetInCU: 0x8AC, offset: 0x232BD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVMa', symObjAddr: 0x64C, symBinAddr: 0x17C9DC, symSize: 0x10 } + - { offsetInCU: 0x8C0, offset: 0x232BE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASQWb', symObjAddr: 0x65C, symBinAddr: 0x17C9EC, symSize: 0x4 } + - { offsetInCU: 0x8D4, offset: 0x232BFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOAESQAAWl', symObjAddr: 0x660, symBinAddr: 0x17C9F0, symSize: 0x44 } + - { offsetInCU: 0x906, offset: 0x232C2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueC0SSvgTW', symObjAddr: 0x6A4, symBinAddr: 0x17CA34, symSize: 0x2C } + - { offsetInCU: 0x94C, offset: 0x232C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV018compatibilityIssueD0SSvg', symObjAddr: 0x6D0, symBinAddr: 0x17CA60, symSize: 0x7C } + - { offsetInCU: 0x96E, offset: 0x232C95, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueD0SSvgTW', symObjAddr: 0x74C, symBinAddr: 0x17CADC, symSize: 0x4 } + - { offsetInCU: 0x982, offset: 0x232CA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x824, symBinAddr: 0x17CAE4, symSize: 0x8 } + - { offsetInCU: 0x9C6, offset: 0x232CED, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA12LayerContextV_Tg5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0x8B4, symBinAddr: 0x17CAEC, symSize: 0x2D0 } + - { offsetInCU: 0xCB7, offset: 0x232FDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA21LayerAnimationContextV_TB5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0xB84, symBinAddr: 0x17CDBC, symSize: 0x310 } + - { offsetInCU: 0xF94, offset: 0x2332BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwug', symObjAddr: 0x10C0, symBinAddr: 0x17D2A8, symSize: 0x8 } + - { offsetInCU: 0xFA8, offset: 0x2332CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwup', symObjAddr: 0x10C8, symBinAddr: 0x17D2B0, symSize: 0x4 } + - { offsetInCU: 0xFBC, offset: 0x2332E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwui', symObjAddr: 0x10CC, symBinAddr: 0x17D2B4, symSize: 0x4 } + - { offsetInCU: 0xFD0, offset: 0x2332F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOMa', symObjAddr: 0x10D0, symBinAddr: 0x17D2B8, symSize: 0x10 } + - { offsetInCU: 0x1047, offset: 0x23336E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3AC, symBinAddr: 0x17C758, symSize: 0x40 } + - { offsetInCU: 0x10E3, offset: 0x23340A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP7_domainSSvgTW', symObjAddr: 0x3EC, symBinAddr: 0x17C798, symSize: 0x4 } + - { offsetInCU: 0x10FF, offset: 0x233426, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP5_codeSivgTW', symObjAddr: 0x3F0, symBinAddr: 0x17C79C, symSize: 0x4 } + - { offsetInCU: 0x111B, offset: 0x233442, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x3F4, symBinAddr: 0x17C7A0, symSize: 0x4 } + - { offsetInCU: 0x1137, offset: 0x23345E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x3F8, symBinAddr: 0x17C7A4, symSize: 0x4 } +... diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/x86_64/Lottie.yml b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/x86_64/Lottie.yml new file mode 100644 index 0000000..3e6693b --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/x86_64/Lottie.yml @@ -0,0 +1,7520 @@ +--- +triple: 'x86_64-apple-darwin' +binary-path: '/Users/runner/Library/Developer/Xcode/DerivedData/Lottie-fxrioqbkappyvraatalsxfpfubmj/Build/Intermediates.noindex/ArchiveIntermediates/Lottie (iOS)/InstallationBuildProductsLocation/Library/Frameworks/Lottie.framework/Versions/A/Lottie' +relocations: + - { offsetInCU: 0x34, offset: 0xD0AFA, size: 0x8, addend: 0x0, symName: _LottieVersionString, symObjAddr: 0x0, symBinAddr: 0x1AC0D0, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0xD0B2F, size: 0x8, addend: 0x0, symName: _LottieVersionNumber, symObjAddr: 0x28, symBinAddr: 0x1AC0F8, symSize: 0x0 } + - { offsetInCU: 0x3F, offset: 0xD0B84, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0x30, symBinAddr: 0x4030, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0xD0B98, size: 0x8, addend: 0x0, symName: ___swift_memcpy152_8, symObjAddr: 0x40, symBinAddr: 0x4040, symSize: 0x10 } + - { offsetInCU: 0x67, offset: 0xD0BAC, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwet', symObjAddr: 0x50, symBinAddr: 0x4050, symSize: 0x50 } + - { offsetInCU: 0x7B, offset: 0xD0BC0, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwst', symObjAddr: 0xA0, symBinAddr: 0x40A0, symSize: 0x70 } + - { offsetInCU: 0x8F, offset: 0xD0BD4, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwCP', symObjAddr: 0x210, symBinAddr: 0x4210, symSize: 0x30 } + - { offsetInCU: 0xA3, offset: 0xD0BE8, size: 0x8, addend: 0x0, symName: ___swift_memcpy128_8, symObjAddr: 0x240, symBinAddr: 0x4240, symSize: 0x50 } + - { offsetInCU: 0xB7, offset: 0xD0BFC, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwet', symObjAddr: 0x290, symBinAddr: 0x4290, symSize: 0x20 } + - { offsetInCU: 0xCB, offset: 0xD0C10, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwst', symObjAddr: 0x2B0, symBinAddr: 0x42B0, symSize: 0x50 } + - { offsetInCU: 0xDF, offset: 0xD0C24, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0x340, symBinAddr: 0x4340, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0xD0C38, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0x3A0, symBinAddr: 0x43A0, symSize: 0x20 } + - { offsetInCU: 0x107, offset: 0xD0C4C, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwet', symObjAddr: 0x3C0, symBinAddr: 0x43C0, symSize: 0x20 } + - { offsetInCU: 0x11B, offset: 0xD0C60, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwst', symObjAddr: 0x3E0, symBinAddr: 0x43E0, symSize: 0x30 } + - { offsetInCU: 0x12F, offset: 0xD0C74, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwet', symObjAddr: 0x430, symBinAddr: 0x4430, symSize: 0x20 } + - { offsetInCU: 0x17A, offset: 0xD0CBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE21_overrideSizeThatFits_2in02uiC0ySo6CGSizeVz_7SwiftUI09_ProposedF0VAA0L22UIMeasurementContainerCy7ContentQzGtF', symObjAddr: 0x4A0, symBinAddr: 0x44A0, symSize: 0x3D0 } + - { offsetInCU: 0x384, offset: 0xD0EC9, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSQWb', symObjAddr: 0xC80, symBinAddr: 0x4C80, symSize: 0x20 } + - { offsetInCU: 0x3A3, offset: 0xD0EE8, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0xD60, symBinAddr: 0x4D60, symSize: 0x20 } + - { offsetInCU: 0x3B7, offset: 0xD0EFC, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0xDB0, symBinAddr: 0x4DB0, symSize: 0x20 } + - { offsetInCU: 0x3CB, offset: 0xD0F10, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityaSHSCSQWb', symObjAddr: 0x1290, symBinAddr: 0x5290, symSize: 0x20 } + - { offsetInCU: 0x3DF, offset: 0xD0F24, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSQWb', symObjAddr: 0x12B0, symBinAddr: 0x52B0, symSize: 0x20 } + - { offsetInCU: 0x3F3, offset: 0xD0F38, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x12D0, symBinAddr: 0x52D0, symSize: 0x20 } + - { offsetInCU: 0x407, offset: 0xD0F4C, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSQWb', symObjAddr: 0x12F0, symBinAddr: 0x52F0, symSize: 0x20 } + - { offsetInCU: 0x41B, offset: 0xD0F60, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1310, symBinAddr: 0x5310, symSize: 0x20 } + - { offsetInCU: 0x42F, offset: 0xD0F74, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSQWb', symObjAddr: 0x1330, symBinAddr: 0x5330, symSize: 0x20 } + - { offsetInCU: 0x443, offset: 0xD0F88, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1350, symBinAddr: 0x5350, symSize: 0x20 } + - { offsetInCU: 0x457, offset: 0xD0F9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE12sizeThatFits_02uiC07contextSo6CGSizeVSg7SwiftUI08ProposedC4SizeV_AA0K22UIMeasurementContainerCy7ContentQzGAJ06UIViewD7ContextVyxGtFTf4nndn_n', symObjAddr: 0x1370, symBinAddr: 0x5370, symSize: 0x90 } + - { offsetInCU: 0x4B4, offset: 0xD0FF9, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_0, symObjAddr: 0x1480, symBinAddr: 0x5480, symSize: 0x30 } + - { offsetInCU: 0x4C8, offset: 0xD100D, size: 0x8, addend: 0x0, symName: '_$sSSSg5label_yp5valuetWOh', symObjAddr: 0x14B0, symBinAddr: 0x54B0, symSize: 0x30 } + - { offsetInCU: 0x4DC, offset: 0xD1021, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x14E0, symBinAddr: 0x54E0, symSize: 0x40 } + - { offsetInCU: 0x4F0, offset: 0xD1035, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x1520, symBinAddr: 0x5520, symSize: 0x20 } + - { offsetInCU: 0x504, offset: 0xD1049, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1630, symBinAddr: 0x5630, symSize: 0x20 } + - { offsetInCU: 0x518, offset: 0xD105D, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x1650, symBinAddr: 0x5650, symSize: 0x20 } + - { offsetInCU: 0x52C, offset: 0xD1071, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeaSHSCSQWb', symObjAddr: 0x1670, symBinAddr: 0x5670, symSize: 0x20 } + - { offsetInCU: 0x540, offset: 0xD1085, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1690, symBinAddr: 0x5690, symSize: 0x20 } + - { offsetInCU: 0x554, offset: 0xD1099, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x16B0, symBinAddr: 0x56B0, symSize: 0x20 } + - { offsetInCU: 0x568, offset: 0xD10AD, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x16D0, symBinAddr: 0x56D0, symSize: 0x20 } + - { offsetInCU: 0x57C, offset: 0xD10C1, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x16F0, symBinAddr: 0x56F0, symSize: 0x20 } + - { offsetInCU: 0x590, offset: 0xD10D5, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyaSHSCSQWb', symObjAddr: 0x1710, symBinAddr: 0x5710, symSize: 0x20 } + - { offsetInCU: 0x5A4, offset: 0xD10E9, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaSHSCSQWb', symObjAddr: 0x1730, symBinAddr: 0x5730, symSize: 0x20 } + - { offsetInCU: 0x633, offset: 0xD1178, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x890, symBinAddr: 0x4890, symSize: 0x10 } + - { offsetInCU: 0x673, offset: 0xD11B8, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x8A0, symBinAddr: 0x48A0, symSize: 0x10 } + - { offsetInCU: 0x6A4, offset: 0xD11E9, size: 0x8, addend: 0x0, symName: '_$sSo24CGGradientDrawingOptionsVs10SetAlgebraSCsACPxycfCTW', symObjAddr: 0x8C0, symBinAddr: 0x48C0, symSize: 0x10 } + - { offsetInCU: 0x74E, offset: 0xD1293, size: 0x8, addend: 0x0, symName: '_$sSo24CGGradientDrawingOptionsVs10SetAlgebraSCsACP6insertySb8inserted_7ElementQz17memberAfterInserttAHnFTW', symObjAddr: 0x8D0, symBinAddr: 0x48D0, symSize: 0x30 } + - { offsetInCU: 0x860, offset: 0xD13A5, size: 0x8, addend: 0x0, symName: '_$sSo24CGGradientDrawingOptionsVs10SetAlgebraSCsACP9formUnionyyxnFTW', symObjAddr: 0x900, symBinAddr: 0x4900, symSize: 0x10 } + - { offsetInCU: 0x8AD, offset: 0xD13F2, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x930, symBinAddr: 0x4930, symSize: 0x10 } + - { offsetInCU: 0x8ED, offset: 0xD1432, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x940, symBinAddr: 0x4940, symSize: 0x10 } + - { offsetInCU: 0x92D, offset: 0xD1472, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x960, symBinAddr: 0x4960, symSize: 0x10 } + - { offsetInCU: 0x96D, offset: 0xD14B2, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x970, symBinAddr: 0x4970, symSize: 0x10 } + - { offsetInCU: 0x9AD, offset: 0xD14F2, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0xA60, symBinAddr: 0x4A60, symSize: 0x10 } + - { offsetInCU: 0x9ED, offset: 0xD1532, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0xA70, symBinAddr: 0x4A70, symSize: 0x10 } + - { offsetInCU: 0xA75, offset: 0xD15BA, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH9hashValueSivgTW', symObjAddr: 0xAE0, symBinAddr: 0x4AE0, symSize: 0x40 } + - { offsetInCU: 0xB24, offset: 0xD1669, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB20, symBinAddr: 0x4B20, symSize: 0x20 } + - { offsetInCU: 0xB77, offset: 0xD16BC, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB40, symBinAddr: 0x4B40, symSize: 0x40 } + - { offsetInCU: 0xBF4, offset: 0xD1739, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACPxycfCTW', symObjAddr: 0xBC0, symBinAddr: 0x4BC0, symSize: 0x10 } + - { offsetInCU: 0xC1F, offset: 0xD1764, size: 0x8, addend: 0x0, symName: '_$sSo18compression_statusaSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0xBD0, symBinAddr: 0x4BD0, symSize: 0x10 } + - { offsetInCU: 0xC74, offset: 0xD17B9, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0xCA0, symBinAddr: 0x4CA0, symSize: 0x10 } + - { offsetInCU: 0xCBA, offset: 0xD17FF, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xCF0, symBinAddr: 0x4CF0, symSize: 0x70 } + - { offsetInCU: 0xCD6, offset: 0xD181B, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xDF0, symBinAddr: 0x4DF0, symSize: 0x70 } + - { offsetInCU: 0xCF2, offset: 0xD1837, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xE60, symBinAddr: 0x4E60, symSize: 0x70 } + - { offsetInCU: 0xD0E, offset: 0xD1853, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0x10B0, symBinAddr: 0x50B0, symSize: 0x70 } + - { offsetInCU: 0xDEB, offset: 0xD1930, size: 0x8, addend: 0x0, symName: '_$sSo24CGGradientDrawingOptionsVs9OptionSetSCsACP8rawValuex03RawG0Qz_tcfCTW', symObjAddr: 0xBF0, symBinAddr: 0x4BF0, symSize: 0x10 } + - { offsetInCU: 0xE2F, offset: 0xD1974, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs9OptionSetSCsACP8rawValuex03RawF0Qz_tcfCTW', symObjAddr: 0xCE0, symBinAddr: 0x4CE0, symSize: 0x10 } + - { offsetInCU: 0xE80, offset: 0xD19C5, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0xCB0, symBinAddr: 0x4CB0, symSize: 0x10 } + - { offsetInCU: 0xE9C, offset: 0xD19E1, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0xCC0, symBinAddr: 0x4CC0, symSize: 0x10 } + - { offsetInCU: 0xF25, offset: 0xD1A6A, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x9D0, symBinAddr: 0x49D0, symSize: 0x30 } + - { offsetInCU: 0xF41, offset: 0xD1A86, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA00, symBinAddr: 0x4A00, symSize: 0x40 } + - { offsetInCU: 0xF5D, offset: 0xD1AA2, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xED0, symBinAddr: 0x4ED0, symSize: 0x30 } + - { offsetInCU: 0xF79, offset: 0xD1ABE, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF00, symBinAddr: 0x4F00, symSize: 0x40 } + - { offsetInCU: 0xF95, offset: 0xD1ADA, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xF60, symBinAddr: 0x4F60, symSize: 0x30 } + - { offsetInCU: 0xFB1, offset: 0xD1AF6, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF90, symBinAddr: 0x4F90, symSize: 0x40 } + - { offsetInCU: 0xFFB, offset: 0xD1B40, size: 0x8, addend: 0x0, symName: '_$sSo28compression_stream_operationaSYSCSY8rawValue03RawE0QzvgTW', symObjAddr: 0xBE0, symBinAddr: 0x4BE0, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0xD1C6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x5980, symSize: 0x40 } + - { offsetInCU: 0x70, offset: 0xD1C93, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x59C0, symSize: 0x2A0 } + - { offsetInCU: 0xDC, offset: 0xD1CFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2E0, symBinAddr: 0x5C60, symSize: 0x470 } + - { offsetInCU: 0x211, offset: 0xD1E34, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4nameSSvg', symObjAddr: 0x750, symBinAddr: 0x60D0, symSize: 0x30 } + - { offsetInCU: 0x23E, offset: 0xD1E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC9directorySSvg', symObjAddr: 0x780, symBinAddr: 0x6100, symSize: 0x30 } + - { offsetInCU: 0x26B, offset: 0xD1E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC5widthSdvg', symObjAddr: 0x7B0, symBinAddr: 0x6130, symSize: 0x10 } + - { offsetInCU: 0x298, offset: 0xD1EBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6heightSdvg', symObjAddr: 0x7C0, symBinAddr: 0x6140, symSize: 0x10 } + - { offsetInCU: 0x2C5, offset: 0xD1EE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x7D0, symBinAddr: 0x6150, symSize: 0x210 } + - { offsetInCU: 0x357, offset: 0xD1F7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO8rawValueSSvg', symObjAddr: 0xAB0, symBinAddr: 0x63F0, symSize: 0x20 } + - { offsetInCU: 0x38E, offset: 0xD1FB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xAD0, symBinAddr: 0x6410, symSize: 0x20 } + - { offsetInCU: 0x40C, offset: 0xD202F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xB30, symBinAddr: 0x6470, symSize: 0x70 } + - { offsetInCU: 0x472, offset: 0xD2095, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xBA0, symBinAddr: 0x64E0, symSize: 0x30 } + - { offsetInCU: 0x48E, offset: 0xD20B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBD0, symBinAddr: 0x6510, symSize: 0x10 } + - { offsetInCU: 0x4C4, offset: 0xD20E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBE0, symBinAddr: 0x6520, symSize: 0x60 } + - { offsetInCU: 0x549, offset: 0xD216C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xC40, symBinAddr: 0x6580, symSize: 0x10 } + - { offsetInCU: 0x565, offset: 0xD2188, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xC50, symBinAddr: 0x6590, symSize: 0x10 } + - { offsetInCU: 0x582, offset: 0xD21A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfd', symObjAddr: 0xCC0, symBinAddr: 0x6600, symSize: 0x30 } + - { offsetInCU: 0x5DB, offset: 0xD21FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfD', symObjAddr: 0xCF0, symBinAddr: 0x6630, symSize: 0x40 } + - { offsetInCU: 0x70A, offset: 0xD232D, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0xA20, symBinAddr: 0x6360, symSize: 0x30 } + - { offsetInCU: 0x71E, offset: 0xD2341, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs0C3KeyAAWl', symObjAddr: 0xA50, symBinAddr: 0x6390, symSize: 0x30 } + - { offsetInCU: 0x732, offset: 0xD2355, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0xA80, symBinAddr: 0x63C0, symSize: 0x30 } + - { offsetInCU: 0x746, offset: 0xD2369, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfE', symObjAddr: 0xCA0, symBinAddr: 0x65E0, symSize: 0x20 } + - { offsetInCU: 0x773, offset: 0xD2396, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCMa', symObjAddr: 0xD30, symBinAddr: 0x6670, symSize: 0x20 } + - { offsetInCU: 0x787, offset: 0xD23AA, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0xD50, symBinAddr: 0x6690, symSize: 0x10 } + - { offsetInCU: 0x79B, offset: 0xD23BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwet', symObjAddr: 0xD70, symBinAddr: 0x66A0, symSize: 0x80 } + - { offsetInCU: 0x7AF, offset: 0xD23D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwst', symObjAddr: 0xDF0, symBinAddr: 0x6720, symSize: 0xD0 } + - { offsetInCU: 0x7C3, offset: 0xD23E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwug', symObjAddr: 0xEC0, symBinAddr: 0x67F0, symSize: 0x10 } + - { offsetInCU: 0x7D7, offset: 0xD23FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwup', symObjAddr: 0xED0, symBinAddr: 0x6800, symSize: 0x10 } + - { offsetInCU: 0x7EB, offset: 0xD240E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwui', symObjAddr: 0xEE0, symBinAddr: 0x6810, symSize: 0x10 } + - { offsetInCU: 0x7FF, offset: 0xD2422, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOMa', symObjAddr: 0xEF0, symBinAddr: 0x6820, symSize: 0x10 } + - { offsetInCU: 0x813, offset: 0xD2436, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASQWb', symObjAddr: 0xF00, symBinAddr: 0x6830, symSize: 0x10 } + - { offsetInCU: 0x827, offset: 0xD244A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAESQAAWl', symObjAddr: 0xF10, symBinAddr: 0x6840, symSize: 0x30 } + - { offsetInCU: 0x83B, offset: 0xD245E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xF40, symBinAddr: 0x6870, symSize: 0x10 } + - { offsetInCU: 0x84F, offset: 0xD2472, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xF50, symBinAddr: 0x6880, symSize: 0x30 } + - { offsetInCU: 0x863, offset: 0xD2486, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xF80, symBinAddr: 0x68B0, symSize: 0x10 } + - { offsetInCU: 0x877, offset: 0xD249A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xF90, symBinAddr: 0x68C0, symSize: 0x30 } + - { offsetInCU: 0x88B, offset: 0xD24AE, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0xFC0, symBinAddr: 0x68F0, symSize: 0x30 } + - { offsetInCU: 0x89F, offset: 0xD24C2, size: 0x8, addend: 0x0, symName: '_$ss7Decoder_pWOc', symObjAddr: 0xFF0, symBinAddr: 0x6920, symSize: 0x30 } + - { offsetInCU: 0x8B3, offset: 0xD24D6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10dataString7optionsACSgSS_AcDE0B14URLReadOptionsVtcfC', symObjAddr: 0x1020, symBinAddr: 0x6950, symSize: 0x460 } + - { offsetInCU: 0x99D, offset: 0xD25C0, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x1480, symBinAddr: 0x6DB0, symSize: 0x30 } + - { offsetInCU: 0x9F3, offset: 0xD2616, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOACs0C0AAWl', symObjAddr: 0x1540, symBinAddr: 0x6E70, symSize: 0x30 } + - { offsetInCU: 0xA07, offset: 0xD262A, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0x1570, symBinAddr: 0x6EA0, symSize: 0x30 } + - { offsetInCU: 0xAA5, offset: 0xD26C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAF0, symBinAddr: 0x6430, symSize: 0x10 } + - { offsetInCU: 0xAC1, offset: 0xD26E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB00, symBinAddr: 0x6440, symSize: 0x10 } + - { offsetInCU: 0xADD, offset: 0xD2700, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB10, symBinAddr: 0x6450, symSize: 0x10 } + - { offsetInCU: 0xAF9, offset: 0xD271C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB20, symBinAddr: 0x6460, symSize: 0x10 } + - { offsetInCU: 0xB1C, offset: 0xD273F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xC60, symBinAddr: 0x65A0, symSize: 0x20 } + - { offsetInCU: 0xB38, offset: 0xD275B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xC80, symBinAddr: 0x65C0, symSize: 0x20 } + - { offsetInCU: 0xB86, offset: 0xD27A9, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTg5', symObjAddr: 0x14E0, symBinAddr: 0x6E10, symSize: 0x60 } + - { offsetInCU: 0x17A, offset: 0xD2BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC11setUpGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x6ED0, symSize: 0x1C0 } + - { offsetInCU: 0x3D0, offset: 0xD2E1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1C0, symBinAddr: 0x7090, symSize: 0x50 } + - { offsetInCU: 0x417, offset: 0xD2E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5layerACyp_tcfc', symObjAddr: 0x210, symBinAddr: 0x70E0, symSize: 0x1D0 } + - { offsetInCU: 0x585, offset: 0xD2FD2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14ShapeItemLayerC0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKF', symObjAddr: 0x560, symBinAddr: 0x7430, symSize: 0x310 } + - { offsetInCU: 0xA98, offset: 0xD34E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5group5items0D4Path7contextAcA0B0C_SayAA09ShapeItemC0C0I0VGSaySSGAA0C7ContextVtKcfc', symObjAddr: 0x8E0, symBinAddr: 0x77B0, symSize: 0x120 } + - { offsetInCU: 0xB0D, offset: 0xD355A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC05setupC9Hierarchy33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0xA00, symBinAddr: 0x78D0, symSize: 0x600 } + - { offsetInCU: 0x12C2, offset: 0xD3D0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1000, symBinAddr: 0x7ED0, symSize: 0x70 } + - { offsetInCU: 0x1309, offset: 0xD3D56, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5layerACyp_tcfc', symObjAddr: 0x1070, symBinAddr: 0x7F40, symSize: 0x230 } + - { offsetInCU: 0x13CC, offset: 0xD3E19, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x1310, symBinAddr: 0x81E0, symSize: 0x7A0 } + - { offsetInCU: 0x1523, offset: 0xD3F70, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC03nonB5Items33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x1AB0, symBinAddr: 0x8980, symSize: 0x1A0 } + - { offsetInCU: 0x16DB, offset: 0xD4128, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC11childGroups33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x1C50, symBinAddr: 0x8B20, symSize: 0x1A0 } + - { offsetInCU: 0x18B1, offset: 0xD42FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCACycfcTo', symObjAddr: 0x2E00, symBinAddr: 0x9CD0, symSize: 0x30 } + - { offsetInCU: 0x1973, offset: 0xD43C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfE', symObjAddr: 0x870, symBinAddr: 0x7740, symSize: 0x20 } + - { offsetInCU: 0x19A0, offset: 0xD43ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfETo', symObjAddr: 0x8A0, symBinAddr: 0x7770, symSize: 0x20 } + - { offsetInCU: 0x19CF, offset: 0xD441C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCMa', symObjAddr: 0x8C0, symBinAddr: 0x7790, symSize: 0x20 } + - { offsetInCU: 0x1CCE, offset: 0xD471B, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tF', symObjAddr: 0x1DF0, symBinAddr: 0x8CC0, symSize: 0x1010 } + - { offsetInCU: 0x377C, offset: 0xD61C9, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_', symObjAddr: 0x43F0, symBinAddr: 0xB2C0, symSize: 0x750 } + - { offsetInCU: 0x40FE, offset: 0xD6B4B, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_SbycfU3_SbAEXEfU_', symObjAddr: 0x4B40, symBinAddr: 0xBA10, symSize: 0x230 } + - { offsetInCU: 0x4201, offset: 0xD6C4E, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAlIcfU2_', symObjAddr: 0x4D70, symBinAddr: 0xBC40, symSize: 0x50 } + - { offsetInCU: 0x45E6, offset: 0xD7033, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfE', symObjAddr: 0x2E30, symBinAddr: 0x9D00, symSize: 0x60 } + - { offsetInCU: 0x4613, offset: 0xD7060, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfETo', symObjAddr: 0x2ED0, symBinAddr: 0x9DA0, symSize: 0x60 } + - { offsetInCU: 0x4642, offset: 0xD708F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCMa', symObjAddr: 0x2F30, symBinAddr: 0x9E00, symSize: 0x20 } + - { offsetInCU: 0x46DA, offset: 0xD7127, size: 0x8, addend: 0x0, symName: '_$sSl6LottieE5split14whereSeparatorSaySay7ElementQzG8grouping_AESg08trailingD0tGSbAEXE_tFSayAA14ShapeItemLayerC0I0VG_Tg5014$sSo7CALayerC6a93E11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14hiJ47C0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKFSbAMXEfU0_Tf1cn_n', symObjAddr: 0x2F50, symBinAddr: 0x9E20, symSize: 0x350 } + - { offsetInCU: 0x4BF6, offset: 0xD7643, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE13setUpRepeater33_24524B13A39DBE5C7BD85D5BB4776E93LL_5items15parentGroupPath7contextyAC0E0C_SayAC14ShapeItemLayerC0T0VGSaySSGAC0U7ContextVtKF', symObjAddr: 0x32A0, symBinAddr: 0xA170, symSize: 0x480 } + - { offsetInCU: 0x5367, offset: 0xD7DB4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_', symObjAddr: 0x3720, symBinAddr: 0xA5F0, symSize: 0x520 } + - { offsetInCU: 0x5895, offset: 0xD82E2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_', symObjAddr: 0x3C40, symBinAddr: 0xAB10, symSize: 0x50 } + - { offsetInCU: 0x58DF, offset: 0xD832C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKF', symObjAddr: 0x3C90, symBinAddr: 0xAB60, symSize: 0x350 } + - { offsetInCU: 0x5BCA, offset: 0xD8617, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_', symObjAddr: 0x3FE0, symBinAddr: 0xAEB0, symSize: 0x410 } + - { offsetInCU: 0x6215, offset: 0xD8C62, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5', symObjAddr: 0x4DC0, symBinAddr: 0xBC90, symSize: 0x60 } + - { offsetInCU: 0x6229, offset: 0xD8C76, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5.resume.0', symObjAddr: 0x4E20, symBinAddr: 0xBCF0, symSize: 0x20 } + - { offsetInCU: 0x6241, offset: 0xD8C8E, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5', symObjAddr: 0x4E40, symBinAddr: 0xBD10, symSize: 0x90 } + - { offsetInCU: 0x62B7, offset: 0xD8D04, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5.resume.0', symObjAddr: 0x4ED0, symBinAddr: 0xBDA0, symSize: 0x10 } + - { offsetInCU: 0x62E6, offset: 0xD8D33, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4EE0, symBinAddr: 0xBDB0, symSize: 0x150 } + - { offsetInCU: 0x65E0, offset: 0xD902D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFTf4nnnnd_n', symObjAddr: 0x53B0, symBinAddr: 0xC280, symSize: 0x760 } + - { offsetInCU: 0x6EF5, offset: 0xD9942, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOy', symObjAddr: 0x5B10, symBinAddr: 0xC9E0, symSize: 0x30 } + - { offsetInCU: 0x6F09, offset: 0xD9956, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOe', symObjAddr: 0x5B40, symBinAddr: 0xCA10, symSize: 0x30 } + - { offsetInCU: 0x6F1D, offset: 0xD996A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOc', symObjAddr: 0x5B70, symBinAddr: 0xCA40, symSize: 0x30 } + - { offsetInCU: 0x6F31, offset: 0xD997E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOh', symObjAddr: 0x5BA0, symBinAddr: 0xCA70, symSize: 0x30 } + - { offsetInCU: 0x6F45, offset: 0xD9992, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_TA', symObjAddr: 0x5BD0, symBinAddr: 0xCAA0, symSize: 0x20 } + - { offsetInCU: 0x6F59, offset: 0xD99A6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_TA', symObjAddr: 0x5BF0, symBinAddr: 0xCAC0, symSize: 0x20 } + - { offsetInCU: 0x6F6D, offset: 0xD99BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_TA', symObjAddr: 0x5C10, symBinAddr: 0xCAE0, symSize: 0x20 } + - { offsetInCU: 0x6F81, offset: 0xD99CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x5CC0, symBinAddr: 0xCB50, symSize: 0x20 } + - { offsetInCU: 0x6F95, offset: 0xD99E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x5CE0, symBinAddr: 0xCB70, symSize: 0x20 } + - { offsetInCU: 0x6FA9, offset: 0xD99F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOAEsAdAWl', symObjAddr: 0x5D30, symBinAddr: 0xCB90, symSize: 0x30 } + - { offsetInCU: 0x6FBD, offset: 0xD9A0A, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGAByxq_GSlsSlRzrlWl', symObjAddr: 0x5D80, symBinAddr: 0xCBC0, symSize: 0x60 } + - { offsetInCU: 0x6FD1, offset: 0xD9A1E, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGMa', symObjAddr: 0x5DE0, symBinAddr: 0xCC20, symSize: 0xA0 } + - { offsetInCU: 0x6FE5, offset: 0xD9A32, size: 0x8, addend: 0x0, symName: '_$s6Lottie21OpacityAnimationModel_pSgWOh', symObjAddr: 0x5F20, symBinAddr: 0xCD60, symSize: 0x30 } + - { offsetInCU: 0x6FF9, offset: 0xD9A46, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOe', symObjAddr: 0x5F50, symBinAddr: 0xCD90, symSize: 0x20 } + - { offsetInCU: 0x700D, offset: 0xD9A5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwCP', symObjAddr: 0x6000, symBinAddr: 0xCE10, symSize: 0x30 } + - { offsetInCU: 0x7021, offset: 0xD9A6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwxx', symObjAddr: 0x6030, symBinAddr: 0xCE40, symSize: 0x20 } + - { offsetInCU: 0x7035, offset: 0xD9A82, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwcp', symObjAddr: 0x6050, symBinAddr: 0xCE60, symSize: 0x30 } + - { offsetInCU: 0x7049, offset: 0xD9A96, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwca', symObjAddr: 0x6080, symBinAddr: 0xCE90, symSize: 0x50 } + - { offsetInCU: 0x705D, offset: 0xD9AAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwta', symObjAddr: 0x60E0, symBinAddr: 0xCEE0, symSize: 0x30 } + - { offsetInCU: 0x7071, offset: 0xD9ABE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwet', symObjAddr: 0x6110, symBinAddr: 0xCF10, symSize: 0x40 } + - { offsetInCU: 0x7085, offset: 0xD9AD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwst', symObjAddr: 0x6150, symBinAddr: 0xCF50, symSize: 0x40 } + - { offsetInCU: 0x7099, offset: 0xD9AE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVMa', symObjAddr: 0x6190, symBinAddr: 0xCF90, symSize: 0x10 } + - { offsetInCU: 0x71A6, offset: 0xD9BF3, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AITg5', symObjAddr: 0x400, symBinAddr: 0x72D0, symSize: 0x160 } + - { offsetInCU: 0x781E, offset: 0xDA26B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVsSQRzlE2eeoiySbAByxG_ADtFZ6Lottie8KeyframeCyAE0D8Vector1DVG_Tg5Tf4nnd_n', symObjAddr: 0x5030, symBinAddr: 0xBF00, symSize: 0x80 } + - { offsetInCU: 0x78C5, offset: 0xDA312, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AE0D11RenderGroupVTg505$sSa6c4AA14def2C0l13VRszlE17shapeg54Groups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5h12VG05validG0_W37AEG06unusedN0tSb_tFAjIXEfU0_AiEXEfU4_AlJTf1cn_nTf4ngXg_n', symObjAddr: 0x50B0, symBinAddr: 0xBF80, symSize: 0x160 } + - { offsetInCU: 0x7AC7, offset: 0xDA514, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay6Lottie14ShapeItemLayerC0G0VG_Tg505$sSa6e4AA14fgh2C0l90VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_X29AEG06unusedN0tSb_tFSbAEXEfU4_So5NSSetCTf1cn_nTf4gg_n', symObjAddr: 0x5210, symBinAddr: 0xC0E0, symSize: 0x1A0 } + - { offsetInCU: 0x43, offset: 0xDABD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwCP', symObjAddr: 0x0, symBinAddr: 0xCFC0, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0xDABED, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwxx', symObjAddr: 0x30, symBinAddr: 0xCFF0, symSize: 0x40 } + - { offsetInCU: 0x6B, offset: 0xDAC01, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwcp', symObjAddr: 0x70, symBinAddr: 0xD030, symSize: 0x70 } + - { offsetInCU: 0x7F, offset: 0xDAC15, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwca', symObjAddr: 0xE0, symBinAddr: 0xD0A0, symSize: 0xA0 } + - { offsetInCU: 0x93, offset: 0xDAC29, size: 0x8, addend: 0x0, symName: ___swift_memcpy56_8, symObjAddr: 0x180, symBinAddr: 0xD140, symSize: 0x30 } + - { offsetInCU: 0xA7, offset: 0xDAC3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwta', symObjAddr: 0x1B0, symBinAddr: 0xD170, symSize: 0x70 } + - { offsetInCU: 0xBB, offset: 0xDAC51, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwet', symObjAddr: 0x220, symBinAddr: 0xD1E0, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0xDAC65, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwst', symObjAddr: 0x260, symBinAddr: 0xD220, symSize: 0x50 } + - { offsetInCU: 0xE3, offset: 0xDAC79, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVMa', symObjAddr: 0x2B0, symBinAddr: 0xD270, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0xDACAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueSSvg', symObjAddr: 0x2C0, symBinAddr: 0xD280, symSize: 0x20 } + - { offsetInCU: 0x162, offset: 0xDACF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x480, symBinAddr: 0xD440, symSize: 0x10 } + - { offsetInCU: 0x1E9, offset: 0xDAD7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH9hashValueSivgTW', symObjAddr: 0x490, symBinAddr: 0xD450, symSize: 0x40 } + - { offsetInCU: 0x2CD, offset: 0xDAE63, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4D0, symBinAddr: 0xD490, symSize: 0x20 } + - { offsetInCU: 0x33F, offset: 0xDAED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x530, symBinAddr: 0xD4F0, symSize: 0x10 } + - { offsetInCU: 0x36A, offset: 0xDAF00, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x540, symBinAddr: 0xD500, symSize: 0x20 } + - { offsetInCU: 0x39B, offset: 0xDAF31, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x560, symBinAddr: 0xD520, symSize: 0x10 } + - { offsetInCU: 0x3B7, offset: 0xDAF4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x570, symBinAddr: 0xD530, symSize: 0x10 } + - { offsetInCU: 0x3D3, offset: 0xDAF69, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x640, symBinAddr: 0xD600, symSize: 0x120 } + - { offsetInCU: 0x419, offset: 0xDAFAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2E0, symBinAddr: 0xD2A0, symSize: 0x1A0 } + - { offsetInCU: 0x46E, offset: 0xDB004, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5C0, symBinAddr: 0xD580, symSize: 0x40 } + - { offsetInCU: 0x4A5, offset: 0xDB03B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x600, symBinAddr: 0xD5C0, symSize: 0x40 } + - { offsetInCU: 0x4C8, offset: 0xDB05E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x760, symBinAddr: 0xD720, symSize: 0x2E0 } + - { offsetInCU: 0x51B, offset: 0xDB0B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs0D3KeyAAWl', symObjAddr: 0xAB0, symBinAddr: 0xDA00, symSize: 0x30 } + - { offsetInCU: 0x52F, offset: 0xDB0C5, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie03DotA9AnimationVGMa', symObjAddr: 0xB10, symBinAddr: 0xDA30, symSize: 0x30 } + - { offsetInCU: 0x543, offset: 0xDB0D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSeAAWl', symObjAddr: 0xB40, symBinAddr: 0xDA60, symSize: 0x30 } + - { offsetInCU: 0x557, offset: 0xDB0ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSEAAWl', symObjAddr: 0xBD0, symBinAddr: 0xDAF0, symSize: 0x30 } + - { offsetInCU: 0x56B, offset: 0xDB101, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwet', symObjAddr: 0xC20, symBinAddr: 0xDB20, symSize: 0x80 } + - { offsetInCU: 0x57F, offset: 0xDB115, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwst', symObjAddr: 0xCA0, symBinAddr: 0xDBA0, symSize: 0xD0 } + - { offsetInCU: 0x593, offset: 0xDB129, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwug', symObjAddr: 0xD70, symBinAddr: 0xDC70, symSize: 0x10 } + - { offsetInCU: 0x5A7, offset: 0xDB13D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwup', symObjAddr: 0xD80, symBinAddr: 0xDC80, symSize: 0x10 } + - { offsetInCU: 0x5BB, offset: 0xDB151, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwui', symObjAddr: 0xD90, symBinAddr: 0xDC90, symSize: 0x10 } + - { offsetInCU: 0x5CF, offset: 0xDB165, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOMa', symObjAddr: 0xDA0, symBinAddr: 0xDCA0, symSize: 0x10 } + - { offsetInCU: 0x5E3, offset: 0xDB179, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASQWb', symObjAddr: 0xDB0, symBinAddr: 0xDCB0, symSize: 0x10 } + - { offsetInCU: 0x5F7, offset: 0xDB18D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFSQAAWl', symObjAddr: 0xDC0, symBinAddr: 0xDCC0, symSize: 0x30 } + - { offsetInCU: 0x60B, offset: 0xDB1A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDF0, symBinAddr: 0xDCF0, symSize: 0x10 } + - { offsetInCU: 0x61F, offset: 0xDB1B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE00, symBinAddr: 0xDD00, symSize: 0x30 } + - { offsetInCU: 0x633, offset: 0xDB1C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE30, symBinAddr: 0xDD30, symSize: 0x10 } + - { offsetInCU: 0x647, offset: 0xDB1DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xE40, symBinAddr: 0xDD40, symSize: 0x30 } + - { offsetInCU: 0x6B5, offset: 0xDB24B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4F0, symBinAddr: 0xD4B0, symSize: 0x40 } + - { offsetInCU: 0x759, offset: 0xDB2EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0xD540, symSize: 0x20 } + - { offsetInCU: 0x775, offset: 0xDB30B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x5A0, symBinAddr: 0xD560, symSize: 0x20 } + - { offsetInCU: 0x92, offset: 0xDB4FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xDE30, symSize: 0x30 } + - { offsetInCU: 0xC3, offset: 0xDB52D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0xDE60, symSize: 0x20 } + - { offsetInCU: 0x10F, offset: 0xDB579, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A0, symBinAddr: 0xDF10, symSize: 0x40 } + - { offsetInCU: 0x134, offset: 0xDB59E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0xDF50, symSize: 0x2B0 } + - { offsetInCU: 0x1A0, offset: 0xDB60A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x490, symBinAddr: 0xE200, symSize: 0x3E0 } + - { offsetInCU: 0x2FF, offset: 0xDB769, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO8rawValueSSvg', symObjAddr: 0x870, symBinAddr: 0xE5E0, symSize: 0x20 } + - { offsetInCU: 0x336, offset: 0xDB7A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0xA50, symBinAddr: 0xE7C0, symSize: 0x20 } + - { offsetInCU: 0x3B4, offset: 0xDB81E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xAB0, symBinAddr: 0xE820, symSize: 0x70 } + - { offsetInCU: 0x41A, offset: 0xDB884, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xB20, symBinAddr: 0xE890, symSize: 0x30 } + - { offsetInCU: 0x436, offset: 0xDB8A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB50, symBinAddr: 0xE8C0, symSize: 0x10 } + - { offsetInCU: 0x46C, offset: 0xDB8D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB60, symBinAddr: 0xE8D0, symSize: 0x60 } + - { offsetInCU: 0x4F1, offset: 0xDB95B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBC0, symBinAddr: 0xE930, symSize: 0x10 } + - { offsetInCU: 0x50D, offset: 0xDB977, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBD0, symBinAddr: 0xE940, symSize: 0x10 } + - { offsetInCU: 0x52B, offset: 0xDB995, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC6encode2toys7Encoder_p_tKF', symObjAddr: 0x890, symBinAddr: 0xE600, symSize: 0x1C0 } + - { offsetInCU: 0x5A5, offset: 0xDBA0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfD', symObjAddr: 0xC40, symBinAddr: 0xE9B0, symSize: 0x40 } + - { offsetInCU: 0x659, offset: 0xDBAC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfE', symObjAddr: 0xC20, symBinAddr: 0xE990, symSize: 0x20 } + - { offsetInCU: 0x6B1, offset: 0xDBB1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCMa', symObjAddr: 0xC80, symBinAddr: 0xE9F0, symSize: 0x20 } + - { offsetInCU: 0x6C5, offset: 0xDBB2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwug', symObjAddr: 0xCE0, symBinAddr: 0xEA30, symSize: 0x10 } + - { offsetInCU: 0x6D9, offset: 0xDBB43, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwup', symObjAddr: 0xCF0, symBinAddr: 0xEA40, symSize: 0x10 } + - { offsetInCU: 0x6ED, offset: 0xDBB57, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwui', symObjAddr: 0xD00, symBinAddr: 0xEA50, symSize: 0x10 } + - { offsetInCU: 0x701, offset: 0xDBB6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOMa', symObjAddr: 0xD10, symBinAddr: 0xEA60, symSize: 0x10 } + - { offsetInCU: 0x715, offset: 0xDBB7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASQWb', symObjAddr: 0xD20, symBinAddr: 0xEA70, symSize: 0x10 } + - { offsetInCU: 0x729, offset: 0xDBB93, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSQAAWl', symObjAddr: 0xD30, symBinAddr: 0xEA80, symSize: 0x30 } + - { offsetInCU: 0x73D, offset: 0xDBBA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSYAAWl', symObjAddr: 0xD60, symBinAddr: 0xEAB0, symSize: 0x30 } + - { offsetInCU: 0x751, offset: 0xDBBBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs0C3KeyAAWl', symObjAddr: 0xE00, symBinAddr: 0xEAE0, symSize: 0x30 } + - { offsetInCU: 0x765, offset: 0xDBBCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSEAAWl', symObjAddr: 0xE30, symBinAddr: 0xEB10, symSize: 0x30 } + - { offsetInCU: 0x779, offset: 0xDBBE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGMa', symObjAddr: 0xE60, symBinAddr: 0xEB40, symSize: 0x30 } + - { offsetInCU: 0x78D, offset: 0xDBBF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSEAAWl', symObjAddr: 0xE90, symBinAddr: 0xEB70, symSize: 0x30 } + - { offsetInCU: 0x7A1, offset: 0xDBC0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSeAAWl', symObjAddr: 0xEC0, symBinAddr: 0xEBA0, symSize: 0x30 } + - { offsetInCU: 0x7B5, offset: 0xDBC1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSeAAWl', symObjAddr: 0xF50, symBinAddr: 0xEC30, symSize: 0x30 } + - { offsetInCU: 0xDA1, offset: 0xDC20B, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector3DV_GTg5', symObjAddr: 0xFB0, symBinAddr: 0xEC60, symSize: 0x270 } + - { offsetInCU: 0xEEF, offset: 0xDC359, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAL_GTg5', symObjAddr: 0x1220, symBinAddr: 0xEED0, symSize: 0x270 } + - { offsetInCU: 0x101F, offset: 0xDC489, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x1490, symBinAddr: 0xF140, symSize: 0x270 } + - { offsetInCU: 0x114B, offset: 0xDC5B5, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x1700, symBinAddr: 0xF3B0, symSize: 0x270 } + - { offsetInCU: 0x127B, offset: 0xDC6E5, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x1970, symBinAddr: 0xF620, symSize: 0x270 } + - { offsetInCU: 0x13A7, offset: 0xDC811, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x1BE0, symBinAddr: 0xF890, symSize: 0x270 } + - { offsetInCU: 0x14D7, offset: 0xDC941, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1E50, symBinAddr: 0xFB00, symSize: 0x270 } + - { offsetInCU: 0x1603, offset: 0xDCA6D, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x20C0, symBinAddr: 0xFD70, symSize: 0x270 } + - { offsetInCU: 0x1733, offset: 0xDCB9D, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x2330, symBinAddr: 0xFFE0, symSize: 0x270 } + - { offsetInCU: 0x185F, offset: 0xDCCC9, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x25A0, symBinAddr: 0x10250, symSize: 0x270 } + - { offsetInCU: 0x198F, offset: 0xDCDF9, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x2810, symBinAddr: 0x104C0, symSize: 0x270 } + - { offsetInCU: 0x1ABB, offset: 0xDCF25, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x2A80, symBinAddr: 0x10730, symSize: 0x270 } + - { offsetInCU: 0x1BEB, offset: 0xDD055, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0x2CF0, symBinAddr: 0x109A0, symSize: 0x30 } + - { offsetInCU: 0x1CD8, offset: 0xDD142, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4gd_n', symObjAddr: 0x2D50, symBinAddr: 0x109D0, symSize: 0x630 } + - { offsetInCU: 0x273E, offset: 0xDDBA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4nd_n', symObjAddr: 0x3380, symBinAddr: 0x11000, symSize: 0x900 } + - { offsetInCU: 0x2CEF, offset: 0xDE159, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4gd_n', symObjAddr: 0x3C80, symBinAddr: 0x11900, symSize: 0x690 } + - { offsetInCU: 0x3040, offset: 0xDE4AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x4310, symBinAddr: 0x11F90, symSize: 0x9B0 } + - { offsetInCU: 0x3532, offset: 0xDE99C, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0x4D40, symBinAddr: 0x12970, symSize: 0x40 } + - { offsetInCU: 0x366E, offset: 0xDEAD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4gd_n', symObjAddr: 0x4DA0, symBinAddr: 0x129D0, symSize: 0x660 } + - { offsetInCU: 0x3A43, offset: 0xDEEAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4nd_n', symObjAddr: 0x5400, symBinAddr: 0x13030, symSize: 0x960 } + - { offsetInCU: 0x401C, offset: 0xDF486, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4gd_n', symObjAddr: 0x5D60, symBinAddr: 0x13990, symSize: 0x6A0 } + - { offsetInCU: 0x4379, offset: 0xDF7E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4nd_n', symObjAddr: 0x6400, symBinAddr: 0x14030, symSize: 0x9B0 } + - { offsetInCU: 0x4941, offset: 0xDFDAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4gd_n', symObjAddr: 0x6DB0, symBinAddr: 0x149E0, symSize: 0x590 } + - { offsetInCU: 0x4D3A, offset: 0xE01A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4nd_n', symObjAddr: 0x7340, symBinAddr: 0x14F70, symSize: 0x950 } + - { offsetInCU: 0x5366, offset: 0xE07D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4gd_n', symObjAddr: 0x7C90, symBinAddr: 0x158C0, symSize: 0x5D0 } + - { offsetInCU: 0x575A, offset: 0xE0BC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4nd_n', symObjAddr: 0x8260, symBinAddr: 0x15E90, symSize: 0x940 } + - { offsetInCU: 0x5C63, offset: 0xE10CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOwup', symObjAddr: 0x8DE0, symBinAddr: 0x16A10, symSize: 0x10 } + - { offsetInCU: 0x5C77, offset: 0xE10E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOMa', symObjAddr: 0x8DF0, symBinAddr: 0x16A20, symSize: 0x10 } + - { offsetInCU: 0x5C8B, offset: 0xE10F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASQWb', symObjAddr: 0x8E00, symBinAddr: 0x16A30, symSize: 0x10 } + - { offsetInCU: 0x5C9F, offset: 0xE1109, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFSQAAWl', symObjAddr: 0x8E10, symBinAddr: 0x16A40, symSize: 0x30 } + - { offsetInCU: 0x5CB3, offset: 0xE111D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8E40, symBinAddr: 0x16A70, symSize: 0x10 } + - { offsetInCU: 0x5CC7, offset: 0xE1131, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8E50, symBinAddr: 0x16A80, symSize: 0x30 } + - { offsetInCU: 0x5CDB, offset: 0xE1145, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x8E80, symBinAddr: 0x16AB0, symSize: 0x10 } + - { offsetInCU: 0x5CEF, offset: 0xE1159, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x8E90, symBinAddr: 0x16AC0, symSize: 0x30 } + - { offsetInCU: 0x5D23, offset: 0xE118D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xDD70, symSize: 0x10 } + - { offsetInCU: 0x5DB4, offset: 0xE121E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0xDD80, symSize: 0x40 } + - { offsetInCU: 0x5E8C, offset: 0xE12F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0xDDC0, symSize: 0x30 } + - { offsetInCU: 0x5F08, offset: 0xE1372, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xDDF0, symSize: 0x40 } + - { offsetInCU: 0x5FB5, offset: 0xE141F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0xDE80, symSize: 0x50 } + - { offsetInCU: 0x5FD8, offset: 0xE1442, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0xDED0, symSize: 0x40 } + - { offsetInCU: 0x6038, offset: 0xE14A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA70, symBinAddr: 0xE7E0, symSize: 0x10 } + - { offsetInCU: 0x6054, offset: 0xE14BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA80, symBinAddr: 0xE7F0, symSize: 0x10 } + - { offsetInCU: 0x6070, offset: 0xE14DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA90, symBinAddr: 0xE800, symSize: 0x10 } + - { offsetInCU: 0x608C, offset: 0xE14F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAA0, symBinAddr: 0xE810, symSize: 0x10 } + - { offsetInCU: 0x60AF, offset: 0xE1519, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBE0, symBinAddr: 0xE950, symSize: 0x20 } + - { offsetInCU: 0x60CB, offset: 0xE1535, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC00, symBinAddr: 0xE970, symSize: 0x20 } + - { offsetInCU: 0x50, offset: 0xE1D99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLSSvpZ', symObjAddr: 0xF240, symBinAddr: 0x20DA78, symSize: 0x0 } + - { offsetInCU: 0x7A1, offset: 0xE24EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0xF30, symBinAddr: 0x17A40, symSize: 0xA0 } + - { offsetInCU: 0x7D3, offset: 0xE251C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x1000, symBinAddr: 0x17B10, symSize: 0xC0 } + - { offsetInCU: 0x7E7, offset: 0xE2530, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x10C0, symBinAddr: 0x17BD0, symSize: 0x60 } + - { offsetInCU: 0x805, offset: 0xE254E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x1120, symBinAddr: 0x17C30, symSize: 0x730 } + - { offsetInCU: 0x96F, offset: 0xE26B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x1850, symBinAddr: 0x18360, symSize: 0x40 } + - { offsetInCU: 0x9A3, offset: 0xE26EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0x1890, symBinAddr: 0x183A0, symSize: 0x30 } + - { offsetInCU: 0xA77, offset: 0xE27C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfc', symObjAddr: 0x18C0, symBinAddr: 0x183D0, symSize: 0x610 } + - { offsetInCU: 0xBC6, offset: 0xE290F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1ED0, symBinAddr: 0x189E0, symSize: 0x50 } + - { offsetInCU: 0xBE2, offset: 0xE292B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1F20, symBinAddr: 0x18A30, symSize: 0x1E0 } + - { offsetInCU: 0xC2D, offset: 0xE2976, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x2100, symBinAddr: 0x18C10, symSize: 0x20 } + - { offsetInCU: 0xC89, offset: 0xE29D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF', symObjAddr: 0x2120, symBinAddr: 0x18C30, symSize: 0x280 } + - { offsetInCU: 0xEAB, offset: 0xE2BF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x23A0, symBinAddr: 0x18EB0, symSize: 0x370 } + - { offsetInCU: 0x1215, offset: 0xE2F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x2710, symBinAddr: 0x19220, symSize: 0x300 } + - { offsetInCU: 0x1506, offset: 0xE324F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x2A10, symBinAddr: 0x19520, symSize: 0x680 } + - { offsetInCU: 0x1980, offset: 0xE36C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x3090, symBinAddr: 0x19BA0, symSize: 0x280 } + - { offsetInCU: 0x1B3D, offset: 0xE3886, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x3310, symBinAddr: 0x19E20, symSize: 0x310 } + - { offsetInCU: 0x1DA8, offset: 0xE3AF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_', symObjAddr: 0x3620, symBinAddr: 0x1A130, symSize: 0x90 } + - { offsetInCU: 0x1E8E, offset: 0xE3BD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4stopyyF', symObjAddr: 0x36B0, symBinAddr: 0x1A1C0, symSize: 0x100 } + - { offsetInCU: 0x1F3A, offset: 0xE3C83, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pauseyyF', symObjAddr: 0x37B0, symBinAddr: 0x1A2C0, symSize: 0x30 } + - { offsetInCU: 0x20E6, offset: 0xE3E2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x37E0, symBinAddr: 0x1A2F0, symSize: 0x3F0 } + - { offsetInCU: 0x232D, offset: 0xE4076, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF', symObjAddr: 0x3BD0, symBinAddr: 0x1A6E0, symSize: 0x40 } + - { offsetInCU: 0x269A, offset: 0xE43E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF', symObjAddr: 0x3C10, symBinAddr: 0x1A720, symSize: 0x4E0 } + - { offsetInCU: 0x2ABC, offset: 0xE4805, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0x40F0, symBinAddr: 0x1AC00, symSize: 0x110 } + - { offsetInCU: 0x2BCE, offset: 0xE4917, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x4360, symBinAddr: 0x1AE70, symSize: 0x70 } + - { offsetInCU: 0x2C18, offset: 0xE4961, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x4430, symBinAddr: 0x1AF40, symSize: 0x40 } + - { offsetInCU: 0x2C82, offset: 0xE49CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs', symObjAddr: 0x45E0, symBinAddr: 0x1B0F0, symSize: 0x60 } + - { offsetInCU: 0x2CA9, offset: 0xE49F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM', symObjAddr: 0x4640, symBinAddr: 0x1B150, symSize: 0x40 } + - { offsetInCU: 0x2CDA, offset: 0xE4A23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM.resume.0', symObjAddr: 0x4680, symBinAddr: 0x1B190, symSize: 0x10 } + - { offsetInCU: 0x2D34, offset: 0xE4A7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvW', symObjAddr: 0x4740, symBinAddr: 0x1B250, symSize: 0x110 } + - { offsetInCU: 0x2DEB, offset: 0xE4B34, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x4850, symBinAddr: 0x1B360, symSize: 0x40 } + - { offsetInCU: 0x2E0A, offset: 0xE4B53, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x4890, symBinAddr: 0x1B3A0, symSize: 0xA0 } + - { offsetInCU: 0x2E31, offset: 0xE4B7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x4930, symBinAddr: 0x1B440, symSize: 0x60 } + - { offsetInCU: 0x2E60, offset: 0xE4BA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x4990, symBinAddr: 0x1B4A0, symSize: 0x110 } + - { offsetInCU: 0x2EAE, offset: 0xE4BF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg', symObjAddr: 0x4AA0, symBinAddr: 0x1B5B0, symSize: 0x30 } + - { offsetInCU: 0x2F37, offset: 0xE4C80, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x4B90, symBinAddr: 0x1B6A0, symSize: 0xA0 } + - { offsetInCU: 0x2F96, offset: 0xE4CDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM', symObjAddr: 0x4C30, symBinAddr: 0x1B740, symSize: 0x50 } + - { offsetInCU: 0x2FC5, offset: 0xE4D0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x4C80, symBinAddr: 0x1B790, symSize: 0xA0 } + - { offsetInCU: 0x30CD, offset: 0xE4E16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x4D20, symBinAddr: 0x1B830, symSize: 0x1A0 } + - { offsetInCU: 0x331D, offset: 0xE5066, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x4EC0, symBinAddr: 0x1B9D0, symSize: 0x20 } + - { offsetInCU: 0x336B, offset: 0xE50B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x4EE0, symBinAddr: 0x1B9F0, symSize: 0x30 } + - { offsetInCU: 0x33C7, offset: 0xE5110, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x4F10, symBinAddr: 0x1BA20, symSize: 0x20 } + - { offsetInCU: 0x3453, offset: 0xE519C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg', symObjAddr: 0x4F60, symBinAddr: 0x1BA70, symSize: 0x40 } + - { offsetInCU: 0x3470, offset: 0xE51B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs', symObjAddr: 0x4FA0, symBinAddr: 0x1BAB0, symSize: 0x20 } + - { offsetInCU: 0x3484, offset: 0xE51CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM', symObjAddr: 0x4FC0, symBinAddr: 0x1BAD0, symSize: 0x50 } + - { offsetInCU: 0x3513, offset: 0xE525C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x5010, symBinAddr: 0x1BB20, symSize: 0xE0 } + - { offsetInCU: 0x3580, offset: 0xE52C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x52D0, symBinAddr: 0x1BDE0, symSize: 0x30 } + - { offsetInCU: 0x3594, offset: 0xE52DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x5300, symBinAddr: 0x1BE10, symSize: 0x50 } + - { offsetInCU: 0x3603, offset: 0xE534C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x5350, symBinAddr: 0x1BE60, symSize: 0xB0 } + - { offsetInCU: 0x3693, offset: 0xE53DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x5420, symBinAddr: 0x1BF30, symSize: 0x170 } + - { offsetInCU: 0x373D, offset: 0xE5486, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x5590, symBinAddr: 0x1C0A0, symSize: 0x50 } + - { offsetInCU: 0x376C, offset: 0xE54B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x55E0, symBinAddr: 0x1C0F0, symSize: 0x170 } + - { offsetInCU: 0x37E8, offset: 0xE5531, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x57E0, symBinAddr: 0x1C2F0, symSize: 0x50 } + - { offsetInCU: 0x3805, offset: 0xE554E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x5830, symBinAddr: 0x1C340, symSize: 0x20 } + - { offsetInCU: 0x3819, offset: 0xE5562, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x5850, symBinAddr: 0x1C360, symSize: 0x50 } + - { offsetInCU: 0x3868, offset: 0xE55B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x58A0, symBinAddr: 0x1C3B0, symSize: 0xB0 } + - { offsetInCU: 0x38D0, offset: 0xE5619, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x59B0, symBinAddr: 0x1C4C0, symSize: 0xD0 } + - { offsetInCU: 0x3948, offset: 0xE5691, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x5A80, symBinAddr: 0x1C590, symSize: 0x50 } + - { offsetInCU: 0x3977, offset: 0xE56C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x5AD0, symBinAddr: 0x1C5E0, symSize: 0xA0 } + - { offsetInCU: 0x3A0C, offset: 0xE5755, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs', symObjAddr: 0x5BF0, symBinAddr: 0x1C700, symSize: 0x60 } + - { offsetInCU: 0x3A8E, offset: 0xE57D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM', symObjAddr: 0x5C50, symBinAddr: 0x1C760, symSize: 0x50 } + - { offsetInCU: 0x3ABD, offset: 0xE5806, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x5CA0, symBinAddr: 0x1C7B0, symSize: 0x50 } + - { offsetInCU: 0x3B24, offset: 0xE586D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg', symObjAddr: 0x5CF0, symBinAddr: 0x1C800, symSize: 0x170 } + - { offsetInCU: 0x3BBC, offset: 0xE5905, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x5EB0, symBinAddr: 0x1C9C0, symSize: 0x40 } + - { offsetInCU: 0x3BD9, offset: 0xE5922, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x5EF0, symBinAddr: 0x1CA00, symSize: 0x50 } + - { offsetInCU: 0x3C1D, offset: 0xE5966, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x5F40, symBinAddr: 0x1CA50, symSize: 0x40 } + - { offsetInCU: 0x3C6E, offset: 0xE59B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x5FC0, symBinAddr: 0x1CAD0, symSize: 0x40 } + - { offsetInCU: 0x3CB2, offset: 0xE59FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x6000, symBinAddr: 0x1CB10, symSize: 0x40 } + - { offsetInCU: 0x3CE3, offset: 0xE5A2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x6060, symBinAddr: 0x1CB70, symSize: 0x270 } + - { offsetInCU: 0x3E98, offset: 0xE5BE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x62D0, symBinAddr: 0x1CDE0, symSize: 0x110 } + - { offsetInCU: 0x400A, offset: 0xE5D53, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x63E0, symBinAddr: 0x1CEF0, symSize: 0x30 } + - { offsetInCU: 0x4039, offset: 0xE5D82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x6410, symBinAddr: 0x1CF20, symSize: 0x20 } + - { offsetInCU: 0x4066, offset: 0xE5DAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvs', symObjAddr: 0x6430, symBinAddr: 0x1CF40, symSize: 0x280 } + - { offsetInCU: 0x421B, offset: 0xE5F64, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvg', symObjAddr: 0x66B0, symBinAddr: 0x1D1C0, symSize: 0xD0 } + - { offsetInCU: 0x42B9, offset: 0xE6002, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM', symObjAddr: 0x6780, symBinAddr: 0x1D290, symSize: 0x30 } + - { offsetInCU: 0x42E8, offset: 0xE6031, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM.resume.0', symObjAddr: 0x67B0, symBinAddr: 0x1D2C0, symSize: 0x20 } + - { offsetInCU: 0x4315, offset: 0xE605E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x6850, symBinAddr: 0x1D360, symSize: 0x100 } + - { offsetInCU: 0x4399, offset: 0xE60E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x6950, symBinAddr: 0x1D460, symSize: 0x80 } + - { offsetInCU: 0x43CF, offset: 0xE6118, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x69D0, symBinAddr: 0x1D4E0, symSize: 0xB0 } + - { offsetInCU: 0x4436, offset: 0xE617F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x6A80, symBinAddr: 0x1D590, symSize: 0x1A0 } + - { offsetInCU: 0x44D5, offset: 0xE621E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x6C20, symBinAddr: 0x1D730, symSize: 0xE0 } + - { offsetInCU: 0x457B, offset: 0xE62C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x6D00, symBinAddr: 0x1D810, symSize: 0xA0 } + - { offsetInCU: 0x46C5, offset: 0xE640E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x6DF0, symBinAddr: 0x1D900, symSize: 0x50 } + - { offsetInCU: 0x4709, offset: 0xE6452, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x6E40, symBinAddr: 0x1D950, symSize: 0x40 } + - { offsetInCU: 0x4787, offset: 0xE64D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs', symObjAddr: 0x6F80, symBinAddr: 0x1DA90, symSize: 0xA0 } + - { offsetInCU: 0x47E6, offset: 0xE652F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM', symObjAddr: 0x7020, symBinAddr: 0x1DB30, symSize: 0x50 } + - { offsetInCU: 0x4815, offset: 0xE655E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x7070, symBinAddr: 0x1DB80, symSize: 0xA0 } + - { offsetInCU: 0x485D, offset: 0xE65A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x7110, symBinAddr: 0x1DC20, symSize: 0x80 } + - { offsetInCU: 0x4935, offset: 0xE667E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x7260, symBinAddr: 0x1DD70, symSize: 0x70 } + - { offsetInCU: 0x4998, offset: 0xE66E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x72D0, symBinAddr: 0x1DDE0, symSize: 0x50 } + - { offsetInCU: 0x49C7, offset: 0xE6710, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x7320, symBinAddr: 0x1DE30, symSize: 0x80 } + - { offsetInCU: 0x4A17, offset: 0xE6760, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x73A0, symBinAddr: 0x1DEB0, symSize: 0xA0 } + - { offsetInCU: 0x4A82, offset: 0xE67CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x7440, symBinAddr: 0x1DF50, symSize: 0xD0 } + - { offsetInCU: 0x4B52, offset: 0xE689B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12reloadImagesyyF', symObjAddr: 0x7510, symBinAddr: 0x1E020, symSize: 0x80 } + - { offsetInCU: 0x4B88, offset: 0xE68D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x7590, symBinAddr: 0x1E0A0, symSize: 0x80 } + - { offsetInCU: 0x4BDE, offset: 0xE6927, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x7610, symBinAddr: 0x1E120, symSize: 0x140 } + - { offsetInCU: 0x4C94, offset: 0xE69DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x7750, symBinAddr: 0x1E260, symSize: 0xB0 } + - { offsetInCU: 0x4CFE, offset: 0xE6A47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x7800, symBinAddr: 0x1E310, symSize: 0xB0 } + - { offsetInCU: 0x4D68, offset: 0xE6AB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x78B0, symBinAddr: 0x1E3C0, symSize: 0x80 } + - { offsetInCU: 0x4DB0, offset: 0xE6AF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x7930, symBinAddr: 0x1E440, symSize: 0x80 } + - { offsetInCU: 0x4E18, offset: 0xE6B61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x79B0, symBinAddr: 0x1E4C0, symSize: 0x240 } + - { offsetInCU: 0x4EEC, offset: 0xE6C35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x7BF0, symBinAddr: 0x1E700, symSize: 0x180 } + - { offsetInCU: 0x4FC0, offset: 0xE6D09, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x7D70, symBinAddr: 0x1E880, symSize: 0x170 } + - { offsetInCU: 0x51A3, offset: 0xE6EEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7EE0, symBinAddr: 0x1E9F0, symSize: 0x80 } + - { offsetInCU: 0x521C, offset: 0xE6F65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7F60, symBinAddr: 0x1EA70, symSize: 0xF0 } + - { offsetInCU: 0x52FE, offset: 0xE7047, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x8050, symBinAddr: 0x1EB60, symSize: 0xF0 } + - { offsetInCU: 0x53D2, offset: 0xE711B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF', symObjAddr: 0x8140, symBinAddr: 0x1EC50, symSize: 0xD0 } + - { offsetInCU: 0x5480, offset: 0xE71C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF', symObjAddr: 0x8210, symBinAddr: 0x1ED20, symSize: 0xA0 } + - { offsetInCU: 0x5507, offset: 0xE7250, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVF', symObjAddr: 0x82B0, symBinAddr: 0x1EDC0, symSize: 0x150 } + - { offsetInCU: 0x5561, offset: 0xE72AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_', symObjAddr: 0x8400, symBinAddr: 0x1EF10, symSize: 0x70 } + - { offsetInCU: 0x55A6, offset: 0xE72EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014updateInFlightB0yyF', symObjAddr: 0x8470, symBinAddr: 0x1EF80, symSize: 0x270 } + - { offsetInCU: 0x580E, offset: 0xE7557, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC24updateRasterizationStateyyF', symObjAddr: 0x86E0, symBinAddr: 0x1F1F0, symSize: 0x1E0 } + - { offsetInCU: 0x5969, offset: 0xE76B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x88C0, symBinAddr: 0x1F3D0, symSize: 0x120 } + - { offsetInCU: 0x5AA0, offset: 0xE77E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04makebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL11usingEngineyAA09RenderingP6OptionO_tF', symObjAddr: 0x89E0, symBinAddr: 0x1F4F0, symSize: 0x700 } + - { offsetInCU: 0x5ECA, offset: 0xE7C13, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014makeMainThreadbC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0efbC0CAA0aB0C_tF', symObjAddr: 0x90E0, symBinAddr: 0x1FBF0, symSize: 0x190 } + - { offsetInCU: 0x5FDF, offset: 0xE7D28, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tF', symObjAddr: 0x9270, symBinAddr: 0x1FD80, symSize: 0x240 } + - { offsetInCU: 0x6139, offset: 0xE7E82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_', symObjAddr: 0x94B0, symBinAddr: 0x1FFC0, symSize: 0x270 } + - { offsetInCU: 0x6432, offset: 0xE817B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tF', symObjAddr: 0x9720, symBinAddr: 0x20230, symSize: 0x350 } + - { offsetInCU: 0x65DF, offset: 0xE8328, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_', symObjAddr: 0x9A70, symBinAddr: 0x20580, symSize: 0x50 } + - { offsetInCU: 0x661E, offset: 0xE8367, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGF', symObjAddr: 0x9B70, symBinAddr: 0x20680, symSize: 0x330 } + - { offsetInCU: 0x68B9, offset: 0xE8602, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_', symObjAddr: 0x9EA0, symBinAddr: 0x209B0, symSize: 0x230 } + - { offsetInCU: 0x6A86, offset: 0xE87CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB11IfNecessary33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0xA0D0, symBinAddr: 0x20BE0, symSize: 0x170 } + - { offsetInCU: 0x6D10, offset: 0xE8A59, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06addNewB10ForContext33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA0bG0VF', symObjAddr: 0xA240, symBinAddr: 0x20D50, symSize: 0xF40 } + - { offsetInCU: 0x763B, offset: 0xE9384, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19reducedMotionMarker33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLAA0F0CSgvg', symObjAddr: 0xB1B0, symBinAddr: 0x21CC0, symSize: 0x130 } + - { offsetInCU: 0x7711, offset: 0xE945A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA03DotA4FileC0B0VF', symObjAddr: 0xB2E0, symBinAddr: 0x21DF0, symSize: 0x110 } + - { offsetInCU: 0x7812, offset: 0xE955B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC017playReducedMotionB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL10completionyySbcSg_tF', symObjAddr: 0xB3F0, symBinAddr: 0x21F00, symSize: 0x150 } + - { offsetInCU: 0x792D, offset: 0xE9676, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfC', symObjAddr: 0xB540, symBinAddr: 0x22050, symSize: 0x20 } + - { offsetInCU: 0x794B, offset: 0xE9694, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfc', symObjAddr: 0xB560, symBinAddr: 0x22070, symSize: 0x30 } + - { offsetInCU: 0x79AE, offset: 0xE96F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfcTo', symObjAddr: 0xB590, symBinAddr: 0x220A0, symSize: 0x30 } + - { offsetInCU: 0x7A15, offset: 0xE975E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfD', symObjAddr: 0xB5C0, symBinAddr: 0x220D0, symSize: 0x30 } + - { offsetInCU: 0x7A42, offset: 0xE978B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0xC250, symBinAddr: 0x22D60, symSize: 0x550 } + - { offsetInCU: 0x7BB2, offset: 0xE98FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfCTfq4nneennn_nTf4nnngnnn_n', symObjAddr: 0xCAE0, symBinAddr: 0x235F0, symSize: 0xB0 } + - { offsetInCU: 0x7BF8, offset: 0xE9941, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0xCCF0, symBinAddr: 0x237C0, symSize: 0x430 } + - { offsetInCU: 0x7CF2, offset: 0xE9A3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvsTf4gn_n', symObjAddr: 0xD530, symBinAddr: 0x24000, symSize: 0xF0 } + - { offsetInCU: 0x7D81, offset: 0xE9ACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0xD660, symBinAddr: 0x24130, symSize: 0xE0 } + - { offsetInCU: 0x7DF9, offset: 0xE9B42, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0xD870, symBinAddr: 0x24340, symSize: 0xD0 } + - { offsetInCU: 0x7E97, offset: 0xE9BE0, size: 0x8, addend: 0x0, symName: ___swift_mutable_project_boxed_opaque_existential_1, symObjAddr: 0xFD0, symBinAddr: 0x17AE0, symSize: 0x30 } + - { offsetInCU: 0x81BB, offset: 0xE9F04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTK', symObjAddr: 0x4200, symBinAddr: 0x1AD10, symSize: 0x70 } + - { offsetInCU: 0x81E8, offset: 0xE9F31, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTk', symObjAddr: 0x4270, symBinAddr: 0x1AD80, symSize: 0xF0 } + - { offsetInCU: 0x8278, offset: 0xE9FC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvpACTk', symObjAddr: 0x43D0, symBinAddr: 0x1AEE0, symSize: 0x60 } + - { offsetInCU: 0x82AE, offset: 0xE9FF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTK', symObjAddr: 0x4470, symBinAddr: 0x1AF80, symSize: 0x90 } + - { offsetInCU: 0x82DB, offset: 0xEA024, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTk', symObjAddr: 0x4500, symBinAddr: 0x1B010, symSize: 0xC0 } + - { offsetInCU: 0x8313, offset: 0xEA05C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x4690, symBinAddr: 0x1B1A0, symSize: 0xB0 } + - { offsetInCU: 0x8354, offset: 0xEA09D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x4AD0, symBinAddr: 0x1B5E0, symSize: 0xA0 } + - { offsetInCU: 0x84B5, offset: 0xEA1FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvpACTk', symObjAddr: 0x4F30, symBinAddr: 0x1BA40, symSize: 0x30 } + - { offsetInCU: 0x84E2, offset: 0xEA22B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x50F0, symBinAddr: 0x1BC00, symSize: 0x90 } + - { offsetInCU: 0x850F, offset: 0xEA258, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x5180, symBinAddr: 0x1BC90, symSize: 0x80 } + - { offsetInCU: 0x853C, offset: 0xEA285, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x5200, symBinAddr: 0x1BD10, symSize: 0x60 } + - { offsetInCU: 0x8554, offset: 0xEA29D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x5750, symBinAddr: 0x1C260, symSize: 0x50 } + - { offsetInCU: 0x8581, offset: 0xEA2CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x57A0, symBinAddr: 0x1C2B0, symSize: 0x40 } + - { offsetInCU: 0x85AE, offset: 0xEA2F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x5B70, symBinAddr: 0x1C680, symSize: 0x60 } + - { offsetInCU: 0x861E, offset: 0xEA367, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x5E60, symBinAddr: 0x1C970, symSize: 0x50 } + - { offsetInCU: 0x87CE, offset: 0xEA517, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x67D0, symBinAddr: 0x1D2E0, symSize: 0x80 } + - { offsetInCU: 0x880A, offset: 0xEA553, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvpACTk', symObjAddr: 0x6ED0, symBinAddr: 0x1D9E0, symSize: 0x90 } + - { offsetInCU: 0x885B, offset: 0xEA5A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x7190, symBinAddr: 0x1DCA0, symSize: 0x80 } + - { offsetInCU: 0x8CD1, offset: 0xEAA1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LL_WZ', symObjAddr: 0xB180, symBinAddr: 0x21C90, symSize: 0x30 } + - { offsetInCU: 0x8D8C, offset: 0xEAAD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfETo', symObjAddr: 0xB5F0, symBinAddr: 0x22100, symSize: 0x120 } + - { offsetInCU: 0x8DD1, offset: 0xEAB1A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0xB710, symBinAddr: 0x22220, symSize: 0x60 } + - { offsetInCU: 0x8E29, offset: 0xEAB72, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xB770, symBinAddr: 0x22280, symSize: 0x50 } + - { offsetInCU: 0x8ED5, offset: 0xEAC1E, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xB7C0, symBinAddr: 0x222D0, symSize: 0x40 } + - { offsetInCU: 0x8F2D, offset: 0xEAC76, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSi_Tg5', symObjAddr: 0xB800, symBinAddr: 0x22310, symSize: 0x30 } + - { offsetInCU: 0x8F7A, offset: 0xEACC3, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xB830, symBinAddr: 0x22340, symSize: 0x30 } + - { offsetInCU: 0x8FC8, offset: 0xEAD11, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xB860, symBinAddr: 0x22370, symSize: 0xB0 } + - { offsetInCU: 0x90E1, offset: 0xEAE2A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xB910, symBinAddr: 0x22420, symSize: 0x30 } + - { offsetInCU: 0x910E, offset: 0xEAE57, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0xB9D0, symBinAddr: 0x224E0, symSize: 0xE0 } + - { offsetInCU: 0x914D, offset: 0xEAE96, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xBAB0, symBinAddr: 0x225C0, symSize: 0x90 } + - { offsetInCU: 0x9197, offset: 0xEAEE0, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xBB40, symBinAddr: 0x22650, symSize: 0xA0 } + - { offsetInCU: 0x91C7, offset: 0xEAF10, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xBBE0, symBinAddr: 0x226F0, symSize: 0x120 } + - { offsetInCU: 0x920D, offset: 0xEAF56, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xBD00, symBinAddr: 0x22810, symSize: 0x1B0 } + - { offsetInCU: 0x9327, offset: 0xEB070, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xBF40, symBinAddr: 0x22A50, symSize: 0xC0 } + - { offsetInCU: 0x93D8, offset: 0xEB121, size: 0x8, addend: 0x0, symName: '_$ss32_copyCollectionToContiguousArrayys0dE0Vy7ElementQzGxSlRzlFs0E5SliceVySSG_Tg5', symObjAddr: 0xC180, symBinAddr: 0x22C90, symSize: 0xD0 } + - { offsetInCU: 0x9557, offset: 0xEB2A0, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_n', symObjAddr: 0xC7A0, symBinAddr: 0x232B0, symSize: 0x130 } + - { offsetInCU: 0x95E5, offset: 0xEB32E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_n', symObjAddr: 0xC8D0, symBinAddr: 0x233E0, symSize: 0xA0 } + - { offsetInCU: 0x96B4, offset: 0xEB3FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOc', symObjAddr: 0xCB90, symBinAddr: 0x236A0, symSize: 0x40 } + - { offsetInCU: 0x96C8, offset: 0xEB411, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOh', symObjAddr: 0xCC10, symBinAddr: 0x236E0, symSize: 0x30 } + - { offsetInCU: 0x96DC, offset: 0xEB425, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOc', symObjAddr: 0xCC40, symBinAddr: 0x23710, symSize: 0x30 } + - { offsetInCU: 0x96F0, offset: 0xEB439, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCMa', symObjAddr: 0xCC70, symBinAddr: 0x23740, symSize: 0x20 } + - { offsetInCU: 0x9704, offset: 0xEB44D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOh', symObjAddr: 0xCC90, symBinAddr: 0x23760, symSize: 0x30 } + - { offsetInCU: 0x9718, offset: 0xEB461, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVSgWOe', symObjAddr: 0xCCC0, symBinAddr: 0x23790, symSize: 0x30 } + - { offsetInCU: 0x9768, offset: 0xEB4B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOe', symObjAddr: 0xD120, symBinAddr: 0x23BF0, symSize: 0x30 } + - { offsetInCU: 0x977C, offset: 0xEB4C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOe', symObjAddr: 0xD150, symBinAddr: 0x23C20, symSize: 0xB0 } + - { offsetInCU: 0x9790, offset: 0xEB4D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOe', symObjAddr: 0xD200, symBinAddr: 0x23CD0, symSize: 0x20 } + - { offsetInCU: 0x97A4, offset: 0xEB4ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOe', symObjAddr: 0xD220, symBinAddr: 0x23CF0, symSize: 0x50 } + - { offsetInCU: 0x97FA, offset: 0xEB543, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_TA', symObjAddr: 0xD390, symBinAddr: 0x23E60, symSize: 0x20 } + - { offsetInCU: 0x980E, offset: 0xEB557, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOy', symObjAddr: 0xD3B0, symBinAddr: 0x23E80, symSize: 0x20 } + - { offsetInCU: 0x9822, offset: 0xEB56B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOy', symObjAddr: 0xD3D0, symBinAddr: 0x23EA0, symSize: 0x30 } + - { offsetInCU: 0x9836, offset: 0xEB57F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOy', symObjAddr: 0xD400, symBinAddr: 0x23ED0, symSize: 0xB0 } + - { offsetInCU: 0x984A, offset: 0xEB593, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOy', symObjAddr: 0xD4B0, symBinAddr: 0x23F80, symSize: 0x50 } + - { offsetInCU: 0x985E, offset: 0xEB5A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOf', symObjAddr: 0xD500, symBinAddr: 0x23FD0, symSize: 0x30 } + - { offsetInCU: 0x9872, offset: 0xEB5BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOy', symObjAddr: 0xD620, symBinAddr: 0x240F0, symSize: 0x20 } + - { offsetInCU: 0x9886, offset: 0xEB5CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOe', symObjAddr: 0xD640, symBinAddr: 0x24110, symSize: 0x20 } + - { offsetInCU: 0x989A, offset: 0xEB5E3, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_1, symObjAddr: 0xD740, symBinAddr: 0x24210, symSize: 0x130 } + - { offsetInCU: 0x98AE, offset: 0xEB5F7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerCMa', symObjAddr: 0xEB90, symBinAddr: 0x25660, symSize: 0x30 } + - { offsetInCU: 0x98C2, offset: 0xEB60B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_TA', symObjAddr: 0xEBC0, symBinAddr: 0x25690, symSize: 0x10 } + - { offsetInCU: 0x98D6, offset: 0xEB61F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xEBD0, symBinAddr: 0x256A0, symSize: 0x20 } + - { offsetInCU: 0x98EA, offset: 0xEB633, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0xEBF0, symBinAddr: 0x256C0, symSize: 0x40 } + - { offsetInCU: 0x98FE, offset: 0xEB647, size: 0x8, addend: 0x0, symName: '_$sSaySSGMa', symObjAddr: 0xEC30, symBinAddr: 0x25700, symSize: 0x30 } + - { offsetInCU: 0x9912, offset: 0xEB65B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFSSyXEfu_TA', symObjAddr: 0xEC60, symBinAddr: 0x25730, symSize: 0x10 } + - { offsetInCU: 0x9926, offset: 0xEB66F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xEC70, symBinAddr: 0x25740, symSize: 0x20 } + - { offsetInCU: 0x993A, offset: 0xEB683, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xEC90, symBinAddr: 0x25760, symSize: 0x10 } + - { offsetInCU: 0x994E, offset: 0xEB697, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xECA0, symBinAddr: 0x25770, symSize: 0x80 } + - { offsetInCU: 0x99D3, offset: 0xEB71C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SbyXEfu_TA', symObjAddr: 0xED20, symBinAddr: 0x257F0, symSize: 0x20 } + - { offsetInCU: 0x9A3D, offset: 0xEB786, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_TA', symObjAddr: 0xED40, symBinAddr: 0x25810, symSize: 0x10 } + - { offsetInCU: 0x9A51, offset: 0xEB79A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xED50, symBinAddr: 0x25820, symSize: 0x20 } + - { offsetInCU: 0x9A65, offset: 0xEB7AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xED70, symBinAddr: 0x25840, symSize: 0x20 } + - { offsetInCU: 0x9A79, offset: 0xEB7C2, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyxq___GSHRzr0_lWOe', symObjAddr: 0xED90, symBinAddr: 0x25860, symSize: 0x20 } + - { offsetInCU: 0x9A8D, offset: 0xEB7D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0xEE60, symBinAddr: 0x25900, symSize: 0x20 } + - { offsetInCU: 0x9AAC, offset: 0xEB7F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0xEE80, symBinAddr: 0x25920, symSize: 0x20 } + - { offsetInCU: 0x9AE0, offset: 0xEB829, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOytIegnnr_AcEIeggn_TRTA', symObjAddr: 0xEEA0, symBinAddr: 0x25940, symSize: 0x50 } + - { offsetInCU: 0x9B14, offset: 0xEB85D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOIeggn_AcEytIegnnr_TRTA', symObjAddr: 0xEEF0, symBinAddr: 0x25990, symSize: 0x20 } + - { offsetInCU: 0x9B3D, offset: 0xEB886, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0xEF10, symBinAddr: 0x259B0, symSize: 0x30 } + - { offsetInCU: 0x9B51, offset: 0xEB89A, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOh', symObjAddr: 0xEF40, symBinAddr: 0x259E0, symSize: 0x30 } + - { offsetInCU: 0x9B65, offset: 0xEB8AE, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_1, symObjAddr: 0xEF70, symBinAddr: 0x25A10, symSize: 0x30 } + - { offsetInCU: 0x9B79, offset: 0xEB8C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOb', symObjAddr: 0xEFA0, symBinAddr: 0x25A40, symSize: 0x20 } + - { offsetInCU: 0x9B8D, offset: 0xEB8D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_TA', symObjAddr: 0xEFF0, symBinAddr: 0x25A90, symSize: 0x10 } + - { offsetInCU: 0x9BA1, offset: 0xEB8EA, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xF000, symBinAddr: 0x25AA0, symSize: 0x20 } + - { offsetInCU: 0x9BB5, offset: 0xEB8FE, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xF020, symBinAddr: 0x25AC0, symSize: 0x10 } + - { offsetInCU: 0x9BC9, offset: 0xEB912, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOd', symObjAddr: 0xF030, symBinAddr: 0x25AD0, symSize: 0x30 } + - { offsetInCU: 0x9BDD, offset: 0xEB926, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOe', symObjAddr: 0xF060, symBinAddr: 0x25B00, symSize: 0x30 } + - { offsetInCU: 0x9BF1, offset: 0xEB93A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOc', symObjAddr: 0xF090, symBinAddr: 0x25B30, symSize: 0x30 } + - { offsetInCU: 0x9C05, offset: 0xEB94E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV3key_AA16AnyValueProvider_p5valuetSgWOb', symObjAddr: 0xF0C0, symBinAddr: 0x25B60, symSize: 0x40 } + - { offsetInCU: 0x9C38, offset: 0xEB981, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x16B10, symSize: 0x60 } + - { offsetInCU: 0x9CBC, offset: 0xEBA05, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x60, symBinAddr: 0x16B70, symSize: 0x60 } + - { offsetInCU: 0x9D40, offset: 0xEBA89, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0xC0, symBinAddr: 0x16BD0, symSize: 0x60 } + - { offsetInCU: 0x9DC4, offset: 0xEBB0D, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x120, symBinAddr: 0x16C30, symSize: 0x70 } + - { offsetInCU: 0x9E53, offset: 0xEBB9C, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x190, symBinAddr: 0x16CA0, symSize: 0x70 } + - { offsetInCU: 0x9EE2, offset: 0xEBC2B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8MaskModeO_Tg5', symObjAddr: 0x200, symBinAddr: 0x16D10, symSize: 0x60 } + - { offsetInCU: 0x9F66, offset: 0xEBCAF, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x260, symBinAddr: 0x16D70, symSize: 0x60 } + - { offsetInCU: 0x9FEA, offset: 0xEBD33, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x16DD0, symSize: 0x70 } + - { offsetInCU: 0xA079, offset: 0xEBDC2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x330, symBinAddr: 0x16E40, symSize: 0x60 } + - { offsetInCU: 0xA0FD, offset: 0xEBE46, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x390, symBinAddr: 0x16EA0, symSize: 0x90 } + - { offsetInCU: 0xA158, offset: 0xEBEA1, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x420, symBinAddr: 0x16F30, symSize: 0x70 } + - { offsetInCU: 0xA1E7, offset: 0xEBF30, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x490, symBinAddr: 0x16FA0, symSize: 0x60 } + - { offsetInCU: 0xA26B, offset: 0xEBFB4, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x4F0, symBinAddr: 0x17000, symSize: 0x70 } + - { offsetInCU: 0xA2FA, offset: 0xEC043, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x560, symBinAddr: 0x17070, symSize: 0x70 } + - { offsetInCU: 0xA389, offset: 0xEC0D2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x5D0, symBinAddr: 0x170E0, symSize: 0x70 } + - { offsetInCU: 0xA418, offset: 0xEC161, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x640, symBinAddr: 0x17150, symSize: 0x60 } + - { offsetInCU: 0xA49C, offset: 0xEC1E5, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x6A0, symBinAddr: 0x171B0, symSize: 0xC0 } + - { offsetInCU: 0xA524, offset: 0xEC26D, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x760, symBinAddr: 0x17270, symSize: 0x70 } + - { offsetInCU: 0xA5B3, offset: 0xEC2FC, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x7D0, symBinAddr: 0x172E0, symSize: 0x60 } + - { offsetInCU: 0xA637, offset: 0xEC380, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x830, symBinAddr: 0x17340, symSize: 0x90 } + - { offsetInCU: 0xA68A, offset: 0xEC3D3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x8C0, symBinAddr: 0x173D0, symSize: 0x60 } + - { offsetInCU: 0xA70E, offset: 0xEC457, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x920, symBinAddr: 0x17430, symSize: 0x60 } + - { offsetInCU: 0xA792, offset: 0xEC4DB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x980, symBinAddr: 0x17490, symSize: 0x70 } + - { offsetInCU: 0xA7ED, offset: 0xEC536, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xA00, symBinAddr: 0x17510, symSize: 0x70 } + - { offsetInCU: 0xA87C, offset: 0xEC5C5, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xA70, symBinAddr: 0x17580, symSize: 0x60 } + - { offsetInCU: 0xA900, offset: 0xEC649, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xAD0, symBinAddr: 0x175E0, symSize: 0x70 } + - { offsetInCU: 0xA98F, offset: 0xEC6D8, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xB40, symBinAddr: 0x17650, symSize: 0x60 } + - { offsetInCU: 0xAA13, offset: 0xEC75C, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xC20, symBinAddr: 0x17730, symSize: 0x60 } + - { offsetInCU: 0xAA97, offset: 0xEC7E0, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie06EffectC0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xC80, symBinAddr: 0x17790, symSize: 0x60 } + - { offsetInCU: 0xAAF2, offset: 0xEC83B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xCE0, symBinAddr: 0x177F0, symSize: 0x70 } + - { offsetInCU: 0xAB4D, offset: 0xEC896, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xD50, symBinAddr: 0x17860, symSize: 0x60 } + - { offsetInCU: 0xABA8, offset: 0xEC8F1, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xDB0, symBinAddr: 0x178C0, symSize: 0x60 } + - { offsetInCU: 0xAC2C, offset: 0xEC975, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xE10, symBinAddr: 0x17920, symSize: 0x60 } + - { offsetInCU: 0xACB0, offset: 0xEC9F9, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xE70, symBinAddr: 0x17980, symSize: 0x50 } + - { offsetInCU: 0xAD0B, offset: 0xECA54, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0xEC0, symBinAddr: 0x179D0, symSize: 0x70 } + - { offsetInCU: 0xB27A, offset: 0xECFC3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xC970, symBinAddr: 0x23480, symSize: 0x10 } + - { offsetInCU: 0xB296, offset: 0xECFDF, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie13DiscriminatorO_Tg5Tf4dd_n', symObjAddr: 0xC980, symBinAddr: 0x23490, symSize: 0x10 } + - { offsetInCU: 0xB2B2, offset: 0xECFFB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4dd_n', symObjAddr: 0xC990, symBinAddr: 0x234A0, symSize: 0x10 } + - { offsetInCU: 0xB2CE, offset: 0xED017, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4dd_n', symObjAddr: 0xC9A0, symBinAddr: 0x234B0, symSize: 0x10 } + - { offsetInCU: 0xB2EA, offset: 0xED033, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4dd_n', symObjAddr: 0xC9B0, symBinAddr: 0x234C0, symSize: 0x10 } + - { offsetInCU: 0xB306, offset: 0xED04F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4dd_n', symObjAddr: 0xC9C0, symBinAddr: 0x234D0, symSize: 0x10 } + - { offsetInCU: 0xB322, offset: 0xED06B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie011ColorEffectC0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4dd_n', symObjAddr: 0xC9D0, symBinAddr: 0x234E0, symSize: 0x10 } + - { offsetInCU: 0xB33E, offset: 0xED087, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie014Vector1DEffectC0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4dd_n', symObjAddr: 0xC9E0, symBinAddr: 0x234F0, symSize: 0x10 } + - { offsetInCU: 0xB35A, offset: 0xED0A3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4dd_n', symObjAddr: 0xC9F0, symBinAddr: 0x23500, symSize: 0x10 } + - { offsetInCU: 0xB376, offset: 0xED0BF, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4dd_n', symObjAddr: 0xCA00, symBinAddr: 0x23510, symSize: 0x10 } + - { offsetInCU: 0xB392, offset: 0xED0DB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4dd_n', symObjAddr: 0xCA10, symBinAddr: 0x23520, symSize: 0x10 } + - { offsetInCU: 0xB3AE, offset: 0xED0F7, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4dd_n', symObjAddr: 0xCA20, symBinAddr: 0x23530, symSize: 0x10 } + - { offsetInCU: 0xB3CA, offset: 0xED113, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8FontListC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xCA30, symBinAddr: 0x23540, symSize: 0x10 } + - { offsetInCU: 0xB40A, offset: 0xED153, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufC6Lottie15AnyNodeProperty_p_SD6ValuesVySSAdE_p_GTg5Tf4gd_n', symObjAddr: 0xCA40, symBinAddr: 0x23550, symSize: 0xA0 } + - { offsetInCU: 0xB4EA, offset: 0xED233, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufCSS_s10ArraySliceVySSGTg5Tf4nd_n', symObjAddr: 0xD270, symBinAddr: 0x23D40, symSize: 0xC0 } + - { offsetInCU: 0x60, offset: 0xED9AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfC', symObjAddr: 0x0, symBinAddr: 0x25C30, symSize: 0x90 } + - { offsetInCU: 0xAC, offset: 0xED9FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvg', symObjAddr: 0x90, symBinAddr: 0x25CC0, symSize: 0x1E0 } + - { offsetInCU: 0x1C9, offset: 0xEDB17, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x270, symBinAddr: 0x25EA0, symSize: 0xC0 } + - { offsetInCU: 0x248, offset: 0xEDB96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x330, symBinAddr: 0x25F60, symSize: 0xD0 } + - { offsetInCU: 0x321, offset: 0xEDC6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x400, symBinAddr: 0x26030, symSize: 0x100 } + - { offsetInCU: 0x434, offset: 0xEDD82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x500, symBinAddr: 0x26130, symSize: 0x60 } + - { offsetInCU: 0x4BA, offset: 0xEDE08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x560, symBinAddr: 0x26190, symSize: 0x1D0 } + - { offsetInCU: 0x606, offset: 0xEDF54, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x730, symBinAddr: 0x26360, symSize: 0x150 } + - { offsetInCU: 0x6CE, offset: 0xEE01C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0x880, symBinAddr: 0x264B0, symSize: 0x150 } + - { offsetInCU: 0x839, offset: 0xEE187, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0x9D0, symBinAddr: 0x26600, symSize: 0x90 } + - { offsetInCU: 0x939, offset: 0xEE287, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF', symObjAddr: 0xA60, symBinAddr: 0x26690, symSize: 0x170 } + - { offsetInCU: 0xAA4, offset: 0xEE3F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0xBD0, symBinAddr: 0x26800, symSize: 0x190 } + - { offsetInCU: 0xC41, offset: 0xEE58F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xD60, symBinAddr: 0x26990, symSize: 0x1B0 } + - { offsetInCU: 0xDAE, offset: 0xEE6FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0xF10, symBinAddr: 0x26B40, symSize: 0x450 } + - { offsetInCU: 0xE56, offset: 0xEE7A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x1390, symBinAddr: 0x26FC0, symSize: 0x10 } + - { offsetInCU: 0x1776, offset: 0xEF0C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOc', symObjAddr: 0x1CE0, symBinAddr: 0x278E0, symSize: 0x30 } + - { offsetInCU: 0x178A, offset: 0xEF0D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x1D50, symBinAddr: 0x27920, symSize: 0x10 } + - { offsetInCU: 0x179E, offset: 0xEF0EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x1DE0, symBinAddr: 0x279B0, symSize: 0x10 } + - { offsetInCU: 0x17BD, offset: 0xEF10B, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedButtonCytG_Tg5TA', symObjAddr: 0x1DF0, symBinAddr: 0x279C0, symSize: 0x20 } + - { offsetInCU: 0x17E6, offset: 0xEF134, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5', symObjAddr: 0x1E10, symBinAddr: 0x279E0, symSize: 0x20 } + - { offsetInCU: 0x1877, offset: 0xEF1C5, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV24ZIP64ExtendedInformationV_Tg5', symObjAddr: 0x1E30, symBinAddr: 0x27A00, symSize: 0x110 } + - { offsetInCU: 0x1A07, offset: 0xEF355, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompatibilityIssueV_Tg5', symObjAddr: 0x1F40, symBinAddr: 0x27B10, symSize: 0x110 } + - { offsetInCU: 0x1B6E, offset: 0xEF4BC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x2050, symBinAddr: 0x27C20, symSize: 0x110 } + - { offsetInCU: 0x1CD5, offset: 0xEF623, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0Q0V_Tg5', symObjAddr: 0x2160, symBinAddr: 0x27D30, symSize: 0x110 } + - { offsetInCU: 0x1E73, offset: 0xEF7C1, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSay6Lottie14ShapeItemLayerC0Q0VG8grouping_ALSg17trailingSeparatort_Tg5', symObjAddr: 0x22C0, symBinAddr: 0x27E90, symSize: 0x140 } + - { offsetInCU: 0x2013, offset: 0xEF961, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x2400, symBinAddr: 0x27FD0, symSize: 0x110 } + - { offsetInCU: 0x2185, offset: 0xEFAD3, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x2510, symBinAddr: 0x280E0, symSize: 0x110 } + - { offsetInCU: 0x2328, offset: 0xEFC76, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x2820, symBinAddr: 0x283F0, symSize: 0x130 } + - { offsetInCU: 0x24D6, offset: 0xEFE24, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo10CGColorRefa5color_12CoreGraphics7CGFloatV8locationt_Tg5', symObjAddr: 0x3220, symBinAddr: 0x28DF0, symSize: 0x130 } + - { offsetInCU: 0x2676, offset: 0xEFFC4, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10BezierPathV_Tg5', symObjAddr: 0x3580, symBinAddr: 0x29150, symSize: 0x130 } + - { offsetInCU: 0x27E8, offset: 0xF0136, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x36D0, symBinAddr: 0x292A0, symSize: 0x110 } + - { offsetInCU: 0x298B, offset: 0xF02D9, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo7CGPointV5point_12CoreGraphics7CGFloatV8distancet_Tg5', symObjAddr: 0x37E0, symBinAddr: 0x293B0, symSize: 0x120 } + - { offsetInCU: 0x2B2E, offset: 0xF047C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11PathElementV_Tg5', symObjAddr: 0x3900, symBinAddr: 0x294D0, symSize: 0x110 } + - { offsetInCU: 0x2CAE, offset: 0xF05FC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x3A10, symBinAddr: 0x295E0, symSize: 0x120 } + - { offsetInCU: 0x2E4C, offset: 0xF079A, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10LayerModelC5layer_AJ5model_AH9MatteTypeO05matteU0tSg4maskt_Tg5', symObjAddr: 0x3B50, symBinAddr: 0x29720, symSize: 0x140 } + - { offsetInCU: 0x3018, offset: 0xF0966, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x3D70, symBinAddr: 0x29940, symSize: 0x120 } + - { offsetInCU: 0x31BB, offset: 0xF0B09, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV5start_AJ3endt_Tg5', symObjAddr: 0x3E90, symBinAddr: 0x29A60, symSize: 0x110 } + - { offsetInCU: 0x333B, offset: 0xF0C89, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompoundBezierPathV_Tg5', symObjAddr: 0x3FA0, symBinAddr: 0x29B70, symSize: 0x110 } + - { offsetInCU: 0x34D9, offset: 0xF0E27, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16AnimationKeypathV7keypath_AH16AnyValueProvider_p05valueU0t_Tg5', symObjAddr: 0x42C0, symBinAddr: 0x29E90, symSize: 0x150 } + - { offsetInCU: 0x362C, offset: 0xF0F7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x4690, symBinAddr: 0x2A260, symSize: 0x20 } + - { offsetInCU: 0x3640, offset: 0xF0F8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4730, symBinAddr: 0x2A2D0, symSize: 0x10 } + - { offsetInCU: 0x3654, offset: 0xF0FA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOh', symObjAddr: 0x4760, symBinAddr: 0x2A300, symSize: 0x20 } + - { offsetInCU: 0x3668, offset: 0xF0FB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOd', symObjAddr: 0x4780, symBinAddr: 0x2A320, symSize: 0x30 } + - { offsetInCU: 0x367C, offset: 0xF0FCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x47D0, symBinAddr: 0x2A370, symSize: 0x20 } + - { offsetInCU: 0x3690, offset: 0xF0FDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4820, symBinAddr: 0x2A3C0, symSize: 0x20 } + - { offsetInCU: 0x36A4, offset: 0xF0FF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x48B0, symBinAddr: 0x2A450, symSize: 0x30 } + - { offsetInCU: 0x36B8, offset: 0xF1006, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x48E0, symBinAddr: 0x2A480, symSize: 0x30 } + - { offsetInCU: 0x36CC, offset: 0xF101A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x4910, symBinAddr: 0x2A4B0, symSize: 0x20 } + - { offsetInCU: 0x36E0, offset: 0xF102E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAC7SwiftUI4ViewAAWl', symObjAddr: 0x4930, symBinAddr: 0x2A4D0, symSize: 0x30 } + - { offsetInCU: 0x36F4, offset: 0xF1042, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x4960, symBinAddr: 0x2A500, symSize: 0x20 } + - { offsetInCU: 0x3708, offset: 0xF1056, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwCP', symObjAddr: 0x4980, symBinAddr: 0x2A520, symSize: 0x30 } + - { offsetInCU: 0x371C, offset: 0xF106A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwxx', symObjAddr: 0x49B0, symBinAddr: 0x2A550, symSize: 0x50 } + - { offsetInCU: 0x3730, offset: 0xF107E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwcp', symObjAddr: 0x4A00, symBinAddr: 0x2A5A0, symSize: 0x120 } + - { offsetInCU: 0x3744, offset: 0xF1092, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwca', symObjAddr: 0x4B20, symBinAddr: 0x2A6C0, symSize: 0x140 } + - { offsetInCU: 0x3758, offset: 0xF10A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOh', symObjAddr: 0x4C60, symBinAddr: 0x2A800, symSize: 0x30 } + - { offsetInCU: 0x376C, offset: 0xF10BA, size: 0x8, addend: 0x0, symName: ___swift_memcpy136_8, symObjAddr: 0x4C90, symBinAddr: 0x2A830, symSize: 0x10 } + - { offsetInCU: 0x3780, offset: 0xF10CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwta', symObjAddr: 0x4CA0, symBinAddr: 0x2A840, symSize: 0xC0 } + - { offsetInCU: 0x3794, offset: 0xF10E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwet', symObjAddr: 0x4D60, symBinAddr: 0x2A900, symSize: 0x50 } + - { offsetInCU: 0x37A8, offset: 0xF10F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwst', symObjAddr: 0x4DB0, symBinAddr: 0x2A950, symSize: 0x60 } + - { offsetInCU: 0x37BC, offset: 0xF110A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVMa', symObjAddr: 0x4E10, symBinAddr: 0x2A9B0, symSize: 0x10 } + - { offsetInCU: 0x3849, offset: 0xF1197, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tg5', symObjAddr: 0x5120, symBinAddr: 0x2ACC0, symSize: 0x110 } + - { offsetInCU: 0x395B, offset: 0xF12A9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4MaskC_Tg5Tf4d_n', symObjAddr: 0x5450, symBinAddr: 0x2AFF0, symSize: 0x50 } + - { offsetInCU: 0x3973, offset: 0xF12C1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20MaskCompositionLayerC0hJ0C_Tg5Tf4d_n', symObjAddr: 0x54A0, symBinAddr: 0x2B040, symSize: 0x50 } + - { offsetInCU: 0x398B, offset: 0xF12D9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GroupC_Tg5Tf4d_n', symObjAddr: 0x54F0, symBinAddr: 0x2B090, symSize: 0x50 } + - { offsetInCU: 0x39A3, offset: 0xF12F1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9ShapeItemC_Tg5Tf4d_n', symObjAddr: 0x5540, symBinAddr: 0x2B0E0, symSize: 0x50 } + - { offsetInCU: 0x39BB, offset: 0xF1309, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10GroupLayerC_Tg5Tf4d_n', symObjAddr: 0x5590, symBinAddr: 0x2B130, symSize: 0x50 } + - { offsetInCU: 0x39D3, offset: 0xF1321, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x55E0, symBinAddr: 0x2B180, symSize: 0x50 } + - { offsetInCU: 0x39EB, offset: 0xF1339, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector3DVG_Tg5Tf4d_n', symObjAddr: 0x5650, symBinAddr: 0x2B1F0, symSize: 0x50 } + - { offsetInCU: 0x3A03, offset: 0xF1351, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo19CAKeyframeAnimationC_Tg5Tf4d_n', symObjAddr: 0x56C0, symBinAddr: 0x2B260, symSize: 0x60 } + - { offsetInCU: 0x3A1B, offset: 0xF1369, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo8NSNumberC_Tg5Tf4d_n', symObjAddr: 0x5720, symBinAddr: 0x2B2C0, symSize: 0x60 } + - { offsetInCU: 0x3A33, offset: 0xF1381, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo21CAMediaTimingFunctionC_Tg5Tf4d_n', symObjAddr: 0x5780, symBinAddr: 0x2B320, symSize: 0x60 } + - { offsetInCU: 0x3A4B, offset: 0xF1399, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo10CGColorRefa_Tg5Tf4d_n', symObjAddr: 0x57E0, symBinAddr: 0x2B380, symSize: 0x50 } + - { offsetInCU: 0x3A63, offset: 0xF13B1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo9CGPathRefa_Tg5Tf4d_n', symObjAddr: 0x5830, symBinAddr: 0x2B3D0, symSize: 0x50 } + - { offsetInCU: 0x3A7B, offset: 0xF13C9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySbGG_Tg5Tf4d_n', symObjAddr: 0x5880, symBinAddr: 0x2B420, symSize: 0x50 } + - { offsetInCU: 0x3A93, offset: 0xF13E1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF010BezierPathH0VG_Tg5Tf4d_n', symObjAddr: 0x58D0, symBinAddr: 0x2B470, symSize: 0x50 } + - { offsetInCU: 0x3AAB, offset: 0xF13F9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x5920, symBinAddr: 0x2B4C0, symSize: 0x50 } + - { offsetInCU: 0x3AC3, offset: 0xF1411, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G5ColorVG_Tg5Tf4d_n', symObjAddr: 0x5970, symBinAddr: 0x2B510, symSize: 0x50 } + - { offsetInCU: 0x3ADB, offset: 0xF1429, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerStyleC_Tg5Tf4d_n', symObjAddr: 0x59E0, symBinAddr: 0x2B580, symSize: 0x50 } + - { offsetInCU: 0x3AF3, offset: 0xF1441, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11EffectValueC_Tg5Tf4d_n', symObjAddr: 0x5A30, symBinAddr: 0x2B5D0, symSize: 0x50 } + - { offsetInCU: 0x3B0B, offset: 0xF1459, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11LayerEffectC_Tg5Tf4d_n', symObjAddr: 0x5A80, symBinAddr: 0x2B620, symSize: 0x50 } + - { offsetInCU: 0x3B23, offset: 0xF1471, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySdGG_Tg5Tf4d_n', symObjAddr: 0x5AD0, symBinAddr: 0x2B670, symSize: 0x50 } + - { offsetInCU: 0x3B3B, offset: 0xF1489, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11DashElementC_Tg5Tf4d_n', symObjAddr: 0x5B40, symBinAddr: 0x2B6E0, symSize: 0x50 } + - { offsetInCU: 0x3B53, offset: 0xF14A1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF12TextDocumentCG_Tg5Tf4d_n', symObjAddr: 0x5BD0, symBinAddr: 0x2B730, symSize: 0x50 } + - { offsetInCU: 0x3B6B, offset: 0xF14B9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie12TextAnimatorC_Tg5Tf4d_n', symObjAddr: 0x5C20, symBinAddr: 0x2B780, symSize: 0x50 } + - { offsetInCU: 0x3B83, offset: 0xF14D1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerModelC_Tg5Tf4d_n', symObjAddr: 0x5C70, symBinAddr: 0x2B7D0, symSize: 0x50 } + - { offsetInCU: 0x3B9B, offset: 0xF14E9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GlyphC_Tg5Tf4d_n', symObjAddr: 0x5CE0, symBinAddr: 0x2B840, symSize: 0x50 } + - { offsetInCU: 0x3BB3, offset: 0xF1501, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4FontC_Tg5Tf4d_n', symObjAddr: 0x5D30, symBinAddr: 0x2B890, symSize: 0x50 } + - { offsetInCU: 0x3BCB, offset: 0xF1519, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie6MarkerC_Tg5Tf4d_n', symObjAddr: 0x5D80, symBinAddr: 0x2B8E0, symSize: 0x50 } + - { offsetInCU: 0x3BE3, offset: 0xF1531, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyypG_Tg5Tf4d_n', symObjAddr: 0x5DD0, symBinAddr: 0x2B930, symSize: 0x50 } + - { offsetInCU: 0x3BFB, offset: 0xF1549, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySo13CATransform3DVGG_Tg5Tf4d_n', symObjAddr: 0x5E20, symBinAddr: 0x2B980, symSize: 0x50 } + - { offsetInCU: 0x3C13, offset: 0xF1561, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyypG_Tg5Tf4d_n', symObjAddr: 0x5E90, symBinAddr: 0x2B9F0, symSize: 0x50 } + - { offsetInCU: 0x3C2B, offset: 0xF1579, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo13CATransform3DVG_Tg5Tf4d_n', symObjAddr: 0x5EE0, symBinAddr: 0x2BA40, symSize: 0x50 } + - { offsetInCU: 0x3C43, offset: 0xF1591, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo11CAAnimationC_Tg5Tf4d_n', symObjAddr: 0x5F50, symBinAddr: 0x2BAB0, symSize: 0x60 } + - { offsetInCU: 0x3C5B, offset: 0xF15A9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo7CGPointVG_Tg5Tf4d_n', symObjAddr: 0x5FB0, symBinAddr: 0x2BB10, symSize: 0x50 } + - { offsetInCU: 0x3C73, offset: 0xF15C1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCy12CoreGraphics7CGFloatVG_Tg5Tf4d_n', symObjAddr: 0x6020, symBinAddr: 0x2BB80, symSize: 0x50 } + - { offsetInCU: 0x3C8B, offset: 0xF15D9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySbG_Tg5Tf4d_n', symObjAddr: 0x6090, symBinAddr: 0x2BBF0, symSize: 0x50 } + - { offsetInCU: 0x3CA3, offset: 0xF15F1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo10CGColorRefaG_Tg5Tf4d_n', symObjAddr: 0x6120, symBinAddr: 0x2BC80, symSize: 0x50 } + - { offsetInCU: 0x3CBB, offset: 0xF1609, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo6CGSizeVG_Tg5Tf4d_n', symObjAddr: 0x6190, symBinAddr: 0x2BCF0, symSize: 0x50 } + - { offsetInCU: 0x3CD3, offset: 0xF1621, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo7CALayerC_Tg5Tf4d_n', symObjAddr: 0x6200, symBinAddr: 0x2BD60, symSize: 0x60 } + - { offsetInCU: 0x3CEB, offset: 0xF1639, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DV5start_AJ3endtG_Tg5Tf4d_n', symObjAddr: 0x6260, symBinAddr: 0x2BDC0, symSize: 0x50 } + - { offsetInCU: 0x3D03, offset: 0xF1651, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo9CGPathRefaG_Tg5Tf4d_n', symObjAddr: 0x62F0, symBinAddr: 0x2BE50, symSize: 0x50 } + - { offsetInCU: 0x3D1B, offset: 0xF1669, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySayAF10BezierPathVGG_Tg5Tf4d_n', symObjAddr: 0x6360, symBinAddr: 0x2BEC0, symSize: 0x50 } + - { offsetInCU: 0x3D33, offset: 0xF1681, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF7EllipseCAGVG_Tg5Tf4d_n', symObjAddr: 0x63D0, symBinAddr: 0x2BF30, symSize: 0x50 } + - { offsetInCU: 0x3D4B, offset: 0xF1699, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF9RectangleCAGVG_Tg5Tf4d_n', symObjAddr: 0x6440, symBinAddr: 0x2BFA0, symSize: 0x50 } + - { offsetInCU: 0x3D63, offset: 0xF16B1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4StarCAGVG_Tg5Tf4d_n', symObjAddr: 0x64B0, symBinAddr: 0x2C010, symSize: 0x50 } + - { offsetInCU: 0x3D7B, offset: 0xF16C9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySo10CGColorRefaGG_Tg5Tf4d_n', symObjAddr: 0x6520, symBinAddr: 0x2C080, symSize: 0x50 } + - { offsetInCU: 0x3D93, offset: 0xF16E1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySay12CoreGraphics7CGFloatVGG_Tg5Tf4d_n', symObjAddr: 0x6590, symBinAddr: 0x2C0F0, symSize: 0x50 } + - { offsetInCU: 0x3DAB, offset: 0xF16F9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5Tf4d_n', symObjAddr: 0x6600, symBinAddr: 0x2C160, symSize: 0x50 } + - { offsetInCU: 0x3DC3, offset: 0xF1711, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x6670, symBinAddr: 0x2C1D0, symSize: 0x50 } + - { offsetInCU: 0x3DDB, offset: 0xF1729, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie16CompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x67E0, symBinAddr: 0x2C340, symSize: 0x50 } + - { offsetInCU: 0x3DFE, offset: 0xF174C, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfC6Lottie15AnyNodeProperty_p_Tg5Tf4nnd_n', symObjAddr: 0x6850, symBinAddr: 0x2C3B0, symSize: 0x90 } + - { offsetInCU: 0x3E48, offset: 0xF1796, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC_Tg5Tf4d_n', symObjAddr: 0x68E0, symBinAddr: 0x2C440, symSize: 0x50 } + - { offsetInCU: 0x3E60, offset: 0xF17AE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20KeyframeInterpolatorCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x6930, symBinAddr: 0x2C490, symSize: 0x50 } + - { offsetInCU: 0x3E78, offset: 0xF17C6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie19ShapeContainerLayerC_Tg5Tf4d_n', symObjAddr: 0x69A0, symBinAddr: 0x2C500, symSize: 0x50 } + - { offsetInCU: 0x3E90, offset: 0xF17DE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie14PathOutputNodeC_Tg5Tf4d_n', symObjAddr: 0x69F0, symBinAddr: 0x2C550, symSize: 0x50 } + - { offsetInCU: 0x3EA8, offset: 0xF17F6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie21ImageCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6B40, symBinAddr: 0x2C6A0, symSize: 0x50 } + - { offsetInCU: 0x3EC0, offset: 0xF180E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20TextCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6B90, symBinAddr: 0x2C6F0, symSize: 0x50 } + - { offsetInCU: 0x3ED8, offset: 0xF1826, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo18NSLayoutConstraintC_Tg5Tf4d_n', symObjAddr: 0x6BE0, symBinAddr: 0x2C740, symSize: 0x60 } + - { offsetInCU: 0x3EF0, offset: 0xF183E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5AssetC_Tg5Tf4d_n', symObjAddr: 0x6C60, symBinAddr: 0x2C7C0, symSize: 0x50 } + - { offsetInCU: 0x3F08, offset: 0xF1856, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOc', symObjAddr: 0x6D80, symBinAddr: 0x2C8E0, symSize: 0x30 } + - { offsetInCU: 0x3F1C, offset: 0xF186A, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0x6E10, symBinAddr: 0x2C910, symSize: 0x20 } + - { offsetInCU: 0x4053, offset: 0xF19A1, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie16ShapeRenderGroupV_SayAGGTg5', symObjAddr: 0x13A0, symBinAddr: 0x26FD0, symSize: 0xD0 } + - { offsetInCU: 0x4258, offset: 0xF1BA6, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie14ShapeItemLayerC0G0V_SayAIGTg5', symObjAddr: 0x1470, symBinAddr: 0x270A0, symSize: 0xD0 } + - { offsetInCU: 0x445D, offset: 0xF1DAB, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF12CoreGraphics7CGFloatV_SayAGGTg5', symObjAddr: 0x1540, symBinAddr: 0x27170, symSize: 0xC0 } + - { offsetInCU: 0x4662, offset: 0xF1FB0, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSS_SaySSGTg5', symObjAddr: 0x1600, symBinAddr: 0x27230, symSize: 0xD0 } + - { offsetInCU: 0x4867, offset: 0xF21B5, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie10BezierPathV_SayAGGTg5', symObjAddr: 0x1710, symBinAddr: 0x27340, symSize: 0xD0 } + - { offsetInCU: 0x4A6C, offset: 0xF23BA, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSd_SaySdGTg5', symObjAddr: 0x1BF0, symBinAddr: 0x27820, symSize: 0xC0 } + - { offsetInCU: 0x4DDF, offset: 0xF272D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x1360, symBinAddr: 0x26F90, symSize: 0x10 } + - { offsetInCU: 0x4DFB, offset: 0xF2749, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x1370, symBinAddr: 0x26FA0, symSize: 0x10 } + - { offsetInCU: 0x4E17, offset: 0xF2765, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x1380, symBinAddr: 0x26FB0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0xF2C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1D0, symBinAddr: 0x2CBB0, symSize: 0x1F0 } + - { offsetInCU: 0xC8, offset: 0xF2C8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x3C0, symBinAddr: 0x2CDA0, symSize: 0x2B0 } + - { offsetInCU: 0x13A, offset: 0xF2CFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE10updateTree_12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x670, symBinAddr: 0x2D050, symSize: 0x40 } + - { offsetInCU: 0x195, offset: 0xF2D57, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE11keypathNameSSvg', symObjAddr: 0x6B0, symBinAddr: 0x2D090, symSize: 0x60 } + - { offsetInCU: 0x1D2, offset: 0xF2D94, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE17keypathPropertiesSDySSAA03AnyC8Property_pGvg', symObjAddr: 0x710, symBinAddr: 0x2D0F0, symSize: 0x60 } + - { offsetInCU: 0x20F, offset: 0xF2DD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13childKeypathsSayAA17KeypathSearchable_pGvg', symObjAddr: 0x770, symBinAddr: 0x2D150, symSize: 0x60 } + - { offsetInCU: 0x24C, offset: 0xF2E0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x7D0, symBinAddr: 0x2D1B0, symSize: 0x10 } + - { offsetInCU: 0x268, offset: 0xF2E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x7E0, symBinAddr: 0x2D1C0, symSize: 0x10 } + - { offsetInCU: 0x284, offset: 0xF2E46, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7F0, symBinAddr: 0x2D1D0, symSize: 0x10 } + - { offsetInCU: 0x2A0, offset: 0xF2E62, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x800, symBinAddr: 0x2D1E0, symSize: 0x10 } + - { offsetInCU: 0x2BC, offset: 0xF2E7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x810, symBinAddr: 0x2D1F0, symSize: 0x20 } + - { offsetInCU: 0x2D8, offset: 0xF2E9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x830, symBinAddr: 0x2D210, symSize: 0x20 } + - { offsetInCU: 0x2F4, offset: 0xF2EB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x850, symBinAddr: 0x2D230, symSize: 0x20 } + - { offsetInCU: 0x310, offset: 0xF2ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x870, symBinAddr: 0x2D250, symSize: 0x10 } + - { offsetInCU: 0x32C, offset: 0xF2EEE, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_2, symObjAddr: 0x880, symBinAddr: 0x2D260, symSize: 0x30 } + - { offsetInCU: 0x340, offset: 0xF2F02, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_2, symObjAddr: 0x8B0, symBinAddr: 0x2D290, symSize: 0x30 } + - { offsetInCU: 0x354, offset: 0xF2F16, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8E0, symBinAddr: 0x2D2C0, symSize: 0x10 } + - { offsetInCU: 0x370, offset: 0xF2F32, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x8F0, symBinAddr: 0x2D2D0, symSize: 0x10 } + - { offsetInCU: 0x38C, offset: 0xF2F4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x900, symBinAddr: 0x2D2E0, symSize: 0x10 } + - { offsetInCU: 0x3A8, offset: 0xF2F6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x910, symBinAddr: 0x2D2F0, symSize: 0x10 } + - { offsetInCU: 0x460, offset: 0xF3022, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x930, symBinAddr: 0x2D310, symSize: 0x20 } + - { offsetInCU: 0x51A, offset: 0xF30DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x950, symBinAddr: 0x2D330, symSize: 0x20 } + - { offsetInCU: 0x5B6, offset: 0xF3178, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x970, symBinAddr: 0x2D350, symSize: 0x10 } + - { offsetInCU: 0x5D2, offset: 0xF3194, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x980, symBinAddr: 0x2D360, symSize: 0x10 } + - { offsetInCU: 0x5EE, offset: 0xF31B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x990, symBinAddr: 0x2D370, symSize: 0x10 } + - { offsetInCU: 0x60A, offset: 0xF31CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9A0, symBinAddr: 0x2D380, symSize: 0x10 } + - { offsetInCU: 0x635, offset: 0xF31F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x9B0, symBinAddr: 0x2D390, symSize: 0x10 } + - { offsetInCU: 0x667, offset: 0xF3229, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x9C0, symBinAddr: 0x2D3A0, symSize: 0x20 } + - { offsetInCU: 0x683, offset: 0xF3245, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x9E0, symBinAddr: 0x2D3C0, symSize: 0x20 } + - { offsetInCU: 0x69F, offset: 0xF3261, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA00, symBinAddr: 0x2D3E0, symSize: 0x20 } + - { offsetInCU: 0x6BB, offset: 0xF327D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA20, symBinAddr: 0x2D400, symSize: 0x10 } + - { offsetInCU: 0x6D7, offset: 0xF3299, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA30, symBinAddr: 0x2D410, symSize: 0x10 } + - { offsetInCU: 0x6F3, offset: 0xF32B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xA40, symBinAddr: 0x2D420, symSize: 0x10 } + - { offsetInCU: 0x70F, offset: 0xF32D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA50, symBinAddr: 0x2D430, symSize: 0x10 } + - { offsetInCU: 0x72B, offset: 0xF32ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA60, symBinAddr: 0x2D440, symSize: 0x10 } + - { offsetInCU: 0x7C5, offset: 0xF3387, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA80, symBinAddr: 0x2D460, symSize: 0x20 } + - { offsetInCU: 0x861, offset: 0xF3423, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAA0, symBinAddr: 0x2D480, symSize: 0x10 } + - { offsetInCU: 0x87D, offset: 0xF343F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xAB0, symBinAddr: 0x2D490, symSize: 0x10 } + - { offsetInCU: 0x899, offset: 0xF345B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xAC0, symBinAddr: 0x2D4A0, symSize: 0x10 } + - { offsetInCU: 0x8B5, offset: 0xF3477, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAD0, symBinAddr: 0x2D4B0, symSize: 0x10 } + - { offsetInCU: 0x8D1, offset: 0xF3493, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAE0, symBinAddr: 0x2D4C0, symSize: 0x10 } + - { offsetInCU: 0x8ED, offset: 0xF34AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAF0, symBinAddr: 0x2D4D0, symSize: 0x10 } + - { offsetInCU: 0x909, offset: 0xF34CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB00, symBinAddr: 0x2D4E0, symSize: 0x10 } + - { offsetInCU: 0x925, offset: 0xF34E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB10, symBinAddr: 0x2D4F0, symSize: 0x10 } + - { offsetInCU: 0x941, offset: 0xF3503, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB20, symBinAddr: 0x2D500, symSize: 0x10 } + - { offsetInCU: 0x95D, offset: 0xF351F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB30, symBinAddr: 0x2D510, symSize: 0x10 } + - { offsetInCU: 0x979, offset: 0xF353B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB40, symBinAddr: 0x2D520, symSize: 0x10 } + - { offsetInCU: 0x995, offset: 0xF3557, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xB50, symBinAddr: 0x2D530, symSize: 0x10 } + - { offsetInCU: 0xA2F, offset: 0xF35F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xB70, symBinAddr: 0x2D550, symSize: 0x20 } + - { offsetInCU: 0xACB, offset: 0xF368D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB90, symBinAddr: 0x2D570, symSize: 0x10 } + - { offsetInCU: 0xAE7, offset: 0xF36A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xBA0, symBinAddr: 0x2D580, symSize: 0x10 } + - { offsetInCU: 0xB03, offset: 0xF36C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xBB0, symBinAddr: 0x2D590, symSize: 0x10 } + - { offsetInCU: 0xB1F, offset: 0xF36E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBC0, symBinAddr: 0x2D5A0, symSize: 0x10 } + - { offsetInCU: 0xB3B, offset: 0xF36FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBD0, symBinAddr: 0x2D5B0, symSize: 0x10 } + - { offsetInCU: 0xB57, offset: 0xF3719, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xBE0, symBinAddr: 0x2D5C0, symSize: 0x10 } + - { offsetInCU: 0xBF1, offset: 0xF37B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC00, symBinAddr: 0x2D5E0, symSize: 0x20 } + - { offsetInCU: 0xC8D, offset: 0xF384F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC20, symBinAddr: 0x2D600, symSize: 0x10 } + - { offsetInCU: 0xCA9, offset: 0xF386B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC30, symBinAddr: 0x2D610, symSize: 0x10 } + - { offsetInCU: 0xCC5, offset: 0xF3887, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xC40, symBinAddr: 0x2D620, symSize: 0x10 } + - { offsetInCU: 0xCE1, offset: 0xF38A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xC50, symBinAddr: 0x2D630, symSize: 0x10 } + - { offsetInCU: 0xCFD, offset: 0xF38BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xC60, symBinAddr: 0x2D640, symSize: 0x10 } + - { offsetInCU: 0xD97, offset: 0xF3959, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC70, symBinAddr: 0x2D650, symSize: 0x20 } + - { offsetInCU: 0xE33, offset: 0xF39F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xC90, symBinAddr: 0x2D670, symSize: 0x10 } + - { offsetInCU: 0xE4F, offset: 0xF3A11, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xCA0, symBinAddr: 0x2D680, symSize: 0x10 } + - { offsetInCU: 0xE6B, offset: 0xF3A2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xCB0, symBinAddr: 0x2D690, symSize: 0x10 } + - { offsetInCU: 0xF05, offset: 0xF3AC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xCC0, symBinAddr: 0x2D6A0, symSize: 0x20 } + - { offsetInCU: 0xFA1, offset: 0xF3B63, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xCE0, symBinAddr: 0x2D6C0, symSize: 0x10 } + - { offsetInCU: 0xFBD, offset: 0xF3B7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xCF0, symBinAddr: 0x2D6D0, symSize: 0x10 } + - { offsetInCU: 0xFD9, offset: 0xF3B9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xD00, symBinAddr: 0x2D6E0, symSize: 0x10 } + - { offsetInCU: 0xFF5, offset: 0xF3BB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xD10, symBinAddr: 0x2D6F0, symSize: 0x10 } + - { offsetInCU: 0x1011, offset: 0xF3BD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD20, symBinAddr: 0x2D700, symSize: 0x10 } + - { offsetInCU: 0x102D, offset: 0xF3BEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD30, symBinAddr: 0x2D710, symSize: 0x10 } + - { offsetInCU: 0x1049, offset: 0xF3C0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xD50, symBinAddr: 0x2D730, symSize: 0x10 } + - { offsetInCU: 0x1065, offset: 0xF3C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xD60, symBinAddr: 0x2D740, symSize: 0x10 } + - { offsetInCU: 0x1081, offset: 0xF3C43, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xD70, symBinAddr: 0x2D750, symSize: 0x10 } + - { offsetInCU: 0x109D, offset: 0xF3C5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD80, symBinAddr: 0x2D760, symSize: 0x10 } + - { offsetInCU: 0x10B9, offset: 0xF3C7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD90, symBinAddr: 0x2D770, symSize: 0x10 } + - { offsetInCU: 0x10D5, offset: 0xF3C97, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xDE0, symBinAddr: 0x2D7C0, symSize: 0x10 } + - { offsetInCU: 0x10F1, offset: 0xF3CB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xDF0, symBinAddr: 0x2D7D0, symSize: 0x10 } + - { offsetInCU: 0x110D, offset: 0xF3CCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xE00, symBinAddr: 0x2D7E0, symSize: 0x10 } + - { offsetInCU: 0x1129, offset: 0xF3CEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE10, symBinAddr: 0x2D7F0, symSize: 0x10 } + - { offsetInCU: 0x1145, offset: 0xF3D07, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE20, symBinAddr: 0x2D800, symSize: 0x10 } + - { offsetInCU: 0x11DF, offset: 0xF3DA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xE30, symBinAddr: 0x2D810, symSize: 0x20 } + - { offsetInCU: 0x127B, offset: 0xF3E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xE50, symBinAddr: 0x2D830, symSize: 0x10 } + - { offsetInCU: 0x1297, offset: 0xF3E59, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xE60, symBinAddr: 0x2D840, symSize: 0x10 } + - { offsetInCU: 0x12B3, offset: 0xF3E75, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xE70, symBinAddr: 0x2D850, symSize: 0x10 } + - { offsetInCU: 0x12CF, offset: 0xF3E91, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE80, symBinAddr: 0x2D860, symSize: 0x10 } + - { offsetInCU: 0x12EB, offset: 0xF3EAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE90, symBinAddr: 0x2D870, symSize: 0x10 } + - { offsetInCU: 0x1307, offset: 0xF3EC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xED0, symBinAddr: 0x2D8B0, symSize: 0x10 } + - { offsetInCU: 0x1323, offset: 0xF3EE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xEE0, symBinAddr: 0x2D8C0, symSize: 0x10 } + - { offsetInCU: 0x133F, offset: 0xF3F01, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xEF0, symBinAddr: 0x2D8D0, symSize: 0x10 } + - { offsetInCU: 0x135B, offset: 0xF3F1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xF00, symBinAddr: 0x2D8E0, symSize: 0x10 } + - { offsetInCU: 0x1377, offset: 0xF3F39, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xF10, symBinAddr: 0x2D8F0, symSize: 0x10 } + - { offsetInCU: 0x1393, offset: 0xF3F55, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xF20, symBinAddr: 0x2D900, symSize: 0x10 } + - { offsetInCU: 0x13AF, offset: 0xF3F71, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xF60, symBinAddr: 0x2D940, symSize: 0x10 } + - { offsetInCU: 0x13CB, offset: 0xF3F8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xF70, symBinAddr: 0x2D950, symSize: 0x10 } + - { offsetInCU: 0x13E7, offset: 0xF3FA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xF80, symBinAddr: 0x2D960, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0xF4246, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOh', symObjAddr: 0x450, symBinAddr: 0x2DEB0, symSize: 0x30 } + - { offsetInCU: 0x2B, offset: 0xF439A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2DEE0, symSize: 0x2C0 } + - { offsetInCU: 0x9C, offset: 0xF440B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2DEE0, symSize: 0x2C0 } + - { offsetInCU: 0x283, offset: 0xF45F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfcTo', symObjAddr: 0x2C0, symBinAddr: 0x2E1A0, symSize: 0x20 } + - { offsetInCU: 0x2C9, offset: 0xF4638, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x2E0, symBinAddr: 0x2E1C0, symSize: 0x80 } + - { offsetInCU: 0x310, offset: 0xF467F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfc', symObjAddr: 0x360, symBinAddr: 0x2E240, symSize: 0x110 } + - { offsetInCU: 0x370, offset: 0xF46DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x470, symBinAddr: 0x2E350, symSize: 0x50 } + - { offsetInCU: 0x3AA, offset: 0xF4719, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17markRenderUpdates8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x4C0, symBinAddr: 0x2E3A0, symSize: 0x140 } + - { offsetInCU: 0x555, offset: 0xF48C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15hasRenderUpdate8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x600, symBinAddr: 0x2E4E0, symSize: 0x10 } + - { offsetInCU: 0x58C, offset: 0xF48FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x610, symBinAddr: 0x2E4F0, symSize: 0x10 } + - { offsetInCU: 0x629, offset: 0xF4998, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17updateRenderScaleyyF', symObjAddr: 0x620, symBinAddr: 0x2E500, symSize: 0x150 } + - { offsetInCU: 0x843, offset: 0xF4BB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfD', symObjAddr: 0x770, symBinAddr: 0x2E650, symSize: 0x30 } + - { offsetInCU: 0x916, offset: 0xF4C85, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfETo', symObjAddr: 0x7A0, symBinAddr: 0x2E680, symSize: 0x20 } + - { offsetInCU: 0x945, offset: 0xF4CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCMa', symObjAddr: 0x7C0, symBinAddr: 0x2E6A0, symSize: 0x20 } + - { offsetInCU: 0x959, offset: 0xF4CC8, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0x810, symBinAddr: 0x2E6C0, symSize: 0x30 } + - { offsetInCU: 0x11E, offset: 0xF502C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x50, symBinAddr: 0x2E740, symSize: 0x230 } + - { offsetInCU: 0x4FE, offset: 0xF540C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x280, symBinAddr: 0x2E970, symSize: 0x20 } + - { offsetInCU: 0x539, offset: 0xF5447, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x2A0, symBinAddr: 0x2E990, symSize: 0x20 } + - { offsetInCU: 0x573, offset: 0xF5481, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0x2C0, symBinAddr: 0x2E9B0, symSize: 0x20 } + - { offsetInCU: 0x5CC, offset: 0xF54DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0x2E9D0, symSize: 0x20 } + - { offsetInCU: 0x625, offset: 0xF5533, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x300, symBinAddr: 0x2E9F0, symSize: 0x20 } + - { offsetInCU: 0x7BC, offset: 0xF56CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvg', symObjAddr: 0x320, symBinAddr: 0x2EA10, symSize: 0x80 } + - { offsetInCU: 0x834, offset: 0xF5742, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x3A0, symBinAddr: 0x2EA90, symSize: 0x80 } + - { offsetInCU: 0x8AC, offset: 0xF57BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x420, symBinAddr: 0x2EB10, symSize: 0x2A0 } + - { offsetInCU: 0xB9F, offset: 0xF5AAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x6C0, symBinAddr: 0x2EDB0, symSize: 0x2A0 } + - { offsetInCU: 0xE92, offset: 0xF5DA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x960, symBinAddr: 0x2F050, symSize: 0x2A0 } + - { offsetInCU: 0x118D, offset: 0xF609B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xC00, symBinAddr: 0x2F2F0, symSize: 0x20 } + - { offsetInCU: 0x11A9, offset: 0xF60B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xC20, symBinAddr: 0x2F310, symSize: 0x20 } + - { offsetInCU: 0x11C5, offset: 0xF60D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0xC40, symBinAddr: 0x2F330, symSize: 0x20 } + - { offsetInCU: 0x11E1, offset: 0xF60EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xC60, symBinAddr: 0x2F350, symSize: 0x20 } + - { offsetInCU: 0x11FD, offset: 0xF610B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xC80, symBinAddr: 0x2F370, symSize: 0x20 } + - { offsetInCU: 0x12EB, offset: 0xF61F9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addDropShadowAnimations3for7contextyAC0dE5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xCA0, symBinAddr: 0x2F390, symSize: 0x1D0 } + - { offsetInCU: 0x14EE, offset: 0xF63FC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xE70, symBinAddr: 0x2F560, symSize: 0x1C0 } + - { offsetInCU: 0x16A3, offset: 0xF65B1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x1030, symBinAddr: 0x2F720, symSize: 0x120 } + - { offsetInCU: 0x189D, offset: 0xF67AB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x1150, symBinAddr: 0x2F840, symSize: 0x230 } + - { offsetInCU: 0x1A70, offset: 0xF697E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6CGSizeVAC0B8Vector1DV_ANtXEfU_', symObjAddr: 0x1380, symBinAddr: 0x2FA70, symSize: 0x50 } + - { offsetInCU: 0x1B73, offset: 0xF6A81, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie8KeyframeCyAH0F8Vector1DVG_Tg5', symObjAddr: 0x1410, symBinAddr: 0x2FAC0, symSize: 0x180 } + - { offsetInCU: 0x1DC2, offset: 0xF6CD0, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie14PathOutputNodeC_Tg5', symObjAddr: 0x1750, symBinAddr: 0x2FE00, symSize: 0x170 } + - { offsetInCU: 0x2092, offset: 0xF6FA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x22C0, symBinAddr: 0x30910, symSize: 0x10 } + - { offsetInCU: 0x20A6, offset: 0xF6FB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x22D0, symBinAddr: 0x30920, symSize: 0x50 } + - { offsetInCU: 0x20BA, offset: 0xF6FC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGMa', symObjAddr: 0x2320, symBinAddr: 0x30970, symSize: 0x30 } + - { offsetInCU: 0x20D9, offset: 0xF6FE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x2370, symBinAddr: 0x309C0, symSize: 0x30 } + - { offsetInCU: 0x2102, offset: 0xF7010, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x2420, symBinAddr: 0x30A70, symSize: 0x10 } + - { offsetInCU: 0x23F0, offset: 0xF72FE, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F41CRbzlFSbAHXEfU_AA014Vector1DEffectF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1B40, symBinAddr: 0x301F0, symSize: 0x160 } + - { offsetInCU: 0x259B, offset: 0xF74A9, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F32CRbzlFSbAHXEfU_AA05ColorcF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1CA0, symBinAddr: 0x30350, symSize: 0x160 } + - { offsetInCU: 0x275C, offset: 0xF766A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVyAByxGqd__c7ElementQyd__RszSTRd__lufC6Lottie8KeyframeCyAF0D8Vector1DVG_SayAKGTg5Tf4nd_n', symObjAddr: 0x1E00, symBinAddr: 0x304B0, symSize: 0xC0 } + - { offsetInCU: 0x75, offset: 0xF7A4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x30A90, symSize: 0x50 } + - { offsetInCU: 0xDA, offset: 0xF7AB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCACycfcTo', symObjAddr: 0x50, symBinAddr: 0x30AE0, symSize: 0x30 } + - { offsetInCU: 0x169, offset: 0xF7B40, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5layerACyp_tcfcTo', symObjAddr: 0x80, symBinAddr: 0x30B10, symSize: 0x50 } + - { offsetInCU: 0x1D0, offset: 0xF7BA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCfD', symObjAddr: 0xD0, symBinAddr: 0x30B60, symSize: 0x30 } + - { offsetInCU: 0x343, offset: 0xF7D1A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF', symObjAddr: 0x100, symBinAddr: 0x30B90, symSize: 0x350 } + - { offsetInCU: 0x624, offset: 0xF7FFB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tFSSyXEfu_TA', symObjAddr: 0x450, symBinAddr: 0x30EE0, symSize: 0x30 } + - { offsetInCU: 0x662, offset: 0xF8039, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x480, symBinAddr: 0x30F10, symSize: 0x20 } + - { offsetInCU: 0x676, offset: 0xF804D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCMa', symObjAddr: 0xB90, symBinAddr: 0x31620, symSize: 0x20 } + - { offsetInCU: 0x27E, offset: 0xF8547, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6renderyySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x32120, symSize: 0xC00 } + - { offsetInCU: 0xD74, offset: 0xF903D, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0xC00, symBinAddr: 0x32D20, symSize: 0x50 } + - { offsetInCU: 0xDEB, offset: 0xF90B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfD', symObjAddr: 0xC60, symBinAddr: 0x32D80, symSize: 0x30 } + - { offsetInCU: 0xE54, offset: 0xF911D, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xCB0, symBinAddr: 0x32DD0, symSize: 0x10 } + - { offsetInCU: 0xE70, offset: 0xF9139, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeI0C_tFTW', symObjAddr: 0xCC0, symBinAddr: 0x32DE0, symSize: 0x10 } + - { offsetInCU: 0xE8C, offset: 0xF9155, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xCD0, symBinAddr: 0x32DF0, symSize: 0x10 } + - { offsetInCU: 0xEA8, offset: 0xF9171, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xCE0, symBinAddr: 0x32E00, symSize: 0x20 } + - { offsetInCU: 0xF21, offset: 0xF91EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfE', symObjAddr: 0xC50, symBinAddr: 0x32D70, symSize: 0x10 } + - { offsetInCU: 0xF4E, offset: 0xF9217, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCMa', symObjAddr: 0xC90, symBinAddr: 0x32DB0, symSize: 0x20 } + - { offsetInCU: 0xF62, offset: 0xF922B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOh', symObjAddr: 0xDC0, symBinAddr: 0x32EA0, symSize: 0x30 } + - { offsetInCU: 0xF76, offset: 0xF923F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOb', symObjAddr: 0xDF0, symBinAddr: 0x32ED0, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0xF9603, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x33000, symSize: 0x20 } + - { offsetInCU: 0x69, offset: 0xF9621, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfc', symObjAddr: 0x20, symBinAddr: 0x33020, symSize: 0x10 } + - { offsetInCU: 0x96, offset: 0xF964E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF', symObjAddr: 0x30, symBinAddr: 0x33030, symSize: 0x40 } + - { offsetInCU: 0xC5, offset: 0xF967D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfd', symObjAddr: 0x70, symBinAddr: 0x33070, symSize: 0x10 } + - { offsetInCU: 0xF2, offset: 0xF96AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfD', symObjAddr: 0x80, symBinAddr: 0x33080, symSize: 0x20 } + - { offsetInCU: 0x155, offset: 0xF970D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCAA09AnimationcD0A2aDP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xA0, symBinAddr: 0x330A0, symSize: 0x40 } + - { offsetInCU: 0x19F, offset: 0xF9757, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0xE0, symBinAddr: 0x330E0, symSize: 0x10 } + - { offsetInCU: 0x1E2, offset: 0xF979A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF0, symBinAddr: 0x330F0, symSize: 0x10 } + - { offsetInCU: 0x1FE, offset: 0xF97B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCMa', symObjAddr: 0x110, symBinAddr: 0x33110, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0xF9957, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x33160, symSize: 0x50 } + - { offsetInCU: 0x4B, offset: 0xF997B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ', symObjAddr: 0x1E8, symBinAddr: 0x20E338, symSize: 0x0 } + - { offsetInCU: 0x71, offset: 0xF99A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x33160, symSize: 0x50 } + - { offsetInCU: 0xB1, offset: 0xF99E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ', symObjAddr: 0x50, symBinAddr: 0x331B0, symSize: 0x70 } + - { offsetInCU: 0xE9, offset: 0xF9A19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ', symObjAddr: 0xC0, symBinAddr: 0x33220, symSize: 0x70 } + - { offsetInCU: 0x131, offset: 0xF9A61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ', symObjAddr: 0x130, symBinAddr: 0x33290, symSize: 0x60 } + - { offsetInCU: 0x169, offset: 0xF9A99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ.resume.0', symObjAddr: 0x190, symBinAddr: 0x332F0, symSize: 0x10 } + - { offsetInCU: 0x195, offset: 0xF9AC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheOMa', symObjAddr: 0x1A0, symBinAddr: 0x33300, symSize: 0x10 } + - { offsetInCU: 0x1A9, offset: 0xF9AD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAcA0cD8ProviderAAWl', symObjAddr: 0x1B0, symBinAddr: 0x33310, symSize: 0x34 } + - { offsetInCU: 0x388, offset: 0xF9FD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC04textC5Model7contextAcA0bcE0C_AA0C7ContextVtKcfc', symObjAddr: 0x0, symBinAddr: 0x33370, symSize: 0x150 } + - { offsetInCU: 0x431, offset: 0xFA07F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC015configureRenderC04withyAA0C7ContextV_tKF', symObjAddr: 0x150, symBinAddr: 0x334C0, symSize: 0xAA0 } + - { offsetInCU: 0xAD3, offset: 0xFA721, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xBF0, symBinAddr: 0x33F60, symSize: 0xA0 } + - { offsetInCU: 0xB1F, offset: 0xFA76D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfc', symObjAddr: 0xC90, symBinAddr: 0x34000, symSize: 0x220 } + - { offsetInCU: 0xBEF, offset: 0xFA83D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfcTo', symObjAddr: 0xEB0, symBinAddr: 0x34220, symSize: 0x50 } + - { offsetInCU: 0xC0B, offset: 0xFA859, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0xF00, symBinAddr: 0x34270, symSize: 0x910 } + - { offsetInCU: 0xE92, offset: 0xFAAE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfD', symObjAddr: 0x1840, symBinAddr: 0x34BB0, symSize: 0x30 } + - { offsetInCU: 0x1202, offset: 0xFAE50, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfE', symObjAddr: 0x1810, symBinAddr: 0x34B80, symSize: 0x30 } + - { offsetInCU: 0x122F, offset: 0xFAE7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfETo', symObjAddr: 0x1870, symBinAddr: 0x34BE0, symSize: 0x30 } + - { offsetInCU: 0x125E, offset: 0xFAEAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCMa', symObjAddr: 0x18A0, symBinAddr: 0x34C10, symSize: 0x20 } + - { offsetInCU: 0x1272, offset: 0xFAEC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFAA12TextDocumentC_Tg5Tf4nnddn_g', symObjAddr: 0x1940, symBinAddr: 0x34C80, symSize: 0xA0 } + - { offsetInCU: 0x12E9, offset: 0xFAF37, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x19E0, symBinAddr: 0x34D20, symSize: 0x20 } + - { offsetInCU: 0x12FD, offset: 0xFAF4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x1A00, symBinAddr: 0x34D40, symSize: 0x20 } + - { offsetInCU: 0x1311, offset: 0xFAF5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_TA', symObjAddr: 0x1AC0, symBinAddr: 0x34D60, symSize: 0x20 } + - { offsetInCU: 0x1325, offset: 0xFAF73, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOy', symObjAddr: 0x1AE0, symBinAddr: 0x34D80, symSize: 0x20 } + - { offsetInCU: 0x68D, offset: 0xFB9CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFAA12TextDocumentC_Tg5', symObjAddr: 0x1BE0, symBinAddr: 0x36A70, symSize: 0x50 } + - { offsetInCU: 0x7AB, offset: 0xFBAEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC04textD00E8Provider04fontF0013rootAnimationD0AcA0bD5ModelC_AA0i7KeypathbF0_pAA0i4FontF0_pAA010MainThreadiD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x34E90, symSize: 0x600 } + - { offsetInCU: 0xBAC, offset: 0xFBEED, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x600, symBinAddr: 0x35490, symSize: 0xC0 } + - { offsetInCU: 0xBF8, offset: 0xFBF39, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x6C0, symBinAddr: 0x35550, symSize: 0x260 } + - { offsetInCU: 0xC91, offset: 0xFBFD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x920, symBinAddr: 0x357B0, symSize: 0x50 } + - { offsetInCU: 0xCAD, offset: 0xFBFEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC20fullAnimationKeypathAA0fG0Vvg', symObjAddr: 0x970, symBinAddr: 0x35800, symSize: 0x250 } + - { offsetInCU: 0xE02, offset: 0xFC143, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xBC0, symBinAddr: 0x35A50, symSize: 0x1020 } + - { offsetInCU: 0x16C8, offset: 0xFCA09, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x1C30, symBinAddr: 0x36AC0, symSize: 0x50 } + - { offsetInCU: 0x174F, offset: 0xFCA90, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfD', symObjAddr: 0x1D00, symBinAddr: 0x36B90, symSize: 0x30 } + - { offsetInCU: 0x19C5, offset: 0xFCD06, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfE', symObjAddr: 0x1C80, symBinAddr: 0x36B10, symSize: 0x80 } + - { offsetInCU: 0x19F2, offset: 0xFCD33, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfETo', symObjAddr: 0x1D30, symBinAddr: 0x36BC0, symSize: 0x80 } + - { offsetInCU: 0x1A21, offset: 0xFCD62, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCMa', symObjAddr: 0x1DB0, symBinAddr: 0x36C40, symSize: 0x20 } + - { offsetInCU: 0x1BB4, offset: 0xFCEF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1E00, symBinAddr: 0x36C60, symSize: 0x590 } + - { offsetInCU: 0x211A, offset: 0xFD45B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchable_pWOb', symObjAddr: 0x24C0, symBinAddr: 0x37250, symSize: 0x1F } + - { offsetInCU: 0x27, offset: 0xFDA8C, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x37270, symSize: 0x280 } + - { offsetInCU: 0x221, offset: 0xFDC86, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x37270, symSize: 0x280 } + - { offsetInCU: 0x440, offset: 0xFDEA5, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKFSo9CGPathRefaAI8KeyframeVXEfU_', symObjAddr: 0x280, symBinAddr: 0x374F0, symSize: 0xD0 } + - { offsetInCU: 0x5B6, offset: 0xFE01B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x350, symBinAddr: 0x375C0, symSize: 0x130 } + - { offsetInCU: 0x676, offset: 0xFE0DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x480, symBinAddr: 0x376F0, symSize: 0x10 } + - { offsetInCU: 0x693, offset: 0xFE0F8, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSgWOb', symObjAddr: 0x4C0, symBinAddr: 0x37730, symSize: 0x40 } + - { offsetInCU: 0x6A7, offset: 0xFE10C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x540, symBinAddr: 0x37770, symSize: 0x10 } + - { offsetInCU: 0x6BB, offset: 0xFE120, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x550, symBinAddr: 0x37780, symSize: 0x50 } + - { offsetInCU: 0x6CF, offset: 0xFE134, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwCP', symObjAddr: 0x5D0, symBinAddr: 0x377D0, symSize: 0x30 } + - { offsetInCU: 0x6E3, offset: 0xFE148, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x610, symBinAddr: 0x37800, symSize: 0x20 } + - { offsetInCU: 0x6F7, offset: 0xFE15C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwet', symObjAddr: 0x630, symBinAddr: 0x37820, symSize: 0x20 } + - { offsetInCU: 0x70B, offset: 0xFE170, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwst', symObjAddr: 0x650, symBinAddr: 0x37840, symSize: 0x40 } + - { offsetInCU: 0x71F, offset: 0xFE184, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVMa', symObjAddr: 0x690, symBinAddr: 0x37880, symSize: 0xA } + - { offsetInCU: 0x2B, offset: 0xFE42A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x37890, symSize: 0x310 } + - { offsetInCU: 0x4F, offset: 0xFE44E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding12CoreGraphics7CGFloatVvpZ', symObjAddr: 0x46D8, symBinAddr: 0x22C6D0, symSize: 0x0 } + - { offsetInCU: 0x7A, offset: 0xFE479, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x37890, symSize: 0x310 } + - { offsetInCU: 0xF8, offset: 0xFE4F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tF', symObjAddr: 0x310, symBinAddr: 0x37BA0, symSize: 0x210 } + - { offsetInCU: 0x1E2, offset: 0xFE5E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCACycfcTo', symObjAddr: 0x520, symBinAddr: 0x37DB0, symSize: 0x50 } + - { offsetInCU: 0x245, offset: 0xFE644, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x570, symBinAddr: 0x37E00, symSize: 0xB0 } + - { offsetInCU: 0x2B3, offset: 0xFE6B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x620, symBinAddr: 0x37EB0, symSize: 0x50 } + - { offsetInCU: 0x2F6, offset: 0xFE6F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCfD', symObjAddr: 0x670, symBinAddr: 0x37F00, symSize: 0x30 } + - { offsetInCU: 0x3CC, offset: 0xFE7CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCMa', symObjAddr: 0x6A0, symBinAddr: 0x37F30, symSize: 0x20 } + - { offsetInCU: 0x3EB, offset: 0xFE7EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC6layout16superlayerBoundsySo6CGRectV_tF', symObjAddr: 0x6C0, symBinAddr: 0x37F50, symSize: 0x130 } + - { offsetInCU: 0x48B, offset: 0xFE88A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x7F0, symBinAddr: 0x38080, symSize: 0x10 } + - { offsetInCU: 0x4A7, offset: 0xFE8A6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding_WZ', symObjAddr: 0x800, symBinAddr: 0x38090, symSize: 0x20 } + - { offsetInCU: 0x4C1, offset: 0xFE8C0, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0x820, symBinAddr: 0x380B0, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0xFEAEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ', symObjAddr: 0x18F0, symBinAddr: 0x20E428, symSize: 0x0 } + - { offsetInCU: 0x87, offset: 0xFEB27, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfC', symObjAddr: 0x0, symBinAddr: 0x380E0, symSize: 0xF0 } + - { offsetInCU: 0x11E, offset: 0xFEBBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfc', symObjAddr: 0xF0, symBinAddr: 0x381D0, symSize: 0xE0 } + - { offsetInCU: 0x1B2, offset: 0xFEC52, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ', symObjAddr: 0x300, symBinAddr: 0x383A0, symSize: 0x30 } + - { offsetInCU: 0x1E9, offset: 0xFEC89, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg', symObjAddr: 0x330, symBinAddr: 0x383D0, symSize: 0x10 } + - { offsetInCU: 0x206, offset: 0xFECA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs', symObjAddr: 0x340, symBinAddr: 0x383E0, symSize: 0x40 } + - { offsetInCU: 0x292, offset: 0xFED32, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM', symObjAddr: 0x380, symBinAddr: 0x38420, symSize: 0x20 } + - { offsetInCU: 0x306, offset: 0xFEDA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM.resume.0', symObjAddr: 0x3A0, symBinAddr: 0x38440, symSize: 0x40 } + - { offsetInCU: 0x3A3, offset: 0xFEE43, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC05clearD0yyF', symObjAddr: 0x3E0, symBinAddr: 0x38480, symSize: 0x70 } + - { offsetInCU: 0x410, offset: 0xFEEB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF', symObjAddr: 0x450, symBinAddr: 0x384F0, symSize: 0x30 } + - { offsetInCU: 0x439, offset: 0xFEED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF', symObjAddr: 0x670, symBinAddr: 0x38710, symSize: 0x40 } + - { offsetInCU: 0x46C, offset: 0xFEF0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfd', symObjAddr: 0xD60, symBinAddr: 0x38E00, symSize: 0x20 } + - { offsetInCU: 0x4A7, offset: 0xFEF47, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfD', symObjAddr: 0xD80, symBinAddr: 0x38E20, symSize: 0x20 } + - { offsetInCU: 0x51C, offset: 0xFEFBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP9animation6forKeyAA0aC0CSgSS_tFTW', symObjAddr: 0xDA0, symBinAddr: 0x38E40, symSize: 0x30 } + - { offsetInCU: 0x599, offset: 0xFF039, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP03setC0_6forKeyyAA0aC0C_SStFTW', symObjAddr: 0xDD0, symBinAddr: 0x38E70, symSize: 0x40 } + - { offsetInCU: 0x5EA, offset: 0xFF08A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP05clearD0yyFTW', symObjAddr: 0xE10, symBinAddr: 0x38EB0, symSize: 0x10 } + - { offsetInCU: 0x681, offset: 0xFF121, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0_WZ', symObjAddr: 0x210, symBinAddr: 0x382B0, symSize: 0xF0 } + - { offsetInCU: 0x779, offset: 0xFF219, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC5value6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x480, symBinAddr: 0x38520, symSize: 0xE0 } + - { offsetInCU: 0x925, offset: 0xFF3C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_So10CGImageRefaTg5', symObjAddr: 0x6B0, symBinAddr: 0x38750, symSize: 0x230 } + - { offsetInCU: 0xA8C, offset: 0xFF52C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA0A9AnimationCTg5', symObjAddr: 0x8E0, symBinAddr: 0x38980, symSize: 0x240 } + - { offsetInCU: 0xBF2, offset: 0xFF692, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA03DotA4FileCTg5', symObjAddr: 0xB20, symBinAddr: 0x38BC0, symSize: 0x240 } + - { offsetInCU: 0xD4D, offset: 0xFF7ED, size: 0x8, addend: 0x0, symName: '_$s10Foundation12NotificationVIeghn_So14NSNotificationCIeyBhy_TR', symObjAddr: 0x10A0, symBinAddr: 0x39140, symSize: 0x90 } + - { offsetInCU: 0xD65, offset: 0xFF805, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCMa', symObjAddr: 0x1340, symBinAddr: 0x393E0, symSize: 0x20 } + - { offsetInCU: 0xD79, offset: 0xFF819, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC11removeValue6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x1440, symBinAddr: 0x394E0, symSize: 0xD0 } + - { offsetInCU: 0xDF9, offset: 0xFF899, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA03DotA4FileCTg5TA', symObjAddr: 0x17E0, symBinAddr: 0x39880, symSize: 0x10 } + - { offsetInCU: 0xE0D, offset: 0xFF8AD, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x17F0, symBinAddr: 0x39890, symSize: 0x20 } + - { offsetInCU: 0xE21, offset: 0xFF8C1, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1810, symBinAddr: 0x398B0, symSize: 0x10 } + - { offsetInCU: 0xE35, offset: 0xFF8D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA0A9AnimationCTg5TA', symObjAddr: 0x1820, symBinAddr: 0x398C0, symSize: 0x10 } + - { offsetInCU: 0xE49, offset: 0xFF8E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_So10CGImageRefaTg5TA', symObjAddr: 0x1830, symBinAddr: 0x398D0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0xFFBF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x39940, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0xFFC1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x39940, symSize: 0x10 } + - { offsetInCU: 0x77, offset: 0xFFC48, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ', symObjAddr: 0x10, symBinAddr: 0x39950, symSize: 0x10 } + - { offsetInCU: 0xE5, offset: 0xFFCB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfC', symObjAddr: 0xA0, symBinAddr: 0x399E0, symSize: 0xF0 } + - { offsetInCU: 0x1A8, offset: 0xFFD79, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfC', symObjAddr: 0x190, symBinAddr: 0x39AD0, symSize: 0xB0 } + - { offsetInCU: 0x217, offset: 0xFFDE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueSSvg', symObjAddr: 0x240, symBinAddr: 0x39B80, symSize: 0x60 } + - { offsetInCU: 0x243, offset: 0xFFE14, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueSSvg', symObjAddr: 0x2A0, symBinAddr: 0x39BE0, symSize: 0x40 } + - { offsetInCU: 0x2AA, offset: 0xFFE7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO11descriptionSSvg', symObjAddr: 0x2E0, symBinAddr: 0x39C20, symSize: 0x60 } + - { offsetInCU: 0x2F1, offset: 0xFFEC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x340, symBinAddr: 0x39C80, symSize: 0x20 } + - { offsetInCU: 0x30D, offset: 0xFFEDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x360, symBinAddr: 0x39CA0, symSize: 0x20 } + - { offsetInCU: 0x329, offset: 0xFFEFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x380, symBinAddr: 0x39CC0, symSize: 0x10 } + - { offsetInCU: 0x345, offset: 0xFFF16, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO11descriptionSSvg', symObjAddr: 0x390, symBinAddr: 0x39CD0, symSize: 0x40 } + - { offsetInCU: 0x370, offset: 0xFFF41, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASQWb', symObjAddr: 0x3D0, symBinAddr: 0x39D10, symSize: 0x10 } + - { offsetInCU: 0x384, offset: 0xFFF55, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOACSQAAWl', symObjAddr: 0x3E0, symBinAddr: 0x39D20, symSize: 0x30 } + - { offsetInCU: 0x398, offset: 0xFFF69, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASQWb', symObjAddr: 0x410, symBinAddr: 0x39D50, symSize: 0x10 } + - { offsetInCU: 0x3AC, offset: 0xFFF7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOACSQAAWl', symObjAddr: 0x420, symBinAddr: 0x39D60, symSize: 0x30 } + - { offsetInCU: 0x3C0, offset: 0xFFF91, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x39D90, symSize: 0x20 } + - { offsetInCU: 0x3DC, offset: 0xFFFAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x470, symBinAddr: 0x39DB0, symSize: 0x20 } + - { offsetInCU: 0x3F8, offset: 0xFFFC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x490, symBinAddr: 0x39DD0, symSize: 0x10 } + - { offsetInCU: 0x414, offset: 0xFFFE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwet', symObjAddr: 0x4C0, symBinAddr: 0x39DE0, symSize: 0xB0 } + - { offsetInCU: 0x428, offset: 0xFFFF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwst', symObjAddr: 0x570, symBinAddr: 0x39E90, symSize: 0xE0 } + - { offsetInCU: 0x43C, offset: 0x10000D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwug', symObjAddr: 0x650, symBinAddr: 0x39F70, symSize: 0x20 } + - { offsetInCU: 0x450, offset: 0x100021, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwup', symObjAddr: 0x670, symBinAddr: 0x39F90, symSize: 0x10 } + - { offsetInCU: 0x464, offset: 0x100035, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwui', symObjAddr: 0x680, symBinAddr: 0x39FA0, symSize: 0x10 } + - { offsetInCU: 0x478, offset: 0x100049, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOMa', symObjAddr: 0x690, symBinAddr: 0x39FB0, symSize: 0x10 } + - { offsetInCU: 0x48C, offset: 0x10005D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwet', symObjAddr: 0x6A0, symBinAddr: 0x39FC0, symSize: 0x80 } + - { offsetInCU: 0x4A0, offset: 0x100071, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwst', symObjAddr: 0x720, symBinAddr: 0x3A040, symSize: 0xD0 } + - { offsetInCU: 0x4B4, offset: 0x100085, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwug', symObjAddr: 0x7F0, symBinAddr: 0x3A110, symSize: 0x10 } + - { offsetInCU: 0x4C8, offset: 0x100099, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwup', symObjAddr: 0x800, symBinAddr: 0x3A120, symSize: 0x10 } + - { offsetInCU: 0x4DC, offset: 0x1000AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwui', symObjAddr: 0x810, symBinAddr: 0x3A130, symSize: 0x10 } + - { offsetInCU: 0x4F0, offset: 0x1000C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOMa', symObjAddr: 0x820, symBinAddr: 0x3A140, symSize: 0xA } + - { offsetInCU: 0x515, offset: 0x1000E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x20, symBinAddr: 0x39960, symSize: 0x10 } + - { offsetInCU: 0x531, offset: 0x100102, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x30, symBinAddr: 0x39970, symSize: 0x10 } + - { offsetInCU: 0x54D, offset: 0x10011E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x40, symBinAddr: 0x39980, symSize: 0x10 } + - { offsetInCU: 0x569, offset: 0x10013A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x50, symBinAddr: 0x39990, symSize: 0x10 } + - { offsetInCU: 0x585, offset: 0x100156, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x60, symBinAddr: 0x399A0, symSize: 0x10 } + - { offsetInCU: 0x5A1, offset: 0x100172, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH9hashValueSivgTW', symObjAddr: 0x70, symBinAddr: 0x399B0, symSize: 0x10 } + - { offsetInCU: 0x5BD, offset: 0x10018E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x80, symBinAddr: 0x399C0, symSize: 0x10 } + - { offsetInCU: 0x5D9, offset: 0x1001AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x90, symBinAddr: 0x399D0, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x100340, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x3A150, symSize: 0x300 } + - { offsetInCU: 0x1AB, offset: 0x1004C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x3A150, symSize: 0x300 } + - { offsetInCU: 0x3CE, offset: 0x1006E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC03addC6LayersyySayAA0c11CompositionB0CGF', symObjAddr: 0x300, symBinAddr: 0x3A450, symSize: 0x4B0 } + - { offsetInCU: 0x654, offset: 0x100969, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCfD', symObjAddr: 0x7B0, symBinAddr: 0x3A900, symSize: 0x40 } + - { offsetInCU: 0x6E5, offset: 0x1009FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCMa', symObjAddr: 0x7F0, symBinAddr: 0x3A940, symSize: 0x20 } + - { offsetInCU: 0x6F9, offset: 0x100A0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOc', symObjAddr: 0x810, symBinAddr: 0x3A960, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x100C97, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x3A990, symSize: 0x60 } + - { offsetInCU: 0x81, offset: 0x100CF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x3A990, symSize: 0x60 } + - { offsetInCU: 0xC8, offset: 0x100D38, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc', symObjAddr: 0x60, symBinAddr: 0x3A9F0, symSize: 0x90 } + - { offsetInCU: 0x12F, offset: 0x100D9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfC', symObjAddr: 0xF0, symBinAddr: 0x3AA80, symSize: 0x60 } + - { offsetInCU: 0x17D, offset: 0x100DED, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc', symObjAddr: 0x150, symBinAddr: 0x3AAE0, symSize: 0x50 } + - { offsetInCU: 0x1AE, offset: 0x100E1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x1A0, symBinAddr: 0x3AB30, symSize: 0x5A0 } + - { offsetInCU: 0x316, offset: 0x100F86, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_', symObjAddr: 0x780, symBinAddr: 0x3B0D0, symSize: 0xA0 } + - { offsetInCU: 0x3ED, offset: 0x10105D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x820, symBinAddr: 0x3B170, symSize: 0x20 } + - { offsetInCU: 0x410, offset: 0x101080, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfd', symObjAddr: 0x840, symBinAddr: 0x3B190, symSize: 0x40 } + - { offsetInCU: 0x44B, offset: 0x1010BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfD', symObjAddr: 0x880, symBinAddr: 0x3B1D0, symSize: 0x50 } + - { offsetInCU: 0x496, offset: 0x101106, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x8D0, symBinAddr: 0x3B220, symSize: 0x20 } + - { offsetInCU: 0x4DC, offset: 0x10114C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x8F0, symBinAddr: 0x3B240, symSize: 0x20 } + - { offsetInCU: 0x5B1, offset: 0x101221, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x910, symBinAddr: 0x3B260, symSize: 0x20 } + - { offsetInCU: 0x616, offset: 0x101286, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x930, symBinAddr: 0x3B280, symSize: 0x20 } + - { offsetInCU: 0x648, offset: 0x1012B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_TA', symObjAddr: 0x950, symBinAddr: 0x3B2A0, symSize: 0x10 } + - { offsetInCU: 0x65C, offset: 0x1012CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x960, symBinAddr: 0x3B2B0, symSize: 0x20 } + - { offsetInCU: 0x670, offset: 0x1012E0, size: 0x8, addend: 0x0, symName: '_$sSo6NSDataC10contentsOf7optionsAB10Foundation3URLV_So0A14ReadingOptionsVtKcfcTO', symObjAddr: 0x9B0, symBinAddr: 0x3B2D0, symSize: 0x100 } + - { offsetInCU: 0x68F, offset: 0x1012FF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0xAB0, symBinAddr: 0x3B3D0, symSize: 0x60 } + - { offsetInCU: 0x6A3, offset: 0x101313, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0xB10, symBinAddr: 0x3B430, symSize: 0x40 } + - { offsetInCU: 0x6B7, offset: 0x101327, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMU', symObjAddr: 0xB50, symBinAddr: 0x3B470, symSize: 0x10 } + - { offsetInCU: 0x6CB, offset: 0x10133B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMa', symObjAddr: 0xB60, symBinAddr: 0x3B480, symSize: 0x30 } + - { offsetInCU: 0x6DF, offset: 0x10134F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMr', symObjAddr: 0xB90, symBinAddr: 0x3B4B0, symSize: 0x70 } + - { offsetInCU: 0x4B, offset: 0x1015D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x3B580, symSize: 0x20 } + - { offsetInCU: 0x69, offset: 0x1015F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfc', symObjAddr: 0x340, symBinAddr: 0x3B8C0, symSize: 0x10 } + - { offsetInCU: 0x96, offset: 0x101622, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x400, symBinAddr: 0x3B8D0, symSize: 0x20 } + - { offsetInCU: 0xC1, offset: 0x10164D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF', symObjAddr: 0x420, symBinAddr: 0x3B8F0, symSize: 0x20 } + - { offsetInCU: 0xFC, offset: 0x101688, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfd', symObjAddr: 0x440, symBinAddr: 0x3B910, symSize: 0x10 } + - { offsetInCU: 0x129, offset: 0x1016B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfD', symObjAddr: 0x450, symBinAddr: 0x3B920, symSize: 0x20 } + - { offsetInCU: 0x18C, offset: 0x101718, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x480, symBinAddr: 0x3B950, symSize: 0x20 } + - { offsetInCU: 0x1DC, offset: 0x101768, size: 0x8, addend: 0x0, symName: '_$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF', symObjAddr: 0x20, symBinAddr: 0x3B5A0, symSize: 0x10 } + - { offsetInCU: 0x253, offset: 0x1017DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfC', symObjAddr: 0x30, symBinAddr: 0x3B5B0, symSize: 0x30 } + - { offsetInCU: 0x298, offset: 0x101824, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc', symObjAddr: 0x60, symBinAddr: 0x3B5E0, symSize: 0x10 } + - { offsetInCU: 0x2BD, offset: 0x101849, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF', symObjAddr: 0x70, symBinAddr: 0x3B5F0, symSize: 0x190 } + - { offsetInCU: 0x476, offset: 0x101A02, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x200, symBinAddr: 0x3B780, symSize: 0xA0 } + - { offsetInCU: 0x4E7, offset: 0x101A73, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfd', symObjAddr: 0x2A0, symBinAddr: 0x3B820, symSize: 0x20 } + - { offsetInCU: 0x522, offset: 0x101AAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfD', symObjAddr: 0x2C0, symBinAddr: 0x3B840, symSize: 0x20 } + - { offsetInCU: 0x56D, offset: 0x101AF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x2E0, symBinAddr: 0x3B860, symSize: 0x10 } + - { offsetInCU: 0x589, offset: 0x101B15, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x2F0, symBinAddr: 0x3B870, symSize: 0x10 } + - { offsetInCU: 0x61A, offset: 0x101BA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x300, symBinAddr: 0x3B880, symSize: 0x20 } + - { offsetInCU: 0x694, offset: 0x101C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x320, symBinAddr: 0x3B8A0, symSize: 0x20 } + - { offsetInCU: 0x6EC, offset: 0x101C78, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x470, symBinAddr: 0x3B940, symSize: 0x10 } + - { offsetInCU: 0x708, offset: 0x101C94, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x4A0, symBinAddr: 0x3B970, symSize: 0x10 } + - { offsetInCU: 0x74B, offset: 0x101CD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4B0, symBinAddr: 0x3B980, symSize: 0x10 } + - { offsetInCU: 0x793, offset: 0x101D1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCMa', symObjAddr: 0x7C0, symBinAddr: 0x3BC90, symSize: 0x20 } + - { offsetInCU: 0x7A7, offset: 0x101D33, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCMa', symObjAddr: 0x810, symBinAddr: 0x3BCE0, symSize: 0x20 } + - { offsetInCU: 0x86A, offset: 0x101DF6, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SSTg5Tf4nnd_n', symObjAddr: 0x4C0, symBinAddr: 0x3B990, symSize: 0x2E0 } + - { offsetInCU: 0x27, offset: 0x10201C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x3BD30, symSize: 0xBF0 } + - { offsetInCU: 0x24E, offset: 0x102243, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x3BD30, symSize: 0xBF0 } + - { offsetInCU: 0x8F2, offset: 0x1028E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfd', symObjAddr: 0xBF0, symBinAddr: 0x3C920, symSize: 0x80 } + - { offsetInCU: 0x91F, offset: 0x102914, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfD', symObjAddr: 0xC70, symBinAddr: 0x3C9A0, symSize: 0x20 } + - { offsetInCU: 0x95B, offset: 0x102950, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xCB0, symBinAddr: 0x3C9E0, symSize: 0x20 } + - { offsetInCU: 0x99C, offset: 0x102991, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xCD0, symBinAddr: 0x3CA00, symSize: 0x30 } + - { offsetInCU: 0x9DD, offset: 0x1029D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xD00, symBinAddr: 0x3CA30, symSize: 0x20 } + - { offsetInCU: 0xA0F, offset: 0x102A04, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xD20, symBinAddr: 0x3CA50, symSize: 0x10 } + - { offsetInCU: 0xA3D, offset: 0x102A32, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCMa', symObjAddr: 0xC90, symBinAddr: 0x3C9C0, symSize: 0x20 } + - { offsetInCU: 0xAAC, offset: 0x102AA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC9transformAcA0C0C_tcfc', symObjAddr: 0xD30, symBinAddr: 0x3CA60, symSize: 0x170 } + - { offsetInCU: 0xB55, offset: 0x102B4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCfD', symObjAddr: 0xEA0, symBinAddr: 0x3CBD0, symSize: 0x40 } + - { offsetInCU: 0xBB6, offset: 0x102BAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xF00, symBinAddr: 0x3CC30, symSize: 0x40 } + - { offsetInCU: 0xC00, offset: 0x102BF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xF40, symBinAddr: 0x3CC70, symSize: 0x30 } + - { offsetInCU: 0xC41, offset: 0x102C36, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xF70, symBinAddr: 0x3CCA0, symSize: 0x20 } + - { offsetInCU: 0xC82, offset: 0x102C77, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xF90, symBinAddr: 0x3CCC0, symSize: 0x10 } + - { offsetInCU: 0xCB4, offset: 0x102CA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFA0, symBinAddr: 0x3CCD0, symSize: 0x10 } + - { offsetInCU: 0xCDF, offset: 0x102CD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFB0, symBinAddr: 0x3CCE0, symSize: 0x10 } + - { offsetInCU: 0xD11, offset: 0x102D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFC0, symBinAddr: 0x3CCF0, symSize: 0x10 } + - { offsetInCU: 0xD3C, offset: 0x102D31, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFD0, symBinAddr: 0x3CD00, symSize: 0x10 } + - { offsetInCU: 0xD6E, offset: 0x102D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE0, symBinAddr: 0x3CD10, symSize: 0x10 } + - { offsetInCU: 0xD99, offset: 0x102D8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFF0, symBinAddr: 0x3CD20, symSize: 0x10 } + - { offsetInCU: 0xDDA, offset: 0x102DCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1000, symBinAddr: 0x3CD30, symSize: 0x10 } + - { offsetInCU: 0xE1B, offset: 0x102E10, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1010, symBinAddr: 0x3CD40, symSize: 0x20 } + - { offsetInCU: 0xE77, offset: 0x102E6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1030, symBinAddr: 0x3CD60, symSize: 0x20 } + - { offsetInCU: 0xEBA, offset: 0x102EAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1050, symBinAddr: 0x3CD80, symSize: 0x7E0 } + - { offsetInCU: 0x11DE, offset: 0x1031D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCMa', symObjAddr: 0xEE0, symBinAddr: 0x3CC10, symSize: 0x20 } + - { offsetInCU: 0x131A, offset: 0x10330F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOc', symObjAddr: 0x1830, symBinAddr: 0x3D560, symSize: 0x30 } + - { offsetInCU: 0x132E, offset: 0x103323, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOb', symObjAddr: 0x1930, symBinAddr: 0x3D590, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x103644, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x3D5B0, symSize: 0x8E0 } + - { offsetInCU: 0xE0, offset: 0x1036FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x3D5B0, symSize: 0x8E0 } + - { offsetInCU: 0x27B, offset: 0x103898, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV_AC05ZIP64cdeF0VSgtSgWOb', symObjAddr: 0x8E0, symBinAddr: 0x3DE90, symSize: 0x40 } + - { offsetInCU: 0x28F, offset: 0x1038AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOy', symObjAddr: 0x9C0, symBinAddr: 0x3DED0, symSize: 0x30 } + - { offsetInCU: 0x2A3, offset: 0x1038C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOe', symObjAddr: 0xA30, symBinAddr: 0x3DF00, symSize: 0x30 } + - { offsetInCU: 0x2B7, offset: 0x1038D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwCP', symObjAddr: 0xA60, symBinAddr: 0x3DF30, symSize: 0x30 } + - { offsetInCU: 0x2CB, offset: 0x1038E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwxx', symObjAddr: 0xA90, symBinAddr: 0x3DF60, symSize: 0x50 } + - { offsetInCU: 0x2DF, offset: 0x1038FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwcp', symObjAddr: 0xAE0, symBinAddr: 0x3DFB0, symSize: 0x130 } + - { offsetInCU: 0x2F3, offset: 0x103910, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwca', symObjAddr: 0xC10, symBinAddr: 0x3E0E0, symSize: 0x2C0 } + - { offsetInCU: 0x307, offset: 0x103924, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVWOh', symObjAddr: 0xED0, symBinAddr: 0x3E3A0, symSize: 0x30 } + - { offsetInCU: 0x31B, offset: 0x103938, size: 0x8, addend: 0x0, symName: ___swift_memcpy160_8, symObjAddr: 0xF00, symBinAddr: 0x3E3D0, symSize: 0x10 } + - { offsetInCU: 0x32F, offset: 0x10394C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwta', symObjAddr: 0xF10, symBinAddr: 0x3E3E0, symSize: 0x1B0 } + - { offsetInCU: 0x343, offset: 0x103960, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwet', symObjAddr: 0x10C0, symBinAddr: 0x3E590, symSize: 0x60 } + - { offsetInCU: 0x357, offset: 0x103974, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwst', symObjAddr: 0x1120, symBinAddr: 0x3E5F0, symSize: 0x80 } + - { offsetInCU: 0x36B, offset: 0x103988, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVMa', symObjAddr: 0x11A0, symBinAddr: 0x3E670, symSize: 0xA } + - { offsetInCU: 0x6A, offset: 0x103C43, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x1C0, symBinAddr: 0x3E840, symSize: 0x130 } + - { offsetInCU: 0xF1, offset: 0x103CCA, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSDySSypGSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x460, symBinAddr: 0x3EAE0, symSize: 0x120 } + - { offsetInCU: 0x1D1, offset: 0x103DAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC19reducedMotionMarkerAA0E0CSgvg', symObjAddr: 0xB10, symBinAddr: 0x3F190, symSize: 0x120 } + - { offsetInCU: 0x312, offset: 0x103EEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xDD0, symBinAddr: 0x3F450, symSize: 0x40 } + - { offsetInCU: 0x326, offset: 0x103EFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xE10, symBinAddr: 0x3F490, symSize: 0x7D0 } + - { offsetInCU: 0x649, offset: 0x104222, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfC', symObjAddr: 0x1710, symBinAddr: 0x3FCF0, symSize: 0x40 } + - { offsetInCU: 0x6AE, offset: 0x104287, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1750, symBinAddr: 0x3FD30, symSize: 0xD60 } + - { offsetInCU: 0xDD9, offset: 0x1049B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueSSvg', symObjAddr: 0x24B0, symBinAddr: 0x40A90, symSize: 0x20 } + - { offsetInCU: 0xE10, offset: 0x1049E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2710, symBinAddr: 0x40CF0, symSize: 0x20 } + - { offsetInCU: 0xE83, offset: 0x104A5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2880, symBinAddr: 0x40E60, symSize: 0x40 } + - { offsetInCU: 0xEC9, offset: 0x104AA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x28C0, symBinAddr: 0x40EA0, symSize: 0x30 } + - { offsetInCU: 0xEDD, offset: 0x104AB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x28F0, symBinAddr: 0x40ED0, symSize: 0x10 } + - { offsetInCU: 0xF13, offset: 0x104AEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2900, symBinAddr: 0x40EE0, symSize: 0x30 } + - { offsetInCU: 0xF78, offset: 0x104B51, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2930, symBinAddr: 0x40F10, symSize: 0x10 } + - { offsetInCU: 0xF94, offset: 0x104B6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x2940, symBinAddr: 0x40F20, symSize: 0x10 } + - { offsetInCU: 0xFB0, offset: 0x104B89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0xF0B0, symBinAddr: 0x4D610, symSize: 0x50 } + - { offsetInCU: 0xFDC, offset: 0x104BB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x24D0, symBinAddr: 0x40AB0, symSize: 0x10 } + - { offsetInCU: 0x1009, offset: 0x104BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x24E0, symBinAddr: 0x40AC0, symSize: 0x10 } + - { offsetInCU: 0x1036, offset: 0x104C0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9framerateSdvg', symObjAddr: 0x24F0, symBinAddr: 0x40AD0, symSize: 0x10 } + - { offsetInCU: 0x1063, offset: 0x104C3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC11markerNamesSaySSGvg', symObjAddr: 0x2500, symBinAddr: 0x40AE0, symSize: 0x210 } + - { offsetInCU: 0x126C, offset: 0x104E45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfd', symObjAddr: 0x2A80, symBinAddr: 0x41060, symSize: 0x50 } + - { offsetInCU: 0x1299, offset: 0x104E72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfD', symObjAddr: 0x2AD0, symBinAddr: 0x410B0, symSize: 0x20 } + - { offsetInCU: 0x12C6, offset: 0x104E9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2AF0, symBinAddr: 0x410D0, symSize: 0x3F0 } + - { offsetInCU: 0x131D, offset: 0x104EF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2EE0, symBinAddr: 0x414C0, symSize: 0x50 } + - { offsetInCU: 0x1355, offset: 0x104F2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2F30, symBinAddr: 0x41510, symSize: 0x20 } + - { offsetInCU: 0x1385, offset: 0x104F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfC', symObjAddr: 0xC30, symBinAddr: 0x3F2B0, symSize: 0x20 } + - { offsetInCU: 0x13A2, offset: 0x104F7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueSivg', symObjAddr: 0xC50, symBinAddr: 0x3F2D0, symSize: 0x10 } + - { offsetInCU: 0x13D7, offset: 0x104FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xD10, symBinAddr: 0x3F390, symSize: 0x20 } + - { offsetInCU: 0x1422, offset: 0x104FFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD30, symBinAddr: 0x3F3B0, symSize: 0x10 } + - { offsetInCU: 0x15C3, offset: 0x10519C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x1650, symBinAddr: 0x3FC60, symSize: 0x30 } + - { offsetInCU: 0x15D7, offset: 0x1051B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSeAAWl', symObjAddr: 0x16B0, symBinAddr: 0x3FC90, symSize: 0x30 } + - { offsetInCU: 0x15EB, offset: 0x1051C4, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSeAAWl', symObjAddr: 0x16E0, symBinAddr: 0x3FCC0, symSize: 0x30 } + - { offsetInCU: 0x17EB, offset: 0x1053C4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20MaskCompositionLayerC0oQ0C_Tg5', symObjAddr: 0x2F50, symBinAddr: 0x41530, symSize: 0x30 } + - { offsetInCU: 0x1803, offset: 0x1053DC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4MaskC_Tg5', symObjAddr: 0x2F80, symBinAddr: 0x41560, symSize: 0x30 } + - { offsetInCU: 0x181B, offset: 0x1053F4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie14ShapeItemLayerC0P0V_Tg5', symObjAddr: 0x2FB0, symBinAddr: 0x41590, symSize: 0x20 } + - { offsetInCU: 0x1833, offset: 0x10540C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFyp_Tg5', symObjAddr: 0x2FD0, symBinAddr: 0x415B0, symSize: 0x20 } + - { offsetInCU: 0x184B, offset: 0x105424, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x2FF0, symBinAddr: 0x415D0, symSize: 0x20 } + - { offsetInCU: 0x1863, offset: 0x10543C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie9ShapeItemC_Tg5', symObjAddr: 0x3010, symBinAddr: 0x415F0, symSize: 0x30 } + - { offsetInCU: 0x187B, offset: 0x105454, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GroupC_Tg5', symObjAddr: 0x3040, symBinAddr: 0x41620, symSize: 0x30 } + - { offsetInCU: 0x1893, offset: 0x10546C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector3DVG_Tg5', symObjAddr: 0x3070, symBinAddr: 0x41650, symSize: 0x30 } + - { offsetInCU: 0x18AB, offset: 0x105484, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x30A0, symBinAddr: 0x41680, symSize: 0x30 } + - { offsetInCU: 0x18C3, offset: 0x10549C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyValueProvider_p_Tg5', symObjAddr: 0x30D0, symBinAddr: 0x416B0, symSize: 0x30 } + - { offsetInCU: 0x18DB, offset: 0x1054B4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie13KeyframeGroupCyypG_Tg5', symObjAddr: 0x3100, symBinAddr: 0x416E0, symSize: 0x30 } + - { offsetInCU: 0x18F3, offset: 0x1054CC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x3130, symBinAddr: 0x41710, symSize: 0x20 } + - { offsetInCU: 0x190B, offset: 0x1054E4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyypG_Tg5', symObjAddr: 0x3150, symBinAddr: 0x41730, symSize: 0x30 } + - { offsetInCU: 0x1923, offset: 0x1054FC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSd_Tg5', symObjAddr: 0x3180, symBinAddr: 0x41760, symSize: 0x20 } + - { offsetInCU: 0x193B, offset: 0x105514, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x31A0, symBinAddr: 0x41780, symSize: 0x20 } + - { offsetInCU: 0x1953, offset: 0x10552C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo19CAKeyframeAnimationC_Tg5', symObjAddr: 0x31C0, symBinAddr: 0x417A0, symSize: 0x40 } + - { offsetInCU: 0x196B, offset: 0x105544, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo8NSNumberC_Tg5', symObjAddr: 0x3200, symBinAddr: 0x417E0, symSize: 0x40 } + - { offsetInCU: 0x1983, offset: 0x10555C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x3240, symBinAddr: 0x41820, symSize: 0x20 } + - { offsetInCU: 0x199B, offset: 0x105574, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySo13CATransform3DVGG_Tg5', symObjAddr: 0x3260, symBinAddr: 0x41840, symSize: 0x30 } + - { offsetInCU: 0x19B3, offset: 0x10558C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CGPointV_Tg5', symObjAddr: 0x3290, symBinAddr: 0x41870, symSize: 0x30 } + - { offsetInCU: 0x19CB, offset: 0x1055A4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSb_Tg5', symObjAddr: 0x32C0, symBinAddr: 0x418A0, symSize: 0x20 } + - { offsetInCU: 0x19E3, offset: 0x1055BC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySbGG_Tg5', symObjAddr: 0x32E0, symBinAddr: 0x418C0, symSize: 0x30 } + - { offsetInCU: 0x19FB, offset: 0x1055D4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo10CGColorRefa_Tg5', symObjAddr: 0x3310, symBinAddr: 0x418F0, symSize: 0x30 } + - { offsetInCU: 0x1A13, offset: 0x1055EC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo6CGSizeV_Tg5', symObjAddr: 0x3340, symBinAddr: 0x41920, symSize: 0x30 } + - { offsetInCU: 0x1A2B, offset: 0x105604, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySo6CGSizeVG_Tg5', symObjAddr: 0x3370, symBinAddr: 0x41950, symSize: 0x30 } + - { offsetInCU: 0x1A43, offset: 0x10561C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DV5start_AK3endtG_Tg5', symObjAddr: 0x33A0, symBinAddr: 0x41980, symSize: 0x30 } + - { offsetInCU: 0x1A5B, offset: 0x105634, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG010BezierPathO0VG_Tg5', symObjAddr: 0x33D0, symBinAddr: 0x419B0, symSize: 0x30 } + - { offsetInCU: 0x1A73, offset: 0x10564C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo9CGPathRefa_Tg5', symObjAddr: 0x3400, symBinAddr: 0x419E0, symSize: 0x30 } + - { offsetInCU: 0x1A8B, offset: 0x105664, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG7EllipseCAHVG_Tg5', symObjAddr: 0x3430, symBinAddr: 0x41A10, symSize: 0x30 } + - { offsetInCU: 0x1AA3, offset: 0x10567C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG9RectangleCAHVG_Tg5', symObjAddr: 0x3460, symBinAddr: 0x41A40, symSize: 0x30 } + - { offsetInCU: 0x1ABB, offset: 0x105694, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4StarCAHVG_Tg5', symObjAddr: 0x3490, symBinAddr: 0x41A70, symSize: 0x30 } + - { offsetInCU: 0x1AD3, offset: 0x1056AC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFABy6Lottie8KeyframeCyAG0N8Vector1DVGG_Tg5', symObjAddr: 0x34C0, symBinAddr: 0x41AA0, symSize: 0x20 } + - { offsetInCU: 0x1AEB, offset: 0x1056C4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5', symObjAddr: 0x34E0, symBinAddr: 0x41AC0, symSize: 0x30 } + - { offsetInCU: 0x1B03, offset: 0x1056DC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3510, symBinAddr: 0x41AF0, symSize: 0x30 } + - { offsetInCU: 0x1B1B, offset: 0x1056F4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x3540, symBinAddr: 0x41B20, symSize: 0x30 } + - { offsetInCU: 0x1B33, offset: 0x10570C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySayAG10BezierPathVGG_Tg5', symObjAddr: 0x3570, symBinAddr: 0x41B50, symSize: 0x30 } + - { offsetInCU: 0x1B4B, offset: 0x105724, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyKeyframeGroup_p_Tg5', symObjAddr: 0x35A0, symBinAddr: 0x41B80, symSize: 0x30 } + - { offsetInCU: 0x1B63, offset: 0x10573C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20KeyframeInterpolatorCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x35D0, symBinAddr: 0x41BB0, symSize: 0x30 } + - { offsetInCU: 0x1B7B, offset: 0x105754, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie0N8Vector1DV_Tg5', symObjAddr: 0x3600, symBinAddr: 0x41BE0, symSize: 0x20 } + - { offsetInCU: 0x1B93, offset: 0x10576C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie17KeypathSearchable_p_Tg5', symObjAddr: 0x3620, symBinAddr: 0x41C00, symSize: 0x30 } + - { offsetInCU: 0x1BAB, offset: 0x105784, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16CompositionLayerC_Tg5', symObjAddr: 0x3650, symBinAddr: 0x41C30, symSize: 0x30 } + - { offsetInCU: 0x1BC3, offset: 0x10579C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4FontC_Tg5', symObjAddr: 0x3680, symBinAddr: 0x41C60, symSize: 0x30 } + - { offsetInCU: 0x1BDB, offset: 0x1057B4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie6MarkerC_Tg5', symObjAddr: 0x36B0, symBinAddr: 0x41C90, symSize: 0x30 } + - { offsetInCU: 0x1BF3, offset: 0x1057CC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GlyphC_Tg5', symObjAddr: 0x36E0, symBinAddr: 0x41CC0, symSize: 0x30 } + - { offsetInCU: 0x1C0B, offset: 0x1057E4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N5ColorVG_Tg5', symObjAddr: 0x3710, symBinAddr: 0x41CF0, symSize: 0x30 } + - { offsetInCU: 0x1C23, offset: 0x1057FC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CALayerC_Tg5', symObjAddr: 0x3740, symBinAddr: 0x41D20, symSize: 0x40 } + - { offsetInCU: 0x1C3B, offset: 0x105814, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie12TextAnimatorC_Tg5', symObjAddr: 0x3780, symBinAddr: 0x41D60, symSize: 0x30 } + - { offsetInCU: 0x1C53, offset: 0x10582C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG12TextDocumentCG_Tg5', symObjAddr: 0x37B0, symBinAddr: 0x41D90, symSize: 0x30 } + - { offsetInCU: 0x1C6B, offset: 0x105844, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySaySdGG_Tg5', symObjAddr: 0x37E0, symBinAddr: 0x41DC0, symSize: 0x30 } + - { offsetInCU: 0x1C83, offset: 0x10585C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie11DashElementC_Tg5', symObjAddr: 0x3810, symBinAddr: 0x41DF0, symSize: 0x30 } + - { offsetInCU: 0x1C9B, offset: 0x105874, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG10BezierPathVG_Tg5', symObjAddr: 0x3840, symBinAddr: 0x41E20, symSize: 0x30 } + - { offsetInCU: 0x1CB3, offset: 0x10588C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie03DotN4FileC9AnimationV_Tg5', symObjAddr: 0x3870, symBinAddr: 0x41E50, symSize: 0x20 } + - { offsetInCU: 0x1D2E, offset: 0x105907, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0R0V_Tg5', symObjAddr: 0x39C0, symBinAddr: 0x41FA0, symSize: 0x110 } + - { offsetInCU: 0x1E91, offset: 0x105A6A, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x3AD0, symBinAddr: 0x420B0, symSize: 0x110 } + - { offsetInCU: 0x1FF4, offset: 0x105BCD, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x3BE0, symBinAddr: 0x421C0, symSize: 0x110 } + - { offsetInCU: 0x2157, offset: 0x105D30, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x3CF0, symBinAddr: 0x422D0, symSize: 0x110 } + - { offsetInCU: 0x22A4, offset: 0x105E7D, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x3E00, symBinAddr: 0x423E0, symSize: 0x110 } + - { offsetInCU: 0x2407, offset: 0x105FE0, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x4050, symBinAddr: 0x42630, symSize: 0x130 } + - { offsetInCU: 0x256A, offset: 0x106143, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSb_Tg5', symObjAddr: 0x4180, symBinAddr: 0x42760, symSize: 0xF0 } + - { offsetInCU: 0x26CD, offset: 0x1062A6, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs0aB0Vy6Lottie8KeyframeCyAJ0P8Vector1DVGG_Tg5', symObjAddr: 0x43A0, symBinAddr: 0x42980, symSize: 0x130 } + - { offsetInCU: 0x2830, offset: 0x106409, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV_Tg5', symObjAddr: 0x4990, symBinAddr: 0x42F70, symSize: 0x120 } + - { offsetInCU: 0x2993, offset: 0x10656C, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie03DotP4FileC9AnimationV_Tg5', symObjAddr: 0x4AB0, symBinAddr: 0x43090, symSize: 0x120 } + - { offsetInCU: 0x2ACA, offset: 0x1066A3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x4BD0, symBinAddr: 0x431B0, symSize: 0x210 } + - { offsetInCU: 0x2B64, offset: 0x10673D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector1DVTg5', symObjAddr: 0x4DE0, symBinAddr: 0x433C0, symSize: 0x1B0 } + - { offsetInCU: 0x2BFE, offset: 0x1067D7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector3DVTg5', symObjAddr: 0x4F90, symBinAddr: 0x43570, symSize: 0x1D0 } + - { offsetInCU: 0x2C98, offset: 0x106871, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x5160, symBinAddr: 0x43740, symSize: 0x1B0 } + - { offsetInCU: 0x2D32, offset: 0x10690B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G5ColorVTg5', symObjAddr: 0x5310, symBinAddr: 0x438F0, symSize: 0x1C0 } + - { offsetInCU: 0x2DCC, offset: 0x1069A5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x54D0, symBinAddr: 0x43AB0, symSize: 0x1C0 } + - { offsetInCU: 0x2E66, offset: 0x106A3F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x5690, symBinAddr: 0x43C70, symSize: 0x200 } + - { offsetInCU: 0x2F00, offset: 0x106AD9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x58B0, symBinAddr: 0x43E90, symSize: 0x1D0 } + - { offsetInCU: 0x2F9A, offset: 0x106B73, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x5A80, symBinAddr: 0x44060, symSize: 0x1E0 } + - { offsetInCU: 0x3034, offset: 0x106C0D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x5C60, symBinAddr: 0x44240, symSize: 0x1F0 } + - { offsetInCU: 0x30CE, offset: 0x106CA7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x5E50, symBinAddr: 0x44430, symSize: 0x1C0 } + - { offsetInCU: 0x315D, offset: 0x106D36, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x6290, symBinAddr: 0x44870, symSize: 0x250 } + - { offsetInCU: 0x31F6, offset: 0x106DCF, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x64E0, symBinAddr: 0x44AC0, symSize: 0x200 } + - { offsetInCU: 0x329B, offset: 0x106E74, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0x66E0, symBinAddr: 0x44CC0, symSize: 0x210 } + - { offsetInCU: 0x332A, offset: 0x106F03, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF6Lottie16AnimationKeypathV_AD16AnyValueProvider_pTg5', symObjAddr: 0x68F0, symBinAddr: 0x44ED0, symSize: 0x240 } + - { offsetInCU: 0x3397, offset: 0x106F70, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie6MarkerCTg5', symObjAddr: 0x6B30, symBinAddr: 0x45110, symSize: 0x220 } + - { offsetInCU: 0x343C, offset: 0x107015, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AH2totTg5', symObjAddr: 0x6D70, symBinAddr: 0x45350, symSize: 0x240 } + - { offsetInCU: 0x34DE, offset: 0x1070B7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSu_SSTg5', symObjAddr: 0x7210, symBinAddr: 0x457F0, symSize: 0x210 } + - { offsetInCU: 0x3578, offset: 0x107151, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_So10CGImageRefaTg5', symObjAddr: 0x7420, symBinAddr: 0x45A00, symSize: 0x220 } + - { offsetInCU: 0x3628, offset: 0x107201, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x7870, symBinAddr: 0x45E50, symSize: 0x3C0 } + - { offsetInCU: 0x3748, offset: 0x107321, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector1DVTg5', symObjAddr: 0x7C30, symBinAddr: 0x46210, symSize: 0x310 } + - { offsetInCU: 0x3868, offset: 0x107441, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector3DVTg5', symObjAddr: 0x7F40, symBinAddr: 0x46520, symSize: 0x330 } + - { offsetInCU: 0x3988, offset: 0x107561, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x8270, symBinAddr: 0x46850, symSize: 0x310 } + - { offsetInCU: 0x3AA8, offset: 0x107681, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N5ColorVTg5', symObjAddr: 0x8580, symBinAddr: 0x46B60, symSize: 0x330 } + - { offsetInCU: 0x3BC8, offset: 0x1077A1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x88B0, symBinAddr: 0x46E90, symSize: 0x310 } + - { offsetInCU: 0x3CE8, offset: 0x1078C1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x8BC0, symBinAddr: 0x471A0, symSize: 0x390 } + - { offsetInCU: 0x3E08, offset: 0x1079E1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x8F70, symBinAddr: 0x47550, symSize: 0x330 } + - { offsetInCU: 0x3F28, offset: 0x107B01, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x92A0, symBinAddr: 0x47880, symSize: 0x350 } + - { offsetInCU: 0x4048, offset: 0x107C21, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x95F0, symBinAddr: 0x47BD0, symSize: 0x370 } + - { offsetInCU: 0x4168, offset: 0x107D41, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x9960, symBinAddr: 0x47F40, symSize: 0x330 } + - { offsetInCU: 0x42BF, offset: 0x107E98, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie10LayerModelCTg5', symObjAddr: 0xA060, symBinAddr: 0x48640, symSize: 0x340 } + - { offsetInCU: 0x4400, offset: 0x107FD9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_Say6Lottie10LayerModelCGTg5', symObjAddr: 0xA3A0, symBinAddr: 0x48980, symSize: 0x340 } + - { offsetInCU: 0x4532, offset: 0x10810B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0xA6E0, symBinAddr: 0x48CC0, symSize: 0x3D0 } + - { offsetInCU: 0x463E, offset: 0x108217, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0xAAB0, symBinAddr: 0x49090, symSize: 0x340 } + - { offsetInCU: 0x4769, offset: 0x108342, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0xADF0, symBinAddr: 0x493D0, symSize: 0x360 } + - { offsetInCU: 0x4874, offset: 0x10844D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTg5', symObjAddr: 0xB150, symBinAddr: 0x49730, symSize: 0x280 } + - { offsetInCU: 0x48ED, offset: 0x1084C6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie6MarkerCTg5', symObjAddr: 0xB3D0, symBinAddr: 0x499B0, symSize: 0x3B0 } + - { offsetInCU: 0x4A23, offset: 0x1085FC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AJ2totTg5', symObjAddr: 0xB7A0, symBinAddr: 0x49D80, symSize: 0x390 } + - { offsetInCU: 0x4B58, offset: 0x108731, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSu_SSTg5', symObjAddr: 0xBF00, symBinAddr: 0x4A4E0, symSize: 0x350 } + - { offsetInCU: 0x4C78, offset: 0x108851, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_So10CGImageRefaTg5', symObjAddr: 0xC250, symBinAddr: 0x4A830, symSize: 0x3B0 } + - { offsetInCU: 0x4DF5, offset: 0x1089CE, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV16_unsafeInsertNew3key5valueyxn_q_ntF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTB5', symObjAddr: 0xC9D0, symBinAddr: 0x4AFB0, symSize: 0x120 } + - { offsetInCU: 0x4F4A, offset: 0x108B23, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSiAA5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOTg5Tf4dnnn_n', symObjAddr: 0xCC90, symBinAddr: 0x4B270, symSize: 0x100 } + - { offsetInCU: 0x4FB4, offset: 0x108B8D, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSAA15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOTg5Tf4dnnn_n', symObjAddr: 0xCD90, symBinAddr: 0x4B370, symSize: 0x110 } + - { offsetInCU: 0x5358, offset: 0x108F31, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC0D9AnimationC10CodingKeysO_AC10LayerModelCAC0N4TypeOTg5Tf4dnnn_n', symObjAddr: 0xDB20, symBinAddr: 0x4C100, symSize: 0x460 } + - { offsetInCU: 0x556F, offset: 0x109148, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSesSeRzlWl', symObjAddr: 0xDF80, symBinAddr: 0x4C560, symSize: 0x80 } + - { offsetInCU: 0x5583, offset: 0x10915C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSEAAWl', symObjAddr: 0xE060, symBinAddr: 0x4C5E0, symSize: 0x30 } + - { offsetInCU: 0x5597, offset: 0x109170, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSEAAWl', symObjAddr: 0xE090, symBinAddr: 0x4C610, symSize: 0x30 } + - { offsetInCU: 0x55AB, offset: 0x109184, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSEsSERzlWl', symObjAddr: 0xE0C0, symBinAddr: 0x4C640, symSize: 0x80 } + - { offsetInCU: 0x55BF, offset: 0x109198, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSEsSERzlWl', symObjAddr: 0xE200, symBinAddr: 0x4C780, symSize: 0x80 } + - { offsetInCU: 0x55D3, offset: 0x1091AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASQWb', symObjAddr: 0xE280, symBinAddr: 0x4C800, symSize: 0x10 } + - { offsetInCU: 0x55E7, offset: 0x1091C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSQAAWl', symObjAddr: 0xE290, symBinAddr: 0x4C810, symSize: 0x30 } + - { offsetInCU: 0x55FB, offset: 0x1091D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwet', symObjAddr: 0xE2E0, symBinAddr: 0x4C840, symSize: 0x80 } + - { offsetInCU: 0x560F, offset: 0x1091E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwst', symObjAddr: 0xE360, symBinAddr: 0x4C8C0, symSize: 0xD0 } + - { offsetInCU: 0x5623, offset: 0x1091FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwug', symObjAddr: 0xE430, symBinAddr: 0x4C990, symSize: 0x10 } + - { offsetInCU: 0x5637, offset: 0x109210, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwup', symObjAddr: 0xE440, symBinAddr: 0x4C9A0, symSize: 0x10 } + - { offsetInCU: 0x564B, offset: 0x109224, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwui', symObjAddr: 0xE450, symBinAddr: 0x4C9B0, symSize: 0x10 } + - { offsetInCU: 0x565F, offset: 0x109238, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOMa', symObjAddr: 0xE460, symBinAddr: 0x4C9C0, symSize: 0x10 } + - { offsetInCU: 0x5673, offset: 0x10924C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCMa', symObjAddr: 0xE470, symBinAddr: 0x4C9D0, symSize: 0x20 } + - { offsetInCU: 0x5687, offset: 0x109260, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwet', symObjAddr: 0xE4D0, symBinAddr: 0x4CA30, symSize: 0x80 } + - { offsetInCU: 0x569B, offset: 0x109274, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwst', symObjAddr: 0xE550, symBinAddr: 0x4CAB0, symSize: 0xD0 } + - { offsetInCU: 0x56AF, offset: 0x109288, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwug', symObjAddr: 0xE620, symBinAddr: 0x4CB80, symSize: 0x10 } + - { offsetInCU: 0x56C3, offset: 0x10929C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwup', symObjAddr: 0xE630, symBinAddr: 0x4CB90, symSize: 0x10 } + - { offsetInCU: 0x56D7, offset: 0x1092B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwui', symObjAddr: 0xE640, symBinAddr: 0x4CBA0, symSize: 0x10 } + - { offsetInCU: 0x56EB, offset: 0x1092C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOMa', symObjAddr: 0xE650, symBinAddr: 0x4CBB0, symSize: 0x10 } + - { offsetInCU: 0x56FF, offset: 0x1092D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASQWb', symObjAddr: 0xE660, symBinAddr: 0x4CBC0, symSize: 0x10 } + - { offsetInCU: 0x5713, offset: 0x1092EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAESQAAWl', symObjAddr: 0xE670, symBinAddr: 0x4CBD0, symSize: 0x30 } + - { offsetInCU: 0x5727, offset: 0x109300, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE6A0, symBinAddr: 0x4CC00, symSize: 0x10 } + - { offsetInCU: 0x573B, offset: 0x109314, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE6B0, symBinAddr: 0x4CC10, symSize: 0x30 } + - { offsetInCU: 0x574F, offset: 0x109328, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE6E0, symBinAddr: 0x4CC40, symSize: 0x10 } + - { offsetInCU: 0x5763, offset: 0x10933C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xE6F0, symBinAddr: 0x4CC50, symSize: 0x30 } + - { offsetInCU: 0x5777, offset: 0x109350, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC12PrecompAssetC10CodingKeysO_AC10LayerModelCAC0O4TypeOTg5Tf4dnnn_n', symObjAddr: 0xE720, symBinAddr: 0x4CC80, symSize: 0x460 } + - { offsetInCU: 0x598E, offset: 0x109567, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs9CodingKeyAAWl', symObjAddr: 0xF130, symBinAddr: 0x4D660, symSize: 0x30 } + - { offsetInCU: 0x59A2, offset: 0x10957B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSeAAWl', symObjAddr: 0xF160, symBinAddr: 0x4D690, symSize: 0x30 } + - { offsetInCU: 0x59B6, offset: 0x10958F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSeAAWl', symObjAddr: 0xF1E0, symBinAddr: 0x4D6F0, symSize: 0x30 } + - { offsetInCU: 0x59CA, offset: 0x1095A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSYAAWl', symObjAddr: 0xF260, symBinAddr: 0x4D750, symSize: 0x30 } + - { offsetInCU: 0x5A19, offset: 0x1095F2, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxcigSS_ypTg5', symObjAddr: 0xA90, symBinAddr: 0x3F110, symSize: 0x80 } + - { offsetInCU: 0x5A93, offset: 0x10966C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC60, symBinAddr: 0x3F2E0, symSize: 0x10 } + - { offsetInCU: 0x5B24, offset: 0x1096FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH9hashValueSivgTW', symObjAddr: 0xC70, symBinAddr: 0x3F2F0, symSize: 0x40 } + - { offsetInCU: 0x5BD3, offset: 0x1097AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xCB0, symBinAddr: 0x3F330, symSize: 0x20 } + - { offsetInCU: 0x5C26, offset: 0x1097FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCD0, symBinAddr: 0x3F350, symSize: 0x40 } + - { offsetInCU: 0x5CAA, offset: 0x109883, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xD40, symBinAddr: 0x3F3C0, symSize: 0x50 } + - { offsetInCU: 0x5CCD, offset: 0x1098A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD90, symBinAddr: 0x3F410, symSize: 0x40 } + - { offsetInCU: 0x5E72, offset: 0x109A4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2730, symBinAddr: 0x40D10, symSize: 0x80 } + - { offsetInCU: 0x5F41, offset: 0x109B1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x27B0, symBinAddr: 0x40D90, symSize: 0x50 } + - { offsetInCU: 0x5FBF, offset: 0x109B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2800, symBinAddr: 0x40DE0, symSize: 0x30 } + - { offsetInCU: 0x6011, offset: 0x109BEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2830, symBinAddr: 0x40E10, symSize: 0x50 } + - { offsetInCU: 0x6074, offset: 0x109C4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2950, symBinAddr: 0x40F30, symSize: 0x20 } + - { offsetInCU: 0x6090, offset: 0x109C69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x2970, symBinAddr: 0x40F50, symSize: 0x20 } + - { offsetInCU: 0x60AC, offset: 0x109C85, size: 0x8, addend: 0x0, symName: '_$sSh8containsySbxFSS_Tg5', symObjAddr: 0x2990, symBinAddr: 0x40F70, symSize: 0xF0 } + - { offsetInCU: 0x62BF, offset: 0x109E98, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie6MarkerCG_Tg5037$s6Lottie0A9AnimationC19reducedMotionE19AA0E0CSgvgSbAFXEfU_ShySSGTf1cn_nTf4ng_n', symObjAddr: 0xCAF0, symBinAddr: 0x4B0D0, symSize: 0x140 } + - { offsetInCU: 0x645F, offset: 0x10A038, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie6MarkerCTg5Tf4gd_n', symObjAddr: 0xD0A0, symBinAddr: 0x4B680, symSize: 0xE0 } + - { offsetInCU: 0x65A8, offset: 0x10A181, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_So8CAAction_pTg5Tf4gd_n', symObjAddr: 0xD1B0, symBinAddr: 0x4B790, symSize: 0xE0 } + - { offsetInCU: 0x66EA, offset: 0x10A2C3, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie15AnyNodeProperty_pTg5Tf4gd_n', symObjAddr: 0xD2D0, symBinAddr: 0x4B8B0, symSize: 0xE0 } + - { offsetInCU: 0x6818, offset: 0x10A3F1, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo7CALayerC_6Lottie16AnimationKeypathVTg5Tf4gd_n', symObjAddr: 0xD3B0, symBinAddr: 0x4B990, symSize: 0xC0 } + - { offsetInCU: 0x693C, offset: 0x10A515, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SaySSGTg5Tf4gn_n', symObjAddr: 0xD470, symBinAddr: 0x4BA50, symSize: 0x90 } + - { offsetInCU: 0x6A83, offset: 0x10A65C, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSu_SSTg5Tf4gd_n', symObjAddr: 0xD500, symBinAddr: 0x4BAE0, symSize: 0x110 } + - { offsetInCU: 0x6BB5, offset: 0x10A78E, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs11AnyHashableV_12CoreGraphics7CGFloatV4from_AG2totTg5Tf4gd_n', symObjAddr: 0xD610, symBinAddr: 0x4BBF0, symSize: 0x100 } + - { offsetInCU: 0x6D05, offset: 0x10A8DE, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo17NSLayoutAttributeV_So0C10ConstraintCTg5Tf4gd_n', symObjAddr: 0xD730, symBinAddr: 0x4BD10, symSize: 0x100 } + - { offsetInCU: 0x6E37, offset: 0x10AA10, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTg5Tf4gd_n', symObjAddr: 0xD940, symBinAddr: 0x4BF20, symSize: 0xE0 } + - { offsetInCU: 0x4F, offset: 0x10AEF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x4D7E0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x10AF17, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x4D820, symSize: 0x410 } + - { offsetInCU: 0xDC, offset: 0x10AF7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x450, symBinAddr: 0x4DC30, symSize: 0x7C0 } + - { offsetInCU: 0x33E, offset: 0x10B1E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0xC10, symBinAddr: 0x4E3F0, symSize: 0x260 } + - { offsetInCU: 0x3AC, offset: 0x10B24F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO8rawValueSSvg', symObjAddr: 0xE70, symBinAddr: 0x4E650, symSize: 0x20 } + - { offsetInCU: 0x3E3, offset: 0x10B286, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xE90, symBinAddr: 0x4E670, symSize: 0x20 } + - { offsetInCU: 0x461, offset: 0x10B304, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0xEF0, symBinAddr: 0x4E6D0, symSize: 0x70 } + - { offsetInCU: 0x4C7, offset: 0x10B36A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0xF60, symBinAddr: 0x4E740, symSize: 0x30 } + - { offsetInCU: 0x4E3, offset: 0x10B386, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xF90, symBinAddr: 0x4E770, symSize: 0x10 } + - { offsetInCU: 0x519, offset: 0x10B3BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xFA0, symBinAddr: 0x4E780, symSize: 0x60 } + - { offsetInCU: 0x59E, offset: 0x10B441, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1000, symBinAddr: 0x4E7E0, symSize: 0x10 } + - { offsetInCU: 0x5BA, offset: 0x10B45D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1010, symBinAddr: 0x4E7F0, symSize: 0x10 } + - { offsetInCU: 0x5F6, offset: 0x10B499, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfD', symObjAddr: 0x10A0, symBinAddr: 0x4E880, symSize: 0x50 } + - { offsetInCU: 0x6C0, offset: 0x10B563, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfE', symObjAddr: 0x1060, symBinAddr: 0x4E840, symSize: 0x40 } + - { offsetInCU: 0x718, offset: 0x10B5BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCMa', symObjAddr: 0x10F0, symBinAddr: 0x4E8D0, symSize: 0x20 } + - { offsetInCU: 0x72C, offset: 0x10B5CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs0E3KeyAAWl', symObjAddr: 0x1180, symBinAddr: 0x4E8F0, symSize: 0x30 } + - { offsetInCU: 0x740, offset: 0x10B5E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSEAAWl', symObjAddr: 0x11B0, symBinAddr: 0x4E920, symSize: 0x30 } + - { offsetInCU: 0x754, offset: 0x10B5F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSEAAWl', symObjAddr: 0x1210, symBinAddr: 0x4E980, symSize: 0x30 } + - { offsetInCU: 0x768, offset: 0x10B60B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSeAAWl', symObjAddr: 0x12E0, symBinAddr: 0x4EA20, symSize: 0x30 } + - { offsetInCU: 0x77C, offset: 0x10B61F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSeAAWl', symObjAddr: 0x1380, symBinAddr: 0x4EAC0, symSize: 0x30 } + - { offsetInCU: 0x790, offset: 0x10B633, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwet', symObjAddr: 0x1460, symBinAddr: 0x4EAF0, symSize: 0x80 } + - { offsetInCU: 0x7A4, offset: 0x10B647, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwst', symObjAddr: 0x14E0, symBinAddr: 0x4EB70, symSize: 0xD0 } + - { offsetInCU: 0x7B8, offset: 0x10B65B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwug', symObjAddr: 0x15B0, symBinAddr: 0x4EC40, symSize: 0x10 } + - { offsetInCU: 0x7CC, offset: 0x10B66F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwup', symObjAddr: 0x15C0, symBinAddr: 0x4EC50, symSize: 0x10 } + - { offsetInCU: 0x7E0, offset: 0x10B683, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwui', symObjAddr: 0x15D0, symBinAddr: 0x4EC60, symSize: 0x10 } + - { offsetInCU: 0x7F4, offset: 0x10B697, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOMa', symObjAddr: 0x15E0, symBinAddr: 0x4EC70, symSize: 0x10 } + - { offsetInCU: 0x808, offset: 0x10B6AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASQWb', symObjAddr: 0x15F0, symBinAddr: 0x4EC80, symSize: 0x10 } + - { offsetInCU: 0x81C, offset: 0x10B6BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFSQAAWl', symObjAddr: 0x1600, symBinAddr: 0x4EC90, symSize: 0x30 } + - { offsetInCU: 0x830, offset: 0x10B6D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1630, symBinAddr: 0x4ECC0, symSize: 0x10 } + - { offsetInCU: 0x844, offset: 0x10B6E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1640, symBinAddr: 0x4ECD0, symSize: 0x30 } + - { offsetInCU: 0x858, offset: 0x10B6FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1670, symBinAddr: 0x4ED00, symSize: 0x10 } + - { offsetInCU: 0x86C, offset: 0x10B70F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1680, symBinAddr: 0x4ED10, symSize: 0x30 } + - { offsetInCU: 0x8CE, offset: 0x10B771, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xEB0, symBinAddr: 0x4E690, symSize: 0x10 } + - { offsetInCU: 0x8EA, offset: 0x10B78D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH9hashValueSivgTW', symObjAddr: 0xEC0, symBinAddr: 0x4E6A0, symSize: 0x10 } + - { offsetInCU: 0x906, offset: 0x10B7A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xED0, symBinAddr: 0x4E6B0, symSize: 0x10 } + - { offsetInCU: 0x922, offset: 0x10B7C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xEE0, symBinAddr: 0x4E6C0, symSize: 0x10 } + - { offsetInCU: 0x945, offset: 0x10B7E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1020, symBinAddr: 0x4E800, symSize: 0x20 } + - { offsetInCU: 0x961, offset: 0x10B804, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1040, symBinAddr: 0x4E820, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x10B9D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x4ED40, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x10B9F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x4ED40, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x10BA04, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMr', symObjAddr: 0x10, symBinAddr: 0x4ED50, symSize: 0x60 } + - { offsetInCU: 0xA1, offset: 0x10BA4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9keyframesACyxGs15ContiguousArrayVyAA0B0CyxGG_tcfC', symObjAddr: 0x70, symBinAddr: 0x4EDB0, symSize: 0x60 } + - { offsetInCU: 0xE5, offset: 0x10BA92, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0xD0, symBinAddr: 0x4EE10, symSize: 0x70 } + - { offsetInCU: 0x171, offset: 0x10BB1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9keyframesACyxGs15ContiguousArrayVyAA0B0CyxGG_tcfc', symObjAddr: 0x140, symBinAddr: 0x4EE80, symSize: 0x40 } + - { offsetInCU: 0x196, offset: 0x10BB43, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvg', symObjAddr: 0x180, symBinAddr: 0x4EEC0, symSize: 0x50 } + - { offsetInCU: 0x1D0, offset: 0x10BB7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x1D0, symBinAddr: 0x4EF10, symSize: 0x130 } + - { offsetInCU: 0x292, offset: 0x10BC3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x300, symBinAddr: 0x4F040, symSize: 0x3A0 } + - { offsetInCU: 0x441, offset: 0x10BDEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfd', symObjAddr: 0x6A0, symBinAddr: 0x4F3E0, symSize: 0x30 } + - { offsetInCU: 0x46E, offset: 0x10BE1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfD', symObjAddr: 0x6D0, symBinAddr: 0x4F410, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x10BE48, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x700, symBinAddr: 0x4F440, symSize: 0x20 } + - { offsetInCU: 0x4C6, offset: 0x10BE73, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x720, symBinAddr: 0x4F460, symSize: 0x20 } + - { offsetInCU: 0x4F8, offset: 0x10BEA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x740, symBinAddr: 0x4F480, symSize: 0x20 } + - { offsetInCU: 0x514, offset: 0x10BEC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x780, symBinAddr: 0x4F4C0, symSize: 0x10 } + - { offsetInCU: 0x580, offset: 0x10BF2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMa', symObjAddr: 0x6F0, symBinAddr: 0x4F430, symSize: 0x10 } + - { offsetInCU: 0x594, offset: 0x10BF41, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x760, symBinAddr: 0x4F4A0, symSize: 0x10 } + - { offsetInCU: 0x5A8, offset: 0x10BF55, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x770, symBinAddr: 0x4F4B0, symSize: 0x10 } + - { offsetInCU: 0x5BC, offset: 0x10BF69, size: 0x8, addend: 0x0, symName: ___swift_instantiateGenericMetadata, symObjAddr: 0x790, symBinAddr: 0x4F4D0, symSize: 0x26 } + - { offsetInCU: 0x6C, offset: 0x10C1BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector1DV_TB5', symObjAddr: 0x23E0, symBinAddr: 0x51810, symSize: 0xE0 } + - { offsetInCU: 0x174, offset: 0x10C2C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector3DV_TB5', symObjAddr: 0x24C0, symBinAddr: 0x518F0, symSize: 0x100 } + - { offsetInCU: 0x27B, offset: 0x10C3CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A5ColorV_TB5', symObjAddr: 0x2650, symBinAddr: 0x51A50, symSize: 0x110 } + - { offsetInCU: 0x38F, offset: 0x10C4E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x4F500, symSize: 0x970 } + - { offsetInCU: 0x4F5, offset: 0x10C646, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x970, symBinAddr: 0x4FE70, symSize: 0xFA0 } + - { offsetInCU: 0x8F0, offset: 0x10CA41, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueSSvg', symObjAddr: 0x1910, symBinAddr: 0x50E10, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0x10CA78, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1950, symBinAddr: 0x50E50, symSize: 0x20 } + - { offsetInCU: 0x99A, offset: 0x10CAEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1AE0, symBinAddr: 0x50FE0, symSize: 0x40 } + - { offsetInCU: 0x9E0, offset: 0x10CB31, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x1B20, symBinAddr: 0x51020, symSize: 0x30 } + - { offsetInCU: 0x9F4, offset: 0x10CB45, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1B50, symBinAddr: 0x51050, symSize: 0x10 } + - { offsetInCU: 0xA2A, offset: 0x10CB7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1B60, symBinAddr: 0x51060, symSize: 0x30 } + - { offsetInCU: 0xA8F, offset: 0x10CBE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1B90, symBinAddr: 0x51090, symSize: 0x10 } + - { offsetInCU: 0xAAB, offset: 0x10CBFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1BA0, symBinAddr: 0x510A0, symSize: 0x10 } + - { offsetInCU: 0xAC7, offset: 0x10CC18, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2F90, symBinAddr: 0x522E0, symSize: 0x50 } + - { offsetInCU: 0xAFF, offset: 0x10CC50, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO8rawValueSSvg', symObjAddr: 0x1930, symBinAddr: 0x50E30, symSize: 0x20 } + - { offsetInCU: 0xB36, offset: 0x10CC87, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x1970, symBinAddr: 0x50E70, symSize: 0x20 } + - { offsetInCU: 0xBB4, offset: 0x10CD05, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1C30, symBinAddr: 0x51130, symSize: 0x70 } + - { offsetInCU: 0xC1A, offset: 0x10CD6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1CA0, symBinAddr: 0x511A0, symSize: 0x30 } + - { offsetInCU: 0xC36, offset: 0x10CD87, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1CD0, symBinAddr: 0x511D0, symSize: 0x10 } + - { offsetInCU: 0xC6C, offset: 0x10CDBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1CE0, symBinAddr: 0x511E0, symSize: 0x60 } + - { offsetInCU: 0xCF1, offset: 0x10CE42, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1D40, symBinAddr: 0x51240, symSize: 0x10 } + - { offsetInCU: 0xD0D, offset: 0x10CE5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1D50, symBinAddr: 0x51250, symSize: 0x10 } + - { offsetInCU: 0xD2A, offset: 0x10CE7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfd', symObjAddr: 0x1DA0, symBinAddr: 0x512A0, symSize: 0x70 } + - { offsetInCU: 0xD57, offset: 0x10CEA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfD', symObjAddr: 0x1E10, symBinAddr: 0x51310, symSize: 0x20 } + - { offsetInCU: 0xD84, offset: 0x10CED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1E50, symBinAddr: 0x51350, symSize: 0x360 } + - { offsetInCU: 0xDDB, offset: 0x10CF2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x21B0, symBinAddr: 0x516B0, symSize: 0x50 } + - { offsetInCU: 0xE13, offset: 0x10CF64, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2200, symBinAddr: 0x51700, symSize: 0x20 } + - { offsetInCU: 0xE45, offset: 0x10CF96, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2320, symBinAddr: 0x51750, symSize: 0x20 } + - { offsetInCU: 0xE86, offset: 0x10CFD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x2340, symBinAddr: 0x51770, symSize: 0x20 } + - { offsetInCU: 0xEC7, offset: 0x10D018, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x2360, symBinAddr: 0x51790, symSize: 0x20 } + - { offsetInCU: 0xF08, offset: 0x10D059, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2380, symBinAddr: 0x517B0, symSize: 0x20 } + - { offsetInCU: 0xF49, offset: 0x10D09A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x23A0, symBinAddr: 0x517D0, symSize: 0x20 } + - { offsetInCU: 0xF8A, offset: 0x10D0DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x23C0, symBinAddr: 0x517F0, symSize: 0x20 } + - { offsetInCU: 0x1063, offset: 0x10D1B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC7defaultACvgZTf4d_n', symObjAddr: 0x28A0, symBinAddr: 0x51C40, symSize: 0x1B0 } + - { offsetInCU: 0x11E7, offset: 0x10D338, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCMa', symObjAddr: 0x1E30, symBinAddr: 0x51330, symSize: 0x20 } + - { offsetInCU: 0x11FB, offset: 0x10D34C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x2290, symBinAddr: 0x51720, symSize: 0x30 } + - { offsetInCU: 0x1368, offset: 0x10D4B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x25C0, symBinAddr: 0x519F0, symSize: 0x30 } + - { offsetInCU: 0x13A8, offset: 0x10D4F9, size: 0x8, addend: 0x0, symName: '_$sypSgWOb', symObjAddr: 0x2AB0, symBinAddr: 0x51E20, symSize: 0x40 } + - { offsetInCU: 0x13BC, offset: 0x10D50D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwet', symObjAddr: 0x2B10, symBinAddr: 0x51E60, symSize: 0x80 } + - { offsetInCU: 0x13D0, offset: 0x10D521, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwst', symObjAddr: 0x2B90, symBinAddr: 0x51EE0, symSize: 0xD0 } + - { offsetInCU: 0x13E4, offset: 0x10D535, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwug', symObjAddr: 0x2C60, symBinAddr: 0x51FB0, symSize: 0x10 } + - { offsetInCU: 0x13F8, offset: 0x10D549, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwup', symObjAddr: 0x2C70, symBinAddr: 0x51FC0, symSize: 0x10 } + - { offsetInCU: 0x140C, offset: 0x10D55D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwui', symObjAddr: 0x2C80, symBinAddr: 0x51FD0, symSize: 0x10 } + - { offsetInCU: 0x1420, offset: 0x10D571, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOMa', symObjAddr: 0x2C90, symBinAddr: 0x51FE0, symSize: 0x10 } + - { offsetInCU: 0x1434, offset: 0x10D585, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwet', symObjAddr: 0x2CA0, symBinAddr: 0x51FF0, symSize: 0x80 } + - { offsetInCU: 0x1448, offset: 0x10D599, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwst', symObjAddr: 0x2D20, symBinAddr: 0x52070, symSize: 0xD0 } + - { offsetInCU: 0x145C, offset: 0x10D5AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwup', symObjAddr: 0x2DF0, symBinAddr: 0x52140, symSize: 0x10 } + - { offsetInCU: 0x1470, offset: 0x10D5C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOMa', symObjAddr: 0x2E00, symBinAddr: 0x52150, symSize: 0x10 } + - { offsetInCU: 0x1484, offset: 0x10D5D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASQWb', symObjAddr: 0x2E10, symBinAddr: 0x52160, symSize: 0x10 } + - { offsetInCU: 0x1498, offset: 0x10D5E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAESQAAWl', symObjAddr: 0x2E20, symBinAddr: 0x52170, symSize: 0x30 } + - { offsetInCU: 0x14AC, offset: 0x10D5FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASQWb', symObjAddr: 0x2E50, symBinAddr: 0x521A0, symSize: 0x10 } + - { offsetInCU: 0x14C0, offset: 0x10D611, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAESQAAWl', symObjAddr: 0x2E60, symBinAddr: 0x521B0, symSize: 0x30 } + - { offsetInCU: 0x14D4, offset: 0x10D625, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2E90, symBinAddr: 0x521E0, symSize: 0x10 } + - { offsetInCU: 0x14E8, offset: 0x10D639, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2EA0, symBinAddr: 0x521F0, symSize: 0x30 } + - { offsetInCU: 0x14FC, offset: 0x10D64D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2ED0, symBinAddr: 0x52220, symSize: 0x10 } + - { offsetInCU: 0x1510, offset: 0x10D661, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2EE0, symBinAddr: 0x52230, symSize: 0x30 } + - { offsetInCU: 0x1524, offset: 0x10D675, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2F10, symBinAddr: 0x52260, symSize: 0x10 } + - { offsetInCU: 0x1538, offset: 0x10D689, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2F20, symBinAddr: 0x52270, symSize: 0x30 } + - { offsetInCU: 0x154C, offset: 0x10D69D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2F50, symBinAddr: 0x522A0, symSize: 0x10 } + - { offsetInCU: 0x1560, offset: 0x10D6B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2F60, symBinAddr: 0x522B0, symSize: 0x30 } + - { offsetInCU: 0x15B9, offset: 0x10D70A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1990, symBinAddr: 0x50E90, symSize: 0x80 } + - { offsetInCU: 0x1688, offset: 0x10D7D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1A10, symBinAddr: 0x50F10, symSize: 0x50 } + - { offsetInCU: 0x1706, offset: 0x10D857, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A60, symBinAddr: 0x50F60, symSize: 0x30 } + - { offsetInCU: 0x1758, offset: 0x10D8A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1A90, symBinAddr: 0x50F90, symSize: 0x50 } + - { offsetInCU: 0x17BB, offset: 0x10D90C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1BB0, symBinAddr: 0x510B0, symSize: 0x20 } + - { offsetInCU: 0x17D7, offset: 0x10D928, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1BD0, symBinAddr: 0x510D0, symSize: 0x20 } + - { offsetInCU: 0x17F3, offset: 0x10D944, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1BF0, symBinAddr: 0x510F0, symSize: 0x10 } + - { offsetInCU: 0x180F, offset: 0x10D960, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1C00, symBinAddr: 0x51100, symSize: 0x10 } + - { offsetInCU: 0x182B, offset: 0x10D97C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C10, symBinAddr: 0x51110, symSize: 0x10 } + - { offsetInCU: 0x1847, offset: 0x10D998, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1C20, symBinAddr: 0x51120, symSize: 0x10 } + - { offsetInCU: 0x186A, offset: 0x10D9BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1D60, symBinAddr: 0x51260, symSize: 0x20 } + - { offsetInCU: 0x1886, offset: 0x10D9D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1D80, symBinAddr: 0x51280, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x10DCE2, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x52350, symSize: 0x140 } + - { offsetInCU: 0x81, offset: 0x10DD38, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x52350, symSize: 0x140 } + - { offsetInCU: 0x20D, offset: 0x10DEC4, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0x140, symBinAddr: 0x52490, symSize: 0x90 } + - { offsetInCU: 0x318, offset: 0x10DFCF, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE10SolveCubic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A3CtFZTf4nnnnd_n', symObjAddr: 0x1D0, symBinAddr: 0x52520, symSize: 0x35A } + - { offsetInCU: 0x27, offset: 0x10E465, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x52880, symSize: 0x9C } + - { offsetInCU: 0x3F, offset: 0x10E47D, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x52880, symSize: 0x9C } + - { offsetInCU: 0x1C6, offset: 0x10E825, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeC11applyEffect2toySo7CALayerC_tF', symObjAddr: 0x0, symBinAddr: 0x52920, symSize: 0x240 } + - { offsetInCU: 0x442, offset: 0x10EAA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCfD', symObjAddr: 0x240, symBinAddr: 0x52B60, symSize: 0x20 } + - { offsetInCU: 0x48E, offset: 0x10EAED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCMa', symObjAddr: 0x260, symBinAddr: 0x52B80, symSize: 0x20 } + - { offsetInCU: 0x59B, offset: 0x10EBFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesC5modelAcA0bC5Model_p_tcfc', symObjAddr: 0x280, symBinAddr: 0x52BA0, symSize: 0x9B0 } + - { offsetInCU: 0x98F, offset: 0x10EFEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfd', symObjAddr: 0xC30, symBinAddr: 0x53550, symSize: 0x50 } + - { offsetInCU: 0x9BC, offset: 0x10F01B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfD', symObjAddr: 0xC80, symBinAddr: 0x535A0, symSize: 0x20 } + - { offsetInCU: 0x9F8, offset: 0x10F057, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0xCC0, symBinAddr: 0x535E0, symSize: 0x20 } + - { offsetInCU: 0xA2B, offset: 0x10F08A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCMa', symObjAddr: 0xCA0, symBinAddr: 0x535C0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x10F34B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x53820, symSize: 0xB0 } + - { offsetInCU: 0xCA, offset: 0x10F3EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x53820, symSize: 0xB0 } + - { offsetInCU: 0x121, offset: 0x10F445, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xB0, symBinAddr: 0x538D0, symSize: 0xA0 } + - { offsetInCU: 0x193, offset: 0x10F4B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfD', symObjAddr: 0x170, symBinAddr: 0x53990, symSize: 0x40 } + - { offsetInCU: 0x1F4, offset: 0x10F518, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x539F0, symSize: 0x10 } + - { offsetInCU: 0x210, offset: 0x10F534, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x1E0, symBinAddr: 0x53A00, symSize: 0x10 } + - { offsetInCU: 0x256, offset: 0x10F57A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x1F0, symBinAddr: 0x53A10, symSize: 0x70 } + - { offsetInCU: 0x2DC, offset: 0x10F600, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x260, symBinAddr: 0x53A80, symSize: 0x10 } + - { offsetInCU: 0x2F8, offset: 0x10F61C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x270, symBinAddr: 0x53A90, symSize: 0x20 } + - { offsetInCU: 0x314, offset: 0x10F638, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6parentAcA10NodeOutput_pSg_tcfcTf4ng_n', symObjAddr: 0x3A0, symBinAddr: 0x53AF0, symSize: 0x1A0 } + - { offsetInCU: 0x4D2, offset: 0x10F7F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfE', symObjAddr: 0x150, symBinAddr: 0x53970, symSize: 0x20 } + - { offsetInCU: 0x4FF, offset: 0x10F823, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCMa', symObjAddr: 0x1B0, symBinAddr: 0x539D0, symSize: 0x20 } + - { offsetInCU: 0x5A3, offset: 0x10F8C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOc', symObjAddr: 0x290, symBinAddr: 0x53AB0, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x10FBEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x53C90, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x10FC07, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x53C90, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x10FC1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMr', symObjAddr: 0x10, symBinAddr: 0x53CA0, symSize: 0x60 } + - { offsetInCU: 0x81, offset: 0x10FC45, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableA2aEP6sizingAA0B30UIMeasurementContainerStrategyOvgTW', symObjAddr: 0x70, symBinAddr: 0x53D00, symSize: 0x10 } + - { offsetInCU: 0xE6, offset: 0x10FCAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP04makeC07context0C4TypeQzAE0cE7ContextVyxG_tFTW', symObjAddr: 0x80, symBinAddr: 0x53D10, symSize: 0x10 } + - { offsetInCU: 0x118, offset: 0x10FCDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP06updateC0_7contexty0C4TypeQz_AE0cE7ContextVyxGtFTW', symObjAddr: 0x90, symBinAddr: 0x53D20, symSize: 0x10 } + - { offsetInCU: 0x18C, offset: 0x10FD50, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV06updateC0_7contextyAA0B22UIMeasurementContainerCyxG_0B2UI0C20RepresentableContextVyACyxq_GGtF', symObjAddr: 0xA0, symBinAddr: 0x53D30, symSize: 0x2C0 } + - { offsetInCU: 0x2CC, offset: 0x10FE90, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP15makeCoordinator0G0QzyFTW', symObjAddr: 0x370, symBinAddr: 0x54000, symSize: 0x20 } + - { offsetInCU: 0x303, offset: 0x10FEC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCfd', symObjAddr: 0x670, symBinAddr: 0x54300, symSize: 0x20 } + - { offsetInCU: 0x352, offset: 0x10FF16, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCfD', symObjAddr: 0x690, symBinAddr: 0x54320, symSize: 0x30 } + - { offsetInCU: 0x3E9, offset: 0x10FFAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorC7storageAEyxq__Gq__tc33_FF3F5C8F1A6E8A535DE5371260E28007LlfCTf4gn_n', symObjAddr: 0x15E0, symBinAddr: 0x55270, symSize: 0x70 } + - { offsetInCU: 0x44F, offset: 0x110013, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV15makeCoordinatorAC0E0Cyxq__GyF', symObjAddr: 0x390, symBinAddr: 0x54020, symSize: 0x30 } + - { offsetInCU: 0x4BE, offset: 0x110082, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP12sizeThatFits_6uiView7contextSo6CGSizeVSgAE08ProposedJ4SizeV_0C4TypeQzAE0cE7ContextVyxGtFTW', symObjAddr: 0x3D0, symBinAddr: 0x54060, symSize: 0x80 } + - { offsetInCU: 0x4F0, offset: 0x1100B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideSizeThatFits_2in6uiViewySo6CGSizeVz_AE09_ProposedG0V0C4TypeQztFTW', symObjAddr: 0x450, symBinAddr: 0x540E0, symSize: 0x50 } + - { offsetInCU: 0x518, offset: 0x1100DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextV10oldStorage017viewRepresentableE09containerAEyxq__Gq__0B2UI0ciE0VyACyxq_GGAA0B22UIMeasurementContainerCyxGtcfC', symObjAddr: 0x5B0, symBinAddr: 0x54240, symSize: 0xC0 } + - { offsetInCU: 0x554, offset: 0x110118, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMa', symObjAddr: 0x6C0, symBinAddr: 0x54350, symSize: 0x10 } + - { offsetInCU: 0x568, offset: 0x11012C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMi', symObjAddr: 0x6D0, symBinAddr: 0x54360, symSize: 0x10 } + - { offsetInCU: 0x57C, offset: 0x110140, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMr', symObjAddr: 0x6E0, symBinAddr: 0x54370, symSize: 0xD0 } + - { offsetInCU: 0x590, offset: 0x110154, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwCP', symObjAddr: 0x7B0, symBinAddr: 0x54440, symSize: 0xD0 } + - { offsetInCU: 0x5A4, offset: 0x110168, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMa', symObjAddr: 0x880, symBinAddr: 0x54510, symSize: 0x10 } + - { offsetInCU: 0x5B8, offset: 0x11017C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwxx', symObjAddr: 0x890, symBinAddr: 0x54520, symSize: 0x80 } + - { offsetInCU: 0x5CC, offset: 0x110190, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwcp', symObjAddr: 0x910, symBinAddr: 0x545A0, symSize: 0xA0 } + - { offsetInCU: 0x5E0, offset: 0x1101A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwca', symObjAddr: 0x9B0, symBinAddr: 0x54640, symSize: 0xB0 } + - { offsetInCU: 0x5F4, offset: 0x1101B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwtk', symObjAddr: 0xA60, symBinAddr: 0x546F0, symSize: 0xA0 } + - { offsetInCU: 0x608, offset: 0x1101CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwta', symObjAddr: 0xB00, symBinAddr: 0x54790, symSize: 0xA0 } + - { offsetInCU: 0x61C, offset: 0x1101E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwet', symObjAddr: 0xBA0, symBinAddr: 0x54830, symSize: 0x20 } + - { offsetInCU: 0x630, offset: 0x1101F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwst', symObjAddr: 0xC90, symBinAddr: 0x54920, symSize: 0x20 } + - { offsetInCU: 0x644, offset: 0x110208, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMa', symObjAddr: 0xD70, symBinAddr: 0x54A00, symSize: 0x10 } + - { offsetInCU: 0x658, offset: 0x11021C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMi', symObjAddr: 0xD80, symBinAddr: 0x54A10, symSize: 0x10 } + - { offsetInCU: 0x66C, offset: 0x110230, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMr', symObjAddr: 0xD90, symBinAddr: 0x54A20, symSize: 0x90 } + - { offsetInCU: 0x680, offset: 0x110244, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwCP', symObjAddr: 0xE20, symBinAddr: 0x54AB0, symSize: 0xF0 } + - { offsetInCU: 0x694, offset: 0x110258, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwxx', symObjAddr: 0xF10, symBinAddr: 0x54BA0, symSize: 0x60 } + - { offsetInCU: 0x6A8, offset: 0x11026C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwcp', symObjAddr: 0xF70, symBinAddr: 0x54C00, symSize: 0xA0 } + - { offsetInCU: 0x6BC, offset: 0x110280, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwca', symObjAddr: 0x1010, symBinAddr: 0x54CA0, symSize: 0xC0 } + - { offsetInCU: 0x6D0, offset: 0x110294, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwtk', symObjAddr: 0x10D0, symBinAddr: 0x54D60, symSize: 0x80 } + - { offsetInCU: 0x6E4, offset: 0x1102A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwta', symObjAddr: 0x1150, symBinAddr: 0x54DE0, symSize: 0xB0 } + - { offsetInCU: 0x6F8, offset: 0x1102BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwet', symObjAddr: 0x1200, symBinAddr: 0x54E90, symSize: 0x140 } + - { offsetInCU: 0x70C, offset: 0x1102D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwst', symObjAddr: 0x1340, symBinAddr: 0x54FD0, symSize: 0x1B0 } + - { offsetInCU: 0x720, offset: 0x1102E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AA20ConfigurationContextAaEP_AA13ViewProvidingPWT', symObjAddr: 0x14F0, symBinAddr: 0x55180, symSize: 0x20 } + - { offsetInCU: 0x734, offset: 0x1102F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AAWI', symObjAddr: 0x1510, symBinAddr: 0x551A0, symSize: 0x20 } + - { offsetInCU: 0x748, offset: 0x11030C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableAAWI', symObjAddr: 0x1530, symBinAddr: 0x551C0, symSize: 0x20 } + - { offsetInCU: 0x75C, offset: 0x110320, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaE4ViewPWb', symObjAddr: 0x1550, symBinAddr: 0x551E0, symSize: 0x20 } + - { offsetInCU: 0x770, offset: 0x110334, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAA4BodyAeFP_AHWT', symObjAddr: 0x1570, symBinAddr: 0x55200, symSize: 0x10 } + - { offsetInCU: 0x784, offset: 0x110348, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV04makeC07contextAA0B22UIMeasurementContainerCyxG0B2UI0C20RepresentableContextVyACyxq_GG_tFTf4dn_n', symObjAddr: 0x1580, symBinAddr: 0x55210, symSize: 0x60 } + - { offsetInCU: 0x853, offset: 0x110417, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP09dismantleC0_11coordinatory0C4TypeQz_11CoordinatorQztFZTW', symObjAddr: 0x360, symBinAddr: 0x53FF0, symSize: 0x10 } + - { offsetInCU: 0x86F, offset: 0x110433, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP19_identifiedViewTree2inAE011_IdentifiedgH0O0C4TypeQz_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x54050, symSize: 0x10 } + - { offsetInCU: 0x88B, offset: 0x11044F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideLayoutTraits_3foryAE01_gH0Vz_0C4TypeQztFTW', symObjAddr: 0x4A0, symBinAddr: 0x54130, symSize: 0x10 } + - { offsetInCU: 0x8A7, offset: 0x11046B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP24_modifyBridgedViewInputsyyAE01_hI0VzFZTW', symObjAddr: 0x4B0, symBinAddr: 0x54140, symSize: 0x10 } + - { offsetInCU: 0x8C3, offset: 0x110487, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP14_layoutOptionsyAE013_PlatformViewe6LayoutG0V0C4TypeQzFZTW', symObjAddr: 0x4C0, symBinAddr: 0x54150, symSize: 0x10 } + - { offsetInCU: 0x8DF, offset: 0x1104A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE04view6inputsAE01_E7OutputsVAE11_GraphValueVyxG_AE01_E6InputsVtFZTW', symObjAddr: 0x4D0, symBinAddr: 0x54160, symSize: 0x50 } + - { offsetInCU: 0x8FB, offset: 0x1104BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE4List4view6inputsAE01_eG7OutputsVAE11_GraphValueVyxG_AE01_eG6InputsVtFZTW', symObjAddr: 0x520, symBinAddr: 0x541B0, symSize: 0x50 } + - { offsetInCU: 0x917, offset: 0x1104DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP14_viewListCount6inputsSiSgAE01_egH6InputsV_tFZTW', symObjAddr: 0x570, symBinAddr: 0x54200, symSize: 0x10 } + - { offsetInCU: 0x933, offset: 0x1104F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP4body4BodyQzvgTW', symObjAddr: 0x580, symBinAddr: 0x54210, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x1106ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x552E0, symSize: 0x60 } + - { offsetInCU: 0x7C, offset: 0x11071A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfD', symObjAddr: 0x60, symBinAddr: 0x55340, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x110756, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x55380, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x110797, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xC0, symBinAddr: 0x553A0, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x1107D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xF0, symBinAddr: 0x553D0, symSize: 0x20 } + - { offsetInCU: 0x17B, offset: 0x110819, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x110, symBinAddr: 0x553F0, symSize: 0x20 } + - { offsetInCU: 0x1AD, offset: 0x11084B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesC4starAcA4StarC_tcfcTf4gn_n', symObjAddr: 0x1590, symBinAddr: 0x56830, symSize: 0x550 } + - { offsetInCU: 0x574, offset: 0x110C12, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x55360, symSize: 0x20 } + - { offsetInCU: 0x6B4, offset: 0x110D52, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x130, symBinAddr: 0x55410, symSize: 0x130 } + - { offsetInCU: 0x873, offset: 0x110F11, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCfD', symObjAddr: 0x260, symBinAddr: 0x55540, symSize: 0x40 } + - { offsetInCU: 0x8D4, offset: 0x110F72, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x2C0, symBinAddr: 0x555A0, symSize: 0x40 } + - { offsetInCU: 0x91E, offset: 0x110FBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x300, symBinAddr: 0x555E0, symSize: 0x30 } + - { offsetInCU: 0x950, offset: 0x110FEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x330, symBinAddr: 0x55610, symSize: 0x10 } + - { offsetInCU: 0x96C, offset: 0x11100A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x340, symBinAddr: 0x55620, symSize: 0x10 } + - { offsetInCU: 0x9D0, offset: 0x11106E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x350, symBinAddr: 0x55630, symSize: 0x20 } + - { offsetInCU: 0xA32, offset: 0x1110D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x370, symBinAddr: 0x55650, symSize: 0x10 } + - { offsetInCU: 0xA5D, offset: 0x1110FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x380, symBinAddr: 0x55660, symSize: 0x10 } + - { offsetInCU: 0xA8F, offset: 0x11112D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x390, symBinAddr: 0x55670, symSize: 0x10 } + - { offsetInCU: 0xABA, offset: 0x111158, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x3A0, symBinAddr: 0x55680, symSize: 0x10 } + - { offsetInCU: 0xAFB, offset: 0x111199, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x3B0, symBinAddr: 0x55690, symSize: 0x10 } + - { offsetInCU: 0xB3C, offset: 0x1111DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x3C0, symBinAddr: 0x556A0, symSize: 0x20 } + - { offsetInCU: 0xB7D, offset: 0x11121B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x3E0, symBinAddr: 0x556C0, symSize: 0x20 } + - { offsetInCU: 0xBAF, offset: 0x11124D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC06parentC04starAcA08AnimatorC0_pSg_AA4StarCtcfcTf4ngn_n', symObjAddr: 0x1AE0, symBinAddr: 0x56D80, symSize: 0x130 } + - { offsetInCU: 0xC69, offset: 0x111307, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCMa', symObjAddr: 0x2A0, symBinAddr: 0x55580, symSize: 0x20 } + - { offsetInCU: 0xF99, offset: 0x111637, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x880, symBinAddr: 0x55B60, symSize: 0x20 } + - { offsetInCU: 0xFD1, offset: 0x11166F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay6Lottie14ShapeItemLayerC0I0VG8grouping_AISg17trailingSeparatort_Tg5', symObjAddr: 0x8A0, symBinAddr: 0x55B80, symSize: 0x20 } + - { offsetInCU: 0x1009, offset: 0x1116A7, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo13CATransform3DV_Tg5', symObjAddr: 0x8C0, symBinAddr: 0x55BA0, symSize: 0x20 } + - { offsetInCU: 0x1041, offset: 0x1116DF, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x8E0, symBinAddr: 0x55BC0, symSize: 0x20 } + - { offsetInCU: 0x1079, offset: 0x111717, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo7CGPointV_Tg5', symObjAddr: 0x900, symBinAddr: 0x55BE0, symSize: 0x20 } + - { offsetInCU: 0x10B1, offset: 0x11174F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSb_Tg5', symObjAddr: 0x920, symBinAddr: 0x55C00, symSize: 0x20 } + - { offsetInCU: 0x10E9, offset: 0x111787, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo6CGSizeV_Tg5', symObjAddr: 0x960, symBinAddr: 0x55C40, symSize: 0x20 } + - { offsetInCU: 0x1121, offset: 0x1117BF, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x9A0, symBinAddr: 0x55C80, symSize: 0x20 } + - { offsetInCU: 0x1159, offset: 0x1117F7, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x9C0, symBinAddr: 0x55CA0, symSize: 0x20 } + - { offsetInCU: 0x1191, offset: 0x11182F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11CurveVertexV_Tg5', symObjAddr: 0xA80, symBinAddr: 0x55D60, symSize: 0x20 } + - { offsetInCU: 0x11C9, offset: 0x111867, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11PathElementV_Tg5', symObjAddr: 0xAA0, symBinAddr: 0x55D80, symSize: 0x20 } + - { offsetInCU: 0x1201, offset: 0x11189F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV5start_AG3endt_Tg5', symObjAddr: 0xAC0, symBinAddr: 0x55DA0, symSize: 0x20 } + - { offsetInCU: 0x1239, offset: 0x1118D7, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16AnimationKeypathV7keypath_AE16AnyValueProvider_p05valueM0t_Tg5', symObjAddr: 0xAE0, symBinAddr: 0x55DC0, symSize: 0x20 } + - { offsetInCU: 0x1271, offset: 0x11190F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSS_Tg5', symObjAddr: 0xB00, symBinAddr: 0x55DE0, symSize: 0x20 } + - { offsetInCU: 0x1596, offset: 0x111C34, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7polygon8position14numberOfPoints11outerRadius0I11Roundedness8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA3oA0C9DirectionOtFZTf4nnnnnnd_n', symObjAddr: 0xB20, symBinAddr: 0x55E00, symSize: 0xA30 } + - { offsetInCU: 0x23F0, offset: 0x112A8E, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x400, symBinAddr: 0x556E0, symSize: 0x340 } + - { offsetInCU: 0x271B, offset: 0x112DB9, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFSay6Lottie11CurveVertexVG_Tg5', symObjAddr: 0x740, symBinAddr: 0x55A20, symSize: 0x140 } + - { offsetInCU: 0x1EB, offset: 0x113551, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE03logB5IssueyySSKFAA21LayerAnimationContextV_TB5', symObjAddr: 0x0, symBinAddr: 0x56EB0, symSize: 0x2D0 } + - { offsetInCU: 0x501, offset: 0x113867, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5coderAESgSo7NSCoderC_tcfcTo', symObjAddr: 0x1630, symBinAddr: 0x584E0, symSize: 0x50 } + - { offsetInCU: 0x548, offset: 0x1138AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5layerAEyp_tcfc', symObjAddr: 0x1680, symBinAddr: 0x58530, symSize: 0x1D0 } + - { offsetInCU: 0x629, offset: 0x11398F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAEycfcTo', symObjAddr: 0x18C0, symBinAddr: 0x58770, symSize: 0x30 } + - { offsetInCU: 0x6BB, offset: 0x113A21, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x2D0, symBinAddr: 0x57180, symSize: 0x5C0 } + - { offsetInCU: 0xBC7, offset: 0x113F2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x890, symBinAddr: 0x57740, symSize: 0x50 } + - { offsetInCU: 0xC0E, offset: 0x113F74, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x8E0, symBinAddr: 0x57790, symSize: 0x1D0 } + - { offsetInCU: 0xCD1, offset: 0x114037, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyF', symObjAddr: 0xAD0, symBinAddr: 0x57980, symSize: 0x260 } + - { offsetInCU: 0xED1, offset: 0x114237, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyFTo', symObjAddr: 0xD30, symBinAddr: 0x57BE0, symSize: 0x30 } + - { offsetInCU: 0xF0B, offset: 0x114271, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCACycfcTo', symObjAddr: 0xD60, symBinAddr: 0x57C10, symSize: 0x30 } + - { offsetInCU: 0x11A3, offset: 0x114509, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCfETo', symObjAddr: 0xDA0, symBinAddr: 0x57C50, symSize: 0x20 } + - { offsetInCU: 0x11D2, offset: 0x114538, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCMa', symObjAddr: 0xDC0, symBinAddr: 0x57C70, symSize: 0x20 } + - { offsetInCU: 0x11E6, offset: 0x11454C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xDE0, symBinAddr: 0x57C90, symSize: 0x2B0 } + - { offsetInCU: 0x18CC, offset: 0x114C32, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x1090, symBinAddr: 0x57F40, symSize: 0x590 } + - { offsetInCU: 0x1D81, offset: 0x1150E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_', symObjAddr: 0x1970, symBinAddr: 0x58820, symSize: 0x90 } + - { offsetInCU: 0x1DE0, offset: 0x115146, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCAA09AnimationD0A2aDP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x1620, symBinAddr: 0x584D0, symSize: 0x10 } + - { offsetInCU: 0x1E03, offset: 0x115169, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CfETo', symObjAddr: 0x1930, symBinAddr: 0x587E0, symSize: 0x20 } + - { offsetInCU: 0x1E32, offset: 0x115198, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CMa', symObjAddr: 0x1950, symBinAddr: 0x58800, symSize: 0x20 } + - { offsetInCU: 0x1E46, offset: 0x1151AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAA09AnimationD0A2aFP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x1A00, symBinAddr: 0x588B0, symSize: 0x10 } + - { offsetInCU: 0x1EEF, offset: 0x115255, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_So13CATransform3DV_Tg5Tf4nxnn_n', symObjAddr: 0x4000, symBinAddr: 0x5AD90, symSize: 0x280 } + - { offsetInCU: 0x2015, offset: 0x11537B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_12CoreGraphics7CGFloatV_Tg5Tf4nxnn_n', symObjAddr: 0x4280, symBinAddr: 0x5B010, symSize: 0x1B0 } + - { offsetInCU: 0x214C, offset: 0x1154B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_Sb_Tg5Tf4nxnn_n', symObjAddr: 0x4430, symBinAddr: 0x5B1C0, symSize: 0x1B0 } + - { offsetInCU: 0x22B4, offset: 0x11561A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_TA', symObjAddr: 0x20F0, symBinAddr: 0x58FA0, symSize: 0x10 } + - { offsetInCU: 0x22EE, offset: 0x115654, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5', symObjAddr: 0x2140, symBinAddr: 0x58FB0, symSize: 0xA0 } + - { offsetInCU: 0x243A, offset: 0x1157A0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo13CATransform3DV_TB5Tf4xnd_n', symObjAddr: 0x21E0, symBinAddr: 0x59050, symSize: 0x440 } + - { offsetInCU: 0x26F8, offset: 0x115A5E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo7CGPointV_TB5Tf4xnd_n', symObjAddr: 0x2620, symBinAddr: 0x59490, symSize: 0x310 } + - { offsetInCU: 0x29B6, offset: 0x115D1C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlF12CoreGraphics7CGFloatV_TB5Tf4xnd_n', symObjAddr: 0x2930, symBinAddr: 0x597A0, symSize: 0x310 } + - { offsetInCU: 0x2C80, offset: 0x115FE6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSb_TB5Tf4xnd_n', symObjAddr: 0x2C40, symBinAddr: 0x59AB0, symSize: 0x300 } + - { offsetInCU: 0x2F3E, offset: 0x1162A4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo10CGColorRefa_TB5Tf4xnd_n', symObjAddr: 0x2F40, symBinAddr: 0x59DB0, symSize: 0x2D0 } + - { offsetInCU: 0x31DA, offset: 0x116540, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo6CGSizeV_TB5Tf4xnd_n', symObjAddr: 0x3210, symBinAddr: 0x5A080, symSize: 0x310 } + - { offsetInCU: 0x344B, offset: 0x1167B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x3590, symBinAddr: 0x5A3C0, symSize: 0x10 } + - { offsetInCU: 0x34AC, offset: 0x116812, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo9CGPathRefa_TB5Tf4xnd_n', symObjAddr: 0x35A0, symBinAddr: 0x5A3D0, symSize: 0x2D0 } + - { offsetInCU: 0x3748, offset: 0x116AAE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSaySo10CGColorRefaG_TB5Tf4xnd_n', symObjAddr: 0x3870, symBinAddr: 0x5A6A0, symSize: 0x330 } + - { offsetInCU: 0x3A0E, offset: 0x116D74, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSay12CoreGraphics7CGFloatVG_TB5Tf4xnd_n', symObjAddr: 0x3BA0, symBinAddr: 0x5A9D0, symSize: 0x330 } + - { offsetInCU: 0x3C87, offset: 0x116FED, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tSgWOh', symObjAddr: 0x3ED0, symBinAddr: 0x5AD00, symSize: 0x30 } + - { offsetInCU: 0x3D25, offset: 0x11708B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So9CGPathRefa_Tg5TA', symObjAddr: 0x4780, symBinAddr: 0x5B510, symSize: 0x30 } + - { offsetInCU: 0x3D39, offset: 0x11709F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x47B0, symBinAddr: 0x5B540, symSize: 0x20 } + - { offsetInCU: 0x3D4D, offset: 0x1170B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOr', symObjAddr: 0x4800, symBinAddr: 0x5B590, symSize: 0x20 } + - { offsetInCU: 0x3D61, offset: 0x1170C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOs', symObjAddr: 0x4820, symBinAddr: 0x5B5B0, symSize: 0x20 } + - { offsetInCU: 0x3D75, offset: 0x1170DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4840, symBinAddr: 0x5B5D0, symSize: 0x20 } + - { offsetInCU: 0x3D89, offset: 0x1170EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4860, symBinAddr: 0x5B5F0, symSize: 0x20 } + - { offsetInCU: 0x3D9D, offset: 0x117103, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOc', symObjAddr: 0x48E0, symBinAddr: 0x5B610, symSize: 0x40 } + - { offsetInCU: 0x3DB1, offset: 0x117117, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x49B0, symBinAddr: 0x5B6E0, symSize: 0x30 } + - { offsetInCU: 0x3DC5, offset: 0x11712B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x4A60, symBinAddr: 0x5B790, symSize: 0x30 } + - { offsetInCU: 0x3DD9, offset: 0x11713F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So7CGPointV_Tg5TA', symObjAddr: 0x4AC0, symBinAddr: 0x5B7F0, symSize: 0x30 } + - { offsetInCU: 0x3DED, offset: 0x117153, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Say12CoreGraphics7CGFloatVG_Tg5TA', symObjAddr: 0x4B20, symBinAddr: 0x5B850, symSize: 0x30 } + - { offsetInCU: 0x3E01, offset: 0x117167, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_SaySo10CGColorRefaG_Tg5TA', symObjAddr: 0x4D20, symBinAddr: 0x5BA50, symSize: 0x40 } + - { offsetInCU: 0x3E15, offset: 0x11717B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So13CATransform3DV_Tg5TA', symObjAddr: 0x4D80, symBinAddr: 0x5BAB0, symSize: 0x30 } + - { offsetInCU: 0x3E29, offset: 0x11718F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So6CGSizeV_Tg5TA', symObjAddr: 0x4E10, symBinAddr: 0x5BB10, symSize: 0x30 } + - { offsetInCU: 0x3E3D, offset: 0x1171A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Sb_Tg5TA', symObjAddr: 0x4E60, symBinAddr: 0x5BB60, symSize: 0x30 } + - { offsetInCU: 0x4227, offset: 0x11758D, size: 0x8, addend: 0x0, symName: '_$sSKsE4last5where7ElementQzSgSbADKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AF16AnyValueProvider_p05valueJ0tG_Tg5011$s6Lottie18ij74StoreC05valueC033_4EC701FB5E0978BECCD084F684086AE8LL3forAA03AnybC0_pSgAA16eF20V_tFSbAJ_AaG_ptXEfU_AHTf1ncn_n', symObjAddr: 0x2040, symBinAddr: 0x58EF0, symSize: 0xB0 } + - { offsetInCU: 0x60, offset: 0x117CD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x5BC10, symSize: 0x90 } + - { offsetInCU: 0x9C, offset: 0x117D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvg', symObjAddr: 0x90, symBinAddr: 0x5BCA0, symSize: 0x1B0 } + - { offsetInCU: 0x1B9, offset: 0x117E2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x240, symBinAddr: 0x5BE50, symSize: 0xF0 } + - { offsetInCU: 0x264, offset: 0x117ED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x330, symBinAddr: 0x5BF40, symSize: 0x160 } + - { offsetInCU: 0x3E3, offset: 0x118058, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x490, symBinAddr: 0x5C0A0, symSize: 0xE0 } + - { offsetInCU: 0x4F6, offset: 0x11816B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x570, symBinAddr: 0x5C180, symSize: 0x60 } + - { offsetInCU: 0x57C, offset: 0x1181F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x5D0, symBinAddr: 0x5C1E0, symSize: 0x1B0 } + - { offsetInCU: 0x6C8, offset: 0x11833D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x780, symBinAddr: 0x5C390, symSize: 0x150 } + - { offsetInCU: 0x790, offset: 0x118405, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF', symObjAddr: 0x8D0, symBinAddr: 0x5C4E0, symSize: 0x1C0 } + - { offsetInCU: 0x8F3, offset: 0x118568, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_', symObjAddr: 0xA90, symBinAddr: 0x5C6A0, symSize: 0xC0 } + - { offsetInCU: 0x956, offset: 0x1185CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_', symObjAddr: 0xB50, symBinAddr: 0x5C760, symSize: 0x200 } + - { offsetInCU: 0x9E2, offset: 0x118657, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xF30, symBinAddr: 0x5CB40, symSize: 0x190 } + - { offsetInCU: 0xB4F, offset: 0x1187C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0x10C0, symBinAddr: 0x5CCD0, symSize: 0x450 } + - { offsetInCU: 0xBF7, offset: 0x11886C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x1540, symBinAddr: 0x5D150, symSize: 0x10 } + - { offsetInCU: 0xFAD, offset: 0x118C22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOc', symObjAddr: 0x1580, symBinAddr: 0x5D160, symSize: 0x30 } + - { offsetInCU: 0xFC1, offset: 0x118C36, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x15F0, symBinAddr: 0x5D1A0, symSize: 0x10 } + - { offsetInCU: 0xFD5, offset: 0x118C4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x1690, symBinAddr: 0x5D240, symSize: 0x10 } + - { offsetInCU: 0xFE9, offset: 0x118C5E, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedSwitchCytG_Tg5TA', symObjAddr: 0x16A0, symBinAddr: 0x5D250, symSize: 0x20 } + - { offsetInCU: 0xFFD, offset: 0x118C72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x16C0, symBinAddr: 0x5D270, symSize: 0x20 } + - { offsetInCU: 0x1011, offset: 0x118C86, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1760, symBinAddr: 0x5D2E0, symSize: 0x10 } + - { offsetInCU: 0x1025, offset: 0x118C9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOh', symObjAddr: 0x1790, symBinAddr: 0x5D310, symSize: 0x20 } + - { offsetInCU: 0x1039, offset: 0x118CAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOd', symObjAddr: 0x17B0, symBinAddr: 0x5D330, symSize: 0x30 } + - { offsetInCU: 0x104D, offset: 0x118CC2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGSgWOe', symObjAddr: 0x17E0, symBinAddr: 0x5D360, symSize: 0x30 } + - { offsetInCU: 0x1061, offset: 0x118CD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1820, symBinAddr: 0x5D3A0, symSize: 0x20 } + - { offsetInCU: 0x1075, offset: 0x118CEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1860, symBinAddr: 0x5D3E0, symSize: 0x30 } + - { offsetInCU: 0x1089, offset: 0x118CFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x18B0, symBinAddr: 0x5D430, symSize: 0x30 } + - { offsetInCU: 0x109D, offset: 0x118D12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1950, symBinAddr: 0x5D4D0, symSize: 0x30 } + - { offsetInCU: 0x10B1, offset: 0x118D26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x1980, symBinAddr: 0x5D500, symSize: 0x30 } + - { offsetInCU: 0x10C5, offset: 0x118D3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x19B0, symBinAddr: 0x5D530, symSize: 0x20 } + - { offsetInCU: 0x10D9, offset: 0x118D4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAC7SwiftUI4ViewAAWl', symObjAddr: 0x19D0, symBinAddr: 0x5D550, symSize: 0x30 } + - { offsetInCU: 0x10ED, offset: 0x118D62, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x1A00, symBinAddr: 0x5D580, symSize: 0x20 } + - { offsetInCU: 0x1101, offset: 0x118D76, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwCP', symObjAddr: 0x1A20, symBinAddr: 0x5D5A0, symSize: 0x30 } + - { offsetInCU: 0x1115, offset: 0x118D8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwxx', symObjAddr: 0x1A50, symBinAddr: 0x5D5D0, symSize: 0x70 } + - { offsetInCU: 0x1129, offset: 0x118D9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwcp', symObjAddr: 0x1AC0, symBinAddr: 0x5D640, symSize: 0x140 } + - { offsetInCU: 0x113D, offset: 0x118DB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwca', symObjAddr: 0x1C00, symBinAddr: 0x5D780, symSize: 0x1F0 } + - { offsetInCU: 0x1151, offset: 0x118DC6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGWOh', symObjAddr: 0x1E20, symBinAddr: 0x5D970, symSize: 0x30 } + - { offsetInCU: 0x1165, offset: 0x118DDA, size: 0x8, addend: 0x0, symName: ___swift_memcpy137_8, symObjAddr: 0x1E90, symBinAddr: 0x5D9A0, symSize: 0x10 } + - { offsetInCU: 0x1179, offset: 0x118DEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwta', symObjAddr: 0x1EA0, symBinAddr: 0x5D9B0, symSize: 0x130 } + - { offsetInCU: 0x118D, offset: 0x118E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwet', symObjAddr: 0x1FD0, symBinAddr: 0x5DAE0, symSize: 0x50 } + - { offsetInCU: 0x11A1, offset: 0x118E16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwst', symObjAddr: 0x2020, symBinAddr: 0x5DB30, symSize: 0x70 } + - { offsetInCU: 0x11B5, offset: 0x118E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVMa', symObjAddr: 0x2090, symBinAddr: 0x5DBA0, symSize: 0x10 } + - { offsetInCU: 0x11C9, offset: 0x118E3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_TA', symObjAddr: 0x21B0, symBinAddr: 0x5DC90, symSize: 0x20 } + - { offsetInCU: 0x11DD, offset: 0x118E52, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOe', symObjAddr: 0x21D0, symBinAddr: 0x5DCB0, symSize: 0x20 } + - { offsetInCU: 0x11F1, offset: 0x118E66, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueCMa', symObjAddr: 0x21F0, symBinAddr: 0x5DCD0, symSize: 0x30 } + - { offsetInCU: 0x1205, offset: 0x118E7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_yyScMYccfU_TA', symObjAddr: 0x2270, symBinAddr: 0x5DD50, symSize: 0x50 } + - { offsetInCU: 0x122E, offset: 0x118EA3, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x22C0, symBinAddr: 0x5DDA0, symSize: 0x20 } + - { offsetInCU: 0x1242, offset: 0x118EB7, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x22E0, symBinAddr: 0x5DDC0, symSize: 0x10 } + - { offsetInCU: 0x1256, offset: 0x118ECB, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGMa', symObjAddr: 0x2320, symBinAddr: 0x5DE00, symSize: 0x50 } + - { offsetInCU: 0x134E, offset: 0x118FC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x1510, symBinAddr: 0x5D120, symSize: 0x10 } + - { offsetInCU: 0x136A, offset: 0x118FDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x1520, symBinAddr: 0x5D130, symSize: 0x10 } + - { offsetInCU: 0x1386, offset: 0x118FFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x1530, symBinAddr: 0x5D140, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x119269, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x5DF00, symSize: 0x300 } + - { offsetInCU: 0x89, offset: 0x1192C7, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x5DF00, symSize: 0x300 } + - { offsetInCU: 0x27, offset: 0x1195C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x5E470, symSize: 0x50 } + - { offsetInCU: 0x50, offset: 0x1195EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x5E470, symSize: 0x50 } + - { offsetInCU: 0xAA, offset: 0x119644, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x50, symBinAddr: 0x5E4C0, symSize: 0x10 } + - { offsetInCU: 0x131, offset: 0x1196CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH9hashValueSivgTW', symObjAddr: 0x60, symBinAddr: 0x5E4D0, symSize: 0x40 } + - { offsetInCU: 0x215, offset: 0x1197AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA0, symBinAddr: 0x5E510, symSize: 0x20 } + - { offsetInCU: 0x32E, offset: 0x1198C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtF', symObjAddr: 0x100, symBinAddr: 0x5E570, symSize: 0x1D0 } + - { offsetInCU: 0x457, offset: 0x1199F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtFTo', symObjAddr: 0x2D0, symBinAddr: 0x5E740, symSize: 0x60 } + - { offsetInCU: 0x4A7, offset: 0x119A41, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCACycfcTo', symObjAddr: 0x330, symBinAddr: 0x5E7A0, symSize: 0x30 } + - { offsetInCU: 0x50E, offset: 0x119AA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfD', symObjAddr: 0x360, symBinAddr: 0x5E7D0, symSize: 0x30 } + - { offsetInCU: 0x552, offset: 0x119AEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfETo', symObjAddr: 0x390, symBinAddr: 0x5E800, symSize: 0x50 } + - { offsetInCU: 0x581, offset: 0x119B1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCMa', symObjAddr: 0x3E0, symBinAddr: 0x5E850, symSize: 0x20 } + - { offsetInCU: 0x595, offset: 0x119B2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwet', symObjAddr: 0x420, symBinAddr: 0x5E870, symSize: 0x80 } + - { offsetInCU: 0x5A9, offset: 0x119B43, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwst', symObjAddr: 0x4A0, symBinAddr: 0x5E8F0, symSize: 0xD0 } + - { offsetInCU: 0x5BD, offset: 0x119B57, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwug', symObjAddr: 0x570, symBinAddr: 0x5E9C0, symSize: 0x10 } + - { offsetInCU: 0x5D1, offset: 0x119B6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwup', symObjAddr: 0x580, symBinAddr: 0x5E9D0, symSize: 0x10 } + - { offsetInCU: 0x5E5, offset: 0x119B7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwui', symObjAddr: 0x590, symBinAddr: 0x5E9E0, symSize: 0x10 } + - { offsetInCU: 0x5F9, offset: 0x119B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOMa', symObjAddr: 0x5A0, symBinAddr: 0x5E9F0, symSize: 0x10 } + - { offsetInCU: 0x60D, offset: 0x119BA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwCP', symObjAddr: 0x5B0, symBinAddr: 0x5EA00, symSize: 0x30 } + - { offsetInCU: 0x621, offset: 0x119BBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwxx', symObjAddr: 0x5E0, symBinAddr: 0x5EA30, symSize: 0x10 } + - { offsetInCU: 0x635, offset: 0x119BCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwcp', symObjAddr: 0x5F0, symBinAddr: 0x5EA40, symSize: 0x30 } + - { offsetInCU: 0x649, offset: 0x119BE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwca', symObjAddr: 0x620, symBinAddr: 0x5EA70, symSize: 0x40 } + - { offsetInCU: 0x65D, offset: 0x119BF7, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x660, symBinAddr: 0x5EAB0, symSize: 0x20 } + - { offsetInCU: 0x671, offset: 0x119C0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwta', symObjAddr: 0x680, symBinAddr: 0x5EAD0, symSize: 0x30 } + - { offsetInCU: 0x685, offset: 0x119C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwet', symObjAddr: 0x6B0, symBinAddr: 0x5EB00, symSize: 0x50 } + - { offsetInCU: 0x699, offset: 0x119C33, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwst', symObjAddr: 0x700, symBinAddr: 0x5EB50, symSize: 0x40 } + - { offsetInCU: 0x6AD, offset: 0x119C47, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVMa', symObjAddr: 0x740, symBinAddr: 0x5EB90, symSize: 0x10 } + - { offsetInCU: 0x6C1, offset: 0x119C5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASQWb', symObjAddr: 0x750, symBinAddr: 0x5EBA0, symSize: 0x10 } + - { offsetInCU: 0x6D5, offset: 0x119C6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOACSQAAWl', symObjAddr: 0x760, symBinAddr: 0x5EBB0, symSize: 0x30 } + - { offsetInCU: 0x727, offset: 0x119CC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xC0, symBinAddr: 0x5E530, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x119F0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x5EBE0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x119F25, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x5EBE0, symSize: 0x10 } + - { offsetInCU: 0x6C, offset: 0x119F52, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg', symObjAddr: 0x10, symBinAddr: 0x5EBF0, symSize: 0x20 } + - { offsetInCU: 0x99, offset: 0x119F7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwCP', symObjAddr: 0x30, symBinAddr: 0x5EC10, symSize: 0x30 } + - { offsetInCU: 0xAD, offset: 0x119F93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwxx', symObjAddr: 0x60, symBinAddr: 0x5EC40, symSize: 0x20 } + - { offsetInCU: 0xC1, offset: 0x119FA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwcp', symObjAddr: 0x80, symBinAddr: 0x5EC60, symSize: 0x30 } + - { offsetInCU: 0xD5, offset: 0x119FBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwca', symObjAddr: 0xB0, symBinAddr: 0x5EC90, symSize: 0x40 } + - { offsetInCU: 0xE9, offset: 0x119FCF, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0xF0, symBinAddr: 0x5ECD0, symSize: 0x10 } + - { offsetInCU: 0xFD, offset: 0x119FE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwta', symObjAddr: 0x100, symBinAddr: 0x5ECE0, symSize: 0x30 } + - { offsetInCU: 0x111, offset: 0x119FF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwet', symObjAddr: 0x130, symBinAddr: 0x5ED10, symSize: 0x60 } + - { offsetInCU: 0x125, offset: 0x11A00B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwst', symObjAddr: 0x190, symBinAddr: 0x5ED70, symSize: 0x60 } + - { offsetInCU: 0x139, offset: 0x11A01F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwug', symObjAddr: 0x1F0, symBinAddr: 0x5EDD0, symSize: 0x10 } + - { offsetInCU: 0x14D, offset: 0x11A033, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwup', symObjAddr: 0x200, symBinAddr: 0x5EDE0, symSize: 0x10 } + - { offsetInCU: 0x161, offset: 0x11A047, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwui', symObjAddr: 0x210, symBinAddr: 0x5EDF0, symSize: 0x20 } + - { offsetInCU: 0x175, offset: 0x11A05B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOMa', symObjAddr: 0x230, symBinAddr: 0x5EE10, symSize: 0xA } + - { offsetInCU: 0x95, offset: 0x11A226, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufC', symObjAddr: 0x20, symBinAddr: 0x5EE40, symSize: 0x240 } + - { offsetInCU: 0x150, offset: 0x11A2E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufC', symObjAddr: 0x2E0, symBinAddr: 0x5F0C0, symSize: 0x240 } + - { offsetInCU: 0x20B, offset: 0x11A39C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_', symObjAddr: 0x580, symBinAddr: 0x5F360, symSize: 0x60 } + - { offsetInCU: 0x23F, offset: 0x11A3D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TQ0_', symObjAddr: 0x5E0, symBinAddr: 0x5F3C0, symSize: 0x80 } + - { offsetInCU: 0x2B8, offset: 0x11A449, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x660, symBinAddr: 0x5F440, symSize: 0x40 } + - { offsetInCU: 0x30F, offset: 0x11A4A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC7SwiftUI05EmptyB0V_Tg5', symObjAddr: 0x6A0, symBinAddr: 0x5F480, symSize: 0x260 } + - { offsetInCU: 0x3B5, offset: 0x11A546, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC', symObjAddr: 0x900, symBinAddr: 0x5F6E0, symSize: 0x260 } + - { offsetInCU: 0x463, offset: 0x11A5F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_', symObjAddr: 0xCD0, symBinAddr: 0x5FAB0, symSize: 0x60 } + - { offsetInCU: 0x497, offset: 0x11A628, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TQ0_', symObjAddr: 0xD30, symBinAddr: 0x5FB10, symSize: 0x80 } + - { offsetInCU: 0x510, offset: 0x11A6A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xDB0, symBinAddr: 0x5FB90, symSize: 0x50 } + - { offsetInCU: 0x567, offset: 0x11A6F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufC', symObjAddr: 0xEA0, symBinAddr: 0x5FC80, symSize: 0x20 } + - { offsetInCU: 0x596, offset: 0x11A727, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufcAFycfu_', symObjAddr: 0xEC0, symBinAddr: 0x5FCA0, symSize: 0x10 } + - { offsetInCU: 0x5B0, offset: 0x11A741, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg', symObjAddr: 0xED0, symBinAddr: 0x5FCB0, symSize: 0x760 } + - { offsetInCU: 0x70D, offset: 0x11A89E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_', symObjAddr: 0x1630, symBinAddr: 0x60410, symSize: 0x130 } + - { offsetInCU: 0x746, offset: 0x11A8D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_', symObjAddr: 0x1800, symBinAddr: 0x605E0, symSize: 0x80 } + - { offsetInCU: 0x7AF, offset: 0x11A940, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_', symObjAddr: 0x2240, symBinAddr: 0x61020, symSize: 0x200 } + - { offsetInCU: 0x899, offset: 0x11AA2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15animationSource33_787591BEA89A564C71734146BCF90079LLAA0a9AnimationD0OSgvg', symObjAddr: 0x1760, symBinAddr: 0x60540, symSize: 0xA0 } + - { offsetInCU: 0x8EB, offset: 0x11AA7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtF', symObjAddr: 0x1880, symBinAddr: 0x60660, symSize: 0x9C0 } + - { offsetInCU: 0xF71, offset: 0x11B102, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtFSbAA0E13ImageProvider_p_AaM_ptcfU_', symObjAddr: 0x5070, symBinAddr: 0x63E50, symSize: 0xD0 } + - { offsetInCU: 0x1007, offset: 0x11B198, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x24D0, symBinAddr: 0x612B0, symSize: 0x1F0 } + - { offsetInCU: 0x1067, offset: 0x11B1F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_', symObjAddr: 0x4CC0, symBinAddr: 0x63AA0, symSize: 0x50 } + - { offsetInCU: 0x10B0, offset: 0x11B241, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY0_', symObjAddr: 0x4D10, symBinAddr: 0x63AF0, symSize: 0xC0 } + - { offsetInCU: 0x111D, offset: 0x11B2AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TQ1_', symObjAddr: 0x4DD0, symBinAddr: 0x63BB0, symSize: 0x90 } + - { offsetInCU: 0x11C6, offset: 0x11B357, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY2_', symObjAddr: 0x4E60, symBinAddr: 0x63C40, symSize: 0x90 } + - { offsetInCU: 0x1284, offset: 0x11B415, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY3_', symObjAddr: 0x4EF0, symBinAddr: 0x63CD0, symSize: 0xD0 } + - { offsetInCU: 0x1354, offset: 0x11B4E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_', symObjAddr: 0x4FC0, symBinAddr: 0x63DA0, symSize: 0xB0 } + - { offsetInCU: 0x1460, offset: 0x11B5F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV31reloadAnimationTriggerDidChange33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x26C0, symBinAddr: 0x614A0, symSize: 0x80 } + - { offsetInCU: 0x14C2, offset: 0x11B653, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF', symObjAddr: 0x2740, symBinAddr: 0x61520, symSize: 0x100 } + - { offsetInCU: 0x152C, offset: 0x11B6BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_', symObjAddr: 0x2840, symBinAddr: 0x61620, symSize: 0x80 } + - { offsetInCU: 0x1594, offset: 0x11B725, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF', symObjAddr: 0x28C0, symBinAddr: 0x616A0, symSize: 0xE0 } + - { offsetInCU: 0x16BD, offset: 0x11B84E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_', symObjAddr: 0x2B90, symBinAddr: 0x61970, symSize: 0x60 } + - { offsetInCU: 0x1719, offset: 0x11B8AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF', symObjAddr: 0x29A0, symBinAddr: 0x61780, symSize: 0x100 } + - { offsetInCU: 0x1783, offset: 0x11B914, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_', symObjAddr: 0x2AA0, symBinAddr: 0x61880, symSize: 0xF0 } + - { offsetInCU: 0x17EB, offset: 0x11B97C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF', symObjAddr: 0x2C50, symBinAddr: 0x61A30, symSize: 0xE0 } + - { offsetInCU: 0x182A, offset: 0x11B9BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7loopingACyxGyF', symObjAddr: 0x2D30, symBinAddr: 0x61B10, symSize: 0x50 } + - { offsetInCU: 0x1858, offset: 0x11B9E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF', symObjAddr: 0x2D90, symBinAddr: 0x61B70, symSize: 0x40 } + - { offsetInCU: 0x1896, offset: 0x11BA27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF', symObjAddr: 0x2DD0, symBinAddr: 0x61BB0, symSize: 0x40 } + - { offsetInCU: 0x18D4, offset: 0x11BA65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x2EF0, symBinAddr: 0x61CD0, symSize: 0x40 } + - { offsetInCU: 0x190E, offset: 0x11BA9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV14animationSpeedyACyxGSdF', symObjAddr: 0x2F30, symBinAddr: 0x61D10, symSize: 0x40 } + - { offsetInCU: 0x194C, offset: 0x11BADD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF', symObjAddr: 0x2F70, symBinAddr: 0x61D50, symSize: 0x70 } + - { offsetInCU: 0x198E, offset: 0x11BB1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF', symObjAddr: 0x2FE0, symBinAddr: 0x61DC0, symSize: 0xD0 } + - { offsetInCU: 0x1A06, offset: 0x11BB97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF', symObjAddr: 0x30B0, symBinAddr: 0x61E90, symSize: 0x60 } + - { offsetInCU: 0x1A70, offset: 0x11BC01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF', symObjAddr: 0x3110, symBinAddr: 0x61EF0, symSize: 0x80 } + - { offsetInCU: 0x1AB1, offset: 0x11BC42, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_', symObjAddr: 0x3190, symBinAddr: 0x61F70, symSize: 0x70 } + - { offsetInCU: 0x1AF0, offset: 0x11BC81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF', symObjAddr: 0x3200, symBinAddr: 0x61FE0, symSize: 0x120 } + - { offsetInCU: 0x1B31, offset: 0x11BCC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_', symObjAddr: 0x3320, symBinAddr: 0x62100, symSize: 0x130 } + - { offsetInCU: 0x1C11, offset: 0x11BDA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF', symObjAddr: 0x3450, symBinAddr: 0x62230, symSize: 0x50 } + - { offsetInCU: 0x1C52, offset: 0x11BDE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF', symObjAddr: 0x34A0, symBinAddr: 0x62280, symSize: 0xC0 } + - { offsetInCU: 0x1CAF, offset: 0x11BE40, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_', symObjAddr: 0x3560, symBinAddr: 0x62340, symSize: 0x1F0 } + - { offsetInCU: 0x1D3A, offset: 0x11BECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF', symObjAddr: 0x3750, symBinAddr: 0x62530, symSize: 0x120 } + - { offsetInCU: 0x1D97, offset: 0x11BF28, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x3870, symBinAddr: 0x62650, symSize: 0x1B0 } + - { offsetInCU: 0x1E7E, offset: 0x11C00F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF', symObjAddr: 0x3A20, symBinAddr: 0x62800, symSize: 0x160 } + - { offsetInCU: 0x1EDB, offset: 0x11C06C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x3B80, symBinAddr: 0x62960, symSize: 0x360 } + - { offsetInCU: 0x1F83, offset: 0x11C114, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF', symObjAddr: 0x3EE0, symBinAddr: 0x62CC0, symSize: 0x100 } + - { offsetInCU: 0x1FF1, offset: 0x11C182, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_', symObjAddr: 0x3FE0, symBinAddr: 0x62DC0, symSize: 0x410 } + - { offsetInCU: 0x20B8, offset: 0x11C249, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF', symObjAddr: 0x43F0, symBinAddr: 0x631D0, symSize: 0x70 } + - { offsetInCU: 0x2111, offset: 0x11C2A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF', symObjAddr: 0x44F0, symBinAddr: 0x632D0, symSize: 0xA0 } + - { offsetInCU: 0x2174, offset: 0x11C305, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x45B0, symBinAddr: 0x63390, symSize: 0x120 } + - { offsetInCU: 0x2247, offset: 0x11C3D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x4C10, symBinAddr: 0x639F0, symSize: 0x80 } + - { offsetInCU: 0x2281, offset: 0x11C412, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF', symObjAddr: 0x4C90, symBinAddr: 0x63A70, symSize: 0x30 } + - { offsetInCU: 0x22C2, offset: 0x11C453, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP4body4BodyQzvgTW', symObjAddr: 0x5170, symBinAddr: 0x63F50, symSize: 0x10 } + - { offsetInCU: 0x231F, offset: 0x11C4B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15remoteAnimation33_787591BEA89A564C71734146BCF90079LLAA0aD6SourceOSgvpfP', symObjAddr: 0x2A0, symBinAddr: 0x5F080, symSize: 0x40 } + - { offsetInCU: 0x2A87, offset: 0x11CC18, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE7overlay33_787591BEA89A564C71734146BCF90079LL7contentQrqd__yXE_tAaBRd__lF', symObjAddr: 0x2440, symBinAddr: 0x61220, symSize: 0x90 } + - { offsetInCU: 0x2C64, offset: 0x11CDF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA', symObjAddr: 0x51D0, symBinAddr: 0x63F80, symSize: 0x90 } + - { offsetInCU: 0x2CBF, offset: 0x11CE50, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5', symObjAddr: 0x5260, symBinAddr: 0x64010, symSize: 0x60 } + - { offsetInCU: 0x2CF9, offset: 0x11CE8A, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TQ0_', symObjAddr: 0x52C0, symBinAddr: 0x64070, symSize: 0x50 } + - { offsetInCU: 0x2D4C, offset: 0x11CEDD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_', symObjAddr: 0x5310, symBinAddr: 0x640C0, symSize: 0x140 } + - { offsetInCU: 0x2DD1, offset: 0x11CF62, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7e4UI05g9B0VGAA0A9D26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x5450, symBinAddr: 0x64200, symSize: 0x10 } + - { offsetInCU: 0x2DF0, offset: 0x11CF81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA.5', symObjAddr: 0x5460, symBinAddr: 0x64210, symSize: 0x90 } + - { offsetInCU: 0x2E4B, offset: 0x11CFDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA', symObjAddr: 0x5500, symBinAddr: 0x642B0, symSize: 0x90 } + - { offsetInCU: 0x2E9F, offset: 0x11D030, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7f4UI05h8B0VGAA03dkE26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x5590, symBinAddr: 0x64340, symSize: 0x10 } + - { offsetInCU: 0x2EBE, offset: 0x11D04F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17', symObjAddr: 0x55A0, symBinAddr: 0x64350, symSize: 0x90 } + - { offsetInCU: 0x2F19, offset: 0x11D0AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17TQ0_', symObjAddr: 0x5630, symBinAddr: 0x643E0, symSize: 0x50 } + - { offsetInCU: 0x2F62, offset: 0x11D0F3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGMa', symObjAddr: 0x5700, symBinAddr: 0x644B0, symSize: 0x40 } + - { offsetInCU: 0x2F76, offset: 0x11D107, size: 0x8, addend: 0x0, symName: '_$s7Combine4JustVy6Lottie12AnyEquatableVSgGMa', symObjAddr: 0x5740, symBinAddr: 0x644F0, symSize: 0x60 } + - { offsetInCU: 0x2F8A, offset: 0x11D11B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy6Lottie0A6UIViewVyAD0E13AnimationViewCytGAA14_OpacityEffectVGACyxq_GAA0H0A2aNRzAA0H8ModifierR_rlWl', symObjAddr: 0x57A0, symBinAddr: 0x64550, symSize: 0x90 } + - { offsetInCU: 0x2F9E, offset: 0x11D12F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_TA', symObjAddr: 0x5990, symBinAddr: 0x64620, symSize: 0x20 } + - { offsetInCU: 0x2FB2, offset: 0x11D143, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_TA', symObjAddr: 0x5B60, symBinAddr: 0x647F0, symSize: 0x20 } + - { offsetInCU: 0x2FC6, offset: 0x11D157, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5TA', symObjAddr: 0x5B80, symBinAddr: 0x64810, symSize: 0x20 } + - { offsetInCU: 0x2FDA, offset: 0x11D16B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_TA', symObjAddr: 0x5BA0, symBinAddr: 0x64830, symSize: 0x20 } + - { offsetInCU: 0x2FEE, offset: 0x11D17F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyycfU2_TA', symObjAddr: 0x5BD0, symBinAddr: 0x64860, symSize: 0x30 } + - { offsetInCU: 0x3032, offset: 0x11D1C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA12AnyEquatableVSgcfU3_TA', symObjAddr: 0x5C10, symBinAddr: 0x648A0, symSize: 0x30 } + - { offsetInCU: 0x306F, offset: 0x11D200, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSgxSgSQsSQRzlWl', symObjAddr: 0x5C40, symBinAddr: 0x648D0, symSize: 0x60 } + - { offsetInCU: 0x3083, offset: 0x11D214, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVACSQAAWl', symObjAddr: 0x5CA0, symBinAddr: 0x64930, symSize: 0x30 } + - { offsetInCU: 0x3097, offset: 0x11D228, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGACyxq_GAA0F0A2aHRzAaHR_rlWl', symObjAddr: 0x5CD0, symBinAddr: 0x64960, symSize: 0x50 } + - { offsetInCU: 0x30AB, offset: 0x11D23C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOe', symObjAddr: 0x5D20, symBinAddr: 0x649B0, symSize: 0x30 } + - { offsetInCU: 0x30BF, offset: 0x11D250, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_TA', symObjAddr: 0x5DC0, symBinAddr: 0x64A50, symSize: 0x30 } + - { offsetInCU: 0x30D3, offset: 0x11D264, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_TA', symObjAddr: 0x5DF0, symBinAddr: 0x64A80, symSize: 0x20 } + - { offsetInCU: 0x30E7, offset: 0x11D278, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_TA', symObjAddr: 0x5E80, symBinAddr: 0x64B10, symSize: 0x40 } + - { offsetInCU: 0x30FB, offset: 0x11D28C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOIegn_SgWOe', symObjAddr: 0x6010, symBinAddr: 0x64B50, symSize: 0x20 } + - { offsetInCU: 0x310F, offset: 0x11D2A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgFySbcfU_TA', symObjAddr: 0x6070, symBinAddr: 0x64BB0, symSize: 0x40 } + - { offsetInCU: 0x3145, offset: 0x11D2D6, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOy', symObjAddr: 0x60B0, symBinAddr: 0x64BF0, symSize: 0x20 } + - { offsetInCU: 0x3159, offset: 0x11D2EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x60F0, symBinAddr: 0x64C30, symSize: 0x30 } + - { offsetInCU: 0x31F8, offset: 0x11D389, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x6140, symBinAddr: 0x64C80, symSize: 0x20 } + - { offsetInCU: 0x320C, offset: 0x11D39D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x61E0, symBinAddr: 0x64CF0, symSize: 0x10 } + - { offsetInCU: 0x3220, offset: 0x11D3B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_TA', symObjAddr: 0x6240, symBinAddr: 0x64D20, symSize: 0x30 } + - { offsetInCU: 0x3234, offset: 0x11D3C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOd', symObjAddr: 0x6270, symBinAddr: 0x64D50, symSize: 0x40 } + - { offsetInCU: 0x3248, offset: 0x11D3D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x62D0, symBinAddr: 0x64DB0, symSize: 0x30 } + - { offsetInCU: 0x325C, offset: 0x11D3ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x6340, symBinAddr: 0x64E20, symSize: 0x50 } + - { offsetInCU: 0x3270, offset: 0x11D401, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_TA', symObjAddr: 0x6400, symBinAddr: 0x64EE0, symSize: 0x40 } + - { offsetInCU: 0x3284, offset: 0x11D415, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgWOy', symObjAddr: 0x6470, symBinAddr: 0x64F50, symSize: 0x30 } + - { offsetInCU: 0x3298, offset: 0x11D429, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI25AnimationTimelineScheduleVAcA0dE0AAWl', symObjAddr: 0x64A0, symBinAddr: 0x64F80, symSize: 0x40 } + - { offsetInCU: 0x32AC, offset: 0x11D43D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaEP_AA0B9ProvidingPWT', symObjAddr: 0x6710, symBinAddr: 0x651F0, symSize: 0x20 } + - { offsetInCU: 0x32C0, offset: 0x11D451, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x67B0, symBinAddr: 0x65290, symSize: 0x20 } + - { offsetInCU: 0x32D4, offset: 0x11D465, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AA4BodyAeFP_AHWT', symObjAddr: 0x67D0, symBinAddr: 0x652B0, symSize: 0x30 } + - { offsetInCU: 0x32E8, offset: 0x11D479, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMi', symObjAddr: 0x6800, symBinAddr: 0x652E0, symSize: 0x10 } + - { offsetInCU: 0x32FC, offset: 0x11D48D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwCP', symObjAddr: 0x6810, symBinAddr: 0x652F0, symSize: 0x30 } + - { offsetInCU: 0x3310, offset: 0x11D4A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwxx', symObjAddr: 0x6840, symBinAddr: 0x65320, symSize: 0x1A0 } + - { offsetInCU: 0x3324, offset: 0x11D4B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwcp', symObjAddr: 0x69E0, symBinAddr: 0x654C0, symSize: 0x470 } + - { offsetInCU: 0x3338, offset: 0x11D4C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwca', symObjAddr: 0x6E50, symBinAddr: 0x65930, symSize: 0x860 } + - { offsetInCU: 0x334C, offset: 0x11D4DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOWOh', symObjAddr: 0x76B0, symBinAddr: 0x66190, symSize: 0x30 } + - { offsetInCU: 0x3360, offset: 0x11D4F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOh', symObjAddr: 0x76E0, symBinAddr: 0x661C0, symSize: 0x30 } + - { offsetInCU: 0x3374, offset: 0x11D505, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_0, symObjAddr: 0x7710, symBinAddr: 0x661F0, symSize: 0x120 } + - { offsetInCU: 0x3388, offset: 0x11D519, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVWOh', symObjAddr: 0x7830, symBinAddr: 0x66310, symSize: 0x30 } + - { offsetInCU: 0x339C, offset: 0x11D52D, size: 0x8, addend: 0x0, symName: ___swift_memcpy456_8, symObjAddr: 0x79C0, symBinAddr: 0x66340, symSize: 0x10 } + - { offsetInCU: 0x33B0, offset: 0x11D541, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwta', symObjAddr: 0x79D0, symBinAddr: 0x66350, symSize: 0x660 } + - { offsetInCU: 0x33C4, offset: 0x11D555, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwet', symObjAddr: 0x8030, symBinAddr: 0x669B0, symSize: 0x50 } + - { offsetInCU: 0x33D8, offset: 0x11D569, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwst', symObjAddr: 0x8080, symBinAddr: 0x66A00, symSize: 0x100 } + - { offsetInCU: 0x33EC, offset: 0x11D57D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMa', symObjAddr: 0x8180, symBinAddr: 0x66B00, symSize: 0x10 } + - { offsetInCU: 0x3400, offset: 0x11D591, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgyYaKcMa', symObjAddr: 0x8210, symBinAddr: 0x66B90, symSize: 0x40 } + - { offsetInCU: 0x3414, offset: 0x11D5A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x8510, symBinAddr: 0x66E90, symSize: 0x40 } + - { offsetInCU: 0x3428, offset: 0x11D5B9, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x85B0, symBinAddr: 0x66F00, symSize: 0x20 } + - { offsetInCU: 0x343C, offset: 0x11D5CD, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x85D0, symBinAddr: 0x66F20, symSize: 0x10 } + - { offsetInCU: 0x3450, offset: 0x11D5E1, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0x8610, symBinAddr: 0x66F60, symSize: 0x50 } + - { offsetInCU: 0x3464, offset: 0x11D5F5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_TA', symObjAddr: 0x8680, symBinAddr: 0x66FD0, symSize: 0x30 } + - { offsetInCU: 0x3478, offset: 0x11D609, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x86F0, symBinAddr: 0x67040, symSize: 0x40 } + - { offsetInCU: 0x3493, offset: 0x11D624, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TA', symObjAddr: 0x89D0, symBinAddr: 0x672F0, symSize: 0x90 } + - { offsetInCU: 0x3503, offset: 0x11D694, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TATQ0_', symObjAddr: 0x8A60, symBinAddr: 0x67380, symSize: 0x50 } + - { offsetInCU: 0x3553, offset: 0x11D6E4, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TA', symObjAddr: 0x8AB0, symBinAddr: 0x673D0, symSize: 0x80 } + - { offsetInCU: 0x357C, offset: 0x11D70D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_TA', symObjAddr: 0x8B30, symBinAddr: 0x67450, symSize: 0x10 } + - { offsetInCU: 0x3590, offset: 0x11D721, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x8B40, symBinAddr: 0x67460, symSize: 0x20 } + - { offsetInCU: 0x35A4, offset: 0x11D735, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOy', symObjAddr: 0x8B60, symBinAddr: 0x67480, symSize: 0x30 } + - { offsetInCU: 0x35B8, offset: 0x11D749, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOb', symObjAddr: 0x8C20, symBinAddr: 0x67510, symSize: 0x20 } + - { offsetInCU: 0x35CC, offset: 0x11D75D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOb', symObjAddr: 0x8C40, symBinAddr: 0x67530, symSize: 0x40 } + - { offsetInCU: 0x392F, offset: 0x11DAC0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV10buildBlockyxxAA0C0RzlFZ', symObjAddr: 0x0, symBinAddr: 0x5EE20, symSize: 0x20 } + - { offsetInCU: 0x398A, offset: 0x11DB1B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_GctcfC', symObjAddr: 0x46D0, symBinAddr: 0x634B0, symSize: 0xF0 } + - { offsetInCU: 0x39C3, offset: 0x11DB54, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB04view6inputsAE01_B7OutputsVAE11_GraphValueVyxG_AE01_B6InputsVtFZTW', symObjAddr: 0x5140, symBinAddr: 0x63F20, symSize: 0x10 } + - { offsetInCU: 0x39DF, offset: 0x11DB70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB4List4view6inputsAE01_bF7OutputsVAE11_GraphValueVyxG_AE01_bF6InputsVtFZTW', symObjAddr: 0x5150, symBinAddr: 0x63F30, symSize: 0x10 } + - { offsetInCU: 0x39FB, offset: 0x11DB8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP14_viewListCount6inputsSiSgAE01_bfG6InputsV_tFZTW', symObjAddr: 0x5160, symBinAddr: 0x63F40, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x11E117, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMi', symObjAddr: 0x0, symBinAddr: 0x67690, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x11E12B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMr', symObjAddr: 0x10, symBinAddr: 0x676A0, symSize: 0x50 } + - { offsetInCU: 0xA4, offset: 0x11E178, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11needsUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x60, symBinAddr: 0x676F0, symSize: 0xC0 } + - { offsetInCU: 0x116, offset: 0x11E1EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11setProvider8provideryAA08AnyValueE0_p_tF', symObjAddr: 0x120, symBinAddr: 0x677B0, symSize: 0xB0 } + - { offsetInCU: 0x193, offset: 0x11E267, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1D0, symBinAddr: 0x67860, symSize: 0xB0 } + - { offsetInCU: 0x1D2, offset: 0x11E2A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfd', symObjAddr: 0x280, symBinAddr: 0x67910, symSize: 0x30 } + - { offsetInCU: 0x1FF, offset: 0x11E2D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfD', symObjAddr: 0x2B0, symBinAddr: 0x67940, symSize: 0x20 } + - { offsetInCU: 0x22C, offset: 0x11E300, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11needsUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x67970, symSize: 0x20 } + - { offsetInCU: 0x248, offset: 0x11E31C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP6update5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x300, symBinAddr: 0x67990, symSize: 0x20 } + - { offsetInCU: 0x273, offset: 0x11E347, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP13valueProviderAA0d5ValueF0_pvgTW', symObjAddr: 0x320, symBinAddr: 0x679B0, symSize: 0x40 } + - { offsetInCU: 0x2B4, offset: 0x11E388, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP21originalValueProviderAA0dfG0_pvgTW', symObjAddr: 0x360, symBinAddr: 0x679F0, symSize: 0x20 } + - { offsetInCU: 0x2E6, offset: 0x11E3BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11setProvider8provideryAA0d5ValueF0_p_tFTW', symObjAddr: 0x380, symBinAddr: 0x67A10, symSize: 0x20 } + - { offsetInCU: 0x30A, offset: 0x11E3DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMa', symObjAddr: 0x2D0, symBinAddr: 0x67960, symSize: 0x10 } + - { offsetInCU: 0x781, offset: 0x11ECC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC9animation13imageProvider04textH004fontH004maskD8ToBounds6loggerAcA0aD0C_AA0d5ImageH0_pAA0d11KeypathTextH0_pAA0d4FontH0_pSbAA0A6LoggerCtcfc', symObjAddr: 0x0, symBinAddr: 0x67A60, symSize: 0x1000 } + - { offsetInCU: 0x11DC, offset: 0x11F723, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfc', symObjAddr: 0x1000, symBinAddr: 0x68A60, symSize: 0x620 } + - { offsetInCU: 0x1597, offset: 0x11FADE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1620, symBinAddr: 0x69080, symSize: 0x50 } + - { offsetInCU: 0x15DD, offset: 0x11FB24, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1670, symBinAddr: 0x690D0, symSize: 0x90 } + - { offsetInCU: 0x164E, offset: 0x11FB95, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12needsDisplay6forKeySbSS_tFZTo', symObjAddr: 0x1700, symBinAddr: 0x69160, symSize: 0xE0 } + - { offsetInCU: 0x16B7, offset: 0x11FBFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tF', symObjAddr: 0x17E0, symBinAddr: 0x69240, symSize: 0x1E0 } + - { offsetInCU: 0x1759, offset: 0x11FCA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0x19C0, symBinAddr: 0x69420, symSize: 0x60 } + - { offsetInCU: 0x1775, offset: 0x11FCBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyF', symObjAddr: 0x1A20, symBinAddr: 0x69480, symSize: 0x1D0 } + - { offsetInCU: 0x18E8, offset: 0x11FE2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyFTo', symObjAddr: 0x1BF0, symBinAddr: 0x69650, symSize: 0x30 } + - { offsetInCU: 0x1904, offset: 0x11FE4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x1C20, symBinAddr: 0x69680, symSize: 0x90 } + - { offsetInCU: 0x19A2, offset: 0x11FEE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC11renderScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x1CB0, symBinAddr: 0x69710, symSize: 0xD0 } + - { offsetInCU: 0x1B06, offset: 0x12004D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x1D80, symBinAddr: 0x697E0, symSize: 0xB0 } + - { offsetInCU: 0x1C14, offset: 0x12015B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x1E30, symBinAddr: 0x69890, symSize: 0x130 } + - { offsetInCU: 0x1D79, offset: 0x1202C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x1F60, symBinAddr: 0x699C0, symSize: 0xA0 } + - { offsetInCU: 0x1EB0, offset: 0x1203F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16setValueProvider_7keypathyAA03AnygH0_p_AA0D7KeypathVtF', symObjAddr: 0x25B0, symBinAddr: 0x6A010, symSize: 0x1F0 } + - { offsetInCU: 0x20C0, offset: 0x120607, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x2A90, symBinAddr: 0x6A4F0, symSize: 0x1C0 } + - { offsetInCU: 0x2289, offset: 0x1207D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x2C50, symBinAddr: 0x6A6B0, symSize: 0x1C0 } + - { offsetInCU: 0x245B, offset: 0x1209A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layer3forSo7CALayerCSgAA0D7KeypathV_tF', symObjAddr: 0x2E10, symBinAddr: 0x6A870, symSize: 0xB0 } + - { offsetInCU: 0x2576, offset: 0x120ABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tF', symObjAddr: 0x3080, symBinAddr: 0x6AAE0, symSize: 0xE0 } + - { offsetInCU: 0x26EE, offset: 0x120C35, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCACycfcTo', symObjAddr: 0x3620, symBinAddr: 0x6B080, symSize: 0x30 } + - { offsetInCU: 0x2755, offset: 0x120C9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfD', symObjAddr: 0x3650, symBinAddr: 0x6B0B0, symSize: 0x30 } + - { offsetInCU: 0x27AC, offset: 0x120CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP06lottiedE0AA0adE0CSgvsTW', symObjAddr: 0x3710, symBinAddr: 0x6B170, symSize: 0x30 } + - { offsetInCU: 0x2802, offset: 0x120D49, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvgTW', symObjAddr: 0x3740, symBinAddr: 0x6B1A0, symSize: 0x20 } + - { offsetInCU: 0x2843, offset: 0x120D8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x3760, symBinAddr: 0x6B1C0, symSize: 0x20 } + - { offsetInCU: 0x2875, offset: 0x120DBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP11renderScale12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x3780, symBinAddr: 0x6B1E0, symSize: 0x10 } + - { offsetInCU: 0x28BB, offset: 0x120E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x3790, symBinAddr: 0x6B1F0, symSize: 0x20 } + - { offsetInCU: 0x2900, offset: 0x120E47, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x37B0, symBinAddr: 0x6B210, symSize: 0x10 } + - { offsetInCU: 0x2946, offset: 0x120E8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13imageProviderAA0d5ImageH0_pvsTW', symObjAddr: 0x37C0, symBinAddr: 0x6B220, symSize: 0x80 } + - { offsetInCU: 0x29E1, offset: 0x120F28, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12textProviderAA0d11KeypathTextH0_pvsTW', symObjAddr: 0x3840, symBinAddr: 0x6B2A0, symSize: 0x20 } + - { offsetInCU: 0x2A3D, offset: 0x120F84, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12fontProviderAA0d4FontH0_pvsTW', symObjAddr: 0x3860, symBinAddr: 0x6B2C0, symSize: 0x80 } + - { offsetInCU: 0x2AAC, offset: 0x120FF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07primaryD3KeyAA0dH0OvgTW', symObjAddr: 0x38E0, symBinAddr: 0x6B340, symSize: 0x10 } + - { offsetInCU: 0x2AC8, offset: 0x12100F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP02isD7PlayingSbSgvgTW', symObjAddr: 0x38F0, symBinAddr: 0x6B350, symSize: 0x10 } + - { offsetInCU: 0x2B02, offset: 0x121049, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12reloadImagesyyFTW', symObjAddr: 0x3900, symBinAddr: 0x6B360, symSize: 0x20 } + - { offsetInCU: 0x2B3F, offset: 0x121086, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x3920, symBinAddr: 0x6B380, symSize: 0x10 } + - { offsetInCU: 0x2B5B, offset: 0x1210A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x3930, symBinAddr: 0x6B390, symSize: 0x10 } + - { offsetInCU: 0x2B77, offset: 0x1210BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x3940, symBinAddr: 0x6B3A0, symSize: 0x10 } + - { offsetInCU: 0x2B93, offset: 0x1210DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16setValueProvider_7keypathyAA03AnyhI0_p_AA0D7KeypathVtFTW', symObjAddr: 0x3950, symBinAddr: 0x6B3B0, symSize: 0x10 } + - { offsetInCU: 0x2BAF, offset: 0x1210F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x3960, symBinAddr: 0x6B3C0, symSize: 0x10 } + - { offsetInCU: 0x2BCB, offset: 0x121112, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x3970, symBinAddr: 0x6B3D0, symSize: 0x10 } + - { offsetInCU: 0x2BE7, offset: 0x12112E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP5layer3forSo7CALayerCSgAA0D7KeypathV_tFTW', symObjAddr: 0x3980, symBinAddr: 0x6B3E0, symSize: 0x10 } + - { offsetInCU: 0x2C03, offset: 0x12114A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tFTW', symObjAddr: 0x3990, symBinAddr: 0x6B3F0, symSize: 0x10 } + - { offsetInCU: 0x2C1F, offset: 0x121166, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12textProviderAA0d11KeypathTextG0_pvsTf4gn_n', symObjAddr: 0x3C90, symBinAddr: 0x6B4F0, symSize: 0x140 } + - { offsetInCU: 0x2E05, offset: 0x12134C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCfD', symObjAddr: 0x39A0, symBinAddr: 0x6B400, symSize: 0x20 } + - { offsetInCU: 0x2E34, offset: 0x12137B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tFTW', symObjAddr: 0x39E0, symBinAddr: 0x6B440, symSize: 0x10 } + - { offsetInCU: 0x304F, offset: 0x121596, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2000, symBinAddr: 0x69A60, symSize: 0x5B0 } + - { offsetInCU: 0x371C, offset: 0x121C63, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x27A0, symBinAddr: 0x6A200, symSize: 0x2F0 } + - { offsetInCU: 0x39EB, offset: 0x121F32, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2EC0, symBinAddr: 0x6A920, symSize: 0x1C0 } + - { offsetInCU: 0x3D23, offset: 0x12226A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x3160, symBinAddr: 0x6ABC0, symSize: 0x4C0 } + - { offsetInCU: 0x4299, offset: 0x1227E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfETo', symObjAddr: 0x3680, symBinAddr: 0x6B0E0, symSize: 0x70 } + - { offsetInCU: 0x42C8, offset: 0x12280F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCMa', symObjAddr: 0x36F0, symBinAddr: 0x6B150, symSize: 0x20 } + - { offsetInCU: 0x42DC, offset: 0x122823, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCMa', symObjAddr: 0x39C0, symBinAddr: 0x6B420, symSize: 0x20 } + - { offsetInCU: 0x42F0, offset: 0x122837, size: 0x8, addend: 0x0, symName: '_$sSa37_appendElementAssumeUniqueAndCapacity_03newB0ySi_xntF6Lottie12AnimatorNode_p_Tg5Tf4nen_n', symObjAddr: 0x3A30, symBinAddr: 0x6B450, symSize: 0x20 } + - { offsetInCU: 0x4323, offset: 0x12286A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pSgWOh', symObjAddr: 0x3A50, symBinAddr: 0x6B470, symSize: 0x30 } + - { offsetInCU: 0x4337, offset: 0x12287E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu0_TA', symObjAddr: 0x3B10, symBinAddr: 0x6B4A0, symSize: 0x30 } + - { offsetInCU: 0x4360, offset: 0x1228A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x3B40, symBinAddr: 0x6B4D0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1230EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x6B6D0, symSize: 0x230 } + - { offsetInCU: 0xE0, offset: 0x1231A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x6B6D0, symSize: 0x230 } + - { offsetInCU: 0x1B2, offset: 0x123279, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x230, symBinAddr: 0x6B900, symSize: 0x170 } + - { offsetInCU: 0x22E, offset: 0x1232F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x3A0, symBinAddr: 0x6BA70, symSize: 0x50 } + - { offsetInCU: 0x274, offset: 0x12333B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x3F0, symBinAddr: 0x6BAC0, symSize: 0xA0 } + - { offsetInCU: 0x2CD, offset: 0x123394, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x490, symBinAddr: 0x6BB60, symSize: 0xF0 } + - { offsetInCU: 0x3F8, offset: 0x1234BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x580, symBinAddr: 0x6BC50, symSize: 0x130 } + - { offsetInCU: 0x53C, offset: 0x123603, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfD', symObjAddr: 0x6E0, symBinAddr: 0x6BDB0, symSize: 0x30 } + - { offsetInCU: 0x686, offset: 0x12374D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfE', symObjAddr: 0x6B0, symBinAddr: 0x6BD80, symSize: 0x30 } + - { offsetInCU: 0x6B3, offset: 0x12377A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfETo', symObjAddr: 0x710, symBinAddr: 0x6BDE0, symSize: 0x30 } + - { offsetInCU: 0x6E2, offset: 0x1237A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCMa', symObjAddr: 0x740, symBinAddr: 0x6BE10, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x123A68, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x6BE30, symSize: 0x170 } + - { offsetInCU: 0xC0, offset: 0x123AD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x260, symBinAddr: 0x6BFC0, symSize: 0x250 } + - { offsetInCU: 0x166, offset: 0x123B7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x4B0, symBinAddr: 0x6C210, symSize: 0xC0 } + - { offsetInCU: 0x1A5, offset: 0x123BBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfd', symObjAddr: 0x570, symBinAddr: 0x6C2D0, symSize: 0x20 } + - { offsetInCU: 0x1C2, offset: 0x123BDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x590, symBinAddr: 0x6C2F0, symSize: 0x40 } + - { offsetInCU: 0x1E7, offset: 0x123C00, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC2idSSvg', symObjAddr: 0x5D0, symBinAddr: 0x6C330, symSize: 0x30 } + - { offsetInCU: 0x23B, offset: 0x123C54, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x640, symBinAddr: 0x6C3A0, symSize: 0x60 } + - { offsetInCU: 0x27E, offset: 0x123C97, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x6A0, symBinAddr: 0x6C400, symSize: 0x20 } + - { offsetInCU: 0x2BE, offset: 0x123CD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x6C0, symBinAddr: 0x6C420, symSize: 0x10 } + - { offsetInCU: 0x309, offset: 0x123D22, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x6D0, symBinAddr: 0x6C430, symSize: 0x60 } + - { offsetInCU: 0x354, offset: 0x123D6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x730, symBinAddr: 0x6C490, symSize: 0x10 } + - { offsetInCU: 0x370, offset: 0x123D89, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x740, symBinAddr: 0x6C4A0, symSize: 0x10 } + - { offsetInCU: 0x38C, offset: 0x123DA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO11stringValueSSvgTf4d_n', symObjAddr: 0xA40, symBinAddr: 0x6C790, symSize: 0x20 } + - { offsetInCU: 0x3C8, offset: 0x123DE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfD', symObjAddr: 0x790, symBinAddr: 0x6C4F0, symSize: 0x20 } + - { offsetInCU: 0x413, offset: 0x123E2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7B0, symBinAddr: 0x6C510, symSize: 0x20 } + - { offsetInCU: 0x436, offset: 0x123E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x7D0, symBinAddr: 0x6C530, symSize: 0x20 } + - { offsetInCU: 0x45A, offset: 0x123E73, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCMa', symObjAddr: 0x210, symBinAddr: 0x6BFA0, symSize: 0x20 } + - { offsetInCU: 0x46E, offset: 0x123E87, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0x830, symBinAddr: 0x6C590, symSize: 0x10 } + - { offsetInCU: 0x482, offset: 0x123E9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwet', symObjAddr: 0x850, symBinAddr: 0x6C5A0, symSize: 0x50 } + - { offsetInCU: 0x496, offset: 0x123EAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwst', symObjAddr: 0x8A0, symBinAddr: 0x6C5F0, symSize: 0xA0 } + - { offsetInCU: 0x4AA, offset: 0x123EC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwug', symObjAddr: 0x940, symBinAddr: 0x6C690, symSize: 0x10 } + - { offsetInCU: 0x4BE, offset: 0x123ED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwup', symObjAddr: 0x950, symBinAddr: 0x6C6A0, symSize: 0x10 } + - { offsetInCU: 0x4D2, offset: 0x123EEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwui', symObjAddr: 0x960, symBinAddr: 0x6C6B0, symSize: 0x10 } + - { offsetInCU: 0x4E6, offset: 0x123EFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOMa', symObjAddr: 0x970, symBinAddr: 0x6C6C0, symSize: 0x10 } + - { offsetInCU: 0x4FA, offset: 0x123F13, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASQWb', symObjAddr: 0x980, symBinAddr: 0x6C6D0, symSize: 0x10 } + - { offsetInCU: 0x50E, offset: 0x123F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFSQAAWl', symObjAddr: 0x990, symBinAddr: 0x6C6E0, symSize: 0x30 } + - { offsetInCU: 0x522, offset: 0x123F3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x9C0, symBinAddr: 0x6C710, symSize: 0x10 } + - { offsetInCU: 0x536, offset: 0x123F4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x9D0, symBinAddr: 0x6C720, symSize: 0x30 } + - { offsetInCU: 0x54A, offset: 0x123F63, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA00, symBinAddr: 0x6C750, symSize: 0x10 } + - { offsetInCU: 0x55E, offset: 0x123F77, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA10, symBinAddr: 0x6C760, symSize: 0x30 } + - { offsetInCU: 0x5B7, offset: 0x123FD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x600, symBinAddr: 0x6C360, symSize: 0x10 } + - { offsetInCU: 0x5F7, offset: 0x124010, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x610, symBinAddr: 0x6C370, symSize: 0x10 } + - { offsetInCU: 0x637, offset: 0x124050, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x620, symBinAddr: 0x6C380, symSize: 0x10 } + - { offsetInCU: 0x677, offset: 0x124090, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x630, symBinAddr: 0x6C390, symSize: 0x10 } + - { offsetInCU: 0x6AF, offset: 0x1240C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x750, symBinAddr: 0x6C4B0, symSize: 0x20 } + - { offsetInCU: 0x6CB, offset: 0x1240E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x770, symBinAddr: 0x6C4D0, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x1242D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC10layerModelAcA0dF0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x6C7B0, symSize: 0x220 } + - { offsetInCU: 0xE0, offset: 0x124364, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x220, symBinAddr: 0x6C9D0, symSize: 0x6F0 } + - { offsetInCU: 0x27E, offset: 0x124502, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC06renderD8ContentsSbvg', symObjAddr: 0x910, symBinAddr: 0x6D0C0, symSize: 0x10 } + - { offsetInCU: 0x2A9, offset: 0x12452D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC05setupD10Animations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x920, symBinAddr: 0x6D0D0, symSize: 0xD10 } + - { offsetInCU: 0x749, offset: 0x1249CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC14setupSublayers33_569130E0C2329B8CD6C17F433FB572B2LLyyF', symObjAddr: 0x1630, symBinAddr: 0x6DDE0, symSize: 0x490 } + - { offsetInCU: 0xA36, offset: 0x124CBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1AC0, symBinAddr: 0x6E270, symSize: 0xA0 } + - { offsetInCU: 0xA82, offset: 0x124D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x1B60, symBinAddr: 0x6E310, symSize: 0x220 } + - { offsetInCU: 0xB52, offset: 0x124DD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1D80, symBinAddr: 0x6E530, symSize: 0x50 } + - { offsetInCU: 0xB98, offset: 0x124E1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC11addSublayeryySo7CALayerCFTo', symObjAddr: 0x1DD0, symBinAddr: 0x6E580, symSize: 0x70 } + - { offsetInCU: 0xC12, offset: 0x124E96, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCACycfcTo', symObjAddr: 0x1E40, symBinAddr: 0x6E5F0, symSize: 0x30 } + - { offsetInCU: 0xC79, offset: 0x124EFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfD', symObjAddr: 0x1EA0, symBinAddr: 0x6E650, symSize: 0x30 } + - { offsetInCU: 0xFD8, offset: 0x12525C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfE', symObjAddr: 0x1E70, symBinAddr: 0x6E620, symSize: 0x30 } + - { offsetInCU: 0x1005, offset: 0x125289, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfETo', symObjAddr: 0x1ED0, symBinAddr: 0x6E680, symSize: 0x30 } + - { offsetInCU: 0x1034, offset: 0x1252B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCMa', symObjAddr: 0x1F00, symBinAddr: 0x6E6B0, symSize: 0x20 } + - { offsetInCU: 0x1048, offset: 0x1252CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOc', symObjAddr: 0x1FF0, symBinAddr: 0x6E700, symSize: 0x40 } + - { offsetInCU: 0x105C, offset: 0x1252E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOh', symObjAddr: 0x2070, symBinAddr: 0x6E740, symSize: 0x30 } + - { offsetInCU: 0x1070, offset: 0x1252F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pWOb', symObjAddr: 0x20A0, symBinAddr: 0x6E770, symSize: 0x1F } + - { offsetInCU: 0x2B, offset: 0x12568C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x6E790, symSize: 0x60 } + - { offsetInCU: 0x4F, offset: 0x1256B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x6E790, symSize: 0x60 } + - { offsetInCU: 0x7E, offset: 0x1256DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeWidth12CoreGraphics7CGFloatVvg', symObjAddr: 0x60, symBinAddr: 0x6E7F0, symSize: 0x60 } + - { offsetInCU: 0xAD, offset: 0x12570E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC8tracking12CoreGraphics7CGFloatVvg', symObjAddr: 0xC0, symBinAddr: 0x6E850, symSize: 0x60 } + - { offsetInCU: 0xDC, offset: 0x12573D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC5xformSo13CATransform3DVvg', symObjAddr: 0x120, symBinAddr: 0x6E8B0, symSize: 0x150 } + - { offsetInCU: 0x10B, offset: 0x12576C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC9fillColorSo10CGColorRefaSgvg', symObjAddr: 0x270, symBinAddr: 0x6EA00, symSize: 0x60 } + - { offsetInCU: 0x13A, offset: 0x12579B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC7opacity12CoreGraphics7CGFloatVvg', symObjAddr: 0x2D0, symBinAddr: 0x6EA60, symSize: 0x60 } + - { offsetInCU: 0x169, offset: 0x1257CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfd', symObjAddr: 0x740, symBinAddr: 0x6EED0, symSize: 0x80 } + - { offsetInCU: 0x196, offset: 0x1257F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfD', symObjAddr: 0x7C0, symBinAddr: 0x6EF50, symSize: 0x20 } + - { offsetInCU: 0x1C3, offset: 0x125824, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x800, symBinAddr: 0x6EF90, symSize: 0x10 } + - { offsetInCU: 0x1EE, offset: 0x12584F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x810, symBinAddr: 0x6EFA0, symSize: 0x30 } + - { offsetInCU: 0x220, offset: 0x125881, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x840, symBinAddr: 0x6EFD0, symSize: 0x10 } + - { offsetInCU: 0x4FF, offset: 0x125B60, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x330, symBinAddr: 0x6EAC0, symSize: 0x290 } + - { offsetInCU: 0x731, offset: 0x125D92, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfd', symObjAddr: 0x5C0, symBinAddr: 0x6ED50, symSize: 0xD0 } + - { offsetInCU: 0x75E, offset: 0x125DBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfD', symObjAddr: 0x690, symBinAddr: 0x6EE20, symSize: 0x20 } + - { offsetInCU: 0x79A, offset: 0x125DFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0x6D0, symBinAddr: 0x6EE60, symSize: 0x20 } + - { offsetInCU: 0x7DB, offset: 0x125E3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x6F0, symBinAddr: 0x6EE80, symSize: 0x30 } + - { offsetInCU: 0x81C, offset: 0x125E7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP07keypathE0SDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x720, symBinAddr: 0x6EEB0, symSize: 0x20 } + - { offsetInCU: 0x84E, offset: 0x125EAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC04textC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0xF20, symBinAddr: 0x6F670, symSize: 0x25E0 } + - { offsetInCU: 0x16BD, offset: 0x126D1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCMa', symObjAddr: 0x6B0, symBinAddr: 0x6EE40, symSize: 0x20 } + - { offsetInCU: 0x16D1, offset: 0x126D32, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCMa', symObjAddr: 0x7E0, symBinAddr: 0x6EF70, symSize: 0x20 } + - { offsetInCU: 0x1711, offset: 0x126D72, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCfD', symObjAddr: 0x850, symBinAddr: 0x6EFE0, symSize: 0x40 } + - { offsetInCU: 0x1777, offset: 0x126DD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyF0pvgTW', symObjAddr: 0x8B0, symBinAddr: 0x6F040, symSize: 0x40 } + - { offsetInCU: 0x17C2, offset: 0x126E23, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x8F0, symBinAddr: 0x6F080, symSize: 0x30 } + - { offsetInCU: 0x1815, offset: 0x126E76, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x920, symBinAddr: 0x6F0B0, symSize: 0x40 } + - { offsetInCU: 0x1860, offset: 0x126EC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x960, symBinAddr: 0x6F0F0, symSize: 0x10 } + - { offsetInCU: 0x1893, offset: 0x126EF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x970, symBinAddr: 0x6F100, symSize: 0x10 } + - { offsetInCU: 0x18BE, offset: 0x126F1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x980, symBinAddr: 0x6F110, symSize: 0x10 } + - { offsetInCU: 0x18F1, offset: 0x126F52, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x990, symBinAddr: 0x6F120, symSize: 0x10 } + - { offsetInCU: 0x191C, offset: 0x126F7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x9A0, symBinAddr: 0x6F130, symSize: 0x10 } + - { offsetInCU: 0x194F, offset: 0x126FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x9B0, symBinAddr: 0x6F140, symSize: 0x10 } + - { offsetInCU: 0x197A, offset: 0x126FDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x9C0, symBinAddr: 0x6F150, symSize: 0x10 } + - { offsetInCU: 0x19BC, offset: 0x12701D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x9D0, symBinAddr: 0x6F160, symSize: 0x10 } + - { offsetInCU: 0x19FE, offset: 0x12705F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x9E0, symBinAddr: 0x6F170, symSize: 0x20 } + - { offsetInCU: 0x1A31, offset: 0x127092, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA00, symBinAddr: 0x6F190, symSize: 0x10 } + - { offsetInCU: 0x1A62, offset: 0x1270C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xAC0, symBinAddr: 0x6F250, symSize: 0x420 } + - { offsetInCU: 0x1F0C, offset: 0x12756D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCMa', symObjAddr: 0x890, symBinAddr: 0x6F020, symSize: 0x20 } + - { offsetInCU: 0x1F48, offset: 0x1275A9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_6Lottie15AnyNodeProperty_pTg5Tf4nnen_n', symObjAddr: 0xA10, symBinAddr: 0x6F1A0, symSize: 0xB0 } + - { offsetInCU: 0x3F, offset: 0x127B04, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg', symObjAddr: 0x0, symBinAddr: 0x71C50, symSize: 0xA0 } + - { offsetInCU: 0xA0, offset: 0x127B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie27ReducedMotionOptionProvider_pWOb', symObjAddr: 0xD0, symBinAddr: 0x71CF0, symSize: 0x20 } + - { offsetInCU: 0xB4, offset: 0x127B79, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ', symObjAddr: 0x180, symBinAddr: 0x71D10, symSize: 0x10 } + - { offsetInCU: 0xE0, offset: 0x127BA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ', symObjAddr: 0x190, symBinAddr: 0x71D20, symSize: 0x10 } + - { offsetInCU: 0x10C, offset: 0x127BD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ', symObjAddr: 0x1A0, symBinAddr: 0x71D30, symSize: 0x50 } + - { offsetInCU: 0x154, offset: 0x127C19, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVACycfC', symObjAddr: 0x1F0, symBinAddr: 0x71D80, symSize: 0x10 } + - { offsetInCU: 0x172, offset: 0x127C37, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg', symObjAddr: 0x590, symBinAddr: 0x72120, symSize: 0x20 } + - { offsetInCU: 0x197, offset: 0x127C5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVAA0cdeF0A2aDP07currentcD4ModeAA0cdH0OvgTW', symObjAddr: 0x5B0, symBinAddr: 0x72140, symSize: 0x20 } + - { offsetInCU: 0x1CA, offset: 0x127C8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ', symObjAddr: 0x200, symBinAddr: 0x71D90, symSize: 0x10 } + - { offsetInCU: 0x1EA, offset: 0x127CAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x210, symBinAddr: 0x71DA0, symSize: 0x10 } + - { offsetInCU: 0x24C, offset: 0x127D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x480, symBinAddr: 0x72010, symSize: 0x20 } + - { offsetInCU: 0x2AF, offset: 0x127D74, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO9hashValueSivg', symObjAddr: 0x4A0, symBinAddr: 0x72030, symSize: 0x40 } + - { offsetInCU: 0x3AA, offset: 0x127E6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4E0, symBinAddr: 0x72070, symSize: 0x10 } + - { offsetInCU: 0x400, offset: 0x127EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH9hashValueSivgTW', symObjAddr: 0x4F0, symBinAddr: 0x72080, symSize: 0x40 } + - { offsetInCU: 0x4E4, offset: 0x127FA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x530, symBinAddr: 0x720C0, symSize: 0x20 } + - { offsetInCU: 0x578, offset: 0x12803D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF', symObjAddr: 0x220, symBinAddr: 0x71DB0, symSize: 0x80 } + - { offsetInCU: 0x728, offset: 0x1281ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO9hashValueSivg', symObjAddr: 0x2A0, symBinAddr: 0x71E30, symSize: 0xA0 } + - { offsetInCU: 0x892, offset: 0x128357, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x340, symBinAddr: 0x71ED0, symSize: 0x10 } + - { offsetInCU: 0x8AE, offset: 0x128373, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x350, symBinAddr: 0x71EE0, symSize: 0x80 } + - { offsetInCU: 0x9BB, offset: 0x128480, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x470, symBinAddr: 0x72000, symSize: 0x10 } + - { offsetInCU: 0x9ED, offset: 0x1284B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x5D0, symBinAddr: 0x72160, symSize: 0x120 } + - { offsetInCU: 0xAA6, offset: 0x12856B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASQWb', symObjAddr: 0x6F0, symBinAddr: 0x72280, symSize: 0x10 } + - { offsetInCU: 0xABA, offset: 0x12857F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOACSQAAWl', symObjAddr: 0x700, symBinAddr: 0x72290, symSize: 0x30 } + - { offsetInCU: 0xACE, offset: 0x128593, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASQWb', symObjAddr: 0x730, symBinAddr: 0x722C0, symSize: 0x10 } + - { offsetInCU: 0xAE2, offset: 0x1285A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOACSQAAWl', symObjAddr: 0x740, symBinAddr: 0x722D0, symSize: 0x30 } + - { offsetInCU: 0xAF6, offset: 0x1285BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwCP', symObjAddr: 0x770, symBinAddr: 0x72300, symSize: 0x30 } + - { offsetInCU: 0xB0A, offset: 0x1285CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwxx', symObjAddr: 0x7A0, symBinAddr: 0x72330, symSize: 0x40 } + - { offsetInCU: 0xB1E, offset: 0x1285E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwcp', symObjAddr: 0x7E0, symBinAddr: 0x72370, symSize: 0x80 } + - { offsetInCU: 0xB32, offset: 0x1285F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwca', symObjAddr: 0x860, symBinAddr: 0x723F0, symSize: 0xA0 } + - { offsetInCU: 0xB46, offset: 0x12860B, size: 0x8, addend: 0x0, symName: ___swift_memcpy81_8, symObjAddr: 0x900, symBinAddr: 0x72490, symSize: 0x40 } + - { offsetInCU: 0xB5A, offset: 0x12861F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwta', symObjAddr: 0x940, symBinAddr: 0x724D0, symSize: 0x90 } + - { offsetInCU: 0xB6E, offset: 0x128633, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwet', symObjAddr: 0x9D0, symBinAddr: 0x72560, symSize: 0x40 } + - { offsetInCU: 0xB82, offset: 0x128647, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwst', symObjAddr: 0xA10, symBinAddr: 0x725A0, symSize: 0x60 } + - { offsetInCU: 0xB96, offset: 0x12865B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwug', symObjAddr: 0xA70, symBinAddr: 0x72600, symSize: 0x20 } + - { offsetInCU: 0xBAA, offset: 0x12866F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwup', symObjAddr: 0xA90, symBinAddr: 0x72620, symSize: 0x10 } + - { offsetInCU: 0xBBE, offset: 0x128683, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwui', symObjAddr: 0xAA0, symBinAddr: 0x72630, symSize: 0x30 } + - { offsetInCU: 0xBD2, offset: 0x128697, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOMa', symObjAddr: 0xAD0, symBinAddr: 0x72660, symSize: 0x10 } + - { offsetInCU: 0xBE6, offset: 0x1286AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwet', symObjAddr: 0xB00, symBinAddr: 0x72670, symSize: 0x80 } + - { offsetInCU: 0xBFA, offset: 0x1286BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwst', symObjAddr: 0xB80, symBinAddr: 0x726F0, symSize: 0xD0 } + - { offsetInCU: 0xC0E, offset: 0x1286D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwug', symObjAddr: 0xC50, symBinAddr: 0x727C0, symSize: 0x10 } + - { offsetInCU: 0xC22, offset: 0x1286E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwup', symObjAddr: 0xC60, symBinAddr: 0x727D0, symSize: 0x10 } + - { offsetInCU: 0xC36, offset: 0x1286FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwui', symObjAddr: 0xC70, symBinAddr: 0x727E0, symSize: 0x10 } + - { offsetInCU: 0xC4A, offset: 0x12870F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOMa', symObjAddr: 0xC80, symBinAddr: 0x727F0, symSize: 0x10 } + - { offsetInCU: 0xC5E, offset: 0x128723, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVMa', symObjAddr: 0xCA0, symBinAddr: 0x72810, symSize: 0xA } + - { offsetInCU: 0xD05, offset: 0x1287CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3D0, symBinAddr: 0x71F60, symSize: 0xA0 } + - { offsetInCU: 0xE5C, offset: 0x128921, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x550, symBinAddr: 0x720E0, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x128B33, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x72820, symSize: 0x130 } + - { offsetInCU: 0x79, offset: 0x128B81, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x72820, symSize: 0x130 } + - { offsetInCU: 0xC7, offset: 0x128BCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x130, symBinAddr: 0x72950, symSize: 0x100 } + - { offsetInCU: 0xFB, offset: 0x128C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfC', symObjAddr: 0x290, symBinAddr: 0x72AB0, symSize: 0x50 } + - { offsetInCU: 0x119, offset: 0x128C21, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc', symObjAddr: 0x2E0, symBinAddr: 0x72B00, symSize: 0x100 } + - { offsetInCU: 0x1BF, offset: 0x128CC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg', symObjAddr: 0x4D0, symBinAddr: 0x72CB0, symSize: 0x30 } + - { offsetInCU: 0x20A, offset: 0x128D12, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs', symObjAddr: 0x500, symBinAddr: 0x72CE0, symSize: 0x50 } + - { offsetInCU: 0x24E, offset: 0x128D56, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM', symObjAddr: 0x550, symBinAddr: 0x72D30, symSize: 0x40 } + - { offsetInCU: 0x27B, offset: 0x128D83, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM.resume.0', symObjAddr: 0x590, symBinAddr: 0x72D70, symSize: 0x30 } + - { offsetInCU: 0x2C5, offset: 0x128DCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9valueTypeypXpvg', symObjAddr: 0x5C0, symBinAddr: 0x72DA0, symSize: 0x10 } + - { offsetInCU: 0x2F0, offset: 0x128DF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x5D0, symBinAddr: 0x72DB0, symSize: 0xB0 } + - { offsetInCU: 0x33B, offset: 0x128E43, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x6A0, symBinAddr: 0x72E80, symSize: 0x30 } + - { offsetInCU: 0x3A1, offset: 0x128EA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x740, symBinAddr: 0x72F20, symSize: 0x20 } + - { offsetInCU: 0x3C4, offset: 0x128ECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfd', symObjAddr: 0x760, symBinAddr: 0x72F40, symSize: 0x20 } + - { offsetInCU: 0x3FF, offset: 0x128F07, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfD', symObjAddr: 0x7B0, symBinAddr: 0x72F60, symSize: 0x30 } + - { offsetInCU: 0x442, offset: 0x128F4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x7E0, symBinAddr: 0x72F90, symSize: 0x20 } + - { offsetInCU: 0x45E, offset: 0x128F66, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x800, symBinAddr: 0x72FB0, symSize: 0x10 } + - { offsetInCU: 0x4A4, offset: 0x128FAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x810, symBinAddr: 0x72FC0, symSize: 0x20 } + - { offsetInCU: 0x504, offset: 0x12900C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOe', symObjAddr: 0x230, symBinAddr: 0x72A50, symSize: 0x20 } + - { offsetInCU: 0x518, offset: 0x129020, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVACSHAAWl', symObjAddr: 0x250, symBinAddr: 0x72A70, symSize: 0x40 } + - { offsetInCU: 0x54D, offset: 0x129055, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGSayxGSHsSHRzlWl', symObjAddr: 0x420, symBinAddr: 0x72C00, symSize: 0x50 } + - { offsetInCU: 0x561, offset: 0x129069, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGMa', symObjAddr: 0x470, symBinAddr: 0x72C50, symSize: 0x30 } + - { offsetInCU: 0x575, offset: 0x12907D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSHAAWl', symObjAddr: 0x4A0, symBinAddr: 0x72C80, symSize: 0x30 } + - { offsetInCU: 0x589, offset: 0x129091, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOy', symObjAddr: 0x680, symBinAddr: 0x72E60, symSize: 0x20 } + - { offsetInCU: 0x59D, offset: 0x1290A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x700, symBinAddr: 0x72EE0, symSize: 0x40 } + - { offsetInCU: 0x5E5, offset: 0x1290ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x830, symBinAddr: 0x72FE0, symSize: 0x20 } + - { offsetInCU: 0x614, offset: 0x12911C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x850, symBinAddr: 0x73000, symSize: 0x10 } + - { offsetInCU: 0x65E, offset: 0x129166, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x860, symBinAddr: 0x73010, symSize: 0x20 } + - { offsetInCU: 0x6A5, offset: 0x1291AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCMa', symObjAddr: 0x900, symBinAddr: 0x730B0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1293BD, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x73110, symSize: 0x640 } + - { offsetInCU: 0x2A0, offset: 0x129636, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x73110, symSize: 0x640 } + - { offsetInCU: 0x2B, offset: 0x12A1BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x73750, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0x12A201, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x73750, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0x12A253, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0x737C0, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x12A294, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0x737E0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x12A2D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0x73810, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x12A307, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesC7ellipseAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x5E0, symBinAddr: 0x73CF0, symSize: 0x2C0 } + - { offsetInCU: 0x41D, offset: 0x12A5B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCMa', symObjAddr: 0x50, symBinAddr: 0x737A0, symSize: 0x20 } + - { offsetInCU: 0x4EF, offset: 0x12A683, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0x73830, symSize: 0xB0 } + - { offsetInCU: 0x5DD, offset: 0x12A771, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCfD', symObjAddr: 0x190, symBinAddr: 0x738E0, symSize: 0x40 } + - { offsetInCU: 0x63E, offset: 0x12A7D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1F0, symBinAddr: 0x73940, symSize: 0x40 } + - { offsetInCU: 0x688, offset: 0x12A81C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x230, symBinAddr: 0x73980, symSize: 0x30 } + - { offsetInCU: 0x6BA, offset: 0x12A84E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x260, symBinAddr: 0x739B0, symSize: 0x10 } + - { offsetInCU: 0x6D6, offset: 0x12A86A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x270, symBinAddr: 0x739C0, symSize: 0x10 } + - { offsetInCU: 0x73A, offset: 0x12A8CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x280, symBinAddr: 0x739D0, symSize: 0x20 } + - { offsetInCU: 0x79C, offset: 0x12A930, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2A0, symBinAddr: 0x739F0, symSize: 0x10 } + - { offsetInCU: 0x7C7, offset: 0x12A95B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2B0, symBinAddr: 0x73A00, symSize: 0x10 } + - { offsetInCU: 0x7F9, offset: 0x12A98D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2C0, symBinAddr: 0x73A10, symSize: 0x10 } + - { offsetInCU: 0x824, offset: 0x12A9B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2D0, symBinAddr: 0x73A20, symSize: 0x10 } + - { offsetInCU: 0x865, offset: 0x12A9F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0x73A30, symSize: 0x10 } + - { offsetInCU: 0x8A6, offset: 0x12AA3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x2F0, symBinAddr: 0x73A40, symSize: 0x20 } + - { offsetInCU: 0x8E7, offset: 0x12AA7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x310, symBinAddr: 0x73A60, symSize: 0x20 } + - { offsetInCU: 0x919, offset: 0x12AAAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC06parentC07ellipseAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x8A0, symBinAddr: 0x73FB0, symSize: 0x130 } + - { offsetInCU: 0x9D3, offset: 0x12AB67, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCMa', symObjAddr: 0x1D0, symBinAddr: 0x73920, symSize: 0x20 } + - { offsetInCU: 0xAD0, offset: 0x12AC64, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7ellipse4size6center9directionACSo6CGSizeV_So7CGPointVAA0C9DirectionOtFZTf4nnnd_n', symObjAddr: 0x330, symBinAddr: 0x73A80, symSize: 0x270 } + - { offsetInCU: 0x43, offset: 0x12B35A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x740F0, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x12B36E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwxx', symObjAddr: 0x30, symBinAddr: 0x74120, symSize: 0x10 } + - { offsetInCU: 0x6B, offset: 0x12B382, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwcp', symObjAddr: 0x40, symBinAddr: 0x74130, symSize: 0x30 } + - { offsetInCU: 0x7F, offset: 0x12B396, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwca', symObjAddr: 0x70, symBinAddr: 0x74160, symSize: 0x50 } + - { offsetInCU: 0x93, offset: 0x12B3AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwta', symObjAddr: 0xE0, symBinAddr: 0x741B0, symSize: 0x40 } + - { offsetInCU: 0xA7, offset: 0x12B3BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwet', symObjAddr: 0x120, symBinAddr: 0x741F0, symSize: 0x40 } + - { offsetInCU: 0xBB, offset: 0x12B3D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwst', symObjAddr: 0x160, symBinAddr: 0x74230, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0x12B3E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVMa', symObjAddr: 0x1A0, symBinAddr: 0x74270, symSize: 0x10 } + - { offsetInCU: 0x45C, offset: 0x12B773, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV02cgC0So9CGPathRefayF', symObjAddr: 0x1B0, symBinAddr: 0x74280, symSize: 0x190 } + - { offsetInCU: 0x601, offset: 0x12B918, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9addVertexyyAA05CurveE0VF', symObjAddr: 0x340, symBinAddr: 0x74410, symSize: 0x1F0 } + - { offsetInCU: 0x9D2, offset: 0x12BCE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV04trimC9AtLengths33_3AD676776FA89DEF7F58E43AF7646C3ALL9positionsSayACGSay12CoreGraphics7CGFloatV5start_AJ3endtG_tF', symObjAddr: 0x530, symBinAddr: 0x74600, symSize: 0x1010 } + - { offsetInCU: 0x1F78, offset: 0x12D28F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO8rawValueSSvg', symObjAddr: 0x1540, symBinAddr: 0x75610, symSize: 0x20 } + - { offsetInCU: 0x1FAF, offset: 0x12D2C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0x1560, symBinAddr: 0x75630, symSize: 0x20 } + - { offsetInCU: 0x202D, offset: 0x12D344, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x15C0, symBinAddr: 0x75690, symSize: 0x70 } + - { offsetInCU: 0x2093, offset: 0x12D3AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1630, symBinAddr: 0x75700, symSize: 0x30 } + - { offsetInCU: 0x20AF, offset: 0x12D3C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1660, symBinAddr: 0x75730, symSize: 0x10 } + - { offsetInCU: 0x20E5, offset: 0x12D3FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1670, symBinAddr: 0x75740, symSize: 0x60 } + - { offsetInCU: 0x216A, offset: 0x12D481, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x16D0, symBinAddr: 0x757A0, symSize: 0x10 } + - { offsetInCU: 0x2186, offset: 0x12D49D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x16E0, symBinAddr: 0x757B0, symSize: 0x10 } + - { offsetInCU: 0x21B9, offset: 0x12D4D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1730, symBinAddr: 0x75800, symSize: 0x380 } + - { offsetInCU: 0x23BC, offset: 0x12D6D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1AB0, symBinAddr: 0x75B80, symSize: 0x30 } + - { offsetInCU: 0x23F5, offset: 0x12D70C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1AE0, symBinAddr: 0x75BB0, symSize: 0x20 } + - { offsetInCU: 0x25B6, offset: 0x12D8CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x1B00, symBinAddr: 0x75BD0, symSize: 0xFE0 } + - { offsetInCU: 0x36FF, offset: 0x12EA16, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x2AE0, symBinAddr: 0x76BB0, symSize: 0xE10 } + - { offsetInCU: 0x3F5D, offset: 0x12F274, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x3960, symBinAddr: 0x779C0, symSize: 0x30 } + - { offsetInCU: 0x3F71, offset: 0x12F288, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGSgWOh', symObjAddr: 0x3990, symBinAddr: 0x779F0, symSize: 0x30 } + - { offsetInCU: 0x3F85, offset: 0x12F29C, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGMa', symObjAddr: 0x39F0, symBinAddr: 0x77A20, symSize: 0x50 } + - { offsetInCU: 0x3F99, offset: 0x12F2B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwet', symObjAddr: 0x3B20, symBinAddr: 0x77AD0, symSize: 0x80 } + - { offsetInCU: 0x3FAD, offset: 0x12F2C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwst', symObjAddr: 0x3BA0, symBinAddr: 0x77B50, symSize: 0xD0 } + - { offsetInCU: 0x3FC1, offset: 0x12F2D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwug', symObjAddr: 0x3C70, symBinAddr: 0x77C20, symSize: 0x10 } + - { offsetInCU: 0x3FD5, offset: 0x12F2EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwup', symObjAddr: 0x3C80, symBinAddr: 0x77C30, symSize: 0x10 } + - { offsetInCU: 0x3FE9, offset: 0x12F300, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwui', symObjAddr: 0x3C90, symBinAddr: 0x77C40, symSize: 0x10 } + - { offsetInCU: 0x3FFD, offset: 0x12F314, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOMa', symObjAddr: 0x3CA0, symBinAddr: 0x77C50, symSize: 0x10 } + - { offsetInCU: 0x4011, offset: 0x12F328, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASQWb', symObjAddr: 0x3CB0, symBinAddr: 0x77C60, symSize: 0x10 } + - { offsetInCU: 0x4025, offset: 0x12F33C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAESQAAWl', symObjAddr: 0x3CC0, symBinAddr: 0x77C70, symSize: 0x30 } + - { offsetInCU: 0x4039, offset: 0x12F350, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3CF0, symBinAddr: 0x77CA0, symSize: 0x10 } + - { offsetInCU: 0x404D, offset: 0x12F364, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3D00, symBinAddr: 0x77CB0, symSize: 0x30 } + - { offsetInCU: 0x4061, offset: 0x12F378, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3D30, symBinAddr: 0x77CE0, symSize: 0x10 } + - { offsetInCU: 0x4075, offset: 0x12F38C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x3D40, symBinAddr: 0x77CF0, symSize: 0x30 } + - { offsetInCU: 0x4180, offset: 0x12F497, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1580, symBinAddr: 0x75650, symSize: 0x10 } + - { offsetInCU: 0x419C, offset: 0x12F4B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1590, symBinAddr: 0x75660, symSize: 0x10 } + - { offsetInCU: 0x41B8, offset: 0x12F4CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x15A0, symBinAddr: 0x75670, symSize: 0x10 } + - { offsetInCU: 0x41D4, offset: 0x12F4EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x15B0, symBinAddr: 0x75680, symSize: 0x10 } + - { offsetInCU: 0x41F7, offset: 0x12F50E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x16F0, symBinAddr: 0x757C0, symSize: 0x20 } + - { offsetInCU: 0x4213, offset: 0x12F52A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1710, symBinAddr: 0x757E0, symSize: 0x20 } + - { offsetInCU: 0x9D, offset: 0x12F974, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfC', symObjAddr: 0x0, symBinAddr: 0x77D20, symSize: 0x80 } + - { offsetInCU: 0xED, offset: 0x12F9C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc', symObjAddr: 0x80, symBinAddr: 0x77DA0, symSize: 0x80 } + - { offsetInCU: 0x134, offset: 0x12FA0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfcTo', symObjAddr: 0x100, symBinAddr: 0x77E20, symSize: 0xB0 } + - { offsetInCU: 0x1B4, offset: 0x12FA8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC5namedyACSSFZTo', symObjAddr: 0x1B0, symBinAddr: 0x77ED0, symSize: 0xD0 } + - { offsetInCU: 0x250, offset: 0x12FB27, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfc', symObjAddr: 0x2A0, symBinAddr: 0x77FC0, symSize: 0x30 } + - { offsetInCU: 0x2B3, offset: 0x12FB8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfcTo', symObjAddr: 0x2D0, symBinAddr: 0x77FF0, symSize: 0x30 } + - { offsetInCU: 0x35C, offset: 0x12FC33, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCfETo', symObjAddr: 0x310, symBinAddr: 0x78030, symSize: 0x50 } + - { offsetInCU: 0x45D, offset: 0x12FD34, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ', symObjAddr: 0x360, symBinAddr: 0x78080, symSize: 0x190 } + - { offsetInCU: 0x5D2, offset: 0x12FEA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg', symObjAddr: 0x4F0, symBinAddr: 0x78210, symSize: 0x10 } + - { offsetInCU: 0x608, offset: 0x12FEDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfC', symObjAddr: 0x520, symBinAddr: 0x78240, symSize: 0x20 } + - { offsetInCU: 0x625, offset: 0x12FEFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg', symObjAddr: 0x540, symBinAddr: 0x78260, symSize: 0x10 } + - { offsetInCU: 0x668, offset: 0x12FF3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x620, symBinAddr: 0x78340, symSize: 0x20 } + - { offsetInCU: 0x699, offset: 0x12FF70, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x640, symBinAddr: 0x78360, symSize: 0x10 } + - { offsetInCU: 0x719, offset: 0x12FFF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfC', symObjAddr: 0x650, symBinAddr: 0x78370, symSize: 0x40 } + - { offsetInCU: 0x760, offset: 0x130037, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc', symObjAddr: 0x690, symBinAddr: 0x783B0, symSize: 0x40 } + - { offsetInCU: 0x791, offset: 0x130068, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfcTo', symObjAddr: 0x6D0, symBinAddr: 0x783F0, symSize: 0x20 } + - { offsetInCU: 0x7E3, offset: 0x1300BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfC', symObjAddr: 0x6F0, symBinAddr: 0x78410, symSize: 0x40 } + - { offsetInCU: 0x817, offset: 0x1300EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc', symObjAddr: 0x730, symBinAddr: 0x78450, symSize: 0x30 } + - { offsetInCU: 0x82B, offset: 0x130102, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTo', symObjAddr: 0x760, symBinAddr: 0x78480, symSize: 0x50 } + - { offsetInCU: 0x893, offset: 0x13016A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfC', symObjAddr: 0x7B0, symBinAddr: 0x784D0, symSize: 0x70 } + - { offsetInCU: 0x8E5, offset: 0x1301BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc', symObjAddr: 0x820, symBinAddr: 0x78540, symSize: 0x60 } + - { offsetInCU: 0x918, offset: 0x1301EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfcTo', symObjAddr: 0x880, symBinAddr: 0x785A0, symSize: 0x90 } + - { offsetInCU: 0x968, offset: 0x13023F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfC', symObjAddr: 0x910, symBinAddr: 0x78630, symSize: 0x40 } + - { offsetInCU: 0x9A6, offset: 0x13027D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc', symObjAddr: 0x950, symBinAddr: 0x78670, symSize: 0x220 } + - { offsetInCU: 0xA60, offset: 0x130337, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5Error_pSgcfU_', symObjAddr: 0xB70, symBinAddr: 0x78890, symSize: 0x10 } + - { offsetInCU: 0xA78, offset: 0x13034F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfcTo', symObjAddr: 0xB80, symBinAddr: 0x788A0, symSize: 0x60 } + - { offsetInCU: 0xACA, offset: 0x1303A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfC', symObjAddr: 0xBE0, symBinAddr: 0x78900, symSize: 0x70 } + - { offsetInCU: 0xB11, offset: 0x1303E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc', symObjAddr: 0xC50, symBinAddr: 0x78970, symSize: 0x50 } + - { offsetInCU: 0xB42, offset: 0x130419, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfcTo', symObjAddr: 0xCA0, symBinAddr: 0x789C0, symSize: 0x90 } + - { offsetInCU: 0xB96, offset: 0x13046D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfC', symObjAddr: 0xD30, symBinAddr: 0x78A50, symSize: 0x50 } + - { offsetInCU: 0xBCA, offset: 0x1304A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc', symObjAddr: 0xD80, symBinAddr: 0x78AA0, symSize: 0x40 } + - { offsetInCU: 0xBDE, offset: 0x1304B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTo', symObjAddr: 0xDC0, symBinAddr: 0x78AE0, symSize: 0x70 } + - { offsetInCU: 0xC10, offset: 0x1304E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xE30, symBinAddr: 0x78B50, symSize: 0x80 } + - { offsetInCU: 0xC2E, offset: 0x130505, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xEB0, symBinAddr: 0x78BD0, symSize: 0x130 } + - { offsetInCU: 0xCB5, offset: 0x13058C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xFE0, symBinAddr: 0x78D00, symSize: 0x30 } + - { offsetInCU: 0xCE0, offset: 0x1305B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1010, symBinAddr: 0x78D30, symSize: 0x40 } + - { offsetInCU: 0xD12, offset: 0x1305E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvW', symObjAddr: 0x10D0, symBinAddr: 0x78DF0, symSize: 0x140 } + - { offsetInCU: 0xDCA, offset: 0x1306A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM', symObjAddr: 0x1210, symBinAddr: 0x78F30, symSize: 0x40 } + - { offsetInCU: 0xE17, offset: 0x1306EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1270, symBinAddr: 0x78F90, symSize: 0x40 } + - { offsetInCU: 0xE52, offset: 0x130729, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg', symObjAddr: 0x12B0, symBinAddr: 0x78FD0, symSize: 0x30 } + - { offsetInCU: 0xE6F, offset: 0x130746, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x12E0, symBinAddr: 0x79000, symSize: 0x40 } + - { offsetInCU: 0xEA9, offset: 0x130780, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs', symObjAddr: 0x1320, symBinAddr: 0x79040, symSize: 0xC0 } + - { offsetInCU: 0xF6D, offset: 0x130844, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM', symObjAddr: 0x13E0, symBinAddr: 0x79100, symSize: 0x50 } + - { offsetInCU: 0xF9A, offset: 0x130871, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x1430, symBinAddr: 0x79150, symSize: 0xC0 } + - { offsetInCU: 0x102F, offset: 0x130906, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvW', symObjAddr: 0x1770, symBinAddr: 0x79490, symSize: 0x180 } + - { offsetInCU: 0x111C, offset: 0x1309F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM', symObjAddr: 0x18F0, symBinAddr: 0x79610, symSize: 0x40 } + - { offsetInCU: 0x1169, offset: 0x130A40, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0x1980, symBinAddr: 0x796A0, symSize: 0x20 } + - { offsetInCU: 0x11A6, offset: 0x130A7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg', symObjAddr: 0x19A0, symBinAddr: 0x796C0, symSize: 0x20 } + - { offsetInCU: 0x11ED, offset: 0x130AC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x19C0, symBinAddr: 0x796E0, symSize: 0x20 } + - { offsetInCU: 0x1232, offset: 0x130B09, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs', symObjAddr: 0x19E0, symBinAddr: 0x79700, symSize: 0x20 } + - { offsetInCU: 0x1259, offset: 0x130B30, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM', symObjAddr: 0x1A00, symBinAddr: 0x79720, symSize: 0x40 } + - { offsetInCU: 0x12A3, offset: 0x130B7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM.resume.0', symObjAddr: 0x1A40, symBinAddr: 0x79760, symSize: 0x20 } + - { offsetInCU: 0x132D, offset: 0x130C04, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvsTo', symObjAddr: 0x1AA0, symBinAddr: 0x797C0, symSize: 0x80 } + - { offsetInCU: 0x13B7, offset: 0x130C8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x1B20, symBinAddr: 0x79840, symSize: 0x60 } + - { offsetInCU: 0x1464, offset: 0x130D3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x1BE0, symBinAddr: 0x79900, symSize: 0x80 } + - { offsetInCU: 0x14DA, offset: 0x130DB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x1C60, symBinAddr: 0x79980, symSize: 0x80 } + - { offsetInCU: 0x157F, offset: 0x130E56, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1CE0, symBinAddr: 0x79A00, symSize: 0x40 } + - { offsetInCU: 0x159B, offset: 0x130E72, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x1D20, symBinAddr: 0x79A40, symSize: 0x130 } + - { offsetInCU: 0x1705, offset: 0x130FDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x1E90, symBinAddr: 0x79BB0, symSize: 0x30 } + - { offsetInCU: 0x1732, offset: 0x131009, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1EE0, symBinAddr: 0x79C00, symSize: 0x20 } + - { offsetInCU: 0x174E, offset: 0x131025, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg', symObjAddr: 0x1F00, symBinAddr: 0x79C20, symSize: 0x70 } + - { offsetInCU: 0x17C5, offset: 0x13109C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvgTo', symObjAddr: 0x1F70, symBinAddr: 0x79C90, symSize: 0x40 } + - { offsetInCU: 0x17E1, offset: 0x1310B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg', symObjAddr: 0x1FB0, symBinAddr: 0x79CD0, symSize: 0xF0 } + - { offsetInCU: 0x1890, offset: 0x131167, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM', symObjAddr: 0x2160, symBinAddr: 0x79E80, symSize: 0x30 } + - { offsetInCU: 0x18DB, offset: 0x1311B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x21F0, symBinAddr: 0x79F10, symSize: 0xB0 } + - { offsetInCU: 0x193B, offset: 0x131212, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x22A0, symBinAddr: 0x79FC0, symSize: 0x90 } + - { offsetInCU: 0x1995, offset: 0x13126C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x2330, symBinAddr: 0x7A050, symSize: 0x40 } + - { offsetInCU: 0x19B1, offset: 0x131288, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x2370, symBinAddr: 0x7A090, symSize: 0x120 } + - { offsetInCU: 0x1A6E, offset: 0x131345, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x2530, symBinAddr: 0x7A250, symSize: 0xC0 } + - { offsetInCU: 0x1B21, offset: 0x1313F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x25F0, symBinAddr: 0x7A310, symSize: 0x1B0 } + - { offsetInCU: 0x1C08, offset: 0x1314DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x27A0, symBinAddr: 0x7A4C0, symSize: 0x50 } + - { offsetInCU: 0x1C4C, offset: 0x131523, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x27F0, symBinAddr: 0x7A510, symSize: 0x30 } + - { offsetInCU: 0x1C81, offset: 0x131558, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x2820, symBinAddr: 0x7A540, symSize: 0x40 } + - { offsetInCU: 0x1C9D, offset: 0x131574, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x2860, symBinAddr: 0x7A580, symSize: 0xC0 } + - { offsetInCU: 0x1E08, offset: 0x1316DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x2920, symBinAddr: 0x7A640, symSize: 0x50 } + - { offsetInCU: 0x1E73, offset: 0x13174A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x2970, symBinAddr: 0x7A690, symSize: 0x50 } + - { offsetInCU: 0x1EEA, offset: 0x1317C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x29C0, symBinAddr: 0x7A6E0, symSize: 0x80 } + - { offsetInCU: 0x1F87, offset: 0x13185E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x2A40, symBinAddr: 0x7A760, symSize: 0x70 } + - { offsetInCU: 0x201B, offset: 0x1318F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x2B20, symBinAddr: 0x7A840, symSize: 0x80 } + - { offsetInCU: 0x2094, offset: 0x13196B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x2BA0, symBinAddr: 0x7A8C0, symSize: 0x90 } + - { offsetInCU: 0x213C, offset: 0x131A13, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvsTo', symObjAddr: 0x2D10, symBinAddr: 0x7AA30, symSize: 0x40 } + - { offsetInCU: 0x216F, offset: 0x131A46, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs', symObjAddr: 0x2D50, symBinAddr: 0x7AA70, symSize: 0xB0 } + - { offsetInCU: 0x221D, offset: 0x131AF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM', symObjAddr: 0x2E00, symBinAddr: 0x7AB20, symSize: 0x80 } + - { offsetInCU: 0x22C3, offset: 0x131B9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM.resume.0', symObjAddr: 0x2E80, symBinAddr: 0x7ABA0, symSize: 0xD0 } + - { offsetInCU: 0x237A, offset: 0x131C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvgTo', symObjAddr: 0x2F50, symBinAddr: 0x7AC70, symSize: 0x40 } + - { offsetInCU: 0x2396, offset: 0x131C6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg', symObjAddr: 0x2F90, symBinAddr: 0x7ACB0, symSize: 0x1A0 } + - { offsetInCU: 0x2437, offset: 0x131D0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvgTo', symObjAddr: 0x3130, symBinAddr: 0x7AE50, symSize: 0x40 } + - { offsetInCU: 0x2453, offset: 0x131D2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg', symObjAddr: 0x3170, symBinAddr: 0x7AE90, symSize: 0x40 } + - { offsetInCU: 0x2488, offset: 0x131D5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvsTo', symObjAddr: 0x31B0, symBinAddr: 0x7AED0, symSize: 0x40 } + - { offsetInCU: 0x24A4, offset: 0x131D7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs', symObjAddr: 0x31F0, symBinAddr: 0x7AF10, symSize: 0x60 } + - { offsetInCU: 0x2504, offset: 0x131DDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM', symObjAddr: 0x3250, symBinAddr: 0x7AF70, symSize: 0x50 } + - { offsetInCU: 0x256A, offset: 0x131E41, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM.resume.0', symObjAddr: 0x32A0, symBinAddr: 0x7AFC0, symSize: 0x20 } + - { offsetInCU: 0x25C4, offset: 0x131E9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyF', symObjAddr: 0x32C0, symBinAddr: 0x7AFE0, symSize: 0x40 } + - { offsetInCU: 0x260E, offset: 0x131EE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0x3300, symBinAddr: 0x7B020, symSize: 0x30 } + - { offsetInCU: 0x2657, offset: 0x131F2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyFTo', symObjAddr: 0x3330, symBinAddr: 0x7B050, symSize: 0x50 } + - { offsetInCU: 0x26B0, offset: 0x131F87, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tFTo', symObjAddr: 0x3380, symBinAddr: 0x7B0A0, symSize: 0xB0 } + - { offsetInCU: 0x26F0, offset: 0x131FC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x3430, symBinAddr: 0x7B150, symSize: 0x50 } + - { offsetInCU: 0x2774, offset: 0x13204B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x3480, symBinAddr: 0x7B1A0, symSize: 0xE0 } + - { offsetInCU: 0x27CD, offset: 0x1320A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x3560, symBinAddr: 0x7B280, symSize: 0x50 } + - { offsetInCU: 0x2851, offset: 0x132128, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x35B0, symBinAddr: 0x7B2D0, symSize: 0xE0 } + - { offsetInCU: 0x28AA, offset: 0x132181, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF', symObjAddr: 0x3690, symBinAddr: 0x7B3B0, symSize: 0x50 } + - { offsetInCU: 0x292E, offset: 0x132205, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtFTo', symObjAddr: 0x36E0, symBinAddr: 0x7B400, symSize: 0x110 } + - { offsetInCU: 0x2982, offset: 0x132259, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF', symObjAddr: 0x37F0, symBinAddr: 0x7B510, symSize: 0x50 } + - { offsetInCU: 0x29EF, offset: 0x1322C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtFTo', symObjAddr: 0x3840, symBinAddr: 0x7B560, symSize: 0xE0 } + - { offsetInCU: 0x2A39, offset: 0x132310, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyF', symObjAddr: 0x3920, symBinAddr: 0x7B640, symSize: 0x30 } + - { offsetInCU: 0x2A78, offset: 0x13234F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyFTo', symObjAddr: 0x3950, symBinAddr: 0x7B670, symSize: 0x50 } + - { offsetInCU: 0x2AAE, offset: 0x132385, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyF', symObjAddr: 0x39A0, symBinAddr: 0x7B6C0, symSize: 0x30 } + - { offsetInCU: 0x2AED, offset: 0x1323C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyFTo', symObjAddr: 0x39D0, symBinAddr: 0x7B6F0, symSize: 0x50 } + - { offsetInCU: 0x2B23, offset: 0x1323FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF', symObjAddr: 0x3A20, symBinAddr: 0x7B740, symSize: 0x90 } + - { offsetInCU: 0x2B9E, offset: 0x132475, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyFTo', symObjAddr: 0x3AB0, symBinAddr: 0x7B7D0, symSize: 0xC0 } + - { offsetInCU: 0x2C00, offset: 0x1324D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x3B70, symBinAddr: 0x7B890, symSize: 0x90 } + - { offsetInCU: 0x2C7B, offset: 0x132552, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyFTo', symObjAddr: 0x3C00, symBinAddr: 0x7B920, symSize: 0xC0 } + - { offsetInCU: 0x2CDD, offset: 0x1325B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x3CC0, symBinAddr: 0x7B9E0, symSize: 0xE0 } + - { offsetInCU: 0x2D84, offset: 0x13265B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x3DA0, symBinAddr: 0x7BAC0, symSize: 0xE0 } + - { offsetInCU: 0x2DA0, offset: 0x132677, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x3E80, symBinAddr: 0x7BBA0, symSize: 0x90 } + - { offsetInCU: 0x2E1B, offset: 0x1326F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyFTo', symObjAddr: 0x3F10, symBinAddr: 0x7BC30, symSize: 0xC0 } + - { offsetInCU: 0x2E7D, offset: 0x132754, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF', symObjAddr: 0x3FD0, symBinAddr: 0x7BCF0, symSize: 0x400 } + - { offsetInCU: 0x30FC, offset: 0x1329D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtFTo', symObjAddr: 0x43D0, symBinAddr: 0x7C0F0, symSize: 0x70 } + - { offsetInCU: 0x3118, offset: 0x1329EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x4440, symBinAddr: 0x7C160, symSize: 0x1A0 } + - { offsetInCU: 0x320A, offset: 0x132AE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x45E0, symBinAddr: 0x7C300, symSize: 0x70 } + - { offsetInCU: 0x3226, offset: 0x132AFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF', symObjAddr: 0x4650, symBinAddr: 0x7C370, symSize: 0x60 } + - { offsetInCU: 0x3293, offset: 0x132B6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtFTo', symObjAddr: 0x46B0, symBinAddr: 0x7C3D0, symSize: 0xB0 } + - { offsetInCU: 0x32DB, offset: 0x132BB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x4760, symBinAddr: 0x7C480, symSize: 0x120 } + - { offsetInCU: 0x3355, offset: 0x132C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x4880, symBinAddr: 0x7C5A0, symSize: 0xE0 } + - { offsetInCU: 0x3371, offset: 0x132C48, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x4960, symBinAddr: 0x7C680, symSize: 0xD0 } + - { offsetInCU: 0x33FC, offset: 0x132CD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x4A30, symBinAddr: 0x7C750, symSize: 0x80 } + - { offsetInCU: 0x3418, offset: 0x132CEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4AB0, symBinAddr: 0x7C7D0, symSize: 0xA0 } + - { offsetInCU: 0x34C9, offset: 0x132DA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tFTo', symObjAddr: 0x4B50, symBinAddr: 0x7C870, symSize: 0xD0 } + - { offsetInCU: 0x3560, offset: 0x132E37, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4C20, symBinAddr: 0x7C940, symSize: 0x110 } + - { offsetInCU: 0x364E, offset: 0x132F25, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4D50, symBinAddr: 0x7CA70, symSize: 0x110 } + - { offsetInCU: 0x372E, offset: 0x133005, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10setUpViews33_A351FBFEE2E6C8ED3388379E4189DDDFLLyyF', symObjAddr: 0x4EE0, symBinAddr: 0x7CC00, symSize: 0x250 } + - { offsetInCU: 0x375D, offset: 0x133034, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTf4gnn_n', symObjAddr: 0x5560, symBinAddr: 0x7D250, symSize: 0x2D0 } + - { offsetInCU: 0x38D0, offset: 0x1331A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTf4gnn_n', symObjAddr: 0x5870, symBinAddr: 0x7D520, symSize: 0x310 } + - { offsetInCU: 0x3AAE, offset: 0x133385, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x6420, symBinAddr: 0x7DE20, symSize: 0xF0 } + - { offsetInCU: 0x4665, offset: 0x133F3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfC', symObjAddr: 0x5190, symBinAddr: 0x7CEB0, symSize: 0x40 } + - { offsetInCU: 0x46AC, offset: 0x133F83, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc', symObjAddr: 0x51D0, symBinAddr: 0x7CEF0, symSize: 0x40 } + - { offsetInCU: 0x46DF, offset: 0x133FB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfcTo', symObjAddr: 0x5210, symBinAddr: 0x7CF30, symSize: 0x70 } + - { offsetInCU: 0x4723, offset: 0x133FFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfc', symObjAddr: 0x52D0, symBinAddr: 0x7CFF0, symSize: 0x30 } + - { offsetInCU: 0x4789, offset: 0x134060, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfcTo', symObjAddr: 0x5300, symBinAddr: 0x7D020, symSize: 0x30 } + - { offsetInCU: 0x483B, offset: 0x134112, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x1B80, symBinAddr: 0x798A0, symSize: 0x60 } + - { offsetInCU: 0x49C3, offset: 0x13429A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x2490, symBinAddr: 0x7A1B0, symSize: 0xA0 } + - { offsetInCU: 0x4A2C, offset: 0x134303, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x2AB0, symBinAddr: 0x7A7D0, symSize: 0x70 } + - { offsetInCU: 0x4BAD, offset: 0x134484, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCfETo', symObjAddr: 0x5140, symBinAddr: 0x7CE60, symSize: 0x50 } + - { offsetInCU: 0x4BDC, offset: 0x1344B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCfETo', symObjAddr: 0x5360, symBinAddr: 0x7D080, symSize: 0x20 } + - { offsetInCU: 0x4C39, offset: 0x134510, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_nAE05ColorcJ0C_Tg5', symObjAddr: 0x53B0, symBinAddr: 0x7D0A0, symSize: 0x120 } + - { offsetInCU: 0x4CC4, offset: 0x13459B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_nAK05ColornO0C_Tg5', symObjAddr: 0x54D0, symBinAddr: 0x7D1C0, symSize: 0x90 } + - { offsetInCU: 0x4DAE, offset: 0x134685, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVSgWOb', symObjAddr: 0x5DE0, symBinAddr: 0x7D830, symSize: 0x40 } + - { offsetInCU: 0x4DC2, offset: 0x134699, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOSHAASQWb', symObjAddr: 0x5E20, symBinAddr: 0x7D870, symSize: 0x10 } + - { offsetInCU: 0x4DD6, offset: 0x1346AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOACSQAAWl', symObjAddr: 0x5E30, symBinAddr: 0x7D880, symSize: 0x30 } + - { offsetInCU: 0x4DEA, offset: 0x1346C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASQWb', symObjAddr: 0x5E60, symBinAddr: 0x7D8B0, symSize: 0x10 } + - { offsetInCU: 0x4DFE, offset: 0x1346D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOACSQAAWl', symObjAddr: 0x5E70, symBinAddr: 0x7D8C0, symSize: 0x30 } + - { offsetInCU: 0x4E12, offset: 0x1346E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCMa', symObjAddr: 0x6230, symBinAddr: 0x7DC80, symSize: 0x20 } + - { offsetInCU: 0x4E26, offset: 0x1346FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOMa', symObjAddr: 0x6280, symBinAddr: 0x7DCD0, symSize: 0x10 } + - { offsetInCU: 0x4E3A, offset: 0x134711, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOMa', symObjAddr: 0x6290, symBinAddr: 0x7DCE0, symSize: 0x10 } + - { offsetInCU: 0x4E4E, offset: 0x134725, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCMa', symObjAddr: 0x62A0, symBinAddr: 0x7DCF0, symSize: 0x20 } + - { offsetInCU: 0x4E62, offset: 0x134739, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCMa', symObjAddr: 0x6310, symBinAddr: 0x7DD60, symSize: 0x20 } + - { offsetInCU: 0x4E81, offset: 0x134758, size: 0x8, addend: 0x0, symName: '_$s10ObjectiveC8ObjCBoolVIeyBy_SbIegy_TRTA', symObjAddr: 0x6400, symBinAddr: 0x7DE00, symSize: 0x20 } + - { offsetInCU: 0x4EF3, offset: 0x1347CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x550, symBinAddr: 0x78270, symSize: 0x10 } + - { offsetInCU: 0x4F48, offset: 0x13481F, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5B0, symBinAddr: 0x782D0, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x134E0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x7DFF0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x134E30, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x7E030, symSize: 0x320 } + - { offsetInCU: 0x113, offset: 0x134ECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x360, symBinAddr: 0x7E350, symSize: 0x510 } + - { offsetInCU: 0x3A6, offset: 0x135162, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x870, symBinAddr: 0x7E860, symSize: 0x220 } + - { offsetInCU: 0x42B, offset: 0x1351E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvg', symObjAddr: 0xA90, symBinAddr: 0x7EA80, symSize: 0x30 } + - { offsetInCU: 0x470, offset: 0x13522C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xC90, symBinAddr: 0x7EC80, symSize: 0x70 } + - { offsetInCU: 0x4A4, offset: 0x135260, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xD00, symBinAddr: 0x7ECF0, symSize: 0x30 } + - { offsetInCU: 0x4C0, offset: 0x13527C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xD30, symBinAddr: 0x7ED20, symSize: 0x10 } + - { offsetInCU: 0x4F6, offset: 0x1352B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xD40, symBinAddr: 0x7ED30, symSize: 0x70 } + - { offsetInCU: 0x541, offset: 0x1352FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xDB0, symBinAddr: 0x7EDA0, symSize: 0x10 } + - { offsetInCU: 0x55D, offset: 0x135319, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xDC0, symBinAddr: 0x7EDB0, symSize: 0x10 } + - { offsetInCU: 0x59B, offset: 0x135357, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xB00, symBinAddr: 0x7EAF0, symSize: 0x60 } + - { offsetInCU: 0x5DE, offset: 0x13539A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xB60, symBinAddr: 0x7EB50, symSize: 0x20 } + - { offsetInCU: 0x61E, offset: 0x1353DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB80, symBinAddr: 0x7EB70, symSize: 0x10 } + - { offsetInCU: 0x669, offset: 0x135425, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB90, symBinAddr: 0x7EB80, symSize: 0x60 } + - { offsetInCU: 0x6B4, offset: 0x135470, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBF0, symBinAddr: 0x7EBE0, symSize: 0x10 } + - { offsetInCU: 0x6D0, offset: 0x13548C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xC00, symBinAddr: 0x7EBF0, symSize: 0x10 } + - { offsetInCU: 0x6EC, offset: 0x1354A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1650, symBinAddr: 0x7F4E0, symSize: 0x20 } + - { offsetInCU: 0x70A, offset: 0x1354C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfd', symObjAddr: 0xE30, symBinAddr: 0x7EE20, symSize: 0x60 } + - { offsetInCU: 0x74D, offset: 0x135509, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfD', symObjAddr: 0xE90, symBinAddr: 0x7EE80, symSize: 0x20 } + - { offsetInCU: 0x8D9, offset: 0x135695, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfE', symObjAddr: 0xE10, symBinAddr: 0x7EE00, symSize: 0x20 } + - { offsetInCU: 0x931, offset: 0x1356ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCMa', symObjAddr: 0xEB0, symBinAddr: 0x7EEA0, symSize: 0x20 } + - { offsetInCU: 0x945, offset: 0x135701, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xF40, symBinAddr: 0x7EEC0, symSize: 0x30 } + - { offsetInCU: 0x959, offset: 0x135715, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xF70, symBinAddr: 0x7EEF0, symSize: 0x30 } + - { offsetInCU: 0x96D, offset: 0x135729, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x1200, symBinAddr: 0x7F0A0, symSize: 0x50 } + - { offsetInCU: 0x981, offset: 0x13573D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x1250, symBinAddr: 0x7F0F0, symSize: 0xA0 } + - { offsetInCU: 0x995, offset: 0x135751, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x12F0, symBinAddr: 0x7F190, symSize: 0x10 } + - { offsetInCU: 0x9A9, offset: 0x135765, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x1300, symBinAddr: 0x7F1A0, symSize: 0x10 } + - { offsetInCU: 0x9BD, offset: 0x135779, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x1310, symBinAddr: 0x7F1B0, symSize: 0x10 } + - { offsetInCU: 0x9D1, offset: 0x13578D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x1320, symBinAddr: 0x7F1C0, symSize: 0x10 } + - { offsetInCU: 0x9E5, offset: 0x1357A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x1340, symBinAddr: 0x7F1D0, symSize: 0x80 } + - { offsetInCU: 0x9F9, offset: 0x1357B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x13C0, symBinAddr: 0x7F250, symSize: 0xD0 } + - { offsetInCU: 0xA0D, offset: 0x1357C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x1490, symBinAddr: 0x7F320, symSize: 0x10 } + - { offsetInCU: 0xA21, offset: 0x1357DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x14A0, symBinAddr: 0x7F330, symSize: 0x10 } + - { offsetInCU: 0xA35, offset: 0x1357F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x14B0, symBinAddr: 0x7F340, symSize: 0x10 } + - { offsetInCU: 0xA49, offset: 0x135805, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x14C0, symBinAddr: 0x7F350, symSize: 0x10 } + - { offsetInCU: 0xA5D, offset: 0x135819, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x14D0, symBinAddr: 0x7F360, symSize: 0x10 } + - { offsetInCU: 0xA71, offset: 0x13582D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x14E0, symBinAddr: 0x7F370, symSize: 0x30 } + - { offsetInCU: 0xA85, offset: 0x135841, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x1510, symBinAddr: 0x7F3A0, symSize: 0x10 } + - { offsetInCU: 0xA99, offset: 0x135855, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x1520, symBinAddr: 0x7F3B0, symSize: 0x30 } + - { offsetInCU: 0xAAD, offset: 0x135869, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1550, symBinAddr: 0x7F3E0, symSize: 0x10 } + - { offsetInCU: 0xAC1, offset: 0x13587D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1560, symBinAddr: 0x7F3F0, symSize: 0x30 } + - { offsetInCU: 0xAD5, offset: 0x135891, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1590, symBinAddr: 0x7F420, symSize: 0x10 } + - { offsetInCU: 0xAE9, offset: 0x1358A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x15A0, symBinAddr: 0x7F430, symSize: 0x30 } + - { offsetInCU: 0xAFD, offset: 0x1358B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x15D0, symBinAddr: 0x7F460, symSize: 0x10 } + - { offsetInCU: 0xB11, offset: 0x1358CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x15E0, symBinAddr: 0x7F470, symSize: 0x30 } + - { offsetInCU: 0xB25, offset: 0x1358E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1610, symBinAddr: 0x7F4A0, symSize: 0x10 } + - { offsetInCU: 0xB39, offset: 0x1358F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1620, symBinAddr: 0x7F4B0, symSize: 0x30 } + - { offsetInCU: 0xBFB, offset: 0x1359B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAC0, symBinAddr: 0x7EAB0, symSize: 0x10 } + - { offsetInCU: 0xC3B, offset: 0x1359F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xAD0, symBinAddr: 0x7EAC0, symSize: 0x10 } + - { offsetInCU: 0xC7B, offset: 0x135A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAE0, symBinAddr: 0x7EAD0, symSize: 0x10 } + - { offsetInCU: 0xCBB, offset: 0x135A77, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAF0, symBinAddr: 0x7EAE0, symSize: 0x10 } + - { offsetInCU: 0xCF3, offset: 0x135AAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xC10, symBinAddr: 0x7EC00, symSize: 0x20 } + - { offsetInCU: 0xD0F, offset: 0x135ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC30, symBinAddr: 0x7EC20, symSize: 0x20 } + - { offsetInCU: 0xD2B, offset: 0x135AE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC50, symBinAddr: 0x7EC40, symSize: 0x10 } + - { offsetInCU: 0xD47, offset: 0x135B03, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xC60, symBinAddr: 0x7EC50, symSize: 0x10 } + - { offsetInCU: 0xD63, offset: 0x135B1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC70, symBinAddr: 0x7EC60, symSize: 0x10 } + - { offsetInCU: 0xD7F, offset: 0x135B3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xC80, symBinAddr: 0x7EC70, symSize: 0x10 } + - { offsetInCU: 0xDA2, offset: 0x135B5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xDD0, symBinAddr: 0x7EDC0, symSize: 0x20 } + - { offsetInCU: 0xDBE, offset: 0x135B7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xDF0, symBinAddr: 0x7EDE0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x135DA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x7F510, symSize: 0x30 } + - { offsetInCU: 0x6D, offset: 0x135DE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x7F510, symSize: 0x30 } + - { offsetInCU: 0xB9, offset: 0x135E34, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCMa', symObjAddr: 0x30, symBinAddr: 0x7F540, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x135F99, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x7F560, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x135FB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x7F560, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x135FC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMr', symObjAddr: 0x10, symBinAddr: 0x7F570, symSize: 0x80 } + - { offsetInCU: 0x86, offset: 0x135FF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtF', symObjAddr: 0x90, symBinAddr: 0x7F5F0, symSize: 0x110 } + - { offsetInCU: 0x10D, offset: 0x13607B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC14setNeedsUpdateyyF', symObjAddr: 0x1A0, symBinAddr: 0x7F700, symSize: 0x10 } + - { offsetInCU: 0x13A, offset: 0x1360A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCfd', symObjAddr: 0x1B0, symBinAddr: 0x7F710, symSize: 0x20 } + - { offsetInCU: 0x189, offset: 0x1360F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCfD', symObjAddr: 0x1D0, symBinAddr: 0x7F730, symSize: 0x30 } + - { offsetInCU: 0x1DD, offset: 0x13614B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP14setNeedsUpdateyyFTW', symObjAddr: 0x210, symBinAddr: 0x7F770, symSize: 0x10 } + - { offsetInCU: 0x1F9, offset: 0x136167, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x220, symBinAddr: 0x7F780, symSize: 0x10 } + - { offsetInCU: 0x233, offset: 0x1361A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC06outputB0xvsTf4gn_n', symObjAddr: 0x260, symBinAddr: 0x7F790, symSize: 0x60 } + - { offsetInCU: 0x29C, offset: 0x13620A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMa', symObjAddr: 0x200, symBinAddr: 0x7F760, symSize: 0x10 } + - { offsetInCU: 0x72, offset: 0x1363E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4typeAC0B4TypeOvg', symObjAddr: 0x0, symBinAddr: 0x7F7F0, symSize: 0x130 } + - { offsetInCU: 0x159, offset: 0x1364CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV16uncompressedSizes6UInt64Vvg', symObjAddr: 0x130, symBinAddr: 0x7F920, symSize: 0x1E0 } + - { offsetInCU: 0x217, offset: 0x13658D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B4TypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x310, symBinAddr: 0x7FB00, symSize: 0x10 } + - { offsetInCU: 0x25E, offset: 0x1365D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4pathSSvg', symObjAddr: 0x320, symBinAddr: 0x7FB10, symSize: 0x130 } + - { offsetInCU: 0x338, offset: 0x1366AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x450, symBinAddr: 0x7FC40, symSize: 0x60 } + - { offsetInCU: 0x36A, offset: 0x1366E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x4B0, symBinAddr: 0x7FCA0, symSize: 0x260 } + - { offsetInCU: 0x407, offset: 0x13677D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25centralDirectoryStructure15localFileHeader14dataDescriptor09zip64DataJ0ACSgAC07CentraldE0V_AC05LocalgH0VAC0lJ0Vy_s6UInt32VGSgANy_s6UInt64VGSgtcfCTf4ggggd_n', symObjAddr: 0x710, symBinAddr: 0x7FF00, symSize: 0x940 } + - { offsetInCU: 0x534, offset: 0x1368AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVWOr', symObjAddr: 0x1090, symBinAddr: 0x80840, symSize: 0x70 } + - { offsetInCU: 0x548, offset: 0x1368BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVWOr', symObjAddr: 0x1160, symBinAddr: 0x808B0, symSize: 0x50 } + - { offsetInCU: 0x55C, offset: 0x1368D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOy', symObjAddr: 0x11B0, symBinAddr: 0x80900, symSize: 0x20 } + - { offsetInCU: 0x570, offset: 0x1368E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOr', symObjAddr: 0x11D0, symBinAddr: 0x80920, symSize: 0x30 } + - { offsetInCU: 0x584, offset: 0x1368FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOy', symObjAddr: 0x1200, symBinAddr: 0x80950, symSize: 0x20 } + - { offsetInCU: 0x598, offset: 0x13690E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOe', symObjAddr: 0x1260, symBinAddr: 0x80970, symSize: 0x20 } + - { offsetInCU: 0x5AC, offset: 0x136922, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOe', symObjAddr: 0x1280, symBinAddr: 0x80990, symSize: 0x20 } + - { offsetInCU: 0x5C0, offset: 0x136936, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMi', symObjAddr: 0x12D0, symBinAddr: 0x809E0, symSize: 0x10 } + - { offsetInCU: 0x5D4, offset: 0x13694A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMr', symObjAddr: 0x12E0, symBinAddr: 0x809F0, symSize: 0x90 } + - { offsetInCU: 0x5E8, offset: 0x13695E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwCP', symObjAddr: 0x1370, symBinAddr: 0x80A80, symSize: 0x150 } + - { offsetInCU: 0x5FC, offset: 0x136972, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwxx', symObjAddr: 0x14C0, symBinAddr: 0x80BD0, symSize: 0x90 } + - { offsetInCU: 0x610, offset: 0x136986, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwcp', symObjAddr: 0x1550, symBinAddr: 0x80C60, symSize: 0xE0 } + - { offsetInCU: 0x624, offset: 0x13699A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwca', symObjAddr: 0x1630, symBinAddr: 0x80D40, symSize: 0xF0 } + - { offsetInCU: 0x638, offset: 0x1369AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwtk', symObjAddr: 0x1720, symBinAddr: 0x80E30, symSize: 0xC0 } + - { offsetInCU: 0x64C, offset: 0x1369C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwta', symObjAddr: 0x17E0, symBinAddr: 0x80EF0, symSize: 0xD0 } + - { offsetInCU: 0x660, offset: 0x1369D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwet', symObjAddr: 0x18B0, symBinAddr: 0x80FC0, symSize: 0x180 } + - { offsetInCU: 0x674, offset: 0x1369EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwst', symObjAddr: 0x1A30, symBinAddr: 0x81140, symSize: 0x2A0 } + - { offsetInCU: 0x688, offset: 0x1369FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMa', symObjAddr: 0x1CD0, symBinAddr: 0x813E0, symSize: 0x10 } + - { offsetInCU: 0x69C, offset: 0x136A12, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwCP', symObjAddr: 0x1CE0, symBinAddr: 0x813F0, symSize: 0x30 } + - { offsetInCU: 0x6B0, offset: 0x136A26, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwxx', symObjAddr: 0x1D10, symBinAddr: 0x81420, symSize: 0x40 } + - { offsetInCU: 0x6C4, offset: 0x136A3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwcp', symObjAddr: 0x1D50, symBinAddr: 0x81460, symSize: 0x90 } + - { offsetInCU: 0x6D8, offset: 0x136A4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwca', symObjAddr: 0x1DE0, symBinAddr: 0x814F0, symSize: 0xE0 } + - { offsetInCU: 0x6EC, offset: 0x136A62, size: 0x8, addend: 0x0, symName: ___swift_memcpy72_8, symObjAddr: 0x1EC0, symBinAddr: 0x815D0, symSize: 0x30 } + - { offsetInCU: 0x700, offset: 0x136A76, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwta', symObjAddr: 0x1EF0, symBinAddr: 0x81600, symSize: 0x80 } + - { offsetInCU: 0x714, offset: 0x136A8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwet', symObjAddr: 0x1F70, symBinAddr: 0x81680, symSize: 0x60 } + - { offsetInCU: 0x728, offset: 0x136A9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwst', symObjAddr: 0x1FD0, symBinAddr: 0x816E0, symSize: 0x60 } + - { offsetInCU: 0x73C, offset: 0x136AB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVMa', symObjAddr: 0x2030, symBinAddr: 0x81740, symSize: 0x10 } + - { offsetInCU: 0x750, offset: 0x136AC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwxx', symObjAddr: 0x2040, symBinAddr: 0x81750, symSize: 0x40 } + - { offsetInCU: 0x764, offset: 0x136ADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwcp', symObjAddr: 0x2080, symBinAddr: 0x81790, symSize: 0xC0 } + - { offsetInCU: 0x778, offset: 0x136AEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwca', symObjAddr: 0x2140, symBinAddr: 0x81850, symSize: 0x130 } + - { offsetInCU: 0x78C, offset: 0x136B02, size: 0x8, addend: 0x0, symName: ___swift_memcpy104_8, symObjAddr: 0x2270, symBinAddr: 0x81980, symSize: 0x40 } + - { offsetInCU: 0x7A0, offset: 0x136B16, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwta', symObjAddr: 0x22B0, symBinAddr: 0x819C0, symSize: 0xA0 } + - { offsetInCU: 0x7B4, offset: 0x136B2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwet', symObjAddr: 0x2350, symBinAddr: 0x81A60, symSize: 0x60 } + - { offsetInCU: 0x7C8, offset: 0x136B3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwst', symObjAddr: 0x23B0, symBinAddr: 0x81AC0, symSize: 0x60 } + - { offsetInCU: 0x7DC, offset: 0x136B52, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVMa', symObjAddr: 0x2410, symBinAddr: 0x81B20, symSize: 0x10 } + - { offsetInCU: 0x7F0, offset: 0x136B66, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwxx', symObjAddr: 0x2420, symBinAddr: 0x81B30, symSize: 0xC0 } + - { offsetInCU: 0x804, offset: 0x136B7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwcp', symObjAddr: 0x24E0, symBinAddr: 0x81BF0, symSize: 0x240 } + - { offsetInCU: 0x818, offset: 0x136B8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwca', symObjAddr: 0x2720, symBinAddr: 0x81E30, symSize: 0x490 } + - { offsetInCU: 0x82C, offset: 0x136BA2, size: 0x8, addend: 0x0, symName: ___swift_memcpy248_8, symObjAddr: 0x2BE0, symBinAddr: 0x822F0, symSize: 0x10 } + - { offsetInCU: 0x840, offset: 0x136BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwta', symObjAddr: 0x2BF0, symBinAddr: 0x82300, symSize: 0x2A0 } + - { offsetInCU: 0x854, offset: 0x136BCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwet', symObjAddr: 0x2E90, symBinAddr: 0x825A0, symSize: 0x60 } + - { offsetInCU: 0x868, offset: 0x136BDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwst', symObjAddr: 0x2EF0, symBinAddr: 0x82600, symSize: 0xA0 } + - { offsetInCU: 0x87C, offset: 0x136BF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVMa', symObjAddr: 0x2F90, symBinAddr: 0x826A0, symSize: 0x10 } + - { offsetInCU: 0x1647, offset: 0x1384AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySo13CATransform3DVG_Tg5', symObjAddr: 0x3D10, symBinAddr: 0x863E0, symSize: 0x350 } + - { offsetInCU: 0x17D2, offset: 0x138637, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x4060, symBinAddr: 0x86730, symSize: 0x1E0 } + - { offsetInCU: 0x1988, offset: 0x1387ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x4240, symBinAddr: 0x86910, symSize: 0x210 } + - { offsetInCU: 0x1B63, offset: 0x1389C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySbG_Tg5', symObjAddr: 0x4450, symBinAddr: 0x86B20, symSize: 0x1E0 } + - { offsetInCU: 0x1CF0, offset: 0x138B55, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A5ColorV_Tg5', symObjAddr: 0x4630, symBinAddr: 0x86D00, symSize: 0x260 } + - { offsetInCU: 0x1E7B, offset: 0x138CE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_So6CGSizeV_Tg5', symObjAddr: 0x4890, symBinAddr: 0x86F60, symSize: 0x1F0 } + - { offsetInCU: 0x201B, offset: 0x138E80, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA010BezierPathI0V_Tg5', symObjAddr: 0x4A80, symBinAddr: 0x87150, symSize: 0x2A0 } + - { offsetInCU: 0x21D0, offset: 0x139035, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA7EllipseCALV_Tg5', symObjAddr: 0x4D20, symBinAddr: 0x873F0, symSize: 0x280 } + - { offsetInCU: 0x2373, offset: 0x1391D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA9RectangleCALV_Tg5', symObjAddr: 0x4FA0, symBinAddr: 0x87670, symSize: 0x2A0 } + - { offsetInCU: 0x252C, offset: 0x139391, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4StarCALV_Tg5', symObjAddr: 0x5240, symBinAddr: 0x87910, symSize: 0x2D0 } + - { offsetInCU: 0x26E0, offset: 0x139545, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5', symObjAddr: 0x5510, symBinAddr: 0x87BE0, symSize: 0x260 } + - { offsetInCU: 0x36F3, offset: 0x13A558, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySo13CATransform3DVG_AYTB505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7X40VtKFSo13CATransform3DVAC4HoldVyALGXEfU0_Tf1nncnn_n', symObjAddr: 0x6C80, symBinAddr: 0x89350, symSize: 0x6C0 } + - { offsetInCU: 0x414A, offset: 0x13AFAF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX47VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU0_SiTf1nncnn_n', symObjAddr: 0x8290, symBinAddr: 0x8A960, symSize: 0x640 } + - { offsetInCU: 0x4502, offset: 0x13B367, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX46VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU_SiTf1nncnn_n', symObjAddr: 0x88D0, symBinAddr: 0x8AFA0, symSize: 0x640 } + - { offsetInCU: 0x4C0E, offset: 0x13BA73, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX80VtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0x9610, symBinAddr: 0x8BCE0, symSize: 0x650 } + - { offsetInCU: 0x5028, offset: 0x13BE8D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX47VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnn_n', symObjAddr: 0x9C60, symBinAddr: 0x8C330, symSize: 0x650 } + - { offsetInCU: 0x53D3, offset: 0x13C238, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX46VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnn_n', symObjAddr: 0xA2B0, symBinAddr: 0x8C980, symSize: 0x650 } + - { offsetInCU: 0x58DB, offset: 0x13C740, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySbG_SbTB505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7X24VtKFSbAC4HoldVySbGXEfU0_Tf1nncnn_n', symObjAddr: 0xA900, symBinAddr: 0x8CFD0, symSize: 0x680 } + - { offsetInCU: 0x5DBB, offset: 0x13CC20, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSo6CGSizeV_AWTB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7X22VtKFSo6CGSizeVALXEfU0_Tf1nncnn_n', symObjAddr: 0xB7E0, symBinAddr: 0x8DEB0, symSize: 0x660 } + - { offsetInCU: 0x6310, offset: 0x13D175, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnncn_n', symObjAddr: 0xBE40, symBinAddr: 0x8E510, symSize: 0x670 } + - { offsetInCU: 0x67E8, offset: 0x13D64D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16dX43VSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnn_n', symObjAddr: 0xC4B0, symBinAddr: 0x8EB80, symSize: 0x660 } + - { offsetInCU: 0x6D2C, offset: 0x13DB91, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX87VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xCB10, symBinAddr: 0x8F1E0, symSize: 0x670 } + - { offsetInCU: 0x70CA, offset: 0x13DF2F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX85VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xD180, symBinAddr: 0x8F850, symSize: 0x670 } + - { offsetInCU: 0x75FF, offset: 0x13E464, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4HoldVySo13CATransform3DVGGG_ARTg5', symObjAddr: 0xD8F0, symBinAddr: 0x8FFC0, symSize: 0x630 } + - { offsetInCU: 0x7F15, offset: 0x13ED7A, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA0A8Vector3DVGG_AOTg5', symObjAddr: 0xDF20, symBinAddr: 0x905F0, symSize: 0x630 } + - { offsetInCU: 0x882B, offset: 0x13F690, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADySo6CGSizeVGG_AOTg5', symObjAddr: 0xE550, symBinAddr: 0x90C20, symSize: 0x630 } + - { offsetInCU: 0x9141, offset: 0x13FFA6, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA010BezierPathG0VGG_AOTg5', symObjAddr: 0xEB80, symBinAddr: 0x91250, symSize: 0x630 } + - { offsetInCU: 0x9AFC, offset: 0x140961, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA7EllipseCACVGG_APTg5', symObjAddr: 0xF1B0, symBinAddr: 0x91880, symSize: 0x630 } + - { offsetInCU: 0xA4B7, offset: 0x14131C, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA9RectangleCACVGG_APTg5', symObjAddr: 0xF7E0, symBinAddr: 0x91EB0, symSize: 0x630 } + - { offsetInCU: 0xAE72, offset: 0x141CD7, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4StarCACVGG_APTg5', symObjAddr: 0xFE10, symBinAddr: 0x924E0, symSize: 0x630 } + - { offsetInCU: 0xC08D, offset: 0x142EF2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4HoldVySo13CATransform3DVG_A1_Tg5', symObjAddr: 0x110B0, symBinAddr: 0x93780, symSize: 0x360 } + - { offsetInCU: 0xC32C, offset: 0x143191, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_So6CGSizeV_A_Tg5', symObjAddr: 0x11760, symBinAddr: 0x93E30, symSize: 0x360 } + - { offsetInCU: 0xC5CB, offset: 0x143430, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5', symObjAddr: 0x11AC0, symBinAddr: 0x94190, symSize: 0x360 } + - { offsetInCU: 0xC86A, offset: 0x1436CF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5', symObjAddr: 0x11E20, symBinAddr: 0x944F0, symSize: 0x360 } + - { offsetInCU: 0xCB09, offset: 0x14396E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5', symObjAddr: 0x12180, symBinAddr: 0x94850, symSize: 0x360 } + - { offsetInCU: 0xCDA8, offset: 0x143C0D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4StarCAOV_So9CGPathRefaTg5', symObjAddr: 0x124E0, symBinAddr: 0x94BB0, symSize: 0x360 } + - { offsetInCU: 0xD05D, offset: 0x143EC2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_', symObjAddr: 0x13060, symBinAddr: 0x95730, symSize: 0xB0 } + - { offsetInCU: 0xD12F, offset: 0x143F94, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x13490, symBinAddr: 0x95B60, symSize: 0x220 } + - { offsetInCU: 0xD1DB, offset: 0x144040, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x136B0, symBinAddr: 0x95D80, symSize: 0x1E0 } + - { offsetInCU: 0xD287, offset: 0x1440EC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie0K5ColorVTg5', symObjAddr: 0x13890, symBinAddr: 0x95F60, symSize: 0x1E0 } + - { offsetInCU: 0xD333, offset: 0x144198, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x13A70, symBinAddr: 0x96140, symSize: 0x210 } + - { offsetInCU: 0xD3E7, offset: 0x14424C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x13C80, symBinAddr: 0x96350, symSize: 0x200 } + - { offsetInCU: 0xD493, offset: 0x1442F8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x13E80, symBinAddr: 0x96550, symSize: 0x1F0 } + - { offsetInCU: 0xD53F, offset: 0x1443A4, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x14070, symBinAddr: 0x96740, symSize: 0x210 } + - { offsetInCU: 0xD5EB, offset: 0x144450, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x14280, symBinAddr: 0x96950, symSize: 0x1E0 } + - { offsetInCU: 0xD6C3, offset: 0x144528, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSo21NSAttributedStringKeya_ypTg5', symObjAddr: 0x14640, symBinAddr: 0x96D10, symSize: 0x260 } + - { offsetInCU: 0xD7AE, offset: 0x144613, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x148B0, symBinAddr: 0x96F80, symSize: 0x240 } + - { offsetInCU: 0xD86E, offset: 0x1446D3, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSo13CATransform3DV_s15CollectionOfOneVyAGGTg5', symObjAddr: 0x14E80, symBinAddr: 0x97550, symSize: 0xC0 } + - { offsetInCU: 0xD9AA, offset: 0x14480F, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lF12CoreGraphics7CGFloatV_s15CollectionOfOneVyAHGTg5', symObjAddr: 0x14F40, symBinAddr: 0x97610, symSize: 0xC0 } + - { offsetInCU: 0xDAE6, offset: 0x14494B, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSb_s15CollectionOfOneVySbGTg5', symObjAddr: 0x15000, symBinAddr: 0x976D0, symSize: 0xC0 } + - { offsetInCU: 0xDC22, offset: 0x144A87, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySo13CATransform3DVG_s010CollectionH3OneVyAMGTg5', symObjAddr: 0x156C0, symBinAddr: 0x97D90, symSize: 0x2C0 } + - { offsetInCU: 0xDD31, offset: 0x144B96, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy12CoreGraphics7CGFloatVG_s010CollectionH3OneVyANGTg5', symObjAddr: 0x15980, symBinAddr: 0x98050, symSize: 0x1B0 } + - { offsetInCU: 0xDE56, offset: 0x144CBB, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySbG_s010CollectionH3OneVySbGTg5', symObjAddr: 0x15B30, symBinAddr: 0x98200, symSize: 0x190 } + - { offsetInCU: 0xDF23, offset: 0x144D88, size: 0x8, addend: 0x0, symName: '_$sSa17_customRemoveLastxSgyFSo13CATransform3DV_Tg5', symObjAddr: 0x16410, symBinAddr: 0x98AE0, symSize: 0xB0 } + - { offsetInCU: 0xDFA4, offset: 0x144E09, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5', symObjAddr: 0x16520, symBinAddr: 0x98BF0, symSize: 0x110 } + - { offsetInCU: 0xE04F, offset: 0x144EB4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5', symObjAddr: 0x16630, symBinAddr: 0x98D00, symSize: 0x110 } + - { offsetInCU: 0xE0FA, offset: 0x144F5F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5', symObjAddr: 0x167F0, symBinAddr: 0x98EC0, symSize: 0xC0 } + - { offsetInCU: 0xE1AD, offset: 0x145012, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5', symObjAddr: 0x168B0, symBinAddr: 0x98F80, symSize: 0xB0 } + - { offsetInCU: 0xE268, offset: 0x1450CD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5', symObjAddr: 0x16960, symBinAddr: 0x99030, symSize: 0xB0 } + - { offsetInCU: 0xE323, offset: 0x145188, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5', symObjAddr: 0x16A10, symBinAddr: 0x990E0, symSize: 0xC0 } + - { offsetInCU: 0xE3CE, offset: 0x145233, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5', symObjAddr: 0x16AD0, symBinAddr: 0x991A0, symSize: 0xB0 } + - { offsetInCU: 0xE481, offset: 0x1452E6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5', symObjAddr: 0x16B80, symBinAddr: 0x99250, symSize: 0xE0 } + - { offsetInCU: 0xE53C, offset: 0x1453A1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5', symObjAddr: 0x16D10, symBinAddr: 0x993E0, symSize: 0xC0 } + - { offsetInCU: 0xE5E7, offset: 0x14544C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5', symObjAddr: 0x16DD0, symBinAddr: 0x994A0, symSize: 0xD0 } + - { offsetInCU: 0xE692, offset: 0x1454F7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5', symObjAddr: 0x16EA0, symBinAddr: 0x99570, symSize: 0xE0 } + - { offsetInCU: 0xE732, offset: 0x145597, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV37_appendElementAssumeUniqueAndCapacity_03newD0ySi_xntF6Lottie17KeypathSearchable_p_Tg5Tf4nen_n', symObjAddr: 0x17030, symBinAddr: 0x99700, symSize: 0x70 } + - { offsetInCU: 0xE824, offset: 0x145689, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySo13CATransform3DVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t6VySo13U10DVG_A3_TG5xq_s5Error_pr0_lyAtSIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0vwaxb23E29addCombinedTransformz26_FCF865A3410C50F6C3BA6E234d59FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFSo13u5DVAC4T11VyALGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x170A0, symBinAddr: 0x99770, symSize: 0x800 } + - { offsetInCU: 0xEF42, offset: 0x145DA7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo13CATransform3DV_TB5Tf4nnnnnd_n', symObjAddr: 0x178A0, symBinAddr: 0x99F70, symSize: 0xA80 } + - { offsetInCU: 0xF9F4, offset: 0x146859, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySo13CATransform3DVG_A_Tg505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7x25VtKFSo13CATransform3DVAC4Z11VyALGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x18320, symBinAddr: 0x9A9F0, symSize: 0xFB0 } + - { offsetInCU: 0x1059D, offset: 0x147402, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC0B8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x194A0, symBinAddr: 0x9BB70, symSize: 0x330 } + - { offsetInCU: 0x1099D, offset: 0x147802, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d74FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKFSo7s6VAC0B8T53DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x197D0, symBinAddr: 0x9BEA0, symSize: 0x2E0 } + - { offsetInCU: 0x10DBC, offset: 0x147C21, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo7CGPointV_TB5Tf4nnnnnd_n', symObjAddr: 0x19AB0, symBinAddr: 0x9C180, symSize: 0x9A0 } + - { offsetInCU: 0x1187B, offset: 0x1486E0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x1A450, symBinAddr: 0x9CB20, symSize: 0x3D0 } + - { offsetInCU: 0x11BF1, offset: 0x148A56, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb17E23addAnchorPointy26_FCF865A3410C50F6C3BA6E234d67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7s6VAC0B8T7DVXEfU_AbUTf1nncn_nTf4ndngg_n', symObjAddr: 0x1A9D0, symBinAddr: 0x9D0A0, symSize: 0xCE0 } + - { offsetInCU: 0x122AD, offset: 0x149112, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05W43F7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AbYTf1nncnnn_nTf4xnnndgg_n', symObjAddr: 0x1BA80, symBinAddr: 0x9E150, symSize: 0x570 } + - { offsetInCU: 0x124F0, offset: 0x149355, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC0B8Vector3DV_So7CGPointVTg505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7x20VtKFSo7CGPointVAC0B8Z7DVXEfU_AbUTf1nnnnnc_nTf4nnndxgg_n', symObjAddr: 0x1BFF0, symBinAddr: 0x9E6C0, symSize: 0x1050 } + - { offsetInCU: 0x1316D, offset: 0x149FD2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1FAA0, symBinAddr: 0xA2170, symSize: 0x600 } + - { offsetInCU: 0x136FC, offset: 0x14A561, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlF12CoreGraphics7CGFloatV_TB5Tf4nnnnnd_n', symObjAddr: 0x200A0, symBinAddr: 0xA2770, symSize: 0x990 } + - { offsetInCU: 0x14170, offset: 0x14AFD5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x20BE0, symBinAddr: 0xA32B0, symSize: 0x600 } + - { offsetInCU: 0x146D2, offset: 0x14B537, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU3_Tf1nncn_nTf4ndg_n', symObjAddr: 0x21760, symBinAddr: 0xA3E30, symSize: 0x600 } + - { offsetInCU: 0x14C34, offset: 0x14BA99, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU2_Tf1nncn_nTf4ndg_n', symObjAddr: 0x222D0, symBinAddr: 0xA49A0, symSize: 0x600 } + - { offsetInCU: 0x15196, offset: 0x14BFFB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU1_Tf1nncn_nTf4ndg_n', symObjAddr: 0x22A70, symBinAddr: 0xA5140, symSize: 0x600 } + - { offsetInCU: 0x156F8, offset: 0x14C55D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb99E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x241C0, symBinAddr: 0xA6890, symSize: 0x600 } + - { offsetInCU: 0x15C5A, offset: 0x14CABF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowRadiusy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T53DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x24970, symBinAddr: 0xA7040, symSize: 0x600 } + - { offsetInCU: 0x161BC, offset: 0x14D021, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb19E25addShadowOpacityy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x25120, symBinAddr: 0xA77F0, symSize: 0x600 } + - { offsetInCU: 0x16730, offset: 0x14D595, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T8DVXEfU0_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x258D0, symBinAddr: 0xA7FA0, symSize: 0x600 } + - { offsetInCU: 0x16CE9, offset: 0x14DB4E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T7DVXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x25ED0, symBinAddr: 0xA85A0, symSize: 0x600 } + - { offsetInCU: 0x17290, offset: 0x14E0F5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x27860, symBinAddr: 0xA9F30, symSize: 0x600 } + - { offsetInCU: 0x177F2, offset: 0x14E657, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x28010, symBinAddr: 0xAA6E0, symSize: 0x600 } + - { offsetInCU: 0x17D82, offset: 0x14EBE7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x29980, symBinAddr: 0xAC050, symSize: 0x640 } + - { offsetInCU: 0x182D8, offset: 0x14F13D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x29FC0, symBinAddr: 0xAC690, symSize: 0x3C0 } + - { offsetInCU: 0x184FB, offset: 0x14F360, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2A530, symBinAddr: 0xACC00, symSize: 0x640 } + - { offsetInCU: 0x18A42, offset: 0x14F8A7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x2AB70, symBinAddr: 0xAD240, symSize: 0x3D0 } + - { offsetInCU: 0x18D43, offset: 0x14FBA8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySbG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4T11VySbG_SbTG5xq_s5Error_pr0_lyARSbIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb101E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKFSbAC4T11VySbGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2C080, symBinAddr: 0xAE750, symSize: 0x5E0 } + - { offsetInCU: 0x192D2, offset: 0x150137, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSb_TB5Tf4nnnnnd_n', symObjAddr: 0x2C660, symBinAddr: 0xAED30, symSize: 0x980 } + - { offsetInCU: 0x19D28, offset: 0x150B8D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySbG_SbTg505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7x9VtKFSbAC4Z11VySbGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x2CFE0, symBinAddr: 0xAF6B0, symSize: 0xFB0 } + - { offsetInCU: 0x1AA2C, offset: 0x151891, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb12E23addShadowtY162_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2E0E0, symBinAddr: 0xB07B0, symSize: 0x9D0 } + - { offsetInCU: 0x1B39C, offset: 0x152201, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo10CGColorRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x2EAB0, symBinAddr: 0xB1180, symSize: 0xB60 } + - { offsetInCU: 0x1BFC6, offset: 0x152E2B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb84E13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2F7B0, symBinAddr: 0xB1E80, symSize: 0x9D0 } + - { offsetInCU: 0x1C899, offset: 0x1536FE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb98E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x30700, symBinAddr: 0xB2DD0, symSize: 0x9D0 } + - { offsetInCU: 0x1D176, offset: 0x153FDB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n095$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKFSo10CGColorRefaAA0A5T6VXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x31270, symBinAddr: 0xB3940, symSize: 0x9D0 } + - { offsetInCU: 0x1DA17, offset: 0x15487C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowOffsety92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6T9VALXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x32F50, symBinAddr: 0xB5620, symSize: 0x610 } + - { offsetInCU: 0x1E024, offset: 0x154E89, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo6CGSizeV_TB5Tf4nnnnnd_n', symObjAddr: 0x33560, symBinAddr: 0xB5C30, symSize: 0x9A0 } + - { offsetInCU: 0x1EAE3, offset: 0x155948, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05W31F7ContextVtKFSo6CGSizeVALXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x33F00, symBinAddr: 0xB65D0, symSize: 0x3E0 } + - { offsetInCU: 0x1ECE6, offset: 0x155B4B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So6CGSizeV_AYTg505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7x7VtKFSo6Z9VALXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x342E0, symBinAddr: 0xB69B0, symSize: 0xF80 } + - { offsetInCU: 0x1F8AC, offset: 0x156711, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC010BezierPathS0V_Tg5Tf4nd_n', symObjAddr: 0x35460, symBinAddr: 0xB7B30, symSize: 0x330 } + - { offsetInCU: 0x1FCC5, offset: 0x156B2A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnncn_nTf4ndgn_n', symObjAddr: 0x35790, symBinAddr: 0xB7E60, symSize: 0xFA0 } + - { offsetInCU: 0x206B0, offset: 0x157515, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo9CGPathRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x36730, symBinAddr: 0xB8E00, symSize: 0xB60 } + - { offsetInCU: 0x212B8, offset: 0x15811D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_n013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D57ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4xnnndn_n', symObjAddr: 0x37290, symBinAddr: 0xB9960, symSize: 0x3E0 } + - { offsetInCU: 0x214C7, offset: 0x15832C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4nnndxn_n', symObjAddr: 0x37670, symBinAddr: 0xB9D40, symSize: 0xFB0 } + - { offsetInCU: 0x221B9, offset: 0x15901E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_nTf4ndngn_n', symObjAddr: 0x38620, symBinAddr: 0xBACF0, symSize: 0xFB0 } + - { offsetInCU: 0x22B9A, offset: 0x1599FF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x39A40, symBinAddr: 0xBC110, symSize: 0x3D0 } + - { offsetInCU: 0x22DC7, offset: 0x159C2C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x39E10, symBinAddr: 0xBC4E0, symSize: 0xFC0 } + - { offsetInCU: 0x239A4, offset: 0x15A809, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSayAC10BezierPathVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SayAC10tu6VG_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9p11RefaSayAC10tU7VGXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x3ADD0, symBinAddr: 0xBD4A0, symSize: 0x750 } + - { offsetInCU: 0x23E78, offset: 0x15ACDD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapew2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16D50ContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnnn_nTf4xnnndn_n', symObjAddr: 0x3B520, symBinAddr: 0xBDBF0, symSize: 0x3F0 } + - { offsetInCU: 0x2409D, offset: 0x15AF02, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SayAC10BezierPathVG_So9CGPathRefaTg5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16wx26VSitKFSo9CGPathRefaSayAC10Z11PathVGXEfU_SiTf1nnnnnc_nTf4nnndxn_n', symObjAddr: 0x3B910, symBinAddr: 0xBDFE0, symSize: 0xFD0 } + - { offsetInCU: 0x24C70, offset: 0x15BAD5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC7EllipseCAJV_Tg5Tf4nd_n', symObjAddr: 0x3CAE0, symBinAddr: 0xBF1B0, symSize: 0x330 } + - { offsetInCU: 0x250EB, offset: 0x15BF50, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC7EllipseCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC7t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb48E13addAnimations3for7context14pathMultiplieryAC7t33C_AC0B16AnimationContextVSitKFSo9p7RefaAI8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3CE10, symBinAddr: 0xBF4E0, symSize: 0xBF0 } + - { offsetInCU: 0x259D5, offset: 0x15C83A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC7EllipseCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16d29ContextVSitKFSo9CGPathRefaAI8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x3E0B0, symBinAddr: 0xC0780, symSize: 0x470 } + - { offsetInCU: 0x25C23, offset: 0x15CA88, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b48E13addAnimations3for7context14pathMultiplieryAC7z8C_AC0B16wx22VSitKFSo9CGPathRefaAI8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x3E520, symBinAddr: 0xC0BF0, symSize: 0x1010 } + - { offsetInCU: 0x267F4, offset: 0x15D659, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC9RectangleCAJV_Tg5Tf4nd_n', symObjAddr: 0x3F730, symBinAddr: 0xC1E00, symSize: 0x330 } + - { offsetInCU: 0x26C78, offset: 0x15DADD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC9RectangleCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC9t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9t49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3FA60, symBinAddr: 0xC2130, symSize: 0xE10 } + - { offsetInCU: 0x275AE, offset: 0x15E413, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC9RectangleCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16d45ContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x40D00, symBinAddr: 0xC33D0, symSize: 0x470 } + - { offsetInCU: 0x277FC, offset: 0x15E661, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9z8C_AC0B16wx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x41170, symBinAddr: 0xC3840, symSize: 0x1010 } + - { offsetInCU: 0x283CD, offset: 0x15F232, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC4StarCAJV_Tg5Tf4nd_n', symObjAddr: 0x42380, symBinAddr: 0xC4A50, symSize: 0x340 } + - { offsetInCU: 0x28845, offset: 0x15F6AA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb13E19addPolygony67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4t24C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x426C0, symBinAddr: 0xC4D90, symSize: 0xEC0 } + - { offsetInCU: 0x291D2, offset: 0x160037, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb6E16addty93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x43A30, symBinAddr: 0xC6100, symSize: 0xD90 } + - { offsetInCU: 0x29AAA, offset: 0x16090F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S38VxKXEfU0_SaySdG_SaySo10CGColorRefaGTG5xq_s5Error_pr0_lyAPSaySo07CGColorQ0aGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x460C0, symBinAddr: 0xC8790, symSize: 0x750 } + - { offsetInCU: 0x2A046, offset: 0x160EAB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSaySo10CGColorRefaG_TB5Tf4nnnnnd_n', symObjAddr: 0x46810, symBinAddr: 0xC8EE0, symSize: 0x9B0 } + - { offsetInCU: 0x2AAE4, offset: 0x161949, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S46VxKXEfU0_SaySdG_Say12CoreGraphics7CGFloatVGTG5xq_s5Error_pr0_lyAPSay12CoreGraphics7CGFloatVGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x471C0, symBinAddr: 0xC9890, symSize: 0x750 } + - { offsetInCU: 0x2B080, offset: 0x161EE5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSay12CoreGraphics7CGFloatVG_TB5Tf4nnnnnd_n', symObjAddr: 0x47910, symBinAddr: 0xC9FE0, symSize: 0x9B0 } + - { offsetInCU: 0x2BB2D, offset: 0x162992, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x487F0, symBinAddr: 0xCAEC0, symSize: 0x2E0 } + - { offsetInCU: 0x2BEB5, offset: 0x162D1A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x48AD0, symBinAddr: 0xCB1A0, symSize: 0x3D0 } + - { offsetInCU: 0x2C0EA, offset: 0x162F4F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V55AELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x49040, symBinAddr: 0xCB710, symSize: 0x2E0 } + - { offsetInCU: 0x2C443, offset: 0x1632A8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x49320, symBinAddr: 0xCB9F0, symSize: 0x3E0 } + - { offsetInCU: 0x2C6AC, offset: 0x163511, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySdG_s15EmptyCollectionVySdGTg5Tf4nndn_n', symObjAddr: 0x4AE50, symBinAddr: 0xCD520, symSize: 0x140 } + - { offsetInCU: 0x2C7CA, offset: 0x16362F, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VyypG_s15EmptyCollectionVyypGTg5Tf4nndn_n', symObjAddr: 0x4AFB0, symBinAddr: 0xCD680, symSize: 0x180 } + - { offsetInCU: 0x2C994, offset: 0x1637F9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo13CATransform3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So13T9DV_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So13T6DV_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4B4A0, symBinAddr: 0xCDB70, symSize: 0x800 } + - { offsetInCU: 0x2CEB8, offset: 0x163D1D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSo13CATransform3DV_Tg5Tf4xnnn_n', symObjAddr: 0x4C0A0, symBinAddr: 0xCE770, symSize: 0x3B0 } + - { offsetInCU: 0x2D05D, offset: 0x163EC2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAO_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_A__A_TG5xq_s5Error_pr0_lyA2OIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf20ContextVtKlFxxXEfU0_uS5V_TG5Tf1nncn_nTf4ndd_n', symObjAddr: 0x4C780, symBinAddr: 0xCEE50, symSize: 0x2E0 } + - { offsetInCU: 0x2D3E5, offset: 0x16424A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG35ContextVtKlFxxXEfU0_So7CGPointV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4CA60, symBinAddr: 0xCF130, symSize: 0x3E0 } + - { offsetInCU: 0x2D6C2, offset: 0x164527, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlF12CoreGraphics7CGFloatV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s11VxKXEfU0_12t9Graphics7V8V_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf22ContextVtKlFxxXEfU0_12t9Graphics7V5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4CE40, symBinAddr: 0xCF510, symSize: 0x600 } + - { offsetInCU: 0x2DBEE, offset: 0x164A53, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlF12CoreGraphics7CGFloatV_Tg5Tf4xnnn_n', symObjAddr: 0x4D470, symBinAddr: 0xCFB40, symSize: 0x230 } + - { offsetInCU: 0x2DCD4, offset: 0x164B39, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7X34VtKFSo7CGPointVAC0B8Vector3DVXEfU_AbTTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x4D6A0, symBinAddr: 0xCFD70, symSize: 0xA40 } + - { offsetInCU: 0x2E158, offset: 0x164FBD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12addAnimation3for9keyframes5value7contextyAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0iD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b102E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05i2F7m7VtKFSo7q6VAC0B8P7DVXEfU_AbPTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x4E0E0, symBinAddr: 0xD07B0, symSize: 0x200 } + - { offsetInCU: 0x2E345, offset: 0x1651AA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSb_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_Sb_SbTG5xq_s5Error_pr0_lyS2bIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rF26ContextVtKlFxxXEfU0_Sb_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4E2E0, symBinAddr: 0xD09B0, symSize: 0x5E0 } + - { offsetInCU: 0x2E871, offset: 0x1656D6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSb_Tg5Tf4xnnn_n', symObjAddr: 0x4ECC0, symBinAddr: 0xD1390, symSize: 0x220 } + - { offsetInCU: 0x2EA26, offset: 0x16588B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo07CGColorQ0a_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So10T11Refa_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So10T8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4EEE0, symBinAddr: 0xD15B0, symSize: 0x5E0 } + - { offsetInCU: 0x2EFA6, offset: 0x165E0B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo10CGColorRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG39ContextVtKlFxxXEfU0_So10CGColorRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4F4C0, symBinAddr: 0xD1B90, symSize: 0x3F0 } + - { offsetInCU: 0x2F1A5, offset: 0x16600A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So6T5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4F8B0, symBinAddr: 0xD1F80, symSize: 0x610 } + - { offsetInCU: 0x2F6EC, offset: 0x166551, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG34ContextVtKlFxxXEfU0_So6CGSizeV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4FEC0, symBinAddr: 0xD2590, symSize: 0x3F0 } + - { offsetInCU: 0x2F9C6, offset: 0x16682B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAI_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So9P11Refa_A1_TG5xq_s5Error_pr0_lyA2IIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So9P8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x50530, symBinAddr: 0xD2C00, symSize: 0x5E0 } + - { offsetInCU: 0x2FF37, offset: 0x166D9C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo9CGPathRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG37ContextVtKlFxxXEfU0_So9CGPathRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x50B10, symBinAddr: 0xD31E0, symSize: 0x3F0 } + - { offsetInCU: 0x30245, offset: 0x1670AA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC7EllipseC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16dx22VSitKFSo9CGPathRefaAI8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x51110, symBinAddr: 0xD37E0, symSize: 0x940 } + - { offsetInCU: 0x307BF, offset: 0x167624, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC9RectangleC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16dx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x51A50, symBinAddr: 0xD4120, symSize: 0x950 } + - { offsetInCU: 0x30DC3, offset: 0x167C28, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b98E16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x523A0, symBinAddr: 0xD4A70, symSize: 0x9C0 } + - { offsetInCU: 0x31260, offset: 0x1680C5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b103E19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x52D60, symBinAddr: 0xD5430, symSize: 0x9C0 } + - { offsetInCU: 0x3179A, offset: 0x1685FF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySo07CGColorQ0aG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SaySo10T12RefaG_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf27ContextVtKlFxxXEfU0_SaySo10T9RefaG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x53720, symBinAddr: 0xD5DF0, symSize: 0x5E0 } + - { offsetInCU: 0x31D1A, offset: 0x168B7F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSaySo10CGColorRefaG_A0_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG43ContextVtKlFxxXEfU0_SaySo10CGColorRefaG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x53D00, symBinAddr: 0xD63D0, symSize: 0x3F0 } + - { offsetInCU: 0x31FF4, offset: 0x168E59, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSay12CoreGraphics7CGFloatVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_Say12t9Graphics7V9VG_A3_TG5xq_s5Error_pr0_lyA2SIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf25ContextVtKlFxxXEfU0_Say12t9Graphics7V6VG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x54440, symBinAddr: 0xD6B10, symSize: 0x5E0 } + - { offsetInCU: 0x32574, offset: 0x1693D9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSay12CoreGraphics7CGFloatVG_A1_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG51ContextVtKlFxxXEfU0_Say12CoreGraphics7CGFloatVG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x54A20, symBinAddr: 0xD70F0, symSize: 0x3F0 } + - { offsetInCU: 0x327F4, offset: 0x169659, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX34VtKFSo7CGPointVAA0A8Vector3DVXEfU_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x550B0, symBinAddr: 0xD7780, symSize: 0x940 } + - { offsetInCU: 0x32CC9, offset: 0x169B2E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX35VtKFSo7CGPointVAA0A8Vector3DVXEfU0_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x559F0, symBinAddr: 0xD80C0, symSize: 0x940 } + - { offsetInCU: 0x33188, offset: 0x169FED, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x56330, symBinAddr: 0xD8A00, symSize: 0x810 } + - { offsetInCU: 0x335FE, offset: 0x16A463, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOr', symObjAddr: 0x56B80, symBinAddr: 0xD9210, symSize: 0xD0 } + - { offsetInCU: 0x33612, offset: 0x16A477, size: 0x8, addend: 0x0, symName: '_$sSSWOr', symObjAddr: 0x56C70, symBinAddr: 0xD92E0, symSize: 0x20 } + - { offsetInCU: 0x33626, offset: 0x16A48B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOs', symObjAddr: 0x56C90, symBinAddr: 0xD9300, symSize: 0xD0 } + - { offsetInCU: 0x3363A, offset: 0x16A49F, size: 0x8, addend: 0x0, symName: '_$sSSWOs', symObjAddr: 0x56D80, symBinAddr: 0xD93D0, symSize: 0x20 } + - { offsetInCU: 0x3364E, offset: 0x16A4B3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC010BezierPathV0V_So9CGPathRefaTg5TA', symObjAddr: 0x56DF0, symBinAddr: 0xD9410, symSize: 0x20 } + - { offsetInCU: 0x33662, offset: 0x16A4C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x56E10, symBinAddr: 0xD9430, symSize: 0x20 } + - { offsetInCU: 0x33676, offset: 0x16A4DB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5TA', symObjAddr: 0x56EB0, symBinAddr: 0xD9480, symSize: 0x10 } + - { offsetInCU: 0x3368A, offset: 0x16A4EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x56EC0, symBinAddr: 0xD9490, symSize: 0x20 } + - { offsetInCU: 0x3369E, offset: 0x16A503, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_TA', symObjAddr: 0x56EE0, symBinAddr: 0xD94B0, symSize: 0x10 } + - { offsetInCU: 0x336B2, offset: 0x16A517, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x56EF0, symBinAddr: 0xD94C0, symSize: 0x20 } + - { offsetInCU: 0x336C6, offset: 0x16A52B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x56FA0, symBinAddr: 0xD94E0, symSize: 0x20 } + - { offsetInCU: 0x336DA, offset: 0x16A53F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So9CGPathRefa_A1_TG5TA', symObjAddr: 0x57020, symBinAddr: 0xD9500, symSize: 0x20 } + - { offsetInCU: 0x33751, offset: 0x16A5B6, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy6Lottie16AnimationKeypathV7keypath_AL16AnyValueProvider_p05valueP0tG_s15EmptyCollectionVyAnO_AlP_pAQtGTg5Tf4nndn_n', symObjAddr: 0x57040, symBinAddr: 0xD9520, symSize: 0x190 } + - { offsetInCU: 0x3382B, offset: 0x16A690, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOr', symObjAddr: 0x572A0, symBinAddr: 0xD9780, symSize: 0x30 } + - { offsetInCU: 0x3383F, offset: 0x16A6A4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x57320, symBinAddr: 0xD9800, symSize: 0x20 } + - { offsetInCU: 0x33853, offset: 0x16A6B8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x57340, symBinAddr: 0xD9820, symSize: 0x20 } + - { offsetInCU: 0x33867, offset: 0x16A6CC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x57360, symBinAddr: 0xD9840, symSize: 0x20 } + - { offsetInCU: 0x3387B, offset: 0x16A6E0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x57380, symBinAddr: 0xD9860, symSize: 0x20 } + - { offsetInCU: 0x3388F, offset: 0x16A6F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOs', symObjAddr: 0x573A0, symBinAddr: 0xD9880, symSize: 0x30 } + - { offsetInCU: 0x338A3, offset: 0x16A708, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_12CoreGraphics7CGFloatV_A2_TG5TA', symObjAddr: 0x573D0, symBinAddr: 0xD98B0, symSize: 0x20 } + - { offsetInCU: 0x338B7, offset: 0x16A71C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5TA', symObjAddr: 0x57410, symBinAddr: 0xD98F0, symSize: 0x10 } + - { offsetInCU: 0x338CB, offset: 0x16A730, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_So10CGColorRefa_Tg5TA', symObjAddr: 0x57420, symBinAddr: 0xD9900, symSize: 0x20 } + - { offsetInCU: 0x338DF, offset: 0x16A744, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x57440, symBinAddr: 0xD9920, symSize: 0x20 } + - { offsetInCU: 0x338F3, offset: 0x16A758, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_So10CGColorRefa_Tg5TA', symObjAddr: 0x57460, symBinAddr: 0xD9940, symSize: 0x20 } + - { offsetInCU: 0x33907, offset: 0x16A76C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So10CGColorRefa_A1_TG5TA', symObjAddr: 0x57480, symBinAddr: 0xD9960, symSize: 0x20 } + - { offsetInCU: 0x3392D, offset: 0x16A792, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_SayAA10BezierPathVG_TG5TA', symObjAddr: 0x574C0, symBinAddr: 0xD99A0, symSize: 0x50 } + - { offsetInCU: 0x33956, offset: 0x16A7BB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SayAC10BezierPathVG_So9CGPathRefaTG5TA', symObjAddr: 0x57510, symBinAddr: 0xD99F0, symSize: 0x20 } + - { offsetInCU: 0x3396A, offset: 0x16A7CF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x57550, symBinAddr: 0xD9A30, symSize: 0x10 } + - { offsetInCU: 0x3397E, offset: 0x16A7E3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x57580, symBinAddr: 0xD9A60, symSize: 0x10 } + - { offsetInCU: 0x33992, offset: 0x16A7F7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x575B0, symBinAddr: 0xD9A90, symSize: 0x10 } + - { offsetInCU: 0x339A6, offset: 0x16A80B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTG5TA', symObjAddr: 0x57600, symBinAddr: 0xD9AE0, symSize: 0x20 } + - { offsetInCU: 0x339BA, offset: 0x16A81F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Say12CoreGraphics7CGFloatVG_A3_TG5TA', symObjAddr: 0x57620, symBinAddr: 0xD9B00, symSize: 0x20 } + - { offsetInCU: 0x339CE, offset: 0x16A833, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySo10CGColorRefaG_A2_TG5TA', symObjAddr: 0x57640, symBinAddr: 0xD9B20, symSize: 0x20 } + - { offsetInCU: 0x339E2, offset: 0x16A847, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC4HoldVySo13CATransform3DVG_AYTg5TA', symObjAddr: 0x57680, symBinAddr: 0xD9B60, symSize: 0x20 } + - { offsetInCU: 0x339F6, offset: 0x16A85B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5TA', symObjAddr: 0x576A0, symBinAddr: 0xD9B80, symSize: 0x10 } + - { offsetInCU: 0x33A0A, offset: 0x16A86F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5TA', symObjAddr: 0x576B0, symBinAddr: 0xD9B90, symSize: 0x10 } + - { offsetInCU: 0x33A1E, offset: 0x16A883, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x576C0, symBinAddr: 0xD9BA0, symSize: 0x10 } + - { offsetInCU: 0x33A32, offset: 0x16A897, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGACyxGAA03AnybC0A2A0F14InterpolatableRzlWl', symObjAddr: 0x576D0, symBinAddr: 0xD9BB0, symSize: 0x60 } + - { offsetInCU: 0x33A46, offset: 0x16A8AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyKeyframeGroup_pWOb', symObjAddr: 0x57760, symBinAddr: 0xD9C40, symSize: 0x20 } + - { offsetInCU: 0x33A5A, offset: 0x16A8BF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5TA', symObjAddr: 0x57800, symBinAddr: 0xD9C80, symSize: 0x10 } + - { offsetInCU: 0x33A6E, offset: 0x16A8D3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5TA', symObjAddr: 0x578C0, symBinAddr: 0xD9D40, symSize: 0x10 } + - { offsetInCU: 0x33A82, offset: 0x16A8E7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5TA', symObjAddr: 0x578D0, symBinAddr: 0xD9D50, symSize: 0x10 } + - { offsetInCU: 0x33AB6, offset: 0x16A91B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W15Vector1DVXEfU0_SiTf1nnnnnc_n', symObjAddr: 0x0, symBinAddr: 0x826D0, symSize: 0x2C0 } + - { offsetInCU: 0x33C7E, offset: 0x16AAE3, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W14Vector1DVXEfU_SiTf1nnnnnc_n', symObjAddr: 0x2C0, symBinAddr: 0x82990, symSize: 0x2C0 } + - { offsetInCU: 0x33E81, offset: 0x16ACE6, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_12CoreGraphics7CGFloatVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC0B8e5DV_12f9Graphics7H4VTG5xq_s5Error_pr0_lyAiNIsgnrzo_Tf1cn_n0ijklc49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234o73FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12f9Graphics7h6VAC0B8E8DVXEfU0_Tf1nc_n', symObjAddr: 0xF20, symBinAddr: 0x835F0, symSize: 0x190 } + - { offsetInCU: 0x340E0, offset: 0x16AF45, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySo6CGSizeVGG_AITg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wn29ContextVtKr0_lFq_ARKXEfU1_So6E7V_A_TG5xq_s5Error_pr0_lyA2IIsgnrzo_Tf1cn_n0fghic18E24addShadowOffsetk92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6E9VALXEfU0_Tf1nc_n', symObjAddr: 0x1630, symBinAddr: 0x83D00, symSize: 0x190 } + - { offsetInCU: 0x343C0, offset: 0x16B225, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1ncn_n', symObjAddr: 0x17C0, symBinAddr: 0x83E90, symSize: 0x430 } + - { offsetInCU: 0x34793, offset: 0x16B5F8, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySayAE10BezierPathVGGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq33ContextVtKr0_lFq_ARKXEfU1_SayAC10ef6VG_So9G7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9g11RefaSayAC10eF7VGXEfU_SiTf1nc_n', symObjAddr: 0x1D90, symBinAddr: 0x84460, symSize: 0x1B0 } + - { offsetInCU: 0x349E2, offset: 0x16B847, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0ww30ContextVtKr0_lFq_ARKXEfU1_AC23ef12Keyframes33_hijklm5CLLV_pN4VTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n011$s6Lottie19f17RenderLayerC09adde16B10Animations33_hijklm62CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7n7VAA0fB9G57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nc_n', symObjAddr: 0x1F40, symBinAddr: 0x84610, symSize: 0x190 } + - { offsetInCU: 0x34CA0, offset: 0x16BB05, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs18ReversedCollectionVySay6Lottie5GroupCGG_AH0G5LayerCTg5', symObjAddr: 0x2420, symBinAddr: 0x84AF0, symSize: 0x2A0 } + - { offsetInCU: 0x34F58, offset: 0x16BDBD, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x2CC0, symBinAddr: 0x85390, symSize: 0x1B0 } + - { offsetInCU: 0x34FE6, offset: 0x16BE4B, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x2E70, symBinAddr: 0x85540, symSize: 0x90 } + - { offsetInCU: 0x35074, offset: 0x16BED9, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie0D5ColorVTB5', symObjAddr: 0x2F00, symBinAddr: 0x855D0, symSize: 0x100 } + - { offsetInCU: 0x35109, offset: 0x16BF6E, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x3000, symBinAddr: 0x856D0, symSize: 0x140 } + - { offsetInCU: 0x351BF, offset: 0x16C024, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x3140, symBinAddr: 0x85810, symSize: 0x110 } + - { offsetInCU: 0x3524D, offset: 0x16C0B2, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x3250, symBinAddr: 0x85920, symSize: 0x130 } + - { offsetInCU: 0x352DB, offset: 0x16C140, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x3380, symBinAddr: 0x85A50, symSize: 0x150 } + - { offsetInCU: 0x35369, offset: 0x16C1CE, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x34D0, symBinAddr: 0x85BA0, symSize: 0x100 } + - { offsetInCU: 0x3559B, offset: 0x16C400, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSo13CATransform3DV_ypTg5', symObjAddr: 0x59B0, symBinAddr: 0x88080, symSize: 0x190 } + - { offsetInCU: 0x35752, offset: 0x16C5B7, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_ypTg5', symObjAddr: 0x5B40, symBinAddr: 0x88210, symSize: 0x130 } + - { offsetInCU: 0x35941, offset: 0x16C7A6, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSb_ypTg5', symObjAddr: 0x5C70, symBinAddr: 0x88340, symSize: 0x130 } + - { offsetInCU: 0x35B28, offset: 0x16C98D, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_So8NSNumberCTg5', symObjAddr: 0x6170, symBinAddr: 0x88840, symSize: 0xD0 } + - { offsetInCU: 0x35D2F, offset: 0x16CB94, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie13KeyframeGroupCyAD10BezierPathVG_AD03AnyeF0_pTg5', symObjAddr: 0x63B0, symBinAddr: 0x88A80, symSize: 0x220 } + - { offsetInCU: 0x35F3D, offset: 0x16CDA2, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie12AnimatorNode_p_AD17KeypathSearchable_pTg5', symObjAddr: 0x65D0, symBinAddr: 0x88CA0, symSize: 0x1A0 } + - { offsetInCU: 0x36122, offset: 0x16CF87, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie16CompositionLayerC_AD17KeypathSearchable_pTg5', symObjAddr: 0x6770, symBinAddr: 0x88E40, symSize: 0x220 } + - { offsetInCU: 0x362D7, offset: 0x16D13C, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSo13CATransform3DV_Tg5', symObjAddr: 0x6990, symBinAddr: 0x89060, symSize: 0x100 } + - { offsetInCU: 0x36351, offset: 0x16D1B6, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tF12CoreGraphics7CGFloatV5start_AE3endt_Tg5', symObjAddr: 0x6B50, symBinAddr: 0x89220, symSize: 0xA0 } + - { offsetInCU: 0x363CB, offset: 0x16D230, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSS_Tg5', symObjAddr: 0x6BF0, symBinAddr: 0x892C0, symSize: 0x90 } + - { offsetInCU: 0x373CC, offset: 0x16E231, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1A820, symBinAddr: 0x9CEF0, symSize: 0x1B0 } + - { offsetInCU: 0x375AC, offset: 0x16E411, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wo31ContextVtKr0_lFq_ARKXEfU1_AC0B8e3DV_hF4VTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0ghijc17E23addAnchorPointl26_FCF865A3410C50F6C3BA6E234m67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7f6VAC0B8E7DVXEfU_So0I0CAE21LayerAnimationContextVTf1nc_nTf4ngg_n', symObjAddr: 0x1B6B0, symBinAddr: 0x9DD80, symSize: 0x3D0 } + - { offsetInCU: 0x378B8, offset: 0x16E71D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234L94FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AtRTf1nnnnnc_nTf4nnnnngg_n', symObjAddr: 0x1D040, symBinAddr: 0x9F710, symSize: 0x320 } + - { offsetInCU: 0x37B32, offset: 0x16E997, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x20A30, symBinAddr: 0xA3100, symSize: 0x1B0 } + - { offsetInCU: 0x37D12, offset: 0x16EB77, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x215B0, symBinAddr: 0xA3C80, symSize: 0x1B0 } + - { offsetInCU: 0x37EF2, offset: 0x16ED57, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU3_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x22130, symBinAddr: 0xA4800, symSize: 0x1A0 } + - { offsetInCU: 0x380D2, offset: 0x16EF37, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU2_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x228D0, symBinAddr: 0xA4FA0, symSize: 0x1A0 } + - { offsetInCU: 0x382B2, offset: 0x16F117, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU1_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x24020, symBinAddr: 0xA66F0, symSize: 0x1A0 } + - { offsetInCU: 0x38492, offset: 0x16F2F7, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI113E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x247C0, symBinAddr: 0xA6E90, symSize: 0x1B0 } + - { offsetInCU: 0x38672, offset: 0x16F4D7, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI206E24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x24F70, symBinAddr: 0xA7640, symSize: 0x1B0 } + - { offsetInCU: 0x38852, offset: 0x16F6B7, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI161E25addShadowOpacityAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x25720, symBinAddr: 0xA7DF0, symSize: 0x1B0 } + - { offsetInCU: 0x38A32, offset: 0x16F897, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x27E60, symBinAddr: 0xAA530, symSize: 0x1B0 } + - { offsetInCU: 0x38C12, offset: 0x16FA77, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x295D0, symBinAddr: 0xABCA0, symSize: 0x1B0 } + - { offsetInCU: 0x38E08, offset: 0x16FC6D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2A380, symBinAddr: 0xACA50, symSize: 0x1B0 } + - { offsetInCU: 0x38FE8, offset: 0x16FE4D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2BED0, symBinAddr: 0xAE5A0, symSize: 0x1B0 } + - { offsetInCU: 0x393AA, offset: 0x17020F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghI190E23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2F610, symBinAddr: 0xB1CE0, symSize: 0x1A0 } + - { offsetInCU: 0x3958A, offset: 0x1703EF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi44E13addAnimations3for7contextyAC4FillC_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x30560, symBinAddr: 0xB2C30, symSize: 0x1A0 } + - { offsetInCU: 0x3976A, offset: 0x1705CF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x310D0, symBinAddr: 0xB37A0, symSize: 0x1A0 } + - { offsetInCU: 0x3994A, offset: 0x1707AF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n054$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16D43ContextV_tKFSo10CGColorRefaAA0A5ColorVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x32BF0, symBinAddr: 0xB52C0, symSize: 0x1A0 } + - { offsetInCU: 0x39C20, offset: 0x170A85, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8g8CGSgAC0wp38ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC010eF20Y0V_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x35260, symBinAddr: 0xB7930, symSize: 0x200 } + - { offsetInCU: 0x39F8D, offset: 0x170DF2, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_nTf4ngn_n', symObjAddr: 0x395D0, symBinAddr: 0xBBCA0, symSize: 0x470 } + - { offsetInCU: 0x3A3EE, offset: 0x171253, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC7E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x3C8E0, symBinAddr: 0xBEFB0, symSize: 0x200 } + - { offsetInCU: 0x3A6B0, offset: 0x171515, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC7e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc48E13addAnimations3for7context14pathMultiplieryAC7e33C_AC0B16AnimationContextVSitKFSo9f7RefaAI8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3DA00, symBinAddr: 0xC00D0, symSize: 0x6B0 } + - { offsetInCU: 0x3ACE3, offset: 0x171B48, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC9E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x3F530, symBinAddr: 0xC1C00, symSize: 0x200 } + - { offsetInCU: 0x3AF80, offset: 0x171DE5, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC9e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9e49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x40870, symBinAddr: 0xC2F40, symSize: 0x490 } + - { offsetInCU: 0x3B3B3, offset: 0x172218, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC4E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x42180, symBinAddr: 0xC4850, symSize: 0x200 } + - { offsetInCU: 0x3B650, offset: 0x1724B5, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc13E19addPolygonm67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4e24C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x43580, symBinAddr: 0xC5C50, symSize: 0x4B0 } + - { offsetInCU: 0x3B9E4, offset: 0x172849, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc6E16addem93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x447C0, symBinAddr: 0xC6E90, symSize: 0x4D0 } + - { offsetInCU: 0x3BF40, offset: 0x172DA5, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x48EA0, symBinAddr: 0xCB570, symSize: 0x1A0 } + - { offsetInCU: 0x3C120, offset: 0x172F85, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x4A6B0, symBinAddr: 0xCCD80, symSize: 0x1A0 } + - { offsetInCU: 0x2B, offset: 0x174242, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xDD030, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x174284, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xDD030, symSize: 0x40 } + - { offsetInCU: 0xBF, offset: 0x1742D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x60, symBinAddr: 0xDD090, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x174317, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x80, symBinAddr: 0xDD0B0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x174358, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0xDD0E0, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x17438A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesC5shapeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x430, symBinAddr: 0xDD460, symSize: 0x200 } + - { offsetInCU: 0x3BE, offset: 0x1745D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCMa', symObjAddr: 0x40, symBinAddr: 0xDD070, symSize: 0x20 } + - { offsetInCU: 0x3FC, offset: 0x174613, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCfD', symObjAddr: 0xD0, symBinAddr: 0xDD100, symSize: 0x40 } + - { offsetInCU: 0x45D, offset: 0x174674, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x130, symBinAddr: 0xDD160, symSize: 0x40 } + - { offsetInCU: 0x4A7, offset: 0x1746BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x170, symBinAddr: 0xDD1A0, symSize: 0x30 } + - { offsetInCU: 0x503, offset: 0x17471A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A0, symBinAddr: 0xDD1D0, symSize: 0x80 } + - { offsetInCU: 0x58A, offset: 0x1747A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x220, symBinAddr: 0xDD250, symSize: 0x10 } + - { offsetInCU: 0x5EE, offset: 0x174805, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x230, symBinAddr: 0xDD260, symSize: 0x20 } + - { offsetInCU: 0x650, offset: 0x174867, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x250, symBinAddr: 0xDD280, symSize: 0x10 } + - { offsetInCU: 0x67B, offset: 0x174892, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x260, symBinAddr: 0xDD290, symSize: 0x10 } + - { offsetInCU: 0x6AD, offset: 0x1748C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x270, symBinAddr: 0xDD2A0, symSize: 0x10 } + - { offsetInCU: 0x6D8, offset: 0x1748EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x280, symBinAddr: 0xDD2B0, symSize: 0x10 } + - { offsetInCU: 0x719, offset: 0x174930, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x290, symBinAddr: 0xDD2C0, symSize: 0x10 } + - { offsetInCU: 0x75A, offset: 0x174971, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x2A0, symBinAddr: 0xDD2D0, symSize: 0x20 } + - { offsetInCU: 0x79B, offset: 0x1749B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x2C0, symBinAddr: 0xDD2F0, symSize: 0x20 } + - { offsetInCU: 0x7CD, offset: 0x1749E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeC06parentC05shapeAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x630, symBinAddr: 0xDD660, symSize: 0x130 } + - { offsetInCU: 0x887, offset: 0x174A9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCMa', symObjAddr: 0x110, symBinAddr: 0xDD140, symSize: 0x20 } + - { offsetInCU: 0x8C0, offset: 0x174AD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA10BezierPathV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x2E0, symBinAddr: 0xDD310, symSize: 0x150 } + - { offsetInCU: 0x2B, offset: 0x175028, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xDD790, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0x17506A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xDD790, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0x1750BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0xDD800, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x1750FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0xDD820, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x17513E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0xDD850, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x175170, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesC4trimAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x16F0, symBinAddr: 0xDEE20, symSize: 0x390 } + - { offsetInCU: 0x47C, offset: 0x175479, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCMa', symObjAddr: 0x50, symBinAddr: 0xDD7E0, symSize: 0x20 } + - { offsetInCU: 0x708, offset: 0x175705, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0xDD870, symSize: 0x1400 } + - { offsetInCU: 0x1A08, offset: 0x176A05, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCfD', symObjAddr: 0x14E0, symBinAddr: 0xDEC70, symSize: 0x40 } + - { offsetInCU: 0x1A69, offset: 0x176A66, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x1540, symBinAddr: 0xDECD0, symSize: 0x40 } + - { offsetInCU: 0x1AB3, offset: 0x176AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x1580, symBinAddr: 0xDED10, symSize: 0x30 } + - { offsetInCU: 0x1AF4, offset: 0x176AF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x15B0, symBinAddr: 0xDED40, symSize: 0x20 } + - { offsetInCU: 0x1B26, offset: 0x176B23, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x15D0, symBinAddr: 0xDED60, symSize: 0x10 } + - { offsetInCU: 0x1B42, offset: 0x176B3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x15E0, symBinAddr: 0xDED70, symSize: 0x10 } + - { offsetInCU: 0x1B6D, offset: 0x176B6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x15F0, symBinAddr: 0xDED80, symSize: 0x10 } + - { offsetInCU: 0x1B9F, offset: 0x176B9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1600, symBinAddr: 0xDED90, symSize: 0x10 } + - { offsetInCU: 0x1BCA, offset: 0x176BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1610, symBinAddr: 0xDEDA0, symSize: 0x10 } + - { offsetInCU: 0x1BFC, offset: 0x176BF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1620, symBinAddr: 0xDEDB0, symSize: 0x10 } + - { offsetInCU: 0x1C27, offset: 0x176C24, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1630, symBinAddr: 0xDEDC0, symSize: 0x10 } + - { offsetInCU: 0x1C68, offset: 0x176C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1640, symBinAddr: 0xDEDD0, symSize: 0x10 } + - { offsetInCU: 0x1CA9, offset: 0x176CA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1650, symBinAddr: 0xDEDE0, symSize: 0x20 } + - { offsetInCU: 0x1CF9, offset: 0x176CF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x1670, symBinAddr: 0xDEE00, symSize: 0x20 } + - { offsetInCU: 0x1D34, offset: 0x176D31, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC06parentD04trim13upstreamPathsAcA08AnimatorD0_pSg_AA0B0CSayAA0c6OutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x1A80, symBinAddr: 0xDF1B0, symSize: 0x120 } + - { offsetInCU: 0x1DFE, offset: 0x176DFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCMa', symObjAddr: 0x1520, symBinAddr: 0xDECB0, symSize: 0x20 } + - { offsetInCU: 0x1F49, offset: 0x176F46, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOb', symObjAddr: 0x1C20, symBinAddr: 0xDF2D0, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x177345, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV8fullPathSSvg', symObjAddr: 0x0, symBinAddr: 0xDF2F0, symSize: 0x80 } + - { offsetInCU: 0x17F, offset: 0x177485, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tF', symObjAddr: 0x80, symBinAddr: 0xDF370, symSize: 0x580 } + - { offsetInCU: 0x768, offset: 0x177A6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tF', symObjAddr: 0x600, symBinAddr: 0xDF8F0, symSize: 0x300 } + - { offsetInCU: 0xA0C, offset: 0x177D12, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tF', symObjAddr: 0x900, symBinAddr: 0xDFBF0, symSize: 0x1D0 } + - { offsetInCU: 0xCAD, offset: 0x177FB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tF', symObjAddr: 0xAD0, symBinAddr: 0xDFDC0, symSize: 0x580 } + - { offsetInCU: 0x1198, offset: 0x17849E, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE13equalsKeypathySbSSF', symObjAddr: 0x1050, symBinAddr: 0xE0340, symSize: 0x410 } + - { offsetInCU: 0x1497, offset: 0x17879D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6popKeyyACSgSSF', symObjAddr: 0x1460, symBinAddr: 0xE0750, symSize: 0x1C0 } + - { offsetInCU: 0x16F0, offset: 0x1789F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV11propertyKeySSSgvg', symObjAddr: 0x16C0, symBinAddr: 0xE0910, symSize: 0xD0 } + - { offsetInCU: 0x19C4, offset: 0x178CCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tF', symObjAddr: 0x1790, symBinAddr: 0xE09E0, symSize: 0x600 } + - { offsetInCU: 0x213A, offset: 0x179440, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE10firstIndex2of0C0QzSgAB_tFSS_Tg5', symObjAddr: 0x1D90, symBinAddr: 0xE0FE0, symSize: 0xF0 } + - { offsetInCU: 0x2229, offset: 0x17952F, size: 0x8, addend: 0x0, symName: '_$sSlsE6suffix4from11SubSequenceQz5IndexQz_tFSS_Tg5Tf4ng_n', symObjAddr: 0x1E80, symBinAddr: 0xE10D0, symSize: 0x60 } + - { offsetInCU: 0x299, offset: 0x179B16, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC9animation13imageProvider04textG004fontG004maskC8ToBounds24compatibilityTrackerMode6loggerAcA0aC0C_AA0c5ImageG0_pAA0c11KeypathTextG0_pAA0c4FontG0_pSbAA013CompatibilityN0C0O0OAA0A6LoggerCtKcfc', symObjAddr: 0x0, symBinAddr: 0xE1160, symSize: 0x310 } + - { offsetInCU: 0x42F, offset: 0x179CAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setupChildLayers33_5C367329EBD3162AE78388D54811A38BLLyyKF', symObjAddr: 0x310, symBinAddr: 0xE1470, symSize: 0x140 } + - { offsetInCU: 0x48D, offset: 0x179D0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfc', symObjAddr: 0x450, symBinAddr: 0xE15B0, symSize: 0x500 } + - { offsetInCU: 0x577, offset: 0x179DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x950, symBinAddr: 0xE1AB0, symSize: 0x50 } + - { offsetInCU: 0x593, offset: 0x179E10, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x9A0, symBinAddr: 0xE1B00, symSize: 0x120 } + - { offsetInCU: 0x604, offset: 0x179E81, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xAC0, symBinAddr: 0xE1C20, symSize: 0x20 } + - { offsetInCU: 0x650, offset: 0x179ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAE0, symBinAddr: 0xE1C40, symSize: 0x40 } + - { offsetInCU: 0x6AA, offset: 0x179F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB20, symBinAddr: 0xE1C80, symSize: 0x30 } + - { offsetInCU: 0x6EF, offset: 0x179F6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB50, symBinAddr: 0xE1CB0, symSize: 0x60 } + - { offsetInCU: 0x721, offset: 0x179F9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x4910, symBinAddr: 0xE5A30, symSize: 0xA0 } + - { offsetInCU: 0x7AD, offset: 0x17A02A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13imageProviderAA0c5ImageF0_pvs', symObjAddr: 0xE30, symBinAddr: 0xE1F90, symSize: 0x290 } + - { offsetInCU: 0x9CA, offset: 0x17A247, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12fontProviderAA0c4FontF0_pvs', symObjAddr: 0x10C0, symBinAddr: 0xE2220, symSize: 0x2D0 } + - { offsetInCU: 0xBC9, offset: 0x17A446, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x1390, symBinAddr: 0xE24F0, symSize: 0xB0 } + - { offsetInCU: 0xC76, offset: 0x17A4F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x17D0, symBinAddr: 0xE2930, symSize: 0x30 } + - { offsetInCU: 0xC92, offset: 0x17A50F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyF', symObjAddr: 0x1800, symBinAddr: 0xE2960, symSize: 0x4A0 } + - { offsetInCU: 0xE14, offset: 0x17A691, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC05setupC033_5C367329EBD3162AE78388D54811A38BLL3foryAC0C13ConfigurationV_tKF', symObjAddr: 0x1CA0, symBinAddr: 0xE2E00, symSize: 0x640 } + - { offsetInCU: 0xFF4, offset: 0x17A871, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyFTo', symObjAddr: 0x22E0, symBinAddr: 0xE3440, symSize: 0x30 } + - { offsetInCU: 0x102E, offset: 0x17A8AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x2310, symBinAddr: 0xE3470, symSize: 0x20 } + - { offsetInCU: 0x1093, offset: 0x17A910, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x2330, symBinAddr: 0xE3490, symSize: 0x20 } + - { offsetInCU: 0x10F4, offset: 0x17A971, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20currentPlaybackState33_5C367329EBD3162AE78388D54811A38BLLAC0fG0OSgvW', symObjAddr: 0x2350, symBinAddr: 0xE34B0, symSize: 0xE0 } + - { offsetInCU: 0x11C0, offset: 0x17AA3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC016setupPlaceholderC033_5C367329EBD3162AE78388D54811A38BLL7contextyAA0dC7ContextV_tF', symObjAddr: 0x2AD0, symBinAddr: 0xE3C30, symSize: 0x280 } + - { offsetInCU: 0x1266, offset: 0x17AAE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCACycfcTo', symObjAddr: 0x2F20, symBinAddr: 0xE4080, symSize: 0x30 } + - { offsetInCU: 0x12CD, offset: 0x17AB4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfD', symObjAddr: 0x30A0, symBinAddr: 0xE4200, symSize: 0x30 } + - { offsetInCU: 0x1374, offset: 0x17ABF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP06lottiecD0AA0acD0CSgvsTW', symObjAddr: 0x45F0, symBinAddr: 0xE5740, symSize: 0x30 } + - { offsetInCU: 0x13BB, offset: 0x17AC38, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP13imageProviderAA0c5ImageG0_pvsTW', symObjAddr: 0x46B0, symBinAddr: 0xE5800, symSize: 0x10 } + - { offsetInCU: 0x13E6, offset: 0x17AC63, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12textProviderAA0c11KeypathTextG0_pvsTW', symObjAddr: 0x46C0, symBinAddr: 0xE5810, symSize: 0x20 } + - { offsetInCU: 0x1418, offset: 0x17AC95, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12fontProviderAA0c4FontG0_pvsTW', symObjAddr: 0x46E0, symBinAddr: 0xE5830, symSize: 0x10 } + - { offsetInCU: 0x1452, offset: 0x17ACCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12textProviderAA0c11KeypathTextF0_pvsTf4gn_n', symObjAddr: 0x4C60, symBinAddr: 0xE5BF0, symSize: 0xA0 } + - { offsetInCU: 0x15C9, offset: 0x17AE46, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12reloadImagesyyF', symObjAddr: 0xBB0, symBinAddr: 0xE1D10, symSize: 0x280 } + - { offsetInCU: 0x1915, offset: 0x17B192, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvs', symObjAddr: 0x1440, symBinAddr: 0xE25A0, symSize: 0x390 } + - { offsetInCU: 0x1AEC, offset: 0x17B369, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC45validateReasonableNumberOfTimeRemappingLayersyyKF', symObjAddr: 0x2430, symBinAddr: 0xE3590, symSize: 0x530 } + - { offsetInCU: 0x1EE5, offset: 0x17B762, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16removeAnimationsyyF', symObjAddr: 0x2960, symBinAddr: 0xE3AC0, symSize: 0x170 } + - { offsetInCU: 0x209C, offset: 0x17B919, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC02isC7PlayingSbSgvg', symObjAddr: 0x2D50, symBinAddr: 0xE3EB0, symSize: 0xA0 } + - { offsetInCU: 0x20EA, offset: 0x17B967, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvg', symObjAddr: 0x2DF0, symBinAddr: 0xE3F50, symSize: 0x130 } + - { offsetInCU: 0x2169, offset: 0x17B9E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfE', symObjAddr: 0x2F50, symBinAddr: 0xE40B0, symSize: 0x150 } + - { offsetInCU: 0x2196, offset: 0x17BA13, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfETo', symObjAddr: 0x30D0, symBinAddr: 0xE4230, symSize: 0x140 } + - { offsetInCU: 0x21C5, offset: 0x17BA42, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCMa', symObjAddr: 0x3210, symBinAddr: 0xE4370, symSize: 0x20 } + - { offsetInCU: 0x21D9, offset: 0x17BA56, size: 0x8, addend: 0x0, symName: ___swift_memcpy9_8, symObjAddr: 0x3230, symBinAddr: 0xE4390, symSize: 0x20 } + - { offsetInCU: 0x21ED, offset: 0x17BA6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwet', symObjAddr: 0x3260, symBinAddr: 0xE43B0, symSize: 0x20 } + - { offsetInCU: 0x2201, offset: 0x17BA7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwst', symObjAddr: 0x3280, symBinAddr: 0xE43D0, symSize: 0x30 } + - { offsetInCU: 0x2215, offset: 0x17BA92, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwug', symObjAddr: 0x32B0, symBinAddr: 0xE4400, symSize: 0x20 } + - { offsetInCU: 0x2229, offset: 0x17BAA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwup', symObjAddr: 0x32D0, symBinAddr: 0xE4420, symSize: 0x10 } + - { offsetInCU: 0x223D, offset: 0x17BABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwui', symObjAddr: 0x32E0, symBinAddr: 0xE4430, symSize: 0x20 } + - { offsetInCU: 0x2251, offset: 0x17BACE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOMa', symObjAddr: 0x3300, symBinAddr: 0xE4450, symSize: 0x10 } + - { offsetInCU: 0x2265, offset: 0x17BAE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwCP', symObjAddr: 0x3310, symBinAddr: 0xE4460, symSize: 0x30 } + - { offsetInCU: 0x2279, offset: 0x17BAF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwxx', symObjAddr: 0x3340, symBinAddr: 0xE4490, symSize: 0x30 } + - { offsetInCU: 0x228D, offset: 0x17BB0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwcp', symObjAddr: 0x3370, symBinAddr: 0xE44C0, symSize: 0x70 } + - { offsetInCU: 0x22A1, offset: 0x17BB1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwca', symObjAddr: 0x33E0, symBinAddr: 0xE4530, symSize: 0xE0 } + - { offsetInCU: 0x22B5, offset: 0x17BB32, size: 0x8, addend: 0x0, symName: ___swift_memcpy64_8, symObjAddr: 0x34C0, symBinAddr: 0xE4610, symSize: 0x30 } + - { offsetInCU: 0x22C9, offset: 0x17BB46, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwta', symObjAddr: 0x34F0, symBinAddr: 0xE4640, symSize: 0xB0 } + - { offsetInCU: 0x22DD, offset: 0x17BB5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwet', symObjAddr: 0x35A0, symBinAddr: 0xE46F0, symSize: 0x50 } + - { offsetInCU: 0x22F1, offset: 0x17BB6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwst', symObjAddr: 0x35F0, symBinAddr: 0xE4740, symSize: 0x50 } + - { offsetInCU: 0x2305, offset: 0x17BB82, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVMa', symObjAddr: 0x3640, symBinAddr: 0xE4790, symSize: 0x10 } + - { offsetInCU: 0x2319, offset: 0x17BB96, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC11renderScale0B8Graphics7CGFloatVvs', symObjAddr: 0x3650, symBinAddr: 0xE47A0, symSize: 0xF0 } + - { offsetInCU: 0x2594, offset: 0x17BE11, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12allSublayersSayABGvg', symObjAddr: 0x3740, symBinAddr: 0xE4890, symSize: 0x600 } + - { offsetInCU: 0x2B20, offset: 0x17C39D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x3D40, symBinAddr: 0xE4E90, symSize: 0x2B0 } + - { offsetInCU: 0x2DCA, offset: 0x17C647, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x3FF0, symBinAddr: 0xE5140, symSize: 0x110 } + - { offsetInCU: 0x2F17, offset: 0x17C794, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x4100, symBinAddr: 0xE5250, symSize: 0x180 } + - { offsetInCU: 0x2FD1, offset: 0x17C84E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_', symObjAddr: 0x4280, symBinAddr: 0xE53D0, symSize: 0xD0 } + - { offsetInCU: 0x3151, offset: 0x17C9CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setValueProvider_7keypathyAA03AnyfG0_p_AA0C7KeypathVtF', symObjAddr: 0x4350, symBinAddr: 0xE54A0, symSize: 0xA0 } + - { offsetInCU: 0x31CE, offset: 0x17CA4B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE31numberOfLayersWithTimeRemappingSivg', symObjAddr: 0x43F0, symBinAddr: 0xE5540, symSize: 0x200 } + - { offsetInCU: 0x3426, offset: 0x17CCA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvgTW', symObjAddr: 0x4620, symBinAddr: 0xE5770, symSize: 0x10 } + - { offsetInCU: 0x3442, offset: 0x17CCBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvsTW', symObjAddr: 0x4630, symBinAddr: 0xE5780, symSize: 0x10 } + - { offsetInCU: 0x345E, offset: 0x17CCDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP11renderScale0B8Graphics7CGFloatVvsTW', symObjAddr: 0x4640, symBinAddr: 0xE5790, symSize: 0x10 } + - { offsetInCU: 0x34A7, offset: 0x17CD24, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07respectC9FrameRateSbvsTW', symObjAddr: 0x4650, symBinAddr: 0xE57A0, symSize: 0x50 } + - { offsetInCU: 0x3520, offset: 0x17CD9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x46A0, symBinAddr: 0xE57F0, symSize: 0x10 } + - { offsetInCU: 0x353C, offset: 0x17CDB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07primaryC3KeyAA0cG0OvgTW', symObjAddr: 0x46F0, symBinAddr: 0xE5840, symSize: 0x30 } + - { offsetInCU: 0x3558, offset: 0x17CDD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP02isC7PlayingSbSgvgTW', symObjAddr: 0x4720, symBinAddr: 0xE5870, symSize: 0x10 } + - { offsetInCU: 0x3574, offset: 0x17CDF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12reloadImagesyyFTW', symObjAddr: 0x4730, symBinAddr: 0xE5880, symSize: 0x10 } + - { offsetInCU: 0x3590, offset: 0x17CE0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x4740, symBinAddr: 0xE5890, symSize: 0x10 } + - { offsetInCU: 0x35AC, offset: 0x17CE29, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x4750, symBinAddr: 0xE58A0, symSize: 0x10 } + - { offsetInCU: 0x35C8, offset: 0x17CE45, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x4760, symBinAddr: 0xE58B0, symSize: 0x10 } + - { offsetInCU: 0x35E4, offset: 0x17CE61, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16setValueProvider_7keypathyAA03AnygH0_p_AA0C7KeypathVtFTW', symObjAddr: 0x4770, symBinAddr: 0xE58C0, symSize: 0x10 } + - { offsetInCU: 0x3600, offset: 0x17CE7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOe', symObjAddr: 0x48B0, symBinAddr: 0xE5A00, symSize: 0x30 } + - { offsetInCU: 0x363E, offset: 0x17CEBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_TA', symObjAddr: 0x4A00, symBinAddr: 0xE5AF0, symSize: 0x50 } + - { offsetInCU: 0x3672, offset: 0x17CEEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOe', symObjAddr: 0x4A50, symBinAddr: 0xE5B40, symSize: 0x20 } + - { offsetInCU: 0x3686, offset: 0x17CF03, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_TA', symObjAddr: 0x4A70, symBinAddr: 0xE5B60, symSize: 0x10 } + - { offsetInCU: 0x369A, offset: 0x17CF17, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_TA', symObjAddr: 0x4A80, symBinAddr: 0xE5B70, symSize: 0x30 } + - { offsetInCU: 0x36C3, offset: 0x17CF40, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4AB0, symBinAddr: 0xE5BA0, symSize: 0x20 } + - { offsetInCU: 0x36D7, offset: 0x17CF54, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOy', symObjAddr: 0x4D00, symBinAddr: 0xE5C90, symSize: 0x30 } + - { offsetInCU: 0x36EB, offset: 0x17CF68, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOy', symObjAddr: 0x4D30, symBinAddr: 0xE5CC0, symSize: 0x20 } + - { offsetInCU: 0x36FF, offset: 0x17CF7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOr', symObjAddr: 0x4D50, symBinAddr: 0xE5CE0, symSize: 0x40 } + - { offsetInCU: 0x3713, offset: 0x17CF90, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOs', symObjAddr: 0x4D90, symBinAddr: 0xE5D20, symSize: 0x40 } + - { offsetInCU: 0x3727, offset: 0x17CFA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOy', symObjAddr: 0x4E70, symBinAddr: 0xE5D60, symSize: 0x30 } + - { offsetInCU: 0x373B, offset: 0x17CFB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4EF0, symBinAddr: 0xE5DC0, symSize: 0x20 } + - { offsetInCU: 0x374F, offset: 0x17CFCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4F10, symBinAddr: 0xE5DE0, symSize: 0x20 } + - { offsetInCU: 0x3763, offset: 0x17CFE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwet', symObjAddr: 0x4FB0, symBinAddr: 0xE5E00, symSize: 0x40 } + - { offsetInCU: 0x3777, offset: 0x17CFF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwst', symObjAddr: 0x4FF0, symBinAddr: 0xE5E40, symSize: 0x50 } + - { offsetInCU: 0x378B, offset: 0x17D008, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVMa', symObjAddr: 0x5040, symBinAddr: 0xE5E90, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x17D5B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xE5EA0, symSize: 0x60 } + - { offsetInCU: 0x69, offset: 0x17D5F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ', symObjAddr: 0x60, symBinAddr: 0xE5F00, symSize: 0x10 } + - { offsetInCU: 0x98, offset: 0x17D627, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF', symObjAddr: 0x70, symBinAddr: 0xE5F10, symSize: 0x20 } + - { offsetInCU: 0x12E, offset: 0x17D6BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO9hashValueSivg', symObjAddr: 0x90, symBinAddr: 0xE5F30, symSize: 0x40 } + - { offsetInCU: 0x229, offset: 0x17D7B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD0, symBinAddr: 0xE5F70, symSize: 0x10 } + - { offsetInCU: 0x27F, offset: 0x17D80E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0xE5F80, symSize: 0x40 } + - { offsetInCU: 0x363, offset: 0x17D8F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x120, symBinAddr: 0xE5FC0, symSize: 0x20 } + - { offsetInCU: 0x3E2, offset: 0x17D971, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xE5EA0, symSize: 0x60 } + - { offsetInCU: 0x462, offset: 0x17D9F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvg', symObjAddr: 0x180, symBinAddr: 0xE6020, symSize: 0x10 } + - { offsetInCU: 0x480, offset: 0x17DA0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvs', symObjAddr: 0x190, symBinAddr: 0xE6030, symSize: 0x10 } + - { offsetInCU: 0x4BC, offset: 0x17DA4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM', symObjAddr: 0x1A0, symBinAddr: 0xE6040, symSize: 0x10 } + - { offsetInCU: 0x4DA, offset: 0x17DA69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM.resume.0', symObjAddr: 0x1B0, symBinAddr: 0xE6050, symSize: 0x10 } + - { offsetInCU: 0x505, offset: 0x17DA94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvg', symObjAddr: 0x1C0, symBinAddr: 0xE6060, symSize: 0x10 } + - { offsetInCU: 0x523, offset: 0x17DAB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvs', symObjAddr: 0x1D0, symBinAddr: 0xE6070, symSize: 0x10 } + - { offsetInCU: 0x55F, offset: 0x17DAEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM', symObjAddr: 0x1E0, symBinAddr: 0xE6080, symSize: 0x20 } + - { offsetInCU: 0x58D, offset: 0x17DB1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM.resume.0', symObjAddr: 0x200, symBinAddr: 0xE60A0, symSize: 0x10 } + - { offsetInCU: 0x5B8, offset: 0x17DB47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvg', symObjAddr: 0x210, symBinAddr: 0xE60B0, symSize: 0x10 } + - { offsetInCU: 0x5D6, offset: 0x17DB65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvs', symObjAddr: 0x220, symBinAddr: 0xE60C0, symSize: 0x10 } + - { offsetInCU: 0x612, offset: 0x17DBA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM', symObjAddr: 0x230, symBinAddr: 0xE60D0, symSize: 0x20 } + - { offsetInCU: 0x640, offset: 0x17DBCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM.resume.0', symObjAddr: 0x250, symBinAddr: 0xE60F0, symSize: 0x10 } + - { offsetInCU: 0x66B, offset: 0x17DBFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvg', symObjAddr: 0x260, symBinAddr: 0xE6100, symSize: 0x10 } + - { offsetInCU: 0x689, offset: 0x17DC18, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvs', symObjAddr: 0x270, symBinAddr: 0xE6110, symSize: 0x10 } + - { offsetInCU: 0x6C5, offset: 0x17DC54, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM', symObjAddr: 0x280, symBinAddr: 0xE6120, symSize: 0x20 } + - { offsetInCU: 0x6F3, offset: 0x17DC82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM.resume.0', symObjAddr: 0x2A0, symBinAddr: 0xE6140, symSize: 0x10 } + - { offsetInCU: 0x71E, offset: 0x17DCAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF', symObjAddr: 0x2B0, symBinAddr: 0xE6150, symSize: 0x80 } + - { offsetInCU: 0x787, offset: 0x17DD16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ', symObjAddr: 0x330, symBinAddr: 0xE61D0, symSize: 0x10 } + - { offsetInCU: 0x7AA, offset: 0x17DD39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV9hashValueSivg', symObjAddr: 0x340, symBinAddr: 0xE61E0, symSize: 0x50 } + - { offsetInCU: 0x81A, offset: 0x17DDA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH9hashValueSivgTW', symObjAddr: 0x390, symBinAddr: 0xE6230, symSize: 0x50 } + - { offsetInCU: 0x887, offset: 0x17DE16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xE6280, symSize: 0x10 } + - { offsetInCU: 0x8AA, offset: 0x17DE39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x440, symBinAddr: 0xE62E0, symSize: 0x10 } + - { offsetInCU: 0x8DB, offset: 0x17DE6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x450, symBinAddr: 0xE62F0, symSize: 0x50 } + - { offsetInCU: 0x924, offset: 0x17DEB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASQWb', symObjAddr: 0x4A0, symBinAddr: 0xE6340, symSize: 0x10 } + - { offsetInCU: 0x938, offset: 0x17DEC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOACSQAAWl', symObjAddr: 0x4B0, symBinAddr: 0xE6350, symSize: 0x30 } + - { offsetInCU: 0x94C, offset: 0x17DEDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASQWb', symObjAddr: 0x4E0, symBinAddr: 0xE6380, symSize: 0x10 } + - { offsetInCU: 0x960, offset: 0x17DEEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSQAAWl', symObjAddr: 0x4F0, symBinAddr: 0xE6390, symSize: 0x30 } + - { offsetInCU: 0x974, offset: 0x17DF03, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwet', symObjAddr: 0x540, symBinAddr: 0xE63C0, symSize: 0x80 } + - { offsetInCU: 0x988, offset: 0x17DF17, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwst', symObjAddr: 0x5C0, symBinAddr: 0xE6440, symSize: 0xD0 } + - { offsetInCU: 0x99C, offset: 0x17DF2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwug', symObjAddr: 0x690, symBinAddr: 0xE6510, symSize: 0x10 } + - { offsetInCU: 0x9B0, offset: 0x17DF3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwup', symObjAddr: 0x6A0, symBinAddr: 0xE6520, symSize: 0x10 } + - { offsetInCU: 0x9C4, offset: 0x17DF53, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwui', symObjAddr: 0x6B0, symBinAddr: 0xE6530, symSize: 0x10 } + - { offsetInCU: 0x9D8, offset: 0x17DF67, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOMa', symObjAddr: 0x6C0, symBinAddr: 0xE6540, symSize: 0x10 } + - { offsetInCU: 0x9EC, offset: 0x17DF7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwCP', symObjAddr: 0x6D0, symBinAddr: 0xE6550, symSize: 0x30 } + - { offsetInCU: 0xA00, offset: 0x17DF8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwet', symObjAddr: 0x720, symBinAddr: 0xE6580, symSize: 0x20 } + - { offsetInCU: 0xA14, offset: 0x17DFA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwst', symObjAddr: 0x740, symBinAddr: 0xE65A0, symSize: 0x30 } + - { offsetInCU: 0xA28, offset: 0x17DFB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVMa', symObjAddr: 0x770, symBinAddr: 0xE65D0, symSize: 0xA } + - { offsetInCU: 0xAA5, offset: 0x17E034, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x140, symBinAddr: 0xE5FE0, symSize: 0x40 } + - { offsetInCU: 0xB6F, offset: 0x17E0FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3F0, symBinAddr: 0xE6290, symSize: 0x50 } + - { offsetInCU: 0x4F, offset: 0x17E2B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0VcfC', symObjAddr: 0x0, symBinAddr: 0xE65F0, symSize: 0x30 } + - { offsetInCU: 0x7C, offset: 0x17E2E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x30, symBinAddr: 0xE6620, symSize: 0x50 } + - { offsetInCU: 0xB0, offset: 0x17E316, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x80, symBinAddr: 0xE6670, symSize: 0x30 } + - { offsetInCU: 0xC4, offset: 0x17E32A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc', symObjAddr: 0xB0, symBinAddr: 0xE66A0, symSize: 0xE0 } + - { offsetInCU: 0x112, offset: 0x17E378, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfC', symObjAddr: 0x190, symBinAddr: 0xE6780, symSize: 0x30 } + - { offsetInCU: 0x130, offset: 0x17E396, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc', symObjAddr: 0x1C0, symBinAddr: 0xE67B0, symSize: 0xE0 } + - { offsetInCU: 0x182, offset: 0x17E3E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg', symObjAddr: 0x2A0, symBinAddr: 0xE6890, symSize: 0x40 } + - { offsetInCU: 0x1CD, offset: 0x17E433, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs', symObjAddr: 0x2E0, symBinAddr: 0xE68D0, symSize: 0x40 } + - { offsetInCU: 0x20D, offset: 0x17E473, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM', symObjAddr: 0x320, symBinAddr: 0xE6910, symSize: 0x40 } + - { offsetInCU: 0x23A, offset: 0x17E4A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM.resume.0', symObjAddr: 0x360, symBinAddr: 0xE6950, symSize: 0x30 } + - { offsetInCU: 0x284, offset: 0x17E4EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9valueTypeypXpvg', symObjAddr: 0x390, symBinAddr: 0xE6980, symSize: 0x10 } + - { offsetInCU: 0x2AF, offset: 0x17E515, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg', symObjAddr: 0x3A0, symBinAddr: 0xE6990, symSize: 0xD0 } + - { offsetInCU: 0x34A, offset: 0x17E5B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x470, symBinAddr: 0xE6A60, symSize: 0x20 } + - { offsetInCU: 0x36D, offset: 0x17E5D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfd', symObjAddr: 0x490, symBinAddr: 0xE6A80, symSize: 0x30 } + - { offsetInCU: 0x3A8, offset: 0x17E60E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfD', symObjAddr: 0x4C0, symBinAddr: 0xE6AB0, symSize: 0x40 } + - { offsetInCU: 0x3EB, offset: 0x17E651, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x500, symBinAddr: 0xE6AF0, symSize: 0x20 } + - { offsetInCU: 0x407, offset: 0x17E66D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x520, symBinAddr: 0xE6B10, symSize: 0x10 } + - { offsetInCU: 0x44D, offset: 0x17E6B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x530, symBinAddr: 0xE6B20, symSize: 0x20 } + - { offsetInCU: 0x482, offset: 0x17E6E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfcTf4gn_n', symObjAddr: 0x610, symBinAddr: 0xE6C00, symSize: 0x130 } + - { offsetInCU: 0x4F7, offset: 0x17E75D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x550, symBinAddr: 0xE6B40, symSize: 0x60 } + - { offsetInCU: 0x55C, offset: 0x17E7C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5B0, symBinAddr: 0xE6BA0, symSize: 0x60 } + - { offsetInCU: 0x5A3, offset: 0x17E809, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOe', symObjAddr: 0x740, symBinAddr: 0xE6D30, symSize: 0x20 } + - { offsetInCU: 0x5B7, offset: 0x17E81D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSHAAWl', symObjAddr: 0x760, symBinAddr: 0xE6D50, symSize: 0x30 } + - { offsetInCU: 0x5CB, offset: 0x17E831, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie8KeyframeCyAA0A5ColorVGGMa', symObjAddr: 0x7D0, symBinAddr: 0xE6D80, symSize: 0x50 } + - { offsetInCU: 0x5DF, offset: 0x17E845, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyAA0A5ColorVGMa', symObjAddr: 0x820, symBinAddr: 0xE6DD0, symSize: 0x30 } + - { offsetInCU: 0x5F3, offset: 0x17E859, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOy', symObjAddr: 0x8D0, symBinAddr: 0xE6E80, symSize: 0x20 } + - { offsetInCU: 0x607, offset: 0x17E86D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x920, symBinAddr: 0xE6ED0, symSize: 0x30 } + - { offsetInCU: 0x64B, offset: 0x17E8B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x9B0, symBinAddr: 0xE6F00, symSize: 0x10 } + - { offsetInCU: 0x65F, offset: 0x17E8C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCMa', symObjAddr: 0xA50, symBinAddr: 0xE6FA0, symSize: 0x20 } + - { offsetInCU: 0x72, offset: 0x17EB16, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x3A0, symBinAddr: 0xE73B0, symSize: 0xD0 } + - { offsetInCU: 0x1CB, offset: 0x17EC6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x470, symBinAddr: 0xE7480, symSize: 0x10 } + - { offsetInCU: 0x227, offset: 0x17ECCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV9combining4path12cornerRadiusAA0D5GroupCyACGAHyAA0bC0VG_AHyAA0A8Vector1DVGSgtKFZTf4nnd_n', symObjAddr: 0x1B30, symBinAddr: 0xE8B40, symSize: 0x3F0 } + - { offsetInCU: 0x717, offset: 0x17F1BB, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKF06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nnncnn_n', symObjAddr: 0x0, symBinAddr: 0xE7010, symSize: 0x120 } + - { offsetInCU: 0x802, offset: 0x17F2A6, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_', symObjAddr: 0x120, symBinAddr: 0xE7130, symSize: 0x10 } + - { offsetInCU: 0x86D, offset: 0x17F311, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nncn_n', symObjAddr: 0x130, symBinAddr: 0xE7140, symSize: 0x130 } + - { offsetInCU: 0x936, offset: 0x17F3DA, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_', symObjAddr: 0x260, symBinAddr: 0xE7270, symSize: 0x140 } + - { offsetInCU: 0xB9F, offset: 0x17F643, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA010BezierPathQ0V_Tg5', symObjAddr: 0x480, symBinAddr: 0xE7490, symSize: 0x300 } + - { offsetInCU: 0xEA5, offset: 0x17F949, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA010BezierPathQ0V_Tg5Tf4nnd_n', symObjAddr: 0x990, symBinAddr: 0xE79A0, symSize: 0x5A0 } + - { offsetInCU: 0x1549, offset: 0x17FFED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA010BezierPathS0V_Tg5Tf4nnnd_n', symObjAddr: 0x1080, symBinAddr: 0xE8090, symSize: 0xAB0 } + - { offsetInCU: 0x254A, offset: 0x180FEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x1FD0, symBinAddr: 0xE8F60, symSize: 0x10 } + - { offsetInCU: 0x255E, offset: 0x181002, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_TA', symObjAddr: 0x20C0, symBinAddr: 0xE8FF0, symSize: 0x10 } + - { offsetInCU: 0x2572, offset: 0x181016, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwCP', symObjAddr: 0x2170, symBinAddr: 0xE9030, symSize: 0x30 } + - { offsetInCU: 0x2586, offset: 0x18102A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwxx', symObjAddr: 0x21A0, symBinAddr: 0xE9060, symSize: 0x10 } + - { offsetInCU: 0x259A, offset: 0x18103E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwcp', symObjAddr: 0x21B0, symBinAddr: 0xE9070, symSize: 0x40 } + - { offsetInCU: 0x25AE, offset: 0x181052, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwca', symObjAddr: 0x21F0, symBinAddr: 0xE90B0, symSize: 0x60 } + - { offsetInCU: 0x25C2, offset: 0x181066, size: 0x8, addend: 0x0, symName: ___swift_memcpy33_8, symObjAddr: 0x2250, symBinAddr: 0xE9110, symSize: 0x20 } + - { offsetInCU: 0x25D6, offset: 0x18107A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwta', symObjAddr: 0x2270, symBinAddr: 0xE9130, symSize: 0x50 } + - { offsetInCU: 0x25EA, offset: 0x18108E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwet', symObjAddr: 0x22C0, symBinAddr: 0xE9180, symSize: 0x40 } + - { offsetInCU: 0x25FE, offset: 0x1810A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwst', symObjAddr: 0x2300, symBinAddr: 0xE91C0, symSize: 0x50 } + - { offsetInCU: 0x2612, offset: 0x1810B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVMa', symObjAddr: 0x2350, symBinAddr: 0xE9210, symSize: 0x10 } + - { offsetInCU: 0x2770, offset: 0x181214, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs8StrideToVy12CoreGraphics7CGFloatVG_6Lottie8KeyframeCyAL010BezierPathJ0VGTg50104$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13j56GroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12f9Graphics7h13VKXEfU2_AA010kL7Q0V_TG5SayAL16AnyValueProvider_pGSayypGxSgs5Error_plyAPIsggrzo_Tf1cn_nTf4ngg_n', symObjAddr: 0x780, symBinAddr: 0xE7790, symSize: 0x210 } + - { offsetInCU: 0x2A92, offset: 0x181536, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay6Lottie13KeyframeGroupCyypGG_Tg5023$sSTsE10allSatisfyyS2b7c29QzKXEKFSbACKXEfU_Say6Lottie13eF10CyypGG_TG5xSbs5Error_plyAHIsgndzo_Tf1cn_nTf4ng_n', symObjAddr: 0xF30, symBinAddr: 0xE7F40, symSize: 0x150 } + - { offsetInCU: 0x27, offset: 0x181BC9, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xE9220, symSize: 0x210 } + - { offsetInCU: 0x3F, offset: 0x181BE1, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xE9220, symSize: 0x210 } + - { offsetInCU: 0x27, offset: 0x181E0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xE9430, symSize: 0x70 } + - { offsetInCU: 0x4B, offset: 0x181E33, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xE9430, symSize: 0x70 } + - { offsetInCU: 0x74, offset: 0x181E5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfC', symObjAddr: 0xA0, symBinAddr: 0xE94A0, symSize: 0x10 } + - { offsetInCU: 0xD9, offset: 0x181EC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfC', symObjAddr: 0xB0, symBinAddr: 0xE94B0, symSize: 0x70 } + - { offsetInCU: 0x138, offset: 0x181F20, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysSaySSGvg', symObjAddr: 0x120, symBinAddr: 0xE9520, symSize: 0x10 } + - { offsetInCU: 0x156, offset: 0x181F3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6stringSSvg', symObjAddr: 0x130, symBinAddr: 0xE9530, symSize: 0x90 } + - { offsetInCU: 0x174, offset: 0x181F5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF', symObjAddr: 0x230, symBinAddr: 0xE95C0, symSize: 0xA0 } + - { offsetInCU: 0x249, offset: 0x182031, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ', symObjAddr: 0x2D0, symBinAddr: 0xE9660, symSize: 0x10 } + - { offsetInCU: 0x2A5, offset: 0x18208D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV9hashValueSivg', symObjAddr: 0x2E0, symBinAddr: 0xE9670, symSize: 0xA0 } + - { offsetInCU: 0x3D2, offset: 0x1821BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH9hashValueSivgTW', symObjAddr: 0x380, symBinAddr: 0xE9710, symSize: 0x10 } + - { offsetInCU: 0x3EE, offset: 0x1821D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x390, symBinAddr: 0xE9720, symSize: 0x10 } + - { offsetInCU: 0x402, offset: 0x1821EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAsADP06stringG0x0fG4TypeQz_tcfCTW', symObjAddr: 0x440, symBinAddr: 0xE97D0, symSize: 0x20 } + - { offsetInCU: 0x438, offset: 0x182220, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x460, symBinAddr: 0xE97F0, symSize: 0x10 } + - { offsetInCU: 0x4D7, offset: 0x1822BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASQWb', symObjAddr: 0x530, symBinAddr: 0xE98C0, symSize: 0x10 } + - { offsetInCU: 0x4EB, offset: 0x1822D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACSQAAWl', symObjAddr: 0x540, symBinAddr: 0xE98D0, symSize: 0x30 } + - { offsetInCU: 0x4FF, offset: 0x1822E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAs0de23ExtendedGraphemeClusterG0PWb', symObjAddr: 0x570, symBinAddr: 0xE9900, symSize: 0x10 } + - { offsetInCU: 0x513, offset: 0x1822FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs43ExpressibleByExtendedGraphemeClusterLiteralAAWl', symObjAddr: 0x580, symBinAddr: 0xE9910, symSize: 0x30 } + - { offsetInCU: 0x527, offset: 0x18230F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAA0fG4TypesADP_s01_de7BuiltinfG0PWT', symObjAddr: 0x5B0, symBinAddr: 0xE9940, symSize: 0x10 } + - { offsetInCU: 0x53B, offset: 0x182323, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAAs0de13UnicodeScalarI0PWb', symObjAddr: 0x5C0, symBinAddr: 0xE9950, symSize: 0x10 } + - { offsetInCU: 0x54F, offset: 0x182337, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs33ExpressibleByUnicodeScalarLiteralAAWl', symObjAddr: 0x5D0, symBinAddr: 0xE9960, symSize: 0x30 } + - { offsetInCU: 0x563, offset: 0x18234B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAA0fghI4TypesADP_s01_de7BuiltinfghI0PWT', symObjAddr: 0x600, symBinAddr: 0xE9990, symSize: 0x10 } + - { offsetInCU: 0x577, offset: 0x18235F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs33ExpressibleByUnicodeScalarLiteralAA0fgH4TypesADP_s01_de7BuiltinfgH0PWT', symObjAddr: 0x610, symBinAddr: 0xE99A0, symSize: 0x10 } + - { offsetInCU: 0x58B, offset: 0x182373, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVMa', symObjAddr: 0x620, symBinAddr: 0xE99B0, symSize: 0x10 } + - { offsetInCU: 0x6C9, offset: 0x1824B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3A0, symBinAddr: 0xE9730, symSize: 0xA0 } + - { offsetInCU: 0x7D5, offset: 0x1825BD, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSS_Tg5Tf4nnd_n', symObjAddr: 0x470, symBinAddr: 0xE9800, symSize: 0xC0 } + - { offsetInCU: 0x8BD, offset: 0x1826A5, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSo10CGColorRefa_Tg5Tf4nnd_n', symObjAddr: 0x630, symBinAddr: 0xE99C0, symSize: 0x430 } + - { offsetInCU: 0x9D3, offset: 0x1827BB, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0xA60, symBinAddr: 0xE9DF0, symSize: 0x80 } + - { offsetInCU: 0x2B, offset: 0x182A0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE9EC0, symSize: 0x10 } + - { offsetInCU: 0xB6, offset: 0x182A99, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xD0, symBinAddr: 0xE9F90, symSize: 0x30 } + - { offsetInCU: 0xE7, offset: 0x182ACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x100, symBinAddr: 0xE9FC0, symSize: 0x20 } + - { offsetInCU: 0x126, offset: 0x182B09, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x120, symBinAddr: 0xE9FE0, symSize: 0x20 } + - { offsetInCU: 0x15E, offset: 0x182B41, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xFF0, symBinAddr: 0xEAE90, symSize: 0xE0 } + - { offsetInCU: 0x1CA, offset: 0x182BAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO13discriminator_WZ', symObjAddr: 0x180, symBinAddr: 0xEA040, symSize: 0x10 } + - { offsetInCU: 0x1F0, offset: 0x182BD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x190, symBinAddr: 0xEA050, symSize: 0x40 } + - { offsetInCU: 0x215, offset: 0x182BF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D0, symBinAddr: 0xEA090, symSize: 0x1D0 } + - { offsetInCU: 0x286, offset: 0x182C69, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x3A0, symBinAddr: 0xEA260, symSize: 0x310 } + - { offsetInCU: 0x39A, offset: 0x182D7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO8rawValueSSvg', symObjAddr: 0x6B0, symBinAddr: 0xEA570, symSize: 0x20 } + - { offsetInCU: 0x3D1, offset: 0x182DB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x6D0, symBinAddr: 0xEA590, symSize: 0x20 } + - { offsetInCU: 0x44F, offset: 0x182E32, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x730, symBinAddr: 0xEA5F0, symSize: 0x70 } + - { offsetInCU: 0x4B5, offset: 0x182E98, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x7A0, symBinAddr: 0xEA660, symSize: 0x30 } + - { offsetInCU: 0x4D1, offset: 0x182EB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7D0, symBinAddr: 0xEA690, symSize: 0x10 } + - { offsetInCU: 0x507, offset: 0x182EEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7E0, symBinAddr: 0xEA6A0, symSize: 0x60 } + - { offsetInCU: 0x58C, offset: 0x182F6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x840, symBinAddr: 0xEA700, symSize: 0x10 } + - { offsetInCU: 0x5A8, offset: 0x182F8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x850, symBinAddr: 0xEA710, symSize: 0x10 } + - { offsetInCU: 0x5E4, offset: 0x182FC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCfD', symObjAddr: 0x8A0, symBinAddr: 0xEA760, symSize: 0x30 } + - { offsetInCU: 0x627, offset: 0x18300A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC6encode2toys7Encoder_p_tKF', symObjAddr: 0x8F0, symBinAddr: 0xEA7B0, symSize: 0x170 } + - { offsetInCU: 0x666, offset: 0x183049, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xC50, symBinAddr: 0xEAAF0, symSize: 0x20 } + - { offsetInCU: 0x689, offset: 0x18306C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xC70, symBinAddr: 0xEAB10, symSize: 0x20 } + - { offsetInCU: 0x751, offset: 0x183134, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCMa', symObjAddr: 0x8D0, symBinAddr: 0xEA790, symSize: 0x20 } + - { offsetInCU: 0x765, offset: 0x183148, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwet', symObjAddr: 0xA80, symBinAddr: 0xEA920, symSize: 0x80 } + - { offsetInCU: 0x779, offset: 0x18315C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwst', symObjAddr: 0xB00, symBinAddr: 0xEA9A0, symSize: 0xD0 } + - { offsetInCU: 0x78D, offset: 0x183170, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwug', symObjAddr: 0xBD0, symBinAddr: 0xEAA70, symSize: 0x10 } + - { offsetInCU: 0x7A1, offset: 0x183184, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwup', symObjAddr: 0xBE0, symBinAddr: 0xEAA80, symSize: 0x10 } + - { offsetInCU: 0x7B5, offset: 0x183198, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwui', symObjAddr: 0xBF0, symBinAddr: 0xEAA90, symSize: 0x10 } + - { offsetInCU: 0x7C9, offset: 0x1831AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOMa', symObjAddr: 0xC00, symBinAddr: 0xEAAA0, symSize: 0x10 } + - { offsetInCU: 0x7DD, offset: 0x1831C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASQWb', symObjAddr: 0xC10, symBinAddr: 0xEAAB0, symSize: 0x10 } + - { offsetInCU: 0x7F1, offset: 0x1831D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSQAAWl', symObjAddr: 0xC20, symBinAddr: 0xEAAC0, symSize: 0x30 } + - { offsetInCU: 0x805, offset: 0x1831E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC90, symBinAddr: 0xEAB30, symSize: 0x20 } + - { offsetInCU: 0x819, offset: 0x1831FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSeAAWl', symObjAddr: 0xCB0, symBinAddr: 0xEAB50, symSize: 0x30 } + - { offsetInCU: 0x852, offset: 0x183235, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xCE0, symBinAddr: 0xEAB80, symSize: 0x110 } + - { offsetInCU: 0x995, offset: 0x183378, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xDF0, symBinAddr: 0xEAC90, symSize: 0x200 } + - { offsetInCU: 0xBAE, offset: 0x183591, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSYAAWl', symObjAddr: 0x1130, symBinAddr: 0xEAF70, symSize: 0x30 } + - { offsetInCU: 0xBC2, offset: 0x1835A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs0D3KeyAAWl', symObjAddr: 0x11A0, symBinAddr: 0xEAFA0, symSize: 0x30 } + - { offsetInCU: 0xBD6, offset: 0x1835B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSEAAWl', symObjAddr: 0x11D0, symBinAddr: 0xEAFD0, symSize: 0x30 } + - { offsetInCU: 0xBEA, offset: 0x1835CD, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGSayxGSEsSERzlWl', symObjAddr: 0x1200, symBinAddr: 0xEB000, symSize: 0x50 } + - { offsetInCU: 0xBFE, offset: 0x1835E1, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGMa', symObjAddr: 0x1250, symBinAddr: 0xEB050, symSize: 0x50 } + - { offsetInCU: 0xC12, offset: 0x1835F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCACSEAAWl', symObjAddr: 0x12A0, symBinAddr: 0xEB0A0, symSize: 0x40 } + - { offsetInCU: 0xC26, offset: 0x183609, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwet', symObjAddr: 0x1370, symBinAddr: 0xEB0E0, symSize: 0x80 } + - { offsetInCU: 0xC3A, offset: 0x18361D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwst', symObjAddr: 0x13F0, symBinAddr: 0xEB160, symSize: 0xD0 } + - { offsetInCU: 0xC4E, offset: 0x183631, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwug', symObjAddr: 0x14C0, symBinAddr: 0xEB230, symSize: 0x10 } + - { offsetInCU: 0xC62, offset: 0x183645, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwup', symObjAddr: 0x14D0, symBinAddr: 0xEB240, symSize: 0x10 } + - { offsetInCU: 0xC76, offset: 0x183659, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwui', symObjAddr: 0x14E0, symBinAddr: 0xEB250, symSize: 0x10 } + - { offsetInCU: 0xC8A, offset: 0x18366D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOMa', symObjAddr: 0x14F0, symBinAddr: 0xEB260, symSize: 0x10 } + - { offsetInCU: 0xC9E, offset: 0x183681, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASQWb', symObjAddr: 0x1500, symBinAddr: 0xEB270, symSize: 0x10 } + - { offsetInCU: 0xCB2, offset: 0x183695, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFSQAAWl', symObjAddr: 0x1510, symBinAddr: 0xEB280, symSize: 0x30 } + - { offsetInCU: 0xCC6, offset: 0x1836A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1540, symBinAddr: 0xEB2B0, symSize: 0x10 } + - { offsetInCU: 0xCDA, offset: 0x1836BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1550, symBinAddr: 0xEB2C0, symSize: 0x30 } + - { offsetInCU: 0xCEE, offset: 0x1836D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1580, symBinAddr: 0xEB2F0, symSize: 0x10 } + - { offsetInCU: 0xD02, offset: 0x1836E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1590, symBinAddr: 0xEB300, symSize: 0x30 } + - { offsetInCU: 0xD36, offset: 0x183719, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE9EC0, symSize: 0x10 } + - { offsetInCU: 0xDC7, offset: 0x1837AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0xE9ED0, symSize: 0x50 } + - { offsetInCU: 0xE8F, offset: 0x183872, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x60, symBinAddr: 0xE9F20, symSize: 0x30 } + - { offsetInCU: 0xF0B, offset: 0x1838EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x90, symBinAddr: 0xE9F50, symSize: 0x40 } + - { offsetInCU: 0xFA8, offset: 0x18398B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xEA000, symSize: 0x40 } + - { offsetInCU: 0x1016, offset: 0x1839F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F0, symBinAddr: 0xEA5B0, symSize: 0x10 } + - { offsetInCU: 0x1032, offset: 0x183A15, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH9hashValueSivgTW', symObjAddr: 0x700, symBinAddr: 0xEA5C0, symSize: 0x10 } + - { offsetInCU: 0x104E, offset: 0x183A31, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x710, symBinAddr: 0xEA5D0, symSize: 0x10 } + - { offsetInCU: 0x106A, offset: 0x183A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x720, symBinAddr: 0xEA5E0, symSize: 0x10 } + - { offsetInCU: 0x108D, offset: 0x183A70, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x860, symBinAddr: 0xEA720, symSize: 0x20 } + - { offsetInCU: 0x10A9, offset: 0x183A8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x880, symBinAddr: 0xEA740, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x183CE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xEB330, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x183D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xEB330, symSize: 0x20 } + - { offsetInCU: 0xAC, offset: 0x183D67, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x70, symBinAddr: 0xEB3A0, symSize: 0x70 } + - { offsetInCU: 0x112, offset: 0x183DCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xE0, symBinAddr: 0xEB410, symSize: 0x30 } + - { offsetInCU: 0x13D, offset: 0x183DF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAAsADP8allCases03AllG0QzvgZTW', symObjAddr: 0x110, symBinAddr: 0xEB440, symSize: 0x20 } + - { offsetInCU: 0x16E, offset: 0x183E29, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8allCasesSayACGvgZTf4d_n', symObjAddr: 0x920, symBinAddr: 0xEBC50, symSize: 0x50 } + - { offsetInCU: 0x1DF, offset: 0x183E9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyV9transformACySo13CATransform3DVGvgZSbAFSgcfU_', symObjAddr: 0x130, symBinAddr: 0xEB460, symSize: 0xB0 } + - { offsetInCU: 0x298, offset: 0x183F53, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV5colorACySo10CGColorRefaGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x1E0, symBinAddr: 0xEB510, symSize: 0x110 } + - { offsetInCU: 0x36F, offset: 0x18402A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV7opacityACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x2F0, symBinAddr: 0xEB620, symSize: 0x70 } + - { offsetInCU: 0x3AD, offset: 0x184068, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleXACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x360, symBinAddr: 0xEB690, symSize: 0x70 } + - { offsetInCU: 0x3EB, offset: 0x1840A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleYACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x3D0, symBinAddr: 0xEB700, symSize: 0x70 } + - { offsetInCU: 0x429, offset: 0x1840E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8rotationACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x440, symBinAddr: 0xEB770, symSize: 0x80 } + - { offsetInCU: 0x467, offset: 0x184122, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8positionACySo7CGPointVGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x4C0, symBinAddr: 0xEB7F0, symSize: 0x70 } + - { offsetInCU: 0x565, offset: 0x184220, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV14gradientColorsACySaySo10CGColorRefaGGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x530, symBinAddr: 0xEB860, symSize: 0x220 } + - { offsetInCU: 0x863, offset: 0x18451E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV17gradientLocationsACySay12CoreGraphics7CGFloatVGGvgZAHSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x750, symBinAddr: 0xEBA80, symSize: 0x170 } + - { offsetInCU: 0xA13, offset: 0x1846CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV10floatValueyACy12CoreGraphics7CGFloatVGAA0C4NameOd_tFZAGSgyp_AA03AnyE8Provider_ptcfU_', symObjAddr: 0x8C0, symBinAddr: 0xEBBF0, symSize: 0x60 } + - { offsetInCU: 0xA72, offset: 0x18472D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwet', symObjAddr: 0xA30, symBinAddr: 0xEBCA0, symSize: 0x80 } + - { offsetInCU: 0xA86, offset: 0x184741, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwst', symObjAddr: 0xAB0, symBinAddr: 0xEBD20, symSize: 0xD0 } + - { offsetInCU: 0xA9A, offset: 0x184755, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwug', symObjAddr: 0xB80, symBinAddr: 0xEBDF0, symSize: 0x10 } + - { offsetInCU: 0xAAE, offset: 0x184769, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwup', symObjAddr: 0xB90, symBinAddr: 0xEBE00, symSize: 0x10 } + - { offsetInCU: 0xAC2, offset: 0x18477D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwui', symObjAddr: 0xBA0, symBinAddr: 0xEBE10, symSize: 0x10 } + - { offsetInCU: 0xAD6, offset: 0x184791, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOMa', symObjAddr: 0xBB0, symBinAddr: 0xEBE20, symSize: 0x10 } + - { offsetInCU: 0xAEA, offset: 0x1847A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMi', symObjAddr: 0xBC0, symBinAddr: 0xEBE30, symSize: 0x10 } + - { offsetInCU: 0xAFE, offset: 0x1847B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwCP', symObjAddr: 0xBD0, symBinAddr: 0xEBE40, symSize: 0x40 } + - { offsetInCU: 0xB12, offset: 0x1847CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwxx', symObjAddr: 0xC10, symBinAddr: 0xEBE80, symSize: 0x20 } + - { offsetInCU: 0xB26, offset: 0x1847E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwcp', symObjAddr: 0xC30, symBinAddr: 0xEBEA0, symSize: 0x40 } + - { offsetInCU: 0xB3A, offset: 0x1847F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwca', symObjAddr: 0xC70, symBinAddr: 0xEBEE0, symSize: 0x60 } + - { offsetInCU: 0xB4E, offset: 0x184809, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwta', symObjAddr: 0xCF0, symBinAddr: 0xEBF40, symSize: 0x40 } + - { offsetInCU: 0xB62, offset: 0x18481D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwet', symObjAddr: 0xD30, symBinAddr: 0xEBF80, symSize: 0x40 } + - { offsetInCU: 0xB76, offset: 0x184831, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwst', symObjAddr: 0xD70, symBinAddr: 0xEBFC0, symSize: 0x40 } + - { offsetInCU: 0xB8A, offset: 0x184845, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMa', symObjAddr: 0xDB0, symBinAddr: 0xEC000, symSize: 0x10 } + - { offsetInCU: 0xB9E, offset: 0x184859, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0xDC0, symBinAddr: 0xEC010, symSize: 0x10 } + - { offsetInCU: 0xBB2, offset: 0x18486D, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGSayxGSlsWl', symObjAddr: 0xDD0, symBinAddr: 0xEC020, symSize: 0x40 } + - { offsetInCU: 0xBC6, offset: 0x184881, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGMa', symObjAddr: 0xE10, symBinAddr: 0xEC060, symSize: 0x30 } + - { offsetInCU: 0xBDA, offset: 0x184895, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASQWb', symObjAddr: 0xE40, symBinAddr: 0xEC090, symSize: 0x10 } + - { offsetInCU: 0xBEE, offset: 0x1848A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOACSQAAWl', symObjAddr: 0xE50, symBinAddr: 0xEC0A0, symSize: 0x30 } + - { offsetInCU: 0xC1F, offset: 0x1848DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0xEB350, symSize: 0x10 } + - { offsetInCU: 0xC59, offset: 0x184914, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0xEB360, symSize: 0x20 } + - { offsetInCU: 0xC9F, offset: 0x18495A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0xEB380, symSize: 0x10 } + - { offsetInCU: 0xCBB, offset: 0x184976, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x60, symBinAddr: 0xEB390, symSize: 0x10 } + - { offsetInCU: 0x4F, offset: 0x184C8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xEC0D0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x184CB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0xEC110, symSize: 0x350 } + - { offsetInCU: 0xE0, offset: 0x184D1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x390, symBinAddr: 0xEC460, symSize: 0x560 } + - { offsetInCU: 0x2AC, offset: 0x184EEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO8rawValueSSvg', symObjAddr: 0x8F0, symBinAddr: 0xEC9C0, symSize: 0x20 } + - { offsetInCU: 0x2E3, offset: 0x184F21, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xB30, symBinAddr: 0xECC00, symSize: 0x20 } + - { offsetInCU: 0x361, offset: 0x184F9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0xB90, symBinAddr: 0xECC60, symSize: 0x70 } + - { offsetInCU: 0x3C7, offset: 0x185005, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0xC00, symBinAddr: 0xECCD0, symSize: 0x30 } + - { offsetInCU: 0x3E3, offset: 0x185021, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xC30, symBinAddr: 0xECD00, symSize: 0x10 } + - { offsetInCU: 0x419, offset: 0x185057, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC40, symBinAddr: 0xECD10, symSize: 0x60 } + - { offsetInCU: 0x49E, offset: 0x1850DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xCA0, symBinAddr: 0xECD70, symSize: 0x10 } + - { offsetInCU: 0x4BA, offset: 0x1850F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xCB0, symBinAddr: 0xECD80, symSize: 0x10 } + - { offsetInCU: 0x4D8, offset: 0x185116, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x910, symBinAddr: 0xEC9E0, symSize: 0x220 } + - { offsetInCU: 0x552, offset: 0x185190, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfD', symObjAddr: 0xD20, symBinAddr: 0xECDF0, symSize: 0x40 } + - { offsetInCU: 0x61C, offset: 0x18525A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfE', symObjAddr: 0xD00, symBinAddr: 0xECDD0, symSize: 0x20 } + - { offsetInCU: 0x674, offset: 0x1852B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCMa', symObjAddr: 0xD60, symBinAddr: 0xECE30, symSize: 0x20 } + - { offsetInCU: 0x688, offset: 0x1852C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs0C3KeyAAWl', symObjAddr: 0xDF0, symBinAddr: 0xECE50, symSize: 0x30 } + - { offsetInCU: 0x69C, offset: 0x1852DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwet', symObjAddr: 0x1160, symBinAddr: 0xECF90, symSize: 0x80 } + - { offsetInCU: 0x6B0, offset: 0x1852EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwst', symObjAddr: 0x11E0, symBinAddr: 0xED010, symSize: 0xD0 } + - { offsetInCU: 0x6C4, offset: 0x185302, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwug', symObjAddr: 0x12B0, symBinAddr: 0xED0E0, symSize: 0x10 } + - { offsetInCU: 0x6D8, offset: 0x185316, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwup', symObjAddr: 0x12C0, symBinAddr: 0xED0F0, symSize: 0x10 } + - { offsetInCU: 0x6EC, offset: 0x18532A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwui', symObjAddr: 0x12D0, symBinAddr: 0xED100, symSize: 0x10 } + - { offsetInCU: 0x700, offset: 0x18533E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOMa', symObjAddr: 0x12E0, symBinAddr: 0xED110, symSize: 0x10 } + - { offsetInCU: 0x714, offset: 0x185352, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASQWb', symObjAddr: 0x12F0, symBinAddr: 0xED120, symSize: 0x10 } + - { offsetInCU: 0x728, offset: 0x185366, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFSQAAWl', symObjAddr: 0x1300, symBinAddr: 0xED130, symSize: 0x30 } + - { offsetInCU: 0x73C, offset: 0x18537A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1330, symBinAddr: 0xED160, symSize: 0x10 } + - { offsetInCU: 0x750, offset: 0x18538E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1340, symBinAddr: 0xED170, symSize: 0x30 } + - { offsetInCU: 0x764, offset: 0x1853A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1370, symBinAddr: 0xED1A0, symSize: 0x10 } + - { offsetInCU: 0x778, offset: 0x1853B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1380, symBinAddr: 0xED1B0, symSize: 0x30 } + - { offsetInCU: 0x7DA, offset: 0x185418, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB50, symBinAddr: 0xECC20, symSize: 0x10 } + - { offsetInCU: 0x7F6, offset: 0x185434, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH9hashValueSivgTW', symObjAddr: 0xB60, symBinAddr: 0xECC30, symSize: 0x10 } + - { offsetInCU: 0x812, offset: 0x185450, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB70, symBinAddr: 0xECC40, symSize: 0x10 } + - { offsetInCU: 0x82E, offset: 0x18546C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB80, symBinAddr: 0xECC50, symSize: 0x10 } + - { offsetInCU: 0x851, offset: 0x18548F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xCC0, symBinAddr: 0xECD90, symSize: 0x20 } + - { offsetInCU: 0x86D, offset: 0x1854AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xCE0, symBinAddr: 0xECDB0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x18567F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xED1E0, symSize: 0x70 } + - { offsetInCU: 0x5A, offset: 0x1856AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xED1E0, symSize: 0x70 } + - { offsetInCU: 0xCA, offset: 0x18571E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfD', symObjAddr: 0x80, symBinAddr: 0xED260, symSize: 0x30 } + - { offsetInCU: 0x133, offset: 0x185787, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xD0, symBinAddr: 0xED2B0, symSize: 0x10 } + - { offsetInCU: 0x14F, offset: 0x1857A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0xE0, symBinAddr: 0xED2C0, symSize: 0x20 } + - { offsetInCU: 0x16B, offset: 0x1857BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x100, symBinAddr: 0xED2E0, symSize: 0x10 } + - { offsetInCU: 0x187, offset: 0x1857DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x110, symBinAddr: 0xED2F0, symSize: 0x10 } + - { offsetInCU: 0x1A4, offset: 0x1857F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfE', symObjAddr: 0x70, symBinAddr: 0xED250, symSize: 0x10 } + - { offsetInCU: 0x1FC, offset: 0x185850, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCMa', symObjAddr: 0xB0, symBinAddr: 0xED290, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x1859F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xED310, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x185A1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0xED350, symSize: 0xAF0 } + - { offsetInCU: 0x1C9, offset: 0x185B71, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xB30, symBinAddr: 0xEDE40, symSize: 0x1110 } + - { offsetInCU: 0x5B3, offset: 0x185F5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x1C40, symBinAddr: 0xEEF50, symSize: 0x20 } + - { offsetInCU: 0x5EA, offset: 0x185F92, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x2090, symBinAddr: 0xEF3A0, symSize: 0x20 } + - { offsetInCU: 0x668, offset: 0x186010, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x2110, symBinAddr: 0xEF420, symSize: 0x70 } + - { offsetInCU: 0x6CE, offset: 0x186076, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2180, symBinAddr: 0xEF490, symSize: 0x30 } + - { offsetInCU: 0x6EA, offset: 0x186092, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x21B0, symBinAddr: 0xEF4C0, symSize: 0x10 } + - { offsetInCU: 0x720, offset: 0x1860C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x21C0, symBinAddr: 0xEF4D0, symSize: 0x60 } + - { offsetInCU: 0x7A5, offset: 0x18614D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2220, symBinAddr: 0xEF530, symSize: 0x10 } + - { offsetInCU: 0x7C1, offset: 0x186169, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2230, symBinAddr: 0xEF540, symSize: 0x10 } + - { offsetInCU: 0x7EA, offset: 0x186192, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x1C60, symBinAddr: 0xEEF70, symSize: 0x20 } + - { offsetInCU: 0x821, offset: 0x1861C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x20B0, symBinAddr: 0xEF3C0, symSize: 0x20 } + - { offsetInCU: 0x885, offset: 0x18622D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x2320, symBinAddr: 0xEF630, symSize: 0x40 } + - { offsetInCU: 0x8CB, offset: 0x186273, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2360, symBinAddr: 0xEF670, symSize: 0x30 } + - { offsetInCU: 0x8E7, offset: 0x18628F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2390, symBinAddr: 0xEF6A0, symSize: 0x10 } + - { offsetInCU: 0x91D, offset: 0x1862C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x23A0, symBinAddr: 0xEF6B0, symSize: 0x30 } + - { offsetInCU: 0x982, offset: 0x18632A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x23D0, symBinAddr: 0xEF6E0, symSize: 0x10 } + - { offsetInCU: 0x99E, offset: 0x186346, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x23E0, symBinAddr: 0xEF6F0, symSize: 0x10 } + - { offsetInCU: 0x9BA, offset: 0x186362, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2D70, symBinAddr: 0xEFE40, symSize: 0x50 } + - { offsetInCU: 0x9E7, offset: 0x18638F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C80, symBinAddr: 0xEEF90, symSize: 0x410 } + - { offsetInCU: 0xA5A, offset: 0x186402, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfd', symObjAddr: 0x2490, symBinAddr: 0xEF7A0, symSize: 0x70 } + - { offsetInCU: 0xAA5, offset: 0x18644D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfD', symObjAddr: 0x2500, symBinAddr: 0xEF810, symSize: 0x20 } + - { offsetInCU: 0xB3B, offset: 0x1864E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfE', symObjAddr: 0x2430, symBinAddr: 0xEF740, symSize: 0x60 } + - { offsetInCU: 0xB93, offset: 0x18653B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCMa', symObjAddr: 0x2520, symBinAddr: 0xEF830, symSize: 0x20 } + - { offsetInCU: 0xBA7, offset: 0x18654F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs0C3KeyAAWl', symObjAddr: 0x25B0, symBinAddr: 0xEF850, symSize: 0x30 } + - { offsetInCU: 0xBBB, offset: 0x186563, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs9CodingKeyAAWl', symObjAddr: 0x2610, symBinAddr: 0xEF880, symSize: 0x30 } + - { offsetInCU: 0xBCF, offset: 0x186577, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x28F0, symBinAddr: 0xEF9C0, symSize: 0x80 } + - { offsetInCU: 0xBE3, offset: 0x18658B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x2970, symBinAddr: 0xEFA40, symSize: 0xD0 } + - { offsetInCU: 0xBF7, offset: 0x18659F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwug', symObjAddr: 0x2A40, symBinAddr: 0xEFB10, symSize: 0x10 } + - { offsetInCU: 0xC0B, offset: 0x1865B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x2A50, symBinAddr: 0xEFB20, symSize: 0x10 } + - { offsetInCU: 0xC1F, offset: 0x1865C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwui', symObjAddr: 0x2A60, symBinAddr: 0xEFB30, symSize: 0x10 } + - { offsetInCU: 0xC33, offset: 0x1865DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x2A70, symBinAddr: 0xEFB40, symSize: 0x10 } + - { offsetInCU: 0xC47, offset: 0x1865EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x2A80, symBinAddr: 0xEFB50, symSize: 0x80 } + - { offsetInCU: 0xC5B, offset: 0x186603, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x2B00, symBinAddr: 0xEFBD0, symSize: 0xD0 } + - { offsetInCU: 0xC6F, offset: 0x186617, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x2BD0, symBinAddr: 0xEFCA0, symSize: 0x10 } + - { offsetInCU: 0xC83, offset: 0x18662B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x2BE0, symBinAddr: 0xEFCB0, symSize: 0x10 } + - { offsetInCU: 0xC97, offset: 0x18663F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x2BF0, symBinAddr: 0xEFCC0, symSize: 0x10 } + - { offsetInCU: 0xCAB, offset: 0x186653, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x2C00, symBinAddr: 0xEFCD0, symSize: 0x30 } + - { offsetInCU: 0xCBF, offset: 0x186667, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x2C30, symBinAddr: 0xEFD00, symSize: 0x10 } + - { offsetInCU: 0xCD3, offset: 0x18667B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x2C40, symBinAddr: 0xEFD10, symSize: 0x30 } + - { offsetInCU: 0xCE7, offset: 0x18668F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2C70, symBinAddr: 0xEFD40, symSize: 0x10 } + - { offsetInCU: 0xCFB, offset: 0x1866A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2C80, symBinAddr: 0xEFD50, symSize: 0x30 } + - { offsetInCU: 0xD0F, offset: 0x1866B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2CB0, symBinAddr: 0xEFD80, symSize: 0x10 } + - { offsetInCU: 0xD23, offset: 0x1866CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2CC0, symBinAddr: 0xEFD90, symSize: 0x30 } + - { offsetInCU: 0xD37, offset: 0x1866DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2CF0, symBinAddr: 0xEFDC0, symSize: 0x10 } + - { offsetInCU: 0xD4B, offset: 0x1866F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2D00, symBinAddr: 0xEFDD0, symSize: 0x30 } + - { offsetInCU: 0xD5F, offset: 0x186707, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2D30, symBinAddr: 0xEFE00, symSize: 0x10 } + - { offsetInCU: 0xD73, offset: 0x18671B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2D40, symBinAddr: 0xEFE10, symSize: 0x30 } + - { offsetInCU: 0xDD5, offset: 0x18677D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20D0, symBinAddr: 0xEF3E0, symSize: 0x10 } + - { offsetInCU: 0xDF1, offset: 0x186799, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x20E0, symBinAddr: 0xEF3F0, symSize: 0x10 } + - { offsetInCU: 0xE0D, offset: 0x1867B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x20F0, symBinAddr: 0xEF400, symSize: 0x10 } + - { offsetInCU: 0xE29, offset: 0x1867D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2100, symBinAddr: 0xEF410, symSize: 0x10 } + - { offsetInCU: 0xE4C, offset: 0x1867F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2240, symBinAddr: 0xEF550, symSize: 0x20 } + - { offsetInCU: 0xE68, offset: 0x186810, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2260, symBinAddr: 0xEF570, symSize: 0x20 } + - { offsetInCU: 0xE84, offset: 0x18682C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2280, symBinAddr: 0xEF590, symSize: 0x10 } + - { offsetInCU: 0xEDC, offset: 0x186884, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x2290, symBinAddr: 0xEF5A0, symSize: 0x40 } + - { offsetInCU: 0xF44, offset: 0x1868EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x22D0, symBinAddr: 0xEF5E0, symSize: 0x10 } + - { offsetInCU: 0xF58, offset: 0x186900, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x22E0, symBinAddr: 0xEF5F0, symSize: 0x40 } + - { offsetInCU: 0xF95, offset: 0x18693D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x23F0, symBinAddr: 0xEF700, symSize: 0x20 } + - { offsetInCU: 0xFB1, offset: 0x186959, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2410, symBinAddr: 0xEF720, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x186B67, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0xEFEB0, symSize: 0x5C0 } + - { offsetInCU: 0xE2, offset: 0x186C22, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0xEFEB0, symSize: 0x5C0 } + - { offsetInCU: 0x2F3, offset: 0x186E33, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVSgWOb', symObjAddr: 0x660, symBinAddr: 0xF0470, symSize: 0x40 } + - { offsetInCU: 0x307, offset: 0x186E47, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x700, symBinAddr: 0xF04D0, symSize: 0x7C0 } + - { offsetInCU: 0x27, offset: 0x1872B9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xF0C90, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x1872DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvpZ', symObjAddr: 0x1740, symBinAddr: 0x211630, symSize: 0x0 } + - { offsetInCU: 0x65, offset: 0x1872F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvgZ', symObjAddr: 0x950, symBinAddr: 0xF15E0, symSize: 0x60 } + - { offsetInCU: 0x9D, offset: 0x18732F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0OtcfC', symObjAddr: 0x9B0, symBinAddr: 0xF1640, symSize: 0x30 } + - { offsetInCU: 0x115, offset: 0x1873A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvsZ', symObjAddr: 0xAC0, symBinAddr: 0xF1720, symSize: 0x80 } + - { offsetInCU: 0x15D, offset: 0x1873EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ', symObjAddr: 0xB90, symBinAddr: 0xF17A0, symSize: 0x60 } + - { offsetInCU: 0x195, offset: 0x187427, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ.resume.0', symObjAddr: 0xBF0, symBinAddr: 0xF1800, symSize: 0x10 } + - { offsetInCU: 0x1C0, offset: 0x187452, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg', symObjAddr: 0xC00, symBinAddr: 0xF1810, symSize: 0x10 } + - { offsetInCU: 0x1EE, offset: 0x187480, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs', symObjAddr: 0xC10, symBinAddr: 0xF1820, symSize: 0x10 } + - { offsetInCU: 0x22C, offset: 0x1874BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM', symObjAddr: 0xC20, symBinAddr: 0xF1830, symSize: 0x10 } + - { offsetInCU: 0x24A, offset: 0x1874DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM.resume.0', symObjAddr: 0xC30, symBinAddr: 0xF1840, symSize: 0x10 } + - { offsetInCU: 0x275, offset: 0x187507, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg', symObjAddr: 0xC40, symBinAddr: 0xF1850, symSize: 0x10 } + - { offsetInCU: 0x2A3, offset: 0x187535, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs', symObjAddr: 0xC50, symBinAddr: 0xF1860, symSize: 0x10 } + - { offsetInCU: 0x2DD, offset: 0x18756F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM', symObjAddr: 0xC60, symBinAddr: 0xF1870, symSize: 0x20 } + - { offsetInCU: 0x30B, offset: 0x18759D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM.resume.0', symObjAddr: 0xC80, symBinAddr: 0xF1890, symSize: 0x10 } + - { offsetInCU: 0x336, offset: 0x1875C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg', symObjAddr: 0xC90, symBinAddr: 0xF18A0, symSize: 0x20 } + - { offsetInCU: 0x364, offset: 0x1875F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs', symObjAddr: 0xCE0, symBinAddr: 0xF18C0, symSize: 0x10 } + - { offsetInCU: 0x3A1, offset: 0x187633, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM', symObjAddr: 0xD20, symBinAddr: 0xF18D0, symSize: 0x20 } + - { offsetInCU: 0x3CF, offset: 0x187661, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM.resume.0', symObjAddr: 0xD40, symBinAddr: 0xF18F0, symSize: 0x10 } + - { offsetInCU: 0x3FA, offset: 0x18768C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg', symObjAddr: 0xD50, symBinAddr: 0xF1900, symSize: 0x10 } + - { offsetInCU: 0x428, offset: 0x1876BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs', symObjAddr: 0xD60, symBinAddr: 0xF1910, symSize: 0x20 } + - { offsetInCU: 0x466, offset: 0x1876F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM', symObjAddr: 0xD80, symBinAddr: 0xF1930, symSize: 0x20 } + - { offsetInCU: 0x494, offset: 0x187726, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM.resume.0', symObjAddr: 0xDA0, symBinAddr: 0xF1950, symSize: 0x10 } + - { offsetInCU: 0x4BF, offset: 0x187751, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF', symObjAddr: 0xDB0, symBinAddr: 0xF1960, symSize: 0x140 } + - { offsetInCU: 0x724, offset: 0x1879B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ', symObjAddr: 0xEF0, symBinAddr: 0xF1AA0, symSize: 0x10 } + - { offsetInCU: 0x747, offset: 0x1879D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV9hashValueSivg', symObjAddr: 0xF00, symBinAddr: 0xF1AB0, symSize: 0x40 } + - { offsetInCU: 0x7D3, offset: 0x187A65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH9hashValueSivgTW', symObjAddr: 0xF40, symBinAddr: 0xF1AF0, symSize: 0x40 } + - { offsetInCU: 0x862, offset: 0x187AF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF80, symBinAddr: 0xF1B30, symSize: 0x10 } + - { offsetInCU: 0x885, offset: 0x187B17, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xFC0, symBinAddr: 0xF1B70, symSize: 0x10 } + - { offsetInCU: 0x8B6, offset: 0x187B48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x1070, symBinAddr: 0xF1BC0, symSize: 0x120 } + - { offsetInCU: 0xD2A, offset: 0x187FBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6shared_WZ', symObjAddr: 0x9E0, symBinAddr: 0xF1670, symSize: 0x80 } + - { offsetInCU: 0xDDB, offset: 0x18806D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOb', symObjAddr: 0xA90, symBinAddr: 0xF16F0, symSize: 0x30 } + - { offsetInCU: 0xEA7, offset: 0x188139, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x1030, symBinAddr: 0xF1B80, symSize: 0x40 } + - { offsetInCU: 0xEE0, offset: 0x188172, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASQWb', symObjAddr: 0x1190, symBinAddr: 0xF1CE0, symSize: 0x10 } + - { offsetInCU: 0xEF4, offset: 0x188186, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVACSQAAWl', symObjAddr: 0x11A0, symBinAddr: 0xF1CF0, symSize: 0x30 } + - { offsetInCU: 0xF08, offset: 0x18819A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwCP', symObjAddr: 0x11D0, symBinAddr: 0xF1D20, symSize: 0x30 } + - { offsetInCU: 0xF1C, offset: 0x1881AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwxx', symObjAddr: 0x1200, symBinAddr: 0xF1D50, symSize: 0x40 } + - { offsetInCU: 0xF30, offset: 0x1881C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwcp', symObjAddr: 0x1240, symBinAddr: 0xF1D90, symSize: 0xB0 } + - { offsetInCU: 0xF44, offset: 0x1881D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwca', symObjAddr: 0x12F0, symBinAddr: 0xF1E40, symSize: 0xF0 } + - { offsetInCU: 0xF58, offset: 0x1881EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwta', symObjAddr: 0x1450, symBinAddr: 0xF1F30, symSize: 0x80 } + - { offsetInCU: 0xF6C, offset: 0x1881FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwet', symObjAddr: 0x14D0, symBinAddr: 0xF1FB0, symSize: 0x50 } + - { offsetInCU: 0xF80, offset: 0x188212, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwst', symObjAddr: 0x1520, symBinAddr: 0xF2000, symSize: 0x60 } + - { offsetInCU: 0xF94, offset: 0x188226, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVMa', symObjAddr: 0x1580, symBinAddr: 0xF2060, symSize: 0x10 } + - { offsetInCU: 0xFB9, offset: 0x18824B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xF0C90, symSize: 0x40 } + - { offsetInCU: 0x1013, offset: 0x1882A5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x40, symBinAddr: 0xF0CD0, symSize: 0x40 } + - { offsetInCU: 0x106D, offset: 0x1882FF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x80, symBinAddr: 0xF0D10, symSize: 0x40 } + - { offsetInCU: 0x10C7, offset: 0x188359, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0xC0, symBinAddr: 0xF0D50, symSize: 0x40 } + - { offsetInCU: 0x112C, offset: 0x1883BE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x100, symBinAddr: 0xF0D90, symSize: 0x40 } + - { offsetInCU: 0x1191, offset: 0x188423, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x140, symBinAddr: 0xF0DD0, symSize: 0x40 } + - { offsetInCU: 0x11EB, offset: 0x18847D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x180, symBinAddr: 0xF0E10, symSize: 0x40 } + - { offsetInCU: 0x1245, offset: 0x1884D7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x1C0, symBinAddr: 0xF0E50, symSize: 0x40 } + - { offsetInCU: 0x12AA, offset: 0x18853C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x200, symBinAddr: 0xF0E90, symSize: 0x40 } + - { offsetInCU: 0x1304, offset: 0x188596, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x240, symBinAddr: 0xF0ED0, symSize: 0x50 } + - { offsetInCU: 0x1335, offset: 0x1885C7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x290, symBinAddr: 0xF0F20, symSize: 0x40 } + - { offsetInCU: 0x139A, offset: 0x18862C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x2D0, symBinAddr: 0xF0F60, symSize: 0x40 } + - { offsetInCU: 0x13F4, offset: 0x188686, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x310, symBinAddr: 0xF0FA0, symSize: 0x40 } + - { offsetInCU: 0x1459, offset: 0x1886EB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x350, symBinAddr: 0xF0FE0, symSize: 0x40 } + - { offsetInCU: 0x14BE, offset: 0x188750, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x390, symBinAddr: 0xF1020, symSize: 0x40 } + - { offsetInCU: 0x1523, offset: 0x1887B5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x3D0, symBinAddr: 0xF1060, symSize: 0x40 } + - { offsetInCU: 0x157D, offset: 0x18880F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x410, symBinAddr: 0xF10A0, symSize: 0x70 } + - { offsetInCU: 0x15C3, offset: 0x188855, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x480, symBinAddr: 0xF1110, symSize: 0x40 } + - { offsetInCU: 0x1628, offset: 0x1888BA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x4C0, symBinAddr: 0xF1150, symSize: 0x40 } + - { offsetInCU: 0x1682, offset: 0x188914, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x500, symBinAddr: 0xF1190, symSize: 0x50 } + - { offsetInCU: 0x16B3, offset: 0x188945, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x550, symBinAddr: 0xF11E0, symSize: 0x40 } + - { offsetInCU: 0x170D, offset: 0x18899F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x590, symBinAddr: 0xF1220, symSize: 0x40 } + - { offsetInCU: 0x1767, offset: 0x1889F9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x5D0, symBinAddr: 0xF1260, symSize: 0x40 } + - { offsetInCU: 0x1798, offset: 0x188A2A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x610, symBinAddr: 0xF12A0, symSize: 0x40 } + - { offsetInCU: 0x17FD, offset: 0x188A8F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x650, symBinAddr: 0xF12E0, symSize: 0x40 } + - { offsetInCU: 0x1857, offset: 0x188AE9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0x690, symBinAddr: 0xF1320, symSize: 0x40 } + - { offsetInCU: 0x18BC, offset: 0x188B4E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x6D0, symBinAddr: 0xF1360, symSize: 0x40 } + - { offsetInCU: 0x1916, offset: 0x188BA8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC0G8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x710, symBinAddr: 0xF13A0, symSize: 0x40 } + - { offsetInCU: 0x1947, offset: 0x188BD9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x750, symBinAddr: 0xF13E0, symSize: 0x40 } + - { offsetInCU: 0x19A1, offset: 0x188C33, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x790, symBinAddr: 0xF1420, symSize: 0x40 } + - { offsetInCU: 0x19D2, offset: 0x188C64, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0x7D0, symBinAddr: 0xF1460, symSize: 0x40 } + - { offsetInCU: 0x1A03, offset: 0x188C95, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x810, symBinAddr: 0xF14A0, symSize: 0x40 } + - { offsetInCU: 0x1A34, offset: 0x188CC6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x850, symBinAddr: 0xF14E0, symSize: 0x40 } + - { offsetInCU: 0x1A8E, offset: 0x188D20, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x890, symBinAddr: 0xF1520, symSize: 0x40 } + - { offsetInCU: 0x1AE8, offset: 0x188D7A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x8D0, symBinAddr: 0xF1560, symSize: 0x30 } + - { offsetInCU: 0x1B19, offset: 0x188DAB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0x900, symBinAddr: 0xF1590, symSize: 0x50 } + - { offsetInCU: 0x1C1A, offset: 0x188EAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xF90, symBinAddr: 0xF1B40, symSize: 0x30 } + - { offsetInCU: 0x1C76, offset: 0x188F08, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1590, symBinAddr: 0xF2070, symSize: 0x20 } + - { offsetInCU: 0x1CA7, offset: 0x188F39, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x15B0, symBinAddr: 0xF2090, symSize: 0x20 } + - { offsetInCU: 0x1CD8, offset: 0x188F6A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x15D0, symBinAddr: 0xF20B0, symSize: 0x20 } + - { offsetInCU: 0x1D09, offset: 0x188F9B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x15F0, symBinAddr: 0xF20D0, symSize: 0x20 } + - { offsetInCU: 0x1D3A, offset: 0x188FCC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x1610, symBinAddr: 0xF20F0, symSize: 0x20 } + - { offsetInCU: 0x1D6B, offset: 0x188FFD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1630, symBinAddr: 0xF2110, symSize: 0x20 } + - { offsetInCU: 0x1D9C, offset: 0x18902E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1650, symBinAddr: 0xF2130, symSize: 0x20 } + - { offsetInCU: 0x1DCD, offset: 0x18905F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1670, symBinAddr: 0xF2150, symSize: 0x20 } + - { offsetInCU: 0x1DFE, offset: 0x189090, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1690, symBinAddr: 0xF2170, symSize: 0x20 } + - { offsetInCU: 0x1E2F, offset: 0x1890C1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x16B0, symBinAddr: 0xF2190, symSize: 0x20 } + - { offsetInCU: 0x1E60, offset: 0x1890F2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x16D0, symBinAddr: 0xF21B0, symSize: 0x20 } + - { offsetInCU: 0x1E91, offset: 0x189123, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x16F0, symBinAddr: 0xF21D0, symSize: 0x20 } + - { offsetInCU: 0x1EC2, offset: 0x189154, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1710, symBinAddr: 0xF21F0, symSize: 0x20 } + - { offsetInCU: 0x7F, offset: 0x1893AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0xF22D0, symSize: 0x20 } + - { offsetInCU: 0xB0, offset: 0x1893DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0xF22F0, symSize: 0x10 } + - { offsetInCU: 0xD9, offset: 0x189408, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x170, symBinAddr: 0xF2390, symSize: 0x40 } + - { offsetInCU: 0xFE, offset: 0x18942D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1B0, symBinAddr: 0xF23D0, symSize: 0x2F0 } + - { offsetInCU: 0x16A, offset: 0x189499, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4A0, symBinAddr: 0xF26C0, symSize: 0x410 } + - { offsetInCU: 0x2C1, offset: 0x1895F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO8rawValueSSvg', symObjAddr: 0x8B0, symBinAddr: 0xF2AD0, symSize: 0x20 } + - { offsetInCU: 0x2F8, offset: 0x189627, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xAB0, symBinAddr: 0xF2CD0, symSize: 0x20 } + - { offsetInCU: 0x376, offset: 0x1896A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xB10, symBinAddr: 0xF2D30, symSize: 0x70 } + - { offsetInCU: 0x3DC, offset: 0x18970B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xB80, symBinAddr: 0xF2DA0, symSize: 0x30 } + - { offsetInCU: 0x3F8, offset: 0x189727, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xBB0, symBinAddr: 0xF2DD0, symSize: 0x10 } + - { offsetInCU: 0x42E, offset: 0x18975D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBC0, symBinAddr: 0xF2DE0, symSize: 0x60 } + - { offsetInCU: 0x4B3, offset: 0x1897E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xC20, symBinAddr: 0xF2E40, symSize: 0x10 } + - { offsetInCU: 0x4CF, offset: 0x1897FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xC30, symBinAddr: 0xF2E50, symSize: 0x10 } + - { offsetInCU: 0x4ED, offset: 0x18981C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x8D0, symBinAddr: 0xF2AF0, symSize: 0x1E0 } + - { offsetInCU: 0x567, offset: 0x189896, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfD', symObjAddr: 0xCA0, symBinAddr: 0xF2EC0, symSize: 0x40 } + - { offsetInCU: 0x5D7, offset: 0x189906, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xDA0, symBinAddr: 0xF2FA0, symSize: 0x20 } + - { offsetInCU: 0x672, offset: 0x1899A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfE', symObjAddr: 0xC80, symBinAddr: 0xF2EA0, symSize: 0x20 } + - { offsetInCU: 0x6CA, offset: 0x1899F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCMa', symObjAddr: 0xCE0, symBinAddr: 0xF2F00, symSize: 0x20 } + - { offsetInCU: 0x6DE, offset: 0x189A0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOwup', symObjAddr: 0xD40, symBinAddr: 0xF2F40, symSize: 0x10 } + - { offsetInCU: 0x6F2, offset: 0x189A21, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOMa', symObjAddr: 0xD50, symBinAddr: 0xF2F50, symSize: 0x10 } + - { offsetInCU: 0x706, offset: 0x189A35, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASQWb', symObjAddr: 0xD60, symBinAddr: 0xF2F60, symSize: 0x10 } + - { offsetInCU: 0x71A, offset: 0x189A49, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSQAAWl', symObjAddr: 0xD70, symBinAddr: 0xF2F70, symSize: 0x30 } + - { offsetInCU: 0x72E, offset: 0x189A5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSYAAWl', symObjAddr: 0xDC0, symBinAddr: 0xF2FC0, symSize: 0x30 } + - { offsetInCU: 0x742, offset: 0x189A71, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs0C3KeyAAWl', symObjAddr: 0xE60, symBinAddr: 0xF2FF0, symSize: 0x30 } + - { offsetInCU: 0x756, offset: 0x189A85, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSEAAWl', symObjAddr: 0xF20, symBinAddr: 0xF3050, symSize: 0x30 } + - { offsetInCU: 0x76A, offset: 0x189A99, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSeAAWl', symObjAddr: 0x10C0, symBinAddr: 0xF3160, symSize: 0x30 } + - { offsetInCU: 0x77E, offset: 0x189AAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwug', symObjAddr: 0x1320, symBinAddr: 0xF3300, symSize: 0x10 } + - { offsetInCU: 0x792, offset: 0x189AC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwup', symObjAddr: 0x1330, symBinAddr: 0xF3310, symSize: 0x10 } + - { offsetInCU: 0x7A6, offset: 0x189AD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwui', symObjAddr: 0x1340, symBinAddr: 0xF3320, symSize: 0x10 } + - { offsetInCU: 0x7BA, offset: 0x189AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOMa', symObjAddr: 0x1350, symBinAddr: 0xF3330, symSize: 0x10 } + - { offsetInCU: 0x7CE, offset: 0x189AFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASQWb', symObjAddr: 0x1360, symBinAddr: 0xF3340, symSize: 0x10 } + - { offsetInCU: 0x7E2, offset: 0x189B11, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFSQAAWl', symObjAddr: 0x1370, symBinAddr: 0xF3350, symSize: 0x30 } + - { offsetInCU: 0x7F6, offset: 0x189B25, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x13A0, symBinAddr: 0xF3380, symSize: 0x10 } + - { offsetInCU: 0x80A, offset: 0x189B39, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x13B0, symBinAddr: 0xF3390, symSize: 0x30 } + - { offsetInCU: 0x81E, offset: 0x189B4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x13E0, symBinAddr: 0xF33C0, symSize: 0x10 } + - { offsetInCU: 0x832, offset: 0x189B61, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x13F0, symBinAddr: 0xF33D0, symSize: 0x30 } + - { offsetInCU: 0x866, offset: 0x189B95, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xF2220, symSize: 0x10 } + - { offsetInCU: 0x8F7, offset: 0x189C26, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0xF2230, symSize: 0x40 } + - { offsetInCU: 0x9A6, offset: 0x189CD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0xF2270, symSize: 0x20 } + - { offsetInCU: 0x9F9, offset: 0x189D28, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0xF2290, symSize: 0x40 } + - { offsetInCU: 0xA7D, offset: 0x189DAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0xF2300, symSize: 0x50 } + - { offsetInCU: 0xAA0, offset: 0x189DCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0xF2350, symSize: 0x40 } + - { offsetInCU: 0xB00, offset: 0x189E2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAD0, symBinAddr: 0xF2CF0, symSize: 0x10 } + - { offsetInCU: 0xB1C, offset: 0x189E4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0xAE0, symBinAddr: 0xF2D00, symSize: 0x10 } + - { offsetInCU: 0xB38, offset: 0x189E67, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAF0, symBinAddr: 0xF2D10, symSize: 0x10 } + - { offsetInCU: 0xB54, offset: 0x189E83, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB00, symBinAddr: 0xF2D20, symSize: 0x10 } + - { offsetInCU: 0xB77, offset: 0x189EA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xC40, symBinAddr: 0xF2E60, symSize: 0x20 } + - { offsetInCU: 0xB93, offset: 0x189EC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC60, symBinAddr: 0xF2E80, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x18A092, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x20, symBinAddr: 0xF3440, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x18A0AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x20, symBinAddr: 0xF3440, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x18A0BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwet', symObjAddr: 0x80, symBinAddr: 0xF3470, symSize: 0x20 } + - { offsetInCU: 0x67, offset: 0x18A0D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwst', symObjAddr: 0xA0, symBinAddr: 0xF3490, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x18A0E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwug', symObjAddr: 0xD0, symBinAddr: 0xF34C0, symSize: 0x10 } + - { offsetInCU: 0x8F, offset: 0x18A0FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwup', symObjAddr: 0xE0, symBinAddr: 0xF34D0, symSize: 0x10 } + - { offsetInCU: 0xA3, offset: 0x18A10E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwui', symObjAddr: 0xF0, symBinAddr: 0xF34E0, symSize: 0x10 } + - { offsetInCU: 0xB7, offset: 0x18A122, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOMa', symObjAddr: 0x100, symBinAddr: 0xF34F0, symSize: 0x10 } + - { offsetInCU: 0xDC, offset: 0x18A147, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x110, symBinAddr: 0xF3500, symSize: 0x10 } + - { offsetInCU: 0xF8, offset: 0x18A163, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x120, symBinAddr: 0xF3510, symSize: 0x10 } + - { offsetInCU: 0x114, offset: 0x18A17F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x130, symBinAddr: 0xF3520, symSize: 0x10 } + - { offsetInCU: 0x130, offset: 0x18A19B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x140, symBinAddr: 0xF3530, symSize: 0xA } + - { offsetInCU: 0xED, offset: 0x18A3B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF', symObjAddr: 0x400, symBinAddr: 0xF3970, symSize: 0x380 } + - { offsetInCU: 0x3A9, offset: 0x18A672, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ', symObjAddr: 0x780, symBinAddr: 0xF3CF0, symSize: 0x10 } + - { offsetInCU: 0x3BD, offset: 0x18A686, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x7D0, symBinAddr: 0xF3D40, symSize: 0x10 } + - { offsetInCU: 0x3E0, offset: 0x18A6A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x800, symBinAddr: 0xF3D70, symSize: 0x10 } + - { offsetInCU: 0x420, offset: 0x18A6E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x10D0, symBinAddr: 0xF4640, symSize: 0x7B0 } + - { offsetInCU: 0x4B4, offset: 0x18A77D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF', symObjAddr: 0x220, symBinAddr: 0xF3790, symSize: 0xB0 } + - { offsetInCU: 0x5D6, offset: 0x18A89F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ', symObjAddr: 0x2D0, symBinAddr: 0xF3840, symSize: 0x10 } + - { offsetInCU: 0x5F9, offset: 0x18A8C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg', symObjAddr: 0x2F0, symBinAddr: 0xF3860, symSize: 0x50 } + - { offsetInCU: 0x685, offset: 0x18A94E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH9hashValueSivgTW', symObjAddr: 0x340, symBinAddr: 0xF38B0, symSize: 0x50 } + - { offsetInCU: 0x714, offset: 0x18A9DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x390, symBinAddr: 0xF3900, symSize: 0x10 } + - { offsetInCU: 0x737, offset: 0x18AA00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3F0, symBinAddr: 0xF3960, symSize: 0x10 } + - { offsetInCU: 0x768, offset: 0x18AA31, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x1880, symBinAddr: 0xF4DF0, symSize: 0x260 } + - { offsetInCU: 0x7DF, offset: 0x18AAA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x810, symBinAddr: 0xF3D80, symSize: 0x480 } + - { offsetInCU: 0xAED, offset: 0x18ADB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ', symObjAddr: 0xC90, symBinAddr: 0xF4200, symSize: 0x10 } + - { offsetInCU: 0xB01, offset: 0x18ADCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDC0, symBinAddr: 0xF4330, symSize: 0x10 } + - { offsetInCU: 0xB2C, offset: 0x18ADF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE60, symBinAddr: 0xF43D0, symSize: 0x10 } + - { offsetInCU: 0xB5D, offset: 0x18AE26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x1C00, symBinAddr: 0xF5050, symSize: 0xD40 } + - { offsetInCU: 0xC4D, offset: 0x18AF16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO04loopC0yAcA0a4LoopC0OF', symObjAddr: 0x0, symBinAddr: 0xF3570, symSize: 0x220 } + - { offsetInCU: 0xD4F, offset: 0x18B018, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ', symObjAddr: 0x2E0, symBinAddr: 0xF3850, symSize: 0x10 } + - { offsetInCU: 0xD7E, offset: 0x18B047, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF', symObjAddr: 0xFC0, symBinAddr: 0xF4530, symSize: 0x20 } + - { offsetInCU: 0xDE1, offset: 0x18B0AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO9hashValueSivg', symObjAddr: 0xFE0, symBinAddr: 0xF4550, symSize: 0x40 } + - { offsetInCU: 0xEDC, offset: 0x18B1A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1020, symBinAddr: 0xF4590, symSize: 0x10 } + - { offsetInCU: 0xF32, offset: 0x18B1FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH9hashValueSivgTW', symObjAddr: 0x1030, symBinAddr: 0xF45A0, symSize: 0x40 } + - { offsetInCU: 0x1016, offset: 0x18B2DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1070, symBinAddr: 0xF45E0, symSize: 0x20 } + - { offsetInCU: 0x112E, offset: 0x18B3F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO6pausedACvgZ', symObjAddr: 0xE70, symBinAddr: 0xF43E0, symSize: 0x20 } + - { offsetInCU: 0x115A, offset: 0x18B423, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xED0, symBinAddr: 0xF4440, symSize: 0x40 } + - { offsetInCU: 0x11B9, offset: 0x18B482, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xF80, symBinAddr: 0xF44F0, symSize: 0x40 } + - { offsetInCU: 0x124D, offset: 0x18B516, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASQWb', symObjAddr: 0x2940, symBinAddr: 0xF5D90, symSize: 0x10 } + - { offsetInCU: 0x1261, offset: 0x18B52A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOAESQAAWl', symObjAddr: 0x2950, symBinAddr: 0xF5DA0, symSize: 0x30 } + - { offsetInCU: 0x1275, offset: 0x18B53E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASQWb', symObjAddr: 0x2980, symBinAddr: 0xF5DD0, symSize: 0x10 } + - { offsetInCU: 0x1289, offset: 0x18B552, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OAESQAAWl', symObjAddr: 0x2990, symBinAddr: 0xF5DE0, symSize: 0x30 } + - { offsetInCU: 0x129D, offset: 0x18B566, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASQWb', symObjAddr: 0x29C0, symBinAddr: 0xF5E10, symSize: 0x10 } + - { offsetInCU: 0x12B1, offset: 0x18B57A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOACSQAAWl', symObjAddr: 0x29D0, symBinAddr: 0xF5E20, symSize: 0x30 } + - { offsetInCU: 0x12C5, offset: 0x18B58E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASQWb', symObjAddr: 0x2A00, symBinAddr: 0xF5E50, symSize: 0x10 } + - { offsetInCU: 0x12D9, offset: 0x18B5A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOACSQAAWl', symObjAddr: 0x2A10, symBinAddr: 0xF5E60, symSize: 0x30 } + - { offsetInCU: 0x12ED, offset: 0x18B5B6, size: 0x8, addend: 0x0, symName: ___swift_memcpy41_8, symObjAddr: 0x2BC0, symBinAddr: 0xF5EF0, symSize: 0x20 } + - { offsetInCU: 0x1301, offset: 0x18B5CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwet', symObjAddr: 0x2C00, symBinAddr: 0xF5F30, symSize: 0x50 } + - { offsetInCU: 0x1315, offset: 0x18B5DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwst', symObjAddr: 0x2C50, symBinAddr: 0xF5F80, symSize: 0x60 } + - { offsetInCU: 0x1329, offset: 0x18B5F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwug', symObjAddr: 0x2CB0, symBinAddr: 0xF5FE0, symSize: 0x30 } + - { offsetInCU: 0x133D, offset: 0x18B606, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwup', symObjAddr: 0x2CE0, symBinAddr: 0xF6010, symSize: 0x10 } + - { offsetInCU: 0x1351, offset: 0x18B61A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwui', symObjAddr: 0x2CF0, symBinAddr: 0xF6020, symSize: 0x50 } + - { offsetInCU: 0x1365, offset: 0x18B62E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOMa', symObjAddr: 0x2D40, symBinAddr: 0xF6070, symSize: 0x10 } + - { offsetInCU: 0x1379, offset: 0x18B642, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwCP', symObjAddr: 0x2D50, symBinAddr: 0xF6080, symSize: 0x40 } + - { offsetInCU: 0x138D, offset: 0x18B656, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwxx', symObjAddr: 0x2D90, symBinAddr: 0xF60C0, symSize: 0x20 } + - { offsetInCU: 0x13A1, offset: 0x18B66A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwcp', symObjAddr: 0x2DB0, symBinAddr: 0xF60E0, symSize: 0x40 } + - { offsetInCU: 0x13B5, offset: 0x18B67E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwca', symObjAddr: 0x2DF0, symBinAddr: 0xF6120, symSize: 0x50 } + - { offsetInCU: 0x13C9, offset: 0x18B692, size: 0x8, addend: 0x0, symName: ___swift_memcpy17_8, symObjAddr: 0x2E40, symBinAddr: 0xF6170, symSize: 0x20 } + - { offsetInCU: 0x13DD, offset: 0x18B6A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwta', symObjAddr: 0x2E60, symBinAddr: 0xF6190, symSize: 0x40 } + - { offsetInCU: 0x13F1, offset: 0x18B6BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwet', symObjAddr: 0x2EA0, symBinAddr: 0xF61D0, symSize: 0x50 } + - { offsetInCU: 0x1405, offset: 0x18B6CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwst', symObjAddr: 0x2EF0, symBinAddr: 0xF6220, symSize: 0x50 } + - { offsetInCU: 0x1419, offset: 0x18B6E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwug', symObjAddr: 0x2F40, symBinAddr: 0xF6270, symSize: 0x20 } + - { offsetInCU: 0x142D, offset: 0x18B6F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwup', symObjAddr: 0x2F60, symBinAddr: 0xF6290, symSize: 0x10 } + - { offsetInCU: 0x1441, offset: 0x18B70A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwui', symObjAddr: 0x2F70, symBinAddr: 0xF62A0, symSize: 0x30 } + - { offsetInCU: 0x1455, offset: 0x18B71E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOMa', symObjAddr: 0x2FA0, symBinAddr: 0xF62D0, symSize: 0x10 } + - { offsetInCU: 0x1469, offset: 0x18B732, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OwCP', symObjAddr: 0x2FB0, symBinAddr: 0xF62E0, symSize: 0x30 } + - { offsetInCU: 0x147D, offset: 0x18B746, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owet', symObjAddr: 0x3210, symBinAddr: 0xF6540, symSize: 0x50 } + - { offsetInCU: 0x1491, offset: 0x18B75A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owst', symObjAddr: 0x3260, symBinAddr: 0xF6590, symSize: 0x60 } + - { offsetInCU: 0x14A5, offset: 0x18B76E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owug', symObjAddr: 0x32C0, symBinAddr: 0xF65F0, symSize: 0x10 } + - { offsetInCU: 0x14B9, offset: 0x18B782, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owup', symObjAddr: 0x32D0, symBinAddr: 0xF6600, symSize: 0x10 } + - { offsetInCU: 0x14CD, offset: 0x18B796, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owui', symObjAddr: 0x32E0, symBinAddr: 0xF6610, symSize: 0x20 } + - { offsetInCU: 0x14E1, offset: 0x18B7AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OMa', symObjAddr: 0x3300, symBinAddr: 0xF6630, symSize: 0x10 } + - { offsetInCU: 0x14F5, offset: 0x18B7BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwet', symObjAddr: 0x3330, symBinAddr: 0xF6640, symSize: 0x80 } + - { offsetInCU: 0x1509, offset: 0x18B7D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwst', symObjAddr: 0x33B0, symBinAddr: 0xF66C0, symSize: 0xD0 } + - { offsetInCU: 0x151D, offset: 0x18B7E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwug', symObjAddr: 0x3480, symBinAddr: 0xF6790, symSize: 0x10 } + - { offsetInCU: 0x1531, offset: 0x18B7FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwup', symObjAddr: 0x3490, symBinAddr: 0xF67A0, symSize: 0x10 } + - { offsetInCU: 0x1545, offset: 0x18B80E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwui', symObjAddr: 0x34A0, symBinAddr: 0xF67B0, symSize: 0x10 } + - { offsetInCU: 0x1559, offset: 0x18B822, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOMa', symObjAddr: 0x34B0, symBinAddr: 0xF67C0, symSize: 0x10 } + - { offsetInCU: 0x16BA, offset: 0x18B983, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3A0, symBinAddr: 0xF3910, symSize: 0x50 } + - { offsetInCU: 0x1752, offset: 0x18BA1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1090, symBinAddr: 0xF4600, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x18BC8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x10, symBinAddr: 0xF67F0, symSize: 0xD0 } + - { offsetInCU: 0x81, offset: 0x18BCE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x10, symBinAddr: 0xF67F0, symSize: 0xD0 } + - { offsetInCU: 0x1B0, offset: 0x18BE16, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0xF68C0, symSize: 0xB0 } + - { offsetInCU: 0x2D1, offset: 0x18BF37, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x190, symBinAddr: 0xF6970, symSize: 0x10 } + - { offsetInCU: 0x2ED, offset: 0x18BF53, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x1A0, symBinAddr: 0xF6980, symSize: 0x10 } + - { offsetInCU: 0x309, offset: 0x18BF6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOc', symObjAddr: 0x1B0, symBinAddr: 0xF6990, symSize: 0x30 } + - { offsetInCU: 0x31D, offset: 0x18BF83, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x240, symBinAddr: 0xF69C0, symSize: 0x10 } + - { offsetInCU: 0x339, offset: 0x18BF9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x250, symBinAddr: 0xF69D0, symSize: 0x10 } + - { offsetInCU: 0x355, offset: 0x18BFBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x260, symBinAddr: 0xF69E0, symSize: 0x10 } + - { offsetInCU: 0x371, offset: 0x18BFD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x270, symBinAddr: 0xF69F0, symSize: 0x10 } + - { offsetInCU: 0x38D, offset: 0x18BFF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x280, symBinAddr: 0xF6A00, symSize: 0x10 } + - { offsetInCU: 0x3A9, offset: 0x18C00F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x290, symBinAddr: 0xF6A10, symSize: 0x10 } + - { offsetInCU: 0x3C5, offset: 0x18C02B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A0, symBinAddr: 0xF6A20, symSize: 0x10 } + - { offsetInCU: 0x3E1, offset: 0x18C047, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2B0, symBinAddr: 0xF6A30, symSize: 0x10 } + - { offsetInCU: 0x3FD, offset: 0x18C063, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2C0, symBinAddr: 0xF6A40, symSize: 0x10 } + - { offsetInCU: 0x419, offset: 0x18C07F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2D0, symBinAddr: 0xF6A50, symSize: 0x10 } + - { offsetInCU: 0x435, offset: 0x18C09B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0xF6A60, symSize: 0x10 } + - { offsetInCU: 0x451, offset: 0x18C0B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2F0, symBinAddr: 0xF6A70, symSize: 0x10 } + - { offsetInCU: 0x46D, offset: 0x18C0D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x300, symBinAddr: 0xF6A80, symSize: 0x10 } + - { offsetInCU: 0x489, offset: 0x18C0EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x310, symBinAddr: 0xF6A90, symSize: 0x10 } + - { offsetInCU: 0x4A5, offset: 0x18C10B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x320, symBinAddr: 0xF6AA0, symSize: 0x10 } + - { offsetInCU: 0x4C1, offset: 0x18C127, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x330, symBinAddr: 0xF6AB0, symSize: 0x10 } + - { offsetInCU: 0x4DD, offset: 0x18C143, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x340, symBinAddr: 0xF6AC0, symSize: 0x10 } + - { offsetInCU: 0x4F9, offset: 0x18C15F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x350, symBinAddr: 0xF6AD0, symSize: 0x10 } + - { offsetInCU: 0x515, offset: 0x18C17B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x360, symBinAddr: 0xF6AE0, symSize: 0x10 } + - { offsetInCU: 0x531, offset: 0x18C197, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x370, symBinAddr: 0xF6AF0, symSize: 0x10 } + - { offsetInCU: 0x54D, offset: 0x18C1B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x380, symBinAddr: 0xF6B00, symSize: 0x10 } + - { offsetInCU: 0x569, offset: 0x18C1CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x390, symBinAddr: 0xF6B10, symSize: 0x10 } + - { offsetInCU: 0x585, offset: 0x18C1EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x3A0, symBinAddr: 0xF6B20, symSize: 0x8 } + - { offsetInCU: 0x43, offset: 0x18C41F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg', symObjAddr: 0x0, symBinAddr: 0xF6B30, symSize: 0x20 } + - { offsetInCU: 0x61, offset: 0x18C43D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x20, symBinAddr: 0xF6B50, symSize: 0x160 } + - { offsetInCU: 0xCD, offset: 0x18C4A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1E0, symBinAddr: 0xF6CB0, symSize: 0x90 } + - { offsetInCU: 0xFD, offset: 0x18C4D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x270, symBinAddr: 0xF6D40, symSize: 0x10 } + - { offsetInCU: 0x162, offset: 0x18C53E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x280, symBinAddr: 0xF6D50, symSize: 0x90 } + - { offsetInCU: 0x1E2, offset: 0x18C5BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueACyp_tKcfC', symObjAddr: 0x310, symBinAddr: 0xF6DE0, symSize: 0x140 } + - { offsetInCU: 0x2DC, offset: 0x18C6B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x450, symBinAddr: 0xF6F20, symSize: 0x210 } + - { offsetInCU: 0x3BE, offset: 0x18C79A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x750, symBinAddr: 0xF71E0, symSize: 0x110 } + - { offsetInCU: 0x41C, offset: 0x18C7F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO11stringValueSSvg', symObjAddr: 0x860, symBinAddr: 0xF72F0, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0x18C839, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x8C0, symBinAddr: 0xF7350, symSize: 0x70 } + - { offsetInCU: 0x491, offset: 0x18C86D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x930, symBinAddr: 0xF73C0, symSize: 0x30 } + - { offsetInCU: 0x4AD, offset: 0x18C889, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x960, symBinAddr: 0xF73F0, symSize: 0x10 } + - { offsetInCU: 0x4E3, offset: 0x18C8BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x970, symBinAddr: 0xF7400, symSize: 0x70 } + - { offsetInCU: 0x52E, offset: 0x18C90A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x9E0, symBinAddr: 0xF7470, symSize: 0x10 } + - { offsetInCU: 0x54A, offset: 0x18C926, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x9F0, symBinAddr: 0xF7480, symSize: 0x10 } + - { offsetInCU: 0x568, offset: 0x18C944, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF', symObjAddr: 0xA40, symBinAddr: 0xF74D0, symSize: 0x50 } + - { offsetInCU: 0x5C5, offset: 0x18C9A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ', symObjAddr: 0xA90, symBinAddr: 0xF7520, symSize: 0x30 } + - { offsetInCU: 0x60D, offset: 0x18C9E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV9hashValueSivg', symObjAddr: 0xAC0, symBinAddr: 0xF7550, symSize: 0x60 } + - { offsetInCU: 0x6DC, offset: 0x18CAB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xB20, symBinAddr: 0xF75B0, symSize: 0x10 } + - { offsetInCU: 0x6FF, offset: 0x18CADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xB30, symBinAddr: 0xF75C0, symSize: 0x10 } + - { offsetInCU: 0x722, offset: 0x18CAFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH9hashValueSivgTW', symObjAddr: 0xB40, symBinAddr: 0xF75D0, symSize: 0x10 } + - { offsetInCU: 0x73E, offset: 0x18CB1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB50, symBinAddr: 0xF75E0, symSize: 0x50 } + - { offsetInCU: 0x7C9, offset: 0x18CBA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC00, symBinAddr: 0xF7690, symSize: 0x30 } + - { offsetInCU: 0x7FB, offset: 0x18CBD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs0C3KeyAAWl', symObjAddr: 0x6A0, symBinAddr: 0xF7130, symSize: 0x30 } + - { offsetInCU: 0x80F, offset: 0x18CBEB, size: 0x8, addend: 0x0, symName: '_$sSaySdGSayxGSesSeRzlWl', symObjAddr: 0x6D0, symBinAddr: 0xF7160, symSize: 0x50 } + - { offsetInCU: 0x823, offset: 0x18CBFF, size: 0x8, addend: 0x0, symName: '_$sSaySdGMa', symObjAddr: 0x720, symBinAddr: 0xF71B0, symSize: 0x30 } + - { offsetInCU: 0x84D, offset: 0x18CC29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV5valueACyp_tKcfC', symObjAddr: 0xC30, symBinAddr: 0xF76C0, symSize: 0x4A0 } + - { offsetInCU: 0x9EA, offset: 0x18CDC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10D0, symBinAddr: 0xF7B60, symSize: 0x1F0 } + - { offsetInCU: 0xA46, offset: 0x18CE22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x12C0, symBinAddr: 0xF7D50, symSize: 0x110 } + - { offsetInCU: 0xA92, offset: 0x18CE6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASQWb', symObjAddr: 0x13D0, symBinAddr: 0xF7E60, symSize: 0x10 } + - { offsetInCU: 0xAA6, offset: 0x18CE82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSQAAWl', symObjAddr: 0x13E0, symBinAddr: 0xF7E70, symSize: 0x30 } + - { offsetInCU: 0xABA, offset: 0x18CE96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1410, symBinAddr: 0xF7EA0, symSize: 0x10 } + - { offsetInCU: 0xADD, offset: 0x18CEB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1420, symBinAddr: 0xF7EB0, symSize: 0x10 } + - { offsetInCU: 0xB00, offset: 0x18CEDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwet', symObjAddr: 0x1450, symBinAddr: 0xF7EC0, symSize: 0x20 } + - { offsetInCU: 0xB14, offset: 0x18CEF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwst', symObjAddr: 0x1470, symBinAddr: 0xF7EE0, symSize: 0x30 } + - { offsetInCU: 0xB28, offset: 0x18CF04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVMa', symObjAddr: 0x14A0, symBinAddr: 0xF7F10, symSize: 0x10 } + - { offsetInCU: 0xB3C, offset: 0x18CF18, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwet', symObjAddr: 0x14C0, symBinAddr: 0xF7F20, symSize: 0x80 } + - { offsetInCU: 0xB50, offset: 0x18CF2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwst', symObjAddr: 0x1540, symBinAddr: 0xF7FA0, symSize: 0xD0 } + - { offsetInCU: 0xB64, offset: 0x18CF40, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwug', symObjAddr: 0x1610, symBinAddr: 0xF8070, symSize: 0x10 } + - { offsetInCU: 0xB78, offset: 0x18CF54, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwup', symObjAddr: 0x1620, symBinAddr: 0xF8080, symSize: 0x10 } + - { offsetInCU: 0xB8C, offset: 0x18CF68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwui', symObjAddr: 0x1630, symBinAddr: 0xF8090, symSize: 0x10 } + - { offsetInCU: 0xBA0, offset: 0x18CF7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOMa', symObjAddr: 0x1640, symBinAddr: 0xF80A0, symSize: 0x10 } + - { offsetInCU: 0xBB4, offset: 0x18CF90, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASQWb', symObjAddr: 0x1650, symBinAddr: 0xF80B0, symSize: 0x10 } + - { offsetInCU: 0xBC8, offset: 0x18CFA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFSQAAWl', symObjAddr: 0x1660, symBinAddr: 0xF80C0, symSize: 0x30 } + - { offsetInCU: 0xBDC, offset: 0x18CFB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1690, symBinAddr: 0xF80F0, symSize: 0x10 } + - { offsetInCU: 0xBF0, offset: 0x18CFCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x16A0, symBinAddr: 0xF8100, symSize: 0x30 } + - { offsetInCU: 0xC04, offset: 0x18CFE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16D0, symBinAddr: 0xF8130, symSize: 0x10 } + - { offsetInCU: 0xC18, offset: 0x18CFF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16E0, symBinAddr: 0xF8140, symSize: 0x30 } + - { offsetInCU: 0xC6E, offset: 0x18D04A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV5valueACyp_tKcfC', symObjAddr: 0x1710, symBinAddr: 0xF8170, symSize: 0x1A0 } + - { offsetInCU: 0xFEF, offset: 0x18D3CB, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE7rotated_4axisAB12CoreGraphics7CGFloatV_AbCE4AxisOtF', symObjAddr: 0x18B0, symBinAddr: 0xF8310, symSize: 0x150 } + - { offsetInCU: 0x11D0, offset: 0x18D5AC, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE13makeTransform6anchor8position5scale9rotationX0H1Y0H1Z4skew0I4AxisABSo7CGPointV_ANSo6CGSizeV12CoreGraphics7CGFloatVA3SSgATtFZTf4nnnnnnnnd_n', symObjAddr: 0x1A00, symBinAddr: 0xF8460, symSize: 0xA50 } + - { offsetInCU: 0x140E, offset: 0x18D7EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x880, symBinAddr: 0xF7310, symSize: 0x10 } + - { offsetInCU: 0x142A, offset: 0x18D806, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH9hashValueSivgTW', symObjAddr: 0x890, symBinAddr: 0xF7320, symSize: 0x10 } + - { offsetInCU: 0x1446, offset: 0x18D822, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8A0, symBinAddr: 0xF7330, symSize: 0x10 } + - { offsetInCU: 0x1462, offset: 0x18D83E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8B0, symBinAddr: 0xF7340, symSize: 0x10 } + - { offsetInCU: 0x1485, offset: 0x18D861, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA00, symBinAddr: 0xF7490, symSize: 0x20 } + - { offsetInCU: 0x14A1, offset: 0x18D87D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA20, symBinAddr: 0xF74B0, symSize: 0x20 } + - { offsetInCU: 0x14EA, offset: 0x18D8C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBA0, symBinAddr: 0xF7630, symSize: 0x60 } + - { offsetInCU: 0xC0, offset: 0x18DC70, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC17combinedKeyframes14roundedCornersAA13KeyframeGroupCyAC0G0VGAA07RoundedF0CSg_tKF', symObjAddr: 0x0, symBinAddr: 0xF8F00, symSize: 0x150 } + - { offsetInCU: 0x207, offset: 0x18DDB7, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x150, symBinAddr: 0xF9050, symSize: 0xD0 } + - { offsetInCU: 0x396, offset: 0x18DF46, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x220, symBinAddr: 0xF9120, symSize: 0x180 } + - { offsetInCU: 0x505, offset: 0x18E0B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x3A0, symBinAddr: 0xF92A0, symSize: 0x10 } + - { offsetInCU: 0x522, offset: 0x18E0D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwCP', symObjAddr: 0x470, symBinAddr: 0xF9330, symSize: 0x30 } + - { offsetInCU: 0x536, offset: 0x18E0E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwet', symObjAddr: 0x4E0, symBinAddr: 0xF9360, symSize: 0x20 } + - { offsetInCU: 0x54A, offset: 0x18E0FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwst', symObjAddr: 0x500, symBinAddr: 0xF9380, symSize: 0x30 } + - { offsetInCU: 0x55E, offset: 0x18E10E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVMa', symObjAddr: 0x530, symBinAddr: 0xF93B0, symSize: 0xA } + - { offsetInCU: 0x27, offset: 0x18E32D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xF93C0, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x18E351, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xF93C0, symSize: 0x10 } + - { offsetInCU: 0x7A, offset: 0x18E380, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF', symObjAddr: 0x10, symBinAddr: 0xF93D0, symSize: 0x20 } + - { offsetInCU: 0x110, offset: 0x18E416, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO9hashValueSivg', symObjAddr: 0x30, symBinAddr: 0xF93F0, symSize: 0x40 } + - { offsetInCU: 0x20B, offset: 0x18E511, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x70, symBinAddr: 0xF9430, symSize: 0x10 } + - { offsetInCU: 0x261, offset: 0x18E567, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x80, symBinAddr: 0xF9440, symSize: 0x40 } + - { offsetInCU: 0x345, offset: 0x18E64B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC0, symBinAddr: 0xF9480, symSize: 0x20 } + - { offsetInCU: 0x3CE, offset: 0x18E6D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASQWb', symObjAddr: 0x120, symBinAddr: 0xF94E0, symSize: 0x10 } + - { offsetInCU: 0x3E2, offset: 0x18E6E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOACSQAAWl', symObjAddr: 0x130, symBinAddr: 0xF94F0, symSize: 0x30 } + - { offsetInCU: 0x3F6, offset: 0x18E6FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwet', symObjAddr: 0x180, symBinAddr: 0xF9520, symSize: 0x80 } + - { offsetInCU: 0x40A, offset: 0x18E710, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwst', symObjAddr: 0x200, symBinAddr: 0xF95A0, symSize: 0xD0 } + - { offsetInCU: 0x41E, offset: 0x18E724, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwug', symObjAddr: 0x2D0, symBinAddr: 0xF9670, symSize: 0x10 } + - { offsetInCU: 0x432, offset: 0x18E738, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwup', symObjAddr: 0x2E0, symBinAddr: 0xF9680, symSize: 0x10 } + - { offsetInCU: 0x446, offset: 0x18E74C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwui', symObjAddr: 0x2F0, symBinAddr: 0xF9690, symSize: 0x10 } + - { offsetInCU: 0x45A, offset: 0x18E760, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOMa', symObjAddr: 0x300, symBinAddr: 0xF96A0, symSize: 0xA } + - { offsetInCU: 0x4AC, offset: 0x18E7B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE0, symBinAddr: 0xF94A0, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x18E99E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x10, symBinAddr: 0xF96C0, symSize: 0x150 } + - { offsetInCU: 0xED, offset: 0x18EA64, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x10, symBinAddr: 0xF96C0, symSize: 0x150 } + - { offsetInCU: 0x201, offset: 0x18EB78, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSgWOb', symObjAddr: 0x1C0, symBinAddr: 0xF9830, symSize: 0x40 } + - { offsetInCU: 0x215, offset: 0x18EB8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x200, symBinAddr: 0xF9870, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x18ED8E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xF9880, symSize: 0x6B0 } + - { offsetInCU: 0xA2, offset: 0x18EE05, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xF9880, symSize: 0x6B0 } + - { offsetInCU: 0x522, offset: 0x18F285, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFAHSgAIcfu0_33_28d25105826188377df3c8fe74d211baAiLTf3nnpk_n', symObjAddr: 0x770, symBinAddr: 0xF9FF0, symSize: 0x70 } + - { offsetInCU: 0x541, offset: 0x18F2A4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU_', symObjAddr: 0xAD0, symBinAddr: 0xFA350, symSize: 0x90 } + - { offsetInCU: 0x60F, offset: 0x18F372, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU0_', symObjAddr: 0xB60, symBinAddr: 0xFA3E0, symSize: 0x110 } + - { offsetInCU: 0x7BC, offset: 0x18F51F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I13VtKFSSAHXEfU_AHTf1nncn_nTf4nnng_n', symObjAddr: 0x1300, symBinAddr: 0xFAB80, symSize: 0x140 } + - { offsetInCU: 0x8B8, offset: 0x18F61B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I14VtKFSSAHXEfU0_AH5model_AC9MatteTypeO9matteTypetAHTf1nncn_nTf4nnngg_n', symObjAddr: 0x1480, symBinAddr: 0xFACC0, symSize: 0x1A0 } + - { offsetInCU: 0xB9B, offset: 0x18F8FE, size: 0x8, addend: 0x0, symName: '_$sSlsE5first7ElementQzSgvpSay6Lottie10LayerModelCGTK', symObjAddr: 0x6B0, symBinAddr: 0xF9F30, symSize: 0xC0 } + - { offsetInCU: 0xD50, offset: 0x18FAB3, size: 0x8, addend: 0x0, symName: '_$sSl6LottieAA10LayerModelC7ElementRtzrlE20pairedLayersAndMasks33_FC3CD219EB0C773D32BBE7C7975F0DE6LLSayAC5layer_AC5model_AA9MatteTypeO05matteU0tSg4masktGyKFs18ReversedCollectionVySayACGG_Tg5', symObjAddr: 0x7E0, symBinAddr: 0xFA060, symSize: 0x2F0 } + - { offsetInCU: 0x1342, offset: 0x1900A5, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSDySiSay6Lottie10LayerModelCGG_s17_NativeDictionaryVySiAGGTg5051$sSD16compactMapValuesySDyxqd__Gqd__Sgq_KXEKlFys17_gh47Vyxqd__Gz_x3key_q_5valuettKXEfU_Si_Say6Lottie10eF7CGAKTG5xq_Sgs5Error_pr0_lyAhGIsgnrzo_Tf1ncn_nTf4nng_n', symObjAddr: 0xFC0, symBinAddr: 0xFA840, symSize: 0x340 } + - { offsetInCU: 0x153A, offset: 0x19029D, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSlsWl', symObjAddr: 0x1650, symBinAddr: 0xFAE70, symSize: 0x40 } + - { offsetInCU: 0x154E, offset: 0x1902B1, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGMa', symObjAddr: 0x1690, symBinAddr: 0xFAEB0, symSize: 0x50 } + - { offsetInCU: 0x1590, offset: 0x1902F3, size: 0x8, addend: 0x0, symName: '_$sSD8grouping2bySDyxSay7ElementQyd__GGqd__n_xADKXEtKcAERs_STRd__lufCSi_s18ReversedCollectionVySay6Lottie10LayerModelCGGTg5014$sSo7CALayerC6f8E19setupg30Hierarchy3for7contextySayAC0D5h3CG_P68D7ContextVtKFSiAHcfu_32c6367eac2e4f99784ca5c07d849dde74AHSiTf3nnpk_nTf1ncn_nTf4gd_n', symObjAddr: 0xC70, symBinAddr: 0xFA4F0, symSize: 0x350 } + - { offsetInCU: 0x199, offset: 0x190CA1, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11DashElementCRszlE23shapeLayerConfigurations15ContiguousArrayVyAFyAA8KeyframeCyAA0A8Vector1DVGGG12dashPatterns_AL0K5Phasetvg', symObjAddr: 0x0, symBinAddr: 0xFAF10, symSize: 0x790 } + - { offsetInCU: 0xA34, offset: 0x19153C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfd', symObjAddr: 0x790, symBinAddr: 0xFB6A0, symSize: 0x60 } + - { offsetInCU: 0xA61, offset: 0x191569, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfD', symObjAddr: 0x7F0, symBinAddr: 0xFB700, symSize: 0x20 } + - { offsetInCU: 0xA9D, offset: 0x1915A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x830, symBinAddr: 0xFB740, symSize: 0x20 } + - { offsetInCU: 0xADE, offset: 0x1915E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x850, symBinAddr: 0xFB760, symSize: 0x30 } + - { offsetInCU: 0xB1F, offset: 0x191627, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x880, symBinAddr: 0xFB790, symSize: 0x20 } + - { offsetInCU: 0xB51, offset: 0x191659, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesC6strokeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xE50, symBinAddr: 0xFBD60, symSize: 0x6E0 } + - { offsetInCU: 0x1063, offset: 0x191B6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCMa', symObjAddr: 0x810, symBinAddr: 0xFB720, symSize: 0x20 } + - { offsetInCU: 0x10C4, offset: 0x191BCC, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x8A0, symBinAddr: 0xFB7B0, symSize: 0x80 } + - { offsetInCU: 0x126B, offset: 0x191D73, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCfD', symObjAddr: 0x920, symBinAddr: 0xFB830, symSize: 0x40 } + - { offsetInCU: 0x12CC, offset: 0x191DD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x980, symBinAddr: 0xFB890, symSize: 0x40 } + - { offsetInCU: 0x1316, offset: 0x191E1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x9C0, symBinAddr: 0xFB8D0, symSize: 0x30 } + - { offsetInCU: 0x1357, offset: 0x191E5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x9F0, symBinAddr: 0xFB900, symSize: 0x10 } + - { offsetInCU: 0x1389, offset: 0x191E91, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0xA00, symBinAddr: 0xFB910, symSize: 0x10 } + - { offsetInCU: 0x13ED, offset: 0x191EF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0xA10, symBinAddr: 0xFB920, symSize: 0x20 } + - { offsetInCU: 0x144F, offset: 0x191F57, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xA30, symBinAddr: 0xFB940, symSize: 0x10 } + - { offsetInCU: 0x147A, offset: 0x191F82, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xA40, symBinAddr: 0xFB950, symSize: 0x10 } + - { offsetInCU: 0x14AC, offset: 0x191FB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xA50, symBinAddr: 0xFB960, symSize: 0x10 } + - { offsetInCU: 0x14D7, offset: 0x191FDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xA60, symBinAddr: 0xFB970, symSize: 0x10 } + - { offsetInCU: 0x1518, offset: 0x192020, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xA70, symBinAddr: 0xFB980, symSize: 0x10 } + - { offsetInCU: 0x1559, offset: 0x192061, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xA80, symBinAddr: 0xFB990, symSize: 0x20 } + - { offsetInCU: 0x158B, offset: 0x192093, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xAA0, symBinAddr: 0xFB9B0, symSize: 0x10 } + - { offsetInCU: 0x15C5, offset: 0x1920CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0xAB0, symBinAddr: 0xFB9C0, symSize: 0x50 } + - { offsetInCU: 0x1602, offset: 0x19210A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1530, symBinAddr: 0xFC440, symSize: 0x380 } + - { offsetInCU: 0x1C09, offset: 0x192711, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCMa', symObjAddr: 0x960, symBinAddr: 0xFB870, symSize: 0x20 } + - { offsetInCU: 0x1CEE, offset: 0x1927F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC14keyframeGroupsACyxGs15ContiguousArrayVyAGyAA8KeyframeCyxGGG_tcfcAA0A8Vector1DV_Tg5Tf4gn_n', symObjAddr: 0xC70, symBinAddr: 0xFBB80, symSize: 0x1E0 } + - { offsetInCU: 0x5E, offset: 0x1938B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0xFC7C0, symSize: 0x20 } + - { offsetInCU: 0x90, offset: 0x1938E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x20, symBinAddr: 0xFC7E0, symSize: 0x40 } + - { offsetInCU: 0xB5, offset: 0x19390D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x60, symBinAddr: 0xFC820, symSize: 0x890 } + - { offsetInCU: 0x1DE, offset: 0x193A36, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x8F0, symBinAddr: 0xFD0B0, symSize: 0xDA0 } + - { offsetInCU: 0x5AC, offset: 0x193E04, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueSSvg', symObjAddr: 0x1690, symBinAddr: 0xFDE50, symSize: 0x20 } + - { offsetInCU: 0x5E3, offset: 0x193E3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x19F0, symBinAddr: 0xFE1B0, symSize: 0x20 } + - { offsetInCU: 0x656, offset: 0x193EAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x1B60, symBinAddr: 0xFE320, symSize: 0x40 } + - { offsetInCU: 0x69C, offset: 0x193EF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x1BA0, symBinAddr: 0xFE360, symSize: 0x30 } + - { offsetInCU: 0x6B0, offset: 0x193F08, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1BD0, symBinAddr: 0xFE390, symSize: 0x10 } + - { offsetInCU: 0x6E6, offset: 0x193F3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1BE0, symBinAddr: 0xFE3A0, symSize: 0x30 } + - { offsetInCU: 0x74B, offset: 0x193FA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1C10, symBinAddr: 0xFE3D0, symSize: 0x10 } + - { offsetInCU: 0x767, offset: 0x193FBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1C20, symBinAddr: 0xFE3E0, symSize: 0x10 } + - { offsetInCU: 0x783, offset: 0x193FDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x23A0, symBinAddr: 0xFE950, symSize: 0x50 } + - { offsetInCU: 0x7B0, offset: 0x194008, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x16B0, symBinAddr: 0xFDE70, symSize: 0x340 } + - { offsetInCU: 0x80C, offset: 0x194064, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfd', symObjAddr: 0x1CD0, symBinAddr: 0xFE490, symSize: 0x70 } + - { offsetInCU: 0x857, offset: 0x1940AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfD', symObjAddr: 0x1D40, symBinAddr: 0xFE500, symSize: 0x20 } + - { offsetInCU: 0x893, offset: 0x1940EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1D80, symBinAddr: 0xFE540, symSize: 0x20 } + - { offsetInCU: 0x8D4, offset: 0x19412C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1DA0, symBinAddr: 0xFE560, symSize: 0x20 } + - { offsetInCU: 0x915, offset: 0x19416D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1DC0, symBinAddr: 0xFE580, symSize: 0x20 } + - { offsetInCU: 0x956, offset: 0x1941AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1DE0, symBinAddr: 0xFE5A0, symSize: 0x20 } + - { offsetInCU: 0x9D6, offset: 0x19422E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfE', symObjAddr: 0x1C70, symBinAddr: 0xFE430, symSize: 0x60 } + - { offsetInCU: 0xA2E, offset: 0x194286, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCMa', symObjAddr: 0x1D60, symBinAddr: 0xFE520, symSize: 0x20 } + - { offsetInCU: 0xA42, offset: 0x19429A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs0D3KeyAAWl', symObjAddr: 0x1E70, symBinAddr: 0xFE5C0, symSize: 0x30 } + - { offsetInCU: 0xA56, offset: 0x1942AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwet', symObjAddr: 0x2150, symBinAddr: 0xFE700, symSize: 0x80 } + - { offsetInCU: 0xA6A, offset: 0x1942C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwst', symObjAddr: 0x21D0, symBinAddr: 0xFE780, symSize: 0xD0 } + - { offsetInCU: 0xA7E, offset: 0x1942D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwug', symObjAddr: 0x22A0, symBinAddr: 0xFE850, symSize: 0x10 } + - { offsetInCU: 0xA92, offset: 0x1942EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwup', symObjAddr: 0x22B0, symBinAddr: 0xFE860, symSize: 0x10 } + - { offsetInCU: 0xAA6, offset: 0x1942FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwui', symObjAddr: 0x22C0, symBinAddr: 0xFE870, symSize: 0x10 } + - { offsetInCU: 0xABA, offset: 0x194312, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOMa', symObjAddr: 0x22D0, symBinAddr: 0xFE880, symSize: 0x10 } + - { offsetInCU: 0xACE, offset: 0x194326, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASQWb', symObjAddr: 0x22E0, symBinAddr: 0xFE890, symSize: 0x10 } + - { offsetInCU: 0xAE2, offset: 0x19433A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFSQAAWl', symObjAddr: 0x22F0, symBinAddr: 0xFE8A0, symSize: 0x30 } + - { offsetInCU: 0xAF6, offset: 0x19434E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2320, symBinAddr: 0xFE8D0, symSize: 0x10 } + - { offsetInCU: 0xB0A, offset: 0x194362, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2330, symBinAddr: 0xFE8E0, symSize: 0x30 } + - { offsetInCU: 0xB1E, offset: 0x194376, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2360, symBinAddr: 0xFE910, symSize: 0x10 } + - { offsetInCU: 0xB32, offset: 0x19438A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2370, symBinAddr: 0xFE920, symSize: 0x30 } + - { offsetInCU: 0xB8B, offset: 0x1943E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A10, symBinAddr: 0xFE1D0, symSize: 0x80 } + - { offsetInCU: 0xC5A, offset: 0x1944B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x1A90, symBinAddr: 0xFE250, symSize: 0x50 } + - { offsetInCU: 0xCD8, offset: 0x194530, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1AE0, symBinAddr: 0xFE2A0, symSize: 0x30 } + - { offsetInCU: 0xD2A, offset: 0x194582, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1B10, symBinAddr: 0xFE2D0, symSize: 0x50 } + - { offsetInCU: 0xD8D, offset: 0x1945E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1C30, symBinAddr: 0xFE3F0, symSize: 0x20 } + - { offsetInCU: 0xDA9, offset: 0x194601, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1C50, symBinAddr: 0xFE410, symSize: 0x20 } + - { offsetInCU: 0x69, offset: 0x194829, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCfD', symObjAddr: 0x0, symBinAddr: 0xFE9A0, symSize: 0x50 } + - { offsetInCU: 0xDC, offset: 0x19489C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCMa', symObjAddr: 0x50, symBinAddr: 0xFE9F0, symSize: 0x20 } + - { offsetInCU: 0x6E5, offset: 0x194EA5, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyF', symObjAddr: 0x70, symBinAddr: 0xFEA10, symSize: 0x1AC0 } + - { offsetInCU: 0x1B5B, offset: 0x19631B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10RenderNode_pWOb', symObjAddr: 0x1BA0, symBinAddr: 0x100500, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x196669, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x100540, symSize: 0x10 } + - { offsetInCU: 0x8A, offset: 0x1966C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0x1005F0, symSize: 0x20 } + - { offsetInCU: 0xBB, offset: 0x1966F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0x100610, symSize: 0x10 } + - { offsetInCU: 0xE4, offset: 0x196722, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x170, symBinAddr: 0x1006B0, symSize: 0x40 } + - { offsetInCU: 0x109, offset: 0x196747, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1B0, symBinAddr: 0x1006F0, symSize: 0x190 } + - { offsetInCU: 0x171, offset: 0x1967AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x340, symBinAddr: 0x100880, symSize: 0x100 } + - { offsetInCU: 0x223, offset: 0x196861, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x440, symBinAddr: 0x100980, symSize: 0xF0 } + - { offsetInCU: 0x2A6, offset: 0x1968E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x570, symBinAddr: 0x100AB0, symSize: 0x60 } + - { offsetInCU: 0x2E9, offset: 0x196927, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x5D0, symBinAddr: 0x100B10, symSize: 0x20 } + - { offsetInCU: 0x329, offset: 0x196967, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x5F0, symBinAddr: 0x100B30, symSize: 0x10 } + - { offsetInCU: 0x374, offset: 0x1969B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x600, symBinAddr: 0x100B40, symSize: 0x60 } + - { offsetInCU: 0x3BF, offset: 0x1969FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x660, symBinAddr: 0x100BA0, symSize: 0x10 } + - { offsetInCU: 0x3DB, offset: 0x196A19, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x670, symBinAddr: 0x100BB0, symSize: 0x10 } + - { offsetInCU: 0x3F7, offset: 0x196A35, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO11stringValueSSvgTf4d_n', symObjAddr: 0xCB0, symBinAddr: 0x1010C0, symSize: 0x20 } + - { offsetInCU: 0x433, offset: 0x196A71, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCfD', symObjAddr: 0x6C0, symBinAddr: 0x100C00, symSize: 0x20 } + - { offsetInCU: 0x4DE, offset: 0x196B1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCMa', symObjAddr: 0x6E0, symBinAddr: 0x100C20, symSize: 0x20 } + - { offsetInCU: 0x4F2, offset: 0x196B30, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwet', symObjAddr: 0x720, symBinAddr: 0x100C40, symSize: 0x80 } + - { offsetInCU: 0x506, offset: 0x196B44, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwst', symObjAddr: 0x7A0, symBinAddr: 0x100CC0, symSize: 0xD0 } + - { offsetInCU: 0x51A, offset: 0x196B58, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwug', symObjAddr: 0x870, symBinAddr: 0x100D90, symSize: 0x10 } + - { offsetInCU: 0x52E, offset: 0x196B6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwup', symObjAddr: 0x880, symBinAddr: 0x100DA0, symSize: 0x10 } + - { offsetInCU: 0x542, offset: 0x196B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwui', symObjAddr: 0x890, symBinAddr: 0x100DB0, symSize: 0x10 } + - { offsetInCU: 0x556, offset: 0x196B94, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOMa', symObjAddr: 0x8A0, symBinAddr: 0x100DC0, symSize: 0x10 } + - { offsetInCU: 0x56A, offset: 0x196BA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASQWb', symObjAddr: 0x8B0, symBinAddr: 0x100DD0, symSize: 0x10 } + - { offsetInCU: 0x57E, offset: 0x196BBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSQAAWl', symObjAddr: 0x8C0, symBinAddr: 0x100DE0, symSize: 0x30 } + - { offsetInCU: 0x592, offset: 0x196BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSYAAWl', symObjAddr: 0x8F0, symBinAddr: 0x100E10, symSize: 0x30 } + - { offsetInCU: 0x5A6, offset: 0x196BE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs0C3KeyAAWl', symObjAddr: 0x990, symBinAddr: 0x100E40, symSize: 0x30 } + - { offsetInCU: 0x5BA, offset: 0x196BF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSEAAWl', symObjAddr: 0x9C0, symBinAddr: 0x100E70, symSize: 0x30 } + - { offsetInCU: 0x5CE, offset: 0x196C0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSeAAWl', symObjAddr: 0xA20, symBinAddr: 0x100EA0, symSize: 0x30 } + - { offsetInCU: 0x5E2, offset: 0x196C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwet', symObjAddr: 0xAC0, symBinAddr: 0x100ED0, symSize: 0x50 } + - { offsetInCU: 0x5F6, offset: 0x196C34, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwst', symObjAddr: 0xB10, symBinAddr: 0x100F20, symSize: 0xA0 } + - { offsetInCU: 0x60A, offset: 0x196C48, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwug', symObjAddr: 0xBB0, symBinAddr: 0x100FC0, symSize: 0x10 } + - { offsetInCU: 0x61E, offset: 0x196C5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwup', symObjAddr: 0xBC0, symBinAddr: 0x100FD0, symSize: 0x10 } + - { offsetInCU: 0x632, offset: 0x196C70, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwui', symObjAddr: 0xBD0, symBinAddr: 0x100FE0, symSize: 0x10 } + - { offsetInCU: 0x646, offset: 0x196C84, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOMa', symObjAddr: 0xBE0, symBinAddr: 0x100FF0, symSize: 0x10 } + - { offsetInCU: 0x65A, offset: 0x196C98, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASQWb', symObjAddr: 0xBF0, symBinAddr: 0x101000, symSize: 0x10 } + - { offsetInCU: 0x66E, offset: 0x196CAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFSQAAWl', symObjAddr: 0xC00, symBinAddr: 0x101010, symSize: 0x30 } + - { offsetInCU: 0x682, offset: 0x196CC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC30, symBinAddr: 0x101040, symSize: 0x10 } + - { offsetInCU: 0x696, offset: 0x196CD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC40, symBinAddr: 0x101050, symSize: 0x30 } + - { offsetInCU: 0x6AA, offset: 0x196CE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC70, symBinAddr: 0x101080, symSize: 0x10 } + - { offsetInCU: 0x6BE, offset: 0x196CFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xC80, symBinAddr: 0x101090, symSize: 0x30 } + - { offsetInCU: 0x6F2, offset: 0x196D30, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x100540, symSize: 0x10 } + - { offsetInCU: 0x783, offset: 0x196DC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x100550, symSize: 0x40 } + - { offsetInCU: 0x832, offset: 0x196E70, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x100590, symSize: 0x20 } + - { offsetInCU: 0x885, offset: 0x196EC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x1005B0, symSize: 0x40 } + - { offsetInCU: 0x909, offset: 0x196F47, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0x100620, symSize: 0x50 } + - { offsetInCU: 0x92C, offset: 0x196F6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0x100670, symSize: 0x40 } + - { offsetInCU: 0x95E, offset: 0x196F9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x530, symBinAddr: 0x100A70, symSize: 0x10 } + - { offsetInCU: 0x99E, offset: 0x196FDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x540, symBinAddr: 0x100A80, symSize: 0x10 } + - { offsetInCU: 0x9DE, offset: 0x19701C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x550, symBinAddr: 0x100A90, symSize: 0x10 } + - { offsetInCU: 0xA1E, offset: 0x19705C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x560, symBinAddr: 0x100AA0, symSize: 0x10 } + - { offsetInCU: 0xA56, offset: 0x197094, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x680, symBinAddr: 0x100BC0, symSize: 0x20 } + - { offsetInCU: 0xA72, offset: 0x1970B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x6A0, symBinAddr: 0x100BE0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x19729F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1010E0, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x1972C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1010E0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1972E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x101120, symSize: 0x180 } + - { offsetInCU: 0xDC, offset: 0x197350, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C0, symBinAddr: 0x1012A0, symSize: 0xE0 } + - { offsetInCU: 0x15F, offset: 0x1973D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2E0, symBinAddr: 0x1013C0, symSize: 0x60 } + - { offsetInCU: 0x1A2, offset: 0x197416, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x340, symBinAddr: 0x101420, symSize: 0x20 } + - { offsetInCU: 0x1E2, offset: 0x197456, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x360, symBinAddr: 0x101440, symSize: 0x10 } + - { offsetInCU: 0x22D, offset: 0x1974A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x370, symBinAddr: 0x101450, symSize: 0x60 } + - { offsetInCU: 0x278, offset: 0x1974EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x3D0, symBinAddr: 0x1014B0, symSize: 0x10 } + - { offsetInCU: 0x294, offset: 0x197508, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0x1014C0, symSize: 0x10 } + - { offsetInCU: 0x2B0, offset: 0x197524, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO11stringValueSSvgTf4d_n', symObjAddr: 0x7E0, symBinAddr: 0x1017D0, symSize: 0x20 } + - { offsetInCU: 0x2EC, offset: 0x197560, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfD', symObjAddr: 0x450, symBinAddr: 0x101530, symSize: 0x60 } + - { offsetInCU: 0x346, offset: 0x1975BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfE', symObjAddr: 0x430, symBinAddr: 0x101510, symSize: 0x20 } + - { offsetInCU: 0x39E, offset: 0x197612, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCMa', symObjAddr: 0x4B0, symBinAddr: 0x101590, symSize: 0x20 } + - { offsetInCU: 0x3B2, offset: 0x197626, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs0E3KeyAAWl', symObjAddr: 0x540, symBinAddr: 0x1015B0, symSize: 0x30 } + - { offsetInCU: 0x3C6, offset: 0x19763A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwet', symObjAddr: 0x5F0, symBinAddr: 0x1015E0, symSize: 0x50 } + - { offsetInCU: 0x3DA, offset: 0x19764E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwst', symObjAddr: 0x640, symBinAddr: 0x101630, symSize: 0xA0 } + - { offsetInCU: 0x3EE, offset: 0x197662, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwug', symObjAddr: 0x6E0, symBinAddr: 0x1016D0, symSize: 0x10 } + - { offsetInCU: 0x402, offset: 0x197676, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwup', symObjAddr: 0x6F0, symBinAddr: 0x1016E0, symSize: 0x10 } + - { offsetInCU: 0x416, offset: 0x19768A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwui', symObjAddr: 0x700, symBinAddr: 0x1016F0, symSize: 0x10 } + - { offsetInCU: 0x42A, offset: 0x19769E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOMa', symObjAddr: 0x710, symBinAddr: 0x101700, symSize: 0x10 } + - { offsetInCU: 0x43E, offset: 0x1976B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASQWb', symObjAddr: 0x720, symBinAddr: 0x101710, symSize: 0x10 } + - { offsetInCU: 0x452, offset: 0x1976C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFSQAAWl', symObjAddr: 0x730, symBinAddr: 0x101720, symSize: 0x30 } + - { offsetInCU: 0x466, offset: 0x1976DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x760, symBinAddr: 0x101750, symSize: 0x10 } + - { offsetInCU: 0x47A, offset: 0x1976EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x770, symBinAddr: 0x101760, symSize: 0x30 } + - { offsetInCU: 0x48E, offset: 0x197702, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x7A0, symBinAddr: 0x101790, symSize: 0x10 } + - { offsetInCU: 0x4A2, offset: 0x197716, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x7B0, symBinAddr: 0x1017A0, symSize: 0x30 } + - { offsetInCU: 0x4D6, offset: 0x19774A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2A0, symBinAddr: 0x101380, symSize: 0x10 } + - { offsetInCU: 0x516, offset: 0x19778A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2B0, symBinAddr: 0x101390, symSize: 0x10 } + - { offsetInCU: 0x556, offset: 0x1977CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2C0, symBinAddr: 0x1013A0, symSize: 0x10 } + - { offsetInCU: 0x596, offset: 0x19780A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2D0, symBinAddr: 0x1013B0, symSize: 0x10 } + - { offsetInCU: 0x5CE, offset: 0x197842, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x3F0, symBinAddr: 0x1014D0, symSize: 0x20 } + - { offsetInCU: 0x5EA, offset: 0x19785E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x410, symBinAddr: 0x1014F0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x197A17, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0x1017F0, symSize: 0xC0 } + - { offsetInCU: 0x64, offset: 0x197A50, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tF', symObjAddr: 0xC0, symBinAddr: 0x1018B0, symSize: 0xF0 } + - { offsetInCU: 0xC1, offset: 0x197AAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCfD', symObjAddr: 0x1B0, symBinAddr: 0x1019A0, symSize: 0x30 } + - { offsetInCU: 0x104, offset: 0x197AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cQ0C_tFTW', symObjAddr: 0x200, symBinAddr: 0x1019F0, symSize: 0x20 } + - { offsetInCU: 0x14A, offset: 0x197B36, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP15contentsGravity3forSo015CALayerContentsP0aAA0C5AssetC_tFTW', symObjAddr: 0x220, symBinAddr: 0x101A10, symSize: 0x40 } + - { offsetInCU: 0x1B9, offset: 0x197BA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC05imageD0AdA09AnimationcD0_p_tcfCTf4en_n', symObjAddr: 0x2F0, symBinAddr: 0x101A50, symSize: 0xE0 } + - { offsetInCU: 0x23B, offset: 0x197C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0x1017F0, symSize: 0xC0 } + - { offsetInCU: 0x284, offset: 0x197C70, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCMa', symObjAddr: 0x1E0, symBinAddr: 0x1019D0, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x197E89, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x101B30, symSize: 0x40 } + - { offsetInCU: 0x92, offset: 0x197EBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0x101B70, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x197ED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfC', symObjAddr: 0x70, symBinAddr: 0x101BA0, symSize: 0x20 } + - { offsetInCU: 0xC4, offset: 0x197EEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfc', symObjAddr: 0x90, symBinAddr: 0x101BC0, symSize: 0xF0 } + - { offsetInCU: 0x132, offset: 0x197F5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfcTo', symObjAddr: 0x180, symBinAddr: 0x101CB0, symSize: 0x20 } + - { offsetInCU: 0x14E, offset: 0x197F79, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x1A0, symBinAddr: 0x101CD0, symSize: 0x40 } + - { offsetInCU: 0x16C, offset: 0x197F97, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1E0, symBinAddr: 0x101D10, symSize: 0x30 } + - { offsetInCU: 0x18F, offset: 0x197FBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x210, symBinAddr: 0x101D40, symSize: 0x40 } + - { offsetInCU: 0x1DF, offset: 0x19800A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x500, symBinAddr: 0x102030, symSize: 0x20 } + - { offsetInCU: 0x21C, offset: 0x198047, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvg', symObjAddr: 0x520, symBinAddr: 0x102050, symSize: 0x20 } + - { offsetInCU: 0x239, offset: 0x198064, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF', symObjAddr: 0x6B0, symBinAddr: 0x1021E0, symSize: 0x50 } + - { offsetInCU: 0x2A0, offset: 0x1980CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x700, symBinAddr: 0x102230, symSize: 0x90 } + - { offsetInCU: 0x2DB, offset: 0x198106, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tF', symObjAddr: 0x790, symBinAddr: 0x1022C0, symSize: 0x40 } + - { offsetInCU: 0x32C, offset: 0x198157, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tFTo', symObjAddr: 0x7D0, symBinAddr: 0x102300, symSize: 0x70 } + - { offsetInCU: 0x367, offset: 0x198192, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC15animationDidSetyyF', symObjAddr: 0x840, symBinAddr: 0x102370, symSize: 0x10 } + - { offsetInCU: 0x392, offset: 0x1981BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg', symObjAddr: 0x850, symBinAddr: 0x102380, symSize: 0x20 } + - { offsetInCU: 0x3E9, offset: 0x198214, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvW', symObjAddr: 0x8E0, symBinAddr: 0x102410, symSize: 0xE0 } + - { offsetInCU: 0x462, offset: 0x19828D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg', symObjAddr: 0x9C0, symBinAddr: 0x1024F0, symSize: 0x40 } + - { offsetInCU: 0x47F, offset: 0x1982AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs', symObjAddr: 0xA00, symBinAddr: 0x102530, symSize: 0x60 } + - { offsetInCU: 0x4A6, offset: 0x1982D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM', symObjAddr: 0xA60, symBinAddr: 0x102590, symSize: 0x40 } + - { offsetInCU: 0x4D5, offset: 0x198300, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM.resume.0', symObjAddr: 0xAA0, symBinAddr: 0x1025D0, symSize: 0x30 } + - { offsetInCU: 0x52A, offset: 0x198355, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0xB40, symBinAddr: 0x102670, symSize: 0x70 } + - { offsetInCU: 0x5BD, offset: 0x1983E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0xBB0, symBinAddr: 0x1026E0, symSize: 0x50 } + - { offsetInCU: 0x624, offset: 0x19844F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0xC00, symBinAddr: 0x102730, symSize: 0x80 } + - { offsetInCU: 0x69A, offset: 0x1984C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0xC80, symBinAddr: 0x1027B0, symSize: 0x90 } + - { offsetInCU: 0x75D, offset: 0x198588, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF', symObjAddr: 0xD10, symBinAddr: 0x102840, symSize: 0x70 } + - { offsetInCU: 0x7D9, offset: 0x198604, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF', symObjAddr: 0xD80, symBinAddr: 0x1028B0, symSize: 0x50 } + - { offsetInCU: 0x877, offset: 0x1986A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14updateForStateyyF', symObjAddr: 0xDD0, symBinAddr: 0x102900, symSize: 0x330 } + - { offsetInCU: 0xC0F, offset: 0x198A3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC10commonInit33_3255EF2F4BCF8A3C447F424ACE2B7066LLyyF', symObjAddr: 0x1100, symBinAddr: 0x102C30, symSize: 0x2C0 } + - { offsetInCU: 0xC95, offset: 0x198AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfC', symObjAddr: 0x13C0, symBinAddr: 0x102EF0, symSize: 0x80 } + - { offsetInCU: 0xCB3, offset: 0x198ADE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc', symObjAddr: 0x1440, symBinAddr: 0x102F70, symSize: 0x30 } + - { offsetInCU: 0xD26, offset: 0x198B51, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x1470, symBinAddr: 0x102FA0, symSize: 0x30 } + - { offsetInCU: 0xD8D, offset: 0x198BB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfD', symObjAddr: 0x14A0, symBinAddr: 0x102FD0, symSize: 0x30 } + - { offsetInCU: 0xDBA, offset: 0x198BE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x2860, symBinAddr: 0x104390, symSize: 0x1F0 } + - { offsetInCU: 0xEED, offset: 0x198D18, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x2A70, symBinAddr: 0x1045A0, symSize: 0xE0 } + - { offsetInCU: 0xF8A, offset: 0x198DB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvpACTk', symObjAddr: 0x870, symBinAddr: 0x1023A0, symSize: 0x70 } + - { offsetInCU: 0x10A2, offset: 0x198ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x25B0, symBinAddr: 0x1040E0, symSize: 0x2B0 } + - { offsetInCU: 0x12C9, offset: 0x1990F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0xAD0, symBinAddr: 0x102600, symSize: 0x70 } + - { offsetInCU: 0x146A, offset: 0x199295, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfETo', symObjAddr: 0x14D0, symBinAddr: 0x103000, symSize: 0x40 } + - { offsetInCU: 0x14C5, offset: 0x1992F0, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x1510, symBinAddr: 0x103040, symSize: 0xF0 } + - { offsetInCU: 0x155B, offset: 0x199386, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector1DVTB5', symObjAddr: 0x1600, symBinAddr: 0x103130, symSize: 0xA0 } + - { offsetInCU: 0x15F1, offset: 0x19941C, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector3DVTB5', symObjAddr: 0x16A0, symBinAddr: 0x1031D0, symSize: 0xD0 } + - { offsetInCU: 0x1687, offset: 0x1994B2, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x1770, symBinAddr: 0x1032A0, symSize: 0xA0 } + - { offsetInCU: 0x171D, offset: 0x199548, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I5ColorVTB5', symObjAddr: 0x1810, symBinAddr: 0x103340, symSize: 0xE0 } + - { offsetInCU: 0x17B3, offset: 0x1995DE, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x18F0, symBinAddr: 0x103420, symSize: 0xC0 } + - { offsetInCU: 0x1849, offset: 0x199674, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x19B0, symBinAddr: 0x1034E0, symSize: 0xC0 } + - { offsetInCU: 0x18D7, offset: 0x199702, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x1A90, symBinAddr: 0x1035C0, symSize: 0xC0 } + - { offsetInCU: 0x196D, offset: 0x199798, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x1B50, symBinAddr: 0x103680, symSize: 0xC0 } + - { offsetInCU: 0x1A03, offset: 0x19982E, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1C10, symBinAddr: 0x103740, symSize: 0xD0 } + - { offsetInCU: 0x1A99, offset: 0x1998C4, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x1CE0, symBinAddr: 0x103810, symSize: 0xE0 } + - { offsetInCU: 0x1B2F, offset: 0x19995A, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AI2totTg5', symObjAddr: 0x1F90, symBinAddr: 0x103AC0, symSize: 0xC0 } + - { offsetInCU: 0x1BBA, offset: 0x1999E5, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSu_SSTg5', symObjAddr: 0x2050, symBinAddr: 0x103B80, symSize: 0xD0 } + - { offsetInCU: 0x1C32, offset: 0x199A5D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x22D0, symBinAddr: 0x103E00, symSize: 0xA0 } + - { offsetInCU: 0x1CC0, offset: 0x199AEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCMa', symObjAddr: 0x2A50, symBinAddr: 0x104580, symSize: 0x20 } + - { offsetInCU: 0x79, offset: 0x199F40, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x1048A0, symSize: 0x50 } + - { offsetInCU: 0xC0, offset: 0x199F87, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfc', symObjAddr: 0x50, symBinAddr: 0x1048F0, symSize: 0x250 } + - { offsetInCU: 0x183, offset: 0x19A04A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfcTo', symObjAddr: 0x2A0, symBinAddr: 0x104B40, symSize: 0x50 } + - { offsetInCU: 0x19F, offset: 0x19A066, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2F0, symBinAddr: 0x104B90, symSize: 0x3A0 } + - { offsetInCU: 0x202, offset: 0x19A0C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCACycfcTo', symObjAddr: 0x690, symBinAddr: 0x104F30, symSize: 0x30 } + - { offsetInCU: 0x269, offset: 0x19A130, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfD', symObjAddr: 0x730, symBinAddr: 0x104FD0, symSize: 0x30 } + - { offsetInCU: 0x2C3, offset: 0x19A18A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfE', symObjAddr: 0x6C0, symBinAddr: 0x104F60, symSize: 0x70 } + - { offsetInCU: 0x2F2, offset: 0x19A1B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfETo', symObjAddr: 0x760, symBinAddr: 0x105000, symSize: 0x70 } + - { offsetInCU: 0x321, offset: 0x19A1E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCMa', symObjAddr: 0x7D0, symBinAddr: 0x105070, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x19A1FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwCP', symObjAddr: 0x7F0, symBinAddr: 0x105090, symSize: 0x30 } + - { offsetInCU: 0x349, offset: 0x19A210, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwxx', symObjAddr: 0x820, symBinAddr: 0x1050C0, symSize: 0x50 } + - { offsetInCU: 0x35D, offset: 0x19A224, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwcp', symObjAddr: 0x870, symBinAddr: 0x105110, symSize: 0x90 } + - { offsetInCU: 0x371, offset: 0x19A238, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwca', symObjAddr: 0x900, symBinAddr: 0x1051A0, symSize: 0xC0 } + - { offsetInCU: 0x385, offset: 0x19A24C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwta', symObjAddr: 0x9E0, symBinAddr: 0x105260, symSize: 0x70 } + - { offsetInCU: 0x399, offset: 0x19A260, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwet', symObjAddr: 0xA50, symBinAddr: 0x1052D0, symSize: 0x40 } + - { offsetInCU: 0x3AD, offset: 0x19A274, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwst', symObjAddr: 0xA90, symBinAddr: 0x105310, symSize: 0x50 } + - { offsetInCU: 0x3C1, offset: 0x19A288, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVMa', symObjAddr: 0xAE0, symBinAddr: 0x105360, symSize: 0x10 } + - { offsetInCU: 0x3F6, offset: 0x19A2BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0xAF0, symBinAddr: 0x105370, symSize: 0x10 } + - { offsetInCU: 0x437, offset: 0x19A2FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0xB30, symBinAddr: 0x1053B0, symSize: 0x10 } + - { offsetInCU: 0x478, offset: 0x19A33F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xB40, symBinAddr: 0x1053C0, symSize: 0x10 } + - { offsetInCU: 0x4B9, offset: 0x19A380, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xB50, symBinAddr: 0x1053D0, symSize: 0x10 } + - { offsetInCU: 0x4FA, offset: 0x19A3C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xB60, symBinAddr: 0x1053E0, symSize: 0x10 } + - { offsetInCU: 0x5AC, offset: 0x19A473, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLV8repeater5indexAdA0B0C_SitcfCTf4nnd_n', symObjAddr: 0xC70, symBinAddr: 0x105490, symSize: 0xA70 } + - { offsetInCU: 0xFB4, offset: 0x19AE7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0xB00, symBinAddr: 0x105380, symSize: 0x10 } + - { offsetInCU: 0xFE6, offset: 0x19AEAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB10, symBinAddr: 0x105390, symSize: 0x10 } + - { offsetInCU: 0x1002, offset: 0x19AEC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB20, symBinAddr: 0x1053A0, symSize: 0x10 } + - { offsetInCU: 0x101E, offset: 0x19AEE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB70, symBinAddr: 0x1053F0, symSize: 0x10 } + - { offsetInCU: 0x103A, offset: 0x19AF01, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB80, symBinAddr: 0x105400, symSize: 0x10 } + - { offsetInCU: 0x24D, offset: 0x19B8AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC021$s6Lottie23Compatiblebc74C3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5P8_pSgcfU_Tf1nnncnnn_n', symObjAddr: 0x0, symBinAddr: 0x105F00, symSize: 0x610 } + - { offsetInCU: 0x4AD, offset: 0x19BB0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x610, symBinAddr: 0x106510, symSize: 0x670 } + - { offsetInCU: 0x799, offset: 0x19BDFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xC80, symBinAddr: 0x106B80, symSize: 0x210 } + - { offsetInCU: 0x9A5, offset: 0x19C006, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xE90, symBinAddr: 0x106D90, symSize: 0x310 } + - { offsetInCU: 0xB01, offset: 0x19C162, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfcyAA0aB0CSgcfU_', symObjAddr: 0x11A0, symBinAddr: 0x1070A0, symSize: 0x80 } + - { offsetInCU: 0xB79, offset: 0x19C1DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x1290, symBinAddr: 0x107120, symSize: 0x210 } + - { offsetInCU: 0xD6C, offset: 0x19C3CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x14A0, symBinAddr: 0x107330, symSize: 0x260 } + - { offsetInCU: 0xEE2, offset: 0x19C543, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1700, symBinAddr: 0x107590, symSize: 0x250 } + - { offsetInCU: 0x1106, offset: 0x19C767, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1950, symBinAddr: 0x1077E0, symSize: 0x8D0 } + - { offsetInCU: 0x13E1, offset: 0x19CA42, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x2220, symBinAddr: 0x1080B0, symSize: 0x260 } + - { offsetInCU: 0x1532, offset: 0x19CB93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2580, symBinAddr: 0x108410, symSize: 0x10 } + - { offsetInCU: 0x1586, offset: 0x19CBE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x2590, symBinAddr: 0x108420, symSize: 0x30 } + - { offsetInCU: 0x166A, offset: 0x19CCCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x25C0, symBinAddr: 0x108450, symSize: 0x20 } + - { offsetInCU: 0x16F3, offset: 0x19CD54, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgSo13NSURLResponseCSgs5Error_pSgIeghggg_So6NSDataCSgAGSo7NSErrorCSgIeyBhyyy_TR', symObjAddr: 0x2650, symBinAddr: 0x1084E0, symSize: 0xF0 } + - { offsetInCU: 0x170B, offset: 0x19CD6C, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2780, symBinAddr: 0x108610, symSize: 0x20 } + - { offsetInCU: 0x171F, offset: 0x19CD80, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x27A0, symBinAddr: 0x108630, symSize: 0x10 } + - { offsetInCU: 0x1733, offset: 0x19CD94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOy', symObjAddr: 0x2860, symBinAddr: 0x108660, symSize: 0x20 } + - { offsetInCU: 0x1747, offset: 0x19CDA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOe', symObjAddr: 0x28B0, symBinAddr: 0x1086B0, symSize: 0x20 } + - { offsetInCU: 0x175B, offset: 0x19CDBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOb', symObjAddr: 0x2A00, symBinAddr: 0x108800, symSize: 0x40 } + - { offsetInCU: 0x176F, offset: 0x19CDD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_TA', symObjAddr: 0x2A40, symBinAddr: 0x108840, symSize: 0x80 } + - { offsetInCU: 0x1783, offset: 0x19CDE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pWOb', symObjAddr: 0x2AC0, symBinAddr: 0x1088C0, symSize: 0x20 } + - { offsetInCU: 0x1797, offset: 0x19CDF8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x2BA0, symBinAddr: 0x108940, symSize: 0x20 } + - { offsetInCU: 0x17AB, offset: 0x19CE0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACs0C0AAWl', symObjAddr: 0x2C00, symBinAddr: 0x108960, symSize: 0x30 } + - { offsetInCU: 0x17BF, offset: 0x19CE20, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwet', symObjAddr: 0x2DD0, symBinAddr: 0x108B10, symSize: 0x50 } + - { offsetInCU: 0x17D3, offset: 0x19CE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwst', symObjAddr: 0x2E20, symBinAddr: 0x108B60, symSize: 0xA0 } + - { offsetInCU: 0x17E7, offset: 0x19CE48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwug', symObjAddr: 0x2EC0, symBinAddr: 0x108C00, symSize: 0x10 } + - { offsetInCU: 0x17FB, offset: 0x19CE5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwup', symObjAddr: 0x2ED0, symBinAddr: 0x108C10, symSize: 0x10 } + - { offsetInCU: 0x180F, offset: 0x19CE70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwui', symObjAddr: 0x2EE0, symBinAddr: 0x108C20, symSize: 0x10 } + - { offsetInCU: 0x1823, offset: 0x19CE84, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOMa', symObjAddr: 0x2EF0, symBinAddr: 0x108C30, symSize: 0x10 } + - { offsetInCU: 0x1837, offset: 0x19CE98, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASQWb', symObjAddr: 0x2F00, symBinAddr: 0x108C40, symSize: 0x10 } + - { offsetInCU: 0x184B, offset: 0x19CEAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACSQAAWl', symObjAddr: 0x2F10, symBinAddr: 0x108C50, symSize: 0x30 } + - { offsetInCU: 0x1946, offset: 0x19CFA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x25E0, symBinAddr: 0x108470, symSize: 0x30 } + - { offsetInCU: 0x19E3, offset: 0x19D044, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x2610, symBinAddr: 0x1084A0, symSize: 0x10 } + - { offsetInCU: 0x19FF, offset: 0x19D060, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x2620, symBinAddr: 0x1084B0, symSize: 0x10 } + - { offsetInCU: 0x1A1B, offset: 0x19D07C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x2630, symBinAddr: 0x1084C0, symSize: 0x10 } + - { offsetInCU: 0x1A37, offset: 0x19D098, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x2640, symBinAddr: 0x1084D0, symSize: 0x10 } + - { offsetInCU: 0x1A0, offset: 0x19D49F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x108D00, symSize: 0x980 } + - { offsetInCU: 0x664, offset: 0x19D963, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC5valueACyp_tKcfc', symObjAddr: 0x980, symBinAddr: 0x109680, symSize: 0xA70 } + - { offsetInCU: 0xC57, offset: 0x19DF56, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC6encode2toys7Encoder_p_tKF', symObjAddr: 0x13F0, symBinAddr: 0x10A0F0, symSize: 0x170 } + - { offsetInCU: 0xDA1, offset: 0x19E0A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCfD', symObjAddr: 0x1560, symBinAddr: 0x10A260, symSize: 0x40 } + - { offsetInCU: 0xDFC, offset: 0x19E0FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x15C0, symBinAddr: 0x10A2C0, symSize: 0x50 } + - { offsetInCU: 0xE34, offset: 0x19E133, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1610, symBinAddr: 0x10A310, symSize: 0x20 } + - { offsetInCU: 0xFEB, offset: 0x19E2EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCMa', symObjAddr: 0x15A0, symBinAddr: 0x10A2A0, symSize: 0x20 } + - { offsetInCU: 0xFFF, offset: 0x19E2FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x16D0, symBinAddr: 0x10A330, symSize: 0x30 } + - { offsetInCU: 0x103F, offset: 0x19E33E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x1700, symBinAddr: 0x10A360, symSize: 0x80 } + - { offsetInCU: 0x10DD, offset: 0x19E3DC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector1DVTB5', symObjAddr: 0x1780, symBinAddr: 0x10A3E0, symSize: 0x40 } + - { offsetInCU: 0x117B, offset: 0x19E47A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector3DVTB5', symObjAddr: 0x17C0, symBinAddr: 0x10A420, symSize: 0x50 } + - { offsetInCU: 0x1219, offset: 0x19E518, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x1810, symBinAddr: 0x10A470, symSize: 0x40 } + - { offsetInCU: 0x12B7, offset: 0x19E5B6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M5ColorVTB5', symObjAddr: 0x1850, symBinAddr: 0x10A4B0, symSize: 0x60 } + - { offsetInCU: 0x1355, offset: 0x19E654, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x18B0, symBinAddr: 0x10A510, symSize: 0x50 } + - { offsetInCU: 0x13F3, offset: 0x19E6F2, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x1900, symBinAddr: 0x10A560, symSize: 0x60 } + - { offsetInCU: 0x1491, offset: 0x19E790, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x1970, symBinAddr: 0x10A5D0, symSize: 0x60 } + - { offsetInCU: 0x152F, offset: 0x19E82E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x19D0, symBinAddr: 0x10A630, symSize: 0x60 } + - { offsetInCU: 0x15CD, offset: 0x19E8CC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1A30, symBinAddr: 0x10A690, symSize: 0x70 } + - { offsetInCU: 0x166B, offset: 0x19E96A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x1AA0, symBinAddr: 0x10A700, symSize: 0x60 } + - { offsetInCU: 0x1714, offset: 0x19EA13, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x1B70, symBinAddr: 0x10A7D0, symSize: 0x40 } + - { offsetInCU: 0x17BD, offset: 0x19EABC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSo7CALayerC_6Lottie16AnimationKeypathVTB5', symObjAddr: 0x1BB0, symBinAddr: 0x10A810, symSize: 0x40 } + - { offsetInCU: 0x185B, offset: 0x19EB5A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSu_SSTg5', symObjAddr: 0x1BF0, symBinAddr: 0x10A850, symSize: 0x50 } + - { offsetInCU: 0x1904, offset: 0x19EC03, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x1C40, symBinAddr: 0x10A8A0, symSize: 0x60 } + - { offsetInCU: 0x1A47, offset: 0x19ED46, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x1D70, symBinAddr: 0x10A9D0, symSize: 0x240 } + - { offsetInCU: 0x1C51, offset: 0x19EF50, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie15AnyNodeProperty_p_G_Tg5', symObjAddr: 0x1FB0, symBinAddr: 0x10AC10, symSize: 0x230 } + - { offsetInCU: 0x1D3F, offset: 0x19F03E, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySo17NSLayoutAttributeVSo0H10ConstraintC_G_Tg5', symObjAddr: 0x21E0, symBinAddr: 0x10AE40, symSize: 0x220 } + - { offsetInCU: 0x1E2B, offset: 0x19F12A, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie5AssetC_G_Tg5', symObjAddr: 0x2400, symBinAddr: 0x10B060, symSize: 0x220 } + - { offsetInCU: 0x1EE0, offset: 0x19F1DF, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie5AssetCGMa', symObjAddr: 0x2640, symBinAddr: 0x10B280, symSize: 0x50 } + - { offsetInCU: 0x75, offset: 0x19F68A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x10B3B0, symSize: 0x50 } + - { offsetInCU: 0xBC, offset: 0x19F6D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfc', symObjAddr: 0x50, symBinAddr: 0x10B400, symSize: 0x1D0 } + - { offsetInCU: 0x17F, offset: 0x19F794, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfcTo', symObjAddr: 0x220, symBinAddr: 0x10B5D0, symSize: 0x50 } + - { offsetInCU: 0x19B, offset: 0x19F7B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5setup7contextyAA0D7ContextV_tKF', symObjAddr: 0x270, symBinAddr: 0x10B620, symSize: 0x100 } + - { offsetInCU: 0x202, offset: 0x19F817, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x370, symBinAddr: 0x10B720, symSize: 0x710 } + - { offsetInCU: 0x49D, offset: 0x19FAB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_n', symObjAddr: 0xA80, symBinAddr: 0x10BE30, symSize: 0x70 } + - { offsetInCU: 0x544, offset: 0x19FB59, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfD', symObjAddr: 0xB10, symBinAddr: 0x10BEC0, symSize: 0x30 } + - { offsetInCU: 0x70E, offset: 0x19FD23, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfE', symObjAddr: 0xAF0, symBinAddr: 0x10BEA0, symSize: 0x20 } + - { offsetInCU: 0x73B, offset: 0x19FD50, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfETo', symObjAddr: 0xB40, symBinAddr: 0x10BEF0, symSize: 0x20 } + - { offsetInCU: 0x76A, offset: 0x19FD7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCMa', symObjAddr: 0xB60, symBinAddr: 0x10BF10, symSize: 0x20 } + - { offsetInCU: 0x7A8, offset: 0x19FDBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0xB80, symBinAddr: 0x10BF30, symSize: 0xA0 } + - { offsetInCU: 0x7F9, offset: 0x19FE0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xE00, symBinAddr: 0x10BFD0, symSize: 0x20 } + - { offsetInCU: 0x835, offset: 0x19FE4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_nTA', symObjAddr: 0xEF0, symBinAddr: 0x10C0C0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1A00E7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0x10C160, symSize: 0x8A0 } + - { offsetInCU: 0x3F, offset: 0x1A00FF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0x10C160, symSize: 0x8A0 } + - { offsetInCU: 0x172, offset: 0x1A0232, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd__cfU0_TA', symObjAddr: 0xA90, symBinAddr: 0x10CBB0, symSize: 0x20 } + - { offsetInCU: 0x1AF, offset: 0x1A026F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd___qd__tcfU_TA', symObjAddr: 0xB00, symBinAddr: 0x10CBD0, symSize: 0x20 } + - { offsetInCU: 0x240, offset: 0x1A0300, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV24buildLimitedAvailabilityyAA03AnyC0VxAA0C0RzlFZ', symObjAddr: 0x8E0, symBinAddr: 0x10CA00, symSize: 0x50 } + - { offsetInCU: 0x26B, offset: 0x1A032B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither5firstAA19_ConditionalContentVyxq_Gx_tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x930, symBinAddr: 0x10CA50, symSize: 0xA0 } + - { offsetInCU: 0x2A4, offset: 0x1A0364, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither6secondAA19_ConditionalContentVyxq_Gq__tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x9D0, symBinAddr: 0x10CAF0, symSize: 0xA0 } + - { offsetInCU: 0x2B, offset: 0x1A0581, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x10CC00, symSize: 0xA0 } + - { offsetInCU: 0x79, offset: 0x1A05CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x10CC00, symSize: 0xA0 } + - { offsetInCU: 0xD2, offset: 0x1A0628, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfc', symObjAddr: 0xA0, symBinAddr: 0x10CCA0, symSize: 0x210 } + - { offsetInCU: 0x1AF, offset: 0x1A0705, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfcTo', symObjAddr: 0x2B0, symBinAddr: 0x10CEB0, symSize: 0x50 } + - { offsetInCU: 0x1CB, offset: 0x1A0721, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x300, symBinAddr: 0x10CF00, symSize: 0x580 } + - { offsetInCU: 0x41D, offset: 0x1A0973, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfD', symObjAddr: 0x8B0, symBinAddr: 0x10D4B0, symSize: 0x30 } + - { offsetInCU: 0x468, offset: 0x1A09BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCyAcA0bC5ModelCcfcTf4gn_n', symObjAddr: 0xC60, symBinAddr: 0x10D5B0, symSize: 0x11F } + - { offsetInCU: 0x6A4, offset: 0x1A0BFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfE', symObjAddr: 0x880, symBinAddr: 0x10D480, symSize: 0x30 } + - { offsetInCU: 0x6D1, offset: 0x1A0C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfETo', symObjAddr: 0x8E0, symBinAddr: 0x10D4E0, symSize: 0x30 } + - { offsetInCU: 0x700, offset: 0x1A0C56, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCMa', symObjAddr: 0x910, symBinAddr: 0x10D510, symSize: 0x20 } + - { offsetInCU: 0x714, offset: 0x1A0C6A, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSgWOb', symObjAddr: 0x9C0, symBinAddr: 0x10D560, symSize: 0x40 } + - { offsetInCU: 0x728, offset: 0x1A0C7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0xA00, symBinAddr: 0x10D5A0, symSize: 0x10 } + - { offsetInCU: 0x4F, offset: 0x1A0F29, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x10D6E0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1A0F4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x10D720, symSize: 0x1C0 } + - { offsetInCU: 0xDC, offset: 0x1A0FB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x200, symBinAddr: 0x10D8E0, symSize: 0xE0 } + - { offsetInCU: 0x16E, offset: 0x1A1048, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2E0, symBinAddr: 0x10D9C0, symSize: 0x110 } + - { offsetInCU: 0x1F1, offset: 0x1A10CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x430, symBinAddr: 0x10DB10, symSize: 0x60 } + - { offsetInCU: 0x234, offset: 0x1A110E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x490, symBinAddr: 0x10DB70, symSize: 0x20 } + - { offsetInCU: 0x274, offset: 0x1A114E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4B0, symBinAddr: 0x10DB90, symSize: 0x10 } + - { offsetInCU: 0x2BF, offset: 0x1A1199, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0x10DBA0, symSize: 0x60 } + - { offsetInCU: 0x30A, offset: 0x1A11E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x520, symBinAddr: 0x10DC00, symSize: 0x10 } + - { offsetInCU: 0x326, offset: 0x1A1200, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x530, symBinAddr: 0x10DC10, symSize: 0x10 } + - { offsetInCU: 0x342, offset: 0x1A121C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO11stringValueSSvgTf4d_n', symObjAddr: 0x9E0, symBinAddr: 0x10DF40, symSize: 0x20 } + - { offsetInCU: 0x37E, offset: 0x1A1258, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfD', symObjAddr: 0x590, symBinAddr: 0x10DC70, symSize: 0x30 } + - { offsetInCU: 0x40C, offset: 0x1A12E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfE', symObjAddr: 0x580, symBinAddr: 0x10DC60, symSize: 0x10 } + - { offsetInCU: 0x464, offset: 0x1A133E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCMa', symObjAddr: 0x5C0, symBinAddr: 0x10DCA0, symSize: 0x20 } + - { offsetInCU: 0x478, offset: 0x1A1352, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs0D3KeyAAWl', symObjAddr: 0x650, symBinAddr: 0x10DCC0, symSize: 0x30 } + - { offsetInCU: 0x48C, offset: 0x1A1366, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwet', symObjAddr: 0x7F0, symBinAddr: 0x10DD50, symSize: 0x50 } + - { offsetInCU: 0x4A0, offset: 0x1A137A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwst', symObjAddr: 0x840, symBinAddr: 0x10DDA0, symSize: 0xA0 } + - { offsetInCU: 0x4B4, offset: 0x1A138E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwug', symObjAddr: 0x8E0, symBinAddr: 0x10DE40, symSize: 0x10 } + - { offsetInCU: 0x4C8, offset: 0x1A13A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwup', symObjAddr: 0x8F0, symBinAddr: 0x10DE50, symSize: 0x10 } + - { offsetInCU: 0x4DC, offset: 0x1A13B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwui', symObjAddr: 0x900, symBinAddr: 0x10DE60, symSize: 0x10 } + - { offsetInCU: 0x4F0, offset: 0x1A13CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOMa', symObjAddr: 0x910, symBinAddr: 0x10DE70, symSize: 0x10 } + - { offsetInCU: 0x504, offset: 0x1A13DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASQWb', symObjAddr: 0x920, symBinAddr: 0x10DE80, symSize: 0x10 } + - { offsetInCU: 0x518, offset: 0x1A13F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFSQAAWl', symObjAddr: 0x930, symBinAddr: 0x10DE90, symSize: 0x30 } + - { offsetInCU: 0x52C, offset: 0x1A1406, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x960, symBinAddr: 0x10DEC0, symSize: 0x10 } + - { offsetInCU: 0x540, offset: 0x1A141A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x970, symBinAddr: 0x10DED0, symSize: 0x30 } + - { offsetInCU: 0x554, offset: 0x1A142E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x9A0, symBinAddr: 0x10DF00, symSize: 0x10 } + - { offsetInCU: 0x568, offset: 0x1A1442, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x9B0, symBinAddr: 0x10DF10, symSize: 0x30 } + - { offsetInCU: 0x5A3, offset: 0x1A147D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3F0, symBinAddr: 0x10DAD0, symSize: 0x10 } + - { offsetInCU: 0x5E3, offset: 0x1A14BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x400, symBinAddr: 0x10DAE0, symSize: 0x10 } + - { offsetInCU: 0x623, offset: 0x1A14FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x410, symBinAddr: 0x10DAF0, symSize: 0x10 } + - { offsetInCU: 0x663, offset: 0x1A153D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x420, symBinAddr: 0x10DB00, symSize: 0x10 } + - { offsetInCU: 0x69B, offset: 0x1A1575, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x540, symBinAddr: 0x10DC20, symSize: 0x20 } + - { offsetInCU: 0x6B7, offset: 0x1A1591, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0x10DC40, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1A1772, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x10DF60, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x1A178A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x10DF60, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x1A179E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMr', symObjAddr: 0x10, symBinAddr: 0x10DF70, symSize: 0x40 } + - { offsetInCU: 0x73, offset: 0x1A17BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvg', symObjAddr: 0x50, symBinAddr: 0x10DFB0, symSize: 0x60 } + - { offsetInCU: 0xA9, offset: 0x1A17F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0xB0, symBinAddr: 0x10E010, symSize: 0xB0 } + - { offsetInCU: 0xF2, offset: 0x1A183D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_', symObjAddr: 0x160, symBinAddr: 0x10E0C0, symSize: 0x80 } + - { offsetInCU: 0x142, offset: 0x1A188D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1E0, symBinAddr: 0x10E140, symSize: 0xB0 } + - { offsetInCU: 0x1DC, offset: 0x1A1927, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCfd', symObjAddr: 0x290, symBinAddr: 0x10E1F0, symSize: 0x20 } + - { offsetInCU: 0x217, offset: 0x1A1962, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCfD', symObjAddr: 0x2B0, symBinAddr: 0x10E210, symSize: 0x20 } + - { offsetInCU: 0x261, offset: 0x1A19AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x2E0, symBinAddr: 0x10E240, symSize: 0x20 } + - { offsetInCU: 0x28C, offset: 0x1A19D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x300, symBinAddr: 0x10E260, symSize: 0x20 } + - { offsetInCU: 0x2BE, offset: 0x1A1A09, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x320, symBinAddr: 0x10E280, symSize: 0x20 } + - { offsetInCU: 0x2DA, offset: 0x1A1A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x400, symBinAddr: 0x10E360, symSize: 0x10 } + - { offsetInCU: 0x308, offset: 0x1A1A53, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMa', symObjAddr: 0x2D0, symBinAddr: 0x10E230, symSize: 0x10 } + - { offsetInCU: 0x31C, offset: 0x1A1A67, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x340, symBinAddr: 0x10E2A0, symSize: 0x30 } + - { offsetInCU: 0x330, offset: 0x1A1A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x370, symBinAddr: 0x10E2D0, symSize: 0x10 } + - { offsetInCU: 0x34F, offset: 0x1A1A9A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x3A0, symBinAddr: 0x10E300, symSize: 0x20 } + - { offsetInCU: 0x378, offset: 0x1A1AC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3C0, symBinAddr: 0x10E320, symSize: 0x20 } + - { offsetInCU: 0x38C, offset: 0x1A1AD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFSbAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3E0, symBinAddr: 0x10E340, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1A1CBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0x10E370, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x1A1CE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0x10E370, symSize: 0x10 } + - { offsetInCU: 0x9E, offset: 0x1A1D33, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x10, symBinAddr: 0x10E380, symSize: 0x40 } + - { offsetInCU: 0x109, offset: 0x1A1D9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5layerACyp_tcfcTo', symObjAddr: 0x50, symBinAddr: 0x10E3C0, symSize: 0xA0 } + - { offsetInCU: 0x14F, offset: 0x1A1DE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCfD', symObjAddr: 0xF0, symBinAddr: 0x10E460, symSize: 0x30 } + - { offsetInCU: 0x17D, offset: 0x1A1E12, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCMa', symObjAddr: 0x120, symBinAddr: 0x10E490, symSize: 0x20 } + - { offsetInCU: 0xC7, offset: 0x1A2046, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x10E4B0, symSize: 0x3A0 } + - { offsetInCU: 0x21A, offset: 0x1A2199, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO8rawValueSSvg', symObjAddr: 0x3A0, symBinAddr: 0x10E850, symSize: 0x20 } + - { offsetInCU: 0x251, offset: 0x1A21D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x3C0, symBinAddr: 0x10E870, symSize: 0x20 } + - { offsetInCU: 0x2CF, offset: 0x1A224E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x420, symBinAddr: 0x10E8D0, symSize: 0x70 } + - { offsetInCU: 0x335, offset: 0x1A22B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x490, symBinAddr: 0x10E940, symSize: 0x30 } + - { offsetInCU: 0x351, offset: 0x1A22D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4C0, symBinAddr: 0x10E970, symSize: 0x10 } + - { offsetInCU: 0x387, offset: 0x1A2306, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0x10E980, symSize: 0x60 } + - { offsetInCU: 0x40C, offset: 0x1A238B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x530, symBinAddr: 0x10E9E0, symSize: 0x10 } + - { offsetInCU: 0x428, offset: 0x1A23A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x540, symBinAddr: 0x10E9F0, symSize: 0x10 } + - { offsetInCU: 0x464, offset: 0x1A23E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCfD', symObjAddr: 0x590, symBinAddr: 0x10EA40, symSize: 0x40 } + - { offsetInCU: 0x4A7, offset: 0x1A2426, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5F0, symBinAddr: 0x10EAA0, symSize: 0x180 } + - { offsetInCU: 0x4E6, offset: 0x1A2465, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x770, symBinAddr: 0x10EC20, symSize: 0x210 } + - { offsetInCU: 0x525, offset: 0x1A24A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x9A0, symBinAddr: 0x10EE50, symSize: 0x20 } + - { offsetInCU: 0x561, offset: 0x1A24E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCMa', symObjAddr: 0x5D0, symBinAddr: 0x10EA80, symSize: 0x20 } + - { offsetInCU: 0x625, offset: 0x1A25A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x9C0, symBinAddr: 0x10EE70, symSize: 0x200 } + - { offsetInCU: 0x842, offset: 0x1A27C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xC00, symBinAddr: 0x10F0B0, symSize: 0x60 } + - { offsetInCU: 0x885, offset: 0x1A2804, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xC60, symBinAddr: 0x10F110, symSize: 0x20 } + - { offsetInCU: 0x8C5, offset: 0x1A2844, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xC80, symBinAddr: 0x10F130, symSize: 0x10 } + - { offsetInCU: 0x910, offset: 0x1A288F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC90, symBinAddr: 0x10F140, symSize: 0x60 } + - { offsetInCU: 0x95B, offset: 0x1A28DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xCF0, symBinAddr: 0x10F1A0, symSize: 0x10 } + - { offsetInCU: 0x977, offset: 0x1A28F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xD00, symBinAddr: 0x10F1B0, symSize: 0x10 } + - { offsetInCU: 0x993, offset: 0x1A2912, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x1720, symBinAddr: 0x10FAA0, symSize: 0x20 } + - { offsetInCU: 0x9CE, offset: 0x1A294D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCfD', symObjAddr: 0xD50, symBinAddr: 0x10F200, symSize: 0x20 } + - { offsetInCU: 0xA19, offset: 0x1A2998, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC6encode2toys7Encoder_p_tKF', symObjAddr: 0xD90, symBinAddr: 0x10F240, symSize: 0x100 } + - { offsetInCU: 0xA58, offset: 0x1A29D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xE90, symBinAddr: 0x10F340, symSize: 0x150 } + - { offsetInCU: 0xA97, offset: 0x1A2A16, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1060, symBinAddr: 0x10F510, symSize: 0x20 } + - { offsetInCU: 0xAE7, offset: 0x1A2A66, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCMa', symObjAddr: 0xD70, symBinAddr: 0x10F220, symSize: 0x20 } + - { offsetInCU: 0xAFB, offset: 0x1A2A7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x10F0, symBinAddr: 0x10F530, symSize: 0x30 } + - { offsetInCU: 0xB0F, offset: 0x1A2A8E, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie4FontCGMa', symObjAddr: 0x1150, symBinAddr: 0x10F560, symSize: 0x40 } + - { offsetInCU: 0xB23, offset: 0x1A2AA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs0C3KeyAAWl', symObjAddr: 0x1220, symBinAddr: 0x10F630, symSize: 0x30 } + - { offsetInCU: 0xB37, offset: 0x1A2AB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwet', symObjAddr: 0x12D0, symBinAddr: 0x10F660, symSize: 0x80 } + - { offsetInCU: 0xB4B, offset: 0x1A2ACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwst', symObjAddr: 0x1350, symBinAddr: 0x10F6E0, symSize: 0xD0 } + - { offsetInCU: 0xB5F, offset: 0x1A2ADE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwug', symObjAddr: 0x1420, symBinAddr: 0x10F7B0, symSize: 0x10 } + - { offsetInCU: 0xB73, offset: 0x1A2AF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwup', symObjAddr: 0x1430, symBinAddr: 0x10F7C0, symSize: 0x10 } + - { offsetInCU: 0xB87, offset: 0x1A2B06, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwui', symObjAddr: 0x1440, symBinAddr: 0x10F7D0, symSize: 0x10 } + - { offsetInCU: 0xB9B, offset: 0x1A2B1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOMa', symObjAddr: 0x1450, symBinAddr: 0x10F7E0, symSize: 0x10 } + - { offsetInCU: 0xBAF, offset: 0x1A2B2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwet', symObjAddr: 0x1470, symBinAddr: 0x10F7F0, symSize: 0x50 } + - { offsetInCU: 0xBC3, offset: 0x1A2B42, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwst', symObjAddr: 0x14C0, symBinAddr: 0x10F840, symSize: 0xA0 } + - { offsetInCU: 0xBD7, offset: 0x1A2B56, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwug', symObjAddr: 0x1560, symBinAddr: 0x10F8E0, symSize: 0x10 } + - { offsetInCU: 0xBEB, offset: 0x1A2B6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwup', symObjAddr: 0x1570, symBinAddr: 0x10F8F0, symSize: 0x10 } + - { offsetInCU: 0xBFF, offset: 0x1A2B7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwui', symObjAddr: 0x1580, symBinAddr: 0x10F900, symSize: 0x10 } + - { offsetInCU: 0xC13, offset: 0x1A2B92, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOMa', symObjAddr: 0x1590, symBinAddr: 0x10F910, symSize: 0x10 } + - { offsetInCU: 0xC27, offset: 0x1A2BA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASQWb', symObjAddr: 0x15A0, symBinAddr: 0x10F920, symSize: 0x10 } + - { offsetInCU: 0xC3B, offset: 0x1A2BBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAESQAAWl', symObjAddr: 0x15B0, symBinAddr: 0x10F930, symSize: 0x30 } + - { offsetInCU: 0xC4F, offset: 0x1A2BCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASQWb', symObjAddr: 0x15E0, symBinAddr: 0x10F960, symSize: 0x10 } + - { offsetInCU: 0xC63, offset: 0x1A2BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFSQAAWl', symObjAddr: 0x15F0, symBinAddr: 0x10F970, symSize: 0x30 } + - { offsetInCU: 0xC77, offset: 0x1A2BF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1620, symBinAddr: 0x10F9A0, symSize: 0x10 } + - { offsetInCU: 0xC8B, offset: 0x1A2C0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1630, symBinAddr: 0x10F9B0, symSize: 0x30 } + - { offsetInCU: 0xC9F, offset: 0x1A2C1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1660, symBinAddr: 0x10F9E0, symSize: 0x10 } + - { offsetInCU: 0xCB3, offset: 0x1A2C32, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1670, symBinAddr: 0x10F9F0, symSize: 0x30 } + - { offsetInCU: 0xCC7, offset: 0x1A2C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x16A0, symBinAddr: 0x10FA20, symSize: 0x10 } + - { offsetInCU: 0xCDB, offset: 0x1A2C5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x16B0, symBinAddr: 0x10FA30, symSize: 0x30 } + - { offsetInCU: 0xCEF, offset: 0x1A2C6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16E0, symBinAddr: 0x10FA60, symSize: 0x10 } + - { offsetInCU: 0xD03, offset: 0x1A2C82, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x16F0, symBinAddr: 0x10FA70, symSize: 0x30 } + - { offsetInCU: 0xD5E, offset: 0x1A2CDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E0, symBinAddr: 0x10E890, symSize: 0x10 } + - { offsetInCU: 0xD7A, offset: 0x1A2CF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3F0, symBinAddr: 0x10E8A0, symSize: 0x10 } + - { offsetInCU: 0xD96, offset: 0x1A2D15, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x400, symBinAddr: 0x10E8B0, symSize: 0x10 } + - { offsetInCU: 0xDB2, offset: 0x1A2D31, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x410, symBinAddr: 0x10E8C0, symSize: 0x10 } + - { offsetInCU: 0xDD5, offset: 0x1A2D54, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x10EA00, symSize: 0x20 } + - { offsetInCU: 0xDF1, offset: 0x1A2D70, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x570, symBinAddr: 0x10EA20, symSize: 0x20 } + - { offsetInCU: 0xE74, offset: 0x1A2DF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBC0, symBinAddr: 0x10F070, symSize: 0x10 } + - { offsetInCU: 0xEB4, offset: 0x1A2E33, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xBD0, symBinAddr: 0x10F080, symSize: 0x10 } + - { offsetInCU: 0xEF4, offset: 0x1A2E73, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBE0, symBinAddr: 0x10F090, symSize: 0x10 } + - { offsetInCU: 0xF34, offset: 0x1A2EB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBF0, symBinAddr: 0x10F0A0, symSize: 0x10 } + - { offsetInCU: 0xF6C, offset: 0x1A2EEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xD10, symBinAddr: 0x10F1C0, symSize: 0x20 } + - { offsetInCU: 0xF88, offset: 0x1A2F07, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xD30, symBinAddr: 0x10F1E0, symSize: 0x20 } + - { offsetInCU: 0x11C, offset: 0x1A31B2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addTransformAnimations3for7contextyAC0D5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xA0, symBinAddr: 0x10FB60, symSize: 0x2B0 } + - { offsetInCU: 0x212, offset: 0x1A32A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x350, symBinAddr: 0x10FE10, symSize: 0x20 } + - { offsetInCU: 0x26B, offset: 0x1A3301, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x370, symBinAddr: 0x10FE30, symSize: 0x20 } + - { offsetInCU: 0x2C4, offset: 0x1A335A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x390, symBinAddr: 0x10FE50, symSize: 0x20 } + - { offsetInCU: 0x2FF, offset: 0x1A3395, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B0, symBinAddr: 0x10FE70, symSize: 0x10 } + - { offsetInCU: 0x31B, offset: 0x1A33B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3C0, symBinAddr: 0x10FE80, symSize: 0x10 } + - { offsetInCU: 0x355, offset: 0x1A33EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x3D0, symBinAddr: 0x10FE90, symSize: 0x20 } + - { offsetInCU: 0x3AE, offset: 0x1A3444, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x3F0, symBinAddr: 0x10FEB0, symSize: 0x20 } + - { offsetInCU: 0x3E9, offset: 0x1A347F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x410, symBinAddr: 0x10FED0, symSize: 0x10 } + - { offsetInCU: 0x405, offset: 0x1A349B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x420, symBinAddr: 0x10FEE0, symSize: 0x10 } + - { offsetInCU: 0x43F, offset: 0x1A34D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x430, symBinAddr: 0x10FEF0, symSize: 0x20 } + - { offsetInCU: 0x498, offset: 0x1A352E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x450, symBinAddr: 0x10FF10, symSize: 0x20 } + - { offsetInCU: 0x50A, offset: 0x1A35A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE7hasSkewSbvg', symObjAddr: 0x4A0, symBinAddr: 0x10FF30, symSize: 0xE0 } + - { offsetInCU: 0x688, offset: 0x1A371E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModel_pWOc', symObjAddr: 0x580, symBinAddr: 0x110010, symSize: 0x30 } + - { offsetInCU: 0x6D3, offset: 0x1A3769, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE23hasNegativeXScaleValuesSbvg', symObjAddr: 0x5B0, symBinAddr: 0x110040, symSize: 0x80 } + - { offsetInCU: 0x7F6, offset: 0x1A388C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZAA0A8Vector3DV_AvA0A8Vector1DVAxv5xA4HoldVySo13CATransform3DVGTg5Tf4nnnnnnnnnnnnd_n', symObjAddr: 0x1930, symBinAddr: 0x111350, symSize: 0x250 } + - { offsetInCU: 0x989, offset: 0x1A3A1F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x660, symBinAddr: 0x1100C0, symSize: 0x420 } + - { offsetInCU: 0xA86, offset: 0x1A3B1C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_', symObjAddr: 0x16E0, symBinAddr: 0x111140, symSize: 0x1E0 } + - { offsetInCU: 0xBD9, offset: 0x1A3C6F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addPositionAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xA80, symBinAddr: 0x1104E0, symSize: 0x3B0 } + - { offsetInCU: 0xE26, offset: 0x1A3EBC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE18addScaleAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xE30, symBinAddr: 0x110890, symSize: 0x2B0 } + - { offsetInCU: 0x103E, offset: 0x1A40D4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addRotationAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x10E0, symBinAddr: 0x110B40, symSize: 0x3D0 } + - { offsetInCU: 0x123D, offset: 0x1A42D3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_', symObjAddr: 0x14B0, symBinAddr: 0x110F10, symSize: 0x190 } + - { offsetInCU: 0x1302, offset: 0x1A4398, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE16hasSkewAnimationSbvg', symObjAddr: 0x1640, symBinAddr: 0x1110A0, symSize: 0xA0 } + - { offsetInCU: 0x13CB, offset: 0x1A4461, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5TA', symObjAddr: 0x1920, symBinAddr: 0x111340, symSize: 0x10 } + - { offsetInCU: 0x142C, offset: 0x1A44C2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_TA', symObjAddr: 0x1D60, symBinAddr: 0x1115A0, symSize: 0x30 } + - { offsetInCU: 0x1440, offset: 0x1A44D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x1E60, symBinAddr: 0x1116A0, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x1A48C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0x111800, symSize: 0x210 } + - { offsetInCU: 0x126, offset: 0x1A49C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0x111800, symSize: 0x210 } + - { offsetInCU: 0x358, offset: 0x1A4BF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfd', symObjAddr: 0x210, symBinAddr: 0x111A10, symSize: 0x80 } + - { offsetInCU: 0x385, offset: 0x1A4C22, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfD', symObjAddr: 0x290, symBinAddr: 0x111A90, symSize: 0x20 } + - { offsetInCU: 0x3C1, offset: 0x1A4C5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x2D0, symBinAddr: 0x111AD0, symSize: 0x20 } + - { offsetInCU: 0x402, offset: 0x1A4C9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x2F0, symBinAddr: 0x111AF0, symSize: 0x30 } + - { offsetInCU: 0x443, offset: 0x1A4CE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x320, symBinAddr: 0x111B20, symSize: 0x20 } + - { offsetInCU: 0x484, offset: 0x1A4D21, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x340, symBinAddr: 0x111B40, symSize: 0x20 } + - { offsetInCU: 0x4B6, offset: 0x1A4D53, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC9transformAcA14ShapeTransformCSg_tcfcTf4gn_n', symObjAddr: 0x690, symBinAddr: 0x111E90, symSize: 0xB60 } + - { offsetInCU: 0xDB7, offset: 0x1A5654, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCMa', symObjAddr: 0x2B0, symBinAddr: 0x111AB0, symSize: 0x20 } + - { offsetInCU: 0xDD7, offset: 0x1A5674, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfd', symObjAddr: 0x360, symBinAddr: 0x111B60, symSize: 0x50 } + - { offsetInCU: 0xE04, offset: 0x1A56A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfD', symObjAddr: 0x3B0, symBinAddr: 0x111BB0, symSize: 0x20 } + - { offsetInCU: 0xE4F, offset: 0x1A56EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x3F0, symBinAddr: 0x111BF0, symSize: 0x40 } + - { offsetInCU: 0xE99, offset: 0x1A5736, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x430, symBinAddr: 0x111C30, symSize: 0x30 } + - { offsetInCU: 0xEE9, offset: 0x1A5786, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x460, symBinAddr: 0x111C60, symSize: 0x40 } + - { offsetInCU: 0xF33, offset: 0x1A57D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x4A0, symBinAddr: 0x111CA0, symSize: 0x10 } + - { offsetInCU: 0xF65, offset: 0x1A5802, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x4B0, symBinAddr: 0x111CB0, symSize: 0x10 } + - { offsetInCU: 0xFC9, offset: 0x1A5866, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x4C0, symBinAddr: 0x111CC0, symSize: 0x30 } + - { offsetInCU: 0x102B, offset: 0x1A58C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x4F0, symBinAddr: 0x111CF0, symSize: 0x10 } + - { offsetInCU: 0x1056, offset: 0x1A58F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x500, symBinAddr: 0x111D00, symSize: 0x10 } + - { offsetInCU: 0x1088, offset: 0x1A5925, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x510, symBinAddr: 0x111D10, symSize: 0x10 } + - { offsetInCU: 0x10B3, offset: 0x1A5950, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x520, symBinAddr: 0x111D20, symSize: 0x10 } + - { offsetInCU: 0x10F4, offset: 0x1A5991, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x530, symBinAddr: 0x111D30, symSize: 0x10 } + - { offsetInCU: 0x1135, offset: 0x1A59D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x540, symBinAddr: 0x111D40, symSize: 0x20 } + - { offsetInCU: 0x119D, offset: 0x1A5A3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x560, symBinAddr: 0x111D60, symSize: 0x60 } + - { offsetInCU: 0x1224, offset: 0x1A5AC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x5C0, symBinAddr: 0x111DC0, symSize: 0x50 } + - { offsetInCU: 0x1284, offset: 0x1A5B21, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x610, symBinAddr: 0x111E10, symSize: 0x30 } + - { offsetInCU: 0x12C5, offset: 0x1A5B62, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x640, symBinAddr: 0x111E40, symSize: 0x20 } + - { offsetInCU: 0x1315, offset: 0x1A5BB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x660, symBinAddr: 0x111E60, symSize: 0x30 } + - { offsetInCU: 0x1350, offset: 0x1A5BED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC4name06parentC04treeACSS_AA08AnimatorC0_pSgAA0C4TreeCtcfcTf4gggn_n', symObjAddr: 0x11F0, symBinAddr: 0x1129F0, symSize: 0x600 } + - { offsetInCU: 0x17C1, offset: 0x1A605E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x17F0, symBinAddr: 0x112FF0, symSize: 0x1E0 } + - { offsetInCU: 0x1862, offset: 0x1A60FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCMa', symObjAddr: 0x3D0, symBinAddr: 0x111BD0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1A68D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x113200, symSize: 0x50 } + - { offsetInCU: 0x4F, offset: 0x1A68F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x113200, symSize: 0x50 } + - { offsetInCU: 0x7C, offset: 0x1A6925, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfD', symObjAddr: 0x50, symBinAddr: 0x113250, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x1A6961, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x90, symBinAddr: 0x113290, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x1A69A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xB0, symBinAddr: 0x1132B0, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x1A69E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xE0, symBinAddr: 0x1132E0, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x1A6A15, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesC12gradientfillAcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x770, symBinAddr: 0x113970, symSize: 0x4A0 } + - { offsetInCU: 0x4B4, offset: 0x1A6D5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCMa', symObjAddr: 0x70, symBinAddr: 0x113270, symSize: 0x20 } + - { offsetInCU: 0x4F2, offset: 0x1A6D9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCfD', symObjAddr: 0x100, symBinAddr: 0x113300, symSize: 0x40 } + - { offsetInCU: 0x553, offset: 0x1A6DFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x160, symBinAddr: 0x113360, symSize: 0x40 } + - { offsetInCU: 0x59D, offset: 0x1A6E46, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x1A0, symBinAddr: 0x1133A0, symSize: 0x30 } + - { offsetInCU: 0x5DE, offset: 0x1A6E87, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1D0, symBinAddr: 0x1133D0, symSize: 0x10 } + - { offsetInCU: 0x610, offset: 0x1A6EB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E0, symBinAddr: 0x1133E0, symSize: 0x10 } + - { offsetInCU: 0x674, offset: 0x1A6F1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1F0, symBinAddr: 0x1133F0, symSize: 0x20 } + - { offsetInCU: 0x6D6, offset: 0x1A6F7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x210, symBinAddr: 0x113410, symSize: 0x10 } + - { offsetInCU: 0x701, offset: 0x1A6FAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x220, symBinAddr: 0x113420, symSize: 0x10 } + - { offsetInCU: 0x733, offset: 0x1A6FDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x113430, symSize: 0x10 } + - { offsetInCU: 0x75E, offset: 0x1A7007, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x240, symBinAddr: 0x113440, symSize: 0x10 } + - { offsetInCU: 0x79F, offset: 0x1A7048, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x113450, symSize: 0x10 } + - { offsetInCU: 0x7E0, offset: 0x1A7089, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x260, symBinAddr: 0x113460, symSize: 0x20 } + - { offsetInCU: 0x812, offset: 0x1A70BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x280, symBinAddr: 0x113480, symSize: 0x10 } + - { offsetInCU: 0x84C, offset: 0x1A70F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x290, symBinAddr: 0x113490, symSize: 0x50 } + - { offsetInCU: 0x889, offset: 0x1A7132, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xC10, symBinAddr: 0x113E10, symSize: 0x240 } + - { offsetInCU: 0xCAA, offset: 0x1A7553, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCMa', symObjAddr: 0x140, symBinAddr: 0x113340, symSize: 0x20 } + - { offsetInCU: 0xDD9, offset: 0x1A7682, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x2E0, symBinAddr: 0x1134E0, symSize: 0x160 } + - { offsetInCU: 0xE65, offset: 0x1A770E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x440, symBinAddr: 0x113640, symSize: 0x1F0 } + - { offsetInCU: 0xFC9, offset: 0x1A7872, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcSaySdG_Tg5Tf4en_nAA20KeyframeInterpolatorCyAGG_Tg5', symObjAddr: 0x630, symBinAddr: 0x113830, symSize: 0x140 } + - { offsetInCU: 0x1624, offset: 0x1A7ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOc', symObjAddr: 0xF30, symBinAddr: 0x114050, symSize: 0x30 } + - { offsetInCU: 0x1638, offset: 0x1A7EE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOh', symObjAddr: 0xF60, symBinAddr: 0x114080, symSize: 0x30 } + - { offsetInCU: 0x2B, offset: 0x1A82BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x1140B0, symSize: 0x1C0 } + - { offsetInCU: 0x5C, offset: 0x1A82EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x1140B0, symSize: 0x1C0 } + - { offsetInCU: 0xB8, offset: 0x1A8347, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x114270, symSize: 0x2D0 } + - { offsetInCU: 0x1BA, offset: 0x1A8449, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC6encode2toys7Encoder_p_tKF', symObjAddr: 0x490, symBinAddr: 0x114540, symSize: 0x150 } + - { offsetInCU: 0x1F9, offset: 0x1A8488, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x830, symBinAddr: 0x1148E0, symSize: 0x40 } + - { offsetInCU: 0x230, offset: 0x1A84BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO8rawValueSSvg', symObjAddr: 0x870, symBinAddr: 0x114920, symSize: 0x20 } + - { offsetInCU: 0x267, offset: 0x1A84F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x890, symBinAddr: 0x114940, symSize: 0x20 } + - { offsetInCU: 0x2E5, offset: 0x1A8574, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x8F0, symBinAddr: 0x1149A0, symSize: 0x70 } + - { offsetInCU: 0x34B, offset: 0x1A85DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x960, symBinAddr: 0x114A10, symSize: 0x30 } + - { offsetInCU: 0x367, offset: 0x1A85F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x990, symBinAddr: 0x114A40, symSize: 0x10 } + - { offsetInCU: 0x39D, offset: 0x1A862C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x9A0, symBinAddr: 0x114A50, symSize: 0x60 } + - { offsetInCU: 0x422, offset: 0x1A86B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA00, symBinAddr: 0x114AB0, symSize: 0x10 } + - { offsetInCU: 0x43E, offset: 0x1A86CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xA10, symBinAddr: 0x114AC0, symSize: 0x10 } + - { offsetInCU: 0x47A, offset: 0x1A8709, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCfD', symObjAddr: 0xA60, symBinAddr: 0x114B10, symSize: 0x20 } + - { offsetInCU: 0x4C5, offset: 0x1A8754, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCC0, symBinAddr: 0x114D20, symSize: 0x20 } + - { offsetInCU: 0x4E8, offset: 0x1A8777, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xCE0, symBinAddr: 0x114D40, symSize: 0x20 } + - { offsetInCU: 0x5AE, offset: 0x1A883D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueSSvg', symObjAddr: 0x5E0, symBinAddr: 0x114690, symSize: 0x20 } + - { offsetInCU: 0x5E6, offset: 0x1A8875, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x750, symBinAddr: 0x114800, symSize: 0x40 } + - { offsetInCU: 0x62C, offset: 0x1A88BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x790, symBinAddr: 0x114840, symSize: 0x30 } + - { offsetInCU: 0x656, offset: 0x1A88E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7C0, symBinAddr: 0x114870, symSize: 0x20 } + - { offsetInCU: 0x68E, offset: 0x1A891D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueACSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1210, symBinAddr: 0x115270, symSize: 0x50 } + - { offsetInCU: 0x6B9, offset: 0x1A8948, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x14A0, symBinAddr: 0x1154C0, symSize: 0xE0 } + - { offsetInCU: 0x75E, offset: 0x1A89ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO13discriminator_WZ', symObjAddr: 0x820, symBinAddr: 0x1148D0, symSize: 0x10 } + - { offsetInCU: 0x778, offset: 0x1A8A07, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCMa', symObjAddr: 0xA80, symBinAddr: 0x114B30, symSize: 0x20 } + - { offsetInCU: 0x78C, offset: 0x1A8A1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwet', symObjAddr: 0xAC0, symBinAddr: 0x114B50, symSize: 0x80 } + - { offsetInCU: 0x7A0, offset: 0x1A8A2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwst', symObjAddr: 0xB40, symBinAddr: 0x114BD0, symSize: 0xD0 } + - { offsetInCU: 0x7B4, offset: 0x1A8A43, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwup', symObjAddr: 0xC10, symBinAddr: 0x114CA0, symSize: 0x10 } + - { offsetInCU: 0x7C8, offset: 0x1A8A57, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOMa', symObjAddr: 0xC20, symBinAddr: 0x114CB0, symSize: 0x10 } + - { offsetInCU: 0x7DC, offset: 0x1A8A6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASQWb', symObjAddr: 0xC30, symBinAddr: 0x114CC0, symSize: 0x10 } + - { offsetInCU: 0x7F0, offset: 0x1A8A7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSQAAWl', symObjAddr: 0xC40, symBinAddr: 0x114CD0, symSize: 0x30 } + - { offsetInCU: 0x804, offset: 0x1A8A93, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC70, symBinAddr: 0x114D00, symSize: 0x20 } + - { offsetInCU: 0x818, offset: 0x1A8AA7, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZ', symObjAddr: 0xD00, symBinAddr: 0x114D60, symSize: 0x10 } + - { offsetInCU: 0x834, offset: 0x1A8AC3, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xD10, symBinAddr: 0x114D70, symSize: 0x500 } + - { offsetInCU: 0xC0A, offset: 0x1A8E99, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x12A0, symBinAddr: 0x1152C0, symSize: 0x200 } + - { offsetInCU: 0xE23, offset: 0x1A90B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSYAAWl', symObjAddr: 0x15E0, symBinAddr: 0x1155A0, symSize: 0x30 } + - { offsetInCU: 0xE37, offset: 0x1A90C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs0D3KeyAAWl', symObjAddr: 0x1610, symBinAddr: 0x1155D0, symSize: 0x30 } + - { offsetInCU: 0xE4B, offset: 0x1A90DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSEAAWl', symObjAddr: 0x1640, symBinAddr: 0x115600, symSize: 0x30 } + - { offsetInCU: 0xE5F, offset: 0x1A90EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwet', symObjAddr: 0x1700, symBinAddr: 0x115630, symSize: 0x80 } + - { offsetInCU: 0xE73, offset: 0x1A9102, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwst', symObjAddr: 0x1780, symBinAddr: 0x1156B0, symSize: 0xD0 } + - { offsetInCU: 0xE87, offset: 0x1A9116, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwug', symObjAddr: 0x1850, symBinAddr: 0x115780, symSize: 0x10 } + - { offsetInCU: 0xE9B, offset: 0x1A912A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwup', symObjAddr: 0x1860, symBinAddr: 0x115790, symSize: 0x10 } + - { offsetInCU: 0xEAF, offset: 0x1A913E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwui', symObjAddr: 0x1870, symBinAddr: 0x1157A0, symSize: 0x10 } + - { offsetInCU: 0xEC3, offset: 0x1A9152, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOMa', symObjAddr: 0x1880, symBinAddr: 0x1157B0, symSize: 0x10 } + - { offsetInCU: 0xED7, offset: 0x1A9166, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASQWb', symObjAddr: 0x1890, symBinAddr: 0x1157C0, symSize: 0x10 } + - { offsetInCU: 0xEEB, offset: 0x1A917A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFSQAAWl', symObjAddr: 0x18A0, symBinAddr: 0x1157D0, symSize: 0x30 } + - { offsetInCU: 0xEFF, offset: 0x1A918E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x18D0, symBinAddr: 0x115800, symSize: 0x10 } + - { offsetInCU: 0xF13, offset: 0x1A91A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x18E0, symBinAddr: 0x115810, symSize: 0x30 } + - { offsetInCU: 0xF27, offset: 0x1A91B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1910, symBinAddr: 0x115840, symSize: 0x10 } + - { offsetInCU: 0xF3B, offset: 0x1A91CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1920, symBinAddr: 0x115850, symSize: 0x30 } + - { offsetInCU: 0xFC9, offset: 0x1A9258, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x600, symBinAddr: 0x1146B0, symSize: 0x80 } + - { offsetInCU: 0x1098, offset: 0x1A9327, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x680, symBinAddr: 0x114730, symSize: 0x50 } + - { offsetInCU: 0x1116, offset: 0x1A93A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6D0, symBinAddr: 0x114780, symSize: 0x30 } + - { offsetInCU: 0x1168, offset: 0x1A93F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x700, symBinAddr: 0x1147B0, symSize: 0x50 } + - { offsetInCU: 0x11C4, offset: 0x1A9453, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x7E0, symBinAddr: 0x114890, symSize: 0x40 } + - { offsetInCU: 0x11E7, offset: 0x1A9476, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8B0, symBinAddr: 0x114960, symSize: 0x10 } + - { offsetInCU: 0x1203, offset: 0x1A9492, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x8C0, symBinAddr: 0x114970, symSize: 0x10 } + - { offsetInCU: 0x121F, offset: 0x1A94AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8D0, symBinAddr: 0x114980, symSize: 0x10 } + - { offsetInCU: 0x123B, offset: 0x1A94CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8E0, symBinAddr: 0x114990, symSize: 0x10 } + - { offsetInCU: 0x125E, offset: 0x1A94ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA20, symBinAddr: 0x114AD0, symSize: 0x20 } + - { offsetInCU: 0x127A, offset: 0x1A9509, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA40, symBinAddr: 0x114AF0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1A977D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x1158A0, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0x1A97BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x1158A0, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0x1A9811, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0x115910, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x1A9852, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0x115930, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x1A9893, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0x115960, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x1A98C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesC9rectangleAcA9RectangleC_tcfcTf4gn_n', symObjAddr: 0xC90, symBinAddr: 0x1164F0, symSize: 0x3B0 } + - { offsetInCU: 0x47A, offset: 0x1A9BCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCMa', symObjAddr: 0x50, symBinAddr: 0x1158F0, symSize: 0x20 } + - { offsetInCU: 0x5B5, offset: 0x1A9D07, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0x115980, symSize: 0xE0 } + - { offsetInCU: 0x6E1, offset: 0x1A9E33, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCfD', symObjAddr: 0x1C0, symBinAddr: 0x115A60, symSize: 0x40 } + - { offsetInCU: 0x742, offset: 0x1A9E94, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x220, symBinAddr: 0x115AC0, symSize: 0x40 } + - { offsetInCU: 0x78C, offset: 0x1A9EDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x260, symBinAddr: 0x115B00, symSize: 0x30 } + - { offsetInCU: 0x7BE, offset: 0x1A9F10, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x290, symBinAddr: 0x115B30, symSize: 0x10 } + - { offsetInCU: 0x7DA, offset: 0x1A9F2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2A0, symBinAddr: 0x115B40, symSize: 0x10 } + - { offsetInCU: 0x83E, offset: 0x1A9F90, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2B0, symBinAddr: 0x115B50, symSize: 0x20 } + - { offsetInCU: 0x8A0, offset: 0x1A9FF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2D0, symBinAddr: 0x115B70, symSize: 0x10 } + - { offsetInCU: 0x8CB, offset: 0x1AA01D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2E0, symBinAddr: 0x115B80, symSize: 0x10 } + - { offsetInCU: 0x8FD, offset: 0x1AA04F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F0, symBinAddr: 0x115B90, symSize: 0x10 } + - { offsetInCU: 0x928, offset: 0x1AA07A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x300, symBinAddr: 0x115BA0, symSize: 0x10 } + - { offsetInCU: 0x969, offset: 0x1AA0BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x310, symBinAddr: 0x115BB0, symSize: 0x10 } + - { offsetInCU: 0x9AA, offset: 0x1AA0FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x320, symBinAddr: 0x115BC0, symSize: 0x20 } + - { offsetInCU: 0x9EB, offset: 0x1AA13D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x340, symBinAddr: 0x115BE0, symSize: 0x20 } + - { offsetInCU: 0xA1D, offset: 0x1AA16F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC06parentC09rectangleAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x1040, symBinAddr: 0x1168A0, symSize: 0x120 } + - { offsetInCU: 0xAD7, offset: 0x1AA229, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCMa', symObjAddr: 0x200, symBinAddr: 0x115AA0, symSize: 0x20 } + - { offsetInCU: 0xF1F, offset: 0x1AA671, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9rectangle8position4size12cornerRadius9directionACSo7CGPointV_So6CGSizeV12CoreGraphics7CGFloatVAA0C9DirectionOtFZTf4nnnnd_n', symObjAddr: 0x360, symBinAddr: 0x115C00, symSize: 0x8F0 } + - { offsetInCU: 0x27, offset: 0x1ABC02, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0x1169C0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x1ABC1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0x1169C0, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x1ABC2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMr', symObjAddr: 0x10, symBinAddr: 0x1169D0, symSize: 0x90 } + - { offsetInCU: 0x73, offset: 0x1ABC4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfC', symObjAddr: 0xA0, symBinAddr: 0x116A60, symSize: 0x80 } + - { offsetInCU: 0x91, offset: 0x1ABC6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfc', symObjAddr: 0x120, symBinAddr: 0x116AE0, symSize: 0x190 } + - { offsetInCU: 0x158, offset: 0x1ABD33, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x2B0, symBinAddr: 0x116C70, symSize: 0x60 } + - { offsetInCU: 0x18D, offset: 0x1ABD68, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x310, symBinAddr: 0x116CD0, symSize: 0x10 } + - { offsetInCU: 0x1C2, offset: 0x1ABD9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueSSvg', symObjAddr: 0x320, symBinAddr: 0x116CE0, symSize: 0x20 } + - { offsetInCU: 0x209, offset: 0x1ABDE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x340, symBinAddr: 0x116D00, symSize: 0x20 } + - { offsetInCU: 0x259, offset: 0x1ABE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x490, symBinAddr: 0x116E50, symSize: 0x30 } + - { offsetInCU: 0x275, offset: 0x1ABE50, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x4C0, symBinAddr: 0x116E80, symSize: 0x30 } + - { offsetInCU: 0x291, offset: 0x1ABE6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4F0, symBinAddr: 0x116EB0, symSize: 0x10 } + - { offsetInCU: 0x2AD, offset: 0x1ABE88, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x500, symBinAddr: 0x116EC0, symSize: 0x20 } + - { offsetInCU: 0x2C9, offset: 0x1ABEA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x520, symBinAddr: 0x116EE0, symSize: 0x10 } + - { offsetInCU: 0x2F4, offset: 0x1ABECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x530, symBinAddr: 0x116EF0, symSize: 0x20 } + - { offsetInCU: 0x325, offset: 0x1ABF00, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1370, symBinAddr: 0x117BC0, symSize: 0x10 } + - { offsetInCU: 0x34F, offset: 0x1ABF2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC6isHoldSbvg', symObjAddr: 0x5B0, symBinAddr: 0x116F70, symSize: 0x30 } + - { offsetInCU: 0x397, offset: 0x1ABF72, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCfd', symObjAddr: 0x5E0, symBinAddr: 0x116FA0, symSize: 0x60 } + - { offsetInCU: 0x3E6, offset: 0x1ABFC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCfD', symObjAddr: 0x640, symBinAddr: 0x117000, symSize: 0x70 } + - { offsetInCU: 0x43B, offset: 0x1AC016, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMa', symObjAddr: 0x6B0, symBinAddr: 0x117070, symSize: 0x10 } + - { offsetInCU: 0x44F, offset: 0x1AC02A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x6C0, symBinAddr: 0x117080, symSize: 0x370 } + - { offsetInCU: 0x49C, offset: 0x1AC077, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0xA30, symBinAddr: 0x1173F0, symSize: 0x50 } + - { offsetInCU: 0x4BF, offset: 0x1AC09A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfc', symObjAddr: 0xA80, symBinAddr: 0x117440, symSize: 0x4D0 } + - { offsetInCU: 0x50C, offset: 0x1AC0E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xF50, symBinAddr: 0x117910, symSize: 0x20 } + - { offsetInCU: 0x52F, offset: 0x1AC10A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF70, symBinAddr: 0x117930, symSize: 0x30 } + - { offsetInCU: 0x552, offset: 0x1AC12D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMa', symObjAddr: 0xFA0, symBinAddr: 0x117960, symSize: 0x10 } + - { offsetInCU: 0x566, offset: 0x1AC141, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSEAAWl', symObjAddr: 0x1010, symBinAddr: 0x117970, symSize: 0x30 } + - { offsetInCU: 0x57A, offset: 0x1AC155, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSeAAWl', symObjAddr: 0x10D0, symBinAddr: 0x1179A0, symSize: 0x30 } + - { offsetInCU: 0x58E, offset: 0x1AC169, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMi', symObjAddr: 0x1160, symBinAddr: 0x1179D0, symSize: 0x10 } + - { offsetInCU: 0x5A2, offset: 0x1AC17D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwet', symObjAddr: 0x1190, symBinAddr: 0x1179E0, symSize: 0x80 } + - { offsetInCU: 0x5B6, offset: 0x1AC191, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwst', symObjAddr: 0x1210, symBinAddr: 0x117A60, symSize: 0xD0 } + - { offsetInCU: 0x5CA, offset: 0x1AC1A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwug', symObjAddr: 0x12E0, symBinAddr: 0x117B30, symSize: 0x10 } + - { offsetInCU: 0x5DE, offset: 0x1AC1B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwup', symObjAddr: 0x12F0, symBinAddr: 0x117B40, symSize: 0x10 } + - { offsetInCU: 0x5F2, offset: 0x1AC1CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwui', symObjAddr: 0x1300, symBinAddr: 0x117B50, symSize: 0x10 } + - { offsetInCU: 0x606, offset: 0x1AC1E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASQWb', symObjAddr: 0x1310, symBinAddr: 0x117B60, symSize: 0x20 } + - { offsetInCU: 0x61A, offset: 0x1AC1F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1330, symBinAddr: 0x117B80, symSize: 0x20 } + - { offsetInCU: 0x62E, offset: 0x1AC209, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1350, symBinAddr: 0x117BA0, symSize: 0x20 } + - { offsetInCU: 0x653, offset: 0x1AC22E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x360, symBinAddr: 0x116D20, symSize: 0x50 } + - { offsetInCU: 0x66F, offset: 0x1AC24A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x3B0, symBinAddr: 0x116D70, symSize: 0x40 } + - { offsetInCU: 0x68B, offset: 0x1AC266, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3F0, symBinAddr: 0x116DB0, symSize: 0x50 } + - { offsetInCU: 0x6A7, offset: 0x1AC282, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x440, symBinAddr: 0x116E00, symSize: 0x50 } + - { offsetInCU: 0x6CA, offset: 0x1AC2A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x116F10, symSize: 0x30 } + - { offsetInCU: 0x6E6, offset: 0x1AC2C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0x116F40, symSize: 0x30 } + - { offsetInCU: 0xA5, offset: 0x1AC56A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x1670, symBinAddr: 0x119240, symSize: 0x270 } + - { offsetInCU: 0x3D8, offset: 0x1AC89D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA17GroupInterpolatorCyAA0A8Vector1DVG_Tg5', symObjAddr: 0x80, symBinAddr: 0x117C50, symSize: 0x120 } + - { offsetInCU: 0x52B, offset: 0x1AC9F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA06SinglecD0CySayAA0A8Vector1DVGG_Tg5', symObjAddr: 0x1A0, symBinAddr: 0x117D70, symSize: 0xD0 } + - { offsetInCU: 0x62F, offset: 0x1ACAF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x390, symBinAddr: 0x117F60, symSize: 0xD0 } + - { offsetInCU: 0x693, offset: 0x1ACB58, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5', symObjAddr: 0x460, symBinAddr: 0x118030, symSize: 0xF0 } + - { offsetInCU: 0x742, offset: 0x1ACC07, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x550, symBinAddr: 0x118120, symSize: 0xE0 } + - { offsetInCU: 0x833, offset: 0x1ACCF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_Tg5', symObjAddr: 0x630, symBinAddr: 0x118200, symSize: 0x240 } + - { offsetInCU: 0x95F, offset: 0x1ACE24, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_Tg5', symObjAddr: 0x870, symBinAddr: 0x118440, symSize: 0x160 } + - { offsetInCU: 0xA41, offset: 0x1ACF06, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_Tg5', symObjAddr: 0x9D0, symBinAddr: 0x1185A0, symSize: 0xD0 } + - { offsetInCU: 0xB29, offset: 0x1ACFEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0xAA0, symBinAddr: 0x118670, symSize: 0x290 } + - { offsetInCU: 0x121A, offset: 0x1AD6DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtFAA0A5ColorV_Tg5', symObjAddr: 0x1250, symBinAddr: 0x118E20, symSize: 0x130 } + - { offsetInCU: 0x137A, offset: 0x1AD83F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtFAA0A8Vector3DV_Tg5', symObjAddr: 0x15E0, symBinAddr: 0x1191B0, symSize: 0x90 } + - { offsetInCU: 0x17D4, offset: 0x1ADC99, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9ShapeItemC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKF', symObjAddr: 0x18E0, symBinAddr: 0x1194B0, symSize: 0x8A0 } + - { offsetInCU: 0x1CE4, offset: 0x1AE1A9, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKF', symObjAddr: 0x2180, symBinAddr: 0x119D50, symSize: 0x1C0 } + - { offsetInCU: 0x1E86, offset: 0x1AE34B, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF', symObjAddr: 0x2340, symBinAddr: 0x119F10, symSize: 0x1F0 } + - { offsetInCU: 0x1FA8, offset: 0x1AE46D, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU0_', symObjAddr: 0x3490, symBinAddr: 0x11B060, symSize: 0x20 } + - { offsetInCU: 0x2066, offset: 0x1AE52B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKF', symObjAddr: 0x2530, symBinAddr: 0x11A100, symSize: 0xF60 } + - { offsetInCU: 0x37A8, offset: 0x1AFC6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndtyF', symObjAddr: 0x34B0, symBinAddr: 0x11B080, symSize: 0x4B0 } + - { offsetInCU: 0x3E8E, offset: 0x1B0353, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b39C038startValueIsAlwaysLessOrEqualToThane7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x3B10, symBinAddr: 0x11B6E0, symSize: 0x780 } + - { offsetInCU: 0x44FE, offset: 0x1B09C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b42C041startValueIsAlwaysGreaterThanOrEqualToe7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x4290, symBinAddr: 0x11BE60, symSize: 0x780 } + - { offsetInCU: 0x4B61, offset: 0x1B1026, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5', symObjAddr: 0x4A10, symBinAddr: 0x11C5E0, symSize: 0x20 } + - { offsetInCU: 0x4B79, offset: 0x1B103E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5', symObjAddr: 0x4A30, symBinAddr: 0x11C600, symSize: 0x60 } + - { offsetInCU: 0x4B91, offset: 0x1B1056, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5', symObjAddr: 0x4A90, symBinAddr: 0x11C660, symSize: 0x20 } + - { offsetInCU: 0x4BA9, offset: 0x1B106E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5', symObjAddr: 0x4AB0, symBinAddr: 0x11C680, symSize: 0x40 } + - { offsetInCU: 0x4D0E, offset: 0x1B11D3, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4DF0, symBinAddr: 0x11C9C0, symSize: 0x110 } + - { offsetInCU: 0x4DD5, offset: 0x1B129A, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnFSS_Tg5', symObjAddr: 0x4F00, symBinAddr: 0x11CAD0, symSize: 0x210 } + - { offsetInCU: 0x4E6C, offset: 0x1B1331, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x5110, symBinAddr: 0x11CCE0, symSize: 0x140 } + - { offsetInCU: 0x4F1D, offset: 0x1B13E2, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtFSS_Tg5', symObjAddr: 0x5250, symBinAddr: 0x11CE20, symSize: 0x190 } + - { offsetInCU: 0x4FF5, offset: 0x1B14BA, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x53E0, symBinAddr: 0x11CFB0, symSize: 0x1C0 } + - { offsetInCU: 0x504E, offset: 0x1B1513, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyFSS_Tg5', symObjAddr: 0x55A0, symBinAddr: 0x11D170, symSize: 0x200 } + - { offsetInCU: 0x50BD, offset: 0x1B1582, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x57A0, symBinAddr: 0x11D370, symSize: 0x2A0 } + - { offsetInCU: 0x5180, offset: 0x1B1645, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tFSS_Tg5', symObjAddr: 0x5A40, symBinAddr: 0x11D610, symSize: 0x300 } + - { offsetInCU: 0x523E, offset: 0x1B1703, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x5D40, symBinAddr: 0x11D910, symSize: 0x310 } + - { offsetInCU: 0x5336, offset: 0x1B17FB, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tFSS_Tg5', symObjAddr: 0x6050, symBinAddr: 0x11DC20, symSize: 0x320 } + - { offsetInCU: 0x5449, offset: 0x1B190E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5', symObjAddr: 0x6370, symBinAddr: 0x11DF40, symSize: 0x30 } + - { offsetInCU: 0x5494, offset: 0x1B1959, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5', symObjAddr: 0x64D0, symBinAddr: 0x11E000, symSize: 0x90 } + - { offsetInCU: 0x54D9, offset: 0x1B199E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x6590, symBinAddr: 0x11E090, symSize: 0x10 } + - { offsetInCU: 0x54ED, offset: 0x1B19B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x66C0, symBinAddr: 0x11E140, symSize: 0x10 } + - { offsetInCU: 0x5501, offset: 0x1B19C6, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x6700, symBinAddr: 0x11E150, symSize: 0x40 } + - { offsetInCU: 0x5515, offset: 0x1B19DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x6800, symBinAddr: 0x11E1C0, symSize: 0x20 } + - { offsetInCU: 0x5529, offset: 0x1B19EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x6820, symBinAddr: 0x11E1E0, symSize: 0x20 } + - { offsetInCU: 0x553D, offset: 0x1B1A02, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x68D0, symBinAddr: 0x11E230, symSize: 0x10 } + - { offsetInCU: 0x555C, offset: 0x1B1A21, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_TG5TA', symObjAddr: 0x68E0, symBinAddr: 0x11E240, symSize: 0x20 } + - { offsetInCU: 0x5590, offset: 0x1B1A55, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE12TextDocumentCG_Tg5TA', symObjAddr: 0x6900, symBinAddr: 0x11E260, symSize: 0x40 } + - { offsetInCU: 0x55B9, offset: 0x1B1A7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x6940, symBinAddr: 0x11E2A0, symSize: 0x10 } + - { offsetInCU: 0x55D8, offset: 0x1B1A9D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E5ColorVG_Tg5TA', symObjAddr: 0x6950, symBinAddr: 0x11E2B0, symSize: 0x60 } + - { offsetInCU: 0x5601, offset: 0x1B1AC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x69D0, symBinAddr: 0x11E330, symSize: 0x10 } + - { offsetInCU: 0x562B, offset: 0x1B1AF0, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRAE0D8Vector1DV_TG5TA', symObjAddr: 0x69E0, symBinAddr: 0x11E340, symSize: 0x20 } + - { offsetInCU: 0x5674, offset: 0x1B1B39, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_TG5TA', symObjAddr: 0x6A60, symBinAddr: 0x11E3C0, symSize: 0x20 } + - { offsetInCU: 0x56C5, offset: 0x1B1B8A, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_Sd_Tg5TA', symObjAddr: 0x6AE0, symBinAddr: 0x11E440, symSize: 0x20 } + - { offsetInCU: 0x5748, offset: 0x1B1C0D, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_Sd_TG5TA', symObjAddr: 0x6B00, symBinAddr: 0x11E460, symSize: 0x50 } + - { offsetInCU: 0x5830, offset: 0x1B1CF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5TA', symObjAddr: 0x6B50, symBinAddr: 0x11E4B0, symSize: 0x10 } + - { offsetInCU: 0x584F, offset: 0x1B1D14, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E8Vector3DVG_Tg5TA', symObjAddr: 0x6B60, symBinAddr: 0x11E4C0, symSize: 0x30 } + - { offsetInCU: 0x5883, offset: 0x1B1D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_TG5TA', symObjAddr: 0x6B90, symBinAddr: 0x11E4F0, symSize: 0x30 } + - { offsetInCU: 0x58B7, offset: 0x1B1D7C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE10BezierPathVG_Tg5TA', symObjAddr: 0x6BC0, symBinAddr: 0x11E520, symSize: 0x30 } + - { offsetInCU: 0x5CE7, offset: 0x1B21AC, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3960, symBinAddr: 0x11B530, symSize: 0xE0 } + - { offsetInCU: 0x5D8C, offset: 0x1B2251, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3A40, symBinAddr: 0x11B610, symSize: 0xD0 } + - { offsetInCU: 0x5ED3, offset: 0x1B2398, size: 0x8, addend: 0x0, symName: '_$sSTsE3mapySayqd__Gqd__7ElementQzKXEKlFs12Zip2SequenceVySaySdGAGG_SdTg574$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRSd_TG5S3ds0F0_pIgnnrzo_Tf1cn_n', symObjAddr: 0x4AF0, symBinAddr: 0x11C6C0, symSize: 0x300 } + - { offsetInCU: 0x4F, offset: 0x1B29C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x11E6E0, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x1B29DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0x11E720, symSize: 0x180 } + - { offsetInCU: 0x1BF, offset: 0x1B2B31, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfC', symObjAddr: 0x200, symBinAddr: 0x11E8A0, symSize: 0x20 } + - { offsetInCU: 0x1DD, offset: 0x1B2B4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfc', symObjAddr: 0x220, symBinAddr: 0x11E8C0, symSize: 0x130 } + - { offsetInCU: 0x2F8, offset: 0x1B2C6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfcTo', symObjAddr: 0x350, symBinAddr: 0x11E9F0, symSize: 0x20 } + - { offsetInCU: 0x314, offset: 0x1B2C86, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x370, symBinAddr: 0x11EA10, symSize: 0x40 } + - { offsetInCU: 0x332, offset: 0x1B2CA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x3B0, symBinAddr: 0x11EA50, symSize: 0x170 } + - { offsetInCU: 0x45D, offset: 0x1B2DCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x520, symBinAddr: 0x11EBC0, symSize: 0x30 } + - { offsetInCU: 0x497, offset: 0x1B2E09, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF', symObjAddr: 0x550, symBinAddr: 0x11EBF0, symSize: 0x130 } + - { offsetInCU: 0x56C, offset: 0x1B2EDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtFTo', symObjAddr: 0x680, symBinAddr: 0x11ED20, symSize: 0x70 } + - { offsetInCU: 0x5A6, offset: 0x1B2F18, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF', symObjAddr: 0x6F0, symBinAddr: 0x11ED90, symSize: 0x1F0 } + - { offsetInCU: 0x6C1, offset: 0x1B3033, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x8E0, symBinAddr: 0x11EF80, symSize: 0x70 } + - { offsetInCU: 0x707, offset: 0x1B3079, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvg', symObjAddr: 0xAA0, symBinAddr: 0x11F140, symSize: 0x50 } + - { offsetInCU: 0x724, offset: 0x1B3096, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvs', symObjAddr: 0xAF0, symBinAddr: 0x11F190, symSize: 0x60 } + - { offsetInCU: 0x74B, offset: 0x1B30BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM', symObjAddr: 0xB50, symBinAddr: 0x11F1F0, symSize: 0x40 } + - { offsetInCU: 0x77A, offset: 0x1B30EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM.resume.0', symObjAddr: 0xB90, symBinAddr: 0x11F230, symSize: 0x10 } + - { offsetInCU: 0x7C3, offset: 0x1B3135, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0xBA0, symBinAddr: 0x11F240, symSize: 0x60 } + - { offsetInCU: 0x837, offset: 0x1B31A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avg', symObjAddr: 0xC00, symBinAddr: 0x11F2A0, symSize: 0x40 } + - { offsetInCU: 0x8BD, offset: 0x1B322F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0xC40, symBinAddr: 0x11F2E0, symSize: 0x40 } + - { offsetInCU: 0x900, offset: 0x1B3272, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avs', symObjAddr: 0xC80, symBinAddr: 0x11F320, symSize: 0x40 } + - { offsetInCU: 0x945, offset: 0x1B32B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0xCC0, symBinAddr: 0x11F360, symSize: 0x90 } + - { offsetInCU: 0xA06, offset: 0x1B3378, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF', symObjAddr: 0xD50, symBinAddr: 0x11F3F0, symSize: 0x190 } + - { offsetInCU: 0xBBC, offset: 0x1B352E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfD', symObjAddr: 0xF10, symBinAddr: 0x11F5B0, symSize: 0x30 } + - { offsetInCU: 0xC77, offset: 0x1B35E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTK', symObjAddr: 0x950, symBinAddr: 0x11EFF0, symSize: 0x90 } + - { offsetInCU: 0xCA4, offset: 0x1B3616, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTk', symObjAddr: 0x9E0, symBinAddr: 0x11F080, symSize: 0xC0 } + - { offsetInCU: 0xDA6, offset: 0x1B3718, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfE', symObjAddr: 0xEE0, symBinAddr: 0x11F580, symSize: 0x30 } + - { offsetInCU: 0xDD3, offset: 0x1B3745, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfETo', symObjAddr: 0xF40, symBinAddr: 0x11F5E0, symSize: 0x40 } + - { offsetInCU: 0xE02, offset: 0x1B3774, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCMa', symObjAddr: 0xFE0, symBinAddr: 0x11F620, symSize: 0x20 } + - { offsetInCU: 0xE16, offset: 0x1B3788, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOy', symObjAddr: 0x1050, symBinAddr: 0x11F640, symSize: 0x20 } + - { offsetInCU: 0xE35, offset: 0x1B37A7, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x1170, symBinAddr: 0x11F760, symSize: 0x20 } + - { offsetInCU: 0xE69, offset: 0x1B37DB, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x1190, symBinAddr: 0x11F780, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1B3B30, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0x11F7B0, symSize: 0xB4 } + - { offsetInCU: 0x55, offset: 0x1B3B5E, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0x11F7B0, symSize: 0xB4 } + - { offsetInCU: 0x27, offset: 0x1B3E45, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x11F870, symSize: 0x400 } + - { offsetInCU: 0x1EB, offset: 0x1B4009, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x11F870, symSize: 0x400 } + - { offsetInCU: 0x508, offset: 0x1B4326, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x400, symBinAddr: 0x11FC70, symSize: 0x140 } + - { offsetInCU: 0x56A, offset: 0x1B4388, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x540, symBinAddr: 0x11FDB0, symSize: 0x50 } + - { offsetInCU: 0x5B0, offset: 0x1B43CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x590, symBinAddr: 0x11FE00, symSize: 0x50 } + - { offsetInCU: 0x5F7, offset: 0x1B4415, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x5E0, symBinAddr: 0x11FE50, symSize: 0x80 } + - { offsetInCU: 0x646, offset: 0x1B4464, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x660, symBinAddr: 0x11FED0, symSize: 0x80 } + - { offsetInCU: 0x709, offset: 0x1B4527, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfD', symObjAddr: 0x710, symBinAddr: 0x11FF80, symSize: 0x30 } + - { offsetInCU: 0x780, offset: 0x1B459E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfE', symObjAddr: 0x6E0, symBinAddr: 0x11FF50, symSize: 0x30 } + - { offsetInCU: 0x7AD, offset: 0x1B45CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfETo', symObjAddr: 0x740, symBinAddr: 0x11FFB0, symSize: 0x30 } + - { offsetInCU: 0x7DC, offset: 0x1B45FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCMa', symObjAddr: 0x770, symBinAddr: 0x11FFE0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1B4830, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x120000, symSize: 0x10 } + - { offsetInCU: 0x50, offset: 0x1B4859, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x120000, symSize: 0x10 } + - { offsetInCU: 0xEA, offset: 0x1B48F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x120010, symSize: 0x40 } + - { offsetInCU: 0x1D0, offset: 0x1B49D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x120050, symSize: 0x20 } + - { offsetInCU: 0x255, offset: 0x1B4A5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0xB0, symBinAddr: 0x1200B0, symSize: 0x30 } + - { offsetInCU: 0x287, offset: 0x1B4A90, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASQWb', symObjAddr: 0xE0, symBinAddr: 0x1200E0, symSize: 0x10 } + - { offsetInCU: 0x29B, offset: 0x1B4AA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVACSQAAWl', symObjAddr: 0xF0, symBinAddr: 0x1200F0, symSize: 0x30 } + - { offsetInCU: 0x2AF, offset: 0x1B4AB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwet', symObjAddr: 0x180, symBinAddr: 0x120120, symSize: 0x40 } + - { offsetInCU: 0x2C3, offset: 0x1B4ACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwst', symObjAddr: 0x1C0, symBinAddr: 0x120160, symSize: 0x40 } + - { offsetInCU: 0x2D7, offset: 0x1B4AE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVMa', symObjAddr: 0x200, symBinAddr: 0x1201A0, symSize: 0xA } + - { offsetInCU: 0x354, offset: 0x1B4B5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x120070, symSize: 0x40 } + - { offsetInCU: 0x1BF, offset: 0x1B4ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV12progressTime3for12CoreGraphics7CGFloatVAH_tKF', symObjAddr: 0x10, symBinAddr: 0x1201C0, symSize: 0x370 } + - { offsetInCU: 0x3CC, offset: 0x1B50DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV19simpleTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x380, symBinAddr: 0x120530, symSize: 0x10 } + - { offsetInCU: 0x3F5, offset: 0x1B5103, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20complexTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x390, symBinAddr: 0x120540, symSize: 0x10 } + - { offsetInCU: 0x41E, offset: 0x1B512C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU_', symObjAddr: 0x3F0, symBinAddr: 0x1205A0, symSize: 0x10 } + - { offsetInCU: 0x447, offset: 0x1B5155, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU0_', symObjAddr: 0x400, symBinAddr: 0x1205B0, symSize: 0x10 } + - { offsetInCU: 0x47F, offset: 0x1B518D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x450, symBinAddr: 0x120600, symSize: 0x10 } + - { offsetInCU: 0x4DF, offset: 0x1B51ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCfD', symObjAddr: 0x410, symBinAddr: 0x1205C0, symSize: 0x20 } + - { offsetInCU: 0x50D, offset: 0x1B521B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCMa', symObjAddr: 0x430, symBinAddr: 0x1205E0, symSize: 0x20 } + - { offsetInCU: 0x521, offset: 0x1B522F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x510, symBinAddr: 0x120610, symSize: 0x20 } + - { offsetInCU: 0x535, offset: 0x1B5243, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x530, symBinAddr: 0x120630, symSize: 0x20 } + - { offsetInCU: 0x549, offset: 0x1B5257, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwCP', symObjAddr: 0x5B0, symBinAddr: 0x120650, symSize: 0x30 } + - { offsetInCU: 0x55D, offset: 0x1B526B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwxx', symObjAddr: 0x5E0, symBinAddr: 0x120680, symSize: 0x80 } + - { offsetInCU: 0x571, offset: 0x1B527F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwcp', symObjAddr: 0x660, symBinAddr: 0x120700, symSize: 0x150 } + - { offsetInCU: 0x585, offset: 0x1B5293, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwca', symObjAddr: 0x7B0, symBinAddr: 0x120850, symSize: 0x1E0 } + - { offsetInCU: 0x599, offset: 0x1B52A7, size: 0x8, addend: 0x0, symName: ___swift_memcpy153_8, symObjAddr: 0x990, symBinAddr: 0x120A30, symSize: 0x10 } + - { offsetInCU: 0x5AD, offset: 0x1B52BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwta', symObjAddr: 0x9A0, symBinAddr: 0x120A40, symSize: 0x170 } + - { offsetInCU: 0x5C1, offset: 0x1B52CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwet', symObjAddr: 0xB10, symBinAddr: 0x120BB0, symSize: 0x50 } + - { offsetInCU: 0x5D5, offset: 0x1B52E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwst', symObjAddr: 0xB60, symBinAddr: 0x120C00, symSize: 0x70 } + - { offsetInCU: 0x5E9, offset: 0x1B52F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVMa', symObjAddr: 0xBD0, symBinAddr: 0x120C70, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x1B54C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x120C80, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x1B5506, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x120C80, symSize: 0x40 } + - { offsetInCU: 0xBF, offset: 0x1B5558, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x60, symBinAddr: 0x120CE0, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x1B5599, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x80, symBinAddr: 0x120D00, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x1B55DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0x120D30, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x1B560C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesC07roundedC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x910, symBinAddr: 0x121530, symSize: 0x200 } + - { offsetInCU: 0x3BE, offset: 0x1B5857, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCMa', symObjAddr: 0x40, symBinAddr: 0x120CC0, symSize: 0x20 } + - { offsetInCU: 0x74E, offset: 0x1B5BE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xD0, symBinAddr: 0x120D50, symSize: 0x630 } + - { offsetInCU: 0xF0C, offset: 0x1B63A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCfD', symObjAddr: 0x700, symBinAddr: 0x121380, symSize: 0x40 } + - { offsetInCU: 0xF6D, offset: 0x1B6406, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x760, symBinAddr: 0x1213E0, symSize: 0x40 } + - { offsetInCU: 0xFB7, offset: 0x1B6450, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x7A0, symBinAddr: 0x121420, symSize: 0x30 } + - { offsetInCU: 0xFF8, offset: 0x1B6491, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x7D0, symBinAddr: 0x121450, symSize: 0x20 } + - { offsetInCU: 0x102A, offset: 0x1B64C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7F0, symBinAddr: 0x121470, symSize: 0x10 } + - { offsetInCU: 0x1046, offset: 0x1B64DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x800, symBinAddr: 0x121480, symSize: 0x10 } + - { offsetInCU: 0x1071, offset: 0x1B650A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x810, symBinAddr: 0x121490, symSize: 0x10 } + - { offsetInCU: 0x10A3, offset: 0x1B653C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x820, symBinAddr: 0x1214A0, symSize: 0x10 } + - { offsetInCU: 0x10CE, offset: 0x1B6567, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x830, symBinAddr: 0x1214B0, symSize: 0x10 } + - { offsetInCU: 0x1100, offset: 0x1B6599, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x840, symBinAddr: 0x1214C0, symSize: 0x10 } + - { offsetInCU: 0x112B, offset: 0x1B65C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x850, symBinAddr: 0x1214D0, symSize: 0x10 } + - { offsetInCU: 0x116C, offset: 0x1B6605, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x860, symBinAddr: 0x1214E0, symSize: 0x10 } + - { offsetInCU: 0x11AD, offset: 0x1B6646, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x870, symBinAddr: 0x1214F0, symSize: 0x20 } + - { offsetInCU: 0x11FD, offset: 0x1B6696, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x890, symBinAddr: 0x121510, symSize: 0x20 } + - { offsetInCU: 0x1238, offset: 0x1B66D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC06parentD007roundedC013upstreamPathsAcA08AnimatorD0_pSg_AA0bC0CSayAA010PathOutputD0CGtcfcTf4ngnn_n', symObjAddr: 0xB10, symBinAddr: 0x121730, symSize: 0x120 } + - { offsetInCU: 0x1302, offset: 0x1B679B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCMa', symObjAddr: 0x740, symBinAddr: 0x1213C0, symSize: 0x20 } + - { offsetInCU: 0x8A, offset: 0x1B6D73, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0x121900, symSize: 0x20 } + - { offsetInCU: 0xBB, offset: 0x1B6DA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0x121920, symSize: 0x10 } + - { offsetInCU: 0xE4, offset: 0x1B6DCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x170, symBinAddr: 0x1219C0, symSize: 0x40 } + - { offsetInCU: 0x109, offset: 0x1B6DF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1B0, symBinAddr: 0x121A00, symSize: 0x5F0 } + - { offsetInCU: 0x175, offset: 0x1B6E5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x7A0, symBinAddr: 0x121FF0, symSize: 0xD60 } + - { offsetInCU: 0x532, offset: 0x1B721B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueSSvg', symObjAddr: 0x1500, symBinAddr: 0x122D50, symSize: 0x20 } + - { offsetInCU: 0x569, offset: 0x1B7252, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x1880, symBinAddr: 0x1230D0, symSize: 0x20 } + - { offsetInCU: 0x5CD, offset: 0x1B72B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x1940, symBinAddr: 0x123190, symSize: 0x40 } + - { offsetInCU: 0x613, offset: 0x1B72FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x1980, symBinAddr: 0x1231D0, symSize: 0x30 } + - { offsetInCU: 0x62F, offset: 0x1B7318, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x19B0, symBinAddr: 0x123200, symSize: 0x10 } + - { offsetInCU: 0x665, offset: 0x1B734E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x19C0, symBinAddr: 0x123210, symSize: 0x30 } + - { offsetInCU: 0x6CA, offset: 0x1B73B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x19F0, symBinAddr: 0x123240, symSize: 0x10 } + - { offsetInCU: 0x6E6, offset: 0x1B73CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1A00, symBinAddr: 0x123250, symSize: 0x10 } + - { offsetInCU: 0x702, offset: 0x1B73EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2470, symBinAddr: 0x123A20, symSize: 0x50 } + - { offsetInCU: 0x72F, offset: 0x1B7418, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1520, symBinAddr: 0x122D70, symSize: 0x360 } + - { offsetInCU: 0x78B, offset: 0x1B7474, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfd', symObjAddr: 0x1AA0, symBinAddr: 0x1232F0, symSize: 0x60 } + - { offsetInCU: 0x7D6, offset: 0x1B74BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfD', symObjAddr: 0x1B00, symBinAddr: 0x123350, symSize: 0x20 } + - { offsetInCU: 0x8A8, offset: 0x1B7591, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfE', symObjAddr: 0x1A50, symBinAddr: 0x1232A0, symSize: 0x50 } + - { offsetInCU: 0x900, offset: 0x1B75E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCMa', symObjAddr: 0x1B20, symBinAddr: 0x123370, symSize: 0x20 } + - { offsetInCU: 0x914, offset: 0x1B75FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwet', symObjAddr: 0x1B60, symBinAddr: 0x123390, symSize: 0x80 } + - { offsetInCU: 0x928, offset: 0x1B7611, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwst', symObjAddr: 0x1BE0, symBinAddr: 0x123410, symSize: 0xD0 } + - { offsetInCU: 0x93C, offset: 0x1B7625, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwup', symObjAddr: 0x1CB0, symBinAddr: 0x1234E0, symSize: 0x10 } + - { offsetInCU: 0x950, offset: 0x1B7639, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOMa', symObjAddr: 0x1CC0, symBinAddr: 0x1234F0, symSize: 0x10 } + - { offsetInCU: 0x964, offset: 0x1B764D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASQWb', symObjAddr: 0x1CD0, symBinAddr: 0x123500, symSize: 0x10 } + - { offsetInCU: 0x978, offset: 0x1B7661, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSQAAWl', symObjAddr: 0x1CE0, symBinAddr: 0x123510, symSize: 0x30 } + - { offsetInCU: 0x98C, offset: 0x1B7675, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSYAAWl', symObjAddr: 0x1D10, symBinAddr: 0x123540, symSize: 0x30 } + - { offsetInCU: 0x9A0, offset: 0x1B7689, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs0C3KeyAAWl', symObjAddr: 0x1DB0, symBinAddr: 0x123570, symSize: 0x30 } + - { offsetInCU: 0x9B4, offset: 0x1B769D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGSgxSgSEsSERzlWl', symObjAddr: 0x1EA0, symBinAddr: 0x1235D0, symSize: 0x60 } + - { offsetInCU: 0x9C8, offset: 0x1B76B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGSgMa', symObjAddr: 0x1F00, symBinAddr: 0x123630, symSize: 0x60 } + - { offsetInCU: 0x9DC, offset: 0x1B76C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSEAAWl', symObjAddr: 0x1F60, symBinAddr: 0x123690, symSize: 0x30 } + - { offsetInCU: 0x9F0, offset: 0x1B76D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSeAAWl', symObjAddr: 0x2130, symBinAddr: 0x1237A0, symSize: 0x30 } + - { offsetInCU: 0xA04, offset: 0x1B76ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwet', symObjAddr: 0x2220, symBinAddr: 0x1237D0, symSize: 0x80 } + - { offsetInCU: 0xA18, offset: 0x1B7701, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwst', symObjAddr: 0x22A0, symBinAddr: 0x123850, symSize: 0xD0 } + - { offsetInCU: 0xA2C, offset: 0x1B7715, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwug', symObjAddr: 0x2370, symBinAddr: 0x123920, symSize: 0x10 } + - { offsetInCU: 0xA40, offset: 0x1B7729, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwup', symObjAddr: 0x2380, symBinAddr: 0x123930, symSize: 0x10 } + - { offsetInCU: 0xA54, offset: 0x1B773D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwui', symObjAddr: 0x2390, symBinAddr: 0x123940, symSize: 0x10 } + - { offsetInCU: 0xA68, offset: 0x1B7751, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOMa', symObjAddr: 0x23A0, symBinAddr: 0x123950, symSize: 0x10 } + - { offsetInCU: 0xA7C, offset: 0x1B7765, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASQWb', symObjAddr: 0x23B0, symBinAddr: 0x123960, symSize: 0x10 } + - { offsetInCU: 0xA90, offset: 0x1B7779, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFSQAAWl', symObjAddr: 0x23C0, symBinAddr: 0x123970, symSize: 0x30 } + - { offsetInCU: 0xAA4, offset: 0x1B778D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x23F0, symBinAddr: 0x1239A0, symSize: 0x10 } + - { offsetInCU: 0xAB8, offset: 0x1B77A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2400, symBinAddr: 0x1239B0, symSize: 0x30 } + - { offsetInCU: 0xACC, offset: 0x1B77B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2430, symBinAddr: 0x1239E0, symSize: 0x10 } + - { offsetInCU: 0xAE0, offset: 0x1B77C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2440, symBinAddr: 0x1239F0, symSize: 0x30 } + - { offsetInCU: 0xB14, offset: 0x1B77FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x121850, symSize: 0x10 } + - { offsetInCU: 0xBA5, offset: 0x1B788E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x121860, symSize: 0x40 } + - { offsetInCU: 0xC54, offset: 0x1B793D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x1218A0, symSize: 0x20 } + - { offsetInCU: 0xCA7, offset: 0x1B7990, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x1218C0, symSize: 0x40 } + - { offsetInCU: 0xD2B, offset: 0x1B7A14, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0x121930, symSize: 0x50 } + - { offsetInCU: 0xD4E, offset: 0x1B7A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0x121980, symSize: 0x40 } + - { offsetInCU: 0xDAE, offset: 0x1B7A97, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18A0, symBinAddr: 0x1230F0, symSize: 0x10 } + - { offsetInCU: 0xE06, offset: 0x1B7AEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH9hashValueSivgTW', symObjAddr: 0x18B0, symBinAddr: 0x123100, symSize: 0x40 } + - { offsetInCU: 0xE6E, offset: 0x1B7B57, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18F0, symBinAddr: 0x123140, symSize: 0x10 } + - { offsetInCU: 0xE82, offset: 0x1B7B6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1900, symBinAddr: 0x123150, symSize: 0x40 } + - { offsetInCU: 0xEBF, offset: 0x1B7BA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1A10, symBinAddr: 0x123260, symSize: 0x20 } + - { offsetInCU: 0xEDB, offset: 0x1B7BC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A30, symBinAddr: 0x123280, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x1B7DB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwet', symObjAddr: 0x50, symBinAddr: 0x123AC0, symSize: 0x50 } + - { offsetInCU: 0x53, offset: 0x1B7DCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwst', symObjAddr: 0xA0, symBinAddr: 0x123B10, symSize: 0xA0 } + - { offsetInCU: 0x67, offset: 0x1B7DDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwug', symObjAddr: 0x140, symBinAddr: 0x123BB0, symSize: 0x10 } + - { offsetInCU: 0x7B, offset: 0x1B7DF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwup', symObjAddr: 0x150, symBinAddr: 0x123BC0, symSize: 0x10 } + - { offsetInCU: 0x8F, offset: 0x1B7E06, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwui', symObjAddr: 0x160, symBinAddr: 0x123BD0, symSize: 0x10 } + - { offsetInCU: 0xA3, offset: 0x1B7E1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOMa', symObjAddr: 0x170, symBinAddr: 0x123BE0, symSize: 0x10 } + - { offsetInCU: 0xD8, offset: 0x1B7E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x1C0, symBinAddr: 0x123C30, symSize: 0x60 } + - { offsetInCU: 0x11B, offset: 0x1B7E92, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValue03RawD0QzvgTW', symObjAddr: 0x220, symBinAddr: 0x123C90, symSize: 0x20 } + - { offsetInCU: 0x15B, offset: 0x1B7ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x240, symBinAddr: 0x123CB0, symSize: 0x10 } + - { offsetInCU: 0x1A6, offset: 0x1B7F1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x250, symBinAddr: 0x123CC0, symSize: 0x60 } + - { offsetInCU: 0x1F1, offset: 0x1B7F68, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x2B0, symBinAddr: 0x123D20, symSize: 0x10 } + - { offsetInCU: 0x20D, offset: 0x1B7F84, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x2C0, symBinAddr: 0x123D30, symSize: 0x10 } + - { offsetInCU: 0x229, offset: 0x1B7FA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorO11stringValueSSvgTf4d_n', symObjAddr: 0x410, symBinAddr: 0x123E40, symSize: 0x20 } + - { offsetInCU: 0x246, offset: 0x1B7FBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASQWb', symObjAddr: 0x310, symBinAddr: 0x123D80, symSize: 0x10 } + - { offsetInCU: 0x25A, offset: 0x1B7FD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACSQAAWl', symObjAddr: 0x320, symBinAddr: 0x123D90, symSize: 0x30 } + - { offsetInCU: 0x26E, offset: 0x1B7FE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x350, symBinAddr: 0x123DC0, symSize: 0x10 } + - { offsetInCU: 0x282, offset: 0x1B7FF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x360, symBinAddr: 0x123DD0, symSize: 0x30 } + - { offsetInCU: 0x296, offset: 0x1B800D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x390, symBinAddr: 0x123E00, symSize: 0x10 } + - { offsetInCU: 0x2AA, offset: 0x1B8021, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs23CustomStringConvertibleAAWl', symObjAddr: 0x3A0, symBinAddr: 0x123E10, symSize: 0x30 } + - { offsetInCU: 0x2DE, offset: 0x1B8055, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x180, symBinAddr: 0x123BF0, symSize: 0x10 } + - { offsetInCU: 0x31E, offset: 0x1B8095, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x190, symBinAddr: 0x123C00, symSize: 0x10 } + - { offsetInCU: 0x35E, offset: 0x1B80D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A0, symBinAddr: 0x123C10, symSize: 0x10 } + - { offsetInCU: 0x39E, offset: 0x1B8115, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1B0, symBinAddr: 0x123C20, symSize: 0x10 } + - { offsetInCU: 0x3D6, offset: 0x1B814D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x2D0, symBinAddr: 0x123D40, symSize: 0x20 } + - { offsetInCU: 0x3F2, offset: 0x1B8169, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x2F0, symBinAddr: 0x123D60, symSize: 0x20 } + - { offsetInCU: 0xBD, offset: 0x1B8360, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC16readUncompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x0, symBinAddr: 0x123E60, symSize: 0x150 } + - { offsetInCU: 0x249, offset: 0x1B84EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x1E0, symBinAddr: 0x123FC0, symSize: 0x150 } + - { offsetInCU: 0x3AF, offset: 0x1B8652, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAEs0C0AAWl', symObjAddr: 0x460, symBinAddr: 0x124240, symSize: 0x30 } + - { offsetInCU: 0x3E5, offset: 0x1B8688, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKFASs5Int64V_SitKXEfU_TA', symObjAddr: 0x490, symBinAddr: 0x124270, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1B88C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x1242D0, symSize: 0xC50 } + - { offsetInCU: 0x4C2, offset: 0x1B8D5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x1242D0, symSize: 0xC50 } + - { offsetInCU: 0xC39, offset: 0x1B94D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfc', symObjAddr: 0xC50, symBinAddr: 0x124F20, symSize: 0x180 } + - { offsetInCU: 0xC9B, offset: 0x1B9534, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0xDD0, symBinAddr: 0x1250A0, symSize: 0x50 } + - { offsetInCU: 0xCE1, offset: 0x1B957A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xE20, symBinAddr: 0x1250F0, symSize: 0x50 } + - { offsetInCU: 0xD28, offset: 0x1B95C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0xE70, symBinAddr: 0x125140, symSize: 0xF0 } + - { offsetInCU: 0xE53, offset: 0x1B96EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF60, symBinAddr: 0x125230, symSize: 0x170 } + - { offsetInCU: 0x1060, offset: 0x1B98F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x10D0, symBinAddr: 0x1253A0, symSize: 0x150 } + - { offsetInCU: 0x127A, offset: 0x1B9B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfD', symObjAddr: 0x1250, symBinAddr: 0x125520, symSize: 0x30 } + - { offsetInCU: 0x1331, offset: 0x1B9BCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfE', symObjAddr: 0x1220, symBinAddr: 0x1254F0, symSize: 0x30 } + - { offsetInCU: 0x135E, offset: 0x1B9BF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfETo', symObjAddr: 0x1280, symBinAddr: 0x125550, symSize: 0x30 } + - { offsetInCU: 0x138D, offset: 0x1B9C26, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCMa', symObjAddr: 0x12B0, symBinAddr: 0x125580, symSize: 0x20 } + - { offsetInCU: 0x94, offset: 0x1BA0B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x1255D0, symSize: 0x90 } + - { offsetInCU: 0x124, offset: 0x1BA142, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMi', symObjAddr: 0x140, symBinAddr: 0x1256A0, symSize: 0x10 } + - { offsetInCU: 0x138, offset: 0x1BA156, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMr', symObjAddr: 0x150, symBinAddr: 0x1256B0, symSize: 0x80 } + - { offsetInCU: 0x14C, offset: 0x1BA16A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwCP', symObjAddr: 0x1D0, symBinAddr: 0x125730, symSize: 0x140 } + - { offsetInCU: 0x160, offset: 0x1BA17E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwxx', symObjAddr: 0x310, symBinAddr: 0x125870, symSize: 0xD0 } + - { offsetInCU: 0x174, offset: 0x1BA192, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwcp', symObjAddr: 0x3E0, symBinAddr: 0x125940, symSize: 0x100 } + - { offsetInCU: 0x188, offset: 0x1BA1A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwca', symObjAddr: 0x4E0, symBinAddr: 0x125A40, symSize: 0x1D0 } + - { offsetInCU: 0x19C, offset: 0x1BA1BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwtk', symObjAddr: 0x6B0, symBinAddr: 0x125C10, symSize: 0xE0 } + - { offsetInCU: 0x1B0, offset: 0x1BA1CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwta', symObjAddr: 0x790, symBinAddr: 0x125CF0, symSize: 0x1B0 } + - { offsetInCU: 0x1C4, offset: 0x1BA1E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwet', symObjAddr: 0x940, symBinAddr: 0x125EA0, symSize: 0x110 } + - { offsetInCU: 0x1D8, offset: 0x1BA1F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwst', symObjAddr: 0xA50, symBinAddr: 0x125FB0, symSize: 0x200 } + - { offsetInCU: 0x1EC, offset: 0x1BA20A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwug', symObjAddr: 0xC50, symBinAddr: 0x1261B0, symSize: 0xA0 } + - { offsetInCU: 0x200, offset: 0x1BA21E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwup', symObjAddr: 0xCF0, symBinAddr: 0x126250, symSize: 0x10 } + - { offsetInCU: 0x214, offset: 0x1BA232, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwui', symObjAddr: 0xD00, symBinAddr: 0x126260, symSize: 0xD0 } + - { offsetInCU: 0x228, offset: 0x1BA246, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMa', symObjAddr: 0xDD0, symBinAddr: 0x126330, symSize: 0x10 } + - { offsetInCU: 0x23C, offset: 0x1BA25A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwCP', symObjAddr: 0xDE0, symBinAddr: 0x126340, symSize: 0x30 } + - { offsetInCU: 0x250, offset: 0x1BA26E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwxx', symObjAddr: 0xE10, symBinAddr: 0x126370, symSize: 0x50 } + - { offsetInCU: 0x264, offset: 0x1BA282, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwcp', symObjAddr: 0xE90, symBinAddr: 0x1263C0, symSize: 0x80 } + - { offsetInCU: 0x278, offset: 0x1BA296, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwca', symObjAddr: 0xF10, symBinAddr: 0x126440, symSize: 0xD0 } + - { offsetInCU: 0x28C, offset: 0x1BA2AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwta', symObjAddr: 0x1000, symBinAddr: 0x126510, symSize: 0xB0 } + - { offsetInCU: 0x2A0, offset: 0x1BA2BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwet', symObjAddr: 0x10B0, symBinAddr: 0x1265C0, symSize: 0x40 } + - { offsetInCU: 0x2B4, offset: 0x1BA2D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwst', symObjAddr: 0x10F0, symBinAddr: 0x126600, symSize: 0x50 } + - { offsetInCU: 0x2C8, offset: 0x1BA2E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwug', symObjAddr: 0x1140, symBinAddr: 0x126650, symSize: 0x20 } + - { offsetInCU: 0x2DC, offset: 0x1BA2FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwup', symObjAddr: 0x1160, symBinAddr: 0x126670, symSize: 0x10 } + - { offsetInCU: 0x2F0, offset: 0x1BA30E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwui', symObjAddr: 0x1170, symBinAddr: 0x126680, symSize: 0x30 } + - { offsetInCU: 0x304, offset: 0x1BA322, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOMa', symObjAddr: 0x11A0, symBinAddr: 0x1266B0, symSize: 0x10 } + - { offsetInCU: 0x318, offset: 0x1BA336, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x11B0, symBinAddr: 0x1266C0, symSize: 0x30 } + - { offsetInCU: 0x384, offset: 0x1BA3A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA04SizebC0C_Tg5', symObjAddr: 0x11E0, symBinAddr: 0x1266F0, symSize: 0xE0 } + - { offsetInCU: 0x49B, offset: 0x1BA4B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg', symObjAddr: 0x1A80, symBinAddr: 0x126F90, symSize: 0x2A0 } + - { offsetInCU: 0x560, offset: 0x1BA57E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_', symObjAddr: 0x1D90, symBinAddr: 0x1272A0, symSize: 0xA0 } + - { offsetInCU: 0x59F, offset: 0x1BA5BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_', symObjAddr: 0x1E90, symBinAddr: 0x127360, symSize: 0x100 } + - { offsetInCU: 0x5D6, offset: 0x1BA5F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_', symObjAddr: 0x2060, symBinAddr: 0x127500, symSize: 0x90 } + - { offsetInCU: 0x761, offset: 0x1BA77F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05ColorbC0C_Tg5', symObjAddr: 0x12C0, symBinAddr: 0x1267D0, symSize: 0x520 } + - { offsetInCU: 0xB2B, offset: 0x1BAB49, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05FloatbC0C_Tg5', symObjAddr: 0x17E0, symBinAddr: 0x126CF0, symSize: 0xD0 } + - { offsetInCU: 0xBF9, offset: 0x1BAC17, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05PointbC0C_Tg5', symObjAddr: 0x18B0, symBinAddr: 0x126DC0, symSize: 0xE0 } + - { offsetInCU: 0xCC6, offset: 0x1BACE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA08GradientbC0C_Tg5', symObjAddr: 0x1990, symBinAddr: 0x126EA0, symSize: 0xF0 } + - { offsetInCU: 0xD4B, offset: 0x1BAD69, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1D20, symBinAddr: 0x127230, symSize: 0x20 } + - { offsetInCU: 0xD67, offset: 0x1BAD85, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1D40, symBinAddr: 0x127250, symSize: 0x20 } + - { offsetInCU: 0xD83, offset: 0x1BADA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1D60, symBinAddr: 0x127270, symSize: 0x30 } + - { offsetInCU: 0xD9F, offset: 0x1BADBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_TA', symObjAddr: 0x1E30, symBinAddr: 0x127340, symSize: 0x20 } + - { offsetInCU: 0xDB3, offset: 0x1BADD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_TA', symObjAddr: 0x21E0, symBinAddr: 0x127680, symSize: 0xA0 } + - { offsetInCU: 0xE11, offset: 0x1BAE2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tFAA0A5ColorV_TB5', symObjAddr: 0x2280, symBinAddr: 0x127720, symSize: 0x160 } + - { offsetInCU: 0xED7, offset: 0x1BAEF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tF', symObjAddr: 0x23E0, symBinAddr: 0x127880, symSize: 0x170 } + - { offsetInCU: 0xF5B, offset: 0x1BAF79, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2550, symBinAddr: 0x1279F0, symSize: 0x30 } + - { offsetInCU: 0xF77, offset: 0x1BAF95, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2580, symBinAddr: 0x127A20, symSize: 0x20 } + - { offsetInCU: 0xF93, offset: 0x1BAFB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x25A0, symBinAddr: 0x127A40, symSize: 0x20 } + - { offsetInCU: 0xFAF, offset: 0x1BAFCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x25C0, symBinAddr: 0x127A60, symSize: 0x20 } + - { offsetInCU: 0xFCB, offset: 0x1BAFE9, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05PointdF0C_Tg5TA', symObjAddr: 0x2630, symBinAddr: 0x127AD0, symSize: 0x20 } + - { offsetInCU: 0xFDF, offset: 0x1BAFFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x2660, symBinAddr: 0x127B00, symSize: 0x20 } + - { offsetInCU: 0xFF3, offset: 0x1BB011, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0x2680, symBinAddr: 0x127B20, symSize: 0x20 } + - { offsetInCU: 0x1007, offset: 0x1BB025, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5TA', symObjAddr: 0x26A0, symBinAddr: 0x127B40, symSize: 0x20 } + - { offsetInCU: 0x101B, offset: 0x1BB039, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOy', symObjAddr: 0x26C0, symBinAddr: 0x127B60, symSize: 0x20 } + - { offsetInCU: 0x102F, offset: 0x1BB04D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x26F0, symBinAddr: 0x127B90, symSize: 0x20 } + - { offsetInCU: 0x1043, offset: 0x1BB061, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5TA', symObjAddr: 0x2710, symBinAddr: 0x127BB0, symSize: 0x20 } + - { offsetInCU: 0x1057, offset: 0x1BB075, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOe', symObjAddr: 0x27B0, symBinAddr: 0x127C20, symSize: 0x30 } + - { offsetInCU: 0x106B, offset: 0x1BB089, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOb', symObjAddr: 0x27E0, symBinAddr: 0x127C50, symSize: 0x40 } + - { offsetInCU: 0x108A, offset: 0x1BB0A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_AA05ColorbC0C_TG5TA', symObjAddr: 0x2820, symBinAddr: 0x127C90, symSize: 0x40 } + - { offsetInCU: 0x10DE, offset: 0x1BB0FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOy', symObjAddr: 0x2860, symBinAddr: 0x127CD0, symSize: 0x30 } + - { offsetInCU: 0x10F2, offset: 0x1BB110, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5TA', symObjAddr: 0x2890, symBinAddr: 0x127D00, symSize: 0x20 } + - { offsetInCU: 0x1106, offset: 0x1BB124, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x28B0, symBinAddr: 0x127D20, symSize: 0x10 } + - { offsetInCU: 0x111A, offset: 0x1BB138, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5TA', symObjAddr: 0x2970, symBinAddr: 0x127DE0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1BB5AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x127E80, symSize: 0x1190 } + - { offsetInCU: 0x28D, offset: 0x1BB80C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x127E80, symSize: 0x1190 } + - { offsetInCU: 0xC61, offset: 0x1BC1E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_', symObjAddr: 0x16F0, symBinAddr: 0x129570, symSize: 0xC0 } + - { offsetInCU: 0xCFD, offset: 0x1BC27C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0x1190, symBinAddr: 0x129010, symSize: 0x10 } + - { offsetInCU: 0xD19, offset: 0x1BC298, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x11A0, symBinAddr: 0x129020, symSize: 0x430 } + - { offsetInCU: 0xE68, offset: 0x1BC3E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x16A0, symBinAddr: 0x129520, symSize: 0x50 } + - { offsetInCU: 0xE84, offset: 0x1BC403, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfc', symObjAddr: 0x17B0, symBinAddr: 0x129630, symSize: 0x180 } + - { offsetInCU: 0xEB3, offset: 0x1BC432, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfcTo', symObjAddr: 0x1930, symBinAddr: 0x1297B0, symSize: 0x20 } + - { offsetInCU: 0xECF, offset: 0x1BC44E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfc', symObjAddr: 0x1950, symBinAddr: 0x1297D0, symSize: 0x1C0 } + - { offsetInCU: 0xF0C, offset: 0x1BC48B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x1B10, symBinAddr: 0x129990, symSize: 0x50 } + - { offsetInCU: 0xF28, offset: 0x1BC4A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1B60, symBinAddr: 0x1299E0, symSize: 0x1A0 } + - { offsetInCU: 0xF65, offset: 0x1BC4E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1D00, symBinAddr: 0x129B80, symSize: 0x30 } + - { offsetInCU: 0xF81, offset: 0x1BC500, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfD', symObjAddr: 0x1D30, symBinAddr: 0x129BB0, symSize: 0x30 } + - { offsetInCU: 0x1002, offset: 0x1BC581, size: 0x8, addend: 0x0, symName: '_$sSo12CGContextRefa6LottieE21adjustWithLineOrigins33_ADD2B19552B13F52C52B0803615BD067LL2in4withySo07CTFrameB0a_So06CTFontB0aSgtF', symObjAddr: 0x15D0, symBinAddr: 0x129450, symSize: 0xD0 } + - { offsetInCU: 0x1156, offset: 0x1BC6D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfETo', symObjAddr: 0x1D60, symBinAddr: 0x129BE0, symSize: 0x80 } + - { offsetInCU: 0x1185, offset: 0x1BC704, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCMa', symObjAddr: 0x1DE0, symBinAddr: 0x129C60, symSize: 0x20 } + - { offsetInCU: 0x1199, offset: 0x1BC718, size: 0x8, addend: 0x0, symName: '_$sSo23NSMutableParagraphStyleCMa', symObjAddr: 0x1E40, symBinAddr: 0x129C80, symSize: 0x30 } + - { offsetInCU: 0x1247, offset: 0x1BC7C6, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaABSHSCWl', symObjAddr: 0x2030, symBinAddr: 0x129E70, symSize: 0x40 } + - { offsetInCU: 0x125B, offset: 0x1BC7DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_TA', symObjAddr: 0x20F0, symBinAddr: 0x129EB0, symSize: 0x10 } + - { offsetInCU: 0x126F, offset: 0x1BC7EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x2100, symBinAddr: 0x129EC0, symSize: 0x20 } + - { offsetInCU: 0x139D, offset: 0x1BC91C, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSo018NSAttributedStringD0a_ypTg5', symObjAddr: 0x1E70, symBinAddr: 0x129CB0, symSize: 0xD0 } + - { offsetInCU: 0x1452, offset: 0x1BC9D1, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x1F40, symBinAddr: 0x129D80, symSize: 0xF0 } + - { offsetInCU: 0x4F, offset: 0x1BCE86, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x129EE0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1BCEAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x129F20, symSize: 0x2F0 } + - { offsetInCU: 0xE0, offset: 0x1BCF17, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x330, symBinAddr: 0x12A210, symSize: 0x4B0 } + - { offsetInCU: 0x227, offset: 0x1BD05E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO8rawValueSSvg', symObjAddr: 0x7E0, symBinAddr: 0x12A6C0, symSize: 0x20 } + - { offsetInCU: 0x25E, offset: 0x1BD095, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x9D0, symBinAddr: 0x12A8B0, symSize: 0x20 } + - { offsetInCU: 0x2DC, offset: 0x1BD113, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0xA30, symBinAddr: 0x12A910, symSize: 0x70 } + - { offsetInCU: 0x342, offset: 0x1BD179, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0xAA0, symBinAddr: 0x12A980, symSize: 0x30 } + - { offsetInCU: 0x35E, offset: 0x1BD195, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xAD0, symBinAddr: 0x12A9B0, symSize: 0x10 } + - { offsetInCU: 0x394, offset: 0x1BD1CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAE0, symBinAddr: 0x12A9C0, symSize: 0x60 } + - { offsetInCU: 0x419, offset: 0x1BD250, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB40, symBinAddr: 0x12AA20, symSize: 0x10 } + - { offsetInCU: 0x435, offset: 0x1BD26C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB50, symBinAddr: 0x12AA30, symSize: 0x10 } + - { offsetInCU: 0x453, offset: 0x1BD28A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x800, symBinAddr: 0x12A6E0, symSize: 0x1D0 } + - { offsetInCU: 0x4AF, offset: 0x1BD2E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfd', symObjAddr: 0xBC0, symBinAddr: 0x12AAA0, symSize: 0x60 } + - { offsetInCU: 0x4F2, offset: 0x1BD329, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfD', symObjAddr: 0xC20, symBinAddr: 0x12AB00, symSize: 0x20 } + - { offsetInCU: 0x5AE, offset: 0x1BD3E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfE', symObjAddr: 0xBA0, symBinAddr: 0x12AA80, symSize: 0x20 } + - { offsetInCU: 0x606, offset: 0x1BD43D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCMa', symObjAddr: 0xC40, symBinAddr: 0x12AB20, symSize: 0x20 } + - { offsetInCU: 0x61A, offset: 0x1BD451, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs0F3KeyAAWl', symObjAddr: 0xCD0, symBinAddr: 0x12AB40, symSize: 0x30 } + - { offsetInCU: 0x62E, offset: 0x1BD465, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwet', symObjAddr: 0xF70, symBinAddr: 0x12ABF0, symSize: 0x80 } + - { offsetInCU: 0x642, offset: 0x1BD479, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwst', symObjAddr: 0xFF0, symBinAddr: 0x12AC70, symSize: 0xD0 } + - { offsetInCU: 0x656, offset: 0x1BD48D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwug', symObjAddr: 0x10C0, symBinAddr: 0x12AD40, symSize: 0x10 } + - { offsetInCU: 0x66A, offset: 0x1BD4A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwup', symObjAddr: 0x10D0, symBinAddr: 0x12AD50, symSize: 0x10 } + - { offsetInCU: 0x67E, offset: 0x1BD4B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwui', symObjAddr: 0x10E0, symBinAddr: 0x12AD60, symSize: 0x10 } + - { offsetInCU: 0x692, offset: 0x1BD4C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOMa', symObjAddr: 0x10F0, symBinAddr: 0x12AD70, symSize: 0x10 } + - { offsetInCU: 0x6A6, offset: 0x1BD4DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASQWb', symObjAddr: 0x1100, symBinAddr: 0x12AD80, symSize: 0x10 } + - { offsetInCU: 0x6BA, offset: 0x1BD4F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFSQAAWl', symObjAddr: 0x1110, symBinAddr: 0x12AD90, symSize: 0x30 } + - { offsetInCU: 0x6CE, offset: 0x1BD505, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1140, symBinAddr: 0x12ADC0, symSize: 0x10 } + - { offsetInCU: 0x6E2, offset: 0x1BD519, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1150, symBinAddr: 0x12ADD0, symSize: 0x30 } + - { offsetInCU: 0x6F6, offset: 0x1BD52D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1180, symBinAddr: 0x12AE00, symSize: 0x10 } + - { offsetInCU: 0x70A, offset: 0x1BD541, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1190, symBinAddr: 0x12AE10, symSize: 0x30 } + - { offsetInCU: 0x765, offset: 0x1BD59C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9F0, symBinAddr: 0x12A8D0, symSize: 0x10 } + - { offsetInCU: 0x781, offset: 0x1BD5B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH9hashValueSivgTW', symObjAddr: 0xA00, symBinAddr: 0x12A8E0, symSize: 0x10 } + - { offsetInCU: 0x79D, offset: 0x1BD5D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA10, symBinAddr: 0x12A8F0, symSize: 0x10 } + - { offsetInCU: 0x7B9, offset: 0x1BD5F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA20, symBinAddr: 0x12A900, symSize: 0x10 } + - { offsetInCU: 0x7DC, offset: 0x1BD613, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB60, symBinAddr: 0x12AA40, symSize: 0x20 } + - { offsetInCU: 0x7F8, offset: 0x1BD62F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB80, symBinAddr: 0x12AA60, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x1BD823, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0x12AE40, symSize: 0x20 } + - { offsetInCU: 0xAC, offset: 0x1BD884, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x70, symBinAddr: 0x12AEB0, symSize: 0x70 } + - { offsetInCU: 0x112, offset: 0x1BD8EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xE0, symBinAddr: 0x12AF20, symSize: 0x30 } + - { offsetInCU: 0x13B, offset: 0x1BD913, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1A0, symBinAddr: 0x12AFE0, symSize: 0x320 } + - { offsetInCU: 0x1C1, offset: 0x1BD999, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4C0, symBinAddr: 0x12B300, symSize: 0x5F0 } + - { offsetInCU: 0x395, offset: 0x1BDB6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO8rawValueSSvg', symObjAddr: 0xAB0, symBinAddr: 0x12B8F0, symSize: 0x20 } + - { offsetInCU: 0x3CC, offset: 0x1BDBA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0xAD0, symBinAddr: 0x12B910, symSize: 0x20 } + - { offsetInCU: 0x44A, offset: 0x1BDC22, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xB30, symBinAddr: 0x12B970, symSize: 0x70 } + - { offsetInCU: 0x4B0, offset: 0x1BDC88, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xBA0, symBinAddr: 0x12B9E0, symSize: 0x30 } + - { offsetInCU: 0x4CC, offset: 0x1BDCA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBD0, symBinAddr: 0x12BA10, symSize: 0x10 } + - { offsetInCU: 0x502, offset: 0x1BDCDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBE0, symBinAddr: 0x12BA20, symSize: 0x60 } + - { offsetInCU: 0x587, offset: 0x1BDD5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xC40, symBinAddr: 0x12BA80, symSize: 0x10 } + - { offsetInCU: 0x5A3, offset: 0x1BDD7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xC50, symBinAddr: 0x12BA90, symSize: 0x10 } + - { offsetInCU: 0x5DE, offset: 0x1BDDB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCfD', symObjAddr: 0xCA0, symBinAddr: 0x12BAE0, symSize: 0x40 } + - { offsetInCU: 0x621, offset: 0x1BDDF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC6encode2toys7Encoder_p_tKF', symObjAddr: 0xED0, symBinAddr: 0x12BCF0, symSize: 0x240 } + - { offsetInCU: 0x678, offset: 0x1BDE50, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1110, symBinAddr: 0x12BF30, symSize: 0x50 } + - { offsetInCU: 0x6B0, offset: 0x1BDE88, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1160, symBinAddr: 0x12BF80, symSize: 0x20 } + - { offsetInCU: 0x760, offset: 0x1BDF38, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCMa', symObjAddr: 0xCE0, symBinAddr: 0x12BB20, symSize: 0x20 } + - { offsetInCU: 0x774, offset: 0x1BDF4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwet', symObjAddr: 0xD20, symBinAddr: 0x12BB40, symSize: 0x80 } + - { offsetInCU: 0x788, offset: 0x1BDF60, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwst', symObjAddr: 0xDA0, symBinAddr: 0x12BBC0, symSize: 0xD0 } + - { offsetInCU: 0x79C, offset: 0x1BDF74, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwup', symObjAddr: 0xE70, symBinAddr: 0x12BC90, symSize: 0x10 } + - { offsetInCU: 0x7B0, offset: 0x1BDF88, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOMa', symObjAddr: 0xE80, symBinAddr: 0x12BCA0, symSize: 0x10 } + - { offsetInCU: 0x7C4, offset: 0x1BDF9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASQWb', symObjAddr: 0xE90, symBinAddr: 0x12BCB0, symSize: 0x10 } + - { offsetInCU: 0x7D8, offset: 0x1BDFB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSQAAWl', symObjAddr: 0xEA0, symBinAddr: 0x12BCC0, symSize: 0x30 } + - { offsetInCU: 0x7EC, offset: 0x1BDFC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x11F0, symBinAddr: 0x12BFA0, symSize: 0x30 } + - { offsetInCU: 0x800, offset: 0x1BDFD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSeAAWl', symObjAddr: 0x1250, symBinAddr: 0x12BFD0, symSize: 0x30 } + - { offsetInCU: 0x814, offset: 0x1BDFEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSeAAWl', symObjAddr: 0x12E0, symBinAddr: 0x12C030, symSize: 0x30 } + - { offsetInCU: 0x828, offset: 0x1BE000, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSEAAWl', symObjAddr: 0x1310, symBinAddr: 0x12C060, symSize: 0x30 } + - { offsetInCU: 0x83C, offset: 0x1BE014, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSEAAWl', symObjAddr: 0x1450, symBinAddr: 0x12C170, symSize: 0x30 } + - { offsetInCU: 0x850, offset: 0x1BE028, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSYAAWl', symObjAddr: 0x1480, symBinAddr: 0x12C1A0, symSize: 0x30 } + - { offsetInCU: 0x864, offset: 0x1BE03C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwet', symObjAddr: 0x1540, symBinAddr: 0x12C1D0, symSize: 0x80 } + - { offsetInCU: 0x878, offset: 0x1BE050, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwst', symObjAddr: 0x15C0, symBinAddr: 0x12C250, symSize: 0xD0 } + - { offsetInCU: 0x88C, offset: 0x1BE064, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwug', symObjAddr: 0x1690, symBinAddr: 0x12C320, symSize: 0x10 } + - { offsetInCU: 0x8A0, offset: 0x1BE078, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwup', symObjAddr: 0x16A0, symBinAddr: 0x12C330, symSize: 0x10 } + - { offsetInCU: 0x8B4, offset: 0x1BE08C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwui', symObjAddr: 0x16B0, symBinAddr: 0x12C340, symSize: 0x10 } + - { offsetInCU: 0x8C8, offset: 0x1BE0A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOMa', symObjAddr: 0x16C0, symBinAddr: 0x12C350, symSize: 0x10 } + - { offsetInCU: 0x8DC, offset: 0x1BE0B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASQWb', symObjAddr: 0x16D0, symBinAddr: 0x12C360, symSize: 0x10 } + - { offsetInCU: 0x8F0, offset: 0x1BE0C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAESQAAWl', symObjAddr: 0x16E0, symBinAddr: 0x12C370, symSize: 0x30 } + - { offsetInCU: 0x904, offset: 0x1BE0DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1710, symBinAddr: 0x12C3A0, symSize: 0x10 } + - { offsetInCU: 0x918, offset: 0x1BE0F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1720, symBinAddr: 0x12C3B0, symSize: 0x30 } + - { offsetInCU: 0x92C, offset: 0x1BE104, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1750, symBinAddr: 0x12C3E0, symSize: 0x10 } + - { offsetInCU: 0x940, offset: 0x1BE118, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1760, symBinAddr: 0x12C3F0, symSize: 0x30 } + - { offsetInCU: 0x965, offset: 0x1BE13D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0x12AE60, symSize: 0x10 } + - { offsetInCU: 0x99F, offset: 0x1BE177, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0x12AE70, symSize: 0x20 } + - { offsetInCU: 0x9E5, offset: 0x1BE1BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x12AE90, symSize: 0x10 } + - { offsetInCU: 0xA01, offset: 0x1BE1D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x60, symBinAddr: 0x12AEA0, symSize: 0x10 } + - { offsetInCU: 0xA1C, offset: 0x1BE1F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0x12AF50, symSize: 0x50 } + - { offsetInCU: 0xA3F, offset: 0x1BE217, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0x12AFA0, symSize: 0x40 } + - { offsetInCU: 0xAA6, offset: 0x1BE27E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAF0, symBinAddr: 0x12B930, symSize: 0x10 } + - { offsetInCU: 0xAC2, offset: 0x1BE29A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB00, symBinAddr: 0x12B940, symSize: 0x10 } + - { offsetInCU: 0xADE, offset: 0x1BE2B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB10, symBinAddr: 0x12B950, symSize: 0x10 } + - { offsetInCU: 0xAFA, offset: 0x1BE2D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB20, symBinAddr: 0x12B960, symSize: 0x10 } + - { offsetInCU: 0xB1D, offset: 0x1BE2F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xC60, symBinAddr: 0x12BAA0, symSize: 0x20 } + - { offsetInCU: 0xB39, offset: 0x1BE311, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xC80, symBinAddr: 0x12BAC0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1BE4CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x12C440, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x1BE4E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x12C440, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x1BE4F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwet', symObjAddr: 0x70, symBinAddr: 0x12C470, symSize: 0x20 } + - { offsetInCU: 0x6B, offset: 0x1BE50B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwst', symObjAddr: 0x90, symBinAddr: 0x12C490, symSize: 0x30 } + - { offsetInCU: 0x7F, offset: 0x1BE51F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVMa', symObjAddr: 0xC0, symBinAddr: 0x12C4C0, symSize: 0xA } + - { offsetInCU: 0x27, offset: 0x1BE66F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x12C4D0, symSize: 0xA2 } + - { offsetInCU: 0x81, offset: 0x1BE6C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x12C4D0, symSize: 0xA2 } + - { offsetInCU: 0x5E, offset: 0x1BE92A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x12C580, symSize: 0x40 } + - { offsetInCU: 0x92, offset: 0x1BE95E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0x12C5C0, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x1BE972, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfC', symObjAddr: 0x70, symBinAddr: 0x12C5F0, symSize: 0x20 } + - { offsetInCU: 0xC4, offset: 0x1BE990, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfc', symObjAddr: 0x90, symBinAddr: 0x12C610, symSize: 0x190 } + - { offsetInCU: 0x142, offset: 0x1BEA0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfcTo', symObjAddr: 0x220, symBinAddr: 0x12C7A0, symSize: 0x20 } + - { offsetInCU: 0x15E, offset: 0x1BEA2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x240, symBinAddr: 0x12C7C0, symSize: 0x40 } + - { offsetInCU: 0x17C, offset: 0x1BEA48, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x280, symBinAddr: 0x12C800, symSize: 0x190 } + - { offsetInCU: 0x208, offset: 0x1BEAD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x410, symBinAddr: 0x12C990, symSize: 0x30 } + - { offsetInCU: 0x260, offset: 0x1BEB2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC15animationDidSetyyF', symObjAddr: 0x440, symBinAddr: 0x12C9C0, symSize: 0x50 } + - { offsetInCU: 0x2C1, offset: 0x1BEB8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF', symObjAddr: 0x490, symBinAddr: 0x12CA10, symSize: 0x80 } + - { offsetInCU: 0x346, offset: 0x1BEC12, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x510, symBinAddr: 0x12CA90, symSize: 0xC0 } + - { offsetInCU: 0x3B7, offset: 0x1BEC83, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ', symObjAddr: 0x5D0, symBinAddr: 0x12CB50, symSize: 0x10 } + - { offsetInCU: 0x3E6, offset: 0x1BECB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x5E0, symBinAddr: 0x12CB60, symSize: 0x20 } + - { offsetInCU: 0x47C, offset: 0x1BED48, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg', symObjAddr: 0x600, symBinAddr: 0x12CB80, symSize: 0x40 } + - { offsetInCU: 0x577, offset: 0x1BEE43, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x640, symBinAddr: 0x12CBC0, symSize: 0x10 } + - { offsetInCU: 0x5CD, offset: 0x1BEE99, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x650, symBinAddr: 0x12CBD0, symSize: 0x40 } + - { offsetInCU: 0x6B1, offset: 0x1BEF7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x690, symBinAddr: 0x12CC10, symSize: 0x20 } + - { offsetInCU: 0x724, offset: 0x1BEFF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg', symObjAddr: 0x6F0, symBinAddr: 0x12CC70, symSize: 0x40 } + - { offsetInCU: 0x741, offset: 0x1BF00D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs', symObjAddr: 0x730, symBinAddr: 0x12CCB0, symSize: 0x40 } + - { offsetInCU: 0x77A, offset: 0x1BF046, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM', symObjAddr: 0x770, symBinAddr: 0x12CCF0, symSize: 0x40 } + - { offsetInCU: 0x7A9, offset: 0x1BF075, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg', symObjAddr: 0x7B0, symBinAddr: 0x12CD30, symSize: 0x30 } + - { offsetInCU: 0x7C6, offset: 0x1BF092, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs', symObjAddr: 0x7E0, symBinAddr: 0x12CD60, symSize: 0x40 } + - { offsetInCU: 0x803, offset: 0x1BF0CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM', symObjAddr: 0x820, symBinAddr: 0x12CDA0, symSize: 0x40 } + - { offsetInCU: 0x850, offset: 0x1BF11C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0x860, symBinAddr: 0x12CDE0, symSize: 0x60 } + - { offsetInCU: 0x8C4, offset: 0x1BF190, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avg', symObjAddr: 0x8C0, symBinAddr: 0x12CE40, symSize: 0x40 } + - { offsetInCU: 0x94A, offset: 0x1BF216, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0x900, symBinAddr: 0x12CE80, symSize: 0x40 } + - { offsetInCU: 0x98D, offset: 0x1BF259, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avs', symObjAddr: 0x940, symBinAddr: 0x12CEC0, symSize: 0x40 } + - { offsetInCU: 0x9FC, offset: 0x1BF2C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg', symObjAddr: 0xAD0, symBinAddr: 0x12D050, symSize: 0x50 } + - { offsetInCU: 0xA19, offset: 0x1BF2E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs', symObjAddr: 0xB20, symBinAddr: 0x12D0A0, symSize: 0x60 } + - { offsetInCU: 0xA40, offset: 0x1BF30C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM', symObjAddr: 0xB80, symBinAddr: 0x12D100, symSize: 0x40 } + - { offsetInCU: 0xA6F, offset: 0x1BF33B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM.resume.0', symObjAddr: 0xBC0, symBinAddr: 0x12D140, symSize: 0x10 } + - { offsetInCU: 0xA9A, offset: 0x1BF366, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvs', symObjAddr: 0xBD0, symBinAddr: 0x12D150, symSize: 0x30 } + - { offsetInCU: 0xADF, offset: 0x1BF3AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0xC00, symBinAddr: 0x12D180, symSize: 0x20 } + - { offsetInCU: 0xB38, offset: 0x1BF404, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM', symObjAddr: 0xC20, symBinAddr: 0x12D1A0, symSize: 0x30 } + - { offsetInCU: 0xBCA, offset: 0x1BF496, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM.resume.0', symObjAddr: 0xC50, symBinAddr: 0x12D1D0, symSize: 0x30 } + - { offsetInCU: 0xC48, offset: 0x1BF514, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF', symObjAddr: 0xC80, symBinAddr: 0x12D200, symSize: 0x30 } + - { offsetInCU: 0xCC3, offset: 0x1BF58F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF', symObjAddr: 0xCB0, symBinAddr: 0x12D230, symSize: 0x60 } + - { offsetInCU: 0xDBE, offset: 0x1BF68A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btF', symObjAddr: 0xD10, symBinAddr: 0x12D290, symSize: 0x380 } + - { offsetInCU: 0x10A5, offset: 0x1BF971, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_', symObjAddr: 0x1090, symBinAddr: 0x12D610, symSize: 0xC0 } + - { offsetInCU: 0x115F, offset: 0x1BFA2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC24updateAccessibilityLabel33_69DC16219B29E88431F21A6FFAC9EAE9LLyyF', symObjAddr: 0x1150, symBinAddr: 0x12D6D0, symSize: 0xF0 } + - { offsetInCU: 0x11C9, offset: 0x1BFA95, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfD', symObjAddr: 0x1280, symBinAddr: 0x12D800, symSize: 0x30 } + - { offsetInCU: 0x11F6, offset: 0x1BFAC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x1320, symBinAddr: 0x12D8A0, symSize: 0x1B0 } + - { offsetInCU: 0x1332, offset: 0x1BFBFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15HapticGeneratorCfD', symObjAddr: 0x12F0, symBinAddr: 0x12D870, symSize: 0x30 } + - { offsetInCU: 0x13AA, offset: 0x1BFC76, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTK', symObjAddr: 0x980, symBinAddr: 0x12CF00, symSize: 0x90 } + - { offsetInCU: 0x13D7, offset: 0x1BFCA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTk', symObjAddr: 0xA10, symBinAddr: 0x12CF90, symSize: 0xC0 } + - { offsetInCU: 0x1567, offset: 0x1BFE33, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfE', symObjAddr: 0x1240, symBinAddr: 0x12D7C0, symSize: 0x40 } + - { offsetInCU: 0x1596, offset: 0x1BFE62, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfETo', symObjAddr: 0x12B0, symBinAddr: 0x12D830, symSize: 0x40 } + - { offsetInCU: 0x15C5, offset: 0x1BFE91, size: 0x8, addend: 0x0, symName: '_$s6Lottie15HapticGeneratorCMa', symObjAddr: 0x14D0, symBinAddr: 0x12DA50, symSize: 0x20 } + - { offsetInCU: 0x15D9, offset: 0x1BFEA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImpactGenerator_pWOb', symObjAddr: 0x14F0, symBinAddr: 0x12DA70, symSize: 0x20 } + - { offsetInCU: 0x15ED, offset: 0x1BFEB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCMa', symObjAddr: 0x1510, symBinAddr: 0x12DA90, symSize: 0x20 } + - { offsetInCU: 0x1601, offset: 0x1BFECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASQWb', symObjAddr: 0x1570, symBinAddr: 0x12DAB0, symSize: 0x10 } + - { offsetInCU: 0x1615, offset: 0x1BFEE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOAESQAAWl', symObjAddr: 0x1580, symBinAddr: 0x12DAC0, symSize: 0x30 } + - { offsetInCU: 0x1629, offset: 0x1BFEF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwet', symObjAddr: 0x1920, symBinAddr: 0x12DE40, symSize: 0x80 } + - { offsetInCU: 0x163D, offset: 0x1BFF09, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwst', symObjAddr: 0x19A0, symBinAddr: 0x12DEC0, symSize: 0xD0 } + - { offsetInCU: 0x1651, offset: 0x1BFF1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwug', symObjAddr: 0x1A70, symBinAddr: 0x12DF90, symSize: 0x10 } + - { offsetInCU: 0x1665, offset: 0x1BFF31, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwup', symObjAddr: 0x1A80, symBinAddr: 0x12DFA0, symSize: 0x10 } + - { offsetInCU: 0x1679, offset: 0x1BFF45, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwui', symObjAddr: 0x1A90, symBinAddr: 0x12DFB0, symSize: 0x10 } + - { offsetInCU: 0x168D, offset: 0x1BFF59, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOMa', symObjAddr: 0x1AA0, symBinAddr: 0x12DFC0, symSize: 0x10 } + - { offsetInCU: 0x16AC, offset: 0x1BFF78, size: 0x8, addend: 0x0, symName: '_$sSbytIegnr_SbIegy_TRTA', symObjAddr: 0x1B10, symBinAddr: 0x12E000, symSize: 0x30 } + - { offsetInCU: 0x16E0, offset: 0x1BFFAC, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SbytIegnr_TRTA', symObjAddr: 0x1B40, symBinAddr: 0x12E030, symSize: 0x20 } + - { offsetInCU: 0x1709, offset: 0x1BFFD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_TA', symObjAddr: 0x1BA0, symBinAddr: 0x12E090, symSize: 0x20 } + - { offsetInCU: 0x178F, offset: 0x1C005B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6B0, symBinAddr: 0x12CC30, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1C03B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x12E0F0, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x1C03D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x12E0F0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1C03FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x12E130, symSize: 0x240 } + - { offsetInCU: 0xE0, offset: 0x1C0469, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x280, symBinAddr: 0x12E370, symSize: 0x350 } + - { offsetInCU: 0x1DC, offset: 0x1C0565, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5D0, symBinAddr: 0x12E6C0, symSize: 0x160 } + - { offsetInCU: 0x24A, offset: 0x1C05D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO8rawValueSSvg', symObjAddr: 0x730, symBinAddr: 0x12E820, symSize: 0x20 } + - { offsetInCU: 0x281, offset: 0x1C060A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x750, symBinAddr: 0x12E840, symSize: 0x20 } + - { offsetInCU: 0x2FF, offset: 0x1C0688, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x7B0, symBinAddr: 0x12E8A0, symSize: 0x70 } + - { offsetInCU: 0x365, offset: 0x1C06EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x820, symBinAddr: 0x12E910, symSize: 0x30 } + - { offsetInCU: 0x381, offset: 0x1C070A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x850, symBinAddr: 0x12E940, symSize: 0x10 } + - { offsetInCU: 0x3B7, offset: 0x1C0740, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x860, symBinAddr: 0x12E950, symSize: 0x60 } + - { offsetInCU: 0x43C, offset: 0x1C07C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x8C0, symBinAddr: 0x12E9B0, symSize: 0x10 } + - { offsetInCU: 0x458, offset: 0x1C07E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x8D0, symBinAddr: 0x12E9C0, symSize: 0x10 } + - { offsetInCU: 0x494, offset: 0x1C081D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfD', symObjAddr: 0x940, symBinAddr: 0x12EA30, symSize: 0x60 } + - { offsetInCU: 0x566, offset: 0x1C08EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfE', symObjAddr: 0x920, symBinAddr: 0x12EA10, symSize: 0x20 } + - { offsetInCU: 0x5BE, offset: 0x1C0947, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCMa', symObjAddr: 0x9A0, symBinAddr: 0x12EA90, symSize: 0x20 } + - { offsetInCU: 0x5D2, offset: 0x1C095B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs0E3KeyAAWl', symObjAddr: 0xA30, symBinAddr: 0x12EAB0, symSize: 0x30 } + - { offsetInCU: 0x5E6, offset: 0x1C096F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwet', symObjAddr: 0xB40, symBinAddr: 0x12EAE0, symSize: 0x80 } + - { offsetInCU: 0x5FA, offset: 0x1C0983, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwst', symObjAddr: 0xBC0, symBinAddr: 0x12EB60, symSize: 0xD0 } + - { offsetInCU: 0x60E, offset: 0x1C0997, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwug', symObjAddr: 0xC90, symBinAddr: 0x12EC30, symSize: 0x10 } + - { offsetInCU: 0x622, offset: 0x1C09AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwup', symObjAddr: 0xCA0, symBinAddr: 0x12EC40, symSize: 0x10 } + - { offsetInCU: 0x636, offset: 0x1C09BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwui', symObjAddr: 0xCB0, symBinAddr: 0x12EC50, symSize: 0x10 } + - { offsetInCU: 0x64A, offset: 0x1C09D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOMa', symObjAddr: 0xCC0, symBinAddr: 0x12EC60, symSize: 0x10 } + - { offsetInCU: 0x65E, offset: 0x1C09E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASQWb', symObjAddr: 0xCD0, symBinAddr: 0x12EC70, symSize: 0x10 } + - { offsetInCU: 0x672, offset: 0x1C09FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFSQAAWl', symObjAddr: 0xCE0, symBinAddr: 0x12EC80, symSize: 0x30 } + - { offsetInCU: 0x686, offset: 0x1C0A0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xD10, symBinAddr: 0x12ECB0, symSize: 0x10 } + - { offsetInCU: 0x69A, offset: 0x1C0A23, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xD20, symBinAddr: 0x12ECC0, symSize: 0x30 } + - { offsetInCU: 0x6AE, offset: 0x1C0A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xD50, symBinAddr: 0x12ECF0, symSize: 0x10 } + - { offsetInCU: 0x6C2, offset: 0x1C0A4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xD60, symBinAddr: 0x12ED00, symSize: 0x30 } + - { offsetInCU: 0x71D, offset: 0x1C0AA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x770, symBinAddr: 0x12E860, symSize: 0x10 } + - { offsetInCU: 0x739, offset: 0x1C0AC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH9hashValueSivgTW', symObjAddr: 0x780, symBinAddr: 0x12E870, symSize: 0x10 } + - { offsetInCU: 0x755, offset: 0x1C0ADE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x790, symBinAddr: 0x12E880, symSize: 0x10 } + - { offsetInCU: 0x771, offset: 0x1C0AFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x7A0, symBinAddr: 0x12E890, symSize: 0x10 } + - { offsetInCU: 0x794, offset: 0x1C0B1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x8E0, symBinAddr: 0x12E9D0, symSize: 0x20 } + - { offsetInCU: 0x7B0, offset: 0x1C0B39, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x900, symBinAddr: 0x12E9F0, symSize: 0x20 } + - { offsetInCU: 0x118, offset: 0x1C0DFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtF', symObjAddr: 0x0, symBinAddr: 0x12ED30, symSize: 0x3E0 } + - { offsetInCU: 0x6D3, offset: 0x1C13B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_', symObjAddr: 0x3E0, symBinAddr: 0x12F110, symSize: 0xA0 } + - { offsetInCU: 0x705, offset: 0x1C13E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_', symObjAddr: 0x480, symBinAddr: 0x12F1B0, symSize: 0xB0 } + - { offsetInCU: 0x882, offset: 0x1C1564, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_', symObjAddr: 0x530, symBinAddr: 0x12F260, symSize: 0x120 } + - { offsetInCU: 0xA18, offset: 0x1C16FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC05valueC033_4EC701FB5E0978BECCD084F684086AE8LL3forAA03AnybC0_pSgAA16AnimationKeypathV_tFSbAJ_AaG_ptXEfU_', symObjAddr: 0x650, symBinAddr: 0x12F380, symSize: 0x30 } + - { offsetInCU: 0xA81, offset: 0x1C1763, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCfD', symObjAddr: 0xBC0, symBinAddr: 0x12F8F0, symSize: 0x30 } + - { offsetInCU: 0xCF8, offset: 0x1C19DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7matchesySbACF', symObjAddr: 0x680, symBinAddr: 0x12F3B0, symSize: 0x540 } + - { offsetInCU: 0xDA8, offset: 0x1C1A8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCMa', symObjAddr: 0xBF0, symBinAddr: 0x12F920, symSize: 0x20 } + - { offsetInCU: 0xDBC, offset: 0x1C1A9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_TA', symObjAddr: 0xCF0, symBinAddr: 0x12F940, symSize: 0x10 } + - { offsetInCU: 0xDD0, offset: 0x1C1AB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xD00, symBinAddr: 0x12F950, symSize: 0x20 } + - { offsetInCU: 0xDE4, offset: 0x1C1AC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_TA', symObjAddr: 0xD20, symBinAddr: 0x12F970, symSize: 0x20 } + - { offsetInCU: 0xDF8, offset: 0x1C1ADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_TA', symObjAddr: 0xD40, symBinAddr: 0x12F990, symSize: 0x20 } + - { offsetInCU: 0xE0C, offset: 0x1C1AEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xD60, symBinAddr: 0x12F9B0, symSize: 0x20 } + - { offsetInCU: 0xEF1, offset: 0x1C1BD3, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AG16AnyValueProvider_p05valueN0tG_Tg5011$s6Lottie18mn32StoreC03setbC0_7keypathyAA03Anybt7_p_AA16iJ32VtFSbAhE_AaF_p05valueC0t_tXEfU0_AITf1cn_nTf4ng_n', symObjAddr: 0xD80, symBinAddr: 0x12F9D0, symSize: 0x3B0 } + - { offsetInCU: 0x1380, offset: 0x1C2062, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOd', symObjAddr: 0x11D0, symBinAddr: 0x12FDB0, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1C23FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x12FE00, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x1C2417, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x12FE00, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x1C242B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwxx', symObjAddr: 0x30, symBinAddr: 0x12FE30, symSize: 0x10 } + - { offsetInCU: 0x6B, offset: 0x1C243F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwcp', symObjAddr: 0x40, symBinAddr: 0x12FE40, symSize: 0x60 } + - { offsetInCU: 0x7F, offset: 0x1C2453, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwca', symObjAddr: 0xA0, symBinAddr: 0x12FEA0, symSize: 0x70 } + - { offsetInCU: 0x93, offset: 0x1C2467, size: 0x8, addend: 0x0, symName: ___swift_memcpy50_8, symObjAddr: 0x110, symBinAddr: 0x12FF10, symSize: 0x30 } + - { offsetInCU: 0xA7, offset: 0x1C247B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwta', symObjAddr: 0x140, symBinAddr: 0x12FF40, symSize: 0x60 } + - { offsetInCU: 0xBB, offset: 0x1C248F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwet', symObjAddr: 0x1A0, symBinAddr: 0x12FFA0, symSize: 0x50 } + - { offsetInCU: 0xCF, offset: 0x1C24A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwst', symObjAddr: 0x1F0, symBinAddr: 0x12FFF0, symSize: 0x60 } + - { offsetInCU: 0xE3, offset: 0x1C24B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVMa', symObjAddr: 0x250, symBinAddr: 0x130050, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x1C24E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueSSvg', symObjAddr: 0x260, symBinAddr: 0x130060, symSize: 0x20 } + - { offsetInCU: 0x162, offset: 0x1C2536, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x460, symBinAddr: 0x130260, symSize: 0x10 } + - { offsetInCU: 0x1E9, offset: 0x1C25BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH9hashValueSivgTW', symObjAddr: 0x470, symBinAddr: 0x130270, symSize: 0x40 } + - { offsetInCU: 0x2CD, offset: 0x1C26A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4B0, symBinAddr: 0x1302B0, symSize: 0x20 } + - { offsetInCU: 0x33F, offset: 0x1C2713, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x510, symBinAddr: 0x130310, symSize: 0x10 } + - { offsetInCU: 0x36A, offset: 0x1C273E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x520, symBinAddr: 0x130320, symSize: 0x20 } + - { offsetInCU: 0x39B, offset: 0x1C276F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x540, symBinAddr: 0x130340, symSize: 0x10 } + - { offsetInCU: 0x3B7, offset: 0x1C278B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x550, symBinAddr: 0x130350, symSize: 0x10 } + - { offsetInCU: 0x3D3, offset: 0x1C27A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x790, symBinAddr: 0x130590, symSize: 0x170 } + - { offsetInCU: 0x419, offset: 0x1C27ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV6encode2toys7Encoder_p_tKF', symObjAddr: 0x280, symBinAddr: 0x130080, symSize: 0x1B0 } + - { offsetInCU: 0x46E, offset: 0x1C2842, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5A0, symBinAddr: 0x1303A0, symSize: 0x40 } + - { offsetInCU: 0x4A5, offset: 0x1C2879, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5E0, symBinAddr: 0x1303E0, symSize: 0x40 } + - { offsetInCU: 0x4C8, offset: 0x1C289C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x900, symBinAddr: 0x130700, symSize: 0x240 } + - { offsetInCU: 0x506, offset: 0x1C28DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeO8rawValueSSvg', symObjAddr: 0x430, symBinAddr: 0x130230, symSize: 0x30 } + - { offsetInCU: 0x547, offset: 0x1C291B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x660, symBinAddr: 0x130460, symSize: 0x70 } + - { offsetInCU: 0x57B, offset: 0x1C294F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x6D0, symBinAddr: 0x1304D0, symSize: 0x30 } + - { offsetInCU: 0x5B9, offset: 0x1C298D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs0D3KeyAAWl', symObjAddr: 0xBB0, symBinAddr: 0x130940, symSize: 0x30 } + - { offsetInCU: 0x5CD, offset: 0x1C29A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSeAAWl', symObjAddr: 0xC10, symBinAddr: 0x130970, symSize: 0x30 } + - { offsetInCU: 0x5E1, offset: 0x1C29B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSgWOb', symObjAddr: 0xC40, symBinAddr: 0x1309A0, symSize: 0x40 } + - { offsetInCU: 0x5F5, offset: 0x1C29C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSEAAWl', symObjAddr: 0xC80, symBinAddr: 0x1309E0, symSize: 0x30 } + - { offsetInCU: 0x609, offset: 0x1C29DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwet', symObjAddr: 0xCD0, symBinAddr: 0x130A10, symSize: 0x80 } + - { offsetInCU: 0x61D, offset: 0x1C29F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwst', symObjAddr: 0xD50, symBinAddr: 0x130A90, symSize: 0xD0 } + - { offsetInCU: 0x631, offset: 0x1C2A05, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwug', symObjAddr: 0xE20, symBinAddr: 0x130B60, symSize: 0x10 } + - { offsetInCU: 0x645, offset: 0x1C2A19, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwup', symObjAddr: 0xE30, symBinAddr: 0x130B70, symSize: 0x10 } + - { offsetInCU: 0x659, offset: 0x1C2A2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwui', symObjAddr: 0xE40, symBinAddr: 0x130B80, symSize: 0x10 } + - { offsetInCU: 0x66D, offset: 0x1C2A41, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOMa', symObjAddr: 0xE50, symBinAddr: 0x130B90, symSize: 0x10 } + - { offsetInCU: 0x681, offset: 0x1C2A55, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwet', symObjAddr: 0xE60, symBinAddr: 0x130BA0, symSize: 0x80 } + - { offsetInCU: 0x695, offset: 0x1C2A69, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwst', symObjAddr: 0xEE0, symBinAddr: 0x130C20, symSize: 0xD0 } + - { offsetInCU: 0x6A9, offset: 0x1C2A7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwug', symObjAddr: 0xFB0, symBinAddr: 0x130CF0, symSize: 0x10 } + - { offsetInCU: 0x6BD, offset: 0x1C2A91, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwup', symObjAddr: 0xFC0, symBinAddr: 0x130D00, symSize: 0x10 } + - { offsetInCU: 0x6D1, offset: 0x1C2AA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwui', symObjAddr: 0xFD0, symBinAddr: 0x130D10, symSize: 0x10 } + - { offsetInCU: 0x6E5, offset: 0x1C2AB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOMa', symObjAddr: 0xFE0, symBinAddr: 0x130D20, symSize: 0x10 } + - { offsetInCU: 0x6F9, offset: 0x1C2ACD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASQWb', symObjAddr: 0xFF0, symBinAddr: 0x130D30, symSize: 0x10 } + - { offsetInCU: 0x70D, offset: 0x1C2AE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSQAAWl', symObjAddr: 0x1000, symBinAddr: 0x130D40, symSize: 0x30 } + - { offsetInCU: 0x721, offset: 0x1C2AF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASQWb', symObjAddr: 0x1030, symBinAddr: 0x130D70, symSize: 0x10 } + - { offsetInCU: 0x735, offset: 0x1C2B09, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFSQAAWl', symObjAddr: 0x1040, symBinAddr: 0x130D80, symSize: 0x30 } + - { offsetInCU: 0x749, offset: 0x1C2B1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1070, symBinAddr: 0x130DB0, symSize: 0x10 } + - { offsetInCU: 0x75D, offset: 0x1C2B31, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1080, symBinAddr: 0x130DC0, symSize: 0x30 } + - { offsetInCU: 0x771, offset: 0x1C2B45, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x10B0, symBinAddr: 0x130DF0, symSize: 0x10 } + - { offsetInCU: 0x785, offset: 0x1C2B59, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x10C0, symBinAddr: 0x130E00, symSize: 0x30 } + - { offsetInCU: 0x799, offset: 0x1C2B6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSYAAWl', symObjAddr: 0x10F0, symBinAddr: 0x130E30, symSize: 0x30 } + - { offsetInCU: 0x7EB, offset: 0x1C2BBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4D0, symBinAddr: 0x1302D0, symSize: 0x40 } + - { offsetInCU: 0x88F, offset: 0x1C2C63, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0x130360, symSize: 0x20 } + - { offsetInCU: 0x8AB, offset: 0x1C2C7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0x130380, symSize: 0x20 } + - { offsetInCU: 0x8C7, offset: 0x1C2C9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x620, symBinAddr: 0x130420, symSize: 0x10 } + - { offsetInCU: 0x8E3, offset: 0x1C2CB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH9hashValueSivgTW', symObjAddr: 0x630, symBinAddr: 0x130430, symSize: 0x10 } + - { offsetInCU: 0x8FF, offset: 0x1C2CD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x640, symBinAddr: 0x130440, symSize: 0x10 } + - { offsetInCU: 0x91B, offset: 0x1C2CEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x650, symBinAddr: 0x130450, symSize: 0x10 } + - { offsetInCU: 0x93E, offset: 0x1C2D12, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x700, symBinAddr: 0x130500, symSize: 0x50 } + - { offsetInCU: 0x961, offset: 0x1C2D35, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x750, symBinAddr: 0x130550, symSize: 0x40 } + - { offsetInCU: 0x5D, offset: 0x1C2EFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x70, symBinAddr: 0x130ED0, symSize: 0x10 } + - { offsetInCU: 0xD1, offset: 0x1C2F71, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x80, symBinAddr: 0x130EE0, symSize: 0x20 } + - { offsetInCU: 0x114, offset: 0x1C2FB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aG0VGSgvgTW', symObjAddr: 0xA0, symBinAddr: 0x130F00, symSize: 0x10 } + - { offsetInCU: 0x169, offset: 0x1C3009, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0xB0, symBinAddr: 0x130F10, symSize: 0x20 } + - { offsetInCU: 0x38D, offset: 0x1C322D, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF', symObjAddr: 0xD0, symBinAddr: 0x130F30, symSize: 0x730 } + - { offsetInCU: 0x8ED, offset: 0x1C378D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x860, symBinAddr: 0x131680, symSize: 0x10 } + - { offsetInCU: 0x901, offset: 0x1C37A1, size: 0x8, addend: 0x0, symName: '_$sSo8NSNumberCMa', symObjAddr: 0xAA0, symBinAddr: 0x1316B0, symSize: 0x30 } + - { offsetInCU: 0x915, offset: 0x1C37B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0xB30, symBinAddr: 0x131740, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1C3B14, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x131760, symSize: 0x860 } + - { offsetInCU: 0x35E, offset: 0x1C3E4B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x131760, symSize: 0x860 } + - { offsetInCU: 0xB87, offset: 0x1C4674, size: 0x8, addend: 0x0, symName: '_$sSbSgWOb', symObjAddr: 0x8F0, symBinAddr: 0x131FE0, symSize: 0x40 } + - { offsetInCU: 0xBD7, offset: 0x1C46C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Sb_TG5TA', symObjAddr: 0x930, symBinAddr: 0x132020, symSize: 0x32 } + - { offsetInCU: 0x27, offset: 0x1C4B26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x132060, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x1C4B4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x132060, symSize: 0x10 } + - { offsetInCU: 0x86, offset: 0x1C4B85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueSdvg', symObjAddr: 0x30, symBinAddr: 0x132090, symSize: 0x10 } + - { offsetInCU: 0xA4, offset: 0x1C4BA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF', symObjAddr: 0x40, symBinAddr: 0x1320A0, symSize: 0x30 } + - { offsetInCU: 0x101, offset: 0x1C4C00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ', symObjAddr: 0x70, symBinAddr: 0x1320D0, symSize: 0x20 } + - { offsetInCU: 0x149, offset: 0x1C4C48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV9hashValueSivg', symObjAddr: 0x90, symBinAddr: 0x1320F0, symSize: 0x50 } + - { offsetInCU: 0x21F, offset: 0x1C4D1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0x132140, symSize: 0x50 } + - { offsetInCU: 0x303, offset: 0x1C4E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x130, symBinAddr: 0x132190, symSize: 0x30 } + - { offsetInCU: 0x38F, offset: 0x1C4E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A0, symBinAddr: 0x132200, symSize: 0x20 } + - { offsetInCU: 0x3C8, offset: 0x1C4EC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfC', symObjAddr: 0x10, symBinAddr: 0x132070, symSize: 0x20 } + - { offsetInCU: 0x411, offset: 0x1C4F10, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1xSdvg', symObjAddr: 0x1C0, symBinAddr: 0x132220, symSize: 0x10 } + - { offsetInCU: 0x42F, offset: 0x1C4F2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1ySdvg', symObjAddr: 0x1D0, symBinAddr: 0x132230, symSize: 0x10 } + - { offsetInCU: 0x44D, offset: 0x1C4F4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1zSdvg', symObjAddr: 0x1E0, symBinAddr: 0x132240, symSize: 0x10 } + - { offsetInCU: 0x46B, offset: 0x1C4F6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF', symObjAddr: 0x1F0, symBinAddr: 0x132250, symSize: 0x60 } + - { offsetInCU: 0x4C8, offset: 0x1C4FC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ', symObjAddr: 0x250, symBinAddr: 0x1322B0, symSize: 0x40 } + - { offsetInCU: 0x510, offset: 0x1C500F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV9hashValueSivg', symObjAddr: 0x290, symBinAddr: 0x1322F0, symSize: 0x80 } + - { offsetInCU: 0x5DF, offset: 0x1C50DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH9hashValueSivgTW', symObjAddr: 0x310, symBinAddr: 0x132370, symSize: 0x10 } + - { offsetInCU: 0x5FB, offset: 0x1C50FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x320, symBinAddr: 0x132380, symSize: 0x60 } + - { offsetInCU: 0x686, offset: 0x1C5185, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x480, symBinAddr: 0x1324E0, symSize: 0x40 } + - { offsetInCU: 0x6CE, offset: 0x1C51CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASQWb', symObjAddr: 0x400, symBinAddr: 0x132460, symSize: 0x10 } + - { offsetInCU: 0x6E2, offset: 0x1C51E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSQAAWl', symObjAddr: 0x410, symBinAddr: 0x132470, symSize: 0x30 } + - { offsetInCU: 0x6F6, offset: 0x1C51F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASQWb', symObjAddr: 0x440, symBinAddr: 0x1324A0, symSize: 0x10 } + - { offsetInCU: 0x70A, offset: 0x1C5209, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSQAAWl', symObjAddr: 0x450, symBinAddr: 0x1324B0, symSize: 0x30 } + - { offsetInCU: 0x71E, offset: 0x1C521D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVMa', symObjAddr: 0x4C0, symBinAddr: 0x132520, symSize: 0x10 } + - { offsetInCU: 0x732, offset: 0x1C5231, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwet', symObjAddr: 0x500, symBinAddr: 0x132530, symSize: 0x20 } + - { offsetInCU: 0x746, offset: 0x1C5245, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwst', symObjAddr: 0x520, symBinAddr: 0x132550, symSize: 0x30 } + - { offsetInCU: 0x75A, offset: 0x1C5259, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVMa', symObjAddr: 0x550, symBinAddr: 0x132580, symSize: 0xA } + - { offsetInCU: 0x7AC, offset: 0x1C52AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x160, symBinAddr: 0x1321C0, symSize: 0x40 } + - { offsetInCU: 0x876, offset: 0x1C5375, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x380, symBinAddr: 0x1323E0, symSize: 0x80 } + - { offsetInCU: 0x2B, offset: 0x1C5576, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x132590, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x1C559A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x132590, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1C55BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x1325D0, symSize: 0x180 } + - { offsetInCU: 0xF5, offset: 0x1C5640, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x132750, symSize: 0xD0 } + - { offsetInCU: 0x172, offset: 0x1C56BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC6encode2toys7Encoder_p_tKF', symObjAddr: 0x290, symBinAddr: 0x132820, symSize: 0x100 } + - { offsetInCU: 0x1F5, offset: 0x1C5740, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x3D0, symBinAddr: 0x132960, symSize: 0x60 } + - { offsetInCU: 0x238, offset: 0x1C5783, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x430, symBinAddr: 0x1329C0, symSize: 0x20 } + - { offsetInCU: 0x278, offset: 0x1C57C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x450, symBinAddr: 0x1329E0, symSize: 0x10 } + - { offsetInCU: 0x2C3, offset: 0x1C580E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x460, symBinAddr: 0x1329F0, symSize: 0x60 } + - { offsetInCU: 0x30E, offset: 0x1C5859, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4C0, symBinAddr: 0x132A50, symSize: 0x10 } + - { offsetInCU: 0x32A, offset: 0x1C5875, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0x132A60, symSize: 0x10 } + - { offsetInCU: 0x346, offset: 0x1C5891, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO11stringValueSSvgTf4d_n', symObjAddr: 0x970, symBinAddr: 0x132E10, symSize: 0x20 } + - { offsetInCU: 0x382, offset: 0x1C58CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfD', symObjAddr: 0x530, symBinAddr: 0x132AC0, symSize: 0x30 } + - { offsetInCU: 0x410, offset: 0x1C595B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfE', symObjAddr: 0x520, symBinAddr: 0x132AB0, symSize: 0x10 } + - { offsetInCU: 0x468, offset: 0x1C59B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCMa', symObjAddr: 0x560, symBinAddr: 0x132AF0, symSize: 0x20 } + - { offsetInCU: 0x47C, offset: 0x1C59C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs0C3KeyAAWl', symObjAddr: 0x5F0, symBinAddr: 0x132B10, symSize: 0x30 } + - { offsetInCU: 0x490, offset: 0x1C59DB, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGSayxGSEsSERzlWl', symObjAddr: 0x620, symBinAddr: 0x132B40, symSize: 0x50 } + - { offsetInCU: 0x4A4, offset: 0x1C59EF, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGMa', symObjAddr: 0x670, symBinAddr: 0x132B90, symSize: 0x50 } + - { offsetInCU: 0x4B8, offset: 0x1C5A03, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCACSEAAWl', symObjAddr: 0x6C0, symBinAddr: 0x132BE0, symSize: 0x40 } + - { offsetInCU: 0x4CC, offset: 0x1C5A17, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwet', symObjAddr: 0x780, symBinAddr: 0x132C20, symSize: 0x50 } + - { offsetInCU: 0x4E0, offset: 0x1C5A2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwst', symObjAddr: 0x7D0, symBinAddr: 0x132C70, symSize: 0xA0 } + - { offsetInCU: 0x4F4, offset: 0x1C5A3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwug', symObjAddr: 0x870, symBinAddr: 0x132D10, symSize: 0x10 } + - { offsetInCU: 0x508, offset: 0x1C5A53, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwup', symObjAddr: 0x880, symBinAddr: 0x132D20, symSize: 0x10 } + - { offsetInCU: 0x51C, offset: 0x1C5A67, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwui', symObjAddr: 0x890, symBinAddr: 0x132D30, symSize: 0x10 } + - { offsetInCU: 0x530, offset: 0x1C5A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOMa', symObjAddr: 0x8A0, symBinAddr: 0x132D40, symSize: 0x10 } + - { offsetInCU: 0x544, offset: 0x1C5A8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASQWb', symObjAddr: 0x8B0, symBinAddr: 0x132D50, symSize: 0x10 } + - { offsetInCU: 0x558, offset: 0x1C5AA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFSQAAWl', symObjAddr: 0x8C0, symBinAddr: 0x132D60, symSize: 0x30 } + - { offsetInCU: 0x56C, offset: 0x1C5AB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8F0, symBinAddr: 0x132D90, symSize: 0x10 } + - { offsetInCU: 0x580, offset: 0x1C5ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x900, symBinAddr: 0x132DA0, symSize: 0x30 } + - { offsetInCU: 0x594, offset: 0x1C5ADF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0x132DD0, symSize: 0x10 } + - { offsetInCU: 0x5A8, offset: 0x1C5AF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x940, symBinAddr: 0x132DE0, symSize: 0x30 } + - { offsetInCU: 0x5EA, offset: 0x1C5B35, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0x132920, symSize: 0x10 } + - { offsetInCU: 0x62A, offset: 0x1C5B75, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3A0, symBinAddr: 0x132930, symSize: 0x10 } + - { offsetInCU: 0x66A, offset: 0x1C5BB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B0, symBinAddr: 0x132940, symSize: 0x10 } + - { offsetInCU: 0x6AA, offset: 0x1C5BF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x132950, symSize: 0x10 } + - { offsetInCU: 0x6E2, offset: 0x1C5C2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4E0, symBinAddr: 0x132A70, symSize: 0x20 } + - { offsetInCU: 0x6FE, offset: 0x1C5C49, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x500, symBinAddr: 0x132A90, symSize: 0x20 } + - { offsetInCU: 0x18C, offset: 0x1C5FAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_27requiresManualInterpolationAA13KeyframeGroupCySayxGGSayAGyxGG_SbtAA17AnyInterpolatableRzlFZAHSgSayypGXEfU_AA10BezierPathV_Tg5', symObjAddr: 0x110, symBinAddr: 0x132F40, symSize: 0x1B0 } + - { offsetInCU: 0x348, offset: 0x1C616A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6CGSizeVTg5', symObjAddr: 0x2C0, symBinAddr: 0x1330F0, symSize: 0x110 } + - { offsetInCU: 0x421, offset: 0x1C6243, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_A2P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_n', symObjAddr: 0x3D0, symBinAddr: 0x133200, symSize: 0x100 } + - { offsetInCU: 0x515, offset: 0x1C6337, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA10BezierPathV_AA0A8Vector1DVAA0noJ0VTg5011$s6Lottie10no6VAA0A8p8DVAA0bC8j55Vs5Error_pIggnrzo_AceGsAH_pIegnnrzo_TR011$s6Lottie10bc6s26A8d10DVSgAA0bC8e14VIeggnr_z73Hs5f80_pIeggnrzo_TR011$s6Lottie18bce60V9combining4path12cornerRadiusAA0D5K69CyACGAHyl10C0VG_AHyk2J35D22DVGSgtKFZAcK_ANSgtcfu_Tf3nnnpf_nTf3nnnpf_nTf3nnpf_n', symObjAddr: 0x4D0, symBinAddr: 0x133300, symSize: 0x120 } + - { offsetInCU: 0x635, offset: 0x1C6457, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7EllipseC0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_n', symObjAddr: 0x5F0, symBinAddr: 0x133420, symSize: 0x110 } + - { offsetInCU: 0x73B, offset: 0x1C655D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x700, symBinAddr: 0x133530, symSize: 0x140 } + - { offsetInCU: 0x814, offset: 0x1C6636, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_AA0A8Vector3DVAPTg5', symObjAddr: 0x840, symBinAddr: 0x133670, symSize: 0x130 } + - { offsetInCU: 0x8E5, offset: 0x1C6707, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector1DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_A2ItXEfU0_Tf3nnpf_n', symObjAddr: 0x970, symBinAddr: 0x1337A0, symSize: 0x160 } + - { offsetInCU: 0xA4F, offset: 0x1C6871, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9RectangleC0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_n', symObjAddr: 0xAD0, symBinAddr: 0x133900, symSize: 0x190 } + - { offsetInCU: 0xBB1, offset: 0x1C69D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0xC60, symBinAddr: 0x133A90, symSize: 0x300 } + - { offsetInCU: 0xED3, offset: 0x1C6CF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4HoldVySo13CATransform3DVGTg5', symObjAddr: 0xF60, symBinAddr: 0x133D90, symSize: 0x430 } + - { offsetInCU: 0x1298, offset: 0x1C70BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_', symObjAddr: 0x1390, symBinAddr: 0x1341C0, symSize: 0xA0 } + - { offsetInCU: 0x13D6, offset: 0x1C71F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA7EllipseCANV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7W85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x16E0, symBinAddr: 0x134510, symSize: 0x300 } + - { offsetInCU: 0x164E, offset: 0x1C7470, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA9RectangleCANV_Tg5010$s6Lottie9b48O8combined___27requiresManualInterpolation18makeop4AA13qr45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17s82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9W133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x19E0, symBinAddr: 0x134810, symSize: 0x310 } + - { offsetInCU: 0x18CA, offset: 0x1C76EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4StarCANV_Tg5010$s6Lottie9b52O8combined_______27requiresManualInterpolation18makeop4AA13qr85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17s107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4W8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA0_A0_A0_A0_A0_AWIsgnnnnnnnr_Tf1nnc_n0x7Lottie4w11C17combinedb4AA13qR51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0x1CF0, symBinAddr: 0x134B20, symSize: 0x330 } + - { offsetInCU: 0x1B46, offset: 0x1C7968, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SayAA10BezierPathVG_Tg5010$s6Lottie9b44O8combined_27requiresManualInterpolationAA13qr25CySayxGGSayAGyxGG_SbtAA17s38InterpolatableRzlFZAHSgSayypGXEfU_AA10wX5V_TG5Tf1nnc_n', symObjAddr: 0x2020, symBinAddr: 0x134E50, symSize: 0x290 } + - { offsetInCU: 0x1DCF, offset: 0x1C7BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b55O8combined__________27requiresManualInterpolation18makeop4AA13qr115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17s128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4w6VySo13X6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVA0_AA0A8Vector1DVA2_A0_A2_A2_A2_A2_A2_AYIsgnnnnnnnnnnr_Tf1nnc_nTf4nng_n', symObjAddr: 0x22B0, symBinAddr: 0x1350E0, symSize: 0x390 } + - { offsetInCU: 0x20F5, offset: 0x1C7F17, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b22O8combined__________27mn19Interpolation18makeqr4AA13st115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17u128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4v6VySo13W6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVAvA0A8Vector1DVAxv5xSIsgnnnnnnnnnnr_Tf1nncn_nTf4nndn_n', symObjAddr: 0x2640, symBinAddr: 0x135470, symSize: 0xC80 } + - { offsetInCU: 0x2C49, offset: 0x1C8A6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_So6CGSizeV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6W4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAzVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x32C0, symBinAddr: 0x1360F0, symSize: 0x2B0 } + - { offsetInCU: 0x2F47, offset: 0x1C8D69, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSo6CGSizeV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6V4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAtPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x3CB0, symBinAddr: 0x136AE0, symSize: 0xC40 } + - { offsetInCU: 0x3BBB, offset: 0x1C99DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8v3DV_L179P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x48F0, symBinAddr: 0x137720, symSize: 0xB80 } + - { offsetInCU: 0x47E0, offset: 0x1CA602, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u54InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8v184DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_L17ItXEfU0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x5C10, symBinAddr: 0x138A40, symSize: 0xB70 } + - { offsetInCU: 0x53A6, offset: 0x1CB1C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA7EllipseC0S0V_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7V85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x6E40, symBinAddr: 0x139B90, symSize: 0xBF0 } + - { offsetInCU: 0x601F, offset: 0x1CBE41, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA9RectangleC0S0V_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9V133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x7A30, symBinAddr: 0x13A780, symSize: 0xC40 } + - { offsetInCU: 0x6C61, offset: 0x1CCA83, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4StarC0S0V_Tg5010$s6Lottie9b19O8combined_______27mn19Interpolation18makeqr4AA13st85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17u107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4V8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA5wRIsgnnnnnnnr_Tf1nncn_n0w7Lottie4v11C17combinedb4AA13sT51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnnc_nTf4nnd_n', symObjAddr: 0x8670, symBinAddr: 0x13B3C0, symSize: 0xBF0 } + - { offsetInCU: 0x77D9, offset: 0x1CD5FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZAA0A8Vector3DV_AA0A8Vector1DVA5uA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnnnnnnncn_nTf4nnnnnnnnd_n', symObjAddr: 0x9260, symBinAddr: 0x13BFB0, symSize: 0x1E0 } + - { offsetInCU: 0x792C, offset: 0x1CD74E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014wx5B033_yZ26A01782ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVA_AWIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x94C0, symBinAddr: 0x13C210, symSize: 0x300 } + - { offsetInCU: 0x7C25, offset: 0x1CDA47, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014vw5B033_xyZ20ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVAuQIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x97C0, symBinAddr: 0x13C510, symSize: 0xC90 } + - { offsetInCU: 0x885C, offset: 0x1CE67E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSayAA10BezierPathVG_Tg5010$s6Lottie9b13O8combined_27mno4AA13st25CySayxGGSayAGyxGG_SbtAA17u38InterpolatableRzlFZAHSgSayypGXEfU_AA10vW5V_TG5Tf1nncn_nTf4nnd_n', symObjAddr: 0xA690, symBinAddr: 0x13D3E0, symSize: 0xC40 } + - { offsetInCU: 0x951D, offset: 0x1CF33F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA0A8Vector1DV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8W22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyAvA0A8Vector3DVAVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0xB300, symBinAddr: 0x13E050, symSize: 0x2C0 } + - { offsetInCU: 0x981F, offset: 0x1CF641, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8V22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyApA0A8Vector3DVAPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0xB5C0, symBinAddr: 0x13E310, symSize: 0xC8C } + - { offsetInCU: 0xB37B, offset: 0x1D119D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVSgWOb', symObjAddr: 0xA450, symBinAddr: 0x13D1A0, symSize: 0x40 } + - { offsetInCU: 0xB4A4, offset: 0x1D12C6, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFs12Zip2SequenceVys15ContiguousArrayVy6Lottie8KeyframeCyypGGAMG_Tg5023$sSTsE10allSatisfyyS2b7c20QzKXEKFSbACKXEfU_s12de5Vys15fg10Vy6Lottie8I212CyypGGALG_TG5010$s6Lottie8i138CyxGACyqd__GSbs5Error_pIgggdzo_AD_AEtSbsAF_pIegndzo_r__lTRyp_ypTG5011$s6Lottie13b77GroupC23hasSameTimingParameters2asSbACyqd__G_tlFSbAA0B0l16G_AHyqd__GtXEfU_W14_U3Tg5Tf3npf_nTf3npf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x132E30, symSize: 0x110 } + - { offsetInCU: 0x4F, offset: 0x1D1CEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ', symObjAddr: 0x0, symBinAddr: 0x13EFA0, symSize: 0x10 } + - { offsetInCU: 0x8A, offset: 0x1D1D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ', symObjAddr: 0x10, symBinAddr: 0x13EFB0, symSize: 0x10 } + - { offsetInCU: 0xB9, offset: 0x1D1D54, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x360, symBinAddr: 0x13F300, symSize: 0x20 } + - { offsetInCU: 0x14F, offset: 0x1D1DEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO9hashValueSivg', symObjAddr: 0x380, symBinAddr: 0x13F320, symSize: 0x40 } + - { offsetInCU: 0x24A, offset: 0x1D1EE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3C0, symBinAddr: 0x13F360, symSize: 0x10 } + - { offsetInCU: 0x2A0, offset: 0x1D1F3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x3D0, symBinAddr: 0x13F370, symSize: 0x40 } + - { offsetInCU: 0x384, offset: 0x1D201F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x410, symBinAddr: 0x13F3B0, symSize: 0x20 } + - { offsetInCU: 0x403, offset: 0x1D209E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationSource13imageProvider04textG004fontG013configuration6loggerAcA0abE0OSg_AA0b5ImageG0_pSgAA0b11KeypathTextG0_pAA0b4FontG0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x20, symBinAddr: 0x13EFC0, symSize: 0x1C0 } + - { offsetInCU: 0x4E2, offset: 0x1D217D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1E0, symBinAddr: 0x13F180, symSize: 0xD0 } + - { offsetInCU: 0x525, offset: 0x1D21C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x2B0, symBinAddr: 0x13F250, symSize: 0x40 } + - { offsetInCU: 0x559, offset: 0x1D21F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x650, symBinAddr: 0x13F5F0, symSize: 0xC0 } + - { offsetInCU: 0x56D, offset: 0x1D2208, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x710, symBinAddr: 0x13F6B0, symSize: 0x60 } + - { offsetInCU: 0x5AB, offset: 0x1D2246, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x770, symBinAddr: 0x13F710, symSize: 0x2E0 } + - { offsetInCU: 0x6B7, offset: 0x1D2352, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0xA50, symBinAddr: 0x13F9F0, symSize: 0x30 } + - { offsetInCU: 0x6CB, offset: 0x1D2366, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xA80, symBinAddr: 0x13FA20, symSize: 0x80 } + - { offsetInCU: 0x6E9, offset: 0x1D2384, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xB00, symBinAddr: 0x13FAA0, symSize: 0x2E0 } + - { offsetInCU: 0x810, offset: 0x1D24AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xDE0, symBinAddr: 0x13FD80, symSize: 0x30 } + - { offsetInCU: 0x82C, offset: 0x1D24C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0xE10, symBinAddr: 0x13FDB0, symSize: 0x40 } + - { offsetInCU: 0x84A, offset: 0x1D24E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0xE50, symBinAddr: 0x13FDF0, symSize: 0x30 } + - { offsetInCU: 0x86D, offset: 0x1D2508, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xE80, symBinAddr: 0x13FE20, symSize: 0x40 } + - { offsetInCU: 0x89F, offset: 0x1D253A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0xEC0, symBinAddr: 0x13FE60, symSize: 0x120 } + - { offsetInCU: 0x9C7, offset: 0x1D2662, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0xFE0, symBinAddr: 0x13FF80, symSize: 0x20 } + - { offsetInCU: 0xA06, offset: 0x1D26A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x1080, symBinAddr: 0x140020, symSize: 0x40 } + - { offsetInCU: 0xA88, offset: 0x1D2723, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x10C0, symBinAddr: 0x140060, symSize: 0x30 } + - { offsetInCU: 0xAE8, offset: 0x1D2783, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x10F0, symBinAddr: 0x140090, symSize: 0x20 } + - { offsetInCU: 0xB3B, offset: 0x1D27D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4stopyyF', symObjAddr: 0x1110, symBinAddr: 0x1400B0, symSize: 0x110 } + - { offsetInCU: 0xBFE, offset: 0x1D2899, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5pauseyyF', symObjAddr: 0x1220, symBinAddr: 0x1401C0, symSize: 0x40 } + - { offsetInCU: 0xC4E, offset: 0x1D28E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg', symObjAddr: 0x12D0, symBinAddr: 0x140270, symSize: 0x30 } + - { offsetInCU: 0xC6B, offset: 0x1D2906, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs', symObjAddr: 0x1300, symBinAddr: 0x1402A0, symSize: 0x40 } + - { offsetInCU: 0xC92, offset: 0x1D292D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM', symObjAddr: 0x1340, symBinAddr: 0x1402E0, symSize: 0x40 } + - { offsetInCU: 0xCC3, offset: 0x1D295E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM.resume.0', symObjAddr: 0x1380, symBinAddr: 0x140320, symSize: 0x10 } + - { offsetInCU: 0xD3D, offset: 0x1D29D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x14C0, symBinAddr: 0x140460, symSize: 0x50 } + - { offsetInCU: 0xD70, offset: 0x1D2A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x1510, symBinAddr: 0x1404B0, symSize: 0xD0 } + - { offsetInCU: 0xDC3, offset: 0x1D2A5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x15E0, symBinAddr: 0x140580, symSize: 0x70 } + - { offsetInCU: 0xE25, offset: 0x1D2AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x1650, symBinAddr: 0x1405F0, symSize: 0x1A0 } + - { offsetInCU: 0xEA4, offset: 0x1D2B3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x17F0, symBinAddr: 0x140790, symSize: 0x50 } + - { offsetInCU: 0xEE9, offset: 0x1D2B84, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x1840, symBinAddr: 0x1407E0, symSize: 0x20 } + - { offsetInCU: 0xF08, offset: 0x1D2BA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x1860, symBinAddr: 0x140800, symSize: 0x20 } + - { offsetInCU: 0xF8D, offset: 0x1D2C28, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x1880, symBinAddr: 0x140820, symSize: 0x40 } + - { offsetInCU: 0x100A, offset: 0x1D2CA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x18C0, symBinAddr: 0x140860, symSize: 0x20 } + - { offsetInCU: 0x10DF, offset: 0x1D2D7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg', symObjAddr: 0x1970, symBinAddr: 0x140910, symSize: 0x50 } + - { offsetInCU: 0x1112, offset: 0x1D2DAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs', symObjAddr: 0x19C0, symBinAddr: 0x140960, symSize: 0x30 } + - { offsetInCU: 0x1151, offset: 0x1D2DEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM', symObjAddr: 0x19F0, symBinAddr: 0x140990, symSize: 0x80 } + - { offsetInCU: 0x11B3, offset: 0x1D2E4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x1A70, symBinAddr: 0x140A10, symSize: 0x70 } + - { offsetInCU: 0x124A, offset: 0x1D2EE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg', symObjAddr: 0x1C50, symBinAddr: 0x140BF0, symSize: 0x50 } + - { offsetInCU: 0x1267, offset: 0x1D2F02, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x1CA0, symBinAddr: 0x140C40, symSize: 0x30 } + - { offsetInCU: 0x127B, offset: 0x1D2F16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x1CD0, symBinAddr: 0x140C70, symSize: 0x50 } + - { offsetInCU: 0x12EA, offset: 0x1D2F85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x1D20, symBinAddr: 0x140CC0, symSize: 0xB0 } + - { offsetInCU: 0x1351, offset: 0x1D2FEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x1DF0, symBinAddr: 0x140D90, symSize: 0x1A0 } + - { offsetInCU: 0x140D, offset: 0x1D30A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x1F90, symBinAddr: 0x140F30, symSize: 0x60 } + - { offsetInCU: 0x146F, offset: 0x1D310A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x1FF0, symBinAddr: 0x140F90, symSize: 0x60 } + - { offsetInCU: 0x14E6, offset: 0x1D3181, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x20F0, symBinAddr: 0x141090, symSize: 0x60 } + - { offsetInCU: 0x1519, offset: 0x1D31B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x2150, symBinAddr: 0x1410F0, symSize: 0x20 } + - { offsetInCU: 0x153A, offset: 0x1D31D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x2170, symBinAddr: 0x141110, symSize: 0x80 } + - { offsetInCU: 0x159C, offset: 0x1D3237, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x21F0, symBinAddr: 0x141190, symSize: 0x1C0 } + - { offsetInCU: 0x1641, offset: 0x1D32DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x2500, symBinAddr: 0x1414A0, symSize: 0x70 } + - { offsetInCU: 0x1675, offset: 0x1D3310, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x2570, symBinAddr: 0x141510, symSize: 0x60 } + - { offsetInCU: 0x16D7, offset: 0x1D3372, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x25D0, symBinAddr: 0x141570, symSize: 0x120 } + - { offsetInCU: 0x173D, offset: 0x1D33D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs', symObjAddr: 0x2780, symBinAddr: 0x141720, symSize: 0x70 } + - { offsetInCU: 0x17E7, offset: 0x1D3482, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM', symObjAddr: 0x27F0, symBinAddr: 0x141790, symSize: 0x70 } + - { offsetInCU: 0x1849, offset: 0x1D34E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x2860, symBinAddr: 0x141800, symSize: 0x90 } + - { offsetInCU: 0x1906, offset: 0x1D35A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB7PlayingSbvg', symObjAddr: 0x28F0, symBinAddr: 0x141890, symSize: 0x190 } + - { offsetInCU: 0x19B8, offset: 0x1D3653, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB6QueuedSbvg', symObjAddr: 0x2A80, symBinAddr: 0x141A20, symSize: 0x40 } + - { offsetInCU: 0x1A60, offset: 0x1D36FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x2B20, symBinAddr: 0x141AC0, symSize: 0x60 } + - { offsetInCU: 0x1A93, offset: 0x1D372E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x2B80, symBinAddr: 0x141B20, symSize: 0x60 } + - { offsetInCU: 0x1B22, offset: 0x1D37BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x2BE0, symBinAddr: 0x141B80, symSize: 0x80 } + - { offsetInCU: 0x1B84, offset: 0x1D381F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x2C60, symBinAddr: 0x141C00, symSize: 0x80 } + - { offsetInCU: 0x1C40, offset: 0x1D38DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x2D60, symBinAddr: 0x141D00, symSize: 0x60 } + - { offsetInCU: 0x1CCF, offset: 0x1D396A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x2DC0, symBinAddr: 0x141D60, symSize: 0x70 } + - { offsetInCU: 0x1D31, offset: 0x1D39CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x2E30, symBinAddr: 0x141DD0, symSize: 0x70 } + - { offsetInCU: 0x1DC0, offset: 0x1D3A5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x2EA0, symBinAddr: 0x141E40, symSize: 0x120 } + - { offsetInCU: 0x1F1E, offset: 0x1D3BB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x2FC0, symBinAddr: 0x141F60, symSize: 0x20 } + - { offsetInCU: 0x1F60, offset: 0x1D3BFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x2FE0, symBinAddr: 0x141F80, symSize: 0x30 } + - { offsetInCU: 0x1F8F, offset: 0x1D3C2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvg', symObjAddr: 0x3030, symBinAddr: 0x141FD0, symSize: 0xE0 } + - { offsetInCU: 0x2032, offset: 0x1D3CCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvs', symObjAddr: 0x3110, symBinAddr: 0x1420B0, symSize: 0x20 } + - { offsetInCU: 0x2074, offset: 0x1D3D0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvM', symObjAddr: 0x3130, symBinAddr: 0x1420D0, symSize: 0x30 } + - { offsetInCU: 0x20C3, offset: 0x1D3D5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3240, symBinAddr: 0x1421E0, symSize: 0x80 } + - { offsetInCU: 0x2107, offset: 0x1D3DA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x32C0, symBinAddr: 0x142260, symSize: 0x110 } + - { offsetInCU: 0x21AC, offset: 0x1D3E47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x33D0, symBinAddr: 0x142370, symSize: 0xB0 } + - { offsetInCU: 0x224E, offset: 0x1D3EE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x3480, symBinAddr: 0x142420, symSize: 0x1A0 } + - { offsetInCU: 0x22FF, offset: 0x1D3F9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3620, symBinAddr: 0x1425C0, symSize: 0x20 } + - { offsetInCU: 0x2330, offset: 0x1D3FCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x3640, symBinAddr: 0x1425E0, symSize: 0xB0 } + - { offsetInCU: 0x2499, offset: 0x1D4134, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x3750, symBinAddr: 0x1426F0, symSize: 0x50 } + - { offsetInCU: 0x24CC, offset: 0x1D4167, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x37A0, symBinAddr: 0x142740, symSize: 0x60 } + - { offsetInCU: 0x255D, offset: 0x1D41F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x3800, symBinAddr: 0x1427A0, symSize: 0x70 } + - { offsetInCU: 0x25BF, offset: 0x1D425A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x3870, symBinAddr: 0x142810, symSize: 0x80 } + - { offsetInCU: 0x267B, offset: 0x1D4316, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs', symObjAddr: 0x39C0, symBinAddr: 0x142960, symSize: 0xA0 } + - { offsetInCU: 0x2708, offset: 0x1D43A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM', symObjAddr: 0x3A60, symBinAddr: 0x142A00, symSize: 0x70 } + - { offsetInCU: 0x276A, offset: 0x1D4405, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x3AD0, symBinAddr: 0x142A70, symSize: 0xC0 } + - { offsetInCU: 0x28A5, offset: 0x1D4540, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg', symObjAddr: 0x3CE0, symBinAddr: 0x142C80, symSize: 0x50 } + - { offsetInCU: 0x28C2, offset: 0x1D455D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs', symObjAddr: 0x3D30, symBinAddr: 0x142CD0, symSize: 0xE0 } + - { offsetInCU: 0x2906, offset: 0x1D45A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM', symObjAddr: 0x3E10, symBinAddr: 0x142DB0, symSize: 0x50 } + - { offsetInCU: 0x2937, offset: 0x1D45D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM.resume.0', symObjAddr: 0x3E60, symBinAddr: 0x142E00, symSize: 0xC0 } + - { offsetInCU: 0x29D2, offset: 0x1D466D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x3F20, symBinAddr: 0x142EC0, symSize: 0x60 } + - { offsetInCU: 0x2A5C, offset: 0x1D46F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvg', symObjAddr: 0x3F80, symBinAddr: 0x142F20, symSize: 0x60 } + - { offsetInCU: 0x2AC5, offset: 0x1D4760, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x3FE0, symBinAddr: 0x142F80, symSize: 0x90 } + - { offsetInCU: 0x2B5F, offset: 0x1D47FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x4070, symBinAddr: 0x143010, symSize: 0x80 } + - { offsetInCU: 0x2BC9, offset: 0x1D4864, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x41E0, symBinAddr: 0x143180, symSize: 0x90 } + - { offsetInCU: 0x2C5C, offset: 0x1D48F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x4270, symBinAddr: 0x143210, symSize: 0x70 } + - { offsetInCU: 0x2CBE, offset: 0x1D4959, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x42E0, symBinAddr: 0x143280, symSize: 0xA0 } + - { offsetInCU: 0x2D64, offset: 0x1D49FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x4380, symBinAddr: 0x143320, symSize: 0xB0 } + - { offsetInCU: 0x2E05, offset: 0x1D4AA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x4430, symBinAddr: 0x1433D0, symSize: 0xE0 } + - { offsetInCU: 0x2EFD, offset: 0x1D4B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12reloadImagesyyF', symObjAddr: 0x4510, symBinAddr: 0x1434B0, symSize: 0x80 } + - { offsetInCU: 0x2F53, offset: 0x1D4BEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x4590, symBinAddr: 0x143530, symSize: 0x80 } + - { offsetInCU: 0x2FA9, offset: 0x1D4C44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x4610, symBinAddr: 0x1435B0, symSize: 0x40 } + - { offsetInCU: 0x2FC5, offset: 0x1D4C60, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x4650, symBinAddr: 0x1435F0, symSize: 0xC0 } + - { offsetInCU: 0x3049, offset: 0x1D4CE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x4710, symBinAddr: 0x1436B0, symSize: 0xC0 } + - { offsetInCU: 0x30CD, offset: 0x1D4D68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x47D0, symBinAddr: 0x143770, symSize: 0x80 } + - { offsetInCU: 0x3123, offset: 0x1D4DBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x4850, symBinAddr: 0x1437F0, symSize: 0x80 } + - { offsetInCU: 0x3179, offset: 0x1D4E14, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF', symObjAddr: 0x48D0, symBinAddr: 0x143870, symSize: 0x190 } + - { offsetInCU: 0x324C, offset: 0x1D4EE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4A60, symBinAddr: 0x143A00, symSize: 0x70 } + - { offsetInCU: 0x32BF, offset: 0x1D4F5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4AD0, symBinAddr: 0x143A70, symSize: 0x70 } + - { offsetInCU: 0x332E, offset: 0x1D4FC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x4B40, symBinAddr: 0x143AE0, symSize: 0x30 } + - { offsetInCU: 0x3381, offset: 0x1D501C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4B70, symBinAddr: 0x143B10, symSize: 0x90 } + - { offsetInCU: 0x3407, offset: 0x1D50A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4C00, symBinAddr: 0x143BA0, symSize: 0x100 } + - { offsetInCU: 0x34E6, offset: 0x1D5181, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4D00, symBinAddr: 0x143CA0, symSize: 0x100 } + - { offsetInCU: 0x35D7, offset: 0x1D5272, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvgTo', symObjAddr: 0x4E00, symBinAddr: 0x143DA0, symSize: 0x50 } + - { offsetInCU: 0x361A, offset: 0x1D52B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTo', symObjAddr: 0x4E50, symBinAddr: 0x143DF0, symSize: 0x60 } + - { offsetInCU: 0x364D, offset: 0x1D52E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyF', symObjAddr: 0x4EB0, symBinAddr: 0x143E50, symSize: 0x2D0 } + - { offsetInCU: 0x3780, offset: 0x1D541B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_', symObjAddr: 0x5180, symBinAddr: 0x144120, symSize: 0xC0 } + - { offsetInCU: 0x37FE, offset: 0x1D5499, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_', symObjAddr: 0x5240, symBinAddr: 0x1441E0, symSize: 0x60 } + - { offsetInCU: 0x3875, offset: 0x1D5510, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyF', symObjAddr: 0x52A0, symBinAddr: 0x144240, symSize: 0x1AD0 } + - { offsetInCU: 0x403B, offset: 0x1D5CD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_', symObjAddr: 0x6D70, symBinAddr: 0x145D10, symSize: 0xD0 } + - { offsetInCU: 0x40E1, offset: 0x1D5D7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyF', symObjAddr: 0x6E40, symBinAddr: 0x145DE0, symSize: 0xE0 } + - { offsetInCU: 0x41CA, offset: 0x1D5E65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x6F20, symBinAddr: 0x145EC0, symSize: 0x30 } + - { offsetInCU: 0x4233, offset: 0x1D5ECE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyF', symObjAddr: 0x6F50, symBinAddr: 0x145EF0, symSize: 0xE0 } + - { offsetInCU: 0x4323, offset: 0x1D5FBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyFTo', symObjAddr: 0x7030, symBinAddr: 0x145FD0, symSize: 0x30 } + - { offsetInCU: 0x433F, offset: 0x1D5FDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22animationMovedToWindowyyF', symObjAddr: 0x7060, symBinAddr: 0x146000, symSize: 0x60 } + - { offsetInCU: 0x436E, offset: 0x1D6009, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0yyAA0aB6SourceOSgF', symObjAddr: 0x70C0, symBinAddr: 0x146060, symSize: 0x110 } + - { offsetInCU: 0x450C, offset: 0x1D61A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForBackgroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x71D0, symBinAddr: 0x146170, symSize: 0xE0 } + - { offsetInCU: 0x45C2, offset: 0x1D625D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForForegroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x72B0, symBinAddr: 0x146250, symSize: 0xE0 } + - { offsetInCU: 0x467F, offset: 0x1D631A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfD', symObjAddr: 0x73E0, symBinAddr: 0x146380, symSize: 0x30 } + - { offsetInCU: 0x46AC, offset: 0x1D6347, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0x7470, symBinAddr: 0x146410, symSize: 0x330 } + - { offsetInCU: 0x4787, offset: 0x1D6422, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtFTf4enn_n', symObjAddr: 0x7D70, symBinAddr: 0x146CB0, symSize: 0x190 } + - { offsetInCU: 0x4852, offset: 0x1D64ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvsTf4en_n', symObjAddr: 0x7F00, symBinAddr: 0x146E40, symSize: 0x110 } + - { offsetInCU: 0x48E0, offset: 0x1D657B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0x8010, symBinAddr: 0x146F50, symSize: 0x150 } + - { offsetInCU: 0x4962, offset: 0x1D65FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x81E0, symBinAddr: 0x1470C0, symSize: 0x290 } + - { offsetInCU: 0x4A89, offset: 0x1D6724, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0x8610, symBinAddr: 0x147370, symSize: 0xF0 } + - { offsetInCU: 0x4B17, offset: 0x1D67B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0x8880, symBinAddr: 0x147480, symSize: 0xE0 } + - { offsetInCU: 0x4BFC, offset: 0x1D6897, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTf4gn_n', symObjAddr: 0xA030, symBinAddr: 0x1489B0, symSize: 0xD0 } + - { offsetInCU: 0x4CC6, offset: 0x1D6961, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x2F0, symBinAddr: 0x13F290, symSize: 0x70 } + - { offsetInCU: 0x4D31, offset: 0x1D69CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x470, symBinAddr: 0x13F410, symSize: 0x70 } + - { offsetInCU: 0x4DDD, offset: 0x1D6A78, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO9hashValueSivg', symObjAddr: 0x4E0, symBinAddr: 0x13F480, symSize: 0x50 } + - { offsetInCU: 0x4E69, offset: 0x1D6B04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH9hashValueSivgTW', symObjAddr: 0x530, symBinAddr: 0x13F4D0, symSize: 0x50 } + - { offsetInCU: 0x4EF8, offset: 0x1D6B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x580, symBinAddr: 0x13F520, symSize: 0x10 } + - { offsetInCU: 0x4F43, offset: 0x1D6BDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5E0, symBinAddr: 0x13F580, symSize: 0x70 } + - { offsetInCU: 0x5C12, offset: 0x1D78AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x7800, symBinAddr: 0x146740, symSize: 0x570 } + - { offsetInCU: 0x5EDD, offset: 0x1D7B78, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTK', symObjAddr: 0x1390, symBinAddr: 0x140330, symSize: 0x50 } + - { offsetInCU: 0x5F21, offset: 0x1D7BBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x13E0, symBinAddr: 0x140380, symSize: 0xE0 } + - { offsetInCU: 0x5F84, offset: 0x1D7C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTK', symObjAddr: 0x18E0, symBinAddr: 0x140880, symSize: 0x50 } + - { offsetInCU: 0x5FC8, offset: 0x1D7C63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTk', symObjAddr: 0x1930, symBinAddr: 0x1408D0, symSize: 0x40 } + - { offsetInCU: 0x600C, offset: 0x1D7CA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x1AE0, symBinAddr: 0x140A80, symSize: 0x90 } + - { offsetInCU: 0x6039, offset: 0x1D7CD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x1B70, symBinAddr: 0x140B10, symSize: 0x80 } + - { offsetInCU: 0x6066, offset: 0x1D7D01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x1BF0, symBinAddr: 0x140B90, symSize: 0x60 } + - { offsetInCU: 0x607E, offset: 0x1D7D19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x2050, symBinAddr: 0x140FF0, symSize: 0x60 } + - { offsetInCU: 0x60C2, offset: 0x1D7D5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x20B0, symBinAddr: 0x141050, symSize: 0x40 } + - { offsetInCU: 0x60EF, offset: 0x1D7D8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvpACTk', symObjAddr: 0x2400, symBinAddr: 0x1413A0, symSize: 0x90 } + - { offsetInCU: 0x611C, offset: 0x1D7DB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x26F0, symBinAddr: 0x141690, symSize: 0x70 } + - { offsetInCU: 0x61A3, offset: 0x1D7E3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x2AC0, symBinAddr: 0x141A60, symSize: 0x60 } + - { offsetInCU: 0x6221, offset: 0x1D7EBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x2CE0, symBinAddr: 0x141C80, symSize: 0x60 } + - { offsetInCU: 0x6375, offset: 0x1D8010, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x31B0, symBinAddr: 0x142150, symSize: 0x90 } + - { offsetInCU: 0x63C8, offset: 0x1D8063, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x36F0, symBinAddr: 0x142690, symSize: 0x60 } + - { offsetInCU: 0x644A, offset: 0x1D80E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvpACTk', symObjAddr: 0x38F0, symBinAddr: 0x142890, symSize: 0xB0 } + - { offsetInCU: 0x64B2, offset: 0x1D814D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTK', symObjAddr: 0x3B90, symBinAddr: 0x142B30, symSize: 0x60 } + - { offsetInCU: 0x64D7, offset: 0x1D8172, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTk', symObjAddr: 0x3BF0, symBinAddr: 0x142B90, symSize: 0xF0 } + - { offsetInCU: 0x652C, offset: 0x1D81C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x40F0, symBinAddr: 0x143090, symSize: 0x90 } + - { offsetInCU: 0x6864, offset: 0x1D84FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfE', symObjAddr: 0x7390, symBinAddr: 0x146330, symSize: 0x50 } + - { offsetInCU: 0x6891, offset: 0x1D852C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfETo', symObjAddr: 0x7410, symBinAddr: 0x1463B0, symSize: 0x60 } + - { offsetInCU: 0x68DD, offset: 0x1D8578, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCMa', symObjAddr: 0x8190, symBinAddr: 0x1470A0, symSize: 0x20 } + - { offsetInCU: 0x68F1, offset: 0x1D858C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOy', symObjAddr: 0x85F0, symBinAddr: 0x147350, symSize: 0x20 } + - { offsetInCU: 0x6905, offset: 0x1D85A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOe', symObjAddr: 0x8700, symBinAddr: 0x147460, symSize: 0x20 } + - { offsetInCU: 0x6919, offset: 0x1D85B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASQWb', symObjAddr: 0x8B60, symBinAddr: 0x147560, symSize: 0x10 } + - { offsetInCU: 0x692D, offset: 0x1D85C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOACSQAAWl', symObjAddr: 0x8B70, symBinAddr: 0x147570, symSize: 0x30 } + - { offsetInCU: 0x6941, offset: 0x1D85DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASQWb', symObjAddr: 0x8BA0, symBinAddr: 0x1475A0, symSize: 0x10 } + - { offsetInCU: 0x6955, offset: 0x1D85F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOACSQAAWl', symObjAddr: 0x8BB0, symBinAddr: 0x1475B0, symSize: 0x30 } + - { offsetInCU: 0x6969, offset: 0x1D8604, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwet', symObjAddr: 0x90E0, symBinAddr: 0x147AC0, symSize: 0x80 } + - { offsetInCU: 0x697D, offset: 0x1D8618, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwst', symObjAddr: 0x9160, symBinAddr: 0x147B40, symSize: 0xD0 } + - { offsetInCU: 0x6991, offset: 0x1D862C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwug', symObjAddr: 0x9230, symBinAddr: 0x147C10, symSize: 0x10 } + - { offsetInCU: 0x69A5, offset: 0x1D8640, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwup', symObjAddr: 0x9240, symBinAddr: 0x147C20, symSize: 0x10 } + - { offsetInCU: 0x69B9, offset: 0x1D8654, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwui', symObjAddr: 0x9250, symBinAddr: 0x147C30, symSize: 0x10 } + - { offsetInCU: 0x69CD, offset: 0x1D8668, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOMa', symObjAddr: 0x9260, symBinAddr: 0x147C40, symSize: 0x10 } + - { offsetInCU: 0x69E1, offset: 0x1D867C, size: 0x8, addend: 0x0, symName: ___swift_memcpy5_4, symObjAddr: 0x9270, symBinAddr: 0x147C50, symSize: 0x20 } + - { offsetInCU: 0x69F5, offset: 0x1D8690, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwet', symObjAddr: 0x9290, symBinAddr: 0x147C70, symSize: 0x50 } + - { offsetInCU: 0x6A09, offset: 0x1D86A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwst', symObjAddr: 0x92E0, symBinAddr: 0x147CC0, symSize: 0x40 } + - { offsetInCU: 0x6A1D, offset: 0x1D86B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwug', symObjAddr: 0x9320, symBinAddr: 0x147D00, symSize: 0x20 } + - { offsetInCU: 0x6A31, offset: 0x1D86CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwup', symObjAddr: 0x9340, symBinAddr: 0x147D20, symSize: 0x10 } + - { offsetInCU: 0x6A45, offset: 0x1D86E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwui', symObjAddr: 0x9350, symBinAddr: 0x147D30, symSize: 0x20 } + - { offsetInCU: 0x6A59, offset: 0x1D86F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOMa', symObjAddr: 0x9370, symBinAddr: 0x147D50, symSize: 0x10 } + - { offsetInCU: 0x6A6D, offset: 0x1D8708, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_TA', symObjAddr: 0x9F70, symBinAddr: 0x148950, symSize: 0x10 } + - { offsetInCU: 0x6A81, offset: 0x1D871C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x9F80, symBinAddr: 0x148960, symSize: 0x20 } + - { offsetInCU: 0x6A95, offset: 0x1D8730, size: 0x8, addend: 0x0, symName: '_$sSo16CABasicAnimationCMa', symObjAddr: 0x9FA0, symBinAddr: 0x148980, symSize: 0x30 } + - { offsetInCU: 0x6AC5, offset: 0x1D8760, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0xA120, symBinAddr: 0x148AA0, symSize: 0x20 } + - { offsetInCU: 0x6AE4, offset: 0x1D877F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0xA140, symBinAddr: 0x148AC0, symSize: 0x20 } + - { offsetInCU: 0x6B0D, offset: 0x1D87A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_TA', symObjAddr: 0xA240, symBinAddr: 0x148B00, symSize: 0x10 } + - { offsetInCU: 0x6B21, offset: 0x1D87BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_TA', symObjAddr: 0xA250, symBinAddr: 0x148B10, symSize: 0x10 } + - { offsetInCU: 0x6B73, offset: 0x1D880E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x430, symBinAddr: 0x13F3D0, symSize: 0x40 } + - { offsetInCU: 0x6C3D, offset: 0x1D88D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x590, symBinAddr: 0x13F530, symSize: 0x50 } + - { offsetInCU: 0x2B, offset: 0x1D9085, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x148B60, symSize: 0x30 } + - { offsetInCU: 0x6D, offset: 0x1D90C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x148B60, symSize: 0x30 } + - { offsetInCU: 0xB1, offset: 0x1D910B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCMa', symObjAddr: 0x30, symBinAddr: 0x148B90, symSize: 0x14 } + - { offsetInCU: 0x27, offset: 0x1D926A, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x148BB0, symSize: 0x250 } + - { offsetInCU: 0xA1, offset: 0x1D92E4, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x148BB0, symSize: 0x250 } + - { offsetInCU: 0x225, offset: 0x1D9468, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationCMa', symObjAddr: 0x250, symBinAddr: 0x148E00, symSize: 0x2F } + - { offsetInCU: 0xA5, offset: 0x1D9705, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x0, symBinAddr: 0x148E60, symSize: 0x180 } + - { offsetInCU: 0x175, offset: 0x1D97D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC10loadImages33_018EEA5A3C8AB5F957268211713A2543LLyyF', symObjAddr: 0x180, symBinAddr: 0x148FE0, symSize: 0x510 } + - { offsetInCU: 0x417, offset: 0x1D9A77, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCfD', symObjAddr: 0x690, symBinAddr: 0x1494F0, symSize: 0x50 } + - { offsetInCU: 0x462, offset: 0x1D9AC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x790, symBinAddr: 0x1495F0, symSize: 0x20 } + - { offsetInCU: 0x4A8, offset: 0x1D9B08, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC8filepathACSg10Foundation3URLV_tcfCTf4nd_n', symObjAddr: 0xA60, symBinAddr: 0x1497C0, symSize: 0xE0 } + - { offsetInCU: 0x5C0, offset: 0x1D9C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMU', symObjAddr: 0x6E0, symBinAddr: 0x149540, symSize: 0x10 } + - { offsetInCU: 0x5D4, offset: 0x1D9C34, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMa', symObjAddr: 0x6F0, symBinAddr: 0x149550, symSize: 0x30 } + - { offsetInCU: 0x5E8, offset: 0x1D9C48, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMr', symObjAddr: 0x720, symBinAddr: 0x149580, symSize: 0x70 } + - { offsetInCU: 0x64F, offset: 0x1D9CAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH9hashValueSivgTW', symObjAddr: 0x7B0, symBinAddr: 0x149610, symSize: 0x70 } + - { offsetInCU: 0x70B, offset: 0x1D9D6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x820, symBinAddr: 0x149680, symSize: 0x60 } + - { offsetInCU: 0x78A, offset: 0x1D9DEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8F0, symBinAddr: 0x149750, symSize: 0x20 } + - { offsetInCU: 0x7BC, offset: 0x1D9E1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASQWb', symObjAddr: 0x910, symBinAddr: 0x149770, symSize: 0x20 } + - { offsetInCU: 0x8AE, offset: 0x1D9F0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x880, symBinAddr: 0x1496E0, symSize: 0x70 } + - { offsetInCU: 0x5C, offset: 0x1DA1BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x1498A0, symSize: 0x180 } + - { offsetInCU: 0xB8, offset: 0x1DA21B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x180, symBinAddr: 0x149A20, symSize: 0x220 } + - { offsetInCU: 0x189, offset: 0x1DA2EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x3A0, symBinAddr: 0x149C40, symSize: 0x120 } + - { offsetInCU: 0x1C8, offset: 0x1DA32B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x650, symBinAddr: 0x149EF0, symSize: 0x40 } + - { offsetInCU: 0x1FF, offset: 0x1DA362, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO8rawValueSSvg', symObjAddr: 0x690, symBinAddr: 0x149F30, symSize: 0x30 } + - { offsetInCU: 0x226, offset: 0x1DA389, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO11stringValueSSvg', symObjAddr: 0x6C0, symBinAddr: 0x149F60, symSize: 0x30 } + - { offsetInCU: 0x267, offset: 0x1DA3CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x730, symBinAddr: 0x149FD0, symSize: 0x70 } + - { offsetInCU: 0x29B, offset: 0x1DA3FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x7A0, symBinAddr: 0x14A040, symSize: 0x30 } + - { offsetInCU: 0x2B7, offset: 0x1DA41A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7D0, symBinAddr: 0x14A070, symSize: 0x10 } + - { offsetInCU: 0x2ED, offset: 0x1DA450, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7E0, symBinAddr: 0x14A080, symSize: 0x70 } + - { offsetInCU: 0x338, offset: 0x1DA49B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x850, symBinAddr: 0x14A0F0, symSize: 0x10 } + - { offsetInCU: 0x354, offset: 0x1DA4B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x860, symBinAddr: 0x14A100, symSize: 0x10 } + - { offsetInCU: 0x390, offset: 0x1DA4F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCfD', symObjAddr: 0x8B0, symBinAddr: 0x14A150, symSize: 0x20 } + - { offsetInCU: 0x3DB, offset: 0x1DA53E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x9E0, symBinAddr: 0x14A260, symSize: 0x20 } + - { offsetInCU: 0x3FE, offset: 0x1DA561, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xA00, symBinAddr: 0x14A280, symSize: 0x20 } + - { offsetInCU: 0x4E9, offset: 0x1DA64C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x590, symBinAddr: 0x149E30, symSize: 0x30 } + - { offsetInCU: 0x51A, offset: 0x1DA67D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x5C0, symBinAddr: 0x149E60, symSize: 0x20 } + - { offsetInCU: 0x559, offset: 0x1DA6BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5E0, symBinAddr: 0x149E80, symSize: 0x20 } + - { offsetInCU: 0x591, offset: 0x1DA6F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xD70, symBinAddr: 0x14A5F0, symSize: 0xE0 } + - { offsetInCU: 0x608, offset: 0x1DA76B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO13discriminator_WZ', symObjAddr: 0x640, symBinAddr: 0x149EE0, symSize: 0x10 } + - { offsetInCU: 0x622, offset: 0x1DA785, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCMa', symObjAddr: 0x8D0, symBinAddr: 0x14A170, symSize: 0x20 } + - { offsetInCU: 0x636, offset: 0x1DA799, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOwup', symObjAddr: 0x930, symBinAddr: 0x14A1B0, symSize: 0x10 } + - { offsetInCU: 0x64A, offset: 0x1DA7AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOMa', symObjAddr: 0x940, symBinAddr: 0x14A1C0, symSize: 0x10 } + - { offsetInCU: 0x65E, offset: 0x1DA7C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASQWb', symObjAddr: 0x950, symBinAddr: 0x14A1D0, symSize: 0x10 } + - { offsetInCU: 0x672, offset: 0x1DA7D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSQAAWl', symObjAddr: 0x960, symBinAddr: 0x14A1E0, symSize: 0x30 } + - { offsetInCU: 0x686, offset: 0x1DA7E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOAA11ClassFamilyAAWI', symObjAddr: 0x990, symBinAddr: 0x14A210, symSize: 0x20 } + - { offsetInCU: 0x69A, offset: 0x1DA7FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSeAAWl', symObjAddr: 0x9B0, symBinAddr: 0x14A230, symSize: 0x30 } + - { offsetInCU: 0x6CE, offset: 0x1DA831, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xA20, symBinAddr: 0x14A2A0, symSize: 0x150 } + - { offsetInCU: 0x801, offset: 0x1DA964, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xB70, symBinAddr: 0x14A3F0, symSize: 0x200 } + - { offsetInCU: 0xA1A, offset: 0x1DAB7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSYAAWl', symObjAddr: 0xEB0, symBinAddr: 0x14A6D0, symSize: 0x30 } + - { offsetInCU: 0xA2E, offset: 0x1DAB91, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs0D3KeyAAWl', symObjAddr: 0xF20, symBinAddr: 0x14A700, symSize: 0x30 } + - { offsetInCU: 0xA42, offset: 0x1DABA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSEAAWl', symObjAddr: 0xF50, symBinAddr: 0x14A730, symSize: 0x30 } + - { offsetInCU: 0xA56, offset: 0x1DABB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwug', symObjAddr: 0x1180, symBinAddr: 0x14A8D0, symSize: 0x10 } + - { offsetInCU: 0xA6A, offset: 0x1DABCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwup', symObjAddr: 0x1190, symBinAddr: 0x14A8E0, symSize: 0x10 } + - { offsetInCU: 0xA7E, offset: 0x1DABE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwui', symObjAddr: 0x11A0, symBinAddr: 0x14A8F0, symSize: 0x10 } + - { offsetInCU: 0xA92, offset: 0x1DABF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOMa', symObjAddr: 0x11B0, symBinAddr: 0x14A900, symSize: 0x10 } + - { offsetInCU: 0xAA6, offset: 0x1DAC09, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASQWb', symObjAddr: 0x11C0, symBinAddr: 0x14A910, symSize: 0x10 } + - { offsetInCU: 0xABA, offset: 0x1DAC1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFSQAAWl', symObjAddr: 0x11D0, symBinAddr: 0x14A920, symSize: 0x30 } + - { offsetInCU: 0xACE, offset: 0x1DAC31, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1200, symBinAddr: 0x14A950, symSize: 0x10 } + - { offsetInCU: 0xAE2, offset: 0x1DAC45, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1210, symBinAddr: 0x14A960, symSize: 0x30 } + - { offsetInCU: 0xAF6, offset: 0x1DAC59, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1240, symBinAddr: 0x14A990, symSize: 0x10 } + - { offsetInCU: 0xB0A, offset: 0x1DAC6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1250, symBinAddr: 0x14A9A0, symSize: 0x30 } + - { offsetInCU: 0xB82, offset: 0x1DACE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4C0, symBinAddr: 0x149D60, symSize: 0x10 } + - { offsetInCU: 0xC13, offset: 0x1DAD76, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x4D0, symBinAddr: 0x149D70, symSize: 0x50 } + - { offsetInCU: 0xCDB, offset: 0x1DAE3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x520, symBinAddr: 0x149DC0, symSize: 0x30 } + - { offsetInCU: 0xD57, offset: 0x1DAEBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x550, symBinAddr: 0x149DF0, symSize: 0x40 } + - { offsetInCU: 0xDED, offset: 0x1DAF50, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x600, symBinAddr: 0x149EA0, symSize: 0x40 } + - { offsetInCU: 0xE10, offset: 0x1DAF73, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F0, symBinAddr: 0x149F90, symSize: 0x10 } + - { offsetInCU: 0xE2C, offset: 0x1DAF8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x700, symBinAddr: 0x149FA0, symSize: 0x10 } + - { offsetInCU: 0xE48, offset: 0x1DAFAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x710, symBinAddr: 0x149FB0, symSize: 0x10 } + - { offsetInCU: 0xE64, offset: 0x1DAFC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x720, symBinAddr: 0x149FC0, symSize: 0x10 } + - { offsetInCU: 0xE87, offset: 0x1DAFEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x870, symBinAddr: 0x14A110, symSize: 0x20 } + - { offsetInCU: 0xEA3, offset: 0x1DB006, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x890, symBinAddr: 0x14A130, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x1DB293, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x14A9F0, symSize: 0x20 } + - { offsetInCU: 0x90, offset: 0x1DB2C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x190, symBinAddr: 0x14AB80, symSize: 0x40 } + - { offsetInCU: 0xB5, offset: 0x1DB2EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D0, symBinAddr: 0x14ABC0, symSize: 0x680 } + - { offsetInCU: 0x138, offset: 0x1DB36D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x850, symBinAddr: 0x14B240, symSize: 0xD80 } + - { offsetInCU: 0x505, offset: 0x1DB73A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueSSvg', symObjAddr: 0x15D0, symBinAddr: 0x14BFC0, symSize: 0x20 } + - { offsetInCU: 0x53C, offset: 0x1DB771, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x19D0, symBinAddr: 0x14C3C0, symSize: 0x20 } + - { offsetInCU: 0x5A0, offset: 0x1DB7D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1A70, symBinAddr: 0x14C460, symSize: 0x40 } + - { offsetInCU: 0x5E6, offset: 0x1DB81B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1AB0, symBinAddr: 0x14C4A0, symSize: 0x30 } + - { offsetInCU: 0x602, offset: 0x1DB837, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1AE0, symBinAddr: 0x14C4D0, symSize: 0x10 } + - { offsetInCU: 0x638, offset: 0x1DB86D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1AF0, symBinAddr: 0x14C4E0, symSize: 0x30 } + - { offsetInCU: 0x69D, offset: 0x1DB8D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1B20, symBinAddr: 0x14C510, symSize: 0x10 } + - { offsetInCU: 0x6B9, offset: 0x1DB8EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1B30, symBinAddr: 0x14C520, symSize: 0x10 } + - { offsetInCU: 0x6D5, offset: 0x1DB90A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2B00, symBinAddr: 0x14D250, symSize: 0x50 } + - { offsetInCU: 0x70D, offset: 0x1DB942, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x19F0, symBinAddr: 0x14C3E0, symSize: 0x30 } + - { offsetInCU: 0x752, offset: 0x1DB987, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1BC0, symBinAddr: 0x14C5B0, symSize: 0x70 } + - { offsetInCU: 0x786, offset: 0x1DB9BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1C30, symBinAddr: 0x14C620, symSize: 0x30 } + - { offsetInCU: 0x7A2, offset: 0x1DB9D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1C60, symBinAddr: 0x14C650, symSize: 0x10 } + - { offsetInCU: 0x7D8, offset: 0x1DBA0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1C70, symBinAddr: 0x14C660, symSize: 0x70 } + - { offsetInCU: 0x823, offset: 0x1DBA58, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1CE0, symBinAddr: 0x14C6D0, symSize: 0x10 } + - { offsetInCU: 0x83F, offset: 0x1DBA74, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1CF0, symBinAddr: 0x14C6E0, symSize: 0x10 } + - { offsetInCU: 0x85D, offset: 0x1DBA92, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x15F0, symBinAddr: 0x14BFE0, symSize: 0x3E0 } + - { offsetInCU: 0x8D0, offset: 0x1DBB05, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfd', symObjAddr: 0x1D80, symBinAddr: 0x14C770, symSize: 0x50 } + - { offsetInCU: 0x91B, offset: 0x1DBB50, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfD', symObjAddr: 0x1DD0, symBinAddr: 0x14C7C0, symSize: 0x20 } + - { offsetInCU: 0x957, offset: 0x1DBB8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1FE0, symBinAddr: 0x14C9B0, symSize: 0x20 } + - { offsetInCU: 0x998, offset: 0x1DBBCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x2000, symBinAddr: 0x14C9D0, symSize: 0x20 } + - { offsetInCU: 0x9D9, offset: 0x1DBC0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x2020, symBinAddr: 0x14C9F0, symSize: 0x10 } + - { offsetInCU: 0xA1A, offset: 0x1DBC4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x2030, symBinAddr: 0x14CA00, symSize: 0x10 } + - { offsetInCU: 0xA5B, offset: 0x1DBC90, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x2040, symBinAddr: 0x14CA10, symSize: 0x20 } + - { offsetInCU: 0xAD5, offset: 0x1DBD0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xD0, symBinAddr: 0x14AAC0, symSize: 0x20 } + - { offsetInCU: 0xB06, offset: 0x1DBD3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0x14AAE0, symSize: 0x10 } + - { offsetInCU: 0xC55, offset: 0x1DBE8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfE', symObjAddr: 0x1D40, symBinAddr: 0x14C730, symSize: 0x40 } + - { offsetInCU: 0xCAD, offset: 0x1DBEE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCMa', symObjAddr: 0x1DF0, symBinAddr: 0x14C7E0, symSize: 0x20 } + - { offsetInCU: 0xCC1, offset: 0x1DBEF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwet', symObjAddr: 0x1E30, symBinAddr: 0x14C800, symSize: 0x80 } + - { offsetInCU: 0xCD5, offset: 0x1DBF0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwst', symObjAddr: 0x1EB0, symBinAddr: 0x14C880, symSize: 0xD0 } + - { offsetInCU: 0xCE9, offset: 0x1DBF1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwup', symObjAddr: 0x1F80, symBinAddr: 0x14C950, symSize: 0x10 } + - { offsetInCU: 0xCFD, offset: 0x1DBF32, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOMa', symObjAddr: 0x1F90, symBinAddr: 0x14C960, symSize: 0x10 } + - { offsetInCU: 0xD11, offset: 0x1DBF46, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASQWb', symObjAddr: 0x1FA0, symBinAddr: 0x14C970, symSize: 0x10 } + - { offsetInCU: 0xD25, offset: 0x1DBF5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSQAAWl', symObjAddr: 0x1FB0, symBinAddr: 0x14C980, symSize: 0x30 } + - { offsetInCU: 0xD39, offset: 0x1DBF6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSYAAWl', symObjAddr: 0x2060, symBinAddr: 0x14CA30, symSize: 0x30 } + - { offsetInCU: 0xD4D, offset: 0x1DBF82, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs0D3KeyAAWl', symObjAddr: 0x2100, symBinAddr: 0x14CA60, symSize: 0x30 } + - { offsetInCU: 0xD61, offset: 0x1DBF96, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSEAAWl', symObjAddr: 0x2190, symBinAddr: 0x14CA90, symSize: 0x30 } + - { offsetInCU: 0xD75, offset: 0x1DBFAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs9CodingKeyAAWl', symObjAddr: 0x21F0, symBinAddr: 0x14CAC0, symSize: 0x30 } + - { offsetInCU: 0xD89, offset: 0x1DBFBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSEAASERzlWl', symObjAddr: 0x2220, symBinAddr: 0x14CAF0, symSize: 0x60 } + - { offsetInCU: 0xD9D, offset: 0x1DBFD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGMa', symObjAddr: 0x2280, symBinAddr: 0x14CB50, symSize: 0x60 } + - { offsetInCU: 0xDB1, offset: 0x1DBFE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSeAAWl', symObjAddr: 0x2480, symBinAddr: 0x14CCC0, symSize: 0x30 } + - { offsetInCU: 0xDC5, offset: 0x1DBFFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSeAASeRzlWl', symObjAddr: 0x24E0, symBinAddr: 0x14CCF0, symSize: 0x60 } + - { offsetInCU: 0xDD9, offset: 0x1DC00E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x2660, symBinAddr: 0x14CDB0, symSize: 0x80 } + - { offsetInCU: 0xDED, offset: 0x1DC022, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x26E0, symBinAddr: 0x14CE30, symSize: 0xD0 } + - { offsetInCU: 0xE01, offset: 0x1DC036, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x27B0, symBinAddr: 0x14CF00, symSize: 0x10 } + - { offsetInCU: 0xE15, offset: 0x1DC04A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x27C0, symBinAddr: 0x14CF10, symSize: 0x10 } + - { offsetInCU: 0xE29, offset: 0x1DC05E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x27D0, symBinAddr: 0x14CF20, symSize: 0x10 } + - { offsetInCU: 0xE3D, offset: 0x1DC072, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x27E0, symBinAddr: 0x14CF30, symSize: 0x10 } + - { offsetInCU: 0xE51, offset: 0x1DC086, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x27F0, symBinAddr: 0x14CF40, symSize: 0x80 } + - { offsetInCU: 0xE65, offset: 0x1DC09A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x2870, symBinAddr: 0x14CFC0, symSize: 0xD0 } + - { offsetInCU: 0xE79, offset: 0x1DC0AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x2940, symBinAddr: 0x14D090, symSize: 0x10 } + - { offsetInCU: 0xE8D, offset: 0x1DC0C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x2950, symBinAddr: 0x14D0A0, symSize: 0x10 } + - { offsetInCU: 0xEA1, offset: 0x1DC0D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x2960, symBinAddr: 0x14D0B0, symSize: 0x10 } + - { offsetInCU: 0xEB5, offset: 0x1DC0EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x2970, symBinAddr: 0x14D0C0, symSize: 0x10 } + - { offsetInCU: 0xEC9, offset: 0x1DC0FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x2980, symBinAddr: 0x14D0D0, symSize: 0x10 } + - { offsetInCU: 0xEDD, offset: 0x1DC112, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x2990, symBinAddr: 0x14D0E0, symSize: 0x30 } + - { offsetInCU: 0xEF1, offset: 0x1DC126, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x29C0, symBinAddr: 0x14D110, symSize: 0x10 } + - { offsetInCU: 0xF05, offset: 0x1DC13A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x29D0, symBinAddr: 0x14D120, symSize: 0x30 } + - { offsetInCU: 0xF19, offset: 0x1DC14E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2A00, symBinAddr: 0x14D150, symSize: 0x10 } + - { offsetInCU: 0xF2D, offset: 0x1DC162, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2A10, symBinAddr: 0x14D160, symSize: 0x30 } + - { offsetInCU: 0xF41, offset: 0x1DC176, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2A40, symBinAddr: 0x14D190, symSize: 0x10 } + - { offsetInCU: 0xF55, offset: 0x1DC18A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2A50, symBinAddr: 0x14D1A0, symSize: 0x30 } + - { offsetInCU: 0xF69, offset: 0x1DC19E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2A80, symBinAddr: 0x14D1D0, symSize: 0x10 } + - { offsetInCU: 0xF7D, offset: 0x1DC1B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2A90, symBinAddr: 0x14D1E0, symSize: 0x30 } + - { offsetInCU: 0xF91, offset: 0x1DC1C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2AC0, symBinAddr: 0x14D210, symSize: 0x10 } + - { offsetInCU: 0xFA5, offset: 0x1DC1DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2AD0, symBinAddr: 0x14D220, symSize: 0x30 } + - { offsetInCU: 0xFD9, offset: 0x1DC20E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0x14AA10, symSize: 0x10 } + - { offsetInCU: 0x106A, offset: 0x1DC29F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0x14AA20, symSize: 0x40 } + - { offsetInCU: 0x1119, offset: 0x1DC34E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x70, symBinAddr: 0x14AA60, symSize: 0x20 } + - { offsetInCU: 0x116C, offset: 0x1DC3A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x90, symBinAddr: 0x14AA80, symSize: 0x40 } + - { offsetInCU: 0x11F0, offset: 0x1DC425, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x100, symBinAddr: 0x14AAF0, symSize: 0x50 } + - { offsetInCU: 0x1213, offset: 0x1DC448, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x150, symBinAddr: 0x14AB40, symSize: 0x40 } + - { offsetInCU: 0x1273, offset: 0x1DC4A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A20, symBinAddr: 0x14C410, symSize: 0x10 } + - { offsetInCU: 0x12AD, offset: 0x1DC4E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1A30, symBinAddr: 0x14C420, symSize: 0x20 } + - { offsetInCU: 0x12F3, offset: 0x1DC528, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A50, symBinAddr: 0x14C440, symSize: 0x10 } + - { offsetInCU: 0x130F, offset: 0x1DC544, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1A60, symBinAddr: 0x14C450, symSize: 0x10 } + - { offsetInCU: 0x132A, offset: 0x1DC55F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1B40, symBinAddr: 0x14C530, symSize: 0x20 } + - { offsetInCU: 0x1346, offset: 0x1DC57B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1B60, symBinAddr: 0x14C550, symSize: 0x20 } + - { offsetInCU: 0x1362, offset: 0x1DC597, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1B80, symBinAddr: 0x14C570, symSize: 0x10 } + - { offsetInCU: 0x137E, offset: 0x1DC5B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1B90, symBinAddr: 0x14C580, symSize: 0x10 } + - { offsetInCU: 0x139A, offset: 0x1DC5CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1BA0, symBinAddr: 0x14C590, symSize: 0x10 } + - { offsetInCU: 0x13B6, offset: 0x1DC5EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1BB0, symBinAddr: 0x14C5A0, symSize: 0x10 } + - { offsetInCU: 0x13D9, offset: 0x1DC60E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1D00, symBinAddr: 0x14C6F0, symSize: 0x20 } + - { offsetInCU: 0x13F5, offset: 0x1DC62A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1D20, symBinAddr: 0x14C710, symSize: 0x20 } + - { offsetInCU: 0x9D, offset: 0x1DC8B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x14D390, symSize: 0x30 } + - { offsetInCU: 0xCE, offset: 0x1DC8E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0x14D3C0, symSize: 0x20 } + - { offsetInCU: 0x11A, offset: 0x1DC935, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A0, symBinAddr: 0x14D470, symSize: 0x40 } + - { offsetInCU: 0x13F, offset: 0x1DC95A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0x14D4B0, symSize: 0x330 } + - { offsetInCU: 0x1AB, offset: 0x1DC9C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x510, symBinAddr: 0x14D7E0, symSize: 0x660 } + - { offsetInCU: 0x3BE, offset: 0x1DCBD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB70, symBinAddr: 0x14DE40, symSize: 0x1F0 } + - { offsetInCU: 0x42C, offset: 0x1DCC47, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO8rawValueSSvg', symObjAddr: 0xD60, symBinAddr: 0x14E030, symSize: 0x20 } + - { offsetInCU: 0x463, offset: 0x1DCC7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xD80, symBinAddr: 0x14E050, symSize: 0x20 } + - { offsetInCU: 0x4E1, offset: 0x1DCCFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0xDE0, symBinAddr: 0x14E0B0, symSize: 0x70 } + - { offsetInCU: 0x547, offset: 0x1DCD62, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0xE50, symBinAddr: 0x14E120, symSize: 0x30 } + - { offsetInCU: 0x563, offset: 0x1DCD7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xE80, symBinAddr: 0x14E150, symSize: 0x10 } + - { offsetInCU: 0x599, offset: 0x1DCDB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xE90, symBinAddr: 0x14E160, symSize: 0x60 } + - { offsetInCU: 0x61E, offset: 0x1DCE39, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xEF0, symBinAddr: 0x14E1C0, symSize: 0x10 } + - { offsetInCU: 0x63A, offset: 0x1DCE55, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF00, symBinAddr: 0x14E1D0, symSize: 0x10 } + - { offsetInCU: 0x676, offset: 0x1DCE91, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfD', symObjAddr: 0xF70, symBinAddr: 0x14E240, symSize: 0x40 } + - { offsetInCU: 0x766, offset: 0x1DCF81, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfE', symObjAddr: 0xF50, symBinAddr: 0x14E220, symSize: 0x20 } + - { offsetInCU: 0x7BE, offset: 0x1DCFD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCMa', symObjAddr: 0xFB0, symBinAddr: 0x14E280, symSize: 0x20 } + - { offsetInCU: 0x7D2, offset: 0x1DCFED, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwet', symObjAddr: 0xFF0, symBinAddr: 0x14E2A0, symSize: 0x80 } + - { offsetInCU: 0x7E6, offset: 0x1DD001, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwst', symObjAddr: 0x1070, symBinAddr: 0x14E320, symSize: 0xD0 } + - { offsetInCU: 0x7FA, offset: 0x1DD015, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwug', symObjAddr: 0x1140, symBinAddr: 0x14E3F0, symSize: 0x10 } + - { offsetInCU: 0x80E, offset: 0x1DD029, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwup', symObjAddr: 0x1150, symBinAddr: 0x14E400, symSize: 0x10 } + - { offsetInCU: 0x822, offset: 0x1DD03D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwui', symObjAddr: 0x1160, symBinAddr: 0x14E410, symSize: 0x10 } + - { offsetInCU: 0x836, offset: 0x1DD051, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOMa', symObjAddr: 0x1170, symBinAddr: 0x14E420, symSize: 0x10 } + - { offsetInCU: 0x84A, offset: 0x1DD065, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASQWb', symObjAddr: 0x1180, symBinAddr: 0x14E430, symSize: 0x10 } + - { offsetInCU: 0x85E, offset: 0x1DD079, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSQAAWl', symObjAddr: 0x1190, symBinAddr: 0x14E440, symSize: 0x30 } + - { offsetInCU: 0x872, offset: 0x1DD08D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSYAAWl', symObjAddr: 0x11C0, symBinAddr: 0x14E470, symSize: 0x30 } + - { offsetInCU: 0x886, offset: 0x1DD0A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs0C3KeyAAWl', symObjAddr: 0x1260, symBinAddr: 0x14E4A0, symSize: 0x30 } + - { offsetInCU: 0x89A, offset: 0x1DD0B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSEAAWl', symObjAddr: 0x12F0, symBinAddr: 0x14E4D0, symSize: 0x30 } + - { offsetInCU: 0x8AE, offset: 0x1DD0C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSeAAWl', symObjAddr: 0x13E0, symBinAddr: 0x14E560, symSize: 0x30 } + - { offsetInCU: 0x8C2, offset: 0x1DD0DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwet', symObjAddr: 0x14A0, symBinAddr: 0x14E590, symSize: 0x80 } + - { offsetInCU: 0x8D6, offset: 0x1DD0F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwst', symObjAddr: 0x1520, symBinAddr: 0x14E610, symSize: 0xD0 } + - { offsetInCU: 0x8EA, offset: 0x1DD105, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwug', symObjAddr: 0x15F0, symBinAddr: 0x14E6E0, symSize: 0x10 } + - { offsetInCU: 0x8FE, offset: 0x1DD119, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwup', symObjAddr: 0x1600, symBinAddr: 0x14E6F0, symSize: 0x10 } + - { offsetInCU: 0x912, offset: 0x1DD12D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwui', symObjAddr: 0x1610, symBinAddr: 0x14E700, symSize: 0x10 } + - { offsetInCU: 0x926, offset: 0x1DD141, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOMa', symObjAddr: 0x1620, symBinAddr: 0x14E710, symSize: 0x10 } + - { offsetInCU: 0x93A, offset: 0x1DD155, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASQWb', symObjAddr: 0x1630, symBinAddr: 0x14E720, symSize: 0x10 } + - { offsetInCU: 0x94E, offset: 0x1DD169, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFSQAAWl', symObjAddr: 0x1640, symBinAddr: 0x14E730, symSize: 0x30 } + - { offsetInCU: 0x962, offset: 0x1DD17D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1670, symBinAddr: 0x14E760, symSize: 0x10 } + - { offsetInCU: 0x976, offset: 0x1DD191, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1680, symBinAddr: 0x14E770, symSize: 0x30 } + - { offsetInCU: 0x98A, offset: 0x1DD1A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16B0, symBinAddr: 0x14E7A0, symSize: 0x10 } + - { offsetInCU: 0x99E, offset: 0x1DD1B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16C0, symBinAddr: 0x14E7B0, symSize: 0x30 } + - { offsetInCU: 0x9D2, offset: 0x1DD1ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x14D2D0, symSize: 0x10 } + - { offsetInCU: 0xA63, offset: 0x1DD27E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x14D2E0, symSize: 0x40 } + - { offsetInCU: 0xB3B, offset: 0x1DD356, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x14D320, symSize: 0x30 } + - { offsetInCU: 0xBB7, offset: 0x1DD3D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x14D350, symSize: 0x40 } + - { offsetInCU: 0xC64, offset: 0x1DD47F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0x14D3E0, symSize: 0x50 } + - { offsetInCU: 0xC87, offset: 0x1DD4A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0x14D430, symSize: 0x40 } + - { offsetInCU: 0xCE7, offset: 0x1DD502, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDA0, symBinAddr: 0x14E070, symSize: 0x10 } + - { offsetInCU: 0xD03, offset: 0x1DD51E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH9hashValueSivgTW', symObjAddr: 0xDB0, symBinAddr: 0x14E080, symSize: 0x10 } + - { offsetInCU: 0xD1F, offset: 0x1DD53A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDC0, symBinAddr: 0x14E090, symSize: 0x10 } + - { offsetInCU: 0xD3B, offset: 0x1DD556, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDD0, symBinAddr: 0x14E0A0, symSize: 0x10 } + - { offsetInCU: 0xD5E, offset: 0x1DD579, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF10, symBinAddr: 0x14E1E0, symSize: 0x20 } + - { offsetInCU: 0xD7A, offset: 0x1DD595, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xF30, symBinAddr: 0x14E200, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1DD773, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x14E7E0, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x1DD78B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x14E7E0, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x1DD79F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMr', symObjAddr: 0x10, symBinAddr: 0x14E7F0, symSize: 0x70 } + - { offsetInCU: 0x77, offset: 0x1DD7BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC7storageAA0cD7StorageOyxGvg', symObjAddr: 0x80, symBinAddr: 0x14E860, symSize: 0x50 } + - { offsetInCU: 0xB2, offset: 0x1DD7FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCfd', symObjAddr: 0xD0, symBinAddr: 0x14E8B0, symSize: 0x20 } + - { offsetInCU: 0x101, offset: 0x1DD849, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCfD', symObjAddr: 0xF0, symBinAddr: 0x14E8D0, symSize: 0x30 } + - { offsetInCU: 0x155, offset: 0x1DD89D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0A2aEP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x130, symBinAddr: 0x14E910, symSize: 0x20 } + - { offsetInCU: 0x180, offset: 0x1DD8C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x150, symBinAddr: 0x14E930, symSize: 0x20 } + - { offsetInCU: 0x1C1, offset: 0x1DD909, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x170, symBinAddr: 0x14E950, symSize: 0x20 } + - { offsetInCU: 0x1F3, offset: 0x1DD93B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1A0, symBinAddr: 0x14E980, symSize: 0x20 } + - { offsetInCU: 0x220, offset: 0x1DD968, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9valueTypeypXpvgTf4d_n', symObjAddr: 0x1C0, symBinAddr: 0x14E9A0, symSize: 0x10 } + - { offsetInCU: 0x24C, offset: 0x1DD994, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMa', symObjAddr: 0x120, symBinAddr: 0x14E900, symSize: 0x10 } + - { offsetInCU: 0x260, offset: 0x1DD9A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0AA0C0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x190, symBinAddr: 0x14E970, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1DDB19, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV24zip64ExtendedInformationAC05ZIP64gH0VSgvg', symObjAddr: 0x20, symBinAddr: 0x14E9D0, symSize: 0x240 } + - { offsetInCU: 0xB9, offset: 0x1DDBAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV24zip64ExtendedInformationAC05ZIP64gH0VSgvg', symObjAddr: 0x20, symBinAddr: 0x14E9D0, symSize: 0x240 } + - { offsetInCU: 0x439, offset: 0x1DDF2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x260, symBinAddr: 0x14EC10, symSize: 0x230 } + - { offsetInCU: 0x799, offset: 0x1DE28B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x490, symBinAddr: 0x14EE40, symSize: 0x100 } + - { offsetInCU: 0x942, offset: 0x1DE434, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x590, symBinAddr: 0x14EF40, symSize: 0x10 } + - { offsetInCU: 0x996, offset: 0x1DE488, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x5A0, symBinAddr: 0x14EF50, symSize: 0x30 } + - { offsetInCU: 0xA7A, offset: 0x1DE56C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5D0, symBinAddr: 0x14EF80, symSize: 0x20 } + - { offsetInCU: 0xB76, offset: 0x1DE668, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9C0, symBinAddr: 0x14F370, symSize: 0x10 } + - { offsetInCU: 0xBF5, offset: 0x1DE6E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH9hashValueSivgTW', symObjAddr: 0x9D0, symBinAddr: 0x14F380, symSize: 0x40 } + - { offsetInCU: 0xCD9, offset: 0x1DE7CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA10, symBinAddr: 0x14F3C0, symSize: 0x20 } + - { offsetInCU: 0xDBA, offset: 0x1DE8AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt64V_Tg5', symObjAddr: 0x660, symBinAddr: 0x14F010, symSize: 0x1B0 } + - { offsetInCU: 0x101D, offset: 0x1DEB0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt32V_Tg5', symObjAddr: 0x810, symBinAddr: 0x14F1C0, symSize: 0x1B0 } + - { offsetInCU: 0x128E, offset: 0x1DED80, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfCTf4nnd_n', symObjAddr: 0xA70, symBinAddr: 0x14F420, symSize: 0x240 } + - { offsetInCU: 0x1473, offset: 0x1DEF65, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV07scanForC5Field2in6fieldsAESg10Foundation4DataV_SayAE0H0OGtFZTf4nnd_n', symObjAddr: 0xCB0, symBinAddr: 0x14F660, symSize: 0x220 } + - { offsetInCU: 0x160E, offset: 0x1DF100, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAEs0C0AAWl', symObjAddr: 0xF30, symBinAddr: 0x14F8A0, symSize: 0x30 } + - { offsetInCU: 0x1622, offset: 0x1DF114, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ExtensibleDataField_pWOc', symObjAddr: 0xF60, symBinAddr: 0x14F8D0, symSize: 0x30 } + - { offsetInCU: 0x1636, offset: 0x1DF128, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwet', symObjAddr: 0x1020, symBinAddr: 0x14F900, symSize: 0x80 } + - { offsetInCU: 0x164A, offset: 0x1DF13C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwst', symObjAddr: 0x10A0, symBinAddr: 0x14F980, symSize: 0xD0 } + - { offsetInCU: 0x165E, offset: 0x1DF150, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwug', symObjAddr: 0x1170, symBinAddr: 0x14FA50, symSize: 0x10 } + - { offsetInCU: 0x1672, offset: 0x1DF164, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwup', symObjAddr: 0x1180, symBinAddr: 0x14FA60, symSize: 0x10 } + - { offsetInCU: 0x1686, offset: 0x1DF178, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwui', symObjAddr: 0x1190, symBinAddr: 0x14FA70, symSize: 0x10 } + - { offsetInCU: 0x169A, offset: 0x1DF18C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOMa', symObjAddr: 0x11A0, symBinAddr: 0x14FA80, symSize: 0x10 } + - { offsetInCU: 0x16AE, offset: 0x1DF1A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwet', symObjAddr: 0x11C0, symBinAddr: 0x14FA90, symSize: 0x50 } + - { offsetInCU: 0x16C2, offset: 0x1DF1B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwst', symObjAddr: 0x1210, symBinAddr: 0x14FAE0, symSize: 0xA0 } + - { offsetInCU: 0x16D6, offset: 0x1DF1C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwug', symObjAddr: 0x12B0, symBinAddr: 0x14FB80, symSize: 0x10 } + - { offsetInCU: 0x16EA, offset: 0x1DF1DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwup', symObjAddr: 0x12C0, symBinAddr: 0x14FB90, symSize: 0x10 } + - { offsetInCU: 0x16FE, offset: 0x1DF1F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwui', symObjAddr: 0x12D0, symBinAddr: 0x14FBA0, symSize: 0x10 } + - { offsetInCU: 0x1712, offset: 0x1DF204, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOMa', symObjAddr: 0x12E0, symBinAddr: 0x14FBB0, symSize: 0x10 } + - { offsetInCU: 0x1726, offset: 0x1DF218, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwCP', symObjAddr: 0x12F0, symBinAddr: 0x14FBC0, symSize: 0x30 } + - { offsetInCU: 0x173A, offset: 0x1DF22C, size: 0x8, addend: 0x0, symName: ___swift_memcpy36_8, symObjAddr: 0x1320, symBinAddr: 0x14FBF0, symSize: 0x20 } + - { offsetInCU: 0x174E, offset: 0x1DF240, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwet', symObjAddr: 0x1340, symBinAddr: 0x14FC10, symSize: 0x20 } + - { offsetInCU: 0x1762, offset: 0x1DF254, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwst', symObjAddr: 0x1360, symBinAddr: 0x14FC30, symSize: 0x40 } + - { offsetInCU: 0x1776, offset: 0x1DF268, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVMa', symObjAddr: 0x13A0, symBinAddr: 0x14FC70, symSize: 0x10 } + - { offsetInCU: 0x178A, offset: 0x1DF27C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASQWb', symObjAddr: 0x13B0, symBinAddr: 0x14FC80, symSize: 0x10 } + - { offsetInCU: 0x179E, offset: 0x1DF290, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAESQAAWl', symObjAddr: 0x13C0, symBinAddr: 0x14FC90, symSize: 0x30 } + - { offsetInCU: 0x17B2, offset: 0x1DF2A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASQWb', symObjAddr: 0x13F0, symBinAddr: 0x14FCC0, symSize: 0x10 } + - { offsetInCU: 0x17C6, offset: 0x1DF2B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOAGSQAAWl', symObjAddr: 0x1400, symBinAddr: 0x14FCD0, symSize: 0x2E } + - { offsetInCU: 0x18CA, offset: 0x1DF3BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5F0, symBinAddr: 0x14EFA0, symSize: 0x30 } + - { offsetInCU: 0x1967, offset: 0x1DF459, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0x620, symBinAddr: 0x14EFD0, symSize: 0x10 } + - { offsetInCU: 0x1983, offset: 0x1DF475, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0x630, symBinAddr: 0x14EFE0, symSize: 0x10 } + - { offsetInCU: 0x199F, offset: 0x1DF491, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x640, symBinAddr: 0x14EFF0, symSize: 0x10 } + - { offsetInCU: 0x19BB, offset: 0x1DF4AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x650, symBinAddr: 0x14F000, symSize: 0x10 } + - { offsetInCU: 0x1A4E, offset: 0x1DF540, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA30, symBinAddr: 0x14F3E0, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1DF7C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x14FD10, symSize: 0xBA0 } + - { offsetInCU: 0x284, offset: 0x1DFA1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x14FD10, symSize: 0xBA0 } + - { offsetInCU: 0xCFC, offset: 0x1E0497, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0xBA0, symBinAddr: 0x1508B0, symSize: 0x50 } + - { offsetInCU: 0xD36, offset: 0x1E04D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCADycfcTo', symObjAddr: 0xBF0, symBinAddr: 0x150900, symSize: 0x80 } + - { offsetInCU: 0xD99, offset: 0x1E0534, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5layerADyp_tcfcTo', symObjAddr: 0xC70, symBinAddr: 0x150980, symSize: 0xE0 } + - { offsetInCU: 0xDDF, offset: 0x1E057A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfc', symObjAddr: 0xD50, symBinAddr: 0x150A60, symSize: 0xA0 } + - { offsetInCU: 0xE1C, offset: 0x1E05B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xDF0, symBinAddr: 0x150B00, symSize: 0x30 } + - { offsetInCU: 0xE38, offset: 0x1E05D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfD', symObjAddr: 0xE20, symBinAddr: 0x150B30, symSize: 0x30 } + - { offsetInCU: 0xFE0, offset: 0x1E077B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfETo', symObjAddr: 0xE50, symBinAddr: 0x150B60, symSize: 0x20 } + - { offsetInCU: 0x100F, offset: 0x1E07AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCMa', symObjAddr: 0xE70, symBinAddr: 0x150B80, symSize: 0x20 } + - { offsetInCU: 0x10D8, offset: 0x1E0873, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0xE90, symBinAddr: 0x150BA0, symSize: 0x590 } + - { offsetInCU: 0x1476, offset: 0x1E0C11, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC16updateShapeLayer5layerySo07CAShapeG0C_tF', symObjAddr: 0x1420, symBinAddr: 0x151130, symSize: 0x260 } + - { offsetInCU: 0x164E, offset: 0x1E0DE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfD', symObjAddr: 0x16C0, symBinAddr: 0x1513D0, symSize: 0x50 } + - { offsetInCU: 0x16AF, offset: 0x1E0E4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x1730, symBinAddr: 0x151440, symSize: 0x10 } + - { offsetInCU: 0x16CB, offset: 0x1E0E66, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x1740, symBinAddr: 0x151450, symSize: 0x20 } + - { offsetInCU: 0x1711, offset: 0x1E0EAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1760, symBinAddr: 0x151470, symSize: 0x40 } + - { offsetInCU: 0x1758, offset: 0x1E0EF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x17A0, symBinAddr: 0x1514B0, symSize: 0x10 } + - { offsetInCU: 0x1780, offset: 0x1E0F1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfE', symObjAddr: 0x1680, symBinAddr: 0x151390, symSize: 0x40 } + - { offsetInCU: 0x17AD, offset: 0x1E0F48, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCMa', symObjAddr: 0x1710, symBinAddr: 0x151420, symSize: 0x20 } + - { offsetInCU: 0x3E6, offset: 0x1E17D1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_Say12CoreGraphics7CGFloatVGTB5', symObjAddr: 0x1E0, symBinAddr: 0x1516A0, symSize: 0x6C0 } + - { offsetInCU: 0x8C1, offset: 0x1E1CAC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_SaySo10CGColorRefaGTB5', symObjAddr: 0x8A0, symBinAddr: 0x151D60, symSize: 0x6C0 } + - { offsetInCU: 0xEE0, offset: 0x1E22CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKF', symObjAddr: 0xFB0, symBinAddr: 0x152470, symSize: 0x830 } + - { offsetInCU: 0x139A, offset: 0x1E2785, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_', symObjAddr: 0x1D70, symBinAddr: 0x153190, symSize: 0x130 } + - { offsetInCU: 0x1538, offset: 0x1E2923, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_', symObjAddr: 0x1EA0, symBinAddr: 0x1532C0, symSize: 0x130 } + - { offsetInCU: 0x17AD, offset: 0x1E2B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientShapeItemPAAE18colorConfiguration33_B799B7369307A01782ECC9AEBF9C580CLL4from4typeSaySo10CGColorRefa0E0_12CoreGraphics7CGFloatV8locationtGSaySdG_AA0B11ContentTypeOtF', symObjAddr: 0x1850, symBinAddr: 0x152CA0, symSize: 0x4F0 } + - { offsetInCU: 0x212D, offset: 0x1E3518, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x1FD0, symBinAddr: 0x1533F0, symSize: 0x400 } + - { offsetInCU: 0x23A8, offset: 0x1E3793, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x23D0, symBinAddr: 0x1537F0, symSize: 0x2D0 } + - { offsetInCU: 0x2543, offset: 0x1E392E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_', symObjAddr: 0x2700, symBinAddr: 0x153B20, symSize: 0xC0 } + - { offsetInCU: 0x26C9, offset: 0x1E3AB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x27C0, symBinAddr: 0x153BE0, symSize: 0x60 } + - { offsetInCU: 0x2877, offset: 0x1E3C62, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5', symObjAddr: 0x2820, symBinAddr: 0x153C40, symSize: 0x30 } + - { offsetInCU: 0x28C0, offset: 0x1E3CAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5', symObjAddr: 0x2850, symBinAddr: 0x153C70, symSize: 0x60 } + - { offsetInCU: 0x2922, offset: 0x1E3D0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5TA', symObjAddr: 0x28D0, symBinAddr: 0x153CF0, symSize: 0x10 } + - { offsetInCU: 0x2936, offset: 0x1E3D21, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_TA', symObjAddr: 0x28E0, symBinAddr: 0x153D00, symSize: 0x20 } + - { offsetInCU: 0x2986, offset: 0x1E3D71, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Say12CoreGraphics7CGFloatVG_TG5TA', symObjAddr: 0x2900, symBinAddr: 0x153D20, symSize: 0x30 } + - { offsetInCU: 0x2A01, offset: 0x1E3DEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_TA', symObjAddr: 0x2930, symBinAddr: 0x153D50, symSize: 0x20 } + - { offsetInCU: 0x2CA8, offset: 0x1E4093, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_SaySo10CGColorRefaGTg5Tf4nnndxn_n', symObjAddr: 0x29E0, symBinAddr: 0x153DD0, symSize: 0xFB0 } + - { offsetInCU: 0x3821, offset: 0x1E4C0C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_Say12CoreGraphics7CGFloatVGTg5Tf4nnndxn_n', symObjAddr: 0x42D0, symBinAddr: 0x1556C0, symSize: 0xFB0 } + - { offsetInCU: 0x439A, offset: 0x1E5785, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_TA', symObjAddr: 0x5440, symBinAddr: 0x156830, symSize: 0x10 } + - { offsetInCU: 0x43AE, offset: 0x1E5799, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOr', symObjAddr: 0x5620, symBinAddr: 0x1568A0, symSize: 0x30 } + - { offsetInCU: 0x43C2, offset: 0x1E57AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOs', symObjAddr: 0x5670, symBinAddr: 0x1568D0, symSize: 0x30 } + - { offsetInCU: 0x43D6, offset: 0x1E57C1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTg5TA', symObjAddr: 0x57A0, symBinAddr: 0x156910, symSize: 0x20 } + - { offsetInCU: 0x43EA, offset: 0x1E57D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x57C0, symBinAddr: 0x156930, symSize: 0x20 } + - { offsetInCU: 0x43FE, offset: 0x1E57E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x58D0, symBinAddr: 0x1569B0, symSize: 0x20 } + - { offsetInCU: 0x4412, offset: 0x1E57FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x58F0, symBinAddr: 0x1569D0, symSize: 0x20 } + - { offsetInCU: 0x4426, offset: 0x1E5811, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_SaySo10CGColorRefaGTg5TA', symObjAddr: 0x5A40, symBinAddr: 0x156AC0, symSize: 0x20 } + - { offsetInCU: 0x443A, offset: 0x1E5825, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwCP', symObjAddr: 0x5A60, symBinAddr: 0x156AE0, symSize: 0x30 } + - { offsetInCU: 0x444E, offset: 0x1E5839, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwet', symObjAddr: 0x5AC0, symBinAddr: 0x156B10, symSize: 0x20 } + - { offsetInCU: 0x4462, offset: 0x1E584D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwst', symObjAddr: 0x5AE0, symBinAddr: 0x156B30, symSize: 0x30 } + - { offsetInCU: 0x4476, offset: 0x1E5861, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVMa', symObjAddr: 0x5B10, symBinAddr: 0x156B60, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1E6140, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x156C70, symSize: 0x130 } + - { offsetInCU: 0x69, offset: 0x1E6182, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x156C70, symSize: 0x130 } + - { offsetInCU: 0xB8, offset: 0x1E61D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwCP', symObjAddr: 0x170, symBinAddr: 0x156DE0, symSize: 0x70 } + - { offsetInCU: 0xCC, offset: 0x1E61E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwxx', symObjAddr: 0x1E0, symBinAddr: 0x156E50, symSize: 0x50 } + - { offsetInCU: 0xE0, offset: 0x1E61F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwcp', symObjAddr: 0x230, symBinAddr: 0x156EA0, symSize: 0x70 } + - { offsetInCU: 0xF4, offset: 0x1E620D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwca', symObjAddr: 0x2A0, symBinAddr: 0x156F10, symSize: 0xF0 } + - { offsetInCU: 0x108, offset: 0x1E6221, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwta', symObjAddr: 0x3B0, symBinAddr: 0x157000, symSize: 0xA0 } + - { offsetInCU: 0x11C, offset: 0x1E6235, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwet', symObjAddr: 0x450, symBinAddr: 0x1570A0, symSize: 0x50 } + - { offsetInCU: 0x130, offset: 0x1E6249, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwst', symObjAddr: 0x4A0, symBinAddr: 0x1570F0, symSize: 0x50 } + - { offsetInCU: 0x144, offset: 0x1E625D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwug', symObjAddr: 0x4F0, symBinAddr: 0x157140, symSize: 0x30 } + - { offsetInCU: 0x158, offset: 0x1E6271, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwup', symObjAddr: 0x520, symBinAddr: 0x157170, symSize: 0x10 } + - { offsetInCU: 0x16C, offset: 0x1E6285, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwui', symObjAddr: 0x530, symBinAddr: 0x157180, symSize: 0x30 } + - { offsetInCU: 0x180, offset: 0x1E6299, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOMa', symObjAddr: 0x560, symBinAddr: 0x1571B0, symSize: 0xA } + - { offsetInCU: 0x1AC, offset: 0x1E62C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x130, symBinAddr: 0x156DA0, symSize: 0x10 } + - { offsetInCU: 0x1C8, offset: 0x1E62E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x140, symBinAddr: 0x156DB0, symSize: 0x10 } + - { offsetInCU: 0x1E4, offset: 0x1E62FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x150, symBinAddr: 0x156DC0, symSize: 0x10 } + - { offsetInCU: 0x200, offset: 0x1E6319, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x160, symBinAddr: 0x156DD0, symSize: 0x10 } + - { offsetInCU: 0x5E, offset: 0x1E64D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfC', symObjAddr: 0x0, symBinAddr: 0x157230, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x1E6508, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc', symObjAddr: 0x50, symBinAddr: 0x157280, symSize: 0x30 } + - { offsetInCU: 0xD0, offset: 0x1E6546, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfC', symObjAddr: 0x80, symBinAddr: 0x1572B0, symSize: 0xB0 } + - { offsetInCU: 0x126, offset: 0x1E659C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc', symObjAddr: 0x130, symBinAddr: 0x157360, symSize: 0xA0 } + - { offsetInCU: 0x162, offset: 0x1E65D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg', symObjAddr: 0x1D0, symBinAddr: 0x157400, symSize: 0x30 } + - { offsetInCU: 0x1AD, offset: 0x1E6623, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs', symObjAddr: 0x200, symBinAddr: 0x157430, symSize: 0x40 } + - { offsetInCU: 0x1F1, offset: 0x1E6667, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM', symObjAddr: 0x240, symBinAddr: 0x157470, symSize: 0x40 } + - { offsetInCU: 0x21E, offset: 0x1E6694, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x280, symBinAddr: 0x1574B0, symSize: 0x30 } + - { offsetInCU: 0x268, offset: 0x1E66DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9valueTypeypXpvg', symObjAddr: 0x2B0, symBinAddr: 0x1574E0, symSize: 0x10 } + - { offsetInCU: 0x293, offset: 0x1E6709, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg', symObjAddr: 0x2C0, symBinAddr: 0x1574F0, symSize: 0xA0 } + - { offsetInCU: 0x2DE, offset: 0x1E6754, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x360, symBinAddr: 0x157590, symSize: 0x20 } + - { offsetInCU: 0x344, offset: 0x1E67BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x380, symBinAddr: 0x1575B0, symSize: 0x20 } + - { offsetInCU: 0x367, offset: 0x1E67DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfd', symObjAddr: 0x3A0, symBinAddr: 0x1575D0, symSize: 0x20 } + - { offsetInCU: 0x3A2, offset: 0x1E6818, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfD', symObjAddr: 0x3C0, symBinAddr: 0x1575F0, symSize: 0x30 } + - { offsetInCU: 0x3E5, offset: 0x1E685B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x3F0, symBinAddr: 0x157620, symSize: 0x20 } + - { offsetInCU: 0x401, offset: 0x1E6877, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x410, symBinAddr: 0x157640, symSize: 0x10 } + - { offsetInCU: 0x447, offset: 0x1E68BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x420, symBinAddr: 0x157650, symSize: 0x20 } + - { offsetInCU: 0x47C, offset: 0x1E68F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfcTf4gn_n', symObjAddr: 0x500, symBinAddr: 0x157730, symSize: 0x100 } + - { offsetInCU: 0x4F1, offset: 0x1E6967, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x440, symBinAddr: 0x157670, symSize: 0x60 } + - { offsetInCU: 0x556, offset: 0x1E69CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4A0, symBinAddr: 0x1576D0, symSize: 0x60 } + - { offsetInCU: 0x59D, offset: 0x1E6A13, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOe', symObjAddr: 0x600, symBinAddr: 0x157830, symSize: 0x20 } + - { offsetInCU: 0x5B1, offset: 0x1E6A27, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6A0, symBinAddr: 0x157880, symSize: 0x30 } + - { offsetInCU: 0x5F9, offset: 0x1E6A6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x730, symBinAddr: 0x1578B0, symSize: 0x10 } + - { offsetInCU: 0x60D, offset: 0x1E6A83, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCMa', symObjAddr: 0x7C0, symBinAddr: 0x157940, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1E6C56, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1579A0, symSize: 0x90 } + - { offsetInCU: 0x4B, offset: 0x1E6C7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1579A0, symSize: 0x90 } + - { offsetInCU: 0xA9, offset: 0x1E6CD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC16hasRenderUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x90, symBinAddr: 0x157A30, symSize: 0x90 } + - { offsetInCU: 0xE8, offset: 0x1E6D17, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16hasRenderUpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x120, symBinAddr: 0x157AC0, symSize: 0x20 } + - { offsetInCU: 0x122, offset: 0x1E6D51, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCfD', symObjAddr: 0x140, symBinAddr: 0x157AE0, symSize: 0x20 } + - { offsetInCU: 0x16D, offset: 0x1E6D9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP03hasD7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x180, symBinAddr: 0x157B20, symSize: 0x20 } + - { offsetInCU: 0x1B6, offset: 0x1E6DE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x1A0, symBinAddr: 0x157B40, symSize: 0x80 } + - { offsetInCU: 0x20C, offset: 0x1E6E3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x220, symBinAddr: 0x157BC0, symSize: 0x10 } + - { offsetInCU: 0x229, offset: 0x1E6E58, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCMa', symObjAddr: 0x160, symBinAddr: 0x157B00, symSize: 0x20 } + - { offsetInCU: 0x73, offset: 0x1E703F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x157C10, symSize: 0x40 } + - { offsetInCU: 0xA7, offset: 0x1E7073, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc', symObjAddr: 0x40, symBinAddr: 0x157C50, symSize: 0x30 } + - { offsetInCU: 0xC8, offset: 0x1E7094, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTo', symObjAddr: 0x70, symBinAddr: 0x157C80, symSize: 0xD0 } + - { offsetInCU: 0x149, offset: 0x1E7115, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfC', symObjAddr: 0x140, symBinAddr: 0x157D50, symSize: 0x40 } + - { offsetInCU: 0x18E, offset: 0x1E715A, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc', symObjAddr: 0x180, symBinAddr: 0x157D90, symSize: 0x40 } + - { offsetInCU: 0x1B7, offset: 0x1E7183, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfcTo', symObjAddr: 0x1C0, symBinAddr: 0x157DD0, symSize: 0x60 } + - { offsetInCU: 0x1FA, offset: 0x1E71C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg', symObjAddr: 0x220, symBinAddr: 0x157E30, symSize: 0x20 } + - { offsetInCU: 0x227, offset: 0x1E71F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfC', symObjAddr: 0x240, symBinAddr: 0x157E50, symSize: 0x20 } + - { offsetInCU: 0x245, offset: 0x1E7211, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfc', symObjAddr: 0x260, symBinAddr: 0x157E70, symSize: 0x30 } + - { offsetInCU: 0x2A8, offset: 0x1E7274, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfcTo', symObjAddr: 0x290, symBinAddr: 0x157EA0, symSize: 0x30 } + - { offsetInCU: 0x30F, offset: 0x1E72DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfD', symObjAddr: 0x2C0, symBinAddr: 0x157ED0, symSize: 0x30 } + - { offsetInCU: 0x33C, offset: 0x1E7308, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTf4gn_n', symObjAddr: 0x310, symBinAddr: 0x157F20, symSize: 0xB0 } + - { offsetInCU: 0x3E1, offset: 0x1E73AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfETo', symObjAddr: 0x2F0, symBinAddr: 0x157F00, symSize: 0x20 } + - { offsetInCU: 0x410, offset: 0x1E73DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCMa', symObjAddr: 0x3C0, symBinAddr: 0x157FD0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1E7569, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x158030, symSize: 0x5B0 } + - { offsetInCU: 0x4F, offset: 0x1E758D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x158030, symSize: 0x5B0 } + - { offsetInCU: 0x1A0, offset: 0x1E76DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCfD', symObjAddr: 0x5B0, symBinAddr: 0x1585E0, symSize: 0x40 } + - { offsetInCU: 0x1EB, offset: 0x1E7729, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x610, symBinAddr: 0x158640, symSize: 0x20 } + - { offsetInCU: 0x216, offset: 0x1E7754, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x630, symBinAddr: 0x158660, symSize: 0x30 } + - { offsetInCU: 0x248, offset: 0x1E7786, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x660, symBinAddr: 0x158690, symSize: 0x10 } + - { offsetInCU: 0x265, offset: 0x1E77A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCMa', symObjAddr: 0x5F0, symBinAddr: 0x158620, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1E7970, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x1586A0, symSize: 0x120 } + - { offsetInCU: 0x4B, offset: 0x1E7994, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x1586A0, symSize: 0x120 } + - { offsetInCU: 0xAD, offset: 0x1E79F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfcTo', symObjAddr: 0x120, symBinAddr: 0x1587C0, symSize: 0x50 } + - { offsetInCU: 0xF3, offset: 0x1E7A3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x170, symBinAddr: 0x158810, symSize: 0x50 } + - { offsetInCU: 0x13A, offset: 0x1E7A83, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x1C0, symBinAddr: 0x158860, symSize: 0x160 } + - { offsetInCU: 0x27A, offset: 0x1E7BC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x320, symBinAddr: 0x1589C0, symSize: 0x50 } + - { offsetInCU: 0x2B4, offset: 0x1E7BFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCACycfcTo', symObjAddr: 0x370, symBinAddr: 0x158A10, symSize: 0x30 } + - { offsetInCU: 0x31B, offset: 0x1E7C64, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfD', symObjAddr: 0x3A0, symBinAddr: 0x158A40, symSize: 0x30 } + - { offsetInCU: 0x414, offset: 0x1E7D5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfETo', symObjAddr: 0x3D0, symBinAddr: 0x158A70, symSize: 0x20 } + - { offsetInCU: 0x443, offset: 0x1E7D8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCMa', symObjAddr: 0x3F0, symBinAddr: 0x158A90, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1E7F99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x158AB0, symSize: 0x250 } + - { offsetInCU: 0x3F, offset: 0x1E7FB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x158AB0, symSize: 0x250 } + - { offsetInCU: 0xD0, offset: 0x1E8042, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B0, symBinAddr: 0x158D00, symSize: 0x150 } + - { offsetInCU: 0x11C, offset: 0x1E808E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x400, symBinAddr: 0x158E50, symSize: 0x10 } + - { offsetInCU: 0x13F, offset: 0x1E80B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x410, symBinAddr: 0x158E60, symSize: 0x10 } + - { offsetInCU: 0x1C5, offset: 0x1E8137, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV5valueACyp_tKcfC', symObjAddr: 0x420, symBinAddr: 0x158E70, symSize: 0x1F0 } + - { offsetInCU: 0x4C, offset: 0x1E8692, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ', symObjAddr: 0x49D0, symBinAddr: 0x214620, symSize: 0x0 } + - { offsetInCU: 0x5A, offset: 0x1E86A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x10, symBinAddr: 0x1590A0, symSize: 0x10 } + - { offsetInCU: 0x6E, offset: 0x1E86B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x7F0, symBinAddr: 0x159880, symSize: 0x240 } + - { offsetInCU: 0x130, offset: 0x1E8776, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x20, symBinAddr: 0x1590B0, symSize: 0x10 } + - { offsetInCU: 0x144, offset: 0x1E878A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0xD00, symBinAddr: 0x159D90, symSize: 0x230 } + - { offsetInCU: 0x1E6, offset: 0x1E882C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ', symObjAddr: 0x30, symBinAddr: 0x1590C0, symSize: 0x2A0 } + - { offsetInCU: 0x259, offset: 0x1E889F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_', symObjAddr: 0x1EE0, symBinAddr: 0x15AF70, symSize: 0x540 } + - { offsetInCU: 0x3AF, offset: 0x1E89F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_', symObjAddr: 0x2420, symBinAddr: 0x15B4B0, symSize: 0xA0 } + - { offsetInCU: 0x410, offset: 0x1E8A56, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x2D0, symBinAddr: 0x159360, symSize: 0x10 } + - { offsetInCU: 0x424, offset: 0x1E8A6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x11C0, symBinAddr: 0x15A250, symSize: 0x790 } + - { offsetInCU: 0x5B9, offset: 0x1E8BFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ', symObjAddr: 0x2E0, symBinAddr: 0x159370, symSize: 0x10 } + - { offsetInCU: 0x5CD, offset: 0x1E8C13, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ', symObjAddr: 0x2F0, symBinAddr: 0x159380, symSize: 0x10 } + - { offsetInCU: 0x5E1, offset: 0x1E8C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_', symObjAddr: 0x300, symBinAddr: 0x159390, symSize: 0xE0 } + - { offsetInCU: 0x6F7, offset: 0x1E8D3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ', symObjAddr: 0x3E0, symBinAddr: 0x159470, symSize: 0x100 } + - { offsetInCU: 0x7BD, offset: 0x1E8E03, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x3510, symBinAddr: 0x15C4A0, symSize: 0x350 } + - { offsetInCU: 0x8CF, offset: 0x1E8F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x3860, symBinAddr: 0x15C7F0, symSize: 0x430 } + - { offsetInCU: 0xB45, offset: 0x1E918B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0x4E0, symBinAddr: 0x159570, symSize: 0x50 } + - { offsetInCU: 0xC95, offset: 0x1E92DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0x530, symBinAddr: 0x1595C0, symSize: 0x210 } + - { offsetInCU: 0xDEA, offset: 0x1E9430, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x740, symBinAddr: 0x1597D0, symSize: 0x70 } + - { offsetInCU: 0xEBF, offset: 0x1E9505, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ', symObjAddr: 0x7B0, symBinAddr: 0x159840, symSize: 0x40 } + - { offsetInCU: 0xEED, offset: 0x1E9533, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xA70, symBinAddr: 0x159B00, symSize: 0x40 } + - { offsetInCU: 0xFA4, offset: 0x1E95EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xAB0, symBinAddr: 0x159B40, symSize: 0x1E0 } + - { offsetInCU: 0x10BA, offset: 0x1E9700, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0xC90, symBinAddr: 0x159D20, symSize: 0x70 } + - { offsetInCU: 0x1171, offset: 0x1E97B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xF30, symBinAddr: 0x159FC0, symSize: 0x40 } + - { offsetInCU: 0x1244, offset: 0x1E988A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xF70, symBinAddr: 0x15A000, symSize: 0x1E0 } + - { offsetInCU: 0x1378, offset: 0x1E99BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1150, symBinAddr: 0x15A1E0, symSize: 0x70 } + - { offsetInCU: 0x14F1, offset: 0x1E9B37, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ', symObjAddr: 0x1950, symBinAddr: 0x15A9E0, symSize: 0x90 } + - { offsetInCU: 0x1664, offset: 0x1E9CAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTY0_', symObjAddr: 0x19E0, symBinAddr: 0x15AA70, symSize: 0x470 } + - { offsetInCU: 0x181E, offset: 0x1E9E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1E50, symBinAddr: 0x15AEE0, symSize: 0x90 } + - { offsetInCU: 0x18F4, offset: 0x1E9F3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ', symObjAddr: 0x24C0, symBinAddr: 0x15B550, symSize: 0x10 } + - { offsetInCU: 0x1908, offset: 0x1E9F4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x24D0, symBinAddr: 0x15B560, symSize: 0x3E0 } + - { offsetInCU: 0x19F5, offset: 0x1EA03B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ', symObjAddr: 0x28B0, symBinAddr: 0x15B940, symSize: 0x50 } + - { offsetInCU: 0x1AD2, offset: 0x1EA118, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTY0_', symObjAddr: 0x2900, symBinAddr: 0x15B990, symSize: 0x1B0 } + - { offsetInCU: 0x1BC9, offset: 0x1EA20F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTQ1_', symObjAddr: 0x2AB0, symBinAddr: 0x15BB40, symSize: 0x70 } + - { offsetInCU: 0x1C8F, offset: 0x1EA2D5, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0_WZ', symObjAddr: 0x2B80, symBinAddr: 0x15BC10, symSize: 0x170 } + - { offsetInCU: 0x1CD7, offset: 0x1EA31D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnnd_n', symObjAddr: 0x2CF0, symBinAddr: 0x15BD80, symSize: 0x230 } + - { offsetInCU: 0x1D7F, offset: 0x1EA3C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x2F20, symBinAddr: 0x15BFB0, symSize: 0x210 } + - { offsetInCU: 0x1E08, offset: 0x1EA44E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOc', symObjAddr: 0x3130, symBinAddr: 0x15C1C0, symSize: 0x40 } + - { offsetInCU: 0x1E1C, offset: 0x1EA462, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOh', symObjAddr: 0x31B0, symBinAddr: 0x15C200, symSize: 0x30 } + - { offsetInCU: 0x1E30, offset: 0x1EA476, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x3270, symBinAddr: 0x15C250, symSize: 0x20 } + - { offsetInCU: 0x1E44, offset: 0x1EA48A, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x3290, symBinAddr: 0x15C270, symSize: 0x10 } + - { offsetInCU: 0x1E58, offset: 0x1EA49E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnd_n', symObjAddr: 0x32F0, symBinAddr: 0x15C280, symSize: 0x220 } + - { offsetInCU: 0x1EF1, offset: 0x1EA537, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x3ED0, symBinAddr: 0x15CE00, symSize: 0x1F0 } + - { offsetInCU: 0x1F81, offset: 0x1EA5C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadOMa', symObjAddr: 0x4130, symBinAddr: 0x15D060, symSize: 0x10 } + - { offsetInCU: 0x1F95, offset: 0x1EA5DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x41C0, symBinAddr: 0x15D0B0, symSize: 0x30 } + - { offsetInCU: 0x1FA9, offset: 0x1EA5EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_TA', symObjAddr: 0x42A0, symBinAddr: 0x15D160, symSize: 0x20 } + - { offsetInCU: 0x1FBD, offset: 0x1EA603, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x42C0, symBinAddr: 0x15D180, symSize: 0x20 } + - { offsetInCU: 0x1FD1, offset: 0x1EA617, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4330, symBinAddr: 0x15D1F0, symSize: 0x30 } + - { offsetInCU: 0x1FE5, offset: 0x1EA62B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOACs0C0AAWl', symObjAddr: 0x43F0, symBinAddr: 0x15D2B0, symSize: 0x30 } + - { offsetInCU: 0x1FF9, offset: 0x1EA63F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_TA', symObjAddr: 0x4530, symBinAddr: 0x15D3F0, symSize: 0x50 } + - { offsetInCU: 0x200D, offset: 0x1EA653, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x45C0, symBinAddr: 0x15D480, symSize: 0x20 } + - { offsetInCU: 0x2021, offset: 0x1EA667, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOe', symObjAddr: 0x45F0, symBinAddr: 0x15D4B0, symSize: 0x20 } + - { offsetInCU: 0x2035, offset: 0x1EA67B, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOy', symObjAddr: 0x4620, symBinAddr: 0x15D4E0, symSize: 0x20 } + - { offsetInCU: 0x2049, offset: 0x1EA68F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4690, symBinAddr: 0x15D550, symSize: 0x40 } + - { offsetInCU: 0x43, offset: 0x1EAA7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMi', symObjAddr: 0x0, symBinAddr: 0x15D840, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x1EAA8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMr', symObjAddr: 0x10, symBinAddr: 0x15D850, symSize: 0x80 } + - { offsetInCU: 0xA1, offset: 0x1EAAD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC8strategyAA0bcD8StrategyOvs', symObjAddr: 0x90, symBinAddr: 0x15D8D0, symSize: 0x60 } + - { offsetInCU: 0x149, offset: 0x1EAB80, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC12proposedSizeSo6CGSizeVvs', symObjAddr: 0xF0, symBinAddr: 0x15D930, symSize: 0x70 } + - { offsetInCU: 0x1A7, offset: 0x1EABDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC19measuredFittingSizeSo6CGSizeVvg', symObjAddr: 0x160, symBinAddr: 0x15D9A0, symSize: 0x30 } + - { offsetInCU: 0x1D4, offset: 0x1EAC0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyF', symObjAddr: 0x190, symBinAddr: 0x15D9D0, symSize: 0x60 } + - { offsetInCU: 0x210, offset: 0x1EAC47, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16setUpConstraints33_F565762597C0825EC266BB3D57FF8E36LLyyF', symObjAddr: 0x1F0, symBinAddr: 0x15DA30, symSize: 0x4B0 } + - { offsetInCU: 0x503, offset: 0x1EAF3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfc', symObjAddr: 0x6A0, symBinAddr: 0x15DEE0, symSize: 0xD0 } + - { offsetInCU: 0x547, offset: 0x1EAF7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfcTo', symObjAddr: 0x770, symBinAddr: 0x15DFB0, symSize: 0x20 } + - { offsetInCU: 0x563, offset: 0x1EAF9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC11measureView33_F565762597C0825EC266BB3D57FF8E36LLSo6CGSizeVyF', symObjAddr: 0x790, symBinAddr: 0x15DFD0, symSize: 0x2A0 } + - { offsetInCU: 0x6ED, offset: 0x1EB124, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0xA30, symBinAddr: 0x15E270, symSize: 0x20 } + - { offsetInCU: 0x709, offset: 0x1EB140, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvg', symObjAddr: 0xA50, symBinAddr: 0x15E290, symSize: 0x20 } + - { offsetInCU: 0x736, offset: 0x1EB16D, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyF', symObjAddr: 0xA70, symBinAddr: 0x15E2B0, symSize: 0xA0 } + - { offsetInCU: 0x763, offset: 0x1EB19A, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyFTo', symObjAddr: 0xB10, symBinAddr: 0x15E350, symSize: 0x30 } + - { offsetInCU: 0x77F, offset: 0x1EB1B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyFTo', symObjAddr: 0xB40, symBinAddr: 0x15E380, symSize: 0x30 } + - { offsetInCU: 0x79B, offset: 0x1EB1D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16resolvedStrategy33_F565762597C0825EC266BB3D57FF8E36LLAA08ResolvedbcdF0AELLOvg', symObjAddr: 0xB70, symBinAddr: 0x15E3B0, symSize: 0x1B0 } + - { offsetInCU: 0x960, offset: 0x1EB397, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTo', symObjAddr: 0xEC0, symBinAddr: 0x15E700, symSize: 0x20 } + - { offsetInCU: 0x9A0, offset: 0x1EB3D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfD', symObjAddr: 0xEE0, symBinAddr: 0x15E720, symSize: 0x30 } + - { offsetInCU: 0x9CD, offset: 0x1EB404, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC21prioritizeConstraints33_F565762597C0825EC266BB3D57FF8E36LL_8strategyySDySo17NSLayoutAttributeVSo0O10ConstraintCG_AA08ResolvedbcD8StrategyAELLOtFTf4nnd_n', symObjAddr: 0x12C0, symBinAddr: 0x15EAC0, symSize: 0x160 } + - { offsetInCU: 0xAB4, offset: 0x1EB4EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfcTf4gnn_n', symObjAddr: 0x1420, symBinAddr: 0x15EC20, symSize: 0x180 } + - { offsetInCU: 0xB2A, offset: 0x1EB561, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfCTf4gnn_n', symObjAddr: 0x15A0, symBinAddr: 0x15EDA0, symSize: 0x30 } + - { offsetInCU: 0xB5E, offset: 0x1EB595, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTf4dd_n', symObjAddr: 0x1660, symBinAddr: 0x15EE00, symSize: 0x30 } + - { offsetInCU: 0xBE6, offset: 0x1EB61D, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1210, symBinAddr: 0x15EA10, symSize: 0x10 } + - { offsetInCU: 0xC6D, offset: 0x1EB6A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x1220, symBinAddr: 0x15EA20, symSize: 0x40 } + - { offsetInCU: 0xD51, offset: 0x1EB788, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1260, symBinAddr: 0x15EA60, symSize: 0x20 } + - { offsetInCU: 0x1041, offset: 0x1EBA78, size: 0x8, addend: 0x0, symName: '_$sSo6UIViewC6LottieE32containsDoubleLayoutPassSubviews33_F565762597C0825EC266BB3D57FF8E36LLSbyF', symObjAddr: 0xD20, symBinAddr: 0x15E560, symSize: 0x1A0 } + - { offsetInCU: 0x1209, offset: 0x1EBC40, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfETo', symObjAddr: 0xF10, symBinAddr: 0x15E750, symSize: 0x30 } + - { offsetInCU: 0x1238, offset: 0x1EBC6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMa', symObjAddr: 0xF40, symBinAddr: 0x15E780, symSize: 0x10 } + - { offsetInCU: 0x124C, offset: 0x1EBC83, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwet', symObjAddr: 0xF80, symBinAddr: 0x15E790, symSize: 0x20 } + - { offsetInCU: 0x1260, offset: 0x1EBC97, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwst', symObjAddr: 0xFA0, symBinAddr: 0x15E7B0, symSize: 0x30 } + - { offsetInCU: 0x1274, offset: 0x1EBCAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwug', symObjAddr: 0xFD0, symBinAddr: 0x15E7E0, symSize: 0x20 } + - { offsetInCU: 0x1288, offset: 0x1EBCBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwup', symObjAddr: 0xFF0, symBinAddr: 0x15E800, symSize: 0x10 } + - { offsetInCU: 0x129C, offset: 0x1EBCD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwui', symObjAddr: 0x1000, symBinAddr: 0x15E810, symSize: 0x20 } + - { offsetInCU: 0x12B0, offset: 0x1EBCE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOMa', symObjAddr: 0x1020, symBinAddr: 0x15E830, symSize: 0x10 } + - { offsetInCU: 0x12C4, offset: 0x1EBCFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwet', symObjAddr: 0x1040, symBinAddr: 0x15E840, symSize: 0x80 } + - { offsetInCU: 0x12D8, offset: 0x1EBD0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwst', symObjAddr: 0x10C0, symBinAddr: 0x15E8C0, symSize: 0xD0 } + - { offsetInCU: 0x12EC, offset: 0x1EBD23, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwug', symObjAddr: 0x1190, symBinAddr: 0x15E990, symSize: 0x10 } + - { offsetInCU: 0x1300, offset: 0x1EBD37, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwup', symObjAddr: 0x11A0, symBinAddr: 0x15E9A0, symSize: 0x10 } + - { offsetInCU: 0x1314, offset: 0x1EBD4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwui', symObjAddr: 0x11B0, symBinAddr: 0x15E9B0, symSize: 0x10 } + - { offsetInCU: 0x1328, offset: 0x1EBD5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOMa', symObjAddr: 0x11C0, symBinAddr: 0x15E9C0, symSize: 0x10 } + - { offsetInCU: 0x133C, offset: 0x1EBD73, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASQWb', symObjAddr: 0x11D0, symBinAddr: 0x15E9D0, symSize: 0x10 } + - { offsetInCU: 0x1350, offset: 0x1EBD87, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOACSQAAWl', symObjAddr: 0x11E0, symBinAddr: 0x15E9E0, symSize: 0x30 } + - { offsetInCU: 0x14D6, offset: 0x1EBF0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1280, symBinAddr: 0x15EA80, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x1EC246, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x15EE30, symSize: 0x2C0 } + - { offsetInCU: 0xC3, offset: 0x1EC2E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x15EE30, symSize: 0x2C0 } + - { offsetInCU: 0x1CF, offset: 0x1EC3EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO8rawValueSSvg', symObjAddr: 0x2C0, symBinAddr: 0x15F0F0, symSize: 0x20 } + - { offsetInCU: 0x206, offset: 0x1EC425, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2E0, symBinAddr: 0x15F110, symSize: 0x20 } + - { offsetInCU: 0x284, offset: 0x1EC4A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x340, symBinAddr: 0x15F170, symSize: 0x70 } + - { offsetInCU: 0x2EA, offset: 0x1EC509, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x3B0, symBinAddr: 0x15F1E0, symSize: 0x30 } + - { offsetInCU: 0x306, offset: 0x1EC525, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x3E0, symBinAddr: 0x15F210, symSize: 0x10 } + - { offsetInCU: 0x33C, offset: 0x1EC55B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3F0, symBinAddr: 0x15F220, symSize: 0x60 } + - { offsetInCU: 0x3C1, offset: 0x1EC5E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x450, symBinAddr: 0x15F280, symSize: 0x10 } + - { offsetInCU: 0x3DD, offset: 0x1EC5FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x460, symBinAddr: 0x15F290, symSize: 0x10 } + - { offsetInCU: 0x418, offset: 0x1EC637, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCfD', symObjAddr: 0x4B0, symBinAddr: 0x15F2E0, symSize: 0x20 } + - { offsetInCU: 0x463, offset: 0x1EC682, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC6encode2toys7Encoder_p_tKF', symObjAddr: 0x4F0, symBinAddr: 0x15F320, symSize: 0x180 } + - { offsetInCU: 0x4A2, offset: 0x1EC6C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x670, symBinAddr: 0x15F4A0, symSize: 0x1C0 } + - { offsetInCU: 0x4F7, offset: 0x1EC716, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x830, symBinAddr: 0x15F660, symSize: 0x50 } + - { offsetInCU: 0x52E, offset: 0x1EC74D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x880, symBinAddr: 0x15F6B0, symSize: 0x20 } + - { offsetInCU: 0x552, offset: 0x1EC771, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCMa', symObjAddr: 0x4D0, symBinAddr: 0x15F300, symSize: 0x20 } + - { offsetInCU: 0x566, offset: 0x1EC785, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x910, symBinAddr: 0x15F6D0, symSize: 0x30 } + - { offsetInCU: 0x57A, offset: 0x1EC799, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwet', symObjAddr: 0xA50, symBinAddr: 0x15F700, symSize: 0x80 } + - { offsetInCU: 0x58E, offset: 0x1EC7AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwst', symObjAddr: 0xAD0, symBinAddr: 0x15F780, symSize: 0xD0 } + - { offsetInCU: 0x5A2, offset: 0x1EC7C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwug', symObjAddr: 0xBA0, symBinAddr: 0x15F850, symSize: 0x10 } + - { offsetInCU: 0x5B6, offset: 0x1EC7D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwup', symObjAddr: 0xBB0, symBinAddr: 0x15F860, symSize: 0x10 } + - { offsetInCU: 0x5CA, offset: 0x1EC7E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwui', symObjAddr: 0xBC0, symBinAddr: 0x15F870, symSize: 0x10 } + - { offsetInCU: 0x5DE, offset: 0x1EC7FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOMa', symObjAddr: 0xBD0, symBinAddr: 0x15F880, symSize: 0x10 } + - { offsetInCU: 0x5F2, offset: 0x1EC811, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASQWb', symObjAddr: 0xBE0, symBinAddr: 0x15F890, symSize: 0x10 } + - { offsetInCU: 0x606, offset: 0x1EC825, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAESQAAWl', symObjAddr: 0xBF0, symBinAddr: 0x15F8A0, symSize: 0x30 } + - { offsetInCU: 0x61A, offset: 0x1EC839, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC20, symBinAddr: 0x15F8D0, symSize: 0x10 } + - { offsetInCU: 0x62E, offset: 0x1EC84D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC30, symBinAddr: 0x15F8E0, symSize: 0x30 } + - { offsetInCU: 0x642, offset: 0x1EC861, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC60, symBinAddr: 0x15F910, symSize: 0x10 } + - { offsetInCU: 0x656, offset: 0x1EC875, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xC70, symBinAddr: 0x15F920, symSize: 0x30 } + - { offsetInCU: 0x6B1, offset: 0x1EC8D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x300, symBinAddr: 0x15F130, symSize: 0x10 } + - { offsetInCU: 0x6CD, offset: 0x1EC8EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x310, symBinAddr: 0x15F140, symSize: 0x10 } + - { offsetInCU: 0x6E9, offset: 0x1EC908, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x320, symBinAddr: 0x15F150, symSize: 0x10 } + - { offsetInCU: 0x705, offset: 0x1EC924, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x330, symBinAddr: 0x15F160, symSize: 0x10 } + - { offsetInCU: 0x728, offset: 0x1EC947, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x470, symBinAddr: 0x15F2A0, symSize: 0x20 } + - { offsetInCU: 0x744, offset: 0x1EC963, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x490, symBinAddr: 0x15F2C0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1ECB01, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x15F980, symSize: 0x5D0 } + - { offsetInCU: 0x1DA, offset: 0x1ECCB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x15F980, symSize: 0x5D0 } + - { offsetInCU: 0x536, offset: 0x1ED00C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03setB0_11updateFrameyAA06BezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x5D0, symBinAddr: 0x15FF50, symSize: 0xE0 } + - { offsetInCU: 0x655, offset: 0x1ED12B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC06appendB0_11updateFrameyAA014CompoundBezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x6B0, symBinAddr: 0x160030, symSize: 0xF0 } + - { offsetInCU: 0x797, offset: 0x1ED26D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCfD', symObjAddr: 0x7A0, symBinAddr: 0x160120, symSize: 0x40 } + - { offsetInCU: 0x7DA, offset: 0x1ED2B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x800, symBinAddr: 0x160180, symSize: 0x20 } + - { offsetInCU: 0x805, offset: 0x1ED2DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP06outputB0So9CGPathRefaSgvgTW', symObjAddr: 0x820, symBinAddr: 0x1601A0, symSize: 0x30 } + - { offsetInCU: 0x837, offset: 0x1ED30D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x850, symBinAddr: 0x1601D0, symSize: 0x10 } + - { offsetInCU: 0x8E3, offset: 0x1ED3B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCMa', symObjAddr: 0x7E0, symBinAddr: 0x160160, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1ED6A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x20, symBinAddr: 0x160200, symSize: 0x40 } + - { offsetInCU: 0x5D, offset: 0x1ED6DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x20, symBinAddr: 0x160200, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1ED882, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x1602B0, symSize: 0xC0 } + - { offsetInCU: 0x8B, offset: 0x1ED8E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x1602B0, symSize: 0xC0 } + - { offsetInCU: 0x132, offset: 0x1ED989, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xC0, symBinAddr: 0x160370, symSize: 0xB0 } + - { offsetInCU: 0x19B, offset: 0x1ED9F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x170, symBinAddr: 0x160420, symSize: 0x220 } + - { offsetInCU: 0x3DC, offset: 0x1EDC33, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x390, symBinAddr: 0x160640, symSize: 0x50 } + - { offsetInCU: 0x45B, offset: 0x1EDCB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfD', symObjAddr: 0x400, symBinAddr: 0x1606B0, symSize: 0x40 } + - { offsetInCU: 0x4BC, offset: 0x1EDD13, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x460, symBinAddr: 0x160710, symSize: 0x10 } + - { offsetInCU: 0x4D8, offset: 0x1EDD2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0x470, symBinAddr: 0x160720, symSize: 0x20 } + - { offsetInCU: 0x51E, offset: 0x1EDD75, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x490, symBinAddr: 0x160740, symSize: 0x70 } + - { offsetInCU: 0x57A, offset: 0x1EDDD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x500, symBinAddr: 0x1607B0, symSize: 0x10 } + - { offsetInCU: 0x596, offset: 0x1EDDED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x510, symBinAddr: 0x1607C0, symSize: 0x20 } + - { offsetInCU: 0x6E9, offset: 0x1EDF40, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfE', symObjAddr: 0x3E0, symBinAddr: 0x160690, symSize: 0x20 } + - { offsetInCU: 0x716, offset: 0x1EDF6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCMa', symObjAddr: 0x440, symBinAddr: 0x1606F0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1EE21F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x1607E0, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x1EE261, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x1607E0, symSize: 0x40 } + - { offsetInCU: 0xB1, offset: 0x1EE2A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCMa', symObjAddr: 0x40, symBinAddr: 0x160820, symSize: 0x14 } + - { offsetInCU: 0x1AC, offset: 0x1EE589, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtFAA10BezierPathV_Tg5', symObjAddr: 0x270, symBinAddr: 0x160AB0, symSize: 0xC0 } + - { offsetInCU: 0x291, offset: 0x1EE66E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0x0, symBinAddr: 0x160840, symSize: 0x140 } + - { offsetInCU: 0x338, offset: 0x1EE715, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A8Vector1DV_Tg5', symObjAddr: 0x140, symBinAddr: 0x160980, symSize: 0x130 } + - { offsetInCU: 0x60D, offset: 0x1EE9EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfc', symObjAddr: 0xA70, symBinAddr: 0x1612B0, symSize: 0x480 } + - { offsetInCU: 0x9C1, offset: 0x1EED9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5layerADyp_tcfcTo', symObjAddr: 0xEF0, symBinAddr: 0x161730, symSize: 0xF0 } + - { offsetInCU: 0xA45, offset: 0x1EEE22, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xFE0, symBinAddr: 0x161820, symSize: 0xA0 } + - { offsetInCU: 0xA9E, offset: 0x1EEE7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC15updateWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1080, symBinAddr: 0x1618C0, symSize: 0x440 } + - { offsetInCU: 0xD6A, offset: 0x1EF147, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCADycfcTo', symObjAddr: 0x14C0, symBinAddr: 0x161D00, symSize: 0x30 } + - { offsetInCU: 0xDD1, offset: 0x1EF1AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x14F0, symBinAddr: 0x161D30, symSize: 0x30 } + - { offsetInCU: 0xE49, offset: 0x1EF226, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1570, symBinAddr: 0x161DB0, symSize: 0x50 } + - { offsetInCU: 0xE9B, offset: 0x1EF278, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCAA0C11PropertyMapA2aEP10propertiesSayAA03AnycJ0_pGvgTW', symObjAddr: 0x15E0, symBinAddr: 0x161E20, symSize: 0x20 } + - { offsetInCU: 0xECD, offset: 0x1EF2AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfcTf4gn_n', symObjAddr: 0x16C0, symBinAddr: 0x161EA0, symSize: 0x390 } + - { offsetInCU: 0x1224, offset: 0x1EF601, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x330, symBinAddr: 0x160B70, symSize: 0x4F0 } + - { offsetInCU: 0x15C9, offset: 0x1EF9A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfc', symObjAddr: 0x820, symBinAddr: 0x161060, symSize: 0x100 } + - { offsetInCU: 0x162B, offset: 0x1EFA08, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x920, symBinAddr: 0x161160, symSize: 0x50 } + - { offsetInCU: 0x1671, offset: 0x1EFA4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x970, symBinAddr: 0x1611B0, symSize: 0x60 } + - { offsetInCU: 0x16D6, offset: 0x1EFAB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCACycfcTo', symObjAddr: 0x9D0, symBinAddr: 0x161210, symSize: 0x30 } + - { offsetInCU: 0x173D, offset: 0x1EFB1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfD', symObjAddr: 0xA00, symBinAddr: 0x161240, symSize: 0x30 } + - { offsetInCU: 0x1781, offset: 0x1EFB5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfETo', symObjAddr: 0xA30, symBinAddr: 0x161270, symSize: 0x20 } + - { offsetInCU: 0x17B0, offset: 0x1EFB8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCMa', symObjAddr: 0xA50, symBinAddr: 0x161290, symSize: 0x20 } + - { offsetInCU: 0x18D8, offset: 0x1EFCB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfETo', symObjAddr: 0x1520, symBinAddr: 0x161D60, symSize: 0x30 } + - { offsetInCU: 0x1907, offset: 0x1EFCE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x1550, symBinAddr: 0x161D90, symSize: 0x20 } + - { offsetInCU: 0x191B, offset: 0x1EFCF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x15C0, symBinAddr: 0x161E00, symSize: 0x20 } + - { offsetInCU: 0x17B, offset: 0x1F043B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x0, symBinAddr: 0x162230, symSize: 0x140 } + - { offsetInCU: 0x3E2, offset: 0x1F06A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA04TextbC0C_Tg5', symObjAddr: 0x140, symBinAddr: 0x162370, symSize: 0x180 } + - { offsetInCU: 0x563, offset: 0x1F0823, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x1624F0, symSize: 0x180 } + - { offsetInCU: 0x71E, offset: 0x1F09DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA012TextAnimatorB10PropertiesC_Tg5', symObjAddr: 0x440, symBinAddr: 0x162670, symSize: 0xD0 } + - { offsetInCU: 0x83D, offset: 0x1F0AFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA24LayerTransformPropertiesC_Tg5', symObjAddr: 0x510, symBinAddr: 0x162740, symSize: 0xD0 } + - { offsetInCU: 0x97D, offset: 0x1F0C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA012TextAnimatorbF0C_Tg5', symObjAddr: 0x5E0, symBinAddr: 0x162810, symSize: 0xA0 } + - { offsetInCU: 0xAAF, offset: 0x1F0D6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA014LayerTransformF0C_Tg5', symObjAddr: 0x680, symBinAddr: 0x1628B0, symSize: 0xA0 } + - { offsetInCU: 0xCE7, offset: 0x1F0FA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layer4sizeAcA0C5ModelC_So6CGSizeVtcfc', symObjAddr: 0x720, symBinAddr: 0x162950, symSize: 0x12C0 } + - { offsetInCU: 0x1889, offset: 0x1F1B49, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x19E0, symBinAddr: 0x163C10, symSize: 0x30 } + - { offsetInCU: 0x18D4, offset: 0x1F1B94, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x1A10, symBinAddr: 0x163C40, symSize: 0x20 } + - { offsetInCU: 0x1950, offset: 0x1F1C10, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC16displayWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1A30, symBinAddr: 0x163C60, symSize: 0x480 } + - { offsetInCU: 0x1E3C, offset: 0x1F20FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfc', symObjAddr: 0x1EB0, symBinAddr: 0x1640E0, symSize: 0x350 } + - { offsetInCU: 0x1F21, offset: 0x1F21E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x2200, symBinAddr: 0x164430, symSize: 0x50 } + - { offsetInCU: 0x1F3D, offset: 0x1F21FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x2250, symBinAddr: 0x164480, symSize: 0xF0 } + - { offsetInCU: 0x1F94, offset: 0x1F2254, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x2340, symBinAddr: 0x164570, symSize: 0x20 } + - { offsetInCU: 0x1FB0, offset: 0x1F2270, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x2360, symBinAddr: 0x164590, symSize: 0x10 } + - { offsetInCU: 0x2011, offset: 0x1F22D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCACycfcTo', symObjAddr: 0x2370, symBinAddr: 0x1645A0, symSize: 0x30 } + - { offsetInCU: 0x2078, offset: 0x1F2338, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfD', symObjAddr: 0x23A0, symBinAddr: 0x1645D0, symSize: 0x30 } + - { offsetInCU: 0x20C3, offset: 0x1F2383, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x24F0, symBinAddr: 0x164720, symSize: 0x30 } + - { offsetInCU: 0x20F5, offset: 0x1F23B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x2520, symBinAddr: 0x164750, symSize: 0x30 } + - { offsetInCU: 0x212F, offset: 0x1F23EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2550, symBinAddr: 0x164780, symSize: 0x20 } + - { offsetInCU: 0x217F, offset: 0x1F243F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP07keypathC0So7CALayerCSgvgTW', symObjAddr: 0x2570, symBinAddr: 0x1647A0, symSize: 0x30 } + - { offsetInCU: 0x2743, offset: 0x1F2A03, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfETo', symObjAddr: 0x23D0, symBinAddr: 0x164600, symSize: 0xF0 } + - { offsetInCU: 0x2772, offset: 0x1F2A32, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCMa', symObjAddr: 0x24C0, symBinAddr: 0x1646F0, symSize: 0x20 } + - { offsetInCU: 0x2786, offset: 0x1F2A46, size: 0x8, addend: 0x0, symName: '_$s6Lottie24CompositionLayerDelegate_pSgXwWOh', symObjAddr: 0x2670, symBinAddr: 0x164800, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1F2FBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x164850, symSize: 0xB0 } + - { offsetInCU: 0x79, offset: 0x1F300C, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x164850, symSize: 0xB0 } + - { offsetInCU: 0xFC, offset: 0x1F308F, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB0, symBinAddr: 0x164900, symSize: 0xA0 } + - { offsetInCU: 0x18B, offset: 0x1F311E, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x150, symBinAddr: 0x1649A0, symSize: 0xF0 } + - { offsetInCU: 0x1E5, offset: 0x1F3178, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x240, symBinAddr: 0x164A90, symSize: 0x400 } + - { offsetInCU: 0x2B6, offset: 0x1F3249, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x640, symBinAddr: 0x164E90, symSize: 0x30 } + - { offsetInCU: 0x2D2, offset: 0x1F3265, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfD', symObjAddr: 0x690, symBinAddr: 0x164EE0, symSize: 0x30 } + - { offsetInCU: 0x311, offset: 0x1F32A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfE', symObjAddr: 0x670, symBinAddr: 0x164EC0, symSize: 0x20 } + - { offsetInCU: 0x33E, offset: 0x1F32D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfETo', symObjAddr: 0x6C0, symBinAddr: 0x164F10, symSize: 0x20 } + - { offsetInCU: 0x36D, offset: 0x1F3300, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCMa', symObjAddr: 0x6E0, symBinAddr: 0x164F30, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x1F3533, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x164F50, symSize: 0x20 } + - { offsetInCU: 0x137, offset: 0x1F360C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0x20, symBinAddr: 0x164F70, symSize: 0xF0 } + - { offsetInCU: 0x228, offset: 0x1F36FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x110, symBinAddr: 0x165060, symSize: 0x10 } + - { offsetInCU: 0x269, offset: 0x1F373E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP7lineCapAA04LineF0OvgTW', symObjAddr: 0x120, symBinAddr: 0x165070, symSize: 0x10 } + - { offsetInCU: 0x2AA, offset: 0x1F377F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP8lineJoinAA04LineF0OvgTW', symObjAddr: 0x130, symBinAddr: 0x165080, symSize: 0x10 } + - { offsetInCU: 0x2EB, offset: 0x1F37C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x140, symBinAddr: 0x165090, symSize: 0x10 } + - { offsetInCU: 0x32C, offset: 0x1F3801, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x150, symBinAddr: 0x1650A0, symSize: 0x10 } + - { offsetInCU: 0x35E, offset: 0x1F3833, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x160, symBinAddr: 0x1650B0, symSize: 0x40 } + - { offsetInCU: 0x383, offset: 0x1F3858, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1A0, symBinAddr: 0x1650F0, symSize: 0x4D0 } + - { offsetInCU: 0x40F, offset: 0x1F38E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x670, symBinAddr: 0x1655C0, symSize: 0x970 } + - { offsetInCU: 0x7D1, offset: 0x1F3CA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO8rawValueSSvg', symObjAddr: 0xFE0, symBinAddr: 0x165F30, symSize: 0x20 } + - { offsetInCU: 0x808, offset: 0x1F3CDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x1340, symBinAddr: 0x166290, symSize: 0x20 } + - { offsetInCU: 0x886, offset: 0x1F3D5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x13B0, symBinAddr: 0x166300, symSize: 0x70 } + - { offsetInCU: 0x8EC, offset: 0x1F3DC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1420, symBinAddr: 0x166370, symSize: 0x30 } + - { offsetInCU: 0x908, offset: 0x1F3DDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1450, symBinAddr: 0x1663A0, symSize: 0x10 } + - { offsetInCU: 0x93E, offset: 0x1F3E13, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1460, symBinAddr: 0x1663B0, symSize: 0x60 } + - { offsetInCU: 0x9C3, offset: 0x1F3E98, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x14C0, symBinAddr: 0x166410, symSize: 0x10 } + - { offsetInCU: 0x9DF, offset: 0x1F3EB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x14D0, symBinAddr: 0x166420, symSize: 0x10 } + - { offsetInCU: 0x9FD, offset: 0x1F3ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4name6hidden7opacity5color5width7lineCap0H4Join10miterLimit11dashPatternACSS_SbAA13KeyframeGroupCyAA0A8Vector1DVGANyAA0A5ColorVGAqA04LineI0OAA0sJ0OSdSayAA11DashElementCGSgtcfc', symObjAddr: 0x1000, symBinAddr: 0x165F50, symSize: 0x50 } + - { offsetInCU: 0xAAA, offset: 0x1F3F7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1050, symBinAddr: 0x165FA0, symSize: 0x2F0 } + - { offsetInCU: 0xB24, offset: 0x1F3FF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfD', symObjAddr: 0x1550, symBinAddr: 0x1664A0, symSize: 0x50 } + - { offsetInCU: 0xD71, offset: 0x1F4246, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfE', symObjAddr: 0x1520, symBinAddr: 0x166470, symSize: 0x30 } + - { offsetInCU: 0xD9E, offset: 0x1F4273, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCMa', symObjAddr: 0x15A0, symBinAddr: 0x1664F0, symSize: 0x20 } + - { offsetInCU: 0xDB2, offset: 0x1F4287, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs0C3KeyAAWl', symObjAddr: 0x1630, symBinAddr: 0x166510, symSize: 0x30 } + - { offsetInCU: 0xDC6, offset: 0x1F429B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSEAAWl', symObjAddr: 0x16F0, symBinAddr: 0x166570, symSize: 0x30 } + - { offsetInCU: 0xDDA, offset: 0x1F42AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSEAAWl', symObjAddr: 0x1720, symBinAddr: 0x1665A0, symSize: 0x30 } + - { offsetInCU: 0xDEE, offset: 0x1F42C3, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11DashElementCGMa', symObjAddr: 0x17B0, symBinAddr: 0x166630, symSize: 0x50 } + - { offsetInCU: 0xE02, offset: 0x1F42D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSeAAWl', symObjAddr: 0x1970, symBinAddr: 0x166760, symSize: 0x30 } + - { offsetInCU: 0xE16, offset: 0x1F42EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSeAAWl', symObjAddr: 0x19A0, symBinAddr: 0x166790, symSize: 0x30 } + - { offsetInCU: 0xE2A, offset: 0x1F42FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwet', symObjAddr: 0x1AF0, symBinAddr: 0x166800, symSize: 0x80 } + - { offsetInCU: 0xE3E, offset: 0x1F4313, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwst', symObjAddr: 0x1B70, symBinAddr: 0x166880, symSize: 0xD0 } + - { offsetInCU: 0xE52, offset: 0x1F4327, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwug', symObjAddr: 0x1C40, symBinAddr: 0x166950, symSize: 0x10 } + - { offsetInCU: 0xE66, offset: 0x1F433B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwup', symObjAddr: 0x1C50, symBinAddr: 0x166960, symSize: 0x10 } + - { offsetInCU: 0xE7A, offset: 0x1F434F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwui', symObjAddr: 0x1C60, symBinAddr: 0x166970, symSize: 0x10 } + - { offsetInCU: 0xE8E, offset: 0x1F4363, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOMa', symObjAddr: 0x1C70, symBinAddr: 0x166980, symSize: 0x10 } + - { offsetInCU: 0xEA2, offset: 0x1F4377, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASQWb', symObjAddr: 0x1C80, symBinAddr: 0x166990, symSize: 0x10 } + - { offsetInCU: 0xEB6, offset: 0x1F438B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFSQAAWl', symObjAddr: 0x1C90, symBinAddr: 0x1669A0, symSize: 0x30 } + - { offsetInCU: 0xECA, offset: 0x1F439F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1CC0, symBinAddr: 0x1669D0, symSize: 0x10 } + - { offsetInCU: 0xEDE, offset: 0x1F43B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1CD0, symBinAddr: 0x1669E0, symSize: 0x30 } + - { offsetInCU: 0xEF2, offset: 0x1F43C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1D00, symBinAddr: 0x166A10, symSize: 0x10 } + - { offsetInCU: 0xF06, offset: 0x1F43DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1D10, symBinAddr: 0x166A20, symSize: 0x30 } + - { offsetInCU: 0xFE8, offset: 0x1F44BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1360, symBinAddr: 0x1662B0, symSize: 0x10 } + - { offsetInCU: 0x1022, offset: 0x1F44F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1370, symBinAddr: 0x1662C0, symSize: 0x20 } + - { offsetInCU: 0x1068, offset: 0x1F453D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1390, symBinAddr: 0x1662E0, symSize: 0x10 } + - { offsetInCU: 0x1084, offset: 0x1F4559, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x13A0, symBinAddr: 0x1662F0, symSize: 0x10 } + - { offsetInCU: 0x109F, offset: 0x1F4574, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x14E0, symBinAddr: 0x166430, symSize: 0x20 } + - { offsetInCU: 0x10BB, offset: 0x1F4590, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1500, symBinAddr: 0x166450, symSize: 0x20 } + - { offsetInCU: 0x6C, offset: 0x1F47F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKF', symObjAddr: 0x0, symBinAddr: 0x166A60, symSize: 0x710 } + - { offsetInCU: 0x2E2, offset: 0x1F4A69, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU0_', symObjAddr: 0x12A0, symBinAddr: 0x167CD0, symSize: 0xD0 } + - { offsetInCU: 0x333, offset: 0x1F4ABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU1_', symObjAddr: 0x1370, symBinAddr: 0x167DA0, symSize: 0x190 } + - { offsetInCU: 0x5CE, offset: 0x1F4D55, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF010$s6Lottie7b46C7extract_2to10bufferSize9skipCRC328progresss6j4VAA5k27V_10Foundation3URLVSiSbSo10l10CSgtKFyAM4N6VKcfU_SpySo7__sFILEVGTf1nnnncn_n', symObjAddr: 0x740, symBinAddr: 0x167170, symSize: 0x5F0 } + - { offsetInCU: 0xA15, offset: 0x1F519C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0xD30, symBinAddr: 0x167760, symSize: 0x570 } + - { offsetInCU: 0xDCD, offset: 0x1F5554, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tgq5', symObjAddr: 0x1530, symBinAddr: 0x167F60, symSize: 0x60 } + - { offsetInCU: 0xDF0, offset: 0x1F5577, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tgq5', symObjAddr: 0x1590, symBinAddr: 0x167FC0, symSize: 0x140 } + - { offsetInCU: 0xE58, offset: 0x1F55DF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0V15withUnsafeBytesyxxSWKXEKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6G15VAH_tFAHSWXEfU_AcHTf1cn_nTf4ngn_n', symObjAddr: 0x1830, symBinAddr: 0x168220, symSize: 0xE0 } + - { offsetInCU: 0xEAD, offset: 0x1F5634, size: 0x8, addend: 0x0, symName: '_$s10Foundation13__DataStorageC15withUnsafeBytes2in5applyxSnySiG_xSWKXEtKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6I15VAH_tFAHSWXEfU_AA0B0VAITf1ncn_nTf4nngn_n', symObjAddr: 0x1910, symBinAddr: 0x168300, symSize: 0xB0 } + - { offsetInCU: 0xEEE, offset: 0x1F5675, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTgq5Tf4gd_n', symObjAddr: 0x19C0, symBinAddr: 0x1683B0, symSize: 0xE0 } + - { offsetInCU: 0xF57, offset: 0x1F56DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU_TA', symObjAddr: 0x1AC0, symBinAddr: 0x1684B0, symSize: 0x10 } + - { offsetInCU: 0xFA8, offset: 0x1F572F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFs0D0ADWl', symObjAddr: 0x1BB0, symBinAddr: 0x1684C0, symSize: 0x30 } + - { offsetInCU: 0xFBC, offset: 0x1F5743, size: 0x8, addend: 0x0, symName: '_$sSS_yptWOc', symObjAddr: 0x1BE0, symBinAddr: 0x1684F0, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x1F5AB5, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x168530, symSize: 0x1380 } + - { offsetInCU: 0x2FA, offset: 0x1F5D88, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x168530, symSize: 0x1380 } + - { offsetInCU: 0x127B, offset: 0x1F6D09, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationFontProvider_pWOc', symObjAddr: 0x1380, symBinAddr: 0x1698B0, symSize: 0x2F } + - { offsetInCU: 0x27, offset: 0x1F7084, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x1698E0, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x1F709C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x1698E0, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x1F70B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwxx', symObjAddr: 0x30, symBinAddr: 0x169910, symSize: 0x10 } + - { offsetInCU: 0x67, offset: 0x1F70C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwcp', symObjAddr: 0x40, symBinAddr: 0x169920, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x1F70D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwca', symObjAddr: 0x70, symBinAddr: 0x169950, symSize: 0x40 } + - { offsetInCU: 0x8F, offset: 0x1F70EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwta', symObjAddr: 0xC0, symBinAddr: 0x169990, symSize: 0x30 } + - { offsetInCU: 0xA3, offset: 0x1F7100, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwet', symObjAddr: 0xF0, symBinAddr: 0x1699C0, symSize: 0x40 } + - { offsetInCU: 0xB7, offset: 0x1F7114, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwst', symObjAddr: 0x130, symBinAddr: 0x169A00, symSize: 0x40 } + - { offsetInCU: 0xCB, offset: 0x1F7128, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVMa', symObjAddr: 0x170, symBinAddr: 0x169A40, symSize: 0x10 } + - { offsetInCU: 0x239, offset: 0x1F7296, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathV4trim12fromPosition02toG06offset0E14SimultaneouslyAC12CoreGraphics7CGFloatV_A2KSbtF', symObjAddr: 0x180, symBinAddr: 0x169A50, symSize: 0xB70 } + - { offsetInCU: 0x2B, offset: 0x1F7FE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x16A5C0, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x1F800B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvpZ', symObjAddr: 0x758, symBinAddr: 0x214F80, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x1F8025, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x16A5C0, symSize: 0x30 } + - { offsetInCU: 0xBE, offset: 0x1F807A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfC', symObjAddr: 0x30, symBinAddr: 0x16A5F0, symSize: 0xC0 } + - { offsetInCU: 0x155, offset: 0x1F8111, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfc', symObjAddr: 0xF0, symBinAddr: 0x16A6B0, symSize: 0xB0 } + - { offsetInCU: 0x24F, offset: 0x1F820B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivg', symObjAddr: 0x300, symBinAddr: 0x16A880, symSize: 0x30 } + - { offsetInCU: 0x26C, offset: 0x1F8228, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivs', symObjAddr: 0x330, symBinAddr: 0x16A8B0, symSize: 0x50 } + - { offsetInCU: 0x30D, offset: 0x1F82C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM', symObjAddr: 0x380, symBinAddr: 0x16A900, symSize: 0x40 } + - { offsetInCU: 0x33A, offset: 0x1F82F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM.resume.0', symObjAddr: 0x3C0, symBinAddr: 0x16A940, symSize: 0x60 } + - { offsetInCU: 0x3EA, offset: 0x1F83A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC05clearC0yyF', symObjAddr: 0x420, symBinAddr: 0x16A9A0, symSize: 0x80 } + - { offsetInCU: 0x475, offset: 0x1F8431, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF', symObjAddr: 0x4A0, symBinAddr: 0x16AA20, symSize: 0x40 } + - { offsetInCU: 0x4BC, offset: 0x1F8478, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF', symObjAddr: 0x4E0, symBinAddr: 0x16AA60, symSize: 0x50 } + - { offsetInCU: 0x50D, offset: 0x1F84C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfd', symObjAddr: 0x530, symBinAddr: 0x16AAB0, symSize: 0x20 } + - { offsetInCU: 0x548, offset: 0x1F8504, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfD', symObjAddr: 0x550, symBinAddr: 0x16AAD0, symSize: 0x20 } + - { offsetInCU: 0x5BD, offset: 0x1F8579, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP4file6forKeyAA0bA4FileCSgSS_tFTW', symObjAddr: 0x570, symBinAddr: 0x16AAF0, symSize: 0x50 } + - { offsetInCU: 0x658, offset: 0x1F8614, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP7setFile_6forKeyyAA0baF0C_SStFTW', symObjAddr: 0x5C0, symBinAddr: 0x16AB40, symSize: 0x60 } + - { offsetInCU: 0x6BD, offset: 0x1F8679, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP05clearC0yyFTW', symObjAddr: 0x620, symBinAddr: 0x16ABA0, symSize: 0x20 } + - { offsetInCU: 0x777, offset: 0x1F8733, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0_WZ', symObjAddr: 0x1A0, symBinAddr: 0x16A760, symSize: 0xC0 } + - { offsetInCU: 0x82A, offset: 0x1F87E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivpACTk', symObjAddr: 0x2A0, symBinAddr: 0x16A820, symSize: 0x60 } + - { offsetInCU: 0x907, offset: 0x1F88C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCMa', symObjAddr: 0x690, symBinAddr: 0x16AC10, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1F8A80, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x16ACE0, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x1F8A98, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x16ACE0, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x1F8AAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwxx', symObjAddr: 0x90, symBinAddr: 0x16AD10, symSize: 0x20 } + - { offsetInCU: 0x67, offset: 0x1F8AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwcp', symObjAddr: 0xF0, symBinAddr: 0x16AD30, symSize: 0x80 } + - { offsetInCU: 0x7B, offset: 0x1F8AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwca', symObjAddr: 0x170, symBinAddr: 0x16ADB0, symSize: 0xB0 } + - { offsetInCU: 0x8F, offset: 0x1F8AE8, size: 0x8, addend: 0x0, symName: ___swift_memcpy100_8, symObjAddr: 0x220, symBinAddr: 0x16AE60, symSize: 0x40 } + - { offsetInCU: 0xA3, offset: 0x1F8AFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwta', symObjAddr: 0x260, symBinAddr: 0x16AEA0, symSize: 0x70 } + - { offsetInCU: 0xB7, offset: 0x1F8B10, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwet', symObjAddr: 0x2D0, symBinAddr: 0x16AF10, symSize: 0x50 } + - { offsetInCU: 0xCB, offset: 0x1F8B24, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwst', symObjAddr: 0x320, symBinAddr: 0x16AF60, symSize: 0x80 } + - { offsetInCU: 0xDF, offset: 0x1F8B38, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVMa', symObjAddr: 0x3A0, symBinAddr: 0x16AFE0, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x1F8B4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4gdd_n', symObjAddr: 0x3B0, symBinAddr: 0x16AFF0, symSize: 0x110 } + - { offsetInCU: 0x148, offset: 0x1F8BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4ndd_n', symObjAddr: 0x4C0, symBinAddr: 0x16B100, symSize: 0x220 } + - { offsetInCU: 0x1B6, offset: 0x1F8C0F, size: 0x8, addend: 0x0, symName: ___swift_memcpy20_8, symObjAddr: 0x6E0, symBinAddr: 0x16B320, symSize: 0x20 } + - { offsetInCU: 0x1CA, offset: 0x1F8C23, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwet', symObjAddr: 0x710, symBinAddr: 0x16B340, symSize: 0x20 } + - { offsetInCU: 0x1DE, offset: 0x1F8C37, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwst', symObjAddr: 0x730, symBinAddr: 0x16B360, symSize: 0x30 } + - { offsetInCU: 0x1F2, offset: 0x1F8C4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVMa', symObjAddr: 0x760, symBinAddr: 0x16B390, symSize: 0x10 } + - { offsetInCU: 0x206, offset: 0x1F8C5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x770, symBinAddr: 0x16B3A0, symSize: 0x60 } + - { offsetInCU: 0x21A, offset: 0x1F8C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwca', symObjAddr: 0x7D0, symBinAddr: 0x16B400, symSize: 0x90 } + - { offsetInCU: 0x22E, offset: 0x1F8C87, size: 0x8, addend: 0x0, symName: ___swift_memcpy80_8, symObjAddr: 0x860, symBinAddr: 0x16B490, symSize: 0x30 } + - { offsetInCU: 0x242, offset: 0x1F8C9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwta', symObjAddr: 0x890, symBinAddr: 0x16B4C0, symSize: 0x60 } + - { offsetInCU: 0x256, offset: 0x1F8CAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwet', symObjAddr: 0x8F0, symBinAddr: 0x16B520, symSize: 0x50 } + - { offsetInCU: 0x26A, offset: 0x1F8CC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwst', symObjAddr: 0x940, symBinAddr: 0x16B570, symSize: 0x70 } + - { offsetInCU: 0x27E, offset: 0x1F8CD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVMa', symObjAddr: 0x9B0, symBinAddr: 0x16B5E0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1F8E8E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x16B610, symSize: 0x130 } + - { offsetInCU: 0x3F, offset: 0x1F8EA6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x16B610, symSize: 0x130 } + - { offsetInCU: 0x4F, offset: 0x1F910D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x16B740, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1F9132, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x16B780, symSize: 0x250 } + - { offsetInCU: 0xE0, offset: 0x1F919E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x290, symBinAddr: 0x16B9D0, symSize: 0x290 } + - { offsetInCU: 0x1CA, offset: 0x1F9288, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO8rawValueSSvg', symObjAddr: 0x520, symBinAddr: 0x16BC60, symSize: 0x30 } + - { offsetInCU: 0x1F5, offset: 0x1F92B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO11stringValueSSvg', symObjAddr: 0x6C0, symBinAddr: 0x16BE00, symSize: 0x30 } + - { offsetInCU: 0x23A, offset: 0x1F92F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x730, symBinAddr: 0x16BE70, symSize: 0x70 } + - { offsetInCU: 0x26E, offset: 0x1F932C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x7A0, symBinAddr: 0x16BEE0, symSize: 0x30 } + - { offsetInCU: 0x28A, offset: 0x1F9348, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7D0, symBinAddr: 0x16BF10, symSize: 0x10 } + - { offsetInCU: 0x2C0, offset: 0x1F937E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7E0, symBinAddr: 0x16BF20, symSize: 0x70 } + - { offsetInCU: 0x30B, offset: 0x1F93C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x850, symBinAddr: 0x16BF90, symSize: 0x10 } + - { offsetInCU: 0x327, offset: 0x1F93E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x860, symBinAddr: 0x16BFA0, symSize: 0x10 } + - { offsetInCU: 0x345, offset: 0x1F9403, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x550, symBinAddr: 0x16BC90, symSize: 0x170 } + - { offsetInCU: 0x3BF, offset: 0x1F947D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfD', symObjAddr: 0x8C0, symBinAddr: 0x16C000, symSize: 0x30 } + - { offsetInCU: 0x473, offset: 0x1F9531, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfE', symObjAddr: 0x8B0, symBinAddr: 0x16BFF0, symSize: 0x10 } + - { offsetInCU: 0x4CB, offset: 0x1F9589, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCMa', symObjAddr: 0x8F0, symBinAddr: 0x16C030, symSize: 0x20 } + - { offsetInCU: 0x4DF, offset: 0x1F959D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs0C3KeyAAWl', symObjAddr: 0x980, symBinAddr: 0x16C050, symSize: 0x30 } + - { offsetInCU: 0x4F3, offset: 0x1F95B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGMa', symObjAddr: 0x9B0, symBinAddr: 0x16C080, symSize: 0x30 } + - { offsetInCU: 0x507, offset: 0x1F95C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwet', symObjAddr: 0xC10, symBinAddr: 0x16C110, symSize: 0x80 } + - { offsetInCU: 0x51B, offset: 0x1F95D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwst', symObjAddr: 0xC90, symBinAddr: 0x16C190, symSize: 0xD0 } + - { offsetInCU: 0x52F, offset: 0x1F95ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwug', symObjAddr: 0xD60, symBinAddr: 0x16C260, symSize: 0x10 } + - { offsetInCU: 0x543, offset: 0x1F9601, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwup', symObjAddr: 0xD70, symBinAddr: 0x16C270, symSize: 0x10 } + - { offsetInCU: 0x557, offset: 0x1F9615, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwui', symObjAddr: 0xD80, symBinAddr: 0x16C280, symSize: 0x10 } + - { offsetInCU: 0x56B, offset: 0x1F9629, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOMa', symObjAddr: 0xD90, symBinAddr: 0x16C290, symSize: 0x10 } + - { offsetInCU: 0x57F, offset: 0x1F963D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASQWb', symObjAddr: 0xDA0, symBinAddr: 0x16C2A0, symSize: 0x10 } + - { offsetInCU: 0x593, offset: 0x1F9651, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFSQAAWl', symObjAddr: 0xDB0, symBinAddr: 0x16C2B0, symSize: 0x30 } + - { offsetInCU: 0x5A7, offset: 0x1F9665, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDE0, symBinAddr: 0x16C2E0, symSize: 0x10 } + - { offsetInCU: 0x5BB, offset: 0x1F9679, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xDF0, symBinAddr: 0x16C2F0, symSize: 0x30 } + - { offsetInCU: 0x5CF, offset: 0x1F968D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE20, symBinAddr: 0x16C320, symSize: 0x10 } + - { offsetInCU: 0x5E3, offset: 0x1F96A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xE30, symBinAddr: 0x16C330, symSize: 0x30 } + - { offsetInCU: 0x645, offset: 0x1F9703, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F0, symBinAddr: 0x16BE30, symSize: 0x10 } + - { offsetInCU: 0x661, offset: 0x1F971F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x700, symBinAddr: 0x16BE40, symSize: 0x10 } + - { offsetInCU: 0x67D, offset: 0x1F973B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x710, symBinAddr: 0x16BE50, symSize: 0x10 } + - { offsetInCU: 0x699, offset: 0x1F9757, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x720, symBinAddr: 0x16BE60, symSize: 0x10 } + - { offsetInCU: 0x6BC, offset: 0x1F977A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x870, symBinAddr: 0x16BFB0, symSize: 0x20 } + - { offsetInCU: 0x6D8, offset: 0x1F9796, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x890, symBinAddr: 0x16BFD0, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x1F997E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6boundsSo6CGRectVvg', symObjAddr: 0x0, symBinAddr: 0x16C360, symSize: 0x20 } + - { offsetInCU: 0x6C, offset: 0x1F99AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF', symObjAddr: 0x20, symBinAddr: 0x16C380, symSize: 0x20 } + - { offsetInCU: 0x129, offset: 0x1F9A68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF', symObjAddr: 0x40, symBinAddr: 0x16C3A0, symSize: 0x50 } + - { offsetInCU: 0x1FD, offset: 0x1F9B3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF', symObjAddr: 0x90, symBinAddr: 0x16C3F0, symSize: 0x20 } + - { offsetInCU: 0x23D, offset: 0x1F9B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB0, symBinAddr: 0x16C410, symSize: 0x20 } + - { offsetInCU: 0x2E2, offset: 0x1F9C21, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0xD0, symBinAddr: 0x16C430, symSize: 0x100 } + - { offsetInCU: 0x417, offset: 0x1F9D56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x1D0, symBinAddr: 0x16C530, symSize: 0xA0 } + - { offsetInCU: 0x4A6, offset: 0x1F9DE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x270, symBinAddr: 0x16C5D0, symSize: 0xA0 } + - { offsetInCU: 0x523, offset: 0x1F9E62, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ', symObjAddr: 0x310, symBinAddr: 0x16C670, symSize: 0x10 } + - { offsetInCU: 0x53F, offset: 0x1F9E7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZSSyXEfu0_', symObjAddr: 0x5A0, symBinAddr: 0x16C900, symSize: 0xE0 } + - { offsetInCU: 0x655, offset: 0x1F9F94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ', symObjAddr: 0x320, symBinAddr: 0x16C680, symSize: 0x10 } + - { offsetInCU: 0x669, offset: 0x1F9FA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8durationSdvg', symObjAddr: 0x330, symBinAddr: 0x16C690, symSize: 0x20 } + - { offsetInCU: 0x696, offset: 0x1F9FD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ', symObjAddr: 0x350, symBinAddr: 0x16C6B0, symSize: 0x10 } + - { offsetInCU: 0x6B2, offset: 0x1F9FF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x680, symBinAddr: 0x16C9E0, symSize: 0x140 } + - { offsetInCU: 0x81C, offset: 0x1FA15B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ', symObjAddr: 0x360, symBinAddr: 0x16C6C0, symSize: 0x210 } + - { offsetInCU: 0x897, offset: 0x1FA1D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_', symObjAddr: 0xE50, symBinAddr: 0x16D1B0, symSize: 0x550 } + - { offsetInCU: 0x9C8, offset: 0x1FA307, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_', symObjAddr: 0x13A0, symBinAddr: 0x16D700, symSize: 0x80 } + - { offsetInCU: 0xA3E, offset: 0x1FA37D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ', symObjAddr: 0x570, symBinAddr: 0x16C8D0, symSize: 0x10 } + - { offsetInCU: 0xA5A, offset: 0x1FA399, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x7C0, symBinAddr: 0x16CB20, symSize: 0x1A0 } + - { offsetInCU: 0xC42, offset: 0x1FA581, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg', symObjAddr: 0x580, symBinAddr: 0x16C8E0, symSize: 0x20 } + - { offsetInCU: 0xD4A, offset: 0x1FA689, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ', symObjAddr: 0x960, symBinAddr: 0x16CCC0, symSize: 0x90 } + - { offsetInCU: 0xE9C, offset: 0x1FA7DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_', symObjAddr: 0xE10, symBinAddr: 0x16D170, symSize: 0x40 } + - { offsetInCU: 0xEF5, offset: 0x1FA834, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTY0_', symObjAddr: 0x9F0, symBinAddr: 0x16CD50, symSize: 0x3C0 } + - { offsetInCU: 0x106F, offset: 0x1FA9AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTQ1_', symObjAddr: 0xDB0, symBinAddr: 0x16D110, symSize: 0x60 } + - { offsetInCU: 0x11A6, offset: 0x1FAAE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZTf4nnd_n', symObjAddr: 0x1420, symBinAddr: 0x16D780, symSize: 0x260 } + - { offsetInCU: 0x1297, offset: 0x1FABD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x1680, symBinAddr: 0x16D9E0, symSize: 0x3A0 } + - { offsetInCU: 0x1442, offset: 0x1FAD81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x1A20, symBinAddr: 0x16DD80, symSize: 0x310 } + - { offsetInCU: 0x1594, offset: 0x1FAED3, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1D50, symBinAddr: 0x16E0B0, symSize: 0x20 } + - { offsetInCU: 0x15A8, offset: 0x1FAEE7, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1D70, symBinAddr: 0x16E0D0, symSize: 0x10 } + - { offsetInCU: 0x15BC, offset: 0x1FAEFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZTf4nnnd_n', symObjAddr: 0x1D80, symBinAddr: 0x16E0E0, symSize: 0x350 } + - { offsetInCU: 0x1743, offset: 0x1FB082, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_TA', symObjAddr: 0x2160, symBinAddr: 0x16E480, symSize: 0x40 } + - { offsetInCU: 0x1757, offset: 0x1FB096, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_TA', symObjAddr: 0x22B0, symBinAddr: 0x16E5D0, symSize: 0x20 } + - { offsetInCU: 0x176B, offset: 0x1FB0AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x22D0, symBinAddr: 0x16E5F0, symSize: 0x20 } + - { offsetInCU: 0x177F, offset: 0x1FB0BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU1_TA', symObjAddr: 0x2510, symBinAddr: 0x16E680, symSize: 0x20 } + - { offsetInCU: 0x17B3, offset: 0x1FB0F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_TA', symObjAddr: 0x25D0, symBinAddr: 0x16E740, symSize: 0x50 } + - { offsetInCU: 0xF3, offset: 0x1FB60F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x16E890, symSize: 0x670 } + - { offsetInCU: 0x22C, offset: 0x1FB748, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x670, symBinAddr: 0x16EF00, symSize: 0xAA0 } + - { offsetInCU: 0x5D0, offset: 0x1FBAEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1110, symBinAddr: 0x16F9A0, symSize: 0x470 } + - { offsetInCU: 0x60F, offset: 0x1FBB2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1E20, symBinAddr: 0x170600, symSize: 0x40 } + - { offsetInCU: 0x646, offset: 0x1FBB62, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueSSvg', symObjAddr: 0x1E60, symBinAddr: 0x170640, symSize: 0x20 } + - { offsetInCU: 0x67D, offset: 0x1FBB99, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1E80, symBinAddr: 0x170660, symSize: 0x20 } + - { offsetInCU: 0x6F0, offset: 0x1FBC0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x1FF0, symBinAddr: 0x1707D0, symSize: 0x40 } + - { offsetInCU: 0x736, offset: 0x1FBC52, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2030, symBinAddr: 0x170810, symSize: 0x30 } + - { offsetInCU: 0x74A, offset: 0x1FBC66, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2060, symBinAddr: 0x170840, symSize: 0x10 } + - { offsetInCU: 0x780, offset: 0x1FBC9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2070, symBinAddr: 0x170850, symSize: 0x30 } + - { offsetInCU: 0x7E5, offset: 0x1FBD01, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x20A0, symBinAddr: 0x170880, symSize: 0x10 } + - { offsetInCU: 0x801, offset: 0x1FBD1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x20B0, symBinAddr: 0x170890, symSize: 0x10 } + - { offsetInCU: 0x81D, offset: 0x1FBD39, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3B70, symBinAddr: 0x172190, symSize: 0x50 } + - { offsetInCU: 0x868, offset: 0x1FBD84, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCfD', symObjAddr: 0x2100, symBinAddr: 0x1708E0, symSize: 0x50 } + - { offsetInCU: 0x8AB, offset: 0x1FBDC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2170, symBinAddr: 0x170950, symSize: 0x20 } + - { offsetInCU: 0x8CE, offset: 0x1FBDEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2190, symBinAddr: 0x170970, symSize: 0x20 } + - { offsetInCU: 0x918, offset: 0x1FBE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1590, symBinAddr: 0x16FE20, symSize: 0xD0 } + - { offsetInCU: 0x96B, offset: 0x1FBE87, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x16C0, symBinAddr: 0x16FEF0, symSize: 0x20 } + - { offsetInCU: 0x988, offset: 0x1FBEA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1700, symBinAddr: 0x16FF30, symSize: 0x10 } + - { offsetInCU: 0x9A4, offset: 0x1FBEC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1710, symBinAddr: 0x16FF40, symSize: 0x10 } + - { offsetInCU: 0xACA, offset: 0x1FBFE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO13discriminator_WZ', symObjAddr: 0x1580, symBinAddr: 0x16FE10, symSize: 0x10 } + - { offsetInCU: 0xAF0, offset: 0x1FC00C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x1760, symBinAddr: 0x16FF90, symSize: 0x20 } + - { offsetInCU: 0xB19, offset: 0x1FC035, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1780, symBinAddr: 0x16FFB0, symSize: 0x10 } + - { offsetInCU: 0xB42, offset: 0x1FC05E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueACSgSi_tcfC', symObjAddr: 0x1820, symBinAddr: 0x170050, symSize: 0x20 } + - { offsetInCU: 0xB6B, offset: 0x1FC087, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueSivg', symObjAddr: 0x1840, symBinAddr: 0x170070, symSize: 0x10 } + - { offsetInCU: 0xB86, offset: 0x1FC0A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1A30, symBinAddr: 0x170230, symSize: 0x10 } + - { offsetInCU: 0xBBC, offset: 0x1FC0D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x1A40, symBinAddr: 0x170240, symSize: 0x10 } + - { offsetInCU: 0xBEE, offset: 0x1FC10A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOAA11ClassFamilyAAWI', symObjAddr: 0x1850, symBinAddr: 0x170080, symSize: 0x20 } + - { offsetInCU: 0xC02, offset: 0x1FC11E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSHAASQWb', symObjAddr: 0x18A0, symBinAddr: 0x1700A0, symSize: 0x10 } + - { offsetInCU: 0xC16, offset: 0x1FC132, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSQAAWl', symObjAddr: 0x18B0, symBinAddr: 0x1700B0, symSize: 0x30 } + - { offsetInCU: 0xC2A, offset: 0x1FC146, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSHAASQWb', symObjAddr: 0x18E0, symBinAddr: 0x1700E0, symSize: 0x10 } + - { offsetInCU: 0xC3E, offset: 0x1FC15A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSQAAWl', symObjAddr: 0x18F0, symBinAddr: 0x1700F0, symSize: 0x30 } + - { offsetInCU: 0xC5D, offset: 0x1FC179, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASQWb', symObjAddr: 0x1930, symBinAddr: 0x170130, symSize: 0x10 } + - { offsetInCU: 0xC71, offset: 0x1FC18D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSQAAWl', symObjAddr: 0x1940, symBinAddr: 0x170140, symSize: 0x30 } + - { offsetInCU: 0xC9B, offset: 0x1FC1B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwet', symObjAddr: 0x1B00, symBinAddr: 0x1702E0, symSize: 0x80 } + - { offsetInCU: 0xCAF, offset: 0x1FC1CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwst', symObjAddr: 0x1B80, symBinAddr: 0x170360, symSize: 0xD0 } + - { offsetInCU: 0xCC3, offset: 0x1FC1DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwup', symObjAddr: 0x1C50, symBinAddr: 0x170430, symSize: 0x10 } + - { offsetInCU: 0xCD7, offset: 0x1FC1F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOMa', symObjAddr: 0x1C60, symBinAddr: 0x170440, symSize: 0x10 } + - { offsetInCU: 0xCEB, offset: 0x1FC207, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwet', symObjAddr: 0x1C70, symBinAddr: 0x170450, symSize: 0x80 } + - { offsetInCU: 0xCFF, offset: 0x1FC21B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwst', symObjAddr: 0x1CF0, symBinAddr: 0x1704D0, symSize: 0xD0 } + - { offsetInCU: 0xD13, offset: 0x1FC22F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwup', symObjAddr: 0x1DC0, symBinAddr: 0x1705A0, symSize: 0x10 } + - { offsetInCU: 0xD27, offset: 0x1FC243, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOMa', symObjAddr: 0x1DD0, symBinAddr: 0x1705B0, symSize: 0x10 } + - { offsetInCU: 0xD3B, offset: 0x1FC257, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOwup', symObjAddr: 0x1E00, symBinAddr: 0x1705E0, symSize: 0x10 } + - { offsetInCU: 0xD4F, offset: 0x1FC26B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOMa', symObjAddr: 0x1E10, symBinAddr: 0x1705F0, symSize: 0x10 } + - { offsetInCU: 0xD84, offset: 0x1FC2A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCMa', symObjAddr: 0x2150, symBinAddr: 0x170930, symSize: 0x20 } + - { offsetInCU: 0xD98, offset: 0x1FC2B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs0D3KeyAAWl', symObjAddr: 0x21F0, symBinAddr: 0x170990, symSize: 0x30 } + - { offsetInCU: 0xE97, offset: 0x1FC3B3, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x2250, symBinAddr: 0x1709C0, symSize: 0x2E0 } + - { offsetInCU: 0xF7F, offset: 0x1FC49B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSeAAWl', symObjAddr: 0x2530, symBinAddr: 0x170CA0, symSize: 0x30 } + - { offsetInCU: 0xF93, offset: 0x1FC4AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSeAAWl', symObjAddr: 0x2560, symBinAddr: 0x170CD0, symSize: 0x30 } + - { offsetInCU: 0x1036, offset: 0x1FC552, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x2590, symBinAddr: 0x170D00, symSize: 0x200 } + - { offsetInCU: 0x1324, offset: 0x1FC840, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M5StyleCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x2790, symBinAddr: 0x170F00, symSize: 0x420 } + - { offsetInCU: 0x1620, offset: 0x1FCB3C, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M6EffectCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x2BB0, symBinAddr: 0x171320, symSize: 0x420 } + - { offsetInCU: 0x1847, offset: 0x1FCD63, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOb', symObjAddr: 0x2FD0, symBinAddr: 0x171740, symSize: 0x20 } + - { offsetInCU: 0x185B, offset: 0x1FCD77, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOc', symObjAddr: 0x2FF0, symBinAddr: 0x171760, symSize: 0x30 } + - { offsetInCU: 0x1950, offset: 0x1FCE6C, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_AC0N5ValueCAC0nZ4TypeOTg5Tf4dnnn_n', symObjAddr: 0x30E0, symBinAddr: 0x171790, symSize: 0x450 } + - { offsetInCU: 0x1B67, offset: 0x1FD083, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSeAAWl', symObjAddr: 0x3530, symBinAddr: 0x171BE0, symSize: 0x30 } + - { offsetInCU: 0x1B7B, offset: 0x1FD097, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSEAAWl', symObjAddr: 0x3560, symBinAddr: 0x171C10, symSize: 0x30 } + - { offsetInCU: 0x1B8F, offset: 0x1FD0AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSEAAWl', symObjAddr: 0x35C0, symBinAddr: 0x171C40, symSize: 0x30 } + - { offsetInCU: 0x1BA3, offset: 0x1FD0BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSEAAWl', symObjAddr: 0x3670, symBinAddr: 0x171CF0, symSize: 0x30 } + - { offsetInCU: 0x1BB7, offset: 0x1FD0D3, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerStyleCGSayxGSEsSERzlWl', symObjAddr: 0x36A0, symBinAddr: 0x171D20, symSize: 0x80 } + - { offsetInCU: 0x1BCB, offset: 0x1FD0E7, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11LayerEffectCGSayxGSEsSERzlWl', symObjAddr: 0x3720, symBinAddr: 0x171DA0, symSize: 0x80 } + - { offsetInCU: 0x1BDF, offset: 0x1FD0FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSYAAWl', symObjAddr: 0x3810, symBinAddr: 0x171E90, symSize: 0x30 } + - { offsetInCU: 0x1BF3, offset: 0x1FD10F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSYAAWl', symObjAddr: 0x3840, symBinAddr: 0x171EC0, symSize: 0x30 } + - { offsetInCU: 0x1C07, offset: 0x1FD123, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSYAAWl', symObjAddr: 0x3870, symBinAddr: 0x171EF0, symSize: 0x30 } + - { offsetInCU: 0x1C1B, offset: 0x1FD137, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwug', symObjAddr: 0x3A70, symBinAddr: 0x172090, symSize: 0x10 } + - { offsetInCU: 0x1C2F, offset: 0x1FD14B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwup', symObjAddr: 0x3A80, symBinAddr: 0x1720A0, symSize: 0x10 } + - { offsetInCU: 0x1C43, offset: 0x1FD15F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwui', symObjAddr: 0x3A90, symBinAddr: 0x1720B0, symSize: 0x10 } + - { offsetInCU: 0x1C57, offset: 0x1FD173, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOMa', symObjAddr: 0x3AA0, symBinAddr: 0x1720C0, symSize: 0x10 } + - { offsetInCU: 0x1C6B, offset: 0x1FD187, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASQWb', symObjAddr: 0x3AB0, symBinAddr: 0x1720D0, symSize: 0x10 } + - { offsetInCU: 0x1C7F, offset: 0x1FD19B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFSQAAWl', symObjAddr: 0x3AC0, symBinAddr: 0x1720E0, symSize: 0x30 } + - { offsetInCU: 0x1C93, offset: 0x1FD1AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3AF0, symBinAddr: 0x172110, symSize: 0x10 } + - { offsetInCU: 0x1CA7, offset: 0x1FD1C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3B00, symBinAddr: 0x172120, symSize: 0x30 } + - { offsetInCU: 0x1CBB, offset: 0x1FD1D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3B30, symBinAddr: 0x172150, symSize: 0x10 } + - { offsetInCU: 0x1CCF, offset: 0x1FD1EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3B40, symBinAddr: 0x172160, symSize: 0x30 } + - { offsetInCU: 0x1DC3, offset: 0x1FD2DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1720, symBinAddr: 0x16FF50, symSize: 0x40 } + - { offsetInCU: 0x1DE6, offset: 0x1FD302, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1790, symBinAddr: 0x16FFC0, symSize: 0x50 } + - { offsetInCU: 0x1E09, offset: 0x1FD325, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x17E0, symBinAddr: 0x170010, symSize: 0x40 } + - { offsetInCU: 0x1E3B, offset: 0x1FD357, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1920, symBinAddr: 0x170120, symSize: 0x10 } + - { offsetInCU: 0x1E90, offset: 0x1FD3AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x19C0, symBinAddr: 0x1701C0, symSize: 0x20 } + - { offsetInCU: 0x1EEB, offset: 0x1FD407, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1A50, symBinAddr: 0x170250, symSize: 0x50 } + - { offsetInCU: 0x1F0E, offset: 0x1FD42A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1AA0, symBinAddr: 0x1702A0, symSize: 0x40 } + - { offsetInCU: 0x1F4F, offset: 0x1FD46B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1EA0, symBinAddr: 0x170680, symSize: 0x80 } + - { offsetInCU: 0x201E, offset: 0x1FD53A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH9hashValueSivgTW', symObjAddr: 0x1F20, symBinAddr: 0x170700, symSize: 0x50 } + - { offsetInCU: 0x209C, offset: 0x1FD5B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1F70, symBinAddr: 0x170750, symSize: 0x30 } + - { offsetInCU: 0x20EE, offset: 0x1FD60A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1FA0, symBinAddr: 0x170780, symSize: 0x50 } + - { offsetInCU: 0x2151, offset: 0x1FD66D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x20C0, symBinAddr: 0x1708A0, symSize: 0x20 } + - { offsetInCU: 0x216D, offset: 0x1FD689, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x20E0, symBinAddr: 0x1708C0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1FDA2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x1722E0, symSize: 0x170 } + - { offsetInCU: 0x87, offset: 0x1FDA8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x1722E0, symSize: 0x170 } + - { offsetInCU: 0x404, offset: 0x1FDE0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV04trimB002toC08atLength05curveG010maxSamples8accuracyAC5start_AC0D5PointAC3endtAC_12CoreGraphics7CGFloatVAOSiAOtF', symObjAddr: 0x170, symBinAddr: 0x172450, symSize: 0x380 } + - { offsetInCU: 0xA18, offset: 0x1FE41E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV05splitB002toC08positionAC5start_AC9trimPointAC3endtAC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x4F0, symBinAddr: 0x1727D0, symSize: 0x220 } + - { offsetInCU: 0x1304, offset: 0x1FED0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwCP', symObjAddr: 0x710, symBinAddr: 0x1729F0, symSize: 0x30 } + - { offsetInCU: 0x1318, offset: 0x1FED1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwet', symObjAddr: 0x770, symBinAddr: 0x172A20, symSize: 0x20 } + - { offsetInCU: 0x132C, offset: 0x1FED32, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwst', symObjAddr: 0x790, symBinAddr: 0x172A40, symSize: 0x40 } + - { offsetInCU: 0x1340, offset: 0x1FED46, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVMa', symObjAddr: 0x7D0, symBinAddr: 0x172A80, symSize: 0xA } + - { offsetInCU: 0x2B, offset: 0x1FEF8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x172A90, symSize: 0x20 } + - { offsetInCU: 0x9F, offset: 0x1FF001, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0xD0, symBinAddr: 0x172B60, symSize: 0x40 } + - { offsetInCU: 0xD0, offset: 0x1FF032, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x110, symBinAddr: 0x172BA0, symSize: 0x20 } + - { offsetInCU: 0x10F, offset: 0x1FF071, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x130, symBinAddr: 0x172BC0, symSize: 0x20 } + - { offsetInCU: 0x147, offset: 0x1FF0A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xEC0, symBinAddr: 0x173900, symSize: 0xF0 } + - { offsetInCU: 0x1BC, offset: 0x1FF11E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO13discriminator_WZ', symObjAddr: 0x190, symBinAddr: 0x172C20, symSize: 0x10 } + - { offsetInCU: 0x1E2, offset: 0x1FF144, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A0, symBinAddr: 0x172C30, symSize: 0x40 } + - { offsetInCU: 0x207, offset: 0x1FF169, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0x172C70, symSize: 0x160 } + - { offsetInCU: 0x275, offset: 0x1FF1D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO03rawC0SSvg', symObjAddr: 0x340, symBinAddr: 0x172DD0, symSize: 0x30 } + - { offsetInCU: 0x29C, offset: 0x1FF1FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO06stringC0SSvg', symObjAddr: 0x370, symBinAddr: 0x172E00, symSize: 0x30 } + - { offsetInCU: 0x2DD, offset: 0x1FF23F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0x172E70, symSize: 0x70 } + - { offsetInCU: 0x311, offset: 0x1FF273, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x450, symBinAddr: 0x172EE0, symSize: 0x30 } + - { offsetInCU: 0x32D, offset: 0x1FF28F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0SSvgTW', symObjAddr: 0x480, symBinAddr: 0x172F10, symSize: 0x10 } + - { offsetInCU: 0x363, offset: 0x1FF2C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0xSgSS_tcfCTW', symObjAddr: 0x490, symBinAddr: 0x172F20, symSize: 0x70 } + - { offsetInCU: 0x3AE, offset: 0x1FF310, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0SiSgvgTW', symObjAddr: 0x500, symBinAddr: 0x172F90, symSize: 0x10 } + - { offsetInCU: 0x3CA, offset: 0x1FF32C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0xSgSi_tcfCTW', symObjAddr: 0x510, symBinAddr: 0x172FA0, symSize: 0x10 } + - { offsetInCU: 0x406, offset: 0x1FF368, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCfD', symObjAddr: 0x560, symBinAddr: 0x172FF0, symSize: 0x20 } + - { offsetInCU: 0x451, offset: 0x1FF3B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5A0, symBinAddr: 0x173030, symSize: 0x120 } + - { offsetInCU: 0x490, offset: 0x1FF3F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x8B0, symBinAddr: 0x173320, symSize: 0x20 } + - { offsetInCU: 0x4B3, offset: 0x1FF415, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x8D0, symBinAddr: 0x173340, symSize: 0x20 } + - { offsetInCU: 0x522, offset: 0x1FF484, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10dictionaryACSDySSypG_tKcfcTf4gn_n', symObjAddr: 0xB00, symBinAddr: 0x173540, symSize: 0x1C0 } + - { offsetInCU: 0x617, offset: 0x1FF579, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCMa', symObjAddr: 0x580, symBinAddr: 0x173010, symSize: 0x20 } + - { offsetInCU: 0x62B, offset: 0x1FF58D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwet', symObjAddr: 0x6E0, symBinAddr: 0x173150, symSize: 0x80 } + - { offsetInCU: 0x63F, offset: 0x1FF5A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwst', symObjAddr: 0x760, symBinAddr: 0x1731D0, symSize: 0xD0 } + - { offsetInCU: 0x653, offset: 0x1FF5B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwug', symObjAddr: 0x830, symBinAddr: 0x1732A0, symSize: 0x10 } + - { offsetInCU: 0x667, offset: 0x1FF5C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwup', symObjAddr: 0x840, symBinAddr: 0x1732B0, symSize: 0x10 } + - { offsetInCU: 0x67B, offset: 0x1FF5DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwui', symObjAddr: 0x850, symBinAddr: 0x1732C0, symSize: 0x10 } + - { offsetInCU: 0x68F, offset: 0x1FF5F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOMa', symObjAddr: 0x860, symBinAddr: 0x1732D0, symSize: 0x10 } + - { offsetInCU: 0x6A3, offset: 0x1FF605, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASQWb', symObjAddr: 0x870, symBinAddr: 0x1732E0, symSize: 0x10 } + - { offsetInCU: 0x6B7, offset: 0x1FF619, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSQAAWl', symObjAddr: 0x880, symBinAddr: 0x1732F0, symSize: 0x30 } + - { offsetInCU: 0x6CB, offset: 0x1FF62D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOAA11ClassFamilyAAWI', symObjAddr: 0x8F0, symBinAddr: 0x173360, symSize: 0x20 } + - { offsetInCU: 0x6FF, offset: 0x1FF661, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x940, symBinAddr: 0x173380, symSize: 0x1C0 } + - { offsetInCU: 0x880, offset: 0x1FF7E2, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xCC0, symBinAddr: 0x173700, symSize: 0x200 } + - { offsetInCU: 0xA99, offset: 0x1FF9FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSYAAWl', symObjAddr: 0x1010, symBinAddr: 0x1739F0, symSize: 0x30 } + - { offsetInCU: 0xAAD, offset: 0x1FFA0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs0D3KeyAAWl', symObjAddr: 0x1080, symBinAddr: 0x173A20, symSize: 0x30 } + - { offsetInCU: 0xAC1, offset: 0x1FFA23, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSEAAWl', symObjAddr: 0x10B0, symBinAddr: 0x173A50, symSize: 0x30 } + - { offsetInCU: 0xAD5, offset: 0x1FFA37, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwet', symObjAddr: 0x1140, symBinAddr: 0x173A80, symSize: 0x80 } + - { offsetInCU: 0xAE9, offset: 0x1FFA4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwst', symObjAddr: 0x11C0, symBinAddr: 0x173B00, symSize: 0xD0 } + - { offsetInCU: 0xAFD, offset: 0x1FFA5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwug', symObjAddr: 0x1290, symBinAddr: 0x173BD0, symSize: 0x10 } + - { offsetInCU: 0xB11, offset: 0x1FFA73, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwup', symObjAddr: 0x12A0, symBinAddr: 0x173BE0, symSize: 0x10 } + - { offsetInCU: 0xB25, offset: 0x1FFA87, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwui', symObjAddr: 0x12B0, symBinAddr: 0x173BF0, symSize: 0x10 } + - { offsetInCU: 0xB39, offset: 0x1FFA9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOMa', symObjAddr: 0x12C0, symBinAddr: 0x173C00, symSize: 0x10 } + - { offsetInCU: 0xB4D, offset: 0x1FFAAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASQWb', symObjAddr: 0x12D0, symBinAddr: 0x173C10, symSize: 0x10 } + - { offsetInCU: 0xB61, offset: 0x1FFAC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFSQAAWl', symObjAddr: 0x12E0, symBinAddr: 0x173C20, symSize: 0x30 } + - { offsetInCU: 0xB75, offset: 0x1FFAD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1310, symBinAddr: 0x173C50, symSize: 0x10 } + - { offsetInCU: 0xB89, offset: 0x1FFAEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1320, symBinAddr: 0x173C60, symSize: 0x30 } + - { offsetInCU: 0xB9D, offset: 0x1FFAFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1350, symBinAddr: 0x173C90, symSize: 0x10 } + - { offsetInCU: 0xBB1, offset: 0x1FFB13, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1360, symBinAddr: 0x173CA0, symSize: 0x30 } + - { offsetInCU: 0xBE5, offset: 0x1FFB47, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x172A90, symSize: 0x20 } + - { offsetInCU: 0xC9F, offset: 0x1FFC01, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH04hashC0SivgTW', symObjAddr: 0x20, symBinAddr: 0x172AB0, symSize: 0x40 } + - { offsetInCU: 0xD77, offset: 0x1FFCD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x60, symBinAddr: 0x172AF0, symSize: 0x30 } + - { offsetInCU: 0xDF3, offset: 0x1FFD55, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0x90, symBinAddr: 0x172B20, symSize: 0x40 } + - { offsetInCU: 0xEA0, offset: 0x1FFE02, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x150, symBinAddr: 0x172BE0, symSize: 0x40 } + - { offsetInCU: 0xEC3, offset: 0x1FFE25, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3A0, symBinAddr: 0x172E30, symSize: 0x10 } + - { offsetInCU: 0xEDF, offset: 0x1FFE41, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH04hashC0SivgTW', symObjAddr: 0x3B0, symBinAddr: 0x172E40, symSize: 0x10 } + - { offsetInCU: 0xEFB, offset: 0x1FFE5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x172E50, symSize: 0x10 } + - { offsetInCU: 0xF17, offset: 0x1FFE79, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0x3D0, symBinAddr: 0x172E60, symSize: 0x10 } + - { offsetInCU: 0xF3A, offset: 0x1FFE9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x520, symBinAddr: 0x172FB0, symSize: 0x20 } + - { offsetInCU: 0xF56, offset: 0x1FFEB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x540, symBinAddr: 0x172FD0, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x200177, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE30createParentDirectoryStructure3fory10Foundation3URLV_tKF', symObjAddr: 0x0, symBinAddr: 0x173CD0, symSize: 0x120 } + - { offsetInCU: 0xAA, offset: 0x2001E2, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DateV6LottieE8dateTimeACs6UInt16V_AGt_tcfC', symObjAddr: 0x120, symBinAddr: 0x173DF0, symSize: 0xA0 } + - { offsetInCU: 0x237, offset: 0x20036F, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x1C0, symBinAddr: 0x173E90, symSize: 0x60 } + - { offsetInCU: 0x33E, offset: 0x200476, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x220, symBinAddr: 0x173EF0, symSize: 0xE0 } + - { offsetInCU: 0x6DD, offset: 0x200815, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nnncn_n', symObjAddr: 0x300, symBinAddr: 0x173FD0, symSize: 0xA70 } + - { offsetInCU: 0xA84, offset: 0x200BBC, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6i114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5J10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xD70, symBinAddr: 0x174A40, symSize: 0x3C0 } + - { offsetInCU: 0xC37, offset: 0x200D6F, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0x1130, symBinAddr: 0x174E00, symSize: 0x2E0 } + - { offsetInCU: 0xE24, offset: 0x200F5C, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0x1410, symBinAddr: 0x1750E0, symSize: 0x170 } + - { offsetInCU: 0xFA0, offset: 0x2010D8, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6g114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5H10V_ATtXEfU_Tf1nnnnc_n', symObjAddr: 0x1580, symBinAddr: 0x175250, symSize: 0x3D0 } + - { offsetInCU: 0x102E, offset: 0x201166, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSnySiG_Tgq5', symObjAddr: 0x1950, symBinAddr: 0x175620, symSize: 0x20 } + - { offsetInCU: 0x1067, offset: 0x20119F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tgq5', symObjAddr: 0x1970, symBinAddr: 0x175640, symSize: 0x110 } + - { offsetInCU: 0x10F1, offset: 0x201229, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie5EntryV_Tg5', symObjAddr: 0x1A80, symBinAddr: 0x175750, symSize: 0x20 } + - { offsetInCU: 0x111E, offset: 0x201256, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE11permissions3for6osType05entryG0s6UInt16Vs6UInt32V_AC5EntryV6OSTypeOAM0kG0OtFZTf4nnnd_n', symObjAddr: 0x1AA0, symBinAddr: 0x175770, symSize: 0x60 } + - { offsetInCU: 0x126C, offset: 0x2013A4, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE10attributes4fromSDySo0A12AttributeKeyaypGAC5EntryV_tFZTf4nd_n', symObjAddr: 0x1B00, symBinAddr: 0x1757D0, symSize: 0x320 } + - { offsetInCU: 0x1730, offset: 0x201868, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFTf4nnnnnd_n', symObjAddr: 0x1E20, symBinAddr: 0x175AF0, symSize: 0xEE0 } + - { offsetInCU: 0x1E38, offset: 0x201F70, size: 0x8, addend: 0x0, symName: '_$s10Foundation10CocoaErrorVAcA21_BridgedStoredNSErrorAAWl', symObjAddr: 0x2D40, symBinAddr: 0x1769D0, symSize: 0x40 } + - { offsetInCU: 0x1E4C, offset: 0x201F84, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOc', symObjAddr: 0x2D80, symBinAddr: 0x176A10, symSize: 0x40 } + - { offsetInCU: 0x1E60, offset: 0x201F98, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOr', symObjAddr: 0x2DF0, symBinAddr: 0x176A50, symSize: 0x170 } + - { offsetInCU: 0x1E74, offset: 0x201FAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOs', symObjAddr: 0x3000, symBinAddr: 0x176BC0, symSize: 0x170 } + - { offsetInCU: 0x1E88, offset: 0x201FC0, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOh', symObjAddr: 0x31F0, symBinAddr: 0x176D30, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x20254F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x176DB0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x202574, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x176DF0, symSize: 0x1C0 } + - { offsetInCU: 0xDC, offset: 0x2025DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x200, symBinAddr: 0x176FB0, symSize: 0xF0 } + - { offsetInCU: 0x17B, offset: 0x20267B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F0, symBinAddr: 0x1770A0, symSize: 0x120 } + - { offsetInCU: 0x1FE, offset: 0x2026FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x177200, symSize: 0x60 } + - { offsetInCU: 0x241, offset: 0x202741, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B0, symBinAddr: 0x177260, symSize: 0x20 } + - { offsetInCU: 0x281, offset: 0x202781, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D0, symBinAddr: 0x177280, symSize: 0x10 } + - { offsetInCU: 0x2CC, offset: 0x2027CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x177290, symSize: 0x60 } + - { offsetInCU: 0x317, offset: 0x202817, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x540, symBinAddr: 0x1772F0, symSize: 0x10 } + - { offsetInCU: 0x333, offset: 0x202833, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x550, symBinAddr: 0x177300, symSize: 0x10 } + - { offsetInCU: 0x34F, offset: 0x20284F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO03rawD0SSvgTf4d_n', symObjAddr: 0x860, symBinAddr: 0x1774E0, symSize: 0x20 } + - { offsetInCU: 0x38B, offset: 0x20288B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfD', symObjAddr: 0x5B0, symBinAddr: 0x177360, symSize: 0x30 } + - { offsetInCU: 0x45A, offset: 0x20295A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfE', symObjAddr: 0x5A0, symBinAddr: 0x177350, symSize: 0x10 } + - { offsetInCU: 0x487, offset: 0x202987, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCMa', symObjAddr: 0x5E0, symBinAddr: 0x177390, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x20299B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs0E3KeyAAWl', symObjAddr: 0x670, symBinAddr: 0x1773B0, symSize: 0x30 } + - { offsetInCU: 0x4AF, offset: 0x2029AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A5ColorVGSgMa', symObjAddr: 0x6A0, symBinAddr: 0x1773E0, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x2029C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A5ColorVGMa', symObjAddr: 0x6F0, symBinAddr: 0x177430, symSize: 0x30 } + - { offsetInCU: 0x4D7, offset: 0x2029D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwet', symObjAddr: 0x8A0, symBinAddr: 0x177500, symSize: 0x50 } + - { offsetInCU: 0x4EB, offset: 0x2029EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwst', symObjAddr: 0x8F0, symBinAddr: 0x177550, symSize: 0xA0 } + - { offsetInCU: 0x4FF, offset: 0x2029FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwug', symObjAddr: 0x990, symBinAddr: 0x1775F0, symSize: 0x10 } + - { offsetInCU: 0x513, offset: 0x202A13, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwup', symObjAddr: 0x9A0, symBinAddr: 0x177600, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x202A27, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwui', symObjAddr: 0x9B0, symBinAddr: 0x177610, symSize: 0x10 } + - { offsetInCU: 0x53B, offset: 0x202A3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOMa', symObjAddr: 0x9C0, symBinAddr: 0x177620, symSize: 0x10 } + - { offsetInCU: 0x54F, offset: 0x202A4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASQWb', symObjAddr: 0x9D0, symBinAddr: 0x177630, symSize: 0x10 } + - { offsetInCU: 0x563, offset: 0x202A63, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFSQAAWl', symObjAddr: 0x9E0, symBinAddr: 0x177640, symSize: 0x30 } + - { offsetInCU: 0x577, offset: 0x202A77, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA10, symBinAddr: 0x177670, symSize: 0x10 } + - { offsetInCU: 0x58B, offset: 0x202A8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA20, symBinAddr: 0x177680, symSize: 0x30 } + - { offsetInCU: 0x59F, offset: 0x202A9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA50, symBinAddr: 0x1776B0, symSize: 0x10 } + - { offsetInCU: 0x5B3, offset: 0x202AB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA60, symBinAddr: 0x1776C0, symSize: 0x30 } + - { offsetInCU: 0x5EE, offset: 0x202AEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x410, symBinAddr: 0x1771C0, symSize: 0x10 } + - { offsetInCU: 0x62E, offset: 0x202B2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x420, symBinAddr: 0x1771D0, symSize: 0x10 } + - { offsetInCU: 0x66E, offset: 0x202B6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0x1771E0, symSize: 0x10 } + - { offsetInCU: 0x6AE, offset: 0x202BAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x440, symBinAddr: 0x1771F0, symSize: 0x10 } + - { offsetInCU: 0x6E6, offset: 0x202BE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0x177310, symSize: 0x20 } + - { offsetInCU: 0x702, offset: 0x202C02, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0x177330, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x202DE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x1776F0, symSize: 0x50 } + - { offsetInCU: 0x75, offset: 0x202E31, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x1776F0, symSize: 0x50 } + - { offsetInCU: 0xBC, offset: 0x202E78, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x50, symBinAddr: 0x177740, symSize: 0xF0 } + - { offsetInCU: 0x11E, offset: 0x202EDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x140, symBinAddr: 0x177830, symSize: 0x50 } + - { offsetInCU: 0x13A, offset: 0x202EF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCfD', symObjAddr: 0x190, symBinAddr: 0x177880, symSize: 0x30 } + - { offsetInCU: 0x168, offset: 0x202F24, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCMa', symObjAddr: 0x1C0, symBinAddr: 0x1778B0, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x2030F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x1778D0, symSize: 0x70 } + - { offsetInCU: 0x92, offset: 0x203125, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc', symObjAddr: 0x70, symBinAddr: 0x177940, symSize: 0x40 } + - { offsetInCU: 0xB5, offset: 0x203148, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfC', symObjAddr: 0xB0, symBinAddr: 0x177980, symSize: 0x50 } + - { offsetInCU: 0xE9, offset: 0x20317C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc', symObjAddr: 0x100, symBinAddr: 0x1779D0, symSize: 0x40 } + - { offsetInCU: 0xFD, offset: 0x203190, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg', symObjAddr: 0x140, symBinAddr: 0x177A10, symSize: 0x30 } + - { offsetInCU: 0x12A, offset: 0x2031BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs', symObjAddr: 0x170, symBinAddr: 0x177A40, symSize: 0x20 } + - { offsetInCU: 0x146, offset: 0x2031D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM', symObjAddr: 0x190, symBinAddr: 0x177A60, symSize: 0x40 } + - { offsetInCU: 0x1BE, offset: 0x203251, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM.resume.0', symObjAddr: 0x1D0, symBinAddr: 0x177AA0, symSize: 0x90 } + - { offsetInCU: 0x22D, offset: 0x2032C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvg', symObjAddr: 0x260, symBinAddr: 0x177B30, symSize: 0x30 } + - { offsetInCU: 0x25A, offset: 0x2032ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvs', symObjAddr: 0x2D0, symBinAddr: 0x177BA0, symSize: 0x20 } + - { offsetInCU: 0x276, offset: 0x203309, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM', symObjAddr: 0x2F0, symBinAddr: 0x177BC0, symSize: 0x40 } + - { offsetInCU: 0x2C1, offset: 0x203354, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM.resume.0', symObjAddr: 0x330, symBinAddr: 0x177C00, symSize: 0x90 } + - { offsetInCU: 0x330, offset: 0x2033C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9valueTypeypXpvg', symObjAddr: 0x3C0, symBinAddr: 0x177C90, symSize: 0x20 } + - { offsetInCU: 0x34B, offset: 0x2033DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg', symObjAddr: 0x3E0, symBinAddr: 0x177CB0, symSize: 0xC0 } + - { offsetInCU: 0x398, offset: 0x20342B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x4A0, symBinAddr: 0x177D70, symSize: 0x20 } + - { offsetInCU: 0x3B7, offset: 0x20344A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_Tf4nnn_g', symObjAddr: 0x1110, symBinAddr: 0x178970, symSize: 0xA0 } + - { offsetInCU: 0x446, offset: 0x2034D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x4E0, symBinAddr: 0x177DB0, symSize: 0x20 } + - { offsetInCU: 0x469, offset: 0x2034FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfd', symObjAddr: 0x500, symBinAddr: 0x177DD0, symSize: 0x50 } + - { offsetInCU: 0x4A4, offset: 0x203537, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfD', symObjAddr: 0x550, symBinAddr: 0x177E20, symSize: 0x60 } + - { offsetInCU: 0x4E7, offset: 0x20357A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x5B0, symBinAddr: 0x177E80, symSize: 0x20 } + - { offsetInCU: 0x521, offset: 0x2035B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5D0, symBinAddr: 0x177EA0, symSize: 0x20 } + - { offsetInCU: 0x57D, offset: 0x203610, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x5F0, symBinAddr: 0x177EC0, symSize: 0x20 } + - { offsetInCU: 0x5B2, offset: 0x203645, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfcTf4ggn_n', symObjAddr: 0x650, symBinAddr: 0x177F20, symSize: 0x170 } + - { offsetInCU: 0x60C, offset: 0x20369F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5value33_20EE40CC71F69DE358C26FA8AA04C199LL4from9locationsSaySdGSayAA0A5ColorVG_AHtFTf4nnd_n', symObjAddr: 0x7C0, symBinAddr: 0x178090, symSize: 0x3D0 } + - { offsetInCU: 0xBBB, offset: 0x203C4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfcTf4ggn_n', symObjAddr: 0xB90, symBinAddr: 0x178460, symSize: 0x1C0 } + - { offsetInCU: 0xCB0, offset: 0x203D43, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvsTf4gn_n', symObjAddr: 0xD50, symBinAddr: 0x178620, symSize: 0xA0 } + - { offsetInCU: 0xD2D, offset: 0x203DC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvsTf4gn_n', symObjAddr: 0xDF0, symBinAddr: 0x1786C0, symSize: 0xA0 } + - { offsetInCU: 0xDAB, offset: 0x203E3E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TR', symObjAddr: 0x4C0, symBinAddr: 0x177D90, symSize: 0x20 } + - { offsetInCU: 0xDBF, offset: 0x203E52, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x610, symBinAddr: 0x177EE0, symSize: 0x20 } + - { offsetInCU: 0xE24, offset: 0x203EB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x630, symBinAddr: 0x177F00, symSize: 0x20 } + - { offsetInCU: 0xF52, offset: 0x203FE5, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOy', symObjAddr: 0xED0, symBinAddr: 0x178760, symSize: 0x20 } + - { offsetInCU: 0xF66, offset: 0x203FF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0xF20, symBinAddr: 0x1787B0, symSize: 0x20 } + - { offsetInCU: 0xF9A, offset: 0x20402D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0xF60, symBinAddr: 0x1787F0, symSize: 0x20 } + - { offsetInCU: 0xFC3, offset: 0x204056, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOe', symObjAddr: 0xF80, symBinAddr: 0x178810, symSize: 0x20 } + - { offsetInCU: 0xFD7, offset: 0x20406A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0xFD0, symBinAddr: 0x178830, symSize: 0x20 } + - { offsetInCU: 0xFEB, offset: 0x20407E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCMa', symObjAddr: 0x10B0, symBinAddr: 0x178910, symSize: 0x20 } + - { offsetInCU: 0xFFF, offset: 0x204092, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie0A5ColorVGSayxGSHsSHRzlWl', symObjAddr: 0x11B0, symBinAddr: 0x178A10, symSize: 0x60 } + - { offsetInCU: 0x1013, offset: 0x2040A6, size: 0x8, addend: 0x0, symName: '_$sSays11AnyHashableVGSayxGSHsSHRzlWl', symObjAddr: 0x12A0, symBinAddr: 0x178AD0, symSize: 0x60 } + - { offsetInCU: 0x27, offset: 0x20439E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x30, symBinAddr: 0x178B90, symSize: 0x10 } + - { offsetInCU: 0x6F, offset: 0x2043E6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x30, symBinAddr: 0x178B90, symSize: 0x10 } + - { offsetInCU: 0xF8, offset: 0x20446F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x40, symBinAddr: 0x178BA0, symSize: 0x40 } + - { offsetInCU: 0x1DC, offset: 0x204553, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x80, symBinAddr: 0x178BE0, symSize: 0x20 } + - { offsetInCU: 0x2B0, offset: 0x204627, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_', symObjAddr: 0x120, symBinAddr: 0x178C80, symSize: 0x10 } + - { offsetInCU: 0x309, offset: 0x204680, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x130, symBinAddr: 0x178C90, symSize: 0x20 } + - { offsetInCU: 0x378, offset: 0x2046EF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0VyAESWcfCTf4nd_n', symObjAddr: 0x150, symBinAddr: 0x178CB0, symSize: 0xC0 } + - { offsetInCU: 0x3F9, offset: 0x204770, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationO_5countAeA02__B7StorageC_SitcfCTf4nnd_n', symObjAddr: 0x210, symBinAddr: 0x178D70, symSize: 0x110 } + - { offsetInCU: 0x459, offset: 0x2047D0, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x320, symBinAddr: 0x178E80, symSize: 0x1A0 } + - { offsetInCU: 0x5E7, offset: 0x20495E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5write5chunk2toSiAC_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x4F0, symBinAddr: 0x179020, symSize: 0x2C0 } + - { offsetInCU: 0x958, offset: 0x204CCF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE11consumePart2of9chunkSize9skipCRC328provider8consumers6UInt32Vs5Int64V_SiSbAcN_SitKXEyACKXEtKFZTf4nnnnnd_n', symObjAddr: 0x7B0, symBinAddr: 0x1792E0, symSize: 0x410 } + - { offsetInCU: 0xE76, offset: 0x2051ED, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwet', symObjAddr: 0xC20, symBinAddr: 0x1796F0, symSize: 0x80 } + - { offsetInCU: 0xE8A, offset: 0x205201, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwst', symObjAddr: 0xCA0, symBinAddr: 0x179770, symSize: 0xD0 } + - { offsetInCU: 0xE9E, offset: 0x205215, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwug', symObjAddr: 0xD70, symBinAddr: 0x179840, symSize: 0x10 } + - { offsetInCU: 0xEB2, offset: 0x205229, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwup', symObjAddr: 0xD80, symBinAddr: 0x179850, symSize: 0x10 } + - { offsetInCU: 0xEC6, offset: 0x20523D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwui', symObjAddr: 0xD90, symBinAddr: 0x179860, symSize: 0x10 } + - { offsetInCU: 0xEDA, offset: 0x205251, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOMa', symObjAddr: 0xDA0, symBinAddr: 0x179870, symSize: 0x10 } + - { offsetInCU: 0xEEE, offset: 0x205265, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSQWb', symObjAddr: 0xDB0, symBinAddr: 0x179880, symSize: 0x10 } + - { offsetInCU: 0xF02, offset: 0x205279, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFSQADWl', symObjAddr: 0xDC0, symBinAddr: 0x179890, symSize: 0x30 } + - { offsetInCU: 0xF54, offset: 0x2052CB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA0, symBinAddr: 0x178C00, symSize: 0x40 } + - { offsetInCU: 0xFF1, offset: 0x205368, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP7_domainSSvgTW', symObjAddr: 0xE0, symBinAddr: 0x178C40, symSize: 0x10 } + - { offsetInCU: 0x100D, offset: 0x205384, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP5_codeSivgTW', symObjAddr: 0xF0, symBinAddr: 0x178C50, symSize: 0x10 } + - { offsetInCU: 0x1029, offset: 0x2053A0, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0x100, symBinAddr: 0x178C60, symSize: 0x10 } + - { offsetInCU: 0x1045, offset: 0x2053BC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x110, symBinAddr: 0x178C70, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x2056B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x179900, symSize: 0x180 } + - { offsetInCU: 0xF4, offset: 0x205782, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x179900, symSize: 0x180 } + - { offsetInCU: 0x295, offset: 0x205923, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC04fontD0AA09AnimationcD0_pvW', symObjAddr: 0x180, symBinAddr: 0x179A80, symSize: 0x180 } + - { offsetInCU: 0x42B, offset: 0x205AB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCfD', symObjAddr: 0x300, symBinAddr: 0x179C00, symSize: 0x30 } + - { offsetInCU: 0x46F, offset: 0x205AFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCMa', symObjAddr: 0x330, symBinAddr: 0x179C30, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x205CB5, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x179C50, symSize: 0x90 } + - { offsetInCU: 0x4B, offset: 0x205CD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ', symObjAddr: 0x880, symBinAddr: 0x215830, symSize: 0x0 } + - { offsetInCU: 0x9E, offset: 0x205D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfC', symObjAddr: 0x220, symBinAddr: 0x179E70, symSize: 0x10 } + - { offsetInCU: 0xC3, offset: 0x205D51, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ', symObjAddr: 0x230, symBinAddr: 0x179E80, symSize: 0x10 } + - { offsetInCU: 0xEF, offset: 0x205D7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ', symObjAddr: 0x240, symBinAddr: 0x179E90, symSize: 0x10 } + - { offsetInCU: 0x11B, offset: 0x205DA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ', symObjAddr: 0x250, symBinAddr: 0x179EA0, symSize: 0x10 } + - { offsetInCU: 0x147, offset: 0x205DD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ', symObjAddr: 0x2B0, symBinAddr: 0x179F00, symSize: 0x40 } + - { offsetInCU: 0x17F, offset: 0x205E0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ', symObjAddr: 0x2F0, symBinAddr: 0x179F40, symSize: 0x10 } + - { offsetInCU: 0x1AB, offset: 0x205E39, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg', symObjAddr: 0x300, symBinAddr: 0x179F50, symSize: 0x10 } + - { offsetInCU: 0x1BF, offset: 0x205E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAsADP8rawValuex03RawH0Qz_tcfCTW', symObjAddr: 0x390, symBinAddr: 0x179FE0, symSize: 0x10 } + - { offsetInCU: 0x1FA, offset: 0x205E88, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x3A0, symBinAddr: 0x179FF0, symSize: 0x10 } + - { offsetInCU: 0x227, offset: 0x205EB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x3B0, symBinAddr: 0x17A000, symSize: 0x10 } + - { offsetInCU: 0x2DF, offset: 0x205F6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg', symObjAddr: 0x90, symBinAddr: 0x179CE0, symSize: 0x50 } + - { offsetInCU: 0x2FD, offset: 0x205F8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvg', symObjAddr: 0xE0, symBinAddr: 0x179D30, symSize: 0x30 } + - { offsetInCU: 0x31B, offset: 0x205FA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvs', symObjAddr: 0x110, symBinAddr: 0x179D60, symSize: 0x30 } + - { offsetInCU: 0x359, offset: 0x205FE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM', symObjAddr: 0x140, symBinAddr: 0x179D90, symSize: 0x10 } + - { offsetInCU: 0x377, offset: 0x206005, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM.resume.0', symObjAddr: 0x150, symBinAddr: 0x179DA0, symSize: 0x10 } + - { offsetInCU: 0x3A2, offset: 0x206030, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x160, symBinAddr: 0x179DB0, symSize: 0x20 } + - { offsetInCU: 0x3C0, offset: 0x20604E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x180, symBinAddr: 0x179DD0, symSize: 0x20 } + - { offsetInCU: 0x3FE, offset: 0x20608C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM', symObjAddr: 0x1A0, symBinAddr: 0x179DF0, symSize: 0x20 } + - { offsetInCU: 0x42C, offset: 0x2060BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x1C0, symBinAddr: 0x179E10, symSize: 0x10 } + - { offsetInCU: 0x457, offset: 0x2060E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvg', symObjAddr: 0x1D0, symBinAddr: 0x179E20, symSize: 0x10 } + - { offsetInCU: 0x475, offset: 0x206103, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvs', symObjAddr: 0x1E0, symBinAddr: 0x179E30, symSize: 0x10 } + - { offsetInCU: 0x4B1, offset: 0x20613F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM', symObjAddr: 0x1F0, symBinAddr: 0x179E40, symSize: 0x20 } + - { offsetInCU: 0x4DF, offset: 0x20616D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM.resume.0', symObjAddr: 0x210, symBinAddr: 0x179E60, symSize: 0x10 } + - { offsetInCU: 0x50B, offset: 0x206199, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x260, symBinAddr: 0x179EB0, symSize: 0x50 } + - { offsetInCU: 0x5F7, offset: 0x206285, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAASYWb', symObjAddr: 0x310, symBinAddr: 0x179F60, symSize: 0x10 } + - { offsetInCU: 0x60B, offset: 0x206299, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSYAAWl', symObjAddr: 0x320, symBinAddr: 0x179F70, symSize: 0x30 } + - { offsetInCU: 0x61F, offset: 0x2062AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAs0F7AlgebraPWb', symObjAddr: 0x350, symBinAddr: 0x179FA0, symSize: 0x10 } + - { offsetInCU: 0x633, offset: 0x2062C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs10SetAlgebraAAWl', symObjAddr: 0x360, symBinAddr: 0x179FB0, symSize: 0x30 } + - { offsetInCU: 0x647, offset: 0x2062D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAASQWb', symObjAddr: 0x3C0, symBinAddr: 0x17A010, symSize: 0x10 } + - { offsetInCU: 0x65B, offset: 0x2062E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSQAAWl', symObjAddr: 0x3D0, symBinAddr: 0x17A020, symSize: 0x30 } + - { offsetInCU: 0x66F, offset: 0x2062FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x400, symBinAddr: 0x17A050, symSize: 0x10 } + - { offsetInCU: 0x683, offset: 0x206311, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs25ExpressibleByArrayLiteralAAWl', symObjAddr: 0x410, symBinAddr: 0x17A060, symSize: 0x30 } + - { offsetInCU: 0x6AD, offset: 0x20633B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwCP', symObjAddr: 0x610, symBinAddr: 0x17A260, symSize: 0x30 } + - { offsetInCU: 0x6C1, offset: 0x20634F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwxx', symObjAddr: 0x640, symBinAddr: 0x17A290, symSize: 0x30 } + - { offsetInCU: 0x6D5, offset: 0x206363, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwcp', symObjAddr: 0x670, symBinAddr: 0x17A2C0, symSize: 0x50 } + - { offsetInCU: 0x6E9, offset: 0x206377, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwca', symObjAddr: 0x6C0, symBinAddr: 0x17A310, symSize: 0x70 } + - { offsetInCU: 0x6FD, offset: 0x20638B, size: 0x8, addend: 0x0, symName: ___swift_memcpy40_8, symObjAddr: 0x730, symBinAddr: 0x17A380, symSize: 0x20 } + - { offsetInCU: 0x711, offset: 0x20639F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwta', symObjAddr: 0x750, symBinAddr: 0x17A3A0, symSize: 0x60 } + - { offsetInCU: 0x725, offset: 0x2063B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwet', symObjAddr: 0x7B0, symBinAddr: 0x17A400, symSize: 0x50 } + - { offsetInCU: 0x739, offset: 0x2063C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwst', symObjAddr: 0x800, symBinAddr: 0x17A450, symSize: 0x50 } + - { offsetInCU: 0x74D, offset: 0x2063DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVMa', symObjAddr: 0x850, symBinAddr: 0x17A4A0, symSize: 0x10 } + - { offsetInCU: 0x761, offset: 0x2063EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVMa', symObjAddr: 0x860, symBinAddr: 0x17A4B0, symSize: 0x10 } + - { offsetInCU: 0x846, offset: 0x2064D4, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x179C50, symSize: 0x90 } + - { offsetInCU: 0xA09, offset: 0x206697, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x440, symBinAddr: 0x17A090, symSize: 0x10 } + - { offsetInCU: 0xA7B, offset: 0x206709, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP5unionyxxnFTW', symObjAddr: 0x450, symBinAddr: 0x17A0A0, symSize: 0x10 } + - { offsetInCU: 0xB53, offset: 0x2067E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP12intersectionyxxFTW', symObjAddr: 0x460, symBinAddr: 0x17A0B0, symSize: 0x10 } + - { offsetInCU: 0xC23, offset: 0x2068B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP19symmetricDifferenceyxxnFTW', symObjAddr: 0x470, symBinAddr: 0x17A0C0, symSize: 0x10 } + - { offsetInCU: 0xCDD, offset: 0x20696B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6insertySb8inserted_7ElementQz17memberAfterInserttAInFTW', symObjAddr: 0x480, symBinAddr: 0x17A0D0, symSize: 0x30 } + - { offsetInCU: 0xE1E, offset: 0x206AAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6removey7ElementQzSgAHFTW', symObjAddr: 0x4B0, symBinAddr: 0x17A100, symSize: 0x30 } + - { offsetInCU: 0xF42, offset: 0x206BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6update4with7ElementQzSgAIn_tFTW', symObjAddr: 0x4E0, symBinAddr: 0x17A130, symSize: 0x30 } + - { offsetInCU: 0x1055, offset: 0x206CE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP9formUnionyyxnFTW', symObjAddr: 0x510, symBinAddr: 0x17A160, symSize: 0x10 } + - { offsetInCU: 0x10A9, offset: 0x206D37, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP16formIntersectionyyxFTW', symObjAddr: 0x520, symBinAddr: 0x17A170, symSize: 0x10 } + - { offsetInCU: 0x10FD, offset: 0x206D8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x530, symBinAddr: 0x17A180, symSize: 0x10 } + - { offsetInCU: 0x1160, offset: 0x206DEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP11subtractingyxxFTW', symObjAddr: 0x540, symBinAddr: 0x17A190, symSize: 0x20 } + - { offsetInCU: 0x1244, offset: 0x206ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8isSubset2ofSbx_tFTW', symObjAddr: 0x560, symBinAddr: 0x17A1B0, symSize: 0x20 } + - { offsetInCU: 0x12BB, offset: 0x206F49, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isDisjoint4withSbx_tFTW', symObjAddr: 0x580, symBinAddr: 0x17A1D0, symSize: 0x10 } + - { offsetInCU: 0x1373, offset: 0x207001, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isSuperset2ofSbx_tFTW', symObjAddr: 0x590, symBinAddr: 0x17A1E0, symSize: 0x20 } + - { offsetInCU: 0x140D, offset: 0x20709B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP7isEmptySbvgTW', symObjAddr: 0x5B0, symBinAddr: 0x17A200, symSize: 0x10 } + - { offsetInCU: 0x1475, offset: 0x207103, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPyxqd__ncSTRd__7ElementQyd__AFRtzlufCTW', symObjAddr: 0x5C0, symBinAddr: 0x17A210, symSize: 0x20 } + - { offsetInCU: 0x1491, offset: 0x20711F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8subtractyyxFTW', symObjAddr: 0x5E0, symBinAddr: 0x17A230, symSize: 0x10 } + - { offsetInCU: 0x1523, offset: 0x2071B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5F0, symBinAddr: 0x17A240, symSize: 0x10 } + - { offsetInCU: 0x1561, offset: 0x2071EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs25ExpressibleByArrayLiteralAAsADP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x600, symBinAddr: 0x17A250, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x207396, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMi', symObjAddr: 0x0, symBinAddr: 0x17A4D0, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x2073AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMr', symObjAddr: 0x10, symBinAddr: 0x17A4E0, symSize: 0x50 } + - { offsetInCU: 0xBA, offset: 0x207411, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC9keyframes33unsupportedAfterEffectsExpressionACyxGs15ContiguousArrayVyAA0B0CyxGG_SSSgtcfC', symObjAddr: 0x210, symBinAddr: 0x17A6E0, symSize: 0x40 } + - { offsetInCU: 0x10A, offset: 0x207461, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueSSvg', symObjAddr: 0x250, symBinAddr: 0x17A720, symSize: 0x30 } + - { offsetInCU: 0x13B, offset: 0x207492, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x3C0, symBinAddr: 0x17A890, symSize: 0x70 } + - { offsetInCU: 0x170, offset: 0x2074C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x430, symBinAddr: 0x17A900, symSize: 0x10 } + - { offsetInCU: 0x1A5, offset: 0x2074FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueSSvg', symObjAddr: 0x440, symBinAddr: 0x17A910, symSize: 0x30 } + - { offsetInCU: 0x1D6, offset: 0x20752D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x5A0, symBinAddr: 0x17AA70, symSize: 0x30 } + - { offsetInCU: 0x1F2, offset: 0x207549, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x5D0, symBinAddr: 0x17AAA0, symSize: 0x30 } + - { offsetInCU: 0x20E, offset: 0x207565, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValueSSvgTW', symObjAddr: 0x600, symBinAddr: 0x17AAD0, symSize: 0x10 } + - { offsetInCU: 0x22A, offset: 0x207581, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x610, symBinAddr: 0x17AAE0, symSize: 0x20 } + - { offsetInCU: 0x246, offset: 0x20759D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValueSiSgvgTW', symObjAddr: 0x630, symBinAddr: 0x17AB00, symSize: 0x10 } + - { offsetInCU: 0x271, offset: 0x2075C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x640, symBinAddr: 0x17AB10, symSize: 0x20 } + - { offsetInCU: 0x2A2, offset: 0x2075F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1B00, symBinAddr: 0x17BF40, symSize: 0x10 } + - { offsetInCU: 0x2CC, offset: 0x207623, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC9keyframes33unsupportedAfterEffectsExpressionACyxGs15ContiguousArrayVyAA0B0CyxGG_SSSgtcfc', symObjAddr: 0x3A0, symBinAddr: 0x17A870, symSize: 0x20 } + - { offsetInCU: 0x2FB, offset: 0x207652, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCfd', symObjAddr: 0x6C0, symBinAddr: 0x17AB90, symSize: 0x20 } + - { offsetInCU: 0x336, offset: 0x20768D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCfD', symObjAddr: 0x6E0, symBinAddr: 0x17ABB0, symSize: 0x30 } + - { offsetInCU: 0x381, offset: 0x2076D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlF', symObjAddr: 0x60, symBinAddr: 0x17A530, symSize: 0x150 } + - { offsetInCU: 0x420, offset: 0x207777, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_', symObjAddr: 0x17D0, symBinAddr: 0x17BCA0, symSize: 0x90 } + - { offsetInCU: 0x484, offset: 0x2077DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE12interpolatorAA0D13ValueProvider_pvg', symObjAddr: 0x1B0, symBinAddr: 0x17A680, symSize: 0x60 } + - { offsetInCU: 0x4C1, offset: 0x207818, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9withValueyACyqd__Gqd__lF', symObjAddr: 0x280, symBinAddr: 0x17A750, symSize: 0x120 } + - { offsetInCU: 0x50E, offset: 0x207865, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMa', symObjAddr: 0x710, symBinAddr: 0x17ABE0, symSize: 0x10 } + - { offsetInCU: 0x52D, offset: 0x207884, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0x740, symBinAddr: 0x17AC10, symSize: 0x9A0 } + - { offsetInCU: 0x710, offset: 0x207A67, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x10E0, symBinAddr: 0x17B5B0, symSize: 0x30 } + - { offsetInCU: 0x76A, offset: 0x207AC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x1110, symBinAddr: 0x17B5E0, symSize: 0x4F0 } + - { offsetInCU: 0x8F1, offset: 0x207C48, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1600, symBinAddr: 0x17BAD0, symSize: 0x20 } + - { offsetInCU: 0x914, offset: 0x207C6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x1620, symBinAddr: 0x17BAF0, symSize: 0x60 } + - { offsetInCU: 0x96F, offset: 0x207CC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x1680, symBinAddr: 0x17BB50, symSize: 0x20 } + - { offsetInCU: 0x996, offset: 0x207CED, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x16A0, symBinAddr: 0x17BB70, symSize: 0x70 } + - { offsetInCU: 0xA0A, offset: 0x207D61, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE9hashValueSivg', symObjAddr: 0x1710, symBinAddr: 0x17BBE0, symSize: 0x40 } + - { offsetInCU: 0xA88, offset: 0x207DDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x1750, symBinAddr: 0x17BC20, symSize: 0x20 } + - { offsetInCU: 0xAA4, offset: 0x207DFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1770, symBinAddr: 0x17BC40, symSize: 0x20 } + - { offsetInCU: 0xAB8, offset: 0x207E0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvg', symObjAddr: 0x1860, symBinAddr: 0x17BD30, symSize: 0x40 } + - { offsetInCU: 0xB1D, offset: 0x207E74, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP7untypedACyypGvgTW', symObjAddr: 0x18A0, symBinAddr: 0x17BD70, symSize: 0x20 } + - { offsetInCU: 0xB39, offset: 0x207E90, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP12interpolatorAA0D13ValueProvider_pvgTW', symObjAddr: 0x18C0, symBinAddr: 0x17BD90, symSize: 0x20 } + - { offsetInCU: 0xB55, offset: 0x207EAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSQWb', symObjAddr: 0x18E0, symBinAddr: 0x17BDB0, symSize: 0x30 } + - { offsetInCU: 0xB69, offset: 0x207EC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_TA', symObjAddr: 0x1910, symBinAddr: 0x17BDE0, symSize: 0x20 } + - { offsetInCU: 0xB7D, offset: 0x207ED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMa', symObjAddr: 0x1930, symBinAddr: 0x17BE00, symSize: 0x10 } + - { offsetInCU: 0xB98, offset: 0x207EEF, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF', symObjAddr: 0x19D0, symBinAddr: 0x17BE10, symSize: 0x60 } + - { offsetInCU: 0xC36, offset: 0x207F8D, size: 0x8, addend: 0x0, symName: '_$sSa13_adoptStorage_5countSayxG_SpyxGts016_ContiguousArrayB0CyxGn_SitFZTf4gnn_n', symObjAddr: 0x1B10, symBinAddr: 0x17BF50, symSize: 0x80 } + - { offsetInCU: 0xCA5, offset: 0x207FFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvgypxXEfU_TA', symObjAddr: 0x1BD0, symBinAddr: 0x17BFD0, symSize: 0x40 } + - { offsetInCU: 0xCE0, offset: 0x208037, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMi', symObjAddr: 0x1C70, symBinAddr: 0x17C010, symSize: 0x10 } + - { offsetInCU: 0xCF4, offset: 0x20804B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwet', symObjAddr: 0x1CA0, symBinAddr: 0x17C020, symSize: 0x80 } + - { offsetInCU: 0xD08, offset: 0x20805F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwst', symObjAddr: 0x1D20, symBinAddr: 0x17C0A0, symSize: 0xD0 } + - { offsetInCU: 0xD1C, offset: 0x208073, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwug', symObjAddr: 0x1DF0, symBinAddr: 0x17C170, symSize: 0x10 } + - { offsetInCU: 0xD30, offset: 0x208087, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwup', symObjAddr: 0x1E00, symBinAddr: 0x17C180, symSize: 0x10 } + - { offsetInCU: 0xD44, offset: 0x20809B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwui', symObjAddr: 0x1E10, symBinAddr: 0x17C190, symSize: 0x10 } + - { offsetInCU: 0xD58, offset: 0x2080AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASQWb', symObjAddr: 0x1E20, symBinAddr: 0x17C1A0, symSize: 0x20 } + - { offsetInCU: 0xD6C, offset: 0x2080C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E40, symBinAddr: 0x17C1C0, symSize: 0x20 } + - { offsetInCU: 0xD80, offset: 0x2080D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1E60, symBinAddr: 0x17C1E0, symSize: 0x20 } + - { offsetInCU: 0xDE7, offset: 0x20813E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x470, symBinAddr: 0x17A940, symSize: 0x50 } + - { offsetInCU: 0xE03, offset: 0x20815A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x4C0, symBinAddr: 0x17A990, symSize: 0x40 } + - { offsetInCU: 0xE1F, offset: 0x208176, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x500, symBinAddr: 0x17A9D0, symSize: 0x50 } + - { offsetInCU: 0xE3B, offset: 0x208192, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x550, symBinAddr: 0x17AA20, symSize: 0x50 } + - { offsetInCU: 0xE5E, offset: 0x2081B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x660, symBinAddr: 0x17AB30, symSize: 0x30 } + - { offsetInCU: 0xE7A, offset: 0x2081D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x690, symBinAddr: 0x17AB60, symSize: 0x30 } + - { offsetInCU: 0xF4A, offset: 0x2082A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1790, symBinAddr: 0x17BC60, symSize: 0x40 } + - { offsetInCU: 0xF8F, offset: 0x2082E6, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV6appendyyxnFTf4gn_n', symObjAddr: 0x1A30, symBinAddr: 0x17BE70, symSize: 0x70 } + - { offsetInCU: 0xFFD, offset: 0x208354, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV12arrayLiteralAByxGxd_tcfCTf4gn_n', symObjAddr: 0x1AA0, symBinAddr: 0x17BEE0, symSize: 0x60 } + - { offsetInCU: 0x2B, offset: 0x20861D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x17C200, symSize: 0x170 } + - { offsetInCU: 0xB2, offset: 0x2086A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x17C200, symSize: 0x170 } + - { offsetInCU: 0x1D6, offset: 0x2087C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15setupAnimations7contextyAA0dC7ContextV_tKF', symObjAddr: 0x170, symBinAddr: 0x17C370, symSize: 0x340 } + - { offsetInCU: 0x3A4, offset: 0x208996, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x4B0, symBinAddr: 0x17C6B0, symSize: 0x210 } + - { offsetInCU: 0x5B0, offset: 0x208BA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x6C0, symBinAddr: 0x17C8C0, symSize: 0x30 } + - { offsetInCU: 0x5EA, offset: 0x208BDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCACycfcTo', symObjAddr: 0x6F0, symBinAddr: 0x17C8F0, symSize: 0x30 } + - { offsetInCU: 0x64D, offset: 0x208C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x720, symBinAddr: 0x17C920, symSize: 0x90 } + - { offsetInCU: 0x6BB, offset: 0x208CAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x7B0, symBinAddr: 0x17C9B0, symSize: 0x40 } + - { offsetInCU: 0x6FE, offset: 0x208CF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCfD', symObjAddr: 0x7F0, symBinAddr: 0x17C9F0, symSize: 0x30 } + - { offsetInCU: 0x72B, offset: 0x208D1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCAA0cD0A2aDP15setupAnimations7contextyAA0dC7ContextV_tKFTW', symObjAddr: 0x840, symBinAddr: 0x17CA40, symSize: 0x20 } + - { offsetInCU: 0x816, offset: 0x208E08, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCMa', symObjAddr: 0x820, symBinAddr: 0x17CA20, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x209079, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x17CA60, symSize: 0x30 } + - { offsetInCU: 0x73, offset: 0x2090C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x17CA60, symSize: 0x30 } + - { offsetInCU: 0xB8, offset: 0x209106, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCMa', symObjAddr: 0x30, symBinAddr: 0x17CA90, symSize: 0x14 } + - { offsetInCU: 0x2B, offset: 0x209269, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x17CAB0, symSize: 0x10 } + - { offsetInCU: 0x4F, offset: 0x20928D, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotificationSo18NSNotificationNameavp', symObjAddr: 0x3398, symBinAddr: 0x22C6F0, symSize: 0x0 } + - { offsetInCU: 0x5D, offset: 0x20929B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x17CAB0, symSize: 0x10 } + - { offsetInCU: 0x71, offset: 0x2092AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMr', symObjAddr: 0x10, symBinAddr: 0x17CAC0, symSize: 0x80 } + - { offsetInCU: 0x85, offset: 0x2092C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotification_WZ', symObjAddr: 0x90, symBinAddr: 0x17CB40, symSize: 0x20 } + - { offsetInCU: 0xAB, offset: 0x2092E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfd', symObjAddr: 0xB0, symBinAddr: 0x17CB60, symSize: 0x50 } + - { offsetInCU: 0xEF, offset: 0x20932D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfD', symObjAddr: 0x100, symBinAddr: 0x17CBB0, symSize: 0x20 } + - { offsetInCU: 0x11D, offset: 0x20935B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMa', symObjAddr: 0x120, symBinAddr: 0x17CBD0, symSize: 0x10 } + - { offsetInCU: 0x131, offset: 0x20936F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMi', symObjAddr: 0x130, symBinAddr: 0x17CBE0, symSize: 0x10 } + - { offsetInCU: 0x145, offset: 0x209383, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMr', symObjAddr: 0x140, symBinAddr: 0x17CBF0, symSize: 0xB0 } + - { offsetInCU: 0x19D, offset: 0x2093DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCfD', symObjAddr: 0x1F0, symBinAddr: 0x17CCA0, symSize: 0x50 } + - { offsetInCU: 0x1FD, offset: 0x20943B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMa', symObjAddr: 0x240, symBinAddr: 0x17CCF0, symSize: 0x10 } + - { offsetInCU: 0x8B, offset: 0x209647, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyF', symObjAddr: 0x0, symBinAddr: 0x17CD00, symSize: 0xF0 } + - { offsetInCU: 0x169, offset: 0x209725, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_', symObjAddr: 0x2990, symBinAddr: 0x17F5B0, symSize: 0x7E0 } + - { offsetInCU: 0x517, offset: 0x209AD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_6$deferL_yyF', symObjAddr: 0x3170, symBinAddr: 0x17FD90, symSize: 0x90 } + - { offsetInCU: 0x5D7, offset: 0x209B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC3url10accessMode17preferredEncodingACSg10Foundation3URLV_AC06AccessE0OSSAHE0G0VSgtcfc', symObjAddr: 0x1CA0, symBinAddr: 0x17E9A0, symSize: 0x3A0 } + - { offsetInCU: 0x680, offset: 0x209C3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCfD', symObjAddr: 0x2040, symBinAddr: 0x17ED40, symSize: 0xE0 } + - { offsetInCU: 0x6F3, offset: 0x209CAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2700, symBinAddr: 0x17F320, symSize: 0x10 } + - { offsetInCU: 0x77A, offset: 0x209D36, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x2710, symBinAddr: 0x17F330, symSize: 0x40 } + - { offsetInCU: 0x85E, offset: 0x209E1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2750, symBinAddr: 0x17F370, symSize: 0x20 } + - { offsetInCU: 0x8EC, offset: 0x209EA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x28A0, symBinAddr: 0x17F4C0, symSize: 0x20 } + - { offsetInCU: 0x91D, offset: 0x209ED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x28C0, symBinAddr: 0x17F4E0, symSize: 0x10 } + - { offsetInCU: 0x93A, offset: 0x209EF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST12makeIterator0D0QzyFTW', symObjAddr: 0x3200, symBinAddr: 0x17FE20, symSize: 0x30 } + - { offsetInCU: 0x95D, offset: 0x209F19, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33scanForZIP64EndOfCentralDirectory06_D21B9K25A55B313329C5A8982D32CCC76LL2in10eocdOffsetAC0efghI0VSgSpySo7__sFILEVG_s6UInt64VtFZTf4nnd_n', symObjAddr: 0x4040, symBinAddr: 0x180C20, symSize: 0x200 } + - { offsetInCU: 0xB1A, offset: 0x20A0D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC34scanForEndOfCentralDirectoryRecord2inAC0efghI0V_AC05ZIP64efgH0VSgtSgSpySo7__sFILEVG_tFZTf4nd_n', symObjAddr: 0x4240, symBinAddr: 0x180E20, symSize: 0x2A0 } + - { offsetInCU: 0xCBC, offset: 0x20A278, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data10Foundation4DataVvg', symObjAddr: 0xF0, symBinAddr: 0x17CDF0, symSize: 0x1600 } + - { offsetInCU: 0x1533, offset: 0x20AAEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt32V_Tg5', symObjAddr: 0x16F0, symBinAddr: 0x17E3F0, symSize: 0x150 } + - { offsetInCU: 0x15C4, offset: 0x20AB80, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt64V_Tg5', symObjAddr: 0x1840, symBinAddr: 0x17E540, symSize: 0x160 } + - { offsetInCU: 0x16DA, offset: 0x20AC96, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt32V_Tg5', symObjAddr: 0x19A0, symBinAddr: 0x17E6A0, symSize: 0x100 } + - { offsetInCU: 0x193A, offset: 0x20AEF6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt16V_Tg5', symObjAddr: 0x1AA0, symBinAddr: 0x17E7A0, symSize: 0x100 } + - { offsetInCU: 0x1B9A, offset: 0x20B156, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt64V_Tg5', symObjAddr: 0x1BA0, symBinAddr: 0x17E8A0, symSize: 0x100 } + - { offsetInCU: 0x1D84, offset: 0x20B340, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMU', symObjAddr: 0x2120, symBinAddr: 0x17EE20, symSize: 0x10 } + - { offsetInCU: 0x1D98, offset: 0x20B354, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMa', symObjAddr: 0x2130, symBinAddr: 0x17EE30, symSize: 0x30 } + - { offsetInCU: 0x1DAC, offset: 0x20B368, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMr', symObjAddr: 0x2160, symBinAddr: 0x17EE60, symSize: 0xC0 } + - { offsetInCU: 0x1DC0, offset: 0x20B37C, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgMa', symObjAddr: 0x2220, symBinAddr: 0x17EF20, symSize: 0x50 } + - { offsetInCU: 0x1DD4, offset: 0x20B390, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwCP', symObjAddr: 0x2270, symBinAddr: 0x17EF70, symSize: 0x30 } + - { offsetInCU: 0x1DE8, offset: 0x20B3A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwxx', symObjAddr: 0x2300, symBinAddr: 0x17EFA0, symSize: 0x20 } + - { offsetInCU: 0x1DFC, offset: 0x20B3B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x2360, symBinAddr: 0x17EFC0, symSize: 0x60 } + - { offsetInCU: 0x1E10, offset: 0x20B3CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwca', symObjAddr: 0x23C0, symBinAddr: 0x17F020, symSize: 0x80 } + - { offsetInCU: 0x1E24, offset: 0x20B3E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwta', symObjAddr: 0x2460, symBinAddr: 0x17F0A0, symSize: 0x50 } + - { offsetInCU: 0x1E38, offset: 0x20B3F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwet', symObjAddr: 0x24B0, symBinAddr: 0x17F0F0, symSize: 0x50 } + - { offsetInCU: 0x1E4C, offset: 0x20B408, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwst', symObjAddr: 0x2500, symBinAddr: 0x17F140, symSize: 0x60 } + - { offsetInCU: 0x1E60, offset: 0x20B41C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVMa', symObjAddr: 0x2560, symBinAddr: 0x17F1A0, symSize: 0x10 } + - { offsetInCU: 0x1E74, offset: 0x20B430, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwet', symObjAddr: 0x2590, symBinAddr: 0x17F1B0, symSize: 0x80 } + - { offsetInCU: 0x1E88, offset: 0x20B444, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwst', symObjAddr: 0x2610, symBinAddr: 0x17F230, symSize: 0xD0 } + - { offsetInCU: 0x1E9C, offset: 0x20B458, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwup', symObjAddr: 0x26E0, symBinAddr: 0x17F300, symSize: 0x10 } + - { offsetInCU: 0x1EB0, offset: 0x20B46C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOMa', symObjAddr: 0x26F0, symBinAddr: 0x17F310, symSize: 0x10 } + - { offsetInCU: 0x1EFB, offset: 0x20B4B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASQWb', symObjAddr: 0x28D0, symBinAddr: 0x17F4F0, symSize: 0x10 } + - { offsetInCU: 0x1F0F, offset: 0x20B4CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOAESQAAWl', symObjAddr: 0x28E0, symBinAddr: 0x17F500, symSize: 0x30 } + - { offsetInCU: 0x1F23, offset: 0x20B4DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAA8IteratorST_StWT', symObjAddr: 0x2910, symBinAddr: 0x17F530, symSize: 0x10 } + - { offsetInCU: 0x1F37, offset: 0x20B4F3, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGAByxGStsWl', symObjAddr: 0x2920, symBinAddr: 0x17F540, symSize: 0x40 } + - { offsetInCU: 0x1F4B, offset: 0x20B507, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGMa', symObjAddr: 0x2960, symBinAddr: 0x17F580, symSize: 0x30 } + - { offsetInCU: 0x21EF, offset: 0x20B7AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_TA', symObjAddr: 0x35D0, symBinAddr: 0x1801F0, symSize: 0x20 } + - { offsetInCU: 0x225B, offset: 0x20B817, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlF6Lottie7ArchiveC_Tg5', symObjAddr: 0x3630, symBinAddr: 0x180210, symSize: 0x490 } + - { offsetInCU: 0x2396, offset: 0x20B952, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10LargeSliceVyAESWcfCTf4nd_n', symObjAddr: 0x3AC0, symBinAddr: 0x1806A0, symSize: 0x80 } + - { offsetInCU: 0x23C3, offset: 0x20B97F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAESWcfCTf4nd_n', symObjAddr: 0x3B40, symBinAddr: 0x180720, symSize: 0x80 } + - { offsetInCU: 0x2439, offset: 0x20B9F5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOyAESWcfCTf4nd_n', symObjAddr: 0x3BC0, symBinAddr: 0x1807A0, symSize: 0x70 } + - { offsetInCU: 0x248E, offset: 0x20BA4A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAeC0cB0VcfCTf4nd_n', symObjAddr: 0x3C30, symBinAddr: 0x180810, symSize: 0x100 } + - { offsetInCU: 0x24FA, offset: 0x20BAB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0J0V_AKSiKXEtcfC015$s10Foundation4j2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x3D30, symBinAddr: 0x180910, symSize: 0x310 } + - { offsetInCU: 0x2707, offset: 0x20BCC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOe', symObjAddr: 0x44E0, symBinAddr: 0x1810C0, symSize: 0x70 } + - { offsetInCU: 0x271B, offset: 0x20BCD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOy', symObjAddr: 0x45B0, symBinAddr: 0x181190, symSize: 0x70 } + - { offsetInCU: 0x272F, offset: 0x20BCEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOy', symObjAddr: 0x4620, symBinAddr: 0x181200, symSize: 0x50 } + - { offsetInCU: 0x2743, offset: 0x20BCFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOe', symObjAddr: 0x4700, symBinAddr: 0x1812A0, symSize: 0x50 } + - { offsetInCU: 0x2757, offset: 0x20BD13, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_TA', symObjAddr: 0x4750, symBinAddr: 0x1812F0, symSize: 0x10 } + - { offsetInCU: 0x276B, offset: 0x20BD27, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOf', symObjAddr: 0x47C0, symBinAddr: 0x181300, symSize: 0x40 } + - { offsetInCU: 0x277F, offset: 0x20BD3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVWOr', symObjAddr: 0x4800, symBinAddr: 0x181340, symSize: 0x20 } + - { offsetInCU: 0x2793, offset: 0x20BD4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOr', symObjAddr: 0x4820, symBinAddr: 0x181360, symSize: 0x60 } + - { offsetInCU: 0x27A7, offset: 0x20BD63, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOs', symObjAddr: 0x48B0, symBinAddr: 0x1813C0, symSize: 0x80 } + - { offsetInCU: 0x27BB, offset: 0x20BD77, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOe', symObjAddr: 0x4930, symBinAddr: 0x181440, symSize: 0xE0 } + - { offsetInCU: 0x27CF, offset: 0x20BD8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwet', symObjAddr: 0x4A40, symBinAddr: 0x181550, symSize: 0x80 } + - { offsetInCU: 0x27E3, offset: 0x20BD9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwst', symObjAddr: 0x4AC0, symBinAddr: 0x1815D0, symSize: 0xD0 } + - { offsetInCU: 0x27F7, offset: 0x20BDB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwug', symObjAddr: 0x4B90, symBinAddr: 0x1816A0, symSize: 0x10 } + - { offsetInCU: 0x280B, offset: 0x20BDC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwup', symObjAddr: 0x4BA0, symBinAddr: 0x1816B0, symSize: 0x10 } + - { offsetInCU: 0x281F, offset: 0x20BDDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwui', symObjAddr: 0x4BB0, symBinAddr: 0x1816C0, symSize: 0x10 } + - { offsetInCU: 0x2833, offset: 0x20BDEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOMa', symObjAddr: 0x4BC0, symBinAddr: 0x1816D0, symSize: 0x10 } + - { offsetInCU: 0x2847, offset: 0x20BE03, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASQWb', symObjAddr: 0x4BD0, symBinAddr: 0x1816E0, symSize: 0x10 } + - { offsetInCU: 0x285B, offset: 0x20BE17, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAESQAAWl', symObjAddr: 0x4BE0, symBinAddr: 0x1816F0, symSize: 0x30 } + - { offsetInCU: 0x2966, offset: 0x20BF22, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2770, symBinAddr: 0x17F390, symSize: 0x40 } + - { offsetInCU: 0x2A03, offset: 0x20BFBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0x27B0, symBinAddr: 0x17F3D0, symSize: 0x10 } + - { offsetInCU: 0x2A1F, offset: 0x20BFDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0x27C0, symBinAddr: 0x17F3E0, symSize: 0x10 } + - { offsetInCU: 0x2A3B, offset: 0x20BFF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x27D0, symBinAddr: 0x17F3F0, symSize: 0x10 } + - { offsetInCU: 0x2A57, offset: 0x20C013, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x27E0, symBinAddr: 0x17F400, symSize: 0x10 } + - { offsetInCU: 0x2A82, offset: 0x20C03E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x27F0, symBinAddr: 0x17F410, symSize: 0x10 } + - { offsetInCU: 0x2B13, offset: 0x20C0CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH9hashValueSivgTW', symObjAddr: 0x2800, symBinAddr: 0x17F420, symSize: 0x40 } + - { offsetInCU: 0x2BC2, offset: 0x20C17E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2840, symBinAddr: 0x17F460, symSize: 0x20 } + - { offsetInCU: 0x2C15, offset: 0x20C1D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2860, symBinAddr: 0x17F480, symSize: 0x40 } + - { offsetInCU: 0x2CE5, offset: 0x20C2A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST19underestimatedCountSivgTW', symObjAddr: 0x3230, symBinAddr: 0x17FE50, symSize: 0x10 } + - { offsetInCU: 0x2D01, offset: 0x20C2BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST31_customContainsEquatableElementySbSg0F0QzFTW', symObjAddr: 0x3240, symBinAddr: 0x17FE60, symSize: 0x10 } + - { offsetInCU: 0x2D33, offset: 0x20C2EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST22_copyToContiguousArrays0eF0Vy7ElementQzGyFTW', symObjAddr: 0x3250, symBinAddr: 0x17FE70, symSize: 0x30 } + - { offsetInCU: 0x2D64, offset: 0x20C320, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tFTW', symObjAddr: 0x3280, symBinAddr: 0x17FEA0, symSize: 0x20 } + - { offsetInCU: 0x2D80, offset: 0x20C33C, size: 0x8, addend: 0x0, symName: '_$sSTsE13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tF6Lottie7ArchiveC_Tg5', symObjAddr: 0x32A0, symBinAddr: 0x17FEC0, symSize: 0x2B0 } + - { offsetInCU: 0x2DF7, offset: 0x20C3B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST32withContiguousStorageIfAvailableyqd__Sgqd__SRy7ElementQzGKXEKlFTW', symObjAddr: 0x3550, symBinAddr: 0x180170, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x20C7EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x181750, symSize: 0x70 } + - { offsetInCU: 0x4F, offset: 0x20C80F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x181750, symSize: 0x70 } + - { offsetInCU: 0x7C, offset: 0x20C83C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfD', symObjAddr: 0x70, symBinAddr: 0x1817C0, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x20C878, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0x181800, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x20C8B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xD0, symBinAddr: 0x181820, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x20C8FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x100, symBinAddr: 0x181850, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x20C92C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesC08gradientC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x300, symBinAddr: 0x181A50, symSize: 0xB50 } + - { offsetInCU: 0x8DB, offset: 0x20D09B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCMa', symObjAddr: 0x90, symBinAddr: 0x1817E0, symSize: 0x20 } + - { offsetInCU: 0x919, offset: 0x20D0D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCfD', symObjAddr: 0x120, symBinAddr: 0x181870, symSize: 0x40 } + - { offsetInCU: 0x97A, offset: 0x20D13A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x180, symBinAddr: 0x1818D0, symSize: 0x40 } + - { offsetInCU: 0x9C4, offset: 0x20D184, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x1C0, symBinAddr: 0x181910, symSize: 0x30 } + - { offsetInCU: 0xA05, offset: 0x20D1C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1F0, symBinAddr: 0x181940, symSize: 0x10 } + - { offsetInCU: 0xA37, offset: 0x20D1F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x200, symBinAddr: 0x181950, symSize: 0x10 } + - { offsetInCU: 0xA9B, offset: 0x20D25B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x210, symBinAddr: 0x181960, symSize: 0x20 } + - { offsetInCU: 0xAFD, offset: 0x20D2BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x181980, symSize: 0x10 } + - { offsetInCU: 0xB28, offset: 0x20D2E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x240, symBinAddr: 0x181990, symSize: 0x10 } + - { offsetInCU: 0xB5A, offset: 0x20D31A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x250, symBinAddr: 0x1819A0, symSize: 0x10 } + - { offsetInCU: 0xB85, offset: 0x20D345, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x260, symBinAddr: 0x1819B0, symSize: 0x10 } + - { offsetInCU: 0xBC6, offset: 0x20D386, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x270, symBinAddr: 0x1819C0, symSize: 0x10 } + - { offsetInCU: 0xC07, offset: 0x20D3C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x280, symBinAddr: 0x1819D0, symSize: 0x20 } + - { offsetInCU: 0xC39, offset: 0x20D3F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x2A0, symBinAddr: 0x1819F0, symSize: 0x10 } + - { offsetInCU: 0xC73, offset: 0x20D433, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x2B0, symBinAddr: 0x181A00, symSize: 0x50 } + - { offsetInCU: 0xCB0, offset: 0x20D470, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xE50, symBinAddr: 0x1825A0, symSize: 0x4D0 } + - { offsetInCU: 0x1561, offset: 0x20DD21, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCMa', symObjAddr: 0x160, symBinAddr: 0x1818B0, symSize: 0x20 } + - { offsetInCU: 0x8D, offset: 0x20EB6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfC', symObjAddr: 0x0, symBinAddr: 0x182A70, symSize: 0x50 } + - { offsetInCU: 0xE4, offset: 0x20EBC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc', symObjAddr: 0x50, symBinAddr: 0x182AC0, symSize: 0x20 } + - { offsetInCU: 0x11B, offset: 0x20EBFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x70, symBinAddr: 0x182AE0, symSize: 0x630 } + - { offsetInCU: 0x33C, offset: 0x20EE1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x740, symBinAddr: 0x1831B0, symSize: 0x10 } + - { offsetInCU: 0x35F, offset: 0x20EE3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfd', symObjAddr: 0x750, symBinAddr: 0x1831C0, symSize: 0x30 } + - { offsetInCU: 0x39A, offset: 0x20EE7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfD', symObjAddr: 0x780, symBinAddr: 0x1831F0, symSize: 0x40 } + - { offsetInCU: 0x3DD, offset: 0x20EEBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x7C0, symBinAddr: 0x183230, symSize: 0x20 } + - { offsetInCU: 0x423, offset: 0x20EF03, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x7E0, symBinAddr: 0x183250, symSize: 0x20 } + - { offsetInCU: 0x50A, offset: 0x20EFEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x800, symBinAddr: 0x183270, symSize: 0x10 } + - { offsetInCU: 0x52D, offset: 0x20F00D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x810, symBinAddr: 0x183280, symSize: 0x10 } + - { offsetInCU: 0x55F, offset: 0x20F03F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x820, symBinAddr: 0x183290, symSize: 0x20 } + - { offsetInCU: 0x573, offset: 0x20F053, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu0_TA', symObjAddr: 0x840, symBinAddr: 0x1832B0, symSize: 0x10 } + - { offsetInCU: 0x592, offset: 0x20F072, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x8B0, symBinAddr: 0x1832C0, symSize: 0x80 } + - { offsetInCU: 0x5EB, offset: 0x20F0CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCMa', symObjAddr: 0x930, symBinAddr: 0x183340, symSize: 0x20 } + - { offsetInCU: 0x5FF, offset: 0x20F0DF, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCMa', symObjAddr: 0x9A0, symBinAddr: 0x1833B0, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x20F363, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x183400, symSize: 0x130 } + - { offsetInCU: 0x17E, offset: 0x20F4BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x183400, symSize: 0x130 } + - { offsetInCU: 0x51B, offset: 0x20F857, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x130, symBinAddr: 0x183530, symSize: 0x70 } + - { offsetInCU: 0x73A, offset: 0x20FA76, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1A0, symBinAddr: 0x1835A0, symSize: 0x80 } + - { offsetInCU: 0x756, offset: 0x20FA92, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x220, symBinAddr: 0x183620, symSize: 0x30 } + - { offsetInCU: 0x7A8, offset: 0x20FAE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x250, symBinAddr: 0x183650, symSize: 0x20 } + - { offsetInCU: 0x13F, offset: 0x20FE0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5shape10otherItems7contextA2C0C0V_SayAHGAA0D7ContextVtKcfc', symObjAddr: 0x370, symBinAddr: 0x1839E0, symSize: 0xA00 } + - { offsetInCU: 0x958, offset: 0x210627, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xD70, symBinAddr: 0x1843E0, symSize: 0x80 } + - { offsetInCU: 0x99F, offset: 0x21066E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfc', symObjAddr: 0xDF0, symBinAddr: 0x184460, symSize: 0x240 } + - { offsetInCU: 0xA62, offset: 0x210731, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfcTo', symObjAddr: 0x1030, symBinAddr: 0x1846A0, symSize: 0x50 } + - { offsetInCU: 0xA94, offset: 0x210763, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x1080, symBinAddr: 0x1846F0, symSize: 0x660 } + - { offsetInCU: 0xB40, offset: 0x21080F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC24setupSolidFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL05shapeD07contextySo07CAShapeD0C_AA0D16AnimationContextVtKF', symObjAddr: 0x16E0, symBinAddr: 0x184D50, symSize: 0x1530 } + - { offsetInCU: 0x12F3, offset: 0x210FC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC27setupGradientFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKF', symObjAddr: 0x2C10, symBinAddr: 0x186280, symSize: 0x1280 } + - { offsetInCU: 0x19C7, offset: 0x211696, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC017setupGradientFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0gD13ConfigurationAELLOAA0fG0C_tF', symObjAddr: 0x3E90, symBinAddr: 0x187500, symSize: 0x2E0 } + - { offsetInCU: 0x1C30, offset: 0x2118FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC014setupSolidFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLAC0gD13ConfigurationAELLOyF', symObjAddr: 0x4170, symBinAddr: 0x1877E0, symSize: 0xA0 } + - { offsetInCU: 0x1D93, offset: 0x211A62, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC019setupGradientStrokeD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0F6LayersAELLVAA0fG0C_tF', symObjAddr: 0x4210, symBinAddr: 0x187880, symSize: 0x240 } + - { offsetInCU: 0x1FAC, offset: 0x211C7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCACycfcTo', symObjAddr: 0x4850, symBinAddr: 0x187EC0, symSize: 0x30 } + - { offsetInCU: 0x2013, offset: 0x211CE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfD', symObjAddr: 0x4900, symBinAddr: 0x187F70, symSize: 0x30 } + - { offsetInCU: 0x2040, offset: 0x211D0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC29setupGradientStrokeAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKFTf4xnn_n', symObjAddr: 0x51E0, symBinAddr: 0x188800, symSize: 0x1030 } + - { offsetInCU: 0x2AA7, offset: 0x212776, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV3foryAcA09ShapeItemB0C0G0VF', symObjAddr: 0x4450, symBinAddr: 0x187AC0, symSize: 0x400 } + - { offsetInCU: 0x2D6E, offset: 0x212A3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfE', symObjAddr: 0x4880, symBinAddr: 0x187EF0, symSize: 0x80 } + - { offsetInCU: 0x2D9B, offset: 0x212A6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfETo', symObjAddr: 0x4930, symBinAddr: 0x187FA0, symSize: 0x80 } + - { offsetInCU: 0x2DCA, offset: 0x212A99, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCMa', symObjAddr: 0x49B0, symBinAddr: 0x188020, symSize: 0x20 } + - { offsetInCU: 0x2DDE, offset: 0x212AAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwxx', symObjAddr: 0x49D0, symBinAddr: 0x188040, symSize: 0x40 } + - { offsetInCU: 0x2DF2, offset: 0x212AC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwcp', symObjAddr: 0x4A10, symBinAddr: 0x188080, symSize: 0x60 } + - { offsetInCU: 0x2E06, offset: 0x212AD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwca', symObjAddr: 0x4A70, symBinAddr: 0x1880E0, symSize: 0x90 } + - { offsetInCU: 0x2E1A, offset: 0x212AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwta', symObjAddr: 0x4B20, symBinAddr: 0x188170, symSize: 0x60 } + - { offsetInCU: 0x2E2E, offset: 0x212AFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwet', symObjAddr: 0x4B80, symBinAddr: 0x1881D0, symSize: 0x40 } + - { offsetInCU: 0x2E42, offset: 0x212B11, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwst', symObjAddr: 0x4BC0, symBinAddr: 0x188210, symSize: 0x50 } + - { offsetInCU: 0x2E56, offset: 0x212B25, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVMa', symObjAddr: 0x4C10, symBinAddr: 0x188260, symSize: 0x10 } + - { offsetInCU: 0x2E6A, offset: 0x212B39, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwCP', symObjAddr: 0x4C20, symBinAddr: 0x188270, symSize: 0x30 } + - { offsetInCU: 0x2E7E, offset: 0x212B4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOy', symObjAddr: 0x4C50, symBinAddr: 0x1882A0, symSize: 0x50 } + - { offsetInCU: 0x2E92, offset: 0x212B61, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwxx', symObjAddr: 0x4CA0, symBinAddr: 0x1882F0, symSize: 0x20 } + - { offsetInCU: 0x2EA6, offset: 0x212B75, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOe', symObjAddr: 0x4CC0, symBinAddr: 0x188310, symSize: 0x50 } + - { offsetInCU: 0x2EBA, offset: 0x212B89, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwcp', symObjAddr: 0x4D10, symBinAddr: 0x188360, symSize: 0x70 } + - { offsetInCU: 0x2ECE, offset: 0x212B9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwca', symObjAddr: 0x4D80, symBinAddr: 0x1883D0, symSize: 0x80 } + - { offsetInCU: 0x2EE2, offset: 0x212BB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwta', symObjAddr: 0x4E20, symBinAddr: 0x188450, symSize: 0x50 } + - { offsetInCU: 0x2EF6, offset: 0x212BC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwet', symObjAddr: 0x4E70, symBinAddr: 0x1884A0, symSize: 0x50 } + - { offsetInCU: 0x2F0A, offset: 0x212BD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwst', symObjAddr: 0x4EC0, symBinAddr: 0x1884F0, symSize: 0x50 } + - { offsetInCU: 0x2F1E, offset: 0x212BED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwug', symObjAddr: 0x4F10, symBinAddr: 0x188540, symSize: 0x10 } + - { offsetInCU: 0x2F32, offset: 0x212C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwup', symObjAddr: 0x4F20, symBinAddr: 0x188550, symSize: 0x10 } + - { offsetInCU: 0x2F46, offset: 0x212C15, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwui', symObjAddr: 0x4F30, symBinAddr: 0x188560, symSize: 0x10 } + - { offsetInCU: 0x2F5A, offset: 0x212C29, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOMa', symObjAddr: 0x4F40, symBinAddr: 0x188570, symSize: 0x10 } + - { offsetInCU: 0x2F6E, offset: 0x212C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VwCP', symObjAddr: 0x4F50, symBinAddr: 0x188580, symSize: 0x30 } + - { offsetInCU: 0x2F82, offset: 0x212C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwxx', symObjAddr: 0x4F80, symBinAddr: 0x1885B0, symSize: 0x20 } + - { offsetInCU: 0x2F96, offset: 0x212C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwcp', symObjAddr: 0x4FA0, symBinAddr: 0x1885D0, symSize: 0x30 } + - { offsetInCU: 0x2FAA, offset: 0x212C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwca', symObjAddr: 0x4FD0, symBinAddr: 0x188600, symSize: 0x50 } + - { offsetInCU: 0x2FBE, offset: 0x212C8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwta', symObjAddr: 0x5030, symBinAddr: 0x188650, symSize: 0x40 } + - { offsetInCU: 0x2FD2, offset: 0x212CA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwet', symObjAddr: 0x5070, symBinAddr: 0x188690, symSize: 0x40 } + - { offsetInCU: 0x2FE6, offset: 0x212CB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwst', symObjAddr: 0x50B0, symBinAddr: 0x1886D0, symSize: 0x40 } + - { offsetInCU: 0x2FFA, offset: 0x212CC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VMa', symObjAddr: 0x50F0, symBinAddr: 0x188710, symSize: 0x10 } + - { offsetInCU: 0x300E, offset: 0x212CDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLO4fill_AC14GradientLayersAELLVSg14gradientStroketSgWOe', symObjAddr: 0x5100, symBinAddr: 0x188720, symSize: 0x50 } + - { offsetInCU: 0x3022, offset: 0x212CF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOe', symObjAddr: 0x5150, symBinAddr: 0x188770, symSize: 0x40 } + - { offsetInCU: 0x3036, offset: 0x212D05, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOy', symObjAddr: 0x5190, symBinAddr: 0x1887B0, symSize: 0x50 } + - { offsetInCU: 0x308A, offset: 0x212D59, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x62E0, symBinAddr: 0x189830, symSize: 0x20 } + - { offsetInCU: 0x309E, offset: 0x212D6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x6300, symBinAddr: 0x189850, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x21324E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x1898F0, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x213266, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x1898F0, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x21327A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwxx', symObjAddr: 0x30, symBinAddr: 0x189920, symSize: 0x20 } + - { offsetInCU: 0x6B, offset: 0x21328E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwcp', symObjAddr: 0x80, symBinAddr: 0x189940, symSize: 0x40 } + - { offsetInCU: 0x7F, offset: 0x2132A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwca', symObjAddr: 0xC0, symBinAddr: 0x189980, symSize: 0x40 } + - { offsetInCU: 0x93, offset: 0x2132B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwta', symObjAddr: 0x240, symBinAddr: 0x1899C0, symSize: 0x50 } + - { offsetInCU: 0xA7, offset: 0x2132CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwet', symObjAddr: 0x290, symBinAddr: 0x189A10, symSize: 0x50 } + - { offsetInCU: 0xBB, offset: 0x2132DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwst', symObjAddr: 0x2E0, symBinAddr: 0x189A60, symSize: 0x50 } + - { offsetInCU: 0xCF, offset: 0x2132F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVMa', symObjAddr: 0x330, symBinAddr: 0x189AB0, symSize: 0x10 } + - { offsetInCU: 0xEF, offset: 0x213312, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufC', symObjAddr: 0x340, symBinAddr: 0x189AC0, symSize: 0xE0 } + - { offsetInCU: 0x12C, offset: 0x21334F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_', symObjAddr: 0x420, symBinAddr: 0x189BA0, symSize: 0x2D0 } + - { offsetInCU: 0x1A0, offset: 0x2133C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F0, symBinAddr: 0x189E70, symSize: 0x20 } + - { offsetInCU: 0x1E6, offset: 0x213409, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_TA', symObjAddr: 0x780, symBinAddr: 0x189ED0, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x2135A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x189F00, symSize: 0x80 } + - { offsetInCU: 0x4B, offset: 0x2135C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x189F00, symSize: 0x80 } + - { offsetInCU: 0x69, offset: 0x2135E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x80, symBinAddr: 0x189F80, symSize: 0x80 } + - { offsetInCU: 0xBA, offset: 0x213634, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x100, symBinAddr: 0x18A000, symSize: 0x60 } + - { offsetInCU: 0xF5, offset: 0x21366F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x160, symBinAddr: 0x18A060, symSize: 0x40 } + - { offsetInCU: 0x113, offset: 0x21368D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1A0, symBinAddr: 0x18A0A0, symSize: 0x50 } + - { offsetInCU: 0x164, offset: 0x2136DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1F0, symBinAddr: 0x18A0F0, symSize: 0x40 } + - { offsetInCU: 0x1A7, offset: 0x213721, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCfD', symObjAddr: 0x230, symBinAddr: 0x18A130, symSize: 0x30 } + - { offsetInCU: 0x1D5, offset: 0x21374F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCMa', symObjAddr: 0x260, symBinAddr: 0x18A160, symSize: 0x14 } + - { offsetInCU: 0x27, offset: 0x2138ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x18A180, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x213905, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x18A180, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x213919, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwCP', symObjAddr: 0x10, symBinAddr: 0x18A190, symSize: 0x30 } + - { offsetInCU: 0x67, offset: 0x21392D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwxx', symObjAddr: 0x40, symBinAddr: 0x18A1C0, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x213941, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwcp', symObjAddr: 0x70, symBinAddr: 0x18A1F0, symSize: 0x60 } + - { offsetInCU: 0x8F, offset: 0x213955, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwca', symObjAddr: 0xD0, symBinAddr: 0x18A250, symSize: 0x80 } + - { offsetInCU: 0xA3, offset: 0x213969, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwta', symObjAddr: 0x170, symBinAddr: 0x18A2D0, symSize: 0x60 } + - { offsetInCU: 0xB7, offset: 0x21397D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwet', symObjAddr: 0x1D0, symBinAddr: 0x18A330, symSize: 0x40 } + - { offsetInCU: 0xCB, offset: 0x213991, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwst', symObjAddr: 0x210, symBinAddr: 0x18A370, symSize: 0x50 } + - { offsetInCU: 0xDF, offset: 0x2139A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMa', symObjAddr: 0x260, symBinAddr: 0x18A3C0, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x2139B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMi', symObjAddr: 0x2A0, symBinAddr: 0x18A3D0, symSize: 0x10 } + - { offsetInCU: 0x107, offset: 0x2139CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwCP', symObjAddr: 0x2B0, symBinAddr: 0x18A3E0, symSize: 0x30 } + - { offsetInCU: 0x11B, offset: 0x2139E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwxx', symObjAddr: 0x2E0, symBinAddr: 0x18A410, symSize: 0x10 } + - { offsetInCU: 0x12F, offset: 0x2139F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwcp', symObjAddr: 0x2F0, symBinAddr: 0x18A420, symSize: 0x30 } + - { offsetInCU: 0x143, offset: 0x213A09, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwca', symObjAddr: 0x320, symBinAddr: 0x18A450, symSize: 0x40 } + - { offsetInCU: 0x157, offset: 0x213A1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwta', symObjAddr: 0x370, symBinAddr: 0x18A490, symSize: 0x30 } + - { offsetInCU: 0x16B, offset: 0x213A31, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwet', symObjAddr: 0x3A0, symBinAddr: 0x18A4C0, symSize: 0x40 } + - { offsetInCU: 0x17F, offset: 0x213A45, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwst', symObjAddr: 0x3E0, symBinAddr: 0x18A500, symSize: 0x40 } + - { offsetInCU: 0x193, offset: 0x213A59, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMa', symObjAddr: 0x420, symBinAddr: 0x18A540, symSize: 0xC } + - { offsetInCU: 0x92, offset: 0x213C10, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x18A610, symSize: 0x30 } + - { offsetInCU: 0xC3, offset: 0x213C41, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0x18A640, symSize: 0x20 } + - { offsetInCU: 0x10F, offset: 0x213C8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1A0, symBinAddr: 0x18A6F0, symSize: 0xD80 } + - { offsetInCU: 0x199, offset: 0x213D17, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xF20, symBinAddr: 0x18B470, symSize: 0x1330 } + - { offsetInCU: 0x6E1, offset: 0x21425F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x2250, symBinAddr: 0x18C7A0, symSize: 0x20 } + - { offsetInCU: 0x718, offset: 0x214296, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2550, symBinAddr: 0x18CAA0, symSize: 0x20 } + - { offsetInCU: 0x78B, offset: 0x214309, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x2A20, symBinAddr: 0x18CF70, symSize: 0x40 } + - { offsetInCU: 0x7D1, offset: 0x21434F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x2A60, symBinAddr: 0x18CFB0, symSize: 0x30 } + - { offsetInCU: 0x7E5, offset: 0x214363, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2A90, symBinAddr: 0x18CFE0, symSize: 0x10 } + - { offsetInCU: 0x81B, offset: 0x214399, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2AA0, symBinAddr: 0x18CFF0, symSize: 0x30 } + - { offsetInCU: 0x880, offset: 0x2143FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2AD0, symBinAddr: 0x18D020, symSize: 0x10 } + - { offsetInCU: 0x89C, offset: 0x21441A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2AE0, symBinAddr: 0x18D030, symSize: 0x10 } + - { offsetInCU: 0x8B8, offset: 0x214436, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3A40, symBinAddr: 0x18DD20, symSize: 0x50 } + - { offsetInCU: 0x8F0, offset: 0x21446E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x2270, symBinAddr: 0x18C7C0, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0x2144A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2530, symBinAddr: 0x18CA80, symSize: 0x20 } + - { offsetInCU: 0x9A5, offset: 0x214523, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2760, symBinAddr: 0x18CCB0, symSize: 0x70 } + - { offsetInCU: 0xA0B, offset: 0x214589, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x27D0, symBinAddr: 0x18CD20, symSize: 0x30 } + - { offsetInCU: 0xA27, offset: 0x2145A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2800, symBinAddr: 0x18CD50, symSize: 0x10 } + - { offsetInCU: 0xA5D, offset: 0x2145DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2810, symBinAddr: 0x18CD60, symSize: 0x60 } + - { offsetInCU: 0xAE2, offset: 0x214660, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2870, symBinAddr: 0x18CDC0, symSize: 0x10 } + - { offsetInCU: 0xAFE, offset: 0x21467C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2880, symBinAddr: 0x18CDD0, symSize: 0x10 } + - { offsetInCU: 0xB27, offset: 0x2146A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x24F0, symBinAddr: 0x18CA40, symSize: 0x20 } + - { offsetInCU: 0xB5E, offset: 0x2146DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2510, symBinAddr: 0x18CA60, symSize: 0x20 } + - { offsetInCU: 0xBDC, offset: 0x21475A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x25B0, symBinAddr: 0x18CB00, symSize: 0x70 } + - { offsetInCU: 0xC42, offset: 0x2147C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x2620, symBinAddr: 0x18CB70, symSize: 0x30 } + - { offsetInCU: 0xC5E, offset: 0x2147DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2650, symBinAddr: 0x18CBA0, symSize: 0x10 } + - { offsetInCU: 0xC94, offset: 0x214812, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2660, symBinAddr: 0x18CBB0, symSize: 0x60 } + - { offsetInCU: 0xD19, offset: 0x214897, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x26C0, symBinAddr: 0x18CC10, symSize: 0x10 } + - { offsetInCU: 0xD35, offset: 0x2148B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x26D0, symBinAddr: 0x18CC20, symSize: 0x10 } + - { offsetInCU: 0xD53, offset: 0x2148D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2290, symBinAddr: 0x18C7E0, symSize: 0x260 } + - { offsetInCU: 0xDC6, offset: 0x214944, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfd', symObjAddr: 0x2B30, symBinAddr: 0x18D080, symSize: 0xB0 } + - { offsetInCU: 0xDF3, offset: 0x214971, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfD', symObjAddr: 0x2BE0, symBinAddr: 0x18D130, symSize: 0x20 } + - { offsetInCU: 0xE38, offset: 0x2149B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2E10, symBinAddr: 0x18D340, symSize: 0x50 } + - { offsetInCU: 0xE70, offset: 0x2149EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2E60, symBinAddr: 0x18D390, symSize: 0x20 } + - { offsetInCU: 0xF57, offset: 0x214AD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCMa', symObjAddr: 0x2C00, symBinAddr: 0x18D150, symSize: 0x20 } + - { offsetInCU: 0xF6B, offset: 0x214AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwet', symObjAddr: 0x2C40, symBinAddr: 0x18D170, symSize: 0x80 } + - { offsetInCU: 0xF7F, offset: 0x214AFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwst', symObjAddr: 0x2CC0, symBinAddr: 0x18D1F0, symSize: 0xD0 } + - { offsetInCU: 0xF93, offset: 0x214B11, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwug', symObjAddr: 0x2D90, symBinAddr: 0x18D2C0, symSize: 0x10 } + - { offsetInCU: 0xFA7, offset: 0x214B25, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwup', symObjAddr: 0x2DA0, symBinAddr: 0x18D2D0, symSize: 0x10 } + - { offsetInCU: 0xFBB, offset: 0x214B39, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwui', symObjAddr: 0x2DB0, symBinAddr: 0x18D2E0, symSize: 0x10 } + - { offsetInCU: 0xFCF, offset: 0x214B4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOMa', symObjAddr: 0x2DC0, symBinAddr: 0x18D2F0, symSize: 0x10 } + - { offsetInCU: 0xFE3, offset: 0x214B61, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASQWb', symObjAddr: 0x2DD0, symBinAddr: 0x18D300, symSize: 0x10 } + - { offsetInCU: 0xFF7, offset: 0x214B75, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSQAAWl', symObjAddr: 0x2DE0, symBinAddr: 0x18D310, symSize: 0x30 } + - { offsetInCU: 0x100B, offset: 0x214B89, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs0D3KeyAAWl', symObjAddr: 0x2EF0, symBinAddr: 0x18D3B0, symSize: 0x30 } + - { offsetInCU: 0x101F, offset: 0x214B9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2F50, symBinAddr: 0x18D3E0, symSize: 0x30 } + - { offsetInCU: 0x1033, offset: 0x214BB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGSeAASeRzlWl', symObjAddr: 0x2FB0, symBinAddr: 0x18D410, symSize: 0x60 } + - { offsetInCU: 0x1047, offset: 0x214BC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGSeAASeRzlWl', symObjAddr: 0x3040, symBinAddr: 0x18D470, symSize: 0x60 } + - { offsetInCU: 0x105B, offset: 0x214BD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x3100, symBinAddr: 0x18D500, symSize: 0x30 } + - { offsetInCU: 0x106F, offset: 0x214BED, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOGSgWOc', symObjAddr: 0x3130, symBinAddr: 0x18D530, symSize: 0x40 } + - { offsetInCU: 0x1083, offset: 0x214C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSeAAWl', symObjAddr: 0x3170, symBinAddr: 0x18D570, symSize: 0x30 } + - { offsetInCU: 0x1097, offset: 0x214C15, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSYAAWl', symObjAddr: 0x32D0, symBinAddr: 0x18D610, symSize: 0x30 } + - { offsetInCU: 0x10AB, offset: 0x214C29, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3390, symBinAddr: 0x18D670, symSize: 0x80 } + - { offsetInCU: 0x10BF, offset: 0x214C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3410, symBinAddr: 0x18D6F0, symSize: 0xD0 } + - { offsetInCU: 0x10D3, offset: 0x214C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x34E0, symBinAddr: 0x18D7C0, symSize: 0x10 } + - { offsetInCU: 0x10E7, offset: 0x214C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x34F0, symBinAddr: 0x18D7D0, symSize: 0x10 } + - { offsetInCU: 0x10FB, offset: 0x214C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3500, symBinAddr: 0x18D7E0, symSize: 0x80 } + - { offsetInCU: 0x110F, offset: 0x214C8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3580, symBinAddr: 0x18D860, symSize: 0xD0 } + - { offsetInCU: 0x1123, offset: 0x214CA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x3650, symBinAddr: 0x18D930, symSize: 0x10 } + - { offsetInCU: 0x1137, offset: 0x214CB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x3660, symBinAddr: 0x18D940, symSize: 0x10 } + - { offsetInCU: 0x114B, offset: 0x214CC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3670, symBinAddr: 0x18D950, symSize: 0x80 } + - { offsetInCU: 0x115F, offset: 0x214CDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x36F0, symBinAddr: 0x18D9D0, symSize: 0xD0 } + - { offsetInCU: 0x1173, offset: 0x214CF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwug', symObjAddr: 0x37C0, symBinAddr: 0x18DAA0, symSize: 0x10 } + - { offsetInCU: 0x1187, offset: 0x214D05, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x37D0, symBinAddr: 0x18DAB0, symSize: 0x10 } + - { offsetInCU: 0x119B, offset: 0x214D19, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwui', symObjAddr: 0x37E0, symBinAddr: 0x18DAC0, symSize: 0x10 } + - { offsetInCU: 0x11AF, offset: 0x214D2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x37F0, symBinAddr: 0x18DAD0, symSize: 0x10 } + - { offsetInCU: 0x11C3, offset: 0x214D41, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3800, symBinAddr: 0x18DAE0, symSize: 0x10 } + - { offsetInCU: 0x11D7, offset: 0x214D55, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3810, symBinAddr: 0x18DAF0, symSize: 0x30 } + - { offsetInCU: 0x11EB, offset: 0x214D69, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3840, symBinAddr: 0x18DB20, symSize: 0x10 } + - { offsetInCU: 0x11FF, offset: 0x214D7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3850, symBinAddr: 0x18DB30, symSize: 0x30 } + - { offsetInCU: 0x1213, offset: 0x214D91, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3880, symBinAddr: 0x18DB60, symSize: 0x10 } + - { offsetInCU: 0x1227, offset: 0x214DA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3890, symBinAddr: 0x18DB70, symSize: 0x30 } + - { offsetInCU: 0x123B, offset: 0x214DB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x38C0, symBinAddr: 0x18DBA0, symSize: 0x10 } + - { offsetInCU: 0x124F, offset: 0x214DCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x38D0, symBinAddr: 0x18DBB0, symSize: 0x30 } + - { offsetInCU: 0x1263, offset: 0x214DE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3900, symBinAddr: 0x18DBE0, symSize: 0x10 } + - { offsetInCU: 0x1277, offset: 0x214DF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3910, symBinAddr: 0x18DBF0, symSize: 0x30 } + - { offsetInCU: 0x128B, offset: 0x214E09, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3940, symBinAddr: 0x18DC20, symSize: 0x10 } + - { offsetInCU: 0x129F, offset: 0x214E1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3950, symBinAddr: 0x18DC30, symSize: 0x30 } + - { offsetInCU: 0x12B3, offset: 0x214E31, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3980, symBinAddr: 0x18DC60, symSize: 0x10 } + - { offsetInCU: 0x12C7, offset: 0x214E45, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3990, symBinAddr: 0x18DC70, symSize: 0x30 } + - { offsetInCU: 0x12DB, offset: 0x214E59, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x39C0, symBinAddr: 0x18DCA0, symSize: 0x10 } + - { offsetInCU: 0x12EF, offset: 0x214E6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x39D0, symBinAddr: 0x18DCB0, symSize: 0x30 } + - { offsetInCU: 0x1303, offset: 0x214E81, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3A00, symBinAddr: 0x18DCE0, symSize: 0x10 } + - { offsetInCU: 0x1317, offset: 0x214E95, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3A10, symBinAddr: 0x18DCF0, symSize: 0x30 } + - { offsetInCU: 0x134B, offset: 0x214EC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x18A550, symSize: 0x10 } + - { offsetInCU: 0x13DC, offset: 0x214F5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x18A560, symSize: 0x40 } + - { offsetInCU: 0x14B4, offset: 0x215032, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x18A5A0, symSize: 0x30 } + - { offsetInCU: 0x1530, offset: 0x2150AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x18A5D0, symSize: 0x40 } + - { offsetInCU: 0x15DD, offset: 0x21515B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0x18A660, symSize: 0x50 } + - { offsetInCU: 0x1600, offset: 0x21517E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0x18A6B0, symSize: 0x40 } + - { offsetInCU: 0x1667, offset: 0x2151E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2570, symBinAddr: 0x18CAC0, symSize: 0x10 } + - { offsetInCU: 0x1683, offset: 0x215201, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2580, symBinAddr: 0x18CAD0, symSize: 0x10 } + - { offsetInCU: 0x169F, offset: 0x21521D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2590, symBinAddr: 0x18CAE0, symSize: 0x10 } + - { offsetInCU: 0x16BB, offset: 0x215239, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x25A0, symBinAddr: 0x18CAF0, symSize: 0x10 } + - { offsetInCU: 0x16DE, offset: 0x21525C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x26E0, symBinAddr: 0x18CC30, symSize: 0x20 } + - { offsetInCU: 0x16FA, offset: 0x215278, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2700, symBinAddr: 0x18CC50, symSize: 0x20 } + - { offsetInCU: 0x1716, offset: 0x215294, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2720, symBinAddr: 0x18CC70, symSize: 0x10 } + - { offsetInCU: 0x1732, offset: 0x2152B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2730, symBinAddr: 0x18CC80, symSize: 0x10 } + - { offsetInCU: 0x174E, offset: 0x2152CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2740, symBinAddr: 0x18CC90, symSize: 0x10 } + - { offsetInCU: 0x176A, offset: 0x2152E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2750, symBinAddr: 0x18CCA0, symSize: 0x10 } + - { offsetInCU: 0x178D, offset: 0x21530B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2890, symBinAddr: 0x18CDE0, symSize: 0x20 } + - { offsetInCU: 0x17A9, offset: 0x215327, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x28B0, symBinAddr: 0x18CE00, symSize: 0x20 } + - { offsetInCU: 0x17E3, offset: 0x215361, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x28D0, symBinAddr: 0x18CE20, symSize: 0x80 } + - { offsetInCU: 0x18B2, offset: 0x215430, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2950, symBinAddr: 0x18CEA0, symSize: 0x50 } + - { offsetInCU: 0x1930, offset: 0x2154AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x29A0, symBinAddr: 0x18CEF0, symSize: 0x30 } + - { offsetInCU: 0x1982, offset: 0x215500, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x29D0, symBinAddr: 0x18CF20, symSize: 0x50 } + - { offsetInCU: 0x19E5, offset: 0x215563, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2AF0, symBinAddr: 0x18D040, symSize: 0x20 } + - { offsetInCU: 0x1A01, offset: 0x21557F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2B10, symBinAddr: 0x18D060, symSize: 0x20 } + - { offsetInCU: 0x5A, offset: 0x2157EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC05setupB07contextyAA0C7ContextV_tF', symObjAddr: 0x0, symBinAddr: 0x18DDB0, symSize: 0x200 } + - { offsetInCU: 0x112, offset: 0x2158A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x200, symBinAddr: 0x18DFB0, symSize: 0x60 } + - { offsetInCU: 0x159, offset: 0x2158EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfc', symObjAddr: 0x260, symBinAddr: 0x18E010, symSize: 0x1E0 } + - { offsetInCU: 0x21C, offset: 0x2159AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfcTo', symObjAddr: 0x440, symBinAddr: 0x18E1F0, symSize: 0x50 } + - { offsetInCU: 0x238, offset: 0x2159C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfD', symObjAddr: 0x4C0, symBinAddr: 0x18E270, symSize: 0x30 } + - { offsetInCU: 0x27C, offset: 0x215A0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfE', symObjAddr: 0x490, symBinAddr: 0x18E240, symSize: 0x30 } + - { offsetInCU: 0x2A9, offset: 0x215A3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfETo', symObjAddr: 0x4F0, symBinAddr: 0x18E2A0, symSize: 0x30 } + - { offsetInCU: 0x2D8, offset: 0x215A69, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCMa', symObjAddr: 0x520, symBinAddr: 0x18E2D0, symSize: 0x20 } + - { offsetInCU: 0x325, offset: 0x215AB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCAA012CustomLayoutC0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x540, symBinAddr: 0x18E2F0, symSize: 0xC0 } + - { offsetInCU: 0x2B, offset: 0x215CF6, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x18E3E0, symSize: 0x2C0 } + - { offsetInCU: 0x26E, offset: 0x215F39, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x18E3E0, symSize: 0x2C0 } + - { offsetInCU: 0x454, offset: 0x21611F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC17combinedKeyframesAA13KeyframeGroupCyAC0E0VGyKF', symObjAddr: 0x2C0, symBinAddr: 0x18E6A0, symSize: 0x120 } + - { offsetInCU: 0x52A, offset: 0x2161F5, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x3E0, symBinAddr: 0x18E7C0, symSize: 0xE0 } + - { offsetInCU: 0x5F8, offset: 0x2162C3, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x4C0, symBinAddr: 0x18E8A0, symSize: 0xD0 } + - { offsetInCU: 0x766, offset: 0x216431, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x590, symBinAddr: 0x18E970, symSize: 0x110 } + - { offsetInCU: 0x988, offset: 0x216653, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x6A0, symBinAddr: 0x18EA80, symSize: 0x10 } + - { offsetInCU: 0x9C6, offset: 0x216691, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x760, symBinAddr: 0x18EAC0, symSize: 0x10 } + - { offsetInCU: 0x9DA, offset: 0x2166A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwCP', symObjAddr: 0x770, symBinAddr: 0x18EAD0, symSize: 0x30 } + - { offsetInCU: 0x9EE, offset: 0x2166B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwet', symObjAddr: 0x7E0, symBinAddr: 0x18EB00, symSize: 0x20 } + - { offsetInCU: 0xA02, offset: 0x2166CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwst', symObjAddr: 0x800, symBinAddr: 0x18EB20, symSize: 0x40 } + - { offsetInCU: 0xA16, offset: 0x2166E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVMa', symObjAddr: 0x840, symBinAddr: 0x18EB60, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x216949, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x18EB90, symSize: 0x360 } + - { offsetInCU: 0x84, offset: 0x2169A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x360, symBinAddr: 0x18EEF0, symSize: 0x10 } + - { offsetInCU: 0x214, offset: 0x216B36, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x18EB90, symSize: 0x360 } + - { offsetInCU: 0x3D8, offset: 0x216CFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwCP', symObjAddr: 0x3C0, symBinAddr: 0x18EF00, symSize: 0x30 } + - { offsetInCU: 0x3EC, offset: 0x216D0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwxx', symObjAddr: 0x3F0, symBinAddr: 0x18EF30, symSize: 0x50 } + - { offsetInCU: 0x400, offset: 0x216D22, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwcp', symObjAddr: 0x470, symBinAddr: 0x18EF80, symSize: 0xD0 } + - { offsetInCU: 0x414, offset: 0x216D36, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwca', symObjAddr: 0x540, symBinAddr: 0x18F050, symSize: 0xB0 } + - { offsetInCU: 0x428, offset: 0x216D4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwta', symObjAddr: 0x770, symBinAddr: 0x18F100, symSize: 0xC0 } + - { offsetInCU: 0x43C, offset: 0x216D5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwet', symObjAddr: 0x830, symBinAddr: 0x18F1C0, symSize: 0x50 } + - { offsetInCU: 0x450, offset: 0x216D72, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwst', symObjAddr: 0x880, symBinAddr: 0x18F210, symSize: 0x70 } + - { offsetInCU: 0x464, offset: 0x216D86, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVMa', symObjAddr: 0x8F0, symBinAddr: 0x18F280, symSize: 0xA } + - { offsetInCU: 0x2B, offset: 0x216F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x18F290, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0x216F57, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x18F290, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0x216FA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0x18F300, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x216FEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0x18F320, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x21702B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0x18F350, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x21705D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesC4fillAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x920, symBinAddr: 0x18FBB0, symSize: 0x2E0 } + - { offsetInCU: 0x41D, offset: 0x217307, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCMa', symObjAddr: 0x50, symBinAddr: 0x18F2E0, symSize: 0x20 } + - { offsetInCU: 0x45B, offset: 0x217345, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCfD', symObjAddr: 0xE0, symBinAddr: 0x18F370, symSize: 0x40 } + - { offsetInCU: 0x4BC, offset: 0x2173A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x140, symBinAddr: 0x18F3D0, symSize: 0x40 } + - { offsetInCU: 0x506, offset: 0x2173F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x180, symBinAddr: 0x18F410, symSize: 0x30 } + - { offsetInCU: 0x547, offset: 0x217431, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1B0, symBinAddr: 0x18F440, symSize: 0x10 } + - { offsetInCU: 0x579, offset: 0x217463, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x18F450, symSize: 0x10 } + - { offsetInCU: 0x5DD, offset: 0x2174C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1D0, symBinAddr: 0x18F460, symSize: 0x20 } + - { offsetInCU: 0x63F, offset: 0x217529, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1F0, symBinAddr: 0x18F480, symSize: 0x10 } + - { offsetInCU: 0x66A, offset: 0x217554, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x200, symBinAddr: 0x18F490, symSize: 0x10 } + - { offsetInCU: 0x69C, offset: 0x217586, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x210, symBinAddr: 0x18F4A0, symSize: 0x10 } + - { offsetInCU: 0x6C7, offset: 0x2175B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x220, symBinAddr: 0x18F4B0, symSize: 0x10 } + - { offsetInCU: 0x708, offset: 0x2175F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x230, symBinAddr: 0x18F4C0, symSize: 0x10 } + - { offsetInCU: 0x749, offset: 0x217633, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x240, symBinAddr: 0x18F4D0, symSize: 0x20 } + - { offsetInCU: 0x77B, offset: 0x217665, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x260, symBinAddr: 0x18F4F0, symSize: 0x10 } + - { offsetInCU: 0x7B5, offset: 0x21769F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x270, symBinAddr: 0x18F500, symSize: 0x50 } + - { offsetInCU: 0x7F2, offset: 0x2176DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC06parentC04fillAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xC00, symBinAddr: 0x18FE90, symSize: 0x110 } + - { offsetInCU: 0x8C0, offset: 0x2177AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xD10, symBinAddr: 0x18FFA0, symSize: 0x170 } + - { offsetInCU: 0xAD3, offset: 0x2179BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCMa', symObjAddr: 0x120, symBinAddr: 0x18F3B0, symSize: 0x20 } + - { offsetInCU: 0xBE4, offset: 0x217ACE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x18F550, symSize: 0x140 } + - { offsetInCU: 0xC82, offset: 0x217B6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x400, symBinAddr: 0x18F690, symSize: 0x1C0 } + - { offsetInCU: 0xE11, offset: 0x217CFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x5C0, symBinAddr: 0x18F850, symSize: 0x160 } + - { offsetInCU: 0xE93, offset: 0x217D7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x720, symBinAddr: 0x18F9B0, symSize: 0x200 } + - { offsetInCU: 0x2B, offset: 0x218789, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x190130, symSize: 0xE0 } + - { offsetInCU: 0x4F, offset: 0x2187AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x190130, symSize: 0xE0 } + - { offsetInCU: 0x9A, offset: 0x2187F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0xE0, symBinAddr: 0x190210, symSize: 0x30 } + - { offsetInCU: 0xD5, offset: 0x218833, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvg', symObjAddr: 0x110, symBinAddr: 0x190240, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x218898, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x160, symBinAddr: 0x190290, symSize: 0x70 } + - { offsetInCU: 0x18B, offset: 0x2188E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvs', symObjAddr: 0x1D0, symBinAddr: 0x190300, symSize: 0x50 } + - { offsetInCU: 0x1CF, offset: 0x21892D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyF', symObjAddr: 0x220, symBinAddr: 0x190350, symSize: 0x40 } + - { offsetInCU: 0x20A, offset: 0x218968, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyFTo', symObjAddr: 0x260, symBinAddr: 0x190390, symSize: 0x70 } + - { offsetInCU: 0x23D, offset: 0x21899B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyF', symObjAddr: 0x2D0, symBinAddr: 0x190400, symSize: 0x40 } + - { offsetInCU: 0x278, offset: 0x2189D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyFTo', symObjAddr: 0x310, symBinAddr: 0x190440, symSize: 0x70 } + - { offsetInCU: 0x2AB, offset: 0x218A09, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC06layoutB0yyF', symObjAddr: 0x380, symBinAddr: 0x1904B0, symSize: 0x10 } + - { offsetInCU: 0x2D6, offset: 0x218A34, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC22animationMovedToWindowyyF', symObjAddr: 0x390, symBinAddr: 0x1904C0, symSize: 0x10 } + - { offsetInCU: 0x301, offset: 0x218A5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x3A0, symBinAddr: 0x1904D0, symSize: 0x10 } + - { offsetInCU: 0x31D, offset: 0x218A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC28animationWillEnterForegroundyyFTo', symObjAddr: 0x3B0, symBinAddr: 0x1904E0, symSize: 0x10 } + - { offsetInCU: 0x339, offset: 0x218A97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfC', symObjAddr: 0x3C0, symBinAddr: 0x1904F0, symSize: 0x80 } + - { offsetInCU: 0x357, offset: 0x218AB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc', symObjAddr: 0x440, symBinAddr: 0x190570, symSize: 0x80 } + - { offsetInCU: 0x3A6, offset: 0x218B04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x4C0, symBinAddr: 0x1905F0, symSize: 0x60 } + - { offsetInCU: 0x3E1, offset: 0x218B3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x520, symBinAddr: 0x190650, symSize: 0x40 } + - { offsetInCU: 0x3FF, offset: 0x218B5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x560, symBinAddr: 0x190690, symSize: 0x50 } + - { offsetInCU: 0x44E, offset: 0x218BAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x5B0, symBinAddr: 0x1906E0, symSize: 0x40 } + - { offsetInCU: 0x491, offset: 0x218BEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCfD', symObjAddr: 0x5F0, symBinAddr: 0x190720, symSize: 0x30 } + - { offsetInCU: 0x4BF, offset: 0x218C1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCMa', symObjAddr: 0x140, symBinAddr: 0x190270, symSize: 0x20 } + - { offsetInCU: 0x9C, offset: 0x218E49, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC8rendererAcA10NodeOutput_AA10Renderablep_tcfc', symObjAddr: 0x0, symBinAddr: 0x190770, symSize: 0x770 } + - { offsetInCU: 0x551, offset: 0x2192FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfc', symObjAddr: 0x770, symBinAddr: 0x190EE0, symSize: 0x1C0 } + - { offsetInCU: 0x5CD, offset: 0x21937A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x930, symBinAddr: 0x1910A0, symSize: 0x50 } + - { offsetInCU: 0x613, offset: 0x2193C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x980, symBinAddr: 0x1910F0, symSize: 0xA0 } + - { offsetInCU: 0x66C, offset: 0x219419, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC03hasC6Update8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0xA20, symBinAddr: 0x191190, symSize: 0xF0 } + - { offsetInCU: 0x6AB, offset: 0x219458, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB10, symBinAddr: 0x191280, symSize: 0x320 } + - { offsetInCU: 0x6FB, offset: 0x2194A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xE30, symBinAddr: 0x1915A0, symSize: 0x100 } + - { offsetInCU: 0x751, offset: 0x2194FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0xF30, symBinAddr: 0x1916A0, symSize: 0x50 } + - { offsetInCU: 0x76D, offset: 0x21951A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC06updateC5ScaleyyF', symObjAddr: 0xF80, symBinAddr: 0x1916F0, symSize: 0x170 } + - { offsetInCU: 0x9CC, offset: 0x219779, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCACycfcTo', symObjAddr: 0x10F0, symBinAddr: 0x191860, symSize: 0x30 } + - { offsetInCU: 0xA33, offset: 0x2197E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfD', symObjAddr: 0x1150, symBinAddr: 0x1918C0, symSize: 0x30 } + - { offsetInCU: 0xBDA, offset: 0x219987, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfE', symObjAddr: 0x1120, symBinAddr: 0x191890, symSize: 0x30 } + - { offsetInCU: 0xC07, offset: 0x2199B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfETo', symObjAddr: 0x1180, symBinAddr: 0x1918F0, symSize: 0x30 } + - { offsetInCU: 0xC36, offset: 0x2199E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCMa', symObjAddr: 0x11B0, symBinAddr: 0x191920, symSize: 0x20 } + - { offsetInCU: 0xC4A, offset: 0x2199F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOc', symObjAddr: 0x1200, symBinAddr: 0x191940, symSize: 0x30 } + - { offsetInCU: 0xC5E, offset: 0x219A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOb', symObjAddr: 0x1260, symBinAddr: 0x191970, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x219CF1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x1919C0, symSize: 0x10 } + - { offsetInCU: 0x73, offset: 0x219D39, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x1919C0, symSize: 0x10 } + - { offsetInCU: 0xFC, offset: 0x219DC2, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x1919D0, symSize: 0x40 } + - { offsetInCU: 0x1E0, offset: 0x219EA6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x191A10, symSize: 0x20 } + - { offsetInCU: 0x2A0, offset: 0x219F66, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5crc328checksums6UInt32VAH_tFAHSWXEfU_', symObjAddr: 0xF0, symBinAddr: 0x191AB0, symSize: 0xA0 } + - { offsetInCU: 0x76C, offset: 0x21A432, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE7process9operation4size10bufferSize9skipCRC328provider8consumers6UInt32VSo019compression_stream_E0a_s5Int64VSiSbAcQ_SitKXEyACKXEtKFZTf4nnnnnnd_n', symObjAddr: 0x190, symBinAddr: 0x191B50, symSize: 0x1220 } + - { offsetInCU: 0x15FB, offset: 0x21B2C1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFs0E0ADWl', symObjAddr: 0x13B0, symBinAddr: 0x192D70, symSize: 0x30 } + - { offsetInCU: 0x160F, offset: 0x21B2D5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwet', symObjAddr: 0x14C0, symBinAddr: 0x192DA0, symSize: 0x80 } + - { offsetInCU: 0x1623, offset: 0x21B2E9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwst', symObjAddr: 0x1540, symBinAddr: 0x192E20, symSize: 0xD0 } + - { offsetInCU: 0x1637, offset: 0x21B2FD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwug', symObjAddr: 0x1610, symBinAddr: 0x192EF0, symSize: 0x10 } + - { offsetInCU: 0x164B, offset: 0x21B311, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwup', symObjAddr: 0x1620, symBinAddr: 0x192F00, symSize: 0x10 } + - { offsetInCU: 0x165F, offset: 0x21B325, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwui', symObjAddr: 0x1630, symBinAddr: 0x192F10, symSize: 0x10 } + - { offsetInCU: 0x1673, offset: 0x21B339, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOMa', symObjAddr: 0x1640, symBinAddr: 0x192F20, symSize: 0x10 } + - { offsetInCU: 0x1687, offset: 0x21B34D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSQWb', symObjAddr: 0x1650, symBinAddr: 0x192F30, symSize: 0x10 } + - { offsetInCU: 0x169B, offset: 0x21B361, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFSQADWl', symObjAddr: 0x1660, symBinAddr: 0x192F40, symSize: 0x30 } + - { offsetInCU: 0x16ED, offset: 0x21B3B3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x191A30, symSize: 0x40 } + - { offsetInCU: 0x178A, offset: 0x21B450, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP7_domainSSvgTW', symObjAddr: 0xB0, symBinAddr: 0x191A70, symSize: 0x10 } + - { offsetInCU: 0x17A6, offset: 0x21B46C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP5_codeSivgTW', symObjAddr: 0xC0, symBinAddr: 0x191A80, symSize: 0x10 } + - { offsetInCU: 0x17C2, offset: 0x21B488, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xD0, symBinAddr: 0x191A90, symSize: 0x10 } + - { offsetInCU: 0x17DE, offset: 0x21B4A4, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE0, symBinAddr: 0x191AA0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x21B834, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x192F70, symSize: 0x100C } + - { offsetInCU: 0x4AF, offset: 0x21BCBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x192F70, symSize: 0x100C } + - { offsetInCU: 0x27, offset: 0x21DB86, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x193F80, symSize: 0x70 } + - { offsetInCU: 0x87, offset: 0x21DBE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x193F80, symSize: 0x70 } + - { offsetInCU: 0xF1, offset: 0x21DC50, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCfD', symObjAddr: 0x70, symBinAddr: 0x193FF0, symSize: 0x30 } + - { offsetInCU: 0x176, offset: 0x21DCD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCMa', symObjAddr: 0xA0, symBinAddr: 0x194020, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x21DE66, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1CF8, symBinAddr: 0x216588, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x21DE80, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1D08, symBinAddr: 0x216598, symSize: 0x0 } + - { offsetInCU: 0x83, offset: 0x21DE9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1D18, symBinAddr: 0x2165A8, symSize: 0x0 } + - { offsetInCU: 0xDB, offset: 0x21DEF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg', symObjAddr: 0x5D0, symBinAddr: 0x194610, symSize: 0x10 } + - { offsetInCU: 0xF9, offset: 0x21DF10, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg', symObjAddr: 0x5E0, symBinAddr: 0x194620, symSize: 0x50 } + - { offsetInCU: 0x129, offset: 0x21DF40, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9animation3forAC9AnimationVSgSSSg_tF', symObjAddr: 0x0, symBinAddr: 0x194040, symSize: 0x1F0 } + - { offsetInCU: 0x39A, offset: 0x21E1B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC4data8filenameAC10Foundation4DataV_SStKcfc', symObjAddr: 0x1F0, symBinAddr: 0x194230, symSize: 0x3E0 } + - { offsetInCU: 0x46D, offset: 0x21E284, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg', symObjAddr: 0x630, symBinAddr: 0x194670, symSize: 0x30 } + - { offsetInCU: 0x49A, offset: 0x21E2B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC13animationsUrl10Foundation3URLVvg', symObjAddr: 0x660, symBinAddr: 0x1946A0, symSize: 0x1C0 } + - { offsetInCU: 0x4D6, offset: 0x21E2ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9imagesUrl10Foundation3URLVvg', symObjAddr: 0x820, symBinAddr: 0x194860, symSize: 0x1C0 } + - { offsetInCU: 0x569, offset: 0x21E380, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10decompress33_275A06DD5956033D98FBA55D0E0AF6FCLL4from2toy10Foundation3URLV_AJtKF', symObjAddr: 0xA70, symBinAddr: 0x194AB0, symSize: 0x630 } + - { offsetInCU: 0x69E, offset: 0x21E4B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9AnimationVAA0baN0VKXEfU_', symObjAddr: 0x10A0, symBinAddr: 0x1950E0, symSize: 0x320 } + - { offsetInCU: 0x7D7, offset: 0x21E5EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfd', symObjAddr: 0x13C0, symBinAddr: 0x195400, symSize: 0x90 } + - { offsetInCU: 0x812, offset: 0x21E629, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfD', symObjAddr: 0x1490, symBinAddr: 0x195490, symSize: 0xA0 } + - { offsetInCU: 0x917, offset: 0x21E72E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0x9E0, symBinAddr: 0x194A20, symSize: 0x30 } + - { offsetInCU: 0x931, offset: 0x21E748, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA10, symBinAddr: 0x194A50, symSize: 0x30 } + - { offsetInCU: 0x94B, offset: 0x21E762, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA40, symBinAddr: 0x194A80, symSize: 0x30 } + - { offsetInCU: 0xADE, offset: 0x21E8F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMU', symObjAddr: 0x1530, symBinAddr: 0x195530, symSize: 0x10 } + - { offsetInCU: 0xAF2, offset: 0x21E909, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMa', symObjAddr: 0x1540, symBinAddr: 0x195540, symSize: 0x30 } + - { offsetInCU: 0xB06, offset: 0x21E91D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMr', symObjAddr: 0x1570, symBinAddr: 0x195570, symSize: 0xB0 } + - { offsetInCU: 0xB1A, offset: 0x21E931, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgMa', symObjAddr: 0x1640, symBinAddr: 0x195640, symSize: 0x50 } + - { offsetInCU: 0xB2E, offset: 0x21E945, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwCP', symObjAddr: 0x1690, symBinAddr: 0x195690, symSize: 0x30 } + - { offsetInCU: 0xB42, offset: 0x21E959, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwxx', symObjAddr: 0x16C0, symBinAddr: 0x1956C0, symSize: 0x30 } + - { offsetInCU: 0xB56, offset: 0x21E96D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwcp', symObjAddr: 0x16F0, symBinAddr: 0x1956F0, symSize: 0x70 } + - { offsetInCU: 0xB6A, offset: 0x21E981, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwca', symObjAddr: 0x1760, symBinAddr: 0x195760, symSize: 0x90 } + - { offsetInCU: 0xB7E, offset: 0x21E995, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwta', symObjAddr: 0x1810, symBinAddr: 0x1957F0, symSize: 0x70 } + - { offsetInCU: 0xB92, offset: 0x21E9A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwet', symObjAddr: 0x1880, symBinAddr: 0x195860, symSize: 0x40 } + - { offsetInCU: 0xBA6, offset: 0x21E9BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwst', symObjAddr: 0x18C0, symBinAddr: 0x1958A0, symSize: 0x50 } + - { offsetInCU: 0xBBA, offset: 0x21E9D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVMa', symObjAddr: 0x1910, symBinAddr: 0x1958F0, symSize: 0x10 } + - { offsetInCU: 0xC68, offset: 0x21EA7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVACSeAAWl', symObjAddr: 0x1B90, symBinAddr: 0x195B30, symSize: 0x30 } + - { offsetInCU: 0xC7C, offset: 0x21EA93, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOc', symObjAddr: 0x1C20, symBinAddr: 0x195B60, symSize: 0x40 } + - { offsetInCU: 0xC90, offset: 0x21EAA7, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOd', symObjAddr: 0x1C60, symBinAddr: 0x195BA0, symSize: 0x40 } + - { offsetInCU: 0xD5E, offset: 0x21EB75, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie03DotC9AnimationVG_AE0dC4FileC0E0VTg5011$s6Lottie03d2A4f58C11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9E15VAA0baN0VKXEfU_AJTf1cn_nTf4ng_n', symObjAddr: 0x1960, symBinAddr: 0x195900, symSize: 0x200 } + - { offsetInCU: 0x4F, offset: 0x21EEC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvpZ', symObjAddr: 0xBC0, symBinAddr: 0x2166D0, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x21EEE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvgZ', symObjAddr: 0x0, symBinAddr: 0x195BE0, symSize: 0x60 } + - { offsetInCU: 0xA0, offset: 0x21EF18, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0x60, symBinAddr: 0x195C40, symSize: 0x30 } + - { offsetInCU: 0xFE, offset: 0x21EF76, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_182$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x580, symBinAddr: 0x196160, symSize: 0x30 } + - { offsetInCU: 0x116, offset: 0x21EF8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_204$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SSyXEfu_Tf3pf_n', symObjAddr: 0x5B0, symBinAddr: 0x196190, symSize: 0x30 } + - { offsetInCU: 0x12E, offset: 0x21EFA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_78$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvgSSyXEfu1_Tf3pf_n', symObjAddr: 0x5E0, symBinAddr: 0x1961C0, symSize: 0x30 } + - { offsetInCU: 0x146, offset: 0x21EFBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_62$s6Lottie18CoreAnimationLayerC07respectC9FrameRateSbvsSSyXEfu_Tf3pf_n', symObjAddr: 0x610, symBinAddr: 0x1961F0, symSize: 0x30 } + - { offsetInCU: 0x15E, offset: 0x21EFD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_101$s6Lottie18CoreAnimationLayerC8getValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x640, symBinAddr: 0x196220, symSize: 0x30 } + - { offsetInCU: 0x176, offset: 0x21EFEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_110$s6Lottie18CoreAnimationLayerC16getOriginalValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x670, symBinAddr: 0x196250, symSize: 0x30 } + - { offsetInCU: 0x18E, offset: 0x21F006, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_77$s6Lottie18CoreAnimationLayerC5layer3forSo7CALayerCSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x6A0, symBinAddr: 0x196280, symSize: 0x30 } + - { offsetInCU: 0x1A6, offset: 0x21F01E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_97$s6Lottie18CoreAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x6D0, symBinAddr: 0x1962B0, symSize: 0x30 } + - { offsetInCU: 0x1BE, offset: 0x21F036, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_87$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x700, symBinAddr: 0x1962E0, symSize: 0x30 } + - { offsetInCU: 0x1D6, offset: 0x21F04E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_0150$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0V39GSg12CoreGraphics7CGFloatVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x730, symBinAddr: 0x196310, symSize: 0x30 } + - { offsetInCU: 0x1EE, offset: 0x21F066, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_014$sSo7CALayerC6A158E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x760, symBinAddr: 0x196340, symSize: 0x30 } + - { offsetInCU: 0x206, offset: 0x21F07E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_', symObjAddr: 0x790, symBinAddr: 0x196370, symSize: 0x20 } + - { offsetInCU: 0x226, offset: 0x21F09E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF', symObjAddr: 0x90, symBinAddr: 0x195C70, symSize: 0x50 } + - { offsetInCU: 0x293, offset: 0x21F10B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_', symObjAddr: 0x3B0, symBinAddr: 0x195F90, symSize: 0x20 } + - { offsetInCU: 0x2A7, offset: 0x21F11F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_75$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSSyXEfu0_Tf3pf_n', symObjAddr: 0x3D0, symBinAddr: 0x195FB0, symSize: 0x30 } + - { offsetInCU: 0x2BF, offset: 0x21F137, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu0_Tf3pf_n', symObjAddr: 0x400, symBinAddr: 0x195FE0, symSize: 0x30 } + - { offsetInCU: 0x2D7, offset: 0x21F14F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu2_Tf3pf_n', symObjAddr: 0x430, symBinAddr: 0x196010, symSize: 0x30 } + - { offsetInCU: 0x2EF, offset: 0x21F167, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu4_Tf3pf_n', symObjAddr: 0x460, symBinAddr: 0x196040, symSize: 0x30 } + - { offsetInCU: 0x307, offset: 0x21F17F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_056$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybO35_p_AA16AnimationKeypathVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x490, symBinAddr: 0x196070, symSize: 0x30 } + - { offsetInCU: 0x31F, offset: 0x21F197, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_05$sSa6A87AA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x4C0, symBinAddr: 0x1960A0, symSize: 0x30 } + - { offsetInCU: 0x337, offset: 0x21F1AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_147$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x4F0, symBinAddr: 0x1960D0, symSize: 0x30 } + - { offsetInCU: 0x34F, offset: 0x21F1C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_170$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x520, symBinAddr: 0x196100, symSize: 0x30 } + - { offsetInCU: 0x367, offset: 0x21F1DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_139$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x550, symBinAddr: 0x196130, symSize: 0x30 } + - { offsetInCU: 0x38B, offset: 0x21F203, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0xE0, symBinAddr: 0x195CC0, symSize: 0x30 } + - { offsetInCU: 0x3E9, offset: 0x21F261, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_05$sSa6A55AA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyFSSyXEfu_Tf3pf_n', symObjAddr: 0x7F0, symBinAddr: 0x1963D0, symSize: 0x30 } + - { offsetInCU: 0x402, offset: 0x21F27A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKF', symObjAddr: 0x110, symBinAddr: 0x195CF0, symSize: 0x30 } + - { offsetInCU: 0x440, offset: 0x21F2B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu1_Tf3pf_n', symObjAddr: 0x820, symBinAddr: 0x196400, symSize: 0x30 } + - { offsetInCU: 0x458, offset: 0x21F2D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu0_Tf3pf_n', symObjAddr: 0x850, symBinAddr: 0x196430, symSize: 0x30 } + - { offsetInCU: 0x470, offset: 0x21F2E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_Tf3pf_n', symObjAddr: 0x880, symBinAddr: 0x196460, symSize: 0x30 } + - { offsetInCU: 0x489, offset: 0x21F301, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA_ySbyXE_SSyXEAISutcfU_', symObjAddr: 0x140, symBinAddr: 0x195D20, symSize: 0x10 } + - { offsetInCU: 0x4E3, offset: 0x21F35B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA0_ySSyXE_AISutcfU_', symObjAddr: 0x150, symBinAddr: 0x195D30, symSize: 0x10 } + - { offsetInCU: 0x52C, offset: 0x21F3A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA2_ySSyXEcfU_', symObjAddr: 0x160, symBinAddr: 0x195D40, symSize: 0x10 } + - { offsetInCU: 0x5A5, offset: 0x21F41D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfC', symObjAddr: 0x170, symBinAddr: 0x195D50, symSize: 0x70 } + - { offsetInCU: 0x5F6, offset: 0x21F46E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc', symObjAddr: 0x1E0, symBinAddr: 0x195DC0, symSize: 0x30 } + - { offsetInCU: 0x64C, offset: 0x21F4C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvsZ', symObjAddr: 0x280, symBinAddr: 0x195E60, symSize: 0x60 } + - { offsetInCU: 0x693, offset: 0x21F50B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ', symObjAddr: 0x2E0, symBinAddr: 0x195EC0, symSize: 0x60 } + - { offsetInCU: 0x6CA, offset: 0x21F542, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ.resume.0', symObjAddr: 0x340, symBinAddr: 0x195F20, symSize: 0x10 } + - { offsetInCU: 0x6F5, offset: 0x21F56D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfd', symObjAddr: 0x8B0, symBinAddr: 0x196490, symSize: 0x30 } + - { offsetInCU: 0x730, offset: 0x21F5A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfD', symObjAddr: 0x8E0, symBinAddr: 0x1964C0, symSize: 0x40 } + - { offsetInCU: 0x785, offset: 0x21F5FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6shared_WZ', symObjAddr: 0x210, symBinAddr: 0x195DF0, symSize: 0x70 } + - { offsetInCU: 0x7FC, offset: 0x21F674, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x7B0, symBinAddr: 0x196390, symSize: 0x20 } + - { offsetInCU: 0x825, offset: 0x21F69D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x7D0, symBinAddr: 0x1963B0, symSize: 0x20 } + - { offsetInCU: 0x84E, offset: 0x21F6C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZ', symObjAddr: 0x920, symBinAddr: 0x196500, symSize: 0x70 } + - { offsetInCU: 0x8D6, offset: 0x21F74E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySbyXE_SSyXEs12StaticStringVSutcfU_', symObjAddr: 0x990, symBinAddr: 0x196570, symSize: 0xA0 } + - { offsetInCU: 0x984, offset: 0x21F7FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySSyXE_s12StaticStringVSutcfU0_', symObjAddr: 0xA30, symBinAddr: 0x196610, symSize: 0x90 } + - { offsetInCU: 0xA45, offset: 0x21F8BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCMa', symObjAddr: 0xAC0, symBinAddr: 0x1966A0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x21FAC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x196760, symSize: 0x150 } + - { offsetInCU: 0x7D, offset: 0x21FB18, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x196760, symSize: 0x150 } + - { offsetInCU: 0x171, offset: 0x21FC0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x150, symBinAddr: 0x1968B0, symSize: 0x140 } + - { offsetInCU: 0x27, offset: 0x21FDEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1969F0, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x21FE10, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1969F0, symSize: 0x40 } + - { offsetInCU: 0x70, offset: 0x21FE35, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x196A30, symSize: 0x180 } + - { offsetInCU: 0x112, offset: 0x21FED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x200, symBinAddr: 0x196BF0, symSize: 0x60 } + - { offsetInCU: 0x155, offset: 0x21FF1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x260, symBinAddr: 0x196C50, symSize: 0x20 } + - { offsetInCU: 0x195, offset: 0x21FF5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x280, symBinAddr: 0x196C70, symSize: 0x10 } + - { offsetInCU: 0x1E0, offset: 0x21FFA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x290, symBinAddr: 0x196C80, symSize: 0x60 } + - { offsetInCU: 0x22B, offset: 0x21FFF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0x196CE0, symSize: 0x10 } + - { offsetInCU: 0x247, offset: 0x22000C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x300, symBinAddr: 0x196CF0, symSize: 0x10 } + - { offsetInCU: 0x263, offset: 0x220028, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x960, symBinAddr: 0x197160, symSize: 0x20 } + - { offsetInCU: 0x280, offset: 0x220045, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x350, symBinAddr: 0x196D40, symSize: 0x190 } + - { offsetInCU: 0x324, offset: 0x2200E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfD', symObjAddr: 0x4F0, symBinAddr: 0x196EE0, symSize: 0x30 } + - { offsetInCU: 0x3F1, offset: 0x2201B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfE', symObjAddr: 0x4E0, symBinAddr: 0x196ED0, symSize: 0x10 } + - { offsetInCU: 0x41E, offset: 0x2201E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCMa', symObjAddr: 0x520, symBinAddr: 0x196F10, symSize: 0x20 } + - { offsetInCU: 0x432, offset: 0x2201F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCACSEAAWl', symObjAddr: 0x6B0, symBinAddr: 0x196F30, symSize: 0x40 } + - { offsetInCU: 0x446, offset: 0x22020B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwet', symObjAddr: 0x770, symBinAddr: 0x196F70, symSize: 0x50 } + - { offsetInCU: 0x45A, offset: 0x22021F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwst', symObjAddr: 0x7C0, symBinAddr: 0x196FC0, symSize: 0xA0 } + - { offsetInCU: 0x46E, offset: 0x220233, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwug', symObjAddr: 0x860, symBinAddr: 0x197060, symSize: 0x10 } + - { offsetInCU: 0x482, offset: 0x220247, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwup', symObjAddr: 0x870, symBinAddr: 0x197070, symSize: 0x10 } + - { offsetInCU: 0x496, offset: 0x22025B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwui', symObjAddr: 0x880, symBinAddr: 0x197080, symSize: 0x10 } + - { offsetInCU: 0x4AA, offset: 0x22026F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOMa', symObjAddr: 0x890, symBinAddr: 0x197090, symSize: 0x10 } + - { offsetInCU: 0x4BE, offset: 0x220283, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASQWb', symObjAddr: 0x8A0, symBinAddr: 0x1970A0, symSize: 0x10 } + - { offsetInCU: 0x4D2, offset: 0x220297, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAESQAAWl', symObjAddr: 0x8B0, symBinAddr: 0x1970B0, symSize: 0x30 } + - { offsetInCU: 0x4E6, offset: 0x2202AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8E0, symBinAddr: 0x1970E0, symSize: 0x10 } + - { offsetInCU: 0x4FA, offset: 0x2202BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8F0, symBinAddr: 0x1970F0, symSize: 0x30 } + - { offsetInCU: 0x50E, offset: 0x2202D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x920, symBinAddr: 0x197120, symSize: 0x10 } + - { offsetInCU: 0x522, offset: 0x2202E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x930, symBinAddr: 0x197130, symSize: 0x30 } + - { offsetInCU: 0x55D, offset: 0x220322, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C0, symBinAddr: 0x196BB0, symSize: 0x10 } + - { offsetInCU: 0x59D, offset: 0x220362, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1D0, symBinAddr: 0x196BC0, symSize: 0x10 } + - { offsetInCU: 0x5DD, offset: 0x2203A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E0, symBinAddr: 0x196BD0, symSize: 0x10 } + - { offsetInCU: 0x61D, offset: 0x2203E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1F0, symBinAddr: 0x196BE0, symSize: 0x10 } + - { offsetInCU: 0x655, offset: 0x22041A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x310, symBinAddr: 0x196D00, symSize: 0x20 } + - { offsetInCU: 0x671, offset: 0x220436, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x330, symBinAddr: 0x196D20, symSize: 0x20 } + - { offsetInCU: 0x8A, offset: 0x22064E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0x197230, symSize: 0x20 } + - { offsetInCU: 0xBB, offset: 0x22067F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0x197250, symSize: 0x10 } + - { offsetInCU: 0xE4, offset: 0x2206A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x170, symBinAddr: 0x1972F0, symSize: 0x7D0 } + - { offsetInCU: 0x217, offset: 0x2207DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueSSvg', symObjAddr: 0x940, symBinAddr: 0x197AC0, symSize: 0x20 } + - { offsetInCU: 0x24E, offset: 0x220812, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x960, symBinAddr: 0x197AE0, symSize: 0x20 } + - { offsetInCU: 0x2C1, offset: 0x220885, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValuexSg03RawR0Qz_tcfCTW', symObjAddr: 0xAD0, symBinAddr: 0x197C50, symSize: 0x40 } + - { offsetInCU: 0x307, offset: 0x2208CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValue03RawR0QzvgTW', symObjAddr: 0xB10, symBinAddr: 0x197C90, symSize: 0x30 } + - { offsetInCU: 0x31B, offset: 0x2208DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB40, symBinAddr: 0x197CC0, symSize: 0x10 } + - { offsetInCU: 0x351, offset: 0x220915, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB50, symBinAddr: 0x197CD0, symSize: 0x30 } + - { offsetInCU: 0x3B6, offset: 0x22097A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB80, symBinAddr: 0x197D00, symSize: 0x10 } + - { offsetInCU: 0x3D2, offset: 0x220996, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB90, symBinAddr: 0x197D10, symSize: 0x10 } + - { offsetInCU: 0x3EE, offset: 0x2209B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1C90, symBinAddr: 0x198C10, symSize: 0x50 } + - { offsetInCU: 0x439, offset: 0x2209FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCfD', symObjAddr: 0xBE0, symBinAddr: 0x197D60, symSize: 0x30 } + - { offsetInCU: 0x47C, offset: 0x220A40, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC6encode2toys7Encoder_p_tKF', symObjAddr: 0xE00, symBinAddr: 0x197F60, symSize: 0x3B0 } + - { offsetInCU: 0x4BB, offset: 0x220A7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x11B0, symBinAddr: 0x198310, symSize: 0x450 } + - { offsetInCU: 0x510, offset: 0x220AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1600, symBinAddr: 0x198760, symSize: 0x50 } + - { offsetInCU: 0x547, offset: 0x220B0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1650, symBinAddr: 0x1987B0, symSize: 0x20 } + - { offsetInCU: 0x582, offset: 0x220B46, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x1860, symBinAddr: 0x198890, symSize: 0x100 } + - { offsetInCU: 0x609, offset: 0x220BCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCMa', symObjAddr: 0xC10, symBinAddr: 0x197D90, symSize: 0x20 } + - { offsetInCU: 0x61D, offset: 0x220BE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwet', symObjAddr: 0xC50, symBinAddr: 0x197DB0, symSize: 0x80 } + - { offsetInCU: 0x631, offset: 0x220BF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwst', symObjAddr: 0xCD0, symBinAddr: 0x197E30, symSize: 0xD0 } + - { offsetInCU: 0x645, offset: 0x220C09, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwup', symObjAddr: 0xDA0, symBinAddr: 0x197F00, symSize: 0x10 } + - { offsetInCU: 0x659, offset: 0x220C1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOMa', symObjAddr: 0xDB0, symBinAddr: 0x197F10, symSize: 0x10 } + - { offsetInCU: 0x66D, offset: 0x220C31, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASQWb', symObjAddr: 0xDC0, symBinAddr: 0x197F20, symSize: 0x10 } + - { offsetInCU: 0x681, offset: 0x220C45, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSQAAWl', symObjAddr: 0xDD0, symBinAddr: 0x197F30, symSize: 0x30 } + - { offsetInCU: 0x695, offset: 0x220C59, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs0D3KeyAAWl', symObjAddr: 0x16E0, symBinAddr: 0x1987D0, symSize: 0x30 } + - { offsetInCU: 0x6A9, offset: 0x220C6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSeAAWl', symObjAddr: 0x1710, symBinAddr: 0x198800, symSize: 0x30 } + - { offsetInCU: 0x6BD, offset: 0x220C81, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSEAAWl', symObjAddr: 0x17A0, symBinAddr: 0x198830, symSize: 0x30 } + - { offsetInCU: 0x6D1, offset: 0x220C95, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSYAAWl', symObjAddr: 0x1830, symBinAddr: 0x198860, symSize: 0x30 } + - { offsetInCU: 0x6E5, offset: 0x220CA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwet', symObjAddr: 0x1A40, symBinAddr: 0x1989C0, symSize: 0x80 } + - { offsetInCU: 0x6F9, offset: 0x220CBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwst', symObjAddr: 0x1AC0, symBinAddr: 0x198A40, symSize: 0xD0 } + - { offsetInCU: 0x70D, offset: 0x220CD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwug', symObjAddr: 0x1B90, symBinAddr: 0x198B10, symSize: 0x10 } + - { offsetInCU: 0x721, offset: 0x220CE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwup', symObjAddr: 0x1BA0, symBinAddr: 0x198B20, symSize: 0x10 } + - { offsetInCU: 0x735, offset: 0x220CF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwui', symObjAddr: 0x1BB0, symBinAddr: 0x198B30, symSize: 0x10 } + - { offsetInCU: 0x749, offset: 0x220D0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOMa', symObjAddr: 0x1BC0, symBinAddr: 0x198B40, symSize: 0x10 } + - { offsetInCU: 0x75D, offset: 0x220D21, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASQWb', symObjAddr: 0x1BD0, symBinAddr: 0x198B50, symSize: 0x10 } + - { offsetInCU: 0x771, offset: 0x220D35, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFSQAAWl', symObjAddr: 0x1BE0, symBinAddr: 0x198B60, symSize: 0x30 } + - { offsetInCU: 0x785, offset: 0x220D49, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1C10, symBinAddr: 0x198B90, symSize: 0x10 } + - { offsetInCU: 0x799, offset: 0x220D5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1C20, symBinAddr: 0x198BA0, symSize: 0x30 } + - { offsetInCU: 0x7AD, offset: 0x220D71, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1C50, symBinAddr: 0x198BD0, symSize: 0x10 } + - { offsetInCU: 0x7C1, offset: 0x220D85, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1C60, symBinAddr: 0x198BE0, symSize: 0x30 } + - { offsetInCU: 0x7F5, offset: 0x220DB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x197180, symSize: 0x10 } + - { offsetInCU: 0x886, offset: 0x220E4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x197190, symSize: 0x40 } + - { offsetInCU: 0x935, offset: 0x220EF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x1971D0, symSize: 0x20 } + - { offsetInCU: 0x988, offset: 0x220F4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x1971F0, symSize: 0x40 } + - { offsetInCU: 0xA0C, offset: 0x220FD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0x197260, symSize: 0x50 } + - { offsetInCU: 0xA2F, offset: 0x220FF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0x1972B0, symSize: 0x40 } + - { offsetInCU: 0xA86, offset: 0x22104A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x980, symBinAddr: 0x197B00, symSize: 0x80 } + - { offsetInCU: 0xB55, offset: 0x221119, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA00, symBinAddr: 0x197B80, symSize: 0x50 } + - { offsetInCU: 0xBD3, offset: 0x221197, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA50, symBinAddr: 0x197BD0, symSize: 0x30 } + - { offsetInCU: 0xC25, offset: 0x2211E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA80, symBinAddr: 0x197C00, symSize: 0x50 } + - { offsetInCU: 0xC88, offset: 0x22124C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBA0, symBinAddr: 0x197D20, symSize: 0x20 } + - { offsetInCU: 0xCA4, offset: 0x221268, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xBC0, symBinAddr: 0x197D40, symSize: 0x20 } + - { offsetInCU: 0x65, offset: 0x221462, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x198C90, symSize: 0x420 } + - { offsetInCU: 0xE5, offset: 0x2214E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x420, symBinAddr: 0x1990B0, symSize: 0x690 } + - { offsetInCU: 0x2A7, offset: 0x2216A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO8rawValueSSvg', symObjAddr: 0xAB0, symBinAddr: 0x199740, symSize: 0x20 } + - { offsetInCU: 0x2DE, offset: 0x2216DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xD20, symBinAddr: 0x1999B0, symSize: 0x20 } + - { offsetInCU: 0x35C, offset: 0x221759, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xD80, symBinAddr: 0x199A10, symSize: 0x70 } + - { offsetInCU: 0x3C2, offset: 0x2217BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xDF0, symBinAddr: 0x199A80, symSize: 0x30 } + - { offsetInCU: 0x3DE, offset: 0x2217DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xE20, symBinAddr: 0x199AB0, symSize: 0x10 } + - { offsetInCU: 0x414, offset: 0x221811, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xE30, symBinAddr: 0x199AC0, symSize: 0x60 } + - { offsetInCU: 0x499, offset: 0x221896, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xE90, symBinAddr: 0x199B20, symSize: 0x10 } + - { offsetInCU: 0x4B5, offset: 0x2218B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xEA0, symBinAddr: 0x199B30, symSize: 0x10 } + - { offsetInCU: 0x4F3, offset: 0x2218F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xF30, symBinAddr: 0x199BC0, symSize: 0x60 } + - { offsetInCU: 0x536, offset: 0x221933, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xF90, symBinAddr: 0x199C20, symSize: 0x20 } + - { offsetInCU: 0x576, offset: 0x221973, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xFB0, symBinAddr: 0x199C40, symSize: 0x10 } + - { offsetInCU: 0x5C1, offset: 0x2219BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xFC0, symBinAddr: 0x199C50, symSize: 0x60 } + - { offsetInCU: 0x60C, offset: 0x221A09, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValueSiSgvgTW', symObjAddr: 0x1020, symBinAddr: 0x199CB0, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x221A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1030, symBinAddr: 0x199CC0, symSize: 0x10 } + - { offsetInCU: 0x644, offset: 0x221A41, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1830, symBinAddr: 0x19A2B0, symSize: 0x20 } + - { offsetInCU: 0x662, offset: 0x221A5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC6encode2toys7Encoder_p_tKF', symObjAddr: 0xAD0, symBinAddr: 0x199760, symSize: 0x250 } + - { offsetInCU: 0x6F3, offset: 0x221AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCfD', symObjAddr: 0x1080, symBinAddr: 0x199D10, symSize: 0x40 } + - { offsetInCU: 0x74E, offset: 0x221B4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x10E0, symBinAddr: 0x199D70, symSize: 0x50 } + - { offsetInCU: 0x786, offset: 0x221B83, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1130, symBinAddr: 0x199DC0, symSize: 0x20 } + - { offsetInCU: 0x838, offset: 0x221C35, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCMa', symObjAddr: 0x10C0, symBinAddr: 0x199D50, symSize: 0x20 } + - { offsetInCU: 0x84C, offset: 0x221C49, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs0C3KeyAAWl', symObjAddr: 0x11C0, symBinAddr: 0x199DE0, symSize: 0x30 } + - { offsetInCU: 0x860, offset: 0x221C5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs06CodingD0AAWl', symObjAddr: 0x1220, symBinAddr: 0x199E10, symSize: 0x30 } + - { offsetInCU: 0x874, offset: 0x221C71, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x13E0, symBinAddr: 0x199E70, symSize: 0x80 } + - { offsetInCU: 0x888, offset: 0x221C85, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x1460, symBinAddr: 0x199EF0, symSize: 0xD0 } + - { offsetInCU: 0x89C, offset: 0x221C99, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x1530, symBinAddr: 0x199FC0, symSize: 0x10 } + - { offsetInCU: 0x8B0, offset: 0x221CAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x1540, symBinAddr: 0x199FD0, symSize: 0x10 } + - { offsetInCU: 0x8C4, offset: 0x221CC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x1550, symBinAddr: 0x199FE0, symSize: 0x10 } + - { offsetInCU: 0x8D8, offset: 0x221CD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x1560, symBinAddr: 0x199FF0, symSize: 0x10 } + - { offsetInCU: 0x8EC, offset: 0x221CE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x1580, symBinAddr: 0x19A000, symSize: 0x50 } + - { offsetInCU: 0x900, offset: 0x221CFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x15D0, symBinAddr: 0x19A050, symSize: 0xA0 } + - { offsetInCU: 0x914, offset: 0x221D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x1670, symBinAddr: 0x19A0F0, symSize: 0x10 } + - { offsetInCU: 0x928, offset: 0x221D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x1680, symBinAddr: 0x19A100, symSize: 0x10 } + - { offsetInCU: 0x93C, offset: 0x221D39, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x1690, symBinAddr: 0x19A110, symSize: 0x10 } + - { offsetInCU: 0x950, offset: 0x221D4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x16A0, symBinAddr: 0x19A120, symSize: 0x10 } + - { offsetInCU: 0x964, offset: 0x221D61, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x16B0, symBinAddr: 0x19A130, symSize: 0x10 } + - { offsetInCU: 0x978, offset: 0x221D75, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x16C0, symBinAddr: 0x19A140, symSize: 0x30 } + - { offsetInCU: 0x98C, offset: 0x221D89, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x16F0, symBinAddr: 0x19A170, symSize: 0x10 } + - { offsetInCU: 0x9A0, offset: 0x221D9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x1700, symBinAddr: 0x19A180, symSize: 0x30 } + - { offsetInCU: 0x9B4, offset: 0x221DB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1730, symBinAddr: 0x19A1B0, symSize: 0x10 } + - { offsetInCU: 0x9C8, offset: 0x221DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1740, symBinAddr: 0x19A1C0, symSize: 0x30 } + - { offsetInCU: 0x9DC, offset: 0x221DD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1770, symBinAddr: 0x19A1F0, symSize: 0x10 } + - { offsetInCU: 0x9F0, offset: 0x221DED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1780, symBinAddr: 0x19A200, symSize: 0x30 } + - { offsetInCU: 0xA04, offset: 0x221E01, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x17B0, symBinAddr: 0x19A230, symSize: 0x10 } + - { offsetInCU: 0xA18, offset: 0x221E15, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x17C0, symBinAddr: 0x19A240, symSize: 0x30 } + - { offsetInCU: 0xA2C, offset: 0x221E29, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x17F0, symBinAddr: 0x19A270, symSize: 0x10 } + - { offsetInCU: 0xA40, offset: 0x221E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1800, symBinAddr: 0x19A280, symSize: 0x30 } + - { offsetInCU: 0xAA2, offset: 0x221E9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD40, symBinAddr: 0x1999D0, symSize: 0x10 } + - { offsetInCU: 0xABE, offset: 0x221EBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xD50, symBinAddr: 0x1999E0, symSize: 0x10 } + - { offsetInCU: 0xADA, offset: 0x221ED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD60, symBinAddr: 0x1999F0, symSize: 0x10 } + - { offsetInCU: 0xAF6, offset: 0x221EF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD70, symBinAddr: 0x199A00, symSize: 0x10 } + - { offsetInCU: 0xB19, offset: 0x221F16, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xEB0, symBinAddr: 0x199B40, symSize: 0x20 } + - { offsetInCU: 0xB35, offset: 0x221F32, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xED0, symBinAddr: 0x199B60, symSize: 0x20 } + - { offsetInCU: 0xB60, offset: 0x221F5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xEF0, symBinAddr: 0x199B80, symSize: 0x10 } + - { offsetInCU: 0xBA0, offset: 0x221F9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xF00, symBinAddr: 0x199B90, symSize: 0x10 } + - { offsetInCU: 0xBE0, offset: 0x221FDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF10, symBinAddr: 0x199BA0, symSize: 0x10 } + - { offsetInCU: 0xC20, offset: 0x22201D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xF20, symBinAddr: 0x199BB0, symSize: 0x10 } + - { offsetInCU: 0xC58, offset: 0x222055, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1040, symBinAddr: 0x199CD0, symSize: 0x20 } + - { offsetInCU: 0xC74, offset: 0x222071, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1060, symBinAddr: 0x199CF0, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x2222AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x80, symBinAddr: 0x19A350, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x222416, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x19A4A0, symSize: 0x2E0 } + - { offsetInCU: 0x174, offset: 0x222563, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x19A4A0, symSize: 0x2E0 } + - { offsetInCU: 0x40E, offset: 0x2227FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x2E0, symBinAddr: 0x19A780, symSize: 0x60 } + - { offsetInCU: 0x466, offset: 0x222855, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfD', symObjAddr: 0x350, symBinAddr: 0x19A7F0, symSize: 0x30 } + - { offsetInCU: 0x4C8, offset: 0x2228B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfE', symObjAddr: 0x340, symBinAddr: 0x19A7E0, symSize: 0x10 } + - { offsetInCU: 0x520, offset: 0x22290F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCMa', symObjAddr: 0x380, symBinAddr: 0x19A820, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x222B5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x19A840, symSize: 0x130 } + - { offsetInCU: 0x79, offset: 0x222BAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x19A840, symSize: 0x130 } + - { offsetInCU: 0xC7, offset: 0x222BF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x130, symBinAddr: 0x19A970, symSize: 0x100 } + - { offsetInCU: 0xFB, offset: 0x222C2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfC', symObjAddr: 0x290, symBinAddr: 0x19AA90, symSize: 0x50 } + - { offsetInCU: 0x119, offset: 0x222C4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfc', symObjAddr: 0x2E0, symBinAddr: 0x19AAE0, symSize: 0x100 } + - { offsetInCU: 0x1BF, offset: 0x222CF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvg', symObjAddr: 0x4D0, symBinAddr: 0x19ABE0, symSize: 0x30 } + - { offsetInCU: 0x20A, offset: 0x222D3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvs', symObjAddr: 0x500, symBinAddr: 0x19AC10, symSize: 0x50 } + - { offsetInCU: 0x24E, offset: 0x222D80, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM', symObjAddr: 0x550, symBinAddr: 0x19AC60, symSize: 0x40 } + - { offsetInCU: 0x27B, offset: 0x222DAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM.resume.0', symObjAddr: 0x590, symBinAddr: 0x19ACA0, symSize: 0x30 } + - { offsetInCU: 0x2C5, offset: 0x222DF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9valueTypeypXpvg', symObjAddr: 0x5C0, symBinAddr: 0x19ACD0, symSize: 0x10 } + - { offsetInCU: 0x2F0, offset: 0x222E22, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x5D0, symBinAddr: 0x19ACE0, symSize: 0xB0 } + - { offsetInCU: 0x33B, offset: 0x222E6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x6A0, symBinAddr: 0x19ADB0, symSize: 0x30 } + - { offsetInCU: 0x3A1, offset: 0x222ED3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x740, symBinAddr: 0x19AE50, symSize: 0x20 } + - { offsetInCU: 0x3C4, offset: 0x222EF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfd', symObjAddr: 0x760, symBinAddr: 0x19AE70, symSize: 0x20 } + - { offsetInCU: 0x3FF, offset: 0x222F31, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfD', symObjAddr: 0x7B0, symBinAddr: 0x19AE90, symSize: 0x30 } + - { offsetInCU: 0x442, offset: 0x222F74, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x7E0, symBinAddr: 0x19AEC0, symSize: 0x20 } + - { offsetInCU: 0x45E, offset: 0x222F90, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x800, symBinAddr: 0x19AEE0, symSize: 0x10 } + - { offsetInCU: 0x4A4, offset: 0x222FD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x810, symBinAddr: 0x19AEF0, symSize: 0x20 } + - { offsetInCU: 0x504, offset: 0x223036, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOe', symObjAddr: 0x230, symBinAddr: 0x19AA70, symSize: 0x20 } + - { offsetInCU: 0x539, offset: 0x22306B, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOy', symObjAddr: 0x680, symBinAddr: 0x19AD90, symSize: 0x20 } + - { offsetInCU: 0x54D, offset: 0x22307F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x700, symBinAddr: 0x19AE10, symSize: 0x40 } + - { offsetInCU: 0x595, offset: 0x2230C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x830, symBinAddr: 0x19AF10, symSize: 0x20 } + - { offsetInCU: 0x5C4, offset: 0x2230F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x850, symBinAddr: 0x19AF30, symSize: 0x10 } + - { offsetInCU: 0x60E, offset: 0x223140, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x860, symBinAddr: 0x19AF40, symSize: 0x20 } + - { offsetInCU: 0x655, offset: 0x223187, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCMa', symObjAddr: 0x900, symBinAddr: 0x19AFE0, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x2233BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfC', symObjAddr: 0x0, symBinAddr: 0x19B040, symSize: 0x70 } + - { offsetInCU: 0x69, offset: 0x2233D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfC', symObjAddr: 0x70, symBinAddr: 0x19B0B0, symSize: 0x50 } + - { offsetInCU: 0x87, offset: 0x2233F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc', symObjAddr: 0xC0, symBinAddr: 0x19B100, symSize: 0xF0 } + - { offsetInCU: 0xF2, offset: 0x223462, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc', symObjAddr: 0x1B0, symBinAddr: 0x19B1F0, symSize: 0x130 } + - { offsetInCU: 0x19D, offset: 0x22350D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5valuexvg', symObjAddr: 0x2E0, symBinAddr: 0x19B320, symSize: 0x30 } + - { offsetInCU: 0x1D8, offset: 0x223548, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg', symObjAddr: 0x310, symBinAddr: 0x19B350, symSize: 0x20 } + - { offsetInCU: 0x205, offset: 0x223575, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC6isHoldSbvg', symObjAddr: 0x330, symBinAddr: 0x19B370, symSize: 0x20 } + - { offsetInCU: 0x232, offset: 0x2235A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg', symObjAddr: 0x350, symBinAddr: 0x19B390, symSize: 0x20 } + - { offsetInCU: 0x25F, offset: 0x2235CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg', symObjAddr: 0x370, symBinAddr: 0x19B3B0, symSize: 0x20 } + - { offsetInCU: 0x28C, offset: 0x2235FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg', symObjAddr: 0x390, symBinAddr: 0x19B3D0, symSize: 0x30 } + - { offsetInCU: 0x2B9, offset: 0x223629, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg', symObjAddr: 0x3C0, symBinAddr: 0x19B400, symSize: 0x30 } + - { offsetInCU: 0x2E6, offset: 0x223656, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfd', symObjAddr: 0x3F0, symBinAddr: 0x19B430, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x2236A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfD', symObjAddr: 0x410, symBinAddr: 0x19B450, symSize: 0x30 } + - { offsetInCU: 0x3CA, offset: 0x22373A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x440, symBinAddr: 0x19B480, symSize: 0x1E0 } + - { offsetInCU: 0x451, offset: 0x2237C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x620, symBinAddr: 0x19B660, symSize: 0x20 } + - { offsetInCU: 0x50C, offset: 0x22387C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x640, symBinAddr: 0x19B680, symSize: 0x210 } + - { offsetInCU: 0x85F, offset: 0x223BCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE9hashValueSivg', symObjAddr: 0x850, symBinAddr: 0x19B890, symSize: 0x40 } + - { offsetInCU: 0x8DD, offset: 0x223C4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x890, symBinAddr: 0x19B8D0, symSize: 0x20 } + - { offsetInCU: 0x8F9, offset: 0x223C69, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8B0, symBinAddr: 0x19B8F0, symSize: 0x20 } + - { offsetInCU: 0x90D, offset: 0x223C7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSQWb', symObjAddr: 0x910, symBinAddr: 0x19B950, symSize: 0x30 } + - { offsetInCU: 0x921, offset: 0x223C91, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMi', symObjAddr: 0x940, symBinAddr: 0x19B980, symSize: 0x10 } + - { offsetInCU: 0x935, offset: 0x223CA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMr', symObjAddr: 0x950, symBinAddr: 0x19B990, symSize: 0xA0 } + - { offsetInCU: 0x949, offset: 0x223CB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMa', symObjAddr: 0x9F0, symBinAddr: 0x19BA30, symSize: 0x10 } + - { offsetInCU: 0xA02, offset: 0x223D72, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8D0, symBinAddr: 0x19B910, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x223F83, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x19BA80, symSize: 0x70 } + - { offsetInCU: 0x4F, offset: 0x223FA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x19BA80, symSize: 0x70 } + - { offsetInCU: 0x7C, offset: 0x223FD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfD', symObjAddr: 0x70, symBinAddr: 0x19BAF0, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x224010, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0x19BB30, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x224051, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xD0, symBinAddr: 0x19BB50, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x224092, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x100, symBinAddr: 0x19BB80, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x2240C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesC4starAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x1030, symBinAddr: 0x19CAB0, symSize: 0x770 } + - { offsetInCU: 0x6D7, offset: 0x22462F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCMa', symObjAddr: 0x90, symBinAddr: 0x19BB10, symSize: 0x20 } + - { offsetInCU: 0x817, offset: 0x22476F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x120, symBinAddr: 0x19BBA0, symSize: 0x190 } + - { offsetInCU: 0xA52, offset: 0x2249AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCfD', symObjAddr: 0x2B0, symBinAddr: 0x19BD30, symSize: 0x40 } + - { offsetInCU: 0xAB3, offset: 0x224A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x310, symBinAddr: 0x19BD90, symSize: 0x40 } + - { offsetInCU: 0xAFD, offset: 0x224A55, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x350, symBinAddr: 0x19BDD0, symSize: 0x30 } + - { offsetInCU: 0xB2F, offset: 0x224A87, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x380, symBinAddr: 0x19BE00, symSize: 0x10 } + - { offsetInCU: 0xB4B, offset: 0x224AA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x390, symBinAddr: 0x19BE10, symSize: 0x10 } + - { offsetInCU: 0xBAF, offset: 0x224B07, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3A0, symBinAddr: 0x19BE20, symSize: 0x20 } + - { offsetInCU: 0xC11, offset: 0x224B69, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x3C0, symBinAddr: 0x19BE40, symSize: 0x10 } + - { offsetInCU: 0xC3C, offset: 0x224B94, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x3D0, symBinAddr: 0x19BE50, symSize: 0x10 } + - { offsetInCU: 0xC6E, offset: 0x224BC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x3E0, symBinAddr: 0x19BE60, symSize: 0x10 } + - { offsetInCU: 0xC99, offset: 0x224BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x3F0, symBinAddr: 0x19BE70, symSize: 0x10 } + - { offsetInCU: 0xCDA, offset: 0x224C32, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x400, symBinAddr: 0x19BE80, symSize: 0x10 } + - { offsetInCU: 0xD1B, offset: 0x224C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x410, symBinAddr: 0x19BE90, symSize: 0x20 } + - { offsetInCU: 0xD5C, offset: 0x224CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x430, symBinAddr: 0x19BEB0, symSize: 0x20 } + - { offsetInCU: 0xD8E, offset: 0x224CE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC06parentC04starAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x17A0, symBinAddr: 0x19D220, symSize: 0x130 } + - { offsetInCU: 0xE48, offset: 0x224DA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCMa', symObjAddr: 0x2F0, symBinAddr: 0x19BD70, symSize: 0x20 } + - { offsetInCU: 0x12C3, offset: 0x22521B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4star8position11outerRadius05innerG00F11Roundedness0hI014numberOfPoints8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA5qA0C9DirectionOtFZTf4nnnnnnnnd_n', symObjAddr: 0x450, symBinAddr: 0x19BED0, symSize: 0xBE0 } + - { offsetInCU: 0x27, offset: 0x226493, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x19D350, symSize: 0x188 } + - { offsetInCU: 0x3F, offset: 0x2264AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x19D350, symSize: 0x188 } + - { offsetInCU: 0x2B, offset: 0x226629, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x19D4E0, symSize: 0x1A0 } + - { offsetInCU: 0x4F, offset: 0x22664D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x19D4E0, symSize: 0x1A0 } + - { offsetInCU: 0xB1, offset: 0x2266AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1A0, symBinAddr: 0x19D680, symSize: 0x50 } + - { offsetInCU: 0xF7, offset: 0x2266F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1F0, symBinAddr: 0x19D6D0, symSize: 0x80 } + - { offsetInCU: 0x13E, offset: 0x22673C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfD', symObjAddr: 0x2C0, symBinAddr: 0x19D7A0, symSize: 0x30 } + - { offsetInCU: 0x16C, offset: 0x22676A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfE', symObjAddr: 0x270, symBinAddr: 0x19D750, symSize: 0x50 } + - { offsetInCU: 0x199, offset: 0x226797, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfETo', symObjAddr: 0x2F0, symBinAddr: 0x19D7D0, symSize: 0x50 } + - { offsetInCU: 0x1C8, offset: 0x2267C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCMa', symObjAddr: 0x340, symBinAddr: 0x19D820, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x226974, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x0, symBinAddr: 0x19D840, symSize: 0x10 } + - { offsetInCU: 0x5B, offset: 0x226990, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg', symObjAddr: 0x10, symBinAddr: 0x19D850, symSize: 0x10 } + - { offsetInCU: 0x82, offset: 0x2269B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x20, symBinAddr: 0x19D860, symSize: 0x10 } + - { offsetInCU: 0xAF, offset: 0x2269E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x30, symBinAddr: 0x19D870, symSize: 0x20 } + - { offsetInCU: 0xDE, offset: 0x226A13, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x60, symBinAddr: 0x19D8A0, symSize: 0x10 } + - { offsetInCU: 0xFA, offset: 0x226A2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x70, symBinAddr: 0x19D8B0, symSize: 0x10 } + - { offsetInCU: 0x130, offset: 0x226A65, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x80, symBinAddr: 0x19D8C0, symSize: 0x20 } + - { offsetInCU: 0x177, offset: 0x226AAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0xA0, symBinAddr: 0x19D8E0, symSize: 0x10 } + - { offsetInCU: 0x193, offset: 0x226AC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg', symObjAddr: 0xB0, symBinAddr: 0x19D8F0, symSize: 0x10 } + - { offsetInCU: 0x1AF, offset: 0x226AE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0xE0, symBinAddr: 0x19D920, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x226C9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x19D950, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x226CC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x19D990, symSize: 0x1C0 } + - { offsetInCU: 0xDC, offset: 0x226D29, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x200, symBinAddr: 0x19DB50, symSize: 0xF0 } + - { offsetInCU: 0x17B, offset: 0x226DC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F0, symBinAddr: 0x19DC40, symSize: 0x120 } + - { offsetInCU: 0x1FE, offset: 0x226E4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x19DDA0, symSize: 0x60 } + - { offsetInCU: 0x241, offset: 0x226E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B0, symBinAddr: 0x19DE00, symSize: 0x20 } + - { offsetInCU: 0x281, offset: 0x226ECE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D0, symBinAddr: 0x19DE20, symSize: 0x10 } + - { offsetInCU: 0x2CC, offset: 0x226F19, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x19DE30, symSize: 0x60 } + - { offsetInCU: 0x317, offset: 0x226F64, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x540, symBinAddr: 0x19DE90, symSize: 0x10 } + - { offsetInCU: 0x333, offset: 0x226F80, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x550, symBinAddr: 0x19DEA0, symSize: 0x10 } + - { offsetInCU: 0x34F, offset: 0x226F9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO03rawD0SSvgTf4d_n', symObjAddr: 0x860, symBinAddr: 0x19DFD0, symSize: 0x20 } + - { offsetInCU: 0x38B, offset: 0x226FD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfD', symObjAddr: 0x5B0, symBinAddr: 0x19DF00, symSize: 0x30 } + - { offsetInCU: 0x45A, offset: 0x2270A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfE', symObjAddr: 0x5A0, symBinAddr: 0x19DEF0, symSize: 0x10 } + - { offsetInCU: 0x487, offset: 0x2270D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCMa', symObjAddr: 0x5E0, symBinAddr: 0x19DF30, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x2270E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs0E3KeyAAWl', symObjAddr: 0x670, symBinAddr: 0x19DF50, symSize: 0x30 } + - { offsetInCU: 0x4AF, offset: 0x2270FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwet', symObjAddr: 0x8A0, symBinAddr: 0x19DFF0, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x227110, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwst', symObjAddr: 0x8F0, symBinAddr: 0x19E040, symSize: 0xA0 } + - { offsetInCU: 0x4D7, offset: 0x227124, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwug', symObjAddr: 0x990, symBinAddr: 0x19E0E0, symSize: 0x10 } + - { offsetInCU: 0x4EB, offset: 0x227138, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwup', symObjAddr: 0x9A0, symBinAddr: 0x19E0F0, symSize: 0x10 } + - { offsetInCU: 0x4FF, offset: 0x22714C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwui', symObjAddr: 0x9B0, symBinAddr: 0x19E100, symSize: 0x10 } + - { offsetInCU: 0x513, offset: 0x227160, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOMa', symObjAddr: 0x9C0, symBinAddr: 0x19E110, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x227174, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASQWb', symObjAddr: 0x9D0, symBinAddr: 0x19E120, symSize: 0x10 } + - { offsetInCU: 0x53B, offset: 0x227188, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFSQAAWl', symObjAddr: 0x9E0, symBinAddr: 0x19E130, symSize: 0x30 } + - { offsetInCU: 0x54F, offset: 0x22719C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA10, symBinAddr: 0x19E160, symSize: 0x10 } + - { offsetInCU: 0x563, offset: 0x2271B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA20, symBinAddr: 0x19E170, symSize: 0x30 } + - { offsetInCU: 0x577, offset: 0x2271C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA50, symBinAddr: 0x19E1A0, symSize: 0x10 } + - { offsetInCU: 0x58B, offset: 0x2271D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA60, symBinAddr: 0x19E1B0, symSize: 0x30 } + - { offsetInCU: 0x5C6, offset: 0x227213, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x410, symBinAddr: 0x19DD60, symSize: 0x10 } + - { offsetInCU: 0x606, offset: 0x227253, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x420, symBinAddr: 0x19DD70, symSize: 0x10 } + - { offsetInCU: 0x646, offset: 0x227293, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0x19DD80, symSize: 0x10 } + - { offsetInCU: 0x686, offset: 0x2272D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x440, symBinAddr: 0x19DD90, symSize: 0x10 } + - { offsetInCU: 0x6BE, offset: 0x22730B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0x19DEB0, symSize: 0x20 } + - { offsetInCU: 0x6DA, offset: 0x227327, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0x19DED0, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x22753F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x19E1E0, symSize: 0x20 } + - { offsetInCU: 0x17F, offset: 0x227660, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0x20, symBinAddr: 0x19E200, symSize: 0x170 } + - { offsetInCU: 0x28B, offset: 0x22776C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x190, symBinAddr: 0x19E370, symSize: 0x10 } + - { offsetInCU: 0x2CC, offset: 0x2277AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP7lineCapAA04LineG0OvgTW', symObjAddr: 0x1A0, symBinAddr: 0x19E380, symSize: 0x10 } + - { offsetInCU: 0x30D, offset: 0x2277EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP8lineJoinAA04LineG0OvgTW', symObjAddr: 0x1B0, symBinAddr: 0x19E390, symSize: 0x10 } + - { offsetInCU: 0x34E, offset: 0x22782F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x1C0, symBinAddr: 0x19E3A0, symSize: 0x10 } + - { offsetInCU: 0x38F, offset: 0x227870, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x1D0, symBinAddr: 0x19E3B0, symSize: 0x20 } + - { offsetInCU: 0x3D0, offset: 0x2278B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1F0, symBinAddr: 0x19E3D0, symSize: 0x20 } + - { offsetInCU: 0x411, offset: 0x2278F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x210, symBinAddr: 0x19E3F0, symSize: 0x20 } + - { offsetInCU: 0x452, offset: 0x227933, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x230, symBinAddr: 0x19E410, symSize: 0x10 } + - { offsetInCU: 0x493, offset: 0x227974, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x240, symBinAddr: 0x19E420, symSize: 0x10 } + - { offsetInCU: 0x4D4, offset: 0x2279B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x250, symBinAddr: 0x19E430, symSize: 0x20 } + - { offsetInCU: 0x506, offset: 0x2279E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4B0, symBinAddr: 0x19E690, symSize: 0x40 } + - { offsetInCU: 0x52B, offset: 0x227A0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x4F0, symBinAddr: 0x19E6D0, symSize: 0x830 } + - { offsetInCU: 0x5CE, offset: 0x227AAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xD20, symBinAddr: 0x19EF00, symSize: 0xFD0 } + - { offsetInCU: 0xA48, offset: 0x227F29, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueSSvg', symObjAddr: 0x1CF0, symBinAddr: 0x19FED0, symSize: 0x20 } + - { offsetInCU: 0xA7F, offset: 0x227F60, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x2260, symBinAddr: 0x1A0440, symSize: 0x20 } + - { offsetInCU: 0xAF2, offset: 0x227FD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2400, symBinAddr: 0x1A05E0, symSize: 0x40 } + - { offsetInCU: 0xB38, offset: 0x228019, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x2440, symBinAddr: 0x1A0620, symSize: 0x30 } + - { offsetInCU: 0xB4C, offset: 0x22802D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2470, symBinAddr: 0x1A0650, symSize: 0x10 } + - { offsetInCU: 0xB82, offset: 0x228063, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2480, symBinAddr: 0x1A0660, symSize: 0x30 } + - { offsetInCU: 0xBE7, offset: 0x2280C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x24B0, symBinAddr: 0x1A0690, symSize: 0x10 } + - { offsetInCU: 0xC03, offset: 0x2280E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x24C0, symBinAddr: 0x1A06A0, symSize: 0x10 } + - { offsetInCU: 0xC1F, offset: 0x228100, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3650, symBinAddr: 0x1A1360, symSize: 0x50 } + - { offsetInCU: 0xC57, offset: 0x228138, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x2280, symBinAddr: 0x1A0460, symSize: 0x30 } + - { offsetInCU: 0xC9C, offset: 0x22817D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2550, symBinAddr: 0x1A0730, symSize: 0x70 } + - { offsetInCU: 0xCD0, offset: 0x2281B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x25C0, symBinAddr: 0x1A07A0, symSize: 0x30 } + - { offsetInCU: 0xCEC, offset: 0x2281CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x25F0, symBinAddr: 0x1A07D0, symSize: 0x10 } + - { offsetInCU: 0xD22, offset: 0x228203, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2600, symBinAddr: 0x1A07E0, symSize: 0x70 } + - { offsetInCU: 0xD6D, offset: 0x22824E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2670, symBinAddr: 0x1A0850, symSize: 0x10 } + - { offsetInCU: 0xD89, offset: 0x22826A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2680, symBinAddr: 0x1A0860, symSize: 0x10 } + - { offsetInCU: 0xDA7, offset: 0x228288, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4name6hidden7opacity10startPoint03endH012gradientType15highlightLength0L5Angle14numberOfColors6colors5width7lineCap0T4Join10miterLimit11dashPatternACSS_SbAA13KeyframeGroupCyAA0A8Vector1DVGATyAA0A8Vector3DVGAzA0bK0OAWSgA1_SiATySaySdGGAwA04LineU0OAA04LineV0OSdSayAA11DashElementCGSgtcfc', symObjAddr: 0x1D10, symBinAddr: 0x19FEF0, symSize: 0x80 } + - { offsetInCU: 0xE8D, offset: 0x22836E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1D90, symBinAddr: 0x19FF70, symSize: 0x4D0 } + - { offsetInCU: 0xF00, offset: 0x2283E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfd', symObjAddr: 0x2720, symBinAddr: 0x1A0900, symSize: 0x60 } + - { offsetInCU: 0xF4B, offset: 0x22842C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfD', symObjAddr: 0x2780, symBinAddr: 0x1A0960, symSize: 0x20 } + - { offsetInCU: 0xFC7, offset: 0x2284A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x2C0, symBinAddr: 0x19E4A0, symSize: 0x20 } + - { offsetInCU: 0xFF8, offset: 0x2284D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x2E0, symBinAddr: 0x19E4C0, symSize: 0x10 } + - { offsetInCU: 0x1218, offset: 0x2286F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfE', symObjAddr: 0x26D0, symBinAddr: 0x1A08B0, symSize: 0x50 } + - { offsetInCU: 0x1245, offset: 0x228726, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCMa', symObjAddr: 0x27A0, symBinAddr: 0x1A0980, symSize: 0x20 } + - { offsetInCU: 0x1259, offset: 0x22873A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOwup', symObjAddr: 0x2800, symBinAddr: 0x1A09C0, symSize: 0x10 } + - { offsetInCU: 0x126D, offset: 0x22874E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOMa', symObjAddr: 0x2810, symBinAddr: 0x1A09D0, symSize: 0x10 } + - { offsetInCU: 0x1281, offset: 0x228762, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOwup', symObjAddr: 0x2990, symBinAddr: 0x1A0B50, symSize: 0x10 } + - { offsetInCU: 0x1295, offset: 0x228776, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOMa', symObjAddr: 0x29A0, symBinAddr: 0x1A0B60, symSize: 0x10 } + - { offsetInCU: 0x12A9, offset: 0x22878A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASQWb', symObjAddr: 0x29B0, symBinAddr: 0x1A0B70, symSize: 0x10 } + - { offsetInCU: 0x12BD, offset: 0x22879E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSQAAWl', symObjAddr: 0x29C0, symBinAddr: 0x1A0B80, symSize: 0x30 } + - { offsetInCU: 0x12D1, offset: 0x2287B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSHAASQWb', symObjAddr: 0x29F0, symBinAddr: 0x1A0BB0, symSize: 0x10 } + - { offsetInCU: 0x12E5, offset: 0x2287C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSQAAWl', symObjAddr: 0x2A00, symBinAddr: 0x1A0BC0, symSize: 0x30 } + - { offsetInCU: 0x12F9, offset: 0x2287DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSYAAWl', symObjAddr: 0x2A30, symBinAddr: 0x1A0BF0, symSize: 0x30 } + - { offsetInCU: 0x130D, offset: 0x2287EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSYAAWl', symObjAddr: 0x2A60, symBinAddr: 0x1A0C20, symSize: 0x30 } + - { offsetInCU: 0x1321, offset: 0x228802, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs0D3KeyAAWl', symObjAddr: 0x2B00, symBinAddr: 0x1A0C50, symSize: 0x30 } + - { offsetInCU: 0x1335, offset: 0x228816, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs9CodingKeyAAWl', symObjAddr: 0x2C20, symBinAddr: 0x1A0C80, symSize: 0x30 } + - { offsetInCU: 0x1349, offset: 0x22882A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x31B0, symBinAddr: 0x1A0EC0, symSize: 0x80 } + - { offsetInCU: 0x135D, offset: 0x22883E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x3230, symBinAddr: 0x1A0F40, symSize: 0xD0 } + - { offsetInCU: 0x1371, offset: 0x228852, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x3300, symBinAddr: 0x1A1010, symSize: 0x10 } + - { offsetInCU: 0x1385, offset: 0x228866, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x3310, symBinAddr: 0x1A1020, symSize: 0x10 } + - { offsetInCU: 0x1399, offset: 0x22887A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x3320, symBinAddr: 0x1A1030, symSize: 0x10 } + - { offsetInCU: 0x13AD, offset: 0x22888E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x3330, symBinAddr: 0x1A1040, symSize: 0x10 } + - { offsetInCU: 0x13C1, offset: 0x2288A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x3340, symBinAddr: 0x1A1050, symSize: 0x80 } + - { offsetInCU: 0x13D5, offset: 0x2288B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x33C0, symBinAddr: 0x1A10D0, symSize: 0xD0 } + - { offsetInCU: 0x13E9, offset: 0x2288CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x3490, symBinAddr: 0x1A11A0, symSize: 0x10 } + - { offsetInCU: 0x13FD, offset: 0x2288DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x34A0, symBinAddr: 0x1A11B0, symSize: 0x10 } + - { offsetInCU: 0x1411, offset: 0x2288F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x34B0, symBinAddr: 0x1A11C0, symSize: 0x10 } + - { offsetInCU: 0x1425, offset: 0x228906, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x34C0, symBinAddr: 0x1A11D0, symSize: 0x10 } + - { offsetInCU: 0x1439, offset: 0x22891A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x34D0, symBinAddr: 0x1A11E0, symSize: 0x10 } + - { offsetInCU: 0x144D, offset: 0x22892E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x34E0, symBinAddr: 0x1A11F0, symSize: 0x30 } + - { offsetInCU: 0x1461, offset: 0x228942, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x3510, symBinAddr: 0x1A1220, symSize: 0x10 } + - { offsetInCU: 0x1475, offset: 0x228956, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x3520, symBinAddr: 0x1A1230, symSize: 0x30 } + - { offsetInCU: 0x1489, offset: 0x22896A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3550, symBinAddr: 0x1A1260, symSize: 0x10 } + - { offsetInCU: 0x149D, offset: 0x22897E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3560, symBinAddr: 0x1A1270, symSize: 0x30 } + - { offsetInCU: 0x14B1, offset: 0x228992, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3590, symBinAddr: 0x1A12A0, symSize: 0x10 } + - { offsetInCU: 0x14C5, offset: 0x2289A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x35A0, symBinAddr: 0x1A12B0, symSize: 0x30 } + - { offsetInCU: 0x14D9, offset: 0x2289BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x35D0, symBinAddr: 0x1A12E0, symSize: 0x10 } + - { offsetInCU: 0x14ED, offset: 0x2289CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x35E0, symBinAddr: 0x1A12F0, symSize: 0x30 } + - { offsetInCU: 0x1501, offset: 0x2289E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3610, symBinAddr: 0x1A1320, symSize: 0x10 } + - { offsetInCU: 0x1515, offset: 0x2289F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3620, symBinAddr: 0x1A1330, symSize: 0x30 } + - { offsetInCU: 0x158B, offset: 0x228A6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x270, symBinAddr: 0x19E450, symSize: 0x10 } + - { offsetInCU: 0x15E0, offset: 0x228AC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x290, symBinAddr: 0x19E470, symSize: 0x20 } + - { offsetInCU: 0x1642, offset: 0x228B23, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2F0, symBinAddr: 0x19E4D0, symSize: 0x50 } + - { offsetInCU: 0x1665, offset: 0x228B46, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x340, symBinAddr: 0x19E520, symSize: 0x40 } + - { offsetInCU: 0x1688, offset: 0x228B69, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x420, symBinAddr: 0x19E600, symSize: 0x50 } + - { offsetInCU: 0x16AB, offset: 0x228B8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x470, symBinAddr: 0x19E650, symSize: 0x40 } + - { offsetInCU: 0x1782, offset: 0x228C63, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x22B0, symBinAddr: 0x1A0490, symSize: 0x80 } + - { offsetInCU: 0x1851, offset: 0x228D32, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2330, symBinAddr: 0x1A0510, symSize: 0x50 } + - { offsetInCU: 0x18CF, offset: 0x228DB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2380, symBinAddr: 0x1A0560, symSize: 0x30 } + - { offsetInCU: 0x1921, offset: 0x228E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x23B0, symBinAddr: 0x1A0590, symSize: 0x50 } + - { offsetInCU: 0x1984, offset: 0x228E65, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x24D0, symBinAddr: 0x1A06B0, symSize: 0x20 } + - { offsetInCU: 0x19A0, offset: 0x228E81, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x24F0, symBinAddr: 0x1A06D0, symSize: 0x20 } + - { offsetInCU: 0x19BC, offset: 0x228E9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2510, symBinAddr: 0x1A06F0, symSize: 0x10 } + - { offsetInCU: 0x19D8, offset: 0x228EB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2520, symBinAddr: 0x1A0700, symSize: 0x10 } + - { offsetInCU: 0x19F4, offset: 0x228ED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2530, symBinAddr: 0x1A0710, symSize: 0x10 } + - { offsetInCU: 0x1A10, offset: 0x228EF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2540, symBinAddr: 0x1A0720, symSize: 0x10 } + - { offsetInCU: 0x1A33, offset: 0x228F14, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2690, symBinAddr: 0x1A0870, symSize: 0x20 } + - { offsetInCU: 0x1A4F, offset: 0x228F30, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x26B0, symBinAddr: 0x1A0890, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x2291B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x1A1440, symSize: 0x30 } + - { offsetInCU: 0xE9, offset: 0x229262, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x30, symBinAddr: 0x1A1470, symSize: 0x60 } + - { offsetInCU: 0x148, offset: 0x2292C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x90, symBinAddr: 0x1A14D0, symSize: 0x20 } + - { offsetInCU: 0x1B8, offset: 0x229331, size: 0x8, addend: 0x0, symName: '_$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB0, symBinAddr: 0x1A14F0, symSize: 0x1A0 } + - { offsetInCU: 0x3F0, offset: 0x229569, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x250, symBinAddr: 0x1A1690, symSize: 0xD0 } + - { offsetInCU: 0x58D, offset: 0x229706, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x320, symBinAddr: 0x1A1760, symSize: 0x20 } + - { offsetInCU: 0x655, offset: 0x2297CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x340, symBinAddr: 0x1A1780, symSize: 0x70 } + - { offsetInCU: 0x98E, offset: 0x229B07, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0p2InR0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x3B0, symBinAddr: 0x1A17F0, symSize: 0x60 } + - { offsetInCU: 0xB4E, offset: 0x229CC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x410, symBinAddr: 0x1A1850, symSize: 0x80 } + - { offsetInCU: 0xBDD, offset: 0x229D56, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x490, symBinAddr: 0x1A18D0, symSize: 0x50 } + - { offsetInCU: 0xCD4, offset: 0x229E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x4E0, symBinAddr: 0x1A1920, symSize: 0x20 } + - { offsetInCU: 0xD91, offset: 0x229F0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x500, symBinAddr: 0x1A1940, symSize: 0x90 } + - { offsetInCU: 0xDF1, offset: 0x229F6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x590, symBinAddr: 0x1A19D0, symSize: 0x30 } + - { offsetInCU: 0xE6C, offset: 0x229FE5, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x5C0, symBinAddr: 0x1A1A00, symSize: 0x40 } + - { offsetInCU: 0xF0A, offset: 0x22A083, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x600, symBinAddr: 0x1A1A40, symSize: 0x120 } + - { offsetInCU: 0xFAC, offset: 0x22A125, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x720, symBinAddr: 0x1A1B60, symSize: 0x40 } + - { offsetInCU: 0x1088, offset: 0x22A201, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie14InterpolatableA2dEP11interpolate2to6amountxx_ACtFTW', symObjAddr: 0x760, symBinAddr: 0x1A1BA0, symSize: 0x40 } + - { offsetInCU: 0x116B, offset: 0x22A2E4, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie17AnyInterpolatableA2dEP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_ACSo7CGPointVSgANtFTW', symObjAddr: 0x7A0, symBinAddr: 0x1A1BE0, symSize: 0x40 } + - { offsetInCU: 0x129C, offset: 0x22A415, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x7E0, symBinAddr: 0x1A1C20, symSize: 0x40 } + - { offsetInCU: 0x137F, offset: 0x22A4F8, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x820, symBinAddr: 0x1A1C60, symSize: 0x40 } + - { offsetInCU: 0x145B, offset: 0x22A5D4, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0x860, symBinAddr: 0x1A1CA0, symSize: 0x1A0 } + - { offsetInCU: 0x16F3, offset: 0x22A86C, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xA00, symBinAddr: 0x1A1E40, symSize: 0x140 } + - { offsetInCU: 0x18A9, offset: 0x22AA22, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xB40, symBinAddr: 0x1A1F80, symSize: 0x140 } + - { offsetInCU: 0x1A30, offset: 0x22ABA9, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xC80, symBinAddr: 0x1A20C0, symSize: 0x30 } + - { offsetInCU: 0x1B0C, offset: 0x22AC85, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xCB0, symBinAddr: 0x1A20F0, symSize: 0x40 } + - { offsetInCU: 0x1BFF, offset: 0x22AD78, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xCF0, symBinAddr: 0x1A2130, symSize: 0x40 } + - { offsetInCU: 0x1D49, offset: 0x22AEC2, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF', symObjAddr: 0xD30, symBinAddr: 0x1A2170, symSize: 0xA0 } + - { offsetInCU: 0x1EF1, offset: 0x22B06A, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie21SpatialInterpolatableA2cDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xDD0, symBinAddr: 0x1A2210, symSize: 0xC0 } + - { offsetInCU: 0x20D1, offset: 0x22B24A, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xE90, symBinAddr: 0x1A22D0, symSize: 0xC0 } + - { offsetInCU: 0x2287, offset: 0x22B400, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xF50, symBinAddr: 0x1A2390, symSize: 0x40 } + - { offsetInCU: 0x236A, offset: 0x22B4E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xF90, symBinAddr: 0x1A23D0, symSize: 0x10 } + - { offsetInCU: 0x23DB, offset: 0x22B554, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xFA0, symBinAddr: 0x1A23E0, symSize: 0x40 } + - { offsetInCU: 0x2458, offset: 0x22B5D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xFE0, symBinAddr: 0x1A2420, symSize: 0x40 } + - { offsetInCU: 0x2590, offset: 0x22B709, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1020, symBinAddr: 0x1A2460, symSize: 0x40 } + - { offsetInCU: 0x2720, offset: 0x22B899, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x1060, symBinAddr: 0x1A24A0, symSize: 0xA0 } + - { offsetInCU: 0x28B9, offset: 0x22BA32, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1100, symBinAddr: 0x1A2540, symSize: 0x30 } + - { offsetInCU: 0x2948, offset: 0x22BAC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1130, symBinAddr: 0x1A2570, symSize: 0xC0 } + - { offsetInCU: 0x2B47, offset: 0x22BCC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x11F0, symBinAddr: 0x1A2630, symSize: 0xF0 } + - { offsetInCU: 0x2CB0, offset: 0x22BE29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x12E0, symBinAddr: 0x1A2720, symSize: 0x30 } + - { offsetInCU: 0x2D21, offset: 0x22BE9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1310, symBinAddr: 0x1A2750, symSize: 0x60 } + - { offsetInCU: 0x2DF1, offset: 0x22BF6A, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1370, symBinAddr: 0x1A27B0, symSize: 0x250 } + - { offsetInCU: 0x2ED4, offset: 0x22C04D, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x15C0, symBinAddr: 0x1A2A00, symSize: 0x30 } + - { offsetInCU: 0x2EF0, offset: 0x22C069, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x15F0, symBinAddr: 0x1A2A30, symSize: 0x60 } + - { offsetInCU: 0x2F0C, offset: 0x22C085, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1650, symBinAddr: 0x1A2A90, symSize: 0x10 } + - { offsetInCU: 0x2F28, offset: 0x22C0A1, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1660, symBinAddr: 0x1A2AA0, symSize: 0x60 } + - { offsetInCU: 0x2F4B, offset: 0x22C0C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldV11interpolate2to6amountACyxGAG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x16C0, symBinAddr: 0x1A2B00, symSize: 0x30 } + - { offsetInCU: 0x2F9B, offset: 0x22C114, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x16F0, symBinAddr: 0x1A2B30, symSize: 0x10 } + - { offsetInCU: 0x2FB8, offset: 0x22C131, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x1700, symBinAddr: 0x1A2B40, symSize: 0x30 } + - { offsetInCU: 0x2FD4, offset: 0x22C14D, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufC12CoreGraphics7CGFloatV_ACTg5Tf4nd_n', symObjAddr: 0x1730, symBinAddr: 0x1A2B70, symSize: 0x10 } + - { offsetInCU: 0x2FEC, offset: 0x22C165, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSd_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1740, symBinAddr: 0x1A2B80, symSize: 0x10 } + - { offsetInCU: 0x3004, offset: 0x22C17D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSBAAWl', symObjAddr: 0x1750, symBinAddr: 0x1A2B90, symSize: 0x30 } + - { offsetInCU: 0x3018, offset: 0x22C191, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_TA', symObjAddr: 0x1780, symBinAddr: 0x1A2BC0, symSize: 0x40 } + - { offsetInCU: 0x3041, offset: 0x22C1BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x17C0, symBinAddr: 0x1A2C00, symSize: 0x20 } + - { offsetInCU: 0x3055, offset: 0x22C1CE, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_TA', symObjAddr: 0x17E0, symBinAddr: 0x1A2C20, symSize: 0x30 } + - { offsetInCU: 0x30B4, offset: 0x22C22D, size: 0x8, addend: 0x0, symName: '_$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x1810, symBinAddr: 0x1A2C50, symSize: 0x60 } + - { offsetInCU: 0x30DD, offset: 0x22C256, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x1870, symBinAddr: 0x1A2CB0, symSize: 0x30 } + - { offsetInCU: 0x30F1, offset: 0x22C26A, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x18A0, symBinAddr: 0x1A2CE0, symSize: 0x30 } + - { offsetInCU: 0x314A, offset: 0x22C2C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFAA11CurveVertexV_Tg5Tf4nnddn_n', symObjAddr: 0x1940, symBinAddr: 0x1A2D80, symSize: 0x60 } + - { offsetInCU: 0x33C8, offset: 0x22C541, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x19A0, symBinAddr: 0x1A2DE0, symSize: 0x10 } + - { offsetInCU: 0x340A, offset: 0x22C583, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMi', symObjAddr: 0x19B0, symBinAddr: 0x1A2DF0, symSize: 0x10 } + - { offsetInCU: 0x341E, offset: 0x22C597, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMr', symObjAddr: 0x19C0, symBinAddr: 0x1A2E00, symSize: 0x60 } + - { offsetInCU: 0x3432, offset: 0x22C5AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwCP', symObjAddr: 0x1A20, symBinAddr: 0x1A2E60, symSize: 0x60 } + - { offsetInCU: 0x3446, offset: 0x22C5BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwxx', symObjAddr: 0x1A80, symBinAddr: 0x1A2EC0, symSize: 0x20 } + - { offsetInCU: 0x345A, offset: 0x22C5D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwcp', symObjAddr: 0x1AA0, symBinAddr: 0x1A2EE0, symSize: 0x20 } + - { offsetInCU: 0x346E, offset: 0x22C5E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwca', symObjAddr: 0x1AC0, symBinAddr: 0x1A2F00, symSize: 0x20 } + - { offsetInCU: 0x3482, offset: 0x22C5FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwtk', symObjAddr: 0x1AE0, symBinAddr: 0x1A2F20, symSize: 0x20 } + - { offsetInCU: 0x3496, offset: 0x22C60F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwta', symObjAddr: 0x1B00, symBinAddr: 0x1A2F40, symSize: 0x20 } + - { offsetInCU: 0x34AA, offset: 0x22C623, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwet', symObjAddr: 0x1B20, symBinAddr: 0x1A2F60, symSize: 0x110 } + - { offsetInCU: 0x34BE, offset: 0x22C637, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwst', symObjAddr: 0x1C30, symBinAddr: 0x1A3070, symSize: 0x210 } + - { offsetInCU: 0x34D2, offset: 0x22C64B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMa', symObjAddr: 0x1E40, symBinAddr: 0x1A3280, symSize: 0x10 } + - { offsetInCU: 0xCA, offset: 0x22CB07, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeO8rawValueSSvg', symObjAddr: 0x18E0, symBinAddr: 0x1A4B70, symSize: 0x20 } + - { offsetInCU: 0x11F, offset: 0x22CB5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1940, symBinAddr: 0x1A4BD0, symSize: 0x70 } + - { offsetInCU: 0x185, offset: 0x22CBC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x19B0, symBinAddr: 0x1A4C40, symSize: 0x30 } + - { offsetInCU: 0x234, offset: 0x22CC71, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1A70, symBinAddr: 0x1A4D00, symSize: 0x330 } + - { offsetInCU: 0x383, offset: 0x22CDC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1DA0, symBinAddr: 0x1A5030, symSize: 0x20 } + - { offsetInCU: 0x3C4, offset: 0x22CE01, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1E00, symBinAddr: 0x1A5090, symSize: 0x70 } + - { offsetInCU: 0x3F8, offset: 0x22CE35, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1E70, symBinAddr: 0x1A5100, symSize: 0x30 } + - { offsetInCU: 0x414, offset: 0x22CE51, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1EA0, symBinAddr: 0x1A5130, symSize: 0x10 } + - { offsetInCU: 0x44A, offset: 0x22CE87, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1EB0, symBinAddr: 0x1A5140, symSize: 0x70 } + - { offsetInCU: 0x495, offset: 0x22CED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1F20, symBinAddr: 0x1A51B0, symSize: 0x10 } + - { offsetInCU: 0x4B1, offset: 0x22CEEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1F30, symBinAddr: 0x1A51C0, symSize: 0x10 } + - { offsetInCU: 0x4EC, offset: 0x22CF29, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCfD', symObjAddr: 0x1F80, symBinAddr: 0x1A5210, symSize: 0x20 } + - { offsetInCU: 0x537, offset: 0x22CF74, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC6encode2toys7Encoder_p_tKF', symObjAddr: 0x21B0, symBinAddr: 0x1A5420, symSize: 0x150 } + - { offsetInCU: 0x576, offset: 0x22CFB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x2300, symBinAddr: 0x1A5570, symSize: 0x1B0 } + - { offsetInCU: 0x5CB, offset: 0x22D008, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x24B0, symBinAddr: 0x1A5720, symSize: 0x50 } + - { offsetInCU: 0x602, offset: 0x22D03F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2500, symBinAddr: 0x1A5770, symSize: 0x20 } + - { offsetInCU: 0x626, offset: 0x22D063, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCMa', symObjAddr: 0x1FA0, symBinAddr: 0x1A5230, symSize: 0x20 } + - { offsetInCU: 0x63A, offset: 0x22D077, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwet', symObjAddr: 0x1FE0, symBinAddr: 0x1A5250, symSize: 0x80 } + - { offsetInCU: 0x64E, offset: 0x22D08B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwst', symObjAddr: 0x2060, symBinAddr: 0x1A52D0, symSize: 0xD0 } + - { offsetInCU: 0x662, offset: 0x22D09F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwug', symObjAddr: 0x2130, symBinAddr: 0x1A53A0, symSize: 0x10 } + - { offsetInCU: 0x676, offset: 0x22D0B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwup', symObjAddr: 0x2140, symBinAddr: 0x1A53B0, symSize: 0x10 } + - { offsetInCU: 0x68A, offset: 0x22D0C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwui', symObjAddr: 0x2150, symBinAddr: 0x1A53C0, symSize: 0x10 } + - { offsetInCU: 0x69E, offset: 0x22D0DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOMa', symObjAddr: 0x2160, symBinAddr: 0x1A53D0, symSize: 0x10 } + - { offsetInCU: 0x6B2, offset: 0x22D0EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASQWb', symObjAddr: 0x2170, symBinAddr: 0x1A53E0, symSize: 0x10 } + - { offsetInCU: 0x6C6, offset: 0x22D103, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSQAAWl', symObjAddr: 0x2180, symBinAddr: 0x1A53F0, symSize: 0x30 } + - { offsetInCU: 0x6DA, offset: 0x22D117, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x2590, symBinAddr: 0x1A5790, symSize: 0x30 } + - { offsetInCU: 0x6EE, offset: 0x22D12B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSeAAWl', symObjAddr: 0x25F0, symBinAddr: 0x1A57C0, symSize: 0x30 } + - { offsetInCU: 0x702, offset: 0x22D13F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSEAAWl', symObjAddr: 0x2680, symBinAddr: 0x1A57F0, symSize: 0x30 } + - { offsetInCU: 0x716, offset: 0x22D153, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSYAAWl', symObjAddr: 0x2740, symBinAddr: 0x1A5880, symSize: 0x30 } + - { offsetInCU: 0x72A, offset: 0x22D167, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwet', symObjAddr: 0x2B90, symBinAddr: 0x1A5C70, symSize: 0x80 } + - { offsetInCU: 0x73E, offset: 0x22D17B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwst', symObjAddr: 0x2C10, symBinAddr: 0x1A5CF0, symSize: 0xD0 } + - { offsetInCU: 0x752, offset: 0x22D18F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwug', symObjAddr: 0x2CE0, symBinAddr: 0x1A5DC0, symSize: 0x10 } + - { offsetInCU: 0x766, offset: 0x22D1A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwup', symObjAddr: 0x2CF0, symBinAddr: 0x1A5DD0, symSize: 0x10 } + - { offsetInCU: 0x77A, offset: 0x22D1B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwui', symObjAddr: 0x2D00, symBinAddr: 0x1A5DE0, symSize: 0x10 } + - { offsetInCU: 0x78E, offset: 0x22D1CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOMa', symObjAddr: 0x2D10, symBinAddr: 0x1A5DF0, symSize: 0x10 } + - { offsetInCU: 0x7A2, offset: 0x22D1DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASQWb', symObjAddr: 0x2D20, symBinAddr: 0x1A5E00, symSize: 0x10 } + - { offsetInCU: 0x7B6, offset: 0x22D1F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAESQAAWl', symObjAddr: 0x2D30, symBinAddr: 0x1A5E10, symSize: 0x30 } + - { offsetInCU: 0x7CA, offset: 0x22D207, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2D60, symBinAddr: 0x1A5E40, symSize: 0x10 } + - { offsetInCU: 0x7DE, offset: 0x22D21B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2D70, symBinAddr: 0x1A5E50, symSize: 0x30 } + - { offsetInCU: 0x7F2, offset: 0x22D22F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2DA0, symBinAddr: 0x1A5E80, symSize: 0x10 } + - { offsetInCU: 0x806, offset: 0x22D243, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2DB0, symBinAddr: 0x1A5E90, symSize: 0x30 } + - { offsetInCU: 0x867, offset: 0x22D2A4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x1A3290, symSize: 0x60 } + - { offsetInCU: 0x941, offset: 0x22D37E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x60, symBinAddr: 0x1A32F0, symSize: 0x60 } + - { offsetInCU: 0xA1B, offset: 0x22D458, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0xC0, symBinAddr: 0x1A3350, symSize: 0x90 } + - { offsetInCU: 0xAE9, offset: 0x22D526, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15RenderingEngineO_TB5', symObjAddr: 0x150, symBinAddr: 0x1A33E0, symSize: 0x70 } + - { offsetInCU: 0xB9A, offset: 0x22D5D7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x1C0, symBinAddr: 0x1A3450, symSize: 0x60 } + - { offsetInCU: 0xC74, offset: 0x22D6B1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x220, symBinAddr: 0x1A34B0, symSize: 0x60 } + - { offsetInCU: 0xD4E, offset: 0x22D78B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x280, symBinAddr: 0x1A3510, symSize: 0x60 } + - { offsetInCU: 0xE28, offset: 0x22D865, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x2E0, symBinAddr: 0x1A3570, symSize: 0x60 } + - { offsetInCU: 0xED9, offset: 0x22D916, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x340, symBinAddr: 0x1A35D0, symSize: 0x60 } + - { offsetInCU: 0xFB3, offset: 0x22D9F0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x3A0, symBinAddr: 0x1A3630, symSize: 0x60 } + - { offsetInCU: 0x108D, offset: 0x22DACA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x400, symBinAddr: 0x1A3690, symSize: 0x60 } + - { offsetInCU: 0x1167, offset: 0x22DBA4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x460, symBinAddr: 0x1A36F0, symSize: 0x60 } + - { offsetInCU: 0x1241, offset: 0x22DC7E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x4C0, symBinAddr: 0x1A3750, symSize: 0x60 } + - { offsetInCU: 0x12F2, offset: 0x22DD2F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x520, symBinAddr: 0x1A37B0, symSize: 0x60 } + - { offsetInCU: 0x13CC, offset: 0x22DE09, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x580, symBinAddr: 0x1A3810, symSize: 0x60 } + - { offsetInCU: 0x14A6, offset: 0x22DEE3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x5E0, symBinAddr: 0x1A3870, symSize: 0x60 } + - { offsetInCU: 0x1580, offset: 0x22DFBD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x640, symBinAddr: 0x1A38D0, symSize: 0x60 } + - { offsetInCU: 0x165A, offset: 0x22E097, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x6A0, symBinAddr: 0x1A3930, symSize: 0x60 } + - { offsetInCU: 0x1734, offset: 0x22E171, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0x700, symBinAddr: 0x1A3990, symSize: 0x70 } + - { offsetInCU: 0x17E5, offset: 0x22E222, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x770, symBinAddr: 0x1A3A00, symSize: 0x60 } + - { offsetInCU: 0x1896, offset: 0x22E2D3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x7E0, symBinAddr: 0x1A3A70, symSize: 0x60 } + - { offsetInCU: 0x1970, offset: 0x22E3AD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x840, symBinAddr: 0x1A3AD0, symSize: 0x60 } + - { offsetInCU: 0x1A4A, offset: 0x22E487, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x8A0, symBinAddr: 0x1A3B30, symSize: 0x70 } + - { offsetInCU: 0x1AFB, offset: 0x22E538, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x910, symBinAddr: 0x1A3BA0, symSize: 0x60 } + - { offsetInCU: 0x1BAC, offset: 0x22E5E9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x970, symBinAddr: 0x1A3C00, symSize: 0x60 } + - { offsetInCU: 0x1C86, offset: 0x22E6C3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x9D0, symBinAddr: 0x1A3C60, symSize: 0x60 } + - { offsetInCU: 0x1D60, offset: 0x22E79D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0xA30, symBinAddr: 0x1A3CC0, symSize: 0x60 } + - { offsetInCU: 0x1E3A, offset: 0x22E877, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xB00, symBinAddr: 0x1A3D90, symSize: 0x60 } + - { offsetInCU: 0x1F14, offset: 0x22E951, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xB60, symBinAddr: 0x1A3DF0, symSize: 0x60 } + - { offsetInCU: 0x1F89, offset: 0x22E9C6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0xBC0, symBinAddr: 0x1A3E50, symSize: 0x60 } + - { offsetInCU: 0x1FDC, offset: 0x22EA19, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xC20, symBinAddr: 0x1A3EB0, symSize: 0x60 } + - { offsetInCU: 0x202F, offset: 0x22EA6C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xC80, symBinAddr: 0x1A3F10, symSize: 0x60 } + - { offsetInCU: 0x20AB, offset: 0x22EAE8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xCE0, symBinAddr: 0x1A3F70, symSize: 0x60 } + - { offsetInCU: 0x2127, offset: 0x22EB64, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xD40, symBinAddr: 0x1A3FD0, symSize: 0x60 } + - { offsetInCU: 0x217A, offset: 0x22EBB7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xDA0, symBinAddr: 0x1A4030, symSize: 0x50 } + - { offsetInCU: 0x21CD, offset: 0x22EC0A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xDF0, symBinAddr: 0x1A4080, symSize: 0x60 } + - { offsetInCU: 0x2220, offset: 0x22EC5D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xE50, symBinAddr: 0x1A40E0, symSize: 0x60 } + - { offsetInCU: 0x22BA, offset: 0x22ECF7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xEC0, symBinAddr: 0x1A4150, symSize: 0x60 } + - { offsetInCU: 0x235C, offset: 0x22ED99, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xF20, symBinAddr: 0x1A41B0, symSize: 0x60 } + - { offsetInCU: 0x23E0, offset: 0x22EE1D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xF80, symBinAddr: 0x1A4210, symSize: 0x60 } + - { offsetInCU: 0x245C, offset: 0x22EE99, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xFE0, symBinAddr: 0x1A4270, symSize: 0x60 } + - { offsetInCU: 0x24D8, offset: 0x22EF15, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x10B0, symBinAddr: 0x1A4340, symSize: 0x60 } + - { offsetInCU: 0x252B, offset: 0x22EF68, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x1110, symBinAddr: 0x1A43A0, symSize: 0x60 } + - { offsetInCU: 0x25A7, offset: 0x22EFE4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x1170, symBinAddr: 0x1A4400, symSize: 0x60 } + - { offsetInCU: 0x2623, offset: 0x22F060, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x11D0, symBinAddr: 0x1A4460, symSize: 0x70 } + - { offsetInCU: 0x2676, offset: 0x22F0B3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x1240, symBinAddr: 0x1A44D0, symSize: 0x60 } + - { offsetInCU: 0x26F2, offset: 0x22F12F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x12A0, symBinAddr: 0x1A4530, symSize: 0x60 } + - { offsetInCU: 0x276E, offset: 0x22F1AB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x1300, symBinAddr: 0x1A4590, symSize: 0x90 } + - { offsetInCU: 0x27DE, offset: 0x22F21B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x1390, symBinAddr: 0x1A4620, symSize: 0x60 } + - { offsetInCU: 0x285A, offset: 0x22F297, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x13F0, symBinAddr: 0x1A4680, symSize: 0x60 } + - { offsetInCU: 0x28D6, offset: 0x22F313, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x1450, symBinAddr: 0x1A46E0, symSize: 0x60 } + - { offsetInCU: 0x2952, offset: 0x22F38F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x14B0, symBinAddr: 0x1A4740, symSize: 0x60 } + - { offsetInCU: 0x29CE, offset: 0x22F40B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x1510, symBinAddr: 0x1A47A0, symSize: 0x60 } + - { offsetInCU: 0x2A4A, offset: 0x22F487, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1570, symBinAddr: 0x1A4800, symSize: 0x70 } + - { offsetInCU: 0x2A9D, offset: 0x22F4DA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x15E0, symBinAddr: 0x1A4870, symSize: 0x60 } + - { offsetInCU: 0x2B37, offset: 0x22F574, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x1640, symBinAddr: 0x1A48D0, symSize: 0x60 } + - { offsetInCU: 0x2BBB, offset: 0x22F5F8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x16A0, symBinAddr: 0x1A4930, symSize: 0x60 } + - { offsetInCU: 0x2C55, offset: 0x22F692, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x1700, symBinAddr: 0x1A4990, symSize: 0x60 } + - { offsetInCU: 0x2CD9, offset: 0x22F716, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1760, symBinAddr: 0x1A49F0, symSize: 0x60 } + - { offsetInCU: 0x2D55, offset: 0x22F792, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x17C0, symBinAddr: 0x1A4A50, symSize: 0x60 } + - { offsetInCU: 0x2DD1, offset: 0x22F80E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x1820, symBinAddr: 0x1A4AB0, symSize: 0x60 } + - { offsetInCU: 0x2E4D, offset: 0x22F88A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x1880, symBinAddr: 0x1A4B10, symSize: 0x60 } + - { offsetInCU: 0x2EC9, offset: 0x22F906, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1900, symBinAddr: 0x1A4B90, symSize: 0x10 } + - { offsetInCU: 0x2EE5, offset: 0x22F922, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x1910, symBinAddr: 0x1A4BA0, symSize: 0x10 } + - { offsetInCU: 0x2F01, offset: 0x22F93E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1920, symBinAddr: 0x1A4BB0, symSize: 0x10 } + - { offsetInCU: 0x2F15, offset: 0x22F952, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1930, symBinAddr: 0x1A4BC0, symSize: 0x10 } + - { offsetInCU: 0x2F30, offset: 0x22F96D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x19E0, symBinAddr: 0x1A4C70, symSize: 0x50 } + - { offsetInCU: 0x2F53, offset: 0x22F990, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1A30, symBinAddr: 0x1A4CC0, symSize: 0x40 } + - { offsetInCU: 0x2FB3, offset: 0x22F9F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1DC0, symBinAddr: 0x1A5050, symSize: 0x10 } + - { offsetInCU: 0x2FCF, offset: 0x22FA0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1DD0, symBinAddr: 0x1A5060, symSize: 0x10 } + - { offsetInCU: 0x2FEB, offset: 0x22FA28, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1DE0, symBinAddr: 0x1A5070, symSize: 0x10 } + - { offsetInCU: 0x2FFF, offset: 0x22FA3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1DF0, symBinAddr: 0x1A5080, symSize: 0x10 } + - { offsetInCU: 0x301A, offset: 0x22FA57, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1F40, symBinAddr: 0x1A51D0, symSize: 0x20 } + - { offsetInCU: 0x3036, offset: 0x22FA73, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1F60, symBinAddr: 0x1A51F0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x22FC18, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1A5ED0, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x22FC3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1A5ED0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x22FC61, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x1A5F10, symSize: 0x180 } + - { offsetInCU: 0xF5, offset: 0x22FCE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x1A6090, symSize: 0xD0 } + - { offsetInCU: 0x187, offset: 0x22FD74, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x290, symBinAddr: 0x1A6160, symSize: 0x100 } + - { offsetInCU: 0x20A, offset: 0x22FDF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x3D0, symBinAddr: 0x1A62A0, symSize: 0x60 } + - { offsetInCU: 0x24D, offset: 0x22FE3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x430, symBinAddr: 0x1A6300, symSize: 0x20 } + - { offsetInCU: 0x28D, offset: 0x22FE7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x450, symBinAddr: 0x1A6320, symSize: 0x10 } + - { offsetInCU: 0x2D8, offset: 0x22FEC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x460, symBinAddr: 0x1A6330, symSize: 0x60 } + - { offsetInCU: 0x323, offset: 0x22FF10, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4C0, symBinAddr: 0x1A6390, symSize: 0x10 } + - { offsetInCU: 0x33F, offset: 0x22FF2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0x1A63A0, symSize: 0x10 } + - { offsetInCU: 0x35B, offset: 0x22FF48, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO11stringValueSSvgTf4d_n', symObjAddr: 0x9B0, symBinAddr: 0x1A66B0, symSize: 0x20 } + - { offsetInCU: 0x397, offset: 0x22FF84, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfD', symObjAddr: 0x540, symBinAddr: 0x1A6410, symSize: 0x60 } + - { offsetInCU: 0x433, offset: 0x230020, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfE', symObjAddr: 0x520, symBinAddr: 0x1A63F0, symSize: 0x20 } + - { offsetInCU: 0x48B, offset: 0x230078, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCMa', symObjAddr: 0x5A0, symBinAddr: 0x1A6470, symSize: 0x20 } + - { offsetInCU: 0x49F, offset: 0x23008C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs0E3KeyAAWl', symObjAddr: 0x630, symBinAddr: 0x1A6490, symSize: 0x30 } + - { offsetInCU: 0x4B3, offset: 0x2300A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwet', symObjAddr: 0x7C0, symBinAddr: 0x1A64C0, symSize: 0x50 } + - { offsetInCU: 0x4C7, offset: 0x2300B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwst', symObjAddr: 0x810, symBinAddr: 0x1A6510, symSize: 0xA0 } + - { offsetInCU: 0x4DB, offset: 0x2300C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwug', symObjAddr: 0x8B0, symBinAddr: 0x1A65B0, symSize: 0x10 } + - { offsetInCU: 0x4EF, offset: 0x2300DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwup', symObjAddr: 0x8C0, symBinAddr: 0x1A65C0, symSize: 0x10 } + - { offsetInCU: 0x503, offset: 0x2300F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwui', symObjAddr: 0x8D0, symBinAddr: 0x1A65D0, symSize: 0x10 } + - { offsetInCU: 0x517, offset: 0x230104, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOMa', symObjAddr: 0x8E0, symBinAddr: 0x1A65E0, symSize: 0x10 } + - { offsetInCU: 0x52B, offset: 0x230118, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASQWb', symObjAddr: 0x8F0, symBinAddr: 0x1A65F0, symSize: 0x10 } + - { offsetInCU: 0x53F, offset: 0x23012C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFSQAAWl', symObjAddr: 0x900, symBinAddr: 0x1A6600, symSize: 0x30 } + - { offsetInCU: 0x553, offset: 0x230140, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0x1A6630, symSize: 0x10 } + - { offsetInCU: 0x567, offset: 0x230154, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x940, symBinAddr: 0x1A6640, symSize: 0x30 } + - { offsetInCU: 0x57B, offset: 0x230168, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x970, symBinAddr: 0x1A6670, symSize: 0x10 } + - { offsetInCU: 0x58F, offset: 0x23017C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x980, symBinAddr: 0x1A6680, symSize: 0x30 } + - { offsetInCU: 0x5D1, offset: 0x2301BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0x1A6260, symSize: 0x10 } + - { offsetInCU: 0x611, offset: 0x2301FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3A0, symBinAddr: 0x1A6270, symSize: 0x10 } + - { offsetInCU: 0x651, offset: 0x23023E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B0, symBinAddr: 0x1A6280, symSize: 0x10 } + - { offsetInCU: 0x691, offset: 0x23027E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x1A6290, symSize: 0x10 } + - { offsetInCU: 0x6C9, offset: 0x2302B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4E0, symBinAddr: 0x1A63B0, symSize: 0x20 } + - { offsetInCU: 0x6E5, offset: 0x2302D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x500, symBinAddr: 0x1A63D0, symSize: 0x20 } + - { offsetInCU: 0x118, offset: 0x2305C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x380, symBinAddr: 0x1A6A50, symSize: 0x10 } + - { offsetInCU: 0x1A1, offset: 0x23064C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH9hashValueSivgTW', symObjAddr: 0x390, symBinAddr: 0x1A6A60, symSize: 0x40 } + - { offsetInCU: 0x285, offset: 0x230730, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D0, symBinAddr: 0x1A6AA0, symSize: 0x20 } + - { offsetInCU: 0x2F8, offset: 0x2307A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x470, symBinAddr: 0x1A6B40, symSize: 0x30 } + - { offsetInCU: 0x344, offset: 0x2307EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCfD', symObjAddr: 0x4A0, symBinAddr: 0x1A6B70, symSize: 0x30 } + - { offsetInCU: 0x388, offset: 0x230833, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKF', symObjAddr: 0x0, symBinAddr: 0x1A66D0, symSize: 0x2C0 } + - { offsetInCU: 0x5B4, offset: 0x230A5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueV11descriptionSSvg', symObjAddr: 0x2C0, symBinAddr: 0x1A6990, symSize: 0xA0 } + - { offsetInCU: 0x6CA, offset: 0x230B75, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x360, symBinAddr: 0x1A6A30, symSize: 0x20 } + - { offsetInCU: 0x7DB, offset: 0x230C86, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCMa', symObjAddr: 0x4D0, symBinAddr: 0x1A6BA0, symSize: 0x20 } + - { offsetInCU: 0x7EF, offset: 0x230C9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwet', symObjAddr: 0x530, symBinAddr: 0x1A6BE0, symSize: 0x80 } + - { offsetInCU: 0x803, offset: 0x230CAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwst', symObjAddr: 0x5B0, symBinAddr: 0x1A6C60, symSize: 0xD0 } + - { offsetInCU: 0x817, offset: 0x230CC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwug', symObjAddr: 0x680, symBinAddr: 0x1A6D30, symSize: 0x10 } + - { offsetInCU: 0x82B, offset: 0x230CD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwup', symObjAddr: 0x690, symBinAddr: 0x1A6D40, symSize: 0x10 } + - { offsetInCU: 0x83F, offset: 0x230CEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwui', symObjAddr: 0x6A0, symBinAddr: 0x1A6D50, symSize: 0x10 } + - { offsetInCU: 0x853, offset: 0x230CFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOMa', symObjAddr: 0x6B0, symBinAddr: 0x1A6D60, symSize: 0x10 } + - { offsetInCU: 0x867, offset: 0x230D12, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVwCP', symObjAddr: 0x6C0, symBinAddr: 0x1A6D70, symSize: 0x30 } + - { offsetInCU: 0x87B, offset: 0x230D26, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVMa', symObjAddr: 0x770, symBinAddr: 0x1A6E00, symSize: 0x10 } + - { offsetInCU: 0x88F, offset: 0x230D3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASQWb', symObjAddr: 0x780, symBinAddr: 0x1A6E10, symSize: 0x10 } + - { offsetInCU: 0x8A3, offset: 0x230D4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOAESQAAWl', symObjAddr: 0x790, symBinAddr: 0x1A6E20, symSize: 0x30 } + - { offsetInCU: 0x8D5, offset: 0x230D80, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueC0SSvgTW', symObjAddr: 0x7C0, symBinAddr: 0x1A6E50, symSize: 0x30 } + - { offsetInCU: 0x91A, offset: 0x230DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV018compatibilityIssueD0SSvg', symObjAddr: 0x7F0, symBinAddr: 0x1A6E80, symSize: 0x80 } + - { offsetInCU: 0x93C, offset: 0x230DE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueD0SSvgTW', symObjAddr: 0x870, symBinAddr: 0x1A6F00, symSize: 0x10 } + - { offsetInCU: 0x950, offset: 0x230DFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x940, symBinAddr: 0x1A6F20, symSize: 0x20 } + - { offsetInCU: 0x994, offset: 0x230E3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA12LayerContextV_Tg5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0x9C0, symBinAddr: 0x1A6F40, symSize: 0x340 } + - { offsetInCU: 0xC70, offset: 0x23111B, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA21LayerAnimationContextV_TB5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0xD00, symBinAddr: 0x1A7280, symSize: 0x370 } + - { offsetInCU: 0xF38, offset: 0x2313E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwug', symObjAddr: 0x1330, symBinAddr: 0x1A7870, symSize: 0x10 } + - { offsetInCU: 0xF4C, offset: 0x2313F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwup', symObjAddr: 0x1340, symBinAddr: 0x1A7880, symSize: 0x10 } + - { offsetInCU: 0xF60, offset: 0x23140B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwui', symObjAddr: 0x1350, symBinAddr: 0x1A7890, symSize: 0x10 } + - { offsetInCU: 0xF74, offset: 0x23141F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOMa', symObjAddr: 0x1360, symBinAddr: 0x1A78A0, symSize: 0x10 } + - { offsetInCU: 0xFE4, offset: 0x23148F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3F0, symBinAddr: 0x1A6AC0, symSize: 0x40 } + - { offsetInCU: 0x1081, offset: 0x23152C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP7_domainSSvgTW', symObjAddr: 0x430, symBinAddr: 0x1A6B00, symSize: 0x10 } + - { offsetInCU: 0x109D, offset: 0x231548, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP5_codeSivgTW', symObjAddr: 0x440, symBinAddr: 0x1A6B10, symSize: 0x10 } + - { offsetInCU: 0x10B9, offset: 0x231564, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x450, symBinAddr: 0x1A6B20, symSize: 0x10 } + - { offsetInCU: 0x10D5, offset: 0x231580, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x460, symBinAddr: 0x1A6B30, symSize: 0x10 } +... diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Headers/Lottie-Swift.h b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Headers/Lottie-Swift.h index 6dc7744..17af69f 100644 --- a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Headers/Lottie-Swift.h +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Headers/Lottie-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) #ifndef LOTTIE_SWIFT_H #define LOTTIE_SWIFT_H #pragma clang diagnostic push @@ -24,10 +24,38 @@ #endif #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -62,53 +90,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif #endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif #endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif #endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif #endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif #endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif #endif #if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -128,28 +169,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) # endif #endif - #if !defined(SWIFT_PROTOCOL) # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA #endif - #if !defined(SWIFT_EXTENSION) # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) #endif - #if !defined(OBJC_DESIGNATED_INITIALIZER) # if __has_attribute(objc_designated_initializer) # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) # else -# define OBJC_DESIGNATED_INITIALIZER +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -178,18 +216,68 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) -# define IBSegueAction +# define IBSegueAction +#endif #endif -#if __has_feature(modules) +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif +@import CoreFoundation; @import CoreGraphics; @import Foundation; @import ObjectiveC; @@ -197,6 +285,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @import UIKit; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -204,6 +293,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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") @@ -212,8 +302,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSCoder; -@class NSNumber; @class UITouch; @class UIEvent; @@ -259,6 +349,7 @@ SWIFT_CLASS("_TtC6Lottie14AnimatedButton") /// An interactive switch with an ‘On’ and ‘Off’ state. When the user taps on the /// switch the state is toggled and the appropriate animation is played. /// Both the ‘On’ and ‘Off’ have an animation play range associated with their state. +/// Also available as a SwiftUI view (LottieSwitch). SWIFT_CLASS("_TtC6Lottie14AnimatedSwitch") @interface AnimatedSwitch : AnimatedControl - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; @@ -303,6 +394,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") /// Called by CoreAnimation to create a shadow copy of this layer /// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (void)addSublayer:(CALayer * _Nonnull)layer; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end @@ -327,6 +419,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") + @class NSString; @@ -357,6 +450,8 @@ SWIFT_CLASS("_TtC6Lottie26CompatibleAnimationKeypath") enum CompatibleRenderingEngineOption : NSInteger; @class NSURL; @class NSData; +@class CompatibleDictionaryTextProvider; +enum CompatibleBackgroundBehavior : NSInteger; @class UIColor; /// An Objective-C compatible wrapper around Lottie’s LottieAnimationView. @@ -381,9 +476,10 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") /// animation using the given rendering engine configuration. - (nonnull instancetype)initWithData:(NSData * _Nonnull)data compatibleRenderingEngineOption:(enum CompatibleRenderingEngineOption)compatibleRenderingEngineOption OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @property (nonatomic, strong) CompatibleAnimation * _Nullable compatibleAnimation; @property (nonatomic) CGFloat loopAnimationCount; +@property (nonatomic, strong) CompatibleDictionaryTextProvider * _Nullable compatibleDictionaryTextProvider; @property (nonatomic) UIViewContentMode contentMode; @property (nonatomic) BOOL shouldRasterizeWhenIdle; @property (nonatomic) CGFloat currentProgress; @@ -395,6 +491,7 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") @property (nonatomic) CGFloat animationSpeed; @property (nonatomic) BOOL respectAnimationFrameRate; @property (nonatomic, readonly) BOOL isAnimationPlaying; +@property (nonatomic) enum CompatibleBackgroundBehavior backgroundMode; - (void)play; - (void)playWithCompletion:(void (^ _Nullable)(BOOL))completion; /// Note: When calling this code from Objective-C, the method signature is @@ -423,6 +520,48 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") - (CGFloat)durationFrameTimeForMarker:(NSString * _Nonnull)named SWIFT_WARN_UNUSED_RESULT; @end +/// An Objective-C compatible version of LottieBackgroundBehavior. +typedef SWIFT_ENUM(NSInteger, CompatibleBackgroundBehavior, open) { +/// Stop the animation and reset it to the beginning of its current play time. The completion block is called. + CompatibleBackgroundBehaviorStop = 0, +/// Pause the animation in its current state. The completion block is called. + CompatibleBackgroundBehaviorPause = 1, +/// Pause the animation and restart it when the application moves to the foreground. +/// The completion block is stored and called when the animation completes. +///
          +///
        • +/// This is the default when using the Main Thread rendering engine. +///
        • +///
        + CompatibleBackgroundBehaviorPauseAndRestore = 2, +/// Stops the animation and sets it to the end of its current play time. The completion block is called. + CompatibleBackgroundBehaviorForceFinish = 3, +/// The animation continues playing in the background. +///
          +///
        • +/// This is the default when using the Core Animation rendering engine. +/// Playing an animation using the Core Animation engine doesn’t come with any CPU overhead, +/// so using .continuePlaying avoids the need to stop and then resume the animation +/// (which does come with some CPU overhead). +///
        • +///
        • +/// This mode should not be used with the Main Thread rendering engine. +///
        • +///
        + CompatibleBackgroundBehaviorContinuePlaying = 4, +}; + + +/// An Objective-C compatible wrapper around Lottie’s DictionaryTextProvider. +/// Use in tandem with CompatibleAnimationView to supply text to LottieAnimationView +/// when using Lottie in Objective-C. +SWIFT_CLASS("_TtC6Lottie32CompatibleDictionaryTextProvider") +@interface CompatibleDictionaryTextProvider : NSObject +- (nonnull instancetype)initWithValues:(NSDictionary * _Nonnull)values OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + /// An Objective-C compatible wrapper around Lottie’s RenderingEngineOption enum. Pass in an option /// to the CompatibleAnimationView initializers to configure the rendering engine for the view. typedef SWIFT_ENUM(NSInteger, CompatibleRenderingEngineOption, open) { @@ -490,6 +629,7 @@ SWIFT_CLASS("_TtC6Lottie10DebugLayer") + /// A CAGradientLayer subclass used to render a gradient outside the normal layer bounds ///
          ///
        • @@ -574,6 +714,23 @@ SWIFT_CLASS("_TtC6Lottie18InvertedMatteLayer") @end +/// A CALayer subclass for rendering Lottie animations. +///
            +///
          • +/// Also available as a SwiftUI view (LottieView) and a UIView subclass (LottieAnimationView) +///
          • +///
          +SWIFT_CLASS("_TtC6Lottie20LottieAnimationLayer") +@interface LottieAnimationLayer : CALayer +/// Called by CoreAnimation to create a shadow copy of this layer +/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init +- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + /// The base view for LottieAnimationView on iOS, tvOS, watchOS, and macCatalyst. /// Enables the LottieAnimationView implementation to be shared across platforms. SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @@ -588,6 +745,12 @@ SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @end +/// A UIView subclass for rendering Lottie animations. +///
            +///
          • +/// Also available as a SwiftUI view (LottieView) and a CALayer subclass (LottieAnimationLayer) +///
          • +///
          IB_DESIGNABLE SWIFT_CLASS("_TtC6Lottie19LottieAnimationView") @interface LottieAnimationView : LottieAnimationViewBase @@ -778,19 +941,24 @@ SWIFT_CLASS("_TtC6Lottie9TextLayer") /// The CALayer type responsible for only rendering the transform of a LayerModel SWIFT_CLASS("_TtC6Lottie14TransformLayer") @interface TransformLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)argument OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)__argument1 OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; @end + + +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) #ifndef LOTTIE_SWIFT_H #define LOTTIE_SWIFT_H #pragma clang diagnostic push @@ -814,10 +982,38 @@ SWIFT_CLASS("_TtC6Lottie14TransformLayer") #endif #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -852,53 +1048,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif #endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif #endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif #endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif #endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif #endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif #endif #if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -918,28 +1127,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) # endif #endif - #if !defined(SWIFT_PROTOCOL) # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA #endif - #if !defined(SWIFT_EXTENSION) # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) #endif - #if !defined(OBJC_DESIGNATED_INITIALIZER) # if __has_attribute(objc_designated_initializer) # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) # else -# define OBJC_DESIGNATED_INITIALIZER +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -968,18 +1174,68 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) -# define IBSegueAction +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif #endif -#if __has_feature(modules) +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif +@import CoreFoundation; @import CoreGraphics; @import Foundation; @import ObjectiveC; @@ -987,6 +1243,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @import UIKit; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -994,6 +1251,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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") @@ -1002,8 +1260,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSCoder; -@class NSNumber; @class UITouch; @class UIEvent; @@ -1049,6 +1307,7 @@ SWIFT_CLASS("_TtC6Lottie14AnimatedButton") /// An interactive switch with an ‘On’ and ‘Off’ state. When the user taps on the /// switch the state is toggled and the appropriate animation is played. /// Both the ‘On’ and ‘Off’ have an animation play range associated with their state. +/// Also available as a SwiftUI view (LottieSwitch). SWIFT_CLASS("_TtC6Lottie14AnimatedSwitch") @interface AnimatedSwitch : AnimatedControl - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; @@ -1093,6 +1352,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") /// Called by CoreAnimation to create a shadow copy of this layer /// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (void)addSublayer:(CALayer * _Nonnull)layer; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end @@ -1117,6 +1377,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") + @class NSString; @@ -1147,6 +1408,8 @@ SWIFT_CLASS("_TtC6Lottie26CompatibleAnimationKeypath") enum CompatibleRenderingEngineOption : NSInteger; @class NSURL; @class NSData; +@class CompatibleDictionaryTextProvider; +enum CompatibleBackgroundBehavior : NSInteger; @class UIColor; /// An Objective-C compatible wrapper around Lottie’s LottieAnimationView. @@ -1171,9 +1434,10 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") /// animation using the given rendering engine configuration. - (nonnull instancetype)initWithData:(NSData * _Nonnull)data compatibleRenderingEngineOption:(enum CompatibleRenderingEngineOption)compatibleRenderingEngineOption OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @property (nonatomic, strong) CompatibleAnimation * _Nullable compatibleAnimation; @property (nonatomic) CGFloat loopAnimationCount; +@property (nonatomic, strong) CompatibleDictionaryTextProvider * _Nullable compatibleDictionaryTextProvider; @property (nonatomic) UIViewContentMode contentMode; @property (nonatomic) BOOL shouldRasterizeWhenIdle; @property (nonatomic) CGFloat currentProgress; @@ -1185,6 +1449,7 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") @property (nonatomic) CGFloat animationSpeed; @property (nonatomic) BOOL respectAnimationFrameRate; @property (nonatomic, readonly) BOOL isAnimationPlaying; +@property (nonatomic) enum CompatibleBackgroundBehavior backgroundMode; - (void)play; - (void)playWithCompletion:(void (^ _Nullable)(BOOL))completion; /// Note: When calling this code from Objective-C, the method signature is @@ -1213,6 +1478,48 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") - (CGFloat)durationFrameTimeForMarker:(NSString * _Nonnull)named SWIFT_WARN_UNUSED_RESULT; @end +/// An Objective-C compatible version of LottieBackgroundBehavior. +typedef SWIFT_ENUM(NSInteger, CompatibleBackgroundBehavior, open) { +/// Stop the animation and reset it to the beginning of its current play time. The completion block is called. + CompatibleBackgroundBehaviorStop = 0, +/// Pause the animation in its current state. The completion block is called. + CompatibleBackgroundBehaviorPause = 1, +/// Pause the animation and restart it when the application moves to the foreground. +/// The completion block is stored and called when the animation completes. +///
            +///
          • +/// This is the default when using the Main Thread rendering engine. +///
          • +///
          + CompatibleBackgroundBehaviorPauseAndRestore = 2, +/// Stops the animation and sets it to the end of its current play time. The completion block is called. + CompatibleBackgroundBehaviorForceFinish = 3, +/// The animation continues playing in the background. +///
            +///
          • +/// This is the default when using the Core Animation rendering engine. +/// Playing an animation using the Core Animation engine doesn’t come with any CPU overhead, +/// so using .continuePlaying avoids the need to stop and then resume the animation +/// (which does come with some CPU overhead). +///
          • +///
          • +/// This mode should not be used with the Main Thread rendering engine. +///
          • +///
          + CompatibleBackgroundBehaviorContinuePlaying = 4, +}; + + +/// An Objective-C compatible wrapper around Lottie’s DictionaryTextProvider. +/// Use in tandem with CompatibleAnimationView to supply text to LottieAnimationView +/// when using Lottie in Objective-C. +SWIFT_CLASS("_TtC6Lottie32CompatibleDictionaryTextProvider") +@interface CompatibleDictionaryTextProvider : NSObject +- (nonnull instancetype)initWithValues:(NSDictionary * _Nonnull)values OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + /// An Objective-C compatible wrapper around Lottie’s RenderingEngineOption enum. Pass in an option /// to the CompatibleAnimationView initializers to configure the rendering engine for the view. typedef SWIFT_ENUM(NSInteger, CompatibleRenderingEngineOption, open) { @@ -1280,6 +1587,7 @@ SWIFT_CLASS("_TtC6Lottie10DebugLayer") + /// A CAGradientLayer subclass used to render a gradient outside the normal layer bounds ///
            ///
          • @@ -1364,6 +1672,23 @@ SWIFT_CLASS("_TtC6Lottie18InvertedMatteLayer") @end +/// A CALayer subclass for rendering Lottie animations. +///
              +///
            • +/// Also available as a SwiftUI view (LottieView) and a UIView subclass (LottieAnimationView) +///
            • +///
            +SWIFT_CLASS("_TtC6Lottie20LottieAnimationLayer") +@interface LottieAnimationLayer : CALayer +/// Called by CoreAnimation to create a shadow copy of this layer +/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init +- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + /// The base view for LottieAnimationView on iOS, tvOS, watchOS, and macCatalyst. /// Enables the LottieAnimationView implementation to be shared across platforms. SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @@ -1378,6 +1703,12 @@ SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @end +/// A UIView subclass for rendering Lottie animations. +///
              +///
            • +/// Also available as a SwiftUI view (LottieView) and a CALayer subclass (LottieAnimationLayer) +///
            • +///
            IB_DESIGNABLE SWIFT_CLASS("_TtC6Lottie19LottieAnimationView") @interface LottieAnimationView : LottieAnimationViewBase @@ -1568,15 +1899,22 @@ SWIFT_CLASS("_TtC6Lottie9TextLayer") /// The CALayer type responsible for only rendering the transform of a LayerModel SWIFT_CLASS("_TtC6Lottie14TransformLayer") @interface TransformLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)argument OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)__argument1 OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; @end + + +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif +#else +#error unsupported Swift architecture #endif diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Info.plist b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Info.plist index 720a88e..32fb6ff 100644 Binary files a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Info.plist and b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Info.plist differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Lottie b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Lottie index 0a37198..e1a0594 100755 Binary files a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Lottie and b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Lottie differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.abi.json b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.abi.json new file mode 100644 index 0000000..987820e --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -0,0 +1,67068 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ImageAsset", + "printedName": "ImageAsset", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC4nameSSvp", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC4nameSSvg", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "directory", + "printedName": "directory", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC9directorySSvp", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC9directorySSvg", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC5widthSdvp", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC5widthSdvg", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC6heightSdvp", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC6heightSdvg", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Final", + "AccessControl", + "Override" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie10ImageAssetC", + "mangledName": "$s6Lottie10ImageAssetC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "superclassUsr": "s:6Lottie5AssetC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.Asset" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationLayer", + "printedName": "LottieAnimationLayer", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4stopyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pauseyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationLayerDidLoad", + "printedName": "animationLayerDidLoad", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLayer", + "printedName": "animationLayer", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "screenScale", + "printedName": "screenScale", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12reloadImagesyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForBackgroundState", + "printedName": "updateAnimationForBackgroundState()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForForegroundState", + "printedName": "updateAnimationForForegroundState(wasWaitingToPlayAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer(im)init", + "mangledName": "$s6Lottie0A14AnimationLayerCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer", + "mangledName": "$s6Lottie0A14AnimationLayerC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)CALayer", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "QuartzCore.CALayer", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieButton", + "printedName": "LottieButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:action:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "mangledName": "$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6ButtonV4bodyQrvp", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6ButtonV4bodyQrvg", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedButton) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromProgress:toProgress:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate12fromProgress02toE02onAC14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromMarker:toMarker:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6ButtonV", + "mangledName": "$s6Lottie0A6ButtonV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "children": [ + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationFontProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultFontProvider", + "printedName": "DefaultFontProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultFontProviderCACycfc", + "mangledName": "$s6Lottie19DefaultFontProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultFontProviderC", + "mangledName": "$s6Lottie19DefaultFontProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationCache", + "printedName": "LottieAnimationCache", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14AnimationCacheO", + "mangledName": "$s6Lottie0A14AnimationCacheO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultAnimationCache", + "printedName": "DefaultAnimationCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21DefaultAnimationCacheCACycfc", + "mangledName": "$s6Lottie21DefaultAnimationCacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC05clearD0yyF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC05clearD0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21DefaultAnimationCacheC", + "mangledName": "$s6Lottie21DefaultAnimationCacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngineOption", + "printedName": "RenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> (Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie21RenderingEngineOptionO", + "mangledName": "$s6Lottie21RenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngine", + "printedName": "RenderingEngine", + "children": [ + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO10mainThreadyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvp", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvg", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvp", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvg", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15RenderingEngineO", + "mangledName": "$s6Lottie15RenderingEngineO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FilepathImageProvider", + "printedName": "FilepathImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21FilepathImageProviderC", + "mangledName": "$s6Lottie21FilepathImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "children": [ + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "children": [ + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DictionaryTextProvider", + "printedName": "DictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "mangledName": "$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie22DictionaryTextProviderC", + "mangledName": "$s6Lottie22DictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextProvider", + "printedName": "DefaultTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultTextProviderCACycfc", + "mangledName": "$s6Lottie19DefaultTextProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultTextProviderC", + "mangledName": "$s6Lottie19DefaultTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CoordinateSpace", + "printedName": "CoordinateSpace", + "children": [ + { + "kind": "Var", + "name": "type2d", + "printedName": "type2d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type2dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type2dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "type3d", + "printedName": "type3d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type3dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type3dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CoordinateSpace?", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivp", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivg", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15CoordinateSpaceO", + "mangledName": "$s6Lottie15CoordinateSpaceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimation", + "printedName": "LottieAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionary:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "startFrame", + "printedName": "startFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endFrame", + "printedName": "endFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "framerate", + "printedName": "framerate", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC9framerateSdvp", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC9framerateSdvg", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "markerNames", + "printedName": "markerNames", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvp", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvg", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8durationSdvp", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8durationSdvg", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bounds", + "printedName": "bounds", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "filepath", + "printedName": "filepath(_:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(_:bundle:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(data:strategy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "mangledName": "$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:closure:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forFrame:clamped:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime8forFrame7clamped14CoreFoundation7CGFloatVAI_SbtF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime11forProgress14CoreFoundation7CGFloatVAH_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "time", + "printedName": "time(forFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4time8forFrameSd14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime03forD014CoreFoundation7CGFloatVSd_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A9AnimationC", + "mangledName": "$s6Lottie0A9AnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieSwitch", + "printedName": "LottieSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "mangledName": "$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6SwitchV4bodyQrvp", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6SwitchV4bodyQrvg", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isOn", + "printedName": "isOn(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "mangledName": "$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "onAnimation", + "printedName": "onAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "offAnimation", + "printedName": "offAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6SwitchV", + "mangledName": "$s6Lottie0A6SwitchV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "children": [ + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "mangledName": "$s6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "mangledName": "$s6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie22AnimationCacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject, τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationSource", + "printedName": "LottieAnimationSource", + "children": [ + { + "kind": "Var", + "name": "lottieAnimation", + "printedName": "lottieAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dotLottieFile", + "printedName": "dotLottieFile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A15AnimationSourceO", + "mangledName": "$s6Lottie0A15AnimationSourceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieView", + "printedName": "LottieView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFile:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A4ViewV4bodyQrvp", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A4ViewV4bodyQrvg", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "mangledName": "$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resizable", + "printedName": "resizable()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9resizableACyxGyF", + "mangledName": "$s6Lottie0A4ViewV9resizableACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "intrinsicSize", + "printedName": "intrinsicSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "mangledName": "$s6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playACyxGyF", + "mangledName": "$s6Lottie0A4ViewV4playACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "looping", + "printedName": "looping()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7loopingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7loopingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "hasDefaultArg": true, + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "mangledName": "$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "mangledName": "$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7playingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paused", + "printedName": "paused(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "hasDefaultArg": true, + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playbackMode", + "printedName": "playbackMode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "mangledName": "$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationSpeed", + "printedName": "animationSpeed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "mangledName": "$s6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidLoad", + "printedName": "animationDidLoad(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "mangledName": "$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidFinish", + "printedName": "animationDidFinish(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "mangledName": "$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "mangledName": "$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "accessibilityLabel", + "printedName": "accessibilityLabel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "mangledName": "$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logger", + "printedName": "logger(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "mangledName": "$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "imageProvider", + "printedName": "imageProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationImageProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textProvider", + "printedName": "textProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationKeypathTextProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fontProvider", + "printedName": "fontProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationFontProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnyValueProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentProgress", + "printedName": "currentProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV15currentProgressyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentFrame", + "printedName": "currentFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12currentFrameyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV12currentFrameyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentTime", + "printedName": "currentTime(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "mangledName": "$s6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadAnimationTrigger", + "printedName": "reloadAnimationTrigger(_:showPlaceholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationProgress", + "printedName": "getRealtimeAnimationProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationFrame", + "printedName": "getRealtimeAnimationFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dotLottieConfigurationComponents", + "printedName": "dotLottieConfigurationComponents(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "mangledName": "$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A4ViewV", + "mangledName": "$s6Lottie0A4ViewV", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Asset", + "printedName": "Asset", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Asset", + "printedName": "Lottie.Asset", + "usr": "s:6Lottie5AssetC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie5AssetC2idSSvp", + "mangledName": "$s6Lottie5AssetC2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "Final", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie5AssetC2idSSvg", + "mangledName": "$s6Lottie5AssetC2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie5AssetC", + "mangledName": "$s6Lottie5AssetC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOption", + "printedName": "ReducedMotionOption", + "children": [ + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dynamic", + "printedName": "dynamic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable)", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOptionProvider", + "printedName": "Lottie.ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnyHashable", + "printedName": "Swift.AnyHashable", + "usr": "s:s11AnyHashableV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "systemReducedMotionToggle", + "printedName": "systemReducedMotionToggle", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivp", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivg", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie19ReducedMotionOptionO", + "mangledName": "$s6Lottie19ReducedMotionOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionMode", + "printedName": "ReducedMotionMode", + "children": [ + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivp", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivg", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie17ReducedMotionModeO", + "mangledName": "$s6Lottie17ReducedMotionModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "children": [ + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.ReducedMotionOptionProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SystemReducedMotionOptionProvider", + "printedName": "SystemReducedMotionOptionProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "SystemReducedMotionOptionProvider", + "printedName": "Lottie.SystemReducedMotionOptionProvider", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderVACycfc", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderVACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "SizeValueProvider", + "printedName": "SizeValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderC5blockACSo6CGSizeV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "mangledName": "$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie17SizeValueProviderC", + "mangledName": "$s6Lottie17SizeValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "OperatorDecl", + "name": "+|", + "printedName": "+|", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "OperatorDecl", + "name": "+-", + "printedName": "+-", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimation", + "printedName": "CompatibleAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:subdirectory:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)initWithName:subdirectory:bundle:", + "mangledName": "$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc", + "moduleName": "Lottie", + "objc_name": "initWithName:subdirectory:bundle:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)init", + "mangledName": "$s6Lottie19CompatibleAnimationCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation", + "mangledName": "$s6Lottie19CompatibleAnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleRenderingEngineOption", + "printedName": "CompatibleRenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionShared", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO6sharedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "defaultEngine", + "printedName": "defaultEngine", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionDefaultEngine", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO07defaultD0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionAutomatic", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionMainThread", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionCoreAnimation", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Function", + "name": "generateLottieConfiguration", + "printedName": "generateLottieConfiguration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Func", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleRenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleBackgroundBehavior", + "printedName": "CompatibleBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorStop", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPause", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPauseAndRestore", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorForceFinish", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorContinuePlaying", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleBackgroundBehavior?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationView", + "printedName": "CompatibleAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "compatibleAnimation", + "printedName": "compatibleAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopAnimationCount", + "printedName": "loopAnimationCount", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setLoopAnimationCount:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC04loopC5Count14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "compatibleDictionaryTextProvider", + "printedName": "compatibleDictionaryTextProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleDictionaryTextProvider:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setContentMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setShouldRasterizeWhenIdle:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentProgress:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentTime:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setAnimationSpeed:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setRespectAnimationFrameRate:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundMode", + "printedName": "backgroundMode", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setBackgroundMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)play", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4playyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithCompletion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "objc_name": "playWithCompletion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromProgress:toProgress:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromProgress:toProgress:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromFrame:toFrame:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromFrame:toFrame:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromMarker:toMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromMarker:toMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playWithMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)stop", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)pause", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)reloadImages", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)forceDisplayUpdate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)logHierarchyKeypaths", + "mangledName": "$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setColorValue", + "printedName": "setColorValue(_:forKeypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setColorValue:forKeypath:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getColorValue", + "printedName": "getColorValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIColor?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getColorValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getColorValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)addSubview:forLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(rect:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithRect:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithRect:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(point:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithPoint:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithPoint:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)progressTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "progressTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)frameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "frameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)durationFrameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "durationFrameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView", + "mangledName": "$s6Lottie23CompatibleAnimationViewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleDictionaryTextProvider", + "printedName": "CompatibleDictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(values:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)initWithValues:", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithValues:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)init", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ColorFormatDenominator", + "printedName": "ColorFormatDenominator", + "children": [ + { + "kind": "Var", + "name": "One", + "printedName": "One", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "OneHundred", + "printedName": "OneHundred", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "TwoFiftyFive", + "printedName": "TwoFiftyFive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivp", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivg", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie22ColorFormatDenominatorO", + "mangledName": "$s6Lottie22ColorFormatDenominatorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieColor", + "printedName": "LottieColor", + "children": [ + { + "kind": "Var", + "name": "r", + "printedName": "r", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1rSdvp", + "mangledName": "$s6Lottie0A5ColorV1rSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvg", + "mangledName": "$s6Lottie0A5ColorV1rSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvs", + "mangledName": "$s6Lottie0A5ColorV1rSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvM", + "mangledName": "$s6Lottie0A5ColorV1rSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "g", + "printedName": "g", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1gSdvp", + "mangledName": "$s6Lottie0A5ColorV1gSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvg", + "mangledName": "$s6Lottie0A5ColorV1gSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvs", + "mangledName": "$s6Lottie0A5ColorV1gSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvM", + "mangledName": "$s6Lottie0A5ColorV1gSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "b", + "printedName": "b", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1bSdvp", + "mangledName": "$s6Lottie0A5ColorV1bSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvg", + "mangledName": "$s6Lottie0A5ColorV1bSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvs", + "mangledName": "$s6Lottie0A5ColorV1bSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvM", + "mangledName": "$s6Lottie0A5ColorV1bSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "a", + "printedName": "a", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1aSdvp", + "mangledName": "$s6Lottie0A5ColorV1aSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvg", + "mangledName": "$s6Lottie0A5ColorV1aSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvs", + "mangledName": "$s6Lottie0A5ColorV1aSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvM", + "mangledName": "$s6Lottie0A5ColorV1aSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(r:g:b:a:denominator:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "hasDefaultArg": true, + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "mangledName": "$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV9hashValueSivp", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV9hashValueSivg", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A5ColorV", + "mangledName": "$s6Lottie0A5ColorV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ColorValueProvider", + "printedName": "ColorValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottieColor", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderC5blockAcA0aB0V14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18ColorValueProviderC", + "mangledName": "$s6Lottie18ColorValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypath", + "printedName": "AnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "keys", + "printedName": "keys", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvp", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvg", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvp", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvg", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivp", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivg", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie16AnimationKeypathV", + "mangledName": "$s6Lottie16AnimationKeypathV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieConfiguration", + "printedName": "LottieConfiguration", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(renderingEngine:decodingStrategy:colorSpace:reducedMotionOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "hasDefaultArg": true, + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "hasDefaultArg": true, + "usr": "c:@T@CGColorSpaceRef" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "hasDefaultArg": true, + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvpZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvgZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvsZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvMZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renderingEngine", + "printedName": "renderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "decodingStrategy", + "printedName": "decodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotionOption", + "printedName": "reducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "colorSpace", + "printedName": "colorSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivp", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivg", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A13ConfigurationV", + "mangledName": "$s6Lottie0A13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottiePlaybackMode", + "printedName": "LottiePlaybackMode", + "children": [ + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(at: Lottie.LottiePlaybackMode.PausedState)", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "playing", + "printedName": "playing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO8progressyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO8progressyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5frameyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5frameyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5pauseyA2CmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5pauseyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO12fromProgressyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO12fromProgressyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO9fromFrameyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO9fromFrameyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "TypeDecl", + "name": "PausedState", + "printedName": "PausedState", + "children": [ + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO8progressyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO8progressyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO5frameyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO5frameyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, position: Lottie.LottieMarkerPosition)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PlaybackMode", + "printedName": "PlaybackMode", + "children": [ + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvpZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvgZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO10toProgress_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO10toProgress_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO7toFrame_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO7toFrame_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO", + "mangledName": "$s6Lottie0A12PlaybackModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieMarkerPosition", + "printedName": "LottieMarkerPosition", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO5startyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO5startyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO3endyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO3endyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivp", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivg", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14MarkerPositionO", + "mangledName": "$s6Lottie0A14MarkerPositionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieVector2D", + "printedName": "LottieVector2D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector2DV", + "mangledName": "$s6Lottie0A8Vector2DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DecodingStrategy", + "printedName": "DecodingStrategy", + "children": [ + { + "kind": "Var", + "name": "legacyCodable", + "printedName": "legacyCodable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dictionaryBased", + "printedName": "dictionaryBased", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivp", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivg", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie16DecodingStrategyO", + "mangledName": "$s6Lottie16DecodingStrategyO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedControl", + "printedName": "AnimatedControl", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)init", + "mangledName": "$s6Lottie15AnimatedControlCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedControl?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithCoder:", + "mangledName": "$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "isEnabled", + "printedName": "isEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)enabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "enabled", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isEnabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isEnabled", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setEnabled:", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setEnabled:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isSelected", + "printedName": "isSelected", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)selected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "selected", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isSelected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isSelected", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setSelected:", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setSelected:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isHighlighted", + "printedName": "isHighlighted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)highlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "highlighted", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isHighlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isHighlighted", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setHighlighted:", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setHighlighted:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "continueTracking", + "printedName": "continueTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)continueTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC16continueTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "continueTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancelTracking", + "printedName": "cancelTracking(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)cancelTrackingWithEvent:", + "mangledName": "$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "cancelTrackingWithEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC15animationDidSetyyF", + "mangledName": "$s6Lottie15AnimatedControlC15animationDidSetyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationView", + "printedName": "animationView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setLayer", + "printedName": "setLayer(named:forState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "State", + "printedName": "UIKit.UIControl.State", + "usr": "c:@E@UIControlState" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "mangledName": "$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "mangledName": "$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithFrame:", + "mangledName": "$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl", + "mangledName": "$s6Lottie15AnimatedControlC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIControl", + "superclassNames": [ + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedButton", + "printedName": "AnimatedButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)init", + "mangledName": "$s6Lottie14AnimatedButtonCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedButton?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "performAction", + "printedName": "performAction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvp", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvg", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvs", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvM", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromProgress:toProgress:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromMarker:toMarker:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton", + "mangledName": "$s6Lottie14AnimatedButtonC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "children": [ + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvp", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvg", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "typeErasedStorage", + "printedName": "typeErasedStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderP9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "value", + "printedName": "value(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderPAAE5value5frameyp14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ValueProviderStorage", + "printedName": "ValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> ([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe<τ_0_0>]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO7closureyACyxGx14CoreFoundation7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO7closureyACyxGx12CoreGraphics7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie20ValueProviderStorageO", + "mangledName": "$s6Lottie20ValueProviderStorageO", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProviderStorage", + "printedName": "AnyValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> ([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Lottie.Keyframe], interpolate: (CoreGraphics.CGFloat) -> Any)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp14CoreFoundation7CGFloatVctcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp12CoreGraphics7CGFloatVctcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO7closureyACyp14CoreFoundation7CGFloatVccACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO7closureyACyp12CoreGraphics7CGFloatVccACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie23AnyValueProviderStorageO", + "mangledName": "$s6Lottie23AnyValueProviderStorageO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedSwitch", + "printedName": "AnimatedSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)init", + "mangledName": "$s6Lottie14AnimatedSwitchCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedSwitch?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC15animationDidSetyyF", + "mangledName": "$s6Lottie14AnimatedSwitchC15animationDidSetyyF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "CancelBehavior", + "printedName": "CancelBehavior", + "children": [ + { + "kind": "Var", + "name": "reverse", + "printedName": "reverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Var", + "name": "cancelBehavior", + "printedName": "cancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animateUpdateWhenChangingAnimation", + "printedName": "animateUpdateWhenChangingAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "stateUpdated", + "printedName": "stateUpdated", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isOn", + "printedName": "isOn", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setIsOn", + "printedName": "setIsOn(_:animated:shouldFireHaptics:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "mangledName": "$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setProgressForState", + "printedName": "setProgressForState(fromProgress:toProgress:forOnState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y14CoreFoundation7CGFloatV_AJSbtF", + "mangledName": "$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch", + "mangledName": "$s6Lottie14AnimatedSwitchC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector1D", + "printedName": "LottieVector1D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DVyACSdcfc", + "mangledName": "$s6Lottie0A8Vector1DVyACSdcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV5valueSdvp", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV5valueSdvg", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector1DV", + "mangledName": "$s6Lottie0A8Vector1DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector3D", + "printedName": "LottieVector3D", + "children": [ + { + "kind": "Var", + "name": "x", + "printedName": "x", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1xSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1xSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "y", + "printedName": "y", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1ySdvp", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1ySdvg", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "z", + "printedName": "z", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1zSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1zSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(x:y:z:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "mangledName": "$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "pointValue", + "printedName": "pointValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sizeValue", + "printedName": "sizeValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector3DV", + "mangledName": "$s6Lottie0A8Vector3DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieBackgroundBehavior", + "printedName": "LottieBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "default", + "printedName": "default(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A18BackgroundBehaviorO", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieLoopMode", + "printedName": "LottieLoopMode", + "children": [ + { + "kind": "Var", + "name": "playOnce", + "printedName": "playOnce", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO8playOnceyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO8playOnceyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loop", + "printedName": "loop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO4loopyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO4loopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "autoReverse", + "printedName": "autoReverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO11autoReverseyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO11autoReverseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeat", + "printedName": "repeat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO6repeatyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO6repeatyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeatBackwards", + "printedName": "repeatBackwards", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivp", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivg", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A8LoopModeO", + "mangledName": "$s6Lottie0A8LoopModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationView", + "printedName": "LottieAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationView?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithCoder:", + "mangledName": "$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4stopyyF", + "mangledName": "$s6Lottie0A13AnimationViewC4stopyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC5pauseyyF", + "mangledName": "$s6Lottie0A13AnimationViewC5pauseyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animateLayoutChangesWithCurrentCoreAnimationContext", + "printedName": "animateLayoutChangesWithCurrentCoreAnimationContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationQueued", + "printedName": "isAnimationQueued", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvp", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvg", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvs", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "viewportFrame", + "printedName": "viewportFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(py)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12reloadImagesyyF", + "mangledName": "$s6Lottie0A13AnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:bundle:subdirectory:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filePath:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:imageProvider:session:closure:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(asset:bundle:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieName:bundle:subdirectory:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFilePath:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieUrl:animationId:dotLottieCache:configuration:session:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieAsset:bundle:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView", + "mangledName": "$s6Lottie0A13AnimationViewC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "IBDesignable", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.LottieAnimationViewBase", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieError", + "printedName": "DotLottieError", + "children": [ + { + "kind": "Var", + "name": "noDataLoaded", + "printedName": "noDataLoaded", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "assetNotFound", + "printedName": "assetNotFound", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> (Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, bundle: Foundation.Bundle?)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "mangledName": "$s6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loadingFromAssetNotSupported", + "printedName": "loadingFromAssetNotSupported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidFileFormat", + "printedName": "invalidFileFormat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "invalidData", + "printedName": "invalidData", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "animationNotAvailable", + "printedName": "animationNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA5ErrorO", + "mangledName": "$s6Lottie03DotA5ErrorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FloatValueProvider", + "printedName": "FloatValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderC5blockAC14CoreFoundation7CGFloatVAGc_tcfc", + "mangledName": "$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderCyAC14CoreFoundation7CGFloatVcfc", + "mangledName": "$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "float", + "printedName": "float", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18FloatValueProviderC", + "mangledName": "$s6Lottie18FloatValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationKeypath", + "printedName": "CompatibleAnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeypath:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeypath:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeys:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeys:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "animationKeypath", + "printedName": "animationKeypath", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)init", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "children": [ + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "mangledName": "$s6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie03DotA13CacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieCache", + "printedName": "DotLottieCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA5CacheCACycfc", + "mangledName": "$s6Lottie03DotA5CacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvpZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvgZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivp", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivg", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivs", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivM", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC05clearC0yyF", + "mangledName": "$s6Lottie03DotA5CacheC05clearC0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "mangledName": "$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA5CacheC", + "mangledName": "$s6Lottie03DotA5CacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LayerType", + "printedName": "LayerType", + "children": [ + { + "kind": "Var", + "name": "precomp", + "printedName": "precomp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7precompyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7precompyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "solid", + "printedName": "solid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5solidyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5solidyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "image", + "printedName": "image", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5imageyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5imageyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "null", + "printedName": "null", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4nullyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4nullyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "shape", + "printedName": "shape", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5shapeyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5shapeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4textyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4textyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LayerType?", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9LayerTypeO8rawValueSivp", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9LayerTypeO8rawValueSivg", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9LayerTypeO", + "mangledName": "$s6Lottie9LayerTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MatteType", + "printedName": "MatteType", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO4noneyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO4noneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "add", + "printedName": "add", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO3addyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO3addyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "invert", + "printedName": "invert", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO6invertyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO6invertyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.MatteType?", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9MatteTypeO8rawValueSivp", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9MatteTypeO8rawValueSivg", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9MatteTypeO", + "mangledName": "$s6Lottie9MatteTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "BlendMode", + "printedName": "BlendMode", + "children": [ + { + "kind": "Var", + "name": "normal", + "printedName": "normal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6normalyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6normalyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "multiply", + "printedName": "multiply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO8multiplyyA2CmF", + "mangledName": "$s6Lottie9BlendModeO8multiplyyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "screen", + "printedName": "screen", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6screenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6screenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "overlay", + "printedName": "overlay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7overlayyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7overlayyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "darken", + "printedName": "darken", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6darkenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6darkenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "lighten", + "printedName": "lighten", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7lightenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7lightenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorDodge", + "printedName": "colorDodge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10colorDodgeyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10colorDodgeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorBurn", + "printedName": "colorBurn", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9colorBurnyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9colorBurnyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hardLight", + "printedName": "hardLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9hardLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9hardLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "softLight", + "printedName": "softLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9softLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9softLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "difference", + "printedName": "difference", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10differenceyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10differenceyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "exclusion", + "printedName": "exclusion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9exclusionyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9exclusionyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hue", + "printedName": "hue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO3hueyA2CmF", + "mangledName": "$s6Lottie9BlendModeO3hueyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "saturation", + "printedName": "saturation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10saturationyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10saturationyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO5coloryA2CmF", + "mangledName": "$s6Lottie9BlendModeO5coloryA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "luminosity", + "printedName": "luminosity", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10luminosityyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10luminosityyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.BlendMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9BlendModeO8rawValueSivp", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9BlendModeO8rawValueSivg", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9BlendModeO", + "mangledName": "$s6Lottie9BlendModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "GradientValueProvider", + "printedName": "GradientValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((CoreGraphics.CGFloat) -> [Swift.Double])?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG14CoreFoundation7CGFloatVc_SaySdGAKcSgtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "colors", + "printedName": "colors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "locations", + "printedName": "locations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvp", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvg", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvs", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvM", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21GradientValueProviderC", + "mangledName": "$s6Lottie21GradientValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfiguration", + "printedName": "DotLottieConfiguration", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "speed", + "printedName": "speed", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA13ConfigurationV", + "mangledName": "$s6Lottie03DotA13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfigurationComponents", + "printedName": "DotLottieConfigurationComponents", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "all", + "printedName": "all", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "BundleImageProvider", + "printedName": "BundleImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(bundle:searchPath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "mangledName": "$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19BundleImageProviderC", + "mangledName": "$s6Lottie19BundleImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationSubview", + "printedName": "AnimationSubview", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithFrame:", + "mangledName": "$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationSubview?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithCoder:", + "mangledName": "$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview", + "mangledName": "$s6Lottie16AnimationSubviewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationViewBase", + "printedName": "LottieAnimationViewBase", + "children": [ + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(py)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)setContentMode:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "didMoveToWindow", + "printedName": "didMoveToWindow()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)didMoveToWindow", + "mangledName": "$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "didMoveToWindow", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)layoutSubviews", + "mangledName": "$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithFrame:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationViewBase?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithCoder:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "mangledName": "$s6Lottie0A17AnimationViewBaseC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "zlib", + "printedName": "zlib", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Compression", + "printedName": "Compression", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieFile", + "printedName": "DotLottieFile", + "children": [ + { + "kind": "TypeDecl", + "name": "Animation", + "printedName": "Animation", + "children": [ + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA4FileC9AnimationV", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "animations", + "printedName": "animations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SynchronouslyBlockingCurrentThread", + "printedName": "SynchronouslyBlockingCurrentThread", + "children": [ + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA4FileC", + "mangledName": "$s6Lottie03DotA4FileC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieLogger", + "printedName": "LottieLogger", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(assert:assertionFailure:warn:info:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.Bool, @autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.Bool, () -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "hasDefaultArg": true + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "mangledName": "$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC6sharedACvpZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvgZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvsZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvMZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "assert", + "printedName": "assert(_:_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "assertionFailure", + "printedName": "assertionFailure(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "warn", + "printedName": "warn(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "info", + "printedName": "info(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4infoyySSyXKF", + "mangledName": "$s6Lottie0A6LoggerC4infoyySSyXKF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "printToConsole", + "printedName": "printToConsole", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvpZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvgZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvgZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A6LoggerC", + "mangledName": "$s6Lottie0A6LoggerC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "PointValueProvider", + "printedName": "PointValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGPoint", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderC5blockACSo7CGPointV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "mangledName": "$s6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "point", + "printedName": "point", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18PointValueProviderC", + "mangledName": "$s6Lottie18PointValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Keyframe", + "printedName": "Keyframe", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "mangledName": "$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(value:time:isHold:inTangent:outTangent:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_14CoreFoundation7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "mangledName": "$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC5valuexvp", + "mangledName": "$s6Lottie8KeyframeC5valuexvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC5valuexvg", + "mangledName": "$s6Lottie8KeyframeC5valuexvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isHold", + "printedName": "isHold", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC6isHoldSbvp", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC6isHoldSbvg", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "inTangent", + "printedName": "inTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "outTangent", + "printedName": "outTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialInTangent", + "printedName": "spatialInTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialOutTangent", + "printedName": "spatialOutTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie8KeyframeC", + "mangledName": "$s6Lottie8KeyframeC", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "children": [ + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Interpolatable", + "printedName": "Interpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatableP11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatableP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable, τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "children": [ + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "UIView", + "printedName": "UIView", + "declKind": "Class", + "usr": "c:objc(cs)UIView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIView", + "declAttributes": [ + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIResponder", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CALayer", + "printedName": "CALayer", + "children": [ + { + "kind": "Function", + "name": "logLayerTree", + "printedName": "logLayerTree(withIndent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:So7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "mangledName": "$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)CALayer", + "moduleName": "QuartzCore", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "CALayer", + "declAttributes": [ + "Available", + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Array", + "printedName": "Array", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:Sa", + "mangledName": "$sSa", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "_DestructorSafeContainer", + "printedName": "_DestructorSafeContainer", + "usr": "s:s24_DestructorSafeContainerP", + "mangledName": "$ss24_DestructorSafeContainerP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ArrayProtocol", + "printedName": "_ArrayProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "_Buffer", + "printedName": "_Buffer", + "children": [ + { + "kind": "TypeNominal", + "name": "_ArrayBuffer", + "printedName": "Swift._ArrayBuffer<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s12_ArrayBufferV" + } + ] + } + ], + "usr": "s:s14_ArrayProtocolP", + "mangledName": "$ss14_ArrayProtocolP" + }, + { + "kind": "Conformance", + "name": "RandomAccessCollection", + "printedName": "RandomAccessCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sk", + "mangledName": "$sSk" + }, + { + "kind": "Conformance", + "name": "MutableCollection", + "printedName": "MutableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:SM", + "mangledName": "$sSM" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSArray", + "printedName": "Foundation.NSArray", + "usr": "c:objc(cs)NSArray" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "ContiguousBytes", + "printedName": "ContiguousBytes", + "usr": "s:10Foundation15ContiguousBytesP", + "mangledName": "$s10Foundation15ContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DataProtocol", + "printedName": "DataProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "Regions", + "printedName": "Regions", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionOfOne", + "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt8]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt8", + "printedName": "Swift.UInt8", + "usr": "s:s5UInt8V" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s15CollectionOfOneV" + } + ] + } + ], + "usr": "s:10Foundation12DataProtocolP", + "mangledName": "$s10Foundation12DataProtocolP" + }, + { + "kind": "Conformance", + "name": "MutableDataProtocol", + "printedName": "MutableDataProtocol", + "usr": "s:10Foundation19MutableDataProtocolP", + "mangledName": "$s10Foundation19MutableDataProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Bundle", + "printedName": "Bundle", + "declKind": "Class", + "usr": "c:objc(cs)NSBundle", + "moduleName": "Foundation", + "isOpen": true, + "objc_name": "NSBundle", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGFloat", + "printedName": "CGFloat", + "declKind": "Struct", + "usr": "s:14CoreFoundation7CGFloatV", + "mangledName": "$s12CoreGraphics7CGFloatV", + "moduleName": "CoreFoundation", + "intro_Macosx": "10.0", + "intro_iOS": "2.0", + "intro_tvOS": "9.0", + "intro_watchOS": "1.0", + "declAttributes": [ + "Frozen", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "Available", + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Var", + "name": "lottieColorValue", + "printedName": "lottieColorValue", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGPoint", + "printedName": "CGPoint", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:So7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_14CoreFoundation7CGFloatVABSgALtF", + "mangledName": "$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGPoint", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Double", + "printedName": "Double", + "declKind": "Struct", + "usr": "s:Sd", + "mangledName": "$sSd", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Double.SIMD2Storage", + "usr": "s:Sd12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Double.SIMD4Storage", + "usr": "s:Sd12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Double.SIMD8Storage", + "usr": "s:Sd12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Double.SIMD16Storage", + "usr": "s:Sd13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Double.SIMD32Storage", + "usr": "s:Sd13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Double.SIMD64Storage", + "usr": "s:Sd13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGRect", + "printedName": "CGRect", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGRectV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGRect", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair, SwiftUI.AnimatablePair>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + }, + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGSize", + "printedName": "CGSize", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGSizeV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGSize", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DispatchQueue", + "printedName": "DispatchQueue", + "children": [ + { + "kind": "Var", + "name": "dotLottie", + "printedName": "dotLottie", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Var", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Accessor", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)OS_dispatch_queue", + "moduleName": "Dispatch", + "isOpen": true, + "objc_name": "OS_dispatch_queue", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "Sendable", + "HasMissingDesignatedInitializers", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)OS_dispatch_object", + "isExternal": true, + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Dispatch.DispatchObject", + "os_object.OS_object", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Scheduler", + "printedName": "Scheduler", + "children": [ + { + "kind": "TypeWitness", + "name": "SchedulerTimeType", + "printedName": "SchedulerTimeType", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerTimeType", + "printedName": "Dispatch.DispatchQueue.SchedulerTimeType", + "usr": "s:So17OS_dispatch_queueC8DispatchE17SchedulerTimeTypeV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SchedulerOptions", + "printedName": "SchedulerOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerOptions", + "printedName": "Dispatch.DispatchQueue.SchedulerOptions", + "usr": "s:So17OS_dispatch_queueC8DispatchE16SchedulerOptionsV" + } + ] + } + ], + "usr": "s:7Combine9SchedulerP", + "mangledName": "$s7Combine9SchedulerP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Float", + "printedName": "Float", + "declKind": "Struct", + "usr": "s:Sf", + "mangledName": "$sSf", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Float.SIMD2Storage", + "usr": "s:Sf12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Float.SIMD4Storage", + "usr": "s:Sf12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Float.SIMD8Storage", + "usr": "s:Sf12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Float.SIMD16Storage", + "usr": "s:Sf13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Float.SIMD32Storage", + "usr": "s:Sf13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Float.SIMD64Storage", + "usr": "s:Sf13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Optional", + "printedName": "Optional", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:Sq", + "mangledName": "$sSq", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "Gesture", + "printedName": "Gesture", + "children": [ + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI7GestureP", + "mangledName": "$s7SwiftUI7GestureP" + }, + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + }, + { + "kind": "Conformance", + "name": "TableRowContent", + "printedName": "TableRowContent", + "children": [ + { + "kind": "TypeWitness", + "name": "TableRowValue", + "printedName": "TableRowValue", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableRowValue" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableRowBody", + "printedName": "TableRowBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI15TableRowContentP", + "mangledName": "$s7SwiftUI15TableRowContentP" + }, + { + "kind": "Conformance", + "name": "Commands", + "printedName": "Commands", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI8CommandsP", + "mangledName": "$s7SwiftUI8CommandsP" + }, + { + "kind": "Conformance", + "name": "ToolbarContent", + "printedName": "ToolbarContent", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI14ToolbarContentP", + "mangledName": "$s7SwiftUI14ToolbarContentP" + }, + { + "kind": "Conformance", + "name": "CustomizableToolbarContent", + "printedName": "CustomizableToolbarContent", + "usr": "s:7SwiftUI26CustomizableToolbarContentP", + "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 1936, + "length": 7, + "value": "\"width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 2039, + "length": 8, + "value": "\"height\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "Array", + "offset": 2473, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2957, + "length": 10, + "value": "\";base64,\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1176, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1255, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Lottie.ShapeLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1733, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2037, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2050, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2106, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 4881, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 5785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 10, + "value": "\"Lottie.GroupLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 8600, + "length": 17, + "value": "\"repeater copies\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 8644, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 10090, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 10114, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 11862, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12004, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12171, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12503, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12656, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 13924, + "length": 187, + "value": "\"The Core Animation rendering engine doesn't support applying separate x\/y scale values (x: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14047, + "length": 1, + "value": "\", y: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14062, + "length": 1, + "value": "\") to this stroke item (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14097, + "length": 1, + "value": "\").\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 14163, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15150, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15230, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15944, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 16071, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 18465, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19886, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 20363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 264, + "length": 7, + "value": "\"Lottie.Ellipse\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 973, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3294, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3718, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7882, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8834, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 12406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18430, + "length": 376, + "value": "\"`LottieBackgroundBehavior.continuePlaying` should not be used with the Main Thread\nrendering engine, since this would waste CPU resources on playing an animation\nthat is not visible. Consider using a different background mode, or switching to\nthe Core Animation rendering engine (which does not have any CPU overhead).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 21894, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22155, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22868, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24528, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25137, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 25453, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 26873, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 31688, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 36243, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38392, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38886, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 39527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 40063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 40882, + "length": 11, + "value": "\"sublayers\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43201, + "length": 79, + "value": "\"Encountered Core Animation compatibility issues while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43356, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43364, + "length": 6, + "value": "\"\n\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43385, + "length": 339, + "value": "\"This animation cannot be rendered correctly by the Core Animation engine.\nTo resolve this issue, you can use `RenderingEngineOption.automatic`, which automatically falls back\nto the Main Thread rendering engine when necessary, or just use `RenderingEngineOption.mainThread`.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44014, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44052, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45301, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45339, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 45388, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45813, + "length": 78, + "value": "\"Encountered Core Animation compatibility issue while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45963, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45971, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45986, + "length": 397, + "value": "\"This animation may have additional compatibility issues, but animation setup was cancelled early to avoid wasted work.\n\nAutomatically falling back to Main Thread rendering engine. This fallback comes with some additional performance\noverhead, which can be reduced by manually specifying that this animation should always use the Main Thread engine.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 46828, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49073, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49431, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 51455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 51990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52717, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 53122, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 53577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53748, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 54129, + "length": 8, + "value": "\"Lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 20, + "value": "\"Lottie.LottieAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56463, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56541, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56629, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 3577, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4169, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4190, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7931, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7953, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 10820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "BooleanLiteral", + "offset": 11274, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 14105, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 13, + "value": "\"* |Children\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 406, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 3, + "value": "\"|\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2801, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4717, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5943, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 492, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 500, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 804, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 931, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 950, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 961, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 7, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1641, + "length": 9, + "value": "\".lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 324, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 351, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 413, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 441, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 525, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 677, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "Array", + "offset": 824, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1198, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1587, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "FloatLiteral", + "offset": 2567, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2576, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2872, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 4028, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5313, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 599, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 627, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 633, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 786, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 911, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 933, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 990, + "length": 4, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 1023, + "length": 4, + "value": "\"|_\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1204, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 2516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3438, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3555, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3672, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "FloatLiteral", + "offset": 3675, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3680, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3720, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3723, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3841, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3864, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3959, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4149, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4251, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4294, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4297, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4412, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4435, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4537, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4540, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4583, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4586, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4704, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4727, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 332, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 406, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "Array", + "offset": 448, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 560, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 636, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 718, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1293, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1566, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1648, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1671, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2207, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2376, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2388, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2394, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2866, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/FontProvider\/AnimationFontProvider.swift", + "kind": "BooleanLiteral", + "offset": 860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 535, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 1351, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 2763, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 3271, + "length": 101, + "value": "\"The Core Animation rendering engine currently doesn't support text animators.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3873, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 186, + "length": 9, + "value": "\"Lottie.TextLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1415, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1543, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3150, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3176, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 4191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "FloatLiteral", + "offset": 4304, + "length": 6, + "value": "1000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 5558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 601, + "length": 20, + "value": "\"Lottie.TextCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1723, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1794, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2817, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2868, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3682, + "length": 6, + "value": "10000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/AnimationCache\/DefaultAnimationCache.swift", + "kind": "IntegerLiteral", + "offset": 1224, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2332, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2968, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3017, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3201, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3246, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerImageProvider.swift", + "kind": "Dictionary", + "offset": 459, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1238, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1892, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1929, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/TextProvider\/AnimationTextProvider.swift", + "kind": "BooleanLiteral", + "offset": 3899, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1140, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1632, + "length": 12, + "value": "\"X Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1676, + "length": 12, + "value": "\"Y Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "Array", + "offset": 2877, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3321, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "IntegerLiteral", + "offset": 3412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "FloatLiteral", + "offset": 3872, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 1702, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2184, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 2717, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3254, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3279, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3305, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3916, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4036, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4071, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4148, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4333, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4587, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 1744, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 3494, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 4143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 5435, + "length": 102, + "value": "[\"reduced motion\", \"reduced_motion\", \"reduced-motion\", \"reducedmotion\"]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "FloatLiteral", + "offset": 738, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "StringLiteral", + "offset": 1556, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 227, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2884, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 3344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4186, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 4911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5038, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5207, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5783, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 6132, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6579, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6748, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 706, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2155, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2164, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2172, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2600, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2905, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 3086, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7851, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7858, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7965, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7974, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7982, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8035, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8137, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8186, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 331, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 337, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 764, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 805, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 863, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 874, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 904, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 915, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 926, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 2, + "value": "-3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 961, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1063, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1083, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1155, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1177, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1186, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1210, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1369, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1503, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1530, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1732, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1792, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1865, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1880, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1973, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2158, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2175, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2285, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2308, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2325, + "length": 5, + "value": "-27.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2342, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2352, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2372, + "length": 4, + "value": "54.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2432, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2685, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2770, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2836, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2879, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2981, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2984, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3123, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3183, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3301, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3355, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3432, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3445, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3486, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 218, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1175, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1626, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2193, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2640, + "length": 7, + "value": "\"Angle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "Dictionary", + "offset": 3041, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 415, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 511, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1109, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1168, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/SwiftUIView.swift", + "kind": "Array", + "offset": 1314, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 1046, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "Array", + "offset": 1216, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 1984, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2121, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2320, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3208, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3250, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 3335, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3639, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3923, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4058, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4575, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4615, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 458, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1015, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1319, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "Array", + "offset": 1595, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 243, + "length": 20, + "value": "\"Lottie.MaskCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2246, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2562, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2575, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2631, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1488, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3354, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3977, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 1078, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 2558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 525, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 1834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 2307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "StringLiteral", + "offset": 1513, + "length": 27, + "value": "\"Lottie.AnimationCompletionDelegate\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1933, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5751, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5755, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8480, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8698, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8956, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9835, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 13460, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 17756, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 21303, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22257, + "length": 67, + "value": "\"Failed to load asynchronous Lottie animation with error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22323, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 24126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/NodeProperty.swift", + "kind": "IntegerLiteral", + "offset": 453, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 943, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2844, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2857, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2913, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 2945, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3361, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3591, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3763, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 5467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 5958, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6763, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 6828, + "length": 36, + "value": "\"Lottie: Logging Animation Keypaths\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 348, + "length": 24, + "value": "\"Lottie.MainThreadAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 489, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 942, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.SolidCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 510, + "length": 30, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 529, + "length": 1, + "value": "\" (Content)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 598, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 902, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 971, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1369, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1999, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 20, + "value": "\"Lottie.BaseCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 590, + "length": 8, + "value": "\"Anchor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1291, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1509, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1742, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1978, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2214, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2760, + "length": 14, + "value": "\"Stroke Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3002, + "length": 12, + "value": "\"Fill Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3501, + "length": 10, + "value": "\"Tracking\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3727, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3936, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 4194, + "length": 22, + "value": "\"SelectedRangeOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5519, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 6023, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 7376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8327, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8389, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 8771, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9032, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 9385, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/ReducedMotionOption.swift", + "kind": "BooleanLiteral", + "offset": 2651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 807, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1060, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1147, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1297, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1380, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 840, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 994, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1735, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1776, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2138, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2183, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 4896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5290, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5815, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6331, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7638, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7660, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7727, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7847, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7897, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7979, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8182, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8239, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8362, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8786, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8926, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8952, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9272, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9435, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9558, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9586, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9613, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10049, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10062, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10535, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10615, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 11261, + "length": 4, + "value": "0.05" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11322, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 1328, + "length": 7, + "value": "0.55228" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1667, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 2479, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3619, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3673, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 442, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1394, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1796, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1816, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1892, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2195, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3801, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3856, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4093, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4146, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4295, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4862, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 4884, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4978, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5047, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5162, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5331, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6066, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6785, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7839, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8163, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8794, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8843, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 9479, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 10119, + "length": 57, + "value": "\"Vertex data does not match In Tangents and Out Tangents\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 10281, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 13490, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 13998, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 14041, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14718, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 328, + "length": 19, + "value": "\"Lottie.CompatibleAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7293, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7223, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "FloatLiteral", + "offset": 8127, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12172, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12199, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12252, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12491, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12546, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12573, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12601, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14128, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14617, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14723, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14808, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14891, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14972, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 15210, + "length": 32, + "value": "\"Lottie.CompatibleDictionaryTextProvider\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 853, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 874, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 909, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 929, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3104, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3654, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 418, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 653, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 778, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2176, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2799, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2803, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3006, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3822, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3827, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3906, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3914, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3972, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3984, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4220, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4560, + "length": 5, + "value": "0x400" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5659, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 5760, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5883, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6225, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6231, + "length": 4, + "value": "0x01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 8762, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9003, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9606, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12722, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2144, + "length": 366, + "value": "\"`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2183, + "length": 1, + "value": "\"` animation for \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2234, + "length": 3, + "value": "\"\" includes an After Effects expression (https:\/\/helpx.adobe.com\/after-effects\/using\/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2942, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3893, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5249, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 5438, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11375, + "length": 55, + "value": "\"Cannot create point from keyframe with value \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11429, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 12556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 12976, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13125, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13271, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 14168, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15429, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15457, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15466, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15612, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15640, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16080, + "length": 52, + "value": "\"`values.count` must exactly equal `keyTimes.count`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16213, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16225, + "length": 63, + "value": "\"`timingFunctions.count` must exactly equal `values.count - 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16624, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16635, + "length": 56, + "value": "\"`keyTimes.count` must exactly equal `values.count + 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16745, + "length": 79, + "value": "\"Unexpected keyframe calculation mode \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16812, + "length": 1366, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17389, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17428, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "StringLiteral", + "offset": 426, + "length": 6, + "value": "\"Path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 627, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 650, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 669, + "length": 8, + "value": "\"Offset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1575, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 1972, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 2032, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2206, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2213, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2276, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2286, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 2949, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3218, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3290, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3343, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3413, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3459, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3628, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4448, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 4813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 5690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 6086, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7760, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 7783, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8217, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8826, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8863, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 811, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 2004, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 3490, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Dictionary", + "offset": 4209, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4810, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4858, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5036, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 5257, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6045, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6524, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6554, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6751, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6800, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6845, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7104, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7486, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7691, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7728, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7750, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1471, + "length": 57, + "value": "\"init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1527, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2071, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 2361, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 7927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8440, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 9075, + "length": 12, + "value": "\"root layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10090, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10812, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11364, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11744, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12303, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 219, + "length": 18, + "value": "\"Lottie.CoreAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12994, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13188, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15153, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15244, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 15857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 15905, + "length": 114, + "value": "\"The Core Animation rendering engine currently doesn't support `respectAnimationFrameRate`)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 16086, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17305, + "length": 77, + "value": "\"Cannot log hierarchy keypaths until animation has been set up at least once\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 17397, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17423, + "length": 69, + "value": "\"Lottie: Rebuilding animation with hierarchy keypath logging enabled\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18271, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18521, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18732, + "length": 104, + "value": "\"The Core Animation rendering engine doesn't support retrieving `CALayer`s by keypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18953, + "length": 84, + "value": "\"The Core Animation rendering engine does not use `AnimatorNode`s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20553, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20560, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20650, + "length": 235, + "value": "\"This animation has a very large number of layers with time remapping (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20764, + "length": 1, + "value": "\" layers over \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20802, + "length": 6, + "value": "\" frames) so will perform poorly with the Core Animation rendering engine.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21106, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 21468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21504, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 284, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 316, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 352, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 657, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1192, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1714, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1797, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1167, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1942, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 400, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "StringLiteral", + "offset": 602, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 866, + "length": 8, + "value": "0xFF0000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 879, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 885, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 8, + "value": "0x00FF00" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 938, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 943, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 8, + "value": "0x0000FF" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 993, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1313, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1796, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1641, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4114, + "length": 23, + "value": "\"transform.translation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4306, + "length": 25, + "value": "\"transform.translation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4505, + "length": 25, + "value": "\"transform.translation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4700, + "length": 17, + "value": "\"transform.scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4739, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4888, + "length": 19, + "value": "\"transform.scale.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4929, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5053, + "length": 19, + "value": "\"transform.scale.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5094, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5221, + "length": 22, + "value": "\"transform.rotation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5265, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5417, + "length": 22, + "value": "\"transform.rotation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5613, + "length": 22, + "value": "\"transform.rotation.z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5657, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6203, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6635, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6908, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7121, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7332, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7565, + "length": 4, + "value": "-3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8423, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8819, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 9025, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 10849, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11335, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11821, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 12298, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 101, + "length": 9, + "value": "\"Lottie.Rectangle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 643, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 719, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 684, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 801, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1107, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 405, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 812, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 970, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1334, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1818, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1825, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2180, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2189, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3393, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4638, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4933, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4940, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5198, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5207, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5215, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"Lottie.Repeater\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 809, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 942, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1038, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2517, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2626, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2838, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2940, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3042, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3134, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3235, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3542, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4039, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4092, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4141, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4189, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4237, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4467, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4517, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4565, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4620, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4675, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4735, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 5025, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6992, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7096, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7198, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7300, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7493, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7596, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7697, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7800, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7904, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8006, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8115, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8805, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8866, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 4, + "value": "\"Lottie.Fill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 1858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 4870, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 7143, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 8869, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "Array", + "offset": 293, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 551, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1774, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4548, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4598, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4648, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4939, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5049, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5560, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5639, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5667, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5681, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5768, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5782, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5824, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5952, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6000, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6014, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6056, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6112, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6126, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6553, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6743, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6778, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6852, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6985, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7018, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7176, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7202, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7232, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7478, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/OpacityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1421, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 55, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2423, + "length": 1, + "value": "\" (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2457, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 84, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2881, + "length": 1, + "value": "\" (mask of \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2909, + "length": 1, + "value": "\") (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3152, + "length": 37, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3171, + "length": 1, + "value": "\" (parent, masked)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 4991, + "length": 5, + "value": "\"xor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1487, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1517, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2549, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2582, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2827, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2953, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 3146, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 5133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5188, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5846, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 438, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 610, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 776, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 785, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 793, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 941, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1616, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1746, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2275, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2577, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2871, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2880, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3181, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4833, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 105, + "length": 14, + "value": "\"Lottie.ShapeTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 262, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 297, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 338, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "BooleanLiteral", + "offset": 491, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "StringLiteral", + "offset": 3612, + "length": 201, + "value": "\"The Main Thread rendering engine doesn't currently support repeaters.\nTo play an animation with repeaters, you can use the Core Animation rendering engine instead.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 5, + "value": "\"Lottie.Merge\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "Dictionary", + "offset": 5200, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5704, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6002, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6384, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6469, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6544, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6625, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "StringLiteral", + "offset": 936, + "length": 15, + "value": "\"Lottie.AnimatedControl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 522, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 223, + "length": 13, + "value": "\"Lottie.RepeaterLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 458, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 762, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 775, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 831, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "Array", + "offset": 1991, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 12, + "value": "\"Lottie.PreCompLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 400, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 704, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 717, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 773, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 149, + "length": 10, + "value": "\"Lottie.SolidLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 122, + "length": 14, + "value": "\"Lottie.RoundedCorners\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TransformLayer.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 4672, + "length": 112, + "value": "\"`Transform` values must provide either `position` or `positionX` \/ `positionY` keyframes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 5169, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6157, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6547, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6948, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7215, + "length": 93, + "value": "\"`rotation.x` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7382, + "length": 93, + "value": "\"`rotation.y` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7849, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8054, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8460, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9890, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9898, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9906, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 9977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10046, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11624, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11949, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 12159, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1366, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1503, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1607, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1624, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1641, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1725, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1806, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1887, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2044, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2167, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2340, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2483, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2504, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2629, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "Array", + "offset": 2685, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4610, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 5151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "FloatLiteral", + "offset": 5434, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 657, + "length": 91, + "value": "\"Expected old to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 698, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 91, + "value": "\"Expected new to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 944, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 962, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 996, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2080, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2445, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "FloatLiteral", + "offset": 2695, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1721, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 1866, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1989, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 2148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 736, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 757, + "length": 11, + "value": "\"Roundness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1652, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1818, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "FloatLiteral", + "offset": 2548, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 2701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4300, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4951, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5350, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6716, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "IntegerLiteral", + "offset": 1986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "BooleanLiteral", + "offset": 2005, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 315, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 340, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 422, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 451, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2512, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2566, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2618, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2654, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4646, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4674, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4716, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4756, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4785, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4818, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1895, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1926, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1982, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2005, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2036, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2092, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2915, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2930, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3222, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3226, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3373, + "length": 4, + "value": "1e-6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3491, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3504, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3794, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 797, + "length": 101, + "value": "\"Rounded corners support is not currently implemented for combined shape items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1389, + "length": 94, + "value": "\"Rounded corners support is currently not implemented for polygon items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1603, + "length": 42, + "value": "\"Unexpected shape type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1644, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2761, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5295, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5732, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5803, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5809, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6434, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6509, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6516, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6811, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6929, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8454, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 568, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 752, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 975, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 1459, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 446, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 501, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 522, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 768, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 977, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 747, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 926, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1092, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 21, + "value": "\"Lottie.ShapeCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 4480, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 5025, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7171, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1326, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "IntegerLiteral", + "offset": 1863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 4, + "value": "\"Lottie.Star\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 1708, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2143, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2705, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2708, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4117, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4292, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4710, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5631, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6695, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6800, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10095, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10153, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 10218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 11153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11682, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12269, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12304, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12416, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12506, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12585, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12732, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12776, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12806, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 535, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 610, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1056, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2774, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 2892, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2982, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 3278, + "length": 12, + "value": "\"Time Remap\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 131, + "length": 19, + "value": "\"Lottie.PreCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 476, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 759, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 901, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1179, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1319, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1462, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1552, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1839, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1967, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2209, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2424, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3033, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3081, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3115, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3160, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3205, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3322, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3523, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 4823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5177, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5187, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5196, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5206, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5381, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5412, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5564, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5595, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5759, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5999, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 6018, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 6355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6404, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7139, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7407, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8369, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8415, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8422, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8741, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8795, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9266, + "length": 53, + "value": "\"Could not convert color \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9303, + "length": 2, + "value": "\" to RGB values.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9357, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9360, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9447, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10784, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10928, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 11310, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11656, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11753, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12135, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12325, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1505, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 1741, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1987, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 602, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 1760, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 754, + "length": 172, + "value": "\"The Core Animation rendering engine does not support animating multiple keyframes\nfor \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 870, + "length": 6, + "value": "\" values, due to limitations of Core Animation.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 979, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1101, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1127, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1532, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1879, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2118, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2313, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3182, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3849, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4678, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4829, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4878, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 5858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 6687, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6852, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6867, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6893, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6909, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 699, + "length": 196, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1025, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 216, + "value": "\"The Core Animation rendering engine currently doesn't support customizing \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1226, + "length": 3, + "value": "\"\" properties. Supported properties are: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2366, + "length": 202, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 175, + "value": "\"Could not convert value of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3027, + "length": 4, + "value": "\" from \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3052, + "length": 2, + "value": "\" to expected type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3105, + "length": 2656, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4345, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4588, + "length": 3, + "value": "\"^\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4664, + "length": 5, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4726, + "length": 3, + "value": "\"$\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5044, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5121, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5362, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5386, + "length": 1, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5398, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5475, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5683, + "length": 7, + "value": "\"[^.]+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 267, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 328, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 738, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 960, + "length": 12, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 966, + "length": 1, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StrokeAnimation.swift", + "kind": "StringLiteral", + "offset": 2279, + "length": 20, + "value": "\"stroke dashPattern\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 652, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 664, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 675, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 734, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 764, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 806, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 836, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1514, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1556, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2031, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2113, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2417, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2504, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2533, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "BooleanLiteral", + "offset": 812, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 5, + "value": "\"Lottie.Group\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 2295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 3480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 3990, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4078, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4122, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4166, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4210, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 5018, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5603, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5647, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5691, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5735, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5779, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5823, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5867, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 6704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7402, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7446, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7490, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7534, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7578, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7622, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7666, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7711, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 10139, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "FloatLiteral", + "offset": 11154, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 11551, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 11991, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 12426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13374, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3069, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3093, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 10452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14057, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 34406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35030, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35859, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 36384, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 36436, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37614, + "length": 50, + "value": "\"unsupported contentMode: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37663, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38527, + "length": 25, + "value": "\"LayoutPositionAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38578, + "length": 26, + "value": "\"LayoutTransformAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38820, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38866, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 38914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39106, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39206, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39250, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39477, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "FloatLiteral", + "offset": 40356, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 41884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 42193, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTextProvider.swift", + "kind": "Array", + "offset": 328, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "BooleanLiteral", + "offset": 2916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieImageProvider.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 954, + "length": 7, + "value": "\"Style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1147, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 241, + "length": 12, + "value": "\"Lottie.GradientFill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1965, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2060, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 4, + "value": "\"Lottie.Trim\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 666, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 715, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1129, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1390, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2554, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3491, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4032, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4423, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4551, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4677, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4780, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4974, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5076, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "BooleanLiteral", + "offset": 5236, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5279, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5583, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 380, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1114, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1163, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1191, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1245, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1268, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1738, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1907, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1919, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3609, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3612, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3683, + "length": 12, + "value": "\"startPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3714, + "length": 10, + "value": "\"endPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3743, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3771, + "length": 11, + "value": "\"locations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3801, + "length": 8, + "value": "\"colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3828, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3855, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3887, + "length": 10, + "value": "\"isRadial\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3916, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4112, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4186, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4151, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 4228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4340, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4416, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4498, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "Array", + "offset": 1294, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1547, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "FloatLiteral", + "offset": 5664, + "length": 5, + "value": "0.999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5721, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5752, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6594, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "StringLiteral", + "offset": 6605, + "length": 62, + "value": "\"Each color must have RGB components and a location component\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6938, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7097, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7154, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7603, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7640, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7817, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 239, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 686, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "BooleanLiteral", + "offset": 1018, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 1155, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1057, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1398, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 314, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 972, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 26, + "value": "\"Lottie.CompatibleAnimationKeypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 766, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 910, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1166, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1106, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 18, + "value": "\"Lottie.InvertedMatteLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 694, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 710, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 770, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1021, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1575, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1683, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1690, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1705, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1720, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1735, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1998, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2077, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2083, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 916, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2608, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2814, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2820, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3363, + "length": 50, + "value": "\"Error when decoding lottie \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3400, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3412, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 4081, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 10225, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 15025, + "length": 30, + "value": "\"com.airbnb.lottie.dot-lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1117, + "length": 3, + "value": "375" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1130, + "length": 3, + "value": "150" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 1340, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6065, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6204, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 7130, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 564, + "length": 27, + "value": "\"Lottie.SwiftUIMeasurementContainer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 14216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 16576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16597, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 475, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 526, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 587, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 1881, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 1901, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1215, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1277, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1506, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1471, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1586, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1743, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1822, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "Array", + "offset": 2401, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2516, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2994, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 646, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1420, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1546, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "Array", + "offset": 1861, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 471, + "length": 18, + "value": "\"Lottie.MaskContainerLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1944, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1992, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2418, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2588, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2073, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4188, + "length": 7, + "value": "\"Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4211, + "length": 11, + "value": "\"Expansion\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 923, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 980, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1012, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1050, + "length": 15, + "value": "\"shadowOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1084, + "length": 14, + "value": "\"shadowOffset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 13, + "value": "\"shadowColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 14, + "value": "\"shadowRadius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1318, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1346, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1403, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1435, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1473, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 19, + "value": "\"Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2976, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Array", + "offset": 3382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 3521, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Dictionary", + "offset": 3926, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 16, + "value": "\"Lottie.CompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 922, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1341, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1432, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 779, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 1959, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 98, + "length": 6, + "value": "\"Lottie.Stroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/DataIDProviding.swift", + "kind": "StringLiteral", + "offset": 1690, + "length": 28, + "value": "\"DefaultDataID.noneProvided\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 1140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "StringLiteral", + "offset": 1774, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 2253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 4106, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 5550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CompositionLayersInitializer.swift", + "kind": "BooleanLiteral", + "offset": 815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "Array", + "offset": 286, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1856, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2058, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2105, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2131, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2185, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2310, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2330, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 2880, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2898, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 3014, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3288, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 4173, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/Cache\/DotLottieCache.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 352, + "length": 10, + "value": "0x06064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 10, + "value": "0x07064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1255, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1559, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2000, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2259, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2309, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2368, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2494, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2558, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4103, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4420, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4736, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4847, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5506, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5569, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5618, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6453, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6563, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 5, + "value": "\"Lottie.Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 562, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1677, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1683, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2238, + "length": 53, + "value": "\"Error when decoding animation \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2278, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2290, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3300, + "length": 135, + "value": "\"Failed to load animation from filepath \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3362, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3423, + "length": 1345, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4234, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4774, + "length": 165, + "value": "\"Failed to load animation with asset name \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 2, + "value": "\"\nin \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4866, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4927, + "length": 6638, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "BooleanLiteral", + "offset": 10105, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10273, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 617, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 890, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 2646, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 2796, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 2915, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 3035, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 3155, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 4850, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5044, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5247, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2647, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5651, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5675, + "length": 4, + "value": "-0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6193, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1444, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1783, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 2507, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "FloatLiteral", + "offset": 3561, + "length": 12, + "value": "1000000000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 4097, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 6153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 6949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 7023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "StringLiteral", + "offset": 7605, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 9489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10316, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10358, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10385, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10505, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 11473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12597, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12706, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12712, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12761, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12766, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12819, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12825, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12882, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12932, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12938, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13046, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13071, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13100, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13579, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13731, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13745, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13769, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13783, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13830, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13954, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13969, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13977, + "length": 3, + "value": "512" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14129, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14287, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14302, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14316, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 15282, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 301, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 20, + "value": "\"Lottie.NullCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 527, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 551, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 694, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1276, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 1765, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2024, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2235, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2457, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2477, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2546, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2663, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2961, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "BooleanLiteral", + "offset": 1278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3201, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3900, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerFontProvider.swift", + "kind": "Array", + "offset": 365, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1632, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1950, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2289, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "Array", + "offset": 2465, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 3260, + "length": 24, + "value": "\"Missing keyframe data.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4080, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4299, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4361, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4591, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseAnimationLayer.swift", + "kind": "Array", + "offset": 781, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 1814, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2545, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 3128, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "StringLiteral", + "offset": 3244, + "length": 68, + "value": "\"Failed sanity check for old count with changes matching new count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 6923, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7339, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7356, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7379, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7710, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 2582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "Dictionary", + "offset": 2838, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 3677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 413, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 5, + "value": "0o644" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 5, + "value": "0o755" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 823, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 869, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 916, + "length": 10, + "value": "0x06054b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 964, + "length": 10, + "value": "0x04034b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1011, + "length": 10, + "value": "0x08074b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1060, + "length": 10, + "value": "0x02014b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 1093, + "length": 8, + "value": "\"memory\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 7252, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9257, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9276, + "length": 1, + "value": "\":\/\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10008, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10180, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10635, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10856, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 12529, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14638, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14745, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14815, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14870, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14934, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14987, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16580, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16684, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16797, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16908, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1848, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1938, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1972, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2104, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2134, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3350, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3754, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 4874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2515, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2552, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2776, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2813, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 325, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 344, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 391, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 482, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 643, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 741, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 969, + "length": 5, + "value": "1.403" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 991, + "length": 5, + "value": "0.344" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1013, + "length": 5, + "value": "1.770" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1489, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1562, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1614, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1782, + "length": 5, + "value": "0.299" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1794, + "length": 5, + "value": "0.587" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1806, + "length": 5, + "value": "0.114" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1828, + "length": 8, + "value": "-0.14713" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1843, + "length": 7, + "value": "0.28886" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1857, + "length": 5, + "value": "0.436" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1879, + "length": 5, + "value": "0.615" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1891, + "length": 7, + "value": "0.51499" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1905, + "length": 7, + "value": "0.10001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2952, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 965, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1450, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1463, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1519, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5661, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6672, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 7702, + "length": 148, + "value": "\"The Core Animation rendering engine doesn't currently support applying\ntrims to filled shapes (only stroked shapes).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 7995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 8717, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 9855, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 256, + "length": 14, + "value": "\"Lottie.ShapeItemLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "BooleanLiteral", + "offset": 10576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 523, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 2797, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 10, + "value": "\"Lottie.ImageLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3630, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1647, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1771, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "FloatLiteral", + "offset": 1956, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "IntegerLiteral", + "offset": 852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "BooleanLiteral", + "offset": 1254, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 376, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 464, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 547, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 607, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 636, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 663, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 11, + "value": "\"fillColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 750, + "length": 13, + "value": "\"strokeColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 11, + "value": "\"lineWidth\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 12, + "value": "\"miterLimit\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 843, + "length": 15, + "value": "\"lineDashPhase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 904, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1266, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 177, + "length": 16, + "value": "\"Lottie.ShapeRenderLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 4289, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4597, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5744, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 5929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 6665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "Array", + "offset": 11072, + "length": 3133, + "value": "[0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de, 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856, 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9, 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a, 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599, 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924, 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e, 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01, 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed, 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950, 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5, 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010, 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f, 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615, 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8, 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344, 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb, 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c, 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef, 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236, 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c, 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713, 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b, 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242, 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278, 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7, 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66, 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9, 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14619, + "length": 10, + "value": "0xffffffff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14965, + "length": 4, + "value": "0xff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15001, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15054, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 1894, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "FloatLiteral", + "offset": 1922, + "length": 6, + "value": "0.5519" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2007, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2219, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 2498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 3059, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3332, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3590, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3614, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4169, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4370, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4389, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 14, + "value": "\"Shadow Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 562, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 11, + "value": "\"Direction\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 917, + "length": 10, + "value": "\"Softness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 962, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1173, + "length": 39, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1211, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1334, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1421, + "length": 35, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1567, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2173, + "length": 15, + "value": "\"manifest.json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2233, + "length": 12, + "value": "\"animations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2286, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 2755, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 3309, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 3412, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1061, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/URL+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 678, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "Array", + "offset": 1007, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 38, + "value": "\"init(from:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1217, + "length": 44, + "value": "\"init(dictionary:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 846, + "length": 17, + "value": "\"Lottie.CombinedShapeItem\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1829, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 583, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 816, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1307, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1390, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "IntegerLiteral", + "offset": 555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 570, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 1161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1441, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1477, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1523, + "length": 14, + "value": "\"Inner Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1559, + "length": 19, + "value": "\"Inner Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1654, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 2638, + "length": 7, + "value": "0.47829" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2775, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2808, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4068, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4109, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4186, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4309, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4365, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4806, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 5167, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5220, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5236, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5379, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5457, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5498, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5714, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5950, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6085, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6839, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7112, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 507, + "length": 19, + "value": "\"multiplyBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 545, + "length": 17, + "value": "\"screenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 18, + "value": "\"overlayBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"darkenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 18, + "value": "\"lightenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 21, + "value": "\"colorDodgeBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 740, + "length": 20, + "value": "\"colorBurnBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 20, + "value": "\"hardLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 20, + "value": "\"softLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 867, + "length": 21, + "value": "\"differenceBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 910, + "length": 20, + "value": "\"exclusionBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 946, + "length": 14, + "value": "\"hueBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 21, + "value": "\"saturationBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1022, + "length": 16, + "value": "\"colorBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1061, + "length": 21, + "value": "\"luminosityBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 885, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.ImageCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/ImageProvider\/AnimationImageProvider.swift", + "kind": "BooleanLiteral", + "offset": 1338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 3904, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 361, + "length": 14, + "value": "\"Lottie.GradientStroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "StringLiteral", + "offset": 7065, + "length": 74, + "value": "\"When interpolating Arrays, both array sound have the same element count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "IntegerLiteral", + "offset": 8003, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 362, + "length": 25, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 1, + "value": "\"] \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 386, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1333, + "length": 51, + "value": "\"Compatibility issue context is unexpectedly empty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1663, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1675, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "Array", + "offset": 2487, + "length": 2, + "value": "[]" + } + ] +} \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 0000000..11a106f --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,1482 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine +import Compression +import CoreFoundation +import CoreGraphics +import CoreText +import Foundation +import QuartzCore +import Swift +import SwiftUI +import UIKit +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +import zlib +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { + final public let name: Swift.String + final public let directory: Swift.String + final public let width: Swift.Double + final public let height: Swift.Double + override final public func encode(to encoder: any Swift.Encoder) throws + @objc deinit +} +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} +extension QuartzCore.CALayer { + @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) +} +public protocol AnimationFontProvider { + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? +} +final public class DefaultFontProvider : Lottie.AnimationFontProvider { + public init() + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? + @objc deinit +} +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} +public enum LottieAnimationCache { + public static var shared: (any Lottie.AnimationCacheProvider)? +} +public class DefaultAnimationCache : Lottie.AnimationCacheProvider { + public init() + public static let sharedCache: Lottie.DefaultAnimationCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? + public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +public class FilepathImageProvider : Lottie.AnimationImageProvider { + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { + func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String +} +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? + final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init() + final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { + case type2d + case type3d + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws + public init(dictionary: [Swift.String : Any]) throws + final public let startFrame: Lottie.AnimationFrameTime + final public let endFrame: Lottie.AnimationFrameTime + final public let framerate: Swift.Double + final public var markerNames: [Swift.String] { + get + } + @objc deinit + final public func encode(to encoder: any Swift.Encoder) throws +} +extension UIKit.UIColor { + public var lottieColorValue: Lottie.LottieColor { + get + } +} +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { + func animation(forKey: Swift.String) -> Lottie.LottieAnimation? + func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) + func clearCache() +} +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} +@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { + required public init(from decoder: any Swift.Decoder) throws + final public let id: Swift.String + @objc deinit + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +final public class SizeValueProvider { + public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} +infix operator +| : DefaultPrecedence +infix operator +- : DefaultPrecedence +@objc final public class CompatibleAnimation : ObjectiveC.NSObject { + @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) + @objc deinit +} +@objc public enum CompatibleRenderingEngineOption : Swift.Int { + case shared + case defaultEngine + case automatic + case mainThread + case coreAnimation + public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) + @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) + @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public func play() + @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func stop() + @objc @_Concurrency.MainActor(unsafe) final public func pause() + @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() + @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() + @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc deinit +} +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat +public enum ColorFormatDenominator : Swift.Hashable { + case One + case OneHundred + case TwoFiftyFive + public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct LottieColor : Swift.Hashable { + public var r: Swift.Double + public var g: Swift.Double + public var b: Swift.Double + public var a: Swift.Double + public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +final public class ColorValueProvider { + public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) + public init(_ color: Lottie.LottieColor) + public init(_ keyframes: [Lottie.Keyframe]) + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor + final public var color: Lottie.LottieColor { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} +public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { + public init(keypath: Swift.String) + public init(stringLiteral: Swift.String) + public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias StringLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public var hashValue: Swift.Int { + get + } +} +public struct LottieConfiguration : Swift.Hashable { + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) + public static var shared: Lottie.LottieConfiguration + public var renderingEngine: Lottie.RenderingEngineOption + public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption + public var colorSpace: CoreGraphics.CGColorSpace + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { + get + } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode +} +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { + get + } + public var sizeValue: CoreFoundation.CGSize { + get + } +} +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit +} +extension Lottie.LottieAnimationView { + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit +} +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event +public protocol AnyValueProvider { + var valueType: any Any.Type { get } + var typeErasedStorage: Lottie.AnyValueProviderStorage { get } + func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool +} +extension Lottie.AnyValueProvider { + public func value(frame: Lottie.AnimationFrameTime) -> Any +} +public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { + case singleValue(T) + case keyframes([Lottie.Keyframe]) + case closure((Lottie.AnimationFrameTime) -> T) +} +public enum AnyValueProviderStorage { + case singleValue(Any) + case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) + case closure((Lottie.AnimationFrameTime) -> Any) +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { + public init(_ value: Swift.Double) + public let value: Swift.Double + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { + public let x: Swift.Double + public let y: Swift.Double + public let z: Swift.Double + public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottieBackgroundBehavior { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior + public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum LottieLoopMode : Swift.Hashable { + case playOnce + case loop + case autoReverse + case `repeat`(Swift.Float) + case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieLoopMode : Swift.Equatable { + public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { + get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { + get + set + } + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @objc deinit +} +public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") + case invalidFileFormat + @available(*, deprecated, message: "Unused") + case invalidData + @available(*, deprecated, message: "Unused") + case animationNotAvailable +} +final public class FloatValueProvider { + public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} +@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { + @objc public init(keypath: Swift.String) + @objc public init(keys: [Swift.String]) + final public let animationKeypath: Lottie.AnimationKeypath + @objc deinit +} +extension Lottie.LottieColor : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.DotLottieFile { + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } + #if compiler(>=5.3) && $AsyncAwait + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile + #endif +} +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { + func file(forKey: Swift.String) -> Lottie.DotLottieFile? + func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) + func clearCache() +} +public class DotLottieCache : Lottie.DotLottieCacheProvider { + public init() + public static let sharedCache: Lottie.DotLottieCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? + public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} +extension Lottie.LottieAnimation { + public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void + final public var duration: Foundation.TimeInterval { + get + } + final public var bounds: CoreFoundation.CGRect { + get + } + final public var size: CoreFoundation.CGSize { + get + } + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) + final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime + final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime + final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval + final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime +} +extension Foundation.Bundle : @unchecked Swift.Sendable { +} +public enum LayerType : Swift.Int, Swift.Codable { + case precomp + case solid + case image + case null + case shape + case text + case unknown + public init(from decoder: any Swift.Decoder) throws + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum MatteType : Swift.Int, Swift.Codable { + case none + case add + case invert + case unknown + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum BlendMode : Swift.Int, Swift.Codable { + case normal + case multiply + case screen + case overlay + case darken + case lighten + case colorDodge + case colorBurn + case hardLight + case softLight + case difference + case exclusion + case hue + case saturation + case color + case luminosity + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class GradientValueProvider { + public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) + public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] + final public var colors: [Lottie.LottieColor] { + get + set + } + final public var locations: [Swift.Double] { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { + get + } +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int +} +public class BundleImageProvider : Lottie.AnimationImageProvider { + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } + @objc deinit +} +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} +final public class LottieLogger { + public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in + // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assert(condition(), message(), file: file, line: line) + }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in + // If we default to `Swift.assertionFailure` directly with + // `assertionFailure: AssertionFailure = Swift.assertionFailure`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assertionFailure(message(), file: file, line: line) + }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in + }, info: @escaping Lottie.LottieLogger.Info = { message in + }) + public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void + public static var shared: Lottie.LottieLogger + final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func info(_ message: @autoclosure () -> Swift.String = String()) + @objc deinit +} +extension Lottie.LottieLogger { + public static var printToConsole: Lottie.LottieLogger { + get + } +} +@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") +public typealias LRUAnimationCache = Lottie.DefaultAnimationCache +final public class PointValueProvider { + public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} +final public class Keyframe { + public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + final public let value: T + final public let time: Lottie.AnimationFrameTime + final public let isHold: Swift.Bool + final public let inTangent: Lottie.LottieVector2D? + final public let outTangent: Lottie.LottieVector2D? + final public let spatialInTangent: Lottie.LottieVector3D? + final public let spatialOutTangent: Lottie.LottieVector3D? + @objc deinit +} +extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { + public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool +} +extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { + final public func hash(into hasher: inout Swift.Hasher) + final public var hashValue: Swift.Int { + get + } +} +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} +public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } + func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +public protocol Interpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +public protocol AnyInterpolatable { + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.Interpolatable { + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.SpatialInterpolatable { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Swift.Double : Lottie.Interpolatable { +} +extension CoreFoundation.CGFloat : Lottie.Interpolatable { +} +extension Swift.Float : Lottie.Interpolatable { +} +extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect +} +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize +} +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint +} +extension Lottie.LottieColor : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor +} +extension Lottie.LottieVector1D : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D +} +extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D +} +extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D +} +extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? +} +extension Lottie.LottieButton : SwiftUI.View {} +extension Lottie.CoordinateSpace : Swift.Equatable {} +extension Lottie.CoordinateSpace : Swift.Hashable {} +extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} +extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} +extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} +extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} +extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} +extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LayerType : Swift.Equatable {} +extension Lottie.LayerType : Swift.Hashable {} +extension Lottie.LayerType : Swift.RawRepresentable {} +extension Lottie.MatteType : Swift.Equatable {} +extension Lottie.MatteType : Swift.Hashable {} +extension Lottie.MatteType : Swift.RawRepresentable {} +extension Lottie.BlendMode : Swift.Equatable {} +extension Lottie.BlendMode : Swift.Hashable {} +extension Lottie.BlendMode : Swift.RawRepresentable {} +extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} +extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftdoc index c3c2d76..7ac71e5 100644 Binary files a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftinterface index dee27bd..11a106f 100644 --- a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,6 +1,8 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine import Compression import CoreFoundation import CoreGraphics @@ -8,30 +10,174 @@ import CoreText import Foundation import QuartzCore import Swift +import SwiftUI import UIKit import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims import zlib @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { final public let name: Swift.String final public let directory: Swift.String final public let width: Swift.Double final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws + override final public func encode(to encoder: any Swift.Encoder) throws @objc deinit } +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} extension QuartzCore.CALayer { @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) } public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? } final public class DefaultFontProvider : Lottie.AnimationFontProvider { public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? @objc deinit } +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? + public static var shared: (any Lottie.AnimationCacheProvider)? } public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public init() @@ -45,26 +191,82 @@ public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) @objc deinit } +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } -public protocol AnimationTextProvider : AnyObject { +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String } -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String @objc deinit } -final public class DefaultTextProvider : Lottie.AnimationTextProvider { +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init() final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String @objc deinit } -public enum CoordinateSpace : Swift.Int, Swift.Codable { +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { case type2d case type3d public init?(rawValue: Swift.Int) @@ -73,8 +275,8 @@ public enum CoordinateSpace : Swift.Int, Swift.Codable { get } } -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws public init(dictionary: [Swift.String : Any]) throws final public let startFrame: Lottie.AnimationFrameTime final public let endFrame: Lottie.AnimationFrameTime @@ -83,42 +285,184 @@ final public class LottieAnimation : Swift.Codable { get } @objc deinit - final public func encode(to encoder: Swift.Encoder) throws + final public func encode(to encoder: any Swift.Encoder) throws } extension UIKit.UIColor { public var lottieColorValue: Lottie.LottieColor { get } } -public protocol AnimationCacheProvider : AnyObject { +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { func animation(forKey: Swift.String) -> Lottie.LottieAnimation? func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) func clearCache() } -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} @_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws + required public init(from decoder: any Swift.Decoder) throws final public let id: Swift.String @objc deinit - public func encode(to encoder: Swift.Encoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } } final public class SizeValueProvider { public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} infix operator +| : DefaultPrecedence infix operator +- : DefaultPrecedence @objc final public class CompatibleAnimation : ObjectiveC.NSObject { @@ -138,6 +482,18 @@ infix operator +- : DefaultPrecedence get } } +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) @@ -145,45 +501,49 @@ infix operator +- : DefaultPrecedence @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) override final public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set } @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { @objc get } @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { @objc get } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { @objc get } - @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { @objc get @objc set } @@ -194,30 +554,38 @@ infix operator +- : DefaultPrecedence @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { @objc get } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } @objc @_Concurrency.MainActor(unsafe) final public func play() @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreGraphics.CGFloat, toProgress: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreGraphics.CGFloat, toFrame: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func stop() @objc @_Concurrency.MainActor(unsafe) final public func pause() @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGRect - @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGPoint - @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc deinit +} +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) @objc deinit } -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat public enum ColorFormatDenominator : Swift.Hashable { case One case OneHundred @@ -244,24 +612,33 @@ final public class ColorValueProvider { public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) public init(_ color: Lottie.LottieColor) public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor final public var color: Lottie.LottieColor { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { public init(keypath: Swift.String) public init(stringLiteral: Swift.String) public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool public typealias ExtendedGraphemeClusterLiteralType = Swift.String @@ -272,10 +649,11 @@ public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLitera } } public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) public static var shared: Lottie.LottieConfiguration public var renderingEngine: Lottie.RenderingEngineOption public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption public var colorSpace: CoreGraphics.CGColorSpace public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool @@ -283,39 +661,106 @@ public struct LottieConfiguration : Swift.Hashable { get } } -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { get } - public static var coreAnimation: Lottie.RenderingEngineOption { +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { get } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode } -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode } -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { get } - public var description: Swift.String { +} +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { get } - public typealias RawValue = Swift.String } -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { get } - public var description: Swift.String { + public var sizeValue: CoreFoundation.CGSize { get } - public typealias RawValue = Swift.String } public enum DecodingStrategy : Swift.Hashable { case legacyCodable @@ -326,44 +771,74 @@ public enum DecodingStrategy : Swift.Hashable { get } } -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { get + set } - public var sizeValue: CoreGraphics.CGSize { + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { get + set } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit } extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit } +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event public protocol AnyValueProvider { - var valueType: Any.Type { get } + var valueType: any Any.Type { get } var typeErasedStorage: Lottie.AnyValueProviderStorage { get } func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool } @@ -380,7 +855,37 @@ public enum AnyValueProviderStorage { case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) case closure((Lottie.AnimationFrameTime) -> Any) } -public struct LottieVector1D : Swift.Hashable { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { public init(_ value: Swift.Double) public let value: Swift.Double public func hash(into hasher: inout Swift.Hasher) @@ -389,7 +894,7 @@ public struct LottieVector1D : Swift.Hashable { get } } -public struct LottieVector3D : Swift.Hashable { +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { public let x: Swift.Double public let y: Swift.Double public let z: Swift.Double @@ -413,187 +918,180 @@ public enum LottieBackgroundBehavior { get } } -public enum LottieLoopMode { +public enum LottieLoopMode : Swift.Hashable { case playOnce case loop case autoReverse case `repeat`(Swift.Float) case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } } extension Lottie.LottieLoopMode : Swift.Equatable { public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool } -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { get + set } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { get set } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { get set } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { get set } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { get set } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { get set } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { get } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { get } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { get set } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { get set } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { get set } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { get set } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { get } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { get } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { get set } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { get set } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { get } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : UIKit.UIControl { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) open func animationDidSet() - @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView - @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { get - set } - @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: UIKit.UIControl.State) - @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @objc deinit } public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") case invalidFileFormat + @available(*, deprecated, message: "Unused") case invalidData + @available(*, deprecated, message: "Unused") case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } } final public class FloatValueProvider { public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} @objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { @objc public init(keypath: Swift.String) @objc public init(keys: [Swift.String]) @@ -601,40 +1099,40 @@ final public class FloatValueProvider { @objc deinit } extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws } extension Lottie.DotLottieFile { - + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) } -public protocol DotLottieCacheProvider { +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { func file(forKey: Swift.String) -> Lottie.DotLottieFile? func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) func clearCache() @@ -651,28 +1149,27 @@ public class DotLottieCache : Lottie.DotLottieCacheProvider { public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) @objc deinit } +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} extension Lottie.LottieAnimation { public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void final public var duration: Foundation.TimeInterval { get } - final public var bounds: CoreGraphics.CGRect { + final public var bounds: CoreFoundation.CGRect { get } - final public var size: CoreGraphics.CGSize { + final public var size: CoreFoundation.CGSize { get } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @@ -690,7 +1187,8 @@ public enum LayerType : Swift.Int, Swift.Codable { case null case shape case text - public init(from decoder: Swift.Decoder) throws + case unknown + public init(from decoder: any Swift.Decoder) throws public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { @@ -734,8 +1232,8 @@ public enum BlendMode : Swift.Int, Swift.Codable { final public class GradientValueProvider { public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] final public var colors: [Lottie.LottieColor] { get set @@ -744,68 +1242,75 @@ final public class GradientValueProvider { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) override open func animationDidSet() - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - public enum CancelBehavior { - case reverse - case none - public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior - @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { get - set } - @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) - @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) - @objc deinit +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int } public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : UIKit.UIView { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set + @objc get + @objc set } @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } @objc deinit } +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} final public class LottieLogger { public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, @@ -839,37 +1344,26 @@ extension Lottie.LottieLogger { } @available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: UIKit.UIControl.Event) - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: UIKit.UIControl.Event) - @objc deinit -} final public class PointValueProvider { public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} final public class Keyframe { public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) @@ -891,70 +1385,89 @@ extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { get } } +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity } public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self } extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Swift.Double : Lottie.Interpolatable { } -extension CoreGraphics.CGFloat : Lottie.Interpolatable { +extension CoreFoundation.CGFloat : Lottie.Interpolatable { } extension Swift.Float : Lottie.Interpolatable { } extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect } -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize } -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint } extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor } extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D } extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D } extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D } extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? } +extension Lottie.LottieButton : SwiftUI.View {} extension Lottie.CoordinateSpace : Swift.Equatable {} extension Lottie.CoordinateSpace : Swift.Hashable {} extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} extension Lottie.LayerType : Swift.Equatable {} extension Lottie.LayerType : Swift.Hashable {} @@ -966,6 +1479,4 @@ extension Lottie.BlendMode : Swift.Equatable {} extension Lottie.BlendMode : Swift.Hashable {} extension Lottie.BlendMode : Swift.RawRepresentable {} extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftdoc b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftdoc deleted file mode 100644 index c3c2d76..0000000 Binary files a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftinterface b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftinterface deleted file mode 100644 index dee27bd..0000000 --- a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftinterface +++ /dev/null @@ -1,971 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import UIKit -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -extension UIKit.UIColor { - public var lottieColorValue: Lottie.LottieColor { - get - } -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -@objc final public class CompatibleAnimation : ObjectiveC.NSObject { - @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) - @objc deinit -} -@objc public enum CompatibleRenderingEngineOption : Swift.Int { - case shared - case defaultEngine - case automatic - case mainThread - case coreAnimation - public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { - @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) - @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) - @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) - @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(frame: CoreGraphics.CGRect) - @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) override final public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public func play() - @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreGraphics.CGFloat, toProgress: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreGraphics.CGFloat, toFrame: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func stop() - @objc @_Concurrency.MainActor(unsafe) final public func pause() - @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() - @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> Any? - @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> UIKit.UIColor? - @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGRect - @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGPoint - @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc deinit -} -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : UIKit.UIControl { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) open func animationDidSet() - @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView - @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: UIKit.UIControl.State) - @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { - @objc public init(keypath: Swift.String) - @objc public init(keys: [Swift.String]) - final public let animationKeypath: Lottie.AnimationKeypath - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) override open func animationDidSet() - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - public enum CancelBehavior { - case reverse - case none - public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior - @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) - @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) - @objc deinit -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: UIKit.UIControl.Event) - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: UIKit.UIControl.Event) - @objc deinit -} -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} -extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} -extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.abi.json b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.abi.json new file mode 100644 index 0000000..987820e --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -0,0 +1,67068 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ImageAsset", + "printedName": "ImageAsset", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC4nameSSvp", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC4nameSSvg", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "directory", + "printedName": "directory", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC9directorySSvp", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC9directorySSvg", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC5widthSdvp", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC5widthSdvg", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC6heightSdvp", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC6heightSdvg", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Final", + "AccessControl", + "Override" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie10ImageAssetC", + "mangledName": "$s6Lottie10ImageAssetC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "superclassUsr": "s:6Lottie5AssetC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.Asset" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationLayer", + "printedName": "LottieAnimationLayer", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4stopyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pauseyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationLayerDidLoad", + "printedName": "animationLayerDidLoad", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLayer", + "printedName": "animationLayer", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "screenScale", + "printedName": "screenScale", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12reloadImagesyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForBackgroundState", + "printedName": "updateAnimationForBackgroundState()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForForegroundState", + "printedName": "updateAnimationForForegroundState(wasWaitingToPlayAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer(im)init", + "mangledName": "$s6Lottie0A14AnimationLayerCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer", + "mangledName": "$s6Lottie0A14AnimationLayerC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)CALayer", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "QuartzCore.CALayer", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieButton", + "printedName": "LottieButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:action:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "mangledName": "$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6ButtonV4bodyQrvp", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6ButtonV4bodyQrvg", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedButton) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromProgress:toProgress:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate12fromProgress02toE02onAC14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromMarker:toMarker:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6ButtonV", + "mangledName": "$s6Lottie0A6ButtonV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "children": [ + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationFontProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultFontProvider", + "printedName": "DefaultFontProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultFontProviderCACycfc", + "mangledName": "$s6Lottie19DefaultFontProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultFontProviderC", + "mangledName": "$s6Lottie19DefaultFontProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationCache", + "printedName": "LottieAnimationCache", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14AnimationCacheO", + "mangledName": "$s6Lottie0A14AnimationCacheO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultAnimationCache", + "printedName": "DefaultAnimationCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21DefaultAnimationCacheCACycfc", + "mangledName": "$s6Lottie21DefaultAnimationCacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC05clearD0yyF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC05clearD0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21DefaultAnimationCacheC", + "mangledName": "$s6Lottie21DefaultAnimationCacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngineOption", + "printedName": "RenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> (Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie21RenderingEngineOptionO", + "mangledName": "$s6Lottie21RenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngine", + "printedName": "RenderingEngine", + "children": [ + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO10mainThreadyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvp", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvg", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvp", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvg", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15RenderingEngineO", + "mangledName": "$s6Lottie15RenderingEngineO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FilepathImageProvider", + "printedName": "FilepathImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21FilepathImageProviderC", + "mangledName": "$s6Lottie21FilepathImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "children": [ + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "children": [ + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DictionaryTextProvider", + "printedName": "DictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "mangledName": "$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie22DictionaryTextProviderC", + "mangledName": "$s6Lottie22DictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextProvider", + "printedName": "DefaultTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultTextProviderCACycfc", + "mangledName": "$s6Lottie19DefaultTextProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultTextProviderC", + "mangledName": "$s6Lottie19DefaultTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CoordinateSpace", + "printedName": "CoordinateSpace", + "children": [ + { + "kind": "Var", + "name": "type2d", + "printedName": "type2d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type2dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type2dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "type3d", + "printedName": "type3d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type3dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type3dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CoordinateSpace?", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivp", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivg", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15CoordinateSpaceO", + "mangledName": "$s6Lottie15CoordinateSpaceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimation", + "printedName": "LottieAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionary:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "startFrame", + "printedName": "startFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endFrame", + "printedName": "endFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "framerate", + "printedName": "framerate", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC9framerateSdvp", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC9framerateSdvg", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "markerNames", + "printedName": "markerNames", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvp", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvg", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8durationSdvp", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8durationSdvg", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bounds", + "printedName": "bounds", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "filepath", + "printedName": "filepath(_:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(_:bundle:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(data:strategy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "mangledName": "$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:closure:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forFrame:clamped:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime8forFrame7clamped14CoreFoundation7CGFloatVAI_SbtF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime11forProgress14CoreFoundation7CGFloatVAH_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "time", + "printedName": "time(forFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4time8forFrameSd14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime03forD014CoreFoundation7CGFloatVSd_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A9AnimationC", + "mangledName": "$s6Lottie0A9AnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieSwitch", + "printedName": "LottieSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "mangledName": "$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6SwitchV4bodyQrvp", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6SwitchV4bodyQrvg", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isOn", + "printedName": "isOn(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "mangledName": "$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "onAnimation", + "printedName": "onAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "offAnimation", + "printedName": "offAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6SwitchV", + "mangledName": "$s6Lottie0A6SwitchV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "children": [ + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "mangledName": "$s6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "mangledName": "$s6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie22AnimationCacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject, τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationSource", + "printedName": "LottieAnimationSource", + "children": [ + { + "kind": "Var", + "name": "lottieAnimation", + "printedName": "lottieAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dotLottieFile", + "printedName": "dotLottieFile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A15AnimationSourceO", + "mangledName": "$s6Lottie0A15AnimationSourceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieView", + "printedName": "LottieView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFile:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A4ViewV4bodyQrvp", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A4ViewV4bodyQrvg", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "mangledName": "$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resizable", + "printedName": "resizable()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9resizableACyxGyF", + "mangledName": "$s6Lottie0A4ViewV9resizableACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "intrinsicSize", + "printedName": "intrinsicSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "mangledName": "$s6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playACyxGyF", + "mangledName": "$s6Lottie0A4ViewV4playACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "looping", + "printedName": "looping()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7loopingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7loopingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "hasDefaultArg": true, + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "mangledName": "$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "mangledName": "$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7playingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paused", + "printedName": "paused(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "hasDefaultArg": true, + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playbackMode", + "printedName": "playbackMode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "mangledName": "$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationSpeed", + "printedName": "animationSpeed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "mangledName": "$s6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidLoad", + "printedName": "animationDidLoad(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "mangledName": "$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidFinish", + "printedName": "animationDidFinish(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "mangledName": "$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "mangledName": "$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "accessibilityLabel", + "printedName": "accessibilityLabel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "mangledName": "$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logger", + "printedName": "logger(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "mangledName": "$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "imageProvider", + "printedName": "imageProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationImageProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textProvider", + "printedName": "textProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationKeypathTextProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fontProvider", + "printedName": "fontProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationFontProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnyValueProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentProgress", + "printedName": "currentProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV15currentProgressyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentFrame", + "printedName": "currentFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12currentFrameyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV12currentFrameyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentTime", + "printedName": "currentTime(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "mangledName": "$s6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadAnimationTrigger", + "printedName": "reloadAnimationTrigger(_:showPlaceholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationProgress", + "printedName": "getRealtimeAnimationProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationFrame", + "printedName": "getRealtimeAnimationFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dotLottieConfigurationComponents", + "printedName": "dotLottieConfigurationComponents(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "mangledName": "$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A4ViewV", + "mangledName": "$s6Lottie0A4ViewV", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Asset", + "printedName": "Asset", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Asset", + "printedName": "Lottie.Asset", + "usr": "s:6Lottie5AssetC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie5AssetC2idSSvp", + "mangledName": "$s6Lottie5AssetC2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "Final", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie5AssetC2idSSvg", + "mangledName": "$s6Lottie5AssetC2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie5AssetC", + "mangledName": "$s6Lottie5AssetC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOption", + "printedName": "ReducedMotionOption", + "children": [ + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dynamic", + "printedName": "dynamic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable)", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOptionProvider", + "printedName": "Lottie.ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnyHashable", + "printedName": "Swift.AnyHashable", + "usr": "s:s11AnyHashableV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "systemReducedMotionToggle", + "printedName": "systemReducedMotionToggle", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivp", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivg", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie19ReducedMotionOptionO", + "mangledName": "$s6Lottie19ReducedMotionOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionMode", + "printedName": "ReducedMotionMode", + "children": [ + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivp", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivg", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie17ReducedMotionModeO", + "mangledName": "$s6Lottie17ReducedMotionModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "children": [ + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.ReducedMotionOptionProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SystemReducedMotionOptionProvider", + "printedName": "SystemReducedMotionOptionProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "SystemReducedMotionOptionProvider", + "printedName": "Lottie.SystemReducedMotionOptionProvider", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderVACycfc", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderVACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "SizeValueProvider", + "printedName": "SizeValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderC5blockACSo6CGSizeV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "mangledName": "$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie17SizeValueProviderC", + "mangledName": "$s6Lottie17SizeValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "OperatorDecl", + "name": "+|", + "printedName": "+|", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "OperatorDecl", + "name": "+-", + "printedName": "+-", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimation", + "printedName": "CompatibleAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:subdirectory:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)initWithName:subdirectory:bundle:", + "mangledName": "$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc", + "moduleName": "Lottie", + "objc_name": "initWithName:subdirectory:bundle:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)init", + "mangledName": "$s6Lottie19CompatibleAnimationCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation", + "mangledName": "$s6Lottie19CompatibleAnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleRenderingEngineOption", + "printedName": "CompatibleRenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionShared", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO6sharedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "defaultEngine", + "printedName": "defaultEngine", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionDefaultEngine", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO07defaultD0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionAutomatic", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionMainThread", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionCoreAnimation", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Function", + "name": "generateLottieConfiguration", + "printedName": "generateLottieConfiguration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Func", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleRenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleBackgroundBehavior", + "printedName": "CompatibleBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorStop", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPause", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPauseAndRestore", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorForceFinish", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorContinuePlaying", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleBackgroundBehavior?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationView", + "printedName": "CompatibleAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "compatibleAnimation", + "printedName": "compatibleAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopAnimationCount", + "printedName": "loopAnimationCount", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setLoopAnimationCount:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC04loopC5Count14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "compatibleDictionaryTextProvider", + "printedName": "compatibleDictionaryTextProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleDictionaryTextProvider:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setContentMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setShouldRasterizeWhenIdle:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentProgress:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentTime:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setAnimationSpeed:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setRespectAnimationFrameRate:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundMode", + "printedName": "backgroundMode", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setBackgroundMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)play", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4playyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithCompletion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "objc_name": "playWithCompletion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromProgress:toProgress:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromProgress:toProgress:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromFrame:toFrame:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromFrame:toFrame:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromMarker:toMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromMarker:toMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playWithMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)stop", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)pause", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)reloadImages", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)forceDisplayUpdate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)logHierarchyKeypaths", + "mangledName": "$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setColorValue", + "printedName": "setColorValue(_:forKeypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setColorValue:forKeypath:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getColorValue", + "printedName": "getColorValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIColor?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getColorValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getColorValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)addSubview:forLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(rect:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithRect:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithRect:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(point:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithPoint:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithPoint:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)progressTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "progressTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)frameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "frameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)durationFrameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "durationFrameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView", + "mangledName": "$s6Lottie23CompatibleAnimationViewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleDictionaryTextProvider", + "printedName": "CompatibleDictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(values:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)initWithValues:", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithValues:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)init", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ColorFormatDenominator", + "printedName": "ColorFormatDenominator", + "children": [ + { + "kind": "Var", + "name": "One", + "printedName": "One", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "OneHundred", + "printedName": "OneHundred", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "TwoFiftyFive", + "printedName": "TwoFiftyFive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivp", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivg", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie22ColorFormatDenominatorO", + "mangledName": "$s6Lottie22ColorFormatDenominatorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieColor", + "printedName": "LottieColor", + "children": [ + { + "kind": "Var", + "name": "r", + "printedName": "r", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1rSdvp", + "mangledName": "$s6Lottie0A5ColorV1rSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvg", + "mangledName": "$s6Lottie0A5ColorV1rSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvs", + "mangledName": "$s6Lottie0A5ColorV1rSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvM", + "mangledName": "$s6Lottie0A5ColorV1rSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "g", + "printedName": "g", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1gSdvp", + "mangledName": "$s6Lottie0A5ColorV1gSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvg", + "mangledName": "$s6Lottie0A5ColorV1gSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvs", + "mangledName": "$s6Lottie0A5ColorV1gSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvM", + "mangledName": "$s6Lottie0A5ColorV1gSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "b", + "printedName": "b", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1bSdvp", + "mangledName": "$s6Lottie0A5ColorV1bSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvg", + "mangledName": "$s6Lottie0A5ColorV1bSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvs", + "mangledName": "$s6Lottie0A5ColorV1bSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvM", + "mangledName": "$s6Lottie0A5ColorV1bSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "a", + "printedName": "a", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1aSdvp", + "mangledName": "$s6Lottie0A5ColorV1aSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvg", + "mangledName": "$s6Lottie0A5ColorV1aSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvs", + "mangledName": "$s6Lottie0A5ColorV1aSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvM", + "mangledName": "$s6Lottie0A5ColorV1aSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(r:g:b:a:denominator:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "hasDefaultArg": true, + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "mangledName": "$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV9hashValueSivp", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV9hashValueSivg", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A5ColorV", + "mangledName": "$s6Lottie0A5ColorV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ColorValueProvider", + "printedName": "ColorValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottieColor", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderC5blockAcA0aB0V14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18ColorValueProviderC", + "mangledName": "$s6Lottie18ColorValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypath", + "printedName": "AnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "keys", + "printedName": "keys", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvp", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvg", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvp", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvg", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivp", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivg", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie16AnimationKeypathV", + "mangledName": "$s6Lottie16AnimationKeypathV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieConfiguration", + "printedName": "LottieConfiguration", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(renderingEngine:decodingStrategy:colorSpace:reducedMotionOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "hasDefaultArg": true, + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "hasDefaultArg": true, + "usr": "c:@T@CGColorSpaceRef" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "hasDefaultArg": true, + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvpZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvgZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvsZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvMZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renderingEngine", + "printedName": "renderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "decodingStrategy", + "printedName": "decodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotionOption", + "printedName": "reducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "colorSpace", + "printedName": "colorSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivp", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivg", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A13ConfigurationV", + "mangledName": "$s6Lottie0A13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottiePlaybackMode", + "printedName": "LottiePlaybackMode", + "children": [ + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(at: Lottie.LottiePlaybackMode.PausedState)", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "playing", + "printedName": "playing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO8progressyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO8progressyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5frameyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5frameyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5pauseyA2CmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5pauseyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO12fromProgressyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO12fromProgressyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO9fromFrameyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO9fromFrameyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "TypeDecl", + "name": "PausedState", + "printedName": "PausedState", + "children": [ + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO8progressyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO8progressyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO5frameyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO5frameyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, position: Lottie.LottieMarkerPosition)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PlaybackMode", + "printedName": "PlaybackMode", + "children": [ + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvpZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvgZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO10toProgress_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO10toProgress_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO7toFrame_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO7toFrame_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO", + "mangledName": "$s6Lottie0A12PlaybackModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieMarkerPosition", + "printedName": "LottieMarkerPosition", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO5startyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO5startyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO3endyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO3endyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivp", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivg", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14MarkerPositionO", + "mangledName": "$s6Lottie0A14MarkerPositionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieVector2D", + "printedName": "LottieVector2D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector2DV", + "mangledName": "$s6Lottie0A8Vector2DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DecodingStrategy", + "printedName": "DecodingStrategy", + "children": [ + { + "kind": "Var", + "name": "legacyCodable", + "printedName": "legacyCodable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dictionaryBased", + "printedName": "dictionaryBased", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivp", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivg", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie16DecodingStrategyO", + "mangledName": "$s6Lottie16DecodingStrategyO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedControl", + "printedName": "AnimatedControl", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)init", + "mangledName": "$s6Lottie15AnimatedControlCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedControl?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithCoder:", + "mangledName": "$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "isEnabled", + "printedName": "isEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)enabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "enabled", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isEnabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isEnabled", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setEnabled:", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setEnabled:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isSelected", + "printedName": "isSelected", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)selected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "selected", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isSelected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isSelected", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setSelected:", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setSelected:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isHighlighted", + "printedName": "isHighlighted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)highlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "highlighted", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isHighlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isHighlighted", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setHighlighted:", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setHighlighted:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "continueTracking", + "printedName": "continueTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)continueTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC16continueTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "continueTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancelTracking", + "printedName": "cancelTracking(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)cancelTrackingWithEvent:", + "mangledName": "$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "cancelTrackingWithEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC15animationDidSetyyF", + "mangledName": "$s6Lottie15AnimatedControlC15animationDidSetyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationView", + "printedName": "animationView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setLayer", + "printedName": "setLayer(named:forState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "State", + "printedName": "UIKit.UIControl.State", + "usr": "c:@E@UIControlState" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "mangledName": "$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "mangledName": "$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithFrame:", + "mangledName": "$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl", + "mangledName": "$s6Lottie15AnimatedControlC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIControl", + "superclassNames": [ + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedButton", + "printedName": "AnimatedButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)init", + "mangledName": "$s6Lottie14AnimatedButtonCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedButton?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "performAction", + "printedName": "performAction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvp", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvg", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvs", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvM", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromProgress:toProgress:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromMarker:toMarker:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton", + "mangledName": "$s6Lottie14AnimatedButtonC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "children": [ + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvp", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvg", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "typeErasedStorage", + "printedName": "typeErasedStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderP9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "value", + "printedName": "value(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderPAAE5value5frameyp14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ValueProviderStorage", + "printedName": "ValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> ([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe<τ_0_0>]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO7closureyACyxGx14CoreFoundation7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO7closureyACyxGx12CoreGraphics7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie20ValueProviderStorageO", + "mangledName": "$s6Lottie20ValueProviderStorageO", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProviderStorage", + "printedName": "AnyValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> ([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Lottie.Keyframe], interpolate: (CoreGraphics.CGFloat) -> Any)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp14CoreFoundation7CGFloatVctcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp12CoreGraphics7CGFloatVctcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO7closureyACyp14CoreFoundation7CGFloatVccACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO7closureyACyp12CoreGraphics7CGFloatVccACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie23AnyValueProviderStorageO", + "mangledName": "$s6Lottie23AnyValueProviderStorageO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedSwitch", + "printedName": "AnimatedSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)init", + "mangledName": "$s6Lottie14AnimatedSwitchCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedSwitch?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC15animationDidSetyyF", + "mangledName": "$s6Lottie14AnimatedSwitchC15animationDidSetyyF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "CancelBehavior", + "printedName": "CancelBehavior", + "children": [ + { + "kind": "Var", + "name": "reverse", + "printedName": "reverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Var", + "name": "cancelBehavior", + "printedName": "cancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animateUpdateWhenChangingAnimation", + "printedName": "animateUpdateWhenChangingAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "stateUpdated", + "printedName": "stateUpdated", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isOn", + "printedName": "isOn", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setIsOn", + "printedName": "setIsOn(_:animated:shouldFireHaptics:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "mangledName": "$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setProgressForState", + "printedName": "setProgressForState(fromProgress:toProgress:forOnState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y14CoreFoundation7CGFloatV_AJSbtF", + "mangledName": "$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch", + "mangledName": "$s6Lottie14AnimatedSwitchC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector1D", + "printedName": "LottieVector1D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DVyACSdcfc", + "mangledName": "$s6Lottie0A8Vector1DVyACSdcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV5valueSdvp", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV5valueSdvg", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector1DV", + "mangledName": "$s6Lottie0A8Vector1DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector3D", + "printedName": "LottieVector3D", + "children": [ + { + "kind": "Var", + "name": "x", + "printedName": "x", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1xSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1xSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "y", + "printedName": "y", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1ySdvp", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1ySdvg", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "z", + "printedName": "z", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1zSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1zSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(x:y:z:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "mangledName": "$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "pointValue", + "printedName": "pointValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sizeValue", + "printedName": "sizeValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector3DV", + "mangledName": "$s6Lottie0A8Vector3DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieBackgroundBehavior", + "printedName": "LottieBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "default", + "printedName": "default(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A18BackgroundBehaviorO", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieLoopMode", + "printedName": "LottieLoopMode", + "children": [ + { + "kind": "Var", + "name": "playOnce", + "printedName": "playOnce", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO8playOnceyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO8playOnceyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loop", + "printedName": "loop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO4loopyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO4loopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "autoReverse", + "printedName": "autoReverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO11autoReverseyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO11autoReverseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeat", + "printedName": "repeat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO6repeatyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO6repeatyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeatBackwards", + "printedName": "repeatBackwards", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivp", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivg", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A8LoopModeO", + "mangledName": "$s6Lottie0A8LoopModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationView", + "printedName": "LottieAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationView?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithCoder:", + "mangledName": "$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4stopyyF", + "mangledName": "$s6Lottie0A13AnimationViewC4stopyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC5pauseyyF", + "mangledName": "$s6Lottie0A13AnimationViewC5pauseyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animateLayoutChangesWithCurrentCoreAnimationContext", + "printedName": "animateLayoutChangesWithCurrentCoreAnimationContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationQueued", + "printedName": "isAnimationQueued", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvp", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvg", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvs", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "viewportFrame", + "printedName": "viewportFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(py)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12reloadImagesyyF", + "mangledName": "$s6Lottie0A13AnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:bundle:subdirectory:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filePath:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:imageProvider:session:closure:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(asset:bundle:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieName:bundle:subdirectory:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFilePath:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieUrl:animationId:dotLottieCache:configuration:session:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieAsset:bundle:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView", + "mangledName": "$s6Lottie0A13AnimationViewC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "IBDesignable", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.LottieAnimationViewBase", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieError", + "printedName": "DotLottieError", + "children": [ + { + "kind": "Var", + "name": "noDataLoaded", + "printedName": "noDataLoaded", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "assetNotFound", + "printedName": "assetNotFound", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> (Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, bundle: Foundation.Bundle?)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "mangledName": "$s6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loadingFromAssetNotSupported", + "printedName": "loadingFromAssetNotSupported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidFileFormat", + "printedName": "invalidFileFormat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "invalidData", + "printedName": "invalidData", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "animationNotAvailable", + "printedName": "animationNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA5ErrorO", + "mangledName": "$s6Lottie03DotA5ErrorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FloatValueProvider", + "printedName": "FloatValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderC5blockAC14CoreFoundation7CGFloatVAGc_tcfc", + "mangledName": "$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderCyAC14CoreFoundation7CGFloatVcfc", + "mangledName": "$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "float", + "printedName": "float", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18FloatValueProviderC", + "mangledName": "$s6Lottie18FloatValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationKeypath", + "printedName": "CompatibleAnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeypath:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeypath:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeys:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeys:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "animationKeypath", + "printedName": "animationKeypath", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)init", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "children": [ + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "mangledName": "$s6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie03DotA13CacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieCache", + "printedName": "DotLottieCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA5CacheCACycfc", + "mangledName": "$s6Lottie03DotA5CacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvpZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvgZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivp", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivg", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivs", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivM", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC05clearC0yyF", + "mangledName": "$s6Lottie03DotA5CacheC05clearC0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "mangledName": "$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA5CacheC", + "mangledName": "$s6Lottie03DotA5CacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LayerType", + "printedName": "LayerType", + "children": [ + { + "kind": "Var", + "name": "precomp", + "printedName": "precomp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7precompyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7precompyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "solid", + "printedName": "solid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5solidyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5solidyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "image", + "printedName": "image", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5imageyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5imageyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "null", + "printedName": "null", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4nullyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4nullyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "shape", + "printedName": "shape", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5shapeyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5shapeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4textyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4textyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LayerType?", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9LayerTypeO8rawValueSivp", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9LayerTypeO8rawValueSivg", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9LayerTypeO", + "mangledName": "$s6Lottie9LayerTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MatteType", + "printedName": "MatteType", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO4noneyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO4noneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "add", + "printedName": "add", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO3addyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO3addyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "invert", + "printedName": "invert", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO6invertyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO6invertyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.MatteType?", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9MatteTypeO8rawValueSivp", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9MatteTypeO8rawValueSivg", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9MatteTypeO", + "mangledName": "$s6Lottie9MatteTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "BlendMode", + "printedName": "BlendMode", + "children": [ + { + "kind": "Var", + "name": "normal", + "printedName": "normal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6normalyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6normalyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "multiply", + "printedName": "multiply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO8multiplyyA2CmF", + "mangledName": "$s6Lottie9BlendModeO8multiplyyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "screen", + "printedName": "screen", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6screenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6screenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "overlay", + "printedName": "overlay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7overlayyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7overlayyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "darken", + "printedName": "darken", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6darkenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6darkenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "lighten", + "printedName": "lighten", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7lightenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7lightenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorDodge", + "printedName": "colorDodge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10colorDodgeyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10colorDodgeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorBurn", + "printedName": "colorBurn", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9colorBurnyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9colorBurnyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hardLight", + "printedName": "hardLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9hardLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9hardLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "softLight", + "printedName": "softLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9softLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9softLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "difference", + "printedName": "difference", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10differenceyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10differenceyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "exclusion", + "printedName": "exclusion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9exclusionyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9exclusionyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hue", + "printedName": "hue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO3hueyA2CmF", + "mangledName": "$s6Lottie9BlendModeO3hueyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "saturation", + "printedName": "saturation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10saturationyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10saturationyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO5coloryA2CmF", + "mangledName": "$s6Lottie9BlendModeO5coloryA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "luminosity", + "printedName": "luminosity", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10luminosityyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10luminosityyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.BlendMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9BlendModeO8rawValueSivp", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9BlendModeO8rawValueSivg", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9BlendModeO", + "mangledName": "$s6Lottie9BlendModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "GradientValueProvider", + "printedName": "GradientValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((CoreGraphics.CGFloat) -> [Swift.Double])?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG14CoreFoundation7CGFloatVc_SaySdGAKcSgtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "colors", + "printedName": "colors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "locations", + "printedName": "locations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvp", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvg", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvs", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvM", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21GradientValueProviderC", + "mangledName": "$s6Lottie21GradientValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfiguration", + "printedName": "DotLottieConfiguration", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "speed", + "printedName": "speed", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA13ConfigurationV", + "mangledName": "$s6Lottie03DotA13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfigurationComponents", + "printedName": "DotLottieConfigurationComponents", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "all", + "printedName": "all", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "BundleImageProvider", + "printedName": "BundleImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(bundle:searchPath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "mangledName": "$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19BundleImageProviderC", + "mangledName": "$s6Lottie19BundleImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationSubview", + "printedName": "AnimationSubview", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithFrame:", + "mangledName": "$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationSubview?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithCoder:", + "mangledName": "$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview", + "mangledName": "$s6Lottie16AnimationSubviewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationViewBase", + "printedName": "LottieAnimationViewBase", + "children": [ + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(py)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)setContentMode:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "didMoveToWindow", + "printedName": "didMoveToWindow()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)didMoveToWindow", + "mangledName": "$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "didMoveToWindow", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)layoutSubviews", + "mangledName": "$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithFrame:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationViewBase?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithCoder:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "mangledName": "$s6Lottie0A17AnimationViewBaseC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "zlib", + "printedName": "zlib", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Compression", + "printedName": "Compression", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieFile", + "printedName": "DotLottieFile", + "children": [ + { + "kind": "TypeDecl", + "name": "Animation", + "printedName": "Animation", + "children": [ + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA4FileC9AnimationV", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "animations", + "printedName": "animations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SynchronouslyBlockingCurrentThread", + "printedName": "SynchronouslyBlockingCurrentThread", + "children": [ + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA4FileC", + "mangledName": "$s6Lottie03DotA4FileC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieLogger", + "printedName": "LottieLogger", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(assert:assertionFailure:warn:info:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.Bool, @autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.Bool, () -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "hasDefaultArg": true + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "mangledName": "$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC6sharedACvpZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvgZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvsZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvMZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "assert", + "printedName": "assert(_:_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "assertionFailure", + "printedName": "assertionFailure(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "warn", + "printedName": "warn(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "info", + "printedName": "info(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4infoyySSyXKF", + "mangledName": "$s6Lottie0A6LoggerC4infoyySSyXKF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "printToConsole", + "printedName": "printToConsole", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvpZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvgZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvgZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A6LoggerC", + "mangledName": "$s6Lottie0A6LoggerC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "PointValueProvider", + "printedName": "PointValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGPoint", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderC5blockACSo7CGPointV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "mangledName": "$s6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "point", + "printedName": "point", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18PointValueProviderC", + "mangledName": "$s6Lottie18PointValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Keyframe", + "printedName": "Keyframe", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "mangledName": "$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(value:time:isHold:inTangent:outTangent:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_14CoreFoundation7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "mangledName": "$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC5valuexvp", + "mangledName": "$s6Lottie8KeyframeC5valuexvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC5valuexvg", + "mangledName": "$s6Lottie8KeyframeC5valuexvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isHold", + "printedName": "isHold", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC6isHoldSbvp", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC6isHoldSbvg", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "inTangent", + "printedName": "inTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "outTangent", + "printedName": "outTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialInTangent", + "printedName": "spatialInTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialOutTangent", + "printedName": "spatialOutTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie8KeyframeC", + "mangledName": "$s6Lottie8KeyframeC", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "children": [ + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Interpolatable", + "printedName": "Interpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatableP11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatableP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable, τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "children": [ + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "UIView", + "printedName": "UIView", + "declKind": "Class", + "usr": "c:objc(cs)UIView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIView", + "declAttributes": [ + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIResponder", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CALayer", + "printedName": "CALayer", + "children": [ + { + "kind": "Function", + "name": "logLayerTree", + "printedName": "logLayerTree(withIndent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:So7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "mangledName": "$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)CALayer", + "moduleName": "QuartzCore", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "CALayer", + "declAttributes": [ + "Available", + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Array", + "printedName": "Array", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:Sa", + "mangledName": "$sSa", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "_DestructorSafeContainer", + "printedName": "_DestructorSafeContainer", + "usr": "s:s24_DestructorSafeContainerP", + "mangledName": "$ss24_DestructorSafeContainerP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ArrayProtocol", + "printedName": "_ArrayProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "_Buffer", + "printedName": "_Buffer", + "children": [ + { + "kind": "TypeNominal", + "name": "_ArrayBuffer", + "printedName": "Swift._ArrayBuffer<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s12_ArrayBufferV" + } + ] + } + ], + "usr": "s:s14_ArrayProtocolP", + "mangledName": "$ss14_ArrayProtocolP" + }, + { + "kind": "Conformance", + "name": "RandomAccessCollection", + "printedName": "RandomAccessCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sk", + "mangledName": "$sSk" + }, + { + "kind": "Conformance", + "name": "MutableCollection", + "printedName": "MutableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:SM", + "mangledName": "$sSM" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSArray", + "printedName": "Foundation.NSArray", + "usr": "c:objc(cs)NSArray" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "ContiguousBytes", + "printedName": "ContiguousBytes", + "usr": "s:10Foundation15ContiguousBytesP", + "mangledName": "$s10Foundation15ContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DataProtocol", + "printedName": "DataProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "Regions", + "printedName": "Regions", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionOfOne", + "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt8]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt8", + "printedName": "Swift.UInt8", + "usr": "s:s5UInt8V" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s15CollectionOfOneV" + } + ] + } + ], + "usr": "s:10Foundation12DataProtocolP", + "mangledName": "$s10Foundation12DataProtocolP" + }, + { + "kind": "Conformance", + "name": "MutableDataProtocol", + "printedName": "MutableDataProtocol", + "usr": "s:10Foundation19MutableDataProtocolP", + "mangledName": "$s10Foundation19MutableDataProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Bundle", + "printedName": "Bundle", + "declKind": "Class", + "usr": "c:objc(cs)NSBundle", + "moduleName": "Foundation", + "isOpen": true, + "objc_name": "NSBundle", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGFloat", + "printedName": "CGFloat", + "declKind": "Struct", + "usr": "s:14CoreFoundation7CGFloatV", + "mangledName": "$s12CoreGraphics7CGFloatV", + "moduleName": "CoreFoundation", + "intro_Macosx": "10.0", + "intro_iOS": "2.0", + "intro_tvOS": "9.0", + "intro_watchOS": "1.0", + "declAttributes": [ + "Frozen", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "Available", + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Var", + "name": "lottieColorValue", + "printedName": "lottieColorValue", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGPoint", + "printedName": "CGPoint", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:So7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_14CoreFoundation7CGFloatVABSgALtF", + "mangledName": "$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGPoint", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Double", + "printedName": "Double", + "declKind": "Struct", + "usr": "s:Sd", + "mangledName": "$sSd", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Double.SIMD2Storage", + "usr": "s:Sd12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Double.SIMD4Storage", + "usr": "s:Sd12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Double.SIMD8Storage", + "usr": "s:Sd12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Double.SIMD16Storage", + "usr": "s:Sd13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Double.SIMD32Storage", + "usr": "s:Sd13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Double.SIMD64Storage", + "usr": "s:Sd13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGRect", + "printedName": "CGRect", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGRectV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGRect", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair, SwiftUI.AnimatablePair>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + }, + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGSize", + "printedName": "CGSize", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGSizeV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGSize", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DispatchQueue", + "printedName": "DispatchQueue", + "children": [ + { + "kind": "Var", + "name": "dotLottie", + "printedName": "dotLottie", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Var", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Accessor", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)OS_dispatch_queue", + "moduleName": "Dispatch", + "isOpen": true, + "objc_name": "OS_dispatch_queue", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "Sendable", + "HasMissingDesignatedInitializers", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)OS_dispatch_object", + "isExternal": true, + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Dispatch.DispatchObject", + "os_object.OS_object", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Scheduler", + "printedName": "Scheduler", + "children": [ + { + "kind": "TypeWitness", + "name": "SchedulerTimeType", + "printedName": "SchedulerTimeType", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerTimeType", + "printedName": "Dispatch.DispatchQueue.SchedulerTimeType", + "usr": "s:So17OS_dispatch_queueC8DispatchE17SchedulerTimeTypeV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SchedulerOptions", + "printedName": "SchedulerOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerOptions", + "printedName": "Dispatch.DispatchQueue.SchedulerOptions", + "usr": "s:So17OS_dispatch_queueC8DispatchE16SchedulerOptionsV" + } + ] + } + ], + "usr": "s:7Combine9SchedulerP", + "mangledName": "$s7Combine9SchedulerP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Float", + "printedName": "Float", + "declKind": "Struct", + "usr": "s:Sf", + "mangledName": "$sSf", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Float.SIMD2Storage", + "usr": "s:Sf12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Float.SIMD4Storage", + "usr": "s:Sf12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Float.SIMD8Storage", + "usr": "s:Sf12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Float.SIMD16Storage", + "usr": "s:Sf13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Float.SIMD32Storage", + "usr": "s:Sf13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Float.SIMD64Storage", + "usr": "s:Sf13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Optional", + "printedName": "Optional", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:Sq", + "mangledName": "$sSq", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "Gesture", + "printedName": "Gesture", + "children": [ + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI7GestureP", + "mangledName": "$s7SwiftUI7GestureP" + }, + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + }, + { + "kind": "Conformance", + "name": "TableRowContent", + "printedName": "TableRowContent", + "children": [ + { + "kind": "TypeWitness", + "name": "TableRowValue", + "printedName": "TableRowValue", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableRowValue" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableRowBody", + "printedName": "TableRowBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI15TableRowContentP", + "mangledName": "$s7SwiftUI15TableRowContentP" + }, + { + "kind": "Conformance", + "name": "Commands", + "printedName": "Commands", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI8CommandsP", + "mangledName": "$s7SwiftUI8CommandsP" + }, + { + "kind": "Conformance", + "name": "ToolbarContent", + "printedName": "ToolbarContent", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI14ToolbarContentP", + "mangledName": "$s7SwiftUI14ToolbarContentP" + }, + { + "kind": "Conformance", + "name": "CustomizableToolbarContent", + "printedName": "CustomizableToolbarContent", + "usr": "s:7SwiftUI26CustomizableToolbarContentP", + "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 1936, + "length": 7, + "value": "\"width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 2039, + "length": 8, + "value": "\"height\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "Array", + "offset": 2473, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2957, + "length": 10, + "value": "\";base64,\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1176, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1255, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Lottie.ShapeLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1733, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2037, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2050, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2106, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 4881, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 5785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 10, + "value": "\"Lottie.GroupLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 8600, + "length": 17, + "value": "\"repeater copies\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 8644, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 10090, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 10114, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 11862, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12004, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12171, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12503, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12656, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 13924, + "length": 187, + "value": "\"The Core Animation rendering engine doesn't support applying separate x\/y scale values (x: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14047, + "length": 1, + "value": "\", y: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14062, + "length": 1, + "value": "\") to this stroke item (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14097, + "length": 1, + "value": "\").\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 14163, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15150, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15230, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15944, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 16071, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 18465, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19886, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 20363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 264, + "length": 7, + "value": "\"Lottie.Ellipse\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 973, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3294, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3718, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7882, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8834, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 12406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18430, + "length": 376, + "value": "\"`LottieBackgroundBehavior.continuePlaying` should not be used with the Main Thread\nrendering engine, since this would waste CPU resources on playing an animation\nthat is not visible. Consider using a different background mode, or switching to\nthe Core Animation rendering engine (which does not have any CPU overhead).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 21894, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22155, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22868, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24528, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25137, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 25453, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 26873, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 31688, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 36243, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38392, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38886, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 39527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 40063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 40882, + "length": 11, + "value": "\"sublayers\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43201, + "length": 79, + "value": "\"Encountered Core Animation compatibility issues while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43356, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43364, + "length": 6, + "value": "\"\n\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43385, + "length": 339, + "value": "\"This animation cannot be rendered correctly by the Core Animation engine.\nTo resolve this issue, you can use `RenderingEngineOption.automatic`, which automatically falls back\nto the Main Thread rendering engine when necessary, or just use `RenderingEngineOption.mainThread`.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44014, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44052, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45301, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45339, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 45388, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45813, + "length": 78, + "value": "\"Encountered Core Animation compatibility issue while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45963, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45971, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45986, + "length": 397, + "value": "\"This animation may have additional compatibility issues, but animation setup was cancelled early to avoid wasted work.\n\nAutomatically falling back to Main Thread rendering engine. This fallback comes with some additional performance\noverhead, which can be reduced by manually specifying that this animation should always use the Main Thread engine.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 46828, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49073, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49431, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 51455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 51990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52717, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 53122, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 53577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53748, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 54129, + "length": 8, + "value": "\"Lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 20, + "value": "\"Lottie.LottieAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56463, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56541, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56629, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 3577, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4169, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4190, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7931, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7953, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 10820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "BooleanLiteral", + "offset": 11274, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 14105, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 13, + "value": "\"* |Children\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 406, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 3, + "value": "\"|\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2801, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4717, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5943, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 492, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 500, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 804, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 931, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 950, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 961, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 7, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1641, + "length": 9, + "value": "\".lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 324, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 351, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 413, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 441, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 525, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 677, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "Array", + "offset": 824, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1198, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1587, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "FloatLiteral", + "offset": 2567, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2576, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2872, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 4028, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5313, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 599, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 627, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 633, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 786, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 911, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 933, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 990, + "length": 4, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 1023, + "length": 4, + "value": "\"|_\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1204, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 2516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3438, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3555, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3672, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "FloatLiteral", + "offset": 3675, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3680, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3720, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3723, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3841, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3864, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3959, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4149, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4251, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4294, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4297, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4412, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4435, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4537, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4540, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4583, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4586, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4704, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4727, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 332, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 406, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "Array", + "offset": 448, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 560, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 636, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 718, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1293, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1566, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1648, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1671, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2207, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2376, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2388, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2394, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2866, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/FontProvider\/AnimationFontProvider.swift", + "kind": "BooleanLiteral", + "offset": 860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 535, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 1351, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 2763, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 3271, + "length": 101, + "value": "\"The Core Animation rendering engine currently doesn't support text animators.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3873, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 186, + "length": 9, + "value": "\"Lottie.TextLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1415, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1543, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3150, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3176, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 4191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "FloatLiteral", + "offset": 4304, + "length": 6, + "value": "1000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 5558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 601, + "length": 20, + "value": "\"Lottie.TextCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1723, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1794, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2817, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2868, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3682, + "length": 6, + "value": "10000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/AnimationCache\/DefaultAnimationCache.swift", + "kind": "IntegerLiteral", + "offset": 1224, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2332, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2968, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3017, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3201, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3246, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerImageProvider.swift", + "kind": "Dictionary", + "offset": 459, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1238, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1892, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1929, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/TextProvider\/AnimationTextProvider.swift", + "kind": "BooleanLiteral", + "offset": 3899, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1140, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1632, + "length": 12, + "value": "\"X Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1676, + "length": 12, + "value": "\"Y Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "Array", + "offset": 2877, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3321, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "IntegerLiteral", + "offset": 3412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "FloatLiteral", + "offset": 3872, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 1702, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2184, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 2717, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3254, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3279, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3305, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3916, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4036, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4071, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4148, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4333, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4587, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 1744, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 3494, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 4143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 5435, + "length": 102, + "value": "[\"reduced motion\", \"reduced_motion\", \"reduced-motion\", \"reducedmotion\"]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "FloatLiteral", + "offset": 738, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "StringLiteral", + "offset": 1556, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 227, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2884, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 3344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4186, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 4911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5038, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5207, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5783, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 6132, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6579, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6748, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 706, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2155, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2164, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2172, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2600, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2905, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 3086, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7851, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7858, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7965, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7974, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7982, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8035, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8137, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8186, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 331, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 337, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 764, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 805, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 863, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 874, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 904, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 915, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 926, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 2, + "value": "-3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 961, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1063, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1083, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1155, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1177, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1186, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1210, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1369, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1503, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1530, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1732, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1792, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1865, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1880, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1973, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2158, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2175, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2285, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2308, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2325, + "length": 5, + "value": "-27.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2342, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2352, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2372, + "length": 4, + "value": "54.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2432, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2685, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2770, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2836, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2879, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2981, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2984, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3123, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3183, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3301, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3355, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3432, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3445, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3486, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 218, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1175, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1626, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2193, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2640, + "length": 7, + "value": "\"Angle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "Dictionary", + "offset": 3041, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 415, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 511, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1109, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1168, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/SwiftUIView.swift", + "kind": "Array", + "offset": 1314, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 1046, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "Array", + "offset": 1216, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 1984, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2121, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2320, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3208, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3250, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 3335, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3639, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3923, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4058, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4575, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4615, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 458, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1015, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1319, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "Array", + "offset": 1595, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 243, + "length": 20, + "value": "\"Lottie.MaskCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2246, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2562, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2575, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2631, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1488, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3354, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3977, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 1078, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 2558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 525, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 1834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 2307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "StringLiteral", + "offset": 1513, + "length": 27, + "value": "\"Lottie.AnimationCompletionDelegate\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1933, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5751, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5755, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8480, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8698, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8956, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9835, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 13460, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 17756, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 21303, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22257, + "length": 67, + "value": "\"Failed to load asynchronous Lottie animation with error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22323, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 24126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/NodeProperty.swift", + "kind": "IntegerLiteral", + "offset": 453, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 943, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2844, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2857, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2913, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 2945, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3361, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3591, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3763, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 5467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 5958, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6763, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 6828, + "length": 36, + "value": "\"Lottie: Logging Animation Keypaths\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 348, + "length": 24, + "value": "\"Lottie.MainThreadAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 489, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 942, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.SolidCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 510, + "length": 30, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 529, + "length": 1, + "value": "\" (Content)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 598, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 902, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 971, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1369, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1999, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 20, + "value": "\"Lottie.BaseCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 590, + "length": 8, + "value": "\"Anchor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1291, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1509, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1742, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1978, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2214, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2760, + "length": 14, + "value": "\"Stroke Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3002, + "length": 12, + "value": "\"Fill Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3501, + "length": 10, + "value": "\"Tracking\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3727, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3936, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 4194, + "length": 22, + "value": "\"SelectedRangeOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5519, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 6023, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 7376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8327, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8389, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 8771, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9032, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 9385, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/ReducedMotionOption.swift", + "kind": "BooleanLiteral", + "offset": 2651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 807, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1060, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1147, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1297, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1380, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 840, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 994, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1735, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1776, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2138, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2183, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 4896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5290, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5815, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6331, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7638, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7660, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7727, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7847, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7897, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7979, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8182, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8239, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8362, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8786, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8926, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8952, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9272, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9435, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9558, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9586, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9613, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10049, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10062, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10535, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10615, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 11261, + "length": 4, + "value": "0.05" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11322, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 1328, + "length": 7, + "value": "0.55228" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1667, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 2479, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3619, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3673, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 442, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1394, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1796, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1816, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1892, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2195, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3801, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3856, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4093, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4146, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4295, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4862, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 4884, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4978, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5047, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5162, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5331, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6066, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6785, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7839, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8163, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8794, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8843, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 9479, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 10119, + "length": 57, + "value": "\"Vertex data does not match In Tangents and Out Tangents\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 10281, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 13490, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 13998, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 14041, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14718, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 328, + "length": 19, + "value": "\"Lottie.CompatibleAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7293, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7223, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "FloatLiteral", + "offset": 8127, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12172, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12199, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12252, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12491, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12546, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12573, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12601, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14128, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14617, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14723, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14808, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14891, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14972, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 15210, + "length": 32, + "value": "\"Lottie.CompatibleDictionaryTextProvider\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 853, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 874, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 909, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 929, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3104, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3654, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 418, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 653, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 778, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2176, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2799, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2803, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3006, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3822, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3827, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3906, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3914, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3972, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3984, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4220, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4560, + "length": 5, + "value": "0x400" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5659, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 5760, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5883, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6225, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6231, + "length": 4, + "value": "0x01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 8762, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9003, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9606, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12722, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2144, + "length": 366, + "value": "\"`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2183, + "length": 1, + "value": "\"` animation for \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2234, + "length": 3, + "value": "\"\" includes an After Effects expression (https:\/\/helpx.adobe.com\/after-effects\/using\/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2942, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3893, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5249, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 5438, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11375, + "length": 55, + "value": "\"Cannot create point from keyframe with value \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11429, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 12556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 12976, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13125, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13271, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 14168, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15429, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15457, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15466, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15612, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15640, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16080, + "length": 52, + "value": "\"`values.count` must exactly equal `keyTimes.count`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16213, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16225, + "length": 63, + "value": "\"`timingFunctions.count` must exactly equal `values.count - 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16624, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16635, + "length": 56, + "value": "\"`keyTimes.count` must exactly equal `values.count + 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16745, + "length": 79, + "value": "\"Unexpected keyframe calculation mode \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16812, + "length": 1366, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17389, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17428, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "StringLiteral", + "offset": 426, + "length": 6, + "value": "\"Path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 627, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 650, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 669, + "length": 8, + "value": "\"Offset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1575, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 1972, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 2032, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2206, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2213, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2276, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2286, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 2949, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3218, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3290, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3343, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3413, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3459, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3628, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4448, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 4813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 5690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 6086, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7760, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 7783, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8217, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8826, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8863, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 811, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 2004, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 3490, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Dictionary", + "offset": 4209, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4810, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4858, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5036, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 5257, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6045, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6524, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6554, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6751, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6800, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6845, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7104, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7486, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7691, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7728, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7750, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1471, + "length": 57, + "value": "\"init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1527, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2071, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 2361, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 7927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8440, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 9075, + "length": 12, + "value": "\"root layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10090, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10812, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11364, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11744, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12303, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 219, + "length": 18, + "value": "\"Lottie.CoreAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12994, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13188, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15153, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15244, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 15857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 15905, + "length": 114, + "value": "\"The Core Animation rendering engine currently doesn't support `respectAnimationFrameRate`)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 16086, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17305, + "length": 77, + "value": "\"Cannot log hierarchy keypaths until animation has been set up at least once\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 17397, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17423, + "length": 69, + "value": "\"Lottie: Rebuilding animation with hierarchy keypath logging enabled\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18271, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18521, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18732, + "length": 104, + "value": "\"The Core Animation rendering engine doesn't support retrieving `CALayer`s by keypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18953, + "length": 84, + "value": "\"The Core Animation rendering engine does not use `AnimatorNode`s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20553, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20560, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20650, + "length": 235, + "value": "\"This animation has a very large number of layers with time remapping (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20764, + "length": 1, + "value": "\" layers over \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20802, + "length": 6, + "value": "\" frames) so will perform poorly with the Core Animation rendering engine.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21106, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 21468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21504, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 284, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 316, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 352, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 657, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1192, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1714, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1797, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1167, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1942, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 400, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "StringLiteral", + "offset": 602, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 866, + "length": 8, + "value": "0xFF0000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 879, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 885, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 8, + "value": "0x00FF00" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 938, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 943, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 8, + "value": "0x0000FF" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 993, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1313, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1796, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1641, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4114, + "length": 23, + "value": "\"transform.translation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4306, + "length": 25, + "value": "\"transform.translation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4505, + "length": 25, + "value": "\"transform.translation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4700, + "length": 17, + "value": "\"transform.scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4739, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4888, + "length": 19, + "value": "\"transform.scale.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4929, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5053, + "length": 19, + "value": "\"transform.scale.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5094, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5221, + "length": 22, + "value": "\"transform.rotation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5265, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5417, + "length": 22, + "value": "\"transform.rotation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5613, + "length": 22, + "value": "\"transform.rotation.z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5657, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6203, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6635, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6908, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7121, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7332, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7565, + "length": 4, + "value": "-3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8423, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8819, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 9025, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 10849, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11335, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11821, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 12298, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 101, + "length": 9, + "value": "\"Lottie.Rectangle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 643, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 719, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 684, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 801, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1107, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 405, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 812, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 970, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1334, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1818, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1825, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2180, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2189, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3393, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4638, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4933, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4940, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5198, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5207, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5215, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"Lottie.Repeater\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 809, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 942, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1038, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2517, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2626, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2838, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2940, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3042, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3134, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3235, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3542, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4039, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4092, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4141, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4189, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4237, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4467, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4517, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4565, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4620, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4675, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4735, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 5025, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6992, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7096, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7198, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7300, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7493, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7596, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7697, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7800, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7904, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8006, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8115, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8805, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8866, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 4, + "value": "\"Lottie.Fill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 1858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 4870, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 7143, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 8869, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "Array", + "offset": 293, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 551, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1774, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4548, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4598, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4648, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4939, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5049, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5560, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5639, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5667, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5681, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5768, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5782, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5824, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5952, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6000, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6014, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6056, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6112, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6126, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6553, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6743, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6778, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6852, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6985, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7018, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7176, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7202, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7232, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7478, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/OpacityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1421, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 55, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2423, + "length": 1, + "value": "\" (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2457, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 84, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2881, + "length": 1, + "value": "\" (mask of \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2909, + "length": 1, + "value": "\") (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3152, + "length": 37, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3171, + "length": 1, + "value": "\" (parent, masked)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 4991, + "length": 5, + "value": "\"xor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1487, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1517, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2549, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2582, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2827, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2953, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 3146, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 5133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5188, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5846, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 438, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 610, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 776, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 785, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 793, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 941, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1616, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1746, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2275, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2577, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2871, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2880, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3181, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4833, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 105, + "length": 14, + "value": "\"Lottie.ShapeTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 262, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 297, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 338, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "BooleanLiteral", + "offset": 491, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "StringLiteral", + "offset": 3612, + "length": 201, + "value": "\"The Main Thread rendering engine doesn't currently support repeaters.\nTo play an animation with repeaters, you can use the Core Animation rendering engine instead.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 5, + "value": "\"Lottie.Merge\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "Dictionary", + "offset": 5200, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5704, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6002, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6384, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6469, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6544, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6625, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "StringLiteral", + "offset": 936, + "length": 15, + "value": "\"Lottie.AnimatedControl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 522, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 223, + "length": 13, + "value": "\"Lottie.RepeaterLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 458, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 762, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 775, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 831, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "Array", + "offset": 1991, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 12, + "value": "\"Lottie.PreCompLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 400, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 704, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 717, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 773, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 149, + "length": 10, + "value": "\"Lottie.SolidLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 122, + "length": 14, + "value": "\"Lottie.RoundedCorners\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TransformLayer.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 4672, + "length": 112, + "value": "\"`Transform` values must provide either `position` or `positionX` \/ `positionY` keyframes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 5169, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6157, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6547, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6948, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7215, + "length": 93, + "value": "\"`rotation.x` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7382, + "length": 93, + "value": "\"`rotation.y` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7849, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8054, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8460, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9890, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9898, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9906, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 9977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10046, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11624, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11949, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 12159, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1366, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1503, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1607, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1624, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1641, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1725, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1806, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1887, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2044, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2167, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2340, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2483, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2504, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2629, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "Array", + "offset": 2685, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4610, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 5151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "FloatLiteral", + "offset": 5434, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 657, + "length": 91, + "value": "\"Expected old to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 698, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 91, + "value": "\"Expected new to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 944, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 962, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 996, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2080, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2445, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "FloatLiteral", + "offset": 2695, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1721, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 1866, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1989, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 2148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 736, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 757, + "length": 11, + "value": "\"Roundness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1652, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1818, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "FloatLiteral", + "offset": 2548, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 2701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4300, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4951, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5350, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6716, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "IntegerLiteral", + "offset": 1986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "BooleanLiteral", + "offset": 2005, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 315, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 340, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 422, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 451, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2512, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2566, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2618, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2654, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4646, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4674, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4716, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4756, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4785, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4818, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1895, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1926, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1982, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2005, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2036, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2092, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2915, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2930, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3222, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3226, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3373, + "length": 4, + "value": "1e-6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3491, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3504, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3794, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 797, + "length": 101, + "value": "\"Rounded corners support is not currently implemented for combined shape items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1389, + "length": 94, + "value": "\"Rounded corners support is currently not implemented for polygon items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1603, + "length": 42, + "value": "\"Unexpected shape type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1644, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2761, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5295, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5732, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5803, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5809, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6434, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6509, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6516, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6811, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6929, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8454, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 568, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 752, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 975, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 1459, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 446, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 501, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 522, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 768, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 977, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 747, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 926, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1092, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 21, + "value": "\"Lottie.ShapeCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 4480, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 5025, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7171, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1326, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "IntegerLiteral", + "offset": 1863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 4, + "value": "\"Lottie.Star\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 1708, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2143, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2705, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2708, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4117, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4292, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4710, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5631, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6695, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6800, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10095, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10153, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 10218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 11153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11682, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12269, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12304, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12416, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12506, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12585, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12732, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12776, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12806, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 535, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 610, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1056, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2774, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 2892, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2982, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 3278, + "length": 12, + "value": "\"Time Remap\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 131, + "length": 19, + "value": "\"Lottie.PreCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 476, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 759, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 901, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1179, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1319, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1462, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1552, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1839, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1967, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2209, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2424, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3033, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3081, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3115, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3160, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3205, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3322, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3523, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 4823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5177, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5187, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5196, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5206, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5381, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5412, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5564, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5595, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5759, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5999, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 6018, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 6355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6404, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7139, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7407, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8369, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8415, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8422, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8741, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8795, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9266, + "length": 53, + "value": "\"Could not convert color \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9303, + "length": 2, + "value": "\" to RGB values.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9357, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9360, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9447, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10784, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10928, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 11310, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11656, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11753, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12135, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12325, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1505, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 1741, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1987, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 602, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 1760, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 754, + "length": 172, + "value": "\"The Core Animation rendering engine does not support animating multiple keyframes\nfor \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 870, + "length": 6, + "value": "\" values, due to limitations of Core Animation.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 979, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1101, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1127, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1532, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1879, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2118, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2313, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3182, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3849, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4678, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4829, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4878, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 5858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 6687, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6852, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6867, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6893, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6909, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 699, + "length": 196, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1025, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 216, + "value": "\"The Core Animation rendering engine currently doesn't support customizing \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1226, + "length": 3, + "value": "\"\" properties. Supported properties are: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2366, + "length": 202, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 175, + "value": "\"Could not convert value of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3027, + "length": 4, + "value": "\" from \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3052, + "length": 2, + "value": "\" to expected type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3105, + "length": 2656, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4345, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4588, + "length": 3, + "value": "\"^\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4664, + "length": 5, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4726, + "length": 3, + "value": "\"$\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5044, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5121, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5362, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5386, + "length": 1, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5398, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5475, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5683, + "length": 7, + "value": "\"[^.]+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 267, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 328, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 738, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 960, + "length": 12, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 966, + "length": 1, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StrokeAnimation.swift", + "kind": "StringLiteral", + "offset": 2279, + "length": 20, + "value": "\"stroke dashPattern\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 652, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 664, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 675, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 734, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 764, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 806, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 836, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1514, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1556, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2031, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2113, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2417, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2504, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2533, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "BooleanLiteral", + "offset": 812, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 5, + "value": "\"Lottie.Group\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 2295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 3480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 3990, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4078, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4122, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4166, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4210, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 5018, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5603, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5647, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5691, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5735, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5779, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5823, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5867, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 6704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7402, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7446, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7490, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7534, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7578, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7622, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7666, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7711, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 10139, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "FloatLiteral", + "offset": 11154, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 11551, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 11991, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 12426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13374, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3069, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3093, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 10452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14057, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 34406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35030, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35859, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 36384, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 36436, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37614, + "length": 50, + "value": "\"unsupported contentMode: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37663, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38527, + "length": 25, + "value": "\"LayoutPositionAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38578, + "length": 26, + "value": "\"LayoutTransformAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38820, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38866, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 38914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39106, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39206, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39250, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39477, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "FloatLiteral", + "offset": 40356, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 41884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 42193, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTextProvider.swift", + "kind": "Array", + "offset": 328, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "BooleanLiteral", + "offset": 2916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieImageProvider.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 954, + "length": 7, + "value": "\"Style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1147, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 241, + "length": 12, + "value": "\"Lottie.GradientFill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1965, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2060, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 4, + "value": "\"Lottie.Trim\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 666, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 715, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1129, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1390, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2554, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3491, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4032, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4423, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4551, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4677, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4780, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4974, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5076, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "BooleanLiteral", + "offset": 5236, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5279, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5583, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 380, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1114, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1163, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1191, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1245, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1268, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1738, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1907, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1919, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3609, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3612, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3683, + "length": 12, + "value": "\"startPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3714, + "length": 10, + "value": "\"endPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3743, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3771, + "length": 11, + "value": "\"locations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3801, + "length": 8, + "value": "\"colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3828, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3855, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3887, + "length": 10, + "value": "\"isRadial\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3916, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4112, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4186, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4151, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 4228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4340, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4416, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4498, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "Array", + "offset": 1294, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1547, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "FloatLiteral", + "offset": 5664, + "length": 5, + "value": "0.999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5721, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5752, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6594, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "StringLiteral", + "offset": 6605, + "length": 62, + "value": "\"Each color must have RGB components and a location component\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6938, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7097, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7154, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7603, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7640, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7817, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 239, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 686, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "BooleanLiteral", + "offset": 1018, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 1155, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1057, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1398, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 314, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 972, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 26, + "value": "\"Lottie.CompatibleAnimationKeypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 766, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 910, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1166, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1106, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 18, + "value": "\"Lottie.InvertedMatteLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 694, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 710, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 770, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1021, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1575, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1683, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1690, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1705, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1720, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1735, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1998, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2077, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2083, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 916, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2608, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2814, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2820, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3363, + "length": 50, + "value": "\"Error when decoding lottie \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3400, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3412, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 4081, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 10225, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 15025, + "length": 30, + "value": "\"com.airbnb.lottie.dot-lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1117, + "length": 3, + "value": "375" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1130, + "length": 3, + "value": "150" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 1340, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6065, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6204, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 7130, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 564, + "length": 27, + "value": "\"Lottie.SwiftUIMeasurementContainer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 14216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 16576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16597, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 475, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 526, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 587, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 1881, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 1901, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1215, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1277, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1506, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1471, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1586, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1743, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1822, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "Array", + "offset": 2401, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2516, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2994, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 646, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1420, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1546, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "Array", + "offset": 1861, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 471, + "length": 18, + "value": "\"Lottie.MaskContainerLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1944, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1992, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2418, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2588, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2073, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4188, + "length": 7, + "value": "\"Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4211, + "length": 11, + "value": "\"Expansion\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 923, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 980, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1012, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1050, + "length": 15, + "value": "\"shadowOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1084, + "length": 14, + "value": "\"shadowOffset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 13, + "value": "\"shadowColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 14, + "value": "\"shadowRadius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1318, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1346, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1403, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1435, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1473, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 19, + "value": "\"Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2976, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Array", + "offset": 3382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 3521, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Dictionary", + "offset": 3926, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 16, + "value": "\"Lottie.CompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 922, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1341, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1432, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 779, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 1959, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 98, + "length": 6, + "value": "\"Lottie.Stroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/DataIDProviding.swift", + "kind": "StringLiteral", + "offset": 1690, + "length": 28, + "value": "\"DefaultDataID.noneProvided\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 1140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "StringLiteral", + "offset": 1774, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 2253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 4106, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 5550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CompositionLayersInitializer.swift", + "kind": "BooleanLiteral", + "offset": 815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "Array", + "offset": 286, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1856, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2058, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2105, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2131, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2185, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2310, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2330, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 2880, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2898, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 3014, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3288, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 4173, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/Cache\/DotLottieCache.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 352, + "length": 10, + "value": "0x06064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 10, + "value": "0x07064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1255, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1559, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2000, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2259, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2309, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2368, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2494, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2558, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4103, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4420, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4736, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4847, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5506, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5569, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5618, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6453, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6563, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 5, + "value": "\"Lottie.Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 562, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1677, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1683, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2238, + "length": 53, + "value": "\"Error when decoding animation \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2278, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2290, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3300, + "length": 135, + "value": "\"Failed to load animation from filepath \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3362, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3423, + "length": 1345, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4234, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4774, + "length": 165, + "value": "\"Failed to load animation with asset name \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 2, + "value": "\"\nin \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4866, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4927, + "length": 6638, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "BooleanLiteral", + "offset": 10105, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10273, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 617, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 890, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 2646, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 2796, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 2915, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 3035, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 3155, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 4850, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5044, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5247, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2647, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5651, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5675, + "length": 4, + "value": "-0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6193, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1444, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1783, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 2507, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "FloatLiteral", + "offset": 3561, + "length": 12, + "value": "1000000000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 4097, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 6153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 6949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 7023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "StringLiteral", + "offset": 7605, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 9489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10316, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10358, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10385, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10505, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 11473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12597, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12706, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12712, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12761, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12766, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12819, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12825, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12882, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12932, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12938, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13046, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13071, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13100, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13579, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13731, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13745, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13769, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13783, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13830, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13954, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13969, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13977, + "length": 3, + "value": "512" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14129, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14287, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14302, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14316, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 15282, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 301, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 20, + "value": "\"Lottie.NullCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 527, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 551, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 694, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1276, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 1765, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2024, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2235, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2457, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2477, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2546, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2663, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2961, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "BooleanLiteral", + "offset": 1278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3201, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3900, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerFontProvider.swift", + "kind": "Array", + "offset": 365, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1632, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1950, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2289, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "Array", + "offset": 2465, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 3260, + "length": 24, + "value": "\"Missing keyframe data.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4080, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4299, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4361, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4591, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseAnimationLayer.swift", + "kind": "Array", + "offset": 781, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 1814, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2545, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 3128, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "StringLiteral", + "offset": 3244, + "length": 68, + "value": "\"Failed sanity check for old count with changes matching new count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 6923, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7339, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7356, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7379, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7710, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 2582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "Dictionary", + "offset": 2838, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 3677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 413, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 5, + "value": "0o644" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 5, + "value": "0o755" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 823, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 869, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 916, + "length": 10, + "value": "0x06054b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 964, + "length": 10, + "value": "0x04034b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1011, + "length": 10, + "value": "0x08074b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1060, + "length": 10, + "value": "0x02014b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 1093, + "length": 8, + "value": "\"memory\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 7252, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9257, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9276, + "length": 1, + "value": "\":\/\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10008, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10180, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10635, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10856, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 12529, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14638, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14745, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14815, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14870, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14934, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14987, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16580, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16684, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16797, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16908, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1848, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1938, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1972, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2104, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2134, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3350, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3754, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 4874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2515, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2552, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2776, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2813, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 325, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 344, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 391, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 482, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 643, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 741, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 969, + "length": 5, + "value": "1.403" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 991, + "length": 5, + "value": "0.344" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1013, + "length": 5, + "value": "1.770" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1489, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1562, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1614, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1782, + "length": 5, + "value": "0.299" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1794, + "length": 5, + "value": "0.587" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1806, + "length": 5, + "value": "0.114" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1828, + "length": 8, + "value": "-0.14713" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1843, + "length": 7, + "value": "0.28886" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1857, + "length": 5, + "value": "0.436" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1879, + "length": 5, + "value": "0.615" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1891, + "length": 7, + "value": "0.51499" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1905, + "length": 7, + "value": "0.10001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2952, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 965, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1450, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1463, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1519, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5661, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6672, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 7702, + "length": 148, + "value": "\"The Core Animation rendering engine doesn't currently support applying\ntrims to filled shapes (only stroked shapes).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 7995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 8717, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 9855, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 256, + "length": 14, + "value": "\"Lottie.ShapeItemLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "BooleanLiteral", + "offset": 10576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 523, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 2797, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 10, + "value": "\"Lottie.ImageLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3630, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1647, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1771, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "FloatLiteral", + "offset": 1956, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "IntegerLiteral", + "offset": 852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "BooleanLiteral", + "offset": 1254, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 376, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 464, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 547, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 607, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 636, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 663, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 11, + "value": "\"fillColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 750, + "length": 13, + "value": "\"strokeColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 11, + "value": "\"lineWidth\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 12, + "value": "\"miterLimit\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 843, + "length": 15, + "value": "\"lineDashPhase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 904, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1266, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 177, + "length": 16, + "value": "\"Lottie.ShapeRenderLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 4289, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4597, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5744, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 5929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 6665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "Array", + "offset": 11072, + "length": 3133, + "value": "[0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de, 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856, 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9, 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a, 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599, 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924, 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e, 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01, 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed, 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950, 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5, 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010, 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f, 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615, 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8, 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344, 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb, 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c, 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef, 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236, 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c, 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713, 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b, 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242, 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278, 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7, 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66, 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9, 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14619, + "length": 10, + "value": "0xffffffff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14965, + "length": 4, + "value": "0xff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15001, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15054, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 1894, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "FloatLiteral", + "offset": 1922, + "length": 6, + "value": "0.5519" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2007, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2219, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 2498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 3059, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3332, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3590, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3614, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4169, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4370, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4389, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 14, + "value": "\"Shadow Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 562, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 11, + "value": "\"Direction\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 917, + "length": 10, + "value": "\"Softness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 962, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1173, + "length": 39, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1211, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1334, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1421, + "length": 35, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1567, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2173, + "length": 15, + "value": "\"manifest.json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2233, + "length": 12, + "value": "\"animations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2286, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 2755, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 3309, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 3412, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1061, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/URL+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 678, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "Array", + "offset": 1007, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 38, + "value": "\"init(from:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1217, + "length": 44, + "value": "\"init(dictionary:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 846, + "length": 17, + "value": "\"Lottie.CombinedShapeItem\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1829, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 583, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 816, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1307, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1390, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "IntegerLiteral", + "offset": 555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 570, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 1161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1441, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1477, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1523, + "length": 14, + "value": "\"Inner Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1559, + "length": 19, + "value": "\"Inner Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1654, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 2638, + "length": 7, + "value": "0.47829" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2775, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2808, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4068, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4109, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4186, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4309, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4365, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4806, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 5167, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5220, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5236, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5379, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5457, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5498, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5714, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5950, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6085, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6839, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7112, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 507, + "length": 19, + "value": "\"multiplyBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 545, + "length": 17, + "value": "\"screenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 18, + "value": "\"overlayBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"darkenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 18, + "value": "\"lightenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 21, + "value": "\"colorDodgeBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 740, + "length": 20, + "value": "\"colorBurnBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 20, + "value": "\"hardLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 20, + "value": "\"softLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 867, + "length": 21, + "value": "\"differenceBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 910, + "length": 20, + "value": "\"exclusionBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 946, + "length": 14, + "value": "\"hueBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 21, + "value": "\"saturationBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1022, + "length": 16, + "value": "\"colorBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1061, + "length": 21, + "value": "\"luminosityBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 885, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.ImageCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/ImageProvider\/AnimationImageProvider.swift", + "kind": "BooleanLiteral", + "offset": 1338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 3904, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 361, + "length": 14, + "value": "\"Lottie.GradientStroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "StringLiteral", + "offset": 7065, + "length": 74, + "value": "\"When interpolating Arrays, both array sound have the same element count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "IntegerLiteral", + "offset": 8003, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 362, + "length": 25, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 1, + "value": "\"] \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 386, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1333, + "length": 51, + "value": "\"Compatibility issue context is unexpectedly empty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1663, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1675, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "Array", + "offset": 2487, + "length": 2, + "value": "[]" + } + ] +} \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 0000000..7ba8427 --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,1482 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine +import Compression +import CoreFoundation +import CoreGraphics +import CoreText +import Foundation +import QuartzCore +import Swift +import SwiftUI +import UIKit +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +import zlib +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { + final public let name: Swift.String + final public let directory: Swift.String + final public let width: Swift.Double + final public let height: Swift.Double + override final public func encode(to encoder: any Swift.Encoder) throws + @objc deinit +} +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} +extension QuartzCore.CALayer { + @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) +} +public protocol AnimationFontProvider { + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? +} +final public class DefaultFontProvider : Lottie.AnimationFontProvider { + public init() + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? + @objc deinit +} +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} +public enum LottieAnimationCache { + public static var shared: (any Lottie.AnimationCacheProvider)? +} +public class DefaultAnimationCache : Lottie.AnimationCacheProvider { + public init() + public static let sharedCache: Lottie.DefaultAnimationCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? + public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +public class FilepathImageProvider : Lottie.AnimationImageProvider { + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { + func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String +} +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? + final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init() + final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { + case type2d + case type3d + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws + public init(dictionary: [Swift.String : Any]) throws + final public let startFrame: Lottie.AnimationFrameTime + final public let endFrame: Lottie.AnimationFrameTime + final public let framerate: Swift.Double + final public var markerNames: [Swift.String] { + get + } + @objc deinit + final public func encode(to encoder: any Swift.Encoder) throws +} +extension UIKit.UIColor { + public var lottieColorValue: Lottie.LottieColor { + get + } +} +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { + func animation(forKey: Swift.String) -> Lottie.LottieAnimation? + func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) + func clearCache() +} +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} +@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { + required public init(from decoder: any Swift.Decoder) throws + final public let id: Swift.String + @objc deinit + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +final public class SizeValueProvider { + public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} +infix operator +| : DefaultPrecedence +infix operator +- : DefaultPrecedence +@objc final public class CompatibleAnimation : ObjectiveC.NSObject { + @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) + @objc deinit +} +@objc public enum CompatibleRenderingEngineOption : Swift.Int { + case shared + case defaultEngine + case automatic + case mainThread + case coreAnimation + public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) + @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) + @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public func play() + @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func stop() + @objc @_Concurrency.MainActor(unsafe) final public func pause() + @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() + @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() + @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc deinit +} +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat +public enum ColorFormatDenominator : Swift.Hashable { + case One + case OneHundred + case TwoFiftyFive + public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct LottieColor : Swift.Hashable { + public var r: Swift.Double + public var g: Swift.Double + public var b: Swift.Double + public var a: Swift.Double + public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +final public class ColorValueProvider { + public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) + public init(_ color: Lottie.LottieColor) + public init(_ keyframes: [Lottie.Keyframe]) + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor + final public var color: Lottie.LottieColor { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} +public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { + public init(keypath: Swift.String) + public init(stringLiteral: Swift.String) + public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias StringLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public var hashValue: Swift.Int { + get + } +} +public struct LottieConfiguration : Swift.Hashable { + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) + public static var shared: Lottie.LottieConfiguration + public var renderingEngine: Lottie.RenderingEngineOption + public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption + public var colorSpace: CoreGraphics.CGColorSpace + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { + get + } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode +} +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { + get + } + public var sizeValue: CoreFoundation.CGSize { + get + } +} +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit +} +extension Lottie.LottieAnimationView { + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit +} +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event +public protocol AnyValueProvider { + var valueType: any Any.Type { get } + var typeErasedStorage: Lottie.AnyValueProviderStorage { get } + func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool +} +extension Lottie.AnyValueProvider { + public func value(frame: Lottie.AnimationFrameTime) -> Any +} +public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { + case singleValue(T) + case keyframes([Lottie.Keyframe]) + case closure((Lottie.AnimationFrameTime) -> T) +} +public enum AnyValueProviderStorage { + case singleValue(Any) + case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) + case closure((Lottie.AnimationFrameTime) -> Any) +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { + public init(_ value: Swift.Double) + public let value: Swift.Double + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { + public let x: Swift.Double + public let y: Swift.Double + public let z: Swift.Double + public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottieBackgroundBehavior { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior + public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum LottieLoopMode : Swift.Hashable { + case playOnce + case loop + case autoReverse + case `repeat`(Swift.Float) + case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieLoopMode : Swift.Equatable { + public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { + get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { + get + set + } + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @objc deinit +} +public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") + case invalidFileFormat + @available(*, deprecated, message: "Unused") + case invalidData + @available(*, deprecated, message: "Unused") + case animationNotAvailable +} +final public class FloatValueProvider { + public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} +@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { + @objc public init(keypath: Swift.String) + @objc public init(keys: [Swift.String]) + final public let animationKeypath: Lottie.AnimationKeypath + @objc deinit +} +extension Lottie.LottieColor : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.DotLottieFile { + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } + #if compiler(>=5.3) && $AsyncAwait + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile + #endif +} +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { + func file(forKey: Swift.String) -> Lottie.DotLottieFile? + func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) + func clearCache() +} +public class DotLottieCache : Lottie.DotLottieCacheProvider { + public init() + public static let sharedCache: Lottie.DotLottieCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? + public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} +extension Lottie.LottieAnimation { + public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void + final public var duration: Foundation.TimeInterval { + get + } + final public var bounds: CoreFoundation.CGRect { + get + } + final public var size: CoreFoundation.CGSize { + get + } + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) + final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime + final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime + final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval + final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime +} +extension Foundation.Bundle : @unchecked Swift.Sendable { +} +public enum LayerType : Swift.Int, Swift.Codable { + case precomp + case solid + case image + case null + case shape + case text + case unknown + public init(from decoder: any Swift.Decoder) throws + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum MatteType : Swift.Int, Swift.Codable { + case none + case add + case invert + case unknown + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum BlendMode : Swift.Int, Swift.Codable { + case normal + case multiply + case screen + case overlay + case darken + case lighten + case colorDodge + case colorBurn + case hardLight + case softLight + case difference + case exclusion + case hue + case saturation + case color + case luminosity + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class GradientValueProvider { + public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) + public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] + final public var colors: [Lottie.LottieColor] { + get + set + } + final public var locations: [Swift.Double] { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { + get + } +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int +} +public class BundleImageProvider : Lottie.AnimationImageProvider { + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } + @objc deinit +} +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} +final public class LottieLogger { + public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in + // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assert(condition(), message(), file: file, line: line) + }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in + // If we default to `Swift.assertionFailure` directly with + // `assertionFailure: AssertionFailure = Swift.assertionFailure`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assertionFailure(message(), file: file, line: line) + }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in + }, info: @escaping Lottie.LottieLogger.Info = { message in + }) + public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void + public static var shared: Lottie.LottieLogger + final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func info(_ message: @autoclosure () -> Swift.String = String()) + @objc deinit +} +extension Lottie.LottieLogger { + public static var printToConsole: Lottie.LottieLogger { + get + } +} +@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") +public typealias LRUAnimationCache = Lottie.DefaultAnimationCache +final public class PointValueProvider { + public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} +final public class Keyframe { + public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + final public let value: T + final public let time: Lottie.AnimationFrameTime + final public let isHold: Swift.Bool + final public let inTangent: Lottie.LottieVector2D? + final public let outTangent: Lottie.LottieVector2D? + final public let spatialInTangent: Lottie.LottieVector3D? + final public let spatialOutTangent: Lottie.LottieVector3D? + @objc deinit +} +extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { + public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool +} +extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { + final public func hash(into hasher: inout Swift.Hasher) + final public var hashValue: Swift.Int { + get + } +} +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} +public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } + func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +public protocol Interpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +public protocol AnyInterpolatable { + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.Interpolatable { + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.SpatialInterpolatable { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Swift.Double : Lottie.Interpolatable { +} +extension CoreFoundation.CGFloat : Lottie.Interpolatable { +} +extension Swift.Float : Lottie.Interpolatable { +} +extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect +} +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize +} +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint +} +extension Lottie.LottieColor : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor +} +extension Lottie.LottieVector1D : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D +} +extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D +} +extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D +} +extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? +} +extension Lottie.LottieButton : SwiftUI.View {} +extension Lottie.CoordinateSpace : Swift.Equatable {} +extension Lottie.CoordinateSpace : Swift.Hashable {} +extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} +extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} +extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} +extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} +extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} +extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LayerType : Swift.Equatable {} +extension Lottie.LayerType : Swift.Hashable {} +extension Lottie.LayerType : Swift.RawRepresentable {} +extension Lottie.MatteType : Swift.Equatable {} +extension Lottie.MatteType : Swift.Hashable {} +extension Lottie.MatteType : Swift.RawRepresentable {} +extension Lottie.BlendMode : Swift.Equatable {} +extension Lottie.BlendMode : Swift.Hashable {} +extension Lottie.BlendMode : Swift.RawRepresentable {} +extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} +extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index 5d7ef04..6471b63 100644 Binary files a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 21febc2..7ba8427 100644 --- a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,6 +1,8 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine import Compression import CoreFoundation import CoreGraphics @@ -8,30 +10,174 @@ import CoreText import Foundation import QuartzCore import Swift +import SwiftUI import UIKit import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims import zlib @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { final public let name: Swift.String final public let directory: Swift.String final public let width: Swift.Double final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws + override final public func encode(to encoder: any Swift.Encoder) throws @objc deinit } +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} extension QuartzCore.CALayer { @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) } public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? } final public class DefaultFontProvider : Lottie.AnimationFontProvider { public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? @objc deinit } +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? + public static var shared: (any Lottie.AnimationCacheProvider)? } public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public init() @@ -45,26 +191,82 @@ public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) @objc deinit } +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } -public protocol AnimationTextProvider : AnyObject { +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String } -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String @objc deinit } -final public class DefaultTextProvider : Lottie.AnimationTextProvider { +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init() final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String @objc deinit } -public enum CoordinateSpace : Swift.Int, Swift.Codable { +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { case type2d case type3d public init?(rawValue: Swift.Int) @@ -73,8 +275,8 @@ public enum CoordinateSpace : Swift.Int, Swift.Codable { get } } -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws public init(dictionary: [Swift.String : Any]) throws final public let startFrame: Lottie.AnimationFrameTime final public let endFrame: Lottie.AnimationFrameTime @@ -83,42 +285,184 @@ final public class LottieAnimation : Swift.Codable { get } @objc deinit - final public func encode(to encoder: Swift.Encoder) throws + final public func encode(to encoder: any Swift.Encoder) throws } extension UIKit.UIColor { public var lottieColorValue: Lottie.LottieColor { get } } -public protocol AnimationCacheProvider : AnyObject { +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { func animation(forKey: Swift.String) -> Lottie.LottieAnimation? func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) func clearCache() } -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} @_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws + required public init(from decoder: any Swift.Decoder) throws final public let id: Swift.String @objc deinit - public func encode(to encoder: Swift.Encoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } } final public class SizeValueProvider { public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} infix operator +| : DefaultPrecedence infix operator +- : DefaultPrecedence @objc final public class CompatibleAnimation : ObjectiveC.NSObject { @@ -138,6 +482,18 @@ infix operator +- : DefaultPrecedence get } } +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) @@ -145,45 +501,49 @@ infix operator +- : DefaultPrecedence @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) override final public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set } @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { @objc get } @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { @objc get } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { @objc get } - @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { @objc get @objc set } @@ -194,30 +554,38 @@ infix operator +- : DefaultPrecedence @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { @objc get } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } @objc @_Concurrency.MainActor(unsafe) final public func play() @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreGraphics.CGFloat, toProgress: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreGraphics.CGFloat, toFrame: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func stop() @objc @_Concurrency.MainActor(unsafe) final public func pause() @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGRect - @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGPoint - @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc deinit +} +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) @objc deinit } -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat public enum ColorFormatDenominator : Swift.Hashable { case One case OneHundred @@ -244,24 +612,33 @@ final public class ColorValueProvider { public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) public init(_ color: Lottie.LottieColor) public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor final public var color: Lottie.LottieColor { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { public init(keypath: Swift.String) public init(stringLiteral: Swift.String) public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool public typealias ExtendedGraphemeClusterLiteralType = Swift.String @@ -272,10 +649,11 @@ public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLitera } } public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) public static var shared: Lottie.LottieConfiguration public var renderingEngine: Lottie.RenderingEngineOption public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption public var colorSpace: CoreGraphics.CGColorSpace public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool @@ -283,39 +661,106 @@ public struct LottieConfiguration : Swift.Hashable { get } } -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { get } - public static var coreAnimation: Lottie.RenderingEngineOption { +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { get } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode } -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode } -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { get } - public var description: Swift.String { +} +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { get } - public typealias RawValue = Swift.String } -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { get } - public var description: Swift.String { + public var sizeValue: CoreFoundation.CGSize { get } - public typealias RawValue = Swift.String } public enum DecodingStrategy : Swift.Hashable { case legacyCodable @@ -326,44 +771,74 @@ public enum DecodingStrategy : Swift.Hashable { get } } -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { get + set } - public var sizeValue: CoreGraphics.CGSize { + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { get + set } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit } extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit } +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event public protocol AnyValueProvider { - var valueType: Any.Type { get } + var valueType: any Any.Type { get } var typeErasedStorage: Lottie.AnyValueProviderStorage { get } func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool } @@ -380,7 +855,37 @@ public enum AnyValueProviderStorage { case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) case closure((Lottie.AnimationFrameTime) -> Any) } -public struct LottieVector1D : Swift.Hashable { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { public init(_ value: Swift.Double) public let value: Swift.Double public func hash(into hasher: inout Swift.Hasher) @@ -389,7 +894,7 @@ public struct LottieVector1D : Swift.Hashable { get } } -public struct LottieVector3D : Swift.Hashable { +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { public let x: Swift.Double public let y: Swift.Double public let z: Swift.Double @@ -413,187 +918,180 @@ public enum LottieBackgroundBehavior { get } } -public enum LottieLoopMode { +public enum LottieLoopMode : Swift.Hashable { case playOnce case loop case autoReverse case `repeat`(Swift.Float) case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } } extension Lottie.LottieLoopMode : Swift.Equatable { public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool } -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { get + set } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { get set } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { get set } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { get set } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { get set } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { get set } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { get } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { get } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { get set } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { get set } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { get set } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { get set } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { get } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { get } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { get set } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { get set } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { get } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : UIKit.UIControl { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) open func animationDidSet() - @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView - @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { get - set } - @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: UIKit.UIControl.State) - @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @objc deinit } public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") case invalidFileFormat + @available(*, deprecated, message: "Unused") case invalidData + @available(*, deprecated, message: "Unused") case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } } final public class FloatValueProvider { public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} @objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { @objc public init(keypath: Swift.String) @objc public init(keys: [Swift.String]) @@ -601,40 +1099,40 @@ final public class FloatValueProvider { @objc deinit } extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws } extension Lottie.DotLottieFile { - + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) } -public protocol DotLottieCacheProvider { +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { func file(forKey: Swift.String) -> Lottie.DotLottieFile? func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) func clearCache() @@ -651,28 +1149,27 @@ public class DotLottieCache : Lottie.DotLottieCacheProvider { public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) @objc deinit } +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} extension Lottie.LottieAnimation { public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void final public var duration: Foundation.TimeInterval { get } - final public var bounds: CoreGraphics.CGRect { + final public var bounds: CoreFoundation.CGRect { get } - final public var size: CoreGraphics.CGSize { + final public var size: CoreFoundation.CGSize { get } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @@ -690,7 +1187,8 @@ public enum LayerType : Swift.Int, Swift.Codable { case null case shape case text - public init(from decoder: Swift.Decoder) throws + case unknown + public init(from decoder: any Swift.Decoder) throws public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { @@ -734,8 +1232,8 @@ public enum BlendMode : Swift.Int, Swift.Codable { final public class GradientValueProvider { public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] final public var colors: [Lottie.LottieColor] { get set @@ -744,68 +1242,75 @@ final public class GradientValueProvider { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) override open func animationDidSet() - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - public enum CancelBehavior { - case reverse - case none - public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior - @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { get - set } - @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) - @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) - @objc deinit +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int } public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : UIKit.UIView { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set + @objc get + @objc set } @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } @objc deinit } +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} final public class LottieLogger { public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, @@ -839,37 +1344,26 @@ extension Lottie.LottieLogger { } @available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: UIKit.UIControl.Event) - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: UIKit.UIControl.Event) - @objc deinit -} final public class PointValueProvider { public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} final public class Keyframe { public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) @@ -891,70 +1385,89 @@ extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { get } } +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity } public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self } extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Swift.Double : Lottie.Interpolatable { } -extension CoreGraphics.CGFloat : Lottie.Interpolatable { +extension CoreFoundation.CGFloat : Lottie.Interpolatable { } extension Swift.Float : Lottie.Interpolatable { } extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect } -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize } -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint } extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor } extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D } extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D } extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D } extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? } +extension Lottie.LottieButton : SwiftUI.View {} extension Lottie.CoordinateSpace : Swift.Equatable {} extension Lottie.CoordinateSpace : Swift.Hashable {} extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} extension Lottie.LayerType : Swift.Equatable {} extension Lottie.LayerType : Swift.Hashable {} @@ -966,6 +1479,4 @@ extension Lottie.BlendMode : Swift.Equatable {} extension Lottie.BlendMode : Swift.Hashable {} extension Lottie.BlendMode : Swift.RawRepresentable {} extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftdoc b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftdoc deleted file mode 100644 index 5d7ef04..0000000 Binary files a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftinterface b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftinterface deleted file mode 100644 index 21febc2..0000000 --- a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftinterface +++ /dev/null @@ -1,971 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import UIKit -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -extension UIKit.UIColor { - public var lottieColorValue: Lottie.LottieColor { - get - } -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -@objc final public class CompatibleAnimation : ObjectiveC.NSObject { - @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) - @objc deinit -} -@objc public enum CompatibleRenderingEngineOption : Swift.Int { - case shared - case defaultEngine - case automatic - case mainThread - case coreAnimation - public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { - @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) - @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) - @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) - @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(frame: CoreGraphics.CGRect) - @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) override final public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public func play() - @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreGraphics.CGFloat, toProgress: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreGraphics.CGFloat, toFrame: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func stop() - @objc @_Concurrency.MainActor(unsafe) final public func pause() - @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() - @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> Any? - @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> UIKit.UIColor? - @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGRect - @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGPoint - @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc deinit -} -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : UIKit.UIControl { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) open func animationDidSet() - @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView - @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: UIKit.UIControl.State) - @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { - @objc public init(keypath: Swift.String) - @objc public init(keys: [Swift.String]) - final public let animationKeypath: Lottie.AnimationKeypath - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) override open func animationDidSet() - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - public enum CancelBehavior { - case reverse - case none - public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior - @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) - @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) - @objc deinit -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: UIKit.UIControl.Event) - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: UIKit.UIControl.Event) - @objc deinit -} -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} -extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} -extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/PrivacyInfo.xcprivacy b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..64e785c --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyTracking + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + + diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/_CodeSignature/CodeResources b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/_CodeSignature/CodeResources index 51782e4..e31f72e 100644 --- a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/_CodeSignature/CodeResources +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework/_CodeSignature/CodeResources @@ -6,64 +6,60 @@ Headers/Lottie-Swift.h - 7YVeloaCxavQf+TQSoIJ6oiEMVM= + kryiBHq9BWL0GEph37F73zHjGtY= Info.plist - oVbomeYQX2KJwdhON8EadGDeATg= + T+t9TPlqcu3qfUO8kNAIMOg2OVA= + + Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.abi.json + + AZ7HwvUEftk04dUSC6/XTGiElmk= + + Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + o7/eoDUqYxXsZvlFSGECkOZApIg= Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftdoc - gHFDCyzuzVAZVDnPOxp0Pdw9x/E= + o3B1+iJLExGPRQjp1uTd+f1Aq+s= Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftinterface - C9YspLEklWiG6r5RqYxJMgn773o= + o7/eoDUqYxXsZvlFSGECkOZApIg= Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftmodule - T9/wIbnodK6T4LP/Ch3vbqQ6nvM= + 4dHc96snNr6cYAln3UV1n0SShXs= - Modules/Lottie.swiftmodule/arm64.swiftdoc + Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.abi.json - gHFDCyzuzVAZVDnPOxp0Pdw9x/E= + AZ7HwvUEftk04dUSC6/XTGiElmk= - Modules/Lottie.swiftmodule/arm64.swiftinterface + Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - C9YspLEklWiG6r5RqYxJMgn773o= - - Modules/Lottie.swiftmodule/arm64.swiftmodule - - T9/wIbnodK6T4LP/Ch3vbqQ6nvM= + 6+EmWkVK4GbwacIVKRdvOlxzPNg= Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - 9RW7MC5woZVNNdRmBzq6KhM4S6w= + Un1MmD8pYXdfZc5fclkfqg43JYg= Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - a5SKTRrUhTUfgDqhpvIZ64TPoOw= + 6+EmWkVK4GbwacIVKRdvOlxzPNg= Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - fiQ+jh4Vnscvc8JBWBoGlAEybXU= - - Modules/Lottie.swiftmodule/x86_64.swiftdoc - - 9RW7MC5woZVNNdRmBzq6KhM4S6w= - - Modules/Lottie.swiftmodule/x86_64.swiftinterface - - a5SKTRrUhTUfgDqhpvIZ64TPoOw= - - Modules/Lottie.swiftmodule/x86_64.swiftmodule - - fiQ+jh4Vnscvc8JBWBoGlAEybXU= + 6FoQJIIeiPvm+kU1KYsnKz3Apj8= Modules/module.modulemap DV06Wqt1A0d79oGLNVIbxjpgBhU= + PrivacyInfo.xcprivacy + + 9slhmTZYKDmos4efk+3YOXYOQXo= + files2 @@ -71,98 +67,91 @@ hash2 - cDCmC4Ygy8netVK/8HI/50BC4cnvgF/pSpl6diKkMyY= + lL2ucBnjsplkjaKUiIxxlBKgtOqIffwUCk5D/bjEX9Y= - Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftdoc + Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.abi.json hash2 - 9E8WO5bNAn86oJU0beKVcGqMoRKYmBATdKDy04IHEJM= + 5Km/xr9B2qXqba8kKplbP9WdLwC3p3UXNhnLILZxuEE= - Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftinterface + Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - QeHbIJYwOQkd9vmx3W9URkYoR5WyiaQWHfFbS2SMTDE= + JUY7U07pZrULclUOBgtYtvzW7haA83wPybsCOGci6RE= - Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftmodule - - hash2 - - sDU9PBkQtYE+oqS3OqUw5/URq0AfKT5WRkT4Op8/ACI= - - - Modules/Lottie.swiftmodule/arm64.swiftdoc + Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - 9E8WO5bNAn86oJU0beKVcGqMoRKYmBATdKDy04IHEJM= + 3DR/cJ3EaeqPhaV8ia6PYKpZczDTKH+GCwpz+XNGiyE= - Modules/Lottie.swiftmodule/arm64.swiftinterface + Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - QeHbIJYwOQkd9vmx3W9URkYoR5WyiaQWHfFbS2SMTDE= + JUY7U07pZrULclUOBgtYtvzW7haA83wPybsCOGci6RE= - Modules/Lottie.swiftmodule/arm64.swiftmodule + Modules/Lottie.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - sDU9PBkQtYE+oqS3OqUw5/URq0AfKT5WRkT4Op8/ACI= + TKLSgMWgpKPiowYI4kxxJWwzpqWR5LPKU3KxcgRFqg8= - Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - 4VfrCC71vq/fOEy8ehIqvkmOvMMPhS5q7REzTTo2Des= + 5Km/xr9B2qXqba8kKplbP9WdLwC3p3UXNhnLILZxuEE= - Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - Qsg/MispkTMA468ZkhtOqe1pB2nCRmABFvLR7Tziql4= + DsWI01k5BRljpA1AxSag7oxfVtNOsrjuaNhcpWjLhN8= - Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - ijAMM8xeTzse/KKs7NDvYoKxlQz5s8o31v42lPqx2UM= + eNn5YLoX+KTlZ1g+Fm4JvKrJUKCueq12ooWXU9BOwjQ= - Modules/Lottie.swiftmodule/x86_64.swiftdoc + Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - 4VfrCC71vq/fOEy8ehIqvkmOvMMPhS5q7REzTTo2Des= + DsWI01k5BRljpA1AxSag7oxfVtNOsrjuaNhcpWjLhN8= - Modules/Lottie.swiftmodule/x86_64.swiftinterface + Modules/Lottie.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - Qsg/MispkTMA468ZkhtOqe1pB2nCRmABFvLR7Tziql4= + SqEA38QcOmfu8Py/rTyVQndITXNKBB93EJtBHvgaJeM= - Modules/Lottie.swiftmodule/x86_64.swiftmodule + Modules/module.modulemap hash2 - ijAMM8xeTzse/KKs7NDvYoKxlQz5s8o31v42lPqx2UM= + GTUIX/Hf1jwA337lpALyQjuRidby1Hc8v68BlEnql9s= - Modules/module.modulemap + PrivacyInfo.xcprivacy hash2 - GTUIX/Hf1jwA337lpALyQjuRidby1Hc8v68BlEnql9s= + ENpn8heCTwGSiOwyirq8KQqwOZxS6b53ok1JQzkTfaI= diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Info.plist b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Info.plist new file mode 100644 index 0000000..01e3d47 --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.com.airbnb.Lottie + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 4.5.0 + CFBundleVersion + 443 + + diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie new file mode 100644 index 0000000..cfe22bc Binary files /dev/null and b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie differ diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml new file mode 100644 index 0000000..4e00bfb --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml @@ -0,0 +1,7789 @@ +--- +triple: 'arm64-apple-darwin' +binary-path: '/Users/runner/Library/Developer/Xcode/DerivedData/Lottie-fxrioqbkappyvraatalsxfpfubmj/Build/Intermediates.noindex/ArchiveIntermediates/Lottie (iOS)/InstallationBuildProductsLocation/Library/Frameworks/Lottie.framework/Lottie' +relocations: + - { offsetInCU: 0x34, offset: 0x54B55, size: 0x8, addend: 0x0, symName: _LottieVersionString, symObjAddr: 0x0, symBinAddr: 0x1761C0, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x54B8A, size: 0x8, addend: 0x0, symName: _LottieVersionNumber, symObjAddr: 0x28, symBinAddr: 0x1761E8, symSize: 0x0 } + - { offsetInCU: 0x3F, offset: 0x54BDF, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0x18, symBinAddr: 0x16C4, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x54BF3, size: 0x8, addend: 0x0, symName: ___swift_memcpy152_8, symObjAddr: 0x1C, symBinAddr: 0x16C8, symSize: 0x34 } + - { offsetInCU: 0x67, offset: 0x54C07, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwet', symObjAddr: 0x50, symBinAddr: 0x16FC, symSize: 0x5C } + - { offsetInCU: 0x7B, offset: 0x54C1B, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwst', symObjAddr: 0xAC, symBinAddr: 0x1758, symSize: 0x78 } + - { offsetInCU: 0x8F, offset: 0x54C2F, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwCP', symObjAddr: 0x1C4, symBinAddr: 0x1870, symSize: 0x30 } + - { offsetInCU: 0xA3, offset: 0x54C43, size: 0x8, addend: 0x0, symName: ___swift_memcpy128_8, symObjAddr: 0x1F4, symBinAddr: 0x18A0, symSize: 0x24 } + - { offsetInCU: 0xB7, offset: 0x54C57, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwet', symObjAddr: 0x218, symBinAddr: 0x18C4, symSize: 0x20 } + - { offsetInCU: 0xCB, offset: 0x54C6B, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwst', symObjAddr: 0x238, symBinAddr: 0x18E4, symSize: 0x4C } + - { offsetInCU: 0xDF, offset: 0x54C7F, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0x2AC, symBinAddr: 0x1958, symSize: 0xC } + - { offsetInCU: 0xF3, offset: 0x54C93, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0x2E4, symBinAddr: 0x1990, symSize: 0xC } + - { offsetInCU: 0x107, offset: 0x54CA7, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwet', symObjAddr: 0x2F0, symBinAddr: 0x199C, symSize: 0x20 } + - { offsetInCU: 0x11B, offset: 0x54CBB, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwst', symObjAddr: 0x310, symBinAddr: 0x19BC, symSize: 0x2C } + - { offsetInCU: 0x12F, offset: 0x54CCF, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwet', symObjAddr: 0x350, symBinAddr: 0x19FC, symSize: 0x20 } + - { offsetInCU: 0x16F, offset: 0x54D0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE21_overrideSizeThatFits_2in02uiC0ySo6CGSizeVz_7SwiftUI09_ProposedF0VAA0L22UIMeasurementContainerCy7ContentQzGtF', symObjAddr: 0x39C, symBinAddr: 0x1A48, symSize: 0x334 } + - { offsetInCU: 0x388, offset: 0x54F28, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSQWb', symObjAddr: 0xA40, symBinAddr: 0x206C, symSize: 0x2C } + - { offsetInCU: 0x3A7, offset: 0x54F47, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0xB30, symBinAddr: 0x2150, symSize: 0x2C } + - { offsetInCU: 0x3BB, offset: 0x54F5B, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0xB9C, symBinAddr: 0x21BC, symSize: 0x2C } + - { offsetInCU: 0x3CF, offset: 0x54F6F, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityaSHSCSQWb', symObjAddr: 0x10D8, symBinAddr: 0x26F8, symSize: 0x2C } + - { offsetInCU: 0x3E3, offset: 0x54F83, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSQWb', symObjAddr: 0x1104, symBinAddr: 0x2724, symSize: 0x2C } + - { offsetInCU: 0x3F7, offset: 0x54F97, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1130, symBinAddr: 0x2750, symSize: 0x2C } + - { offsetInCU: 0x40B, offset: 0x54FAB, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSQWb', symObjAddr: 0x115C, symBinAddr: 0x277C, symSize: 0x2C } + - { offsetInCU: 0x41F, offset: 0x54FBF, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1188, symBinAddr: 0x27A8, symSize: 0x2C } + - { offsetInCU: 0x433, offset: 0x54FD3, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSQWb', symObjAddr: 0x11B4, symBinAddr: 0x27D4, symSize: 0x2C } + - { offsetInCU: 0x447, offset: 0x54FE7, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x11E0, symBinAddr: 0x2800, symSize: 0x2C } + - { offsetInCU: 0x45B, offset: 0x54FFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE12sizeThatFits_02uiC07contextSo6CGSizeVSg7SwiftUI08ProposedC4SizeV_AA0K22UIMeasurementContainerCy7ContentQzGAJ06UIViewD7ContextVyxGtFTf4nndn_n', symObjAddr: 0x120C, symBinAddr: 0x282C, symSize: 0x8C } + - { offsetInCU: 0x4B8, offset: 0x55058, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_0, symObjAddr: 0x1318, symBinAddr: 0x2938, symSize: 0x3C } + - { offsetInCU: 0x4CC, offset: 0x5506C, size: 0x8, addend: 0x0, symName: '_$sSSSg5label_yp5valuetWOh', symObjAddr: 0x1354, symBinAddr: 0x2974, symSize: 0x40 } + - { offsetInCU: 0x4E0, offset: 0x55080, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x1394, symBinAddr: 0x29B4, symSize: 0x40 } + - { offsetInCU: 0x4F4, offset: 0x55094, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x13D4, symBinAddr: 0x29F4, symSize: 0x10 } + - { offsetInCU: 0x508, offset: 0x550A8, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x14A4, symBinAddr: 0x2AC4, symSize: 0x2C } + - { offsetInCU: 0x51C, offset: 0x550BC, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x14D0, symBinAddr: 0x2AF0, symSize: 0x2C } + - { offsetInCU: 0x530, offset: 0x550D0, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeaSHSCSQWb', symObjAddr: 0x14FC, symBinAddr: 0x2B1C, symSize: 0x2C } + - { offsetInCU: 0x544, offset: 0x550E4, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1528, symBinAddr: 0x2B48, symSize: 0x2C } + - { offsetInCU: 0x558, offset: 0x550F8, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x1554, symBinAddr: 0x2B74, symSize: 0x2C } + - { offsetInCU: 0x56C, offset: 0x5510C, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1580, symBinAddr: 0x2BA0, symSize: 0x2C } + - { offsetInCU: 0x580, offset: 0x55120, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x15AC, symBinAddr: 0x2BCC, symSize: 0x2C } + - { offsetInCU: 0x594, offset: 0x55134, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyaSHSCSQWb', symObjAddr: 0x15D8, symBinAddr: 0x2BF8, symSize: 0x2C } + - { offsetInCU: 0x5A8, offset: 0x55148, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaSHSCSQWb', symObjAddr: 0x1604, symBinAddr: 0x2C24, symSize: 0x2C } + - { offsetInCU: 0x634, offset: 0x551D4, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x6DC, symBinAddr: 0x1D88, symSize: 0x14 } + - { offsetInCU: 0x674, offset: 0x55214, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x6F0, symBinAddr: 0x1D9C, symSize: 0x18 } + - { offsetInCU: 0x6BA, offset: 0x5525A, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x764, symBinAddr: 0x1DC4, symSize: 0x14 } + - { offsetInCU: 0x6FA, offset: 0x5529A, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x778, symBinAddr: 0x1DD8, symSize: 0x18 } + - { offsetInCU: 0x73A, offset: 0x552DA, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x7A4, symBinAddr: 0x1E04, symSize: 0x14 } + - { offsetInCU: 0x77A, offset: 0x5531A, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x7B8, symBinAddr: 0x1E18, symSize: 0x18 } + - { offsetInCU: 0x7BA, offset: 0x5535A, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x87C, symBinAddr: 0x1EDC, symSize: 0x14 } + - { offsetInCU: 0x7FA, offset: 0x5539A, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x890, symBinAddr: 0x1EF0, symSize: 0x18 } + - { offsetInCU: 0x882, offset: 0x55422, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH9hashValueSivgTW', symObjAddr: 0x8F0, symBinAddr: 0x1F50, symSize: 0x44 } + - { offsetInCU: 0x931, offset: 0x554D1, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x934, symBinAddr: 0x1F94, symSize: 0x28 } + - { offsetInCU: 0x984, offset: 0x55524, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x95C, symBinAddr: 0x1FBC, symSize: 0x40 } + - { offsetInCU: 0xA10, offset: 0x555B0, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0xA6C, symBinAddr: 0x2098, symSize: 0x14 } + - { offsetInCU: 0xA56, offset: 0x555F6, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xAAC, symBinAddr: 0x20CC, symSize: 0x84 } + - { offsetInCU: 0xA72, offset: 0x55612, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xBE0, symBinAddr: 0x2200, symSize: 0x84 } + - { offsetInCU: 0xA8E, offset: 0x5562E, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xC64, symBinAddr: 0x2284, symSize: 0x84 } + - { offsetInCU: 0xAAA, offset: 0x5564A, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xED4, symBinAddr: 0x24F4, symSize: 0x84 } + - { offsetInCU: 0xC0B, offset: 0x557AB, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0xA80, symBinAddr: 0x20AC, symSize: 0x10 } + - { offsetInCU: 0xC27, offset: 0x557C7, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0xA90, symBinAddr: 0x20BC, symSize: 0xC } + - { offsetInCU: 0xCB0, offset: 0x55850, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x7EC, symBinAddr: 0x1E4C, symSize: 0x3C } + - { offsetInCU: 0xCCC, offset: 0x5586C, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x828, symBinAddr: 0x1E88, symSize: 0x48 } + - { offsetInCU: 0xCE8, offset: 0x55888, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xCE8, symBinAddr: 0x2308, symSize: 0x3C } + - { offsetInCU: 0xD04, offset: 0x558A4, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD24, symBinAddr: 0x2344, symSize: 0x48 } + - { offsetInCU: 0xD20, offset: 0x558C0, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xD78, symBinAddr: 0x2398, symSize: 0x3C } + - { offsetInCU: 0xD3C, offset: 0x558DC, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDB4, symBinAddr: 0x23D4, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0x55A3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x2D70, symSize: 0x48 } + - { offsetInCU: 0x70, offset: 0x55A63, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x2DB8, symSize: 0x25C } + - { offsetInCU: 0xD8, offset: 0x55ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2A4, symBinAddr: 0x3014, symSize: 0x41C } + - { offsetInCU: 0x261, offset: 0x55C54, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4nameSSvg', symObjAddr: 0x6C0, symBinAddr: 0x3430, symSize: 0x2C } + - { offsetInCU: 0x290, offset: 0x55C83, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC9directorySSvg', symObjAddr: 0x6EC, symBinAddr: 0x345C, symSize: 0x2C } + - { offsetInCU: 0x2BF, offset: 0x55CB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC5widthSdvg', symObjAddr: 0x718, symBinAddr: 0x3488, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x55CDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6heightSdvg', symObjAddr: 0x720, symBinAddr: 0x3490, symSize: 0x8 } + - { offsetInCU: 0x319, offset: 0x55D0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x728, symBinAddr: 0x3498, symSize: 0x1F8 } + - { offsetInCU: 0x3AB, offset: 0x55D9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO8rawValueSSvg', symObjAddr: 0xA0C, symBinAddr: 0x373C, symSize: 0x18 } + - { offsetInCU: 0x3E4, offset: 0x55DD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA24, symBinAddr: 0x3754, symSize: 0x18 } + - { offsetInCU: 0x412, offset: 0x55E05, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA24, symBinAddr: 0x3754, symSize: 0x18 } + - { offsetInCU: 0x464, offset: 0x55E57, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xA60, symBinAddr: 0x3790, symSize: 0x64 } + - { offsetInCU: 0x4CA, offset: 0x55EBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xAC4, symBinAddr: 0x37F4, symSize: 0x28 } + - { offsetInCU: 0x4E6, offset: 0x55ED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xAEC, symBinAddr: 0x381C, symSize: 0x8 } + - { offsetInCU: 0x51C, offset: 0x55F0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAF4, symBinAddr: 0x3824, symSize: 0x68 } + - { offsetInCU: 0x5A1, offset: 0x55F94, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xB5C, symBinAddr: 0x388C, symSize: 0xC } + - { offsetInCU: 0x5BD, offset: 0x55FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xB68, symBinAddr: 0x3898, symSize: 0xC } + - { offsetInCU: 0x5DA, offset: 0x55FCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfd', symObjAddr: 0xBE0, symBinAddr: 0x3910, symSize: 0x2C } + - { offsetInCU: 0x633, offset: 0x56026, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfD', symObjAddr: 0xC0C, symBinAddr: 0x393C, symSize: 0x34 } + - { offsetInCU: 0x76D, offset: 0x56160, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0x960, symBinAddr: 0x3690, symSize: 0x24 } + - { offsetInCU: 0x781, offset: 0x56174, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs0C3KeyAAWl', symObjAddr: 0x984, symBinAddr: 0x36B4, symSize: 0x44 } + - { offsetInCU: 0x795, offset: 0x56188, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x9C8, symBinAddr: 0x36F8, symSize: 0x44 } + - { offsetInCU: 0x7A9, offset: 0x5619C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfE', symObjAddr: 0xBC4, symBinAddr: 0x38F4, symSize: 0x1C } + - { offsetInCU: 0x7D6, offset: 0x561C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCMa', symObjAddr: 0xC40, symBinAddr: 0x3970, symSize: 0x20 } + - { offsetInCU: 0x7EA, offset: 0x561DD, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0xC60, symBinAddr: 0x3990, symSize: 0xC } + - { offsetInCU: 0x7FE, offset: 0x561F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwet', symObjAddr: 0xC70, symBinAddr: 0x399C, symSize: 0x90 } + - { offsetInCU: 0x812, offset: 0x56205, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwst', symObjAddr: 0xD00, symBinAddr: 0x3A2C, symSize: 0xBC } + - { offsetInCU: 0x826, offset: 0x56219, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwug', symObjAddr: 0xDBC, symBinAddr: 0x3AE8, symSize: 0x8 } + - { offsetInCU: 0x83A, offset: 0x5622D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwup', symObjAddr: 0xDC4, symBinAddr: 0x3AF0, symSize: 0x4 } + - { offsetInCU: 0x84E, offset: 0x56241, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwui', symObjAddr: 0xDC8, symBinAddr: 0x3AF4, symSize: 0x8 } + - { offsetInCU: 0x862, offset: 0x56255, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOMa', symObjAddr: 0xDD0, symBinAddr: 0x3AFC, symSize: 0x10 } + - { offsetInCU: 0x876, offset: 0x56269, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASQWb', symObjAddr: 0xDE0, symBinAddr: 0x3B0C, symSize: 0x4 } + - { offsetInCU: 0x88A, offset: 0x5627D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAESQAAWl', symObjAddr: 0xDE4, symBinAddr: 0x3B10, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x56291, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE28, symBinAddr: 0x3B54, symSize: 0x4 } + - { offsetInCU: 0x8B2, offset: 0x562A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE2C, symBinAddr: 0x3B58, symSize: 0x44 } + - { offsetInCU: 0x8C6, offset: 0x562B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE70, symBinAddr: 0x3B9C, symSize: 0x4 } + - { offsetInCU: 0x8DA, offset: 0x562CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xE74, symBinAddr: 0x3BA0, symSize: 0x44 } + - { offsetInCU: 0x8EE, offset: 0x562E1, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0xEB8, symBinAddr: 0x3BE4, symSize: 0x20 } + - { offsetInCU: 0x902, offset: 0x562F5, size: 0x8, addend: 0x0, symName: '_$ss7Decoder_pWOc', symObjAddr: 0xED8, symBinAddr: 0x3C04, symSize: 0x44 } + - { offsetInCU: 0x916, offset: 0x56309, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10dataString7optionsACSgSS_AcDE0B14URLReadOptionsVtcfC', symObjAddr: 0xF1C, symBinAddr: 0x3C48, symSize: 0x448 } + - { offsetInCU: 0xA00, offset: 0x563F3, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x1364, symBinAddr: 0x4090, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x56449, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOACs0C0AAWl', symObjAddr: 0x1430, symBinAddr: 0x415C, symSize: 0x44 } + - { offsetInCU: 0xA6A, offset: 0x5645D, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0x1474, symBinAddr: 0x41A0, symSize: 0x3C } + - { offsetInCU: 0xB0C, offset: 0x564FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA3C, symBinAddr: 0x376C, symSize: 0xC } + - { offsetInCU: 0xB28, offset: 0x5651B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xA48, symBinAddr: 0x3778, symSize: 0x8 } + - { offsetInCU: 0xB44, offset: 0x56537, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA50, symBinAddr: 0x3780, symSize: 0x8 } + - { offsetInCU: 0xB60, offset: 0x56553, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA58, symBinAddr: 0x3788, symSize: 0x8 } + - { offsetInCU: 0xB82, offset: 0x56575, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xB74, symBinAddr: 0x38A4, symSize: 0x28 } + - { offsetInCU: 0xB9E, offset: 0x56591, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xB9C, symBinAddr: 0x38CC, symSize: 0x28 } + - { offsetInCU: 0xBE7, offset: 0x565DA, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTg5', symObjAddr: 0x13E4, symBinAddr: 0x4110, symSize: 0x4C } + - { offsetInCU: 0x17A, offset: 0x569F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC11setUpGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x41DC, symSize: 0x1B8 } + - { offsetInCU: 0x3D0, offset: 0x56C49, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1B8, symBinAddr: 0x4394, symSize: 0x58 } + - { offsetInCU: 0x417, offset: 0x56C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5layerACyp_tcfc', symObjAddr: 0x210, symBinAddr: 0x43EC, symSize: 0x1B0 } + - { offsetInCU: 0x57A, offset: 0x56DF3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14ShapeItemLayerC0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKF', symObjAddr: 0x4F0, symBinAddr: 0x46CC, symSize: 0x288 } + - { offsetInCU: 0xA2A, offset: 0x572A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5group5items0D4Path7contextAcA0B0C_SayAA09ShapeItemC0C0I0VGSaySSGAA0C7ContextVtKcfc', symObjAddr: 0x7BC, symBinAddr: 0x4998, symSize: 0x118 } + - { offsetInCU: 0xA9F, offset: 0x57318, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC05setupC9Hierarchy33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x8D4, symBinAddr: 0x4AB0, symSize: 0x548 } + - { offsetInCU: 0x126E, offset: 0x57AE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xE1C, symBinAddr: 0x4FF8, symSize: 0x70 } + - { offsetInCU: 0x12B5, offset: 0x57B2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5layerACyp_tcfc', symObjAddr: 0xE8C, symBinAddr: 0x5068, symSize: 0x208 } + - { offsetInCU: 0x1378, offset: 0x57BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x10FC, symBinAddr: 0x52D8, symSize: 0x470 } + - { offsetInCU: 0x14CF, offset: 0x57D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC03nonB5Items33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x156C, symBinAddr: 0x5748, symSize: 0x17C } + - { offsetInCU: 0x169B, offset: 0x57F14, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC11childGroups33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x16E8, symBinAddr: 0x58C4, symSize: 0x17C } + - { offsetInCU: 0x1885, offset: 0x580FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCACycfcTo', symObjAddr: 0x2594, symBinAddr: 0x6770, symSize: 0x2C } + - { offsetInCU: 0x197E, offset: 0x581F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfE', symObjAddr: 0x778, symBinAddr: 0x4954, symSize: 0x10 } + - { offsetInCU: 0x19AB, offset: 0x58224, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfETo', symObjAddr: 0x78C, symBinAddr: 0x4968, symSize: 0x10 } + - { offsetInCU: 0x19DA, offset: 0x58253, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCMa', symObjAddr: 0x79C, symBinAddr: 0x4978, symSize: 0x20 } + - { offsetInCU: 0x1CE2, offset: 0x5855B, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tF', symObjAddr: 0x1864, symBinAddr: 0x5A40, symSize: 0xD30 } + - { offsetInCU: 0x396C, offset: 0x5A1E5, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_', symObjAddr: 0x382C, symBinAddr: 0x7A08, symSize: 0x634 } + - { offsetInCU: 0x4318, offset: 0x5AB91, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_SbycfU3_SbAEXEfU_', symObjAddr: 0x3E60, symBinAddr: 0x803C, symSize: 0x23C } + - { offsetInCU: 0x441C, offset: 0x5AC95, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAlIcfU2_', symObjAddr: 0x409C, symBinAddr: 0x8278, symSize: 0x54 } + - { offsetInCU: 0x480C, offset: 0x5B085, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfE', symObjAddr: 0x25C0, symBinAddr: 0x679C, symSize: 0x5C } + - { offsetInCU: 0x4839, offset: 0x5B0B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfETo', symObjAddr: 0x2654, symBinAddr: 0x6830, symSize: 0x68 } + - { offsetInCU: 0x4868, offset: 0x5B0E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCMa', symObjAddr: 0x26BC, symBinAddr: 0x6898, symSize: 0x20 } + - { offsetInCU: 0x48F5, offset: 0x5B16E, size: 0x8, addend: 0x0, symName: '_$sSl6LottieE5split14whereSeparatorSaySay7ElementQzG8grouping_AESg08trailingD0tGSbAEXE_tFSayAA14ShapeItemLayerC0I0VG_Tg5014$sSo7CALayerC6a93E11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14hiJ47C0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKFSbAMXEfU0_Tf1cn_n', symObjAddr: 0x26DC, symBinAddr: 0x68B8, symSize: 0x2B0 } + - { offsetInCU: 0x4E5C, offset: 0x5B6D5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE13setUpRepeater33_24524B13A39DBE5C7BD85D5BB4776E93LL_5items15parentGroupPath7contextyAC0E0C_SayAC14ShapeItemLayerC0T0VGSaySSGAC0U7ContextVtKF', symObjAddr: 0x298C, symBinAddr: 0x6B68, symSize: 0x3C4 } + - { offsetInCU: 0x55F9, offset: 0x5BE72, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_', symObjAddr: 0x2D50, symBinAddr: 0x6F2C, symSize: 0x438 } + - { offsetInCU: 0x5B2E, offset: 0x5C3A7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_', symObjAddr: 0x3188, symBinAddr: 0x7364, symSize: 0x44 } + - { offsetInCU: 0x5B78, offset: 0x5C3F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKF', symObjAddr: 0x31CC, symBinAddr: 0x73A8, symSize: 0x304 } + - { offsetInCU: 0x5E3F, offset: 0x5C6B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_', symObjAddr: 0x34D0, symBinAddr: 0x76AC, symSize: 0x35C } + - { offsetInCU: 0x64B5, offset: 0x5CD2E, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5', symObjAddr: 0x40F0, symBinAddr: 0x82CC, symSize: 0x6C } + - { offsetInCU: 0x64C9, offset: 0x5CD42, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5.resume.0', symObjAddr: 0x415C, symBinAddr: 0x8338, symSize: 0x2C } + - { offsetInCU: 0x64E1, offset: 0x5CD5A, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5', symObjAddr: 0x4188, symBinAddr: 0x8364, symSize: 0x98 } + - { offsetInCU: 0x6557, offset: 0x5CDD0, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5.resume.0', symObjAddr: 0x4220, symBinAddr: 0x83FC, symSize: 0x8 } + - { offsetInCU: 0x6586, offset: 0x5CDFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4228, symBinAddr: 0x8404, symSize: 0x13C } + - { offsetInCU: 0x65C6, offset: 0x5CE3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4228, symBinAddr: 0x8404, symSize: 0x13C } + - { offsetInCU: 0x65DB, offset: 0x5CE54, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4228, symBinAddr: 0x8404, symSize: 0x13C } + - { offsetInCU: 0x6897, offset: 0x5D110, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFTf4nnnnd_n', symObjAddr: 0x46B0, symBinAddr: 0x888C, symSize: 0x610 } + - { offsetInCU: 0x71C7, offset: 0x5DA40, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOy', symObjAddr: 0x4CC0, symBinAddr: 0x8E9C, symSize: 0x2C } + - { offsetInCU: 0x71DB, offset: 0x5DA54, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOe', symObjAddr: 0x4CEC, symBinAddr: 0x8EC8, symSize: 0x30 } + - { offsetInCU: 0x71EF, offset: 0x5DA68, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOc', symObjAddr: 0x4D1C, symBinAddr: 0x8EF8, symSize: 0x3C } + - { offsetInCU: 0x7203, offset: 0x5DA7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOh', symObjAddr: 0x4D58, symBinAddr: 0x8F34, symSize: 0x34 } + - { offsetInCU: 0x7217, offset: 0x5DA90, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_TA', symObjAddr: 0x4D8C, symBinAddr: 0x8F68, symSize: 0x1C } + - { offsetInCU: 0x722B, offset: 0x5DAA4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_TA', symObjAddr: 0x4DA8, symBinAddr: 0x8F84, symSize: 0x18 } + - { offsetInCU: 0x723F, offset: 0x5DAB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_TA', symObjAddr: 0x4DC0, symBinAddr: 0x8F9C, symSize: 0x18 } + - { offsetInCU: 0x7253, offset: 0x5DACC, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledNameAbstract, symObjAddr: 0x4E18, symBinAddr: 0x8FB4, symSize: 0x44 } + - { offsetInCU: 0x7267, offset: 0x5DAE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4EB0, symBinAddr: 0x904C, symSize: 0x8 } + - { offsetInCU: 0x727B, offset: 0x5DAF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4EB8, symBinAddr: 0x9054, symSize: 0x8 } + - { offsetInCU: 0x728F, offset: 0x5DB08, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOAEsAdAWl', symObjAddr: 0x4F04, symBinAddr: 0x905C, symSize: 0x44 } + - { offsetInCU: 0x72A3, offset: 0x5DB1C, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGAByxq_GSlsSlRzrlWl', symObjAddr: 0x4F58, symBinAddr: 0x90A0, symSize: 0x64 } + - { offsetInCU: 0x72B7, offset: 0x5DB30, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie16ShapeRenderGroupVGSayxGSlsWl', symObjAddr: 0x4FBC, symBinAddr: 0x9104, symSize: 0x4C } + - { offsetInCU: 0x72CB, offset: 0x5DB44, size: 0x8, addend: 0x0, symName: '_$s6Lottie21OpacityAnimationModel_pSgWOh', symObjAddr: 0x502C, symBinAddr: 0x9174, symSize: 0x40 } + - { offsetInCU: 0x72DF, offset: 0x5DB58, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOe', symObjAddr: 0x506C, symBinAddr: 0x91B4, symSize: 0x10 } + - { offsetInCU: 0x72F3, offset: 0x5DB6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwCP', symObjAddr: 0x50FC, symBinAddr: 0x9208, symSize: 0x34 } + - { offsetInCU: 0x7307, offset: 0x5DB80, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwxx', symObjAddr: 0x5130, symBinAddr: 0x923C, symSize: 0x28 } + - { offsetInCU: 0x731B, offset: 0x5DB94, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwcp', symObjAddr: 0x5158, symBinAddr: 0x9264, symSize: 0x34 } + - { offsetInCU: 0x732F, offset: 0x5DBA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwca', symObjAddr: 0x518C, symBinAddr: 0x9298, symSize: 0x5C } + - { offsetInCU: 0x7343, offset: 0x5DBBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwta', symObjAddr: 0x51F4, symBinAddr: 0x92F4, symSize: 0x44 } + - { offsetInCU: 0x7357, offset: 0x5DBD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwet', symObjAddr: 0x5238, symBinAddr: 0x9338, symSize: 0x48 } + - { offsetInCU: 0x736B, offset: 0x5DBE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwst', symObjAddr: 0x5280, symBinAddr: 0x9380, symSize: 0x3C } + - { offsetInCU: 0x737F, offset: 0x5DBF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVMa', symObjAddr: 0x52BC, symBinAddr: 0x93BC, symSize: 0x10 } + - { offsetInCU: 0x748E, offset: 0x5DD07, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AITg5', symObjAddr: 0x3CC, symBinAddr: 0x45A8, symSize: 0x124 } + - { offsetInCU: 0x7B30, offset: 0x5E3A9, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVsSQRzlE2eeoiySbAByxG_ADtFZ6Lottie8KeyframeCyAE0D8Vector1DVG_Tg5Tf4nnd_n', symObjAddr: 0x4364, symBinAddr: 0x8540, symSize: 0x80 } + - { offsetInCU: 0x7BD6, offset: 0x5E44F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AE0D11RenderGroupVTg505$sSa6c4AA14def2C0l13VRszlE17shapeg54Groups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5h12VG05validG0_W37AEG06unusedN0tSb_tFAjIXEfU0_AiEXEfU4_AlJTf1cn_nTf4ngXg_n', symObjAddr: 0x43E4, symBinAddr: 0x85C0, symSize: 0x140 } + - { offsetInCU: 0x7DEA, offset: 0x5E663, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay6Lottie14ShapeItemLayerC0G0VG_Tg505$sSa6e4AA14fgh2C0l90VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_X29AEG06unusedN0tSb_tFSbAEXEfU4_So5NSSetCTf1cn_nTf4gg_n', symObjAddr: 0x4524, symBinAddr: 0x8700, symSize: 0x18C } + - { offsetInCU: 0x43, offset: 0x5ED5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwCP', symObjAddr: 0x0, symBinAddr: 0x93D4, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x5ED73, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwxx', symObjAddr: 0x30, symBinAddr: 0x9404, symSize: 0x38 } + - { offsetInCU: 0x6B, offset: 0x5ED87, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwcp', symObjAddr: 0x68, symBinAddr: 0x943C, symSize: 0x64 } + - { offsetInCU: 0x7F, offset: 0x5ED9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwca', symObjAddr: 0xCC, symBinAddr: 0x94A0, symSize: 0xA4 } + - { offsetInCU: 0x93, offset: 0x5EDAF, size: 0x8, addend: 0x0, symName: ___swift_memcpy56_8, symObjAddr: 0x170, symBinAddr: 0x9544, symSize: 0x1C } + - { offsetInCU: 0xA7, offset: 0x5EDC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwta', symObjAddr: 0x18C, symBinAddr: 0x9560, symSize: 0x64 } + - { offsetInCU: 0xBB, offset: 0x5EDD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwet', symObjAddr: 0x1F0, symBinAddr: 0x95C4, symSize: 0x48 } + - { offsetInCU: 0xCF, offset: 0x5EDEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwst', symObjAddr: 0x238, symBinAddr: 0x960C, symSize: 0x4C } + - { offsetInCU: 0xE3, offset: 0x5EDFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVMa', symObjAddr: 0x284, symBinAddr: 0x9658, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x5EE31, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueSSvg', symObjAddr: 0x294, symBinAddr: 0x9668, symSize: 0x20 } + - { offsetInCU: 0x164, offset: 0x5EE80, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x444, symBinAddr: 0x9818, symSize: 0x14 } + - { offsetInCU: 0x1F3, offset: 0x5EF0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH9hashValueSivgTW', symObjAddr: 0x458, symBinAddr: 0x982C, symSize: 0x44 } + - { offsetInCU: 0x2D6, offset: 0x5EFF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x49C, symBinAddr: 0x9870, symSize: 0x28 } + - { offsetInCU: 0x348, offset: 0x5F064, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x504, symBinAddr: 0x98D8, symSize: 0x8 } + - { offsetInCU: 0x373, offset: 0x5F08F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x50C, symBinAddr: 0x98E0, symSize: 0x24 } + - { offsetInCU: 0x3A4, offset: 0x5F0C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x530, symBinAddr: 0x9904, symSize: 0xC } + - { offsetInCU: 0x3C0, offset: 0x5F0DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x53C, symBinAddr: 0x9910, symSize: 0xC } + - { offsetInCU: 0x3DC, offset: 0x5F0F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x624, symBinAddr: 0x99F8, symSize: 0x1A8 } + - { offsetInCU: 0x422, offset: 0x5F13E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B4, symBinAddr: 0x9688, symSize: 0x190 } + - { offsetInCU: 0x477, offset: 0x5F193, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x598, symBinAddr: 0x996C, symSize: 0x4C } + - { offsetInCU: 0x4AE, offset: 0x5F1CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5E4, symBinAddr: 0x99B8, symSize: 0x40 } + - { offsetInCU: 0x4D1, offset: 0x5F1ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x7CC, symBinAddr: 0x9BA0, symSize: 0x2E0 } + - { offsetInCU: 0x524, offset: 0x5F240, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs0D3KeyAAWl', symObjAddr: 0xB10, symBinAddr: 0x9E80, symSize: 0x44 } + - { offsetInCU: 0x538, offset: 0x5F254, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSeAAWl', symObjAddr: 0xBB8, symBinAddr: 0x9EC4, symSize: 0x44 } + - { offsetInCU: 0x54C, offset: 0x5F268, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSEAAWl', symObjAddr: 0xC64, symBinAddr: 0x9F70, symSize: 0x44 } + - { offsetInCU: 0x560, offset: 0x5F27C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwet', symObjAddr: 0xCB8, symBinAddr: 0x9FB4, symSize: 0x90 } + - { offsetInCU: 0x574, offset: 0x5F290, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwst', symObjAddr: 0xD48, symBinAddr: 0xA044, symSize: 0xBC } + - { offsetInCU: 0x588, offset: 0x5F2A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwug', symObjAddr: 0xE04, symBinAddr: 0xA100, symSize: 0x8 } + - { offsetInCU: 0x59C, offset: 0x5F2B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwup', symObjAddr: 0xE0C, symBinAddr: 0xA108, symSize: 0x4 } + - { offsetInCU: 0x5B0, offset: 0x5F2CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwui', symObjAddr: 0xE10, symBinAddr: 0xA10C, symSize: 0x8 } + - { offsetInCU: 0x5C4, offset: 0x5F2E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOMa', symObjAddr: 0xE18, symBinAddr: 0xA114, symSize: 0x10 } + - { offsetInCU: 0x5D8, offset: 0x5F2F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASQWb', symObjAddr: 0xE28, symBinAddr: 0xA124, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0x5F308, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFSQAAWl', symObjAddr: 0xE2C, symBinAddr: 0xA128, symSize: 0x44 } + - { offsetInCU: 0x600, offset: 0x5F31C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE70, symBinAddr: 0xA16C, symSize: 0x4 } + - { offsetInCU: 0x614, offset: 0x5F330, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE74, symBinAddr: 0xA170, symSize: 0x44 } + - { offsetInCU: 0x628, offset: 0x5F344, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xEB8, symBinAddr: 0xA1B4, symSize: 0x4 } + - { offsetInCU: 0x63C, offset: 0x5F358, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xEBC, symBinAddr: 0xA1B8, symSize: 0x44 } + - { offsetInCU: 0x6AA, offset: 0x5F3C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4C4, symBinAddr: 0x9898, symSize: 0x40 } + - { offsetInCU: 0x74C, offset: 0x5F468, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x548, symBinAddr: 0x991C, symSize: 0x28 } + - { offsetInCU: 0x768, offset: 0x5F484, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x570, symBinAddr: 0x9944, symSize: 0x28 } + - { offsetInCU: 0x92, offset: 0x5F673, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC4, symBinAddr: 0xA2C0, symSize: 0x28 } + - { offsetInCU: 0xC3, offset: 0x5F6A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xEC, symBinAddr: 0xA2E8, symSize: 0x10 } + - { offsetInCU: 0x10F, offset: 0x5F6F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A4, symBinAddr: 0xA3A0, symSize: 0x48 } + - { offsetInCU: 0x134, offset: 0x5F715, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1EC, symBinAddr: 0xA3E8, symSize: 0x284 } + - { offsetInCU: 0x19C, offset: 0x5F77D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x470, symBinAddr: 0xA66C, symSize: 0x394 } + - { offsetInCU: 0x33A, offset: 0x5F91B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO8rawValueSSvg', symObjAddr: 0x804, symBinAddr: 0xAA00, symSize: 0x18 } + - { offsetInCU: 0x373, offset: 0x5F954, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0x9CC, symBinAddr: 0xABC8, symSize: 0x18 } + - { offsetInCU: 0x3A1, offset: 0x5F982, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0x9CC, symBinAddr: 0xABC8, symSize: 0x18 } + - { offsetInCU: 0x3F3, offset: 0x5F9D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xA08, symBinAddr: 0xAC04, symSize: 0x64 } + - { offsetInCU: 0x459, offset: 0x5FA3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xA6C, symBinAddr: 0xAC68, symSize: 0x28 } + - { offsetInCU: 0x475, offset: 0x5FA56, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA94, symBinAddr: 0xAC90, symSize: 0x8 } + - { offsetInCU: 0x4AB, offset: 0x5FA8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA9C, symBinAddr: 0xAC98, symSize: 0x68 } + - { offsetInCU: 0x530, offset: 0x5FB11, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB04, symBinAddr: 0xAD00, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x5FB2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB10, symBinAddr: 0xAD0C, symSize: 0xC } + - { offsetInCU: 0x56A, offset: 0x5FB4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC6encode2toys7Encoder_p_tKF', symObjAddr: 0x81C, symBinAddr: 0xAA18, symSize: 0x1B0 } + - { offsetInCU: 0x5E4, offset: 0x5FBC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfD', symObjAddr: 0xB88, symBinAddr: 0xAD84, symSize: 0x34 } + - { offsetInCU: 0x6A3, offset: 0x5FC84, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfE', symObjAddr: 0xB6C, symBinAddr: 0xAD68, symSize: 0x1C } + - { offsetInCU: 0x6FB, offset: 0x5FCDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCMa', symObjAddr: 0xBBC, symBinAddr: 0xADB8, symSize: 0x20 } + - { offsetInCU: 0x70F, offset: 0x5FCF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwug', symObjAddr: 0xBF4, symBinAddr: 0xADE0, symSize: 0x8 } + - { offsetInCU: 0x723, offset: 0x5FD04, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwup', symObjAddr: 0xBFC, symBinAddr: 0xADE8, symSize: 0x4 } + - { offsetInCU: 0x737, offset: 0x5FD18, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwui', symObjAddr: 0xC00, symBinAddr: 0xADEC, symSize: 0x8 } + - { offsetInCU: 0x74B, offset: 0x5FD2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOMa', symObjAddr: 0xC08, symBinAddr: 0xADF4, symSize: 0x10 } + - { offsetInCU: 0x75F, offset: 0x5FD40, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASQWb', symObjAddr: 0xC18, symBinAddr: 0xAE04, symSize: 0x4 } + - { offsetInCU: 0x773, offset: 0x5FD54, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSQAAWl', symObjAddr: 0xC1C, symBinAddr: 0xAE08, symSize: 0x44 } + - { offsetInCU: 0x787, offset: 0x5FD68, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSYAAWl', symObjAddr: 0xC60, symBinAddr: 0xAE4C, symSize: 0x44 } + - { offsetInCU: 0x79B, offset: 0x5FD7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs0C3KeyAAWl', symObjAddr: 0xD08, symBinAddr: 0xAE90, symSize: 0x44 } + - { offsetInCU: 0x7AF, offset: 0x5FD90, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSEAAWl', symObjAddr: 0xD4C, symBinAddr: 0xAED4, symSize: 0x44 } + - { offsetInCU: 0x7C3, offset: 0x5FDA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSEAAWl', symObjAddr: 0xDD4, symBinAddr: 0xAF18, symSize: 0x44 } + - { offsetInCU: 0x7D7, offset: 0x5FDB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSeAAWl', symObjAddr: 0xE18, symBinAddr: 0xAF5C, symSize: 0x44 } + - { offsetInCU: 0x7EB, offset: 0x5FDCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSeAAWl', symObjAddr: 0xEC4, symBinAddr: 0xB008, symSize: 0x44 } + - { offsetInCU: 0xDD7, offset: 0x603B8, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector3DV_GTg5', symObjAddr: 0xF4C, symBinAddr: 0xB04C, symSize: 0x238 } + - { offsetInCU: 0xF38, offset: 0x60519, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAL_GTg5', symObjAddr: 0x1184, symBinAddr: 0xB284, symSize: 0x240 } + - { offsetInCU: 0x1077, offset: 0x60658, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x13C4, symBinAddr: 0xB4C4, symSize: 0x238 } + - { offsetInCU: 0x11B6, offset: 0x60797, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x15FC, symBinAddr: 0xB6FC, symSize: 0x240 } + - { offsetInCU: 0x12F5, offset: 0x608D6, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x183C, symBinAddr: 0xB93C, symSize: 0x238 } + - { offsetInCU: 0x1434, offset: 0x60A15, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x1A74, symBinAddr: 0xBB74, symSize: 0x240 } + - { offsetInCU: 0x1573, offset: 0x60B54, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1CB4, symBinAddr: 0xBDB4, symSize: 0x238 } + - { offsetInCU: 0x16B2, offset: 0x60C93, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1EEC, symBinAddr: 0xBFEC, symSize: 0x240 } + - { offsetInCU: 0x17F1, offset: 0x60DD2, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x212C, symBinAddr: 0xC22C, symSize: 0x238 } + - { offsetInCU: 0x1930, offset: 0x60F11, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x2364, symBinAddr: 0xC464, symSize: 0x240 } + - { offsetInCU: 0x1A6F, offset: 0x61050, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x25A4, symBinAddr: 0xC6A4, symSize: 0x238 } + - { offsetInCU: 0x1BAE, offset: 0x6118F, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x27DC, symBinAddr: 0xC8DC, symSize: 0x240 } + - { offsetInCU: 0x1CED, offset: 0x612CE, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0x2A1C, symBinAddr: 0xCB1C, symSize: 0x40 } + - { offsetInCU: 0x1DDA, offset: 0x613BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4gd_n', symObjAddr: 0x2AA0, symBinAddr: 0xCB5C, symSize: 0x540 } + - { offsetInCU: 0x28BF, offset: 0x61EA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4nd_n', symObjAddr: 0x2FE0, symBinAddr: 0xD09C, symSize: 0x778 } + - { offsetInCU: 0x2EBA, offset: 0x6249B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4gd_n', symObjAddr: 0x3758, symBinAddr: 0xD814, symSize: 0x5AC } + - { offsetInCU: 0x328A, offset: 0x6286B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x3D04, symBinAddr: 0xDDC0, symSize: 0x7C0 } + - { offsetInCU: 0x37CD, offset: 0x62DAE, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0x4530, symBinAddr: 0xE5A0, symSize: 0x48 } + - { offsetInCU: 0x3909, offset: 0x62EEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4gd_n', symObjAddr: 0x459C, symBinAddr: 0xE60C, symSize: 0x538 } + - { offsetInCU: 0x3D5D, offset: 0x6333E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4nd_n', symObjAddr: 0x4AD4, symBinAddr: 0xEB44, symSize: 0x7DC } + - { offsetInCU: 0x4393, offset: 0x63974, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4gd_n', symObjAddr: 0x52B0, symBinAddr: 0xF320, symSize: 0x59C } + - { offsetInCU: 0x476F, offset: 0x63D50, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4nd_n', symObjAddr: 0x584C, symBinAddr: 0xF8BC, symSize: 0x7CC } + - { offsetInCU: 0x4D8C, offset: 0x6436D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4gd_n', symObjAddr: 0x6018, symBinAddr: 0x10088, symSize: 0x4D0 } + - { offsetInCU: 0x51FA, offset: 0x647DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4nd_n', symObjAddr: 0x64E8, symBinAddr: 0x10558, symSize: 0x7BC } + - { offsetInCU: 0x5878, offset: 0x64E59, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4gd_n', symObjAddr: 0x6CA4, symBinAddr: 0x10D14, symSize: 0x4E8 } + - { offsetInCU: 0x5CE1, offset: 0x652C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4nd_n', symObjAddr: 0x718C, symBinAddr: 0x111FC, symSize: 0x784 } + - { offsetInCU: 0x623A, offset: 0x6581B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOwup', symObjAddr: 0x7B34, symBinAddr: 0x11BA4, symSize: 0x4 } + - { offsetInCU: 0x624E, offset: 0x6582F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOMa', symObjAddr: 0x7B38, symBinAddr: 0x11BA8, symSize: 0x10 } + - { offsetInCU: 0x6262, offset: 0x65843, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASQWb', symObjAddr: 0x7B48, symBinAddr: 0x11BB8, symSize: 0x4 } + - { offsetInCU: 0x6276, offset: 0x65857, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFSQAAWl', symObjAddr: 0x7B4C, symBinAddr: 0x11BBC, symSize: 0x44 } + - { offsetInCU: 0x628A, offset: 0x6586B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x7B90, symBinAddr: 0x11C00, symSize: 0x4 } + - { offsetInCU: 0x629E, offset: 0x6587F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x7B94, symBinAddr: 0x11C04, symSize: 0x44 } + - { offsetInCU: 0x62B2, offset: 0x65893, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x7BD8, symBinAddr: 0x11C48, symSize: 0x4 } + - { offsetInCU: 0x62C6, offset: 0x658A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x7BDC, symBinAddr: 0x11C4C, symSize: 0x44 } + - { offsetInCU: 0x62FA, offset: 0x658DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xA1FC, symSize: 0x14 } + - { offsetInCU: 0x638B, offset: 0x6596C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xA210, symSize: 0x44 } + - { offsetInCU: 0x6463, offset: 0x65A44, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xA254, symSize: 0x2C } + - { offsetInCU: 0x64DF, offset: 0x65AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x84, symBinAddr: 0xA280, symSize: 0x40 } + - { offsetInCU: 0x658B, offset: 0x65B6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFC, symBinAddr: 0xA2F8, symSize: 0x5C } + - { offsetInCU: 0x65AE, offset: 0x65B8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x158, symBinAddr: 0xA354, symSize: 0x4C } + - { offsetInCU: 0x6612, offset: 0x65BF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9E4, symBinAddr: 0xABE0, symSize: 0xC } + - { offsetInCU: 0x662E, offset: 0x65C0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH9hashValueSivgTW', symObjAddr: 0x9F0, symBinAddr: 0xABEC, symSize: 0x8 } + - { offsetInCU: 0x664A, offset: 0x65C2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x9F8, symBinAddr: 0xABF4, symSize: 0x8 } + - { offsetInCU: 0x6666, offset: 0x65C47, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA00, symBinAddr: 0xABFC, symSize: 0x8 } + - { offsetInCU: 0x6688, offset: 0x65C69, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB1C, symBinAddr: 0xAD18, symSize: 0x28 } + - { offsetInCU: 0x66A4, offset: 0x65C85, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB44, symBinAddr: 0xAD40, symSize: 0x28 } + - { offsetInCU: 0x50, offset: 0x664E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLSSvpZ', symObjAddr: 0xE9F0, symBinAddr: 0x1DC2B0, symSize: 0x0 } + - { offsetInCU: 0x7A1, offset: 0x66C3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1060, symBinAddr: 0x12CF8, symSize: 0xB8 } + - { offsetInCU: 0x7D3, offset: 0x66C6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x1140, symBinAddr: 0x12DD8, symSize: 0xE8 } + - { offsetInCU: 0x7E7, offset: 0x66C80, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1228, symBinAddr: 0x12EC0, symSize: 0x88 } + - { offsetInCU: 0x805, offset: 0x66C9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x12B0, symBinAddr: 0x12F48, symSize: 0x66C } + - { offsetInCU: 0x970, offset: 0x66E09, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x191C, symBinAddr: 0x135B4, symSize: 0x50 } + - { offsetInCU: 0x9A4, offset: 0x66E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0x196C, symBinAddr: 0x13604, symSize: 0x30 } + - { offsetInCU: 0xA78, offset: 0x66F11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfc', symObjAddr: 0x199C, symBinAddr: 0x13634, symSize: 0x590 } + - { offsetInCU: 0xBC7, offset: 0x67060, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1F2C, symBinAddr: 0x13BC4, symSize: 0x4C } + - { offsetInCU: 0xBE3, offset: 0x6707C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1F78, symBinAddr: 0x13C10, symSize: 0x1E4 } + - { offsetInCU: 0xC2E, offset: 0x670C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x215C, symBinAddr: 0x13DF4, symSize: 0x24 } + - { offsetInCU: 0xC6A, offset: 0x67103, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF', symObjAddr: 0x2180, symBinAddr: 0x13E18, symSize: 0x1C4 } + - { offsetInCU: 0xD75, offset: 0x6720E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x2344, symBinAddr: 0x13FDC, symSize: 0x29C } + - { offsetInCU: 0x107E, offset: 0x67517, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x25E0, symBinAddr: 0x14278, symSize: 0x2B0 } + - { offsetInCU: 0x1326, offset: 0x677BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x2890, symBinAddr: 0x14528, symSize: 0x508 } + - { offsetInCU: 0x17B9, offset: 0x67C52, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x2D98, symBinAddr: 0x14A30, symSize: 0x238 } + - { offsetInCU: 0x194C, offset: 0x67DE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x2FD0, symBinAddr: 0x14C68, symSize: 0x260 } + - { offsetInCU: 0x1BC1, offset: 0x6805A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_', symObjAddr: 0x3230, symBinAddr: 0x14EC8, symSize: 0xA4 } + - { offsetInCU: 0x1CD1, offset: 0x6816A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4stopyyF', symObjAddr: 0x32D4, symBinAddr: 0x14F6C, symSize: 0xE8 } + - { offsetInCU: 0x1D7B, offset: 0x68214, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pauseyyF', symObjAddr: 0x33BC, symBinAddr: 0x15054, symSize: 0x2C } + - { offsetInCU: 0x1F27, offset: 0x683C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x33E8, symBinAddr: 0x15080, symSize: 0x360 } + - { offsetInCU: 0x217C, offset: 0x68615, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF', symObjAddr: 0x3748, symBinAddr: 0x153E0, symSize: 0x38 } + - { offsetInCU: 0x24E9, offset: 0x68982, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF', symObjAddr: 0x3780, symBinAddr: 0x15418, symSize: 0x438 } + - { offsetInCU: 0x2920, offset: 0x68DB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0x3BB8, symBinAddr: 0x15850, symSize: 0xF8 } + - { offsetInCU: 0x2A3A, offset: 0x68ED3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x3DEC, symBinAddr: 0x15A84, symSize: 0x68 } + - { offsetInCU: 0x2A86, offset: 0x68F1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x3EBC, symBinAddr: 0x15B54, symSize: 0x48 } + - { offsetInCU: 0x2AF2, offset: 0x68F8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs', symObjAddr: 0x4064, symBinAddr: 0x15CFC, symSize: 0x5C } + - { offsetInCU: 0x2B1B, offset: 0x68FB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM', symObjAddr: 0x40C0, symBinAddr: 0x15D58, symSize: 0x44 } + - { offsetInCU: 0x2B4C, offset: 0x68FE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM.resume.0', symObjAddr: 0x4104, symBinAddr: 0x15D9C, symSize: 0x4 } + - { offsetInCU: 0x2BA6, offset: 0x6903F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvW', symObjAddr: 0x41AC, symBinAddr: 0x15E44, symSize: 0x138 } + - { offsetInCU: 0x2C87, offset: 0x69120, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x42E4, symBinAddr: 0x15F7C, symSize: 0x50 } + - { offsetInCU: 0x2CA6, offset: 0x6913F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x4334, symBinAddr: 0x15FCC, symSize: 0x98 } + - { offsetInCU: 0x2CCF, offset: 0x69168, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x43CC, symBinAddr: 0x16064, symSize: 0x70 } + - { offsetInCU: 0x2D00, offset: 0x69199, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x443C, symBinAddr: 0x160D4, symSize: 0xF4 } + - { offsetInCU: 0x2D44, offset: 0x691DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg', symObjAddr: 0x4530, symBinAddr: 0x161C8, symSize: 0x30 } + - { offsetInCU: 0x2DCF, offset: 0x69268, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x461C, symBinAddr: 0x162B4, symSize: 0xAC } + - { offsetInCU: 0x2E30, offset: 0x692C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM', symObjAddr: 0x46C8, symBinAddr: 0x16360, symSize: 0x58 } + - { offsetInCU: 0x2E61, offset: 0x692FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x4720, symBinAddr: 0x163B8, symSize: 0xA0 } + - { offsetInCU: 0x2F69, offset: 0x69402, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x47C0, symBinAddr: 0x16458, symSize: 0x1B8 } + - { offsetInCU: 0x31DE, offset: 0x69677, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x4978, symBinAddr: 0x16610, symSize: 0x14 } + - { offsetInCU: 0x322C, offset: 0x696C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x498C, symBinAddr: 0x16624, symSize: 0x34 } + - { offsetInCU: 0x328A, offset: 0x69723, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x49C0, symBinAddr: 0x16658, symSize: 0x18 } + - { offsetInCU: 0x32F1, offset: 0x6978A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg', symObjAddr: 0x4A08, symBinAddr: 0x166A0, symSize: 0x48 } + - { offsetInCU: 0x3310, offset: 0x697A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs', symObjAddr: 0x4A50, symBinAddr: 0x166E8, symSize: 0x24 } + - { offsetInCU: 0x3324, offset: 0x697BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM', symObjAddr: 0x4A74, symBinAddr: 0x1670C, symSize: 0x58 } + - { offsetInCU: 0x33B5, offset: 0x6984E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x4ACC, symBinAddr: 0x16764, symSize: 0xEC } + - { offsetInCU: 0x3422, offset: 0x698BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x4DA8, symBinAddr: 0x16A40, symSize: 0x34 } + - { offsetInCU: 0x3436, offset: 0x698CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x4DDC, symBinAddr: 0x16A74, symSize: 0x58 } + - { offsetInCU: 0x34A7, offset: 0x69940, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x4E34, symBinAddr: 0x16ACC, symSize: 0xB8 } + - { offsetInCU: 0x3537, offset: 0x699D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x4F00, symBinAddr: 0x16B98, symSize: 0x180 } + - { offsetInCU: 0x35CC, offset: 0x69A65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x5080, symBinAddr: 0x16D18, symSize: 0x58 } + - { offsetInCU: 0x35FD, offset: 0x69A96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x50D8, symBinAddr: 0x16D70, symSize: 0x164 } + - { offsetInCU: 0x3679, offset: 0x69B12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x52CC, symBinAddr: 0x16F64, symSize: 0x4C } + - { offsetInCU: 0x3698, offset: 0x69B31, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x5318, symBinAddr: 0x16FB0, symSize: 0x24 } + - { offsetInCU: 0x36AC, offset: 0x69B45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x533C, symBinAddr: 0x16FD4, symSize: 0x58 } + - { offsetInCU: 0x36FD, offset: 0x69B96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x5394, symBinAddr: 0x1702C, symSize: 0xAC } + - { offsetInCU: 0x3765, offset: 0x69BFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x54BC, symBinAddr: 0x17154, symSize: 0xD4 } + - { offsetInCU: 0x37DD, offset: 0x69C76, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x5590, symBinAddr: 0x17228, symSize: 0x58 } + - { offsetInCU: 0x380E, offset: 0x69CA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x55E8, symBinAddr: 0x17280, symSize: 0xA4 } + - { offsetInCU: 0x38A3, offset: 0x69D3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs', symObjAddr: 0x570C, symBinAddr: 0x173A4, symSize: 0x70 } + - { offsetInCU: 0x3927, offset: 0x69DC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM', symObjAddr: 0x577C, symBinAddr: 0x17414, symSize: 0x58 } + - { offsetInCU: 0x3958, offset: 0x69DF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x57D4, symBinAddr: 0x1746C, symSize: 0x58 } + - { offsetInCU: 0x39BF, offset: 0x69E58, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg', symObjAddr: 0x582C, symBinAddr: 0x174C4, symSize: 0x174 } + - { offsetInCU: 0x3A57, offset: 0x69EF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x5A00, symBinAddr: 0x17698, symSize: 0x54 } + - { offsetInCU: 0x3A76, offset: 0x69F0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x5A54, symBinAddr: 0x176EC, symSize: 0x5C } + - { offsetInCU: 0x3ABC, offset: 0x69F55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x5AB0, symBinAddr: 0x17748, symSize: 0x48 } + - { offsetInCU: 0x3B0D, offset: 0x69FA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x5B10, symBinAddr: 0x177A8, symSize: 0x54 } + - { offsetInCU: 0x3B4F, offset: 0x69FE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x5B64, symBinAddr: 0x177FC, symSize: 0x48 } + - { offsetInCU: 0x3B80, offset: 0x6A019, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x5BB8, symBinAddr: 0x17850, symSize: 0x214 } + - { offsetInCU: 0x3D2D, offset: 0x6A1C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x5DCC, symBinAddr: 0x17A64, symSize: 0xFC } + - { offsetInCU: 0x3E8C, offset: 0x6A325, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x5EC8, symBinAddr: 0x17B60, symSize: 0x34 } + - { offsetInCU: 0x3EBD, offset: 0x6A356, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x5EFC, symBinAddr: 0x17B94, symSize: 0x24 } + - { offsetInCU: 0x3EEA, offset: 0x6A383, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvs', symObjAddr: 0x5F20, symBinAddr: 0x17BB8, symSize: 0x218 } + - { offsetInCU: 0x4097, offset: 0x6A530, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvg', symObjAddr: 0x6138, symBinAddr: 0x17DD0, symSize: 0xE4 } + - { offsetInCU: 0x412F, offset: 0x6A5C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM', symObjAddr: 0x621C, symBinAddr: 0x17EB4, symSize: 0x34 } + - { offsetInCU: 0x4160, offset: 0x6A5F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM.resume.0', symObjAddr: 0x6250, symBinAddr: 0x17EE8, symSize: 0x24 } + - { offsetInCU: 0x418D, offset: 0x6A626, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x6304, symBinAddr: 0x17F9C, symSize: 0xE8 } + - { offsetInCU: 0x420F, offset: 0x6A6A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x63EC, symBinAddr: 0x18084, symSize: 0x88 } + - { offsetInCU: 0x4247, offset: 0x6A6E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x6474, symBinAddr: 0x1810C, symSize: 0xAC } + - { offsetInCU: 0x42A8, offset: 0x6A741, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x6520, symBinAddr: 0x181B8, symSize: 0x190 } + - { offsetInCU: 0x4333, offset: 0x6A7CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x66B0, symBinAddr: 0x18348, symSize: 0xEC } + - { offsetInCU: 0x43BD, offset: 0x6A856, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x679C, symBinAddr: 0x18434, symSize: 0x94 } + - { offsetInCU: 0x44F4, offset: 0x6A98D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x687C, symBinAddr: 0x18514, symSize: 0x54 } + - { offsetInCU: 0x453A, offset: 0x6A9D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x68D0, symBinAddr: 0x18568, symSize: 0x48 } + - { offsetInCU: 0x45B8, offset: 0x6AA51, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs', symObjAddr: 0x6A14, symBinAddr: 0x186AC, symSize: 0xA4 } + - { offsetInCU: 0x4619, offset: 0x6AAB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM', symObjAddr: 0x6AB8, symBinAddr: 0x18750, symSize: 0x58 } + - { offsetInCU: 0x464A, offset: 0x6AAE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x6B10, symBinAddr: 0x187A8, symSize: 0xA0 } + - { offsetInCU: 0x4692, offset: 0x6AB2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x6BB0, symBinAddr: 0x18848, symSize: 0xA0 } + - { offsetInCU: 0x476E, offset: 0x6AC07, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x6D28, symBinAddr: 0x189C0, symSize: 0x8C } + - { offsetInCU: 0x47CD, offset: 0x6AC66, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x6DB4, symBinAddr: 0x18A4C, symSize: 0x58 } + - { offsetInCU: 0x47FE, offset: 0x6AC97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x6E0C, symBinAddr: 0x18AA4, symSize: 0x7C } + - { offsetInCU: 0x484E, offset: 0x6ACE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x6E88, symBinAddr: 0x18B20, symSize: 0x9C } + - { offsetInCU: 0x48B9, offset: 0x6AD52, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x6F24, symBinAddr: 0x18BBC, symSize: 0xCC } + - { offsetInCU: 0x49CA, offset: 0x6AE63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12reloadImagesyyF', symObjAddr: 0x6FF0, symBinAddr: 0x18C88, symSize: 0x80 } + - { offsetInCU: 0x4A02, offset: 0x6AE9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x7070, symBinAddr: 0x18D08, symSize: 0x80 } + - { offsetInCU: 0x4A5A, offset: 0x6AEF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x70F0, symBinAddr: 0x18D88, symSize: 0x148 } + - { offsetInCU: 0x4B10, offset: 0x6AFA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x7238, symBinAddr: 0x18ED0, symSize: 0xC8 } + - { offsetInCU: 0x4B7A, offset: 0x6B013, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x7300, symBinAddr: 0x18F98, symSize: 0xC8 } + - { offsetInCU: 0x4BE4, offset: 0x6B07D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x73C8, symBinAddr: 0x19060, symSize: 0x80 } + - { offsetInCU: 0x4C2E, offset: 0x6B0C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x7448, symBinAddr: 0x190E0, symSize: 0x84 } + - { offsetInCU: 0x4C98, offset: 0x6B131, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x74CC, symBinAddr: 0x19164, symSize: 0x1E0 } + - { offsetInCU: 0x4D59, offset: 0x6B1F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x76AC, symBinAddr: 0x19344, symSize: 0x188 } + - { offsetInCU: 0x4E1A, offset: 0x6B2B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x7834, symBinAddr: 0x194CC, symSize: 0x160 } + - { offsetInCU: 0x4FE8, offset: 0x6B481, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7994, symBinAddr: 0x1962C, symSize: 0x94 } + - { offsetInCU: 0x5063, offset: 0x6B4FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7A28, symBinAddr: 0x196C0, symSize: 0xF0 } + - { offsetInCU: 0x5147, offset: 0x6B5E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7B18, symBinAddr: 0x197B0, symSize: 0xF0 } + - { offsetInCU: 0x521D, offset: 0x6B6B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF', symObjAddr: 0x7C08, symBinAddr: 0x198A0, symSize: 0xD0 } + - { offsetInCU: 0x52C5, offset: 0x6B75E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF', symObjAddr: 0x7CD8, symBinAddr: 0x19970, symSize: 0xAC } + - { offsetInCU: 0x5338, offset: 0x6B7D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVF', symObjAddr: 0x7D84, symBinAddr: 0x19A1C, symSize: 0x158 } + - { offsetInCU: 0x5387, offset: 0x6B820, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_', symObjAddr: 0x7EDC, symBinAddr: 0x19B74, symSize: 0x80 } + - { offsetInCU: 0x53CC, offset: 0x6B865, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014updateInFlightB0yyF', symObjAddr: 0x7F5C, symBinAddr: 0x19BF4, symSize: 0x27C } + - { offsetInCU: 0x5614, offset: 0x6BAAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC24updateRasterizationStateyyF', symObjAddr: 0x81D8, symBinAddr: 0x19E70, symSize: 0x1F0 } + - { offsetInCU: 0x574C, offset: 0x6BBE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x83C8, symBinAddr: 0x1A060, symSize: 0x130 } + - { offsetInCU: 0x5877, offset: 0x6BD10, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04makebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL11usingEngineyAA09RenderingP6OptionO_tF', symObjAddr: 0x84F8, symBinAddr: 0x1A190, symSize: 0x644 } + - { offsetInCU: 0x5C5E, offset: 0x6C0F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014makeMainThreadbC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0efbC0CAA0aB0C_tF', symObjAddr: 0x8B3C, symBinAddr: 0x1A7D4, symSize: 0x1A4 } + - { offsetInCU: 0x5D73, offset: 0x6C20C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tF', symObjAddr: 0x8CE0, symBinAddr: 0x1A978, symSize: 0x220 } + - { offsetInCU: 0x5ECB, offset: 0x6C364, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_', symObjAddr: 0x8F00, symBinAddr: 0x1AB98, symSize: 0x20C } + - { offsetInCU: 0x61D8, offset: 0x6C671, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tF', symObjAddr: 0x910C, symBinAddr: 0x1ADA4, symSize: 0x2F4 } + - { offsetInCU: 0x6383, offset: 0x6C81C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_', symObjAddr: 0x9400, symBinAddr: 0x1B098, symSize: 0x5C } + - { offsetInCU: 0x63C2, offset: 0x6C85B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGF', symObjAddr: 0x9500, symBinAddr: 0x1B198, symSize: 0x2C8 } + - { offsetInCU: 0x666B, offset: 0x6CB04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_', symObjAddr: 0x97C8, symBinAddr: 0x1B460, symSize: 0x1D4 } + - { offsetInCU: 0x684C, offset: 0x6CCE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB11IfNecessary33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x999C, symBinAddr: 0x1B634, symSize: 0x18C } + - { offsetInCU: 0x6AD5, offset: 0x6CF6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06addNewB10ForContext33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA0bG0VF', symObjAddr: 0x9B28, symBinAddr: 0x1B7C0, symSize: 0xBF0 } + - { offsetInCU: 0x73F9, offset: 0x6D892, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19reducedMotionMarker33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLAA0F0CSgvg', symObjAddr: 0xA738, symBinAddr: 0x1C3D0, symSize: 0x138 } + - { offsetInCU: 0x74C8, offset: 0x6D961, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA03DotA4FileC0B0VF', symObjAddr: 0xA870, symBinAddr: 0x1C508, symSize: 0x100 } + - { offsetInCU: 0x75C7, offset: 0x6DA60, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC017playReducedMotionB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL10completionyySbcSg_tF', symObjAddr: 0xA970, symBinAddr: 0x1C608, symSize: 0x124 } + - { offsetInCU: 0x76E4, offset: 0x6DB7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfC', symObjAddr: 0xAA94, symBinAddr: 0x1C72C, symSize: 0x20 } + - { offsetInCU: 0x7702, offset: 0x6DB9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfc', symObjAddr: 0xAAB4, symBinAddr: 0x1C74C, symSize: 0x2C } + - { offsetInCU: 0x7765, offset: 0x6DBFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfcTo', symObjAddr: 0xAAE0, symBinAddr: 0x1C778, symSize: 0x2C } + - { offsetInCU: 0x77CC, offset: 0x6DC65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfD', symObjAddr: 0xAB0C, symBinAddr: 0x1C7A4, symSize: 0x30 } + - { offsetInCU: 0x77F9, offset: 0x6DC92, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0xB780, symBinAddr: 0x1D418, symSize: 0x4F4 } + - { offsetInCU: 0x7969, offset: 0x6DE02, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfCTfq4nneennn_nTf4nnngnnn_n', symObjAddr: 0xBF8C, symBinAddr: 0x1DC24, symSize: 0xCC } + - { offsetInCU: 0x79B0, offset: 0x6DE49, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0xC1EC, symBinAddr: 0x1DE44, symSize: 0x3FC } + - { offsetInCU: 0x7AAA, offset: 0x6DF43, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvsTf4gn_n', symObjAddr: 0xC99C, symBinAddr: 0x1E5F4, symSize: 0x100 } + - { offsetInCU: 0x7B39, offset: 0x6DFD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0xCABC, symBinAddr: 0x1E714, symSize: 0xE4 } + - { offsetInCU: 0x7BB1, offset: 0x6E04A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0xCD08, symBinAddr: 0x1E960, symSize: 0xD0 } + - { offsetInCU: 0x7C51, offset: 0x6E0EA, size: 0x8, addend: 0x0, symName: ___swift_mutable_project_boxed_opaque_existential_1, symObjAddr: 0x1118, symBinAddr: 0x12DB0, symSize: 0x28 } + - { offsetInCU: 0x7F75, offset: 0x6E40E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTK', symObjAddr: 0x3CB0, symBinAddr: 0x15948, symSize: 0x6C } + - { offsetInCU: 0x7FA2, offset: 0x6E43B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTk', symObjAddr: 0x3D1C, symBinAddr: 0x159B4, symSize: 0xD0 } + - { offsetInCU: 0x8032, offset: 0x6E4CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvpACTk', symObjAddr: 0x3E54, symBinAddr: 0x15AEC, symSize: 0x68 } + - { offsetInCU: 0x8068, offset: 0x6E501, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTK', symObjAddr: 0x3F04, symBinAddr: 0x15B9C, symSize: 0x94 } + - { offsetInCU: 0x8095, offset: 0x6E52E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTk', symObjAddr: 0x3F98, symBinAddr: 0x15C30, symSize: 0xB8 } + - { offsetInCU: 0x80CD, offset: 0x6E566, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x4108, symBinAddr: 0x15DA0, symSize: 0xA4 } + - { offsetInCU: 0x810E, offset: 0x6E5A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x4560, symBinAddr: 0x161F8, symSize: 0xB0 } + - { offsetInCU: 0x8253, offset: 0x6E6EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvpACTk', symObjAddr: 0x49D8, symBinAddr: 0x16670, symSize: 0x30 } + - { offsetInCU: 0x8280, offset: 0x6E719, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x4BB8, symBinAddr: 0x16850, symSize: 0x94 } + - { offsetInCU: 0x82AD, offset: 0x6E746, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x4C4C, symBinAddr: 0x168E4, symSize: 0x88 } + - { offsetInCU: 0x82DA, offset: 0x6E773, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x4CD4, symBinAddr: 0x1696C, symSize: 0x60 } + - { offsetInCU: 0x82F2, offset: 0x6E78B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x523C, symBinAddr: 0x16ED4, symSize: 0x54 } + - { offsetInCU: 0x831F, offset: 0x6E7B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x5290, symBinAddr: 0x16F28, symSize: 0x3C } + - { offsetInCU: 0x834C, offset: 0x6E7E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x568C, symBinAddr: 0x17324, symSize: 0x74 } + - { offsetInCU: 0x83BC, offset: 0x6E855, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x59A0, symBinAddr: 0x17638, symSize: 0x60 } + - { offsetInCU: 0x8561, offset: 0x6E9FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x6274, symBinAddr: 0x17F0C, symSize: 0x90 } + - { offsetInCU: 0x859D, offset: 0x6EA36, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvpACTk', symObjAddr: 0x6960, symBinAddr: 0x185F8, symSize: 0xA8 } + - { offsetInCU: 0x85EE, offset: 0x6EA87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x6C50, symBinAddr: 0x188E8, symSize: 0x8C } + - { offsetInCU: 0x8A5F, offset: 0x6EEF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LL_WZ', symObjAddr: 0xA718, symBinAddr: 0x1C3B0, symSize: 0x20 } + - { offsetInCU: 0x8B1A, offset: 0x6EFB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfETo', symObjAddr: 0xAB3C, symBinAddr: 0x1C7D4, symSize: 0x11C } + - { offsetInCU: 0x8B5F, offset: 0x6EFF8, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0xAC58, symBinAddr: 0x1C8F0, symSize: 0x64 } + - { offsetInCU: 0x8BB7, offset: 0x6F050, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xACBC, symBinAddr: 0x1C954, symSize: 0x58 } + - { offsetInCU: 0x8C63, offset: 0x6F0FC, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xAD14, symBinAddr: 0x1C9AC, symSize: 0x34 } + - { offsetInCU: 0x8CBB, offset: 0x6F154, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSi_Tg5', symObjAddr: 0xAD48, symBinAddr: 0x1C9E0, symSize: 0x38 } + - { offsetInCU: 0x8D08, offset: 0x6F1A1, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xAD80, symBinAddr: 0x1CA18, symSize: 0x30 } + - { offsetInCU: 0x8D56, offset: 0x6F1EF, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xADB0, symBinAddr: 0x1CA48, symSize: 0xAC } + - { offsetInCU: 0x8E5A, offset: 0x6F2F3, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xAE5C, symBinAddr: 0x1CAF4, symSize: 0x30 } + - { offsetInCU: 0x8E87, offset: 0x6F320, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0xAF1C, symBinAddr: 0x1CBB4, symSize: 0xE0 } + - { offsetInCU: 0x8EC6, offset: 0x6F35F, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xAFFC, symBinAddr: 0x1CC94, symSize: 0x9C } + - { offsetInCU: 0x8F28, offset: 0x6F3C1, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xB098, symBinAddr: 0x1CD30, symSize: 0x98 } + - { offsetInCU: 0x8F60, offset: 0x6F3F9, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xB130, symBinAddr: 0x1CDC8, symSize: 0x120 } + - { offsetInCU: 0x8FA6, offset: 0x6F43F, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xB250, symBinAddr: 0x1CEE8, symSize: 0x18C } + - { offsetInCU: 0x90A8, offset: 0x6F541, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xB478, symBinAddr: 0x1D110, symSize: 0xC4 } + - { offsetInCU: 0x9159, offset: 0x6F5F2, size: 0x8, addend: 0x0, symName: '_$ss32_copyCollectionToContiguousArrayys0dE0Vy7ElementQzGxSlRzlFs0E5SliceVySSG_Tg5', symObjAddr: 0xB6B0, symBinAddr: 0x1D348, symSize: 0xD0 } + - { offsetInCU: 0x92CA, offset: 0x6F763, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_n', symObjAddr: 0xBC74, symBinAddr: 0x1D90C, symSize: 0x14C } + - { offsetInCU: 0x936C, offset: 0x6F805, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_n', symObjAddr: 0xBDC0, symBinAddr: 0x1DA58, symSize: 0xB4 } + - { offsetInCU: 0x944F, offset: 0x6F8E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOc', symObjAddr: 0xC058, symBinAddr: 0x1DCF0, symSize: 0x48 } + - { offsetInCU: 0x9463, offset: 0x6F8FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOh', symObjAddr: 0xC0E0, symBinAddr: 0x1DD38, symSize: 0x40 } + - { offsetInCU: 0x9477, offset: 0x6F910, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOc', symObjAddr: 0xC120, symBinAddr: 0x1DD78, symSize: 0x3C } + - { offsetInCU: 0x948B, offset: 0x6F924, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCMa', symObjAddr: 0xC15C, symBinAddr: 0x1DDB4, symSize: 0x20 } + - { offsetInCU: 0x949F, offset: 0x6F938, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOh', symObjAddr: 0xC17C, symBinAddr: 0x1DDD4, symSize: 0x34 } + - { offsetInCU: 0x94B3, offset: 0x6F94C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVSgWOe', symObjAddr: 0xC1B0, symBinAddr: 0x1DE08, symSize: 0x3C } + - { offsetInCU: 0x9503, offset: 0x6F99C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOe', symObjAddr: 0xC5E8, symBinAddr: 0x1E240, symSize: 0x20 } + - { offsetInCU: 0x9517, offset: 0x6F9B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOe', symObjAddr: 0xC608, symBinAddr: 0x1E260, symSize: 0x88 } + - { offsetInCU: 0x952B, offset: 0x6F9C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOe', symObjAddr: 0xC690, symBinAddr: 0x1E2E8, symSize: 0x18 } + - { offsetInCU: 0x953F, offset: 0x6F9D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOe', symObjAddr: 0xC6A8, symBinAddr: 0x1E300, symSize: 0x58 } + - { offsetInCU: 0x958A, offset: 0x6FA23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_TA', symObjAddr: 0xC830, symBinAddr: 0x1E488, symSize: 0xC } + - { offsetInCU: 0x959E, offset: 0x6FA37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOy', symObjAddr: 0xC83C, symBinAddr: 0x1E494, symSize: 0x18 } + - { offsetInCU: 0x95B2, offset: 0x6FA4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOy', symObjAddr: 0xC854, symBinAddr: 0x1E4AC, symSize: 0x20 } + - { offsetInCU: 0x95C6, offset: 0x6FA5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOy', symObjAddr: 0xC874, symBinAddr: 0x1E4CC, symSize: 0x8C } + - { offsetInCU: 0x95DA, offset: 0x6FA73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOy', symObjAddr: 0xC900, symBinAddr: 0x1E558, symSize: 0x60 } + - { offsetInCU: 0x95EE, offset: 0x6FA87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOf', symObjAddr: 0xC960, symBinAddr: 0x1E5B8, symSize: 0x3C } + - { offsetInCU: 0x9602, offset: 0x6FA9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOy', symObjAddr: 0xCA9C, symBinAddr: 0x1E6F4, symSize: 0x10 } + - { offsetInCU: 0x9616, offset: 0x6FAAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOe', symObjAddr: 0xCAAC, symBinAddr: 0x1E704, symSize: 0x10 } + - { offsetInCU: 0x962A, offset: 0x6FAC3, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_1, symObjAddr: 0xCBA0, symBinAddr: 0x1E7F8, symSize: 0x168 } + - { offsetInCU: 0x963E, offset: 0x6FAD7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerCMa', symObjAddr: 0xDDC4, symBinAddr: 0x1FA1C, symSize: 0x3C } + - { offsetInCU: 0x9652, offset: 0x6FAEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_TA', symObjAddr: 0xDE00, symBinAddr: 0x1FA58, symSize: 0x8 } + - { offsetInCU: 0x9666, offset: 0x6FAFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xDE08, symBinAddr: 0x1FA60, symSize: 0x8 } + - { offsetInCU: 0x967A, offset: 0x6FB13, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0xDE10, symBinAddr: 0x1FA68, symSize: 0x4C } + - { offsetInCU: 0x968E, offset: 0x6FB27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFSSyXEfu_TA', symObjAddr: 0xDEA0, symBinAddr: 0x1FAB4, symSize: 0x18 } + - { offsetInCU: 0x96A2, offset: 0x6FB3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xDEB8, symBinAddr: 0x1FACC, symSize: 0x8 } + - { offsetInCU: 0x96B6, offset: 0x6FB4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xDEC0, symBinAddr: 0x1FAD4, symSize: 0x8 } + - { offsetInCU: 0x96CA, offset: 0x6FB63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xDEC8, symBinAddr: 0x1FADC, symSize: 0x7C } + - { offsetInCU: 0x974F, offset: 0x6FBE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SbyXEfu_TA', symObjAddr: 0xDF44, symBinAddr: 0x1FB58, symSize: 0x14 } + - { offsetInCU: 0x97E3, offset: 0x6FC7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_TA', symObjAddr: 0xDF58, symBinAddr: 0x1FB6C, symSize: 0x8 } + - { offsetInCU: 0x97F7, offset: 0x6FC90, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xDF60, symBinAddr: 0x1FB74, symSize: 0x8 } + - { offsetInCU: 0x980B, offset: 0x6FCA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xDF68, symBinAddr: 0x1FB7C, symSize: 0x8 } + - { offsetInCU: 0x981F, offset: 0x6FCB8, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyxq___GSHRzr0_lWOe', symObjAddr: 0xDF70, symBinAddr: 0x1FB84, symSize: 0x10 } + - { offsetInCU: 0x9833, offset: 0x6FCCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0xE024, symBinAddr: 0x1FBFC, symSize: 0x8 } + - { offsetInCU: 0x9852, offset: 0x6FCEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0xE02C, symBinAddr: 0x1FC04, symSize: 0x28 } + - { offsetInCU: 0x9886, offset: 0x6FD1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOytIegnnr_AcEIeggn_TRTA', symObjAddr: 0xE054, symBinAddr: 0x1FC2C, symSize: 0x4C } + - { offsetInCU: 0x98BA, offset: 0x6FD53, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOIeggn_AcEytIegnnr_TRTA', symObjAddr: 0xE0A0, symBinAddr: 0x1FC78, symSize: 0x24 } + - { offsetInCU: 0x98E3, offset: 0x6FD7C, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0xE0C4, symBinAddr: 0x1FC9C, symSize: 0x3C } + - { offsetInCU: 0x98F7, offset: 0x6FD90, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOh', symObjAddr: 0xE100, symBinAddr: 0x1FCD8, symSize: 0x34 } + - { offsetInCU: 0x990B, offset: 0x6FDA4, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_1, symObjAddr: 0xE134, symBinAddr: 0x1FD0C, symSize: 0x3C } + - { offsetInCU: 0x991F, offset: 0x6FDB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOb', symObjAddr: 0xE170, symBinAddr: 0x1FD48, symSize: 0x18 } + - { offsetInCU: 0x9933, offset: 0x6FDCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_TA', symObjAddr: 0xE1AC, symBinAddr: 0x1FD84, symSize: 0x8 } + - { offsetInCU: 0x9947, offset: 0x6FDE0, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xE1B4, symBinAddr: 0x1FD8C, symSize: 0x10 } + - { offsetInCU: 0x995B, offset: 0x6FDF4, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xE1C4, symBinAddr: 0x1FD9C, symSize: 0x8 } + - { offsetInCU: 0x996F, offset: 0x6FE08, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOd', symObjAddr: 0xE1CC, symBinAddr: 0x1FDA4, symSize: 0x3C } + - { offsetInCU: 0x9983, offset: 0x6FE1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOe', symObjAddr: 0xE208, symBinAddr: 0x1FDE0, symSize: 0x38 } + - { offsetInCU: 0x9997, offset: 0x6FE30, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOc', symObjAddr: 0xE240, symBinAddr: 0x1FE18, symSize: 0x3C } + - { offsetInCU: 0x99AB, offset: 0x6FE44, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV3key_AA16AnyValueProvider_p5valuetSgWOb', symObjAddr: 0xE27C, symBinAddr: 0x1FE54, symSize: 0x48 } + - { offsetInCU: 0x99DE, offset: 0x6FE77, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x11C98, symSize: 0x64 } + - { offsetInCU: 0x9A6D, offset: 0x6FF06, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x64, symBinAddr: 0x11CFC, symSize: 0x64 } + - { offsetInCU: 0x9AFC, offset: 0x6FF95, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0xC8, symBinAddr: 0x11D60, symSize: 0x64 } + - { offsetInCU: 0x9B8B, offset: 0x70024, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x12C, symBinAddr: 0x11DC4, symSize: 0x84 } + - { offsetInCU: 0x9C1A, offset: 0x700B3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1B0, symBinAddr: 0x11E48, symSize: 0x84 } + - { offsetInCU: 0x9CA9, offset: 0x70142, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8MaskModeO_Tg5', symObjAddr: 0x234, symBinAddr: 0x11ECC, symSize: 0x64 } + - { offsetInCU: 0x9D38, offset: 0x701D1, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x298, symBinAddr: 0x11F30, symSize: 0x64 } + - { offsetInCU: 0x9DC7, offset: 0x70260, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x2FC, symBinAddr: 0x11F94, symSize: 0x84 } + - { offsetInCU: 0x9E56, offset: 0x702EF, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x380, symBinAddr: 0x12018, symSize: 0x64 } + - { offsetInCU: 0x9EE5, offset: 0x7037E, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x3E4, symBinAddr: 0x1207C, symSize: 0x88 } + - { offsetInCU: 0x9F40, offset: 0x703D9, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x46C, symBinAddr: 0x12104, symSize: 0x84 } + - { offsetInCU: 0x9FCF, offset: 0x70468, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x4F0, symBinAddr: 0x12188, symSize: 0x64 } + - { offsetInCU: 0xA05E, offset: 0x704F7, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x554, symBinAddr: 0x121EC, symSize: 0x84 } + - { offsetInCU: 0xA0ED, offset: 0x70586, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x5D8, symBinAddr: 0x12270, symSize: 0x84 } + - { offsetInCU: 0xA17C, offset: 0x70615, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x65C, symBinAddr: 0x122F4, symSize: 0x84 } + - { offsetInCU: 0xA20B, offset: 0x706A4, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x6E0, symBinAddr: 0x12378, symSize: 0x64 } + - { offsetInCU: 0xA29A, offset: 0x70733, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x744, symBinAddr: 0x123DC, symSize: 0xEC } + - { offsetInCU: 0xA322, offset: 0x707BB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x830, symBinAddr: 0x124C8, symSize: 0x84 } + - { offsetInCU: 0xA3B1, offset: 0x7084A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x8B4, symBinAddr: 0x1254C, symSize: 0x64 } + - { offsetInCU: 0xA440, offset: 0x708D9, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x918, symBinAddr: 0x125B0, symSize: 0xB4 } + - { offsetInCU: 0xA493, offset: 0x7092C, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x9CC, symBinAddr: 0x12664, symSize: 0x64 } + - { offsetInCU: 0xA522, offset: 0x709BB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xA30, symBinAddr: 0x126C8, symSize: 0x64 } + - { offsetInCU: 0xA5B1, offset: 0x70A4A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0xA94, symBinAddr: 0x1272C, symSize: 0x64 } + - { offsetInCU: 0xA60C, offset: 0x70AA5, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xAFC, symBinAddr: 0x12794, symSize: 0x84 } + - { offsetInCU: 0xA69B, offset: 0x70B34, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xB80, symBinAddr: 0x12818, symSize: 0x64 } + - { offsetInCU: 0xA72A, offset: 0x70BC3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xBE4, symBinAddr: 0x1287C, symSize: 0x84 } + - { offsetInCU: 0xA7B9, offset: 0x70C52, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xC68, symBinAddr: 0x12900, symSize: 0x64 } + - { offsetInCU: 0xA848, offset: 0x70CE1, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xD34, symBinAddr: 0x129CC, symSize: 0x64 } + - { offsetInCU: 0xA8D7, offset: 0x70D70, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie06EffectC0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xD98, symBinAddr: 0x12A30, symSize: 0x64 } + - { offsetInCU: 0xA932, offset: 0x70DCB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xDFC, symBinAddr: 0x12A94, symSize: 0x64 } + - { offsetInCU: 0xA98D, offset: 0x70E26, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xE60, symBinAddr: 0x12AF8, symSize: 0x64 } + - { offsetInCU: 0xA9E8, offset: 0x70E81, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xEC4, symBinAddr: 0x12B5C, symSize: 0x64 } + - { offsetInCU: 0xAA77, offset: 0x70F10, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xF28, symBinAddr: 0x12BC0, symSize: 0x64 } + - { offsetInCU: 0xAB06, offset: 0x70F9F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xF8C, symBinAddr: 0x12C24, symSize: 0x60 } + - { offsetInCU: 0xAB61, offset: 0x70FFA, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0xFEC, symBinAddr: 0x12C84, symSize: 0x74 } + - { offsetInCU: 0xB0AE, offset: 0x71547, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xBE74, symBinAddr: 0x1DB0C, symSize: 0x8 } + - { offsetInCU: 0xB0CA, offset: 0x71563, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie13DiscriminatorO_Tg5Tf4dd_n', symObjAddr: 0xBE7C, symBinAddr: 0x1DB14, symSize: 0x8 } + - { offsetInCU: 0xB0E6, offset: 0x7157F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4dd_n', symObjAddr: 0xBE84, symBinAddr: 0x1DB1C, symSize: 0x8 } + - { offsetInCU: 0xB102, offset: 0x7159B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4dd_n', symObjAddr: 0xBE8C, symBinAddr: 0x1DB24, symSize: 0x8 } + - { offsetInCU: 0xB11E, offset: 0x715B7, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4dd_n', symObjAddr: 0xBE94, symBinAddr: 0x1DB2C, symSize: 0x8 } + - { offsetInCU: 0xB13A, offset: 0x715D3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4dd_n', symObjAddr: 0xBE9C, symBinAddr: 0x1DB34, symSize: 0x8 } + - { offsetInCU: 0xB156, offset: 0x715EF, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie011ColorEffectC0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4dd_n', symObjAddr: 0xBEA4, symBinAddr: 0x1DB3C, symSize: 0x8 } + - { offsetInCU: 0xB172, offset: 0x7160B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie014Vector1DEffectC0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4dd_n', symObjAddr: 0xBEAC, symBinAddr: 0x1DB44, symSize: 0x8 } + - { offsetInCU: 0xB18E, offset: 0x71627, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4dd_n', symObjAddr: 0xBEB4, symBinAddr: 0x1DB4C, symSize: 0x8 } + - { offsetInCU: 0xB1AA, offset: 0x71643, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4dd_n', symObjAddr: 0xBEBC, symBinAddr: 0x1DB54, symSize: 0x8 } + - { offsetInCU: 0xB1C6, offset: 0x7165F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4dd_n', symObjAddr: 0xBEC4, symBinAddr: 0x1DB5C, symSize: 0x8 } + - { offsetInCU: 0xB1E2, offset: 0x7167B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4dd_n', symObjAddr: 0xBECC, symBinAddr: 0x1DB64, symSize: 0x8 } + - { offsetInCU: 0xB1FE, offset: 0x71697, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8FontListC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xBED4, symBinAddr: 0x1DB6C, symSize: 0x8 } + - { offsetInCU: 0xB23B, offset: 0x716D4, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufC6Lottie15AnyNodeProperty_p_SD6ValuesVySSAdE_p_GTg5Tf4gd_n', symObjAddr: 0xBEDC, symBinAddr: 0x1DB74, symSize: 0xB0 } + - { offsetInCU: 0xB319, offset: 0x717B2, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufCSS_s10ArraySliceVySSGTg5Tf4nd_n', symObjAddr: 0xC700, symBinAddr: 0x1E358, symSize: 0xD0 } + - { offsetInCU: 0x60, offset: 0x71EFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfC', symObjAddr: 0x0, symBinAddr: 0x1FEC0, symSize: 0xA8 } + - { offsetInCU: 0xAC, offset: 0x71F49, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvg', symObjAddr: 0xA8, symBinAddr: 0x1FF68, symSize: 0x1F4 } + - { offsetInCU: 0x1E0, offset: 0x7207D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x29C, symBinAddr: 0x2015C, symSize: 0xB4 } + - { offsetInCU: 0x25F, offset: 0x720FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x350, symBinAddr: 0x20210, symSize: 0xE0 } + - { offsetInCU: 0x330, offset: 0x721CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x430, symBinAddr: 0x202F0, symSize: 0xFC } + - { offsetInCU: 0x458, offset: 0x722F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x52C, symBinAddr: 0x203EC, symSize: 0x60 } + - { offsetInCU: 0x4DD, offset: 0x7237A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x58C, symBinAddr: 0x2044C, symSize: 0x1A0 } + - { offsetInCU: 0x63E, offset: 0x724DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x72C, symBinAddr: 0x205EC, symSize: 0x140 } + - { offsetInCU: 0x706, offset: 0x725A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0x86C, symBinAddr: 0x2072C, symSize: 0x140 } + - { offsetInCU: 0x886, offset: 0x72723, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0x9AC, symBinAddr: 0x2086C, symSize: 0x94 } + - { offsetInCU: 0x97C, offset: 0x72819, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF', symObjAddr: 0xA40, symBinAddr: 0x20900, symSize: 0x158 } + - { offsetInCU: 0xAFC, offset: 0x72999, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0xB98, symBinAddr: 0x20A58, symSize: 0x198 } + - { offsetInCU: 0xCBD, offset: 0x72B5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xD30, symBinAddr: 0x20BF0, symSize: 0x1A4 } + - { offsetInCU: 0xE3B, offset: 0x72CD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0xED4, symBinAddr: 0x20D94, symSize: 0x3D0 } + - { offsetInCU: 0xEF8, offset: 0x72D95, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x12C4, symBinAddr: 0x21184, symSize: 0x4 } + - { offsetInCU: 0x186F, offset: 0x7370C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOc', symObjAddr: 0x1BE8, symBinAddr: 0x21A6C, symSize: 0x34 } + - { offsetInCU: 0x1883, offset: 0x73720, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x1C40, symBinAddr: 0x21AA4, symSize: 0x8 } + - { offsetInCU: 0x1897, offset: 0x73734, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x1CB0, symBinAddr: 0x21B14, symSize: 0x8 } + - { offsetInCU: 0x18B6, offset: 0x73753, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedButtonCytG_Tg5TA', symObjAddr: 0x1CB8, symBinAddr: 0x21B1C, symSize: 0x20 } + - { offsetInCU: 0x18DF, offset: 0x7377C, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5', symObjAddr: 0x1CD8, symBinAddr: 0x21B3C, symSize: 0x20 } + - { offsetInCU: 0x1970, offset: 0x7380D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV24ZIP64ExtendedInformationV_Tg5', symObjAddr: 0x1CF8, symBinAddr: 0x21B5C, symSize: 0x104 } + - { offsetInCU: 0x1B00, offset: 0x7399D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompatibilityIssueV_Tg5', symObjAddr: 0x1DFC, symBinAddr: 0x21C60, symSize: 0x104 } + - { offsetInCU: 0x1C67, offset: 0x73B04, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x1F00, symBinAddr: 0x21D64, symSize: 0x104 } + - { offsetInCU: 0x1DCE, offset: 0x73C6B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0Q0V_Tg5', symObjAddr: 0x2004, symBinAddr: 0x21E68, symSize: 0x104 } + - { offsetInCU: 0x1F6C, offset: 0x73E09, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSay6Lottie14ShapeItemLayerC0Q0VG8grouping_ALSg17trailingSeparatort_Tg5', symObjAddr: 0x2138, symBinAddr: 0x21F9C, symSize: 0x13C } + - { offsetInCU: 0x2104, offset: 0x73FA1, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x2274, symBinAddr: 0x220D8, symSize: 0x104 } + - { offsetInCU: 0x226B, offset: 0x74108, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x2378, symBinAddr: 0x221DC, symSize: 0xFC } + - { offsetInCU: 0x240E, offset: 0x742AB, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x263C, symBinAddr: 0x224A0, symSize: 0x124 } + - { offsetInCU: 0x25BC, offset: 0x74459, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo10CGColorRefa5color_12CoreGraphics7CGFloatV8locationt_Tg5', symObjAddr: 0x2E34, symBinAddr: 0x22C98, symSize: 0x128 } + - { offsetInCU: 0x2754, offset: 0x745F1, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10BezierPathV_Tg5', symObjAddr: 0x3120, symBinAddr: 0x22F84, symSize: 0x118 } + - { offsetInCU: 0x28BB, offset: 0x74758, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x324C, symBinAddr: 0x230B0, symSize: 0xFC } + - { offsetInCU: 0x2A5E, offset: 0x748FB, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo7CGPointV5point_12CoreGraphics7CGFloatV8distancet_Tg5', symObjAddr: 0x3348, symBinAddr: 0x231AC, symSize: 0x114 } + - { offsetInCU: 0x2C01, offset: 0x74A9E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11PathElementV_Tg5', symObjAddr: 0x345C, symBinAddr: 0x232C0, symSize: 0x118 } + - { offsetInCU: 0x2D99, offset: 0x74C36, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x3574, symBinAddr: 0x233D8, symSize: 0x108 } + - { offsetInCU: 0x2F37, offset: 0x74DD4, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10LayerModelC5layer_AJ5model_AH9MatteTypeO05matteU0tSg4maskt_Tg5', symObjAddr: 0x3690, symBinAddr: 0x234F4, symSize: 0x138 } + - { offsetInCU: 0x30FB, offset: 0x74F98, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x3850, symBinAddr: 0x236B4, symSize: 0x114 } + - { offsetInCU: 0x329E, offset: 0x7513B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV5start_AJ3endt_Tg5', symObjAddr: 0x3964, symBinAddr: 0x237C8, symSize: 0xFC } + - { offsetInCU: 0x3436, offset: 0x752D3, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompoundBezierPathV_Tg5', symObjAddr: 0x3A60, symBinAddr: 0x238C4, symSize: 0x104 } + - { offsetInCU: 0x35D4, offset: 0x75471, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16AnimationKeypathV7keypath_AH16AnyValueProvider_p05valueU0t_Tg5', symObjAddr: 0x3D28, symBinAddr: 0x23B8C, symSize: 0x13C } + - { offsetInCU: 0x371F, offset: 0x755BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x409C, symBinAddr: 0x23F00, symSize: 0x8 } + - { offsetInCU: 0x3733, offset: 0x755D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x412C, symBinAddr: 0x23F54, symSize: 0x8 } + - { offsetInCU: 0x3747, offset: 0x755E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOh', symObjAddr: 0x4158, symBinAddr: 0x23F80, symSize: 0x2C } + - { offsetInCU: 0x375B, offset: 0x755F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOd', symObjAddr: 0x4184, symBinAddr: 0x23FAC, symSize: 0x34 } + - { offsetInCU: 0x376F, offset: 0x7560C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x41C8, symBinAddr: 0x23FF0, symSize: 0xC } + - { offsetInCU: 0x3783, offset: 0x75620, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4200, symBinAddr: 0x24028, symSize: 0x10 } + - { offsetInCU: 0x3797, offset: 0x75634, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x427C, symBinAddr: 0x240A4, symSize: 0x20 } + - { offsetInCU: 0x37AB, offset: 0x75648, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x429C, symBinAddr: 0x240C4, symSize: 0x2C } + - { offsetInCU: 0x37BF, offset: 0x7565C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x430C, symBinAddr: 0x240F0, symSize: 0x24 } + - { offsetInCU: 0x37D3, offset: 0x75670, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAC7SwiftUI4ViewAAWl', symObjAddr: 0x4330, symBinAddr: 0x24114, symSize: 0x44 } + - { offsetInCU: 0x37E7, offset: 0x75684, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x4374, symBinAddr: 0x24158, symSize: 0x10 } + - { offsetInCU: 0x37FB, offset: 0x75698, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwCP', symObjAddr: 0x4384, symBinAddr: 0x24168, symSize: 0x30 } + - { offsetInCU: 0x380F, offset: 0x756AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwxx', symObjAddr: 0x43B4, symBinAddr: 0x24198, symSize: 0x54 } + - { offsetInCU: 0x3823, offset: 0x756C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwcp', symObjAddr: 0x4408, symBinAddr: 0x241EC, symSize: 0xF4 } + - { offsetInCU: 0x3837, offset: 0x756D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwca', symObjAddr: 0x44FC, symBinAddr: 0x242E0, symSize: 0x134 } + - { offsetInCU: 0x384B, offset: 0x756E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOh', symObjAddr: 0x4630, symBinAddr: 0x24414, symSize: 0x34 } + - { offsetInCU: 0x385F, offset: 0x756FC, size: 0x8, addend: 0x0, symName: ___swift_memcpy136_8, symObjAddr: 0x4664, symBinAddr: 0x24448, symSize: 0x34 } + - { offsetInCU: 0x3873, offset: 0x75710, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwta', symObjAddr: 0x4698, symBinAddr: 0x2447C, symSize: 0xB4 } + - { offsetInCU: 0x3887, offset: 0x75724, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwet', symObjAddr: 0x474C, symBinAddr: 0x24530, symSize: 0x48 } + - { offsetInCU: 0x389B, offset: 0x75738, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwst', symObjAddr: 0x4794, symBinAddr: 0x24578, symSize: 0x60 } + - { offsetInCU: 0x38AF, offset: 0x7574C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVMa', symObjAddr: 0x47F4, symBinAddr: 0x245D8, symSize: 0x10 } + - { offsetInCU: 0x393C, offset: 0x757D9, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tg5', symObjAddr: 0x4A2C, symBinAddr: 0x24810, symSize: 0xFC } + - { offsetInCU: 0x3A71, offset: 0x7590E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4MaskC_Tg5Tf4d_n', symObjAddr: 0x4D54, symBinAddr: 0x24B38, symSize: 0x54 } + - { offsetInCU: 0x3A9E, offset: 0x7593B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20MaskCompositionLayerC0hJ0C_Tg5Tf4d_n', symObjAddr: 0x4DA8, symBinAddr: 0x24B8C, symSize: 0x54 } + - { offsetInCU: 0x3ACB, offset: 0x75968, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GroupC_Tg5Tf4d_n', symObjAddr: 0x4DFC, symBinAddr: 0x24BE0, symSize: 0x54 } + - { offsetInCU: 0x3AF8, offset: 0x75995, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9ShapeItemC_Tg5Tf4d_n', symObjAddr: 0x4E50, symBinAddr: 0x24C34, symSize: 0x54 } + - { offsetInCU: 0x3B25, offset: 0x759C2, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10GroupLayerC_Tg5Tf4d_n', symObjAddr: 0x4EA4, symBinAddr: 0x24C88, symSize: 0x54 } + - { offsetInCU: 0x3B52, offset: 0x759EF, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x4EF8, symBinAddr: 0x24CDC, symSize: 0x58 } + - { offsetInCU: 0x3B7F, offset: 0x75A1C, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector3DVG_Tg5Tf4d_n', symObjAddr: 0x4F5C, symBinAddr: 0x24D40, symSize: 0x58 } + - { offsetInCU: 0x3BAC, offset: 0x75A49, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo19CAKeyframeAnimationC_Tg5Tf4d_n', symObjAddr: 0x4FC0, symBinAddr: 0x24DA4, symSize: 0x64 } + - { offsetInCU: 0x3BD9, offset: 0x75A76, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo8NSNumberC_Tg5Tf4d_n', symObjAddr: 0x5024, symBinAddr: 0x24E08, symSize: 0x64 } + - { offsetInCU: 0x3C06, offset: 0x75AA3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo21CAMediaTimingFunctionC_Tg5Tf4d_n', symObjAddr: 0x5088, symBinAddr: 0x24E6C, symSize: 0x64 } + - { offsetInCU: 0x3C33, offset: 0x75AD0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo10CGColorRefa_Tg5Tf4d_n', symObjAddr: 0x50EC, symBinAddr: 0x24ED0, symSize: 0x54 } + - { offsetInCU: 0x3C60, offset: 0x75AFD, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo9CGPathRefa_Tg5Tf4d_n', symObjAddr: 0x5140, symBinAddr: 0x24F24, symSize: 0x54 } + - { offsetInCU: 0x3C8D, offset: 0x75B2A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySbGG_Tg5Tf4d_n', symObjAddr: 0x5194, symBinAddr: 0x24F78, symSize: 0x58 } + - { offsetInCU: 0x3CBA, offset: 0x75B57, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF010BezierPathH0VG_Tg5Tf4d_n', symObjAddr: 0x51EC, symBinAddr: 0x24FD0, symSize: 0x58 } + - { offsetInCU: 0x3CE7, offset: 0x75B84, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x5244, symBinAddr: 0x25028, symSize: 0x58 } + - { offsetInCU: 0x3D14, offset: 0x75BB1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G5ColorVG_Tg5Tf4d_n', symObjAddr: 0x529C, symBinAddr: 0x25080, symSize: 0x58 } + - { offsetInCU: 0x3D41, offset: 0x75BDE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerStyleC_Tg5Tf4d_n', symObjAddr: 0x5300, symBinAddr: 0x250E4, symSize: 0x54 } + - { offsetInCU: 0x3D6E, offset: 0x75C0B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11EffectValueC_Tg5Tf4d_n', symObjAddr: 0x5354, symBinAddr: 0x25138, symSize: 0x54 } + - { offsetInCU: 0x3D9B, offset: 0x75C38, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11LayerEffectC_Tg5Tf4d_n', symObjAddr: 0x53A8, symBinAddr: 0x2518C, symSize: 0x54 } + - { offsetInCU: 0x3DC8, offset: 0x75C65, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySdGG_Tg5Tf4d_n', symObjAddr: 0x53FC, symBinAddr: 0x251E0, symSize: 0x58 } + - { offsetInCU: 0x3DF5, offset: 0x75C92, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11DashElementC_Tg5Tf4d_n', symObjAddr: 0x5460, symBinAddr: 0x25244, symSize: 0x54 } + - { offsetInCU: 0x3E22, offset: 0x75CBF, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF12TextDocumentCG_Tg5Tf4d_n', symObjAddr: 0x54F4, symBinAddr: 0x25298, symSize: 0x58 } + - { offsetInCU: 0x3E4F, offset: 0x75CEC, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie12TextAnimatorC_Tg5Tf4d_n', symObjAddr: 0x554C, symBinAddr: 0x252F0, symSize: 0x54 } + - { offsetInCU: 0x3E7C, offset: 0x75D19, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerModelC_Tg5Tf4d_n', symObjAddr: 0x55A0, symBinAddr: 0x25344, symSize: 0x54 } + - { offsetInCU: 0x3EA9, offset: 0x75D46, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GlyphC_Tg5Tf4d_n', symObjAddr: 0x5600, symBinAddr: 0x253A4, symSize: 0x54 } + - { offsetInCU: 0x3ED6, offset: 0x75D73, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4FontC_Tg5Tf4d_n', symObjAddr: 0x5654, symBinAddr: 0x253F8, symSize: 0x54 } + - { offsetInCU: 0x3F03, offset: 0x75DA0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie6MarkerC_Tg5Tf4d_n', symObjAddr: 0x56A8, symBinAddr: 0x2544C, symSize: 0x54 } + - { offsetInCU: 0x3F30, offset: 0x75DCD, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyypG_Tg5Tf4d_n', symObjAddr: 0x56FC, symBinAddr: 0x254A0, symSize: 0x58 } + - { offsetInCU: 0x3F5D, offset: 0x75DFA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySo13CATransform3DVGG_Tg5Tf4d_n', symObjAddr: 0x5754, symBinAddr: 0x254F8, symSize: 0x58 } + - { offsetInCU: 0x3F8A, offset: 0x75E27, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyypG_Tg5Tf4d_n', symObjAddr: 0x57B8, symBinAddr: 0x2555C, symSize: 0x58 } + - { offsetInCU: 0x3FB7, offset: 0x75E54, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo13CATransform3DVG_Tg5Tf4d_n', symObjAddr: 0x5810, symBinAddr: 0x255B4, symSize: 0x58 } + - { offsetInCU: 0x3FE4, offset: 0x75E81, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo11CAAnimationC_Tg5Tf4d_n', symObjAddr: 0x5874, symBinAddr: 0x25618, symSize: 0x64 } + - { offsetInCU: 0x4011, offset: 0x75EAE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo7CGPointVG_Tg5Tf4d_n', symObjAddr: 0x58D8, symBinAddr: 0x2567C, symSize: 0x58 } + - { offsetInCU: 0x403E, offset: 0x75EDB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCy12CoreGraphics7CGFloatVG_Tg5Tf4d_n', symObjAddr: 0x593C, symBinAddr: 0x256E0, symSize: 0x58 } + - { offsetInCU: 0x406B, offset: 0x75F08, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySbG_Tg5Tf4d_n', symObjAddr: 0x59A0, symBinAddr: 0x25744, symSize: 0x58 } + - { offsetInCU: 0x4098, offset: 0x75F35, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo10CGColorRefaG_Tg5Tf4d_n', symObjAddr: 0x5A10, symBinAddr: 0x257B4, symSize: 0x58 } + - { offsetInCU: 0x40C5, offset: 0x75F62, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo6CGSizeVG_Tg5Tf4d_n', symObjAddr: 0x5A74, symBinAddr: 0x25818, symSize: 0x58 } + - { offsetInCU: 0x40F2, offset: 0x75F8F, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo7CALayerC_Tg5Tf4d_n', symObjAddr: 0x5AD8, symBinAddr: 0x2587C, symSize: 0x64 } + - { offsetInCU: 0x411F, offset: 0x75FBC, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DV5start_AJ3endtG_Tg5Tf4d_n', symObjAddr: 0x5B3C, symBinAddr: 0x258E0, symSize: 0x58 } + - { offsetInCU: 0x414C, offset: 0x75FE9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo9CGPathRefaG_Tg5Tf4d_n', symObjAddr: 0x5BAC, symBinAddr: 0x25950, symSize: 0x58 } + - { offsetInCU: 0x4179, offset: 0x76016, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySayAF10BezierPathVGG_Tg5Tf4d_n', symObjAddr: 0x5C10, symBinAddr: 0x259B4, symSize: 0x58 } + - { offsetInCU: 0x41A6, offset: 0x76043, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF7EllipseCAGVG_Tg5Tf4d_n', symObjAddr: 0x5C74, symBinAddr: 0x25A18, symSize: 0x58 } + - { offsetInCU: 0x41D3, offset: 0x76070, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF9RectangleCAGVG_Tg5Tf4d_n', symObjAddr: 0x5CD8, symBinAddr: 0x25A7C, symSize: 0x58 } + - { offsetInCU: 0x4200, offset: 0x7609D, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4StarCAGVG_Tg5Tf4d_n', symObjAddr: 0x5D3C, symBinAddr: 0x25AE0, symSize: 0x58 } + - { offsetInCU: 0x422D, offset: 0x760CA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySo10CGColorRefaGG_Tg5Tf4d_n', symObjAddr: 0x5DA0, symBinAddr: 0x25B44, symSize: 0x58 } + - { offsetInCU: 0x425A, offset: 0x760F7, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySay12CoreGraphics7CGFloatVGG_Tg5Tf4d_n', symObjAddr: 0x5E04, symBinAddr: 0x25BA8, symSize: 0x58 } + - { offsetInCU: 0x4287, offset: 0x76124, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5Tf4d_n', symObjAddr: 0x5E68, symBinAddr: 0x25C0C, symSize: 0x58 } + - { offsetInCU: 0x42B4, offset: 0x76151, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x5ECC, symBinAddr: 0x25C70, symSize: 0x58 } + - { offsetInCU: 0x42E1, offset: 0x7617E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie16CompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6034, symBinAddr: 0x25DD8, symSize: 0x54 } + - { offsetInCU: 0x4319, offset: 0x761B6, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfC6Lottie15AnyNodeProperty_p_Tg5Tf4nnd_n', symObjAddr: 0x6094, symBinAddr: 0x25E38, symSize: 0x80 } + - { offsetInCU: 0x4363, offset: 0x76200, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC_Tg5Tf4d_n', symObjAddr: 0x6114, symBinAddr: 0x25EB8, symSize: 0x54 } + - { offsetInCU: 0x4390, offset: 0x7622D, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20KeyframeInterpolatorCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x6168, symBinAddr: 0x25F0C, symSize: 0x58 } + - { offsetInCU: 0x43BD, offset: 0x7625A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie19ShapeContainerLayerC_Tg5Tf4d_n', symObjAddr: 0x61CC, symBinAddr: 0x25F70, symSize: 0x54 } + - { offsetInCU: 0x43EA, offset: 0x76287, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie14PathOutputNodeC_Tg5Tf4d_n', symObjAddr: 0x6220, symBinAddr: 0x25FC4, symSize: 0x54 } + - { offsetInCU: 0x4417, offset: 0x762B4, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie21ImageCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6384, symBinAddr: 0x26128, symSize: 0x54 } + - { offsetInCU: 0x4444, offset: 0x762E1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20TextCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x63D8, symBinAddr: 0x2617C, symSize: 0x54 } + - { offsetInCU: 0x4471, offset: 0x7630E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo18NSLayoutConstraintC_Tg5Tf4d_n', symObjAddr: 0x642C, symBinAddr: 0x261D0, symSize: 0x64 } + - { offsetInCU: 0x449E, offset: 0x7633B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5AssetC_Tg5Tf4d_n', symObjAddr: 0x649C, symBinAddr: 0x26240, symSize: 0x54 } + - { offsetInCU: 0x44CB, offset: 0x76368, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOc', symObjAddr: 0x65B4, symBinAddr: 0x26358, symSize: 0x44 } + - { offsetInCU: 0x44DF, offset: 0x7637C, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0x6660, symBinAddr: 0x2639C, symSize: 0x10 } + - { offsetInCU: 0x45FD, offset: 0x7649A, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie16ShapeRenderGroupV_SayAGGTg5', symObjAddr: 0x12C8, symBinAddr: 0x21188, symSize: 0xDC } + - { offsetInCU: 0x4823, offset: 0x766C0, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie14ShapeItemLayerC0G0V_SayAIGTg5', symObjAddr: 0x13A4, symBinAddr: 0x21264, symSize: 0xDC } + - { offsetInCU: 0x4A49, offset: 0x768E6, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF12CoreGraphics7CGFloatV_SayAGGTg5', symObjAddr: 0x1480, symBinAddr: 0x21340, symSize: 0xD4 } + - { offsetInCU: 0x4C6F, offset: 0x76B0C, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSS_SaySSGTg5', symObjAddr: 0x1554, symBinAddr: 0x21414, symSize: 0xDC } + - { offsetInCU: 0x4E95, offset: 0x76D32, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie10BezierPathV_SayAGGTg5', symObjAddr: 0x1658, symBinAddr: 0x21518, symSize: 0xE0 } + - { offsetInCU: 0x50BB, offset: 0x76F58, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSd_SaySdGTg5', symObjAddr: 0x1AD8, symBinAddr: 0x21998, symSize: 0xD4 } + - { offsetInCU: 0x5437, offset: 0x772D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x12A4, symBinAddr: 0x21164, symSize: 0x4 } + - { offsetInCU: 0x5453, offset: 0x772F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x12A8, symBinAddr: 0x21168, symSize: 0x4 } + - { offsetInCU: 0x546F, offset: 0x7730C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x12AC, symBinAddr: 0x2116C, symSize: 0x18 } + - { offsetInCU: 0x3F, offset: 0x77769, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF8, symBinAddr: 0x263D8, symSize: 0x240 } + - { offsetInCU: 0xC8, offset: 0x777F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x338, symBinAddr: 0x26618, symSize: 0x320 } + - { offsetInCU: 0x13A, offset: 0x77864, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE10updateTree_12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x658, symBinAddr: 0x26938, symSize: 0x4C } + - { offsetInCU: 0x197, offset: 0x778C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE11keypathNameSSvg', symObjAddr: 0x6A4, symBinAddr: 0x26984, symSize: 0x70 } + - { offsetInCU: 0x1D4, offset: 0x778FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE17keypathPropertiesSDySSAA03AnyC8Property_pGvg', symObjAddr: 0x714, symBinAddr: 0x269F4, symSize: 0x68 } + - { offsetInCU: 0x211, offset: 0x7793B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13childKeypathsSayAA17KeypathSearchable_pGvg', symObjAddr: 0x77C, symBinAddr: 0x26A5C, symSize: 0x68 } + - { offsetInCU: 0x24E, offset: 0x77978, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x7E4, symBinAddr: 0x26AC4, symSize: 0x8 } + - { offsetInCU: 0x26A, offset: 0x77994, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x7EC, symBinAddr: 0x26ACC, symSize: 0x8 } + - { offsetInCU: 0x286, offset: 0x779B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7F4, symBinAddr: 0x26AD4, symSize: 0x8 } + - { offsetInCU: 0x2A2, offset: 0x779CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7FC, symBinAddr: 0x26ADC, symSize: 0x4 } + - { offsetInCU: 0x2BE, offset: 0x779E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x800, symBinAddr: 0x26AE0, symSize: 0x28 } + - { offsetInCU: 0x2DA, offset: 0x77A04, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x828, symBinAddr: 0x26B08, symSize: 0x28 } + - { offsetInCU: 0x2F6, offset: 0x77A20, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x850, symBinAddr: 0x26B30, symSize: 0x28 } + - { offsetInCU: 0x312, offset: 0x77A3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x878, symBinAddr: 0x26B58, symSize: 0x8 } + - { offsetInCU: 0x32E, offset: 0x77A58, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_2, symObjAddr: 0x880, symBinAddr: 0x26B60, symSize: 0x24 } + - { offsetInCU: 0x342, offset: 0x77A6C, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_2, symObjAddr: 0x8A4, symBinAddr: 0x26B84, symSize: 0x20 } + - { offsetInCU: 0x356, offset: 0x77A80, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8C4, symBinAddr: 0x26BA4, symSize: 0x8 } + - { offsetInCU: 0x372, offset: 0x77A9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x8CC, symBinAddr: 0x26BAC, symSize: 0x8 } + - { offsetInCU: 0x38E, offset: 0x77AB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x8D4, symBinAddr: 0x26BB4, symSize: 0x8 } + - { offsetInCU: 0x3AA, offset: 0x77AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x8DC, symBinAddr: 0x26BBC, symSize: 0x4 } + - { offsetInCU: 0x462, offset: 0x77B8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x8E4, symBinAddr: 0x26BC4, symSize: 0x10 } + - { offsetInCU: 0x51C, offset: 0x77C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x8F4, symBinAddr: 0x26BD4, symSize: 0x10 } + - { offsetInCU: 0x5B8, offset: 0x77CE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x904, symBinAddr: 0x26BE4, symSize: 0x8 } + - { offsetInCU: 0x5D4, offset: 0x77CFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x90C, symBinAddr: 0x26BEC, symSize: 0x8 } + - { offsetInCU: 0x5F0, offset: 0x77D1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x914, symBinAddr: 0x26BF4, symSize: 0x8 } + - { offsetInCU: 0x60C, offset: 0x77D36, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x91C, symBinAddr: 0x26BFC, symSize: 0x4 } + - { offsetInCU: 0x637, offset: 0x77D61, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x920, symBinAddr: 0x26C00, symSize: 0x4 } + - { offsetInCU: 0x657, offset: 0x77D81, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x920, symBinAddr: 0x26C00, symSize: 0x4 } + - { offsetInCU: 0x669, offset: 0x77D93, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x924, symBinAddr: 0x26C04, symSize: 0x28 } + - { offsetInCU: 0x685, offset: 0x77DAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x94C, symBinAddr: 0x26C2C, symSize: 0x28 } + - { offsetInCU: 0x6A1, offset: 0x77DCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x974, symBinAddr: 0x26C54, symSize: 0x28 } + - { offsetInCU: 0x6BD, offset: 0x77DE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x99C, symBinAddr: 0x26C7C, symSize: 0x8 } + - { offsetInCU: 0x6D9, offset: 0x77E03, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x9A4, symBinAddr: 0x26C84, symSize: 0x8 } + - { offsetInCU: 0x6F5, offset: 0x77E1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x9AC, symBinAddr: 0x26C8C, symSize: 0x8 } + - { offsetInCU: 0x711, offset: 0x77E3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9B4, symBinAddr: 0x26C94, symSize: 0x8 } + - { offsetInCU: 0x72D, offset: 0x77E57, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9BC, symBinAddr: 0x26C9C, symSize: 0x4 } + - { offsetInCU: 0x7C7, offset: 0x77EF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x9C4, symBinAddr: 0x26CA4, symSize: 0x10 } + - { offsetInCU: 0x863, offset: 0x77F8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x9D4, symBinAddr: 0x26CB4, symSize: 0xC } + - { offsetInCU: 0x87F, offset: 0x77FA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x9E0, symBinAddr: 0x26CC0, symSize: 0x8 } + - { offsetInCU: 0x89B, offset: 0x77FC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x9E8, symBinAddr: 0x26CC8, symSize: 0x8 } + - { offsetInCU: 0x8B7, offset: 0x77FE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x9F0, symBinAddr: 0x26CD0, symSize: 0x8 } + - { offsetInCU: 0x8D3, offset: 0x77FFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9F8, symBinAddr: 0x26CD8, symSize: 0x8 } + - { offsetInCU: 0x8EF, offset: 0x78019, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA00, symBinAddr: 0x26CE0, symSize: 0x4 } + - { offsetInCU: 0x90B, offset: 0x78035, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA04, symBinAddr: 0x26CE4, symSize: 0xC } + - { offsetInCU: 0x927, offset: 0x78051, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA10, symBinAddr: 0x26CF0, symSize: 0x8 } + - { offsetInCU: 0x943, offset: 0x7806D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA18, symBinAddr: 0x26CF8, symSize: 0x8 } + - { offsetInCU: 0x95F, offset: 0x78089, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA20, symBinAddr: 0x26D00, symSize: 0x8 } + - { offsetInCU: 0x97B, offset: 0x780A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA28, symBinAddr: 0x26D08, symSize: 0x4 } + - { offsetInCU: 0xA19, offset: 0x78143, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x26D0C, symSize: 0x8 } + - { offsetInCU: 0xA39, offset: 0x78163, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x26D0C, symSize: 0x8 } + - { offsetInCU: 0xA5F, offset: 0x78189, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x26D0C, symSize: 0x8 } + - { offsetInCU: 0xA74, offset: 0x7819E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x26D0C, symSize: 0x8 } + - { offsetInCU: 0xACC, offset: 0x781F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xA38, symBinAddr: 0x26D18, symSize: 0x10 } + - { offsetInCU: 0xB68, offset: 0x78292, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA48, symBinAddr: 0x26D28, symSize: 0xC } + - { offsetInCU: 0xB84, offset: 0x782AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA54, symBinAddr: 0x26D34, symSize: 0x8 } + - { offsetInCU: 0xBA0, offset: 0x782CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xA5C, symBinAddr: 0x26D3C, symSize: 0x8 } + - { offsetInCU: 0xBBC, offset: 0x782E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA64, symBinAddr: 0x26D44, symSize: 0x8 } + - { offsetInCU: 0xBD8, offset: 0x78302, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA6C, symBinAddr: 0x26D4C, symSize: 0x4 } + - { offsetInCU: 0xC76, offset: 0x783A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x26D50, symSize: 0x8 } + - { offsetInCU: 0xC96, offset: 0x783C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x26D50, symSize: 0x8 } + - { offsetInCU: 0xCBC, offset: 0x783E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x26D50, symSize: 0x8 } + - { offsetInCU: 0xCD1, offset: 0x783FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x26D50, symSize: 0x8 } + - { offsetInCU: 0xD29, offset: 0x78453, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA7C, symBinAddr: 0x26D5C, symSize: 0x10 } + - { offsetInCU: 0xDC5, offset: 0x784EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA8C, symBinAddr: 0x26D6C, symSize: 0xC } + - { offsetInCU: 0xDE1, offset: 0x7850B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA98, symBinAddr: 0x26D78, symSize: 0x8 } + - { offsetInCU: 0xDFD, offset: 0x78527, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xAA0, symBinAddr: 0x26D80, symSize: 0x8 } + - { offsetInCU: 0xE19, offset: 0x78543, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAA8, symBinAddr: 0x26D88, symSize: 0x8 } + - { offsetInCU: 0xEB7, offset: 0x785E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x26D90, symSize: 0x8 } + - { offsetInCU: 0xED7, offset: 0x78601, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x26D90, symSize: 0x8 } + - { offsetInCU: 0xEFD, offset: 0x78627, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x26D90, symSize: 0x8 } + - { offsetInCU: 0xF12, offset: 0x7863C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x26D90, symSize: 0x8 } + - { offsetInCU: 0xF6A, offset: 0x78694, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xAB8, symBinAddr: 0x26D98, symSize: 0x10 } + - { offsetInCU: 0x1006, offset: 0x78730, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAC8, symBinAddr: 0x26DA8, symSize: 0x8 } + - { offsetInCU: 0x1022, offset: 0x7874C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAD0, symBinAddr: 0x26DB0, symSize: 0x8 } + - { offsetInCU: 0x103E, offset: 0x78768, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAD8, symBinAddr: 0x26DB8, symSize: 0x4 } + - { offsetInCU: 0x10D8, offset: 0x78802, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xADC, symBinAddr: 0x26DBC, symSize: 0x10 } + - { offsetInCU: 0x1174, offset: 0x7889E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAEC, symBinAddr: 0x26DCC, symSize: 0xC } + - { offsetInCU: 0x1190, offset: 0x788BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xAF8, symBinAddr: 0x26DD8, symSize: 0x8 } + - { offsetInCU: 0x11AC, offset: 0x788D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB00, symBinAddr: 0x26DE0, symSize: 0x8 } + - { offsetInCU: 0x11C8, offset: 0x788F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xB08, symBinAddr: 0x26DE8, symSize: 0x8 } + - { offsetInCU: 0x11E4, offset: 0x7890E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB10, symBinAddr: 0x26DF0, symSize: 0x8 } + - { offsetInCU: 0x1200, offset: 0x7892A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB18, symBinAddr: 0x26DF8, symSize: 0x4 } + - { offsetInCU: 0x121C, offset: 0x78946, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB20, symBinAddr: 0x26E00, symSize: 0xC } + - { offsetInCU: 0x1238, offset: 0x78962, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB2C, symBinAddr: 0x26E0C, symSize: 0x8 } + - { offsetInCU: 0x1254, offset: 0x7897E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB34, symBinAddr: 0x26E14, symSize: 0x8 } + - { offsetInCU: 0x1270, offset: 0x7899A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB3C, symBinAddr: 0x26E1C, symSize: 0x8 } + - { offsetInCU: 0x128C, offset: 0x789B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB44, symBinAddr: 0x26E24, symSize: 0x4 } + - { offsetInCU: 0x12A8, offset: 0x789D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB80, symBinAddr: 0x26E60, symSize: 0xC } + - { offsetInCU: 0x12C4, offset: 0x789EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB8C, symBinAddr: 0x26E6C, symSize: 0x8 } + - { offsetInCU: 0x12E0, offset: 0x78A0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xB94, symBinAddr: 0x26E74, symSize: 0x8 } + - { offsetInCU: 0x12FC, offset: 0x78A26, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB9C, symBinAddr: 0x26E7C, symSize: 0x8 } + - { offsetInCU: 0x1318, offset: 0x78A42, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBA4, symBinAddr: 0x26E84, symSize: 0x4 } + - { offsetInCU: 0x13B2, offset: 0x78ADC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xBA8, symBinAddr: 0x26E88, symSize: 0x10 } + - { offsetInCU: 0x144E, offset: 0x78B78, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xBB8, symBinAddr: 0x26E98, symSize: 0xC } + - { offsetInCU: 0x146A, offset: 0x78B94, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xBC4, symBinAddr: 0x26EA4, symSize: 0x8 } + - { offsetInCU: 0x1486, offset: 0x78BB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xBCC, symBinAddr: 0x26EAC, symSize: 0x8 } + - { offsetInCU: 0x14A2, offset: 0x78BCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBD4, symBinAddr: 0x26EB4, symSize: 0x8 } + - { offsetInCU: 0x14BE, offset: 0x78BE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBDC, symBinAddr: 0x26EBC, symSize: 0x4 } + - { offsetInCU: 0x14DA, offset: 0x78C04, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC14, symBinAddr: 0x26EF4, symSize: 0xC } + - { offsetInCU: 0x14F6, offset: 0x78C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC20, symBinAddr: 0x26F00, symSize: 0x8 } + - { offsetInCU: 0x1512, offset: 0x78C3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xC28, symBinAddr: 0x26F08, symSize: 0x8 } + - { offsetInCU: 0x152E, offset: 0x78C58, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xC30, symBinAddr: 0x26F10, symSize: 0x8 } + - { offsetInCU: 0x154A, offset: 0x78C74, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xC38, symBinAddr: 0x26F18, symSize: 0x8 } + - { offsetInCU: 0x1566, offset: 0x78C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xC40, symBinAddr: 0x26F20, symSize: 0x4 } + - { offsetInCU: 0x1582, offset: 0x78CAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC78, symBinAddr: 0x26F58, symSize: 0xC } + - { offsetInCU: 0x159E, offset: 0x78CC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC84, symBinAddr: 0x26F64, symSize: 0x8 } + - { offsetInCU: 0x15BA, offset: 0x78CE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xC8C, symBinAddr: 0x26F6C, symSize: 0x8 } + - { offsetInCU: 0x43, offset: 0x78F7C, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOh', symObjAddr: 0x428, symBinAddr: 0x273A8, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x790D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x273E8, symSize: 0x260 } + - { offsetInCU: 0x91, offset: 0x79136, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x273E8, symSize: 0x260 } + - { offsetInCU: 0x264, offset: 0x79309, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfcTo', symObjAddr: 0x260, symBinAddr: 0x27648, symSize: 0x20 } + - { offsetInCU: 0x2AA, offset: 0x7934F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x280, symBinAddr: 0x27668, symSize: 0x7C } + - { offsetInCU: 0x2F1, offset: 0x79396, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfc', symObjAddr: 0x2FC, symBinAddr: 0x276E4, symSize: 0x118 } + - { offsetInCU: 0x353, offset: 0x793F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x414, symBinAddr: 0x277FC, symSize: 0x4C } + - { offsetInCU: 0x38D, offset: 0x79432, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17markRenderUpdates8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x460, symBinAddr: 0x27848, symSize: 0x14C } + - { offsetInCU: 0x510, offset: 0x795B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15hasRenderUpdate8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x5AC, symBinAddr: 0x27994, symSize: 0x8 } + - { offsetInCU: 0x547, offset: 0x795EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x5B4, symBinAddr: 0x2799C, symSize: 0x4 } + - { offsetInCU: 0x5E4, offset: 0x79689, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17updateRenderScaleyyF', symObjAddr: 0x5B8, symBinAddr: 0x279A0, symSize: 0x144 } + - { offsetInCU: 0x7D7, offset: 0x7987C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfD', symObjAddr: 0x6FC, symBinAddr: 0x27AE4, symSize: 0x30 } + - { offsetInCU: 0x894, offset: 0x79939, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfETo', symObjAddr: 0x72C, symBinAddr: 0x27B14, symSize: 0x10 } + - { offsetInCU: 0x8C3, offset: 0x79968, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCMa', symObjAddr: 0x73C, symBinAddr: 0x27B24, symSize: 0x20 } + - { offsetInCU: 0x8D7, offset: 0x7997C, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0x798, symBinAddr: 0x27B44, symSize: 0x20 } + - { offsetInCU: 0xBF, offset: 0x79C6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x28, symBinAddr: 0x27B64, symSize: 0x1F4 } + - { offsetInCU: 0x53F, offset: 0x7A0EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x21C, symBinAddr: 0x27D58, symSize: 0xC } + - { offsetInCU: 0x57A, offset: 0x7A12A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x228, symBinAddr: 0x27D64, symSize: 0x20 } + - { offsetInCU: 0x5B4, offset: 0x7A164, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0x248, symBinAddr: 0x27D84, symSize: 0xC } + - { offsetInCU: 0x60D, offset: 0x7A1BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x254, symBinAddr: 0x27D90, symSize: 0xC } + - { offsetInCU: 0x666, offset: 0x7A216, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x260, symBinAddr: 0x27D9C, symSize: 0xC } + - { offsetInCU: 0x7FD, offset: 0x7A3AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvg', symObjAddr: 0x26C, symBinAddr: 0x27DA8, symSize: 0xA4 } + - { offsetInCU: 0x87B, offset: 0x7A42B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x310, symBinAddr: 0x27E4C, symSize: 0x9C } + - { offsetInCU: 0x8F9, offset: 0x7A4A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x3AC, symBinAddr: 0x27EE8, symSize: 0x26C } + - { offsetInCU: 0xC1F, offset: 0x7A7CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x618, symBinAddr: 0x28154, symSize: 0x278 } + - { offsetInCU: 0xF45, offset: 0x7AAF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x890, symBinAddr: 0x283CC, symSize: 0x270 } + - { offsetInCU: 0x127A, offset: 0x7AE2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB00, symBinAddr: 0x2863C, symSize: 0x20 } + - { offsetInCU: 0x1296, offset: 0x7AE46, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB20, symBinAddr: 0x2865C, symSize: 0x20 } + - { offsetInCU: 0x12B2, offset: 0x7AE62, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0xB40, symBinAddr: 0x2867C, symSize: 0x20 } + - { offsetInCU: 0x12CE, offset: 0x7AE7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB60, symBinAddr: 0x2869C, symSize: 0x20 } + - { offsetInCU: 0x12EA, offset: 0x7AE9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB80, symBinAddr: 0x286BC, symSize: 0x20 } + - { offsetInCU: 0x13D6, offset: 0x7AF86, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addDropShadowAnimations3for7contextyAC0dE5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xBA0, symBinAddr: 0x286DC, symSize: 0x224 } + - { offsetInCU: 0x15C8, offset: 0x7B178, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xDC4, symBinAddr: 0x28900, symSize: 0x1C4 } + - { offsetInCU: 0x1769, offset: 0x7B319, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xF88, symBinAddr: 0x28AC4, symSize: 0x130 } + - { offsetInCU: 0x1955, offset: 0x7B505, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x10B8, symBinAddr: 0x28BF4, symSize: 0x22C } + - { offsetInCU: 0x1B12, offset: 0x7B6C2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6CGSizeVAC0B8Vector1DV_ANtXEfU_', symObjAddr: 0x12E4, symBinAddr: 0x28E20, symSize: 0x60 } + - { offsetInCU: 0x1C10, offset: 0x7B7C0, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie8KeyframeCyAH0F8Vector1DVG_Tg5', symObjAddr: 0x1384, symBinAddr: 0x28E80, symSize: 0x154 } + - { offsetInCU: 0x1E4F, offset: 0x7B9FF, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie14PathOutputNodeC_Tg5', symObjAddr: 0x1660, symBinAddr: 0x2915C, symSize: 0x150 } + - { offsetInCU: 0x2105, offset: 0x7BCB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x2050, symBinAddr: 0x29AEC, symSize: 0x8 } + - { offsetInCU: 0x2119, offset: 0x7BCC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x2058, symBinAddr: 0x29AF4, symSize: 0x5C } + - { offsetInCU: 0x2138, offset: 0x7BCE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x2108, symBinAddr: 0x29B60, symSize: 0x18 } + - { offsetInCU: 0x2150, offset: 0x7BD00, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x2108, symBinAddr: 0x29B60, symSize: 0x18 } + - { offsetInCU: 0x2161, offset: 0x7BD11, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x2198, symBinAddr: 0x29BF0, symSize: 0x8 } + - { offsetInCU: 0x242F, offset: 0x7BFDF, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F41CRbzlFSbAHXEfU_AA014Vector1DEffectF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1938, symBinAddr: 0x29434, symSize: 0x15C } + - { offsetInCU: 0x25B2, offset: 0x7C162, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F32CRbzlFSbAHXEfU_AA05ColorcF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1A94, symBinAddr: 0x29590, symSize: 0x15C } + - { offsetInCU: 0x274A, offset: 0x7C2FA, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVyAByxGqd__c7ElementQyd__RszSTRd__lufC6Lottie8KeyframeCyAF0D8Vector1DVG_SayAKGTg5Tf4nd_n', symObjAddr: 0x1BF0, symBinAddr: 0x296EC, symSize: 0xC4 } + - { offsetInCU: 0x75, offset: 0x7C6D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x29BFC, symSize: 0x58 } + - { offsetInCU: 0xDA, offset: 0x7C736, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCACycfcTo', symObjAddr: 0x58, symBinAddr: 0x29C54, symSize: 0x2C } + - { offsetInCU: 0x169, offset: 0x7C7C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5layerACyp_tcfcTo', symObjAddr: 0x84, symBinAddr: 0x29C80, symSize: 0x54 } + - { offsetInCU: 0x1D0, offset: 0x7C82C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCfD', symObjAddr: 0xD8, symBinAddr: 0x29CD4, symSize: 0x30 } + - { offsetInCU: 0x338, offset: 0x7C994, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF', symObjAddr: 0x108, symBinAddr: 0x29D04, symSize: 0x2EC } + - { offsetInCU: 0x5F1, offset: 0x7CC4D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tFSSyXEfu_TA', symObjAddr: 0x3F4, symBinAddr: 0x29FF0, symSize: 0x30 } + - { offsetInCU: 0x62F, offset: 0x7CC8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x424, symBinAddr: 0x2A020, symSize: 0x8 } + - { offsetInCU: 0x643, offset: 0x7CC9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCMa', symObjAddr: 0x9C8, symBinAddr: 0x2A5B4, symSize: 0x20 } + - { offsetInCU: 0x27E, offset: 0x7D190, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6renderyySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x2AF20, symSize: 0x9C8 } + - { offsetInCU: 0xCFF, offset: 0x7DC11, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x9C8, symBinAddr: 0x2B8E8, symSize: 0x44 } + - { offsetInCU: 0xD76, offset: 0x7DC88, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfD', symObjAddr: 0xA14, symBinAddr: 0x2B934, symSize: 0x2C } + - { offsetInCU: 0xDEE, offset: 0x7DD00, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xA60, symBinAddr: 0x2B980, symSize: 0xC } + - { offsetInCU: 0xE20, offset: 0x7DD32, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeI0C_tFTW', symObjAddr: 0xA6C, symBinAddr: 0x2B98C, symSize: 0x4 } + - { offsetInCU: 0xE3C, offset: 0x7DD4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xA70, symBinAddr: 0x2B990, symSize: 0x4 } + - { offsetInCU: 0xE58, offset: 0x7DD6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xA74, symBinAddr: 0x2B994, symSize: 0x20 } + - { offsetInCU: 0xED0, offset: 0x7DDE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfE', symObjAddr: 0xA0C, symBinAddr: 0x2B92C, symSize: 0x8 } + - { offsetInCU: 0xEFD, offset: 0x7DE0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCMa', symObjAddr: 0xA40, symBinAddr: 0x2B960, symSize: 0x20 } + - { offsetInCU: 0xF11, offset: 0x7DE23, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOh', symObjAddr: 0xB04, symBinAddr: 0x2B9E4, symSize: 0x40 } + - { offsetInCU: 0xF25, offset: 0x7DE37, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOb', symObjAddr: 0xB44, symBinAddr: 0x2BA24, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0x7E1E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x2BB24, symSize: 0x10 } + - { offsetInCU: 0x69, offset: 0x7E203, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfc', symObjAddr: 0x10, symBinAddr: 0x2BB34, symSize: 0x8 } + - { offsetInCU: 0x98, offset: 0x7E232, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF', symObjAddr: 0x18, symBinAddr: 0x2BB3C, symSize: 0x48 } + - { offsetInCU: 0xC7, offset: 0x7E261, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfd', symObjAddr: 0x60, symBinAddr: 0x2BB84, symSize: 0x8 } + - { offsetInCU: 0xF6, offset: 0x7E290, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfD', symObjAddr: 0x68, symBinAddr: 0x2BB8C, symSize: 0x10 } + - { offsetInCU: 0x15B, offset: 0x7E2F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCAA09AnimationcD0A2aDP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x78, symBinAddr: 0x2BB9C, symSize: 0x48 } + - { offsetInCU: 0x1A3, offset: 0x7E33D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0xC0, symBinAddr: 0x2BBE4, symSize: 0x8 } + - { offsetInCU: 0x1E6, offset: 0x7E380, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC8, symBinAddr: 0x2BBEC, symSize: 0x8 } + - { offsetInCU: 0x202, offset: 0x7E39C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCMa', symObjAddr: 0xD8, symBinAddr: 0x2BBFC, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x7E53A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x2BC30, symSize: 0x5C } + - { offsetInCU: 0x4B, offset: 0x7E55E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ', symObjAddr: 0x218, symBinAddr: 0x1DCB60, symSize: 0x0 } + - { offsetInCU: 0x70, offset: 0x7E583, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x2BC30, symSize: 0x5C } + - { offsetInCU: 0xB0, offset: 0x7E5C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ', symObjAddr: 0x5C, symBinAddr: 0x2BC8C, symSize: 0x70 } + - { offsetInCU: 0xE8, offset: 0x7E5FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ', symObjAddr: 0xCC, symBinAddr: 0x2BCFC, symSize: 0x80 } + - { offsetInCU: 0x130, offset: 0x7E643, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ', symObjAddr: 0x14C, symBinAddr: 0x2BD7C, symSize: 0x6C } + - { offsetInCU: 0x168, offset: 0x7E67B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ.resume.0', symObjAddr: 0x1B8, symBinAddr: 0x2BDE8, symSize: 0x4 } + - { offsetInCU: 0x194, offset: 0x7E6A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheOMa', symObjAddr: 0x1BC, symBinAddr: 0x2BDEC, symSize: 0x10 } + - { offsetInCU: 0x1A8, offset: 0x7E6BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAcA0cD8ProviderAAWl', symObjAddr: 0x1CC, symBinAddr: 0x2BDFC, symSize: 0x48 } + - { offsetInCU: 0x388, offset: 0x7EBB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC04textC5Model7contextAcA0bcE0C_AA0C7ContextVtKcfc', symObjAddr: 0x0, symBinAddr: 0x2BE44, symSize: 0x14C } + - { offsetInCU: 0x433, offset: 0x7EC60, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC015configureRenderC04withyAA0C7ContextV_tKF', symObjAddr: 0x14C, symBinAddr: 0x2BF90, symSize: 0x8D4 } + - { offsetInCU: 0xAC1, offset: 0x7F2EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xA20, symBinAddr: 0x2C864, symSize: 0xAC } + - { offsetInCU: 0xB0B, offset: 0x7F338, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfc', symObjAddr: 0xACC, symBinAddr: 0x2C910, symSize: 0x200 } + - { offsetInCU: 0xBDB, offset: 0x7F408, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfcTo', symObjAddr: 0xCCC, symBinAddr: 0x2CB10, symSize: 0x4C } + - { offsetInCU: 0xBF7, offset: 0x7F424, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0xD18, symBinAddr: 0x2CB5C, symSize: 0x758 } + - { offsetInCU: 0xEA5, offset: 0x7F6D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfD', symObjAddr: 0x149C, symBinAddr: 0x2D2E0, symSize: 0x34 } + - { offsetInCU: 0x123F, offset: 0x7FA6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfE', symObjAddr: 0x1470, symBinAddr: 0x2D2B4, symSize: 0x2C } + - { offsetInCU: 0x126C, offset: 0x7FA99, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfETo', symObjAddr: 0x14D0, symBinAddr: 0x2D314, symSize: 0x38 } + - { offsetInCU: 0x129B, offset: 0x7FAC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCMa', symObjAddr: 0x1508, symBinAddr: 0x2D34C, symSize: 0x20 } + - { offsetInCU: 0x12BA, offset: 0x7FAE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFAA12TextDocumentC_Tg5Tf4nnddn_g', symObjAddr: 0x15B0, symBinAddr: 0x2D3B8, symSize: 0xA0 } + - { offsetInCU: 0x135B, offset: 0x7FB88, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x1650, symBinAddr: 0x2D458, symSize: 0x8 } + - { offsetInCU: 0x136F, offset: 0x7FB9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x1658, symBinAddr: 0x2D460, symSize: 0x8 } + - { offsetInCU: 0x1383, offset: 0x7FBB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_TA', symObjAddr: 0x1728, symBinAddr: 0x2D468, symSize: 0x8 } + - { offsetInCU: 0x1397, offset: 0x7FBC4, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOy', symObjAddr: 0x1730, symBinAddr: 0x2D470, symSize: 0x10 } + - { offsetInCU: 0x677, offset: 0x80617, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFAA12TextDocumentC_Tg5', symObjAddr: 0x172C, symBinAddr: 0x2EC64, symSize: 0x60 } + - { offsetInCU: 0x7A1, offset: 0x80741, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC04textD00E8Provider04fontF0013rootAnimationD0AcA0bD5ModelC_AA0i7KeypathbF0_pAA0i4FontF0_pAA010MainThreadiD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x2D538, symSize: 0x500 } + - { offsetInCU: 0xB77, offset: 0x80B17, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x500, symBinAddr: 0x2DA38, symSize: 0xCC } + - { offsetInCU: 0xBC1, offset: 0x80B61, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x5CC, symBinAddr: 0x2DB04, symSize: 0x240 } + - { offsetInCU: 0xC5A, offset: 0x80BFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x80C, symBinAddr: 0x2DD44, symSize: 0x4C } + - { offsetInCU: 0xC76, offset: 0x80C16, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC20fullAnimationKeypathAA0fG0Vvg', symObjAddr: 0x858, symBinAddr: 0x2DD90, symSize: 0x21C } + - { offsetInCU: 0xDC1, offset: 0x80D61, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xA74, symBinAddr: 0x2DFAC, symSize: 0xCB8 } + - { offsetInCU: 0x161D, offset: 0x815BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x178C, symBinAddr: 0x2ECC4, symSize: 0x54 } + - { offsetInCU: 0x16A6, offset: 0x81646, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfD', symObjAddr: 0x185C, symBinAddr: 0x2ED94, symSize: 0x34 } + - { offsetInCU: 0x192E, offset: 0x818CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfE', symObjAddr: 0x17E0, symBinAddr: 0x2ED18, symSize: 0x7C } + - { offsetInCU: 0x195B, offset: 0x818FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfETo', symObjAddr: 0x1890, symBinAddr: 0x2EDC8, symSize: 0x88 } + - { offsetInCU: 0x198A, offset: 0x8192A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCMa', symObjAddr: 0x1918, symBinAddr: 0x2EE50, symSize: 0x20 } + - { offsetInCU: 0x1B28, offset: 0x81AC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x195C, symBinAddr: 0x2EE70, symSize: 0x4F4 } + - { offsetInCU: 0x2079, offset: 0x82019, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchable_pWOb', symObjAddr: 0x1FB0, symBinAddr: 0x2F3C8, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x82637, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x2F3E0, symSize: 0x27C } + - { offsetInCU: 0x214, offset: 0x82824, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x2F3E0, symSize: 0x27C } + - { offsetInCU: 0x41A, offset: 0x82A2A, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKFSo9CGPathRefaAI8KeyframeVXEfU_', symObjAddr: 0x27C, symBinAddr: 0x2F65C, symSize: 0xAC } + - { offsetInCU: 0x590, offset: 0x82BA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x328, symBinAddr: 0x2F708, symSize: 0x104 } + - { offsetInCU: 0x661, offset: 0x82C71, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x42C, symBinAddr: 0x2F80C, symSize: 0x4 } + - { offsetInCU: 0x67E, offset: 0x82C8E, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSgWOb', symObjAddr: 0x454, symBinAddr: 0x2F834, symSize: 0x48 } + - { offsetInCU: 0x692, offset: 0x82CA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x4DC, symBinAddr: 0x2F87C, symSize: 0x8 } + - { offsetInCU: 0x6A6, offset: 0x82CB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x4E4, symBinAddr: 0x2F884, symSize: 0x5C } + - { offsetInCU: 0x6BA, offset: 0x82CCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwCP', symObjAddr: 0x584, symBinAddr: 0x2F8E0, symSize: 0x30 } + - { offsetInCU: 0x6CE, offset: 0x82CDE, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x5B8, symBinAddr: 0x2F910, symSize: 0x14 } + - { offsetInCU: 0x6E2, offset: 0x82CF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwet', symObjAddr: 0x5CC, symBinAddr: 0x2F924, symSize: 0x20 } + - { offsetInCU: 0x6F6, offset: 0x82D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwst', symObjAddr: 0x5EC, symBinAddr: 0x2F944, symSize: 0x38 } + - { offsetInCU: 0x70A, offset: 0x82D1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVMa', symObjAddr: 0x624, symBinAddr: 0x2F97C, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x82FB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x2F98C, symSize: 0x1A4 } + - { offsetInCU: 0x4F, offset: 0x82FD5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding12CoreGraphics7CGFloatVvpZ', symObjAddr: 0x4320, symBinAddr: 0x1FACA0, symSize: 0x0 } + - { offsetInCU: 0x7A, offset: 0x83000, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x2F98C, symSize: 0x1A4 } + - { offsetInCU: 0x10A, offset: 0x83090, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tF', symObjAddr: 0x1A4, symBinAddr: 0x2FB30, symSize: 0x164 } + - { offsetInCU: 0x1FC, offset: 0x83182, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCACycfcTo', symObjAddr: 0x308, symBinAddr: 0x2FC94, symSize: 0x50 } + - { offsetInCU: 0x25F, offset: 0x831E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x358, symBinAddr: 0x2FCE4, symSize: 0xB0 } + - { offsetInCU: 0x2CC, offset: 0x83252, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x408, symBinAddr: 0x2FD94, symSize: 0x58 } + - { offsetInCU: 0x30F, offset: 0x83295, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCfD', symObjAddr: 0x460, symBinAddr: 0x2FDEC, symSize: 0x34 } + - { offsetInCU: 0x3E5, offset: 0x8336B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCMa', symObjAddr: 0x494, symBinAddr: 0x2FE20, symSize: 0x20 } + - { offsetInCU: 0x404, offset: 0x8338A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC6layout16superlayerBoundsySo6CGRectV_tF', symObjAddr: 0x4B4, symBinAddr: 0x2FE40, symSize: 0xE4 } + - { offsetInCU: 0x4BE, offset: 0x83444, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x598, symBinAddr: 0x2FF24, symSize: 0x4 } + - { offsetInCU: 0x4DA, offset: 0x83460, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding_WZ', symObjAddr: 0x59C, symBinAddr: 0x2FF28, symSize: 0x14 } + - { offsetInCU: 0x4F4, offset: 0x8347A, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0x5B0, symBinAddr: 0x2FF3C, symSize: 0x24 } + - { offsetInCU: 0x4F, offset: 0x836A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ', symObjAddr: 0x17F8, symBinAddr: 0x1DCC50, symSize: 0x0 } + - { offsetInCU: 0x87, offset: 0x836DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfC', symObjAddr: 0x0, symBinAddr: 0x2FF60, symSize: 0xE0 } + - { offsetInCU: 0x11E, offset: 0x83775, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfc', symObjAddr: 0xE0, symBinAddr: 0x30040, symSize: 0xD0 } + - { offsetInCU: 0x1B2, offset: 0x83809, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ', symObjAddr: 0x2D4, symBinAddr: 0x301F4, symSize: 0x40 } + - { offsetInCU: 0x1E9, offset: 0x83840, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg', symObjAddr: 0x314, symBinAddr: 0x30234, symSize: 0xC } + - { offsetInCU: 0x206, offset: 0x8385D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs', symObjAddr: 0x320, symBinAddr: 0x30240, symSize: 0x40 } + - { offsetInCU: 0x292, offset: 0x838E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM', symObjAddr: 0x360, symBinAddr: 0x30280, symSize: 0x20 } + - { offsetInCU: 0x306, offset: 0x8395D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM.resume.0', symObjAddr: 0x380, symBinAddr: 0x302A0, symSize: 0x44 } + - { offsetInCU: 0x370, offset: 0x839C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC05clearD0yyF', symObjAddr: 0x3C4, symBinAddr: 0x302E4, symSize: 0x70 } + - { offsetInCU: 0x3DF, offset: 0x83A36, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF', symObjAddr: 0x434, symBinAddr: 0x30354, symSize: 0x34 } + - { offsetInCU: 0x408, offset: 0x83A5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF', symObjAddr: 0x684, symBinAddr: 0x305A4, symSize: 0x48 } + - { offsetInCU: 0x43B, offset: 0x83A92, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfd', symObjAddr: 0xD5C, symBinAddr: 0x30C7C, symSize: 0x1C } + - { offsetInCU: 0x476, offset: 0x83ACD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfD', symObjAddr: 0xD78, symBinAddr: 0x30C98, symSize: 0x24 } + - { offsetInCU: 0x4EB, offset: 0x83B42, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP9animation6forKeyAA0aC0CSgSS_tFTW', symObjAddr: 0xD9C, symBinAddr: 0x30CBC, symSize: 0x34 } + - { offsetInCU: 0x568, offset: 0x83BBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP03setC0_6forKeyyAA0aC0C_SStFTW', symObjAddr: 0xDD0, symBinAddr: 0x30CF0, symSize: 0x48 } + - { offsetInCU: 0x5B7, offset: 0x83C0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP05clearD0yyFTW', symObjAddr: 0xE18, symBinAddr: 0x30D38, symSize: 0x4 } + - { offsetInCU: 0x64E, offset: 0x83CA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0_WZ', symObjAddr: 0x1F0, symBinAddr: 0x30110, symSize: 0xE4 } + - { offsetInCU: 0x746, offset: 0x83D9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC5value6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x468, symBinAddr: 0x30388, symSize: 0xF4 } + - { offsetInCU: 0x8F2, offset: 0x83F49, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_So10CGImageRefaTg5', symObjAddr: 0x6CC, symBinAddr: 0x305EC, symSize: 0x228 } + - { offsetInCU: 0xA56, offset: 0x840AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA0A9AnimationCTg5', symObjAddr: 0x8F4, symBinAddr: 0x30814, symSize: 0x234 } + - { offsetInCU: 0xBBA, offset: 0x84211, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA03DotA4FileCTg5', symObjAddr: 0xB28, symBinAddr: 0x30A48, symSize: 0x234 } + - { offsetInCU: 0xD13, offset: 0x8436A, size: 0x8, addend: 0x0, symName: '_$s10Foundation12NotificationVIeghn_So14NSNotificationCIeyBhy_TR', symObjAddr: 0x1070, symBinAddr: 0x30F90, symSize: 0x94 } + - { offsetInCU: 0xD2B, offset: 0x84382, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCMa', symObjAddr: 0x1304, symBinAddr: 0x31224, symSize: 0x20 } + - { offsetInCU: 0xD3F, offset: 0x84396, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC11removeValue6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x13A0, symBinAddr: 0x312C0, symSize: 0xE4 } + - { offsetInCU: 0xDBF, offset: 0x84416, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA03DotA4FileCTg5TA', symObjAddr: 0x1778, symBinAddr: 0x31698, symSize: 0x18 } + - { offsetInCU: 0xDD3, offset: 0x8442A, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1790, symBinAddr: 0x316B0, symSize: 0x10 } + - { offsetInCU: 0xDE7, offset: 0x8443E, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x17A0, symBinAddr: 0x316C0, symSize: 0x8 } + - { offsetInCU: 0xDFB, offset: 0x84452, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA0A9AnimationCTg5TA', symObjAddr: 0x17A8, symBinAddr: 0x316C8, symSize: 0x18 } + - { offsetInCU: 0xE0F, offset: 0x84466, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_So10CGImageRefaTg5TA', symObjAddr: 0x17C0, symBinAddr: 0x316E0, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x8476A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x31710, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x8478E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x31710, symSize: 0x8 } + - { offsetInCU: 0x77, offset: 0x847BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ', symObjAddr: 0x8, symBinAddr: 0x31718, symSize: 0xC } + - { offsetInCU: 0xE5, offset: 0x84828, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfC', symObjAddr: 0x5C, symBinAddr: 0x3176C, symSize: 0x180 } + - { offsetInCU: 0x1A8, offset: 0x848EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfC', symObjAddr: 0x1DC, symBinAddr: 0x318EC, symSize: 0x124 } + - { offsetInCU: 0x217, offset: 0x8495A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueSSvg', symObjAddr: 0x300, symBinAddr: 0x31A10, symSize: 0x74 } + - { offsetInCU: 0x243, offset: 0x84986, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueSSvg', symObjAddr: 0x374, symBinAddr: 0x31A84, symSize: 0x50 } + - { offsetInCU: 0x2AE, offset: 0x849F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO11descriptionSSvg', symObjAddr: 0x3C4, symBinAddr: 0x31AD4, symSize: 0x74 } + - { offsetInCU: 0x2F5, offset: 0x84A38, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x438, symBinAddr: 0x31B48, symSize: 0xC } + - { offsetInCU: 0x311, offset: 0x84A54, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x444, symBinAddr: 0x31B54, symSize: 0x24 } + - { offsetInCU: 0x32D, offset: 0x84A70, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x468, symBinAddr: 0x31B78, symSize: 0x4 } + - { offsetInCU: 0x349, offset: 0x84A8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO11descriptionSSvg', symObjAddr: 0x46C, symBinAddr: 0x31B7C, symSize: 0x50 } + - { offsetInCU: 0x378, offset: 0x84ABB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASQWb', symObjAddr: 0x4BC, symBinAddr: 0x31BCC, symSize: 0x4 } + - { offsetInCU: 0x38C, offset: 0x84ACF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOACSQAAWl', symObjAddr: 0x4C0, symBinAddr: 0x31BD0, symSize: 0x44 } + - { offsetInCU: 0x3A0, offset: 0x84AE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASQWb', symObjAddr: 0x504, symBinAddr: 0x31C14, symSize: 0x4 } + - { offsetInCU: 0x3B4, offset: 0x84AF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOACSQAAWl', symObjAddr: 0x508, symBinAddr: 0x31C18, symSize: 0x44 } + - { offsetInCU: 0x3C8, offset: 0x84B0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x54C, symBinAddr: 0x31C5C, symSize: 0xC } + - { offsetInCU: 0x3E4, offset: 0x84B27, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x558, symBinAddr: 0x31C68, symSize: 0x24 } + - { offsetInCU: 0x400, offset: 0x84B43, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x57C, symBinAddr: 0x31C8C, symSize: 0x4 } + - { offsetInCU: 0x41C, offset: 0x84B5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwet', symObjAddr: 0x590, symBinAddr: 0x31C90, symSize: 0xA4 } + - { offsetInCU: 0x430, offset: 0x84B73, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwst', symObjAddr: 0x634, symBinAddr: 0x31D34, symSize: 0xC4 } + - { offsetInCU: 0x444, offset: 0x84B87, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwug', symObjAddr: 0x6F8, symBinAddr: 0x31DF8, symSize: 0x14 } + - { offsetInCU: 0x458, offset: 0x84B9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwup', symObjAddr: 0x70C, symBinAddr: 0x31E0C, symSize: 0x4 } + - { offsetInCU: 0x46C, offset: 0x84BAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwui', symObjAddr: 0x710, symBinAddr: 0x31E10, symSize: 0x10 } + - { offsetInCU: 0x480, offset: 0x84BC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOMa', symObjAddr: 0x720, symBinAddr: 0x31E20, symSize: 0x10 } + - { offsetInCU: 0x494, offset: 0x84BD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwet', symObjAddr: 0x730, symBinAddr: 0x31E30, symSize: 0x90 } + - { offsetInCU: 0x4A8, offset: 0x84BEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwst', symObjAddr: 0x7C0, symBinAddr: 0x31EC0, symSize: 0xBC } + - { offsetInCU: 0x4BC, offset: 0x84BFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwug', symObjAddr: 0x87C, symBinAddr: 0x31F7C, symSize: 0x8 } + - { offsetInCU: 0x4D0, offset: 0x84C13, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwup', symObjAddr: 0x884, symBinAddr: 0x31F84, symSize: 0x4 } + - { offsetInCU: 0x4E4, offset: 0x84C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwui', symObjAddr: 0x888, symBinAddr: 0x31F88, symSize: 0xC } + - { offsetInCU: 0x4F8, offset: 0x84C3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOMa', symObjAddr: 0x894, symBinAddr: 0x31F94, symSize: 0x10 } + - { offsetInCU: 0x51D, offset: 0x84C60, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x31724, symSize: 0x8 } + - { offsetInCU: 0x539, offset: 0x84C7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C, symBinAddr: 0x3172C, symSize: 0x8 } + - { offsetInCU: 0x555, offset: 0x84C98, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x24, symBinAddr: 0x31734, symSize: 0x8 } + - { offsetInCU: 0x571, offset: 0x84CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2C, symBinAddr: 0x3173C, symSize: 0xC } + - { offsetInCU: 0x58D, offset: 0x84CD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x38, symBinAddr: 0x31748, symSize: 0xC } + - { offsetInCU: 0x5A9, offset: 0x84CEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH9hashValueSivgTW', symObjAddr: 0x44, symBinAddr: 0x31754, symSize: 0x8 } + - { offsetInCU: 0x5C5, offset: 0x84D08, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4C, symBinAddr: 0x3175C, symSize: 0x8 } + - { offsetInCU: 0x5E1, offset: 0x84D24, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x54, symBinAddr: 0x31764, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x84EB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x31FA4, symSize: 0x2B4 } + - { offsetInCU: 0x195, offset: 0x85021, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x31FA4, symSize: 0x2B4 } + - { offsetInCU: 0x377, offset: 0x85203, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC03addC6LayersyySayAA0c11CompositionB0CGF', symObjAddr: 0x2B4, symBinAddr: 0x32258, symSize: 0x3BC } + - { offsetInCU: 0x5EA, offset: 0x85476, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCfD', symObjAddr: 0x670, symBinAddr: 0x32614, symSize: 0x34 } + - { offsetInCU: 0x686, offset: 0x85512, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCMa', symObjAddr: 0x6A4, symBinAddr: 0x32648, symSize: 0x20 } + - { offsetInCU: 0x69A, offset: 0x85526, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOc', symObjAddr: 0x6C4, symBinAddr: 0x32668, symSize: 0x44 } + - { offsetInCU: 0x27, offset: 0x857AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x326AC, symSize: 0x70 } + - { offsetInCU: 0x81, offset: 0x85807, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x326AC, symSize: 0x70 } + - { offsetInCU: 0xC8, offset: 0x8584E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc', symObjAddr: 0x70, symBinAddr: 0x3271C, symSize: 0xAC } + - { offsetInCU: 0x131, offset: 0x858B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfC', symObjAddr: 0x11C, symBinAddr: 0x327C8, symSize: 0x78 } + - { offsetInCU: 0x17F, offset: 0x85905, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc', symObjAddr: 0x194, symBinAddr: 0x32840, symSize: 0x64 } + - { offsetInCU: 0x1B2, offset: 0x85938, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x1F8, symBinAddr: 0x328A4, symSize: 0x558 } + - { offsetInCU: 0x31F, offset: 0x85AA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_', symObjAddr: 0x790, symBinAddr: 0x32DFC, symSize: 0x90 } + - { offsetInCU: 0x3F6, offset: 0x85B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x820, symBinAddr: 0x32E8C, symSize: 0x10 } + - { offsetInCU: 0x419, offset: 0x85B9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfd', symObjAddr: 0x830, symBinAddr: 0x32E9C, symSize: 0x54 } + - { offsetInCU: 0x456, offset: 0x85BDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfD', symObjAddr: 0x884, symBinAddr: 0x32EF0, symSize: 0x60 } + - { offsetInCU: 0x4A3, offset: 0x85C29, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x8E4, symBinAddr: 0x32F50, symSize: 0x20 } + - { offsetInCU: 0x4E9, offset: 0x85C6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x904, symBinAddr: 0x32F70, symSize: 0x14 } + - { offsetInCU: 0x5BE, offset: 0x85D44, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x918, symBinAddr: 0x32F84, symSize: 0x14 } + - { offsetInCU: 0x623, offset: 0x85DA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x92C, symBinAddr: 0x32F98, symSize: 0x1C } + - { offsetInCU: 0x655, offset: 0x85DDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_TA', symObjAddr: 0x948, symBinAddr: 0x32FB4, symSize: 0x8 } + - { offsetInCU: 0x669, offset: 0x85DEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x950, symBinAddr: 0x32FBC, symSize: 0x8 } + - { offsetInCU: 0x67D, offset: 0x85E03, size: 0x8, addend: 0x0, symName: '_$sSo6NSDataC10contentsOf7optionsAB10Foundation3URLV_So0A14ReadingOptionsVtKcfcTO', symObjAddr: 0x998, symBinAddr: 0x32FC4, symSize: 0x120 } + - { offsetInCU: 0x69C, offset: 0x85E22, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0xAB8, symBinAddr: 0x330E4, symSize: 0x50 } + - { offsetInCU: 0x6B0, offset: 0x85E36, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0xB08, symBinAddr: 0x33134, symSize: 0x44 } + - { offsetInCU: 0x6C4, offset: 0x85E4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMU', symObjAddr: 0xB4C, symBinAddr: 0x33178, symSize: 0x8 } + - { offsetInCU: 0x6D8, offset: 0x85E5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMa', symObjAddr: 0xB54, symBinAddr: 0x33180, symSize: 0x3C } + - { offsetInCU: 0x6EC, offset: 0x85E72, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMr', symObjAddr: 0xB90, symBinAddr: 0x331BC, symSize: 0x74 } + - { offsetInCU: 0x4B, offset: 0x860F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x33264, symSize: 0x10 } + - { offsetInCU: 0x69, offset: 0x86111, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfc', symObjAddr: 0x304, symBinAddr: 0x33568, symSize: 0x8 } + - { offsetInCU: 0x98, offset: 0x86140, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x3DC, symBinAddr: 0x33570, symSize: 0x30 } + - { offsetInCU: 0xC3, offset: 0x8616B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF', symObjAddr: 0x40C, symBinAddr: 0x335A0, symSize: 0x30 } + - { offsetInCU: 0xFE, offset: 0x861A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfd', symObjAddr: 0x43C, symBinAddr: 0x335D0, symSize: 0x8 } + - { offsetInCU: 0x12D, offset: 0x861D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfD', symObjAddr: 0x444, symBinAddr: 0x335D8, symSize: 0x10 } + - { offsetInCU: 0x192, offset: 0x8623A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x460, symBinAddr: 0x335F4, symSize: 0x30 } + - { offsetInCU: 0x1DA, offset: 0x86282, size: 0x8, addend: 0x0, symName: '_$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF', symObjAddr: 0x10, symBinAddr: 0x33274, symSize: 0xC } + - { offsetInCU: 0x251, offset: 0x862F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfC', symObjAddr: 0x1C, symBinAddr: 0x33280, symSize: 0x30 } + - { offsetInCU: 0x296, offset: 0x8633E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc', symObjAddr: 0x4C, symBinAddr: 0x332B0, symSize: 0xC } + - { offsetInCU: 0x2BD, offset: 0x86365, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF', symObjAddr: 0x58, symBinAddr: 0x332BC, symSize: 0x198 } + - { offsetInCU: 0x462, offset: 0x8650A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x1F0, symBinAddr: 0x33454, symSize: 0xAC } + - { offsetInCU: 0x4D3, offset: 0x8657B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfd', symObjAddr: 0x29C, symBinAddr: 0x33500, symSize: 0x1C } + - { offsetInCU: 0x50E, offset: 0x865B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfD', symObjAddr: 0x2B8, symBinAddr: 0x3351C, symSize: 0x24 } + - { offsetInCU: 0x559, offset: 0x86601, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x2DC, symBinAddr: 0x33540, symSize: 0x4 } + - { offsetInCU: 0x575, offset: 0x8661D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x2E0, symBinAddr: 0x33544, symSize: 0x4 } + - { offsetInCU: 0x5FB, offset: 0x866A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x2E4, symBinAddr: 0x33548, symSize: 0xC } + - { offsetInCU: 0x675, offset: 0x8671D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2F0, symBinAddr: 0x33554, symSize: 0x14 } + - { offsetInCU: 0x6CD, offset: 0x86775, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x454, symBinAddr: 0x335E8, symSize: 0xC } + - { offsetInCU: 0x6E9, offset: 0x86791, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x490, symBinAddr: 0x33624, symSize: 0x8 } + - { offsetInCU: 0x72C, offset: 0x867D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x498, symBinAddr: 0x3362C, symSize: 0x8 } + - { offsetInCU: 0x774, offset: 0x8681C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCMa', symObjAddr: 0x73C, symBinAddr: 0x338D0, symSize: 0x20 } + - { offsetInCU: 0x788, offset: 0x86830, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCMa', symObjAddr: 0x770, symBinAddr: 0x33904, symSize: 0x20 } + - { offsetInCU: 0x848, offset: 0x868F0, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SSTg5Tf4nnd_n', symObjAddr: 0x4A0, symBinAddr: 0x33634, symSize: 0x28C } + - { offsetInCU: 0x27, offset: 0x86B34, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x33938, symSize: 0x9B0 } + - { offsetInCU: 0x24E, offset: 0x86D5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x33938, symSize: 0x9B0 } + - { offsetInCU: 0x91A, offset: 0x87427, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfd', symObjAddr: 0x9B0, symBinAddr: 0x342E8, symSize: 0x74 } + - { offsetInCU: 0x947, offset: 0x87454, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfD', symObjAddr: 0xA24, symBinAddr: 0x3435C, symSize: 0x1C } + - { offsetInCU: 0x983, offset: 0x87490, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xA60, symBinAddr: 0x34398, symSize: 0xC } + - { offsetInCU: 0x9C4, offset: 0x874D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xA6C, symBinAddr: 0x343A4, symSize: 0x30 } + - { offsetInCU: 0xA05, offset: 0x87512, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xA9C, symBinAddr: 0x343D4, symSize: 0xC } + - { offsetInCU: 0xA37, offset: 0x87544, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAA8, symBinAddr: 0x343E0, symSize: 0xC } + - { offsetInCU: 0xA65, offset: 0x87572, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCMa', symObjAddr: 0xA40, symBinAddr: 0x34378, symSize: 0x20 } + - { offsetInCU: 0xAD3, offset: 0x875E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC9transformAcA0C0C_tcfc', symObjAddr: 0xAB4, symBinAddr: 0x343EC, symSize: 0x168 } + - { offsetInCU: 0xB7B, offset: 0x87688, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCfD', symObjAddr: 0xC1C, symBinAddr: 0x34554, symSize: 0x34 } + - { offsetInCU: 0xBDC, offset: 0x876E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xC70, symBinAddr: 0x345A8, symSize: 0x44 } + - { offsetInCU: 0xC28, offset: 0x87735, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xCB4, symBinAddr: 0x345EC, symSize: 0x24 } + - { offsetInCU: 0xC69, offset: 0x87776, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xCD8, symBinAddr: 0x34610, symSize: 0xC } + - { offsetInCU: 0xCAA, offset: 0x877B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xCE4, symBinAddr: 0x3461C, symSize: 0x4 } + - { offsetInCU: 0xCCA, offset: 0x877D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xCE4, symBinAddr: 0x3461C, symSize: 0x4 } + - { offsetInCU: 0xCEB, offset: 0x877F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xCE8, symBinAddr: 0x34620, symSize: 0x8 } + - { offsetInCU: 0xD0B, offset: 0x87818, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xCE8, symBinAddr: 0x34620, symSize: 0x8 } + - { offsetInCU: 0xD2C, offset: 0x87839, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xCF0, symBinAddr: 0x34628, symSize: 0x8 } + - { offsetInCU: 0xD4C, offset: 0x87859, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xCF0, symBinAddr: 0x34628, symSize: 0x8 } + - { offsetInCU: 0xD6D, offset: 0x8787A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xCF8, symBinAddr: 0x34630, symSize: 0x8 } + - { offsetInCU: 0xD8D, offset: 0x8789A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xCF8, symBinAddr: 0x34630, symSize: 0x8 } + - { offsetInCU: 0xDAE, offset: 0x878BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xD00, symBinAddr: 0x34638, symSize: 0x8 } + - { offsetInCU: 0xDCE, offset: 0x878DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xD00, symBinAddr: 0x34638, symSize: 0x8 } + - { offsetInCU: 0xDEF, offset: 0x878FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xD08, symBinAddr: 0x34640, symSize: 0x8 } + - { offsetInCU: 0xE0F, offset: 0x8791C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xD08, symBinAddr: 0x34640, symSize: 0x8 } + - { offsetInCU: 0xE30, offset: 0x8793D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xD10, symBinAddr: 0x34648, symSize: 0x8 } + - { offsetInCU: 0xE50, offset: 0x8795D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xD10, symBinAddr: 0x34648, symSize: 0x8 } + - { offsetInCU: 0xE71, offset: 0x8797E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xD18, symBinAddr: 0x34650, symSize: 0xC } + - { offsetInCU: 0xE91, offset: 0x8799E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xD18, symBinAddr: 0x34650, symSize: 0xC } + - { offsetInCU: 0xEB2, offset: 0x879BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xD24, symBinAddr: 0x3465C, symSize: 0x10 } + - { offsetInCU: 0xED2, offset: 0x879DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xD24, symBinAddr: 0x3465C, symSize: 0x10 } + - { offsetInCU: 0xF0E, offset: 0x87A1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xD34, symBinAddr: 0x3466C, symSize: 0x18 } + - { offsetInCU: 0xF4D, offset: 0x87A5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xD4C, symBinAddr: 0x34684, symSize: 0x41C } + - { offsetInCU: 0x12C1, offset: 0x87DCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCMa', symObjAddr: 0xC50, symBinAddr: 0x34588, symSize: 0x20 } + - { offsetInCU: 0x13FD, offset: 0x87F0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOc', symObjAddr: 0x1168, symBinAddr: 0x34AA0, symSize: 0x44 } + - { offsetInCU: 0x1411, offset: 0x87F1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOb', symObjAddr: 0x1264, symBinAddr: 0x34AE4, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x88228, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x34AFC, symSize: 0x688 } + - { offsetInCU: 0xDE, offset: 0x882DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x34AFC, symSize: 0x688 } + - { offsetInCU: 0x279, offset: 0x8847A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV_AC05ZIP64cdeF0VSgtSgWOb', symObjAddr: 0x688, symBinAddr: 0x35184, symSize: 0x48 } + - { offsetInCU: 0x28D, offset: 0x8848E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOy', symObjAddr: 0x760, symBinAddr: 0x351CC, symSize: 0x1C } + - { offsetInCU: 0x2A1, offset: 0x884A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOe', symObjAddr: 0x7C0, symBinAddr: 0x351E8, symSize: 0x1C } + - { offsetInCU: 0x2B5, offset: 0x884B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwCP', symObjAddr: 0x7DC, symBinAddr: 0x35204, symSize: 0x30 } + - { offsetInCU: 0x2C9, offset: 0x884CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwxx', symObjAddr: 0x80C, symBinAddr: 0x35234, symSize: 0x44 } + - { offsetInCU: 0x2DD, offset: 0x884DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwcp', symObjAddr: 0x850, symBinAddr: 0x35278, symSize: 0xFC } + - { offsetInCU: 0x2F1, offset: 0x884F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwca', symObjAddr: 0x94C, symBinAddr: 0x35374, symSize: 0x23C } + - { offsetInCU: 0x305, offset: 0x88506, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVWOh', symObjAddr: 0xB88, symBinAddr: 0x355B0, symSize: 0x34 } + - { offsetInCU: 0x319, offset: 0x8851A, size: 0x8, addend: 0x0, symName: ___swift_memcpy160_8, symObjAddr: 0xBBC, symBinAddr: 0x355E4, symSize: 0x2C } + - { offsetInCU: 0x32D, offset: 0x8852E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwta', symObjAddr: 0xBE8, symBinAddr: 0x35610, symSize: 0x11C } + - { offsetInCU: 0x341, offset: 0x88542, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwet', symObjAddr: 0xD04, symBinAddr: 0x3572C, symSize: 0x5C } + - { offsetInCU: 0x355, offset: 0x88556, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwst', symObjAddr: 0xD60, symBinAddr: 0x35788, symSize: 0x7C } + - { offsetInCU: 0x369, offset: 0x8856A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVMa', symObjAddr: 0xDDC, symBinAddr: 0x35804, symSize: 0x10 } + - { offsetInCU: 0x75, offset: 0x8882B, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x1C0, symBinAddr: 0x359D4, symSize: 0x130 } + - { offsetInCU: 0x111, offset: 0x888C7, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSDySSypGSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x478, symBinAddr: 0x35C8C, symSize: 0x130 } + - { offsetInCU: 0x1FB, offset: 0x889B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC19reducedMotionMarkerAA0E0CSgvg', symObjAddr: 0xB90, symBinAddr: 0x363A4, symSize: 0x134 } + - { offsetInCU: 0x32A, offset: 0x88AE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xE94, symBinAddr: 0x366A8, symSize: 0x4C } + - { offsetInCU: 0x33E, offset: 0x88AF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xEE0, symBinAddr: 0x366F4, symSize: 0x780 } + - { offsetInCU: 0x621, offset: 0x88DD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfC', symObjAddr: 0x17B0, symBinAddr: 0x36F40, symSize: 0x4C } + - { offsetInCU: 0x686, offset: 0x88E3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x17FC, symBinAddr: 0x36F8C, symSize: 0xBCC } + - { offsetInCU: 0xE1D, offset: 0x895D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueSSvg', symObjAddr: 0x23C8, symBinAddr: 0x37B58, symSize: 0x20 } + - { offsetInCU: 0xE56, offset: 0x8960C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x259C, symBinAddr: 0x37D2C, symSize: 0x20 } + - { offsetInCU: 0xE84, offset: 0x8963A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x259C, symBinAddr: 0x37D2C, symSize: 0x20 } + - { offsetInCU: 0xECD, offset: 0x89683, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2740, symBinAddr: 0x37ED0, symSize: 0x44 } + - { offsetInCU: 0xF13, offset: 0x896C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2784, symBinAddr: 0x37F14, symSize: 0x28 } + - { offsetInCU: 0xF27, offset: 0x896DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x27AC, symBinAddr: 0x37F3C, symSize: 0x8 } + - { offsetInCU: 0xF5D, offset: 0x89713, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x27B4, symBinAddr: 0x37F44, symSize: 0x3C } + - { offsetInCU: 0xFC2, offset: 0x89778, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x27F0, symBinAddr: 0x37F80, symSize: 0xC } + - { offsetInCU: 0xFDE, offset: 0x89794, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x27FC, symBinAddr: 0x37F8C, symSize: 0xC } + - { offsetInCU: 0xFFA, offset: 0x897B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0xE32C, symBinAddr: 0x439EC, symSize: 0x50 } + - { offsetInCU: 0x1026, offset: 0x897DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x23E8, symBinAddr: 0x37B78, symSize: 0x8 } + - { offsetInCU: 0x1053, offset: 0x89809, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x23F0, symBinAddr: 0x37B80, symSize: 0x8 } + - { offsetInCU: 0x1080, offset: 0x89836, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9framerateSdvg', symObjAddr: 0x23F8, symBinAddr: 0x37B88, symSize: 0x8 } + - { offsetInCU: 0x10AD, offset: 0x89863, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC11markerNamesSaySSGvg', symObjAddr: 0x2400, symBinAddr: 0x37B90, symSize: 0x19C } + - { offsetInCU: 0x12C2, offset: 0x89A78, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfd', symObjAddr: 0x298C, symBinAddr: 0x3811C, symSize: 0x4C } + - { offsetInCU: 0x12EF, offset: 0x89AA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfD', symObjAddr: 0x29D8, symBinAddr: 0x38168, symSize: 0x1C } + - { offsetInCU: 0x131C, offset: 0x89AD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF', symObjAddr: 0x29F4, symBinAddr: 0x38184, symSize: 0x3D8 } + - { offsetInCU: 0x1373, offset: 0x89B29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2DCC, symBinAddr: 0x3855C, symSize: 0x54 } + - { offsetInCU: 0x13AB, offset: 0x89B61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2E20, symBinAddr: 0x385B0, symSize: 0x20 } + - { offsetInCU: 0x13DB, offset: 0x89B91, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfC', symObjAddr: 0xCC4, symBinAddr: 0x364D8, symSize: 0x2C } + - { offsetInCU: 0x13F8, offset: 0x89BAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueSivg', symObjAddr: 0xCF0, symBinAddr: 0x36504, symSize: 0x8 } + - { offsetInCU: 0x142D, offset: 0x89BE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xDBC, symBinAddr: 0x365D0, symSize: 0x24 } + - { offsetInCU: 0x1470, offset: 0x89C26, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xDE0, symBinAddr: 0x365F4, symSize: 0xC } + - { offsetInCU: 0x1490, offset: 0x89C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xDE0, symBinAddr: 0x365F4, symSize: 0xC } + - { offsetInCU: 0x1606, offset: 0x89DBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x16C4, symBinAddr: 0x36E74, symSize: 0x44 } + - { offsetInCU: 0x161A, offset: 0x89DD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSeAAWl', symObjAddr: 0x1728, symBinAddr: 0x36EB8, symSize: 0x44 } + - { offsetInCU: 0x162E, offset: 0x89DE4, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSeAAWl', symObjAddr: 0x176C, symBinAddr: 0x36EFC, symSize: 0x44 } + - { offsetInCU: 0x185A, offset: 0x8A010, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20MaskCompositionLayerC0oQ0C_Tg5', symObjAddr: 0x2E40, symBinAddr: 0x385D0, symSize: 0x2C } + - { offsetInCU: 0x1872, offset: 0x8A028, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4MaskC_Tg5', symObjAddr: 0x2E6C, symBinAddr: 0x385FC, symSize: 0x2C } + - { offsetInCU: 0x188A, offset: 0x8A040, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie14ShapeItemLayerC0P0V_Tg5', symObjAddr: 0x2E98, symBinAddr: 0x38628, symSize: 0x1C } + - { offsetInCU: 0x18A2, offset: 0x8A058, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFyp_Tg5', symObjAddr: 0x2EB4, symBinAddr: 0x38644, symSize: 0x1C } + - { offsetInCU: 0x18BA, offset: 0x8A070, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x2ED0, symBinAddr: 0x38660, symSize: 0x1C } + - { offsetInCU: 0x18D2, offset: 0x8A088, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie9ShapeItemC_Tg5', symObjAddr: 0x2EEC, symBinAddr: 0x3867C, symSize: 0x2C } + - { offsetInCU: 0x18EA, offset: 0x8A0A0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GroupC_Tg5', symObjAddr: 0x2F18, symBinAddr: 0x386A8, symSize: 0x2C } + - { offsetInCU: 0x1902, offset: 0x8A0B8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector3DVG_Tg5', symObjAddr: 0x2F44, symBinAddr: 0x386D4, symSize: 0x2C } + - { offsetInCU: 0x191A, offset: 0x8A0D0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x2F70, symBinAddr: 0x38700, symSize: 0x2C } + - { offsetInCU: 0x1932, offset: 0x8A0E8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyValueProvider_p_Tg5', symObjAddr: 0x2F9C, symBinAddr: 0x3872C, symSize: 0x2C } + - { offsetInCU: 0x194A, offset: 0x8A100, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie13KeyframeGroupCyypG_Tg5', symObjAddr: 0x2FC8, symBinAddr: 0x38758, symSize: 0x2C } + - { offsetInCU: 0x1962, offset: 0x8A118, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x2FF4, symBinAddr: 0x38784, symSize: 0x24 } + - { offsetInCU: 0x197A, offset: 0x8A130, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyypG_Tg5', symObjAddr: 0x3018, symBinAddr: 0x387A8, symSize: 0x2C } + - { offsetInCU: 0x1992, offset: 0x8A148, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSd_Tg5', symObjAddr: 0x3044, symBinAddr: 0x387D4, symSize: 0x1C } + - { offsetInCU: 0x19AA, offset: 0x8A160, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x3060, symBinAddr: 0x387F0, symSize: 0x1C } + - { offsetInCU: 0x19C2, offset: 0x8A178, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo19CAKeyframeAnimationC_Tg5', symObjAddr: 0x307C, symBinAddr: 0x3880C, symSize: 0x34 } + - { offsetInCU: 0x19DA, offset: 0x8A190, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo8NSNumberC_Tg5', symObjAddr: 0x30B0, symBinAddr: 0x38840, symSize: 0x34 } + - { offsetInCU: 0x19F2, offset: 0x8A1A8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x30E4, symBinAddr: 0x38874, symSize: 0x1C } + - { offsetInCU: 0x1A0A, offset: 0x8A1C0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySo13CATransform3DVGG_Tg5', symObjAddr: 0x3100, symBinAddr: 0x38890, symSize: 0x2C } + - { offsetInCU: 0x1A22, offset: 0x8A1D8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CGPointV_Tg5', symObjAddr: 0x312C, symBinAddr: 0x388BC, symSize: 0x2C } + - { offsetInCU: 0x1A3A, offset: 0x8A1F0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSb_Tg5', symObjAddr: 0x3158, symBinAddr: 0x388E8, symSize: 0x1C } + - { offsetInCU: 0x1A52, offset: 0x8A208, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySbGG_Tg5', symObjAddr: 0x3174, symBinAddr: 0x38904, symSize: 0x2C } + - { offsetInCU: 0x1A6A, offset: 0x8A220, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo10CGColorRefa_Tg5', symObjAddr: 0x31A0, symBinAddr: 0x38930, symSize: 0x2C } + - { offsetInCU: 0x1A82, offset: 0x8A238, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo6CGSizeV_Tg5', symObjAddr: 0x31CC, symBinAddr: 0x3895C, symSize: 0x2C } + - { offsetInCU: 0x1A9A, offset: 0x8A250, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySo6CGSizeVG_Tg5', symObjAddr: 0x31F8, symBinAddr: 0x38988, symSize: 0x2C } + - { offsetInCU: 0x1AB2, offset: 0x8A268, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DV5start_AK3endtG_Tg5', symObjAddr: 0x3224, symBinAddr: 0x389B4, symSize: 0x2C } + - { offsetInCU: 0x1ACA, offset: 0x8A280, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG010BezierPathO0VG_Tg5', symObjAddr: 0x3250, symBinAddr: 0x389E0, symSize: 0x2C } + - { offsetInCU: 0x1AE2, offset: 0x8A298, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo9CGPathRefa_Tg5', symObjAddr: 0x327C, symBinAddr: 0x38A0C, symSize: 0x2C } + - { offsetInCU: 0x1AFA, offset: 0x8A2B0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG7EllipseCAHVG_Tg5', symObjAddr: 0x32A8, symBinAddr: 0x38A38, symSize: 0x2C } + - { offsetInCU: 0x1B12, offset: 0x8A2C8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG9RectangleCAHVG_Tg5', symObjAddr: 0x32D4, symBinAddr: 0x38A64, symSize: 0x2C } + - { offsetInCU: 0x1B2A, offset: 0x8A2E0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4StarCAHVG_Tg5', symObjAddr: 0x3300, symBinAddr: 0x38A90, symSize: 0x2C } + - { offsetInCU: 0x1B42, offset: 0x8A2F8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFABy6Lottie8KeyframeCyAG0N8Vector1DVGG_Tg5', symObjAddr: 0x332C, symBinAddr: 0x38ABC, symSize: 0x1C } + - { offsetInCU: 0x1B5A, offset: 0x8A310, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5', symObjAddr: 0x3348, symBinAddr: 0x38AD8, symSize: 0x2C } + - { offsetInCU: 0x1B72, offset: 0x8A328, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3374, symBinAddr: 0x38B04, symSize: 0x2C } + - { offsetInCU: 0x1B8A, offset: 0x8A340, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x33A0, symBinAddr: 0x38B30, symSize: 0x2C } + - { offsetInCU: 0x1BA2, offset: 0x8A358, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySayAG10BezierPathVGG_Tg5', symObjAddr: 0x33CC, symBinAddr: 0x38B5C, symSize: 0x2C } + - { offsetInCU: 0x1BBA, offset: 0x8A370, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyKeyframeGroup_p_Tg5', symObjAddr: 0x33F8, symBinAddr: 0x38B88, symSize: 0x2C } + - { offsetInCU: 0x1BD2, offset: 0x8A388, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20KeyframeInterpolatorCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x3424, symBinAddr: 0x38BB4, symSize: 0x2C } + - { offsetInCU: 0x1BEA, offset: 0x8A3A0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie0N8Vector1DV_Tg5', symObjAddr: 0x3450, symBinAddr: 0x38BE0, symSize: 0x24 } + - { offsetInCU: 0x1C02, offset: 0x8A3B8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie17KeypathSearchable_p_Tg5', symObjAddr: 0x3474, symBinAddr: 0x38C04, symSize: 0x2C } + - { offsetInCU: 0x1C1A, offset: 0x8A3D0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16CompositionLayerC_Tg5', symObjAddr: 0x34A0, symBinAddr: 0x38C30, symSize: 0x2C } + - { offsetInCU: 0x1C32, offset: 0x8A3E8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4FontC_Tg5', symObjAddr: 0x34CC, symBinAddr: 0x38C5C, symSize: 0x2C } + - { offsetInCU: 0x1C4A, offset: 0x8A400, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie6MarkerC_Tg5', symObjAddr: 0x34F8, symBinAddr: 0x38C88, symSize: 0x2C } + - { offsetInCU: 0x1C62, offset: 0x8A418, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GlyphC_Tg5', symObjAddr: 0x3524, symBinAddr: 0x38CB4, symSize: 0x2C } + - { offsetInCU: 0x1C7A, offset: 0x8A430, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N5ColorVG_Tg5', symObjAddr: 0x3550, symBinAddr: 0x38CE0, symSize: 0x2C } + - { offsetInCU: 0x1C92, offset: 0x8A448, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CALayerC_Tg5', symObjAddr: 0x357C, symBinAddr: 0x38D0C, symSize: 0x34 } + - { offsetInCU: 0x1CAA, offset: 0x8A460, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie12TextAnimatorC_Tg5', symObjAddr: 0x35B0, symBinAddr: 0x38D40, symSize: 0x2C } + - { offsetInCU: 0x1CC2, offset: 0x8A478, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG12TextDocumentCG_Tg5', symObjAddr: 0x35DC, symBinAddr: 0x38D6C, symSize: 0x2C } + - { offsetInCU: 0x1CDA, offset: 0x8A490, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySaySdGG_Tg5', symObjAddr: 0x3608, symBinAddr: 0x38D98, symSize: 0x2C } + - { offsetInCU: 0x1CF2, offset: 0x8A4A8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie11DashElementC_Tg5', symObjAddr: 0x3634, symBinAddr: 0x38DC4, symSize: 0x2C } + - { offsetInCU: 0x1D0A, offset: 0x8A4C0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG10BezierPathVG_Tg5', symObjAddr: 0x3660, symBinAddr: 0x38DF0, symSize: 0x2C } + - { offsetInCU: 0x1D22, offset: 0x8A4D8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie03DotN4FileC9AnimationV_Tg5', symObjAddr: 0x368C, symBinAddr: 0x38E1C, symSize: 0x1C } + - { offsetInCU: 0x1D9D, offset: 0x8A553, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0R0V_Tg5', symObjAddr: 0x37E4, symBinAddr: 0x38F74, symSize: 0x104 } + - { offsetInCU: 0x1F00, offset: 0x8A6B6, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x38E8, symBinAddr: 0x39078, symSize: 0x108 } + - { offsetInCU: 0x2063, offset: 0x8A819, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x39F0, symBinAddr: 0x39180, symSize: 0x104 } + - { offsetInCU: 0x21C6, offset: 0x8A97C, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x3AF4, symBinAddr: 0x39284, symSize: 0xFC } + - { offsetInCU: 0x2313, offset: 0x8AAC9, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x3BF0, symBinAddr: 0x39380, symSize: 0x104 } + - { offsetInCU: 0x2476, offset: 0x8AC2C, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x3E44, symBinAddr: 0x395D4, symSize: 0x124 } + - { offsetInCU: 0x25D9, offset: 0x8AD8F, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSb_Tg5', symObjAddr: 0x3F68, symBinAddr: 0x396F8, symSize: 0xE8 } + - { offsetInCU: 0x273C, offset: 0x8AEF2, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs0aB0Vy6Lottie8KeyframeCyAJ0P8Vector1DVGG_Tg5', symObjAddr: 0x417C, symBinAddr: 0x3990C, symSize: 0x124 } + - { offsetInCU: 0x289F, offset: 0x8B055, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV_Tg5', symObjAddr: 0x4728, symBinAddr: 0x39EB8, symSize: 0x120 } + - { offsetInCU: 0x2A02, offset: 0x8B1B8, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie03DotP4FileC9AnimationV_Tg5', symObjAddr: 0x4848, symBinAddr: 0x39FD8, symSize: 0x118 } + - { offsetInCU: 0x2B39, offset: 0x8B2EF, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x4960, symBinAddr: 0x3A0F0, symSize: 0x1AC } + - { offsetInCU: 0x2BDB, offset: 0x8B391, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector1DVTg5', symObjAddr: 0x4B0C, symBinAddr: 0x3A29C, symSize: 0x188 } + - { offsetInCU: 0x2C7D, offset: 0x8B433, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector3DVTg5', symObjAddr: 0x4C94, symBinAddr: 0x3A424, symSize: 0x1A0 } + - { offsetInCU: 0x2D1F, offset: 0x8B4D5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x4E34, symBinAddr: 0x3A5C4, symSize: 0x188 } + - { offsetInCU: 0x2DC1, offset: 0x8B577, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G5ColorVTg5', symObjAddr: 0x4FBC, symBinAddr: 0x3A74C, symSize: 0x194 } + - { offsetInCU: 0x2E63, offset: 0x8B619, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x5150, symBinAddr: 0x3A8E0, symSize: 0x18C } + - { offsetInCU: 0x2F05, offset: 0x8B6BB, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x52DC, symBinAddr: 0x3AA6C, symSize: 0x1CC } + - { offsetInCU: 0x2FA7, offset: 0x8B75D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x54B4, symBinAddr: 0x3AC44, symSize: 0x1A0 } + - { offsetInCU: 0x3049, offset: 0x8B7FF, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x5654, symBinAddr: 0x3ADE4, symSize: 0x1A8 } + - { offsetInCU: 0x30EB, offset: 0x8B8A1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x57FC, symBinAddr: 0x3AF8C, symSize: 0x1A8 } + - { offsetInCU: 0x318D, offset: 0x8B943, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x59A4, symBinAddr: 0x3B134, symSize: 0x194 } + - { offsetInCU: 0x322F, offset: 0x8B9E5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x5D14, symBinAddr: 0x3B4A4, symSize: 0x1F8 } + - { offsetInCU: 0x32DC, offset: 0x8BA92, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x5F0C, symBinAddr: 0x3B69C, symSize: 0x1B0 } + - { offsetInCU: 0x3389, offset: 0x8BB3F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0x60BC, symBinAddr: 0x3B84C, symSize: 0x1B8 } + - { offsetInCU: 0x342B, offset: 0x8BBE1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF6Lottie16AnimationKeypathV_AD16AnyValueProvider_pTg5', symObjAddr: 0x6274, symBinAddr: 0x3BA04, symSize: 0x1DC } + - { offsetInCU: 0x34AC, offset: 0x8BC62, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie6MarkerCTg5', symObjAddr: 0x6450, symBinAddr: 0x3BBE0, symSize: 0x1C4 } + - { offsetInCU: 0x3559, offset: 0x8BD0F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AH2totTg5', symObjAddr: 0x6620, symBinAddr: 0x3BDB0, symSize: 0x1EC } + - { offsetInCU: 0x35F3, offset: 0x8BDA9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSu_SSTg5', symObjAddr: 0x69E8, symBinAddr: 0x3C178, symSize: 0x1BC } + - { offsetInCU: 0x3695, offset: 0x8BE4B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_So10CGImageRefaTg5', symObjAddr: 0x6BA4, symBinAddr: 0x3C334, symSize: 0x1C4 } + - { offsetInCU: 0x374D, offset: 0x8BF03, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x6F30, symBinAddr: 0x3C6C0, symSize: 0x35C } + - { offsetInCU: 0x3859, offset: 0x8C00F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector1DVTg5', symObjAddr: 0x728C, symBinAddr: 0x3CA1C, symSize: 0x308 } + - { offsetInCU: 0x3965, offset: 0x8C11B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector3DVTg5', symObjAddr: 0x7594, symBinAddr: 0x3CD24, symSize: 0x320 } + - { offsetInCU: 0x3A71, offset: 0x8C227, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x78B4, symBinAddr: 0x3D044, symSize: 0x2FC } + - { offsetInCU: 0x3B7D, offset: 0x8C333, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N5ColorVTg5', symObjAddr: 0x7BB0, symBinAddr: 0x3D340, symSize: 0x310 } + - { offsetInCU: 0x3C89, offset: 0x8C43F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x7EC0, symBinAddr: 0x3D650, symSize: 0x300 } + - { offsetInCU: 0x3DA0, offset: 0x8C556, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x81C0, symBinAddr: 0x3D950, symSize: 0x358 } + - { offsetInCU: 0x3EC0, offset: 0x8C676, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x8524, symBinAddr: 0x3DCB4, symSize: 0x328 } + - { offsetInCU: 0x3FCC, offset: 0x8C782, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x884C, symBinAddr: 0x3DFDC, symSize: 0x338 } + - { offsetInCU: 0x40D8, offset: 0x8C88E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x8B84, symBinAddr: 0x3E314, symSize: 0x340 } + - { offsetInCU: 0x41E4, offset: 0x8C99A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x8EC4, symBinAddr: 0x3E654, symSize: 0x310 } + - { offsetInCU: 0x4327, offset: 0x8CADD, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie10LayerModelCTg5', symObjAddr: 0x9528, symBinAddr: 0x3ECB8, symSize: 0x334 } + - { offsetInCU: 0x4454, offset: 0x8CC0A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_Say6Lottie10LayerModelCGTg5', symObjAddr: 0x985C, symBinAddr: 0x3EFEC, symSize: 0x334 } + - { offsetInCU: 0x4571, offset: 0x8CD27, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x9B90, symBinAddr: 0x3F320, symSize: 0x3B4 } + - { offsetInCU: 0x4691, offset: 0x8CE47, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x9F44, symBinAddr: 0x3F6D4, symSize: 0x334 } + - { offsetInCU: 0x47A8, offset: 0x8CF5E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0xA278, symBinAddr: 0x3FA08, symSize: 0x358 } + - { offsetInCU: 0x489F, offset: 0x8D055, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTg5', symObjAddr: 0xA5D0, symBinAddr: 0x3FD60, symSize: 0x274 } + - { offsetInCU: 0x4918, offset: 0x8D0CE, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie6MarkerCTg5', symObjAddr: 0xA844, symBinAddr: 0x3FFD4, symSize: 0x398 } + - { offsetInCU: 0x4A3A, offset: 0x8D1F0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AJ2totTg5', symObjAddr: 0xABE8, symBinAddr: 0x40378, symSize: 0x38C } + - { offsetInCU: 0x4B67, offset: 0x8D31D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSu_SSTg5', symObjAddr: 0xB344, symBinAddr: 0x40AD4, symSize: 0x34C } + - { offsetInCU: 0x4C73, offset: 0x8D429, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_So10CGImageRefaTg5', symObjAddr: 0xB690, symBinAddr: 0x40E20, symSize: 0x398 } + - { offsetInCU: 0x4DDC, offset: 0x8D592, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV16_unsafeInsertNew3key5valueyxn_q_ntF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTB5', symObjAddr: 0xBDC8, symBinAddr: 0x41558, symSize: 0x114 } + - { offsetInCU: 0x4F30, offset: 0x8D6E6, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSiAA5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOTg5Tf4dnnn_n', symObjAddr: 0xC064, symBinAddr: 0x417F4, symSize: 0x104 } + - { offsetInCU: 0x4FAF, offset: 0x8D765, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSAA15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOTg5Tf4dnnn_n', symObjAddr: 0xC168, symBinAddr: 0x418F8, symSize: 0x10C } + - { offsetInCU: 0x5372, offset: 0x8DB28, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC0D9AnimationC10CodingKeysO_AC10LayerModelCAC0N4TypeOTg5Tf4dnnn_n', symObjAddr: 0xCF4C, symBinAddr: 0x426DC, symSize: 0x3D8 } + - { offsetInCU: 0x559F, offset: 0x8DD55, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSesSeRzlWl', symObjAddr: 0xD368, symBinAddr: 0x42AB4, symSize: 0x7C } + - { offsetInCU: 0x55B3, offset: 0x8DD69, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSEAAWl', symObjAddr: 0xD460, symBinAddr: 0x42B30, symSize: 0x44 } + - { offsetInCU: 0x55C7, offset: 0x8DD7D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSEAAWl', symObjAddr: 0xD4A4, symBinAddr: 0x42B74, symSize: 0x44 } + - { offsetInCU: 0x55DB, offset: 0x8DD91, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSEsSERzlWl', symObjAddr: 0xD4E8, symBinAddr: 0x42BB8, symSize: 0x7C } + - { offsetInCU: 0x55EF, offset: 0x8DDA5, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSEsSERzlWl', symObjAddr: 0xD5E8, symBinAddr: 0x42CB8, symSize: 0x7C } + - { offsetInCU: 0x5603, offset: 0x8DDB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASQWb', symObjAddr: 0xD664, symBinAddr: 0x42D34, symSize: 0x4 } + - { offsetInCU: 0x5617, offset: 0x8DDCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSQAAWl', symObjAddr: 0xD668, symBinAddr: 0x42D38, symSize: 0x44 } + - { offsetInCU: 0x562B, offset: 0x8DDE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwet', symObjAddr: 0xD6BC, symBinAddr: 0x42D7C, symSize: 0x90 } + - { offsetInCU: 0x563F, offset: 0x8DDF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwst', symObjAddr: 0xD74C, symBinAddr: 0x42E0C, symSize: 0xBC } + - { offsetInCU: 0x5653, offset: 0x8DE09, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwug', symObjAddr: 0xD808, symBinAddr: 0x42EC8, symSize: 0x8 } + - { offsetInCU: 0x5667, offset: 0x8DE1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwup', symObjAddr: 0xD810, symBinAddr: 0x42ED0, symSize: 0x4 } + - { offsetInCU: 0x567B, offset: 0x8DE31, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwui', symObjAddr: 0xD814, symBinAddr: 0x42ED4, symSize: 0xC } + - { offsetInCU: 0x568F, offset: 0x8DE45, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOMa', symObjAddr: 0xD820, symBinAddr: 0x42EE0, symSize: 0x10 } + - { offsetInCU: 0x56A3, offset: 0x8DE59, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCMa', symObjAddr: 0xD830, symBinAddr: 0x42EF0, symSize: 0x20 } + - { offsetInCU: 0x56B7, offset: 0x8DE6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwet', symObjAddr: 0xD88C, symBinAddr: 0x42F4C, symSize: 0x90 } + - { offsetInCU: 0x56CB, offset: 0x8DE81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwst', symObjAddr: 0xD91C, symBinAddr: 0x42FDC, symSize: 0xBC } + - { offsetInCU: 0x56DF, offset: 0x8DE95, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwug', symObjAddr: 0xD9D8, symBinAddr: 0x43098, symSize: 0x8 } + - { offsetInCU: 0x56F3, offset: 0x8DEA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwup', symObjAddr: 0xD9E0, symBinAddr: 0x430A0, symSize: 0x4 } + - { offsetInCU: 0x5707, offset: 0x8DEBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwui', symObjAddr: 0xD9E4, symBinAddr: 0x430A4, symSize: 0x8 } + - { offsetInCU: 0x571B, offset: 0x8DED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOMa', symObjAddr: 0xD9EC, symBinAddr: 0x430AC, symSize: 0x10 } + - { offsetInCU: 0x572F, offset: 0x8DEE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASQWb', symObjAddr: 0xD9FC, symBinAddr: 0x430BC, symSize: 0x4 } + - { offsetInCU: 0x5743, offset: 0x8DEF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAESQAAWl', symObjAddr: 0xDA00, symBinAddr: 0x430C0, symSize: 0x44 } + - { offsetInCU: 0x5757, offset: 0x8DF0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDA44, symBinAddr: 0x43104, symSize: 0x4 } + - { offsetInCU: 0x576B, offset: 0x8DF21, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xDA48, symBinAddr: 0x43108, symSize: 0x44 } + - { offsetInCU: 0x577F, offset: 0x8DF35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xDA8C, symBinAddr: 0x4314C, symSize: 0x4 } + - { offsetInCU: 0x5793, offset: 0x8DF49, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xDA90, symBinAddr: 0x43150, symSize: 0x44 } + - { offsetInCU: 0x57A7, offset: 0x8DF5D, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC12PrecompAssetC10CodingKeysO_AC10LayerModelCAC0O4TypeOTg5Tf4dnnn_n', symObjAddr: 0xDAD4, symBinAddr: 0x43194, symSize: 0x3CC } + - { offsetInCU: 0x59CF, offset: 0x8E185, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs9CodingKeyAAWl', symObjAddr: 0xE3A4, symBinAddr: 0x43A3C, symSize: 0x44 } + - { offsetInCU: 0x59E3, offset: 0x8E199, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSeAAWl', symObjAddr: 0xE3E8, symBinAddr: 0x43A80, symSize: 0x44 } + - { offsetInCU: 0x59F7, offset: 0x8E1AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSeAAWl', symObjAddr: 0xE474, symBinAddr: 0x43AFC, symSize: 0x44 } + - { offsetInCU: 0x5A0B, offset: 0x8E1C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSYAAWl', symObjAddr: 0xE510, symBinAddr: 0x43B80, symSize: 0x44 } + - { offsetInCU: 0x5A5F, offset: 0x8E215, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxcigSS_ypTg5', symObjAddr: 0xB08, symBinAddr: 0x3631C, symSize: 0x88 } + - { offsetInCU: 0x5AE3, offset: 0x8E299, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCF8, symBinAddr: 0x3650C, symSize: 0x18 } + - { offsetInCU: 0x5B74, offset: 0x8E32A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH9hashValueSivgTW', symObjAddr: 0xD10, symBinAddr: 0x36524, symSize: 0x44 } + - { offsetInCU: 0x5C23, offset: 0x8E3D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD54, symBinAddr: 0x36568, symSize: 0x28 } + - { offsetInCU: 0x5C76, offset: 0x8E42C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD7C, symBinAddr: 0x36590, symSize: 0x40 } + - { offsetInCU: 0x5CF9, offset: 0x8E4AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xDEC, symBinAddr: 0x36600, symSize: 0x5C } + - { offsetInCU: 0x5D1C, offset: 0x8E4D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xE48, symBinAddr: 0x3665C, symSize: 0x4C } + - { offsetInCU: 0x5EC4, offset: 0x8E67A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x25BC, symBinAddr: 0x37D4C, symSize: 0x88 } + - { offsetInCU: 0x5F73, offset: 0x8E729, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2644, symBinAddr: 0x37DD4, symSize: 0x60 } + - { offsetInCU: 0x5FF1, offset: 0x8E7A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x26A4, symBinAddr: 0x37E34, symSize: 0x40 } + - { offsetInCU: 0x6043, offset: 0x8E7F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x26E4, symBinAddr: 0x37E74, symSize: 0x5C } + - { offsetInCU: 0x60A5, offset: 0x8E85B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2808, symBinAddr: 0x37F98, symSize: 0x28 } + - { offsetInCU: 0x60C1, offset: 0x8E877, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x2830, symBinAddr: 0x37FC0, symSize: 0x28 } + - { offsetInCU: 0x60DD, offset: 0x8E893, size: 0x8, addend: 0x0, symName: '_$sSh8containsySbxFSS_Tg5', symObjAddr: 0x2858, symBinAddr: 0x37FE8, symSize: 0x134 } + - { offsetInCU: 0x62A5, offset: 0x8EA5B, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie6MarkerCG_Tg5037$s6Lottie0A9AnimationC19reducedMotionE19AA0E0CSgvgSbAFXEfU_ShySSGTf1cn_nTf4ng_n', symObjAddr: 0xBEDC, symBinAddr: 0x4166C, symSize: 0x13C } + - { offsetInCU: 0x6419, offset: 0x8EBCF, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie6MarkerCTg5Tf4gd_n', symObjAddr: 0xC458, symBinAddr: 0x41BE8, symSize: 0xEC } + - { offsetInCU: 0x6560, offset: 0x8ED16, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_So8CAAction_pTg5Tf4gd_n', symObjAddr: 0xC568, symBinAddr: 0x41CF8, symSize: 0xEC } + - { offsetInCU: 0x66A1, offset: 0x8EE57, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie15AnyNodeProperty_pTg5Tf4gd_n', symObjAddr: 0xC66C, symBinAddr: 0x41DFC, symSize: 0x114 } + - { offsetInCU: 0x67E2, offset: 0x8EF98, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo7CALayerC_6Lottie16AnimationKeypathVTg5Tf4gd_n', symObjAddr: 0xC780, symBinAddr: 0x41F10, symSize: 0xE4 } + - { offsetInCU: 0x6905, offset: 0x8F0BB, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SaySSGTg5Tf4gn_n', symObjAddr: 0xC864, symBinAddr: 0x41FF4, symSize: 0x94 } + - { offsetInCU: 0x6A4B, offset: 0x8F201, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSu_SSTg5Tf4gd_n', symObjAddr: 0xC8F8, symBinAddr: 0x42088, symSize: 0x10C } + - { offsetInCU: 0x6B7C, offset: 0x8F332, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs11AnyHashableV_12CoreGraphics7CGFloatV4from_AG2totTg5Tf4gd_n', symObjAddr: 0xCA04, symBinAddr: 0x42194, symSize: 0x110 } + - { offsetInCU: 0x6CC9, offset: 0x8F47F, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo17NSLayoutAttributeV_So0C10ConstraintCTg5Tf4gd_n', symObjAddr: 0xCB20, symBinAddr: 0x422B0, symSize: 0xFC } + - { offsetInCU: 0x6DFA, offset: 0x8F5B0, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTg5Tf4gd_n', symObjAddr: 0xCD48, symBinAddr: 0x424D8, symSize: 0x110 } + - { offsetInCU: 0x4F, offset: 0x8FA8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x43C4C, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x8FAB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x43C94, symSize: 0x3D4 } + - { offsetInCU: 0xDC, offset: 0x8FB18, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x41C, symBinAddr: 0x44068, symSize: 0x72C } + - { offsetInCU: 0x3A7, offset: 0x8FDE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB48, symBinAddr: 0x44794, symSize: 0x254 } + - { offsetInCU: 0x415, offset: 0x8FE51, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO8rawValueSSvg', symObjAddr: 0xD9C, symBinAddr: 0x449E8, symSize: 0x18 } + - { offsetInCU: 0x44E, offset: 0x8FE8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xDB4, symBinAddr: 0x44A00, symSize: 0x18 } + - { offsetInCU: 0x47C, offset: 0x8FEB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xDB4, symBinAddr: 0x44A00, symSize: 0x18 } + - { offsetInCU: 0x4CE, offset: 0x8FF0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0xDF0, symBinAddr: 0x44A3C, symSize: 0x64 } + - { offsetInCU: 0x534, offset: 0x8FF70, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0xE54, symBinAddr: 0x44AA0, symSize: 0x28 } + - { offsetInCU: 0x550, offset: 0x8FF8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xE7C, symBinAddr: 0x44AC8, symSize: 0x8 } + - { offsetInCU: 0x586, offset: 0x8FFC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xE84, symBinAddr: 0x44AD0, symSize: 0x68 } + - { offsetInCU: 0x60B, offset: 0x90047, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xEEC, symBinAddr: 0x44B38, symSize: 0xC } + - { offsetInCU: 0x627, offset: 0x90063, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xEF8, symBinAddr: 0x44B44, symSize: 0xC } + - { offsetInCU: 0x663, offset: 0x9009F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfD', symObjAddr: 0xF88, symBinAddr: 0x44BD4, symSize: 0x4C } + - { offsetInCU: 0x738, offset: 0x90174, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfE', symObjAddr: 0xF54, symBinAddr: 0x44BA0, symSize: 0x34 } + - { offsetInCU: 0x790, offset: 0x901CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCMa', symObjAddr: 0xFD4, symBinAddr: 0x44C20, symSize: 0x20 } + - { offsetInCU: 0x7A4, offset: 0x901E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs0E3KeyAAWl', symObjAddr: 0x1058, symBinAddr: 0x44C40, symSize: 0x44 } + - { offsetInCU: 0x7B8, offset: 0x901F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSEAAWl', symObjAddr: 0x10E0, symBinAddr: 0x44C84, symSize: 0x44 } + - { offsetInCU: 0x7CC, offset: 0x90208, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSEAAWl', symObjAddr: 0x1124, symBinAddr: 0x44CC8, symSize: 0x44 } + - { offsetInCU: 0x7E0, offset: 0x9021C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSeAAWl', symObjAddr: 0x1188, symBinAddr: 0x44D0C, symSize: 0x44 } + - { offsetInCU: 0x7F4, offset: 0x90230, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSeAAWl', symObjAddr: 0x1230, symBinAddr: 0x44DB4, symSize: 0x44 } + - { offsetInCU: 0x808, offset: 0x90244, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwet', symObjAddr: 0x1348, symBinAddr: 0x44DF8, symSize: 0x90 } + - { offsetInCU: 0x81C, offset: 0x90258, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwst', symObjAddr: 0x13D8, symBinAddr: 0x44E88, symSize: 0xBC } + - { offsetInCU: 0x830, offset: 0x9026C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwug', symObjAddr: 0x1494, symBinAddr: 0x44F44, symSize: 0x8 } + - { offsetInCU: 0x844, offset: 0x90280, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwup', symObjAddr: 0x149C, symBinAddr: 0x44F4C, symSize: 0x4 } + - { offsetInCU: 0x858, offset: 0x90294, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwui', symObjAddr: 0x14A0, symBinAddr: 0x44F50, symSize: 0x8 } + - { offsetInCU: 0x86C, offset: 0x902A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOMa', symObjAddr: 0x14A8, symBinAddr: 0x44F58, symSize: 0x10 } + - { offsetInCU: 0x880, offset: 0x902BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASQWb', symObjAddr: 0x14B8, symBinAddr: 0x44F68, symSize: 0x4 } + - { offsetInCU: 0x894, offset: 0x902D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFSQAAWl', symObjAddr: 0x14BC, symBinAddr: 0x44F6C, symSize: 0x44 } + - { offsetInCU: 0x8A8, offset: 0x902E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1500, symBinAddr: 0x44FB0, symSize: 0x4 } + - { offsetInCU: 0x8BC, offset: 0x902F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1504, symBinAddr: 0x44FB4, symSize: 0x44 } + - { offsetInCU: 0x8D0, offset: 0x9030C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1548, symBinAddr: 0x44FF8, symSize: 0x4 } + - { offsetInCU: 0x8E4, offset: 0x90320, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x154C, symBinAddr: 0x44FFC, symSize: 0x44 } + - { offsetInCU: 0x94A, offset: 0x90386, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDCC, symBinAddr: 0x44A18, symSize: 0xC } + - { offsetInCU: 0x966, offset: 0x903A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH9hashValueSivgTW', symObjAddr: 0xDD8, symBinAddr: 0x44A24, symSize: 0x8 } + - { offsetInCU: 0x982, offset: 0x903BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDE0, symBinAddr: 0x44A2C, symSize: 0x8 } + - { offsetInCU: 0x99E, offset: 0x903DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDE8, symBinAddr: 0x44A34, symSize: 0x8 } + - { offsetInCU: 0x9C0, offset: 0x903FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF04, symBinAddr: 0x44B50, symSize: 0x28 } + - { offsetInCU: 0x9DC, offset: 0x90418, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xF2C, symBinAddr: 0x44B78, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x905E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x45040, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x90600, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x45040, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x90614, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMr', symObjAddr: 0x4, symBinAddr: 0x45044, symSize: 0x5C } + - { offsetInCU: 0xA1, offset: 0x9065E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9keyframesACyxGs15ContiguousArrayVyAA0B0CyxGG_tcfC', symObjAddr: 0x60, symBinAddr: 0x450A0, symSize: 0x4C } + - { offsetInCU: 0xE5, offset: 0x906A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0xAC, symBinAddr: 0x450EC, symSize: 0x94 } + - { offsetInCU: 0x1A4, offset: 0x90761, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvg', symObjAddr: 0x168, symBinAddr: 0x45180, symSize: 0x4C } + - { offsetInCU: 0x1E0, offset: 0x9079D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x1B4, symBinAddr: 0x451CC, symSize: 0x138 } + - { offsetInCU: 0x29E, offset: 0x9085B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x2EC, symBinAddr: 0x45304, symSize: 0x334 } + - { offsetInCU: 0x461, offset: 0x90A1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfd', symObjAddr: 0x620, symBinAddr: 0x45638, symSize: 0x2C } + - { offsetInCU: 0x48E, offset: 0x90A4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfD', symObjAddr: 0x64C, symBinAddr: 0x45664, symSize: 0x1C } + - { offsetInCU: 0x4BB, offset: 0x90A78, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x674, symBinAddr: 0x4568C, symSize: 0x20 } + - { offsetInCU: 0x4E6, offset: 0x90AA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x694, symBinAddr: 0x456AC, symSize: 0xC } + - { offsetInCU: 0x506, offset: 0x90AC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x694, symBinAddr: 0x456AC, symSize: 0xC } + - { offsetInCU: 0x518, offset: 0x90AD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x6A0, symBinAddr: 0x456B8, symSize: 0x24 } + - { offsetInCU: 0x534, offset: 0x90AF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x6D4, symBinAddr: 0x456EC, symSize: 0x4 } + - { offsetInCU: 0x5A0, offset: 0x90B5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMa', symObjAddr: 0x668, symBinAddr: 0x45680, symSize: 0xC } + - { offsetInCU: 0x5B4, offset: 0x90B71, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x6C4, symBinAddr: 0x456DC, symSize: 0x8 } + - { offsetInCU: 0x5C8, offset: 0x90B85, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6CC, symBinAddr: 0x456E4, symSize: 0x8 } + - { offsetInCU: 0x5DC, offset: 0x90B99, size: 0x8, addend: 0x0, symName: ___swift_instantiateGenericMetadata, symObjAddr: 0x6D8, symBinAddr: 0x456F0, symSize: 0x2C } + - { offsetInCU: 0x6C, offset: 0x90DE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector1DV_TB5', symObjAddr: 0x214C, symBinAddr: 0x4775C, symSize: 0xC4 } + - { offsetInCU: 0x176, offset: 0x90EF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector3DV_TB5', symObjAddr: 0x2210, symBinAddr: 0x47820, symSize: 0xD8 } + - { offsetInCU: 0x280, offset: 0x90FFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A5ColorV_TB5', symObjAddr: 0x2370, symBinAddr: 0x4793C, symSize: 0xE4 } + - { offsetInCU: 0x397, offset: 0x91112, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x4571C, symSize: 0x9A4 } + - { offsetInCU: 0x4FD, offset: 0x91278, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x9A4, symBinAddr: 0x460C0, symSize: 0xCE8 } + - { offsetInCU: 0xA16, offset: 0x91791, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueSSvg', symObjAddr: 0x168C, symBinAddr: 0x46DA8, symSize: 0x20 } + - { offsetInCU: 0xA4F, offset: 0x917CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x16C4, symBinAddr: 0x46DE0, symSize: 0x20 } + - { offsetInCU: 0xA7D, offset: 0x917F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x16C4, symBinAddr: 0x46DE0, symSize: 0x20 } + - { offsetInCU: 0xAC6, offset: 0x91841, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1880, symBinAddr: 0x46F9C, symSize: 0x44 } + - { offsetInCU: 0xB0C, offset: 0x91887, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x18C4, symBinAddr: 0x46FE0, symSize: 0x28 } + - { offsetInCU: 0xB20, offset: 0x9189B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x18EC, symBinAddr: 0x47008, symSize: 0x8 } + - { offsetInCU: 0xB56, offset: 0x918D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x18F4, symBinAddr: 0x47010, symSize: 0x3C } + - { offsetInCU: 0xBBB, offset: 0x91936, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1930, symBinAddr: 0x4704C, symSize: 0xC } + - { offsetInCU: 0xBD7, offset: 0x91952, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x193C, symBinAddr: 0x47058, symSize: 0xC } + - { offsetInCU: 0xBF3, offset: 0x9196E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2C3C, symBinAddr: 0x48134, symSize: 0x50 } + - { offsetInCU: 0xC2B, offset: 0x919A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO8rawValueSSvg', symObjAddr: 0x16AC, symBinAddr: 0x46DC8, symSize: 0x18 } + - { offsetInCU: 0xC64, offset: 0x919DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x16E4, symBinAddr: 0x46E00, symSize: 0x18 } + - { offsetInCU: 0xC92, offset: 0x91A0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x16E4, symBinAddr: 0x46E00, symSize: 0x18 } + - { offsetInCU: 0xCE4, offset: 0x91A5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x19BC, symBinAddr: 0x470D8, symSize: 0x64 } + - { offsetInCU: 0xD4A, offset: 0x91AC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1A20, symBinAddr: 0x4713C, symSize: 0x28 } + - { offsetInCU: 0xD66, offset: 0x91AE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1A48, symBinAddr: 0x47164, symSize: 0x8 } + - { offsetInCU: 0xD9C, offset: 0x91B17, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1A50, symBinAddr: 0x4716C, symSize: 0x68 } + - { offsetInCU: 0xE21, offset: 0x91B9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1AB8, symBinAddr: 0x471D4, symSize: 0xC } + - { offsetInCU: 0xE3D, offset: 0x91BB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1AC4, symBinAddr: 0x471E0, symSize: 0xC } + - { offsetInCU: 0xE5A, offset: 0x91BD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfd', symObjAddr: 0x1B20, symBinAddr: 0x4723C, symSize: 0x64 } + - { offsetInCU: 0xE87, offset: 0x91C02, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfD', symObjAddr: 0x1B84, symBinAddr: 0x472A0, symSize: 0x1C } + - { offsetInCU: 0xEB4, offset: 0x91C2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1BC0, symBinAddr: 0x472DC, symSize: 0x380 } + - { offsetInCU: 0xF0B, offset: 0x91C86, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1F40, symBinAddr: 0x4765C, symSize: 0x54 } + - { offsetInCU: 0xF43, offset: 0x91CBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1F94, symBinAddr: 0x476B0, symSize: 0x20 } + - { offsetInCU: 0xF75, offset: 0x91CF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2104, symBinAddr: 0x47714, symSize: 0xC } + - { offsetInCU: 0xFB6, offset: 0x91D31, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x2110, symBinAddr: 0x47720, symSize: 0xC } + - { offsetInCU: 0xFF7, offset: 0x91D72, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x211C, symBinAddr: 0x4772C, symSize: 0xC } + - { offsetInCU: 0x1038, offset: 0x91DB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2128, symBinAddr: 0x47738, symSize: 0xC } + - { offsetInCU: 0x1079, offset: 0x91DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2134, symBinAddr: 0x47744, symSize: 0xC } + - { offsetInCU: 0x10BA, offset: 0x91E35, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2140, symBinAddr: 0x47750, symSize: 0xC } + - { offsetInCU: 0x1193, offset: 0x91F0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC7defaultACvgZTf4d_n', symObjAddr: 0x2540, symBinAddr: 0x47A84, symSize: 0x1AC } + - { offsetInCU: 0x131F, offset: 0x9209A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCMa', symObjAddr: 0x1BA0, symBinAddr: 0x472BC, symSize: 0x20 } + - { offsetInCU: 0x1333, offset: 0x920AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x2018, symBinAddr: 0x476D0, symSize: 0x44 } + - { offsetInCU: 0x14A0, offset: 0x9221B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x22E8, symBinAddr: 0x478F8, symSize: 0x44 } + - { offsetInCU: 0x14E0, offset: 0x9225B, size: 0x8, addend: 0x0, symName: '_$sypSgWOb', symObjAddr: 0x2764, symBinAddr: 0x47C6C, symSize: 0x48 } + - { offsetInCU: 0x14F4, offset: 0x9226F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwet', symObjAddr: 0x27BC, symBinAddr: 0x47CB4, symSize: 0x90 } + - { offsetInCU: 0x1508, offset: 0x92283, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwst', symObjAddr: 0x284C, symBinAddr: 0x47D44, symSize: 0xBC } + - { offsetInCU: 0x151C, offset: 0x92297, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwug', symObjAddr: 0x2908, symBinAddr: 0x47E00, symSize: 0x8 } + - { offsetInCU: 0x1530, offset: 0x922AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwup', symObjAddr: 0x2910, symBinAddr: 0x47E08, symSize: 0x4 } + - { offsetInCU: 0x1544, offset: 0x922BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwui', symObjAddr: 0x2914, symBinAddr: 0x47E0C, symSize: 0x8 } + - { offsetInCU: 0x1558, offset: 0x922D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOMa', symObjAddr: 0x291C, symBinAddr: 0x47E14, symSize: 0x10 } + - { offsetInCU: 0x156C, offset: 0x922E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwet', symObjAddr: 0x292C, symBinAddr: 0x47E24, symSize: 0x90 } + - { offsetInCU: 0x1580, offset: 0x922FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwst', symObjAddr: 0x29BC, symBinAddr: 0x47EB4, symSize: 0xBC } + - { offsetInCU: 0x1594, offset: 0x9230F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwup', symObjAddr: 0x2A78, symBinAddr: 0x47F70, symSize: 0x4 } + - { offsetInCU: 0x15A8, offset: 0x92323, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOMa', symObjAddr: 0x2A7C, symBinAddr: 0x47F74, symSize: 0x10 } + - { offsetInCU: 0x15BC, offset: 0x92337, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASQWb', symObjAddr: 0x2A8C, symBinAddr: 0x47F84, symSize: 0x4 } + - { offsetInCU: 0x15D0, offset: 0x9234B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAESQAAWl', symObjAddr: 0x2A90, symBinAddr: 0x47F88, symSize: 0x44 } + - { offsetInCU: 0x15E4, offset: 0x9235F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASQWb', symObjAddr: 0x2AD4, symBinAddr: 0x47FCC, symSize: 0x4 } + - { offsetInCU: 0x15F8, offset: 0x92373, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAESQAAWl', symObjAddr: 0x2AD8, symBinAddr: 0x47FD0, symSize: 0x44 } + - { offsetInCU: 0x160C, offset: 0x92387, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2B1C, symBinAddr: 0x48014, symSize: 0x4 } + - { offsetInCU: 0x1620, offset: 0x9239B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B20, symBinAddr: 0x48018, symSize: 0x44 } + - { offsetInCU: 0x1634, offset: 0x923AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2B64, symBinAddr: 0x4805C, symSize: 0x4 } + - { offsetInCU: 0x1648, offset: 0x923C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2B68, symBinAddr: 0x48060, symSize: 0x44 } + - { offsetInCU: 0x165C, offset: 0x923D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2BAC, symBinAddr: 0x480A4, symSize: 0x4 } + - { offsetInCU: 0x1670, offset: 0x923EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2BB0, symBinAddr: 0x480A8, symSize: 0x44 } + - { offsetInCU: 0x1684, offset: 0x923FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2BF4, symBinAddr: 0x480EC, symSize: 0x4 } + - { offsetInCU: 0x1698, offset: 0x92413, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2BF8, symBinAddr: 0x480F0, symSize: 0x44 } + - { offsetInCU: 0x16F6, offset: 0x92471, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x16FC, symBinAddr: 0x46E18, symSize: 0x88 } + - { offsetInCU: 0x17A5, offset: 0x92520, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1784, symBinAddr: 0x46EA0, symSize: 0x60 } + - { offsetInCU: 0x1823, offset: 0x9259E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x17E4, symBinAddr: 0x46F00, symSize: 0x40 } + - { offsetInCU: 0x1875, offset: 0x925F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1824, symBinAddr: 0x46F40, symSize: 0x5C } + - { offsetInCU: 0x18D7, offset: 0x92652, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1948, symBinAddr: 0x47064, symSize: 0x28 } + - { offsetInCU: 0x18F3, offset: 0x9266E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1970, symBinAddr: 0x4708C, symSize: 0x28 } + - { offsetInCU: 0x190F, offset: 0x9268A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1998, symBinAddr: 0x470B4, symSize: 0xC } + - { offsetInCU: 0x192B, offset: 0x926A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x19A4, symBinAddr: 0x470C0, symSize: 0x8 } + - { offsetInCU: 0x1947, offset: 0x926C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x19AC, symBinAddr: 0x470C8, symSize: 0x8 } + - { offsetInCU: 0x1963, offset: 0x926DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x19B4, symBinAddr: 0x470D0, symSize: 0x8 } + - { offsetInCU: 0x1985, offset: 0x92700, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1AD0, symBinAddr: 0x471EC, symSize: 0x28 } + - { offsetInCU: 0x19A1, offset: 0x9271C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1AF8, symBinAddr: 0x47214, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x92A19, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x4818C, symSize: 0xE0 } + - { offsetInCU: 0x81, offset: 0x92A6F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x4818C, symSize: 0xE0 } + - { offsetInCU: 0x216, offset: 0x92C04, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0xE0, symBinAddr: 0x4826C, symSize: 0x58 } + - { offsetInCU: 0x268, offset: 0x92C56, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0xE0, symBinAddr: 0x4826C, symSize: 0x58 } + - { offsetInCU: 0x325, offset: 0x92D13, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE10SolveCubic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A3CtFZTf4nnnnd_n', symObjAddr: 0x138, symBinAddr: 0x482C4, symSize: 0x258 } + - { offsetInCU: 0x27, offset: 0x931FC, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x4851C, symSize: 0x88 } + - { offsetInCU: 0x3F, offset: 0x93214, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x4851C, symSize: 0x88 } + - { offsetInCU: 0x1BB, offset: 0x935B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeC11applyEffect2toySo7CALayerC_tF', symObjAddr: 0x0, symBinAddr: 0x485A4, symSize: 0x23C } + - { offsetInCU: 0x425, offset: 0x9381D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCfD', symObjAddr: 0x23C, symBinAddr: 0x487E0, symSize: 0x24 } + - { offsetInCU: 0x471, offset: 0x93869, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCMa', symObjAddr: 0x260, symBinAddr: 0x48804, symSize: 0x20 } + - { offsetInCU: 0x57E, offset: 0x93976, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesC5modelAcA0bC5Model_p_tcfc', symObjAddr: 0x280, symBinAddr: 0x48824, symSize: 0x884 } + - { offsetInCU: 0x968, offset: 0x93D60, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfd', symObjAddr: 0xB04, symBinAddr: 0x490A8, symSize: 0x4C } + - { offsetInCU: 0x995, offset: 0x93D8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfD', symObjAddr: 0xB50, symBinAddr: 0x490F4, symSize: 0x1C } + - { offsetInCU: 0x9D1, offset: 0x93DC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0xB8C, symBinAddr: 0x49130, symSize: 0xC } + - { offsetInCU: 0xA04, offset: 0x93DFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCMa', symObjAddr: 0xB6C, symBinAddr: 0x49110, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x940A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x49350, symSize: 0xC4 } + - { offsetInCU: 0xCA, offset: 0x9414C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x49350, symSize: 0xC4 } + - { offsetInCU: 0x11F, offset: 0x941A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xC4, symBinAddr: 0x49414, symSize: 0x90 } + - { offsetInCU: 0x191, offset: 0x94213, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfD', symObjAddr: 0x170, symBinAddr: 0x494C0, symSize: 0x34 } + - { offsetInCU: 0x201, offset: 0x94283, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x1C4, symBinAddr: 0x49514, symSize: 0xC } + - { offsetInCU: 0x233, offset: 0x942B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x1D0, symBinAddr: 0x49520, symSize: 0x4 } + - { offsetInCU: 0x279, offset: 0x942FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x1D4, symBinAddr: 0x49524, symSize: 0x18 } + - { offsetInCU: 0x2FD, offset: 0x9437F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1EC, symBinAddr: 0x4953C, symSize: 0x4 } + - { offsetInCU: 0x319, offset: 0x9439B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x1F0, symBinAddr: 0x49540, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x943B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6parentAcA10NodeOutput_pSg_tcfcTf4ng_n', symObjAddr: 0x31C, symBinAddr: 0x495A8, symSize: 0x198 } + - { offsetInCU: 0x4DB, offset: 0x9455D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfE', symObjAddr: 0x154, symBinAddr: 0x494A4, symSize: 0x1C } + - { offsetInCU: 0x508, offset: 0x9458A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCMa', symObjAddr: 0x1A4, symBinAddr: 0x494F4, symSize: 0x20 } + - { offsetInCU: 0x5AC, offset: 0x9462E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOc', symObjAddr: 0x210, symBinAddr: 0x49560, symSize: 0x48 } + - { offsetInCU: 0x2B, offset: 0x9493C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x49740, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x94954, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x49740, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x94968, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMr', symObjAddr: 0x4, symBinAddr: 0x49744, symSize: 0x70 } + - { offsetInCU: 0x72, offset: 0x94983, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableA2aEP6sizingAA0B30UIMeasurementContainerStrategyOvgTW', symObjAddr: 0x74, symBinAddr: 0x497B4, symSize: 0x8 } + - { offsetInCU: 0xBA, offset: 0x949CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP04makeC07context0C4TypeQzAE0cE7ContextVyxG_tFTW', symObjAddr: 0x7C, symBinAddr: 0x497BC, symSize: 0x8 } + - { offsetInCU: 0xEC, offset: 0x949FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP06updateC0_7contexty0C4TypeQz_AE0cE7ContextVyxGtFTW', symObjAddr: 0x84, symBinAddr: 0x497C4, symSize: 0x4 } + - { offsetInCU: 0x155, offset: 0x94A66, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV06updateC0_7contextyAA0B22UIMeasurementContainerCyxG_0B2UI0C20RepresentableContextVyACyxq_GGtF', symObjAddr: 0x88, symBinAddr: 0x497C8, symSize: 0x2B8 } + - { offsetInCU: 0x281, offset: 0x94B92, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP15makeCoordinator0G0QzyFTW', symObjAddr: 0x344, symBinAddr: 0x49A84, symSize: 0x24 } + - { offsetInCU: 0x2F3, offset: 0x94C04, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCfD', symObjAddr: 0x6CC, symBinAddr: 0x49DE0, symSize: 0x38 } + - { offsetInCU: 0x38A, offset: 0x94C9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorC7storageAEyxq__Gq__tc33_FF3F5C8F1A6E8A535DE5371260E28007LlfCTf4gn_n', symObjAddr: 0x15EC, symBinAddr: 0x4AD00, symSize: 0x7C } + - { offsetInCU: 0x3F0, offset: 0x94D01, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV15makeCoordinatorAC0E0Cyxq__GyF', symObjAddr: 0x368, symBinAddr: 0x49AA8, symSize: 0x3C } + - { offsetInCU: 0x45F, offset: 0x94D70, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP12sizeThatFits_6uiView7contextSo6CGSizeVSgAE08ProposedJ4SizeV_0C4TypeQzAE0cE7ContextVyxGtFTW', symObjAddr: 0x3A8, symBinAddr: 0x49AE8, symSize: 0x90 } + - { offsetInCU: 0x491, offset: 0x94DA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideSizeThatFits_2in6uiViewySo6CGSizeVz_AE09_ProposedG0V0C4TypeQztFTW', symObjAddr: 0x438, symBinAddr: 0x49B78, symSize: 0x5C } + - { offsetInCU: 0x4B9, offset: 0x94DCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextV10oldStorage017viewRepresentableE09containerAEyxq__Gq__0B2UI0ciE0VyACyxq_GGAA0B22UIMeasurementContainerCyxGtcfC', symObjAddr: 0x5C0, symBinAddr: 0x49D00, symSize: 0xE0 } + - { offsetInCU: 0x4F5, offset: 0x94E06, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMa', symObjAddr: 0x704, symBinAddr: 0x49E18, symSize: 0xC } + - { offsetInCU: 0x509, offset: 0x94E1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMi', symObjAddr: 0x710, symBinAddr: 0x49E24, symSize: 0x8 } + - { offsetInCU: 0x51D, offset: 0x94E2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMr', symObjAddr: 0x718, symBinAddr: 0x49E2C, symSize: 0xC8 } + - { offsetInCU: 0x531, offset: 0x94E42, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwCP', symObjAddr: 0x7E0, symBinAddr: 0x49EF4, symSize: 0xE8 } + - { offsetInCU: 0x545, offset: 0x94E56, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMa', symObjAddr: 0x8C8, symBinAddr: 0x49FDC, symSize: 0xC } + - { offsetInCU: 0x559, offset: 0x94E6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwxx', symObjAddr: 0x8D4, symBinAddr: 0x49FE8, symSize: 0x94 } + - { offsetInCU: 0x56D, offset: 0x94E7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwcp', symObjAddr: 0x968, symBinAddr: 0x4A07C, symSize: 0xB4 } + - { offsetInCU: 0x581, offset: 0x94E92, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwca', symObjAddr: 0xA1C, symBinAddr: 0x4A130, symSize: 0xC0 } + - { offsetInCU: 0x595, offset: 0x94EA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwtk', symObjAddr: 0xADC, symBinAddr: 0x4A1F0, symSize: 0xB0 } + - { offsetInCU: 0x5A9, offset: 0x94EBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwta', symObjAddr: 0xB8C, symBinAddr: 0x4A2A0, symSize: 0xB8 } + - { offsetInCU: 0x5BD, offset: 0x94ECE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwet', symObjAddr: 0xC44, symBinAddr: 0x4A358, symSize: 0xC } + - { offsetInCU: 0x5D1, offset: 0x94EE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwst', symObjAddr: 0xD18, symBinAddr: 0x4A42C, symSize: 0xC } + - { offsetInCU: 0x5E5, offset: 0x94EF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMa', symObjAddr: 0xDF8, symBinAddr: 0x4A50C, symSize: 0xC } + - { offsetInCU: 0x5F9, offset: 0x94F0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMi', symObjAddr: 0xE04, symBinAddr: 0x4A518, symSize: 0x8 } + - { offsetInCU: 0x60D, offset: 0x94F1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMr', symObjAddr: 0xE0C, symBinAddr: 0x4A520, symSize: 0x90 } + - { offsetInCU: 0x621, offset: 0x94F32, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwCP', symObjAddr: 0xE9C, symBinAddr: 0x4A5B0, symSize: 0xE8 } + - { offsetInCU: 0x635, offset: 0x94F46, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwxx', symObjAddr: 0xF84, symBinAddr: 0x4A698, symSize: 0x68 } + - { offsetInCU: 0x649, offset: 0x94F5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwcp', symObjAddr: 0xFEC, symBinAddr: 0x4A700, symSize: 0x9C } + - { offsetInCU: 0x65D, offset: 0x94F6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwca', symObjAddr: 0x1088, symBinAddr: 0x4A79C, symSize: 0xB0 } + - { offsetInCU: 0x671, offset: 0x94F82, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwtk', symObjAddr: 0x1138, symBinAddr: 0x4A84C, symSize: 0x88 } + - { offsetInCU: 0x685, offset: 0x94F96, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwta', symObjAddr: 0x11C0, symBinAddr: 0x4A8D4, symSize: 0xA0 } + - { offsetInCU: 0x699, offset: 0x94FAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwet', symObjAddr: 0x1260, symBinAddr: 0x4A974, symSize: 0x110 } + - { offsetInCU: 0x6AD, offset: 0x94FBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwst', symObjAddr: 0x1370, symBinAddr: 0x4AA84, symSize: 0x190 } + - { offsetInCU: 0x6C1, offset: 0x94FD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AA20ConfigurationContextAaEP_AA13ViewProvidingPWT', symObjAddr: 0x1500, symBinAddr: 0x4AC14, symSize: 0x10 } + - { offsetInCU: 0x6D5, offset: 0x94FE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AAWI', symObjAddr: 0x1510, symBinAddr: 0x4AC24, symSize: 0x2C } + - { offsetInCU: 0x6E9, offset: 0x94FFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableAAWI', symObjAddr: 0x153C, symBinAddr: 0x4AC50, symSize: 0x2C } + - { offsetInCU: 0x6FD, offset: 0x9500E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaE4ViewPWb', symObjAddr: 0x1568, symBinAddr: 0x4AC7C, symSize: 0x10 } + - { offsetInCU: 0x711, offset: 0x95022, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAA4BodyAeFP_AHWT', symObjAddr: 0x1578, symBinAddr: 0x4AC8C, symSize: 0xC } + - { offsetInCU: 0x725, offset: 0x95036, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV04makeC07contextAA0B22UIMeasurementContainerCyxG0B2UI0C20RepresentableContextVyACyxq_GG_tFTf4dn_n', symObjAddr: 0x1584, symBinAddr: 0x4AC98, symSize: 0x68 } + - { offsetInCU: 0x7F6, offset: 0x95107, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP09dismantleC0_11coordinatory0C4TypeQz_11CoordinatorQztFZTW', symObjAddr: 0x340, symBinAddr: 0x49A80, symSize: 0x4 } + - { offsetInCU: 0x812, offset: 0x95123, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP19_identifiedViewTree2inAE011_IdentifiedgH0O0C4TypeQz_tFTW', symObjAddr: 0x3A4, symBinAddr: 0x49AE4, symSize: 0x4 } + - { offsetInCU: 0x82E, offset: 0x9513F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideLayoutTraits_3foryAE01_gH0Vz_0C4TypeQztFTW', symObjAddr: 0x494, symBinAddr: 0x49BD4, symSize: 0x4 } + - { offsetInCU: 0x84A, offset: 0x9515B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP24_modifyBridgedViewInputsyyAE01_hI0VzFZTW', symObjAddr: 0x498, symBinAddr: 0x49BD8, symSize: 0x14 } + - { offsetInCU: 0x866, offset: 0x95177, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP14_layoutOptionsyAE013_PlatformViewe6LayoutG0V0C4TypeQzFZTW', symObjAddr: 0x4AC, symBinAddr: 0x49BEC, symSize: 0x14 } + - { offsetInCU: 0x882, offset: 0x95193, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE04view6inputsAE01_E7OutputsVAE11_GraphValueVyxG_AE01_E6InputsVtFZTW', symObjAddr: 0x4C0, symBinAddr: 0x49C00, symSize: 0x5C } + - { offsetInCU: 0x89E, offset: 0x951AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE4List4view6inputsAE01_eG7OutputsVAE11_GraphValueVyxG_AE01_eG6InputsVtFZTW', symObjAddr: 0x51C, symBinAddr: 0x49C5C, symSize: 0x5C } + - { offsetInCU: 0x8BA, offset: 0x951CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP14_viewListCount6inputsSiSgAE01_egH6InputsV_tFZTW', symObjAddr: 0x578, symBinAddr: 0x49CB8, symSize: 0x18 } + - { offsetInCU: 0x8D6, offset: 0x951E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP4body4BodyQzvgTW', symObjAddr: 0x590, symBinAddr: 0x49CD0, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x953D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x4AD7C, symSize: 0x5C } + - { offsetInCU: 0x7C, offset: 0x95402, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfD', symObjAddr: 0x5C, symBinAddr: 0x4ADD8, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x9543E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x98, symBinAddr: 0x4AE14, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x9547F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xA4, symBinAddr: 0x4AE20, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x954C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xD4, symBinAddr: 0x4AE50, symSize: 0xC } + - { offsetInCU: 0x17B, offset: 0x95501, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xE0, symBinAddr: 0x4AE5C, symSize: 0xC } + - { offsetInCU: 0x1AD, offset: 0x95533, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesC4starAcA4StarC_tcfcTf4gn_n', symObjAddr: 0xFD0, symBinAddr: 0x4BD0C, symSize: 0x444 } + - { offsetInCU: 0x540, offset: 0x958C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCMa', symObjAddr: 0x78, symBinAddr: 0x4ADF4, symSize: 0x20 } + - { offsetInCU: 0x680, offset: 0x95A06, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xEC, symBinAddr: 0x4AE68, symSize: 0x120 } + - { offsetInCU: 0x83F, offset: 0x95BC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCfD', symObjAddr: 0x20C, symBinAddr: 0x4AF88, symSize: 0x34 } + - { offsetInCU: 0x8A0, offset: 0x95C26, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x260, symBinAddr: 0x4AFDC, symSize: 0x44 } + - { offsetInCU: 0x8EC, offset: 0x95C72, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x2A4, symBinAddr: 0x4B020, symSize: 0x24 } + - { offsetInCU: 0x91E, offset: 0x95CA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x2C8, symBinAddr: 0x4B044, symSize: 0x4 } + - { offsetInCU: 0x958, offset: 0x95CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2CC, symBinAddr: 0x4B048, symSize: 0x8 } + - { offsetInCU: 0x978, offset: 0x95CFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2CC, symBinAddr: 0x4B048, symSize: 0x8 } + - { offsetInCU: 0x9DB, offset: 0x95D61, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2D4, symBinAddr: 0x4B050, symSize: 0x10 } + - { offsetInCU: 0x9FB, offset: 0x95D81, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2D4, symBinAddr: 0x4B050, symSize: 0x10 } + - { offsetInCU: 0xA42, offset: 0x95DC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2E4, symBinAddr: 0x4B060, symSize: 0x8 } + - { offsetInCU: 0xA62, offset: 0x95DE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2E4, symBinAddr: 0x4B060, symSize: 0x8 } + - { offsetInCU: 0xA83, offset: 0x95E09, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2EC, symBinAddr: 0x4B068, symSize: 0x8 } + - { offsetInCU: 0xAA3, offset: 0x95E29, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2EC, symBinAddr: 0x4B068, symSize: 0x8 } + - { offsetInCU: 0xAC4, offset: 0x95E4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F4, symBinAddr: 0x4B070, symSize: 0x8 } + - { offsetInCU: 0xAE4, offset: 0x95E6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F4, symBinAddr: 0x4B070, symSize: 0x8 } + - { offsetInCU: 0xB05, offset: 0x95E8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2FC, symBinAddr: 0x4B078, symSize: 0x8 } + - { offsetInCU: 0xB25, offset: 0x95EAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2FC, symBinAddr: 0x4B078, symSize: 0x8 } + - { offsetInCU: 0xB46, offset: 0x95ECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x304, symBinAddr: 0x4B080, symSize: 0xC } + - { offsetInCU: 0xB66, offset: 0x95EEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x304, symBinAddr: 0x4B080, symSize: 0xC } + - { offsetInCU: 0xB87, offset: 0x95F0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x310, symBinAddr: 0x4B08C, symSize: 0x10 } + - { offsetInCU: 0xBA7, offset: 0x95F2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x310, symBinAddr: 0x4B08C, symSize: 0x10 } + - { offsetInCU: 0xBC8, offset: 0x95F4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x320, symBinAddr: 0x4B09C, symSize: 0xC } + - { offsetInCU: 0xBFA, offset: 0x95F80, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC06parentC04starAcA08AnimatorC0_pSg_AA4StarCtcfcTf4ngn_n', symObjAddr: 0x1414, symBinAddr: 0x4C150, symSize: 0x114 } + - { offsetInCU: 0xCB3, offset: 0x96039, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCMa', symObjAddr: 0x240, symBinAddr: 0x4AFBC, symSize: 0x20 } + - { offsetInCU: 0xFE2, offset: 0x96368, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x718, symBinAddr: 0x4B494, symSize: 0x14 } + - { offsetInCU: 0x101A, offset: 0x963A0, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay6Lottie14ShapeItemLayerC0I0VG8grouping_AISg17trailingSeparatort_Tg5', symObjAddr: 0x72C, symBinAddr: 0x4B4A8, symSize: 0x14 } + - { offsetInCU: 0x1052, offset: 0x963D8, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo13CATransform3DV_Tg5', symObjAddr: 0x740, symBinAddr: 0x4B4BC, symSize: 0x14 } + - { offsetInCU: 0x108A, offset: 0x96410, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x754, symBinAddr: 0x4B4D0, symSize: 0x14 } + - { offsetInCU: 0x10C2, offset: 0x96448, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo7CGPointV_Tg5', symObjAddr: 0x768, symBinAddr: 0x4B4E4, symSize: 0x14 } + - { offsetInCU: 0x10FA, offset: 0x96480, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSb_Tg5', symObjAddr: 0x77C, symBinAddr: 0x4B4F8, symSize: 0x14 } + - { offsetInCU: 0x1132, offset: 0x964B8, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo6CGSizeV_Tg5', symObjAddr: 0x79C, symBinAddr: 0x4B518, symSize: 0x14 } + - { offsetInCU: 0x116A, offset: 0x964F0, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x7BC, symBinAddr: 0x4B538, symSize: 0x14 } + - { offsetInCU: 0x11A2, offset: 0x96528, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x7D0, symBinAddr: 0x4B54C, symSize: 0x14 } + - { offsetInCU: 0x11DA, offset: 0x96560, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x86C, symBinAddr: 0x4B5E8, symSize: 0x14 } + - { offsetInCU: 0x1212, offset: 0x96598, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11PathElementV_Tg5', symObjAddr: 0x880, symBinAddr: 0x4B5FC, symSize: 0x14 } + - { offsetInCU: 0x124A, offset: 0x965D0, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV5start_AG3endt_Tg5', symObjAddr: 0x894, symBinAddr: 0x4B610, symSize: 0x14 } + - { offsetInCU: 0x1282, offset: 0x96608, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16AnimationKeypathV7keypath_AE16AnyValueProvider_p05valueM0t_Tg5', symObjAddr: 0x8A8, symBinAddr: 0x4B624, symSize: 0x14 } + - { offsetInCU: 0x12BA, offset: 0x96640, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSS_Tg5', symObjAddr: 0x8BC, symBinAddr: 0x4B638, symSize: 0x14 } + - { offsetInCU: 0x15EA, offset: 0x96970, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7polygon8position14numberOfPoints11outerRadius0I11Roundedness8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA3oA0C9DirectionOtFZTf4nnnnnnd_n', symObjAddr: 0x8D0, symBinAddr: 0x4B64C, symSize: 0x6C0 } + - { offsetInCU: 0x24BE, offset: 0x97844, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x32C, symBinAddr: 0x4B0A8, symSize: 0x2B0 } + - { offsetInCU: 0x27C8, offset: 0x97B4E, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFSay6Lottie11CurveVertexVG_Tg5', symObjAddr: 0x5DC, symBinAddr: 0x4B358, symSize: 0x13C } + - { offsetInCU: 0x1F6, offset: 0x982C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE03logB5IssueyySSKFAA21LayerAnimationContextV_TB5', symObjAddr: 0x0, symBinAddr: 0x4C264, symSize: 0x240 } + - { offsetInCU: 0x516, offset: 0x985E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5coderAESgSo7NSCoderC_tcfcTo', symObjAddr: 0x12DC, symBinAddr: 0x4D540, symSize: 0x58 } + - { offsetInCU: 0x55D, offset: 0x98627, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5layerAEyp_tcfc', symObjAddr: 0x1334, symBinAddr: 0x4D598, symSize: 0x1B0 } + - { offsetInCU: 0x63E, offset: 0x98708, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAEycfcTo', symObjAddr: 0x154C, symBinAddr: 0x4D7B0, symSize: 0x2C } + - { offsetInCU: 0x6D0, offset: 0x9879A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x240, symBinAddr: 0x4C4A4, symSize: 0x4CC } + - { offsetInCU: 0xBBC, offset: 0x98C86, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x744, symBinAddr: 0x4C9A8, symSize: 0x58 } + - { offsetInCU: 0xC03, offset: 0x98CCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x79C, symBinAddr: 0x4CA00, symSize: 0x1B0 } + - { offsetInCU: 0xCC6, offset: 0x98D90, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyF', symObjAddr: 0x958, symBinAddr: 0x4CBBC, symSize: 0x1FC } + - { offsetInCU: 0xE86, offset: 0x98F50, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyFTo', symObjAddr: 0xB54, symBinAddr: 0x4CDB8, symSize: 0x2C } + - { offsetInCU: 0xEC0, offset: 0x98F8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCACycfcTo', symObjAddr: 0xB80, symBinAddr: 0x4CDE4, symSize: 0x2C } + - { offsetInCU: 0x1142, offset: 0x9920C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCfETo', symObjAddr: 0xBB0, symBinAddr: 0x4CE14, symSize: 0x10 } + - { offsetInCU: 0x1171, offset: 0x9923B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCMa', symObjAddr: 0xBC0, symBinAddr: 0x4CE24, symSize: 0x20 } + - { offsetInCU: 0x1185, offset: 0x9924F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xBE0, symBinAddr: 0x4CE44, symSize: 0x1F4 } + - { offsetInCU: 0x184C, offset: 0x99916, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xDD4, symBinAddr: 0x4D038, symSize: 0x4F4 } + - { offsetInCU: 0x1D0C, offset: 0x99DD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_', symObjAddr: 0x15E0, symBinAddr: 0x4D844, symSize: 0x8C } + - { offsetInCU: 0x1D6B, offset: 0x99E35, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCAA09AnimationD0A2aDP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x12C8, symBinAddr: 0x4D52C, symSize: 0x14 } + - { offsetInCU: 0x1D8E, offset: 0x99E58, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CfETo', symObjAddr: 0x15B0, symBinAddr: 0x4D814, symSize: 0x10 } + - { offsetInCU: 0x1DBD, offset: 0x99E87, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CMa', symObjAddr: 0x15C0, symBinAddr: 0x4D824, symSize: 0x20 } + - { offsetInCU: 0x1DD1, offset: 0x99E9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAA09AnimationD0A2aFP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x166C, symBinAddr: 0x4D8D0, symSize: 0x14 } + - { offsetInCU: 0x1E7A, offset: 0x99F44, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_So13CATransform3DV_Tg5Tf4nxnn_n', symObjAddr: 0x3A40, symBinAddr: 0x4FB28, symSize: 0x24C } + - { offsetInCU: 0x1FC0, offset: 0x9A08A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_12CoreGraphics7CGFloatV_Tg5Tf4nxnn_n', symObjAddr: 0x3C8C, symBinAddr: 0x4FD74, symSize: 0x17C } + - { offsetInCU: 0x2105, offset: 0x9A1CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_Sb_Tg5Tf4nxnn_n', symObjAddr: 0x3E08, symBinAddr: 0x4FEF0, symSize: 0x18C } + - { offsetInCU: 0x228A, offset: 0x9A354, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_TA', symObjAddr: 0x1CC4, symBinAddr: 0x4DF28, symSize: 0x8 } + - { offsetInCU: 0x22C4, offset: 0x9A38E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5', symObjAddr: 0x1D0C, symBinAddr: 0x4DF30, symSize: 0xA4 } + - { offsetInCU: 0x2426, offset: 0x9A4F0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo13CATransform3DV_TB5Tf4xnd_n', symObjAddr: 0x1DB0, symBinAddr: 0x4DFD4, symSize: 0x3BC } + - { offsetInCU: 0x2732, offset: 0x9A7FC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo7CGPointV_TB5Tf4xnd_n', symObjAddr: 0x216C, symBinAddr: 0x4E390, symSize: 0x2E8 } + - { offsetInCU: 0x2A3E, offset: 0x9AB08, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlF12CoreGraphics7CGFloatV_TB5Tf4xnd_n', symObjAddr: 0x2454, symBinAddr: 0x4E678, symSize: 0x2E0 } + - { offsetInCU: 0x2D4E, offset: 0x9AE18, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSb_TB5Tf4xnd_n', symObjAddr: 0x2734, symBinAddr: 0x4E958, symSize: 0x2D8 } + - { offsetInCU: 0x3055, offset: 0x9B11F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo10CGColorRefa_TB5Tf4xnd_n', symObjAddr: 0x2A0C, symBinAddr: 0x4EC30, symSize: 0x2A8 } + - { offsetInCU: 0x333A, offset: 0x9B404, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo6CGSizeV_TB5Tf4xnd_n', symObjAddr: 0x2CB4, symBinAddr: 0x4EED8, symSize: 0x2E8 } + - { offsetInCU: 0x35EE, offset: 0x9B6B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x3008, symBinAddr: 0x4F1E4, symSize: 0x8 } + - { offsetInCU: 0x365A, offset: 0x9B724, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo9CGPathRefa_TB5Tf4xnd_n', symObjAddr: 0x3010, symBinAddr: 0x4F1EC, symSize: 0x2A8 } + - { offsetInCU: 0x393F, offset: 0x9BA09, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSaySo10CGColorRefaG_TB5Tf4xnd_n', symObjAddr: 0x32B8, symBinAddr: 0x4F494, symSize: 0x300 } + - { offsetInCU: 0x3C4E, offset: 0x9BD18, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSay12CoreGraphics7CGFloatVG_TB5Tf4xnd_n', symObjAddr: 0x35B8, symBinAddr: 0x4F794, symSize: 0x300 } + - { offsetInCU: 0x3F05, offset: 0x9BFCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tSgWOh', symObjAddr: 0x38B8, symBinAddr: 0x4FA94, symSize: 0x40 } + - { offsetInCU: 0x3FA3, offset: 0x9C06D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So9CGPathRefa_Tg5TA', symObjAddr: 0x4124, symBinAddr: 0x5020C, symSize: 0x30 } + - { offsetInCU: 0x3FB7, offset: 0x9C081, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x4154, symBinAddr: 0x5023C, symSize: 0x8 } + - { offsetInCU: 0x3FCB, offset: 0x9C095, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOr', symObjAddr: 0x4180, symBinAddr: 0x50268, symSize: 0x28 } + - { offsetInCU: 0x3FDF, offset: 0x9C0A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOs', symObjAddr: 0x41A8, symBinAddr: 0x50290, symSize: 0x28 } + - { offsetInCU: 0x3FF3, offset: 0x9C0BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x41D0, symBinAddr: 0x502B8, symSize: 0x8 } + - { offsetInCU: 0x4007, offset: 0x9C0D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x41D8, symBinAddr: 0x502C0, symSize: 0x8 } + - { offsetInCU: 0x401B, offset: 0x9C0E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOc', symObjAddr: 0x4268, symBinAddr: 0x502C8, symSize: 0x48 } + - { offsetInCU: 0x402F, offset: 0x9C0F9, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x42B0, symBinAddr: 0x50310, symSize: 0x48 } + - { offsetInCU: 0x4043, offset: 0x9C10D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x434C, symBinAddr: 0x503AC, symSize: 0x2C } + - { offsetInCU: 0x4057, offset: 0x9C121, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x43F0, symBinAddr: 0x50450, symSize: 0x30 } + - { offsetInCU: 0x406B, offset: 0x9C135, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So7CGPointV_Tg5TA', symObjAddr: 0x4454, symBinAddr: 0x504B4, symSize: 0x2C } + - { offsetInCU: 0x407F, offset: 0x9C149, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Say12CoreGraphics7CGFloatVG_Tg5TA', symObjAddr: 0x44B4, symBinAddr: 0x50514, symSize: 0x38 } + - { offsetInCU: 0x4093, offset: 0x9C15D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_SaySo10CGColorRefaG_Tg5TA', symObjAddr: 0x46AC, symBinAddr: 0x5070C, symSize: 0x30 } + - { offsetInCU: 0x40A7, offset: 0x9C171, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So13CATransform3DV_Tg5TA', symObjAddr: 0x46F8, symBinAddr: 0x50758, symSize: 0x38 } + - { offsetInCU: 0x40BB, offset: 0x9C185, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So6CGSizeV_Tg5TA', symObjAddr: 0x47A0, symBinAddr: 0x507C4, symSize: 0x28 } + - { offsetInCU: 0x40CF, offset: 0x9C199, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Sb_Tg5TA', symObjAddr: 0x47E4, symBinAddr: 0x50808, symSize: 0x24 } + - { offsetInCU: 0x44BD, offset: 0x9C587, size: 0x8, addend: 0x0, symName: '_$sSKsE4last5where7ElementQzSgSbADKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AF16AnyValueProvider_p05valueJ0tG_Tg5011$s6Lottie18ij74StoreC05valueC033_4EC701FB5E0978BECCD084F684086AE8LL3forAA03AnybC0_pSgAA16eF20V_tFSbAJ_AaG_ptXEfU_AHTf1ncn_n', symObjAddr: 0x1C08, symBinAddr: 0x4DE6C, symSize: 0xBC } + - { offsetInCU: 0x60, offset: 0x9CD57, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x5084C, symSize: 0x9C } + - { offsetInCU: 0x9C, offset: 0x9CD93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvg', symObjAddr: 0x9C, symBinAddr: 0x508E8, symSize: 0x1A4 } + - { offsetInCU: 0x1D0, offset: 0x9CEC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x240, symBinAddr: 0x50A8C, symSize: 0xE0 } + - { offsetInCU: 0x27B, offset: 0x9CF72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x320, symBinAddr: 0x50B6C, symSize: 0x164 } + - { offsetInCU: 0x3F2, offset: 0x9D0E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x484, symBinAddr: 0x50CD0, symSize: 0xDC } + - { offsetInCU: 0x51A, offset: 0x9D211, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x560, symBinAddr: 0x50DAC, symSize: 0x60 } + - { offsetInCU: 0x59F, offset: 0x9D296, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x5C0, symBinAddr: 0x50E0C, symSize: 0x180 } + - { offsetInCU: 0x700, offset: 0x9D3F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x740, symBinAddr: 0x50F8C, symSize: 0x140 } + - { offsetInCU: 0x7C8, offset: 0x9D4BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF', symObjAddr: 0x880, symBinAddr: 0x510CC, symSize: 0x188 } + - { offsetInCU: 0x93F, offset: 0x9D636, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_', symObjAddr: 0xA08, symBinAddr: 0x51254, symSize: 0xB0 } + - { offsetInCU: 0x9A4, offset: 0x9D69B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_', symObjAddr: 0xAB8, symBinAddr: 0x51304, symSize: 0x1EC } + - { offsetInCU: 0xA2C, offset: 0x9D723, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xE58, symBinAddr: 0x516A4, symSize: 0x184 } + - { offsetInCU: 0xBAA, offset: 0x9D8A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0xFDC, symBinAddr: 0x51828, symSize: 0x3D0 } + - { offsetInCU: 0xC67, offset: 0x9D95E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x13CC, symBinAddr: 0x51C18, symSize: 0x4 } + - { offsetInCU: 0x1032, offset: 0x9DD29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOc', symObjAddr: 0x140C, symBinAddr: 0x51C1C, symSize: 0x34 } + - { offsetInCU: 0x1046, offset: 0x9DD3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x1464, symBinAddr: 0x51C54, symSize: 0x8 } + - { offsetInCU: 0x105A, offset: 0x9DD51, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x14E4, symBinAddr: 0x51CD4, symSize: 0x8 } + - { offsetInCU: 0x106E, offset: 0x9DD65, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedSwitchCytG_Tg5TA', symObjAddr: 0x14EC, symBinAddr: 0x51CDC, symSize: 0x8 } + - { offsetInCU: 0x1082, offset: 0x9DD79, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x14F4, symBinAddr: 0x51CE4, symSize: 0x8 } + - { offsetInCU: 0x1096, offset: 0x9DD8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1584, symBinAddr: 0x51D38, symSize: 0x8 } + - { offsetInCU: 0x10AA, offset: 0x9DDA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOh', symObjAddr: 0x15B0, symBinAddr: 0x51D64, symSize: 0x2C } + - { offsetInCU: 0x10BE, offset: 0x9DDB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOd', symObjAddr: 0x15DC, symBinAddr: 0x51D90, symSize: 0x34 } + - { offsetInCU: 0x10D2, offset: 0x9DDC9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGSgWOe', symObjAddr: 0x1610, symBinAddr: 0x51DC4, symSize: 0x2C } + - { offsetInCU: 0x10E6, offset: 0x9DDDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1644, symBinAddr: 0x51DF8, symSize: 0xC } + - { offsetInCU: 0x10FA, offset: 0x9DDF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1660, symBinAddr: 0x51E14, symSize: 0x28 } + - { offsetInCU: 0x110E, offset: 0x9DE05, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1698, symBinAddr: 0x51E4C, symSize: 0x28 } + - { offsetInCU: 0x1122, offset: 0x9DE19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x172C, symBinAddr: 0x51EE0, symSize: 0x20 } + - { offsetInCU: 0x1136, offset: 0x9DE2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x174C, symBinAddr: 0x51F00, symSize: 0x2C } + - { offsetInCU: 0x114A, offset: 0x9DE41, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x17BC, symBinAddr: 0x51F2C, symSize: 0x24 } + - { offsetInCU: 0x115E, offset: 0x9DE55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAC7SwiftUI4ViewAAWl', symObjAddr: 0x17E0, symBinAddr: 0x51F50, symSize: 0x44 } + - { offsetInCU: 0x1172, offset: 0x9DE69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x1824, symBinAddr: 0x51F94, symSize: 0x10 } + - { offsetInCU: 0x1186, offset: 0x9DE7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwCP', symObjAddr: 0x1834, symBinAddr: 0x51FA4, symSize: 0x30 } + - { offsetInCU: 0x119A, offset: 0x9DE91, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwxx', symObjAddr: 0x1864, symBinAddr: 0x51FD4, symSize: 0x70 } + - { offsetInCU: 0x11AE, offset: 0x9DEA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwcp', symObjAddr: 0x18D4, symBinAddr: 0x52044, symSize: 0x11C } + - { offsetInCU: 0x11C2, offset: 0x9DEB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwca', symObjAddr: 0x19F0, symBinAddr: 0x52160, symSize: 0x1C8 } + - { offsetInCU: 0x11D6, offset: 0x9DECD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGWOh', symObjAddr: 0x1BEC, symBinAddr: 0x52328, symSize: 0x40 } + - { offsetInCU: 0x11EA, offset: 0x9DEE1, size: 0x8, addend: 0x0, symName: ___swift_memcpy137_8, symObjAddr: 0x1C6C, symBinAddr: 0x52368, symSize: 0x34 } + - { offsetInCU: 0x11FE, offset: 0x9DEF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwta', symObjAddr: 0x1CA0, symBinAddr: 0x5239C, symSize: 0x108 } + - { offsetInCU: 0x1212, offset: 0x9DF09, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwet', symObjAddr: 0x1DA8, symBinAddr: 0x524A4, symSize: 0x48 } + - { offsetInCU: 0x1226, offset: 0x9DF1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwst', symObjAddr: 0x1DF0, symBinAddr: 0x524EC, symSize: 0x64 } + - { offsetInCU: 0x123A, offset: 0x9DF31, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVMa', symObjAddr: 0x1E54, symBinAddr: 0x52550, symSize: 0x10 } + - { offsetInCU: 0x124E, offset: 0x9DF45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_TA', symObjAddr: 0x1EDC, symBinAddr: 0x52594, symSize: 0xC } + - { offsetInCU: 0x1262, offset: 0x9DF59, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOe', symObjAddr: 0x1EE8, symBinAddr: 0x525A0, symSize: 0x10 } + - { offsetInCU: 0x1276, offset: 0x9DF6D, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueCMa', symObjAddr: 0x1EF8, symBinAddr: 0x525B0, symSize: 0x3C } + - { offsetInCU: 0x128A, offset: 0x9DF81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_yyScMYccfU_TA', symObjAddr: 0x1F74, symBinAddr: 0x5262C, symSize: 0x54 } + - { offsetInCU: 0x12BE, offset: 0x9DFB5, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1FC8, symBinAddr: 0x52680, symSize: 0x10 } + - { offsetInCU: 0x12D2, offset: 0x9DFC9, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1FD8, symBinAddr: 0x52690, symSize: 0x8 } + - { offsetInCU: 0x12E6, offset: 0x9DFDD, size: 0x8, addend: 0x0, symName: '_$s8Dispatch0A13WorkItemFlagsVACs10SetAlgebraAAWl', symObjAddr: 0x1FE0, symBinAddr: 0x52698, symSize: 0x48 } + - { offsetInCU: 0x13E6, offset: 0x9E0DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x13AC, symBinAddr: 0x51BF8, symSize: 0x4 } + - { offsetInCU: 0x1402, offset: 0x9E0F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x13B0, symBinAddr: 0x51BFC, symSize: 0x4 } + - { offsetInCU: 0x141E, offset: 0x9E115, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x13B4, symBinAddr: 0x51C00, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0x9E37A, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x5274C, symSize: 0x2E0 } + - { offsetInCU: 0x9F, offset: 0x9E3EE, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x5274C, symSize: 0x2E0 } + - { offsetInCU: 0x27, offset: 0x9E70A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x52A44, symSize: 0x4C } + - { offsetInCU: 0x50, offset: 0x9E733, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x52A44, symSize: 0x4C } + - { offsetInCU: 0xAA, offset: 0x9E78D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4C, symBinAddr: 0x52A90, symSize: 0x14 } + - { offsetInCU: 0x139, offset: 0x9E81C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH9hashValueSivgTW', symObjAddr: 0x60, symBinAddr: 0x52AA4, symSize: 0x44 } + - { offsetInCU: 0x21C, offset: 0x9E8FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA4, symBinAddr: 0x52AE8, symSize: 0x28 } + - { offsetInCU: 0x335, offset: 0x9EA18, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtF', symObjAddr: 0x10C, symBinAddr: 0x52B50, symSize: 0x1BC } + - { offsetInCU: 0x45E, offset: 0x9EB41, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtFTo', symObjAddr: 0x2C8, symBinAddr: 0x52D0C, symSize: 0x64 } + - { offsetInCU: 0x498, offset: 0x9EB7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCACycfcTo', symObjAddr: 0x32C, symBinAddr: 0x52D70, symSize: 0x2C } + - { offsetInCU: 0x4FF, offset: 0x9EBE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfD', symObjAddr: 0x358, symBinAddr: 0x52D9C, symSize: 0x30 } + - { offsetInCU: 0x543, offset: 0x9EC26, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfETo', symObjAddr: 0x388, symBinAddr: 0x52DCC, symSize: 0x50 } + - { offsetInCU: 0x572, offset: 0x9EC55, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCMa', symObjAddr: 0x3D8, symBinAddr: 0x52E1C, symSize: 0x20 } + - { offsetInCU: 0x586, offset: 0x9EC69, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwet', symObjAddr: 0x408, symBinAddr: 0x52E3C, symSize: 0x90 } + - { offsetInCU: 0x59A, offset: 0x9EC7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwst', symObjAddr: 0x498, symBinAddr: 0x52ECC, symSize: 0xBC } + - { offsetInCU: 0x5AE, offset: 0x9EC91, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwug', symObjAddr: 0x554, symBinAddr: 0x52F88, symSize: 0x8 } + - { offsetInCU: 0x5C2, offset: 0x9ECA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwup', symObjAddr: 0x55C, symBinAddr: 0x52F90, symSize: 0x4 } + - { offsetInCU: 0x5D6, offset: 0x9ECB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwui', symObjAddr: 0x560, symBinAddr: 0x52F94, symSize: 0x8 } + - { offsetInCU: 0x5EA, offset: 0x9ECCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOMa', symObjAddr: 0x568, symBinAddr: 0x52F9C, symSize: 0x10 } + - { offsetInCU: 0x5FE, offset: 0x9ECE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwCP', symObjAddr: 0x578, symBinAddr: 0x52FAC, symSize: 0x34 } + - { offsetInCU: 0x612, offset: 0x9ECF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwxx', symObjAddr: 0x5AC, symBinAddr: 0x52FE0, symSize: 0x8 } + - { offsetInCU: 0x626, offset: 0x9ED09, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwcp', symObjAddr: 0x5B4, symBinAddr: 0x52FE8, symSize: 0x34 } + - { offsetInCU: 0x63A, offset: 0x9ED1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwca', symObjAddr: 0x5E8, symBinAddr: 0x5301C, symSize: 0x48 } + - { offsetInCU: 0x64E, offset: 0x9ED31, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x630, symBinAddr: 0x53064, symSize: 0x14 } + - { offsetInCU: 0x662, offset: 0x9ED45, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwta', symObjAddr: 0x644, symBinAddr: 0x53078, symSize: 0x38 } + - { offsetInCU: 0x676, offset: 0x9ED59, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwet', symObjAddr: 0x67C, symBinAddr: 0x530B0, symSize: 0x48 } + - { offsetInCU: 0x68A, offset: 0x9ED6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwst', symObjAddr: 0x6C4, symBinAddr: 0x530F8, symSize: 0x40 } + - { offsetInCU: 0x69E, offset: 0x9ED81, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVMa', symObjAddr: 0x704, symBinAddr: 0x53138, symSize: 0x10 } + - { offsetInCU: 0x6B2, offset: 0x9ED95, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASQWb', symObjAddr: 0x714, symBinAddr: 0x53148, symSize: 0x4 } + - { offsetInCU: 0x6C6, offset: 0x9EDA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOACSQAAWl', symObjAddr: 0x718, symBinAddr: 0x5314C, symSize: 0x44 } + - { offsetInCU: 0x718, offset: 0x9EDFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCC, symBinAddr: 0x52B10, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x9F029, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x53190, symSize: 0xC } + - { offsetInCU: 0x3F, offset: 0x9F041, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x53190, symSize: 0xC } + - { offsetInCU: 0x6E, offset: 0x9F070, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg', symObjAddr: 0xC, symBinAddr: 0x5319C, symSize: 0x10 } + - { offsetInCU: 0x9D, offset: 0x9F09F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwCP', symObjAddr: 0x1C, symBinAddr: 0x531AC, symSize: 0x30 } + - { offsetInCU: 0xB1, offset: 0x9F0B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwxx', symObjAddr: 0x4C, symBinAddr: 0x531DC, symSize: 0xC } + - { offsetInCU: 0xC5, offset: 0x9F0C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwcp', symObjAddr: 0x58, symBinAddr: 0x531E8, symSize: 0x30 } + - { offsetInCU: 0xD9, offset: 0x9F0DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwca', symObjAddr: 0x88, symBinAddr: 0x53218, symSize: 0x40 } + - { offsetInCU: 0xED, offset: 0x9F0EF, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0xC8, symBinAddr: 0x53258, symSize: 0xC } + - { offsetInCU: 0x101, offset: 0x9F103, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwta', symObjAddr: 0xD4, symBinAddr: 0x53264, symSize: 0x34 } + - { offsetInCU: 0x115, offset: 0x9F117, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwet', symObjAddr: 0x108, symBinAddr: 0x53298, symSize: 0x58 } + - { offsetInCU: 0x129, offset: 0x9F12B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwst', symObjAddr: 0x160, symBinAddr: 0x532F0, symSize: 0x54 } + - { offsetInCU: 0x13D, offset: 0x9F13F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwug', symObjAddr: 0x1B4, symBinAddr: 0x53344, symSize: 0xC } + - { offsetInCU: 0x151, offset: 0x9F153, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwup', symObjAddr: 0x1C0, symBinAddr: 0x53350, symSize: 0x10 } + - { offsetInCU: 0x165, offset: 0x9F167, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwui', symObjAddr: 0x1D0, symBinAddr: 0x53360, symSize: 0x14 } + - { offsetInCU: 0x179, offset: 0x9F17B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOMa', symObjAddr: 0x1E4, symBinAddr: 0x53374, symSize: 0x10 } + - { offsetInCU: 0x95, offset: 0x9F345, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufC', symObjAddr: 0x18, symBinAddr: 0x5339C, symSize: 0x1FC } + - { offsetInCU: 0x14F, offset: 0x9F3FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufC', symObjAddr: 0x29C, symBinAddr: 0x53598, symSize: 0x200 } + - { offsetInCU: 0x209, offset: 0x9F4B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_', symObjAddr: 0x4F8, symBinAddr: 0x537F4, symSize: 0x60 } + - { offsetInCU: 0x23D, offset: 0x9F4ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TQ0_', symObjAddr: 0x558, symBinAddr: 0x53854, symSize: 0x88 } + - { offsetInCU: 0x2BE, offset: 0x9F56E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x5E0, symBinAddr: 0x538DC, symSize: 0x24 } + - { offsetInCU: 0x2E8, offset: 0x9F598, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x5E0, symBinAddr: 0x538DC, symSize: 0x24 } + - { offsetInCU: 0x315, offset: 0x9F5C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC7SwiftUI05EmptyB0V_Tg5', symObjAddr: 0x604, symBinAddr: 0x53900, symSize: 0x1E4 } + - { offsetInCU: 0x3BB, offset: 0x9F66B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC', symObjAddr: 0x7E8, symBinAddr: 0x53AE4, symSize: 0x1E4 } + - { offsetInCU: 0x469, offset: 0x9F719, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_', symObjAddr: 0xB38, symBinAddr: 0x53E34, symSize: 0x60 } + - { offsetInCU: 0x49D, offset: 0x9F74D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TQ0_', symObjAddr: 0xB98, symBinAddr: 0x53E94, symSize: 0x88 } + - { offsetInCU: 0x51E, offset: 0x9F7CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xC20, symBinAddr: 0x53F1C, symSize: 0x28 } + - { offsetInCU: 0x548, offset: 0x9F7F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xC20, symBinAddr: 0x53F1C, symSize: 0x28 } + - { offsetInCU: 0x575, offset: 0x9F825, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufC', symObjAddr: 0xCF0, symBinAddr: 0x53FEC, symSize: 0x10 } + - { offsetInCU: 0x5A4, offset: 0x9F854, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufcAFycfu_', symObjAddr: 0xD00, symBinAddr: 0x53FFC, symSize: 0x4 } + - { offsetInCU: 0x5BE, offset: 0x9F86E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg', symObjAddr: 0xD04, symBinAddr: 0x54000, symSize: 0x63C } + - { offsetInCU: 0x72C, offset: 0x9F9DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_', symObjAddr: 0x1340, symBinAddr: 0x5463C, symSize: 0xFC } + - { offsetInCU: 0x765, offset: 0x9FA15, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_', symObjAddr: 0x14DC, symBinAddr: 0x547D8, symSize: 0x90 } + - { offsetInCU: 0x7CE, offset: 0x9FA7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_', symObjAddr: 0x1CA0, symBinAddr: 0x54F9C, symSize: 0x1FC } + - { offsetInCU: 0x8B8, offset: 0x9FB68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15animationSource33_787591BEA89A564C71734146BCF90079LLAA0a9AnimationD0OSgvg', symObjAddr: 0x143C, symBinAddr: 0x54738, symSize: 0xA0 } + - { offsetInCU: 0x909, offset: 0x9FBB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtF', symObjAddr: 0x156C, symBinAddr: 0x54868, symSize: 0x734 } + - { offsetInCU: 0xEAB, offset: 0xA015B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtFSbAA0E13ImageProvider_p_AaM_ptcfU_', symObjAddr: 0x4978, symBinAddr: 0x57C74, symSize: 0xDC } + - { offsetInCU: 0xF41, offset: 0xA01F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x1F5C, symBinAddr: 0x55258, symSize: 0x1E0 } + - { offsetInCU: 0xFA5, offset: 0xA0255, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_', symObjAddr: 0x464C, symBinAddr: 0x57948, symSize: 0x20 } + - { offsetInCU: 0xFF3, offset: 0xA02A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY0_', symObjAddr: 0x466C, symBinAddr: 0x57968, symSize: 0xA8 } + - { offsetInCU: 0x1060, offset: 0xA0310, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TQ1_', symObjAddr: 0x4714, symBinAddr: 0x57A10, symSize: 0x84 } + - { offsetInCU: 0x1111, offset: 0xA03C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY2_', symObjAddr: 0x4798, symBinAddr: 0x57A94, symSize: 0x88 } + - { offsetInCU: 0x11D5, offset: 0xA0485, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY3_', symObjAddr: 0x4820, symBinAddr: 0x57B1C, symSize: 0xB4 } + - { offsetInCU: 0x12A5, offset: 0xA0555, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_', symObjAddr: 0x48D4, symBinAddr: 0x57BD0, symSize: 0xA4 } + - { offsetInCU: 0x13B1, offset: 0xA0661, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV31reloadAnimationTriggerDidChange33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x213C, symBinAddr: 0x55438, symSize: 0x88 } + - { offsetInCU: 0x1412, offset: 0xA06C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF', symObjAddr: 0x21C4, symBinAddr: 0x554C0, symSize: 0xF8 } + - { offsetInCU: 0x147C, offset: 0xA072C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_', symObjAddr: 0x22BC, symBinAddr: 0x555B8, symSize: 0xA0 } + - { offsetInCU: 0x14E4, offset: 0xA0794, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF', symObjAddr: 0x235C, symBinAddr: 0x55658, symSize: 0xE4 } + - { offsetInCU: 0x1622, offset: 0xA08D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_', symObjAddr: 0x2644, symBinAddr: 0x55940, symSize: 0x60 } + - { offsetInCU: 0x167D, offset: 0xA092D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF', symObjAddr: 0x2440, symBinAddr: 0x5573C, symSize: 0x100 } + - { offsetInCU: 0x16E7, offset: 0xA0997, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_', symObjAddr: 0x2540, symBinAddr: 0x5583C, symSize: 0x104 } + - { offsetInCU: 0x174F, offset: 0xA09FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF', symObjAddr: 0x26F4, symBinAddr: 0x559F0, symSize: 0xD0 } + - { offsetInCU: 0x178E, offset: 0xA0A3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7loopingACyxGyF', symObjAddr: 0x27C4, symBinAddr: 0x55AC0, symSize: 0x40 } + - { offsetInCU: 0x17BC, offset: 0xA0A6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF', symObjAddr: 0x2808, symBinAddr: 0x55B04, symSize: 0x38 } + - { offsetInCU: 0x17FA, offset: 0xA0AAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF', symObjAddr: 0x2840, symBinAddr: 0x55B3C, symSize: 0x44 } + - { offsetInCU: 0x1838, offset: 0xA0AE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x291C, symBinAddr: 0x55C18, symSize: 0x38 } + - { offsetInCU: 0x1876, offset: 0xA0B26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV14animationSpeedyACyxGSdF', symObjAddr: 0x2954, symBinAddr: 0x55C50, symSize: 0x48 } + - { offsetInCU: 0x18B5, offset: 0xA0B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF', symObjAddr: 0x299C, symBinAddr: 0x55C98, symSize: 0x64 } + - { offsetInCU: 0x18F7, offset: 0xA0BA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF', symObjAddr: 0x2A00, symBinAddr: 0x55CFC, symSize: 0xA8 } + - { offsetInCU: 0x196F, offset: 0xA0C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF', symObjAddr: 0x2AA8, symBinAddr: 0x55DA4, symSize: 0x6C } + - { offsetInCU: 0x19DA, offset: 0xA0C8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF', symObjAddr: 0x2B14, symBinAddr: 0x55E10, symSize: 0x78 } + - { offsetInCU: 0x1A1B, offset: 0xA0CCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_', symObjAddr: 0x2B8C, symBinAddr: 0x55E88, symSize: 0x6C } + - { offsetInCU: 0x1A5A, offset: 0xA0D0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF', symObjAddr: 0x2BF8, symBinAddr: 0x55EF4, symSize: 0x110 } + - { offsetInCU: 0x1A9B, offset: 0xA0D4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_', symObjAddr: 0x2D08, symBinAddr: 0x56004, symSize: 0x120 } + - { offsetInCU: 0x1B7B, offset: 0xA0E2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF', symObjAddr: 0x2E28, symBinAddr: 0x56124, symSize: 0x58 } + - { offsetInCU: 0x1BBD, offset: 0xA0E6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF', symObjAddr: 0x2E80, symBinAddr: 0x5617C, symSize: 0xC4 } + - { offsetInCU: 0x1C1A, offset: 0xA0ECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_', symObjAddr: 0x2F44, symBinAddr: 0x56240, symSize: 0x1F4 } + - { offsetInCU: 0x1CA5, offset: 0xA0F55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF', symObjAddr: 0x3138, symBinAddr: 0x56434, symSize: 0x110 } + - { offsetInCU: 0x1D02, offset: 0xA0FB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x3248, symBinAddr: 0x56544, symSize: 0x1A8 } + - { offsetInCU: 0x1DE9, offset: 0xA1099, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF', symObjAddr: 0x33F0, symBinAddr: 0x566EC, symSize: 0x148 } + - { offsetInCU: 0x1E46, offset: 0xA10F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x3538, symBinAddr: 0x56834, symSize: 0x350 } + - { offsetInCU: 0x1EEE, offset: 0xA119E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF', symObjAddr: 0x3888, symBinAddr: 0x56B84, symSize: 0x104 } + - { offsetInCU: 0x1F5C, offset: 0xA120C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_', symObjAddr: 0x398C, symBinAddr: 0x56C88, symSize: 0x3BC } + - { offsetInCU: 0x2038, offset: 0xA12E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF', symObjAddr: 0x3D48, symBinAddr: 0x57044, symSize: 0x70 } + - { offsetInCU: 0x2092, offset: 0xA1342, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF', symObjAddr: 0x3E4C, symBinAddr: 0x57148, symSize: 0xB8 } + - { offsetInCU: 0x20F1, offset: 0xA13A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x3F18, symBinAddr: 0x57214, symSize: 0x118 } + - { offsetInCU: 0x21BB, offset: 0xA146B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x4580, symBinAddr: 0x5787C, symSize: 0x88 } + - { offsetInCU: 0x21F5, offset: 0xA14A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF', symObjAddr: 0x4608, symBinAddr: 0x57904, symSize: 0x44 } + - { offsetInCU: 0x2237, offset: 0xA14E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP4body4BodyQzvgTW', symObjAddr: 0x4A74, symBinAddr: 0x57D70, symSize: 0x4 } + - { offsetInCU: 0x29F2, offset: 0xA1CA2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE7overlay33_787591BEA89A564C71734146BCF90079LL7contentQrqd__yXE_tAaBRd__lF', symObjAddr: 0x1E9C, symBinAddr: 0x55198, symSize: 0xC0 } + - { offsetInCU: 0x2BCF, offset: 0xA1E7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA', symObjAddr: 0x4AD8, symBinAddr: 0x57D98, symSize: 0x90 } + - { offsetInCU: 0x2C2A, offset: 0xA1EDA, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5', symObjAddr: 0x4B68, symBinAddr: 0x57E28, symSize: 0x6C } + - { offsetInCU: 0x2C64, offset: 0xA1F14, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TQ0_', symObjAddr: 0x4BD4, symBinAddr: 0x57E94, symSize: 0x54 } + - { offsetInCU: 0x2CBF, offset: 0xA1F6F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_', symObjAddr: 0x4C28, symBinAddr: 0x57EE8, symSize: 0x148 } + - { offsetInCU: 0x2D42, offset: 0xA1FF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7e4UI05g9B0VGAA0A9D26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x4D70, symBinAddr: 0x58030, symSize: 0x4 } + - { offsetInCU: 0x2D61, offset: 0xA2011, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA.5', symObjAddr: 0x4D74, symBinAddr: 0x58034, symSize: 0x90 } + - { offsetInCU: 0x2DBC, offset: 0xA206C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA', symObjAddr: 0x4E08, symBinAddr: 0x580C8, symSize: 0x90 } + - { offsetInCU: 0x2E10, offset: 0xA20C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7f4UI05h8B0VGAA03dkE26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x4E98, symBinAddr: 0x58158, symSize: 0x4 } + - { offsetInCU: 0x2E2F, offset: 0xA20DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17', symObjAddr: 0x4E9C, symBinAddr: 0x5815C, symSize: 0x90 } + - { offsetInCU: 0x2E8A, offset: 0xA213A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17TQ0_', symObjAddr: 0x4F2C, symBinAddr: 0x581EC, symSize: 0x50 } + - { offsetInCU: 0x2EDB, offset: 0xA218B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy6Lottie0A6UIViewVyAD0E13AnimationViewCytGAA14_OpacityEffectVGACyxq_GAA0H0A2aNRzAA0H8ModifierR_rlWl', symObjAddr: 0x5004, symBinAddr: 0x58280, symSize: 0x84 } + - { offsetInCU: 0x2EEF, offset: 0xA219F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_TA', symObjAddr: 0x51A4, symBinAddr: 0x58328, symSize: 0xC } + - { offsetInCU: 0x2F03, offset: 0xA21B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_TA', symObjAddr: 0x52F0, symBinAddr: 0x58474, symSize: 0xC } + - { offsetInCU: 0x2F17, offset: 0xA21C7, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5TA', symObjAddr: 0x52FC, symBinAddr: 0x58480, symSize: 0x8 } + - { offsetInCU: 0x2F2B, offset: 0xA21DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_TA', symObjAddr: 0x5304, symBinAddr: 0x58488, symSize: 0xC } + - { offsetInCU: 0x2F3F, offset: 0xA21EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyycfU2_TA', symObjAddr: 0x5314, symBinAddr: 0x58498, symSize: 0x2C } + - { offsetInCU: 0x2F82, offset: 0xA2232, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA12AnyEquatableVSgcfU3_TA', symObjAddr: 0x5344, symBinAddr: 0x584C8, symSize: 0x2C } + - { offsetInCU: 0x2FBF, offset: 0xA226F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSgxSgSQsSQRzlWl', symObjAddr: 0x5370, symBinAddr: 0x584F4, symSize: 0x64 } + - { offsetInCU: 0x2FD3, offset: 0xA2283, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVACSQAAWl', symObjAddr: 0x53D4, symBinAddr: 0x58558, symSize: 0x44 } + - { offsetInCU: 0x2FE7, offset: 0xA2297, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGACyxq_GAA0F0A2aHRzAaHR_rlWl', symObjAddr: 0x5418, symBinAddr: 0x5859C, symSize: 0x5C } + - { offsetInCU: 0x2FFB, offset: 0xA22AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOe', symObjAddr: 0x5474, symBinAddr: 0x585F8, symSize: 0x18 } + - { offsetInCU: 0x300F, offset: 0xA22BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_TA', symObjAddr: 0x54F8, symBinAddr: 0x5867C, symSize: 0x20 } + - { offsetInCU: 0x3023, offset: 0xA22D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_TA', symObjAddr: 0x5518, symBinAddr: 0x5869C, symSize: 0x8 } + - { offsetInCU: 0x3037, offset: 0xA22E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_TA', symObjAddr: 0x558C, symBinAddr: 0x58710, symSize: 0x24 } + - { offsetInCU: 0x304B, offset: 0xA22FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOIegn_SgWOe', symObjAddr: 0x56D4, symBinAddr: 0x58734, symSize: 0x10 } + - { offsetInCU: 0x305F, offset: 0xA230F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgFySbcfU_TA', symObjAddr: 0x5720, symBinAddr: 0x58780, symSize: 0x4C } + - { offsetInCU: 0x3095, offset: 0xA2345, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOy', symObjAddr: 0x576C, symBinAddr: 0x587CC, symSize: 0x10 } + - { offsetInCU: 0x30A9, offset: 0xA2359, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x578C, symBinAddr: 0x587EC, symSize: 0x24 } + - { offsetInCU: 0x3148, offset: 0xA23F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x57D4, symBinAddr: 0x58834, symSize: 0x8 } + - { offsetInCU: 0x315C, offset: 0xA240C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x5864, symBinAddr: 0x58888, symSize: 0x8 } + - { offsetInCU: 0x3170, offset: 0xA2420, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_TA', symObjAddr: 0x58B8, symBinAddr: 0x588A0, symSize: 0x10 } + - { offsetInCU: 0x3184, offset: 0xA2434, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOd', symObjAddr: 0x58C8, symBinAddr: 0x588B0, symSize: 0x48 } + - { offsetInCU: 0x3198, offset: 0xA2448, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x5934, symBinAddr: 0x5891C, symSize: 0x10 } + - { offsetInCU: 0x31AC, offset: 0xA245C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x599C, symBinAddr: 0x58984, symSize: 0x24 } + - { offsetInCU: 0x31C0, offset: 0xA2470, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_TA', symObjAddr: 0x5A2C, symBinAddr: 0x58A14, symSize: 0x24 } + - { offsetInCU: 0x31D4, offset: 0xA2484, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgWOy', symObjAddr: 0x5A68, symBinAddr: 0x58A50, symSize: 0x30 } + - { offsetInCU: 0x31E8, offset: 0xA2498, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI25AnimationTimelineScheduleVAcA0dE0AAWl', symObjAddr: 0x5A98, symBinAddr: 0x58A80, symSize: 0x48 } + - { offsetInCU: 0x31FC, offset: 0xA24AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaEP_AA0B9ProvidingPWT', symObjAddr: 0x5C84, symBinAddr: 0x58C6C, symSize: 0x2C } + - { offsetInCU: 0x3210, offset: 0xA24C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x5CB0, symBinAddr: 0x58C98, symSize: 0x2C } + - { offsetInCU: 0x3224, offset: 0xA24D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AA4BodyAeFP_AHWT', symObjAddr: 0x5CDC, symBinAddr: 0x58CC4, symSize: 0x34 } + - { offsetInCU: 0x3238, offset: 0xA24E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMi', symObjAddr: 0x5D10, symBinAddr: 0x58CF8, symSize: 0x8 } + - { offsetInCU: 0x324C, offset: 0xA24FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwCP', symObjAddr: 0x5D18, symBinAddr: 0x58D00, symSize: 0x30 } + - { offsetInCU: 0x3260, offset: 0xA2510, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwxx', symObjAddr: 0x5D48, symBinAddr: 0x58D30, symSize: 0x138 } + - { offsetInCU: 0x3274, offset: 0xA2524, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwcp', symObjAddr: 0x5E80, symBinAddr: 0x58E68, symSize: 0x328 } + - { offsetInCU: 0x3288, offset: 0xA2538, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwca', symObjAddr: 0x61A8, symBinAddr: 0x59190, symSize: 0x614 } + - { offsetInCU: 0x329C, offset: 0xA254C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOWOh', symObjAddr: 0x67BC, symBinAddr: 0x597A4, symSize: 0x34 } + - { offsetInCU: 0x32B0, offset: 0xA2560, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOh', symObjAddr: 0x67F0, symBinAddr: 0x597D8, symSize: 0x34 } + - { offsetInCU: 0x32C4, offset: 0xA2574, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_0, symObjAddr: 0x6824, symBinAddr: 0x5980C, symSize: 0x160 } + - { offsetInCU: 0x32D8, offset: 0xA2588, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVWOh', symObjAddr: 0x6984, symBinAddr: 0x5996C, symSize: 0x34 } + - { offsetInCU: 0x32EC, offset: 0xA259C, size: 0x8, addend: 0x0, symName: ___swift_memcpy456_8, symObjAddr: 0x6B54, symBinAddr: 0x599A0, symSize: 0x8 } + - { offsetInCU: 0x3300, offset: 0xA25B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwta', symObjAddr: 0x6B5C, symBinAddr: 0x599A8, symSize: 0x418 } + - { offsetInCU: 0x3314, offset: 0xA25C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwet', symObjAddr: 0x6F74, symBinAddr: 0x59DC0, symSize: 0x48 } + - { offsetInCU: 0x3328, offset: 0xA25D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwst', symObjAddr: 0x6FBC, symBinAddr: 0x59E08, symSize: 0xB4 } + - { offsetInCU: 0x333C, offset: 0xA25EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMa', symObjAddr: 0x7070, symBinAddr: 0x59EBC, symSize: 0xC } + - { offsetInCU: 0x3350, offset: 0xA2600, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgyYaKcSgMa', symObjAddr: 0x7084, symBinAddr: 0x59ED0, symSize: 0x54 } + - { offsetInCU: 0x3364, offset: 0xA2614, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgyYaKcMa', symObjAddr: 0x70D8, symBinAddr: 0x59F24, symSize: 0x44 } + - { offsetInCU: 0x3378, offset: 0xA2628, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x7384, symBinAddr: 0x5A1D0, symSize: 0x34 } + - { offsetInCU: 0x338C, offset: 0xA263C, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x7404, symBinAddr: 0x5A214, symSize: 0x10 } + - { offsetInCU: 0x33A0, offset: 0xA2650, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x7414, symBinAddr: 0x5A224, symSize: 0x8 } + - { offsetInCU: 0x33B4, offset: 0xA2664, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_TA', symObjAddr: 0x74C8, symBinAddr: 0x5A290, symSize: 0x10 } + - { offsetInCU: 0x33C8, offset: 0xA2678, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x7510, symBinAddr: 0x5A2D8, symSize: 0x34 } + - { offsetInCU: 0x33E3, offset: 0xA2693, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TA', symObjAddr: 0x7758, symBinAddr: 0x5A4EC, symSize: 0x98 } + - { offsetInCU: 0x345D, offset: 0xA270D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TATQ0_', symObjAddr: 0x77F0, symBinAddr: 0x5A584, symSize: 0x50 } + - { offsetInCU: 0x34B5, offset: 0xA2765, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TA', symObjAddr: 0x7840, symBinAddr: 0x5A5D4, symSize: 0x78 } + - { offsetInCU: 0x34DE, offset: 0xA278E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_TA', symObjAddr: 0x78B8, symBinAddr: 0x5A64C, symSize: 0x8 } + - { offsetInCU: 0x34F2, offset: 0xA27A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x78C0, symBinAddr: 0x5A654, symSize: 0x8 } + - { offsetInCU: 0x3506, offset: 0xA27B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOy', symObjAddr: 0x78C8, symBinAddr: 0x5A65C, symSize: 0x18 } + - { offsetInCU: 0x351A, offset: 0xA27CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOb', symObjAddr: 0x7980, symBinAddr: 0x5A6F4, symSize: 0x18 } + - { offsetInCU: 0x352E, offset: 0xA27DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOb', symObjAddr: 0x7998, symBinAddr: 0x5A70C, symSize: 0x48 } + - { offsetInCU: 0x3893, offset: 0xA2B43, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV10buildBlockyxxAA0C0RzlFZ', symObjAddr: 0x0, symBinAddr: 0x53384, symSize: 0x18 } + - { offsetInCU: 0x38ED, offset: 0xA2B9D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_GctcfC', symObjAddr: 0x4030, symBinAddr: 0x5732C, symSize: 0xFC } + - { offsetInCU: 0x3926, offset: 0xA2BD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB04view6inputsAE01_B7OutputsVAE11_GraphValueVyxG_AE01_B6InputsVtFZTW', symObjAddr: 0x4A54, symBinAddr: 0x57D50, symSize: 0x4 } + - { offsetInCU: 0x3942, offset: 0xA2BF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB4List4view6inputsAE01_bF7OutputsVAE11_GraphValueVyxG_AE01_bF6InputsVtFZTW', symObjAddr: 0x4A58, symBinAddr: 0x57D54, symSize: 0x4 } + - { offsetInCU: 0x395E, offset: 0xA2C0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP14_viewListCount6inputsSiSgAE01_bfG6InputsV_tFZTW', symObjAddr: 0x4A5C, symBinAddr: 0x57D58, symSize: 0x18 } + - { offsetInCU: 0x43, offset: 0xA318C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMi', symObjAddr: 0x0, symBinAddr: 0x5A78C, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0xA31A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMr', symObjAddr: 0x4, symBinAddr: 0x5A790, symSize: 0x50 } + - { offsetInCU: 0xA4, offset: 0xA31ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11needsUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x54, symBinAddr: 0x5A7E0, symSize: 0xE4 } + - { offsetInCU: 0x125, offset: 0xA326E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11setProvider8provideryAA08AnyValueE0_p_tF', symObjAddr: 0x138, symBinAddr: 0x5A8C4, symSize: 0xC4 } + - { offsetInCU: 0x1BA, offset: 0xA3303, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1FC, symBinAddr: 0x5A988, symSize: 0xB8 } + - { offsetInCU: 0x1F9, offset: 0xA3342, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfd', symObjAddr: 0x2B4, symBinAddr: 0x5AA40, symSize: 0x2C } + - { offsetInCU: 0x226, offset: 0xA336F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfD', symObjAddr: 0x2E0, symBinAddr: 0x5AA6C, symSize: 0x1C } + - { offsetInCU: 0x253, offset: 0xA339C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11needsUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x308, symBinAddr: 0x5AA94, symSize: 0x24 } + - { offsetInCU: 0x26F, offset: 0xA33B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP6update5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x32C, symBinAddr: 0x5AAB8, symSize: 0x20 } + - { offsetInCU: 0x29A, offset: 0xA33E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP13valueProviderAA0d5ValueF0_pvgTW', symObjAddr: 0x34C, symBinAddr: 0x5AAD8, symSize: 0x4C } + - { offsetInCU: 0x2DB, offset: 0xA3424, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP21originalValueProviderAA0dfG0_pvgTW', symObjAddr: 0x398, symBinAddr: 0x5AB24, symSize: 0x10 } + - { offsetInCU: 0x30D, offset: 0xA3456, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11setProvider8provideryAA0d5ValueF0_p_tFTW', symObjAddr: 0x3A8, symBinAddr: 0x5AB34, symSize: 0x20 } + - { offsetInCU: 0x330, offset: 0xA3479, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMa', symObjAddr: 0x2FC, symBinAddr: 0x5AA88, symSize: 0xC } + - { offsetInCU: 0x780, offset: 0xA3D66, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC9animation13imageProvider04textH004fontH004maskD8ToBounds6loggerAcA0aD0C_AA0d5ImageH0_pAA0d11KeypathTextH0_pAA0d4FontH0_pSbAA0A6LoggerCtcfc', symObjAddr: 0x0, symBinAddr: 0x5AB74, symSize: 0xCAC } + - { offsetInCU: 0x11C7, offset: 0xA47AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfc', symObjAddr: 0xCAC, symBinAddr: 0x5B820, symSize: 0x55C } + - { offsetInCU: 0x1582, offset: 0xA4B68, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1208, symBinAddr: 0x5BD7C, symSize: 0x4C } + - { offsetInCU: 0x15C8, offset: 0xA4BAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1254, symBinAddr: 0x5BDC8, symSize: 0x9C } + - { offsetInCU: 0x1637, offset: 0xA4C1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12needsDisplay6forKeySbSS_tFZTo', symObjAddr: 0x12F0, symBinAddr: 0x5BE64, symSize: 0x110 } + - { offsetInCU: 0x16A0, offset: 0xA4C86, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tF', symObjAddr: 0x1400, symBinAddr: 0x5BF74, symSize: 0x1FC } + - { offsetInCU: 0x1740, offset: 0xA4D26, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0x15FC, symBinAddr: 0x5C170, symSize: 0x64 } + - { offsetInCU: 0x175C, offset: 0xA4D42, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyF', symObjAddr: 0x1660, symBinAddr: 0x5C1D4, symSize: 0x1B8 } + - { offsetInCU: 0x18E9, offset: 0xA4ECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyFTo', symObjAddr: 0x1818, symBinAddr: 0x5C38C, symSize: 0x2C } + - { offsetInCU: 0x1905, offset: 0xA4EEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x1844, symBinAddr: 0x5C3B8, symSize: 0x78 } + - { offsetInCU: 0x19A3, offset: 0xA4F89, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC11renderScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x18BC, symBinAddr: 0x5C430, symSize: 0xEC } + - { offsetInCU: 0x1AF3, offset: 0xA50D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x19A8, symBinAddr: 0x5C51C, symSize: 0xBC } + - { offsetInCU: 0x1BED, offset: 0xA51D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x1A64, symBinAddr: 0x5C5D8, symSize: 0x110 } + - { offsetInCU: 0x1D52, offset: 0xA5338, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x1B74, symBinAddr: 0x5C6E8, symSize: 0x9C } + - { offsetInCU: 0x1E48, offset: 0xA542E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16setValueProvider_7keypathyAA03AnygH0_p_AA0D7KeypathVtF', symObjAddr: 0x20A0, symBinAddr: 0x5CC14, symSize: 0x1A8 } + - { offsetInCU: 0x2021, offset: 0xA5607, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x24EC, symBinAddr: 0x5D060, symSize: 0x194 } + - { offsetInCU: 0x21EB, offset: 0xA57D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x2680, symBinAddr: 0x5D1F4, symSize: 0x194 } + - { offsetInCU: 0x23BE, offset: 0xA59A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layer3forSo7CALayerCSgAA0D7KeypathV_tF', symObjAddr: 0x2814, symBinAddr: 0x5D388, symSize: 0xB4 } + - { offsetInCU: 0x24C5, offset: 0xA5AAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tF', symObjAddr: 0x2A7C, symBinAddr: 0x5D5F0, symSize: 0xD8 } + - { offsetInCU: 0x2669, offset: 0xA5C4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCACycfcTo', symObjAddr: 0x2F30, symBinAddr: 0x5DAA4, symSize: 0x2C } + - { offsetInCU: 0x26D0, offset: 0xA5CB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfD', symObjAddr: 0x2F5C, symBinAddr: 0x5DAD0, symSize: 0x34 } + - { offsetInCU: 0x2727, offset: 0xA5D0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP06lottiedE0AA0adE0CSgvsTW', symObjAddr: 0x3028, symBinAddr: 0x5DB9C, symSize: 0x34 } + - { offsetInCU: 0x2779, offset: 0xA5D5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvgTW', symObjAddr: 0x305C, symBinAddr: 0x5DBD0, symSize: 0x10 } + - { offsetInCU: 0x27BA, offset: 0xA5DA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x306C, symBinAddr: 0x5DBE0, symSize: 0x10 } + - { offsetInCU: 0x27EC, offset: 0xA5DD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP11renderScale12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x307C, symBinAddr: 0x5DBF0, symSize: 0x4 } + - { offsetInCU: 0x2832, offset: 0xA5E18, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x3080, symBinAddr: 0x5DBF4, symSize: 0x10 } + - { offsetInCU: 0x2852, offset: 0xA5E38, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x3080, symBinAddr: 0x5DBF4, symSize: 0x10 } + - { offsetInCU: 0x286D, offset: 0xA5E53, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x3090, symBinAddr: 0x5DC04, symSize: 0x4 } + - { offsetInCU: 0x28B3, offset: 0xA5E99, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13imageProviderAA0d5ImageH0_pvsTW', symObjAddr: 0x3094, symBinAddr: 0x5DC08, symSize: 0x80 } + - { offsetInCU: 0x294D, offset: 0xA5F33, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12textProviderAA0d11KeypathTextH0_pvsTW', symObjAddr: 0x3114, symBinAddr: 0x5DC88, symSize: 0x24 } + - { offsetInCU: 0x29A9, offset: 0xA5F8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12fontProviderAA0d4FontH0_pvsTW', symObjAddr: 0x3138, symBinAddr: 0x5DCAC, symSize: 0x80 } + - { offsetInCU: 0x2A17, offset: 0xA5FFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07primaryD3KeyAA0dH0OvgTW', symObjAddr: 0x31B8, symBinAddr: 0x5DD2C, symSize: 0xC } + - { offsetInCU: 0x2A33, offset: 0xA6019, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP02isD7PlayingSbSgvgTW', symObjAddr: 0x31C4, symBinAddr: 0x5DD38, symSize: 0x8 } + - { offsetInCU: 0x2A6D, offset: 0xA6053, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12reloadImagesyyFTW', symObjAddr: 0x31CC, symBinAddr: 0x5DD40, symSize: 0x28 } + - { offsetInCU: 0x2AAA, offset: 0xA6090, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x31F4, symBinAddr: 0x5DD68, symSize: 0x4 } + - { offsetInCU: 0x2AC6, offset: 0xA60AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x31F8, symBinAddr: 0x5DD6C, symSize: 0x4 } + - { offsetInCU: 0x2AE2, offset: 0xA60C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x31FC, symBinAddr: 0x5DD70, symSize: 0x4 } + - { offsetInCU: 0x2AFE, offset: 0xA60E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16setValueProvider_7keypathyAA03AnyhI0_p_AA0D7KeypathVtFTW', symObjAddr: 0x3200, symBinAddr: 0x5DD74, symSize: 0x4 } + - { offsetInCU: 0x2B1A, offset: 0xA6100, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x3204, symBinAddr: 0x5DD78, symSize: 0x8 } + - { offsetInCU: 0x2B36, offset: 0xA611C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x320C, symBinAddr: 0x5DD80, symSize: 0x8 } + - { offsetInCU: 0x2B52, offset: 0xA6138, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP5layer3forSo7CALayerCSgAA0D7KeypathV_tFTW', symObjAddr: 0x3214, symBinAddr: 0x5DD88, symSize: 0x4 } + - { offsetInCU: 0x2B6E, offset: 0xA6154, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tFTW', symObjAddr: 0x3218, symBinAddr: 0x5DD8C, symSize: 0x4 } + - { offsetInCU: 0x2B8A, offset: 0xA6170, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12textProviderAA0d11KeypathTextG0_pvsTf4gn_n', symObjAddr: 0x3530, symBinAddr: 0x5DE54, symSize: 0x130 } + - { offsetInCU: 0x2D48, offset: 0xA632E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCfD', symObjAddr: 0x321C, symBinAddr: 0x5DD90, symSize: 0x10 } + - { offsetInCU: 0x2D79, offset: 0xA635F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tFTW', symObjAddr: 0x324C, symBinAddr: 0x5DDC0, symSize: 0x8 } + - { offsetInCU: 0x2FAA, offset: 0xA6590, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1C10, symBinAddr: 0x5C784, symSize: 0x490 } + - { offsetInCU: 0x36DF, offset: 0xA6CC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2248, symBinAddr: 0x5CDBC, symSize: 0x2A4 } + - { offsetInCU: 0x3A55, offset: 0xA703B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x28C8, symBinAddr: 0x5D43C, symSize: 0x1B4 } + - { offsetInCU: 0x3DEA, offset: 0xA73D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2B54, symBinAddr: 0x5D6C8, symSize: 0x3DC } + - { offsetInCU: 0x43D5, offset: 0xA79BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfETo', symObjAddr: 0x2F90, symBinAddr: 0x5DB04, symSize: 0x78 } + - { offsetInCU: 0x4404, offset: 0xA79EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCMa', symObjAddr: 0x3008, symBinAddr: 0x5DB7C, symSize: 0x20 } + - { offsetInCU: 0x4418, offset: 0xA79FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCMa', symObjAddr: 0x322C, symBinAddr: 0x5DDA0, symSize: 0x20 } + - { offsetInCU: 0x442C, offset: 0xA7A12, size: 0x8, addend: 0x0, symName: '_$sSa37_appendElementAssumeUniqueAndCapacity_03newB0ySi_xntF6Lottie12AnimatorNode_p_Tg5Tf4nen_n', symObjAddr: 0x3294, symBinAddr: 0x5DDC8, symSize: 0x18 } + - { offsetInCU: 0x4486, offset: 0xA7A6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pSgWOh', symObjAddr: 0x32AC, symBinAddr: 0x5DDE0, symSize: 0x40 } + - { offsetInCU: 0x449A, offset: 0xA7A80, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu0_TA', symObjAddr: 0x3394, symBinAddr: 0x5DE20, symSize: 0x2C } + - { offsetInCU: 0x44C3, offset: 0xA7AA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x33C0, symBinAddr: 0x5DE4C, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0xA82FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x5E00C, symSize: 0x200 } + - { offsetInCU: 0xE0, offset: 0xA83B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x5E00C, symSize: 0x200 } + - { offsetInCU: 0x1B2, offset: 0xA8487, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x200, symBinAddr: 0x5E20C, symSize: 0x178 } + - { offsetInCU: 0x22E, offset: 0xA8503, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x378, symBinAddr: 0x5E384, symSize: 0x4C } + - { offsetInCU: 0x274, offset: 0xA8549, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x3C4, symBinAddr: 0x5E3D0, symSize: 0xAC } + - { offsetInCU: 0x2CB, offset: 0xA85A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x470, symBinAddr: 0x5E47C, symSize: 0xF0 } + - { offsetInCU: 0x3E4, offset: 0xA86B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x560, symBinAddr: 0x5E56C, symSize: 0x128 } + - { offsetInCU: 0x516, offset: 0xA87EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfD', symObjAddr: 0x6B4, symBinAddr: 0x5E6C0, symSize: 0x34 } + - { offsetInCU: 0x64A, offset: 0xA891F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfE', symObjAddr: 0x688, symBinAddr: 0x5E694, symSize: 0x2C } + - { offsetInCU: 0x677, offset: 0xA894C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfETo', symObjAddr: 0x6E8, symBinAddr: 0x5E6F4, symSize: 0x38 } + - { offsetInCU: 0x6A6, offset: 0xA897B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCMa', symObjAddr: 0x720, symBinAddr: 0x5E72C, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0xA8C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x5E74C, symSize: 0x168 } + - { offsetInCU: 0xC0, offset: 0xA8C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x250, symBinAddr: 0x5E8D4, symSize: 0x20C } + - { offsetInCU: 0x17D, offset: 0xA8D4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x45C, symBinAddr: 0x5EAE0, symSize: 0xD0 } + - { offsetInCU: 0x1BC, offset: 0xA8D8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfd', symObjAddr: 0x52C, symBinAddr: 0x5EBB0, symSize: 0x1C } + - { offsetInCU: 0x1D9, offset: 0xA8DA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x548, symBinAddr: 0x5EBCC, symSize: 0x4C } + - { offsetInCU: 0x1FE, offset: 0xA8DCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC2idSSvg', symObjAddr: 0x594, symBinAddr: 0x5EC18, symSize: 0x2C } + - { offsetInCU: 0x254, offset: 0xA8E24, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x5D0, symBinAddr: 0x5EC54, symSize: 0x64 } + - { offsetInCU: 0x297, offset: 0xA8E67, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x634, symBinAddr: 0x5ECB8, symSize: 0x24 } + - { offsetInCU: 0x2D7, offset: 0xA8EA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x658, symBinAddr: 0x5ECDC, symSize: 0x4 } + - { offsetInCU: 0x2F7, offset: 0xA8EC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x658, symBinAddr: 0x5ECDC, symSize: 0x4 } + - { offsetInCU: 0x322, offset: 0xA8EF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x65C, symBinAddr: 0x5ECE0, symSize: 0x68 } + - { offsetInCU: 0x36D, offset: 0xA8F3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x6C4, symBinAddr: 0x5ED48, symSize: 0xC } + - { offsetInCU: 0x389, offset: 0xA8F59, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x6D0, symBinAddr: 0x5ED54, symSize: 0xC } + - { offsetInCU: 0x3A5, offset: 0xA8F75, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO11stringValueSSvgTf4d_n', symObjAddr: 0x9C0, symBinAddr: 0x5F040, symSize: 0xC } + - { offsetInCU: 0x3E1, offset: 0xA8FB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfD', symObjAddr: 0x72C, symBinAddr: 0x5EDB0, symSize: 0x24 } + - { offsetInCU: 0x42C, offset: 0xA8FFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x750, symBinAddr: 0x5EDD4, symSize: 0x2C } + - { offsetInCU: 0x44F, offset: 0xA901F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x77C, symBinAddr: 0x5EE00, symSize: 0x28 } + - { offsetInCU: 0x473, offset: 0xA9043, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCMa', symObjAddr: 0x210, symBinAddr: 0x5E8B4, symSize: 0x20 } + - { offsetInCU: 0x492, offset: 0xA9062, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0x7E4, symBinAddr: 0x5EE68, symSize: 0x4 } + - { offsetInCU: 0x4A6, offset: 0xA9076, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwet', symObjAddr: 0x7EC, symBinAddr: 0x5EE6C, symSize: 0x50 } + - { offsetInCU: 0x4BA, offset: 0xA908A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwst', symObjAddr: 0x83C, symBinAddr: 0x5EEBC, symSize: 0x8C } + - { offsetInCU: 0x4CE, offset: 0xA909E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwug', symObjAddr: 0x8C8, symBinAddr: 0x5EF48, symSize: 0x8 } + - { offsetInCU: 0x4E2, offset: 0xA90B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwup', symObjAddr: 0x8D0, symBinAddr: 0x5EF50, symSize: 0x4 } + - { offsetInCU: 0x4F6, offset: 0xA90C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwui', symObjAddr: 0x8D4, symBinAddr: 0x5EF54, symSize: 0x4 } + - { offsetInCU: 0x50A, offset: 0xA90DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOMa', symObjAddr: 0x8D8, symBinAddr: 0x5EF58, symSize: 0x10 } + - { offsetInCU: 0x51E, offset: 0xA90EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASQWb', symObjAddr: 0x8E8, symBinAddr: 0x5EF68, symSize: 0x4 } + - { offsetInCU: 0x532, offset: 0xA9102, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFSQAAWl', symObjAddr: 0x8EC, symBinAddr: 0x5EF6C, symSize: 0x44 } + - { offsetInCU: 0x546, offset: 0xA9116, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0x5EFB0, symSize: 0x4 } + - { offsetInCU: 0x55A, offset: 0xA912A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x934, symBinAddr: 0x5EFB4, symSize: 0x44 } + - { offsetInCU: 0x56E, offset: 0xA913E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x978, symBinAddr: 0x5EFF8, symSize: 0x4 } + - { offsetInCU: 0x582, offset: 0xA9152, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x97C, symBinAddr: 0x5EFFC, symSize: 0x44 } + - { offsetInCU: 0x5E0, offset: 0xA91B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5C0, symBinAddr: 0x5EC44, symSize: 0x4 } + - { offsetInCU: 0x600, offset: 0xA91D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5C0, symBinAddr: 0x5EC44, symSize: 0x4 } + - { offsetInCU: 0x620, offset: 0xA91F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x5C4, symBinAddr: 0x5EC48, symSize: 0x4 } + - { offsetInCU: 0x640, offset: 0xA9210, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x5C4, symBinAddr: 0x5EC48, symSize: 0x4 } + - { offsetInCU: 0x660, offset: 0xA9230, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5C8, symBinAddr: 0x5EC4C, symSize: 0x4 } + - { offsetInCU: 0x680, offset: 0xA9250, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5C8, symBinAddr: 0x5EC4C, symSize: 0x4 } + - { offsetInCU: 0x6A0, offset: 0xA9270, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5CC, symBinAddr: 0x5EC50, symSize: 0x4 } + - { offsetInCU: 0x6C0, offset: 0xA9290, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5CC, symBinAddr: 0x5EC50, symSize: 0x4 } + - { offsetInCU: 0x6D7, offset: 0xA92A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x6DC, symBinAddr: 0x5ED60, symSize: 0x28 } + - { offsetInCU: 0x6F3, offset: 0xA92C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x704, symBinAddr: 0x5ED88, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0xA94AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC10layerModelAcA0dF0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x5F04C, symSize: 0x20C } + - { offsetInCU: 0xE0, offset: 0xA953F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x20C, symBinAddr: 0x5F258, symSize: 0x4C0 } + - { offsetInCU: 0x291, offset: 0xA96F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC06renderD8ContentsSbvg', symObjAddr: 0x6CC, symBinAddr: 0x5F718, symSize: 0x8 } + - { offsetInCU: 0x2BC, offset: 0xA971B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC05setupD10Animations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x6D4, symBinAddr: 0x5F720, symSize: 0x9B4 } + - { offsetInCU: 0x721, offset: 0xA9B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC14setupSublayers33_569130E0C2329B8CD6C17F433FB572B2LLyyF', symObjAddr: 0x1088, symBinAddr: 0x600D4, symSize: 0x3E0 } + - { offsetInCU: 0x9F9, offset: 0xA9E58, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x14A0, symBinAddr: 0x604EC, symSize: 0xAC } + - { offsetInCU: 0xA43, offset: 0xA9EA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x154C, symBinAddr: 0x60598, symSize: 0x204 } + - { offsetInCU: 0xB13, offset: 0xA9F72, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1750, symBinAddr: 0x6079C, symSize: 0x4C } + - { offsetInCU: 0xB59, offset: 0xA9FB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC11addSublayeryySo7CALayerCFTo', symObjAddr: 0x179C, symBinAddr: 0x607E8, symSize: 0x74 } + - { offsetInCU: 0xBBE, offset: 0xAA01D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCACycfcTo', symObjAddr: 0x1810, symBinAddr: 0x6085C, symSize: 0x2C } + - { offsetInCU: 0xC25, offset: 0xAA084, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfD', symObjAddr: 0x1868, symBinAddr: 0x608B4, symSize: 0x30 } + - { offsetInCU: 0xF79, offset: 0xAA3D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfE', symObjAddr: 0x183C, symBinAddr: 0x60888, symSize: 0x2C } + - { offsetInCU: 0xFA6, offset: 0xAA405, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfETo', symObjAddr: 0x1898, symBinAddr: 0x608E4, symSize: 0x38 } + - { offsetInCU: 0xFD5, offset: 0xAA434, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCMa', symObjAddr: 0x18D0, symBinAddr: 0x6091C, symSize: 0x20 } + - { offsetInCU: 0xFE9, offset: 0xAA448, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOc', symObjAddr: 0x1990, symBinAddr: 0x6095C, symSize: 0x48 } + - { offsetInCU: 0xFFD, offset: 0xAA45C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOh', symObjAddr: 0x1A18, symBinAddr: 0x609A4, symSize: 0x40 } + - { offsetInCU: 0x1011, offset: 0xAA470, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pWOb', symObjAddr: 0x1A58, symBinAddr: 0x609E4, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0xAA7FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x609FC, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0xAA81F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x609FC, symSize: 0x64 } + - { offsetInCU: 0x7E, offset: 0xAA84E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeWidth12CoreGraphics7CGFloatVvg', symObjAddr: 0x64, symBinAddr: 0x60A60, symSize: 0x5C } + - { offsetInCU: 0xAD, offset: 0xAA87D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC8tracking12CoreGraphics7CGFloatVvg', symObjAddr: 0xC0, symBinAddr: 0x60ABC, symSize: 0x5C } + - { offsetInCU: 0xDC, offset: 0xAA8AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC5xformSo13CATransform3DVvg', symObjAddr: 0x11C, symBinAddr: 0x60B18, symSize: 0xE4 } + - { offsetInCU: 0x10B, offset: 0xAA8DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC9fillColorSo10CGColorRefaSgvg', symObjAddr: 0x200, symBinAddr: 0x60BFC, symSize: 0x64 } + - { offsetInCU: 0x13A, offset: 0xAA90A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC7opacity12CoreGraphics7CGFloatVvg', symObjAddr: 0x264, symBinAddr: 0x60C60, symSize: 0x5C } + - { offsetInCU: 0x169, offset: 0xAA939, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfd', symObjAddr: 0x610, symBinAddr: 0x6100C, symSize: 0x7C } + - { offsetInCU: 0x198, offset: 0xAA968, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfD', symObjAddr: 0x68C, symBinAddr: 0x61088, symSize: 0x1C } + - { offsetInCU: 0x1C5, offset: 0xAA995, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x6C8, symBinAddr: 0x610C4, symSize: 0x8 } + - { offsetInCU: 0x1F0, offset: 0xAA9C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x6D0, symBinAddr: 0x610CC, symSize: 0x2C } + - { offsetInCU: 0x231, offset: 0xAAA01, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x6FC, symBinAddr: 0x610F8, symSize: 0xC } + - { offsetInCU: 0x526, offset: 0xAACF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x2C0, symBinAddr: 0x60CBC, symSize: 0x220 } + - { offsetInCU: 0x756, offset: 0xAAF26, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfd', symObjAddr: 0x4E0, symBinAddr: 0x60EDC, symSize: 0xAC } + - { offsetInCU: 0x783, offset: 0xAAF53, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfD', symObjAddr: 0x58C, symBinAddr: 0x60F88, symSize: 0x1C } + - { offsetInCU: 0x7BF, offset: 0xAAF8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0x5C8, symBinAddr: 0x60FC4, symSize: 0xC } + - { offsetInCU: 0x800, offset: 0xAAFD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x5D4, symBinAddr: 0x60FD0, symSize: 0x30 } + - { offsetInCU: 0x841, offset: 0xAB011, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP07keypathE0SDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x604, symBinAddr: 0x61000, symSize: 0xC } + - { offsetInCU: 0x873, offset: 0xAB043, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC04textC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0xCC0, symBinAddr: 0x6167C, symSize: 0x20F0 } + - { offsetInCU: 0x183B, offset: 0xAC00B, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCMa', symObjAddr: 0x5A8, symBinAddr: 0x60FA4, symSize: 0x20 } + - { offsetInCU: 0x184F, offset: 0xAC01F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCMa', symObjAddr: 0x6A8, symBinAddr: 0x610A4, symSize: 0x20 } + - { offsetInCU: 0x188F, offset: 0xAC05F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCfD', symObjAddr: 0x708, symBinAddr: 0x61104, symSize: 0x34 } + - { offsetInCU: 0x18F5, offset: 0xAC0C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyF0pvgTW', symObjAddr: 0x75C, symBinAddr: 0x61158, symSize: 0x44 } + - { offsetInCU: 0x1942, offset: 0xAC112, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x7A0, symBinAddr: 0x6119C, symSize: 0x24 } + - { offsetInCU: 0x1995, offset: 0xAC165, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x7C4, symBinAddr: 0x611C0, symSize: 0x38 } + - { offsetInCU: 0x19E2, offset: 0xAC1B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7FC, symBinAddr: 0x611F8, symSize: 0x4 } + - { offsetInCU: 0x1A02, offset: 0xAC1D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7FC, symBinAddr: 0x611F8, symSize: 0x4 } + - { offsetInCU: 0x1A24, offset: 0xAC1F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x800, symBinAddr: 0x611FC, symSize: 0x8 } + - { offsetInCU: 0x1A44, offset: 0xAC214, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x800, symBinAddr: 0x611FC, symSize: 0x8 } + - { offsetInCU: 0x1A66, offset: 0xAC236, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x808, symBinAddr: 0x61204, symSize: 0x8 } + - { offsetInCU: 0x1A86, offset: 0xAC256, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x808, symBinAddr: 0x61204, symSize: 0x8 } + - { offsetInCU: 0x1AA8, offset: 0xAC278, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x810, symBinAddr: 0x6120C, symSize: 0x8 } + - { offsetInCU: 0x1AC8, offset: 0xAC298, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x810, symBinAddr: 0x6120C, symSize: 0x8 } + - { offsetInCU: 0x1AEA, offset: 0xAC2BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x818, symBinAddr: 0x61214, symSize: 0x8 } + - { offsetInCU: 0x1B0A, offset: 0xAC2DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x818, symBinAddr: 0x61214, symSize: 0x8 } + - { offsetInCU: 0x1B2C, offset: 0xAC2FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x820, symBinAddr: 0x6121C, symSize: 0x8 } + - { offsetInCU: 0x1B4C, offset: 0xAC31C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x820, symBinAddr: 0x6121C, symSize: 0x8 } + - { offsetInCU: 0x1B6E, offset: 0xAC33E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x828, symBinAddr: 0x61224, symSize: 0x8 } + - { offsetInCU: 0x1B8E, offset: 0xAC35E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x828, symBinAddr: 0x61224, symSize: 0x8 } + - { offsetInCU: 0x1BB0, offset: 0xAC380, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x830, symBinAddr: 0x6122C, symSize: 0xC } + - { offsetInCU: 0x1BD0, offset: 0xAC3A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x830, symBinAddr: 0x6122C, symSize: 0xC } + - { offsetInCU: 0x1BF2, offset: 0xAC3C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x83C, symBinAddr: 0x61238, symSize: 0x10 } + - { offsetInCU: 0x1C12, offset: 0xAC3E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x83C, symBinAddr: 0x61238, symSize: 0x10 } + - { offsetInCU: 0x1C25, offset: 0xAC3F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x84C, symBinAddr: 0x61248, symSize: 0x8 } + - { offsetInCU: 0x1C56, offset: 0xAC426, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x910, symBinAddr: 0x6130C, symSize: 0x370 } + - { offsetInCU: 0x20D8, offset: 0xAC8A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCMa', symObjAddr: 0x73C, symBinAddr: 0x61138, symSize: 0x20 } + - { offsetInCU: 0x211E, offset: 0xAC8EE, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_6Lottie15AnyNodeProperty_pTg5Tf4nnen_n', symObjAddr: 0x854, symBinAddr: 0x61250, symSize: 0xBC } + - { offsetInCU: 0x3F, offset: 0xACE42, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg', symObjAddr: 0x0, symBinAddr: 0x6376C, symSize: 0xA4 } + - { offsetInCU: 0x9F, offset: 0xACEA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie27ReducedMotionOptionProvider_pWOb', symObjAddr: 0xD8, symBinAddr: 0x63810, symSize: 0x18 } + - { offsetInCU: 0xB3, offset: 0xACEB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ', symObjAddr: 0x168, symBinAddr: 0x63828, symSize: 0xC } + - { offsetInCU: 0xDF, offset: 0xACEE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ', symObjAddr: 0x174, symBinAddr: 0x63834, symSize: 0x10 } + - { offsetInCU: 0x10B, offset: 0xACF0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ', symObjAddr: 0x184, symBinAddr: 0x63844, symSize: 0x60 } + - { offsetInCU: 0x153, offset: 0xACF56, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVACycfC', symObjAddr: 0x1E4, symBinAddr: 0x638A4, symSize: 0x4 } + - { offsetInCU: 0x171, offset: 0xACF74, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg', symObjAddr: 0x530, symBinAddr: 0x63BF0, symSize: 0x24 } + - { offsetInCU: 0x196, offset: 0xACF99, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVAA0cdeF0A2aDP07currentcD4ModeAA0cdH0OvgTW', symObjAddr: 0x554, symBinAddr: 0x63C14, symSize: 0x24 } + - { offsetInCU: 0x1C9, offset: 0xACFCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ', symObjAddr: 0x1E8, symBinAddr: 0x638A8, symSize: 0x4 } + - { offsetInCU: 0x1E9, offset: 0xACFEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x1EC, symBinAddr: 0x638AC, symSize: 0x18 } + - { offsetInCU: 0x24F, offset: 0xAD052, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x400, symBinAddr: 0x63AC0, symSize: 0x28 } + - { offsetInCU: 0x2B2, offset: 0xAD0B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO9hashValueSivg', symObjAddr: 0x428, symBinAddr: 0x63AE8, symSize: 0x44 } + - { offsetInCU: 0x3AC, offset: 0xAD1AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x46C, symBinAddr: 0x63B2C, symSize: 0x18 } + - { offsetInCU: 0x3CC, offset: 0xAD1CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x46C, symBinAddr: 0x63B2C, symSize: 0x18 } + - { offsetInCU: 0x40C, offset: 0xAD20F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH9hashValueSivgTW', symObjAddr: 0x484, symBinAddr: 0x63B44, symSize: 0x44 } + - { offsetInCU: 0x4EF, offset: 0xAD2F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4C8, symBinAddr: 0x63B88, symSize: 0x28 } + - { offsetInCU: 0x583, offset: 0xAD386, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF', symObjAddr: 0x204, symBinAddr: 0x638C4, symSize: 0x74 } + - { offsetInCU: 0x733, offset: 0xAD536, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO9hashValueSivg', symObjAddr: 0x278, symBinAddr: 0x63938, symSize: 0x88 } + - { offsetInCU: 0x89D, offset: 0xAD6A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x300, symBinAddr: 0x639C0, symSize: 0x4 } + - { offsetInCU: 0x8B9, offset: 0xAD6BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x304, symBinAddr: 0x639C4, symSize: 0x74 } + - { offsetInCU: 0x9C7, offset: 0xAD7CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3FC, symBinAddr: 0x63ABC, symSize: 0x4 } + - { offsetInCU: 0x9E7, offset: 0xAD7EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3FC, symBinAddr: 0x63ABC, symSize: 0x4 } + - { offsetInCU: 0x9F9, offset: 0xAD7FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x578, symBinAddr: 0x63C38, symSize: 0xF8 } + - { offsetInCU: 0xAB4, offset: 0xAD8B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASQWb', symObjAddr: 0x670, symBinAddr: 0x63D30, symSize: 0x4 } + - { offsetInCU: 0xAC8, offset: 0xAD8CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOACSQAAWl', symObjAddr: 0x674, symBinAddr: 0x63D34, symSize: 0x44 } + - { offsetInCU: 0xADC, offset: 0xAD8DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASQWb', symObjAddr: 0x6B8, symBinAddr: 0x63D78, symSize: 0x4 } + - { offsetInCU: 0xAF0, offset: 0xAD8F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOACSQAAWl', symObjAddr: 0x6BC, symBinAddr: 0x63D7C, symSize: 0x44 } + - { offsetInCU: 0xB04, offset: 0xAD907, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwCP', symObjAddr: 0x700, symBinAddr: 0x63DC0, symSize: 0x30 } + - { offsetInCU: 0xB18, offset: 0xAD91B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwxx', symObjAddr: 0x730, symBinAddr: 0x63DF0, symSize: 0x50 } + - { offsetInCU: 0xB2C, offset: 0xAD92F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwcp', symObjAddr: 0x780, symBinAddr: 0x63E40, symSize: 0x90 } + - { offsetInCU: 0xB40, offset: 0xAD943, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwca', symObjAddr: 0x810, symBinAddr: 0x63ED0, symSize: 0xD4 } + - { offsetInCU: 0xB54, offset: 0xAD957, size: 0x8, addend: 0x0, symName: ___swift_memcpy81_8, symObjAddr: 0x8E4, symBinAddr: 0x63FA4, symSize: 0x24 } + - { offsetInCU: 0xB68, offset: 0xAD96B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwta', symObjAddr: 0x908, symBinAddr: 0x63FC8, symSize: 0xA0 } + - { offsetInCU: 0xB7C, offset: 0xAD97F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwet', symObjAddr: 0x9A8, symBinAddr: 0x64068, symSize: 0x3C } + - { offsetInCU: 0xB90, offset: 0xAD993, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwst', symObjAddr: 0x9E4, symBinAddr: 0x640A4, symSize: 0x54 } + - { offsetInCU: 0xBA4, offset: 0xAD9A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwug', symObjAddr: 0xA38, symBinAddr: 0x640F8, symSize: 0x1C } + - { offsetInCU: 0xBB8, offset: 0xAD9BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwup', symObjAddr: 0xA54, symBinAddr: 0x64114, symSize: 0x4 } + - { offsetInCU: 0xBCC, offset: 0xAD9CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwui', symObjAddr: 0xA58, symBinAddr: 0x64118, symSize: 0x34 } + - { offsetInCU: 0xBE0, offset: 0xAD9E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOMa', symObjAddr: 0xA8C, symBinAddr: 0x6414C, symSize: 0x10 } + - { offsetInCU: 0xBF4, offset: 0xAD9F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwet', symObjAddr: 0xAAC, symBinAddr: 0x6415C, symSize: 0x90 } + - { offsetInCU: 0xC08, offset: 0xADA0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwst', symObjAddr: 0xB3C, symBinAddr: 0x641EC, symSize: 0xBC } + - { offsetInCU: 0xC1C, offset: 0xADA1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwug', symObjAddr: 0xBF8, symBinAddr: 0x642A8, symSize: 0x8 } + - { offsetInCU: 0xC30, offset: 0xADA33, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwup', symObjAddr: 0xC00, symBinAddr: 0x642B0, symSize: 0x4 } + - { offsetInCU: 0xC44, offset: 0xADA47, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwui', symObjAddr: 0xC04, symBinAddr: 0x642B4, symSize: 0xC } + - { offsetInCU: 0xC58, offset: 0xADA5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOMa', symObjAddr: 0xC10, symBinAddr: 0x642C0, symSize: 0x10 } + - { offsetInCU: 0xC6C, offset: 0xADA6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVMa', symObjAddr: 0xC28, symBinAddr: 0x642D8, symSize: 0x10 } + - { offsetInCU: 0xD13, offset: 0xADB16, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x378, symBinAddr: 0x63A38, symSize: 0x84 } + - { offsetInCU: 0xE6A, offset: 0xADC6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4F0, symBinAddr: 0x63BB0, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0xADE7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x642E8, symSize: 0x128 } + - { offsetInCU: 0x79, offset: 0xADECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x642E8, symSize: 0x128 } + - { offsetInCU: 0xC7, offset: 0xADF19, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x128, symBinAddr: 0x64410, symSize: 0x110 } + - { offsetInCU: 0xFD, offset: 0xADF4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfC', symObjAddr: 0x290, symBinAddr: 0x64578, symSize: 0x4C } + - { offsetInCU: 0x11B, offset: 0xADF6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc', symObjAddr: 0x2DC, symBinAddr: 0x645C4, symSize: 0xD0 } + - { offsetInCU: 0x1C3, offset: 0xAE015, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg', symObjAddr: 0x4D8, symBinAddr: 0x6473C, symSize: 0x30 } + - { offsetInCU: 0x20E, offset: 0xAE060, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs', symObjAddr: 0x508, symBinAddr: 0x6476C, symSize: 0x50 } + - { offsetInCU: 0x254, offset: 0xAE0A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM', symObjAddr: 0x558, symBinAddr: 0x647BC, symSize: 0x40 } + - { offsetInCU: 0x283, offset: 0xAE0D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM.resume.0', symObjAddr: 0x598, symBinAddr: 0x647FC, symSize: 0x34 } + - { offsetInCU: 0x2C2, offset: 0xAE114, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9valueTypeypXpvg', symObjAddr: 0x5CC, symBinAddr: 0x64830, symSize: 0xC } + - { offsetInCU: 0x2ED, offset: 0xAE13F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x5D8, symBinAddr: 0x6483C, symSize: 0xAC } + - { offsetInCU: 0x33A, offset: 0xAE18C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x694, symBinAddr: 0x648F8, symSize: 0x38 } + - { offsetInCU: 0x3A0, offset: 0xAE1F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x730, symBinAddr: 0x64994, symSize: 0x18 } + - { offsetInCU: 0x3C3, offset: 0xAE215, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfd', symObjAddr: 0x748, symBinAddr: 0x649AC, symSize: 0x24 } + - { offsetInCU: 0x3FE, offset: 0xAE250, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfD', symObjAddr: 0x7A0, symBinAddr: 0x649D0, symSize: 0x2C } + - { offsetInCU: 0x441, offset: 0xAE293, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x7CC, symBinAddr: 0x649FC, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0xAE2AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x7EC, symBinAddr: 0x64A1C, symSize: 0xC } + - { offsetInCU: 0x4A3, offset: 0xAE2F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7F8, symBinAddr: 0x64A28, symSize: 0x1C } + - { offsetInCU: 0x503, offset: 0xAE355, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOe', symObjAddr: 0x238, symBinAddr: 0x64520, symSize: 0x10 } + - { offsetInCU: 0x517, offset: 0xAE369, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVACSHAAWl', symObjAddr: 0x248, symBinAddr: 0x64530, symSize: 0x48 } + - { offsetInCU: 0x54C, offset: 0xAE39E, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGSayxGSHsSHRzlWl', symObjAddr: 0x3EC, symBinAddr: 0x64694, symSize: 0x64 } + - { offsetInCU: 0x560, offset: 0xAE3B2, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSHAAWl', symObjAddr: 0x494, symBinAddr: 0x646F8, symSize: 0x44 } + - { offsetInCU: 0x574, offset: 0xAE3C6, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOy', symObjAddr: 0x684, symBinAddr: 0x648E8, symSize: 0x10 } + - { offsetInCU: 0x588, offset: 0xAE3DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6F8, symBinAddr: 0x6495C, symSize: 0x38 } + - { offsetInCU: 0x5D0, offset: 0xAE422, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x814, symBinAddr: 0x64A44, symSize: 0xC } + - { offsetInCU: 0x5FF, offset: 0xAE451, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x820, symBinAddr: 0x64A50, symSize: 0xC } + - { offsetInCU: 0x649, offset: 0xAE49B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x82C, symBinAddr: 0x64A5C, symSize: 0x14 } + - { offsetInCU: 0x68C, offset: 0xAE4DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCMa', symObjAddr: 0x8D8, symBinAddr: 0x64B08, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0xAE6E7, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x64B44, symSize: 0x50C } + - { offsetInCU: 0x2AB, offset: 0xAE96B, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x64B44, symSize: 0x50C } + - { offsetInCU: 0x2B, offset: 0xAF8A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x65050, symSize: 0x44 } + - { offsetInCU: 0x6D, offset: 0xAF8E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x65050, symSize: 0x44 } + - { offsetInCU: 0xBF, offset: 0xAF938, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x64, symBinAddr: 0x650B4, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0xAF979, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x70, symBinAddr: 0x650C0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xAF9BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x650F0, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0xAF9EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesC7ellipseAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x424, symBinAddr: 0x65434, symSize: 0x274 } + - { offsetInCU: 0x409, offset: 0xAFC82, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCMa', symObjAddr: 0x44, symBinAddr: 0x65094, symSize: 0x20 } + - { offsetInCU: 0x4DB, offset: 0xAFD54, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xAC, symBinAddr: 0x650FC, symSize: 0xAC } + - { offsetInCU: 0x5C9, offset: 0xAFE42, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCfD', symObjAddr: 0x158, symBinAddr: 0x651A8, symSize: 0x34 } + - { offsetInCU: 0x62A, offset: 0xAFEA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1AC, symBinAddr: 0x651FC, symSize: 0x44 } + - { offsetInCU: 0x676, offset: 0xAFEEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x1F0, symBinAddr: 0x65240, symSize: 0x24 } + - { offsetInCU: 0x6A8, offset: 0xAFF21, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x214, symBinAddr: 0x65264, symSize: 0x4 } + - { offsetInCU: 0x6E2, offset: 0xAFF5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x218, symBinAddr: 0x65268, symSize: 0x8 } + - { offsetInCU: 0x702, offset: 0xAFF7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x218, symBinAddr: 0x65268, symSize: 0x8 } + - { offsetInCU: 0x765, offset: 0xAFFDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x220, symBinAddr: 0x65270, symSize: 0x10 } + - { offsetInCU: 0x785, offset: 0xAFFFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x220, symBinAddr: 0x65270, symSize: 0x10 } + - { offsetInCU: 0x7CC, offset: 0xB0045, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x65280, symSize: 0x8 } + - { offsetInCU: 0x7EC, offset: 0xB0065, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x65280, symSize: 0x8 } + - { offsetInCU: 0x80D, offset: 0xB0086, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x238, symBinAddr: 0x65288, symSize: 0x8 } + - { offsetInCU: 0x82D, offset: 0xB00A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x238, symBinAddr: 0x65288, symSize: 0x8 } + - { offsetInCU: 0x84E, offset: 0xB00C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x240, symBinAddr: 0x65290, symSize: 0x8 } + - { offsetInCU: 0x86E, offset: 0xB00E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x240, symBinAddr: 0x65290, symSize: 0x8 } + - { offsetInCU: 0x88F, offset: 0xB0108, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x248, symBinAddr: 0x65298, symSize: 0x8 } + - { offsetInCU: 0x8AF, offset: 0xB0128, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x248, symBinAddr: 0x65298, symSize: 0x8 } + - { offsetInCU: 0x8D0, offset: 0xB0149, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x652A0, symSize: 0xC } + - { offsetInCU: 0x8F0, offset: 0xB0169, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x652A0, symSize: 0xC } + - { offsetInCU: 0x911, offset: 0xB018A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x25C, symBinAddr: 0x652AC, symSize: 0x10 } + - { offsetInCU: 0x931, offset: 0xB01AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x25C, symBinAddr: 0x652AC, symSize: 0x10 } + - { offsetInCU: 0x952, offset: 0xB01CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x26C, symBinAddr: 0x652BC, symSize: 0xC } + - { offsetInCU: 0x984, offset: 0xB01FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC06parentC07ellipseAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x698, symBinAddr: 0x656A8, symSize: 0x114 } + - { offsetInCU: 0xA3D, offset: 0xB02B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCMa', symObjAddr: 0x18C, symBinAddr: 0x651DC, symSize: 0x20 } + - { offsetInCU: 0xB2F, offset: 0xB03A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7ellipse4size6center9directionACSo6CGSizeV_So7CGPointVAA0C9DirectionOtFZTf4nnnd_n', symObjAddr: 0x278, symBinAddr: 0x652C8, symSize: 0x16C } + - { offsetInCU: 0x43, offset: 0xB0A81, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x657BC, symSize: 0x3C } + - { offsetInCU: 0x57, offset: 0xB0A95, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwxx', symObjAddr: 0x3C, symBinAddr: 0x657F8, symSize: 0x8 } + - { offsetInCU: 0x6B, offset: 0xB0AA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwcp', symObjAddr: 0x44, symBinAddr: 0x65800, symSize: 0x3C } + - { offsetInCU: 0x7F, offset: 0xB0ABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwca', symObjAddr: 0x80, symBinAddr: 0x6583C, symSize: 0x54 } + - { offsetInCU: 0x93, offset: 0xB0AD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwta', symObjAddr: 0xE8, symBinAddr: 0x65890, symSize: 0x44 } + - { offsetInCU: 0xA7, offset: 0xB0AE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwet', symObjAddr: 0x12C, symBinAddr: 0x658D4, symSize: 0x48 } + - { offsetInCU: 0xBB, offset: 0xB0AF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwst', symObjAddr: 0x174, symBinAddr: 0x6591C, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0xB0B0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVMa', symObjAddr: 0x1B4, symBinAddr: 0x6595C, symSize: 0x10 } + - { offsetInCU: 0x45C, offset: 0xB0E9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV02cgC0So9CGPathRefayF', symObjAddr: 0x1C4, symBinAddr: 0x6596C, symSize: 0x140 } + - { offsetInCU: 0x5F3, offset: 0xB1031, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9addVertexyyAA05CurveE0VF', symObjAddr: 0x304, symBinAddr: 0x65AAC, symSize: 0x19C } + - { offsetInCU: 0x9D4, offset: 0xB1412, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV04trimC9AtLengths33_3AD676776FA89DEF7F58E43AF7646C3ALL9positionsSayACGSay12CoreGraphics7CGFloatV5start_AJ3endtG_tF', symObjAddr: 0x4A0, symBinAddr: 0x65C48, symSize: 0xAB4 } + - { offsetInCU: 0x2127, offset: 0xB2B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO8rawValueSSvg', symObjAddr: 0xF54, symBinAddr: 0x666FC, symSize: 0x18 } + - { offsetInCU: 0x2160, offset: 0xB2B9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0xF6C, symBinAddr: 0x66714, symSize: 0x18 } + - { offsetInCU: 0x218E, offset: 0xB2BCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0xF6C, symBinAddr: 0x66714, symSize: 0x18 } + - { offsetInCU: 0x21E0, offset: 0xB2C1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xFA8, symBinAddr: 0x66750, symSize: 0x64 } + - { offsetInCU: 0x2246, offset: 0xB2C84, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x100C, symBinAddr: 0x667B4, symSize: 0x28 } + - { offsetInCU: 0x2262, offset: 0xB2CA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1034, symBinAddr: 0x667DC, symSize: 0x8 } + - { offsetInCU: 0x2298, offset: 0xB2CD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x103C, symBinAddr: 0x667E4, symSize: 0x68 } + - { offsetInCU: 0x231D, offset: 0xB2D5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x10A4, symBinAddr: 0x6684C, symSize: 0xC } + - { offsetInCU: 0x2339, offset: 0xB2D77, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x10B0, symBinAddr: 0x66858, symSize: 0xC } + - { offsetInCU: 0x2361, offset: 0xB2D9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV6encode2toys7Encoder_p_tKF', symObjAddr: 0x110C, symBinAddr: 0x668B4, symSize: 0x2F8 } + - { offsetInCU: 0x254C, offset: 0xB2F8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1404, symBinAddr: 0x66BAC, symSize: 0x34 } + - { offsetInCU: 0x2585, offset: 0xB2FC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1438, symBinAddr: 0x66BE0, symSize: 0x1C } + - { offsetInCU: 0x2767, offset: 0xB31A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x1454, symBinAddr: 0x66BFC, symSize: 0xBA0 } + - { offsetInCU: 0x3A65, offset: 0xB44A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x1FF4, symBinAddr: 0x6779C, symSize: 0xB30 } + - { offsetInCU: 0x4704, offset: 0xB5142, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x2B88, symBinAddr: 0x682CC, symSize: 0x44 } + - { offsetInCU: 0x4718, offset: 0xB5156, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGSgWOh', symObjAddr: 0x2BCC, symBinAddr: 0x68310, symSize: 0x40 } + - { offsetInCU: 0x472C, offset: 0xB516A, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGAByxGs0abC8ProtocolsWl', symObjAddr: 0x2C34, symBinAddr: 0x68350, symSize: 0x4C } + - { offsetInCU: 0x4740, offset: 0xB517E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwet', symObjAddr: 0x2DB4, symBinAddr: 0x683FC, symSize: 0x90 } + - { offsetInCU: 0x4754, offset: 0xB5192, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwst', symObjAddr: 0x2E44, symBinAddr: 0x6848C, symSize: 0xBC } + - { offsetInCU: 0x4768, offset: 0xB51A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwug', symObjAddr: 0x2F00, symBinAddr: 0x68548, symSize: 0x8 } + - { offsetInCU: 0x477C, offset: 0xB51BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwup', symObjAddr: 0x2F08, symBinAddr: 0x68550, symSize: 0x4 } + - { offsetInCU: 0x4790, offset: 0xB51CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwui', symObjAddr: 0x2F0C, symBinAddr: 0x68554, symSize: 0x8 } + - { offsetInCU: 0x47A4, offset: 0xB51E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOMa', symObjAddr: 0x2F14, symBinAddr: 0x6855C, symSize: 0x10 } + - { offsetInCU: 0x47B8, offset: 0xB51F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASQWb', symObjAddr: 0x2F24, symBinAddr: 0x6856C, symSize: 0x4 } + - { offsetInCU: 0x47CC, offset: 0xB520A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAESQAAWl', symObjAddr: 0x2F28, symBinAddr: 0x68570, symSize: 0x44 } + - { offsetInCU: 0x47E0, offset: 0xB521E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2F6C, symBinAddr: 0x685B4, symSize: 0x4 } + - { offsetInCU: 0x47F4, offset: 0xB5232, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2F70, symBinAddr: 0x685B8, symSize: 0x44 } + - { offsetInCU: 0x4808, offset: 0xB5246, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2FB4, symBinAddr: 0x685FC, symSize: 0x4 } + - { offsetInCU: 0x481C, offset: 0xB525A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2FB8, symBinAddr: 0x68600, symSize: 0x44 } + - { offsetInCU: 0x4937, offset: 0xB5375, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF84, symBinAddr: 0x6672C, symSize: 0xC } + - { offsetInCU: 0x4953, offset: 0xB5391, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xF90, symBinAddr: 0x66738, symSize: 0x8 } + - { offsetInCU: 0x496F, offset: 0xB53AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF98, symBinAddr: 0x66740, symSize: 0x8 } + - { offsetInCU: 0x498B, offset: 0xB53C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xFA0, symBinAddr: 0x66748, symSize: 0x8 } + - { offsetInCU: 0x49AD, offset: 0xB53EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x10BC, symBinAddr: 0x66864, symSize: 0x28 } + - { offsetInCU: 0x49C9, offset: 0xB5407, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x10E4, symBinAddr: 0x6688C, symSize: 0x28 } + - { offsetInCU: 0x9D, offset: 0xB5849, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfC', symObjAddr: 0x0, symBinAddr: 0x68644, symSize: 0x8C } + - { offsetInCU: 0xEE, offset: 0xB589A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc', symObjAddr: 0x8C, symBinAddr: 0x686D0, symSize: 0x8C } + - { offsetInCU: 0x135, offset: 0xB58E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfcTo', symObjAddr: 0x118, symBinAddr: 0x6875C, symSize: 0xBC } + - { offsetInCU: 0x1B5, offset: 0xB5961, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC5namedyACSSFZTo', symObjAddr: 0x1D4, symBinAddr: 0x68818, symSize: 0xDC } + - { offsetInCU: 0x251, offset: 0xB59FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfc', symObjAddr: 0x2BC, symBinAddr: 0x68900, symSize: 0x2C } + - { offsetInCU: 0x2B4, offset: 0xB5A60, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfcTo', symObjAddr: 0x2E8, symBinAddr: 0x6892C, symSize: 0x2C } + - { offsetInCU: 0x35D, offset: 0xB5B09, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCfETo', symObjAddr: 0x318, symBinAddr: 0x6895C, symSize: 0x50 } + - { offsetInCU: 0x3D4, offset: 0xB5B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ', symObjAddr: 0x368, symBinAddr: 0x689AC, symSize: 0x1A4 } + - { offsetInCU: 0x4C9, offset: 0xB5C75, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg', symObjAddr: 0x50C, symBinAddr: 0x68B50, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0xB5CAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfC', symObjAddr: 0x518, symBinAddr: 0x68B5C, symSize: 0x14 } + - { offsetInCU: 0x51E, offset: 0xB5CCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg', symObjAddr: 0x52C, symBinAddr: 0x68B70, symSize: 0x4 } + - { offsetInCU: 0x561, offset: 0xB5D0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x5F8, symBinAddr: 0x68C3C, symSize: 0x20 } + - { offsetInCU: 0x592, offset: 0xB5D3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x618, symBinAddr: 0x68C5C, symSize: 0xC } + - { offsetInCU: 0x612, offset: 0xB5DBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfC', symObjAddr: 0x624, symBinAddr: 0x68C68, symSize: 0x48 } + - { offsetInCU: 0x659, offset: 0xB5E05, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc', symObjAddr: 0x66C, symBinAddr: 0x68CB0, symSize: 0x44 } + - { offsetInCU: 0x68C, offset: 0xB5E38, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfcTo', symObjAddr: 0x6B0, symBinAddr: 0x68CF4, symSize: 0x10 } + - { offsetInCU: 0x6AC, offset: 0xB5E58, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfcTo', symObjAddr: 0x6B0, symBinAddr: 0x68CF4, symSize: 0x10 } + - { offsetInCU: 0x6DE, offset: 0xB5E8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfC', symObjAddr: 0x6C0, symBinAddr: 0x68D04, symSize: 0x50 } + - { offsetInCU: 0x712, offset: 0xB5EBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc', symObjAddr: 0x710, symBinAddr: 0x68D54, symSize: 0x30 } + - { offsetInCU: 0x726, offset: 0xB5ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTo', symObjAddr: 0x740, symBinAddr: 0x68D84, symSize: 0x58 } + - { offsetInCU: 0x78E, offset: 0xB5F3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfC', symObjAddr: 0x798, symBinAddr: 0x68DDC, symSize: 0x80 } + - { offsetInCU: 0x7E0, offset: 0xB5F8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc', symObjAddr: 0x818, symBinAddr: 0x68E5C, symSize: 0x74 } + - { offsetInCU: 0x813, offset: 0xB5FBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfcTo', symObjAddr: 0x88C, symBinAddr: 0x68ED0, symSize: 0xA8 } + - { offsetInCU: 0x863, offset: 0xB600F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfC', symObjAddr: 0x934, symBinAddr: 0x68F78, symSize: 0x40 } + - { offsetInCU: 0x8A1, offset: 0xB604D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc', symObjAddr: 0x974, symBinAddr: 0x68FB8, symSize: 0x1EC } + - { offsetInCU: 0x95B, offset: 0xB6107, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5Error_pSgcfU_', symObjAddr: 0xB60, symBinAddr: 0x691A4, symSize: 0x4 } + - { offsetInCU: 0x973, offset: 0xB611F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfcTo', symObjAddr: 0xB64, symBinAddr: 0x691A8, symSize: 0x70 } + - { offsetInCU: 0x9C5, offset: 0xB6171, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfC', symObjAddr: 0xBD4, symBinAddr: 0x69218, symSize: 0x78 } + - { offsetInCU: 0xA0C, offset: 0xB61B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc', symObjAddr: 0xC4C, symBinAddr: 0x69290, symSize: 0x64 } + - { offsetInCU: 0xA3F, offset: 0xB61EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfcTo', symObjAddr: 0xCB0, symBinAddr: 0x692F4, symSize: 0x90 } + - { offsetInCU: 0xA93, offset: 0xB623F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfC', symObjAddr: 0xD40, symBinAddr: 0x69384, symSize: 0x5C } + - { offsetInCU: 0xAC7, offset: 0xB6273, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc', symObjAddr: 0xD9C, symBinAddr: 0x693E0, symSize: 0x40 } + - { offsetInCU: 0xADB, offset: 0xB6287, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTo', symObjAddr: 0xDDC, symBinAddr: 0x69420, symSize: 0x80 } + - { offsetInCU: 0xB0D, offset: 0xB62B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xE5C, symBinAddr: 0x694A0, symSize: 0x50 } + - { offsetInCU: 0xB2B, offset: 0xB62D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xEAC, symBinAddr: 0x694F0, symSize: 0x100 } + - { offsetInCU: 0xBB2, offset: 0xB635E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xFAC, symBinAddr: 0x695F0, symSize: 0x20 } + - { offsetInCU: 0xBDD, offset: 0xB6389, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xFCC, symBinAddr: 0x69610, symSize: 0x4C } + - { offsetInCU: 0xC0F, offset: 0xB63BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvW', symObjAddr: 0x1058, symBinAddr: 0x6969C, symSize: 0x154 } + - { offsetInCU: 0xCC7, offset: 0xB6473, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM', symObjAddr: 0x11AC, symBinAddr: 0x697F0, symSize: 0x48 } + - { offsetInCU: 0xD14, offset: 0xB64C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1200, symBinAddr: 0x69844, symSize: 0x44 } + - { offsetInCU: 0xD51, offset: 0xB64FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg', symObjAddr: 0x1244, symBinAddr: 0x69888, symSize: 0x44 } + - { offsetInCU: 0xD70, offset: 0xB651C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x1288, symBinAddr: 0x698CC, symSize: 0x3C } + - { offsetInCU: 0xDAA, offset: 0xB6556, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs', symObjAddr: 0x12C4, symBinAddr: 0x69908, symSize: 0xC0 } + - { offsetInCU: 0xE6E, offset: 0xB661A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM', symObjAddr: 0x1384, symBinAddr: 0x699C8, symSize: 0x58 } + - { offsetInCU: 0xE9D, offset: 0xB6649, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x13DC, symBinAddr: 0x69A20, symSize: 0xB0 } + - { offsetInCU: 0xF32, offset: 0xB66DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvW', symObjAddr: 0x16F8, symBinAddr: 0x69D3C, symSize: 0x188 } + - { offsetInCU: 0x101F, offset: 0xB67CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM', symObjAddr: 0x1880, symBinAddr: 0x69EC4, symSize: 0x48 } + - { offsetInCU: 0x106C, offset: 0xB6818, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0x1910, symBinAddr: 0x69F54, symSize: 0x18 } + - { offsetInCU: 0x108C, offset: 0xB6838, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0x1910, symBinAddr: 0x69F54, symSize: 0x18 } + - { offsetInCU: 0x10A9, offset: 0xB6855, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg', symObjAddr: 0x1928, symBinAddr: 0x69F6C, symSize: 0x18 } + - { offsetInCU: 0x10F0, offset: 0xB689C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x1940, symBinAddr: 0x69F84, symSize: 0x18 } + - { offsetInCU: 0x1110, offset: 0xB68BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x1940, symBinAddr: 0x69F84, symSize: 0x18 } + - { offsetInCU: 0x1135, offset: 0xB68E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs', symObjAddr: 0x1958, symBinAddr: 0x69F9C, symSize: 0x1C } + - { offsetInCU: 0x115C, offset: 0xB6908, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM', symObjAddr: 0x1974, symBinAddr: 0x69FB8, symSize: 0x48 } + - { offsetInCU: 0x11A2, offset: 0xB694E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM.resume.0', symObjAddr: 0x19BC, symBinAddr: 0x6A000, symSize: 0x18 } + - { offsetInCU: 0x11D0, offset: 0xB697C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM.resume.0', symObjAddr: 0x19BC, symBinAddr: 0x6A000, symSize: 0x18 } + - { offsetInCU: 0x121F, offset: 0xB69CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvsTo', symObjAddr: 0x19EC, symBinAddr: 0x6A030, symSize: 0x8C } + - { offsetInCU: 0x1294, offset: 0xB6A40, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x1A78, symBinAddr: 0x6A0BC, symSize: 0x74 } + - { offsetInCU: 0x1329, offset: 0xB6AD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x1B64, symBinAddr: 0x6A1A8, symSize: 0x8C } + - { offsetInCU: 0x139B, offset: 0xB6B47, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x1BF0, symBinAddr: 0x6A234, symSize: 0x80 } + - { offsetInCU: 0x1418, offset: 0xB6BC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1C70, symBinAddr: 0x6A2B4, symSize: 0x40 } + - { offsetInCU: 0x1434, offset: 0xB6BE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x1CB0, symBinAddr: 0x6A2F4, symSize: 0x124 } + - { offsetInCU: 0x1589, offset: 0xB6D35, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x1DEC, symBinAddr: 0x6A430, symSize: 0x34 } + - { offsetInCU: 0x15B8, offset: 0xB6D64, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1E2C, symBinAddr: 0x6A470, symSize: 0x20 } + - { offsetInCU: 0x15D4, offset: 0xB6D80, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg', symObjAddr: 0x1E4C, symBinAddr: 0x6A490, symSize: 0x80 } + - { offsetInCU: 0x164D, offset: 0xB6DF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvgTo', symObjAddr: 0x1ECC, symBinAddr: 0x6A510, symSize: 0x40 } + - { offsetInCU: 0x1669, offset: 0xB6E15, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg', symObjAddr: 0x1F0C, symBinAddr: 0x6A550, symSize: 0x108 } + - { offsetInCU: 0x1710, offset: 0xB6EBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM', symObjAddr: 0x20C4, symBinAddr: 0x6A708, symSize: 0x34 } + - { offsetInCU: 0x175D, offset: 0xB6F09, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x2144, symBinAddr: 0x6A788, symSize: 0xC0 } + - { offsetInCU: 0x17BD, offset: 0xB6F69, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x2204, symBinAddr: 0x6A848, symSize: 0xA8 } + - { offsetInCU: 0x1817, offset: 0xB6FC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x22AC, symBinAddr: 0x6A8F0, symSize: 0x3C } + - { offsetInCU: 0x1833, offset: 0xB6FDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x22E8, symBinAddr: 0x6A92C, symSize: 0x10C } + - { offsetInCU: 0x18F0, offset: 0xB709C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x24A4, symBinAddr: 0x6AAE8, symSize: 0xCC } + - { offsetInCU: 0x1989, offset: 0xB7135, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x2570, symBinAddr: 0x6ABB4, symSize: 0x1A8 } + - { offsetInCU: 0x1A48, offset: 0xB71F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x2718, symBinAddr: 0x6AD5C, symSize: 0x58 } + - { offsetInCU: 0x1A8C, offset: 0xB7238, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x2770, symBinAddr: 0x6ADB4, symSize: 0x38 } + - { offsetInCU: 0x1AC1, offset: 0xB726D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x27A8, symBinAddr: 0x6ADEC, symSize: 0x40 } + - { offsetInCU: 0x1ADD, offset: 0xB7289, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x27E8, symBinAddr: 0x6AE2C, symSize: 0xB8 } + - { offsetInCU: 0x1C33, offset: 0xB73DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x28A0, symBinAddr: 0x6AEE4, symSize: 0x64 } + - { offsetInCU: 0x1C9E, offset: 0xB744A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x2904, symBinAddr: 0x6AF48, symSize: 0x64 } + - { offsetInCU: 0x1D17, offset: 0xB74C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x2968, symBinAddr: 0x6AFAC, symSize: 0x94 } + - { offsetInCU: 0x1DAB, offset: 0xB7557, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x29FC, symBinAddr: 0x6B040, symSize: 0x74 } + - { offsetInCU: 0x1E39, offset: 0xB75E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x2AE8, symBinAddr: 0x6B12C, symSize: 0x8C } + - { offsetInCU: 0x1EAE, offset: 0xB765A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x2B74, symBinAddr: 0x6B1B8, symSize: 0x88 } + - { offsetInCU: 0x1F2E, offset: 0xB76DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvsTo', symObjAddr: 0x2CCC, symBinAddr: 0x6B310, symSize: 0x3C } + - { offsetInCU: 0x1F4A, offset: 0xB76F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs', symObjAddr: 0x2D08, symBinAddr: 0x6B34C, symSize: 0xC8 } + - { offsetInCU: 0x1FE4, offset: 0xB7790, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM', symObjAddr: 0x2DD0, symBinAddr: 0x6B414, symSize: 0x8C } + - { offsetInCU: 0x2086, offset: 0xB7832, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM.resume.0', symObjAddr: 0x2E5C, symBinAddr: 0x6B4A0, symSize: 0xDC } + - { offsetInCU: 0x2115, offset: 0xB78C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvgTo', symObjAddr: 0x2F38, symBinAddr: 0x6B57C, symSize: 0x38 } + - { offsetInCU: 0x2131, offset: 0xB78DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg', symObjAddr: 0x2F70, symBinAddr: 0x6B5B4, symSize: 0x190 } + - { offsetInCU: 0x21D2, offset: 0xB797E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvgTo', symObjAddr: 0x3100, symBinAddr: 0x6B744, symSize: 0x38 } + - { offsetInCU: 0x21EE, offset: 0xB799A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg', symObjAddr: 0x3138, symBinAddr: 0x6B77C, symSize: 0x48 } + - { offsetInCU: 0x2223, offset: 0xB79CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvsTo', symObjAddr: 0x3180, symBinAddr: 0x6B7C4, symSize: 0x3C } + - { offsetInCU: 0x223F, offset: 0xB79EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs', symObjAddr: 0x31BC, symBinAddr: 0x6B800, symSize: 0x6C } + - { offsetInCU: 0x229F, offset: 0xB7A4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM', symObjAddr: 0x3228, symBinAddr: 0x6B86C, symSize: 0x60 } + - { offsetInCU: 0x22F3, offset: 0xB7A9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM.resume.0', symObjAddr: 0x3288, symBinAddr: 0x6B8CC, symSize: 0x20 } + - { offsetInCU: 0x234D, offset: 0xB7AF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyF', symObjAddr: 0x32A8, symBinAddr: 0x6B8EC, symSize: 0x48 } + - { offsetInCU: 0x2397, offset: 0xB7B43, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0x32F0, symBinAddr: 0x6B934, symSize: 0x40 } + - { offsetInCU: 0x23E0, offset: 0xB7B8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyFTo', symObjAddr: 0x3330, symBinAddr: 0x6B974, symSize: 0x5C } + - { offsetInCU: 0x2439, offset: 0xB7BE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tFTo', symObjAddr: 0x338C, symBinAddr: 0x6B9D0, symSize: 0xB8 } + - { offsetInCU: 0x2479, offset: 0xB7C25, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x3444, symBinAddr: 0x6BA88, symSize: 0x6C } + - { offsetInCU: 0x24FD, offset: 0xB7CA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x34B0, symBinAddr: 0x6BAF4, symSize: 0xF0 } + - { offsetInCU: 0x2550, offset: 0xB7CFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x35A0, symBinAddr: 0x6BBE4, symSize: 0x6C } + - { offsetInCU: 0x25D4, offset: 0xB7D80, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x360C, symBinAddr: 0x6BC50, symSize: 0xF0 } + - { offsetInCU: 0x2627, offset: 0xB7DD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF', symObjAddr: 0x36FC, symBinAddr: 0x6BD40, symSize: 0x64 } + - { offsetInCU: 0x26AB, offset: 0xB7E57, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtFTo', symObjAddr: 0x3760, symBinAddr: 0x6BDA4, symSize: 0x128 } + - { offsetInCU: 0x26FF, offset: 0xB7EAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF', symObjAddr: 0x3888, symBinAddr: 0x6BECC, symSize: 0x60 } + - { offsetInCU: 0x276C, offset: 0xB7F18, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtFTo', symObjAddr: 0x38E8, symBinAddr: 0x6BF2C, symSize: 0xF8 } + - { offsetInCU: 0x27B6, offset: 0xB7F62, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyF', symObjAddr: 0x39E0, symBinAddr: 0x6C024, symSize: 0x40 } + - { offsetInCU: 0x27F5, offset: 0xB7FA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyFTo', symObjAddr: 0x3A20, symBinAddr: 0x6C064, symSize: 0x54 } + - { offsetInCU: 0x282B, offset: 0xB7FD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyF', symObjAddr: 0x3A74, symBinAddr: 0x6C0B8, symSize: 0x40 } + - { offsetInCU: 0x286A, offset: 0xB8016, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyFTo', symObjAddr: 0x3AB4, symBinAddr: 0x6C0F8, symSize: 0x54 } + - { offsetInCU: 0x28A0, offset: 0xB804C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF', symObjAddr: 0x3B08, symBinAddr: 0x6C14C, symSize: 0xA0 } + - { offsetInCU: 0x291B, offset: 0xB80C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyFTo', symObjAddr: 0x3BA8, symBinAddr: 0x6C1EC, symSize: 0xB8 } + - { offsetInCU: 0x297D, offset: 0xB8129, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x3C60, symBinAddr: 0x6C2A4, symSize: 0xA0 } + - { offsetInCU: 0x29F8, offset: 0xB81A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyFTo', symObjAddr: 0x3D00, symBinAddr: 0x6C344, symSize: 0xB8 } + - { offsetInCU: 0x2A5A, offset: 0xB8206, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x3DB8, symBinAddr: 0x6C3FC, symSize: 0xFC } + - { offsetInCU: 0x2B01, offset: 0xB82AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x3EB4, symBinAddr: 0x6C4F8, symSize: 0xF8 } + - { offsetInCU: 0x2B1D, offset: 0xB82C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x3FAC, symBinAddr: 0x6C5F0, symSize: 0xA0 } + - { offsetInCU: 0x2B98, offset: 0xB8344, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyFTo', symObjAddr: 0x404C, symBinAddr: 0x6C690, symSize: 0xB8 } + - { offsetInCU: 0x2BFA, offset: 0xB83A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF', symObjAddr: 0x4104, symBinAddr: 0x6C748, symSize: 0x370 } + - { offsetInCU: 0x2E61, offset: 0xB860D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtFTo', symObjAddr: 0x4474, symBinAddr: 0x6CAB8, symSize: 0x78 } + - { offsetInCU: 0x2E7D, offset: 0xB8629, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x44EC, symBinAddr: 0x6CB30, symSize: 0x180 } + - { offsetInCU: 0x2F6F, offset: 0xB871B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x466C, symBinAddr: 0x6CCB0, symSize: 0x6C } + - { offsetInCU: 0x2F8B, offset: 0xB8737, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF', symObjAddr: 0x46D8, symBinAddr: 0x6CD1C, symSize: 0x64 } + - { offsetInCU: 0x2FF8, offset: 0xB87A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtFTo', symObjAddr: 0x473C, symBinAddr: 0x6CD80, symSize: 0xB0 } + - { offsetInCU: 0x3040, offset: 0xB87EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x47EC, symBinAddr: 0x6CE30, symSize: 0x100 } + - { offsetInCU: 0x30C4, offset: 0xB8870, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x48EC, symBinAddr: 0x6CF30, symSize: 0xA4 } + - { offsetInCU: 0x30E0, offset: 0xB888C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x4990, symBinAddr: 0x6CFD4, symSize: 0xE0 } + - { offsetInCU: 0x317D, offset: 0xB8929, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x4A70, symBinAddr: 0x6D0B4, symSize: 0x7C } + - { offsetInCU: 0x3199, offset: 0xB8945, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4AEC, symBinAddr: 0x6D130, symSize: 0xB8 } + - { offsetInCU: 0x324A, offset: 0xB89F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tFTo', symObjAddr: 0x4BA4, symBinAddr: 0x6D1E8, symSize: 0xEC } + - { offsetInCU: 0x32E9, offset: 0xB8A95, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4C90, symBinAddr: 0x6D2D4, symSize: 0x110 } + - { offsetInCU: 0x33D7, offset: 0xB8B83, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4DAC, symBinAddr: 0x6D3F0, symSize: 0x110 } + - { offsetInCU: 0x34B7, offset: 0xB8C63, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10setUpViews33_A351FBFEE2E6C8ED3388379E4189DDDFLLyyF', symObjAddr: 0x4F40, symBinAddr: 0x6D584, symSize: 0x244 } + - { offsetInCU: 0x34E8, offset: 0xB8C94, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTf4gnn_n', symObjAddr: 0x55BC, symBinAddr: 0x6DBC4, symSize: 0x280 } + - { offsetInCU: 0x365B, offset: 0xB8E07, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTf4gnn_n', symObjAddr: 0x5880, symBinAddr: 0x6DE44, symSize: 0x2D0 } + - { offsetInCU: 0x3839, offset: 0xB8FE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x6334, symBinAddr: 0x6E678, symSize: 0xEC } + - { offsetInCU: 0x43F0, offset: 0xB9B9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfC', symObjAddr: 0x51D0, symBinAddr: 0x6D814, symSize: 0x4C } + - { offsetInCU: 0x4439, offset: 0xB9BE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc', symObjAddr: 0x521C, symBinAddr: 0x6D860, symSize: 0x4C } + - { offsetInCU: 0x446C, offset: 0xB9C18, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfcTo', symObjAddr: 0x5268, symBinAddr: 0x6D8AC, symSize: 0x74 } + - { offsetInCU: 0x44B2, offset: 0xB9C5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfc', symObjAddr: 0x5318, symBinAddr: 0x6D95C, symSize: 0x2C } + - { offsetInCU: 0x4518, offset: 0xB9CC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfcTo', symObjAddr: 0x5344, symBinAddr: 0x6D988, symSize: 0x2C } + - { offsetInCU: 0x45CA, offset: 0xB9D76, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x1AEC, symBinAddr: 0x6A130, symSize: 0x78 } + - { offsetInCU: 0x4747, offset: 0xB9EF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x23F4, symBinAddr: 0x6AA38, symSize: 0xB0 } + - { offsetInCU: 0x47B0, offset: 0xB9F5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x2A70, symBinAddr: 0x6B0B4, symSize: 0x78 } + - { offsetInCU: 0x493E, offset: 0xBA0EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCfETo', symObjAddr: 0x5188, symBinAddr: 0x6D7CC, symSize: 0x48 } + - { offsetInCU: 0x496D, offset: 0xBA119, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCfETo', symObjAddr: 0x53A4, symBinAddr: 0x6D9E8, symSize: 0x10 } + - { offsetInCU: 0x49D5, offset: 0xBA181, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_nAE05ColorcJ0C_Tg5', symObjAddr: 0x53F0, symBinAddr: 0x6D9F8, symSize: 0x12C } + - { offsetInCU: 0x4A74, offset: 0xBA220, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_nAK05ColornO0C_Tg5', symObjAddr: 0x551C, symBinAddr: 0x6DB24, symSize: 0xA0 } + - { offsetInCU: 0x4BBA, offset: 0xBA366, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVSgWOb', symObjAddr: 0x5D9C, symBinAddr: 0x6E114, symSize: 0x48 } + - { offsetInCU: 0x4BCE, offset: 0xBA37A, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOSHAASQWb', symObjAddr: 0x5DE4, symBinAddr: 0x6E15C, symSize: 0x4 } + - { offsetInCU: 0x4BE2, offset: 0xBA38E, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOACSQAAWl', symObjAddr: 0x5DE8, symBinAddr: 0x6E160, symSize: 0x44 } + - { offsetInCU: 0x4BF6, offset: 0xBA3A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASQWb', symObjAddr: 0x5E2C, symBinAddr: 0x6E1A4, symSize: 0x4 } + - { offsetInCU: 0x4C0A, offset: 0xBA3B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOACSQAAWl', symObjAddr: 0x5E30, symBinAddr: 0x6E1A8, symSize: 0x44 } + - { offsetInCU: 0x4C1E, offset: 0xBA3CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCMa', symObjAddr: 0x61DC, symBinAddr: 0x6E554, symSize: 0x20 } + - { offsetInCU: 0x4C32, offset: 0xBA3DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOMa', symObjAddr: 0x6210, symBinAddr: 0x6E588, symSize: 0x10 } + - { offsetInCU: 0x4C46, offset: 0xBA3F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOMa', symObjAddr: 0x6220, symBinAddr: 0x6E598, symSize: 0x10 } + - { offsetInCU: 0x4C5A, offset: 0xBA406, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCMa', symObjAddr: 0x6230, symBinAddr: 0x6E5A8, symSize: 0x20 } + - { offsetInCU: 0x4C6E, offset: 0xBA41A, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCMa', symObjAddr: 0x6274, symBinAddr: 0x6E5EC, symSize: 0x20 } + - { offsetInCU: 0x4C8D, offset: 0xBA439, size: 0x8, addend: 0x0, symName: '_$s10ObjectiveC8ObjCBoolVIeyBy_SbIegy_TRTA', symObjAddr: 0x6320, symBinAddr: 0x6E664, symSize: 0x14 } + - { offsetInCU: 0x4CFF, offset: 0xBA4AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x530, symBinAddr: 0x68B74, symSize: 0x14 } + - { offsetInCU: 0x4D54, offset: 0xBA500, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58C, symBinAddr: 0x68BD0, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0xBAACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x6E7AC, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0xBAAF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x6E7F4, symSize: 0x324 } + - { offsetInCU: 0x113, offset: 0xBAB90, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x36C, symBinAddr: 0x6EB18, symSize: 0x434 } + - { offsetInCU: 0x3DC, offset: 0xBAE59, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x7A0, symBinAddr: 0x6EF4C, symSize: 0x230 } + - { offsetInCU: 0x461, offset: 0xBAEDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvg', symObjAddr: 0x9D0, symBinAddr: 0x6F17C, symSize: 0x18 } + - { offsetInCU: 0x4A2, offset: 0xBAF1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xB78, symBinAddr: 0x6F324, symSize: 0x70 } + - { offsetInCU: 0x4D6, offset: 0xBAF53, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xBE8, symBinAddr: 0x6F394, symSize: 0x28 } + - { offsetInCU: 0x4F2, offset: 0xBAF6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xC10, symBinAddr: 0x6F3BC, symSize: 0x8 } + - { offsetInCU: 0x528, offset: 0xBAFA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC18, symBinAddr: 0x6F3C4, symSize: 0x74 } + - { offsetInCU: 0x573, offset: 0xBAFF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xC8C, symBinAddr: 0x6F438, symSize: 0xC } + - { offsetInCU: 0x58F, offset: 0xBB00C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xC98, symBinAddr: 0x6F444, symSize: 0xC } + - { offsetInCU: 0x5CD, offset: 0xBB04A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x9F8, symBinAddr: 0x6F1A4, symSize: 0x64 } + - { offsetInCU: 0x610, offset: 0xBB08D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xA5C, symBinAddr: 0x6F208, symSize: 0x24 } + - { offsetInCU: 0x650, offset: 0xBB0CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA80, symBinAddr: 0x6F22C, symSize: 0x4 } + - { offsetInCU: 0x670, offset: 0xBB0ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA80, symBinAddr: 0x6F22C, symSize: 0x4 } + - { offsetInCU: 0x69B, offset: 0xBB118, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA84, symBinAddr: 0x6F230, symSize: 0x68 } + - { offsetInCU: 0x6E6, offset: 0xBB163, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xAEC, symBinAddr: 0x6F298, symSize: 0xC } + - { offsetInCU: 0x702, offset: 0xBB17F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xAF8, symBinAddr: 0x6F2A4, symSize: 0xC } + - { offsetInCU: 0x71E, offset: 0xBB19B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1528, symBinAddr: 0x6FB34, symSize: 0xC } + - { offsetInCU: 0x73C, offset: 0xBB1B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfd', symObjAddr: 0xD10, symBinAddr: 0x6F4BC, symSize: 0x4C } + - { offsetInCU: 0x77F, offset: 0xBB1FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfD', symObjAddr: 0xD5C, symBinAddr: 0x6F508, symSize: 0x1C } + - { offsetInCU: 0x921, offset: 0xBB39E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfE', symObjAddr: 0xCF4, symBinAddr: 0x6F4A0, symSize: 0x1C } + - { offsetInCU: 0x979, offset: 0xBB3F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCMa', symObjAddr: 0xD78, symBinAddr: 0x6F524, symSize: 0x20 } + - { offsetInCU: 0x98D, offset: 0xBB40A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xDFC, symBinAddr: 0x6F544, symSize: 0x44 } + - { offsetInCU: 0x9A1, offset: 0xBB41E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xE40, symBinAddr: 0x6F588, symSize: 0x44 } + - { offsetInCU: 0x9B5, offset: 0xBB432, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x10FC, symBinAddr: 0x6F714, symSize: 0x50 } + - { offsetInCU: 0x9C9, offset: 0xBB446, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x114C, symBinAddr: 0x6F764, symSize: 0x8C } + - { offsetInCU: 0x9DD, offset: 0xBB45A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x11D8, symBinAddr: 0x6F7F0, symSize: 0x8 } + - { offsetInCU: 0x9F1, offset: 0xBB46E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x11E0, symBinAddr: 0x6F7F8, symSize: 0x4 } + - { offsetInCU: 0xA05, offset: 0xBB482, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x11E4, symBinAddr: 0x6F7FC, symSize: 0x4 } + - { offsetInCU: 0xA19, offset: 0xBB496, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x11E8, symBinAddr: 0x6F800, symSize: 0x10 } + - { offsetInCU: 0xA2D, offset: 0xBB4AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x1204, symBinAddr: 0x6F810, symSize: 0x90 } + - { offsetInCU: 0xA41, offset: 0xBB4BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x1294, symBinAddr: 0x6F8A0, symSize: 0xBC } + - { offsetInCU: 0xA55, offset: 0xBB4D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x1350, symBinAddr: 0x6F95C, symSize: 0x8 } + - { offsetInCU: 0xA69, offset: 0xBB4E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x1358, symBinAddr: 0x6F964, symSize: 0x4 } + - { offsetInCU: 0xA7D, offset: 0xBB4FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x135C, symBinAddr: 0x6F968, symSize: 0xC } + - { offsetInCU: 0xA91, offset: 0xBB50E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x1368, symBinAddr: 0x6F974, symSize: 0x10 } + - { offsetInCU: 0xAA5, offset: 0xBB522, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x1378, symBinAddr: 0x6F984, symSize: 0x4 } + - { offsetInCU: 0xAB9, offset: 0xBB536, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x137C, symBinAddr: 0x6F988, symSize: 0x44 } + - { offsetInCU: 0xACD, offset: 0xBB54A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x13C0, symBinAddr: 0x6F9CC, symSize: 0x4 } + - { offsetInCU: 0xAE1, offset: 0xBB55E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x13C4, symBinAddr: 0x6F9D0, symSize: 0x44 } + - { offsetInCU: 0xAF5, offset: 0xBB572, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1408, symBinAddr: 0x6FA14, symSize: 0x4 } + - { offsetInCU: 0xB09, offset: 0xBB586, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x140C, symBinAddr: 0x6FA18, symSize: 0x44 } + - { offsetInCU: 0xB1D, offset: 0xBB59A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1450, symBinAddr: 0x6FA5C, symSize: 0x4 } + - { offsetInCU: 0xB31, offset: 0xBB5AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1454, symBinAddr: 0x6FA60, symSize: 0x44 } + - { offsetInCU: 0xB45, offset: 0xBB5C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1498, symBinAddr: 0x6FAA4, symSize: 0x4 } + - { offsetInCU: 0xB59, offset: 0xBB5D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x149C, symBinAddr: 0x6FAA8, symSize: 0x44 } + - { offsetInCU: 0xB6D, offset: 0xBB5EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x14E0, symBinAddr: 0x6FAEC, symSize: 0x4 } + - { offsetInCU: 0xB81, offset: 0xBB5FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x14E4, symBinAddr: 0x6FAF0, symSize: 0x44 } + - { offsetInCU: 0xC4B, offset: 0xBB6C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9E8, symBinAddr: 0x6F194, symSize: 0x4 } + - { offsetInCU: 0xC6B, offset: 0xBB6E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9E8, symBinAddr: 0x6F194, symSize: 0x4 } + - { offsetInCU: 0xC8B, offset: 0xBB708, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0x9EC, symBinAddr: 0x6F198, symSize: 0x4 } + - { offsetInCU: 0xCAB, offset: 0xBB728, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0x9EC, symBinAddr: 0x6F198, symSize: 0x4 } + - { offsetInCU: 0xCCB, offset: 0xBB748, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x9F0, symBinAddr: 0x6F19C, symSize: 0x4 } + - { offsetInCU: 0xCEB, offset: 0xBB768, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x9F0, symBinAddr: 0x6F19C, symSize: 0x4 } + - { offsetInCU: 0xD0B, offset: 0xBB788, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x9F4, symBinAddr: 0x6F1A0, symSize: 0x4 } + - { offsetInCU: 0xD2B, offset: 0xBB7A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x9F4, symBinAddr: 0x6F1A0, symSize: 0x4 } + - { offsetInCU: 0xD42, offset: 0xBB7BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB04, symBinAddr: 0x6F2B0, symSize: 0x28 } + - { offsetInCU: 0xD5E, offset: 0xBB7DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB2C, symBinAddr: 0x6F2D8, symSize: 0x28 } + - { offsetInCU: 0xD7A, offset: 0xBB7F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB54, symBinAddr: 0x6F300, symSize: 0xC } + - { offsetInCU: 0xD96, offset: 0xBB813, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xB60, symBinAddr: 0x6F30C, symSize: 0x8 } + - { offsetInCU: 0xDB2, offset: 0xBB82F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB68, symBinAddr: 0x6F314, symSize: 0x8 } + - { offsetInCU: 0xDCE, offset: 0xBB84B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB70, symBinAddr: 0x6F31C, symSize: 0x8 } + - { offsetInCU: 0xDF0, offset: 0xBB86D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xCA4, symBinAddr: 0x6F450, symSize: 0x28 } + - { offsetInCU: 0xE0C, offset: 0xBB889, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xCCC, symBinAddr: 0x6F478, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0xBBAB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x6FB40, symSize: 0x24 } + - { offsetInCU: 0x6D, offset: 0xBBAF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x6FB40, symSize: 0x24 } + - { offsetInCU: 0xB9, offset: 0xBBB3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCMa', symObjAddr: 0x24, symBinAddr: 0x6FB64, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0xBBCA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x6FB84, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0xBBCBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x6FB84, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0xBBCCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMr', symObjAddr: 0x4, symBinAddr: 0x6FB88, symSize: 0x88 } + - { offsetInCU: 0x86, offset: 0xBBCFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtF', symObjAddr: 0x8C, symBinAddr: 0x6FC10, symSize: 0x13C } + - { offsetInCU: 0x10F, offset: 0xBBD86, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC14setNeedsUpdateyyF', symObjAddr: 0x1C8, symBinAddr: 0x6FD4C, symSize: 0xC } + - { offsetInCU: 0x177, offset: 0xBBDEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCfD', symObjAddr: 0x204, symBinAddr: 0x6FD58, symSize: 0x3C } + - { offsetInCU: 0x1CB, offset: 0xBBE42, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP14setNeedsUpdateyyFTW', symObjAddr: 0x24C, symBinAddr: 0x6FDA0, symSize: 0x4 } + - { offsetInCU: 0x1F6, offset: 0xBBE6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x250, symBinAddr: 0x6FDA4, symSize: 0x8 } + - { offsetInCU: 0x216, offset: 0xBBE8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x250, symBinAddr: 0x6FDA4, symSize: 0x8 } + - { offsetInCU: 0x246, offset: 0xBBEBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC06outputB0xvsTf4gn_n', symObjAddr: 0x294, symBinAddr: 0x6FDAC, symSize: 0x70 } + - { offsetInCU: 0x2B1, offset: 0xBBF28, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMa', symObjAddr: 0x240, symBinAddr: 0x6FD94, symSize: 0xC } + - { offsetInCU: 0x72, offset: 0xBC104, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4typeAC0B4TypeOvg', symObjAddr: 0x0, symBinAddr: 0x6FE1C, symSize: 0x118 } + - { offsetInCU: 0x149, offset: 0xBC1DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV16uncompressedSizes6UInt64Vvg', symObjAddr: 0x118, symBinAddr: 0x6FF34, symSize: 0x188 } + - { offsetInCU: 0x25A, offset: 0xBC2EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4pathSSvg', symObjAddr: 0x2AC, symBinAddr: 0x700BC, symSize: 0x108 } + - { offsetInCU: 0x314, offset: 0xBC3A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B4, symBinAddr: 0x701C4, symSize: 0xC0 } + - { offsetInCU: 0x346, offset: 0xBC3D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x474, symBinAddr: 0x70284, symSize: 0x1D8 } + - { offsetInCU: 0x3E3, offset: 0xBC475, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25centralDirectoryStructure15localFileHeader14dataDescriptor09zip64DataJ0ACSgAC07CentraldE0V_AC05LocalgH0VAC0lJ0Vy_s6UInt32VGSgANy_s6UInt64VGSgtcfCTf4ggggd_n', symObjAddr: 0x64C, symBinAddr: 0x7045C, symSize: 0x59C } + - { offsetInCU: 0x519, offset: 0xBC5AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVWOr', symObjAddr: 0xC28, symBinAddr: 0x709F8, symSize: 0x64 } + - { offsetInCU: 0x52D, offset: 0xBC5BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVWOr', symObjAddr: 0xCDC, symBinAddr: 0x70A5C, symSize: 0x4C } + - { offsetInCU: 0x541, offset: 0xBC5D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOy', symObjAddr: 0xD28, symBinAddr: 0x70AA8, symSize: 0x14 } + - { offsetInCU: 0x555, offset: 0xBC5E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOr', symObjAddr: 0xD3C, symBinAddr: 0x70ABC, symSize: 0x30 } + - { offsetInCU: 0x569, offset: 0xBC5FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOy', symObjAddr: 0xD6C, symBinAddr: 0x70AEC, symSize: 0x14 } + - { offsetInCU: 0x57D, offset: 0xBC60F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOe', symObjAddr: 0xDC4, symBinAddr: 0x70B00, symSize: 0x14 } + - { offsetInCU: 0x591, offset: 0xBC623, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOe', symObjAddr: 0xDD8, symBinAddr: 0x70B14, symSize: 0x14 } + - { offsetInCU: 0x5A5, offset: 0xBC637, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMi', symObjAddr: 0xE30, symBinAddr: 0x70B6C, symSize: 0x8 } + - { offsetInCU: 0x5B9, offset: 0xBC64B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMr', symObjAddr: 0xE38, symBinAddr: 0x70B74, symSize: 0x88 } + - { offsetInCU: 0x5CD, offset: 0xBC65F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwCP', symObjAddr: 0xEC0, symBinAddr: 0x70BFC, symSize: 0x128 } + - { offsetInCU: 0x5E1, offset: 0xBC673, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwxx', symObjAddr: 0xFE8, symBinAddr: 0x70D24, symSize: 0x94 } + - { offsetInCU: 0x5F5, offset: 0xBC687, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwcp', symObjAddr: 0x107C, symBinAddr: 0x70DB8, symSize: 0xD0 } + - { offsetInCU: 0x609, offset: 0xBC69B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwca', symObjAddr: 0x114C, symBinAddr: 0x70E88, symSize: 0xD8 } + - { offsetInCU: 0x61D, offset: 0xBC6AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwtk', symObjAddr: 0x1224, symBinAddr: 0x70F60, symSize: 0xBC } + - { offsetInCU: 0x631, offset: 0xBC6C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwta', symObjAddr: 0x12E0, symBinAddr: 0x7101C, symSize: 0xCC } + - { offsetInCU: 0x645, offset: 0xBC6D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwet', symObjAddr: 0x13AC, symBinAddr: 0x710E8, symSize: 0x180 } + - { offsetInCU: 0x659, offset: 0xBC6EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwst', symObjAddr: 0x152C, symBinAddr: 0x71268, symSize: 0x22C } + - { offsetInCU: 0x66D, offset: 0xBC6FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMa', symObjAddr: 0x1758, symBinAddr: 0x71494, symSize: 0xC } + - { offsetInCU: 0x681, offset: 0xBC713, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwCP', symObjAddr: 0x1764, symBinAddr: 0x714A0, symSize: 0x30 } + - { offsetInCU: 0x695, offset: 0xBC727, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwxx', symObjAddr: 0x1794, symBinAddr: 0x714D0, symSize: 0x34 } + - { offsetInCU: 0x6A9, offset: 0xBC73B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwcp', symObjAddr: 0x17C8, symBinAddr: 0x71504, symSize: 0x88 } + - { offsetInCU: 0x6BD, offset: 0xBC74F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwca', symObjAddr: 0x1850, symBinAddr: 0x7158C, symSize: 0xD4 } + - { offsetInCU: 0x6D1, offset: 0xBC763, size: 0x8, addend: 0x0, symName: ___swift_memcpy72_8, symObjAddr: 0x1924, symBinAddr: 0x71660, symSize: 0x24 } + - { offsetInCU: 0x6E5, offset: 0xBC777, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwta', symObjAddr: 0x1948, symBinAddr: 0x71684, symSize: 0x80 } + - { offsetInCU: 0x6F9, offset: 0xBC78B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwet', symObjAddr: 0x19C8, symBinAddr: 0x71704, symSize: 0x5C } + - { offsetInCU: 0x70D, offset: 0xBC79F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwst', symObjAddr: 0x1A24, symBinAddr: 0x71760, symSize: 0x64 } + - { offsetInCU: 0x721, offset: 0xBC7B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVMa', symObjAddr: 0x1A88, symBinAddr: 0x717C4, symSize: 0x10 } + - { offsetInCU: 0x735, offset: 0xBC7C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwxx', symObjAddr: 0x1A98, symBinAddr: 0x717D4, symSize: 0x3C } + - { offsetInCU: 0x749, offset: 0xBC7DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwcp', symObjAddr: 0x1AD4, symBinAddr: 0x71810, symSize: 0xB4 } + - { offsetInCU: 0x75D, offset: 0xBC7EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwca', symObjAddr: 0x1B88, symBinAddr: 0x718C4, symSize: 0x120 } + - { offsetInCU: 0x771, offset: 0xBC803, size: 0x8, addend: 0x0, symName: ___swift_memcpy104_8, symObjAddr: 0x1CA8, symBinAddr: 0x719E4, symSize: 0x2C } + - { offsetInCU: 0x785, offset: 0xBC817, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwta', symObjAddr: 0x1CD4, symBinAddr: 0x71A10, symSize: 0xA8 } + - { offsetInCU: 0x799, offset: 0xBC82B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwet', symObjAddr: 0x1D7C, symBinAddr: 0x71AB8, symSize: 0x5C } + - { offsetInCU: 0x7AD, offset: 0xBC83F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwst', symObjAddr: 0x1DD8, symBinAddr: 0x71B14, symSize: 0x6C } + - { offsetInCU: 0x7C1, offset: 0xBC853, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVMa', symObjAddr: 0x1E44, symBinAddr: 0x71B80, symSize: 0x10 } + - { offsetInCU: 0x7D5, offset: 0xBC867, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwxx', symObjAddr: 0x1E54, symBinAddr: 0x71B90, symSize: 0x90 } + - { offsetInCU: 0x7E9, offset: 0xBC87B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwcp', symObjAddr: 0x1EE4, symBinAddr: 0x71C20, symSize: 0x1A0 } + - { offsetInCU: 0x7FD, offset: 0xBC88F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwca', symObjAddr: 0x2084, symBinAddr: 0x71DC0, symSize: 0x340 } + - { offsetInCU: 0x811, offset: 0xBC8A3, size: 0x8, addend: 0x0, symName: ___swift_memcpy248_8, symObjAddr: 0x2400, symBinAddr: 0x7213C, symSize: 0x4C } + - { offsetInCU: 0x825, offset: 0xBC8B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwta', symObjAddr: 0x244C, symBinAddr: 0x72188, symSize: 0x1D0 } + - { offsetInCU: 0x839, offset: 0xBC8CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwet', symObjAddr: 0x261C, symBinAddr: 0x72358, symSize: 0x5C } + - { offsetInCU: 0x84D, offset: 0xBC8DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwst', symObjAddr: 0x2678, symBinAddr: 0x723B4, symSize: 0x90 } + - { offsetInCU: 0x861, offset: 0xBC8F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVMa', symObjAddr: 0x2708, symBinAddr: 0x72444, symSize: 0x10 } + - { offsetInCU: 0x163C, offset: 0xBE1B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySo13CATransform3DVG_Tg5', symObjAddr: 0x3630, symBinAddr: 0x75A8C, symSize: 0x2BC } + - { offsetInCU: 0x17DD, offset: 0xBE355, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x38EC, symBinAddr: 0x75D48, symSize: 0x1C0 } + - { offsetInCU: 0x198D, offset: 0xBE505, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x3AAC, symBinAddr: 0x75F08, symSize: 0x1E4 } + - { offsetInCU: 0x1B65, offset: 0xBE6DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySbG_Tg5', symObjAddr: 0x3C90, symBinAddr: 0x760EC, symSize: 0x1CC } + - { offsetInCU: 0x1CFB, offset: 0xBE873, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A5ColorV_Tg5', symObjAddr: 0x3E5C, symBinAddr: 0x762B8, symSize: 0x210 } + - { offsetInCU: 0x1E9D, offset: 0xBEA15, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_So6CGSizeV_Tg5', symObjAddr: 0x406C, symBinAddr: 0x764C8, symSize: 0x1D0 } + - { offsetInCU: 0x2049, offset: 0xBEBC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA010BezierPathI0V_Tg5', symObjAddr: 0x423C, symBinAddr: 0x76698, symSize: 0x248 } + - { offsetInCU: 0x21FF, offset: 0xBED77, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA7EllipseCALV_Tg5', symObjAddr: 0x4484, symBinAddr: 0x768E0, symSize: 0x228 } + - { offsetInCU: 0x23B9, offset: 0xBEF31, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA9RectangleCALV_Tg5', symObjAddr: 0x46AC, symBinAddr: 0x76B08, symSize: 0x238 } + - { offsetInCU: 0x2573, offset: 0xBF0EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4StarCALV_Tg5', symObjAddr: 0x48E4, symBinAddr: 0x76D40, symSize: 0x250 } + - { offsetInCU: 0x2728, offset: 0xBF2A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5', symObjAddr: 0x4B34, symBinAddr: 0x76F90, symSize: 0x210 } + - { offsetInCU: 0x37B4, offset: 0xC032C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySo13CATransform3DVG_AYTB505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7X40VtKFSo13CATransform3DVAC4HoldVyALGXEfU0_Tf1nncnn_n', symObjAddr: 0x601C, symBinAddr: 0x78478, symSize: 0x530 } + - { offsetInCU: 0x421D, offset: 0xC0D95, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX47VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU0_SiTf1nncnn_n', symObjAddr: 0x7248, symBinAddr: 0x796A4, symSize: 0x4D8 } + - { offsetInCU: 0x45ED, offset: 0xC1165, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX46VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU_SiTf1nncnn_n', symObjAddr: 0x7720, symBinAddr: 0x79B7C, symSize: 0x4D8 } + - { offsetInCU: 0x4D11, offset: 0xC1889, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX80VtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0x81CC, symBinAddr: 0x7A628, symSize: 0x4F4 } + - { offsetInCU: 0x513D, offset: 0xC1CB5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX47VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnn_n', symObjAddr: 0x86C0, symBinAddr: 0x7AB1C, symSize: 0x4F8 } + - { offsetInCU: 0x54FA, offset: 0xC2072, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX46VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnn_n', symObjAddr: 0x8BB8, symBinAddr: 0x7B014, symSize: 0x4F8 } + - { offsetInCU: 0x5A13, offset: 0xC258B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySbG_SbTB505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7X24VtKFSbAC4HoldVySbGXEfU0_Tf1nncnn_n', symObjAddr: 0x90B0, symBinAddr: 0x7B50C, symSize: 0x52C } + - { offsetInCU: 0x5F03, offset: 0xC2A7B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSo6CGSizeV_AWTB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7X22VtKFSo6CGSizeVALXEfU0_Tf1nncnn_n', symObjAddr: 0x9CE8, symBinAddr: 0x7C144, symSize: 0x4FC } + - { offsetInCU: 0x646A, offset: 0xC2FE2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnncn_n', symObjAddr: 0xA1E4, symBinAddr: 0x7C640, symSize: 0x500 } + - { offsetInCU: 0x6942, offset: 0xC34BA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16dX43VSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnn_n', symObjAddr: 0xA6E4, symBinAddr: 0x7CB40, symSize: 0x500 } + - { offsetInCU: 0x6E84, offset: 0xC39FC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX87VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xABE4, symBinAddr: 0x7D040, symSize: 0x514 } + - { offsetInCU: 0x722A, offset: 0xC3DA2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX85VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xB0F8, symBinAddr: 0x7D554, symSize: 0x514 } + - { offsetInCU: 0x7767, offset: 0xC42DF, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4HoldVySo13CATransform3DVGGG_ARTg5', symObjAddr: 0xB6E4, symBinAddr: 0x7DB40, symSize: 0x494 } + - { offsetInCU: 0x80A4, offset: 0xC4C1C, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA0A8Vector3DVGG_AOTg5', symObjAddr: 0xBB78, symBinAddr: 0x7DFD4, symSize: 0x494 } + - { offsetInCU: 0x89E1, offset: 0xC5559, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADySo6CGSizeVGG_AOTg5', symObjAddr: 0xC00C, symBinAddr: 0x7E468, symSize: 0x494 } + - { offsetInCU: 0x931E, offset: 0xC5E96, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA010BezierPathG0VGG_AOTg5', symObjAddr: 0xC4A0, symBinAddr: 0x7E8FC, symSize: 0x494 } + - { offsetInCU: 0x9CF5, offset: 0xC686D, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA7EllipseCACVGG_APTg5', symObjAddr: 0xC934, symBinAddr: 0x7ED90, symSize: 0x494 } + - { offsetInCU: 0xA6CC, offset: 0xC7244, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA9RectangleCACVGG_APTg5', symObjAddr: 0xCDC8, symBinAddr: 0x7F224, symSize: 0x494 } + - { offsetInCU: 0xB0A3, offset: 0xC7C1B, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4StarCACVGG_APTg5', symObjAddr: 0xD25C, symBinAddr: 0x7F6B8, symSize: 0x494 } + - { offsetInCU: 0xC2E5, offset: 0xC8E5D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4HoldVySo13CATransform3DVG_A1_Tg5', symObjAddr: 0xE0B4, symBinAddr: 0x80510, symSize: 0x2C8 } + - { offsetInCU: 0xC599, offset: 0xC9111, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_So6CGSizeV_A_Tg5', symObjAddr: 0xE644, symBinAddr: 0x80AA0, symSize: 0x2C8 } + - { offsetInCU: 0xC84D, offset: 0xC93C5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5', symObjAddr: 0xE90C, symBinAddr: 0x80D68, symSize: 0x2C8 } + - { offsetInCU: 0xCB01, offset: 0xC9679, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5', symObjAddr: 0xEBD4, symBinAddr: 0x81030, symSize: 0x2C8 } + - { offsetInCU: 0xCDB5, offset: 0xC992D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5', symObjAddr: 0xEE9C, symBinAddr: 0x812F8, symSize: 0x2C8 } + - { offsetInCU: 0xD069, offset: 0xC9BE1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4StarCAOV_So9CGPathRefaTg5', symObjAddr: 0xF164, symBinAddr: 0x815C0, symSize: 0x2C8 } + - { offsetInCU: 0xD333, offset: 0xC9EAB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_', symObjAddr: 0xFB38, symBinAddr: 0x81F94, symSize: 0xA0 } + - { offsetInCU: 0xD405, offset: 0xC9F7D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0xFF14, symBinAddr: 0x82370, symSize: 0x1A4 } + - { offsetInCU: 0xD4B9, offset: 0xCA031, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x100B8, symBinAddr: 0x82514, symSize: 0x1A4 } + - { offsetInCU: 0xD56D, offset: 0xCA0E5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie0K5ColorVTg5', symObjAddr: 0x1025C, symBinAddr: 0x826B8, symSize: 0x1A4 } + - { offsetInCU: 0xD621, offset: 0xCA199, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x10400, symBinAddr: 0x8285C, symSize: 0x1C4 } + - { offsetInCU: 0xD6D5, offset: 0xCA24D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x105C4, symBinAddr: 0x82A20, symSize: 0x1B8 } + - { offsetInCU: 0xD789, offset: 0xCA301, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x1077C, symBinAddr: 0x82BD8, symSize: 0x1C0 } + - { offsetInCU: 0xD83D, offset: 0xCA3B5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x1093C, symBinAddr: 0x82D98, symSize: 0x1B0 } + - { offsetInCU: 0xD8F1, offset: 0xCA469, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x10AEC, symBinAddr: 0x82F48, symSize: 0x1A4 } + - { offsetInCU: 0xD9D1, offset: 0xCA549, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSo21NSAttributedStringKeya_ypTg5', symObjAddr: 0x10E34, symBinAddr: 0x83290, symSize: 0x210 } + - { offsetInCU: 0xDABB, offset: 0xCA633, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x11048, symBinAddr: 0x834A4, symSize: 0x1F4 } + - { offsetInCU: 0xDB83, offset: 0xCA6FB, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSo13CATransform3DV_s15CollectionOfOneVyAGGTg5', symObjAddr: 0x11570, symBinAddr: 0x839CC, symSize: 0xCC } + - { offsetInCU: 0xDCBF, offset: 0xCA837, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lF12CoreGraphics7CGFloatV_s15CollectionOfOneVyAHGTg5', symObjAddr: 0x1163C, symBinAddr: 0x83A98, symSize: 0xD4 } + - { offsetInCU: 0xDDFB, offset: 0xCA973, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSb_s15CollectionOfOneVySbGTg5', symObjAddr: 0x11710, symBinAddr: 0x83B6C, symSize: 0xCC } + - { offsetInCU: 0xDF37, offset: 0xCAAAF, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySo13CATransform3DVG_s010CollectionH3OneVyAMGTg5', symObjAddr: 0x11DA0, symBinAddr: 0x841FC, symSize: 0x22C } + - { offsetInCU: 0xE046, offset: 0xCABBE, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy12CoreGraphics7CGFloatVG_s010CollectionH3OneVyANGTg5', symObjAddr: 0x11FCC, symBinAddr: 0x84428, symSize: 0x1B4 } + - { offsetInCU: 0xE16B, offset: 0xCACE3, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySbG_s010CollectionH3OneVySbGTg5', symObjAddr: 0x12180, symBinAddr: 0x845DC, symSize: 0x1BC } + - { offsetInCU: 0xE238, offset: 0xCADB0, size: 0x8, addend: 0x0, symName: '_$sSa17_customRemoveLastxSgyFSo13CATransform3DV_Tg5', symObjAddr: 0x12A3C, symBinAddr: 0x84E98, symSize: 0x88 } + - { offsetInCU: 0xE2E2, offset: 0xCAE5A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5', symObjAddr: 0x12B30, symBinAddr: 0x84F8C, symSize: 0x104 } + - { offsetInCU: 0xE39D, offset: 0xCAF15, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5', symObjAddr: 0x12C34, symBinAddr: 0x85090, symSize: 0x100 } + - { offsetInCU: 0xE458, offset: 0xCAFD0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5', symObjAddr: 0x12DD8, symBinAddr: 0x85234, symSize: 0xB4 } + - { offsetInCU: 0xE513, offset: 0xCB08B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5', symObjAddr: 0x12E8C, symBinAddr: 0x852E8, symSize: 0xA4 } + - { offsetInCU: 0xE5CE, offset: 0xCB146, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5', symObjAddr: 0x12F30, symBinAddr: 0x8538C, symSize: 0x9C } + - { offsetInCU: 0xE689, offset: 0xCB201, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5', symObjAddr: 0x12FCC, symBinAddr: 0x85428, symSize: 0xB4 } + - { offsetInCU: 0xE744, offset: 0xCB2BC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5', symObjAddr: 0x13080, symBinAddr: 0x854DC, symSize: 0xA8 } + - { offsetInCU: 0xE7FF, offset: 0xCB377, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5', symObjAddr: 0x13128, symBinAddr: 0x85584, symSize: 0xD4 } + - { offsetInCU: 0xE8BA, offset: 0xCB432, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5', symObjAddr: 0x132A8, symBinAddr: 0x85704, symSize: 0xBC } + - { offsetInCU: 0xE975, offset: 0xCB4ED, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5', symObjAddr: 0x13364, symBinAddr: 0x857C0, symSize: 0xD0 } + - { offsetInCU: 0xEA30, offset: 0xCB5A8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5', symObjAddr: 0x13434, symBinAddr: 0x85890, symSize: 0xDC } + - { offsetInCU: 0xEAE0, offset: 0xCB658, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV37_appendElementAssumeUniqueAndCapacity_03newD0ySi_xntF6Lottie17KeypathSearchable_p_Tg5Tf4nen_n', symObjAddr: 0x135BC, symBinAddr: 0x85A18, symSize: 0x78 } + - { offsetInCU: 0xEBE6, offset: 0xCB75E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySo13CATransform3DVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t6VySo13U10DVG_A3_TG5xq_s5Error_pr0_lyAtSIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0vwaxb23E29addCombinedTransformz26_FCF865A3410C50F6C3BA6E234d59FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFSo13u5DVAC4T11VyALGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x13634, symBinAddr: 0x85A90, symSize: 0x5D8 } + - { offsetInCU: 0xF2AF, offset: 0xCBE27, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo13CATransform3DV_TB5Tf4nnnnnd_n', symObjAddr: 0x13C0C, symBinAddr: 0x86068, symSize: 0x8C0 } + - { offsetInCU: 0xFD65, offset: 0xCC8DD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySo13CATransform3DVG_A_Tg505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7x25VtKFSo13CATransform3DVAC4Z11VyALGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x144CC, symBinAddr: 0x86928, symSize: 0xCE0 } + - { offsetInCU: 0x10986, offset: 0xCD4FE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC0B8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x1534C, symBinAddr: 0x877A8, symSize: 0x29C } + - { offsetInCU: 0x10D73, offset: 0xCD8EB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d74FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKFSo7s6VAC0B8T53DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x155E8, symBinAddr: 0x87A44, symSize: 0x290 } + - { offsetInCU: 0x1118F, offset: 0xCDD07, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo7CGPointV_TB5Tf4nnnnnd_n', symObjAddr: 0x15878, symBinAddr: 0x87CD4, symSize: 0x884 } + - { offsetInCU: 0x11C52, offset: 0xCE7CA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x160FC, symBinAddr: 0x88558, symSize: 0x3AC } + - { offsetInCU: 0x11FC5, offset: 0xCEB3D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb17E23addAnchorPointy26_FCF865A3410C50F6C3BA6E234d67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7s6VAC0B8T7DVXEfU_AbUTf1nncn_nTf4ndngg_n', symObjAddr: 0x16654, symBinAddr: 0x88AB0, symSize: 0x7A0 } + - { offsetInCU: 0x12659, offset: 0xCF1D1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05W43F7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AbYTf1nncnnn_nTf4xnnndgg_n', symObjAddr: 0x170C0, symBinAddr: 0x8951C, symSize: 0x4D0 } + - { offsetInCU: 0x12899, offset: 0xCF411, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC0B8Vector3DV_So7CGPointVTg505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7x20VtKFSo7CGPointVAC0B8Z7DVXEfU_AbUTf1nnnnnc_nTf4nnndxgg_n', symObjAddr: 0x17590, symBinAddr: 0x899EC, symSize: 0xD48 } + - { offsetInCU: 0x13581, offset: 0xD00F9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1A364, symBinAddr: 0x8C7C0, symSize: 0x588 } + - { offsetInCU: 0x13AD9, offset: 0xD0651, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlF12CoreGraphics7CGFloatV_TB5Tf4nnnnnd_n', symObjAddr: 0x1A8EC, symBinAddr: 0x8CD48, symSize: 0x874 } + - { offsetInCU: 0x1457E, offset: 0xD10F6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1B304, symBinAddr: 0x8D760, symSize: 0x588 } + - { offsetInCU: 0x14A9E, offset: 0xD1616, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU3_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1BDF4, symBinAddr: 0x8E250, symSize: 0x588 } + - { offsetInCU: 0x14FBE, offset: 0xD1B36, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU2_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1C8C8, symBinAddr: 0x8ED24, symSize: 0x588 } + - { offsetInCU: 0x154DE, offset: 0xD2056, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU1_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1CFE8, symBinAddr: 0x8F444, symSize: 0x588 } + - { offsetInCU: 0x159FE, offset: 0xD2576, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb99E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1E3B8, symBinAddr: 0x90814, symSize: 0x588 } + - { offsetInCU: 0x15F1E, offset: 0xD2A96, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowRadiusy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T53DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1EAE4, symBinAddr: 0x90F40, symSize: 0x588 } + - { offsetInCU: 0x1643E, offset: 0xD2FB6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb19E25addShadowOpacityy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1F210, symBinAddr: 0x9166C, symSize: 0x588 } + - { offsetInCU: 0x16970, offset: 0xD34E8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T8DVXEfU0_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x1F93C, symBinAddr: 0x91D98, symSize: 0x588 } + - { offsetInCU: 0x16EDF, offset: 0xD3A57, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T7DVXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x1FEC4, symBinAddr: 0x92320, symSize: 0x588 } + - { offsetInCU: 0x1743C, offset: 0xD3FB4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x214A8, symBinAddr: 0x93904, symSize: 0x588 } + - { offsetInCU: 0x1795C, offset: 0xD44D4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x21BD4, symBinAddr: 0x94030, symSize: 0x588 } + - { offsetInCU: 0x17EAA, offset: 0xD4A22, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x231B0, symBinAddr: 0x9560C, symSize: 0x600 } + - { offsetInCU: 0x183A9, offset: 0xD4F21, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x237B0, symBinAddr: 0x95C0C, symSize: 0x398 } + - { offsetInCU: 0x185C9, offset: 0xD5141, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x23CF4, symBinAddr: 0x96150, symSize: 0x600 } + - { offsetInCU: 0x18AB9, offset: 0xD5631, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x242F4, symBinAddr: 0x96750, symSize: 0x3A0 } + - { offsetInCU: 0x18DAC, offset: 0xD5924, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySbG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4T11VySbG_SbTG5xq_s5Error_pr0_lyARSbIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb101E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKFSbAC4T11VySbGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x254D8, symBinAddr: 0x97934, symSize: 0x588 } + - { offsetInCU: 0x19325, offset: 0xD5E9D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSb_TB5Tf4nnnnnd_n', symObjAddr: 0x25A60, symBinAddr: 0x97EBC, symSize: 0x86C } + - { offsetInCU: 0x19DE9, offset: 0xD6961, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySbG_SbTg505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7x9VtKFSbAC4Z11VySbGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x262CC, symBinAddr: 0x98728, symSize: 0xCF0 } + - { offsetInCU: 0x1AB4F, offset: 0xD76C7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb12E23addShadowtY162_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x27104, symBinAddr: 0x99560, symSize: 0x830 } + - { offsetInCU: 0x1B505, offset: 0xD807D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo10CGColorRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x27934, symBinAddr: 0x99D90, symSize: 0x9C0 } + - { offsetInCU: 0x1C0F0, offset: 0xD8C68, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb84E13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2848C, symBinAddr: 0x9A8E8, symSize: 0x830 } + - { offsetInCU: 0x1CA09, offset: 0xD9581, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb98E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x29218, symBinAddr: 0x9B674, symSize: 0x830 } + - { offsetInCU: 0x1D32C, offset: 0xD9EA4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n095$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKFSo10CGColorRefaAA0A5T6VXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x29BE0, symBinAddr: 0x9C03C, symSize: 0x830 } + - { offsetInCU: 0x1DC13, offset: 0xDA78B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowOffsety92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6T9VALXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2B3F0, symBinAddr: 0x9D84C, symSize: 0x5EC } + - { offsetInCU: 0x1E1B3, offset: 0xDAD2B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo6CGSizeV_TB5Tf4nnnnnd_n', symObjAddr: 0x2B9DC, symBinAddr: 0x9DE38, symSize: 0x884 } + - { offsetInCU: 0x1EC76, offset: 0xDB7EE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05W31F7ContextVtKFSo6CGSizeVALXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x2C260, symBinAddr: 0x9E6BC, symSize: 0x3B0 } + - { offsetInCU: 0x1EE76, offset: 0xDB9EE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So6CGSizeV_AYTg505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7x7VtKFSo6Z9VALXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x2C610, symBinAddr: 0x9EA6C, symSize: 0xCD0 } + - { offsetInCU: 0x1FAB4, offset: 0xDC62C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC010BezierPathS0V_Tg5Tf4nd_n', symObjAddr: 0x2D4D4, symBinAddr: 0x9F930, symSize: 0x29C } + - { offsetInCU: 0x1FEBA, offset: 0xDCA32, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnncn_nTf4ndgn_n', symObjAddr: 0x2D770, symBinAddr: 0x9FBCC, symSize: 0xC20 } + - { offsetInCU: 0x20890, offset: 0xDD408, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo9CGPathRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x2E390, symBinAddr: 0xA07EC, symSize: 0x9C0 } + - { offsetInCU: 0x21459, offset: 0xDDFD1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_n013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D57ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4xnnndn_n', symObjAddr: 0x2ED50, symBinAddr: 0xA11AC, symSize: 0x3D8 } + - { offsetInCU: 0x21665, offset: 0xDE1DD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4nnndxn_n', symObjAddr: 0x2F128, symBinAddr: 0xA1584, symSize: 0xCC0 } + - { offsetInCU: 0x223CD, offset: 0xDEF45, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_nTf4ndngn_n', symObjAddr: 0x2FDE8, symBinAddr: 0xA2244, symSize: 0xC64 } + - { offsetInCU: 0x22DA2, offset: 0xDF91A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x30DD4, symBinAddr: 0xA3230, symSize: 0x3F8 } + - { offsetInCU: 0x22FCC, offset: 0xDFB44, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x311CC, symBinAddr: 0xA3628, symSize: 0xCAC } + - { offsetInCU: 0x23C1F, offset: 0xE0797, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSayAC10BezierPathVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SayAC10tu6VG_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9p11RefaSayAC10tU7VGXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x31E78, symBinAddr: 0xA42D4, symSize: 0x6FC } + - { offsetInCU: 0x240D9, offset: 0xE0C51, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapew2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16D50ContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnnn_nTf4xnnndn_n', symObjAddr: 0x32574, symBinAddr: 0xA49D0, symSize: 0x3CC } + - { offsetInCU: 0x242FB, offset: 0xE0E73, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SayAC10BezierPathVG_So9CGPathRefaTg5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16wx26VSitKFSo9CGPathRefaSayAC10Z11PathVGXEfU_SiTf1nnnnnc_nTf4nnndxn_n', symObjAddr: 0x32940, symBinAddr: 0xA4D9C, symSize: 0xCE0 } + - { offsetInCU: 0x24F44, offset: 0xE1ABC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC7EllipseCAJV_Tg5Tf4nd_n', symObjAddr: 0x33814, symBinAddr: 0xA5C70, symSize: 0x29C } + - { offsetInCU: 0x253AC, offset: 0xE1F24, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC7EllipseCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC7t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb48E13addAnimations3for7context14pathMultiplieryAC7t33C_AC0B16AnimationContextVSitKFSo9p7RefaAI8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x33AB0, symBinAddr: 0xA5F0C, symSize: 0x8E4 } + - { offsetInCU: 0x25C7A, offset: 0xE27F2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC7EllipseCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16d29ContextVSitKFSo9CGPathRefaAI8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x34830, symBinAddr: 0xA6C8C, symSize: 0x434 } + - { offsetInCU: 0x25EC5, offset: 0xE2A3D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b48E13addAnimations3for7context14pathMultiplieryAC7z8C_AC0B16wx22VSitKFSo9CGPathRefaAI8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x34C64, symBinAddr: 0xA70C0, symSize: 0xD10 } + - { offsetInCU: 0x26B0E, offset: 0xE3686, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC9RectangleCAJV_Tg5Tf4nd_n', symObjAddr: 0x35B68, symBinAddr: 0xA7FC4, symSize: 0x29C } + - { offsetInCU: 0x26F7F, offset: 0xE3AF7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC9RectangleCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC9t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9t49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x35E04, symBinAddr: 0xA8260, symSize: 0xA30 } + - { offsetInCU: 0x278A1, offset: 0xE4419, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC9RectangleCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16d45ContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x36BD0, symBinAddr: 0xA902C, symSize: 0x434 } + - { offsetInCU: 0x27AEC, offset: 0xE4664, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9z8C_AC0B16wx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x37004, symBinAddr: 0xA9460, symSize: 0xD10 } + - { offsetInCU: 0x28735, offset: 0xE52AD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC4StarCAJV_Tg5Tf4nd_n', symObjAddr: 0x37F08, symBinAddr: 0xAA364, symSize: 0x29C } + - { offsetInCU: 0x28B9A, offset: 0xE5712, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb13E19addPolygony67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4t24C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x381A4, symBinAddr: 0xAA600, symSize: 0xA6C } + - { offsetInCU: 0x29513, offset: 0xE608B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb6E16addty93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x38FB4, symBinAddr: 0xAB410, symSize: 0x98C } + - { offsetInCU: 0x29DC4, offset: 0xE693C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S38VxKXEfU0_SaySdG_SaySo10CGColorRefaGTG5xq_s5Error_pr0_lyAPSaySo07CGColorQ0aGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x3AE20, symBinAddr: 0xAD27C, symSize: 0x738 } + - { offsetInCU: 0x2A352, offset: 0xE6ECA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSaySo10CGColorRefaG_TB5Tf4nnnnnd_n', symObjAddr: 0x3B558, symBinAddr: 0xAD9B4, symSize: 0x89C } + - { offsetInCU: 0x2AE4A, offset: 0xE79C2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S46VxKXEfU0_SaySdG_Say12CoreGraphics7CGFloatVGTG5xq_s5Error_pr0_lyAPSay12CoreGraphics7CGFloatVGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x3BDF4, symBinAddr: 0xAE250, symSize: 0x738 } + - { offsetInCU: 0x2B3D8, offset: 0xE7F50, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSay12CoreGraphics7CGFloatVG_TB5Tf4nnnnnd_n', symObjAddr: 0x3C52C, symBinAddr: 0xAE988, symSize: 0x89C } + - { offsetInCU: 0x2BEDF, offset: 0xE8A57, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x3D264, symBinAddr: 0xAF6C0, symSize: 0x290 } + - { offsetInCU: 0x2C27A, offset: 0xE8DF2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x3D4F4, symBinAddr: 0xAF950, symSize: 0x3AC } + - { offsetInCU: 0x2C4AC, offset: 0xE9024, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V55AELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x3DA38, symBinAddr: 0xAFE94, symSize: 0x290 } + - { offsetInCU: 0x2C818, offset: 0xE9390, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x3DCC8, symBinAddr: 0xB0124, symSize: 0x3BC } + - { offsetInCU: 0x2CA7E, offset: 0xE95F6, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySdG_s15EmptyCollectionVySdGTg5Tf4nndn_n', symObjAddr: 0x3F4AC, symBinAddr: 0xB1908, symSize: 0x15C } + - { offsetInCU: 0x2CB9C, offset: 0xE9714, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VyypG_s15EmptyCollectionVyypGTg5Tf4nndn_n', symObjAddr: 0x3F61C, symBinAddr: 0xB1A78, symSize: 0x194 } + - { offsetInCU: 0x2CD5B, offset: 0xE98D3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo13CATransform3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So13T9DV_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So13T6DV_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x3FA64, symBinAddr: 0xB1EC0, symSize: 0x5D8 } + - { offsetInCU: 0x2D235, offset: 0xE9DAD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSo13CATransform3DV_Tg5Tf4xnnn_n', symObjAddr: 0x4041C, symBinAddr: 0xB2878, symSize: 0x2C4 } + - { offsetInCU: 0x2D3CF, offset: 0xE9F47, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAO_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_A__A_TG5xq_s5Error_pr0_lyA2OIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf20ContextVtKlFxxXEfU0_uS5V_TG5Tf1nncn_nTf4ndd_n', symObjAddr: 0x40980, symBinAddr: 0xB2DDC, symSize: 0x290 } + - { offsetInCU: 0x2D76A, offset: 0xEA2E2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG35ContextVtKlFxxXEfU0_So7CGPointV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x40C10, symBinAddr: 0xB306C, symSize: 0x3BC } + - { offsetInCU: 0x2DA39, offset: 0xEA5B1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlF12CoreGraphics7CGFloatV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s11VxKXEfU0_12t9Graphics7V8V_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf22ContextVtKlFxxXEfU0_12t9Graphics7V5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x40FCC, symBinAddr: 0xB3428, symSize: 0x588 } + - { offsetInCU: 0x2DF23, offset: 0xEAA9B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlF12CoreGraphics7CGFloatV_Tg5Tf4xnnn_n', symObjAddr: 0x41580, symBinAddr: 0xB39DC, symSize: 0x238 } + - { offsetInCU: 0x2E00A, offset: 0xEAB82, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7X34VtKFSo7CGPointVAC0B8Vector3DVXEfU_AbTTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x417B8, symBinAddr: 0xB3C14, symSize: 0x780 } + - { offsetInCU: 0x2E48C, offset: 0xEB004, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12addAnimation3for9keyframes5value7contextyAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0iD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b102E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05i2F7m7VtKFSo7q6VAC0B8P7DVXEfU_AbPTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x41F38, symBinAddr: 0xB4394, symSize: 0x260 } + - { offsetInCU: 0x2E66B, offset: 0xEB1E3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSb_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_Sb_SbTG5xq_s5Error_pr0_lyS2bIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rF26ContextVtKlFxxXEfU0_Sb_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x42198, symBinAddr: 0xB45F4, symSize: 0x588 } + - { offsetInCU: 0x2EB55, offset: 0xEB6CD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSb_Tg5Tf4xnnn_n', symObjAddr: 0x42B00, symBinAddr: 0xB4F5C, symSize: 0x224 } + - { offsetInCU: 0x2ED00, offset: 0xEB878, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo07CGColorQ0a_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So10T11Refa_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So10T8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x42D24, symBinAddr: 0xB5180, symSize: 0x588 } + - { offsetInCU: 0x2F239, offset: 0xEBDB1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo10CGColorRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG39ContextVtKlFxxXEfU0_So10CGColorRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x432AC, symBinAddr: 0xB5708, symSize: 0x3C8 } + - { offsetInCU: 0x2F435, offset: 0xEBFAD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So6T5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x43674, symBinAddr: 0xB5AD0, symSize: 0x5EC } + - { offsetInCU: 0x2F925, offset: 0xEC49D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG34ContextVtKlFxxXEfU0_So6CGSizeV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x43C60, symBinAddr: 0xB60BC, symSize: 0x3C0 } + - { offsetInCU: 0x2FBF1, offset: 0xEC769, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAI_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So9P11Refa_A1_TG5xq_s5Error_pr0_lyA2IIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So9P8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4426C, symBinAddr: 0xB66C8, symSize: 0x588 } + - { offsetInCU: 0x3011B, offset: 0xECC93, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo9CGPathRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG37ContextVtKlFxxXEfU0_So9CGPathRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x447F4, symBinAddr: 0xB6C50, symSize: 0x3C8 } + - { offsetInCU: 0x30426, offset: 0xECF9E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC7EllipseC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16dx22VSitKFSo9CGPathRefaAI8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x44DD0, symBinAddr: 0xB722C, symSize: 0x798 } + - { offsetInCU: 0x309B2, offset: 0xED52A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC9RectangleC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16dx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x45568, symBinAddr: 0xB79C4, symSize: 0x7A0 } + - { offsetInCU: 0x30FC8, offset: 0xEDB40, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b98E16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x45D08, symBinAddr: 0xB8164, symSize: 0x808 } + - { offsetInCU: 0x31479, offset: 0xEDFF1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b103E19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x46510, symBinAddr: 0xB896C, symSize: 0x808 } + - { offsetInCU: 0x319BC, offset: 0xEE534, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySo07CGColorQ0aG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SaySo10T12RefaG_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf27ContextVtKlFxxXEfU0_SaySo10T9RefaG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x46D18, symBinAddr: 0xB9174, symSize: 0x588 } + - { offsetInCU: 0x31EFA, offset: 0xEEA72, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSaySo10CGColorRefaG_A0_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG43ContextVtKlFxxXEfU0_SaySo10CGColorRefaG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x472A0, symBinAddr: 0xB96FC, symSize: 0x3C0 } + - { offsetInCU: 0x321C6, offset: 0xEED3E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSay12CoreGraphics7CGFloatVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_Say12t9Graphics7V9VG_A3_TG5xq_s5Error_pr0_lyA2SIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf25ContextVtKlFxxXEfU0_Say12t9Graphics7V6VG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4790C, symBinAddr: 0xB9D68, symSize: 0x588 } + - { offsetInCU: 0x32704, offset: 0xEF27C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSay12CoreGraphics7CGFloatVG_A1_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG51ContextVtKlFxxXEfU0_Say12CoreGraphics7CGFloatVG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x47E94, symBinAddr: 0xBA2F0, symSize: 0x3C0 } + - { offsetInCU: 0x32981, offset: 0xEF4F9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX34VtKFSo7CGPointVAA0A8Vector3DVXEfU_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x484D8, symBinAddr: 0xBA934, symSize: 0x7D4 } + - { offsetInCU: 0x32E67, offset: 0xEF9DF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX35VtKFSo7CGPointVAA0A8Vector3DVXEfU0_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x48CAC, symBinAddr: 0xBB108, symSize: 0x7D4 } + - { offsetInCU: 0x33337, offset: 0xEFEAF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x49480, symBinAddr: 0xBB8DC, symSize: 0x65C } + - { offsetInCU: 0x337C1, offset: 0xF0339, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOr', symObjAddr: 0x49B1C, symBinAddr: 0xBBF38, symSize: 0xB8 } + - { offsetInCU: 0x337D5, offset: 0xF034D, size: 0x8, addend: 0x0, symName: '_$sSSWOr', symObjAddr: 0x49BE4, symBinAddr: 0xBBFF0, symSize: 0x28 } + - { offsetInCU: 0x337E9, offset: 0xF0361, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOs', symObjAddr: 0x49C0C, symBinAddr: 0xBC018, symSize: 0xB8 } + - { offsetInCU: 0x337FD, offset: 0xF0375, size: 0x8, addend: 0x0, symName: '_$sSSWOs', symObjAddr: 0x49CD4, symBinAddr: 0xBC0D0, symSize: 0x28 } + - { offsetInCU: 0x33811, offset: 0xF0389, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC010BezierPathV0V_So9CGPathRefaTg5TA', symObjAddr: 0x49D38, symBinAddr: 0xBC114, symSize: 0x18 } + - { offsetInCU: 0x33825, offset: 0xF039D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x49D50, symBinAddr: 0xBC12C, symSize: 0x8 } + - { offsetInCU: 0x33839, offset: 0xF03B1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5TA', symObjAddr: 0x49DC4, symBinAddr: 0xBC16C, symSize: 0x8 } + - { offsetInCU: 0x3384D, offset: 0xF03C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x49DCC, symBinAddr: 0xBC174, symSize: 0x8 } + - { offsetInCU: 0x33861, offset: 0xF03D9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_TA', symObjAddr: 0x49DD4, symBinAddr: 0xBC17C, symSize: 0x8 } + - { offsetInCU: 0x33875, offset: 0xF03ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x49DDC, symBinAddr: 0xBC184, symSize: 0x8 } + - { offsetInCU: 0x33889, offset: 0xF0401, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x49EC4, symBinAddr: 0xBC18C, symSize: 0x8 } + - { offsetInCU: 0x3389D, offset: 0xF0415, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So9CGPathRefa_A1_TG5TA', symObjAddr: 0x49F54, symBinAddr: 0xBC194, symSize: 0x20 } + - { offsetInCU: 0x33914, offset: 0xF048C, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy6Lottie16AnimationKeypathV7keypath_AL16AnyValueProvider_p05valueP0tG_s15EmptyCollectionVyAnO_AlP_pAQtGTg5Tf4nndn_n', symObjAddr: 0x49F74, symBinAddr: 0xBC1B4, symSize: 0x1B0 } + - { offsetInCU: 0x339EE, offset: 0xF0566, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOr', symObjAddr: 0x4A208, symBinAddr: 0xBC448, symSize: 0x2C } + - { offsetInCU: 0x33A02, offset: 0xF057A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x4A28C, symBinAddr: 0xBC4CC, symSize: 0x20 } + - { offsetInCU: 0x33A16, offset: 0xF058E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4A2AC, symBinAddr: 0xBC4EC, symSize: 0x1C } + - { offsetInCU: 0x33A2A, offset: 0xF05A2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4A2C8, symBinAddr: 0xBC508, symSize: 0x1C } + - { offsetInCU: 0x33A3E, offset: 0xF05B6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4A2E4, symBinAddr: 0xBC524, symSize: 0x1C } + - { offsetInCU: 0x33A52, offset: 0xF05CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOs', symObjAddr: 0x4A300, symBinAddr: 0xBC540, symSize: 0x2C } + - { offsetInCU: 0x33A66, offset: 0xF05DE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_12CoreGraphics7CGFloatV_A2_TG5TA', symObjAddr: 0x4A32C, symBinAddr: 0xBC56C, symSize: 0x20 } + - { offsetInCU: 0x33A7A, offset: 0xF05F2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5TA', symObjAddr: 0x4A368, symBinAddr: 0xBC5A8, symSize: 0x8 } + - { offsetInCU: 0x33A8E, offset: 0xF0606, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_So10CGColorRefa_Tg5TA', symObjAddr: 0x4A370, symBinAddr: 0xBC5B0, symSize: 0x1C } + - { offsetInCU: 0x33AA2, offset: 0xF061A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x4A38C, symBinAddr: 0xBC5CC, symSize: 0x1C } + - { offsetInCU: 0x33AB6, offset: 0xF062E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_So10CGColorRefa_Tg5TA', symObjAddr: 0x4A3A8, symBinAddr: 0xBC5E8, symSize: 0x1C } + - { offsetInCU: 0x33ACA, offset: 0xF0642, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So10CGColorRefa_A1_TG5TA', symObjAddr: 0x4A3C4, symBinAddr: 0xBC604, symSize: 0x20 } + - { offsetInCU: 0x33AF0, offset: 0xF0668, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_SayAA10BezierPathVG_TG5TA', symObjAddr: 0x4A400, symBinAddr: 0xBC640, symSize: 0x58 } + - { offsetInCU: 0x33B19, offset: 0xF0691, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SayAC10BezierPathVG_So9CGPathRefaTG5TA', symObjAddr: 0x4A458, symBinAddr: 0xBC698, symSize: 0x20 } + - { offsetInCU: 0x33B2D, offset: 0xF06A5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4A494, symBinAddr: 0xBC6D4, symSize: 0x8 } + - { offsetInCU: 0x33B41, offset: 0xF06B9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4A4B8, symBinAddr: 0xBC6F8, symSize: 0x8 } + - { offsetInCU: 0x33B55, offset: 0xF06CD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4A4DC, symBinAddr: 0xBC71C, symSize: 0x8 } + - { offsetInCU: 0x33B69, offset: 0xF06E1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTG5TA', symObjAddr: 0x4A51C, symBinAddr: 0xBC75C, symSize: 0x20 } + - { offsetInCU: 0x33B7D, offset: 0xF06F5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Say12CoreGraphics7CGFloatVG_A3_TG5TA', symObjAddr: 0x4A53C, symBinAddr: 0xBC77C, symSize: 0x20 } + - { offsetInCU: 0x33B91, offset: 0xF0709, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySo10CGColorRefaG_A2_TG5TA', symObjAddr: 0x4A55C, symBinAddr: 0xBC79C, symSize: 0x20 } + - { offsetInCU: 0x33BA5, offset: 0xF071D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC4HoldVySo13CATransform3DVG_AYTg5TA', symObjAddr: 0x4A598, symBinAddr: 0xBC7D8, symSize: 0x18 } + - { offsetInCU: 0x33BB9, offset: 0xF0731, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5TA', symObjAddr: 0x4A5B0, symBinAddr: 0xBC7F0, symSize: 0x8 } + - { offsetInCU: 0x33BCD, offset: 0xF0745, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5TA', symObjAddr: 0x4A5B8, symBinAddr: 0xBC7F8, symSize: 0x8 } + - { offsetInCU: 0x33BE1, offset: 0xF0759, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x4A5C0, symBinAddr: 0xBC800, symSize: 0x8 } + - { offsetInCU: 0x33BF5, offset: 0xF076D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGACyxGAA03AnybC0A2A0F14InterpolatableRzlWl', symObjAddr: 0x4A5C8, symBinAddr: 0xBC808, symSize: 0x5C } + - { offsetInCU: 0x33C09, offset: 0xF0781, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyKeyframeGroup_pWOb', symObjAddr: 0x4A624, symBinAddr: 0xBC864, symSize: 0x18 } + - { offsetInCU: 0x33C1D, offset: 0xF0795, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5TA', symObjAddr: 0x4A6BC, symBinAddr: 0xBC898, symSize: 0x8 } + - { offsetInCU: 0x33C31, offset: 0xF07A9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5TA', symObjAddr: 0x4A77C, symBinAddr: 0xBC958, symSize: 0x8 } + - { offsetInCU: 0x33C45, offset: 0xF07BD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5TA', symObjAddr: 0x4A784, symBinAddr: 0xBC960, symSize: 0x8 } + - { offsetInCU: 0x33C7F, offset: 0xF07F7, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W15Vector1DVXEfU0_SiTf1nnnnnc_n', symObjAddr: 0x0, symBinAddr: 0x7245C, symSize: 0x284 } + - { offsetInCU: 0x33E47, offset: 0xF09BF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W14Vector1DVXEfU_SiTf1nnnnnc_n', symObjAddr: 0x284, symBinAddr: 0x726E0, symSize: 0x284 } + - { offsetInCU: 0x3404E, offset: 0xF0BC6, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_12CoreGraphics7CGFloatVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC0B8e5DV_12f9Graphics7H4VTG5xq_s5Error_pr0_lyAiNIsgnrzo_Tf1cn_n0ijklc49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234o73FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12f9Graphics7h6VAC0B8E8DVXEfU0_Tf1nc_n', symObjAddr: 0xD04, symBinAddr: 0x73160, symSize: 0x160 } + - { offsetInCU: 0x3429A, offset: 0xF0E12, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySo6CGSizeVGG_AITg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wn29ContextVtKr0_lFq_ARKXEfU1_So6E7V_A_TG5xq_s5Error_pr0_lyA2IIsgnrzo_Tf1cn_n0fghic18E24addShadowOffsetk92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6E9VALXEfU0_Tf1nc_n', symObjAddr: 0x1338, symBinAddr: 0x73794, symSize: 0x14C } + - { offsetInCU: 0x34564, offset: 0xF10DC, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1ncn_n', symObjAddr: 0x1484, symBinAddr: 0x738E0, symSize: 0x380 } + - { offsetInCU: 0x3490C, offset: 0xF1484, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySayAE10BezierPathVGGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq33ContextVtKr0_lFq_ARKXEfU1_SayAC10ef6VG_So9G7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9g11RefaSayAC10eF7VGXEfU_SiTf1nc_n', symObjAddr: 0x1978, symBinAddr: 0x73DD4, symSize: 0x180 } + - { offsetInCU: 0x34B48, offset: 0xF16C0, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0ww30ContextVtKr0_lFq_ARKXEfU1_AC23ef12Keyframes33_hijklm5CLLV_pN4VTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n011$s6Lottie19f17RenderLayerC09adde16B10Animations33_hijklm62CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7n7VAA0fB9G57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nc_n', symObjAddr: 0x1AF8, symBinAddr: 0x73F54, symSize: 0x14C } + - { offsetInCU: 0x34DEF, offset: 0xF1967, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs18ReversedCollectionVySay6Lottie5GroupCGG_AH0G5LayerCTg5', symObjAddr: 0x1F1C, symBinAddr: 0x74378, symSize: 0x224 } + - { offsetInCU: 0x35093, offset: 0xF1C0B, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x263C, symBinAddr: 0x74A98, symSize: 0x130 } + - { offsetInCU: 0x35120, offset: 0xF1C98, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x276C, symBinAddr: 0x74BC8, symSize: 0xA0 } + - { offsetInCU: 0x351AD, offset: 0xF1D25, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie0D5ColorVTB5', symObjAddr: 0x280C, symBinAddr: 0x74C68, symSize: 0xF4 } + - { offsetInCU: 0x35240, offset: 0xF1DB8, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x2900, symBinAddr: 0x74D5C, symSize: 0x128 } + - { offsetInCU: 0x352F5, offset: 0xF1E6D, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x2A28, symBinAddr: 0x74E84, symSize: 0xF8 } + - { offsetInCU: 0x35382, offset: 0xF1EFA, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x2B20, symBinAddr: 0x74F7C, symSize: 0x100 } + - { offsetInCU: 0x3540F, offset: 0xF1F87, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x2C20, symBinAddr: 0x7507C, symSize: 0x108 } + - { offsetInCU: 0x3549C, offset: 0xF2014, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x2D28, symBinAddr: 0x75184, symSize: 0xF4 } + - { offsetInCU: 0x356C0, offset: 0xF2238, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSo13CATransform3DV_ypTg5', symObjAddr: 0x4F6C, symBinAddr: 0x773C8, symSize: 0x150 } + - { offsetInCU: 0x358BB, offset: 0xF2433, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_ypTg5', symObjAddr: 0x50BC, symBinAddr: 0x77518, symSize: 0x120 } + - { offsetInCU: 0x35ABE, offset: 0xF2636, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSb_ypTg5', symObjAddr: 0x51DC, symBinAddr: 0x77638, symSize: 0x120 } + - { offsetInCU: 0x35CBE, offset: 0xF2836, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_So8NSNumberCTg5', symObjAddr: 0x5668, symBinAddr: 0x77AC4, symSize: 0xC4 } + - { offsetInCU: 0x35EDD, offset: 0xF2A55, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie13KeyframeGroupCyAD10BezierPathVG_AD03AnyeF0_pTg5', symObjAddr: 0x586C, symBinAddr: 0x77CC8, symSize: 0x1DC } + - { offsetInCU: 0x360F6, offset: 0xF2C6E, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie12AnimatorNode_p_AD17KeypathSearchable_pTg5', symObjAddr: 0x5A48, symBinAddr: 0x77EA4, symSize: 0x18C } + - { offsetInCU: 0x362E0, offset: 0xF2E58, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie16CompositionLayerC_AD17KeypathSearchable_pTg5', symObjAddr: 0x5BD4, symBinAddr: 0x78030, symSize: 0x1CC } + - { offsetInCU: 0x364A7, offset: 0xF301F, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSo13CATransform3DV_Tg5', symObjAddr: 0x5DA0, symBinAddr: 0x781FC, symSize: 0xB4 } + - { offsetInCU: 0x36550, offset: 0xF30C8, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tF12CoreGraphics7CGFloatV5start_AE3endt_Tg5', symObjAddr: 0x5F04, symBinAddr: 0x78360, symSize: 0x90 } + - { offsetInCU: 0x365F1, offset: 0xF3169, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSS_Tg5', symObjAddr: 0x5F94, symBinAddr: 0x783F0, symSize: 0x88 } + - { offsetInCU: 0x37632, offset: 0xF41AA, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x164A8, symBinAddr: 0x88904, symSize: 0x1AC } + - { offsetInCU: 0x37812, offset: 0xF438A, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wo31ContextVtKr0_lFq_ARKXEfU1_AC0B8e3DV_hF4VTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0ghijc17E23addAnchorPointl26_FCF865A3410C50F6C3BA6E234m67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7f6VAC0B8E7DVXEfU_So0I0CAE21LayerAnimationContextVTf1nc_nTf4ngg_n', symObjAddr: 0x16DF4, symBinAddr: 0x89250, symSize: 0x2CC } + - { offsetInCU: 0x37B03, offset: 0xF467B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234L94FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AtRTf1nnnnnc_nTf4nnnnngg_n', symObjAddr: 0x182D8, symBinAddr: 0x8A734, symSize: 0x2A8 } + - { offsetInCU: 0x37D79, offset: 0xF48F1, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1B160, symBinAddr: 0x8D5BC, symSize: 0x1A4 } + - { offsetInCU: 0x37F59, offset: 0xF4AD1, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1BC50, symBinAddr: 0x8E0AC, symSize: 0x1A4 } + - { offsetInCU: 0x38139, offset: 0xF4CB1, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU3_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1C730, symBinAddr: 0x8EB8C, symSize: 0x198 } + - { offsetInCU: 0x38319, offset: 0xF4E91, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU2_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1CE50, symBinAddr: 0x8F2AC, symSize: 0x198 } + - { offsetInCU: 0x384F9, offset: 0xF5071, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU1_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1E220, symBinAddr: 0x9067C, symSize: 0x198 } + - { offsetInCU: 0x386D9, offset: 0xF5251, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI113E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1E940, symBinAddr: 0x90D9C, symSize: 0x1A4 } + - { offsetInCU: 0x388B9, offset: 0xF5431, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI206E24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1F06C, symBinAddr: 0x914C8, symSize: 0x1A4 } + - { offsetInCU: 0x38A99, offset: 0xF5611, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI161E25addShadowOpacityAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1F798, symBinAddr: 0x91BF4, symSize: 0x1A4 } + - { offsetInCU: 0x38C79, offset: 0xF57F1, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x21A30, symBinAddr: 0x93E8C, symSize: 0x1A4 } + - { offsetInCU: 0x38E59, offset: 0xF59D1, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x22E18, symBinAddr: 0x95274, symSize: 0x1A4 } + - { offsetInCU: 0x3904F, offset: 0xF5BC7, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x23B48, symBinAddr: 0x95FA4, symSize: 0x1AC } + - { offsetInCU: 0x3922F, offset: 0xF5DA7, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2532C, symBinAddr: 0x97788, symSize: 0x1AC } + - { offsetInCU: 0x395F3, offset: 0xF616B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghI190E23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x282F4, symBinAddr: 0x9A750, symSize: 0x198 } + - { offsetInCU: 0x397D3, offset: 0xF634B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi44E13addAnimations3for7contextyAC4FillC_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x29080, symBinAddr: 0x9B4DC, symSize: 0x198 } + - { offsetInCU: 0x399B3, offset: 0xF652B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x29A48, symBinAddr: 0x9BEA4, symSize: 0x198 } + - { offsetInCU: 0x39B93, offset: 0xF670B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n054$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16D43ContextV_tKFSo10CGColorRefaAA0A5ColorVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2B0C0, symBinAddr: 0x9D51C, symSize: 0x198 } + - { offsetInCU: 0x39E68, offset: 0xF69E0, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8g8CGSgAC0wp38ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC010eF20Y0V_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x2D2E0, symBinAddr: 0x9F73C, symSize: 0x1F4 } + - { offsetInCU: 0x3A1B5, offset: 0xF6D2D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_nTf4ngn_n', symObjAddr: 0x30A4C, symBinAddr: 0xA2EA8, symSize: 0x388 } + - { offsetInCU: 0x3A5E3, offset: 0xF715B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC7E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x33620, symBinAddr: 0xA5A7C, symSize: 0x1F4 } + - { offsetInCU: 0x3A877, offset: 0xF73EF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC7e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc48E13addAnimations3for7context14pathMultiplieryAC7e33C_AC0B16AnimationContextVSitKFSo9f7RefaAI8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x34394, symBinAddr: 0xA67F0, symSize: 0x49C } + - { offsetInCU: 0x3AEB4, offset: 0xF7A2C, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC9E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x35974, symBinAddr: 0xA7DD0, symSize: 0x1F4 } + - { offsetInCU: 0x3B133, offset: 0xF7CAB, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC9e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9e49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x36834, symBinAddr: 0xA8C90, symSize: 0x39C } + - { offsetInCU: 0x3B535, offset: 0xF80AD, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC4E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x37D14, symBinAddr: 0xAA170, symSize: 0x1F4 } + - { offsetInCU: 0x3B7B4, offset: 0xF832C, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc13E19addPolygonm67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4e24C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x38C10, symBinAddr: 0xAB06C, symSize: 0x3A4 } + - { offsetInCU: 0x3BB18, offset: 0xF8690, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc6E16addem93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x39940, symBinAddr: 0xABD9C, symSize: 0x3AC } + - { offsetInCU: 0x3C047, offset: 0xF8BBF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x3D8A0, symBinAddr: 0xAFCFC, symSize: 0x198 } + - { offsetInCU: 0x3C227, offset: 0xF8D9F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x3ED20, symBinAddr: 0xB117C, symSize: 0x198 } + - { offsetInCU: 0x2B, offset: 0xFA012, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xBD76C, symSize: 0x3C } + - { offsetInCU: 0x6D, offset: 0xFA054, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xBD76C, symSize: 0x3C } + - { offsetInCU: 0xBF, offset: 0xFA0A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x5C, symBinAddr: 0xBD7C8, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0xFA0E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x68, symBinAddr: 0xBD7D4, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xFA128, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x98, symBinAddr: 0xBD804, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0xFA15A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesC5shapeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x378, symBinAddr: 0xBDAE4, symSize: 0x1C8 } + - { offsetInCU: 0x3AA, offset: 0xFA391, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCMa', symObjAddr: 0x3C, symBinAddr: 0xBD7A8, symSize: 0x20 } + - { offsetInCU: 0x3E8, offset: 0xFA3CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCfD', symObjAddr: 0xA4, symBinAddr: 0xBD810, symSize: 0x34 } + - { offsetInCU: 0x449, offset: 0xFA430, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0xF8, symBinAddr: 0xBD864, symSize: 0x44 } + - { offsetInCU: 0x495, offset: 0xFA47C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x13C, symBinAddr: 0xBD8A8, symSize: 0x24 } + - { offsetInCU: 0x4F1, offset: 0xFA4D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x160, symBinAddr: 0xBD8CC, symSize: 0x84 } + - { offsetInCU: 0x593, offset: 0xFA57A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E4, symBinAddr: 0xBD950, symSize: 0x8 } + - { offsetInCU: 0x5B3, offset: 0xFA59A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E4, symBinAddr: 0xBD950, symSize: 0x8 } + - { offsetInCU: 0x616, offset: 0xFA5FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1EC, symBinAddr: 0xBD958, symSize: 0x10 } + - { offsetInCU: 0x636, offset: 0xFA61D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1EC, symBinAddr: 0xBD958, symSize: 0x10 } + - { offsetInCU: 0x67D, offset: 0xFA664, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1FC, symBinAddr: 0xBD968, symSize: 0x8 } + - { offsetInCU: 0x69D, offset: 0xFA684, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1FC, symBinAddr: 0xBD968, symSize: 0x8 } + - { offsetInCU: 0x6BE, offset: 0xFA6A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x204, symBinAddr: 0xBD970, symSize: 0x8 } + - { offsetInCU: 0x6DE, offset: 0xFA6C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x204, symBinAddr: 0xBD970, symSize: 0x8 } + - { offsetInCU: 0x6FF, offset: 0xFA6E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x20C, symBinAddr: 0xBD978, symSize: 0x8 } + - { offsetInCU: 0x71F, offset: 0xFA706, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x20C, symBinAddr: 0xBD978, symSize: 0x8 } + - { offsetInCU: 0x740, offset: 0xFA727, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x214, symBinAddr: 0xBD980, symSize: 0x8 } + - { offsetInCU: 0x760, offset: 0xFA747, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x214, symBinAddr: 0xBD980, symSize: 0x8 } + - { offsetInCU: 0x781, offset: 0xFA768, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x21C, symBinAddr: 0xBD988, symSize: 0xC } + - { offsetInCU: 0x7A1, offset: 0xFA788, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x21C, symBinAddr: 0xBD988, symSize: 0xC } + - { offsetInCU: 0x7C2, offset: 0xFA7A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x228, symBinAddr: 0xBD994, symSize: 0x10 } + - { offsetInCU: 0x7E2, offset: 0xFA7C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x228, symBinAddr: 0xBD994, symSize: 0x10 } + - { offsetInCU: 0x803, offset: 0xFA7EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x238, symBinAddr: 0xBD9A4, symSize: 0xC } + - { offsetInCU: 0x835, offset: 0xFA81C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeC06parentC05shapeAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x540, symBinAddr: 0xBDCAC, symSize: 0x114 } + - { offsetInCU: 0x8EE, offset: 0xFA8D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCMa', symObjAddr: 0xD8, symBinAddr: 0xBD844, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0xFA90E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA10BezierPathV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x244, symBinAddr: 0xBD9B0, symSize: 0x134 } + - { offsetInCU: 0x2B, offset: 0xFAE3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xBDDC0, symSize: 0x4C } + - { offsetInCU: 0x6D, offset: 0xFAE7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xBDDC0, symSize: 0x4C } + - { offsetInCU: 0xBF, offset: 0xFAED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x6C, symBinAddr: 0xBDE2C, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0xFAF12, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x78, symBinAddr: 0xBDE38, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xFAF53, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xA8, symBinAddr: 0xBDE68, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0xFAF85, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesC4trimAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x108C, symBinAddr: 0xBEDE8, symSize: 0x2FC } + - { offsetInCU: 0x448, offset: 0xFB25A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCMa', symObjAddr: 0x4C, symBinAddr: 0xBDE0C, symSize: 0x20 } + - { offsetInCU: 0x6D4, offset: 0xFB4E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB4, symBinAddr: 0xBDE74, symSize: 0xE3C } + - { offsetInCU: 0x19B8, offset: 0xFC7CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCfD', symObjAddr: 0xEF0, symBinAddr: 0xBECB0, symSize: 0x3C } + - { offsetInCU: 0x1A19, offset: 0xFC82B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xF4C, symBinAddr: 0xBED0C, symSize: 0x44 } + - { offsetInCU: 0x1A65, offset: 0xFC877, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xF90, symBinAddr: 0xBED50, symSize: 0x24 } + - { offsetInCU: 0x1AA6, offset: 0xFC8B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xFB4, symBinAddr: 0xBED74, symSize: 0xC } + - { offsetInCU: 0x1AD8, offset: 0xFC8EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xFC0, symBinAddr: 0xBED80, symSize: 0x4 } + - { offsetInCU: 0x1B03, offset: 0xFC915, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFC4, symBinAddr: 0xBED84, symSize: 0x8 } + - { offsetInCU: 0x1B23, offset: 0xFC935, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFC4, symBinAddr: 0xBED84, symSize: 0x8 } + - { offsetInCU: 0x1B44, offset: 0xFC956, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFCC, symBinAddr: 0xBED8C, symSize: 0x8 } + - { offsetInCU: 0x1B64, offset: 0xFC976, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFCC, symBinAddr: 0xBED8C, symSize: 0x8 } + - { offsetInCU: 0x1B85, offset: 0xFC997, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFD4, symBinAddr: 0xBED94, symSize: 0x8 } + - { offsetInCU: 0x1BA5, offset: 0xFC9B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFD4, symBinAddr: 0xBED94, symSize: 0x8 } + - { offsetInCU: 0x1BC6, offset: 0xFC9D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFDC, symBinAddr: 0xBED9C, symSize: 0x8 } + - { offsetInCU: 0x1BE6, offset: 0xFC9F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFDC, symBinAddr: 0xBED9C, symSize: 0x8 } + - { offsetInCU: 0x1C07, offset: 0xFCA19, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE4, symBinAddr: 0xBEDA4, symSize: 0x8 } + - { offsetInCU: 0x1C27, offset: 0xFCA39, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE4, symBinAddr: 0xBEDA4, symSize: 0x8 } + - { offsetInCU: 0x1C48, offset: 0xFCA5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFEC, symBinAddr: 0xBEDAC, symSize: 0x8 } + - { offsetInCU: 0x1C68, offset: 0xFCA7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFEC, symBinAddr: 0xBEDAC, symSize: 0x8 } + - { offsetInCU: 0x1C89, offset: 0xFCA9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xFF4, symBinAddr: 0xBEDB4, symSize: 0xC } + - { offsetInCU: 0x1CA9, offset: 0xFCABB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xFF4, symBinAddr: 0xBEDB4, symSize: 0xC } + - { offsetInCU: 0x1CCA, offset: 0xFCADC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1000, symBinAddr: 0xBEDC0, symSize: 0x10 } + - { offsetInCU: 0x1CEA, offset: 0xFCAFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1000, symBinAddr: 0xBEDC0, symSize: 0x10 } + - { offsetInCU: 0x1D1A, offset: 0xFCB2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x1010, symBinAddr: 0xBEDD0, symSize: 0x18 } + - { offsetInCU: 0x1D4F, offset: 0xFCB61, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC06parentD04trim13upstreamPathsAcA08AnimatorD0_pSg_AA0B0CSayAA0c6OutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x1388, symBinAddr: 0xBF0E4, symSize: 0x118 } + - { offsetInCU: 0x1E18, offset: 0xFCC2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCMa', symObjAddr: 0xF2C, symBinAddr: 0xBECEC, symSize: 0x20 } + - { offsetInCU: 0x1F57, offset: 0xFCD69, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOb', symObjAddr: 0x1528, symBinAddr: 0xBF1FC, symSize: 0x18 } + - { offsetInCU: 0x3F, offset: 0xFD152, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV8fullPathSSvg', symObjAddr: 0x0, symBinAddr: 0xBF214, symSize: 0x7C } + - { offsetInCU: 0x18A, offset: 0xFD29D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tF', symObjAddr: 0x7C, symBinAddr: 0xBF290, symSize: 0x4A0 } + - { offsetInCU: 0x7F3, offset: 0xFD906, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tF', symObjAddr: 0x51C, symBinAddr: 0xBF730, symSize: 0x2A8 } + - { offsetInCU: 0xB3F, offset: 0xFDC52, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tF', symObjAddr: 0x7C4, symBinAddr: 0xBF9D8, symSize: 0x1AC } + - { offsetInCU: 0xE13, offset: 0xFDF26, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tF', symObjAddr: 0x970, symBinAddr: 0xBFB84, symSize: 0x47C } + - { offsetInCU: 0x134A, offset: 0xFE45D, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE13equalsKeypathySbSSF', symObjAddr: 0xDEC, symBinAddr: 0xC0000, symSize: 0x418 } + - { offsetInCU: 0x1649, offset: 0xFE75C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6popKeyyACSgSSF', symObjAddr: 0x1204, symBinAddr: 0xC0418, symSize: 0x1AC } + - { offsetInCU: 0x18A2, offset: 0xFE9B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV11propertyKeySSSgvg', symObjAddr: 0x1434, symBinAddr: 0xC05C4, symSize: 0xD0 } + - { offsetInCU: 0x1B4D, offset: 0xFEC60, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tF', symObjAddr: 0x1504, symBinAddr: 0xC0694, symSize: 0x540 } + - { offsetInCU: 0x22A0, offset: 0xFF3B3, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE10firstIndex2of0C0QzSgAB_tFSS_Tg5', symObjAddr: 0x1A44, symBinAddr: 0xC0BD4, symSize: 0xE8 } + - { offsetInCU: 0x2362, offset: 0xFF475, size: 0x8, addend: 0x0, symName: '_$sSlsE6suffix4from11SubSequenceQz5IndexQz_tFSS_Tg5Tf4ng_n', symObjAddr: 0x1B2C, symBinAddr: 0xC0CBC, symSize: 0x4C } + - { offsetInCU: 0x299, offset: 0xFFA4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC9animation13imageProvider04textG004fontG004maskC8ToBounds24compatibilityTrackerMode6loggerAcA0aC0C_AA0c5ImageG0_pAA0c11KeypathTextG0_pAA0c4FontG0_pSbAA013CompatibilityN0C0O0OAA0A6LoggerCtKcfc', symObjAddr: 0x0, symBinAddr: 0xC0D4C, symSize: 0x2D4 } + - { offsetInCU: 0x442, offset: 0xFFBF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setupChildLayers33_5C367329EBD3162AE78388D54811A38BLLyyKF', symObjAddr: 0x2D4, symBinAddr: 0xC1020, symSize: 0x140 } + - { offsetInCU: 0x4A0, offset: 0xFFC56, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfc', symObjAddr: 0x414, symBinAddr: 0xC1160, symSize: 0x464 } + - { offsetInCU: 0x58A, offset: 0xFFD40, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x878, symBinAddr: 0xC15C4, symSize: 0x4C } + - { offsetInCU: 0x5A6, offset: 0xFFD5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x8C4, symBinAddr: 0xC1610, symSize: 0x10C } + - { offsetInCU: 0x617, offset: 0xFFDCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x9D0, symBinAddr: 0xC171C, symSize: 0x24 } + - { offsetInCU: 0x663, offset: 0xFFE19, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9F4, symBinAddr: 0xC1740, symSize: 0x40 } + - { offsetInCU: 0x6BD, offset: 0xFFE73, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA34, symBinAddr: 0xC1780, symSize: 0x3C } + - { offsetInCU: 0x70D, offset: 0xFFEC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA70, symBinAddr: 0xC17BC, symSize: 0x48 } + - { offsetInCU: 0x73F, offset: 0xFFEF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x3ED4, symBinAddr: 0xC4BE4, symSize: 0xD0 } + - { offsetInCU: 0x7E0, offset: 0xFFF96, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13imageProviderAA0c5ImageF0_pvs', symObjAddr: 0xCE0, symBinAddr: 0xC1A2C, symSize: 0x230 } + - { offsetInCU: 0x9BD, offset: 0x100173, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12fontProviderAA0c4FontF0_pvs', symObjAddr: 0xF10, symBinAddr: 0xC1C5C, symSize: 0x25C } + - { offsetInCU: 0xB7C, offset: 0x100332, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x116C, symBinAddr: 0xC1EB8, symSize: 0xA8 } + - { offsetInCU: 0xC27, offset: 0x1003DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x14C8, symBinAddr: 0xC2214, symSize: 0x2C } + - { offsetInCU: 0xC43, offset: 0x1003F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyF', symObjAddr: 0x14F4, symBinAddr: 0xC2240, symSize: 0x398 } + - { offsetInCU: 0xDC1, offset: 0x100577, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC05setupC033_5C367329EBD3162AE78388D54811A38BLL3foryAC0C13ConfigurationV_tKF', symObjAddr: 0x188C, symBinAddr: 0xC25D8, symSize: 0x490 } + - { offsetInCU: 0xF61, offset: 0x100717, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyFTo', symObjAddr: 0x1D1C, symBinAddr: 0xC2A68, symSize: 0x2C } + - { offsetInCU: 0xF9B, offset: 0x100751, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x1D48, symBinAddr: 0xC2A94, symSize: 0x10 } + - { offsetInCU: 0xFBB, offset: 0x100771, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x1D48, symBinAddr: 0xC2A94, symSize: 0x10 } + - { offsetInCU: 0x1000, offset: 0x1007B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x1D58, symBinAddr: 0xC2AA4, symSize: 0x10 } + - { offsetInCU: 0x1020, offset: 0x1007D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x1D58, symBinAddr: 0xC2AA4, symSize: 0x10 } + - { offsetInCU: 0x1062, offset: 0x100818, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20currentPlaybackState33_5C367329EBD3162AE78388D54811A38BLLAC0fG0OSgvW', symObjAddr: 0x1D68, symBinAddr: 0xC2AB4, symSize: 0xE0 } + - { offsetInCU: 0x1136, offset: 0x1008EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC016setupPlaceholderC033_5C367329EBD3162AE78388D54811A38BLL7contextyAA0dC7ContextV_tF', symObjAddr: 0x2468, symBinAddr: 0xC31B4, symSize: 0x218 } + - { offsetInCU: 0x11DC, offset: 0x100992, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCACycfcTo', symObjAddr: 0x286C, symBinAddr: 0xC35B8, symSize: 0x2C } + - { offsetInCU: 0x1243, offset: 0x1009F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfD', symObjAddr: 0x29B4, symBinAddr: 0xC3700, symSize: 0x34 } + - { offsetInCU: 0x12EA, offset: 0x100AA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP06lottiecD0AA0acD0CSgvsTW', symObjAddr: 0x3C94, symBinAddr: 0xC49DC, symSize: 0x34 } + - { offsetInCU: 0x132D, offset: 0x100AE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP13imageProviderAA0c5ImageG0_pvsTW', symObjAddr: 0x3D24, symBinAddr: 0xC4A6C, symSize: 0x4 } + - { offsetInCU: 0x1358, offset: 0x100B0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12textProviderAA0c11KeypathTextG0_pvsTW', symObjAddr: 0x3D28, symBinAddr: 0xC4A70, symSize: 0x24 } + - { offsetInCU: 0x138A, offset: 0x100B40, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12fontProviderAA0c4FontG0_pvsTW', symObjAddr: 0x3D4C, symBinAddr: 0xC4A94, symSize: 0x4 } + - { offsetInCU: 0x13C4, offset: 0x100B7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12textProviderAA0c11KeypathTextF0_pvsTf4gn_n', symObjAddr: 0x4278, symBinAddr: 0xC4DB0, symSize: 0xAC } + - { offsetInCU: 0x1525, offset: 0x100CDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12reloadImagesyyF', symObjAddr: 0xAB8, symBinAddr: 0xC1804, symSize: 0x228 } + - { offsetInCU: 0x1831, offset: 0x100FE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvs', symObjAddr: 0x1214, symBinAddr: 0xC1F60, symSize: 0x2B4 } + - { offsetInCU: 0x1A20, offset: 0x1011D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC45validateReasonableNumberOfTimeRemappingLayersyyKF', symObjAddr: 0x1E48, symBinAddr: 0xC2B94, symSize: 0x4F4 } + - { offsetInCU: 0x1E35, offset: 0x1015EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16removeAnimationsyyF', symObjAddr: 0x233C, symBinAddr: 0xC3088, symSize: 0x12C } + - { offsetInCU: 0x1FC4, offset: 0x10177A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC02isC7PlayingSbSgvg', symObjAddr: 0x2680, symBinAddr: 0xC33CC, symSize: 0xBC } + - { offsetInCU: 0x200C, offset: 0x1017C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvg', symObjAddr: 0x273C, symBinAddr: 0xC3488, symSize: 0x130 } + - { offsetInCU: 0x208B, offset: 0x101841, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfE', symObjAddr: 0x2898, symBinAddr: 0xC35E4, symSize: 0x11C } + - { offsetInCU: 0x20B8, offset: 0x10186E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfETo', symObjAddr: 0x29E8, symBinAddr: 0xC3734, symSize: 0x128 } + - { offsetInCU: 0x20E7, offset: 0x10189D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCMa', symObjAddr: 0x2B10, symBinAddr: 0xC385C, symSize: 0x20 } + - { offsetInCU: 0x20FB, offset: 0x1018B1, size: 0x8, addend: 0x0, symName: ___swift_memcpy9_8, symObjAddr: 0x2B30, symBinAddr: 0xC387C, symSize: 0x14 } + - { offsetInCU: 0x210F, offset: 0x1018C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwet', symObjAddr: 0x2B48, symBinAddr: 0xC3890, symSize: 0x20 } + - { offsetInCU: 0x2123, offset: 0x1018D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwst', symObjAddr: 0x2B68, symBinAddr: 0xC38B0, symSize: 0x30 } + - { offsetInCU: 0x2137, offset: 0x1018ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwug', symObjAddr: 0x2B98, symBinAddr: 0xC38E0, symSize: 0x1C } + - { offsetInCU: 0x214B, offset: 0x101901, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwup', symObjAddr: 0x2BB4, symBinAddr: 0xC38FC, symSize: 0x4 } + - { offsetInCU: 0x215F, offset: 0x101915, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwui', symObjAddr: 0x2BB8, symBinAddr: 0xC3900, symSize: 0x20 } + - { offsetInCU: 0x2173, offset: 0x101929, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOMa', symObjAddr: 0x2BD8, symBinAddr: 0xC3920, symSize: 0x10 } + - { offsetInCU: 0x2187, offset: 0x10193D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwCP', symObjAddr: 0x2BE8, symBinAddr: 0xC3930, symSize: 0x30 } + - { offsetInCU: 0x219B, offset: 0x101951, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwxx', symObjAddr: 0x2C18, symBinAddr: 0xC3960, symSize: 0x3C } + - { offsetInCU: 0x21AF, offset: 0x101965, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwcp', symObjAddr: 0x2C54, symBinAddr: 0xC399C, symSize: 0x78 } + - { offsetInCU: 0x21C3, offset: 0x101979, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwca', symObjAddr: 0x2CCC, symBinAddr: 0xC3A14, symSize: 0xCC } + - { offsetInCU: 0x21D7, offset: 0x10198D, size: 0x8, addend: 0x0, symName: ___swift_memcpy64_8, symObjAddr: 0x2D98, symBinAddr: 0xC3AE0, symSize: 0x14 } + - { offsetInCU: 0x21EB, offset: 0x1019A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwta', symObjAddr: 0x2DAC, symBinAddr: 0xC3AF4, symSize: 0xA8 } + - { offsetInCU: 0x21FF, offset: 0x1019B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwet', symObjAddr: 0x2E54, symBinAddr: 0xC3B9C, symSize: 0x48 } + - { offsetInCU: 0x2213, offset: 0x1019C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwst', symObjAddr: 0x2E9C, symBinAddr: 0xC3BE4, symSize: 0x50 } + - { offsetInCU: 0x2227, offset: 0x1019DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVMa', symObjAddr: 0x2EEC, symBinAddr: 0xC3C34, symSize: 0x10 } + - { offsetInCU: 0x223B, offset: 0x1019F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC11renderScale0B8Graphics7CGFloatVvs', symObjAddr: 0x2EFC, symBinAddr: 0xC3C44, symSize: 0xD8 } + - { offsetInCU: 0x24AF, offset: 0x101C65, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12allSublayersSayABGvg', symObjAddr: 0x2FD4, symBinAddr: 0xC3D1C, symSize: 0x45C } + - { offsetInCU: 0x29EE, offset: 0x1021A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x3430, symBinAddr: 0xC4178, symSize: 0x27C } + - { offsetInCU: 0x2C8F, offset: 0x102445, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x36AC, symBinAddr: 0xC43F4, symSize: 0xF4 } + - { offsetInCU: 0x2DDC, offset: 0x102592, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x37A0, symBinAddr: 0xC44E8, symSize: 0x194 } + - { offsetInCU: 0x2E94, offset: 0x10264A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_', symObjAddr: 0x3934, symBinAddr: 0xC467C, symSize: 0xD4 } + - { offsetInCU: 0x3034, offset: 0x1027EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setValueProvider_7keypathyAA03AnyfG0_p_AA0C7KeypathVtF', symObjAddr: 0x3A08, symBinAddr: 0xC4750, symSize: 0xC4 } + - { offsetInCU: 0x30B1, offset: 0x102867, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE31numberOfLayersWithTimeRemappingSivg', symObjAddr: 0x3ACC, symBinAddr: 0xC4814, symSize: 0x1C8 } + - { offsetInCU: 0x32B5, offset: 0x102A6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvgTW', symObjAddr: 0x3CC8, symBinAddr: 0xC4A10, symSize: 0x4 } + - { offsetInCU: 0x32D1, offset: 0x102A87, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvsTW', symObjAddr: 0x3CCC, symBinAddr: 0xC4A14, symSize: 0x4 } + - { offsetInCU: 0x32ED, offset: 0x102AA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP11renderScale0B8Graphics7CGFloatVvsTW', symObjAddr: 0x3CD0, symBinAddr: 0xC4A18, symSize: 0x4 } + - { offsetInCU: 0x3336, offset: 0x102AEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07respectC9FrameRateSbvsTW', symObjAddr: 0x3CD4, symBinAddr: 0xC4A1C, symSize: 0x4C } + - { offsetInCU: 0x33A5, offset: 0x102B5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x3D20, symBinAddr: 0xC4A68, symSize: 0x4 } + - { offsetInCU: 0x33C1, offset: 0x102B77, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07primaryC3KeyAA0cG0OvgTW', symObjAddr: 0x3D50, symBinAddr: 0xC4A98, symSize: 0x1C } + - { offsetInCU: 0x33DD, offset: 0x102B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP02isC7PlayingSbSgvgTW', symObjAddr: 0x3D6C, symBinAddr: 0xC4AB4, symSize: 0x4 } + - { offsetInCU: 0x33F9, offset: 0x102BAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12reloadImagesyyFTW', symObjAddr: 0x3D70, symBinAddr: 0xC4AB8, symSize: 0x4 } + - { offsetInCU: 0x3415, offset: 0x102BCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x3D74, symBinAddr: 0xC4ABC, symSize: 0x4 } + - { offsetInCU: 0x3431, offset: 0x102BE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x3D78, symBinAddr: 0xC4AC0, symSize: 0x4 } + - { offsetInCU: 0x344D, offset: 0x102C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x3D7C, symBinAddr: 0xC4AC4, symSize: 0x4 } + - { offsetInCU: 0x3469, offset: 0x102C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16setValueProvider_7keypathyAA03AnygH0_p_AA0C7KeypathVtFTW', symObjAddr: 0x3D80, symBinAddr: 0xC4AC8, symSize: 0x4 } + - { offsetInCU: 0x3485, offset: 0x102C3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOe', symObjAddr: 0x3E64, symBinAddr: 0xC4BAC, symSize: 0x38 } + - { offsetInCU: 0x34C3, offset: 0x102C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_TA', symObjAddr: 0x4004, symBinAddr: 0xC4CD8, symSize: 0x48 } + - { offsetInCU: 0x34F6, offset: 0x102CAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOe', symObjAddr: 0x404C, symBinAddr: 0xC4D20, symSize: 0x10 } + - { offsetInCU: 0x350A, offset: 0x102CC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_TA', symObjAddr: 0x405C, symBinAddr: 0xC4D30, symSize: 0x8 } + - { offsetInCU: 0x351E, offset: 0x102CD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_TA', symObjAddr: 0x4064, symBinAddr: 0xC4D38, symSize: 0x2C } + - { offsetInCU: 0x3547, offset: 0x102CFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4090, symBinAddr: 0xC4D64, symSize: 0x8 } + - { offsetInCU: 0x355B, offset: 0x102D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOy', symObjAddr: 0x4324, symBinAddr: 0xC4E5C, symSize: 0x38 } + - { offsetInCU: 0x356F, offset: 0x102D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOy', symObjAddr: 0x435C, symBinAddr: 0xC4E94, symSize: 0x10 } + - { offsetInCU: 0x3583, offset: 0x102D39, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOr', symObjAddr: 0x436C, symBinAddr: 0xC4EA4, symSize: 0x40 } + - { offsetInCU: 0x3597, offset: 0x102D4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOs', symObjAddr: 0x43AC, symBinAddr: 0xC4EE4, symSize: 0x40 } + - { offsetInCU: 0x35AB, offset: 0x102D61, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOy', symObjAddr: 0x448C, symBinAddr: 0xC4F24, symSize: 0x38 } + - { offsetInCU: 0x35BF, offset: 0x102D75, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x44FC, symBinAddr: 0xC4F7C, symSize: 0x8 } + - { offsetInCU: 0x35D3, offset: 0x102D89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4504, symBinAddr: 0xC4F84, symSize: 0x8 } + - { offsetInCU: 0x35E7, offset: 0x102D9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwet', symObjAddr: 0x45A8, symBinAddr: 0xC4F8C, symSize: 0x54 } + - { offsetInCU: 0x35FB, offset: 0x102DB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwst', symObjAddr: 0x45FC, symBinAddr: 0xC4FE0, symSize: 0x44 } + - { offsetInCU: 0x360F, offset: 0x102DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVMa', symObjAddr: 0x4640, symBinAddr: 0xC5024, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x10335C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xC5034, symSize: 0x4C } + - { offsetInCU: 0x69, offset: 0x10339E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ', symObjAddr: 0x4C, symBinAddr: 0xC5080, symSize: 0x14 } + - { offsetInCU: 0x9C, offset: 0x1033D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF', symObjAddr: 0x60, symBinAddr: 0xC5094, symSize: 0x28 } + - { offsetInCU: 0x132, offset: 0x103467, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO9hashValueSivg', symObjAddr: 0x88, symBinAddr: 0xC50BC, symSize: 0x44 } + - { offsetInCU: 0x22C, offset: 0x103561, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCC, symBinAddr: 0xC5100, symSize: 0x14 } + - { offsetInCU: 0x24C, offset: 0x103581, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCC, symBinAddr: 0xC5100, symSize: 0x14 } + - { offsetInCU: 0x28C, offset: 0x1035C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0xC5114, symSize: 0x44 } + - { offsetInCU: 0x36F, offset: 0x1036A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0xC5158, symSize: 0x28 } + - { offsetInCU: 0x3EE, offset: 0x103723, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xC5034, symSize: 0x4C } + - { offsetInCU: 0x47A, offset: 0x1037AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvg', symObjAddr: 0x18C, symBinAddr: 0xC51C0, symSize: 0x8 } + - { offsetInCU: 0x498, offset: 0x1037CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvs', symObjAddr: 0x194, symBinAddr: 0xC51C8, symSize: 0x8 } + - { offsetInCU: 0x4D5, offset: 0x10380A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM', symObjAddr: 0x19C, symBinAddr: 0xC51D0, symSize: 0x10 } + - { offsetInCU: 0x4F3, offset: 0x103828, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM.resume.0', symObjAddr: 0x1AC, symBinAddr: 0xC51E0, symSize: 0x4 } + - { offsetInCU: 0x51E, offset: 0x103853, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvg', symObjAddr: 0x1B0, symBinAddr: 0xC51E4, symSize: 0x8 } + - { offsetInCU: 0x53C, offset: 0x103871, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvs', symObjAddr: 0x1B8, symBinAddr: 0xC51EC, symSize: 0x8 } + - { offsetInCU: 0x579, offset: 0x1038AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM', symObjAddr: 0x1C0, symBinAddr: 0xC51F4, symSize: 0x10 } + - { offsetInCU: 0x5A7, offset: 0x1038DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM.resume.0', symObjAddr: 0x1D0, symBinAddr: 0xC5204, symSize: 0x4 } + - { offsetInCU: 0x5D2, offset: 0x103907, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvg', symObjAddr: 0x1D4, symBinAddr: 0xC5208, symSize: 0x8 } + - { offsetInCU: 0x5F0, offset: 0x103925, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvs', symObjAddr: 0x1DC, symBinAddr: 0xC5210, symSize: 0x8 } + - { offsetInCU: 0x62D, offset: 0x103962, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM', symObjAddr: 0x1E4, symBinAddr: 0xC5218, symSize: 0x10 } + - { offsetInCU: 0x65B, offset: 0x103990, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM.resume.0', symObjAddr: 0x1F4, symBinAddr: 0xC5228, symSize: 0x4 } + - { offsetInCU: 0x686, offset: 0x1039BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvg', symObjAddr: 0x1F8, symBinAddr: 0xC522C, symSize: 0x8 } + - { offsetInCU: 0x6A4, offset: 0x1039D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvs', symObjAddr: 0x200, symBinAddr: 0xC5234, symSize: 0x8 } + - { offsetInCU: 0x6E1, offset: 0x103A16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM', symObjAddr: 0x208, symBinAddr: 0xC523C, symSize: 0x10 } + - { offsetInCU: 0x70F, offset: 0x103A44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM.resume.0', symObjAddr: 0x218, symBinAddr: 0xC524C, symSize: 0x4 } + - { offsetInCU: 0x73A, offset: 0x103A6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF', symObjAddr: 0x21C, symBinAddr: 0xC5250, symSize: 0x68 } + - { offsetInCU: 0x7A3, offset: 0x103AD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ', symObjAddr: 0x284, symBinAddr: 0xC52B8, symSize: 0x4 } + - { offsetInCU: 0x7C6, offset: 0x103AFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV9hashValueSivg', symObjAddr: 0x288, symBinAddr: 0xC52BC, symSize: 0x50 } + - { offsetInCU: 0x852, offset: 0x103B87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0xC530C, symSize: 0x50 } + - { offsetInCU: 0x8E1, offset: 0x103C16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x328, symBinAddr: 0xC535C, symSize: 0x4 } + - { offsetInCU: 0x904, offset: 0x103C39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x378, symBinAddr: 0xC53AC, symSize: 0x4 } + - { offsetInCU: 0x924, offset: 0x103C59, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x378, symBinAddr: 0xC53AC, symSize: 0x4 } + - { offsetInCU: 0x935, offset: 0x103C6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x37C, symBinAddr: 0xC53B0, symSize: 0x3C } + - { offsetInCU: 0x97E, offset: 0x103CB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASQWb', symObjAddr: 0x3B8, symBinAddr: 0xC53EC, symSize: 0x4 } + - { offsetInCU: 0x992, offset: 0x103CC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOACSQAAWl', symObjAddr: 0x3BC, symBinAddr: 0xC53F0, symSize: 0x44 } + - { offsetInCU: 0x9A6, offset: 0x103CDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASQWb', symObjAddr: 0x400, symBinAddr: 0xC5434, symSize: 0x4 } + - { offsetInCU: 0x9BA, offset: 0x103CEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSQAAWl', symObjAddr: 0x404, symBinAddr: 0xC5438, symSize: 0x44 } + - { offsetInCU: 0x9CE, offset: 0x103D03, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwet', symObjAddr: 0x458, symBinAddr: 0xC547C, symSize: 0x90 } + - { offsetInCU: 0x9E2, offset: 0x103D17, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwst', symObjAddr: 0x4E8, symBinAddr: 0xC550C, symSize: 0xBC } + - { offsetInCU: 0x9F6, offset: 0x103D2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwug', symObjAddr: 0x5A4, symBinAddr: 0xC55C8, symSize: 0x8 } + - { offsetInCU: 0xA0A, offset: 0x103D3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwup', symObjAddr: 0x5AC, symBinAddr: 0xC55D0, symSize: 0x4 } + - { offsetInCU: 0xA1E, offset: 0x103D53, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwui', symObjAddr: 0x5B0, symBinAddr: 0xC55D4, symSize: 0x8 } + - { offsetInCU: 0xA32, offset: 0x103D67, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOMa', symObjAddr: 0x5B8, symBinAddr: 0xC55DC, symSize: 0x10 } + - { offsetInCU: 0xA46, offset: 0x103D7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwCP', symObjAddr: 0x5C8, symBinAddr: 0xC55EC, symSize: 0x30 } + - { offsetInCU: 0xA5A, offset: 0x103D8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwet', symObjAddr: 0x604, symBinAddr: 0xC561C, symSize: 0x20 } + - { offsetInCU: 0xA6E, offset: 0x103DA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwst', symObjAddr: 0x624, symBinAddr: 0xC563C, symSize: 0x2C } + - { offsetInCU: 0xA82, offset: 0x103DB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVMa', symObjAddr: 0x650, symBinAddr: 0xC5668, symSize: 0x10 } + - { offsetInCU: 0xAFF, offset: 0x103E34, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x14C, symBinAddr: 0xC5180, symSize: 0x40 } + - { offsetInCU: 0xBC8, offset: 0x103EFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x32C, symBinAddr: 0xC5360, symSize: 0x4C } + - { offsetInCU: 0x4F, offset: 0x1040BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0VcfC', symObjAddr: 0x0, symBinAddr: 0xC5678, symSize: 0x3C } + - { offsetInCU: 0x7C, offset: 0x1040E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x3C, symBinAddr: 0xC56B4, symSize: 0x58 } + - { offsetInCU: 0xB0, offset: 0x10411C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x94, symBinAddr: 0xC570C, symSize: 0x30 } + - { offsetInCU: 0xC4, offset: 0x104130, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc', symObjAddr: 0xC4, symBinAddr: 0xC573C, symSize: 0xC0 } + - { offsetInCU: 0x118, offset: 0x104184, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfC', symObjAddr: 0x184, symBinAddr: 0xC57FC, symSize: 0x3C } + - { offsetInCU: 0x136, offset: 0x1041A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc', symObjAddr: 0x1C0, symBinAddr: 0xC5838, symSize: 0xD8 } + - { offsetInCU: 0x18A, offset: 0x1041F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg', symObjAddr: 0x298, symBinAddr: 0xC5910, symSize: 0x40 } + - { offsetInCU: 0x1D7, offset: 0x104243, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs', symObjAddr: 0x2D8, symBinAddr: 0xC5950, symSize: 0x5C } + - { offsetInCU: 0x21D, offset: 0x104289, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM', symObjAddr: 0x334, symBinAddr: 0xC59AC, symSize: 0x40 } + - { offsetInCU: 0x24C, offset: 0x1042B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM.resume.0', symObjAddr: 0x374, symBinAddr: 0xC59EC, symSize: 0x34 } + - { offsetInCU: 0x28B, offset: 0x1042F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9valueTypeypXpvg', symObjAddr: 0x3A8, symBinAddr: 0xC5A20, symSize: 0xC } + - { offsetInCU: 0x2B6, offset: 0x104322, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg', symObjAddr: 0x3B4, symBinAddr: 0xC5A2C, symSize: 0xC4 } + - { offsetInCU: 0x353, offset: 0x1043BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x478, symBinAddr: 0xC5AF0, symSize: 0x18 } + - { offsetInCU: 0x376, offset: 0x1043E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfd', symObjAddr: 0x490, symBinAddr: 0xC5B08, symSize: 0x2C } + - { offsetInCU: 0x3B1, offset: 0x10441D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfD', symObjAddr: 0x4BC, symBinAddr: 0xC5B34, symSize: 0x34 } + - { offsetInCU: 0x3F4, offset: 0x104460, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x4F0, symBinAddr: 0xC5B68, symSize: 0x20 } + - { offsetInCU: 0x410, offset: 0x10447C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x510, symBinAddr: 0xC5B88, symSize: 0xC } + - { offsetInCU: 0x456, offset: 0x1044C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x51C, symBinAddr: 0xC5B94, symSize: 0x1C } + - { offsetInCU: 0x48B, offset: 0x1044F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfcTf4gn_n', symObjAddr: 0x5FC, symBinAddr: 0xC5C74, symSize: 0x11C } + - { offsetInCU: 0x502, offset: 0x10456E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x538, symBinAddr: 0xC5BB0, symSize: 0x60 } + - { offsetInCU: 0x567, offset: 0x1045D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x598, symBinAddr: 0xC5C10, symSize: 0x64 } + - { offsetInCU: 0x5AE, offset: 0x10461A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOe', symObjAddr: 0x718, symBinAddr: 0xC5D90, symSize: 0x10 } + - { offsetInCU: 0x5C2, offset: 0x10462E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSHAAWl', symObjAddr: 0x728, symBinAddr: 0xC5DA0, symSize: 0x44 } + - { offsetInCU: 0x5D6, offset: 0x104642, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOy', symObjAddr: 0x878, symBinAddr: 0xC5E6C, symSize: 0x10 } + - { offsetInCU: 0x5EA, offset: 0x104656, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x8B4, symBinAddr: 0xC5EA8, symSize: 0x28 } + - { offsetInCU: 0x62F, offset: 0x10469B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x94C, symBinAddr: 0xC5ED0, symSize: 0xC } + - { offsetInCU: 0x643, offset: 0x1046AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCMa', symObjAddr: 0xA00, symBinAddr: 0xC5F84, symSize: 0x20 } + - { offsetInCU: 0x72, offset: 0x1048FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x36C, symBinAddr: 0xC6330, symSize: 0xBC } + - { offsetInCU: 0x1D3, offset: 0x104A5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x428, symBinAddr: 0xC63EC, symSize: 0x4 } + - { offsetInCU: 0x22F, offset: 0x104AB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV9combining4path12cornerRadiusAA0D5GroupCyACGAHyAA0bC0VG_AHyAA0A8Vector1DVGSgtKFZTf4nnd_n', symObjAddr: 0x17A4, symBinAddr: 0xC7768, symSize: 0x364 } + - { offsetInCU: 0x71A, offset: 0x104FA4, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKF06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nnncnn_n', symObjAddr: 0x0, symBinAddr: 0xC5FC8, symSize: 0x124 } + - { offsetInCU: 0x857, offset: 0x1050E1, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nncn_n', symObjAddr: 0x128, symBinAddr: 0xC60EC, symSize: 0x114 } + - { offsetInCU: 0x91D, offset: 0x1051A7, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_', symObjAddr: 0x23C, symBinAddr: 0xC6200, symSize: 0x130 } + - { offsetInCU: 0xB83, offset: 0x10540D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA010BezierPathQ0V_Tg5', symObjAddr: 0x42C, symBinAddr: 0xC63F0, symSize: 0x28C } + - { offsetInCU: 0xE99, offset: 0x105723, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA010BezierPathQ0V_Tg5Tf4nnd_n', symObjAddr: 0x84C, symBinAddr: 0xC6810, symSize: 0x4A8 } + - { offsetInCU: 0x1554, offset: 0x105DDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA010BezierPathS0V_Tg5Tf4nnnd_n', symObjAddr: 0xE38, symBinAddr: 0xC6DFC, symSize: 0x96C } + - { offsetInCU: 0x2571, offset: 0x106DFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x1BB4, symBinAddr: 0xC7AF0, symSize: 0x8 } + - { offsetInCU: 0x2585, offset: 0x106E0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_TA', symObjAddr: 0x1C98, symBinAddr: 0xC7B4C, symSize: 0x1C } + - { offsetInCU: 0x2599, offset: 0x106E23, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwCP', symObjAddr: 0x1D5C, symBinAddr: 0xC7BAC, symSize: 0x30 } + - { offsetInCU: 0x25AD, offset: 0x106E37, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwxx', symObjAddr: 0x1D8C, symBinAddr: 0xC7BDC, symSize: 0x8 } + - { offsetInCU: 0x25C1, offset: 0x106E4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwcp', symObjAddr: 0x1D94, symBinAddr: 0xC7BE4, symSize: 0x44 } + - { offsetInCU: 0x25D5, offset: 0x106E5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwca', symObjAddr: 0x1DD8, symBinAddr: 0xC7C28, symSize: 0x64 } + - { offsetInCU: 0x25E9, offset: 0x106E73, size: 0x8, addend: 0x0, symName: ___swift_memcpy33_8, symObjAddr: 0x1E3C, symBinAddr: 0xC7C8C, symSize: 0x14 } + - { offsetInCU: 0x25FD, offset: 0x106E87, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwta', symObjAddr: 0x1E50, symBinAddr: 0xC7CA0, symSize: 0x54 } + - { offsetInCU: 0x2611, offset: 0x106E9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwet', symObjAddr: 0x1EA4, symBinAddr: 0xC7CF4, symSize: 0x48 } + - { offsetInCU: 0x2625, offset: 0x106EAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwst', symObjAddr: 0x1EEC, symBinAddr: 0xC7D3C, symSize: 0x44 } + - { offsetInCU: 0x2639, offset: 0x106EC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVMa', symObjAddr: 0x1F30, symBinAddr: 0xC7D80, symSize: 0x10 } + - { offsetInCU: 0x279B, offset: 0x107025, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs8StrideToVy12CoreGraphics7CGFloatVG_6Lottie8KeyframeCyAL010BezierPathJ0VGTg50104$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13j56GroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12f9Graphics7h13VKXEfU2_AA010kL7Q0V_TG5SayAL16AnyValueProvider_pGSayypGxSgs5Error_plyAPIsggrzo_Tf1cn_nTf4ngg_n', symObjAddr: 0x6B8, symBinAddr: 0xC667C, symSize: 0x194 } + - { offsetInCU: 0x2AC9, offset: 0x107353, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay6Lottie13KeyframeGroupCyypGG_Tg5023$sSTsE10allSatisfyyS2b7c29QzKXEKFSbACKXEfU_Say6Lottie13eF10CyypGG_TG5xSbs5Error_plyAHIsgndzo_Tf1cn_nTf4ng_n', symObjAddr: 0xCF4, symBinAddr: 0xC6CB8, symSize: 0x144 } + - { offsetInCU: 0x27, offset: 0x1079AB, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xC7D90, symSize: 0x228 } + - { offsetInCU: 0x3F, offset: 0x1079C3, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xC7D90, symSize: 0x228 } + - { offsetInCU: 0x27, offset: 0x107BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xC7FB8, symSize: 0x74 } + - { offsetInCU: 0x4B, offset: 0x107C15, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xC7FB8, symSize: 0x74 } + - { offsetInCU: 0x74, offset: 0x107C3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfC', symObjAddr: 0xB8, symBinAddr: 0xC802C, symSize: 0x8 } + - { offsetInCU: 0xD9, offset: 0x107CA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfC', symObjAddr: 0xC0, symBinAddr: 0xC8034, symSize: 0x74 } + - { offsetInCU: 0x138, offset: 0x107D02, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysSaySSGvg', symObjAddr: 0x134, symBinAddr: 0xC80A8, symSize: 0x8 } + - { offsetInCU: 0x156, offset: 0x107D20, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6stringSSvg', symObjAddr: 0x13C, symBinAddr: 0xC80B0, symSize: 0x7C } + - { offsetInCU: 0x174, offset: 0x107D3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF', symObjAddr: 0x288, symBinAddr: 0xC812C, symSize: 0x98 } + - { offsetInCU: 0x235, offset: 0x107DFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ', symObjAddr: 0x320, symBinAddr: 0xC81C4, symSize: 0xC } + - { offsetInCU: 0x291, offset: 0x107E5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV9hashValueSivg', symObjAddr: 0x32C, symBinAddr: 0xC81D0, symSize: 0xA0 } + - { offsetInCU: 0x3A9, offset: 0x107F73, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH9hashValueSivgTW', symObjAddr: 0x3CC, symBinAddr: 0xC8270, symSize: 0x4 } + - { offsetInCU: 0x3C5, offset: 0x107F8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D0, symBinAddr: 0xC8274, symSize: 0x4 } + - { offsetInCU: 0x3D9, offset: 0x107FA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAsADP06stringG0x0fG4TypeQz_tcfCTW', symObjAddr: 0x470, symBinAddr: 0xC8314, symSize: 0xC } + - { offsetInCU: 0x40F, offset: 0x107FD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x47C, symBinAddr: 0xC8320, symSize: 0xC } + - { offsetInCU: 0x42F, offset: 0x107FF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x47C, symBinAddr: 0xC8320, symSize: 0xC } + - { offsetInCU: 0x4AE, offset: 0x108078, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASQWb', symObjAddr: 0x54C, symBinAddr: 0xC83F0, symSize: 0x4 } + - { offsetInCU: 0x4C2, offset: 0x10808C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACSQAAWl', symObjAddr: 0x550, symBinAddr: 0xC83F4, symSize: 0x44 } + - { offsetInCU: 0x4D6, offset: 0x1080A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAs0de23ExtendedGraphemeClusterG0PWb', symObjAddr: 0x594, symBinAddr: 0xC8438, symSize: 0x4 } + - { offsetInCU: 0x4EA, offset: 0x1080B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs43ExpressibleByExtendedGraphemeClusterLiteralAAWl', symObjAddr: 0x598, symBinAddr: 0xC843C, symSize: 0x44 } + - { offsetInCU: 0x4FE, offset: 0x1080C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAA0fG4TypesADP_s01_de7BuiltinfG0PWT', symObjAddr: 0x5DC, symBinAddr: 0xC8480, symSize: 0xC } + - { offsetInCU: 0x512, offset: 0x1080DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAAs0de13UnicodeScalarI0PWb', symObjAddr: 0x5E8, symBinAddr: 0xC848C, symSize: 0x4 } + - { offsetInCU: 0x526, offset: 0x1080F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs33ExpressibleByUnicodeScalarLiteralAAWl', symObjAddr: 0x5EC, symBinAddr: 0xC8490, symSize: 0x44 } + - { offsetInCU: 0x53A, offset: 0x108104, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAA0fghI4TypesADP_s01_de7BuiltinfghI0PWT', symObjAddr: 0x630, symBinAddr: 0xC84D4, symSize: 0xC } + - { offsetInCU: 0x54E, offset: 0x108118, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs33ExpressibleByUnicodeScalarLiteralAA0fgH4TypesADP_s01_de7BuiltinfgH0PWT', symObjAddr: 0x63C, symBinAddr: 0xC84E0, symSize: 0xC } + - { offsetInCU: 0x562, offset: 0x10812C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVMa', symObjAddr: 0x648, symBinAddr: 0xC84EC, symSize: 0x10 } + - { offsetInCU: 0x61B, offset: 0x1081E5, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0xA70, symBinAddr: 0xC8914, symSize: 0x48 } + - { offsetInCU: 0x69A, offset: 0x108264, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3D4, symBinAddr: 0xC8278, symSize: 0x9C } + - { offsetInCU: 0x791, offset: 0x10835B, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSS_Tg5Tf4nnd_n', symObjAddr: 0x488, symBinAddr: 0xC832C, symSize: 0xC4 } + - { offsetInCU: 0x875, offset: 0x10843F, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSo10CGColorRefa_Tg5Tf4nnd_n', symObjAddr: 0x658, symBinAddr: 0xC84FC, symSize: 0x3A4 } + - { offsetInCU: 0x987, offset: 0x108551, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9FC, symBinAddr: 0xC88A0, symSize: 0x74 } + - { offsetInCU: 0x9A7, offset: 0x108571, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9FC, symBinAddr: 0xC88A0, symSize: 0x74 } + - { offsetInCU: 0x9BB, offset: 0x108585, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9FC, symBinAddr: 0xC88A0, symSize: 0x74 } + - { offsetInCU: 0x9CF, offset: 0x108599, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9FC, symBinAddr: 0xC88A0, symSize: 0x74 } + - { offsetInCU: 0x2B, offset: 0x1087A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xC8964, symSize: 0x18 } + - { offsetInCU: 0xB6, offset: 0x108834, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xEC, symBinAddr: 0xC8A50, symSize: 0x24 } + - { offsetInCU: 0xE7, offset: 0x108865, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x110, symBinAddr: 0xC8A74, symSize: 0x1C } + - { offsetInCU: 0x131, offset: 0x1088AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x12C, symBinAddr: 0xC8A90, symSize: 0x2C } + - { offsetInCU: 0x169, offset: 0x1088E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xF2C, symBinAddr: 0xC9880, symSize: 0xE0 } + - { offsetInCU: 0x1D3, offset: 0x108951, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO13discriminator_WZ', symObjAddr: 0x1A4, symBinAddr: 0xC8B08, symSize: 0x4 } + - { offsetInCU: 0x1F9, offset: 0x108977, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A8, symBinAddr: 0xC8B0C, symSize: 0x4C } + - { offsetInCU: 0x21E, offset: 0x10899C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1F4, symBinAddr: 0xC8B58, symSize: 0x1DC } + - { offsetInCU: 0x28F, offset: 0x108A0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x3D0, symBinAddr: 0xC8D34, symSize: 0x2E0 } + - { offsetInCU: 0x3E0, offset: 0x108B5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO8rawValueSSvg', symObjAddr: 0x6B0, symBinAddr: 0xC9014, symSize: 0x18 } + - { offsetInCU: 0x419, offset: 0x108B97, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x6C8, symBinAddr: 0xC902C, symSize: 0x18 } + - { offsetInCU: 0x447, offset: 0x108BC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x6C8, symBinAddr: 0xC902C, symSize: 0x18 } + - { offsetInCU: 0x499, offset: 0x108C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x704, symBinAddr: 0xC9068, symSize: 0x64 } + - { offsetInCU: 0x4FF, offset: 0x108C7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x768, symBinAddr: 0xC90CC, symSize: 0x28 } + - { offsetInCU: 0x51B, offset: 0x108C99, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x790, symBinAddr: 0xC90F4, symSize: 0x8 } + - { offsetInCU: 0x551, offset: 0x108CCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x798, symBinAddr: 0xC90FC, symSize: 0x68 } + - { offsetInCU: 0x5D6, offset: 0x108D54, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x800, symBinAddr: 0xC9164, symSize: 0xC } + - { offsetInCU: 0x5F2, offset: 0x108D70, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x80C, symBinAddr: 0xC9170, symSize: 0xC } + - { offsetInCU: 0x62E, offset: 0x108DAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCfD', symObjAddr: 0x868, symBinAddr: 0xC91CC, symSize: 0x2C } + - { offsetInCU: 0x671, offset: 0x108DEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC6encode2toys7Encoder_p_tKF', symObjAddr: 0x8B4, symBinAddr: 0xC9218, symSize: 0x168 } + - { offsetInCU: 0x6B0, offset: 0x108E2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xBE8, symBinAddr: 0xC953C, symSize: 0x2C } + - { offsetInCU: 0x6D3, offset: 0x108E51, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xC14, symBinAddr: 0xC9568, symSize: 0x20 } + - { offsetInCU: 0x7A6, offset: 0x108F24, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCMa', symObjAddr: 0x894, symBinAddr: 0xC91F8, symSize: 0x20 } + - { offsetInCU: 0x7BA, offset: 0x108F38, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwet', symObjAddr: 0xA2C, symBinAddr: 0xC9380, symSize: 0x90 } + - { offsetInCU: 0x7CE, offset: 0x108F4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwst', symObjAddr: 0xABC, symBinAddr: 0xC9410, symSize: 0xBC } + - { offsetInCU: 0x7E2, offset: 0x108F60, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwug', symObjAddr: 0xB78, symBinAddr: 0xC94CC, symSize: 0x8 } + - { offsetInCU: 0x7F6, offset: 0x108F74, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwup', symObjAddr: 0xB80, symBinAddr: 0xC94D4, symSize: 0x4 } + - { offsetInCU: 0x80A, offset: 0x108F88, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwui', symObjAddr: 0xB84, symBinAddr: 0xC94D8, symSize: 0xC } + - { offsetInCU: 0x81E, offset: 0x108F9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOMa', symObjAddr: 0xB90, symBinAddr: 0xC94E4, symSize: 0x10 } + - { offsetInCU: 0x832, offset: 0x108FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASQWb', symObjAddr: 0xBA0, symBinAddr: 0xC94F4, symSize: 0x4 } + - { offsetInCU: 0x846, offset: 0x108FC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSQAAWl', symObjAddr: 0xBA4, symBinAddr: 0xC94F8, symSize: 0x44 } + - { offsetInCU: 0x85A, offset: 0x108FD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC34, symBinAddr: 0xC9588, symSize: 0x24 } + - { offsetInCU: 0x86E, offset: 0x108FEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSeAAWl', symObjAddr: 0xC58, symBinAddr: 0xC95AC, symSize: 0x44 } + - { offsetInCU: 0x8A7, offset: 0x109025, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xC9C, symBinAddr: 0xC95F0, symSize: 0x108 } + - { offsetInCU: 0xA0A, offset: 0x109188, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xDA4, symBinAddr: 0xC96F8, symSize: 0x188 } + - { offsetInCU: 0xC24, offset: 0x1093A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSYAAWl', symObjAddr: 0x1050, symBinAddr: 0xC9960, symSize: 0x44 } + - { offsetInCU: 0xC38, offset: 0x1093B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs0D3KeyAAWl', symObjAddr: 0x10D4, symBinAddr: 0xC99A4, symSize: 0x44 } + - { offsetInCU: 0xC4C, offset: 0x1093CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSEAAWl', symObjAddr: 0x1118, symBinAddr: 0xC99E8, symSize: 0x44 } + - { offsetInCU: 0xC60, offset: 0x1093DE, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGSayxGSEsSERzlWl', symObjAddr: 0x115C, symBinAddr: 0xC9A2C, symSize: 0x64 } + - { offsetInCU: 0xC74, offset: 0x1093F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCACSEAAWl', symObjAddr: 0x1204, symBinAddr: 0xC9A90, symSize: 0x48 } + - { offsetInCU: 0xC88, offset: 0x109406, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwet', symObjAddr: 0x130C, symBinAddr: 0xC9AD8, symSize: 0x90 } + - { offsetInCU: 0xC9C, offset: 0x10941A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwst', symObjAddr: 0x139C, symBinAddr: 0xC9B68, symSize: 0xBC } + - { offsetInCU: 0xCB0, offset: 0x10942E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwug', symObjAddr: 0x1458, symBinAddr: 0xC9C24, symSize: 0x8 } + - { offsetInCU: 0xCC4, offset: 0x109442, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwup', symObjAddr: 0x1460, symBinAddr: 0xC9C2C, symSize: 0x4 } + - { offsetInCU: 0xCD8, offset: 0x109456, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwui', symObjAddr: 0x1464, symBinAddr: 0xC9C30, symSize: 0x8 } + - { offsetInCU: 0xCEC, offset: 0x10946A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOMa', symObjAddr: 0x146C, symBinAddr: 0xC9C38, symSize: 0x10 } + - { offsetInCU: 0xD00, offset: 0x10947E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASQWb', symObjAddr: 0x147C, symBinAddr: 0xC9C48, symSize: 0x4 } + - { offsetInCU: 0xD14, offset: 0x109492, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFSQAAWl', symObjAddr: 0x1480, symBinAddr: 0xC9C4C, symSize: 0x44 } + - { offsetInCU: 0xD28, offset: 0x1094A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x14C4, symBinAddr: 0xC9C90, symSize: 0x4 } + - { offsetInCU: 0xD3C, offset: 0x1094BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x14C8, symBinAddr: 0xC9C94, symSize: 0x44 } + - { offsetInCU: 0xD50, offset: 0x1094CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x150C, symBinAddr: 0xC9CD8, symSize: 0x4 } + - { offsetInCU: 0xD64, offset: 0x1094E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1510, symBinAddr: 0xC9CDC, symSize: 0x44 } + - { offsetInCU: 0xD98, offset: 0x109516, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xC8964, symSize: 0x18 } + - { offsetInCU: 0xE29, offset: 0x1095A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0xC897C, symSize: 0x50 } + - { offsetInCU: 0xF0A, offset: 0x109688, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x68, symBinAddr: 0xC89CC, symSize: 0x38 } + - { offsetInCU: 0xF91, offset: 0x10970F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA0, symBinAddr: 0xC8A04, symSize: 0x4C } + - { offsetInCU: 0x1046, offset: 0x1097C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x158, symBinAddr: 0xC8ABC, symSize: 0x4C } + - { offsetInCU: 0x10B6, offset: 0x109834, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6E0, symBinAddr: 0xC9044, symSize: 0xC } + - { offsetInCU: 0x10D2, offset: 0x109850, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH9hashValueSivgTW', symObjAddr: 0x6EC, symBinAddr: 0xC9050, symSize: 0x8 } + - { offsetInCU: 0x10EE, offset: 0x10986C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6F4, symBinAddr: 0xC9058, symSize: 0x8 } + - { offsetInCU: 0x110A, offset: 0x109888, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6FC, symBinAddr: 0xC9060, symSize: 0x8 } + - { offsetInCU: 0x112C, offset: 0x1098AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x818, symBinAddr: 0xC917C, symSize: 0x28 } + - { offsetInCU: 0x1148, offset: 0x1098C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x840, symBinAddr: 0xC91A4, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x109B18, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xC9D20, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x109B3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xC9D20, symSize: 0x20 } + - { offsetInCU: 0xAE, offset: 0x109B9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x48, symBinAddr: 0xC9D68, symSize: 0x64 } + - { offsetInCU: 0x114, offset: 0x109C05, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xAC, symBinAddr: 0xC9DCC, symSize: 0x28 } + - { offsetInCU: 0x13F, offset: 0x109C30, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAAsADP8allCases03AllG0QzvgZTW', symObjAddr: 0xD4, symBinAddr: 0xC9DF4, symSize: 0x24 } + - { offsetInCU: 0x170, offset: 0x109C61, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8allCasesSayACGvgZTf4d_n', symObjAddr: 0x8A8, symBinAddr: 0xCA5C8, symSize: 0x50 } + - { offsetInCU: 0x1E1, offset: 0x109CD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyV9transformACySo13CATransform3DVGvgZSbAFSgcfU_', symObjAddr: 0xF8, symBinAddr: 0xC9E18, symSize: 0x58 } + - { offsetInCU: 0x29F, offset: 0x109D90, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV5colorACySo10CGColorRefaGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x150, symBinAddr: 0xC9E70, symSize: 0x10C } + - { offsetInCU: 0x362, offset: 0x109E53, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV7opacityACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x25C, symBinAddr: 0xC9F7C, symSize: 0x78 } + - { offsetInCU: 0x3A0, offset: 0x109E91, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleXACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x2D4, symBinAddr: 0xC9FF4, symSize: 0x78 } + - { offsetInCU: 0x3DE, offset: 0x109ECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleYACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x34C, symBinAddr: 0xCA06C, symSize: 0x78 } + - { offsetInCU: 0x41C, offset: 0x109F0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8rotationACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x3C4, symBinAddr: 0xCA0E4, symSize: 0x88 } + - { offsetInCU: 0x45A, offset: 0x109F4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8positionACySo7CGPointVGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x44C, symBinAddr: 0xCA16C, symSize: 0x70 } + - { offsetInCU: 0x563, offset: 0x10A054, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV14gradientColorsACySaySo10CGColorRefaGGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x4BC, symBinAddr: 0xCA1DC, symSize: 0x218 } + - { offsetInCU: 0x861, offset: 0x10A352, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV17gradientLocationsACySay12CoreGraphics7CGFloatVGGvgZAHSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x6D4, symBinAddr: 0xCA3F4, symSize: 0x168 } + - { offsetInCU: 0xA11, offset: 0x10A502, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV10floatValueyACy12CoreGraphics7CGFloatVGAA0C4NameOd_tFZAGSgyp_AA03AnyE8Provider_ptcfU_', symObjAddr: 0x83C, symBinAddr: 0xCA55C, symSize: 0x6C } + - { offsetInCU: 0xA70, offset: 0x10A561, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwet', symObjAddr: 0x9C8, symBinAddr: 0xCA618, symSize: 0x90 } + - { offsetInCU: 0xA84, offset: 0x10A575, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwst', symObjAddr: 0xA58, symBinAddr: 0xCA6A8, symSize: 0xBC } + - { offsetInCU: 0xA98, offset: 0x10A589, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwug', symObjAddr: 0xB14, symBinAddr: 0xCA764, symSize: 0x8 } + - { offsetInCU: 0xAAC, offset: 0x10A59D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwup', symObjAddr: 0xB1C, symBinAddr: 0xCA76C, symSize: 0x4 } + - { offsetInCU: 0xAC0, offset: 0x10A5B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwui', symObjAddr: 0xB20, symBinAddr: 0xCA770, symSize: 0x8 } + - { offsetInCU: 0xAD4, offset: 0x10A5C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOMa', symObjAddr: 0xB28, symBinAddr: 0xCA778, symSize: 0x10 } + - { offsetInCU: 0xAE8, offset: 0x10A5D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMi', symObjAddr: 0xB38, symBinAddr: 0xCA788, symSize: 0x8 } + - { offsetInCU: 0xAFC, offset: 0x10A5ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwCP', symObjAddr: 0xB40, symBinAddr: 0xCA790, symSize: 0x3C } + - { offsetInCU: 0xB10, offset: 0x10A601, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwxx', symObjAddr: 0xB7C, symBinAddr: 0xCA7CC, symSize: 0x28 } + - { offsetInCU: 0xB24, offset: 0x10A615, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwcp', symObjAddr: 0xBA4, symBinAddr: 0xCA7F4, symSize: 0x3C } + - { offsetInCU: 0xB38, offset: 0x10A629, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwca', symObjAddr: 0xBE0, symBinAddr: 0xCA830, symSize: 0x5C } + - { offsetInCU: 0xB4C, offset: 0x10A63D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwta', symObjAddr: 0xC50, symBinAddr: 0xCA88C, symSize: 0x44 } + - { offsetInCU: 0xB60, offset: 0x10A651, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwet', symObjAddr: 0xC94, symBinAddr: 0xCA8D0, symSize: 0x48 } + - { offsetInCU: 0xB74, offset: 0x10A665, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwst', symObjAddr: 0xCDC, symBinAddr: 0xCA918, symSize: 0x40 } + - { offsetInCU: 0xB88, offset: 0x10A679, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMa', symObjAddr: 0xD1C, symBinAddr: 0xCA958, symSize: 0xC } + - { offsetInCU: 0xB9C, offset: 0x10A68D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0xD28, symBinAddr: 0xCA964, symSize: 0x4 } + - { offsetInCU: 0xBB0, offset: 0x10A6A1, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGSayxGSlsWl', symObjAddr: 0xD2C, symBinAddr: 0xCA968, symSize: 0x4C } + - { offsetInCU: 0xBC4, offset: 0x10A6B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASQWb', symObjAddr: 0xDBC, symBinAddr: 0xCA9B4, symSize: 0x4 } + - { offsetInCU: 0xBD8, offset: 0x10A6C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOACSQAAWl', symObjAddr: 0xDC0, symBinAddr: 0xCA9B8, symSize: 0x44 } + - { offsetInCU: 0xC09, offset: 0x10A6FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0xC9D40, symSize: 0xC } + - { offsetInCU: 0xC43, offset: 0x10A734, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xC9D4C, symSize: 0xC } + - { offsetInCU: 0xC63, offset: 0x10A754, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xC9D4C, symSize: 0xC } + - { offsetInCU: 0xC77, offset: 0x10A768, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xC9D4C, symSize: 0xC } + - { offsetInCU: 0xC89, offset: 0x10A77A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x38, symBinAddr: 0xC9D58, symSize: 0x8 } + - { offsetInCU: 0xCA5, offset: 0x10A796, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x40, symBinAddr: 0xC9D60, symSize: 0x8 } + - { offsetInCU: 0x4F, offset: 0x10AA9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xCA9FC, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x10AABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xCAA44, symSize: 0x328 } + - { offsetInCU: 0xDC, offset: 0x10AB27, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x370, symBinAddr: 0xCAD6C, symSize: 0x4D8 } + - { offsetInCU: 0x2FC, offset: 0x10AD47, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO8rawValueSSvg', symObjAddr: 0x848, symBinAddr: 0xCB244, symSize: 0x18 } + - { offsetInCU: 0x335, offset: 0x10AD80, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xA84, symBinAddr: 0xCB480, symSize: 0x18 } + - { offsetInCU: 0x363, offset: 0x10ADAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xA84, symBinAddr: 0xCB480, symSize: 0x18 } + - { offsetInCU: 0x3B5, offset: 0x10AE00, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0xAC0, symBinAddr: 0xCB4BC, symSize: 0x64 } + - { offsetInCU: 0x41B, offset: 0x10AE66, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0xB24, symBinAddr: 0xCB520, symSize: 0x28 } + - { offsetInCU: 0x437, offset: 0x10AE82, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB4C, symBinAddr: 0xCB548, symSize: 0x8 } + - { offsetInCU: 0x46D, offset: 0x10AEB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB54, symBinAddr: 0xCB550, symSize: 0x68 } + - { offsetInCU: 0x4F2, offset: 0x10AF3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBBC, symBinAddr: 0xCB5B8, symSize: 0xC } + - { offsetInCU: 0x50E, offset: 0x10AF59, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBC8, symBinAddr: 0xCB5C4, symSize: 0xC } + - { offsetInCU: 0x52C, offset: 0x10AF77, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x860, symBinAddr: 0xCB25C, symSize: 0x224 } + - { offsetInCU: 0x5A6, offset: 0x10AFF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfD', symObjAddr: 0xC48, symBinAddr: 0xCB644, symSize: 0x3C } + - { offsetInCU: 0x67B, offset: 0x10B0C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfE', symObjAddr: 0xC24, symBinAddr: 0xCB620, symSize: 0x24 } + - { offsetInCU: 0x6D3, offset: 0x10B11E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCMa', symObjAddr: 0xC84, symBinAddr: 0xCB680, symSize: 0x20 } + - { offsetInCU: 0x6E7, offset: 0x10B132, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs0C3KeyAAWl', symObjAddr: 0xD08, symBinAddr: 0xCB6A0, symSize: 0x44 } + - { offsetInCU: 0x6FB, offset: 0x10B146, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwet', symObjAddr: 0x10C0, symBinAddr: 0xCB748, symSize: 0x90 } + - { offsetInCU: 0x70F, offset: 0x10B15A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwst', symObjAddr: 0x1150, symBinAddr: 0xCB7D8, symSize: 0xBC } + - { offsetInCU: 0x723, offset: 0x10B16E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwug', symObjAddr: 0x120C, symBinAddr: 0xCB894, symSize: 0x8 } + - { offsetInCU: 0x737, offset: 0x10B182, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwup', symObjAddr: 0x1214, symBinAddr: 0xCB89C, symSize: 0x4 } + - { offsetInCU: 0x74B, offset: 0x10B196, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwui', symObjAddr: 0x1218, symBinAddr: 0xCB8A0, symSize: 0x8 } + - { offsetInCU: 0x75F, offset: 0x10B1AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOMa', symObjAddr: 0x1220, symBinAddr: 0xCB8A8, symSize: 0x10 } + - { offsetInCU: 0x773, offset: 0x10B1BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASQWb', symObjAddr: 0x1230, symBinAddr: 0xCB8B8, symSize: 0x4 } + - { offsetInCU: 0x787, offset: 0x10B1D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFSQAAWl', symObjAddr: 0x1234, symBinAddr: 0xCB8BC, symSize: 0x44 } + - { offsetInCU: 0x79B, offset: 0x10B1E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1278, symBinAddr: 0xCB900, symSize: 0x4 } + - { offsetInCU: 0x7AF, offset: 0x10B1FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x127C, symBinAddr: 0xCB904, symSize: 0x44 } + - { offsetInCU: 0x7C3, offset: 0x10B20E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x12C0, symBinAddr: 0xCB948, symSize: 0x4 } + - { offsetInCU: 0x7D7, offset: 0x10B222, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x12C4, symBinAddr: 0xCB94C, symSize: 0x44 } + - { offsetInCU: 0x83D, offset: 0x10B288, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA9C, symBinAddr: 0xCB498, symSize: 0xC } + - { offsetInCU: 0x859, offset: 0x10B2A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH9hashValueSivgTW', symObjAddr: 0xAA8, symBinAddr: 0xCB4A4, symSize: 0x8 } + - { offsetInCU: 0x875, offset: 0x10B2C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAB0, symBinAddr: 0xCB4AC, symSize: 0x8 } + - { offsetInCU: 0x891, offset: 0x10B2DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAB8, symBinAddr: 0xCB4B4, symSize: 0x8 } + - { offsetInCU: 0x8B3, offset: 0x10B2FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBD4, symBinAddr: 0xCB5D0, symSize: 0x28 } + - { offsetInCU: 0x8CF, offset: 0x10B31A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xBFC, symBinAddr: 0xCB5F8, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x10B4EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xCB990, symSize: 0x78 } + - { offsetInCU: 0x5A, offset: 0x10B519, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xCB990, symSize: 0x78 } + - { offsetInCU: 0xCC, offset: 0x10B58B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfD', symObjAddr: 0x80, symBinAddr: 0xCBA10, symSize: 0x2C } + - { offsetInCU: 0x144, offset: 0x10B603, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xCC, symBinAddr: 0xCBA5C, symSize: 0xC } + - { offsetInCU: 0x176, offset: 0x10B635, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0xD8, symBinAddr: 0xCBA68, symSize: 0x20 } + - { offsetInCU: 0x192, offset: 0x10B651, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xF8, symBinAddr: 0xCBA88, symSize: 0x4 } + - { offsetInCU: 0x1AE, offset: 0x10B66D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xFC, symBinAddr: 0xCBA8C, symSize: 0x4 } + - { offsetInCU: 0x1CB, offset: 0x10B68A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfE', symObjAddr: 0x78, symBinAddr: 0xCBA08, symSize: 0x8 } + - { offsetInCU: 0x223, offset: 0x10B6E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCMa', symObjAddr: 0xAC, symBinAddr: 0xCBA3C, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x10B887, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xCBA90, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x10B8AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xCBAD8, symSize: 0xA08 } + - { offsetInCU: 0x1C9, offset: 0x10BA01, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xA50, symBinAddr: 0xCC4E0, symSize: 0xF54 } + - { offsetInCU: 0x6B1, offset: 0x10BEE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x19A4, symBinAddr: 0xCD434, symSize: 0x20 } + - { offsetInCU: 0x6EA, offset: 0x10BF22, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E44, symBinAddr: 0xCD8D4, symSize: 0x20 } + - { offsetInCU: 0x718, offset: 0x10BF50, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E44, symBinAddr: 0xCD8D4, symSize: 0x20 } + - { offsetInCU: 0x76C, offset: 0x10BFA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x1EA8, symBinAddr: 0xCD938, symSize: 0x64 } + - { offsetInCU: 0x7D2, offset: 0x10C00A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1F0C, symBinAddr: 0xCD99C, symSize: 0x28 } + - { offsetInCU: 0x7EE, offset: 0x10C026, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1F34, symBinAddr: 0xCD9C4, symSize: 0x8 } + - { offsetInCU: 0x824, offset: 0x10C05C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1F3C, symBinAddr: 0xCD9CC, symSize: 0x68 } + - { offsetInCU: 0x8A9, offset: 0x10C0E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1FA4, symBinAddr: 0xCDA34, symSize: 0xC } + - { offsetInCU: 0x8C5, offset: 0x10C0FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1FB0, symBinAddr: 0xCDA40, symSize: 0xC } + - { offsetInCU: 0x8EE, offset: 0x10C126, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x19C4, symBinAddr: 0xCD454, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0x10C15F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E64, symBinAddr: 0xCD8F4, symSize: 0x20 } + - { offsetInCU: 0x955, offset: 0x10C18D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E64, symBinAddr: 0xCD8F4, symSize: 0x20 } + - { offsetInCU: 0x98F, offset: 0x10C1C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x20A4, symBinAddr: 0xCDB34, symSize: 0x44 } + - { offsetInCU: 0x9D5, offset: 0x10C20D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x20E8, symBinAddr: 0xCDB78, symSize: 0x28 } + - { offsetInCU: 0x9F1, offset: 0x10C229, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2110, symBinAddr: 0xCDBA0, symSize: 0x8 } + - { offsetInCU: 0xA27, offset: 0x10C25F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2118, symBinAddr: 0xCDBA8, symSize: 0x3C } + - { offsetInCU: 0xA8C, offset: 0x10C2C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2154, symBinAddr: 0xCDBE4, symSize: 0xC } + - { offsetInCU: 0xAA8, offset: 0x10C2E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2160, symBinAddr: 0xCDBF0, symSize: 0xC } + - { offsetInCU: 0xAC4, offset: 0x10C2FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2B18, symBinAddr: 0xCE2BC, symSize: 0x50 } + - { offsetInCU: 0xAF1, offset: 0x10C329, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC6encode2toys7Encoder_p_tKF', symObjAddr: 0x19E4, symBinAddr: 0xCD474, symSize: 0x460 } + - { offsetInCU: 0xB64, offset: 0x10C39C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfd', symObjAddr: 0x2218, symBinAddr: 0xCDCA8, symSize: 0x6C } + - { offsetInCU: 0xBAF, offset: 0x10C3E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfD', symObjAddr: 0x2284, symBinAddr: 0xCDD14, symSize: 0x1C } + - { offsetInCU: 0xC50, offset: 0x10C488, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfE', symObjAddr: 0x21BC, symBinAddr: 0xCDC4C, symSize: 0x5C } + - { offsetInCU: 0xCA8, offset: 0x10C4E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCMa', symObjAddr: 0x22A0, symBinAddr: 0xCDD30, symSize: 0x20 } + - { offsetInCU: 0xCBC, offset: 0x10C4F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs0C3KeyAAWl', symObjAddr: 0x2324, symBinAddr: 0xCDD50, symSize: 0x44 } + - { offsetInCU: 0xCD0, offset: 0x10C508, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs9CodingKeyAAWl', symObjAddr: 0x23F0, symBinAddr: 0xCDD94, symSize: 0x44 } + - { offsetInCU: 0xCE4, offset: 0x10C51C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x2698, symBinAddr: 0xCDE3C, symSize: 0x90 } + - { offsetInCU: 0xCF8, offset: 0x10C530, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x2728, symBinAddr: 0xCDECC, symSize: 0xBC } + - { offsetInCU: 0xD0C, offset: 0x10C544, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwug', symObjAddr: 0x27E4, symBinAddr: 0xCDF88, symSize: 0x8 } + - { offsetInCU: 0xD20, offset: 0x10C558, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x27EC, symBinAddr: 0xCDF90, symSize: 0x4 } + - { offsetInCU: 0xD34, offset: 0x10C56C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwui', symObjAddr: 0x27F0, symBinAddr: 0xCDF94, symSize: 0x8 } + - { offsetInCU: 0xD48, offset: 0x10C580, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x27F8, symBinAddr: 0xCDF9C, symSize: 0x10 } + - { offsetInCU: 0xD5C, offset: 0x10C594, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x2808, symBinAddr: 0xCDFAC, symSize: 0x90 } + - { offsetInCU: 0xD70, offset: 0x10C5A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x2898, symBinAddr: 0xCE03C, symSize: 0xBC } + - { offsetInCU: 0xD84, offset: 0x10C5BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x2954, symBinAddr: 0xCE0F8, symSize: 0x4 } + - { offsetInCU: 0xD98, offset: 0x10C5D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x2958, symBinAddr: 0xCE0FC, symSize: 0x10 } + - { offsetInCU: 0xDAC, offset: 0x10C5E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x2968, symBinAddr: 0xCE10C, symSize: 0x4 } + - { offsetInCU: 0xDC0, offset: 0x10C5F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x296C, symBinAddr: 0xCE110, symSize: 0x44 } + - { offsetInCU: 0xDD4, offset: 0x10C60C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x29B0, symBinAddr: 0xCE154, symSize: 0x4 } + - { offsetInCU: 0xDE8, offset: 0x10C620, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x29B4, symBinAddr: 0xCE158, symSize: 0x44 } + - { offsetInCU: 0xDFC, offset: 0x10C634, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x29F8, symBinAddr: 0xCE19C, symSize: 0x4 } + - { offsetInCU: 0xE10, offset: 0x10C648, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x29FC, symBinAddr: 0xCE1A0, symSize: 0x44 } + - { offsetInCU: 0xE24, offset: 0x10C65C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2A40, symBinAddr: 0xCE1E4, symSize: 0x4 } + - { offsetInCU: 0xE38, offset: 0x10C670, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2A44, symBinAddr: 0xCE1E8, symSize: 0x44 } + - { offsetInCU: 0xE4C, offset: 0x10C684, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2A88, symBinAddr: 0xCE22C, symSize: 0x4 } + - { offsetInCU: 0xE60, offset: 0x10C698, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2A8C, symBinAddr: 0xCE230, symSize: 0x44 } + - { offsetInCU: 0xE74, offset: 0x10C6AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2AD0, symBinAddr: 0xCE274, symSize: 0x4 } + - { offsetInCU: 0xE88, offset: 0x10C6C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2AD4, symBinAddr: 0xCE278, symSize: 0x44 } + - { offsetInCU: 0xEEE, offset: 0x10C726, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1E84, symBinAddr: 0xCD914, symSize: 0xC } + - { offsetInCU: 0xF0A, offset: 0x10C742, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x1E90, symBinAddr: 0xCD920, symSize: 0x8 } + - { offsetInCU: 0xF26, offset: 0x10C75E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E98, symBinAddr: 0xCD928, symSize: 0x8 } + - { offsetInCU: 0xF42, offset: 0x10C77A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1EA0, symBinAddr: 0xCD930, symSize: 0x8 } + - { offsetInCU: 0xF64, offset: 0x10C79C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1FBC, symBinAddr: 0xCDA4C, symSize: 0x28 } + - { offsetInCU: 0xF80, offset: 0x10C7B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1FE4, symBinAddr: 0xCDA74, symSize: 0x28 } + - { offsetInCU: 0xF9C, offset: 0x10C7D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x200C, symBinAddr: 0xCDA9C, symSize: 0xC } + - { offsetInCU: 0xFF4, offset: 0x10C82C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x2018, symBinAddr: 0xCDAA8, symSize: 0x44 } + - { offsetInCU: 0x105C, offset: 0x10C894, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x205C, symBinAddr: 0xCDAEC, symSize: 0x8 } + - { offsetInCU: 0x1070, offset: 0x10C8A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2064, symBinAddr: 0xCDAF4, symSize: 0x40 } + - { offsetInCU: 0x10AC, offset: 0x10C8E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x216C, symBinAddr: 0xCDBFC, symSize: 0x28 } + - { offsetInCU: 0x10C8, offset: 0x10C900, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2194, symBinAddr: 0xCDC24, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x10CB0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0xCE314, symSize: 0x504 } + - { offsetInCU: 0xE2, offset: 0x10CBC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0xCE314, symSize: 0x504 } + - { offsetInCU: 0x2F1, offset: 0x10CDD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVSgWOb', symObjAddr: 0x5B8, symBinAddr: 0xCE838, symSize: 0x48 } + - { offsetInCU: 0x305, offset: 0x10CDE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x650, symBinAddr: 0xCE890, symSize: 0x6A4 } + - { offsetInCU: 0x27, offset: 0x10D253, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xCEF54, symSize: 0x2C } + - { offsetInCU: 0x4B, offset: 0x10D277, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvpZ', symObjAddr: 0x1490, symBinAddr: 0x1DFDD0, symSize: 0x0 } + - { offsetInCU: 0x65, offset: 0x10D291, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvgZ', symObjAddr: 0x7C0, symBinAddr: 0xCF714, symSize: 0x74 } + - { offsetInCU: 0x9D, offset: 0x10D2C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0OtcfC', symObjAddr: 0x834, symBinAddr: 0xCF788, symSize: 0x20 } + - { offsetInCU: 0x116, offset: 0x10D342, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvsZ', symObjAddr: 0x94C, symBinAddr: 0xCF86C, symSize: 0x84 } + - { offsetInCU: 0x15E, offset: 0x10D38A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ', symObjAddr: 0xA30, symBinAddr: 0xCF8F0, symSize: 0x6C } + - { offsetInCU: 0x196, offset: 0x10D3C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ.resume.0', symObjAddr: 0xA9C, symBinAddr: 0xCF95C, symSize: 0x4 } + - { offsetInCU: 0x1C1, offset: 0x10D3ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg', symObjAddr: 0xAA0, symBinAddr: 0xCF960, symSize: 0xC } + - { offsetInCU: 0x1EF, offset: 0x10D41B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs', symObjAddr: 0xAAC, symBinAddr: 0xCF96C, symSize: 0xC } + - { offsetInCU: 0x22D, offset: 0x10D459, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM', symObjAddr: 0xAB8, symBinAddr: 0xCF978, symSize: 0x10 } + - { offsetInCU: 0x24B, offset: 0x10D477, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM.resume.0', symObjAddr: 0xAC8, symBinAddr: 0xCF988, symSize: 0x4 } + - { offsetInCU: 0x276, offset: 0x10D4A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg', symObjAddr: 0xACC, symBinAddr: 0xCF98C, symSize: 0xC } + - { offsetInCU: 0x2A4, offset: 0x10D4D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs', symObjAddr: 0xAD8, symBinAddr: 0xCF998, symSize: 0xC } + - { offsetInCU: 0x2DE, offset: 0x10D50A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM', symObjAddr: 0xAE4, symBinAddr: 0xCF9A4, symSize: 0x10 } + - { offsetInCU: 0x30C, offset: 0x10D538, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM.resume.0', symObjAddr: 0xAF4, symBinAddr: 0xCF9B4, symSize: 0x4 } + - { offsetInCU: 0x337, offset: 0x10D563, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg', symObjAddr: 0xAF8, symBinAddr: 0xCF9B8, symSize: 0xC } + - { offsetInCU: 0x365, offset: 0x10D591, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs', symObjAddr: 0xB40, symBinAddr: 0xCF9C4, symSize: 0x8 } + - { offsetInCU: 0x3A2, offset: 0x10D5CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM', symObjAddr: 0xB84, symBinAddr: 0xCF9CC, symSize: 0x10 } + - { offsetInCU: 0x3D0, offset: 0x10D5FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM.resume.0', symObjAddr: 0xB94, symBinAddr: 0xCF9DC, symSize: 0x4 } + - { offsetInCU: 0x3FB, offset: 0x10D627, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg', symObjAddr: 0xB98, symBinAddr: 0xCF9E0, symSize: 0x8 } + - { offsetInCU: 0x429, offset: 0x10D655, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs', symObjAddr: 0xBA0, symBinAddr: 0xCF9E8, symSize: 0x28 } + - { offsetInCU: 0x468, offset: 0x10D694, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM', symObjAddr: 0xBC8, symBinAddr: 0xCFA10, symSize: 0x10 } + - { offsetInCU: 0x496, offset: 0x10D6C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM.resume.0', symObjAddr: 0xBD8, symBinAddr: 0xCFA20, symSize: 0x4 } + - { offsetInCU: 0x4C1, offset: 0x10D6ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF', symObjAddr: 0xBDC, symBinAddr: 0xCFA24, symSize: 0x150 } + - { offsetInCU: 0x725, offset: 0x10D951, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ', symObjAddr: 0xD2C, symBinAddr: 0xCFB74, symSize: 0x4 } + - { offsetInCU: 0x748, offset: 0x10D974, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV9hashValueSivg', symObjAddr: 0xD30, symBinAddr: 0xCFB78, symSize: 0x3C } + - { offsetInCU: 0x7D4, offset: 0x10DA00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH9hashValueSivgTW', symObjAddr: 0xD6C, symBinAddr: 0xCFBB4, symSize: 0x3C } + - { offsetInCU: 0x863, offset: 0x10DA8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDA8, symBinAddr: 0xCFBF0, symSize: 0x4 } + - { offsetInCU: 0x886, offset: 0x10DAB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDE4, symBinAddr: 0xCFC2C, symSize: 0x4 } + - { offsetInCU: 0x8A6, offset: 0x10DAD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDE4, symBinAddr: 0xCFC2C, symSize: 0x4 } + - { offsetInCU: 0x8B7, offset: 0x10DAE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0xE84, symBinAddr: 0xCFC78, symSize: 0x160 } + - { offsetInCU: 0x1109, offset: 0x10E335, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6shared_WZ', symObjAddr: 0x854, symBinAddr: 0xCF7A8, symSize: 0x88 } + - { offsetInCU: 0x11B9, offset: 0x10E3E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOb', symObjAddr: 0x910, symBinAddr: 0xCF830, symSize: 0x3C } + - { offsetInCU: 0x1285, offset: 0x10E4B1, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0xE3C, symBinAddr: 0xCFC30, symSize: 0x48 } + - { offsetInCU: 0x12BE, offset: 0x10E4EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASQWb', symObjAddr: 0xFE4, symBinAddr: 0xCFDD8, symSize: 0x4 } + - { offsetInCU: 0x12D2, offset: 0x10E4FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVACSQAAWl', symObjAddr: 0xFE8, symBinAddr: 0xCFDDC, symSize: 0x44 } + - { offsetInCU: 0x12E6, offset: 0x10E512, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwCP', symObjAddr: 0x102C, symBinAddr: 0xCFE20, symSize: 0x30 } + - { offsetInCU: 0x12FA, offset: 0x10E526, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwxx', symObjAddr: 0x105C, symBinAddr: 0xCFE50, symSize: 0x3C } + - { offsetInCU: 0x130E, offset: 0x10E53A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwcp', symObjAddr: 0x1098, symBinAddr: 0xCFE8C, symSize: 0xB0 } + - { offsetInCU: 0x1322, offset: 0x10E54E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwca', symObjAddr: 0x1148, symBinAddr: 0xCFF3C, symSize: 0xEC } + - { offsetInCU: 0x1336, offset: 0x10E562, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwta', symObjAddr: 0x1294, symBinAddr: 0xD0028, symSize: 0x84 } + - { offsetInCU: 0x134A, offset: 0x10E576, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwet', symObjAddr: 0x1318, symBinAddr: 0xD00AC, symSize: 0x48 } + - { offsetInCU: 0x135E, offset: 0x10E58A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwst', symObjAddr: 0x1360, symBinAddr: 0xD00F4, symSize: 0x58 } + - { offsetInCU: 0x1372, offset: 0x10E59E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVMa', symObjAddr: 0x13B8, symBinAddr: 0xD014C, symSize: 0x10 } + - { offsetInCU: 0x1397, offset: 0x10E5C3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xCEF54, symSize: 0x2C } + - { offsetInCU: 0x13FA, offset: 0x10E626, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x2C, symBinAddr: 0xCEF80, symSize: 0x2C } + - { offsetInCU: 0x145D, offset: 0x10E689, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x58, symBinAddr: 0xCEFAC, symSize: 0x2C } + - { offsetInCU: 0x14C0, offset: 0x10E6EC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x84, symBinAddr: 0xCEFD8, symSize: 0x40 } + - { offsetInCU: 0x1525, offset: 0x10E751, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0xC4, symBinAddr: 0xCF018, symSize: 0x40 } + - { offsetInCU: 0x158A, offset: 0x10E7B6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x104, symBinAddr: 0xCF058, symSize: 0x2C } + - { offsetInCU: 0x15ED, offset: 0x10E819, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x130, symBinAddr: 0xCF084, symSize: 0x2C } + - { offsetInCU: 0x1650, offset: 0x10E87C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x15C, symBinAddr: 0xCF0B0, symSize: 0x40 } + - { offsetInCU: 0x16B5, offset: 0x10E8E1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x19C, symBinAddr: 0xCF0F0, symSize: 0x2C } + - { offsetInCU: 0x1718, offset: 0x10E944, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1C8, symBinAddr: 0xCF11C, symSize: 0x40 } + - { offsetInCU: 0x1749, offset: 0x10E975, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x208, symBinAddr: 0xCF15C, symSize: 0x40 } + - { offsetInCU: 0x17AE, offset: 0x10E9DA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x248, symBinAddr: 0xCF19C, symSize: 0x2C } + - { offsetInCU: 0x1811, offset: 0x10EA3D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x274, symBinAddr: 0xCF1C8, symSize: 0x40 } + - { offsetInCU: 0x1876, offset: 0x10EAA2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x2B4, symBinAddr: 0xCF208, symSize: 0x40 } + - { offsetInCU: 0x18DB, offset: 0x10EB07, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x2F4, symBinAddr: 0xCF248, symSize: 0x40 } + - { offsetInCU: 0x1940, offset: 0x10EB6C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x334, symBinAddr: 0xCF288, symSize: 0x2C } + - { offsetInCU: 0x19A3, offset: 0x10EBCF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x360, symBinAddr: 0xCF2B4, symSize: 0x94 } + - { offsetInCU: 0x19E9, offset: 0x10EC15, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x3F4, symBinAddr: 0xCF348, symSize: 0x40 } + - { offsetInCU: 0x1A4E, offset: 0x10EC7A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x434, symBinAddr: 0xCF388, symSize: 0x2C } + - { offsetInCU: 0x1AB1, offset: 0x10ECDD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x460, symBinAddr: 0xCF3B4, symSize: 0x6C } + - { offsetInCU: 0x1AE2, offset: 0x10ED0E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x4CC, symBinAddr: 0xCF420, symSize: 0x2C } + - { offsetInCU: 0x1B45, offset: 0x10ED71, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x4F8, symBinAddr: 0xCF44C, symSize: 0x2C } + - { offsetInCU: 0x1BA8, offset: 0x10EDD4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x524, symBinAddr: 0xCF478, symSize: 0x2C } + - { offsetInCU: 0x1BD9, offset: 0x10EE05, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x550, symBinAddr: 0xCF4A4, symSize: 0x40 } + - { offsetInCU: 0x1C3E, offset: 0x10EE6A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x590, symBinAddr: 0xCF4E4, symSize: 0x2C } + - { offsetInCU: 0x1CA1, offset: 0x10EECD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0x5BC, symBinAddr: 0xCF510, symSize: 0x40 } + - { offsetInCU: 0x1D06, offset: 0x10EF32, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x5FC, symBinAddr: 0xCF550, symSize: 0x2C } + - { offsetInCU: 0x1D69, offset: 0x10EF95, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC0G8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x628, symBinAddr: 0xCF57C, symSize: 0x2C } + - { offsetInCU: 0x1D9A, offset: 0x10EFC6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x654, symBinAddr: 0xCF5A8, symSize: 0x2C } + - { offsetInCU: 0x1DFD, offset: 0x10F029, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x680, symBinAddr: 0xCF5D4, symSize: 0x2C } + - { offsetInCU: 0x1E2E, offset: 0x10F05A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0x6AC, symBinAddr: 0xCF600, symSize: 0x2C } + - { offsetInCU: 0x1E5F, offset: 0x10F08B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x6D8, symBinAddr: 0xCF62C, symSize: 0x2C } + - { offsetInCU: 0x1E90, offset: 0x10F0BC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x704, symBinAddr: 0xCF658, symSize: 0x2C } + - { offsetInCU: 0x1EF3, offset: 0x10F11F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x730, symBinAddr: 0xCF684, symSize: 0x2C } + - { offsetInCU: 0x1F56, offset: 0x10F182, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x75C, symBinAddr: 0xCF6B0, symSize: 0x28 } + - { offsetInCU: 0x1F87, offset: 0x10F1B3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0x784, symBinAddr: 0xCF6D8, symSize: 0x3C } + - { offsetInCU: 0x2088, offset: 0x10F2B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDAC, symBinAddr: 0xCFBF4, symSize: 0x38 } + - { offsetInCU: 0x20E4, offset: 0x10F310, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x13C8, symBinAddr: 0xD015C, symSize: 0x14 } + - { offsetInCU: 0x2104, offset: 0x10F330, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x13C8, symBinAddr: 0xD015C, symSize: 0x14 } + - { offsetInCU: 0x2115, offset: 0x10F341, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x13DC, symBinAddr: 0xD0170, symSize: 0xC } + - { offsetInCU: 0x2135, offset: 0x10F361, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x13DC, symBinAddr: 0xD0170, symSize: 0xC } + - { offsetInCU: 0x2146, offset: 0x10F372, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x13E8, symBinAddr: 0xD017C, symSize: 0xC } + - { offsetInCU: 0x2166, offset: 0x10F392, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x13E8, symBinAddr: 0xD017C, symSize: 0xC } + - { offsetInCU: 0x2177, offset: 0x10F3A3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x13F4, symBinAddr: 0xD0188, symSize: 0xC } + - { offsetInCU: 0x2197, offset: 0x10F3C3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x13F4, symBinAddr: 0xD0188, symSize: 0xC } + - { offsetInCU: 0x21A8, offset: 0x10F3D4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x1400, symBinAddr: 0xD0194, symSize: 0x14 } + - { offsetInCU: 0x21C8, offset: 0x10F3F4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x1400, symBinAddr: 0xD0194, symSize: 0x14 } + - { offsetInCU: 0x21D9, offset: 0x10F405, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1414, symBinAddr: 0xD01A8, symSize: 0x14 } + - { offsetInCU: 0x21F9, offset: 0x10F425, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1414, symBinAddr: 0xD01A8, symSize: 0x14 } + - { offsetInCU: 0x220A, offset: 0x10F436, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1428, symBinAddr: 0xD01BC, symSize: 0xC } + - { offsetInCU: 0x222A, offset: 0x10F456, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1428, symBinAddr: 0xD01BC, symSize: 0xC } + - { offsetInCU: 0x223B, offset: 0x10F467, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1434, symBinAddr: 0xD01C8, symSize: 0xC } + - { offsetInCU: 0x225B, offset: 0x10F487, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1434, symBinAddr: 0xD01C8, symSize: 0xC } + - { offsetInCU: 0x226C, offset: 0x10F498, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1440, symBinAddr: 0xD01D4, symSize: 0xC } + - { offsetInCU: 0x228C, offset: 0x10F4B8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1440, symBinAddr: 0xD01D4, symSize: 0xC } + - { offsetInCU: 0x229D, offset: 0x10F4C9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x144C, symBinAddr: 0xD01E0, symSize: 0x14 } + - { offsetInCU: 0x22BD, offset: 0x10F4E9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x144C, symBinAddr: 0xD01E0, symSize: 0x14 } + - { offsetInCU: 0x22CE, offset: 0x10F4FA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x1460, symBinAddr: 0xD01F4, symSize: 0xC } + - { offsetInCU: 0x22EE, offset: 0x10F51A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x1460, symBinAddr: 0xD01F4, symSize: 0xC } + - { offsetInCU: 0x22FF, offset: 0x10F52B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x146C, symBinAddr: 0xD0200, symSize: 0xC } + - { offsetInCU: 0x231F, offset: 0x10F54B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x146C, symBinAddr: 0xD0200, symSize: 0xC } + - { offsetInCU: 0x2330, offset: 0x10F55C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1478, symBinAddr: 0xD020C, symSize: 0x10 } + - { offsetInCU: 0x2350, offset: 0x10F57C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1478, symBinAddr: 0xD020C, symSize: 0x10 } + - { offsetInCU: 0x7F, offset: 0x10F804, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xD02E0, symSize: 0x18 } + - { offsetInCU: 0xB0, offset: 0x10F835, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0xD02F8, symSize: 0xC } + - { offsetInCU: 0xD9, offset: 0x10F85E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0xD03AC, symSize: 0x48 } + - { offsetInCU: 0xFE, offset: 0x10F883, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0xD03F4, symSize: 0x2E8 } + - { offsetInCU: 0x166, offset: 0x10F8EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4BC, symBinAddr: 0xD06DC, symSize: 0x3AC } + - { offsetInCU: 0x2FC, offset: 0x10FA81, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO8rawValueSSvg', symObjAddr: 0x868, symBinAddr: 0xD0A88, symSize: 0x18 } + - { offsetInCU: 0x335, offset: 0x10FABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xA68, symBinAddr: 0xD0C88, symSize: 0x18 } + - { offsetInCU: 0x363, offset: 0x10FAE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xA68, symBinAddr: 0xD0C88, symSize: 0x18 } + - { offsetInCU: 0x3B5, offset: 0x10FB3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xAA4, symBinAddr: 0xD0CC4, symSize: 0x64 } + - { offsetInCU: 0x41B, offset: 0x10FBA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xB08, symBinAddr: 0xD0D28, symSize: 0x28 } + - { offsetInCU: 0x437, offset: 0x10FBBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB30, symBinAddr: 0xD0D50, symSize: 0x8 } + - { offsetInCU: 0x46D, offset: 0x10FBF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB38, symBinAddr: 0xD0D58, symSize: 0x68 } + - { offsetInCU: 0x4F2, offset: 0x10FC77, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBA0, symBinAddr: 0xD0DC0, symSize: 0xC } + - { offsetInCU: 0x50E, offset: 0x10FC93, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBAC, symBinAddr: 0xD0DCC, symSize: 0xC } + - { offsetInCU: 0x52C, offset: 0x10FCB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x880, symBinAddr: 0xD0AA0, symSize: 0x1E8 } + - { offsetInCU: 0x5A6, offset: 0x10FD2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfD', symObjAddr: 0xC24, symBinAddr: 0xD0E44, symSize: 0x34 } + - { offsetInCU: 0x616, offset: 0x10FD9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCEC, symBinAddr: 0xD0EFC, symSize: 0xC } + - { offsetInCU: 0x6BC, offset: 0x10FE41, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfE', symObjAddr: 0xC08, symBinAddr: 0xD0E28, symSize: 0x1C } + - { offsetInCU: 0x714, offset: 0x10FE99, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCMa', symObjAddr: 0xC58, symBinAddr: 0xD0E78, symSize: 0x20 } + - { offsetInCU: 0x728, offset: 0x10FEAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOwup', symObjAddr: 0xC90, symBinAddr: 0xD0EA0, symSize: 0x4 } + - { offsetInCU: 0x73C, offset: 0x10FEC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOMa', symObjAddr: 0xC94, symBinAddr: 0xD0EA4, symSize: 0x10 } + - { offsetInCU: 0x750, offset: 0x10FED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASQWb', symObjAddr: 0xCA4, symBinAddr: 0xD0EB4, symSize: 0x4 } + - { offsetInCU: 0x764, offset: 0x10FEE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSQAAWl', symObjAddr: 0xCA8, symBinAddr: 0xD0EB8, symSize: 0x44 } + - { offsetInCU: 0x778, offset: 0x10FEFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSYAAWl', symObjAddr: 0xCF8, symBinAddr: 0xD0F08, symSize: 0x44 } + - { offsetInCU: 0x78C, offset: 0x10FF11, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs0C3KeyAAWl', symObjAddr: 0xDA0, symBinAddr: 0xD0F4C, symSize: 0x44 } + - { offsetInCU: 0x7A0, offset: 0x10FF25, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSEAAWl', symObjAddr: 0xEB0, symBinAddr: 0xD0F90, symSize: 0x44 } + - { offsetInCU: 0x7B4, offset: 0x10FF39, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSeAAWl', symObjAddr: 0x1000, symBinAddr: 0xD1038, symSize: 0x44 } + - { offsetInCU: 0x7C8, offset: 0x10FF4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwug', symObjAddr: 0x129C, symBinAddr: 0xD11D0, symSize: 0x8 } + - { offsetInCU: 0x7DC, offset: 0x10FF61, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwup', symObjAddr: 0x12A4, symBinAddr: 0xD11D8, symSize: 0x4 } + - { offsetInCU: 0x7F0, offset: 0x10FF75, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwui', symObjAddr: 0x12A8, symBinAddr: 0xD11DC, symSize: 0x8 } + - { offsetInCU: 0x804, offset: 0x10FF89, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOMa', symObjAddr: 0x12B0, symBinAddr: 0xD11E4, symSize: 0x10 } + - { offsetInCU: 0x818, offset: 0x10FF9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASQWb', symObjAddr: 0x12C0, symBinAddr: 0xD11F4, symSize: 0x4 } + - { offsetInCU: 0x82C, offset: 0x10FFB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFSQAAWl', symObjAddr: 0x12C4, symBinAddr: 0xD11F8, symSize: 0x44 } + - { offsetInCU: 0x840, offset: 0x10FFC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1308, symBinAddr: 0xD123C, symSize: 0x4 } + - { offsetInCU: 0x854, offset: 0x10FFD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x130C, symBinAddr: 0xD1240, symSize: 0x44 } + - { offsetInCU: 0x868, offset: 0x10FFED, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1350, symBinAddr: 0xD1284, symSize: 0x4 } + - { offsetInCU: 0x87C, offset: 0x110001, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1354, symBinAddr: 0xD1288, symSize: 0x44 } + - { offsetInCU: 0x8B0, offset: 0x110035, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xD0220, symSize: 0x14 } + - { offsetInCU: 0x941, offset: 0x1100C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xD0234, symSize: 0x44 } + - { offsetInCU: 0x9F0, offset: 0x110175, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xD0278, symSize: 0x28 } + - { offsetInCU: 0xA43, offset: 0x1101C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xD02A0, symSize: 0x40 } + - { offsetInCU: 0xAC6, offset: 0x11024B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0xD0304, symSize: 0x5C } + - { offsetInCU: 0xAE9, offset: 0x11026E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xD0360, symSize: 0x4C } + - { offsetInCU: 0xB4D, offset: 0x1102D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA80, symBinAddr: 0xD0CA0, symSize: 0xC } + - { offsetInCU: 0xB69, offset: 0x1102EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0xA8C, symBinAddr: 0xD0CAC, symSize: 0x8 } + - { offsetInCU: 0xB85, offset: 0x11030A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA94, symBinAddr: 0xD0CB4, symSize: 0x8 } + - { offsetInCU: 0xBA1, offset: 0x110326, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA9C, symBinAddr: 0xD0CBC, symSize: 0x8 } + - { offsetInCU: 0xBC3, offset: 0x110348, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBB8, symBinAddr: 0xD0DD8, symSize: 0x28 } + - { offsetInCU: 0xBDF, offset: 0x110364, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xBE0, symBinAddr: 0xD0E00, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x110530, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x30, symBinAddr: 0xD12D4, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x110548, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x30, symBinAddr: 0xD12D4, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x11055C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwet', symObjAddr: 0x70, symBinAddr: 0xD1304, symSize: 0x20 } + - { offsetInCU: 0x67, offset: 0x110570, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwst', symObjAddr: 0x90, symBinAddr: 0xD1324, symSize: 0x2C } + - { offsetInCU: 0x7B, offset: 0x110584, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwug', symObjAddr: 0xBC, symBinAddr: 0xD1350, symSize: 0x8 } + - { offsetInCU: 0x8F, offset: 0x110598, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwup', symObjAddr: 0xC4, symBinAddr: 0xD1358, symSize: 0x4 } + - { offsetInCU: 0xA3, offset: 0x1105AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwui', symObjAddr: 0xC8, symBinAddr: 0xD135C, symSize: 0x4 } + - { offsetInCU: 0xB7, offset: 0x1105C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOMa', symObjAddr: 0xCC, symBinAddr: 0xD1360, symSize: 0x10 } + - { offsetInCU: 0xDC, offset: 0x1105E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0xDC, symBinAddr: 0xD1370, symSize: 0x4 } + - { offsetInCU: 0xF8, offset: 0x110601, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0xE0, symBinAddr: 0xD1374, symSize: 0x4 } + - { offsetInCU: 0x114, offset: 0x11061D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0xE4, symBinAddr: 0xD1378, symSize: 0x4 } + - { offsetInCU: 0x130, offset: 0x110639, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE8, symBinAddr: 0xD137C, symSize: 0x4 } + - { offsetInCU: 0xED, offset: 0x110853, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF', symObjAddr: 0x330, symBinAddr: 0xD16B0, symSize: 0x32C } + - { offsetInCU: 0x36D, offset: 0x110AD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ', symObjAddr: 0x65C, symBinAddr: 0xD19DC, symSize: 0x4 } + - { offsetInCU: 0x381, offset: 0x110AE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x678, symBinAddr: 0xD19F8, symSize: 0x4 } + - { offsetInCU: 0x3A4, offset: 0x110B0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x688, symBinAddr: 0xD1A08, symSize: 0x4 } + - { offsetInCU: 0x3C4, offset: 0x110B2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x688, symBinAddr: 0xD1A08, symSize: 0x4 } + - { offsetInCU: 0x3E4, offset: 0x110B4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0xDA8, symBinAddr: 0xD2128, symSize: 0x868 } + - { offsetInCU: 0x478, offset: 0x110BDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF', symObjAddr: 0x178, symBinAddr: 0xD14F8, symSize: 0xA8 } + - { offsetInCU: 0x59A, offset: 0x110D00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ', symObjAddr: 0x220, symBinAddr: 0xD15A0, symSize: 0x4 } + - { offsetInCU: 0x5BD, offset: 0x110D23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg', symObjAddr: 0x23C, symBinAddr: 0xD15BC, symSize: 0x50 } + - { offsetInCU: 0x649, offset: 0x110DAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH9hashValueSivgTW', symObjAddr: 0x28C, symBinAddr: 0xD160C, symSize: 0x50 } + - { offsetInCU: 0x6D8, offset: 0x110E3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2DC, symBinAddr: 0xD165C, symSize: 0x4 } + - { offsetInCU: 0x6FB, offset: 0x110E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x32C, symBinAddr: 0xD16AC, symSize: 0x4 } + - { offsetInCU: 0x71B, offset: 0x110E81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x32C, symBinAddr: 0xD16AC, symSize: 0x4 } + - { offsetInCU: 0x72C, offset: 0x110E92, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x1610, symBinAddr: 0xD2990, symSize: 0x1E0 } + - { offsetInCU: 0x7A3, offset: 0x110F09, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x68C, symBinAddr: 0xD1A0C, symSize: 0x3C0 } + - { offsetInCU: 0xA75, offset: 0x1111DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ', symObjAddr: 0xA4C, symBinAddr: 0xD1DCC, symSize: 0x4 } + - { offsetInCU: 0xA89, offset: 0x1111EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB20, symBinAddr: 0xD1EA0, symSize: 0x4 } + - { offsetInCU: 0xAB4, offset: 0x11121A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB88, symBinAddr: 0xD1F08, symSize: 0x4 } + - { offsetInCU: 0xAD4, offset: 0x11123A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB88, symBinAddr: 0xD1F08, symSize: 0x4 } + - { offsetInCU: 0xAE5, offset: 0x11124B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x18E8, symBinAddr: 0xD2B70, symSize: 0xBD0 } + - { offsetInCU: 0xBD5, offset: 0x11133B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO04loopC0yAcA0a4LoopC0OF', symObjAddr: 0x0, symBinAddr: 0xD1380, symSize: 0x178 } + - { offsetInCU: 0xCD7, offset: 0x11143D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ', symObjAddr: 0x224, symBinAddr: 0xD15A4, symSize: 0x18 } + - { offsetInCU: 0xD0A, offset: 0x111470, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF', symObjAddr: 0xC78, symBinAddr: 0xD1FF8, symSize: 0x28 } + - { offsetInCU: 0xD6D, offset: 0x1114D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO9hashValueSivg', symObjAddr: 0xCA0, symBinAddr: 0xD2020, symSize: 0x44 } + - { offsetInCU: 0xE67, offset: 0x1115CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCE4, symBinAddr: 0xD2064, symSize: 0x18 } + - { offsetInCU: 0xE87, offset: 0x1115ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCE4, symBinAddr: 0xD2064, symSize: 0x18 } + - { offsetInCU: 0xEC7, offset: 0x11162D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH9hashValueSivgTW', symObjAddr: 0xCFC, symBinAddr: 0xD207C, symSize: 0x44 } + - { offsetInCU: 0xFAA, offset: 0x111710, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD40, symBinAddr: 0xD20C0, symSize: 0x28 } + - { offsetInCU: 0x10C2, offset: 0x111828, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO6pausedACvgZ', symObjAddr: 0xB8C, symBinAddr: 0xD1F0C, symSize: 0x18 } + - { offsetInCU: 0x10EE, offset: 0x111854, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xBBC, symBinAddr: 0xD1F3C, symSize: 0x30 } + - { offsetInCU: 0x114D, offset: 0x1118B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xC4C, symBinAddr: 0xD1FCC, symSize: 0x2C } + - { offsetInCU: 0x11E1, offset: 0x111947, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASQWb', symObjAddr: 0x24B8, symBinAddr: 0xD3740, symSize: 0x4 } + - { offsetInCU: 0x11F5, offset: 0x11195B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOAESQAAWl', symObjAddr: 0x24BC, symBinAddr: 0xD3744, symSize: 0x44 } + - { offsetInCU: 0x1209, offset: 0x11196F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASQWb', symObjAddr: 0x2500, symBinAddr: 0xD3788, symSize: 0x4 } + - { offsetInCU: 0x121D, offset: 0x111983, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OAESQAAWl', symObjAddr: 0x2504, symBinAddr: 0xD378C, symSize: 0x44 } + - { offsetInCU: 0x1231, offset: 0x111997, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASQWb', symObjAddr: 0x2548, symBinAddr: 0xD37D0, symSize: 0x4 } + - { offsetInCU: 0x1245, offset: 0x1119AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOACSQAAWl', symObjAddr: 0x254C, symBinAddr: 0xD37D4, symSize: 0x44 } + - { offsetInCU: 0x1259, offset: 0x1119BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASQWb', symObjAddr: 0x2590, symBinAddr: 0xD3818, symSize: 0x4 } + - { offsetInCU: 0x126D, offset: 0x1119D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOACSQAAWl', symObjAddr: 0x2594, symBinAddr: 0xD381C, symSize: 0x44 } + - { offsetInCU: 0x1281, offset: 0x1119E7, size: 0x8, addend: 0x0, symName: ___swift_memcpy41_8, symObjAddr: 0x2708, symBinAddr: 0xD388C, symSize: 0x14 } + - { offsetInCU: 0x1295, offset: 0x1119FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwet', symObjAddr: 0x2728, symBinAddr: 0xD38AC, symSize: 0x60 } + - { offsetInCU: 0x12A9, offset: 0x111A0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwst', symObjAddr: 0x2788, symBinAddr: 0xD390C, symSize: 0x68 } + - { offsetInCU: 0x12BD, offset: 0x111A23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwug', symObjAddr: 0x27F0, symBinAddr: 0xD3974, symSize: 0x28 } + - { offsetInCU: 0x12D1, offset: 0x111A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwup', symObjAddr: 0x2818, symBinAddr: 0xD399C, symSize: 0x1C } + - { offsetInCU: 0x12E5, offset: 0x111A4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwui', symObjAddr: 0x2834, symBinAddr: 0xD39B8, symSize: 0x54 } + - { offsetInCU: 0x12F9, offset: 0x111A5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOMa', symObjAddr: 0x2888, symBinAddr: 0xD3A0C, symSize: 0x10 } + - { offsetInCU: 0x130D, offset: 0x111A73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwCP', symObjAddr: 0x2898, symBinAddr: 0xD3A1C, symSize: 0x48 } + - { offsetInCU: 0x1321, offset: 0x111A87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwxx', symObjAddr: 0x28E0, symBinAddr: 0xD3A64, symSize: 0x10 } + - { offsetInCU: 0x1335, offset: 0x111A9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwcp', symObjAddr: 0x28F0, symBinAddr: 0xD3A74, symSize: 0x48 } + - { offsetInCU: 0x1349, offset: 0x111AAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwca', symObjAddr: 0x2938, symBinAddr: 0xD3ABC, symSize: 0x54 } + - { offsetInCU: 0x135D, offset: 0x111AC3, size: 0x8, addend: 0x0, symName: ___swift_memcpy17_8, symObjAddr: 0x298C, symBinAddr: 0xD3B10, symSize: 0x14 } + - { offsetInCU: 0x1371, offset: 0x111AD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwta', symObjAddr: 0x29A0, symBinAddr: 0xD3B24, symSize: 0x44 } + - { offsetInCU: 0x1385, offset: 0x111AEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwet', symObjAddr: 0x29E4, symBinAddr: 0xD3B68, symSize: 0x54 } + - { offsetInCU: 0x1399, offset: 0x111AFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwst', symObjAddr: 0x2A38, symBinAddr: 0xD3BBC, symSize: 0x54 } + - { offsetInCU: 0x13AD, offset: 0x111B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwug', symObjAddr: 0x2A8C, symBinAddr: 0xD3C10, symSize: 0x20 } + - { offsetInCU: 0x13C1, offset: 0x111B27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwup', symObjAddr: 0x2AAC, symBinAddr: 0xD3C30, symSize: 0x10 } + - { offsetInCU: 0x13D5, offset: 0x111B3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwui', symObjAddr: 0x2ABC, symBinAddr: 0xD3C40, symSize: 0x2C } + - { offsetInCU: 0x13E9, offset: 0x111B4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOMa', symObjAddr: 0x2AE8, symBinAddr: 0xD3C6C, symSize: 0x10 } + - { offsetInCU: 0x13FD, offset: 0x111B63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OwCP', symObjAddr: 0x2AF8, symBinAddr: 0xD3C7C, symSize: 0x30 } + - { offsetInCU: 0x1411, offset: 0x111B77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owet', symObjAddr: 0x2CD8, symBinAddr: 0xD3E5C, symSize: 0x5C } + - { offsetInCU: 0x1425, offset: 0x111B8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owst', symObjAddr: 0x2D34, symBinAddr: 0xD3EB8, symSize: 0x60 } + - { offsetInCU: 0x1439, offset: 0x111B9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owug', symObjAddr: 0x2D94, symBinAddr: 0xD3F18, symSize: 0xC } + - { offsetInCU: 0x144D, offset: 0x111BB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owup', symObjAddr: 0x2DA0, symBinAddr: 0xD3F24, symSize: 0x10 } + - { offsetInCU: 0x1461, offset: 0x111BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owui', symObjAddr: 0x2DB0, symBinAddr: 0xD3F34, symSize: 0x20 } + - { offsetInCU: 0x1475, offset: 0x111BDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OMa', symObjAddr: 0x2DD0, symBinAddr: 0xD3F54, symSize: 0x10 } + - { offsetInCU: 0x1489, offset: 0x111BEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwet', symObjAddr: 0x2DF0, symBinAddr: 0xD3F64, symSize: 0x90 } + - { offsetInCU: 0x149D, offset: 0x111C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwst', symObjAddr: 0x2E80, symBinAddr: 0xD3FF4, symSize: 0xBC } + - { offsetInCU: 0x14B1, offset: 0x111C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwug', symObjAddr: 0x2F3C, symBinAddr: 0xD40B0, symSize: 0x8 } + - { offsetInCU: 0x14C5, offset: 0x111C2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwup', symObjAddr: 0x2F44, symBinAddr: 0xD40B8, symSize: 0x4 } + - { offsetInCU: 0x14D9, offset: 0x111C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwui', symObjAddr: 0x2F48, symBinAddr: 0xD40BC, symSize: 0xC } + - { offsetInCU: 0x14ED, offset: 0x111C53, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOMa', symObjAddr: 0x2F54, symBinAddr: 0xD40C8, symSize: 0x10 } + - { offsetInCU: 0x164E, offset: 0x111DB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xD1660, symSize: 0x4C } + - { offsetInCU: 0x16D7, offset: 0x111E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD68, symBinAddr: 0xD20E8, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x1120AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8, symBinAddr: 0xD40DC, symSize: 0xC4 } + - { offsetInCU: 0x81, offset: 0x112107, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8, symBinAddr: 0xD40DC, symSize: 0xC4 } + - { offsetInCU: 0x1AF, offset: 0x112235, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xCC, symBinAddr: 0xD41A0, symSize: 0xC4 } + - { offsetInCU: 0x2D0, offset: 0x112356, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x190, symBinAddr: 0xD4264, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x112372, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x198, symBinAddr: 0xD426C, symSize: 0x8 } + - { offsetInCU: 0x308, offset: 0x11238E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOc', symObjAddr: 0x1A0, symBinAddr: 0xD4274, symSize: 0x44 } + - { offsetInCU: 0x31C, offset: 0x1123A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x228, symBinAddr: 0xD42B8, symSize: 0xC } + - { offsetInCU: 0x338, offset: 0x1123BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x234, symBinAddr: 0xD42C4, symSize: 0x8 } + - { offsetInCU: 0x354, offset: 0x1123DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x23C, symBinAddr: 0xD42CC, symSize: 0xC } + - { offsetInCU: 0x370, offset: 0x1123F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x248, symBinAddr: 0xD42D8, symSize: 0x8 } + - { offsetInCU: 0x38C, offset: 0x112412, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x250, symBinAddr: 0xD42E0, symSize: 0xC } + - { offsetInCU: 0x3A8, offset: 0x11242E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x25C, symBinAddr: 0xD42EC, symSize: 0x8 } + - { offsetInCU: 0x3C4, offset: 0x11244A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x264, symBinAddr: 0xD42F4, symSize: 0xC } + - { offsetInCU: 0x3E0, offset: 0x112466, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x270, symBinAddr: 0xD4300, symSize: 0x8 } + - { offsetInCU: 0x3FC, offset: 0x112482, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x278, symBinAddr: 0xD4308, symSize: 0xC } + - { offsetInCU: 0x418, offset: 0x11249E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x284, symBinAddr: 0xD4314, symSize: 0x8 } + - { offsetInCU: 0x434, offset: 0x1124BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xD431C, symSize: 0x8 } + - { offsetInCU: 0x450, offset: 0x1124D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x294, symBinAddr: 0xD4324, symSize: 0xC } + - { offsetInCU: 0x46C, offset: 0x1124F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2A0, symBinAddr: 0xD4330, symSize: 0x8 } + - { offsetInCU: 0x488, offset: 0x11250E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A8, symBinAddr: 0xD4338, symSize: 0xC } + - { offsetInCU: 0x4A4, offset: 0x11252A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2B4, symBinAddr: 0xD4344, symSize: 0x8 } + - { offsetInCU: 0x4C0, offset: 0x112546, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2BC, symBinAddr: 0xD434C, symSize: 0xC } + - { offsetInCU: 0x4DC, offset: 0x112562, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2C8, symBinAddr: 0xD4358, symSize: 0x8 } + - { offsetInCU: 0x4F8, offset: 0x11257E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2D0, symBinAddr: 0xD4360, symSize: 0xC } + - { offsetInCU: 0x514, offset: 0x11259A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2DC, symBinAddr: 0xD436C, symSize: 0x8 } + - { offsetInCU: 0x530, offset: 0x1125B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2E4, symBinAddr: 0xD4374, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x1125D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0xD4380, symSize: 0x8 } + - { offsetInCU: 0x568, offset: 0x1125EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2F8, symBinAddr: 0xD4388, symSize: 0xC } + - { offsetInCU: 0x584, offset: 0x11260A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x304, symBinAddr: 0xD4394, symSize: 0x8 } + - { offsetInCU: 0x43, offset: 0x112839, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg', symObjAddr: 0x0, symBinAddr: 0xD439C, symSize: 0x8 } + - { offsetInCU: 0x61, offset: 0x112857, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8, symBinAddr: 0xD43A4, symSize: 0x144 } + - { offsetInCU: 0xC8, offset: 0x1128BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x198, symBinAddr: 0xD44E8, symSize: 0x90 } + - { offsetInCU: 0xF7, offset: 0x1128ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x228, symBinAddr: 0xD4578, symSize: 0x14 } + - { offsetInCU: 0x15C, offset: 0x112952, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x23C, symBinAddr: 0xD458C, symSize: 0x90 } + - { offsetInCU: 0x1F1, offset: 0x1129E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueACyp_tKcfC', symObjAddr: 0x2CC, symBinAddr: 0xD461C, symSize: 0x13C } + - { offsetInCU: 0x315, offset: 0x112B0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x408, symBinAddr: 0xD4758, symSize: 0x22C } + - { offsetInCU: 0x3F7, offset: 0x112BED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x758, symBinAddr: 0xD4A24, symSize: 0x10C } + - { offsetInCU: 0x455, offset: 0x112C4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO11stringValueSSvg', symObjAddr: 0x864, symBinAddr: 0xD4B30, symSize: 0x14 } + - { offsetInCU: 0x496, offset: 0x112C8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x89C, symBinAddr: 0xD4B68, symSize: 0x70 } + - { offsetInCU: 0x4CA, offset: 0x112CC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x90C, symBinAddr: 0xD4BD8, symSize: 0x28 } + - { offsetInCU: 0x4E6, offset: 0x112CDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x934, symBinAddr: 0xD4C00, symSize: 0x8 } + - { offsetInCU: 0x51C, offset: 0x112D12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x93C, symBinAddr: 0xD4C08, symSize: 0x74 } + - { offsetInCU: 0x567, offset: 0x112D5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x9B0, symBinAddr: 0xD4C7C, symSize: 0xC } + - { offsetInCU: 0x583, offset: 0x112D79, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x9BC, symBinAddr: 0xD4C88, symSize: 0xC } + - { offsetInCU: 0x5A1, offset: 0x112D97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF', symObjAddr: 0xA18, symBinAddr: 0xD4CE4, symSize: 0x44 } + - { offsetInCU: 0x5FE, offset: 0x112DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ', symObjAddr: 0xA5C, symBinAddr: 0xD4D28, symSize: 0x2C } + - { offsetInCU: 0x646, offset: 0x112E3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV9hashValueSivg', symObjAddr: 0xA88, symBinAddr: 0xD4D54, symSize: 0x60 } + - { offsetInCU: 0x714, offset: 0x112F0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xAE8, symBinAddr: 0xD4DB4, symSize: 0x14 } + - { offsetInCU: 0x737, offset: 0x112F2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xAFC, symBinAddr: 0xD4DC8, symSize: 0x14 } + - { offsetInCU: 0x75A, offset: 0x112F50, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH9hashValueSivgTW', symObjAddr: 0xB10, symBinAddr: 0xD4DDC, symSize: 0x4 } + - { offsetInCU: 0x776, offset: 0x112F6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB14, symBinAddr: 0xD4DE0, symSize: 0x44 } + - { offsetInCU: 0x801, offset: 0x112FF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBB4, symBinAddr: 0xD4E80, symSize: 0x2C } + - { offsetInCU: 0x821, offset: 0x113017, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBB4, symBinAddr: 0xD4E80, symSize: 0x2C } + - { offsetInCU: 0x833, offset: 0x113029, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs0C3KeyAAWl', symObjAddr: 0x674, symBinAddr: 0xD4984, symSize: 0x44 } + - { offsetInCU: 0x847, offset: 0x11303D, size: 0x8, addend: 0x0, symName: '_$sSaySdGSayxGSesSeRzlWl', symObjAddr: 0x6B8, symBinAddr: 0xD49C8, symSize: 0x5C } + - { offsetInCU: 0x87C, offset: 0x113072, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV5valueACyp_tKcfC', symObjAddr: 0xBE0, symBinAddr: 0xD4EAC, symSize: 0x3F8 } + - { offsetInCU: 0xAC1, offset: 0x1132B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0xFD8, symBinAddr: 0xD52A4, symSize: 0x1AC } + - { offsetInCU: 0xB1C, offset: 0x113312, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1184, symBinAddr: 0xD5450, symSize: 0xFC } + - { offsetInCU: 0xB67, offset: 0x11335D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASQWb', symObjAddr: 0x1280, symBinAddr: 0xD554C, symSize: 0x4 } + - { offsetInCU: 0xB7B, offset: 0x113371, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSQAAWl', symObjAddr: 0x1284, symBinAddr: 0xD5550, symSize: 0x44 } + - { offsetInCU: 0xB8F, offset: 0x113385, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x12C8, symBinAddr: 0xD5594, symSize: 0x14 } + - { offsetInCU: 0xBB2, offset: 0x1133A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x12DC, symBinAddr: 0xD55A8, symSize: 0x14 } + - { offsetInCU: 0xBD5, offset: 0x1133CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwet', symObjAddr: 0x1300, symBinAddr: 0xD55BC, symSize: 0x20 } + - { offsetInCU: 0xBE9, offset: 0x1133DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwst', symObjAddr: 0x1320, symBinAddr: 0xD55DC, symSize: 0x28 } + - { offsetInCU: 0xBFD, offset: 0x1133F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVMa', symObjAddr: 0x1348, symBinAddr: 0xD5604, symSize: 0x10 } + - { offsetInCU: 0xC11, offset: 0x113407, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwet', symObjAddr: 0x1364, symBinAddr: 0xD5614, symSize: 0x90 } + - { offsetInCU: 0xC25, offset: 0x11341B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwst', symObjAddr: 0x13F4, symBinAddr: 0xD56A4, symSize: 0xBC } + - { offsetInCU: 0xC39, offset: 0x11342F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwug', symObjAddr: 0x14B0, symBinAddr: 0xD5760, symSize: 0x8 } + - { offsetInCU: 0xC4D, offset: 0x113443, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwup', symObjAddr: 0x14B8, symBinAddr: 0xD5768, symSize: 0x4 } + - { offsetInCU: 0xC61, offset: 0x113457, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwui', symObjAddr: 0x14BC, symBinAddr: 0xD576C, symSize: 0xC } + - { offsetInCU: 0xC75, offset: 0x11346B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOMa', symObjAddr: 0x14C8, symBinAddr: 0xD5778, symSize: 0x10 } + - { offsetInCU: 0xC89, offset: 0x11347F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASQWb', symObjAddr: 0x14D8, symBinAddr: 0xD5788, symSize: 0x4 } + - { offsetInCU: 0xC9D, offset: 0x113493, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFSQAAWl', symObjAddr: 0x14DC, symBinAddr: 0xD578C, symSize: 0x44 } + - { offsetInCU: 0xCB1, offset: 0x1134A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1520, symBinAddr: 0xD57D0, symSize: 0x4 } + - { offsetInCU: 0xCC5, offset: 0x1134BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1524, symBinAddr: 0xD57D4, symSize: 0x44 } + - { offsetInCU: 0xCD9, offset: 0x1134CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1568, symBinAddr: 0xD5818, symSize: 0x4 } + - { offsetInCU: 0xCED, offset: 0x1134E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x156C, symBinAddr: 0xD581C, symSize: 0x44 } + - { offsetInCU: 0xD43, offset: 0x113539, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV5valueACyp_tKcfC', symObjAddr: 0x15B0, symBinAddr: 0xD5860, symSize: 0x174 } + - { offsetInCU: 0x115A, offset: 0x113950, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE7rotated_4axisAB12CoreGraphics7CGFloatV_AbCE4AxisOtF', symObjAddr: 0x1724, symBinAddr: 0xD59D4, symSize: 0xD4 } + - { offsetInCU: 0x12DA, offset: 0x113AD0, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE13makeTransform6anchor8position5scale9rotationX0H1Y0H1Z4skew0I4AxisABSo7CGPointV_ANSo6CGSizeV12CoreGraphics7CGFloatVA3SSgATtFZTf4nnnnnnnnd_n', symObjAddr: 0x17F8, symBinAddr: 0xD5AA8, symSize: 0x460 } + - { offsetInCU: 0x1598, offset: 0x113D8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x878, symBinAddr: 0xD4B44, symSize: 0xC } + - { offsetInCU: 0x15B4, offset: 0x113DAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH9hashValueSivgTW', symObjAddr: 0x884, symBinAddr: 0xD4B50, symSize: 0x8 } + - { offsetInCU: 0x15D0, offset: 0x113DC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x88C, symBinAddr: 0xD4B58, symSize: 0x8 } + - { offsetInCU: 0x15EC, offset: 0x113DE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x894, symBinAddr: 0xD4B60, symSize: 0x8 } + - { offsetInCU: 0x160E, offset: 0x113E04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x9C8, symBinAddr: 0xD4C94, symSize: 0x28 } + - { offsetInCU: 0x162A, offset: 0x113E20, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x9F0, symBinAddr: 0xD4CBC, symSize: 0x28 } + - { offsetInCU: 0x1673, offset: 0x113E69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB58, symBinAddr: 0xD4E24, symSize: 0x5C } + - { offsetInCU: 0xC0, offset: 0x114224, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC17combinedKeyframes14roundedCornersAA13KeyframeGroupCyAC0G0VGAA07RoundedF0CSg_tKF', symObjAddr: 0x0, symBinAddr: 0xD5F2C, symSize: 0x134 } + - { offsetInCU: 0x205, offset: 0x114369, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x134, symBinAddr: 0xD6060, symSize: 0xB0 } + - { offsetInCU: 0x389, offset: 0x1144ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1E4, symBinAddr: 0xD6110, symSize: 0x12C } + - { offsetInCU: 0x4F1, offset: 0x114655, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x310, symBinAddr: 0xD623C, symSize: 0x4 } + - { offsetInCU: 0x519, offset: 0x11467D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwCP', symObjAddr: 0x3EC, symBinAddr: 0xD6294, symSize: 0x30 } + - { offsetInCU: 0x52D, offset: 0x114691, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwet', symObjAddr: 0x43C, symBinAddr: 0xD62C4, symSize: 0x20 } + - { offsetInCU: 0x541, offset: 0x1146A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwst', symObjAddr: 0x45C, symBinAddr: 0xD62E4, symSize: 0x38 } + - { offsetInCU: 0x555, offset: 0x1146B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVMa', symObjAddr: 0x494, symBinAddr: 0xD631C, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1148D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xD632C, symSize: 0x18 } + - { offsetInCU: 0x4B, offset: 0x1148F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xD632C, symSize: 0x18 } + - { offsetInCU: 0x7E, offset: 0x114929, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF', symObjAddr: 0x18, symBinAddr: 0xD6344, symSize: 0x28 } + - { offsetInCU: 0x114, offset: 0x1149BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO9hashValueSivg', symObjAddr: 0x40, symBinAddr: 0xD636C, symSize: 0x44 } + - { offsetInCU: 0x20E, offset: 0x114AB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x84, symBinAddr: 0xD63B0, symSize: 0x18 } + - { offsetInCU: 0x22E, offset: 0x114AD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x84, symBinAddr: 0xD63B0, symSize: 0x18 } + - { offsetInCU: 0x26E, offset: 0x114B19, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x9C, symBinAddr: 0xD63C8, symSize: 0x44 } + - { offsetInCU: 0x351, offset: 0x114BFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE0, symBinAddr: 0xD640C, symSize: 0x28 } + - { offsetInCU: 0x3DA, offset: 0x114C85, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASQWb', symObjAddr: 0x148, symBinAddr: 0xD6474, symSize: 0x4 } + - { offsetInCU: 0x3EE, offset: 0x114C99, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOACSQAAWl', symObjAddr: 0x14C, symBinAddr: 0xD6478, symSize: 0x44 } + - { offsetInCU: 0x402, offset: 0x114CAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwet', symObjAddr: 0x1A0, symBinAddr: 0xD64BC, symSize: 0x90 } + - { offsetInCU: 0x416, offset: 0x114CC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwst', symObjAddr: 0x230, symBinAddr: 0xD654C, symSize: 0xBC } + - { offsetInCU: 0x42A, offset: 0x114CD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwug', symObjAddr: 0x2EC, symBinAddr: 0xD6608, symSize: 0x8 } + - { offsetInCU: 0x43E, offset: 0x114CE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwup', symObjAddr: 0x2F4, symBinAddr: 0xD6610, symSize: 0x4 } + - { offsetInCU: 0x452, offset: 0x114CFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwui', symObjAddr: 0x2F8, symBinAddr: 0xD6614, symSize: 0xC } + - { offsetInCU: 0x466, offset: 0x114D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOMa', symObjAddr: 0x304, symBinAddr: 0xD6620, symSize: 0x10 } + - { offsetInCU: 0x4B8, offset: 0x114D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x108, symBinAddr: 0xD6434, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x114F4D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x8, symBinAddr: 0xD6630, symSize: 0x16C } + - { offsetInCU: 0xEB, offset: 0x115011, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x8, symBinAddr: 0xD6630, symSize: 0x16C } + - { offsetInCU: 0x1FE, offset: 0x115124, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSgWOb', symObjAddr: 0x1C4, symBinAddr: 0xD67AC, symSize: 0x48 } + - { offsetInCU: 0x212, offset: 0x115138, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x20C, symBinAddr: 0xD67F4, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x115335, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xD67FC, symSize: 0x56C } + - { offsetInCU: 0xA2, offset: 0x1153AC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xD67FC, symSize: 0x56C } + - { offsetInCU: 0x50D, offset: 0x115817, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFAHSgAIcfu0_33_28d25105826188377df3c8fe74d211baAiLTf3nnpk_n', symObjAddr: 0x62C, symBinAddr: 0xD6E28, symSize: 0x78 } + - { offsetInCU: 0x52C, offset: 0x115836, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU_', symObjAddr: 0x8E0, symBinAddr: 0xD70DC, symSize: 0x90 } + - { offsetInCU: 0x5FA, offset: 0x115904, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU0_', symObjAddr: 0x970, symBinAddr: 0xD716C, symSize: 0x10C } + - { offsetInCU: 0x7A7, offset: 0x115AB1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I13VtKFSSAHXEfU_AHTf1nncn_nTf4nnng_n', symObjAddr: 0x1040, symBinAddr: 0xD783C, symSize: 0x13C } + - { offsetInCU: 0x8A4, offset: 0x115BAE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I14VtKFSSAHXEfU0_AH5model_AC9MatteTypeO9matteTypetAHTf1nncn_nTf4nnngg_n', symObjAddr: 0x11BC, symBinAddr: 0xD7978, symSize: 0x180 } + - { offsetInCU: 0xB70, offset: 0x115E7A, size: 0x8, addend: 0x0, symName: '_$sSlsE5first7ElementQzSgvpSay6Lottie10LayerModelCGTK', symObjAddr: 0x57C, symBinAddr: 0xD6D78, symSize: 0xB0 } + - { offsetInCU: 0xD1C, offset: 0x116026, size: 0x8, addend: 0x0, symName: '_$sSl6LottieAA10LayerModelC7ElementRtzrlE20pairedLayersAndMasks33_FC3CD219EB0C773D32BBE7C7975F0DE6LLSayAC5layer_AC5model_AA9MatteTypeO05matteU0tSg4masktGyKFs18ReversedCollectionVySayACGG_Tg5', symObjAddr: 0x6A4, symBinAddr: 0xD6EA0, symSize: 0x23C } + - { offsetInCU: 0x1311, offset: 0x11661B, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSDySiSay6Lottie10LayerModelCGG_s17_NativeDictionaryVySiAGGTg5051$sSD16compactMapValuesySDyxqd__Gqd__Sgq_KXEKlFys17_gh47Vyxqd__Gz_x3key_q_5valuettKXEfU_Si_Say6Lottie10eF7CGAKTG5xq_Sgs5Error_pr0_lyAhGIsgnrzo_Tf1ncn_nTf4nng_n', symObjAddr: 0xD5C, symBinAddr: 0xD7558, symSize: 0x2E4 } + - { offsetInCU: 0x1504, offset: 0x11680E, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSlsWl', symObjAddr: 0x1350, symBinAddr: 0xD7AFC, symSize: 0x4C } + - { offsetInCU: 0x1546, offset: 0x116850, size: 0x8, addend: 0x0, symName: '_$sSD8grouping2bySDyxSay7ElementQyd__GGqd__n_xADKXEtKcAERs_STRd__lufCSi_s18ReversedCollectionVySay6Lottie10LayerModelCGGTg5014$sSo7CALayerC6f8E19setupg30Hierarchy3for7contextySayAC0D5h3CG_P68D7ContextVtKFSiAHcfu_32c6367eac2e4f99784ca5c07d849dde74AHSiTf3nnpk_nTf1ncn_nTf4gd_n', symObjAddr: 0xA7C, symBinAddr: 0xD7278, symSize: 0x2E0 } + - { offsetInCU: 0x1C4, offset: 0x1171F9, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11DashElementCRszlE23shapeLayerConfigurations15ContiguousArrayVyAFyAA8KeyframeCyAA0A8Vector1DVGGG12dashPatterns_AL0K5Phasetvg', symObjAddr: 0x0, symBinAddr: 0xD7B4C, symSize: 0x680 } + - { offsetInCU: 0xA82, offset: 0x117AB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfd', symObjAddr: 0x680, symBinAddr: 0xD81CC, symSize: 0x54 } + - { offsetInCU: 0xAAF, offset: 0x117AE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfD', symObjAddr: 0x6D4, symBinAddr: 0xD8220, symSize: 0x1C } + - { offsetInCU: 0xAEB, offset: 0x117B20, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x710, symBinAddr: 0xD825C, symSize: 0xC } + - { offsetInCU: 0xB2C, offset: 0x117B61, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x71C, symBinAddr: 0xD8268, symSize: 0x30 } + - { offsetInCU: 0xB6D, offset: 0x117BA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x74C, symBinAddr: 0xD8298, symSize: 0xC } + - { offsetInCU: 0xB9F, offset: 0x117BD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesC6strokeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xC44, symBinAddr: 0xD8790, symSize: 0x5AC } + - { offsetInCU: 0x10A6, offset: 0x1180DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCMa', symObjAddr: 0x6F0, symBinAddr: 0xD823C, symSize: 0x20 } + - { offsetInCU: 0x111D, offset: 0x118152, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xD82A4, symSize: 0x68 } + - { offsetInCU: 0x1188, offset: 0x1181BD, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xD82A4, symSize: 0x68 } + - { offsetInCU: 0x119C, offset: 0x1181D1, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xD82A4, symSize: 0x68 } + - { offsetInCU: 0x11B0, offset: 0x1181E5, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xD82A4, symSize: 0x68 } + - { offsetInCU: 0x11C4, offset: 0x1181F9, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xD82A4, symSize: 0x68 } + - { offsetInCU: 0x12C8, offset: 0x1182FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCfD', symObjAddr: 0x7C0, symBinAddr: 0xD830C, symSize: 0x34 } + - { offsetInCU: 0x1329, offset: 0x11835E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x814, symBinAddr: 0xD8360, symSize: 0x44 } + - { offsetInCU: 0x1375, offset: 0x1183AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x858, symBinAddr: 0xD83A4, symSize: 0x24 } + - { offsetInCU: 0x13B6, offset: 0x1183EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x87C, symBinAddr: 0xD83C8, symSize: 0x4 } + - { offsetInCU: 0x13D6, offset: 0x11840B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x87C, symBinAddr: 0xD83C8, symSize: 0x4 } + - { offsetInCU: 0x1406, offset: 0x11843B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x880, symBinAddr: 0xD83CC, symSize: 0x8 } + - { offsetInCU: 0x1426, offset: 0x11845B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x880, symBinAddr: 0xD83CC, symSize: 0x8 } + - { offsetInCU: 0x1489, offset: 0x1184BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x888, symBinAddr: 0xD83D4, symSize: 0x10 } + - { offsetInCU: 0x14A9, offset: 0x1184DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x888, symBinAddr: 0xD83D4, symSize: 0x10 } + - { offsetInCU: 0x14F0, offset: 0x118525, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x898, symBinAddr: 0xD83E4, symSize: 0x8 } + - { offsetInCU: 0x1510, offset: 0x118545, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x898, symBinAddr: 0xD83E4, symSize: 0x8 } + - { offsetInCU: 0x1531, offset: 0x118566, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x8A0, symBinAddr: 0xD83EC, symSize: 0x8 } + - { offsetInCU: 0x1551, offset: 0x118586, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x8A0, symBinAddr: 0xD83EC, symSize: 0x8 } + - { offsetInCU: 0x1572, offset: 0x1185A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x8A8, symBinAddr: 0xD83F4, symSize: 0x8 } + - { offsetInCU: 0x1592, offset: 0x1185C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x8A8, symBinAddr: 0xD83F4, symSize: 0x8 } + - { offsetInCU: 0x15B3, offset: 0x1185E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x8B0, symBinAddr: 0xD83FC, symSize: 0x8 } + - { offsetInCU: 0x15D3, offset: 0x118608, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x8B0, symBinAddr: 0xD83FC, symSize: 0x8 } + - { offsetInCU: 0x15F4, offset: 0x118629, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x8B8, symBinAddr: 0xD8404, symSize: 0xC } + - { offsetInCU: 0x1614, offset: 0x118649, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x8B8, symBinAddr: 0xD8404, symSize: 0xC } + - { offsetInCU: 0x1635, offset: 0x11866A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x8C4, symBinAddr: 0xD8410, symSize: 0x10 } + - { offsetInCU: 0x1655, offset: 0x11868A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x8C4, symBinAddr: 0xD8410, symSize: 0x10 } + - { offsetInCU: 0x1667, offset: 0x11869C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8D4, symBinAddr: 0xD8420, symSize: 0x8 } + - { offsetInCU: 0x16A1, offset: 0x1186D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x8DC, symBinAddr: 0xD8428, symSize: 0x4C } + - { offsetInCU: 0x16DE, offset: 0x118713, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x11F0, symBinAddr: 0xD8D3C, symSize: 0x338 } + - { offsetInCU: 0x1D13, offset: 0x118D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCMa', symObjAddr: 0x7F4, symBinAddr: 0xD8340, symSize: 0x20 } + - { offsetInCU: 0x1DED, offset: 0x118E22, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC14keyframeGroupsACyxGs15ContiguousArrayVyAGyAA8KeyframeCyxGGG_tcfcAA0A8Vector1DV_Tg5Tf4gn_n', symObjAddr: 0xA84, symBinAddr: 0xD85D0, symSize: 0x1C0 } + - { offsetInCU: 0x5E, offset: 0x119EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0xD9074, symSize: 0xC } + - { offsetInCU: 0x90, offset: 0x119EF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC, symBinAddr: 0xD9080, symSize: 0x48 } + - { offsetInCU: 0xB5, offset: 0x119F1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x54, symBinAddr: 0xD90C8, symSize: 0x818 } + - { offsetInCU: 0x1DA, offset: 0x11A041, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x86C, symBinAddr: 0xD98E0, symSize: 0xC20 } + - { offsetInCU: 0x672, offset: 0x11A4D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueSSvg', symObjAddr: 0x148C, symBinAddr: 0xDA500, symSize: 0x20 } + - { offsetInCU: 0x6AB, offset: 0x11A512, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x17E4, symBinAddr: 0xDA858, symSize: 0x20 } + - { offsetInCU: 0x6D9, offset: 0x11A540, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x17E4, symBinAddr: 0xDA858, symSize: 0x20 } + - { offsetInCU: 0x722, offset: 0x11A589, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x1988, symBinAddr: 0xDA9FC, symSize: 0x44 } + - { offsetInCU: 0x768, offset: 0x11A5CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x19CC, symBinAddr: 0xDAA40, symSize: 0x28 } + - { offsetInCU: 0x77C, offset: 0x11A5E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x19F4, symBinAddr: 0xDAA68, symSize: 0x8 } + - { offsetInCU: 0x7B2, offset: 0x11A619, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x19FC, symBinAddr: 0xDAA70, symSize: 0x3C } + - { offsetInCU: 0x817, offset: 0x11A67E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1A38, symBinAddr: 0xDAAAC, symSize: 0xC } + - { offsetInCU: 0x833, offset: 0x11A69A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1A44, symBinAddr: 0xDAAB8, symSize: 0xC } + - { offsetInCU: 0x84F, offset: 0x11A6B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x215C, symBinAddr: 0xDAF28, symSize: 0x50 } + - { offsetInCU: 0x87C, offset: 0x11A6E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x14AC, symBinAddr: 0xDA520, symSize: 0x338 } + - { offsetInCU: 0x8D8, offset: 0x11A73F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfd', symObjAddr: 0x1AF4, symBinAddr: 0xDAB68, symSize: 0x64 } + - { offsetInCU: 0x923, offset: 0x11A78A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfD', symObjAddr: 0x1B58, symBinAddr: 0xDABCC, symSize: 0x1C } + - { offsetInCU: 0x95F, offset: 0x11A7C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1B94, symBinAddr: 0xDAC08, symSize: 0xC } + - { offsetInCU: 0x9A0, offset: 0x11A807, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BA0, symBinAddr: 0xDAC14, symSize: 0xC } + - { offsetInCU: 0x9E1, offset: 0x11A848, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BAC, symBinAddr: 0xDAC20, symSize: 0xC } + - { offsetInCU: 0xA22, offset: 0x11A889, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BB8, symBinAddr: 0xDAC2C, symSize: 0xC } + - { offsetInCU: 0xAAD, offset: 0x11A914, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfE', symObjAddr: 0x1AA0, symBinAddr: 0xDAB14, symSize: 0x54 } + - { offsetInCU: 0xB05, offset: 0x11A96C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCMa', symObjAddr: 0x1B74, symBinAddr: 0xDABE8, symSize: 0x20 } + - { offsetInCU: 0xB19, offset: 0x11A980, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs0D3KeyAAWl', symObjAddr: 0x1C28, symBinAddr: 0xDAC38, symSize: 0x44 } + - { offsetInCU: 0xB2D, offset: 0x11A994, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwet', symObjAddr: 0x1F14, symBinAddr: 0xDACE0, symSize: 0x90 } + - { offsetInCU: 0xB41, offset: 0x11A9A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwst', symObjAddr: 0x1FA4, symBinAddr: 0xDAD70, symSize: 0xBC } + - { offsetInCU: 0xB55, offset: 0x11A9BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwug', symObjAddr: 0x2060, symBinAddr: 0xDAE2C, symSize: 0x8 } + - { offsetInCU: 0xB69, offset: 0x11A9D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwup', symObjAddr: 0x2068, symBinAddr: 0xDAE34, symSize: 0x4 } + - { offsetInCU: 0xB7D, offset: 0x11A9E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwui', symObjAddr: 0x206C, symBinAddr: 0xDAE38, symSize: 0x8 } + - { offsetInCU: 0xB91, offset: 0x11A9F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOMa', symObjAddr: 0x2074, symBinAddr: 0xDAE40, symSize: 0x10 } + - { offsetInCU: 0xBA5, offset: 0x11AA0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASQWb', symObjAddr: 0x2084, symBinAddr: 0xDAE50, symSize: 0x4 } + - { offsetInCU: 0xBB9, offset: 0x11AA20, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFSQAAWl', symObjAddr: 0x2088, symBinAddr: 0xDAE54, symSize: 0x44 } + - { offsetInCU: 0xBCD, offset: 0x11AA34, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x20CC, symBinAddr: 0xDAE98, symSize: 0x4 } + - { offsetInCU: 0xBE1, offset: 0x11AA48, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x20D0, symBinAddr: 0xDAE9C, symSize: 0x44 } + - { offsetInCU: 0xBF5, offset: 0x11AA5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2114, symBinAddr: 0xDAEE0, symSize: 0x4 } + - { offsetInCU: 0xC09, offset: 0x11AA70, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2118, symBinAddr: 0xDAEE4, symSize: 0x44 } + - { offsetInCU: 0xC67, offset: 0x11AACE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1804, symBinAddr: 0xDA878, symSize: 0x88 } + - { offsetInCU: 0xD16, offset: 0x11AB7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x188C, symBinAddr: 0xDA900, symSize: 0x60 } + - { offsetInCU: 0xD94, offset: 0x11ABFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18EC, symBinAddr: 0xDA960, symSize: 0x40 } + - { offsetInCU: 0xDE6, offset: 0x11AC4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x192C, symBinAddr: 0xDA9A0, symSize: 0x5C } + - { offsetInCU: 0xE48, offset: 0x11ACAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1A50, symBinAddr: 0xDAAC4, symSize: 0x28 } + - { offsetInCU: 0xE64, offset: 0x11ACCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A78, symBinAddr: 0xDAAEC, symSize: 0x28 } + - { offsetInCU: 0x69, offset: 0x11AEEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCfD', symObjAddr: 0x0, symBinAddr: 0xDAF78, symSize: 0x44 } + - { offsetInCU: 0xDC, offset: 0x11AF62, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCMa', symObjAddr: 0x44, symBinAddr: 0xDAFBC, symSize: 0x20 } + - { offsetInCU: 0x6F0, offset: 0x11B576, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyF', symObjAddr: 0x64, symBinAddr: 0xDAFDC, symSize: 0x1590 } + - { offsetInCU: 0x1C78, offset: 0x11CAFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10RenderNode_pWOb', symObjAddr: 0x16AC, symBinAddr: 0xDC5E4, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0x11CE55, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xDC5FC, symSize: 0x14 } + - { offsetInCU: 0x8A, offset: 0x11CEB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xDC6BC, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x11CEE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0xDC6D4, symSize: 0xC } + - { offsetInCU: 0xE4, offset: 0x11CF0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0xDC788, symSize: 0x48 } + - { offsetInCU: 0x109, offset: 0x11CF33, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0xDC7D0, symSize: 0x19C } + - { offsetInCU: 0x171, offset: 0x11CF9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x370, symBinAddr: 0xDC96C, symSize: 0x100 } + - { offsetInCU: 0x223, offset: 0x11D04D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x470, symBinAddr: 0xDCA6C, symSize: 0x104 } + - { offsetInCU: 0x2A6, offset: 0x11D0D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x584, symBinAddr: 0xDCB80, symSize: 0x64 } + - { offsetInCU: 0x2E9, offset: 0x11D113, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x5E8, symBinAddr: 0xDCBE4, symSize: 0x24 } + - { offsetInCU: 0x329, offset: 0x11D153, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x60C, symBinAddr: 0xDCC08, symSize: 0x4 } + - { offsetInCU: 0x349, offset: 0x11D173, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x60C, symBinAddr: 0xDCC08, symSize: 0x4 } + - { offsetInCU: 0x374, offset: 0x11D19E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x610, symBinAddr: 0xDCC0C, symSize: 0x68 } + - { offsetInCU: 0x3BF, offset: 0x11D1E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x678, symBinAddr: 0xDCC74, symSize: 0xC } + - { offsetInCU: 0x3DB, offset: 0x11D205, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x684, symBinAddr: 0xDCC80, symSize: 0xC } + - { offsetInCU: 0x3F7, offset: 0x11D221, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO11stringValueSSvgTf4d_n', symObjAddr: 0xCE0, symBinAddr: 0xDD1BC, symSize: 0xC } + - { offsetInCU: 0x433, offset: 0x11D25D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCfD', symObjAddr: 0x6E0, symBinAddr: 0xDCCDC, symSize: 0x24 } + - { offsetInCU: 0x4DE, offset: 0x11D308, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCMa', symObjAddr: 0x704, symBinAddr: 0xDCD00, symSize: 0x20 } + - { offsetInCU: 0x4F2, offset: 0x11D31C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwet', symObjAddr: 0x734, symBinAddr: 0xDCD20, symSize: 0x90 } + - { offsetInCU: 0x506, offset: 0x11D330, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwst', symObjAddr: 0x7C4, symBinAddr: 0xDCDB0, symSize: 0xBC } + - { offsetInCU: 0x51A, offset: 0x11D344, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwug', symObjAddr: 0x880, symBinAddr: 0xDCE6C, symSize: 0x8 } + - { offsetInCU: 0x52E, offset: 0x11D358, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwup', symObjAddr: 0x888, symBinAddr: 0xDCE74, symSize: 0x4 } + - { offsetInCU: 0x542, offset: 0x11D36C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwui', symObjAddr: 0x88C, symBinAddr: 0xDCE78, symSize: 0x8 } + - { offsetInCU: 0x556, offset: 0x11D380, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOMa', symObjAddr: 0x894, symBinAddr: 0xDCE80, symSize: 0x10 } + - { offsetInCU: 0x56A, offset: 0x11D394, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASQWb', symObjAddr: 0x8A4, symBinAddr: 0xDCE90, symSize: 0x4 } + - { offsetInCU: 0x57E, offset: 0x11D3A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSQAAWl', symObjAddr: 0x8A8, symBinAddr: 0xDCE94, symSize: 0x44 } + - { offsetInCU: 0x592, offset: 0x11D3BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSYAAWl', symObjAddr: 0x8EC, symBinAddr: 0xDCED8, symSize: 0x44 } + - { offsetInCU: 0x5A6, offset: 0x11D3D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs0C3KeyAAWl', symObjAddr: 0x994, symBinAddr: 0xDCF1C, symSize: 0x44 } + - { offsetInCU: 0x5BA, offset: 0x11D3E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSEAAWl', symObjAddr: 0x9D8, symBinAddr: 0xDCF60, symSize: 0x44 } + - { offsetInCU: 0x5CE, offset: 0x11D3F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSeAAWl', symObjAddr: 0xA3C, symBinAddr: 0xDCFA4, symSize: 0x44 } + - { offsetInCU: 0x5E2, offset: 0x11D40C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwet', symObjAddr: 0xB0C, symBinAddr: 0xDCFE8, symSize: 0x50 } + - { offsetInCU: 0x5F6, offset: 0x11D420, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwst', symObjAddr: 0xB5C, symBinAddr: 0xDD038, symSize: 0x8C } + - { offsetInCU: 0x60A, offset: 0x11D434, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwug', symObjAddr: 0xBE8, symBinAddr: 0xDD0C4, symSize: 0x8 } + - { offsetInCU: 0x61E, offset: 0x11D448, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwup', symObjAddr: 0xBF0, symBinAddr: 0xDD0CC, symSize: 0x4 } + - { offsetInCU: 0x632, offset: 0x11D45C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwui', symObjAddr: 0xBF4, symBinAddr: 0xDD0D0, symSize: 0x4 } + - { offsetInCU: 0x646, offset: 0x11D470, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOMa', symObjAddr: 0xBF8, symBinAddr: 0xDD0D4, symSize: 0x10 } + - { offsetInCU: 0x65A, offset: 0x11D484, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASQWb', symObjAddr: 0xC08, symBinAddr: 0xDD0E4, symSize: 0x4 } + - { offsetInCU: 0x66E, offset: 0x11D498, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFSQAAWl', symObjAddr: 0xC0C, symBinAddr: 0xDD0E8, symSize: 0x44 } + - { offsetInCU: 0x682, offset: 0x11D4AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC50, symBinAddr: 0xDD12C, symSize: 0x4 } + - { offsetInCU: 0x696, offset: 0x11D4C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC54, symBinAddr: 0xDD130, symSize: 0x44 } + - { offsetInCU: 0x6AA, offset: 0x11D4D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC98, symBinAddr: 0xDD174, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x11D4E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xC9C, symBinAddr: 0xDD178, symSize: 0x44 } + - { offsetInCU: 0x6F2, offset: 0x11D51C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xDC5FC, symSize: 0x14 } + - { offsetInCU: 0x783, offset: 0x11D5AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xDC610, symSize: 0x44 } + - { offsetInCU: 0x832, offset: 0x11D65C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xDC654, symSize: 0x28 } + - { offsetInCU: 0x885, offset: 0x11D6AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xDC67C, symSize: 0x40 } + - { offsetInCU: 0x908, offset: 0x11D732, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0xDC6E0, symSize: 0x5C } + - { offsetInCU: 0x92B, offset: 0x11D755, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xDC73C, symSize: 0x4C } + - { offsetInCU: 0x95D, offset: 0x11D787, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x574, symBinAddr: 0xDCB70, symSize: 0x4 } + - { offsetInCU: 0x97D, offset: 0x11D7A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x574, symBinAddr: 0xDCB70, symSize: 0x4 } + - { offsetInCU: 0x99D, offset: 0x11D7C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x578, symBinAddr: 0xDCB74, symSize: 0x4 } + - { offsetInCU: 0x9BD, offset: 0x11D7E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x578, symBinAddr: 0xDCB74, symSize: 0x4 } + - { offsetInCU: 0x9DD, offset: 0x11D807, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x57C, symBinAddr: 0xDCB78, symSize: 0x4 } + - { offsetInCU: 0x9FD, offset: 0x11D827, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x57C, symBinAddr: 0xDCB78, symSize: 0x4 } + - { offsetInCU: 0xA1D, offset: 0x11D847, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x580, symBinAddr: 0xDCB7C, symSize: 0x4 } + - { offsetInCU: 0xA3D, offset: 0x11D867, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x580, symBinAddr: 0xDCB7C, symSize: 0x4 } + - { offsetInCU: 0xA54, offset: 0x11D87E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x690, symBinAddr: 0xDCC8C, symSize: 0x28 } + - { offsetInCU: 0xA70, offset: 0x11D89A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x6B8, symBinAddr: 0xDCCB4, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x11DA85, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xDD1C8, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x11DAA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xDD1C8, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x11DACE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xDD210, symSize: 0x180 } + - { offsetInCU: 0xDC, offset: 0x11DB36, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C8, symBinAddr: 0xDD390, symSize: 0xEC } + - { offsetInCU: 0x15F, offset: 0x11DBB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2C4, symBinAddr: 0xDD48C, symSize: 0x64 } + - { offsetInCU: 0x1A2, offset: 0x11DBFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x328, symBinAddr: 0xDD4F0, symSize: 0x24 } + - { offsetInCU: 0x1E2, offset: 0x11DC3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x34C, symBinAddr: 0xDD514, symSize: 0x4 } + - { offsetInCU: 0x202, offset: 0x11DC5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x34C, symBinAddr: 0xDD514, symSize: 0x4 } + - { offsetInCU: 0x22D, offset: 0x11DC87, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x350, symBinAddr: 0xDD518, symSize: 0x68 } + - { offsetInCU: 0x278, offset: 0x11DCD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x3B8, symBinAddr: 0xDD580, symSize: 0xC } + - { offsetInCU: 0x294, offset: 0x11DCEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x3C4, symBinAddr: 0xDD58C, symSize: 0xC } + - { offsetInCU: 0x2B0, offset: 0x11DD0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO11stringValueSSvgTf4d_n', symObjAddr: 0x77C, symBinAddr: 0xDD874, symSize: 0x14 } + - { offsetInCU: 0x2EC, offset: 0x11DD46, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfD', symObjAddr: 0x428, symBinAddr: 0xDD5F0, symSize: 0x4C } + - { offsetInCU: 0x346, offset: 0x11DDA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfE', symObjAddr: 0x420, symBinAddr: 0xDD5E8, symSize: 0x8 } + - { offsetInCU: 0x39E, offset: 0x11DDF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCMa', symObjAddr: 0x474, symBinAddr: 0xDD63C, symSize: 0x20 } + - { offsetInCU: 0x3B2, offset: 0x11DE0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs0E3KeyAAWl', symObjAddr: 0x4F8, symBinAddr: 0xDD65C, symSize: 0x44 } + - { offsetInCU: 0x3C6, offset: 0x11DE20, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwet', symObjAddr: 0x5A8, symBinAddr: 0xDD6A0, symSize: 0x50 } + - { offsetInCU: 0x3DA, offset: 0x11DE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwst', symObjAddr: 0x5F8, symBinAddr: 0xDD6F0, symSize: 0x8C } + - { offsetInCU: 0x3EE, offset: 0x11DE48, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwug', symObjAddr: 0x684, symBinAddr: 0xDD77C, symSize: 0x8 } + - { offsetInCU: 0x402, offset: 0x11DE5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwup', symObjAddr: 0x68C, symBinAddr: 0xDD784, symSize: 0x4 } + - { offsetInCU: 0x416, offset: 0x11DE70, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwui', symObjAddr: 0x690, symBinAddr: 0xDD788, symSize: 0x4 } + - { offsetInCU: 0x42A, offset: 0x11DE84, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOMa', symObjAddr: 0x694, symBinAddr: 0xDD78C, symSize: 0x10 } + - { offsetInCU: 0x43E, offset: 0x11DE98, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASQWb', symObjAddr: 0x6A4, symBinAddr: 0xDD79C, symSize: 0x4 } + - { offsetInCU: 0x452, offset: 0x11DEAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFSQAAWl', symObjAddr: 0x6A8, symBinAddr: 0xDD7A0, symSize: 0x44 } + - { offsetInCU: 0x466, offset: 0x11DEC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x6EC, symBinAddr: 0xDD7E4, symSize: 0x4 } + - { offsetInCU: 0x47A, offset: 0x11DED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x6F0, symBinAddr: 0xDD7E8, symSize: 0x44 } + - { offsetInCU: 0x48E, offset: 0x11DEE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x734, symBinAddr: 0xDD82C, symSize: 0x4 } + - { offsetInCU: 0x4A2, offset: 0x11DEFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x738, symBinAddr: 0xDD830, symSize: 0x44 } + - { offsetInCU: 0x4D6, offset: 0x11DF30, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2B4, symBinAddr: 0xDD47C, symSize: 0x4 } + - { offsetInCU: 0x4F6, offset: 0x11DF50, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2B4, symBinAddr: 0xDD47C, symSize: 0x4 } + - { offsetInCU: 0x516, offset: 0x11DF70, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2B8, symBinAddr: 0xDD480, symSize: 0x4 } + - { offsetInCU: 0x536, offset: 0x11DF90, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2B8, symBinAddr: 0xDD480, symSize: 0x4 } + - { offsetInCU: 0x556, offset: 0x11DFB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2BC, symBinAddr: 0xDD484, symSize: 0x4 } + - { offsetInCU: 0x576, offset: 0x11DFD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2BC, symBinAddr: 0xDD484, symSize: 0x4 } + - { offsetInCU: 0x596, offset: 0x11DFF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2C0, symBinAddr: 0xDD488, symSize: 0x4 } + - { offsetInCU: 0x5B6, offset: 0x11E010, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2C0, symBinAddr: 0xDD488, symSize: 0x4 } + - { offsetInCU: 0x5CD, offset: 0x11E027, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x3D0, symBinAddr: 0xDD598, symSize: 0x28 } + - { offsetInCU: 0x5E9, offset: 0x11E043, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x3F8, symBinAddr: 0xDD5C0, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x11E1F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xDD888, symSize: 0xE0 } + - { offsetInCU: 0x64, offset: 0x11E232, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tF', symObjAddr: 0xE0, symBinAddr: 0xDD968, symSize: 0xF0 } + - { offsetInCU: 0xC1, offset: 0x11E28F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCfD', symObjAddr: 0x1D0, symBinAddr: 0xDDA58, symSize: 0x2C } + - { offsetInCU: 0x104, offset: 0x11E2D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cQ0C_tFTW', symObjAddr: 0x21C, symBinAddr: 0xDDAA4, symSize: 0x20 } + - { offsetInCU: 0x14A, offset: 0x11E318, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP15contentsGravity3forSo015CALayerContentsP0aAA0C5AssetC_tFTW', symObjAddr: 0x23C, symBinAddr: 0xDDAC4, symSize: 0x50 } + - { offsetInCU: 0x1B9, offset: 0x11E387, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC05imageD0AdA09AnimationcD0_p_tcfCTf4en_n', symObjAddr: 0x30C, symBinAddr: 0xDDB14, symSize: 0xD0 } + - { offsetInCU: 0x23A, offset: 0x11E408, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xDD888, symSize: 0xE0 } + - { offsetInCU: 0x284, offset: 0x11E452, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCMa', symObjAddr: 0x1FC, symBinAddr: 0xDDA84, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x11E666, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0xDDBE4, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x11E69A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x50, symBinAddr: 0xDDC34, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x11E6AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfC', symObjAddr: 0x80, symBinAddr: 0xDDC64, symSize: 0x20 } + - { offsetInCU: 0xC4, offset: 0x11E6CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfc', symObjAddr: 0xA0, symBinAddr: 0xDDC84, symSize: 0xD8 } + - { offsetInCU: 0x132, offset: 0x11E73A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfcTo', symObjAddr: 0x178, symBinAddr: 0xDDD5C, symSize: 0x20 } + - { offsetInCU: 0x14E, offset: 0x11E756, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x198, symBinAddr: 0xDDD7C, symSize: 0x44 } + - { offsetInCU: 0x16C, offset: 0x11E774, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1DC, symBinAddr: 0xDDDC0, symSize: 0x30 } + - { offsetInCU: 0x18F, offset: 0x11E797, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x20C, symBinAddr: 0xDDDF0, symSize: 0x4C } + - { offsetInCU: 0x1DF, offset: 0x11E7E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x414, symBinAddr: 0xDDF2C, symSize: 0x18 } + - { offsetInCU: 0x1FF, offset: 0x11E807, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x414, symBinAddr: 0xDDF2C, symSize: 0x18 } + - { offsetInCU: 0x278, offset: 0x11E880, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x5C0, symBinAddr: 0xDE000, symSize: 0x9C } + - { offsetInCU: 0x2FC, offset: 0x11E904, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tFTo', symObjAddr: 0x6A0, symBinAddr: 0xDE09C, symSize: 0x74 } + - { offsetInCU: 0x337, offset: 0x11E93F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC15animationDidSetyyF', symObjAddr: 0x714, symBinAddr: 0xDE110, symSize: 0x4 } + - { offsetInCU: 0x362, offset: 0x11E96A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg', symObjAddr: 0x718, symBinAddr: 0xDE114, symSize: 0x10 } + - { offsetInCU: 0x3B9, offset: 0x11E9C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvW', symObjAddr: 0x7A0, symBinAddr: 0xDE19C, symSize: 0xEC } + - { offsetInCU: 0x432, offset: 0x11EA3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg', symObjAddr: 0x88C, symBinAddr: 0xDE288, symSize: 0x48 } + - { offsetInCU: 0x451, offset: 0x11EA59, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs', symObjAddr: 0x8D4, symBinAddr: 0xDE2D0, symSize: 0x70 } + - { offsetInCU: 0x47A, offset: 0x11EA82, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM', symObjAddr: 0x944, symBinAddr: 0xDE340, symSize: 0x48 } + - { offsetInCU: 0x4A9, offset: 0x11EAB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM.resume.0', symObjAddr: 0x98C, symBinAddr: 0xDE388, symSize: 0x30 } + - { offsetInCU: 0x4FE, offset: 0x11EB06, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0xA34, symBinAddr: 0xDE430, symSize: 0x74 } + - { offsetInCU: 0x58B, offset: 0x11EB93, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0xAA8, symBinAddr: 0xDE4A4, symSize: 0x64 } + - { offsetInCU: 0x5F4, offset: 0x11EBFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0xB0C, symBinAddr: 0xDE508, symSize: 0x8C } + - { offsetInCU: 0x666, offset: 0x11EC6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0xB98, symBinAddr: 0xDE594, symSize: 0x88 } + - { offsetInCU: 0x701, offset: 0x11ED09, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF', symObjAddr: 0xC20, symBinAddr: 0xDE61C, symSize: 0x8C } + - { offsetInCU: 0x77B, offset: 0x11ED83, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF', symObjAddr: 0xCAC, symBinAddr: 0xDE6A8, symSize: 0x5C } + - { offsetInCU: 0x81B, offset: 0x11EE23, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14updateForStateyyF', symObjAddr: 0xD08, symBinAddr: 0xDE704, symSize: 0x2F8 } + - { offsetInCU: 0xB95, offset: 0x11F19D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC10commonInit33_3255EF2F4BCF8A3C447F424ACE2B7066LLyyF', symObjAddr: 0x1000, symBinAddr: 0xDE9FC, symSize: 0x2B4 } + - { offsetInCU: 0xC1D, offset: 0x11F225, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfC', symObjAddr: 0x12B4, symBinAddr: 0xDECB0, symSize: 0x50 } + - { offsetInCU: 0xC3B, offset: 0x11F243, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc', symObjAddr: 0x1304, symBinAddr: 0xDED00, symSize: 0x2C } + - { offsetInCU: 0xCAE, offset: 0x11F2B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x1330, symBinAddr: 0xDED2C, symSize: 0x2C } + - { offsetInCU: 0xD15, offset: 0x11F31D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfD', symObjAddr: 0x135C, symBinAddr: 0xDED58, symSize: 0x30 } + - { offsetInCU: 0xD42, offset: 0x11F34A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x2690, symBinAddr: 0xE008C, symSize: 0x1C0 } + - { offsetInCU: 0xE75, offset: 0x11F47D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x2870, symBinAddr: 0xE026C, symSize: 0xDC } + - { offsetInCU: 0xF12, offset: 0x11F51A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvpACTk', symObjAddr: 0x728, symBinAddr: 0xDE124, symSize: 0x78 } + - { offsetInCU: 0x102A, offset: 0x11F632, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x2430, symBinAddr: 0xDFE2C, symSize: 0x260 } + - { offsetInCU: 0x1251, offset: 0x11F859, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x9BC, symBinAddr: 0xDE3B8, symSize: 0x78 } + - { offsetInCU: 0x13D3, offset: 0x11F9DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfETo', symObjAddr: 0x138C, symBinAddr: 0xDED88, symSize: 0x48 } + - { offsetInCU: 0x142E, offset: 0x11FA36, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x13D4, symBinAddr: 0xDEDD0, symSize: 0xBC } + - { offsetInCU: 0x14C4, offset: 0x11FACC, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector1DVTB5', symObjAddr: 0x1490, symBinAddr: 0xDEE8C, symSize: 0x94 } + - { offsetInCU: 0x155A, offset: 0x11FB62, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector3DVTB5', symObjAddr: 0x1524, symBinAddr: 0xDEF20, symSize: 0xBC } + - { offsetInCU: 0x15F0, offset: 0x11FBF8, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x15E0, symBinAddr: 0xDEFDC, symSize: 0xA0 } + - { offsetInCU: 0x1686, offset: 0x11FC8E, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I5ColorVTB5', symObjAddr: 0x1680, symBinAddr: 0xDF07C, symSize: 0xC4 } + - { offsetInCU: 0x171C, offset: 0x11FD24, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x1744, symBinAddr: 0xDF140, symSize: 0xA8 } + - { offsetInCU: 0x17B2, offset: 0x11FDBA, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x17EC, symBinAddr: 0xDF1E8, symSize: 0xB8 } + - { offsetInCU: 0x1840, offset: 0x11FE48, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x18C0, symBinAddr: 0xDF2BC, symSize: 0xB0 } + - { offsetInCU: 0x18D6, offset: 0x11FEDE, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x1970, symBinAddr: 0xDF36C, symSize: 0xB8 } + - { offsetInCU: 0x196C, offset: 0x11FF74, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1A28, symBinAddr: 0xDF424, symSize: 0xB8 } + - { offsetInCU: 0x1A02, offset: 0x12000A, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x1AE0, symBinAddr: 0xDF4DC, symSize: 0xC4 } + - { offsetInCU: 0x1A98, offset: 0x1200A0, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AI2totTg5', symObjAddr: 0x1D78, symBinAddr: 0xDF774, symSize: 0xB4 } + - { offsetInCU: 0x1B23, offset: 0x12012B, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSu_SSTg5', symObjAddr: 0x1E2C, symBinAddr: 0xDF828, symSize: 0xC4 } + - { offsetInCU: 0x1B9B, offset: 0x1201A3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x2090, symBinAddr: 0xDFA8C, symSize: 0xC8 } + - { offsetInCU: 0x1C29, offset: 0x120231, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCMa', symObjAddr: 0x2850, symBinAddr: 0xE024C, symSize: 0x20 } + - { offsetInCU: 0x79, offset: 0x12066B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xE0524, symSize: 0x58 } + - { offsetInCU: 0xC0, offset: 0x1206B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0xE057C, symSize: 0x208 } + - { offsetInCU: 0x183, offset: 0x120775, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfcTo', symObjAddr: 0x260, symBinAddr: 0xE0784, symSize: 0x4C } + - { offsetInCU: 0x19F, offset: 0x120791, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2AC, symBinAddr: 0xE07D0, symSize: 0x208 } + - { offsetInCU: 0x202, offset: 0x1207F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCACycfcTo', symObjAddr: 0x4B4, symBinAddr: 0xE09D8, symSize: 0x2C } + - { offsetInCU: 0x269, offset: 0x12085B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfD', symObjAddr: 0x548, symBinAddr: 0xE0A6C, symSize: 0x34 } + - { offsetInCU: 0x2C3, offset: 0x1208B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfE', symObjAddr: 0x4E0, symBinAddr: 0xE0A04, symSize: 0x68 } + - { offsetInCU: 0x2F2, offset: 0x1208E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfETo', symObjAddr: 0x57C, symBinAddr: 0xE0AA0, symSize: 0x68 } + - { offsetInCU: 0x321, offset: 0x120913, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCMa', symObjAddr: 0x5E4, symBinAddr: 0xE0B08, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x120927, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwCP', symObjAddr: 0x604, symBinAddr: 0xE0B28, symSize: 0x30 } + - { offsetInCU: 0x349, offset: 0x12093B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwxx', symObjAddr: 0x634, symBinAddr: 0xE0B58, symSize: 0x48 } + - { offsetInCU: 0x35D, offset: 0x12094F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwcp', symObjAddr: 0x67C, symBinAddr: 0xE0BA0, symSize: 0x74 } + - { offsetInCU: 0x371, offset: 0x120963, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwca', symObjAddr: 0x6F0, symBinAddr: 0xE0C14, symSize: 0xBC } + - { offsetInCU: 0x385, offset: 0x120977, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwta', symObjAddr: 0x7C0, symBinAddr: 0xE0CD0, symSize: 0x84 } + - { offsetInCU: 0x399, offset: 0x12098B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwet', symObjAddr: 0x844, symBinAddr: 0xE0D54, symSize: 0x48 } + - { offsetInCU: 0x3AD, offset: 0x12099F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwst', symObjAddr: 0x88C, symBinAddr: 0xE0D9C, symSize: 0x4C } + - { offsetInCU: 0x3C1, offset: 0x1209B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVMa', symObjAddr: 0x8D8, symBinAddr: 0xE0DE8, symSize: 0x10 } + - { offsetInCU: 0x3F6, offset: 0x1209E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x8E8, symBinAddr: 0xE0DF8, symSize: 0x8 } + - { offsetInCU: 0x437, offset: 0x120A29, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x908, symBinAddr: 0xE0E18, symSize: 0x8 } + - { offsetInCU: 0x478, offset: 0x120A6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x910, symBinAddr: 0xE0E20, symSize: 0x8 } + - { offsetInCU: 0x4B9, offset: 0x120AAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x918, symBinAddr: 0xE0E28, symSize: 0x8 } + - { offsetInCU: 0x4FA, offset: 0x120AEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x920, symBinAddr: 0xE0E30, symSize: 0x8 } + - { offsetInCU: 0x5AC, offset: 0x120B9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLV8repeater5indexAdA0B0C_SitcfCTf4nnd_n', symObjAddr: 0xA04, symBinAddr: 0xE0EB4, symSize: 0x884 } + - { offsetInCU: 0xFF6, offset: 0x1215E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x8F0, symBinAddr: 0xE0E00, symSize: 0x8 } + - { offsetInCU: 0x1028, offset: 0x12161A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x8F8, symBinAddr: 0xE0E08, symSize: 0x8 } + - { offsetInCU: 0x1044, offset: 0x121636, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x900, symBinAddr: 0xE0E10, symSize: 0x8 } + - { offsetInCU: 0x1060, offset: 0x121652, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x928, symBinAddr: 0xE0E38, symSize: 0x8 } + - { offsetInCU: 0x107C, offset: 0x12166E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x930, symBinAddr: 0xE0E40, symSize: 0x8 } + - { offsetInCU: 0x24D, offset: 0x122035, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC021$s6Lottie23Compatiblebc74C3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5P8_pSgcfU_Tf1nnncnnn_n', symObjAddr: 0x0, symBinAddr: 0xE1738, symSize: 0x5E4 } + - { offsetInCU: 0x499, offset: 0x122281, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x5E4, symBinAddr: 0xE1D1C, symSize: 0x678 } + - { offsetInCU: 0x771, offset: 0x122559, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xC5C, symBinAddr: 0xE2394, symSize: 0x1F8 } + - { offsetInCU: 0x97D, offset: 0x122765, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xE54, symBinAddr: 0xE258C, symSize: 0x2FC } + - { offsetInCU: 0xAD9, offset: 0x1228C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfcyAA0aB0CSgcfU_', symObjAddr: 0x1150, symBinAddr: 0xE2888, symSize: 0x98 } + - { offsetInCU: 0xB51, offset: 0x122939, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x1264, symBinAddr: 0xE2920, symSize: 0x1EC } + - { offsetInCU: 0xD44, offset: 0x122B2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1450, symBinAddr: 0xE2B0C, symSize: 0x254 } + - { offsetInCU: 0xEBA, offset: 0x122CA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x16A4, symBinAddr: 0xE2D60, symSize: 0x228 } + - { offsetInCU: 0x10E2, offset: 0x122ECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x18CC, symBinAddr: 0xE2F88, symSize: 0x8E0 } + - { offsetInCU: 0x13AF, offset: 0x123197, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x21AC, symBinAddr: 0xE3868, symSize: 0x23C } + - { offsetInCU: 0x1500, offset: 0x1232E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x24D4, symBinAddr: 0xE3B90, symSize: 0x8 } + - { offsetInCU: 0x1554, offset: 0x12333C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x24DC, symBinAddr: 0xE3B98, symSize: 0x40 } + - { offsetInCU: 0x1637, offset: 0x12341F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x251C, symBinAddr: 0xE3BD8, symSize: 0x24 } + - { offsetInCU: 0x16BF, offset: 0x1234A7, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgSo13NSURLResponseCSgs5Error_pSgIeghggg_So6NSDataCSgAGSo7NSErrorCSgIeyBhyyy_TR', symObjAddr: 0x258C, symBinAddr: 0xE3C48, symSize: 0xCC } + - { offsetInCU: 0x16D7, offset: 0x1234BF, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2668, symBinAddr: 0xE3D24, symSize: 0x10 } + - { offsetInCU: 0x16EB, offset: 0x1234D3, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2678, symBinAddr: 0xE3D34, symSize: 0x8 } + - { offsetInCU: 0x16FF, offset: 0x1234E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOy', symObjAddr: 0x2720, symBinAddr: 0xE3D44, symSize: 0x10 } + - { offsetInCU: 0x1713, offset: 0x1234FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOe', symObjAddr: 0x276C, symBinAddr: 0xE3D90, symSize: 0x10 } + - { offsetInCU: 0x1727, offset: 0x12350F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOb', symObjAddr: 0x2884, symBinAddr: 0xE3EA8, symSize: 0x48 } + - { offsetInCU: 0x173B, offset: 0x123523, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_TA', symObjAddr: 0x28CC, symBinAddr: 0xE3EF0, symSize: 0x88 } + - { offsetInCU: 0x174F, offset: 0x123537, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pWOb', symObjAddr: 0x2954, symBinAddr: 0xE3F78, symSize: 0x18 } + - { offsetInCU: 0x1763, offset: 0x12354B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x2A10, symBinAddr: 0xE3FD4, symSize: 0x14 } + - { offsetInCU: 0x1777, offset: 0x12355F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACs0C0AAWl', symObjAddr: 0x2A68, symBinAddr: 0xE3FE8, symSize: 0x44 } + - { offsetInCU: 0x178B, offset: 0x123573, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwet', symObjAddr: 0x2BF4, symBinAddr: 0xE416C, symSize: 0x50 } + - { offsetInCU: 0x179F, offset: 0x123587, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwst', symObjAddr: 0x2C44, symBinAddr: 0xE41BC, symSize: 0x8C } + - { offsetInCU: 0x17B3, offset: 0x12359B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwug', symObjAddr: 0x2CD0, symBinAddr: 0xE4248, symSize: 0x8 } + - { offsetInCU: 0x17C7, offset: 0x1235AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwup', symObjAddr: 0x2CD8, symBinAddr: 0xE4250, symSize: 0x4 } + - { offsetInCU: 0x17DB, offset: 0x1235C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwui', symObjAddr: 0x2CDC, symBinAddr: 0xE4254, symSize: 0x4 } + - { offsetInCU: 0x17EF, offset: 0x1235D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOMa', symObjAddr: 0x2CE0, symBinAddr: 0xE4258, symSize: 0x10 } + - { offsetInCU: 0x1803, offset: 0x1235EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASQWb', symObjAddr: 0x2CF0, symBinAddr: 0xE4268, symSize: 0x4 } + - { offsetInCU: 0x1817, offset: 0x1235FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACSQAAWl', symObjAddr: 0x2CF4, symBinAddr: 0xE426C, symSize: 0x44 } + - { offsetInCU: 0x1911, offset: 0x1236F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2540, symBinAddr: 0xE3BFC, symSize: 0x3C } + - { offsetInCU: 0x19AD, offset: 0x123795, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x257C, symBinAddr: 0xE3C38, symSize: 0x4 } + - { offsetInCU: 0x19C9, offset: 0x1237B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x2580, symBinAddr: 0xE3C3C, symSize: 0x4 } + - { offsetInCU: 0x19E5, offset: 0x1237CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x2584, symBinAddr: 0xE3C40, symSize: 0x4 } + - { offsetInCU: 0x1A01, offset: 0x1237E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x2588, symBinAddr: 0xE3C44, symSize: 0x4 } + - { offsetInCU: 0x1A0, offset: 0x123BEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xE42C0, symSize: 0x8A4 } + - { offsetInCU: 0x664, offset: 0x1240AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC5valueACyp_tKcfc', symObjAddr: 0x8A4, symBinAddr: 0xE4B64, symSize: 0x8B0 } + - { offsetInCU: 0xC55, offset: 0x12469F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1154, symBinAddr: 0xE5414, symSize: 0x158 } + - { offsetInCU: 0xD9E, offset: 0x1247E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCfD', symObjAddr: 0x12AC, symBinAddr: 0xE556C, symSize: 0x34 } + - { offsetInCU: 0xDF9, offset: 0x124843, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1300, symBinAddr: 0xE55C0, symSize: 0x54 } + - { offsetInCU: 0xE31, offset: 0x12487B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1354, symBinAddr: 0xE5614, symSize: 0x20 } + - { offsetInCU: 0xFE7, offset: 0x124A31, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCMa', symObjAddr: 0x12E0, symBinAddr: 0xE55A0, symSize: 0x20 } + - { offsetInCU: 0xFFB, offset: 0x124A45, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x1400, symBinAddr: 0xE5634, symSize: 0x44 } + - { offsetInCU: 0x103B, offset: 0x124A85, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x1444, symBinAddr: 0xE5678, symSize: 0x68 } + - { offsetInCU: 0x10D9, offset: 0x124B23, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector1DVTB5', symObjAddr: 0x14AC, symBinAddr: 0xE56E0, symSize: 0x4C } + - { offsetInCU: 0x1177, offset: 0x124BC1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector3DVTB5', symObjAddr: 0x14F8, symBinAddr: 0xE572C, symSize: 0x54 } + - { offsetInCU: 0x1215, offset: 0x124C5F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x154C, symBinAddr: 0xE5780, symSize: 0x48 } + - { offsetInCU: 0x12B3, offset: 0x124CFD, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M5ColorVTB5', symObjAddr: 0x1594, symBinAddr: 0xE57C8, symSize: 0x58 } + - { offsetInCU: 0x1351, offset: 0x124D9B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x15EC, symBinAddr: 0xE5820, symSize: 0x50 } + - { offsetInCU: 0x13EF, offset: 0x124E39, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x163C, symBinAddr: 0xE5870, symSize: 0x5C } + - { offsetInCU: 0x148D, offset: 0x124ED7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x169C, symBinAddr: 0xE58D0, symSize: 0x5C } + - { offsetInCU: 0x152B, offset: 0x124F75, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x16F8, symBinAddr: 0xE592C, symSize: 0x64 } + - { offsetInCU: 0x15C9, offset: 0x125013, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x175C, symBinAddr: 0xE5990, symSize: 0x64 } + - { offsetInCU: 0x1667, offset: 0x1250B1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x17C0, symBinAddr: 0xE59F4, symSize: 0x58 } + - { offsetInCU: 0x1710, offset: 0x12515A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x1870, symBinAddr: 0xE5AA0, symSize: 0x4C } + - { offsetInCU: 0x17B9, offset: 0x125203, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSo7CALayerC_6Lottie16AnimationKeypathVTB5', symObjAddr: 0x18BC, symBinAddr: 0xE5AEC, symSize: 0x4C } + - { offsetInCU: 0x1857, offset: 0x1252A1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSu_SSTg5', symObjAddr: 0x1908, symBinAddr: 0xE5B38, symSize: 0x4C } + - { offsetInCU: 0x1900, offset: 0x12534A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x1954, symBinAddr: 0xE5B84, symSize: 0x60 } + - { offsetInCU: 0x1A38, offset: 0x125482, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x1A70, symBinAddr: 0xE5CA0, symSize: 0x1D0 } + - { offsetInCU: 0x1C45, offset: 0x12568F, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie15AnyNodeProperty_p_G_Tg5', symObjAddr: 0x1C40, symBinAddr: 0xE5E70, symSize: 0x1D0 } + - { offsetInCU: 0x1D47, offset: 0x125791, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySo17NSLayoutAttributeVSo0H10ConstraintC_G_Tg5', symObjAddr: 0x1E10, symBinAddr: 0xE6040, symSize: 0x1C4 } + - { offsetInCU: 0x1E33, offset: 0x12587D, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie5AssetC_G_Tg5', symObjAddr: 0x1FD4, symBinAddr: 0xE6204, symSize: 0x1C4 } + - { offsetInCU: 0x1EE8, offset: 0x125932, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie5AssetCGSayxGSTsWl', symObjAddr: 0x21A8, symBinAddr: 0xE63C8, symSize: 0x4C } + - { offsetInCU: 0x75, offset: 0x125DB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xE64FC, symSize: 0x58 } + - { offsetInCU: 0xBC, offset: 0x125DFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0xE6554, symSize: 0x1B0 } + - { offsetInCU: 0x17F, offset: 0x125EBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfcTo', symObjAddr: 0x208, symBinAddr: 0xE6704, symSize: 0x4C } + - { offsetInCU: 0x19B, offset: 0x125ED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5setup7contextyAA0D7ContextV_tKF', symObjAddr: 0x254, symBinAddr: 0xE6750, symSize: 0xF0 } + - { offsetInCU: 0x202, offset: 0x125F40, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x344, symBinAddr: 0xE6840, symSize: 0x538 } + - { offsetInCU: 0x4B0, offset: 0x1261EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_n', symObjAddr: 0x87C, symBinAddr: 0xE6D78, symSize: 0x7C } + - { offsetInCU: 0x557, offset: 0x126295, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfD', symObjAddr: 0x908, symBinAddr: 0xE6E04, symSize: 0x34 } + - { offsetInCU: 0x72C, offset: 0x12646A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfE', symObjAddr: 0x8F8, symBinAddr: 0xE6DF4, symSize: 0x10 } + - { offsetInCU: 0x759, offset: 0x126497, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfETo', symObjAddr: 0x93C, symBinAddr: 0xE6E38, symSize: 0x10 } + - { offsetInCU: 0x788, offset: 0x1264C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCMa', symObjAddr: 0x94C, symBinAddr: 0xE6E48, symSize: 0x20 } + - { offsetInCU: 0x7C6, offset: 0x126504, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x96C, symBinAddr: 0xE6E68, symSize: 0x7C } + - { offsetInCU: 0x817, offset: 0x126555, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xB78, symBinAddr: 0xE6EE4, symSize: 0x14 } + - { offsetInCU: 0x82F, offset: 0x12656D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xB78, symBinAddr: 0xE6EE4, symSize: 0x14 } + - { offsetInCU: 0x853, offset: 0x126591, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_nTA', symObjAddr: 0xC20, symBinAddr: 0xE6F8C, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x12682F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0xE6FE8, symSize: 0x7C4 } + - { offsetInCU: 0x4A, offset: 0x126852, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0xE6FE8, symSize: 0x7C4 } + - { offsetInCU: 0x1A7, offset: 0x1269AF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd___qd__tcfU_TA', symObjAddr: 0x82C, symBinAddr: 0xE77D0, symSize: 0x24 } + - { offsetInCU: 0x1E4, offset: 0x1269EC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd__cfU0_TA', symObjAddr: 0xA88, symBinAddr: 0xE79D0, symSize: 0x20 } + - { offsetInCU: 0x274, offset: 0x126A7C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV24buildLimitedAvailabilityyAA03AnyC0VxAA0C0RzlFZ', symObjAddr: 0x850, symBinAddr: 0xE77F4, symSize: 0x6C } + - { offsetInCU: 0x29F, offset: 0x126AA7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither5firstAA19_ConditionalContentVyxq_Gx_tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x8BC, symBinAddr: 0xE7860, symSize: 0xB8 } + - { offsetInCU: 0x2D8, offset: 0x126AE0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither6secondAA19_ConditionalContentVyxq_Gq__tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x9D0, symBinAddr: 0xE7918, symSize: 0xB8 } + - { offsetInCU: 0x2B, offset: 0x126D00, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xE79F4, symSize: 0xAC } + - { offsetInCU: 0x79, offset: 0x126D4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xE79F4, symSize: 0xAC } + - { offsetInCU: 0xD0, offset: 0x126DA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfc', symObjAddr: 0xAC, symBinAddr: 0xE7AA0, symSize: 0x200 } + - { offsetInCU: 0x1AD, offset: 0x126E82, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfcTo', symObjAddr: 0x2AC, symBinAddr: 0xE7CA0, symSize: 0x4C } + - { offsetInCU: 0x1C9, offset: 0x126E9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2F8, symBinAddr: 0xE7CEC, symSize: 0x3B0 } + - { offsetInCU: 0x430, offset: 0x127105, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfD', symObjAddr: 0x6D4, symBinAddr: 0xE80C8, symSize: 0x34 } + - { offsetInCU: 0x47B, offset: 0x127150, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCyAcA0bC5ModelCcfcTf4gn_n', symObjAddr: 0xA24, symBinAddr: 0xE81C8, symSize: 0x11C } + - { offsetInCU: 0x6C0, offset: 0x127395, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfE', symObjAddr: 0x6A8, symBinAddr: 0xE809C, symSize: 0x2C } + - { offsetInCU: 0x6ED, offset: 0x1273C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfETo', symObjAddr: 0x708, symBinAddr: 0xE80FC, symSize: 0x38 } + - { offsetInCU: 0x71C, offset: 0x1273F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCMa', symObjAddr: 0x740, symBinAddr: 0xE8134, symSize: 0x20 } + - { offsetInCU: 0x730, offset: 0x127405, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSgWOb', symObjAddr: 0x7D4, symBinAddr: 0xE8178, symSize: 0x48 } + - { offsetInCU: 0x744, offset: 0x127419, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x81C, symBinAddr: 0xE81C0, symSize: 0x8 } + - { offsetInCU: 0x4F, offset: 0x1276C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xE82E4, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1276E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xE832C, symSize: 0x1C0 } + - { offsetInCU: 0xDC, offset: 0x127751, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x208, symBinAddr: 0xE84EC, symSize: 0xD8 } + - { offsetInCU: 0x16E, offset: 0x1277E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2E0, symBinAddr: 0xE85C4, symSize: 0x128 } + - { offsetInCU: 0x1F1, offset: 0x127866, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x418, symBinAddr: 0xE86FC, symSize: 0x64 } + - { offsetInCU: 0x234, offset: 0x1278A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x47C, symBinAddr: 0xE8760, symSize: 0x24 } + - { offsetInCU: 0x274, offset: 0x1278E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4A0, symBinAddr: 0xE8784, symSize: 0x4 } + - { offsetInCU: 0x294, offset: 0x127909, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4A0, symBinAddr: 0xE8784, symSize: 0x4 } + - { offsetInCU: 0x2BF, offset: 0x127934, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4A4, symBinAddr: 0xE8788, symSize: 0x68 } + - { offsetInCU: 0x30A, offset: 0x12797F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x50C, symBinAddr: 0xE87F0, symSize: 0xC } + - { offsetInCU: 0x326, offset: 0x12799B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x518, symBinAddr: 0xE87FC, symSize: 0xC } + - { offsetInCU: 0x342, offset: 0x1279B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO11stringValueSSvgTf4d_n', symObjAddr: 0x9E4, symBinAddr: 0xE8B2C, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x1279F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfD', symObjAddr: 0x57C, symBinAddr: 0xE8860, symSize: 0x2C } + - { offsetInCU: 0x40C, offset: 0x127A81, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfE', symObjAddr: 0x574, symBinAddr: 0xE8858, symSize: 0x8 } + - { offsetInCU: 0x464, offset: 0x127AD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCMa', symObjAddr: 0x5A8, symBinAddr: 0xE888C, symSize: 0x20 } + - { offsetInCU: 0x478, offset: 0x127AED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs0D3KeyAAWl', symObjAddr: 0x62C, symBinAddr: 0xE88AC, symSize: 0x44 } + - { offsetInCU: 0x48C, offset: 0x127B01, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwet', symObjAddr: 0x810, symBinAddr: 0xE8958, symSize: 0x50 } + - { offsetInCU: 0x4A0, offset: 0x127B15, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwst', symObjAddr: 0x860, symBinAddr: 0xE89A8, symSize: 0x8C } + - { offsetInCU: 0x4B4, offset: 0x127B29, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwug', symObjAddr: 0x8EC, symBinAddr: 0xE8A34, symSize: 0x8 } + - { offsetInCU: 0x4C8, offset: 0x127B3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwup', symObjAddr: 0x8F4, symBinAddr: 0xE8A3C, symSize: 0x4 } + - { offsetInCU: 0x4DC, offset: 0x127B51, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwui', symObjAddr: 0x8F8, symBinAddr: 0xE8A40, symSize: 0x4 } + - { offsetInCU: 0x4F0, offset: 0x127B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOMa', symObjAddr: 0x8FC, symBinAddr: 0xE8A44, symSize: 0x10 } + - { offsetInCU: 0x504, offset: 0x127B79, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASQWb', symObjAddr: 0x90C, symBinAddr: 0xE8A54, symSize: 0x4 } + - { offsetInCU: 0x518, offset: 0x127B8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFSQAAWl', symObjAddr: 0x910, symBinAddr: 0xE8A58, symSize: 0x44 } + - { offsetInCU: 0x52C, offset: 0x127BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x954, symBinAddr: 0xE8A9C, symSize: 0x4 } + - { offsetInCU: 0x540, offset: 0x127BB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x958, symBinAddr: 0xE8AA0, symSize: 0x44 } + - { offsetInCU: 0x554, offset: 0x127BC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x99C, symBinAddr: 0xE8AE4, symSize: 0x4 } + - { offsetInCU: 0x568, offset: 0x127BDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x9A0, symBinAddr: 0xE8AE8, symSize: 0x44 } + - { offsetInCU: 0x5A2, offset: 0x127C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x408, symBinAddr: 0xE86EC, symSize: 0x4 } + - { offsetInCU: 0x5C2, offset: 0x127C37, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x408, symBinAddr: 0xE86EC, symSize: 0x4 } + - { offsetInCU: 0x5E2, offset: 0x127C57, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x40C, symBinAddr: 0xE86F0, symSize: 0x4 } + - { offsetInCU: 0x602, offset: 0x127C77, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x40C, symBinAddr: 0xE86F0, symSize: 0x4 } + - { offsetInCU: 0x622, offset: 0x127C97, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x410, symBinAddr: 0xE86F4, symSize: 0x4 } + - { offsetInCU: 0x642, offset: 0x127CB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x410, symBinAddr: 0xE86F4, symSize: 0x4 } + - { offsetInCU: 0x662, offset: 0x127CD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x414, symBinAddr: 0xE86F8, symSize: 0x4 } + - { offsetInCU: 0x682, offset: 0x127CF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x414, symBinAddr: 0xE86F8, symSize: 0x4 } + - { offsetInCU: 0x699, offset: 0x127D0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x524, symBinAddr: 0xE8808, symSize: 0x28 } + - { offsetInCU: 0x6B5, offset: 0x127D2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x54C, symBinAddr: 0xE8830, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x127F07, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0xE8B38, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x127F1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0xE8B38, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x127F33, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMr', symObjAddr: 0x4, symBinAddr: 0xE8B3C, symSize: 0x44 } + - { offsetInCU: 0x73, offset: 0x127F53, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvg', symObjAddr: 0x48, symBinAddr: 0xE8B80, symSize: 0x70 } + - { offsetInCU: 0xAF, offset: 0x127F8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0xB8, symBinAddr: 0xE8BF0, symSize: 0xAC } + - { offsetInCU: 0xF8, offset: 0x127FD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_', symObjAddr: 0x164, symBinAddr: 0xE8C9C, symSize: 0x90 } + - { offsetInCU: 0x148, offset: 0x128028, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1F4, symBinAddr: 0xE8D2C, symSize: 0xB8 } + - { offsetInCU: 0x20D, offset: 0x1280ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCfD', symObjAddr: 0x2C8, symBinAddr: 0xE8DE4, symSize: 0x24 } + - { offsetInCU: 0x257, offset: 0x128137, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x2F8, symBinAddr: 0xE8E14, symSize: 0x20 } + - { offsetInCU: 0x282, offset: 0x128162, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x318, symBinAddr: 0xE8E34, symSize: 0xC } + - { offsetInCU: 0x2A2, offset: 0x128182, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x318, symBinAddr: 0xE8E34, symSize: 0xC } + - { offsetInCU: 0x2B4, offset: 0x128194, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x324, symBinAddr: 0xE8E40, symSize: 0x24 } + - { offsetInCU: 0x2D0, offset: 0x1281B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x420, symBinAddr: 0xE8F3C, symSize: 0xC } + - { offsetInCU: 0x2FE, offset: 0x1281DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMa', symObjAddr: 0x2EC, symBinAddr: 0xE8E08, symSize: 0xC } + - { offsetInCU: 0x312, offset: 0x1281F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x348, symBinAddr: 0xE8E64, symSize: 0x38 } + - { offsetInCU: 0x326, offset: 0x128206, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x380, symBinAddr: 0xE8E9C, symSize: 0x8 } + - { offsetInCU: 0x345, offset: 0x128225, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x3AC, symBinAddr: 0xE8EC8, symSize: 0x28 } + - { offsetInCU: 0x36E, offset: 0x12824E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3D4, symBinAddr: 0xE8EF0, symSize: 0x1C } + - { offsetInCU: 0x382, offset: 0x128262, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFSbAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3F0, symBinAddr: 0xE8F0C, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x128441, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0xE8F48, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x128465, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0xE8F48, symSize: 0x8 } + - { offsetInCU: 0x9E, offset: 0x1284B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x8, symBinAddr: 0xE8F50, symSize: 0x44 } + - { offsetInCU: 0x109, offset: 0x128523, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5layerACyp_tcfcTo', symObjAddr: 0x4C, symBinAddr: 0xE8F94, symSize: 0x9C } + - { offsetInCU: 0x14E, offset: 0x128568, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCfD', symObjAddr: 0xE8, symBinAddr: 0xE9030, symSize: 0x34 } + - { offsetInCU: 0x17C, offset: 0x128596, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCMa', symObjAddr: 0x11C, symBinAddr: 0xE9064, symSize: 0x20 } + - { offsetInCU: 0xD2, offset: 0x1287D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0xE9084, symSize: 0x370 } + - { offsetInCU: 0x279, offset: 0x12897A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO8rawValueSSvg', symObjAddr: 0x370, symBinAddr: 0xE93F4, symSize: 0x20 } + - { offsetInCU: 0x2B2, offset: 0x1289B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x390, symBinAddr: 0xE9414, symSize: 0x20 } + - { offsetInCU: 0x2E0, offset: 0x1289E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x390, symBinAddr: 0xE9414, symSize: 0x20 } + - { offsetInCU: 0x334, offset: 0x128A35, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x3D4, symBinAddr: 0xE9458, symSize: 0x64 } + - { offsetInCU: 0x39A, offset: 0x128A9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x438, symBinAddr: 0xE94BC, symSize: 0x28 } + - { offsetInCU: 0x3B6, offset: 0x128AB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x460, symBinAddr: 0xE94E4, symSize: 0x8 } + - { offsetInCU: 0x3EC, offset: 0x128AED, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x468, symBinAddr: 0xE94EC, symSize: 0x68 } + - { offsetInCU: 0x471, offset: 0x128B72, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4D0, symBinAddr: 0xE9554, symSize: 0xC } + - { offsetInCU: 0x48D, offset: 0x128B8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4DC, symBinAddr: 0xE9560, symSize: 0xC } + - { offsetInCU: 0x4C9, offset: 0x128BCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCfD', symObjAddr: 0x538, symBinAddr: 0xE95BC, symSize: 0x34 } + - { offsetInCU: 0x50C, offset: 0x128C0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC6encode2toys7Encoder_p_tKF', symObjAddr: 0x58C, symBinAddr: 0xE9610, symSize: 0x154 } + - { offsetInCU: 0x54B, offset: 0x128C4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x6E0, symBinAddr: 0xE9764, symSize: 0x21C } + - { offsetInCU: 0x58A, offset: 0x128C8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x91C, symBinAddr: 0xE99A0, symSize: 0x20 } + - { offsetInCU: 0x5C6, offset: 0x128CC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCMa', symObjAddr: 0x56C, symBinAddr: 0xE95F0, symSize: 0x20 } + - { offsetInCU: 0x68A, offset: 0x128D8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x93C, symBinAddr: 0xE99C0, symSize: 0x1D4 } + - { offsetInCU: 0x8BB, offset: 0x128FBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xB20, symBinAddr: 0xE9BA4, symSize: 0x64 } + - { offsetInCU: 0x8FE, offset: 0x128FFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xB84, symBinAddr: 0xE9C08, symSize: 0x24 } + - { offsetInCU: 0x93E, offset: 0x12903F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBA8, symBinAddr: 0xE9C2C, symSize: 0x4 } + - { offsetInCU: 0x95E, offset: 0x12905F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBA8, symBinAddr: 0xE9C2C, symSize: 0x4 } + - { offsetInCU: 0x989, offset: 0x12908A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBAC, symBinAddr: 0xE9C30, symSize: 0x68 } + - { offsetInCU: 0x9D4, offset: 0x1290D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xC14, symBinAddr: 0xE9C98, symSize: 0xC } + - { offsetInCU: 0x9F0, offset: 0x1290F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xC20, symBinAddr: 0xE9CA4, symSize: 0xC } + - { offsetInCU: 0xA0C, offset: 0x12910D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x1694, symBinAddr: 0xEA5BC, symSize: 0x10 } + - { offsetInCU: 0xA47, offset: 0x129148, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCfD', symObjAddr: 0xC7C, symBinAddr: 0xE9D00, symSize: 0x24 } + - { offsetInCU: 0xA92, offset: 0x129193, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC6encode2toys7Encoder_p_tKF', symObjAddr: 0xCC0, symBinAddr: 0xE9D44, symSize: 0x118 } + - { offsetInCU: 0xAD1, offset: 0x1291D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xDD8, symBinAddr: 0xE9E5C, symSize: 0x164 } + - { offsetInCU: 0xB10, offset: 0x129211, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xFBC, symBinAddr: 0xEA040, symSize: 0x20 } + - { offsetInCU: 0xB6B, offset: 0x12926C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCMa', symObjAddr: 0xCA0, symBinAddr: 0xE9D24, symSize: 0x20 } + - { offsetInCU: 0xB7F, offset: 0x129280, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x1040, symBinAddr: 0xEA060, symSize: 0x44 } + - { offsetInCU: 0xB93, offset: 0x129294, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs0C3KeyAAWl', symObjAddr: 0x11A0, symBinAddr: 0xEA15C, symSize: 0x44 } + - { offsetInCU: 0xBA7, offset: 0x1292A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwet', symObjAddr: 0x1274, symBinAddr: 0xEA1A0, symSize: 0x90 } + - { offsetInCU: 0xBBB, offset: 0x1292BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwst', symObjAddr: 0x1304, symBinAddr: 0xEA230, symSize: 0xBC } + - { offsetInCU: 0xBCF, offset: 0x1292D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwug', symObjAddr: 0x13C0, symBinAddr: 0xEA2EC, symSize: 0x8 } + - { offsetInCU: 0xBE3, offset: 0x1292E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwup', symObjAddr: 0x13C8, symBinAddr: 0xEA2F4, symSize: 0x4 } + - { offsetInCU: 0xBF7, offset: 0x1292F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwui', symObjAddr: 0x13CC, symBinAddr: 0xEA2F8, symSize: 0x8 } + - { offsetInCU: 0xC0B, offset: 0x12930C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOMa', symObjAddr: 0x13D4, symBinAddr: 0xEA300, symSize: 0x10 } + - { offsetInCU: 0xC1F, offset: 0x129320, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwet', symObjAddr: 0x13E8, symBinAddr: 0xEA310, symSize: 0x50 } + - { offsetInCU: 0xC33, offset: 0x129334, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwst', symObjAddr: 0x1438, symBinAddr: 0xEA360, symSize: 0x8C } + - { offsetInCU: 0xC47, offset: 0x129348, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwug', symObjAddr: 0x14C4, symBinAddr: 0xEA3EC, symSize: 0x8 } + - { offsetInCU: 0xC5B, offset: 0x12935C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwup', symObjAddr: 0x14CC, symBinAddr: 0xEA3F4, symSize: 0x4 } + - { offsetInCU: 0xC6F, offset: 0x129370, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwui', symObjAddr: 0x14D0, symBinAddr: 0xEA3F8, symSize: 0x4 } + - { offsetInCU: 0xC83, offset: 0x129384, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOMa', symObjAddr: 0x14D4, symBinAddr: 0xEA3FC, symSize: 0x10 } + - { offsetInCU: 0xC97, offset: 0x129398, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASQWb', symObjAddr: 0x14E4, symBinAddr: 0xEA40C, symSize: 0x4 } + - { offsetInCU: 0xCAB, offset: 0x1293AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAESQAAWl', symObjAddr: 0x14E8, symBinAddr: 0xEA410, symSize: 0x44 } + - { offsetInCU: 0xCBF, offset: 0x1293C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASQWb', symObjAddr: 0x152C, symBinAddr: 0xEA454, symSize: 0x4 } + - { offsetInCU: 0xCD3, offset: 0x1293D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFSQAAWl', symObjAddr: 0x1530, symBinAddr: 0xEA458, symSize: 0x44 } + - { offsetInCU: 0xCE7, offset: 0x1293E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1574, symBinAddr: 0xEA49C, symSize: 0x4 } + - { offsetInCU: 0xCFB, offset: 0x1293FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1578, symBinAddr: 0xEA4A0, symSize: 0x44 } + - { offsetInCU: 0xD0F, offset: 0x129410, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x15BC, symBinAddr: 0xEA4E4, symSize: 0x4 } + - { offsetInCU: 0xD23, offset: 0x129424, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x15C0, symBinAddr: 0xEA4E8, symSize: 0x44 } + - { offsetInCU: 0xD37, offset: 0x129438, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1604, symBinAddr: 0xEA52C, symSize: 0x4 } + - { offsetInCU: 0xD4B, offset: 0x12944C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1608, symBinAddr: 0xEA530, symSize: 0x44 } + - { offsetInCU: 0xD5F, offset: 0x129460, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x164C, symBinAddr: 0xEA574, symSize: 0x4 } + - { offsetInCU: 0xD73, offset: 0x129474, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1650, symBinAddr: 0xEA578, symSize: 0x44 } + - { offsetInCU: 0xDD3, offset: 0x1294D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0xE9434, symSize: 0xC } + - { offsetInCU: 0xDEF, offset: 0x1294F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3BC, symBinAddr: 0xE9440, symSize: 0x8 } + - { offsetInCU: 0xE0B, offset: 0x12950C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3C4, symBinAddr: 0xE9448, symSize: 0x8 } + - { offsetInCU: 0xE27, offset: 0x129528, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3CC, symBinAddr: 0xE9450, symSize: 0x8 } + - { offsetInCU: 0xE49, offset: 0x12954A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4E8, symBinAddr: 0xE956C, symSize: 0x28 } + - { offsetInCU: 0xE65, offset: 0x129566, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x510, symBinAddr: 0xE9594, symSize: 0x28 } + - { offsetInCU: 0xEEB, offset: 0x1295EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB10, symBinAddr: 0xE9B94, symSize: 0x4 } + - { offsetInCU: 0xF0B, offset: 0x12960C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB10, symBinAddr: 0xE9B94, symSize: 0x4 } + - { offsetInCU: 0xF2B, offset: 0x12962C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB14, symBinAddr: 0xE9B98, symSize: 0x4 } + - { offsetInCU: 0xF4B, offset: 0x12964C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB14, symBinAddr: 0xE9B98, symSize: 0x4 } + - { offsetInCU: 0xF6B, offset: 0x12966C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB18, symBinAddr: 0xE9B9C, symSize: 0x4 } + - { offsetInCU: 0xF8B, offset: 0x12968C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB18, symBinAddr: 0xE9B9C, symSize: 0x4 } + - { offsetInCU: 0xFAB, offset: 0x1296AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB1C, symBinAddr: 0xE9BA0, symSize: 0x4 } + - { offsetInCU: 0xFCB, offset: 0x1296CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB1C, symBinAddr: 0xE9BA0, symSize: 0x4 } + - { offsetInCU: 0xFE2, offset: 0x1296E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xC2C, symBinAddr: 0xE9CB0, symSize: 0x28 } + - { offsetInCU: 0xFFE, offset: 0x1296FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xC54, symBinAddr: 0xE9CD8, symSize: 0x28 } + - { offsetInCU: 0x11A, offset: 0x1299A4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addTransformAnimations3for7contextyAC0D5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x50, symBinAddr: 0xEA5CC, symSize: 0x30C } + - { offsetInCU: 0x20D, offset: 0x129A97, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x35C, symBinAddr: 0xEA8D8, symSize: 0xC } + - { offsetInCU: 0x266, offset: 0x129AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x368, symBinAddr: 0xEA8E4, symSize: 0xC } + - { offsetInCU: 0x2BF, offset: 0x129B49, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x374, symBinAddr: 0xEA8F0, symSize: 0xC } + - { offsetInCU: 0x2FA, offset: 0x129B84, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x380, symBinAddr: 0xEA8FC, symSize: 0x8 } + - { offsetInCU: 0x316, offset: 0x129BA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x388, symBinAddr: 0xEA904, symSize: 0x8 } + - { offsetInCU: 0x350, offset: 0x129BDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x390, symBinAddr: 0xEA90C, symSize: 0xC } + - { offsetInCU: 0x3A9, offset: 0x129C33, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x39C, symBinAddr: 0xEA918, symSize: 0xC } + - { offsetInCU: 0x3E4, offset: 0x129C6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3A8, symBinAddr: 0xEA924, symSize: 0x8 } + - { offsetInCU: 0x400, offset: 0x129C8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B0, symBinAddr: 0xEA92C, symSize: 0x8 } + - { offsetInCU: 0x43A, offset: 0x129CC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B8, symBinAddr: 0xEA934, symSize: 0xC } + - { offsetInCU: 0x493, offset: 0x129D1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3C4, symBinAddr: 0xEA940, symSize: 0xC } + - { offsetInCU: 0x505, offset: 0x129D8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE7hasSkewSbvg', symObjAddr: 0x3F4, symBinAddr: 0xEA94C, symSize: 0xD4 } + - { offsetInCU: 0x699, offset: 0x129F23, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModel_pWOc', symObjAddr: 0x4C8, symBinAddr: 0xEAA20, symSize: 0x44 } + - { offsetInCU: 0x6E4, offset: 0x129F6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE23hasNegativeXScaleValuesSbvg', symObjAddr: 0x50C, symBinAddr: 0xEAA64, symSize: 0x98 } + - { offsetInCU: 0x810, offset: 0x12A09A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZAA0A8Vector3DV_AvA0A8Vector1DVAxv5xA4HoldVySo13CATransform3DVGTg5Tf4nnnnnnnnnnnnd_n', symObjAddr: 0x16D4, symBinAddr: 0xEBAF0, symSize: 0x1FC } + - { offsetInCU: 0x995, offset: 0x12A21F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x5C4, symBinAddr: 0xEAAFC, symSize: 0x4F8 } + - { offsetInCU: 0xA97, offset: 0x12A321, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_', symObjAddr: 0x1530, symBinAddr: 0xEB98C, symSize: 0x14C } + - { offsetInCU: 0xBE8, offset: 0x12A472, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addPositionAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xABC, symBinAddr: 0xEAFF4, symSize: 0x31C } + - { offsetInCU: 0xE30, offset: 0x12A6BA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE18addScaleAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xDD8, symBinAddr: 0xEB310, symSize: 0x268 } + - { offsetInCU: 0x1047, offset: 0x12A8D1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addRotationAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x1040, symBinAddr: 0xEB578, symSize: 0x35C } + - { offsetInCU: 0x1202, offset: 0x12AA8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE16hasSkewAnimationSbvg', symObjAddr: 0x1478, symBinAddr: 0xEB8D4, symSize: 0xB8 } + - { offsetInCU: 0x12F6, offset: 0x12AB80, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5TA', symObjAddr: 0x16CC, symBinAddr: 0xEBAE8, symSize: 0x8 } + - { offsetInCU: 0x134C, offset: 0x12ABD6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_TA', symObjAddr: 0x1A60, symBinAddr: 0xEBCEC, symSize: 0x2C } + - { offsetInCU: 0x1360, offset: 0x12ABEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x1B78, symBinAddr: 0xEBDC0, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x12AFB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0xEBE54, symSize: 0x1A8 } + - { offsetInCU: 0x126, offset: 0x12B0B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0xEBE54, symSize: 0x1A8 } + - { offsetInCU: 0x35A, offset: 0x12B2E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfd', symObjAddr: 0x1A8, symBinAddr: 0xEBFFC, symSize: 0x7C } + - { offsetInCU: 0x387, offset: 0x12B314, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfD', symObjAddr: 0x224, symBinAddr: 0xEC078, symSize: 0x1C } + - { offsetInCU: 0x3C3, offset: 0x12B350, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x260, symBinAddr: 0xEC0B4, symSize: 0xC } + - { offsetInCU: 0x404, offset: 0x12B391, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x26C, symBinAddr: 0xEC0C0, symSize: 0x30 } + - { offsetInCU: 0x445, offset: 0x12B3D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x29C, symBinAddr: 0xEC0F0, symSize: 0xC } + - { offsetInCU: 0x486, offset: 0x12B413, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A8, symBinAddr: 0xEC0FC, symSize: 0xC } + - { offsetInCU: 0x4B8, offset: 0x12B445, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC9transformAcA14ShapeTransformCSg_tcfcTf4gn_n', symObjAddr: 0x574, symBinAddr: 0xEC3C8, symSize: 0x934 } + - { offsetInCU: 0xDA3, offset: 0x12BD30, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCMa', symObjAddr: 0x240, symBinAddr: 0xEC094, symSize: 0x20 } + - { offsetInCU: 0xDC3, offset: 0x12BD50, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfd', symObjAddr: 0x2B4, symBinAddr: 0xEC108, symSize: 0x4C } + - { offsetInCU: 0xDF0, offset: 0x12BD7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfD', symObjAddr: 0x300, symBinAddr: 0xEC154, symSize: 0x1C } + - { offsetInCU: 0xE3B, offset: 0x12BDC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x33C, symBinAddr: 0xEC190, symSize: 0x44 } + - { offsetInCU: 0xE87, offset: 0x12BE14, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x380, symBinAddr: 0xEC1D4, symSize: 0x24 } + - { offsetInCU: 0xED7, offset: 0x12BE64, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x3A4, symBinAddr: 0xEC1F8, symSize: 0x3C } + - { offsetInCU: 0xF23, offset: 0x12BEB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xEC234, symSize: 0x4 } + - { offsetInCU: 0xF43, offset: 0x12BED0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xEC234, symSize: 0x4 } + - { offsetInCU: 0xF73, offset: 0x12BF00, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x3E4, symBinAddr: 0xEC238, symSize: 0x8 } + - { offsetInCU: 0xF93, offset: 0x12BF20, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x3E4, symBinAddr: 0xEC238, symSize: 0x8 } + - { offsetInCU: 0xFF6, offset: 0x12BF83, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3EC, symBinAddr: 0xEC240, symSize: 0x20 } + - { offsetInCU: 0x1016, offset: 0x12BFA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3EC, symBinAddr: 0xEC240, symSize: 0x20 } + - { offsetInCU: 0x1067, offset: 0x12BFF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x40C, symBinAddr: 0xEC260, symSize: 0x8 } + - { offsetInCU: 0x1087, offset: 0x12C014, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x40C, symBinAddr: 0xEC260, symSize: 0x8 } + - { offsetInCU: 0x10A8, offset: 0x12C035, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x414, symBinAddr: 0xEC268, symSize: 0x8 } + - { offsetInCU: 0x10C8, offset: 0x12C055, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x414, symBinAddr: 0xEC268, symSize: 0x8 } + - { offsetInCU: 0x10E9, offset: 0x12C076, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x41C, symBinAddr: 0xEC270, symSize: 0x8 } + - { offsetInCU: 0x1109, offset: 0x12C096, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x41C, symBinAddr: 0xEC270, symSize: 0x8 } + - { offsetInCU: 0x112A, offset: 0x12C0B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x424, symBinAddr: 0xEC278, symSize: 0x8 } + - { offsetInCU: 0x114A, offset: 0x12C0D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x424, symBinAddr: 0xEC278, symSize: 0x8 } + - { offsetInCU: 0x116B, offset: 0x12C0F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x42C, symBinAddr: 0xEC280, symSize: 0xC } + - { offsetInCU: 0x118B, offset: 0x12C118, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x42C, symBinAddr: 0xEC280, symSize: 0xC } + - { offsetInCU: 0x11AC, offset: 0x12C139, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x438, symBinAddr: 0xEC28C, symSize: 0x10 } + - { offsetInCU: 0x11CC, offset: 0x12C159, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x438, symBinAddr: 0xEC28C, symSize: 0x10 } + - { offsetInCU: 0x1214, offset: 0x12C1A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x448, symBinAddr: 0xEC29C, symSize: 0x68 } + - { offsetInCU: 0x129B, offset: 0x12C228, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x4B0, symBinAddr: 0xEC304, symSize: 0x5C } + - { offsetInCU: 0x12FB, offset: 0x12C288, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x50C, symBinAddr: 0xEC360, symSize: 0x30 } + - { offsetInCU: 0x133C, offset: 0x12C2C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x53C, symBinAddr: 0xEC390, symSize: 0xC } + - { offsetInCU: 0x138C, offset: 0x12C319, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x548, symBinAddr: 0xEC39C, symSize: 0x2C } + - { offsetInCU: 0x13C7, offset: 0x12C354, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC4name06parentC04treeACSS_AA08AnimatorC0_pSgAA0C4TreeCtcfcTf4gggn_n', symObjAddr: 0xEA8, symBinAddr: 0xECCFC, symSize: 0x4B8 } + - { offsetInCU: 0x1839, offset: 0x12C7C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1360, symBinAddr: 0xED1B4, symSize: 0x148 } + - { offsetInCU: 0x18E4, offset: 0x12C871, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCMa', symObjAddr: 0x31C, symBinAddr: 0xEC170, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x12D02B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0xED2FC, symSize: 0x4C } + - { offsetInCU: 0x4F, offset: 0x12D04F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0xED2FC, symSize: 0x4C } + - { offsetInCU: 0x7C, offset: 0x12D07C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfD', symObjAddr: 0x4C, symBinAddr: 0xED348, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x12D0B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x88, symBinAddr: 0xED384, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x12D0F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x94, symBinAddr: 0xED390, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x12D13A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xC4, symBinAddr: 0xED3C0, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x12D16C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesC12gradientfillAcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x628, symBinAddr: 0xED924, symSize: 0x3DC } + - { offsetInCU: 0x4A0, offset: 0x12D4A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCMa', symObjAddr: 0x68, symBinAddr: 0xED364, symSize: 0x20 } + - { offsetInCU: 0x4DE, offset: 0x12D4DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCfD', symObjAddr: 0xD0, symBinAddr: 0xED3CC, symSize: 0x34 } + - { offsetInCU: 0x53F, offset: 0x12D53F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x124, symBinAddr: 0xED420, symSize: 0x44 } + - { offsetInCU: 0x58B, offset: 0x12D58B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x168, symBinAddr: 0xED464, symSize: 0x24 } + - { offsetInCU: 0x5CC, offset: 0x12D5CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x18C, symBinAddr: 0xED488, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0x12D5EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x18C, symBinAddr: 0xED488, symSize: 0x4 } + - { offsetInCU: 0x61C, offset: 0x12D61C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x190, symBinAddr: 0xED48C, symSize: 0x8 } + - { offsetInCU: 0x63C, offset: 0x12D63C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x190, symBinAddr: 0xED48C, symSize: 0x8 } + - { offsetInCU: 0x69F, offset: 0x12D69F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x198, symBinAddr: 0xED494, symSize: 0x10 } + - { offsetInCU: 0x6BF, offset: 0x12D6BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x198, symBinAddr: 0xED494, symSize: 0x10 } + - { offsetInCU: 0x706, offset: 0x12D706, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0xED4A4, symSize: 0x8 } + - { offsetInCU: 0x726, offset: 0x12D726, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0xED4A4, symSize: 0x8 } + - { offsetInCU: 0x747, offset: 0x12D747, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0xED4AC, symSize: 0x8 } + - { offsetInCU: 0x767, offset: 0x12D767, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0xED4AC, symSize: 0x8 } + - { offsetInCU: 0x788, offset: 0x12D788, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1B8, symBinAddr: 0xED4B4, symSize: 0x8 } + - { offsetInCU: 0x7A8, offset: 0x12D7A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1B8, symBinAddr: 0xED4B4, symSize: 0x8 } + - { offsetInCU: 0x7C9, offset: 0x12D7C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1C0, symBinAddr: 0xED4BC, symSize: 0x8 } + - { offsetInCU: 0x7E9, offset: 0x12D7E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1C0, symBinAddr: 0xED4BC, symSize: 0x8 } + - { offsetInCU: 0x80A, offset: 0x12D80A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1C8, symBinAddr: 0xED4C4, symSize: 0xC } + - { offsetInCU: 0x82A, offset: 0x12D82A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1C8, symBinAddr: 0xED4C4, symSize: 0xC } + - { offsetInCU: 0x84B, offset: 0x12D84B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1D4, symBinAddr: 0xED4D0, symSize: 0x10 } + - { offsetInCU: 0x86B, offset: 0x12D86B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1D4, symBinAddr: 0xED4D0, symSize: 0x10 } + - { offsetInCU: 0x87D, offset: 0x12D87D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1E4, symBinAddr: 0xED4E0, symSize: 0x8 } + - { offsetInCU: 0x8B7, offset: 0x12D8B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x1EC, symBinAddr: 0xED4E8, symSize: 0x4C } + - { offsetInCU: 0x8F4, offset: 0x12D8F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xA04, symBinAddr: 0xEDD00, symSize: 0x220 } + - { offsetInCU: 0xD18, offset: 0x12DD18, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCMa', symObjAddr: 0x104, symBinAddr: 0xED400, symSize: 0x20 } + - { offsetInCU: 0xE47, offset: 0x12DE47, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x238, symBinAddr: 0xED534, symSize: 0x12C } + - { offsetInCU: 0xEE3, offset: 0x12DEE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x364, symBinAddr: 0xED660, symSize: 0x1A8 } + - { offsetInCU: 0x1057, offset: 0x12E057, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcSaySdG_Tg5Tf4en_nAA20KeyframeInterpolatorCyAGG_Tg5', symObjAddr: 0x50C, symBinAddr: 0xED808, symSize: 0x11C } + - { offsetInCU: 0x16A6, offset: 0x12E6A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOc', symObjAddr: 0xCF0, symBinAddr: 0xEDF20, symSize: 0x3C } + - { offsetInCU: 0x16BA, offset: 0x12E6BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOh', symObjAddr: 0xD2C, symBinAddr: 0xEDF5C, symSize: 0x34 } + - { offsetInCU: 0x2B, offset: 0x12EA79, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xEDF90, symSize: 0x1DC } + - { offsetInCU: 0x5C, offset: 0x12EAAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xEDF90, symSize: 0x1DC } + - { offsetInCU: 0xB8, offset: 0x12EB06, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1DC, symBinAddr: 0xEE16C, symSize: 0x2AC } + - { offsetInCU: 0x1F9, offset: 0x12EC47, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC6encode2toys7Encoder_p_tKF', symObjAddr: 0x488, symBinAddr: 0xEE418, symSize: 0x144 } + - { offsetInCU: 0x238, offset: 0x12EC86, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x854, symBinAddr: 0xEE7E4, symSize: 0x4C } + - { offsetInCU: 0x26F, offset: 0x12ECBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO8rawValueSSvg', symObjAddr: 0x8A0, symBinAddr: 0xEE830, symSize: 0x18 } + - { offsetInCU: 0x2A8, offset: 0x12ECF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x8B8, symBinAddr: 0xEE848, symSize: 0x18 } + - { offsetInCU: 0x2D6, offset: 0x12ED24, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x8B8, symBinAddr: 0xEE848, symSize: 0x18 } + - { offsetInCU: 0x328, offset: 0x12ED76, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x8F4, symBinAddr: 0xEE884, symSize: 0x64 } + - { offsetInCU: 0x38E, offset: 0x12EDDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x958, symBinAddr: 0xEE8E8, symSize: 0x28 } + - { offsetInCU: 0x3AA, offset: 0x12EDF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x980, symBinAddr: 0xEE910, symSize: 0x8 } + - { offsetInCU: 0x3E0, offset: 0x12EE2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x988, symBinAddr: 0xEE918, symSize: 0x68 } + - { offsetInCU: 0x465, offset: 0x12EEB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x9F0, symBinAddr: 0xEE980, symSize: 0xC } + - { offsetInCU: 0x481, offset: 0x12EECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x9FC, symBinAddr: 0xEE98C, symSize: 0xC } + - { offsetInCU: 0x4BD, offset: 0x12EF0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCfD', symObjAddr: 0xA58, symBinAddr: 0xEE9E8, symSize: 0x24 } + - { offsetInCU: 0x508, offset: 0x12EF56, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCBC, symBinAddr: 0xEEBF8, symSize: 0x2C } + - { offsetInCU: 0x52B, offset: 0x12EF79, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xCE8, symBinAddr: 0xEEC24, symSize: 0x28 } + - { offsetInCU: 0x5FC, offset: 0x12F04A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueSSvg', symObjAddr: 0x5CC, symBinAddr: 0xEE55C, symSize: 0x20 } + - { offsetInCU: 0x636, offset: 0x12F084, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x770, symBinAddr: 0xEE700, symSize: 0x44 } + - { offsetInCU: 0x67C, offset: 0x12F0CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x7B4, symBinAddr: 0xEE744, symSize: 0x28 } + - { offsetInCU: 0x6A6, offset: 0x12F0F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7DC, symBinAddr: 0xEE76C, symSize: 0x28 } + - { offsetInCU: 0x6DE, offset: 0x12F12C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueACSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x11A0, symBinAddr: 0xEF0DC, symSize: 0x50 } + - { offsetInCU: 0x709, offset: 0x12F157, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x13B8, symBinAddr: 0xEF2B4, symSize: 0xE0 } + - { offsetInCU: 0x7AE, offset: 0x12F1FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO13discriminator_WZ', symObjAddr: 0x850, symBinAddr: 0xEE7E0, symSize: 0x4 } + - { offsetInCU: 0x7C8, offset: 0x12F216, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCMa', symObjAddr: 0xA7C, symBinAddr: 0xEEA0C, symSize: 0x20 } + - { offsetInCU: 0x7DC, offset: 0x12F22A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwet', symObjAddr: 0xAAC, symBinAddr: 0xEEA2C, symSize: 0x90 } + - { offsetInCU: 0x7F0, offset: 0x12F23E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwst', symObjAddr: 0xB3C, symBinAddr: 0xEEABC, symSize: 0xBC } + - { offsetInCU: 0x804, offset: 0x12F252, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwup', symObjAddr: 0xBF8, symBinAddr: 0xEEB78, symSize: 0x4 } + - { offsetInCU: 0x818, offset: 0x12F266, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOMa', symObjAddr: 0xBFC, symBinAddr: 0xEEB7C, symSize: 0x10 } + - { offsetInCU: 0x82C, offset: 0x12F27A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASQWb', symObjAddr: 0xC0C, symBinAddr: 0xEEB8C, symSize: 0x4 } + - { offsetInCU: 0x840, offset: 0x12F28E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSQAAWl', symObjAddr: 0xC10, symBinAddr: 0xEEB90, symSize: 0x44 } + - { offsetInCU: 0x854, offset: 0x12F2A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC54, symBinAddr: 0xEEBD4, symSize: 0x24 } + - { offsetInCU: 0x868, offset: 0x12F2B6, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZ', symObjAddr: 0xD10, symBinAddr: 0xEEC4C, symSize: 0x14 } + - { offsetInCU: 0x884, offset: 0x12F2D2, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xD24, symBinAddr: 0xEEC60, symSize: 0x47C } + - { offsetInCU: 0xC6F, offset: 0x12F6BD, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x1230, symBinAddr: 0xEF12C, symSize: 0x188 } + - { offsetInCU: 0xE89, offset: 0x12F8D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSYAAWl', symObjAddr: 0x14DC, symBinAddr: 0xEF394, symSize: 0x44 } + - { offsetInCU: 0xE9D, offset: 0x12F8EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs0D3KeyAAWl', symObjAddr: 0x1520, symBinAddr: 0xEF3D8, symSize: 0x44 } + - { offsetInCU: 0xEB1, offset: 0x12F8FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSEAAWl', symObjAddr: 0x1564, symBinAddr: 0xEF41C, symSize: 0x44 } + - { offsetInCU: 0xEC5, offset: 0x12F913, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwet', symObjAddr: 0x1668, symBinAddr: 0xEF460, symSize: 0x90 } + - { offsetInCU: 0xED9, offset: 0x12F927, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwst', symObjAddr: 0x16F8, symBinAddr: 0xEF4F0, symSize: 0xBC } + - { offsetInCU: 0xEED, offset: 0x12F93B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwug', symObjAddr: 0x17B4, symBinAddr: 0xEF5AC, symSize: 0x8 } + - { offsetInCU: 0xF01, offset: 0x12F94F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwup', symObjAddr: 0x17BC, symBinAddr: 0xEF5B4, symSize: 0x4 } + - { offsetInCU: 0xF15, offset: 0x12F963, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwui', symObjAddr: 0x17C0, symBinAddr: 0xEF5B8, symSize: 0x8 } + - { offsetInCU: 0xF29, offset: 0x12F977, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOMa', symObjAddr: 0x17C8, symBinAddr: 0xEF5C0, symSize: 0x10 } + - { offsetInCU: 0xF3D, offset: 0x12F98B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASQWb', symObjAddr: 0x17D8, symBinAddr: 0xEF5D0, symSize: 0x4 } + - { offsetInCU: 0xF51, offset: 0x12F99F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFSQAAWl', symObjAddr: 0x17DC, symBinAddr: 0xEF5D4, symSize: 0x44 } + - { offsetInCU: 0xF65, offset: 0x12F9B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1820, symBinAddr: 0xEF618, symSize: 0x4 } + - { offsetInCU: 0xF79, offset: 0x12F9C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1824, symBinAddr: 0xEF61C, symSize: 0x44 } + - { offsetInCU: 0xF8D, offset: 0x12F9DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1868, symBinAddr: 0xEF660, symSize: 0x4 } + - { offsetInCU: 0xFA1, offset: 0x12F9EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x186C, symBinAddr: 0xEF664, symSize: 0x44 } + - { offsetInCU: 0x1031, offset: 0x12FA7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5EC, symBinAddr: 0xEE57C, symSize: 0x88 } + - { offsetInCU: 0x10E0, offset: 0x12FB2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x674, symBinAddr: 0xEE604, symSize: 0x60 } + - { offsetInCU: 0x115E, offset: 0x12FBAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6D4, symBinAddr: 0xEE664, symSize: 0x40 } + - { offsetInCU: 0x11B0, offset: 0x12FBFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x714, symBinAddr: 0xEE6A4, symSize: 0x5C } + - { offsetInCU: 0x120C, offset: 0x12FC5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x804, symBinAddr: 0xEE794, symSize: 0x4C } + - { offsetInCU: 0x122F, offset: 0x12FC7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8D0, symBinAddr: 0xEE860, symSize: 0xC } + - { offsetInCU: 0x124B, offset: 0x12FC99, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x8DC, symBinAddr: 0xEE86C, symSize: 0x8 } + - { offsetInCU: 0x1267, offset: 0x12FCB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8E4, symBinAddr: 0xEE874, symSize: 0x8 } + - { offsetInCU: 0x1283, offset: 0x12FCD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8EC, symBinAddr: 0xEE87C, symSize: 0x8 } + - { offsetInCU: 0x12A5, offset: 0x12FCF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA08, symBinAddr: 0xEE998, symSize: 0x28 } + - { offsetInCU: 0x12C1, offset: 0x12FD0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA30, symBinAddr: 0xEE9C0, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x12FF7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xEF6B0, symSize: 0x4C } + - { offsetInCU: 0x6D, offset: 0x12FFC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xEF6B0, symSize: 0x4C } + - { offsetInCU: 0xBF, offset: 0x130013, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x6C, symBinAddr: 0xEF71C, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x130054, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x78, symBinAddr: 0xEF728, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x130095, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA8, symBinAddr: 0xEF758, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x1300C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesC9rectangleAcA9RectangleC_tcfcTf4gn_n', symObjAddr: 0x880, symBinAddr: 0xEFEF0, symSize: 0x31C } + - { offsetInCU: 0x448, offset: 0x13039C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCMa', symObjAddr: 0x4C, symBinAddr: 0xEF6FC, symSize: 0x20 } + - { offsetInCU: 0x583, offset: 0x1304D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB4, symBinAddr: 0xEF764, symSize: 0xE0 } + - { offsetInCU: 0x6AF, offset: 0x130603, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCfD', symObjAddr: 0x194, symBinAddr: 0xEF844, symSize: 0x34 } + - { offsetInCU: 0x710, offset: 0x130664, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1E8, symBinAddr: 0xEF898, symSize: 0x44 } + - { offsetInCU: 0x75C, offset: 0x1306B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x22C, symBinAddr: 0xEF8DC, symSize: 0x24 } + - { offsetInCU: 0x78E, offset: 0x1306E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x250, symBinAddr: 0xEF900, symSize: 0x4 } + - { offsetInCU: 0x7C8, offset: 0x13071C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x254, symBinAddr: 0xEF904, symSize: 0x8 } + - { offsetInCU: 0x7E8, offset: 0x13073C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x254, symBinAddr: 0xEF904, symSize: 0x8 } + - { offsetInCU: 0x84B, offset: 0x13079F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x25C, symBinAddr: 0xEF90C, symSize: 0x10 } + - { offsetInCU: 0x86B, offset: 0x1307BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x25C, symBinAddr: 0xEF90C, symSize: 0x10 } + - { offsetInCU: 0x8B2, offset: 0x130806, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x26C, symBinAddr: 0xEF91C, symSize: 0x8 } + - { offsetInCU: 0x8D2, offset: 0x130826, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x26C, symBinAddr: 0xEF91C, symSize: 0x8 } + - { offsetInCU: 0x8F3, offset: 0x130847, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x274, symBinAddr: 0xEF924, symSize: 0x8 } + - { offsetInCU: 0x913, offset: 0x130867, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x274, symBinAddr: 0xEF924, symSize: 0x8 } + - { offsetInCU: 0x934, offset: 0x130888, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x27C, symBinAddr: 0xEF92C, symSize: 0x8 } + - { offsetInCU: 0x954, offset: 0x1308A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x27C, symBinAddr: 0xEF92C, symSize: 0x8 } + - { offsetInCU: 0x975, offset: 0x1308C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x284, symBinAddr: 0xEF934, symSize: 0x8 } + - { offsetInCU: 0x995, offset: 0x1308E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x284, symBinAddr: 0xEF934, symSize: 0x8 } + - { offsetInCU: 0x9B6, offset: 0x13090A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xEF93C, symSize: 0xC } + - { offsetInCU: 0x9D6, offset: 0x13092A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xEF93C, symSize: 0xC } + - { offsetInCU: 0x9F7, offset: 0x13094B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x298, symBinAddr: 0xEF948, symSize: 0x10 } + - { offsetInCU: 0xA17, offset: 0x13096B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x298, symBinAddr: 0xEF948, symSize: 0x10 } + - { offsetInCU: 0xA38, offset: 0x13098C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x2A8, symBinAddr: 0xEF958, symSize: 0xC } + - { offsetInCU: 0xA6A, offset: 0x1309BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC06parentC09rectangleAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xB9C, symBinAddr: 0xF020C, symSize: 0x110 } + - { offsetInCU: 0xB23, offset: 0x130A77, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCMa', symObjAddr: 0x1C8, symBinAddr: 0xEF878, symSize: 0x20 } + - { offsetInCU: 0xF80, offset: 0x130ED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9rectangle8position4size12cornerRadius9directionACSo7CGPointV_So6CGSizeV12CoreGraphics7CGFloatVAA0C9DirectionOtFZTf4nnnnd_n', symObjAddr: 0x2B4, symBinAddr: 0xEF964, symSize: 0x58C } + - { offsetInCU: 0x27, offset: 0x13272C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0xF031C, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x132744, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0xF031C, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x132758, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMr', symObjAddr: 0x4, symBinAddr: 0xF0320, symSize: 0x94 } + - { offsetInCU: 0x73, offset: 0x132778, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfC', symObjAddr: 0x98, symBinAddr: 0xF03B4, symSize: 0xA4 } + - { offsetInCU: 0x91, offset: 0x132796, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfc', symObjAddr: 0x13C, symBinAddr: 0xF0458, symSize: 0x1B4 } + - { offsetInCU: 0x15A, offset: 0x13285F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x2F0, symBinAddr: 0xF060C, symSize: 0x5C } + - { offsetInCU: 0x18F, offset: 0x132894, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x34C, symBinAddr: 0xF0668, symSize: 0x4 } + - { offsetInCU: 0x1C4, offset: 0x1328C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueSSvg', symObjAddr: 0x350, symBinAddr: 0xF066C, symSize: 0x20 } + - { offsetInCU: 0x20D, offset: 0x132912, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x370, symBinAddr: 0xF068C, symSize: 0x20 } + - { offsetInCU: 0x245, offset: 0x13294A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x370, symBinAddr: 0xF068C, symSize: 0x20 } + - { offsetInCU: 0x261, offset: 0x132966, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0xF07EC, symSize: 0x2C } + - { offsetInCU: 0x27D, offset: 0x132982, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x4FC, symBinAddr: 0xF0818, symSize: 0x28 } + - { offsetInCU: 0x299, offset: 0x13299E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x524, symBinAddr: 0xF0840, symSize: 0x8 } + - { offsetInCU: 0x2B5, offset: 0x1329BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x52C, symBinAddr: 0xF0848, symSize: 0x24 } + - { offsetInCU: 0x2D1, offset: 0x1329D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x550, symBinAddr: 0xF086C, symSize: 0xC } + - { offsetInCU: 0x2FC, offset: 0x132A01, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x55C, symBinAddr: 0xF0878, symSize: 0x28 } + - { offsetInCU: 0x32D, offset: 0x132A32, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1390, symBinAddr: 0xF14B8, symSize: 0x8 } + - { offsetInCU: 0x359, offset: 0x132A5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC6isHoldSbvg', symObjAddr: 0x5EC, symBinAddr: 0xF0908, symSize: 0x2C } + - { offsetInCU: 0x3DE, offset: 0x132AE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCfD', symObjAddr: 0x67C, symBinAddr: 0xF0934, symSize: 0x70 } + - { offsetInCU: 0x435, offset: 0x132B3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMa', symObjAddr: 0x6EC, symBinAddr: 0xF09A4, symSize: 0xC } + - { offsetInCU: 0x449, offset: 0x132B4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x6F8, symBinAddr: 0xF09B0, symSize: 0x364 } + - { offsetInCU: 0x496, offset: 0x132B9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0xA5C, symBinAddr: 0xF0D14, symSize: 0x54 } + - { offsetInCU: 0x4B9, offset: 0x132BBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfc', symObjAddr: 0xAB0, symBinAddr: 0xF0D68, symSize: 0x4D4 } + - { offsetInCU: 0x506, offset: 0x132C0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xF84, symBinAddr: 0xF123C, symSize: 0x24 } + - { offsetInCU: 0x529, offset: 0x132C2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFA8, symBinAddr: 0xF1260, symSize: 0x2C } + - { offsetInCU: 0x54C, offset: 0x132C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMa', symObjAddr: 0xFD4, symBinAddr: 0xF128C, symSize: 0xC } + - { offsetInCU: 0x560, offset: 0x132C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSEAAWl', symObjAddr: 0x1048, symBinAddr: 0xF1298, symSize: 0x44 } + - { offsetInCU: 0x574, offset: 0x132C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSeAAWl', symObjAddr: 0x1134, symBinAddr: 0xF12DC, symSize: 0x44 } + - { offsetInCU: 0x588, offset: 0x132C8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMi', symObjAddr: 0x11E8, symBinAddr: 0xF1320, symSize: 0x8 } + - { offsetInCU: 0x59C, offset: 0x132CA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwet', symObjAddr: 0x1200, symBinAddr: 0xF1328, symSize: 0x90 } + - { offsetInCU: 0x5B0, offset: 0x132CB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwst', symObjAddr: 0x1290, symBinAddr: 0xF13B8, symSize: 0xBC } + - { offsetInCU: 0x5C4, offset: 0x132CC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwug', symObjAddr: 0x134C, symBinAddr: 0xF1474, symSize: 0x8 } + - { offsetInCU: 0x5D8, offset: 0x132CDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwup', symObjAddr: 0x1354, symBinAddr: 0xF147C, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0x132CF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwui', symObjAddr: 0x1358, symBinAddr: 0xF1480, symSize: 0x8 } + - { offsetInCU: 0x600, offset: 0x132D05, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASQWb', symObjAddr: 0x1360, symBinAddr: 0xF1488, symSize: 0x10 } + - { offsetInCU: 0x614, offset: 0x132D19, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1370, symBinAddr: 0xF1498, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x132D2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1380, symBinAddr: 0xF14A8, symSize: 0x10 } + - { offsetInCU: 0x64D, offset: 0x132D52, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0xF06AC, symSize: 0x54 } + - { offsetInCU: 0x669, offset: 0x132D6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x3E4, symBinAddr: 0xF0700, symSize: 0x4C } + - { offsetInCU: 0x685, offset: 0x132D8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xF074C, symSize: 0x50 } + - { offsetInCU: 0x6A1, offset: 0x132DA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x480, symBinAddr: 0xF079C, symSize: 0x50 } + - { offsetInCU: 0x6C3, offset: 0x132DC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x584, symBinAddr: 0xF08A0, symSize: 0x34 } + - { offsetInCU: 0x6DF, offset: 0x132DE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x5B8, symBinAddr: 0xF08D4, symSize: 0x34 } + - { offsetInCU: 0xA5, offset: 0x133088, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x15D4, symBinAddr: 0xF2A94, symSize: 0x244 } + - { offsetInCU: 0x3DF, offset: 0x1333C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA17GroupInterpolatorCyAA0A8Vector1DVG_Tg5', symObjAddr: 0x70, symBinAddr: 0xF1530, symSize: 0x128 } + - { offsetInCU: 0x531, offset: 0x133514, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA06SinglecD0CySayAA0A8Vector1DVGG_Tg5', symObjAddr: 0x198, symBinAddr: 0xF1658, symSize: 0xEC } + - { offsetInCU: 0x636, offset: 0x133619, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x3B0, symBinAddr: 0xF1870, symSize: 0xD4 } + - { offsetInCU: 0x69A, offset: 0x13367D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5', symObjAddr: 0x484, symBinAddr: 0xF1944, symSize: 0xE8 } + - { offsetInCU: 0x749, offset: 0x13372C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x56C, symBinAddr: 0xF1A2C, symSize: 0xD4 } + - { offsetInCU: 0x83A, offset: 0x13381D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_Tg5', symObjAddr: 0x640, symBinAddr: 0xF1B00, symSize: 0x224 } + - { offsetInCU: 0x966, offset: 0x133949, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_Tg5', symObjAddr: 0x864, symBinAddr: 0xF1D24, symSize: 0x140 } + - { offsetInCU: 0xA48, offset: 0x133A2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_Tg5', symObjAddr: 0x9A4, symBinAddr: 0xF1E64, symSize: 0xD4 } + - { offsetInCU: 0xB30, offset: 0x133B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0xA78, symBinAddr: 0xF1F38, symSize: 0x2A0 } + - { offsetInCU: 0x121F, offset: 0x134202, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtFAA0A5ColorV_Tg5', symObjAddr: 0x1258, symBinAddr: 0xF2718, symSize: 0x100 } + - { offsetInCU: 0x1382, offset: 0x134365, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtFAA0A8Vector3DV_Tg5', symObjAddr: 0x1558, symBinAddr: 0xF2A18, symSize: 0x7C } + - { offsetInCU: 0x17E5, offset: 0x1347C8, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9ShapeItemC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKF', symObjAddr: 0x1818, symBinAddr: 0xF2CD8, symSize: 0x768 } + - { offsetInCU: 0x1CF1, offset: 0x134CD4, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKF', symObjAddr: 0x1F80, symBinAddr: 0xF3440, symSize: 0x1D0 } + - { offsetInCU: 0x1E8E, offset: 0x134E71, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF', symObjAddr: 0x2150, symBinAddr: 0xF3610, symSize: 0x1C8 } + - { offsetInCU: 0x2051, offset: 0x135034, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKF', symObjAddr: 0x2318, symBinAddr: 0xF37D8, symSize: 0xBAC } + - { offsetInCU: 0x37B9, offset: 0x13679C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndtyF', symObjAddr: 0x2EE4, symBinAddr: 0xF4384, symSize: 0x430 } + - { offsetInCU: 0x3ED3, offset: 0x136EB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b39C038startValueIsAlwaysLessOrEqualToThane7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x33AC, symBinAddr: 0xF484C, symSize: 0x5F8 } + - { offsetInCU: 0x44FD, offset: 0x1374E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b42C041startValueIsAlwaysGreaterThanOrEqualToe7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x39A4, symBinAddr: 0xF4E44, symSize: 0x5F8 } + - { offsetInCU: 0x4B27, offset: 0x137B0A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5', symObjAddr: 0x3F9C, symBinAddr: 0xF543C, symSize: 0x2C } + - { offsetInCU: 0x4B3F, offset: 0x137B22, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5', symObjAddr: 0x3FC8, symBinAddr: 0xF5468, symSize: 0x68 } + - { offsetInCU: 0x4B57, offset: 0x137B3A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5', symObjAddr: 0x4030, symBinAddr: 0xF54D0, symSize: 0x2C } + - { offsetInCU: 0x4B6F, offset: 0x137B52, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5', symObjAddr: 0x405C, symBinAddr: 0xF54FC, symSize: 0x54 } + - { offsetInCU: 0x4CD4, offset: 0x137CB7, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4324, symBinAddr: 0xF57C4, symSize: 0x108 } + - { offsetInCU: 0x4D9F, offset: 0x137D82, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnFSS_Tg5', symObjAddr: 0x442C, symBinAddr: 0xF58CC, symSize: 0x1AC } + - { offsetInCU: 0x4E36, offset: 0x137E19, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x45D8, symBinAddr: 0xF5A78, symSize: 0x130 } + - { offsetInCU: 0x4EEB, offset: 0x137ECE, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtFSS_Tg5', symObjAddr: 0x4708, symBinAddr: 0xF5BA8, symSize: 0x1B4 } + - { offsetInCU: 0x4FAB, offset: 0x137F8E, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x48BC, symBinAddr: 0xF5D5C, symSize: 0x190 } + - { offsetInCU: 0x5004, offset: 0x137FE7, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyFSS_Tg5', symObjAddr: 0x4A4C, symBinAddr: 0xF5EEC, symSize: 0x1AC } + - { offsetInCU: 0x5073, offset: 0x138056, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4BF8, symBinAddr: 0xF6098, symSize: 0x25C } + - { offsetInCU: 0x5136, offset: 0x138119, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tFSS_Tg5', symObjAddr: 0x4E54, symBinAddr: 0xF62F4, symSize: 0x290 } + - { offsetInCU: 0x51F4, offset: 0x1381D7, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x50E4, symBinAddr: 0xF6584, symSize: 0x300 } + - { offsetInCU: 0x52EC, offset: 0x1382CF, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tFSS_Tg5', symObjAddr: 0x53E4, symBinAddr: 0xF6884, symSize: 0x328 } + - { offsetInCU: 0x53FF, offset: 0x1383E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5', symObjAddr: 0x570C, symBinAddr: 0xF6BAC, symSize: 0x28 } + - { offsetInCU: 0x5455, offset: 0x138438, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5', symObjAddr: 0x5864, symBinAddr: 0xF6C24, symSize: 0xA4 } + - { offsetInCU: 0x549A, offset: 0x13847D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x594C, symBinAddr: 0xF6CC8, symSize: 0x8 } + - { offsetInCU: 0x54AE, offset: 0x138491, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x5A30, symBinAddr: 0xF6D2C, symSize: 0x8 } + - { offsetInCU: 0x54C2, offset: 0x1384A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x5B3C, symBinAddr: 0xF6D34, symSize: 0x8 } + - { offsetInCU: 0x54D6, offset: 0x1384B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x5B44, symBinAddr: 0xF6D3C, symSize: 0x8 } + - { offsetInCU: 0x54EA, offset: 0x1384CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x5C18, symBinAddr: 0xF6D88, symSize: 0x8 } + - { offsetInCU: 0x5509, offset: 0x1384EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_TG5TA', symObjAddr: 0x5C20, symBinAddr: 0xF6D90, symSize: 0x28 } + - { offsetInCU: 0x553D, offset: 0x138520, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE12TextDocumentCG_Tg5TA', symObjAddr: 0x5C48, symBinAddr: 0xF6DB8, symSize: 0x4C } + - { offsetInCU: 0x5566, offset: 0x138549, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x5C94, symBinAddr: 0xF6E04, symSize: 0x8 } + - { offsetInCU: 0x5585, offset: 0x138568, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E5ColorVG_Tg5TA', symObjAddr: 0x5C9C, symBinAddr: 0xF6E0C, symSize: 0x64 } + - { offsetInCU: 0x55AE, offset: 0x138591, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x5D10, symBinAddr: 0xF6E80, symSize: 0x8 } + - { offsetInCU: 0x55D8, offset: 0x1385BB, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRAE0D8Vector1DV_TG5TA', symObjAddr: 0x5D18, symBinAddr: 0xF6E88, symSize: 0x28 } + - { offsetInCU: 0x5621, offset: 0x138604, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_TG5TA', symObjAddr: 0x5D7C, symBinAddr: 0xF6EEC, symSize: 0x28 } + - { offsetInCU: 0x5672, offset: 0x138655, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_Sd_Tg5TA', symObjAddr: 0x5DF8, symBinAddr: 0xF6F68, symSize: 0x18 } + - { offsetInCU: 0x5734, offset: 0x138717, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_Sd_TG5TA', symObjAddr: 0x5E10, symBinAddr: 0xF6F80, symSize: 0x44 } + - { offsetInCU: 0x581C, offset: 0x1387FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5TA', symObjAddr: 0x5E54, symBinAddr: 0xF6FC4, symSize: 0x8 } + - { offsetInCU: 0x583B, offset: 0x13881E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E8Vector3DVG_Tg5TA', symObjAddr: 0x5E5C, symBinAddr: 0xF6FCC, symSize: 0x2C } + - { offsetInCU: 0x586F, offset: 0x138852, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_TG5TA', symObjAddr: 0x5E88, symBinAddr: 0xF6FF8, symSize: 0x34 } + - { offsetInCU: 0x58A3, offset: 0x138886, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE10BezierPathVG_Tg5TA', symObjAddr: 0x5EBC, symBinAddr: 0xF702C, symSize: 0x2C } + - { offsetInCU: 0x5CD2, offset: 0x138CB5, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3314, symBinAddr: 0xF47B4, symSize: 0x4C } + - { offsetInCU: 0x5D1A, offset: 0x138CFD, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3314, symBinAddr: 0xF47B4, symSize: 0x4C } + - { offsetInCU: 0x5D2E, offset: 0x138D11, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3314, symBinAddr: 0xF47B4, symSize: 0x4C } + - { offsetInCU: 0x5D8B, offset: 0x138D6E, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3360, symBinAddr: 0xF4800, symSize: 0x4C } + - { offsetInCU: 0x5DD3, offset: 0x138DB6, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3360, symBinAddr: 0xF4800, symSize: 0x4C } + - { offsetInCU: 0x5DE7, offset: 0x138DCA, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3360, symBinAddr: 0xF4800, symSize: 0x4C } + - { offsetInCU: 0x5EE0, offset: 0x138EC3, size: 0x8, addend: 0x0, symName: '_$sSTsE3mapySayqd__Gqd__7ElementQzKXEKlFs12Zip2SequenceVySaySdGAGG_SdTg574$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRSd_TG5S3ds0F0_pIgnnrzo_Tf1cn_n', symObjAddr: 0x40B0, symBinAddr: 0xF5550, symSize: 0x274 } + - { offsetInCU: 0x4F, offset: 0x1394DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0xF70B8, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x1394FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0xF70F8, symSize: 0x170 } + - { offsetInCU: 0x1BF, offset: 0x13964C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfC', symObjAddr: 0x1F0, symBinAddr: 0xF7268, symSize: 0x20 } + - { offsetInCU: 0x1DD, offset: 0x13966A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfc', symObjAddr: 0x210, symBinAddr: 0xF7288, symSize: 0x11C } + - { offsetInCU: 0x2FA, offset: 0x139787, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfcTo', symObjAddr: 0x32C, symBinAddr: 0xF73A4, symSize: 0x20 } + - { offsetInCU: 0x316, offset: 0x1397A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x34C, symBinAddr: 0xF73C4, symSize: 0x44 } + - { offsetInCU: 0x334, offset: 0x1397C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x390, symBinAddr: 0xF7408, symSize: 0x160 } + - { offsetInCU: 0x461, offset: 0x1398EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x4F0, symBinAddr: 0xF7568, symSize: 0x30 } + - { offsetInCU: 0x49B, offset: 0x139928, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF', symObjAddr: 0x520, symBinAddr: 0xF7598, symSize: 0x148 } + - { offsetInCU: 0x570, offset: 0x1399FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtFTo', symObjAddr: 0x668, symBinAddr: 0xF76E0, symSize: 0x80 } + - { offsetInCU: 0x5AA, offset: 0x139A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF', symObjAddr: 0x6E8, symBinAddr: 0xF7760, symSize: 0x1F0 } + - { offsetInCU: 0x6C7, offset: 0x139B54, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x8D8, symBinAddr: 0xF7950, symSize: 0x78 } + - { offsetInCU: 0x70D, offset: 0x139B9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvg', symObjAddr: 0xA9C, symBinAddr: 0xF7B14, symSize: 0x58 } + - { offsetInCU: 0x72C, offset: 0x139BB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvs', symObjAddr: 0xAF4, symBinAddr: 0xF7B6C, symSize: 0x5C } + - { offsetInCU: 0x755, offset: 0x139BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM', symObjAddr: 0xB50, symBinAddr: 0xF7BC8, symSize: 0x44 } + - { offsetInCU: 0x784, offset: 0x139C11, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM.resume.0', symObjAddr: 0xB94, symBinAddr: 0xF7C0C, symSize: 0x4 } + - { offsetInCU: 0x7CD, offset: 0x139C5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0xB98, symBinAddr: 0xF7C10, symSize: 0x70 } + - { offsetInCU: 0x893, offset: 0x139D20, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0xC48, symBinAddr: 0xF7C80, symSize: 0x44 } + - { offsetInCU: 0x907, offset: 0x139D94, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0xCCC, symBinAddr: 0xF7CC4, symSize: 0x90 } + - { offsetInCU: 0x9C8, offset: 0x139E55, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF', symObjAddr: 0xD5C, symBinAddr: 0xF7D54, symSize: 0x198 } + - { offsetInCU: 0xB83, offset: 0x13A010, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfD', symObjAddr: 0xF24, symBinAddr: 0xF7F1C, symSize: 0x30 } + - { offsetInCU: 0xC3E, offset: 0x13A0CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTK', symObjAddr: 0x950, symBinAddr: 0xF79C8, symSize: 0x94 } + - { offsetInCU: 0xC6B, offset: 0x13A0F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTk', symObjAddr: 0x9E4, symBinAddr: 0xF7A5C, symSize: 0xB8 } + - { offsetInCU: 0xD6D, offset: 0x13A1FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfE', symObjAddr: 0xEF4, symBinAddr: 0xF7EEC, symSize: 0x30 } + - { offsetInCU: 0xD9A, offset: 0x13A227, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfETo', symObjAddr: 0xF54, symBinAddr: 0xF7F4C, symSize: 0x3C } + - { offsetInCU: 0xDC9, offset: 0x13A256, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCMa', symObjAddr: 0x1000, symBinAddr: 0xF7F88, symSize: 0x20 } + - { offsetInCU: 0xDDD, offset: 0x13A26A, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOy', symObjAddr: 0x1064, symBinAddr: 0xF7FA8, symSize: 0x10 } + - { offsetInCU: 0xDFC, offset: 0x13A289, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x1138, symBinAddr: 0xF807C, symSize: 0x20 } + - { offsetInCU: 0xE30, offset: 0x13A2BD, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x1158, symBinAddr: 0xF809C, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x13A600, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0xF80C0, symSize: 0xE0 } + - { offsetInCU: 0x55, offset: 0x13A62E, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0xF80C0, symSize: 0xE0 } + - { offsetInCU: 0x27, offset: 0x13A8FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0xF81A0, symSize: 0x370 } + - { offsetInCU: 0x1E0, offset: 0x13AAB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0xF81A0, symSize: 0x370 } + - { offsetInCU: 0x4E9, offset: 0x13ADC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x370, symBinAddr: 0xF8510, symSize: 0x140 } + - { offsetInCU: 0x54B, offset: 0x13AE22, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x4B0, symBinAddr: 0xF8650, symSize: 0x4C } + - { offsetInCU: 0x591, offset: 0x13AE68, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x4FC, symBinAddr: 0xF869C, symSize: 0x58 } + - { offsetInCU: 0x5D8, offset: 0x13AEAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x554, symBinAddr: 0xF86F4, symSize: 0x80 } + - { offsetInCU: 0x627, offset: 0x13AEFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x5D4, symBinAddr: 0xF8774, symSize: 0x84 } + - { offsetInCU: 0x6EB, offset: 0x13AFC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfD', symObjAddr: 0x684, symBinAddr: 0xF8824, symSize: 0x34 } + - { offsetInCU: 0x762, offset: 0x13B039, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfE', symObjAddr: 0x658, symBinAddr: 0xF87F8, symSize: 0x2C } + - { offsetInCU: 0x78F, offset: 0x13B066, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfETo', symObjAddr: 0x6B8, symBinAddr: 0xF8858, symSize: 0x38 } + - { offsetInCU: 0x7BE, offset: 0x13B095, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCMa', symObjAddr: 0x6F0, symBinAddr: 0xF8890, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x13B2CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xF88B0, symSize: 0x14 } + - { offsetInCU: 0x50, offset: 0x13B2F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xF88B0, symSize: 0x14 } + - { offsetInCU: 0xEA, offset: 0x13B38F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xF88C4, symSize: 0x44 } + - { offsetInCU: 0x1CF, offset: 0x13B474, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xF8908, symSize: 0x28 } + - { offsetInCU: 0x254, offset: 0x13B4F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0xC0, symBinAddr: 0xF8970, symSize: 0x38 } + - { offsetInCU: 0x286, offset: 0x13B52B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASQWb', symObjAddr: 0xF8, symBinAddr: 0xF89A8, symSize: 0x4 } + - { offsetInCU: 0x29A, offset: 0x13B53F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVACSQAAWl', symObjAddr: 0xFC, symBinAddr: 0xF89AC, symSize: 0x44 } + - { offsetInCU: 0x2AE, offset: 0x13B553, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwet', symObjAddr: 0x190, symBinAddr: 0xF89F0, symSize: 0x48 } + - { offsetInCU: 0x2C2, offset: 0x13B567, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwst', symObjAddr: 0x1D8, symBinAddr: 0xF8A38, symSize: 0x3C } + - { offsetInCU: 0x2D6, offset: 0x13B57B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVMa', symObjAddr: 0x214, symBinAddr: 0xF8A74, symSize: 0x10 } + - { offsetInCU: 0x353, offset: 0x13B5F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xF8930, symSize: 0x40 } + - { offsetInCU: 0x1CA, offset: 0x13B971, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV12progressTime3for12CoreGraphics7CGFloatVAH_tKF', symObjAddr: 0x18, symBinAddr: 0xF8A84, symSize: 0x2DC } + - { offsetInCU: 0x3EC, offset: 0x13BB93, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV19simpleTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x2F4, symBinAddr: 0xF8D60, symSize: 0x4 } + - { offsetInCU: 0x416, offset: 0x13BBBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20complexTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x2F8, symBinAddr: 0xF8D64, symSize: 0x4 } + - { offsetInCU: 0x440, offset: 0x13BBE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU_', symObjAddr: 0x33C, symBinAddr: 0xF8DA8, symSize: 0x4 } + - { offsetInCU: 0x46A, offset: 0x13BC11, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU0_', symObjAddr: 0x340, symBinAddr: 0xF8DAC, symSize: 0x4 } + - { offsetInCU: 0x4A3, offset: 0x13BC4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x374, symBinAddr: 0xF8DE0, symSize: 0x8 } + - { offsetInCU: 0x4C3, offset: 0x13BC6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x374, symBinAddr: 0xF8DE0, symSize: 0x8 } + - { offsetInCU: 0x503, offset: 0x13BCAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCfD', symObjAddr: 0x344, symBinAddr: 0xF8DB0, symSize: 0x10 } + - { offsetInCU: 0x533, offset: 0x13BCDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCMa', symObjAddr: 0x354, symBinAddr: 0xF8DC0, symSize: 0x20 } + - { offsetInCU: 0x547, offset: 0x13BCEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x44C, symBinAddr: 0xF8DE8, symSize: 0x8 } + - { offsetInCU: 0x55B, offset: 0x13BD02, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x454, symBinAddr: 0xF8DF0, symSize: 0x8 } + - { offsetInCU: 0x56F, offset: 0x13BD16, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwCP', symObjAddr: 0x4E4, symBinAddr: 0xF8DF8, symSize: 0x30 } + - { offsetInCU: 0x583, offset: 0x13BD2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwxx', symObjAddr: 0x514, symBinAddr: 0xF8E28, symSize: 0x70 } + - { offsetInCU: 0x597, offset: 0x13BD3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwcp', symObjAddr: 0x584, symBinAddr: 0xF8E98, symSize: 0x104 } + - { offsetInCU: 0x5AB, offset: 0x13BD52, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwca', symObjAddr: 0x688, symBinAddr: 0xF8F9C, symSize: 0x198 } + - { offsetInCU: 0x5BF, offset: 0x13BD66, size: 0x8, addend: 0x0, symName: ___swift_memcpy153_8, symObjAddr: 0x820, symBinAddr: 0xF9134, symSize: 0x34 } + - { offsetInCU: 0x5D3, offset: 0x13BD7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwta', symObjAddr: 0x854, symBinAddr: 0xF9168, symSize: 0x134 } + - { offsetInCU: 0x5E7, offset: 0x13BD8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwet', symObjAddr: 0x988, symBinAddr: 0xF929C, symSize: 0x48 } + - { offsetInCU: 0x5FB, offset: 0x13BDA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwst', symObjAddr: 0x9D0, symBinAddr: 0xF92E4, symSize: 0x68 } + - { offsetInCU: 0x60F, offset: 0x13BDB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVMa', symObjAddr: 0xA38, symBinAddr: 0xF934C, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x13BF88, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xF935C, symSize: 0x3C } + - { offsetInCU: 0x6D, offset: 0x13BFCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xF935C, symSize: 0x3C } + - { offsetInCU: 0xBF, offset: 0x13C01C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x5C, symBinAddr: 0xF93B8, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x13C05D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x68, symBinAddr: 0xF93C4, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x13C09E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x98, symBinAddr: 0xF93F4, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x13C0D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesC07roundedC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x6E4, symBinAddr: 0xF99DC, symSize: 0x1CC } + - { offsetInCU: 0x3AA, offset: 0x13C307, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCMa', symObjAddr: 0x3C, symBinAddr: 0xF9398, symSize: 0x20 } + - { offsetInCU: 0x72F, offset: 0x13C68C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xA4, symBinAddr: 0xF9400, symSize: 0x4A4 } + - { offsetInCU: 0xF23, offset: 0x13CE80, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCfD', symObjAddr: 0x548, symBinAddr: 0xF98A4, symSize: 0x3C } + - { offsetInCU: 0xF84, offset: 0x13CEE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x5A4, symBinAddr: 0xF9900, symSize: 0x44 } + - { offsetInCU: 0xFD0, offset: 0x13CF2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x5E8, symBinAddr: 0xF9944, symSize: 0x24 } + - { offsetInCU: 0x1011, offset: 0x13CF6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x60C, symBinAddr: 0xF9968, symSize: 0xC } + - { offsetInCU: 0x1043, offset: 0x13CFA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x618, symBinAddr: 0xF9974, symSize: 0x4 } + - { offsetInCU: 0x106E, offset: 0x13CFCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x61C, symBinAddr: 0xF9978, symSize: 0x8 } + - { offsetInCU: 0x108E, offset: 0x13CFEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x61C, symBinAddr: 0xF9978, symSize: 0x8 } + - { offsetInCU: 0x10AF, offset: 0x13D00C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x624, symBinAddr: 0xF9980, symSize: 0x8 } + - { offsetInCU: 0x10CF, offset: 0x13D02C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x624, symBinAddr: 0xF9980, symSize: 0x8 } + - { offsetInCU: 0x10F0, offset: 0x13D04D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x62C, symBinAddr: 0xF9988, symSize: 0x8 } + - { offsetInCU: 0x1110, offset: 0x13D06D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x62C, symBinAddr: 0xF9988, symSize: 0x8 } + - { offsetInCU: 0x1131, offset: 0x13D08E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x634, symBinAddr: 0xF9990, symSize: 0x8 } + - { offsetInCU: 0x1151, offset: 0x13D0AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x634, symBinAddr: 0xF9990, symSize: 0x8 } + - { offsetInCU: 0x1172, offset: 0x13D0CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x63C, symBinAddr: 0xF9998, symSize: 0x8 } + - { offsetInCU: 0x1192, offset: 0x13D0EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x63C, symBinAddr: 0xF9998, symSize: 0x8 } + - { offsetInCU: 0x11B3, offset: 0x13D110, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x644, symBinAddr: 0xF99A0, symSize: 0x8 } + - { offsetInCU: 0x11D3, offset: 0x13D130, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x644, symBinAddr: 0xF99A0, symSize: 0x8 } + - { offsetInCU: 0x11F4, offset: 0x13D151, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x64C, symBinAddr: 0xF99A8, symSize: 0xC } + - { offsetInCU: 0x1214, offset: 0x13D171, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x64C, symBinAddr: 0xF99A8, symSize: 0xC } + - { offsetInCU: 0x1235, offset: 0x13D192, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x658, symBinAddr: 0xF99B4, symSize: 0x10 } + - { offsetInCU: 0x1255, offset: 0x13D1B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x658, symBinAddr: 0xF99B4, symSize: 0x10 } + - { offsetInCU: 0x1285, offset: 0x13D1E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x668, symBinAddr: 0xF99C4, symSize: 0x18 } + - { offsetInCU: 0x12BA, offset: 0x13D217, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC06parentD007roundedC013upstreamPathsAcA08AnimatorD0_pSg_AA0bC0CSayAA010PathOutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x8B0, symBinAddr: 0xF9BA8, symSize: 0x118 } + - { offsetInCU: 0x1383, offset: 0x13D2E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCMa', symObjAddr: 0x584, symBinAddr: 0xF98E0, symSize: 0x20 } + - { offsetInCU: 0x8A, offset: 0x13D89A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xF9D80, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x13D8CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0xF9D98, symSize: 0xC } + - { offsetInCU: 0xE4, offset: 0x13D8F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0xF9E4C, symSize: 0x48 } + - { offsetInCU: 0x109, offset: 0x13D919, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0xF9E94, symSize: 0x5C8 } + - { offsetInCU: 0x171, offset: 0x13D981, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x79C, symBinAddr: 0xFA45C, symSize: 0xC10 } + - { offsetInCU: 0x5EB, offset: 0x13DDFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueSSvg', symObjAddr: 0x13AC, symBinAddr: 0xFB06C, symSize: 0x20 } + - { offsetInCU: 0x624, offset: 0x13DE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x172C, symBinAddr: 0xFB3EC, symSize: 0x20 } + - { offsetInCU: 0x652, offset: 0x13DE62, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x172C, symBinAddr: 0xFB3EC, symSize: 0x20 } + - { offsetInCU: 0x68C, offset: 0x13DE9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x17E4, symBinAddr: 0xFB4A4, symSize: 0x44 } + - { offsetInCU: 0x6D2, offset: 0x13DEE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x1828, symBinAddr: 0xFB4E8, symSize: 0x28 } + - { offsetInCU: 0x6EE, offset: 0x13DEFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1850, symBinAddr: 0xFB510, symSize: 0x8 } + - { offsetInCU: 0x724, offset: 0x13DF34, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1858, symBinAddr: 0xFB518, symSize: 0x3C } + - { offsetInCU: 0x789, offset: 0x13DF99, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1894, symBinAddr: 0xFB554, symSize: 0xC } + - { offsetInCU: 0x7A5, offset: 0x13DFB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x18A0, symBinAddr: 0xFB560, symSize: 0xC } + - { offsetInCU: 0x7C1, offset: 0x13DFD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x22CC, symBinAddr: 0xFBC18, symSize: 0x50 } + - { offsetInCU: 0x7EE, offset: 0x13DFFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC6encode2toys7Encoder_p_tKF', symObjAddr: 0x13CC, symBinAddr: 0xFB08C, symSize: 0x360 } + - { offsetInCU: 0x84A, offset: 0x13E05A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfd', symObjAddr: 0x1940, symBinAddr: 0xFB600, symSize: 0x54 } + - { offsetInCU: 0x895, offset: 0x13E0A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfD', symObjAddr: 0x1994, symBinAddr: 0xFB654, symSize: 0x1C } + - { offsetInCU: 0x972, offset: 0x13E182, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfE', symObjAddr: 0x18FC, symBinAddr: 0xFB5BC, symSize: 0x44 } + - { offsetInCU: 0x9CA, offset: 0x13E1DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCMa', symObjAddr: 0x19B0, symBinAddr: 0xFB670, symSize: 0x20 } + - { offsetInCU: 0x9DE, offset: 0x13E1EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwet', symObjAddr: 0x19E0, symBinAddr: 0xFB690, symSize: 0x90 } + - { offsetInCU: 0x9F2, offset: 0x13E202, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwst', symObjAddr: 0x1A70, symBinAddr: 0xFB720, symSize: 0xBC } + - { offsetInCU: 0xA06, offset: 0x13E216, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwup', symObjAddr: 0x1B2C, symBinAddr: 0xFB7DC, symSize: 0x4 } + - { offsetInCU: 0xA1A, offset: 0x13E22A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOMa', symObjAddr: 0x1B30, symBinAddr: 0xFB7E0, symSize: 0x10 } + - { offsetInCU: 0xA2E, offset: 0x13E23E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASQWb', symObjAddr: 0x1B40, symBinAddr: 0xFB7F0, symSize: 0x4 } + - { offsetInCU: 0xA42, offset: 0x13E252, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSQAAWl', symObjAddr: 0x1B44, symBinAddr: 0xFB7F4, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x13E266, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSYAAWl', symObjAddr: 0x1B88, symBinAddr: 0xFB838, symSize: 0x44 } + - { offsetInCU: 0xA6A, offset: 0x13E27A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs0C3KeyAAWl', symObjAddr: 0x1C30, symBinAddr: 0xFB87C, symSize: 0x44 } + - { offsetInCU: 0xA7E, offset: 0x13E28E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSEAAWl', symObjAddr: 0x1DA8, symBinAddr: 0xFB8E4, symSize: 0x44 } + - { offsetInCU: 0xA92, offset: 0x13E2A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSeAAWl', symObjAddr: 0x1F3C, symBinAddr: 0xFB98C, symSize: 0x44 } + - { offsetInCU: 0xAA6, offset: 0x13E2B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwet', symObjAddr: 0x2084, symBinAddr: 0xFB9D0, symSize: 0x90 } + - { offsetInCU: 0xABA, offset: 0x13E2CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwst', symObjAddr: 0x2114, symBinAddr: 0xFBA60, symSize: 0xBC } + - { offsetInCU: 0xACE, offset: 0x13E2DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwug', symObjAddr: 0x21D0, symBinAddr: 0xFBB1C, symSize: 0x8 } + - { offsetInCU: 0xAE2, offset: 0x13E2F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwup', symObjAddr: 0x21D8, symBinAddr: 0xFBB24, symSize: 0x4 } + - { offsetInCU: 0xAF6, offset: 0x13E306, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwui', symObjAddr: 0x21DC, symBinAddr: 0xFBB28, symSize: 0x8 } + - { offsetInCU: 0xB0A, offset: 0x13E31A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOMa', symObjAddr: 0x21E4, symBinAddr: 0xFBB30, symSize: 0x10 } + - { offsetInCU: 0xB1E, offset: 0x13E32E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASQWb', symObjAddr: 0x21F4, symBinAddr: 0xFBB40, symSize: 0x4 } + - { offsetInCU: 0xB32, offset: 0x13E342, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFSQAAWl', symObjAddr: 0x21F8, symBinAddr: 0xFBB44, symSize: 0x44 } + - { offsetInCU: 0xB46, offset: 0x13E356, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x223C, symBinAddr: 0xFBB88, symSize: 0x4 } + - { offsetInCU: 0xB5A, offset: 0x13E36A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2240, symBinAddr: 0xFBB8C, symSize: 0x44 } + - { offsetInCU: 0xB6E, offset: 0x13E37E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2284, symBinAddr: 0xFBBD0, symSize: 0x4 } + - { offsetInCU: 0xB82, offset: 0x13E392, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2288, symBinAddr: 0xFBBD4, symSize: 0x44 } + - { offsetInCU: 0xBB6, offset: 0x13E3C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xF9CC0, symSize: 0x14 } + - { offsetInCU: 0xC47, offset: 0x13E457, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xF9CD4, symSize: 0x44 } + - { offsetInCU: 0xCF6, offset: 0x13E506, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xF9D18, symSize: 0x28 } + - { offsetInCU: 0xD49, offset: 0x13E559, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xF9D40, symSize: 0x40 } + - { offsetInCU: 0xDCC, offset: 0x13E5DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0xF9DA4, symSize: 0x5C } + - { offsetInCU: 0xDEF, offset: 0x13E5FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xF9E00, symSize: 0x4C } + - { offsetInCU: 0xE53, offset: 0x13E663, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x174C, symBinAddr: 0xFB40C, symSize: 0xC } + - { offsetInCU: 0xEAB, offset: 0x13E6BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1758, symBinAddr: 0xFB418, symSize: 0x44 } + - { offsetInCU: 0xF13, offset: 0x13E723, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x179C, symBinAddr: 0xFB45C, symSize: 0x8 } + - { offsetInCU: 0xF27, offset: 0x13E737, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x17A4, symBinAddr: 0xFB464, symSize: 0x40 } + - { offsetInCU: 0xF63, offset: 0x13E773, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x18AC, symBinAddr: 0xFB56C, symSize: 0x28 } + - { offsetInCU: 0xF7F, offset: 0x13E78F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x18D4, symBinAddr: 0xFB594, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x13E97D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwet', symObjAddr: 0x20, symBinAddr: 0xFBC70, symSize: 0x50 } + - { offsetInCU: 0x53, offset: 0x13E991, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwst', symObjAddr: 0x70, symBinAddr: 0xFBCC0, symSize: 0x8C } + - { offsetInCU: 0x67, offset: 0x13E9A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwug', symObjAddr: 0xFC, symBinAddr: 0xFBD4C, symSize: 0x8 } + - { offsetInCU: 0x7B, offset: 0x13E9B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwup', symObjAddr: 0x104, symBinAddr: 0xFBD54, symSize: 0x4 } + - { offsetInCU: 0x8F, offset: 0x13E9CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwui', symObjAddr: 0x108, symBinAddr: 0xFBD58, symSize: 0x4 } + - { offsetInCU: 0xA3, offset: 0x13E9E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOMa', symObjAddr: 0x10C, symBinAddr: 0xFBD5C, symSize: 0x10 } + - { offsetInCU: 0xD8, offset: 0x13EA16, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x12C, symBinAddr: 0xFBD7C, symSize: 0x64 } + - { offsetInCU: 0x11B, offset: 0x13EA59, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValue03RawD0QzvgTW', symObjAddr: 0x190, symBinAddr: 0xFBDE0, symSize: 0x24 } + - { offsetInCU: 0x15B, offset: 0x13EA99, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x1B4, symBinAddr: 0xFBE04, symSize: 0x4 } + - { offsetInCU: 0x17B, offset: 0x13EAB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x1B4, symBinAddr: 0xFBE04, symSize: 0x4 } + - { offsetInCU: 0x1A6, offset: 0x13EAE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1B8, symBinAddr: 0xFBE08, symSize: 0x68 } + - { offsetInCU: 0x1F1, offset: 0x13EB2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x220, symBinAddr: 0xFBE70, symSize: 0xC } + - { offsetInCU: 0x20D, offset: 0x13EB4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x22C, symBinAddr: 0xFBE7C, symSize: 0xC } + - { offsetInCU: 0x229, offset: 0x13EB67, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorO11stringValueSSvgTf4d_n', symObjAddr: 0x3A0, symBinAddr: 0xFBFB0, symSize: 0xC } + - { offsetInCU: 0x246, offset: 0x13EB84, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASQWb', symObjAddr: 0x288, symBinAddr: 0xFBED8, symSize: 0x4 } + - { offsetInCU: 0x25A, offset: 0x13EB98, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACSQAAWl', symObjAddr: 0x28C, symBinAddr: 0xFBEDC, symSize: 0x44 } + - { offsetInCU: 0x26E, offset: 0x13EBAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2D0, symBinAddr: 0xFBF20, symSize: 0x4 } + - { offsetInCU: 0x282, offset: 0x13EBC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2D4, symBinAddr: 0xFBF24, symSize: 0x44 } + - { offsetInCU: 0x296, offset: 0x13EBD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x318, symBinAddr: 0xFBF68, symSize: 0x4 } + - { offsetInCU: 0x2AA, offset: 0x13EBE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs23CustomStringConvertibleAAWl', symObjAddr: 0x31C, symBinAddr: 0xFBF6C, symSize: 0x44 } + - { offsetInCU: 0x2DE, offset: 0x13EC1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11C, symBinAddr: 0xFBD6C, symSize: 0x4 } + - { offsetInCU: 0x2FE, offset: 0x13EC3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11C, symBinAddr: 0xFBD6C, symSize: 0x4 } + - { offsetInCU: 0x31E, offset: 0x13EC5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x120, symBinAddr: 0xFBD70, symSize: 0x4 } + - { offsetInCU: 0x33E, offset: 0x13EC7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x120, symBinAddr: 0xFBD70, symSize: 0x4 } + - { offsetInCU: 0x35E, offset: 0x13EC9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0xFBD74, symSize: 0x4 } + - { offsetInCU: 0x37E, offset: 0x13ECBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0xFBD74, symSize: 0x4 } + - { offsetInCU: 0x39E, offset: 0x13ECDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x128, symBinAddr: 0xFBD78, symSize: 0x4 } + - { offsetInCU: 0x3BE, offset: 0x13ECFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x128, symBinAddr: 0xFBD78, symSize: 0x4 } + - { offsetInCU: 0x3D5, offset: 0x13ED13, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x238, symBinAddr: 0xFBE88, symSize: 0x28 } + - { offsetInCU: 0x3F1, offset: 0x13ED2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x260, symBinAddr: 0xFBEB0, symSize: 0x28 } + - { offsetInCU: 0xBD, offset: 0x13EF24, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC16readUncompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x0, symBinAddr: 0xFBFBC, symSize: 0x120 } + - { offsetInCU: 0x249, offset: 0x13F0B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x1BC, symBinAddr: 0xFC0F0, symSize: 0x124 } + - { offsetInCU: 0x3AD, offset: 0x13F214, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAEs0C0AAWl', symObjAddr: 0x42C, symBinAddr: 0xFC360, symSize: 0x44 } + - { offsetInCU: 0x3E3, offset: 0x13F24A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKFASs5Int64V_SitKXEfU_TA', symObjAddr: 0x470, symBinAddr: 0xFC3A4, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x13F483, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0xFC410, symSize: 0x970 } + - { offsetInCU: 0x4CC, offset: 0x13F924, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0xFC410, symSize: 0x970 } + - { offsetInCU: 0xC6E, offset: 0x1400C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x970, symBinAddr: 0xFCD80, symSize: 0x180 } + - { offsetInCU: 0xCD0, offset: 0x140128, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0xAF0, symBinAddr: 0xFCF00, symSize: 0x4C } + - { offsetInCU: 0xD16, offset: 0x14016E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB3C, symBinAddr: 0xFCF4C, symSize: 0x58 } + - { offsetInCU: 0xD5D, offset: 0x1401B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0xB94, symBinAddr: 0xFCFA4, symSize: 0xF8 } + - { offsetInCU: 0xE76, offset: 0x1402CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xC8C, symBinAddr: 0xFD09C, symSize: 0x178 } + - { offsetInCU: 0x105F, offset: 0x1404B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0xE04, symBinAddr: 0xFD214, symSize: 0x148 } + - { offsetInCU: 0x1252, offset: 0x1406AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfD', symObjAddr: 0xF78, symBinAddr: 0xFD388, symSize: 0x34 } + - { offsetInCU: 0x12FE, offset: 0x140756, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfE', symObjAddr: 0xF4C, symBinAddr: 0xFD35C, symSize: 0x2C } + - { offsetInCU: 0x132B, offset: 0x140783, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfETo', symObjAddr: 0xFAC, symBinAddr: 0xFD3BC, symSize: 0x38 } + - { offsetInCU: 0x135A, offset: 0x1407B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCMa', symObjAddr: 0xFE4, symBinAddr: 0xFD3F4, symSize: 0x20 } + - { offsetInCU: 0x94, offset: 0x140C3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0xFD434, symSize: 0xAC } + - { offsetInCU: 0x123, offset: 0x140CCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMi', symObjAddr: 0x13C, symBinAddr: 0xFD4F8, symSize: 0x8 } + - { offsetInCU: 0x137, offset: 0x140CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMr', symObjAddr: 0x144, symBinAddr: 0xFD500, symSize: 0x84 } + - { offsetInCU: 0x14B, offset: 0x140CF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwCP', symObjAddr: 0x1C8, symBinAddr: 0xFD584, symSize: 0x134 } + - { offsetInCU: 0x15F, offset: 0x140D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwxx', symObjAddr: 0x2FC, symBinAddr: 0xFD6B8, symSize: 0xB0 } + - { offsetInCU: 0x173, offset: 0x140D1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwcp', symObjAddr: 0x3AC, symBinAddr: 0xFD768, symSize: 0xF8 } + - { offsetInCU: 0x187, offset: 0x140D2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwca', symObjAddr: 0x4A4, symBinAddr: 0xFD860, symSize: 0x1C4 } + - { offsetInCU: 0x19B, offset: 0x140D42, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwtk', symObjAddr: 0x668, symBinAddr: 0xFDA24, symSize: 0xEC } + - { offsetInCU: 0x1AF, offset: 0x140D56, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwta', symObjAddr: 0x754, symBinAddr: 0xFDB10, symSize: 0x1B8 } + - { offsetInCU: 0x1C3, offset: 0x140D6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwet', symObjAddr: 0x90C, symBinAddr: 0xFDCC8, symSize: 0x110 } + - { offsetInCU: 0x1D7, offset: 0x140D7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwst', symObjAddr: 0xA1C, symBinAddr: 0xFDDD8, symSize: 0x1A8 } + - { offsetInCU: 0x1EB, offset: 0x140D92, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwug', symObjAddr: 0xBC4, symBinAddr: 0xFDF80, symSize: 0x90 } + - { offsetInCU: 0x1FF, offset: 0x140DA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwup', symObjAddr: 0xC54, symBinAddr: 0xFE010, symSize: 0x4 } + - { offsetInCU: 0x213, offset: 0x140DBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwui', symObjAddr: 0xC58, symBinAddr: 0xFE014, symSize: 0xE0 } + - { offsetInCU: 0x227, offset: 0x140DCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMa', symObjAddr: 0xD38, symBinAddr: 0xFE0F4, symSize: 0xC } + - { offsetInCU: 0x23B, offset: 0x140DE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwCP', symObjAddr: 0xD44, symBinAddr: 0xFE100, symSize: 0x30 } + - { offsetInCU: 0x24F, offset: 0x140DF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwxx', symObjAddr: 0xD74, symBinAddr: 0xFE130, symSize: 0x64 } + - { offsetInCU: 0x263, offset: 0x140E0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwcp', symObjAddr: 0xDF8, symBinAddr: 0xFE194, symSize: 0x9C } + - { offsetInCU: 0x277, offset: 0x140E1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwca', symObjAddr: 0xE94, symBinAddr: 0xFE230, symSize: 0xF4 } + - { offsetInCU: 0x28B, offset: 0x140E32, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwta', symObjAddr: 0xF9C, symBinAddr: 0xFE324, symSize: 0xD0 } + - { offsetInCU: 0x29F, offset: 0x140E46, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwet', symObjAddr: 0x106C, symBinAddr: 0xFE3F4, symSize: 0x3C } + - { offsetInCU: 0x2B3, offset: 0x140E5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwst', symObjAddr: 0x10A8, symBinAddr: 0xFE430, symSize: 0x4C } + - { offsetInCU: 0x2C7, offset: 0x140E6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwug', symObjAddr: 0x10F4, symBinAddr: 0xFE47C, symSize: 0x1C } + - { offsetInCU: 0x2DB, offset: 0x140E82, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwup', symObjAddr: 0x1110, symBinAddr: 0xFE498, symSize: 0x4 } + - { offsetInCU: 0x2EF, offset: 0x140E96, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwui', symObjAddr: 0x1114, symBinAddr: 0xFE49C, symSize: 0x2C } + - { offsetInCU: 0x303, offset: 0x140EAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOMa', symObjAddr: 0x1140, symBinAddr: 0xFE4C8, symSize: 0x10 } + - { offsetInCU: 0x317, offset: 0x140EBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1150, symBinAddr: 0xFE4D8, symSize: 0x44 } + - { offsetInCU: 0x382, offset: 0x140F29, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA04SizebC0C_Tg5', symObjAddr: 0x1194, symBinAddr: 0xFE51C, symSize: 0xDC } + - { offsetInCU: 0x490, offset: 0x141037, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg', symObjAddr: 0x18EC, symBinAddr: 0xFEC74, symSize: 0x270 } + - { offsetInCU: 0x559, offset: 0x141100, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_', symObjAddr: 0x1BE0, symBinAddr: 0xFEF68, symSize: 0xB8 } + - { offsetInCU: 0x598, offset: 0x14113F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_', symObjAddr: 0x1CF0, symBinAddr: 0xFF038, symSize: 0x110 } + - { offsetInCU: 0x5CF, offset: 0x141176, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_', symObjAddr: 0x1ED0, symBinAddr: 0xFF1DC, symSize: 0xA8 } + - { offsetInCU: 0x765, offset: 0x14130C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05ColorbC0C_Tg5', symObjAddr: 0x1270, symBinAddr: 0xFE5F8, symSize: 0x3E8 } + - { offsetInCU: 0xB3A, offset: 0x1416E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05FloatbC0C_Tg5', symObjAddr: 0x1658, symBinAddr: 0xFE9E0, symSize: 0xD8 } + - { offsetInCU: 0xC0A, offset: 0x1417B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05PointbC0C_Tg5', symObjAddr: 0x1730, symBinAddr: 0xFEAB8, symSize: 0xD8 } + - { offsetInCU: 0xCD8, offset: 0x14187F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA08GradientbC0C_Tg5', symObjAddr: 0x1808, symBinAddr: 0xFEB90, symSize: 0xE4 } + - { offsetInCU: 0xD5F, offset: 0x141906, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1B5C, symBinAddr: 0xFEEE4, symSize: 0x20 } + - { offsetInCU: 0xD7B, offset: 0x141922, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1B7C, symBinAddr: 0xFEF04, symSize: 0x20 } + - { offsetInCU: 0xD97, offset: 0x14193E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1B9C, symBinAddr: 0xFEF24, symSize: 0x44 } + - { offsetInCU: 0xDB3, offset: 0x14195A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_TA', symObjAddr: 0x1C98, symBinAddr: 0xFF020, symSize: 0x18 } + - { offsetInCU: 0xDC7, offset: 0x14196E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_TA', symObjAddr: 0x2074, symBinAddr: 0xFF380, symSize: 0xB4 } + - { offsetInCU: 0xE25, offset: 0x1419CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tFAA0A5ColorV_TB5', symObjAddr: 0x2128, symBinAddr: 0xFF434, symSize: 0x140 } + - { offsetInCU: 0xEEB, offset: 0x141A92, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tF', symObjAddr: 0x2268, symBinAddr: 0xFF574, symSize: 0x188 } + - { offsetInCU: 0xF6F, offset: 0x141B16, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x23F0, symBinAddr: 0xFF6FC, symSize: 0x44 } + - { offsetInCU: 0xF8B, offset: 0x141B32, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2434, symBinAddr: 0xFF740, symSize: 0x20 } + - { offsetInCU: 0xFA7, offset: 0x141B4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2454, symBinAddr: 0xFF760, symSize: 0x20 } + - { offsetInCU: 0xFC3, offset: 0x141B6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2474, symBinAddr: 0xFF780, symSize: 0x20 } + - { offsetInCU: 0xFDF, offset: 0x141B86, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05PointdF0C_Tg5TA', symObjAddr: 0x24C8, symBinAddr: 0xFF7D4, symSize: 0x8 } + - { offsetInCU: 0xFF3, offset: 0x141B9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x24D4, symBinAddr: 0xFF7E0, symSize: 0xC } + - { offsetInCU: 0x1007, offset: 0x141BAE, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0x24E0, symBinAddr: 0xFF7EC, symSize: 0x8 } + - { offsetInCU: 0x101B, offset: 0x141BC2, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5TA', symObjAddr: 0x24E8, symBinAddr: 0xFF7F4, symSize: 0x8 } + - { offsetInCU: 0x102F, offset: 0x141BD6, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOy', symObjAddr: 0x24F0, symBinAddr: 0xFF7FC, symSize: 0x10 } + - { offsetInCU: 0x1043, offset: 0x141BEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x2504, symBinAddr: 0xFF810, symSize: 0xC } + - { offsetInCU: 0x1057, offset: 0x141BFE, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5TA', symObjAddr: 0x2510, symBinAddr: 0xFF81C, symSize: 0x8 } + - { offsetInCU: 0x106B, offset: 0x141C12, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOe', symObjAddr: 0x2590, symBinAddr: 0xFF860, symSize: 0x24 } + - { offsetInCU: 0x107F, offset: 0x141C26, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOb', symObjAddr: 0x25B4, symBinAddr: 0xFF884, symSize: 0x48 } + - { offsetInCU: 0x109E, offset: 0x141C45, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_AA05ColorbC0C_TG5TA', symObjAddr: 0x25FC, symBinAddr: 0xFF8CC, symSize: 0x4C } + - { offsetInCU: 0x10EF, offset: 0x141C96, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOy', symObjAddr: 0x2648, symBinAddr: 0xFF918, symSize: 0x24 } + - { offsetInCU: 0x1103, offset: 0x141CAA, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5TA', symObjAddr: 0x266C, symBinAddr: 0xFF93C, symSize: 0x8 } + - { offsetInCU: 0x1117, offset: 0x141CBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x2674, symBinAddr: 0xFF944, symSize: 0x8 } + - { offsetInCU: 0x112B, offset: 0x141CD2, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5TA', symObjAddr: 0x2700, symBinAddr: 0xFF9D0, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x142143, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0xFF9F8, symSize: 0xF04 } + - { offsetInCU: 0x261, offset: 0x142379, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0xFF9F8, symSize: 0xF04 } + - { offsetInCU: 0xBE3, offset: 0x142CFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_', symObjAddr: 0x13C4, symBinAddr: 0x100DBC, symSize: 0xB8 } + - { offsetInCU: 0xC7F, offset: 0x142D97, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0xF04, symBinAddr: 0x1008FC, symSize: 0x8 } + - { offsetInCU: 0xC9B, offset: 0x142DB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xF0C, symBinAddr: 0x100904, symSize: 0x388 } + - { offsetInCU: 0xDEC, offset: 0x142F04, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x1374, symBinAddr: 0x100D6C, symSize: 0x50 } + - { offsetInCU: 0xE08, offset: 0x142F20, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfc', symObjAddr: 0x147C, symBinAddr: 0x100E74, symSize: 0x15C } + - { offsetInCU: 0xE37, offset: 0x142F4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfcTo', symObjAddr: 0x15D8, symBinAddr: 0x100FD0, symSize: 0x20 } + - { offsetInCU: 0xE53, offset: 0x142F6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfc', symObjAddr: 0x15F8, symBinAddr: 0x100FF0, symSize: 0x1AC } + - { offsetInCU: 0xE90, offset: 0x142FA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x17A4, symBinAddr: 0x10119C, symSize: 0x4C } + - { offsetInCU: 0xEAC, offset: 0x142FC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x17F0, symBinAddr: 0x1011E8, symSize: 0x17C } + - { offsetInCU: 0xEE9, offset: 0x143001, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x196C, symBinAddr: 0x101364, symSize: 0x30 } + - { offsetInCU: 0xF05, offset: 0x14301D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfD', symObjAddr: 0x199C, symBinAddr: 0x101394, symSize: 0x34 } + - { offsetInCU: 0xF7B, offset: 0x143093, size: 0x8, addend: 0x0, symName: '_$sSo12CGContextRefa6LottieE21adjustWithLineOrigins33_ADD2B19552B13F52C52B0803615BD067LL2in4withySo07CTFrameB0a_So06CTFontB0aSgtF', symObjAddr: 0x1294, symBinAddr: 0x100C8C, symSize: 0xE0 } + - { offsetInCU: 0x10C4, offset: 0x1431DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfETo', symObjAddr: 0x19D0, symBinAddr: 0x1013C8, symSize: 0x8C } + - { offsetInCU: 0x10F3, offset: 0x14320B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCMa', symObjAddr: 0x1A5C, symBinAddr: 0x101454, symSize: 0x20 } + - { offsetInCU: 0x1107, offset: 0x14321F, size: 0x8, addend: 0x0, symName: '_$sSo23NSMutableParagraphStyleCMa', symObjAddr: 0x1ABC, symBinAddr: 0x101474, symSize: 0x3C } + - { offsetInCU: 0x11B5, offset: 0x1432CD, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaABSHSCWl', symObjAddr: 0x1CBC, symBinAddr: 0x101674, symSize: 0x48 } + - { offsetInCU: 0x11C9, offset: 0x1432E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_TA', symObjAddr: 0x1D74, symBinAddr: 0x1016BC, symSize: 0x8 } + - { offsetInCU: 0x11DD, offset: 0x1432F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x1D7C, symBinAddr: 0x1016C4, symSize: 0x8 } + - { offsetInCU: 0x12F4, offset: 0x14340C, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSo018NSAttributedStringD0a_ypTg5', symObjAddr: 0x1AF8, symBinAddr: 0x1014B0, symSize: 0xD8 } + - { offsetInCU: 0x13A7, offset: 0x1434BF, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x1BD0, symBinAddr: 0x101588, symSize: 0xEC } + - { offsetInCU: 0x4F, offset: 0x143968, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1016CC, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x14398D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x101714, symSize: 0x2A4 } + - { offsetInCU: 0xDC, offset: 0x1439F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2EC, symBinAddr: 0x1019B8, symSize: 0x44C } + - { offsetInCU: 0x285, offset: 0x143B9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO8rawValueSSvg', symObjAddr: 0x738, symBinAddr: 0x101E04, symSize: 0x20 } + - { offsetInCU: 0x2BE, offset: 0x143BD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x90C, symBinAddr: 0x101FD8, symSize: 0x20 } + - { offsetInCU: 0x2EC, offset: 0x143C05, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x90C, symBinAddr: 0x101FD8, symSize: 0x20 } + - { offsetInCU: 0x340, offset: 0x143C59, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x950, symBinAddr: 0x10201C, symSize: 0x64 } + - { offsetInCU: 0x3A6, offset: 0x143CBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x9B4, symBinAddr: 0x102080, symSize: 0x28 } + - { offsetInCU: 0x3C2, offset: 0x143CDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x9DC, symBinAddr: 0x1020A8, symSize: 0x8 } + - { offsetInCU: 0x3F8, offset: 0x143D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x9E4, symBinAddr: 0x1020B0, symSize: 0x68 } + - { offsetInCU: 0x47D, offset: 0x143D96, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA4C, symBinAddr: 0x102118, symSize: 0xC } + - { offsetInCU: 0x499, offset: 0x143DB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xA58, symBinAddr: 0x102124, symSize: 0xC } + - { offsetInCU: 0x4B7, offset: 0x143DD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x758, symBinAddr: 0x101E24, symSize: 0x1B4 } + - { offsetInCU: 0x513, offset: 0x143E2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfd', symObjAddr: 0xAD0, symBinAddr: 0x10219C, symSize: 0x4C } + - { offsetInCU: 0x556, offset: 0x143E6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfD', symObjAddr: 0xB1C, symBinAddr: 0x1021E8, symSize: 0x1C } + - { offsetInCU: 0x61D, offset: 0x143F36, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfE', symObjAddr: 0xAB4, symBinAddr: 0x102180, symSize: 0x1C } + - { offsetInCU: 0x675, offset: 0x143F8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCMa', symObjAddr: 0xB38, symBinAddr: 0x102204, symSize: 0x20 } + - { offsetInCU: 0x689, offset: 0x143FA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs0F3KeyAAWl', symObjAddr: 0xBBC, symBinAddr: 0x102224, symSize: 0x44 } + - { offsetInCU: 0x69D, offset: 0x143FB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwet', symObjAddr: 0xE88, symBinAddr: 0x1022CC, symSize: 0x90 } + - { offsetInCU: 0x6B1, offset: 0x143FCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwst', symObjAddr: 0xF18, symBinAddr: 0x10235C, symSize: 0xBC } + - { offsetInCU: 0x6C5, offset: 0x143FDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwug', symObjAddr: 0xFD4, symBinAddr: 0x102418, symSize: 0x8 } + - { offsetInCU: 0x6D9, offset: 0x143FF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwup', symObjAddr: 0xFDC, symBinAddr: 0x102420, symSize: 0x4 } + - { offsetInCU: 0x6ED, offset: 0x144006, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwui', symObjAddr: 0xFE0, symBinAddr: 0x102424, symSize: 0x8 } + - { offsetInCU: 0x701, offset: 0x14401A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOMa', symObjAddr: 0xFE8, symBinAddr: 0x10242C, symSize: 0x10 } + - { offsetInCU: 0x715, offset: 0x14402E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASQWb', symObjAddr: 0xFF8, symBinAddr: 0x10243C, symSize: 0x4 } + - { offsetInCU: 0x729, offset: 0x144042, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFSQAAWl', symObjAddr: 0xFFC, symBinAddr: 0x102440, symSize: 0x44 } + - { offsetInCU: 0x73D, offset: 0x144056, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1040, symBinAddr: 0x102484, symSize: 0x4 } + - { offsetInCU: 0x751, offset: 0x14406A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1044, symBinAddr: 0x102488, symSize: 0x44 } + - { offsetInCU: 0x765, offset: 0x14407E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1088, symBinAddr: 0x1024CC, symSize: 0x4 } + - { offsetInCU: 0x779, offset: 0x144092, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x108C, symBinAddr: 0x1024D0, symSize: 0x44 } + - { offsetInCU: 0x7D9, offset: 0x1440F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x92C, symBinAddr: 0x101FF8, symSize: 0xC } + - { offsetInCU: 0x7F5, offset: 0x14410E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x938, symBinAddr: 0x102004, symSize: 0x8 } + - { offsetInCU: 0x811, offset: 0x14412A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x940, symBinAddr: 0x10200C, symSize: 0x8 } + - { offsetInCU: 0x82D, offset: 0x144146, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x948, symBinAddr: 0x102014, symSize: 0x8 } + - { offsetInCU: 0x84F, offset: 0x144168, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA64, symBinAddr: 0x102130, symSize: 0x28 } + - { offsetInCU: 0x86B, offset: 0x144184, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA8C, symBinAddr: 0x102158, symSize: 0x28 } + - { offsetInCU: 0x4B, offset: 0x144374, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0x102514, symSize: 0x18 } + - { offsetInCU: 0xAE, offset: 0x1443D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x40, symBinAddr: 0x102554, symSize: 0x64 } + - { offsetInCU: 0x114, offset: 0x14443D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xA4, symBinAddr: 0x1025B8, symSize: 0x28 } + - { offsetInCU: 0x13D, offset: 0x144466, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x174, symBinAddr: 0x102688, symSize: 0x35C } + - { offsetInCU: 0x1C3, offset: 0x1444EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4D0, symBinAddr: 0x1029E4, symSize: 0x510 } + - { offsetInCU: 0x40E, offset: 0x144737, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO8rawValueSSvg', symObjAddr: 0x9E0, symBinAddr: 0x102EF4, symSize: 0x20 } + - { offsetInCU: 0x447, offset: 0x144770, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA00, symBinAddr: 0x102F14, symSize: 0x20 } + - { offsetInCU: 0x475, offset: 0x14479E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA00, symBinAddr: 0x102F14, symSize: 0x20 } + - { offsetInCU: 0x4C9, offset: 0x1447F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xA44, symBinAddr: 0x102F58, symSize: 0x64 } + - { offsetInCU: 0x52F, offset: 0x144858, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xAA8, symBinAddr: 0x102FBC, symSize: 0x28 } + - { offsetInCU: 0x54B, offset: 0x144874, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xAD0, symBinAddr: 0x102FE4, symSize: 0x8 } + - { offsetInCU: 0x581, offset: 0x1448AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAD8, symBinAddr: 0x102FEC, symSize: 0x68 } + - { offsetInCU: 0x606, offset: 0x14492F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xB40, symBinAddr: 0x103054, symSize: 0xC } + - { offsetInCU: 0x622, offset: 0x14494B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xB4C, symBinAddr: 0x103060, symSize: 0xC } + - { offsetInCU: 0x65D, offset: 0x144986, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCfD', symObjAddr: 0xBA8, symBinAddr: 0x1030BC, symSize: 0x34 } + - { offsetInCU: 0x6A0, offset: 0x1449C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC6encode2toys7Encoder_p_tKF', symObjAddr: 0xDB4, symBinAddr: 0x1032B8, symSize: 0x238 } + - { offsetInCU: 0x6F7, offset: 0x144A20, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFEC, symBinAddr: 0x1034F0, symSize: 0x54 } + - { offsetInCU: 0x72F, offset: 0x144A58, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1040, symBinAddr: 0x103544, symSize: 0x20 } + - { offsetInCU: 0x7EA, offset: 0x144B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCMa', symObjAddr: 0xBDC, symBinAddr: 0x1030F0, symSize: 0x20 } + - { offsetInCU: 0x7FE, offset: 0x144B27, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwet', symObjAddr: 0xC0C, symBinAddr: 0x103110, symSize: 0x90 } + - { offsetInCU: 0x812, offset: 0x144B3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwst', symObjAddr: 0xC9C, symBinAddr: 0x1031A0, symSize: 0xBC } + - { offsetInCU: 0x826, offset: 0x144B4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwup', symObjAddr: 0xD58, symBinAddr: 0x10325C, symSize: 0x4 } + - { offsetInCU: 0x83A, offset: 0x144B63, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOMa', symObjAddr: 0xD5C, symBinAddr: 0x103260, symSize: 0x10 } + - { offsetInCU: 0x84E, offset: 0x144B77, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASQWb', symObjAddr: 0xD6C, symBinAddr: 0x103270, symSize: 0x4 } + - { offsetInCU: 0x862, offset: 0x144B8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSQAAWl', symObjAddr: 0xD70, symBinAddr: 0x103274, symSize: 0x44 } + - { offsetInCU: 0x876, offset: 0x144B9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x10C4, symBinAddr: 0x103564, symSize: 0x44 } + - { offsetInCU: 0x88A, offset: 0x144BB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSeAAWl', symObjAddr: 0x1128, symBinAddr: 0x1035A8, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x144BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSeAAWl', symObjAddr: 0x11F4, symBinAddr: 0x1035EC, symSize: 0x44 } + - { offsetInCU: 0x8B2, offset: 0x144BDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSEAAWl', symObjAddr: 0x1238, symBinAddr: 0x103630, symSize: 0x44 } + - { offsetInCU: 0x8C6, offset: 0x144BEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSEAAWl', symObjAddr: 0x1324, symBinAddr: 0x1036D8, symSize: 0x44 } + - { offsetInCU: 0x8DA, offset: 0x144C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSYAAWl', symObjAddr: 0x1368, symBinAddr: 0x10371C, symSize: 0x44 } + - { offsetInCU: 0x8EE, offset: 0x144C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwet', symObjAddr: 0x146C, symBinAddr: 0x103760, symSize: 0x90 } + - { offsetInCU: 0x902, offset: 0x144C2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwst', symObjAddr: 0x14FC, symBinAddr: 0x1037F0, symSize: 0xBC } + - { offsetInCU: 0x916, offset: 0x144C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwug', symObjAddr: 0x15B8, symBinAddr: 0x1038AC, symSize: 0x8 } + - { offsetInCU: 0x92A, offset: 0x144C53, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwup', symObjAddr: 0x15C0, symBinAddr: 0x1038B4, symSize: 0x4 } + - { offsetInCU: 0x93E, offset: 0x144C67, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwui', symObjAddr: 0x15C4, symBinAddr: 0x1038B8, symSize: 0x8 } + - { offsetInCU: 0x952, offset: 0x144C7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOMa', symObjAddr: 0x15CC, symBinAddr: 0x1038C0, symSize: 0x10 } + - { offsetInCU: 0x966, offset: 0x144C8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASQWb', symObjAddr: 0x15DC, symBinAddr: 0x1038D0, symSize: 0x4 } + - { offsetInCU: 0x97A, offset: 0x144CA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAESQAAWl', symObjAddr: 0x15E0, symBinAddr: 0x1038D4, symSize: 0x44 } + - { offsetInCU: 0x98E, offset: 0x144CB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1624, symBinAddr: 0x103918, symSize: 0x4 } + - { offsetInCU: 0x9A2, offset: 0x144CCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1628, symBinAddr: 0x10391C, symSize: 0x44 } + - { offsetInCU: 0x9B6, offset: 0x144CDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x166C, symBinAddr: 0x103960, symSize: 0x4 } + - { offsetInCU: 0x9CA, offset: 0x144CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1670, symBinAddr: 0x103964, symSize: 0x44 } + - { offsetInCU: 0x9EF, offset: 0x144D18, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x10252C, symSize: 0xC } + - { offsetInCU: 0xA29, offset: 0x144D52, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0x102538, symSize: 0xC } + - { offsetInCU: 0xA49, offset: 0x144D72, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0x102538, symSize: 0xC } + - { offsetInCU: 0xA5D, offset: 0x144D86, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0x102538, symSize: 0xC } + - { offsetInCU: 0xA6F, offset: 0x144D98, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x30, symBinAddr: 0x102544, symSize: 0x8 } + - { offsetInCU: 0xA8B, offset: 0x144DB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x38, symBinAddr: 0x10254C, symSize: 0x8 } + - { offsetInCU: 0xAA5, offset: 0x144DCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCC, symBinAddr: 0x1025E0, symSize: 0x5C } + - { offsetInCU: 0xAC8, offset: 0x144DF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x128, symBinAddr: 0x10263C, symSize: 0x4C } + - { offsetInCU: 0xB32, offset: 0x144E5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA20, symBinAddr: 0x102F34, symSize: 0xC } + - { offsetInCU: 0xB4E, offset: 0x144E77, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xA2C, symBinAddr: 0x102F40, symSize: 0x8 } + - { offsetInCU: 0xB6A, offset: 0x144E93, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA34, symBinAddr: 0x102F48, symSize: 0x8 } + - { offsetInCU: 0xB86, offset: 0x144EAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA3C, symBinAddr: 0x102F50, symSize: 0x8 } + - { offsetInCU: 0xBA8, offset: 0x144ED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xB58, symBinAddr: 0x10306C, symSize: 0x28 } + - { offsetInCU: 0xBC4, offset: 0x144EED, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xB80, symBinAddr: 0x103094, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1450A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x1039B0, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x1450BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x1039B0, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x1450CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwet', symObjAddr: 0x50, symBinAddr: 0x1039E0, symSize: 0x20 } + - { offsetInCU: 0x6B, offset: 0x1450E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwst', symObjAddr: 0x70, symBinAddr: 0x103A00, symSize: 0x38 } + - { offsetInCU: 0x7F, offset: 0x1450F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVMa', symObjAddr: 0xA8, symBinAddr: 0x103A38, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x145247, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x103A48, symSize: 0xA4 } + - { offsetInCU: 0x81, offset: 0x1452A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x103A48, symSize: 0xA4 } + - { offsetInCU: 0x5E, offset: 0x145501, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x103AEC, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x145535, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x50, symBinAddr: 0x103B3C, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x145549, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfC', symObjAddr: 0x80, symBinAddr: 0x103B6C, symSize: 0x20 } + - { offsetInCU: 0xC4, offset: 0x145567, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfc', symObjAddr: 0xA0, symBinAddr: 0x103B8C, symSize: 0x174 } + - { offsetInCU: 0x142, offset: 0x1455E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfcTo', symObjAddr: 0x214, symBinAddr: 0x103D00, symSize: 0x20 } + - { offsetInCU: 0x15E, offset: 0x145601, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x234, symBinAddr: 0x103D20, symSize: 0x44 } + - { offsetInCU: 0x17C, offset: 0x14561F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x278, symBinAddr: 0x103D64, symSize: 0x184 } + - { offsetInCU: 0x20A, offset: 0x1456AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x3FC, symBinAddr: 0x103EE8, symSize: 0x30 } + - { offsetInCU: 0x262, offset: 0x145705, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC15animationDidSetyyF', symObjAddr: 0x42C, symBinAddr: 0x103F18, symSize: 0x64 } + - { offsetInCU: 0x32C, offset: 0x1457CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x518, symBinAddr: 0x103F7C, symSize: 0xD8 } + - { offsetInCU: 0x39F, offset: 0x145842, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ', symObjAddr: 0x5F0, symBinAddr: 0x104054, symSize: 0x18 } + - { offsetInCU: 0x3D2, offset: 0x145875, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x608, symBinAddr: 0x10406C, symSize: 0x28 } + - { offsetInCU: 0x468, offset: 0x14590B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg', symObjAddr: 0x630, symBinAddr: 0x104094, symSize: 0x44 } + - { offsetInCU: 0x562, offset: 0x145A05, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x674, symBinAddr: 0x1040D8, symSize: 0x18 } + - { offsetInCU: 0x582, offset: 0x145A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x674, symBinAddr: 0x1040D8, symSize: 0x18 } + - { offsetInCU: 0x5C2, offset: 0x145A65, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x68C, symBinAddr: 0x1040F0, symSize: 0x44 } + - { offsetInCU: 0x6A5, offset: 0x145B48, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6D0, symBinAddr: 0x104134, symSize: 0x28 } + - { offsetInCU: 0x718, offset: 0x145BBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg', symObjAddr: 0x738, symBinAddr: 0x10419C, symSize: 0x4C } + - { offsetInCU: 0x737, offset: 0x145BDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs', symObjAddr: 0x784, symBinAddr: 0x1041E8, symSize: 0x50 } + - { offsetInCU: 0x772, offset: 0x145C15, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM', symObjAddr: 0x7D4, symBinAddr: 0x104238, symSize: 0x44 } + - { offsetInCU: 0x7A1, offset: 0x145C44, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg', symObjAddr: 0x818, symBinAddr: 0x10427C, symSize: 0x44 } + - { offsetInCU: 0x7C0, offset: 0x145C63, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs', symObjAddr: 0x85C, symBinAddr: 0x1042C0, symSize: 0x48 } + - { offsetInCU: 0x7FB, offset: 0x145C9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM', symObjAddr: 0x8A4, symBinAddr: 0x104308, symSize: 0x44 } + - { offsetInCU: 0x848, offset: 0x145CEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0x8E8, symBinAddr: 0x10434C, symSize: 0x70 } + - { offsetInCU: 0x90E, offset: 0x145DB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0x998, symBinAddr: 0x1043BC, symSize: 0x44 } + - { offsetInCU: 0x9AC, offset: 0x145E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg', symObjAddr: 0xB68, symBinAddr: 0x10454C, symSize: 0x58 } + - { offsetInCU: 0x9CB, offset: 0x145E6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs', symObjAddr: 0xBC0, symBinAddr: 0x1045A4, symSize: 0x5C } + - { offsetInCU: 0x9F4, offset: 0x145E97, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM', symObjAddr: 0xC1C, symBinAddr: 0x104600, symSize: 0x44 } + - { offsetInCU: 0xA23, offset: 0x145EC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM.resume.0', symObjAddr: 0xC60, symBinAddr: 0x104644, symSize: 0x4 } + - { offsetInCU: 0xA4E, offset: 0x145EF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvs', symObjAddr: 0xC64, symBinAddr: 0x104648, symSize: 0x28 } + - { offsetInCU: 0xA8F, offset: 0x145F32, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0xC8C, symBinAddr: 0x104670, symSize: 0x10 } + - { offsetInCU: 0xAAF, offset: 0x145F52, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0xC8C, symBinAddr: 0x104670, symSize: 0x10 } + - { offsetInCU: 0xAE8, offset: 0x145F8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM', symObjAddr: 0xC9C, symBinAddr: 0x104680, symSize: 0x24 } + - { offsetInCU: 0xB6E, offset: 0x146011, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM.resume.0', symObjAddr: 0xCC0, symBinAddr: 0x1046A4, symSize: 0x38 } + - { offsetInCU: 0xBD7, offset: 0x14607A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF', symObjAddr: 0xCF8, symBinAddr: 0x1046DC, symSize: 0x28 } + - { offsetInCU: 0xC4E, offset: 0x1460F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF', symObjAddr: 0xD20, symBinAddr: 0x104704, symSize: 0x54 } + - { offsetInCU: 0xD4B, offset: 0x1461EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btF', symObjAddr: 0xD74, symBinAddr: 0x104758, symSize: 0x30C } + - { offsetInCU: 0x1002, offset: 0x1464A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_', symObjAddr: 0x1080, symBinAddr: 0x104A64, symSize: 0xD4 } + - { offsetInCU: 0x10B9, offset: 0x14655C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC24updateAccessibilityLabel33_69DC16219B29E88431F21A6FFAC9EAE9LLyyF', symObjAddr: 0x1154, symBinAddr: 0x104B38, symSize: 0xFC } + - { offsetInCU: 0x1125, offset: 0x1465C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfD', symObjAddr: 0x1280, symBinAddr: 0x104C64, symSize: 0x30 } + - { offsetInCU: 0x1152, offset: 0x1465F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x1310, symBinAddr: 0x104CF4, symSize: 0x19C } + - { offsetInCU: 0x128E, offset: 0x146731, size: 0x8, addend: 0x0, symName: '_$s6Lottie15HapticGeneratorCfD', symObjAddr: 0x12EC, symBinAddr: 0x104CD0, symSize: 0x24 } + - { offsetInCU: 0x1306, offset: 0x1467A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTK', symObjAddr: 0xA1C, symBinAddr: 0x104400, symSize: 0x94 } + - { offsetInCU: 0x1333, offset: 0x1467D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTk', symObjAddr: 0xAB0, symBinAddr: 0x104494, symSize: 0xB8 } + - { offsetInCU: 0x14B7, offset: 0x14695A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfE', symObjAddr: 0x1250, symBinAddr: 0x104C34, symSize: 0x30 } + - { offsetInCU: 0x14E4, offset: 0x146987, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfETo', symObjAddr: 0x12B0, symBinAddr: 0x104C94, symSize: 0x3C } + - { offsetInCU: 0x1513, offset: 0x1469B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15HapticGeneratorCMa', symObjAddr: 0x14AC, symBinAddr: 0x104E90, symSize: 0x20 } + - { offsetInCU: 0x1527, offset: 0x1469CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImpactGenerator_pWOb', symObjAddr: 0x14CC, symBinAddr: 0x104EB0, symSize: 0x18 } + - { offsetInCU: 0x153B, offset: 0x1469DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCMa', symObjAddr: 0x14E4, symBinAddr: 0x104EC8, symSize: 0x20 } + - { offsetInCU: 0x154F, offset: 0x1469F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASQWb', symObjAddr: 0x1524, symBinAddr: 0x104EE8, symSize: 0x4 } + - { offsetInCU: 0x1563, offset: 0x146A06, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOAESQAAWl', symObjAddr: 0x1528, symBinAddr: 0x104EEC, symSize: 0x44 } + - { offsetInCU: 0x1577, offset: 0x146A1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwet', symObjAddr: 0x1844, symBinAddr: 0x1051F8, symSize: 0x90 } + - { offsetInCU: 0x158B, offset: 0x146A2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwst', symObjAddr: 0x18D4, symBinAddr: 0x105288, symSize: 0xBC } + - { offsetInCU: 0x159F, offset: 0x146A42, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwug', symObjAddr: 0x1990, symBinAddr: 0x105344, symSize: 0x8 } + - { offsetInCU: 0x15B3, offset: 0x146A56, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwup', symObjAddr: 0x1998, symBinAddr: 0x10534C, symSize: 0x4 } + - { offsetInCU: 0x15C7, offset: 0x146A6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwui', symObjAddr: 0x199C, symBinAddr: 0x105350, symSize: 0xC } + - { offsetInCU: 0x15DB, offset: 0x146A7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOMa', symObjAddr: 0x19A8, symBinAddr: 0x10535C, symSize: 0x10 } + - { offsetInCU: 0x15FA, offset: 0x146A9D, size: 0x8, addend: 0x0, symName: '_$sSbytIegnr_SbIegy_TRTA', symObjAddr: 0x1A04, symBinAddr: 0x105390, symSize: 0x30 } + - { offsetInCU: 0x162E, offset: 0x146AD1, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SbytIegnr_TRTA', symObjAddr: 0x1A34, symBinAddr: 0x1053C0, symSize: 0x24 } + - { offsetInCU: 0x1657, offset: 0x146AFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_TA', symObjAddr: 0x1AA0, symBinAddr: 0x10542C, symSize: 0xC } + - { offsetInCU: 0x16DD, offset: 0x146B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6F8, symBinAddr: 0x10415C, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x146ECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x105444, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x146EF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x105444, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x146F18, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x10548C, symSize: 0x208 } + - { offsetInCU: 0xDC, offset: 0x146F80, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x250, symBinAddr: 0x105694, symSize: 0x330 } + - { offsetInCU: 0x217, offset: 0x1470BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x580, symBinAddr: 0x1059C4, symSize: 0x148 } + - { offsetInCU: 0x285, offset: 0x147129, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO8rawValueSSvg', symObjAddr: 0x6C8, symBinAddr: 0x105B0C, symSize: 0x18 } + - { offsetInCU: 0x2BE, offset: 0x147162, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x6E0, symBinAddr: 0x105B24, symSize: 0x18 } + - { offsetInCU: 0x2EC, offset: 0x147190, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x6E0, symBinAddr: 0x105B24, symSize: 0x18 } + - { offsetInCU: 0x33E, offset: 0x1471E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x71C, symBinAddr: 0x105B60, symSize: 0x64 } + - { offsetInCU: 0x3A4, offset: 0x147248, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x780, symBinAddr: 0x105BC4, symSize: 0x28 } + - { offsetInCU: 0x3C0, offset: 0x147264, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7A8, symBinAddr: 0x105BEC, symSize: 0x8 } + - { offsetInCU: 0x3F6, offset: 0x14729A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7B0, symBinAddr: 0x105BF4, symSize: 0x68 } + - { offsetInCU: 0x47B, offset: 0x14731F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x818, symBinAddr: 0x105C5C, symSize: 0xC } + - { offsetInCU: 0x497, offset: 0x14733B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x824, symBinAddr: 0x105C68, symSize: 0xC } + - { offsetInCU: 0x4D3, offset: 0x147377, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfD', symObjAddr: 0x888, symBinAddr: 0x105CCC, symSize: 0x4C } + - { offsetInCU: 0x5B0, offset: 0x147454, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfE', symObjAddr: 0x880, symBinAddr: 0x105CC4, symSize: 0x8 } + - { offsetInCU: 0x608, offset: 0x1474AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCMa', symObjAddr: 0x8D4, symBinAddr: 0x105D18, symSize: 0x20 } + - { offsetInCU: 0x61C, offset: 0x1474C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs0E3KeyAAWl', symObjAddr: 0x958, symBinAddr: 0x105D38, symSize: 0x44 } + - { offsetInCU: 0x630, offset: 0x1474D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwet', symObjAddr: 0xA90, symBinAddr: 0x105D7C, symSize: 0x90 } + - { offsetInCU: 0x644, offset: 0x1474E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwst', symObjAddr: 0xB20, symBinAddr: 0x105E0C, symSize: 0xBC } + - { offsetInCU: 0x658, offset: 0x1474FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwug', symObjAddr: 0xBDC, symBinAddr: 0x105EC8, symSize: 0x8 } + - { offsetInCU: 0x66C, offset: 0x147510, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwup', symObjAddr: 0xBE4, symBinAddr: 0x105ED0, symSize: 0x4 } + - { offsetInCU: 0x680, offset: 0x147524, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwui', symObjAddr: 0xBE8, symBinAddr: 0x105ED4, symSize: 0x8 } + - { offsetInCU: 0x694, offset: 0x147538, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOMa', symObjAddr: 0xBF0, symBinAddr: 0x105EDC, symSize: 0x10 } + - { offsetInCU: 0x6A8, offset: 0x14754C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASQWb', symObjAddr: 0xC00, symBinAddr: 0x105EEC, symSize: 0x4 } + - { offsetInCU: 0x6BC, offset: 0x147560, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFSQAAWl', symObjAddr: 0xC04, symBinAddr: 0x105EF0, symSize: 0x44 } + - { offsetInCU: 0x6D0, offset: 0x147574, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC48, symBinAddr: 0x105F34, symSize: 0x4 } + - { offsetInCU: 0x6E4, offset: 0x147588, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC4C, symBinAddr: 0x105F38, symSize: 0x44 } + - { offsetInCU: 0x6F8, offset: 0x14759C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC90, symBinAddr: 0x105F7C, symSize: 0x4 } + - { offsetInCU: 0x70C, offset: 0x1475B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xC94, symBinAddr: 0x105F80, symSize: 0x44 } + - { offsetInCU: 0x76C, offset: 0x147610, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F8, symBinAddr: 0x105B3C, symSize: 0xC } + - { offsetInCU: 0x788, offset: 0x14762C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH9hashValueSivgTW', symObjAddr: 0x704, symBinAddr: 0x105B48, symSize: 0x8 } + - { offsetInCU: 0x7A4, offset: 0x147648, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x70C, symBinAddr: 0x105B50, symSize: 0x8 } + - { offsetInCU: 0x7C0, offset: 0x147664, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x714, symBinAddr: 0x105B58, symSize: 0x8 } + - { offsetInCU: 0x7E2, offset: 0x147686, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x830, symBinAddr: 0x105C74, symSize: 0x28 } + - { offsetInCU: 0x7FE, offset: 0x1476A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x858, symBinAddr: 0x105C9C, symSize: 0x28 } + - { offsetInCU: 0x118, offset: 0x14795F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtF', symObjAddr: 0x0, symBinAddr: 0x105FC4, symSize: 0x348 } + - { offsetInCU: 0x688, offset: 0x147ECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_', symObjAddr: 0x348, symBinAddr: 0x10630C, symSize: 0xAC } + - { offsetInCU: 0x6B9, offset: 0x147F00, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_', symObjAddr: 0x3F4, symBinAddr: 0x1063B8, symSize: 0xC8 } + - { offsetInCU: 0x80E, offset: 0x148055, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_', symObjAddr: 0x4BC, symBinAddr: 0x106480, symSize: 0xFC } + - { offsetInCU: 0x9F3, offset: 0x14823A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCfD', symObjAddr: 0xA84, symBinAddr: 0x106A10, symSize: 0x2C } + - { offsetInCU: 0xC54, offset: 0x14849B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7matchesySbACF', symObjAddr: 0x5F0, symBinAddr: 0x10657C, symSize: 0x494 } + - { offsetInCU: 0xD04, offset: 0x14854B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCMa', symObjAddr: 0xAB0, symBinAddr: 0x106A3C, symSize: 0x20 } + - { offsetInCU: 0xD18, offset: 0x14855F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_TA', symObjAddr: 0xBE4, symBinAddr: 0x106A5C, symSize: 0x8 } + - { offsetInCU: 0xD2C, offset: 0x148573, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xBEC, symBinAddr: 0x106A64, symSize: 0x8 } + - { offsetInCU: 0xD40, offset: 0x148587, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_TA', symObjAddr: 0xBF4, symBinAddr: 0x106A6C, symSize: 0xC } + - { offsetInCU: 0xD54, offset: 0x14859B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_TA', symObjAddr: 0xC00, symBinAddr: 0x106A78, symSize: 0xC } + - { offsetInCU: 0xD68, offset: 0x1485AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xC0C, symBinAddr: 0x106A84, symSize: 0x8 } + - { offsetInCU: 0xE4D, offset: 0x148694, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AG16AnyValueProvider_p05valueN0tG_Tg5011$s6Lottie18mn32StoreC03setbC0_7keypathyAA03Anybt7_p_AA16iJ32VtFSbAhE_AaF_p05valueC0t_tXEfU0_AITf1cn_nTf4ng_n', symObjAddr: 0xC14, symBinAddr: 0x106A8C, symSize: 0x33C } + - { offsetInCU: 0x133A, offset: 0x148B81, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOd', symObjAddr: 0x1018, symBinAddr: 0x106E04, symSize: 0x48 } + - { offsetInCU: 0x2B, offset: 0x148F1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x106E50, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x148F33, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x106E50, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x148F47, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwxx', symObjAddr: 0x30, symBinAddr: 0x106E80, symSize: 0x8 } + - { offsetInCU: 0x6B, offset: 0x148F5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwcp', symObjAddr: 0x38, symBinAddr: 0x106E88, symSize: 0x54 } + - { offsetInCU: 0x7F, offset: 0x148F6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwca', symObjAddr: 0x8C, symBinAddr: 0x106EDC, symSize: 0x7C } + - { offsetInCU: 0x93, offset: 0x148F83, size: 0x8, addend: 0x0, symName: ___swift_memcpy50_8, symObjAddr: 0x108, symBinAddr: 0x106F58, symSize: 0x1C } + - { offsetInCU: 0xA7, offset: 0x148F97, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwta', symObjAddr: 0x124, symBinAddr: 0x106F74, symSize: 0x5C } + - { offsetInCU: 0xBB, offset: 0x148FAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwet', symObjAddr: 0x180, symBinAddr: 0x106FD0, symSize: 0x48 } + - { offsetInCU: 0xCF, offset: 0x148FBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwst', symObjAddr: 0x1C8, symBinAddr: 0x107018, symSize: 0x50 } + - { offsetInCU: 0xE3, offset: 0x148FD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVMa', symObjAddr: 0x218, symBinAddr: 0x107068, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x149005, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueSSvg', symObjAddr: 0x228, symBinAddr: 0x107078, symSize: 0x20 } + - { offsetInCU: 0x164, offset: 0x149054, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x41C, symBinAddr: 0x10726C, symSize: 0x14 } + - { offsetInCU: 0x1F3, offset: 0x1490E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH9hashValueSivgTW', symObjAddr: 0x430, symBinAddr: 0x107280, symSize: 0x44 } + - { offsetInCU: 0x2D6, offset: 0x1491C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x474, symBinAddr: 0x1072C4, symSize: 0x28 } + - { offsetInCU: 0x348, offset: 0x149238, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4DC, symBinAddr: 0x10732C, symSize: 0x8 } + - { offsetInCU: 0x373, offset: 0x149263, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4E4, symBinAddr: 0x107334, symSize: 0x24 } + - { offsetInCU: 0x3A4, offset: 0x149294, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x508, symBinAddr: 0x107358, symSize: 0xC } + - { offsetInCU: 0x3C0, offset: 0x1492B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x514, symBinAddr: 0x107364, symSize: 0xC } + - { offsetInCU: 0x3DC, offset: 0x1492CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x760, symBinAddr: 0x1075B0, symSize: 0x1C4 } + - { offsetInCU: 0x422, offset: 0x149312, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV6encode2toys7Encoder_p_tKF', symObjAddr: 0x248, symBinAddr: 0x107098, symSize: 0x1AC } + - { offsetInCU: 0x477, offset: 0x149367, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x570, symBinAddr: 0x1073C0, symSize: 0x4C } + - { offsetInCU: 0x4AE, offset: 0x14939E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5BC, symBinAddr: 0x10740C, symSize: 0x40 } + - { offsetInCU: 0x4D1, offset: 0x1493C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x924, symBinAddr: 0x107774, symSize: 0x250 } + - { offsetInCU: 0x50F, offset: 0x1493FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeO8rawValueSSvg', symObjAddr: 0x3F4, symBinAddr: 0x107244, symSize: 0x28 } + - { offsetInCU: 0x550, offset: 0x149440, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x620, symBinAddr: 0x107470, symSize: 0x70 } + - { offsetInCU: 0x584, offset: 0x149474, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x690, symBinAddr: 0x1074E0, symSize: 0x28 } + - { offsetInCU: 0x5C2, offset: 0x1494B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs0D3KeyAAWl', symObjAddr: 0xBD8, symBinAddr: 0x1079C4, symSize: 0x44 } + - { offsetInCU: 0x5D6, offset: 0x1494C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSeAAWl', symObjAddr: 0xC3C, symBinAddr: 0x107A08, symSize: 0x44 } + - { offsetInCU: 0x5EA, offset: 0x1494DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSgWOb', symObjAddr: 0xC80, symBinAddr: 0x107A4C, symSize: 0x48 } + - { offsetInCU: 0x5FE, offset: 0x1494EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSEAAWl', symObjAddr: 0xCC8, symBinAddr: 0x107A94, symSize: 0x44 } + - { offsetInCU: 0x612, offset: 0x149502, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwet', symObjAddr: 0xD1C, symBinAddr: 0x107AD8, symSize: 0x90 } + - { offsetInCU: 0x626, offset: 0x149516, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwst', symObjAddr: 0xDAC, symBinAddr: 0x107B68, symSize: 0xBC } + - { offsetInCU: 0x63A, offset: 0x14952A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwug', symObjAddr: 0xE68, symBinAddr: 0x107C24, symSize: 0x8 } + - { offsetInCU: 0x64E, offset: 0x14953E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwup', symObjAddr: 0xE70, symBinAddr: 0x107C2C, symSize: 0x4 } + - { offsetInCU: 0x662, offset: 0x149552, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwui', symObjAddr: 0xE74, symBinAddr: 0x107C30, symSize: 0x8 } + - { offsetInCU: 0x676, offset: 0x149566, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOMa', symObjAddr: 0xE7C, symBinAddr: 0x107C38, symSize: 0x10 } + - { offsetInCU: 0x68A, offset: 0x14957A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwet', symObjAddr: 0xE8C, symBinAddr: 0x107C48, symSize: 0x90 } + - { offsetInCU: 0x69E, offset: 0x14958E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwst', symObjAddr: 0xF1C, symBinAddr: 0x107CD8, symSize: 0xBC } + - { offsetInCU: 0x6B2, offset: 0x1495A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwug', symObjAddr: 0xFD8, symBinAddr: 0x107D94, symSize: 0x8 } + - { offsetInCU: 0x6C6, offset: 0x1495B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwup', symObjAddr: 0xFE0, symBinAddr: 0x107D9C, symSize: 0x4 } + - { offsetInCU: 0x6DA, offset: 0x1495CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwui', symObjAddr: 0xFE4, symBinAddr: 0x107DA0, symSize: 0xC } + - { offsetInCU: 0x6EE, offset: 0x1495DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOMa', symObjAddr: 0xFF0, symBinAddr: 0x107DAC, symSize: 0x10 } + - { offsetInCU: 0x702, offset: 0x1495F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASQWb', symObjAddr: 0x1000, symBinAddr: 0x107DBC, symSize: 0x4 } + - { offsetInCU: 0x716, offset: 0x149606, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSQAAWl', symObjAddr: 0x1004, symBinAddr: 0x107DC0, symSize: 0x44 } + - { offsetInCU: 0x72A, offset: 0x14961A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASQWb', symObjAddr: 0x1048, symBinAddr: 0x107E04, symSize: 0x4 } + - { offsetInCU: 0x73E, offset: 0x14962E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFSQAAWl', symObjAddr: 0x104C, symBinAddr: 0x107E08, symSize: 0x44 } + - { offsetInCU: 0x752, offset: 0x149642, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1090, symBinAddr: 0x107E4C, symSize: 0x4 } + - { offsetInCU: 0x766, offset: 0x149656, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1094, symBinAddr: 0x107E50, symSize: 0x44 } + - { offsetInCU: 0x77A, offset: 0x14966A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x10D8, symBinAddr: 0x107E94, symSize: 0x4 } + - { offsetInCU: 0x78E, offset: 0x14967E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x10DC, symBinAddr: 0x107E98, symSize: 0x44 } + - { offsetInCU: 0x7A2, offset: 0x149692, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSYAAWl', symObjAddr: 0x1120, symBinAddr: 0x107EDC, symSize: 0x44 } + - { offsetInCU: 0x7F4, offset: 0x1496E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x49C, symBinAddr: 0x1072EC, symSize: 0x40 } + - { offsetInCU: 0x896, offset: 0x149786, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x520, symBinAddr: 0x107370, symSize: 0x28 } + - { offsetInCU: 0x8B2, offset: 0x1497A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x548, symBinAddr: 0x107398, symSize: 0x28 } + - { offsetInCU: 0x8CE, offset: 0x1497BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5FC, symBinAddr: 0x10744C, symSize: 0xC } + - { offsetInCU: 0x8EA, offset: 0x1497DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH9hashValueSivgTW', symObjAddr: 0x608, symBinAddr: 0x107458, symSize: 0x8 } + - { offsetInCU: 0x906, offset: 0x1497F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x610, symBinAddr: 0x107460, symSize: 0x8 } + - { offsetInCU: 0x922, offset: 0x149812, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x618, symBinAddr: 0x107468, symSize: 0x8 } + - { offsetInCU: 0x944, offset: 0x149834, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x6B8, symBinAddr: 0x107508, symSize: 0x5C } + - { offsetInCU: 0x967, offset: 0x149857, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x714, symBinAddr: 0x107564, symSize: 0x4C } + - { offsetInCU: 0x5D, offset: 0x149A1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x38, symBinAddr: 0x107F20, symSize: 0x8 } + - { offsetInCU: 0x7D, offset: 0x149A3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x38, symBinAddr: 0x107F20, symSize: 0x8 } + - { offsetInCU: 0xD1, offset: 0x149A91, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x40, symBinAddr: 0x107F28, symSize: 0x24 } + - { offsetInCU: 0x114, offset: 0x149AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aG0VGSgvgTW', symObjAddr: 0x64, symBinAddr: 0x107F4C, symSize: 0x8 } + - { offsetInCU: 0x169, offset: 0x149B29, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x6C, symBinAddr: 0x107F54, symSize: 0x24 } + - { offsetInCU: 0x394, offset: 0x149D54, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF', symObjAddr: 0x90, symBinAddr: 0x107F78, symSize: 0x630 } + - { offsetInCU: 0x91A, offset: 0x14A2DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x710, symBinAddr: 0x1085B8, symSize: 0x8 } + - { offsetInCU: 0x92E, offset: 0x14A2EE, size: 0x8, addend: 0x0, symName: '_$sSo8NSNumberCMa', symObjAddr: 0x8D8, symBinAddr: 0x1085D0, symSize: 0x3C } + - { offsetInCU: 0x942, offset: 0x14A302, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x97C, symBinAddr: 0x108674, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x14A66B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x108680, symSize: 0x780 } + - { offsetInCU: 0x35C, offset: 0x14A9A0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x108680, symSize: 0x780 } + - { offsetInCU: 0xBD7, offset: 0x14B21B, size: 0x8, addend: 0x0, symName: '_$sSbSgWOb', symObjAddr: 0x80C, symBinAddr: 0x108E10, symSize: 0x48 } + - { offsetInCU: 0xC27, offset: 0x14B26B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Sb_TG5TA', symObjAddr: 0x854, symBinAddr: 0x108E58, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x14B6AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x108E98, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x14B6D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x108E98, symSize: 0x8 } + - { offsetInCU: 0x88, offset: 0x14B70E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueSdvg', symObjAddr: 0x14, symBinAddr: 0x108EAC, symSize: 0x8 } + - { offsetInCU: 0xA6, offset: 0x14B72C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF', symObjAddr: 0x1C, symBinAddr: 0x108EB4, symSize: 0x30 } + - { offsetInCU: 0x103, offset: 0x14B789, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ', symObjAddr: 0x4C, symBinAddr: 0x108EE4, symSize: 0x14 } + - { offsetInCU: 0x14B, offset: 0x14B7D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV9hashValueSivg', symObjAddr: 0x60, symBinAddr: 0x108EF8, symSize: 0x48 } + - { offsetInCU: 0x220, offset: 0x14B8A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH9hashValueSivgTW', symObjAddr: 0xA8, symBinAddr: 0x108F40, symSize: 0x48 } + - { offsetInCU: 0x303, offset: 0x14B989, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF0, symBinAddr: 0x108F88, symSize: 0x30 } + - { offsetInCU: 0x38F, offset: 0x14BA15, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x164, symBinAddr: 0x108FFC, symSize: 0x14 } + - { offsetInCU: 0x3AF, offset: 0x14BA35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x164, symBinAddr: 0x108FFC, symSize: 0x14 } + - { offsetInCU: 0x3C8, offset: 0x14BA4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfC', symObjAddr: 0x8, symBinAddr: 0x108EA0, symSize: 0xC } + - { offsetInCU: 0x414, offset: 0x14BA9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1xSdvg', symObjAddr: 0x178, symBinAddr: 0x109010, symSize: 0x8 } + - { offsetInCU: 0x432, offset: 0x14BAB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1ySdvg', symObjAddr: 0x180, symBinAddr: 0x109018, symSize: 0x8 } + - { offsetInCU: 0x450, offset: 0x14BAD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1zSdvg', symObjAddr: 0x188, symBinAddr: 0x109020, symSize: 0x8 } + - { offsetInCU: 0x46E, offset: 0x14BAF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF', symObjAddr: 0x190, symBinAddr: 0x109028, symSize: 0x54 } + - { offsetInCU: 0x4CB, offset: 0x14BB51, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ', symObjAddr: 0x1E4, symBinAddr: 0x10907C, symSize: 0x30 } + - { offsetInCU: 0x513, offset: 0x14BB99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV9hashValueSivg', symObjAddr: 0x214, symBinAddr: 0x1090AC, symSize: 0x74 } + - { offsetInCU: 0x5E1, offset: 0x14BC67, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH9hashValueSivgTW', symObjAddr: 0x288, symBinAddr: 0x109120, symSize: 0x4 } + - { offsetInCU: 0x5FD, offset: 0x14BC83, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x28C, symBinAddr: 0x109124, symSize: 0x54 } + - { offsetInCU: 0x688, offset: 0x14BD0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E0, symBinAddr: 0x109278, symSize: 0x30 } + - { offsetInCU: 0x6C8, offset: 0x14BD4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASQWb', symObjAddr: 0x350, symBinAddr: 0x1091E8, symSize: 0x4 } + - { offsetInCU: 0x6DC, offset: 0x14BD62, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSQAAWl', symObjAddr: 0x354, symBinAddr: 0x1091EC, symSize: 0x44 } + - { offsetInCU: 0x6F0, offset: 0x14BD76, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASQWb', symObjAddr: 0x398, symBinAddr: 0x109230, symSize: 0x4 } + - { offsetInCU: 0x704, offset: 0x14BD8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSQAAWl', symObjAddr: 0x39C, symBinAddr: 0x109234, symSize: 0x44 } + - { offsetInCU: 0x718, offset: 0x14BD9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVMa', symObjAddr: 0x410, symBinAddr: 0x1092A8, symSize: 0x10 } + - { offsetInCU: 0x72C, offset: 0x14BDB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwet', symObjAddr: 0x438, symBinAddr: 0x1092B8, symSize: 0x20 } + - { offsetInCU: 0x740, offset: 0x14BDC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwst', symObjAddr: 0x458, symBinAddr: 0x1092D8, symSize: 0x2C } + - { offsetInCU: 0x754, offset: 0x14BDDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVMa', symObjAddr: 0x484, symBinAddr: 0x109304, symSize: 0x10 } + - { offsetInCU: 0x7A6, offset: 0x14BE2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x120, symBinAddr: 0x108FB8, symSize: 0x44 } + - { offsetInCU: 0x86F, offset: 0x14BEF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x109178, symSize: 0x70 } + - { offsetInCU: 0x2B, offset: 0x14C0F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x109314, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x14C118, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x109314, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x14C13D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x10935C, symSize: 0x184 } + - { offsetInCU: 0xF1, offset: 0x14C1BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1CC, symBinAddr: 0x1094E0, symSize: 0xD4 } + - { offsetInCU: 0x16E, offset: 0x14C237, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0x1095B4, symSize: 0x110 } + - { offsetInCU: 0x1F1, offset: 0x14C2BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x3C0, symBinAddr: 0x1096D4, symSize: 0x64 } + - { offsetInCU: 0x234, offset: 0x14C2FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x424, symBinAddr: 0x109738, symSize: 0x24 } + - { offsetInCU: 0x274, offset: 0x14C33D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x448, symBinAddr: 0x10975C, symSize: 0x4 } + - { offsetInCU: 0x294, offset: 0x14C35D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x448, symBinAddr: 0x10975C, symSize: 0x4 } + - { offsetInCU: 0x2BF, offset: 0x14C388, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x44C, symBinAddr: 0x109760, symSize: 0x68 } + - { offsetInCU: 0x30A, offset: 0x14C3D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4B4, symBinAddr: 0x1097C8, symSize: 0xC } + - { offsetInCU: 0x326, offset: 0x14C3EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0x1097D4, symSize: 0xC } + - { offsetInCU: 0x342, offset: 0x14C40B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO11stringValueSSvgTf4d_n', symObjAddr: 0x948, symBinAddr: 0x109B48, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x14C447, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfD', symObjAddr: 0x524, symBinAddr: 0x109838, symSize: 0x2C } + - { offsetInCU: 0x40C, offset: 0x14C4D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfE', symObjAddr: 0x51C, symBinAddr: 0x109830, symSize: 0x8 } + - { offsetInCU: 0x464, offset: 0x14C52D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCMa', symObjAddr: 0x550, symBinAddr: 0x109864, symSize: 0x20 } + - { offsetInCU: 0x478, offset: 0x14C541, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs0C3KeyAAWl', symObjAddr: 0x5D4, symBinAddr: 0x109884, symSize: 0x44 } + - { offsetInCU: 0x48C, offset: 0x14C555, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGSayxGSEsSERzlWl', symObjAddr: 0x618, symBinAddr: 0x1098C8, symSize: 0x64 } + - { offsetInCU: 0x4A0, offset: 0x14C569, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCACSEAAWl', symObjAddr: 0x6C0, symBinAddr: 0x10992C, symSize: 0x48 } + - { offsetInCU: 0x4B4, offset: 0x14C57D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwet', symObjAddr: 0x774, symBinAddr: 0x109974, symSize: 0x50 } + - { offsetInCU: 0x4C8, offset: 0x14C591, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwst', symObjAddr: 0x7C4, symBinAddr: 0x1099C4, symSize: 0x8C } + - { offsetInCU: 0x4DC, offset: 0x14C5A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwug', symObjAddr: 0x850, symBinAddr: 0x109A50, symSize: 0x8 } + - { offsetInCU: 0x4F0, offset: 0x14C5B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwup', symObjAddr: 0x858, symBinAddr: 0x109A58, symSize: 0x4 } + - { offsetInCU: 0x504, offset: 0x14C5CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwui', symObjAddr: 0x85C, symBinAddr: 0x109A5C, symSize: 0x4 } + - { offsetInCU: 0x518, offset: 0x14C5E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOMa', symObjAddr: 0x860, symBinAddr: 0x109A60, symSize: 0x10 } + - { offsetInCU: 0x52C, offset: 0x14C5F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASQWb', symObjAddr: 0x870, symBinAddr: 0x109A70, symSize: 0x4 } + - { offsetInCU: 0x540, offset: 0x14C609, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFSQAAWl', symObjAddr: 0x874, symBinAddr: 0x109A74, symSize: 0x44 } + - { offsetInCU: 0x554, offset: 0x14C61D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8B8, symBinAddr: 0x109AB8, symSize: 0x4 } + - { offsetInCU: 0x568, offset: 0x14C631, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8BC, symBinAddr: 0x109ABC, symSize: 0x44 } + - { offsetInCU: 0x57C, offset: 0x14C645, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x900, symBinAddr: 0x109B00, symSize: 0x4 } + - { offsetInCU: 0x590, offset: 0x14C659, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x904, symBinAddr: 0x109B04, symSize: 0x44 } + - { offsetInCU: 0x5D0, offset: 0x14C699, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0x1096C4, symSize: 0x4 } + - { offsetInCU: 0x5F0, offset: 0x14C6B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0x1096C4, symSize: 0x4 } + - { offsetInCU: 0x610, offset: 0x14C6D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3B4, symBinAddr: 0x1096C8, symSize: 0x4 } + - { offsetInCU: 0x630, offset: 0x14C6F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3B4, symBinAddr: 0x1096C8, symSize: 0x4 } + - { offsetInCU: 0x650, offset: 0x14C719, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B8, symBinAddr: 0x1096CC, symSize: 0x4 } + - { offsetInCU: 0x670, offset: 0x14C739, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B8, symBinAddr: 0x1096CC, symSize: 0x4 } + - { offsetInCU: 0x690, offset: 0x14C759, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3BC, symBinAddr: 0x1096D0, symSize: 0x4 } + - { offsetInCU: 0x6B0, offset: 0x14C779, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3BC, symBinAddr: 0x1096D0, symSize: 0x4 } + - { offsetInCU: 0x6C7, offset: 0x14C790, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4CC, symBinAddr: 0x1097E0, symSize: 0x28 } + - { offsetInCU: 0x6E3, offset: 0x14C7AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x4F4, symBinAddr: 0x109808, symSize: 0x28 } + - { offsetInCU: 0x18C, offset: 0x14CB0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_27requiresManualInterpolationAA13KeyframeGroupCySayxGGSayAGyxGG_SbtAA17AnyInterpolatableRzlFZAHSgSayypGXEfU_AA10BezierPathV_Tg5', symObjAddr: 0xDC, symBinAddr: 0x109C30, symSize: 0x174 } + - { offsetInCU: 0x35D, offset: 0x14CCDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6CGSizeVTg5', symObjAddr: 0x250, symBinAddr: 0x109DA4, symSize: 0x104 } + - { offsetInCU: 0x435, offset: 0x14CDB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_A2P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_n', symObjAddr: 0x354, symBinAddr: 0x109EA8, symSize: 0xEC } + - { offsetInCU: 0x526, offset: 0x14CEA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA10BezierPathV_AA0A8Vector1DVAA0noJ0VTg5011$s6Lottie10no6VAA0A8p8DVAA0bC8j55Vs5Error_pIggnrzo_AceGsAH_pIegnnrzo_TR011$s6Lottie10bc6s26A8d10DVSgAA0bC8e14VIeggnr_z73Hs5f80_pIeggnrzo_TR011$s6Lottie18bce60V9combining4path12cornerRadiusAA0D5K69CyACGAHyl10C0VG_AHyk2J35D22DVGSgtKFZAcK_ANSgtcfu_Tf3nnnpf_nTf3nnnpf_nTf3nnpf_n', symObjAddr: 0x440, symBinAddr: 0x109F94, symSize: 0x110 } + - { offsetInCU: 0x646, offset: 0x14CFC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7EllipseC0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_n', symObjAddr: 0x550, symBinAddr: 0x10A0A4, symSize: 0x100 } + - { offsetInCU: 0x74C, offset: 0x14D0CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x650, symBinAddr: 0x10A1A4, symSize: 0x134 } + - { offsetInCU: 0x824, offset: 0x14D1A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_AA0A8Vector3DVAPTg5', symObjAddr: 0x784, symBinAddr: 0x10A2D8, symSize: 0x110 } + - { offsetInCU: 0x8F3, offset: 0x14D274, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector1DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_A2ItXEfU0_Tf3nnpf_n', symObjAddr: 0x894, symBinAddr: 0x10A3E8, symSize: 0x140 } + - { offsetInCU: 0xAA0, offset: 0x14D421, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9RectangleC0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_n', symObjAddr: 0x9D4, symBinAddr: 0x10A528, symSize: 0x14C } + - { offsetInCU: 0xC03, offset: 0x14D584, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0xB20, symBinAddr: 0x10A674, symSize: 0x244 } + - { offsetInCU: 0xF13, offset: 0x14D894, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4HoldVySo13CATransform3DVGTg5', symObjAddr: 0xD64, symBinAddr: 0x10A8B8, symSize: 0x348 } + - { offsetInCU: 0x12D3, offset: 0x14DC54, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_', symObjAddr: 0x10AC, symBinAddr: 0x10AC00, symSize: 0xA8 } + - { offsetInCU: 0x143C, offset: 0x14DDBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA7EllipseCANV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7W85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x13B4, symBinAddr: 0x10AF08, symSize: 0x274 } + - { offsetInCU: 0x16C7, offset: 0x14E048, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA9RectangleCANV_Tg5010$s6Lottie9b48O8combined___27requiresManualInterpolation18makeop4AA13qr45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17s82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9W133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x1628, symBinAddr: 0x10B17C, symSize: 0x278 } + - { offsetInCU: 0x1952, offset: 0x14E2D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4StarCANV_Tg5010$s6Lottie9b52O8combined_______27requiresManualInterpolation18makeop4AA13qr85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17s107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4W8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA0_A0_A0_A0_A0_AWIsgnnnnnnnr_Tf1nnc_n0x7Lottie4w11C17combinedb4AA13qR51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0x18A0, symBinAddr: 0x10B3F4, symSize: 0x280 } + - { offsetInCU: 0x1BDE, offset: 0x14E55F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SayAA10BezierPathVG_Tg5010$s6Lottie9b44O8combined_27requiresManualInterpolationAA13qr25CySayxGGSayAGyxGG_SbtAA17s38InterpolatableRzlFZAHSgSayypGXEfU_AA10wX5V_TG5Tf1nnc_n', symObjAddr: 0x1B20, symBinAddr: 0x10B674, symSize: 0x24C } + - { offsetInCU: 0x1E77, offset: 0x14E7F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b55O8combined__________27requiresManualInterpolation18makeop4AA13qr115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17s128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4w6VySo13X6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVA0_AA0A8Vector1DVA2_A0_A2_A2_A2_A2_A2_AYIsgnnnnnnnnnnr_Tf1nnc_nTf4nng_n', symObjAddr: 0x1D6C, symBinAddr: 0x10B8C0, symSize: 0x2CC } + - { offsetInCU: 0x21B1, offset: 0x14EB32, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b22O8combined__________27mn19Interpolation18makeqr4AA13st115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17u128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4v6VySo13W6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVAvA0A8Vector1DVAxv5xSIsgnnnnnnnnnnr_Tf1nncn_nTf4nndn_n', symObjAddr: 0x2038, symBinAddr: 0x10BB8C, symSize: 0xA70 } + - { offsetInCU: 0x2D42, offset: 0x14F6C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_So6CGSizeV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6W4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAzVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x2AA8, symBinAddr: 0x10C5FC, symSize: 0x268 } + - { offsetInCU: 0x3059, offset: 0x14F9DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSo6CGSizeV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6V4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAtPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x32C8, symBinAddr: 0x10CE1C, symSize: 0xA68 } + - { offsetInCU: 0x3D09, offset: 0x15068A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8v3DV_L179P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x3D30, symBinAddr: 0x10D884, symSize: 0xA00 } + - { offsetInCU: 0x493B, offset: 0x1512BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u54InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8v184DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_L17ItXEfU0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x4D34, symBinAddr: 0x10E888, symSize: 0x9E0 } + - { offsetInCU: 0x553E, offset: 0x151EBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA7EllipseC0S0V_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7V85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x5CA4, symBinAddr: 0x10F730, symSize: 0xA50 } + - { offsetInCU: 0x61E5, offset: 0x152B66, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA9RectangleC0S0V_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9V133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x66F4, symBinAddr: 0x110180, symSize: 0xAA4 } + - { offsetInCU: 0x6E55, offset: 0x1537D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4StarC0S0V_Tg5010$s6Lottie9b19O8combined_______27mn19Interpolation18makeqr4AA13st85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17u107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4V8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA5wRIsgnnnnnnnr_Tf1nncn_n0w7Lottie4v11C17combinedb4AA13sT51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnnc_nTf4nnd_n', symObjAddr: 0x7198, symBinAddr: 0x110C24, symSize: 0xA20 } + - { offsetInCU: 0x79FC, offset: 0x15437D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZAA0A8Vector3DV_AA0A8Vector1DVA5uA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnnnnnnncn_nTf4nnnnnnnnd_n', symObjAddr: 0x7BB8, symBinAddr: 0x111644, symSize: 0x194 } + - { offsetInCU: 0x7B40, offset: 0x1544C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014wx5B033_yZ26A01782ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVA_AWIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x7DE4, symBinAddr: 0x11182C, symSize: 0x288 } + - { offsetInCU: 0x7E53, offset: 0x1547D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014vw5B033_xyZ20ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVAuQIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x806C, symBinAddr: 0x111AB4, symSize: 0xACC } + - { offsetInCU: 0x8AC7, offset: 0x155448, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSayAA10BezierPathVG_Tg5010$s6Lottie9b13O8combined_27mno4AA13st25CySayxGGSayAGyxGG_SbtAA17u38InterpolatableRzlFZAHSgSayypGXEfU_AA10vW5V_TG5Tf1nncn_nTf4nnd_n', symObjAddr: 0x8D0C, symBinAddr: 0x112754, symSize: 0xA78 } + - { offsetInCU: 0x97A2, offset: 0x156123, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA0A8Vector1DV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8W22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyAvA0A8Vector3DVAVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x97A4, symBinAddr: 0x1131EC, symSize: 0x268 } + - { offsetInCU: 0x9AAE, offset: 0x15642F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8V22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyApA0A8Vector3DVAPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x9A0C, symBinAddr: 0x113454, symSize: 0xA98 } + - { offsetInCU: 0xB6CB, offset: 0x15804C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVSgWOb', symObjAddr: 0x8B38, symBinAddr: 0x112580, symSize: 0x48 } + - { offsetInCU: 0xB808, offset: 0x158189, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFs12Zip2SequenceVys15ContiguousArrayVy6Lottie8KeyframeCyypGGAMG_Tg5023$sSTsE10allSatisfyyS2b7c20QzKXEKFSbACKXEfU_s12de5Vys15fg10Vy6Lottie8I212CyypGGALG_TG5010$s6Lottie8i138CyxGACyqd__GSbs5Error_pIgggdzo_AD_AEtSbsAF_pIegndzo_r__lTRyp_ypTG5011$s6Lottie13b77GroupC23hasSameTimingParameters2asSbACyqd__G_tlFSbAA0B0l16G_AHyqd__GtXEfU_W14_U3Tg5Tf3npf_nTf3npf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x109B54, symSize: 0xDC } + - { offsetInCU: 0x4F, offset: 0x158BA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ', symObjAddr: 0x0, symBinAddr: 0x113EEC, symSize: 0x1C } + - { offsetInCU: 0x8E, offset: 0x158BE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ', symObjAddr: 0x1C, symBinAddr: 0x113F08, symSize: 0x14 } + - { offsetInCU: 0xC1, offset: 0x158C14, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x39C, symBinAddr: 0x114288, symSize: 0x28 } + - { offsetInCU: 0x157, offset: 0x158CAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO9hashValueSivg', symObjAddr: 0x3C4, symBinAddr: 0x1142B0, symSize: 0x44 } + - { offsetInCU: 0x251, offset: 0x158DA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x408, symBinAddr: 0x1142F4, symSize: 0x14 } + - { offsetInCU: 0x271, offset: 0x158DC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x408, symBinAddr: 0x1142F4, symSize: 0x14 } + - { offsetInCU: 0x2B1, offset: 0x158E04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x41C, symBinAddr: 0x114308, symSize: 0x44 } + - { offsetInCU: 0x394, offset: 0x158EE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x460, symBinAddr: 0x11434C, symSize: 0x28 } + - { offsetInCU: 0x413, offset: 0x158F66, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationSource13imageProvider04textG004fontG013configuration6loggerAcA0abE0OSg_AA0b5ImageG0_pSgAA0b11KeypathTextG0_pAA0b4FontG0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x30, symBinAddr: 0x113F1C, symSize: 0x194 } + - { offsetInCU: 0x4F7, offset: 0x15904A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1C4, symBinAddr: 0x1140B0, symSize: 0xF0 } + - { offsetInCU: 0x53A, offset: 0x15908D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x2B4, symBinAddr: 0x1141A0, symSize: 0x50 } + - { offsetInCU: 0x56E, offset: 0x1590C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x6D0, symBinAddr: 0x1145BC, symSize: 0xE8 } + - { offsetInCU: 0x582, offset: 0x1590D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x7B8, symBinAddr: 0x1146A4, symSize: 0x88 } + - { offsetInCU: 0x5C0, offset: 0x159113, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x840, symBinAddr: 0x11472C, symSize: 0x298 } + - { offsetInCU: 0x6CD, offset: 0x159220, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0xAD8, symBinAddr: 0x1149C4, symSize: 0x30 } + - { offsetInCU: 0x6E1, offset: 0x159234, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xB08, symBinAddr: 0x1149F4, symSize: 0x50 } + - { offsetInCU: 0x6FF, offset: 0x159252, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xB58, symBinAddr: 0x114A44, symSize: 0x2A4 } + - { offsetInCU: 0x826, offset: 0x159379, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xDFC, symBinAddr: 0x114CE8, symSize: 0x20 } + - { offsetInCU: 0x842, offset: 0x159395, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0xE1C, symBinAddr: 0x114D08, symSize: 0x44 } + - { offsetInCU: 0x860, offset: 0x1593B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0xE60, symBinAddr: 0x114D4C, symSize: 0x30 } + - { offsetInCU: 0x883, offset: 0x1593D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xE90, symBinAddr: 0x114D7C, symSize: 0x4C } + - { offsetInCU: 0x8B5, offset: 0x159408, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0xEDC, symBinAddr: 0x114DC8, symSize: 0x108 } + - { offsetInCU: 0x9E5, offset: 0x159538, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0xFE4, symBinAddr: 0x114ED0, symSize: 0x28 } + - { offsetInCU: 0xA24, offset: 0x159577, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x106C, symBinAddr: 0x114F58, symSize: 0x44 } + - { offsetInCU: 0xAAA, offset: 0x1595FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x10B0, symBinAddr: 0x114F9C, symSize: 0x44 } + - { offsetInCU: 0xB0E, offset: 0x159661, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x10F4, symBinAddr: 0x114FE0, symSize: 0x28 } + - { offsetInCU: 0xB61, offset: 0x1596B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4stopyyF', symObjAddr: 0x111C, symBinAddr: 0x115008, symSize: 0xFC } + - { offsetInCU: 0xC24, offset: 0x159777, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5pauseyyF', symObjAddr: 0x1218, symBinAddr: 0x115104, symSize: 0x40 } + - { offsetInCU: 0xC74, offset: 0x1597C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg', symObjAddr: 0x12AC, symBinAddr: 0x115198, symSize: 0x44 } + - { offsetInCU: 0xC93, offset: 0x1597E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs', symObjAddr: 0x12F0, symBinAddr: 0x1151DC, symSize: 0x48 } + - { offsetInCU: 0xCB8, offset: 0x15980B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM', symObjAddr: 0x1338, symBinAddr: 0x115224, symSize: 0x44 } + - { offsetInCU: 0xCE9, offset: 0x15983C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM.resume.0', symObjAddr: 0x137C, symBinAddr: 0x115268, symSize: 0x4 } + - { offsetInCU: 0xD63, offset: 0x1598B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x14AC, symBinAddr: 0x115398, symSize: 0x60 } + - { offsetInCU: 0xD98, offset: 0x1598EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x150C, symBinAddr: 0x1153F8, symSize: 0xB8 } + - { offsetInCU: 0xDEB, offset: 0x15993E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x15C4, symBinAddr: 0x1154B0, symSize: 0x80 } + - { offsetInCU: 0xE49, offset: 0x15999C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x1644, symBinAddr: 0x115530, symSize: 0x168 } + - { offsetInCU: 0xEBE, offset: 0x159A11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x17AC, symBinAddr: 0x115698, symSize: 0x58 } + - { offsetInCU: 0xF05, offset: 0x159A58, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x1804, symBinAddr: 0x1156F0, symSize: 0x28 } + - { offsetInCU: 0xF24, offset: 0x159A77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x182C, symBinAddr: 0x115718, symSize: 0x20 } + - { offsetInCU: 0xFA9, offset: 0x159AFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x184C, symBinAddr: 0x115738, symSize: 0x40 } + - { offsetInCU: 0x101E, offset: 0x159B71, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x188C, symBinAddr: 0x115778, symSize: 0x1C } + - { offsetInCU: 0x104E, offset: 0x159BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x188C, symBinAddr: 0x115778, symSize: 0x1C } + - { offsetInCU: 0x10CE, offset: 0x159C21, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg', symObjAddr: 0x1948, symBinAddr: 0x115834, symSize: 0x58 } + - { offsetInCU: 0x1103, offset: 0x159C56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs', symObjAddr: 0x19A0, symBinAddr: 0x11588C, symSize: 0x30 } + - { offsetInCU: 0x1142, offset: 0x159C95, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM', symObjAddr: 0x19D0, symBinAddr: 0x1158BC, symSize: 0x84 } + - { offsetInCU: 0x11A0, offset: 0x159CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x1A54, symBinAddr: 0x115940, symSize: 0x64 } + - { offsetInCU: 0x122B, offset: 0x159D7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg', symObjAddr: 0x1C34, symBinAddr: 0x115B20, symSize: 0x58 } + - { offsetInCU: 0x124A, offset: 0x159D9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x1C8C, symBinAddr: 0x115B78, symSize: 0x34 } + - { offsetInCU: 0x125E, offset: 0x159DB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x1CC0, symBinAddr: 0x115BAC, symSize: 0x58 } + - { offsetInCU: 0x12CF, offset: 0x159E22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x1D18, symBinAddr: 0x115C04, symSize: 0xC8 } + - { offsetInCU: 0x1336, offset: 0x159E89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x1DF4, symBinAddr: 0x115CE0, symSize: 0x1A0 } + - { offsetInCU: 0x13F2, offset: 0x159F45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x1F94, symBinAddr: 0x115E80, symSize: 0x80 } + - { offsetInCU: 0x1458, offset: 0x159FAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x2014, symBinAddr: 0x115F00, symSize: 0x60 } + - { offsetInCU: 0x14CF, offset: 0x15A022, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x2114, symBinAddr: 0x116000, symSize: 0x5C } + - { offsetInCU: 0x1504, offset: 0x15A057, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x2170, symBinAddr: 0x11605C, symSize: 0x24 } + - { offsetInCU: 0x1525, offset: 0x15A078, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x2194, symBinAddr: 0x116080, symSize: 0x84 } + - { offsetInCU: 0x1583, offset: 0x15A0D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x2218, symBinAddr: 0x116104, symSize: 0x19C } + - { offsetInCU: 0x160A, offset: 0x15A15D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x2538, symBinAddr: 0x116424, symSize: 0x88 } + - { offsetInCU: 0x163E, offset: 0x15A191, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x25C0, symBinAddr: 0x1164AC, symSize: 0x80 } + - { offsetInCU: 0x16A4, offset: 0x15A1F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x2640, symBinAddr: 0x11652C, symSize: 0x130 } + - { offsetInCU: 0x170A, offset: 0x15A25D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs', symObjAddr: 0x2804, symBinAddr: 0x1166F0, symSize: 0x84 } + - { offsetInCU: 0x17AC, offset: 0x15A2FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM', symObjAddr: 0x2888, symBinAddr: 0x116774, symSize: 0x7C } + - { offsetInCU: 0x180A, offset: 0x15A35D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x2904, symBinAddr: 0x1167F0, symSize: 0x8C } + - { offsetInCU: 0x18A9, offset: 0x15A3FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB7PlayingSbvg', symObjAddr: 0x2990, symBinAddr: 0x11687C, symSize: 0x180 } + - { offsetInCU: 0x195B, offset: 0x15A4AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB6QueuedSbvg', symObjAddr: 0x2B10, symBinAddr: 0x1169FC, symSize: 0x3C } + - { offsetInCU: 0x1A03, offset: 0x15A556, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x2BBC, symBinAddr: 0x116AA8, symSize: 0x64 } + - { offsetInCU: 0x1A38, offset: 0x15A58B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x2C20, symBinAddr: 0x116B0C, symSize: 0x6C } + - { offsetInCU: 0x1AC7, offset: 0x15A61A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x2C8C, symBinAddr: 0x116B78, symSize: 0x84 } + - { offsetInCU: 0x1B25, offset: 0x15A678, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x2D10, symBinAddr: 0x116BFC, symSize: 0x80 } + - { offsetInCU: 0x1BC3, offset: 0x15A716, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x2E04, symBinAddr: 0x116CF0, symSize: 0x64 } + - { offsetInCU: 0x1C44, offset: 0x15A797, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x2E68, symBinAddr: 0x116D54, symSize: 0x7C } + - { offsetInCU: 0x1CA2, offset: 0x15A7F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x2EE4, symBinAddr: 0x116DD0, symSize: 0x70 } + - { offsetInCU: 0x1D13, offset: 0x15A866, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x2F54, symBinAddr: 0x116E40, symSize: 0x114 } + - { offsetInCU: 0x1E5C, offset: 0x15A9AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x3068, symBinAddr: 0x116F54, symSize: 0x28 } + - { offsetInCU: 0x1E9E, offset: 0x15A9F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x3090, symBinAddr: 0x116F7C, symSize: 0x34 } + - { offsetInCU: 0x1ECF, offset: 0x15AA22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvg', symObjAddr: 0x30D0, symBinAddr: 0x116FBC, symSize: 0xF8 } + - { offsetInCU: 0x1F6A, offset: 0x15AABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvs', symObjAddr: 0x31C8, symBinAddr: 0x1170B4, symSize: 0x28 } + - { offsetInCU: 0x1FAC, offset: 0x15AAFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvM', symObjAddr: 0x31F0, symBinAddr: 0x1170DC, symSize: 0x34 } + - { offsetInCU: 0x1FFD, offset: 0x15AB50, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3300, symBinAddr: 0x1171EC, symSize: 0x98 } + - { offsetInCU: 0x2041, offset: 0x15AB94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x3398, symBinAddr: 0x117284, symSize: 0xFC } + - { offsetInCU: 0x20E6, offset: 0x15AC39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x3494, symBinAddr: 0x117380, symSize: 0xBC } + - { offsetInCU: 0x2176, offset: 0x15ACC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x3550, symBinAddr: 0x11743C, symSize: 0x198 } + - { offsetInCU: 0x2209, offset: 0x15AD5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x36E8, symBinAddr: 0x1175D4, symSize: 0x28 } + - { offsetInCU: 0x223A, offset: 0x15AD8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x3710, symBinAddr: 0x1175FC, symSize: 0xA8 } + - { offsetInCU: 0x238E, offset: 0x15AEE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x3820, symBinAddr: 0x11770C, symSize: 0x54 } + - { offsetInCU: 0x23C3, offset: 0x15AF16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x3874, symBinAddr: 0x117760, symSize: 0x64 } + - { offsetInCU: 0x2451, offset: 0x15AFA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x38D8, symBinAddr: 0x1177C4, symSize: 0x7C } + - { offsetInCU: 0x24AF, offset: 0x15B002, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x3954, symBinAddr: 0x117840, symSize: 0x78 } + - { offsetInCU: 0x254D, offset: 0x15B0A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs', symObjAddr: 0x3A94, symBinAddr: 0x117980, symSize: 0xB8 } + - { offsetInCU: 0x25D0, offset: 0x15B123, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM', symObjAddr: 0x3B4C, symBinAddr: 0x117A38, symSize: 0x7C } + - { offsetInCU: 0x262E, offset: 0x15B181, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x3BC8, symBinAddr: 0x117AB4, symSize: 0xCC } + - { offsetInCU: 0x274B, offset: 0x15B29E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg', symObjAddr: 0x3DDC, symBinAddr: 0x117CC8, symSize: 0x54 } + - { offsetInCU: 0x276A, offset: 0x15B2BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs', symObjAddr: 0x3E30, symBinAddr: 0x117D1C, symSize: 0xD4 } + - { offsetInCU: 0x27C9, offset: 0x15B31C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM', symObjAddr: 0x3F04, symBinAddr: 0x117DF0, symSize: 0x48 } + - { offsetInCU: 0x27FA, offset: 0x15B34D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM.resume.0', symObjAddr: 0x3F4C, symBinAddr: 0x117E38, symSize: 0xB8 } + - { offsetInCU: 0x2895, offset: 0x15B3E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x4004, symBinAddr: 0x117EF0, symSize: 0x68 } + - { offsetInCU: 0x2950, offset: 0x15B4A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x40D4, symBinAddr: 0x117F58, symSize: 0xB4 } + - { offsetInCU: 0x29E4, offset: 0x15B537, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x4188, symBinAddr: 0x11800C, symSize: 0x78 } + - { offsetInCU: 0x2A50, offset: 0x15B5A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x42F8, symBinAddr: 0x11817C, symSize: 0xA0 } + - { offsetInCU: 0x2ADD, offset: 0x15B630, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x4398, symBinAddr: 0x11821C, symSize: 0x7C } + - { offsetInCU: 0x2B3B, offset: 0x15B68E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x4414, symBinAddr: 0x118298, symSize: 0xA4 } + - { offsetInCU: 0x2BC3, offset: 0x15B716, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x44B8, symBinAddr: 0x11833C, symSize: 0xA4 } + - { offsetInCU: 0x2C64, offset: 0x15B7B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x455C, symBinAddr: 0x1183E0, symSize: 0xD8 } + - { offsetInCU: 0x2D9B, offset: 0x15B8EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12reloadImagesyyF', symObjAddr: 0x4634, symBinAddr: 0x1184B8, symSize: 0x90 } + - { offsetInCU: 0x2DF1, offset: 0x15B944, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x46C4, symBinAddr: 0x118548, symSize: 0x90 } + - { offsetInCU: 0x2E47, offset: 0x15B99A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x4754, symBinAddr: 0x1185D8, symSize: 0x40 } + - { offsetInCU: 0x2E63, offset: 0x15B9B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x4794, symBinAddr: 0x118618, symSize: 0xD8 } + - { offsetInCU: 0x2EDD, offset: 0x15BA30, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x486C, symBinAddr: 0x1186F0, symSize: 0xD8 } + - { offsetInCU: 0x2F57, offset: 0x15BAAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x4944, symBinAddr: 0x1187C8, symSize: 0x90 } + - { offsetInCU: 0x2FAD, offset: 0x15BB00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x49D4, symBinAddr: 0x118858, symSize: 0x94 } + - { offsetInCU: 0x3003, offset: 0x15BB56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF', symObjAddr: 0x4A68, symBinAddr: 0x1188EC, symSize: 0x190 } + - { offsetInCU: 0x30D8, offset: 0x15BC2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4BF8, symBinAddr: 0x118A7C, symSize: 0x7C } + - { offsetInCU: 0x314A, offset: 0x15BC9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4C74, symBinAddr: 0x118AF8, symSize: 0x80 } + - { offsetInCU: 0x31B9, offset: 0x15BD0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x4CF4, symBinAddr: 0x118B78, symSize: 0x3C } + - { offsetInCU: 0x320C, offset: 0x15BD5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4D30, symBinAddr: 0x118BB4, symSize: 0xA4 } + - { offsetInCU: 0x3292, offset: 0x15BDE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4DD4, symBinAddr: 0x118C58, symSize: 0x100 } + - { offsetInCU: 0x3371, offset: 0x15BEC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4ED4, symBinAddr: 0x118D58, symSize: 0x100 } + - { offsetInCU: 0x3462, offset: 0x15BFB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvgTo', symObjAddr: 0x4FD4, symBinAddr: 0x118E58, symSize: 0x5C } + - { offsetInCU: 0x34A5, offset: 0x15BFF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTo', symObjAddr: 0x5030, symBinAddr: 0x118EB4, symSize: 0x68 } + - { offsetInCU: 0x34D8, offset: 0x15C02B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyF', symObjAddr: 0x5098, symBinAddr: 0x118F1C, symSize: 0x2A8 } + - { offsetInCU: 0x360E, offset: 0x15C161, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_', symObjAddr: 0x5340, symBinAddr: 0x1191C4, symSize: 0xCC } + - { offsetInCU: 0x368C, offset: 0x15C1DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_', symObjAddr: 0x540C, symBinAddr: 0x119290, symSize: 0x6C } + - { offsetInCU: 0x3703, offset: 0x15C256, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyF', symObjAddr: 0x5478, symBinAddr: 0x1192FC, symSize: 0xF70 } + - { offsetInCU: 0x403A, offset: 0x15CB8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_', symObjAddr: 0x641C, symBinAddr: 0x11A2A0, symSize: 0xB0 } + - { offsetInCU: 0x40E0, offset: 0x15CC33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyF', symObjAddr: 0x64CC, symBinAddr: 0x11A350, symSize: 0xE0 } + - { offsetInCU: 0x41C1, offset: 0x15CD14, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x65AC, symBinAddr: 0x11A430, symSize: 0x2C } + - { offsetInCU: 0x422A, offset: 0x15CD7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyF', symObjAddr: 0x65D8, symBinAddr: 0x11A45C, symSize: 0xF0 } + - { offsetInCU: 0x4304, offset: 0x15CE57, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyFTo', symObjAddr: 0x66C8, symBinAddr: 0x11A54C, symSize: 0x2C } + - { offsetInCU: 0x4320, offset: 0x15CE73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22animationMovedToWindowyyF', symObjAddr: 0x66F4, symBinAddr: 0x11A578, symSize: 0x60 } + - { offsetInCU: 0x434F, offset: 0x15CEA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0yyAA0aB6SourceOSgF', symObjAddr: 0x6754, symBinAddr: 0x11A5D8, symSize: 0x108 } + - { offsetInCU: 0x4517, offset: 0x15D06A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForBackgroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x685C, symBinAddr: 0x11A6E0, symSize: 0xE0 } + - { offsetInCU: 0x45C5, offset: 0x15D118, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForForegroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x693C, symBinAddr: 0x11A7C0, symSize: 0xF0 } + - { offsetInCU: 0x466C, offset: 0x15D1BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfD', symObjAddr: 0x6A80, symBinAddr: 0x11A904, symSize: 0x30 } + - { offsetInCU: 0x4699, offset: 0x15D1EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0x6B10, symBinAddr: 0x11A994, symSize: 0x310 } + - { offsetInCU: 0x4773, offset: 0x15D2C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtFTf4enn_n', symObjAddr: 0x739C, symBinAddr: 0x11B1D8, symSize: 0x190 } + - { offsetInCU: 0x483E, offset: 0x15D391, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvsTf4en_n', symObjAddr: 0x752C, symBinAddr: 0x11B368, symSize: 0x118 } + - { offsetInCU: 0x48CB, offset: 0x15D41E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0x7644, symBinAddr: 0x11B480, symSize: 0x134 } + - { offsetInCU: 0x494D, offset: 0x15D4A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x7808, symBinAddr: 0x11B5D4, symSize: 0x288 } + - { offsetInCU: 0x4A74, offset: 0x15D5C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0x7BF4, symBinAddr: 0x11B86C, symSize: 0xF4 } + - { offsetInCU: 0x4B02, offset: 0x15D655, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0x7E84, symBinAddr: 0x11B970, symSize: 0xE4 } + - { offsetInCU: 0x4BE7, offset: 0x15D73A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTf4gn_n', symObjAddr: 0x9308, symBinAddr: 0x11CBCC, symSize: 0xB8 } + - { offsetInCU: 0x4CB1, offset: 0x15D804, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x304, symBinAddr: 0x1141F0, symSize: 0x98 } + - { offsetInCU: 0x4D1C, offset: 0x15D86F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x4C8, symBinAddr: 0x1143B4, symSize: 0x78 } + - { offsetInCU: 0x4DC8, offset: 0x15D91B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO9hashValueSivg', symObjAddr: 0x540, symBinAddr: 0x11442C, symSize: 0x50 } + - { offsetInCU: 0x4E54, offset: 0x15D9A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH9hashValueSivgTW', symObjAddr: 0x590, symBinAddr: 0x11447C, symSize: 0x50 } + - { offsetInCU: 0x4EE3, offset: 0x15DA36, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5E0, symBinAddr: 0x1144CC, symSize: 0x4 } + - { offsetInCU: 0x4F2E, offset: 0x15DA81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x630, symBinAddr: 0x11451C, symSize: 0xA0 } + - { offsetInCU: 0x5BFD, offset: 0x15E750, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x6E68, symBinAddr: 0x11ACA4, symSize: 0x534 } + - { offsetInCU: 0x5EC8, offset: 0x15EA1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTK', symObjAddr: 0x1380, symBinAddr: 0x11526C, symSize: 0x64 } + - { offsetInCU: 0x5F0C, offset: 0x15EA5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x13E4, symBinAddr: 0x1152D0, symSize: 0xC8 } + - { offsetInCU: 0x5F6F, offset: 0x15EAC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTK', symObjAddr: 0x18A8, symBinAddr: 0x115794, symSize: 0x64 } + - { offsetInCU: 0x5FB3, offset: 0x15EB06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTk', symObjAddr: 0x190C, symBinAddr: 0x1157F8, symSize: 0x3C } + - { offsetInCU: 0x5FF7, offset: 0x15EB4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x1AB8, symBinAddr: 0x1159A4, symSize: 0x94 } + - { offsetInCU: 0x6024, offset: 0x15EB77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x1B4C, symBinAddr: 0x115A38, symSize: 0x88 } + - { offsetInCU: 0x6051, offset: 0x15EBA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x1BD4, symBinAddr: 0x115AC0, symSize: 0x60 } + - { offsetInCU: 0x6069, offset: 0x15EBBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x2074, symBinAddr: 0x115F60, symSize: 0x64 } + - { offsetInCU: 0x60AD, offset: 0x15EC00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x20D8, symBinAddr: 0x115FC4, symSize: 0x3C } + - { offsetInCU: 0x60DA, offset: 0x15EC2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvpACTk', symObjAddr: 0x241C, symBinAddr: 0x116308, symSize: 0x94 } + - { offsetInCU: 0x6107, offset: 0x15EC5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x2770, symBinAddr: 0x11665C, symSize: 0x88 } + - { offsetInCU: 0x618E, offset: 0x15ECE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x2B4C, symBinAddr: 0x116A38, symSize: 0x70 } + - { offsetInCU: 0x620C, offset: 0x15ED5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x2D90, symBinAddr: 0x116C7C, symSize: 0x68 } + - { offsetInCU: 0x6355, offset: 0x15EEA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x3260, symBinAddr: 0x11714C, symSize: 0xA0 } + - { offsetInCU: 0x63A8, offset: 0x15EEFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x37B8, symBinAddr: 0x1176A4, symSize: 0x68 } + - { offsetInCU: 0x6424, offset: 0x15EF77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvpACTk', symObjAddr: 0x39CC, symBinAddr: 0x1178B8, symSize: 0xBC } + - { offsetInCU: 0x648C, offset: 0x15EFDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTK', symObjAddr: 0x3C94, symBinAddr: 0x117B80, symSize: 0x58 } + - { offsetInCU: 0x64B9, offset: 0x15F00C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTk', symObjAddr: 0x3CEC, symBinAddr: 0x117BD8, symSize: 0xF0 } + - { offsetInCU: 0x652F, offset: 0x15F082, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x4200, symBinAddr: 0x118084, symSize: 0xA0 } + - { offsetInCU: 0x68B1, offset: 0x15F404, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfE', symObjAddr: 0x6A2C, symBinAddr: 0x11A8B0, symSize: 0x54 } + - { offsetInCU: 0x68DE, offset: 0x15F431, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfETo', symObjAddr: 0x6AB0, symBinAddr: 0x11A934, symSize: 0x60 } + - { offsetInCU: 0x692A, offset: 0x15F47D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCMa', symObjAddr: 0x77B4, symBinAddr: 0x11B5B4, symSize: 0x20 } + - { offsetInCU: 0x693E, offset: 0x15F491, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOy', symObjAddr: 0x7BE4, symBinAddr: 0x11B85C, symSize: 0x10 } + - { offsetInCU: 0x6952, offset: 0x15F4A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOe', symObjAddr: 0x7CE8, symBinAddr: 0x11B960, symSize: 0x10 } + - { offsetInCU: 0x6966, offset: 0x15F4B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASQWb', symObjAddr: 0x8150, symBinAddr: 0x11BA54, symSize: 0x4 } + - { offsetInCU: 0x697A, offset: 0x15F4CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOACSQAAWl', symObjAddr: 0x8154, symBinAddr: 0x11BA58, symSize: 0x44 } + - { offsetInCU: 0x698E, offset: 0x15F4E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASQWb', symObjAddr: 0x8198, symBinAddr: 0x11BA9C, symSize: 0x4 } + - { offsetInCU: 0x69A2, offset: 0x15F4F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOACSQAAWl', symObjAddr: 0x819C, symBinAddr: 0x11BAA0, symSize: 0x44 } + - { offsetInCU: 0x69B6, offset: 0x15F509, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwet', symObjAddr: 0x85C8, symBinAddr: 0x11BEBC, symSize: 0x90 } + - { offsetInCU: 0x69CA, offset: 0x15F51D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwst', symObjAddr: 0x8658, symBinAddr: 0x11BF4C, symSize: 0xBC } + - { offsetInCU: 0x69DE, offset: 0x15F531, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwug', symObjAddr: 0x8714, symBinAddr: 0x11C008, symSize: 0x8 } + - { offsetInCU: 0x69F2, offset: 0x15F545, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwup', symObjAddr: 0x871C, symBinAddr: 0x11C010, symSize: 0x4 } + - { offsetInCU: 0x6A06, offset: 0x15F559, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwui', symObjAddr: 0x8720, symBinAddr: 0x11C014, symSize: 0x8 } + - { offsetInCU: 0x6A1A, offset: 0x15F56D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOMa', symObjAddr: 0x8728, symBinAddr: 0x11C01C, symSize: 0x10 } + - { offsetInCU: 0x6A2E, offset: 0x15F581, size: 0x8, addend: 0x0, symName: ___swift_memcpy5_4, symObjAddr: 0x8738, symBinAddr: 0x11C02C, symSize: 0x14 } + - { offsetInCU: 0x6A42, offset: 0x15F595, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwet', symObjAddr: 0x874C, symBinAddr: 0x11C040, symSize: 0x48 } + - { offsetInCU: 0x6A56, offset: 0x15F5A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwst', symObjAddr: 0x8794, symBinAddr: 0x11C088, symSize: 0x44 } + - { offsetInCU: 0x6A6A, offset: 0x15F5BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwug', symObjAddr: 0x87D8, symBinAddr: 0x11C0CC, symSize: 0x18 } + - { offsetInCU: 0x6A7E, offset: 0x15F5D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwup', symObjAddr: 0x87F0, symBinAddr: 0x11C0E4, symSize: 0x4 } + - { offsetInCU: 0x6A92, offset: 0x15F5E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwui', symObjAddr: 0x87F4, symBinAddr: 0x11C0E8, symSize: 0x18 } + - { offsetInCU: 0x6AA6, offset: 0x15F5F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOMa', symObjAddr: 0x880C, symBinAddr: 0x11C100, symSize: 0x10 } + - { offsetInCU: 0x6ABA, offset: 0x15F60D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_TA', symObjAddr: 0x928C, symBinAddr: 0x11CB80, symSize: 0x8 } + - { offsetInCU: 0x6ACE, offset: 0x15F621, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x9294, symBinAddr: 0x11CB88, symSize: 0x8 } + - { offsetInCU: 0x6AE2, offset: 0x15F635, size: 0x8, addend: 0x0, symName: '_$sSo16CABasicAnimationCMa', symObjAddr: 0x929C, symBinAddr: 0x11CB90, symSize: 0x3C } + - { offsetInCU: 0x6B12, offset: 0x15F665, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0x93E4, symBinAddr: 0x11CCA8, symSize: 0x8 } + - { offsetInCU: 0x6B31, offset: 0x15F684, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0x93EC, symBinAddr: 0x11CCB0, symSize: 0x28 } + - { offsetInCU: 0x6B5A, offset: 0x15F6AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_TA', symObjAddr: 0x9514, symBinAddr: 0x11CCFC, symSize: 0x8 } + - { offsetInCU: 0x6B6E, offset: 0x15F6C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_TA', symObjAddr: 0x951C, symBinAddr: 0x11CD04, symSize: 0x8 } + - { offsetInCU: 0x6BC0, offset: 0x15F713, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x488, symBinAddr: 0x114374, symSize: 0x40 } + - { offsetInCU: 0x6C89, offset: 0x15F7DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5E4, symBinAddr: 0x1144D0, symSize: 0x4C } + - { offsetInCU: 0x2B, offset: 0x15FF7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x11CD54, symSize: 0x2C } + - { offsetInCU: 0x6D, offset: 0x15FFBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x11CD54, symSize: 0x2C } + - { offsetInCU: 0xB1, offset: 0x160002, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCMa', symObjAddr: 0x2C, symBinAddr: 0x11CD80, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x16015F, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x11CDA0, symSize: 0x22C } + - { offsetInCU: 0xA1, offset: 0x1601D9, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x11CDA0, symSize: 0x22C } + - { offsetInCU: 0x229, offset: 0x160361, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationCMa', symObjAddr: 0x22C, symBinAddr: 0x11CFCC, symSize: 0x3C } + - { offsetInCU: 0xA5, offset: 0x1605F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x0, symBinAddr: 0x11D008, symSize: 0x178 } + - { offsetInCU: 0x175, offset: 0x1606C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC10loadImages33_018EEA5A3C8AB5F957268211713A2543LLyyF', symObjAddr: 0x178, symBinAddr: 0x11D180, symSize: 0x4B0 } + - { offsetInCU: 0x417, offset: 0x16096A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCfD', symObjAddr: 0x628, symBinAddr: 0x11D630, symSize: 0x60 } + - { offsetInCU: 0x464, offset: 0x1609B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x744, symBinAddr: 0x11D74C, symSize: 0x20 } + - { offsetInCU: 0x4AA, offset: 0x1609FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC8filepathACSg10Foundation3URLV_tcfCTf4nd_n', symObjAddr: 0xA34, symBinAddr: 0x11D954, symSize: 0x104 } + - { offsetInCU: 0x600, offset: 0x160B53, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMU', symObjAddr: 0x688, symBinAddr: 0x11D690, symSize: 0x8 } + - { offsetInCU: 0x614, offset: 0x160B67, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMa', symObjAddr: 0x690, symBinAddr: 0x11D698, symSize: 0x3C } + - { offsetInCU: 0x628, offset: 0x160B7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMr', symObjAddr: 0x6CC, symBinAddr: 0x11D6D4, symSize: 0x78 } + - { offsetInCU: 0x68F, offset: 0x160BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH9hashValueSivgTW', symObjAddr: 0x764, symBinAddr: 0x11D76C, symSize: 0x7C } + - { offsetInCU: 0x74A, offset: 0x160C9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x7E0, symBinAddr: 0x11D7E8, symSize: 0x6C } + - { offsetInCU: 0x7C9, offset: 0x160D1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8C4, symBinAddr: 0x11D8CC, symSize: 0x1C } + - { offsetInCU: 0x7FB, offset: 0x160D4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASQWb', symObjAddr: 0x8E0, symBinAddr: 0x11D8E8, symSize: 0x2C } + - { offsetInCU: 0x8E7, offset: 0x160E3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x84C, symBinAddr: 0x11D854, symSize: 0x78 } + - { offsetInCU: 0x5C, offset: 0x1610F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x11DA58, symSize: 0x198 } + - { offsetInCU: 0xB8, offset: 0x16114D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x198, symBinAddr: 0x11DBF0, symSize: 0x210 } + - { offsetInCU: 0x1B3, offset: 0x161248, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x3A8, symBinAddr: 0x11DE00, symSize: 0x11C } + - { offsetInCU: 0x1F2, offset: 0x161287, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x65C, symBinAddr: 0x11E0B4, symSize: 0x4C } + - { offsetInCU: 0x229, offset: 0x1612BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO8rawValueSSvg', symObjAddr: 0x6A8, symBinAddr: 0x11E100, symSize: 0x18 } + - { offsetInCU: 0x250, offset: 0x1612E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO11stringValueSSvg', symObjAddr: 0x6C0, symBinAddr: 0x11E118, symSize: 0x18 } + - { offsetInCU: 0x291, offset: 0x161326, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x6FC, symBinAddr: 0x11E154, symSize: 0x70 } + - { offsetInCU: 0x2C5, offset: 0x16135A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x76C, symBinAddr: 0x11E1C4, symSize: 0x28 } + - { offsetInCU: 0x2E1, offset: 0x161376, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x794, symBinAddr: 0x11E1EC, symSize: 0x8 } + - { offsetInCU: 0x317, offset: 0x1613AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x79C, symBinAddr: 0x11E1F4, symSize: 0x74 } + - { offsetInCU: 0x362, offset: 0x1613F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x810, symBinAddr: 0x11E268, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x161413, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x81C, symBinAddr: 0x11E274, symSize: 0xC } + - { offsetInCU: 0x3BA, offset: 0x16144F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCfD', symObjAddr: 0x878, symBinAddr: 0x11E2D0, symSize: 0x24 } + - { offsetInCU: 0x405, offset: 0x16149A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x998, symBinAddr: 0x11E3E0, symSize: 0x2C } + - { offsetInCU: 0x428, offset: 0x1614BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x9C4, symBinAddr: 0x11E40C, symSize: 0x28 } + - { offsetInCU: 0x51E, offset: 0x1615B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x5A4, symBinAddr: 0x11DFFC, symSize: 0x24 } + - { offsetInCU: 0x54F, offset: 0x1615E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x5C8, symBinAddr: 0x11E020, symSize: 0x18 } + - { offsetInCU: 0x599, offset: 0x16162E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5E0, symBinAddr: 0x11E038, symSize: 0x2C } + - { offsetInCU: 0x5D1, offset: 0x161666, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xCA8, symBinAddr: 0x11E6F0, symSize: 0xE0 } + - { offsetInCU: 0x646, offset: 0x1616DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO13discriminator_WZ', symObjAddr: 0x658, symBinAddr: 0x11E0B0, symSize: 0x4 } + - { offsetInCU: 0x660, offset: 0x1616F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCMa', symObjAddr: 0x89C, symBinAddr: 0x11E2F4, symSize: 0x20 } + - { offsetInCU: 0x674, offset: 0x161709, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOwup', symObjAddr: 0x8D4, symBinAddr: 0x11E31C, symSize: 0x4 } + - { offsetInCU: 0x688, offset: 0x16171D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOMa', symObjAddr: 0x8D8, symBinAddr: 0x11E320, symSize: 0x10 } + - { offsetInCU: 0x69C, offset: 0x161731, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASQWb', symObjAddr: 0x8E8, symBinAddr: 0x11E330, symSize: 0x4 } + - { offsetInCU: 0x6B0, offset: 0x161745, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSQAAWl', symObjAddr: 0x8EC, symBinAddr: 0x11E334, symSize: 0x44 } + - { offsetInCU: 0x6C4, offset: 0x161759, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOAA11ClassFamilyAAWI', symObjAddr: 0x930, symBinAddr: 0x11E378, symSize: 0x24 } + - { offsetInCU: 0x6D8, offset: 0x16176D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSeAAWl', symObjAddr: 0x954, symBinAddr: 0x11E39C, symSize: 0x44 } + - { offsetInCU: 0x70C, offset: 0x1617A1, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x9EC, symBinAddr: 0x11E434, symSize: 0x134 } + - { offsetInCU: 0x85F, offset: 0x1618F4, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xB20, symBinAddr: 0x11E568, symSize: 0x188 } + - { offsetInCU: 0xA79, offset: 0x161B0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSYAAWl', symObjAddr: 0xDCC, symBinAddr: 0x11E7D0, symSize: 0x44 } + - { offsetInCU: 0xA8D, offset: 0x161B22, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs0D3KeyAAWl', symObjAddr: 0xE50, symBinAddr: 0x11E814, symSize: 0x44 } + - { offsetInCU: 0xAA1, offset: 0x161B36, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSEAAWl', symObjAddr: 0xE94, symBinAddr: 0x11E858, symSize: 0x44 } + - { offsetInCU: 0xAB5, offset: 0x161B4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwug', symObjAddr: 0x10EC, symBinAddr: 0x11E9F0, symSize: 0x8 } + - { offsetInCU: 0xAC9, offset: 0x161B5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwup', symObjAddr: 0x10F4, symBinAddr: 0x11E9F8, symSize: 0x4 } + - { offsetInCU: 0xADD, offset: 0x161B72, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwui', symObjAddr: 0x10F8, symBinAddr: 0x11E9FC, symSize: 0xC } + - { offsetInCU: 0xAF1, offset: 0x161B86, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOMa', symObjAddr: 0x1104, symBinAddr: 0x11EA08, symSize: 0x10 } + - { offsetInCU: 0xB05, offset: 0x161B9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASQWb', symObjAddr: 0x1114, symBinAddr: 0x11EA18, symSize: 0x4 } + - { offsetInCU: 0xB19, offset: 0x161BAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFSQAAWl', symObjAddr: 0x1118, symBinAddr: 0x11EA1C, symSize: 0x44 } + - { offsetInCU: 0xB2D, offset: 0x161BC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x115C, symBinAddr: 0x11EA60, symSize: 0x4 } + - { offsetInCU: 0xB41, offset: 0x161BD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1160, symBinAddr: 0x11EA64, symSize: 0x44 } + - { offsetInCU: 0xB55, offset: 0x161BEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x11A4, symBinAddr: 0x11EAA8, symSize: 0x4 } + - { offsetInCU: 0xB69, offset: 0x161BFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x11A8, symBinAddr: 0x11EAAC, symSize: 0x44 } + - { offsetInCU: 0xBE4, offset: 0x161C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4C4, symBinAddr: 0x11DF1C, symSize: 0x18 } + - { offsetInCU: 0xC75, offset: 0x161D0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x4DC, symBinAddr: 0x11DF34, symSize: 0x4C } + - { offsetInCU: 0xD56, offset: 0x161DEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x528, symBinAddr: 0x11DF80, symSize: 0x34 } + - { offsetInCU: 0xDDD, offset: 0x161E72, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x55C, symBinAddr: 0x11DFB4, symSize: 0x48 } + - { offsetInCU: 0xE8C, offset: 0x161F21, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x60C, symBinAddr: 0x11E064, symSize: 0x4C } + - { offsetInCU: 0xEAF, offset: 0x161F44, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6D8, symBinAddr: 0x11E130, symSize: 0xC } + - { offsetInCU: 0xECB, offset: 0x161F60, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x6E4, symBinAddr: 0x11E13C, symSize: 0x8 } + - { offsetInCU: 0xEE7, offset: 0x161F7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6EC, symBinAddr: 0x11E144, symSize: 0x8 } + - { offsetInCU: 0xF03, offset: 0x161F98, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6F4, symBinAddr: 0x11E14C, symSize: 0x8 } + - { offsetInCU: 0xF25, offset: 0x161FBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x828, symBinAddr: 0x11E280, symSize: 0x28 } + - { offsetInCU: 0xF41, offset: 0x161FD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x850, symBinAddr: 0x11E2A8, symSize: 0x28 } + - { offsetInCU: 0x5E, offset: 0x16225F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x11EAF8, symSize: 0xC } + - { offsetInCU: 0x90, offset: 0x162291, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x198, symBinAddr: 0x11EC90, symSize: 0x48 } + - { offsetInCU: 0xB5, offset: 0x1622B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0x11ECD8, symSize: 0x684 } + - { offsetInCU: 0x138, offset: 0x162339, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x864, symBinAddr: 0x11F35C, symSize: 0xC50 } + - { offsetInCU: 0x5DB, offset: 0x1627DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueSSvg', symObjAddr: 0x14B4, symBinAddr: 0x11FFAC, symSize: 0x18 } + - { offsetInCU: 0x614, offset: 0x162815, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18B8, symBinAddr: 0x1203B0, symSize: 0x18 } + - { offsetInCU: 0x642, offset: 0x162843, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18B8, symBinAddr: 0x1203B0, symSize: 0x18 } + - { offsetInCU: 0x67A, offset: 0x16287B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1910, symBinAddr: 0x120408, symSize: 0x44 } + - { offsetInCU: 0x6C0, offset: 0x1628C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1954, symBinAddr: 0x12044C, symSize: 0x28 } + - { offsetInCU: 0x6DC, offset: 0x1628DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x197C, symBinAddr: 0x120474, symSize: 0x8 } + - { offsetInCU: 0x712, offset: 0x162913, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1984, symBinAddr: 0x12047C, symSize: 0x3C } + - { offsetInCU: 0x777, offset: 0x162978, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x19C0, symBinAddr: 0x1204B8, symSize: 0xC } + - { offsetInCU: 0x793, offset: 0x162994, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x19CC, symBinAddr: 0x1204C4, symSize: 0xC } + - { offsetInCU: 0x7AF, offset: 0x1629B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2988, symBinAddr: 0x12110C, symSize: 0x50 } + - { offsetInCU: 0x7E7, offset: 0x1629E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18D0, symBinAddr: 0x1203C8, symSize: 0x18 } + - { offsetInCU: 0x828, offset: 0x162A29, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1A4C, symBinAddr: 0x120544, symSize: 0x70 } + - { offsetInCU: 0x85C, offset: 0x162A5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1ABC, symBinAddr: 0x1205B4, symSize: 0x28 } + - { offsetInCU: 0x878, offset: 0x162A79, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1AE4, symBinAddr: 0x1205DC, symSize: 0x8 } + - { offsetInCU: 0x8AE, offset: 0x162AAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1AEC, symBinAddr: 0x1205E4, symSize: 0x74 } + - { offsetInCU: 0x8F9, offset: 0x162AFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1B60, symBinAddr: 0x120658, symSize: 0xC } + - { offsetInCU: 0x915, offset: 0x162B16, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1B6C, symBinAddr: 0x120664, symSize: 0xC } + - { offsetInCU: 0x933, offset: 0x162B34, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x14CC, symBinAddr: 0x11FFC4, symSize: 0x3EC } + - { offsetInCU: 0x9A6, offset: 0x162BA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfd', symObjAddr: 0x1C04, symBinAddr: 0x1206FC, symSize: 0x4C } + - { offsetInCU: 0x9F1, offset: 0x162BF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfD', symObjAddr: 0x1C50, symBinAddr: 0x120748, symSize: 0x1C } + - { offsetInCU: 0xA2D, offset: 0x162C2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1E44, symBinAddr: 0x12092C, symSize: 0xC } + - { offsetInCU: 0xA6E, offset: 0x162C6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1E50, symBinAddr: 0x120938, symSize: 0xC } + - { offsetInCU: 0xAA0, offset: 0x162CA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x1E5C, symBinAddr: 0x120944, symSize: 0xC } + - { offsetInCU: 0xACB, offset: 0x162CCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x1E68, symBinAddr: 0x120950, symSize: 0xC } + - { offsetInCU: 0xB0C, offset: 0x162D0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x1E74, symBinAddr: 0x12095C, symSize: 0xC } + - { offsetInCU: 0xB86, offset: 0x162D87, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xCC, symBinAddr: 0x11EBC4, symSize: 0x18 } + - { offsetInCU: 0xBB7, offset: 0x162DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xE4, symBinAddr: 0x11EBDC, symSize: 0xC } + - { offsetInCU: 0xD11, offset: 0x162F12, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfE', symObjAddr: 0x1BC8, symBinAddr: 0x1206C0, symSize: 0x3C } + - { offsetInCU: 0xD69, offset: 0x162F6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCMa', symObjAddr: 0x1C6C, symBinAddr: 0x120764, symSize: 0x20 } + - { offsetInCU: 0xD7D, offset: 0x162F7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwet', symObjAddr: 0x1C9C, symBinAddr: 0x120784, symSize: 0x90 } + - { offsetInCU: 0xD91, offset: 0x162F92, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwst', symObjAddr: 0x1D2C, symBinAddr: 0x120814, symSize: 0xBC } + - { offsetInCU: 0xDA5, offset: 0x162FA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwup', symObjAddr: 0x1DE8, symBinAddr: 0x1208D0, symSize: 0x4 } + - { offsetInCU: 0xDB9, offset: 0x162FBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOMa', symObjAddr: 0x1DEC, symBinAddr: 0x1208D4, symSize: 0x10 } + - { offsetInCU: 0xDCD, offset: 0x162FCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASQWb', symObjAddr: 0x1DFC, symBinAddr: 0x1208E4, symSize: 0x4 } + - { offsetInCU: 0xDE1, offset: 0x162FE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSQAAWl', symObjAddr: 0x1E00, symBinAddr: 0x1208E8, symSize: 0x44 } + - { offsetInCU: 0xDF5, offset: 0x162FF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSYAAWl', symObjAddr: 0x1E80, symBinAddr: 0x120968, symSize: 0x44 } + - { offsetInCU: 0xE09, offset: 0x16300A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs0D3KeyAAWl', symObjAddr: 0x1F28, symBinAddr: 0x1209AC, symSize: 0x44 } + - { offsetInCU: 0xE1D, offset: 0x16301E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSEAAWl', symObjAddr: 0x209C, symBinAddr: 0x120A54, symSize: 0x44 } + - { offsetInCU: 0xE31, offset: 0x163032, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs9CodingKeyAAWl', symObjAddr: 0x2124, symBinAddr: 0x120A98, symSize: 0x44 } + - { offsetInCU: 0xE45, offset: 0x163046, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSEAASERzlWl', symObjAddr: 0x2168, symBinAddr: 0x120ADC, symSize: 0x7C } + - { offsetInCU: 0xE59, offset: 0x16305A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSeAAWl', symObjAddr: 0x228C, symBinAddr: 0x120B58, symSize: 0x44 } + - { offsetInCU: 0xE6D, offset: 0x16306E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSeAASeRzlWl', symObjAddr: 0x2314, symBinAddr: 0x120B9C, symSize: 0x7C } + - { offsetInCU: 0xE81, offset: 0x163082, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x24F4, symBinAddr: 0x120C78, symSize: 0x90 } + - { offsetInCU: 0xE95, offset: 0x163096, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x2584, symBinAddr: 0x120D08, symSize: 0xBC } + - { offsetInCU: 0xEA9, offset: 0x1630AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x2640, symBinAddr: 0x120DC4, symSize: 0x8 } + - { offsetInCU: 0xEBD, offset: 0x1630BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x2648, symBinAddr: 0x120DCC, symSize: 0x4 } + - { offsetInCU: 0xED1, offset: 0x1630D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x264C, symBinAddr: 0x120DD0, symSize: 0x8 } + - { offsetInCU: 0xEE5, offset: 0x1630E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x2654, symBinAddr: 0x120DD8, symSize: 0x10 } + - { offsetInCU: 0xEF9, offset: 0x1630FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x2664, symBinAddr: 0x120DE8, symSize: 0x90 } + - { offsetInCU: 0xF0D, offset: 0x16310E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x26F4, symBinAddr: 0x120E78, symSize: 0xBC } + - { offsetInCU: 0xF21, offset: 0x163122, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x27B0, symBinAddr: 0x120F34, symSize: 0x8 } + - { offsetInCU: 0xF35, offset: 0x163136, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x27B8, symBinAddr: 0x120F3C, symSize: 0x4 } + - { offsetInCU: 0xF49, offset: 0x16314A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x27BC, symBinAddr: 0x120F40, symSize: 0xC } + - { offsetInCU: 0xF5D, offset: 0x16315E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x27C8, symBinAddr: 0x120F4C, symSize: 0x10 } + - { offsetInCU: 0xF71, offset: 0x163172, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x27D8, symBinAddr: 0x120F5C, symSize: 0x4 } + - { offsetInCU: 0xF85, offset: 0x163186, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x27DC, symBinAddr: 0x120F60, symSize: 0x44 } + - { offsetInCU: 0xF99, offset: 0x16319A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x2820, symBinAddr: 0x120FA4, symSize: 0x4 } + - { offsetInCU: 0xFAD, offset: 0x1631AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x2824, symBinAddr: 0x120FA8, symSize: 0x44 } + - { offsetInCU: 0xFC1, offset: 0x1631C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2868, symBinAddr: 0x120FEC, symSize: 0x4 } + - { offsetInCU: 0xFD5, offset: 0x1631D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x286C, symBinAddr: 0x120FF0, symSize: 0x44 } + - { offsetInCU: 0xFE9, offset: 0x1631EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x28B0, symBinAddr: 0x121034, symSize: 0x4 } + - { offsetInCU: 0xFFD, offset: 0x1631FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x28B4, symBinAddr: 0x121038, symSize: 0x44 } + - { offsetInCU: 0x1011, offset: 0x163212, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x28F8, symBinAddr: 0x12107C, symSize: 0x4 } + - { offsetInCU: 0x1025, offset: 0x163226, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x28FC, symBinAddr: 0x121080, symSize: 0x44 } + - { offsetInCU: 0x1039, offset: 0x16323A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2940, symBinAddr: 0x1210C4, symSize: 0x4 } + - { offsetInCU: 0x104D, offset: 0x16324E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2944, symBinAddr: 0x1210C8, symSize: 0x44 } + - { offsetInCU: 0x1081, offset: 0x163282, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC, symBinAddr: 0x11EB04, symSize: 0x14 } + - { offsetInCU: 0x1112, offset: 0x163313, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x20, symBinAddr: 0x11EB18, symSize: 0x44 } + - { offsetInCU: 0x11C1, offset: 0x1633C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x11EB5C, symSize: 0x28 } + - { offsetInCU: 0x1214, offset: 0x163415, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8C, symBinAddr: 0x11EB84, symSize: 0x40 } + - { offsetInCU: 0x1297, offset: 0x163498, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF0, symBinAddr: 0x11EBE8, symSize: 0x5C } + - { offsetInCU: 0x12BA, offset: 0x1634BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x14C, symBinAddr: 0x11EC44, symSize: 0x4C } + - { offsetInCU: 0x131E, offset: 0x16351F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18E8, symBinAddr: 0x1203E0, symSize: 0xC } + - { offsetInCU: 0x1358, offset: 0x163559, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x18F4, symBinAddr: 0x1203EC, symSize: 0xC } + - { offsetInCU: 0x1378, offset: 0x163579, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x18F4, symBinAddr: 0x1203EC, symSize: 0xC } + - { offsetInCU: 0x138C, offset: 0x16358D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x18F4, symBinAddr: 0x1203EC, symSize: 0xC } + - { offsetInCU: 0x139E, offset: 0x16359F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1900, symBinAddr: 0x1203F8, symSize: 0x8 } + - { offsetInCU: 0x13BA, offset: 0x1635BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1908, symBinAddr: 0x120400, symSize: 0x8 } + - { offsetInCU: 0x13D4, offset: 0x1635D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x19D8, symBinAddr: 0x1204D0, symSize: 0x28 } + - { offsetInCU: 0x13F0, offset: 0x1635F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A00, symBinAddr: 0x1204F8, symSize: 0x28 } + - { offsetInCU: 0x140C, offset: 0x16360D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A28, symBinAddr: 0x120520, symSize: 0xC } + - { offsetInCU: 0x1428, offset: 0x163629, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1A34, symBinAddr: 0x12052C, symSize: 0x8 } + - { offsetInCU: 0x1444, offset: 0x163645, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A3C, symBinAddr: 0x120534, symSize: 0x8 } + - { offsetInCU: 0x1460, offset: 0x163661, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1A44, symBinAddr: 0x12053C, symSize: 0x8 } + - { offsetInCU: 0x1482, offset: 0x163683, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1B78, symBinAddr: 0x120670, symSize: 0x28 } + - { offsetInCU: 0x149E, offset: 0x16369F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1BA0, symBinAddr: 0x120698, symSize: 0x28 } + - { offsetInCU: 0x9D, offset: 0x163929, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xE0, symBinAddr: 0x121244, symSize: 0x20 } + - { offsetInCU: 0xCE, offset: 0x16395A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x100, symBinAddr: 0x121264, symSize: 0x18 } + - { offsetInCU: 0x125, offset: 0x1639B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1C0, symBinAddr: 0x121324, symSize: 0x48 } + - { offsetInCU: 0x14A, offset: 0x1639D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x208, symBinAddr: 0x12136C, symSize: 0x328 } + - { offsetInCU: 0x1B2, offset: 0x163A3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x530, symBinAddr: 0x121694, symSize: 0x5E0 } + - { offsetInCU: 0x41F, offset: 0x163CAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB10, symBinAddr: 0x121C74, symSize: 0x1E8 } + - { offsetInCU: 0x48D, offset: 0x163D19, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO8rawValueSSvg', symObjAddr: 0xCF8, symBinAddr: 0x121E5C, symSize: 0x18 } + - { offsetInCU: 0x4C6, offset: 0x163D52, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xD10, symBinAddr: 0x121E74, symSize: 0x18 } + - { offsetInCU: 0x4F4, offset: 0x163D80, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xD10, symBinAddr: 0x121E74, symSize: 0x18 } + - { offsetInCU: 0x546, offset: 0x163DD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0xD4C, symBinAddr: 0x121EB0, symSize: 0x64 } + - { offsetInCU: 0x5AC, offset: 0x163E38, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0xDB0, symBinAddr: 0x121F14, symSize: 0x28 } + - { offsetInCU: 0x5C8, offset: 0x163E54, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xDD8, symBinAddr: 0x121F3C, symSize: 0x8 } + - { offsetInCU: 0x5FE, offset: 0x163E8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xDE0, symBinAddr: 0x121F44, symSize: 0x68 } + - { offsetInCU: 0x683, offset: 0x163F0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xE48, symBinAddr: 0x121FAC, symSize: 0xC } + - { offsetInCU: 0x69F, offset: 0x163F2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xE54, symBinAddr: 0x121FB8, symSize: 0xC } + - { offsetInCU: 0x6DB, offset: 0x163F67, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfD', symObjAddr: 0xED4, symBinAddr: 0x122038, symSize: 0x3C } + - { offsetInCU: 0x7D6, offset: 0x164062, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfE', symObjAddr: 0xEB0, symBinAddr: 0x122014, symSize: 0x24 } + - { offsetInCU: 0x82E, offset: 0x1640BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCMa', symObjAddr: 0xF10, symBinAddr: 0x122074, symSize: 0x20 } + - { offsetInCU: 0x842, offset: 0x1640CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwet', symObjAddr: 0xF40, symBinAddr: 0x122094, symSize: 0x90 } + - { offsetInCU: 0x856, offset: 0x1640E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwst', symObjAddr: 0xFD0, symBinAddr: 0x122124, symSize: 0xBC } + - { offsetInCU: 0x86A, offset: 0x1640F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwug', symObjAddr: 0x108C, symBinAddr: 0x1221E0, symSize: 0x8 } + - { offsetInCU: 0x87E, offset: 0x16410A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwup', symObjAddr: 0x1094, symBinAddr: 0x1221E8, symSize: 0x4 } + - { offsetInCU: 0x892, offset: 0x16411E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwui', symObjAddr: 0x1098, symBinAddr: 0x1221EC, symSize: 0xC } + - { offsetInCU: 0x8A6, offset: 0x164132, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOMa', symObjAddr: 0x10A4, symBinAddr: 0x1221F8, symSize: 0x10 } + - { offsetInCU: 0x8BA, offset: 0x164146, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASQWb', symObjAddr: 0x10B4, symBinAddr: 0x122208, symSize: 0x4 } + - { offsetInCU: 0x8CE, offset: 0x16415A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSQAAWl', symObjAddr: 0x10B8, symBinAddr: 0x12220C, symSize: 0x44 } + - { offsetInCU: 0x8E2, offset: 0x16416E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSYAAWl', symObjAddr: 0x10FC, symBinAddr: 0x122250, symSize: 0x44 } + - { offsetInCU: 0x8F6, offset: 0x164182, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs0C3KeyAAWl', symObjAddr: 0x11A4, symBinAddr: 0x122294, symSize: 0x44 } + - { offsetInCU: 0x90A, offset: 0x164196, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSEAAWl', symObjAddr: 0x1270, symBinAddr: 0x1222D8, symSize: 0x44 } + - { offsetInCU: 0x91E, offset: 0x1641AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSeAAWl', symObjAddr: 0x1380, symBinAddr: 0x122384, symSize: 0x44 } + - { offsetInCU: 0x932, offset: 0x1641BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwet', symObjAddr: 0x1488, symBinAddr: 0x1223C8, symSize: 0x90 } + - { offsetInCU: 0x946, offset: 0x1641D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwst', symObjAddr: 0x1518, symBinAddr: 0x122458, symSize: 0xBC } + - { offsetInCU: 0x95A, offset: 0x1641E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwug', symObjAddr: 0x15D4, symBinAddr: 0x122514, symSize: 0x8 } + - { offsetInCU: 0x96E, offset: 0x1641FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwup', symObjAddr: 0x15DC, symBinAddr: 0x12251C, symSize: 0x4 } + - { offsetInCU: 0x982, offset: 0x16420E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwui', symObjAddr: 0x15E0, symBinAddr: 0x122520, symSize: 0x8 } + - { offsetInCU: 0x996, offset: 0x164222, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOMa', symObjAddr: 0x15E8, symBinAddr: 0x122528, symSize: 0x10 } + - { offsetInCU: 0x9AA, offset: 0x164236, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASQWb', symObjAddr: 0x15F8, symBinAddr: 0x122538, symSize: 0x4 } + - { offsetInCU: 0x9BE, offset: 0x16424A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFSQAAWl', symObjAddr: 0x15FC, symBinAddr: 0x12253C, symSize: 0x44 } + - { offsetInCU: 0x9D2, offset: 0x16425E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1640, symBinAddr: 0x122580, symSize: 0x4 } + - { offsetInCU: 0x9E6, offset: 0x164272, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1644, symBinAddr: 0x122584, symSize: 0x44 } + - { offsetInCU: 0x9FA, offset: 0x164286, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1688, symBinAddr: 0x1225C8, symSize: 0x4 } + - { offsetInCU: 0xA0E, offset: 0x16429A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x168C, symBinAddr: 0x1225CC, symSize: 0x44 } + - { offsetInCU: 0xA42, offset: 0x1642CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x121164, symSize: 0x18 } + - { offsetInCU: 0xAD3, offset: 0x16435F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x12117C, symSize: 0x4C } + - { offsetInCU: 0xBB4, offset: 0x164440, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x1211C8, symSize: 0x34 } + - { offsetInCU: 0xC3B, offset: 0x1644C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98, symBinAddr: 0x1211FC, symSize: 0x48 } + - { offsetInCU: 0xCF0, offset: 0x16457C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x118, symBinAddr: 0x12127C, symSize: 0x5C } + - { offsetInCU: 0xD13, offset: 0x16459F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x174, symBinAddr: 0x1212D8, symSize: 0x4C } + - { offsetInCU: 0xD77, offset: 0x164603, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD28, symBinAddr: 0x121E8C, symSize: 0xC } + - { offsetInCU: 0xD93, offset: 0x16461F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH9hashValueSivgTW', symObjAddr: 0xD34, symBinAddr: 0x121E98, symSize: 0x8 } + - { offsetInCU: 0xDAF, offset: 0x16463B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD3C, symBinAddr: 0x121EA0, symSize: 0x8 } + - { offsetInCU: 0xDCB, offset: 0x164657, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD44, symBinAddr: 0x121EA8, symSize: 0x8 } + - { offsetInCU: 0xDED, offset: 0x164679, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xE60, symBinAddr: 0x121FC4, symSize: 0x28 } + - { offsetInCU: 0xE09, offset: 0x164695, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xE88, symBinAddr: 0x121FEC, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x16486F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x122610, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x164887, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x122610, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x16489B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMr', symObjAddr: 0x4, symBinAddr: 0x122614, symSize: 0x78 } + - { offsetInCU: 0x77, offset: 0x1648BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC7storageAA0cD7StorageOyxGvg', symObjAddr: 0x7C, symBinAddr: 0x12268C, symSize: 0x64 } + - { offsetInCU: 0xEF, offset: 0x164933, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCfD', symObjAddr: 0x110, symBinAddr: 0x1226F0, symSize: 0x3C } + - { offsetInCU: 0x143, offset: 0x164987, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0A2aEP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x158, symBinAddr: 0x122738, symSize: 0x20 } + - { offsetInCU: 0x16E, offset: 0x1649B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x178, symBinAddr: 0x122758, symSize: 0xC } + - { offsetInCU: 0x18E, offset: 0x1649D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x178, symBinAddr: 0x122758, symSize: 0xC } + - { offsetInCU: 0x1AF, offset: 0x1649F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x184, symBinAddr: 0x122764, symSize: 0x24 } + - { offsetInCU: 0x1E1, offset: 0x164A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1B0, symBinAddr: 0x122790, symSize: 0x10 } + - { offsetInCU: 0x20E, offset: 0x164A52, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9valueTypeypXpvgTf4d_n', symObjAddr: 0x1C0, symBinAddr: 0x1227A0, symSize: 0x4 } + - { offsetInCU: 0x23A, offset: 0x164A7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMa', symObjAddr: 0x14C, symBinAddr: 0x12272C, symSize: 0xC } + - { offsetInCU: 0x24E, offset: 0x164A92, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0AA0C0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x1A8, symBinAddr: 0x122788, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x164BFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV24zip64ExtendedInformationAC05ZIP64gH0VSgvg', symObjAddr: 0x10, symBinAddr: 0x1227A4, symSize: 0x210 } + - { offsetInCU: 0xCF, offset: 0x164CA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV24zip64ExtendedInformationAC05ZIP64gH0VSgvg', symObjAddr: 0x10, symBinAddr: 0x1227A4, symSize: 0x210 } + - { offsetInCU: 0x46E, offset: 0x165046, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x220, symBinAddr: 0x1229B4, symSize: 0x1FC } + - { offsetInCU: 0x823, offset: 0x1653FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x41C, symBinAddr: 0x122BB0, symSize: 0x10C } + - { offsetInCU: 0x9F7, offset: 0x1655CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x528, symBinAddr: 0x122CBC, symSize: 0x8 } + - { offsetInCU: 0xA4B, offset: 0x165623, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x530, symBinAddr: 0x122CC4, symSize: 0x40 } + - { offsetInCU: 0xB2E, offset: 0x165706, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x570, symBinAddr: 0x122D04, symSize: 0x24 } + - { offsetInCU: 0xC25, offset: 0x1657FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9A8, symBinAddr: 0x12313C, symSize: 0x14 } + - { offsetInCU: 0xCB4, offset: 0x16588C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH9hashValueSivgTW', symObjAddr: 0x9BC, symBinAddr: 0x123150, symSize: 0x44 } + - { offsetInCU: 0xD97, offset: 0x16596F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA00, symBinAddr: 0x123194, symSize: 0x28 } + - { offsetInCU: 0xE54, offset: 0x165A2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt64V_Tg5', symObjAddr: 0x5E0, symBinAddr: 0x122D74, symSize: 0x1D4 } + - { offsetInCU: 0x1051, offset: 0x165C29, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt32V_Tg5', symObjAddr: 0x7C4, symBinAddr: 0x122F58, symSize: 0x1D4 } + - { offsetInCU: 0x125C, offset: 0x165E34, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfCTf4nnd_n', symObjAddr: 0xA68, symBinAddr: 0x1231FC, symSize: 0x24C } + - { offsetInCU: 0x1468, offset: 0x166040, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV07scanForC5Field2in6fieldsAESg10Foundation4DataV_SayAE0H0OGtFZTf4nnd_n', symObjAddr: 0xCC4, symBinAddr: 0x123458, symSize: 0x20C } + - { offsetInCU: 0x15FE, offset: 0x1661D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAEs0C0AAWl', symObjAddr: 0xF34, symBinAddr: 0x123684, symSize: 0x44 } + - { offsetInCU: 0x1612, offset: 0x1661EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ExtensibleDataField_pWOc', symObjAddr: 0xF78, symBinAddr: 0x1236C8, symSize: 0x44 } + - { offsetInCU: 0x1626, offset: 0x1661FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwet', symObjAddr: 0x102C, symBinAddr: 0x12370C, symSize: 0x90 } + - { offsetInCU: 0x163A, offset: 0x166212, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwst', symObjAddr: 0x10BC, symBinAddr: 0x12379C, symSize: 0xBC } + - { offsetInCU: 0x164E, offset: 0x166226, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwug', symObjAddr: 0x1178, symBinAddr: 0x123858, symSize: 0x8 } + - { offsetInCU: 0x1662, offset: 0x16623A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwup', symObjAddr: 0x1180, symBinAddr: 0x123860, symSize: 0x4 } + - { offsetInCU: 0x1676, offset: 0x16624E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwui', symObjAddr: 0x1184, symBinAddr: 0x123864, symSize: 0x8 } + - { offsetInCU: 0x168A, offset: 0x166262, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOMa', symObjAddr: 0x118C, symBinAddr: 0x12386C, symSize: 0x10 } + - { offsetInCU: 0x169E, offset: 0x166276, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwet', symObjAddr: 0x11A0, symBinAddr: 0x12387C, symSize: 0x50 } + - { offsetInCU: 0x16B2, offset: 0x16628A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwst', symObjAddr: 0x11F0, symBinAddr: 0x1238CC, symSize: 0x8C } + - { offsetInCU: 0x16C6, offset: 0x16629E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwug', symObjAddr: 0x127C, symBinAddr: 0x123958, symSize: 0x8 } + - { offsetInCU: 0x16DA, offset: 0x1662B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwup', symObjAddr: 0x1284, symBinAddr: 0x123960, symSize: 0x4 } + - { offsetInCU: 0x16EE, offset: 0x1662C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwui', symObjAddr: 0x1288, symBinAddr: 0x123964, symSize: 0x4 } + - { offsetInCU: 0x1702, offset: 0x1662DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOMa', symObjAddr: 0x128C, symBinAddr: 0x123968, symSize: 0x10 } + - { offsetInCU: 0x1716, offset: 0x1662EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwCP', symObjAddr: 0x129C, symBinAddr: 0x123978, symSize: 0x30 } + - { offsetInCU: 0x172A, offset: 0x166302, size: 0x8, addend: 0x0, symName: ___swift_memcpy36_8, symObjAddr: 0x12CC, symBinAddr: 0x1239A8, symSize: 0x14 } + - { offsetInCU: 0x173E, offset: 0x166316, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwet', symObjAddr: 0x12E0, symBinAddr: 0x1239BC, symSize: 0x20 } + - { offsetInCU: 0x1752, offset: 0x16632A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwst', symObjAddr: 0x1300, symBinAddr: 0x1239DC, symSize: 0x30 } + - { offsetInCU: 0x1766, offset: 0x16633E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVMa', symObjAddr: 0x1330, symBinAddr: 0x123A0C, symSize: 0x10 } + - { offsetInCU: 0x177A, offset: 0x166352, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASQWb', symObjAddr: 0x1340, symBinAddr: 0x123A1C, symSize: 0x4 } + - { offsetInCU: 0x178E, offset: 0x166366, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAESQAAWl', symObjAddr: 0x1344, symBinAddr: 0x123A20, symSize: 0x44 } + - { offsetInCU: 0x17A2, offset: 0x16637A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASQWb', symObjAddr: 0x1388, symBinAddr: 0x123A64, symSize: 0x4 } + - { offsetInCU: 0x17B6, offset: 0x16638E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOAGSQAAWl', symObjAddr: 0x138C, symBinAddr: 0x123A68, symSize: 0x44 } + - { offsetInCU: 0x18C3, offset: 0x16649B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x594, symBinAddr: 0x122D28, symSize: 0x3C } + - { offsetInCU: 0x195F, offset: 0x166537, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0x5D0, symBinAddr: 0x122D64, symSize: 0x4 } + - { offsetInCU: 0x197B, offset: 0x166553, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0x5D4, symBinAddr: 0x122D68, symSize: 0x4 } + - { offsetInCU: 0x1997, offset: 0x16656F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x5D8, symBinAddr: 0x122D6C, symSize: 0x4 } + - { offsetInCU: 0x19B3, offset: 0x16658B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x5DC, symBinAddr: 0x122D70, symSize: 0x4 } + - { offsetInCU: 0x1A45, offset: 0x16661D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA28, symBinAddr: 0x1231BC, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x16689F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x123AAC, symSize: 0x90C } + - { offsetInCU: 0x284, offset: 0x166AF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x123AAC, symSize: 0x90C } + - { offsetInCU: 0xC8B, offset: 0x1674FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x90C, symBinAddr: 0x1243B8, symSize: 0x50 } + - { offsetInCU: 0xCC5, offset: 0x167539, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCADycfcTo', symObjAddr: 0x95C, symBinAddr: 0x124408, symSize: 0x88 } + - { offsetInCU: 0xD28, offset: 0x16759C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5layerADyp_tcfcTo', symObjAddr: 0x9E4, symBinAddr: 0x124490, symSize: 0xE8 } + - { offsetInCU: 0xD6D, offset: 0x1675E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfc', symObjAddr: 0xACC, symBinAddr: 0x124578, symSize: 0xA0 } + - { offsetInCU: 0xDAA, offset: 0x16761E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB6C, symBinAddr: 0x124618, symSize: 0x30 } + - { offsetInCU: 0xDC6, offset: 0x16763A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfD', symObjAddr: 0xB9C, symBinAddr: 0x124648, symSize: 0x34 } + - { offsetInCU: 0xF6E, offset: 0x1677E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfETo', symObjAddr: 0xBD0, symBinAddr: 0x12467C, symSize: 0x10 } + - { offsetInCU: 0xF9D, offset: 0x167811, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCMa', symObjAddr: 0xBE0, symBinAddr: 0x12468C, symSize: 0x20 } + - { offsetInCU: 0x105A, offset: 0x1678CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0xC00, symBinAddr: 0x1246AC, symSize: 0x4A0 } + - { offsetInCU: 0x13D2, offset: 0x167C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC16updateShapeLayer5layerySo07CAShapeG0C_tF', symObjAddr: 0x10A0, symBinAddr: 0x124B4C, symSize: 0x1C4 } + - { offsetInCU: 0x15B0, offset: 0x167E24, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfD', symObjAddr: 0x1288, symBinAddr: 0x124D34, symSize: 0x3C } + - { offsetInCU: 0x1620, offset: 0x167E94, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x12E4, symBinAddr: 0x124D90, symSize: 0xC } + - { offsetInCU: 0x1652, offset: 0x167EC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x12F0, symBinAddr: 0x124D9C, symSize: 0x20 } + - { offsetInCU: 0x1698, offset: 0x167F0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1310, symBinAddr: 0x124DBC, symSize: 0x40 } + - { offsetInCU: 0x16DF, offset: 0x167F53, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x1350, symBinAddr: 0x124DFC, symSize: 0x4 } + - { offsetInCU: 0x1707, offset: 0x167F7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfE', symObjAddr: 0x1264, symBinAddr: 0x124D10, symSize: 0x24 } + - { offsetInCU: 0x1734, offset: 0x167FA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCMa', symObjAddr: 0x12C4, symBinAddr: 0x124D70, symSize: 0x20 } + - { offsetInCU: 0x3E6, offset: 0x16880F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_Say12CoreGraphics7CGFloatVGTB5', symObjAddr: 0x210, symBinAddr: 0x124FE8, symSize: 0x564 } + - { offsetInCU: 0x8BA, offset: 0x168CE3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_SaySo10CGColorRefaGTB5', symObjAddr: 0x774, symBinAddr: 0x12554C, symSize: 0x564 } + - { offsetInCU: 0xEC3, offset: 0x1692EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKF', symObjAddr: 0xD18, symBinAddr: 0x125AF0, symSize: 0x7C8 } + - { offsetInCU: 0x1355, offset: 0x16977E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_', symObjAddr: 0x19D0, symBinAddr: 0x126708, symSize: 0x138 } + - { offsetInCU: 0x1507, offset: 0x169930, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_', symObjAddr: 0x1B08, symBinAddr: 0x126840, symSize: 0x128 } + - { offsetInCU: 0x1766, offset: 0x169B8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientShapeItemPAAE18colorConfiguration33_B799B7369307A01782ECC9AEBF9C580CLL4from4typeSaySo10CGColorRefa0E0_12CoreGraphics7CGFloatV8locationtGSaySdG_AA0B11ContentTypeOtF', symObjAddr: 0x1544, symBinAddr: 0x1262B8, symSize: 0x450 } + - { offsetInCU: 0x2080, offset: 0x16A4A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x1C30, symBinAddr: 0x126968, symSize: 0x3E0 } + - { offsetInCU: 0x22F8, offset: 0x16A721, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x2010, symBinAddr: 0x126D48, symSize: 0x29C } + - { offsetInCU: 0x249F, offset: 0x16A8C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_', symObjAddr: 0x2314, symBinAddr: 0x126FE4, symSize: 0x90 } + - { offsetInCU: 0x2626, offset: 0x16AA4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x23A4, symBinAddr: 0x127074, symSize: 0x50 } + - { offsetInCU: 0x27D4, offset: 0x16ABFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5', symObjAddr: 0x23F4, symBinAddr: 0x1270C4, symSize: 0x30 } + - { offsetInCU: 0x281D, offset: 0x16AC46, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5', symObjAddr: 0x2424, symBinAddr: 0x1270F4, symSize: 0x70 } + - { offsetInCU: 0x287D, offset: 0x16ACA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5TA', symObjAddr: 0x24B8, symBinAddr: 0x127188, symSize: 0x8 } + - { offsetInCU: 0x2891, offset: 0x16ACBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_TA', symObjAddr: 0x24C0, symBinAddr: 0x127190, symSize: 0x1C } + - { offsetInCU: 0x28E1, offset: 0x16AD0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Say12CoreGraphics7CGFloatVG_TG5TA', symObjAddr: 0x24DC, symBinAddr: 0x1271AC, symSize: 0x2C } + - { offsetInCU: 0x294E, offset: 0x16AD77, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_TA', symObjAddr: 0x2508, symBinAddr: 0x1271D8, symSize: 0x1C } + - { offsetInCU: 0x2BF5, offset: 0x16B01E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_SaySo10CGColorRefaGTg5Tf4nnndxn_n', symObjAddr: 0x2594, symBinAddr: 0x127228, symSize: 0xCE0 } + - { offsetInCU: 0x37E6, offset: 0x16BC0F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_Say12CoreGraphics7CGFloatVGTg5Tf4nnndxn_n', symObjAddr: 0x3B6C, symBinAddr: 0x128800, symSize: 0xCE0 } + - { offsetInCU: 0x43D7, offset: 0x16C800, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_TA', symObjAddr: 0x49E4, symBinAddr: 0x129678, symSize: 0x18 } + - { offsetInCU: 0x43EB, offset: 0x16C814, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOr', symObjAddr: 0x4BB4, symBinAddr: 0x1296B8, symSize: 0x2C } + - { offsetInCU: 0x43FF, offset: 0x16C828, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOs', symObjAddr: 0x4C08, symBinAddr: 0x1296E4, symSize: 0x2C } + - { offsetInCU: 0x4413, offset: 0x16C83C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTg5TA', symObjAddr: 0x4D10, symBinAddr: 0x129724, symSize: 0x8 } + - { offsetInCU: 0x4427, offset: 0x16C850, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4D18, symBinAddr: 0x12972C, symSize: 0x8 } + - { offsetInCU: 0x443B, offset: 0x16C864, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4DF4, symBinAddr: 0x12976C, symSize: 0x8 } + - { offsetInCU: 0x444F, offset: 0x16C878, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4DFC, symBinAddr: 0x129774, symSize: 0x8 } + - { offsetInCU: 0x4463, offset: 0x16C88C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_SaySo10CGColorRefaGTg5TA', symObjAddr: 0x4F74, symBinAddr: 0x129864, symSize: 0x8 } + - { offsetInCU: 0x4477, offset: 0x16C8A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwCP', symObjAddr: 0x4F7C, symBinAddr: 0x12986C, symSize: 0x30 } + - { offsetInCU: 0x448B, offset: 0x16C8B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwet', symObjAddr: 0x4FBC, symBinAddr: 0x12989C, symSize: 0x20 } + - { offsetInCU: 0x449F, offset: 0x16C8C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwst', symObjAddr: 0x4FDC, symBinAddr: 0x1298BC, symSize: 0x2C } + - { offsetInCU: 0x44B3, offset: 0x16C8DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVMa', symObjAddr: 0x5008, symBinAddr: 0x1298E8, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x16D1A2, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x129938, symSize: 0x134 } + - { offsetInCU: 0x69, offset: 0x16D1E4, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x129938, symSize: 0x134 } + - { offsetInCU: 0xBA, offset: 0x16D235, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwCP', symObjAddr: 0x144, symBinAddr: 0x129A7C, symSize: 0x60 } + - { offsetInCU: 0xCE, offset: 0x16D249, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwxx', symObjAddr: 0x1A4, symBinAddr: 0x129ADC, symSize: 0x40 } + - { offsetInCU: 0xE2, offset: 0x16D25D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwcp', symObjAddr: 0x1E4, symBinAddr: 0x129B1C, symSize: 0x60 } + - { offsetInCU: 0xF6, offset: 0x16D271, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwca', symObjAddr: 0x244, symBinAddr: 0x129B7C, symSize: 0xD8 } + - { offsetInCU: 0x10A, offset: 0x16D285, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwta', symObjAddr: 0x330, symBinAddr: 0x129C54, symSize: 0x80 } + - { offsetInCU: 0x11E, offset: 0x16D299, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwet', symObjAddr: 0x3B0, symBinAddr: 0x129CD4, symSize: 0x58 } + - { offsetInCU: 0x132, offset: 0x16D2AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwst', symObjAddr: 0x408, symBinAddr: 0x129D2C, symSize: 0x58 } + - { offsetInCU: 0x146, offset: 0x16D2C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwug', symObjAddr: 0x460, symBinAddr: 0x129D84, symSize: 0x18 } + - { offsetInCU: 0x15A, offset: 0x16D2D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwup', symObjAddr: 0x478, symBinAddr: 0x129D9C, symSize: 0x4 } + - { offsetInCU: 0x16E, offset: 0x16D2E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwui', symObjAddr: 0x47C, symBinAddr: 0x129DA0, symSize: 0x24 } + - { offsetInCU: 0x182, offset: 0x16D2FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOMa', symObjAddr: 0x4A0, symBinAddr: 0x129DC4, symSize: 0x10 } + - { offsetInCU: 0x1AD, offset: 0x16D328, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x134, symBinAddr: 0x129A6C, symSize: 0x4 } + - { offsetInCU: 0x1C9, offset: 0x16D344, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x138, symBinAddr: 0x129A70, symSize: 0x4 } + - { offsetInCU: 0x1E5, offset: 0x16D360, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x13C, symBinAddr: 0x129A74, symSize: 0x4 } + - { offsetInCU: 0x201, offset: 0x16D37C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x140, symBinAddr: 0x129A78, symSize: 0x4 } + - { offsetInCU: 0x5E, offset: 0x16D534, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfC', symObjAddr: 0x0, symBinAddr: 0x129DD4, symSize: 0x58 } + - { offsetInCU: 0x92, offset: 0x16D568, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc', symObjAddr: 0x58, symBinAddr: 0x129E2C, symSize: 0x30 } + - { offsetInCU: 0xD0, offset: 0x16D5A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfC', symObjAddr: 0x88, symBinAddr: 0x129E5C, symSize: 0xA8 } + - { offsetInCU: 0x123, offset: 0x16D5F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc', symObjAddr: 0x130, symBinAddr: 0x129F04, symSize: 0x94 } + - { offsetInCU: 0x161, offset: 0x16D637, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg', symObjAddr: 0x1C4, symBinAddr: 0x129F98, symSize: 0x30 } + - { offsetInCU: 0x1AC, offset: 0x16D682, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs', symObjAddr: 0x1F4, symBinAddr: 0x129FC8, symSize: 0x4C } + - { offsetInCU: 0x1F2, offset: 0x16D6C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM', symObjAddr: 0x240, symBinAddr: 0x12A014, symSize: 0x40 } + - { offsetInCU: 0x221, offset: 0x16D6F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x280, symBinAddr: 0x12A054, symSize: 0x34 } + - { offsetInCU: 0x260, offset: 0x16D736, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9valueTypeypXpvg', symObjAddr: 0x2B4, symBinAddr: 0x12A088, symSize: 0xC } + - { offsetInCU: 0x28B, offset: 0x16D761, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg', symObjAddr: 0x2C0, symBinAddr: 0x12A094, symSize: 0xA0 } + - { offsetInCU: 0x2D8, offset: 0x16D7AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x360, symBinAddr: 0x12A134, symSize: 0x2C } + - { offsetInCU: 0x33E, offset: 0x16D814, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x38C, symBinAddr: 0x12A160, symSize: 0x18 } + - { offsetInCU: 0x361, offset: 0x16D837, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfd', symObjAddr: 0x3A4, symBinAddr: 0x12A178, symSize: 0x24 } + - { offsetInCU: 0x39C, offset: 0x16D872, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfD', symObjAddr: 0x3C8, symBinAddr: 0x12A19C, symSize: 0x2C } + - { offsetInCU: 0x3DF, offset: 0x16D8B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x3F4, symBinAddr: 0x12A1C8, symSize: 0x20 } + - { offsetInCU: 0x3FB, offset: 0x16D8D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x414, symBinAddr: 0x12A1E8, symSize: 0xC } + - { offsetInCU: 0x441, offset: 0x16D917, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x420, symBinAddr: 0x12A1F4, symSize: 0x1C } + - { offsetInCU: 0x476, offset: 0x16D94C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfcTf4gn_n', symObjAddr: 0x500, symBinAddr: 0x12A2D4, symSize: 0x104 } + - { offsetInCU: 0x4ED, offset: 0x16D9C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x43C, symBinAddr: 0x12A210, symSize: 0x60 } + - { offsetInCU: 0x552, offset: 0x16DA28, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x49C, symBinAddr: 0x12A270, symSize: 0x64 } + - { offsetInCU: 0x599, offset: 0x16DA6F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOe', symObjAddr: 0x604, symBinAddr: 0x12A3D8, symSize: 0x10 } + - { offsetInCU: 0x5AD, offset: 0x16DA83, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x694, symBinAddr: 0x12A414, symSize: 0x30 } + - { offsetInCU: 0x5F5, offset: 0x16DACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x734, symBinAddr: 0x12A444, symSize: 0xC } + - { offsetInCU: 0x609, offset: 0x16DADF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCMa', symObjAddr: 0x7D4, symBinAddr: 0x12A4E4, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x16DCAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x12A520, symSize: 0xA4 } + - { offsetInCU: 0x4B, offset: 0x16DCD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x12A520, symSize: 0xA4 } + - { offsetInCU: 0xA9, offset: 0x16DD30, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC16hasRenderUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0xA4, symBinAddr: 0x12A5C4, symSize: 0xA0 } + - { offsetInCU: 0xE8, offset: 0x16DD6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16hasRenderUpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x144, symBinAddr: 0x12A664, symSize: 0x24 } + - { offsetInCU: 0x122, offset: 0x16DDA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCfD', symObjAddr: 0x168, symBinAddr: 0x12A688, symSize: 0x24 } + - { offsetInCU: 0x16D, offset: 0x16DDF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP03hasD7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x1AC, symBinAddr: 0x12A6CC, symSize: 0x2C } + - { offsetInCU: 0x1B6, offset: 0x16DE3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x1D8, symBinAddr: 0x12A6F8, symSize: 0x90 } + - { offsetInCU: 0x21A, offset: 0x16DEA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x268, symBinAddr: 0x12A788, symSize: 0xC } + - { offsetInCU: 0x24D, offset: 0x16DED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCMa', symObjAddr: 0x18C, symBinAddr: 0x12A6AC, symSize: 0x20 } + - { offsetInCU: 0x73, offset: 0x16E0B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x12A7A4, symSize: 0x50 } + - { offsetInCU: 0xA7, offset: 0x16E0EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc', symObjAddr: 0x50, symBinAddr: 0x12A7F4, symSize: 0x30 } + - { offsetInCU: 0xC8, offset: 0x16E10D, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTo', symObjAddr: 0x80, symBinAddr: 0x12A824, symSize: 0xC8 } + - { offsetInCU: 0x149, offset: 0x16E18E, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfC', symObjAddr: 0x148, symBinAddr: 0x12A8EC, symSize: 0x4C } + - { offsetInCU: 0x190, offset: 0x16E1D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc', symObjAddr: 0x194, symBinAddr: 0x12A938, symSize: 0x4C } + - { offsetInCU: 0x1B9, offset: 0x16E1FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfcTo', symObjAddr: 0x1E0, symBinAddr: 0x12A984, symSize: 0x68 } + - { offsetInCU: 0x1FE, offset: 0x16E243, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg', symObjAddr: 0x248, symBinAddr: 0x12A9EC, symSize: 0x14 } + - { offsetInCU: 0x22B, offset: 0x16E270, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfC', symObjAddr: 0x25C, symBinAddr: 0x12AA00, symSize: 0x20 } + - { offsetInCU: 0x249, offset: 0x16E28E, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfc', symObjAddr: 0x27C, symBinAddr: 0x12AA20, symSize: 0x2C } + - { offsetInCU: 0x2AC, offset: 0x16E2F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfcTo', symObjAddr: 0x2A8, symBinAddr: 0x12AA4C, symSize: 0x2C } + - { offsetInCU: 0x313, offset: 0x16E358, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfD', symObjAddr: 0x2D4, symBinAddr: 0x12AA78, symSize: 0x34 } + - { offsetInCU: 0x340, offset: 0x16E385, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTf4gn_n', symObjAddr: 0x318, symBinAddr: 0x12AABC, symSize: 0xA8 } + - { offsetInCU: 0x3E5, offset: 0x16E42A, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfETo', symObjAddr: 0x308, symBinAddr: 0x12AAAC, symSize: 0x10 } + - { offsetInCU: 0x414, offset: 0x16E459, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCMa', symObjAddr: 0x3C0, symBinAddr: 0x12AB64, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x16E5E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x12ABA0, symSize: 0x3F8 } + - { offsetInCU: 0x4F, offset: 0x16E609, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x12ABA0, symSize: 0x3F8 } + - { offsetInCU: 0x19F, offset: 0x16E759, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCfD', symObjAddr: 0x3F8, symBinAddr: 0x12AF98, symSize: 0x34 } + - { offsetInCU: 0x1EA, offset: 0x16E7A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x44C, symBinAddr: 0x12AFEC, symSize: 0x24 } + - { offsetInCU: 0x215, offset: 0x16E7CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x470, symBinAddr: 0x12B010, symSize: 0x2C } + - { offsetInCU: 0x256, offset: 0x16E810, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x49C, symBinAddr: 0x12B03C, symSize: 0xC } + - { offsetInCU: 0x289, offset: 0x16E843, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCMa', symObjAddr: 0x42C, symBinAddr: 0x12AFCC, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x16EA0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x12B048, symSize: 0x124 } + - { offsetInCU: 0x4B, offset: 0x16EA31, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x12B048, symSize: 0x124 } + - { offsetInCU: 0xAD, offset: 0x16EA93, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfcTo', symObjAddr: 0x124, symBinAddr: 0x12B16C, symSize: 0x4C } + - { offsetInCU: 0xF3, offset: 0x16EAD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x170, symBinAddr: 0x12B1B8, symSize: 0x58 } + - { offsetInCU: 0x13A, offset: 0x16EB20, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x1C8, symBinAddr: 0x12B210, symSize: 0x12C } + - { offsetInCU: 0x268, offset: 0x16EC4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x2F4, symBinAddr: 0x12B33C, symSize: 0x50 } + - { offsetInCU: 0x2A2, offset: 0x16EC88, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCACycfcTo', symObjAddr: 0x344, symBinAddr: 0x12B38C, symSize: 0x2C } + - { offsetInCU: 0x309, offset: 0x16ECEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfD', symObjAddr: 0x370, symBinAddr: 0x12B3B8, symSize: 0x34 } + - { offsetInCU: 0x3F7, offset: 0x16EDDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfETo', symObjAddr: 0x3A4, symBinAddr: 0x12B3EC, symSize: 0x10 } + - { offsetInCU: 0x426, offset: 0x16EE0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCMa', symObjAddr: 0x3B4, symBinAddr: 0x12B3FC, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x16F00B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x12B41C, symSize: 0x1F0 } + - { offsetInCU: 0x3F, offset: 0x16F023, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x12B41C, symSize: 0x1F0 } + - { offsetInCU: 0xCF, offset: 0x16F0B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF', symObjAddr: 0x23C, symBinAddr: 0x12B60C, symSize: 0x12C } + - { offsetInCU: 0x11A, offset: 0x16F0FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x368, symBinAddr: 0x12B738, symSize: 0x14 } + - { offsetInCU: 0x13D, offset: 0x16F121, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x37C, symBinAddr: 0x12B74C, symSize: 0x14 } + - { offsetInCU: 0x1D9, offset: 0x16F1BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV5valueACyp_tKcfC', symObjAddr: 0x390, symBinAddr: 0x12B760, symSize: 0x1AC } + - { offsetInCU: 0x4C, offset: 0x16F7E2, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ', symObjAddr: 0x4378, symBinAddr: 0x1E2D90, symSize: 0x0 } + - { offsetInCU: 0x5A, offset: 0x16F7F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x4, symBinAddr: 0x12B930, symSize: 0xC } + - { offsetInCU: 0x6E, offset: 0x16F804, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x770, symBinAddr: 0x12C09C, symSize: 0x244 } + - { offsetInCU: 0x130, offset: 0x16F8C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x10, symBinAddr: 0x12B93C, symSize: 0x4 } + - { offsetInCU: 0x144, offset: 0x16F8DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0xC48, symBinAddr: 0x12C574, symSize: 0x22C } + - { offsetInCU: 0x1E6, offset: 0x16F97C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ', symObjAddr: 0x14, symBinAddr: 0x12B940, symSize: 0x268 } + - { offsetInCU: 0x259, offset: 0x16F9EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_', symObjAddr: 0x1CD8, symBinAddr: 0x12D604, symSize: 0x4FC } + - { offsetInCU: 0x3AF, offset: 0x16FB45, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_', symObjAddr: 0x21D4, symBinAddr: 0x12DB00, symSize: 0xC4 } + - { offsetInCU: 0x410, offset: 0x16FBA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x27C, symBinAddr: 0x12BBA8, symSize: 0x4 } + - { offsetInCU: 0x424, offset: 0x16FBBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x10E0, symBinAddr: 0x12CA0C, symSize: 0x720 } + - { offsetInCU: 0x5B3, offset: 0x16FD49, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ', symObjAddr: 0x280, symBinAddr: 0x12BBAC, symSize: 0x18 } + - { offsetInCU: 0x5C7, offset: 0x16FD5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ', symObjAddr: 0x298, symBinAddr: 0x12BBC4, symSize: 0x18 } + - { offsetInCU: 0x5DB, offset: 0x16FD71, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_', symObjAddr: 0x2B0, symBinAddr: 0x12BBDC, symSize: 0xD8 } + - { offsetInCU: 0x6F1, offset: 0x16FE87, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ', symObjAddr: 0x388, symBinAddr: 0x12BCB4, symSize: 0x124 } + - { offsetInCU: 0x7B7, offset: 0x16FF4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x3230, symBinAddr: 0x12EA78, symSize: 0x33C } + - { offsetInCU: 0x8C9, offset: 0x17005F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x356C, symBinAddr: 0x12EDB4, symSize: 0x3C4 } + - { offsetInCU: 0xB3B, offset: 0x1702D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0x4AC, symBinAddr: 0x12BDD8, symSize: 0x24 } + - { offsetInCU: 0xC99, offset: 0x17042F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0x4D0, symBinAddr: 0x12BDFC, symSize: 0x1E4 } + - { offsetInCU: 0xDFE, offset: 0x170594, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x6B4, symBinAddr: 0x12BFE0, symSize: 0x7C } + - { offsetInCU: 0xEF0, offset: 0x170686, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ', symObjAddr: 0x730, symBinAddr: 0x12C05C, symSize: 0x40 } + - { offsetInCU: 0xF1E, offset: 0x1706B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ', symObjAddr: 0x9E4, symBinAddr: 0x12C310, symSize: 0x1C } + - { offsetInCU: 0xFDF, offset: 0x170775, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xA00, symBinAddr: 0x12C32C, symSize: 0x1CC } + - { offsetInCU: 0x1101, offset: 0x170897, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0xBCC, symBinAddr: 0x12C4F8, symSize: 0x7C } + - { offsetInCU: 0x11D5, offset: 0x17096B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xE74, symBinAddr: 0x12C7A0, symSize: 0x20 } + - { offsetInCU: 0x12B6, offset: 0x170A4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xE94, symBinAddr: 0x12C7C0, symSize: 0x1D0 } + - { offsetInCU: 0x13FA, offset: 0x170B90, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1064, symBinAddr: 0x12C990, symSize: 0x7C } + - { offsetInCU: 0x1590, offset: 0x170D26, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ', symObjAddr: 0x1800, symBinAddr: 0x12D12C, symSize: 0x6C } + - { offsetInCU: 0x171A, offset: 0x170EB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTY0_', symObjAddr: 0x186C, symBinAddr: 0x12D198, symSize: 0x3D4 } + - { offsetInCU: 0x18F7, offset: 0x17108D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1C40, symBinAddr: 0x12D56C, symSize: 0x98 } + - { offsetInCU: 0x19EB, offset: 0x171181, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ', symObjAddr: 0x2298, symBinAddr: 0x12DBC4, symSize: 0x4 } + - { offsetInCU: 0x19FF, offset: 0x171195, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x229C, symBinAddr: 0x12DBC8, symSize: 0x3B0 } + - { offsetInCU: 0x1AEC, offset: 0x171282, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ', symObjAddr: 0x264C, symBinAddr: 0x12DF78, symSize: 0x20 } + - { offsetInCU: 0x1BD3, offset: 0x171369, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTY0_', symObjAddr: 0x266C, symBinAddr: 0x12DF98, symSize: 0x198 } + - { offsetInCU: 0x1CD1, offset: 0x171467, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTQ1_', symObjAddr: 0x2804, symBinAddr: 0x12E130, symSize: 0x7C } + - { offsetInCU: 0x1DB5, offset: 0x17154B, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0_WZ', symObjAddr: 0x28EC, symBinAddr: 0x12E218, symSize: 0x18C } + - { offsetInCU: 0x1DFD, offset: 0x171593, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnnd_n', symObjAddr: 0x2A78, symBinAddr: 0x12E3A4, symSize: 0x224 } + - { offsetInCU: 0x1EA6, offset: 0x17163C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x2C9C, symBinAddr: 0x12E5C8, symSize: 0x1FC } + - { offsetInCU: 0x1F2F, offset: 0x1716C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOc', symObjAddr: 0x2E98, symBinAddr: 0x12E7C4, symSize: 0x48 } + - { offsetInCU: 0x1F43, offset: 0x1716D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOh', symObjAddr: 0x2F20, symBinAddr: 0x12E80C, symSize: 0x40 } + - { offsetInCU: 0x1F57, offset: 0x1716ED, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2FD0, symBinAddr: 0x12E854, symSize: 0x10 } + - { offsetInCU: 0x1F6B, offset: 0x171701, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2FE0, symBinAddr: 0x12E864, symSize: 0x8 } + - { offsetInCU: 0x1F7F, offset: 0x171715, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnd_n', symObjAddr: 0x3024, symBinAddr: 0x12E86C, symSize: 0x20C } + - { offsetInCU: 0x2018, offset: 0x1717AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x3B14, symBinAddr: 0x12F30C, symSize: 0x1F4 } + - { offsetInCU: 0x20A8, offset: 0x17183E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadOMa', symObjAddr: 0x3D74, symBinAddr: 0x12F56C, symSize: 0x10 } + - { offsetInCU: 0x20BC, offset: 0x171852, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x3DFC, symBinAddr: 0x12F5B0, symSize: 0x10 } + - { offsetInCU: 0x20D0, offset: 0x171866, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_TA', symObjAddr: 0x3EA4, symBinAddr: 0x12F5D8, symSize: 0xC } + - { offsetInCU: 0x20E4, offset: 0x17187A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x3EB0, symBinAddr: 0x12F5E4, symSize: 0x8 } + - { offsetInCU: 0x20F8, offset: 0x17188E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x3EFC, symBinAddr: 0x12F630, symSize: 0x14 } + - { offsetInCU: 0x210C, offset: 0x1718A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOACs0C0AAWl', symObjAddr: 0x3F60, symBinAddr: 0x12F694, symSize: 0x44 } + - { offsetInCU: 0x2120, offset: 0x1718B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_TA', symObjAddr: 0x40AC, symBinAddr: 0x12F7E0, symSize: 0x4C } + - { offsetInCU: 0x2134, offset: 0x1718CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4134, symBinAddr: 0x12F868, symSize: 0x10 } + - { offsetInCU: 0x2148, offset: 0x1718DE, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOe', symObjAddr: 0x4148, symBinAddr: 0x12F87C, symSize: 0xC } + - { offsetInCU: 0x215C, offset: 0x1718F2, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOy', symObjAddr: 0x4158, symBinAddr: 0x12F88C, symSize: 0xC } + - { offsetInCU: 0x2170, offset: 0x171906, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x41B0, symBinAddr: 0x12F8E4, symSize: 0x18 } + - { offsetInCU: 0x43, offset: 0x171CE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMi', symObjAddr: 0x0, symBinAddr: 0x12FA50, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x171CFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMr', symObjAddr: 0x4, symBinAddr: 0x12FA54, symSize: 0x78 } + - { offsetInCU: 0xA1, offset: 0x171D46, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC8strategyAA0bcD8StrategyOvs', symObjAddr: 0x7C, symBinAddr: 0x12FACC, symSize: 0x54 } + - { offsetInCU: 0x12B, offset: 0x171DD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC12proposedSizeSo6CGSizeVvs', symObjAddr: 0xD0, symBinAddr: 0x12FB20, symSize: 0x4C } + - { offsetInCU: 0x18F, offset: 0x171E34, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC19measuredFittingSizeSo6CGSizeVvg', symObjAddr: 0x11C, symBinAddr: 0x12FB6C, symSize: 0x34 } + - { offsetInCU: 0x1BC, offset: 0x171E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyF', symObjAddr: 0x150, symBinAddr: 0x12FBA0, symSize: 0x64 } + - { offsetInCU: 0x1F8, offset: 0x171E9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16setUpConstraints33_F565762597C0825EC266BB3D57FF8E36LLyyF', symObjAddr: 0x1B4, symBinAddr: 0x12FC04, symSize: 0x46C } + - { offsetInCU: 0x4D7, offset: 0x17217C, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfc', symObjAddr: 0x620, symBinAddr: 0x130070, symSize: 0xD8 } + - { offsetInCU: 0x51B, offset: 0x1721C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfcTo', symObjAddr: 0x6F8, symBinAddr: 0x130148, symSize: 0x24 } + - { offsetInCU: 0x537, offset: 0x1721DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC11measureView33_F565762597C0825EC266BB3D57FF8E36LLSo6CGSizeVyF', symObjAddr: 0x71C, symBinAddr: 0x13016C, symSize: 0x1F8 } + - { offsetInCU: 0x6C6, offset: 0x17236B, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x914, symBinAddr: 0x130364, symSize: 0x20 } + - { offsetInCU: 0x6E2, offset: 0x172387, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvg', symObjAddr: 0x934, symBinAddr: 0x130384, symSize: 0x14 } + - { offsetInCU: 0x70F, offset: 0x1723B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyF', symObjAddr: 0x948, symBinAddr: 0x130398, symSize: 0xA0 } + - { offsetInCU: 0x73E, offset: 0x1723E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyFTo', symObjAddr: 0x9E8, symBinAddr: 0x130438, symSize: 0x28 } + - { offsetInCU: 0x75A, offset: 0x1723FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyFTo', symObjAddr: 0xA10, symBinAddr: 0x130460, symSize: 0x28 } + - { offsetInCU: 0x776, offset: 0x17241B, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16resolvedStrategy33_F565762597C0825EC266BB3D57FF8E36LLAA08ResolvedbcdF0AELLOvg', symObjAddr: 0xA38, symBinAddr: 0x130488, symSize: 0x19C } + - { offsetInCU: 0x86C, offset: 0x172511, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTo', symObjAddr: 0xD60, symBinAddr: 0x1307B0, symSize: 0x1C } + - { offsetInCU: 0x8AC, offset: 0x172551, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfD', symObjAddr: 0xD7C, symBinAddr: 0x1307CC, symSize: 0x34 } + - { offsetInCU: 0x8D9, offset: 0x17257E, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC21prioritizeConstraints33_F565762597C0825EC266BB3D57FF8E36LL_8strategyySDySo17NSLayoutAttributeVSo0O10ConstraintCG_AA08ResolvedbcD8StrategyAELLOtFTf4nnd_n', symObjAddr: 0x1130, symBinAddr: 0x130B5C, symSize: 0x14C } + - { offsetInCU: 0x9C0, offset: 0x172665, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfcTf4gnn_n', symObjAddr: 0x127C, symBinAddr: 0x130CA8, symSize: 0x178 } + - { offsetInCU: 0xA4F, offset: 0x1726F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfCTf4gnn_n', symObjAddr: 0x13F4, symBinAddr: 0x130E20, symSize: 0x40 } + - { offsetInCU: 0xA83, offset: 0x172728, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTf4dd_n', symObjAddr: 0x14BC, symBinAddr: 0x130E98, symSize: 0x2C } + - { offsetInCU: 0xB0B, offset: 0x1727B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1070, symBinAddr: 0x130A9C, symSize: 0x14 } + - { offsetInCU: 0xB9A, offset: 0x17283F, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x1084, symBinAddr: 0x130AB0, symSize: 0x44 } + - { offsetInCU: 0xC7D, offset: 0x172922, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x10C8, symBinAddr: 0x130AF4, symSize: 0x28 } + - { offsetInCU: 0xF20, offset: 0x172BC5, size: 0x8, addend: 0x0, symName: '_$sSo6UIViewC6LottieE32containsDoubleLayoutPassSubviews33_F565762597C0825EC266BB3D57FF8E36LLSbyF', symObjAddr: 0xBD4, symBinAddr: 0x130624, symSize: 0x18C } + - { offsetInCU: 0x10C8, offset: 0x172D6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfETo', symObjAddr: 0xDB0, symBinAddr: 0x130800, symSize: 0x38 } + - { offsetInCU: 0x10F7, offset: 0x172D9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMa', symObjAddr: 0xDE8, symBinAddr: 0x130838, symSize: 0xC } + - { offsetInCU: 0x110B, offset: 0x172DB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwet', symObjAddr: 0xE0C, symBinAddr: 0x130844, symSize: 0x20 } + - { offsetInCU: 0x111F, offset: 0x172DC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwst', symObjAddr: 0xE2C, symBinAddr: 0x130864, symSize: 0x30 } + - { offsetInCU: 0x1133, offset: 0x172DD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwug', symObjAddr: 0xE5C, symBinAddr: 0x130894, symSize: 0x1C } + - { offsetInCU: 0x1147, offset: 0x172DEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwup', symObjAddr: 0xE78, symBinAddr: 0x1308B0, symSize: 0x4 } + - { offsetInCU: 0x115B, offset: 0x172E00, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwui', symObjAddr: 0xE7C, symBinAddr: 0x1308B4, symSize: 0x20 } + - { offsetInCU: 0x116F, offset: 0x172E14, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOMa', symObjAddr: 0xE9C, symBinAddr: 0x1308D4, symSize: 0x10 } + - { offsetInCU: 0x1183, offset: 0x172E28, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwet', symObjAddr: 0xEB8, symBinAddr: 0x1308E4, symSize: 0x90 } + - { offsetInCU: 0x1197, offset: 0x172E3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwst', symObjAddr: 0xF48, symBinAddr: 0x130974, symSize: 0xBC } + - { offsetInCU: 0x11AB, offset: 0x172E50, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwug', symObjAddr: 0x1004, symBinAddr: 0x130A30, symSize: 0x8 } + - { offsetInCU: 0x11BF, offset: 0x172E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwup', symObjAddr: 0x100C, symBinAddr: 0x130A38, symSize: 0x4 } + - { offsetInCU: 0x11D3, offset: 0x172E78, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwui', symObjAddr: 0x1010, symBinAddr: 0x130A3C, symSize: 0x8 } + - { offsetInCU: 0x11E7, offset: 0x172E8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOMa', symObjAddr: 0x1018, symBinAddr: 0x130A44, symSize: 0x10 } + - { offsetInCU: 0x11FB, offset: 0x172EA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASQWb', symObjAddr: 0x1028, symBinAddr: 0x130A54, symSize: 0x4 } + - { offsetInCU: 0x120F, offset: 0x172EB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOACSQAAWl', symObjAddr: 0x102C, symBinAddr: 0x130A58, symSize: 0x44 } + - { offsetInCU: 0x1370, offset: 0x173015, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x10F0, symBinAddr: 0x130B1C, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x17334C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x130EC4, symSize: 0x29C } + - { offsetInCU: 0xCE, offset: 0x1733F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x130EC4, symSize: 0x29C } + - { offsetInCU: 0x219, offset: 0x17353E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO8rawValueSSvg', symObjAddr: 0x29C, symBinAddr: 0x131160, symSize: 0x18 } + - { offsetInCU: 0x252, offset: 0x173577, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2B4, symBinAddr: 0x131178, symSize: 0x18 } + - { offsetInCU: 0x280, offset: 0x1735A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2B4, symBinAddr: 0x131178, symSize: 0x18 } + - { offsetInCU: 0x2D2, offset: 0x1735F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2F0, symBinAddr: 0x1311B4, symSize: 0x64 } + - { offsetInCU: 0x338, offset: 0x17365D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x354, symBinAddr: 0x131218, symSize: 0x28 } + - { offsetInCU: 0x354, offset: 0x173679, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x37C, symBinAddr: 0x131240, symSize: 0x8 } + - { offsetInCU: 0x38A, offset: 0x1736AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x384, symBinAddr: 0x131248, symSize: 0x68 } + - { offsetInCU: 0x40F, offset: 0x173734, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x3EC, symBinAddr: 0x1312B0, symSize: 0xC } + - { offsetInCU: 0x42B, offset: 0x173750, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x3F8, symBinAddr: 0x1312BC, symSize: 0xC } + - { offsetInCU: 0x466, offset: 0x17378B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCfD', symObjAddr: 0x454, symBinAddr: 0x131318, symSize: 0x24 } + - { offsetInCU: 0x4B1, offset: 0x1737D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC6encode2toys7Encoder_p_tKF', symObjAddr: 0x498, symBinAddr: 0x13135C, symSize: 0x15C } + - { offsetInCU: 0x4F0, offset: 0x173815, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x5F4, symBinAddr: 0x1314B8, symSize: 0x1DC } + - { offsetInCU: 0x545, offset: 0x17386A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7D0, symBinAddr: 0x131694, symSize: 0x54 } + - { offsetInCU: 0x57C, offset: 0x1738A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x824, symBinAddr: 0x1316E8, symSize: 0x20 } + - { offsetInCU: 0x5A0, offset: 0x1738C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCMa', symObjAddr: 0x478, symBinAddr: 0x13133C, symSize: 0x20 } + - { offsetInCU: 0x5B4, offset: 0x1738D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x8A8, symBinAddr: 0x131708, symSize: 0x44 } + - { offsetInCU: 0x5C8, offset: 0x1738ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwet', symObjAddr: 0xA24, symBinAddr: 0x13174C, symSize: 0x90 } + - { offsetInCU: 0x5DC, offset: 0x173901, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwst', symObjAddr: 0xAB4, symBinAddr: 0x1317DC, symSize: 0xBC } + - { offsetInCU: 0x5F0, offset: 0x173915, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwug', symObjAddr: 0xB70, symBinAddr: 0x131898, symSize: 0x8 } + - { offsetInCU: 0x604, offset: 0x173929, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwup', symObjAddr: 0xB78, symBinAddr: 0x1318A0, symSize: 0x4 } + - { offsetInCU: 0x618, offset: 0x17393D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwui', symObjAddr: 0xB7C, symBinAddr: 0x1318A4, symSize: 0x8 } + - { offsetInCU: 0x62C, offset: 0x173951, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOMa', symObjAddr: 0xB84, symBinAddr: 0x1318AC, symSize: 0x10 } + - { offsetInCU: 0x640, offset: 0x173965, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASQWb', symObjAddr: 0xB94, symBinAddr: 0x1318BC, symSize: 0x4 } + - { offsetInCU: 0x654, offset: 0x173979, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAESQAAWl', symObjAddr: 0xB98, symBinAddr: 0x1318C0, symSize: 0x44 } + - { offsetInCU: 0x668, offset: 0x17398D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xBDC, symBinAddr: 0x131904, symSize: 0x4 } + - { offsetInCU: 0x67C, offset: 0x1739A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xBE0, symBinAddr: 0x131908, symSize: 0x44 } + - { offsetInCU: 0x690, offset: 0x1739B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC24, symBinAddr: 0x13194C, symSize: 0x4 } + - { offsetInCU: 0x6A4, offset: 0x1739C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xC28, symBinAddr: 0x131950, symSize: 0x44 } + - { offsetInCU: 0x704, offset: 0x173A29, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2CC, symBinAddr: 0x131190, symSize: 0xC } + - { offsetInCU: 0x720, offset: 0x173A45, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0x13119C, symSize: 0x8 } + - { offsetInCU: 0x73C, offset: 0x173A61, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x1311A4, symSize: 0x8 } + - { offsetInCU: 0x758, offset: 0x173A7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E8, symBinAddr: 0x1311AC, symSize: 0x8 } + - { offsetInCU: 0x77A, offset: 0x173A9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x404, symBinAddr: 0x1312C8, symSize: 0x28 } + - { offsetInCU: 0x796, offset: 0x173ABB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x42C, symBinAddr: 0x1312F0, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x173C54, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1319AC, symSize: 0x548 } + - { offsetInCU: 0x1CF, offset: 0x173DF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1319AC, symSize: 0x548 } + - { offsetInCU: 0x4FB, offset: 0x174124, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03setB0_11updateFrameyAA06BezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x548, symBinAddr: 0x131EF4, symSize: 0xC8 } + - { offsetInCU: 0x61C, offset: 0x174245, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC06appendB0_11updateFrameyAA014CompoundBezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x610, symBinAddr: 0x131FBC, symSize: 0xDC } + - { offsetInCU: 0x775, offset: 0x17439E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCfD', symObjAddr: 0x6EC, symBinAddr: 0x132098, symSize: 0x34 } + - { offsetInCU: 0x7B8, offset: 0x1743E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x740, symBinAddr: 0x1320EC, symSize: 0x24 } + - { offsetInCU: 0x7E3, offset: 0x17440C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP06outputB0So9CGPathRefaSgvgTW', symObjAddr: 0x764, symBinAddr: 0x132110, symSize: 0x2C } + - { offsetInCU: 0x824, offset: 0x17444D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x790, symBinAddr: 0x13213C, symSize: 0xC } + - { offsetInCU: 0x8F1, offset: 0x17451A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCMa', symObjAddr: 0x720, symBinAddr: 0x1320CC, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1747FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0xC, symBinAddr: 0x13214C, symSize: 0x3C } + - { offsetInCU: 0x5D, offset: 0x174835, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0xC, symBinAddr: 0x13214C, symSize: 0x3C } + - { offsetInCU: 0x2B, offset: 0x1749DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x1321D0, symSize: 0xBC } + - { offsetInCU: 0x8B, offset: 0x174A3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x1321D0, symSize: 0xBC } + - { offsetInCU: 0x12F, offset: 0x174AE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xBC, symBinAddr: 0x13228C, symSize: 0xAC } + - { offsetInCU: 0x19A, offset: 0x174B4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x168, symBinAddr: 0x132338, symSize: 0x230 } + - { offsetInCU: 0x3DF, offset: 0x174D92, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x398, symBinAddr: 0x132568, symSize: 0x44 } + - { offsetInCU: 0x45E, offset: 0x174E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfD', symObjAddr: 0x3F8, symBinAddr: 0x1325C8, symSize: 0x34 } + - { offsetInCU: 0x4CE, offset: 0x174E81, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x44C, symBinAddr: 0x13261C, symSize: 0xC } + - { offsetInCU: 0x500, offset: 0x174EB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0x458, symBinAddr: 0x132628, symSize: 0x20 } + - { offsetInCU: 0x546, offset: 0x174EF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x478, symBinAddr: 0x132648, symSize: 0x14 } + - { offsetInCU: 0x5A0, offset: 0x174F53, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x48C, symBinAddr: 0x13265C, symSize: 0x4 } + - { offsetInCU: 0x5BC, offset: 0x174F6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x490, symBinAddr: 0x132660, symSize: 0x20 } + - { offsetInCU: 0x71A, offset: 0x1750CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfE', symObjAddr: 0x3DC, symBinAddr: 0x1325AC, symSize: 0x1C } + - { offsetInCU: 0x747, offset: 0x1750FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCMa', symObjAddr: 0x42C, symBinAddr: 0x1325FC, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1753AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x132680, symSize: 0x34 } + - { offsetInCU: 0x6D, offset: 0x1753ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x132680, symSize: 0x34 } + - { offsetInCU: 0xB1, offset: 0x175431, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCMa', symObjAddr: 0x34, symBinAddr: 0x1326B4, symSize: 0x20 } + - { offsetInCU: 0x1AC, offset: 0x175713, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtFAA10BezierPathV_Tg5', symObjAddr: 0x228, symBinAddr: 0x1328FC, symSize: 0xBC } + - { offsetInCU: 0x2D1, offset: 0x175838, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1326D4, symSize: 0x124 } + - { offsetInCU: 0x39A, offset: 0x175901, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A8Vector1DV_Tg5', symObjAddr: 0x124, symBinAddr: 0x1327F8, symSize: 0x104 } + - { offsetInCU: 0x64A, offset: 0x175BB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfc', symObjAddr: 0x990, symBinAddr: 0x133064, symSize: 0x428 } + - { offsetInCU: 0x9C2, offset: 0x175F29, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5layerADyp_tcfcTo', symObjAddr: 0xDD4, symBinAddr: 0x1334A8, symSize: 0xF8 } + - { offsetInCU: 0xA43, offset: 0x175FAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xECC, symBinAddr: 0x1335A0, symSize: 0xAC } + - { offsetInCU: 0xA9A, offset: 0x176001, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC15updateWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF78, symBinAddr: 0x13364C, symSize: 0x3D0 } + - { offsetInCU: 0xDB8, offset: 0x17631F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCADycfcTo', symObjAddr: 0x1348, symBinAddr: 0x133A1C, symSize: 0x2C } + - { offsetInCU: 0xE1F, offset: 0x176386, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1374, symBinAddr: 0x133A48, symSize: 0x34 } + - { offsetInCU: 0xE97, offset: 0x1763FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1400, symBinAddr: 0x133AD4, symSize: 0x44 } + - { offsetInCU: 0xEE9, offset: 0x176450, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCAA0C11PropertyMapA2aEP10propertiesSayAA03AnycJ0_pGvgTW', symObjAddr: 0x1464, symBinAddr: 0x133B38, symSize: 0xC } + - { offsetInCU: 0xF1B, offset: 0x176482, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfcTf4gn_n', symObjAddr: 0x1534, symBinAddr: 0x133B88, symSize: 0x318 } + - { offsetInCU: 0x124B, offset: 0x1767B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x2E4, symBinAddr: 0x1329B8, symSize: 0x41C } + - { offsetInCU: 0x15E3, offset: 0x176B4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfc', symObjAddr: 0x738, symBinAddr: 0x132E0C, symSize: 0x110 } + - { offsetInCU: 0x1645, offset: 0x176BAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x848, symBinAddr: 0x132F1C, symSize: 0x4C } + - { offsetInCU: 0x168B, offset: 0x176BF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x894, symBinAddr: 0x132F68, symSize: 0x6C } + - { offsetInCU: 0x16F0, offset: 0x176C57, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCACycfcTo', symObjAddr: 0x900, symBinAddr: 0x132FD4, symSize: 0x2C } + - { offsetInCU: 0x1757, offset: 0x176CBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfD', symObjAddr: 0x92C, symBinAddr: 0x133000, symSize: 0x34 } + - { offsetInCU: 0x179B, offset: 0x176D02, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfETo', symObjAddr: 0x960, symBinAddr: 0x133034, symSize: 0x10 } + - { offsetInCU: 0x17CA, offset: 0x176D31, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCMa', symObjAddr: 0x970, symBinAddr: 0x133044, symSize: 0x20 } + - { offsetInCU: 0x18DB, offset: 0x176E42, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfETo', symObjAddr: 0x13A8, symBinAddr: 0x133A7C, symSize: 0x38 } + - { offsetInCU: 0x190A, offset: 0x176E71, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x13E0, symBinAddr: 0x133AB4, symSize: 0x20 } + - { offsetInCU: 0x191E, offset: 0x176E85, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x1444, symBinAddr: 0x133B18, symSize: 0x20 } + - { offsetInCU: 0x1D5, offset: 0x1775EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x0, symBinAddr: 0x133EA0, symSize: 0x150 } + - { offsetInCU: 0x52F, offset: 0x177946, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA04TextbC0C_Tg5', symObjAddr: 0x150, symBinAddr: 0x133FF0, symSize: 0x190 } + - { offsetInCU: 0x760, offset: 0x177B77, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x2E0, symBinAddr: 0x134180, symSize: 0x190 } + - { offsetInCU: 0x9C7, offset: 0x177DDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA012TextAnimatorB10PropertiesC_Tg5', symObjAddr: 0x470, symBinAddr: 0x134310, symSize: 0xC4 } + - { offsetInCU: 0xAE5, offset: 0x177EFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA24LayerTransformPropertiesC_Tg5', symObjAddr: 0x534, symBinAddr: 0x1343D4, symSize: 0xC4 } + - { offsetInCU: 0xC24, offset: 0x17803B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA012TextAnimatorbF0C_Tg5', symObjAddr: 0x5F8, symBinAddr: 0x134498, symSize: 0xA4 } + - { offsetInCU: 0xD56, offset: 0x17816D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA014LayerTransformF0C_Tg5', symObjAddr: 0x69C, symBinAddr: 0x13453C, symSize: 0xA4 } + - { offsetInCU: 0xF83, offset: 0x17839A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layer4sizeAcA0C5ModelC_So6CGSizeVtcfc', symObjAddr: 0x740, symBinAddr: 0x1345E0, symSize: 0xF80 } + - { offsetInCU: 0x1AAD, offset: 0x178EC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x16F8, symBinAddr: 0x135598, symSize: 0x1C } + - { offsetInCU: 0x1AFA, offset: 0x178F11, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x1714, symBinAddr: 0x1355B4, symSize: 0xC } + - { offsetInCU: 0x1B28, offset: 0x178F3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x1714, symBinAddr: 0x1355B4, symSize: 0xC } + - { offsetInCU: 0x1B76, offset: 0x178F8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC16displayWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1720, symBinAddr: 0x1355C0, symSize: 0x37C } + - { offsetInCU: 0x1FFA, offset: 0x179411, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfc', symObjAddr: 0x1A9C, symBinAddr: 0x13593C, symSize: 0x32C } + - { offsetInCU: 0x20DF, offset: 0x1794F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1DC8, symBinAddr: 0x135C68, symSize: 0x4C } + - { offsetInCU: 0x20FB, offset: 0x179512, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1E14, symBinAddr: 0x135CB4, symSize: 0xF4 } + - { offsetInCU: 0x2152, offset: 0x179569, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1F08, symBinAddr: 0x135DA8, symSize: 0x24 } + - { offsetInCU: 0x216E, offset: 0x179585, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1F2C, symBinAddr: 0x135DCC, symSize: 0x4 } + - { offsetInCU: 0x21CF, offset: 0x1795E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCACycfcTo', symObjAddr: 0x1F30, symBinAddr: 0x135DD0, symSize: 0x2C } + - { offsetInCU: 0x2236, offset: 0x17964D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfD', symObjAddr: 0x1F5C, symBinAddr: 0x135DFC, symSize: 0x30 } + - { offsetInCU: 0x2281, offset: 0x179698, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x20A0, symBinAddr: 0x135F38, symSize: 0x3C } + - { offsetInCU: 0x22B3, offset: 0x1796CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x20DC, symBinAddr: 0x135F74, symSize: 0x38 } + - { offsetInCU: 0x22ED, offset: 0x179704, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2114, symBinAddr: 0x135FAC, symSize: 0x14 } + - { offsetInCU: 0x233D, offset: 0x179754, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP07keypathC0So7CALayerCSgvgTW', symObjAddr: 0x2128, symBinAddr: 0x135FC0, symSize: 0x34 } + - { offsetInCU: 0x28D3, offset: 0x179CEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfETo', symObjAddr: 0x1F8C, symBinAddr: 0x135E2C, symSize: 0xEC } + - { offsetInCU: 0x2902, offset: 0x179D19, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCMa', symObjAddr: 0x2078, symBinAddr: 0x135F18, symSize: 0x20 } + - { offsetInCU: 0x2916, offset: 0x179D2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24CompositionLayerDelegate_pSgXwWOh', symObjAddr: 0x221C, symBinAddr: 0x136014, symSize: 0x24 } + - { offsetInCU: 0x2B, offset: 0x17A290, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x13607C, symSize: 0xB4 } + - { offsetInCU: 0x79, offset: 0x17A2DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x13607C, symSize: 0xB4 } + - { offsetInCU: 0xFC, offset: 0x17A361, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB4, symBinAddr: 0x136130, symSize: 0xAC } + - { offsetInCU: 0x189, offset: 0x17A3EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x160, symBinAddr: 0x1361DC, symSize: 0xE8 } + - { offsetInCU: 0x1E0, offset: 0x17A445, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x248, symBinAddr: 0x1362C4, symSize: 0x1FC } + - { offsetInCU: 0x29E, offset: 0x17A503, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x444, symBinAddr: 0x1364C0, symSize: 0x2C } + - { offsetInCU: 0x2BA, offset: 0x17A51F, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfD', symObjAddr: 0x480, symBinAddr: 0x1364FC, symSize: 0x34 } + - { offsetInCU: 0x2F9, offset: 0x17A55E, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfE', symObjAddr: 0x470, symBinAddr: 0x1364EC, symSize: 0x10 } + - { offsetInCU: 0x326, offset: 0x17A58B, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfETo', symObjAddr: 0x4B4, symBinAddr: 0x136530, symSize: 0x10 } + - { offsetInCU: 0x355, offset: 0x17A5BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCMa', symObjAddr: 0x4C4, symBinAddr: 0x136540, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x17A7EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x136560, symSize: 0xC } + - { offsetInCU: 0x137, offset: 0x17A8C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0xC, symBinAddr: 0x13656C, symSize: 0xC0 } + - { offsetInCU: 0x222, offset: 0x17A9AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCC, symBinAddr: 0x13662C, symSize: 0x8 } + - { offsetInCU: 0x242, offset: 0x17A9CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCC, symBinAddr: 0x13662C, symSize: 0x8 } + - { offsetInCU: 0x254, offset: 0x17A9E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP7lineCapAA04LineF0OvgTW', symObjAddr: 0xD4, symBinAddr: 0x136634, symSize: 0x8 } + - { offsetInCU: 0x270, offset: 0x17A9FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP8lineJoinAA04LineF0OvgTW', symObjAddr: 0xDC, symBinAddr: 0x13663C, symSize: 0x8 } + - { offsetInCU: 0x29B, offset: 0x17AA27, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0xE4, symBinAddr: 0x136644, symSize: 0x8 } + - { offsetInCU: 0x2BB, offset: 0x17AA47, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0xE4, symBinAddr: 0x136644, symSize: 0x8 } + - { offsetInCU: 0x2DC, offset: 0x17AA68, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0xEC, symBinAddr: 0x13664C, symSize: 0x8 } + - { offsetInCU: 0x2FC, offset: 0x17AA88, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0xEC, symBinAddr: 0x13664C, symSize: 0x8 } + - { offsetInCU: 0x30E, offset: 0x17AA9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xF4, symBinAddr: 0x136654, symSize: 0x48 } + - { offsetInCU: 0x333, offset: 0x17AABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x13C, symBinAddr: 0x13669C, symSize: 0x4B4 } + - { offsetInCU: 0x3BB, offset: 0x17AB47, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x5F0, symBinAddr: 0x136B50, symSize: 0x860 } + - { offsetInCU: 0x824, offset: 0x17AFB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO8rawValueSSvg', symObjAddr: 0xE50, symBinAddr: 0x1373B0, symSize: 0x20 } + - { offsetInCU: 0x85D, offset: 0x17AFE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x119C, symBinAddr: 0x1376C8, symSize: 0x20 } + - { offsetInCU: 0x88B, offset: 0x17B017, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x119C, symBinAddr: 0x1376C8, symSize: 0x20 } + - { offsetInCU: 0x8DF, offset: 0x17B06B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x11E4, symBinAddr: 0x137710, symSize: 0x64 } + - { offsetInCU: 0x945, offset: 0x17B0D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1248, symBinAddr: 0x137774, symSize: 0x28 } + - { offsetInCU: 0x961, offset: 0x17B0ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1270, symBinAddr: 0x13779C, symSize: 0x8 } + - { offsetInCU: 0x997, offset: 0x17B123, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1278, symBinAddr: 0x1377A4, symSize: 0x68 } + - { offsetInCU: 0xA1C, offset: 0x17B1A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x12E0, symBinAddr: 0x13780C, symSize: 0xC } + - { offsetInCU: 0xA38, offset: 0x17B1C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x12EC, symBinAddr: 0x137818, symSize: 0xC } + - { offsetInCU: 0xABC, offset: 0x17B248, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0xEA4, symBinAddr: 0x1373D0, symSize: 0x2F8 } + - { offsetInCU: 0xB36, offset: 0x17B2C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfD', symObjAddr: 0x1374, symBinAddr: 0x1378A0, symSize: 0x44 } + - { offsetInCU: 0xD99, offset: 0x17B525, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfE', symObjAddr: 0x1348, symBinAddr: 0x137874, symSize: 0x2C } + - { offsetInCU: 0xDC6, offset: 0x17B552, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCMa', symObjAddr: 0x13B8, symBinAddr: 0x1378E4, symSize: 0x20 } + - { offsetInCU: 0xDDA, offset: 0x17B566, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs0C3KeyAAWl', symObjAddr: 0x143C, symBinAddr: 0x137904, symSize: 0x44 } + - { offsetInCU: 0xDEE, offset: 0x17B57A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSEAAWl', symObjAddr: 0x15B0, symBinAddr: 0x1379AC, symSize: 0x44 } + - { offsetInCU: 0xE02, offset: 0x17B58E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSEAAWl', symObjAddr: 0x15F4, symBinAddr: 0x1379F0, symSize: 0x44 } + - { offsetInCU: 0xE16, offset: 0x17B5A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSeAAWl', symObjAddr: 0x175C, symBinAddr: 0x137AB0, symSize: 0x44 } + - { offsetInCU: 0xE2A, offset: 0x17B5B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSeAAWl', symObjAddr: 0x17A0, symBinAddr: 0x137AF4, symSize: 0x44 } + - { offsetInCU: 0xE3E, offset: 0x17B5CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwet', symObjAddr: 0x1938, symBinAddr: 0x137B78, symSize: 0x90 } + - { offsetInCU: 0xE52, offset: 0x17B5DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwst', symObjAddr: 0x19C8, symBinAddr: 0x137C08, symSize: 0xBC } + - { offsetInCU: 0xE66, offset: 0x17B5F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwug', symObjAddr: 0x1A84, symBinAddr: 0x137CC4, symSize: 0x8 } + - { offsetInCU: 0xE7A, offset: 0x17B606, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwup', symObjAddr: 0x1A8C, symBinAddr: 0x137CCC, symSize: 0x4 } + - { offsetInCU: 0xE8E, offset: 0x17B61A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwui', symObjAddr: 0x1A90, symBinAddr: 0x137CD0, symSize: 0x8 } + - { offsetInCU: 0xEA2, offset: 0x17B62E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOMa', symObjAddr: 0x1A98, symBinAddr: 0x137CD8, symSize: 0x10 } + - { offsetInCU: 0xEB6, offset: 0x17B642, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASQWb', symObjAddr: 0x1AA8, symBinAddr: 0x137CE8, symSize: 0x4 } + - { offsetInCU: 0xECA, offset: 0x17B656, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFSQAAWl', symObjAddr: 0x1AAC, symBinAddr: 0x137CEC, symSize: 0x44 } + - { offsetInCU: 0xEDE, offset: 0x17B66A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1AF0, symBinAddr: 0x137D30, symSize: 0x4 } + - { offsetInCU: 0xEF2, offset: 0x17B67E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1AF4, symBinAddr: 0x137D34, symSize: 0x44 } + - { offsetInCU: 0xF06, offset: 0x17B692, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1B38, symBinAddr: 0x137D78, symSize: 0x4 } + - { offsetInCU: 0xF1A, offset: 0x17B6A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1B3C, symBinAddr: 0x137D7C, symSize: 0x44 } + - { offsetInCU: 0x1001, offset: 0x17B78D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11BC, symBinAddr: 0x1376E8, symSize: 0xC } + - { offsetInCU: 0x103B, offset: 0x17B7C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x11C8, symBinAddr: 0x1376F4, symSize: 0xC } + - { offsetInCU: 0x105B, offset: 0x17B7E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x11C8, symBinAddr: 0x1376F4, symSize: 0xC } + - { offsetInCU: 0x106F, offset: 0x17B7FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x11C8, symBinAddr: 0x1376F4, symSize: 0xC } + - { offsetInCU: 0x1081, offset: 0x17B80D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x11D4, symBinAddr: 0x137700, symSize: 0x8 } + - { offsetInCU: 0x109D, offset: 0x17B829, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x11DC, symBinAddr: 0x137708, symSize: 0x8 } + - { offsetInCU: 0x10B7, offset: 0x17B843, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x12F8, symBinAddr: 0x137824, symSize: 0x28 } + - { offsetInCU: 0x10D3, offset: 0x17B85F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1320, symBinAddr: 0x13784C, symSize: 0x28 } + - { offsetInCU: 0x6C, offset: 0x17BABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKF', symObjAddr: 0x0, symBinAddr: 0x137DC0, symSize: 0x7AC } + - { offsetInCU: 0x408, offset: 0x17BE59, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU0_', symObjAddr: 0x1214, symBinAddr: 0x138F90, symSize: 0xD8 } + - { offsetInCU: 0x459, offset: 0x17BEAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU1_', symObjAddr: 0x12EC, symBinAddr: 0x139068, symSize: 0x1B0 } + - { offsetInCU: 0x72B, offset: 0x17C17C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF010$s6Lottie7b46C7extract_2to10bufferSize9skipCRC328progresss6j4VAA5k27V_10Foundation3URLVSiSbSo10l10CSgtKFyAM4N6VKcfU_SpySo7__sFILEVGTf1nnnncn_n', symObjAddr: 0x7F0, symBinAddr: 0x13856C, symSize: 0x548 } + - { offsetInCU: 0xB1B, offset: 0x17C56C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0xD48, symBinAddr: 0x138AC4, symSize: 0x4BC } + - { offsetInCU: 0xE74, offset: 0x17C8C5, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tgq5', symObjAddr: 0x14BC, symBinAddr: 0x139238, symSize: 0x64 } + - { offsetInCU: 0xE97, offset: 0x17C8E8, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tgq5', symObjAddr: 0x1520, symBinAddr: 0x13929C, symSize: 0x144 } + - { offsetInCU: 0xEFF, offset: 0x17C950, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0V15withUnsafeBytesyxxSWKXEKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6G15VAH_tFAHSWXEfU_AcHTf1cn_nTf4ngn_n', symObjAddr: 0x17D8, symBinAddr: 0x139514, symSize: 0xD0 } + - { offsetInCU: 0xF5C, offset: 0x17C9AD, size: 0x8, addend: 0x0, symName: '_$s10Foundation13__DataStorageC15withUnsafeBytes2in5applyxSnySiG_xSWKXEtKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6I15VAH_tFAHSWXEfU_AA0B0VAITf1ncn_nTf4nngn_n', symObjAddr: 0x18A8, symBinAddr: 0x1395E4, symSize: 0xC0 } + - { offsetInCU: 0xF9D, offset: 0x17C9EE, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTgq5Tf4gd_n', symObjAddr: 0x1968, symBinAddr: 0x1396A4, symSize: 0xFC } + - { offsetInCU: 0x1006, offset: 0x17CA57, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU_TA', symObjAddr: 0x1A74, symBinAddr: 0x1397B0, symSize: 0x18 } + - { offsetInCU: 0x1057, offset: 0x17CAA8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFs0D0ADWl', symObjAddr: 0x1B68, symBinAddr: 0x1397C8, symSize: 0x44 } + - { offsetInCU: 0x106B, offset: 0x17CABC, size: 0x8, addend: 0x0, symName: '_$sSS_yptWOc', symObjAddr: 0x1BAC, symBinAddr: 0x13980C, symSize: 0x48 } + - { offsetInCU: 0x27, offset: 0x17CE48, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x139854, symSize: 0x1124 } + - { offsetInCU: 0x34D, offset: 0x17D16E, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x139854, symSize: 0x1124 } + - { offsetInCU: 0x1466, offset: 0x17E287, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationFontProvider_pWOc', symObjAddr: 0x1124, symBinAddr: 0x13A978, symSize: 0x44 } + - { offsetInCU: 0x27, offset: 0x17E5FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x13A9BC, symSize: 0x2C } + - { offsetInCU: 0x3F, offset: 0x17E617, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x13A9BC, symSize: 0x2C } + - { offsetInCU: 0x53, offset: 0x17E62B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwxx', symObjAddr: 0x2C, symBinAddr: 0x13A9E8, symSize: 0x8 } + - { offsetInCU: 0x67, offset: 0x17E63F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwcp', symObjAddr: 0x34, symBinAddr: 0x13A9F0, symSize: 0x2C } + - { offsetInCU: 0x7B, offset: 0x17E653, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwca', symObjAddr: 0x60, symBinAddr: 0x13AA1C, symSize: 0x4C } + - { offsetInCU: 0x8F, offset: 0x17E667, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwta', symObjAddr: 0xB8, symBinAddr: 0x13AA68, symSize: 0x3C } + - { offsetInCU: 0xA3, offset: 0x17E67B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwet', symObjAddr: 0xF4, symBinAddr: 0x13AAA4, symSize: 0x48 } + - { offsetInCU: 0xB7, offset: 0x17E68F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwst', symObjAddr: 0x13C, symBinAddr: 0x13AAEC, symSize: 0x3C } + - { offsetInCU: 0xCB, offset: 0x17E6A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVMa', symObjAddr: 0x178, symBinAddr: 0x13AB28, symSize: 0x10 } + - { offsetInCU: 0x24F, offset: 0x17E827, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathV4trim12fromPosition02toG06offset0E14SimultaneouslyAC12CoreGraphics7CGFloatV_A2KSbtF', symObjAddr: 0x188, symBinAddr: 0x13AB38, symSize: 0x814 } + - { offsetInCU: 0x2B, offset: 0x17F72A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x13B34C, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x17F74E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvpZ', symObjAddr: 0x700, symBinAddr: 0x1E36E0, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x17F768, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x13B34C, symSize: 0x40 } + - { offsetInCU: 0xBE, offset: 0x17F7BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfC', symObjAddr: 0x40, symBinAddr: 0x13B38C, symSize: 0xB0 } + - { offsetInCU: 0x155, offset: 0x17F854, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfc', symObjAddr: 0xF0, symBinAddr: 0x13B43C, symSize: 0xA0 } + - { offsetInCU: 0x24F, offset: 0x17F94E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivg', symObjAddr: 0x2E0, symBinAddr: 0x13B5EC, symSize: 0x30 } + - { offsetInCU: 0x26C, offset: 0x17F96B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivs', symObjAddr: 0x310, symBinAddr: 0x13B61C, symSize: 0x58 } + - { offsetInCU: 0x30D, offset: 0x17FA0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM', symObjAddr: 0x368, symBinAddr: 0x13B674, symSize: 0x40 } + - { offsetInCU: 0x33C, offset: 0x17FA3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM.resume.0', symObjAddr: 0x3A8, symBinAddr: 0x13B6B4, symSize: 0x50 } + - { offsetInCU: 0x3B3, offset: 0x17FAB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC05clearC0yyF', symObjAddr: 0x3F8, symBinAddr: 0x13B704, symSize: 0x84 } + - { offsetInCU: 0x440, offset: 0x17FB3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF', symObjAddr: 0x47C, symBinAddr: 0x13B788, symSize: 0x50 } + - { offsetInCU: 0x487, offset: 0x17FB86, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF', symObjAddr: 0x4CC, symBinAddr: 0x13B7D8, symSize: 0x5C } + - { offsetInCU: 0x4D8, offset: 0x17FBD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfd', symObjAddr: 0x528, symBinAddr: 0x13B834, symSize: 0x1C } + - { offsetInCU: 0x513, offset: 0x17FC12, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfD', symObjAddr: 0x544, symBinAddr: 0x13B850, symSize: 0x24 } + - { offsetInCU: 0x588, offset: 0x17FC87, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP4file6forKeyAA0bA4FileCSgSS_tFTW', symObjAddr: 0x568, symBinAddr: 0x13B874, symSize: 0x54 } + - { offsetInCU: 0x623, offset: 0x17FD22, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP7setFile_6forKeyyAA0baF0C_SStFTW', symObjAddr: 0x5BC, symBinAddr: 0x13B8C8, symSize: 0x60 } + - { offsetInCU: 0x688, offset: 0x17FD87, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP05clearC0yyFTW', symObjAddr: 0x61C, symBinAddr: 0x13B928, symSize: 0x20 } + - { offsetInCU: 0x742, offset: 0x17FE41, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0_WZ', symObjAddr: 0x190, symBinAddr: 0x13B4DC, symSize: 0xB4 } + - { offsetInCU: 0x7F5, offset: 0x17FEF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivpACTk', symObjAddr: 0x284, symBinAddr: 0x13B590, symSize: 0x5C } + - { offsetInCU: 0x8D6, offset: 0x17FFD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCMa', symObjAddr: 0x684, symBinAddr: 0x13B990, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x18018D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x13BA0C, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x1801A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x13BA0C, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x1801B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwxx', symObjAddr: 0x80, symBinAddr: 0x13BA3C, symSize: 0xC } + - { offsetInCU: 0x67, offset: 0x1801CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwcp', symObjAddr: 0xD0, symBinAddr: 0x13BA48, symSize: 0x78 } + - { offsetInCU: 0x7B, offset: 0x1801E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwca', symObjAddr: 0x148, symBinAddr: 0x13BAC0, symSize: 0xB8 } + - { offsetInCU: 0x8F, offset: 0x1801F5, size: 0x8, addend: 0x0, symName: ___swift_memcpy100_8, symObjAddr: 0x200, symBinAddr: 0x13BB78, symSize: 0x2C } + - { offsetInCU: 0xA3, offset: 0x180209, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwta', symObjAddr: 0x22C, symBinAddr: 0x13BBA4, symSize: 0x78 } + - { offsetInCU: 0xB7, offset: 0x18021D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwet', symObjAddr: 0x2A4, symBinAddr: 0x13BC1C, symSize: 0x54 } + - { offsetInCU: 0xCB, offset: 0x180231, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwst', symObjAddr: 0x2F8, symBinAddr: 0x13BC70, symSize: 0x6C } + - { offsetInCU: 0xDF, offset: 0x180245, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVMa', symObjAddr: 0x364, symBinAddr: 0x13BCDC, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x180259, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4gdd_n', symObjAddr: 0x374, symBinAddr: 0x13BCEC, symSize: 0x128 } + - { offsetInCU: 0x148, offset: 0x1802AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4ndd_n', symObjAddr: 0x4AC, symBinAddr: 0x13BE24, symSize: 0x214 } + - { offsetInCU: 0x1B6, offset: 0x18031C, size: 0x8, addend: 0x0, symName: ___swift_memcpy20_8, symObjAddr: 0x6D0, symBinAddr: 0x13C048, symSize: 0x14 } + - { offsetInCU: 0x1CA, offset: 0x180330, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwet', symObjAddr: 0x6E8, symBinAddr: 0x13C05C, symSize: 0x20 } + - { offsetInCU: 0x1DE, offset: 0x180344, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwst', symObjAddr: 0x708, symBinAddr: 0x13C07C, symSize: 0x2C } + - { offsetInCU: 0x1F2, offset: 0x180358, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVMa', symObjAddr: 0x734, symBinAddr: 0x13C0A8, symSize: 0x10 } + - { offsetInCU: 0x206, offset: 0x18036C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x744, symBinAddr: 0x13C0B8, symSize: 0x64 } + - { offsetInCU: 0x21A, offset: 0x180380, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwca', symObjAddr: 0x7A8, symBinAddr: 0x13C11C, symSize: 0x94 } + - { offsetInCU: 0x22E, offset: 0x180394, size: 0x8, addend: 0x0, symName: ___swift_memcpy80_8, symObjAddr: 0x83C, symBinAddr: 0x13C1B0, symSize: 0x1C } + - { offsetInCU: 0x242, offset: 0x1803A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwta', symObjAddr: 0x858, symBinAddr: 0x13C1CC, symSize: 0x60 } + - { offsetInCU: 0x256, offset: 0x1803BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwet', symObjAddr: 0x8B8, symBinAddr: 0x13C22C, symSize: 0x54 } + - { offsetInCU: 0x26A, offset: 0x1803D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwst', symObjAddr: 0x90C, symBinAddr: 0x13C280, symSize: 0x64 } + - { offsetInCU: 0x27E, offset: 0x1803E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVMa', symObjAddr: 0x970, symBinAddr: 0x13C2E4, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x180599, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x13C2FC, symSize: 0x134 } + - { offsetInCU: 0x3F, offset: 0x1805B1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x13C2FC, symSize: 0x134 } + - { offsetInCU: 0x4F, offset: 0x180817, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x13C430, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x18083C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x13C478, symSize: 0x23C } + - { offsetInCU: 0xDC, offset: 0x1808A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x284, symBinAddr: 0x13C6B4, symSize: 0x274 } + - { offsetInCU: 0x1E8, offset: 0x1809B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO8rawValueSSvg', symObjAddr: 0x4F8, symBinAddr: 0x13C928, symSize: 0x20 } + - { offsetInCU: 0x20F, offset: 0x1809D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO11stringValueSSvg', symObjAddr: 0x68C, symBinAddr: 0x13CABC, symSize: 0x20 } + - { offsetInCU: 0x250, offset: 0x180A18, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x6D0, symBinAddr: 0x13CB00, symSize: 0x70 } + - { offsetInCU: 0x284, offset: 0x180A4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x740, symBinAddr: 0x13CB70, symSize: 0x28 } + - { offsetInCU: 0x2A0, offset: 0x180A68, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x768, symBinAddr: 0x13CB98, symSize: 0x8 } + - { offsetInCU: 0x2D6, offset: 0x180A9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x770, symBinAddr: 0x13CBA0, symSize: 0x74 } + - { offsetInCU: 0x321, offset: 0x180AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x7E4, symBinAddr: 0x13CC14, symSize: 0xC } + - { offsetInCU: 0x33D, offset: 0x180B05, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x7F0, symBinAddr: 0x13CC20, symSize: 0xC } + - { offsetInCU: 0x35B, offset: 0x180B23, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x518, symBinAddr: 0x13C948, symSize: 0x174 } + - { offsetInCU: 0x3D5, offset: 0x180B9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfD', symObjAddr: 0x854, symBinAddr: 0x13CC84, symSize: 0x2C } + - { offsetInCU: 0x494, offset: 0x180C5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfE', symObjAddr: 0x84C, symBinAddr: 0x13CC7C, symSize: 0x8 } + - { offsetInCU: 0x4EC, offset: 0x180CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCMa', symObjAddr: 0x880, symBinAddr: 0x13CCB0, symSize: 0x20 } + - { offsetInCU: 0x500, offset: 0x180CC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs0C3KeyAAWl', symObjAddr: 0x904, symBinAddr: 0x13CCD0, symSize: 0x44 } + - { offsetInCU: 0x514, offset: 0x180CDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwet', symObjAddr: 0xC38, symBinAddr: 0x13CD7C, symSize: 0x90 } + - { offsetInCU: 0x528, offset: 0x180CF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwst', symObjAddr: 0xCC8, symBinAddr: 0x13CE0C, symSize: 0xBC } + - { offsetInCU: 0x53C, offset: 0x180D04, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwug', symObjAddr: 0xD84, symBinAddr: 0x13CEC8, symSize: 0x8 } + - { offsetInCU: 0x550, offset: 0x180D18, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwup', symObjAddr: 0xD8C, symBinAddr: 0x13CED0, symSize: 0x4 } + - { offsetInCU: 0x564, offset: 0x180D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwui', symObjAddr: 0xD90, symBinAddr: 0x13CED4, symSize: 0xC } + - { offsetInCU: 0x578, offset: 0x180D40, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOMa', symObjAddr: 0xD9C, symBinAddr: 0x13CEE0, symSize: 0x10 } + - { offsetInCU: 0x58C, offset: 0x180D54, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASQWb', symObjAddr: 0xDAC, symBinAddr: 0x13CEF0, symSize: 0x4 } + - { offsetInCU: 0x5A0, offset: 0x180D68, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFSQAAWl', symObjAddr: 0xDB0, symBinAddr: 0x13CEF4, symSize: 0x44 } + - { offsetInCU: 0x5B4, offset: 0x180D7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDF4, symBinAddr: 0x13CF38, symSize: 0x4 } + - { offsetInCU: 0x5C8, offset: 0x180D90, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xDF8, symBinAddr: 0x13CF3C, symSize: 0x44 } + - { offsetInCU: 0x5DC, offset: 0x180DA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE3C, symBinAddr: 0x13CF80, symSize: 0x4 } + - { offsetInCU: 0x5F0, offset: 0x180DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xE40, symBinAddr: 0x13CF84, symSize: 0x44 } + - { offsetInCU: 0x656, offset: 0x180E1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6AC, symBinAddr: 0x13CADC, symSize: 0xC } + - { offsetInCU: 0x672, offset: 0x180E3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x6B8, symBinAddr: 0x13CAE8, symSize: 0x8 } + - { offsetInCU: 0x68E, offset: 0x180E56, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6C0, symBinAddr: 0x13CAF0, symSize: 0x8 } + - { offsetInCU: 0x6AA, offset: 0x180E72, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6C8, symBinAddr: 0x13CAF8, symSize: 0x8 } + - { offsetInCU: 0x6CC, offset: 0x180E94, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x7FC, symBinAddr: 0x13CC2C, symSize: 0x28 } + - { offsetInCU: 0x6E8, offset: 0x180EB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x824, symBinAddr: 0x13CC54, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x181094, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6boundsSo6CGRectVvg', symObjAddr: 0x0, symBinAddr: 0x13CFC8, symSize: 0x10 } + - { offsetInCU: 0x6C, offset: 0x1810C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF', symObjAddr: 0x10, symBinAddr: 0x13CFD8, symSize: 0x14 } + - { offsetInCU: 0x11E, offset: 0x181173, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF', symObjAddr: 0x24, symBinAddr: 0x13CFEC, symSize: 0x2C } + - { offsetInCU: 0x1DD, offset: 0x181232, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF', symObjAddr: 0x50, symBinAddr: 0x13D018, symSize: 0x14 } + - { offsetInCU: 0x21D, offset: 0x181272, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF', symObjAddr: 0x64, symBinAddr: 0x13D02C, symSize: 0x14 } + - { offsetInCU: 0x2C2, offset: 0x181317, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x78, symBinAddr: 0x13D040, symSize: 0xE0 } + - { offsetInCU: 0x3F7, offset: 0x18144C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x158, symBinAddr: 0x13D120, symSize: 0xA8 } + - { offsetInCU: 0x486, offset: 0x1814DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x200, symBinAddr: 0x13D1C8, symSize: 0xA8 } + - { offsetInCU: 0x503, offset: 0x181558, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ', symObjAddr: 0x2A8, symBinAddr: 0x13D270, symSize: 0x4 } + - { offsetInCU: 0x51F, offset: 0x181574, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZSSyXEfu0_', symObjAddr: 0x4D0, symBinAddr: 0x13D498, symSize: 0xD8 } + - { offsetInCU: 0x635, offset: 0x18168A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ', symObjAddr: 0x2AC, symBinAddr: 0x13D274, symSize: 0x14 } + - { offsetInCU: 0x649, offset: 0x18169E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8durationSdvg', symObjAddr: 0x2C0, symBinAddr: 0x13D288, symSize: 0x14 } + - { offsetInCU: 0x676, offset: 0x1816CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ', symObjAddr: 0x2D4, symBinAddr: 0x13D29C, symSize: 0x4 } + - { offsetInCU: 0x692, offset: 0x1816E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x5A8, symBinAddr: 0x13D570, symSize: 0x144 } + - { offsetInCU: 0x7FC, offset: 0x181851, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ', symObjAddr: 0x2D8, symBinAddr: 0x13D2A0, symSize: 0x1EC } + - { offsetInCU: 0x877, offset: 0x1818CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_', symObjAddr: 0xD14, symBinAddr: 0x13DCDC, symSize: 0x4FC } + - { offsetInCU: 0x9A8, offset: 0x1819FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_', symObjAddr: 0x1210, symBinAddr: 0x13E1D8, symSize: 0x94 } + - { offsetInCU: 0xA1E, offset: 0x181A73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ', symObjAddr: 0x4C4, symBinAddr: 0x13D48C, symSize: 0x4 } + - { offsetInCU: 0xA3A, offset: 0x181A8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x6EC, symBinAddr: 0x13D6B4, symSize: 0x1B4 } + - { offsetInCU: 0xC22, offset: 0x181C77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg', symObjAddr: 0x4C8, symBinAddr: 0x13D490, symSize: 0x8 } + - { offsetInCU: 0xD2A, offset: 0x181D7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ', symObjAddr: 0x8A0, symBinAddr: 0x13D868, symSize: 0x6C } + - { offsetInCU: 0xE86, offset: 0x181EDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_', symObjAddr: 0xCD0, symBinAddr: 0x13DC98, symSize: 0x44 } + - { offsetInCU: 0xEDF, offset: 0x181F34, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTY0_', symObjAddr: 0x90C, symBinAddr: 0x13D8D4, symSize: 0x36C } + - { offsetInCU: 0x106C, offset: 0x1820C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTQ1_', symObjAddr: 0xC78, symBinAddr: 0x13DC40, symSize: 0x58 } + - { offsetInCU: 0x11AB, offset: 0x182200, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZTf4nnd_n', symObjAddr: 0x12A4, symBinAddr: 0x13E26C, symSize: 0x26C } + - { offsetInCU: 0x129F, offset: 0x1822F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x1510, symBinAddr: 0x13E4D8, symSize: 0x334 } + - { offsetInCU: 0x1446, offset: 0x18249B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x1844, symBinAddr: 0x13E80C, symSize: 0x2C8 } + - { offsetInCU: 0x1598, offset: 0x1825ED, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1B14, symBinAddr: 0x13EADC, symSize: 0x10 } + - { offsetInCU: 0x15AC, offset: 0x182601, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1B24, symBinAddr: 0x13EAEC, symSize: 0x8 } + - { offsetInCU: 0x15C0, offset: 0x182615, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZTf4nnnd_n', symObjAddr: 0x1B2C, symBinAddr: 0x13EAF4, symSize: 0x2E4 } + - { offsetInCU: 0x1743, offset: 0x182798, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_TA', symObjAddr: 0x1EB4, symBinAddr: 0x13EE3C, symSize: 0x40 } + - { offsetInCU: 0x1757, offset: 0x1827AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_TA', symObjAddr: 0x1FF4, symBinAddr: 0x13EF7C, symSize: 0xC } + - { offsetInCU: 0x176B, offset: 0x1827C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x2000, symBinAddr: 0x13EF88, symSize: 0x8 } + - { offsetInCU: 0x177F, offset: 0x1827D4, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0x2208, symBinAddr: 0x13F000, symSize: 0x4C } + - { offsetInCU: 0x1793, offset: 0x1827E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU1_TA', symObjAddr: 0x2298, symBinAddr: 0x13F04C, symSize: 0x24 } + - { offsetInCU: 0x17C7, offset: 0x18281C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_TA', symObjAddr: 0x2358, symBinAddr: 0x13F10C, symSize: 0x4C } + - { offsetInCU: 0xF3, offset: 0x182D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x13F1A4, symSize: 0x588 } + - { offsetInCU: 0x22C, offset: 0x182E65, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x588, symBinAddr: 0x13F72C, symSize: 0x954 } + - { offsetInCU: 0x68B, offset: 0x1832C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0xEDC, symBinAddr: 0x140080, symSize: 0x45C } + - { offsetInCU: 0x6CA, offset: 0x183303, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1B64, symBinAddr: 0x140C70, symSize: 0x4C } + - { offsetInCU: 0x701, offset: 0x18333A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueSSvg', symObjAddr: 0x1BB0, symBinAddr: 0x140CBC, symSize: 0x20 } + - { offsetInCU: 0x73A, offset: 0x183373, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1BD0, symBinAddr: 0x140CDC, symSize: 0x20 } + - { offsetInCU: 0x768, offset: 0x1833A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1BD0, symBinAddr: 0x140CDC, symSize: 0x20 } + - { offsetInCU: 0x7B1, offset: 0x1833EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x1D74, symBinAddr: 0x140E80, symSize: 0x44 } + - { offsetInCU: 0x7F7, offset: 0x183430, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1DB8, symBinAddr: 0x140EC4, symSize: 0x28 } + - { offsetInCU: 0x80B, offset: 0x183444, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1DE0, symBinAddr: 0x140EEC, symSize: 0x8 } + - { offsetInCU: 0x841, offset: 0x18347A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1DE8, symBinAddr: 0x140EF4, symSize: 0x3C } + - { offsetInCU: 0x8A6, offset: 0x1834DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1E24, symBinAddr: 0x140F30, symSize: 0xC } + - { offsetInCU: 0x8C2, offset: 0x1834FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1E30, symBinAddr: 0x140F3C, symSize: 0xC } + - { offsetInCU: 0x8DE, offset: 0x183517, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3834, symBinAddr: 0x1426C4, symSize: 0x50 } + - { offsetInCU: 0x929, offset: 0x183562, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCfD', symObjAddr: 0x1E8C, symBinAddr: 0x140F98, symSize: 0x44 } + - { offsetInCU: 0x96C, offset: 0x1835A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1EF0, symBinAddr: 0x140FFC, symSize: 0x2C } + - { offsetInCU: 0x98F, offset: 0x1835C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1F1C, symBinAddr: 0x141028, symSize: 0x28 } + - { offsetInCU: 0x9D9, offset: 0x183612, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x133C, symBinAddr: 0x1404E0, symSize: 0xD0 } + - { offsetInCU: 0xA2C, offset: 0x183665, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x1450, symBinAddr: 0x1405B0, symSize: 0x14 } + - { offsetInCU: 0xA49, offset: 0x183682, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x146C, symBinAddr: 0x1405CC, symSize: 0x8 } + - { offsetInCU: 0xA65, offset: 0x18369E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1474, symBinAddr: 0x1405D4, symSize: 0x14 } + - { offsetInCU: 0xBA1, offset: 0x1837DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO13discriminator_WZ', symObjAddr: 0x1338, symBinAddr: 0x1404DC, symSize: 0x4 } + - { offsetInCU: 0xBC7, offset: 0x183800, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x14D4, symBinAddr: 0x140634, symSize: 0x14 } + - { offsetInCU: 0xBF0, offset: 0x183829, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x14E8, symBinAddr: 0x140648, symSize: 0x8 } + - { offsetInCU: 0xC19, offset: 0x183852, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueACSgSi_tcfC', symObjAddr: 0x1598, symBinAddr: 0x1406F8, symSize: 0x14 } + - { offsetInCU: 0xC42, offset: 0x18387B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueSivg', symObjAddr: 0x15AC, symBinAddr: 0x14070C, symSize: 0x8 } + - { offsetInCU: 0xC5D, offset: 0x183896, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x17BC, symBinAddr: 0x1408D8, symSize: 0x8 } + - { offsetInCU: 0xC93, offset: 0x1838CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x17C4, symBinAddr: 0x1408E0, symSize: 0xC } + - { offsetInCU: 0xCB3, offset: 0x1838EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x17C4, symBinAddr: 0x1408E0, symSize: 0xC } + - { offsetInCU: 0xCC5, offset: 0x1838FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOAA11ClassFamilyAAWI', symObjAddr: 0x15B4, symBinAddr: 0x140714, symSize: 0x24 } + - { offsetInCU: 0xCD9, offset: 0x183912, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSHAASQWb', symObjAddr: 0x161C, symBinAddr: 0x140738, symSize: 0x4 } + - { offsetInCU: 0xCED, offset: 0x183926, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSQAAWl', symObjAddr: 0x1620, symBinAddr: 0x14073C, symSize: 0x44 } + - { offsetInCU: 0xD01, offset: 0x18393A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSHAASQWb', symObjAddr: 0x1664, symBinAddr: 0x140780, symSize: 0x4 } + - { offsetInCU: 0xD15, offset: 0x18394E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSQAAWl', symObjAddr: 0x1668, symBinAddr: 0x140784, symSize: 0x44 } + - { offsetInCU: 0xD34, offset: 0x18396D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASQWb', symObjAddr: 0x16C0, symBinAddr: 0x1407DC, symSize: 0x4 } + - { offsetInCU: 0xD48, offset: 0x183981, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSQAAWl', symObjAddr: 0x16C4, symBinAddr: 0x1407E0, symSize: 0x44 } + - { offsetInCU: 0xD72, offset: 0x1839AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwet', symObjAddr: 0x1888, symBinAddr: 0x140994, symSize: 0x90 } + - { offsetInCU: 0xD86, offset: 0x1839BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwst', symObjAddr: 0x1918, symBinAddr: 0x140A24, symSize: 0xBC } + - { offsetInCU: 0xD9A, offset: 0x1839D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwup', symObjAddr: 0x19D4, symBinAddr: 0x140AE0, symSize: 0x4 } + - { offsetInCU: 0xDAE, offset: 0x1839E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOMa', symObjAddr: 0x19D8, symBinAddr: 0x140AE4, symSize: 0x10 } + - { offsetInCU: 0xDC2, offset: 0x1839FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwet', symObjAddr: 0x19E8, symBinAddr: 0x140AF4, symSize: 0x90 } + - { offsetInCU: 0xDD6, offset: 0x183A0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwst', symObjAddr: 0x1A78, symBinAddr: 0x140B84, symSize: 0xBC } + - { offsetInCU: 0xDEA, offset: 0x183A23, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwup', symObjAddr: 0x1B34, symBinAddr: 0x140C40, symSize: 0x4 } + - { offsetInCU: 0xDFE, offset: 0x183A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOMa', symObjAddr: 0x1B38, symBinAddr: 0x140C44, symSize: 0x10 } + - { offsetInCU: 0xE12, offset: 0x183A4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOwup', symObjAddr: 0x1B50, symBinAddr: 0x140C5C, symSize: 0x4 } + - { offsetInCU: 0xE26, offset: 0x183A5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOMa', symObjAddr: 0x1B54, symBinAddr: 0x140C60, symSize: 0x10 } + - { offsetInCU: 0xE5B, offset: 0x183A94, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCMa', symObjAddr: 0x1ED0, symBinAddr: 0x140FDC, symSize: 0x20 } + - { offsetInCU: 0xE6F, offset: 0x183AA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs0D3KeyAAWl', symObjAddr: 0x1F84, symBinAddr: 0x141050, symSize: 0x44 } + - { offsetInCU: 0xF6E, offset: 0x183BA7, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x200C, symBinAddr: 0x141094, symSize: 0x2A0 } + - { offsetInCU: 0x106B, offset: 0x183CA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSeAAWl', symObjAddr: 0x22AC, symBinAddr: 0x141334, symSize: 0x44 } + - { offsetInCU: 0x107F, offset: 0x183CB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSeAAWl', symObjAddr: 0x2334, symBinAddr: 0x141378, symSize: 0x44 } + - { offsetInCU: 0x112D, offset: 0x183D66, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x2378, symBinAddr: 0x1413BC, symSize: 0x188 } + - { offsetInCU: 0x1427, offset: 0x184060, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M5StyleCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x2500, symBinAddr: 0x141544, symSize: 0x3B4 } + - { offsetInCU: 0x1744, offset: 0x18437D, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M6EffectCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x28B4, symBinAddr: 0x1418F8, symSize: 0x3B4 } + - { offsetInCU: 0x1981, offset: 0x1845BA, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOb', symObjAddr: 0x2C68, symBinAddr: 0x141CAC, symSize: 0x18 } + - { offsetInCU: 0x1995, offset: 0x1845CE, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOc', symObjAddr: 0x2C80, symBinAddr: 0x141CC4, symSize: 0x44 } + - { offsetInCU: 0x1A95, offset: 0x1846CE, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_AC0N5ValueCAC0nZ4TypeOTg5Tf4dnnn_n', symObjAddr: 0x2DB8, symBinAddr: 0x141D08, symSize: 0x3D4 } + - { offsetInCU: 0x1CC2, offset: 0x1848FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSeAAWl', symObjAddr: 0x318C, symBinAddr: 0x1420DC, symSize: 0x44 } + - { offsetInCU: 0x1CD6, offset: 0x18490F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSEAAWl', symObjAddr: 0x31D0, symBinAddr: 0x142120, symSize: 0x44 } + - { offsetInCU: 0x1CEA, offset: 0x184923, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSEAAWl', symObjAddr: 0x3258, symBinAddr: 0x142164, symSize: 0x44 } + - { offsetInCU: 0x1CFE, offset: 0x184937, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSEAAWl', symObjAddr: 0x3320, symBinAddr: 0x14222C, symSize: 0x44 } + - { offsetInCU: 0x1D12, offset: 0x18494B, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerStyleCGSayxGSEsSERzlWl', symObjAddr: 0x3364, symBinAddr: 0x142270, symSize: 0x7C } + - { offsetInCU: 0x1D26, offset: 0x18495F, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11LayerEffectCGSayxGSEsSERzlWl', symObjAddr: 0x33E0, symBinAddr: 0x1422EC, symSize: 0x7C } + - { offsetInCU: 0x1D3A, offset: 0x184973, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSYAAWl', symObjAddr: 0x349C, symBinAddr: 0x1423A8, symSize: 0x44 } + - { offsetInCU: 0x1D4E, offset: 0x184987, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSYAAWl', symObjAddr: 0x34E0, symBinAddr: 0x1423EC, symSize: 0x44 } + - { offsetInCU: 0x1D62, offset: 0x18499B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSYAAWl', symObjAddr: 0x3524, symBinAddr: 0x142430, symSize: 0x44 } + - { offsetInCU: 0x1D76, offset: 0x1849AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwug', symObjAddr: 0x3738, symBinAddr: 0x1425C8, symSize: 0x8 } + - { offsetInCU: 0x1D8A, offset: 0x1849C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwup', symObjAddr: 0x3740, symBinAddr: 0x1425D0, symSize: 0x4 } + - { offsetInCU: 0x1D9E, offset: 0x1849D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwui', symObjAddr: 0x3744, symBinAddr: 0x1425D4, symSize: 0x8 } + - { offsetInCU: 0x1DB2, offset: 0x1849EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOMa', symObjAddr: 0x374C, symBinAddr: 0x1425DC, symSize: 0x10 } + - { offsetInCU: 0x1DC6, offset: 0x1849FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASQWb', symObjAddr: 0x375C, symBinAddr: 0x1425EC, symSize: 0x4 } + - { offsetInCU: 0x1DDA, offset: 0x184A13, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFSQAAWl', symObjAddr: 0x3760, symBinAddr: 0x1425F0, symSize: 0x44 } + - { offsetInCU: 0x1DEE, offset: 0x184A27, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x37A4, symBinAddr: 0x142634, symSize: 0x4 } + - { offsetInCU: 0x1E02, offset: 0x184A3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x37A8, symBinAddr: 0x142638, symSize: 0x44 } + - { offsetInCU: 0x1E16, offset: 0x184A4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x37EC, symBinAddr: 0x14267C, symSize: 0x4 } + - { offsetInCU: 0x1E2A, offset: 0x184A63, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x37F0, symBinAddr: 0x142680, symSize: 0x44 } + - { offsetInCU: 0x1F21, offset: 0x184B5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1488, symBinAddr: 0x1405E8, symSize: 0x4C } + - { offsetInCU: 0x1F44, offset: 0x184B7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x14F0, symBinAddr: 0x140650, symSize: 0x5C } + - { offsetInCU: 0x1F67, offset: 0x184BA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x154C, symBinAddr: 0x1406AC, symSize: 0x4C } + - { offsetInCU: 0x1F99, offset: 0x184BD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x16AC, symBinAddr: 0x1407C8, symSize: 0x14 } + - { offsetInCU: 0x1FEE, offset: 0x184C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1750, symBinAddr: 0x14086C, symSize: 0x28 } + - { offsetInCU: 0x2049, offset: 0x184C82, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x17D0, symBinAddr: 0x1408EC, symSize: 0x5C } + - { offsetInCU: 0x206C, offset: 0x184CA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x182C, symBinAddr: 0x140948, symSize: 0x4C } + - { offsetInCU: 0x20AD, offset: 0x184CE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1BF0, symBinAddr: 0x140CFC, symSize: 0x88 } + - { offsetInCU: 0x215C, offset: 0x184D95, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH9hashValueSivgTW', symObjAddr: 0x1C78, symBinAddr: 0x140D84, symSize: 0x60 } + - { offsetInCU: 0x21DA, offset: 0x184E13, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1CD8, symBinAddr: 0x140DE4, symSize: 0x40 } + - { offsetInCU: 0x222C, offset: 0x184E65, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D18, symBinAddr: 0x140E24, symSize: 0x5C } + - { offsetInCU: 0x228E, offset: 0x184EC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1E3C, symBinAddr: 0x140F48, symSize: 0x28 } + - { offsetInCU: 0x22AA, offset: 0x184EE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1E64, symBinAddr: 0x140F70, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x185293, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x142754, symSize: 0x13C } + - { offsetInCU: 0x87, offset: 0x1852F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x142754, symSize: 0x13C } + - { offsetInCU: 0x459, offset: 0x1856C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV04trimB002toC08atLength05curveG010maxSamples8accuracyAC5start_AC0D5PointAC3endtAC_12CoreGraphics7CGFloatVAOSiAOtF', symObjAddr: 0x13C, symBinAddr: 0x142890, symSize: 0x304 } + - { offsetInCU: 0xD15, offset: 0x185F81, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV05splitB002toC08positionAC5start_AC9trimPointAC3endtAC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x440, symBinAddr: 0x142B94, symSize: 0x188 } + - { offsetInCU: 0x1528, offset: 0x186794, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwCP', symObjAddr: 0x5C8, symBinAddr: 0x142D1C, symSize: 0x30 } + - { offsetInCU: 0x153C, offset: 0x1867A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwet', symObjAddr: 0x610, symBinAddr: 0x142D4C, symSize: 0x20 } + - { offsetInCU: 0x1550, offset: 0x1867BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwst', symObjAddr: 0x630, symBinAddr: 0x142D6C, symSize: 0x38 } + - { offsetInCU: 0x1564, offset: 0x1867D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVMa', symObjAddr: 0x668, symBinAddr: 0x142DA4, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x186A13, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x142DB4, symSize: 0x24 } + - { offsetInCU: 0x9F, offset: 0x186A87, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0xEC, symBinAddr: 0x142EA0, symSize: 0x4C } + - { offsetInCU: 0xC8, offset: 0x186AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x138, symBinAddr: 0x142EEC, symSize: 0x18 } + - { offsetInCU: 0x107, offset: 0x186AEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x150, symBinAddr: 0x142F04, symSize: 0x28 } + - { offsetInCU: 0x13F, offset: 0x186B27, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xE24, symBinAddr: 0x143B84, symSize: 0x100 } + - { offsetInCU: 0x1B4, offset: 0x186B9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO13discriminator_WZ', symObjAddr: 0x1C4, symBinAddr: 0x142F78, symSize: 0x4 } + - { offsetInCU: 0x1DA, offset: 0x186BC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1C8, symBinAddr: 0x142F7C, symSize: 0x4C } + - { offsetInCU: 0x1FF, offset: 0x186BE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x214, symBinAddr: 0x142FC8, symSize: 0x178 } + - { offsetInCU: 0x26D, offset: 0x186C55, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO03rawC0SSvg', symObjAddr: 0x38C, symBinAddr: 0x143140, symSize: 0x18 } + - { offsetInCU: 0x294, offset: 0x186C7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO06stringC0SSvg', symObjAddr: 0x3A4, symBinAddr: 0x143158, symSize: 0x18 } + - { offsetInCU: 0x2D5, offset: 0x186CBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0x143194, symSize: 0x70 } + - { offsetInCU: 0x309, offset: 0x186CF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x450, symBinAddr: 0x143204, symSize: 0x28 } + - { offsetInCU: 0x325, offset: 0x186D0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0SSvgTW', symObjAddr: 0x478, symBinAddr: 0x14322C, symSize: 0x8 } + - { offsetInCU: 0x35B, offset: 0x186D43, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0xSgSS_tcfCTW', symObjAddr: 0x480, symBinAddr: 0x143234, symSize: 0x74 } + - { offsetInCU: 0x3A6, offset: 0x186D8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0SiSgvgTW', symObjAddr: 0x4F4, symBinAddr: 0x1432A8, symSize: 0xC } + - { offsetInCU: 0x3C2, offset: 0x186DAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0xSgSi_tcfCTW', symObjAddr: 0x500, symBinAddr: 0x1432B4, symSize: 0xC } + - { offsetInCU: 0x3FE, offset: 0x186DE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCfD', symObjAddr: 0x55C, symBinAddr: 0x143310, symSize: 0x24 } + - { offsetInCU: 0x449, offset: 0x186E31, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5A0, symBinAddr: 0x143354, symSize: 0x11C } + - { offsetInCU: 0x488, offset: 0x186E70, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x884, symBinAddr: 0x143628, symSize: 0x2C } + - { offsetInCU: 0x4AB, offset: 0x186E93, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x8B0, symBinAddr: 0x143654, symSize: 0x28 } + - { offsetInCU: 0x51A, offset: 0x186F02, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10dictionaryACSDySSypG_tKcfcTf4gn_n', symObjAddr: 0xAE4, symBinAddr: 0x143844, symSize: 0x1B8 } + - { offsetInCU: 0x635, offset: 0x18701D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCMa', symObjAddr: 0x580, symBinAddr: 0x143334, symSize: 0x20 } + - { offsetInCU: 0x649, offset: 0x187031, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwet', symObjAddr: 0x6CC, symBinAddr: 0x143470, symSize: 0x90 } + - { offsetInCU: 0x65D, offset: 0x187045, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwst', symObjAddr: 0x75C, symBinAddr: 0x143500, symSize: 0xBC } + - { offsetInCU: 0x671, offset: 0x187059, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwug', symObjAddr: 0x818, symBinAddr: 0x1435BC, symSize: 0x8 } + - { offsetInCU: 0x685, offset: 0x18706D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwup', symObjAddr: 0x820, symBinAddr: 0x1435C4, symSize: 0x4 } + - { offsetInCU: 0x699, offset: 0x187081, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwui', symObjAddr: 0x824, symBinAddr: 0x1435C8, symSize: 0x8 } + - { offsetInCU: 0x6AD, offset: 0x187095, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOMa', symObjAddr: 0x82C, symBinAddr: 0x1435D0, symSize: 0x10 } + - { offsetInCU: 0x6C1, offset: 0x1870A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASQWb', symObjAddr: 0x83C, symBinAddr: 0x1435E0, symSize: 0x4 } + - { offsetInCU: 0x6D5, offset: 0x1870BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSQAAWl', symObjAddr: 0x840, symBinAddr: 0x1435E4, symSize: 0x44 } + - { offsetInCU: 0x6E9, offset: 0x1870D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOAA11ClassFamilyAAWI', symObjAddr: 0x8D8, symBinAddr: 0x14367C, symSize: 0x24 } + - { offsetInCU: 0x728, offset: 0x187110, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x940, symBinAddr: 0x1436A0, symSize: 0x1A4 } + - { offsetInCU: 0x8C9, offset: 0x1872B1, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xC9C, symBinAddr: 0x1439FC, symSize: 0x188 } + - { offsetInCU: 0xAE3, offset: 0x1874CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSYAAWl', symObjAddr: 0xF68, symBinAddr: 0x143C84, symSize: 0x44 } + - { offsetInCU: 0xAF7, offset: 0x1874DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs0D3KeyAAWl', symObjAddr: 0xFEC, symBinAddr: 0x143CC8, symSize: 0x44 } + - { offsetInCU: 0xB0B, offset: 0x1874F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSEAAWl', symObjAddr: 0x1030, symBinAddr: 0x143D0C, symSize: 0x44 } + - { offsetInCU: 0xB1F, offset: 0x187507, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwet', symObjAddr: 0x10F0, symBinAddr: 0x143D50, symSize: 0x90 } + - { offsetInCU: 0xB33, offset: 0x18751B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwst', symObjAddr: 0x1180, symBinAddr: 0x143DE0, symSize: 0xBC } + - { offsetInCU: 0xB47, offset: 0x18752F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwug', symObjAddr: 0x123C, symBinAddr: 0x143E9C, symSize: 0x8 } + - { offsetInCU: 0xB5B, offset: 0x187543, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwup', symObjAddr: 0x1244, symBinAddr: 0x143EA4, symSize: 0x4 } + - { offsetInCU: 0xB6F, offset: 0x187557, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwui', symObjAddr: 0x1248, symBinAddr: 0x143EA8, symSize: 0xC } + - { offsetInCU: 0xB83, offset: 0x18756B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOMa', symObjAddr: 0x1254, symBinAddr: 0x143EB4, symSize: 0x10 } + - { offsetInCU: 0xB97, offset: 0x18757F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASQWb', symObjAddr: 0x1264, symBinAddr: 0x143EC4, symSize: 0x4 } + - { offsetInCU: 0xBAB, offset: 0x187593, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFSQAAWl', symObjAddr: 0x1268, symBinAddr: 0x143EC8, symSize: 0x44 } + - { offsetInCU: 0xBBF, offset: 0x1875A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x12AC, symBinAddr: 0x143F0C, symSize: 0x4 } + - { offsetInCU: 0xBD3, offset: 0x1875BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x12B0, symBinAddr: 0x143F10, symSize: 0x44 } + - { offsetInCU: 0xBE7, offset: 0x1875CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x12F4, symBinAddr: 0x143F54, symSize: 0x4 } + - { offsetInCU: 0xBFB, offset: 0x1875E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x12F8, symBinAddr: 0x143F58, symSize: 0x44 } + - { offsetInCU: 0xC2F, offset: 0x187617, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x142DB4, symSize: 0x24 } + - { offsetInCU: 0xCD1, offset: 0x1876B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH04hashC0SivgTW', symObjAddr: 0x24, symBinAddr: 0x142DD8, symSize: 0x4C } + - { offsetInCU: 0xDA9, offset: 0x187791, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x70, symBinAddr: 0x142E24, symSize: 0x34 } + - { offsetInCU: 0xE25, offset: 0x18780D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0xA4, symBinAddr: 0x142E58, symSize: 0x48 } + - { offsetInCU: 0xED1, offset: 0x1878B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x178, symBinAddr: 0x142F2C, symSize: 0x4C } + - { offsetInCU: 0xEF4, offset: 0x1878DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3BC, symBinAddr: 0x143170, symSize: 0xC } + - { offsetInCU: 0xF10, offset: 0x1878F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH04hashC0SivgTW', symObjAddr: 0x3C8, symBinAddr: 0x14317C, symSize: 0x8 } + - { offsetInCU: 0xF2C, offset: 0x187914, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D0, symBinAddr: 0x143184, symSize: 0x8 } + - { offsetInCU: 0xF48, offset: 0x187930, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x14318C, symSize: 0x8 } + - { offsetInCU: 0xF6A, offset: 0x187952, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x50C, symBinAddr: 0x1432C0, symSize: 0x28 } + - { offsetInCU: 0xF86, offset: 0x18796E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x534, symBinAddr: 0x1432E8, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x187C2D, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE30createParentDirectoryStructure3fory10Foundation3URLV_tKF', symObjAddr: 0x0, symBinAddr: 0x143F9C, symSize: 0x134 } + - { offsetInCU: 0xAA, offset: 0x187C98, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DateV6LottieE8dateTimeACs6UInt16V_AGt_tcfC', symObjAddr: 0x134, symBinAddr: 0x1440D0, symSize: 0x9C } + - { offsetInCU: 0x236, offset: 0x187E24, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x1D0, symBinAddr: 0x14416C, symSize: 0x68 } + - { offsetInCU: 0x33D, offset: 0x187F2B, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x238, symBinAddr: 0x1441D4, symSize: 0xF4 } + - { offsetInCU: 0x6AB, offset: 0x188299, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nnncn_n', symObjAddr: 0x32C, symBinAddr: 0x1442C8, symSize: 0x958 } + - { offsetInCU: 0xA77, offset: 0x188665, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6i114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5J10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xC84, symBinAddr: 0x144C20, symSize: 0x330 } + - { offsetInCU: 0xC3D, offset: 0x18882B, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xFB4, symBinAddr: 0x144F50, symSize: 0x294 } + - { offsetInCU: 0xE2A, offset: 0x188A18, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0x1248, symBinAddr: 0x1451E4, symSize: 0x154 } + - { offsetInCU: 0xF90, offset: 0x188B7E, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6g114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5H10V_ATtXEfU_Tf1nnnnc_n', symObjAddr: 0x139C, symBinAddr: 0x145338, symSize: 0x444 } + - { offsetInCU: 0x1004, offset: 0x188BF2, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSnySiG_Tgq5', symObjAddr: 0x17E0, symBinAddr: 0x14577C, symSize: 0x14 } + - { offsetInCU: 0x103D, offset: 0x188C2B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tgq5', symObjAddr: 0x17F4, symBinAddr: 0x145790, symSize: 0xFC } + - { offsetInCU: 0x10CF, offset: 0x188CBD, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie5EntryV_Tg5', symObjAddr: 0x18F0, symBinAddr: 0x14588C, symSize: 0x14 } + - { offsetInCU: 0x10FC, offset: 0x188CEA, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE11permissions3for6osType05entryG0s6UInt16Vs6UInt32V_AC5EntryV6OSTypeOAM0kG0OtFZTf4nnnd_n', symObjAddr: 0x1904, symBinAddr: 0x1458A0, symSize: 0x70 } + - { offsetInCU: 0x124A, offset: 0x188E38, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE10attributes4fromSDySo0A12AttributeKeyaypGAC5EntryV_tFZTf4nd_n', symObjAddr: 0x1974, symBinAddr: 0x145910, symSize: 0x2BC } + - { offsetInCU: 0x16FF, offset: 0x1892ED, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFTf4nnnnnd_n', symObjAddr: 0x1C30, symBinAddr: 0x145BCC, symSize: 0xD58 } + - { offsetInCU: 0x1DA7, offset: 0x189995, size: 0x8, addend: 0x0, symName: '_$s10Foundation10CocoaErrorVAcA21_BridgedStoredNSErrorAAWl', symObjAddr: 0x29C8, symBinAddr: 0x146924, symSize: 0x48 } + - { offsetInCU: 0x1DBB, offset: 0x1899A9, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOc', symObjAddr: 0x2A10, symBinAddr: 0x14696C, symSize: 0x48 } + - { offsetInCU: 0x1DCF, offset: 0x1899BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOr', symObjAddr: 0x2A9C, symBinAddr: 0x1469B4, symSize: 0x100 } + - { offsetInCU: 0x1DE3, offset: 0x1899D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOs', symObjAddr: 0x2C14, symBinAddr: 0x146AB4, symSize: 0x100 } + - { offsetInCU: 0x1DF7, offset: 0x1899E5, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOh', symObjAddr: 0x2D80, symBinAddr: 0x146BB4, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x189F63, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x146C38, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x189F88, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x146C80, symSize: 0x1CC } + - { offsetInCU: 0xDC, offset: 0x189FF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x214, symBinAddr: 0x146E4C, symSize: 0xE0 } + - { offsetInCU: 0x17B, offset: 0x18A08F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F4, symBinAddr: 0x146F2C, symSize: 0x130 } + - { offsetInCU: 0x1FE, offset: 0x18A112, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x434, symBinAddr: 0x14706C, symSize: 0x64 } + - { offsetInCU: 0x241, offset: 0x18A155, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x498, symBinAddr: 0x1470D0, symSize: 0x24 } + - { offsetInCU: 0x281, offset: 0x18A195, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4BC, symBinAddr: 0x1470F4, symSize: 0x4 } + - { offsetInCU: 0x2A1, offset: 0x18A1B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4BC, symBinAddr: 0x1470F4, symSize: 0x4 } + - { offsetInCU: 0x2CC, offset: 0x18A1E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0x1470F8, symSize: 0x68 } + - { offsetInCU: 0x317, offset: 0x18A22B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x528, symBinAddr: 0x147160, symSize: 0xC } + - { offsetInCU: 0x333, offset: 0x18A247, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x534, symBinAddr: 0x14716C, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x18A263, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO03rawD0SSvgTf4d_n', symObjAddr: 0x844, symBinAddr: 0x1472E8, symSize: 0xC } + - { offsetInCU: 0x38B, offset: 0x18A29F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfD', symObjAddr: 0x598, symBinAddr: 0x1471D0, symSize: 0x2C } + - { offsetInCU: 0x45A, offset: 0x18A36E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfE', symObjAddr: 0x590, symBinAddr: 0x1471C8, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x18A39B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCMa', symObjAddr: 0x5C4, symBinAddr: 0x1471FC, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x18A3AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs0E3KeyAAWl', symObjAddr: 0x648, symBinAddr: 0x14721C, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x18A3C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwet', symObjAddr: 0x858, symBinAddr: 0x1472F4, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x18A3D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwst', symObjAddr: 0x8A8, symBinAddr: 0x147344, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x18A3EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwug', symObjAddr: 0x934, symBinAddr: 0x1473D0, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x18A3FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwup', symObjAddr: 0x93C, symBinAddr: 0x1473D8, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x18A413, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwui', symObjAddr: 0x940, symBinAddr: 0x1473DC, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x18A427, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOMa', symObjAddr: 0x944, symBinAddr: 0x1473E0, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x18A43B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASQWb', symObjAddr: 0x954, symBinAddr: 0x1473F0, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x18A44F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFSQAAWl', symObjAddr: 0x958, symBinAddr: 0x1473F4, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x18A463, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x99C, symBinAddr: 0x147438, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x18A477, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x9A0, symBinAddr: 0x14743C, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x18A48B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x9E4, symBinAddr: 0x147480, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x18A49F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x9E8, symBinAddr: 0x147484, symSize: 0x44 } + - { offsetInCU: 0x5C5, offset: 0x18A4D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x424, symBinAddr: 0x14705C, symSize: 0x4 } + - { offsetInCU: 0x5E5, offset: 0x18A4F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x424, symBinAddr: 0x14705C, symSize: 0x4 } + - { offsetInCU: 0x605, offset: 0x18A519, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x428, symBinAddr: 0x147060, symSize: 0x4 } + - { offsetInCU: 0x625, offset: 0x18A539, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x428, symBinAddr: 0x147060, symSize: 0x4 } + - { offsetInCU: 0x645, offset: 0x18A559, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x42C, symBinAddr: 0x147064, symSize: 0x4 } + - { offsetInCU: 0x665, offset: 0x18A579, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x42C, symBinAddr: 0x147064, symSize: 0x4 } + - { offsetInCU: 0x685, offset: 0x18A599, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x430, symBinAddr: 0x147068, symSize: 0x4 } + - { offsetInCU: 0x6A5, offset: 0x18A5B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x430, symBinAddr: 0x147068, symSize: 0x4 } + - { offsetInCU: 0x6BC, offset: 0x18A5D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x540, symBinAddr: 0x147178, symSize: 0x28 } + - { offsetInCU: 0x6D8, offset: 0x18A5EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x568, symBinAddr: 0x1471A0, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x18A7C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x1474C8, symSize: 0x58 } + - { offsetInCU: 0x75, offset: 0x18A817, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x1474C8, symSize: 0x58 } + - { offsetInCU: 0xBC, offset: 0x18A85E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0x147520, symSize: 0xFC } + - { offsetInCU: 0x11E, offset: 0x18A8C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x154, symBinAddr: 0x14761C, symSize: 0x4C } + - { offsetInCU: 0x13A, offset: 0x18A8DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCfD', symObjAddr: 0x1A0, symBinAddr: 0x147668, symSize: 0x34 } + - { offsetInCU: 0x168, offset: 0x18A90A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCMa', symObjAddr: 0x1D4, symBinAddr: 0x14769C, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x18AAD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x1476BC, symSize: 0x7C } + - { offsetInCU: 0x92, offset: 0x18AB09, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc', symObjAddr: 0x7C, symBinAddr: 0x147738, symSize: 0x4C } + - { offsetInCU: 0xB5, offset: 0x18AB2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfC', symObjAddr: 0xC8, symBinAddr: 0x147784, symSize: 0x60 } + - { offsetInCU: 0xE9, offset: 0x18AB60, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc', symObjAddr: 0x128, symBinAddr: 0x1477E4, symSize: 0x44 } + - { offsetInCU: 0xFD, offset: 0x18AB74, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg', symObjAddr: 0x16C, symBinAddr: 0x147828, symSize: 0x34 } + - { offsetInCU: 0x12A, offset: 0x18ABA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs', symObjAddr: 0x1A0, symBinAddr: 0x14785C, symSize: 0x24 } + - { offsetInCU: 0x146, offset: 0x18ABBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM', symObjAddr: 0x1C4, symBinAddr: 0x147880, symSize: 0x40 } + - { offsetInCU: 0x1C0, offset: 0x18AC37, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM.resume.0', symObjAddr: 0x204, symBinAddr: 0x1478C0, symSize: 0x94 } + - { offsetInCU: 0x22F, offset: 0x18ACA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvg', symObjAddr: 0x298, symBinAddr: 0x147954, symSize: 0x34 } + - { offsetInCU: 0x25C, offset: 0x18ACD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvs', symObjAddr: 0x308, symBinAddr: 0x1479C4, symSize: 0x24 } + - { offsetInCU: 0x278, offset: 0x18ACEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM', symObjAddr: 0x32C, symBinAddr: 0x1479E8, symSize: 0x40 } + - { offsetInCU: 0x2C5, offset: 0x18AD3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM.resume.0', symObjAddr: 0x36C, symBinAddr: 0x147A28, symSize: 0x90 } + - { offsetInCU: 0x334, offset: 0x18ADAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9valueTypeypXpvg', symObjAddr: 0x3FC, symBinAddr: 0x147AB8, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x18ADC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg', symObjAddr: 0x408, symBinAddr: 0x147AC4, symSize: 0xB0 } + - { offsetInCU: 0x39C, offset: 0x18AE13, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x4B8, symBinAddr: 0x147B74, symSize: 0x14 } + - { offsetInCU: 0x3BB, offset: 0x18AE32, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_Tf4nnn_g', symObjAddr: 0x10D8, symBinAddr: 0x1486DC, symSize: 0xB4 } + - { offsetInCU: 0x44A, offset: 0x18AEC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x4F4, symBinAddr: 0x147BB0, symSize: 0x28 } + - { offsetInCU: 0x46D, offset: 0x18AEE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfd', symObjAddr: 0x51C, symBinAddr: 0x147BD8, symSize: 0x44 } + - { offsetInCU: 0x4A8, offset: 0x18AF1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfD', symObjAddr: 0x560, symBinAddr: 0x147C1C, symSize: 0x4C } + - { offsetInCU: 0x4EB, offset: 0x18AF62, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x5AC, symBinAddr: 0x147C68, symSize: 0x20 } + - { offsetInCU: 0x525, offset: 0x18AF9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5CC, symBinAddr: 0x147C88, symSize: 0xC } + - { offsetInCU: 0x545, offset: 0x18AFBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5CC, symBinAddr: 0x147C88, symSize: 0xC } + - { offsetInCU: 0x581, offset: 0x18AFF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x5D8, symBinAddr: 0x147C94, symSize: 0x24 } + - { offsetInCU: 0x5B6, offset: 0x18B02D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfcTf4ggn_n', symObjAddr: 0x61C, symBinAddr: 0x147CD8, symSize: 0x160 } + - { offsetInCU: 0x612, offset: 0x18B089, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5value33_20EE40CC71F69DE358C26FA8AA04C199LL4from9locationsSaySdGSayAA0A5ColorVG_AHtFTf4nnd_n', symObjAddr: 0x77C, symBinAddr: 0x147E38, symSize: 0x340 } + - { offsetInCU: 0xCE1, offset: 0x18B758, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfcTf4ggn_n', symObjAddr: 0xABC, symBinAddr: 0x148178, symSize: 0x1FC } + - { offsetInCU: 0xDD8, offset: 0x18B84F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvsTf4gn_n', symObjAddr: 0xCB8, symBinAddr: 0x148374, symSize: 0xC0 } + - { offsetInCU: 0xE57, offset: 0x18B8CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvsTf4gn_n', symObjAddr: 0xD78, symBinAddr: 0x148434, symSize: 0xBC } + - { offsetInCU: 0xED7, offset: 0x18B94E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TR', symObjAddr: 0x4CC, symBinAddr: 0x147B88, symSize: 0x28 } + - { offsetInCU: 0xEEB, offset: 0x18B962, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x5FC, symBinAddr: 0x147CB8, symSize: 0xC } + - { offsetInCU: 0xF50, offset: 0x18B9C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x608, symBinAddr: 0x147CC4, symSize: 0x14 } + - { offsetInCU: 0x1090, offset: 0x18BB07, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOy', symObjAddr: 0xE74, symBinAddr: 0x1484F0, symSize: 0x10 } + - { offsetInCU: 0x10A4, offset: 0x18BB1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0xEB0, symBinAddr: 0x14852C, symSize: 0x1C } + - { offsetInCU: 0x10D8, offset: 0x18BB4F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0xEF0, symBinAddr: 0x14856C, symSize: 0x28 } + - { offsetInCU: 0x1101, offset: 0x18BB78, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOe', symObjAddr: 0xF18, symBinAddr: 0x148594, symSize: 0x10 } + - { offsetInCU: 0x1115, offset: 0x18BB8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0xF5C, symBinAddr: 0x1485A4, symSize: 0x34 } + - { offsetInCU: 0x1129, offset: 0x18BBA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCMa', symObjAddr: 0x109C, symBinAddr: 0x1486A0, symSize: 0x20 } + - { offsetInCU: 0x113D, offset: 0x18BBB4, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie0A5ColorVGSayxGSHsSHRzlWl', symObjAddr: 0x118C, symBinAddr: 0x148790, symSize: 0x64 } + - { offsetInCU: 0x27, offset: 0x18BEA5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x148850, symSize: 0x18 } + - { offsetInCU: 0x6F, offset: 0x18BEED, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x148850, symSize: 0x18 } + - { offsetInCU: 0x100, offset: 0x18BF7E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0x148868, symSize: 0x44 } + - { offsetInCU: 0x1E3, offset: 0x18C061, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x74, symBinAddr: 0x1488AC, symSize: 0x28 } + - { offsetInCU: 0x2B7, offset: 0x18C135, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_', symObjAddr: 0xEC, symBinAddr: 0x148924, symSize: 0x14 } + - { offsetInCU: 0x310, offset: 0x18C18E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x100, symBinAddr: 0x148938, symSize: 0xC } + - { offsetInCU: 0x34C, offset: 0x18C1CA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x100, symBinAddr: 0x148938, symSize: 0xC } + - { offsetInCU: 0x37F, offset: 0x18C1FD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0VyAESWcfCTf4nd_n', symObjAddr: 0x10C, symBinAddr: 0x148944, symSize: 0xC4 } + - { offsetInCU: 0x400, offset: 0x18C27E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationO_5countAeA02__B7StorageC_SitcfCTf4nnd_n', symObjAddr: 0x1D0, symBinAddr: 0x148A08, symSize: 0xE4 } + - { offsetInCU: 0x460, offset: 0x18C2DE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x2B4, symBinAddr: 0x148AEC, symSize: 0x1BC } + - { offsetInCU: 0x5EE, offset: 0x18C46C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5write5chunk2toSiAC_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x4B4, symBinAddr: 0x148CA8, symSize: 0x238 } + - { offsetInCU: 0x923, offset: 0x18C7A1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE11consumePart2of9chunkSize9skipCRC328provider8consumers6UInt32Vs5Int64V_SiSbAcN_SitKXEyACKXEtKFZTf4nnnnnd_n', symObjAddr: 0x6FC, symBinAddr: 0x148EF0, symSize: 0x358 } + - { offsetInCU: 0xD21, offset: 0x18CB9F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwet', symObjAddr: 0xAB8, symBinAddr: 0x149258, symSize: 0x90 } + - { offsetInCU: 0xD35, offset: 0x18CBB3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwst', symObjAddr: 0xB48, symBinAddr: 0x1492E8, symSize: 0xBC } + - { offsetInCU: 0xD49, offset: 0x18CBC7, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwug', symObjAddr: 0xC04, symBinAddr: 0x1493A4, symSize: 0x8 } + - { offsetInCU: 0xD5D, offset: 0x18CBDB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwup', symObjAddr: 0xC0C, symBinAddr: 0x1493AC, symSize: 0x4 } + - { offsetInCU: 0xD71, offset: 0x18CBEF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwui', symObjAddr: 0xC10, symBinAddr: 0x1493B0, symSize: 0xC } + - { offsetInCU: 0xD85, offset: 0x18CC03, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOMa', symObjAddr: 0xC1C, symBinAddr: 0x1493BC, symSize: 0x10 } + - { offsetInCU: 0xD99, offset: 0x18CC17, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSQWb', symObjAddr: 0xC2C, symBinAddr: 0x1493CC, symSize: 0x4 } + - { offsetInCU: 0xDAD, offset: 0x18CC2B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFSQADWl', symObjAddr: 0xC30, symBinAddr: 0x1493D0, symSize: 0x44 } + - { offsetInCU: 0xDFF, offset: 0x18CC7D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x9C, symBinAddr: 0x1488D4, symSize: 0x40 } + - { offsetInCU: 0xE9B, offset: 0x18CD19, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP7_domainSSvgTW', symObjAddr: 0xDC, symBinAddr: 0x148914, symSize: 0x4 } + - { offsetInCU: 0xEB7, offset: 0x18CD35, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP5_codeSivgTW', symObjAddr: 0xE0, symBinAddr: 0x148918, symSize: 0x4 } + - { offsetInCU: 0xED3, offset: 0x18CD51, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xE4, symBinAddr: 0x14891C, symSize: 0x4 } + - { offsetInCU: 0xEEF, offset: 0x18CD6D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE8, symBinAddr: 0x148920, symSize: 0x4 } + - { offsetInCU: 0x2B, offset: 0x18D056, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x149414, symSize: 0x14C } + - { offsetInCU: 0xDE, offset: 0x18D109, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x149414, symSize: 0x14C } + - { offsetInCU: 0x257, offset: 0x18D282, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC04fontD0AA09AnimationcD0_pvW', symObjAddr: 0x14C, symBinAddr: 0x149560, symSize: 0x14C } + - { offsetInCU: 0x3C5, offset: 0x18D3F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCfD', symObjAddr: 0x298, symBinAddr: 0x1496AC, symSize: 0x2C } + - { offsetInCU: 0x409, offset: 0x18D434, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCMa', symObjAddr: 0x2C4, symBinAddr: 0x1496D8, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x18D5E7, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1496F8, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x18D60B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ', symObjAddr: 0x778, symBinAddr: 0x1E3F60, symSize: 0x0 } + - { offsetInCU: 0x9E, offset: 0x18D65E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfC', symObjAddr: 0x16C, symBinAddr: 0x149864, symSize: 0x8 } + - { offsetInCU: 0xC3, offset: 0x18D683, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ', symObjAddr: 0x174, symBinAddr: 0x14986C, symSize: 0xC } + - { offsetInCU: 0xEF, offset: 0x18D6AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ', symObjAddr: 0x180, symBinAddr: 0x149878, symSize: 0xC } + - { offsetInCU: 0x11B, offset: 0x18D6DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ', symObjAddr: 0x18C, symBinAddr: 0x149884, symSize: 0xC } + - { offsetInCU: 0x147, offset: 0x18D707, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ', symObjAddr: 0x1CC, symBinAddr: 0x1498C4, symSize: 0x50 } + - { offsetInCU: 0x17F, offset: 0x18D73F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ', symObjAddr: 0x21C, symBinAddr: 0x149914, symSize: 0x8 } + - { offsetInCU: 0x1AB, offset: 0x18D76B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg', symObjAddr: 0x224, symBinAddr: 0x14991C, symSize: 0x8 } + - { offsetInCU: 0x1BF, offset: 0x18D77F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAsADP8rawValuex03RawH0Qz_tcfCTW', symObjAddr: 0x2BC, symBinAddr: 0x1499B4, symSize: 0xC } + - { offsetInCU: 0x1FA, offset: 0x18D7BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2C8, symBinAddr: 0x1499C0, symSize: 0x10 } + - { offsetInCU: 0x227, offset: 0x18D7E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2D8, symBinAddr: 0x1499D0, symSize: 0xC } + - { offsetInCU: 0x23F, offset: 0x18D7FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2D8, symBinAddr: 0x1499D0, symSize: 0xC } + - { offsetInCU: 0x2DB, offset: 0x18D89B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg', symObjAddr: 0x40, symBinAddr: 0x149738, symSize: 0x58 } + - { offsetInCU: 0x2F9, offset: 0x18D8B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvg', symObjAddr: 0x98, symBinAddr: 0x149790, symSize: 0x2C } + - { offsetInCU: 0x317, offset: 0x18D8D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvs', symObjAddr: 0xC4, symBinAddr: 0x1497BC, symSize: 0x34 } + - { offsetInCU: 0x356, offset: 0x18D916, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM', symObjAddr: 0xF8, symBinAddr: 0x1497F0, symSize: 0x10 } + - { offsetInCU: 0x374, offset: 0x18D934, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM.resume.0', symObjAddr: 0x108, symBinAddr: 0x149800, symSize: 0x4 } + - { offsetInCU: 0x39F, offset: 0x18D95F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x10C, symBinAddr: 0x149804, symSize: 0x14 } + - { offsetInCU: 0x3BD, offset: 0x18D97D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x120, symBinAddr: 0x149818, symSize: 0x14 } + - { offsetInCU: 0x3FB, offset: 0x18D9BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM', symObjAddr: 0x134, symBinAddr: 0x14982C, symSize: 0x10 } + - { offsetInCU: 0x429, offset: 0x18D9E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x144, symBinAddr: 0x14983C, symSize: 0x4 } + - { offsetInCU: 0x454, offset: 0x18DA14, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvg', symObjAddr: 0x148, symBinAddr: 0x149840, symSize: 0x8 } + - { offsetInCU: 0x472, offset: 0x18DA32, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvs', symObjAddr: 0x150, symBinAddr: 0x149848, symSize: 0x8 } + - { offsetInCU: 0x4AF, offset: 0x18DA6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM', symObjAddr: 0x158, symBinAddr: 0x149850, symSize: 0x10 } + - { offsetInCU: 0x4DD, offset: 0x18DA9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM.resume.0', symObjAddr: 0x168, symBinAddr: 0x149860, symSize: 0x4 } + - { offsetInCU: 0x509, offset: 0x18DAC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x149890, symSize: 0x34 } + - { offsetInCU: 0x527, offset: 0x18DAE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x149890, symSize: 0x34 } + - { offsetInCU: 0x53C, offset: 0x18DAFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x149890, symSize: 0x34 } + - { offsetInCU: 0x550, offset: 0x18DB10, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x149890, symSize: 0x34 } + - { offsetInCU: 0x5CE, offset: 0x18DB8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAASYWb', symObjAddr: 0x22C, symBinAddr: 0x149924, symSize: 0x4 } + - { offsetInCU: 0x5E2, offset: 0x18DBA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSYAAWl', symObjAddr: 0x230, symBinAddr: 0x149928, symSize: 0x44 } + - { offsetInCU: 0x5F6, offset: 0x18DBB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAs0F7AlgebraPWb', symObjAddr: 0x274, symBinAddr: 0x14996C, symSize: 0x4 } + - { offsetInCU: 0x60A, offset: 0x18DBCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs10SetAlgebraAAWl', symObjAddr: 0x278, symBinAddr: 0x149970, symSize: 0x44 } + - { offsetInCU: 0x61E, offset: 0x18DBDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAASQWb', symObjAddr: 0x2E4, symBinAddr: 0x1499DC, symSize: 0x4 } + - { offsetInCU: 0x632, offset: 0x18DBF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSQAAWl', symObjAddr: 0x2E8, symBinAddr: 0x1499E0, symSize: 0x44 } + - { offsetInCU: 0x646, offset: 0x18DC06, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x32C, symBinAddr: 0x149A24, symSize: 0x4 } + - { offsetInCU: 0x65A, offset: 0x18DC1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs25ExpressibleByArrayLiteralAAWl', symObjAddr: 0x330, symBinAddr: 0x149A28, symSize: 0x44 } + - { offsetInCU: 0x679, offset: 0x18DC39, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwCP', symObjAddr: 0x534, symBinAddr: 0x149C2C, symSize: 0x30 } + - { offsetInCU: 0x68D, offset: 0x18DC4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwxx', symObjAddr: 0x564, symBinAddr: 0x149C5C, symSize: 0x28 } + - { offsetInCU: 0x6A1, offset: 0x18DC61, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwcp', symObjAddr: 0x58C, symBinAddr: 0x149C84, symSize: 0x4C } + - { offsetInCU: 0x6B5, offset: 0x18DC75, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwca', symObjAddr: 0x5D8, symBinAddr: 0x149CD0, symSize: 0x7C } + - { offsetInCU: 0x6C9, offset: 0x18DC89, size: 0x8, addend: 0x0, symName: ___swift_memcpy40_8, symObjAddr: 0x654, symBinAddr: 0x149D4C, symSize: 0x14 } + - { offsetInCU: 0x6DD, offset: 0x18DC9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwta', symObjAddr: 0x668, symBinAddr: 0x149D60, symSize: 0x5C } + - { offsetInCU: 0x6F1, offset: 0x18DCB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwet', symObjAddr: 0x6C4, symBinAddr: 0x149DBC, symSize: 0x48 } + - { offsetInCU: 0x705, offset: 0x18DCC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwst', symObjAddr: 0x70C, symBinAddr: 0x149E04, symSize: 0x48 } + - { offsetInCU: 0x719, offset: 0x18DCD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVMa', symObjAddr: 0x754, symBinAddr: 0x149E4C, symSize: 0x10 } + - { offsetInCU: 0x72D, offset: 0x18DCED, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVMa', symObjAddr: 0x764, symBinAddr: 0x149E5C, symSize: 0x10 } + - { offsetInCU: 0x82F, offset: 0x18DDEF, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1496F8, symSize: 0x40 } + - { offsetInCU: 0x847, offset: 0x18DE07, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1496F8, symSize: 0x40 } + - { offsetInCU: 0x85B, offset: 0x18DE1B, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1496F8, symSize: 0x40 } + - { offsetInCU: 0x86F, offset: 0x18DE2F, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1496F8, symSize: 0x40 } + - { offsetInCU: 0x883, offset: 0x18DE43, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1496F8, symSize: 0x40 } + - { offsetInCU: 0x897, offset: 0x18DE57, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1496F8, symSize: 0x40 } + - { offsetInCU: 0x8AB, offset: 0x18DE6B, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1496F8, symSize: 0x40 } + - { offsetInCU: 0xA7F, offset: 0x18E03F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x149A6C, symSize: 0x8 } + - { offsetInCU: 0xA97, offset: 0x18E057, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x149A6C, symSize: 0x8 } + - { offsetInCU: 0xAAB, offset: 0x18E06B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x149A6C, symSize: 0x8 } + - { offsetInCU: 0xABF, offset: 0x18E07F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x149A6C, symSize: 0x8 } + - { offsetInCU: 0xAF1, offset: 0x18E0B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP5unionyxxnFTW', symObjAddr: 0x37C, symBinAddr: 0x149A74, symSize: 0x14 } + - { offsetInCU: 0xB9C, offset: 0x18E15C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP12intersectionyxxFTW', symObjAddr: 0x390, symBinAddr: 0x149A88, symSize: 0x14 } + - { offsetInCU: 0xC6C, offset: 0x18E22C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP19symmetricDifferenceyxxnFTW', symObjAddr: 0x3A4, symBinAddr: 0x149A9C, symSize: 0x14 } + - { offsetInCU: 0xD35, offset: 0x18E2F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6insertySb8inserted_7ElementQz17memberAfterInserttAInFTW', symObjAddr: 0x3B8, symBinAddr: 0x149AB0, symSize: 0x30 } + - { offsetInCU: 0xE8E, offset: 0x18E44E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6removey7ElementQzSgAHFTW', symObjAddr: 0x3E8, symBinAddr: 0x149AE0, symSize: 0x38 } + - { offsetInCU: 0x1046, offset: 0x18E606, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6update4with7ElementQzSgAIn_tFTW', symObjAddr: 0x420, symBinAddr: 0x149B18, symSize: 0x24 } + - { offsetInCU: 0x1159, offset: 0x18E719, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP9formUnionyyxnFTW', symObjAddr: 0x444, symBinAddr: 0x149B3C, symSize: 0x14 } + - { offsetInCU: 0x11FC, offset: 0x18E7BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP16formIntersectionyyxFTW', symObjAddr: 0x458, symBinAddr: 0x149B50, symSize: 0x14 } + - { offsetInCU: 0x129F, offset: 0x18E85F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x46C, symBinAddr: 0x149B64, symSize: 0x14 } + - { offsetInCU: 0x1351, offset: 0x18E911, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP11subtractingyxxFTW', symObjAddr: 0x480, symBinAddr: 0x149B78, symSize: 0x14 } + - { offsetInCU: 0x1435, offset: 0x18E9F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8isSubset2ofSbx_tFTW', symObjAddr: 0x494, symBinAddr: 0x149B8C, symSize: 0x14 } + - { offsetInCU: 0x14AC, offset: 0x18EA6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isDisjoint4withSbx_tFTW', symObjAddr: 0x4A8, symBinAddr: 0x149BA0, symSize: 0x14 } + - { offsetInCU: 0x1564, offset: 0x18EB24, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isSuperset2ofSbx_tFTW', symObjAddr: 0x4BC, symBinAddr: 0x149BB4, symSize: 0x14 } + - { offsetInCU: 0x15FE, offset: 0x18EBBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP7isEmptySbvgTW', symObjAddr: 0x4D0, symBinAddr: 0x149BC8, symSize: 0x10 } + - { offsetInCU: 0x1666, offset: 0x18EC26, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPyxqd__ncSTRd__7ElementQyd__AFRtzlufCTW', symObjAddr: 0x4E0, symBinAddr: 0x149BD8, symSize: 0x28 } + - { offsetInCU: 0x1682, offset: 0x18EC42, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8subtractyyxFTW', symObjAddr: 0x508, symBinAddr: 0x149C00, symSize: 0x14 } + - { offsetInCU: 0x1725, offset: 0x18ECE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x51C, symBinAddr: 0x149C14, symSize: 0x14 } + - { offsetInCU: 0x1763, offset: 0x18ED23, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs25ExpressibleByArrayLiteralAAsADP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x530, symBinAddr: 0x149C28, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x18EEC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMi', symObjAddr: 0x0, symBinAddr: 0x149E70, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x18EEDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMr', symObjAddr: 0x4, symBinAddr: 0x149E74, symSize: 0x4C } + - { offsetInCU: 0xBA, offset: 0x18EF41, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC9keyframes33unsupportedAfterEffectsExpressionACyxGs15ContiguousArrayVyAA0B0CyxGG_SSSgtcfC', symObjAddr: 0x208, symBinAddr: 0x14A078, symSize: 0x44 } + - { offsetInCU: 0x10A, offset: 0x18EF91, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueSSvg', symObjAddr: 0x24C, symBinAddr: 0x14A0BC, symSize: 0x18 } + - { offsetInCU: 0x13B, offset: 0x18EFC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x37C, symBinAddr: 0x14A1DC, symSize: 0x6C } + - { offsetInCU: 0x170, offset: 0x18EFF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x3E8, symBinAddr: 0x14A248, symSize: 0x4 } + - { offsetInCU: 0x1A5, offset: 0x18F02C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueSSvg', symObjAddr: 0x3EC, symBinAddr: 0x14A24C, symSize: 0x18 } + - { offsetInCU: 0x1D6, offset: 0x18F05D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x544, symBinAddr: 0x14A3A4, symSize: 0x2C } + - { offsetInCU: 0x1F2, offset: 0x18F079, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x570, symBinAddr: 0x14A3D0, symSize: 0x28 } + - { offsetInCU: 0x20E, offset: 0x18F095, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValueSSvgTW', symObjAddr: 0x598, symBinAddr: 0x14A3F8, symSize: 0x8 } + - { offsetInCU: 0x22A, offset: 0x18F0B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5A0, symBinAddr: 0x14A400, symSize: 0x24 } + - { offsetInCU: 0x246, offset: 0x18F0CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValueSiSgvgTW', symObjAddr: 0x5C4, symBinAddr: 0x14A424, symSize: 0xC } + - { offsetInCU: 0x271, offset: 0x18F0F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x5D0, symBinAddr: 0x14A430, symSize: 0x28 } + - { offsetInCU: 0x2A2, offset: 0x18F129, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1AFC, symBinAddr: 0x14B8BC, symSize: 0x8 } + - { offsetInCU: 0x312, offset: 0x18F199, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCfD', symObjAddr: 0x684, symBinAddr: 0x14A4C0, symSize: 0x2C } + - { offsetInCU: 0x35D, offset: 0x18F1E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlF', symObjAddr: 0x50, symBinAddr: 0x149EC0, symSize: 0x158 } + - { offsetInCU: 0x3FC, offset: 0x18F283, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_', symObjAddr: 0x17AC, symBinAddr: 0x14B5D8, symSize: 0xA8 } + - { offsetInCU: 0x460, offset: 0x18F2E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE12interpolatorAA0D13ValueProvider_pvg', symObjAddr: 0x1A8, symBinAddr: 0x14A018, symSize: 0x60 } + - { offsetInCU: 0x49D, offset: 0x18F324, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9withValueyACyqd__Gqd__lF', symObjAddr: 0x264, symBinAddr: 0x14A0D4, symSize: 0x108 } + - { offsetInCU: 0x4EA, offset: 0x18F371, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMa', symObjAddr: 0x6B0, symBinAddr: 0x14A4EC, symSize: 0xC } + - { offsetInCU: 0x509, offset: 0x18F390, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0x6CC, symBinAddr: 0x14A4F8, symSize: 0x9E4 } + - { offsetInCU: 0x6E9, offset: 0x18F570, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x10B0, symBinAddr: 0x14AEDC, symSize: 0x2C } + - { offsetInCU: 0x738, offset: 0x18F5BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x10DC, symBinAddr: 0x14AF08, symSize: 0x4D4 } + - { offsetInCU: 0x8B1, offset: 0x18F738, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x15B0, symBinAddr: 0x14B3DC, symSize: 0x24 } + - { offsetInCU: 0x8D4, offset: 0x18F75B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x15D4, symBinAddr: 0x14B400, symSize: 0x74 } + - { offsetInCU: 0x931, offset: 0x18F7B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x1648, symBinAddr: 0x14B474, symSize: 0x10 } + - { offsetInCU: 0x958, offset: 0x18F7DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x1658, symBinAddr: 0x14B484, symSize: 0x84 } + - { offsetInCU: 0x9CE, offset: 0x18F855, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE9hashValueSivg', symObjAddr: 0x16DC, symBinAddr: 0x14B508, symSize: 0x44 } + - { offsetInCU: 0xA4C, offset: 0x18F8D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x1720, symBinAddr: 0x14B54C, symSize: 0x24 } + - { offsetInCU: 0xA68, offset: 0x18F8EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1744, symBinAddr: 0x14B570, symSize: 0x24 } + - { offsetInCU: 0xA7C, offset: 0x18F903, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvg', symObjAddr: 0x1854, symBinAddr: 0x14B680, symSize: 0x4C } + - { offsetInCU: 0xAE1, offset: 0x18F968, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP7untypedACyypGvgTW', symObjAddr: 0x18A0, symBinAddr: 0x14B6CC, symSize: 0x24 } + - { offsetInCU: 0xAFD, offset: 0x18F984, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP12interpolatorAA0D13ValueProvider_pvgTW', symObjAddr: 0x18C4, symBinAddr: 0x14B6F0, symSize: 0x24 } + - { offsetInCU: 0xB19, offset: 0x18F9A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSQWb', symObjAddr: 0x18E8, symBinAddr: 0x14B714, symSize: 0x38 } + - { offsetInCU: 0xB2D, offset: 0x18F9B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_TA', symObjAddr: 0x1920, symBinAddr: 0x14B74C, symSize: 0x1C } + - { offsetInCU: 0xB41, offset: 0x18F9C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMa', symObjAddr: 0x193C, symBinAddr: 0x14B768, symSize: 0xC } + - { offsetInCU: 0xB67, offset: 0x18F9EE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF', symObjAddr: 0x19B4, symBinAddr: 0x14B774, symSize: 0x64 } + - { offsetInCU: 0xC19, offset: 0x18FAA0, size: 0x8, addend: 0x0, symName: '_$sSa13_adoptStorage_5countSayxG_SpyxGts016_ContiguousArrayB0CyxGn_SitFZTf4gnn_n', symObjAddr: 0x1B04, symBinAddr: 0x14B8C4, symSize: 0x88 } + - { offsetInCU: 0xC88, offset: 0x18FB0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvgypxXEfU_TA', symObjAddr: 0x1BCC, symBinAddr: 0x14B94C, symSize: 0x50 } + - { offsetInCU: 0xCC3, offset: 0x18FB4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMi', symObjAddr: 0x1C84, symBinAddr: 0x14B99C, symSize: 0x8 } + - { offsetInCU: 0xCD7, offset: 0x18FB5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwet', symObjAddr: 0x1C9C, symBinAddr: 0x14B9A4, symSize: 0x90 } + - { offsetInCU: 0xCEB, offset: 0x18FB72, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwst', symObjAddr: 0x1D2C, symBinAddr: 0x14BA34, symSize: 0xBC } + - { offsetInCU: 0xCFF, offset: 0x18FB86, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwug', symObjAddr: 0x1DE8, symBinAddr: 0x14BAF0, symSize: 0x8 } + - { offsetInCU: 0xD13, offset: 0x18FB9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwup', symObjAddr: 0x1DF0, symBinAddr: 0x14BAF8, symSize: 0x4 } + - { offsetInCU: 0xD27, offset: 0x18FBAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwui', symObjAddr: 0x1DF4, symBinAddr: 0x14BAFC, symSize: 0xC } + - { offsetInCU: 0xD3B, offset: 0x18FBC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASQWb', symObjAddr: 0x1E00, symBinAddr: 0x14BB08, symSize: 0x10 } + - { offsetInCU: 0xD4F, offset: 0x18FBD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E10, symBinAddr: 0x14BB18, symSize: 0x10 } + - { offsetInCU: 0xD63, offset: 0x18FBEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1E20, symBinAddr: 0x14BB28, symSize: 0x10 } + - { offsetInCU: 0xDC8, offset: 0x18FC4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x404, symBinAddr: 0x14A264, symSize: 0x54 } + - { offsetInCU: 0xDE4, offset: 0x18FC6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x458, symBinAddr: 0x14A2B8, symSize: 0x4C } + - { offsetInCU: 0xE00, offset: 0x18FC87, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4A4, symBinAddr: 0x14A304, symSize: 0x50 } + - { offsetInCU: 0xE1C, offset: 0x18FCA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4F4, symBinAddr: 0x14A354, symSize: 0x50 } + - { offsetInCU: 0xE3E, offset: 0x18FCC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x5F8, symBinAddr: 0x14A458, symSize: 0x34 } + - { offsetInCU: 0xE5A, offset: 0x18FCE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x62C, symBinAddr: 0x14A48C, symSize: 0x34 } + - { offsetInCU: 0xF27, offset: 0x18FDAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1768, symBinAddr: 0x14B594, symSize: 0x44 } + - { offsetInCU: 0xF6B, offset: 0x18FDF2, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV6appendyyxnFTf4gn_n', symObjAddr: 0x1A18, symBinAddr: 0x14B7D8, symSize: 0x74 } + - { offsetInCU: 0xFD9, offset: 0x18FE60, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV12arrayLiteralAByxGxd_tcfCTf4gn_n', symObjAddr: 0x1A8C, symBinAddr: 0x14B84C, symSize: 0x70 } + - { offsetInCU: 0x2B, offset: 0x190127, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x14BB38, symSize: 0x15C } + - { offsetInCU: 0xBD, offset: 0x1901B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x14BB38, symSize: 0x15C } + - { offsetInCU: 0x1F6, offset: 0x1902F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15setupAnimations7contextyAA0dC7ContextV_tKF', symObjAddr: 0x15C, symBinAddr: 0x14BC94, symSize: 0x258 } + - { offsetInCU: 0x384, offset: 0x190480, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x3B4, symBinAddr: 0x14BEEC, symSize: 0x19C } + - { offsetInCU: 0x550, offset: 0x19064C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x550, symBinAddr: 0x14C088, symSize: 0x2C } + - { offsetInCU: 0x58A, offset: 0x190686, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCACycfcTo', symObjAddr: 0x57C, symBinAddr: 0x14C0B4, symSize: 0x3C } + - { offsetInCU: 0x5ED, offset: 0x1906E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x5B8, symBinAddr: 0x14C0F0, symSize: 0x94 } + - { offsetInCU: 0x65A, offset: 0x190756, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x64C, symBinAddr: 0x14C184, symSize: 0x44 } + - { offsetInCU: 0x69D, offset: 0x190799, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCfD', symObjAddr: 0x690, symBinAddr: 0x14C1C8, symSize: 0x30 } + - { offsetInCU: 0x6CA, offset: 0x1907C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCAA0cD0A2aDP15setupAnimations7contextyAA0dC7ContextV_tKFTW', symObjAddr: 0x6E0, symBinAddr: 0x14C218, symSize: 0x2C } + - { offsetInCU: 0x79F, offset: 0x19089B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCMa', symObjAddr: 0x6C0, symBinAddr: 0x14C1F8, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x190B0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x14C244, symSize: 0x2C } + - { offsetInCU: 0x73, offset: 0x190B54, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x14C244, symSize: 0x2C } + - { offsetInCU: 0xB8, offset: 0x190B99, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCMa', symObjAddr: 0x2C, symBinAddr: 0x14C270, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x190CFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x14C290, symSize: 0x4 } + - { offsetInCU: 0x4F, offset: 0x190D1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotificationSo18NSNotificationNameavp', symObjAddr: 0x3390, symBinAddr: 0x1FACC0, symSize: 0x0 } + - { offsetInCU: 0x5D, offset: 0x190D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x14C290, symSize: 0x4 } + - { offsetInCU: 0x71, offset: 0x190D40, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMr', symObjAddr: 0x4, symBinAddr: 0x14C294, symSize: 0x7C } + - { offsetInCU: 0x85, offset: 0x190D54, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotification_WZ', symObjAddr: 0x80, symBinAddr: 0x14C310, symSize: 0x18 } + - { offsetInCU: 0xAB, offset: 0x190D7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfd', symObjAddr: 0x98, symBinAddr: 0x14C328, symSize: 0x4C } + - { offsetInCU: 0xEF, offset: 0x190DBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfD', symObjAddr: 0xE4, symBinAddr: 0x14C374, symSize: 0x1C } + - { offsetInCU: 0x11D, offset: 0x190DEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMa', symObjAddr: 0x100, symBinAddr: 0x14C390, symSize: 0xC } + - { offsetInCU: 0x131, offset: 0x190E00, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMi', symObjAddr: 0x10C, symBinAddr: 0x14C39C, symSize: 0x4 } + - { offsetInCU: 0x145, offset: 0x190E14, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMr', symObjAddr: 0x110, symBinAddr: 0x14C3A0, symSize: 0xA8 } + - { offsetInCU: 0x19D, offset: 0x190E6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCfD', symObjAddr: 0x1B8, symBinAddr: 0x14C448, symSize: 0x60 } + - { offsetInCU: 0x1FF, offset: 0x190ECE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMa', symObjAddr: 0x218, symBinAddr: 0x14C4A8, symSize: 0xC } + - { offsetInCU: 0x8B, offset: 0x1910D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyF', symObjAddr: 0x0, symBinAddr: 0x14C4B4, symSize: 0xF0 } + - { offsetInCU: 0x16B, offset: 0x1911B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_', symObjAddr: 0x20D8, symBinAddr: 0x14E490, symSize: 0x638 } + - { offsetInCU: 0x4D8, offset: 0x191525, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_6$deferL_yyF', symObjAddr: 0x2710, symBinAddr: 0x14EAC8, symSize: 0xBC } + - { offsetInCU: 0x598, offset: 0x1915E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC3url10accessMode17preferredEncodingACSg10Foundation3URLV_AC06AccessE0OSSAHE0G0VSgtcfc', symObjAddr: 0x14C0, symBinAddr: 0x14D974, symSize: 0x318 } + - { offsetInCU: 0x641, offset: 0x19168E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCfD', symObjAddr: 0x17D8, symBinAddr: 0x14DC8C, symSize: 0xD4 } + - { offsetInCU: 0x6B6, offset: 0x191703, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1E48, symBinAddr: 0x14E244, symSize: 0x14 } + - { offsetInCU: 0x745, offset: 0x191792, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x1E5C, symBinAddr: 0x14E258, symSize: 0x44 } + - { offsetInCU: 0x828, offset: 0x191875, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1EA0, symBinAddr: 0x14E29C, symSize: 0x28 } + - { offsetInCU: 0x8B6, offset: 0x191903, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1FD8, symBinAddr: 0x14E3D4, symSize: 0x18 } + - { offsetInCU: 0x8E7, offset: 0x191934, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x1FF0, symBinAddr: 0x14E3EC, symSize: 0xC } + - { offsetInCU: 0x904, offset: 0x191951, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST12makeIterator0D0QzyFTW', symObjAddr: 0x27CC, symBinAddr: 0x14EB84, symSize: 0x3C } + - { offsetInCU: 0x927, offset: 0x191974, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33scanForZIP64EndOfCentralDirectory06_D21B9K25A55B313329C5A8982D32CCC76LL2in10eocdOffsetAC0efghI0VSgSpySo7__sFILEVG_s6UInt64VtFZTf4nnd_n', symObjAddr: 0x32FC, symBinAddr: 0x14F674, symSize: 0x178 } + - { offsetInCU: 0xAE0, offset: 0x191B2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC34scanForEndOfCentralDirectoryRecord2inAC0efghI0V_AC05ZIP64efgH0VSgtSgSpySo7__sFILEVG_tFZTf4nd_n', symObjAddr: 0x3474, symBinAddr: 0x14F7EC, symSize: 0x218 } + - { offsetInCU: 0xC61, offset: 0x191CAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data10Foundation4DataVvg', symObjAddr: 0xF0, symBinAddr: 0x14C5A4, symSize: 0xD8C } + - { offsetInCU: 0x154B, offset: 0x192598, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt32V_Tg5', symObjAddr: 0xEEC, symBinAddr: 0x14D3A0, symSize: 0x140 } + - { offsetInCU: 0x15DC, offset: 0x192629, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt64V_Tg5', symObjAddr: 0x103C, symBinAddr: 0x14D4F0, symSize: 0x140 } + - { offsetInCU: 0x16F2, offset: 0x19273F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt32V_Tg5', symObjAddr: 0x118C, symBinAddr: 0x14D640, symSize: 0xF8 } + - { offsetInCU: 0x1952, offset: 0x19299F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt16V_Tg5', symObjAddr: 0x1294, symBinAddr: 0x14D748, symSize: 0x114 } + - { offsetInCU: 0x1BB2, offset: 0x192BFF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt64V_Tg5', symObjAddr: 0x13B8, symBinAddr: 0x14D86C, symSize: 0xF8 } + - { offsetInCU: 0x1D9C, offset: 0x192DE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMU', symObjAddr: 0x18AC, symBinAddr: 0x14DD60, symSize: 0x8 } + - { offsetInCU: 0x1DB0, offset: 0x192DFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMa', symObjAddr: 0x18B4, symBinAddr: 0x14DD68, symSize: 0x3C } + - { offsetInCU: 0x1DC4, offset: 0x192E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMr', symObjAddr: 0x18F0, symBinAddr: 0x14DDA4, symSize: 0xBC } + - { offsetInCU: 0x1DD8, offset: 0x192E25, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgMa', symObjAddr: 0x19AC, symBinAddr: 0x14DE60, symSize: 0x54 } + - { offsetInCU: 0x1DEC, offset: 0x192E39, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwCP', symObjAddr: 0x1A00, symBinAddr: 0x14DEB4, symSize: 0x30 } + - { offsetInCU: 0x1E00, offset: 0x192E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwxx', symObjAddr: 0x1A80, symBinAddr: 0x14DEE4, symSize: 0xC } + - { offsetInCU: 0x1E14, offset: 0x192E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x1AD0, symBinAddr: 0x14DEF0, symSize: 0x5C } + - { offsetInCU: 0x1E28, offset: 0x192E75, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwca', symObjAddr: 0x1B2C, symBinAddr: 0x14DF4C, symSize: 0x84 } + - { offsetInCU: 0x1E3C, offset: 0x192E89, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwta', symObjAddr: 0x1BC4, symBinAddr: 0x14DFD0, symSize: 0x58 } + - { offsetInCU: 0x1E50, offset: 0x192E9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwet', symObjAddr: 0x1C1C, symBinAddr: 0x14E028, symSize: 0x54 } + - { offsetInCU: 0x1E64, offset: 0x192EB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwst', symObjAddr: 0x1C70, symBinAddr: 0x14E07C, symSize: 0x58 } + - { offsetInCU: 0x1E78, offset: 0x192EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVMa', symObjAddr: 0x1CC8, symBinAddr: 0x14E0D4, symSize: 0x10 } + - { offsetInCU: 0x1E8C, offset: 0x192ED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwet', symObjAddr: 0x1CE8, symBinAddr: 0x14E0E4, symSize: 0x90 } + - { offsetInCU: 0x1EA0, offset: 0x192EED, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwst', symObjAddr: 0x1D78, symBinAddr: 0x14E174, symSize: 0xBC } + - { offsetInCU: 0x1EB4, offset: 0x192F01, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwup', symObjAddr: 0x1E34, symBinAddr: 0x14E230, symSize: 0x4 } + - { offsetInCU: 0x1EC8, offset: 0x192F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOMa', symObjAddr: 0x1E38, symBinAddr: 0x14E234, symSize: 0x10 } + - { offsetInCU: 0x1F13, offset: 0x192F60, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASQWb', symObjAddr: 0x1FFC, symBinAddr: 0x14E3F8, symSize: 0x4 } + - { offsetInCU: 0x1F27, offset: 0x192F74, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOAESQAAWl', symObjAddr: 0x2000, symBinAddr: 0x14E3FC, symSize: 0x44 } + - { offsetInCU: 0x1F3B, offset: 0x192F88, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAA8IteratorST_StWT', symObjAddr: 0x2044, symBinAddr: 0x14E440, symSize: 0x4 } + - { offsetInCU: 0x1F4F, offset: 0x192F9C, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGAByxGStsWl', symObjAddr: 0x2048, symBinAddr: 0x14E444, symSize: 0x4C } + - { offsetInCU: 0x21D3, offset: 0x193220, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_TA', symObjAddr: 0x2AA8, symBinAddr: 0x14EE60, symSize: 0xC } + - { offsetInCU: 0x221E, offset: 0x19326B, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlF6Lottie7ArchiveC_Tg5', symObjAddr: 0x2AF4, symBinAddr: 0x14EE6C, symSize: 0x2F0 } + - { offsetInCU: 0x22FE, offset: 0x19334B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10LargeSliceVyAESWcfCTf4nd_n', symObjAddr: 0x2DE4, symBinAddr: 0x14F15C, symSize: 0x78 } + - { offsetInCU: 0x232B, offset: 0x193378, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAESWcfCTf4nd_n', symObjAddr: 0x2E5C, symBinAddr: 0x14F1D4, symSize: 0x80 } + - { offsetInCU: 0x23A1, offset: 0x1933EE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOyAESWcfCTf4nd_n', symObjAddr: 0x2EDC, symBinAddr: 0x14F254, symSize: 0x68 } + - { offsetInCU: 0x23F6, offset: 0x193443, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAeC0cB0VcfCTf4nd_n', symObjAddr: 0x2F44, symBinAddr: 0x14F2BC, symSize: 0xEC } + - { offsetInCU: 0x2462, offset: 0x1934AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0J0V_AKSiKXEtcfC015$s10Foundation4j2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x3030, symBinAddr: 0x14F3A8, symSize: 0x2AC } + - { offsetInCU: 0x2664, offset: 0x1936B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOe', symObjAddr: 0x368C, symBinAddr: 0x14FA04, symSize: 0x78 } + - { offsetInCU: 0x2678, offset: 0x1936C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOy', symObjAddr: 0x3758, symBinAddr: 0x14FAD0, symSize: 0x78 } + - { offsetInCU: 0x268C, offset: 0x1936D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOy', symObjAddr: 0x37D0, symBinAddr: 0x14FB48, symSize: 0x60 } + - { offsetInCU: 0x26A0, offset: 0x1936ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOe', symObjAddr: 0x38A0, symBinAddr: 0x14FBF0, symSize: 0x60 } + - { offsetInCU: 0x26B4, offset: 0x193701, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_TA', symObjAddr: 0x3900, symBinAddr: 0x14FC50, symSize: 0x18 } + - { offsetInCU: 0x26C8, offset: 0x193715, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOf', symObjAddr: 0x3974, symBinAddr: 0x14FC68, symSize: 0x48 } + - { offsetInCU: 0x26DC, offset: 0x193729, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVWOr', symObjAddr: 0x39BC, symBinAddr: 0x14FCB0, symSize: 0x2C } + - { offsetInCU: 0x26F0, offset: 0x19373D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOr', symObjAddr: 0x39E8, symBinAddr: 0x14FCDC, symSize: 0x58 } + - { offsetInCU: 0x2704, offset: 0x193751, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOs', symObjAddr: 0x3A5C, symBinAddr: 0x14FD34, symSize: 0x60 } + - { offsetInCU: 0x2718, offset: 0x193765, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOe', symObjAddr: 0x3ABC, symBinAddr: 0x14FD94, symSize: 0xE0 } + - { offsetInCU: 0x272C, offset: 0x193779, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwet', symObjAddr: 0x3BE0, symBinAddr: 0x14FEB8, symSize: 0x90 } + - { offsetInCU: 0x2740, offset: 0x19378D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwst', symObjAddr: 0x3C70, symBinAddr: 0x14FF48, symSize: 0xBC } + - { offsetInCU: 0x2754, offset: 0x1937A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwug', symObjAddr: 0x3D2C, symBinAddr: 0x150004, symSize: 0x8 } + - { offsetInCU: 0x2768, offset: 0x1937B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwup', symObjAddr: 0x3D34, symBinAddr: 0x15000C, symSize: 0x4 } + - { offsetInCU: 0x277C, offset: 0x1937C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwui', symObjAddr: 0x3D38, symBinAddr: 0x150010, symSize: 0x8 } + - { offsetInCU: 0x2790, offset: 0x1937DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOMa', symObjAddr: 0x3D40, symBinAddr: 0x150018, symSize: 0x10 } + - { offsetInCU: 0x27A4, offset: 0x1937F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASQWb', symObjAddr: 0x3D50, symBinAddr: 0x150028, symSize: 0x4 } + - { offsetInCU: 0x27B8, offset: 0x193805, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAESQAAWl', symObjAddr: 0x3D54, symBinAddr: 0x15002C, symSize: 0x44 } + - { offsetInCU: 0x28C0, offset: 0x19390D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1EC8, symBinAddr: 0x14E2C4, symSize: 0x40 } + - { offsetInCU: 0x295C, offset: 0x1939A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0x1F08, symBinAddr: 0x14E304, symSize: 0x4 } + - { offsetInCU: 0x2978, offset: 0x1939C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0x1F0C, symBinAddr: 0x14E308, symSize: 0x4 } + - { offsetInCU: 0x2994, offset: 0x1939E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x1F10, symBinAddr: 0x14E30C, symSize: 0x4 } + - { offsetInCU: 0x29B0, offset: 0x1939FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x1F14, symBinAddr: 0x14E310, symSize: 0x4 } + - { offsetInCU: 0x29DB, offset: 0x193A28, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1F18, symBinAddr: 0x14E314, symSize: 0x14 } + - { offsetInCU: 0x2A6C, offset: 0x193AB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH9hashValueSivgTW', symObjAddr: 0x1F2C, symBinAddr: 0x14E328, symSize: 0x44 } + - { offsetInCU: 0x2B1B, offset: 0x193B68, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1F70, symBinAddr: 0x14E36C, symSize: 0x28 } + - { offsetInCU: 0x2B6E, offset: 0x193BBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1F98, symBinAddr: 0x14E394, symSize: 0x40 } + - { offsetInCU: 0x2C4D, offset: 0x193C9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST19underestimatedCountSivgTW', symObjAddr: 0x2808, symBinAddr: 0x14EBC0, symSize: 0x8 } + - { offsetInCU: 0x2C69, offset: 0x193CB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST31_customContainsEquatableElementySbSg0F0QzFTW', symObjAddr: 0x2810, symBinAddr: 0x14EBC8, symSize: 0x8 } + - { offsetInCU: 0x2C9A, offset: 0x193CE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST22_copyToContiguousArrays0eF0Vy7ElementQzGyFTW', symObjAddr: 0x2818, symBinAddr: 0x14EBD0, symSize: 0x34 } + - { offsetInCU: 0x2CCB, offset: 0x193D18, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tFTW', symObjAddr: 0x284C, symBinAddr: 0x14EC04, symSize: 0x20 } + - { offsetInCU: 0x2CE7, offset: 0x193D34, size: 0x8, addend: 0x0, symName: '_$sSTsE13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tF6Lottie7ArchiveC_Tg5', symObjAddr: 0x286C, symBinAddr: 0x14EC24, symSize: 0x1D8 } + - { offsetInCU: 0x2D5E, offset: 0x193DAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST32withContiguousStorageIfAvailableyqd__Sgqd__SRy7ElementQzGKXEKlFTW', symObjAddr: 0x2A44, symBinAddr: 0x14EDFC, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1941BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x15008C, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0x1941E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x15008C, symSize: 0x64 } + - { offsetInCU: 0x7C, offset: 0x194210, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfD', symObjAddr: 0x64, symBinAddr: 0x1500F0, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x19424C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x15012C, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x19428D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xAC, symBinAddr: 0x150138, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x1942CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xDC, symBinAddr: 0x150168, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x194300, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesC08gradientC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x250, symBinAddr: 0x1502DC, symSize: 0x93C } + - { offsetInCU: 0x8D0, offset: 0x194A64, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x15010C, symSize: 0x20 } + - { offsetInCU: 0x90E, offset: 0x194AA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCfD', symObjAddr: 0xE8, symBinAddr: 0x150174, symSize: 0x34 } + - { offsetInCU: 0x96F, offset: 0x194B03, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x13C, symBinAddr: 0x1501C8, symSize: 0x44 } + - { offsetInCU: 0x9BB, offset: 0x194B4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x180, symBinAddr: 0x15020C, symSize: 0x24 } + - { offsetInCU: 0x9FC, offset: 0x194B90, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A4, symBinAddr: 0x150230, symSize: 0x4 } + - { offsetInCU: 0xA1C, offset: 0x194BB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A4, symBinAddr: 0x150230, symSize: 0x4 } + - { offsetInCU: 0xA4C, offset: 0x194BE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0x150234, symSize: 0x8 } + - { offsetInCU: 0xA6C, offset: 0x194C00, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0x150234, symSize: 0x8 } + - { offsetInCU: 0xACF, offset: 0x194C63, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0x15023C, symSize: 0x10 } + - { offsetInCU: 0xAEF, offset: 0x194C83, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0x15023C, symSize: 0x10 } + - { offsetInCU: 0xB36, offset: 0x194CCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x15024C, symSize: 0x8 } + - { offsetInCU: 0xB56, offset: 0x194CEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x15024C, symSize: 0x8 } + - { offsetInCU: 0xB77, offset: 0x194D0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1C8, symBinAddr: 0x150254, symSize: 0x8 } + - { offsetInCU: 0xB97, offset: 0x194D2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1C8, symBinAddr: 0x150254, symSize: 0x8 } + - { offsetInCU: 0xBB8, offset: 0x194D4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x15025C, symSize: 0x8 } + - { offsetInCU: 0xBD8, offset: 0x194D6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x15025C, symSize: 0x8 } + - { offsetInCU: 0xBF9, offset: 0x194D8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1D8, symBinAddr: 0x150264, symSize: 0x8 } + - { offsetInCU: 0xC19, offset: 0x194DAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1D8, symBinAddr: 0x150264, symSize: 0x8 } + - { offsetInCU: 0xC3A, offset: 0x194DCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1E0, symBinAddr: 0x15026C, symSize: 0xC } + - { offsetInCU: 0xC5A, offset: 0x194DEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1E0, symBinAddr: 0x15026C, symSize: 0xC } + - { offsetInCU: 0xC7B, offset: 0x194E0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1EC, symBinAddr: 0x150278, symSize: 0x10 } + - { offsetInCU: 0xC9B, offset: 0x194E2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1EC, symBinAddr: 0x150278, symSize: 0x10 } + - { offsetInCU: 0xCAD, offset: 0x194E41, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1FC, symBinAddr: 0x150288, symSize: 0x8 } + - { offsetInCU: 0xCE7, offset: 0x194E7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x204, symBinAddr: 0x150290, symSize: 0x4C } + - { offsetInCU: 0xD24, offset: 0x194EB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xB8C, symBinAddr: 0x150C18, symSize: 0x458 } + - { offsetInCU: 0x1618, offset: 0x1957AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCMa', symObjAddr: 0x11C, symBinAddr: 0x1501A8, symSize: 0x20 } + - { offsetInCU: 0x8D, offset: 0x196636, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfC', symObjAddr: 0x0, symBinAddr: 0x151070, symSize: 0x50 } + - { offsetInCU: 0xE4, offset: 0x19668D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc', symObjAddr: 0x50, symBinAddr: 0x1510C0, symSize: 0x10 } + - { offsetInCU: 0x11D, offset: 0x1966C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x60, symBinAddr: 0x1510D0, symSize: 0x5E0 } + - { offsetInCU: 0x344, offset: 0x1968ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x6D0, symBinAddr: 0x151740, symSize: 0x8 } + - { offsetInCU: 0x367, offset: 0x196910, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfd', symObjAddr: 0x6D8, symBinAddr: 0x151748, symSize: 0x2C } + - { offsetInCU: 0x3A2, offset: 0x19694B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfD', symObjAddr: 0x704, symBinAddr: 0x151774, symSize: 0x34 } + - { offsetInCU: 0x3E5, offset: 0x19698E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x738, symBinAddr: 0x1517A8, symSize: 0x20 } + - { offsetInCU: 0x42B, offset: 0x1969D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x758, symBinAddr: 0x1517C8, symSize: 0xC } + - { offsetInCU: 0x512, offset: 0x196ABB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x764, symBinAddr: 0x1517D4, symSize: 0x4 } + - { offsetInCU: 0x535, offset: 0x196ADE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x768, symBinAddr: 0x1517D8, symSize: 0xC } + - { offsetInCU: 0x567, offset: 0x196B10, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x774, symBinAddr: 0x1517E4, symSize: 0x8 } + - { offsetInCU: 0x57B, offset: 0x196B24, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu0_TA', symObjAddr: 0x77C, symBinAddr: 0x1517EC, symSize: 0x18 } + - { offsetInCU: 0x59A, offset: 0x196B43, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x7EC, symBinAddr: 0x151804, symSize: 0x98 } + - { offsetInCU: 0x603, offset: 0x196BAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCMa', symObjAddr: 0x884, symBinAddr: 0x15189C, symSize: 0x20 } + - { offsetInCU: 0x617, offset: 0x196BC0, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCMa', symObjAddr: 0x8D0, symBinAddr: 0x1518E8, symSize: 0x3C } + - { offsetInCU: 0x27, offset: 0x196E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x15192C, symSize: 0xEC } + - { offsetInCU: 0x17E, offset: 0x196F94, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x15192C, symSize: 0xEC } + - { offsetInCU: 0x523, offset: 0x197339, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xEC, symBinAddr: 0x151A18, symSize: 0x68 } + - { offsetInCU: 0x743, offset: 0x197559, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x154, symBinAddr: 0x151A80, symSize: 0x64 } + - { offsetInCU: 0x75F, offset: 0x197575, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1B8, symBinAddr: 0x151AE4, symSize: 0x44 } + - { offsetInCU: 0x7B1, offset: 0x1975C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1FC, symBinAddr: 0x151B28, symSize: 0x18 } + - { offsetInCU: 0x13F, offset: 0x1978F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5shape10otherItems7contextA2C0C0V_SayAHGAA0D7ContextVtKcfc', symObjAddr: 0x330, symBinAddr: 0x151E70, symSize: 0x87C } + - { offsetInCU: 0x976, offset: 0x198127, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xBAC, symBinAddr: 0x1526EC, symSize: 0x7C } + - { offsetInCU: 0x9BD, offset: 0x19816E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfc', symObjAddr: 0xC28, symBinAddr: 0x152768, symSize: 0x20C } + - { offsetInCU: 0xA80, offset: 0x198231, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfcTo', symObjAddr: 0xE34, symBinAddr: 0x152974, symSize: 0x4C } + - { offsetInCU: 0xAB2, offset: 0x198263, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xE80, symBinAddr: 0x1529C0, symSize: 0x42C } + - { offsetInCU: 0xB66, offset: 0x198317, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC24setupSolidFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL05shapeD07contextySo07CAShapeD0C_AA0D16AnimationContextVtKF', symObjAddr: 0x12AC, symBinAddr: 0x152DEC, symSize: 0xD70 } + - { offsetInCU: 0x13B2, offset: 0x198B63, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC27setupGradientFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKF', symObjAddr: 0x201C, symBinAddr: 0x153B5C, symSize: 0xD1C } + - { offsetInCU: 0x1AB0, offset: 0x199261, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC017setupGradientFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0gD13ConfigurationAELLOAA0fG0C_tF', symObjAddr: 0x2D38, symBinAddr: 0x154878, symSize: 0x288 } + - { offsetInCU: 0x1D05, offset: 0x1994B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC014setupSolidFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLAC0gD13ConfigurationAELLOyF', symObjAddr: 0x2FC0, symBinAddr: 0x154B00, symSize: 0xB8 } + - { offsetInCU: 0x1E82, offset: 0x199633, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC019setupGradientStrokeD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0F6LayersAELLVAA0fG0C_tF', symObjAddr: 0x3078, symBinAddr: 0x154BB8, symSize: 0x220 } + - { offsetInCU: 0x2088, offset: 0x199839, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCACycfcTo', symObjAddr: 0x35BC, symBinAddr: 0x1550FC, symSize: 0x2C } + - { offsetInCU: 0x20EF, offset: 0x1998A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfD', symObjAddr: 0x365C, symBinAddr: 0x15519C, symSize: 0x34 } + - { offsetInCU: 0x211C, offset: 0x1998CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC29setupGradientStrokeAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKFTf4xnn_n', symObjAddr: 0x3EDC, symBinAddr: 0x1559F0, symSize: 0x974 } + - { offsetInCU: 0x2BA6, offset: 0x19A357, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV3foryAcA09ShapeItemB0C0G0VF', symObjAddr: 0x3298, symBinAddr: 0x154DD8, symSize: 0x324 } + - { offsetInCU: 0x2EA7, offset: 0x19A658, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfE', symObjAddr: 0x35E8, symBinAddr: 0x155128, symSize: 0x74 } + - { offsetInCU: 0x2ED6, offset: 0x19A687, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfETo', symObjAddr: 0x3690, symBinAddr: 0x1551D0, symSize: 0x78 } + - { offsetInCU: 0x2F05, offset: 0x19A6B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCMa', symObjAddr: 0x3708, symBinAddr: 0x155248, symSize: 0x20 } + - { offsetInCU: 0x2F19, offset: 0x19A6CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwxx', symObjAddr: 0x3728, symBinAddr: 0x155268, symSize: 0x38 } + - { offsetInCU: 0x2F2D, offset: 0x19A6DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwcp', symObjAddr: 0x3760, symBinAddr: 0x1552A0, symSize: 0x54 } + - { offsetInCU: 0x2F41, offset: 0x19A6F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwca', symObjAddr: 0x37B4, symBinAddr: 0x1552F4, symSize: 0x8C } + - { offsetInCU: 0x2F55, offset: 0x19A706, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwta', symObjAddr: 0x384C, symBinAddr: 0x155380, symSize: 0x64 } + - { offsetInCU: 0x2F69, offset: 0x19A71A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwet', symObjAddr: 0x38B0, symBinAddr: 0x1553E4, symSize: 0x48 } + - { offsetInCU: 0x2F7D, offset: 0x19A72E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwst', symObjAddr: 0x38F8, symBinAddr: 0x15542C, symSize: 0x40 } + - { offsetInCU: 0x2F91, offset: 0x19A742, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVMa', symObjAddr: 0x3938, symBinAddr: 0x15546C, symSize: 0x10 } + - { offsetInCU: 0x2FA5, offset: 0x19A756, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwCP', symObjAddr: 0x3948, symBinAddr: 0x15547C, symSize: 0x30 } + - { offsetInCU: 0x2FB9, offset: 0x19A76A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOy', symObjAddr: 0x3978, symBinAddr: 0x1554AC, symSize: 0x50 } + - { offsetInCU: 0x2FCD, offset: 0x19A77E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwxx', symObjAddr: 0x39C8, symBinAddr: 0x1554FC, symSize: 0x14 } + - { offsetInCU: 0x2FE1, offset: 0x19A792, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOe', symObjAddr: 0x39DC, symBinAddr: 0x155510, symSize: 0x5C } + - { offsetInCU: 0x2FF5, offset: 0x19A7A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwcp', symObjAddr: 0x3A38, symBinAddr: 0x15556C, symSize: 0x60 } + - { offsetInCU: 0x3009, offset: 0x19A7BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwca', symObjAddr: 0x3A98, symBinAddr: 0x1555CC, symSize: 0x70 } + - { offsetInCU: 0x301D, offset: 0x19A7CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwta', symObjAddr: 0x3B1C, symBinAddr: 0x15563C, symSize: 0x48 } + - { offsetInCU: 0x3031, offset: 0x19A7E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwet', symObjAddr: 0x3B64, symBinAddr: 0x155684, symSize: 0x48 } + - { offsetInCU: 0x3045, offset: 0x19A7F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwst', symObjAddr: 0x3BAC, symBinAddr: 0x1556CC, symSize: 0x48 } + - { offsetInCU: 0x3059, offset: 0x19A80A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwug', symObjAddr: 0x3BF4, symBinAddr: 0x155714, symSize: 0x8 } + - { offsetInCU: 0x306D, offset: 0x19A81E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwup', symObjAddr: 0x3BFC, symBinAddr: 0x15571C, symSize: 0x4 } + - { offsetInCU: 0x3081, offset: 0x19A832, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwui', symObjAddr: 0x3C00, symBinAddr: 0x155720, symSize: 0xC } + - { offsetInCU: 0x3095, offset: 0x19A846, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOMa', symObjAddr: 0x3C0C, symBinAddr: 0x15572C, symSize: 0x10 } + - { offsetInCU: 0x30A9, offset: 0x19A85A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VwCP', symObjAddr: 0x3C1C, symBinAddr: 0x15573C, symSize: 0x34 } + - { offsetInCU: 0x30BD, offset: 0x19A86E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwxx', symObjAddr: 0x3C50, symBinAddr: 0x155770, symSize: 0x28 } + - { offsetInCU: 0x30D1, offset: 0x19A882, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwcp', symObjAddr: 0x3C78, symBinAddr: 0x155798, symSize: 0x34 } + - { offsetInCU: 0x30E5, offset: 0x19A896, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwca', symObjAddr: 0x3CAC, symBinAddr: 0x1557CC, symSize: 0x5C } + - { offsetInCU: 0x30F9, offset: 0x19A8AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwta', symObjAddr: 0x3D14, symBinAddr: 0x155828, symSize: 0x44 } + - { offsetInCU: 0x310D, offset: 0x19A8BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwet', symObjAddr: 0x3D58, symBinAddr: 0x15586C, symSize: 0x48 } + - { offsetInCU: 0x3121, offset: 0x19A8D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwst', symObjAddr: 0x3DA0, symBinAddr: 0x1558B4, symSize: 0x3C } + - { offsetInCU: 0x3135, offset: 0x19A8E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VMa', symObjAddr: 0x3DDC, symBinAddr: 0x1558F0, symSize: 0x10 } + - { offsetInCU: 0x3149, offset: 0x19A8FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLO4fill_AC14GradientLayersAELLVSg14gradientStroketSgWOe', symObjAddr: 0x3DEC, symBinAddr: 0x155900, symSize: 0x54 } + - { offsetInCU: 0x315D, offset: 0x19A90E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOe', symObjAddr: 0x3E40, symBinAddr: 0x155954, symSize: 0x4C } + - { offsetInCU: 0x3171, offset: 0x19A922, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOy', symObjAddr: 0x3E8C, symBinAddr: 0x1559A0, symSize: 0x50 } + - { offsetInCU: 0x31C5, offset: 0x19A976, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4930, symBinAddr: 0x156364, symSize: 0x8 } + - { offsetInCU: 0x31D9, offset: 0x19A98A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4938, symBinAddr: 0x15636C, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x19AE68, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x1563A8, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x19AE80, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x1563A8, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x19AE94, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwxx', symObjAddr: 0x30, symBinAddr: 0x1563D8, symSize: 0x24 } + - { offsetInCU: 0x6B, offset: 0x19AEA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwcp', symObjAddr: 0x74, symBinAddr: 0x1563FC, symSize: 0x44 } + - { offsetInCU: 0x7F, offset: 0x19AEBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwca', symObjAddr: 0xB8, symBinAddr: 0x156440, symSize: 0x40 } + - { offsetInCU: 0x93, offset: 0x19AED0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwta', symObjAddr: 0x26C, symBinAddr: 0x156480, symSize: 0x40 } + - { offsetInCU: 0xA7, offset: 0x19AEE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwet', symObjAddr: 0x2AC, symBinAddr: 0x1564C0, symSize: 0x48 } + - { offsetInCU: 0xBB, offset: 0x19AEF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwst', symObjAddr: 0x2F4, symBinAddr: 0x156508, symSize: 0x4C } + - { offsetInCU: 0xCF, offset: 0x19AF0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVMa', symObjAddr: 0x340, symBinAddr: 0x156554, symSize: 0x10 } + - { offsetInCU: 0xEF, offset: 0x19AF2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufC', symObjAddr: 0x350, symBinAddr: 0x156564, symSize: 0xD4 } + - { offsetInCU: 0x12C, offset: 0x19AF69, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_', symObjAddr: 0x424, symBinAddr: 0x156638, symSize: 0x2CC } + - { offsetInCU: 0x1A0, offset: 0x19AFDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F0, symBinAddr: 0x156904, symSize: 0x28 } + - { offsetInCU: 0x1E7, offset: 0x19B024, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_TA', symObjAddr: 0x7AC, symBinAddr: 0x156984, symSize: 0x1C } + - { offsetInCU: 0x27, offset: 0x19B1BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x1569A0, symSize: 0x50 } + - { offsetInCU: 0x4B, offset: 0x19B1E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x1569A0, symSize: 0x50 } + - { offsetInCU: 0x69, offset: 0x19B1FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x50, symBinAddr: 0x1569F0, symSize: 0x64 } + - { offsetInCU: 0xBA, offset: 0x19B24F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xB4, symBinAddr: 0x156A54, symSize: 0x6C } + - { offsetInCU: 0xF5, offset: 0x19B28A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x120, symBinAddr: 0x156AC0, symSize: 0x44 } + - { offsetInCU: 0x113, offset: 0x19B2A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x164, symBinAddr: 0x156B04, symSize: 0x54 } + - { offsetInCU: 0x164, offset: 0x19B2F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1B8, symBinAddr: 0x156B58, symSize: 0x44 } + - { offsetInCU: 0x1A7, offset: 0x19B33C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCfD', symObjAddr: 0x1FC, symBinAddr: 0x156B9C, symSize: 0x34 } + - { offsetInCU: 0x1D5, offset: 0x19B36A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCMa', symObjAddr: 0x230, symBinAddr: 0x156BD0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x19B506, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x156BF0, symSize: 0x8 } + - { offsetInCU: 0x3F, offset: 0x19B51E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x156BF0, symSize: 0x8 } + - { offsetInCU: 0x53, offset: 0x19B532, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwCP', symObjAddr: 0x8, symBinAddr: 0x156BF8, symSize: 0x30 } + - { offsetInCU: 0x67, offset: 0x19B546, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwxx', symObjAddr: 0x38, symBinAddr: 0x156C28, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x19B55A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwcp', symObjAddr: 0x68, symBinAddr: 0x156C58, symSize: 0x54 } + - { offsetInCU: 0x8F, offset: 0x19B56E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwca', symObjAddr: 0xBC, symBinAddr: 0x156CAC, symSize: 0x74 } + - { offsetInCU: 0xA3, offset: 0x19B582, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwta', symObjAddr: 0x144, symBinAddr: 0x156D20, symSize: 0x54 } + - { offsetInCU: 0xB7, offset: 0x19B596, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwet', symObjAddr: 0x198, symBinAddr: 0x156D74, symSize: 0x48 } + - { offsetInCU: 0xCB, offset: 0x19B5AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwst', symObjAddr: 0x1E0, symBinAddr: 0x156DBC, symSize: 0x48 } + - { offsetInCU: 0xDF, offset: 0x19B5BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMa', symObjAddr: 0x228, symBinAddr: 0x156E04, symSize: 0xC } + - { offsetInCU: 0xF3, offset: 0x19B5D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMi', symObjAddr: 0x260, symBinAddr: 0x156E10, symSize: 0x8 } + - { offsetInCU: 0x107, offset: 0x19B5E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwCP', symObjAddr: 0x268, symBinAddr: 0x156E18, symSize: 0x2C } + - { offsetInCU: 0x11B, offset: 0x19B5FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwxx', symObjAddr: 0x294, symBinAddr: 0x156E44, symSize: 0x8 } + - { offsetInCU: 0x12F, offset: 0x19B60E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwcp', symObjAddr: 0x29C, symBinAddr: 0x156E4C, symSize: 0x2C } + - { offsetInCU: 0x143, offset: 0x19B622, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwca', symObjAddr: 0x2C8, symBinAddr: 0x156E78, symSize: 0x38 } + - { offsetInCU: 0x157, offset: 0x19B636, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwta', symObjAddr: 0x30C, symBinAddr: 0x156EB0, symSize: 0x30 } + - { offsetInCU: 0x16B, offset: 0x19B64A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwet', symObjAddr: 0x33C, symBinAddr: 0x156EE0, symSize: 0x48 } + - { offsetInCU: 0x17F, offset: 0x19B65E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwst', symObjAddr: 0x384, symBinAddr: 0x156F28, symSize: 0x3C } + - { offsetInCU: 0x193, offset: 0x19B672, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMa', symObjAddr: 0x3C0, symBinAddr: 0x156F64, symSize: 0xC } + - { offsetInCU: 0x92, offset: 0x19B829, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xE0, symBinAddr: 0x157050, symSize: 0x20 } + - { offsetInCU: 0xC3, offset: 0x19B85A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x100, symBinAddr: 0x157070, symSize: 0x18 } + - { offsetInCU: 0x11A, offset: 0x19B8B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x157130, symSize: 0xD40 } + - { offsetInCU: 0x1A4, offset: 0x19B93B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xF00, symBinAddr: 0x157E70, symSize: 0xFA4 } + - { offsetInCU: 0x7AE, offset: 0x19BF45, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x1EA4, symBinAddr: 0x158E14, symSize: 0x20 } + - { offsetInCU: 0x7E7, offset: 0x19BF7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21F0, symBinAddr: 0x159160, symSize: 0x20 } + - { offsetInCU: 0x815, offset: 0x19BFAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21F0, symBinAddr: 0x159160, symSize: 0x20 } + - { offsetInCU: 0x85E, offset: 0x19BFF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x26A4, symBinAddr: 0x159614, symSize: 0x44 } + - { offsetInCU: 0x8A4, offset: 0x19C03B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x26E8, symBinAddr: 0x159658, symSize: 0x28 } + - { offsetInCU: 0x8B8, offset: 0x19C04F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2710, symBinAddr: 0x159680, symSize: 0x8 } + - { offsetInCU: 0x8EE, offset: 0x19C085, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2718, symBinAddr: 0x159688, symSize: 0x3C } + - { offsetInCU: 0x953, offset: 0x19C0EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2754, symBinAddr: 0x1596C4, symSize: 0xC } + - { offsetInCU: 0x96F, offset: 0x19C106, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2760, symBinAddr: 0x1596D0, symSize: 0xC } + - { offsetInCU: 0x98B, offset: 0x19C122, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x365C, symBinAddr: 0x15A320, symSize: 0x50 } + - { offsetInCU: 0x9C3, offset: 0x19C15A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x1EC4, symBinAddr: 0x158E34, symSize: 0x18 } + - { offsetInCU: 0x9FC, offset: 0x19C193, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21D8, symBinAddr: 0x159148, symSize: 0x18 } + - { offsetInCU: 0xA2A, offset: 0x19C1C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21D8, symBinAddr: 0x159148, symSize: 0x18 } + - { offsetInCU: 0xA7C, offset: 0x19C213, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x23BC, symBinAddr: 0x15932C, symSize: 0x64 } + - { offsetInCU: 0xAE2, offset: 0x19C279, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x2420, symBinAddr: 0x159390, symSize: 0x28 } + - { offsetInCU: 0xAFE, offset: 0x19C295, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2448, symBinAddr: 0x1593B8, symSize: 0x8 } + - { offsetInCU: 0xB34, offset: 0x19C2CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2450, symBinAddr: 0x1593C0, symSize: 0x68 } + - { offsetInCU: 0xBB9, offset: 0x19C350, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x24B8, symBinAddr: 0x159428, symSize: 0xC } + - { offsetInCU: 0xBD5, offset: 0x19C36C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x24C4, symBinAddr: 0x159434, symSize: 0xC } + - { offsetInCU: 0xBFE, offset: 0x19C395, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x2198, symBinAddr: 0x159108, symSize: 0x20 } + - { offsetInCU: 0xC37, offset: 0x19C3CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21B8, symBinAddr: 0x159128, symSize: 0x20 } + - { offsetInCU: 0xC65, offset: 0x19C3FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21B8, symBinAddr: 0x159128, symSize: 0x20 } + - { offsetInCU: 0xCB9, offset: 0x19C450, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2234, symBinAddr: 0x1591A4, symSize: 0x64 } + - { offsetInCU: 0xD1F, offset: 0x19C4B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x2298, symBinAddr: 0x159208, symSize: 0x28 } + - { offsetInCU: 0xD3B, offset: 0x19C4D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x22C0, symBinAddr: 0x159230, symSize: 0x8 } + - { offsetInCU: 0xD71, offset: 0x19C508, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x22C8, symBinAddr: 0x159238, symSize: 0x68 } + - { offsetInCU: 0xDF6, offset: 0x19C58D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2330, symBinAddr: 0x1592A0, symSize: 0xC } + - { offsetInCU: 0xE12, offset: 0x19C5A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x233C, symBinAddr: 0x1592AC, symSize: 0xC } + - { offsetInCU: 0xE30, offset: 0x19C5C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1EDC, symBinAddr: 0x158E4C, symSize: 0x2BC } + - { offsetInCU: 0xEA3, offset: 0x19C63A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfd', symObjAddr: 0x27BC, symBinAddr: 0x15972C, symSize: 0x94 } + - { offsetInCU: 0xED0, offset: 0x19C667, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfD', symObjAddr: 0x2850, symBinAddr: 0x1597C0, symSize: 0x1C } + - { offsetInCU: 0xF15, offset: 0x19C6AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2A58, symBinAddr: 0x1599B8, symSize: 0x54 } + - { offsetInCU: 0xF4D, offset: 0x19C6E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2AAC, symBinAddr: 0x159A0C, symSize: 0x20 } + - { offsetInCU: 0x103F, offset: 0x19C7D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCMa', symObjAddr: 0x286C, symBinAddr: 0x1597DC, symSize: 0x20 } + - { offsetInCU: 0x1053, offset: 0x19C7EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwet', symObjAddr: 0x289C, symBinAddr: 0x1597FC, symSize: 0x90 } + - { offsetInCU: 0x1067, offset: 0x19C7FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwst', symObjAddr: 0x292C, symBinAddr: 0x15988C, symSize: 0xBC } + - { offsetInCU: 0x107B, offset: 0x19C812, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwug', symObjAddr: 0x29E8, symBinAddr: 0x159948, symSize: 0x8 } + - { offsetInCU: 0x108F, offset: 0x19C826, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwup', symObjAddr: 0x29F0, symBinAddr: 0x159950, symSize: 0x4 } + - { offsetInCU: 0x10A3, offset: 0x19C83A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwui', symObjAddr: 0x29F4, symBinAddr: 0x159954, symSize: 0xC } + - { offsetInCU: 0x10B7, offset: 0x19C84E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOMa', symObjAddr: 0x2A00, symBinAddr: 0x159960, symSize: 0x10 } + - { offsetInCU: 0x10CB, offset: 0x19C862, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASQWb', symObjAddr: 0x2A10, symBinAddr: 0x159970, symSize: 0x4 } + - { offsetInCU: 0x10DF, offset: 0x19C876, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSQAAWl', symObjAddr: 0x2A14, symBinAddr: 0x159974, symSize: 0x44 } + - { offsetInCU: 0x10F3, offset: 0x19C88A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs0D3KeyAAWl', symObjAddr: 0x2B30, symBinAddr: 0x159A2C, symSize: 0x44 } + - { offsetInCU: 0x1107, offset: 0x19C89E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2B94, symBinAddr: 0x159A70, symSize: 0x44 } + - { offsetInCU: 0x111B, offset: 0x19C8B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2CE8, symBinAddr: 0x159AB4, symSize: 0x44 } + - { offsetInCU: 0x112F, offset: 0x19C8C6, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOGSgWOc', symObjAddr: 0x2D2C, symBinAddr: 0x159AF8, symSize: 0x48 } + - { offsetInCU: 0x1143, offset: 0x19C8DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSeAAWl', symObjAddr: 0x2D74, symBinAddr: 0x159B40, symSize: 0x44 } + - { offsetInCU: 0x1157, offset: 0x19C8EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSYAAWl', symObjAddr: 0x2EA4, symBinAddr: 0x159BE8, symSize: 0x44 } + - { offsetInCU: 0x116B, offset: 0x19C902, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x2FA4, symBinAddr: 0x159C68, symSize: 0x90 } + - { offsetInCU: 0x117F, offset: 0x19C916, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3034, symBinAddr: 0x159CF8, symSize: 0xBC } + - { offsetInCU: 0x1193, offset: 0x19C92A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x30F0, symBinAddr: 0x159DB4, symSize: 0x4 } + - { offsetInCU: 0x11A7, offset: 0x19C93E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x30F4, symBinAddr: 0x159DB8, symSize: 0x10 } + - { offsetInCU: 0x11BB, offset: 0x19C952, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3104, symBinAddr: 0x159DC8, symSize: 0x90 } + - { offsetInCU: 0x11CF, offset: 0x19C966, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3194, symBinAddr: 0x159E58, symSize: 0xBC } + - { offsetInCU: 0x11E3, offset: 0x19C97A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x3250, symBinAddr: 0x159F14, symSize: 0x4 } + - { offsetInCU: 0x11F7, offset: 0x19C98E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x3254, symBinAddr: 0x159F18, symSize: 0x10 } + - { offsetInCU: 0x120B, offset: 0x19C9A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3264, symBinAddr: 0x159F28, symSize: 0x90 } + - { offsetInCU: 0x121F, offset: 0x19C9B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x32F4, symBinAddr: 0x159FB8, symSize: 0xBC } + - { offsetInCU: 0x1233, offset: 0x19C9CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwug', symObjAddr: 0x33B0, symBinAddr: 0x15A074, symSize: 0x8 } + - { offsetInCU: 0x1247, offset: 0x19C9DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x33B8, symBinAddr: 0x15A07C, symSize: 0x4 } + - { offsetInCU: 0x125B, offset: 0x19C9F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwui', symObjAddr: 0x33BC, symBinAddr: 0x15A080, symSize: 0x8 } + - { offsetInCU: 0x126F, offset: 0x19CA06, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x33C4, symBinAddr: 0x15A088, symSize: 0x10 } + - { offsetInCU: 0x1283, offset: 0x19CA1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x33D4, symBinAddr: 0x15A098, symSize: 0x4 } + - { offsetInCU: 0x1297, offset: 0x19CA2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x33D8, symBinAddr: 0x15A09C, symSize: 0x44 } + - { offsetInCU: 0x12AB, offset: 0x19CA42, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x341C, symBinAddr: 0x15A0E0, symSize: 0x4 } + - { offsetInCU: 0x12BF, offset: 0x19CA56, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3420, symBinAddr: 0x15A0E4, symSize: 0x44 } + - { offsetInCU: 0x12D3, offset: 0x19CA6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3464, symBinAddr: 0x15A128, symSize: 0x4 } + - { offsetInCU: 0x12E7, offset: 0x19CA7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3468, symBinAddr: 0x15A12C, symSize: 0x44 } + - { offsetInCU: 0x12FB, offset: 0x19CA92, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x34AC, symBinAddr: 0x15A170, symSize: 0x4 } + - { offsetInCU: 0x130F, offset: 0x19CAA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x34B0, symBinAddr: 0x15A174, symSize: 0x44 } + - { offsetInCU: 0x1323, offset: 0x19CABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x34F4, symBinAddr: 0x15A1B8, symSize: 0x4 } + - { offsetInCU: 0x1337, offset: 0x19CACE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x34F8, symBinAddr: 0x15A1BC, symSize: 0x44 } + - { offsetInCU: 0x134B, offset: 0x19CAE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x353C, symBinAddr: 0x15A200, symSize: 0x4 } + - { offsetInCU: 0x135F, offset: 0x19CAF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3540, symBinAddr: 0x15A204, symSize: 0x44 } + - { offsetInCU: 0x1373, offset: 0x19CB0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3584, symBinAddr: 0x15A248, symSize: 0x4 } + - { offsetInCU: 0x1387, offset: 0x19CB1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3588, symBinAddr: 0x15A24C, symSize: 0x44 } + - { offsetInCU: 0x139B, offset: 0x19CB32, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x35CC, symBinAddr: 0x15A290, symSize: 0x4 } + - { offsetInCU: 0x13AF, offset: 0x19CB46, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x35D0, symBinAddr: 0x15A294, symSize: 0x44 } + - { offsetInCU: 0x13C3, offset: 0x19CB5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3614, symBinAddr: 0x15A2D8, symSize: 0x4 } + - { offsetInCU: 0x13D7, offset: 0x19CB6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3618, symBinAddr: 0x15A2DC, symSize: 0x44 } + - { offsetInCU: 0x140B, offset: 0x19CBA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x156F70, symSize: 0x18 } + - { offsetInCU: 0x149C, offset: 0x19CC33, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x156F88, symSize: 0x4C } + - { offsetInCU: 0x157D, offset: 0x19CD14, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x156FD4, symSize: 0x34 } + - { offsetInCU: 0x1604, offset: 0x19CD9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98, symBinAddr: 0x157008, symSize: 0x48 } + - { offsetInCU: 0x16B9, offset: 0x19CE50, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x118, symBinAddr: 0x157088, symSize: 0x5C } + - { offsetInCU: 0x16DC, offset: 0x19CE73, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x174, symBinAddr: 0x1570E4, symSize: 0x4C } + - { offsetInCU: 0x1746, offset: 0x19CEDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2210, symBinAddr: 0x159180, symSize: 0xC } + - { offsetInCU: 0x1762, offset: 0x19CEF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x221C, symBinAddr: 0x15918C, symSize: 0x8 } + - { offsetInCU: 0x177E, offset: 0x19CF15, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2224, symBinAddr: 0x159194, symSize: 0x8 } + - { offsetInCU: 0x179A, offset: 0x19CF31, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x222C, symBinAddr: 0x15919C, symSize: 0x8 } + - { offsetInCU: 0x17BC, offset: 0x19CF53, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2348, symBinAddr: 0x1592B8, symSize: 0x28 } + - { offsetInCU: 0x17D8, offset: 0x19CF6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2370, symBinAddr: 0x1592E0, symSize: 0x28 } + - { offsetInCU: 0x17F4, offset: 0x19CF8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2398, symBinAddr: 0x159308, symSize: 0xC } + - { offsetInCU: 0x1810, offset: 0x19CFA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x23A4, symBinAddr: 0x159314, symSize: 0x8 } + - { offsetInCU: 0x182C, offset: 0x19CFC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x23AC, symBinAddr: 0x15931C, symSize: 0x8 } + - { offsetInCU: 0x1848, offset: 0x19CFDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x23B4, symBinAddr: 0x159324, symSize: 0x8 } + - { offsetInCU: 0x186A, offset: 0x19D001, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x24D0, symBinAddr: 0x159440, symSize: 0x28 } + - { offsetInCU: 0x1886, offset: 0x19D01D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x24F8, symBinAddr: 0x159468, symSize: 0x28 } + - { offsetInCU: 0x18C0, offset: 0x19D057, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2520, symBinAddr: 0x159490, symSize: 0x88 } + - { offsetInCU: 0x196F, offset: 0x19D106, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x25A8, symBinAddr: 0x159518, symSize: 0x60 } + - { offsetInCU: 0x19ED, offset: 0x19D184, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2608, symBinAddr: 0x159578, symSize: 0x40 } + - { offsetInCU: 0x1A3F, offset: 0x19D1D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2648, symBinAddr: 0x1595B8, symSize: 0x5C } + - { offsetInCU: 0x1AA1, offset: 0x19D238, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x276C, symBinAddr: 0x1596DC, symSize: 0x28 } + - { offsetInCU: 0x1ABD, offset: 0x19D254, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2794, symBinAddr: 0x159704, symSize: 0x28 } + - { offsetInCU: 0x5A, offset: 0x19D4BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC05setupB07contextyAA0C7ContextV_tF', symObjAddr: 0x0, symBinAddr: 0x15A380, symSize: 0x1EC } + - { offsetInCU: 0x10F, offset: 0x19D570, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1EC, symBinAddr: 0x15A56C, symSize: 0x64 } + - { offsetInCU: 0x156, offset: 0x19D5B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfc', symObjAddr: 0x250, symBinAddr: 0x15A5D0, symSize: 0x1BC } + - { offsetInCU: 0x219, offset: 0x19D67A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfcTo', symObjAddr: 0x40C, symBinAddr: 0x15A78C, symSize: 0x4C } + - { offsetInCU: 0x235, offset: 0x19D696, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfD', symObjAddr: 0x484, symBinAddr: 0x15A804, symSize: 0x34 } + - { offsetInCU: 0x279, offset: 0x19D6DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfE', symObjAddr: 0x458, symBinAddr: 0x15A7D8, symSize: 0x2C } + - { offsetInCU: 0x2A6, offset: 0x19D707, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfETo', symObjAddr: 0x4B8, symBinAddr: 0x15A838, symSize: 0x38 } + - { offsetInCU: 0x2D5, offset: 0x19D736, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCMa', symObjAddr: 0x4F0, symBinAddr: 0x15A870, symSize: 0x20 } + - { offsetInCU: 0x322, offset: 0x19D783, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCAA012CustomLayoutC0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x510, symBinAddr: 0x15A890, symSize: 0x78 } + - { offsetInCU: 0x2B, offset: 0x19D9C9, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x15A92C, symSize: 0x2A8 } + - { offsetInCU: 0x26C, offset: 0x19DC0A, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x15A92C, symSize: 0x2A8 } + - { offsetInCU: 0x44C, offset: 0x19DDEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC17combinedKeyframesAA13KeyframeGroupCyAC0E0VGyKF', symObjAddr: 0x2A8, symBinAddr: 0x15ABD4, symSize: 0x11C } + - { offsetInCU: 0x522, offset: 0x19DEC0, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x3C4, symBinAddr: 0x15ACF0, symSize: 0xB4 } + - { offsetInCU: 0x5F0, offset: 0x19DF8E, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x478, symBinAddr: 0x15ADA4, symSize: 0xB4 } + - { offsetInCU: 0x77F, offset: 0x19E11D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x52C, symBinAddr: 0x15AE58, symSize: 0x154 } + - { offsetInCU: 0xAB4, offset: 0x19E452, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x680, symBinAddr: 0x15AFAC, symSize: 0x4 } + - { offsetInCU: 0xAD1, offset: 0x19E46F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x730, symBinAddr: 0x15AFD4, symSize: 0x8 } + - { offsetInCU: 0xAE5, offset: 0x19E483, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwCP', symObjAddr: 0x738, symBinAddr: 0x15AFDC, symSize: 0x30 } + - { offsetInCU: 0xAF9, offset: 0x19E497, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwet', symObjAddr: 0x790, symBinAddr: 0x15B00C, symSize: 0x20 } + - { offsetInCU: 0xB0D, offset: 0x19E4AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwst', symObjAddr: 0x7B0, symBinAddr: 0x15B02C, symSize: 0x3C } + - { offsetInCU: 0xB21, offset: 0x19E4BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVMa', symObjAddr: 0x7EC, symBinAddr: 0x15B068, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x19E724, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x15B080, symSize: 0x2E4 } + - { offsetInCU: 0x84, offset: 0x19E781, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x2E4, symBinAddr: 0x15B364, symSize: 0x8 } + - { offsetInCU: 0xA4, offset: 0x19E7A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x2E4, symBinAddr: 0x15B364, symSize: 0x8 } + - { offsetInCU: 0x214, offset: 0x19E911, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x15B080, symSize: 0x2E4 } + - { offsetInCU: 0x3C8, offset: 0x19EAC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwCP', symObjAddr: 0x34C, symBinAddr: 0x15B36C, symSize: 0x30 } + - { offsetInCU: 0x3DC, offset: 0x19EAD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwxx', symObjAddr: 0x37C, symBinAddr: 0x15B39C, symSize: 0x48 } + - { offsetInCU: 0x3F0, offset: 0x19EAED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwcp', symObjAddr: 0x3E4, symBinAddr: 0x15B3E4, symSize: 0xB8 } + - { offsetInCU: 0x404, offset: 0x19EB01, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwca', symObjAddr: 0x49C, symBinAddr: 0x15B49C, symSize: 0xB0 } + - { offsetInCU: 0x418, offset: 0x19EB15, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwta', symObjAddr: 0x6D8, symBinAddr: 0x15B54C, symSize: 0x9C } + - { offsetInCU: 0x42C, offset: 0x19EB29, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwet', symObjAddr: 0x774, symBinAddr: 0x15B5E8, symSize: 0x48 } + - { offsetInCU: 0x440, offset: 0x19EB3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwst', symObjAddr: 0x7BC, symBinAddr: 0x15B630, symSize: 0x60 } + - { offsetInCU: 0x454, offset: 0x19EB51, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVMa', symObjAddr: 0x81C, symBinAddr: 0x15B690, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x19ECDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x15B6A0, symSize: 0x44 } + - { offsetInCU: 0x6D, offset: 0x19ED21, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x15B6A0, symSize: 0x44 } + - { offsetInCU: 0xBF, offset: 0x19ED73, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x64, symBinAddr: 0x15B704, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x19EDB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x70, symBinAddr: 0x15B710, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x19EDF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x15B740, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x19EE27, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesC4fillAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x7B4, symBinAddr: 0x15BE54, symSize: 0x278 } + - { offsetInCU: 0x409, offset: 0x19F0BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCMa', symObjAddr: 0x44, symBinAddr: 0x15B6E4, symSize: 0x20 } + - { offsetInCU: 0x447, offset: 0x19F0FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCfD', symObjAddr: 0xAC, symBinAddr: 0x15B74C, symSize: 0x34 } + - { offsetInCU: 0x4A8, offset: 0x19F15C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x100, symBinAddr: 0x15B7A0, symSize: 0x44 } + - { offsetInCU: 0x4F4, offset: 0x19F1A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x144, symBinAddr: 0x15B7E4, symSize: 0x24 } + - { offsetInCU: 0x535, offset: 0x19F1E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x168, symBinAddr: 0x15B808, symSize: 0x4 } + - { offsetInCU: 0x555, offset: 0x19F209, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x168, symBinAddr: 0x15B808, symSize: 0x4 } + - { offsetInCU: 0x585, offset: 0x19F239, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x16C, symBinAddr: 0x15B80C, symSize: 0x8 } + - { offsetInCU: 0x5A5, offset: 0x19F259, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x16C, symBinAddr: 0x15B80C, symSize: 0x8 } + - { offsetInCU: 0x608, offset: 0x19F2BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x174, symBinAddr: 0x15B814, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x19F2DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x174, symBinAddr: 0x15B814, symSize: 0x10 } + - { offsetInCU: 0x66F, offset: 0x19F323, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x184, symBinAddr: 0x15B824, symSize: 0x8 } + - { offsetInCU: 0x68F, offset: 0x19F343, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x184, symBinAddr: 0x15B824, symSize: 0x8 } + - { offsetInCU: 0x6B0, offset: 0x19F364, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x18C, symBinAddr: 0x15B82C, symSize: 0x8 } + - { offsetInCU: 0x6D0, offset: 0x19F384, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x18C, symBinAddr: 0x15B82C, symSize: 0x8 } + - { offsetInCU: 0x6F1, offset: 0x19F3A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x194, symBinAddr: 0x15B834, symSize: 0x8 } + - { offsetInCU: 0x711, offset: 0x19F3C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x194, symBinAddr: 0x15B834, symSize: 0x8 } + - { offsetInCU: 0x732, offset: 0x19F3E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x19C, symBinAddr: 0x15B83C, symSize: 0x8 } + - { offsetInCU: 0x752, offset: 0x19F406, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x19C, symBinAddr: 0x15B83C, symSize: 0x8 } + - { offsetInCU: 0x773, offset: 0x19F427, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1A4, symBinAddr: 0x15B844, symSize: 0xC } + - { offsetInCU: 0x793, offset: 0x19F447, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1A4, symBinAddr: 0x15B844, symSize: 0xC } + - { offsetInCU: 0x7B4, offset: 0x19F468, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1B0, symBinAddr: 0x15B850, symSize: 0x10 } + - { offsetInCU: 0x7D4, offset: 0x19F488, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1B0, symBinAddr: 0x15B850, symSize: 0x10 } + - { offsetInCU: 0x7E6, offset: 0x19F49A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1C0, symBinAddr: 0x15B860, symSize: 0x8 } + - { offsetInCU: 0x820, offset: 0x19F4D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x1C8, symBinAddr: 0x15B868, symSize: 0x4C } + - { offsetInCU: 0x85D, offset: 0x19F511, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC06parentC04fillAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xA2C, symBinAddr: 0x15C0CC, symSize: 0x104 } + - { offsetInCU: 0x92A, offset: 0x19F5DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xB30, symBinAddr: 0x15C1D0, symSize: 0x164 } + - { offsetInCU: 0xB2C, offset: 0x19F7E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCMa', symObjAddr: 0xE0, symBinAddr: 0x15B780, symSize: 0x20 } + - { offsetInCU: 0xC3D, offset: 0x19F8F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x214, symBinAddr: 0x15B8B4, symSize: 0x11C } + - { offsetInCU: 0xCD8, offset: 0x19F98C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x330, symBinAddr: 0x15B9D0, symSize: 0x190 } + - { offsetInCU: 0xE63, offset: 0x19FB17, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x4C0, symBinAddr: 0x15BB60, symSize: 0x12C } + - { offsetInCU: 0xEFF, offset: 0x19FBB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x5EC, symBinAddr: 0x15BC8C, symSize: 0x1C8 } + - { offsetInCU: 0x2B, offset: 0x1A05B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x15C344, symSize: 0xE8 } + - { offsetInCU: 0x4F, offset: 0x1A05DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x15C344, symSize: 0xE8 } + - { offsetInCU: 0x9C, offset: 0x1A0627, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0xE8, symBinAddr: 0x15C42C, symSize: 0x3C } + - { offsetInCU: 0x12C, offset: 0x1A06B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x174, symBinAddr: 0x15C488, symSize: 0x74 } + - { offsetInCU: 0x1CA, offset: 0x1A0755, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyFTo', symObjAddr: 0x284, symBinAddr: 0x15C4FC, symSize: 0x78 } + - { offsetInCU: 0x228, offset: 0x1A07B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyFTo', symObjAddr: 0x348, symBinAddr: 0x15C574, symSize: 0x78 } + - { offsetInCU: 0x25B, offset: 0x1A07E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC06layoutB0yyF', symObjAddr: 0x3C0, symBinAddr: 0x15C5EC, symSize: 0x4 } + - { offsetInCU: 0x286, offset: 0x1A0811, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC22animationMovedToWindowyyF', symObjAddr: 0x3C4, symBinAddr: 0x15C5F0, symSize: 0x4 } + - { offsetInCU: 0x2B1, offset: 0x1A083C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x3C8, symBinAddr: 0x15C5F4, symSize: 0x4 } + - { offsetInCU: 0x2CD, offset: 0x1A0858, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC28animationWillEnterForegroundyyFTo', symObjAddr: 0x3CC, symBinAddr: 0x15C5F8, symSize: 0x4 } + - { offsetInCU: 0x2E9, offset: 0x1A0874, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfC', symObjAddr: 0x3D0, symBinAddr: 0x15C5FC, symSize: 0x50 } + - { offsetInCU: 0x307, offset: 0x1A0892, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc', symObjAddr: 0x420, symBinAddr: 0x15C64C, symSize: 0x60 } + - { offsetInCU: 0x356, offset: 0x1A08E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x480, symBinAddr: 0x15C6AC, symSize: 0x6C } + - { offsetInCU: 0x391, offset: 0x1A091C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x4EC, symBinAddr: 0x15C718, symSize: 0x44 } + - { offsetInCU: 0x3AF, offset: 0x1A093A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x530, symBinAddr: 0x15C75C, symSize: 0x50 } + - { offsetInCU: 0x400, offset: 0x1A098B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x580, symBinAddr: 0x15C7AC, symSize: 0x44 } + - { offsetInCU: 0x443, offset: 0x1A09CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCfD', symObjAddr: 0x5C4, symBinAddr: 0x15C7F0, symSize: 0x30 } + - { offsetInCU: 0x471, offset: 0x1A09FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCMa', symObjAddr: 0x154, symBinAddr: 0x15C468, symSize: 0x20 } + - { offsetInCU: 0x91, offset: 0x1A0C1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC8rendererAcA10NodeOutput_AA10Renderablep_tcfc', symObjAddr: 0x0, symBinAddr: 0x15C82C, symSize: 0x630 } + - { offsetInCU: 0x51E, offset: 0x1A10A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfc', symObjAddr: 0x630, symBinAddr: 0x15CE5C, symSize: 0x1B8 } + - { offsetInCU: 0x59A, offset: 0x1A1124, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x7E8, symBinAddr: 0x15D014, symSize: 0x4C } + - { offsetInCU: 0x5E0, offset: 0x1A116A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x834, symBinAddr: 0x15D060, symSize: 0xAC } + - { offsetInCU: 0x637, offset: 0x1A11C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC03hasC6Update8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8E0, symBinAddr: 0x15D10C, symSize: 0x10C } + - { offsetInCU: 0x676, offset: 0x1A1200, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x9EC, symBinAddr: 0x15D218, symSize: 0x2C8 } + - { offsetInCU: 0x6C6, offset: 0x1A1250, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xCB4, symBinAddr: 0x15D4E0, symSize: 0x128 } + - { offsetInCU: 0x71C, offset: 0x1A12A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0xDDC, symBinAddr: 0x15D608, symSize: 0x50 } + - { offsetInCU: 0x738, offset: 0x1A12C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC06updateC5ScaleyyF', symObjAddr: 0xE2C, symBinAddr: 0x15D658, symSize: 0x164 } + - { offsetInCU: 0x970, offset: 0x1A14FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCACycfcTo', symObjAddr: 0xF90, symBinAddr: 0x15D7BC, symSize: 0x2C } + - { offsetInCU: 0x9D7, offset: 0x1A1561, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfD', symObjAddr: 0xFE8, symBinAddr: 0x15D814, symSize: 0x34 } + - { offsetInCU: 0xB68, offset: 0x1A16F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfE', symObjAddr: 0xFBC, symBinAddr: 0x15D7E8, symSize: 0x2C } + - { offsetInCU: 0xB95, offset: 0x1A171F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfETo', symObjAddr: 0x101C, symBinAddr: 0x15D848, symSize: 0x38 } + - { offsetInCU: 0xBC4, offset: 0x1A174E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCMa', symObjAddr: 0x1054, symBinAddr: 0x15D880, symSize: 0x20 } + - { offsetInCU: 0xBD8, offset: 0x1A1762, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOc', symObjAddr: 0x1098, symBinAddr: 0x15D8A0, symSize: 0x44 } + - { offsetInCU: 0xBEC, offset: 0x1A1776, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOb', symObjAddr: 0x1118, symBinAddr: 0x15D8E4, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0x1A1A4A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x15D91C, symSize: 0x18 } + - { offsetInCU: 0x73, offset: 0x1A1A92, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x15D91C, symSize: 0x18 } + - { offsetInCU: 0x104, offset: 0x1A1B23, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x15D934, symSize: 0x44 } + - { offsetInCU: 0x1E7, offset: 0x1A1C06, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5C, symBinAddr: 0x15D978, symSize: 0x28 } + - { offsetInCU: 0x286, offset: 0x1A1CA5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5crc328checksums6UInt32VAH_tFAHSWXEfU_', symObjAddr: 0xD4, symBinAddr: 0x15D9F0, symSize: 0xA8 } + - { offsetInCU: 0x716, offset: 0x1A2135, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE7process9operation4size10bufferSize9skipCRC328provider8consumers6UInt32VSo019compression_stream_E0a_s5Int64VSiSbAcQ_SitKXEyACKXEtKFZTf4nnnnnnd_n', symObjAddr: 0x18C, symBinAddr: 0x15DAA8, symSize: 0xD90 } + - { offsetInCU: 0x12BC, offset: 0x1A2CDB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFs0E0ADWl', symObjAddr: 0xF5C, symBinAddr: 0x15E878, symSize: 0x44 } + - { offsetInCU: 0x12D0, offset: 0x1A2CEF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwet', symObjAddr: 0x1058, symBinAddr: 0x15E8BC, symSize: 0x90 } + - { offsetInCU: 0x12E4, offset: 0x1A2D03, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwst', symObjAddr: 0x10E8, symBinAddr: 0x15E94C, symSize: 0xBC } + - { offsetInCU: 0x12F8, offset: 0x1A2D17, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwug', symObjAddr: 0x11A4, symBinAddr: 0x15EA08, symSize: 0x8 } + - { offsetInCU: 0x130C, offset: 0x1A2D2B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwup', symObjAddr: 0x11AC, symBinAddr: 0x15EA10, symSize: 0x4 } + - { offsetInCU: 0x1320, offset: 0x1A2D3F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwui', symObjAddr: 0x11B0, symBinAddr: 0x15EA14, symSize: 0xC } + - { offsetInCU: 0x1334, offset: 0x1A2D53, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOMa', symObjAddr: 0x11BC, symBinAddr: 0x15EA20, symSize: 0x10 } + - { offsetInCU: 0x1348, offset: 0x1A2D67, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSQWb', symObjAddr: 0x11CC, symBinAddr: 0x15EA30, symSize: 0x4 } + - { offsetInCU: 0x135C, offset: 0x1A2D7B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFSQADWl', symObjAddr: 0x11D0, symBinAddr: 0x15EA34, symSize: 0x44 } + - { offsetInCU: 0x13AE, offset: 0x1A2DCD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x84, symBinAddr: 0x15D9A0, symSize: 0x40 } + - { offsetInCU: 0x144A, offset: 0x1A2E69, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP7_domainSSvgTW', symObjAddr: 0xC4, symBinAddr: 0x15D9E0, symSize: 0x4 } + - { offsetInCU: 0x1466, offset: 0x1A2E85, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP5_codeSivgTW', symObjAddr: 0xC8, symBinAddr: 0x15D9E4, symSize: 0x4 } + - { offsetInCU: 0x1482, offset: 0x1A2EA1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xCC, symBinAddr: 0x15D9E8, symSize: 0x4 } + - { offsetInCU: 0x149E, offset: 0x1A2EBD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xD0, symBinAddr: 0x15D9EC, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x1A3223, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x15EA78, symSize: 0xA74 } + - { offsetInCU: 0x499, offset: 0x1A3695, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x15EA78, symSize: 0xA74 } + - { offsetInCU: 0x27, offset: 0x1A558A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x15F4EC, symSize: 0x74 } + - { offsetInCU: 0x87, offset: 0x1A55EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x15F4EC, symSize: 0x74 } + - { offsetInCU: 0xF3, offset: 0x1A5656, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCfD', symObjAddr: 0x74, symBinAddr: 0x15F560, symSize: 0x2C } + - { offsetInCU: 0x178, offset: 0x1A56DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCMa', symObjAddr: 0xA0, symBinAddr: 0x15F58C, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x1A586A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1B68, symBinAddr: 0x1E4CB8, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x1A5884, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1B78, symBinAddr: 0x1E4CC8, symSize: 0x0 } + - { offsetInCU: 0x83, offset: 0x1A589E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1B88, symBinAddr: 0x1E4CD8, symSize: 0x0 } + - { offsetInCU: 0xDB, offset: 0x1A58F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg', symObjAddr: 0x540, symBinAddr: 0x15FAEC, symSize: 0x8 } + - { offsetInCU: 0xF9, offset: 0x1A5914, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg', symObjAddr: 0x548, symBinAddr: 0x15FAF4, symSize: 0x48 } + - { offsetInCU: 0x129, offset: 0x1A5944, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9animation3forAC9AnimationVSgSSSg_tF', symObjAddr: 0x0, symBinAddr: 0x15F5AC, symSize: 0x17C } + - { offsetInCU: 0x3C4, offset: 0x1A5BDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC4data8filenameAC10Foundation4DataV_SStKcfc', symObjAddr: 0x17C, symBinAddr: 0x15F728, symSize: 0x3C4 } + - { offsetInCU: 0x4A1, offset: 0x1A5CBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg', symObjAddr: 0x590, symBinAddr: 0x15FB3C, symSize: 0x34 } + - { offsetInCU: 0x4CE, offset: 0x1A5CE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC13animationsUrl10Foundation3URLVvg', symObjAddr: 0x5C4, symBinAddr: 0x15FB70, symSize: 0x1E4 } + - { offsetInCU: 0x50A, offset: 0x1A5D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9imagesUrl10Foundation3URLVvg', symObjAddr: 0x7A8, symBinAddr: 0x15FD54, symSize: 0x1E4 } + - { offsetInCU: 0x59D, offset: 0x1A5DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10decompress33_275A06DD5956033D98FBA55D0E0AF6FCLL4from2toy10Foundation3URLV_AJtKF', symObjAddr: 0xA04, symBinAddr: 0x15FFB0, symSize: 0x5D0 } + - { offsetInCU: 0x6D2, offset: 0x1A5EED, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9AnimationVAA0baN0VKXEfU_', symObjAddr: 0xFD4, symBinAddr: 0x160580, symSize: 0x2DC } + - { offsetInCU: 0x803, offset: 0x1A601E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfd', symObjAddr: 0x12B0, symBinAddr: 0x16085C, symSize: 0xA4 } + - { offsetInCU: 0x840, offset: 0x1A605B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfD', symObjAddr: 0x1394, symBinAddr: 0x160900, symSize: 0xB0 } + - { offsetInCU: 0x947, offset: 0x1A6162, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0x98C, symBinAddr: 0x15FF38, symSize: 0x30 } + - { offsetInCU: 0x961, offset: 0x1A617C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0x9BC, symBinAddr: 0x15FF68, symSize: 0x28 } + - { offsetInCU: 0x97B, offset: 0x1A6196, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0x9E4, symBinAddr: 0x15FF90, symSize: 0x20 } + - { offsetInCU: 0xB0E, offset: 0x1A6329, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMU', symObjAddr: 0x1444, symBinAddr: 0x1609B0, symSize: 0x8 } + - { offsetInCU: 0xB22, offset: 0x1A633D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMa', symObjAddr: 0x144C, symBinAddr: 0x1609B8, symSize: 0x3C } + - { offsetInCU: 0xB36, offset: 0x1A6351, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMr', symObjAddr: 0x1488, symBinAddr: 0x1609F4, symSize: 0xA4 } + - { offsetInCU: 0xB4A, offset: 0x1A6365, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgMa', symObjAddr: 0x1538, symBinAddr: 0x160AA4, symSize: 0x54 } + - { offsetInCU: 0xB5E, offset: 0x1A6379, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwCP', symObjAddr: 0x158C, symBinAddr: 0x160AF8, symSize: 0x30 } + - { offsetInCU: 0xB72, offset: 0x1A638D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwxx', symObjAddr: 0x15BC, symBinAddr: 0x160B28, symSize: 0x30 } + - { offsetInCU: 0xB86, offset: 0x1A63A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwcp', symObjAddr: 0x15EC, symBinAddr: 0x160B58, symSize: 0x64 } + - { offsetInCU: 0xB9A, offset: 0x1A63B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwca', symObjAddr: 0x1650, symBinAddr: 0x160BBC, symSize: 0x94 } + - { offsetInCU: 0xBAE, offset: 0x1A63C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwta', symObjAddr: 0x16F8, symBinAddr: 0x160C50, symSize: 0x6C } + - { offsetInCU: 0xBC2, offset: 0x1A63DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwet', symObjAddr: 0x1764, symBinAddr: 0x160CBC, symSize: 0x48 } + - { offsetInCU: 0xBD6, offset: 0x1A63F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwst', symObjAddr: 0x17AC, symBinAddr: 0x160D04, symSize: 0x4C } + - { offsetInCU: 0xBEA, offset: 0x1A6405, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVMa', symObjAddr: 0x17F8, symBinAddr: 0x160D50, symSize: 0x10 } + - { offsetInCU: 0xCA3, offset: 0x1A64BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVACSeAAWl', symObjAddr: 0x1A24, symBinAddr: 0x160F38, symSize: 0x44 } + - { offsetInCU: 0xCB7, offset: 0x1A64D2, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOc', symObjAddr: 0x1AD8, symBinAddr: 0x160F7C, symSize: 0x48 } + - { offsetInCU: 0xCCB, offset: 0x1A64E6, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOd', symObjAddr: 0x1B20, symBinAddr: 0x160FC4, symSize: 0x48 } + - { offsetInCU: 0xD9C, offset: 0x1A65B7, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie03DotC9AnimationVG_AE0dC4FileC0E0VTg5011$s6Lottie03d2A4f58C11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9E15VAA0baN0VKXEfU_AJTf1cn_nTf4ng_n', symObjAddr: 0x184C, symBinAddr: 0x160D60, symSize: 0x19C } + - { offsetInCU: 0x4F, offset: 0x1A6918, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvpZ', symObjAddr: 0x930, symBinAddr: 0x1E4E00, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x1A6932, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvgZ', symObjAddr: 0x0, symBinAddr: 0x16100C, symSize: 0x6C } + - { offsetInCU: 0xA0, offset: 0x1A6969, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0x6C, symBinAddr: 0x161078, symSize: 0x38 } + - { offsetInCU: 0xFE, offset: 0x1A69C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_182$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x48C, symBinAddr: 0x161498, symSize: 0x1C } + - { offsetInCU: 0x116, offset: 0x1A69DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_204$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SSyXEfu_Tf3pf_n', symObjAddr: 0x4A8, symBinAddr: 0x1614B4, symSize: 0x1C } + - { offsetInCU: 0x12E, offset: 0x1A69F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_78$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvgSSyXEfu1_Tf3pf_n', symObjAddr: 0x4C4, symBinAddr: 0x1614D0, symSize: 0x1C } + - { offsetInCU: 0x146, offset: 0x1A6A0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_62$s6Lottie18CoreAnimationLayerC07respectC9FrameRateSbvsSSyXEfu_Tf3pf_n', symObjAddr: 0x4E0, symBinAddr: 0x1614EC, symSize: 0x1C } + - { offsetInCU: 0x15E, offset: 0x1A6A27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_101$s6Lottie18CoreAnimationLayerC8getValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x4FC, symBinAddr: 0x161508, symSize: 0x1C } + - { offsetInCU: 0x176, offset: 0x1A6A3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_110$s6Lottie18CoreAnimationLayerC16getOriginalValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x518, symBinAddr: 0x161524, symSize: 0x1C } + - { offsetInCU: 0x18E, offset: 0x1A6A57, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_77$s6Lottie18CoreAnimationLayerC5layer3forSo7CALayerCSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x534, symBinAddr: 0x161540, symSize: 0x1C } + - { offsetInCU: 0x1A6, offset: 0x1A6A6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_97$s6Lottie18CoreAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x550, symBinAddr: 0x16155C, symSize: 0x1C } + - { offsetInCU: 0x1BE, offset: 0x1A6A87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_87$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x56C, symBinAddr: 0x161578, symSize: 0x1C } + - { offsetInCU: 0x1D6, offset: 0x1A6A9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_0150$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0V39GSg12CoreGraphics7CGFloatVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x588, symBinAddr: 0x161594, symSize: 0x1C } + - { offsetInCU: 0x1EE, offset: 0x1A6AB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_014$sSo7CALayerC6A158E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x5A4, symBinAddr: 0x1615B0, symSize: 0x1C } + - { offsetInCU: 0x206, offset: 0x1A6ACF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_', symObjAddr: 0x5C0, symBinAddr: 0x1615CC, symSize: 0x20 } + - { offsetInCU: 0x226, offset: 0x1A6AEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF', symObjAddr: 0xA4, symBinAddr: 0x1610B0, symSize: 0x48 } + - { offsetInCU: 0x294, offset: 0x1A6B5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_', symObjAddr: 0x36C, symBinAddr: 0x161378, symSize: 0x24 } + - { offsetInCU: 0x2A8, offset: 0x1A6B71, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_75$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSSyXEfu0_Tf3pf_n', symObjAddr: 0x390, symBinAddr: 0x16139C, symSize: 0x1C } + - { offsetInCU: 0x2C0, offset: 0x1A6B89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu0_Tf3pf_n', symObjAddr: 0x3AC, symBinAddr: 0x1613B8, symSize: 0x1C } + - { offsetInCU: 0x2D8, offset: 0x1A6BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu2_Tf3pf_n', symObjAddr: 0x3C8, symBinAddr: 0x1613D4, symSize: 0x1C } + - { offsetInCU: 0x2F0, offset: 0x1A6BB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu4_Tf3pf_n', symObjAddr: 0x3E4, symBinAddr: 0x1613F0, symSize: 0x1C } + - { offsetInCU: 0x308, offset: 0x1A6BD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_056$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybO35_p_AA16AnimationKeypathVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x400, symBinAddr: 0x16140C, symSize: 0x1C } + - { offsetInCU: 0x320, offset: 0x1A6BE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_05$sSa6A87AA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x41C, symBinAddr: 0x161428, symSize: 0x1C } + - { offsetInCU: 0x338, offset: 0x1A6C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_147$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x438, symBinAddr: 0x161444, symSize: 0x1C } + - { offsetInCU: 0x350, offset: 0x1A6C19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_170$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x454, symBinAddr: 0x161460, symSize: 0x1C } + - { offsetInCU: 0x368, offset: 0x1A6C31, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_139$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x470, symBinAddr: 0x16147C, symSize: 0x1C } + - { offsetInCU: 0x38C, offset: 0x1A6C55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0xEC, symBinAddr: 0x1610F8, symSize: 0x38 } + - { offsetInCU: 0x3EA, offset: 0x1A6CB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_05$sSa6A55AA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyFSSyXEfu_Tf3pf_n', symObjAddr: 0x624, symBinAddr: 0x161630, symSize: 0x1C } + - { offsetInCU: 0x403, offset: 0x1A6CCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKF', symObjAddr: 0x124, symBinAddr: 0x161130, symSize: 0x38 } + - { offsetInCU: 0x441, offset: 0x1A6D0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu1_Tf3pf_n', symObjAddr: 0x640, symBinAddr: 0x16164C, symSize: 0x1C } + - { offsetInCU: 0x459, offset: 0x1A6D22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu0_Tf3pf_n', symObjAddr: 0x65C, symBinAddr: 0x161668, symSize: 0x1C } + - { offsetInCU: 0x471, offset: 0x1A6D3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_Tf3pf_n', symObjAddr: 0x678, symBinAddr: 0x161684, symSize: 0x1C } + - { offsetInCU: 0x48A, offset: 0x1A6D53, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA_ySbyXE_SSyXEAISutcfU_', symObjAddr: 0x15C, symBinAddr: 0x161168, symSize: 0x4 } + - { offsetInCU: 0x4E3, offset: 0x1A6DAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA0_ySSyXE_AISutcfU_', symObjAddr: 0x160, symBinAddr: 0x16116C, symSize: 0x4 } + - { offsetInCU: 0x52C, offset: 0x1A6DF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA2_ySSyXEcfU_', symObjAddr: 0x164, symBinAddr: 0x161170, symSize: 0x4 } + - { offsetInCU: 0x5A5, offset: 0x1A6E6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfC', symObjAddr: 0x168, symBinAddr: 0x161174, symSize: 0x78 } + - { offsetInCU: 0x600, offset: 0x1A6EC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc', symObjAddr: 0x1E0, symBinAddr: 0x1611EC, symSize: 0x18 } + - { offsetInCU: 0x656, offset: 0x1A6F1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvsZ', symObjAddr: 0x250, symBinAddr: 0x16125C, symSize: 0x74 } + - { offsetInCU: 0x69D, offset: 0x1A6F66, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ', symObjAddr: 0x2C4, symBinAddr: 0x1612D0, symSize: 0x6C } + - { offsetInCU: 0x6D4, offset: 0x1A6F9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ.resume.0', symObjAddr: 0x330, symBinAddr: 0x16133C, symSize: 0x4 } + - { offsetInCU: 0x6FF, offset: 0x1A6FC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfd', symObjAddr: 0x694, symBinAddr: 0x1616A0, symSize: 0x34 } + - { offsetInCU: 0x73A, offset: 0x1A7003, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfD', symObjAddr: 0x6C8, symBinAddr: 0x1616D4, symSize: 0x3C } + - { offsetInCU: 0x78F, offset: 0x1A7058, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6shared_WZ', symObjAddr: 0x1F8, symBinAddr: 0x161204, symSize: 0x58 } + - { offsetInCU: 0x806, offset: 0x1A70CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x5E0, symBinAddr: 0x1615EC, symSize: 0x20 } + - { offsetInCU: 0x82F, offset: 0x1A70F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x600, symBinAddr: 0x16160C, symSize: 0x24 } + - { offsetInCU: 0x858, offset: 0x1A7121, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZ', symObjAddr: 0x704, symBinAddr: 0x161710, symSize: 0x50 } + - { offsetInCU: 0x8E2, offset: 0x1A71AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySbyXE_SSyXEs12StaticStringVSutcfU_', symObjAddr: 0x754, symBinAddr: 0x161760, symSize: 0xA0 } + - { offsetInCU: 0x991, offset: 0x1A725A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySSyXE_s12StaticStringVSutcfU0_', symObjAddr: 0x7F4, symBinAddr: 0x161800, symSize: 0x80 } + - { offsetInCU: 0xA52, offset: 0x1A731B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCMa', symObjAddr: 0x874, symBinAddr: 0x161880, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1A751A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x1618D0, symSize: 0x124 } + - { offsetInCU: 0x7D, offset: 0x1A7570, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x1618D0, symSize: 0x124 } + - { offsetInCU: 0x174, offset: 0x1A7667, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x124, symBinAddr: 0x1619F4, symSize: 0x138 } + - { offsetInCU: 0x27, offset: 0x1A7846, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x161B2C, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0x1A786A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x161B2C, symSize: 0x48 } + - { offsetInCU: 0x70, offset: 0x1A788F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x161B74, symSize: 0x184 } + - { offsetInCU: 0x10E, offset: 0x1A792D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1DC, symBinAddr: 0x161D08, symSize: 0x64 } + - { offsetInCU: 0x151, offset: 0x1A7970, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x240, symBinAddr: 0x161D6C, symSize: 0x24 } + - { offsetInCU: 0x191, offset: 0x1A79B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x264, symBinAddr: 0x161D90, symSize: 0x4 } + - { offsetInCU: 0x1B1, offset: 0x1A79D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x264, symBinAddr: 0x161D90, symSize: 0x4 } + - { offsetInCU: 0x1DC, offset: 0x1A79FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x268, symBinAddr: 0x161D94, symSize: 0x68 } + - { offsetInCU: 0x227, offset: 0x1A7A46, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2D0, symBinAddr: 0x161DFC, symSize: 0xC } + - { offsetInCU: 0x243, offset: 0x1A7A62, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x2DC, symBinAddr: 0x161E08, symSize: 0xC } + - { offsetInCU: 0x25F, offset: 0x1A7A7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x948, symBinAddr: 0x16222C, symSize: 0x14 } + - { offsetInCU: 0x27C, offset: 0x1A7A9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x338, symBinAddr: 0x161E64, symSize: 0x1A0 } + - { offsetInCU: 0x320, offset: 0x1A7B3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfD', symObjAddr: 0x4E0, symBinAddr: 0x16200C, symSize: 0x2C } + - { offsetInCU: 0x3ED, offset: 0x1A7C0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfE', symObjAddr: 0x4D8, symBinAddr: 0x162004, symSize: 0x8 } + - { offsetInCU: 0x41A, offset: 0x1A7C39, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCMa', symObjAddr: 0x50C, symBinAddr: 0x162038, symSize: 0x20 } + - { offsetInCU: 0x42E, offset: 0x1A7C4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwet', symObjAddr: 0x774, symBinAddr: 0x162058, symSize: 0x50 } + - { offsetInCU: 0x442, offset: 0x1A7C61, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwst', symObjAddr: 0x7C4, symBinAddr: 0x1620A8, symSize: 0x8C } + - { offsetInCU: 0x456, offset: 0x1A7C75, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwug', symObjAddr: 0x850, symBinAddr: 0x162134, symSize: 0x8 } + - { offsetInCU: 0x46A, offset: 0x1A7C89, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwup', symObjAddr: 0x858, symBinAddr: 0x16213C, symSize: 0x4 } + - { offsetInCU: 0x47E, offset: 0x1A7C9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwui', symObjAddr: 0x85C, symBinAddr: 0x162140, symSize: 0x4 } + - { offsetInCU: 0x492, offset: 0x1A7CB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOMa', symObjAddr: 0x860, symBinAddr: 0x162144, symSize: 0x10 } + - { offsetInCU: 0x4A6, offset: 0x1A7CC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASQWb', symObjAddr: 0x870, symBinAddr: 0x162154, symSize: 0x4 } + - { offsetInCU: 0x4BA, offset: 0x1A7CD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAESQAAWl', symObjAddr: 0x874, symBinAddr: 0x162158, symSize: 0x44 } + - { offsetInCU: 0x4CE, offset: 0x1A7CED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8B8, symBinAddr: 0x16219C, symSize: 0x4 } + - { offsetInCU: 0x4E2, offset: 0x1A7D01, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8BC, symBinAddr: 0x1621A0, symSize: 0x44 } + - { offsetInCU: 0x4F6, offset: 0x1A7D15, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x900, symBinAddr: 0x1621E4, symSize: 0x4 } + - { offsetInCU: 0x50A, offset: 0x1A7D29, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x904, symBinAddr: 0x1621E8, symSize: 0x44 } + - { offsetInCU: 0x544, offset: 0x1A7D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1CC, symBinAddr: 0x161CF8, symSize: 0x4 } + - { offsetInCU: 0x564, offset: 0x1A7D83, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1CC, symBinAddr: 0x161CF8, symSize: 0x4 } + - { offsetInCU: 0x584, offset: 0x1A7DA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1D0, symBinAddr: 0x161CFC, symSize: 0x4 } + - { offsetInCU: 0x5A4, offset: 0x1A7DC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1D0, symBinAddr: 0x161CFC, symSize: 0x4 } + - { offsetInCU: 0x5C4, offset: 0x1A7DE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1D4, symBinAddr: 0x161D00, symSize: 0x4 } + - { offsetInCU: 0x5E4, offset: 0x1A7E03, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1D4, symBinAddr: 0x161D00, symSize: 0x4 } + - { offsetInCU: 0x604, offset: 0x1A7E23, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D8, symBinAddr: 0x161D04, symSize: 0x4 } + - { offsetInCU: 0x624, offset: 0x1A7E43, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D8, symBinAddr: 0x161D04, symSize: 0x4 } + - { offsetInCU: 0x63B, offset: 0x1A7E5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2E8, symBinAddr: 0x161E14, symSize: 0x28 } + - { offsetInCU: 0x657, offset: 0x1A7E76, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x310, symBinAddr: 0x161E3C, symSize: 0x28 } + - { offsetInCU: 0x8A, offset: 0x1A808B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x162300, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x1A80BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0x162318, symSize: 0xC } + - { offsetInCU: 0xEF, offset: 0x1A80F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x18C, symBinAddr: 0x1623CC, symSize: 0x698 } + - { offsetInCU: 0x276, offset: 0x1A8277, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueSSvg', symObjAddr: 0x824, symBinAddr: 0x162A64, symSize: 0x20 } + - { offsetInCU: 0x2AF, offset: 0x1A82B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x844, symBinAddr: 0x162A84, symSize: 0x20 } + - { offsetInCU: 0x2DD, offset: 0x1A82DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x844, symBinAddr: 0x162A84, symSize: 0x20 } + - { offsetInCU: 0x326, offset: 0x1A8327, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValuexSg03RawR0Qz_tcfCTW', symObjAddr: 0x9E8, symBinAddr: 0x162C28, symSize: 0x44 } + - { offsetInCU: 0x36C, offset: 0x1A836D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValue03RawR0QzvgTW', symObjAddr: 0xA2C, symBinAddr: 0x162C6C, symSize: 0x28 } + - { offsetInCU: 0x380, offset: 0x1A8381, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA54, symBinAddr: 0x162C94, symSize: 0x8 } + - { offsetInCU: 0x3B6, offset: 0x1A83B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA5C, symBinAddr: 0x162C9C, symSize: 0x3C } + - { offsetInCU: 0x41B, offset: 0x1A841C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA98, symBinAddr: 0x162CD8, symSize: 0xC } + - { offsetInCU: 0x437, offset: 0x1A8438, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xAA4, symBinAddr: 0x162CE4, symSize: 0xC } + - { offsetInCU: 0x453, offset: 0x1A8454, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1BF8, symBinAddr: 0x163BE4, symSize: 0x50 } + - { offsetInCU: 0x49E, offset: 0x1A849F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCfD', symObjAddr: 0xB00, symBinAddr: 0x162D40, symSize: 0x2C } + - { offsetInCU: 0x4E1, offset: 0x1A84E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC6encode2toys7Encoder_p_tKF', symObjAddr: 0xD04, symBinAddr: 0x162F34, symSize: 0x37C } + - { offsetInCU: 0x520, offset: 0x1A8521, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1080, symBinAddr: 0x1632B0, symSize: 0x438 } + - { offsetInCU: 0x575, offset: 0x1A8576, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x14B8, symBinAddr: 0x1636E8, symSize: 0x54 } + - { offsetInCU: 0x5AC, offset: 0x1A85AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x150C, symBinAddr: 0x16373C, symSize: 0x20 } + - { offsetInCU: 0x5E7, offset: 0x1A85E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x17B0, symBinAddr: 0x16386C, symSize: 0x110 } + - { offsetInCU: 0x66E, offset: 0x1A866F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCMa', symObjAddr: 0xB2C, symBinAddr: 0x162D6C, symSize: 0x20 } + - { offsetInCU: 0x682, offset: 0x1A8683, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwet', symObjAddr: 0xB5C, symBinAddr: 0x162D8C, symSize: 0x90 } + - { offsetInCU: 0x696, offset: 0x1A8697, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwst', symObjAddr: 0xBEC, symBinAddr: 0x162E1C, symSize: 0xBC } + - { offsetInCU: 0x6AA, offset: 0x1A86AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwup', symObjAddr: 0xCA8, symBinAddr: 0x162ED8, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x1A86BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOMa', symObjAddr: 0xCAC, symBinAddr: 0x162EDC, symSize: 0x10 } + - { offsetInCU: 0x6D2, offset: 0x1A86D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASQWb', symObjAddr: 0xCBC, symBinAddr: 0x162EEC, symSize: 0x4 } + - { offsetInCU: 0x6E6, offset: 0x1A86E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSQAAWl', symObjAddr: 0xCC0, symBinAddr: 0x162EF0, symSize: 0x44 } + - { offsetInCU: 0x6FA, offset: 0x1A86FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs0D3KeyAAWl', symObjAddr: 0x1590, symBinAddr: 0x16375C, symSize: 0x44 } + - { offsetInCU: 0x70E, offset: 0x1A870F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSeAAWl', symObjAddr: 0x15D4, symBinAddr: 0x1637A0, symSize: 0x44 } + - { offsetInCU: 0x722, offset: 0x1A8723, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSEAAWl', symObjAddr: 0x16A0, symBinAddr: 0x1637E4, symSize: 0x44 } + - { offsetInCU: 0x736, offset: 0x1A8737, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSYAAWl', symObjAddr: 0x176C, symBinAddr: 0x163828, symSize: 0x44 } + - { offsetInCU: 0x74A, offset: 0x1A874B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwet', symObjAddr: 0x19B0, symBinAddr: 0x16399C, symSize: 0x90 } + - { offsetInCU: 0x75E, offset: 0x1A875F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwst', symObjAddr: 0x1A40, symBinAddr: 0x163A2C, symSize: 0xBC } + - { offsetInCU: 0x772, offset: 0x1A8773, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwug', symObjAddr: 0x1AFC, symBinAddr: 0x163AE8, symSize: 0x8 } + - { offsetInCU: 0x786, offset: 0x1A8787, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwup', symObjAddr: 0x1B04, symBinAddr: 0x163AF0, symSize: 0x4 } + - { offsetInCU: 0x79A, offset: 0x1A879B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwui', symObjAddr: 0x1B08, symBinAddr: 0x163AF4, symSize: 0x8 } + - { offsetInCU: 0x7AE, offset: 0x1A87AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOMa', symObjAddr: 0x1B10, symBinAddr: 0x163AFC, symSize: 0x10 } + - { offsetInCU: 0x7C2, offset: 0x1A87C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASQWb', symObjAddr: 0x1B20, symBinAddr: 0x163B0C, symSize: 0x4 } + - { offsetInCU: 0x7D6, offset: 0x1A87D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFSQAAWl', symObjAddr: 0x1B24, symBinAddr: 0x163B10, symSize: 0x44 } + - { offsetInCU: 0x7EA, offset: 0x1A87EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1B68, symBinAddr: 0x163B54, symSize: 0x4 } + - { offsetInCU: 0x7FE, offset: 0x1A87FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1B6C, symBinAddr: 0x163B58, symSize: 0x44 } + - { offsetInCU: 0x812, offset: 0x1A8813, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1BB0, symBinAddr: 0x163B9C, symSize: 0x4 } + - { offsetInCU: 0x826, offset: 0x1A8827, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1BB4, symBinAddr: 0x163BA0, symSize: 0x44 } + - { offsetInCU: 0x85A, offset: 0x1A885B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x162240, symSize: 0x14 } + - { offsetInCU: 0x8EB, offset: 0x1A88EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x162254, symSize: 0x44 } + - { offsetInCU: 0x99A, offset: 0x1A899B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x162298, symSize: 0x28 } + - { offsetInCU: 0x9ED, offset: 0x1A89EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x1622C0, symSize: 0x40 } + - { offsetInCU: 0xA70, offset: 0x1A8A71, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0x162324, symSize: 0x5C } + - { offsetInCU: 0xA93, offset: 0x1A8A94, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0x162380, symSize: 0x4C } + - { offsetInCU: 0xAEF, offset: 0x1A8AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x864, symBinAddr: 0x162AA4, symSize: 0x88 } + - { offsetInCU: 0xB9E, offset: 0x1A8B9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH9hashValueSivgTW', symObjAddr: 0x8EC, symBinAddr: 0x162B2C, symSize: 0x60 } + - { offsetInCU: 0xC1C, offset: 0x1A8C1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x94C, symBinAddr: 0x162B8C, symSize: 0x40 } + - { offsetInCU: 0xC6E, offset: 0x1A8C6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98C, symBinAddr: 0x162BCC, symSize: 0x5C } + - { offsetInCU: 0xCD0, offset: 0x1A8CD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xAB0, symBinAddr: 0x162CF0, symSize: 0x28 } + - { offsetInCU: 0xCEC, offset: 0x1A8CED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xAD8, symBinAddr: 0x162D18, symSize: 0x28 } + - { offsetInCU: 0x65, offset: 0x1A8EE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x163C3C, symSize: 0x414 } + - { offsetInCU: 0xE5, offset: 0x1A8F64, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x414, symBinAddr: 0x164050, symSize: 0x5FC } + - { offsetInCU: 0x338, offset: 0x1A91B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO8rawValueSSvg', symObjAddr: 0xA10, symBinAddr: 0x16464C, symSize: 0x20 } + - { offsetInCU: 0x371, offset: 0x1A91F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xC7C, symBinAddr: 0x1648B8, symSize: 0x20 } + - { offsetInCU: 0x39F, offset: 0x1A921E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xC7C, symBinAddr: 0x1648B8, symSize: 0x20 } + - { offsetInCU: 0x3F3, offset: 0x1A9272, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xCC0, symBinAddr: 0x1648FC, symSize: 0x64 } + - { offsetInCU: 0x459, offset: 0x1A92D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xD24, symBinAddr: 0x164960, symSize: 0x28 } + - { offsetInCU: 0x475, offset: 0x1A92F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xD4C, symBinAddr: 0x164988, symSize: 0x8 } + - { offsetInCU: 0x4AB, offset: 0x1A932A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xD54, symBinAddr: 0x164990, symSize: 0x68 } + - { offsetInCU: 0x530, offset: 0x1A93AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xDBC, symBinAddr: 0x1649F8, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x1A93CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xDC8, symBinAddr: 0x164A04, symSize: 0xC } + - { offsetInCU: 0x58A, offset: 0x1A9409, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xE34, symBinAddr: 0x164A70, symSize: 0x64 } + - { offsetInCU: 0x5CD, offset: 0x1A944C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xE98, symBinAddr: 0x164AD4, symSize: 0x24 } + - { offsetInCU: 0x60D, offset: 0x1A948C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xEBC, symBinAddr: 0x164AF8, symSize: 0x4 } + - { offsetInCU: 0x62D, offset: 0x1A94AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xEBC, symBinAddr: 0x164AF8, symSize: 0x4 } + - { offsetInCU: 0x658, offset: 0x1A94D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xEC0, symBinAddr: 0x164AFC, symSize: 0x68 } + - { offsetInCU: 0x6A3, offset: 0x1A9522, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValueSiSgvgTW', symObjAddr: 0xF28, symBinAddr: 0x164B64, symSize: 0xC } + - { offsetInCU: 0x6BF, offset: 0x1A953E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF34, symBinAddr: 0x164B70, symSize: 0xC } + - { offsetInCU: 0x6DB, offset: 0x1A955A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1748, symBinAddr: 0x16517C, symSize: 0x14 } + - { offsetInCU: 0x6F9, offset: 0x1A9578, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC6encode2toys7Encoder_p_tKF', symObjAddr: 0xA30, symBinAddr: 0x16466C, symSize: 0x24C } + - { offsetInCU: 0x78A, offset: 0x1A9609, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCfD', symObjAddr: 0xF90, symBinAddr: 0x164BCC, symSize: 0x3C } + - { offsetInCU: 0x7E5, offset: 0x1A9664, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFEC, symBinAddr: 0x164C28, symSize: 0x54 } + - { offsetInCU: 0x81D, offset: 0x1A969C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1040, symBinAddr: 0x164C7C, symSize: 0x20 } + - { offsetInCU: 0x8DA, offset: 0x1A9759, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCMa', symObjAddr: 0xFCC, symBinAddr: 0x164C08, symSize: 0x20 } + - { offsetInCU: 0x8EE, offset: 0x1A976D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs0C3KeyAAWl', symObjAddr: 0x10C4, symBinAddr: 0x164C9C, symSize: 0x44 } + - { offsetInCU: 0x902, offset: 0x1A9781, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs06CodingD0AAWl', symObjAddr: 0x1128, symBinAddr: 0x164CE0, symSize: 0x44 } + - { offsetInCU: 0x916, offset: 0x1A9795, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x1328, symBinAddr: 0x164D60, symSize: 0x90 } + - { offsetInCU: 0x92A, offset: 0x1A97A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x13B8, symBinAddr: 0x164DF0, symSize: 0xBC } + - { offsetInCU: 0x93E, offset: 0x1A97BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x1474, symBinAddr: 0x164EAC, symSize: 0x8 } + - { offsetInCU: 0x952, offset: 0x1A97D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x147C, symBinAddr: 0x164EB4, symSize: 0x4 } + - { offsetInCU: 0x966, offset: 0x1A97E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x1480, symBinAddr: 0x164EB8, symSize: 0x8 } + - { offsetInCU: 0x97A, offset: 0x1A97F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x1488, symBinAddr: 0x164EC0, symSize: 0x10 } + - { offsetInCU: 0x98E, offset: 0x1A980D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x149C, symBinAddr: 0x164ED0, symSize: 0x50 } + - { offsetInCU: 0x9A2, offset: 0x1A9821, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x14EC, symBinAddr: 0x164F20, symSize: 0x8C } + - { offsetInCU: 0x9B6, offset: 0x1A9835, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x1578, symBinAddr: 0x164FAC, symSize: 0x8 } + - { offsetInCU: 0x9CA, offset: 0x1A9849, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x1580, symBinAddr: 0x164FB4, symSize: 0x4 } + - { offsetInCU: 0x9DE, offset: 0x1A985D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x1584, symBinAddr: 0x164FB8, symSize: 0x4 } + - { offsetInCU: 0x9F2, offset: 0x1A9871, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x1588, symBinAddr: 0x164FBC, symSize: 0x10 } + - { offsetInCU: 0xA06, offset: 0x1A9885, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x1598, symBinAddr: 0x164FCC, symSize: 0x4 } + - { offsetInCU: 0xA1A, offset: 0x1A9899, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x159C, symBinAddr: 0x164FD0, symSize: 0x44 } + - { offsetInCU: 0xA2E, offset: 0x1A98AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x15E0, symBinAddr: 0x165014, symSize: 0x4 } + - { offsetInCU: 0xA42, offset: 0x1A98C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x15E4, symBinAddr: 0x165018, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x1A98D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1628, symBinAddr: 0x16505C, symSize: 0x4 } + - { offsetInCU: 0xA6A, offset: 0x1A98E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x162C, symBinAddr: 0x165060, symSize: 0x44 } + - { offsetInCU: 0xA7E, offset: 0x1A98FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1670, symBinAddr: 0x1650A4, symSize: 0x4 } + - { offsetInCU: 0xA92, offset: 0x1A9911, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1674, symBinAddr: 0x1650A8, symSize: 0x44 } + - { offsetInCU: 0xAA6, offset: 0x1A9925, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x16B8, symBinAddr: 0x1650EC, symSize: 0x4 } + - { offsetInCU: 0xABA, offset: 0x1A9939, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x16BC, symBinAddr: 0x1650F0, symSize: 0x44 } + - { offsetInCU: 0xACE, offset: 0x1A994D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1700, symBinAddr: 0x165134, symSize: 0x4 } + - { offsetInCU: 0xAE2, offset: 0x1A9961, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1704, symBinAddr: 0x165138, symSize: 0x44 } + - { offsetInCU: 0xB48, offset: 0x1A99C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC9C, symBinAddr: 0x1648D8, symSize: 0xC } + - { offsetInCU: 0xB64, offset: 0x1A99E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xCA8, symBinAddr: 0x1648E4, symSize: 0x8 } + - { offsetInCU: 0xB80, offset: 0x1A99FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xCB0, symBinAddr: 0x1648EC, symSize: 0x8 } + - { offsetInCU: 0xB9C, offset: 0x1A9A1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCB8, symBinAddr: 0x1648F4, symSize: 0x8 } + - { offsetInCU: 0xBBE, offset: 0x1A9A3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xDD4, symBinAddr: 0x164A10, symSize: 0x28 } + - { offsetInCU: 0xBDA, offset: 0x1A9A59, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xDFC, symBinAddr: 0x164A38, symSize: 0x28 } + - { offsetInCU: 0xC05, offset: 0x1A9A84, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE24, symBinAddr: 0x164A60, symSize: 0x4 } + - { offsetInCU: 0xC25, offset: 0x1A9AA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE24, symBinAddr: 0x164A60, symSize: 0x4 } + - { offsetInCU: 0xC45, offset: 0x1A9AC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE28, symBinAddr: 0x164A64, symSize: 0x4 } + - { offsetInCU: 0xC65, offset: 0x1A9AE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE28, symBinAddr: 0x164A64, symSize: 0x4 } + - { offsetInCU: 0xC85, offset: 0x1A9B04, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE2C, symBinAddr: 0x164A68, symSize: 0x4 } + - { offsetInCU: 0xCA5, offset: 0x1A9B24, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE2C, symBinAddr: 0x164A68, symSize: 0x4 } + - { offsetInCU: 0xCC5, offset: 0x1A9B44, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE30, symBinAddr: 0x164A6C, symSize: 0x4 } + - { offsetInCU: 0xCE5, offset: 0x1A9B64, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE30, symBinAddr: 0x164A6C, symSize: 0x4 } + - { offsetInCU: 0xCFC, offset: 0x1A9B7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF40, symBinAddr: 0x164B7C, symSize: 0x28 } + - { offsetInCU: 0xD18, offset: 0x1A9B97, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xF68, symBinAddr: 0x164BA4, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x1A9DCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x40, symBinAddr: 0x165190, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x1A9F38, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x165288, symSize: 0x238 } + - { offsetInCU: 0x174, offset: 0x1AA085, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x165288, symSize: 0x238 } + - { offsetInCU: 0x3F6, offset: 0x1AA307, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x238, symBinAddr: 0x1654C0, symSize: 0x5C } + - { offsetInCU: 0x44E, offset: 0x1AA35F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfD', symObjAddr: 0x29C, symBinAddr: 0x165524, symSize: 0x2C } + - { offsetInCU: 0x4B0, offset: 0x1AA3C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfE', symObjAddr: 0x294, symBinAddr: 0x16551C, symSize: 0x8 } + - { offsetInCU: 0x508, offset: 0x1AA419, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCMa', symObjAddr: 0x2C8, symBinAddr: 0x165550, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1AA661, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x165570, symSize: 0x128 } + - { offsetInCU: 0x79, offset: 0x1AA6AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x165570, symSize: 0x128 } + - { offsetInCU: 0xC7, offset: 0x1AA6FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x128, symBinAddr: 0x165698, symSize: 0x110 } + - { offsetInCU: 0xFD, offset: 0x1AA733, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfC', symObjAddr: 0x290, symBinAddr: 0x1657B8, symSize: 0x4C } + - { offsetInCU: 0x11B, offset: 0x1AA751, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfc', symObjAddr: 0x2DC, symBinAddr: 0x165804, symSize: 0xD0 } + - { offsetInCU: 0x1C3, offset: 0x1AA7F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvg', symObjAddr: 0x4D8, symBinAddr: 0x1658D4, symSize: 0x30 } + - { offsetInCU: 0x20E, offset: 0x1AA844, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvs', symObjAddr: 0x508, symBinAddr: 0x165904, symSize: 0x50 } + - { offsetInCU: 0x254, offset: 0x1AA88A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM', symObjAddr: 0x558, symBinAddr: 0x165954, symSize: 0x40 } + - { offsetInCU: 0x283, offset: 0x1AA8B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM.resume.0', symObjAddr: 0x598, symBinAddr: 0x165994, symSize: 0x34 } + - { offsetInCU: 0x2C2, offset: 0x1AA8F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9valueTypeypXpvg', symObjAddr: 0x5CC, symBinAddr: 0x1659C8, symSize: 0xC } + - { offsetInCU: 0x2ED, offset: 0x1AA923, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x5D8, symBinAddr: 0x1659D4, symSize: 0xA8 } + - { offsetInCU: 0x33A, offset: 0x1AA970, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x690, symBinAddr: 0x165A8C, symSize: 0x34 } + - { offsetInCU: 0x3A0, offset: 0x1AA9D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x724, symBinAddr: 0x165B20, symSize: 0x18 } + - { offsetInCU: 0x3C3, offset: 0x1AA9F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfd', symObjAddr: 0x73C, symBinAddr: 0x165B38, symSize: 0x24 } + - { offsetInCU: 0x3FE, offset: 0x1AAA34, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfD', symObjAddr: 0x794, symBinAddr: 0x165B5C, symSize: 0x2C } + - { offsetInCU: 0x441, offset: 0x1AAA77, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x7C0, symBinAddr: 0x165B88, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0x1AAA93, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x7E0, symBinAddr: 0x165BA8, symSize: 0xC } + - { offsetInCU: 0x4A3, offset: 0x1AAAD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7EC, symBinAddr: 0x165BB4, symSize: 0x1C } + - { offsetInCU: 0x503, offset: 0x1AAB39, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOe', symObjAddr: 0x238, symBinAddr: 0x1657A8, symSize: 0x10 } + - { offsetInCU: 0x538, offset: 0x1AAB6E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOy', symObjAddr: 0x680, symBinAddr: 0x165A7C, symSize: 0x10 } + - { offsetInCU: 0x54C, offset: 0x1AAB82, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6F0, symBinAddr: 0x165AEC, symSize: 0x34 } + - { offsetInCU: 0x594, offset: 0x1AABCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x808, symBinAddr: 0x165BD0, symSize: 0xC } + - { offsetInCU: 0x5C3, offset: 0x1AABF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x814, symBinAddr: 0x165BDC, symSize: 0xC } + - { offsetInCU: 0x60D, offset: 0x1AAC43, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x820, symBinAddr: 0x165BE8, symSize: 0x14 } + - { offsetInCU: 0x650, offset: 0x1AAC86, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCMa', symObjAddr: 0x8CC, symBinAddr: 0x165C94, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x1AAEB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfC', symObjAddr: 0x0, symBinAddr: 0x165CD0, symSize: 0x8C } + - { offsetInCU: 0x69, offset: 0x1AAED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfC', symObjAddr: 0x8C, symBinAddr: 0x165D5C, symSize: 0x54 } + - { offsetInCU: 0x87, offset: 0x1AAEEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc', symObjAddr: 0xE0, symBinAddr: 0x165DB0, symSize: 0xEC } + - { offsetInCU: 0xF4, offset: 0x1AAF5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc', symObjAddr: 0x1CC, symBinAddr: 0x165E9C, symSize: 0x128 } + - { offsetInCU: 0x19D, offset: 0x1AB005, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5valuexvg', symObjAddr: 0x2F4, symBinAddr: 0x165FC4, symSize: 0x1C } + - { offsetInCU: 0x1D8, offset: 0x1AB040, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg', symObjAddr: 0x310, symBinAddr: 0x165FE0, symSize: 0x10 } + - { offsetInCU: 0x205, offset: 0x1AB06D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC6isHoldSbvg', symObjAddr: 0x320, symBinAddr: 0x165FF0, symSize: 0x10 } + - { offsetInCU: 0x232, offset: 0x1AB09A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg', symObjAddr: 0x330, symBinAddr: 0x166000, symSize: 0x20 } + - { offsetInCU: 0x25F, offset: 0x1AB0C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg', symObjAddr: 0x350, symBinAddr: 0x166020, symSize: 0x20 } + - { offsetInCU: 0x28C, offset: 0x1AB0F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg', symObjAddr: 0x370, symBinAddr: 0x166040, symSize: 0x28 } + - { offsetInCU: 0x2B9, offset: 0x1AB121, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg', symObjAddr: 0x398, symBinAddr: 0x166068, symSize: 0x28 } + - { offsetInCU: 0x2E6, offset: 0x1AB14E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfd', symObjAddr: 0x3C0, symBinAddr: 0x166090, symSize: 0x2C } + - { offsetInCU: 0x335, offset: 0x1AB19D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfD', symObjAddr: 0x3EC, symBinAddr: 0x1660BC, symSize: 0x38 } + - { offsetInCU: 0x3CA, offset: 0x1AB232, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x424, symBinAddr: 0x1660F4, symSize: 0x1A8 } + - { offsetInCU: 0x451, offset: 0x1AB2B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x5CC, symBinAddr: 0x16629C, symSize: 0x10 } + - { offsetInCU: 0x50C, offset: 0x1AB374, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x5DC, symBinAddr: 0x1662AC, symSize: 0x1D0 } + - { offsetInCU: 0x85F, offset: 0x1AB6C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE9hashValueSivg', symObjAddr: 0x7AC, symBinAddr: 0x16647C, symSize: 0x44 } + - { offsetInCU: 0x8DD, offset: 0x1AB745, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x7F0, symBinAddr: 0x1664C0, symSize: 0x24 } + - { offsetInCU: 0x8F9, offset: 0x1AB761, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x814, symBinAddr: 0x1664E4, symSize: 0x24 } + - { offsetInCU: 0x90D, offset: 0x1AB775, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSQWb', symObjAddr: 0x87C, symBinAddr: 0x16654C, symSize: 0x38 } + - { offsetInCU: 0x921, offset: 0x1AB789, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMi', symObjAddr: 0x8B4, symBinAddr: 0x166584, symSize: 0x4 } + - { offsetInCU: 0x935, offset: 0x1AB79D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMr', symObjAddr: 0x8B8, symBinAddr: 0x166588, symSize: 0xA0 } + - { offsetInCU: 0x949, offset: 0x1AB7B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMa', symObjAddr: 0x958, symBinAddr: 0x166628, symSize: 0xC } + - { offsetInCU: 0xA02, offset: 0x1AB86A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x838, symBinAddr: 0x166508, symSize: 0x44 } + - { offsetInCU: 0x2B, offset: 0x1ABA76, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x166650, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0x1ABA9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x166650, symSize: 0x64 } + - { offsetInCU: 0x7C, offset: 0x1ABAC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfD', symObjAddr: 0x64, symBinAddr: 0x1666B4, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x1ABB03, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x1666F0, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x1ABB44, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xAC, symBinAddr: 0x1666FC, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x1ABB85, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xDC, symBinAddr: 0x16672C, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x1ABBB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesC4starAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xAF8, symBinAddr: 0x167148, symSize: 0x5F4 } + - { offsetInCU: 0x6B3, offset: 0x1AC0FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x1666D0, symSize: 0x20 } + - { offsetInCU: 0x7F3, offset: 0x1AC23E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE8, symBinAddr: 0x166738, symSize: 0x170 } + - { offsetInCU: 0xA2E, offset: 0x1AC479, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCfD', symObjAddr: 0x258, symBinAddr: 0x1668A8, symSize: 0x34 } + - { offsetInCU: 0xA8F, offset: 0x1AC4DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x2AC, symBinAddr: 0x1668FC, symSize: 0x44 } + - { offsetInCU: 0xADB, offset: 0x1AC526, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0x166940, symSize: 0x24 } + - { offsetInCU: 0xB0D, offset: 0x1AC558, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x314, symBinAddr: 0x166964, symSize: 0x4 } + - { offsetInCU: 0xB47, offset: 0x1AC592, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x318, symBinAddr: 0x166968, symSize: 0x8 } + - { offsetInCU: 0xB67, offset: 0x1AC5B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x318, symBinAddr: 0x166968, symSize: 0x8 } + - { offsetInCU: 0xBCA, offset: 0x1AC615, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x320, symBinAddr: 0x166970, symSize: 0x10 } + - { offsetInCU: 0xBEA, offset: 0x1AC635, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x320, symBinAddr: 0x166970, symSize: 0x10 } + - { offsetInCU: 0xC31, offset: 0x1AC67C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x330, symBinAddr: 0x166980, symSize: 0x8 } + - { offsetInCU: 0xC51, offset: 0x1AC69C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x330, symBinAddr: 0x166980, symSize: 0x8 } + - { offsetInCU: 0xC72, offset: 0x1AC6BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x338, symBinAddr: 0x166988, symSize: 0x8 } + - { offsetInCU: 0xC92, offset: 0x1AC6DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x338, symBinAddr: 0x166988, symSize: 0x8 } + - { offsetInCU: 0xCB3, offset: 0x1AC6FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x340, symBinAddr: 0x166990, symSize: 0x8 } + - { offsetInCU: 0xCD3, offset: 0x1AC71E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x340, symBinAddr: 0x166990, symSize: 0x8 } + - { offsetInCU: 0xCF4, offset: 0x1AC73F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x348, symBinAddr: 0x166998, symSize: 0x8 } + - { offsetInCU: 0xD14, offset: 0x1AC75F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x348, symBinAddr: 0x166998, symSize: 0x8 } + - { offsetInCU: 0xD35, offset: 0x1AC780, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x350, symBinAddr: 0x1669A0, symSize: 0xC } + - { offsetInCU: 0xD55, offset: 0x1AC7A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x350, symBinAddr: 0x1669A0, symSize: 0xC } + - { offsetInCU: 0xD76, offset: 0x1AC7C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x35C, symBinAddr: 0x1669AC, symSize: 0x10 } + - { offsetInCU: 0xD96, offset: 0x1AC7E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x35C, symBinAddr: 0x1669AC, symSize: 0x10 } + - { offsetInCU: 0xDB7, offset: 0x1AC802, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x36C, symBinAddr: 0x1669BC, symSize: 0xC } + - { offsetInCU: 0xDE9, offset: 0x1AC834, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC06parentC04starAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x10EC, symBinAddr: 0x16773C, symSize: 0x114 } + - { offsetInCU: 0xEA2, offset: 0x1AC8ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCMa', symObjAddr: 0x28C, symBinAddr: 0x1668DC, symSize: 0x20 } + - { offsetInCU: 0x1348, offset: 0x1ACD93, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4star8position11outerRadius05innerG00F11Roundedness0hI014numberOfPoints8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA5qA0C9DirectionOtFZTf4nnnnnnnnd_n', symObjAddr: 0x378, symBinAddr: 0x1669C8, symSize: 0x780 } + - { offsetInCU: 0x27, offset: 0x1AE06C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x167850, symSize: 0x184 } + - { offsetInCU: 0x3F, offset: 0x1AE084, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x167850, symSize: 0x184 } + - { offsetInCU: 0x2B, offset: 0x1AE201, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x1679D4, symSize: 0x18C } + - { offsetInCU: 0x4F, offset: 0x1AE225, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x1679D4, symSize: 0x18C } + - { offsetInCU: 0xB1, offset: 0x1AE287, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x18C, symBinAddr: 0x167B60, symSize: 0x4C } + - { offsetInCU: 0xF7, offset: 0x1AE2CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1D8, symBinAddr: 0x167BAC, symSize: 0x7C } + - { offsetInCU: 0x13E, offset: 0x1AE314, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfD', symObjAddr: 0x294, symBinAddr: 0x167C68, symSize: 0x34 } + - { offsetInCU: 0x16C, offset: 0x1AE342, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfE', symObjAddr: 0x254, symBinAddr: 0x167C28, symSize: 0x40 } + - { offsetInCU: 0x199, offset: 0x1AE36F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfETo', symObjAddr: 0x2C8, symBinAddr: 0x167C9C, symSize: 0x4C } + - { offsetInCU: 0x1C8, offset: 0x1AE39E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCMa', symObjAddr: 0x314, symBinAddr: 0x167CE8, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x1AE54A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x0, symBinAddr: 0x167D08, symSize: 0x8 } + - { offsetInCU: 0x5B, offset: 0x1AE566, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg', symObjAddr: 0x8, symBinAddr: 0x167D10, symSize: 0x8 } + - { offsetInCU: 0x82, offset: 0x1AE58D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x10, symBinAddr: 0x167D18, symSize: 0x8 } + - { offsetInCU: 0xAF, offset: 0x1AE5BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x18, symBinAddr: 0x167D20, symSize: 0x10 } + - { offsetInCU: 0xCD, offset: 0x1AE5D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x18, symBinAddr: 0x167D20, symSize: 0x10 } + - { offsetInCU: 0xDE, offset: 0x1AE5E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x30, symBinAddr: 0x167D38, symSize: 0x8 } + - { offsetInCU: 0xFA, offset: 0x1AE605, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x38, symBinAddr: 0x167D40, symSize: 0x8 } + - { offsetInCU: 0x130, offset: 0x1AE63B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x40, symBinAddr: 0x167D48, symSize: 0x10 } + - { offsetInCU: 0x150, offset: 0x1AE65B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x40, symBinAddr: 0x167D48, symSize: 0x10 } + - { offsetInCU: 0x165, offset: 0x1AE670, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x40, symBinAddr: 0x167D48, symSize: 0x10 } + - { offsetInCU: 0x177, offset: 0x1AE682, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x50, symBinAddr: 0x167D58, symSize: 0x8 } + - { offsetInCU: 0x193, offset: 0x1AE69E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg', symObjAddr: 0x58, symBinAddr: 0x167D60, symSize: 0x8 } + - { offsetInCU: 0x1AF, offset: 0x1AE6BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x167D78, symSize: 0x10 } + - { offsetInCU: 0x1CF, offset: 0x1AE6DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x167D78, symSize: 0x10 } + - { offsetInCU: 0x1E4, offset: 0x1AE6EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x167D78, symSize: 0x10 } + - { offsetInCU: 0x4F, offset: 0x1AE871, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x167D8C, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1AE896, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x167DD4, symSize: 0x1CC } + - { offsetInCU: 0xDC, offset: 0x1AE8FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x214, symBinAddr: 0x167FA0, symSize: 0xE0 } + - { offsetInCU: 0x17B, offset: 0x1AE99D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F4, symBinAddr: 0x168080, symSize: 0x130 } + - { offsetInCU: 0x1FE, offset: 0x1AEA20, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x434, symBinAddr: 0x1681C0, symSize: 0x64 } + - { offsetInCU: 0x241, offset: 0x1AEA63, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x498, symBinAddr: 0x168224, symSize: 0x24 } + - { offsetInCU: 0x281, offset: 0x1AEAA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4BC, symBinAddr: 0x168248, symSize: 0x4 } + - { offsetInCU: 0x2A1, offset: 0x1AEAC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4BC, symBinAddr: 0x168248, symSize: 0x4 } + - { offsetInCU: 0x2CC, offset: 0x1AEAEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0x16824C, symSize: 0x68 } + - { offsetInCU: 0x317, offset: 0x1AEB39, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x528, symBinAddr: 0x1682B4, symSize: 0xC } + - { offsetInCU: 0x333, offset: 0x1AEB55, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x534, symBinAddr: 0x1682C0, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x1AEB71, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO03rawD0SSvgTf4d_n', symObjAddr: 0x844, symBinAddr: 0x168418, symSize: 0xC } + - { offsetInCU: 0x38B, offset: 0x1AEBAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfD', symObjAddr: 0x598, symBinAddr: 0x168324, symSize: 0x2C } + - { offsetInCU: 0x45A, offset: 0x1AEC7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfE', symObjAddr: 0x590, symBinAddr: 0x16831C, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x1AECA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCMa', symObjAddr: 0x5C4, symBinAddr: 0x168350, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x1AECBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs0E3KeyAAWl', symObjAddr: 0x648, symBinAddr: 0x168370, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x1AECD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwet', symObjAddr: 0x858, symBinAddr: 0x168424, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x1AECE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwst', symObjAddr: 0x8A8, symBinAddr: 0x168474, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x1AECF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwug', symObjAddr: 0x934, symBinAddr: 0x168500, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x1AED0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwup', symObjAddr: 0x93C, symBinAddr: 0x168508, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x1AED21, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwui', symObjAddr: 0x940, symBinAddr: 0x16850C, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x1AED35, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOMa', symObjAddr: 0x944, symBinAddr: 0x168510, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x1AED49, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASQWb', symObjAddr: 0x954, symBinAddr: 0x168520, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x1AED5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFSQAAWl', symObjAddr: 0x958, symBinAddr: 0x168524, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x1AED71, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x99C, symBinAddr: 0x168568, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x1AED85, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x9A0, symBinAddr: 0x16856C, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x1AED99, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x9E4, symBinAddr: 0x1685B0, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x1AEDAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x9E8, symBinAddr: 0x1685B4, symSize: 0x44 } + - { offsetInCU: 0x5C5, offset: 0x1AEDE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x424, symBinAddr: 0x1681B0, symSize: 0x4 } + - { offsetInCU: 0x5E5, offset: 0x1AEE07, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x424, symBinAddr: 0x1681B0, symSize: 0x4 } + - { offsetInCU: 0x605, offset: 0x1AEE27, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x428, symBinAddr: 0x1681B4, symSize: 0x4 } + - { offsetInCU: 0x625, offset: 0x1AEE47, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x428, symBinAddr: 0x1681B4, symSize: 0x4 } + - { offsetInCU: 0x645, offset: 0x1AEE67, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x42C, symBinAddr: 0x1681B8, symSize: 0x4 } + - { offsetInCU: 0x665, offset: 0x1AEE87, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x42C, symBinAddr: 0x1681B8, symSize: 0x4 } + - { offsetInCU: 0x685, offset: 0x1AEEA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x430, symBinAddr: 0x1681BC, symSize: 0x4 } + - { offsetInCU: 0x6A5, offset: 0x1AEEC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x430, symBinAddr: 0x1681BC, symSize: 0x4 } + - { offsetInCU: 0x6BC, offset: 0x1AEEDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x540, symBinAddr: 0x1682CC, symSize: 0x28 } + - { offsetInCU: 0x6D8, offset: 0x1AEEFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x568, symBinAddr: 0x1682F4, symSize: 0x28 } + - { offsetInCU: 0x5E, offset: 0x1AF10E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x1685F8, symSize: 0xC } + - { offsetInCU: 0x17F, offset: 0x1AF22F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0xC, symBinAddr: 0x168604, symSize: 0x12C } + - { offsetInCU: 0x29E, offset: 0x1AF34E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x138, symBinAddr: 0x168730, symSize: 0x8 } + - { offsetInCU: 0x2BE, offset: 0x1AF36E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x138, symBinAddr: 0x168730, symSize: 0x8 } + - { offsetInCU: 0x2D0, offset: 0x1AF380, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP7lineCapAA04LineG0OvgTW', symObjAddr: 0x140, symBinAddr: 0x168738, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x1AF39C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP8lineJoinAA04LineG0OvgTW', symObjAddr: 0x148, symBinAddr: 0x168740, symSize: 0x8 } + - { offsetInCU: 0x317, offset: 0x1AF3C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x150, symBinAddr: 0x168748, symSize: 0x8 } + - { offsetInCU: 0x337, offset: 0x1AF3E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x150, symBinAddr: 0x168748, symSize: 0x8 } + - { offsetInCU: 0x358, offset: 0x1AF408, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x158, symBinAddr: 0x168750, symSize: 0x8 } + - { offsetInCU: 0x378, offset: 0x1AF428, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x158, symBinAddr: 0x168750, symSize: 0x8 } + - { offsetInCU: 0x399, offset: 0x1AF449, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x160, symBinAddr: 0x168758, symSize: 0xC } + - { offsetInCU: 0x3DA, offset: 0x1AF48A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x16C, symBinAddr: 0x168764, symSize: 0xC } + - { offsetInCU: 0x40C, offset: 0x1AF4BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x178, symBinAddr: 0x168770, symSize: 0xC } + - { offsetInCU: 0x437, offset: 0x1AF4E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x184, symBinAddr: 0x16877C, symSize: 0xC } + - { offsetInCU: 0x478, offset: 0x1AF528, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x190, symBinAddr: 0x168788, symSize: 0xC } + - { offsetInCU: 0x4AA, offset: 0x1AF55A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x3E0, symBinAddr: 0x1689D8, symSize: 0x48 } + - { offsetInCU: 0x4CF, offset: 0x1AF57F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x428, symBinAddr: 0x168A20, symSize: 0x82C } + - { offsetInCU: 0x572, offset: 0x1AF622, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xC54, symBinAddr: 0x16924C, symSize: 0xD7C } + - { offsetInCU: 0xA91, offset: 0x1AFB41, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueSSvg', symObjAddr: 0x19D0, symBinAddr: 0x169FC8, symSize: 0x20 } + - { offsetInCU: 0xACA, offset: 0x1AFB7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F48, symBinAddr: 0x16A4F4, symSize: 0x20 } + - { offsetInCU: 0xAF8, offset: 0x1AFBA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F48, symBinAddr: 0x16A4F4, symSize: 0x20 } + - { offsetInCU: 0xB41, offset: 0x1AFBF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2104, symBinAddr: 0x16A6B0, symSize: 0x44 } + - { offsetInCU: 0xB87, offset: 0x1AFC37, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x2148, symBinAddr: 0x16A6F4, symSize: 0x28 } + - { offsetInCU: 0xB9B, offset: 0x1AFC4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2170, symBinAddr: 0x16A71C, symSize: 0x8 } + - { offsetInCU: 0xBD1, offset: 0x1AFC81, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2178, symBinAddr: 0x16A724, symSize: 0x3C } + - { offsetInCU: 0xC36, offset: 0x1AFCE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x21B4, symBinAddr: 0x16A760, symSize: 0xC } + - { offsetInCU: 0xC52, offset: 0x1AFD02, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x21C0, symBinAddr: 0x16A76C, symSize: 0xC } + - { offsetInCU: 0xC6E, offset: 0x1AFD1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3354, symBinAddr: 0x16B324, symSize: 0x50 } + - { offsetInCU: 0xCA6, offset: 0x1AFD56, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F68, symBinAddr: 0x16A514, symSize: 0x18 } + - { offsetInCU: 0xCE7, offset: 0x1AFD97, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2240, symBinAddr: 0x16A7EC, symSize: 0x70 } + - { offsetInCU: 0xD1B, offset: 0x1AFDCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x22B0, symBinAddr: 0x16A85C, symSize: 0x28 } + - { offsetInCU: 0xD37, offset: 0x1AFDE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x22D8, symBinAddr: 0x16A884, symSize: 0x8 } + - { offsetInCU: 0xD6D, offset: 0x1AFE1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x22E0, symBinAddr: 0x16A88C, symSize: 0x74 } + - { offsetInCU: 0xDB8, offset: 0x1AFE68, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2354, symBinAddr: 0x16A900, symSize: 0xC } + - { offsetInCU: 0xDD4, offset: 0x1AFE84, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2360, symBinAddr: 0x16A90C, symSize: 0xC } + - { offsetInCU: 0xE7C, offset: 0x1AFF2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1A3C, symBinAddr: 0x169FE8, symSize: 0x50C } + - { offsetInCU: 0xEEF, offset: 0x1AFF9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfd', symObjAddr: 0x2408, symBinAddr: 0x16A9B4, symSize: 0x5C } + - { offsetInCU: 0xF3A, offset: 0x1AFFEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfD', symObjAddr: 0x2464, symBinAddr: 0x16AA10, symSize: 0x1C } + - { offsetInCU: 0xFB6, offset: 0x1B0066, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1E0, symBinAddr: 0x1687D8, symSize: 0x18 } + - { offsetInCU: 0xFE7, offset: 0x1B0097, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x1F8, symBinAddr: 0x1687F0, symSize: 0xC } + - { offsetInCU: 0x121D, offset: 0x1B02CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfE', symObjAddr: 0x23BC, symBinAddr: 0x16A968, symSize: 0x4C } + - { offsetInCU: 0x124A, offset: 0x1B02FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCMa', symObjAddr: 0x2480, symBinAddr: 0x16AA2C, symSize: 0x20 } + - { offsetInCU: 0x125E, offset: 0x1B030E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOwup', symObjAddr: 0x24B8, symBinAddr: 0x16AA54, symSize: 0x4 } + - { offsetInCU: 0x1272, offset: 0x1B0322, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOMa', symObjAddr: 0x24BC, symBinAddr: 0x16AA58, symSize: 0x10 } + - { offsetInCU: 0x1286, offset: 0x1B0336, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOwup', symObjAddr: 0x2620, symBinAddr: 0x16ABBC, symSize: 0x4 } + - { offsetInCU: 0x129A, offset: 0x1B034A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOMa', symObjAddr: 0x2624, symBinAddr: 0x16ABC0, symSize: 0x10 } + - { offsetInCU: 0x12AE, offset: 0x1B035E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASQWb', symObjAddr: 0x2634, symBinAddr: 0x16ABD0, symSize: 0x4 } + - { offsetInCU: 0x12C2, offset: 0x1B0372, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSQAAWl', symObjAddr: 0x2638, symBinAddr: 0x16ABD4, symSize: 0x44 } + - { offsetInCU: 0x12D6, offset: 0x1B0386, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSHAASQWb', symObjAddr: 0x267C, symBinAddr: 0x16AC18, symSize: 0x4 } + - { offsetInCU: 0x12EA, offset: 0x1B039A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSQAAWl', symObjAddr: 0x2680, symBinAddr: 0x16AC1C, symSize: 0x44 } + - { offsetInCU: 0x12FE, offset: 0x1B03AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSYAAWl', symObjAddr: 0x26C4, symBinAddr: 0x16AC60, symSize: 0x44 } + - { offsetInCU: 0x1312, offset: 0x1B03C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSYAAWl', symObjAddr: 0x2708, symBinAddr: 0x16ACA4, symSize: 0x44 } + - { offsetInCU: 0x1326, offset: 0x1B03D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs0D3KeyAAWl', symObjAddr: 0x27B0, symBinAddr: 0x16ACE8, symSize: 0x44 } + - { offsetInCU: 0x133A, offset: 0x1B03EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs9CodingKeyAAWl', symObjAddr: 0x29F0, symBinAddr: 0x16AD90, symSize: 0x44 } + - { offsetInCU: 0x134E, offset: 0x1B03FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x2EC0, symBinAddr: 0x16AE90, symSize: 0x90 } + - { offsetInCU: 0x1362, offset: 0x1B0412, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x2F50, symBinAddr: 0x16AF20, symSize: 0xBC } + - { offsetInCU: 0x1376, offset: 0x1B0426, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x300C, symBinAddr: 0x16AFDC, symSize: 0x8 } + - { offsetInCU: 0x138A, offset: 0x1B043A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x3014, symBinAddr: 0x16AFE4, symSize: 0x4 } + - { offsetInCU: 0x139E, offset: 0x1B044E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x3018, symBinAddr: 0x16AFE8, symSize: 0x8 } + - { offsetInCU: 0x13B2, offset: 0x1B0462, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x3020, symBinAddr: 0x16AFF0, symSize: 0x10 } + - { offsetInCU: 0x13C6, offset: 0x1B0476, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x3030, symBinAddr: 0x16B000, symSize: 0x90 } + - { offsetInCU: 0x13DA, offset: 0x1B048A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x30C0, symBinAddr: 0x16B090, symSize: 0xBC } + - { offsetInCU: 0x13EE, offset: 0x1B049E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x317C, symBinAddr: 0x16B14C, symSize: 0x8 } + - { offsetInCU: 0x1402, offset: 0x1B04B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x3184, symBinAddr: 0x16B154, symSize: 0x4 } + - { offsetInCU: 0x1416, offset: 0x1B04C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x3188, symBinAddr: 0x16B158, symSize: 0xC } + - { offsetInCU: 0x142A, offset: 0x1B04DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x3194, symBinAddr: 0x16B164, symSize: 0x10 } + - { offsetInCU: 0x143E, offset: 0x1B04EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x31A4, symBinAddr: 0x16B174, symSize: 0x4 } + - { offsetInCU: 0x1452, offset: 0x1B0502, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x31A8, symBinAddr: 0x16B178, symSize: 0x44 } + - { offsetInCU: 0x1466, offset: 0x1B0516, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x31EC, symBinAddr: 0x16B1BC, symSize: 0x4 } + - { offsetInCU: 0x147A, offset: 0x1B052A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x31F0, symBinAddr: 0x16B1C0, symSize: 0x44 } + - { offsetInCU: 0x148E, offset: 0x1B053E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3234, symBinAddr: 0x16B204, symSize: 0x4 } + - { offsetInCU: 0x14A2, offset: 0x1B0552, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3238, symBinAddr: 0x16B208, symSize: 0x44 } + - { offsetInCU: 0x14B6, offset: 0x1B0566, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x327C, symBinAddr: 0x16B24C, symSize: 0x4 } + - { offsetInCU: 0x14CA, offset: 0x1B057A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3280, symBinAddr: 0x16B250, symSize: 0x44 } + - { offsetInCU: 0x14DE, offset: 0x1B058E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x32C4, symBinAddr: 0x16B294, symSize: 0x4 } + - { offsetInCU: 0x14F2, offset: 0x1B05A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x32C8, symBinAddr: 0x16B298, symSize: 0x44 } + - { offsetInCU: 0x1506, offset: 0x1B05B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x330C, symBinAddr: 0x16B2DC, symSize: 0x4 } + - { offsetInCU: 0x151A, offset: 0x1B05CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3310, symBinAddr: 0x16B2E0, symSize: 0x44 } + - { offsetInCU: 0x158E, offset: 0x1B063E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x19C, symBinAddr: 0x168794, symSize: 0x14 } + - { offsetInCU: 0x15E3, offset: 0x1B0693, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1B4, symBinAddr: 0x1687AC, symSize: 0x28 } + - { offsetInCU: 0x1644, offset: 0x1B06F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x204, symBinAddr: 0x1687FC, symSize: 0x5C } + - { offsetInCU: 0x1667, offset: 0x1B0717, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x260, symBinAddr: 0x168858, symSize: 0x4C } + - { offsetInCU: 0x168A, offset: 0x1B073A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x338, symBinAddr: 0x168930, symSize: 0x5C } + - { offsetInCU: 0x16AD, offset: 0x1B075D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x394, symBinAddr: 0x16898C, symSize: 0x4C } + - { offsetInCU: 0x178D, offset: 0x1B083D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1F80, symBinAddr: 0x16A52C, symSize: 0x88 } + - { offsetInCU: 0x183C, offset: 0x1B08EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2008, symBinAddr: 0x16A5B4, symSize: 0x60 } + - { offsetInCU: 0x18BA, offset: 0x1B096A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2068, symBinAddr: 0x16A614, symSize: 0x40 } + - { offsetInCU: 0x190C, offset: 0x1B09BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x20A8, symBinAddr: 0x16A654, symSize: 0x5C } + - { offsetInCU: 0x196E, offset: 0x1B0A1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x21CC, symBinAddr: 0x16A778, symSize: 0x28 } + - { offsetInCU: 0x198A, offset: 0x1B0A3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x21F4, symBinAddr: 0x16A7A0, symSize: 0x28 } + - { offsetInCU: 0x19A6, offset: 0x1B0A56, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x221C, symBinAddr: 0x16A7C8, symSize: 0xC } + - { offsetInCU: 0x19C2, offset: 0x1B0A72, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2228, symBinAddr: 0x16A7D4, symSize: 0x8 } + - { offsetInCU: 0x19DE, offset: 0x1B0A8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2230, symBinAddr: 0x16A7DC, symSize: 0x8 } + - { offsetInCU: 0x19FA, offset: 0x1B0AAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2238, symBinAddr: 0x16A7E4, symSize: 0x8 } + - { offsetInCU: 0x1A1C, offset: 0x1B0ACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x236C, symBinAddr: 0x16A918, symSize: 0x28 } + - { offsetInCU: 0x1A38, offset: 0x1B0AE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2394, symBinAddr: 0x16A940, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x1B0D6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x16B3A4, symSize: 0x40 } + - { offsetInCU: 0xE9, offset: 0x1B0E15, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x40, symBinAddr: 0x16B3E4, symSize: 0x4C } + - { offsetInCU: 0x14F, offset: 0x1B0E7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x8C, symBinAddr: 0x16B430, symSize: 0x10 } + - { offsetInCU: 0x1C1, offset: 0x1B0EED, size: 0x8, addend: 0x0, symName: '_$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x9C, symBinAddr: 0x16B440, symSize: 0x1B8 } + - { offsetInCU: 0x3F9, offset: 0x1B1125, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x254, symBinAddr: 0x16B5F8, symSize: 0xBC } + - { offsetInCU: 0x59C, offset: 0x1B12C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x310, symBinAddr: 0x16B6B4, symSize: 0x1C } + - { offsetInCU: 0x668, offset: 0x1B1394, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x32C, symBinAddr: 0x16B6D0, symSize: 0x60 } + - { offsetInCU: 0x9A8, offset: 0x1B16D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0p2InR0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x38C, symBinAddr: 0x16B730, symSize: 0x50 } + - { offsetInCU: 0xB68, offset: 0x1B1894, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x3DC, symBinAddr: 0x16B780, symSize: 0x64 } + - { offsetInCU: 0xBF7, offset: 0x1B1923, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x440, symBinAddr: 0x16B7E4, symSize: 0x50 } + - { offsetInCU: 0xCEF, offset: 0x1B1A1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x490, symBinAddr: 0x16B834, symSize: 0x18 } + - { offsetInCU: 0xDAE, offset: 0x1B1ADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x4A8, symBinAddr: 0x16B84C, symSize: 0x64 } + - { offsetInCU: 0xE15, offset: 0x1B1B41, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x50C, symBinAddr: 0x16B8B0, symSize: 0x18 } + - { offsetInCU: 0xE8D, offset: 0x1B1BB9, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x524, symBinAddr: 0x16B8C8, symSize: 0x40 } + - { offsetInCU: 0xF2B, offset: 0x1B1C57, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x564, symBinAddr: 0x16B908, symSize: 0x134 } + - { offsetInCU: 0xFCD, offset: 0x1B1CF9, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x698, symBinAddr: 0x16BA3C, symSize: 0x40 } + - { offsetInCU: 0x10A9, offset: 0x1B1DD5, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie14InterpolatableA2dEP11interpolate2to6amountxx_ACtFTW', symObjAddr: 0x6D8, symBinAddr: 0x16BA7C, symSize: 0x40 } + - { offsetInCU: 0x118C, offset: 0x1B1EB8, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie17AnyInterpolatableA2dEP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_ACSo7CGPointVSgANtFTW', symObjAddr: 0x718, symBinAddr: 0x16BABC, symSize: 0x40 } + - { offsetInCU: 0x12BD, offset: 0x1B1FE9, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x758, symBinAddr: 0x16BAFC, symSize: 0x40 } + - { offsetInCU: 0x13A0, offset: 0x1B20CC, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x798, symBinAddr: 0x16BB3C, symSize: 0x40 } + - { offsetInCU: 0x147C, offset: 0x1B21A8, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0x7D8, symBinAddr: 0x16BB7C, symSize: 0xF0 } + - { offsetInCU: 0x16FB, offset: 0x1B2427, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x8C8, symBinAddr: 0x16BC6C, symSize: 0x118 } + - { offsetInCU: 0x19B7, offset: 0x1B26E3, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x9E0, symBinAddr: 0x16BD84, symSize: 0x118 } + - { offsetInCU: 0x1C58, offset: 0x1B2984, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xAF8, symBinAddr: 0x16BE9C, symSize: 0x1C } + - { offsetInCU: 0x1C8D, offset: 0x1B29B9, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xAF8, symBinAddr: 0x16BE9C, symSize: 0x1C } + - { offsetInCU: 0x1CBE, offset: 0x1B29EA, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xAF8, symBinAddr: 0x16BE9C, symSize: 0x1C } + - { offsetInCU: 0x1DA2, offset: 0x1B2ACE, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xB14, symBinAddr: 0x16BEB8, symSize: 0x44 } + - { offsetInCU: 0x1E95, offset: 0x1B2BC1, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xB58, symBinAddr: 0x16BEFC, symSize: 0x44 } + - { offsetInCU: 0x1FDF, offset: 0x1B2D0B, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF', symObjAddr: 0xB9C, symBinAddr: 0x16BF40, symSize: 0x7C } + - { offsetInCU: 0x21E2, offset: 0x1B2F0E, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie21SpatialInterpolatableA2cDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xC18, symBinAddr: 0x16BFBC, symSize: 0xB4 } + - { offsetInCU: 0x246C, offset: 0x1B3198, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xCCC, symBinAddr: 0x16C070, symSize: 0xB4 } + - { offsetInCU: 0x26F0, offset: 0x1B341C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xD80, symBinAddr: 0x16C124, symSize: 0x28 } + - { offsetInCU: 0x27DC, offset: 0x1B3508, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xDA8, symBinAddr: 0x16C14C, symSize: 0x4 } + - { offsetInCU: 0x284D, offset: 0x1B3579, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xDAC, symBinAddr: 0x16C150, symSize: 0x4C } + - { offsetInCU: 0x28D1, offset: 0x1B35FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xDF8, symBinAddr: 0x16C19C, symSize: 0x40 } + - { offsetInCU: 0x2A0C, offset: 0x1B3738, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xE38, symBinAddr: 0x16C1DC, symSize: 0x40 } + - { offsetInCU: 0x2B4F, offset: 0x1B387B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0xE78, symBinAddr: 0x16C21C, symSize: 0x94 } + - { offsetInCU: 0x2D88, offset: 0x1B3AB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xF0C, symBinAddr: 0x16C2B0, symSize: 0xC } + - { offsetInCU: 0x2E67, offset: 0x1B3B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xF18, symBinAddr: 0x16C2BC, symSize: 0xB4 } + - { offsetInCU: 0x3135, offset: 0x1B3E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0xFCC, symBinAddr: 0x16C370, symSize: 0xB4 } + - { offsetInCU: 0x329E, offset: 0x1B3FCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1080, symBinAddr: 0x16C424, symSize: 0xC } + - { offsetInCU: 0x330F, offset: 0x1B403B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x108C, symBinAddr: 0x16C430, symSize: 0x54 } + - { offsetInCU: 0x33E9, offset: 0x1B4115, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x10E0, symBinAddr: 0x16C484, symSize: 0x20C } + - { offsetInCU: 0x34CC, offset: 0x1B41F8, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x12EC, symBinAddr: 0x16C690, symSize: 0x38 } + - { offsetInCU: 0x34E8, offset: 0x1B4214, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1324, symBinAddr: 0x16C6C8, symSize: 0x78 } + - { offsetInCU: 0x3504, offset: 0x1B4230, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x139C, symBinAddr: 0x16C740, symSize: 0x8 } + - { offsetInCU: 0x3520, offset: 0x1B424C, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x13A4, symBinAddr: 0x16C748, symSize: 0x78 } + - { offsetInCU: 0x3543, offset: 0x1B426F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldV11interpolate2to6amountACyxGAG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x141C, symBinAddr: 0x16C7C0, symSize: 0x20 } + - { offsetInCU: 0x3594, offset: 0x1B42C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x143C, symBinAddr: 0x16C7E0, symSize: 0x4 } + - { offsetInCU: 0x35B1, offset: 0x1B42DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x1440, symBinAddr: 0x16C7E4, symSize: 0x10 } + - { offsetInCU: 0x35CD, offset: 0x1B42F9, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufC12CoreGraphics7CGFloatV_ACTg5Tf4nd_n', symObjAddr: 0x1450, symBinAddr: 0x16C7F4, symSize: 0x4 } + - { offsetInCU: 0x35E5, offset: 0x1B4311, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSd_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1454, symBinAddr: 0x16C7F8, symSize: 0x4 } + - { offsetInCU: 0x35FD, offset: 0x1B4329, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSBAAWl', symObjAddr: 0x1458, symBinAddr: 0x16C7FC, symSize: 0x44 } + - { offsetInCU: 0x3611, offset: 0x1B433D, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_TA', symObjAddr: 0x149C, symBinAddr: 0x16C840, symSize: 0x48 } + - { offsetInCU: 0x363A, offset: 0x1B4366, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x14E4, symBinAddr: 0x16C888, symSize: 0x8 } + - { offsetInCU: 0x364E, offset: 0x1B437A, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_TA', symObjAddr: 0x14EC, symBinAddr: 0x16C890, symSize: 0x38 } + - { offsetInCU: 0x36AE, offset: 0x1B43DA, size: 0x8, addend: 0x0, symName: '_$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x1524, symBinAddr: 0x16C8C8, symSize: 0x68 } + - { offsetInCU: 0x36D7, offset: 0x1B4403, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x158C, symBinAddr: 0x16C930, symSize: 0x40 } + - { offsetInCU: 0x36EB, offset: 0x1B4417, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x15CC, symBinAddr: 0x16C970, symSize: 0x40 } + - { offsetInCU: 0x3744, offset: 0x1B4470, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFAA11CurveVertexV_Tg5Tf4nnddn_n', symObjAddr: 0x1644, symBinAddr: 0x16C9E8, symSize: 0x40 } + - { offsetInCU: 0x39F8, offset: 0x1B4724, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1684, symBinAddr: 0x16CA28, symSize: 0x8 } + - { offsetInCU: 0x3A14, offset: 0x1B4740, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1684, symBinAddr: 0x16CA28, symSize: 0x8 } + - { offsetInCU: 0x3A28, offset: 0x1B4754, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1684, symBinAddr: 0x16CA28, symSize: 0x8 } + - { offsetInCU: 0x3A3A, offset: 0x1B4766, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMi', symObjAddr: 0x168C, symBinAddr: 0x16CA30, symSize: 0x8 } + - { offsetInCU: 0x3A4E, offset: 0x1B477A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMr', symObjAddr: 0x1694, symBinAddr: 0x16CA38, symSize: 0x6C } + - { offsetInCU: 0x3A62, offset: 0x1B478E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwCP', symObjAddr: 0x1700, symBinAddr: 0x16CAA4, symSize: 0x70 } + - { offsetInCU: 0x3A76, offset: 0x1B47A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwxx', symObjAddr: 0x1770, symBinAddr: 0x16CB14, symSize: 0x10 } + - { offsetInCU: 0x3A8A, offset: 0x1B47B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwcp', symObjAddr: 0x1780, symBinAddr: 0x16CB24, symSize: 0x30 } + - { offsetInCU: 0x3A9E, offset: 0x1B47CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwca', symObjAddr: 0x17B0, symBinAddr: 0x16CB54, symSize: 0x30 } + - { offsetInCU: 0x3AB2, offset: 0x1B47DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwtk', symObjAddr: 0x17E0, symBinAddr: 0x16CB84, symSize: 0x30 } + - { offsetInCU: 0x3AC6, offset: 0x1B47F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwta', symObjAddr: 0x1810, symBinAddr: 0x16CBB4, symSize: 0x30 } + - { offsetInCU: 0x3ADA, offset: 0x1B4806, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwet', symObjAddr: 0x1840, symBinAddr: 0x16CBE4, symSize: 0x10C } + - { offsetInCU: 0x3AEE, offset: 0x1B481A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwst', symObjAddr: 0x194C, symBinAddr: 0x16CCF0, symSize: 0x1B8 } + - { offsetInCU: 0x3B02, offset: 0x1B482E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMa', symObjAddr: 0x1B04, symBinAddr: 0x16CEA8, symSize: 0xC } + - { offsetInCU: 0xCA, offset: 0x1B4CE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeO8rawValueSSvg', symObjAddr: 0x1890, symBinAddr: 0x16E744, symSize: 0x18 } + - { offsetInCU: 0x121, offset: 0x1B4D3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x18CC, symBinAddr: 0x16E780, symSize: 0x64 } + - { offsetInCU: 0x187, offset: 0x1B4DA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x1930, symBinAddr: 0x16E7E4, symSize: 0x28 } + - { offsetInCU: 0x241, offset: 0x1B4E5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1A00, symBinAddr: 0x16E8B4, symSize: 0x2F8 } + - { offsetInCU: 0x3BA, offset: 0x1B4FD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1CF8, symBinAddr: 0x16EBAC, symSize: 0x18 } + - { offsetInCU: 0x3FB, offset: 0x1B5016, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1D34, symBinAddr: 0x16EBE8, symSize: 0x70 } + - { offsetInCU: 0x42F, offset: 0x1B504A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1DA4, symBinAddr: 0x16EC58, symSize: 0x28 } + - { offsetInCU: 0x44B, offset: 0x1B5066, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1DCC, symBinAddr: 0x16EC80, symSize: 0x8 } + - { offsetInCU: 0x481, offset: 0x1B509C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1DD4, symBinAddr: 0x16EC88, symSize: 0x74 } + - { offsetInCU: 0x4CC, offset: 0x1B50E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1E48, symBinAddr: 0x16ECFC, symSize: 0xC } + - { offsetInCU: 0x4E8, offset: 0x1B5103, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1E54, symBinAddr: 0x16ED08, symSize: 0xC } + - { offsetInCU: 0x523, offset: 0x1B513E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCfD', symObjAddr: 0x1EB0, symBinAddr: 0x16ED64, symSize: 0x24 } + - { offsetInCU: 0x56E, offset: 0x1B5189, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC6encode2toys7Encoder_p_tKF', symObjAddr: 0x20BC, symBinAddr: 0x16EF60, symSize: 0x158 } + - { offsetInCU: 0x5AD, offset: 0x1B51C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x2214, symBinAddr: 0x16F0B8, symSize: 0x1BC } + - { offsetInCU: 0x602, offset: 0x1B521D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x23D0, symBinAddr: 0x16F274, symSize: 0x54 } + - { offsetInCU: 0x639, offset: 0x1B5254, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2424, symBinAddr: 0x16F2C8, symSize: 0x20 } + - { offsetInCU: 0x65D, offset: 0x1B5278, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCMa', symObjAddr: 0x1ED4, symBinAddr: 0x16ED88, symSize: 0x20 } + - { offsetInCU: 0x671, offset: 0x1B528C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwet', symObjAddr: 0x1F04, symBinAddr: 0x16EDA8, symSize: 0x90 } + - { offsetInCU: 0x685, offset: 0x1B52A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwst', symObjAddr: 0x1F94, symBinAddr: 0x16EE38, symSize: 0xBC } + - { offsetInCU: 0x699, offset: 0x1B52B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwug', symObjAddr: 0x2050, symBinAddr: 0x16EEF4, symSize: 0x8 } + - { offsetInCU: 0x6AD, offset: 0x1B52C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwup', symObjAddr: 0x2058, symBinAddr: 0x16EEFC, symSize: 0x4 } + - { offsetInCU: 0x6C1, offset: 0x1B52DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwui', symObjAddr: 0x205C, symBinAddr: 0x16EF00, symSize: 0x8 } + - { offsetInCU: 0x6D5, offset: 0x1B52F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOMa', symObjAddr: 0x2064, symBinAddr: 0x16EF08, symSize: 0x10 } + - { offsetInCU: 0x6E9, offset: 0x1B5304, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASQWb', symObjAddr: 0x2074, symBinAddr: 0x16EF18, symSize: 0x4 } + - { offsetInCU: 0x6FD, offset: 0x1B5318, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSQAAWl', symObjAddr: 0x2078, symBinAddr: 0x16EF1C, symSize: 0x44 } + - { offsetInCU: 0x711, offset: 0x1B532C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x24A8, symBinAddr: 0x16F2E8, symSize: 0x44 } + - { offsetInCU: 0x725, offset: 0x1B5340, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSeAAWl', symObjAddr: 0x250C, symBinAddr: 0x16F32C, symSize: 0x44 } + - { offsetInCU: 0x739, offset: 0x1B5354, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSEAAWl', symObjAddr: 0x25D8, symBinAddr: 0x16F370, symSize: 0x44 } + - { offsetInCU: 0x74D, offset: 0x1B5368, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSYAAWl', symObjAddr: 0x26C8, symBinAddr: 0x16F41C, symSize: 0x44 } + - { offsetInCU: 0x761, offset: 0x1B537C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwet', symObjAddr: 0x29A0, symBinAddr: 0x16F674, symSize: 0x90 } + - { offsetInCU: 0x775, offset: 0x1B5390, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwst', symObjAddr: 0x2A30, symBinAddr: 0x16F704, symSize: 0xBC } + - { offsetInCU: 0x789, offset: 0x1B53A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwug', symObjAddr: 0x2AEC, symBinAddr: 0x16F7C0, symSize: 0x8 } + - { offsetInCU: 0x79D, offset: 0x1B53B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwup', symObjAddr: 0x2AF4, symBinAddr: 0x16F7C8, symSize: 0x4 } + - { offsetInCU: 0x7B1, offset: 0x1B53CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwui', symObjAddr: 0x2AF8, symBinAddr: 0x16F7CC, symSize: 0xC } + - { offsetInCU: 0x7C5, offset: 0x1B53E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOMa', symObjAddr: 0x2B04, symBinAddr: 0x16F7D8, symSize: 0x10 } + - { offsetInCU: 0x7D9, offset: 0x1B53F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASQWb', symObjAddr: 0x2B14, symBinAddr: 0x16F7E8, symSize: 0x4 } + - { offsetInCU: 0x7ED, offset: 0x1B5408, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAESQAAWl', symObjAddr: 0x2B18, symBinAddr: 0x16F7EC, symSize: 0x44 } + - { offsetInCU: 0x801, offset: 0x1B541C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2B5C, symBinAddr: 0x16F830, symSize: 0x4 } + - { offsetInCU: 0x815, offset: 0x1B5430, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B60, symBinAddr: 0x16F834, symSize: 0x44 } + - { offsetInCU: 0x829, offset: 0x1B5444, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2BA4, symBinAddr: 0x16F878, symSize: 0x4 } + - { offsetInCU: 0x83D, offset: 0x1B5458, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2BA8, symBinAddr: 0x16F87C, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x1B54B9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x16CEB4, symSize: 0x5C } + - { offsetInCU: 0x978, offset: 0x1B5593, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x5C, symBinAddr: 0x16CF10, symSize: 0x5C } + - { offsetInCU: 0xA52, offset: 0x1B566D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0xB8, symBinAddr: 0x16CF6C, symSize: 0xBC } + - { offsetInCU: 0xB15, offset: 0x1B5730, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15RenderingEngineO_TB5', symObjAddr: 0x174, symBinAddr: 0x16D028, symSize: 0x94 } + - { offsetInCU: 0xBC6, offset: 0x1B57E1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x208, symBinAddr: 0x16D0BC, symSize: 0x5C } + - { offsetInCU: 0xCA0, offset: 0x1B58BB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x264, symBinAddr: 0x16D118, symSize: 0x5C } + - { offsetInCU: 0xD7A, offset: 0x1B5995, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x16D174, symSize: 0x5C } + - { offsetInCU: 0xE54, offset: 0x1B5A6F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x31C, symBinAddr: 0x16D1D0, symSize: 0x5C } + - { offsetInCU: 0xF05, offset: 0x1B5B20, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x378, symBinAddr: 0x16D22C, symSize: 0x5C } + - { offsetInCU: 0xFDF, offset: 0x1B5BFA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x3D4, symBinAddr: 0x16D288, symSize: 0x5C } + - { offsetInCU: 0x10B9, offset: 0x1B5CD4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x430, symBinAddr: 0x16D2E4, symSize: 0x68 } + - { offsetInCU: 0x1193, offset: 0x1B5DAE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x498, symBinAddr: 0x16D34C, symSize: 0x5C } + - { offsetInCU: 0x126D, offset: 0x1B5E88, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x4F4, symBinAddr: 0x16D3A8, symSize: 0x58 } + - { offsetInCU: 0x131E, offset: 0x1B5F39, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x54C, symBinAddr: 0x16D400, symSize: 0x68 } + - { offsetInCU: 0x13F8, offset: 0x1B6013, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x5B4, symBinAddr: 0x16D468, symSize: 0x5C } + - { offsetInCU: 0x14D2, offset: 0x1B60ED, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x610, symBinAddr: 0x16D4C4, symSize: 0x68 } + - { offsetInCU: 0x15AC, offset: 0x1B61C7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x678, symBinAddr: 0x16D52C, symSize: 0x68 } + - { offsetInCU: 0x1686, offset: 0x1B62A1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x6E0, symBinAddr: 0x16D594, symSize: 0x5C } + - { offsetInCU: 0x1760, offset: 0x1B637B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0x73C, symBinAddr: 0x16D5F0, symSize: 0x6C } + - { offsetInCU: 0x1811, offset: 0x1B642C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x7A8, symBinAddr: 0x16D65C, symSize: 0x5C } + - { offsetInCU: 0x18C2, offset: 0x1B64DD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x808, symBinAddr: 0x16D6BC, symSize: 0x5C } + - { offsetInCU: 0x199C, offset: 0x1B65B7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x864, symBinAddr: 0x16D718, symSize: 0x5C } + - { offsetInCU: 0x1A76, offset: 0x1B6691, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x8C0, symBinAddr: 0x16D774, symSize: 0x68 } + - { offsetInCU: 0x1B27, offset: 0x1B6742, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x928, symBinAddr: 0x16D7DC, symSize: 0x5C } + - { offsetInCU: 0x1BD8, offset: 0x1B67F3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x984, symBinAddr: 0x16D838, symSize: 0x68 } + - { offsetInCU: 0x1CB2, offset: 0x1B68CD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x9EC, symBinAddr: 0x16D8A0, symSize: 0x5C } + - { offsetInCU: 0x1D8C, offset: 0x1B69A7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0xA48, symBinAddr: 0x16D8FC, symSize: 0x68 } + - { offsetInCU: 0x1E66, offset: 0x1B6A81, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xB10, symBinAddr: 0x16D9C4, symSize: 0x5C } + - { offsetInCU: 0x1F40, offset: 0x1B6B5B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xB6C, symBinAddr: 0x16DA20, symSize: 0x5C } + - { offsetInCU: 0x1FB5, offset: 0x1B6BD0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0xBC8, symBinAddr: 0x16DA7C, symSize: 0x68 } + - { offsetInCU: 0x2008, offset: 0x1B6C23, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xC30, symBinAddr: 0x16DAE4, symSize: 0x54 } + - { offsetInCU: 0x205B, offset: 0x1B6C76, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xC84, symBinAddr: 0x16DB38, symSize: 0x58 } + - { offsetInCU: 0x20D7, offset: 0x1B6CF2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xCDC, symBinAddr: 0x16DB90, symSize: 0x58 } + - { offsetInCU: 0x2153, offset: 0x1B6D6E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xD34, symBinAddr: 0x16DBE8, symSize: 0x58 } + - { offsetInCU: 0x21A6, offset: 0x1B6DC1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xD8C, symBinAddr: 0x16DC40, symSize: 0x58 } + - { offsetInCU: 0x21F9, offset: 0x1B6E14, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xDE4, symBinAddr: 0x16DC98, symSize: 0x58 } + - { offsetInCU: 0x224C, offset: 0x1B6E67, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xE3C, symBinAddr: 0x16DCF0, symSize: 0x58 } + - { offsetInCU: 0x22E6, offset: 0x1B6F01, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xE98, symBinAddr: 0x16DD4C, symSize: 0x58 } + - { offsetInCU: 0x2388, offset: 0x1B6FA3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xEF0, symBinAddr: 0x16DDA4, symSize: 0x64 } + - { offsetInCU: 0x240C, offset: 0x1B7027, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xF54, symBinAddr: 0x16DE08, symSize: 0x58 } + - { offsetInCU: 0x2488, offset: 0x1B70A3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xFAC, symBinAddr: 0x16DE60, symSize: 0x64 } + - { offsetInCU: 0x2504, offset: 0x1B711F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x106C, symBinAddr: 0x16DF20, symSize: 0x58 } + - { offsetInCU: 0x2557, offset: 0x1B7172, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x10C4, symBinAddr: 0x16DF78, symSize: 0x58 } + - { offsetInCU: 0x25D3, offset: 0x1B71EE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x111C, symBinAddr: 0x16DFD0, symSize: 0x58 } + - { offsetInCU: 0x264F, offset: 0x1B726A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x1174, symBinAddr: 0x16E028, symSize: 0x90 } + - { offsetInCU: 0x26A2, offset: 0x1B72BD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x1204, symBinAddr: 0x16E0B8, symSize: 0x58 } + - { offsetInCU: 0x271E, offset: 0x1B7339, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x125C, symBinAddr: 0x16E110, symSize: 0x64 } + - { offsetInCU: 0x279A, offset: 0x1B73B5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x12C0, symBinAddr: 0x16E174, symSize: 0xB8 } + - { offsetInCU: 0x27FF, offset: 0x1B741A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x1378, symBinAddr: 0x16E22C, symSize: 0x58 } + - { offsetInCU: 0x287B, offset: 0x1B7496, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x13D0, symBinAddr: 0x16E284, symSize: 0x64 } + - { offsetInCU: 0x28F7, offset: 0x1B7512, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x1434, symBinAddr: 0x16E2E8, symSize: 0x64 } + - { offsetInCU: 0x2973, offset: 0x1B758E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x1498, symBinAddr: 0x16E34C, symSize: 0x58 } + - { offsetInCU: 0x29EF, offset: 0x1B760A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x14F0, symBinAddr: 0x16E3A4, symSize: 0x64 } + - { offsetInCU: 0x2A6B, offset: 0x1B7686, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1554, symBinAddr: 0x16E408, symSize: 0x64 } + - { offsetInCU: 0x2ABE, offset: 0x1B76D9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x15B8, symBinAddr: 0x16E46C, symSize: 0x58 } + - { offsetInCU: 0x2B58, offset: 0x1B7773, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x1610, symBinAddr: 0x16E4C4, symSize: 0x64 } + - { offsetInCU: 0x2BDC, offset: 0x1B77F7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x1674, symBinAddr: 0x16E528, symSize: 0x58 } + - { offsetInCU: 0x2C76, offset: 0x1B7891, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x16CC, symBinAddr: 0x16E580, symSize: 0x58 } + - { offsetInCU: 0x2CFA, offset: 0x1B7915, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1724, symBinAddr: 0x16E5D8, symSize: 0x64 } + - { offsetInCU: 0x2D76, offset: 0x1B7991, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x1788, symBinAddr: 0x16E63C, symSize: 0x58 } + - { offsetInCU: 0x2DF2, offset: 0x1B7A0D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x17E0, symBinAddr: 0x16E694, symSize: 0x58 } + - { offsetInCU: 0x2E6E, offset: 0x1B7A89, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x1838, symBinAddr: 0x16E6EC, symSize: 0x58 } + - { offsetInCU: 0x2EEA, offset: 0x1B7B05, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18A8, symBinAddr: 0x16E75C, symSize: 0xC } + - { offsetInCU: 0x2F06, offset: 0x1B7B21, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18B4, symBinAddr: 0x16E768, symSize: 0x8 } + - { offsetInCU: 0x2F22, offset: 0x1B7B3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18BC, symBinAddr: 0x16E770, symSize: 0x8 } + - { offsetInCU: 0x2F36, offset: 0x1B7B51, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x18C4, symBinAddr: 0x16E778, symSize: 0x8 } + - { offsetInCU: 0x2F50, offset: 0x1B7B6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1958, symBinAddr: 0x16E80C, symSize: 0x5C } + - { offsetInCU: 0x2F73, offset: 0x1B7B8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x19B4, symBinAddr: 0x16E868, symSize: 0x4C } + - { offsetInCU: 0x2FD7, offset: 0x1B7BF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1D10, symBinAddr: 0x16EBC4, symSize: 0xC } + - { offsetInCU: 0x2FF3, offset: 0x1B7C0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1D1C, symBinAddr: 0x16EBD0, symSize: 0x8 } + - { offsetInCU: 0x300F, offset: 0x1B7C2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1D24, symBinAddr: 0x16EBD8, symSize: 0x8 } + - { offsetInCU: 0x3023, offset: 0x1B7C3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D2C, symBinAddr: 0x16EBE0, symSize: 0x8 } + - { offsetInCU: 0x303D, offset: 0x1B7C58, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1E60, symBinAddr: 0x16ED14, symSize: 0x28 } + - { offsetInCU: 0x3059, offset: 0x1B7C74, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1E88, symBinAddr: 0x16ED3C, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1B7E15, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x16F8C0, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x1B7E39, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x16F8C0, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1B7E5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x16F908, symSize: 0x184 } + - { offsetInCU: 0xF1, offset: 0x1B7EDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1CC, symBinAddr: 0x16FA8C, symSize: 0xD4 } + - { offsetInCU: 0x183, offset: 0x1B7F6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0x16FB60, symSize: 0x110 } + - { offsetInCU: 0x206, offset: 0x1B7FF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x3C0, symBinAddr: 0x16FC80, symSize: 0x64 } + - { offsetInCU: 0x249, offset: 0x1B8033, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x424, symBinAddr: 0x16FCE4, symSize: 0x24 } + - { offsetInCU: 0x289, offset: 0x1B8073, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x448, symBinAddr: 0x16FD08, symSize: 0x4 } + - { offsetInCU: 0x2A9, offset: 0x1B8093, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x448, symBinAddr: 0x16FD08, symSize: 0x4 } + - { offsetInCU: 0x2D4, offset: 0x1B80BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x44C, symBinAddr: 0x16FD0C, symSize: 0x68 } + - { offsetInCU: 0x31F, offset: 0x1B8109, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4B4, symBinAddr: 0x16FD74, symSize: 0xC } + - { offsetInCU: 0x33B, offset: 0x1B8125, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0x16FD80, symSize: 0xC } + - { offsetInCU: 0x357, offset: 0x1B8141, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO11stringValueSSvgTf4d_n', symObjAddr: 0x968, symBinAddr: 0x170068, symSize: 0x14 } + - { offsetInCU: 0x393, offset: 0x1B817D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfD', symObjAddr: 0x524, symBinAddr: 0x16FDE4, symSize: 0x4C } + - { offsetInCU: 0x42F, offset: 0x1B8219, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfE', symObjAddr: 0x51C, symBinAddr: 0x16FDDC, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x1B8271, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCMa', symObjAddr: 0x570, symBinAddr: 0x16FE30, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x1B8285, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs0E3KeyAAWl', symObjAddr: 0x5F4, symBinAddr: 0x16FE50, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x1B8299, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwet', symObjAddr: 0x794, symBinAddr: 0x16FE94, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x1B82AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwst', symObjAddr: 0x7E4, symBinAddr: 0x16FEE4, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x1B82C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwug', symObjAddr: 0x870, symBinAddr: 0x16FF70, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x1B82D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwup', symObjAddr: 0x878, symBinAddr: 0x16FF78, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x1B82E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwui', symObjAddr: 0x87C, symBinAddr: 0x16FF7C, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x1B82FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOMa', symObjAddr: 0x880, symBinAddr: 0x16FF80, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x1B8311, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASQWb', symObjAddr: 0x890, symBinAddr: 0x16FF90, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x1B8325, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFSQAAWl', symObjAddr: 0x894, symBinAddr: 0x16FF94, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x1B8339, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8D8, symBinAddr: 0x16FFD8, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x1B834D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8DC, symBinAddr: 0x16FFDC, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x1B8361, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x920, symBinAddr: 0x170020, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x1B8375, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x924, symBinAddr: 0x170024, symSize: 0x44 } + - { offsetInCU: 0x5CB, offset: 0x1B83B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0x16FC70, symSize: 0x4 } + - { offsetInCU: 0x5EB, offset: 0x1B83D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0x16FC70, symSize: 0x4 } + - { offsetInCU: 0x60B, offset: 0x1B83F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3B4, symBinAddr: 0x16FC74, symSize: 0x4 } + - { offsetInCU: 0x62B, offset: 0x1B8415, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3B4, symBinAddr: 0x16FC74, symSize: 0x4 } + - { offsetInCU: 0x64B, offset: 0x1B8435, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B8, symBinAddr: 0x16FC78, symSize: 0x4 } + - { offsetInCU: 0x66B, offset: 0x1B8455, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B8, symBinAddr: 0x16FC78, symSize: 0x4 } + - { offsetInCU: 0x68B, offset: 0x1B8475, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3BC, symBinAddr: 0x16FC7C, symSize: 0x4 } + - { offsetInCU: 0x6AB, offset: 0x1B8495, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3BC, symBinAddr: 0x16FC7C, symSize: 0x4 } + - { offsetInCU: 0x6C2, offset: 0x1B84AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4CC, symBinAddr: 0x16FD8C, symSize: 0x28 } + - { offsetInCU: 0x6DE, offset: 0x1B84C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x4F4, symBinAddr: 0x16FDB4, symSize: 0x28 } + - { offsetInCU: 0x118, offset: 0x1B87B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x308, symBinAddr: 0x170384, symSize: 0x18 } + - { offsetInCU: 0x1A9, offset: 0x1B8846, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH9hashValueSivgTW', symObjAddr: 0x320, symBinAddr: 0x17039C, symSize: 0x44 } + - { offsetInCU: 0x28C, offset: 0x1B8929, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x364, symBinAddr: 0x1703E0, symSize: 0x28 } + - { offsetInCU: 0x2FF, offset: 0x1B899C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x3DC, symBinAddr: 0x170458, symSize: 0x1C } + - { offsetInCU: 0x31B, offset: 0x1B89B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x3DC, symBinAddr: 0x170458, symSize: 0x1C } + - { offsetInCU: 0x34B, offset: 0x1B89E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCfD', symObjAddr: 0x3F8, symBinAddr: 0x170474, symSize: 0x2C } + - { offsetInCU: 0x38F, offset: 0x1B8A2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKF', symObjAddr: 0x0, symBinAddr: 0x17007C, symSize: 0x25C } + - { offsetInCU: 0x5DA, offset: 0x1B8C77, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueV11descriptionSSvg', symObjAddr: 0x25C, symBinAddr: 0x1702D8, symSize: 0xA0 } + - { offsetInCU: 0x6F0, offset: 0x1B8D8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x2FC, symBinAddr: 0x170378, symSize: 0xC } + - { offsetInCU: 0x80C, offset: 0x1B8EA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCMa', symObjAddr: 0x424, symBinAddr: 0x1704A0, symSize: 0x20 } + - { offsetInCU: 0x820, offset: 0x1B8EBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwet', symObjAddr: 0x464, symBinAddr: 0x1704C0, symSize: 0x90 } + - { offsetInCU: 0x834, offset: 0x1B8ED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwst', symObjAddr: 0x4F4, symBinAddr: 0x170550, symSize: 0xBC } + - { offsetInCU: 0x848, offset: 0x1B8EE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwug', symObjAddr: 0x5B0, symBinAddr: 0x17060C, symSize: 0x8 } + - { offsetInCU: 0x85C, offset: 0x1B8EF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwup', symObjAddr: 0x5B8, symBinAddr: 0x170614, symSize: 0x4 } + - { offsetInCU: 0x870, offset: 0x1B8F0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwui', symObjAddr: 0x5BC, symBinAddr: 0x170618, symSize: 0xC } + - { offsetInCU: 0x884, offset: 0x1B8F21, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOMa', symObjAddr: 0x5C8, symBinAddr: 0x170624, symSize: 0x10 } + - { offsetInCU: 0x898, offset: 0x1B8F35, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVwCP', symObjAddr: 0x5D8, symBinAddr: 0x170634, symSize: 0x30 } + - { offsetInCU: 0x8AC, offset: 0x1B8F49, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVMa', symObjAddr: 0x62C, symBinAddr: 0x17067C, symSize: 0x10 } + - { offsetInCU: 0x8C0, offset: 0x1B8F5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASQWb', symObjAddr: 0x63C, symBinAddr: 0x17068C, symSize: 0x4 } + - { offsetInCU: 0x8D4, offset: 0x1B8F71, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOAESQAAWl', symObjAddr: 0x640, symBinAddr: 0x170690, symSize: 0x44 } + - { offsetInCU: 0x906, offset: 0x1B8FA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueC0SSvgTW', symObjAddr: 0x684, symBinAddr: 0x1706D4, symSize: 0x2C } + - { offsetInCU: 0x94C, offset: 0x1B8FE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV018compatibilityIssueD0SSvg', symObjAddr: 0x6B0, symBinAddr: 0x170700, symSize: 0x7C } + - { offsetInCU: 0x96E, offset: 0x1B900B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueD0SSvgTW', symObjAddr: 0x72C, symBinAddr: 0x17077C, symSize: 0x4 } + - { offsetInCU: 0x982, offset: 0x1B901F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x804, symBinAddr: 0x170784, symSize: 0x8 } + - { offsetInCU: 0x9C6, offset: 0x1B9063, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA12LayerContextV_Tg5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0x894, symBinAddr: 0x17078C, symSize: 0x2B0 } + - { offsetInCU: 0xCB7, offset: 0x1B9354, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA21LayerAnimationContextV_TB5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0xB44, symBinAddr: 0x170A3C, symSize: 0x2F0 } + - { offsetInCU: 0xF94, offset: 0x1B9631, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwug', symObjAddr: 0x1060, symBinAddr: 0x170F08, symSize: 0x8 } + - { offsetInCU: 0xFA8, offset: 0x1B9645, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwup', symObjAddr: 0x1068, symBinAddr: 0x170F10, symSize: 0x4 } + - { offsetInCU: 0xFBC, offset: 0x1B9659, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwui', symObjAddr: 0x106C, symBinAddr: 0x170F14, symSize: 0x4 } + - { offsetInCU: 0xFD0, offset: 0x1B966D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOMa', symObjAddr: 0x1070, symBinAddr: 0x170F18, symSize: 0x10 } + - { offsetInCU: 0x1046, offset: 0x1B96E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x38C, symBinAddr: 0x170408, symSize: 0x40 } + - { offsetInCU: 0x10E2, offset: 0x1B977F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP7_domainSSvgTW', symObjAddr: 0x3CC, symBinAddr: 0x170448, symSize: 0x4 } + - { offsetInCU: 0x10FE, offset: 0x1B979B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP5_codeSivgTW', symObjAddr: 0x3D0, symBinAddr: 0x17044C, symSize: 0x4 } + - { offsetInCU: 0x111A, offset: 0x1B97B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x3D4, symBinAddr: 0x170450, symSize: 0x4 } + - { offsetInCU: 0x1136, offset: 0x1B97D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x3D8, symBinAddr: 0x170454, symSize: 0x4 } +... diff --git a/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/x86_64/Lottie.yml b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/x86_64/Lottie.yml new file mode 100644 index 0000000..13203a4 --- /dev/null +++ b/ios/platform/Lottie.xcframework/ios-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/x86_64/Lottie.yml @@ -0,0 +1,7482 @@ +--- +triple: 'x86_64-apple-darwin' +binary-path: '/Users/runner/Library/Developer/Xcode/DerivedData/Lottie-fxrioqbkappyvraatalsxfpfubmj/Build/Intermediates.noindex/ArchiveIntermediates/Lottie (iOS)/InstallationBuildProductsLocation/Library/Frameworks/Lottie.framework/Lottie' +relocations: + - { offsetInCU: 0x34, offset: 0x5571E, size: 0x8, addend: 0x0, symName: _LottieVersionString, symObjAddr: 0x0, symBinAddr: 0x1A3FB0, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x55753, size: 0x8, addend: 0x0, symName: _LottieVersionNumber, symObjAddr: 0x28, symBinAddr: 0x1A3FD8, symSize: 0x0 } + - { offsetInCU: 0x3F, offset: 0x557A8, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0x30, symBinAddr: 0x18A0, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x557BC, size: 0x8, addend: 0x0, symName: ___swift_memcpy152_8, symObjAddr: 0x40, symBinAddr: 0x18B0, symSize: 0x10 } + - { offsetInCU: 0x67, offset: 0x557D0, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwet', symObjAddr: 0x50, symBinAddr: 0x18C0, symSize: 0x50 } + - { offsetInCU: 0x7B, offset: 0x557E4, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwst', symObjAddr: 0xA0, symBinAddr: 0x1910, symSize: 0x70 } + - { offsetInCU: 0x8F, offset: 0x557F8, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwCP', symObjAddr: 0x210, symBinAddr: 0x1A80, symSize: 0x30 } + - { offsetInCU: 0xA3, offset: 0x5580C, size: 0x8, addend: 0x0, symName: ___swift_memcpy128_8, symObjAddr: 0x240, symBinAddr: 0x1AB0, symSize: 0x50 } + - { offsetInCU: 0xB7, offset: 0x55820, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwet', symObjAddr: 0x290, symBinAddr: 0x1B00, symSize: 0x20 } + - { offsetInCU: 0xCB, offset: 0x55834, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwst', symObjAddr: 0x2B0, symBinAddr: 0x1B20, symSize: 0x50 } + - { offsetInCU: 0xDF, offset: 0x55848, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0x340, symBinAddr: 0x1BB0, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x5585C, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0x3A0, symBinAddr: 0x1C10, symSize: 0x20 } + - { offsetInCU: 0x107, offset: 0x55870, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwet', symObjAddr: 0x3C0, symBinAddr: 0x1C30, symSize: 0x20 } + - { offsetInCU: 0x11B, offset: 0x55884, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwst', symObjAddr: 0x3E0, symBinAddr: 0x1C50, symSize: 0x30 } + - { offsetInCU: 0x12F, offset: 0x55898, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwet', symObjAddr: 0x430, symBinAddr: 0x1CA0, symSize: 0x20 } + - { offsetInCU: 0x17A, offset: 0x558E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE21_overrideSizeThatFits_2in02uiC0ySo6CGSizeVz_7SwiftUI09_ProposedF0VAA0L22UIMeasurementContainerCy7ContentQzGtF', symObjAddr: 0x4A0, symBinAddr: 0x1D10, symSize: 0x3D0 } + - { offsetInCU: 0x358, offset: 0x55AC1, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSQWb', symObjAddr: 0xC80, symBinAddr: 0x2460, symSize: 0x20 } + - { offsetInCU: 0x377, offset: 0x55AE0, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0xD60, symBinAddr: 0x2530, symSize: 0x20 } + - { offsetInCU: 0x38B, offset: 0x55AF4, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0xDB0, symBinAddr: 0x2580, symSize: 0x20 } + - { offsetInCU: 0x39F, offset: 0x55B08, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityaSHSCSQWb', symObjAddr: 0x1290, symBinAddr: 0x2A60, symSize: 0x20 } + - { offsetInCU: 0x3B3, offset: 0x55B1C, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSQWb', symObjAddr: 0x12B0, symBinAddr: 0x2A80, symSize: 0x20 } + - { offsetInCU: 0x3C7, offset: 0x55B30, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x12D0, symBinAddr: 0x2AA0, symSize: 0x20 } + - { offsetInCU: 0x3DB, offset: 0x55B44, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSQWb', symObjAddr: 0x12F0, symBinAddr: 0x2AC0, symSize: 0x20 } + - { offsetInCU: 0x3EF, offset: 0x55B58, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1310, symBinAddr: 0x2AE0, symSize: 0x20 } + - { offsetInCU: 0x403, offset: 0x55B6C, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSQWb', symObjAddr: 0x1330, symBinAddr: 0x2B00, symSize: 0x20 } + - { offsetInCU: 0x417, offset: 0x55B80, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1350, symBinAddr: 0x2B20, symSize: 0x20 } + - { offsetInCU: 0x42B, offset: 0x55B94, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE12sizeThatFits_02uiC07contextSo6CGSizeVSg7SwiftUI08ProposedC4SizeV_AA0K22UIMeasurementContainerCy7ContentQzGAJ06UIViewD7ContextVyxGtFTf4nndn_n', symObjAddr: 0x1370, symBinAddr: 0x2B40, symSize: 0x90 } + - { offsetInCU: 0x488, offset: 0x55BF1, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_0, symObjAddr: 0x1480, symBinAddr: 0x2C50, symSize: 0x30 } + - { offsetInCU: 0x49C, offset: 0x55C05, size: 0x8, addend: 0x0, symName: '_$sSSSg5label_yp5valuetWOh', symObjAddr: 0x14B0, symBinAddr: 0x2C80, symSize: 0x30 } + - { offsetInCU: 0x4B0, offset: 0x55C19, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x14E0, symBinAddr: 0x2CB0, symSize: 0x40 } + - { offsetInCU: 0x4C4, offset: 0x55C2D, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x1520, symBinAddr: 0x2CF0, symSize: 0x20 } + - { offsetInCU: 0x4D8, offset: 0x55C41, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1630, symBinAddr: 0x2E00, symSize: 0x20 } + - { offsetInCU: 0x4EC, offset: 0x55C55, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x1650, symBinAddr: 0x2E20, symSize: 0x20 } + - { offsetInCU: 0x500, offset: 0x55C69, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeaSHSCSQWb', symObjAddr: 0x1670, symBinAddr: 0x2E40, symSize: 0x20 } + - { offsetInCU: 0x514, offset: 0x55C7D, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1690, symBinAddr: 0x2E60, symSize: 0x20 } + - { offsetInCU: 0x528, offset: 0x55C91, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x16B0, symBinAddr: 0x2E80, symSize: 0x20 } + - { offsetInCU: 0x53C, offset: 0x55CA5, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x16D0, symBinAddr: 0x2EA0, symSize: 0x20 } + - { offsetInCU: 0x550, offset: 0x55CB9, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x16F0, symBinAddr: 0x2EC0, symSize: 0x20 } + - { offsetInCU: 0x564, offset: 0x55CCD, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyaSHSCSQWb', symObjAddr: 0x1710, symBinAddr: 0x2EE0, symSize: 0x20 } + - { offsetInCU: 0x578, offset: 0x55CE1, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaSHSCSQWb', symObjAddr: 0x1730, symBinAddr: 0x2F00, symSize: 0x20 } + - { offsetInCU: 0x604, offset: 0x55D6D, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x890, symBinAddr: 0x2100, symSize: 0x10 } + - { offsetInCU: 0x644, offset: 0x55DAD, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x8A0, symBinAddr: 0x2110, symSize: 0x10 } + - { offsetInCU: 0x68A, offset: 0x55DF3, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x930, symBinAddr: 0x2150, symSize: 0x10 } + - { offsetInCU: 0x6CA, offset: 0x55E33, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x940, symBinAddr: 0x2160, symSize: 0x10 } + - { offsetInCU: 0x70A, offset: 0x55E73, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x960, symBinAddr: 0x2180, symSize: 0x10 } + - { offsetInCU: 0x74A, offset: 0x55EB3, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x970, symBinAddr: 0x2190, symSize: 0x10 } + - { offsetInCU: 0x78A, offset: 0x55EF3, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0xA60, symBinAddr: 0x2280, symSize: 0x10 } + - { offsetInCU: 0x7CA, offset: 0x55F33, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0xA70, symBinAddr: 0x2290, symSize: 0x10 } + - { offsetInCU: 0x852, offset: 0x55FBB, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH9hashValueSivgTW', symObjAddr: 0xAE0, symBinAddr: 0x2300, symSize: 0x40 } + - { offsetInCU: 0x901, offset: 0x5606A, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB20, symBinAddr: 0x2340, symSize: 0x20 } + - { offsetInCU: 0x954, offset: 0x560BD, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB40, symBinAddr: 0x2360, symSize: 0x40 } + - { offsetInCU: 0x9E0, offset: 0x56149, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0xCA0, symBinAddr: 0x2480, symSize: 0x10 } + - { offsetInCU: 0xA26, offset: 0x5618F, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xCF0, symBinAddr: 0x24C0, symSize: 0x70 } + - { offsetInCU: 0xA42, offset: 0x561AB, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xDF0, symBinAddr: 0x25C0, symSize: 0x70 } + - { offsetInCU: 0xA5E, offset: 0x561C7, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xE60, symBinAddr: 0x2630, symSize: 0x70 } + - { offsetInCU: 0xA7A, offset: 0x561E3, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0x10B0, symBinAddr: 0x2880, symSize: 0x70 } + - { offsetInCU: 0xBCC, offset: 0x56335, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0xCB0, symBinAddr: 0x2490, symSize: 0x10 } + - { offsetInCU: 0xBE8, offset: 0x56351, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0xCC0, symBinAddr: 0x24A0, symSize: 0x10 } + - { offsetInCU: 0xC71, offset: 0x563DA, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x9D0, symBinAddr: 0x21F0, symSize: 0x30 } + - { offsetInCU: 0xC8D, offset: 0x563F6, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA00, symBinAddr: 0x2220, symSize: 0x40 } + - { offsetInCU: 0xCA9, offset: 0x56412, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xED0, symBinAddr: 0x26A0, symSize: 0x30 } + - { offsetInCU: 0xCC5, offset: 0x5642E, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF00, symBinAddr: 0x26D0, symSize: 0x40 } + - { offsetInCU: 0xCE1, offset: 0x5644A, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xF60, symBinAddr: 0x2730, symSize: 0x30 } + - { offsetInCU: 0xCFD, offset: 0x56466, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF90, symBinAddr: 0x2760, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x565C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x30E0, symSize: 0x40 } + - { offsetInCU: 0x70, offset: 0x565ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x3120, symSize: 0x280 } + - { offsetInCU: 0xDC, offset: 0x56659, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2C0, symBinAddr: 0x33A0, symSize: 0x470 } + - { offsetInCU: 0x211, offset: 0x5678E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4nameSSvg', symObjAddr: 0x730, symBinAddr: 0x3810, symSize: 0x30 } + - { offsetInCU: 0x23E, offset: 0x567BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC9directorySSvg', symObjAddr: 0x760, symBinAddr: 0x3840, symSize: 0x30 } + - { offsetInCU: 0x26B, offset: 0x567E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC5widthSdvg', symObjAddr: 0x790, symBinAddr: 0x3870, symSize: 0x10 } + - { offsetInCU: 0x298, offset: 0x56815, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6heightSdvg', symObjAddr: 0x7A0, symBinAddr: 0x3880, symSize: 0x10 } + - { offsetInCU: 0x2C5, offset: 0x56842, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x7B0, symBinAddr: 0x3890, symSize: 0x210 } + - { offsetInCU: 0x357, offset: 0x568D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO8rawValueSSvg', symObjAddr: 0xA90, symBinAddr: 0x3B30, symSize: 0x20 } + - { offsetInCU: 0x38E, offset: 0x5690B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xAB0, symBinAddr: 0x3B50, symSize: 0x20 } + - { offsetInCU: 0x40C, offset: 0x56989, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xB10, symBinAddr: 0x3BB0, symSize: 0x70 } + - { offsetInCU: 0x472, offset: 0x569EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xB80, symBinAddr: 0x3C20, symSize: 0x30 } + - { offsetInCU: 0x48E, offset: 0x56A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBB0, symBinAddr: 0x3C50, symSize: 0x10 } + - { offsetInCU: 0x4C4, offset: 0x56A41, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBC0, symBinAddr: 0x3C60, symSize: 0x60 } + - { offsetInCU: 0x549, offset: 0x56AC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xC20, symBinAddr: 0x3CC0, symSize: 0x10 } + - { offsetInCU: 0x565, offset: 0x56AE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xC30, symBinAddr: 0x3CD0, symSize: 0x10 } + - { offsetInCU: 0x582, offset: 0x56AFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfd', symObjAddr: 0xCA0, symBinAddr: 0x3D40, symSize: 0x30 } + - { offsetInCU: 0x5DB, offset: 0x56B58, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfD', symObjAddr: 0xCD0, symBinAddr: 0x3D70, symSize: 0x40 } + - { offsetInCU: 0x70A, offset: 0x56C87, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0xA00, symBinAddr: 0x3AA0, symSize: 0x30 } + - { offsetInCU: 0x71E, offset: 0x56C9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs0C3KeyAAWl', symObjAddr: 0xA30, symBinAddr: 0x3AD0, symSize: 0x30 } + - { offsetInCU: 0x732, offset: 0x56CAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0xA60, symBinAddr: 0x3B00, symSize: 0x30 } + - { offsetInCU: 0x746, offset: 0x56CC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfE', symObjAddr: 0xC80, symBinAddr: 0x3D20, symSize: 0x20 } + - { offsetInCU: 0x773, offset: 0x56CF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCMa', symObjAddr: 0xD10, symBinAddr: 0x3DB0, symSize: 0x20 } + - { offsetInCU: 0x787, offset: 0x56D04, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0xD30, symBinAddr: 0x3DD0, symSize: 0x10 } + - { offsetInCU: 0x79B, offset: 0x56D18, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwet', symObjAddr: 0xD50, symBinAddr: 0x3DE0, symSize: 0x80 } + - { offsetInCU: 0x7AF, offset: 0x56D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwst', symObjAddr: 0xDD0, symBinAddr: 0x3E60, symSize: 0xD0 } + - { offsetInCU: 0x7C3, offset: 0x56D40, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwug', symObjAddr: 0xEA0, symBinAddr: 0x3F30, symSize: 0x10 } + - { offsetInCU: 0x7D7, offset: 0x56D54, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwup', symObjAddr: 0xEB0, symBinAddr: 0x3F40, symSize: 0x10 } + - { offsetInCU: 0x7EB, offset: 0x56D68, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwui', symObjAddr: 0xEC0, symBinAddr: 0x3F50, symSize: 0x10 } + - { offsetInCU: 0x7FF, offset: 0x56D7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOMa', symObjAddr: 0xED0, symBinAddr: 0x3F60, symSize: 0x10 } + - { offsetInCU: 0x813, offset: 0x56D90, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASQWb', symObjAddr: 0xEE0, symBinAddr: 0x3F70, symSize: 0x10 } + - { offsetInCU: 0x827, offset: 0x56DA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAESQAAWl', symObjAddr: 0xEF0, symBinAddr: 0x3F80, symSize: 0x30 } + - { offsetInCU: 0x83B, offset: 0x56DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xF20, symBinAddr: 0x3FB0, symSize: 0x10 } + - { offsetInCU: 0x84F, offset: 0x56DCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xF30, symBinAddr: 0x3FC0, symSize: 0x30 } + - { offsetInCU: 0x863, offset: 0x56DE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xF60, symBinAddr: 0x3FF0, symSize: 0x10 } + - { offsetInCU: 0x877, offset: 0x56DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xF70, symBinAddr: 0x4000, symSize: 0x30 } + - { offsetInCU: 0x88B, offset: 0x56E08, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0xFA0, symBinAddr: 0x4030, symSize: 0x30 } + - { offsetInCU: 0x89F, offset: 0x56E1C, size: 0x8, addend: 0x0, symName: '_$ss7Decoder_pWOc', symObjAddr: 0xFD0, symBinAddr: 0x4060, symSize: 0x30 } + - { offsetInCU: 0x8B3, offset: 0x56E30, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10dataString7optionsACSgSS_AcDE0B14URLReadOptionsVtcfC', symObjAddr: 0x1000, symBinAddr: 0x4090, symSize: 0x450 } + - { offsetInCU: 0x99D, offset: 0x56F1A, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x1450, symBinAddr: 0x44E0, symSize: 0x30 } + - { offsetInCU: 0x9F3, offset: 0x56F70, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOACs0C0AAWl', symObjAddr: 0x1510, symBinAddr: 0x45A0, symSize: 0x30 } + - { offsetInCU: 0xA07, offset: 0x56F84, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0x1540, symBinAddr: 0x45D0, symSize: 0x27 } + - { offsetInCU: 0xAA3, offset: 0x57020, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAD0, symBinAddr: 0x3B70, symSize: 0x10 } + - { offsetInCU: 0xABF, offset: 0x5703C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xAE0, symBinAddr: 0x3B80, symSize: 0x10 } + - { offsetInCU: 0xADB, offset: 0x57058, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAF0, symBinAddr: 0x3B90, symSize: 0x10 } + - { offsetInCU: 0xAF7, offset: 0x57074, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB00, symBinAddr: 0x3BA0, symSize: 0x10 } + - { offsetInCU: 0xB19, offset: 0x57096, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xC40, symBinAddr: 0x3CE0, symSize: 0x20 } + - { offsetInCU: 0xB35, offset: 0x570B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xC60, symBinAddr: 0x3D00, symSize: 0x20 } + - { offsetInCU: 0xB7E, offset: 0x570FB, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTg5', symObjAddr: 0x14B0, symBinAddr: 0x4540, symSize: 0x60 } + - { offsetInCU: 0x17A, offset: 0x57514, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC11setUpGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x4600, symSize: 0x1B0 } + - { offsetInCU: 0x3D0, offset: 0x5776A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1B0, symBinAddr: 0x47B0, symSize: 0x50 } + - { offsetInCU: 0x417, offset: 0x577B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5layerACyp_tcfc', symObjAddr: 0x200, symBinAddr: 0x4800, symSize: 0x1D0 } + - { offsetInCU: 0x585, offset: 0x5791F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14ShapeItemLayerC0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKF', symObjAddr: 0x550, symBinAddr: 0x4B50, symSize: 0x300 } + - { offsetInCU: 0xA98, offset: 0x57E32, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5group5items0D4Path7contextAcA0B0C_SayAA09ShapeItemC0C0I0VGSaySSGAA0C7ContextVtKcfc', symObjAddr: 0x8C0, symBinAddr: 0x4EC0, symSize: 0x120 } + - { offsetInCU: 0xB0D, offset: 0x57EA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC05setupC9Hierarchy33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x9E0, symBinAddr: 0x4FE0, symSize: 0x610 } + - { offsetInCU: 0x12EB, offset: 0x58685, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xFF0, symBinAddr: 0x55F0, symSize: 0x70 } + - { offsetInCU: 0x1332, offset: 0x586CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5layerACyp_tcfc', symObjAddr: 0x1060, symBinAddr: 0x5660, symSize: 0x230 } + - { offsetInCU: 0x13F5, offset: 0x5878F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x1300, symBinAddr: 0x5900, symSize: 0x7A0 } + - { offsetInCU: 0x154C, offset: 0x588E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC03nonB5Items33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x1AA0, symBinAddr: 0x60A0, symSize: 0x1A0 } + - { offsetInCU: 0x1704, offset: 0x58A9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC11childGroups33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x1C40, symBinAddr: 0x6240, symSize: 0x1A0 } + - { offsetInCU: 0x18DA, offset: 0x58C74, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCACycfcTo', symObjAddr: 0x2DF0, symBinAddr: 0x73F0, symSize: 0x30 } + - { offsetInCU: 0x199C, offset: 0x58D36, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfE', symObjAddr: 0x850, symBinAddr: 0x4E50, symSize: 0x20 } + - { offsetInCU: 0x19C9, offset: 0x58D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfETo', symObjAddr: 0x880, symBinAddr: 0x4E80, symSize: 0x20 } + - { offsetInCU: 0x19F8, offset: 0x58D92, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCMa', symObjAddr: 0x8A0, symBinAddr: 0x4EA0, symSize: 0x20 } + - { offsetInCU: 0x1D00, offset: 0x5909A, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tF', symObjAddr: 0x1DE0, symBinAddr: 0x63E0, symSize: 0x1010 } + - { offsetInCU: 0x37AE, offset: 0x5AB48, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_', symObjAddr: 0x4380, symBinAddr: 0x8980, symSize: 0x750 } + - { offsetInCU: 0x4130, offset: 0x5B4CA, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_SbycfU3_SbAEXEfU_', symObjAddr: 0x4AD0, symBinAddr: 0x90D0, symSize: 0x230 } + - { offsetInCU: 0x4233, offset: 0x5B5CD, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAlIcfU2_', symObjAddr: 0x4D00, symBinAddr: 0x9300, symSize: 0x50 } + - { offsetInCU: 0x4618, offset: 0x5B9B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfE', symObjAddr: 0x2E20, symBinAddr: 0x7420, symSize: 0x60 } + - { offsetInCU: 0x4645, offset: 0x5B9DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfETo', symObjAddr: 0x2EC0, symBinAddr: 0x74C0, symSize: 0x60 } + - { offsetInCU: 0x4674, offset: 0x5BA0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCMa', symObjAddr: 0x2F20, symBinAddr: 0x7520, symSize: 0x20 } + - { offsetInCU: 0x470C, offset: 0x5BAA6, size: 0x8, addend: 0x0, symName: '_$sSl6LottieE5split14whereSeparatorSaySay7ElementQzG8grouping_AESg08trailingD0tGSbAEXE_tFSayAA14ShapeItemLayerC0I0VG_Tg5014$sSo7CALayerC6a93E11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14hiJ47C0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKFSbAMXEfU0_Tf1cn_n', symObjAddr: 0x2F40, symBinAddr: 0x7540, symSize: 0x350 } + - { offsetInCU: 0x4C28, offset: 0x5BFC2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE13setUpRepeater33_24524B13A39DBE5C7BD85D5BB4776E93LL_5items15parentGroupPath7contextyAC0E0C_SayAC14ShapeItemLayerC0T0VGSaySSGAC0U7ContextVtKF', symObjAddr: 0x3290, symBinAddr: 0x7890, symSize: 0x470 } + - { offsetInCU: 0x5399, offset: 0x5C733, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_', symObjAddr: 0x3700, symBinAddr: 0x7D00, symSize: 0x510 } + - { offsetInCU: 0x58BF, offset: 0x5CC59, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_', symObjAddr: 0x3C10, symBinAddr: 0x8210, symSize: 0x50 } + - { offsetInCU: 0x5909, offset: 0x5CCA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKF', symObjAddr: 0x3C60, symBinAddr: 0x8260, symSize: 0x330 } + - { offsetInCU: 0x5BF4, offset: 0x5CF8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_', symObjAddr: 0x3F90, symBinAddr: 0x8590, symSize: 0x3F0 } + - { offsetInCU: 0x623F, offset: 0x5D5D9, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5', symObjAddr: 0x4D50, symBinAddr: 0x9350, symSize: 0x60 } + - { offsetInCU: 0x6253, offset: 0x5D5ED, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5.resume.0', symObjAddr: 0x4DB0, symBinAddr: 0x93B0, symSize: 0x20 } + - { offsetInCU: 0x626B, offset: 0x5D605, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5', symObjAddr: 0x4DD0, symBinAddr: 0x93D0, symSize: 0x90 } + - { offsetInCU: 0x62E1, offset: 0x5D67B, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5.resume.0', symObjAddr: 0x4E60, symBinAddr: 0x9460, symSize: 0x10 } + - { offsetInCU: 0x6310, offset: 0x5D6AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4E70, symBinAddr: 0x9470, symSize: 0x150 } + - { offsetInCU: 0x660A, offset: 0x5D9A4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFTf4nnnnd_n', symObjAddr: 0x5340, symBinAddr: 0x9940, symSize: 0x750 } + - { offsetInCU: 0x6F48, offset: 0x5E2E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOy', symObjAddr: 0x5A90, symBinAddr: 0xA090, symSize: 0x30 } + - { offsetInCU: 0x6F5C, offset: 0x5E2F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOe', symObjAddr: 0x5AC0, symBinAddr: 0xA0C0, symSize: 0x30 } + - { offsetInCU: 0x6F70, offset: 0x5E30A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOc', symObjAddr: 0x5AF0, symBinAddr: 0xA0F0, symSize: 0x30 } + - { offsetInCU: 0x6F84, offset: 0x5E31E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOh', symObjAddr: 0x5B20, symBinAddr: 0xA120, symSize: 0x30 } + - { offsetInCU: 0x6F98, offset: 0x5E332, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_TA', symObjAddr: 0x5B50, symBinAddr: 0xA150, symSize: 0x20 } + - { offsetInCU: 0x6FAC, offset: 0x5E346, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_TA', symObjAddr: 0x5B70, symBinAddr: 0xA170, symSize: 0x20 } + - { offsetInCU: 0x6FC0, offset: 0x5E35A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_TA', symObjAddr: 0x5B90, symBinAddr: 0xA190, symSize: 0x20 } + - { offsetInCU: 0x6FD4, offset: 0x5E36E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x5C40, symBinAddr: 0xA200, symSize: 0x20 } + - { offsetInCU: 0x6FE8, offset: 0x5E382, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x5C60, symBinAddr: 0xA220, symSize: 0x20 } + - { offsetInCU: 0x6FFC, offset: 0x5E396, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOAEsAdAWl', symObjAddr: 0x5CB0, symBinAddr: 0xA240, symSize: 0x30 } + - { offsetInCU: 0x7010, offset: 0x5E3AA, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGAByxq_GSlsSlRzrlWl', symObjAddr: 0x5D00, symBinAddr: 0xA270, symSize: 0x60 } + - { offsetInCU: 0x7024, offset: 0x5E3BE, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGMa', symObjAddr: 0x5D60, symBinAddr: 0xA2D0, symSize: 0xA0 } + - { offsetInCU: 0x7038, offset: 0x5E3D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21OpacityAnimationModel_pSgWOh', symObjAddr: 0x5EA0, symBinAddr: 0xA410, symSize: 0x30 } + - { offsetInCU: 0x704C, offset: 0x5E3E6, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOe', symObjAddr: 0x5ED0, symBinAddr: 0xA440, symSize: 0x20 } + - { offsetInCU: 0x7060, offset: 0x5E3FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwCP', symObjAddr: 0x5F80, symBinAddr: 0xA4C0, symSize: 0x30 } + - { offsetInCU: 0x7074, offset: 0x5E40E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwxx', symObjAddr: 0x5FB0, symBinAddr: 0xA4F0, symSize: 0x20 } + - { offsetInCU: 0x7088, offset: 0x5E422, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwcp', symObjAddr: 0x5FD0, symBinAddr: 0xA510, symSize: 0x30 } + - { offsetInCU: 0x709C, offset: 0x5E436, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwca', symObjAddr: 0x6000, symBinAddr: 0xA540, symSize: 0x50 } + - { offsetInCU: 0x70B0, offset: 0x5E44A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwta', symObjAddr: 0x6060, symBinAddr: 0xA590, symSize: 0x30 } + - { offsetInCU: 0x70C4, offset: 0x5E45E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwet', symObjAddr: 0x6090, symBinAddr: 0xA5C0, symSize: 0x40 } + - { offsetInCU: 0x70D8, offset: 0x5E472, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwst', symObjAddr: 0x60D0, symBinAddr: 0xA600, symSize: 0x40 } + - { offsetInCU: 0x70EC, offset: 0x5E486, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVMa', symObjAddr: 0x6110, symBinAddr: 0xA640, symSize: 0x10 } + - { offsetInCU: 0x71F5, offset: 0x5E58F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AITg5', symObjAddr: 0x3F0, symBinAddr: 0x49F0, symSize: 0x160 } + - { offsetInCU: 0x7859, offset: 0x5EBF3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVsSQRzlE2eeoiySbAByxG_ADtFZ6Lottie8KeyframeCyAE0D8Vector1DVG_Tg5Tf4nnd_n', symObjAddr: 0x4FC0, symBinAddr: 0x95C0, symSize: 0x80 } + - { offsetInCU: 0x78FF, offset: 0x5EC99, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AE0D11RenderGroupVTg505$sSa6c4AA14def2C0l13VRszlE17shapeg54Groups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5h12VG05validG0_W37AEG06unusedN0tSb_tFAjIXEfU0_AiEXEfU4_AlJTf1cn_nTf4ngXg_n', symObjAddr: 0x5040, symBinAddr: 0x9640, symSize: 0x160 } + - { offsetInCU: 0x7B01, offset: 0x5EE9B, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay6Lottie14ShapeItemLayerC0G0VG_Tg505$sSa6e4AA14fgh2C0l90VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_X29AEG06unusedN0tSb_tFSbAEXEfU4_So5NSSetCTf1cn_nTf4gg_n', symObjAddr: 0x51A0, symBinAddr: 0x97A0, symSize: 0x1A0 } + - { offsetInCU: 0x43, offset: 0x5F54E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwCP', symObjAddr: 0x0, symBinAddr: 0xA670, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x5F562, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwxx', symObjAddr: 0x30, symBinAddr: 0xA6A0, symSize: 0x40 } + - { offsetInCU: 0x6B, offset: 0x5F576, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwcp', symObjAddr: 0x70, symBinAddr: 0xA6E0, symSize: 0x70 } + - { offsetInCU: 0x7F, offset: 0x5F58A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwca', symObjAddr: 0xE0, symBinAddr: 0xA750, symSize: 0xA0 } + - { offsetInCU: 0x93, offset: 0x5F59E, size: 0x8, addend: 0x0, symName: ___swift_memcpy56_8, symObjAddr: 0x180, symBinAddr: 0xA7F0, symSize: 0x30 } + - { offsetInCU: 0xA7, offset: 0x5F5B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwta', symObjAddr: 0x1B0, symBinAddr: 0xA820, symSize: 0x70 } + - { offsetInCU: 0xBB, offset: 0x5F5C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwet', symObjAddr: 0x220, symBinAddr: 0xA890, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0x5F5DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwst', symObjAddr: 0x260, symBinAddr: 0xA8D0, symSize: 0x50 } + - { offsetInCU: 0xE3, offset: 0x5F5EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVMa', symObjAddr: 0x2B0, symBinAddr: 0xA920, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x5F620, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueSSvg', symObjAddr: 0x2C0, symBinAddr: 0xA930, symSize: 0x20 } + - { offsetInCU: 0x162, offset: 0x5F66D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x480, symBinAddr: 0xAAF0, symSize: 0x10 } + - { offsetInCU: 0x1E9, offset: 0x5F6F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH9hashValueSivgTW', symObjAddr: 0x490, symBinAddr: 0xAB00, symSize: 0x40 } + - { offsetInCU: 0x2CD, offset: 0x5F7D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4D0, symBinAddr: 0xAB40, symSize: 0x20 } + - { offsetInCU: 0x33F, offset: 0x5F84A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x530, symBinAddr: 0xABA0, symSize: 0x10 } + - { offsetInCU: 0x36A, offset: 0x5F875, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x540, symBinAddr: 0xABB0, symSize: 0x20 } + - { offsetInCU: 0x39B, offset: 0x5F8A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x560, symBinAddr: 0xABD0, symSize: 0x10 } + - { offsetInCU: 0x3B7, offset: 0x5F8C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x570, symBinAddr: 0xABE0, symSize: 0x10 } + - { offsetInCU: 0x3D3, offset: 0x5F8DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x640, symBinAddr: 0xACB0, symSize: 0x120 } + - { offsetInCU: 0x419, offset: 0x5F924, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2E0, symBinAddr: 0xA950, symSize: 0x1A0 } + - { offsetInCU: 0x46E, offset: 0x5F979, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5C0, symBinAddr: 0xAC30, symSize: 0x40 } + - { offsetInCU: 0x4A5, offset: 0x5F9B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x600, symBinAddr: 0xAC70, symSize: 0x40 } + - { offsetInCU: 0x4C8, offset: 0x5F9D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x760, symBinAddr: 0xADD0, symSize: 0x2E0 } + - { offsetInCU: 0x51B, offset: 0x5FA26, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs0D3KeyAAWl', symObjAddr: 0xAB0, symBinAddr: 0xB0B0, symSize: 0x30 } + - { offsetInCU: 0x52F, offset: 0x5FA3A, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie03DotA9AnimationVGMa', symObjAddr: 0xB10, symBinAddr: 0xB0E0, symSize: 0x30 } + - { offsetInCU: 0x543, offset: 0x5FA4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSeAAWl', symObjAddr: 0xB40, symBinAddr: 0xB110, symSize: 0x30 } + - { offsetInCU: 0x557, offset: 0x5FA62, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSEAAWl', symObjAddr: 0xBD0, symBinAddr: 0xB1A0, symSize: 0x30 } + - { offsetInCU: 0x56B, offset: 0x5FA76, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwet', symObjAddr: 0xC20, symBinAddr: 0xB1D0, symSize: 0x80 } + - { offsetInCU: 0x57F, offset: 0x5FA8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwst', symObjAddr: 0xCA0, symBinAddr: 0xB250, symSize: 0xD0 } + - { offsetInCU: 0x593, offset: 0x5FA9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwug', symObjAddr: 0xD70, symBinAddr: 0xB320, symSize: 0x10 } + - { offsetInCU: 0x5A7, offset: 0x5FAB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwup', symObjAddr: 0xD80, symBinAddr: 0xB330, symSize: 0x10 } + - { offsetInCU: 0x5BB, offset: 0x5FAC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwui', symObjAddr: 0xD90, symBinAddr: 0xB340, symSize: 0x10 } + - { offsetInCU: 0x5CF, offset: 0x5FADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOMa', symObjAddr: 0xDA0, symBinAddr: 0xB350, symSize: 0x10 } + - { offsetInCU: 0x5E3, offset: 0x5FAEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASQWb', symObjAddr: 0xDB0, symBinAddr: 0xB360, symSize: 0x10 } + - { offsetInCU: 0x5F7, offset: 0x5FB02, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFSQAAWl', symObjAddr: 0xDC0, symBinAddr: 0xB370, symSize: 0x30 } + - { offsetInCU: 0x60B, offset: 0x5FB16, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDF0, symBinAddr: 0xB3A0, symSize: 0x10 } + - { offsetInCU: 0x61F, offset: 0x5FB2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE00, symBinAddr: 0xB3B0, symSize: 0x30 } + - { offsetInCU: 0x633, offset: 0x5FB3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE30, symBinAddr: 0xB3E0, symSize: 0x10 } + - { offsetInCU: 0x647, offset: 0x5FB52, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xE40, symBinAddr: 0xB3F0, symSize: 0x2E } + - { offsetInCU: 0x6B5, offset: 0x5FBC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4F0, symBinAddr: 0xAB60, symSize: 0x40 } + - { offsetInCU: 0x758, offset: 0x5FC63, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0xABF0, symSize: 0x20 } + - { offsetInCU: 0x774, offset: 0x5FC7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x5A0, symBinAddr: 0xAC10, symSize: 0x20 } + - { offsetInCU: 0x92, offset: 0x5FE6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xB4E0, symSize: 0x30 } + - { offsetInCU: 0xC3, offset: 0x5FE9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0xB510, symSize: 0x20 } + - { offsetInCU: 0x10F, offset: 0x5FEEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A0, symBinAddr: 0xB5C0, symSize: 0x40 } + - { offsetInCU: 0x134, offset: 0x5FF10, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0xB600, symSize: 0x2A0 } + - { offsetInCU: 0x1A0, offset: 0x5FF7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x480, symBinAddr: 0xB8A0, symSize: 0x3E0 } + - { offsetInCU: 0x2FF, offset: 0x600DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO8rawValueSSvg', symObjAddr: 0x860, symBinAddr: 0xBC80, symSize: 0x20 } + - { offsetInCU: 0x336, offset: 0x60112, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0xA30, symBinAddr: 0xBE50, symSize: 0x20 } + - { offsetInCU: 0x3B4, offset: 0x60190, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xA90, symBinAddr: 0xBEB0, symSize: 0x70 } + - { offsetInCU: 0x41A, offset: 0x601F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xB00, symBinAddr: 0xBF20, symSize: 0x30 } + - { offsetInCU: 0x436, offset: 0x60212, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB30, symBinAddr: 0xBF50, symSize: 0x10 } + - { offsetInCU: 0x46C, offset: 0x60248, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB40, symBinAddr: 0xBF60, symSize: 0x60 } + - { offsetInCU: 0x4F1, offset: 0x602CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBA0, symBinAddr: 0xBFC0, symSize: 0x10 } + - { offsetInCU: 0x50D, offset: 0x602E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBB0, symBinAddr: 0xBFD0, symSize: 0x10 } + - { offsetInCU: 0x52B, offset: 0x60307, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC6encode2toys7Encoder_p_tKF', symObjAddr: 0x880, symBinAddr: 0xBCA0, symSize: 0x1B0 } + - { offsetInCU: 0x5A5, offset: 0x60381, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfD', symObjAddr: 0xC20, symBinAddr: 0xC040, symSize: 0x40 } + - { offsetInCU: 0x659, offset: 0x60435, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfE', symObjAddr: 0xC00, symBinAddr: 0xC020, symSize: 0x20 } + - { offsetInCU: 0x6B1, offset: 0x6048D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCMa', symObjAddr: 0xC60, symBinAddr: 0xC080, symSize: 0x20 } + - { offsetInCU: 0x6C5, offset: 0x604A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwug', symObjAddr: 0xCC0, symBinAddr: 0xC0C0, symSize: 0x10 } + - { offsetInCU: 0x6D9, offset: 0x604B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwup', symObjAddr: 0xCD0, symBinAddr: 0xC0D0, symSize: 0x10 } + - { offsetInCU: 0x6ED, offset: 0x604C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwui', symObjAddr: 0xCE0, symBinAddr: 0xC0E0, symSize: 0x10 } + - { offsetInCU: 0x701, offset: 0x604DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOMa', symObjAddr: 0xCF0, symBinAddr: 0xC0F0, symSize: 0x10 } + - { offsetInCU: 0x715, offset: 0x604F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASQWb', symObjAddr: 0xD00, symBinAddr: 0xC100, symSize: 0x10 } + - { offsetInCU: 0x729, offset: 0x60505, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSQAAWl', symObjAddr: 0xD10, symBinAddr: 0xC110, symSize: 0x30 } + - { offsetInCU: 0x73D, offset: 0x60519, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSYAAWl', symObjAddr: 0xD40, symBinAddr: 0xC140, symSize: 0x30 } + - { offsetInCU: 0x751, offset: 0x6052D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs0C3KeyAAWl', symObjAddr: 0xDE0, symBinAddr: 0xC170, symSize: 0x30 } + - { offsetInCU: 0x765, offset: 0x60541, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSEAAWl', symObjAddr: 0xE10, symBinAddr: 0xC1A0, symSize: 0x30 } + - { offsetInCU: 0x779, offset: 0x60555, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGMa', symObjAddr: 0xE40, symBinAddr: 0xC1D0, symSize: 0x30 } + - { offsetInCU: 0x78D, offset: 0x60569, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSEAAWl', symObjAddr: 0xE70, symBinAddr: 0xC200, symSize: 0x30 } + - { offsetInCU: 0x7A1, offset: 0x6057D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSeAAWl', symObjAddr: 0xEA0, symBinAddr: 0xC230, symSize: 0x30 } + - { offsetInCU: 0x7B5, offset: 0x60591, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSeAAWl', symObjAddr: 0xF30, symBinAddr: 0xC2C0, symSize: 0x30 } + - { offsetInCU: 0xDA1, offset: 0x60B7D, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector3DV_GTg5', symObjAddr: 0xF90, symBinAddr: 0xC2F0, symSize: 0x270 } + - { offsetInCU: 0xEEF, offset: 0x60CCB, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAL_GTg5', symObjAddr: 0x1200, symBinAddr: 0xC560, symSize: 0x270 } + - { offsetInCU: 0x101F, offset: 0x60DFB, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x1470, symBinAddr: 0xC7D0, symSize: 0x270 } + - { offsetInCU: 0x114B, offset: 0x60F27, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x16E0, symBinAddr: 0xCA40, symSize: 0x270 } + - { offsetInCU: 0x127B, offset: 0x61057, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x1950, symBinAddr: 0xCCB0, symSize: 0x270 } + - { offsetInCU: 0x13A7, offset: 0x61183, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x1BC0, symBinAddr: 0xCF20, symSize: 0x270 } + - { offsetInCU: 0x14D7, offset: 0x612B3, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1E30, symBinAddr: 0xD190, symSize: 0x270 } + - { offsetInCU: 0x1603, offset: 0x613DF, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x20A0, symBinAddr: 0xD400, symSize: 0x270 } + - { offsetInCU: 0x1733, offset: 0x6150F, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x2310, symBinAddr: 0xD670, symSize: 0x270 } + - { offsetInCU: 0x185F, offset: 0x6163B, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x2580, symBinAddr: 0xD8E0, symSize: 0x270 } + - { offsetInCU: 0x198F, offset: 0x6176B, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x27F0, symBinAddr: 0xDB50, symSize: 0x270 } + - { offsetInCU: 0x1ABB, offset: 0x61897, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x2A60, symBinAddr: 0xDDC0, symSize: 0x270 } + - { offsetInCU: 0x1BEB, offset: 0x619C7, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0x2CD0, symBinAddr: 0xE030, symSize: 0x30 } + - { offsetInCU: 0x1CD8, offset: 0x61AB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4gd_n', symObjAddr: 0x2D30, symBinAddr: 0xE060, symSize: 0x630 } + - { offsetInCU: 0x273E, offset: 0x6251A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4nd_n', symObjAddr: 0x3360, symBinAddr: 0xE690, symSize: 0x900 } + - { offsetInCU: 0x2CEF, offset: 0x62ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4gd_n', symObjAddr: 0x3C60, symBinAddr: 0xEF90, symSize: 0x690 } + - { offsetInCU: 0x3040, offset: 0x62E1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x42F0, symBinAddr: 0xF620, symSize: 0x9B0 } + - { offsetInCU: 0x3532, offset: 0x6330E, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0x4D20, symBinAddr: 0x10000, symSize: 0x40 } + - { offsetInCU: 0x366E, offset: 0x6344A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4gd_n', symObjAddr: 0x4D80, symBinAddr: 0x10060, symSize: 0x660 } + - { offsetInCU: 0x3A43, offset: 0x6381F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4nd_n', symObjAddr: 0x53E0, symBinAddr: 0x106C0, symSize: 0x960 } + - { offsetInCU: 0x401C, offset: 0x63DF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4gd_n', symObjAddr: 0x5D40, symBinAddr: 0x11020, symSize: 0x6A0 } + - { offsetInCU: 0x4379, offset: 0x64155, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4nd_n', symObjAddr: 0x63E0, symBinAddr: 0x116C0, symSize: 0x9B0 } + - { offsetInCU: 0x4941, offset: 0x6471D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4gd_n', symObjAddr: 0x6D90, symBinAddr: 0x12070, symSize: 0x590 } + - { offsetInCU: 0x4D3A, offset: 0x64B16, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4nd_n', symObjAddr: 0x7320, symBinAddr: 0x12600, symSize: 0x950 } + - { offsetInCU: 0x5366, offset: 0x65142, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4gd_n', symObjAddr: 0x7C70, symBinAddr: 0x12F50, symSize: 0x5D0 } + - { offsetInCU: 0x575A, offset: 0x65536, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4nd_n', symObjAddr: 0x8240, symBinAddr: 0x13520, symSize: 0x940 } + - { offsetInCU: 0x5C63, offset: 0x65A3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOwup', symObjAddr: 0x8DC0, symBinAddr: 0x140A0, symSize: 0x10 } + - { offsetInCU: 0x5C77, offset: 0x65A53, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOMa', symObjAddr: 0x8DD0, symBinAddr: 0x140B0, symSize: 0x10 } + - { offsetInCU: 0x5C8B, offset: 0x65A67, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASQWb', symObjAddr: 0x8DE0, symBinAddr: 0x140C0, symSize: 0x10 } + - { offsetInCU: 0x5C9F, offset: 0x65A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFSQAAWl', symObjAddr: 0x8DF0, symBinAddr: 0x140D0, symSize: 0x30 } + - { offsetInCU: 0x5CB3, offset: 0x65A8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8E20, symBinAddr: 0x14100, symSize: 0x10 } + - { offsetInCU: 0x5CC7, offset: 0x65AA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8E30, symBinAddr: 0x14110, symSize: 0x30 } + - { offsetInCU: 0x5CDB, offset: 0x65AB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x8E60, symBinAddr: 0x14140, symSize: 0x10 } + - { offsetInCU: 0x5CEF, offset: 0x65ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x8E70, symBinAddr: 0x14150, symSize: 0x30 } + - { offsetInCU: 0x5D23, offset: 0x65AFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xB420, symSize: 0x10 } + - { offsetInCU: 0x5DB4, offset: 0x65B90, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0xB430, symSize: 0x40 } + - { offsetInCU: 0x5E8C, offset: 0x65C68, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0xB470, symSize: 0x30 } + - { offsetInCU: 0x5F08, offset: 0x65CE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xB4A0, symSize: 0x40 } + - { offsetInCU: 0x5FB4, offset: 0x65D90, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0xB530, symSize: 0x50 } + - { offsetInCU: 0x5FD7, offset: 0x65DB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0xB580, symSize: 0x40 } + - { offsetInCU: 0x6035, offset: 0x65E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA50, symBinAddr: 0xBE70, symSize: 0x10 } + - { offsetInCU: 0x6051, offset: 0x65E2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA60, symBinAddr: 0xBE80, symSize: 0x10 } + - { offsetInCU: 0x606D, offset: 0x65E49, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA70, symBinAddr: 0xBE90, symSize: 0x10 } + - { offsetInCU: 0x6089, offset: 0x65E65, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA80, symBinAddr: 0xBEA0, symSize: 0x10 } + - { offsetInCU: 0x60AB, offset: 0x65E87, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBC0, symBinAddr: 0xBFE0, symSize: 0x20 } + - { offsetInCU: 0x60C7, offset: 0x65EA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xBE0, symBinAddr: 0xC000, symSize: 0x20 } + - { offsetInCU: 0x50, offset: 0x666E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLSSvpZ', symObjAddr: 0xF170, symBinAddr: 0x201A10, symSize: 0x0 } + - { offsetInCU: 0x7A1, offset: 0x66E34, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0xF30, symBinAddr: 0x150D0, symSize: 0xA0 } + - { offsetInCU: 0x7D3, offset: 0x66E66, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x1000, symBinAddr: 0x151A0, symSize: 0xC0 } + - { offsetInCU: 0x7E7, offset: 0x66E7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x10C0, symBinAddr: 0x15260, symSize: 0x60 } + - { offsetInCU: 0x805, offset: 0x66E98, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x1120, symBinAddr: 0x152C0, symSize: 0x730 } + - { offsetInCU: 0x96F, offset: 0x67002, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x1850, symBinAddr: 0x159F0, symSize: 0x40 } + - { offsetInCU: 0x9A3, offset: 0x67036, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0x1890, symBinAddr: 0x15A30, symSize: 0x30 } + - { offsetInCU: 0xA77, offset: 0x6710A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfc', symObjAddr: 0x18C0, symBinAddr: 0x15A60, symSize: 0x610 } + - { offsetInCU: 0xBC6, offset: 0x67259, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1ED0, symBinAddr: 0x16070, symSize: 0x50 } + - { offsetInCU: 0xBE2, offset: 0x67275, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1F20, symBinAddr: 0x160C0, symSize: 0x1E0 } + - { offsetInCU: 0xC2D, offset: 0x672C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x2100, symBinAddr: 0x162A0, symSize: 0x20 } + - { offsetInCU: 0xC89, offset: 0x6731C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF', symObjAddr: 0x2120, symBinAddr: 0x162C0, symSize: 0x280 } + - { offsetInCU: 0xEAB, offset: 0x6753E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x23A0, symBinAddr: 0x16540, symSize: 0x370 } + - { offsetInCU: 0x1215, offset: 0x678A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x2710, symBinAddr: 0x168B0, symSize: 0x300 } + - { offsetInCU: 0x1506, offset: 0x67B99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x2A10, symBinAddr: 0x16BB0, symSize: 0x680 } + - { offsetInCU: 0x1980, offset: 0x68013, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x3090, symBinAddr: 0x17230, symSize: 0x280 } + - { offsetInCU: 0x1B3D, offset: 0x681D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x3310, symBinAddr: 0x174B0, symSize: 0x310 } + - { offsetInCU: 0x1DA8, offset: 0x6843B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_', symObjAddr: 0x3620, symBinAddr: 0x177C0, symSize: 0x90 } + - { offsetInCU: 0x1E8E, offset: 0x68521, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4stopyyF', symObjAddr: 0x36B0, symBinAddr: 0x17850, symSize: 0x100 } + - { offsetInCU: 0x1F3A, offset: 0x685CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pauseyyF', symObjAddr: 0x37B0, symBinAddr: 0x17950, symSize: 0x30 } + - { offsetInCU: 0x20E6, offset: 0x68779, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x37E0, symBinAddr: 0x17980, symSize: 0x3F0 } + - { offsetInCU: 0x232D, offset: 0x689C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF', symObjAddr: 0x3BD0, symBinAddr: 0x17D70, symSize: 0x40 } + - { offsetInCU: 0x269A, offset: 0x68D2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF', symObjAddr: 0x3C10, symBinAddr: 0x17DB0, symSize: 0x4E0 } + - { offsetInCU: 0x2ABC, offset: 0x6914F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0x40F0, symBinAddr: 0x18290, symSize: 0x110 } + - { offsetInCU: 0x2BCE, offset: 0x69261, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x4360, symBinAddr: 0x18500, symSize: 0x70 } + - { offsetInCU: 0x2C18, offset: 0x692AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x4430, symBinAddr: 0x185D0, symSize: 0x40 } + - { offsetInCU: 0x2C82, offset: 0x69315, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs', symObjAddr: 0x45E0, symBinAddr: 0x18780, symSize: 0x60 } + - { offsetInCU: 0x2CA9, offset: 0x6933C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM', symObjAddr: 0x4640, symBinAddr: 0x187E0, symSize: 0x40 } + - { offsetInCU: 0x2CDA, offset: 0x6936D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM.resume.0', symObjAddr: 0x4680, symBinAddr: 0x18820, symSize: 0x10 } + - { offsetInCU: 0x2D34, offset: 0x693C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvW', symObjAddr: 0x4740, symBinAddr: 0x188E0, symSize: 0x110 } + - { offsetInCU: 0x2DEB, offset: 0x6947E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x4850, symBinAddr: 0x189F0, symSize: 0x40 } + - { offsetInCU: 0x2E0A, offset: 0x6949D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x4890, symBinAddr: 0x18A30, symSize: 0xA0 } + - { offsetInCU: 0x2E31, offset: 0x694C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x4930, symBinAddr: 0x18AD0, symSize: 0x60 } + - { offsetInCU: 0x2E60, offset: 0x694F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x4990, symBinAddr: 0x18B30, symSize: 0x110 } + - { offsetInCU: 0x2EAE, offset: 0x69541, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg', symObjAddr: 0x4AA0, symBinAddr: 0x18C40, symSize: 0x30 } + - { offsetInCU: 0x2F37, offset: 0x695CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x4B90, symBinAddr: 0x18D30, symSize: 0xA0 } + - { offsetInCU: 0x2F96, offset: 0x69629, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM', symObjAddr: 0x4C30, symBinAddr: 0x18DD0, symSize: 0x50 } + - { offsetInCU: 0x2FC5, offset: 0x69658, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x4C80, symBinAddr: 0x18E20, symSize: 0xA0 } + - { offsetInCU: 0x30CD, offset: 0x69760, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x4D20, symBinAddr: 0x18EC0, symSize: 0x1A0 } + - { offsetInCU: 0x331D, offset: 0x699B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x4EC0, symBinAddr: 0x19060, symSize: 0x20 } + - { offsetInCU: 0x336B, offset: 0x699FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x4EE0, symBinAddr: 0x19080, symSize: 0x30 } + - { offsetInCU: 0x33C7, offset: 0x69A5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x4F10, symBinAddr: 0x190B0, symSize: 0x20 } + - { offsetInCU: 0x3453, offset: 0x69AE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg', symObjAddr: 0x4F60, symBinAddr: 0x19100, symSize: 0x40 } + - { offsetInCU: 0x3470, offset: 0x69B03, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs', symObjAddr: 0x4FA0, symBinAddr: 0x19140, symSize: 0x20 } + - { offsetInCU: 0x3484, offset: 0x69B17, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM', symObjAddr: 0x4FC0, symBinAddr: 0x19160, symSize: 0x50 } + - { offsetInCU: 0x3513, offset: 0x69BA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x5010, symBinAddr: 0x191B0, symSize: 0xE0 } + - { offsetInCU: 0x3580, offset: 0x69C13, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x52D0, symBinAddr: 0x19470, symSize: 0x30 } + - { offsetInCU: 0x3594, offset: 0x69C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x5300, symBinAddr: 0x194A0, symSize: 0x50 } + - { offsetInCU: 0x3603, offset: 0x69C96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x5350, symBinAddr: 0x194F0, symSize: 0xB0 } + - { offsetInCU: 0x3693, offset: 0x69D26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x5420, symBinAddr: 0x195C0, symSize: 0x170 } + - { offsetInCU: 0x373D, offset: 0x69DD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x5590, symBinAddr: 0x19730, symSize: 0x50 } + - { offsetInCU: 0x376C, offset: 0x69DFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x55E0, symBinAddr: 0x19780, symSize: 0x160 } + - { offsetInCU: 0x37E8, offset: 0x69E7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x57D0, symBinAddr: 0x19970, symSize: 0x50 } + - { offsetInCU: 0x3805, offset: 0x69E98, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x5820, symBinAddr: 0x199C0, symSize: 0x20 } + - { offsetInCU: 0x3819, offset: 0x69EAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x5840, symBinAddr: 0x199E0, symSize: 0x50 } + - { offsetInCU: 0x3868, offset: 0x69EFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x5890, symBinAddr: 0x19A30, symSize: 0xB0 } + - { offsetInCU: 0x38D0, offset: 0x69F63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x59A0, symBinAddr: 0x19B40, symSize: 0xD0 } + - { offsetInCU: 0x3948, offset: 0x69FDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x5A70, symBinAddr: 0x19C10, symSize: 0x50 } + - { offsetInCU: 0x3977, offset: 0x6A00A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x5AC0, symBinAddr: 0x19C60, symSize: 0xA0 } + - { offsetInCU: 0x3A0C, offset: 0x6A09F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs', symObjAddr: 0x5BE0, symBinAddr: 0x19D80, symSize: 0x60 } + - { offsetInCU: 0x3A8E, offset: 0x6A121, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM', symObjAddr: 0x5C40, symBinAddr: 0x19DE0, symSize: 0x50 } + - { offsetInCU: 0x3ABD, offset: 0x6A150, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x5C90, symBinAddr: 0x19E30, symSize: 0x50 } + - { offsetInCU: 0x3B24, offset: 0x6A1B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg', symObjAddr: 0x5CE0, symBinAddr: 0x19E80, symSize: 0x170 } + - { offsetInCU: 0x3BBC, offset: 0x6A24F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x5EA0, symBinAddr: 0x1A040, symSize: 0x40 } + - { offsetInCU: 0x3BD9, offset: 0x6A26C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x5EE0, symBinAddr: 0x1A080, symSize: 0x50 } + - { offsetInCU: 0x3C1D, offset: 0x6A2B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x5F30, symBinAddr: 0x1A0D0, symSize: 0x40 } + - { offsetInCU: 0x3C6E, offset: 0x6A301, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x5FB0, symBinAddr: 0x1A150, symSize: 0x40 } + - { offsetInCU: 0x3CB2, offset: 0x6A345, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x5FF0, symBinAddr: 0x1A190, symSize: 0x40 } + - { offsetInCU: 0x3CE3, offset: 0x6A376, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x6050, symBinAddr: 0x1A1F0, symSize: 0x270 } + - { offsetInCU: 0x3E98, offset: 0x6A52B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x62C0, symBinAddr: 0x1A460, symSize: 0x110 } + - { offsetInCU: 0x400A, offset: 0x6A69D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x63D0, symBinAddr: 0x1A570, symSize: 0x30 } + - { offsetInCU: 0x4039, offset: 0x6A6CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x6400, symBinAddr: 0x1A5A0, symSize: 0x20 } + - { offsetInCU: 0x4066, offset: 0x6A6F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvs', symObjAddr: 0x6420, symBinAddr: 0x1A5C0, symSize: 0x280 } + - { offsetInCU: 0x421B, offset: 0x6A8AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvg', symObjAddr: 0x66A0, symBinAddr: 0x1A840, symSize: 0xD0 } + - { offsetInCU: 0x42B9, offset: 0x6A94C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM', symObjAddr: 0x6770, symBinAddr: 0x1A910, symSize: 0x30 } + - { offsetInCU: 0x42E8, offset: 0x6A97B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM.resume.0', symObjAddr: 0x67A0, symBinAddr: 0x1A940, symSize: 0x20 } + - { offsetInCU: 0x4315, offset: 0x6A9A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x6840, symBinAddr: 0x1A9E0, symSize: 0x100 } + - { offsetInCU: 0x4399, offset: 0x6AA2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x6940, symBinAddr: 0x1AAE0, symSize: 0x80 } + - { offsetInCU: 0x43CF, offset: 0x6AA62, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x69C0, symBinAddr: 0x1AB60, symSize: 0xB0 } + - { offsetInCU: 0x4436, offset: 0x6AAC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x6A70, symBinAddr: 0x1AC10, symSize: 0x1A0 } + - { offsetInCU: 0x44D5, offset: 0x6AB68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x6C10, symBinAddr: 0x1ADB0, symSize: 0xE0 } + - { offsetInCU: 0x457B, offset: 0x6AC0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x6CF0, symBinAddr: 0x1AE90, symSize: 0xA0 } + - { offsetInCU: 0x46C5, offset: 0x6AD58, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x6DE0, symBinAddr: 0x1AF80, symSize: 0x50 } + - { offsetInCU: 0x4709, offset: 0x6AD9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x6E30, symBinAddr: 0x1AFD0, symSize: 0x40 } + - { offsetInCU: 0x4787, offset: 0x6AE1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs', symObjAddr: 0x6F70, symBinAddr: 0x1B110, symSize: 0xA0 } + - { offsetInCU: 0x47E6, offset: 0x6AE79, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM', symObjAddr: 0x7010, symBinAddr: 0x1B1B0, symSize: 0x50 } + - { offsetInCU: 0x4815, offset: 0x6AEA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x7060, symBinAddr: 0x1B200, symSize: 0xA0 } + - { offsetInCU: 0x485D, offset: 0x6AEF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x7100, symBinAddr: 0x1B2A0, symSize: 0x80 } + - { offsetInCU: 0x4935, offset: 0x6AFC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x7250, symBinAddr: 0x1B3F0, symSize: 0x70 } + - { offsetInCU: 0x4998, offset: 0x6B02B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x72C0, symBinAddr: 0x1B460, symSize: 0x50 } + - { offsetInCU: 0x49C7, offset: 0x6B05A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x7310, symBinAddr: 0x1B4B0, symSize: 0x80 } + - { offsetInCU: 0x4A17, offset: 0x6B0AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x7390, symBinAddr: 0x1B530, symSize: 0xA0 } + - { offsetInCU: 0x4A82, offset: 0x6B115, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x7430, symBinAddr: 0x1B5D0, symSize: 0xD0 } + - { offsetInCU: 0x4B52, offset: 0x6B1E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12reloadImagesyyF', symObjAddr: 0x7500, symBinAddr: 0x1B6A0, symSize: 0x80 } + - { offsetInCU: 0x4B88, offset: 0x6B21B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x7580, symBinAddr: 0x1B720, symSize: 0x80 } + - { offsetInCU: 0x4BDE, offset: 0x6B271, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x7600, symBinAddr: 0x1B7A0, symSize: 0x130 } + - { offsetInCU: 0x4C94, offset: 0x6B327, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x7730, symBinAddr: 0x1B8D0, symSize: 0xB0 } + - { offsetInCU: 0x4CFE, offset: 0x6B391, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x77E0, symBinAddr: 0x1B980, symSize: 0xB0 } + - { offsetInCU: 0x4D68, offset: 0x6B3FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x7890, symBinAddr: 0x1BA30, symSize: 0x80 } + - { offsetInCU: 0x4DB0, offset: 0x6B443, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x7910, symBinAddr: 0x1BAB0, symSize: 0x80 } + - { offsetInCU: 0x4E18, offset: 0x6B4AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x7990, symBinAddr: 0x1BB30, symSize: 0x240 } + - { offsetInCU: 0x4EEC, offset: 0x6B57F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x7BD0, symBinAddr: 0x1BD70, symSize: 0x180 } + - { offsetInCU: 0x4FC0, offset: 0x6B653, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x7D50, symBinAddr: 0x1BEF0, symSize: 0x170 } + - { offsetInCU: 0x51A3, offset: 0x6B836, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7EC0, symBinAddr: 0x1C060, symSize: 0x80 } + - { offsetInCU: 0x521C, offset: 0x6B8AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7F40, symBinAddr: 0x1C0E0, symSize: 0xF0 } + - { offsetInCU: 0x52FE, offset: 0x6B991, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x8030, symBinAddr: 0x1C1D0, symSize: 0xF0 } + - { offsetInCU: 0x53D2, offset: 0x6BA65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF', symObjAddr: 0x8120, symBinAddr: 0x1C2C0, symSize: 0xD0 } + - { offsetInCU: 0x5480, offset: 0x6BB13, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF', symObjAddr: 0x81F0, symBinAddr: 0x1C390, symSize: 0xA0 } + - { offsetInCU: 0x5507, offset: 0x6BB9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVF', symObjAddr: 0x8290, symBinAddr: 0x1C430, symSize: 0x150 } + - { offsetInCU: 0x5561, offset: 0x6BBF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_', symObjAddr: 0x83E0, symBinAddr: 0x1C580, symSize: 0x70 } + - { offsetInCU: 0x55A6, offset: 0x6BC39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014updateInFlightB0yyF', symObjAddr: 0x8450, symBinAddr: 0x1C5F0, symSize: 0x270 } + - { offsetInCU: 0x580E, offset: 0x6BEA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC24updateRasterizationStateyyF', symObjAddr: 0x86C0, symBinAddr: 0x1C860, symSize: 0x1E0 } + - { offsetInCU: 0x5969, offset: 0x6BFFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x88A0, symBinAddr: 0x1CA40, symSize: 0x120 } + - { offsetInCU: 0x5AA0, offset: 0x6C133, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04makebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL11usingEngineyAA09RenderingP6OptionO_tF', symObjAddr: 0x89C0, symBinAddr: 0x1CB60, symSize: 0x700 } + - { offsetInCU: 0x5ECA, offset: 0x6C55D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014makeMainThreadbC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0efbC0CAA0aB0C_tF', symObjAddr: 0x90C0, symBinAddr: 0x1D260, symSize: 0x190 } + - { offsetInCU: 0x5FDF, offset: 0x6C672, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tF', symObjAddr: 0x9250, symBinAddr: 0x1D3F0, symSize: 0x220 } + - { offsetInCU: 0x6139, offset: 0x6C7CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_', symObjAddr: 0x9470, symBinAddr: 0x1D610, symSize: 0x270 } + - { offsetInCU: 0x6432, offset: 0x6CAC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tF', symObjAddr: 0x96E0, symBinAddr: 0x1D880, symSize: 0x330 } + - { offsetInCU: 0x65DF, offset: 0x6CC72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_', symObjAddr: 0x9A10, symBinAddr: 0x1DBB0, symSize: 0x50 } + - { offsetInCU: 0x661E, offset: 0x6CCB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGF', symObjAddr: 0x9B10, symBinAddr: 0x1DCB0, symSize: 0x310 } + - { offsetInCU: 0x68B9, offset: 0x6CF4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_', symObjAddr: 0x9E20, symBinAddr: 0x1DFC0, symSize: 0x230 } + - { offsetInCU: 0x6A86, offset: 0x6D119, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB11IfNecessary33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0xA050, symBinAddr: 0x1E1F0, symSize: 0x170 } + - { offsetInCU: 0x6D10, offset: 0x6D3A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06addNewB10ForContext33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA0bG0VF', symObjAddr: 0xA1C0, symBinAddr: 0x1E360, symSize: 0xF40 } + - { offsetInCU: 0x763B, offset: 0x6DCCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19reducedMotionMarker33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLAA0F0CSgvg', symObjAddr: 0xB130, symBinAddr: 0x1F2D0, symSize: 0x130 } + - { offsetInCU: 0x7711, offset: 0x6DDA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA03DotA4FileC0B0VF', symObjAddr: 0xB260, symBinAddr: 0x1F400, symSize: 0x110 } + - { offsetInCU: 0x7812, offset: 0x6DEA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC017playReducedMotionB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL10completionyySbcSg_tF', symObjAddr: 0xB370, symBinAddr: 0x1F510, symSize: 0x150 } + - { offsetInCU: 0x792D, offset: 0x6DFC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfC', symObjAddr: 0xB4C0, symBinAddr: 0x1F660, symSize: 0x20 } + - { offsetInCU: 0x794B, offset: 0x6DFDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfc', symObjAddr: 0xB4E0, symBinAddr: 0x1F680, symSize: 0x30 } + - { offsetInCU: 0x79AE, offset: 0x6E041, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfcTo', symObjAddr: 0xB510, symBinAddr: 0x1F6B0, symSize: 0x30 } + - { offsetInCU: 0x7A15, offset: 0x6E0A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfD', symObjAddr: 0xB540, symBinAddr: 0x1F6E0, symSize: 0x30 } + - { offsetInCU: 0x7A42, offset: 0x6E0D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0xC1D0, symBinAddr: 0x20370, symSize: 0x550 } + - { offsetInCU: 0x7BB2, offset: 0x6E245, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfCTfq4nneennn_nTf4nnngnnn_n', symObjAddr: 0xCA60, symBinAddr: 0x20C00, symSize: 0xB0 } + - { offsetInCU: 0x7BF8, offset: 0x6E28B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0xCC70, symBinAddr: 0x20DD0, symSize: 0x430 } + - { offsetInCU: 0x7CF2, offset: 0x6E385, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvsTf4gn_n', symObjAddr: 0xD4B0, symBinAddr: 0x21610, symSize: 0xF0 } + - { offsetInCU: 0x7D81, offset: 0x6E414, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0xD5E0, symBinAddr: 0x21740, symSize: 0xE0 } + - { offsetInCU: 0x7DF9, offset: 0x6E48C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0xD7F0, symBinAddr: 0x21950, symSize: 0xD0 } + - { offsetInCU: 0x7E97, offset: 0x6E52A, size: 0x8, addend: 0x0, symName: ___swift_mutable_project_boxed_opaque_existential_1, symObjAddr: 0xFD0, symBinAddr: 0x15170, symSize: 0x30 } + - { offsetInCU: 0x81BB, offset: 0x6E84E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTK', symObjAddr: 0x4200, symBinAddr: 0x183A0, symSize: 0x70 } + - { offsetInCU: 0x81E8, offset: 0x6E87B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTk', symObjAddr: 0x4270, symBinAddr: 0x18410, symSize: 0xF0 } + - { offsetInCU: 0x8278, offset: 0x6E90B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvpACTk', symObjAddr: 0x43D0, symBinAddr: 0x18570, symSize: 0x60 } + - { offsetInCU: 0x82AE, offset: 0x6E941, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTK', symObjAddr: 0x4470, symBinAddr: 0x18610, symSize: 0x90 } + - { offsetInCU: 0x82DB, offset: 0x6E96E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTk', symObjAddr: 0x4500, symBinAddr: 0x186A0, symSize: 0xC0 } + - { offsetInCU: 0x8313, offset: 0x6E9A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x4690, symBinAddr: 0x18830, symSize: 0xB0 } + - { offsetInCU: 0x8354, offset: 0x6E9E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x4AD0, symBinAddr: 0x18C70, symSize: 0xA0 } + - { offsetInCU: 0x84B5, offset: 0x6EB48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvpACTk', symObjAddr: 0x4F30, symBinAddr: 0x190D0, symSize: 0x30 } + - { offsetInCU: 0x84E2, offset: 0x6EB75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x50F0, symBinAddr: 0x19290, symSize: 0x90 } + - { offsetInCU: 0x850F, offset: 0x6EBA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x5180, symBinAddr: 0x19320, symSize: 0x80 } + - { offsetInCU: 0x853C, offset: 0x6EBCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x5200, symBinAddr: 0x193A0, symSize: 0x60 } + - { offsetInCU: 0x8554, offset: 0x6EBE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x5740, symBinAddr: 0x198E0, symSize: 0x50 } + - { offsetInCU: 0x8581, offset: 0x6EC14, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x5790, symBinAddr: 0x19930, symSize: 0x40 } + - { offsetInCU: 0x85AE, offset: 0x6EC41, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x5B60, symBinAddr: 0x19D00, symSize: 0x60 } + - { offsetInCU: 0x861E, offset: 0x6ECB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x5E50, symBinAddr: 0x19FF0, symSize: 0x50 } + - { offsetInCU: 0x87CE, offset: 0x6EE61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x67C0, symBinAddr: 0x1A960, symSize: 0x80 } + - { offsetInCU: 0x880A, offset: 0x6EE9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvpACTk', symObjAddr: 0x6EC0, symBinAddr: 0x1B060, symSize: 0x90 } + - { offsetInCU: 0x885B, offset: 0x6EEEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x7180, symBinAddr: 0x1B320, symSize: 0x80 } + - { offsetInCU: 0x8CD1, offset: 0x6F364, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LL_WZ', symObjAddr: 0xB100, symBinAddr: 0x1F2A0, symSize: 0x30 } + - { offsetInCU: 0x8D8C, offset: 0x6F41F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfETo', symObjAddr: 0xB570, symBinAddr: 0x1F710, symSize: 0x120 } + - { offsetInCU: 0x8DD1, offset: 0x6F464, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0xB690, symBinAddr: 0x1F830, symSize: 0x60 } + - { offsetInCU: 0x8E29, offset: 0x6F4BC, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xB6F0, symBinAddr: 0x1F890, symSize: 0x50 } + - { offsetInCU: 0x8ED5, offset: 0x6F568, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xB740, symBinAddr: 0x1F8E0, symSize: 0x40 } + - { offsetInCU: 0x8F2D, offset: 0x6F5C0, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSi_Tg5', symObjAddr: 0xB780, symBinAddr: 0x1F920, symSize: 0x30 } + - { offsetInCU: 0x8F7A, offset: 0x6F60D, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xB7B0, symBinAddr: 0x1F950, symSize: 0x30 } + - { offsetInCU: 0x8FC8, offset: 0x6F65B, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xB7E0, symBinAddr: 0x1F980, symSize: 0xB0 } + - { offsetInCU: 0x90E1, offset: 0x6F774, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xB890, symBinAddr: 0x1FA30, symSize: 0x30 } + - { offsetInCU: 0x910E, offset: 0x6F7A1, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0xB950, symBinAddr: 0x1FAF0, symSize: 0xE0 } + - { offsetInCU: 0x914D, offset: 0x6F7E0, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xBA30, symBinAddr: 0x1FBD0, symSize: 0x90 } + - { offsetInCU: 0x9197, offset: 0x6F82A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xBAC0, symBinAddr: 0x1FC60, symSize: 0xA0 } + - { offsetInCU: 0x91C7, offset: 0x6F85A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xBB60, symBinAddr: 0x1FD00, symSize: 0x120 } + - { offsetInCU: 0x920D, offset: 0x6F8A0, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xBC80, symBinAddr: 0x1FE20, symSize: 0x1B0 } + - { offsetInCU: 0x9327, offset: 0x6F9BA, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xBEC0, symBinAddr: 0x20060, symSize: 0xC0 } + - { offsetInCU: 0x93D8, offset: 0x6FA6B, size: 0x8, addend: 0x0, symName: '_$ss32_copyCollectionToContiguousArrayys0dE0Vy7ElementQzGxSlRzlFs0E5SliceVySSG_Tg5', symObjAddr: 0xC100, symBinAddr: 0x202A0, symSize: 0xD0 } + - { offsetInCU: 0x9557, offset: 0x6FBEA, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_n', symObjAddr: 0xC720, symBinAddr: 0x208C0, symSize: 0x130 } + - { offsetInCU: 0x95E5, offset: 0x6FC78, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_n', symObjAddr: 0xC850, symBinAddr: 0x209F0, symSize: 0xA0 } + - { offsetInCU: 0x96B4, offset: 0x6FD47, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOc', symObjAddr: 0xCB10, symBinAddr: 0x20CB0, symSize: 0x40 } + - { offsetInCU: 0x96C8, offset: 0x6FD5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOh', symObjAddr: 0xCB90, symBinAddr: 0x20CF0, symSize: 0x30 } + - { offsetInCU: 0x96DC, offset: 0x6FD6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOc', symObjAddr: 0xCBC0, symBinAddr: 0x20D20, symSize: 0x30 } + - { offsetInCU: 0x96F0, offset: 0x6FD83, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCMa', symObjAddr: 0xCBF0, symBinAddr: 0x20D50, symSize: 0x20 } + - { offsetInCU: 0x9704, offset: 0x6FD97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOh', symObjAddr: 0xCC10, symBinAddr: 0x20D70, symSize: 0x30 } + - { offsetInCU: 0x9718, offset: 0x6FDAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVSgWOe', symObjAddr: 0xCC40, symBinAddr: 0x20DA0, symSize: 0x30 } + - { offsetInCU: 0x9768, offset: 0x6FDFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOe', symObjAddr: 0xD0A0, symBinAddr: 0x21200, symSize: 0x30 } + - { offsetInCU: 0x977C, offset: 0x6FE0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOe', symObjAddr: 0xD0D0, symBinAddr: 0x21230, symSize: 0xB0 } + - { offsetInCU: 0x9790, offset: 0x6FE23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOe', symObjAddr: 0xD180, symBinAddr: 0x212E0, symSize: 0x20 } + - { offsetInCU: 0x97A4, offset: 0x6FE37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOe', symObjAddr: 0xD1A0, symBinAddr: 0x21300, symSize: 0x50 } + - { offsetInCU: 0x97FA, offset: 0x6FE8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_TA', symObjAddr: 0xD310, symBinAddr: 0x21470, symSize: 0x20 } + - { offsetInCU: 0x980E, offset: 0x6FEA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOy', symObjAddr: 0xD330, symBinAddr: 0x21490, symSize: 0x20 } + - { offsetInCU: 0x9822, offset: 0x6FEB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOy', symObjAddr: 0xD350, symBinAddr: 0x214B0, symSize: 0x30 } + - { offsetInCU: 0x9836, offset: 0x6FEC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOy', symObjAddr: 0xD380, symBinAddr: 0x214E0, symSize: 0xB0 } + - { offsetInCU: 0x984A, offset: 0x6FEDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOy', symObjAddr: 0xD430, symBinAddr: 0x21590, symSize: 0x50 } + - { offsetInCU: 0x985E, offset: 0x6FEF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOf', symObjAddr: 0xD480, symBinAddr: 0x215E0, symSize: 0x30 } + - { offsetInCU: 0x9872, offset: 0x6FF05, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOy', symObjAddr: 0xD5A0, symBinAddr: 0x21700, symSize: 0x20 } + - { offsetInCU: 0x9886, offset: 0x6FF19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOe', symObjAddr: 0xD5C0, symBinAddr: 0x21720, symSize: 0x20 } + - { offsetInCU: 0x989A, offset: 0x6FF2D, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_1, symObjAddr: 0xD6C0, symBinAddr: 0x21820, symSize: 0x130 } + - { offsetInCU: 0x98AE, offset: 0x6FF41, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerCMa', symObjAddr: 0xEB10, symBinAddr: 0x22C70, symSize: 0x30 } + - { offsetInCU: 0x98C2, offset: 0x6FF55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_TA', symObjAddr: 0xEB40, symBinAddr: 0x22CA0, symSize: 0x10 } + - { offsetInCU: 0x98D6, offset: 0x6FF69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xEB50, symBinAddr: 0x22CB0, symSize: 0x20 } + - { offsetInCU: 0x98EA, offset: 0x6FF7D, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0xEB70, symBinAddr: 0x22CD0, symSize: 0x40 } + - { offsetInCU: 0x98FE, offset: 0x6FF91, size: 0x8, addend: 0x0, symName: '_$sSaySSGMa', symObjAddr: 0xEBB0, symBinAddr: 0x22D10, symSize: 0x30 } + - { offsetInCU: 0x9912, offset: 0x6FFA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFSSyXEfu_TA', symObjAddr: 0xEBE0, symBinAddr: 0x22D40, symSize: 0x10 } + - { offsetInCU: 0x9926, offset: 0x6FFB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xEBF0, symBinAddr: 0x22D50, symSize: 0x20 } + - { offsetInCU: 0x993A, offset: 0x6FFCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xEC10, symBinAddr: 0x22D70, symSize: 0x10 } + - { offsetInCU: 0x994E, offset: 0x6FFE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xEC20, symBinAddr: 0x22D80, symSize: 0x80 } + - { offsetInCU: 0x99D3, offset: 0x70066, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SbyXEfu_TA', symObjAddr: 0xECA0, symBinAddr: 0x22E00, symSize: 0x20 } + - { offsetInCU: 0x9A3D, offset: 0x700D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_TA', symObjAddr: 0xECC0, symBinAddr: 0x22E20, symSize: 0x10 } + - { offsetInCU: 0x9A51, offset: 0x700E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xECD0, symBinAddr: 0x22E30, symSize: 0x20 } + - { offsetInCU: 0x9A65, offset: 0x700F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xECF0, symBinAddr: 0x22E50, symSize: 0x20 } + - { offsetInCU: 0x9A79, offset: 0x7010C, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyxq___GSHRzr0_lWOe', symObjAddr: 0xED10, symBinAddr: 0x22E70, symSize: 0x20 } + - { offsetInCU: 0x9A8D, offset: 0x70120, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0xEDE0, symBinAddr: 0x22F10, symSize: 0x20 } + - { offsetInCU: 0x9AAC, offset: 0x7013F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0xEE00, symBinAddr: 0x22F30, symSize: 0x20 } + - { offsetInCU: 0x9AE0, offset: 0x70173, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOytIegnnr_AcEIeggn_TRTA', symObjAddr: 0xEE20, symBinAddr: 0x22F50, symSize: 0x50 } + - { offsetInCU: 0x9B14, offset: 0x701A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOIeggn_AcEytIegnnr_TRTA', symObjAddr: 0xEE70, symBinAddr: 0x22FA0, symSize: 0x20 } + - { offsetInCU: 0x9B3D, offset: 0x701D0, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0xEE90, symBinAddr: 0x22FC0, symSize: 0x30 } + - { offsetInCU: 0x9B51, offset: 0x701E4, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOh', symObjAddr: 0xEEC0, symBinAddr: 0x22FF0, symSize: 0x30 } + - { offsetInCU: 0x9B65, offset: 0x701F8, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_1, symObjAddr: 0xEEF0, symBinAddr: 0x23020, symSize: 0x30 } + - { offsetInCU: 0x9B79, offset: 0x7020C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOb', symObjAddr: 0xEF20, symBinAddr: 0x23050, symSize: 0x20 } + - { offsetInCU: 0x9B8D, offset: 0x70220, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_TA', symObjAddr: 0xEF70, symBinAddr: 0x230A0, symSize: 0x10 } + - { offsetInCU: 0x9BA1, offset: 0x70234, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xEF80, symBinAddr: 0x230B0, symSize: 0x20 } + - { offsetInCU: 0x9BB5, offset: 0x70248, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xEFA0, symBinAddr: 0x230D0, symSize: 0x10 } + - { offsetInCU: 0x9BC9, offset: 0x7025C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOd', symObjAddr: 0xEFB0, symBinAddr: 0x230E0, symSize: 0x30 } + - { offsetInCU: 0x9BDD, offset: 0x70270, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOe', symObjAddr: 0xEFE0, symBinAddr: 0x23110, symSize: 0x30 } + - { offsetInCU: 0x9BF1, offset: 0x70284, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOc', symObjAddr: 0xF010, symBinAddr: 0x23140, symSize: 0x30 } + - { offsetInCU: 0x9C05, offset: 0x70298, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV3key_AA16AnyValueProvider_p5valuetSgWOb', symObjAddr: 0xF040, symBinAddr: 0x23170, symSize: 0x40 } + - { offsetInCU: 0x9C38, offset: 0x702CB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x141A0, symSize: 0x60 } + - { offsetInCU: 0x9CBC, offset: 0x7034F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x60, symBinAddr: 0x14200, symSize: 0x60 } + - { offsetInCU: 0x9D40, offset: 0x703D3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0xC0, symBinAddr: 0x14260, symSize: 0x60 } + - { offsetInCU: 0x9DC4, offset: 0x70457, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x120, symBinAddr: 0x142C0, symSize: 0x70 } + - { offsetInCU: 0x9E53, offset: 0x704E6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x190, symBinAddr: 0x14330, symSize: 0x70 } + - { offsetInCU: 0x9EE2, offset: 0x70575, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8MaskModeO_Tg5', symObjAddr: 0x200, symBinAddr: 0x143A0, symSize: 0x60 } + - { offsetInCU: 0x9F66, offset: 0x705F9, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x260, symBinAddr: 0x14400, symSize: 0x60 } + - { offsetInCU: 0x9FEA, offset: 0x7067D, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x14460, symSize: 0x70 } + - { offsetInCU: 0xA079, offset: 0x7070C, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x330, symBinAddr: 0x144D0, symSize: 0x60 } + - { offsetInCU: 0xA0FD, offset: 0x70790, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x390, symBinAddr: 0x14530, symSize: 0x90 } + - { offsetInCU: 0xA158, offset: 0x707EB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x420, symBinAddr: 0x145C0, symSize: 0x70 } + - { offsetInCU: 0xA1E7, offset: 0x7087A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x490, symBinAddr: 0x14630, symSize: 0x60 } + - { offsetInCU: 0xA26B, offset: 0x708FE, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x4F0, symBinAddr: 0x14690, symSize: 0x70 } + - { offsetInCU: 0xA2FA, offset: 0x7098D, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x560, symBinAddr: 0x14700, symSize: 0x70 } + - { offsetInCU: 0xA389, offset: 0x70A1C, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x5D0, symBinAddr: 0x14770, symSize: 0x70 } + - { offsetInCU: 0xA418, offset: 0x70AAB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x640, symBinAddr: 0x147E0, symSize: 0x60 } + - { offsetInCU: 0xA49C, offset: 0x70B2F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x6A0, symBinAddr: 0x14840, symSize: 0xC0 } + - { offsetInCU: 0xA524, offset: 0x70BB7, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x760, symBinAddr: 0x14900, symSize: 0x70 } + - { offsetInCU: 0xA5B3, offset: 0x70C46, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x7D0, symBinAddr: 0x14970, symSize: 0x60 } + - { offsetInCU: 0xA637, offset: 0x70CCA, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x830, symBinAddr: 0x149D0, symSize: 0x90 } + - { offsetInCU: 0xA68A, offset: 0x70D1D, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x8C0, symBinAddr: 0x14A60, symSize: 0x60 } + - { offsetInCU: 0xA70E, offset: 0x70DA1, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x920, symBinAddr: 0x14AC0, symSize: 0x60 } + - { offsetInCU: 0xA792, offset: 0x70E25, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x980, symBinAddr: 0x14B20, symSize: 0x70 } + - { offsetInCU: 0xA7ED, offset: 0x70E80, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xA00, symBinAddr: 0x14BA0, symSize: 0x70 } + - { offsetInCU: 0xA87C, offset: 0x70F0F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xA70, symBinAddr: 0x14C10, symSize: 0x60 } + - { offsetInCU: 0xA900, offset: 0x70F93, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xAD0, symBinAddr: 0x14C70, symSize: 0x70 } + - { offsetInCU: 0xA98F, offset: 0x71022, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xB40, symBinAddr: 0x14CE0, symSize: 0x60 } + - { offsetInCU: 0xAA13, offset: 0x710A6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xC20, symBinAddr: 0x14DC0, symSize: 0x60 } + - { offsetInCU: 0xAA97, offset: 0x7112A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie06EffectC0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xC80, symBinAddr: 0x14E20, symSize: 0x60 } + - { offsetInCU: 0xAAF2, offset: 0x71185, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xCE0, symBinAddr: 0x14E80, symSize: 0x70 } + - { offsetInCU: 0xAB4D, offset: 0x711E0, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xD50, symBinAddr: 0x14EF0, symSize: 0x60 } + - { offsetInCU: 0xABA8, offset: 0x7123B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xDB0, symBinAddr: 0x14F50, symSize: 0x60 } + - { offsetInCU: 0xAC2C, offset: 0x712BF, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xE10, symBinAddr: 0x14FB0, symSize: 0x60 } + - { offsetInCU: 0xACB0, offset: 0x71343, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xE70, symBinAddr: 0x15010, symSize: 0x50 } + - { offsetInCU: 0xAD0B, offset: 0x7139E, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0xEC0, symBinAddr: 0x15060, symSize: 0x70 } + - { offsetInCU: 0xB258, offset: 0x718EB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xC8F0, symBinAddr: 0x20A90, symSize: 0x10 } + - { offsetInCU: 0xB274, offset: 0x71907, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie13DiscriminatorO_Tg5Tf4dd_n', symObjAddr: 0xC900, symBinAddr: 0x20AA0, symSize: 0x10 } + - { offsetInCU: 0xB290, offset: 0x71923, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4dd_n', symObjAddr: 0xC910, symBinAddr: 0x20AB0, symSize: 0x10 } + - { offsetInCU: 0xB2AC, offset: 0x7193F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4dd_n', symObjAddr: 0xC920, symBinAddr: 0x20AC0, symSize: 0x10 } + - { offsetInCU: 0xB2C8, offset: 0x7195B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4dd_n', symObjAddr: 0xC930, symBinAddr: 0x20AD0, symSize: 0x10 } + - { offsetInCU: 0xB2E4, offset: 0x71977, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4dd_n', symObjAddr: 0xC940, symBinAddr: 0x20AE0, symSize: 0x10 } + - { offsetInCU: 0xB300, offset: 0x71993, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie011ColorEffectC0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4dd_n', symObjAddr: 0xC950, symBinAddr: 0x20AF0, symSize: 0x10 } + - { offsetInCU: 0xB31C, offset: 0x719AF, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie014Vector1DEffectC0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4dd_n', symObjAddr: 0xC960, symBinAddr: 0x20B00, symSize: 0x10 } + - { offsetInCU: 0xB338, offset: 0x719CB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4dd_n', symObjAddr: 0xC970, symBinAddr: 0x20B10, symSize: 0x10 } + - { offsetInCU: 0xB354, offset: 0x719E7, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4dd_n', symObjAddr: 0xC980, symBinAddr: 0x20B20, symSize: 0x10 } + - { offsetInCU: 0xB370, offset: 0x71A03, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4dd_n', symObjAddr: 0xC990, symBinAddr: 0x20B30, symSize: 0x10 } + - { offsetInCU: 0xB38C, offset: 0x71A1F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4dd_n', symObjAddr: 0xC9A0, symBinAddr: 0x20B40, symSize: 0x10 } + - { offsetInCU: 0xB3A8, offset: 0x71A3B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8FontListC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xC9B0, symBinAddr: 0x20B50, symSize: 0x10 } + - { offsetInCU: 0xB3E5, offset: 0x71A78, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufC6Lottie15AnyNodeProperty_p_SD6ValuesVySSAdE_p_GTg5Tf4gd_n', symObjAddr: 0xC9C0, symBinAddr: 0x20B60, symSize: 0xA0 } + - { offsetInCU: 0xB4C3, offset: 0x71B56, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufCSS_s10ArraySliceVySSGTg5Tf4nd_n', symObjAddr: 0xD1F0, symBinAddr: 0x21350, symSize: 0xC0 } + - { offsetInCU: 0x60, offset: 0x722BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfC', symObjAddr: 0x0, symBinAddr: 0x23240, symSize: 0x90 } + - { offsetInCU: 0xAC, offset: 0x72306, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvg', symObjAddr: 0x90, symBinAddr: 0x232D0, symSize: 0x1E0 } + - { offsetInCU: 0x1C9, offset: 0x72423, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x270, symBinAddr: 0x234B0, symSize: 0xC0 } + - { offsetInCU: 0x248, offset: 0x724A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x330, symBinAddr: 0x23570, symSize: 0xD0 } + - { offsetInCU: 0x321, offset: 0x7257B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x400, symBinAddr: 0x23640, symSize: 0x100 } + - { offsetInCU: 0x434, offset: 0x7268E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x500, symBinAddr: 0x23740, symSize: 0x60 } + - { offsetInCU: 0x4BA, offset: 0x72714, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x560, symBinAddr: 0x237A0, symSize: 0x1D0 } + - { offsetInCU: 0x606, offset: 0x72860, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x730, symBinAddr: 0x23970, symSize: 0x150 } + - { offsetInCU: 0x6CE, offset: 0x72928, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0x880, symBinAddr: 0x23AC0, symSize: 0x150 } + - { offsetInCU: 0x839, offset: 0x72A93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0x9D0, symBinAddr: 0x23C10, symSize: 0x90 } + - { offsetInCU: 0x939, offset: 0x72B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF', symObjAddr: 0xA60, symBinAddr: 0x23CA0, symSize: 0x170 } + - { offsetInCU: 0xAA4, offset: 0x72CFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0xBD0, symBinAddr: 0x23E10, symSize: 0x190 } + - { offsetInCU: 0xC41, offset: 0x72E9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xD60, symBinAddr: 0x23FA0, symSize: 0x1B0 } + - { offsetInCU: 0xDAE, offset: 0x73008, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0xF10, symBinAddr: 0x24150, symSize: 0x400 } + - { offsetInCU: 0xE56, offset: 0x730B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x1340, symBinAddr: 0x24580, symSize: 0x10 } + - { offsetInCU: 0x1775, offset: 0x739CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOc', symObjAddr: 0x1C90, symBinAddr: 0x24EA0, symSize: 0x30 } + - { offsetInCU: 0x1789, offset: 0x739E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x1D00, symBinAddr: 0x24EE0, symSize: 0x10 } + - { offsetInCU: 0x179D, offset: 0x739F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x1D90, symBinAddr: 0x24F70, symSize: 0x10 } + - { offsetInCU: 0x17BC, offset: 0x73A16, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedButtonCytG_Tg5TA', symObjAddr: 0x1DA0, symBinAddr: 0x24F80, symSize: 0x20 } + - { offsetInCU: 0x17E5, offset: 0x73A3F, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5', symObjAddr: 0x1DC0, symBinAddr: 0x24FA0, symSize: 0x20 } + - { offsetInCU: 0x1876, offset: 0x73AD0, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV24ZIP64ExtendedInformationV_Tg5', symObjAddr: 0x1DE0, symBinAddr: 0x24FC0, symSize: 0x110 } + - { offsetInCU: 0x1A06, offset: 0x73C60, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompatibilityIssueV_Tg5', symObjAddr: 0x1EF0, symBinAddr: 0x250D0, symSize: 0x110 } + - { offsetInCU: 0x1B6D, offset: 0x73DC7, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x2000, symBinAddr: 0x251E0, symSize: 0x110 } + - { offsetInCU: 0x1CD4, offset: 0x73F2E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0Q0V_Tg5', symObjAddr: 0x2110, symBinAddr: 0x252F0, symSize: 0x110 } + - { offsetInCU: 0x1E72, offset: 0x740CC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSay6Lottie14ShapeItemLayerC0Q0VG8grouping_ALSg17trailingSeparatort_Tg5', symObjAddr: 0x2270, symBinAddr: 0x25450, symSize: 0x140 } + - { offsetInCU: 0x2012, offset: 0x7426C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x23B0, symBinAddr: 0x25590, symSize: 0x110 } + - { offsetInCU: 0x2184, offset: 0x743DE, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x24C0, symBinAddr: 0x256A0, symSize: 0x110 } + - { offsetInCU: 0x2327, offset: 0x74581, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x27D0, symBinAddr: 0x259B0, symSize: 0x130 } + - { offsetInCU: 0x24D5, offset: 0x7472F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo10CGColorRefa5color_12CoreGraphics7CGFloatV8locationt_Tg5', symObjAddr: 0x31B0, symBinAddr: 0x26390, symSize: 0x130 } + - { offsetInCU: 0x2675, offset: 0x748CF, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10BezierPathV_Tg5', symObjAddr: 0x3510, symBinAddr: 0x266F0, symSize: 0x130 } + - { offsetInCU: 0x27E7, offset: 0x74A41, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x3660, symBinAddr: 0x26840, symSize: 0x110 } + - { offsetInCU: 0x298A, offset: 0x74BE4, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo7CGPointV5point_12CoreGraphics7CGFloatV8distancet_Tg5', symObjAddr: 0x3770, symBinAddr: 0x26950, symSize: 0x120 } + - { offsetInCU: 0x2B2D, offset: 0x74D87, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11PathElementV_Tg5', symObjAddr: 0x3890, symBinAddr: 0x26A70, symSize: 0x110 } + - { offsetInCU: 0x2CAD, offset: 0x74F07, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x39A0, symBinAddr: 0x26B80, symSize: 0x120 } + - { offsetInCU: 0x2E4B, offset: 0x750A5, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10LayerModelC5layer_AJ5model_AH9MatteTypeO05matteU0tSg4maskt_Tg5', symObjAddr: 0x3AE0, symBinAddr: 0x26CC0, symSize: 0x140 } + - { offsetInCU: 0x3017, offset: 0x75271, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x3D00, symBinAddr: 0x26EE0, symSize: 0x120 } + - { offsetInCU: 0x31BA, offset: 0x75414, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV5start_AJ3endt_Tg5', symObjAddr: 0x3E20, symBinAddr: 0x27000, symSize: 0x110 } + - { offsetInCU: 0x333A, offset: 0x75594, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompoundBezierPathV_Tg5', symObjAddr: 0x3F30, symBinAddr: 0x27110, symSize: 0x110 } + - { offsetInCU: 0x34D8, offset: 0x75732, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16AnimationKeypathV7keypath_AH16AnyValueProvider_p05valueU0t_Tg5', symObjAddr: 0x4250, symBinAddr: 0x27430, symSize: 0x150 } + - { offsetInCU: 0x362B, offset: 0x75885, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x4620, symBinAddr: 0x27800, symSize: 0x20 } + - { offsetInCU: 0x363F, offset: 0x75899, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x46C0, symBinAddr: 0x27870, symSize: 0x10 } + - { offsetInCU: 0x3653, offset: 0x758AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOh', symObjAddr: 0x46F0, symBinAddr: 0x278A0, symSize: 0x20 } + - { offsetInCU: 0x3667, offset: 0x758C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOd', symObjAddr: 0x4710, symBinAddr: 0x278C0, symSize: 0x30 } + - { offsetInCU: 0x367B, offset: 0x758D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4760, symBinAddr: 0x27910, symSize: 0x20 } + - { offsetInCU: 0x368F, offset: 0x758E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x47B0, symBinAddr: 0x27960, symSize: 0x20 } + - { offsetInCU: 0x36A3, offset: 0x758FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4840, symBinAddr: 0x279F0, symSize: 0x30 } + - { offsetInCU: 0x36B7, offset: 0x75911, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x4870, symBinAddr: 0x27A20, symSize: 0x30 } + - { offsetInCU: 0x36CB, offset: 0x75925, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x48A0, symBinAddr: 0x27A50, symSize: 0x20 } + - { offsetInCU: 0x36DF, offset: 0x75939, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAC7SwiftUI4ViewAAWl', symObjAddr: 0x48C0, symBinAddr: 0x27A70, symSize: 0x30 } + - { offsetInCU: 0x36F3, offset: 0x7594D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x48F0, symBinAddr: 0x27AA0, symSize: 0x20 } + - { offsetInCU: 0x3707, offset: 0x75961, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwCP', symObjAddr: 0x4910, symBinAddr: 0x27AC0, symSize: 0x30 } + - { offsetInCU: 0x371B, offset: 0x75975, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwxx', symObjAddr: 0x4940, symBinAddr: 0x27AF0, symSize: 0x50 } + - { offsetInCU: 0x372F, offset: 0x75989, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwcp', symObjAddr: 0x4990, symBinAddr: 0x27B40, symSize: 0x120 } + - { offsetInCU: 0x3743, offset: 0x7599D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwca', symObjAddr: 0x4AB0, symBinAddr: 0x27C60, symSize: 0x140 } + - { offsetInCU: 0x3757, offset: 0x759B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOh', symObjAddr: 0x4BF0, symBinAddr: 0x27DA0, symSize: 0x30 } + - { offsetInCU: 0x376B, offset: 0x759C5, size: 0x8, addend: 0x0, symName: ___swift_memcpy136_8, symObjAddr: 0x4C20, symBinAddr: 0x27DD0, symSize: 0x10 } + - { offsetInCU: 0x377F, offset: 0x759D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwta', symObjAddr: 0x4C30, symBinAddr: 0x27DE0, symSize: 0xC0 } + - { offsetInCU: 0x3793, offset: 0x759ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwet', symObjAddr: 0x4CF0, symBinAddr: 0x27EA0, symSize: 0x40 } + - { offsetInCU: 0x37A7, offset: 0x75A01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwst', symObjAddr: 0x4D30, symBinAddr: 0x27EE0, symSize: 0x60 } + - { offsetInCU: 0x37BB, offset: 0x75A15, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVMa', symObjAddr: 0x4D90, symBinAddr: 0x27F40, symSize: 0x10 } + - { offsetInCU: 0x3848, offset: 0x75AA2, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tg5', symObjAddr: 0x50A0, symBinAddr: 0x28250, symSize: 0x110 } + - { offsetInCU: 0x3965, offset: 0x75BBF, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4MaskC_Tg5Tf4d_n', symObjAddr: 0x53D0, symBinAddr: 0x28580, symSize: 0x50 } + - { offsetInCU: 0x3992, offset: 0x75BEC, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20MaskCompositionLayerC0hJ0C_Tg5Tf4d_n', symObjAddr: 0x5420, symBinAddr: 0x285D0, symSize: 0x50 } + - { offsetInCU: 0x39BF, offset: 0x75C19, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GroupC_Tg5Tf4d_n', symObjAddr: 0x5470, symBinAddr: 0x28620, symSize: 0x50 } + - { offsetInCU: 0x39EC, offset: 0x75C46, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9ShapeItemC_Tg5Tf4d_n', symObjAddr: 0x54C0, symBinAddr: 0x28670, symSize: 0x50 } + - { offsetInCU: 0x3A19, offset: 0x75C73, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10GroupLayerC_Tg5Tf4d_n', symObjAddr: 0x5510, symBinAddr: 0x286C0, symSize: 0x50 } + - { offsetInCU: 0x3A46, offset: 0x75CA0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x5560, symBinAddr: 0x28710, symSize: 0x50 } + - { offsetInCU: 0x3A73, offset: 0x75CCD, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector3DVG_Tg5Tf4d_n', symObjAddr: 0x55D0, symBinAddr: 0x28780, symSize: 0x50 } + - { offsetInCU: 0x3AA0, offset: 0x75CFA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo19CAKeyframeAnimationC_Tg5Tf4d_n', symObjAddr: 0x5640, symBinAddr: 0x287F0, symSize: 0x60 } + - { offsetInCU: 0x3ACD, offset: 0x75D27, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo8NSNumberC_Tg5Tf4d_n', symObjAddr: 0x56A0, symBinAddr: 0x28850, symSize: 0x60 } + - { offsetInCU: 0x3AFA, offset: 0x75D54, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo21CAMediaTimingFunctionC_Tg5Tf4d_n', symObjAddr: 0x5700, symBinAddr: 0x288B0, symSize: 0x60 } + - { offsetInCU: 0x3B27, offset: 0x75D81, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo10CGColorRefa_Tg5Tf4d_n', symObjAddr: 0x5760, symBinAddr: 0x28910, symSize: 0x50 } + - { offsetInCU: 0x3B54, offset: 0x75DAE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo9CGPathRefa_Tg5Tf4d_n', symObjAddr: 0x57B0, symBinAddr: 0x28960, symSize: 0x50 } + - { offsetInCU: 0x3B81, offset: 0x75DDB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySbGG_Tg5Tf4d_n', symObjAddr: 0x5800, symBinAddr: 0x289B0, symSize: 0x50 } + - { offsetInCU: 0x3BAE, offset: 0x75E08, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF010BezierPathH0VG_Tg5Tf4d_n', symObjAddr: 0x5850, symBinAddr: 0x28A00, symSize: 0x50 } + - { offsetInCU: 0x3BDB, offset: 0x75E35, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x58A0, symBinAddr: 0x28A50, symSize: 0x50 } + - { offsetInCU: 0x3C08, offset: 0x75E62, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G5ColorVG_Tg5Tf4d_n', symObjAddr: 0x58F0, symBinAddr: 0x28AA0, symSize: 0x50 } + - { offsetInCU: 0x3C35, offset: 0x75E8F, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerStyleC_Tg5Tf4d_n', symObjAddr: 0x5960, symBinAddr: 0x28B10, symSize: 0x50 } + - { offsetInCU: 0x3C62, offset: 0x75EBC, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11EffectValueC_Tg5Tf4d_n', symObjAddr: 0x59B0, symBinAddr: 0x28B60, symSize: 0x50 } + - { offsetInCU: 0x3C8F, offset: 0x75EE9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11LayerEffectC_Tg5Tf4d_n', symObjAddr: 0x5A00, symBinAddr: 0x28BB0, symSize: 0x50 } + - { offsetInCU: 0x3CBC, offset: 0x75F16, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySdGG_Tg5Tf4d_n', symObjAddr: 0x5A50, symBinAddr: 0x28C00, symSize: 0x50 } + - { offsetInCU: 0x3CE9, offset: 0x75F43, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11DashElementC_Tg5Tf4d_n', symObjAddr: 0x5AC0, symBinAddr: 0x28C70, symSize: 0x50 } + - { offsetInCU: 0x3D16, offset: 0x75F70, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF12TextDocumentCG_Tg5Tf4d_n', symObjAddr: 0x5B50, symBinAddr: 0x28CC0, symSize: 0x50 } + - { offsetInCU: 0x3D43, offset: 0x75F9D, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie12TextAnimatorC_Tg5Tf4d_n', symObjAddr: 0x5BA0, symBinAddr: 0x28D10, symSize: 0x50 } + - { offsetInCU: 0x3D70, offset: 0x75FCA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerModelC_Tg5Tf4d_n', symObjAddr: 0x5BF0, symBinAddr: 0x28D60, symSize: 0x50 } + - { offsetInCU: 0x3D9D, offset: 0x75FF7, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GlyphC_Tg5Tf4d_n', symObjAddr: 0x5C60, symBinAddr: 0x28DD0, symSize: 0x50 } + - { offsetInCU: 0x3DCA, offset: 0x76024, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4FontC_Tg5Tf4d_n', symObjAddr: 0x5CB0, symBinAddr: 0x28E20, symSize: 0x50 } + - { offsetInCU: 0x3DF7, offset: 0x76051, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie6MarkerC_Tg5Tf4d_n', symObjAddr: 0x5D00, symBinAddr: 0x28E70, symSize: 0x50 } + - { offsetInCU: 0x3E24, offset: 0x7607E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyypG_Tg5Tf4d_n', symObjAddr: 0x5D50, symBinAddr: 0x28EC0, symSize: 0x50 } + - { offsetInCU: 0x3E51, offset: 0x760AB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySo13CATransform3DVGG_Tg5Tf4d_n', symObjAddr: 0x5DA0, symBinAddr: 0x28F10, symSize: 0x50 } + - { offsetInCU: 0x3E7E, offset: 0x760D8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyypG_Tg5Tf4d_n', symObjAddr: 0x5E10, symBinAddr: 0x28F80, symSize: 0x50 } + - { offsetInCU: 0x3EAB, offset: 0x76105, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo13CATransform3DVG_Tg5Tf4d_n', symObjAddr: 0x5E60, symBinAddr: 0x28FD0, symSize: 0x50 } + - { offsetInCU: 0x3ED8, offset: 0x76132, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo11CAAnimationC_Tg5Tf4d_n', symObjAddr: 0x5ED0, symBinAddr: 0x29040, symSize: 0x60 } + - { offsetInCU: 0x3F05, offset: 0x7615F, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo7CGPointVG_Tg5Tf4d_n', symObjAddr: 0x5F30, symBinAddr: 0x290A0, symSize: 0x50 } + - { offsetInCU: 0x3F32, offset: 0x7618C, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCy12CoreGraphics7CGFloatVG_Tg5Tf4d_n', symObjAddr: 0x5FA0, symBinAddr: 0x29110, symSize: 0x50 } + - { offsetInCU: 0x3F5F, offset: 0x761B9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySbG_Tg5Tf4d_n', symObjAddr: 0x6010, symBinAddr: 0x29180, symSize: 0x50 } + - { offsetInCU: 0x3F8C, offset: 0x761E6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo10CGColorRefaG_Tg5Tf4d_n', symObjAddr: 0x60A0, symBinAddr: 0x29210, symSize: 0x50 } + - { offsetInCU: 0x3FB9, offset: 0x76213, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo6CGSizeVG_Tg5Tf4d_n', symObjAddr: 0x6110, symBinAddr: 0x29280, symSize: 0x50 } + - { offsetInCU: 0x3FE6, offset: 0x76240, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo7CALayerC_Tg5Tf4d_n', symObjAddr: 0x6180, symBinAddr: 0x292F0, symSize: 0x60 } + - { offsetInCU: 0x4013, offset: 0x7626D, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DV5start_AJ3endtG_Tg5Tf4d_n', symObjAddr: 0x61E0, symBinAddr: 0x29350, symSize: 0x50 } + - { offsetInCU: 0x4040, offset: 0x7629A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo9CGPathRefaG_Tg5Tf4d_n', symObjAddr: 0x6270, symBinAddr: 0x293E0, symSize: 0x50 } + - { offsetInCU: 0x406D, offset: 0x762C7, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySayAF10BezierPathVGG_Tg5Tf4d_n', symObjAddr: 0x62E0, symBinAddr: 0x29450, symSize: 0x50 } + - { offsetInCU: 0x409A, offset: 0x762F4, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF7EllipseCAGVG_Tg5Tf4d_n', symObjAddr: 0x6350, symBinAddr: 0x294C0, symSize: 0x50 } + - { offsetInCU: 0x40C7, offset: 0x76321, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF9RectangleCAGVG_Tg5Tf4d_n', symObjAddr: 0x63C0, symBinAddr: 0x29530, symSize: 0x50 } + - { offsetInCU: 0x40F4, offset: 0x7634E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4StarCAGVG_Tg5Tf4d_n', symObjAddr: 0x6430, symBinAddr: 0x295A0, symSize: 0x50 } + - { offsetInCU: 0x4121, offset: 0x7637B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySo10CGColorRefaGG_Tg5Tf4d_n', symObjAddr: 0x64A0, symBinAddr: 0x29610, symSize: 0x50 } + - { offsetInCU: 0x414E, offset: 0x763A8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySay12CoreGraphics7CGFloatVGG_Tg5Tf4d_n', symObjAddr: 0x6510, symBinAddr: 0x29680, symSize: 0x50 } + - { offsetInCU: 0x417B, offset: 0x763D5, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5Tf4d_n', symObjAddr: 0x6580, symBinAddr: 0x296F0, symSize: 0x50 } + - { offsetInCU: 0x41A8, offset: 0x76402, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x65F0, symBinAddr: 0x29760, symSize: 0x50 } + - { offsetInCU: 0x41D5, offset: 0x7642F, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie16CompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6750, symBinAddr: 0x298C0, symSize: 0x50 } + - { offsetInCU: 0x420D, offset: 0x76467, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfC6Lottie15AnyNodeProperty_p_Tg5Tf4nnd_n', symObjAddr: 0x67C0, symBinAddr: 0x29930, symSize: 0x90 } + - { offsetInCU: 0x4257, offset: 0x764B1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC_Tg5Tf4d_n', symObjAddr: 0x6850, symBinAddr: 0x299C0, symSize: 0x50 } + - { offsetInCU: 0x4284, offset: 0x764DE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20KeyframeInterpolatorCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x68A0, symBinAddr: 0x29A10, symSize: 0x50 } + - { offsetInCU: 0x42B1, offset: 0x7650B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie19ShapeContainerLayerC_Tg5Tf4d_n', symObjAddr: 0x6910, symBinAddr: 0x29A80, symSize: 0x50 } + - { offsetInCU: 0x42DE, offset: 0x76538, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie14PathOutputNodeC_Tg5Tf4d_n', symObjAddr: 0x6960, symBinAddr: 0x29AD0, symSize: 0x50 } + - { offsetInCU: 0x430B, offset: 0x76565, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie21ImageCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6AB0, symBinAddr: 0x29C20, symSize: 0x50 } + - { offsetInCU: 0x4338, offset: 0x76592, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20TextCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6B00, symBinAddr: 0x29C70, symSize: 0x50 } + - { offsetInCU: 0x4365, offset: 0x765BF, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo18NSLayoutConstraintC_Tg5Tf4d_n', symObjAddr: 0x6B50, symBinAddr: 0x29CC0, symSize: 0x60 } + - { offsetInCU: 0x4392, offset: 0x765EC, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5AssetC_Tg5Tf4d_n', symObjAddr: 0x6BD0, symBinAddr: 0x29D40, symSize: 0x50 } + - { offsetInCU: 0x43BF, offset: 0x76619, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOc', symObjAddr: 0x6CF0, symBinAddr: 0x29E60, symSize: 0x30 } + - { offsetInCU: 0x43D3, offset: 0x7662D, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0x6D80, symBinAddr: 0x29E90, symSize: 0x20 } + - { offsetInCU: 0x4503, offset: 0x7675D, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie16ShapeRenderGroupV_SayAGGTg5', symObjAddr: 0x1350, symBinAddr: 0x24590, symSize: 0xD0 } + - { offsetInCU: 0x4706, offset: 0x76960, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie14ShapeItemLayerC0G0V_SayAIGTg5', symObjAddr: 0x1420, symBinAddr: 0x24660, symSize: 0xD0 } + - { offsetInCU: 0x4909, offset: 0x76B63, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF12CoreGraphics7CGFloatV_SayAGGTg5', symObjAddr: 0x14F0, symBinAddr: 0x24730, symSize: 0xC0 } + - { offsetInCU: 0x4B0C, offset: 0x76D66, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSS_SaySSGTg5', symObjAddr: 0x15B0, symBinAddr: 0x247F0, symSize: 0xD0 } + - { offsetInCU: 0x4D0F, offset: 0x76F69, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie10BezierPathV_SayAGGTg5', symObjAddr: 0x16C0, symBinAddr: 0x24900, symSize: 0xD0 } + - { offsetInCU: 0x4F12, offset: 0x7716C, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSd_SaySdGTg5', symObjAddr: 0x1BA0, symBinAddr: 0x24DE0, symSize: 0xC0 } + - { offsetInCU: 0x524D, offset: 0x774A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x1310, symBinAddr: 0x24550, symSize: 0x10 } + - { offsetInCU: 0x5269, offset: 0x774C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x1320, symBinAddr: 0x24560, symSize: 0x10 } + - { offsetInCU: 0x5285, offset: 0x774DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x1330, symBinAddr: 0x24570, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x7793C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1D0, symBinAddr: 0x29F60, symSize: 0x1F0 } + - { offsetInCU: 0xC8, offset: 0x779C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x3C0, symBinAddr: 0x2A150, symSize: 0x2B0 } + - { offsetInCU: 0x13A, offset: 0x77A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE10updateTree_12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x670, symBinAddr: 0x2A400, symSize: 0x40 } + - { offsetInCU: 0x195, offset: 0x77A92, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE11keypathNameSSvg', symObjAddr: 0x6B0, symBinAddr: 0x2A440, symSize: 0x60 } + - { offsetInCU: 0x1D2, offset: 0x77ACF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE17keypathPropertiesSDySSAA03AnyC8Property_pGvg', symObjAddr: 0x710, symBinAddr: 0x2A4A0, symSize: 0x60 } + - { offsetInCU: 0x20F, offset: 0x77B0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13childKeypathsSayAA17KeypathSearchable_pGvg', symObjAddr: 0x770, symBinAddr: 0x2A500, symSize: 0x60 } + - { offsetInCU: 0x24C, offset: 0x77B49, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x7D0, symBinAddr: 0x2A560, symSize: 0x10 } + - { offsetInCU: 0x268, offset: 0x77B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x7E0, symBinAddr: 0x2A570, symSize: 0x10 } + - { offsetInCU: 0x284, offset: 0x77B81, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7F0, symBinAddr: 0x2A580, symSize: 0x10 } + - { offsetInCU: 0x2A0, offset: 0x77B9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x800, symBinAddr: 0x2A590, symSize: 0x10 } + - { offsetInCU: 0x2BC, offset: 0x77BB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x810, symBinAddr: 0x2A5A0, symSize: 0x20 } + - { offsetInCU: 0x2D8, offset: 0x77BD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x830, symBinAddr: 0x2A5C0, symSize: 0x20 } + - { offsetInCU: 0x2F4, offset: 0x77BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x850, symBinAddr: 0x2A5E0, symSize: 0x20 } + - { offsetInCU: 0x310, offset: 0x77C0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x870, symBinAddr: 0x2A600, symSize: 0x10 } + - { offsetInCU: 0x32C, offset: 0x77C29, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_2, symObjAddr: 0x880, symBinAddr: 0x2A610, symSize: 0x30 } + - { offsetInCU: 0x340, offset: 0x77C3D, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_2, symObjAddr: 0x8B0, symBinAddr: 0x2A640, symSize: 0x30 } + - { offsetInCU: 0x354, offset: 0x77C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8E0, symBinAddr: 0x2A670, symSize: 0x10 } + - { offsetInCU: 0x370, offset: 0x77C6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x8F0, symBinAddr: 0x2A680, symSize: 0x10 } + - { offsetInCU: 0x38C, offset: 0x77C89, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x900, symBinAddr: 0x2A690, symSize: 0x10 } + - { offsetInCU: 0x3A8, offset: 0x77CA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x910, symBinAddr: 0x2A6A0, symSize: 0x10 } + - { offsetInCU: 0x460, offset: 0x77D5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x930, symBinAddr: 0x2A6C0, symSize: 0x20 } + - { offsetInCU: 0x51A, offset: 0x77E17, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x950, symBinAddr: 0x2A6E0, symSize: 0x20 } + - { offsetInCU: 0x5B6, offset: 0x77EB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x970, symBinAddr: 0x2A700, symSize: 0x10 } + - { offsetInCU: 0x5D2, offset: 0x77ECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x980, symBinAddr: 0x2A710, symSize: 0x10 } + - { offsetInCU: 0x5EE, offset: 0x77EEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x990, symBinAddr: 0x2A720, symSize: 0x10 } + - { offsetInCU: 0x60A, offset: 0x77F07, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9A0, symBinAddr: 0x2A730, symSize: 0x10 } + - { offsetInCU: 0x635, offset: 0x77F32, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x9B0, symBinAddr: 0x2A740, symSize: 0x10 } + - { offsetInCU: 0x667, offset: 0x77F64, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x9C0, symBinAddr: 0x2A750, symSize: 0x20 } + - { offsetInCU: 0x683, offset: 0x77F80, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x9E0, symBinAddr: 0x2A770, symSize: 0x20 } + - { offsetInCU: 0x69F, offset: 0x77F9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA00, symBinAddr: 0x2A790, symSize: 0x20 } + - { offsetInCU: 0x6BB, offset: 0x77FB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA20, symBinAddr: 0x2A7B0, symSize: 0x10 } + - { offsetInCU: 0x6D7, offset: 0x77FD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA30, symBinAddr: 0x2A7C0, symSize: 0x10 } + - { offsetInCU: 0x6F3, offset: 0x77FF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xA40, symBinAddr: 0x2A7D0, symSize: 0x10 } + - { offsetInCU: 0x70F, offset: 0x7800C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA50, symBinAddr: 0x2A7E0, symSize: 0x10 } + - { offsetInCU: 0x72B, offset: 0x78028, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA60, symBinAddr: 0x2A7F0, symSize: 0x10 } + - { offsetInCU: 0x7C5, offset: 0x780C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA80, symBinAddr: 0x2A810, symSize: 0x20 } + - { offsetInCU: 0x861, offset: 0x7815E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAA0, symBinAddr: 0x2A830, symSize: 0x10 } + - { offsetInCU: 0x87D, offset: 0x7817A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xAB0, symBinAddr: 0x2A840, symSize: 0x10 } + - { offsetInCU: 0x899, offset: 0x78196, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xAC0, symBinAddr: 0x2A850, symSize: 0x10 } + - { offsetInCU: 0x8B5, offset: 0x781B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAD0, symBinAddr: 0x2A860, symSize: 0x10 } + - { offsetInCU: 0x8D1, offset: 0x781CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAE0, symBinAddr: 0x2A870, symSize: 0x10 } + - { offsetInCU: 0x8ED, offset: 0x781EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAF0, symBinAddr: 0x2A880, symSize: 0x10 } + - { offsetInCU: 0x909, offset: 0x78206, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB00, symBinAddr: 0x2A890, symSize: 0x10 } + - { offsetInCU: 0x925, offset: 0x78222, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB10, symBinAddr: 0x2A8A0, symSize: 0x10 } + - { offsetInCU: 0x941, offset: 0x7823E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB20, symBinAddr: 0x2A8B0, symSize: 0x10 } + - { offsetInCU: 0x95D, offset: 0x7825A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB30, symBinAddr: 0x2A8C0, symSize: 0x10 } + - { offsetInCU: 0x979, offset: 0x78276, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB40, symBinAddr: 0x2A8D0, symSize: 0x10 } + - { offsetInCU: 0x995, offset: 0x78292, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xB50, symBinAddr: 0x2A8E0, symSize: 0x10 } + - { offsetInCU: 0xA2F, offset: 0x7832C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xB70, symBinAddr: 0x2A900, symSize: 0x20 } + - { offsetInCU: 0xACB, offset: 0x783C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB90, symBinAddr: 0x2A920, symSize: 0x10 } + - { offsetInCU: 0xAE7, offset: 0x783E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xBA0, symBinAddr: 0x2A930, symSize: 0x10 } + - { offsetInCU: 0xB03, offset: 0x78400, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xBB0, symBinAddr: 0x2A940, symSize: 0x10 } + - { offsetInCU: 0xB1F, offset: 0x7841C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBC0, symBinAddr: 0x2A950, symSize: 0x10 } + - { offsetInCU: 0xB3B, offset: 0x78438, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBD0, symBinAddr: 0x2A960, symSize: 0x10 } + - { offsetInCU: 0xB57, offset: 0x78454, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xBE0, symBinAddr: 0x2A970, symSize: 0x10 } + - { offsetInCU: 0xBF1, offset: 0x784EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC00, symBinAddr: 0x2A990, symSize: 0x20 } + - { offsetInCU: 0xC8D, offset: 0x7858A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC20, symBinAddr: 0x2A9B0, symSize: 0x10 } + - { offsetInCU: 0xCA9, offset: 0x785A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC30, symBinAddr: 0x2A9C0, symSize: 0x10 } + - { offsetInCU: 0xCC5, offset: 0x785C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xC40, symBinAddr: 0x2A9D0, symSize: 0x10 } + - { offsetInCU: 0xCE1, offset: 0x785DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xC50, symBinAddr: 0x2A9E0, symSize: 0x10 } + - { offsetInCU: 0xCFD, offset: 0x785FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xC60, symBinAddr: 0x2A9F0, symSize: 0x10 } + - { offsetInCU: 0xD97, offset: 0x78694, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC70, symBinAddr: 0x2AA00, symSize: 0x20 } + - { offsetInCU: 0xE33, offset: 0x78730, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xC90, symBinAddr: 0x2AA20, symSize: 0x10 } + - { offsetInCU: 0xE4F, offset: 0x7874C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xCA0, symBinAddr: 0x2AA30, symSize: 0x10 } + - { offsetInCU: 0xE6B, offset: 0x78768, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xCB0, symBinAddr: 0x2AA40, symSize: 0x10 } + - { offsetInCU: 0xF05, offset: 0x78802, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xCC0, symBinAddr: 0x2AA50, symSize: 0x20 } + - { offsetInCU: 0xFA1, offset: 0x7889E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xCE0, symBinAddr: 0x2AA70, symSize: 0x10 } + - { offsetInCU: 0xFBD, offset: 0x788BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xCF0, symBinAddr: 0x2AA80, symSize: 0x10 } + - { offsetInCU: 0xFD9, offset: 0x788D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xD00, symBinAddr: 0x2AA90, symSize: 0x10 } + - { offsetInCU: 0xFF5, offset: 0x788F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xD10, symBinAddr: 0x2AAA0, symSize: 0x10 } + - { offsetInCU: 0x1011, offset: 0x7890E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD20, symBinAddr: 0x2AAB0, symSize: 0x10 } + - { offsetInCU: 0x102D, offset: 0x7892A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD30, symBinAddr: 0x2AAC0, symSize: 0x10 } + - { offsetInCU: 0x1049, offset: 0x78946, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xD50, symBinAddr: 0x2AAE0, symSize: 0x10 } + - { offsetInCU: 0x1065, offset: 0x78962, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xD60, symBinAddr: 0x2AAF0, symSize: 0x10 } + - { offsetInCU: 0x1081, offset: 0x7897E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xD70, symBinAddr: 0x2AB00, symSize: 0x10 } + - { offsetInCU: 0x109D, offset: 0x7899A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD80, symBinAddr: 0x2AB10, symSize: 0x10 } + - { offsetInCU: 0x10B9, offset: 0x789B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD90, symBinAddr: 0x2AB20, symSize: 0x10 } + - { offsetInCU: 0x10D5, offset: 0x789D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xDE0, symBinAddr: 0x2AB70, symSize: 0x10 } + - { offsetInCU: 0x10F1, offset: 0x789EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xDF0, symBinAddr: 0x2AB80, symSize: 0x10 } + - { offsetInCU: 0x110D, offset: 0x78A0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xE00, symBinAddr: 0x2AB90, symSize: 0x10 } + - { offsetInCU: 0x1129, offset: 0x78A26, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE10, symBinAddr: 0x2ABA0, symSize: 0x10 } + - { offsetInCU: 0x1145, offset: 0x78A42, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE20, symBinAddr: 0x2ABB0, symSize: 0x10 } + - { offsetInCU: 0x11DF, offset: 0x78ADC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xE30, symBinAddr: 0x2ABC0, symSize: 0x20 } + - { offsetInCU: 0x127B, offset: 0x78B78, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xE50, symBinAddr: 0x2ABE0, symSize: 0x10 } + - { offsetInCU: 0x1297, offset: 0x78B94, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xE60, symBinAddr: 0x2ABF0, symSize: 0x10 } + - { offsetInCU: 0x12B3, offset: 0x78BB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xE70, symBinAddr: 0x2AC00, symSize: 0x10 } + - { offsetInCU: 0x12CF, offset: 0x78BCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE80, symBinAddr: 0x2AC10, symSize: 0x10 } + - { offsetInCU: 0x12EB, offset: 0x78BE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE90, symBinAddr: 0x2AC20, symSize: 0x10 } + - { offsetInCU: 0x1307, offset: 0x78C04, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xED0, symBinAddr: 0x2AC60, symSize: 0x10 } + - { offsetInCU: 0x1323, offset: 0x78C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xEE0, symBinAddr: 0x2AC70, symSize: 0x10 } + - { offsetInCU: 0x133F, offset: 0x78C3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xEF0, symBinAddr: 0x2AC80, symSize: 0x10 } + - { offsetInCU: 0x135B, offset: 0x78C58, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xF00, symBinAddr: 0x2AC90, symSize: 0x10 } + - { offsetInCU: 0x1377, offset: 0x78C74, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xF10, symBinAddr: 0x2ACA0, symSize: 0x10 } + - { offsetInCU: 0x1393, offset: 0x78C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xF20, symBinAddr: 0x2ACB0, symSize: 0x10 } + - { offsetInCU: 0x13AF, offset: 0x78CAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xF60, symBinAddr: 0x2ACF0, symSize: 0x10 } + - { offsetInCU: 0x13CB, offset: 0x78CC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xF70, symBinAddr: 0x2AD00, symSize: 0x10 } + - { offsetInCU: 0x13E7, offset: 0x78CE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xF80, symBinAddr: 0x2AD10, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x78F7C, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOh', symObjAddr: 0x430, symBinAddr: 0x2B240, symSize: 0x2C } + - { offsetInCU: 0x2B, offset: 0x790D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2B270, symSize: 0x2C0 } + - { offsetInCU: 0x9C, offset: 0x79141, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2B270, symSize: 0x2C0 } + - { offsetInCU: 0x283, offset: 0x79328, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfcTo', symObjAddr: 0x2C0, symBinAddr: 0x2B530, symSize: 0x20 } + - { offsetInCU: 0x2C9, offset: 0x7936E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x2E0, symBinAddr: 0x2B550, symSize: 0x80 } + - { offsetInCU: 0x310, offset: 0x793B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfc', symObjAddr: 0x360, symBinAddr: 0x2B5D0, symSize: 0x110 } + - { offsetInCU: 0x370, offset: 0x79415, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x470, symBinAddr: 0x2B6E0, symSize: 0x50 } + - { offsetInCU: 0x3AA, offset: 0x7944F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17markRenderUpdates8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x4C0, symBinAddr: 0x2B730, symSize: 0x130 } + - { offsetInCU: 0x54D, offset: 0x795F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15hasRenderUpdate8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x5F0, symBinAddr: 0x2B860, symSize: 0x10 } + - { offsetInCU: 0x584, offset: 0x79629, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x600, symBinAddr: 0x2B870, symSize: 0x10 } + - { offsetInCU: 0x621, offset: 0x796C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17updateRenderScaleyyF', symObjAddr: 0x610, symBinAddr: 0x2B880, symSize: 0x140 } + - { offsetInCU: 0x833, offset: 0x798D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfD', symObjAddr: 0x750, symBinAddr: 0x2B9C0, symSize: 0x30 } + - { offsetInCU: 0x906, offset: 0x799AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfETo', symObjAddr: 0x780, symBinAddr: 0x2B9F0, symSize: 0x20 } + - { offsetInCU: 0x935, offset: 0x799DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCMa', symObjAddr: 0x7A0, symBinAddr: 0x2BA10, symSize: 0x20 } + - { offsetInCU: 0x949, offset: 0x799EE, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0x7F0, symBinAddr: 0x2BA30, symSize: 0x30 } + - { offsetInCU: 0x11E, offset: 0x79D46, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x50, symBinAddr: 0x2BA60, symSize: 0x230 } + - { offsetInCU: 0x4FE, offset: 0x7A126, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x280, symBinAddr: 0x2BC90, symSize: 0x20 } + - { offsetInCU: 0x539, offset: 0x7A161, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x2A0, symBinAddr: 0x2BCB0, symSize: 0x20 } + - { offsetInCU: 0x573, offset: 0x7A19B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0x2C0, symBinAddr: 0x2BCD0, symSize: 0x20 } + - { offsetInCU: 0x5CC, offset: 0x7A1F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0x2BCF0, symSize: 0x20 } + - { offsetInCU: 0x625, offset: 0x7A24D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x300, symBinAddr: 0x2BD10, symSize: 0x20 } + - { offsetInCU: 0x7BC, offset: 0x7A3E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvg', symObjAddr: 0x320, symBinAddr: 0x2BD30, symSize: 0x80 } + - { offsetInCU: 0x834, offset: 0x7A45C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x3A0, symBinAddr: 0x2BDB0, symSize: 0x80 } + - { offsetInCU: 0x8AC, offset: 0x7A4D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x420, symBinAddr: 0x2BE30, symSize: 0x2A0 } + - { offsetInCU: 0xB9F, offset: 0x7A7C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x6C0, symBinAddr: 0x2C0D0, symSize: 0x2A0 } + - { offsetInCU: 0xE92, offset: 0x7AABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x960, symBinAddr: 0x2C370, symSize: 0x2A0 } + - { offsetInCU: 0x118D, offset: 0x7ADB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xC00, symBinAddr: 0x2C610, symSize: 0x20 } + - { offsetInCU: 0x11A9, offset: 0x7ADD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xC20, symBinAddr: 0x2C630, symSize: 0x20 } + - { offsetInCU: 0x11C5, offset: 0x7ADED, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0xC40, symBinAddr: 0x2C650, symSize: 0x20 } + - { offsetInCU: 0x11E1, offset: 0x7AE09, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xC60, symBinAddr: 0x2C670, symSize: 0x20 } + - { offsetInCU: 0x11FD, offset: 0x7AE25, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xC80, symBinAddr: 0x2C690, symSize: 0x20 } + - { offsetInCU: 0x12E9, offset: 0x7AF11, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addDropShadowAnimations3for7contextyAC0dE5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xCA0, symBinAddr: 0x2C6B0, symSize: 0x1D0 } + - { offsetInCU: 0x14EA, offset: 0x7B112, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xE70, symBinAddr: 0x2C880, symSize: 0x1C0 } + - { offsetInCU: 0x169F, offset: 0x7B2C7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x1030, symBinAddr: 0x2CA40, symSize: 0x120 } + - { offsetInCU: 0x1897, offset: 0x7B4BF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x1150, symBinAddr: 0x2CB60, symSize: 0x230 } + - { offsetInCU: 0x1A6A, offset: 0x7B692, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6CGSizeVAC0B8Vector1DV_ANtXEfU_', symObjAddr: 0x1380, symBinAddr: 0x2CD90, symSize: 0x50 } + - { offsetInCU: 0x1B6D, offset: 0x7B795, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie8KeyframeCyAH0F8Vector1DVG_Tg5', symObjAddr: 0x1410, symBinAddr: 0x2CDE0, symSize: 0x170 } + - { offsetInCU: 0x1DC3, offset: 0x7B9EB, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie14PathOutputNodeC_Tg5', symObjAddr: 0x1740, symBinAddr: 0x2D110, symSize: 0x160 } + - { offsetInCU: 0x209B, offset: 0x7BCC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x2280, symBinAddr: 0x2DBF0, symSize: 0x10 } + - { offsetInCU: 0x20AF, offset: 0x7BCD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x2290, symBinAddr: 0x2DC00, symSize: 0x50 } + - { offsetInCU: 0x20C3, offset: 0x7BCEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGMa', symObjAddr: 0x22E0, symBinAddr: 0x2DC50, symSize: 0x30 } + - { offsetInCU: 0x20E2, offset: 0x7BD0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x2330, symBinAddr: 0x2DCA0, symSize: 0x30 } + - { offsetInCU: 0x210B, offset: 0x7BD33, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x23E0, symBinAddr: 0x2DD50, symSize: 0x10 } + - { offsetInCU: 0x23E5, offset: 0x7C00D, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F41CRbzlFSbAHXEfU_AA014Vector1DEffectF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1B30, symBinAddr: 0x2D500, symSize: 0x150 } + - { offsetInCU: 0x2588, offset: 0x7C1B0, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F32CRbzlFSbAHXEfU_AA05ColorcF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1C80, symBinAddr: 0x2D650, symSize: 0x150 } + - { offsetInCU: 0x2740, offset: 0x7C368, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVyAByxGqd__c7ElementQyd__RszSTRd__lufC6Lottie8KeyframeCyAF0D8Vector1DVG_SayAKGTg5Tf4nd_n', symObjAddr: 0x1DD0, symBinAddr: 0x2D7A0, symSize: 0xC0 } + - { offsetInCU: 0x75, offset: 0x7C73F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x2DD70, symSize: 0x50 } + - { offsetInCU: 0xDA, offset: 0x7C7A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCACycfcTo', symObjAddr: 0x50, symBinAddr: 0x2DDC0, symSize: 0x30 } + - { offsetInCU: 0x169, offset: 0x7C833, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5layerACyp_tcfcTo', symObjAddr: 0x80, symBinAddr: 0x2DDF0, symSize: 0x50 } + - { offsetInCU: 0x1D0, offset: 0x7C89A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCfD', symObjAddr: 0xD0, symBinAddr: 0x2DE40, symSize: 0x30 } + - { offsetInCU: 0x343, offset: 0x7CA0D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF', symObjAddr: 0x100, symBinAddr: 0x2DE70, symSize: 0x320 } + - { offsetInCU: 0x624, offset: 0x7CCEE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tFSSyXEfu_TA', symObjAddr: 0x420, symBinAddr: 0x2E190, symSize: 0x30 } + - { offsetInCU: 0x662, offset: 0x7CD2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x450, symBinAddr: 0x2E1C0, symSize: 0x20 } + - { offsetInCU: 0x676, offset: 0x7CD40, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCMa', symObjAddr: 0xB60, symBinAddr: 0x2E8B0, symSize: 0x20 } + - { offsetInCU: 0x289, offset: 0x7D23C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6renderyySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x2F390, symSize: 0xC20 } + - { offsetInCU: 0xDD1, offset: 0x7DD84, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0xC20, symBinAddr: 0x2FFB0, symSize: 0x50 } + - { offsetInCU: 0xE48, offset: 0x7DDFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfD', symObjAddr: 0xC80, symBinAddr: 0x30010, symSize: 0x30 } + - { offsetInCU: 0xEB1, offset: 0x7DE64, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xCD0, symBinAddr: 0x30060, symSize: 0x10 } + - { offsetInCU: 0xECD, offset: 0x7DE80, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeI0C_tFTW', symObjAddr: 0xCE0, symBinAddr: 0x30070, symSize: 0x10 } + - { offsetInCU: 0xEE9, offset: 0x7DE9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xCF0, symBinAddr: 0x30080, symSize: 0x10 } + - { offsetInCU: 0xF05, offset: 0x7DEB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xD00, symBinAddr: 0x30090, symSize: 0x20 } + - { offsetInCU: 0xF7D, offset: 0x7DF30, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfE', symObjAddr: 0xC70, symBinAddr: 0x30000, symSize: 0x10 } + - { offsetInCU: 0xFAA, offset: 0x7DF5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCMa', symObjAddr: 0xCB0, symBinAddr: 0x30040, symSize: 0x20 } + - { offsetInCU: 0xFBE, offset: 0x7DF71, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOh', symObjAddr: 0xDE0, symBinAddr: 0x30130, symSize: 0x30 } + - { offsetInCU: 0xFD2, offset: 0x7DF85, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOb', symObjAddr: 0xE10, symBinAddr: 0x30160, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x7E33C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x302A0, symSize: 0x20 } + - { offsetInCU: 0x69, offset: 0x7E35A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfc', symObjAddr: 0x20, symBinAddr: 0x302C0, symSize: 0x10 } + - { offsetInCU: 0x96, offset: 0x7E387, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF', symObjAddr: 0x30, symBinAddr: 0x302D0, symSize: 0x40 } + - { offsetInCU: 0xC5, offset: 0x7E3B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfd', symObjAddr: 0x70, symBinAddr: 0x30310, symSize: 0x10 } + - { offsetInCU: 0xF2, offset: 0x7E3E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfD', symObjAddr: 0x80, symBinAddr: 0x30320, symSize: 0x20 } + - { offsetInCU: 0x155, offset: 0x7E446, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCAA09AnimationcD0A2aDP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xA0, symBinAddr: 0x30340, symSize: 0x40 } + - { offsetInCU: 0x19F, offset: 0x7E490, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0xE0, symBinAddr: 0x30380, symSize: 0x10 } + - { offsetInCU: 0x1E2, offset: 0x7E4D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF0, symBinAddr: 0x30390, symSize: 0x10 } + - { offsetInCU: 0x1FE, offset: 0x7E4EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCMa', symObjAddr: 0x110, symBinAddr: 0x303B0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x7E68D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x30400, symSize: 0x50 } + - { offsetInCU: 0x4B, offset: 0x7E6B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ', symObjAddr: 0x1E8, symBinAddr: 0x2022D0, symSize: 0x0 } + - { offsetInCU: 0x70, offset: 0x7E6D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x30400, symSize: 0x50 } + - { offsetInCU: 0xB0, offset: 0x7E716, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ', symObjAddr: 0x50, symBinAddr: 0x30450, symSize: 0x70 } + - { offsetInCU: 0xE8, offset: 0x7E74E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ', symObjAddr: 0xC0, symBinAddr: 0x304C0, symSize: 0x70 } + - { offsetInCU: 0x130, offset: 0x7E796, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ', symObjAddr: 0x130, symBinAddr: 0x30530, symSize: 0x60 } + - { offsetInCU: 0x168, offset: 0x7E7CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ.resume.0', symObjAddr: 0x190, symBinAddr: 0x30590, symSize: 0x10 } + - { offsetInCU: 0x194, offset: 0x7E7FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheOMa', symObjAddr: 0x1A0, symBinAddr: 0x305A0, symSize: 0x10 } + - { offsetInCU: 0x1A8, offset: 0x7E80E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAcA0cD8ProviderAAWl', symObjAddr: 0x1B0, symBinAddr: 0x305B0, symSize: 0x34 } + - { offsetInCU: 0x388, offset: 0x7ED08, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC04textC5Model7contextAcA0bcE0C_AA0C7ContextVtKcfc', symObjAddr: 0x0, symBinAddr: 0x305F0, symSize: 0x150 } + - { offsetInCU: 0x431, offset: 0x7EDB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC015configureRenderC04withyAA0C7ContextV_tKF', symObjAddr: 0x150, symBinAddr: 0x30740, symSize: 0xA80 } + - { offsetInCU: 0xAE8, offset: 0x7F468, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xBD0, symBinAddr: 0x311C0, symSize: 0xA0 } + - { offsetInCU: 0xB34, offset: 0x7F4B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfc', symObjAddr: 0xC70, symBinAddr: 0x31260, symSize: 0x220 } + - { offsetInCU: 0xC04, offset: 0x7F584, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfcTo', symObjAddr: 0xE90, symBinAddr: 0x31480, symSize: 0x50 } + - { offsetInCU: 0xC20, offset: 0x7F5A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0xEE0, symBinAddr: 0x314D0, symSize: 0x910 } + - { offsetInCU: 0xEA7, offset: 0x7F827, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfD', symObjAddr: 0x1820, symBinAddr: 0x31E10, symSize: 0x30 } + - { offsetInCU: 0x1241, offset: 0x7FBC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfE', symObjAddr: 0x17F0, symBinAddr: 0x31DE0, symSize: 0x30 } + - { offsetInCU: 0x126E, offset: 0x7FBEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfETo', symObjAddr: 0x1850, symBinAddr: 0x31E40, symSize: 0x30 } + - { offsetInCU: 0x129D, offset: 0x7FC1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCMa', symObjAddr: 0x1880, symBinAddr: 0x31E70, symSize: 0x20 } + - { offsetInCU: 0x12B1, offset: 0x7FC31, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFAA12TextDocumentC_Tg5Tf4nnddn_g', symObjAddr: 0x1920, symBinAddr: 0x31EE0, symSize: 0xA0 } + - { offsetInCU: 0x1328, offset: 0x7FCA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x19C0, symBinAddr: 0x31F80, symSize: 0x20 } + - { offsetInCU: 0x133C, offset: 0x7FCBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x19E0, symBinAddr: 0x31FA0, symSize: 0x20 } + - { offsetInCU: 0x1350, offset: 0x7FCD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_TA', symObjAddr: 0x1AA0, symBinAddr: 0x31FC0, symSize: 0x20 } + - { offsetInCU: 0x1364, offset: 0x7FCE4, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOy', symObjAddr: 0x1AC0, symBinAddr: 0x31FE0, symSize: 0x20 } + - { offsetInCU: 0x68D, offset: 0x80738, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFAA12TextDocumentC_Tg5', symObjAddr: 0x1BC0, symBinAddr: 0x33CB0, symSize: 0x50 } + - { offsetInCU: 0x7AB, offset: 0x80856, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC04textD00E8Provider04fontF0013rootAnimationD0AcA0bD5ModelC_AA0i7KeypathbF0_pAA0i4FontF0_pAA010MainThreadiD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x320F0, symSize: 0x5F0 } + - { offsetInCU: 0xBA4, offset: 0x80C4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x5F0, symBinAddr: 0x326E0, symSize: 0xC0 } + - { offsetInCU: 0xBF0, offset: 0x80C9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x6B0, symBinAddr: 0x327A0, symSize: 0x260 } + - { offsetInCU: 0xC89, offset: 0x80D34, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x910, symBinAddr: 0x32A00, symSize: 0x50 } + - { offsetInCU: 0xCA5, offset: 0x80D50, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC20fullAnimationKeypathAA0fG0Vvg', symObjAddr: 0x960, symBinAddr: 0x32A50, symSize: 0x240 } + - { offsetInCU: 0xDFA, offset: 0x80EA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xBA0, symBinAddr: 0x32C90, symSize: 0x1020 } + - { offsetInCU: 0x16D5, offset: 0x81780, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x1C10, symBinAddr: 0x33D00, symSize: 0x50 } + - { offsetInCU: 0x175C, offset: 0x81807, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfD', symObjAddr: 0x1CE0, symBinAddr: 0x33DD0, symSize: 0x30 } + - { offsetInCU: 0x19EF, offset: 0x81A9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfE', symObjAddr: 0x1C60, symBinAddr: 0x33D50, symSize: 0x80 } + - { offsetInCU: 0x1A1C, offset: 0x81AC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfETo', symObjAddr: 0x1D10, symBinAddr: 0x33E00, symSize: 0x80 } + - { offsetInCU: 0x1A4B, offset: 0x81AF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCMa', symObjAddr: 0x1D90, symBinAddr: 0x33E80, symSize: 0x20 } + - { offsetInCU: 0x1BDE, offset: 0x81C89, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1DE0, symBinAddr: 0x33EA0, symSize: 0x590 } + - { offsetInCU: 0x2144, offset: 0x821EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchable_pWOb', symObjAddr: 0x24A0, symBinAddr: 0x34490, symSize: 0x1F } + - { offsetInCU: 0x27, offset: 0x82807, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x344B0, symSize: 0x280 } + - { offsetInCU: 0x21F, offset: 0x829FF, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x344B0, symSize: 0x280 } + - { offsetInCU: 0x43E, offset: 0x82C1E, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKFSo9CGPathRefaAI8KeyframeVXEfU_', symObjAddr: 0x280, symBinAddr: 0x34730, symSize: 0xD0 } + - { offsetInCU: 0x5B4, offset: 0x82D94, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x350, symBinAddr: 0x34800, symSize: 0x130 } + - { offsetInCU: 0x674, offset: 0x82E54, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x480, symBinAddr: 0x34930, symSize: 0x10 } + - { offsetInCU: 0x691, offset: 0x82E71, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSgWOb', symObjAddr: 0x4C0, symBinAddr: 0x34970, symSize: 0x40 } + - { offsetInCU: 0x6A5, offset: 0x82E85, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x540, symBinAddr: 0x349B0, symSize: 0x10 } + - { offsetInCU: 0x6B9, offset: 0x82E99, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x550, symBinAddr: 0x349C0, symSize: 0x50 } + - { offsetInCU: 0x6CD, offset: 0x82EAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwCP', symObjAddr: 0x5D0, symBinAddr: 0x34A10, symSize: 0x30 } + - { offsetInCU: 0x6E1, offset: 0x82EC1, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x610, symBinAddr: 0x34A40, symSize: 0x20 } + - { offsetInCU: 0x6F5, offset: 0x82ED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwet', symObjAddr: 0x630, symBinAddr: 0x34A60, symSize: 0x20 } + - { offsetInCU: 0x709, offset: 0x82EE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwst', symObjAddr: 0x650, symBinAddr: 0x34A80, symSize: 0x40 } + - { offsetInCU: 0x71D, offset: 0x82EFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVMa', symObjAddr: 0x690, symBinAddr: 0x34AC0, symSize: 0xA } + - { offsetInCU: 0x2B, offset: 0x8319A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x34AD0, symSize: 0x310 } + - { offsetInCU: 0x4F, offset: 0x831BE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding12CoreGraphics7CGFloatVvpZ', symObjAddr: 0x47E8, symBinAddr: 0x220688, symSize: 0x0 } + - { offsetInCU: 0x7A, offset: 0x831E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x34AD0, symSize: 0x310 } + - { offsetInCU: 0xF8, offset: 0x83267, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tF', symObjAddr: 0x310, symBinAddr: 0x34DE0, symSize: 0x210 } + - { offsetInCU: 0x1E2, offset: 0x83351, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCACycfcTo', symObjAddr: 0x520, symBinAddr: 0x34FF0, symSize: 0x50 } + - { offsetInCU: 0x245, offset: 0x833B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x570, symBinAddr: 0x35040, symSize: 0xB0 } + - { offsetInCU: 0x2B3, offset: 0x83422, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x620, symBinAddr: 0x350F0, symSize: 0x50 } + - { offsetInCU: 0x2F6, offset: 0x83465, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCfD', symObjAddr: 0x670, symBinAddr: 0x35140, symSize: 0x30 } + - { offsetInCU: 0x3CC, offset: 0x8353B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCMa', symObjAddr: 0x6A0, symBinAddr: 0x35170, symSize: 0x20 } + - { offsetInCU: 0x3EB, offset: 0x8355A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC6layout16superlayerBoundsySo6CGRectV_tF', symObjAddr: 0x6C0, symBinAddr: 0x35190, symSize: 0x130 } + - { offsetInCU: 0x48B, offset: 0x835FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x7F0, symBinAddr: 0x352C0, symSize: 0x10 } + - { offsetInCU: 0x4A7, offset: 0x83616, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding_WZ', symObjAddr: 0x800, symBinAddr: 0x352D0, symSize: 0x20 } + - { offsetInCU: 0x4C1, offset: 0x83630, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0x820, symBinAddr: 0x352F0, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x8385C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ', symObjAddr: 0x18A0, symBinAddr: 0x2023C0, symSize: 0x0 } + - { offsetInCU: 0x87, offset: 0x83894, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfC', symObjAddr: 0x0, symBinAddr: 0x35320, symSize: 0xF0 } + - { offsetInCU: 0x11E, offset: 0x8392B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfc', symObjAddr: 0xF0, symBinAddr: 0x35410, symSize: 0xE0 } + - { offsetInCU: 0x1B2, offset: 0x839BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ', symObjAddr: 0x300, symBinAddr: 0x355E0, symSize: 0x30 } + - { offsetInCU: 0x1E9, offset: 0x839F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg', symObjAddr: 0x330, symBinAddr: 0x35610, symSize: 0x10 } + - { offsetInCU: 0x206, offset: 0x83A13, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs', symObjAddr: 0x340, symBinAddr: 0x35620, symSize: 0x40 } + - { offsetInCU: 0x292, offset: 0x83A9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM', symObjAddr: 0x380, symBinAddr: 0x35660, symSize: 0x20 } + - { offsetInCU: 0x306, offset: 0x83B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM.resume.0', symObjAddr: 0x3A0, symBinAddr: 0x35680, symSize: 0x40 } + - { offsetInCU: 0x3A3, offset: 0x83BB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC05clearD0yyF', symObjAddr: 0x3E0, symBinAddr: 0x356C0, symSize: 0x70 } + - { offsetInCU: 0x410, offset: 0x83C1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF', symObjAddr: 0x450, symBinAddr: 0x35730, symSize: 0x30 } + - { offsetInCU: 0x439, offset: 0x83C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF', symObjAddr: 0x670, symBinAddr: 0x35950, symSize: 0x40 } + - { offsetInCU: 0x46C, offset: 0x83C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfd', symObjAddr: 0xD60, symBinAddr: 0x36040, symSize: 0x20 } + - { offsetInCU: 0x4A7, offset: 0x83CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfD', symObjAddr: 0xD80, symBinAddr: 0x36060, symSize: 0x20 } + - { offsetInCU: 0x51C, offset: 0x83D29, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP9animation6forKeyAA0aC0CSgSS_tFTW', symObjAddr: 0xDA0, symBinAddr: 0x36080, symSize: 0x30 } + - { offsetInCU: 0x599, offset: 0x83DA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP03setC0_6forKeyyAA0aC0C_SStFTW', symObjAddr: 0xDD0, symBinAddr: 0x360B0, symSize: 0x40 } + - { offsetInCU: 0x5EA, offset: 0x83DF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP05clearD0yyFTW', symObjAddr: 0xE10, symBinAddr: 0x360F0, symSize: 0x10 } + - { offsetInCU: 0x681, offset: 0x83E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0_WZ', symObjAddr: 0x210, symBinAddr: 0x354F0, symSize: 0xF0 } + - { offsetInCU: 0x779, offset: 0x83F86, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC5value6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x480, symBinAddr: 0x35760, symSize: 0xE0 } + - { offsetInCU: 0x925, offset: 0x84132, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_So10CGImageRefaTg5', symObjAddr: 0x6B0, symBinAddr: 0x35990, symSize: 0x230 } + - { offsetInCU: 0xA8C, offset: 0x84299, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA0A9AnimationCTg5', symObjAddr: 0x8E0, symBinAddr: 0x35BC0, symSize: 0x240 } + - { offsetInCU: 0xBF2, offset: 0x843FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA03DotA4FileCTg5', symObjAddr: 0xB20, symBinAddr: 0x35E00, symSize: 0x240 } + - { offsetInCU: 0xD4D, offset: 0x8455A, size: 0x8, addend: 0x0, symName: '_$s10Foundation12NotificationVIeghn_So14NSNotificationCIeyBhy_TR', symObjAddr: 0x10A0, symBinAddr: 0x36380, symSize: 0x90 } + - { offsetInCU: 0xD65, offset: 0x84572, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCMa', symObjAddr: 0x1340, symBinAddr: 0x36620, symSize: 0x20 } + - { offsetInCU: 0xD79, offset: 0x84586, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC11removeValue6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x1440, symBinAddr: 0x36720, symSize: 0xD0 } + - { offsetInCU: 0xDF9, offset: 0x84606, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA03DotA4FileCTg5TA', symObjAddr: 0x17E0, symBinAddr: 0x36AC0, symSize: 0x10 } + - { offsetInCU: 0xE0D, offset: 0x8461A, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x17F0, symBinAddr: 0x36AD0, symSize: 0x20 } + - { offsetInCU: 0xE21, offset: 0x8462E, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1810, symBinAddr: 0x36AF0, symSize: 0x10 } + - { offsetInCU: 0xE35, offset: 0x84642, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA0A9AnimationCTg5TA', symObjAddr: 0x1820, symBinAddr: 0x36B00, symSize: 0x10 } + - { offsetInCU: 0xE49, offset: 0x84656, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_So10CGImageRefaTg5TA', symObjAddr: 0x1830, symBinAddr: 0x36B10, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x8495A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x36B80, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x8497E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x36B80, symSize: 0x10 } + - { offsetInCU: 0x77, offset: 0x849AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ', symObjAddr: 0x10, symBinAddr: 0x36B90, symSize: 0x10 } + - { offsetInCU: 0xE5, offset: 0x84A18, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfC', symObjAddr: 0xA0, symBinAddr: 0x36C20, symSize: 0xF0 } + - { offsetInCU: 0x1A8, offset: 0x84ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfC', symObjAddr: 0x190, symBinAddr: 0x36D10, symSize: 0xB0 } + - { offsetInCU: 0x217, offset: 0x84B4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueSSvg', symObjAddr: 0x240, symBinAddr: 0x36DC0, symSize: 0x60 } + - { offsetInCU: 0x243, offset: 0x84B76, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueSSvg', symObjAddr: 0x2A0, symBinAddr: 0x36E20, symSize: 0x40 } + - { offsetInCU: 0x2AA, offset: 0x84BDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO11descriptionSSvg', symObjAddr: 0x2E0, symBinAddr: 0x36E60, symSize: 0x60 } + - { offsetInCU: 0x2F1, offset: 0x84C24, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x340, symBinAddr: 0x36EC0, symSize: 0x20 } + - { offsetInCU: 0x30D, offset: 0x84C40, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x360, symBinAddr: 0x36EE0, symSize: 0x20 } + - { offsetInCU: 0x329, offset: 0x84C5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x380, symBinAddr: 0x36F00, symSize: 0x10 } + - { offsetInCU: 0x345, offset: 0x84C78, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO11descriptionSSvg', symObjAddr: 0x390, symBinAddr: 0x36F10, symSize: 0x40 } + - { offsetInCU: 0x370, offset: 0x84CA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASQWb', symObjAddr: 0x3D0, symBinAddr: 0x36F50, symSize: 0x10 } + - { offsetInCU: 0x384, offset: 0x84CB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOACSQAAWl', symObjAddr: 0x3E0, symBinAddr: 0x36F60, symSize: 0x30 } + - { offsetInCU: 0x398, offset: 0x84CCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASQWb', symObjAddr: 0x410, symBinAddr: 0x36F90, symSize: 0x10 } + - { offsetInCU: 0x3AC, offset: 0x84CDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOACSQAAWl', symObjAddr: 0x420, symBinAddr: 0x36FA0, symSize: 0x30 } + - { offsetInCU: 0x3C0, offset: 0x84CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x36FD0, symSize: 0x20 } + - { offsetInCU: 0x3DC, offset: 0x84D0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x470, symBinAddr: 0x36FF0, symSize: 0x20 } + - { offsetInCU: 0x3F8, offset: 0x84D2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x490, symBinAddr: 0x37010, symSize: 0x10 } + - { offsetInCU: 0x414, offset: 0x84D47, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwet', symObjAddr: 0x4C0, symBinAddr: 0x37020, symSize: 0xB0 } + - { offsetInCU: 0x428, offset: 0x84D5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwst', symObjAddr: 0x570, symBinAddr: 0x370D0, symSize: 0xE0 } + - { offsetInCU: 0x43C, offset: 0x84D6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwug', symObjAddr: 0x650, symBinAddr: 0x371B0, symSize: 0x20 } + - { offsetInCU: 0x450, offset: 0x84D83, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwup', symObjAddr: 0x670, symBinAddr: 0x371D0, symSize: 0x10 } + - { offsetInCU: 0x464, offset: 0x84D97, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwui', symObjAddr: 0x680, symBinAddr: 0x371E0, symSize: 0x10 } + - { offsetInCU: 0x478, offset: 0x84DAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOMa', symObjAddr: 0x690, symBinAddr: 0x371F0, symSize: 0x10 } + - { offsetInCU: 0x48C, offset: 0x84DBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwet', symObjAddr: 0x6A0, symBinAddr: 0x37200, symSize: 0x80 } + - { offsetInCU: 0x4A0, offset: 0x84DD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwst', symObjAddr: 0x720, symBinAddr: 0x37280, symSize: 0xD0 } + - { offsetInCU: 0x4B4, offset: 0x84DE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwug', symObjAddr: 0x7F0, symBinAddr: 0x37350, symSize: 0x10 } + - { offsetInCU: 0x4C8, offset: 0x84DFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwup', symObjAddr: 0x800, symBinAddr: 0x37360, symSize: 0x10 } + - { offsetInCU: 0x4DC, offset: 0x84E0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwui', symObjAddr: 0x810, symBinAddr: 0x37370, symSize: 0x10 } + - { offsetInCU: 0x4F0, offset: 0x84E23, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOMa', symObjAddr: 0x820, symBinAddr: 0x37380, symSize: 0xA } + - { offsetInCU: 0x515, offset: 0x84E48, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x20, symBinAddr: 0x36BA0, symSize: 0x10 } + - { offsetInCU: 0x531, offset: 0x84E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x30, symBinAddr: 0x36BB0, symSize: 0x10 } + - { offsetInCU: 0x54D, offset: 0x84E80, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x40, symBinAddr: 0x36BC0, symSize: 0x10 } + - { offsetInCU: 0x569, offset: 0x84E9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x50, symBinAddr: 0x36BD0, symSize: 0x10 } + - { offsetInCU: 0x585, offset: 0x84EB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x60, symBinAddr: 0x36BE0, symSize: 0x10 } + - { offsetInCU: 0x5A1, offset: 0x84ED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH9hashValueSivgTW', symObjAddr: 0x70, symBinAddr: 0x36BF0, symSize: 0x10 } + - { offsetInCU: 0x5BD, offset: 0x84EF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x80, symBinAddr: 0x36C00, symSize: 0x10 } + - { offsetInCU: 0x5D9, offset: 0x84F0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x90, symBinAddr: 0x36C10, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x8509F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x37390, symSize: 0x2F0 } + - { offsetInCU: 0x1AB, offset: 0x8521F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x37390, symSize: 0x2F0 } + - { offsetInCU: 0x3C6, offset: 0x8543A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC03addC6LayersyySayAA0c11CompositionB0CGF', symObjAddr: 0x2F0, symBinAddr: 0x37680, symSize: 0x4A0 } + - { offsetInCU: 0x665, offset: 0x856D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCfD', symObjAddr: 0x790, symBinAddr: 0x37B20, symSize: 0x40 } + - { offsetInCU: 0x6F6, offset: 0x8576A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCMa', symObjAddr: 0x7D0, symBinAddr: 0x37B60, symSize: 0x20 } + - { offsetInCU: 0x70A, offset: 0x8577E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOc', symObjAddr: 0x7F0, symBinAddr: 0x37B80, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x859FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x37BB0, symSize: 0x60 } + - { offsetInCU: 0x81, offset: 0x85A59, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x37BB0, symSize: 0x60 } + - { offsetInCU: 0xC8, offset: 0x85AA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc', symObjAddr: 0x60, symBinAddr: 0x37C10, symSize: 0x90 } + - { offsetInCU: 0x12F, offset: 0x85B07, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfC', symObjAddr: 0xF0, symBinAddr: 0x37CA0, symSize: 0x60 } + - { offsetInCU: 0x17D, offset: 0x85B55, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc', symObjAddr: 0x150, symBinAddr: 0x37D00, symSize: 0x50 } + - { offsetInCU: 0x1AE, offset: 0x85B86, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x1A0, symBinAddr: 0x37D50, symSize: 0x540 } + - { offsetInCU: 0x316, offset: 0x85CEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_', symObjAddr: 0x720, symBinAddr: 0x38290, symSize: 0xA0 } + - { offsetInCU: 0x3ED, offset: 0x85DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x7C0, symBinAddr: 0x38330, symSize: 0x20 } + - { offsetInCU: 0x410, offset: 0x85DE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfd', symObjAddr: 0x7E0, symBinAddr: 0x38350, symSize: 0x40 } + - { offsetInCU: 0x44B, offset: 0x85E23, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfD', symObjAddr: 0x820, symBinAddr: 0x38390, symSize: 0x50 } + - { offsetInCU: 0x496, offset: 0x85E6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x870, symBinAddr: 0x383E0, symSize: 0x20 } + - { offsetInCU: 0x4DC, offset: 0x85EB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x890, symBinAddr: 0x38400, symSize: 0x20 } + - { offsetInCU: 0x5B1, offset: 0x85F89, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x8B0, symBinAddr: 0x38420, symSize: 0x20 } + - { offsetInCU: 0x616, offset: 0x85FEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8D0, symBinAddr: 0x38440, symSize: 0x20 } + - { offsetInCU: 0x648, offset: 0x86020, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_TA', symObjAddr: 0x8F0, symBinAddr: 0x38460, symSize: 0x10 } + - { offsetInCU: 0x65C, offset: 0x86034, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x900, symBinAddr: 0x38470, symSize: 0x20 } + - { offsetInCU: 0x670, offset: 0x86048, size: 0x8, addend: 0x0, symName: '_$sSo6NSDataC10contentsOf7optionsAB10Foundation3URLV_So0A14ReadingOptionsVtKcfcTO', symObjAddr: 0x950, symBinAddr: 0x38490, symSize: 0x100 } + - { offsetInCU: 0x68F, offset: 0x86067, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0xA50, symBinAddr: 0x38590, symSize: 0x60 } + - { offsetInCU: 0x6A3, offset: 0x8607B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0xAB0, symBinAddr: 0x385F0, symSize: 0x40 } + - { offsetInCU: 0x6B7, offset: 0x8608F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMU', symObjAddr: 0xAF0, symBinAddr: 0x38630, symSize: 0x10 } + - { offsetInCU: 0x6CB, offset: 0x860A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMa', symObjAddr: 0xB00, symBinAddr: 0x38640, symSize: 0x30 } + - { offsetInCU: 0x6DF, offset: 0x860B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMr', symObjAddr: 0xB30, symBinAddr: 0x38670, symSize: 0x70 } + - { offsetInCU: 0x4B, offset: 0x86338, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x38740, symSize: 0x20 } + - { offsetInCU: 0x69, offset: 0x86356, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfc', symObjAddr: 0x340, symBinAddr: 0x38A80, symSize: 0x10 } + - { offsetInCU: 0x96, offset: 0x86383, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x400, symBinAddr: 0x38A90, symSize: 0x20 } + - { offsetInCU: 0xC1, offset: 0x863AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF', symObjAddr: 0x420, symBinAddr: 0x38AB0, symSize: 0x20 } + - { offsetInCU: 0xFC, offset: 0x863E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfd', symObjAddr: 0x440, symBinAddr: 0x38AD0, symSize: 0x10 } + - { offsetInCU: 0x129, offset: 0x86416, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfD', symObjAddr: 0x450, symBinAddr: 0x38AE0, symSize: 0x20 } + - { offsetInCU: 0x18C, offset: 0x86479, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x480, symBinAddr: 0x38B10, symSize: 0x20 } + - { offsetInCU: 0x1DC, offset: 0x864C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF', symObjAddr: 0x20, symBinAddr: 0x38760, symSize: 0x10 } + - { offsetInCU: 0x253, offset: 0x86540, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfC', symObjAddr: 0x30, symBinAddr: 0x38770, symSize: 0x30 } + - { offsetInCU: 0x298, offset: 0x86585, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc', symObjAddr: 0x60, symBinAddr: 0x387A0, symSize: 0x10 } + - { offsetInCU: 0x2BD, offset: 0x865AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF', symObjAddr: 0x70, symBinAddr: 0x387B0, symSize: 0x190 } + - { offsetInCU: 0x476, offset: 0x86763, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x200, symBinAddr: 0x38940, symSize: 0xA0 } + - { offsetInCU: 0x4E7, offset: 0x867D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfd', symObjAddr: 0x2A0, symBinAddr: 0x389E0, symSize: 0x20 } + - { offsetInCU: 0x522, offset: 0x8680F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfD', symObjAddr: 0x2C0, symBinAddr: 0x38A00, symSize: 0x20 } + - { offsetInCU: 0x56D, offset: 0x8685A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x2E0, symBinAddr: 0x38A20, symSize: 0x10 } + - { offsetInCU: 0x589, offset: 0x86876, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x2F0, symBinAddr: 0x38A30, symSize: 0x10 } + - { offsetInCU: 0x61A, offset: 0x86907, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x300, symBinAddr: 0x38A40, symSize: 0x20 } + - { offsetInCU: 0x694, offset: 0x86981, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x320, symBinAddr: 0x38A60, symSize: 0x20 } + - { offsetInCU: 0x6EC, offset: 0x869D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x470, symBinAddr: 0x38B00, symSize: 0x10 } + - { offsetInCU: 0x708, offset: 0x869F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x4A0, symBinAddr: 0x38B30, symSize: 0x10 } + - { offsetInCU: 0x74B, offset: 0x86A38, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4B0, symBinAddr: 0x38B40, symSize: 0x10 } + - { offsetInCU: 0x793, offset: 0x86A80, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCMa', symObjAddr: 0x7C0, symBinAddr: 0x38E50, symSize: 0x20 } + - { offsetInCU: 0x7A7, offset: 0x86A94, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCMa', symObjAddr: 0x810, symBinAddr: 0x38EA0, symSize: 0x20 } + - { offsetInCU: 0x867, offset: 0x86B54, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SSTg5Tf4nnd_n', symObjAddr: 0x4C0, symBinAddr: 0x38B50, symSize: 0x2E0 } + - { offsetInCU: 0x27, offset: 0x86D78, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x38EF0, symSize: 0xBF0 } + - { offsetInCU: 0x24E, offset: 0x86F9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x38EF0, symSize: 0xBF0 } + - { offsetInCU: 0x8F4, offset: 0x87645, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfd', symObjAddr: 0xBF0, symBinAddr: 0x39AE0, symSize: 0x80 } + - { offsetInCU: 0x921, offset: 0x87672, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfD', symObjAddr: 0xC70, symBinAddr: 0x39B60, symSize: 0x20 } + - { offsetInCU: 0x95D, offset: 0x876AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xCB0, symBinAddr: 0x39BA0, symSize: 0x20 } + - { offsetInCU: 0x99E, offset: 0x876EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xCD0, symBinAddr: 0x39BC0, symSize: 0x30 } + - { offsetInCU: 0x9DF, offset: 0x87730, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xD00, symBinAddr: 0x39BF0, symSize: 0x20 } + - { offsetInCU: 0xA11, offset: 0x87762, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xD20, symBinAddr: 0x39C10, symSize: 0x10 } + - { offsetInCU: 0xA3F, offset: 0x87790, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCMa', symObjAddr: 0xC90, symBinAddr: 0x39B80, symSize: 0x20 } + - { offsetInCU: 0xAAD, offset: 0x877FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC9transformAcA0C0C_tcfc', symObjAddr: 0xD30, symBinAddr: 0x39C20, symSize: 0x170 } + - { offsetInCU: 0xB56, offset: 0x878A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCfD', symObjAddr: 0xEA0, symBinAddr: 0x39D90, symSize: 0x40 } + - { offsetInCU: 0xBB7, offset: 0x87908, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xF00, symBinAddr: 0x39DF0, symSize: 0x40 } + - { offsetInCU: 0xC01, offset: 0x87952, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xF40, symBinAddr: 0x39E30, symSize: 0x30 } + - { offsetInCU: 0xC42, offset: 0x87993, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xF70, symBinAddr: 0x39E60, symSize: 0x20 } + - { offsetInCU: 0xC83, offset: 0x879D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xF90, symBinAddr: 0x39E80, symSize: 0x10 } + - { offsetInCU: 0xCB5, offset: 0x87A06, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFA0, symBinAddr: 0x39E90, symSize: 0x10 } + - { offsetInCU: 0xCE0, offset: 0x87A31, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFB0, symBinAddr: 0x39EA0, symSize: 0x10 } + - { offsetInCU: 0xD12, offset: 0x87A63, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFC0, symBinAddr: 0x39EB0, symSize: 0x10 } + - { offsetInCU: 0xD3D, offset: 0x87A8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFD0, symBinAddr: 0x39EC0, symSize: 0x10 } + - { offsetInCU: 0xD6F, offset: 0x87AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE0, symBinAddr: 0x39ED0, symSize: 0x10 } + - { offsetInCU: 0xD9A, offset: 0x87AEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFF0, symBinAddr: 0x39EE0, symSize: 0x10 } + - { offsetInCU: 0xDDB, offset: 0x87B2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1000, symBinAddr: 0x39EF0, symSize: 0x10 } + - { offsetInCU: 0xE1C, offset: 0x87B6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1010, symBinAddr: 0x39F00, symSize: 0x20 } + - { offsetInCU: 0xE78, offset: 0x87BC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1030, symBinAddr: 0x39F20, symSize: 0x20 } + - { offsetInCU: 0xEBB, offset: 0x87C0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1050, symBinAddr: 0x39F40, symSize: 0x7E0 } + - { offsetInCU: 0x11DF, offset: 0x87F30, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCMa', symObjAddr: 0xEE0, symBinAddr: 0x39DD0, symSize: 0x20 } + - { offsetInCU: 0x131B, offset: 0x8806C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOc', symObjAddr: 0x1830, symBinAddr: 0x3A720, symSize: 0x30 } + - { offsetInCU: 0x132F, offset: 0x88080, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOb', symObjAddr: 0x1930, symBinAddr: 0x3A750, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x88390, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x3A770, symSize: 0x870 } + - { offsetInCU: 0xDE, offset: 0x88447, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x3A770, symSize: 0x870 } + - { offsetInCU: 0x279, offset: 0x885E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV_AC05ZIP64cdeF0VSgtSgWOb', symObjAddr: 0x870, symBinAddr: 0x3AFE0, symSize: 0x40 } + - { offsetInCU: 0x28D, offset: 0x885F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOy', symObjAddr: 0x950, symBinAddr: 0x3B020, symSize: 0x30 } + - { offsetInCU: 0x2A1, offset: 0x8860A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOe', symObjAddr: 0x9C0, symBinAddr: 0x3B050, symSize: 0x30 } + - { offsetInCU: 0x2B5, offset: 0x8861E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwCP', symObjAddr: 0x9F0, symBinAddr: 0x3B080, symSize: 0x30 } + - { offsetInCU: 0x2C9, offset: 0x88632, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwxx', symObjAddr: 0xA20, symBinAddr: 0x3B0B0, symSize: 0x50 } + - { offsetInCU: 0x2DD, offset: 0x88646, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwcp', symObjAddr: 0xA70, symBinAddr: 0x3B100, symSize: 0x130 } + - { offsetInCU: 0x2F1, offset: 0x8865A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwca', symObjAddr: 0xBA0, symBinAddr: 0x3B230, symSize: 0x2C0 } + - { offsetInCU: 0x305, offset: 0x8866E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVWOh', symObjAddr: 0xE60, symBinAddr: 0x3B4F0, symSize: 0x30 } + - { offsetInCU: 0x319, offset: 0x88682, size: 0x8, addend: 0x0, symName: ___swift_memcpy160_8, symObjAddr: 0xE90, symBinAddr: 0x3B520, symSize: 0x10 } + - { offsetInCU: 0x32D, offset: 0x88696, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwta', symObjAddr: 0xEA0, symBinAddr: 0x3B530, symSize: 0x1B0 } + - { offsetInCU: 0x341, offset: 0x886AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwet', symObjAddr: 0x1050, symBinAddr: 0x3B6E0, symSize: 0x50 } + - { offsetInCU: 0x355, offset: 0x886BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwst', symObjAddr: 0x10A0, symBinAddr: 0x3B730, symSize: 0x80 } + - { offsetInCU: 0x369, offset: 0x886D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVMa', symObjAddr: 0x1120, symBinAddr: 0x3B7B0, symSize: 0xA } + - { offsetInCU: 0x6A, offset: 0x88988, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x1C0, symBinAddr: 0x3B980, symSize: 0x130 } + - { offsetInCU: 0xF1, offset: 0x88A0F, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSDySSypGSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x460, symBinAddr: 0x3BC20, symSize: 0x120 } + - { offsetInCU: 0x1D1, offset: 0x88AEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC19reducedMotionMarkerAA0E0CSgvg', symObjAddr: 0xB10, symBinAddr: 0x3C2D0, symSize: 0x120 } + - { offsetInCU: 0x312, offset: 0x88C30, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xDD0, symBinAddr: 0x3C590, symSize: 0x40 } + - { offsetInCU: 0x326, offset: 0x88C44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xE10, symBinAddr: 0x3C5D0, symSize: 0x7D0 } + - { offsetInCU: 0x641, offset: 0x88F5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfC', symObjAddr: 0x1710, symBinAddr: 0x3CE30, symSize: 0x40 } + - { offsetInCU: 0x6A6, offset: 0x88FC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1750, symBinAddr: 0x3CE70, symSize: 0xD50 } + - { offsetInCU: 0xDD1, offset: 0x896EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueSSvg', symObjAddr: 0x24A0, symBinAddr: 0x3DBC0, symSize: 0x20 } + - { offsetInCU: 0xE08, offset: 0x89726, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x26F0, symBinAddr: 0x3DE10, symSize: 0x20 } + - { offsetInCU: 0xE7B, offset: 0x89799, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2860, symBinAddr: 0x3DF80, symSize: 0x40 } + - { offsetInCU: 0xEC1, offset: 0x897DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x28A0, symBinAddr: 0x3DFC0, symSize: 0x30 } + - { offsetInCU: 0xED5, offset: 0x897F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x28D0, symBinAddr: 0x3DFF0, symSize: 0x10 } + - { offsetInCU: 0xF0B, offset: 0x89829, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x28E0, symBinAddr: 0x3E000, symSize: 0x30 } + - { offsetInCU: 0xF70, offset: 0x8988E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2910, symBinAddr: 0x3E030, symSize: 0x10 } + - { offsetInCU: 0xF8C, offset: 0x898AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x2920, symBinAddr: 0x3E040, symSize: 0x10 } + - { offsetInCU: 0xFA8, offset: 0x898C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0xF070, symBinAddr: 0x4A710, symSize: 0x50 } + - { offsetInCU: 0xFD4, offset: 0x898F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x24C0, symBinAddr: 0x3DBE0, symSize: 0x10 } + - { offsetInCU: 0x1001, offset: 0x8991F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x24D0, symBinAddr: 0x3DBF0, symSize: 0x10 } + - { offsetInCU: 0x102E, offset: 0x8994C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9framerateSdvg', symObjAddr: 0x24E0, symBinAddr: 0x3DC00, symSize: 0x10 } + - { offsetInCU: 0x105B, offset: 0x89979, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC11markerNamesSaySSGvg', symObjAddr: 0x24F0, symBinAddr: 0x3DC10, symSize: 0x200 } + - { offsetInCU: 0x125C, offset: 0x89B7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfd', symObjAddr: 0x2A60, symBinAddr: 0x3E180, symSize: 0x50 } + - { offsetInCU: 0x1289, offset: 0x89BA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfD', symObjAddr: 0x2AB0, symBinAddr: 0x3E1D0, symSize: 0x20 } + - { offsetInCU: 0x12B6, offset: 0x89BD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2AD0, symBinAddr: 0x3E1F0, symSize: 0x3E0 } + - { offsetInCU: 0x130D, offset: 0x89C2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2EB0, symBinAddr: 0x3E5D0, symSize: 0x50 } + - { offsetInCU: 0x1345, offset: 0x89C63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2F00, symBinAddr: 0x3E620, symSize: 0x20 } + - { offsetInCU: 0x1375, offset: 0x89C93, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfC', symObjAddr: 0xC30, symBinAddr: 0x3C3F0, symSize: 0x20 } + - { offsetInCU: 0x1392, offset: 0x89CB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueSivg', symObjAddr: 0xC50, symBinAddr: 0x3C410, symSize: 0x10 } + - { offsetInCU: 0x13C7, offset: 0x89CE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xD10, symBinAddr: 0x3C4D0, symSize: 0x20 } + - { offsetInCU: 0x1412, offset: 0x89D30, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD30, symBinAddr: 0x3C4F0, symSize: 0x10 } + - { offsetInCU: 0x15B3, offset: 0x89ED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x1650, symBinAddr: 0x3CDA0, symSize: 0x30 } + - { offsetInCU: 0x15C7, offset: 0x89EE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSeAAWl', symObjAddr: 0x16B0, symBinAddr: 0x3CDD0, symSize: 0x30 } + - { offsetInCU: 0x15DB, offset: 0x89EF9, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSeAAWl', symObjAddr: 0x16E0, symBinAddr: 0x3CE00, symSize: 0x30 } + - { offsetInCU: 0x17DB, offset: 0x8A0F9, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20MaskCompositionLayerC0oQ0C_Tg5', symObjAddr: 0x2F20, symBinAddr: 0x3E640, symSize: 0x30 } + - { offsetInCU: 0x17F3, offset: 0x8A111, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4MaskC_Tg5', symObjAddr: 0x2F50, symBinAddr: 0x3E670, symSize: 0x30 } + - { offsetInCU: 0x180B, offset: 0x8A129, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie14ShapeItemLayerC0P0V_Tg5', symObjAddr: 0x2F80, symBinAddr: 0x3E6A0, symSize: 0x20 } + - { offsetInCU: 0x1823, offset: 0x8A141, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFyp_Tg5', symObjAddr: 0x2FA0, symBinAddr: 0x3E6C0, symSize: 0x20 } + - { offsetInCU: 0x183B, offset: 0x8A159, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x2FC0, symBinAddr: 0x3E6E0, symSize: 0x20 } + - { offsetInCU: 0x1853, offset: 0x8A171, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie9ShapeItemC_Tg5', symObjAddr: 0x2FE0, symBinAddr: 0x3E700, symSize: 0x30 } + - { offsetInCU: 0x186B, offset: 0x8A189, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GroupC_Tg5', symObjAddr: 0x3010, symBinAddr: 0x3E730, symSize: 0x30 } + - { offsetInCU: 0x1883, offset: 0x8A1A1, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector3DVG_Tg5', symObjAddr: 0x3040, symBinAddr: 0x3E760, symSize: 0x30 } + - { offsetInCU: 0x189B, offset: 0x8A1B9, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x3070, symBinAddr: 0x3E790, symSize: 0x30 } + - { offsetInCU: 0x18B3, offset: 0x8A1D1, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyValueProvider_p_Tg5', symObjAddr: 0x30A0, symBinAddr: 0x3E7C0, symSize: 0x30 } + - { offsetInCU: 0x18CB, offset: 0x8A1E9, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie13KeyframeGroupCyypG_Tg5', symObjAddr: 0x30D0, symBinAddr: 0x3E7F0, symSize: 0x30 } + - { offsetInCU: 0x18E3, offset: 0x8A201, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x3100, symBinAddr: 0x3E820, symSize: 0x20 } + - { offsetInCU: 0x18FB, offset: 0x8A219, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyypG_Tg5', symObjAddr: 0x3120, symBinAddr: 0x3E840, symSize: 0x30 } + - { offsetInCU: 0x1913, offset: 0x8A231, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSd_Tg5', symObjAddr: 0x3150, symBinAddr: 0x3E870, symSize: 0x20 } + - { offsetInCU: 0x192B, offset: 0x8A249, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x3170, symBinAddr: 0x3E890, symSize: 0x20 } + - { offsetInCU: 0x1943, offset: 0x8A261, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo19CAKeyframeAnimationC_Tg5', symObjAddr: 0x3190, symBinAddr: 0x3E8B0, symSize: 0x40 } + - { offsetInCU: 0x195B, offset: 0x8A279, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo8NSNumberC_Tg5', symObjAddr: 0x31D0, symBinAddr: 0x3E8F0, symSize: 0x40 } + - { offsetInCU: 0x1973, offset: 0x8A291, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x3210, symBinAddr: 0x3E930, symSize: 0x20 } + - { offsetInCU: 0x198B, offset: 0x8A2A9, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySo13CATransform3DVGG_Tg5', symObjAddr: 0x3230, symBinAddr: 0x3E950, symSize: 0x30 } + - { offsetInCU: 0x19A3, offset: 0x8A2C1, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CGPointV_Tg5', symObjAddr: 0x3260, symBinAddr: 0x3E980, symSize: 0x30 } + - { offsetInCU: 0x19BB, offset: 0x8A2D9, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSb_Tg5', symObjAddr: 0x3290, symBinAddr: 0x3E9B0, symSize: 0x20 } + - { offsetInCU: 0x19D3, offset: 0x8A2F1, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySbGG_Tg5', symObjAddr: 0x32B0, symBinAddr: 0x3E9D0, symSize: 0x30 } + - { offsetInCU: 0x19EB, offset: 0x8A309, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo10CGColorRefa_Tg5', symObjAddr: 0x32E0, symBinAddr: 0x3EA00, symSize: 0x30 } + - { offsetInCU: 0x1A03, offset: 0x8A321, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo6CGSizeV_Tg5', symObjAddr: 0x3310, symBinAddr: 0x3EA30, symSize: 0x30 } + - { offsetInCU: 0x1A1B, offset: 0x8A339, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySo6CGSizeVG_Tg5', symObjAddr: 0x3340, symBinAddr: 0x3EA60, symSize: 0x30 } + - { offsetInCU: 0x1A33, offset: 0x8A351, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DV5start_AK3endtG_Tg5', symObjAddr: 0x3370, symBinAddr: 0x3EA90, symSize: 0x30 } + - { offsetInCU: 0x1A4B, offset: 0x8A369, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG010BezierPathO0VG_Tg5', symObjAddr: 0x33A0, symBinAddr: 0x3EAC0, symSize: 0x30 } + - { offsetInCU: 0x1A63, offset: 0x8A381, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo9CGPathRefa_Tg5', symObjAddr: 0x33D0, symBinAddr: 0x3EAF0, symSize: 0x30 } + - { offsetInCU: 0x1A7B, offset: 0x8A399, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG7EllipseCAHVG_Tg5', symObjAddr: 0x3400, symBinAddr: 0x3EB20, symSize: 0x30 } + - { offsetInCU: 0x1A93, offset: 0x8A3B1, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG9RectangleCAHVG_Tg5', symObjAddr: 0x3430, symBinAddr: 0x3EB50, symSize: 0x30 } + - { offsetInCU: 0x1AAB, offset: 0x8A3C9, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4StarCAHVG_Tg5', symObjAddr: 0x3460, symBinAddr: 0x3EB80, symSize: 0x30 } + - { offsetInCU: 0x1AC3, offset: 0x8A3E1, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFABy6Lottie8KeyframeCyAG0N8Vector1DVGG_Tg5', symObjAddr: 0x3490, symBinAddr: 0x3EBB0, symSize: 0x20 } + - { offsetInCU: 0x1ADB, offset: 0x8A3F9, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5', symObjAddr: 0x34B0, symBinAddr: 0x3EBD0, symSize: 0x30 } + - { offsetInCU: 0x1AF3, offset: 0x8A411, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x34E0, symBinAddr: 0x3EC00, symSize: 0x30 } + - { offsetInCU: 0x1B0B, offset: 0x8A429, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x3510, symBinAddr: 0x3EC30, symSize: 0x30 } + - { offsetInCU: 0x1B23, offset: 0x8A441, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySayAG10BezierPathVGG_Tg5', symObjAddr: 0x3540, symBinAddr: 0x3EC60, symSize: 0x30 } + - { offsetInCU: 0x1B3B, offset: 0x8A459, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyKeyframeGroup_p_Tg5', symObjAddr: 0x3570, symBinAddr: 0x3EC90, symSize: 0x30 } + - { offsetInCU: 0x1B53, offset: 0x8A471, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20KeyframeInterpolatorCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x35A0, symBinAddr: 0x3ECC0, symSize: 0x30 } + - { offsetInCU: 0x1B6B, offset: 0x8A489, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie0N8Vector1DV_Tg5', symObjAddr: 0x35D0, symBinAddr: 0x3ECF0, symSize: 0x20 } + - { offsetInCU: 0x1B83, offset: 0x8A4A1, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie17KeypathSearchable_p_Tg5', symObjAddr: 0x35F0, symBinAddr: 0x3ED10, symSize: 0x30 } + - { offsetInCU: 0x1B9B, offset: 0x8A4B9, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16CompositionLayerC_Tg5', symObjAddr: 0x3620, symBinAddr: 0x3ED40, symSize: 0x30 } + - { offsetInCU: 0x1BB3, offset: 0x8A4D1, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4FontC_Tg5', symObjAddr: 0x3650, symBinAddr: 0x3ED70, symSize: 0x30 } + - { offsetInCU: 0x1BCB, offset: 0x8A4E9, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie6MarkerC_Tg5', symObjAddr: 0x3680, symBinAddr: 0x3EDA0, symSize: 0x30 } + - { offsetInCU: 0x1BE3, offset: 0x8A501, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GlyphC_Tg5', symObjAddr: 0x36B0, symBinAddr: 0x3EDD0, symSize: 0x30 } + - { offsetInCU: 0x1BFB, offset: 0x8A519, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N5ColorVG_Tg5', symObjAddr: 0x36E0, symBinAddr: 0x3EE00, symSize: 0x30 } + - { offsetInCU: 0x1C13, offset: 0x8A531, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CALayerC_Tg5', symObjAddr: 0x3710, symBinAddr: 0x3EE30, symSize: 0x40 } + - { offsetInCU: 0x1C2B, offset: 0x8A549, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie12TextAnimatorC_Tg5', symObjAddr: 0x3750, symBinAddr: 0x3EE70, symSize: 0x30 } + - { offsetInCU: 0x1C43, offset: 0x8A561, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG12TextDocumentCG_Tg5', symObjAddr: 0x3780, symBinAddr: 0x3EEA0, symSize: 0x30 } + - { offsetInCU: 0x1C5B, offset: 0x8A579, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySaySdGG_Tg5', symObjAddr: 0x37B0, symBinAddr: 0x3EED0, symSize: 0x30 } + - { offsetInCU: 0x1C73, offset: 0x8A591, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie11DashElementC_Tg5', symObjAddr: 0x37E0, symBinAddr: 0x3EF00, symSize: 0x30 } + - { offsetInCU: 0x1C8B, offset: 0x8A5A9, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG10BezierPathVG_Tg5', symObjAddr: 0x3810, symBinAddr: 0x3EF30, symSize: 0x30 } + - { offsetInCU: 0x1CA3, offset: 0x8A5C1, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie03DotN4FileC9AnimationV_Tg5', symObjAddr: 0x3840, symBinAddr: 0x3EF60, symSize: 0x20 } + - { offsetInCU: 0x1D1E, offset: 0x8A63C, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0R0V_Tg5', symObjAddr: 0x3990, symBinAddr: 0x3F0B0, symSize: 0x110 } + - { offsetInCU: 0x1E81, offset: 0x8A79F, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x3AA0, symBinAddr: 0x3F1C0, symSize: 0x110 } + - { offsetInCU: 0x1FE4, offset: 0x8A902, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x3BB0, symBinAddr: 0x3F2D0, symSize: 0x110 } + - { offsetInCU: 0x2147, offset: 0x8AA65, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x3CC0, symBinAddr: 0x3F3E0, symSize: 0x110 } + - { offsetInCU: 0x2294, offset: 0x8ABB2, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x3DD0, symBinAddr: 0x3F4F0, symSize: 0x110 } + - { offsetInCU: 0x23F7, offset: 0x8AD15, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x4020, symBinAddr: 0x3F740, symSize: 0x130 } + - { offsetInCU: 0x255A, offset: 0x8AE78, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSb_Tg5', symObjAddr: 0x4150, symBinAddr: 0x3F870, symSize: 0xF0 } + - { offsetInCU: 0x26BD, offset: 0x8AFDB, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs0aB0Vy6Lottie8KeyframeCyAJ0P8Vector1DVGG_Tg5', symObjAddr: 0x4370, symBinAddr: 0x3FA90, symSize: 0x130 } + - { offsetInCU: 0x2820, offset: 0x8B13E, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV_Tg5', symObjAddr: 0x4960, symBinAddr: 0x40080, symSize: 0x120 } + - { offsetInCU: 0x2983, offset: 0x8B2A1, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie03DotP4FileC9AnimationV_Tg5', symObjAddr: 0x4A80, symBinAddr: 0x401A0, symSize: 0x120 } + - { offsetInCU: 0x2ABA, offset: 0x8B3D8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x4BA0, symBinAddr: 0x402C0, symSize: 0x210 } + - { offsetInCU: 0x2B54, offset: 0x8B472, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector1DVTg5', symObjAddr: 0x4DB0, symBinAddr: 0x404D0, symSize: 0x1B0 } + - { offsetInCU: 0x2BEE, offset: 0x8B50C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector3DVTg5', symObjAddr: 0x4F60, symBinAddr: 0x40680, symSize: 0x1D0 } + - { offsetInCU: 0x2C88, offset: 0x8B5A6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x5130, symBinAddr: 0x40850, symSize: 0x1B0 } + - { offsetInCU: 0x2D22, offset: 0x8B640, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G5ColorVTg5', symObjAddr: 0x52E0, symBinAddr: 0x40A00, symSize: 0x1C0 } + - { offsetInCU: 0x2DBC, offset: 0x8B6DA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x54A0, symBinAddr: 0x40BC0, symSize: 0x1C0 } + - { offsetInCU: 0x2E56, offset: 0x8B774, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x5660, symBinAddr: 0x40D80, symSize: 0x200 } + - { offsetInCU: 0x2EF0, offset: 0x8B80E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x5880, symBinAddr: 0x40FA0, symSize: 0x1D0 } + - { offsetInCU: 0x2F8A, offset: 0x8B8A8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x5A50, symBinAddr: 0x41170, symSize: 0x1E0 } + - { offsetInCU: 0x3024, offset: 0x8B942, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x5C30, symBinAddr: 0x41350, symSize: 0x1F0 } + - { offsetInCU: 0x30BE, offset: 0x8B9DC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x5E20, symBinAddr: 0x41540, symSize: 0x1C0 } + - { offsetInCU: 0x314D, offset: 0x8BA6B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x6260, symBinAddr: 0x41980, symSize: 0x250 } + - { offsetInCU: 0x31E6, offset: 0x8BB04, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x64B0, symBinAddr: 0x41BD0, symSize: 0x200 } + - { offsetInCU: 0x328B, offset: 0x8BBA9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0x66B0, symBinAddr: 0x41DD0, symSize: 0x210 } + - { offsetInCU: 0x331A, offset: 0x8BC38, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF6Lottie16AnimationKeypathV_AD16AnyValueProvider_pTg5', symObjAddr: 0x68C0, symBinAddr: 0x41FE0, symSize: 0x240 } + - { offsetInCU: 0x3387, offset: 0x8BCA5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie6MarkerCTg5', symObjAddr: 0x6B00, symBinAddr: 0x42220, symSize: 0x220 } + - { offsetInCU: 0x342C, offset: 0x8BD4A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AH2totTg5', symObjAddr: 0x6D40, symBinAddr: 0x42460, symSize: 0x240 } + - { offsetInCU: 0x34CE, offset: 0x8BDEC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSu_SSTg5', symObjAddr: 0x71E0, symBinAddr: 0x42900, symSize: 0x210 } + - { offsetInCU: 0x3568, offset: 0x8BE86, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_So10CGImageRefaTg5', symObjAddr: 0x73F0, symBinAddr: 0x42B10, symSize: 0x220 } + - { offsetInCU: 0x3618, offset: 0x8BF36, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x7840, symBinAddr: 0x42F60, symSize: 0x3C0 } + - { offsetInCU: 0x3738, offset: 0x8C056, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector1DVTg5', symObjAddr: 0x7C00, symBinAddr: 0x43320, symSize: 0x310 } + - { offsetInCU: 0x3858, offset: 0x8C176, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector3DVTg5', symObjAddr: 0x7F10, symBinAddr: 0x43630, symSize: 0x330 } + - { offsetInCU: 0x3978, offset: 0x8C296, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x8240, symBinAddr: 0x43960, symSize: 0x310 } + - { offsetInCU: 0x3A98, offset: 0x8C3B6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N5ColorVTg5', symObjAddr: 0x8550, symBinAddr: 0x43C70, symSize: 0x330 } + - { offsetInCU: 0x3BB8, offset: 0x8C4D6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x8880, symBinAddr: 0x43FA0, symSize: 0x310 } + - { offsetInCU: 0x3CD8, offset: 0x8C5F6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x8B90, symBinAddr: 0x442B0, symSize: 0x390 } + - { offsetInCU: 0x3DF8, offset: 0x8C716, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x8F40, symBinAddr: 0x44660, symSize: 0x330 } + - { offsetInCU: 0x3F18, offset: 0x8C836, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x9270, symBinAddr: 0x44990, symSize: 0x350 } + - { offsetInCU: 0x4038, offset: 0x8C956, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x95C0, symBinAddr: 0x44CE0, symSize: 0x370 } + - { offsetInCU: 0x4158, offset: 0x8CA76, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x9930, symBinAddr: 0x45050, symSize: 0x330 } + - { offsetInCU: 0x42AF, offset: 0x8CBCD, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie10LayerModelCTg5', symObjAddr: 0xA030, symBinAddr: 0x45750, symSize: 0x340 } + - { offsetInCU: 0x43F0, offset: 0x8CD0E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_Say6Lottie10LayerModelCGTg5', symObjAddr: 0xA370, symBinAddr: 0x45A90, symSize: 0x340 } + - { offsetInCU: 0x4521, offset: 0x8CE3F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0xA6B0, symBinAddr: 0x45DD0, symSize: 0x3D0 } + - { offsetInCU: 0x462D, offset: 0x8CF4B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0xAA80, symBinAddr: 0x461A0, symSize: 0x340 } + - { offsetInCU: 0x4758, offset: 0x8D076, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0xADC0, symBinAddr: 0x464E0, symSize: 0x360 } + - { offsetInCU: 0x4863, offset: 0x8D181, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTg5', symObjAddr: 0xB120, symBinAddr: 0x46840, symSize: 0x280 } + - { offsetInCU: 0x48DC, offset: 0x8D1FA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie6MarkerCTg5', symObjAddr: 0xB3A0, symBinAddr: 0x46AC0, symSize: 0x3B0 } + - { offsetInCU: 0x4A12, offset: 0x8D330, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AJ2totTg5', symObjAddr: 0xB770, symBinAddr: 0x46E90, symSize: 0x390 } + - { offsetInCU: 0x4B47, offset: 0x8D465, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSu_SSTg5', symObjAddr: 0xBED0, symBinAddr: 0x475F0, symSize: 0x350 } + - { offsetInCU: 0x4C67, offset: 0x8D585, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_So10CGImageRefaTg5', symObjAddr: 0xC220, symBinAddr: 0x47940, symSize: 0x3B0 } + - { offsetInCU: 0x4DE4, offset: 0x8D702, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV16_unsafeInsertNew3key5valueyxn_q_ntF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTB5', symObjAddr: 0xC9A0, symBinAddr: 0x480C0, symSize: 0x120 } + - { offsetInCU: 0x4F39, offset: 0x8D857, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSiAA5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOTg5Tf4dnnn_n', symObjAddr: 0xCC50, symBinAddr: 0x48370, symSize: 0x100 } + - { offsetInCU: 0x4FA3, offset: 0x8D8C1, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSAA15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOTg5Tf4dnnn_n', symObjAddr: 0xCD50, symBinAddr: 0x48470, symSize: 0x110 } + - { offsetInCU: 0x5351, offset: 0x8DC6F, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC0D9AnimationC10CodingKeysO_AC10LayerModelCAC0N4TypeOTg5Tf4dnnn_n', symObjAddr: 0xDAE0, symBinAddr: 0x49200, symSize: 0x460 } + - { offsetInCU: 0x5591, offset: 0x8DEAF, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSesSeRzlWl', symObjAddr: 0xDF40, symBinAddr: 0x49660, symSize: 0x80 } + - { offsetInCU: 0x55A5, offset: 0x8DEC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSEAAWl', symObjAddr: 0xE020, symBinAddr: 0x496E0, symSize: 0x30 } + - { offsetInCU: 0x55B9, offset: 0x8DED7, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSEAAWl', symObjAddr: 0xE050, symBinAddr: 0x49710, symSize: 0x30 } + - { offsetInCU: 0x55CD, offset: 0x8DEEB, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSEsSERzlWl', symObjAddr: 0xE080, symBinAddr: 0x49740, symSize: 0x80 } + - { offsetInCU: 0x55E1, offset: 0x8DEFF, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSEsSERzlWl', symObjAddr: 0xE1C0, symBinAddr: 0x49880, symSize: 0x80 } + - { offsetInCU: 0x55F5, offset: 0x8DF13, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASQWb', symObjAddr: 0xE240, symBinAddr: 0x49900, symSize: 0x10 } + - { offsetInCU: 0x5609, offset: 0x8DF27, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSQAAWl', symObjAddr: 0xE250, symBinAddr: 0x49910, symSize: 0x30 } + - { offsetInCU: 0x561D, offset: 0x8DF3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwet', symObjAddr: 0xE2A0, symBinAddr: 0x49940, symSize: 0x80 } + - { offsetInCU: 0x5631, offset: 0x8DF4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwst', symObjAddr: 0xE320, symBinAddr: 0x499C0, symSize: 0xD0 } + - { offsetInCU: 0x5645, offset: 0x8DF63, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwug', symObjAddr: 0xE3F0, symBinAddr: 0x49A90, symSize: 0x10 } + - { offsetInCU: 0x5659, offset: 0x8DF77, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwup', symObjAddr: 0xE400, symBinAddr: 0x49AA0, symSize: 0x10 } + - { offsetInCU: 0x566D, offset: 0x8DF8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwui', symObjAddr: 0xE410, symBinAddr: 0x49AB0, symSize: 0x10 } + - { offsetInCU: 0x5681, offset: 0x8DF9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOMa', symObjAddr: 0xE420, symBinAddr: 0x49AC0, symSize: 0x10 } + - { offsetInCU: 0x5695, offset: 0x8DFB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCMa', symObjAddr: 0xE430, symBinAddr: 0x49AD0, symSize: 0x20 } + - { offsetInCU: 0x56A9, offset: 0x8DFC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwet', symObjAddr: 0xE490, symBinAddr: 0x49B30, symSize: 0x80 } + - { offsetInCU: 0x56BD, offset: 0x8DFDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwst', symObjAddr: 0xE510, symBinAddr: 0x49BB0, symSize: 0xD0 } + - { offsetInCU: 0x56D1, offset: 0x8DFEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwug', symObjAddr: 0xE5E0, symBinAddr: 0x49C80, symSize: 0x10 } + - { offsetInCU: 0x56E5, offset: 0x8E003, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwup', symObjAddr: 0xE5F0, symBinAddr: 0x49C90, symSize: 0x10 } + - { offsetInCU: 0x56F9, offset: 0x8E017, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwui', symObjAddr: 0xE600, symBinAddr: 0x49CA0, symSize: 0x10 } + - { offsetInCU: 0x570D, offset: 0x8E02B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOMa', symObjAddr: 0xE610, symBinAddr: 0x49CB0, symSize: 0x10 } + - { offsetInCU: 0x5721, offset: 0x8E03F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASQWb', symObjAddr: 0xE620, symBinAddr: 0x49CC0, symSize: 0x10 } + - { offsetInCU: 0x5735, offset: 0x8E053, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAESQAAWl', symObjAddr: 0xE630, symBinAddr: 0x49CD0, symSize: 0x30 } + - { offsetInCU: 0x5749, offset: 0x8E067, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE660, symBinAddr: 0x49D00, symSize: 0x10 } + - { offsetInCU: 0x575D, offset: 0x8E07B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE670, symBinAddr: 0x49D10, symSize: 0x30 } + - { offsetInCU: 0x5771, offset: 0x8E08F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE6A0, symBinAddr: 0x49D40, symSize: 0x10 } + - { offsetInCU: 0x5785, offset: 0x8E0A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xE6B0, symBinAddr: 0x49D50, symSize: 0x30 } + - { offsetInCU: 0x5799, offset: 0x8E0B7, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC12PrecompAssetC10CodingKeysO_AC10LayerModelCAC0O4TypeOTg5Tf4dnnn_n', symObjAddr: 0xE6E0, symBinAddr: 0x49D80, symSize: 0x450 } + - { offsetInCU: 0x59D9, offset: 0x8E2F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs9CodingKeyAAWl', symObjAddr: 0xF0F0, symBinAddr: 0x4A760, symSize: 0x30 } + - { offsetInCU: 0x59ED, offset: 0x8E30B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSeAAWl', symObjAddr: 0xF120, symBinAddr: 0x4A790, symSize: 0x30 } + - { offsetInCU: 0x5A01, offset: 0x8E31F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSeAAWl', symObjAddr: 0xF1A0, symBinAddr: 0x4A7F0, symSize: 0x30 } + - { offsetInCU: 0x5A15, offset: 0x8E333, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSYAAWl', symObjAddr: 0xF220, symBinAddr: 0x4A850, symSize: 0x30 } + - { offsetInCU: 0x5A63, offset: 0x8E381, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxcigSS_ypTg5', symObjAddr: 0xA90, symBinAddr: 0x3C250, symSize: 0x80 } + - { offsetInCU: 0x5AD8, offset: 0x8E3F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC60, symBinAddr: 0x3C420, symSize: 0x10 } + - { offsetInCU: 0x5B69, offset: 0x8E487, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH9hashValueSivgTW', symObjAddr: 0xC70, symBinAddr: 0x3C430, symSize: 0x40 } + - { offsetInCU: 0x5C18, offset: 0x8E536, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xCB0, symBinAddr: 0x3C470, symSize: 0x20 } + - { offsetInCU: 0x5C6B, offset: 0x8E589, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCD0, symBinAddr: 0x3C490, symSize: 0x40 } + - { offsetInCU: 0x5CEE, offset: 0x8E60C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xD40, symBinAddr: 0x3C500, symSize: 0x50 } + - { offsetInCU: 0x5D11, offset: 0x8E62F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD90, symBinAddr: 0x3C550, symSize: 0x40 } + - { offsetInCU: 0x5EAD, offset: 0x8E7CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2710, symBinAddr: 0x3DE30, symSize: 0x80 } + - { offsetInCU: 0x5F7C, offset: 0x8E89A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2790, symBinAddr: 0x3DEB0, symSize: 0x50 } + - { offsetInCU: 0x5FFA, offset: 0x8E918, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x27E0, symBinAddr: 0x3DF00, symSize: 0x30 } + - { offsetInCU: 0x604C, offset: 0x8E96A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2810, symBinAddr: 0x3DF30, symSize: 0x50 } + - { offsetInCU: 0x60AE, offset: 0x8E9CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2930, symBinAddr: 0x3E050, symSize: 0x20 } + - { offsetInCU: 0x60CA, offset: 0x8E9E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x2950, symBinAddr: 0x3E070, symSize: 0x20 } + - { offsetInCU: 0x60E6, offset: 0x8EA04, size: 0x8, addend: 0x0, symName: '_$sSh8containsySbxFSS_Tg5', symObjAddr: 0x2970, symBinAddr: 0x3E090, symSize: 0xF0 } + - { offsetInCU: 0x62CF, offset: 0x8EBED, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie6MarkerCG_Tg5037$s6Lottie0A9AnimationC19reducedMotionE19AA0E0CSgvgSbAFXEfU_ShySSGTf1cn_nTf4ng_n', symObjAddr: 0xCAC0, symBinAddr: 0x481E0, symSize: 0x130 } + - { offsetInCU: 0x6466, offset: 0x8ED84, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie6MarkerCTg5Tf4gd_n', symObjAddr: 0xD060, symBinAddr: 0x48780, symSize: 0xE0 } + - { offsetInCU: 0x65AD, offset: 0x8EECB, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_So8CAAction_pTg5Tf4gd_n', symObjAddr: 0xD170, symBinAddr: 0x48890, symSize: 0xE0 } + - { offsetInCU: 0x66EE, offset: 0x8F00C, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie15AnyNodeProperty_pTg5Tf4gd_n', symObjAddr: 0xD290, symBinAddr: 0x489B0, symSize: 0xE0 } + - { offsetInCU: 0x681B, offset: 0x8F139, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo7CALayerC_6Lottie16AnimationKeypathVTg5Tf4gd_n', symObjAddr: 0xD370, symBinAddr: 0x48A90, symSize: 0xC0 } + - { offsetInCU: 0x693E, offset: 0x8F25C, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SaySSGTg5Tf4gn_n', symObjAddr: 0xD430, symBinAddr: 0x48B50, symSize: 0x90 } + - { offsetInCU: 0x6A84, offset: 0x8F3A2, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSu_SSTg5Tf4gd_n', symObjAddr: 0xD4C0, symBinAddr: 0x48BE0, symSize: 0x110 } + - { offsetInCU: 0x6BB5, offset: 0x8F4D3, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs11AnyHashableV_12CoreGraphics7CGFloatV4from_AG2totTg5Tf4gd_n', symObjAddr: 0xD5D0, symBinAddr: 0x48CF0, symSize: 0x100 } + - { offsetInCU: 0x6D02, offset: 0x8F620, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo17NSLayoutAttributeV_So0C10ConstraintCTg5Tf4gd_n', symObjAddr: 0xD6F0, symBinAddr: 0x48E10, symSize: 0x100 } + - { offsetInCU: 0x6E33, offset: 0x8F751, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTg5Tf4gd_n', symObjAddr: 0xD900, symBinAddr: 0x49020, symSize: 0xE0 } + - { offsetInCU: 0x4F, offset: 0x8FC18, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x4A8E0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x8FC3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x4A920, symSize: 0x400 } + - { offsetInCU: 0xDC, offset: 0x8FCA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x440, symBinAddr: 0x4AD20, symSize: 0x7C0 } + - { offsetInCU: 0x33E, offset: 0x8FF07, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0xC00, symBinAddr: 0x4B4E0, symSize: 0x260 } + - { offsetInCU: 0x3AC, offset: 0x8FF75, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO8rawValueSSvg', symObjAddr: 0xE60, symBinAddr: 0x4B740, symSize: 0x20 } + - { offsetInCU: 0x3E3, offset: 0x8FFAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xE80, symBinAddr: 0x4B760, symSize: 0x20 } + - { offsetInCU: 0x461, offset: 0x9002A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0xEE0, symBinAddr: 0x4B7C0, symSize: 0x70 } + - { offsetInCU: 0x4C7, offset: 0x90090, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0xF50, symBinAddr: 0x4B830, symSize: 0x30 } + - { offsetInCU: 0x4E3, offset: 0x900AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xF80, symBinAddr: 0x4B860, symSize: 0x10 } + - { offsetInCU: 0x519, offset: 0x900E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xF90, symBinAddr: 0x4B870, symSize: 0x60 } + - { offsetInCU: 0x59E, offset: 0x90167, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xFF0, symBinAddr: 0x4B8D0, symSize: 0x10 } + - { offsetInCU: 0x5BA, offset: 0x90183, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1000, symBinAddr: 0x4B8E0, symSize: 0x10 } + - { offsetInCU: 0x5F6, offset: 0x901BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfD', symObjAddr: 0x1090, symBinAddr: 0x4B970, symSize: 0x50 } + - { offsetInCU: 0x6C0, offset: 0x90289, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfE', symObjAddr: 0x1050, symBinAddr: 0x4B930, symSize: 0x40 } + - { offsetInCU: 0x718, offset: 0x902E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCMa', symObjAddr: 0x10E0, symBinAddr: 0x4B9C0, symSize: 0x20 } + - { offsetInCU: 0x72C, offset: 0x902F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs0E3KeyAAWl', symObjAddr: 0x1170, symBinAddr: 0x4B9E0, symSize: 0x30 } + - { offsetInCU: 0x740, offset: 0x90309, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSEAAWl', symObjAddr: 0x11A0, symBinAddr: 0x4BA10, symSize: 0x30 } + - { offsetInCU: 0x754, offset: 0x9031D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSEAAWl', symObjAddr: 0x1200, symBinAddr: 0x4BA70, symSize: 0x30 } + - { offsetInCU: 0x768, offset: 0x90331, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSeAAWl', symObjAddr: 0x12D0, symBinAddr: 0x4BB10, symSize: 0x30 } + - { offsetInCU: 0x77C, offset: 0x90345, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSeAAWl', symObjAddr: 0x1370, symBinAddr: 0x4BBB0, symSize: 0x30 } + - { offsetInCU: 0x790, offset: 0x90359, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwet', symObjAddr: 0x1450, symBinAddr: 0x4BBE0, symSize: 0x80 } + - { offsetInCU: 0x7A4, offset: 0x9036D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwst', symObjAddr: 0x14D0, symBinAddr: 0x4BC60, symSize: 0xD0 } + - { offsetInCU: 0x7B8, offset: 0x90381, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwug', symObjAddr: 0x15A0, symBinAddr: 0x4BD30, symSize: 0x10 } + - { offsetInCU: 0x7CC, offset: 0x90395, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwup', symObjAddr: 0x15B0, symBinAddr: 0x4BD40, symSize: 0x10 } + - { offsetInCU: 0x7E0, offset: 0x903A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwui', symObjAddr: 0x15C0, symBinAddr: 0x4BD50, symSize: 0x10 } + - { offsetInCU: 0x7F4, offset: 0x903BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOMa', symObjAddr: 0x15D0, symBinAddr: 0x4BD60, symSize: 0x10 } + - { offsetInCU: 0x808, offset: 0x903D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASQWb', symObjAddr: 0x15E0, symBinAddr: 0x4BD70, symSize: 0x10 } + - { offsetInCU: 0x81C, offset: 0x903E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFSQAAWl', symObjAddr: 0x15F0, symBinAddr: 0x4BD80, symSize: 0x30 } + - { offsetInCU: 0x830, offset: 0x903F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1620, symBinAddr: 0x4BDB0, symSize: 0x10 } + - { offsetInCU: 0x844, offset: 0x9040D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1630, symBinAddr: 0x4BDC0, symSize: 0x30 } + - { offsetInCU: 0x858, offset: 0x90421, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1660, symBinAddr: 0x4BDF0, symSize: 0x10 } + - { offsetInCU: 0x86C, offset: 0x90435, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1670, symBinAddr: 0x4BE00, symSize: 0x2E } + - { offsetInCU: 0x8CC, offset: 0x90495, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xEA0, symBinAddr: 0x4B780, symSize: 0x10 } + - { offsetInCU: 0x8E8, offset: 0x904B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH9hashValueSivgTW', symObjAddr: 0xEB0, symBinAddr: 0x4B790, symSize: 0x10 } + - { offsetInCU: 0x904, offset: 0x904CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xEC0, symBinAddr: 0x4B7A0, symSize: 0x10 } + - { offsetInCU: 0x920, offset: 0x904E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xED0, symBinAddr: 0x4B7B0, symSize: 0x10 } + - { offsetInCU: 0x942, offset: 0x9050B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1010, symBinAddr: 0x4B8F0, symSize: 0x20 } + - { offsetInCU: 0x95E, offset: 0x90527, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1030, symBinAddr: 0x4B910, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x906F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x4BE30, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x9070F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x4BE30, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x90723, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMr', symObjAddr: 0x10, symBinAddr: 0x4BE40, symSize: 0x60 } + - { offsetInCU: 0xA1, offset: 0x9076D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9keyframesACyxGs15ContiguousArrayVyAA0B0CyxGG_tcfC', symObjAddr: 0x70, symBinAddr: 0x4BEA0, symSize: 0x60 } + - { offsetInCU: 0xE5, offset: 0x907B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0xD0, symBinAddr: 0x4BF00, symSize: 0x70 } + - { offsetInCU: 0x184, offset: 0x90850, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvg', symObjAddr: 0x180, symBinAddr: 0x4BF70, symSize: 0x50 } + - { offsetInCU: 0x1BE, offset: 0x9088A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x1D0, symBinAddr: 0x4BFC0, symSize: 0x130 } + - { offsetInCU: 0x280, offset: 0x9094C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x300, symBinAddr: 0x4C0F0, symSize: 0x3A0 } + - { offsetInCU: 0x42F, offset: 0x90AFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfd', symObjAddr: 0x6A0, symBinAddr: 0x4C490, symSize: 0x30 } + - { offsetInCU: 0x45C, offset: 0x90B28, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfD', symObjAddr: 0x6D0, symBinAddr: 0x4C4C0, symSize: 0x20 } + - { offsetInCU: 0x489, offset: 0x90B55, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x700, symBinAddr: 0x4C4F0, symSize: 0x20 } + - { offsetInCU: 0x4B4, offset: 0x90B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x720, symBinAddr: 0x4C510, symSize: 0x20 } + - { offsetInCU: 0x4E6, offset: 0x90BB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x740, symBinAddr: 0x4C530, symSize: 0x20 } + - { offsetInCU: 0x502, offset: 0x90BCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x780, symBinAddr: 0x4C570, symSize: 0x10 } + - { offsetInCU: 0x56E, offset: 0x90C3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMa', symObjAddr: 0x6F0, symBinAddr: 0x4C4E0, symSize: 0x10 } + - { offsetInCU: 0x582, offset: 0x90C4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x760, symBinAddr: 0x4C550, symSize: 0x10 } + - { offsetInCU: 0x596, offset: 0x90C62, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x770, symBinAddr: 0x4C560, symSize: 0x10 } + - { offsetInCU: 0x5AA, offset: 0x90C76, size: 0x8, addend: 0x0, symName: ___swift_instantiateGenericMetadata, symObjAddr: 0x790, symBinAddr: 0x4C580, symSize: 0x26 } + - { offsetInCU: 0x6C, offset: 0x90EC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector1DV_TB5', symObjAddr: 0x2440, symBinAddr: 0x4E920, symSize: 0xE0 } + - { offsetInCU: 0x174, offset: 0x90FCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector3DV_TB5', symObjAddr: 0x2520, symBinAddr: 0x4EA00, symSize: 0x100 } + - { offsetInCU: 0x27B, offset: 0x910D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A5ColorV_TB5', symObjAddr: 0x26B0, symBinAddr: 0x4EB60, symSize: 0x110 } + - { offsetInCU: 0x38F, offset: 0x911E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x4C5B0, symSize: 0x9C0 } + - { offsetInCU: 0x4F5, offset: 0x9134D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x9C0, symBinAddr: 0x4CF70, symSize: 0xFA0 } + - { offsetInCU: 0x8F0, offset: 0x91748, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueSSvg', symObjAddr: 0x1960, symBinAddr: 0x4DF10, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0x9177F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x19A0, symBinAddr: 0x4DF50, symSize: 0x20 } + - { offsetInCU: 0x99A, offset: 0x917F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1B30, symBinAddr: 0x4E0E0, symSize: 0x40 } + - { offsetInCU: 0x9E0, offset: 0x91838, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x1B70, symBinAddr: 0x4E120, symSize: 0x30 } + - { offsetInCU: 0x9F4, offset: 0x9184C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1BA0, symBinAddr: 0x4E150, symSize: 0x10 } + - { offsetInCU: 0xA2A, offset: 0x91882, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1BB0, symBinAddr: 0x4E160, symSize: 0x30 } + - { offsetInCU: 0xA8F, offset: 0x918E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1BE0, symBinAddr: 0x4E190, symSize: 0x10 } + - { offsetInCU: 0xAAB, offset: 0x91903, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1BF0, symBinAddr: 0x4E1A0, symSize: 0x10 } + - { offsetInCU: 0xAC7, offset: 0x9191F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2FF0, symBinAddr: 0x4F3F0, symSize: 0x50 } + - { offsetInCU: 0xAFF, offset: 0x91957, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO8rawValueSSvg', symObjAddr: 0x1980, symBinAddr: 0x4DF30, symSize: 0x20 } + - { offsetInCU: 0xB36, offset: 0x9198E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x19C0, symBinAddr: 0x4DF70, symSize: 0x20 } + - { offsetInCU: 0xBB4, offset: 0x91A0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1C80, symBinAddr: 0x4E230, symSize: 0x70 } + - { offsetInCU: 0xC1A, offset: 0x91A72, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1CF0, symBinAddr: 0x4E2A0, symSize: 0x30 } + - { offsetInCU: 0xC36, offset: 0x91A8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1D20, symBinAddr: 0x4E2D0, symSize: 0x10 } + - { offsetInCU: 0xC6C, offset: 0x91AC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1D30, symBinAddr: 0x4E2E0, symSize: 0x60 } + - { offsetInCU: 0xCF1, offset: 0x91B49, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1D90, symBinAddr: 0x4E340, symSize: 0x10 } + - { offsetInCU: 0xD0D, offset: 0x91B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1DA0, symBinAddr: 0x4E350, symSize: 0x10 } + - { offsetInCU: 0xD2A, offset: 0x91B82, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfd', symObjAddr: 0x1DF0, symBinAddr: 0x4E3A0, symSize: 0x70 } + - { offsetInCU: 0xD57, offset: 0x91BAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfD', symObjAddr: 0x1E60, symBinAddr: 0x4E410, symSize: 0x20 } + - { offsetInCU: 0xD84, offset: 0x91BDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1EA0, symBinAddr: 0x4E450, symSize: 0x370 } + - { offsetInCU: 0xDDB, offset: 0x91C33, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2210, symBinAddr: 0x4E7C0, symSize: 0x50 } + - { offsetInCU: 0xE13, offset: 0x91C6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2260, symBinAddr: 0x4E810, symSize: 0x20 } + - { offsetInCU: 0xE45, offset: 0x91C9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2380, symBinAddr: 0x4E860, symSize: 0x20 } + - { offsetInCU: 0xE86, offset: 0x91CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x23A0, symBinAddr: 0x4E880, symSize: 0x20 } + - { offsetInCU: 0xEC7, offset: 0x91D1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x23C0, symBinAddr: 0x4E8A0, symSize: 0x20 } + - { offsetInCU: 0xF08, offset: 0x91D60, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x23E0, symBinAddr: 0x4E8C0, symSize: 0x20 } + - { offsetInCU: 0xF49, offset: 0x91DA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2400, symBinAddr: 0x4E8E0, symSize: 0x20 } + - { offsetInCU: 0xF8A, offset: 0x91DE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2420, symBinAddr: 0x4E900, symSize: 0x20 } + - { offsetInCU: 0x1063, offset: 0x91EBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC7defaultACvgZTf4d_n', symObjAddr: 0x2900, symBinAddr: 0x4ED50, symSize: 0x1B0 } + - { offsetInCU: 0x11E7, offset: 0x9203F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCMa', symObjAddr: 0x1E80, symBinAddr: 0x4E430, symSize: 0x20 } + - { offsetInCU: 0x11FB, offset: 0x92053, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x22F0, symBinAddr: 0x4E830, symSize: 0x30 } + - { offsetInCU: 0x1368, offset: 0x921C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x2620, symBinAddr: 0x4EB00, symSize: 0x30 } + - { offsetInCU: 0x13A8, offset: 0x92200, size: 0x8, addend: 0x0, symName: '_$sypSgWOb', symObjAddr: 0x2B10, symBinAddr: 0x4EF30, symSize: 0x40 } + - { offsetInCU: 0x13BC, offset: 0x92214, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwet', symObjAddr: 0x2B70, symBinAddr: 0x4EF70, symSize: 0x80 } + - { offsetInCU: 0x13D0, offset: 0x92228, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwst', symObjAddr: 0x2BF0, symBinAddr: 0x4EFF0, symSize: 0xD0 } + - { offsetInCU: 0x13E4, offset: 0x9223C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwug', symObjAddr: 0x2CC0, symBinAddr: 0x4F0C0, symSize: 0x10 } + - { offsetInCU: 0x13F8, offset: 0x92250, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwup', symObjAddr: 0x2CD0, symBinAddr: 0x4F0D0, symSize: 0x10 } + - { offsetInCU: 0x140C, offset: 0x92264, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwui', symObjAddr: 0x2CE0, symBinAddr: 0x4F0E0, symSize: 0x10 } + - { offsetInCU: 0x1420, offset: 0x92278, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOMa', symObjAddr: 0x2CF0, symBinAddr: 0x4F0F0, symSize: 0x10 } + - { offsetInCU: 0x1434, offset: 0x9228C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwet', symObjAddr: 0x2D00, symBinAddr: 0x4F100, symSize: 0x80 } + - { offsetInCU: 0x1448, offset: 0x922A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwst', symObjAddr: 0x2D80, symBinAddr: 0x4F180, symSize: 0xD0 } + - { offsetInCU: 0x145C, offset: 0x922B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwup', symObjAddr: 0x2E50, symBinAddr: 0x4F250, symSize: 0x10 } + - { offsetInCU: 0x1470, offset: 0x922C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOMa', symObjAddr: 0x2E60, symBinAddr: 0x4F260, symSize: 0x10 } + - { offsetInCU: 0x1484, offset: 0x922DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASQWb', symObjAddr: 0x2E70, symBinAddr: 0x4F270, symSize: 0x10 } + - { offsetInCU: 0x1498, offset: 0x922F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAESQAAWl', symObjAddr: 0x2E80, symBinAddr: 0x4F280, symSize: 0x30 } + - { offsetInCU: 0x14AC, offset: 0x92304, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASQWb', symObjAddr: 0x2EB0, symBinAddr: 0x4F2B0, symSize: 0x10 } + - { offsetInCU: 0x14C0, offset: 0x92318, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAESQAAWl', symObjAddr: 0x2EC0, symBinAddr: 0x4F2C0, symSize: 0x30 } + - { offsetInCU: 0x14D4, offset: 0x9232C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2EF0, symBinAddr: 0x4F2F0, symSize: 0x10 } + - { offsetInCU: 0x14E8, offset: 0x92340, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2F00, symBinAddr: 0x4F300, symSize: 0x30 } + - { offsetInCU: 0x14FC, offset: 0x92354, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2F30, symBinAddr: 0x4F330, symSize: 0x10 } + - { offsetInCU: 0x1510, offset: 0x92368, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2F40, symBinAddr: 0x4F340, symSize: 0x30 } + - { offsetInCU: 0x1524, offset: 0x9237C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2F70, symBinAddr: 0x4F370, symSize: 0x10 } + - { offsetInCU: 0x1538, offset: 0x92390, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2F80, symBinAddr: 0x4F380, symSize: 0x30 } + - { offsetInCU: 0x154C, offset: 0x923A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2FB0, symBinAddr: 0x4F3B0, symSize: 0x10 } + - { offsetInCU: 0x1560, offset: 0x923B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2FC0, symBinAddr: 0x4F3C0, symSize: 0x30 } + - { offsetInCU: 0x15B8, offset: 0x92410, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x19E0, symBinAddr: 0x4DF90, symSize: 0x80 } + - { offsetInCU: 0x1687, offset: 0x924DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1A60, symBinAddr: 0x4E010, symSize: 0x50 } + - { offsetInCU: 0x1705, offset: 0x9255D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1AB0, symBinAddr: 0x4E060, symSize: 0x30 } + - { offsetInCU: 0x1757, offset: 0x925AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1AE0, symBinAddr: 0x4E090, symSize: 0x50 } + - { offsetInCU: 0x17B9, offset: 0x92611, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1C00, symBinAddr: 0x4E1B0, symSize: 0x20 } + - { offsetInCU: 0x17D5, offset: 0x9262D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1C20, symBinAddr: 0x4E1D0, symSize: 0x20 } + - { offsetInCU: 0x17F1, offset: 0x92649, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C40, symBinAddr: 0x4E1F0, symSize: 0x10 } + - { offsetInCU: 0x180D, offset: 0x92665, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1C50, symBinAddr: 0x4E200, symSize: 0x10 } + - { offsetInCU: 0x1829, offset: 0x92681, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C60, symBinAddr: 0x4E210, symSize: 0x10 } + - { offsetInCU: 0x1845, offset: 0x9269D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1C70, symBinAddr: 0x4E220, symSize: 0x10 } + - { offsetInCU: 0x1867, offset: 0x926BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1DB0, symBinAddr: 0x4E360, symSize: 0x20 } + - { offsetInCU: 0x1883, offset: 0x926DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1DD0, symBinAddr: 0x4E380, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x929D8, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x4F460, symSize: 0x140 } + - { offsetInCU: 0x81, offset: 0x92A2E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x4F460, symSize: 0x140 } + - { offsetInCU: 0x20D, offset: 0x92BBA, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0x140, symBinAddr: 0x4F5A0, symSize: 0x90 } + - { offsetInCU: 0x318, offset: 0x92CC5, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE10SolveCubic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A3CtFZTf4nnnnd_n', symObjAddr: 0x1D0, symBinAddr: 0x4F630, symSize: 0x35A } + - { offsetInCU: 0x27, offset: 0x9315B, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x4F990, symSize: 0x9C } + - { offsetInCU: 0x3F, offset: 0x93173, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x4F990, symSize: 0x9C } + - { offsetInCU: 0x1C6, offset: 0x9351B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeC11applyEffect2toySo7CALayerC_tF', symObjAddr: 0x0, symBinAddr: 0x4FA30, symSize: 0x240 } + - { offsetInCU: 0x442, offset: 0x93797, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCfD', symObjAddr: 0x240, symBinAddr: 0x4FC70, symSize: 0x20 } + - { offsetInCU: 0x48E, offset: 0x937E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCMa', symObjAddr: 0x260, symBinAddr: 0x4FC90, symSize: 0x20 } + - { offsetInCU: 0x59B, offset: 0x938F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesC5modelAcA0bC5Model_p_tcfc', symObjAddr: 0x280, symBinAddr: 0x4FCB0, symSize: 0x9B0 } + - { offsetInCU: 0x987, offset: 0x93CDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfd', symObjAddr: 0xC30, symBinAddr: 0x50660, symSize: 0x50 } + - { offsetInCU: 0x9B4, offset: 0x93D09, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfD', symObjAddr: 0xC80, symBinAddr: 0x506B0, symSize: 0x20 } + - { offsetInCU: 0x9F0, offset: 0x93D45, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0xCC0, symBinAddr: 0x506F0, symSize: 0x20 } + - { offsetInCU: 0xA23, offset: 0x93D78, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCMa', symObjAddr: 0xCA0, symBinAddr: 0x506D0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x9402B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x50940, symSize: 0xB0 } + - { offsetInCU: 0xCA, offset: 0x940CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x50940, symSize: 0xB0 } + - { offsetInCU: 0x121, offset: 0x94125, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xB0, symBinAddr: 0x509F0, symSize: 0xA0 } + - { offsetInCU: 0x193, offset: 0x94197, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfD', symObjAddr: 0x170, symBinAddr: 0x50AB0, symSize: 0x40 } + - { offsetInCU: 0x1F4, offset: 0x941F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x50B10, symSize: 0x10 } + - { offsetInCU: 0x210, offset: 0x94214, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x1E0, symBinAddr: 0x50B20, symSize: 0x10 } + - { offsetInCU: 0x256, offset: 0x9425A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x1F0, symBinAddr: 0x50B30, symSize: 0x70 } + - { offsetInCU: 0x2DC, offset: 0x942E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x260, symBinAddr: 0x50BA0, symSize: 0x10 } + - { offsetInCU: 0x2F8, offset: 0x942FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x270, symBinAddr: 0x50BB0, symSize: 0x20 } + - { offsetInCU: 0x314, offset: 0x94318, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6parentAcA10NodeOutput_pSg_tcfcTf4ng_n', symObjAddr: 0x3A0, symBinAddr: 0x50C10, symSize: 0x1A0 } + - { offsetInCU: 0x4D2, offset: 0x944D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfE', symObjAddr: 0x150, symBinAddr: 0x50A90, symSize: 0x20 } + - { offsetInCU: 0x4FF, offset: 0x94503, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCMa', symObjAddr: 0x1B0, symBinAddr: 0x50AF0, symSize: 0x20 } + - { offsetInCU: 0x5A3, offset: 0x945A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOc', symObjAddr: 0x290, symBinAddr: 0x50BD0, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x948C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x50DB0, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x948DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x50DB0, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x948F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMr', symObjAddr: 0x10, symBinAddr: 0x50DC0, symSize: 0x60 } + - { offsetInCU: 0x81, offset: 0x9491C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableA2aEP6sizingAA0B30UIMeasurementContainerStrategyOvgTW', symObjAddr: 0x70, symBinAddr: 0x50E20, symSize: 0x10 } + - { offsetInCU: 0xE5, offset: 0x94980, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP04makeC07context0C4TypeQzAE0cE7ContextVyxG_tFTW', symObjAddr: 0x80, symBinAddr: 0x50E30, symSize: 0x10 } + - { offsetInCU: 0x117, offset: 0x949B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP06updateC0_7contexty0C4TypeQz_AE0cE7ContextVyxGtFTW', symObjAddr: 0x90, symBinAddr: 0x50E40, symSize: 0x10 } + - { offsetInCU: 0x18B, offset: 0x94A26, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV06updateC0_7contextyAA0B22UIMeasurementContainerCyxG_0B2UI0C20RepresentableContextVyACyxq_GGtF', symObjAddr: 0xA0, symBinAddr: 0x50E50, symSize: 0x2A0 } + - { offsetInCU: 0x2CB, offset: 0x94B66, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP15makeCoordinator0G0QzyFTW', symObjAddr: 0x350, symBinAddr: 0x51100, symSize: 0x20 } + - { offsetInCU: 0x33D, offset: 0x94BD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCfD', symObjAddr: 0x670, symBinAddr: 0x51400, symSize: 0x30 } + - { offsetInCU: 0x3D4, offset: 0x94C6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorC7storageAEyxq__Gq__tc33_FF3F5C8F1A6E8A535DE5371260E28007LlfCTf4gn_n', symObjAddr: 0x1590, symBinAddr: 0x52320, symSize: 0x70 } + - { offsetInCU: 0x43A, offset: 0x94CD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV15makeCoordinatorAC0E0Cyxq__GyF', symObjAddr: 0x370, symBinAddr: 0x51120, symSize: 0x30 } + - { offsetInCU: 0x4A9, offset: 0x94D44, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP12sizeThatFits_6uiView7contextSo6CGSizeVSgAE08ProposedJ4SizeV_0C4TypeQzAE0cE7ContextVyxGtFTW', symObjAddr: 0x3B0, symBinAddr: 0x51160, symSize: 0x80 } + - { offsetInCU: 0x4DB, offset: 0x94D76, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideSizeThatFits_2in6uiViewySo6CGSizeVz_AE09_ProposedG0V0C4TypeQztFTW', symObjAddr: 0x430, symBinAddr: 0x511E0, symSize: 0x50 } + - { offsetInCU: 0x503, offset: 0x94D9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextV10oldStorage017viewRepresentableE09containerAEyxq__Gq__0B2UI0ciE0VyACyxq_GGAA0B22UIMeasurementContainerCyxGtcfC', symObjAddr: 0x590, symBinAddr: 0x51340, symSize: 0xC0 } + - { offsetInCU: 0x53F, offset: 0x94DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMa', symObjAddr: 0x6A0, symBinAddr: 0x51430, symSize: 0x10 } + - { offsetInCU: 0x553, offset: 0x94DEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMi', symObjAddr: 0x6B0, symBinAddr: 0x51440, symSize: 0x10 } + - { offsetInCU: 0x567, offset: 0x94E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMr', symObjAddr: 0x6C0, symBinAddr: 0x51450, symSize: 0xD0 } + - { offsetInCU: 0x57B, offset: 0x94E16, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwCP', symObjAddr: 0x790, symBinAddr: 0x51520, symSize: 0xD0 } + - { offsetInCU: 0x58F, offset: 0x94E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMa', symObjAddr: 0x860, symBinAddr: 0x515F0, symSize: 0x10 } + - { offsetInCU: 0x5A3, offset: 0x94E3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwxx', symObjAddr: 0x870, symBinAddr: 0x51600, symSize: 0x80 } + - { offsetInCU: 0x5B7, offset: 0x94E52, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwcp', symObjAddr: 0x8F0, symBinAddr: 0x51680, symSize: 0xA0 } + - { offsetInCU: 0x5CB, offset: 0x94E66, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwca', symObjAddr: 0x990, symBinAddr: 0x51720, symSize: 0xB0 } + - { offsetInCU: 0x5DF, offset: 0x94E7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwtk', symObjAddr: 0xA40, symBinAddr: 0x517D0, symSize: 0xA0 } + - { offsetInCU: 0x5F3, offset: 0x94E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwta', symObjAddr: 0xAE0, symBinAddr: 0x51870, symSize: 0xA0 } + - { offsetInCU: 0x607, offset: 0x94EA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwet', symObjAddr: 0xB80, symBinAddr: 0x51910, symSize: 0x20 } + - { offsetInCU: 0x61B, offset: 0x94EB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwst', symObjAddr: 0xC50, symBinAddr: 0x519E0, symSize: 0x20 } + - { offsetInCU: 0x62F, offset: 0x94ECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMa', symObjAddr: 0xD30, symBinAddr: 0x51AC0, symSize: 0x10 } + - { offsetInCU: 0x643, offset: 0x94EDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMi', symObjAddr: 0xD40, symBinAddr: 0x51AD0, symSize: 0x10 } + - { offsetInCU: 0x657, offset: 0x94EF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMr', symObjAddr: 0xD50, symBinAddr: 0x51AE0, symSize: 0x90 } + - { offsetInCU: 0x66B, offset: 0x94F06, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwCP', symObjAddr: 0xDE0, symBinAddr: 0x51B70, symSize: 0xF0 } + - { offsetInCU: 0x67F, offset: 0x94F1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwxx', symObjAddr: 0xED0, symBinAddr: 0x51C60, symSize: 0x60 } + - { offsetInCU: 0x693, offset: 0x94F2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwcp', symObjAddr: 0xF30, symBinAddr: 0x51CC0, symSize: 0xA0 } + - { offsetInCU: 0x6A7, offset: 0x94F42, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwca', symObjAddr: 0xFD0, symBinAddr: 0x51D60, symSize: 0xC0 } + - { offsetInCU: 0x6BB, offset: 0x94F56, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwtk', symObjAddr: 0x1090, symBinAddr: 0x51E20, symSize: 0x80 } + - { offsetInCU: 0x6CF, offset: 0x94F6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwta', symObjAddr: 0x1110, symBinAddr: 0x51EA0, symSize: 0xB0 } + - { offsetInCU: 0x6E3, offset: 0x94F7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwet', symObjAddr: 0x11C0, symBinAddr: 0x51F50, symSize: 0x130 } + - { offsetInCU: 0x6F7, offset: 0x94F92, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwst', symObjAddr: 0x12F0, symBinAddr: 0x52080, symSize: 0x1B0 } + - { offsetInCU: 0x70B, offset: 0x94FA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AA20ConfigurationContextAaEP_AA13ViewProvidingPWT', symObjAddr: 0x14A0, symBinAddr: 0x52230, symSize: 0x20 } + - { offsetInCU: 0x71F, offset: 0x94FBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AAWI', symObjAddr: 0x14C0, symBinAddr: 0x52250, symSize: 0x20 } + - { offsetInCU: 0x733, offset: 0x94FCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableAAWI', symObjAddr: 0x14E0, symBinAddr: 0x52270, symSize: 0x20 } + - { offsetInCU: 0x747, offset: 0x94FE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaE4ViewPWb', symObjAddr: 0x1500, symBinAddr: 0x52290, symSize: 0x20 } + - { offsetInCU: 0x75B, offset: 0x94FF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAA4BodyAeFP_AHWT', symObjAddr: 0x1520, symBinAddr: 0x522B0, symSize: 0x10 } + - { offsetInCU: 0x76F, offset: 0x9500A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV04makeC07contextAA0B22UIMeasurementContainerCyxG0B2UI0C20RepresentableContextVyACyxq_GG_tFTf4dn_n', symObjAddr: 0x1530, symBinAddr: 0x522C0, symSize: 0x60 } + - { offsetInCU: 0x83A, offset: 0x950D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP09dismantleC0_11coordinatory0C4TypeQz_11CoordinatorQztFZTW', symObjAddr: 0x340, symBinAddr: 0x510F0, symSize: 0x10 } + - { offsetInCU: 0x856, offset: 0x950F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP19_identifiedViewTree2inAE011_IdentifiedgH0O0C4TypeQz_tFTW', symObjAddr: 0x3A0, symBinAddr: 0x51150, symSize: 0x10 } + - { offsetInCU: 0x872, offset: 0x9510D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideLayoutTraits_3foryAE01_gH0Vz_0C4TypeQztFTW', symObjAddr: 0x480, symBinAddr: 0x51230, symSize: 0x10 } + - { offsetInCU: 0x88E, offset: 0x95129, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP24_modifyBridgedViewInputsyyAE01_hI0VzFZTW', symObjAddr: 0x490, symBinAddr: 0x51240, symSize: 0x10 } + - { offsetInCU: 0x8AA, offset: 0x95145, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP14_layoutOptionsyAE013_PlatformViewe6LayoutG0V0C4TypeQzFZTW', symObjAddr: 0x4A0, symBinAddr: 0x51250, symSize: 0x10 } + - { offsetInCU: 0x8C6, offset: 0x95161, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE04view6inputsAE01_E7OutputsVAE11_GraphValueVyxG_AE01_E6InputsVtFZTW', symObjAddr: 0x4B0, symBinAddr: 0x51260, symSize: 0x50 } + - { offsetInCU: 0x8E2, offset: 0x9517D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE4List4view6inputsAE01_eG7OutputsVAE11_GraphValueVyxG_AE01_eG6InputsVtFZTW', symObjAddr: 0x500, symBinAddr: 0x512B0, symSize: 0x50 } + - { offsetInCU: 0x8FE, offset: 0x95199, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP14_viewListCount6inputsSiSgAE01_egH6InputsV_tFZTW', symObjAddr: 0x550, symBinAddr: 0x51300, symSize: 0x10 } + - { offsetInCU: 0x91A, offset: 0x951B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP4body4BodyQzvgTW', symObjAddr: 0x560, symBinAddr: 0x51310, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x953A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x52390, symSize: 0x60 } + - { offsetInCU: 0x7C, offset: 0x953D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfD', symObjAddr: 0x60, symBinAddr: 0x523F0, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x9540C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x52430, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x9544D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xC0, symBinAddr: 0x52450, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x9548E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xF0, symBinAddr: 0x52480, symSize: 0x20 } + - { offsetInCU: 0x17B, offset: 0x954CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x110, symBinAddr: 0x524A0, symSize: 0x20 } + - { offsetInCU: 0x1AD, offset: 0x95501, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesC4starAcA4StarC_tcfcTf4gn_n', symObjAddr: 0x1560, symBinAddr: 0x538B0, symSize: 0x550 } + - { offsetInCU: 0x574, offset: 0x958C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x52410, symSize: 0x20 } + - { offsetInCU: 0x6B4, offset: 0x95A08, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x130, symBinAddr: 0x524C0, symSize: 0x130 } + - { offsetInCU: 0x873, offset: 0x95BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCfD', symObjAddr: 0x260, symBinAddr: 0x525F0, symSize: 0x40 } + - { offsetInCU: 0x8D4, offset: 0x95C28, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x2C0, symBinAddr: 0x52650, symSize: 0x40 } + - { offsetInCU: 0x91E, offset: 0x95C72, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x300, symBinAddr: 0x52690, symSize: 0x30 } + - { offsetInCU: 0x950, offset: 0x95CA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x330, symBinAddr: 0x526C0, symSize: 0x10 } + - { offsetInCU: 0x96C, offset: 0x95CC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x340, symBinAddr: 0x526D0, symSize: 0x10 } + - { offsetInCU: 0x9D0, offset: 0x95D24, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x350, symBinAddr: 0x526E0, symSize: 0x20 } + - { offsetInCU: 0xA32, offset: 0x95D86, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x370, symBinAddr: 0x52700, symSize: 0x10 } + - { offsetInCU: 0xA5D, offset: 0x95DB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x380, symBinAddr: 0x52710, symSize: 0x10 } + - { offsetInCU: 0xA8F, offset: 0x95DE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x390, symBinAddr: 0x52720, symSize: 0x10 } + - { offsetInCU: 0xABA, offset: 0x95E0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x3A0, symBinAddr: 0x52730, symSize: 0x10 } + - { offsetInCU: 0xAFB, offset: 0x95E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x3B0, symBinAddr: 0x52740, symSize: 0x10 } + - { offsetInCU: 0xB3C, offset: 0x95E90, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x3C0, symBinAddr: 0x52750, symSize: 0x20 } + - { offsetInCU: 0xB7D, offset: 0x95ED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x3E0, symBinAddr: 0x52770, symSize: 0x20 } + - { offsetInCU: 0xBAF, offset: 0x95F03, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC06parentC04starAcA08AnimatorC0_pSg_AA4StarCtcfcTf4ngn_n', symObjAddr: 0x1AB0, symBinAddr: 0x53E00, symSize: 0x130 } + - { offsetInCU: 0xC69, offset: 0x95FBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCMa', symObjAddr: 0x2A0, symBinAddr: 0x52630, symSize: 0x20 } + - { offsetInCU: 0xF98, offset: 0x962EC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x860, symBinAddr: 0x52BF0, symSize: 0x20 } + - { offsetInCU: 0xFD0, offset: 0x96324, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay6Lottie14ShapeItemLayerC0I0VG8grouping_AISg17trailingSeparatort_Tg5', symObjAddr: 0x880, symBinAddr: 0x52C10, symSize: 0x20 } + - { offsetInCU: 0x1008, offset: 0x9635C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo13CATransform3DV_Tg5', symObjAddr: 0x8A0, symBinAddr: 0x52C30, symSize: 0x20 } + - { offsetInCU: 0x1040, offset: 0x96394, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x8C0, symBinAddr: 0x52C50, symSize: 0x20 } + - { offsetInCU: 0x1078, offset: 0x963CC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo7CGPointV_Tg5', symObjAddr: 0x8E0, symBinAddr: 0x52C70, symSize: 0x20 } + - { offsetInCU: 0x10B0, offset: 0x96404, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSb_Tg5', symObjAddr: 0x900, symBinAddr: 0x52C90, symSize: 0x20 } + - { offsetInCU: 0x10E8, offset: 0x9643C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo6CGSizeV_Tg5', symObjAddr: 0x940, symBinAddr: 0x52CD0, symSize: 0x20 } + - { offsetInCU: 0x1120, offset: 0x96474, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x980, symBinAddr: 0x52D10, symSize: 0x20 } + - { offsetInCU: 0x1158, offset: 0x964AC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x9A0, symBinAddr: 0x52D30, symSize: 0x20 } + - { offsetInCU: 0x1190, offset: 0x964E4, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11CurveVertexV_Tg5', symObjAddr: 0xA50, symBinAddr: 0x52DE0, symSize: 0x20 } + - { offsetInCU: 0x11C8, offset: 0x9651C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11PathElementV_Tg5', symObjAddr: 0xA70, symBinAddr: 0x52E00, symSize: 0x20 } + - { offsetInCU: 0x1200, offset: 0x96554, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV5start_AG3endt_Tg5', symObjAddr: 0xA90, symBinAddr: 0x52E20, symSize: 0x20 } + - { offsetInCU: 0x1238, offset: 0x9658C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16AnimationKeypathV7keypath_AE16AnyValueProvider_p05valueM0t_Tg5', symObjAddr: 0xAB0, symBinAddr: 0x52E40, symSize: 0x20 } + - { offsetInCU: 0x1270, offset: 0x965C4, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSS_Tg5', symObjAddr: 0xAD0, symBinAddr: 0x52E60, symSize: 0x20 } + - { offsetInCU: 0x1595, offset: 0x968E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7polygon8position14numberOfPoints11outerRadius0I11Roundedness8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA3oA0C9DirectionOtFZTf4nnnnnnd_n', symObjAddr: 0xAF0, symBinAddr: 0x52E80, symSize: 0xA30 } + - { offsetInCU: 0x23E2, offset: 0x97736, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x400, symBinAddr: 0x52790, symSize: 0x320 } + - { offsetInCU: 0x2705, offset: 0x97A59, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFSay6Lottie11CurveVertexVG_Tg5', symObjAddr: 0x720, symBinAddr: 0x52AB0, symSize: 0x140 } + - { offsetInCU: 0x1EB, offset: 0x981CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE03logB5IssueyySSKFAA21LayerAnimationContextV_TB5', symObjAddr: 0x0, symBinAddr: 0x53F30, symSize: 0x2D0 } + - { offsetInCU: 0x501, offset: 0x984E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5coderAESgSo7NSCoderC_tcfcTo', symObjAddr: 0x1620, symBinAddr: 0x55550, symSize: 0x50 } + - { offsetInCU: 0x548, offset: 0x9852B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5layerAEyp_tcfc', symObjAddr: 0x1670, symBinAddr: 0x555A0, symSize: 0x1D0 } + - { offsetInCU: 0x629, offset: 0x9860C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAEycfcTo', symObjAddr: 0x18B0, symBinAddr: 0x557E0, symSize: 0x30 } + - { offsetInCU: 0x6BB, offset: 0x9869E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x2D0, symBinAddr: 0x54200, symSize: 0x5C0 } + - { offsetInCU: 0xBC7, offset: 0x98BAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x890, symBinAddr: 0x547C0, symSize: 0x50 } + - { offsetInCU: 0xC0E, offset: 0x98BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x8E0, symBinAddr: 0x54810, symSize: 0x1D0 } + - { offsetInCU: 0xCD1, offset: 0x98CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyF', symObjAddr: 0xAD0, symBinAddr: 0x54A00, symSize: 0x260 } + - { offsetInCU: 0xEC9, offset: 0x98EAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyFTo', symObjAddr: 0xD30, symBinAddr: 0x54C60, symSize: 0x30 } + - { offsetInCU: 0xF03, offset: 0x98EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCACycfcTo', symObjAddr: 0xD60, symBinAddr: 0x54C90, symSize: 0x30 } + - { offsetInCU: 0x119B, offset: 0x9917E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCfETo', symObjAddr: 0xDA0, symBinAddr: 0x54CD0, symSize: 0x20 } + - { offsetInCU: 0x11CA, offset: 0x991AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCMa', symObjAddr: 0xDC0, symBinAddr: 0x54CF0, symSize: 0x20 } + - { offsetInCU: 0x11DE, offset: 0x991C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xDE0, symBinAddr: 0x54D10, symSize: 0x2B0 } + - { offsetInCU: 0x18C2, offset: 0x998A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x1090, symBinAddr: 0x54FC0, symSize: 0x580 } + - { offsetInCU: 0x1D77, offset: 0x99D5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_', symObjAddr: 0x1960, symBinAddr: 0x55890, symSize: 0x90 } + - { offsetInCU: 0x1DD6, offset: 0x99DB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCAA09AnimationD0A2aDP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x1610, symBinAddr: 0x55540, symSize: 0x10 } + - { offsetInCU: 0x1DF9, offset: 0x99DDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CfETo', symObjAddr: 0x1920, symBinAddr: 0x55850, symSize: 0x20 } + - { offsetInCU: 0x1E28, offset: 0x99E0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CMa', symObjAddr: 0x1940, symBinAddr: 0x55870, symSize: 0x20 } + - { offsetInCU: 0x1E3C, offset: 0x99E1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAA09AnimationD0A2aFP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x19F0, symBinAddr: 0x55920, symSize: 0x10 } + - { offsetInCU: 0x1EE5, offset: 0x99EC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_So13CATransform3DV_Tg5Tf4nxnn_n', symObjAddr: 0x3FD0, symBinAddr: 0x57DE0, symSize: 0x260 } + - { offsetInCU: 0x200B, offset: 0x99FEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_12CoreGraphics7CGFloatV_Tg5Tf4nxnn_n', symObjAddr: 0x4230, symBinAddr: 0x58040, symSize: 0x190 } + - { offsetInCU: 0x2142, offset: 0x9A125, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_Sb_Tg5Tf4nxnn_n', symObjAddr: 0x43C0, symBinAddr: 0x581D0, symSize: 0x190 } + - { offsetInCU: 0x22AA, offset: 0x9A28D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_TA', symObjAddr: 0x20C0, symBinAddr: 0x55FF0, symSize: 0x10 } + - { offsetInCU: 0x22E4, offset: 0x9A2C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5', symObjAddr: 0x2110, symBinAddr: 0x56000, symSize: 0xA0 } + - { offsetInCU: 0x2430, offset: 0x9A413, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo13CATransform3DV_TB5Tf4xnd_n', symObjAddr: 0x21B0, symBinAddr: 0x560A0, symSize: 0x440 } + - { offsetInCU: 0x26EE, offset: 0x9A6D1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo7CGPointV_TB5Tf4xnd_n', symObjAddr: 0x25F0, symBinAddr: 0x564E0, symSize: 0x310 } + - { offsetInCU: 0x29AC, offset: 0x9A98F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlF12CoreGraphics7CGFloatV_TB5Tf4xnd_n', symObjAddr: 0x2900, symBinAddr: 0x567F0, symSize: 0x310 } + - { offsetInCU: 0x2C76, offset: 0x9AC59, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSb_TB5Tf4xnd_n', symObjAddr: 0x2C10, symBinAddr: 0x56B00, symSize: 0x300 } + - { offsetInCU: 0x2F34, offset: 0x9AF17, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo10CGColorRefa_TB5Tf4xnd_n', symObjAddr: 0x2F10, symBinAddr: 0x56E00, symSize: 0x2D0 } + - { offsetInCU: 0x31D0, offset: 0x9B1B3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo6CGSizeV_TB5Tf4xnd_n', symObjAddr: 0x31E0, symBinAddr: 0x570D0, symSize: 0x310 } + - { offsetInCU: 0x3441, offset: 0x9B424, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x3560, symBinAddr: 0x57410, symSize: 0x10 } + - { offsetInCU: 0x34A2, offset: 0x9B485, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo9CGPathRefa_TB5Tf4xnd_n', symObjAddr: 0x3570, symBinAddr: 0x57420, symSize: 0x2D0 } + - { offsetInCU: 0x373E, offset: 0x9B721, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSaySo10CGColorRefaG_TB5Tf4xnd_n', symObjAddr: 0x3840, symBinAddr: 0x576F0, symSize: 0x330 } + - { offsetInCU: 0x3A04, offset: 0x9B9E7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSay12CoreGraphics7CGFloatVG_TB5Tf4xnd_n', symObjAddr: 0x3B70, symBinAddr: 0x57A20, symSize: 0x330 } + - { offsetInCU: 0x3C7D, offset: 0x9BC60, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tSgWOh', symObjAddr: 0x3EA0, symBinAddr: 0x57D50, symSize: 0x30 } + - { offsetInCU: 0x3D1B, offset: 0x9BCFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So9CGPathRefa_Tg5TA', symObjAddr: 0x46D0, symBinAddr: 0x584E0, symSize: 0x30 } + - { offsetInCU: 0x3D2F, offset: 0x9BD12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x4700, symBinAddr: 0x58510, symSize: 0x20 } + - { offsetInCU: 0x3D43, offset: 0x9BD26, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOr', symObjAddr: 0x4750, symBinAddr: 0x58560, symSize: 0x20 } + - { offsetInCU: 0x3D57, offset: 0x9BD3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOs', symObjAddr: 0x4770, symBinAddr: 0x58580, symSize: 0x20 } + - { offsetInCU: 0x3D6B, offset: 0x9BD4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4790, symBinAddr: 0x585A0, symSize: 0x20 } + - { offsetInCU: 0x3D7F, offset: 0x9BD62, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x47B0, symBinAddr: 0x585C0, symSize: 0x20 } + - { offsetInCU: 0x3D93, offset: 0x9BD76, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOc', symObjAddr: 0x4830, symBinAddr: 0x585E0, symSize: 0x40 } + - { offsetInCU: 0x3DA7, offset: 0x9BD8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4900, symBinAddr: 0x586B0, symSize: 0x30 } + - { offsetInCU: 0x3DBB, offset: 0x9BD9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x49B0, symBinAddr: 0x58760, symSize: 0x30 } + - { offsetInCU: 0x3DCF, offset: 0x9BDB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So7CGPointV_Tg5TA', symObjAddr: 0x4A10, symBinAddr: 0x587C0, symSize: 0x30 } + - { offsetInCU: 0x3DE3, offset: 0x9BDC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Say12CoreGraphics7CGFloatVG_Tg5TA', symObjAddr: 0x4A70, symBinAddr: 0x58820, symSize: 0x30 } + - { offsetInCU: 0x3DF7, offset: 0x9BDDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_SaySo10CGColorRefaG_Tg5TA', symObjAddr: 0x4C60, symBinAddr: 0x58A10, symSize: 0x40 } + - { offsetInCU: 0x3E0B, offset: 0x9BDEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So13CATransform3DV_Tg5TA', symObjAddr: 0x4CC0, symBinAddr: 0x58A70, symSize: 0x30 } + - { offsetInCU: 0x3E1F, offset: 0x9BE02, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So6CGSizeV_Tg5TA', symObjAddr: 0x4D50, symBinAddr: 0x58AD0, symSize: 0x30 } + - { offsetInCU: 0x3E33, offset: 0x9BE16, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Sb_Tg5TA', symObjAddr: 0x4DA0, symBinAddr: 0x58B20, symSize: 0x30 } + - { offsetInCU: 0x420F, offset: 0x9C1F2, size: 0x8, addend: 0x0, symName: '_$sSKsE4last5where7ElementQzSgSbADKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AF16AnyValueProvider_p05valueJ0tG_Tg5011$s6Lottie18ij74StoreC05valueC033_4EC701FB5E0978BECCD084F684086AE8LL3forAA03AnybC0_pSgAA16eF20V_tFSbAJ_AaG_ptXEfU_AHTf1ncn_n', symObjAddr: 0x2010, symBinAddr: 0x55F40, symSize: 0xB0 } + - { offsetInCU: 0x60, offset: 0x9C92E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x58BD0, symSize: 0x90 } + - { offsetInCU: 0x9C, offset: 0x9C96A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvg', symObjAddr: 0x90, symBinAddr: 0x58C60, symSize: 0x1B0 } + - { offsetInCU: 0x1B9, offset: 0x9CA87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x240, symBinAddr: 0x58E10, symSize: 0xF0 } + - { offsetInCU: 0x264, offset: 0x9CB32, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x330, symBinAddr: 0x58F00, symSize: 0x160 } + - { offsetInCU: 0x3E3, offset: 0x9CCB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x490, symBinAddr: 0x59060, symSize: 0xE0 } + - { offsetInCU: 0x4F6, offset: 0x9CDC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x570, symBinAddr: 0x59140, symSize: 0x60 } + - { offsetInCU: 0x57C, offset: 0x9CE4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x5D0, symBinAddr: 0x591A0, symSize: 0x1B0 } + - { offsetInCU: 0x6C8, offset: 0x9CF96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x780, symBinAddr: 0x59350, symSize: 0x150 } + - { offsetInCU: 0x790, offset: 0x9D05E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF', symObjAddr: 0x8D0, symBinAddr: 0x594A0, symSize: 0x1C0 } + - { offsetInCU: 0x8F3, offset: 0x9D1C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_', symObjAddr: 0xA90, symBinAddr: 0x59660, symSize: 0xC0 } + - { offsetInCU: 0x956, offset: 0x9D224, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_', symObjAddr: 0xB50, symBinAddr: 0x59720, symSize: 0x1F0 } + - { offsetInCU: 0x9E2, offset: 0x9D2B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xF20, symBinAddr: 0x59AF0, symSize: 0x190 } + - { offsetInCU: 0xB4F, offset: 0x9D41D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0x10B0, symBinAddr: 0x59C80, symSize: 0x400 } + - { offsetInCU: 0xBF7, offset: 0x9D4C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x14E0, symBinAddr: 0x5A0B0, symSize: 0x10 } + - { offsetInCU: 0xFAC, offset: 0x9D87A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOc', symObjAddr: 0x1520, symBinAddr: 0x5A0C0, symSize: 0x30 } + - { offsetInCU: 0xFC0, offset: 0x9D88E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x1590, symBinAddr: 0x5A100, symSize: 0x10 } + - { offsetInCU: 0xFD4, offset: 0x9D8A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x1630, symBinAddr: 0x5A1A0, symSize: 0x10 } + - { offsetInCU: 0xFE8, offset: 0x9D8B6, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedSwitchCytG_Tg5TA', symObjAddr: 0x1640, symBinAddr: 0x5A1B0, symSize: 0x20 } + - { offsetInCU: 0xFFC, offset: 0x9D8CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x1660, symBinAddr: 0x5A1D0, symSize: 0x20 } + - { offsetInCU: 0x1010, offset: 0x9D8DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1700, symBinAddr: 0x5A240, symSize: 0x10 } + - { offsetInCU: 0x1024, offset: 0x9D8F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOh', symObjAddr: 0x1730, symBinAddr: 0x5A270, symSize: 0x20 } + - { offsetInCU: 0x1038, offset: 0x9D906, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOd', symObjAddr: 0x1750, symBinAddr: 0x5A290, symSize: 0x30 } + - { offsetInCU: 0x104C, offset: 0x9D91A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGSgWOe', symObjAddr: 0x1780, symBinAddr: 0x5A2C0, symSize: 0x30 } + - { offsetInCU: 0x1060, offset: 0x9D92E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x17C0, symBinAddr: 0x5A300, symSize: 0x20 } + - { offsetInCU: 0x1074, offset: 0x9D942, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1800, symBinAddr: 0x5A340, symSize: 0x30 } + - { offsetInCU: 0x1088, offset: 0x9D956, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1850, symBinAddr: 0x5A390, symSize: 0x30 } + - { offsetInCU: 0x109C, offset: 0x9D96A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x18F0, symBinAddr: 0x5A430, symSize: 0x30 } + - { offsetInCU: 0x10B0, offset: 0x9D97E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x1920, symBinAddr: 0x5A460, symSize: 0x30 } + - { offsetInCU: 0x10C4, offset: 0x9D992, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x1950, symBinAddr: 0x5A490, symSize: 0x20 } + - { offsetInCU: 0x10D8, offset: 0x9D9A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAC7SwiftUI4ViewAAWl', symObjAddr: 0x1970, symBinAddr: 0x5A4B0, symSize: 0x30 } + - { offsetInCU: 0x10EC, offset: 0x9D9BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x19A0, symBinAddr: 0x5A4E0, symSize: 0x20 } + - { offsetInCU: 0x1100, offset: 0x9D9CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwCP', symObjAddr: 0x19C0, symBinAddr: 0x5A500, symSize: 0x30 } + - { offsetInCU: 0x1114, offset: 0x9D9E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwxx', symObjAddr: 0x19F0, symBinAddr: 0x5A530, symSize: 0x70 } + - { offsetInCU: 0x1128, offset: 0x9D9F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwcp', symObjAddr: 0x1A60, symBinAddr: 0x5A5A0, symSize: 0x140 } + - { offsetInCU: 0x113C, offset: 0x9DA0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwca', symObjAddr: 0x1BA0, symBinAddr: 0x5A6E0, symSize: 0x1F0 } + - { offsetInCU: 0x1150, offset: 0x9DA1E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGWOh', symObjAddr: 0x1DC0, symBinAddr: 0x5A8D0, symSize: 0x30 } + - { offsetInCU: 0x1164, offset: 0x9DA32, size: 0x8, addend: 0x0, symName: ___swift_memcpy137_8, symObjAddr: 0x1E30, symBinAddr: 0x5A900, symSize: 0x10 } + - { offsetInCU: 0x1178, offset: 0x9DA46, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwta', symObjAddr: 0x1E40, symBinAddr: 0x5A910, symSize: 0x130 } + - { offsetInCU: 0x118C, offset: 0x9DA5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwet', symObjAddr: 0x1F70, symBinAddr: 0x5AA40, symSize: 0x40 } + - { offsetInCU: 0x11A0, offset: 0x9DA6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwst', symObjAddr: 0x1FB0, symBinAddr: 0x5AA80, symSize: 0x70 } + - { offsetInCU: 0x11B4, offset: 0x9DA82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVMa', symObjAddr: 0x2020, symBinAddr: 0x5AAF0, symSize: 0x10 } + - { offsetInCU: 0x11C8, offset: 0x9DA96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_TA', symObjAddr: 0x2140, symBinAddr: 0x5ABE0, symSize: 0x20 } + - { offsetInCU: 0x11DC, offset: 0x9DAAA, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOe', symObjAddr: 0x2160, symBinAddr: 0x5AC00, symSize: 0x20 } + - { offsetInCU: 0x11F0, offset: 0x9DABE, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueCMa', symObjAddr: 0x2180, symBinAddr: 0x5AC20, symSize: 0x30 } + - { offsetInCU: 0x1204, offset: 0x9DAD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_yyScMYccfU_TA', symObjAddr: 0x2200, symBinAddr: 0x5ACA0, symSize: 0x50 } + - { offsetInCU: 0x122D, offset: 0x9DAFB, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2250, symBinAddr: 0x5ACF0, symSize: 0x20 } + - { offsetInCU: 0x1241, offset: 0x9DB0F, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2270, symBinAddr: 0x5AD10, symSize: 0x10 } + - { offsetInCU: 0x1255, offset: 0x9DB23, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGMa', symObjAddr: 0x22B0, symBinAddr: 0x5AD50, symSize: 0x50 } + - { offsetInCU: 0x1349, offset: 0x9DC17, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x14B0, symBinAddr: 0x5A080, symSize: 0x10 } + - { offsetInCU: 0x1365, offset: 0x9DC33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x14C0, symBinAddr: 0x5A090, symSize: 0x10 } + - { offsetInCU: 0x1381, offset: 0x9DC4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x14D0, symBinAddr: 0x5A0A0, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x9DEB4, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x5AE50, symSize: 0x300 } + - { offsetInCU: 0x89, offset: 0x9DF12, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x5AE50, symSize: 0x300 } + - { offsetInCU: 0x27, offset: 0x9E20A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x5B180, symSize: 0x50 } + - { offsetInCU: 0x50, offset: 0x9E233, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x5B180, symSize: 0x50 } + - { offsetInCU: 0xAA, offset: 0x9E28D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x50, symBinAddr: 0x5B1D0, symSize: 0x10 } + - { offsetInCU: 0x131, offset: 0x9E314, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH9hashValueSivgTW', symObjAddr: 0x60, symBinAddr: 0x5B1E0, symSize: 0x40 } + - { offsetInCU: 0x215, offset: 0x9E3F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA0, symBinAddr: 0x5B220, symSize: 0x20 } + - { offsetInCU: 0x32E, offset: 0x9E511, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtF', symObjAddr: 0x100, symBinAddr: 0x5B280, symSize: 0x1D0 } + - { offsetInCU: 0x457, offset: 0x9E63A, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtFTo', symObjAddr: 0x2D0, symBinAddr: 0x5B450, symSize: 0x60 } + - { offsetInCU: 0x491, offset: 0x9E674, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCACycfcTo', symObjAddr: 0x330, symBinAddr: 0x5B4B0, symSize: 0x30 } + - { offsetInCU: 0x4F8, offset: 0x9E6DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfD', symObjAddr: 0x360, symBinAddr: 0x5B4E0, symSize: 0x30 } + - { offsetInCU: 0x53C, offset: 0x9E71F, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfETo', symObjAddr: 0x390, symBinAddr: 0x5B510, symSize: 0x50 } + - { offsetInCU: 0x56B, offset: 0x9E74E, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCMa', symObjAddr: 0x3E0, symBinAddr: 0x5B560, symSize: 0x20 } + - { offsetInCU: 0x57F, offset: 0x9E762, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwet', symObjAddr: 0x420, symBinAddr: 0x5B580, symSize: 0x80 } + - { offsetInCU: 0x593, offset: 0x9E776, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwst', symObjAddr: 0x4A0, symBinAddr: 0x5B600, symSize: 0xD0 } + - { offsetInCU: 0x5A7, offset: 0x9E78A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwug', symObjAddr: 0x570, symBinAddr: 0x5B6D0, symSize: 0x10 } + - { offsetInCU: 0x5BB, offset: 0x9E79E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwup', symObjAddr: 0x580, symBinAddr: 0x5B6E0, symSize: 0x10 } + - { offsetInCU: 0x5CF, offset: 0x9E7B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwui', symObjAddr: 0x590, symBinAddr: 0x5B6F0, symSize: 0x10 } + - { offsetInCU: 0x5E3, offset: 0x9E7C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOMa', symObjAddr: 0x5A0, symBinAddr: 0x5B700, symSize: 0x10 } + - { offsetInCU: 0x5F7, offset: 0x9E7DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwCP', symObjAddr: 0x5B0, symBinAddr: 0x5B710, symSize: 0x30 } + - { offsetInCU: 0x60B, offset: 0x9E7EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwxx', symObjAddr: 0x5E0, symBinAddr: 0x5B740, symSize: 0x10 } + - { offsetInCU: 0x61F, offset: 0x9E802, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwcp', symObjAddr: 0x5F0, symBinAddr: 0x5B750, symSize: 0x30 } + - { offsetInCU: 0x633, offset: 0x9E816, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwca', symObjAddr: 0x620, symBinAddr: 0x5B780, symSize: 0x40 } + - { offsetInCU: 0x647, offset: 0x9E82A, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x660, symBinAddr: 0x5B7C0, symSize: 0x20 } + - { offsetInCU: 0x65B, offset: 0x9E83E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwta', symObjAddr: 0x680, symBinAddr: 0x5B7E0, symSize: 0x30 } + - { offsetInCU: 0x66F, offset: 0x9E852, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwet', symObjAddr: 0x6B0, symBinAddr: 0x5B810, symSize: 0x40 } + - { offsetInCU: 0x683, offset: 0x9E866, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwst', symObjAddr: 0x6F0, symBinAddr: 0x5B850, symSize: 0x40 } + - { offsetInCU: 0x697, offset: 0x9E87A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVMa', symObjAddr: 0x730, symBinAddr: 0x5B890, symSize: 0x10 } + - { offsetInCU: 0x6AB, offset: 0x9E88E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASQWb', symObjAddr: 0x740, symBinAddr: 0x5B8A0, symSize: 0x10 } + - { offsetInCU: 0x6BF, offset: 0x9E8A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOACSQAAWl', symObjAddr: 0x750, symBinAddr: 0x5B8B0, symSize: 0x30 } + - { offsetInCU: 0x711, offset: 0x9E8F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xC0, symBinAddr: 0x5B240, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x9EB23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x5B8E0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x9EB3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x5B8E0, symSize: 0x10 } + - { offsetInCU: 0x6C, offset: 0x9EB68, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg', symObjAddr: 0x10, symBinAddr: 0x5B8F0, symSize: 0x20 } + - { offsetInCU: 0x99, offset: 0x9EB95, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwCP', symObjAddr: 0x30, symBinAddr: 0x5B910, symSize: 0x30 } + - { offsetInCU: 0xAD, offset: 0x9EBA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwxx', symObjAddr: 0x60, symBinAddr: 0x5B940, symSize: 0x20 } + - { offsetInCU: 0xC1, offset: 0x9EBBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwcp', symObjAddr: 0x80, symBinAddr: 0x5B960, symSize: 0x30 } + - { offsetInCU: 0xD5, offset: 0x9EBD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwca', symObjAddr: 0xB0, symBinAddr: 0x5B990, symSize: 0x40 } + - { offsetInCU: 0xE9, offset: 0x9EBE5, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0xF0, symBinAddr: 0x5B9D0, symSize: 0x10 } + - { offsetInCU: 0xFD, offset: 0x9EBF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwta', symObjAddr: 0x100, symBinAddr: 0x5B9E0, symSize: 0x30 } + - { offsetInCU: 0x111, offset: 0x9EC0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwet', symObjAddr: 0x130, symBinAddr: 0x5BA10, symSize: 0x60 } + - { offsetInCU: 0x125, offset: 0x9EC21, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwst', symObjAddr: 0x190, symBinAddr: 0x5BA70, symSize: 0x60 } + - { offsetInCU: 0x139, offset: 0x9EC35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwug', symObjAddr: 0x1F0, symBinAddr: 0x5BAD0, symSize: 0x10 } + - { offsetInCU: 0x14D, offset: 0x9EC49, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwup', symObjAddr: 0x200, symBinAddr: 0x5BAE0, symSize: 0x10 } + - { offsetInCU: 0x161, offset: 0x9EC5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwui', symObjAddr: 0x210, symBinAddr: 0x5BAF0, symSize: 0x20 } + - { offsetInCU: 0x175, offset: 0x9EC71, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOMa', symObjAddr: 0x230, symBinAddr: 0x5BB10, symSize: 0xA } + - { offsetInCU: 0x95, offset: 0x9EE3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufC', symObjAddr: 0x20, symBinAddr: 0x5BB40, symSize: 0x240 } + - { offsetInCU: 0x150, offset: 0x9EEF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufC', symObjAddr: 0x2E0, symBinAddr: 0x5BD80, symSize: 0x240 } + - { offsetInCU: 0x20B, offset: 0x9EFB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_', symObjAddr: 0x580, symBinAddr: 0x5C020, symSize: 0x60 } + - { offsetInCU: 0x23F, offset: 0x9EFE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TQ0_', symObjAddr: 0x5E0, symBinAddr: 0x5C080, symSize: 0x80 } + - { offsetInCU: 0x2B8, offset: 0x9F05E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x660, symBinAddr: 0x5C100, symSize: 0x40 } + - { offsetInCU: 0x30F, offset: 0x9F0B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC7SwiftUI05EmptyB0V_Tg5', symObjAddr: 0x6A0, symBinAddr: 0x5C140, symSize: 0x260 } + - { offsetInCU: 0x3B5, offset: 0x9F15B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC', symObjAddr: 0x900, symBinAddr: 0x5C3A0, symSize: 0x260 } + - { offsetInCU: 0x463, offset: 0x9F209, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_', symObjAddr: 0xCD0, symBinAddr: 0x5C770, symSize: 0x60 } + - { offsetInCU: 0x497, offset: 0x9F23D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TQ0_', symObjAddr: 0xD30, symBinAddr: 0x5C7D0, symSize: 0x80 } + - { offsetInCU: 0x510, offset: 0x9F2B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xDB0, symBinAddr: 0x5C850, symSize: 0x50 } + - { offsetInCU: 0x567, offset: 0x9F30D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufC', symObjAddr: 0xE90, symBinAddr: 0x5C930, symSize: 0x20 } + - { offsetInCU: 0x596, offset: 0x9F33C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufcAFycfu_', symObjAddr: 0xEB0, symBinAddr: 0x5C950, symSize: 0x10 } + - { offsetInCU: 0x5B0, offset: 0x9F356, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg', symObjAddr: 0xEC0, symBinAddr: 0x5C960, symSize: 0x750 } + - { offsetInCU: 0x70D, offset: 0x9F4B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_', symObjAddr: 0x1610, symBinAddr: 0x5D0B0, symSize: 0x130 } + - { offsetInCU: 0x746, offset: 0x9F4EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_', symObjAddr: 0x17E0, symBinAddr: 0x5D280, symSize: 0x80 } + - { offsetInCU: 0x7AF, offset: 0x9F555, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_', symObjAddr: 0x2220, symBinAddr: 0x5DCC0, symSize: 0x200 } + - { offsetInCU: 0x899, offset: 0x9F63F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15animationSource33_787591BEA89A564C71734146BCF90079LLAA0a9AnimationD0OSgvg', symObjAddr: 0x1740, symBinAddr: 0x5D1E0, symSize: 0xA0 } + - { offsetInCU: 0x8EB, offset: 0x9F691, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtF', symObjAddr: 0x1860, symBinAddr: 0x5D300, symSize: 0x9C0 } + - { offsetInCU: 0xF71, offset: 0x9FD17, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtFSbAA0E13ImageProvider_p_AaM_ptcfU_', symObjAddr: 0x4FC0, symBinAddr: 0x60A60, symSize: 0xD0 } + - { offsetInCU: 0x1007, offset: 0x9FDAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x24B0, symBinAddr: 0x5DF50, symSize: 0x1E0 } + - { offsetInCU: 0x1067, offset: 0x9FE0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_', symObjAddr: 0x4C10, symBinAddr: 0x606B0, symSize: 0x50 } + - { offsetInCU: 0x10B0, offset: 0x9FE56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY0_', symObjAddr: 0x4C60, symBinAddr: 0x60700, symSize: 0xC0 } + - { offsetInCU: 0x111D, offset: 0x9FEC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TQ1_', symObjAddr: 0x4D20, symBinAddr: 0x607C0, symSize: 0x90 } + - { offsetInCU: 0x11C6, offset: 0x9FF6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY2_', symObjAddr: 0x4DB0, symBinAddr: 0x60850, symSize: 0x90 } + - { offsetInCU: 0x1284, offset: 0xA002A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY3_', symObjAddr: 0x4E40, symBinAddr: 0x608E0, symSize: 0xD0 } + - { offsetInCU: 0x1354, offset: 0xA00FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_', symObjAddr: 0x4F10, symBinAddr: 0x609B0, symSize: 0xB0 } + - { offsetInCU: 0x1460, offset: 0xA0206, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV31reloadAnimationTriggerDidChange33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x2690, symBinAddr: 0x5E130, symSize: 0x80 } + - { offsetInCU: 0x14C2, offset: 0xA0268, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF', symObjAddr: 0x2710, symBinAddr: 0x5E1B0, symSize: 0xF0 } + - { offsetInCU: 0x152C, offset: 0xA02D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_', symObjAddr: 0x2800, symBinAddr: 0x5E2A0, symSize: 0x80 } + - { offsetInCU: 0x1594, offset: 0xA033A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF', symObjAddr: 0x2880, symBinAddr: 0x5E320, symSize: 0xE0 } + - { offsetInCU: 0x16BD, offset: 0xA0463, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_', symObjAddr: 0x2B50, symBinAddr: 0x5E5F0, symSize: 0x60 } + - { offsetInCU: 0x1719, offset: 0xA04BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF', symObjAddr: 0x2960, symBinAddr: 0x5E400, symSize: 0x100 } + - { offsetInCU: 0x1783, offset: 0xA0529, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_', symObjAddr: 0x2A60, symBinAddr: 0x5E500, symSize: 0xF0 } + - { offsetInCU: 0x17EB, offset: 0xA0591, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF', symObjAddr: 0x2C10, symBinAddr: 0x5E6B0, symSize: 0xE0 } + - { offsetInCU: 0x182A, offset: 0xA05D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7loopingACyxGyF', symObjAddr: 0x2CF0, symBinAddr: 0x5E790, symSize: 0x50 } + - { offsetInCU: 0x1858, offset: 0xA05FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF', symObjAddr: 0x2D50, symBinAddr: 0x5E7F0, symSize: 0x40 } + - { offsetInCU: 0x1896, offset: 0xA063C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF', symObjAddr: 0x2D90, symBinAddr: 0x5E830, symSize: 0x40 } + - { offsetInCU: 0x18D4, offset: 0xA067A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x2EB0, symBinAddr: 0x5E950, symSize: 0x40 } + - { offsetInCU: 0x190E, offset: 0xA06B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV14animationSpeedyACyxGSdF', symObjAddr: 0x2EF0, symBinAddr: 0x5E990, symSize: 0x40 } + - { offsetInCU: 0x194C, offset: 0xA06F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF', symObjAddr: 0x2F30, symBinAddr: 0x5E9D0, symSize: 0x70 } + - { offsetInCU: 0x198E, offset: 0xA0734, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF', symObjAddr: 0x2FA0, symBinAddr: 0x5EA40, symSize: 0xD0 } + - { offsetInCU: 0x1A06, offset: 0xA07AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF', symObjAddr: 0x3070, symBinAddr: 0x5EB10, symSize: 0x60 } + - { offsetInCU: 0x1A70, offset: 0xA0816, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF', symObjAddr: 0x30D0, symBinAddr: 0x5EB70, symSize: 0x80 } + - { offsetInCU: 0x1AB1, offset: 0xA0857, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_', symObjAddr: 0x3150, symBinAddr: 0x5EBF0, symSize: 0x70 } + - { offsetInCU: 0x1AF0, offset: 0xA0896, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF', symObjAddr: 0x31C0, symBinAddr: 0x5EC60, symSize: 0x120 } + - { offsetInCU: 0x1B31, offset: 0xA08D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_', symObjAddr: 0x32E0, symBinAddr: 0x5ED80, symSize: 0x130 } + - { offsetInCU: 0x1C11, offset: 0xA09B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF', symObjAddr: 0x3410, symBinAddr: 0x5EEB0, symSize: 0x50 } + - { offsetInCU: 0x1C52, offset: 0xA09F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF', symObjAddr: 0x3460, symBinAddr: 0x5EF00, symSize: 0xC0 } + - { offsetInCU: 0x1CAF, offset: 0xA0A55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_', symObjAddr: 0x3520, symBinAddr: 0x5EFC0, symSize: 0x1D0 } + - { offsetInCU: 0x1D3A, offset: 0xA0AE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF', symObjAddr: 0x36F0, symBinAddr: 0x5F190, symSize: 0x120 } + - { offsetInCU: 0x1D97, offset: 0xA0B3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x3810, symBinAddr: 0x5F2B0, symSize: 0x1B0 } + - { offsetInCU: 0x1E7E, offset: 0xA0C24, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF', symObjAddr: 0x39C0, symBinAddr: 0x5F460, symSize: 0x160 } + - { offsetInCU: 0x1EDB, offset: 0xA0C81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x3B20, symBinAddr: 0x5F5C0, symSize: 0x350 } + - { offsetInCU: 0x1F83, offset: 0xA0D29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF', symObjAddr: 0x3E70, symBinAddr: 0x5F910, symSize: 0x110 } + - { offsetInCU: 0x1FF1, offset: 0xA0D97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_', symObjAddr: 0x3F80, symBinAddr: 0x5FA20, symSize: 0x3D0 } + - { offsetInCU: 0x20B8, offset: 0xA0E5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF', symObjAddr: 0x4350, symBinAddr: 0x5FDF0, symSize: 0x70 } + - { offsetInCU: 0x2111, offset: 0xA0EB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF', symObjAddr: 0x4450, symBinAddr: 0x5FEF0, symSize: 0xA0 } + - { offsetInCU: 0x2174, offset: 0xA0F1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x4510, symBinAddr: 0x5FFB0, symSize: 0x120 } + - { offsetInCU: 0x2247, offset: 0xA0FED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x4B60, symBinAddr: 0x60600, symSize: 0x80 } + - { offsetInCU: 0x2281, offset: 0xA1027, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF', symObjAddr: 0x4BE0, symBinAddr: 0x60680, symSize: 0x30 } + - { offsetInCU: 0x22C2, offset: 0xA1068, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP4body4BodyQzvgTW', symObjAddr: 0x50C0, symBinAddr: 0x60B60, symSize: 0x10 } + - { offsetInCU: 0x2A5C, offset: 0xA1802, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE7overlay33_787591BEA89A564C71734146BCF90079LL7contentQrqd__yXE_tAaBRd__lF', symObjAddr: 0x2420, symBinAddr: 0x5DEC0, symSize: 0x90 } + - { offsetInCU: 0x2C39, offset: 0xA19DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA', symObjAddr: 0x5120, symBinAddr: 0x60B90, symSize: 0x90 } + - { offsetInCU: 0x2C94, offset: 0xA1A3A, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5', symObjAddr: 0x51B0, symBinAddr: 0x60C20, symSize: 0x60 } + - { offsetInCU: 0x2CCE, offset: 0xA1A74, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TQ0_', symObjAddr: 0x5210, symBinAddr: 0x60C80, symSize: 0x50 } + - { offsetInCU: 0x2D21, offset: 0xA1AC7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_', symObjAddr: 0x5260, symBinAddr: 0x60CD0, symSize: 0x120 } + - { offsetInCU: 0x2DA6, offset: 0xA1B4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7e4UI05g9B0VGAA0A9D26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x5380, symBinAddr: 0x60DF0, symSize: 0x10 } + - { offsetInCU: 0x2DC5, offset: 0xA1B6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA.5', symObjAddr: 0x5390, symBinAddr: 0x60E00, symSize: 0x90 } + - { offsetInCU: 0x2E20, offset: 0xA1BC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA', symObjAddr: 0x5430, symBinAddr: 0x60EA0, symSize: 0x90 } + - { offsetInCU: 0x2E74, offset: 0xA1C1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7f4UI05h8B0VGAA03dkE26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x54C0, symBinAddr: 0x60F30, symSize: 0x10 } + - { offsetInCU: 0x2E93, offset: 0xA1C39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17', symObjAddr: 0x54D0, symBinAddr: 0x60F40, symSize: 0x90 } + - { offsetInCU: 0x2EEE, offset: 0xA1C94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17TQ0_', symObjAddr: 0x5560, symBinAddr: 0x60FD0, symSize: 0x50 } + - { offsetInCU: 0x2F37, offset: 0xA1CDD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGMa', symObjAddr: 0x5630, symBinAddr: 0x610A0, symSize: 0x40 } + - { offsetInCU: 0x2F4B, offset: 0xA1CF1, size: 0x8, addend: 0x0, symName: '_$s7Combine4JustVy6Lottie12AnyEquatableVSgGMa', symObjAddr: 0x5670, symBinAddr: 0x610E0, symSize: 0x60 } + - { offsetInCU: 0x2F5F, offset: 0xA1D05, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy6Lottie0A6UIViewVyAD0E13AnimationViewCytGAA14_OpacityEffectVGACyxq_GAA0H0A2aNRzAA0H8ModifierR_rlWl', symObjAddr: 0x56D0, symBinAddr: 0x61140, symSize: 0x90 } + - { offsetInCU: 0x2F73, offset: 0xA1D19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_TA', symObjAddr: 0x58C0, symBinAddr: 0x61210, symSize: 0x20 } + - { offsetInCU: 0x2F87, offset: 0xA1D2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_TA', symObjAddr: 0x5A90, symBinAddr: 0x613E0, symSize: 0x20 } + - { offsetInCU: 0x2F9B, offset: 0xA1D41, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5TA', symObjAddr: 0x5AB0, symBinAddr: 0x61400, symSize: 0x20 } + - { offsetInCU: 0x2FAF, offset: 0xA1D55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_TA', symObjAddr: 0x5AD0, symBinAddr: 0x61420, symSize: 0x20 } + - { offsetInCU: 0x2FC3, offset: 0xA1D69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyycfU2_TA', symObjAddr: 0x5B00, symBinAddr: 0x61450, symSize: 0x30 } + - { offsetInCU: 0x3006, offset: 0xA1DAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA12AnyEquatableVSgcfU3_TA', symObjAddr: 0x5B40, symBinAddr: 0x61490, symSize: 0x30 } + - { offsetInCU: 0x3043, offset: 0xA1DE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSgxSgSQsSQRzlWl', symObjAddr: 0x5B70, symBinAddr: 0x614C0, symSize: 0x60 } + - { offsetInCU: 0x3057, offset: 0xA1DFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVACSQAAWl', symObjAddr: 0x5BD0, symBinAddr: 0x61520, symSize: 0x30 } + - { offsetInCU: 0x306B, offset: 0xA1E11, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGACyxq_GAA0F0A2aHRzAaHR_rlWl', symObjAddr: 0x5C00, symBinAddr: 0x61550, symSize: 0x50 } + - { offsetInCU: 0x307F, offset: 0xA1E25, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOe', symObjAddr: 0x5C50, symBinAddr: 0x615A0, symSize: 0x30 } + - { offsetInCU: 0x3093, offset: 0xA1E39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_TA', symObjAddr: 0x5CF0, symBinAddr: 0x61640, symSize: 0x30 } + - { offsetInCU: 0x30A7, offset: 0xA1E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_TA', symObjAddr: 0x5D20, symBinAddr: 0x61670, symSize: 0x20 } + - { offsetInCU: 0x30BB, offset: 0xA1E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_TA', symObjAddr: 0x5DB0, symBinAddr: 0x61700, symSize: 0x40 } + - { offsetInCU: 0x30CF, offset: 0xA1E75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOIegn_SgWOe', symObjAddr: 0x5F40, symBinAddr: 0x61740, symSize: 0x20 } + - { offsetInCU: 0x30E3, offset: 0xA1E89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgFySbcfU_TA', symObjAddr: 0x5FA0, symBinAddr: 0x617A0, symSize: 0x40 } + - { offsetInCU: 0x3119, offset: 0xA1EBF, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOy', symObjAddr: 0x5FE0, symBinAddr: 0x617E0, symSize: 0x20 } + - { offsetInCU: 0x312D, offset: 0xA1ED3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x6020, symBinAddr: 0x61820, symSize: 0x30 } + - { offsetInCU: 0x31CC, offset: 0xA1F72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x6070, symBinAddr: 0x61870, symSize: 0x20 } + - { offsetInCU: 0x31E0, offset: 0xA1F86, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x6110, symBinAddr: 0x618E0, symSize: 0x10 } + - { offsetInCU: 0x31F4, offset: 0xA1F9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_TA', symObjAddr: 0x6170, symBinAddr: 0x61910, symSize: 0x30 } + - { offsetInCU: 0x3208, offset: 0xA1FAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOd', symObjAddr: 0x61A0, symBinAddr: 0x61940, symSize: 0x40 } + - { offsetInCU: 0x321C, offset: 0xA1FC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x6200, symBinAddr: 0x619A0, symSize: 0x30 } + - { offsetInCU: 0x3230, offset: 0xA1FD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x6270, symBinAddr: 0x61A10, symSize: 0x50 } + - { offsetInCU: 0x3244, offset: 0xA1FEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_TA', symObjAddr: 0x6330, symBinAddr: 0x61AD0, symSize: 0x40 } + - { offsetInCU: 0x3258, offset: 0xA1FFE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgWOy', symObjAddr: 0x63A0, symBinAddr: 0x61B40, symSize: 0x30 } + - { offsetInCU: 0x326C, offset: 0xA2012, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI25AnimationTimelineScheduleVAcA0dE0AAWl', symObjAddr: 0x63D0, symBinAddr: 0x61B70, symSize: 0x40 } + - { offsetInCU: 0x3280, offset: 0xA2026, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaEP_AA0B9ProvidingPWT', symObjAddr: 0x6640, symBinAddr: 0x61DE0, symSize: 0x20 } + - { offsetInCU: 0x3294, offset: 0xA203A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x66E0, symBinAddr: 0x61E80, symSize: 0x20 } + - { offsetInCU: 0x32A8, offset: 0xA204E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AA4BodyAeFP_AHWT', symObjAddr: 0x6700, symBinAddr: 0x61EA0, symSize: 0x30 } + - { offsetInCU: 0x32BC, offset: 0xA2062, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMi', symObjAddr: 0x6730, symBinAddr: 0x61ED0, symSize: 0x10 } + - { offsetInCU: 0x32D0, offset: 0xA2076, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwCP', symObjAddr: 0x6740, symBinAddr: 0x61EE0, symSize: 0x30 } + - { offsetInCU: 0x32E4, offset: 0xA208A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwxx', symObjAddr: 0x6770, symBinAddr: 0x61F10, symSize: 0x1A0 } + - { offsetInCU: 0x32F8, offset: 0xA209E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwcp', symObjAddr: 0x6910, symBinAddr: 0x620B0, symSize: 0x470 } + - { offsetInCU: 0x330C, offset: 0xA20B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwca', symObjAddr: 0x6D80, symBinAddr: 0x62520, symSize: 0x860 } + - { offsetInCU: 0x3320, offset: 0xA20C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOWOh', symObjAddr: 0x75E0, symBinAddr: 0x62D80, symSize: 0x30 } + - { offsetInCU: 0x3334, offset: 0xA20DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOh', symObjAddr: 0x7610, symBinAddr: 0x62DB0, symSize: 0x30 } + - { offsetInCU: 0x3348, offset: 0xA20EE, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_0, symObjAddr: 0x7640, symBinAddr: 0x62DE0, symSize: 0x120 } + - { offsetInCU: 0x335C, offset: 0xA2102, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVWOh', symObjAddr: 0x7760, symBinAddr: 0x62F00, symSize: 0x30 } + - { offsetInCU: 0x3370, offset: 0xA2116, size: 0x8, addend: 0x0, symName: ___swift_memcpy456_8, symObjAddr: 0x78F0, symBinAddr: 0x62F30, symSize: 0x10 } + - { offsetInCU: 0x3384, offset: 0xA212A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwta', symObjAddr: 0x7900, symBinAddr: 0x62F40, symSize: 0x660 } + - { offsetInCU: 0x3398, offset: 0xA213E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwet', symObjAddr: 0x7F60, symBinAddr: 0x635A0, symSize: 0x40 } + - { offsetInCU: 0x33AC, offset: 0xA2152, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwst', symObjAddr: 0x7FA0, symBinAddr: 0x635E0, symSize: 0x100 } + - { offsetInCU: 0x33C0, offset: 0xA2166, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMa', symObjAddr: 0x80A0, symBinAddr: 0x636E0, symSize: 0x10 } + - { offsetInCU: 0x33D4, offset: 0xA217A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgyYaKcMa', symObjAddr: 0x8130, symBinAddr: 0x63770, symSize: 0x40 } + - { offsetInCU: 0x33E8, offset: 0xA218E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x8430, symBinAddr: 0x63A70, symSize: 0x40 } + - { offsetInCU: 0x33FC, offset: 0xA21A2, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x84D0, symBinAddr: 0x63AE0, symSize: 0x20 } + - { offsetInCU: 0x3410, offset: 0xA21B6, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x84F0, symBinAddr: 0x63B00, symSize: 0x10 } + - { offsetInCU: 0x3424, offset: 0xA21CA, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0x8530, symBinAddr: 0x63B40, symSize: 0x50 } + - { offsetInCU: 0x3438, offset: 0xA21DE, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_TA', symObjAddr: 0x85A0, symBinAddr: 0x63BB0, symSize: 0x30 } + - { offsetInCU: 0x344C, offset: 0xA21F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x8610, symBinAddr: 0x63C20, symSize: 0x40 } + - { offsetInCU: 0x3467, offset: 0xA220D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TA', symObjAddr: 0x88F0, symBinAddr: 0x63ED0, symSize: 0x90 } + - { offsetInCU: 0x34D7, offset: 0xA227D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TATQ0_', symObjAddr: 0x8980, symBinAddr: 0x63F60, symSize: 0x50 } + - { offsetInCU: 0x3527, offset: 0xA22CD, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TA', symObjAddr: 0x89D0, symBinAddr: 0x63FB0, symSize: 0x80 } + - { offsetInCU: 0x3550, offset: 0xA22F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_TA', symObjAddr: 0x8A50, symBinAddr: 0x64030, symSize: 0x10 } + - { offsetInCU: 0x3564, offset: 0xA230A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x8A60, symBinAddr: 0x64040, symSize: 0x20 } + - { offsetInCU: 0x3578, offset: 0xA231E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOy', symObjAddr: 0x8A80, symBinAddr: 0x64060, symSize: 0x30 } + - { offsetInCU: 0x358C, offset: 0xA2332, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOb', symObjAddr: 0x8B40, symBinAddr: 0x640F0, symSize: 0x20 } + - { offsetInCU: 0x35A0, offset: 0xA2346, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOb', symObjAddr: 0x8B60, symBinAddr: 0x64110, symSize: 0x40 } + - { offsetInCU: 0x38F9, offset: 0xA269F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV10buildBlockyxxAA0C0RzlFZ', symObjAddr: 0x0, symBinAddr: 0x5BB20, symSize: 0x20 } + - { offsetInCU: 0x3953, offset: 0xA26F9, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_GctcfC', symObjAddr: 0x4630, symBinAddr: 0x600D0, symSize: 0xF0 } + - { offsetInCU: 0x398C, offset: 0xA2732, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB04view6inputsAE01_B7OutputsVAE11_GraphValueVyxG_AE01_B6InputsVtFZTW', symObjAddr: 0x5090, symBinAddr: 0x60B30, symSize: 0x10 } + - { offsetInCU: 0x39A8, offset: 0xA274E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB4List4view6inputsAE01_bF7OutputsVAE11_GraphValueVyxG_AE01_bF6InputsVtFZTW', symObjAddr: 0x50A0, symBinAddr: 0x60B40, symSize: 0x10 } + - { offsetInCU: 0x39C4, offset: 0xA276A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP14_viewListCount6inputsSiSgAE01_bfG6InputsV_tFZTW', symObjAddr: 0x50B0, symBinAddr: 0x60B50, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0xA2CE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMi', symObjAddr: 0x0, symBinAddr: 0x64270, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0xA2CFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMr', symObjAddr: 0x10, symBinAddr: 0x64280, symSize: 0x50 } + - { offsetInCU: 0xA4, offset: 0xA2D49, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11needsUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x60, symBinAddr: 0x642D0, symSize: 0xC0 } + - { offsetInCU: 0x116, offset: 0xA2DBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11setProvider8provideryAA08AnyValueE0_p_tF', symObjAddr: 0x120, symBinAddr: 0x64390, symSize: 0xB0 } + - { offsetInCU: 0x193, offset: 0xA2E38, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1D0, symBinAddr: 0x64440, symSize: 0xB0 } + - { offsetInCU: 0x1D2, offset: 0xA2E77, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfd', symObjAddr: 0x280, symBinAddr: 0x644F0, symSize: 0x30 } + - { offsetInCU: 0x1FF, offset: 0xA2EA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfD', symObjAddr: 0x2B0, symBinAddr: 0x64520, symSize: 0x20 } + - { offsetInCU: 0x22C, offset: 0xA2ED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11needsUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x64550, symSize: 0x20 } + - { offsetInCU: 0x248, offset: 0xA2EED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP6update5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x300, symBinAddr: 0x64570, symSize: 0x20 } + - { offsetInCU: 0x273, offset: 0xA2F18, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP13valueProviderAA0d5ValueF0_pvgTW', symObjAddr: 0x320, symBinAddr: 0x64590, symSize: 0x40 } + - { offsetInCU: 0x2B4, offset: 0xA2F59, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP21originalValueProviderAA0dfG0_pvgTW', symObjAddr: 0x360, symBinAddr: 0x645D0, symSize: 0x20 } + - { offsetInCU: 0x2E6, offset: 0xA2F8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11setProvider8provideryAA0d5ValueF0_p_tFTW', symObjAddr: 0x380, symBinAddr: 0x645F0, symSize: 0x20 } + - { offsetInCU: 0x309, offset: 0xA2FAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMa', symObjAddr: 0x2D0, symBinAddr: 0x64540, symSize: 0x10 } + - { offsetInCU: 0x78B, offset: 0xA38A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC9animation13imageProvider04textH004fontH004maskD8ToBounds6loggerAcA0aD0C_AA0d5ImageH0_pAA0d11KeypathTextH0_pAA0d4FontH0_pSbAA0A6LoggerCtcfc', symObjAddr: 0x0, symBinAddr: 0x64640, symSize: 0xF90 } + - { offsetInCU: 0x1238, offset: 0xA434D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfc', symObjAddr: 0xF90, symBinAddr: 0x655D0, symSize: 0x610 } + - { offsetInCU: 0x15F3, offset: 0xA4708, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x15A0, symBinAddr: 0x65BE0, symSize: 0x50 } + - { offsetInCU: 0x1639, offset: 0xA474E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x15F0, symBinAddr: 0x65C30, symSize: 0x90 } + - { offsetInCU: 0x16AA, offset: 0xA47BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12needsDisplay6forKeySbSS_tFZTo', symObjAddr: 0x1680, symBinAddr: 0x65CC0, symSize: 0xE0 } + - { offsetInCU: 0x1713, offset: 0xA4828, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tF', symObjAddr: 0x1760, symBinAddr: 0x65DA0, symSize: 0x1E0 } + - { offsetInCU: 0x17B5, offset: 0xA48CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0x1940, symBinAddr: 0x65F80, symSize: 0x60 } + - { offsetInCU: 0x17D1, offset: 0xA48E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyF', symObjAddr: 0x19A0, symBinAddr: 0x65FE0, symSize: 0x1D0 } + - { offsetInCU: 0x1944, offset: 0xA4A59, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyFTo', symObjAddr: 0x1B70, symBinAddr: 0x661B0, symSize: 0x30 } + - { offsetInCU: 0x1960, offset: 0xA4A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x1BA0, symBinAddr: 0x661E0, symSize: 0x80 } + - { offsetInCU: 0x19FE, offset: 0xA4B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC11renderScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x1C20, symBinAddr: 0x66260, symSize: 0xD0 } + - { offsetInCU: 0x1B62, offset: 0xA4C77, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x1CF0, symBinAddr: 0x66330, symSize: 0xB0 } + - { offsetInCU: 0x1C70, offset: 0xA4D85, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x1DA0, symBinAddr: 0x663E0, symSize: 0x120 } + - { offsetInCU: 0x1DD5, offset: 0xA4EEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x1EC0, symBinAddr: 0x66500, symSize: 0x90 } + - { offsetInCU: 0x1F0C, offset: 0xA5021, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16setValueProvider_7keypathyAA03AnygH0_p_AA0D7KeypathVtF', symObjAddr: 0x2500, symBinAddr: 0x66B40, symSize: 0x1D0 } + - { offsetInCU: 0x211C, offset: 0xA5231, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x29C0, symBinAddr: 0x67000, symSize: 0x1B0 } + - { offsetInCU: 0x22E5, offset: 0xA53FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x2B70, symBinAddr: 0x671B0, symSize: 0x1B0 } + - { offsetInCU: 0x24B7, offset: 0xA55CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layer3forSo7CALayerCSgAA0D7KeypathV_tF', symObjAddr: 0x2D20, symBinAddr: 0x67360, symSize: 0xA0 } + - { offsetInCU: 0x25D2, offset: 0xA56E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tF', symObjAddr: 0x2F80, symBinAddr: 0x675C0, symSize: 0xD0 } + - { offsetInCU: 0x274A, offset: 0xA585F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCACycfcTo', symObjAddr: 0x3510, symBinAddr: 0x67B50, symSize: 0x30 } + - { offsetInCU: 0x27B1, offset: 0xA58C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfD', symObjAddr: 0x3540, symBinAddr: 0x67B80, symSize: 0x30 } + - { offsetInCU: 0x2808, offset: 0xA591D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP06lottiedE0AA0adE0CSgvsTW', symObjAddr: 0x3600, symBinAddr: 0x67C40, symSize: 0x30 } + - { offsetInCU: 0x285E, offset: 0xA5973, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvgTW', symObjAddr: 0x3630, symBinAddr: 0x67C70, symSize: 0x20 } + - { offsetInCU: 0x289F, offset: 0xA59B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x3650, symBinAddr: 0x67C90, symSize: 0x20 } + - { offsetInCU: 0x28D1, offset: 0xA59E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP11renderScale12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x3670, symBinAddr: 0x67CB0, symSize: 0x10 } + - { offsetInCU: 0x2917, offset: 0xA5A2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x3680, symBinAddr: 0x67CC0, symSize: 0x20 } + - { offsetInCU: 0x295C, offset: 0xA5A71, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x36A0, symBinAddr: 0x67CE0, symSize: 0x10 } + - { offsetInCU: 0x29A2, offset: 0xA5AB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13imageProviderAA0d5ImageH0_pvsTW', symObjAddr: 0x36B0, symBinAddr: 0x67CF0, symSize: 0x80 } + - { offsetInCU: 0x2A3D, offset: 0xA5B52, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12textProviderAA0d11KeypathTextH0_pvsTW', symObjAddr: 0x3730, symBinAddr: 0x67D70, symSize: 0x20 } + - { offsetInCU: 0x2A99, offset: 0xA5BAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12fontProviderAA0d4FontH0_pvsTW', symObjAddr: 0x3750, symBinAddr: 0x67D90, symSize: 0x80 } + - { offsetInCU: 0x2B08, offset: 0xA5C1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07primaryD3KeyAA0dH0OvgTW', symObjAddr: 0x37D0, symBinAddr: 0x67E10, symSize: 0x10 } + - { offsetInCU: 0x2B24, offset: 0xA5C39, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP02isD7PlayingSbSgvgTW', symObjAddr: 0x37E0, symBinAddr: 0x67E20, symSize: 0x10 } + - { offsetInCU: 0x2B5E, offset: 0xA5C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12reloadImagesyyFTW', symObjAddr: 0x37F0, symBinAddr: 0x67E30, symSize: 0x20 } + - { offsetInCU: 0x2B9B, offset: 0xA5CB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x3810, symBinAddr: 0x67E50, symSize: 0x10 } + - { offsetInCU: 0x2BB7, offset: 0xA5CCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x3820, symBinAddr: 0x67E60, symSize: 0x10 } + - { offsetInCU: 0x2BD3, offset: 0xA5CE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x3830, symBinAddr: 0x67E70, symSize: 0x10 } + - { offsetInCU: 0x2BEF, offset: 0xA5D04, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16setValueProvider_7keypathyAA03AnyhI0_p_AA0D7KeypathVtFTW', symObjAddr: 0x3840, symBinAddr: 0x67E80, symSize: 0x10 } + - { offsetInCU: 0x2C0B, offset: 0xA5D20, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x3850, symBinAddr: 0x67E90, symSize: 0x10 } + - { offsetInCU: 0x2C27, offset: 0xA5D3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x3860, symBinAddr: 0x67EA0, symSize: 0x10 } + - { offsetInCU: 0x2C43, offset: 0xA5D58, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP5layer3forSo7CALayerCSgAA0D7KeypathV_tFTW', symObjAddr: 0x3870, symBinAddr: 0x67EB0, symSize: 0x10 } + - { offsetInCU: 0x2C5F, offset: 0xA5D74, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tFTW', symObjAddr: 0x3880, symBinAddr: 0x67EC0, symSize: 0x10 } + - { offsetInCU: 0x2C7B, offset: 0xA5D90, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12textProviderAA0d11KeypathTextG0_pvsTf4gn_n', symObjAddr: 0x3B80, symBinAddr: 0x67FC0, symSize: 0x140 } + - { offsetInCU: 0x2E59, offset: 0xA5F6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCfD', symObjAddr: 0x3890, symBinAddr: 0x67ED0, symSize: 0x20 } + - { offsetInCU: 0x2E88, offset: 0xA5F9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tFTW', symObjAddr: 0x38D0, symBinAddr: 0x67F10, symSize: 0x10 } + - { offsetInCU: 0x30A3, offset: 0xA61B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1F50, symBinAddr: 0x66590, symSize: 0x5B0 } + - { offsetInCU: 0x3770, offset: 0xA6885, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x26D0, symBinAddr: 0x66D10, symSize: 0x2F0 } + - { offsetInCU: 0x3A3F, offset: 0xA6B54, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2DC0, symBinAddr: 0x67400, symSize: 0x1C0 } + - { offsetInCU: 0x3D76, offset: 0xA6E8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x3050, symBinAddr: 0x67690, symSize: 0x4C0 } + - { offsetInCU: 0x42EC, offset: 0xA7401, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfETo', symObjAddr: 0x3570, symBinAddr: 0x67BB0, symSize: 0x70 } + - { offsetInCU: 0x431B, offset: 0xA7430, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCMa', symObjAddr: 0x35E0, symBinAddr: 0x67C20, symSize: 0x20 } + - { offsetInCU: 0x432F, offset: 0xA7444, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCMa', symObjAddr: 0x38B0, symBinAddr: 0x67EF0, symSize: 0x20 } + - { offsetInCU: 0x4343, offset: 0xA7458, size: 0x8, addend: 0x0, symName: '_$sSa37_appendElementAssumeUniqueAndCapacity_03newB0ySi_xntF6Lottie12AnimatorNode_p_Tg5Tf4nen_n', symObjAddr: 0x3920, symBinAddr: 0x67F20, symSize: 0x20 } + - { offsetInCU: 0x4376, offset: 0xA748B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pSgWOh', symObjAddr: 0x3940, symBinAddr: 0x67F40, symSize: 0x30 } + - { offsetInCU: 0x438A, offset: 0xA749F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu0_TA', symObjAddr: 0x3A00, symBinAddr: 0x67F70, symSize: 0x30 } + - { offsetInCU: 0x43B3, offset: 0xA74C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x3A30, symBinAddr: 0x67FA0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0xA7CE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x68190, symSize: 0x230 } + - { offsetInCU: 0xE0, offset: 0xA7D9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x68190, symSize: 0x230 } + - { offsetInCU: 0x1B2, offset: 0xA7E70, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x230, symBinAddr: 0x683C0, symSize: 0x170 } + - { offsetInCU: 0x22E, offset: 0xA7EEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x3A0, symBinAddr: 0x68530, symSize: 0x50 } + - { offsetInCU: 0x274, offset: 0xA7F32, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x3F0, symBinAddr: 0x68580, symSize: 0xA0 } + - { offsetInCU: 0x2CD, offset: 0xA7F8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x490, symBinAddr: 0x68620, symSize: 0xF0 } + - { offsetInCU: 0x3F8, offset: 0xA80B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x580, symBinAddr: 0x68710, symSize: 0x130 } + - { offsetInCU: 0x53C, offset: 0xA81FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfD', symObjAddr: 0x6E0, symBinAddr: 0x68870, symSize: 0x30 } + - { offsetInCU: 0x686, offset: 0xA8344, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfE', symObjAddr: 0x6B0, symBinAddr: 0x68840, symSize: 0x30 } + - { offsetInCU: 0x6B3, offset: 0xA8371, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfETo', symObjAddr: 0x710, symBinAddr: 0x688A0, symSize: 0x30 } + - { offsetInCU: 0x6E2, offset: 0xA83A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCMa', symObjAddr: 0x740, symBinAddr: 0x688D0, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0xA8650, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x688F0, symSize: 0x170 } + - { offsetInCU: 0xC0, offset: 0xA86C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x260, symBinAddr: 0x68A80, symSize: 0x250 } + - { offsetInCU: 0x166, offset: 0xA8767, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x4B0, symBinAddr: 0x68CD0, symSize: 0xC0 } + - { offsetInCU: 0x1A5, offset: 0xA87A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfd', symObjAddr: 0x570, symBinAddr: 0x68D90, symSize: 0x20 } + - { offsetInCU: 0x1C2, offset: 0xA87C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x590, symBinAddr: 0x68DB0, symSize: 0x40 } + - { offsetInCU: 0x1E7, offset: 0xA87E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC2idSSvg', symObjAddr: 0x5D0, symBinAddr: 0x68DF0, symSize: 0x30 } + - { offsetInCU: 0x23B, offset: 0xA883C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x640, symBinAddr: 0x68E60, symSize: 0x60 } + - { offsetInCU: 0x27E, offset: 0xA887F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x6A0, symBinAddr: 0x68EC0, symSize: 0x20 } + - { offsetInCU: 0x2BE, offset: 0xA88BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x6C0, symBinAddr: 0x68EE0, symSize: 0x10 } + - { offsetInCU: 0x309, offset: 0xA890A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x6D0, symBinAddr: 0x68EF0, symSize: 0x60 } + - { offsetInCU: 0x354, offset: 0xA8955, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x730, symBinAddr: 0x68F50, symSize: 0x10 } + - { offsetInCU: 0x370, offset: 0xA8971, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x740, symBinAddr: 0x68F60, symSize: 0x10 } + - { offsetInCU: 0x38C, offset: 0xA898D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO11stringValueSSvgTf4d_n', symObjAddr: 0xA40, symBinAddr: 0x69250, symSize: 0x20 } + - { offsetInCU: 0x3C8, offset: 0xA89C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfD', symObjAddr: 0x790, symBinAddr: 0x68FB0, symSize: 0x20 } + - { offsetInCU: 0x413, offset: 0xA8A14, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7B0, symBinAddr: 0x68FD0, symSize: 0x20 } + - { offsetInCU: 0x436, offset: 0xA8A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x7D0, symBinAddr: 0x68FF0, symSize: 0x20 } + - { offsetInCU: 0x45A, offset: 0xA8A5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCMa', symObjAddr: 0x210, symBinAddr: 0x68A60, symSize: 0x20 } + - { offsetInCU: 0x46E, offset: 0xA8A6F, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0x830, symBinAddr: 0x69050, symSize: 0x10 } + - { offsetInCU: 0x482, offset: 0xA8A83, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwet', symObjAddr: 0x850, symBinAddr: 0x69060, symSize: 0x50 } + - { offsetInCU: 0x496, offset: 0xA8A97, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwst', symObjAddr: 0x8A0, symBinAddr: 0x690B0, symSize: 0xA0 } + - { offsetInCU: 0x4AA, offset: 0xA8AAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwug', symObjAddr: 0x940, symBinAddr: 0x69150, symSize: 0x10 } + - { offsetInCU: 0x4BE, offset: 0xA8ABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwup', symObjAddr: 0x950, symBinAddr: 0x69160, symSize: 0x10 } + - { offsetInCU: 0x4D2, offset: 0xA8AD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwui', symObjAddr: 0x960, symBinAddr: 0x69170, symSize: 0x10 } + - { offsetInCU: 0x4E6, offset: 0xA8AE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOMa', symObjAddr: 0x970, symBinAddr: 0x69180, symSize: 0x10 } + - { offsetInCU: 0x4FA, offset: 0xA8AFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASQWb', symObjAddr: 0x980, symBinAddr: 0x69190, symSize: 0x10 } + - { offsetInCU: 0x50E, offset: 0xA8B0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFSQAAWl', symObjAddr: 0x990, symBinAddr: 0x691A0, symSize: 0x30 } + - { offsetInCU: 0x522, offset: 0xA8B23, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x9C0, symBinAddr: 0x691D0, symSize: 0x10 } + - { offsetInCU: 0x536, offset: 0xA8B37, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x9D0, symBinAddr: 0x691E0, symSize: 0x30 } + - { offsetInCU: 0x54A, offset: 0xA8B4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA00, symBinAddr: 0x69210, symSize: 0x10 } + - { offsetInCU: 0x55E, offset: 0xA8B5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA10, symBinAddr: 0x69220, symSize: 0x30 } + - { offsetInCU: 0x5B6, offset: 0xA8BB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x600, symBinAddr: 0x68E20, symSize: 0x10 } + - { offsetInCU: 0x5F6, offset: 0xA8BF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x610, symBinAddr: 0x68E30, symSize: 0x10 } + - { offsetInCU: 0x636, offset: 0xA8C37, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x620, symBinAddr: 0x68E40, symSize: 0x10 } + - { offsetInCU: 0x676, offset: 0xA8C77, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x630, symBinAddr: 0x68E50, symSize: 0x10 } + - { offsetInCU: 0x6AD, offset: 0xA8CAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x750, symBinAddr: 0x68F70, symSize: 0x20 } + - { offsetInCU: 0x6C9, offset: 0xA8CCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x770, symBinAddr: 0x68F90, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0xA8EB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC10layerModelAcA0dF0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x69270, symSize: 0x220 } + - { offsetInCU: 0xE0, offset: 0xA8F46, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x220, symBinAddr: 0x69490, symSize: 0x6F0 } + - { offsetInCU: 0x27E, offset: 0xA90E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC06renderD8ContentsSbvg', symObjAddr: 0x910, symBinAddr: 0x69B80, symSize: 0x10 } + - { offsetInCU: 0x2A9, offset: 0xA910F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC05setupD10Animations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x920, symBinAddr: 0x69B90, symSize: 0xD10 } + - { offsetInCU: 0x749, offset: 0xA95AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC14setupSublayers33_569130E0C2329B8CD6C17F433FB572B2LLyyF', symObjAddr: 0x1630, symBinAddr: 0x6A8A0, symSize: 0x490 } + - { offsetInCU: 0xA2E, offset: 0xA9894, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1AC0, symBinAddr: 0x6AD30, symSize: 0xA0 } + - { offsetInCU: 0xA7A, offset: 0xA98E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x1B60, symBinAddr: 0x6ADD0, symSize: 0x220 } + - { offsetInCU: 0xB4A, offset: 0xA99B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1D80, symBinAddr: 0x6AFF0, symSize: 0x50 } + - { offsetInCU: 0xB90, offset: 0xA99F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC11addSublayeryySo7CALayerCFTo', symObjAddr: 0x1DD0, symBinAddr: 0x6B040, symSize: 0x70 } + - { offsetInCU: 0xC0A, offset: 0xA9A70, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCACycfcTo', symObjAddr: 0x1E40, symBinAddr: 0x6B0B0, symSize: 0x30 } + - { offsetInCU: 0xC71, offset: 0xA9AD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfD', symObjAddr: 0x1EA0, symBinAddr: 0x6B110, symSize: 0x30 } + - { offsetInCU: 0xFD0, offset: 0xA9E36, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfE', symObjAddr: 0x1E70, symBinAddr: 0x6B0E0, symSize: 0x30 } + - { offsetInCU: 0xFFD, offset: 0xA9E63, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfETo', symObjAddr: 0x1ED0, symBinAddr: 0x6B140, symSize: 0x30 } + - { offsetInCU: 0x102C, offset: 0xA9E92, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCMa', symObjAddr: 0x1F00, symBinAddr: 0x6B170, symSize: 0x20 } + - { offsetInCU: 0x1040, offset: 0xA9EA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOc', symObjAddr: 0x1FF0, symBinAddr: 0x6B1C0, symSize: 0x40 } + - { offsetInCU: 0x1054, offset: 0xA9EBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOh', symObjAddr: 0x2070, symBinAddr: 0x6B200, symSize: 0x30 } + - { offsetInCU: 0x1068, offset: 0xA9ECE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pWOb', symObjAddr: 0x20A0, symBinAddr: 0x6B230, symSize: 0x1F } + - { offsetInCU: 0x2B, offset: 0xAA25C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x6B250, symSize: 0x60 } + - { offsetInCU: 0x4F, offset: 0xAA280, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x6B250, symSize: 0x60 } + - { offsetInCU: 0x7E, offset: 0xAA2AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeWidth12CoreGraphics7CGFloatVvg', symObjAddr: 0x60, symBinAddr: 0x6B2B0, symSize: 0x60 } + - { offsetInCU: 0xAD, offset: 0xAA2DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC8tracking12CoreGraphics7CGFloatVvg', symObjAddr: 0xC0, symBinAddr: 0x6B310, symSize: 0x60 } + - { offsetInCU: 0xDC, offset: 0xAA30D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC5xformSo13CATransform3DVvg', symObjAddr: 0x120, symBinAddr: 0x6B370, symSize: 0x150 } + - { offsetInCU: 0x10B, offset: 0xAA33C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC9fillColorSo10CGColorRefaSgvg', symObjAddr: 0x270, symBinAddr: 0x6B4C0, symSize: 0x60 } + - { offsetInCU: 0x13A, offset: 0xAA36B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC7opacity12CoreGraphics7CGFloatVvg', symObjAddr: 0x2D0, symBinAddr: 0x6B520, symSize: 0x60 } + - { offsetInCU: 0x169, offset: 0xAA39A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfd', symObjAddr: 0x740, symBinAddr: 0x6B990, symSize: 0x80 } + - { offsetInCU: 0x196, offset: 0xAA3C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfD', symObjAddr: 0x7C0, symBinAddr: 0x6BA10, symSize: 0x20 } + - { offsetInCU: 0x1C3, offset: 0xAA3F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x800, symBinAddr: 0x6BA50, symSize: 0x10 } + - { offsetInCU: 0x1EE, offset: 0xAA41F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x810, symBinAddr: 0x6BA60, symSize: 0x30 } + - { offsetInCU: 0x220, offset: 0xAA451, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x840, symBinAddr: 0x6BA90, symSize: 0x10 } + - { offsetInCU: 0x4FF, offset: 0xAA730, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x330, symBinAddr: 0x6B580, symSize: 0x290 } + - { offsetInCU: 0x731, offset: 0xAA962, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfd', symObjAddr: 0x5C0, symBinAddr: 0x6B810, symSize: 0xD0 } + - { offsetInCU: 0x75E, offset: 0xAA98F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfD', symObjAddr: 0x690, symBinAddr: 0x6B8E0, symSize: 0x20 } + - { offsetInCU: 0x79A, offset: 0xAA9CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0x6D0, symBinAddr: 0x6B920, symSize: 0x20 } + - { offsetInCU: 0x7DB, offset: 0xAAA0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x6F0, symBinAddr: 0x6B940, symSize: 0x30 } + - { offsetInCU: 0x81C, offset: 0xAAA4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP07keypathE0SDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x720, symBinAddr: 0x6B970, symSize: 0x20 } + - { offsetInCU: 0x84E, offset: 0xAAA7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC04textC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0xF20, symBinAddr: 0x6C130, symSize: 0x25C0 } + - { offsetInCU: 0x16BD, offset: 0xAB8EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCMa', symObjAddr: 0x6B0, symBinAddr: 0x6B900, symSize: 0x20 } + - { offsetInCU: 0x16D1, offset: 0xAB902, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCMa', symObjAddr: 0x7E0, symBinAddr: 0x6BA30, symSize: 0x20 } + - { offsetInCU: 0x1711, offset: 0xAB942, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCfD', symObjAddr: 0x850, symBinAddr: 0x6BAA0, symSize: 0x40 } + - { offsetInCU: 0x1777, offset: 0xAB9A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyF0pvgTW', symObjAddr: 0x8B0, symBinAddr: 0x6BB00, symSize: 0x40 } + - { offsetInCU: 0x17C2, offset: 0xAB9F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x8F0, symBinAddr: 0x6BB40, symSize: 0x30 } + - { offsetInCU: 0x1815, offset: 0xABA46, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x920, symBinAddr: 0x6BB70, symSize: 0x40 } + - { offsetInCU: 0x1860, offset: 0xABA91, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x960, symBinAddr: 0x6BBB0, symSize: 0x10 } + - { offsetInCU: 0x1893, offset: 0xABAC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x970, symBinAddr: 0x6BBC0, symSize: 0x10 } + - { offsetInCU: 0x18BE, offset: 0xABAEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x980, symBinAddr: 0x6BBD0, symSize: 0x10 } + - { offsetInCU: 0x18F1, offset: 0xABB22, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x990, symBinAddr: 0x6BBE0, symSize: 0x10 } + - { offsetInCU: 0x191C, offset: 0xABB4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x9A0, symBinAddr: 0x6BBF0, symSize: 0x10 } + - { offsetInCU: 0x194F, offset: 0xABB80, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x9B0, symBinAddr: 0x6BC00, symSize: 0x10 } + - { offsetInCU: 0x197A, offset: 0xABBAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x9C0, symBinAddr: 0x6BC10, symSize: 0x10 } + - { offsetInCU: 0x19BC, offset: 0xABBED, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x9D0, symBinAddr: 0x6BC20, symSize: 0x10 } + - { offsetInCU: 0x19FE, offset: 0xABC2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x9E0, symBinAddr: 0x6BC30, symSize: 0x20 } + - { offsetInCU: 0x1A31, offset: 0xABC62, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA00, symBinAddr: 0x6BC50, symSize: 0x10 } + - { offsetInCU: 0x1A62, offset: 0xABC93, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xAC0, symBinAddr: 0x6BD10, symSize: 0x420 } + - { offsetInCU: 0x1F0C, offset: 0xAC13D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCMa', symObjAddr: 0x890, symBinAddr: 0x6BAE0, symSize: 0x20 } + - { offsetInCU: 0x1F47, offset: 0xAC178, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_6Lottie15AnyNodeProperty_pTg5Tf4nnen_n', symObjAddr: 0xA10, symBinAddr: 0x6BC60, symSize: 0xB0 } + - { offsetInCU: 0x3F, offset: 0xAC6C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg', symObjAddr: 0x0, symBinAddr: 0x6E6F0, symSize: 0xA0 } + - { offsetInCU: 0xA0, offset: 0xAC724, size: 0x8, addend: 0x0, symName: '_$s6Lottie27ReducedMotionOptionProvider_pWOb', symObjAddr: 0xD0, symBinAddr: 0x6E790, symSize: 0x20 } + - { offsetInCU: 0xB4, offset: 0xAC738, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ', symObjAddr: 0x180, symBinAddr: 0x6E7B0, symSize: 0x10 } + - { offsetInCU: 0xE0, offset: 0xAC764, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ', symObjAddr: 0x190, symBinAddr: 0x6E7C0, symSize: 0x10 } + - { offsetInCU: 0x10C, offset: 0xAC790, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ', symObjAddr: 0x1A0, symBinAddr: 0x6E7D0, symSize: 0x50 } + - { offsetInCU: 0x154, offset: 0xAC7D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVACycfC', symObjAddr: 0x1F0, symBinAddr: 0x6E820, symSize: 0x10 } + - { offsetInCU: 0x172, offset: 0xAC7F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg', symObjAddr: 0x590, symBinAddr: 0x6EBC0, symSize: 0x20 } + - { offsetInCU: 0x197, offset: 0xAC81B, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVAA0cdeF0A2aDP07currentcD4ModeAA0cdH0OvgTW', symObjAddr: 0x5B0, symBinAddr: 0x6EBE0, symSize: 0x20 } + - { offsetInCU: 0x1CA, offset: 0xAC84E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ', symObjAddr: 0x200, symBinAddr: 0x6E830, symSize: 0x10 } + - { offsetInCU: 0x1EA, offset: 0xAC86E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x210, symBinAddr: 0x6E840, symSize: 0x10 } + - { offsetInCU: 0x24C, offset: 0xAC8D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x480, symBinAddr: 0x6EAB0, symSize: 0x20 } + - { offsetInCU: 0x2AF, offset: 0xAC933, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO9hashValueSivg', symObjAddr: 0x4A0, symBinAddr: 0x6EAD0, symSize: 0x40 } + - { offsetInCU: 0x3AA, offset: 0xACA2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4E0, symBinAddr: 0x6EB10, symSize: 0x10 } + - { offsetInCU: 0x400, offset: 0xACA84, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH9hashValueSivgTW', symObjAddr: 0x4F0, symBinAddr: 0x6EB20, symSize: 0x40 } + - { offsetInCU: 0x4E4, offset: 0xACB68, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x530, symBinAddr: 0x6EB60, symSize: 0x20 } + - { offsetInCU: 0x578, offset: 0xACBFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF', symObjAddr: 0x220, symBinAddr: 0x6E850, symSize: 0x80 } + - { offsetInCU: 0x728, offset: 0xACDAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO9hashValueSivg', symObjAddr: 0x2A0, symBinAddr: 0x6E8D0, symSize: 0xA0 } + - { offsetInCU: 0x892, offset: 0xACF16, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x340, symBinAddr: 0x6E970, symSize: 0x10 } + - { offsetInCU: 0x8AE, offset: 0xACF32, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x350, symBinAddr: 0x6E980, symSize: 0x80 } + - { offsetInCU: 0x9BB, offset: 0xAD03F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x470, symBinAddr: 0x6EAA0, symSize: 0x10 } + - { offsetInCU: 0x9ED, offset: 0xAD071, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x5D0, symBinAddr: 0x6EC00, symSize: 0x120 } + - { offsetInCU: 0xAA6, offset: 0xAD12A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASQWb', symObjAddr: 0x6F0, symBinAddr: 0x6ED20, symSize: 0x10 } + - { offsetInCU: 0xABA, offset: 0xAD13E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOACSQAAWl', symObjAddr: 0x700, symBinAddr: 0x6ED30, symSize: 0x30 } + - { offsetInCU: 0xACE, offset: 0xAD152, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASQWb', symObjAddr: 0x730, symBinAddr: 0x6ED60, symSize: 0x10 } + - { offsetInCU: 0xAE2, offset: 0xAD166, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOACSQAAWl', symObjAddr: 0x740, symBinAddr: 0x6ED70, symSize: 0x30 } + - { offsetInCU: 0xAF6, offset: 0xAD17A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwCP', symObjAddr: 0x770, symBinAddr: 0x6EDA0, symSize: 0x30 } + - { offsetInCU: 0xB0A, offset: 0xAD18E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwxx', symObjAddr: 0x7A0, symBinAddr: 0x6EDD0, symSize: 0x40 } + - { offsetInCU: 0xB1E, offset: 0xAD1A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwcp', symObjAddr: 0x7E0, symBinAddr: 0x6EE10, symSize: 0x80 } + - { offsetInCU: 0xB32, offset: 0xAD1B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwca', symObjAddr: 0x860, symBinAddr: 0x6EE90, symSize: 0xA0 } + - { offsetInCU: 0xB46, offset: 0xAD1CA, size: 0x8, addend: 0x0, symName: ___swift_memcpy81_8, symObjAddr: 0x900, symBinAddr: 0x6EF30, symSize: 0x40 } + - { offsetInCU: 0xB5A, offset: 0xAD1DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwta', symObjAddr: 0x940, symBinAddr: 0x6EF70, symSize: 0x90 } + - { offsetInCU: 0xB6E, offset: 0xAD1F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwet', symObjAddr: 0x9D0, symBinAddr: 0x6F000, symSize: 0x40 } + - { offsetInCU: 0xB82, offset: 0xAD206, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwst', symObjAddr: 0xA10, symBinAddr: 0x6F040, symSize: 0x60 } + - { offsetInCU: 0xB96, offset: 0xAD21A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwug', symObjAddr: 0xA70, symBinAddr: 0x6F0A0, symSize: 0x20 } + - { offsetInCU: 0xBAA, offset: 0xAD22E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwup', symObjAddr: 0xA90, symBinAddr: 0x6F0C0, symSize: 0x10 } + - { offsetInCU: 0xBBE, offset: 0xAD242, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwui', symObjAddr: 0xAA0, symBinAddr: 0x6F0D0, symSize: 0x30 } + - { offsetInCU: 0xBD2, offset: 0xAD256, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOMa', symObjAddr: 0xAD0, symBinAddr: 0x6F100, symSize: 0x10 } + - { offsetInCU: 0xBE6, offset: 0xAD26A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwet', symObjAddr: 0xB00, symBinAddr: 0x6F110, symSize: 0x80 } + - { offsetInCU: 0xBFA, offset: 0xAD27E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwst', symObjAddr: 0xB80, symBinAddr: 0x6F190, symSize: 0xD0 } + - { offsetInCU: 0xC0E, offset: 0xAD292, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwug', symObjAddr: 0xC50, symBinAddr: 0x6F260, symSize: 0x10 } + - { offsetInCU: 0xC22, offset: 0xAD2A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwup', symObjAddr: 0xC60, symBinAddr: 0x6F270, symSize: 0x10 } + - { offsetInCU: 0xC36, offset: 0xAD2BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwui', symObjAddr: 0xC70, symBinAddr: 0x6F280, symSize: 0x10 } + - { offsetInCU: 0xC4A, offset: 0xAD2CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOMa', symObjAddr: 0xC80, symBinAddr: 0x6F290, symSize: 0x10 } + - { offsetInCU: 0xC5E, offset: 0xAD2E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVMa', symObjAddr: 0xCA0, symBinAddr: 0x6F2B0, symSize: 0xA } + - { offsetInCU: 0xD05, offset: 0xAD389, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3D0, symBinAddr: 0x6EA00, symSize: 0xA0 } + - { offsetInCU: 0xE5C, offset: 0xAD4E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x550, symBinAddr: 0x6EB80, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0xAD6F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x6F2C0, symSize: 0x110 } + - { offsetInCU: 0x79, offset: 0xAD73F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x6F2C0, symSize: 0x110 } + - { offsetInCU: 0xC7, offset: 0xAD78D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x110, symBinAddr: 0x6F3D0, symSize: 0xF0 } + - { offsetInCU: 0xFB, offset: 0xAD7C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfC', symObjAddr: 0x260, symBinAddr: 0x6F520, symSize: 0x50 } + - { offsetInCU: 0x119, offset: 0xAD7DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc', symObjAddr: 0x2B0, symBinAddr: 0x6F570, symSize: 0x100 } + - { offsetInCU: 0x1BF, offset: 0xAD885, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg', symObjAddr: 0x4A0, symBinAddr: 0x6F720, symSize: 0x30 } + - { offsetInCU: 0x20A, offset: 0xAD8D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs', symObjAddr: 0x4D0, symBinAddr: 0x6F750, symSize: 0x50 } + - { offsetInCU: 0x24E, offset: 0xAD914, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM', symObjAddr: 0x520, symBinAddr: 0x6F7A0, symSize: 0x40 } + - { offsetInCU: 0x27B, offset: 0xAD941, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM.resume.0', symObjAddr: 0x560, symBinAddr: 0x6F7E0, symSize: 0x30 } + - { offsetInCU: 0x2C5, offset: 0xAD98B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9valueTypeypXpvg', symObjAddr: 0x590, symBinAddr: 0x6F810, symSize: 0x10 } + - { offsetInCU: 0x2F0, offset: 0xAD9B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x5A0, symBinAddr: 0x6F820, symSize: 0xB0 } + - { offsetInCU: 0x33B, offset: 0xADA01, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x670, symBinAddr: 0x6F8F0, symSize: 0x30 } + - { offsetInCU: 0x3A1, offset: 0xADA67, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x710, symBinAddr: 0x6F990, symSize: 0x20 } + - { offsetInCU: 0x3C4, offset: 0xADA8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfd', symObjAddr: 0x730, symBinAddr: 0x6F9B0, symSize: 0x20 } + - { offsetInCU: 0x3FF, offset: 0xADAC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfD', symObjAddr: 0x780, symBinAddr: 0x6F9D0, symSize: 0x30 } + - { offsetInCU: 0x442, offset: 0xADB08, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x7B0, symBinAddr: 0x6FA00, symSize: 0x20 } + - { offsetInCU: 0x45E, offset: 0xADB24, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x7D0, symBinAddr: 0x6FA20, symSize: 0x10 } + - { offsetInCU: 0x4A4, offset: 0xADB6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7E0, symBinAddr: 0x6FA30, symSize: 0x20 } + - { offsetInCU: 0x504, offset: 0xADBCA, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOe', symObjAddr: 0x200, symBinAddr: 0x6F4C0, symSize: 0x20 } + - { offsetInCU: 0x518, offset: 0xADBDE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVACSHAAWl', symObjAddr: 0x220, symBinAddr: 0x6F4E0, symSize: 0x40 } + - { offsetInCU: 0x54D, offset: 0xADC13, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGSayxGSHsSHRzlWl', symObjAddr: 0x3F0, symBinAddr: 0x6F670, symSize: 0x50 } + - { offsetInCU: 0x561, offset: 0xADC27, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGMa', symObjAddr: 0x440, symBinAddr: 0x6F6C0, symSize: 0x30 } + - { offsetInCU: 0x575, offset: 0xADC3B, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSHAAWl', symObjAddr: 0x470, symBinAddr: 0x6F6F0, symSize: 0x30 } + - { offsetInCU: 0x589, offset: 0xADC4F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOy', symObjAddr: 0x650, symBinAddr: 0x6F8D0, symSize: 0x20 } + - { offsetInCU: 0x59D, offset: 0xADC63, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6D0, symBinAddr: 0x6F950, symSize: 0x40 } + - { offsetInCU: 0x5E5, offset: 0xADCAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x800, symBinAddr: 0x6FA50, symSize: 0x20 } + - { offsetInCU: 0x614, offset: 0xADCDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x820, symBinAddr: 0x6FA70, symSize: 0x10 } + - { offsetInCU: 0x65E, offset: 0xADD24, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x830, symBinAddr: 0x6FA80, symSize: 0x20 } + - { offsetInCU: 0x6A5, offset: 0xADD6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCMa', symObjAddr: 0x8D0, symBinAddr: 0x6FB20, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0xADF74, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x6FB80, symSize: 0x640 } + - { offsetInCU: 0x2A0, offset: 0xAE1ED, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x6FB80, symSize: 0x640 } + - { offsetInCU: 0x2B, offset: 0xAED70, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x701C0, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0xAEDB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x701C0, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0xAEE04, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0x70230, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0xAEE45, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0x70250, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xAEE86, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0x70280, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0xAEEB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesC7ellipseAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x5E0, symBinAddr: 0x70760, symSize: 0x2C0 } + - { offsetInCU: 0x41D, offset: 0xAF162, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCMa', symObjAddr: 0x50, symBinAddr: 0x70210, symSize: 0x20 } + - { offsetInCU: 0x4EF, offset: 0xAF234, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0x702A0, symSize: 0xB0 } + - { offsetInCU: 0x5DD, offset: 0xAF322, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCfD', symObjAddr: 0x190, symBinAddr: 0x70350, symSize: 0x40 } + - { offsetInCU: 0x63E, offset: 0xAF383, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1F0, symBinAddr: 0x703B0, symSize: 0x40 } + - { offsetInCU: 0x688, offset: 0xAF3CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x230, symBinAddr: 0x703F0, symSize: 0x30 } + - { offsetInCU: 0x6BA, offset: 0xAF3FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x260, symBinAddr: 0x70420, symSize: 0x10 } + - { offsetInCU: 0x6D6, offset: 0xAF41B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x270, symBinAddr: 0x70430, symSize: 0x10 } + - { offsetInCU: 0x73A, offset: 0xAF47F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x280, symBinAddr: 0x70440, symSize: 0x20 } + - { offsetInCU: 0x79C, offset: 0xAF4E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2A0, symBinAddr: 0x70460, symSize: 0x10 } + - { offsetInCU: 0x7C7, offset: 0xAF50C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2B0, symBinAddr: 0x70470, symSize: 0x10 } + - { offsetInCU: 0x7F9, offset: 0xAF53E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2C0, symBinAddr: 0x70480, symSize: 0x10 } + - { offsetInCU: 0x824, offset: 0xAF569, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2D0, symBinAddr: 0x70490, symSize: 0x10 } + - { offsetInCU: 0x865, offset: 0xAF5AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0x704A0, symSize: 0x10 } + - { offsetInCU: 0x8A6, offset: 0xAF5EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x2F0, symBinAddr: 0x704B0, symSize: 0x20 } + - { offsetInCU: 0x8E7, offset: 0xAF62C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x310, symBinAddr: 0x704D0, symSize: 0x20 } + - { offsetInCU: 0x919, offset: 0xAF65E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC06parentC07ellipseAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x8A0, symBinAddr: 0x70A20, symSize: 0x130 } + - { offsetInCU: 0x9D3, offset: 0xAF718, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCMa', symObjAddr: 0x1D0, symBinAddr: 0x70390, symSize: 0x20 } + - { offsetInCU: 0xAD0, offset: 0xAF815, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7ellipse4size6center9directionACSo6CGSizeV_So7CGPointVAA0C9DirectionOtFZTf4nnnd_n', symObjAddr: 0x330, symBinAddr: 0x704F0, symSize: 0x270 } + - { offsetInCU: 0x43, offset: 0xAFEF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x70B50, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0xAFF0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwxx', symObjAddr: 0x30, symBinAddr: 0x70B80, symSize: 0x10 } + - { offsetInCU: 0x6B, offset: 0xAFF1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwcp', symObjAddr: 0x40, symBinAddr: 0x70B90, symSize: 0x30 } + - { offsetInCU: 0x7F, offset: 0xAFF33, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwca', symObjAddr: 0x70, symBinAddr: 0x70BC0, symSize: 0x50 } + - { offsetInCU: 0x93, offset: 0xAFF47, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwta', symObjAddr: 0xE0, symBinAddr: 0x70C10, symSize: 0x40 } + - { offsetInCU: 0xA7, offset: 0xAFF5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwet', symObjAddr: 0x120, symBinAddr: 0x70C50, symSize: 0x40 } + - { offsetInCU: 0xBB, offset: 0xAFF6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwst', symObjAddr: 0x160, symBinAddr: 0x70C90, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0xAFF83, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVMa', symObjAddr: 0x1A0, symBinAddr: 0x70CD0, symSize: 0x10 } + - { offsetInCU: 0x45C, offset: 0xB0310, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV02cgC0So9CGPathRefayF', symObjAddr: 0x1B0, symBinAddr: 0x70CE0, symSize: 0x190 } + - { offsetInCU: 0x601, offset: 0xB04B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9addVertexyyAA05CurveE0VF', symObjAddr: 0x340, symBinAddr: 0x70E70, symSize: 0x1F0 } + - { offsetInCU: 0x9D2, offset: 0xB0886, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV04trimC9AtLengths33_3AD676776FA89DEF7F58E43AF7646C3ALL9positionsSayACGSay12CoreGraphics7CGFloatV5start_AJ3endtG_tF', symObjAddr: 0x530, symBinAddr: 0x71060, symSize: 0x1010 } + - { offsetInCU: 0x1F78, offset: 0xB1E2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO8rawValueSSvg', symObjAddr: 0x1540, symBinAddr: 0x72070, symSize: 0x20 } + - { offsetInCU: 0x1FAF, offset: 0xB1E63, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0x1560, symBinAddr: 0x72090, symSize: 0x20 } + - { offsetInCU: 0x202D, offset: 0xB1EE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x15C0, symBinAddr: 0x720F0, symSize: 0x70 } + - { offsetInCU: 0x2093, offset: 0xB1F47, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1630, symBinAddr: 0x72160, symSize: 0x30 } + - { offsetInCU: 0x20AF, offset: 0xB1F63, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1660, symBinAddr: 0x72190, symSize: 0x10 } + - { offsetInCU: 0x20E5, offset: 0xB1F99, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1670, symBinAddr: 0x721A0, symSize: 0x60 } + - { offsetInCU: 0x216A, offset: 0xB201E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x16D0, symBinAddr: 0x72200, symSize: 0x10 } + - { offsetInCU: 0x2186, offset: 0xB203A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x16E0, symBinAddr: 0x72210, symSize: 0x10 } + - { offsetInCU: 0x21B9, offset: 0xB206D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1730, symBinAddr: 0x72260, symSize: 0x380 } + - { offsetInCU: 0x23BC, offset: 0xB2270, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1AB0, symBinAddr: 0x725E0, symSize: 0x30 } + - { offsetInCU: 0x23F5, offset: 0xB22A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1AE0, symBinAddr: 0x72610, symSize: 0x20 } + - { offsetInCU: 0x25B6, offset: 0xB246A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x1B00, symBinAddr: 0x72630, symSize: 0xFE0 } + - { offsetInCU: 0x36FF, offset: 0xB35B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x2AE0, symBinAddr: 0x73610, symSize: 0xDC0 } + - { offsetInCU: 0x3F5D, offset: 0xB3E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x3910, symBinAddr: 0x743D0, symSize: 0x30 } + - { offsetInCU: 0x3F71, offset: 0xB3E25, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGSgWOh', symObjAddr: 0x3940, symBinAddr: 0x74400, symSize: 0x30 } + - { offsetInCU: 0x3F85, offset: 0xB3E39, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGMa', symObjAddr: 0x39A0, symBinAddr: 0x74430, symSize: 0x50 } + - { offsetInCU: 0x3F99, offset: 0xB3E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwet', symObjAddr: 0x3AD0, symBinAddr: 0x744E0, symSize: 0x80 } + - { offsetInCU: 0x3FAD, offset: 0xB3E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwst', symObjAddr: 0x3B50, symBinAddr: 0x74560, symSize: 0xD0 } + - { offsetInCU: 0x3FC1, offset: 0xB3E75, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwug', symObjAddr: 0x3C20, symBinAddr: 0x74630, symSize: 0x10 } + - { offsetInCU: 0x3FD5, offset: 0xB3E89, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwup', symObjAddr: 0x3C30, symBinAddr: 0x74640, symSize: 0x10 } + - { offsetInCU: 0x3FE9, offset: 0xB3E9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwui', symObjAddr: 0x3C40, symBinAddr: 0x74650, symSize: 0x10 } + - { offsetInCU: 0x3FFD, offset: 0xB3EB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOMa', symObjAddr: 0x3C50, symBinAddr: 0x74660, symSize: 0x10 } + - { offsetInCU: 0x4011, offset: 0xB3EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASQWb', symObjAddr: 0x3C60, symBinAddr: 0x74670, symSize: 0x10 } + - { offsetInCU: 0x4025, offset: 0xB3ED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAESQAAWl', symObjAddr: 0x3C70, symBinAddr: 0x74680, symSize: 0x30 } + - { offsetInCU: 0x4039, offset: 0xB3EED, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3CA0, symBinAddr: 0x746B0, symSize: 0x10 } + - { offsetInCU: 0x404D, offset: 0xB3F01, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3CB0, symBinAddr: 0x746C0, symSize: 0x30 } + - { offsetInCU: 0x4061, offset: 0xB3F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3CE0, symBinAddr: 0x746F0, symSize: 0x10 } + - { offsetInCU: 0x4075, offset: 0xB3F29, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x3CF0, symBinAddr: 0x74700, symSize: 0x2E } + - { offsetInCU: 0x417B, offset: 0xB402F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1580, symBinAddr: 0x720B0, symSize: 0x10 } + - { offsetInCU: 0x4197, offset: 0xB404B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1590, symBinAddr: 0x720C0, symSize: 0x10 } + - { offsetInCU: 0x41B3, offset: 0xB4067, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x15A0, symBinAddr: 0x720D0, symSize: 0x10 } + - { offsetInCU: 0x41CF, offset: 0xB4083, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x15B0, symBinAddr: 0x720E0, symSize: 0x10 } + - { offsetInCU: 0x41F1, offset: 0xB40A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x16F0, symBinAddr: 0x72220, symSize: 0x20 } + - { offsetInCU: 0x420D, offset: 0xB40C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1710, symBinAddr: 0x72240, symSize: 0x20 } + - { offsetInCU: 0x9D, offset: 0xB44FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfC', symObjAddr: 0x0, symBinAddr: 0x74730, symSize: 0x80 } + - { offsetInCU: 0xED, offset: 0xB454D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc', symObjAddr: 0x80, symBinAddr: 0x747B0, symSize: 0x80 } + - { offsetInCU: 0x134, offset: 0xB4594, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfcTo', symObjAddr: 0x100, symBinAddr: 0x74830, symSize: 0xB0 } + - { offsetInCU: 0x1B4, offset: 0xB4614, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC5namedyACSSFZTo', symObjAddr: 0x1B0, symBinAddr: 0x748E0, symSize: 0xD0 } + - { offsetInCU: 0x250, offset: 0xB46B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfc', symObjAddr: 0x2A0, symBinAddr: 0x749D0, symSize: 0x30 } + - { offsetInCU: 0x2B3, offset: 0xB4713, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfcTo', symObjAddr: 0x2D0, symBinAddr: 0x74A00, symSize: 0x30 } + - { offsetInCU: 0x35C, offset: 0xB47BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCfETo', symObjAddr: 0x310, symBinAddr: 0x74A40, symSize: 0x50 } + - { offsetInCU: 0x45D, offset: 0xB48BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ', symObjAddr: 0x360, symBinAddr: 0x74A90, symSize: 0x190 } + - { offsetInCU: 0x5D2, offset: 0xB4A32, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg', symObjAddr: 0x4F0, symBinAddr: 0x74C20, symSize: 0x10 } + - { offsetInCU: 0x608, offset: 0xB4A68, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfC', symObjAddr: 0x520, symBinAddr: 0x74C50, symSize: 0x20 } + - { offsetInCU: 0x625, offset: 0xB4A85, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg', symObjAddr: 0x540, symBinAddr: 0x74C70, symSize: 0x10 } + - { offsetInCU: 0x668, offset: 0xB4AC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x620, symBinAddr: 0x74D50, symSize: 0x20 } + - { offsetInCU: 0x699, offset: 0xB4AF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x640, symBinAddr: 0x74D70, symSize: 0x10 } + - { offsetInCU: 0x719, offset: 0xB4B79, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfC', symObjAddr: 0x650, symBinAddr: 0x74D80, symSize: 0x40 } + - { offsetInCU: 0x760, offset: 0xB4BC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc', symObjAddr: 0x690, symBinAddr: 0x74DC0, symSize: 0x40 } + - { offsetInCU: 0x791, offset: 0xB4BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfcTo', symObjAddr: 0x6D0, symBinAddr: 0x74E00, symSize: 0x20 } + - { offsetInCU: 0x7E3, offset: 0xB4C43, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfC', symObjAddr: 0x6F0, symBinAddr: 0x74E20, symSize: 0x40 } + - { offsetInCU: 0x817, offset: 0xB4C77, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc', symObjAddr: 0x730, symBinAddr: 0x74E60, symSize: 0x30 } + - { offsetInCU: 0x82B, offset: 0xB4C8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTo', symObjAddr: 0x760, symBinAddr: 0x74E90, symSize: 0x50 } + - { offsetInCU: 0x893, offset: 0xB4CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfC', symObjAddr: 0x7B0, symBinAddr: 0x74EE0, symSize: 0x70 } + - { offsetInCU: 0x8E5, offset: 0xB4D45, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc', symObjAddr: 0x820, symBinAddr: 0x74F50, symSize: 0x60 } + - { offsetInCU: 0x918, offset: 0xB4D78, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfcTo', symObjAddr: 0x880, symBinAddr: 0x74FB0, symSize: 0x90 } + - { offsetInCU: 0x968, offset: 0xB4DC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfC', symObjAddr: 0x910, symBinAddr: 0x75040, symSize: 0x40 } + - { offsetInCU: 0x9A6, offset: 0xB4E06, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc', symObjAddr: 0x950, symBinAddr: 0x75080, symSize: 0x220 } + - { offsetInCU: 0xA60, offset: 0xB4EC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5Error_pSgcfU_', symObjAddr: 0xB70, symBinAddr: 0x752A0, symSize: 0x10 } + - { offsetInCU: 0xA78, offset: 0xB4ED8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfcTo', symObjAddr: 0xB80, symBinAddr: 0x752B0, symSize: 0x60 } + - { offsetInCU: 0xACA, offset: 0xB4F2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfC', symObjAddr: 0xBE0, symBinAddr: 0x75310, symSize: 0x70 } + - { offsetInCU: 0xB11, offset: 0xB4F71, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc', symObjAddr: 0xC50, symBinAddr: 0x75380, symSize: 0x50 } + - { offsetInCU: 0xB42, offset: 0xB4FA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfcTo', symObjAddr: 0xCA0, symBinAddr: 0x753D0, symSize: 0x90 } + - { offsetInCU: 0xB96, offset: 0xB4FF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfC', symObjAddr: 0xD30, symBinAddr: 0x75460, symSize: 0x50 } + - { offsetInCU: 0xBCA, offset: 0xB502A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc', symObjAddr: 0xD80, symBinAddr: 0x754B0, symSize: 0x40 } + - { offsetInCU: 0xBDE, offset: 0xB503E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTo', symObjAddr: 0xDC0, symBinAddr: 0x754F0, symSize: 0x70 } + - { offsetInCU: 0xC10, offset: 0xB5070, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xE30, symBinAddr: 0x75560, symSize: 0x80 } + - { offsetInCU: 0xC2E, offset: 0xB508E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xEB0, symBinAddr: 0x755E0, symSize: 0x130 } + - { offsetInCU: 0xCB5, offset: 0xB5115, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xFE0, symBinAddr: 0x75710, symSize: 0x30 } + - { offsetInCU: 0xCE0, offset: 0xB5140, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1010, symBinAddr: 0x75740, symSize: 0x40 } + - { offsetInCU: 0xD12, offset: 0xB5172, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvW', symObjAddr: 0x10D0, symBinAddr: 0x75800, symSize: 0x140 } + - { offsetInCU: 0xDCA, offset: 0xB522A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM', symObjAddr: 0x1210, symBinAddr: 0x75940, symSize: 0x40 } + - { offsetInCU: 0xE17, offset: 0xB5277, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1270, symBinAddr: 0x759A0, symSize: 0x40 } + - { offsetInCU: 0xE52, offset: 0xB52B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg', symObjAddr: 0x12B0, symBinAddr: 0x759E0, symSize: 0x30 } + - { offsetInCU: 0xE6F, offset: 0xB52CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x12E0, symBinAddr: 0x75A10, symSize: 0x40 } + - { offsetInCU: 0xEA9, offset: 0xB5309, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs', symObjAddr: 0x1320, symBinAddr: 0x75A50, symSize: 0xC0 } + - { offsetInCU: 0xF6D, offset: 0xB53CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM', symObjAddr: 0x13E0, symBinAddr: 0x75B10, symSize: 0x50 } + - { offsetInCU: 0xF9A, offset: 0xB53FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x1430, symBinAddr: 0x75B60, symSize: 0xC0 } + - { offsetInCU: 0x102F, offset: 0xB548F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvW', symObjAddr: 0x1770, symBinAddr: 0x75EA0, symSize: 0x180 } + - { offsetInCU: 0x111C, offset: 0xB557C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM', symObjAddr: 0x18F0, symBinAddr: 0x76020, symSize: 0x40 } + - { offsetInCU: 0x1169, offset: 0xB55C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0x1980, symBinAddr: 0x760B0, symSize: 0x20 } + - { offsetInCU: 0x11A6, offset: 0xB5606, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg', symObjAddr: 0x19A0, symBinAddr: 0x760D0, symSize: 0x20 } + - { offsetInCU: 0x11ED, offset: 0xB564D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x19C0, symBinAddr: 0x760F0, symSize: 0x20 } + - { offsetInCU: 0x1232, offset: 0xB5692, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs', symObjAddr: 0x19E0, symBinAddr: 0x76110, symSize: 0x20 } + - { offsetInCU: 0x1259, offset: 0xB56B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM', symObjAddr: 0x1A00, symBinAddr: 0x76130, symSize: 0x40 } + - { offsetInCU: 0x12A3, offset: 0xB5703, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM.resume.0', symObjAddr: 0x1A40, symBinAddr: 0x76170, symSize: 0x20 } + - { offsetInCU: 0x132D, offset: 0xB578D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvsTo', symObjAddr: 0x1AA0, symBinAddr: 0x761D0, symSize: 0x80 } + - { offsetInCU: 0x13A2, offset: 0xB5802, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x1B20, symBinAddr: 0x76250, symSize: 0x60 } + - { offsetInCU: 0x144F, offset: 0xB58AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x1BE0, symBinAddr: 0x76310, symSize: 0x80 } + - { offsetInCU: 0x14C5, offset: 0xB5925, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x1C60, symBinAddr: 0x76390, symSize: 0x80 } + - { offsetInCU: 0x156A, offset: 0xB59CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1CE0, symBinAddr: 0x76410, symSize: 0x40 } + - { offsetInCU: 0x1586, offset: 0xB59E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x1D20, symBinAddr: 0x76450, symSize: 0x130 } + - { offsetInCU: 0x16F0, offset: 0xB5B50, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x1E90, symBinAddr: 0x765C0, symSize: 0x30 } + - { offsetInCU: 0x171D, offset: 0xB5B7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1EE0, symBinAddr: 0x76610, symSize: 0x20 } + - { offsetInCU: 0x1739, offset: 0xB5B99, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg', symObjAddr: 0x1F00, symBinAddr: 0x76630, symSize: 0x70 } + - { offsetInCU: 0x17B0, offset: 0xB5C10, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvgTo', symObjAddr: 0x1F70, symBinAddr: 0x766A0, symSize: 0x40 } + - { offsetInCU: 0x17CC, offset: 0xB5C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg', symObjAddr: 0x1FB0, symBinAddr: 0x766E0, symSize: 0xF0 } + - { offsetInCU: 0x187B, offset: 0xB5CDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM', symObjAddr: 0x2160, symBinAddr: 0x76890, symSize: 0x30 } + - { offsetInCU: 0x18C6, offset: 0xB5D26, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x21F0, symBinAddr: 0x76920, symSize: 0xB0 } + - { offsetInCU: 0x1926, offset: 0xB5D86, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x22A0, symBinAddr: 0x769D0, symSize: 0x90 } + - { offsetInCU: 0x1980, offset: 0xB5DE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x2330, symBinAddr: 0x76A60, symSize: 0x40 } + - { offsetInCU: 0x199C, offset: 0xB5DFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x2370, symBinAddr: 0x76AA0, symSize: 0x120 } + - { offsetInCU: 0x1A59, offset: 0xB5EB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x2530, symBinAddr: 0x76C60, symSize: 0xC0 } + - { offsetInCU: 0x1B0C, offset: 0xB5F6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x25F0, symBinAddr: 0x76D20, symSize: 0x1B0 } + - { offsetInCU: 0x1BF3, offset: 0xB6053, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x27A0, symBinAddr: 0x76ED0, symSize: 0x50 } + - { offsetInCU: 0x1C37, offset: 0xB6097, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x27F0, symBinAddr: 0x76F20, symSize: 0x30 } + - { offsetInCU: 0x1C6C, offset: 0xB60CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x2820, symBinAddr: 0x76F50, symSize: 0x40 } + - { offsetInCU: 0x1C88, offset: 0xB60E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x2860, symBinAddr: 0x76F90, symSize: 0xC0 } + - { offsetInCU: 0x1DF3, offset: 0xB6253, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x2920, symBinAddr: 0x77050, symSize: 0x50 } + - { offsetInCU: 0x1E5E, offset: 0xB62BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x2970, symBinAddr: 0x770A0, symSize: 0x50 } + - { offsetInCU: 0x1ED5, offset: 0xB6335, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x29C0, symBinAddr: 0x770F0, symSize: 0x80 } + - { offsetInCU: 0x1F72, offset: 0xB63D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x2A40, symBinAddr: 0x77170, symSize: 0x70 } + - { offsetInCU: 0x2006, offset: 0xB6466, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x2B20, symBinAddr: 0x77250, symSize: 0x80 } + - { offsetInCU: 0x207F, offset: 0xB64DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x2BA0, symBinAddr: 0x772D0, symSize: 0x90 } + - { offsetInCU: 0x2127, offset: 0xB6587, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvsTo', symObjAddr: 0x2D10, symBinAddr: 0x77440, symSize: 0x40 } + - { offsetInCU: 0x2143, offset: 0xB65A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs', symObjAddr: 0x2D50, symBinAddr: 0x77480, symSize: 0xB0 } + - { offsetInCU: 0x21F1, offset: 0xB6651, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM', symObjAddr: 0x2E00, symBinAddr: 0x77530, symSize: 0x80 } + - { offsetInCU: 0x2297, offset: 0xB66F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM.resume.0', symObjAddr: 0x2E80, symBinAddr: 0x775B0, symSize: 0xD0 } + - { offsetInCU: 0x234E, offset: 0xB67AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvgTo', symObjAddr: 0x2F50, symBinAddr: 0x77680, symSize: 0x40 } + - { offsetInCU: 0x236A, offset: 0xB67CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg', symObjAddr: 0x2F90, symBinAddr: 0x776C0, symSize: 0x1A0 } + - { offsetInCU: 0x240B, offset: 0xB686B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvgTo', symObjAddr: 0x3130, symBinAddr: 0x77860, symSize: 0x40 } + - { offsetInCU: 0x2427, offset: 0xB6887, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg', symObjAddr: 0x3170, symBinAddr: 0x778A0, symSize: 0x40 } + - { offsetInCU: 0x245C, offset: 0xB68BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvsTo', symObjAddr: 0x31B0, symBinAddr: 0x778E0, symSize: 0x40 } + - { offsetInCU: 0x2478, offset: 0xB68D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs', symObjAddr: 0x31F0, symBinAddr: 0x77920, symSize: 0x60 } + - { offsetInCU: 0x24D8, offset: 0xB6938, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM', symObjAddr: 0x3250, symBinAddr: 0x77980, symSize: 0x50 } + - { offsetInCU: 0x253E, offset: 0xB699E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM.resume.0', symObjAddr: 0x32A0, symBinAddr: 0x779D0, symSize: 0x20 } + - { offsetInCU: 0x2598, offset: 0xB69F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyF', symObjAddr: 0x32C0, symBinAddr: 0x779F0, symSize: 0x40 } + - { offsetInCU: 0x25E2, offset: 0xB6A42, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0x3300, symBinAddr: 0x77A30, symSize: 0x30 } + - { offsetInCU: 0x262B, offset: 0xB6A8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyFTo', symObjAddr: 0x3330, symBinAddr: 0x77A60, symSize: 0x50 } + - { offsetInCU: 0x2684, offset: 0xB6AE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tFTo', symObjAddr: 0x3380, symBinAddr: 0x77AB0, symSize: 0xB0 } + - { offsetInCU: 0x26C4, offset: 0xB6B24, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x3430, symBinAddr: 0x77B60, symSize: 0x50 } + - { offsetInCU: 0x2748, offset: 0xB6BA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x3480, symBinAddr: 0x77BB0, symSize: 0xE0 } + - { offsetInCU: 0x27A1, offset: 0xB6C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x3560, symBinAddr: 0x77C90, symSize: 0x50 } + - { offsetInCU: 0x2825, offset: 0xB6C85, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x35B0, symBinAddr: 0x77CE0, symSize: 0xE0 } + - { offsetInCU: 0x287E, offset: 0xB6CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF', symObjAddr: 0x3690, symBinAddr: 0x77DC0, symSize: 0x50 } + - { offsetInCU: 0x2902, offset: 0xB6D62, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtFTo', symObjAddr: 0x36E0, symBinAddr: 0x77E10, symSize: 0x110 } + - { offsetInCU: 0x2956, offset: 0xB6DB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF', symObjAddr: 0x37F0, symBinAddr: 0x77F20, symSize: 0x50 } + - { offsetInCU: 0x29C3, offset: 0xB6E23, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtFTo', symObjAddr: 0x3840, symBinAddr: 0x77F70, symSize: 0xE0 } + - { offsetInCU: 0x2A0D, offset: 0xB6E6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyF', symObjAddr: 0x3920, symBinAddr: 0x78050, symSize: 0x30 } + - { offsetInCU: 0x2A4C, offset: 0xB6EAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyFTo', symObjAddr: 0x3950, symBinAddr: 0x78080, symSize: 0x50 } + - { offsetInCU: 0x2A82, offset: 0xB6EE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyF', symObjAddr: 0x39A0, symBinAddr: 0x780D0, symSize: 0x30 } + - { offsetInCU: 0x2AC1, offset: 0xB6F21, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyFTo', symObjAddr: 0x39D0, symBinAddr: 0x78100, symSize: 0x50 } + - { offsetInCU: 0x2AF7, offset: 0xB6F57, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF', symObjAddr: 0x3A20, symBinAddr: 0x78150, symSize: 0x90 } + - { offsetInCU: 0x2B72, offset: 0xB6FD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyFTo', symObjAddr: 0x3AB0, symBinAddr: 0x781E0, symSize: 0xC0 } + - { offsetInCU: 0x2BD4, offset: 0xB7034, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x3B70, symBinAddr: 0x782A0, symSize: 0x90 } + - { offsetInCU: 0x2C4F, offset: 0xB70AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyFTo', symObjAddr: 0x3C00, symBinAddr: 0x78330, symSize: 0xC0 } + - { offsetInCU: 0x2CB1, offset: 0xB7111, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x3CC0, symBinAddr: 0x783F0, symSize: 0xE0 } + - { offsetInCU: 0x2D58, offset: 0xB71B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x3DA0, symBinAddr: 0x784D0, symSize: 0xE0 } + - { offsetInCU: 0x2D74, offset: 0xB71D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x3E80, symBinAddr: 0x785B0, symSize: 0x90 } + - { offsetInCU: 0x2DEF, offset: 0xB724F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyFTo', symObjAddr: 0x3F10, symBinAddr: 0x78640, symSize: 0xC0 } + - { offsetInCU: 0x2E51, offset: 0xB72B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF', symObjAddr: 0x3FD0, symBinAddr: 0x78700, symSize: 0x420 } + - { offsetInCU: 0x30D4, offset: 0xB7534, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtFTo', symObjAddr: 0x43F0, symBinAddr: 0x78B20, symSize: 0x70 } + - { offsetInCU: 0x30F0, offset: 0xB7550, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x4460, symBinAddr: 0x78B90, symSize: 0x1A0 } + - { offsetInCU: 0x31E2, offset: 0xB7642, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x4600, symBinAddr: 0x78D30, symSize: 0x70 } + - { offsetInCU: 0x31FE, offset: 0xB765E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF', symObjAddr: 0x4670, symBinAddr: 0x78DA0, symSize: 0x60 } + - { offsetInCU: 0x326B, offset: 0xB76CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtFTo', symObjAddr: 0x46D0, symBinAddr: 0x78E00, symSize: 0xB0 } + - { offsetInCU: 0x32B3, offset: 0xB7713, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x4780, symBinAddr: 0x78EB0, symSize: 0x120 } + - { offsetInCU: 0x332D, offset: 0xB778D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x48A0, symBinAddr: 0x78FD0, symSize: 0xE0 } + - { offsetInCU: 0x3349, offset: 0xB77A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x4980, symBinAddr: 0x790B0, symSize: 0xD0 } + - { offsetInCU: 0x33D4, offset: 0xB7834, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x4A50, symBinAddr: 0x79180, symSize: 0x80 } + - { offsetInCU: 0x33F0, offset: 0xB7850, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4AD0, symBinAddr: 0x79200, symSize: 0xA0 } + - { offsetInCU: 0x34A1, offset: 0xB7901, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tFTo', symObjAddr: 0x4B70, symBinAddr: 0x792A0, symSize: 0xD0 } + - { offsetInCU: 0x3538, offset: 0xB7998, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4C40, symBinAddr: 0x79370, symSize: 0x110 } + - { offsetInCU: 0x3626, offset: 0xB7A86, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4D70, symBinAddr: 0x794A0, symSize: 0x110 } + - { offsetInCU: 0x3706, offset: 0xB7B66, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10setUpViews33_A351FBFEE2E6C8ED3388379E4189DDDFLLyyF', symObjAddr: 0x4F00, symBinAddr: 0x79630, symSize: 0x250 } + - { offsetInCU: 0x3735, offset: 0xB7B95, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTf4gnn_n', symObjAddr: 0x5580, symBinAddr: 0x79C80, symSize: 0x2D0 } + - { offsetInCU: 0x38A8, offset: 0xB7D08, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTf4gnn_n', symObjAddr: 0x5890, symBinAddr: 0x79F50, symSize: 0x310 } + - { offsetInCU: 0x3A86, offset: 0xB7EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x6440, symBinAddr: 0x7A850, symSize: 0xF0 } + - { offsetInCU: 0x463D, offset: 0xB8A9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfC', symObjAddr: 0x51B0, symBinAddr: 0x798E0, symSize: 0x40 } + - { offsetInCU: 0x4684, offset: 0xB8AE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc', symObjAddr: 0x51F0, symBinAddr: 0x79920, symSize: 0x40 } + - { offsetInCU: 0x46B7, offset: 0xB8B17, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfcTo', symObjAddr: 0x5230, symBinAddr: 0x79960, symSize: 0x70 } + - { offsetInCU: 0x46FB, offset: 0xB8B5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfc', symObjAddr: 0x52F0, symBinAddr: 0x79A20, symSize: 0x30 } + - { offsetInCU: 0x4761, offset: 0xB8BC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfcTo', symObjAddr: 0x5320, symBinAddr: 0x79A50, symSize: 0x30 } + - { offsetInCU: 0x4813, offset: 0xB8C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x1B80, symBinAddr: 0x762B0, symSize: 0x60 } + - { offsetInCU: 0x499B, offset: 0xB8DFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x2490, symBinAddr: 0x76BC0, symSize: 0xA0 } + - { offsetInCU: 0x4A04, offset: 0xB8E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x2AB0, symBinAddr: 0x771E0, symSize: 0x70 } + - { offsetInCU: 0x4B85, offset: 0xB8FE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCfETo', symObjAddr: 0x5160, symBinAddr: 0x79890, symSize: 0x50 } + - { offsetInCU: 0x4BB4, offset: 0xB9014, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCfETo', symObjAddr: 0x5380, symBinAddr: 0x79AB0, symSize: 0x20 } + - { offsetInCU: 0x4C11, offset: 0xB9071, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_nAE05ColorcJ0C_Tg5', symObjAddr: 0x53D0, symBinAddr: 0x79AD0, symSize: 0x120 } + - { offsetInCU: 0x4C9C, offset: 0xB90FC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_nAK05ColornO0C_Tg5', symObjAddr: 0x54F0, symBinAddr: 0x79BF0, symSize: 0x90 } + - { offsetInCU: 0x4D86, offset: 0xB91E6, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVSgWOb', symObjAddr: 0x5E00, symBinAddr: 0x7A260, symSize: 0x40 } + - { offsetInCU: 0x4D9A, offset: 0xB91FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOSHAASQWb', symObjAddr: 0x5E40, symBinAddr: 0x7A2A0, symSize: 0x10 } + - { offsetInCU: 0x4DAE, offset: 0xB920E, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOACSQAAWl', symObjAddr: 0x5E50, symBinAddr: 0x7A2B0, symSize: 0x30 } + - { offsetInCU: 0x4DC2, offset: 0xB9222, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASQWb', symObjAddr: 0x5E80, symBinAddr: 0x7A2E0, symSize: 0x10 } + - { offsetInCU: 0x4DD6, offset: 0xB9236, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOACSQAAWl', symObjAddr: 0x5E90, symBinAddr: 0x7A2F0, symSize: 0x30 } + - { offsetInCU: 0x4DEA, offset: 0xB924A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCMa', symObjAddr: 0x6250, symBinAddr: 0x7A6B0, symSize: 0x20 } + - { offsetInCU: 0x4DFE, offset: 0xB925E, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOMa', symObjAddr: 0x62A0, symBinAddr: 0x7A700, symSize: 0x10 } + - { offsetInCU: 0x4E12, offset: 0xB9272, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOMa', symObjAddr: 0x62B0, symBinAddr: 0x7A710, symSize: 0x10 } + - { offsetInCU: 0x4E26, offset: 0xB9286, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCMa', symObjAddr: 0x62C0, symBinAddr: 0x7A720, symSize: 0x20 } + - { offsetInCU: 0x4E3A, offset: 0xB929A, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCMa', symObjAddr: 0x6330, symBinAddr: 0x7A790, symSize: 0x20 } + - { offsetInCU: 0x4E59, offset: 0xB92B9, size: 0x8, addend: 0x0, symName: '_$s10ObjectiveC8ObjCBoolVIeyBy_SbIegy_TRTA', symObjAddr: 0x6420, symBinAddr: 0x7A830, symSize: 0x20 } + - { offsetInCU: 0x4ECB, offset: 0xB932B, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x550, symBinAddr: 0x74C80, symSize: 0x10 } + - { offsetInCU: 0x4F20, offset: 0xB9380, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5B0, symBinAddr: 0x74CE0, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0xB9946, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x7AA20, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0xB996B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x7AA60, symSize: 0x310 } + - { offsetInCU: 0x113, offset: 0xB9A0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x350, symBinAddr: 0x7AD70, symSize: 0x510 } + - { offsetInCU: 0x3A6, offset: 0xB9C9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x860, symBinAddr: 0x7B280, symSize: 0x220 } + - { offsetInCU: 0x42B, offset: 0xB9D22, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvg', symObjAddr: 0xA80, symBinAddr: 0x7B4A0, symSize: 0x30 } + - { offsetInCU: 0x470, offset: 0xB9D67, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xC80, symBinAddr: 0x7B6A0, symSize: 0x70 } + - { offsetInCU: 0x4A4, offset: 0xB9D9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xCF0, symBinAddr: 0x7B710, symSize: 0x30 } + - { offsetInCU: 0x4C0, offset: 0xB9DB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xD20, symBinAddr: 0x7B740, symSize: 0x10 } + - { offsetInCU: 0x4F6, offset: 0xB9DED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xD30, symBinAddr: 0x7B750, symSize: 0x70 } + - { offsetInCU: 0x541, offset: 0xB9E38, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xDA0, symBinAddr: 0x7B7C0, symSize: 0x10 } + - { offsetInCU: 0x55D, offset: 0xB9E54, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xDB0, symBinAddr: 0x7B7D0, symSize: 0x10 } + - { offsetInCU: 0x59B, offset: 0xB9E92, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xAF0, symBinAddr: 0x7B510, symSize: 0x60 } + - { offsetInCU: 0x5DE, offset: 0xB9ED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xB50, symBinAddr: 0x7B570, symSize: 0x20 } + - { offsetInCU: 0x61E, offset: 0xB9F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB70, symBinAddr: 0x7B590, symSize: 0x10 } + - { offsetInCU: 0x669, offset: 0xB9F60, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB80, symBinAddr: 0x7B5A0, symSize: 0x60 } + - { offsetInCU: 0x6B4, offset: 0xB9FAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBE0, symBinAddr: 0x7B600, symSize: 0x10 } + - { offsetInCU: 0x6D0, offset: 0xB9FC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBF0, symBinAddr: 0x7B610, symSize: 0x10 } + - { offsetInCU: 0x6EC, offset: 0xB9FE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1640, symBinAddr: 0x7BF00, symSize: 0x20 } + - { offsetInCU: 0x70A, offset: 0xBA001, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfd', symObjAddr: 0xE20, symBinAddr: 0x7B840, symSize: 0x60 } + - { offsetInCU: 0x74D, offset: 0xBA044, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfD', symObjAddr: 0xE80, symBinAddr: 0x7B8A0, symSize: 0x20 } + - { offsetInCU: 0x8D9, offset: 0xBA1D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfE', symObjAddr: 0xE00, symBinAddr: 0x7B820, symSize: 0x20 } + - { offsetInCU: 0x931, offset: 0xBA228, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCMa', symObjAddr: 0xEA0, symBinAddr: 0x7B8C0, symSize: 0x20 } + - { offsetInCU: 0x945, offset: 0xBA23C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xF30, symBinAddr: 0x7B8E0, symSize: 0x30 } + - { offsetInCU: 0x959, offset: 0xBA250, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xF60, symBinAddr: 0x7B910, symSize: 0x30 } + - { offsetInCU: 0x96D, offset: 0xBA264, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x11F0, symBinAddr: 0x7BAC0, symSize: 0x50 } + - { offsetInCU: 0x981, offset: 0xBA278, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x1240, symBinAddr: 0x7BB10, symSize: 0xA0 } + - { offsetInCU: 0x995, offset: 0xBA28C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x12E0, symBinAddr: 0x7BBB0, symSize: 0x10 } + - { offsetInCU: 0x9A9, offset: 0xBA2A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x12F0, symBinAddr: 0x7BBC0, symSize: 0x10 } + - { offsetInCU: 0x9BD, offset: 0xBA2B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x1300, symBinAddr: 0x7BBD0, symSize: 0x10 } + - { offsetInCU: 0x9D1, offset: 0xBA2C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x1310, symBinAddr: 0x7BBE0, symSize: 0x10 } + - { offsetInCU: 0x9E5, offset: 0xBA2DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x1330, symBinAddr: 0x7BBF0, symSize: 0x80 } + - { offsetInCU: 0x9F9, offset: 0xBA2F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x13B0, symBinAddr: 0x7BC70, symSize: 0xD0 } + - { offsetInCU: 0xA0D, offset: 0xBA304, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x1480, symBinAddr: 0x7BD40, symSize: 0x10 } + - { offsetInCU: 0xA21, offset: 0xBA318, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x1490, symBinAddr: 0x7BD50, symSize: 0x10 } + - { offsetInCU: 0xA35, offset: 0xBA32C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x14A0, symBinAddr: 0x7BD60, symSize: 0x10 } + - { offsetInCU: 0xA49, offset: 0xBA340, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x14B0, symBinAddr: 0x7BD70, symSize: 0x10 } + - { offsetInCU: 0xA5D, offset: 0xBA354, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x14C0, symBinAddr: 0x7BD80, symSize: 0x10 } + - { offsetInCU: 0xA71, offset: 0xBA368, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x14D0, symBinAddr: 0x7BD90, symSize: 0x30 } + - { offsetInCU: 0xA85, offset: 0xBA37C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x1500, symBinAddr: 0x7BDC0, symSize: 0x10 } + - { offsetInCU: 0xA99, offset: 0xBA390, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x1510, symBinAddr: 0x7BDD0, symSize: 0x30 } + - { offsetInCU: 0xAAD, offset: 0xBA3A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1540, symBinAddr: 0x7BE00, symSize: 0x10 } + - { offsetInCU: 0xAC1, offset: 0xBA3B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1550, symBinAddr: 0x7BE10, symSize: 0x30 } + - { offsetInCU: 0xAD5, offset: 0xBA3CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1580, symBinAddr: 0x7BE40, symSize: 0x10 } + - { offsetInCU: 0xAE9, offset: 0xBA3E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1590, symBinAddr: 0x7BE50, symSize: 0x30 } + - { offsetInCU: 0xAFD, offset: 0xBA3F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x15C0, symBinAddr: 0x7BE80, symSize: 0x10 } + - { offsetInCU: 0xB11, offset: 0xBA408, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x15D0, symBinAddr: 0x7BE90, symSize: 0x30 } + - { offsetInCU: 0xB25, offset: 0xBA41C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1600, symBinAddr: 0x7BEC0, symSize: 0x10 } + - { offsetInCU: 0xB39, offset: 0xBA430, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1610, symBinAddr: 0x7BED0, symSize: 0x30 } + - { offsetInCU: 0xBF7, offset: 0xBA4EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAB0, symBinAddr: 0x7B4D0, symSize: 0x10 } + - { offsetInCU: 0xC37, offset: 0xBA52E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xAC0, symBinAddr: 0x7B4E0, symSize: 0x10 } + - { offsetInCU: 0xC77, offset: 0xBA56E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAD0, symBinAddr: 0x7B4F0, symSize: 0x10 } + - { offsetInCU: 0xCB7, offset: 0xBA5AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAE0, symBinAddr: 0x7B500, symSize: 0x10 } + - { offsetInCU: 0xCEE, offset: 0xBA5E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xC00, symBinAddr: 0x7B620, symSize: 0x20 } + - { offsetInCU: 0xD0A, offset: 0xBA601, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC20, symBinAddr: 0x7B640, symSize: 0x20 } + - { offsetInCU: 0xD26, offset: 0xBA61D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC40, symBinAddr: 0x7B660, symSize: 0x10 } + - { offsetInCU: 0xD42, offset: 0xBA639, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xC50, symBinAddr: 0x7B670, symSize: 0x10 } + - { offsetInCU: 0xD5E, offset: 0xBA655, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC60, symBinAddr: 0x7B680, symSize: 0x10 } + - { offsetInCU: 0xD7A, offset: 0xBA671, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xC70, symBinAddr: 0x7B690, symSize: 0x10 } + - { offsetInCU: 0xD9C, offset: 0xBA693, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xDC0, symBinAddr: 0x7B7E0, symSize: 0x20 } + - { offsetInCU: 0xDB8, offset: 0xBA6AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xDE0, symBinAddr: 0x7B800, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0xBA8D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x7BF20, symSize: 0x30 } + - { offsetInCU: 0x6D, offset: 0xBA919, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x7BF20, symSize: 0x30 } + - { offsetInCU: 0xB9, offset: 0xBA965, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCMa', symObjAddr: 0x30, symBinAddr: 0x7BF50, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0xBAAC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x7BF70, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0xBAAE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x7BF70, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0xBAAF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMr', symObjAddr: 0x10, symBinAddr: 0x7BF80, symSize: 0x80 } + - { offsetInCU: 0x86, offset: 0xBAB23, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtF', symObjAddr: 0x90, symBinAddr: 0x7C000, symSize: 0x120 } + - { offsetInCU: 0x10F, offset: 0xBABAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC14setNeedsUpdateyyF', symObjAddr: 0x1B0, symBinAddr: 0x7C120, symSize: 0x10 } + - { offsetInCU: 0x177, offset: 0xBAC14, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCfD', symObjAddr: 0x1E0, symBinAddr: 0x7C130, symSize: 0x30 } + - { offsetInCU: 0x1CB, offset: 0xBAC68, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP14setNeedsUpdateyyFTW', symObjAddr: 0x220, symBinAddr: 0x7C170, symSize: 0x10 } + - { offsetInCU: 0x1E7, offset: 0xBAC84, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x230, symBinAddr: 0x7C180, symSize: 0x10 } + - { offsetInCU: 0x221, offset: 0xBACBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC06outputB0xvsTf4gn_n', symObjAddr: 0x270, symBinAddr: 0x7C190, symSize: 0x60 } + - { offsetInCU: 0x28A, offset: 0xBAD27, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMa', symObjAddr: 0x210, symBinAddr: 0x7C160, symSize: 0x10 } + - { offsetInCU: 0x72, offset: 0xBAF03, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4typeAC0B4TypeOvg', symObjAddr: 0x0, symBinAddr: 0x7C1F0, symSize: 0x130 } + - { offsetInCU: 0x159, offset: 0xBAFEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV16uncompressedSizes6UInt64Vvg', symObjAddr: 0x130, symBinAddr: 0x7C320, symSize: 0x1E0 } + - { offsetInCU: 0x250, offset: 0xBB0E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4pathSSvg', symObjAddr: 0x320, symBinAddr: 0x7C500, symSize: 0x110 } + - { offsetInCU: 0x32A, offset: 0xBB1BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x430, symBinAddr: 0x7C610, symSize: 0x60 } + - { offsetInCU: 0x35C, offset: 0xBB1ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x490, symBinAddr: 0x7C670, symSize: 0x260 } + - { offsetInCU: 0x3F9, offset: 0xBB28A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25centralDirectoryStructure15localFileHeader14dataDescriptor09zip64DataJ0ACSgAC07CentraldE0V_AC05LocalgH0VAC0lJ0Vy_s6UInt32VGSgANy_s6UInt64VGSgtcfCTf4ggggd_n', symObjAddr: 0x6F0, symBinAddr: 0x7C8D0, symSize: 0x940 } + - { offsetInCU: 0x524, offset: 0xBB3B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVWOr', symObjAddr: 0x1070, symBinAddr: 0x7D210, symSize: 0x70 } + - { offsetInCU: 0x538, offset: 0xBB3C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVWOr', symObjAddr: 0x1140, symBinAddr: 0x7D280, symSize: 0x50 } + - { offsetInCU: 0x54C, offset: 0xBB3DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOy', symObjAddr: 0x1190, symBinAddr: 0x7D2D0, symSize: 0x20 } + - { offsetInCU: 0x560, offset: 0xBB3F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOr', symObjAddr: 0x11B0, symBinAddr: 0x7D2F0, symSize: 0x30 } + - { offsetInCU: 0x574, offset: 0xBB405, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOy', symObjAddr: 0x11E0, symBinAddr: 0x7D320, symSize: 0x20 } + - { offsetInCU: 0x588, offset: 0xBB419, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOe', symObjAddr: 0x1240, symBinAddr: 0x7D340, symSize: 0x20 } + - { offsetInCU: 0x59C, offset: 0xBB42D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOe', symObjAddr: 0x1260, symBinAddr: 0x7D360, symSize: 0x20 } + - { offsetInCU: 0x5B0, offset: 0xBB441, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMi', symObjAddr: 0x12B0, symBinAddr: 0x7D3B0, symSize: 0x10 } + - { offsetInCU: 0x5C4, offset: 0xBB455, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMr', symObjAddr: 0x12C0, symBinAddr: 0x7D3C0, symSize: 0x90 } + - { offsetInCU: 0x5D8, offset: 0xBB469, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwCP', symObjAddr: 0x1350, symBinAddr: 0x7D450, symSize: 0x150 } + - { offsetInCU: 0x5EC, offset: 0xBB47D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwxx', symObjAddr: 0x14A0, symBinAddr: 0x7D5A0, symSize: 0x90 } + - { offsetInCU: 0x600, offset: 0xBB491, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwcp', symObjAddr: 0x1530, symBinAddr: 0x7D630, symSize: 0xE0 } + - { offsetInCU: 0x614, offset: 0xBB4A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwca', symObjAddr: 0x1610, symBinAddr: 0x7D710, symSize: 0xF0 } + - { offsetInCU: 0x628, offset: 0xBB4B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwtk', symObjAddr: 0x1700, symBinAddr: 0x7D800, symSize: 0xC0 } + - { offsetInCU: 0x63C, offset: 0xBB4CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwta', symObjAddr: 0x17C0, symBinAddr: 0x7D8C0, symSize: 0xD0 } + - { offsetInCU: 0x650, offset: 0xBB4E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwet', symObjAddr: 0x1890, symBinAddr: 0x7D990, symSize: 0x180 } + - { offsetInCU: 0x664, offset: 0xBB4F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwst', symObjAddr: 0x1A10, symBinAddr: 0x7DB10, symSize: 0x2A0 } + - { offsetInCU: 0x678, offset: 0xBB509, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMa', symObjAddr: 0x1CB0, symBinAddr: 0x7DDB0, symSize: 0x10 } + - { offsetInCU: 0x68C, offset: 0xBB51D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwCP', symObjAddr: 0x1CC0, symBinAddr: 0x7DDC0, symSize: 0x30 } + - { offsetInCU: 0x6A0, offset: 0xBB531, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwxx', symObjAddr: 0x1CF0, symBinAddr: 0x7DDF0, symSize: 0x40 } + - { offsetInCU: 0x6B4, offset: 0xBB545, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwcp', symObjAddr: 0x1D30, symBinAddr: 0x7DE30, symSize: 0x90 } + - { offsetInCU: 0x6C8, offset: 0xBB559, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwca', symObjAddr: 0x1DC0, symBinAddr: 0x7DEC0, symSize: 0xE0 } + - { offsetInCU: 0x6DC, offset: 0xBB56D, size: 0x8, addend: 0x0, symName: ___swift_memcpy72_8, symObjAddr: 0x1EA0, symBinAddr: 0x7DFA0, symSize: 0x30 } + - { offsetInCU: 0x6F0, offset: 0xBB581, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwta', symObjAddr: 0x1ED0, symBinAddr: 0x7DFD0, symSize: 0x80 } + - { offsetInCU: 0x704, offset: 0xBB595, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwet', symObjAddr: 0x1F50, symBinAddr: 0x7E050, symSize: 0x50 } + - { offsetInCU: 0x718, offset: 0xBB5A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwst', symObjAddr: 0x1FA0, symBinAddr: 0x7E0A0, symSize: 0x50 } + - { offsetInCU: 0x72C, offset: 0xBB5BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVMa', symObjAddr: 0x1FF0, symBinAddr: 0x7E0F0, symSize: 0x10 } + - { offsetInCU: 0x740, offset: 0xBB5D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwxx', symObjAddr: 0x2000, symBinAddr: 0x7E100, symSize: 0x40 } + - { offsetInCU: 0x754, offset: 0xBB5E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwcp', symObjAddr: 0x2040, symBinAddr: 0x7E140, symSize: 0xC0 } + - { offsetInCU: 0x768, offset: 0xBB5F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwca', symObjAddr: 0x2100, symBinAddr: 0x7E200, symSize: 0x130 } + - { offsetInCU: 0x77C, offset: 0xBB60D, size: 0x8, addend: 0x0, symName: ___swift_memcpy104_8, symObjAddr: 0x2230, symBinAddr: 0x7E330, symSize: 0x40 } + - { offsetInCU: 0x790, offset: 0xBB621, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwta', symObjAddr: 0x2270, symBinAddr: 0x7E370, symSize: 0xA0 } + - { offsetInCU: 0x7A4, offset: 0xBB635, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwet', symObjAddr: 0x2310, symBinAddr: 0x7E410, symSize: 0x50 } + - { offsetInCU: 0x7B8, offset: 0xBB649, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwst', symObjAddr: 0x2360, symBinAddr: 0x7E460, symSize: 0x60 } + - { offsetInCU: 0x7CC, offset: 0xBB65D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVMa', symObjAddr: 0x23C0, symBinAddr: 0x7E4C0, symSize: 0x10 } + - { offsetInCU: 0x7E0, offset: 0xBB671, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwxx', symObjAddr: 0x23D0, symBinAddr: 0x7E4D0, symSize: 0xC0 } + - { offsetInCU: 0x7F4, offset: 0xBB685, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwcp', symObjAddr: 0x2490, symBinAddr: 0x7E590, symSize: 0x240 } + - { offsetInCU: 0x808, offset: 0xBB699, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwca', symObjAddr: 0x26D0, symBinAddr: 0x7E7D0, symSize: 0x490 } + - { offsetInCU: 0x81C, offset: 0xBB6AD, size: 0x8, addend: 0x0, symName: ___swift_memcpy248_8, symObjAddr: 0x2B90, symBinAddr: 0x7EC90, symSize: 0x10 } + - { offsetInCU: 0x830, offset: 0xBB6C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwta', symObjAddr: 0x2BA0, symBinAddr: 0x7ECA0, symSize: 0x2A0 } + - { offsetInCU: 0x844, offset: 0xBB6D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwet', symObjAddr: 0x2E40, symBinAddr: 0x7EF40, symSize: 0x50 } + - { offsetInCU: 0x858, offset: 0xBB6E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwst', symObjAddr: 0x2E90, symBinAddr: 0x7EF90, symSize: 0xA0 } + - { offsetInCU: 0x86C, offset: 0xBB6FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVMa', symObjAddr: 0x2F30, symBinAddr: 0x7F030, symSize: 0x10 } + - { offsetInCU: 0x1652, offset: 0xBCFBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySo13CATransform3DVG_Tg5', symObjAddr: 0x3CB0, symBinAddr: 0x82D10, symSize: 0x350 } + - { offsetInCU: 0x17DD, offset: 0xBD14A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x4000, symBinAddr: 0x83060, symSize: 0x1E0 } + - { offsetInCU: 0x1993, offset: 0xBD300, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x41E0, symBinAddr: 0x83240, symSize: 0x210 } + - { offsetInCU: 0x1B6E, offset: 0xBD4DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySbG_Tg5', symObjAddr: 0x43F0, symBinAddr: 0x83450, symSize: 0x1E0 } + - { offsetInCU: 0x1CFB, offset: 0xBD668, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A5ColorV_Tg5', symObjAddr: 0x45D0, symBinAddr: 0x83630, symSize: 0x260 } + - { offsetInCU: 0x1E86, offset: 0xBD7F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_So6CGSizeV_Tg5', symObjAddr: 0x4830, symBinAddr: 0x83890, symSize: 0x1F0 } + - { offsetInCU: 0x2026, offset: 0xBD993, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA010BezierPathI0V_Tg5', symObjAddr: 0x4A20, symBinAddr: 0x83A80, symSize: 0x2A0 } + - { offsetInCU: 0x21DB, offset: 0xBDB48, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA7EllipseCALV_Tg5', symObjAddr: 0x4CC0, symBinAddr: 0x83D20, symSize: 0x280 } + - { offsetInCU: 0x237E, offset: 0xBDCEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA9RectangleCALV_Tg5', symObjAddr: 0x4F40, symBinAddr: 0x83FA0, symSize: 0x2A0 } + - { offsetInCU: 0x2537, offset: 0xBDEA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4StarCALV_Tg5', symObjAddr: 0x51E0, symBinAddr: 0x84240, symSize: 0x2D0 } + - { offsetInCU: 0x26EB, offset: 0xBE058, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5', symObjAddr: 0x54B0, symBinAddr: 0x84510, symSize: 0x260 } + - { offsetInCU: 0x36FD, offset: 0xBF06A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySo13CATransform3DVG_AYTB505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7X40VtKFSo13CATransform3DVAC4HoldVyALGXEfU0_Tf1nncnn_n', symObjAddr: 0x6C00, symBinAddr: 0x85C60, symSize: 0x690 } + - { offsetInCU: 0x415C, offset: 0xBFAC9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX47VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU0_SiTf1nncnn_n', symObjAddr: 0x8180, symBinAddr: 0x871E0, symSize: 0x600 } + - { offsetInCU: 0x4514, offset: 0xBFE81, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX46VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU_SiTf1nncnn_n', symObjAddr: 0x8780, symBinAddr: 0x877E0, symSize: 0x600 } + - { offsetInCU: 0x4C20, offset: 0xC058D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX80VtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0x9450, symBinAddr: 0x884B0, symSize: 0x610 } + - { offsetInCU: 0x5042, offset: 0xC09AF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX47VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnn_n', symObjAddr: 0x9A60, symBinAddr: 0x88AC0, symSize: 0x610 } + - { offsetInCU: 0x53F5, offset: 0xC0D62, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX46VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnn_n', symObjAddr: 0xA070, symBinAddr: 0x890D0, symSize: 0x610 } + - { offsetInCU: 0x5904, offset: 0xC1271, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySbG_SbTB505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7X24VtKFSbAC4HoldVySbGXEfU0_Tf1nncnn_n', symObjAddr: 0xA680, symBinAddr: 0x896E0, symSize: 0x650 } + - { offsetInCU: 0x5DEC, offset: 0xC1759, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSo6CGSizeV_AWTB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7X22VtKFSo6CGSizeVALXEfU0_Tf1nncnn_n', symObjAddr: 0xB500, symBinAddr: 0x8A560, symSize: 0x620 } + - { offsetInCU: 0x6349, offset: 0xC1CB6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnncn_n', symObjAddr: 0xBB20, symBinAddr: 0x8AB80, symSize: 0x630 } + - { offsetInCU: 0x6821, offset: 0xC218E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16dX43VSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnn_n', symObjAddr: 0xC150, symBinAddr: 0x8B1B0, symSize: 0x630 } + - { offsetInCU: 0x6D65, offset: 0xC26D2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX87VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xC780, symBinAddr: 0x8B7E0, symSize: 0x630 } + - { offsetInCU: 0x7103, offset: 0xC2A70, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX85VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xCDB0, symBinAddr: 0x8BE10, symSize: 0x630 } + - { offsetInCU: 0x7638, offset: 0xC2FA5, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4HoldVySo13CATransform3DVGGG_ARTg5', symObjAddr: 0xD4E0, symBinAddr: 0x8C540, symSize: 0x5D0 } + - { offsetInCU: 0x7F4E, offset: 0xC38BB, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA0A8Vector3DVGG_AOTg5', symObjAddr: 0xDAB0, symBinAddr: 0x8CB10, symSize: 0x5C0 } + - { offsetInCU: 0x8864, offset: 0xC41D1, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADySo6CGSizeVGG_AOTg5', symObjAddr: 0xE070, symBinAddr: 0x8D0D0, symSize: 0x5C0 } + - { offsetInCU: 0x917A, offset: 0xC4AE7, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA010BezierPathG0VGG_AOTg5', symObjAddr: 0xE630, symBinAddr: 0x8D690, symSize: 0x5C0 } + - { offsetInCU: 0x9B35, offset: 0xC54A2, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA7EllipseCACVGG_APTg5', symObjAddr: 0xEBF0, symBinAddr: 0x8DC50, symSize: 0x5C0 } + - { offsetInCU: 0xA4F0, offset: 0xC5E5D, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA9RectangleCACVGG_APTg5', symObjAddr: 0xF1B0, symBinAddr: 0x8E210, symSize: 0x5C0 } + - { offsetInCU: 0xAEAB, offset: 0xC6818, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4StarCACVGG_APTg5', symObjAddr: 0xF770, symBinAddr: 0x8E7D0, symSize: 0x5C0 } + - { offsetInCU: 0xC0C6, offset: 0xC7A33, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4HoldVySo13CATransform3DVG_A1_Tg5', symObjAddr: 0x108E0, symBinAddr: 0x8F940, symSize: 0x340 } + - { offsetInCU: 0xC365, offset: 0xC7CD2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_So6CGSizeV_A_Tg5', symObjAddr: 0x10F50, symBinAddr: 0x8FFB0, symSize: 0x340 } + - { offsetInCU: 0xC604, offset: 0xC7F71, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5', symObjAddr: 0x11290, symBinAddr: 0x902F0, symSize: 0x340 } + - { offsetInCU: 0xC8A3, offset: 0xC8210, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5', symObjAddr: 0x115D0, symBinAddr: 0x90630, symSize: 0x340 } + - { offsetInCU: 0xCB42, offset: 0xC84AF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5', symObjAddr: 0x11910, symBinAddr: 0x90970, symSize: 0x340 } + - { offsetInCU: 0xCDE1, offset: 0xC874E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4StarCAOV_So9CGPathRefaTg5', symObjAddr: 0x11C50, symBinAddr: 0x90CB0, symSize: 0x340 } + - { offsetInCU: 0xD096, offset: 0xC8A03, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_', symObjAddr: 0x12760, symBinAddr: 0x917C0, symSize: 0xB0 } + - { offsetInCU: 0xD168, offset: 0xC8AD5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x12B90, symBinAddr: 0x91BF0, symSize: 0x220 } + - { offsetInCU: 0xD214, offset: 0xC8B81, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x12DB0, symBinAddr: 0x91E10, symSize: 0x1E0 } + - { offsetInCU: 0xD2C0, offset: 0xC8C2D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie0K5ColorVTg5', symObjAddr: 0x12F90, symBinAddr: 0x91FF0, symSize: 0x1E0 } + - { offsetInCU: 0xD36C, offset: 0xC8CD9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x13170, symBinAddr: 0x921D0, symSize: 0x210 } + - { offsetInCU: 0xD420, offset: 0xC8D8D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x13380, symBinAddr: 0x923E0, symSize: 0x200 } + - { offsetInCU: 0xD4CC, offset: 0xC8E39, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x13580, symBinAddr: 0x925E0, symSize: 0x1F0 } + - { offsetInCU: 0xD578, offset: 0xC8EE5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x13770, symBinAddr: 0x927D0, symSize: 0x210 } + - { offsetInCU: 0xD624, offset: 0xC8F91, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x13980, symBinAddr: 0x929E0, symSize: 0x1E0 } + - { offsetInCU: 0xD6FC, offset: 0xC9069, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSo21NSAttributedStringKeya_ypTg5', symObjAddr: 0x13D40, symBinAddr: 0x92DA0, symSize: 0x260 } + - { offsetInCU: 0xD7E7, offset: 0xC9154, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x13FB0, symBinAddr: 0x93010, symSize: 0x240 } + - { offsetInCU: 0xD8A7, offset: 0xC9214, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSo13CATransform3DV_s15CollectionOfOneVyAGGTg5', symObjAddr: 0x14570, symBinAddr: 0x935D0, symSize: 0xC0 } + - { offsetInCU: 0xD9E3, offset: 0xC9350, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lF12CoreGraphics7CGFloatV_s15CollectionOfOneVyAHGTg5', symObjAddr: 0x14630, symBinAddr: 0x93690, symSize: 0xC0 } + - { offsetInCU: 0xDB1F, offset: 0xC948C, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSb_s15CollectionOfOneVySbGTg5', symObjAddr: 0x146F0, symBinAddr: 0x93750, symSize: 0xC0 } + - { offsetInCU: 0xDC5B, offset: 0xC95C8, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySo13CATransform3DVG_s010CollectionH3OneVyAMGTg5', symObjAddr: 0x14D90, symBinAddr: 0x93DF0, symSize: 0x2C0 } + - { offsetInCU: 0xDD6A, offset: 0xC96D7, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy12CoreGraphics7CGFloatVG_s010CollectionH3OneVyANGTg5', symObjAddr: 0x15050, symBinAddr: 0x940B0, symSize: 0x1B0 } + - { offsetInCU: 0xDE8F, offset: 0xC97FC, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySbG_s010CollectionH3OneVySbGTg5', symObjAddr: 0x15200, symBinAddr: 0x94260, symSize: 0x190 } + - { offsetInCU: 0xDF5C, offset: 0xC98C9, size: 0x8, addend: 0x0, symName: '_$sSa17_customRemoveLastxSgyFSo13CATransform3DV_Tg5', symObjAddr: 0x15AD0, symBinAddr: 0x94B30, symSize: 0xB0 } + - { offsetInCU: 0xDFDD, offset: 0xC994A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5', symObjAddr: 0x15BF0, symBinAddr: 0x94C50, symSize: 0x110 } + - { offsetInCU: 0xE088, offset: 0xC99F5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5', symObjAddr: 0x15D00, symBinAddr: 0x94D60, symSize: 0x110 } + - { offsetInCU: 0xE133, offset: 0xC9AA0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5', symObjAddr: 0x15EC0, symBinAddr: 0x94F20, symSize: 0xC0 } + - { offsetInCU: 0xE1E6, offset: 0xC9B53, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5', symObjAddr: 0x15F80, symBinAddr: 0x94FE0, symSize: 0xB0 } + - { offsetInCU: 0xE2A1, offset: 0xC9C0E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5', symObjAddr: 0x16030, symBinAddr: 0x95090, symSize: 0xB0 } + - { offsetInCU: 0xE35C, offset: 0xC9CC9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5', symObjAddr: 0x160E0, symBinAddr: 0x95140, symSize: 0xC0 } + - { offsetInCU: 0xE407, offset: 0xC9D74, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5', symObjAddr: 0x161A0, symBinAddr: 0x95200, symSize: 0xB0 } + - { offsetInCU: 0xE4BA, offset: 0xC9E27, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5', symObjAddr: 0x16250, symBinAddr: 0x952B0, symSize: 0xE0 } + - { offsetInCU: 0xE575, offset: 0xC9EE2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5', symObjAddr: 0x163E0, symBinAddr: 0x95440, symSize: 0xC0 } + - { offsetInCU: 0xE620, offset: 0xC9F8D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5', symObjAddr: 0x164A0, symBinAddr: 0x95500, symSize: 0xD0 } + - { offsetInCU: 0xE6CB, offset: 0xCA038, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5', symObjAddr: 0x16570, symBinAddr: 0x955D0, symSize: 0xE0 } + - { offsetInCU: 0xE76B, offset: 0xCA0D8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV37_appendElementAssumeUniqueAndCapacity_03newD0ySi_xntF6Lottie17KeypathSearchable_p_Tg5Tf4nen_n', symObjAddr: 0x16700, symBinAddr: 0x95760, symSize: 0x70 } + - { offsetInCU: 0xE85D, offset: 0xCA1CA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySo13CATransform3DVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t6VySo13U10DVG_A3_TG5xq_s5Error_pr0_lyAtSIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0vwaxb23E29addCombinedTransformz26_FCF865A3410C50F6C3BA6E234d59FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFSo13u5DVAC4T11VyALGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x16770, symBinAddr: 0x957D0, symSize: 0x750 } + - { offsetInCU: 0xEF7B, offset: 0xCA8E8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo13CATransform3DV_TB5Tf4nnnnnd_n', symObjAddr: 0x16EC0, symBinAddr: 0x95F20, symSize: 0xA30 } + - { offsetInCU: 0xFA29, offset: 0xCB396, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySo13CATransform3DVG_A_Tg505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7x25VtKFSo13CATransform3DVAC4Z11VyALGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x178F0, symBinAddr: 0x96950, symSize: 0xF30 } + - { offsetInCU: 0x105D2, offset: 0xCBF3F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC0B8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x189E0, symBinAddr: 0x97A40, symSize: 0x340 } + - { offsetInCU: 0x109FB, offset: 0xCC368, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d74FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKFSo7s6VAC0B8T53DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x18D20, symBinAddr: 0x97D80, symSize: 0x2E0 } + - { offsetInCU: 0x10E1A, offset: 0xCC787, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo7CGPointV_TB5Tf4nnnnnd_n', symObjAddr: 0x19000, symBinAddr: 0x98060, symSize: 0x930 } + - { offsetInCU: 0x118D7, offset: 0xCD244, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x19930, symBinAddr: 0x98990, symSize: 0x3D0 } + - { offsetInCU: 0x11C4D, offset: 0xCD5BA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb17E23addAnchorPointy26_FCF865A3410C50F6C3BA6E234d67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7s6VAC0B8T7DVXEfU_AbUTf1nncn_nTf4ndngg_n', symObjAddr: 0x19EB0, symBinAddr: 0x98F10, symSize: 0xCE0 } + - { offsetInCU: 0x12309, offset: 0xCDC76, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05W43F7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AbYTf1nncnnn_nTf4xnnndgg_n', symObjAddr: 0x1AF50, symBinAddr: 0x99FB0, symSize: 0x570 } + - { offsetInCU: 0x1254C, offset: 0xCDEB9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC0B8Vector3DV_So7CGPointVTg505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7x20VtKFSo7CGPointVAC0B8Z7DVXEfU_AbUTf1nnnnnc_nTf4nnndxgg_n', symObjAddr: 0x1B4C0, symBinAddr: 0x9A520, symSize: 0xFD0 } + - { offsetInCU: 0x131C9, offset: 0xCEB36, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1EE40, symBinAddr: 0x9DEA0, symSize: 0x560 } + - { offsetInCU: 0x13758, offset: 0xCF0C5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlF12CoreGraphics7CGFloatV_TB5Tf4nnnnnd_n', symObjAddr: 0x1F3A0, symBinAddr: 0x9E400, symSize: 0x910 } + - { offsetInCU: 0x141CE, offset: 0xCFB3B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1FE60, symBinAddr: 0x9EEC0, symSize: 0x560 } + - { offsetInCU: 0x14730, offset: 0xD009D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU3_Tf1nncn_nTf4ndg_n', symObjAddr: 0x20940, symBinAddr: 0x9F9A0, symSize: 0x560 } + - { offsetInCU: 0x14C92, offset: 0xD05FF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU2_Tf1nncn_nTf4ndg_n', symObjAddr: 0x21410, symBinAddr: 0xA0470, symSize: 0x560 } + - { offsetInCU: 0x151F4, offset: 0xD0B61, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU1_Tf1nncn_nTf4ndg_n', symObjAddr: 0x21B10, symBinAddr: 0xA0B70, symSize: 0x560 } + - { offsetInCU: 0x15756, offset: 0xD10C3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb99E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x23120, symBinAddr: 0xA2180, symSize: 0x560 } + - { offsetInCU: 0x15CB8, offset: 0xD1625, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowRadiusy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T53DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x23830, symBinAddr: 0xA2890, symSize: 0x560 } + - { offsetInCU: 0x1621A, offset: 0xD1B87, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb19E25addShadowOpacityy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x23F40, symBinAddr: 0xA2FA0, symSize: 0x560 } + - { offsetInCU: 0x1678E, offset: 0xD20FB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T8DVXEfU0_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x24650, symBinAddr: 0xA36B0, symSize: 0x560 } + - { offsetInCU: 0x16D47, offset: 0xD26B4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T7DVXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x24BB0, symBinAddr: 0xA3C10, symSize: 0x560 } + - { offsetInCU: 0x172EE, offset: 0xD2C5B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x26400, symBinAddr: 0xA5460, symSize: 0x560 } + - { offsetInCU: 0x17850, offset: 0xD31BD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x26B10, symBinAddr: 0xA5B70, symSize: 0x560 } + - { offsetInCU: 0x17DE0, offset: 0xD374D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x28330, symBinAddr: 0xA7390, symSize: 0x5B0 } + - { offsetInCU: 0x18336, offset: 0xD3CA3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x288E0, symBinAddr: 0xA7940, symSize: 0x3C0 } + - { offsetInCU: 0x18559, offset: 0xD3EC6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x28E50, symBinAddr: 0xA7EB0, symSize: 0x5B0 } + - { offsetInCU: 0x18AA0, offset: 0xD440D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x29400, symBinAddr: 0xA8460, symSize: 0x3D0 } + - { offsetInCU: 0x18DA1, offset: 0xD470E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySbG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4T11VySbG_SbTG5xq_s5Error_pr0_lyARSbIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb101E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKFSbAC4T11VySbGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2A870, symBinAddr: 0xA98D0, symSize: 0x550 } + - { offsetInCU: 0x19330, offset: 0xD4C9D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSb_TB5Tf4nnnnnd_n', symObjAddr: 0x2ADC0, symBinAddr: 0xA9E20, symSize: 0x8E0 } + - { offsetInCU: 0x19D88, offset: 0xD56F5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySbG_SbTg505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7x9VtKFSbAC4Z11VySbGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x2B6A0, symBinAddr: 0xAA700, symSize: 0xF40 } + - { offsetInCU: 0x1AA8C, offset: 0xD63F9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb12E23addShadowtY162_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2C730, symBinAddr: 0xAB790, symSize: 0x940 } + - { offsetInCU: 0x1B3FC, offset: 0xD6D69, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo10CGColorRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x2D070, symBinAddr: 0xAC0D0, symSize: 0xAE0 } + - { offsetInCU: 0x1C026, offset: 0xD7993, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb84E13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2DCF0, symBinAddr: 0xACD50, symSize: 0x940 } + - { offsetInCU: 0x1C8F9, offset: 0xD8266, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb98E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2EBB0, symBinAddr: 0xADC10, symSize: 0x940 } + - { offsetInCU: 0x1D1D6, offset: 0xD8B43, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n095$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKFSo10CGColorRefaAA0A5T6VXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2F690, symBinAddr: 0xAE6F0, symSize: 0x940 } + - { offsetInCU: 0x1DA77, offset: 0xD93E4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowOffsety92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6T9VALXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x31240, symBinAddr: 0xB02A0, symSize: 0x570 } + - { offsetInCU: 0x1E084, offset: 0xD99F1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo6CGSizeV_TB5Tf4nnnnnd_n', symObjAddr: 0x317B0, symBinAddr: 0xB0810, symSize: 0x930 } + - { offsetInCU: 0x1EB41, offset: 0xDA4AE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05W31F7ContextVtKFSo6CGSizeVALXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x320E0, symBinAddr: 0xB1140, symSize: 0x3E0 } + - { offsetInCU: 0x1ED44, offset: 0xDA6B1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So6CGSizeV_AYTg505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7x7VtKFSo6Z9VALXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x324C0, symBinAddr: 0xB1520, symSize: 0xF10 } + - { offsetInCU: 0x1F90A, offset: 0xDB277, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC010BezierPathS0V_Tg5Tf4nd_n', symObjAddr: 0x335C0, symBinAddr: 0xB2620, symSize: 0x340 } + - { offsetInCU: 0x1FD4C, offset: 0xDB6B9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnncn_nTf4ndgn_n', symObjAddr: 0x33900, symBinAddr: 0xB2960, symSize: 0xEB0 } + - { offsetInCU: 0x20737, offset: 0xDC0A4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo9CGPathRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x347B0, symBinAddr: 0xB3810, symSize: 0xAE0 } + - { offsetInCU: 0x2133F, offset: 0xDCCAC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_n013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D57ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4xnnndn_n', symObjAddr: 0x35290, symBinAddr: 0xB42F0, symSize: 0x3E0 } + - { offsetInCU: 0x2154E, offset: 0xDCEBB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4nnndxn_n', symObjAddr: 0x35670, symBinAddr: 0xB46D0, symSize: 0xF30 } + - { offsetInCU: 0x22240, offset: 0xDDBAD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_nTf4ndngn_n', symObjAddr: 0x365A0, symBinAddr: 0xB5600, symSize: 0xF10 } + - { offsetInCU: 0x22C21, offset: 0xDE58E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x37920, symBinAddr: 0xB6980, symSize: 0x3D0 } + - { offsetInCU: 0x22E4E, offset: 0xDE7BB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x37CF0, symBinAddr: 0xB6D50, symSize: 0xF40 } + - { offsetInCU: 0x23A2B, offset: 0xDF398, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSayAC10BezierPathVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SayAC10tu6VG_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9p11RefaSayAC10tU7VGXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x38C30, symBinAddr: 0xB7C90, symSize: 0x6A0 } + - { offsetInCU: 0x23EFE, offset: 0xDF86B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapew2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16D50ContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnnn_nTf4xnnndn_n', symObjAddr: 0x392D0, symBinAddr: 0xB8330, symSize: 0x3F0 } + - { offsetInCU: 0x24123, offset: 0xDFA90, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SayAC10BezierPathVG_So9CGPathRefaTg5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16wx26VSitKFSo9CGPathRefaSayAC10Z11PathVGXEfU_SiTf1nnnnnc_nTf4nnndxn_n', symObjAddr: 0x396C0, symBinAddr: 0xB8720, symSize: 0xF40 } + - { offsetInCU: 0x24CF6, offset: 0xE0663, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC7EllipseCAJV_Tg5Tf4nd_n', symObjAddr: 0x3A7F0, symBinAddr: 0xB9850, symSize: 0x340 } + - { offsetInCU: 0x2519A, offset: 0xE0B07, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC7EllipseCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC7t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb48E13addAnimations3for7context14pathMultiplieryAC7t33C_AC0B16AnimationContextVSitKFSo9p7RefaAI8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3AB30, symBinAddr: 0xB9B90, symSize: 0xB60 } + - { offsetInCU: 0x25A84, offset: 0xE13F1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC7EllipseCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16d29ContextVSitKFSo9CGPathRefaAI8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x3BD30, symBinAddr: 0xBAD90, symSize: 0x470 } + - { offsetInCU: 0x25CD2, offset: 0xE163F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b48E13addAnimations3for7context14pathMultiplieryAC7z8C_AC0B16wx22VSitKFSo9CGPathRefaAI8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x3C1A0, symBinAddr: 0xBB200, symSize: 0xFA0 } + - { offsetInCU: 0x268A3, offset: 0xE2210, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC9RectangleCAJV_Tg5Tf4nd_n', symObjAddr: 0x3D330, symBinAddr: 0xBC390, symSize: 0x340 } + - { offsetInCU: 0x26D50, offset: 0xE26BD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC9RectangleCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC9t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9t49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3D670, symBinAddr: 0xBC6D0, symSize: 0xD60 } + - { offsetInCU: 0x27686, offset: 0xE2FF3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC9RectangleCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16d45ContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x3E850, symBinAddr: 0xBD8B0, symSize: 0x470 } + - { offsetInCU: 0x278D4, offset: 0xE3241, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9z8C_AC0B16wx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x3ECC0, symBinAddr: 0xBDD20, symSize: 0xFA0 } + - { offsetInCU: 0x284A5, offset: 0xE3E12, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC4StarCAJV_Tg5Tf4nd_n', symObjAddr: 0x3FE50, symBinAddr: 0xBEEB0, symSize: 0x340 } + - { offsetInCU: 0x28946, offset: 0xE42B3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb13E19addPolygony67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4t24C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x40190, symBinAddr: 0xBF1F0, symSize: 0xE10 } + - { offsetInCU: 0x292D3, offset: 0xE4C40, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb6E16addty93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x41440, symBinAddr: 0xC04A0, symSize: 0xD30 } + - { offsetInCU: 0x29BAB, offset: 0xE5518, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S38VxKXEfU0_SaySdG_SaySo10CGColorRefaGTG5xq_s5Error_pr0_lyAPSaySo07CGColorQ0aGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x439E0, symBinAddr: 0xC2A40, symSize: 0x6C0 } + - { offsetInCU: 0x2A147, offset: 0xE5AB4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSaySo10CGColorRefaG_TB5Tf4nnnnnd_n', symObjAddr: 0x440A0, symBinAddr: 0xC3100, symSize: 0x910 } + - { offsetInCU: 0x2ABE7, offset: 0xE6554, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S46VxKXEfU0_SaySdG_Say12CoreGraphics7CGFloatVGTG5xq_s5Error_pr0_lyAPSay12CoreGraphics7CGFloatVGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x449B0, symBinAddr: 0xC3A10, symSize: 0x6C0 } + - { offsetInCU: 0x2B183, offset: 0xE6AF0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSay12CoreGraphics7CGFloatVG_TB5Tf4nnnnnd_n', symObjAddr: 0x45070, symBinAddr: 0xC40D0, symSize: 0x910 } + - { offsetInCU: 0x2BC32, offset: 0xE759F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x45EB0, symBinAddr: 0xC4F10, symSize: 0x2E0 } + - { offsetInCU: 0x2BFBA, offset: 0xE7927, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x46190, symBinAddr: 0xC51F0, symSize: 0x3D0 } + - { offsetInCU: 0x2C1EF, offset: 0xE7B5C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V55AELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x46700, symBinAddr: 0xC5760, symSize: 0x2E0 } + - { offsetInCU: 0x2C548, offset: 0xE7EB5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x469E0, symBinAddr: 0xC5A40, symSize: 0x3E0 } + - { offsetInCU: 0x2C7B1, offset: 0xE811E, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySdG_s15EmptyCollectionVySdGTg5Tf4nndn_n', symObjAddr: 0x48440, symBinAddr: 0xC74A0, symSize: 0x140 } + - { offsetInCU: 0x2C8CF, offset: 0xE823C, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VyypG_s15EmptyCollectionVyypGTg5Tf4nndn_n', symObjAddr: 0x485A0, symBinAddr: 0xC7600, symSize: 0x180 } + - { offsetInCU: 0x2CA99, offset: 0xE8406, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo13CATransform3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So13T9DV_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So13T6DV_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x48A90, symBinAddr: 0xC7AF0, symSize: 0x750 } + - { offsetInCU: 0x2CFBD, offset: 0xE892A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSo13CATransform3DV_Tg5Tf4xnnn_n', symObjAddr: 0x495E0, symBinAddr: 0xC8640, symSize: 0x3B0 } + - { offsetInCU: 0x2D162, offset: 0xE8ACF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAO_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_A__A_TG5xq_s5Error_pr0_lyA2OIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf20ContextVtKlFxxXEfU0_uS5V_TG5Tf1nncn_nTf4ndd_n', symObjAddr: 0x49CD0, symBinAddr: 0xC8D30, symSize: 0x2E0 } + - { offsetInCU: 0x2D4EA, offset: 0xE8E57, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG35ContextVtKlFxxXEfU0_So7CGPointV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x49FB0, symBinAddr: 0xC9010, symSize: 0x3E0 } + - { offsetInCU: 0x2D7C7, offset: 0xE9134, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlF12CoreGraphics7CGFloatV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s11VxKXEfU0_12t9Graphics7V8V_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf22ContextVtKlFxxXEfU0_12t9Graphics7V5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4A390, symBinAddr: 0xC93F0, symSize: 0x560 } + - { offsetInCU: 0x2DCF3, offset: 0xE9660, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlF12CoreGraphics7CGFloatV_Tg5Tf4xnnn_n', symObjAddr: 0x4A920, symBinAddr: 0xC9980, symSize: 0x230 } + - { offsetInCU: 0x2DDD9, offset: 0xE9746, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7X34VtKFSo7CGPointVAC0B8Vector3DVXEfU_AbTTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x4AB50, symBinAddr: 0xC9BB0, symSize: 0xA10 } + - { offsetInCU: 0x2E25D, offset: 0xE9BCA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12addAnimation3for9keyframes5value7contextyAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0iD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b102E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05i2F7m7VtKFSo7q6VAC0B8P7DVXEfU_AbPTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x4B560, symBinAddr: 0xCA5C0, symSize: 0x200 } + - { offsetInCU: 0x2E44A, offset: 0xE9DB7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSb_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_Sb_SbTG5xq_s5Error_pr0_lyS2bIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rF26ContextVtKlFxxXEfU0_Sb_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4B760, symBinAddr: 0xCA7C0, symSize: 0x550 } + - { offsetInCU: 0x2E976, offset: 0xEA2E3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSb_Tg5Tf4xnnn_n', symObjAddr: 0x4C0B0, symBinAddr: 0xCB110, symSize: 0x220 } + - { offsetInCU: 0x2EB2B, offset: 0xEA498, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo07CGColorQ0a_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So10T11Refa_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So10T8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4C2D0, symBinAddr: 0xCB330, symSize: 0x550 } + - { offsetInCU: 0x2F0AB, offset: 0xEAA18, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo10CGColorRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG39ContextVtKlFxxXEfU0_So10CGColorRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4C820, symBinAddr: 0xCB880, symSize: 0x3F0 } + - { offsetInCU: 0x2F2AA, offset: 0xEAC17, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So6T5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4CC10, symBinAddr: 0xCBC70, symSize: 0x570 } + - { offsetInCU: 0x2F7F1, offset: 0xEB15E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG34ContextVtKlFxxXEfU0_So6CGSizeV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4D180, symBinAddr: 0xCC1E0, symSize: 0x3F0 } + - { offsetInCU: 0x2FACB, offset: 0xEB438, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAI_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So9P11Refa_A1_TG5xq_s5Error_pr0_lyA2IIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So9P8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4D7F0, symBinAddr: 0xCC850, symSize: 0x550 } + - { offsetInCU: 0x3003C, offset: 0xEB9A9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo9CGPathRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG37ContextVtKlFxxXEfU0_So9CGPathRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4DD40, symBinAddr: 0xCCDA0, symSize: 0x3F0 } + - { offsetInCU: 0x3034A, offset: 0xEBCB7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC7EllipseC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16dx22VSitKFSo9CGPathRefaAI8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x4E340, symBinAddr: 0xCD3A0, symSize: 0x920 } + - { offsetInCU: 0x308C4, offset: 0xEC231, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC9RectangleC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16dx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x4EC60, symBinAddr: 0xCDCC0, symSize: 0x930 } + - { offsetInCU: 0x30EC8, offset: 0xEC835, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b98E16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x4F590, symBinAddr: 0xCE5F0, symSize: 0x990 } + - { offsetInCU: 0x31365, offset: 0xECCD2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b103E19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x4FF20, symBinAddr: 0xCEF80, symSize: 0x990 } + - { offsetInCU: 0x3189F, offset: 0xED20C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySo07CGColorQ0aG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SaySo10T12RefaG_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf27ContextVtKlFxxXEfU0_SaySo10T9RefaG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x508B0, symBinAddr: 0xCF910, symSize: 0x550 } + - { offsetInCU: 0x31E1F, offset: 0xED78C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSaySo10CGColorRefaG_A0_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG43ContextVtKlFxxXEfU0_SaySo10CGColorRefaG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x50E00, symBinAddr: 0xCFE60, symSize: 0x3F0 } + - { offsetInCU: 0x320F9, offset: 0xEDA66, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSay12CoreGraphics7CGFloatVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_Say12t9Graphics7V9VG_A3_TG5xq_s5Error_pr0_lyA2SIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf25ContextVtKlFxxXEfU0_Say12t9Graphics7V6VG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x51550, symBinAddr: 0xD05B0, symSize: 0x550 } + - { offsetInCU: 0x32679, offset: 0xEDFE6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSay12CoreGraphics7CGFloatVG_A1_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG51ContextVtKlFxxXEfU0_Say12CoreGraphics7CGFloatVG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x51AA0, symBinAddr: 0xD0B00, symSize: 0x3F0 } + - { offsetInCU: 0x328F9, offset: 0xEE266, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX34VtKFSo7CGPointVAA0A8Vector3DVXEfU_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x52130, symBinAddr: 0xD1190, symSize: 0x920 } + - { offsetInCU: 0x32DCE, offset: 0xEE73B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX35VtKFSo7CGPointVAA0A8Vector3DVXEfU0_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x52A50, symBinAddr: 0xD1AB0, symSize: 0x920 } + - { offsetInCU: 0x3328D, offset: 0xEEBFA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x53370, symBinAddr: 0xD23D0, symSize: 0x7E0 } + - { offsetInCU: 0x33703, offset: 0xEF070, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOr', symObjAddr: 0x53B90, symBinAddr: 0xD2BB0, symSize: 0xD0 } + - { offsetInCU: 0x33717, offset: 0xEF084, size: 0x8, addend: 0x0, symName: '_$sSSWOr', symObjAddr: 0x53C80, symBinAddr: 0xD2C80, symSize: 0x20 } + - { offsetInCU: 0x3372B, offset: 0xEF098, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOs', symObjAddr: 0x53CA0, symBinAddr: 0xD2CA0, symSize: 0xD0 } + - { offsetInCU: 0x3373F, offset: 0xEF0AC, size: 0x8, addend: 0x0, symName: '_$sSSWOs', symObjAddr: 0x53D90, symBinAddr: 0xD2D70, symSize: 0x20 } + - { offsetInCU: 0x33753, offset: 0xEF0C0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC010BezierPathV0V_So9CGPathRefaTg5TA', symObjAddr: 0x53E00, symBinAddr: 0xD2DB0, symSize: 0x20 } + - { offsetInCU: 0x33767, offset: 0xEF0D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x53E20, symBinAddr: 0xD2DD0, symSize: 0x20 } + - { offsetInCU: 0x3377B, offset: 0xEF0E8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5TA', symObjAddr: 0x53EC0, symBinAddr: 0xD2E20, symSize: 0x10 } + - { offsetInCU: 0x3378F, offset: 0xEF0FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x53ED0, symBinAddr: 0xD2E30, symSize: 0x20 } + - { offsetInCU: 0x337A3, offset: 0xEF110, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_TA', symObjAddr: 0x53EF0, symBinAddr: 0xD2E50, symSize: 0x10 } + - { offsetInCU: 0x337B7, offset: 0xEF124, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x53F00, symBinAddr: 0xD2E60, symSize: 0x20 } + - { offsetInCU: 0x337CB, offset: 0xEF138, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x53FB0, symBinAddr: 0xD2E80, symSize: 0x20 } + - { offsetInCU: 0x337DF, offset: 0xEF14C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So9CGPathRefa_A1_TG5TA', symObjAddr: 0x54030, symBinAddr: 0xD2EA0, symSize: 0x20 } + - { offsetInCU: 0x33856, offset: 0xEF1C3, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy6Lottie16AnimationKeypathV7keypath_AL16AnyValueProvider_p05valueP0tG_s15EmptyCollectionVyAnO_AlP_pAQtGTg5Tf4nndn_n', symObjAddr: 0x54050, symBinAddr: 0xD2EC0, symSize: 0x190 } + - { offsetInCU: 0x33930, offset: 0xEF29D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOr', symObjAddr: 0x542B0, symBinAddr: 0xD3120, symSize: 0x30 } + - { offsetInCU: 0x33944, offset: 0xEF2B1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x54330, symBinAddr: 0xD31A0, symSize: 0x20 } + - { offsetInCU: 0x33958, offset: 0xEF2C5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x54350, symBinAddr: 0xD31C0, symSize: 0x20 } + - { offsetInCU: 0x3396C, offset: 0xEF2D9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x54370, symBinAddr: 0xD31E0, symSize: 0x20 } + - { offsetInCU: 0x33980, offset: 0xEF2ED, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x54390, symBinAddr: 0xD3200, symSize: 0x20 } + - { offsetInCU: 0x33994, offset: 0xEF301, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOs', symObjAddr: 0x543B0, symBinAddr: 0xD3220, symSize: 0x30 } + - { offsetInCU: 0x339A8, offset: 0xEF315, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_12CoreGraphics7CGFloatV_A2_TG5TA', symObjAddr: 0x543E0, symBinAddr: 0xD3250, symSize: 0x20 } + - { offsetInCU: 0x339BC, offset: 0xEF329, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5TA', symObjAddr: 0x54420, symBinAddr: 0xD3290, symSize: 0x10 } + - { offsetInCU: 0x339D0, offset: 0xEF33D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_So10CGColorRefa_Tg5TA', symObjAddr: 0x54430, symBinAddr: 0xD32A0, symSize: 0x20 } + - { offsetInCU: 0x339E4, offset: 0xEF351, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x54450, symBinAddr: 0xD32C0, symSize: 0x20 } + - { offsetInCU: 0x339F8, offset: 0xEF365, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_So10CGColorRefa_Tg5TA', symObjAddr: 0x54470, symBinAddr: 0xD32E0, symSize: 0x20 } + - { offsetInCU: 0x33A0C, offset: 0xEF379, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So10CGColorRefa_A1_TG5TA', symObjAddr: 0x54490, symBinAddr: 0xD3300, symSize: 0x20 } + - { offsetInCU: 0x33A32, offset: 0xEF39F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_SayAA10BezierPathVG_TG5TA', symObjAddr: 0x544D0, symBinAddr: 0xD3340, symSize: 0x50 } + - { offsetInCU: 0x33A5B, offset: 0xEF3C8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SayAC10BezierPathVG_So9CGPathRefaTG5TA', symObjAddr: 0x54520, symBinAddr: 0xD3390, symSize: 0x20 } + - { offsetInCU: 0x33A6F, offset: 0xEF3DC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x54560, symBinAddr: 0xD33D0, symSize: 0x10 } + - { offsetInCU: 0x33A83, offset: 0xEF3F0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x54590, symBinAddr: 0xD3400, symSize: 0x10 } + - { offsetInCU: 0x33A97, offset: 0xEF404, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x545C0, symBinAddr: 0xD3430, symSize: 0x10 } + - { offsetInCU: 0x33AAB, offset: 0xEF418, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTG5TA', symObjAddr: 0x54610, symBinAddr: 0xD3480, symSize: 0x20 } + - { offsetInCU: 0x33ABF, offset: 0xEF42C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Say12CoreGraphics7CGFloatVG_A3_TG5TA', symObjAddr: 0x54630, symBinAddr: 0xD34A0, symSize: 0x20 } + - { offsetInCU: 0x33AD3, offset: 0xEF440, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySo10CGColorRefaG_A2_TG5TA', symObjAddr: 0x54650, symBinAddr: 0xD34C0, symSize: 0x20 } + - { offsetInCU: 0x33AE7, offset: 0xEF454, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC4HoldVySo13CATransform3DVG_AYTg5TA', symObjAddr: 0x54690, symBinAddr: 0xD3500, symSize: 0x20 } + - { offsetInCU: 0x33AFB, offset: 0xEF468, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5TA', symObjAddr: 0x546B0, symBinAddr: 0xD3520, symSize: 0x10 } + - { offsetInCU: 0x33B0F, offset: 0xEF47C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5TA', symObjAddr: 0x546C0, symBinAddr: 0xD3530, symSize: 0x10 } + - { offsetInCU: 0x33B23, offset: 0xEF490, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x546D0, symBinAddr: 0xD3540, symSize: 0x10 } + - { offsetInCU: 0x33B37, offset: 0xEF4A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGACyxGAA03AnybC0A2A0F14InterpolatableRzlWl', symObjAddr: 0x546E0, symBinAddr: 0xD3550, symSize: 0x60 } + - { offsetInCU: 0x33B4B, offset: 0xEF4B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyKeyframeGroup_pWOb', symObjAddr: 0x54770, symBinAddr: 0xD35E0, symSize: 0x20 } + - { offsetInCU: 0x33B5F, offset: 0xEF4CC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5TA', symObjAddr: 0x54810, symBinAddr: 0xD3620, symSize: 0x10 } + - { offsetInCU: 0x33B73, offset: 0xEF4E0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5TA', symObjAddr: 0x548D0, symBinAddr: 0xD36E0, symSize: 0x10 } + - { offsetInCU: 0x33B87, offset: 0xEF4F4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5TA', symObjAddr: 0x548E0, symBinAddr: 0xD36F0, symSize: 0x10 } + - { offsetInCU: 0x33BBB, offset: 0xEF528, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W15Vector1DVXEfU0_SiTf1nnnnnc_n', symObjAddr: 0x0, symBinAddr: 0x7F060, symSize: 0x2C0 } + - { offsetInCU: 0x33D83, offset: 0xEF6F0, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W14Vector1DVXEfU_SiTf1nnnnnc_n', symObjAddr: 0x2C0, symBinAddr: 0x7F320, symSize: 0x2C0 } + - { offsetInCU: 0x33F84, offset: 0xEF8F1, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_12CoreGraphics7CGFloatVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC0B8e5DV_12f9Graphics7H4VTG5xq_s5Error_pr0_lyAiNIsgnrzo_Tf1cn_n0ijklc49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234o73FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12f9Graphics7h6VAC0B8E8DVXEfU0_Tf1nc_n', symObjAddr: 0xF00, symBinAddr: 0x7FF60, symSize: 0x190 } + - { offsetInCU: 0x341DA, offset: 0xEFB47, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySo6CGSizeVGG_AITg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wn29ContextVtKr0_lFq_ARKXEfU1_So6E7V_A_TG5xq_s5Error_pr0_lyA2IIsgnrzo_Tf1cn_n0fghic18E24addShadowOffsetk92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6E9VALXEfU0_Tf1nc_n', symObjAddr: 0x15E0, symBinAddr: 0x80640, symSize: 0x190 } + - { offsetInCU: 0x344AE, offset: 0xEFE1B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1ncn_n', symObjAddr: 0x1770, symBinAddr: 0x807D0, symSize: 0x430 } + - { offsetInCU: 0x34878, offset: 0xF01E5, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySayAE10BezierPathVGGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq33ContextVtKr0_lFq_ARKXEfU1_SayAC10ef6VG_So9G7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9g11RefaSayAC10eF7VGXEfU_SiTf1nc_n', symObjAddr: 0x1D40, symBinAddr: 0x80DA0, symSize: 0x1A0 } + - { offsetInCU: 0x34AC6, offset: 0xF0433, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0ww30ContextVtKr0_lFq_ARKXEfU1_AC23ef12Keyframes33_hijklm5CLLV_pN4VTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n011$s6Lottie19f17RenderLayerC09adde16B10Animations33_hijklm62CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7n7VAA0fB9G57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nc_n', symObjAddr: 0x1EE0, symBinAddr: 0x80F40, symSize: 0x190 } + - { offsetInCU: 0x34D77, offset: 0xF06E4, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs18ReversedCollectionVySay6Lottie5GroupCGG_AH0G5LayerCTg5', symObjAddr: 0x23B0, symBinAddr: 0x81410, symSize: 0x2B0 } + - { offsetInCU: 0x35057, offset: 0xF09C4, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x2C60, symBinAddr: 0x81CC0, symSize: 0x1B0 } + - { offsetInCU: 0x350E4, offset: 0xF0A51, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x2E10, symBinAddr: 0x81E70, symSize: 0x90 } + - { offsetInCU: 0x35171, offset: 0xF0ADE, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie0D5ColorVTB5', symObjAddr: 0x2EA0, symBinAddr: 0x81F00, symSize: 0x100 } + - { offsetInCU: 0x35204, offset: 0xF0B71, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x2FA0, symBinAddr: 0x82000, symSize: 0x140 } + - { offsetInCU: 0x352B9, offset: 0xF0C26, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x30E0, symBinAddr: 0x82140, symSize: 0x110 } + - { offsetInCU: 0x35346, offset: 0xF0CB3, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x31F0, symBinAddr: 0x82250, symSize: 0x130 } + - { offsetInCU: 0x353D3, offset: 0xF0D40, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x3320, symBinAddr: 0x82380, symSize: 0x150 } + - { offsetInCU: 0x35460, offset: 0xF0DCD, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x3470, symBinAddr: 0x824D0, symSize: 0x100 } + - { offsetInCU: 0x35684, offset: 0xF0FF1, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSo13CATransform3DV_ypTg5', symObjAddr: 0x5950, symBinAddr: 0x849B0, symSize: 0x190 } + - { offsetInCU: 0x3583B, offset: 0xF11A8, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_ypTg5', symObjAddr: 0x5AE0, symBinAddr: 0x84B40, symSize: 0x130 } + - { offsetInCU: 0x35A2A, offset: 0xF1397, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSb_ypTg5', symObjAddr: 0x5C10, symBinAddr: 0x84C70, symSize: 0x130 } + - { offsetInCU: 0x35C10, offset: 0xF157D, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_So8NSNumberCTg5', symObjAddr: 0x6110, symBinAddr: 0x85170, symSize: 0xD0 } + - { offsetInCU: 0x35E15, offset: 0xF1782, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie13KeyframeGroupCyAD10BezierPathVG_AD03AnyeF0_pTg5', symObjAddr: 0x6350, symBinAddr: 0x853B0, symSize: 0x210 } + - { offsetInCU: 0x3601A, offset: 0xF1987, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie12AnimatorNode_p_AD17KeypathSearchable_pTg5', symObjAddr: 0x6560, symBinAddr: 0x855C0, symSize: 0x1A0 } + - { offsetInCU: 0x361FE, offset: 0xF1B6B, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie16CompositionLayerC_AD17KeypathSearchable_pTg5', symObjAddr: 0x6700, symBinAddr: 0x85760, symSize: 0x210 } + - { offsetInCU: 0x363AB, offset: 0xF1D18, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSo13CATransform3DV_Tg5', symObjAddr: 0x6910, symBinAddr: 0x85970, symSize: 0x100 } + - { offsetInCU: 0x36425, offset: 0xF1D92, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tF12CoreGraphics7CGFloatV5start_AE3endt_Tg5', symObjAddr: 0x6AD0, symBinAddr: 0x85B30, symSize: 0xA0 } + - { offsetInCU: 0x3649F, offset: 0xF1E0C, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSS_Tg5', symObjAddr: 0x6B70, symBinAddr: 0x85BD0, symSize: 0x90 } + - { offsetInCU: 0x37471, offset: 0xF2DDE, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x19D00, symBinAddr: 0x98D60, symSize: 0x1B0 } + - { offsetInCU: 0x37651, offset: 0xF2FBE, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wo31ContextVtKr0_lFq_ARKXEfU1_AC0B8e3DV_hF4VTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0ghijc17E23addAnchorPointl26_FCF865A3410C50F6C3BA6E234m67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7f6VAC0B8E7DVXEfU_So0I0CAE21LayerAnimationContextVTf1nc_nTf4ngg_n', symObjAddr: 0x1AB90, symBinAddr: 0x99BF0, symSize: 0x3C0 } + - { offsetInCU: 0x3795C, offset: 0xF32C9, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234L94FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AtRTf1nnnnnc_nTf4nnnnngg_n', symObjAddr: 0x1C490, symBinAddr: 0x9B4F0, symSize: 0x320 } + - { offsetInCU: 0x37BD2, offset: 0xF353F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1FCB0, symBinAddr: 0x9ED10, symSize: 0x1B0 } + - { offsetInCU: 0x37DB2, offset: 0xF371F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x20790, symBinAddr: 0x9F7F0, symSize: 0x1B0 } + - { offsetInCU: 0x37F92, offset: 0xF38FF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU3_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x21270, symBinAddr: 0xA02D0, symSize: 0x1A0 } + - { offsetInCU: 0x38172, offset: 0xF3ADF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU2_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x21970, symBinAddr: 0xA09D0, symSize: 0x1A0 } + - { offsetInCU: 0x38352, offset: 0xF3CBF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU1_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x22F80, symBinAddr: 0xA1FE0, symSize: 0x1A0 } + - { offsetInCU: 0x38532, offset: 0xF3E9F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI113E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x23680, symBinAddr: 0xA26E0, symSize: 0x1B0 } + - { offsetInCU: 0x38712, offset: 0xF407F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI206E24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x23D90, symBinAddr: 0xA2DF0, symSize: 0x1B0 } + - { offsetInCU: 0x388F2, offset: 0xF425F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI161E25addShadowOpacityAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x244A0, symBinAddr: 0xA3500, symSize: 0x1B0 } + - { offsetInCU: 0x38AD2, offset: 0xF443F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x26960, symBinAddr: 0xA59C0, symSize: 0x1B0 } + - { offsetInCU: 0x38CB2, offset: 0xF461F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x27F90, symBinAddr: 0xA6FF0, symSize: 0x1B0 } + - { offsetInCU: 0x38EA8, offset: 0xF4815, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x28CA0, symBinAddr: 0xA7D00, symSize: 0x1B0 } + - { offsetInCU: 0x39088, offset: 0xF49F5, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2A6C0, symBinAddr: 0xA9720, symSize: 0x1B0 } + - { offsetInCU: 0x39440, offset: 0xF4DAD, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghI190E23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2DB50, symBinAddr: 0xACBB0, symSize: 0x1A0 } + - { offsetInCU: 0x39620, offset: 0xF4F8D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi44E13addAnimations3for7contextyAC4FillC_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2EA10, symBinAddr: 0xADA70, symSize: 0x1A0 } + - { offsetInCU: 0x39800, offset: 0xF516D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2F4F0, symBinAddr: 0xAE550, symSize: 0x1A0 } + - { offsetInCU: 0x399E0, offset: 0xF534D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n054$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16D43ContextV_tKFSo10CGColorRefaAA0A5ColorVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x30EE0, symBinAddr: 0xAFF40, symSize: 0x1A0 } + - { offsetInCU: 0x39CB5, offset: 0xF5622, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8g8CGSgAC0wp38ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC010eF20Y0V_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x333D0, symBinAddr: 0xB2430, symSize: 0x1F0 } + - { offsetInCU: 0x3A017, offset: 0xF5984, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_nTf4ngn_n', symObjAddr: 0x374B0, symBinAddr: 0xB6510, symSize: 0x470 } + - { offsetInCU: 0x3A46D, offset: 0xF5DDA, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC7E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x3A600, symBinAddr: 0xB9660, symSize: 0x1F0 } + - { offsetInCU: 0x3A725, offset: 0xF6092, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC7e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc48E13addAnimations3for7context14pathMultiplieryAC7e33C_AC0B16AnimationContextVSitKFSo9f7RefaAI8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3B690, symBinAddr: 0xBA6F0, symSize: 0x6A0 } + - { offsetInCU: 0x3AD4F, offset: 0xF66BC, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC9E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x3D140, symBinAddr: 0xBC1A0, symSize: 0x1F0 } + - { offsetInCU: 0x3AFE3, offset: 0xF6950, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC9e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9e49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3E3D0, symBinAddr: 0xBD430, symSize: 0x480 } + - { offsetInCU: 0x3B40D, offset: 0xF6D7A, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC4E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x3FC60, symBinAddr: 0xBECC0, symSize: 0x1F0 } + - { offsetInCU: 0x3B6A1, offset: 0xF700E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc13E19addPolygonm67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4e24C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x40FA0, symBinAddr: 0xC0000, symSize: 0x4A0 } + - { offsetInCU: 0x3BA2D, offset: 0xF739A, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc6E16addem93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x42170, symBinAddr: 0xC11D0, symSize: 0x4C0 } + - { offsetInCU: 0x3BF78, offset: 0xF78E5, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x46560, symBinAddr: 0xC55C0, symSize: 0x1A0 } + - { offsetInCU: 0x3C158, offset: 0xF7AC5, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x47CD0, symBinAddr: 0xC6D30, symSize: 0x1A0 } + - { offsetInCU: 0x2B, offset: 0xF8D38, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xD69D0, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0xF8D7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xD69D0, symSize: 0x40 } + - { offsetInCU: 0xBF, offset: 0xF8DCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x60, symBinAddr: 0xD6A30, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0xF8E0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x80, symBinAddr: 0xD6A50, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xF8E4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0xD6A80, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0xF8E80, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesC5shapeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x430, symBinAddr: 0xD6E00, symSize: 0x200 } + - { offsetInCU: 0x3BE, offset: 0xF90CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCMa', symObjAddr: 0x40, symBinAddr: 0xD6A10, symSize: 0x20 } + - { offsetInCU: 0x3FC, offset: 0xF9109, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCfD', symObjAddr: 0xD0, symBinAddr: 0xD6AA0, symSize: 0x40 } + - { offsetInCU: 0x45D, offset: 0xF916A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x130, symBinAddr: 0xD6B00, symSize: 0x40 } + - { offsetInCU: 0x4A7, offset: 0xF91B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x170, symBinAddr: 0xD6B40, symSize: 0x30 } + - { offsetInCU: 0x503, offset: 0xF9210, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A0, symBinAddr: 0xD6B70, symSize: 0x80 } + - { offsetInCU: 0x58A, offset: 0xF9297, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x220, symBinAddr: 0xD6BF0, symSize: 0x10 } + - { offsetInCU: 0x5EE, offset: 0xF92FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x230, symBinAddr: 0xD6C00, symSize: 0x20 } + - { offsetInCU: 0x650, offset: 0xF935D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x250, symBinAddr: 0xD6C20, symSize: 0x10 } + - { offsetInCU: 0x67B, offset: 0xF9388, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x260, symBinAddr: 0xD6C30, symSize: 0x10 } + - { offsetInCU: 0x6AD, offset: 0xF93BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x270, symBinAddr: 0xD6C40, symSize: 0x10 } + - { offsetInCU: 0x6D8, offset: 0xF93E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x280, symBinAddr: 0xD6C50, symSize: 0x10 } + - { offsetInCU: 0x719, offset: 0xF9426, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x290, symBinAddr: 0xD6C60, symSize: 0x10 } + - { offsetInCU: 0x75A, offset: 0xF9467, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x2A0, symBinAddr: 0xD6C70, symSize: 0x20 } + - { offsetInCU: 0x79B, offset: 0xF94A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x2C0, symBinAddr: 0xD6C90, symSize: 0x20 } + - { offsetInCU: 0x7CD, offset: 0xF94DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeC06parentC05shapeAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x630, symBinAddr: 0xD7000, symSize: 0x130 } + - { offsetInCU: 0x887, offset: 0xF9594, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCMa', symObjAddr: 0x110, symBinAddr: 0xD6AE0, symSize: 0x20 } + - { offsetInCU: 0x8C0, offset: 0xF95CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA10BezierPathV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x2E0, symBinAddr: 0xD6CB0, symSize: 0x150 } + - { offsetInCU: 0x2B, offset: 0xF9B0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xD7130, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0xF9B4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xD7130, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0xF9BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0xD71A0, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0xF9BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0xD71C0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xF9C23, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0xD71F0, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0xF9C55, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesC4trimAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x16F0, symBinAddr: 0xD87C0, symSize: 0x390 } + - { offsetInCU: 0x47C, offset: 0xF9F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCMa', symObjAddr: 0x50, symBinAddr: 0xD7180, symSize: 0x20 } + - { offsetInCU: 0x708, offset: 0xFA1EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0xD7210, symSize: 0x1400 } + - { offsetInCU: 0x1A08, offset: 0xFB4EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCfD', symObjAddr: 0x14E0, symBinAddr: 0xD8610, symSize: 0x40 } + - { offsetInCU: 0x1A69, offset: 0xFB54B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x1540, symBinAddr: 0xD8670, symSize: 0x40 } + - { offsetInCU: 0x1AB3, offset: 0xFB595, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x1580, symBinAddr: 0xD86B0, symSize: 0x30 } + - { offsetInCU: 0x1AF4, offset: 0xFB5D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x15B0, symBinAddr: 0xD86E0, symSize: 0x20 } + - { offsetInCU: 0x1B26, offset: 0xFB608, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x15D0, symBinAddr: 0xD8700, symSize: 0x10 } + - { offsetInCU: 0x1B42, offset: 0xFB624, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x15E0, symBinAddr: 0xD8710, symSize: 0x10 } + - { offsetInCU: 0x1B6D, offset: 0xFB64F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x15F0, symBinAddr: 0xD8720, symSize: 0x10 } + - { offsetInCU: 0x1B9F, offset: 0xFB681, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1600, symBinAddr: 0xD8730, symSize: 0x10 } + - { offsetInCU: 0x1BCA, offset: 0xFB6AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1610, symBinAddr: 0xD8740, symSize: 0x10 } + - { offsetInCU: 0x1BFC, offset: 0xFB6DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1620, symBinAddr: 0xD8750, symSize: 0x10 } + - { offsetInCU: 0x1C27, offset: 0xFB709, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1630, symBinAddr: 0xD8760, symSize: 0x10 } + - { offsetInCU: 0x1C68, offset: 0xFB74A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1640, symBinAddr: 0xD8770, symSize: 0x10 } + - { offsetInCU: 0x1CA9, offset: 0xFB78B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1650, symBinAddr: 0xD8780, symSize: 0x20 } + - { offsetInCU: 0x1CF9, offset: 0xFB7DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x1670, symBinAddr: 0xD87A0, symSize: 0x20 } + - { offsetInCU: 0x1D34, offset: 0xFB816, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC06parentD04trim13upstreamPathsAcA08AnimatorD0_pSg_AA0B0CSayAA0c6OutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x1A80, symBinAddr: 0xD8B50, symSize: 0x120 } + - { offsetInCU: 0x1DFE, offset: 0xFB8E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCMa', symObjAddr: 0x1520, symBinAddr: 0xD8650, symSize: 0x20 } + - { offsetInCU: 0x1F48, offset: 0xFBA2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOb', symObjAddr: 0x1C20, symBinAddr: 0xD8C70, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0xFBE13, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV8fullPathSSvg', symObjAddr: 0x0, symBinAddr: 0xD8C90, symSize: 0x80 } + - { offsetInCU: 0x17F, offset: 0xFBF53, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tF', symObjAddr: 0x80, symBinAddr: 0xD8D10, symSize: 0x580 } + - { offsetInCU: 0x768, offset: 0xFC53C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tF', symObjAddr: 0x600, symBinAddr: 0xD9290, symSize: 0x300 } + - { offsetInCU: 0xA0C, offset: 0xFC7E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tF', symObjAddr: 0x900, symBinAddr: 0xD9590, symSize: 0x1D0 } + - { offsetInCU: 0xCAC, offset: 0xFCA80, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tF', symObjAddr: 0xAD0, symBinAddr: 0xD9760, symSize: 0x570 } + - { offsetInCU: 0x1197, offset: 0xFCF6B, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE13equalsKeypathySbSSF', symObjAddr: 0x1040, symBinAddr: 0xD9CD0, symSize: 0x410 } + - { offsetInCU: 0x1496, offset: 0xFD26A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6popKeyyACSgSSF', symObjAddr: 0x1450, symBinAddr: 0xDA0E0, symSize: 0x1C0 } + - { offsetInCU: 0x16EF, offset: 0xFD4C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV11propertyKeySSSgvg', symObjAddr: 0x16B0, symBinAddr: 0xDA2A0, symSize: 0xD0 } + - { offsetInCU: 0x19C3, offset: 0xFD797, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tF', symObjAddr: 0x1780, symBinAddr: 0xDA370, symSize: 0x5F0 } + - { offsetInCU: 0x2128, offset: 0xFDEFC, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE10firstIndex2of0C0QzSgAB_tFSS_Tg5', symObjAddr: 0x1D70, symBinAddr: 0xDA960, symSize: 0xF0 } + - { offsetInCU: 0x2217, offset: 0xFDFEB, size: 0x8, addend: 0x0, symName: '_$sSlsE6suffix4from11SubSequenceQz5IndexQz_tFSS_Tg5Tf4ng_n', symObjAddr: 0x1E60, symBinAddr: 0xDAA50, symSize: 0x60 } + - { offsetInCU: 0x299, offset: 0xFE5C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC9animation13imageProvider04textG004fontG004maskC8ToBounds24compatibilityTrackerMode6loggerAcA0aC0C_AA0c5ImageG0_pAA0c11KeypathTextG0_pAA0c4FontG0_pSbAA013CompatibilityN0C0O0OAA0A6LoggerCtKcfc', symObjAddr: 0x0, symBinAddr: 0xDAAE0, symSize: 0x310 } + - { offsetInCU: 0x42F, offset: 0xFE75B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setupChildLayers33_5C367329EBD3162AE78388D54811A38BLLyyKF', symObjAddr: 0x310, symBinAddr: 0xDADF0, symSize: 0x140 } + - { offsetInCU: 0x48D, offset: 0xFE7B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfc', symObjAddr: 0x450, symBinAddr: 0xDAF30, symSize: 0x500 } + - { offsetInCU: 0x577, offset: 0xFE8A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x950, symBinAddr: 0xDB430, symSize: 0x50 } + - { offsetInCU: 0x593, offset: 0xFE8BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x9A0, symBinAddr: 0xDB480, symSize: 0x120 } + - { offsetInCU: 0x604, offset: 0xFE930, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xAC0, symBinAddr: 0xDB5A0, symSize: 0x20 } + - { offsetInCU: 0x650, offset: 0xFE97C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAE0, symBinAddr: 0xDB5C0, symSize: 0x40 } + - { offsetInCU: 0x6AA, offset: 0xFE9D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB20, symBinAddr: 0xDB600, symSize: 0x30 } + - { offsetInCU: 0x6EF, offset: 0xFEA1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB50, symBinAddr: 0xDB630, symSize: 0x60 } + - { offsetInCU: 0x721, offset: 0xFEA4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x48D0, symBinAddr: 0xDF370, symSize: 0xA0 } + - { offsetInCU: 0x7AD, offset: 0xFEAD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13imageProviderAA0c5ImageF0_pvs', symObjAddr: 0xE20, symBinAddr: 0xDB900, symSize: 0x280 } + - { offsetInCU: 0x9CA, offset: 0xFECF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12fontProviderAA0c4FontF0_pvs', symObjAddr: 0x10A0, symBinAddr: 0xDBB80, symSize: 0x2D0 } + - { offsetInCU: 0xBC9, offset: 0xFEEF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x1370, symBinAddr: 0xDBE50, symSize: 0xB0 } + - { offsetInCU: 0xC76, offset: 0xFEFA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x17B0, symBinAddr: 0xDC290, symSize: 0x30 } + - { offsetInCU: 0xC92, offset: 0xFEFBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyF', symObjAddr: 0x17E0, symBinAddr: 0xDC2C0, symSize: 0x4A0 } + - { offsetInCU: 0xE14, offset: 0xFF140, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC05setupC033_5C367329EBD3162AE78388D54811A38BLL3foryAC0C13ConfigurationV_tKF', symObjAddr: 0x1C80, symBinAddr: 0xDC760, symSize: 0x630 } + - { offsetInCU: 0xFEC, offset: 0xFF318, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyFTo', symObjAddr: 0x22B0, symBinAddr: 0xDCD90, symSize: 0x30 } + - { offsetInCU: 0x1026, offset: 0xFF352, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x22E0, symBinAddr: 0xDCDC0, symSize: 0x20 } + - { offsetInCU: 0x108B, offset: 0xFF3B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x2300, symBinAddr: 0xDCDE0, symSize: 0x20 } + - { offsetInCU: 0x10EC, offset: 0xFF418, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20currentPlaybackState33_5C367329EBD3162AE78388D54811A38BLLAC0fG0OSgvW', symObjAddr: 0x2320, symBinAddr: 0xDCE00, symSize: 0xE0 } + - { offsetInCU: 0x11B8, offset: 0xFF4E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC016setupPlaceholderC033_5C367329EBD3162AE78388D54811A38BLL7contextyAA0dC7ContextV_tF', symObjAddr: 0x2A80, symBinAddr: 0xDD560, symSize: 0x280 } + - { offsetInCU: 0x125E, offset: 0xFF58A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCACycfcTo', symObjAddr: 0x2ED0, symBinAddr: 0xDD9B0, symSize: 0x30 } + - { offsetInCU: 0x12C5, offset: 0xFF5F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfD', symObjAddr: 0x3050, symBinAddr: 0xDDB30, symSize: 0x30 } + - { offsetInCU: 0x136C, offset: 0xFF698, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP06lottiecD0AA0acD0CSgvsTW', symObjAddr: 0x45B0, symBinAddr: 0xDF080, symSize: 0x30 } + - { offsetInCU: 0x13B3, offset: 0xFF6DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP13imageProviderAA0c5ImageG0_pvsTW', symObjAddr: 0x4670, symBinAddr: 0xDF140, symSize: 0x10 } + - { offsetInCU: 0x13DE, offset: 0xFF70A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12textProviderAA0c11KeypathTextG0_pvsTW', symObjAddr: 0x4680, symBinAddr: 0xDF150, symSize: 0x20 } + - { offsetInCU: 0x1410, offset: 0xFF73C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12fontProviderAA0c4FontG0_pvsTW', symObjAddr: 0x46A0, symBinAddr: 0xDF170, symSize: 0x10 } + - { offsetInCU: 0x144A, offset: 0xFF776, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12textProviderAA0c11KeypathTextF0_pvsTf4gn_n', symObjAddr: 0x4C20, symBinAddr: 0xDF530, symSize: 0xA0 } + - { offsetInCU: 0x15C1, offset: 0xFF8ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12reloadImagesyyF', symObjAddr: 0xBB0, symBinAddr: 0xDB690, symSize: 0x270 } + - { offsetInCU: 0x190D, offset: 0xFFC39, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvs', symObjAddr: 0x1420, symBinAddr: 0xDBF00, symSize: 0x390 } + - { offsetInCU: 0x1AE4, offset: 0xFFE10, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC45validateReasonableNumberOfTimeRemappingLayersyyKF', symObjAddr: 0x2400, symBinAddr: 0xDCEE0, symSize: 0x520 } + - { offsetInCU: 0x1EDD, offset: 0x100209, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16removeAnimationsyyF', symObjAddr: 0x2920, symBinAddr: 0xDD400, symSize: 0x160 } + - { offsetInCU: 0x2094, offset: 0x1003C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC02isC7PlayingSbSgvg', symObjAddr: 0x2D00, symBinAddr: 0xDD7E0, symSize: 0xA0 } + - { offsetInCU: 0x20E2, offset: 0x10040E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvg', symObjAddr: 0x2DA0, symBinAddr: 0xDD880, symSize: 0x130 } + - { offsetInCU: 0x2161, offset: 0x10048D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfE', symObjAddr: 0x2F00, symBinAddr: 0xDD9E0, symSize: 0x150 } + - { offsetInCU: 0x218E, offset: 0x1004BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfETo', symObjAddr: 0x3080, symBinAddr: 0xDDB60, symSize: 0x140 } + - { offsetInCU: 0x21BD, offset: 0x1004E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCMa', symObjAddr: 0x31C0, symBinAddr: 0xDDCA0, symSize: 0x20 } + - { offsetInCU: 0x21D1, offset: 0x1004FD, size: 0x8, addend: 0x0, symName: ___swift_memcpy9_8, symObjAddr: 0x31E0, symBinAddr: 0xDDCC0, symSize: 0x20 } + - { offsetInCU: 0x21E5, offset: 0x100511, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwet', symObjAddr: 0x3210, symBinAddr: 0xDDCE0, symSize: 0x20 } + - { offsetInCU: 0x21F9, offset: 0x100525, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwst', symObjAddr: 0x3230, symBinAddr: 0xDDD00, symSize: 0x30 } + - { offsetInCU: 0x220D, offset: 0x100539, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwug', symObjAddr: 0x3260, symBinAddr: 0xDDD30, symSize: 0x20 } + - { offsetInCU: 0x2221, offset: 0x10054D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwup', symObjAddr: 0x3280, symBinAddr: 0xDDD50, symSize: 0x10 } + - { offsetInCU: 0x2235, offset: 0x100561, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwui', symObjAddr: 0x3290, symBinAddr: 0xDDD60, symSize: 0x20 } + - { offsetInCU: 0x2249, offset: 0x100575, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOMa', symObjAddr: 0x32B0, symBinAddr: 0xDDD80, symSize: 0x10 } + - { offsetInCU: 0x225D, offset: 0x100589, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwCP', symObjAddr: 0x32C0, symBinAddr: 0xDDD90, symSize: 0x30 } + - { offsetInCU: 0x2271, offset: 0x10059D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwxx', symObjAddr: 0x32F0, symBinAddr: 0xDDDC0, symSize: 0x30 } + - { offsetInCU: 0x2285, offset: 0x1005B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwcp', symObjAddr: 0x3320, symBinAddr: 0xDDDF0, symSize: 0x70 } + - { offsetInCU: 0x2299, offset: 0x1005C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwca', symObjAddr: 0x3390, symBinAddr: 0xDDE60, symSize: 0xE0 } + - { offsetInCU: 0x22AD, offset: 0x1005D9, size: 0x8, addend: 0x0, symName: ___swift_memcpy64_8, symObjAddr: 0x3470, symBinAddr: 0xDDF40, symSize: 0x30 } + - { offsetInCU: 0x22C1, offset: 0x1005ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwta', symObjAddr: 0x34A0, symBinAddr: 0xDDF70, symSize: 0xB0 } + - { offsetInCU: 0x22D5, offset: 0x100601, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwet', symObjAddr: 0x3550, symBinAddr: 0xDE020, symSize: 0x40 } + - { offsetInCU: 0x22E9, offset: 0x100615, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwst', symObjAddr: 0x3590, symBinAddr: 0xDE060, symSize: 0x50 } + - { offsetInCU: 0x22FD, offset: 0x100629, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVMa', symObjAddr: 0x35E0, symBinAddr: 0xDE0B0, symSize: 0x10 } + - { offsetInCU: 0x2311, offset: 0x10063D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC11renderScale0B8Graphics7CGFloatVvs', symObjAddr: 0x35F0, symBinAddr: 0xDE0C0, symSize: 0xE0 } + - { offsetInCU: 0x258C, offset: 0x1008B8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12allSublayersSayABGvg', symObjAddr: 0x36D0, symBinAddr: 0xDE1A0, symSize: 0x660 } + - { offsetInCU: 0x2B49, offset: 0x100E75, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x3D30, symBinAddr: 0xDE800, symSize: 0x2A0 } + - { offsetInCU: 0x2DEB, offset: 0x101117, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x3FD0, symBinAddr: 0xDEAA0, symSize: 0x100 } + - { offsetInCU: 0x2F38, offset: 0x101264, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x40D0, symBinAddr: 0xDEBA0, symSize: 0x180 } + - { offsetInCU: 0x2FF2, offset: 0x10131E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_', symObjAddr: 0x4250, symBinAddr: 0xDED20, symSize: 0xD0 } + - { offsetInCU: 0x3172, offset: 0x10149E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setValueProvider_7keypathyAA03AnyfG0_p_AA0C7KeypathVtF', symObjAddr: 0x4320, symBinAddr: 0xDEDF0, symSize: 0xA0 } + - { offsetInCU: 0x31EF, offset: 0x10151B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE31numberOfLayersWithTimeRemappingSivg', symObjAddr: 0x43C0, symBinAddr: 0xDEE90, symSize: 0x1F0 } + - { offsetInCU: 0x3447, offset: 0x101773, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvgTW', symObjAddr: 0x45E0, symBinAddr: 0xDF0B0, symSize: 0x10 } + - { offsetInCU: 0x3463, offset: 0x10178F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvsTW', symObjAddr: 0x45F0, symBinAddr: 0xDF0C0, symSize: 0x10 } + - { offsetInCU: 0x347F, offset: 0x1017AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP11renderScale0B8Graphics7CGFloatVvsTW', symObjAddr: 0x4600, symBinAddr: 0xDF0D0, symSize: 0x10 } + - { offsetInCU: 0x34C8, offset: 0x1017F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07respectC9FrameRateSbvsTW', symObjAddr: 0x4610, symBinAddr: 0xDF0E0, symSize: 0x50 } + - { offsetInCU: 0x3541, offset: 0x10186D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x4660, symBinAddr: 0xDF130, symSize: 0x10 } + - { offsetInCU: 0x355D, offset: 0x101889, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07primaryC3KeyAA0cG0OvgTW', symObjAddr: 0x46B0, symBinAddr: 0xDF180, symSize: 0x30 } + - { offsetInCU: 0x3579, offset: 0x1018A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP02isC7PlayingSbSgvgTW', symObjAddr: 0x46E0, symBinAddr: 0xDF1B0, symSize: 0x10 } + - { offsetInCU: 0x3595, offset: 0x1018C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12reloadImagesyyFTW', symObjAddr: 0x46F0, symBinAddr: 0xDF1C0, symSize: 0x10 } + - { offsetInCU: 0x35B1, offset: 0x1018DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x4700, symBinAddr: 0xDF1D0, symSize: 0x10 } + - { offsetInCU: 0x35CD, offset: 0x1018F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x4710, symBinAddr: 0xDF1E0, symSize: 0x10 } + - { offsetInCU: 0x35E9, offset: 0x101915, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x4720, symBinAddr: 0xDF1F0, symSize: 0x10 } + - { offsetInCU: 0x3605, offset: 0x101931, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16setValueProvider_7keypathyAA03AnygH0_p_AA0C7KeypathVtFTW', symObjAddr: 0x4730, symBinAddr: 0xDF200, symSize: 0x10 } + - { offsetInCU: 0x3621, offset: 0x10194D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOe', symObjAddr: 0x4870, symBinAddr: 0xDF340, symSize: 0x30 } + - { offsetInCU: 0x365F, offset: 0x10198B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_TA', symObjAddr: 0x49C0, symBinAddr: 0xDF430, symSize: 0x50 } + - { offsetInCU: 0x3693, offset: 0x1019BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOe', symObjAddr: 0x4A10, symBinAddr: 0xDF480, symSize: 0x20 } + - { offsetInCU: 0x36A7, offset: 0x1019D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_TA', symObjAddr: 0x4A30, symBinAddr: 0xDF4A0, symSize: 0x10 } + - { offsetInCU: 0x36BB, offset: 0x1019E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_TA', symObjAddr: 0x4A40, symBinAddr: 0xDF4B0, symSize: 0x30 } + - { offsetInCU: 0x36E4, offset: 0x101A10, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4A70, symBinAddr: 0xDF4E0, symSize: 0x20 } + - { offsetInCU: 0x36F8, offset: 0x101A24, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOy', symObjAddr: 0x4CC0, symBinAddr: 0xDF5D0, symSize: 0x30 } + - { offsetInCU: 0x370C, offset: 0x101A38, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOy', symObjAddr: 0x4CF0, symBinAddr: 0xDF600, symSize: 0x20 } + - { offsetInCU: 0x3720, offset: 0x101A4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOr', symObjAddr: 0x4D10, symBinAddr: 0xDF620, symSize: 0x40 } + - { offsetInCU: 0x3734, offset: 0x101A60, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOs', symObjAddr: 0x4D50, symBinAddr: 0xDF660, symSize: 0x40 } + - { offsetInCU: 0x3748, offset: 0x101A74, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOy', symObjAddr: 0x4E30, symBinAddr: 0xDF6A0, symSize: 0x30 } + - { offsetInCU: 0x375C, offset: 0x101A88, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4EB0, symBinAddr: 0xDF700, symSize: 0x20 } + - { offsetInCU: 0x3770, offset: 0x101A9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4ED0, symBinAddr: 0xDF720, symSize: 0x20 } + - { offsetInCU: 0x3784, offset: 0x101AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwet', symObjAddr: 0x4F70, symBinAddr: 0xDF740, symSize: 0x40 } + - { offsetInCU: 0x3798, offset: 0x101AC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwst', symObjAddr: 0x4FB0, symBinAddr: 0xDF780, symSize: 0x50 } + - { offsetInCU: 0x37AC, offset: 0x101AD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVMa', symObjAddr: 0x5000, symBinAddr: 0xDF7D0, symSize: 0xA } + - { offsetInCU: 0x27, offset: 0x102072, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xDF7E0, symSize: 0x60 } + - { offsetInCU: 0x69, offset: 0x1020B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ', symObjAddr: 0x60, symBinAddr: 0xDF840, symSize: 0x10 } + - { offsetInCU: 0x98, offset: 0x1020E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF', symObjAddr: 0x70, symBinAddr: 0xDF850, symSize: 0x20 } + - { offsetInCU: 0x12E, offset: 0x102179, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO9hashValueSivg', symObjAddr: 0x90, symBinAddr: 0xDF870, symSize: 0x40 } + - { offsetInCU: 0x229, offset: 0x102274, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD0, symBinAddr: 0xDF8B0, symSize: 0x10 } + - { offsetInCU: 0x27F, offset: 0x1022CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0xDF8C0, symSize: 0x40 } + - { offsetInCU: 0x363, offset: 0x1023AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x120, symBinAddr: 0xDF900, symSize: 0x20 } + - { offsetInCU: 0x3E2, offset: 0x10242D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xDF7E0, symSize: 0x60 } + - { offsetInCU: 0x462, offset: 0x1024AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvg', symObjAddr: 0x180, symBinAddr: 0xDF960, symSize: 0x10 } + - { offsetInCU: 0x480, offset: 0x1024CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvs', symObjAddr: 0x190, symBinAddr: 0xDF970, symSize: 0x10 } + - { offsetInCU: 0x4BC, offset: 0x102507, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM', symObjAddr: 0x1A0, symBinAddr: 0xDF980, symSize: 0x10 } + - { offsetInCU: 0x4DA, offset: 0x102525, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM.resume.0', symObjAddr: 0x1B0, symBinAddr: 0xDF990, symSize: 0x10 } + - { offsetInCU: 0x505, offset: 0x102550, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvg', symObjAddr: 0x1C0, symBinAddr: 0xDF9A0, symSize: 0x10 } + - { offsetInCU: 0x523, offset: 0x10256E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvs', symObjAddr: 0x1D0, symBinAddr: 0xDF9B0, symSize: 0x10 } + - { offsetInCU: 0x55F, offset: 0x1025AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM', symObjAddr: 0x1E0, symBinAddr: 0xDF9C0, symSize: 0x20 } + - { offsetInCU: 0x58D, offset: 0x1025D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM.resume.0', symObjAddr: 0x200, symBinAddr: 0xDF9E0, symSize: 0x10 } + - { offsetInCU: 0x5B8, offset: 0x102603, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvg', symObjAddr: 0x210, symBinAddr: 0xDF9F0, symSize: 0x10 } + - { offsetInCU: 0x5D6, offset: 0x102621, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvs', symObjAddr: 0x220, symBinAddr: 0xDFA00, symSize: 0x10 } + - { offsetInCU: 0x612, offset: 0x10265D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM', symObjAddr: 0x230, symBinAddr: 0xDFA10, symSize: 0x20 } + - { offsetInCU: 0x640, offset: 0x10268B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM.resume.0', symObjAddr: 0x250, symBinAddr: 0xDFA30, symSize: 0x10 } + - { offsetInCU: 0x66B, offset: 0x1026B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvg', symObjAddr: 0x260, symBinAddr: 0xDFA40, symSize: 0x10 } + - { offsetInCU: 0x689, offset: 0x1026D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvs', symObjAddr: 0x270, symBinAddr: 0xDFA50, symSize: 0x10 } + - { offsetInCU: 0x6C5, offset: 0x102710, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM', symObjAddr: 0x280, symBinAddr: 0xDFA60, symSize: 0x20 } + - { offsetInCU: 0x6F3, offset: 0x10273E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM.resume.0', symObjAddr: 0x2A0, symBinAddr: 0xDFA80, symSize: 0x10 } + - { offsetInCU: 0x71E, offset: 0x102769, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF', symObjAddr: 0x2B0, symBinAddr: 0xDFA90, symSize: 0x80 } + - { offsetInCU: 0x787, offset: 0x1027D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ', symObjAddr: 0x330, symBinAddr: 0xDFB10, symSize: 0x10 } + - { offsetInCU: 0x7AA, offset: 0x1027F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV9hashValueSivg', symObjAddr: 0x340, symBinAddr: 0xDFB20, symSize: 0x50 } + - { offsetInCU: 0x81A, offset: 0x102865, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH9hashValueSivgTW', symObjAddr: 0x390, symBinAddr: 0xDFB70, symSize: 0x50 } + - { offsetInCU: 0x887, offset: 0x1028D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xDFBC0, symSize: 0x10 } + - { offsetInCU: 0x8AA, offset: 0x1028F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x440, symBinAddr: 0xDFC20, symSize: 0x10 } + - { offsetInCU: 0x8DB, offset: 0x102926, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x450, symBinAddr: 0xDFC30, symSize: 0x50 } + - { offsetInCU: 0x924, offset: 0x10296F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASQWb', symObjAddr: 0x4A0, symBinAddr: 0xDFC80, symSize: 0x10 } + - { offsetInCU: 0x938, offset: 0x102983, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOACSQAAWl', symObjAddr: 0x4B0, symBinAddr: 0xDFC90, symSize: 0x30 } + - { offsetInCU: 0x94C, offset: 0x102997, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASQWb', symObjAddr: 0x4E0, symBinAddr: 0xDFCC0, symSize: 0x10 } + - { offsetInCU: 0x960, offset: 0x1029AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSQAAWl', symObjAddr: 0x4F0, symBinAddr: 0xDFCD0, symSize: 0x30 } + - { offsetInCU: 0x974, offset: 0x1029BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwet', symObjAddr: 0x540, symBinAddr: 0xDFD00, symSize: 0x80 } + - { offsetInCU: 0x988, offset: 0x1029D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwst', symObjAddr: 0x5C0, symBinAddr: 0xDFD80, symSize: 0xD0 } + - { offsetInCU: 0x99C, offset: 0x1029E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwug', symObjAddr: 0x690, symBinAddr: 0xDFE50, symSize: 0x10 } + - { offsetInCU: 0x9B0, offset: 0x1029FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwup', symObjAddr: 0x6A0, symBinAddr: 0xDFE60, symSize: 0x10 } + - { offsetInCU: 0x9C4, offset: 0x102A0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwui', symObjAddr: 0x6B0, symBinAddr: 0xDFE70, symSize: 0x10 } + - { offsetInCU: 0x9D8, offset: 0x102A23, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOMa', symObjAddr: 0x6C0, symBinAddr: 0xDFE80, symSize: 0x10 } + - { offsetInCU: 0x9EC, offset: 0x102A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwCP', symObjAddr: 0x6D0, symBinAddr: 0xDFE90, symSize: 0x30 } + - { offsetInCU: 0xA00, offset: 0x102A4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwet', symObjAddr: 0x720, symBinAddr: 0xDFEC0, symSize: 0x20 } + - { offsetInCU: 0xA14, offset: 0x102A5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwst', symObjAddr: 0x740, symBinAddr: 0xDFEE0, symSize: 0x30 } + - { offsetInCU: 0xA28, offset: 0x102A73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVMa', symObjAddr: 0x770, symBinAddr: 0xDFF10, symSize: 0xA } + - { offsetInCU: 0xAA5, offset: 0x102AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x140, symBinAddr: 0xDF920, symSize: 0x40 } + - { offsetInCU: 0xB6F, offset: 0x102BBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3F0, symBinAddr: 0xDFBD0, symSize: 0x50 } + - { offsetInCU: 0x4F, offset: 0x102D70, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0VcfC', symObjAddr: 0x0, symBinAddr: 0xDFF20, symSize: 0x30 } + - { offsetInCU: 0x7C, offset: 0x102D9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x30, symBinAddr: 0xDFF50, symSize: 0x50 } + - { offsetInCU: 0xB0, offset: 0x102DD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x80, symBinAddr: 0xDFFA0, symSize: 0x30 } + - { offsetInCU: 0xC4, offset: 0x102DE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc', symObjAddr: 0xB0, symBinAddr: 0xDFFD0, symSize: 0xE0 } + - { offsetInCU: 0x112, offset: 0x102E33, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfC', symObjAddr: 0x190, symBinAddr: 0xE00B0, symSize: 0x30 } + - { offsetInCU: 0x130, offset: 0x102E51, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc', symObjAddr: 0x1C0, symBinAddr: 0xE00E0, symSize: 0xE0 } + - { offsetInCU: 0x182, offset: 0x102EA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg', symObjAddr: 0x2A0, symBinAddr: 0xE01C0, symSize: 0x40 } + - { offsetInCU: 0x1CD, offset: 0x102EEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs', symObjAddr: 0x2E0, symBinAddr: 0xE0200, symSize: 0x40 } + - { offsetInCU: 0x20D, offset: 0x102F2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM', symObjAddr: 0x320, symBinAddr: 0xE0240, symSize: 0x40 } + - { offsetInCU: 0x23A, offset: 0x102F5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM.resume.0', symObjAddr: 0x360, symBinAddr: 0xE0280, symSize: 0x30 } + - { offsetInCU: 0x284, offset: 0x102FA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9valueTypeypXpvg', symObjAddr: 0x390, symBinAddr: 0xE02B0, symSize: 0x10 } + - { offsetInCU: 0x2AF, offset: 0x102FD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg', symObjAddr: 0x3A0, symBinAddr: 0xE02C0, symSize: 0xD0 } + - { offsetInCU: 0x34A, offset: 0x10306B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x470, symBinAddr: 0xE0390, symSize: 0x20 } + - { offsetInCU: 0x36D, offset: 0x10308E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfd', symObjAddr: 0x490, symBinAddr: 0xE03B0, symSize: 0x30 } + - { offsetInCU: 0x3A8, offset: 0x1030C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfD', symObjAddr: 0x4C0, symBinAddr: 0xE03E0, symSize: 0x40 } + - { offsetInCU: 0x3EB, offset: 0x10310C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x500, symBinAddr: 0xE0420, symSize: 0x20 } + - { offsetInCU: 0x407, offset: 0x103128, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x520, symBinAddr: 0xE0440, symSize: 0x10 } + - { offsetInCU: 0x44D, offset: 0x10316E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x530, symBinAddr: 0xE0450, symSize: 0x20 } + - { offsetInCU: 0x482, offset: 0x1031A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfcTf4gn_n', symObjAddr: 0x610, symBinAddr: 0xE0530, symSize: 0x120 } + - { offsetInCU: 0x4F7, offset: 0x103218, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x550, symBinAddr: 0xE0470, symSize: 0x60 } + - { offsetInCU: 0x55C, offset: 0x10327D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5B0, symBinAddr: 0xE04D0, symSize: 0x60 } + - { offsetInCU: 0x5A3, offset: 0x1032C4, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOe', symObjAddr: 0x730, symBinAddr: 0xE0650, symSize: 0x20 } + - { offsetInCU: 0x5B7, offset: 0x1032D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSHAAWl', symObjAddr: 0x750, symBinAddr: 0xE0670, symSize: 0x30 } + - { offsetInCU: 0x5CB, offset: 0x1032EC, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie8KeyframeCyAA0A5ColorVGGMa', symObjAddr: 0x7C0, symBinAddr: 0xE06A0, symSize: 0x50 } + - { offsetInCU: 0x5DF, offset: 0x103300, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyAA0A5ColorVGMa', symObjAddr: 0x810, symBinAddr: 0xE06F0, symSize: 0x30 } + - { offsetInCU: 0x5F3, offset: 0x103314, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOy', symObjAddr: 0x8C0, symBinAddr: 0xE07A0, symSize: 0x20 } + - { offsetInCU: 0x607, offset: 0x103328, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x910, symBinAddr: 0xE07F0, symSize: 0x30 } + - { offsetInCU: 0x64B, offset: 0x10336C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x9A0, symBinAddr: 0xE0820, symSize: 0x10 } + - { offsetInCU: 0x65F, offset: 0x103380, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCMa', symObjAddr: 0xA40, symBinAddr: 0xE08C0, symSize: 0x20 } + - { offsetInCU: 0x72, offset: 0x1035CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x3A0, symBinAddr: 0xE0CC0, symSize: 0xD0 } + - { offsetInCU: 0x1CB, offset: 0x103726, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x470, symBinAddr: 0xE0D90, symSize: 0x10 } + - { offsetInCU: 0x227, offset: 0x103782, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV9combining4path12cornerRadiusAA0D5GroupCyACGAHyAA0bC0VG_AHyAA0A8Vector1DVGSgtKFZTf4nnd_n', symObjAddr: 0x1B20, symBinAddr: 0xE2440, symSize: 0x3F0 } + - { offsetInCU: 0x715, offset: 0x103C70, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKF06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nnncnn_n', symObjAddr: 0x0, symBinAddr: 0xE0930, symSize: 0x120 } + - { offsetInCU: 0x853, offset: 0x103DAE, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nncn_n', symObjAddr: 0x130, symBinAddr: 0xE0A50, symSize: 0x130 } + - { offsetInCU: 0x91C, offset: 0x103E77, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_', symObjAddr: 0x260, symBinAddr: 0xE0B80, symSize: 0x140 } + - { offsetInCU: 0xB85, offset: 0x1040E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA010BezierPathQ0V_Tg5', symObjAddr: 0x480, symBinAddr: 0xE0DA0, symSize: 0x300 } + - { offsetInCU: 0xE8B, offset: 0x1043E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA010BezierPathQ0V_Tg5Tf4nnd_n', symObjAddr: 0x9A0, symBinAddr: 0xE12C0, symSize: 0x5A0 } + - { offsetInCU: 0x1527, offset: 0x104A82, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA010BezierPathS0V_Tg5Tf4nnnd_n', symObjAddr: 0x1080, symBinAddr: 0xE19A0, symSize: 0xAA0 } + - { offsetInCU: 0x2533, offset: 0x105A8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x1FC0, symBinAddr: 0xE2860, symSize: 0x10 } + - { offsetInCU: 0x2547, offset: 0x105AA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_TA', symObjAddr: 0x20B0, symBinAddr: 0xE28F0, symSize: 0x10 } + - { offsetInCU: 0x255B, offset: 0x105AB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwCP', symObjAddr: 0x2160, symBinAddr: 0xE2930, symSize: 0x30 } + - { offsetInCU: 0x256F, offset: 0x105ACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwxx', symObjAddr: 0x2190, symBinAddr: 0xE2960, symSize: 0x10 } + - { offsetInCU: 0x2583, offset: 0x105ADE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwcp', symObjAddr: 0x21A0, symBinAddr: 0xE2970, symSize: 0x40 } + - { offsetInCU: 0x2597, offset: 0x105AF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwca', symObjAddr: 0x21E0, symBinAddr: 0xE29B0, symSize: 0x60 } + - { offsetInCU: 0x25AB, offset: 0x105B06, size: 0x8, addend: 0x0, symName: ___swift_memcpy33_8, symObjAddr: 0x2240, symBinAddr: 0xE2A10, symSize: 0x20 } + - { offsetInCU: 0x25BF, offset: 0x105B1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwta', symObjAddr: 0x2260, symBinAddr: 0xE2A30, symSize: 0x50 } + - { offsetInCU: 0x25D3, offset: 0x105B2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwet', symObjAddr: 0x22B0, symBinAddr: 0xE2A80, symSize: 0x40 } + - { offsetInCU: 0x25E7, offset: 0x105B42, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwst', symObjAddr: 0x22F0, symBinAddr: 0xE2AC0, symSize: 0x50 } + - { offsetInCU: 0x25FB, offset: 0x105B56, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVMa', symObjAddr: 0x2340, symBinAddr: 0xE2B10, symSize: 0xA } + - { offsetInCU: 0x2751, offset: 0x105CAC, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs8StrideToVy12CoreGraphics7CGFloatVG_6Lottie8KeyframeCyAL010BezierPathJ0VGTg50104$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13j56GroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12f9Graphics7h13VKXEfU2_AA010kL7Q0V_TG5SayAL16AnyValueProvider_pGSayypGxSgs5Error_plyAPIsggrzo_Tf1cn_nTf4ngg_n', symObjAddr: 0x780, symBinAddr: 0xE10A0, symSize: 0x220 } + - { offsetInCU: 0x2A95, offset: 0x105FF0, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay6Lottie13KeyframeGroupCyypGG_Tg5023$sSTsE10allSatisfyyS2b7c29QzKXEKFSbACKXEfU_Say6Lottie13eF10CyypGG_TG5xSbs5Error_plyAHIsgndzo_Tf1cn_nTf4ng_n', symObjAddr: 0xF40, symBinAddr: 0xE1860, symSize: 0x140 } + - { offsetInCU: 0x27, offset: 0x106676, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xE2B20, symSize: 0x210 } + - { offsetInCU: 0x3F, offset: 0x10668E, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xE2B20, symSize: 0x210 } + - { offsetInCU: 0x27, offset: 0x1068BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xE2D30, symSize: 0x70 } + - { offsetInCU: 0x4B, offset: 0x1068DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xE2D30, symSize: 0x70 } + - { offsetInCU: 0x74, offset: 0x106908, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfC', symObjAddr: 0xA0, symBinAddr: 0xE2DA0, symSize: 0x10 } + - { offsetInCU: 0xD9, offset: 0x10696D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfC', symObjAddr: 0xB0, symBinAddr: 0xE2DB0, symSize: 0x70 } + - { offsetInCU: 0x138, offset: 0x1069CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysSaySSGvg', symObjAddr: 0x120, symBinAddr: 0xE2E20, symSize: 0x10 } + - { offsetInCU: 0x156, offset: 0x1069EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6stringSSvg', symObjAddr: 0x130, symBinAddr: 0xE2E30, symSize: 0x90 } + - { offsetInCU: 0x174, offset: 0x106A08, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF', symObjAddr: 0x230, symBinAddr: 0xE2EC0, symSize: 0xA0 } + - { offsetInCU: 0x249, offset: 0x106ADD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ', symObjAddr: 0x2D0, symBinAddr: 0xE2F60, symSize: 0x10 } + - { offsetInCU: 0x2A5, offset: 0x106B39, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV9hashValueSivg', symObjAddr: 0x2E0, symBinAddr: 0xE2F70, symSize: 0xA0 } + - { offsetInCU: 0x3D2, offset: 0x106C66, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH9hashValueSivgTW', symObjAddr: 0x380, symBinAddr: 0xE3010, symSize: 0x10 } + - { offsetInCU: 0x3EE, offset: 0x106C82, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x390, symBinAddr: 0xE3020, symSize: 0x10 } + - { offsetInCU: 0x402, offset: 0x106C96, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAsADP06stringG0x0fG4TypeQz_tcfCTW', symObjAddr: 0x440, symBinAddr: 0xE30D0, symSize: 0x20 } + - { offsetInCU: 0x438, offset: 0x106CCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x460, symBinAddr: 0xE30F0, symSize: 0x10 } + - { offsetInCU: 0x4D7, offset: 0x106D6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASQWb', symObjAddr: 0x530, symBinAddr: 0xE31C0, symSize: 0x10 } + - { offsetInCU: 0x4EB, offset: 0x106D7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACSQAAWl', symObjAddr: 0x540, symBinAddr: 0xE31D0, symSize: 0x30 } + - { offsetInCU: 0x4FF, offset: 0x106D93, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAs0de23ExtendedGraphemeClusterG0PWb', symObjAddr: 0x570, symBinAddr: 0xE3200, symSize: 0x10 } + - { offsetInCU: 0x513, offset: 0x106DA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs43ExpressibleByExtendedGraphemeClusterLiteralAAWl', symObjAddr: 0x580, symBinAddr: 0xE3210, symSize: 0x30 } + - { offsetInCU: 0x527, offset: 0x106DBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAA0fG4TypesADP_s01_de7BuiltinfG0PWT', symObjAddr: 0x5B0, symBinAddr: 0xE3240, symSize: 0x10 } + - { offsetInCU: 0x53B, offset: 0x106DCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAAs0de13UnicodeScalarI0PWb', symObjAddr: 0x5C0, symBinAddr: 0xE3250, symSize: 0x10 } + - { offsetInCU: 0x54F, offset: 0x106DE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs33ExpressibleByUnicodeScalarLiteralAAWl', symObjAddr: 0x5D0, symBinAddr: 0xE3260, symSize: 0x30 } + - { offsetInCU: 0x563, offset: 0x106DF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAA0fghI4TypesADP_s01_de7BuiltinfghI0PWT', symObjAddr: 0x600, symBinAddr: 0xE3290, symSize: 0x10 } + - { offsetInCU: 0x577, offset: 0x106E0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs33ExpressibleByUnicodeScalarLiteralAA0fgH4TypesADP_s01_de7BuiltinfgH0PWT', symObjAddr: 0x610, symBinAddr: 0xE32A0, symSize: 0x10 } + - { offsetInCU: 0x58B, offset: 0x106E1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVMa', symObjAddr: 0x620, symBinAddr: 0xE32B0, symSize: 0x10 } + - { offsetInCU: 0x6C9, offset: 0x106F5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3A0, symBinAddr: 0xE3030, symSize: 0xA0 } + - { offsetInCU: 0x7D5, offset: 0x107069, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSS_Tg5Tf4nnd_n', symObjAddr: 0x470, symBinAddr: 0xE3100, symSize: 0xC0 } + - { offsetInCU: 0x8B9, offset: 0x10714D, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSo10CGColorRefa_Tg5Tf4nnd_n', symObjAddr: 0x630, symBinAddr: 0xE32C0, symSize: 0x440 } + - { offsetInCU: 0x9CF, offset: 0x107263, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0xA70, symBinAddr: 0xE3700, symSize: 0x80 } + - { offsetInCU: 0x2B, offset: 0x1074B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE37D0, symSize: 0x10 } + - { offsetInCU: 0xB6, offset: 0x10753E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xD0, symBinAddr: 0xE38A0, symSize: 0x30 } + - { offsetInCU: 0xE7, offset: 0x10756F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x100, symBinAddr: 0xE38D0, symSize: 0x20 } + - { offsetInCU: 0x126, offset: 0x1075AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x120, symBinAddr: 0xE38F0, symSize: 0x20 } + - { offsetInCU: 0x15E, offset: 0x1075E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xFF0, symBinAddr: 0xE47A0, symSize: 0xE0 } + - { offsetInCU: 0x1CA, offset: 0x107652, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO13discriminator_WZ', symObjAddr: 0x180, symBinAddr: 0xE3950, symSize: 0x10 } + - { offsetInCU: 0x1F0, offset: 0x107678, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x190, symBinAddr: 0xE3960, symSize: 0x40 } + - { offsetInCU: 0x215, offset: 0x10769D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D0, symBinAddr: 0xE39A0, symSize: 0x1E0 } + - { offsetInCU: 0x286, offset: 0x10770E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x3B0, symBinAddr: 0xE3B80, symSize: 0x310 } + - { offsetInCU: 0x39A, offset: 0x107822, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO8rawValueSSvg', symObjAddr: 0x6C0, symBinAddr: 0xE3E90, symSize: 0x20 } + - { offsetInCU: 0x3D1, offset: 0x107859, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x6E0, symBinAddr: 0xE3EB0, symSize: 0x20 } + - { offsetInCU: 0x44F, offset: 0x1078D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x740, symBinAddr: 0xE3F10, symSize: 0x70 } + - { offsetInCU: 0x4B5, offset: 0x10793D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x7B0, symBinAddr: 0xE3F80, symSize: 0x30 } + - { offsetInCU: 0x4D1, offset: 0x107959, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7E0, symBinAddr: 0xE3FB0, symSize: 0x10 } + - { offsetInCU: 0x507, offset: 0x10798F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7F0, symBinAddr: 0xE3FC0, symSize: 0x60 } + - { offsetInCU: 0x58C, offset: 0x107A14, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x850, symBinAddr: 0xE4020, symSize: 0x10 } + - { offsetInCU: 0x5A8, offset: 0x107A30, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x860, symBinAddr: 0xE4030, symSize: 0x10 } + - { offsetInCU: 0x5E4, offset: 0x107A6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCfD', symObjAddr: 0x8B0, symBinAddr: 0xE4080, symSize: 0x30 } + - { offsetInCU: 0x627, offset: 0x107AAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC6encode2toys7Encoder_p_tKF', symObjAddr: 0x900, symBinAddr: 0xE40D0, symSize: 0x160 } + - { offsetInCU: 0x666, offset: 0x107AEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xC50, symBinAddr: 0xE4400, symSize: 0x20 } + - { offsetInCU: 0x689, offset: 0x107B11, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xC70, symBinAddr: 0xE4420, symSize: 0x20 } + - { offsetInCU: 0x751, offset: 0x107BD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCMa', symObjAddr: 0x8E0, symBinAddr: 0xE40B0, symSize: 0x20 } + - { offsetInCU: 0x765, offset: 0x107BED, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwet', symObjAddr: 0xA80, symBinAddr: 0xE4230, symSize: 0x80 } + - { offsetInCU: 0x779, offset: 0x107C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwst', symObjAddr: 0xB00, symBinAddr: 0xE42B0, symSize: 0xD0 } + - { offsetInCU: 0x78D, offset: 0x107C15, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwug', symObjAddr: 0xBD0, symBinAddr: 0xE4380, symSize: 0x10 } + - { offsetInCU: 0x7A1, offset: 0x107C29, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwup', symObjAddr: 0xBE0, symBinAddr: 0xE4390, symSize: 0x10 } + - { offsetInCU: 0x7B5, offset: 0x107C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwui', symObjAddr: 0xBF0, symBinAddr: 0xE43A0, symSize: 0x10 } + - { offsetInCU: 0x7C9, offset: 0x107C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOMa', symObjAddr: 0xC00, symBinAddr: 0xE43B0, symSize: 0x10 } + - { offsetInCU: 0x7DD, offset: 0x107C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASQWb', symObjAddr: 0xC10, symBinAddr: 0xE43C0, symSize: 0x10 } + - { offsetInCU: 0x7F1, offset: 0x107C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSQAAWl', symObjAddr: 0xC20, symBinAddr: 0xE43D0, symSize: 0x30 } + - { offsetInCU: 0x805, offset: 0x107C8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC90, symBinAddr: 0xE4440, symSize: 0x20 } + - { offsetInCU: 0x819, offset: 0x107CA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSeAAWl', symObjAddr: 0xCB0, symBinAddr: 0xE4460, symSize: 0x30 } + - { offsetInCU: 0x852, offset: 0x107CDA, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xCE0, symBinAddr: 0xE4490, symSize: 0x110 } + - { offsetInCU: 0x9A0, offset: 0x107E28, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xDF0, symBinAddr: 0xE45A0, symSize: 0x200 } + - { offsetInCU: 0xBE2, offset: 0x10806A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSYAAWl', symObjAddr: 0x1130, symBinAddr: 0xE4880, symSize: 0x30 } + - { offsetInCU: 0xBF6, offset: 0x10807E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs0D3KeyAAWl', symObjAddr: 0x11A0, symBinAddr: 0xE48B0, symSize: 0x30 } + - { offsetInCU: 0xC0A, offset: 0x108092, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSEAAWl', symObjAddr: 0x11D0, symBinAddr: 0xE48E0, symSize: 0x30 } + - { offsetInCU: 0xC1E, offset: 0x1080A6, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGSayxGSEsSERzlWl', symObjAddr: 0x1200, symBinAddr: 0xE4910, symSize: 0x50 } + - { offsetInCU: 0xC32, offset: 0x1080BA, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGMa', symObjAddr: 0x1250, symBinAddr: 0xE4960, symSize: 0x50 } + - { offsetInCU: 0xC46, offset: 0x1080CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCACSEAAWl', symObjAddr: 0x12A0, symBinAddr: 0xE49B0, symSize: 0x40 } + - { offsetInCU: 0xC5A, offset: 0x1080E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwet', symObjAddr: 0x1370, symBinAddr: 0xE49F0, symSize: 0x80 } + - { offsetInCU: 0xC6E, offset: 0x1080F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwst', symObjAddr: 0x13F0, symBinAddr: 0xE4A70, symSize: 0xD0 } + - { offsetInCU: 0xC82, offset: 0x10810A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwug', symObjAddr: 0x14C0, symBinAddr: 0xE4B40, symSize: 0x10 } + - { offsetInCU: 0xC96, offset: 0x10811E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwup', symObjAddr: 0x14D0, symBinAddr: 0xE4B50, symSize: 0x10 } + - { offsetInCU: 0xCAA, offset: 0x108132, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwui', symObjAddr: 0x14E0, symBinAddr: 0xE4B60, symSize: 0x10 } + - { offsetInCU: 0xCBE, offset: 0x108146, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOMa', symObjAddr: 0x14F0, symBinAddr: 0xE4B70, symSize: 0x10 } + - { offsetInCU: 0xCD2, offset: 0x10815A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASQWb', symObjAddr: 0x1500, symBinAddr: 0xE4B80, symSize: 0x10 } + - { offsetInCU: 0xCE6, offset: 0x10816E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFSQAAWl', symObjAddr: 0x1510, symBinAddr: 0xE4B90, symSize: 0x30 } + - { offsetInCU: 0xCFA, offset: 0x108182, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1540, symBinAddr: 0xE4BC0, symSize: 0x10 } + - { offsetInCU: 0xD0E, offset: 0x108196, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1550, symBinAddr: 0xE4BD0, symSize: 0x30 } + - { offsetInCU: 0xD22, offset: 0x1081AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1580, symBinAddr: 0xE4C00, symSize: 0x10 } + - { offsetInCU: 0xD36, offset: 0x1081BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1590, symBinAddr: 0xE4C10, symSize: 0x2E } + - { offsetInCU: 0xD6A, offset: 0x1081F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE37D0, symSize: 0x10 } + - { offsetInCU: 0xDFB, offset: 0x108283, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0xE37E0, symSize: 0x50 } + - { offsetInCU: 0xEC3, offset: 0x10834B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x60, symBinAddr: 0xE3830, symSize: 0x30 } + - { offsetInCU: 0xF3F, offset: 0x1083C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x90, symBinAddr: 0xE3860, symSize: 0x40 } + - { offsetInCU: 0xFDB, offset: 0x108463, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xE3910, symSize: 0x40 } + - { offsetInCU: 0x1045, offset: 0x1084CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x700, symBinAddr: 0xE3ED0, symSize: 0x10 } + - { offsetInCU: 0x1061, offset: 0x1084E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH9hashValueSivgTW', symObjAddr: 0x710, symBinAddr: 0xE3EE0, symSize: 0x10 } + - { offsetInCU: 0x107D, offset: 0x108505, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x720, symBinAddr: 0xE3EF0, symSize: 0x10 } + - { offsetInCU: 0x1099, offset: 0x108521, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x730, symBinAddr: 0xE3F00, symSize: 0x10 } + - { offsetInCU: 0x10BB, offset: 0x108543, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x870, symBinAddr: 0xE4040, symSize: 0x20 } + - { offsetInCU: 0x10D7, offset: 0x10855F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x890, symBinAddr: 0xE4060, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1087AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xE4C40, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x1087CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xE4C40, symSize: 0x20 } + - { offsetInCU: 0xAC, offset: 0x108830, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x70, symBinAddr: 0xE4CB0, symSize: 0x70 } + - { offsetInCU: 0x112, offset: 0x108896, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xE0, symBinAddr: 0xE4D20, symSize: 0x30 } + - { offsetInCU: 0x13D, offset: 0x1088C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAAsADP8allCases03AllG0QzvgZTW', symObjAddr: 0x110, symBinAddr: 0xE4D50, symSize: 0x20 } + - { offsetInCU: 0x16E, offset: 0x1088F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8allCasesSayACGvgZTf4d_n', symObjAddr: 0x920, symBinAddr: 0xE5560, symSize: 0x50 } + - { offsetInCU: 0x1DF, offset: 0x108963, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyV9transformACySo13CATransform3DVGvgZSbAFSgcfU_', symObjAddr: 0x130, symBinAddr: 0xE4D70, symSize: 0xB0 } + - { offsetInCU: 0x298, offset: 0x108A1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV5colorACySo10CGColorRefaGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x1E0, symBinAddr: 0xE4E20, symSize: 0x110 } + - { offsetInCU: 0x36F, offset: 0x108AF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV7opacityACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x2F0, symBinAddr: 0xE4F30, symSize: 0x70 } + - { offsetInCU: 0x3AD, offset: 0x108B31, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleXACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x360, symBinAddr: 0xE4FA0, symSize: 0x70 } + - { offsetInCU: 0x3EB, offset: 0x108B6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleYACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x3D0, symBinAddr: 0xE5010, symSize: 0x70 } + - { offsetInCU: 0x429, offset: 0x108BAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8rotationACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x440, symBinAddr: 0xE5080, symSize: 0x80 } + - { offsetInCU: 0x467, offset: 0x108BEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8positionACySo7CGPointVGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x4C0, symBinAddr: 0xE5100, symSize: 0x70 } + - { offsetInCU: 0x565, offset: 0x108CE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV14gradientColorsACySaySo10CGColorRefaGGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x530, symBinAddr: 0xE5170, symSize: 0x220 } + - { offsetInCU: 0x863, offset: 0x108FE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV17gradientLocationsACySay12CoreGraphics7CGFloatVGGvgZAHSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x750, symBinAddr: 0xE5390, symSize: 0x170 } + - { offsetInCU: 0xA13, offset: 0x109197, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV10floatValueyACy12CoreGraphics7CGFloatVGAA0C4NameOd_tFZAGSgyp_AA03AnyE8Provider_ptcfU_', symObjAddr: 0x8C0, symBinAddr: 0xE5500, symSize: 0x60 } + - { offsetInCU: 0xA72, offset: 0x1091F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwet', symObjAddr: 0xA30, symBinAddr: 0xE55B0, symSize: 0x80 } + - { offsetInCU: 0xA86, offset: 0x10920A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwst', symObjAddr: 0xAB0, symBinAddr: 0xE5630, symSize: 0xD0 } + - { offsetInCU: 0xA9A, offset: 0x10921E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwug', symObjAddr: 0xB80, symBinAddr: 0xE5700, symSize: 0x10 } + - { offsetInCU: 0xAAE, offset: 0x109232, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwup', symObjAddr: 0xB90, symBinAddr: 0xE5710, symSize: 0x10 } + - { offsetInCU: 0xAC2, offset: 0x109246, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwui', symObjAddr: 0xBA0, symBinAddr: 0xE5720, symSize: 0x10 } + - { offsetInCU: 0xAD6, offset: 0x10925A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOMa', symObjAddr: 0xBB0, symBinAddr: 0xE5730, symSize: 0x10 } + - { offsetInCU: 0xAEA, offset: 0x10926E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMi', symObjAddr: 0xBC0, symBinAddr: 0xE5740, symSize: 0x10 } + - { offsetInCU: 0xAFE, offset: 0x109282, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwCP', symObjAddr: 0xBD0, symBinAddr: 0xE5750, symSize: 0x40 } + - { offsetInCU: 0xB12, offset: 0x109296, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwxx', symObjAddr: 0xC10, symBinAddr: 0xE5790, symSize: 0x20 } + - { offsetInCU: 0xB26, offset: 0x1092AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwcp', symObjAddr: 0xC30, symBinAddr: 0xE57B0, symSize: 0x40 } + - { offsetInCU: 0xB3A, offset: 0x1092BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwca', symObjAddr: 0xC70, symBinAddr: 0xE57F0, symSize: 0x60 } + - { offsetInCU: 0xB4E, offset: 0x1092D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwta', symObjAddr: 0xCF0, symBinAddr: 0xE5850, symSize: 0x40 } + - { offsetInCU: 0xB62, offset: 0x1092E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwet', symObjAddr: 0xD30, symBinAddr: 0xE5890, symSize: 0x40 } + - { offsetInCU: 0xB76, offset: 0x1092FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwst', symObjAddr: 0xD70, symBinAddr: 0xE58D0, symSize: 0x40 } + - { offsetInCU: 0xB8A, offset: 0x10930E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMa', symObjAddr: 0xDB0, symBinAddr: 0xE5910, symSize: 0x10 } + - { offsetInCU: 0xB9E, offset: 0x109322, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0xDC0, symBinAddr: 0xE5920, symSize: 0x10 } + - { offsetInCU: 0xBB2, offset: 0x109336, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGSayxGSlsWl', symObjAddr: 0xDD0, symBinAddr: 0xE5930, symSize: 0x40 } + - { offsetInCU: 0xBC6, offset: 0x10934A, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGMa', symObjAddr: 0xE10, symBinAddr: 0xE5970, symSize: 0x30 } + - { offsetInCU: 0xBDA, offset: 0x10935E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASQWb', symObjAddr: 0xE40, symBinAddr: 0xE59A0, symSize: 0x10 } + - { offsetInCU: 0xBEE, offset: 0x109372, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOACSQAAWl', symObjAddr: 0xE50, symBinAddr: 0xE59B0, symSize: 0x30 } + - { offsetInCU: 0xC1F, offset: 0x1093A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0xE4C60, symSize: 0x10 } + - { offsetInCU: 0xC59, offset: 0x1093DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0xE4C70, symSize: 0x20 } + - { offsetInCU: 0xC9F, offset: 0x109423, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0xE4C90, symSize: 0x10 } + - { offsetInCU: 0xCBB, offset: 0x10943F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x60, symBinAddr: 0xE4CA0, symSize: 0x10 } + - { offsetInCU: 0x4F, offset: 0x109743, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xE59E0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x109768, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0xE5A20, symSize: 0x350 } + - { offsetInCU: 0xE0, offset: 0x1097D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x390, symBinAddr: 0xE5D70, symSize: 0x560 } + - { offsetInCU: 0x2AC, offset: 0x1099A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO8rawValueSSvg', symObjAddr: 0x8F0, symBinAddr: 0xE62D0, symSize: 0x20 } + - { offsetInCU: 0x2E3, offset: 0x1099D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xB40, symBinAddr: 0xE6520, symSize: 0x20 } + - { offsetInCU: 0x361, offset: 0x109A55, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0xBA0, symBinAddr: 0xE6580, symSize: 0x70 } + - { offsetInCU: 0x3C7, offset: 0x109ABB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0xC10, symBinAddr: 0xE65F0, symSize: 0x30 } + - { offsetInCU: 0x3E3, offset: 0x109AD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xC40, symBinAddr: 0xE6620, symSize: 0x10 } + - { offsetInCU: 0x419, offset: 0x109B0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC50, symBinAddr: 0xE6630, symSize: 0x60 } + - { offsetInCU: 0x49E, offset: 0x109B92, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xCB0, symBinAddr: 0xE6690, symSize: 0x10 } + - { offsetInCU: 0x4BA, offset: 0x109BAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xCC0, symBinAddr: 0xE66A0, symSize: 0x10 } + - { offsetInCU: 0x4D8, offset: 0x109BCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x910, symBinAddr: 0xE62F0, symSize: 0x230 } + - { offsetInCU: 0x552, offset: 0x109C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfD', symObjAddr: 0xD30, symBinAddr: 0xE6710, symSize: 0x40 } + - { offsetInCU: 0x61C, offset: 0x109D10, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfE', symObjAddr: 0xD10, symBinAddr: 0xE66F0, symSize: 0x20 } + - { offsetInCU: 0x674, offset: 0x109D68, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCMa', symObjAddr: 0xD70, symBinAddr: 0xE6750, symSize: 0x20 } + - { offsetInCU: 0x688, offset: 0x109D7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs0C3KeyAAWl', symObjAddr: 0xE00, symBinAddr: 0xE6770, symSize: 0x30 } + - { offsetInCU: 0x69C, offset: 0x109D90, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwet', symObjAddr: 0x1170, symBinAddr: 0xE68B0, symSize: 0x80 } + - { offsetInCU: 0x6B0, offset: 0x109DA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwst', symObjAddr: 0x11F0, symBinAddr: 0xE6930, symSize: 0xD0 } + - { offsetInCU: 0x6C4, offset: 0x109DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwug', symObjAddr: 0x12C0, symBinAddr: 0xE6A00, symSize: 0x10 } + - { offsetInCU: 0x6D8, offset: 0x109DCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwup', symObjAddr: 0x12D0, symBinAddr: 0xE6A10, symSize: 0x10 } + - { offsetInCU: 0x6EC, offset: 0x109DE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwui', symObjAddr: 0x12E0, symBinAddr: 0xE6A20, symSize: 0x10 } + - { offsetInCU: 0x700, offset: 0x109DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOMa', symObjAddr: 0x12F0, symBinAddr: 0xE6A30, symSize: 0x10 } + - { offsetInCU: 0x714, offset: 0x109E08, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASQWb', symObjAddr: 0x1300, symBinAddr: 0xE6A40, symSize: 0x10 } + - { offsetInCU: 0x728, offset: 0x109E1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFSQAAWl', symObjAddr: 0x1310, symBinAddr: 0xE6A50, symSize: 0x30 } + - { offsetInCU: 0x73C, offset: 0x109E30, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1340, symBinAddr: 0xE6A80, symSize: 0x10 } + - { offsetInCU: 0x750, offset: 0x109E44, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1350, symBinAddr: 0xE6A90, symSize: 0x30 } + - { offsetInCU: 0x764, offset: 0x109E58, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1380, symBinAddr: 0xE6AC0, symSize: 0x10 } + - { offsetInCU: 0x778, offset: 0x109E6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1390, symBinAddr: 0xE6AD0, symSize: 0x2E } + - { offsetInCU: 0x7D8, offset: 0x109ECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB60, symBinAddr: 0xE6540, symSize: 0x10 } + - { offsetInCU: 0x7F4, offset: 0x109EE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH9hashValueSivgTW', symObjAddr: 0xB70, symBinAddr: 0xE6550, symSize: 0x10 } + - { offsetInCU: 0x810, offset: 0x109F04, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB80, symBinAddr: 0xE6560, symSize: 0x10 } + - { offsetInCU: 0x82C, offset: 0x109F20, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB90, symBinAddr: 0xE6570, symSize: 0x10 } + - { offsetInCU: 0x84E, offset: 0x109F42, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xCD0, symBinAddr: 0xE66B0, symSize: 0x20 } + - { offsetInCU: 0x86A, offset: 0x109F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xCF0, symBinAddr: 0xE66D0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x10A12E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xE6B00, symSize: 0x70 } + - { offsetInCU: 0x5A, offset: 0x10A15D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xE6B00, symSize: 0x70 } + - { offsetInCU: 0xCA, offset: 0x10A1CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfD', symObjAddr: 0x80, symBinAddr: 0xE6B80, symSize: 0x30 } + - { offsetInCU: 0x133, offset: 0x10A236, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xD0, symBinAddr: 0xE6BD0, symSize: 0x10 } + - { offsetInCU: 0x14F, offset: 0x10A252, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0xE0, symBinAddr: 0xE6BE0, symSize: 0x20 } + - { offsetInCU: 0x16B, offset: 0x10A26E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x100, symBinAddr: 0xE6C00, symSize: 0x10 } + - { offsetInCU: 0x187, offset: 0x10A28A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x110, symBinAddr: 0xE6C10, symSize: 0x10 } + - { offsetInCU: 0x1A4, offset: 0x10A2A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfE', symObjAddr: 0x70, symBinAddr: 0xE6B70, symSize: 0x10 } + - { offsetInCU: 0x1FC, offset: 0x10A2FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCMa', symObjAddr: 0xB0, symBinAddr: 0xE6BB0, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x10A4A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xE6C20, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x10A4C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0xE6C60, symSize: 0xAA0 } + - { offsetInCU: 0x1C9, offset: 0x10A61E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xAE0, symBinAddr: 0xE7700, symSize: 0x1110 } + - { offsetInCU: 0x5B3, offset: 0x10AA08, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x1BF0, symBinAddr: 0xE8810, symSize: 0x20 } + - { offsetInCU: 0x5EA, offset: 0x10AA3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x2060, symBinAddr: 0xE8C80, symSize: 0x20 } + - { offsetInCU: 0x668, offset: 0x10AABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x20E0, symBinAddr: 0xE8D00, symSize: 0x70 } + - { offsetInCU: 0x6CE, offset: 0x10AB23, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2150, symBinAddr: 0xE8D70, symSize: 0x30 } + - { offsetInCU: 0x6EA, offset: 0x10AB3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2180, symBinAddr: 0xE8DA0, symSize: 0x10 } + - { offsetInCU: 0x720, offset: 0x10AB75, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2190, symBinAddr: 0xE8DB0, symSize: 0x60 } + - { offsetInCU: 0x7A5, offset: 0x10ABFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x21F0, symBinAddr: 0xE8E10, symSize: 0x10 } + - { offsetInCU: 0x7C1, offset: 0x10AC16, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2200, symBinAddr: 0xE8E20, symSize: 0x10 } + - { offsetInCU: 0x7EA, offset: 0x10AC3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x1C10, symBinAddr: 0xE8830, symSize: 0x20 } + - { offsetInCU: 0x821, offset: 0x10AC76, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x2080, symBinAddr: 0xE8CA0, symSize: 0x20 } + - { offsetInCU: 0x885, offset: 0x10ACDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x22F0, symBinAddr: 0xE8F10, symSize: 0x40 } + - { offsetInCU: 0x8CB, offset: 0x10AD20, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2330, symBinAddr: 0xE8F50, symSize: 0x30 } + - { offsetInCU: 0x8E7, offset: 0x10AD3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2360, symBinAddr: 0xE8F80, symSize: 0x10 } + - { offsetInCU: 0x91D, offset: 0x10AD72, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2370, symBinAddr: 0xE8F90, symSize: 0x30 } + - { offsetInCU: 0x982, offset: 0x10ADD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x23A0, symBinAddr: 0xE8FC0, symSize: 0x10 } + - { offsetInCU: 0x99E, offset: 0x10ADF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x23B0, symBinAddr: 0xE8FD0, symSize: 0x10 } + - { offsetInCU: 0x9BA, offset: 0x10AE0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2D40, symBinAddr: 0xE9720, symSize: 0x50 } + - { offsetInCU: 0x9E7, offset: 0x10AE3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C30, symBinAddr: 0xE8850, symSize: 0x430 } + - { offsetInCU: 0xA5A, offset: 0x10AEAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfd', symObjAddr: 0x2460, symBinAddr: 0xE9080, symSize: 0x70 } + - { offsetInCU: 0xAA5, offset: 0x10AEFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfD', symObjAddr: 0x24D0, symBinAddr: 0xE90F0, symSize: 0x20 } + - { offsetInCU: 0xB3B, offset: 0x10AF90, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfE', symObjAddr: 0x2400, symBinAddr: 0xE9020, symSize: 0x60 } + - { offsetInCU: 0xB93, offset: 0x10AFE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCMa', symObjAddr: 0x24F0, symBinAddr: 0xE9110, symSize: 0x20 } + - { offsetInCU: 0xBA7, offset: 0x10AFFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs0C3KeyAAWl', symObjAddr: 0x2580, symBinAddr: 0xE9130, symSize: 0x30 } + - { offsetInCU: 0xBBB, offset: 0x10B010, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs9CodingKeyAAWl', symObjAddr: 0x25E0, symBinAddr: 0xE9160, symSize: 0x30 } + - { offsetInCU: 0xBCF, offset: 0x10B024, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x28C0, symBinAddr: 0xE92A0, symSize: 0x80 } + - { offsetInCU: 0xBE3, offset: 0x10B038, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x2940, symBinAddr: 0xE9320, symSize: 0xD0 } + - { offsetInCU: 0xBF7, offset: 0x10B04C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwug', symObjAddr: 0x2A10, symBinAddr: 0xE93F0, symSize: 0x10 } + - { offsetInCU: 0xC0B, offset: 0x10B060, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x2A20, symBinAddr: 0xE9400, symSize: 0x10 } + - { offsetInCU: 0xC1F, offset: 0x10B074, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwui', symObjAddr: 0x2A30, symBinAddr: 0xE9410, symSize: 0x10 } + - { offsetInCU: 0xC33, offset: 0x10B088, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x2A40, symBinAddr: 0xE9420, symSize: 0x10 } + - { offsetInCU: 0xC47, offset: 0x10B09C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x2A50, symBinAddr: 0xE9430, symSize: 0x80 } + - { offsetInCU: 0xC5B, offset: 0x10B0B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x2AD0, symBinAddr: 0xE94B0, symSize: 0xD0 } + - { offsetInCU: 0xC6F, offset: 0x10B0C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x2BA0, symBinAddr: 0xE9580, symSize: 0x10 } + - { offsetInCU: 0xC83, offset: 0x10B0D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x2BB0, symBinAddr: 0xE9590, symSize: 0x10 } + - { offsetInCU: 0xC97, offset: 0x10B0EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x2BC0, symBinAddr: 0xE95A0, symSize: 0x10 } + - { offsetInCU: 0xCAB, offset: 0x10B100, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x2BD0, symBinAddr: 0xE95B0, symSize: 0x30 } + - { offsetInCU: 0xCBF, offset: 0x10B114, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x2C00, symBinAddr: 0xE95E0, symSize: 0x10 } + - { offsetInCU: 0xCD3, offset: 0x10B128, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x2C10, symBinAddr: 0xE95F0, symSize: 0x30 } + - { offsetInCU: 0xCE7, offset: 0x10B13C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2C40, symBinAddr: 0xE9620, symSize: 0x10 } + - { offsetInCU: 0xCFB, offset: 0x10B150, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2C50, symBinAddr: 0xE9630, symSize: 0x30 } + - { offsetInCU: 0xD0F, offset: 0x10B164, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2C80, symBinAddr: 0xE9660, symSize: 0x10 } + - { offsetInCU: 0xD23, offset: 0x10B178, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2C90, symBinAddr: 0xE9670, symSize: 0x30 } + - { offsetInCU: 0xD37, offset: 0x10B18C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2CC0, symBinAddr: 0xE96A0, symSize: 0x10 } + - { offsetInCU: 0xD4B, offset: 0x10B1A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2CD0, symBinAddr: 0xE96B0, symSize: 0x30 } + - { offsetInCU: 0xD5F, offset: 0x10B1B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2D00, symBinAddr: 0xE96E0, symSize: 0x10 } + - { offsetInCU: 0xD73, offset: 0x10B1C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2D10, symBinAddr: 0xE96F0, symSize: 0x30 } + - { offsetInCU: 0xDD3, offset: 0x10B228, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20A0, symBinAddr: 0xE8CC0, symSize: 0x10 } + - { offsetInCU: 0xDEF, offset: 0x10B244, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x20B0, symBinAddr: 0xE8CD0, symSize: 0x10 } + - { offsetInCU: 0xE0B, offset: 0x10B260, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x20C0, symBinAddr: 0xE8CE0, symSize: 0x10 } + - { offsetInCU: 0xE27, offset: 0x10B27C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x20D0, symBinAddr: 0xE8CF0, symSize: 0x10 } + - { offsetInCU: 0xE49, offset: 0x10B29E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2210, symBinAddr: 0xE8E30, symSize: 0x20 } + - { offsetInCU: 0xE65, offset: 0x10B2BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2230, symBinAddr: 0xE8E50, symSize: 0x20 } + - { offsetInCU: 0xE81, offset: 0x10B2D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2250, symBinAddr: 0xE8E70, symSize: 0x10 } + - { offsetInCU: 0xED9, offset: 0x10B32E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x2260, symBinAddr: 0xE8E80, symSize: 0x40 } + - { offsetInCU: 0xF41, offset: 0x10B396, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x22A0, symBinAddr: 0xE8EC0, symSize: 0x10 } + - { offsetInCU: 0xF55, offset: 0x10B3AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x22B0, symBinAddr: 0xE8ED0, symSize: 0x40 } + - { offsetInCU: 0xF91, offset: 0x10B3E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x23C0, symBinAddr: 0xE8FE0, symSize: 0x20 } + - { offsetInCU: 0xFAD, offset: 0x10B402, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x23E0, symBinAddr: 0xE9000, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x10B60C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0xE9790, symSize: 0x5C0 } + - { offsetInCU: 0xE2, offset: 0x10B6C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0xE9790, symSize: 0x5C0 } + - { offsetInCU: 0x2F3, offset: 0x10B8D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVSgWOb', symObjAddr: 0x660, symBinAddr: 0xE9D50, symSize: 0x40 } + - { offsetInCU: 0x307, offset: 0x10B8EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x700, symBinAddr: 0xE9DB0, symSize: 0x7C0 } + - { offsetInCU: 0x27, offset: 0x10BD56, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xEA570, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x10BD7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvpZ', symObjAddr: 0x1720, symBinAddr: 0x2055C8, symSize: 0x0 } + - { offsetInCU: 0x65, offset: 0x10BD94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvgZ', symObjAddr: 0x950, symBinAddr: 0xEAEC0, symSize: 0x60 } + - { offsetInCU: 0x9D, offset: 0x10BDCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0OtcfC', symObjAddr: 0x9B0, symBinAddr: 0xEAF20, symSize: 0x30 } + - { offsetInCU: 0x115, offset: 0x10BE44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvsZ', symObjAddr: 0xAC0, symBinAddr: 0xEB000, symSize: 0x80 } + - { offsetInCU: 0x15D, offset: 0x10BE8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ', symObjAddr: 0xB90, symBinAddr: 0xEB080, symSize: 0x60 } + - { offsetInCU: 0x195, offset: 0x10BEC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ.resume.0', symObjAddr: 0xBF0, symBinAddr: 0xEB0E0, symSize: 0x10 } + - { offsetInCU: 0x1C0, offset: 0x10BEEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg', symObjAddr: 0xC00, symBinAddr: 0xEB0F0, symSize: 0x10 } + - { offsetInCU: 0x1EE, offset: 0x10BF1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs', symObjAddr: 0xC10, symBinAddr: 0xEB100, symSize: 0x10 } + - { offsetInCU: 0x22C, offset: 0x10BF5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM', symObjAddr: 0xC20, symBinAddr: 0xEB110, symSize: 0x10 } + - { offsetInCU: 0x24A, offset: 0x10BF79, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM.resume.0', symObjAddr: 0xC30, symBinAddr: 0xEB120, symSize: 0x10 } + - { offsetInCU: 0x275, offset: 0x10BFA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg', symObjAddr: 0xC40, symBinAddr: 0xEB130, symSize: 0x10 } + - { offsetInCU: 0x2A3, offset: 0x10BFD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs', symObjAddr: 0xC50, symBinAddr: 0xEB140, symSize: 0x10 } + - { offsetInCU: 0x2DD, offset: 0x10C00C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM', symObjAddr: 0xC60, symBinAddr: 0xEB150, symSize: 0x20 } + - { offsetInCU: 0x30B, offset: 0x10C03A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM.resume.0', symObjAddr: 0xC80, symBinAddr: 0xEB170, symSize: 0x10 } + - { offsetInCU: 0x336, offset: 0x10C065, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg', symObjAddr: 0xC90, symBinAddr: 0xEB180, symSize: 0x20 } + - { offsetInCU: 0x364, offset: 0x10C093, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs', symObjAddr: 0xCE0, symBinAddr: 0xEB1A0, symSize: 0x10 } + - { offsetInCU: 0x3A1, offset: 0x10C0D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM', symObjAddr: 0xD20, symBinAddr: 0xEB1B0, symSize: 0x20 } + - { offsetInCU: 0x3CF, offset: 0x10C0FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM.resume.0', symObjAddr: 0xD40, symBinAddr: 0xEB1D0, symSize: 0x10 } + - { offsetInCU: 0x3FA, offset: 0x10C129, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg', symObjAddr: 0xD50, symBinAddr: 0xEB1E0, symSize: 0x10 } + - { offsetInCU: 0x428, offset: 0x10C157, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs', symObjAddr: 0xD60, symBinAddr: 0xEB1F0, symSize: 0x20 } + - { offsetInCU: 0x466, offset: 0x10C195, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM', symObjAddr: 0xD80, symBinAddr: 0xEB210, symSize: 0x20 } + - { offsetInCU: 0x494, offset: 0x10C1C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM.resume.0', symObjAddr: 0xDA0, symBinAddr: 0xEB230, symSize: 0x10 } + - { offsetInCU: 0x4BF, offset: 0x10C1EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF', symObjAddr: 0xDB0, symBinAddr: 0xEB240, symSize: 0x140 } + - { offsetInCU: 0x724, offset: 0x10C453, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ', symObjAddr: 0xEF0, symBinAddr: 0xEB380, symSize: 0x10 } + - { offsetInCU: 0x747, offset: 0x10C476, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV9hashValueSivg', symObjAddr: 0xF00, symBinAddr: 0xEB390, symSize: 0x40 } + - { offsetInCU: 0x7D3, offset: 0x10C502, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH9hashValueSivgTW', symObjAddr: 0xF40, symBinAddr: 0xEB3D0, symSize: 0x40 } + - { offsetInCU: 0x862, offset: 0x10C591, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF80, symBinAddr: 0xEB410, symSize: 0x10 } + - { offsetInCU: 0x885, offset: 0x10C5B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xFC0, symBinAddr: 0xEB450, symSize: 0x10 } + - { offsetInCU: 0x8B6, offset: 0x10C5E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x1070, symBinAddr: 0xEB4A0, symSize: 0x120 } + - { offsetInCU: 0xD2A, offset: 0x10CA59, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6shared_WZ', symObjAddr: 0x9E0, symBinAddr: 0xEAF50, symSize: 0x80 } + - { offsetInCU: 0xDDB, offset: 0x10CB0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOb', symObjAddr: 0xA90, symBinAddr: 0xEAFD0, symSize: 0x30 } + - { offsetInCU: 0xEA7, offset: 0x10CBD6, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x1030, symBinAddr: 0xEB460, symSize: 0x40 } + - { offsetInCU: 0xEE0, offset: 0x10CC0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASQWb', symObjAddr: 0x1190, symBinAddr: 0xEB5C0, symSize: 0x10 } + - { offsetInCU: 0xEF4, offset: 0x10CC23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVACSQAAWl', symObjAddr: 0x11A0, symBinAddr: 0xEB5D0, symSize: 0x30 } + - { offsetInCU: 0xF08, offset: 0x10CC37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwCP', symObjAddr: 0x11D0, symBinAddr: 0xEB600, symSize: 0x30 } + - { offsetInCU: 0xF1C, offset: 0x10CC4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwxx', symObjAddr: 0x1200, symBinAddr: 0xEB630, symSize: 0x40 } + - { offsetInCU: 0xF30, offset: 0x10CC5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwcp', symObjAddr: 0x1240, symBinAddr: 0xEB670, symSize: 0xB0 } + - { offsetInCU: 0xF44, offset: 0x10CC73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwca', symObjAddr: 0x12F0, symBinAddr: 0xEB720, symSize: 0xF0 } + - { offsetInCU: 0xF58, offset: 0x10CC87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwta', symObjAddr: 0x1450, symBinAddr: 0xEB810, symSize: 0x80 } + - { offsetInCU: 0xF6C, offset: 0x10CC9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwet', symObjAddr: 0x14D0, symBinAddr: 0xEB890, symSize: 0x40 } + - { offsetInCU: 0xF80, offset: 0x10CCAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwst', symObjAddr: 0x1510, symBinAddr: 0xEB8D0, symSize: 0x50 } + - { offsetInCU: 0xF94, offset: 0x10CCC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVMa', symObjAddr: 0x1560, symBinAddr: 0xEB920, symSize: 0x10 } + - { offsetInCU: 0xFB9, offset: 0x10CCE8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xEA570, symSize: 0x40 } + - { offsetInCU: 0x1013, offset: 0x10CD42, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x40, symBinAddr: 0xEA5B0, symSize: 0x40 } + - { offsetInCU: 0x106D, offset: 0x10CD9C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x80, symBinAddr: 0xEA5F0, symSize: 0x40 } + - { offsetInCU: 0x10C7, offset: 0x10CDF6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0xC0, symBinAddr: 0xEA630, symSize: 0x40 } + - { offsetInCU: 0x112C, offset: 0x10CE5B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x100, symBinAddr: 0xEA670, symSize: 0x40 } + - { offsetInCU: 0x1191, offset: 0x10CEC0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x140, symBinAddr: 0xEA6B0, symSize: 0x40 } + - { offsetInCU: 0x11EB, offset: 0x10CF1A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x180, symBinAddr: 0xEA6F0, symSize: 0x40 } + - { offsetInCU: 0x1245, offset: 0x10CF74, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x1C0, symBinAddr: 0xEA730, symSize: 0x40 } + - { offsetInCU: 0x12AA, offset: 0x10CFD9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x200, symBinAddr: 0xEA770, symSize: 0x40 } + - { offsetInCU: 0x1304, offset: 0x10D033, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x240, symBinAddr: 0xEA7B0, symSize: 0x50 } + - { offsetInCU: 0x1335, offset: 0x10D064, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x290, symBinAddr: 0xEA800, symSize: 0x40 } + - { offsetInCU: 0x139A, offset: 0x10D0C9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x2D0, symBinAddr: 0xEA840, symSize: 0x40 } + - { offsetInCU: 0x13F4, offset: 0x10D123, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x310, symBinAddr: 0xEA880, symSize: 0x40 } + - { offsetInCU: 0x1459, offset: 0x10D188, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x350, symBinAddr: 0xEA8C0, symSize: 0x40 } + - { offsetInCU: 0x14BE, offset: 0x10D1ED, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x390, symBinAddr: 0xEA900, symSize: 0x40 } + - { offsetInCU: 0x1523, offset: 0x10D252, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x3D0, symBinAddr: 0xEA940, symSize: 0x40 } + - { offsetInCU: 0x157D, offset: 0x10D2AC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x410, symBinAddr: 0xEA980, symSize: 0x70 } + - { offsetInCU: 0x15C3, offset: 0x10D2F2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x480, symBinAddr: 0xEA9F0, symSize: 0x40 } + - { offsetInCU: 0x1628, offset: 0x10D357, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x4C0, symBinAddr: 0xEAA30, symSize: 0x40 } + - { offsetInCU: 0x1682, offset: 0x10D3B1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x500, symBinAddr: 0xEAA70, symSize: 0x50 } + - { offsetInCU: 0x16B3, offset: 0x10D3E2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x550, symBinAddr: 0xEAAC0, symSize: 0x40 } + - { offsetInCU: 0x170D, offset: 0x10D43C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x590, symBinAddr: 0xEAB00, symSize: 0x40 } + - { offsetInCU: 0x1767, offset: 0x10D496, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x5D0, symBinAddr: 0xEAB40, symSize: 0x40 } + - { offsetInCU: 0x1798, offset: 0x10D4C7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x610, symBinAddr: 0xEAB80, symSize: 0x40 } + - { offsetInCU: 0x17FD, offset: 0x10D52C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x650, symBinAddr: 0xEABC0, symSize: 0x40 } + - { offsetInCU: 0x1857, offset: 0x10D586, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0x690, symBinAddr: 0xEAC00, symSize: 0x40 } + - { offsetInCU: 0x18BC, offset: 0x10D5EB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x6D0, symBinAddr: 0xEAC40, symSize: 0x40 } + - { offsetInCU: 0x1916, offset: 0x10D645, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC0G8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x710, symBinAddr: 0xEAC80, symSize: 0x40 } + - { offsetInCU: 0x1947, offset: 0x10D676, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x750, symBinAddr: 0xEACC0, symSize: 0x40 } + - { offsetInCU: 0x19A1, offset: 0x10D6D0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x790, symBinAddr: 0xEAD00, symSize: 0x40 } + - { offsetInCU: 0x19D2, offset: 0x10D701, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0x7D0, symBinAddr: 0xEAD40, symSize: 0x40 } + - { offsetInCU: 0x1A03, offset: 0x10D732, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x810, symBinAddr: 0xEAD80, symSize: 0x40 } + - { offsetInCU: 0x1A34, offset: 0x10D763, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x850, symBinAddr: 0xEADC0, symSize: 0x40 } + - { offsetInCU: 0x1A8E, offset: 0x10D7BD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x890, symBinAddr: 0xEAE00, symSize: 0x40 } + - { offsetInCU: 0x1AE8, offset: 0x10D817, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x8D0, symBinAddr: 0xEAE40, symSize: 0x30 } + - { offsetInCU: 0x1B19, offset: 0x10D848, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0x900, symBinAddr: 0xEAE70, symSize: 0x50 } + - { offsetInCU: 0x1C1A, offset: 0x10D949, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xF90, symBinAddr: 0xEB420, symSize: 0x30 } + - { offsetInCU: 0x1C76, offset: 0x10D9A5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1570, symBinAddr: 0xEB930, symSize: 0x20 } + - { offsetInCU: 0x1CA7, offset: 0x10D9D6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x1590, symBinAddr: 0xEB950, symSize: 0x20 } + - { offsetInCU: 0x1CD8, offset: 0x10DA07, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x15B0, symBinAddr: 0xEB970, symSize: 0x20 } + - { offsetInCU: 0x1D09, offset: 0x10DA38, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x15D0, symBinAddr: 0xEB990, symSize: 0x20 } + - { offsetInCU: 0x1D3A, offset: 0x10DA69, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x15F0, symBinAddr: 0xEB9B0, symSize: 0x20 } + - { offsetInCU: 0x1D6B, offset: 0x10DA9A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1610, symBinAddr: 0xEB9D0, symSize: 0x20 } + - { offsetInCU: 0x1D9C, offset: 0x10DACB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1630, symBinAddr: 0xEB9F0, symSize: 0x20 } + - { offsetInCU: 0x1DCD, offset: 0x10DAFC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1650, symBinAddr: 0xEBA10, symSize: 0x20 } + - { offsetInCU: 0x1DFE, offset: 0x10DB2D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1670, symBinAddr: 0xEBA30, symSize: 0x20 } + - { offsetInCU: 0x1E2F, offset: 0x10DB5E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x1690, symBinAddr: 0xEBA50, symSize: 0x20 } + - { offsetInCU: 0x1E60, offset: 0x10DB8F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x16B0, symBinAddr: 0xEBA70, symSize: 0x20 } + - { offsetInCU: 0x1E91, offset: 0x10DBC0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x16D0, symBinAddr: 0xEBA90, symSize: 0x20 } + - { offsetInCU: 0x1EC2, offset: 0x10DBF1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x16F0, symBinAddr: 0xEBAB0, symSize: 0x20 } + - { offsetInCU: 0x7F, offset: 0x10DE49, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0xEBB90, symSize: 0x20 } + - { offsetInCU: 0xB0, offset: 0x10DE7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0xEBBB0, symSize: 0x10 } + - { offsetInCU: 0xD9, offset: 0x10DEA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x170, symBinAddr: 0xEBC50, symSize: 0x40 } + - { offsetInCU: 0xFE, offset: 0x10DEC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1B0, symBinAddr: 0xEBC90, symSize: 0x2E0 } + - { offsetInCU: 0x16A, offset: 0x10DF34, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x490, symBinAddr: 0xEBF70, symSize: 0x410 } + - { offsetInCU: 0x2C1, offset: 0x10E08B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO8rawValueSSvg', symObjAddr: 0x8A0, symBinAddr: 0xEC380, symSize: 0x20 } + - { offsetInCU: 0x2F8, offset: 0x10E0C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xAA0, symBinAddr: 0xEC580, symSize: 0x20 } + - { offsetInCU: 0x376, offset: 0x10E140, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xB00, symBinAddr: 0xEC5E0, symSize: 0x70 } + - { offsetInCU: 0x3DC, offset: 0x10E1A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xB70, symBinAddr: 0xEC650, symSize: 0x30 } + - { offsetInCU: 0x3F8, offset: 0x10E1C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xBA0, symBinAddr: 0xEC680, symSize: 0x10 } + - { offsetInCU: 0x42E, offset: 0x10E1F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBB0, symBinAddr: 0xEC690, symSize: 0x60 } + - { offsetInCU: 0x4B3, offset: 0x10E27D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xC10, symBinAddr: 0xEC6F0, symSize: 0x10 } + - { offsetInCU: 0x4CF, offset: 0x10E299, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xC20, symBinAddr: 0xEC700, symSize: 0x10 } + - { offsetInCU: 0x4ED, offset: 0x10E2B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x8C0, symBinAddr: 0xEC3A0, symSize: 0x1E0 } + - { offsetInCU: 0x567, offset: 0x10E331, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfD', symObjAddr: 0xC90, symBinAddr: 0xEC770, symSize: 0x40 } + - { offsetInCU: 0x5D7, offset: 0x10E3A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xD90, symBinAddr: 0xEC850, symSize: 0x20 } + - { offsetInCU: 0x672, offset: 0x10E43C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfE', symObjAddr: 0xC70, symBinAddr: 0xEC750, symSize: 0x20 } + - { offsetInCU: 0x6CA, offset: 0x10E494, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCMa', symObjAddr: 0xCD0, symBinAddr: 0xEC7B0, symSize: 0x20 } + - { offsetInCU: 0x6DE, offset: 0x10E4A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOwup', symObjAddr: 0xD30, symBinAddr: 0xEC7F0, symSize: 0x10 } + - { offsetInCU: 0x6F2, offset: 0x10E4BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOMa', symObjAddr: 0xD40, symBinAddr: 0xEC800, symSize: 0x10 } + - { offsetInCU: 0x706, offset: 0x10E4D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASQWb', symObjAddr: 0xD50, symBinAddr: 0xEC810, symSize: 0x10 } + - { offsetInCU: 0x71A, offset: 0x10E4E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSQAAWl', symObjAddr: 0xD60, symBinAddr: 0xEC820, symSize: 0x30 } + - { offsetInCU: 0x72E, offset: 0x10E4F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSYAAWl', symObjAddr: 0xDB0, symBinAddr: 0xEC870, symSize: 0x30 } + - { offsetInCU: 0x742, offset: 0x10E50C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs0C3KeyAAWl', symObjAddr: 0xE50, symBinAddr: 0xEC8A0, symSize: 0x30 } + - { offsetInCU: 0x756, offset: 0x10E520, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSEAAWl', symObjAddr: 0xF10, symBinAddr: 0xEC900, symSize: 0x30 } + - { offsetInCU: 0x76A, offset: 0x10E534, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSeAAWl', symObjAddr: 0x10B0, symBinAddr: 0xECA10, symSize: 0x30 } + - { offsetInCU: 0x77E, offset: 0x10E548, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwug', symObjAddr: 0x1310, symBinAddr: 0xECBB0, symSize: 0x10 } + - { offsetInCU: 0x792, offset: 0x10E55C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwup', symObjAddr: 0x1320, symBinAddr: 0xECBC0, symSize: 0x10 } + - { offsetInCU: 0x7A6, offset: 0x10E570, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwui', symObjAddr: 0x1330, symBinAddr: 0xECBD0, symSize: 0x10 } + - { offsetInCU: 0x7BA, offset: 0x10E584, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOMa', symObjAddr: 0x1340, symBinAddr: 0xECBE0, symSize: 0x10 } + - { offsetInCU: 0x7CE, offset: 0x10E598, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASQWb', symObjAddr: 0x1350, symBinAddr: 0xECBF0, symSize: 0x10 } + - { offsetInCU: 0x7E2, offset: 0x10E5AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFSQAAWl', symObjAddr: 0x1360, symBinAddr: 0xECC00, symSize: 0x30 } + - { offsetInCU: 0x7F6, offset: 0x10E5C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1390, symBinAddr: 0xECC30, symSize: 0x10 } + - { offsetInCU: 0x80A, offset: 0x10E5D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x13A0, symBinAddr: 0xECC40, symSize: 0x30 } + - { offsetInCU: 0x81E, offset: 0x10E5E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x13D0, symBinAddr: 0xECC70, symSize: 0x10 } + - { offsetInCU: 0x832, offset: 0x10E5FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x13E0, symBinAddr: 0xECC80, symSize: 0x30 } + - { offsetInCU: 0x866, offset: 0x10E630, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xEBAE0, symSize: 0x10 } + - { offsetInCU: 0x8F7, offset: 0x10E6C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0xEBAF0, symSize: 0x40 } + - { offsetInCU: 0x9A6, offset: 0x10E770, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0xEBB30, symSize: 0x20 } + - { offsetInCU: 0x9F9, offset: 0x10E7C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0xEBB50, symSize: 0x40 } + - { offsetInCU: 0xA7C, offset: 0x10E846, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0xEBBC0, symSize: 0x50 } + - { offsetInCU: 0xA9F, offset: 0x10E869, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0xEBC10, symSize: 0x40 } + - { offsetInCU: 0xAFD, offset: 0x10E8C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAC0, symBinAddr: 0xEC5A0, symSize: 0x10 } + - { offsetInCU: 0xB19, offset: 0x10E8E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0xAD0, symBinAddr: 0xEC5B0, symSize: 0x10 } + - { offsetInCU: 0xB35, offset: 0x10E8FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAE0, symBinAddr: 0xEC5C0, symSize: 0x10 } + - { offsetInCU: 0xB51, offset: 0x10E91B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAF0, symBinAddr: 0xEC5D0, symSize: 0x10 } + - { offsetInCU: 0xB73, offset: 0x10E93D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xC30, symBinAddr: 0xEC710, symSize: 0x20 } + - { offsetInCU: 0xB8F, offset: 0x10E959, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC50, symBinAddr: 0xEC730, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x10EB25, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x20, symBinAddr: 0xECCD0, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x10EB3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x20, symBinAddr: 0xECCD0, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x10EB51, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwet', symObjAddr: 0x80, symBinAddr: 0xECD00, symSize: 0x20 } + - { offsetInCU: 0x67, offset: 0x10EB65, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwst', symObjAddr: 0xA0, symBinAddr: 0xECD20, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x10EB79, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwug', symObjAddr: 0xD0, symBinAddr: 0xECD50, symSize: 0x10 } + - { offsetInCU: 0x8F, offset: 0x10EB8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwup', symObjAddr: 0xE0, symBinAddr: 0xECD60, symSize: 0x10 } + - { offsetInCU: 0xA3, offset: 0x10EBA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwui', symObjAddr: 0xF0, symBinAddr: 0xECD70, symSize: 0x10 } + - { offsetInCU: 0xB7, offset: 0x10EBB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOMa', symObjAddr: 0x100, symBinAddr: 0xECD80, symSize: 0x10 } + - { offsetInCU: 0xDC, offset: 0x10EBDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x110, symBinAddr: 0xECD90, symSize: 0x10 } + - { offsetInCU: 0xF8, offset: 0x10EBF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x120, symBinAddr: 0xECDA0, symSize: 0x10 } + - { offsetInCU: 0x114, offset: 0x10EC12, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x130, symBinAddr: 0xECDB0, symSize: 0x10 } + - { offsetInCU: 0x130, offset: 0x10EC2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x140, symBinAddr: 0xECDC0, symSize: 0xA } + - { offsetInCU: 0xED, offset: 0x10EE48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF', symObjAddr: 0x400, symBinAddr: 0xED1D0, symSize: 0x380 } + - { offsetInCU: 0x3A9, offset: 0x10F104, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ', symObjAddr: 0x780, symBinAddr: 0xED550, symSize: 0x10 } + - { offsetInCU: 0x3BD, offset: 0x10F118, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x7D0, symBinAddr: 0xED5A0, symSize: 0x10 } + - { offsetInCU: 0x3E0, offset: 0x10F13B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x800, symBinAddr: 0xED5D0, symSize: 0x10 } + - { offsetInCU: 0x420, offset: 0x10F17B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x10D0, symBinAddr: 0xEDEA0, symSize: 0x7B0 } + - { offsetInCU: 0x4B4, offset: 0x10F20F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF', symObjAddr: 0x220, symBinAddr: 0xECFF0, symSize: 0xB0 } + - { offsetInCU: 0x5D6, offset: 0x10F331, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ', symObjAddr: 0x2D0, symBinAddr: 0xED0A0, symSize: 0x10 } + - { offsetInCU: 0x5F9, offset: 0x10F354, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg', symObjAddr: 0x2F0, symBinAddr: 0xED0C0, symSize: 0x50 } + - { offsetInCU: 0x685, offset: 0x10F3E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH9hashValueSivgTW', symObjAddr: 0x340, symBinAddr: 0xED110, symSize: 0x50 } + - { offsetInCU: 0x714, offset: 0x10F46F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x390, symBinAddr: 0xED160, symSize: 0x10 } + - { offsetInCU: 0x737, offset: 0x10F492, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3F0, symBinAddr: 0xED1C0, symSize: 0x10 } + - { offsetInCU: 0x768, offset: 0x10F4C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x1880, symBinAddr: 0xEE650, symSize: 0x260 } + - { offsetInCU: 0x7DF, offset: 0x10F53A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x810, symBinAddr: 0xED5E0, symSize: 0x480 } + - { offsetInCU: 0xAED, offset: 0x10F848, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ', symObjAddr: 0xC90, symBinAddr: 0xEDA60, symSize: 0x10 } + - { offsetInCU: 0xB01, offset: 0x10F85C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDC0, symBinAddr: 0xEDB90, symSize: 0x10 } + - { offsetInCU: 0xB2C, offset: 0x10F887, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE60, symBinAddr: 0xEDC30, symSize: 0x10 } + - { offsetInCU: 0xB5D, offset: 0x10F8B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x1C00, symBinAddr: 0xEE8B0, symSize: 0xD40 } + - { offsetInCU: 0xC4D, offset: 0x10F9A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO04loopC0yAcA0a4LoopC0OF', symObjAddr: 0x0, symBinAddr: 0xECDD0, symSize: 0x220 } + - { offsetInCU: 0xD4F, offset: 0x10FAAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ', symObjAddr: 0x2E0, symBinAddr: 0xED0B0, symSize: 0x10 } + - { offsetInCU: 0xD7E, offset: 0x10FAD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF', symObjAddr: 0xFC0, symBinAddr: 0xEDD90, symSize: 0x20 } + - { offsetInCU: 0xDE1, offset: 0x10FB3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO9hashValueSivg', symObjAddr: 0xFE0, symBinAddr: 0xEDDB0, symSize: 0x40 } + - { offsetInCU: 0xEDC, offset: 0x10FC37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1020, symBinAddr: 0xEDDF0, symSize: 0x10 } + - { offsetInCU: 0xF32, offset: 0x10FC8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH9hashValueSivgTW', symObjAddr: 0x1030, symBinAddr: 0xEDE00, symSize: 0x40 } + - { offsetInCU: 0x1016, offset: 0x10FD71, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1070, symBinAddr: 0xEDE40, symSize: 0x20 } + - { offsetInCU: 0x112E, offset: 0x10FE89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO6pausedACvgZ', symObjAddr: 0xE70, symBinAddr: 0xEDC40, symSize: 0x20 } + - { offsetInCU: 0x115A, offset: 0x10FEB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xED0, symBinAddr: 0xEDCA0, symSize: 0x40 } + - { offsetInCU: 0x11B9, offset: 0x10FF14, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xF80, symBinAddr: 0xEDD50, symSize: 0x40 } + - { offsetInCU: 0x124D, offset: 0x10FFA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASQWb', symObjAddr: 0x2940, symBinAddr: 0xEF5F0, symSize: 0x10 } + - { offsetInCU: 0x1261, offset: 0x10FFBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOAESQAAWl', symObjAddr: 0x2950, symBinAddr: 0xEF600, symSize: 0x30 } + - { offsetInCU: 0x1275, offset: 0x10FFD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASQWb', symObjAddr: 0x2980, symBinAddr: 0xEF630, symSize: 0x10 } + - { offsetInCU: 0x1289, offset: 0x10FFE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OAESQAAWl', symObjAddr: 0x2990, symBinAddr: 0xEF640, symSize: 0x30 } + - { offsetInCU: 0x129D, offset: 0x10FFF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASQWb', symObjAddr: 0x29C0, symBinAddr: 0xEF670, symSize: 0x10 } + - { offsetInCU: 0x12B1, offset: 0x11000C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOACSQAAWl', symObjAddr: 0x29D0, symBinAddr: 0xEF680, symSize: 0x30 } + - { offsetInCU: 0x12C5, offset: 0x110020, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASQWb', symObjAddr: 0x2A00, symBinAddr: 0xEF6B0, symSize: 0x10 } + - { offsetInCU: 0x12D9, offset: 0x110034, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOACSQAAWl', symObjAddr: 0x2A10, symBinAddr: 0xEF6C0, symSize: 0x30 } + - { offsetInCU: 0x12ED, offset: 0x110048, size: 0x8, addend: 0x0, symName: ___swift_memcpy41_8, symObjAddr: 0x2BC0, symBinAddr: 0xEF750, symSize: 0x20 } + - { offsetInCU: 0x1301, offset: 0x11005C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwet', symObjAddr: 0x2C00, symBinAddr: 0xEF790, symSize: 0x50 } + - { offsetInCU: 0x1315, offset: 0x110070, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwst', symObjAddr: 0x2C50, symBinAddr: 0xEF7E0, symSize: 0x60 } + - { offsetInCU: 0x1329, offset: 0x110084, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwug', symObjAddr: 0x2CB0, symBinAddr: 0xEF840, symSize: 0x30 } + - { offsetInCU: 0x133D, offset: 0x110098, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwup', symObjAddr: 0x2CE0, symBinAddr: 0xEF870, symSize: 0x10 } + - { offsetInCU: 0x1351, offset: 0x1100AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwui', symObjAddr: 0x2CF0, symBinAddr: 0xEF880, symSize: 0x50 } + - { offsetInCU: 0x1365, offset: 0x1100C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOMa', symObjAddr: 0x2D40, symBinAddr: 0xEF8D0, symSize: 0x10 } + - { offsetInCU: 0x1379, offset: 0x1100D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwCP', symObjAddr: 0x2D50, symBinAddr: 0xEF8E0, symSize: 0x40 } + - { offsetInCU: 0x138D, offset: 0x1100E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwxx', symObjAddr: 0x2D90, symBinAddr: 0xEF920, symSize: 0x20 } + - { offsetInCU: 0x13A1, offset: 0x1100FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwcp', symObjAddr: 0x2DB0, symBinAddr: 0xEF940, symSize: 0x40 } + - { offsetInCU: 0x13B5, offset: 0x110110, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwca', symObjAddr: 0x2DF0, symBinAddr: 0xEF980, symSize: 0x50 } + - { offsetInCU: 0x13C9, offset: 0x110124, size: 0x8, addend: 0x0, symName: ___swift_memcpy17_8, symObjAddr: 0x2E40, symBinAddr: 0xEF9D0, symSize: 0x20 } + - { offsetInCU: 0x13DD, offset: 0x110138, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwta', symObjAddr: 0x2E60, symBinAddr: 0xEF9F0, symSize: 0x40 } + - { offsetInCU: 0x13F1, offset: 0x11014C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwet', symObjAddr: 0x2EA0, symBinAddr: 0xEFA30, symSize: 0x50 } + - { offsetInCU: 0x1405, offset: 0x110160, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwst', symObjAddr: 0x2EF0, symBinAddr: 0xEFA80, symSize: 0x50 } + - { offsetInCU: 0x1419, offset: 0x110174, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwug', symObjAddr: 0x2F40, symBinAddr: 0xEFAD0, symSize: 0x20 } + - { offsetInCU: 0x142D, offset: 0x110188, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwup', symObjAddr: 0x2F60, symBinAddr: 0xEFAF0, symSize: 0x10 } + - { offsetInCU: 0x1441, offset: 0x11019C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwui', symObjAddr: 0x2F70, symBinAddr: 0xEFB00, symSize: 0x30 } + - { offsetInCU: 0x1455, offset: 0x1101B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOMa', symObjAddr: 0x2FA0, symBinAddr: 0xEFB30, symSize: 0x10 } + - { offsetInCU: 0x1469, offset: 0x1101C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OwCP', symObjAddr: 0x2FB0, symBinAddr: 0xEFB40, symSize: 0x30 } + - { offsetInCU: 0x147D, offset: 0x1101D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owet', symObjAddr: 0x3210, symBinAddr: 0xEFDA0, symSize: 0x50 } + - { offsetInCU: 0x1491, offset: 0x1101EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owst', symObjAddr: 0x3260, symBinAddr: 0xEFDF0, symSize: 0x60 } + - { offsetInCU: 0x14A5, offset: 0x110200, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owug', symObjAddr: 0x32C0, symBinAddr: 0xEFE50, symSize: 0x10 } + - { offsetInCU: 0x14B9, offset: 0x110214, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owup', symObjAddr: 0x32D0, symBinAddr: 0xEFE60, symSize: 0x10 } + - { offsetInCU: 0x14CD, offset: 0x110228, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owui', symObjAddr: 0x32E0, symBinAddr: 0xEFE70, symSize: 0x20 } + - { offsetInCU: 0x14E1, offset: 0x11023C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OMa', symObjAddr: 0x3300, symBinAddr: 0xEFE90, symSize: 0x10 } + - { offsetInCU: 0x14F5, offset: 0x110250, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwet', symObjAddr: 0x3330, symBinAddr: 0xEFEA0, symSize: 0x80 } + - { offsetInCU: 0x1509, offset: 0x110264, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwst', symObjAddr: 0x33B0, symBinAddr: 0xEFF20, symSize: 0xD0 } + - { offsetInCU: 0x151D, offset: 0x110278, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwug', symObjAddr: 0x3480, symBinAddr: 0xEFFF0, symSize: 0x10 } + - { offsetInCU: 0x1531, offset: 0x11028C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwup', symObjAddr: 0x3490, symBinAddr: 0xF0000, symSize: 0x10 } + - { offsetInCU: 0x1545, offset: 0x1102A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwui', symObjAddr: 0x34A0, symBinAddr: 0xF0010, symSize: 0x10 } + - { offsetInCU: 0x1559, offset: 0x1102B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOMa', symObjAddr: 0x34B0, symBinAddr: 0xF0020, symSize: 0x10 } + - { offsetInCU: 0x16BA, offset: 0x110415, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3A0, symBinAddr: 0xED170, symSize: 0x50 } + - { offsetInCU: 0x1752, offset: 0x1104AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1090, symBinAddr: 0xEDE60, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x11071E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x10, symBinAddr: 0xF0040, symSize: 0xD0 } + - { offsetInCU: 0x81, offset: 0x110778, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x10, symBinAddr: 0xF0040, symSize: 0xD0 } + - { offsetInCU: 0x1B0, offset: 0x1108A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0xF0110, symSize: 0xB0 } + - { offsetInCU: 0x2D1, offset: 0x1109C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x190, symBinAddr: 0xF01C0, symSize: 0x10 } + - { offsetInCU: 0x2ED, offset: 0x1109E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x1A0, symBinAddr: 0xF01D0, symSize: 0x10 } + - { offsetInCU: 0x309, offset: 0x110A00, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOc', symObjAddr: 0x1B0, symBinAddr: 0xF01E0, symSize: 0x30 } + - { offsetInCU: 0x31D, offset: 0x110A14, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x240, symBinAddr: 0xF0210, symSize: 0x10 } + - { offsetInCU: 0x339, offset: 0x110A30, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x250, symBinAddr: 0xF0220, symSize: 0x10 } + - { offsetInCU: 0x355, offset: 0x110A4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x260, symBinAddr: 0xF0230, symSize: 0x10 } + - { offsetInCU: 0x371, offset: 0x110A68, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x270, symBinAddr: 0xF0240, symSize: 0x10 } + - { offsetInCU: 0x38D, offset: 0x110A84, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x280, symBinAddr: 0xF0250, symSize: 0x10 } + - { offsetInCU: 0x3A9, offset: 0x110AA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x290, symBinAddr: 0xF0260, symSize: 0x10 } + - { offsetInCU: 0x3C5, offset: 0x110ABC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A0, symBinAddr: 0xF0270, symSize: 0x10 } + - { offsetInCU: 0x3E1, offset: 0x110AD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2B0, symBinAddr: 0xF0280, symSize: 0x10 } + - { offsetInCU: 0x3FD, offset: 0x110AF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2C0, symBinAddr: 0xF0290, symSize: 0x10 } + - { offsetInCU: 0x419, offset: 0x110B10, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2D0, symBinAddr: 0xF02A0, symSize: 0x10 } + - { offsetInCU: 0x435, offset: 0x110B2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0xF02B0, symSize: 0x10 } + - { offsetInCU: 0x451, offset: 0x110B48, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2F0, symBinAddr: 0xF02C0, symSize: 0x10 } + - { offsetInCU: 0x46D, offset: 0x110B64, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x300, symBinAddr: 0xF02D0, symSize: 0x10 } + - { offsetInCU: 0x489, offset: 0x110B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x310, symBinAddr: 0xF02E0, symSize: 0x10 } + - { offsetInCU: 0x4A5, offset: 0x110B9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x320, symBinAddr: 0xF02F0, symSize: 0x10 } + - { offsetInCU: 0x4C1, offset: 0x110BB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x330, symBinAddr: 0xF0300, symSize: 0x10 } + - { offsetInCU: 0x4DD, offset: 0x110BD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x340, symBinAddr: 0xF0310, symSize: 0x10 } + - { offsetInCU: 0x4F9, offset: 0x110BF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x350, symBinAddr: 0xF0320, symSize: 0x10 } + - { offsetInCU: 0x515, offset: 0x110C0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x360, symBinAddr: 0xF0330, symSize: 0x10 } + - { offsetInCU: 0x531, offset: 0x110C28, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x370, symBinAddr: 0xF0340, symSize: 0x10 } + - { offsetInCU: 0x54D, offset: 0x110C44, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x380, symBinAddr: 0xF0350, symSize: 0x10 } + - { offsetInCU: 0x569, offset: 0x110C60, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x390, symBinAddr: 0xF0360, symSize: 0x10 } + - { offsetInCU: 0x585, offset: 0x110C7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x3A0, symBinAddr: 0xF0370, symSize: 0x8 } + - { offsetInCU: 0x43, offset: 0x110EAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg', symObjAddr: 0x0, symBinAddr: 0xF0380, symSize: 0x20 } + - { offsetInCU: 0x61, offset: 0x110EC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x20, symBinAddr: 0xF03A0, symSize: 0x160 } + - { offsetInCU: 0xCD, offset: 0x110F35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1E0, symBinAddr: 0xF0500, symSize: 0x90 } + - { offsetInCU: 0xFD, offset: 0x110F65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x270, symBinAddr: 0xF0590, symSize: 0x10 } + - { offsetInCU: 0x162, offset: 0x110FCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x280, symBinAddr: 0xF05A0, symSize: 0x90 } + - { offsetInCU: 0x1E2, offset: 0x11104A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueACyp_tKcfC', symObjAddr: 0x310, symBinAddr: 0xF0630, symSize: 0x140 } + - { offsetInCU: 0x2DC, offset: 0x111144, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x450, symBinAddr: 0xF0770, symSize: 0x210 } + - { offsetInCU: 0x3BE, offset: 0x111226, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x750, symBinAddr: 0xF0A30, symSize: 0x110 } + - { offsetInCU: 0x41C, offset: 0x111284, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO11stringValueSSvg', symObjAddr: 0x860, symBinAddr: 0xF0B40, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0x1112C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x8C0, symBinAddr: 0xF0BA0, symSize: 0x70 } + - { offsetInCU: 0x491, offset: 0x1112F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x930, symBinAddr: 0xF0C10, symSize: 0x30 } + - { offsetInCU: 0x4AD, offset: 0x111315, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x960, symBinAddr: 0xF0C40, symSize: 0x10 } + - { offsetInCU: 0x4E3, offset: 0x11134B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x970, symBinAddr: 0xF0C50, symSize: 0x70 } + - { offsetInCU: 0x52E, offset: 0x111396, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x9E0, symBinAddr: 0xF0CC0, symSize: 0x10 } + - { offsetInCU: 0x54A, offset: 0x1113B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x9F0, symBinAddr: 0xF0CD0, symSize: 0x10 } + - { offsetInCU: 0x568, offset: 0x1113D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF', symObjAddr: 0xA40, symBinAddr: 0xF0D20, symSize: 0x50 } + - { offsetInCU: 0x5C5, offset: 0x11142D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ', symObjAddr: 0xA90, symBinAddr: 0xF0D70, symSize: 0x30 } + - { offsetInCU: 0x60D, offset: 0x111475, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV9hashValueSivg', symObjAddr: 0xAC0, symBinAddr: 0xF0DA0, symSize: 0x60 } + - { offsetInCU: 0x6DC, offset: 0x111544, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xB20, symBinAddr: 0xF0E00, symSize: 0x10 } + - { offsetInCU: 0x6FF, offset: 0x111567, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xB30, symBinAddr: 0xF0E10, symSize: 0x10 } + - { offsetInCU: 0x722, offset: 0x11158A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH9hashValueSivgTW', symObjAddr: 0xB40, symBinAddr: 0xF0E20, symSize: 0x10 } + - { offsetInCU: 0x73E, offset: 0x1115A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB50, symBinAddr: 0xF0E30, symSize: 0x50 } + - { offsetInCU: 0x7C9, offset: 0x111631, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC00, symBinAddr: 0xF0EE0, symSize: 0x30 } + - { offsetInCU: 0x7FB, offset: 0x111663, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs0C3KeyAAWl', symObjAddr: 0x6A0, symBinAddr: 0xF0980, symSize: 0x30 } + - { offsetInCU: 0x80F, offset: 0x111677, size: 0x8, addend: 0x0, symName: '_$sSaySdGSayxGSesSeRzlWl', symObjAddr: 0x6D0, symBinAddr: 0xF09B0, symSize: 0x50 } + - { offsetInCU: 0x823, offset: 0x11168B, size: 0x8, addend: 0x0, symName: '_$sSaySdGMa', symObjAddr: 0x720, symBinAddr: 0xF0A00, symSize: 0x30 } + - { offsetInCU: 0x84D, offset: 0x1116B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV5valueACyp_tKcfC', symObjAddr: 0xC30, symBinAddr: 0xF0F10, symSize: 0x4A0 } + - { offsetInCU: 0x9EA, offset: 0x111852, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10D0, symBinAddr: 0xF13B0, symSize: 0x1F0 } + - { offsetInCU: 0xA46, offset: 0x1118AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x12C0, symBinAddr: 0xF15A0, symSize: 0x110 } + - { offsetInCU: 0xA92, offset: 0x1118FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASQWb', symObjAddr: 0x13D0, symBinAddr: 0xF16B0, symSize: 0x10 } + - { offsetInCU: 0xAA6, offset: 0x11190E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSQAAWl', symObjAddr: 0x13E0, symBinAddr: 0xF16C0, symSize: 0x30 } + - { offsetInCU: 0xABA, offset: 0x111922, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1410, symBinAddr: 0xF16F0, symSize: 0x10 } + - { offsetInCU: 0xADD, offset: 0x111945, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1420, symBinAddr: 0xF1700, symSize: 0x10 } + - { offsetInCU: 0xB00, offset: 0x111968, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwet', symObjAddr: 0x1450, symBinAddr: 0xF1710, symSize: 0x20 } + - { offsetInCU: 0xB14, offset: 0x11197C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwst', symObjAddr: 0x1470, symBinAddr: 0xF1730, symSize: 0x30 } + - { offsetInCU: 0xB28, offset: 0x111990, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVMa', symObjAddr: 0x14A0, symBinAddr: 0xF1760, symSize: 0x10 } + - { offsetInCU: 0xB3C, offset: 0x1119A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwet', symObjAddr: 0x14C0, symBinAddr: 0xF1770, symSize: 0x80 } + - { offsetInCU: 0xB50, offset: 0x1119B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwst', symObjAddr: 0x1540, symBinAddr: 0xF17F0, symSize: 0xD0 } + - { offsetInCU: 0xB64, offset: 0x1119CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwug', symObjAddr: 0x1610, symBinAddr: 0xF18C0, symSize: 0x10 } + - { offsetInCU: 0xB78, offset: 0x1119E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwup', symObjAddr: 0x1620, symBinAddr: 0xF18D0, symSize: 0x10 } + - { offsetInCU: 0xB8C, offset: 0x1119F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwui', symObjAddr: 0x1630, symBinAddr: 0xF18E0, symSize: 0x10 } + - { offsetInCU: 0xBA0, offset: 0x111A08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOMa', symObjAddr: 0x1640, symBinAddr: 0xF18F0, symSize: 0x10 } + - { offsetInCU: 0xBB4, offset: 0x111A1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASQWb', symObjAddr: 0x1650, symBinAddr: 0xF1900, symSize: 0x10 } + - { offsetInCU: 0xBC8, offset: 0x111A30, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFSQAAWl', symObjAddr: 0x1660, symBinAddr: 0xF1910, symSize: 0x30 } + - { offsetInCU: 0xBDC, offset: 0x111A44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1690, symBinAddr: 0xF1940, symSize: 0x10 } + - { offsetInCU: 0xBF0, offset: 0x111A58, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x16A0, symBinAddr: 0xF1950, symSize: 0x30 } + - { offsetInCU: 0xC04, offset: 0x111A6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16D0, symBinAddr: 0xF1980, symSize: 0x10 } + - { offsetInCU: 0xC18, offset: 0x111A80, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16E0, symBinAddr: 0xF1990, symSize: 0x30 } + - { offsetInCU: 0xC6E, offset: 0x111AD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV5valueACyp_tKcfC', symObjAddr: 0x1710, symBinAddr: 0xF19C0, symSize: 0x1A0 } + - { offsetInCU: 0xFEF, offset: 0x111E57, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE7rotated_4axisAB12CoreGraphics7CGFloatV_AbCE4AxisOtF', symObjAddr: 0x18B0, symBinAddr: 0xF1B60, symSize: 0x150 } + - { offsetInCU: 0x11D0, offset: 0x112038, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE13makeTransform6anchor8position5scale9rotationX0H1Y0H1Z4skew0I4AxisABSo7CGPointV_ANSo6CGSizeV12CoreGraphics7CGFloatVA3SSgATtFZTf4nnnnnnnnd_n', symObjAddr: 0x1A00, symBinAddr: 0xF1CB0, symSize: 0xA50 } + - { offsetInCU: 0x140C, offset: 0x112274, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x880, symBinAddr: 0xF0B60, symSize: 0x10 } + - { offsetInCU: 0x1428, offset: 0x112290, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH9hashValueSivgTW', symObjAddr: 0x890, symBinAddr: 0xF0B70, symSize: 0x10 } + - { offsetInCU: 0x1444, offset: 0x1122AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8A0, symBinAddr: 0xF0B80, symSize: 0x10 } + - { offsetInCU: 0x1460, offset: 0x1122C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8B0, symBinAddr: 0xF0B90, symSize: 0x10 } + - { offsetInCU: 0x1482, offset: 0x1122EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA00, symBinAddr: 0xF0CE0, symSize: 0x20 } + - { offsetInCU: 0x149E, offset: 0x112306, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA20, symBinAddr: 0xF0D00, symSize: 0x20 } + - { offsetInCU: 0x14E7, offset: 0x11234F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBA0, symBinAddr: 0xF0E80, symSize: 0x60 } + - { offsetInCU: 0xC0, offset: 0x1126F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC17combinedKeyframes14roundedCornersAA13KeyframeGroupCyAC0G0VGAA07RoundedF0CSg_tKF', symObjAddr: 0x0, symBinAddr: 0xF2740, symSize: 0x150 } + - { offsetInCU: 0x207, offset: 0x11283D, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x150, symBinAddr: 0xF2890, symSize: 0xD0 } + - { offsetInCU: 0x396, offset: 0x1129CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x220, symBinAddr: 0xF2960, symSize: 0x180 } + - { offsetInCU: 0x505, offset: 0x112B3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x3A0, symBinAddr: 0xF2AE0, symSize: 0x10 } + - { offsetInCU: 0x522, offset: 0x112B58, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwCP', symObjAddr: 0x470, symBinAddr: 0xF2B70, symSize: 0x30 } + - { offsetInCU: 0x536, offset: 0x112B6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwet', symObjAddr: 0x4E0, symBinAddr: 0xF2BA0, symSize: 0x20 } + - { offsetInCU: 0x54A, offset: 0x112B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwst', symObjAddr: 0x500, symBinAddr: 0xF2BC0, symSize: 0x30 } + - { offsetInCU: 0x55E, offset: 0x112B94, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVMa', symObjAddr: 0x530, symBinAddr: 0xF2BF0, symSize: 0xA } + - { offsetInCU: 0x27, offset: 0x112DAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xF2C00, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x112DD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xF2C00, symSize: 0x10 } + - { offsetInCU: 0x7A, offset: 0x112E00, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF', symObjAddr: 0x10, symBinAddr: 0xF2C10, symSize: 0x20 } + - { offsetInCU: 0x110, offset: 0x112E96, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO9hashValueSivg', symObjAddr: 0x30, symBinAddr: 0xF2C30, symSize: 0x40 } + - { offsetInCU: 0x20B, offset: 0x112F91, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x70, symBinAddr: 0xF2C70, symSize: 0x10 } + - { offsetInCU: 0x261, offset: 0x112FE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x80, symBinAddr: 0xF2C80, symSize: 0x40 } + - { offsetInCU: 0x345, offset: 0x1130CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC0, symBinAddr: 0xF2CC0, symSize: 0x20 } + - { offsetInCU: 0x3CE, offset: 0x113154, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASQWb', symObjAddr: 0x120, symBinAddr: 0xF2D20, symSize: 0x10 } + - { offsetInCU: 0x3E2, offset: 0x113168, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOACSQAAWl', symObjAddr: 0x130, symBinAddr: 0xF2D30, symSize: 0x30 } + - { offsetInCU: 0x3F6, offset: 0x11317C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwet', symObjAddr: 0x180, symBinAddr: 0xF2D60, symSize: 0x80 } + - { offsetInCU: 0x40A, offset: 0x113190, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwst', symObjAddr: 0x200, symBinAddr: 0xF2DE0, symSize: 0xD0 } + - { offsetInCU: 0x41E, offset: 0x1131A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwug', symObjAddr: 0x2D0, symBinAddr: 0xF2EB0, symSize: 0x10 } + - { offsetInCU: 0x432, offset: 0x1131B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwup', symObjAddr: 0x2E0, symBinAddr: 0xF2EC0, symSize: 0x10 } + - { offsetInCU: 0x446, offset: 0x1131CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwui', symObjAddr: 0x2F0, symBinAddr: 0xF2ED0, symSize: 0x10 } + - { offsetInCU: 0x45A, offset: 0x1131E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOMa', symObjAddr: 0x300, symBinAddr: 0xF2EE0, symSize: 0xA } + - { offsetInCU: 0x4AC, offset: 0x113232, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE0, symBinAddr: 0xF2CE0, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x11341D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x10, symBinAddr: 0xF2EF0, symSize: 0x150 } + - { offsetInCU: 0xEB, offset: 0x1134E1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x10, symBinAddr: 0xF2EF0, symSize: 0x150 } + - { offsetInCU: 0x1FF, offset: 0x1135F5, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSgWOb', symObjAddr: 0x1C0, symBinAddr: 0xF3060, symSize: 0x40 } + - { offsetInCU: 0x213, offset: 0x113609, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x200, symBinAddr: 0xF30A0, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x113806, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xF30B0, symSize: 0x6B0 } + - { offsetInCU: 0xA2, offset: 0x11387D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xF30B0, symSize: 0x6B0 } + - { offsetInCU: 0x522, offset: 0x113CFD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFAHSgAIcfu0_33_28d25105826188377df3c8fe74d211baAiLTf3nnpk_n', symObjAddr: 0x770, symBinAddr: 0xF3820, symSize: 0x70 } + - { offsetInCU: 0x541, offset: 0x113D1C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU_', symObjAddr: 0xAC0, symBinAddr: 0xF3B70, symSize: 0x90 } + - { offsetInCU: 0x60F, offset: 0x113DEA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU0_', symObjAddr: 0xB50, symBinAddr: 0xF3C00, symSize: 0x110 } + - { offsetInCU: 0x7BC, offset: 0x113F97, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I13VtKFSSAHXEfU_AHTf1nncn_nTf4nnng_n', symObjAddr: 0x12F0, symBinAddr: 0xF43A0, symSize: 0x140 } + - { offsetInCU: 0x8B8, offset: 0x114093, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I14VtKFSSAHXEfU0_AH5model_AC9MatteTypeO9matteTypetAHTf1nncn_nTf4nnngg_n', symObjAddr: 0x1470, symBinAddr: 0xF44E0, symSize: 0x1A0 } + - { offsetInCU: 0xB9B, offset: 0x114376, size: 0x8, addend: 0x0, symName: '_$sSlsE5first7ElementQzSgvpSay6Lottie10LayerModelCGTK', symObjAddr: 0x6B0, symBinAddr: 0xF3760, symSize: 0xC0 } + - { offsetInCU: 0xD50, offset: 0x11452B, size: 0x8, addend: 0x0, symName: '_$sSl6LottieAA10LayerModelC7ElementRtzrlE20pairedLayersAndMasks33_FC3CD219EB0C773D32BBE7C7975F0DE6LLSayAC5layer_AC5model_AA9MatteTypeO05matteU0tSg4masktGyKFs18ReversedCollectionVySayACGG_Tg5', symObjAddr: 0x7E0, symBinAddr: 0xF3890, symSize: 0x2E0 } + - { offsetInCU: 0x134E, offset: 0x114B29, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSDySiSay6Lottie10LayerModelCGG_s17_NativeDictionaryVySiAGGTg5051$sSD16compactMapValuesySDyxqd__Gqd__Sgq_KXEKlFys17_gh47Vyxqd__Gz_x3key_q_5valuettKXEfU_Si_Say6Lottie10eF7CGAKTG5xq_Sgs5Error_pr0_lyAhGIsgnrzo_Tf1ncn_nTf4nng_n', symObjAddr: 0xFB0, symBinAddr: 0xF4060, symSize: 0x340 } + - { offsetInCU: 0x1546, offset: 0x114D21, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSlsWl', symObjAddr: 0x1640, symBinAddr: 0xF4690, symSize: 0x40 } + - { offsetInCU: 0x155A, offset: 0x114D35, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGMa', symObjAddr: 0x1680, symBinAddr: 0xF46D0, symSize: 0x50 } + - { offsetInCU: 0x159C, offset: 0x114D77, size: 0x8, addend: 0x0, symName: '_$sSD8grouping2bySDyxSay7ElementQyd__GGqd__n_xADKXEtKcAERs_STRd__lufCSi_s18ReversedCollectionVySay6Lottie10LayerModelCGGTg5014$sSo7CALayerC6f8E19setupg30Hierarchy3for7contextySayAC0D5h3CG_P68D7ContextVtKFSiAHcfu_32c6367eac2e4f99784ca5c07d849dde74AHSiTf3nnpk_nTf1ncn_nTf4gd_n', symObjAddr: 0xC60, symBinAddr: 0xF3D10, symSize: 0x350 } + - { offsetInCU: 0x199, offset: 0x11572F, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11DashElementCRszlE23shapeLayerConfigurations15ContiguousArrayVyAFyAA8KeyframeCyAA0A8Vector1DVGGG12dashPatterns_AL0K5Phasetvg', symObjAddr: 0x0, symBinAddr: 0xF4730, symSize: 0x770 } + - { offsetInCU: 0xA34, offset: 0x115FCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfd', symObjAddr: 0x770, symBinAddr: 0xF4EA0, symSize: 0x60 } + - { offsetInCU: 0xA61, offset: 0x115FF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfD', symObjAddr: 0x7D0, symBinAddr: 0xF4F00, symSize: 0x20 } + - { offsetInCU: 0xA9D, offset: 0x116033, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x810, symBinAddr: 0xF4F40, symSize: 0x20 } + - { offsetInCU: 0xADE, offset: 0x116074, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x830, symBinAddr: 0xF4F60, symSize: 0x30 } + - { offsetInCU: 0xB1F, offset: 0x1160B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x860, symBinAddr: 0xF4F90, symSize: 0x20 } + - { offsetInCU: 0xB51, offset: 0x1160E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesC6strokeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xE30, symBinAddr: 0xF5560, symSize: 0x6E0 } + - { offsetInCU: 0x1063, offset: 0x1165F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCMa', symObjAddr: 0x7F0, symBinAddr: 0xF4F20, symSize: 0x20 } + - { offsetInCU: 0x10C4, offset: 0x11665A, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x880, symBinAddr: 0xF4FB0, symSize: 0x80 } + - { offsetInCU: 0x126B, offset: 0x116801, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCfD', symObjAddr: 0x900, symBinAddr: 0xF5030, symSize: 0x40 } + - { offsetInCU: 0x12CC, offset: 0x116862, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x960, symBinAddr: 0xF5090, symSize: 0x40 } + - { offsetInCU: 0x1316, offset: 0x1168AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x9A0, symBinAddr: 0xF50D0, symSize: 0x30 } + - { offsetInCU: 0x1357, offset: 0x1168ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x9D0, symBinAddr: 0xF5100, symSize: 0x10 } + - { offsetInCU: 0x1389, offset: 0x11691F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x9E0, symBinAddr: 0xF5110, symSize: 0x10 } + - { offsetInCU: 0x13ED, offset: 0x116983, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x9F0, symBinAddr: 0xF5120, symSize: 0x20 } + - { offsetInCU: 0x144F, offset: 0x1169E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xA10, symBinAddr: 0xF5140, symSize: 0x10 } + - { offsetInCU: 0x147A, offset: 0x116A10, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xA20, symBinAddr: 0xF5150, symSize: 0x10 } + - { offsetInCU: 0x14AC, offset: 0x116A42, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xA30, symBinAddr: 0xF5160, symSize: 0x10 } + - { offsetInCU: 0x14D7, offset: 0x116A6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xA40, symBinAddr: 0xF5170, symSize: 0x10 } + - { offsetInCU: 0x1518, offset: 0x116AAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xA50, symBinAddr: 0xF5180, symSize: 0x10 } + - { offsetInCU: 0x1559, offset: 0x116AEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xA60, symBinAddr: 0xF5190, symSize: 0x20 } + - { offsetInCU: 0x158B, offset: 0x116B21, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA80, symBinAddr: 0xF51B0, symSize: 0x10 } + - { offsetInCU: 0x15C5, offset: 0x116B5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0xA90, symBinAddr: 0xF51C0, symSize: 0x50 } + - { offsetInCU: 0x1602, offset: 0x116B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1510, symBinAddr: 0xF5C40, symSize: 0x380 } + - { offsetInCU: 0x1C09, offset: 0x11719F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCMa', symObjAddr: 0x940, symBinAddr: 0xF5070, symSize: 0x20 } + - { offsetInCU: 0x1CEE, offset: 0x117284, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC14keyframeGroupsACyxGs15ContiguousArrayVyAGyAA8KeyframeCyxGGG_tcfcAA0A8Vector1DV_Tg5Tf4gn_n', symObjAddr: 0xC50, symBinAddr: 0xF5380, symSize: 0x1E0 } + - { offsetInCU: 0x5E, offset: 0x11831A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0xF5FC0, symSize: 0x20 } + - { offsetInCU: 0x90, offset: 0x11834C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x20, symBinAddr: 0xF5FE0, symSize: 0x40 } + - { offsetInCU: 0xB5, offset: 0x118371, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x60, symBinAddr: 0xF6020, symSize: 0x880 } + - { offsetInCU: 0x1DE, offset: 0x11849A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x8E0, symBinAddr: 0xF68A0, symSize: 0xDA0 } + - { offsetInCU: 0x5AC, offset: 0x118868, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueSSvg', symObjAddr: 0x1680, symBinAddr: 0xF7640, symSize: 0x20 } + - { offsetInCU: 0x5E3, offset: 0x11889F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x19E0, symBinAddr: 0xF79A0, symSize: 0x20 } + - { offsetInCU: 0x656, offset: 0x118912, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x1B50, symBinAddr: 0xF7B10, symSize: 0x40 } + - { offsetInCU: 0x69C, offset: 0x118958, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x1B90, symBinAddr: 0xF7B50, symSize: 0x30 } + - { offsetInCU: 0x6B0, offset: 0x11896C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1BC0, symBinAddr: 0xF7B80, symSize: 0x10 } + - { offsetInCU: 0x6E6, offset: 0x1189A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1BD0, symBinAddr: 0xF7B90, symSize: 0x30 } + - { offsetInCU: 0x74B, offset: 0x118A07, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1C00, symBinAddr: 0xF7BC0, symSize: 0x10 } + - { offsetInCU: 0x767, offset: 0x118A23, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1C10, symBinAddr: 0xF7BD0, symSize: 0x10 } + - { offsetInCU: 0x783, offset: 0x118A3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2390, symBinAddr: 0xF8140, symSize: 0x48 } + - { offsetInCU: 0x7B0, offset: 0x118A6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x16A0, symBinAddr: 0xF7660, symSize: 0x340 } + - { offsetInCU: 0x80C, offset: 0x118AC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfd', symObjAddr: 0x1CC0, symBinAddr: 0xF7C80, symSize: 0x70 } + - { offsetInCU: 0x857, offset: 0x118B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfD', symObjAddr: 0x1D30, symBinAddr: 0xF7CF0, symSize: 0x20 } + - { offsetInCU: 0x893, offset: 0x118B4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1D70, symBinAddr: 0xF7D30, symSize: 0x20 } + - { offsetInCU: 0x8D4, offset: 0x118B90, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1D90, symBinAddr: 0xF7D50, symSize: 0x20 } + - { offsetInCU: 0x915, offset: 0x118BD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1DB0, symBinAddr: 0xF7D70, symSize: 0x20 } + - { offsetInCU: 0x956, offset: 0x118C12, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1DD0, symBinAddr: 0xF7D90, symSize: 0x20 } + - { offsetInCU: 0x9D6, offset: 0x118C92, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfE', symObjAddr: 0x1C60, symBinAddr: 0xF7C20, symSize: 0x60 } + - { offsetInCU: 0xA2E, offset: 0x118CEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCMa', symObjAddr: 0x1D50, symBinAddr: 0xF7D10, symSize: 0x20 } + - { offsetInCU: 0xA42, offset: 0x118CFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs0D3KeyAAWl', symObjAddr: 0x1E60, symBinAddr: 0xF7DB0, symSize: 0x30 } + - { offsetInCU: 0xA56, offset: 0x118D12, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwet', symObjAddr: 0x2140, symBinAddr: 0xF7EF0, symSize: 0x80 } + - { offsetInCU: 0xA6A, offset: 0x118D26, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwst', symObjAddr: 0x21C0, symBinAddr: 0xF7F70, symSize: 0xD0 } + - { offsetInCU: 0xA7E, offset: 0x118D3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwug', symObjAddr: 0x2290, symBinAddr: 0xF8040, symSize: 0x10 } + - { offsetInCU: 0xA92, offset: 0x118D4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwup', symObjAddr: 0x22A0, symBinAddr: 0xF8050, symSize: 0x10 } + - { offsetInCU: 0xAA6, offset: 0x118D62, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwui', symObjAddr: 0x22B0, symBinAddr: 0xF8060, symSize: 0x10 } + - { offsetInCU: 0xABA, offset: 0x118D76, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOMa', symObjAddr: 0x22C0, symBinAddr: 0xF8070, symSize: 0x10 } + - { offsetInCU: 0xACE, offset: 0x118D8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASQWb', symObjAddr: 0x22D0, symBinAddr: 0xF8080, symSize: 0x10 } + - { offsetInCU: 0xAE2, offset: 0x118D9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFSQAAWl', symObjAddr: 0x22E0, symBinAddr: 0xF8090, symSize: 0x30 } + - { offsetInCU: 0xAF6, offset: 0x118DB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2310, symBinAddr: 0xF80C0, symSize: 0x10 } + - { offsetInCU: 0xB0A, offset: 0x118DC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2320, symBinAddr: 0xF80D0, symSize: 0x30 } + - { offsetInCU: 0xB1E, offset: 0x118DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2350, symBinAddr: 0xF8100, symSize: 0x10 } + - { offsetInCU: 0xB32, offset: 0x118DEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2360, symBinAddr: 0xF8110, symSize: 0x30 } + - { offsetInCU: 0xB8A, offset: 0x118E46, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A00, symBinAddr: 0xF79C0, symSize: 0x80 } + - { offsetInCU: 0xC59, offset: 0x118F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x1A80, symBinAddr: 0xF7A40, symSize: 0x50 } + - { offsetInCU: 0xCD7, offset: 0x118F93, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1AD0, symBinAddr: 0xF7A90, symSize: 0x30 } + - { offsetInCU: 0xD29, offset: 0x118FE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1B00, symBinAddr: 0xF7AC0, symSize: 0x50 } + - { offsetInCU: 0xD8B, offset: 0x119047, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1C20, symBinAddr: 0xF7BE0, symSize: 0x20 } + - { offsetInCU: 0xDA7, offset: 0x119063, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1C40, symBinAddr: 0xF7C00, symSize: 0x20 } + - { offsetInCU: 0x69, offset: 0x119287, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCfD', symObjAddr: 0x0, symBinAddr: 0xF8190, symSize: 0x50 } + - { offsetInCU: 0xDC, offset: 0x1192FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCMa', symObjAddr: 0x50, symBinAddr: 0xF81E0, symSize: 0x20 } + - { offsetInCU: 0x6E5, offset: 0x119903, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyF', symObjAddr: 0x70, symBinAddr: 0xF8200, symSize: 0x1AC0 } + - { offsetInCU: 0x1B5B, offset: 0x11AD79, size: 0x8, addend: 0x0, symName: '_$s6Lottie10RenderNode_pWOb', symObjAddr: 0x1BA0, symBinAddr: 0xF9CF0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x11B0BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xF9D10, symSize: 0x10 } + - { offsetInCU: 0x8A, offset: 0x11B11D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0xF9DC0, symSize: 0x20 } + - { offsetInCU: 0xBB, offset: 0x11B14E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0xF9DE0, symSize: 0x10 } + - { offsetInCU: 0xE4, offset: 0x11B177, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x170, symBinAddr: 0xF9E80, symSize: 0x40 } + - { offsetInCU: 0x109, offset: 0x11B19C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1B0, symBinAddr: 0xF9EC0, symSize: 0x1A0 } + - { offsetInCU: 0x175, offset: 0x11B208, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x350, symBinAddr: 0xFA060, symSize: 0x100 } + - { offsetInCU: 0x227, offset: 0x11B2BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x450, symBinAddr: 0xFA160, symSize: 0xF0 } + - { offsetInCU: 0x2AA, offset: 0x11B33D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x580, symBinAddr: 0xFA290, symSize: 0x60 } + - { offsetInCU: 0x2ED, offset: 0x11B380, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x5E0, symBinAddr: 0xFA2F0, symSize: 0x20 } + - { offsetInCU: 0x32D, offset: 0x11B3C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x600, symBinAddr: 0xFA310, symSize: 0x10 } + - { offsetInCU: 0x378, offset: 0x11B40B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x610, symBinAddr: 0xFA320, symSize: 0x60 } + - { offsetInCU: 0x3C3, offset: 0x11B456, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x670, symBinAddr: 0xFA380, symSize: 0x10 } + - { offsetInCU: 0x3DF, offset: 0x11B472, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x680, symBinAddr: 0xFA390, symSize: 0x10 } + - { offsetInCU: 0x3FB, offset: 0x11B48E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO11stringValueSSvgTf4d_n', symObjAddr: 0xCC0, symBinAddr: 0xFA8A0, symSize: 0x15 } + - { offsetInCU: 0x437, offset: 0x11B4CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCfD', symObjAddr: 0x6D0, symBinAddr: 0xFA3E0, symSize: 0x20 } + - { offsetInCU: 0x4E2, offset: 0x11B575, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCMa', symObjAddr: 0x6F0, symBinAddr: 0xFA400, symSize: 0x20 } + - { offsetInCU: 0x4F6, offset: 0x11B589, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwet', symObjAddr: 0x730, symBinAddr: 0xFA420, symSize: 0x80 } + - { offsetInCU: 0x50A, offset: 0x11B59D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwst', symObjAddr: 0x7B0, symBinAddr: 0xFA4A0, symSize: 0xD0 } + - { offsetInCU: 0x51E, offset: 0x11B5B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwug', symObjAddr: 0x880, symBinAddr: 0xFA570, symSize: 0x10 } + - { offsetInCU: 0x532, offset: 0x11B5C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwup', symObjAddr: 0x890, symBinAddr: 0xFA580, symSize: 0x10 } + - { offsetInCU: 0x546, offset: 0x11B5D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwui', symObjAddr: 0x8A0, symBinAddr: 0xFA590, symSize: 0x10 } + - { offsetInCU: 0x55A, offset: 0x11B5ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOMa', symObjAddr: 0x8B0, symBinAddr: 0xFA5A0, symSize: 0x10 } + - { offsetInCU: 0x56E, offset: 0x11B601, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASQWb', symObjAddr: 0x8C0, symBinAddr: 0xFA5B0, symSize: 0x10 } + - { offsetInCU: 0x582, offset: 0x11B615, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSQAAWl', symObjAddr: 0x8D0, symBinAddr: 0xFA5C0, symSize: 0x30 } + - { offsetInCU: 0x596, offset: 0x11B629, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSYAAWl', symObjAddr: 0x900, symBinAddr: 0xFA5F0, symSize: 0x30 } + - { offsetInCU: 0x5AA, offset: 0x11B63D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs0C3KeyAAWl', symObjAddr: 0x9A0, symBinAddr: 0xFA620, symSize: 0x30 } + - { offsetInCU: 0x5BE, offset: 0x11B651, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSEAAWl', symObjAddr: 0x9D0, symBinAddr: 0xFA650, symSize: 0x30 } + - { offsetInCU: 0x5D2, offset: 0x11B665, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSeAAWl', symObjAddr: 0xA30, symBinAddr: 0xFA680, symSize: 0x30 } + - { offsetInCU: 0x5E6, offset: 0x11B679, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwet', symObjAddr: 0xAD0, symBinAddr: 0xFA6B0, symSize: 0x50 } + - { offsetInCU: 0x5FA, offset: 0x11B68D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwst', symObjAddr: 0xB20, symBinAddr: 0xFA700, symSize: 0xA0 } + - { offsetInCU: 0x60E, offset: 0x11B6A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwug', symObjAddr: 0xBC0, symBinAddr: 0xFA7A0, symSize: 0x10 } + - { offsetInCU: 0x622, offset: 0x11B6B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwup', symObjAddr: 0xBD0, symBinAddr: 0xFA7B0, symSize: 0x10 } + - { offsetInCU: 0x636, offset: 0x11B6C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwui', symObjAddr: 0xBE0, symBinAddr: 0xFA7C0, symSize: 0x10 } + - { offsetInCU: 0x64A, offset: 0x11B6DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOMa', symObjAddr: 0xBF0, symBinAddr: 0xFA7D0, symSize: 0x10 } + - { offsetInCU: 0x65E, offset: 0x11B6F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASQWb', symObjAddr: 0xC00, symBinAddr: 0xFA7E0, symSize: 0x10 } + - { offsetInCU: 0x672, offset: 0x11B705, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFSQAAWl', symObjAddr: 0xC10, symBinAddr: 0xFA7F0, symSize: 0x30 } + - { offsetInCU: 0x686, offset: 0x11B719, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC40, symBinAddr: 0xFA820, symSize: 0x10 } + - { offsetInCU: 0x69A, offset: 0x11B72D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC50, symBinAddr: 0xFA830, symSize: 0x30 } + - { offsetInCU: 0x6AE, offset: 0x11B741, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC80, symBinAddr: 0xFA860, symSize: 0x10 } + - { offsetInCU: 0x6C2, offset: 0x11B755, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xC90, symBinAddr: 0xFA870, symSize: 0x30 } + - { offsetInCU: 0x6F6, offset: 0x11B789, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xF9D10, symSize: 0x10 } + - { offsetInCU: 0x787, offset: 0x11B81A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0xF9D20, symSize: 0x40 } + - { offsetInCU: 0x836, offset: 0x11B8C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0xF9D60, symSize: 0x20 } + - { offsetInCU: 0x889, offset: 0x11B91C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0xF9D80, symSize: 0x40 } + - { offsetInCU: 0x90C, offset: 0x11B99F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0xF9DF0, symSize: 0x50 } + - { offsetInCU: 0x92F, offset: 0x11B9C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0xF9E40, symSize: 0x40 } + - { offsetInCU: 0x961, offset: 0x11B9F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x540, symBinAddr: 0xFA250, symSize: 0x10 } + - { offsetInCU: 0x9A1, offset: 0x11BA34, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x550, symBinAddr: 0xFA260, symSize: 0x10 } + - { offsetInCU: 0x9E1, offset: 0x11BA74, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x560, symBinAddr: 0xFA270, symSize: 0x10 } + - { offsetInCU: 0xA21, offset: 0x11BAB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x570, symBinAddr: 0xFA280, symSize: 0x10 } + - { offsetInCU: 0xA58, offset: 0x11BAEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x690, symBinAddr: 0xFA3A0, symSize: 0x20 } + - { offsetInCU: 0xA74, offset: 0x11BB07, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x6B0, symBinAddr: 0xFA3C0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x11BCF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xFA8C0, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x11BD16, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xFA8C0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x11BD3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0xFA900, symSize: 0x190 } + - { offsetInCU: 0xE0, offset: 0x11BDA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1D0, symBinAddr: 0xFAA90, symSize: 0xE0 } + - { offsetInCU: 0x163, offset: 0x11BE2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2F0, symBinAddr: 0xFABB0, symSize: 0x60 } + - { offsetInCU: 0x1A6, offset: 0x11BE6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x350, symBinAddr: 0xFAC10, symSize: 0x20 } + - { offsetInCU: 0x1E6, offset: 0x11BEAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x370, symBinAddr: 0xFAC30, symSize: 0x10 } + - { offsetInCU: 0x231, offset: 0x11BEF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x380, symBinAddr: 0xFAC40, symSize: 0x60 } + - { offsetInCU: 0x27C, offset: 0x11BF43, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x3E0, symBinAddr: 0xFACA0, symSize: 0x10 } + - { offsetInCU: 0x298, offset: 0x11BF5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x3F0, symBinAddr: 0xFACB0, symSize: 0x10 } + - { offsetInCU: 0x2B4, offset: 0x11BF7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO11stringValueSSvgTf4d_n', symObjAddr: 0x7F0, symBinAddr: 0xFAFC0, symSize: 0x1A } + - { offsetInCU: 0x2F0, offset: 0x11BFB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfD', symObjAddr: 0x460, symBinAddr: 0xFAD20, symSize: 0x60 } + - { offsetInCU: 0x34A, offset: 0x11C011, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfE', symObjAddr: 0x440, symBinAddr: 0xFAD00, symSize: 0x20 } + - { offsetInCU: 0x3A2, offset: 0x11C069, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCMa', symObjAddr: 0x4C0, symBinAddr: 0xFAD80, symSize: 0x20 } + - { offsetInCU: 0x3B6, offset: 0x11C07D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs0E3KeyAAWl', symObjAddr: 0x550, symBinAddr: 0xFADA0, symSize: 0x30 } + - { offsetInCU: 0x3CA, offset: 0x11C091, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwet', symObjAddr: 0x600, symBinAddr: 0xFADD0, symSize: 0x50 } + - { offsetInCU: 0x3DE, offset: 0x11C0A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwst', symObjAddr: 0x650, symBinAddr: 0xFAE20, symSize: 0xA0 } + - { offsetInCU: 0x3F2, offset: 0x11C0B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwug', symObjAddr: 0x6F0, symBinAddr: 0xFAEC0, symSize: 0x10 } + - { offsetInCU: 0x406, offset: 0x11C0CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwup', symObjAddr: 0x700, symBinAddr: 0xFAED0, symSize: 0x10 } + - { offsetInCU: 0x41A, offset: 0x11C0E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwui', symObjAddr: 0x710, symBinAddr: 0xFAEE0, symSize: 0x10 } + - { offsetInCU: 0x42E, offset: 0x11C0F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOMa', symObjAddr: 0x720, symBinAddr: 0xFAEF0, symSize: 0x10 } + - { offsetInCU: 0x442, offset: 0x11C109, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASQWb', symObjAddr: 0x730, symBinAddr: 0xFAF00, symSize: 0x10 } + - { offsetInCU: 0x456, offset: 0x11C11D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFSQAAWl', symObjAddr: 0x740, symBinAddr: 0xFAF10, symSize: 0x30 } + - { offsetInCU: 0x46A, offset: 0x11C131, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x770, symBinAddr: 0xFAF40, symSize: 0x10 } + - { offsetInCU: 0x47E, offset: 0x11C145, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x780, symBinAddr: 0xFAF50, symSize: 0x30 } + - { offsetInCU: 0x492, offset: 0x11C159, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x7B0, symBinAddr: 0xFAF80, symSize: 0x10 } + - { offsetInCU: 0x4A6, offset: 0x11C16D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x7C0, symBinAddr: 0xFAF90, symSize: 0x30 } + - { offsetInCU: 0x4DA, offset: 0x11C1A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2B0, symBinAddr: 0xFAB70, symSize: 0x10 } + - { offsetInCU: 0x51A, offset: 0x11C1E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2C0, symBinAddr: 0xFAB80, symSize: 0x10 } + - { offsetInCU: 0x55A, offset: 0x11C221, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2D0, symBinAddr: 0xFAB90, symSize: 0x10 } + - { offsetInCU: 0x59A, offset: 0x11C261, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xFABA0, symSize: 0x10 } + - { offsetInCU: 0x5D1, offset: 0x11C298, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x400, symBinAddr: 0xFACC0, symSize: 0x20 } + - { offsetInCU: 0x5ED, offset: 0x11C2B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x420, symBinAddr: 0xFACE0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x11C46A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xFAFE0, symSize: 0xC0 } + - { offsetInCU: 0x64, offset: 0x11C4A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tF', symObjAddr: 0xC0, symBinAddr: 0xFB0A0, symSize: 0xF0 } + - { offsetInCU: 0xC1, offset: 0x11C500, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCfD', symObjAddr: 0x1B0, symBinAddr: 0xFB190, symSize: 0x30 } + - { offsetInCU: 0x104, offset: 0x11C543, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cQ0C_tFTW', symObjAddr: 0x200, symBinAddr: 0xFB1E0, symSize: 0x20 } + - { offsetInCU: 0x14A, offset: 0x11C589, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP15contentsGravity3forSo015CALayerContentsP0aAA0C5AssetC_tFTW', symObjAddr: 0x220, symBinAddr: 0xFB200, symSize: 0x40 } + - { offsetInCU: 0x1B9, offset: 0x11C5F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC05imageD0AdA09AnimationcD0_p_tcfCTf4en_n', symObjAddr: 0x2F0, symBinAddr: 0xFB240, symSize: 0xE0 } + - { offsetInCU: 0x23B, offset: 0x11C67A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xFAFE0, symSize: 0xC0 } + - { offsetInCU: 0x284, offset: 0x11C6C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCMa', symObjAddr: 0x1E0, symBinAddr: 0xFB1C0, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x11C8D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0xFB320, symSize: 0x40 } + - { offsetInCU: 0x92, offset: 0x11C90B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0xFB360, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x11C91F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfC', symObjAddr: 0x70, symBinAddr: 0xFB390, symSize: 0x20 } + - { offsetInCU: 0xC4, offset: 0x11C93D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfc', symObjAddr: 0x90, symBinAddr: 0xFB3B0, symSize: 0xF0 } + - { offsetInCU: 0x132, offset: 0x11C9AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfcTo', symObjAddr: 0x180, symBinAddr: 0xFB4A0, symSize: 0x20 } + - { offsetInCU: 0x14E, offset: 0x11C9C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x1A0, symBinAddr: 0xFB4C0, symSize: 0x40 } + - { offsetInCU: 0x16C, offset: 0x11C9E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1E0, symBinAddr: 0xFB500, symSize: 0x30 } + - { offsetInCU: 0x18F, offset: 0x11CA08, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x210, symBinAddr: 0xFB530, symSize: 0x40 } + - { offsetInCU: 0x1DF, offset: 0x11CA58, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x4E0, symBinAddr: 0xFB6D0, symSize: 0x20 } + - { offsetInCU: 0x278, offset: 0x11CAF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x6E0, symBinAddr: 0xFB7D0, symSize: 0x90 } + - { offsetInCU: 0x2F0, offset: 0x11CB69, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tFTo', symObjAddr: 0x7B0, symBinAddr: 0xFB860, symSize: 0x70 } + - { offsetInCU: 0x32B, offset: 0x11CBA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC15animationDidSetyyF', symObjAddr: 0x820, symBinAddr: 0xFB8D0, symSize: 0x10 } + - { offsetInCU: 0x356, offset: 0x11CBCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg', symObjAddr: 0x830, symBinAddr: 0xFB8E0, symSize: 0x20 } + - { offsetInCU: 0x3AD, offset: 0x11CC26, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvW', symObjAddr: 0x8C0, symBinAddr: 0xFB970, symSize: 0xE0 } + - { offsetInCU: 0x426, offset: 0x11CC9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg', symObjAddr: 0x9A0, symBinAddr: 0xFBA50, symSize: 0x40 } + - { offsetInCU: 0x443, offset: 0x11CCBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs', symObjAddr: 0x9E0, symBinAddr: 0xFBA90, symSize: 0x60 } + - { offsetInCU: 0x46A, offset: 0x11CCE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM', symObjAddr: 0xA40, symBinAddr: 0xFBAF0, symSize: 0x40 } + - { offsetInCU: 0x499, offset: 0x11CD12, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM.resume.0', symObjAddr: 0xA80, symBinAddr: 0xFBB30, symSize: 0x30 } + - { offsetInCU: 0x4EE, offset: 0x11CD67, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0xB20, symBinAddr: 0xFBBD0, symSize: 0x70 } + - { offsetInCU: 0x581, offset: 0x11CDFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0xB90, symBinAddr: 0xFBC40, symSize: 0x50 } + - { offsetInCU: 0x5E8, offset: 0x11CE61, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0xBE0, symBinAddr: 0xFBC90, symSize: 0x80 } + - { offsetInCU: 0x65E, offset: 0x11CED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0xC60, symBinAddr: 0xFBD10, symSize: 0x90 } + - { offsetInCU: 0x721, offset: 0x11CF9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF', symObjAddr: 0xCF0, symBinAddr: 0xFBDA0, symSize: 0x70 } + - { offsetInCU: 0x79D, offset: 0x11D016, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF', symObjAddr: 0xD60, symBinAddr: 0xFBE10, symSize: 0x50 } + - { offsetInCU: 0x83B, offset: 0x11D0B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14updateForStateyyF', symObjAddr: 0xDB0, symBinAddr: 0xFBE60, symSize: 0x330 } + - { offsetInCU: 0xBD3, offset: 0x11D44C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC10commonInit33_3255EF2F4BCF8A3C447F424ACE2B7066LLyyF', symObjAddr: 0x10E0, symBinAddr: 0xFC190, symSize: 0x2C0 } + - { offsetInCU: 0xC59, offset: 0x11D4D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfC', symObjAddr: 0x13A0, symBinAddr: 0xFC450, symSize: 0x80 } + - { offsetInCU: 0xC77, offset: 0x11D4F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc', symObjAddr: 0x1420, symBinAddr: 0xFC4D0, symSize: 0x30 } + - { offsetInCU: 0xCEA, offset: 0x11D563, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x1450, symBinAddr: 0xFC500, symSize: 0x30 } + - { offsetInCU: 0xD51, offset: 0x11D5CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfD', symObjAddr: 0x1480, symBinAddr: 0xFC530, symSize: 0x30 } + - { offsetInCU: 0xD7E, offset: 0x11D5F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x2840, symBinAddr: 0xFD8F0, symSize: 0x1F0 } + - { offsetInCU: 0xEB1, offset: 0x11D72A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x2A50, symBinAddr: 0xFDB00, symSize: 0xE0 } + - { offsetInCU: 0xF4E, offset: 0x11D7C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvpACTk', symObjAddr: 0x850, symBinAddr: 0xFB900, symSize: 0x70 } + - { offsetInCU: 0x1066, offset: 0x11D8DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x2590, symBinAddr: 0xFD640, symSize: 0x2B0 } + - { offsetInCU: 0x128D, offset: 0x11DB06, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0xAB0, symBinAddr: 0xFBB60, symSize: 0x70 } + - { offsetInCU: 0x142E, offset: 0x11DCA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfETo', symObjAddr: 0x14B0, symBinAddr: 0xFC560, symSize: 0x40 } + - { offsetInCU: 0x1489, offset: 0x11DD02, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x14F0, symBinAddr: 0xFC5A0, symSize: 0xF0 } + - { offsetInCU: 0x151F, offset: 0x11DD98, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector1DVTB5', symObjAddr: 0x15E0, symBinAddr: 0xFC690, symSize: 0xA0 } + - { offsetInCU: 0x15B5, offset: 0x11DE2E, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector3DVTB5', symObjAddr: 0x1680, symBinAddr: 0xFC730, symSize: 0xD0 } + - { offsetInCU: 0x164B, offset: 0x11DEC4, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x1750, symBinAddr: 0xFC800, symSize: 0xA0 } + - { offsetInCU: 0x16E1, offset: 0x11DF5A, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I5ColorVTB5', symObjAddr: 0x17F0, symBinAddr: 0xFC8A0, symSize: 0xE0 } + - { offsetInCU: 0x1777, offset: 0x11DFF0, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x18D0, symBinAddr: 0xFC980, symSize: 0xC0 } + - { offsetInCU: 0x180D, offset: 0x11E086, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x1990, symBinAddr: 0xFCA40, symSize: 0xC0 } + - { offsetInCU: 0x189B, offset: 0x11E114, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x1A70, symBinAddr: 0xFCB20, symSize: 0xC0 } + - { offsetInCU: 0x1931, offset: 0x11E1AA, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x1B30, symBinAddr: 0xFCBE0, symSize: 0xC0 } + - { offsetInCU: 0x19C7, offset: 0x11E240, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1BF0, symBinAddr: 0xFCCA0, symSize: 0xD0 } + - { offsetInCU: 0x1A5D, offset: 0x11E2D6, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x1CC0, symBinAddr: 0xFCD70, symSize: 0xE0 } + - { offsetInCU: 0x1AF3, offset: 0x11E36C, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AI2totTg5', symObjAddr: 0x1F70, symBinAddr: 0xFD020, symSize: 0xC0 } + - { offsetInCU: 0x1B7E, offset: 0x11E3F7, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSu_SSTg5', symObjAddr: 0x2030, symBinAddr: 0xFD0E0, symSize: 0xD0 } + - { offsetInCU: 0x1BF6, offset: 0x11E46F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x22B0, symBinAddr: 0xFD360, symSize: 0xA0 } + - { offsetInCU: 0x1C84, offset: 0x11E4FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCMa', symObjAddr: 0x2A30, symBinAddr: 0xFDAE0, symSize: 0x20 } + - { offsetInCU: 0x79, offset: 0x11E937, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xFDE00, symSize: 0x50 } + - { offsetInCU: 0xC0, offset: 0x11E97E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfc', symObjAddr: 0x50, symBinAddr: 0xFDE50, symSize: 0x250 } + - { offsetInCU: 0x183, offset: 0x11EA41, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfcTo', symObjAddr: 0x2A0, symBinAddr: 0xFE0A0, symSize: 0x50 } + - { offsetInCU: 0x19F, offset: 0x11EA5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2F0, symBinAddr: 0xFE0F0, symSize: 0x3A0 } + - { offsetInCU: 0x202, offset: 0x11EAC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCACycfcTo', symObjAddr: 0x690, symBinAddr: 0xFE490, symSize: 0x30 } + - { offsetInCU: 0x269, offset: 0x11EB27, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfD', symObjAddr: 0x730, symBinAddr: 0xFE530, symSize: 0x30 } + - { offsetInCU: 0x2C3, offset: 0x11EB81, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfE', symObjAddr: 0x6C0, symBinAddr: 0xFE4C0, symSize: 0x70 } + - { offsetInCU: 0x2F2, offset: 0x11EBB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfETo', symObjAddr: 0x760, symBinAddr: 0xFE560, symSize: 0x70 } + - { offsetInCU: 0x321, offset: 0x11EBDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCMa', symObjAddr: 0x7D0, symBinAddr: 0xFE5D0, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x11EBF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwCP', symObjAddr: 0x7F0, symBinAddr: 0xFE5F0, symSize: 0x30 } + - { offsetInCU: 0x349, offset: 0x11EC07, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwxx', symObjAddr: 0x820, symBinAddr: 0xFE620, symSize: 0x50 } + - { offsetInCU: 0x35D, offset: 0x11EC1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwcp', symObjAddr: 0x870, symBinAddr: 0xFE670, symSize: 0x90 } + - { offsetInCU: 0x371, offset: 0x11EC2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwca', symObjAddr: 0x900, symBinAddr: 0xFE700, symSize: 0xC0 } + - { offsetInCU: 0x385, offset: 0x11EC43, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwta', symObjAddr: 0x9E0, symBinAddr: 0xFE7C0, symSize: 0x70 } + - { offsetInCU: 0x399, offset: 0x11EC57, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwet', symObjAddr: 0xA50, symBinAddr: 0xFE830, symSize: 0x40 } + - { offsetInCU: 0x3AD, offset: 0x11EC6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwst', symObjAddr: 0xA90, symBinAddr: 0xFE870, symSize: 0x50 } + - { offsetInCU: 0x3C1, offset: 0x11EC7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVMa', symObjAddr: 0xAE0, symBinAddr: 0xFE8C0, symSize: 0x10 } + - { offsetInCU: 0x3F6, offset: 0x11ECB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0xAF0, symBinAddr: 0xFE8D0, symSize: 0x10 } + - { offsetInCU: 0x437, offset: 0x11ECF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0xB30, symBinAddr: 0xFE910, symSize: 0x10 } + - { offsetInCU: 0x478, offset: 0x11ED36, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xB40, symBinAddr: 0xFE920, symSize: 0x10 } + - { offsetInCU: 0x4B9, offset: 0x11ED77, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xB50, symBinAddr: 0xFE930, symSize: 0x10 } + - { offsetInCU: 0x4FA, offset: 0x11EDB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xB60, symBinAddr: 0xFE940, symSize: 0x10 } + - { offsetInCU: 0x5AC, offset: 0x11EE6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLV8repeater5indexAdA0B0C_SitcfCTf4nnd_n', symObjAddr: 0xC70, symBinAddr: 0xFE9F0, symSize: 0xA70 } + - { offsetInCU: 0xFB4, offset: 0x11F872, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0xB00, symBinAddr: 0xFE8E0, symSize: 0x10 } + - { offsetInCU: 0xFE6, offset: 0x11F8A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB10, symBinAddr: 0xFE8F0, symSize: 0x10 } + - { offsetInCU: 0x1002, offset: 0x11F8C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB20, symBinAddr: 0xFE900, symSize: 0x10 } + - { offsetInCU: 0x101E, offset: 0x11F8DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB70, symBinAddr: 0xFE950, symSize: 0x10 } + - { offsetInCU: 0x103A, offset: 0x11F8F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB80, symBinAddr: 0xFE960, symSize: 0x10 } + - { offsetInCU: 0x24D, offset: 0x12029D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC021$s6Lottie23Compatiblebc74C3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5P8_pSgcfU_Tf1nnncnnn_n', symObjAddr: 0x0, symBinAddr: 0xFF460, symSize: 0x600 } + - { offsetInCU: 0x4AD, offset: 0x1204FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x600, symBinAddr: 0xFFA60, symSize: 0x670 } + - { offsetInCU: 0x799, offset: 0x1207E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xC70, symBinAddr: 0x1000D0, symSize: 0x210 } + - { offsetInCU: 0x9A5, offset: 0x1209F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xE80, symBinAddr: 0x1002E0, symSize: 0x2F0 } + - { offsetInCU: 0xB01, offset: 0x120B51, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfcyAA0aB0CSgcfU_', symObjAddr: 0x1170, symBinAddr: 0x1005D0, symSize: 0x80 } + - { offsetInCU: 0xB79, offset: 0x120BC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x1260, symBinAddr: 0x100650, symSize: 0x210 } + - { offsetInCU: 0xD6C, offset: 0x120DBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1470, symBinAddr: 0x100860, symSize: 0x260 } + - { offsetInCU: 0xEE2, offset: 0x120F32, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x16D0, symBinAddr: 0x100AC0, symSize: 0x250 } + - { offsetInCU: 0x1106, offset: 0x121156, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1920, symBinAddr: 0x100D10, symSize: 0x8D0 } + - { offsetInCU: 0x13E0, offset: 0x121430, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x21F0, symBinAddr: 0x1015E0, symSize: 0x260 } + - { offsetInCU: 0x1531, offset: 0x121581, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2550, symBinAddr: 0x101940, symSize: 0x10 } + - { offsetInCU: 0x1585, offset: 0x1215D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x2560, symBinAddr: 0x101950, symSize: 0x30 } + - { offsetInCU: 0x1669, offset: 0x1216B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2590, symBinAddr: 0x101980, symSize: 0x20 } + - { offsetInCU: 0x16F2, offset: 0x121742, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgSo13NSURLResponseCSgs5Error_pSgIeghggg_So6NSDataCSgAGSo7NSErrorCSgIeyBhyyy_TR', symObjAddr: 0x2620, symBinAddr: 0x101A10, symSize: 0xF0 } + - { offsetInCU: 0x170A, offset: 0x12175A, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2750, symBinAddr: 0x101B40, symSize: 0x20 } + - { offsetInCU: 0x171E, offset: 0x12176E, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2770, symBinAddr: 0x101B60, symSize: 0x10 } + - { offsetInCU: 0x1732, offset: 0x121782, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOy', symObjAddr: 0x2830, symBinAddr: 0x101B90, symSize: 0x20 } + - { offsetInCU: 0x1746, offset: 0x121796, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOe', symObjAddr: 0x2880, symBinAddr: 0x101BE0, symSize: 0x20 } + - { offsetInCU: 0x175A, offset: 0x1217AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOb', symObjAddr: 0x29D0, symBinAddr: 0x101D30, symSize: 0x40 } + - { offsetInCU: 0x176E, offset: 0x1217BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_TA', symObjAddr: 0x2A10, symBinAddr: 0x101D70, symSize: 0x80 } + - { offsetInCU: 0x1782, offset: 0x1217D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pWOb', symObjAddr: 0x2A90, symBinAddr: 0x101DF0, symSize: 0x20 } + - { offsetInCU: 0x1796, offset: 0x1217E6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x2B70, symBinAddr: 0x101E70, symSize: 0x20 } + - { offsetInCU: 0x17AA, offset: 0x1217FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACs0C0AAWl', symObjAddr: 0x2BD0, symBinAddr: 0x101E90, symSize: 0x30 } + - { offsetInCU: 0x17BE, offset: 0x12180E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwet', symObjAddr: 0x2DA0, symBinAddr: 0x102040, symSize: 0x50 } + - { offsetInCU: 0x17D2, offset: 0x121822, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwst', symObjAddr: 0x2DF0, symBinAddr: 0x102090, symSize: 0xA0 } + - { offsetInCU: 0x17E6, offset: 0x121836, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwug', symObjAddr: 0x2E90, symBinAddr: 0x102130, symSize: 0x10 } + - { offsetInCU: 0x17FA, offset: 0x12184A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwup', symObjAddr: 0x2EA0, symBinAddr: 0x102140, symSize: 0x10 } + - { offsetInCU: 0x180E, offset: 0x12185E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwui', symObjAddr: 0x2EB0, symBinAddr: 0x102150, symSize: 0x10 } + - { offsetInCU: 0x1822, offset: 0x121872, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOMa', symObjAddr: 0x2EC0, symBinAddr: 0x102160, symSize: 0x10 } + - { offsetInCU: 0x1836, offset: 0x121886, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASQWb', symObjAddr: 0x2ED0, symBinAddr: 0x102170, symSize: 0x10 } + - { offsetInCU: 0x184A, offset: 0x12189A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACSQAAWl', symObjAddr: 0x2EE0, symBinAddr: 0x102180, symSize: 0x30 } + - { offsetInCU: 0x1944, offset: 0x121994, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x25B0, symBinAddr: 0x1019A0, symSize: 0x30 } + - { offsetInCU: 0x19E1, offset: 0x121A31, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x25E0, symBinAddr: 0x1019D0, symSize: 0x10 } + - { offsetInCU: 0x19FD, offset: 0x121A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x25F0, symBinAddr: 0x1019E0, symSize: 0x10 } + - { offsetInCU: 0x1A19, offset: 0x121A69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x2600, symBinAddr: 0x1019F0, symSize: 0x10 } + - { offsetInCU: 0x1A35, offset: 0x121A85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x2610, symBinAddr: 0x101A00, symSize: 0x10 } + - { offsetInCU: 0x1A0, offset: 0x121E86, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x1021F0, symSize: 0x980 } + - { offsetInCU: 0x664, offset: 0x12234A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC5valueACyp_tKcfc', symObjAddr: 0x980, symBinAddr: 0x102B70, symSize: 0xA70 } + - { offsetInCU: 0xC57, offset: 0x12293D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC6encode2toys7Encoder_p_tKF', symObjAddr: 0x13F0, symBinAddr: 0x1035E0, symSize: 0x170 } + - { offsetInCU: 0xDA1, offset: 0x122A87, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCfD', symObjAddr: 0x1560, symBinAddr: 0x103750, symSize: 0x40 } + - { offsetInCU: 0xDFC, offset: 0x122AE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x15C0, symBinAddr: 0x1037B0, symSize: 0x50 } + - { offsetInCU: 0xE34, offset: 0x122B1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1610, symBinAddr: 0x103800, symSize: 0x20 } + - { offsetInCU: 0xFEA, offset: 0x122CD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCMa', symObjAddr: 0x15A0, symBinAddr: 0x103790, symSize: 0x20 } + - { offsetInCU: 0xFFE, offset: 0x122CE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x16D0, symBinAddr: 0x103820, symSize: 0x30 } + - { offsetInCU: 0x103E, offset: 0x122D24, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x1700, symBinAddr: 0x103850, symSize: 0x80 } + - { offsetInCU: 0x10DC, offset: 0x122DC2, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector1DVTB5', symObjAddr: 0x1780, symBinAddr: 0x1038D0, symSize: 0x40 } + - { offsetInCU: 0x117A, offset: 0x122E60, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector3DVTB5', symObjAddr: 0x17C0, symBinAddr: 0x103910, symSize: 0x50 } + - { offsetInCU: 0x1218, offset: 0x122EFE, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x1810, symBinAddr: 0x103960, symSize: 0x40 } + - { offsetInCU: 0x12B6, offset: 0x122F9C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M5ColorVTB5', symObjAddr: 0x1850, symBinAddr: 0x1039A0, symSize: 0x60 } + - { offsetInCU: 0x1354, offset: 0x12303A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x18B0, symBinAddr: 0x103A00, symSize: 0x50 } + - { offsetInCU: 0x13F2, offset: 0x1230D8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x1900, symBinAddr: 0x103A50, symSize: 0x60 } + - { offsetInCU: 0x1490, offset: 0x123176, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x1970, symBinAddr: 0x103AC0, symSize: 0x60 } + - { offsetInCU: 0x152E, offset: 0x123214, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x19D0, symBinAddr: 0x103B20, symSize: 0x60 } + - { offsetInCU: 0x15CC, offset: 0x1232B2, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1A30, symBinAddr: 0x103B80, symSize: 0x70 } + - { offsetInCU: 0x166A, offset: 0x123350, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x1AA0, symBinAddr: 0x103BF0, symSize: 0x60 } + - { offsetInCU: 0x1713, offset: 0x1233F9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x1B70, symBinAddr: 0x103CB0, symSize: 0x40 } + - { offsetInCU: 0x17BC, offset: 0x1234A2, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSo7CALayerC_6Lottie16AnimationKeypathVTB5', symObjAddr: 0x1BB0, symBinAddr: 0x103CF0, symSize: 0x40 } + - { offsetInCU: 0x185A, offset: 0x123540, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSu_SSTg5', symObjAddr: 0x1BF0, symBinAddr: 0x103D30, symSize: 0x50 } + - { offsetInCU: 0x1903, offset: 0x1235E9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x1C40, symBinAddr: 0x103D80, symSize: 0x60 } + - { offsetInCU: 0x1A46, offset: 0x12372C, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x1D70, symBinAddr: 0x103EB0, symSize: 0x240 } + - { offsetInCU: 0x1C50, offset: 0x123936, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie15AnyNodeProperty_p_G_Tg5', symObjAddr: 0x1FB0, symBinAddr: 0x1040F0, symSize: 0x230 } + - { offsetInCU: 0x1D3E, offset: 0x123A24, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySo17NSLayoutAttributeVSo0H10ConstraintC_G_Tg5', symObjAddr: 0x21E0, symBinAddr: 0x104320, symSize: 0x220 } + - { offsetInCU: 0x1E2A, offset: 0x123B10, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie5AssetC_G_Tg5', symObjAddr: 0x2400, symBinAddr: 0x104540, symSize: 0x220 } + - { offsetInCU: 0x1EDF, offset: 0x123BC5, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie5AssetCGMa', symObjAddr: 0x2640, symBinAddr: 0x104760, symSize: 0x50 } + - { offsetInCU: 0x75, offset: 0x12403A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x104890, symSize: 0x50 } + - { offsetInCU: 0xBC, offset: 0x124081, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfc', symObjAddr: 0x50, symBinAddr: 0x1048E0, symSize: 0x1D0 } + - { offsetInCU: 0x17F, offset: 0x124144, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfcTo', symObjAddr: 0x220, symBinAddr: 0x104AB0, symSize: 0x50 } + - { offsetInCU: 0x19B, offset: 0x124160, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5setup7contextyAA0D7ContextV_tKF', symObjAddr: 0x270, symBinAddr: 0x104B00, symSize: 0x100 } + - { offsetInCU: 0x202, offset: 0x1241C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x370, symBinAddr: 0x104C00, symSize: 0x710 } + - { offsetInCU: 0x49D, offset: 0x124462, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_n', symObjAddr: 0xA80, symBinAddr: 0x105310, symSize: 0x70 } + - { offsetInCU: 0x544, offset: 0x124509, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfD', symObjAddr: 0xB10, symBinAddr: 0x1053A0, symSize: 0x30 } + - { offsetInCU: 0x70E, offset: 0x1246D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfE', symObjAddr: 0xAF0, symBinAddr: 0x105380, symSize: 0x20 } + - { offsetInCU: 0x73B, offset: 0x124700, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfETo', symObjAddr: 0xB40, symBinAddr: 0x1053D0, symSize: 0x20 } + - { offsetInCU: 0x76A, offset: 0x12472F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCMa', symObjAddr: 0xB60, symBinAddr: 0x1053F0, symSize: 0x20 } + - { offsetInCU: 0x7A8, offset: 0x12476D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0xB80, symBinAddr: 0x105410, symSize: 0xA0 } + - { offsetInCU: 0x7F9, offset: 0x1247BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xE00, symBinAddr: 0x1054B0, symSize: 0x20 } + - { offsetInCU: 0x835, offset: 0x1247FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_nTA', symObjAddr: 0xEF0, symBinAddr: 0x1055A0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x124A92, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0x105640, symSize: 0x850 } + - { offsetInCU: 0x4A, offset: 0x124AB5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0x105640, symSize: 0x850 } + - { offsetInCU: 0x1A7, offset: 0x124C12, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd___qd__tcfU_TA', symObjAddr: 0x8B0, symBinAddr: 0x105EB0, symSize: 0x20 } + - { offsetInCU: 0x1E4, offset: 0x124C4F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd__cfU0_TA', symObjAddr: 0xAA0, symBinAddr: 0x106050, symSize: 0x20 } + - { offsetInCU: 0x274, offset: 0x124CDF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV24buildLimitedAvailabilityyAA03AnyC0VxAA0C0RzlFZ', symObjAddr: 0x8D0, symBinAddr: 0x105ED0, symSize: 0x50 } + - { offsetInCU: 0x29F, offset: 0x124D0A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither5firstAA19_ConditionalContentVyxq_Gx_tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x920, symBinAddr: 0x105F20, symSize: 0x90 } + - { offsetInCU: 0x2D8, offset: 0x124D43, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither6secondAA19_ConditionalContentVyxq_Gq__tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0xA00, symBinAddr: 0x105FB0, symSize: 0xA0 } + - { offsetInCU: 0x2B, offset: 0x124F63, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x106080, symSize: 0xA0 } + - { offsetInCU: 0x79, offset: 0x124FB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x106080, symSize: 0xA0 } + - { offsetInCU: 0xD2, offset: 0x12500A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfc', symObjAddr: 0xA0, symBinAddr: 0x106120, symSize: 0x210 } + - { offsetInCU: 0x1AF, offset: 0x1250E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfcTo', symObjAddr: 0x2B0, symBinAddr: 0x106330, symSize: 0x50 } + - { offsetInCU: 0x1CB, offset: 0x125103, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x300, symBinAddr: 0x106380, symSize: 0x580 } + - { offsetInCU: 0x41D, offset: 0x125355, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfD', symObjAddr: 0x8B0, symBinAddr: 0x106930, symSize: 0x30 } + - { offsetInCU: 0x468, offset: 0x1253A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCyAcA0bC5ModelCcfcTf4gn_n', symObjAddr: 0xC60, symBinAddr: 0x106A30, symSize: 0x11F } + - { offsetInCU: 0x6A2, offset: 0x1255DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfE', symObjAddr: 0x880, symBinAddr: 0x106900, symSize: 0x30 } + - { offsetInCU: 0x6CF, offset: 0x125607, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfETo', symObjAddr: 0x8E0, symBinAddr: 0x106960, symSize: 0x30 } + - { offsetInCU: 0x6FE, offset: 0x125636, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCMa', symObjAddr: 0x910, symBinAddr: 0x106990, symSize: 0x20 } + - { offsetInCU: 0x712, offset: 0x12564A, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSgWOb', symObjAddr: 0x9C0, symBinAddr: 0x1069E0, symSize: 0x40 } + - { offsetInCU: 0x726, offset: 0x12565E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0xA00, symBinAddr: 0x106A20, symSize: 0x10 } + - { offsetInCU: 0x4F, offset: 0x125903, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x106B50, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x125928, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x106B90, symSize: 0x1B0 } + - { offsetInCU: 0xE0, offset: 0x125994, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1F0, symBinAddr: 0x106D40, symSize: 0xE0 } + - { offsetInCU: 0x172, offset: 0x125A26, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2D0, symBinAddr: 0x106E20, symSize: 0x110 } + - { offsetInCU: 0x1F5, offset: 0x125AA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x420, symBinAddr: 0x106F70, symSize: 0x60 } + - { offsetInCU: 0x238, offset: 0x125AEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x480, symBinAddr: 0x106FD0, symSize: 0x20 } + - { offsetInCU: 0x278, offset: 0x125B2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4A0, symBinAddr: 0x106FF0, symSize: 0x10 } + - { offsetInCU: 0x2C3, offset: 0x125B77, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4B0, symBinAddr: 0x107000, symSize: 0x60 } + - { offsetInCU: 0x30E, offset: 0x125BC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x510, symBinAddr: 0x107060, symSize: 0x10 } + - { offsetInCU: 0x32A, offset: 0x125BDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x520, symBinAddr: 0x107070, symSize: 0x10 } + - { offsetInCU: 0x346, offset: 0x125BFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO11stringValueSSvgTf4d_n', symObjAddr: 0x9D0, symBinAddr: 0x1073A0, symSize: 0x15 } + - { offsetInCU: 0x382, offset: 0x125C36, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfD', symObjAddr: 0x580, symBinAddr: 0x1070D0, symSize: 0x30 } + - { offsetInCU: 0x410, offset: 0x125CC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfE', symObjAddr: 0x570, symBinAddr: 0x1070C0, symSize: 0x10 } + - { offsetInCU: 0x468, offset: 0x125D1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCMa', symObjAddr: 0x5B0, symBinAddr: 0x107100, symSize: 0x20 } + - { offsetInCU: 0x47C, offset: 0x125D30, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs0D3KeyAAWl', symObjAddr: 0x640, symBinAddr: 0x107120, symSize: 0x30 } + - { offsetInCU: 0x490, offset: 0x125D44, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwet', symObjAddr: 0x7E0, symBinAddr: 0x1071B0, symSize: 0x50 } + - { offsetInCU: 0x4A4, offset: 0x125D58, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwst', symObjAddr: 0x830, symBinAddr: 0x107200, symSize: 0xA0 } + - { offsetInCU: 0x4B8, offset: 0x125D6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwug', symObjAddr: 0x8D0, symBinAddr: 0x1072A0, symSize: 0x10 } + - { offsetInCU: 0x4CC, offset: 0x125D80, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwup', symObjAddr: 0x8E0, symBinAddr: 0x1072B0, symSize: 0x10 } + - { offsetInCU: 0x4E0, offset: 0x125D94, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwui', symObjAddr: 0x8F0, symBinAddr: 0x1072C0, symSize: 0x10 } + - { offsetInCU: 0x4F4, offset: 0x125DA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOMa', symObjAddr: 0x900, symBinAddr: 0x1072D0, symSize: 0x10 } + - { offsetInCU: 0x508, offset: 0x125DBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASQWb', symObjAddr: 0x910, symBinAddr: 0x1072E0, symSize: 0x10 } + - { offsetInCU: 0x51C, offset: 0x125DD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFSQAAWl', symObjAddr: 0x920, symBinAddr: 0x1072F0, symSize: 0x30 } + - { offsetInCU: 0x530, offset: 0x125DE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x950, symBinAddr: 0x107320, symSize: 0x10 } + - { offsetInCU: 0x544, offset: 0x125DF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x960, symBinAddr: 0x107330, symSize: 0x30 } + - { offsetInCU: 0x558, offset: 0x125E0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x990, symBinAddr: 0x107360, symSize: 0x10 } + - { offsetInCU: 0x56C, offset: 0x125E20, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x9A0, symBinAddr: 0x107370, symSize: 0x30 } + - { offsetInCU: 0x5A6, offset: 0x125E5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E0, symBinAddr: 0x106F30, symSize: 0x10 } + - { offsetInCU: 0x5E6, offset: 0x125E9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3F0, symBinAddr: 0x106F40, symSize: 0x10 } + - { offsetInCU: 0x626, offset: 0x125EDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x400, symBinAddr: 0x106F50, symSize: 0x10 } + - { offsetInCU: 0x666, offset: 0x125F1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x410, symBinAddr: 0x106F60, symSize: 0x10 } + - { offsetInCU: 0x69D, offset: 0x125F51, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x530, symBinAddr: 0x107080, symSize: 0x20 } + - { offsetInCU: 0x6B9, offset: 0x125F6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x1070A0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x12614A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x1073C0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x126162, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x1073C0, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x126176, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMr', symObjAddr: 0x10, symBinAddr: 0x1073D0, symSize: 0x40 } + - { offsetInCU: 0x73, offset: 0x126196, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvg', symObjAddr: 0x50, symBinAddr: 0x107410, symSize: 0x60 } + - { offsetInCU: 0xA9, offset: 0x1261CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0xB0, symBinAddr: 0x107470, symSize: 0xB0 } + - { offsetInCU: 0xF2, offset: 0x126215, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_', symObjAddr: 0x160, symBinAddr: 0x107520, symSize: 0x80 } + - { offsetInCU: 0x142, offset: 0x126265, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1E0, symBinAddr: 0x1075A0, symSize: 0xB0 } + - { offsetInCU: 0x207, offset: 0x12632A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCfD', symObjAddr: 0x2B0, symBinAddr: 0x107650, symSize: 0x20 } + - { offsetInCU: 0x251, offset: 0x126374, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x2E0, symBinAddr: 0x107680, symSize: 0x20 } + - { offsetInCU: 0x27C, offset: 0x12639F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x300, symBinAddr: 0x1076A0, symSize: 0x20 } + - { offsetInCU: 0x2AE, offset: 0x1263D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x320, symBinAddr: 0x1076C0, symSize: 0x20 } + - { offsetInCU: 0x2CA, offset: 0x1263ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x400, symBinAddr: 0x1077A0, symSize: 0x10 } + - { offsetInCU: 0x2F8, offset: 0x12641B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMa', symObjAddr: 0x2D0, symBinAddr: 0x107670, symSize: 0x10 } + - { offsetInCU: 0x30C, offset: 0x12642F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x340, symBinAddr: 0x1076E0, symSize: 0x30 } + - { offsetInCU: 0x320, offset: 0x126443, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x370, symBinAddr: 0x107710, symSize: 0x10 } + - { offsetInCU: 0x33F, offset: 0x126462, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x3A0, symBinAddr: 0x107740, symSize: 0x20 } + - { offsetInCU: 0x368, offset: 0x12648B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3C0, symBinAddr: 0x107760, symSize: 0x20 } + - { offsetInCU: 0x37C, offset: 0x12649F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFSbAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3E0, symBinAddr: 0x107780, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x12667E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0x1077B0, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x1266A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0x1077B0, symSize: 0x10 } + - { offsetInCU: 0x9E, offset: 0x1266F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x10, symBinAddr: 0x1077C0, symSize: 0x40 } + - { offsetInCU: 0x109, offset: 0x126760, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5layerACyp_tcfcTo', symObjAddr: 0x50, symBinAddr: 0x107800, symSize: 0xA0 } + - { offsetInCU: 0x14F, offset: 0x1267A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCfD', symObjAddr: 0xF0, symBinAddr: 0x1078A0, symSize: 0x30 } + - { offsetInCU: 0x17D, offset: 0x1267D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCMa', symObjAddr: 0x120, symBinAddr: 0x1078D0, symSize: 0x20 } + - { offsetInCU: 0xC7, offset: 0x126A06, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x1078F0, symSize: 0x3A0 } + - { offsetInCU: 0x21A, offset: 0x126B59, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO8rawValueSSvg', symObjAddr: 0x3A0, symBinAddr: 0x107C90, symSize: 0x20 } + - { offsetInCU: 0x251, offset: 0x126B90, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x3C0, symBinAddr: 0x107CB0, symSize: 0x20 } + - { offsetInCU: 0x2CF, offset: 0x126C0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x420, symBinAddr: 0x107D10, symSize: 0x70 } + - { offsetInCU: 0x335, offset: 0x126C74, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x490, symBinAddr: 0x107D80, symSize: 0x30 } + - { offsetInCU: 0x351, offset: 0x126C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4C0, symBinAddr: 0x107DB0, symSize: 0x10 } + - { offsetInCU: 0x387, offset: 0x126CC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0x107DC0, symSize: 0x60 } + - { offsetInCU: 0x40C, offset: 0x126D4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x530, symBinAddr: 0x107E20, symSize: 0x10 } + - { offsetInCU: 0x428, offset: 0x126D67, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x540, symBinAddr: 0x107E30, symSize: 0x10 } + - { offsetInCU: 0x464, offset: 0x126DA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCfD', symObjAddr: 0x590, symBinAddr: 0x107E80, symSize: 0x40 } + - { offsetInCU: 0x4A7, offset: 0x126DE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5F0, symBinAddr: 0x107EE0, symSize: 0x170 } + - { offsetInCU: 0x4E6, offset: 0x126E25, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x760, symBinAddr: 0x108050, symSize: 0x210 } + - { offsetInCU: 0x525, offset: 0x126E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x990, symBinAddr: 0x108280, symSize: 0x20 } + - { offsetInCU: 0x561, offset: 0x126EA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCMa', symObjAddr: 0x5D0, symBinAddr: 0x107EC0, symSize: 0x20 } + - { offsetInCU: 0x625, offset: 0x126F64, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x9B0, symBinAddr: 0x1082A0, symSize: 0x200 } + - { offsetInCU: 0x842, offset: 0x127181, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xBF0, symBinAddr: 0x1084E0, symSize: 0x60 } + - { offsetInCU: 0x885, offset: 0x1271C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xC50, symBinAddr: 0x108540, symSize: 0x20 } + - { offsetInCU: 0x8C5, offset: 0x127204, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xC70, symBinAddr: 0x108560, symSize: 0x10 } + - { offsetInCU: 0x910, offset: 0x12724F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC80, symBinAddr: 0x108570, symSize: 0x60 } + - { offsetInCU: 0x95B, offset: 0x12729A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xCE0, symBinAddr: 0x1085D0, symSize: 0x10 } + - { offsetInCU: 0x977, offset: 0x1272B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xCF0, symBinAddr: 0x1085E0, symSize: 0x10 } + - { offsetInCU: 0x993, offset: 0x1272D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x1710, symBinAddr: 0x108ED0, symSize: 0x15 } + - { offsetInCU: 0x9CE, offset: 0x12730D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCfD', symObjAddr: 0xD40, symBinAddr: 0x108630, symSize: 0x20 } + - { offsetInCU: 0xA19, offset: 0x127358, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC6encode2toys7Encoder_p_tKF', symObjAddr: 0xD80, symBinAddr: 0x108670, symSize: 0x100 } + - { offsetInCU: 0xA58, offset: 0x127397, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xE80, symBinAddr: 0x108770, symSize: 0x150 } + - { offsetInCU: 0xA97, offset: 0x1273D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1050, symBinAddr: 0x108940, symSize: 0x20 } + - { offsetInCU: 0xAE7, offset: 0x127426, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCMa', symObjAddr: 0xD60, symBinAddr: 0x108650, symSize: 0x20 } + - { offsetInCU: 0xAFB, offset: 0x12743A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x10E0, symBinAddr: 0x108960, symSize: 0x30 } + - { offsetInCU: 0xB0F, offset: 0x12744E, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie4FontCGMa', symObjAddr: 0x1140, symBinAddr: 0x108990, symSize: 0x40 } + - { offsetInCU: 0xB23, offset: 0x127462, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs0C3KeyAAWl', symObjAddr: 0x1210, symBinAddr: 0x108A60, symSize: 0x30 } + - { offsetInCU: 0xB37, offset: 0x127476, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwet', symObjAddr: 0x12C0, symBinAddr: 0x108A90, symSize: 0x80 } + - { offsetInCU: 0xB4B, offset: 0x12748A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwst', symObjAddr: 0x1340, symBinAddr: 0x108B10, symSize: 0xD0 } + - { offsetInCU: 0xB5F, offset: 0x12749E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwug', symObjAddr: 0x1410, symBinAddr: 0x108BE0, symSize: 0x10 } + - { offsetInCU: 0xB73, offset: 0x1274B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwup', symObjAddr: 0x1420, symBinAddr: 0x108BF0, symSize: 0x10 } + - { offsetInCU: 0xB87, offset: 0x1274C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwui', symObjAddr: 0x1430, symBinAddr: 0x108C00, symSize: 0x10 } + - { offsetInCU: 0xB9B, offset: 0x1274DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOMa', symObjAddr: 0x1440, symBinAddr: 0x108C10, symSize: 0x10 } + - { offsetInCU: 0xBAF, offset: 0x1274EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwet', symObjAddr: 0x1460, symBinAddr: 0x108C20, symSize: 0x50 } + - { offsetInCU: 0xBC3, offset: 0x127502, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwst', symObjAddr: 0x14B0, symBinAddr: 0x108C70, symSize: 0xA0 } + - { offsetInCU: 0xBD7, offset: 0x127516, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwug', symObjAddr: 0x1550, symBinAddr: 0x108D10, symSize: 0x10 } + - { offsetInCU: 0xBEB, offset: 0x12752A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwup', symObjAddr: 0x1560, symBinAddr: 0x108D20, symSize: 0x10 } + - { offsetInCU: 0xBFF, offset: 0x12753E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwui', symObjAddr: 0x1570, symBinAddr: 0x108D30, symSize: 0x10 } + - { offsetInCU: 0xC13, offset: 0x127552, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOMa', symObjAddr: 0x1580, symBinAddr: 0x108D40, symSize: 0x10 } + - { offsetInCU: 0xC27, offset: 0x127566, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASQWb', symObjAddr: 0x1590, symBinAddr: 0x108D50, symSize: 0x10 } + - { offsetInCU: 0xC3B, offset: 0x12757A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAESQAAWl', symObjAddr: 0x15A0, symBinAddr: 0x108D60, symSize: 0x30 } + - { offsetInCU: 0xC4F, offset: 0x12758E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASQWb', symObjAddr: 0x15D0, symBinAddr: 0x108D90, symSize: 0x10 } + - { offsetInCU: 0xC63, offset: 0x1275A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFSQAAWl', symObjAddr: 0x15E0, symBinAddr: 0x108DA0, symSize: 0x30 } + - { offsetInCU: 0xC77, offset: 0x1275B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1610, symBinAddr: 0x108DD0, symSize: 0x10 } + - { offsetInCU: 0xC8B, offset: 0x1275CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1620, symBinAddr: 0x108DE0, symSize: 0x30 } + - { offsetInCU: 0xC9F, offset: 0x1275DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1650, symBinAddr: 0x108E10, symSize: 0x10 } + - { offsetInCU: 0xCB3, offset: 0x1275F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1660, symBinAddr: 0x108E20, symSize: 0x30 } + - { offsetInCU: 0xCC7, offset: 0x127606, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1690, symBinAddr: 0x108E50, symSize: 0x10 } + - { offsetInCU: 0xCDB, offset: 0x12761A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x16A0, symBinAddr: 0x108E60, symSize: 0x30 } + - { offsetInCU: 0xCEF, offset: 0x12762E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16D0, symBinAddr: 0x108E90, symSize: 0x10 } + - { offsetInCU: 0xD03, offset: 0x127642, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x16E0, symBinAddr: 0x108EA0, symSize: 0x30 } + - { offsetInCU: 0xD5D, offset: 0x12769C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E0, symBinAddr: 0x107CD0, symSize: 0x10 } + - { offsetInCU: 0xD79, offset: 0x1276B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3F0, symBinAddr: 0x107CE0, symSize: 0x10 } + - { offsetInCU: 0xD95, offset: 0x1276D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x400, symBinAddr: 0x107CF0, symSize: 0x10 } + - { offsetInCU: 0xDB1, offset: 0x1276F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x410, symBinAddr: 0x107D00, symSize: 0x10 } + - { offsetInCU: 0xDD3, offset: 0x127712, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x107E40, symSize: 0x20 } + - { offsetInCU: 0xDEF, offset: 0x12772E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x570, symBinAddr: 0x107E60, symSize: 0x20 } + - { offsetInCU: 0xE6F, offset: 0x1277AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBB0, symBinAddr: 0x1084A0, symSize: 0x10 } + - { offsetInCU: 0xEAF, offset: 0x1277EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xBC0, symBinAddr: 0x1084B0, symSize: 0x10 } + - { offsetInCU: 0xEEF, offset: 0x12782E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBD0, symBinAddr: 0x1084C0, symSize: 0x10 } + - { offsetInCU: 0xF2F, offset: 0x12786E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBE0, symBinAddr: 0x1084D0, symSize: 0x10 } + - { offsetInCU: 0xF66, offset: 0x1278A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xD00, symBinAddr: 0x1085F0, symSize: 0x20 } + - { offsetInCU: 0xF82, offset: 0x1278C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xD20, symBinAddr: 0x108610, symSize: 0x20 } + - { offsetInCU: 0x11A, offset: 0x127B66, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addTransformAnimations3for7contextyAC0D5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xA0, symBinAddr: 0x108EF0, symSize: 0x2B0 } + - { offsetInCU: 0x210, offset: 0x127C5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x350, symBinAddr: 0x1091A0, symSize: 0x20 } + - { offsetInCU: 0x269, offset: 0x127CB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x370, symBinAddr: 0x1091C0, symSize: 0x20 } + - { offsetInCU: 0x2C2, offset: 0x127D0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x390, symBinAddr: 0x1091E0, symSize: 0x20 } + - { offsetInCU: 0x2FD, offset: 0x127D49, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B0, symBinAddr: 0x109200, symSize: 0x10 } + - { offsetInCU: 0x319, offset: 0x127D65, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3C0, symBinAddr: 0x109210, symSize: 0x10 } + - { offsetInCU: 0x353, offset: 0x127D9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x3D0, symBinAddr: 0x109220, symSize: 0x20 } + - { offsetInCU: 0x3AC, offset: 0x127DF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x3F0, symBinAddr: 0x109240, symSize: 0x20 } + - { offsetInCU: 0x3E7, offset: 0x127E33, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x410, symBinAddr: 0x109260, symSize: 0x10 } + - { offsetInCU: 0x403, offset: 0x127E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x420, symBinAddr: 0x109270, symSize: 0x10 } + - { offsetInCU: 0x43D, offset: 0x127E89, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x430, symBinAddr: 0x109280, symSize: 0x20 } + - { offsetInCU: 0x496, offset: 0x127EE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x450, symBinAddr: 0x1092A0, symSize: 0x20 } + - { offsetInCU: 0x508, offset: 0x127F54, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE7hasSkewSbvg', symObjAddr: 0x4A0, symBinAddr: 0x1092C0, symSize: 0xE0 } + - { offsetInCU: 0x686, offset: 0x1280D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModel_pWOc', symObjAddr: 0x580, symBinAddr: 0x1093A0, symSize: 0x30 } + - { offsetInCU: 0x6D1, offset: 0x12811D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE23hasNegativeXScaleValuesSbvg', symObjAddr: 0x5B0, symBinAddr: 0x1093D0, symSize: 0x80 } + - { offsetInCU: 0x7F4, offset: 0x128240, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZAA0A8Vector3DV_AvA0A8Vector1DVAxv5xA4HoldVySo13CATransform3DVGTg5Tf4nnnnnnnnnnnnd_n', symObjAddr: 0x1920, symBinAddr: 0x10A540, symSize: 0x250 } + - { offsetInCU: 0x987, offset: 0x1283D3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x660, symBinAddr: 0x109450, symSize: 0x410 } + - { offsetInCU: 0xA84, offset: 0x1284D0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_', symObjAddr: 0x16D0, symBinAddr: 0x10A330, symSize: 0x1E0 } + - { offsetInCU: 0xBD5, offset: 0x128621, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addPositionAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xA70, symBinAddr: 0x109860, symSize: 0x3B0 } + - { offsetInCU: 0xE22, offset: 0x12886E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE18addScaleAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xE20, symBinAddr: 0x109C10, symSize: 0x2B0 } + - { offsetInCU: 0x103A, offset: 0x128A86, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addRotationAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x10D0, symBinAddr: 0x109EC0, symSize: 0x3D0 } + - { offsetInCU: 0x11F6, offset: 0x128C42, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE16hasSkewAnimationSbvg', symObjAddr: 0x1630, symBinAddr: 0x10A290, symSize: 0xA0 } + - { offsetInCU: 0x12BE, offset: 0x128D0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5TA', symObjAddr: 0x1910, symBinAddr: 0x10A530, symSize: 0x10 } + - { offsetInCU: 0x131F, offset: 0x128D6B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_TA', symObjAddr: 0x1D50, symBinAddr: 0x10A790, symSize: 0x30 } + - { offsetInCU: 0x1333, offset: 0x128D7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x1E50, symBinAddr: 0x10A890, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x129153, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0x10A9F0, symSize: 0x210 } + - { offsetInCU: 0x126, offset: 0x12924E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0x10A9F0, symSize: 0x210 } + - { offsetInCU: 0x358, offset: 0x129480, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfd', symObjAddr: 0x210, symBinAddr: 0x10AC00, symSize: 0x80 } + - { offsetInCU: 0x385, offset: 0x1294AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfD', symObjAddr: 0x290, symBinAddr: 0x10AC80, symSize: 0x20 } + - { offsetInCU: 0x3C1, offset: 0x1294E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x2D0, symBinAddr: 0x10ACC0, symSize: 0x20 } + - { offsetInCU: 0x402, offset: 0x12952A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x2F0, symBinAddr: 0x10ACE0, symSize: 0x30 } + - { offsetInCU: 0x443, offset: 0x12956B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x320, symBinAddr: 0x10AD10, symSize: 0x20 } + - { offsetInCU: 0x484, offset: 0x1295AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x340, symBinAddr: 0x10AD30, symSize: 0x20 } + - { offsetInCU: 0x4B6, offset: 0x1295DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC9transformAcA14ShapeTransformCSg_tcfcTf4gn_n', symObjAddr: 0x690, symBinAddr: 0x10B080, symSize: 0xB60 } + - { offsetInCU: 0xDB7, offset: 0x129EDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCMa', symObjAddr: 0x2B0, symBinAddr: 0x10ACA0, symSize: 0x20 } + - { offsetInCU: 0xDD7, offset: 0x129EFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfd', symObjAddr: 0x360, symBinAddr: 0x10AD50, symSize: 0x50 } + - { offsetInCU: 0xE04, offset: 0x129F2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfD', symObjAddr: 0x3B0, symBinAddr: 0x10ADA0, symSize: 0x20 } + - { offsetInCU: 0xE4F, offset: 0x129F77, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x3F0, symBinAddr: 0x10ADE0, symSize: 0x40 } + - { offsetInCU: 0xE99, offset: 0x129FC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x430, symBinAddr: 0x10AE20, symSize: 0x30 } + - { offsetInCU: 0xEE9, offset: 0x12A011, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x460, symBinAddr: 0x10AE50, symSize: 0x40 } + - { offsetInCU: 0xF33, offset: 0x12A05B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x4A0, symBinAddr: 0x10AE90, symSize: 0x10 } + - { offsetInCU: 0xF65, offset: 0x12A08D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x4B0, symBinAddr: 0x10AEA0, symSize: 0x10 } + - { offsetInCU: 0xFC9, offset: 0x12A0F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x4C0, symBinAddr: 0x10AEB0, symSize: 0x30 } + - { offsetInCU: 0x102B, offset: 0x12A153, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x4F0, symBinAddr: 0x10AEE0, symSize: 0x10 } + - { offsetInCU: 0x1056, offset: 0x12A17E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x500, symBinAddr: 0x10AEF0, symSize: 0x10 } + - { offsetInCU: 0x1088, offset: 0x12A1B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x510, symBinAddr: 0x10AF00, symSize: 0x10 } + - { offsetInCU: 0x10B3, offset: 0x12A1DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x520, symBinAddr: 0x10AF10, symSize: 0x10 } + - { offsetInCU: 0x10F4, offset: 0x12A21C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x530, symBinAddr: 0x10AF20, symSize: 0x10 } + - { offsetInCU: 0x1135, offset: 0x12A25D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x540, symBinAddr: 0x10AF30, symSize: 0x20 } + - { offsetInCU: 0x119D, offset: 0x12A2C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x560, symBinAddr: 0x10AF50, symSize: 0x60 } + - { offsetInCU: 0x1224, offset: 0x12A34C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x5C0, symBinAddr: 0x10AFB0, symSize: 0x50 } + - { offsetInCU: 0x1284, offset: 0x12A3AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x610, symBinAddr: 0x10B000, symSize: 0x30 } + - { offsetInCU: 0x12C5, offset: 0x12A3ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x640, symBinAddr: 0x10B030, symSize: 0x20 } + - { offsetInCU: 0x1315, offset: 0x12A43D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x660, symBinAddr: 0x10B050, symSize: 0x30 } + - { offsetInCU: 0x1350, offset: 0x12A478, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC4name06parentC04treeACSS_AA08AnimatorC0_pSgAA0C4TreeCtcfcTf4gggn_n', symObjAddr: 0x11F0, symBinAddr: 0x10BBE0, symSize: 0x5F0 } + - { offsetInCU: 0x17EA, offset: 0x12A912, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x17E0, symBinAddr: 0x10C1D0, symSize: 0x1E0 } + - { offsetInCU: 0x188B, offset: 0x12A9B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCMa', symObjAddr: 0x3D0, symBinAddr: 0x10ADC0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x12B172, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x10C3B0, symSize: 0x50 } + - { offsetInCU: 0x4F, offset: 0x12B196, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x10C3B0, symSize: 0x50 } + - { offsetInCU: 0x7C, offset: 0x12B1C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfD', symObjAddr: 0x50, symBinAddr: 0x10C400, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x12B1FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x90, symBinAddr: 0x10C440, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x12B240, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xB0, symBinAddr: 0x10C460, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x12B281, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xE0, symBinAddr: 0x10C490, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x12B2B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesC12gradientfillAcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x770, symBinAddr: 0x10CB20, symSize: 0x4A0 } + - { offsetInCU: 0x4B4, offset: 0x12B5FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCMa', symObjAddr: 0x70, symBinAddr: 0x10C420, symSize: 0x20 } + - { offsetInCU: 0x4F2, offset: 0x12B639, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCfD', symObjAddr: 0x100, symBinAddr: 0x10C4B0, symSize: 0x40 } + - { offsetInCU: 0x553, offset: 0x12B69A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x160, symBinAddr: 0x10C510, symSize: 0x40 } + - { offsetInCU: 0x59D, offset: 0x12B6E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x1A0, symBinAddr: 0x10C550, symSize: 0x30 } + - { offsetInCU: 0x5DE, offset: 0x12B725, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1D0, symBinAddr: 0x10C580, symSize: 0x10 } + - { offsetInCU: 0x610, offset: 0x12B757, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E0, symBinAddr: 0x10C590, symSize: 0x10 } + - { offsetInCU: 0x674, offset: 0x12B7BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1F0, symBinAddr: 0x10C5A0, symSize: 0x20 } + - { offsetInCU: 0x6D6, offset: 0x12B81D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x210, symBinAddr: 0x10C5C0, symSize: 0x10 } + - { offsetInCU: 0x701, offset: 0x12B848, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x220, symBinAddr: 0x10C5D0, symSize: 0x10 } + - { offsetInCU: 0x733, offset: 0x12B87A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x10C5E0, symSize: 0x10 } + - { offsetInCU: 0x75E, offset: 0x12B8A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x240, symBinAddr: 0x10C5F0, symSize: 0x10 } + - { offsetInCU: 0x79F, offset: 0x12B8E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x10C600, symSize: 0x10 } + - { offsetInCU: 0x7E0, offset: 0x12B927, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x260, symBinAddr: 0x10C610, symSize: 0x20 } + - { offsetInCU: 0x812, offset: 0x12B959, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x280, symBinAddr: 0x10C630, symSize: 0x10 } + - { offsetInCU: 0x84C, offset: 0x12B993, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x290, symBinAddr: 0x10C640, symSize: 0x50 } + - { offsetInCU: 0x889, offset: 0x12B9D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xC10, symBinAddr: 0x10CFC0, symSize: 0x240 } + - { offsetInCU: 0xCAA, offset: 0x12BDF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCMa', symObjAddr: 0x140, symBinAddr: 0x10C4F0, symSize: 0x20 } + - { offsetInCU: 0xDD9, offset: 0x12BF20, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x2E0, symBinAddr: 0x10C690, symSize: 0x160 } + - { offsetInCU: 0xE65, offset: 0x12BFAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x440, symBinAddr: 0x10C7F0, symSize: 0x1F0 } + - { offsetInCU: 0xFC9, offset: 0x12C110, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcSaySdG_Tg5Tf4en_nAA20KeyframeInterpolatorCyAGG_Tg5', symObjAddr: 0x630, symBinAddr: 0x10C9E0, symSize: 0x140 } + - { offsetInCU: 0x1623, offset: 0x12C76A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOc', symObjAddr: 0xF30, symBinAddr: 0x10D200, symSize: 0x30 } + - { offsetInCU: 0x1637, offset: 0x12C77E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOh', symObjAddr: 0xF60, symBinAddr: 0x10D230, symSize: 0x30 } + - { offsetInCU: 0x2B, offset: 0x12CB43, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x10D260, symSize: 0x1D0 } + - { offsetInCU: 0x5C, offset: 0x12CB74, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x10D260, symSize: 0x1D0 } + - { offsetInCU: 0xB8, offset: 0x12CBD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1D0, symBinAddr: 0x10D430, symSize: 0x2D0 } + - { offsetInCU: 0x1BA, offset: 0x12CCD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC6encode2toys7Encoder_p_tKF', symObjAddr: 0x4A0, symBinAddr: 0x10D700, symSize: 0x140 } + - { offsetInCU: 0x1F9, offset: 0x12CD11, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x830, symBinAddr: 0x10DA90, symSize: 0x40 } + - { offsetInCU: 0x230, offset: 0x12CD48, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO8rawValueSSvg', symObjAddr: 0x870, symBinAddr: 0x10DAD0, symSize: 0x20 } + - { offsetInCU: 0x267, offset: 0x12CD7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x890, symBinAddr: 0x10DAF0, symSize: 0x20 } + - { offsetInCU: 0x2E5, offset: 0x12CDFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x8F0, symBinAddr: 0x10DB50, symSize: 0x70 } + - { offsetInCU: 0x34B, offset: 0x12CE63, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x960, symBinAddr: 0x10DBC0, symSize: 0x30 } + - { offsetInCU: 0x367, offset: 0x12CE7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x990, symBinAddr: 0x10DBF0, symSize: 0x10 } + - { offsetInCU: 0x39D, offset: 0x12CEB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x9A0, symBinAddr: 0x10DC00, symSize: 0x60 } + - { offsetInCU: 0x422, offset: 0x12CF3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA00, symBinAddr: 0x10DC60, symSize: 0x10 } + - { offsetInCU: 0x43E, offset: 0x12CF56, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xA10, symBinAddr: 0x10DC70, symSize: 0x10 } + - { offsetInCU: 0x47A, offset: 0x12CF92, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCfD', symObjAddr: 0xA60, symBinAddr: 0x10DCC0, symSize: 0x20 } + - { offsetInCU: 0x4C5, offset: 0x12CFDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCC0, symBinAddr: 0x10DED0, symSize: 0x20 } + - { offsetInCU: 0x4E8, offset: 0x12D000, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xCE0, symBinAddr: 0x10DEF0, symSize: 0x20 } + - { offsetInCU: 0x5AE, offset: 0x12D0C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueSSvg', symObjAddr: 0x5E0, symBinAddr: 0x10D840, symSize: 0x20 } + - { offsetInCU: 0x5E6, offset: 0x12D0FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x750, symBinAddr: 0x10D9B0, symSize: 0x40 } + - { offsetInCU: 0x62C, offset: 0x12D144, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x790, symBinAddr: 0x10D9F0, symSize: 0x30 } + - { offsetInCU: 0x656, offset: 0x12D16E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7C0, symBinAddr: 0x10DA20, symSize: 0x20 } + - { offsetInCU: 0x68E, offset: 0x12D1A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueACSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1210, symBinAddr: 0x10E420, symSize: 0x50 } + - { offsetInCU: 0x6B9, offset: 0x12D1D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x14A0, symBinAddr: 0x10E670, symSize: 0xE0 } + - { offsetInCU: 0x75E, offset: 0x12D276, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO13discriminator_WZ', symObjAddr: 0x820, symBinAddr: 0x10DA80, symSize: 0x10 } + - { offsetInCU: 0x778, offset: 0x12D290, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCMa', symObjAddr: 0xA80, symBinAddr: 0x10DCE0, symSize: 0x20 } + - { offsetInCU: 0x78C, offset: 0x12D2A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwet', symObjAddr: 0xAC0, symBinAddr: 0x10DD00, symSize: 0x80 } + - { offsetInCU: 0x7A0, offset: 0x12D2B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwst', symObjAddr: 0xB40, symBinAddr: 0x10DD80, symSize: 0xD0 } + - { offsetInCU: 0x7B4, offset: 0x12D2CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwup', symObjAddr: 0xC10, symBinAddr: 0x10DE50, symSize: 0x10 } + - { offsetInCU: 0x7C8, offset: 0x12D2E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOMa', symObjAddr: 0xC20, symBinAddr: 0x10DE60, symSize: 0x10 } + - { offsetInCU: 0x7DC, offset: 0x12D2F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASQWb', symObjAddr: 0xC30, symBinAddr: 0x10DE70, symSize: 0x10 } + - { offsetInCU: 0x7F0, offset: 0x12D308, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSQAAWl', symObjAddr: 0xC40, symBinAddr: 0x10DE80, symSize: 0x30 } + - { offsetInCU: 0x804, offset: 0x12D31C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC70, symBinAddr: 0x10DEB0, symSize: 0x20 } + - { offsetInCU: 0x818, offset: 0x12D330, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZ', symObjAddr: 0xD00, symBinAddr: 0x10DF10, symSize: 0x10 } + - { offsetInCU: 0x834, offset: 0x12D34C, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xD10, symBinAddr: 0x10DF20, symSize: 0x500 } + - { offsetInCU: 0xC15, offset: 0x12D72D, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x12A0, symBinAddr: 0x10E470, symSize: 0x200 } + - { offsetInCU: 0xE57, offset: 0x12D96F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSYAAWl', symObjAddr: 0x15E0, symBinAddr: 0x10E750, symSize: 0x30 } + - { offsetInCU: 0xE6B, offset: 0x12D983, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs0D3KeyAAWl', symObjAddr: 0x1610, symBinAddr: 0x10E780, symSize: 0x30 } + - { offsetInCU: 0xE7F, offset: 0x12D997, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSEAAWl', symObjAddr: 0x1640, symBinAddr: 0x10E7B0, symSize: 0x30 } + - { offsetInCU: 0xE93, offset: 0x12D9AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwet', symObjAddr: 0x1700, symBinAddr: 0x10E7E0, symSize: 0x80 } + - { offsetInCU: 0xEA7, offset: 0x12D9BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwst', symObjAddr: 0x1780, symBinAddr: 0x10E860, symSize: 0xD0 } + - { offsetInCU: 0xEBB, offset: 0x12D9D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwug', symObjAddr: 0x1850, symBinAddr: 0x10E930, symSize: 0x10 } + - { offsetInCU: 0xECF, offset: 0x12D9E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwup', symObjAddr: 0x1860, symBinAddr: 0x10E940, symSize: 0x10 } + - { offsetInCU: 0xEE3, offset: 0x12D9FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwui', symObjAddr: 0x1870, symBinAddr: 0x10E950, symSize: 0x10 } + - { offsetInCU: 0xEF7, offset: 0x12DA0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOMa', symObjAddr: 0x1880, symBinAddr: 0x10E960, symSize: 0x10 } + - { offsetInCU: 0xF0B, offset: 0x12DA23, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASQWb', symObjAddr: 0x1890, symBinAddr: 0x10E970, symSize: 0x10 } + - { offsetInCU: 0xF1F, offset: 0x12DA37, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFSQAAWl', symObjAddr: 0x18A0, symBinAddr: 0x10E980, symSize: 0x30 } + - { offsetInCU: 0xF33, offset: 0x12DA4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x18D0, symBinAddr: 0x10E9B0, symSize: 0x10 } + - { offsetInCU: 0xF47, offset: 0x12DA5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x18E0, symBinAddr: 0x10E9C0, symSize: 0x30 } + - { offsetInCU: 0xF5B, offset: 0x12DA73, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1910, symBinAddr: 0x10E9F0, symSize: 0x10 } + - { offsetInCU: 0xF6F, offset: 0x12DA87, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1920, symBinAddr: 0x10EA00, symSize: 0x30 } + - { offsetInCU: 0xFF9, offset: 0x12DB11, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x600, symBinAddr: 0x10D860, symSize: 0x80 } + - { offsetInCU: 0x10C8, offset: 0x12DBE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x680, symBinAddr: 0x10D8E0, symSize: 0x50 } + - { offsetInCU: 0x1146, offset: 0x12DC5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6D0, symBinAddr: 0x10D930, symSize: 0x30 } + - { offsetInCU: 0x1198, offset: 0x12DCB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x700, symBinAddr: 0x10D960, symSize: 0x50 } + - { offsetInCU: 0x11F4, offset: 0x12DD0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x7E0, symBinAddr: 0x10DA40, symSize: 0x40 } + - { offsetInCU: 0x1217, offset: 0x12DD2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8B0, symBinAddr: 0x10DB10, symSize: 0x10 } + - { offsetInCU: 0x1233, offset: 0x12DD4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x8C0, symBinAddr: 0x10DB20, symSize: 0x10 } + - { offsetInCU: 0x124F, offset: 0x12DD67, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8D0, symBinAddr: 0x10DB30, symSize: 0x10 } + - { offsetInCU: 0x126B, offset: 0x12DD83, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8E0, symBinAddr: 0x10DB40, symSize: 0x10 } + - { offsetInCU: 0x128D, offset: 0x12DDA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA20, symBinAddr: 0x10DC80, symSize: 0x20 } + - { offsetInCU: 0x12A9, offset: 0x12DDC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA40, symBinAddr: 0x10DCA0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x12E02B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x10EA50, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0x12E06D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x10EA50, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0x12E0BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0x10EAC0, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x12E100, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0x10EAE0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x12E141, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0x10EB10, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x12E173, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesC9rectangleAcA9RectangleC_tcfcTf4gn_n', symObjAddr: 0xC90, symBinAddr: 0x10F6A0, symSize: 0x3B0 } + - { offsetInCU: 0x47A, offset: 0x12E47A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCMa', symObjAddr: 0x50, symBinAddr: 0x10EAA0, symSize: 0x20 } + - { offsetInCU: 0x5B5, offset: 0x12E5B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0x10EB30, symSize: 0xE0 } + - { offsetInCU: 0x6E1, offset: 0x12E6E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCfD', symObjAddr: 0x1C0, symBinAddr: 0x10EC10, symSize: 0x40 } + - { offsetInCU: 0x742, offset: 0x12E742, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x220, symBinAddr: 0x10EC70, symSize: 0x40 } + - { offsetInCU: 0x78C, offset: 0x12E78C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x260, symBinAddr: 0x10ECB0, symSize: 0x30 } + - { offsetInCU: 0x7BE, offset: 0x12E7BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x290, symBinAddr: 0x10ECE0, symSize: 0x10 } + - { offsetInCU: 0x7DA, offset: 0x12E7DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2A0, symBinAddr: 0x10ECF0, symSize: 0x10 } + - { offsetInCU: 0x83E, offset: 0x12E83E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2B0, symBinAddr: 0x10ED00, symSize: 0x20 } + - { offsetInCU: 0x8A0, offset: 0x12E8A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2D0, symBinAddr: 0x10ED20, symSize: 0x10 } + - { offsetInCU: 0x8CB, offset: 0x12E8CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2E0, symBinAddr: 0x10ED30, symSize: 0x10 } + - { offsetInCU: 0x8FD, offset: 0x12E8FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F0, symBinAddr: 0x10ED40, symSize: 0x10 } + - { offsetInCU: 0x928, offset: 0x12E928, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x300, symBinAddr: 0x10ED50, symSize: 0x10 } + - { offsetInCU: 0x969, offset: 0x12E969, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x310, symBinAddr: 0x10ED60, symSize: 0x10 } + - { offsetInCU: 0x9AA, offset: 0x12E9AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x320, symBinAddr: 0x10ED70, symSize: 0x20 } + - { offsetInCU: 0x9EB, offset: 0x12E9EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x340, symBinAddr: 0x10ED90, symSize: 0x20 } + - { offsetInCU: 0xA1D, offset: 0x12EA1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC06parentC09rectangleAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x1040, symBinAddr: 0x10FA50, symSize: 0x120 } + - { offsetInCU: 0xAD7, offset: 0x12EAD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCMa', symObjAddr: 0x200, symBinAddr: 0x10EC50, symSize: 0x20 } + - { offsetInCU: 0xF1F, offset: 0x12EF1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9rectangle8position4size12cornerRadius9directionACSo7CGPointV_So6CGSizeV12CoreGraphics7CGFloatVAA0C9DirectionOtFZTf4nnnnd_n', symObjAddr: 0x360, symBinAddr: 0x10EDB0, symSize: 0x8F0 } + - { offsetInCU: 0x27, offset: 0x130498, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0x10FB70, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x1304B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0x10FB70, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x1304C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMr', symObjAddr: 0x10, symBinAddr: 0x10FB80, symSize: 0x90 } + - { offsetInCU: 0x73, offset: 0x1304E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfC', symObjAddr: 0xA0, symBinAddr: 0x10FC10, symSize: 0x80 } + - { offsetInCU: 0x91, offset: 0x130502, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfc', symObjAddr: 0x120, symBinAddr: 0x10FC90, symSize: 0x190 } + - { offsetInCU: 0x158, offset: 0x1305C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x2B0, symBinAddr: 0x10FE20, symSize: 0x60 } + - { offsetInCU: 0x18D, offset: 0x1305FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x310, symBinAddr: 0x10FE80, symSize: 0x10 } + - { offsetInCU: 0x1C2, offset: 0x130633, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueSSvg', symObjAddr: 0x320, symBinAddr: 0x10FE90, symSize: 0x20 } + - { offsetInCU: 0x209, offset: 0x13067A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x340, symBinAddr: 0x10FEB0, symSize: 0x20 } + - { offsetInCU: 0x259, offset: 0x1306CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x490, symBinAddr: 0x110000, symSize: 0x30 } + - { offsetInCU: 0x275, offset: 0x1306E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x4C0, symBinAddr: 0x110030, symSize: 0x30 } + - { offsetInCU: 0x291, offset: 0x130702, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4F0, symBinAddr: 0x110060, symSize: 0x10 } + - { offsetInCU: 0x2AD, offset: 0x13071E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x500, symBinAddr: 0x110070, symSize: 0x20 } + - { offsetInCU: 0x2C9, offset: 0x13073A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x520, symBinAddr: 0x110090, symSize: 0x10 } + - { offsetInCU: 0x2F4, offset: 0x130765, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x530, symBinAddr: 0x1100A0, symSize: 0x20 } + - { offsetInCU: 0x325, offset: 0x130796, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1350, symBinAddr: 0x110CF0, symSize: 0x10 } + - { offsetInCU: 0x34F, offset: 0x1307C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC6isHoldSbvg', symObjAddr: 0x5B0, symBinAddr: 0x110120, symSize: 0x30 } + - { offsetInCU: 0x3D2, offset: 0x130843, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCfD', symObjAddr: 0x640, symBinAddr: 0x110150, symSize: 0x70 } + - { offsetInCU: 0x427, offset: 0x130898, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMa', symObjAddr: 0x6B0, symBinAddr: 0x1101C0, symSize: 0x10 } + - { offsetInCU: 0x43B, offset: 0x1308AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x6C0, symBinAddr: 0x1101D0, symSize: 0x360 } + - { offsetInCU: 0x488, offset: 0x1308F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0xA20, symBinAddr: 0x110530, symSize: 0x50 } + - { offsetInCU: 0x4AB, offset: 0x13091C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfc', symObjAddr: 0xA70, symBinAddr: 0x110580, symSize: 0x4C0 } + - { offsetInCU: 0x4F8, offset: 0x130969, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xF30, symBinAddr: 0x110A40, symSize: 0x20 } + - { offsetInCU: 0x51B, offset: 0x13098C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF50, symBinAddr: 0x110A60, symSize: 0x30 } + - { offsetInCU: 0x53E, offset: 0x1309AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMa', symObjAddr: 0xF80, symBinAddr: 0x110A90, symSize: 0x10 } + - { offsetInCU: 0x552, offset: 0x1309C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSEAAWl', symObjAddr: 0xFF0, symBinAddr: 0x110AA0, symSize: 0x30 } + - { offsetInCU: 0x566, offset: 0x1309D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSeAAWl', symObjAddr: 0x10B0, symBinAddr: 0x110AD0, symSize: 0x30 } + - { offsetInCU: 0x57A, offset: 0x1309EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMi', symObjAddr: 0x1140, symBinAddr: 0x110B00, symSize: 0x10 } + - { offsetInCU: 0x58E, offset: 0x1309FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwet', symObjAddr: 0x1170, symBinAddr: 0x110B10, symSize: 0x80 } + - { offsetInCU: 0x5A2, offset: 0x130A13, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwst', symObjAddr: 0x11F0, symBinAddr: 0x110B90, symSize: 0xD0 } + - { offsetInCU: 0x5B6, offset: 0x130A27, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwug', symObjAddr: 0x12C0, symBinAddr: 0x110C60, symSize: 0x10 } + - { offsetInCU: 0x5CA, offset: 0x130A3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwup', symObjAddr: 0x12D0, symBinAddr: 0x110C70, symSize: 0x10 } + - { offsetInCU: 0x5DE, offset: 0x130A4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwui', symObjAddr: 0x12E0, symBinAddr: 0x110C80, symSize: 0x10 } + - { offsetInCU: 0x5F2, offset: 0x130A63, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASQWb', symObjAddr: 0x12F0, symBinAddr: 0x110C90, symSize: 0x20 } + - { offsetInCU: 0x606, offset: 0x130A77, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1310, symBinAddr: 0x110CB0, symSize: 0x20 } + - { offsetInCU: 0x61A, offset: 0x130A8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1330, symBinAddr: 0x110CD0, symSize: 0x20 } + - { offsetInCU: 0x63F, offset: 0x130AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x360, symBinAddr: 0x10FED0, symSize: 0x50 } + - { offsetInCU: 0x65B, offset: 0x130ACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x3B0, symBinAddr: 0x10FF20, symSize: 0x40 } + - { offsetInCU: 0x677, offset: 0x130AE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3F0, symBinAddr: 0x10FF60, symSize: 0x50 } + - { offsetInCU: 0x693, offset: 0x130B04, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x440, symBinAddr: 0x10FFB0, symSize: 0x50 } + - { offsetInCU: 0x6B5, offset: 0x130B26, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x1100C0, symSize: 0x30 } + - { offsetInCU: 0x6D1, offset: 0x130B42, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0x1100F0, symSize: 0x30 } + - { offsetInCU: 0xA5, offset: 0x130DE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x1650, symBinAddr: 0x112350, symSize: 0x270 } + - { offsetInCU: 0x3D7, offset: 0x131118, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA17GroupInterpolatorCyAA0A8Vector1DVG_Tg5', symObjAddr: 0x80, symBinAddr: 0x110D80, symSize: 0x120 } + - { offsetInCU: 0x52A, offset: 0x13126B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA06SinglecD0CySayAA0A8Vector1DVGG_Tg5', symObjAddr: 0x1A0, symBinAddr: 0x110EA0, symSize: 0xD0 } + - { offsetInCU: 0x62E, offset: 0x13136F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x390, symBinAddr: 0x111090, symSize: 0xD0 } + - { offsetInCU: 0x692, offset: 0x1313D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5', symObjAddr: 0x460, symBinAddr: 0x111160, symSize: 0xF0 } + - { offsetInCU: 0x741, offset: 0x131482, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x550, symBinAddr: 0x111250, symSize: 0xE0 } + - { offsetInCU: 0x832, offset: 0x131573, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_Tg5', symObjAddr: 0x630, symBinAddr: 0x111330, symSize: 0x220 } + - { offsetInCU: 0x95E, offset: 0x13169F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_Tg5', symObjAddr: 0x850, symBinAddr: 0x111550, symSize: 0x160 } + - { offsetInCU: 0xA40, offset: 0x131781, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_Tg5', symObjAddr: 0x9B0, symBinAddr: 0x1116B0, symSize: 0xD0 } + - { offsetInCU: 0xB28, offset: 0x131869, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0xA80, symBinAddr: 0x111780, symSize: 0x290 } + - { offsetInCU: 0x1219, offset: 0x131F5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtFAA0A5ColorV_Tg5', symObjAddr: 0x1230, symBinAddr: 0x111F30, symSize: 0x130 } + - { offsetInCU: 0x1379, offset: 0x1320BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtFAA0A8Vector3DV_Tg5', symObjAddr: 0x15C0, symBinAddr: 0x1122C0, symSize: 0x90 } + - { offsetInCU: 0x17D1, offset: 0x132512, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9ShapeItemC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKF', symObjAddr: 0x18C0, symBinAddr: 0x1125C0, symSize: 0x860 } + - { offsetInCU: 0x1CDF, offset: 0x132A20, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKF', symObjAddr: 0x2120, symBinAddr: 0x112E20, symSize: 0x1C0 } + - { offsetInCU: 0x1E7F, offset: 0x132BC0, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF', symObjAddr: 0x22E0, symBinAddr: 0x112FE0, symSize: 0x1F0 } + - { offsetInCU: 0x2043, offset: 0x132D84, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKF', symObjAddr: 0x24D0, symBinAddr: 0x1131D0, symSize: 0xF60 } + - { offsetInCU: 0x3785, offset: 0x1344C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndtyF', symObjAddr: 0x3450, symBinAddr: 0x114130, symSize: 0x4B0 } + - { offsetInCU: 0x3E6B, offset: 0x134BAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b39C038startValueIsAlwaysLessOrEqualToThane7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x3AB0, symBinAddr: 0x114790, symSize: 0x780 } + - { offsetInCU: 0x44DB, offset: 0x13521C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b42C041startValueIsAlwaysGreaterThanOrEqualToe7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x4230, symBinAddr: 0x114F10, symSize: 0x780 } + - { offsetInCU: 0x4B3E, offset: 0x13587F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5', symObjAddr: 0x49B0, symBinAddr: 0x115690, symSize: 0x20 } + - { offsetInCU: 0x4B56, offset: 0x135897, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5', symObjAddr: 0x49D0, symBinAddr: 0x1156B0, symSize: 0x60 } + - { offsetInCU: 0x4B6E, offset: 0x1358AF, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5', symObjAddr: 0x4A30, symBinAddr: 0x115710, symSize: 0x20 } + - { offsetInCU: 0x4B86, offset: 0x1358C7, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5', symObjAddr: 0x4A50, symBinAddr: 0x115730, symSize: 0x40 } + - { offsetInCU: 0x4CEB, offset: 0x135A2C, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4D90, symBinAddr: 0x115A70, symSize: 0x110 } + - { offsetInCU: 0x4DB2, offset: 0x135AF3, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnFSS_Tg5', symObjAddr: 0x4EA0, symBinAddr: 0x115B80, symSize: 0x210 } + - { offsetInCU: 0x4E49, offset: 0x135B8A, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x50B0, symBinAddr: 0x115D90, symSize: 0x140 } + - { offsetInCU: 0x4EFA, offset: 0x135C3B, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtFSS_Tg5', symObjAddr: 0x51F0, symBinAddr: 0x115ED0, symSize: 0x190 } + - { offsetInCU: 0x4FD2, offset: 0x135D13, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x5380, symBinAddr: 0x116060, symSize: 0x1C0 } + - { offsetInCU: 0x502B, offset: 0x135D6C, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyFSS_Tg5', symObjAddr: 0x5540, symBinAddr: 0x116220, symSize: 0x200 } + - { offsetInCU: 0x509A, offset: 0x135DDB, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x5740, symBinAddr: 0x116420, symSize: 0x2A0 } + - { offsetInCU: 0x515D, offset: 0x135E9E, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tFSS_Tg5', symObjAddr: 0x59E0, symBinAddr: 0x1166C0, symSize: 0x300 } + - { offsetInCU: 0x521B, offset: 0x135F5C, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x5CE0, symBinAddr: 0x1169C0, symSize: 0x310 } + - { offsetInCU: 0x5313, offset: 0x136054, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tFSS_Tg5', symObjAddr: 0x5FF0, symBinAddr: 0x116CD0, symSize: 0x320 } + - { offsetInCU: 0x5426, offset: 0x136167, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5', symObjAddr: 0x6310, symBinAddr: 0x116FF0, symSize: 0x30 } + - { offsetInCU: 0x5471, offset: 0x1361B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5', symObjAddr: 0x6470, symBinAddr: 0x1170B0, symSize: 0x90 } + - { offsetInCU: 0x54B6, offset: 0x1361F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x6530, symBinAddr: 0x117140, symSize: 0x10 } + - { offsetInCU: 0x54CA, offset: 0x13620B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x6660, symBinAddr: 0x1171F0, symSize: 0x10 } + - { offsetInCU: 0x54DE, offset: 0x13621F, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x66A0, symBinAddr: 0x117200, symSize: 0x40 } + - { offsetInCU: 0x54F2, offset: 0x136233, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x67A0, symBinAddr: 0x117240, symSize: 0x20 } + - { offsetInCU: 0x5506, offset: 0x136247, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x67C0, symBinAddr: 0x117260, symSize: 0x20 } + - { offsetInCU: 0x551A, offset: 0x13625B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x6870, symBinAddr: 0x1172B0, symSize: 0x10 } + - { offsetInCU: 0x5539, offset: 0x13627A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_TG5TA', symObjAddr: 0x6880, symBinAddr: 0x1172C0, symSize: 0x20 } + - { offsetInCU: 0x556D, offset: 0x1362AE, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE12TextDocumentCG_Tg5TA', symObjAddr: 0x68A0, symBinAddr: 0x1172E0, symSize: 0x40 } + - { offsetInCU: 0x5596, offset: 0x1362D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x68E0, symBinAddr: 0x117320, symSize: 0x10 } + - { offsetInCU: 0x55B5, offset: 0x1362F6, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E5ColorVG_Tg5TA', symObjAddr: 0x68F0, symBinAddr: 0x117330, symSize: 0x60 } + - { offsetInCU: 0x55DE, offset: 0x13631F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x6970, symBinAddr: 0x1173B0, symSize: 0x10 } + - { offsetInCU: 0x5608, offset: 0x136349, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRAE0D8Vector1DV_TG5TA', symObjAddr: 0x6980, symBinAddr: 0x1173C0, symSize: 0x20 } + - { offsetInCU: 0x5651, offset: 0x136392, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_TG5TA', symObjAddr: 0x6A00, symBinAddr: 0x117440, symSize: 0x20 } + - { offsetInCU: 0x56A2, offset: 0x1363E3, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_Sd_Tg5TA', symObjAddr: 0x6A80, symBinAddr: 0x1174C0, symSize: 0x20 } + - { offsetInCU: 0x5725, offset: 0x136466, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_Sd_TG5TA', symObjAddr: 0x6AA0, symBinAddr: 0x1174E0, symSize: 0x50 } + - { offsetInCU: 0x580D, offset: 0x13654E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5TA', symObjAddr: 0x6AF0, symBinAddr: 0x117530, symSize: 0x10 } + - { offsetInCU: 0x582C, offset: 0x13656D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E8Vector3DVG_Tg5TA', symObjAddr: 0x6B00, symBinAddr: 0x117540, symSize: 0x30 } + - { offsetInCU: 0x5860, offset: 0x1365A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_TG5TA', symObjAddr: 0x6B30, symBinAddr: 0x117570, symSize: 0x30 } + - { offsetInCU: 0x5894, offset: 0x1365D5, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE10BezierPathVG_Tg5TA', symObjAddr: 0x6B60, symBinAddr: 0x1175A0, symSize: 0x30 } + - { offsetInCU: 0x5CB7, offset: 0x1369F8, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3900, symBinAddr: 0x1145E0, symSize: 0xE0 } + - { offsetInCU: 0x5D5C, offset: 0x136A9D, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x39E0, symBinAddr: 0x1146C0, symSize: 0xD0 } + - { offsetInCU: 0x5E9D, offset: 0x136BDE, size: 0x8, addend: 0x0, symName: '_$sSTsE3mapySayqd__Gqd__7ElementQzKXEKlFs12Zip2SequenceVySaySdGAGG_SdTg574$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRSd_TG5S3ds0F0_pIgnnrzo_Tf1cn_n', symObjAddr: 0x4A90, symBinAddr: 0x115770, symSize: 0x300 } + - { offsetInCU: 0x4F, offset: 0x1371F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x117750, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x137215, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0x117790, symSize: 0x180 } + - { offsetInCU: 0x1BF, offset: 0x137367, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfC', symObjAddr: 0x200, symBinAddr: 0x117910, symSize: 0x20 } + - { offsetInCU: 0x1DD, offset: 0x137385, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfc', symObjAddr: 0x220, symBinAddr: 0x117930, symSize: 0x130 } + - { offsetInCU: 0x2F8, offset: 0x1374A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfcTo', symObjAddr: 0x350, symBinAddr: 0x117A60, symSize: 0x20 } + - { offsetInCU: 0x314, offset: 0x1374BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x370, symBinAddr: 0x117A80, symSize: 0x40 } + - { offsetInCU: 0x332, offset: 0x1374DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x3B0, symBinAddr: 0x117AC0, symSize: 0x170 } + - { offsetInCU: 0x45D, offset: 0x137605, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x520, symBinAddr: 0x117C30, symSize: 0x30 } + - { offsetInCU: 0x497, offset: 0x13763F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF', symObjAddr: 0x550, symBinAddr: 0x117C60, symSize: 0x130 } + - { offsetInCU: 0x56C, offset: 0x137714, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtFTo', symObjAddr: 0x680, symBinAddr: 0x117D90, symSize: 0x70 } + - { offsetInCU: 0x5A6, offset: 0x13774E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF', symObjAddr: 0x6F0, symBinAddr: 0x117E00, symSize: 0x1F0 } + - { offsetInCU: 0x6C1, offset: 0x137869, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x8E0, symBinAddr: 0x117FF0, symSize: 0x70 } + - { offsetInCU: 0x707, offset: 0x1378AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvg', symObjAddr: 0xAA0, symBinAddr: 0x1181B0, symSize: 0x50 } + - { offsetInCU: 0x724, offset: 0x1378CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvs', symObjAddr: 0xAF0, symBinAddr: 0x118200, symSize: 0x60 } + - { offsetInCU: 0x74B, offset: 0x1378F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM', symObjAddr: 0xB50, symBinAddr: 0x118260, symSize: 0x40 } + - { offsetInCU: 0x77A, offset: 0x137922, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM.resume.0', symObjAddr: 0xB90, symBinAddr: 0x1182A0, symSize: 0x10 } + - { offsetInCU: 0x7C3, offset: 0x13796B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0xBA0, symBinAddr: 0x1182B0, symSize: 0x60 } + - { offsetInCU: 0x889, offset: 0x137A31, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0xC40, symBinAddr: 0x118310, symSize: 0x40 } + - { offsetInCU: 0x8FD, offset: 0x137AA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0xCC0, symBinAddr: 0x118350, symSize: 0x90 } + - { offsetInCU: 0x9BE, offset: 0x137B66, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF', symObjAddr: 0xD50, symBinAddr: 0x1183E0, symSize: 0x190 } + - { offsetInCU: 0xB74, offset: 0x137D1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfD', symObjAddr: 0xF10, symBinAddr: 0x1185A0, symSize: 0x30 } + - { offsetInCU: 0xC2F, offset: 0x137DD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTK', symObjAddr: 0x950, symBinAddr: 0x118060, symSize: 0x90 } + - { offsetInCU: 0xC5C, offset: 0x137E04, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTk', symObjAddr: 0x9E0, symBinAddr: 0x1180F0, symSize: 0xC0 } + - { offsetInCU: 0xD5E, offset: 0x137F06, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfE', symObjAddr: 0xEE0, symBinAddr: 0x118570, symSize: 0x30 } + - { offsetInCU: 0xD8B, offset: 0x137F33, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfETo', symObjAddr: 0xF40, symBinAddr: 0x1185D0, symSize: 0x40 } + - { offsetInCU: 0xDBA, offset: 0x137F62, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCMa', symObjAddr: 0xFE0, symBinAddr: 0x118610, symSize: 0x20 } + - { offsetInCU: 0xDCE, offset: 0x137F76, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOy', symObjAddr: 0x1050, symBinAddr: 0x118630, symSize: 0x20 } + - { offsetInCU: 0xDED, offset: 0x137F95, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x1170, symBinAddr: 0x118750, symSize: 0x20 } + - { offsetInCU: 0xE21, offset: 0x137FC9, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x1190, symBinAddr: 0x118770, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x13830C, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0x1187A0, symSize: 0xB4 } + - { offsetInCU: 0x55, offset: 0x13833A, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0x1187A0, symSize: 0xB4 } + - { offsetInCU: 0x27, offset: 0x13861E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x118860, symSize: 0x410 } + - { offsetInCU: 0x1EB, offset: 0x1387E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x118860, symSize: 0x410 } + - { offsetInCU: 0x531, offset: 0x138B28, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x410, symBinAddr: 0x118C70, symSize: 0x140 } + - { offsetInCU: 0x593, offset: 0x138B8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x550, symBinAddr: 0x118DB0, symSize: 0x50 } + - { offsetInCU: 0x5D9, offset: 0x138BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x5A0, symBinAddr: 0x118E00, symSize: 0x50 } + - { offsetInCU: 0x620, offset: 0x138C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x5F0, symBinAddr: 0x118E50, symSize: 0x80 } + - { offsetInCU: 0x66F, offset: 0x138C66, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x670, symBinAddr: 0x118ED0, symSize: 0x80 } + - { offsetInCU: 0x732, offset: 0x138D29, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfD', symObjAddr: 0x720, symBinAddr: 0x118F80, symSize: 0x30 } + - { offsetInCU: 0x7A9, offset: 0x138DA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfE', symObjAddr: 0x6F0, symBinAddr: 0x118F50, symSize: 0x30 } + - { offsetInCU: 0x7D6, offset: 0x138DCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfETo', symObjAddr: 0x750, symBinAddr: 0x118FB0, symSize: 0x30 } + - { offsetInCU: 0x805, offset: 0x138DFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCMa', symObjAddr: 0x780, symBinAddr: 0x118FE0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x13902D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x119000, symSize: 0x10 } + - { offsetInCU: 0x50, offset: 0x139056, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x119000, symSize: 0x10 } + - { offsetInCU: 0xEA, offset: 0x1390F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x119010, symSize: 0x40 } + - { offsetInCU: 0x1D0, offset: 0x1391D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x119050, symSize: 0x20 } + - { offsetInCU: 0x255, offset: 0x13925B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0xB0, symBinAddr: 0x1190B0, symSize: 0x30 } + - { offsetInCU: 0x287, offset: 0x13928D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASQWb', symObjAddr: 0xE0, symBinAddr: 0x1190E0, symSize: 0x10 } + - { offsetInCU: 0x29B, offset: 0x1392A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVACSQAAWl', symObjAddr: 0xF0, symBinAddr: 0x1190F0, symSize: 0x30 } + - { offsetInCU: 0x2AF, offset: 0x1392B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwet', symObjAddr: 0x180, symBinAddr: 0x119120, symSize: 0x40 } + - { offsetInCU: 0x2C3, offset: 0x1392C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwst', symObjAddr: 0x1C0, symBinAddr: 0x119160, symSize: 0x40 } + - { offsetInCU: 0x2D7, offset: 0x1392DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVMa', symObjAddr: 0x200, symBinAddr: 0x1191A0, symSize: 0xA } + - { offsetInCU: 0x354, offset: 0x13935A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x119070, symSize: 0x40 } + - { offsetInCU: 0x1BF, offset: 0x1396C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV12progressTime3for12CoreGraphics7CGFloatVAH_tKF', symObjAddr: 0x10, symBinAddr: 0x1191B0, symSize: 0x360 } + - { offsetInCU: 0x3CC, offset: 0x1398D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV19simpleTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x370, symBinAddr: 0x119510, symSize: 0x10 } + - { offsetInCU: 0x3F5, offset: 0x1398FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20complexTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x380, symBinAddr: 0x119520, symSize: 0x10 } + - { offsetInCU: 0x41E, offset: 0x139928, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU_', symObjAddr: 0x3E0, symBinAddr: 0x119580, symSize: 0x10 } + - { offsetInCU: 0x447, offset: 0x139951, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU0_', symObjAddr: 0x3F0, symBinAddr: 0x119590, symSize: 0x10 } + - { offsetInCU: 0x47F, offset: 0x139989, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x440, symBinAddr: 0x1195E0, symSize: 0x10 } + - { offsetInCU: 0x4DF, offset: 0x1399E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCfD', symObjAddr: 0x400, symBinAddr: 0x1195A0, symSize: 0x20 } + - { offsetInCU: 0x50D, offset: 0x139A17, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCMa', symObjAddr: 0x420, symBinAddr: 0x1195C0, symSize: 0x20 } + - { offsetInCU: 0x521, offset: 0x139A2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x500, symBinAddr: 0x1195F0, symSize: 0x20 } + - { offsetInCU: 0x535, offset: 0x139A3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x520, symBinAddr: 0x119610, symSize: 0x20 } + - { offsetInCU: 0x549, offset: 0x139A53, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwCP', symObjAddr: 0x5A0, symBinAddr: 0x119630, symSize: 0x30 } + - { offsetInCU: 0x55D, offset: 0x139A67, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwxx', symObjAddr: 0x5D0, symBinAddr: 0x119660, symSize: 0x80 } + - { offsetInCU: 0x571, offset: 0x139A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwcp', symObjAddr: 0x650, symBinAddr: 0x1196E0, symSize: 0x150 } + - { offsetInCU: 0x585, offset: 0x139A8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwca', symObjAddr: 0x7A0, symBinAddr: 0x119830, symSize: 0x1E0 } + - { offsetInCU: 0x599, offset: 0x139AA3, size: 0x8, addend: 0x0, symName: ___swift_memcpy153_8, symObjAddr: 0x980, symBinAddr: 0x119A10, symSize: 0x10 } + - { offsetInCU: 0x5AD, offset: 0x139AB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwta', symObjAddr: 0x990, symBinAddr: 0x119A20, symSize: 0x170 } + - { offsetInCU: 0x5C1, offset: 0x139ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwet', symObjAddr: 0xB00, symBinAddr: 0x119B90, symSize: 0x40 } + - { offsetInCU: 0x5D5, offset: 0x139ADF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwst', symObjAddr: 0xB40, symBinAddr: 0x119BD0, symSize: 0x70 } + - { offsetInCU: 0x5E9, offset: 0x139AF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVMa', symObjAddr: 0xBB0, symBinAddr: 0x119C40, symSize: 0xA } + - { offsetInCU: 0x2B, offset: 0x139CBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x119C50, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x139D01, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x119C50, symSize: 0x40 } + - { offsetInCU: 0xBF, offset: 0x139D53, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x60, symBinAddr: 0x119CB0, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x139D94, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x80, symBinAddr: 0x119CD0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x139DD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0x119D00, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x139E07, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesC07roundedC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x900, symBinAddr: 0x11A4F0, symSize: 0x200 } + - { offsetInCU: 0x3BE, offset: 0x13A052, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCMa', symObjAddr: 0x40, symBinAddr: 0x119C90, symSize: 0x20 } + - { offsetInCU: 0x74E, offset: 0x13A3E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xD0, symBinAddr: 0x119D20, symSize: 0x620 } + - { offsetInCU: 0xF0C, offset: 0x13ABA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCfD', symObjAddr: 0x6F0, symBinAddr: 0x11A340, symSize: 0x40 } + - { offsetInCU: 0xF6D, offset: 0x13AC01, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x750, symBinAddr: 0x11A3A0, symSize: 0x40 } + - { offsetInCU: 0xFB7, offset: 0x13AC4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x790, symBinAddr: 0x11A3E0, symSize: 0x30 } + - { offsetInCU: 0xFF8, offset: 0x13AC8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x7C0, symBinAddr: 0x11A410, symSize: 0x20 } + - { offsetInCU: 0x102A, offset: 0x13ACBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7E0, symBinAddr: 0x11A430, symSize: 0x10 } + - { offsetInCU: 0x1046, offset: 0x13ACDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x7F0, symBinAddr: 0x11A440, symSize: 0x10 } + - { offsetInCU: 0x1071, offset: 0x13AD05, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x800, symBinAddr: 0x11A450, symSize: 0x10 } + - { offsetInCU: 0x10A3, offset: 0x13AD37, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x810, symBinAddr: 0x11A460, symSize: 0x10 } + - { offsetInCU: 0x10CE, offset: 0x13AD62, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x820, symBinAddr: 0x11A470, symSize: 0x10 } + - { offsetInCU: 0x1100, offset: 0x13AD94, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x830, symBinAddr: 0x11A480, symSize: 0x10 } + - { offsetInCU: 0x112B, offset: 0x13ADBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x840, symBinAddr: 0x11A490, symSize: 0x10 } + - { offsetInCU: 0x116C, offset: 0x13AE00, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x850, symBinAddr: 0x11A4A0, symSize: 0x10 } + - { offsetInCU: 0x11AD, offset: 0x13AE41, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x860, symBinAddr: 0x11A4B0, symSize: 0x20 } + - { offsetInCU: 0x11FD, offset: 0x13AE91, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x880, symBinAddr: 0x11A4D0, symSize: 0x20 } + - { offsetInCU: 0x1238, offset: 0x13AECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC06parentD007roundedC013upstreamPathsAcA08AnimatorD0_pSg_AA0bC0CSayAA010PathOutputD0CGtcfcTf4ngnn_n', symObjAddr: 0xB00, symBinAddr: 0x11A6F0, symSize: 0x120 } + - { offsetInCU: 0x1302, offset: 0x13AF96, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCMa', symObjAddr: 0x730, symBinAddr: 0x11A380, symSize: 0x20 } + - { offsetInCU: 0x8A, offset: 0x13B555, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0x11A8C0, symSize: 0x20 } + - { offsetInCU: 0xBB, offset: 0x13B586, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0x11A8E0, symSize: 0x10 } + - { offsetInCU: 0xE4, offset: 0x13B5AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x170, symBinAddr: 0x11A980, symSize: 0x40 } + - { offsetInCU: 0x109, offset: 0x13B5D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1B0, symBinAddr: 0x11A9C0, symSize: 0x5E0 } + - { offsetInCU: 0x175, offset: 0x13B640, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x790, symBinAddr: 0x11AFA0, symSize: 0xD60 } + - { offsetInCU: 0x532, offset: 0x13B9FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueSSvg', symObjAddr: 0x14F0, symBinAddr: 0x11BD00, symSize: 0x20 } + - { offsetInCU: 0x569, offset: 0x13BA34, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x1880, symBinAddr: 0x11C090, symSize: 0x20 } + - { offsetInCU: 0x5CD, offset: 0x13BA98, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x1940, symBinAddr: 0x11C150, symSize: 0x40 } + - { offsetInCU: 0x613, offset: 0x13BADE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x1980, symBinAddr: 0x11C190, symSize: 0x30 } + - { offsetInCU: 0x62F, offset: 0x13BAFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x19B0, symBinAddr: 0x11C1C0, symSize: 0x10 } + - { offsetInCU: 0x665, offset: 0x13BB30, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x19C0, symBinAddr: 0x11C1D0, symSize: 0x30 } + - { offsetInCU: 0x6CA, offset: 0x13BB95, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x19F0, symBinAddr: 0x11C200, symSize: 0x10 } + - { offsetInCU: 0x6E6, offset: 0x13BBB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1A00, symBinAddr: 0x11C210, symSize: 0x10 } + - { offsetInCU: 0x702, offset: 0x13BBCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2470, symBinAddr: 0x11C9E0, symSize: 0x50 } + - { offsetInCU: 0x72F, offset: 0x13BBFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1510, symBinAddr: 0x11BD20, symSize: 0x370 } + - { offsetInCU: 0x78B, offset: 0x13BC56, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfd', symObjAddr: 0x1AA0, symBinAddr: 0x11C2B0, symSize: 0x60 } + - { offsetInCU: 0x7D6, offset: 0x13BCA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfD', symObjAddr: 0x1B00, symBinAddr: 0x11C310, symSize: 0x20 } + - { offsetInCU: 0x8A8, offset: 0x13BD73, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfE', symObjAddr: 0x1A50, symBinAddr: 0x11C260, symSize: 0x50 } + - { offsetInCU: 0x900, offset: 0x13BDCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCMa', symObjAddr: 0x1B20, symBinAddr: 0x11C330, symSize: 0x20 } + - { offsetInCU: 0x914, offset: 0x13BDDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwet', symObjAddr: 0x1B60, symBinAddr: 0x11C350, symSize: 0x80 } + - { offsetInCU: 0x928, offset: 0x13BDF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwst', symObjAddr: 0x1BE0, symBinAddr: 0x11C3D0, symSize: 0xD0 } + - { offsetInCU: 0x93C, offset: 0x13BE07, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwup', symObjAddr: 0x1CB0, symBinAddr: 0x11C4A0, symSize: 0x10 } + - { offsetInCU: 0x950, offset: 0x13BE1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOMa', symObjAddr: 0x1CC0, symBinAddr: 0x11C4B0, symSize: 0x10 } + - { offsetInCU: 0x964, offset: 0x13BE2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASQWb', symObjAddr: 0x1CD0, symBinAddr: 0x11C4C0, symSize: 0x10 } + - { offsetInCU: 0x978, offset: 0x13BE43, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSQAAWl', symObjAddr: 0x1CE0, symBinAddr: 0x11C4D0, symSize: 0x30 } + - { offsetInCU: 0x98C, offset: 0x13BE57, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSYAAWl', symObjAddr: 0x1D10, symBinAddr: 0x11C500, symSize: 0x30 } + - { offsetInCU: 0x9A0, offset: 0x13BE6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs0C3KeyAAWl', symObjAddr: 0x1DB0, symBinAddr: 0x11C530, symSize: 0x30 } + - { offsetInCU: 0x9B4, offset: 0x13BE7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGSgxSgSEsSERzlWl', symObjAddr: 0x1EA0, symBinAddr: 0x11C590, symSize: 0x60 } + - { offsetInCU: 0x9C8, offset: 0x13BE93, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGSgMa', symObjAddr: 0x1F00, symBinAddr: 0x11C5F0, symSize: 0x60 } + - { offsetInCU: 0x9DC, offset: 0x13BEA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSEAAWl', symObjAddr: 0x1F60, symBinAddr: 0x11C650, symSize: 0x30 } + - { offsetInCU: 0x9F0, offset: 0x13BEBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSeAAWl', symObjAddr: 0x2130, symBinAddr: 0x11C760, symSize: 0x30 } + - { offsetInCU: 0xA04, offset: 0x13BECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwet', symObjAddr: 0x2220, symBinAddr: 0x11C790, symSize: 0x80 } + - { offsetInCU: 0xA18, offset: 0x13BEE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwst', symObjAddr: 0x22A0, symBinAddr: 0x11C810, symSize: 0xD0 } + - { offsetInCU: 0xA2C, offset: 0x13BEF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwug', symObjAddr: 0x2370, symBinAddr: 0x11C8E0, symSize: 0x10 } + - { offsetInCU: 0xA40, offset: 0x13BF0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwup', symObjAddr: 0x2380, symBinAddr: 0x11C8F0, symSize: 0x10 } + - { offsetInCU: 0xA54, offset: 0x13BF1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwui', symObjAddr: 0x2390, symBinAddr: 0x11C900, symSize: 0x10 } + - { offsetInCU: 0xA68, offset: 0x13BF33, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOMa', symObjAddr: 0x23A0, symBinAddr: 0x11C910, symSize: 0x10 } + - { offsetInCU: 0xA7C, offset: 0x13BF47, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASQWb', symObjAddr: 0x23B0, symBinAddr: 0x11C920, symSize: 0x10 } + - { offsetInCU: 0xA90, offset: 0x13BF5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFSQAAWl', symObjAddr: 0x23C0, symBinAddr: 0x11C930, symSize: 0x30 } + - { offsetInCU: 0xAA4, offset: 0x13BF6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x23F0, symBinAddr: 0x11C960, symSize: 0x10 } + - { offsetInCU: 0xAB8, offset: 0x13BF83, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2400, symBinAddr: 0x11C970, symSize: 0x30 } + - { offsetInCU: 0xACC, offset: 0x13BF97, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2430, symBinAddr: 0x11C9A0, symSize: 0x10 } + - { offsetInCU: 0xAE0, offset: 0x13BFAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2440, symBinAddr: 0x11C9B0, symSize: 0x30 } + - { offsetInCU: 0xB14, offset: 0x13BFDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x11A810, symSize: 0x10 } + - { offsetInCU: 0xBA5, offset: 0x13C070, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x11A820, symSize: 0x40 } + - { offsetInCU: 0xC54, offset: 0x13C11F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x11A860, symSize: 0x20 } + - { offsetInCU: 0xCA7, offset: 0x13C172, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x11A880, symSize: 0x40 } + - { offsetInCU: 0xD2A, offset: 0x13C1F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0x11A8F0, symSize: 0x50 } + - { offsetInCU: 0xD4D, offset: 0x13C218, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0x11A940, symSize: 0x40 } + - { offsetInCU: 0xDAB, offset: 0x13C276, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18A0, symBinAddr: 0x11C0B0, symSize: 0x10 } + - { offsetInCU: 0xE03, offset: 0x13C2CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH9hashValueSivgTW', symObjAddr: 0x18B0, symBinAddr: 0x11C0C0, symSize: 0x40 } + - { offsetInCU: 0xE6B, offset: 0x13C336, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18F0, symBinAddr: 0x11C100, symSize: 0x10 } + - { offsetInCU: 0xE7F, offset: 0x13C34A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1900, symBinAddr: 0x11C110, symSize: 0x40 } + - { offsetInCU: 0xEBB, offset: 0x13C386, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1A10, symBinAddr: 0x11C220, symSize: 0x20 } + - { offsetInCU: 0xED7, offset: 0x13C3A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A30, symBinAddr: 0x11C240, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x13C590, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwet', symObjAddr: 0x50, symBinAddr: 0x11CA50, symSize: 0x50 } + - { offsetInCU: 0x53, offset: 0x13C5A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwst', symObjAddr: 0xA0, symBinAddr: 0x11CAA0, symSize: 0xA0 } + - { offsetInCU: 0x67, offset: 0x13C5B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwug', symObjAddr: 0x140, symBinAddr: 0x11CB40, symSize: 0x10 } + - { offsetInCU: 0x7B, offset: 0x13C5CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwup', symObjAddr: 0x150, symBinAddr: 0x11CB50, symSize: 0x10 } + - { offsetInCU: 0x8F, offset: 0x13C5E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwui', symObjAddr: 0x160, symBinAddr: 0x11CB60, symSize: 0x10 } + - { offsetInCU: 0xA3, offset: 0x13C5F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOMa', symObjAddr: 0x170, symBinAddr: 0x11CB70, symSize: 0x10 } + - { offsetInCU: 0xD8, offset: 0x13C629, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x1C0, symBinAddr: 0x11CBC0, symSize: 0x60 } + - { offsetInCU: 0x11B, offset: 0x13C66C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValue03RawD0QzvgTW', symObjAddr: 0x220, symBinAddr: 0x11CC20, symSize: 0x20 } + - { offsetInCU: 0x15B, offset: 0x13C6AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x240, symBinAddr: 0x11CC40, symSize: 0x10 } + - { offsetInCU: 0x1A6, offset: 0x13C6F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x250, symBinAddr: 0x11CC50, symSize: 0x60 } + - { offsetInCU: 0x1F1, offset: 0x13C742, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x2B0, symBinAddr: 0x11CCB0, symSize: 0x10 } + - { offsetInCU: 0x20D, offset: 0x13C75E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x2C0, symBinAddr: 0x11CCC0, symSize: 0x10 } + - { offsetInCU: 0x229, offset: 0x13C77A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorO11stringValueSSvgTf4d_n', symObjAddr: 0x410, symBinAddr: 0x11CDD0, symSize: 0x20 } + - { offsetInCU: 0x246, offset: 0x13C797, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASQWb', symObjAddr: 0x310, symBinAddr: 0x11CD10, symSize: 0x10 } + - { offsetInCU: 0x25A, offset: 0x13C7AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACSQAAWl', symObjAddr: 0x320, symBinAddr: 0x11CD20, symSize: 0x30 } + - { offsetInCU: 0x26E, offset: 0x13C7BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x350, symBinAddr: 0x11CD50, symSize: 0x10 } + - { offsetInCU: 0x282, offset: 0x13C7D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x360, symBinAddr: 0x11CD60, symSize: 0x30 } + - { offsetInCU: 0x296, offset: 0x13C7E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x390, symBinAddr: 0x11CD90, symSize: 0x10 } + - { offsetInCU: 0x2AA, offset: 0x13C7FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs23CustomStringConvertibleAAWl', symObjAddr: 0x3A0, symBinAddr: 0x11CDA0, symSize: 0x30 } + - { offsetInCU: 0x2DE, offset: 0x13C82F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x180, symBinAddr: 0x11CB80, symSize: 0x10 } + - { offsetInCU: 0x31E, offset: 0x13C86F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x190, symBinAddr: 0x11CB90, symSize: 0x10 } + - { offsetInCU: 0x35E, offset: 0x13C8AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A0, symBinAddr: 0x11CBA0, symSize: 0x10 } + - { offsetInCU: 0x39E, offset: 0x13C8EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1B0, symBinAddr: 0x11CBB0, symSize: 0x10 } + - { offsetInCU: 0x3D5, offset: 0x13C926, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x2D0, symBinAddr: 0x11CCD0, symSize: 0x20 } + - { offsetInCU: 0x3F1, offset: 0x13C942, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x2F0, symBinAddr: 0x11CCF0, symSize: 0x20 } + - { offsetInCU: 0xBD, offset: 0x13CB37, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC16readUncompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x0, symBinAddr: 0x11CDF0, symSize: 0x140 } + - { offsetInCU: 0x249, offset: 0x13CCC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x1D0, symBinAddr: 0x11CF40, symSize: 0x150 } + - { offsetInCU: 0x3AF, offset: 0x13CE29, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAEs0C0AAWl', symObjAddr: 0x450, symBinAddr: 0x11D1C0, symSize: 0x30 } + - { offsetInCU: 0x3E5, offset: 0x13CE5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKFASs5Int64V_SitKXEfU_TA', symObjAddr: 0x480, symBinAddr: 0x11D1F0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x13D09A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x11D250, symSize: 0xC60 } + - { offsetInCU: 0x4D7, offset: 0x13D546, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x11D250, symSize: 0xC60 } + - { offsetInCU: 0xCCB, offset: 0x13DD3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfc', symObjAddr: 0xC60, symBinAddr: 0x11DEB0, symSize: 0x180 } + - { offsetInCU: 0xD2D, offset: 0x13DD9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0xDE0, symBinAddr: 0x11E030, symSize: 0x50 } + - { offsetInCU: 0xD73, offset: 0x13DDE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xE30, symBinAddr: 0x11E080, symSize: 0x50 } + - { offsetInCU: 0xDBA, offset: 0x13DE29, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0xE80, symBinAddr: 0x11E0D0, symSize: 0xF0 } + - { offsetInCU: 0xEE5, offset: 0x13DF54, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF70, symBinAddr: 0x11E1C0, symSize: 0x150 } + - { offsetInCU: 0x10EA, offset: 0x13E159, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x10C0, symBinAddr: 0x11E310, symSize: 0x140 } + - { offsetInCU: 0x12FC, offset: 0x13E36B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfD', symObjAddr: 0x1230, symBinAddr: 0x11E480, symSize: 0x30 } + - { offsetInCU: 0x13B3, offset: 0x13E422, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfE', symObjAddr: 0x1200, symBinAddr: 0x11E450, symSize: 0x30 } + - { offsetInCU: 0x13E0, offset: 0x13E44F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfETo', symObjAddr: 0x1260, symBinAddr: 0x11E4B0, symSize: 0x30 } + - { offsetInCU: 0x140F, offset: 0x13E47E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCMa', symObjAddr: 0x1290, symBinAddr: 0x11E4E0, symSize: 0x20 } + - { offsetInCU: 0x94, offset: 0x13E8FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x11E530, symSize: 0x90 } + - { offsetInCU: 0x124, offset: 0x13E98B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMi', symObjAddr: 0x140, symBinAddr: 0x11E5F0, symSize: 0x10 } + - { offsetInCU: 0x138, offset: 0x13E99F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMr', symObjAddr: 0x150, symBinAddr: 0x11E600, symSize: 0x80 } + - { offsetInCU: 0x14C, offset: 0x13E9B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwCP', symObjAddr: 0x1D0, symBinAddr: 0x11E680, symSize: 0x140 } + - { offsetInCU: 0x160, offset: 0x13E9C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwxx', symObjAddr: 0x310, symBinAddr: 0x11E7C0, symSize: 0xD0 } + - { offsetInCU: 0x174, offset: 0x13E9DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwcp', symObjAddr: 0x3E0, symBinAddr: 0x11E890, symSize: 0x100 } + - { offsetInCU: 0x188, offset: 0x13E9EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwca', symObjAddr: 0x4E0, symBinAddr: 0x11E990, symSize: 0x1D0 } + - { offsetInCU: 0x19C, offset: 0x13EA03, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwtk', symObjAddr: 0x6B0, symBinAddr: 0x11EB60, symSize: 0xE0 } + - { offsetInCU: 0x1B0, offset: 0x13EA17, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwta', symObjAddr: 0x790, symBinAddr: 0x11EC40, symSize: 0x1B0 } + - { offsetInCU: 0x1C4, offset: 0x13EA2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwet', symObjAddr: 0x940, symBinAddr: 0x11EDF0, symSize: 0x110 } + - { offsetInCU: 0x1D8, offset: 0x13EA3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwst', symObjAddr: 0xA50, symBinAddr: 0x11EF00, symSize: 0x200 } + - { offsetInCU: 0x1EC, offset: 0x13EA53, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwug', symObjAddr: 0xC50, symBinAddr: 0x11F100, symSize: 0xA0 } + - { offsetInCU: 0x200, offset: 0x13EA67, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwup', symObjAddr: 0xCF0, symBinAddr: 0x11F1A0, symSize: 0x10 } + - { offsetInCU: 0x214, offset: 0x13EA7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwui', symObjAddr: 0xD00, symBinAddr: 0x11F1B0, symSize: 0xD0 } + - { offsetInCU: 0x228, offset: 0x13EA8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMa', symObjAddr: 0xDD0, symBinAddr: 0x11F280, symSize: 0x10 } + - { offsetInCU: 0x23C, offset: 0x13EAA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwCP', symObjAddr: 0xDE0, symBinAddr: 0x11F290, symSize: 0x30 } + - { offsetInCU: 0x250, offset: 0x13EAB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwxx', symObjAddr: 0xE10, symBinAddr: 0x11F2C0, symSize: 0x50 } + - { offsetInCU: 0x264, offset: 0x13EACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwcp', symObjAddr: 0xE90, symBinAddr: 0x11F310, symSize: 0x80 } + - { offsetInCU: 0x278, offset: 0x13EADF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwca', symObjAddr: 0xF10, symBinAddr: 0x11F390, symSize: 0xD0 } + - { offsetInCU: 0x28C, offset: 0x13EAF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwta', symObjAddr: 0x1000, symBinAddr: 0x11F460, symSize: 0xB0 } + - { offsetInCU: 0x2A0, offset: 0x13EB07, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwet', symObjAddr: 0x10B0, symBinAddr: 0x11F510, symSize: 0x40 } + - { offsetInCU: 0x2B4, offset: 0x13EB1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwst', symObjAddr: 0x10F0, symBinAddr: 0x11F550, symSize: 0x50 } + - { offsetInCU: 0x2C8, offset: 0x13EB2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwug', symObjAddr: 0x1140, symBinAddr: 0x11F5A0, symSize: 0x20 } + - { offsetInCU: 0x2DC, offset: 0x13EB43, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwup', symObjAddr: 0x1160, symBinAddr: 0x11F5C0, symSize: 0x10 } + - { offsetInCU: 0x2F0, offset: 0x13EB57, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwui', symObjAddr: 0x1170, symBinAddr: 0x11F5D0, symSize: 0x30 } + - { offsetInCU: 0x304, offset: 0x13EB6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOMa', symObjAddr: 0x11A0, symBinAddr: 0x11F600, symSize: 0x10 } + - { offsetInCU: 0x318, offset: 0x13EB7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x11B0, symBinAddr: 0x11F610, symSize: 0x30 } + - { offsetInCU: 0x383, offset: 0x13EBEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA04SizebC0C_Tg5', symObjAddr: 0x11E0, symBinAddr: 0x11F640, symSize: 0xE0 } + - { offsetInCU: 0x49A, offset: 0x13ED01, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg', symObjAddr: 0x1A80, symBinAddr: 0x11FEE0, symSize: 0x280 } + - { offsetInCU: 0x55F, offset: 0x13EDC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_', symObjAddr: 0x1D70, symBinAddr: 0x1201D0, symSize: 0xA0 } + - { offsetInCU: 0x59E, offset: 0x13EE05, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_', symObjAddr: 0x1E70, symBinAddr: 0x120290, symSize: 0x100 } + - { offsetInCU: 0x5D5, offset: 0x13EE3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_', symObjAddr: 0x2040, symBinAddr: 0x120430, symSize: 0x90 } + - { offsetInCU: 0x760, offset: 0x13EFC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05ColorbC0C_Tg5', symObjAddr: 0x12C0, symBinAddr: 0x11F720, symSize: 0x520 } + - { offsetInCU: 0xB21, offset: 0x13F388, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05FloatbC0C_Tg5', symObjAddr: 0x17E0, symBinAddr: 0x11FC40, symSize: 0xD0 } + - { offsetInCU: 0xBEF, offset: 0x13F456, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05PointbC0C_Tg5', symObjAddr: 0x18B0, symBinAddr: 0x11FD10, symSize: 0xE0 } + - { offsetInCU: 0xCBB, offset: 0x13F522, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA08GradientbC0C_Tg5', symObjAddr: 0x1990, symBinAddr: 0x11FDF0, symSize: 0xF0 } + - { offsetInCU: 0xD40, offset: 0x13F5A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1D00, symBinAddr: 0x120160, symSize: 0x20 } + - { offsetInCU: 0xD5C, offset: 0x13F5C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1D20, symBinAddr: 0x120180, symSize: 0x20 } + - { offsetInCU: 0xD78, offset: 0x13F5DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1D40, symBinAddr: 0x1201A0, symSize: 0x30 } + - { offsetInCU: 0xD94, offset: 0x13F5FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_TA', symObjAddr: 0x1E10, symBinAddr: 0x120270, symSize: 0x20 } + - { offsetInCU: 0xDA8, offset: 0x13F60F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_TA', symObjAddr: 0x21C0, symBinAddr: 0x1205B0, symSize: 0xA0 } + - { offsetInCU: 0xE06, offset: 0x13F66D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tFAA0A5ColorV_TB5', symObjAddr: 0x2260, symBinAddr: 0x120650, symSize: 0x160 } + - { offsetInCU: 0xECC, offset: 0x13F733, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tF', symObjAddr: 0x23C0, symBinAddr: 0x1207B0, symSize: 0x160 } + - { offsetInCU: 0xF50, offset: 0x13F7B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2520, symBinAddr: 0x120910, symSize: 0x30 } + - { offsetInCU: 0xF6C, offset: 0x13F7D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2550, symBinAddr: 0x120940, symSize: 0x20 } + - { offsetInCU: 0xF88, offset: 0x13F7EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2570, symBinAddr: 0x120960, symSize: 0x20 } + - { offsetInCU: 0xFA4, offset: 0x13F80B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2590, symBinAddr: 0x120980, symSize: 0x20 } + - { offsetInCU: 0xFC0, offset: 0x13F827, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05PointdF0C_Tg5TA', symObjAddr: 0x2600, symBinAddr: 0x1209F0, symSize: 0x20 } + - { offsetInCU: 0xFD4, offset: 0x13F83B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x2630, symBinAddr: 0x120A20, symSize: 0x20 } + - { offsetInCU: 0xFE8, offset: 0x13F84F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0x2650, symBinAddr: 0x120A40, symSize: 0x20 } + - { offsetInCU: 0xFFC, offset: 0x13F863, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5TA', symObjAddr: 0x2670, symBinAddr: 0x120A60, symSize: 0x20 } + - { offsetInCU: 0x1010, offset: 0x13F877, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOy', symObjAddr: 0x2690, symBinAddr: 0x120A80, symSize: 0x20 } + - { offsetInCU: 0x1024, offset: 0x13F88B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x26C0, symBinAddr: 0x120AB0, symSize: 0x20 } + - { offsetInCU: 0x1038, offset: 0x13F89F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5TA', symObjAddr: 0x26E0, symBinAddr: 0x120AD0, symSize: 0x20 } + - { offsetInCU: 0x104C, offset: 0x13F8B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOe', symObjAddr: 0x2780, symBinAddr: 0x120B40, symSize: 0x30 } + - { offsetInCU: 0x1060, offset: 0x13F8C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOb', symObjAddr: 0x27B0, symBinAddr: 0x120B70, symSize: 0x40 } + - { offsetInCU: 0x107F, offset: 0x13F8E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_AA05ColorbC0C_TG5TA', symObjAddr: 0x27F0, symBinAddr: 0x120BB0, symSize: 0x40 } + - { offsetInCU: 0x10D3, offset: 0x13F93A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOy', symObjAddr: 0x2830, symBinAddr: 0x120BF0, symSize: 0x30 } + - { offsetInCU: 0x10E7, offset: 0x13F94E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5TA', symObjAddr: 0x2860, symBinAddr: 0x120C20, symSize: 0x20 } + - { offsetInCU: 0x10FB, offset: 0x13F962, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x2880, symBinAddr: 0x120C40, symSize: 0x10 } + - { offsetInCU: 0x110F, offset: 0x13F976, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5TA', symObjAddr: 0x2940, symBinAddr: 0x120D00, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x13FDE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x120DA0, symSize: 0x1170 } + - { offsetInCU: 0x28D, offset: 0x140043, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x120DA0, symSize: 0x1170 } + - { offsetInCU: 0xC61, offset: 0x140A17, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_', symObjAddr: 0x16D0, symBinAddr: 0x122470, symSize: 0xC0 } + - { offsetInCU: 0xCFD, offset: 0x140AB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0x1170, symBinAddr: 0x121F10, symSize: 0x10 } + - { offsetInCU: 0xD19, offset: 0x140ACF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x1180, symBinAddr: 0x121F20, symSize: 0x430 } + - { offsetInCU: 0xE68, offset: 0x140C1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x1680, symBinAddr: 0x122420, symSize: 0x50 } + - { offsetInCU: 0xE84, offset: 0x140C3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfc', symObjAddr: 0x1790, symBinAddr: 0x122530, symSize: 0x180 } + - { offsetInCU: 0xEB3, offset: 0x140C69, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfcTo', symObjAddr: 0x1910, symBinAddr: 0x1226B0, symSize: 0x20 } + - { offsetInCU: 0xECF, offset: 0x140C85, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfc', symObjAddr: 0x1930, symBinAddr: 0x1226D0, symSize: 0x1C0 } + - { offsetInCU: 0xF0C, offset: 0x140CC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x1AF0, symBinAddr: 0x122890, symSize: 0x50 } + - { offsetInCU: 0xF28, offset: 0x140CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1B40, symBinAddr: 0x1228E0, symSize: 0x1A0 } + - { offsetInCU: 0xF65, offset: 0x140D1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1CE0, symBinAddr: 0x122A80, symSize: 0x30 } + - { offsetInCU: 0xF81, offset: 0x140D37, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfD', symObjAddr: 0x1D10, symBinAddr: 0x122AB0, symSize: 0x30 } + - { offsetInCU: 0x1002, offset: 0x140DB8, size: 0x8, addend: 0x0, symName: '_$sSo12CGContextRefa6LottieE21adjustWithLineOrigins33_ADD2B19552B13F52C52B0803615BD067LL2in4withySo07CTFrameB0a_So06CTFontB0aSgtF', symObjAddr: 0x15B0, symBinAddr: 0x122350, symSize: 0xD0 } + - { offsetInCU: 0x1156, offset: 0x140F0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfETo', symObjAddr: 0x1D40, symBinAddr: 0x122AE0, symSize: 0x80 } + - { offsetInCU: 0x1185, offset: 0x140F3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCMa', symObjAddr: 0x1DC0, symBinAddr: 0x122B60, symSize: 0x20 } + - { offsetInCU: 0x1199, offset: 0x140F4F, size: 0x8, addend: 0x0, symName: '_$sSo23NSMutableParagraphStyleCMa', symObjAddr: 0x1E20, symBinAddr: 0x122B80, symSize: 0x30 } + - { offsetInCU: 0x1247, offset: 0x140FFD, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaABSHSCWl', symObjAddr: 0x2010, symBinAddr: 0x122D70, symSize: 0x40 } + - { offsetInCU: 0x125B, offset: 0x141011, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_TA', symObjAddr: 0x20D0, symBinAddr: 0x122DB0, symSize: 0x10 } + - { offsetInCU: 0x126F, offset: 0x141025, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x20E0, symBinAddr: 0x122DC0, symSize: 0x20 } + - { offsetInCU: 0x1392, offset: 0x141148, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSo018NSAttributedStringD0a_ypTg5', symObjAddr: 0x1E50, symBinAddr: 0x122BB0, symSize: 0xD0 } + - { offsetInCU: 0x1445, offset: 0x1411FB, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x1F20, symBinAddr: 0x122C80, symSize: 0xF0 } + - { offsetInCU: 0x4F, offset: 0x1416A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x122DE0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1416C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x122E20, symSize: 0x2E0 } + - { offsetInCU: 0xE0, offset: 0x141735, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x320, symBinAddr: 0x123100, symSize: 0x4B0 } + - { offsetInCU: 0x227, offset: 0x14187C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO8rawValueSSvg', symObjAddr: 0x7D0, symBinAddr: 0x1235B0, symSize: 0x20 } + - { offsetInCU: 0x25E, offset: 0x1418B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x9C0, symBinAddr: 0x1237A0, symSize: 0x20 } + - { offsetInCU: 0x2DC, offset: 0x141931, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0xA20, symBinAddr: 0x123800, symSize: 0x70 } + - { offsetInCU: 0x342, offset: 0x141997, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0xA90, symBinAddr: 0x123870, symSize: 0x30 } + - { offsetInCU: 0x35E, offset: 0x1419B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xAC0, symBinAddr: 0x1238A0, symSize: 0x10 } + - { offsetInCU: 0x394, offset: 0x1419E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAD0, symBinAddr: 0x1238B0, symSize: 0x60 } + - { offsetInCU: 0x419, offset: 0x141A6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB30, symBinAddr: 0x123910, symSize: 0x10 } + - { offsetInCU: 0x435, offset: 0x141A8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB40, symBinAddr: 0x123920, symSize: 0x10 } + - { offsetInCU: 0x453, offset: 0x141AA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x7F0, symBinAddr: 0x1235D0, symSize: 0x1D0 } + - { offsetInCU: 0x4AF, offset: 0x141B04, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfd', symObjAddr: 0xBB0, symBinAddr: 0x123990, symSize: 0x60 } + - { offsetInCU: 0x4F2, offset: 0x141B47, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfD', symObjAddr: 0xC10, symBinAddr: 0x1239F0, symSize: 0x20 } + - { offsetInCU: 0x5AE, offset: 0x141C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfE', symObjAddr: 0xB90, symBinAddr: 0x123970, symSize: 0x20 } + - { offsetInCU: 0x606, offset: 0x141C5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCMa', symObjAddr: 0xC30, symBinAddr: 0x123A10, symSize: 0x20 } + - { offsetInCU: 0x61A, offset: 0x141C6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs0F3KeyAAWl', symObjAddr: 0xCC0, symBinAddr: 0x123A30, symSize: 0x30 } + - { offsetInCU: 0x62E, offset: 0x141C83, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwet', symObjAddr: 0xF60, symBinAddr: 0x123AE0, symSize: 0x80 } + - { offsetInCU: 0x642, offset: 0x141C97, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwst', symObjAddr: 0xFE0, symBinAddr: 0x123B60, symSize: 0xD0 } + - { offsetInCU: 0x656, offset: 0x141CAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwug', symObjAddr: 0x10B0, symBinAddr: 0x123C30, symSize: 0x10 } + - { offsetInCU: 0x66A, offset: 0x141CBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwup', symObjAddr: 0x10C0, symBinAddr: 0x123C40, symSize: 0x10 } + - { offsetInCU: 0x67E, offset: 0x141CD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwui', symObjAddr: 0x10D0, symBinAddr: 0x123C50, symSize: 0x10 } + - { offsetInCU: 0x692, offset: 0x141CE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOMa', symObjAddr: 0x10E0, symBinAddr: 0x123C60, symSize: 0x10 } + - { offsetInCU: 0x6A6, offset: 0x141CFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASQWb', symObjAddr: 0x10F0, symBinAddr: 0x123C70, symSize: 0x10 } + - { offsetInCU: 0x6BA, offset: 0x141D0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFSQAAWl', symObjAddr: 0x1100, symBinAddr: 0x123C80, symSize: 0x30 } + - { offsetInCU: 0x6CE, offset: 0x141D23, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1130, symBinAddr: 0x123CB0, symSize: 0x10 } + - { offsetInCU: 0x6E2, offset: 0x141D37, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1140, symBinAddr: 0x123CC0, symSize: 0x30 } + - { offsetInCU: 0x6F6, offset: 0x141D4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1170, symBinAddr: 0x123CF0, symSize: 0x10 } + - { offsetInCU: 0x70A, offset: 0x141D5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1180, symBinAddr: 0x123D00, symSize: 0x2E } + - { offsetInCU: 0x764, offset: 0x141DB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9E0, symBinAddr: 0x1237C0, symSize: 0x10 } + - { offsetInCU: 0x780, offset: 0x141DD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x9F0, symBinAddr: 0x1237D0, symSize: 0x10 } + - { offsetInCU: 0x79C, offset: 0x141DF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA00, symBinAddr: 0x1237E0, symSize: 0x10 } + - { offsetInCU: 0x7B8, offset: 0x141E0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA10, symBinAddr: 0x1237F0, symSize: 0x10 } + - { offsetInCU: 0x7DA, offset: 0x141E2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB50, symBinAddr: 0x123930, symSize: 0x20 } + - { offsetInCU: 0x7F6, offset: 0x141E4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB70, symBinAddr: 0x123950, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x14203B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0x123D30, symSize: 0x20 } + - { offsetInCU: 0xAC, offset: 0x14209C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x70, symBinAddr: 0x123DA0, symSize: 0x70 } + - { offsetInCU: 0x112, offset: 0x142102, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xE0, symBinAddr: 0x123E10, symSize: 0x30 } + - { offsetInCU: 0x13B, offset: 0x14212B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1A0, symBinAddr: 0x123ED0, symSize: 0x320 } + - { offsetInCU: 0x1C1, offset: 0x1421B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4C0, symBinAddr: 0x1241F0, symSize: 0x5F0 } + - { offsetInCU: 0x395, offset: 0x142385, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO8rawValueSSvg', symObjAddr: 0xAB0, symBinAddr: 0x1247E0, symSize: 0x20 } + - { offsetInCU: 0x3CC, offset: 0x1423BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0xAD0, symBinAddr: 0x124800, symSize: 0x20 } + - { offsetInCU: 0x44A, offset: 0x14243A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xB30, symBinAddr: 0x124860, symSize: 0x70 } + - { offsetInCU: 0x4B0, offset: 0x1424A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xBA0, symBinAddr: 0x1248D0, symSize: 0x30 } + - { offsetInCU: 0x4CC, offset: 0x1424BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBD0, symBinAddr: 0x124900, symSize: 0x10 } + - { offsetInCU: 0x502, offset: 0x1424F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBE0, symBinAddr: 0x124910, symSize: 0x60 } + - { offsetInCU: 0x587, offset: 0x142577, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xC40, symBinAddr: 0x124970, symSize: 0x10 } + - { offsetInCU: 0x5A3, offset: 0x142593, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xC50, symBinAddr: 0x124980, symSize: 0x10 } + - { offsetInCU: 0x5DE, offset: 0x1425CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCfD', symObjAddr: 0xCA0, symBinAddr: 0x1249D0, symSize: 0x40 } + - { offsetInCU: 0x621, offset: 0x142611, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC6encode2toys7Encoder_p_tKF', symObjAddr: 0xED0, symBinAddr: 0x124BE0, symSize: 0x220 } + - { offsetInCU: 0x678, offset: 0x142668, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x10F0, symBinAddr: 0x124E00, symSize: 0x50 } + - { offsetInCU: 0x6B0, offset: 0x1426A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1140, symBinAddr: 0x124E50, symSize: 0x20 } + - { offsetInCU: 0x760, offset: 0x142750, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCMa', symObjAddr: 0xCE0, symBinAddr: 0x124A10, symSize: 0x20 } + - { offsetInCU: 0x774, offset: 0x142764, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwet', symObjAddr: 0xD20, symBinAddr: 0x124A30, symSize: 0x80 } + - { offsetInCU: 0x788, offset: 0x142778, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwst', symObjAddr: 0xDA0, symBinAddr: 0x124AB0, symSize: 0xD0 } + - { offsetInCU: 0x79C, offset: 0x14278C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwup', symObjAddr: 0xE70, symBinAddr: 0x124B80, symSize: 0x10 } + - { offsetInCU: 0x7B0, offset: 0x1427A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOMa', symObjAddr: 0xE80, symBinAddr: 0x124B90, symSize: 0x10 } + - { offsetInCU: 0x7C4, offset: 0x1427B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASQWb', symObjAddr: 0xE90, symBinAddr: 0x124BA0, symSize: 0x10 } + - { offsetInCU: 0x7D8, offset: 0x1427C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSQAAWl', symObjAddr: 0xEA0, symBinAddr: 0x124BB0, symSize: 0x30 } + - { offsetInCU: 0x7EC, offset: 0x1427DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x11D0, symBinAddr: 0x124E70, symSize: 0x30 } + - { offsetInCU: 0x800, offset: 0x1427F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSeAAWl', symObjAddr: 0x1230, symBinAddr: 0x124EA0, symSize: 0x30 } + - { offsetInCU: 0x814, offset: 0x142804, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSeAAWl', symObjAddr: 0x12C0, symBinAddr: 0x124F00, symSize: 0x30 } + - { offsetInCU: 0x828, offset: 0x142818, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSEAAWl', symObjAddr: 0x12F0, symBinAddr: 0x124F30, symSize: 0x30 } + - { offsetInCU: 0x83C, offset: 0x14282C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSEAAWl', symObjAddr: 0x1430, symBinAddr: 0x125040, symSize: 0x30 } + - { offsetInCU: 0x850, offset: 0x142840, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSYAAWl', symObjAddr: 0x1460, symBinAddr: 0x125070, symSize: 0x30 } + - { offsetInCU: 0x864, offset: 0x142854, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwet', symObjAddr: 0x1520, symBinAddr: 0x1250A0, symSize: 0x80 } + - { offsetInCU: 0x878, offset: 0x142868, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwst', symObjAddr: 0x15A0, symBinAddr: 0x125120, symSize: 0xD0 } + - { offsetInCU: 0x88C, offset: 0x14287C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwug', symObjAddr: 0x1670, symBinAddr: 0x1251F0, symSize: 0x10 } + - { offsetInCU: 0x8A0, offset: 0x142890, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwup', symObjAddr: 0x1680, symBinAddr: 0x125200, symSize: 0x10 } + - { offsetInCU: 0x8B4, offset: 0x1428A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwui', symObjAddr: 0x1690, symBinAddr: 0x125210, symSize: 0x10 } + - { offsetInCU: 0x8C8, offset: 0x1428B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOMa', symObjAddr: 0x16A0, symBinAddr: 0x125220, symSize: 0x10 } + - { offsetInCU: 0x8DC, offset: 0x1428CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASQWb', symObjAddr: 0x16B0, symBinAddr: 0x125230, symSize: 0x10 } + - { offsetInCU: 0x8F0, offset: 0x1428E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAESQAAWl', symObjAddr: 0x16C0, symBinAddr: 0x125240, symSize: 0x30 } + - { offsetInCU: 0x904, offset: 0x1428F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x16F0, symBinAddr: 0x125270, symSize: 0x10 } + - { offsetInCU: 0x918, offset: 0x142908, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1700, symBinAddr: 0x125280, symSize: 0x30 } + - { offsetInCU: 0x92C, offset: 0x14291C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1730, symBinAddr: 0x1252B0, symSize: 0x10 } + - { offsetInCU: 0x940, offset: 0x142930, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1740, symBinAddr: 0x1252C0, symSize: 0x30 } + - { offsetInCU: 0x965, offset: 0x142955, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0x123D50, symSize: 0x10 } + - { offsetInCU: 0x99F, offset: 0x14298F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0x123D60, symSize: 0x20 } + - { offsetInCU: 0x9E5, offset: 0x1429D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x123D80, symSize: 0x10 } + - { offsetInCU: 0xA01, offset: 0x1429F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x60, symBinAddr: 0x123D90, symSize: 0x10 } + - { offsetInCU: 0xA1B, offset: 0x142A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0x123E40, symSize: 0x50 } + - { offsetInCU: 0xA3E, offset: 0x142A2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0x123E90, symSize: 0x40 } + - { offsetInCU: 0xAA2, offset: 0x142A92, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAF0, symBinAddr: 0x124820, symSize: 0x10 } + - { offsetInCU: 0xABE, offset: 0x142AAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB00, symBinAddr: 0x124830, symSize: 0x10 } + - { offsetInCU: 0xADA, offset: 0x142ACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB10, symBinAddr: 0x124840, symSize: 0x10 } + - { offsetInCU: 0xAF6, offset: 0x142AE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB20, symBinAddr: 0x124850, symSize: 0x10 } + - { offsetInCU: 0xB18, offset: 0x142B08, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xC60, symBinAddr: 0x124990, symSize: 0x20 } + - { offsetInCU: 0xB34, offset: 0x142B24, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xC80, symBinAddr: 0x1249B0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x142CDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x125310, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x142CF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x125310, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x142D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwet', symObjAddr: 0x70, symBinAddr: 0x125340, symSize: 0x20 } + - { offsetInCU: 0x6B, offset: 0x142D1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwst', symObjAddr: 0x90, symBinAddr: 0x125360, symSize: 0x30 } + - { offsetInCU: 0x7F, offset: 0x142D2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVMa', symObjAddr: 0xC0, symBinAddr: 0x125390, symSize: 0xA } + - { offsetInCU: 0x27, offset: 0x142E7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x1253A0, symSize: 0xA2 } + - { offsetInCU: 0x81, offset: 0x142ED8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x1253A0, symSize: 0xA2 } + - { offsetInCU: 0x5E, offset: 0x143138, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x125450, symSize: 0x40 } + - { offsetInCU: 0x92, offset: 0x14316C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0x125490, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x143180, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfC', symObjAddr: 0x70, symBinAddr: 0x1254C0, symSize: 0x20 } + - { offsetInCU: 0xC4, offset: 0x14319E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfc', symObjAddr: 0x90, symBinAddr: 0x1254E0, symSize: 0x190 } + - { offsetInCU: 0x142, offset: 0x14321C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfcTo', symObjAddr: 0x220, symBinAddr: 0x125670, symSize: 0x20 } + - { offsetInCU: 0x15E, offset: 0x143238, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x240, symBinAddr: 0x125690, symSize: 0x40 } + - { offsetInCU: 0x17C, offset: 0x143256, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x280, symBinAddr: 0x1256D0, symSize: 0x190 } + - { offsetInCU: 0x208, offset: 0x1432E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x410, symBinAddr: 0x125860, symSize: 0x30 } + - { offsetInCU: 0x260, offset: 0x14333A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC15animationDidSetyyF', symObjAddr: 0x440, symBinAddr: 0x125890, symSize: 0x50 } + - { offsetInCU: 0x320, offset: 0x1433FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x510, symBinAddr: 0x1258E0, symSize: 0xC0 } + - { offsetInCU: 0x391, offset: 0x14346B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ', symObjAddr: 0x5D0, symBinAddr: 0x1259A0, symSize: 0x10 } + - { offsetInCU: 0x3C0, offset: 0x14349A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x5E0, symBinAddr: 0x1259B0, symSize: 0x20 } + - { offsetInCU: 0x456, offset: 0x143530, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg', symObjAddr: 0x600, symBinAddr: 0x1259D0, symSize: 0x40 } + - { offsetInCU: 0x551, offset: 0x14362B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x640, symBinAddr: 0x125A10, symSize: 0x10 } + - { offsetInCU: 0x5A7, offset: 0x143681, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x650, symBinAddr: 0x125A20, symSize: 0x40 } + - { offsetInCU: 0x68B, offset: 0x143765, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x690, symBinAddr: 0x125A60, symSize: 0x20 } + - { offsetInCU: 0x6FE, offset: 0x1437D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg', symObjAddr: 0x6F0, symBinAddr: 0x125AC0, symSize: 0x40 } + - { offsetInCU: 0x71B, offset: 0x1437F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs', symObjAddr: 0x730, symBinAddr: 0x125B00, symSize: 0x40 } + - { offsetInCU: 0x754, offset: 0x14382E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM', symObjAddr: 0x770, symBinAddr: 0x125B40, symSize: 0x40 } + - { offsetInCU: 0x783, offset: 0x14385D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg', symObjAddr: 0x7B0, symBinAddr: 0x125B80, symSize: 0x30 } + - { offsetInCU: 0x7A0, offset: 0x14387A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs', symObjAddr: 0x7E0, symBinAddr: 0x125BB0, symSize: 0x40 } + - { offsetInCU: 0x7DD, offset: 0x1438B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM', symObjAddr: 0x820, symBinAddr: 0x125BF0, symSize: 0x40 } + - { offsetInCU: 0x82A, offset: 0x143904, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0x860, symBinAddr: 0x125C30, symSize: 0x60 } + - { offsetInCU: 0x8F0, offset: 0x1439CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0x900, symBinAddr: 0x125C90, symSize: 0x40 } + - { offsetInCU: 0x98E, offset: 0x143A68, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg', symObjAddr: 0xAD0, symBinAddr: 0x125E20, symSize: 0x50 } + - { offsetInCU: 0x9AB, offset: 0x143A85, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs', symObjAddr: 0xB20, symBinAddr: 0x125E70, symSize: 0x60 } + - { offsetInCU: 0x9D2, offset: 0x143AAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM', symObjAddr: 0xB80, symBinAddr: 0x125ED0, symSize: 0x40 } + - { offsetInCU: 0xA01, offset: 0x143ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM.resume.0', symObjAddr: 0xBC0, symBinAddr: 0x125F10, symSize: 0x10 } + - { offsetInCU: 0xA2C, offset: 0x143B06, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvs', symObjAddr: 0xBD0, symBinAddr: 0x125F20, symSize: 0x30 } + - { offsetInCU: 0xA71, offset: 0x143B4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0xC00, symBinAddr: 0x125F50, symSize: 0x20 } + - { offsetInCU: 0xACA, offset: 0x143BA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM', symObjAddr: 0xC20, symBinAddr: 0x125F70, symSize: 0x30 } + - { offsetInCU: 0xB5C, offset: 0x143C36, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM.resume.0', symObjAddr: 0xC50, symBinAddr: 0x125FA0, symSize: 0x30 } + - { offsetInCU: 0xBDA, offset: 0x143CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF', symObjAddr: 0xC80, symBinAddr: 0x125FD0, symSize: 0x30 } + - { offsetInCU: 0xC55, offset: 0x143D2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF', symObjAddr: 0xCB0, symBinAddr: 0x126000, symSize: 0x60 } + - { offsetInCU: 0xD50, offset: 0x143E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btF', symObjAddr: 0xD10, symBinAddr: 0x126060, symSize: 0x380 } + - { offsetInCU: 0x1037, offset: 0x144111, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_', symObjAddr: 0x1090, symBinAddr: 0x1263E0, symSize: 0xC0 } + - { offsetInCU: 0x10F1, offset: 0x1441CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC24updateAccessibilityLabel33_69DC16219B29E88431F21A6FFAC9EAE9LLyyF', symObjAddr: 0x1150, symBinAddr: 0x1264A0, symSize: 0xF0 } + - { offsetInCU: 0x115B, offset: 0x144235, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfD', symObjAddr: 0x1280, symBinAddr: 0x1265D0, symSize: 0x30 } + - { offsetInCU: 0x1188, offset: 0x144262, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x1320, symBinAddr: 0x126670, symSize: 0x1B0 } + - { offsetInCU: 0x12C4, offset: 0x14439E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15HapticGeneratorCfD', symObjAddr: 0x12F0, symBinAddr: 0x126640, symSize: 0x30 } + - { offsetInCU: 0x133C, offset: 0x144416, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTK', symObjAddr: 0x980, symBinAddr: 0x125CD0, symSize: 0x90 } + - { offsetInCU: 0x1369, offset: 0x144443, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTk', symObjAddr: 0xA10, symBinAddr: 0x125D60, symSize: 0xC0 } + - { offsetInCU: 0x14F8, offset: 0x1445D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfE', symObjAddr: 0x1240, symBinAddr: 0x126590, symSize: 0x40 } + - { offsetInCU: 0x1527, offset: 0x144601, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfETo', symObjAddr: 0x12B0, symBinAddr: 0x126600, symSize: 0x40 } + - { offsetInCU: 0x1556, offset: 0x144630, size: 0x8, addend: 0x0, symName: '_$s6Lottie15HapticGeneratorCMa', symObjAddr: 0x14D0, symBinAddr: 0x126820, symSize: 0x20 } + - { offsetInCU: 0x156A, offset: 0x144644, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImpactGenerator_pWOb', symObjAddr: 0x14F0, symBinAddr: 0x126840, symSize: 0x20 } + - { offsetInCU: 0x157E, offset: 0x144658, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCMa', symObjAddr: 0x1510, symBinAddr: 0x126860, symSize: 0x20 } + - { offsetInCU: 0x1592, offset: 0x14466C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASQWb', symObjAddr: 0x1570, symBinAddr: 0x126880, symSize: 0x10 } + - { offsetInCU: 0x15A6, offset: 0x144680, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOAESQAAWl', symObjAddr: 0x1580, symBinAddr: 0x126890, symSize: 0x30 } + - { offsetInCU: 0x15BA, offset: 0x144694, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwet', symObjAddr: 0x1920, symBinAddr: 0x126C10, symSize: 0x80 } + - { offsetInCU: 0x15CE, offset: 0x1446A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwst', symObjAddr: 0x19A0, symBinAddr: 0x126C90, symSize: 0xD0 } + - { offsetInCU: 0x15E2, offset: 0x1446BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwug', symObjAddr: 0x1A70, symBinAddr: 0x126D60, symSize: 0x10 } + - { offsetInCU: 0x15F6, offset: 0x1446D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwup', symObjAddr: 0x1A80, symBinAddr: 0x126D70, symSize: 0x10 } + - { offsetInCU: 0x160A, offset: 0x1446E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwui', symObjAddr: 0x1A90, symBinAddr: 0x126D80, symSize: 0x10 } + - { offsetInCU: 0x161E, offset: 0x1446F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOMa', symObjAddr: 0x1AA0, symBinAddr: 0x126D90, symSize: 0x10 } + - { offsetInCU: 0x163D, offset: 0x144717, size: 0x8, addend: 0x0, symName: '_$sSbytIegnr_SbIegy_TRTA', symObjAddr: 0x1B10, symBinAddr: 0x126DC0, symSize: 0x30 } + - { offsetInCU: 0x1671, offset: 0x14474B, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SbytIegnr_TRTA', symObjAddr: 0x1B40, symBinAddr: 0x126DF0, symSize: 0x20 } + - { offsetInCU: 0x169A, offset: 0x144774, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_TA', symObjAddr: 0x1BA0, symBinAddr: 0x126E50, symSize: 0x20 } + - { offsetInCU: 0x1720, offset: 0x1447FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6B0, symBinAddr: 0x125A80, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x144B4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x126EA0, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x144B6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x126EA0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x144B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x126EE0, symSize: 0x230 } + - { offsetInCU: 0xDC, offset: 0x144BFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x270, symBinAddr: 0x127110, symSize: 0x350 } + - { offsetInCU: 0x1D8, offset: 0x144CF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5C0, symBinAddr: 0x127460, symSize: 0x160 } + - { offsetInCU: 0x246, offset: 0x144D65, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO8rawValueSSvg', symObjAddr: 0x720, symBinAddr: 0x1275C0, symSize: 0x20 } + - { offsetInCU: 0x27D, offset: 0x144D9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x740, symBinAddr: 0x1275E0, symSize: 0x20 } + - { offsetInCU: 0x2FB, offset: 0x144E1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x7A0, symBinAddr: 0x127640, symSize: 0x70 } + - { offsetInCU: 0x361, offset: 0x144E80, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x810, symBinAddr: 0x1276B0, symSize: 0x30 } + - { offsetInCU: 0x37D, offset: 0x144E9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x840, symBinAddr: 0x1276E0, symSize: 0x10 } + - { offsetInCU: 0x3B3, offset: 0x144ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x850, symBinAddr: 0x1276F0, symSize: 0x60 } + - { offsetInCU: 0x438, offset: 0x144F57, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x8B0, symBinAddr: 0x127750, symSize: 0x10 } + - { offsetInCU: 0x454, offset: 0x144F73, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x8C0, symBinAddr: 0x127760, symSize: 0x10 } + - { offsetInCU: 0x490, offset: 0x144FAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfD', symObjAddr: 0x930, symBinAddr: 0x1277D0, symSize: 0x60 } + - { offsetInCU: 0x562, offset: 0x145081, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfE', symObjAddr: 0x910, symBinAddr: 0x1277B0, symSize: 0x20 } + - { offsetInCU: 0x5BA, offset: 0x1450D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCMa', symObjAddr: 0x990, symBinAddr: 0x127830, symSize: 0x20 } + - { offsetInCU: 0x5CE, offset: 0x1450ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs0E3KeyAAWl', symObjAddr: 0xA20, symBinAddr: 0x127850, symSize: 0x30 } + - { offsetInCU: 0x5E2, offset: 0x145101, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwet', symObjAddr: 0xB30, symBinAddr: 0x127880, symSize: 0x80 } + - { offsetInCU: 0x5F6, offset: 0x145115, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwst', symObjAddr: 0xBB0, symBinAddr: 0x127900, symSize: 0xD0 } + - { offsetInCU: 0x60A, offset: 0x145129, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwug', symObjAddr: 0xC80, symBinAddr: 0x1279D0, symSize: 0x10 } + - { offsetInCU: 0x61E, offset: 0x14513D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwup', symObjAddr: 0xC90, symBinAddr: 0x1279E0, symSize: 0x10 } + - { offsetInCU: 0x632, offset: 0x145151, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwui', symObjAddr: 0xCA0, symBinAddr: 0x1279F0, symSize: 0x10 } + - { offsetInCU: 0x646, offset: 0x145165, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOMa', symObjAddr: 0xCB0, symBinAddr: 0x127A00, symSize: 0x10 } + - { offsetInCU: 0x65A, offset: 0x145179, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASQWb', symObjAddr: 0xCC0, symBinAddr: 0x127A10, symSize: 0x10 } + - { offsetInCU: 0x66E, offset: 0x14518D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFSQAAWl', symObjAddr: 0xCD0, symBinAddr: 0x127A20, symSize: 0x30 } + - { offsetInCU: 0x682, offset: 0x1451A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xD00, symBinAddr: 0x127A50, symSize: 0x10 } + - { offsetInCU: 0x696, offset: 0x1451B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xD10, symBinAddr: 0x127A60, symSize: 0x30 } + - { offsetInCU: 0x6AA, offset: 0x1451C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xD40, symBinAddr: 0x127A90, symSize: 0x10 } + - { offsetInCU: 0x6BE, offset: 0x1451DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xD50, symBinAddr: 0x127AA0, symSize: 0x2E } + - { offsetInCU: 0x718, offset: 0x145237, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x760, symBinAddr: 0x127600, symSize: 0x10 } + - { offsetInCU: 0x734, offset: 0x145253, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH9hashValueSivgTW', symObjAddr: 0x770, symBinAddr: 0x127610, symSize: 0x10 } + - { offsetInCU: 0x750, offset: 0x14526F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x780, symBinAddr: 0x127620, symSize: 0x10 } + - { offsetInCU: 0x76C, offset: 0x14528B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x790, symBinAddr: 0x127630, symSize: 0x10 } + - { offsetInCU: 0x78E, offset: 0x1452AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x8D0, symBinAddr: 0x127770, symSize: 0x20 } + - { offsetInCU: 0x7AA, offset: 0x1452C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x8F0, symBinAddr: 0x127790, symSize: 0x20 } + - { offsetInCU: 0x118, offset: 0x145586, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtF', symObjAddr: 0x0, symBinAddr: 0x127AD0, symSize: 0x3A0 } + - { offsetInCU: 0x6D3, offset: 0x145B41, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_', symObjAddr: 0x3A0, symBinAddr: 0x127E70, symSize: 0xA0 } + - { offsetInCU: 0x705, offset: 0x145B73, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_', symObjAddr: 0x440, symBinAddr: 0x127F10, symSize: 0xB0 } + - { offsetInCU: 0x882, offset: 0x145CF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_', symObjAddr: 0x4F0, symBinAddr: 0x127FC0, symSize: 0x120 } + - { offsetInCU: 0xA67, offset: 0x145ED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCfD', symObjAddr: 0xB80, symBinAddr: 0x128620, symSize: 0x30 } + - { offsetInCU: 0xCDE, offset: 0x14614C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7matchesySbACF', symObjAddr: 0x640, symBinAddr: 0x1280E0, symSize: 0x540 } + - { offsetInCU: 0xD8E, offset: 0x1461FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCMa', symObjAddr: 0xBB0, symBinAddr: 0x128650, symSize: 0x20 } + - { offsetInCU: 0xDA2, offset: 0x146210, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_TA', symObjAddr: 0xCB0, symBinAddr: 0x128670, symSize: 0x10 } + - { offsetInCU: 0xDB6, offset: 0x146224, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xCC0, symBinAddr: 0x128680, symSize: 0x20 } + - { offsetInCU: 0xDCA, offset: 0x146238, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_TA', symObjAddr: 0xCE0, symBinAddr: 0x1286A0, symSize: 0x20 } + - { offsetInCU: 0xDDE, offset: 0x14624C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_TA', symObjAddr: 0xD00, symBinAddr: 0x1286C0, symSize: 0x20 } + - { offsetInCU: 0xDF2, offset: 0x146260, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xD20, symBinAddr: 0x1286E0, symSize: 0x20 } + - { offsetInCU: 0xED7, offset: 0x146345, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AG16AnyValueProvider_p05valueN0tG_Tg5011$s6Lottie18mn32StoreC03setbC0_7keypathyAA03Anybt7_p_AA16iJ32VtFSbAhE_AaF_p05valueC0t_tXEfU0_AITf1cn_nTf4ng_n', symObjAddr: 0xD40, symBinAddr: 0x128700, symSize: 0x3B0 } + - { offsetInCU: 0x1366, offset: 0x1467D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOd', symObjAddr: 0x1190, symBinAddr: 0x128AE0, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x146B68, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x128B30, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x146B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x128B30, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x146B94, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwxx', symObjAddr: 0x30, symBinAddr: 0x128B60, symSize: 0x10 } + - { offsetInCU: 0x6B, offset: 0x146BA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwcp', symObjAddr: 0x40, symBinAddr: 0x128B70, symSize: 0x60 } + - { offsetInCU: 0x7F, offset: 0x146BBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwca', symObjAddr: 0xA0, symBinAddr: 0x128BD0, symSize: 0x70 } + - { offsetInCU: 0x93, offset: 0x146BD0, size: 0x8, addend: 0x0, symName: ___swift_memcpy50_8, symObjAddr: 0x110, symBinAddr: 0x128C40, symSize: 0x30 } + - { offsetInCU: 0xA7, offset: 0x146BE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwta', symObjAddr: 0x140, symBinAddr: 0x128C70, symSize: 0x60 } + - { offsetInCU: 0xBB, offset: 0x146BF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwet', symObjAddr: 0x1A0, symBinAddr: 0x128CD0, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0x146C0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwst', symObjAddr: 0x1E0, symBinAddr: 0x128D10, symSize: 0x50 } + - { offsetInCU: 0xE3, offset: 0x146C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVMa', symObjAddr: 0x230, symBinAddr: 0x128D60, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x146C52, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueSSvg', symObjAddr: 0x240, symBinAddr: 0x128D70, symSize: 0x20 } + - { offsetInCU: 0x162, offset: 0x146C9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x430, symBinAddr: 0x128F60, symSize: 0x10 } + - { offsetInCU: 0x1E9, offset: 0x146D26, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH9hashValueSivgTW', symObjAddr: 0x440, symBinAddr: 0x128F70, symSize: 0x40 } + - { offsetInCU: 0x2CD, offset: 0x146E0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x480, symBinAddr: 0x128FB0, symSize: 0x20 } + - { offsetInCU: 0x33F, offset: 0x146E7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4E0, symBinAddr: 0x129010, symSize: 0x10 } + - { offsetInCU: 0x36A, offset: 0x146EA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4F0, symBinAddr: 0x129020, symSize: 0x20 } + - { offsetInCU: 0x39B, offset: 0x146ED8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x510, symBinAddr: 0x129040, symSize: 0x10 } + - { offsetInCU: 0x3B7, offset: 0x146EF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x520, symBinAddr: 0x129050, symSize: 0x10 } + - { offsetInCU: 0x3D3, offset: 0x146F10, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x760, symBinAddr: 0x129290, symSize: 0x170 } + - { offsetInCU: 0x419, offset: 0x146F56, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV6encode2toys7Encoder_p_tKF', symObjAddr: 0x260, symBinAddr: 0x128D90, symSize: 0x1A0 } + - { offsetInCU: 0x46E, offset: 0x146FAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x570, symBinAddr: 0x1290A0, symSize: 0x40 } + - { offsetInCU: 0x4A5, offset: 0x146FE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5B0, symBinAddr: 0x1290E0, symSize: 0x40 } + - { offsetInCU: 0x4C8, offset: 0x147005, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x8D0, symBinAddr: 0x129400, symSize: 0x240 } + - { offsetInCU: 0x506, offset: 0x147043, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeO8rawValueSSvg', symObjAddr: 0x400, symBinAddr: 0x128F30, symSize: 0x30 } + - { offsetInCU: 0x547, offset: 0x147084, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x630, symBinAddr: 0x129160, symSize: 0x70 } + - { offsetInCU: 0x57B, offset: 0x1470B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x6A0, symBinAddr: 0x1291D0, symSize: 0x30 } + - { offsetInCU: 0x5B9, offset: 0x1470F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs0D3KeyAAWl', symObjAddr: 0xB80, symBinAddr: 0x129640, symSize: 0x30 } + - { offsetInCU: 0x5CD, offset: 0x14710A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSeAAWl', symObjAddr: 0xBE0, symBinAddr: 0x129670, symSize: 0x30 } + - { offsetInCU: 0x5E1, offset: 0x14711E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSgWOb', symObjAddr: 0xC10, symBinAddr: 0x1296A0, symSize: 0x40 } + - { offsetInCU: 0x5F5, offset: 0x147132, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSEAAWl', symObjAddr: 0xC50, symBinAddr: 0x1296E0, symSize: 0x30 } + - { offsetInCU: 0x609, offset: 0x147146, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwet', symObjAddr: 0xCA0, symBinAddr: 0x129710, symSize: 0x80 } + - { offsetInCU: 0x61D, offset: 0x14715A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwst', symObjAddr: 0xD20, symBinAddr: 0x129790, symSize: 0xD0 } + - { offsetInCU: 0x631, offset: 0x14716E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwug', symObjAddr: 0xDF0, symBinAddr: 0x129860, symSize: 0x10 } + - { offsetInCU: 0x645, offset: 0x147182, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwup', symObjAddr: 0xE00, symBinAddr: 0x129870, symSize: 0x10 } + - { offsetInCU: 0x659, offset: 0x147196, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwui', symObjAddr: 0xE10, symBinAddr: 0x129880, symSize: 0x10 } + - { offsetInCU: 0x66D, offset: 0x1471AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOMa', symObjAddr: 0xE20, symBinAddr: 0x129890, symSize: 0x10 } + - { offsetInCU: 0x681, offset: 0x1471BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwet', symObjAddr: 0xE30, symBinAddr: 0x1298A0, symSize: 0x80 } + - { offsetInCU: 0x695, offset: 0x1471D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwst', symObjAddr: 0xEB0, symBinAddr: 0x129920, symSize: 0xD0 } + - { offsetInCU: 0x6A9, offset: 0x1471E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwug', symObjAddr: 0xF80, symBinAddr: 0x1299F0, symSize: 0x10 } + - { offsetInCU: 0x6BD, offset: 0x1471FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwup', symObjAddr: 0xF90, symBinAddr: 0x129A00, symSize: 0x10 } + - { offsetInCU: 0x6D1, offset: 0x14720E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwui', symObjAddr: 0xFA0, symBinAddr: 0x129A10, symSize: 0x10 } + - { offsetInCU: 0x6E5, offset: 0x147222, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOMa', symObjAddr: 0xFB0, symBinAddr: 0x129A20, symSize: 0x10 } + - { offsetInCU: 0x6F9, offset: 0x147236, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASQWb', symObjAddr: 0xFC0, symBinAddr: 0x129A30, symSize: 0x10 } + - { offsetInCU: 0x70D, offset: 0x14724A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSQAAWl', symObjAddr: 0xFD0, symBinAddr: 0x129A40, symSize: 0x30 } + - { offsetInCU: 0x721, offset: 0x14725E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASQWb', symObjAddr: 0x1000, symBinAddr: 0x129A70, symSize: 0x10 } + - { offsetInCU: 0x735, offset: 0x147272, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFSQAAWl', symObjAddr: 0x1010, symBinAddr: 0x129A80, symSize: 0x30 } + - { offsetInCU: 0x749, offset: 0x147286, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1040, symBinAddr: 0x129AB0, symSize: 0x10 } + - { offsetInCU: 0x75D, offset: 0x14729A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1050, symBinAddr: 0x129AC0, symSize: 0x30 } + - { offsetInCU: 0x771, offset: 0x1472AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1080, symBinAddr: 0x129AF0, symSize: 0x10 } + - { offsetInCU: 0x785, offset: 0x1472C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1090, symBinAddr: 0x129B00, symSize: 0x30 } + - { offsetInCU: 0x799, offset: 0x1472D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSYAAWl', symObjAddr: 0x10C0, symBinAddr: 0x129B30, symSize: 0x2E } + - { offsetInCU: 0x7EB, offset: 0x147328, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4A0, symBinAddr: 0x128FD0, symSize: 0x40 } + - { offsetInCU: 0x88E, offset: 0x1473CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x530, symBinAddr: 0x129060, symSize: 0x20 } + - { offsetInCU: 0x8AA, offset: 0x1473E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x129080, symSize: 0x20 } + - { offsetInCU: 0x8C6, offset: 0x147403, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5F0, symBinAddr: 0x129120, symSize: 0x10 } + - { offsetInCU: 0x8E2, offset: 0x14741F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH9hashValueSivgTW', symObjAddr: 0x600, symBinAddr: 0x129130, symSize: 0x10 } + - { offsetInCU: 0x8FE, offset: 0x14743B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x610, symBinAddr: 0x129140, symSize: 0x10 } + - { offsetInCU: 0x91A, offset: 0x147457, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x620, symBinAddr: 0x129150, symSize: 0x10 } + - { offsetInCU: 0x93C, offset: 0x147479, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x6D0, symBinAddr: 0x129200, symSize: 0x50 } + - { offsetInCU: 0x95F, offset: 0x14749C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x720, symBinAddr: 0x129250, symSize: 0x40 } + - { offsetInCU: 0x5D, offset: 0x147662, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x70, symBinAddr: 0x129B60, symSize: 0x10 } + - { offsetInCU: 0xD1, offset: 0x1476D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x80, symBinAddr: 0x129B70, symSize: 0x20 } + - { offsetInCU: 0x114, offset: 0x147719, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aG0VGSgvgTW', symObjAddr: 0xA0, symBinAddr: 0x129B90, symSize: 0x10 } + - { offsetInCU: 0x169, offset: 0x14776E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0xB0, symBinAddr: 0x129BA0, symSize: 0x20 } + - { offsetInCU: 0x389, offset: 0x14798E, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF', symObjAddr: 0xD0, symBinAddr: 0x129BC0, symSize: 0x730 } + - { offsetInCU: 0x8E9, offset: 0x147EEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x860, symBinAddr: 0x12A310, symSize: 0x10 } + - { offsetInCU: 0x8FD, offset: 0x147F02, size: 0x8, addend: 0x0, symName: '_$sSo8NSNumberCMa', symObjAddr: 0xAA0, symBinAddr: 0x12A340, symSize: 0x30 } + - { offsetInCU: 0x911, offset: 0x147F16, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0xB30, symBinAddr: 0x12A3D0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x14826A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x12A3F0, symSize: 0x860 } + - { offsetInCU: 0x35C, offset: 0x14859F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x12A3F0, symSize: 0x860 } + - { offsetInCU: 0xB84, offset: 0x148DC7, size: 0x8, addend: 0x0, symName: '_$sSbSgWOb', symObjAddr: 0x8F0, symBinAddr: 0x12AC70, symSize: 0x40 } + - { offsetInCU: 0xBD4, offset: 0x148E17, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Sb_TG5TA', symObjAddr: 0x930, symBinAddr: 0x12ACB0, symSize: 0x32 } + - { offsetInCU: 0x27, offset: 0x14926B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x12ACF0, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x14928F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x12ACF0, symSize: 0x10 } + - { offsetInCU: 0x86, offset: 0x1492CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueSdvg', symObjAddr: 0x30, symBinAddr: 0x12AD20, symSize: 0x10 } + - { offsetInCU: 0xA4, offset: 0x1492E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF', symObjAddr: 0x40, symBinAddr: 0x12AD30, symSize: 0x30 } + - { offsetInCU: 0x101, offset: 0x149345, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ', symObjAddr: 0x70, symBinAddr: 0x12AD60, symSize: 0x20 } + - { offsetInCU: 0x149, offset: 0x14938D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV9hashValueSivg', symObjAddr: 0x90, symBinAddr: 0x12AD80, symSize: 0x50 } + - { offsetInCU: 0x21F, offset: 0x149463, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0x12ADD0, symSize: 0x50 } + - { offsetInCU: 0x303, offset: 0x149547, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x130, symBinAddr: 0x12AE20, symSize: 0x30 } + - { offsetInCU: 0x38F, offset: 0x1495D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A0, symBinAddr: 0x12AE90, symSize: 0x20 } + - { offsetInCU: 0x3C8, offset: 0x14960C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfC', symObjAddr: 0x10, symBinAddr: 0x12AD00, symSize: 0x20 } + - { offsetInCU: 0x411, offset: 0x149655, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1xSdvg', symObjAddr: 0x1C0, symBinAddr: 0x12AEB0, symSize: 0x10 } + - { offsetInCU: 0x42F, offset: 0x149673, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1ySdvg', symObjAddr: 0x1D0, symBinAddr: 0x12AEC0, symSize: 0x10 } + - { offsetInCU: 0x44D, offset: 0x149691, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1zSdvg', symObjAddr: 0x1E0, symBinAddr: 0x12AED0, symSize: 0x10 } + - { offsetInCU: 0x46B, offset: 0x1496AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF', symObjAddr: 0x1F0, symBinAddr: 0x12AEE0, symSize: 0x60 } + - { offsetInCU: 0x4C8, offset: 0x14970C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ', symObjAddr: 0x250, symBinAddr: 0x12AF40, symSize: 0x40 } + - { offsetInCU: 0x510, offset: 0x149754, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV9hashValueSivg', symObjAddr: 0x290, symBinAddr: 0x12AF80, symSize: 0x80 } + - { offsetInCU: 0x5DF, offset: 0x149823, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH9hashValueSivgTW', symObjAddr: 0x310, symBinAddr: 0x12B000, symSize: 0x10 } + - { offsetInCU: 0x5FB, offset: 0x14983F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x320, symBinAddr: 0x12B010, symSize: 0x60 } + - { offsetInCU: 0x686, offset: 0x1498CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x480, symBinAddr: 0x12B170, symSize: 0x40 } + - { offsetInCU: 0x6CE, offset: 0x149912, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASQWb', symObjAddr: 0x400, symBinAddr: 0x12B0F0, symSize: 0x10 } + - { offsetInCU: 0x6E2, offset: 0x149926, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSQAAWl', symObjAddr: 0x410, symBinAddr: 0x12B100, symSize: 0x30 } + - { offsetInCU: 0x6F6, offset: 0x14993A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASQWb', symObjAddr: 0x440, symBinAddr: 0x12B130, symSize: 0x10 } + - { offsetInCU: 0x70A, offset: 0x14994E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSQAAWl', symObjAddr: 0x450, symBinAddr: 0x12B140, symSize: 0x30 } + - { offsetInCU: 0x71E, offset: 0x149962, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVMa', symObjAddr: 0x4C0, symBinAddr: 0x12B1B0, symSize: 0x10 } + - { offsetInCU: 0x732, offset: 0x149976, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwet', symObjAddr: 0x500, symBinAddr: 0x12B1C0, symSize: 0x20 } + - { offsetInCU: 0x746, offset: 0x14998A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwst', symObjAddr: 0x520, symBinAddr: 0x12B1E0, symSize: 0x30 } + - { offsetInCU: 0x75A, offset: 0x14999E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVMa', symObjAddr: 0x550, symBinAddr: 0x12B210, symSize: 0xA } + - { offsetInCU: 0x7AC, offset: 0x1499F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x160, symBinAddr: 0x12AE50, symSize: 0x40 } + - { offsetInCU: 0x876, offset: 0x149ABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x380, symBinAddr: 0x12B070, symSize: 0x80 } + - { offsetInCU: 0x2B, offset: 0x149CBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x12B220, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x149CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x12B220, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x149D03, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x12B260, symSize: 0x180 } + - { offsetInCU: 0xF5, offset: 0x149D84, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x12B3E0, symSize: 0xD0 } + - { offsetInCU: 0x172, offset: 0x149E01, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC6encode2toys7Encoder_p_tKF', symObjAddr: 0x290, symBinAddr: 0x12B4B0, symSize: 0x100 } + - { offsetInCU: 0x1F5, offset: 0x149E84, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x3D0, symBinAddr: 0x12B5F0, symSize: 0x60 } + - { offsetInCU: 0x238, offset: 0x149EC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x430, symBinAddr: 0x12B650, symSize: 0x20 } + - { offsetInCU: 0x278, offset: 0x149F07, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x450, symBinAddr: 0x12B670, symSize: 0x10 } + - { offsetInCU: 0x2C3, offset: 0x149F52, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x460, symBinAddr: 0x12B680, symSize: 0x60 } + - { offsetInCU: 0x30E, offset: 0x149F9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4C0, symBinAddr: 0x12B6E0, symSize: 0x10 } + - { offsetInCU: 0x32A, offset: 0x149FB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0x12B6F0, symSize: 0x10 } + - { offsetInCU: 0x346, offset: 0x149FD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO11stringValueSSvgTf4d_n', symObjAddr: 0x970, symBinAddr: 0x12BAA0, symSize: 0x15 } + - { offsetInCU: 0x382, offset: 0x14A011, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfD', symObjAddr: 0x530, symBinAddr: 0x12B750, symSize: 0x30 } + - { offsetInCU: 0x410, offset: 0x14A09F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfE', symObjAddr: 0x520, symBinAddr: 0x12B740, symSize: 0x10 } + - { offsetInCU: 0x468, offset: 0x14A0F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCMa', symObjAddr: 0x560, symBinAddr: 0x12B780, symSize: 0x20 } + - { offsetInCU: 0x47C, offset: 0x14A10B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs0C3KeyAAWl', symObjAddr: 0x5F0, symBinAddr: 0x12B7A0, symSize: 0x30 } + - { offsetInCU: 0x490, offset: 0x14A11F, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGSayxGSEsSERzlWl', symObjAddr: 0x620, symBinAddr: 0x12B7D0, symSize: 0x50 } + - { offsetInCU: 0x4A4, offset: 0x14A133, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGMa', symObjAddr: 0x670, symBinAddr: 0x12B820, symSize: 0x50 } + - { offsetInCU: 0x4B8, offset: 0x14A147, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCACSEAAWl', symObjAddr: 0x6C0, symBinAddr: 0x12B870, symSize: 0x40 } + - { offsetInCU: 0x4CC, offset: 0x14A15B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwet', symObjAddr: 0x780, symBinAddr: 0x12B8B0, symSize: 0x50 } + - { offsetInCU: 0x4E0, offset: 0x14A16F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwst', symObjAddr: 0x7D0, symBinAddr: 0x12B900, symSize: 0xA0 } + - { offsetInCU: 0x4F4, offset: 0x14A183, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwug', symObjAddr: 0x870, symBinAddr: 0x12B9A0, symSize: 0x10 } + - { offsetInCU: 0x508, offset: 0x14A197, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwup', symObjAddr: 0x880, symBinAddr: 0x12B9B0, symSize: 0x10 } + - { offsetInCU: 0x51C, offset: 0x14A1AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwui', symObjAddr: 0x890, symBinAddr: 0x12B9C0, symSize: 0x10 } + - { offsetInCU: 0x530, offset: 0x14A1BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOMa', symObjAddr: 0x8A0, symBinAddr: 0x12B9D0, symSize: 0x10 } + - { offsetInCU: 0x544, offset: 0x14A1D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASQWb', symObjAddr: 0x8B0, symBinAddr: 0x12B9E0, symSize: 0x10 } + - { offsetInCU: 0x558, offset: 0x14A1E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFSQAAWl', symObjAddr: 0x8C0, symBinAddr: 0x12B9F0, symSize: 0x30 } + - { offsetInCU: 0x56C, offset: 0x14A1FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8F0, symBinAddr: 0x12BA20, symSize: 0x10 } + - { offsetInCU: 0x580, offset: 0x14A20F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x900, symBinAddr: 0x12BA30, symSize: 0x30 } + - { offsetInCU: 0x594, offset: 0x14A223, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0x12BA60, symSize: 0x10 } + - { offsetInCU: 0x5A8, offset: 0x14A237, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x940, symBinAddr: 0x12BA70, symSize: 0x30 } + - { offsetInCU: 0x5E8, offset: 0x14A277, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0x12B5B0, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x14A2B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3A0, symBinAddr: 0x12B5C0, symSize: 0x10 } + - { offsetInCU: 0x668, offset: 0x14A2F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B0, symBinAddr: 0x12B5D0, symSize: 0x10 } + - { offsetInCU: 0x6A8, offset: 0x14A337, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x12B5E0, symSize: 0x10 } + - { offsetInCU: 0x6DF, offset: 0x14A36E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4E0, symBinAddr: 0x12B700, symSize: 0x20 } + - { offsetInCU: 0x6FB, offset: 0x14A38A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x500, symBinAddr: 0x12B720, symSize: 0x20 } + - { offsetInCU: 0x18C, offset: 0x14A6EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_27requiresManualInterpolationAA13KeyframeGroupCySayxGGSayAGyxGG_SbtAA17AnyInterpolatableRzlFZAHSgSayypGXEfU_AA10BezierPathV_Tg5', symObjAddr: 0x110, symBinAddr: 0x12BBD0, symSize: 0x1B0 } + - { offsetInCU: 0x348, offset: 0x14A8A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6CGSizeVTg5', symObjAddr: 0x2C0, symBinAddr: 0x12BD80, symSize: 0x110 } + - { offsetInCU: 0x421, offset: 0x14A980, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_A2P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_n', symObjAddr: 0x3D0, symBinAddr: 0x12BE90, symSize: 0x100 } + - { offsetInCU: 0x515, offset: 0x14AA74, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA10BezierPathV_AA0A8Vector1DVAA0noJ0VTg5011$s6Lottie10no6VAA0A8p8DVAA0bC8j55Vs5Error_pIggnrzo_AceGsAH_pIegnnrzo_TR011$s6Lottie10bc6s26A8d10DVSgAA0bC8e14VIeggnr_z73Hs5f80_pIeggnrzo_TR011$s6Lottie18bce60V9combining4path12cornerRadiusAA0D5K69CyACGAHyl10C0VG_AHyk2J35D22DVGSgtKFZAcK_ANSgtcfu_Tf3nnnpf_nTf3nnnpf_nTf3nnpf_n', symObjAddr: 0x4D0, symBinAddr: 0x12BF90, symSize: 0x120 } + - { offsetInCU: 0x635, offset: 0x14AB94, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7EllipseC0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_n', symObjAddr: 0x5F0, symBinAddr: 0x12C0B0, symSize: 0x110 } + - { offsetInCU: 0x73B, offset: 0x14AC9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x700, symBinAddr: 0x12C1C0, symSize: 0x140 } + - { offsetInCU: 0x814, offset: 0x14AD73, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_AA0A8Vector3DVAPTg5', symObjAddr: 0x840, symBinAddr: 0x12C300, symSize: 0x130 } + - { offsetInCU: 0x8E5, offset: 0x14AE44, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector1DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_A2ItXEfU0_Tf3nnpf_n', symObjAddr: 0x970, symBinAddr: 0x12C430, symSize: 0x160 } + - { offsetInCU: 0xA4F, offset: 0x14AFAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9RectangleC0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_n', symObjAddr: 0xAD0, symBinAddr: 0x12C590, symSize: 0x190 } + - { offsetInCU: 0xBB1, offset: 0x14B110, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0xC60, symBinAddr: 0x12C720, symSize: 0x300 } + - { offsetInCU: 0xED3, offset: 0x14B432, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4HoldVySo13CATransform3DVGTg5', symObjAddr: 0xF60, symBinAddr: 0x12CA20, symSize: 0x430 } + - { offsetInCU: 0x1298, offset: 0x14B7F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_', symObjAddr: 0x1390, symBinAddr: 0x12CE50, symSize: 0xA0 } + - { offsetInCU: 0x13D6, offset: 0x14B935, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA7EllipseCANV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7W85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x16E0, symBinAddr: 0x12D1A0, symSize: 0x300 } + - { offsetInCU: 0x164E, offset: 0x14BBAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA9RectangleCANV_Tg5010$s6Lottie9b48O8combined___27requiresManualInterpolation18makeop4AA13qr45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17s82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9W133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x19E0, symBinAddr: 0x12D4A0, symSize: 0x310 } + - { offsetInCU: 0x18CA, offset: 0x14BE29, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4StarCANV_Tg5010$s6Lottie9b52O8combined_______27requiresManualInterpolation18makeop4AA13qr85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17s107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4W8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA0_A0_A0_A0_A0_AWIsgnnnnnnnr_Tf1nnc_n0x7Lottie4w11C17combinedb4AA13qR51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0x1CF0, symBinAddr: 0x12D7B0, symSize: 0x330 } + - { offsetInCU: 0x1B46, offset: 0x14C0A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SayAA10BezierPathVG_Tg5010$s6Lottie9b44O8combined_27requiresManualInterpolationAA13qr25CySayxGGSayAGyxGG_SbtAA17s38InterpolatableRzlFZAHSgSayypGXEfU_AA10wX5V_TG5Tf1nnc_n', symObjAddr: 0x2020, symBinAddr: 0x12DAE0, symSize: 0x290 } + - { offsetInCU: 0x1DCF, offset: 0x14C32E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b55O8combined__________27requiresManualInterpolation18makeop4AA13qr115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17s128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4w6VySo13X6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVA0_AA0A8Vector1DVA2_A0_A2_A2_A2_A2_A2_AYIsgnnnnnnnnnnr_Tf1nnc_nTf4nng_n', symObjAddr: 0x22B0, symBinAddr: 0x12DD70, symSize: 0x390 } + - { offsetInCU: 0x20F5, offset: 0x14C654, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b22O8combined__________27mn19Interpolation18makeqr4AA13st115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17u128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4v6VySo13W6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVAvA0A8Vector1DVAxv5xSIsgnnnnnnnnnnr_Tf1nncn_nTf4nndn_n', symObjAddr: 0x2640, symBinAddr: 0x12E100, symSize: 0xC80 } + - { offsetInCU: 0x2C51, offset: 0x14D1B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_So6CGSizeV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6W4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAzVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x32C0, symBinAddr: 0x12ED80, symSize: 0x2B0 } + - { offsetInCU: 0x2F4F, offset: 0x14D4AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSo6CGSizeV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6V4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAtPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x3CC0, symBinAddr: 0x12F780, symSize: 0xC50 } + - { offsetInCU: 0x3BCB, offset: 0x14E12A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8v3DV_L179P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x4910, symBinAddr: 0x1303D0, symSize: 0xB90 } + - { offsetInCU: 0x47F8, offset: 0x14ED57, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u54InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8v184DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_L17ItXEfU0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x5C40, symBinAddr: 0x131700, symSize: 0xB60 } + - { offsetInCU: 0x53C6, offset: 0x14F925, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA7EllipseC0S0V_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7V85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x6E50, symBinAddr: 0x132830, symSize: 0xC00 } + - { offsetInCU: 0x6047, offset: 0x1505A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA9RectangleC0S0V_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9V133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x7A50, symBinAddr: 0x133430, symSize: 0xC50 } + - { offsetInCU: 0x6C91, offset: 0x1511F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4StarC0S0V_Tg5010$s6Lottie9b19O8combined_______27mn19Interpolation18makeqr4AA13st85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17u107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4V8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA5wRIsgnnnnnnnr_Tf1nncn_n0w7Lottie4v11C17combinedb4AA13sT51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnnc_nTf4nnd_n', symObjAddr: 0x86A0, symBinAddr: 0x134080, symSize: 0xBF0 } + - { offsetInCU: 0x7811, offset: 0x151D70, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZAA0A8Vector3DV_AA0A8Vector1DVA5uA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnnnnnnncn_nTf4nnnnnnnnd_n', symObjAddr: 0x9290, symBinAddr: 0x134C70, symSize: 0x1E0 } + - { offsetInCU: 0x7964, offset: 0x151EC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014wx5B033_yZ26A01782ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVA_AWIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x94F0, symBinAddr: 0x134ED0, symSize: 0x300 } + - { offsetInCU: 0x7C5D, offset: 0x1521BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014vw5B033_xyZ20ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVAuQIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x97F0, symBinAddr: 0x1351D0, symSize: 0xCA0 } + - { offsetInCU: 0x889C, offset: 0x152DFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSayAA10BezierPathVG_Tg5010$s6Lottie9b13O8combined_27mno4AA13st25CySayxGGSayAGyxGG_SbtAA17u38InterpolatableRzlFZAHSgSayypGXEfU_AA10vW5V_TG5Tf1nncn_nTf4nnd_n', symObjAddr: 0xA6E0, symBinAddr: 0x1360C0, symSize: 0xC50 } + - { offsetInCU: 0x9565, offset: 0x153AC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA0A8Vector1DV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8W22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyAvA0A8Vector3DVAVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0xB360, symBinAddr: 0x136D40, symSize: 0x2C0 } + - { offsetInCU: 0x9867, offset: 0x153DC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8V22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyApA0A8Vector3DVAPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0xB620, symBinAddr: 0x137000, symSize: 0xC8B } + - { offsetInCU: 0xB3CB, offset: 0x15592A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVSgWOb', symObjAddr: 0xA490, symBinAddr: 0x135E70, symSize: 0x40 } + - { offsetInCU: 0xB4F2, offset: 0x155A51, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFs12Zip2SequenceVys15ContiguousArrayVy6Lottie8KeyframeCyypGGAMG_Tg5023$sSTsE10allSatisfyyS2b7c20QzKXEKFSbACKXEfU_s12de5Vys15fg10Vy6Lottie8I212CyypGGALG_TG5010$s6Lottie8i138CyxGACyqd__GSbs5Error_pIgggdzo_AD_AEtSbsAF_pIegndzo_r__lTRyp_ypTG5011$s6Lottie13b77GroupC23hasSameTimingParameters2asSbACyqd__G_tlFSbAA0B0l16G_AHyqd__GtXEfU_W14_U3Tg5Tf3npf_nTf3npf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x12BAC0, symSize: 0x110 } + - { offsetInCU: 0x4F, offset: 0x15644F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ', symObjAddr: 0x0, symBinAddr: 0x137C90, symSize: 0x10 } + - { offsetInCU: 0x8A, offset: 0x15648A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ', symObjAddr: 0x10, symBinAddr: 0x137CA0, symSize: 0x10 } + - { offsetInCU: 0xB9, offset: 0x1564B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x360, symBinAddr: 0x137FF0, symSize: 0x20 } + - { offsetInCU: 0x14F, offset: 0x15654F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO9hashValueSivg', symObjAddr: 0x380, symBinAddr: 0x138010, symSize: 0x40 } + - { offsetInCU: 0x24A, offset: 0x15664A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3C0, symBinAddr: 0x138050, symSize: 0x10 } + - { offsetInCU: 0x2A0, offset: 0x1566A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x3D0, symBinAddr: 0x138060, symSize: 0x40 } + - { offsetInCU: 0x384, offset: 0x156784, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x410, symBinAddr: 0x1380A0, symSize: 0x20 } + - { offsetInCU: 0x403, offset: 0x156803, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationSource13imageProvider04textG004fontG013configuration6loggerAcA0abE0OSg_AA0b5ImageG0_pSgAA0b11KeypathTextG0_pAA0b4FontG0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x20, symBinAddr: 0x137CB0, symSize: 0x1C0 } + - { offsetInCU: 0x4E2, offset: 0x1568E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1E0, symBinAddr: 0x137E70, symSize: 0xD0 } + - { offsetInCU: 0x525, offset: 0x156925, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x2B0, symBinAddr: 0x137F40, symSize: 0x40 } + - { offsetInCU: 0x559, offset: 0x156959, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x650, symBinAddr: 0x1382E0, symSize: 0xC0 } + - { offsetInCU: 0x56D, offset: 0x15696D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x710, symBinAddr: 0x1383A0, symSize: 0x60 } + - { offsetInCU: 0x5AB, offset: 0x1569AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x770, symBinAddr: 0x138400, symSize: 0x2E0 } + - { offsetInCU: 0x6B7, offset: 0x156AB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0xA50, symBinAddr: 0x1386E0, symSize: 0x30 } + - { offsetInCU: 0x6CB, offset: 0x156ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xA80, symBinAddr: 0x138710, symSize: 0x80 } + - { offsetInCU: 0x6E9, offset: 0x156AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xB00, symBinAddr: 0x138790, symSize: 0x2E0 } + - { offsetInCU: 0x810, offset: 0x156C10, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xDE0, symBinAddr: 0x138A70, symSize: 0x30 } + - { offsetInCU: 0x82C, offset: 0x156C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0xE10, symBinAddr: 0x138AA0, symSize: 0x40 } + - { offsetInCU: 0x84A, offset: 0x156C4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0xE50, symBinAddr: 0x138AE0, symSize: 0x30 } + - { offsetInCU: 0x86D, offset: 0x156C6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xE80, symBinAddr: 0x138B10, symSize: 0x40 } + - { offsetInCU: 0x89F, offset: 0x156C9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0xEC0, symBinAddr: 0x138B50, symSize: 0x120 } + - { offsetInCU: 0x9C7, offset: 0x156DC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0xFE0, symBinAddr: 0x138C70, symSize: 0x20 } + - { offsetInCU: 0xA06, offset: 0x156E06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x1080, symBinAddr: 0x138D10, symSize: 0x40 } + - { offsetInCU: 0xA88, offset: 0x156E88, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x10C0, symBinAddr: 0x138D50, symSize: 0x30 } + - { offsetInCU: 0xAE8, offset: 0x156EE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x10F0, symBinAddr: 0x138D80, symSize: 0x20 } + - { offsetInCU: 0xB3B, offset: 0x156F3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4stopyyF', symObjAddr: 0x1110, symBinAddr: 0x138DA0, symSize: 0x110 } + - { offsetInCU: 0xBFE, offset: 0x156FFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5pauseyyF', symObjAddr: 0x1220, symBinAddr: 0x138EB0, symSize: 0x40 } + - { offsetInCU: 0xC4E, offset: 0x15704E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg', symObjAddr: 0x12D0, symBinAddr: 0x138F60, symSize: 0x30 } + - { offsetInCU: 0xC6B, offset: 0x15706B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs', symObjAddr: 0x1300, symBinAddr: 0x138F90, symSize: 0x40 } + - { offsetInCU: 0xC92, offset: 0x157092, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM', symObjAddr: 0x1340, symBinAddr: 0x138FD0, symSize: 0x40 } + - { offsetInCU: 0xCC3, offset: 0x1570C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM.resume.0', symObjAddr: 0x1380, symBinAddr: 0x139010, symSize: 0x10 } + - { offsetInCU: 0xD3D, offset: 0x15713D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x14C0, symBinAddr: 0x139150, symSize: 0x50 } + - { offsetInCU: 0xD70, offset: 0x157170, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x1510, symBinAddr: 0x1391A0, symSize: 0xD0 } + - { offsetInCU: 0xDC3, offset: 0x1571C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x15E0, symBinAddr: 0x139270, symSize: 0x70 } + - { offsetInCU: 0xE25, offset: 0x157225, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x1650, symBinAddr: 0x1392E0, symSize: 0x1A0 } + - { offsetInCU: 0xEA4, offset: 0x1572A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x17F0, symBinAddr: 0x139480, symSize: 0x50 } + - { offsetInCU: 0xEE9, offset: 0x1572E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x1840, symBinAddr: 0x1394D0, symSize: 0x20 } + - { offsetInCU: 0xF08, offset: 0x157308, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x1860, symBinAddr: 0x1394F0, symSize: 0x20 } + - { offsetInCU: 0xF8D, offset: 0x15738D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x1880, symBinAddr: 0x139510, symSize: 0x40 } + - { offsetInCU: 0x100A, offset: 0x15740A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x18C0, symBinAddr: 0x139550, symSize: 0x20 } + - { offsetInCU: 0x10DF, offset: 0x1574DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg', symObjAddr: 0x1970, symBinAddr: 0x139600, symSize: 0x50 } + - { offsetInCU: 0x1112, offset: 0x157512, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs', symObjAddr: 0x19C0, symBinAddr: 0x139650, symSize: 0x30 } + - { offsetInCU: 0x1151, offset: 0x157551, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM', symObjAddr: 0x19F0, symBinAddr: 0x139680, symSize: 0x80 } + - { offsetInCU: 0x11B3, offset: 0x1575B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x1A70, symBinAddr: 0x139700, symSize: 0x70 } + - { offsetInCU: 0x124A, offset: 0x15764A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg', symObjAddr: 0x1C50, symBinAddr: 0x1398E0, symSize: 0x50 } + - { offsetInCU: 0x1267, offset: 0x157667, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x1CA0, symBinAddr: 0x139930, symSize: 0x30 } + - { offsetInCU: 0x127B, offset: 0x15767B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x1CD0, symBinAddr: 0x139960, symSize: 0x50 } + - { offsetInCU: 0x12EA, offset: 0x1576EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x1D20, symBinAddr: 0x1399B0, symSize: 0xB0 } + - { offsetInCU: 0x1351, offset: 0x157751, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x1DF0, symBinAddr: 0x139A80, symSize: 0x1A0 } + - { offsetInCU: 0x140D, offset: 0x15780D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x1F90, symBinAddr: 0x139C20, symSize: 0x60 } + - { offsetInCU: 0x146F, offset: 0x15786F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x1FF0, symBinAddr: 0x139C80, symSize: 0x60 } + - { offsetInCU: 0x14E6, offset: 0x1578E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x20F0, symBinAddr: 0x139D80, symSize: 0x60 } + - { offsetInCU: 0x1519, offset: 0x157919, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x2150, symBinAddr: 0x139DE0, symSize: 0x20 } + - { offsetInCU: 0x153A, offset: 0x15793A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x2170, symBinAddr: 0x139E00, symSize: 0x80 } + - { offsetInCU: 0x159C, offset: 0x15799C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x21F0, symBinAddr: 0x139E80, symSize: 0x1C0 } + - { offsetInCU: 0x1641, offset: 0x157A41, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x2500, symBinAddr: 0x13A190, symSize: 0x70 } + - { offsetInCU: 0x1675, offset: 0x157A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x2570, symBinAddr: 0x13A200, symSize: 0x60 } + - { offsetInCU: 0x16D7, offset: 0x157AD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x25D0, symBinAddr: 0x13A260, symSize: 0x110 } + - { offsetInCU: 0x173D, offset: 0x157B3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs', symObjAddr: 0x2770, symBinAddr: 0x13A400, symSize: 0x80 } + - { offsetInCU: 0x17E7, offset: 0x157BE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM', symObjAddr: 0x27F0, symBinAddr: 0x13A480, symSize: 0x70 } + - { offsetInCU: 0x1849, offset: 0x157C49, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x2860, symBinAddr: 0x13A4F0, symSize: 0x90 } + - { offsetInCU: 0x1906, offset: 0x157D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB7PlayingSbvg', symObjAddr: 0x28F0, symBinAddr: 0x13A580, symSize: 0x190 } + - { offsetInCU: 0x19B8, offset: 0x157DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB6QueuedSbvg', symObjAddr: 0x2A80, symBinAddr: 0x13A710, symSize: 0x40 } + - { offsetInCU: 0x1A60, offset: 0x157E60, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x2B20, symBinAddr: 0x13A7B0, symSize: 0x60 } + - { offsetInCU: 0x1A93, offset: 0x157E93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x2B80, symBinAddr: 0x13A810, symSize: 0x60 } + - { offsetInCU: 0x1B22, offset: 0x157F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x2BE0, symBinAddr: 0x13A870, symSize: 0x80 } + - { offsetInCU: 0x1B84, offset: 0x157F84, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x2C60, symBinAddr: 0x13A8F0, symSize: 0x80 } + - { offsetInCU: 0x1C40, offset: 0x158040, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x2D60, symBinAddr: 0x13A9F0, symSize: 0x60 } + - { offsetInCU: 0x1CCF, offset: 0x1580CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x2DC0, symBinAddr: 0x13AA50, symSize: 0x70 } + - { offsetInCU: 0x1D31, offset: 0x158131, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x2E30, symBinAddr: 0x13AAC0, symSize: 0x70 } + - { offsetInCU: 0x1DC0, offset: 0x1581C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x2EA0, symBinAddr: 0x13AB30, symSize: 0x120 } + - { offsetInCU: 0x1F1E, offset: 0x15831E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x2FC0, symBinAddr: 0x13AC50, symSize: 0x20 } + - { offsetInCU: 0x1F60, offset: 0x158360, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x2FE0, symBinAddr: 0x13AC70, symSize: 0x30 } + - { offsetInCU: 0x1F8F, offset: 0x15838F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvg', symObjAddr: 0x3030, symBinAddr: 0x13ACC0, symSize: 0xE0 } + - { offsetInCU: 0x2032, offset: 0x158432, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvs', symObjAddr: 0x3110, symBinAddr: 0x13ADA0, symSize: 0x20 } + - { offsetInCU: 0x2074, offset: 0x158474, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvM', symObjAddr: 0x3130, symBinAddr: 0x13ADC0, symSize: 0x30 } + - { offsetInCU: 0x20C3, offset: 0x1584C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3240, symBinAddr: 0x13AED0, symSize: 0x80 } + - { offsetInCU: 0x2107, offset: 0x158507, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x32C0, symBinAddr: 0x13AF50, symSize: 0x110 } + - { offsetInCU: 0x21AC, offset: 0x1585AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x33D0, symBinAddr: 0x13B060, symSize: 0xB0 } + - { offsetInCU: 0x224E, offset: 0x15864E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x3480, symBinAddr: 0x13B110, symSize: 0x1A0 } + - { offsetInCU: 0x22FF, offset: 0x1586FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3620, symBinAddr: 0x13B2B0, symSize: 0x20 } + - { offsetInCU: 0x2330, offset: 0x158730, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x3640, symBinAddr: 0x13B2D0, symSize: 0xB0 } + - { offsetInCU: 0x2499, offset: 0x158899, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x3750, symBinAddr: 0x13B3E0, symSize: 0x50 } + - { offsetInCU: 0x24CC, offset: 0x1588CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x37A0, symBinAddr: 0x13B430, symSize: 0x60 } + - { offsetInCU: 0x255D, offset: 0x15895D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x3800, symBinAddr: 0x13B490, symSize: 0x70 } + - { offsetInCU: 0x25BF, offset: 0x1589BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x3870, symBinAddr: 0x13B500, symSize: 0x80 } + - { offsetInCU: 0x267B, offset: 0x158A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs', symObjAddr: 0x39C0, symBinAddr: 0x13B650, symSize: 0xA0 } + - { offsetInCU: 0x2708, offset: 0x158B08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM', symObjAddr: 0x3A60, symBinAddr: 0x13B6F0, symSize: 0x70 } + - { offsetInCU: 0x276A, offset: 0x158B6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x3AD0, symBinAddr: 0x13B760, symSize: 0xC0 } + - { offsetInCU: 0x28A5, offset: 0x158CA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg', symObjAddr: 0x3CE0, symBinAddr: 0x13B970, symSize: 0x50 } + - { offsetInCU: 0x28C2, offset: 0x158CC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs', symObjAddr: 0x3D30, symBinAddr: 0x13B9C0, symSize: 0xE0 } + - { offsetInCU: 0x2906, offset: 0x158D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM', symObjAddr: 0x3E10, symBinAddr: 0x13BAA0, symSize: 0x50 } + - { offsetInCU: 0x2937, offset: 0x158D37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM.resume.0', symObjAddr: 0x3E60, symBinAddr: 0x13BAF0, symSize: 0xC0 } + - { offsetInCU: 0x29D2, offset: 0x158DD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x3F20, symBinAddr: 0x13BBB0, symSize: 0x60 } + - { offsetInCU: 0x2A8D, offset: 0x158E8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x3FE0, symBinAddr: 0x13BC10, symSize: 0x90 } + - { offsetInCU: 0x2B27, offset: 0x158F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x4070, symBinAddr: 0x13BCA0, symSize: 0x80 } + - { offsetInCU: 0x2B91, offset: 0x158F91, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x41E0, symBinAddr: 0x13BE10, symSize: 0x90 } + - { offsetInCU: 0x2C24, offset: 0x159024, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x4270, symBinAddr: 0x13BEA0, symSize: 0x70 } + - { offsetInCU: 0x2C86, offset: 0x159086, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x42E0, symBinAddr: 0x13BF10, symSize: 0xA0 } + - { offsetInCU: 0x2D2C, offset: 0x15912C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x4380, symBinAddr: 0x13BFB0, symSize: 0xB0 } + - { offsetInCU: 0x2DCD, offset: 0x1591CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x4430, symBinAddr: 0x13C060, symSize: 0xE0 } + - { offsetInCU: 0x2EC5, offset: 0x1592C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12reloadImagesyyF', symObjAddr: 0x4510, symBinAddr: 0x13C140, symSize: 0x80 } + - { offsetInCU: 0x2F1B, offset: 0x15931B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x4590, symBinAddr: 0x13C1C0, symSize: 0x80 } + - { offsetInCU: 0x2F71, offset: 0x159371, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x4610, symBinAddr: 0x13C240, symSize: 0x40 } + - { offsetInCU: 0x2F8D, offset: 0x15938D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x4650, symBinAddr: 0x13C280, symSize: 0xC0 } + - { offsetInCU: 0x3011, offset: 0x159411, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x4710, symBinAddr: 0x13C340, symSize: 0xC0 } + - { offsetInCU: 0x3095, offset: 0x159495, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x47D0, symBinAddr: 0x13C400, symSize: 0x80 } + - { offsetInCU: 0x30EB, offset: 0x1594EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x4850, symBinAddr: 0x13C480, symSize: 0x80 } + - { offsetInCU: 0x3141, offset: 0x159541, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF', symObjAddr: 0x48D0, symBinAddr: 0x13C500, symSize: 0x190 } + - { offsetInCU: 0x3214, offset: 0x159614, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4A60, symBinAddr: 0x13C690, symSize: 0x70 } + - { offsetInCU: 0x3287, offset: 0x159687, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4AD0, symBinAddr: 0x13C700, symSize: 0x70 } + - { offsetInCU: 0x32F6, offset: 0x1596F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x4B40, symBinAddr: 0x13C770, symSize: 0x30 } + - { offsetInCU: 0x3349, offset: 0x159749, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4B70, symBinAddr: 0x13C7A0, symSize: 0x90 } + - { offsetInCU: 0x33CF, offset: 0x1597CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4C00, symBinAddr: 0x13C830, symSize: 0x100 } + - { offsetInCU: 0x34AE, offset: 0x1598AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4D00, symBinAddr: 0x13C930, symSize: 0x100 } + - { offsetInCU: 0x359F, offset: 0x15999F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvgTo', symObjAddr: 0x4E00, symBinAddr: 0x13CA30, symSize: 0x50 } + - { offsetInCU: 0x35E2, offset: 0x1599E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTo', symObjAddr: 0x4E50, symBinAddr: 0x13CA80, symSize: 0x60 } + - { offsetInCU: 0x3615, offset: 0x159A15, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyF', symObjAddr: 0x4EB0, symBinAddr: 0x13CAE0, symSize: 0x2D0 } + - { offsetInCU: 0x3748, offset: 0x159B48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_', symObjAddr: 0x5180, symBinAddr: 0x13CDB0, symSize: 0xC0 } + - { offsetInCU: 0x37C6, offset: 0x159BC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_', symObjAddr: 0x5240, symBinAddr: 0x13CE70, symSize: 0x60 } + - { offsetInCU: 0x383D, offset: 0x159C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyF', symObjAddr: 0x52A0, symBinAddr: 0x13CED0, symSize: 0x1AC0 } + - { offsetInCU: 0x4003, offset: 0x15A403, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_', symObjAddr: 0x6D60, symBinAddr: 0x13E990, symSize: 0xD0 } + - { offsetInCU: 0x40A9, offset: 0x15A4A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyF', symObjAddr: 0x6E30, symBinAddr: 0x13EA60, symSize: 0xE0 } + - { offsetInCU: 0x4192, offset: 0x15A592, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x6F10, symBinAddr: 0x13EB40, symSize: 0x30 } + - { offsetInCU: 0x41FB, offset: 0x15A5FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyF', symObjAddr: 0x6F40, symBinAddr: 0x13EB70, symSize: 0xE0 } + - { offsetInCU: 0x42EB, offset: 0x15A6EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyFTo', symObjAddr: 0x7020, symBinAddr: 0x13EC50, symSize: 0x30 } + - { offsetInCU: 0x4307, offset: 0x15A707, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22animationMovedToWindowyyF', symObjAddr: 0x7050, symBinAddr: 0x13EC80, symSize: 0x60 } + - { offsetInCU: 0x4336, offset: 0x15A736, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0yyAA0aB6SourceOSgF', symObjAddr: 0x70B0, symBinAddr: 0x13ECE0, symSize: 0x110 } + - { offsetInCU: 0x44D4, offset: 0x15A8D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForBackgroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x71C0, symBinAddr: 0x13EDF0, symSize: 0xE0 } + - { offsetInCU: 0x458A, offset: 0x15A98A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForForegroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x72A0, symBinAddr: 0x13EED0, symSize: 0xE0 } + - { offsetInCU: 0x4647, offset: 0x15AA47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfD', symObjAddr: 0x73D0, symBinAddr: 0x13F000, symSize: 0x30 } + - { offsetInCU: 0x4674, offset: 0x15AA74, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0x7460, symBinAddr: 0x13F090, symSize: 0x310 } + - { offsetInCU: 0x474F, offset: 0x15AB4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtFTf4enn_n', symObjAddr: 0x7D40, symBinAddr: 0x13F910, symSize: 0x190 } + - { offsetInCU: 0x481A, offset: 0x15AC1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvsTf4en_n', symObjAddr: 0x7ED0, symBinAddr: 0x13FAA0, symSize: 0x110 } + - { offsetInCU: 0x48A8, offset: 0x15ACA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0x7FE0, symBinAddr: 0x13FBB0, symSize: 0x150 } + - { offsetInCU: 0x492A, offset: 0x15AD2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x81B0, symBinAddr: 0x13FD20, symSize: 0x290 } + - { offsetInCU: 0x4A51, offset: 0x15AE51, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0x85E0, symBinAddr: 0x13FFD0, symSize: 0xF0 } + - { offsetInCU: 0x4ADF, offset: 0x15AEDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0x8850, symBinAddr: 0x1400E0, symSize: 0xE0 } + - { offsetInCU: 0x4BC4, offset: 0x15AFC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTf4gn_n', symObjAddr: 0xA000, symBinAddr: 0x141610, symSize: 0xD0 } + - { offsetInCU: 0x4C8E, offset: 0x15B08E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x2F0, symBinAddr: 0x137F80, symSize: 0x70 } + - { offsetInCU: 0x4CF9, offset: 0x15B0F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x470, symBinAddr: 0x138100, symSize: 0x70 } + - { offsetInCU: 0x4DA5, offset: 0x15B1A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO9hashValueSivg', symObjAddr: 0x4E0, symBinAddr: 0x138170, symSize: 0x50 } + - { offsetInCU: 0x4E31, offset: 0x15B231, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH9hashValueSivgTW', symObjAddr: 0x530, symBinAddr: 0x1381C0, symSize: 0x50 } + - { offsetInCU: 0x4EC0, offset: 0x15B2C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x580, symBinAddr: 0x138210, symSize: 0x10 } + - { offsetInCU: 0x4F0B, offset: 0x15B30B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5E0, symBinAddr: 0x138270, symSize: 0x70 } + - { offsetInCU: 0x5BDA, offset: 0x15BFDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x77D0, symBinAddr: 0x13F3A0, symSize: 0x570 } + - { offsetInCU: 0x5EA5, offset: 0x15C2A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTK', symObjAddr: 0x1390, symBinAddr: 0x139020, symSize: 0x50 } + - { offsetInCU: 0x5EE9, offset: 0x15C2E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x13E0, symBinAddr: 0x139070, symSize: 0xE0 } + - { offsetInCU: 0x5F4C, offset: 0x15C34C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTK', symObjAddr: 0x18E0, symBinAddr: 0x139570, symSize: 0x50 } + - { offsetInCU: 0x5F90, offset: 0x15C390, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTk', symObjAddr: 0x1930, symBinAddr: 0x1395C0, symSize: 0x40 } + - { offsetInCU: 0x5FD4, offset: 0x15C3D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x1AE0, symBinAddr: 0x139770, symSize: 0x90 } + - { offsetInCU: 0x6001, offset: 0x15C401, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x1B70, symBinAddr: 0x139800, symSize: 0x80 } + - { offsetInCU: 0x602E, offset: 0x15C42E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x1BF0, symBinAddr: 0x139880, symSize: 0x60 } + - { offsetInCU: 0x6046, offset: 0x15C446, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x2050, symBinAddr: 0x139CE0, symSize: 0x60 } + - { offsetInCU: 0x608A, offset: 0x15C48A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x20B0, symBinAddr: 0x139D40, symSize: 0x40 } + - { offsetInCU: 0x60B7, offset: 0x15C4B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvpACTk', symObjAddr: 0x2400, symBinAddr: 0x13A090, symSize: 0x90 } + - { offsetInCU: 0x60E4, offset: 0x15C4E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x26E0, symBinAddr: 0x13A370, symSize: 0x70 } + - { offsetInCU: 0x616B, offset: 0x15C56B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x2AC0, symBinAddr: 0x13A750, symSize: 0x60 } + - { offsetInCU: 0x61E9, offset: 0x15C5E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x2CE0, symBinAddr: 0x13A970, symSize: 0x60 } + - { offsetInCU: 0x633D, offset: 0x15C73D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x31B0, symBinAddr: 0x13AE40, symSize: 0x90 } + - { offsetInCU: 0x6390, offset: 0x15C790, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x36F0, symBinAddr: 0x13B380, symSize: 0x60 } + - { offsetInCU: 0x6412, offset: 0x15C812, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvpACTk', symObjAddr: 0x38F0, symBinAddr: 0x13B580, symSize: 0xB0 } + - { offsetInCU: 0x647A, offset: 0x15C87A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTK', symObjAddr: 0x3B90, symBinAddr: 0x13B820, symSize: 0x60 } + - { offsetInCU: 0x649F, offset: 0x15C89F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTk', symObjAddr: 0x3BF0, symBinAddr: 0x13B880, symSize: 0xF0 } + - { offsetInCU: 0x64F4, offset: 0x15C8F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x40F0, symBinAddr: 0x13BD20, symSize: 0x90 } + - { offsetInCU: 0x682C, offset: 0x15CC2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfE', symObjAddr: 0x7380, symBinAddr: 0x13EFB0, symSize: 0x50 } + - { offsetInCU: 0x6859, offset: 0x15CC59, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfETo', symObjAddr: 0x7400, symBinAddr: 0x13F030, symSize: 0x60 } + - { offsetInCU: 0x68A5, offset: 0x15CCA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCMa', symObjAddr: 0x8160, symBinAddr: 0x13FD00, symSize: 0x20 } + - { offsetInCU: 0x68B9, offset: 0x15CCB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOy', symObjAddr: 0x85C0, symBinAddr: 0x13FFB0, symSize: 0x20 } + - { offsetInCU: 0x68CD, offset: 0x15CCCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOe', symObjAddr: 0x86D0, symBinAddr: 0x1400C0, symSize: 0x20 } + - { offsetInCU: 0x68E1, offset: 0x15CCE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASQWb', symObjAddr: 0x8B30, symBinAddr: 0x1401C0, symSize: 0x10 } + - { offsetInCU: 0x68F5, offset: 0x15CCF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOACSQAAWl', symObjAddr: 0x8B40, symBinAddr: 0x1401D0, symSize: 0x30 } + - { offsetInCU: 0x6909, offset: 0x15CD09, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASQWb', symObjAddr: 0x8B70, symBinAddr: 0x140200, symSize: 0x10 } + - { offsetInCU: 0x691D, offset: 0x15CD1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOACSQAAWl', symObjAddr: 0x8B80, symBinAddr: 0x140210, symSize: 0x30 } + - { offsetInCU: 0x6931, offset: 0x15CD31, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwet', symObjAddr: 0x90B0, symBinAddr: 0x140720, symSize: 0x80 } + - { offsetInCU: 0x6945, offset: 0x15CD45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwst', symObjAddr: 0x9130, symBinAddr: 0x1407A0, symSize: 0xD0 } + - { offsetInCU: 0x6959, offset: 0x15CD59, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwug', symObjAddr: 0x9200, symBinAddr: 0x140870, symSize: 0x10 } + - { offsetInCU: 0x696D, offset: 0x15CD6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwup', symObjAddr: 0x9210, symBinAddr: 0x140880, symSize: 0x10 } + - { offsetInCU: 0x6981, offset: 0x15CD81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwui', symObjAddr: 0x9220, symBinAddr: 0x140890, symSize: 0x10 } + - { offsetInCU: 0x6995, offset: 0x15CD95, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOMa', symObjAddr: 0x9230, symBinAddr: 0x1408A0, symSize: 0x10 } + - { offsetInCU: 0x69A9, offset: 0x15CDA9, size: 0x8, addend: 0x0, symName: ___swift_memcpy5_4, symObjAddr: 0x9240, symBinAddr: 0x1408B0, symSize: 0x20 } + - { offsetInCU: 0x69BD, offset: 0x15CDBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwet', symObjAddr: 0x9260, symBinAddr: 0x1408D0, symSize: 0x50 } + - { offsetInCU: 0x69D1, offset: 0x15CDD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwst', symObjAddr: 0x92B0, symBinAddr: 0x140920, symSize: 0x40 } + - { offsetInCU: 0x69E5, offset: 0x15CDE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwug', symObjAddr: 0x92F0, symBinAddr: 0x140960, symSize: 0x20 } + - { offsetInCU: 0x69F9, offset: 0x15CDF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwup', symObjAddr: 0x9310, symBinAddr: 0x140980, symSize: 0x10 } + - { offsetInCU: 0x6A0D, offset: 0x15CE0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwui', symObjAddr: 0x9320, symBinAddr: 0x140990, symSize: 0x20 } + - { offsetInCU: 0x6A21, offset: 0x15CE21, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOMa', symObjAddr: 0x9340, symBinAddr: 0x1409B0, symSize: 0x10 } + - { offsetInCU: 0x6A35, offset: 0x15CE35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_TA', symObjAddr: 0x9F40, symBinAddr: 0x1415B0, symSize: 0x10 } + - { offsetInCU: 0x6A49, offset: 0x15CE49, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x9F50, symBinAddr: 0x1415C0, symSize: 0x20 } + - { offsetInCU: 0x6A5D, offset: 0x15CE5D, size: 0x8, addend: 0x0, symName: '_$sSo16CABasicAnimationCMa', symObjAddr: 0x9F70, symBinAddr: 0x1415E0, symSize: 0x30 } + - { offsetInCU: 0x6A8D, offset: 0x15CE8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0xA0F0, symBinAddr: 0x141700, symSize: 0x20 } + - { offsetInCU: 0x6AAC, offset: 0x15CEAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0xA110, symBinAddr: 0x141720, symSize: 0x20 } + - { offsetInCU: 0x6AD5, offset: 0x15CED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_TA', symObjAddr: 0xA210, symBinAddr: 0x141760, symSize: 0x10 } + - { offsetInCU: 0x6AE9, offset: 0x15CEE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_TA', symObjAddr: 0xA220, symBinAddr: 0x141770, symSize: 0x10 } + - { offsetInCU: 0x6B3B, offset: 0x15CF3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x430, symBinAddr: 0x1380C0, symSize: 0x40 } + - { offsetInCU: 0x6C05, offset: 0x15D005, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x590, symBinAddr: 0x138220, symSize: 0x50 } + - { offsetInCU: 0x2B, offset: 0x15D796, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x1417C0, symSize: 0x30 } + - { offsetInCU: 0x6D, offset: 0x15D7D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x1417C0, symSize: 0x30 } + - { offsetInCU: 0xB1, offset: 0x15D81C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCMa', symObjAddr: 0x30, symBinAddr: 0x1417F0, symSize: 0x14 } + - { offsetInCU: 0x27, offset: 0x15D979, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x141810, symSize: 0x250 } + - { offsetInCU: 0xA1, offset: 0x15D9F3, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x141810, symSize: 0x250 } + - { offsetInCU: 0x225, offset: 0x15DB77, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationCMa', symObjAddr: 0x250, symBinAddr: 0x141A60, symSize: 0x2F } + - { offsetInCU: 0xA5, offset: 0x15DE0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x0, symBinAddr: 0x141A90, symSize: 0x180 } + - { offsetInCU: 0x175, offset: 0x15DEDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC10loadImages33_018EEA5A3C8AB5F957268211713A2543LLyyF', symObjAddr: 0x180, symBinAddr: 0x141C10, symSize: 0x510 } + - { offsetInCU: 0x417, offset: 0x15E180, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCfD', symObjAddr: 0x690, symBinAddr: 0x142120, symSize: 0x50 } + - { offsetInCU: 0x462, offset: 0x15E1CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x790, symBinAddr: 0x142220, symSize: 0x20 } + - { offsetInCU: 0x4A8, offset: 0x15E211, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC8filepathACSg10Foundation3URLV_tcfCTf4nd_n', symObjAddr: 0xA60, symBinAddr: 0x1423F0, symSize: 0xDD } + - { offsetInCU: 0x5C0, offset: 0x15E329, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMU', symObjAddr: 0x6E0, symBinAddr: 0x142170, symSize: 0x10 } + - { offsetInCU: 0x5D4, offset: 0x15E33D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMa', symObjAddr: 0x6F0, symBinAddr: 0x142180, symSize: 0x30 } + - { offsetInCU: 0x5E8, offset: 0x15E351, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMr', symObjAddr: 0x720, symBinAddr: 0x1421B0, symSize: 0x70 } + - { offsetInCU: 0x64F, offset: 0x15E3B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH9hashValueSivgTW', symObjAddr: 0x7B0, symBinAddr: 0x142240, symSize: 0x70 } + - { offsetInCU: 0x70B, offset: 0x15E474, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x820, symBinAddr: 0x1422B0, symSize: 0x60 } + - { offsetInCU: 0x78A, offset: 0x15E4F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8F0, symBinAddr: 0x142380, symSize: 0x20 } + - { offsetInCU: 0x7BC, offset: 0x15E525, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASQWb', symObjAddr: 0x910, symBinAddr: 0x1423A0, symSize: 0x20 } + - { offsetInCU: 0x8A8, offset: 0x15E611, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x880, symBinAddr: 0x142310, symSize: 0x70 } + - { offsetInCU: 0x5C, offset: 0x15E8BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x1424D0, symSize: 0x190 } + - { offsetInCU: 0xB8, offset: 0x15E916, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x190, symBinAddr: 0x142660, symSize: 0x220 } + - { offsetInCU: 0x189, offset: 0x15E9E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x3B0, symBinAddr: 0x142880, symSize: 0x120 } + - { offsetInCU: 0x1C8, offset: 0x15EA26, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x660, symBinAddr: 0x142B30, symSize: 0x40 } + - { offsetInCU: 0x1FF, offset: 0x15EA5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO8rawValueSSvg', symObjAddr: 0x6A0, symBinAddr: 0x142B70, symSize: 0x30 } + - { offsetInCU: 0x226, offset: 0x15EA84, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO11stringValueSSvg', symObjAddr: 0x6D0, symBinAddr: 0x142BA0, symSize: 0x30 } + - { offsetInCU: 0x267, offset: 0x15EAC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x740, symBinAddr: 0x142C10, symSize: 0x70 } + - { offsetInCU: 0x29B, offset: 0x15EAF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x7B0, symBinAddr: 0x142C80, symSize: 0x30 } + - { offsetInCU: 0x2B7, offset: 0x15EB15, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7E0, symBinAddr: 0x142CB0, symSize: 0x10 } + - { offsetInCU: 0x2ED, offset: 0x15EB4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7F0, symBinAddr: 0x142CC0, symSize: 0x70 } + - { offsetInCU: 0x338, offset: 0x15EB96, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x860, symBinAddr: 0x142D30, symSize: 0x10 } + - { offsetInCU: 0x354, offset: 0x15EBB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x870, symBinAddr: 0x142D40, symSize: 0x10 } + - { offsetInCU: 0x390, offset: 0x15EBEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCfD', symObjAddr: 0x8C0, symBinAddr: 0x142D90, symSize: 0x20 } + - { offsetInCU: 0x3DB, offset: 0x15EC39, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x9F0, symBinAddr: 0x142EA0, symSize: 0x20 } + - { offsetInCU: 0x3FE, offset: 0x15EC5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xA10, symBinAddr: 0x142EC0, symSize: 0x20 } + - { offsetInCU: 0x4E9, offset: 0x15ED47, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x5A0, symBinAddr: 0x142A70, symSize: 0x30 } + - { offsetInCU: 0x51A, offset: 0x15ED78, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x5D0, symBinAddr: 0x142AA0, symSize: 0x20 } + - { offsetInCU: 0x559, offset: 0x15EDB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5F0, symBinAddr: 0x142AC0, symSize: 0x20 } + - { offsetInCU: 0x591, offset: 0x15EDEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xD80, symBinAddr: 0x143230, symSize: 0xE0 } + - { offsetInCU: 0x608, offset: 0x15EE66, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO13discriminator_WZ', symObjAddr: 0x650, symBinAddr: 0x142B20, symSize: 0x10 } + - { offsetInCU: 0x622, offset: 0x15EE80, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCMa', symObjAddr: 0x8E0, symBinAddr: 0x142DB0, symSize: 0x20 } + - { offsetInCU: 0x636, offset: 0x15EE94, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOwup', symObjAddr: 0x940, symBinAddr: 0x142DF0, symSize: 0x10 } + - { offsetInCU: 0x64A, offset: 0x15EEA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOMa', symObjAddr: 0x950, symBinAddr: 0x142E00, symSize: 0x10 } + - { offsetInCU: 0x65E, offset: 0x15EEBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASQWb', symObjAddr: 0x960, symBinAddr: 0x142E10, symSize: 0x10 } + - { offsetInCU: 0x672, offset: 0x15EED0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSQAAWl', symObjAddr: 0x970, symBinAddr: 0x142E20, symSize: 0x30 } + - { offsetInCU: 0x686, offset: 0x15EEE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOAA11ClassFamilyAAWI', symObjAddr: 0x9A0, symBinAddr: 0x142E50, symSize: 0x20 } + - { offsetInCU: 0x69A, offset: 0x15EEF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSeAAWl', symObjAddr: 0x9C0, symBinAddr: 0x142E70, symSize: 0x30 } + - { offsetInCU: 0x6CE, offset: 0x15EF2C, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xA30, symBinAddr: 0x142EE0, symSize: 0x150 } + - { offsetInCU: 0x80C, offset: 0x15F06A, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xB80, symBinAddr: 0x143030, symSize: 0x200 } + - { offsetInCU: 0xA4E, offset: 0x15F2AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSYAAWl', symObjAddr: 0xEC0, symBinAddr: 0x143310, symSize: 0x30 } + - { offsetInCU: 0xA62, offset: 0x15F2C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs0D3KeyAAWl', symObjAddr: 0xF30, symBinAddr: 0x143340, symSize: 0x30 } + - { offsetInCU: 0xA76, offset: 0x15F2D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSEAAWl', symObjAddr: 0xF60, symBinAddr: 0x143370, symSize: 0x30 } + - { offsetInCU: 0xA8A, offset: 0x15F2E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwug', symObjAddr: 0x1190, symBinAddr: 0x143510, symSize: 0x10 } + - { offsetInCU: 0xA9E, offset: 0x15F2FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwup', symObjAddr: 0x11A0, symBinAddr: 0x143520, symSize: 0x10 } + - { offsetInCU: 0xAB2, offset: 0x15F310, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwui', symObjAddr: 0x11B0, symBinAddr: 0x143530, symSize: 0x10 } + - { offsetInCU: 0xAC6, offset: 0x15F324, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOMa', symObjAddr: 0x11C0, symBinAddr: 0x143540, symSize: 0x10 } + - { offsetInCU: 0xADA, offset: 0x15F338, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASQWb', symObjAddr: 0x11D0, symBinAddr: 0x143550, symSize: 0x10 } + - { offsetInCU: 0xAEE, offset: 0x15F34C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFSQAAWl', symObjAddr: 0x11E0, symBinAddr: 0x143560, symSize: 0x30 } + - { offsetInCU: 0xB02, offset: 0x15F360, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1210, symBinAddr: 0x143590, symSize: 0x10 } + - { offsetInCU: 0xB16, offset: 0x15F374, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1220, symBinAddr: 0x1435A0, symSize: 0x30 } + - { offsetInCU: 0xB2A, offset: 0x15F388, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1250, symBinAddr: 0x1435D0, symSize: 0x10 } + - { offsetInCU: 0xB3E, offset: 0x15F39C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1260, symBinAddr: 0x1435E0, symSize: 0x30 } + - { offsetInCU: 0xBB3, offset: 0x15F411, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4D0, symBinAddr: 0x1429A0, symSize: 0x10 } + - { offsetInCU: 0xC44, offset: 0x15F4A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x4E0, symBinAddr: 0x1429B0, symSize: 0x50 } + - { offsetInCU: 0xD0C, offset: 0x15F56A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x530, symBinAddr: 0x142A00, symSize: 0x30 } + - { offsetInCU: 0xD88, offset: 0x15F5E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x560, symBinAddr: 0x142A30, symSize: 0x40 } + - { offsetInCU: 0xE1E, offset: 0x15F67C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x610, symBinAddr: 0x142AE0, symSize: 0x40 } + - { offsetInCU: 0xE41, offset: 0x15F69F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x700, symBinAddr: 0x142BD0, symSize: 0x10 } + - { offsetInCU: 0xE5D, offset: 0x15F6BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x710, symBinAddr: 0x142BE0, symSize: 0x10 } + - { offsetInCU: 0xE79, offset: 0x15F6D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x720, symBinAddr: 0x142BF0, symSize: 0x10 } + - { offsetInCU: 0xE95, offset: 0x15F6F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x730, symBinAddr: 0x142C00, symSize: 0x10 } + - { offsetInCU: 0xEB7, offset: 0x15F715, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x880, symBinAddr: 0x142D50, symSize: 0x20 } + - { offsetInCU: 0xED3, offset: 0x15F731, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x8A0, symBinAddr: 0x142D70, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x15F9B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x143630, symSize: 0x20 } + - { offsetInCU: 0x90, offset: 0x15F9E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x190, symBinAddr: 0x1437C0, symSize: 0x40 } + - { offsetInCU: 0xB5, offset: 0x15FA0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D0, symBinAddr: 0x143800, symSize: 0x6F0 } + - { offsetInCU: 0x138, offset: 0x15FA8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x8C0, symBinAddr: 0x143EF0, symSize: 0xD80 } + - { offsetInCU: 0x505, offset: 0x15FE5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueSSvg', symObjAddr: 0x1640, symBinAddr: 0x144C70, symSize: 0x20 } + - { offsetInCU: 0x53C, offset: 0x15FE92, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x1A40, symBinAddr: 0x145070, symSize: 0x20 } + - { offsetInCU: 0x5A0, offset: 0x15FEF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1AE0, symBinAddr: 0x145110, symSize: 0x40 } + - { offsetInCU: 0x5E6, offset: 0x15FF3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1B20, symBinAddr: 0x145150, symSize: 0x30 } + - { offsetInCU: 0x602, offset: 0x15FF58, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1B50, symBinAddr: 0x145180, symSize: 0x10 } + - { offsetInCU: 0x638, offset: 0x15FF8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1B60, symBinAddr: 0x145190, symSize: 0x30 } + - { offsetInCU: 0x69D, offset: 0x15FFF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1B90, symBinAddr: 0x1451C0, symSize: 0x10 } + - { offsetInCU: 0x6B9, offset: 0x16000F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1BA0, symBinAddr: 0x1451D0, symSize: 0x10 } + - { offsetInCU: 0x6D5, offset: 0x16002B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2B70, symBinAddr: 0x145F00, symSize: 0x50 } + - { offsetInCU: 0x70D, offset: 0x160063, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x1A60, symBinAddr: 0x145090, symSize: 0x30 } + - { offsetInCU: 0x752, offset: 0x1600A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1C30, symBinAddr: 0x145260, symSize: 0x70 } + - { offsetInCU: 0x786, offset: 0x1600DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1CA0, symBinAddr: 0x1452D0, symSize: 0x30 } + - { offsetInCU: 0x7A2, offset: 0x1600F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1CD0, symBinAddr: 0x145300, symSize: 0x10 } + - { offsetInCU: 0x7D8, offset: 0x16012E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1CE0, symBinAddr: 0x145310, symSize: 0x70 } + - { offsetInCU: 0x823, offset: 0x160179, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1D50, symBinAddr: 0x145380, symSize: 0x10 } + - { offsetInCU: 0x83F, offset: 0x160195, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1D60, symBinAddr: 0x145390, symSize: 0x10 } + - { offsetInCU: 0x85D, offset: 0x1601B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1660, symBinAddr: 0x144C90, symSize: 0x3E0 } + - { offsetInCU: 0x8D0, offset: 0x160226, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfd', symObjAddr: 0x1DF0, symBinAddr: 0x145420, symSize: 0x50 } + - { offsetInCU: 0x91B, offset: 0x160271, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfD', symObjAddr: 0x1E40, symBinAddr: 0x145470, symSize: 0x20 } + - { offsetInCU: 0x957, offset: 0x1602AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x2050, symBinAddr: 0x145660, symSize: 0x20 } + - { offsetInCU: 0x998, offset: 0x1602EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x2070, symBinAddr: 0x145680, symSize: 0x20 } + - { offsetInCU: 0x9D9, offset: 0x16032F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x2090, symBinAddr: 0x1456A0, symSize: 0x10 } + - { offsetInCU: 0xA1A, offset: 0x160370, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x20A0, symBinAddr: 0x1456B0, symSize: 0x10 } + - { offsetInCU: 0xA5B, offset: 0x1603B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x20B0, symBinAddr: 0x1456C0, symSize: 0x20 } + - { offsetInCU: 0xAD5, offset: 0x16042B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xD0, symBinAddr: 0x143700, symSize: 0x20 } + - { offsetInCU: 0xB06, offset: 0x16045C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0x143720, symSize: 0x10 } + - { offsetInCU: 0xC55, offset: 0x1605AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfE', symObjAddr: 0x1DB0, symBinAddr: 0x1453E0, symSize: 0x40 } + - { offsetInCU: 0xCAD, offset: 0x160603, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCMa', symObjAddr: 0x1E60, symBinAddr: 0x145490, symSize: 0x20 } + - { offsetInCU: 0xCC1, offset: 0x160617, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwet', symObjAddr: 0x1EA0, symBinAddr: 0x1454B0, symSize: 0x80 } + - { offsetInCU: 0xCD5, offset: 0x16062B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwst', symObjAddr: 0x1F20, symBinAddr: 0x145530, symSize: 0xD0 } + - { offsetInCU: 0xCE9, offset: 0x16063F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwup', symObjAddr: 0x1FF0, symBinAddr: 0x145600, symSize: 0x10 } + - { offsetInCU: 0xCFD, offset: 0x160653, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOMa', symObjAddr: 0x2000, symBinAddr: 0x145610, symSize: 0x10 } + - { offsetInCU: 0xD11, offset: 0x160667, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASQWb', symObjAddr: 0x2010, symBinAddr: 0x145620, symSize: 0x10 } + - { offsetInCU: 0xD25, offset: 0x16067B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSQAAWl', symObjAddr: 0x2020, symBinAddr: 0x145630, symSize: 0x30 } + - { offsetInCU: 0xD39, offset: 0x16068F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSYAAWl', symObjAddr: 0x20D0, symBinAddr: 0x1456E0, symSize: 0x30 } + - { offsetInCU: 0xD4D, offset: 0x1606A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs0D3KeyAAWl', symObjAddr: 0x2170, symBinAddr: 0x145710, symSize: 0x30 } + - { offsetInCU: 0xD61, offset: 0x1606B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSEAAWl', symObjAddr: 0x2200, symBinAddr: 0x145740, symSize: 0x30 } + - { offsetInCU: 0xD75, offset: 0x1606CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs9CodingKeyAAWl', symObjAddr: 0x2260, symBinAddr: 0x145770, symSize: 0x30 } + - { offsetInCU: 0xD89, offset: 0x1606DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSEAASERzlWl', symObjAddr: 0x2290, symBinAddr: 0x1457A0, symSize: 0x60 } + - { offsetInCU: 0xD9D, offset: 0x1606F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGMa', symObjAddr: 0x22F0, symBinAddr: 0x145800, symSize: 0x60 } + - { offsetInCU: 0xDB1, offset: 0x160707, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSeAAWl', symObjAddr: 0x24F0, symBinAddr: 0x145970, symSize: 0x30 } + - { offsetInCU: 0xDC5, offset: 0x16071B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSeAASeRzlWl', symObjAddr: 0x2550, symBinAddr: 0x1459A0, symSize: 0x60 } + - { offsetInCU: 0xDD9, offset: 0x16072F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x26D0, symBinAddr: 0x145A60, symSize: 0x80 } + - { offsetInCU: 0xDED, offset: 0x160743, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x2750, symBinAddr: 0x145AE0, symSize: 0xD0 } + - { offsetInCU: 0xE01, offset: 0x160757, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x2820, symBinAddr: 0x145BB0, symSize: 0x10 } + - { offsetInCU: 0xE15, offset: 0x16076B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x2830, symBinAddr: 0x145BC0, symSize: 0x10 } + - { offsetInCU: 0xE29, offset: 0x16077F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x2840, symBinAddr: 0x145BD0, symSize: 0x10 } + - { offsetInCU: 0xE3D, offset: 0x160793, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x2850, symBinAddr: 0x145BE0, symSize: 0x10 } + - { offsetInCU: 0xE51, offset: 0x1607A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x2860, symBinAddr: 0x145BF0, symSize: 0x80 } + - { offsetInCU: 0xE65, offset: 0x1607BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x28E0, symBinAddr: 0x145C70, symSize: 0xD0 } + - { offsetInCU: 0xE79, offset: 0x1607CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x29B0, symBinAddr: 0x145D40, symSize: 0x10 } + - { offsetInCU: 0xE8D, offset: 0x1607E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x29C0, symBinAddr: 0x145D50, symSize: 0x10 } + - { offsetInCU: 0xEA1, offset: 0x1607F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x29D0, symBinAddr: 0x145D60, symSize: 0x10 } + - { offsetInCU: 0xEB5, offset: 0x16080B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x29E0, symBinAddr: 0x145D70, symSize: 0x10 } + - { offsetInCU: 0xEC9, offset: 0x16081F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x29F0, symBinAddr: 0x145D80, symSize: 0x10 } + - { offsetInCU: 0xEDD, offset: 0x160833, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x2A00, symBinAddr: 0x145D90, symSize: 0x30 } + - { offsetInCU: 0xEF1, offset: 0x160847, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x2A30, symBinAddr: 0x145DC0, symSize: 0x10 } + - { offsetInCU: 0xF05, offset: 0x16085B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x2A40, symBinAddr: 0x145DD0, symSize: 0x30 } + - { offsetInCU: 0xF19, offset: 0x16086F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2A70, symBinAddr: 0x145E00, symSize: 0x10 } + - { offsetInCU: 0xF2D, offset: 0x160883, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2A80, symBinAddr: 0x145E10, symSize: 0x30 } + - { offsetInCU: 0xF41, offset: 0x160897, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2AB0, symBinAddr: 0x145E40, symSize: 0x10 } + - { offsetInCU: 0xF55, offset: 0x1608AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2AC0, symBinAddr: 0x145E50, symSize: 0x30 } + - { offsetInCU: 0xF69, offset: 0x1608BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2AF0, symBinAddr: 0x145E80, symSize: 0x10 } + - { offsetInCU: 0xF7D, offset: 0x1608D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B00, symBinAddr: 0x145E90, symSize: 0x30 } + - { offsetInCU: 0xF91, offset: 0x1608E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2B30, symBinAddr: 0x145EC0, symSize: 0x10 } + - { offsetInCU: 0xFA5, offset: 0x1608FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2B40, symBinAddr: 0x145ED0, symSize: 0x30 } + - { offsetInCU: 0xFD9, offset: 0x16092F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0x143650, symSize: 0x10 } + - { offsetInCU: 0x106A, offset: 0x1609C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0x143660, symSize: 0x40 } + - { offsetInCU: 0x1119, offset: 0x160A6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x70, symBinAddr: 0x1436A0, symSize: 0x20 } + - { offsetInCU: 0x116C, offset: 0x160AC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x90, symBinAddr: 0x1436C0, symSize: 0x40 } + - { offsetInCU: 0x11EF, offset: 0x160B45, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x100, symBinAddr: 0x143730, symSize: 0x50 } + - { offsetInCU: 0x1212, offset: 0x160B68, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x150, symBinAddr: 0x143780, symSize: 0x40 } + - { offsetInCU: 0x1270, offset: 0x160BC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A90, symBinAddr: 0x1450C0, symSize: 0x10 } + - { offsetInCU: 0x12AA, offset: 0x160C00, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1AA0, symBinAddr: 0x1450D0, symSize: 0x20 } + - { offsetInCU: 0x12F0, offset: 0x160C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1AC0, symBinAddr: 0x1450F0, symSize: 0x10 } + - { offsetInCU: 0x130C, offset: 0x160C62, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1AD0, symBinAddr: 0x145100, symSize: 0x10 } + - { offsetInCU: 0x1326, offset: 0x160C7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1BB0, symBinAddr: 0x1451E0, symSize: 0x20 } + - { offsetInCU: 0x1342, offset: 0x160C98, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1BD0, symBinAddr: 0x145200, symSize: 0x20 } + - { offsetInCU: 0x135E, offset: 0x160CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1BF0, symBinAddr: 0x145220, symSize: 0x10 } + - { offsetInCU: 0x137A, offset: 0x160CD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1C00, symBinAddr: 0x145230, symSize: 0x10 } + - { offsetInCU: 0x1396, offset: 0x160CEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C10, symBinAddr: 0x145240, symSize: 0x10 } + - { offsetInCU: 0x13B2, offset: 0x160D08, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1C20, symBinAddr: 0x145250, symSize: 0x10 } + - { offsetInCU: 0x13D4, offset: 0x160D2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1D70, symBinAddr: 0x1453A0, symSize: 0x20 } + - { offsetInCU: 0x13F0, offset: 0x160D46, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1D90, symBinAddr: 0x1453C0, symSize: 0x20 } + - { offsetInCU: 0x9D, offset: 0x160FD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x146030, symSize: 0x30 } + - { offsetInCU: 0xCE, offset: 0x161001, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0x146060, symSize: 0x20 } + - { offsetInCU: 0x11A, offset: 0x16104D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A0, symBinAddr: 0x146110, symSize: 0x40 } + - { offsetInCU: 0x13F, offset: 0x161072, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0x146150, symSize: 0x350 } + - { offsetInCU: 0x1A7, offset: 0x1610DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x530, symBinAddr: 0x1464A0, symSize: 0x660 } + - { offsetInCU: 0x3BA, offset: 0x1612ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB90, symBinAddr: 0x146B00, symSize: 0x1F0 } + - { offsetInCU: 0x428, offset: 0x16135B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO8rawValueSSvg', symObjAddr: 0xD80, symBinAddr: 0x146CF0, symSize: 0x20 } + - { offsetInCU: 0x45F, offset: 0x161392, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xDA0, symBinAddr: 0x146D10, symSize: 0x20 } + - { offsetInCU: 0x4DD, offset: 0x161410, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0xE00, symBinAddr: 0x146D70, symSize: 0x70 } + - { offsetInCU: 0x543, offset: 0x161476, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0xE70, symBinAddr: 0x146DE0, symSize: 0x30 } + - { offsetInCU: 0x55F, offset: 0x161492, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xEA0, symBinAddr: 0x146E10, symSize: 0x10 } + - { offsetInCU: 0x595, offset: 0x1614C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xEB0, symBinAddr: 0x146E20, symSize: 0x60 } + - { offsetInCU: 0x61A, offset: 0x16154D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xF10, symBinAddr: 0x146E80, symSize: 0x10 } + - { offsetInCU: 0x636, offset: 0x161569, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF20, symBinAddr: 0x146E90, symSize: 0x10 } + - { offsetInCU: 0x672, offset: 0x1615A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfD', symObjAddr: 0xF90, symBinAddr: 0x146F00, symSize: 0x40 } + - { offsetInCU: 0x762, offset: 0x161695, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfE', symObjAddr: 0xF70, symBinAddr: 0x146EE0, symSize: 0x20 } + - { offsetInCU: 0x7BA, offset: 0x1616ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCMa', symObjAddr: 0xFD0, symBinAddr: 0x146F40, symSize: 0x20 } + - { offsetInCU: 0x7CE, offset: 0x161701, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwet', symObjAddr: 0x1010, symBinAddr: 0x146F60, symSize: 0x80 } + - { offsetInCU: 0x7E2, offset: 0x161715, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwst', symObjAddr: 0x1090, symBinAddr: 0x146FE0, symSize: 0xD0 } + - { offsetInCU: 0x7F6, offset: 0x161729, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwug', symObjAddr: 0x1160, symBinAddr: 0x1470B0, symSize: 0x10 } + - { offsetInCU: 0x80A, offset: 0x16173D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwup', symObjAddr: 0x1170, symBinAddr: 0x1470C0, symSize: 0x10 } + - { offsetInCU: 0x81E, offset: 0x161751, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwui', symObjAddr: 0x1180, symBinAddr: 0x1470D0, symSize: 0x10 } + - { offsetInCU: 0x832, offset: 0x161765, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOMa', symObjAddr: 0x1190, symBinAddr: 0x1470E0, symSize: 0x10 } + - { offsetInCU: 0x846, offset: 0x161779, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASQWb', symObjAddr: 0x11A0, symBinAddr: 0x1470F0, symSize: 0x10 } + - { offsetInCU: 0x85A, offset: 0x16178D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSQAAWl', symObjAddr: 0x11B0, symBinAddr: 0x147100, symSize: 0x30 } + - { offsetInCU: 0x86E, offset: 0x1617A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSYAAWl', symObjAddr: 0x11E0, symBinAddr: 0x147130, symSize: 0x30 } + - { offsetInCU: 0x882, offset: 0x1617B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs0C3KeyAAWl', symObjAddr: 0x1280, symBinAddr: 0x147160, symSize: 0x30 } + - { offsetInCU: 0x896, offset: 0x1617C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSEAAWl', symObjAddr: 0x1310, symBinAddr: 0x147190, symSize: 0x30 } + - { offsetInCU: 0x8AA, offset: 0x1617DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSeAAWl', symObjAddr: 0x1400, symBinAddr: 0x147220, symSize: 0x30 } + - { offsetInCU: 0x8BE, offset: 0x1617F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwet', symObjAddr: 0x14C0, symBinAddr: 0x147250, symSize: 0x80 } + - { offsetInCU: 0x8D2, offset: 0x161805, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwst', symObjAddr: 0x1540, symBinAddr: 0x1472D0, symSize: 0xD0 } + - { offsetInCU: 0x8E6, offset: 0x161819, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwug', symObjAddr: 0x1610, symBinAddr: 0x1473A0, symSize: 0x10 } + - { offsetInCU: 0x8FA, offset: 0x16182D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwup', symObjAddr: 0x1620, symBinAddr: 0x1473B0, symSize: 0x10 } + - { offsetInCU: 0x90E, offset: 0x161841, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwui', symObjAddr: 0x1630, symBinAddr: 0x1473C0, symSize: 0x10 } + - { offsetInCU: 0x922, offset: 0x161855, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOMa', symObjAddr: 0x1640, symBinAddr: 0x1473D0, symSize: 0x10 } + - { offsetInCU: 0x936, offset: 0x161869, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASQWb', symObjAddr: 0x1650, symBinAddr: 0x1473E0, symSize: 0x10 } + - { offsetInCU: 0x94A, offset: 0x16187D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFSQAAWl', symObjAddr: 0x1660, symBinAddr: 0x1473F0, symSize: 0x30 } + - { offsetInCU: 0x95E, offset: 0x161891, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1690, symBinAddr: 0x147420, symSize: 0x10 } + - { offsetInCU: 0x972, offset: 0x1618A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x16A0, symBinAddr: 0x147430, symSize: 0x30 } + - { offsetInCU: 0x986, offset: 0x1618B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16D0, symBinAddr: 0x147460, symSize: 0x10 } + - { offsetInCU: 0x99A, offset: 0x1618CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16E0, symBinAddr: 0x147470, symSize: 0x2E } + - { offsetInCU: 0x9CE, offset: 0x161901, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x145F70, symSize: 0x10 } + - { offsetInCU: 0xA5F, offset: 0x161992, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x145F80, symSize: 0x40 } + - { offsetInCU: 0xB37, offset: 0x161A6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x145FC0, symSize: 0x30 } + - { offsetInCU: 0xBB3, offset: 0x161AE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x145FF0, symSize: 0x40 } + - { offsetInCU: 0xC5F, offset: 0x161B92, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0x146080, symSize: 0x50 } + - { offsetInCU: 0xC82, offset: 0x161BB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0x1460D0, symSize: 0x40 } + - { offsetInCU: 0xCE0, offset: 0x161C13, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDC0, symBinAddr: 0x146D30, symSize: 0x10 } + - { offsetInCU: 0xCFC, offset: 0x161C2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH9hashValueSivgTW', symObjAddr: 0xDD0, symBinAddr: 0x146D40, symSize: 0x10 } + - { offsetInCU: 0xD18, offset: 0x161C4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDE0, symBinAddr: 0x146D50, symSize: 0x10 } + - { offsetInCU: 0xD34, offset: 0x161C67, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDF0, symBinAddr: 0x146D60, symSize: 0x10 } + - { offsetInCU: 0xD56, offset: 0x161C89, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF30, symBinAddr: 0x146EA0, symSize: 0x20 } + - { offsetInCU: 0xD72, offset: 0x161CA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xF50, symBinAddr: 0x146EC0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x161E7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x1474A0, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x161E97, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x1474A0, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x161EAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMr', symObjAddr: 0x10, symBinAddr: 0x1474B0, symSize: 0x70 } + - { offsetInCU: 0x77, offset: 0x161ECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC7storageAA0cD7StorageOyxGvg', symObjAddr: 0x80, symBinAddr: 0x147520, symSize: 0x50 } + - { offsetInCU: 0xED, offset: 0x161F41, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCfD', symObjAddr: 0xF0, symBinAddr: 0x147570, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x161F95, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0A2aEP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x130, symBinAddr: 0x1475B0, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x161FC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x150, symBinAddr: 0x1475D0, symSize: 0x20 } + - { offsetInCU: 0x1AD, offset: 0x162001, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x170, symBinAddr: 0x1475F0, symSize: 0x20 } + - { offsetInCU: 0x1DF, offset: 0x162033, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1A0, symBinAddr: 0x147620, symSize: 0x20 } + - { offsetInCU: 0x20C, offset: 0x162060, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9valueTypeypXpvgTf4d_n', symObjAddr: 0x1C0, symBinAddr: 0x147640, symSize: 0x10 } + - { offsetInCU: 0x238, offset: 0x16208C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMa', symObjAddr: 0x120, symBinAddr: 0x1475A0, symSize: 0x10 } + - { offsetInCU: 0x24C, offset: 0x1620A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0AA0C0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x190, symBinAddr: 0x147610, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x16220D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV24zip64ExtendedInformationAC05ZIP64gH0VSgvg', symObjAddr: 0x20, symBinAddr: 0x147650, symSize: 0x240 } + - { offsetInCU: 0xB9, offset: 0x16229F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV24zip64ExtendedInformationAC05ZIP64gH0VSgvg', symObjAddr: 0x20, symBinAddr: 0x147650, symSize: 0x240 } + - { offsetInCU: 0x439, offset: 0x16261F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x260, symBinAddr: 0x147890, symSize: 0x230 } + - { offsetInCU: 0x799, offset: 0x16297F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x490, symBinAddr: 0x147AC0, symSize: 0x100 } + - { offsetInCU: 0x942, offset: 0x162B28, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x590, symBinAddr: 0x147BC0, symSize: 0x10 } + - { offsetInCU: 0x996, offset: 0x162B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x5A0, symBinAddr: 0x147BD0, symSize: 0x30 } + - { offsetInCU: 0xA7A, offset: 0x162C60, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5D0, symBinAddr: 0x147C00, symSize: 0x20 } + - { offsetInCU: 0xB76, offset: 0x162D5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9C0, symBinAddr: 0x147FF0, symSize: 0x10 } + - { offsetInCU: 0xBF5, offset: 0x162DDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH9hashValueSivgTW', symObjAddr: 0x9D0, symBinAddr: 0x148000, symSize: 0x40 } + - { offsetInCU: 0xCD9, offset: 0x162EBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA10, symBinAddr: 0x148040, symSize: 0x20 } + - { offsetInCU: 0xDBA, offset: 0x162FA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt64V_Tg5', symObjAddr: 0x660, symBinAddr: 0x147C90, symSize: 0x1B0 } + - { offsetInCU: 0x101D, offset: 0x163203, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt32V_Tg5', symObjAddr: 0x810, symBinAddr: 0x147E40, symSize: 0x1B0 } + - { offsetInCU: 0x128E, offset: 0x163474, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfCTf4nnd_n', symObjAddr: 0xA70, symBinAddr: 0x1480A0, symSize: 0x240 } + - { offsetInCU: 0x1473, offset: 0x163659, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV07scanForC5Field2in6fieldsAESg10Foundation4DataV_SayAE0H0OGtFZTf4nnd_n', symObjAddr: 0xCB0, symBinAddr: 0x1482E0, symSize: 0x220 } + - { offsetInCU: 0x160E, offset: 0x1637F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAEs0C0AAWl', symObjAddr: 0xF30, symBinAddr: 0x148520, symSize: 0x30 } + - { offsetInCU: 0x1622, offset: 0x163808, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ExtensibleDataField_pWOc', symObjAddr: 0xF60, symBinAddr: 0x148550, symSize: 0x30 } + - { offsetInCU: 0x1636, offset: 0x16381C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwet', symObjAddr: 0x1020, symBinAddr: 0x148580, symSize: 0x80 } + - { offsetInCU: 0x164A, offset: 0x163830, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwst', symObjAddr: 0x10A0, symBinAddr: 0x148600, symSize: 0xD0 } + - { offsetInCU: 0x165E, offset: 0x163844, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwug', symObjAddr: 0x1170, symBinAddr: 0x1486D0, symSize: 0x10 } + - { offsetInCU: 0x1672, offset: 0x163858, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwup', symObjAddr: 0x1180, symBinAddr: 0x1486E0, symSize: 0x10 } + - { offsetInCU: 0x1686, offset: 0x16386C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwui', symObjAddr: 0x1190, symBinAddr: 0x1486F0, symSize: 0x10 } + - { offsetInCU: 0x169A, offset: 0x163880, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOMa', symObjAddr: 0x11A0, symBinAddr: 0x148700, symSize: 0x10 } + - { offsetInCU: 0x16AE, offset: 0x163894, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwet', symObjAddr: 0x11C0, symBinAddr: 0x148710, symSize: 0x50 } + - { offsetInCU: 0x16C2, offset: 0x1638A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwst', symObjAddr: 0x1210, symBinAddr: 0x148760, symSize: 0xA0 } + - { offsetInCU: 0x16D6, offset: 0x1638BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwug', symObjAddr: 0x12B0, symBinAddr: 0x148800, symSize: 0x10 } + - { offsetInCU: 0x16EA, offset: 0x1638D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwup', symObjAddr: 0x12C0, symBinAddr: 0x148810, symSize: 0x10 } + - { offsetInCU: 0x16FE, offset: 0x1638E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwui', symObjAddr: 0x12D0, symBinAddr: 0x148820, symSize: 0x10 } + - { offsetInCU: 0x1712, offset: 0x1638F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOMa', symObjAddr: 0x12E0, symBinAddr: 0x148830, symSize: 0x10 } + - { offsetInCU: 0x1726, offset: 0x16390C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwCP', symObjAddr: 0x12F0, symBinAddr: 0x148840, symSize: 0x30 } + - { offsetInCU: 0x173A, offset: 0x163920, size: 0x8, addend: 0x0, symName: ___swift_memcpy36_8, symObjAddr: 0x1320, symBinAddr: 0x148870, symSize: 0x20 } + - { offsetInCU: 0x174E, offset: 0x163934, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwet', symObjAddr: 0x1340, symBinAddr: 0x148890, symSize: 0x20 } + - { offsetInCU: 0x1762, offset: 0x163948, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwst', symObjAddr: 0x1360, symBinAddr: 0x1488B0, symSize: 0x40 } + - { offsetInCU: 0x1776, offset: 0x16395C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVMa', symObjAddr: 0x13A0, symBinAddr: 0x1488F0, symSize: 0x10 } + - { offsetInCU: 0x178A, offset: 0x163970, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASQWb', symObjAddr: 0x13B0, symBinAddr: 0x148900, symSize: 0x10 } + - { offsetInCU: 0x179E, offset: 0x163984, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAESQAAWl', symObjAddr: 0x13C0, symBinAddr: 0x148910, symSize: 0x30 } + - { offsetInCU: 0x17B2, offset: 0x163998, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASQWb', symObjAddr: 0x13F0, symBinAddr: 0x148940, symSize: 0x10 } + - { offsetInCU: 0x17C6, offset: 0x1639AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOAGSQAAWl', symObjAddr: 0x1400, symBinAddr: 0x148950, symSize: 0x2E } + - { offsetInCU: 0x18C7, offset: 0x163AAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5F0, symBinAddr: 0x147C20, symSize: 0x30 } + - { offsetInCU: 0x1964, offset: 0x163B4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0x620, symBinAddr: 0x147C50, symSize: 0x10 } + - { offsetInCU: 0x1980, offset: 0x163B66, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0x630, symBinAddr: 0x147C60, symSize: 0x10 } + - { offsetInCU: 0x199C, offset: 0x163B82, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x640, symBinAddr: 0x147C70, symSize: 0x10 } + - { offsetInCU: 0x19B8, offset: 0x163B9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x650, symBinAddr: 0x147C80, symSize: 0x10 } + - { offsetInCU: 0x1A4A, offset: 0x163C30, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA30, symBinAddr: 0x148060, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x163EB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x148980, symSize: 0xBA0 } + - { offsetInCU: 0x28F, offset: 0x164117, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x148980, symSize: 0xBA0 } + - { offsetInCU: 0xD59, offset: 0x164BE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0xBA0, symBinAddr: 0x149520, symSize: 0x50 } + - { offsetInCU: 0xD93, offset: 0x164C1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCADycfcTo', symObjAddr: 0xBF0, symBinAddr: 0x149570, symSize: 0x80 } + - { offsetInCU: 0xDF6, offset: 0x164C7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5layerADyp_tcfcTo', symObjAddr: 0xC70, symBinAddr: 0x1495F0, symSize: 0xE0 } + - { offsetInCU: 0xE3C, offset: 0x164CC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfc', symObjAddr: 0xD50, symBinAddr: 0x1496D0, symSize: 0xA0 } + - { offsetInCU: 0xE79, offset: 0x164D01, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xDF0, symBinAddr: 0x149770, symSize: 0x30 } + - { offsetInCU: 0xE95, offset: 0x164D1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfD', symObjAddr: 0xE20, symBinAddr: 0x1497A0, symSize: 0x30 } + - { offsetInCU: 0x103D, offset: 0x164EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfETo', symObjAddr: 0xE50, symBinAddr: 0x1497D0, symSize: 0x20 } + - { offsetInCU: 0x106C, offset: 0x164EF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCMa', symObjAddr: 0xE70, symBinAddr: 0x1497F0, symSize: 0x20 } + - { offsetInCU: 0x1134, offset: 0x164FBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0xE90, symBinAddr: 0x149810, symSize: 0x590 } + - { offsetInCU: 0x14D2, offset: 0x16535A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC16updateShapeLayer5layerySo07CAShapeG0C_tF', symObjAddr: 0x1420, symBinAddr: 0x149DA0, symSize: 0x260 } + - { offsetInCU: 0x16AA, offset: 0x165532, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfD', symObjAddr: 0x16C0, symBinAddr: 0x14A040, symSize: 0x50 } + - { offsetInCU: 0x170B, offset: 0x165593, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x1730, symBinAddr: 0x14A0B0, symSize: 0x10 } + - { offsetInCU: 0x1727, offset: 0x1655AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x1740, symBinAddr: 0x14A0C0, symSize: 0x20 } + - { offsetInCU: 0x176D, offset: 0x1655F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1760, symBinAddr: 0x14A0E0, symSize: 0x40 } + - { offsetInCU: 0x17B4, offset: 0x16563C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x17A0, symBinAddr: 0x14A120, symSize: 0x10 } + - { offsetInCU: 0x17DC, offset: 0x165664, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfE', symObjAddr: 0x1680, symBinAddr: 0x14A000, symSize: 0x40 } + - { offsetInCU: 0x1809, offset: 0x165691, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCMa', symObjAddr: 0x1710, symBinAddr: 0x14A090, symSize: 0x20 } + - { offsetInCU: 0x3E6, offset: 0x165F07, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_Say12CoreGraphics7CGFloatVGTB5', symObjAddr: 0x1E0, symBinAddr: 0x14A2C0, symSize: 0x690 } + - { offsetInCU: 0x8C1, offset: 0x1663E2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_SaySo10CGColorRefaGTB5', symObjAddr: 0x870, symBinAddr: 0x14A950, symSize: 0x690 } + - { offsetInCU: 0xEDC, offset: 0x1669FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKF', symObjAddr: 0xF50, symBinAddr: 0x14B030, symSize: 0x810 } + - { offsetInCU: 0x1396, offset: 0x166EB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_', symObjAddr: 0x1CF0, symBinAddr: 0x14BD30, symSize: 0x130 } + - { offsetInCU: 0x1534, offset: 0x167055, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_', symObjAddr: 0x1E20, symBinAddr: 0x14BE60, symSize: 0x130 } + - { offsetInCU: 0x17A9, offset: 0x1672CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientShapeItemPAAE18colorConfiguration33_B799B7369307A01782ECC9AEBF9C580CLL4from4typeSaySo10CGColorRefa0E0_12CoreGraphics7CGFloatV8locationtGSaySdG_AA0B11ContentTypeOtF', symObjAddr: 0x17D0, symBinAddr: 0x14B840, symSize: 0x4F0 } + - { offsetInCU: 0x2127, offset: 0x167C48, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x1F50, symBinAddr: 0x14BF90, symSize: 0x400 } + - { offsetInCU: 0x23A2, offset: 0x167EC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x2350, symBinAddr: 0x14C390, symSize: 0x2D0 } + - { offsetInCU: 0x253D, offset: 0x16805E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_', symObjAddr: 0x2680, symBinAddr: 0x14C660, symSize: 0xC0 } + - { offsetInCU: 0x26C3, offset: 0x1681E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x2740, symBinAddr: 0x14C720, symSize: 0x60 } + - { offsetInCU: 0x2871, offset: 0x168392, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5', symObjAddr: 0x27A0, symBinAddr: 0x14C780, symSize: 0x30 } + - { offsetInCU: 0x28BA, offset: 0x1683DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5', symObjAddr: 0x27D0, symBinAddr: 0x14C7B0, symSize: 0x60 } + - { offsetInCU: 0x291C, offset: 0x16843D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5TA', symObjAddr: 0x2850, symBinAddr: 0x14C830, symSize: 0x10 } + - { offsetInCU: 0x2930, offset: 0x168451, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_TA', symObjAddr: 0x2860, symBinAddr: 0x14C840, symSize: 0x20 } + - { offsetInCU: 0x2980, offset: 0x1684A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Say12CoreGraphics7CGFloatVG_TG5TA', symObjAddr: 0x2880, symBinAddr: 0x14C860, symSize: 0x30 } + - { offsetInCU: 0x29FB, offset: 0x16851C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_TA', symObjAddr: 0x28B0, symBinAddr: 0x14C890, symSize: 0x20 } + - { offsetInCU: 0x2CA2, offset: 0x1687C3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_SaySo10CGColorRefaGTg5Tf4nnndxn_n', symObjAddr: 0x2960, symBinAddr: 0x14C910, symSize: 0xF40 } + - { offsetInCU: 0x381B, offset: 0x16933C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_Say12CoreGraphics7CGFloatVGTg5Tf4nnndxn_n', symObjAddr: 0x41D0, symBinAddr: 0x14E180, symSize: 0xF40 } + - { offsetInCU: 0x4394, offset: 0x169EB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_TA', symObjAddr: 0x52D0, symBinAddr: 0x14F280, symSize: 0x10 } + - { offsetInCU: 0x43A8, offset: 0x169EC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOr', symObjAddr: 0x54B0, symBinAddr: 0x14F2F0, symSize: 0x30 } + - { offsetInCU: 0x43BC, offset: 0x169EDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOs', symObjAddr: 0x5500, symBinAddr: 0x14F320, symSize: 0x30 } + - { offsetInCU: 0x43D0, offset: 0x169EF1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTg5TA', symObjAddr: 0x5630, symBinAddr: 0x14F360, symSize: 0x20 } + - { offsetInCU: 0x43E4, offset: 0x169F05, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x5650, symBinAddr: 0x14F380, symSize: 0x20 } + - { offsetInCU: 0x43F8, offset: 0x169F19, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x5760, symBinAddr: 0x14F3D0, symSize: 0x20 } + - { offsetInCU: 0x440C, offset: 0x169F2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x5780, symBinAddr: 0x14F3F0, symSize: 0x20 } + - { offsetInCU: 0x4420, offset: 0x169F41, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_SaySo10CGColorRefaGTg5TA', symObjAddr: 0x58D0, symBinAddr: 0x14F4E0, symSize: 0x20 } + - { offsetInCU: 0x4434, offset: 0x169F55, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwCP', symObjAddr: 0x58F0, symBinAddr: 0x14F500, symSize: 0x30 } + - { offsetInCU: 0x4448, offset: 0x169F69, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwet', symObjAddr: 0x5950, symBinAddr: 0x14F530, symSize: 0x20 } + - { offsetInCU: 0x445C, offset: 0x169F7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwst', symObjAddr: 0x5970, symBinAddr: 0x14F550, symSize: 0x30 } + - { offsetInCU: 0x4470, offset: 0x169F91, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVMa', symObjAddr: 0x59A0, symBinAddr: 0x14F580, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x16A84B, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x14F690, symSize: 0x130 } + - { offsetInCU: 0x69, offset: 0x16A88D, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x14F690, symSize: 0x130 } + - { offsetInCU: 0xB8, offset: 0x16A8DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwCP', symObjAddr: 0x170, symBinAddr: 0x14F800, symSize: 0x50 } + - { offsetInCU: 0xCC, offset: 0x16A8F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwxx', symObjAddr: 0x1C0, symBinAddr: 0x14F850, symSize: 0x40 } + - { offsetInCU: 0xE0, offset: 0x16A904, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwcp', symObjAddr: 0x200, symBinAddr: 0x14F890, symSize: 0x50 } + - { offsetInCU: 0xF4, offset: 0x16A918, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwca', symObjAddr: 0x250, symBinAddr: 0x14F8E0, symSize: 0xC0 } + - { offsetInCU: 0x108, offset: 0x16A92C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwta', symObjAddr: 0x330, symBinAddr: 0x14F9A0, symSize: 0x70 } + - { offsetInCU: 0x11C, offset: 0x16A940, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwet', symObjAddr: 0x3A0, symBinAddr: 0x14FA10, symSize: 0x50 } + - { offsetInCU: 0x130, offset: 0x16A954, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwst', symObjAddr: 0x3F0, symBinAddr: 0x14FA60, symSize: 0x50 } + - { offsetInCU: 0x144, offset: 0x16A968, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwug', symObjAddr: 0x440, symBinAddr: 0x14FAB0, symSize: 0x20 } + - { offsetInCU: 0x158, offset: 0x16A97C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwup', symObjAddr: 0x460, symBinAddr: 0x14FAD0, symSize: 0x10 } + - { offsetInCU: 0x16C, offset: 0x16A990, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwui', symObjAddr: 0x470, symBinAddr: 0x14FAE0, symSize: 0x30 } + - { offsetInCU: 0x180, offset: 0x16A9A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOMa', symObjAddr: 0x4A0, symBinAddr: 0x14FB10, symSize: 0xA } + - { offsetInCU: 0x1AB, offset: 0x16A9CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x130, symBinAddr: 0x14F7C0, symSize: 0x10 } + - { offsetInCU: 0x1C7, offset: 0x16A9EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x140, symBinAddr: 0x14F7D0, symSize: 0x10 } + - { offsetInCU: 0x1E3, offset: 0x16AA07, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x150, symBinAddr: 0x14F7E0, symSize: 0x10 } + - { offsetInCU: 0x1FF, offset: 0x16AA23, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x160, symBinAddr: 0x14F7F0, symSize: 0x10 } + - { offsetInCU: 0x5E, offset: 0x16ABDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfC', symObjAddr: 0x0, symBinAddr: 0x14FB20, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x16AC0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc', symObjAddr: 0x50, symBinAddr: 0x14FB70, symSize: 0x30 } + - { offsetInCU: 0xD0, offset: 0x16AC4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfC', symObjAddr: 0x80, symBinAddr: 0x14FBA0, symSize: 0xB0 } + - { offsetInCU: 0x126, offset: 0x16ACA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc', symObjAddr: 0x130, symBinAddr: 0x14FC50, symSize: 0xA0 } + - { offsetInCU: 0x162, offset: 0x16ACDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg', symObjAddr: 0x1D0, symBinAddr: 0x14FCF0, symSize: 0x30 } + - { offsetInCU: 0x1AD, offset: 0x16AD2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs', symObjAddr: 0x200, symBinAddr: 0x14FD20, symSize: 0x40 } + - { offsetInCU: 0x1F1, offset: 0x16AD6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM', symObjAddr: 0x240, symBinAddr: 0x14FD60, symSize: 0x40 } + - { offsetInCU: 0x21E, offset: 0x16AD9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x280, symBinAddr: 0x14FDA0, symSize: 0x30 } + - { offsetInCU: 0x268, offset: 0x16ADE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9valueTypeypXpvg', symObjAddr: 0x2B0, symBinAddr: 0x14FDD0, symSize: 0x10 } + - { offsetInCU: 0x293, offset: 0x16AE10, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg', symObjAddr: 0x2C0, symBinAddr: 0x14FDE0, symSize: 0xA0 } + - { offsetInCU: 0x2DE, offset: 0x16AE5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x360, symBinAddr: 0x14FE80, symSize: 0x20 } + - { offsetInCU: 0x344, offset: 0x16AEC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x380, symBinAddr: 0x14FEA0, symSize: 0x20 } + - { offsetInCU: 0x367, offset: 0x16AEE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfd', symObjAddr: 0x3A0, symBinAddr: 0x14FEC0, symSize: 0x20 } + - { offsetInCU: 0x3A2, offset: 0x16AF1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfD', symObjAddr: 0x3C0, symBinAddr: 0x14FEE0, symSize: 0x30 } + - { offsetInCU: 0x3E5, offset: 0x16AF62, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x3F0, symBinAddr: 0x14FF10, symSize: 0x20 } + - { offsetInCU: 0x401, offset: 0x16AF7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x410, symBinAddr: 0x14FF30, symSize: 0x10 } + - { offsetInCU: 0x447, offset: 0x16AFC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x420, symBinAddr: 0x14FF40, symSize: 0x20 } + - { offsetInCU: 0x47C, offset: 0x16AFF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfcTf4gn_n', symObjAddr: 0x500, symBinAddr: 0x150020, symSize: 0xF0 } + - { offsetInCU: 0x4F1, offset: 0x16B06E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x440, symBinAddr: 0x14FF60, symSize: 0x60 } + - { offsetInCU: 0x556, offset: 0x16B0D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4A0, symBinAddr: 0x14FFC0, symSize: 0x60 } + - { offsetInCU: 0x59D, offset: 0x16B11A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOe', symObjAddr: 0x5F0, symBinAddr: 0x150110, symSize: 0x20 } + - { offsetInCU: 0x5B1, offset: 0x16B12E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x690, symBinAddr: 0x150160, symSize: 0x30 } + - { offsetInCU: 0x5F9, offset: 0x16B176, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x720, symBinAddr: 0x150190, symSize: 0x10 } + - { offsetInCU: 0x60D, offset: 0x16B18A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCMa', symObjAddr: 0x7B0, symBinAddr: 0x150220, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x16B359, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x150280, symSize: 0x90 } + - { offsetInCU: 0x4B, offset: 0x16B37D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x150280, symSize: 0x90 } + - { offsetInCU: 0xA9, offset: 0x16B3DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC16hasRenderUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x90, symBinAddr: 0x150310, symSize: 0x90 } + - { offsetInCU: 0xE8, offset: 0x16B41A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16hasRenderUpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x120, symBinAddr: 0x1503A0, symSize: 0x20 } + - { offsetInCU: 0x122, offset: 0x16B454, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCfD', symObjAddr: 0x140, symBinAddr: 0x1503C0, symSize: 0x20 } + - { offsetInCU: 0x16D, offset: 0x16B49F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP03hasD7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x180, symBinAddr: 0x150400, symSize: 0x20 } + - { offsetInCU: 0x1B6, offset: 0x16B4E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x1A0, symBinAddr: 0x150420, symSize: 0x80 } + - { offsetInCU: 0x20C, offset: 0x16B53E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x220, symBinAddr: 0x1504A0, symSize: 0x10 } + - { offsetInCU: 0x229, offset: 0x16B55B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCMa', symObjAddr: 0x160, symBinAddr: 0x1503E0, symSize: 0x20 } + - { offsetInCU: 0x73, offset: 0x16B73F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1504F0, symSize: 0x40 } + - { offsetInCU: 0xA7, offset: 0x16B773, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc', symObjAddr: 0x40, symBinAddr: 0x150530, symSize: 0x30 } + - { offsetInCU: 0xC8, offset: 0x16B794, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTo', symObjAddr: 0x70, symBinAddr: 0x150560, symSize: 0xD0 } + - { offsetInCU: 0x149, offset: 0x16B815, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfC', symObjAddr: 0x140, symBinAddr: 0x150630, symSize: 0x40 } + - { offsetInCU: 0x18E, offset: 0x16B85A, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc', symObjAddr: 0x180, symBinAddr: 0x150670, symSize: 0x40 } + - { offsetInCU: 0x1B7, offset: 0x16B883, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfcTo', symObjAddr: 0x1C0, symBinAddr: 0x1506B0, symSize: 0x60 } + - { offsetInCU: 0x1FA, offset: 0x16B8C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg', symObjAddr: 0x220, symBinAddr: 0x150710, symSize: 0x20 } + - { offsetInCU: 0x227, offset: 0x16B8F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfC', symObjAddr: 0x240, symBinAddr: 0x150730, symSize: 0x20 } + - { offsetInCU: 0x245, offset: 0x16B911, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfc', symObjAddr: 0x260, symBinAddr: 0x150750, symSize: 0x30 } + - { offsetInCU: 0x2A8, offset: 0x16B974, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfcTo', symObjAddr: 0x290, symBinAddr: 0x150780, symSize: 0x30 } + - { offsetInCU: 0x30F, offset: 0x16B9DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfD', symObjAddr: 0x2C0, symBinAddr: 0x1507B0, symSize: 0x30 } + - { offsetInCU: 0x33C, offset: 0x16BA08, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTf4gn_n', symObjAddr: 0x310, symBinAddr: 0x150800, symSize: 0xB0 } + - { offsetInCU: 0x3E1, offset: 0x16BAAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfETo', symObjAddr: 0x2F0, symBinAddr: 0x1507E0, symSize: 0x20 } + - { offsetInCU: 0x410, offset: 0x16BADC, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCMa', symObjAddr: 0x3C0, symBinAddr: 0x1508B0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x16BC68, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x150910, symSize: 0x5B0 } + - { offsetInCU: 0x4F, offset: 0x16BC8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x150910, symSize: 0x5B0 } + - { offsetInCU: 0x1A0, offset: 0x16BDDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCfD', symObjAddr: 0x5B0, symBinAddr: 0x150EC0, symSize: 0x40 } + - { offsetInCU: 0x1EB, offset: 0x16BE28, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x610, symBinAddr: 0x150F20, symSize: 0x20 } + - { offsetInCU: 0x216, offset: 0x16BE53, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x630, symBinAddr: 0x150F40, symSize: 0x30 } + - { offsetInCU: 0x248, offset: 0x16BE85, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x660, symBinAddr: 0x150F70, symSize: 0x10 } + - { offsetInCU: 0x265, offset: 0x16BEA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCMa', symObjAddr: 0x5F0, symBinAddr: 0x150F00, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x16C06C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x150F80, symSize: 0x120 } + - { offsetInCU: 0x4B, offset: 0x16C090, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x150F80, symSize: 0x120 } + - { offsetInCU: 0xAD, offset: 0x16C0F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfcTo', symObjAddr: 0x120, symBinAddr: 0x1510A0, symSize: 0x50 } + - { offsetInCU: 0xF3, offset: 0x16C138, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x170, symBinAddr: 0x1510F0, symSize: 0x50 } + - { offsetInCU: 0x13A, offset: 0x16C17F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x1C0, symBinAddr: 0x151140, symSize: 0x160 } + - { offsetInCU: 0x27A, offset: 0x16C2BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x320, symBinAddr: 0x1512A0, symSize: 0x50 } + - { offsetInCU: 0x2B4, offset: 0x16C2F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCACycfcTo', symObjAddr: 0x370, symBinAddr: 0x1512F0, symSize: 0x30 } + - { offsetInCU: 0x31B, offset: 0x16C360, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfD', symObjAddr: 0x3A0, symBinAddr: 0x151320, symSize: 0x30 } + - { offsetInCU: 0x414, offset: 0x16C459, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfETo', symObjAddr: 0x3D0, symBinAddr: 0x151350, symSize: 0x20 } + - { offsetInCU: 0x443, offset: 0x16C488, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCMa', symObjAddr: 0x3F0, symBinAddr: 0x151370, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x16C68D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x151390, symSize: 0x250 } + - { offsetInCU: 0x3F, offset: 0x16C6A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x151390, symSize: 0x250 } + - { offsetInCU: 0xD0, offset: 0x16C736, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B0, symBinAddr: 0x1515E0, symSize: 0x150 } + - { offsetInCU: 0x11C, offset: 0x16C782, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x400, symBinAddr: 0x151730, symSize: 0x10 } + - { offsetInCU: 0x13F, offset: 0x16C7A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x410, symBinAddr: 0x151740, symSize: 0x10 } + - { offsetInCU: 0x1C5, offset: 0x16C82B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV5valueACyp_tKcfC', symObjAddr: 0x420, symBinAddr: 0x151750, symSize: 0x1F0 } + - { offsetInCU: 0x4C, offset: 0x16CD84, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ', symObjAddr: 0x48F0, symBinAddr: 0x2085B8, symSize: 0x0 } + - { offsetInCU: 0x5A, offset: 0x16CD92, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x10, symBinAddr: 0x151980, symSize: 0x10 } + - { offsetInCU: 0x6E, offset: 0x16CDA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x7F0, symBinAddr: 0x152160, symSize: 0x230 } + - { offsetInCU: 0x130, offset: 0x16CE68, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x20, symBinAddr: 0x151990, symSize: 0x10 } + - { offsetInCU: 0x144, offset: 0x16CE7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0xCF0, symBinAddr: 0x152660, symSize: 0x230 } + - { offsetInCU: 0x1E6, offset: 0x16CF1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ', symObjAddr: 0x30, symBinAddr: 0x1519A0, symSize: 0x2A0 } + - { offsetInCU: 0x259, offset: 0x16CF91, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_', symObjAddr: 0x1ED0, symBinAddr: 0x153840, symSize: 0x520 } + - { offsetInCU: 0x3AF, offset: 0x16D0E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_', symObjAddr: 0x23F0, symBinAddr: 0x153D60, symSize: 0xA0 } + - { offsetInCU: 0x410, offset: 0x16D148, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x2D0, symBinAddr: 0x151C40, symSize: 0x10 } + - { offsetInCU: 0x424, offset: 0x16D15C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x11B0, symBinAddr: 0x152B20, symSize: 0x790 } + - { offsetInCU: 0x5B9, offset: 0x16D2F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ', symObjAddr: 0x2E0, symBinAddr: 0x151C50, symSize: 0x10 } + - { offsetInCU: 0x5CD, offset: 0x16D305, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ', symObjAddr: 0x2F0, symBinAddr: 0x151C60, symSize: 0x10 } + - { offsetInCU: 0x5E1, offset: 0x16D319, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_', symObjAddr: 0x300, symBinAddr: 0x151C70, symSize: 0xE0 } + - { offsetInCU: 0x6F7, offset: 0x16D42F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ', symObjAddr: 0x3E0, symBinAddr: 0x151D50, symSize: 0x100 } + - { offsetInCU: 0x7BD, offset: 0x16D4F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x34A0, symBinAddr: 0x154D10, symSize: 0x350 } + - { offsetInCU: 0x8D1, offset: 0x16D609, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x37F0, symBinAddr: 0x155060, symSize: 0x410 } + - { offsetInCU: 0xB47, offset: 0x16D87F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0x4E0, symBinAddr: 0x151E50, symSize: 0x50 } + - { offsetInCU: 0xC97, offset: 0x16D9CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0x530, symBinAddr: 0x151EA0, symSize: 0x210 } + - { offsetInCU: 0xDEC, offset: 0x16DB24, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x740, symBinAddr: 0x1520B0, symSize: 0x70 } + - { offsetInCU: 0xEC1, offset: 0x16DBF9, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ', symObjAddr: 0x7B0, symBinAddr: 0x152120, symSize: 0x40 } + - { offsetInCU: 0xEEF, offset: 0x16DC27, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xA60, symBinAddr: 0x1523D0, symSize: 0x40 } + - { offsetInCU: 0xFA6, offset: 0x16DCDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xAA0, symBinAddr: 0x152410, symSize: 0x1E0 } + - { offsetInCU: 0x10BC, offset: 0x16DDF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0xC80, symBinAddr: 0x1525F0, symSize: 0x70 } + - { offsetInCU: 0x1173, offset: 0x16DEAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xF20, symBinAddr: 0x152890, symSize: 0x40 } + - { offsetInCU: 0x1246, offset: 0x16DF7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xF60, symBinAddr: 0x1528D0, symSize: 0x1E0 } + - { offsetInCU: 0x137A, offset: 0x16E0B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1140, symBinAddr: 0x152AB0, symSize: 0x70 } + - { offsetInCU: 0x14F3, offset: 0x16E22B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ', symObjAddr: 0x1940, symBinAddr: 0x1532B0, symSize: 0x90 } + - { offsetInCU: 0x1666, offset: 0x16E39E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTY0_', symObjAddr: 0x19D0, symBinAddr: 0x153340, symSize: 0x470 } + - { offsetInCU: 0x1820, offset: 0x16E558, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1E40, symBinAddr: 0x1537B0, symSize: 0x90 } + - { offsetInCU: 0x18F6, offset: 0x16E62E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ', symObjAddr: 0x2490, symBinAddr: 0x153E00, symSize: 0x10 } + - { offsetInCU: 0x190A, offset: 0x16E642, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x24A0, symBinAddr: 0x153E10, symSize: 0x3D0 } + - { offsetInCU: 0x19F7, offset: 0x16E72F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ', symObjAddr: 0x2870, symBinAddr: 0x1541E0, symSize: 0x50 } + - { offsetInCU: 0x1AD4, offset: 0x16E80C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTY0_', symObjAddr: 0x28C0, symBinAddr: 0x154230, symSize: 0x1B0 } + - { offsetInCU: 0x1BCB, offset: 0x16E903, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTQ1_', symObjAddr: 0x2A70, symBinAddr: 0x1543E0, symSize: 0x70 } + - { offsetInCU: 0x1C91, offset: 0x16E9C9, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0_WZ', symObjAddr: 0x2B40, symBinAddr: 0x1544B0, symSize: 0x160 } + - { offsetInCU: 0x1CD9, offset: 0x16EA11, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnnd_n', symObjAddr: 0x2CA0, symBinAddr: 0x154610, symSize: 0x230 } + - { offsetInCU: 0x1D81, offset: 0x16EAB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x2ED0, symBinAddr: 0x154840, symSize: 0x200 } + - { offsetInCU: 0x1E0A, offset: 0x16EB42, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOc', symObjAddr: 0x30D0, symBinAddr: 0x154A40, symSize: 0x40 } + - { offsetInCU: 0x1E1E, offset: 0x16EB56, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOh', symObjAddr: 0x3150, symBinAddr: 0x154A80, symSize: 0x30 } + - { offsetInCU: 0x1E32, offset: 0x16EB6A, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x3210, symBinAddr: 0x154AD0, symSize: 0x20 } + - { offsetInCU: 0x1E46, offset: 0x16EB7E, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x3230, symBinAddr: 0x154AF0, symSize: 0x10 } + - { offsetInCU: 0x1E5A, offset: 0x16EB92, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnd_n', symObjAddr: 0x3290, symBinAddr: 0x154B00, symSize: 0x210 } + - { offsetInCU: 0x1EF3, offset: 0x16EC2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x3E40, symBinAddr: 0x155650, symSize: 0x1F0 } + - { offsetInCU: 0x1F83, offset: 0x16ECBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadOMa', symObjAddr: 0x40A0, symBinAddr: 0x1558B0, symSize: 0x10 } + - { offsetInCU: 0x1F97, offset: 0x16ECCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4130, symBinAddr: 0x155900, symSize: 0x30 } + - { offsetInCU: 0x1FAB, offset: 0x16ECE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_TA', symObjAddr: 0x4210, symBinAddr: 0x1559B0, symSize: 0x20 } + - { offsetInCU: 0x1FBF, offset: 0x16ECF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x4230, symBinAddr: 0x1559D0, symSize: 0x20 } + - { offsetInCU: 0x1FD3, offset: 0x16ED0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x42A0, symBinAddr: 0x155A40, symSize: 0x30 } + - { offsetInCU: 0x1FE7, offset: 0x16ED1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOACs0C0AAWl', symObjAddr: 0x4360, symBinAddr: 0x155B00, symSize: 0x30 } + - { offsetInCU: 0x1FFB, offset: 0x16ED33, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_TA', symObjAddr: 0x44A0, symBinAddr: 0x155C40, symSize: 0x50 } + - { offsetInCU: 0x200F, offset: 0x16ED47, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4530, symBinAddr: 0x155CD0, symSize: 0x20 } + - { offsetInCU: 0x2023, offset: 0x16ED5B, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOe', symObjAddr: 0x4560, symBinAddr: 0x155D00, symSize: 0x20 } + - { offsetInCU: 0x2037, offset: 0x16ED6F, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOy', symObjAddr: 0x4590, symBinAddr: 0x155D30, symSize: 0x20 } + - { offsetInCU: 0x204B, offset: 0x16ED83, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4600, symBinAddr: 0x155DA0, symSize: 0x40 } + - { offsetInCU: 0x43, offset: 0x16F165, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMi', symObjAddr: 0x0, symBinAddr: 0x156090, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x16F179, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMr', symObjAddr: 0x10, symBinAddr: 0x1560A0, symSize: 0x80 } + - { offsetInCU: 0xA1, offset: 0x16F1C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC8strategyAA0bcD8StrategyOvs', symObjAddr: 0x90, symBinAddr: 0x156120, symSize: 0x60 } + - { offsetInCU: 0x149, offset: 0x16F26B, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC12proposedSizeSo6CGSizeVvs', symObjAddr: 0xF0, symBinAddr: 0x156180, symSize: 0x70 } + - { offsetInCU: 0x1A7, offset: 0x16F2C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC19measuredFittingSizeSo6CGSizeVvg', symObjAddr: 0x160, symBinAddr: 0x1561F0, symSize: 0x30 } + - { offsetInCU: 0x1D4, offset: 0x16F2F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyF', symObjAddr: 0x190, symBinAddr: 0x156220, symSize: 0x60 } + - { offsetInCU: 0x210, offset: 0x16F332, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16setUpConstraints33_F565762597C0825EC266BB3D57FF8E36LLyyF', symObjAddr: 0x1F0, symBinAddr: 0x156280, symSize: 0x4B0 } + - { offsetInCU: 0x503, offset: 0x16F625, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfc', symObjAddr: 0x6A0, symBinAddr: 0x156730, symSize: 0xD0 } + - { offsetInCU: 0x547, offset: 0x16F669, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfcTo', symObjAddr: 0x770, symBinAddr: 0x156800, symSize: 0x20 } + - { offsetInCU: 0x563, offset: 0x16F685, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC11measureView33_F565762597C0825EC266BB3D57FF8E36LLSo6CGSizeVyF', symObjAddr: 0x790, symBinAddr: 0x156820, symSize: 0x2A0 } + - { offsetInCU: 0x6ED, offset: 0x16F80F, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0xA30, symBinAddr: 0x156AC0, symSize: 0x20 } + - { offsetInCU: 0x709, offset: 0x16F82B, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvg', symObjAddr: 0xA50, symBinAddr: 0x156AE0, symSize: 0x20 } + - { offsetInCU: 0x736, offset: 0x16F858, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyF', symObjAddr: 0xA70, symBinAddr: 0x156B00, symSize: 0xA0 } + - { offsetInCU: 0x763, offset: 0x16F885, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyFTo', symObjAddr: 0xB10, symBinAddr: 0x156BA0, symSize: 0x30 } + - { offsetInCU: 0x77F, offset: 0x16F8A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyFTo', symObjAddr: 0xB40, symBinAddr: 0x156BD0, symSize: 0x30 } + - { offsetInCU: 0x79B, offset: 0x16F8BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16resolvedStrategy33_F565762597C0825EC266BB3D57FF8E36LLAA08ResolvedbcdF0AELLOvg', symObjAddr: 0xB70, symBinAddr: 0x156C00, symSize: 0x1B0 } + - { offsetInCU: 0x960, offset: 0x16FA82, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTo', symObjAddr: 0xEC0, symBinAddr: 0x156F50, symSize: 0x20 } + - { offsetInCU: 0x9A0, offset: 0x16FAC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfD', symObjAddr: 0xEE0, symBinAddr: 0x156F70, symSize: 0x30 } + - { offsetInCU: 0x9CD, offset: 0x16FAEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC21prioritizeConstraints33_F565762597C0825EC266BB3D57FF8E36LL_8strategyySDySo17NSLayoutAttributeVSo0O10ConstraintCG_AA08ResolvedbcD8StrategyAELLOtFTf4nnd_n', symObjAddr: 0x12C0, symBinAddr: 0x157310, symSize: 0x160 } + - { offsetInCU: 0xAB4, offset: 0x16FBD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfcTf4gnn_n', symObjAddr: 0x1420, symBinAddr: 0x157470, symSize: 0x180 } + - { offsetInCU: 0xB3F, offset: 0x16FC61, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfCTf4gnn_n', symObjAddr: 0x15A0, symBinAddr: 0x1575F0, symSize: 0x30 } + - { offsetInCU: 0xB73, offset: 0x16FC95, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTf4dd_n', symObjAddr: 0x1660, symBinAddr: 0x157650, symSize: 0x30 } + - { offsetInCU: 0xBFB, offset: 0x16FD1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1210, symBinAddr: 0x157260, symSize: 0x10 } + - { offsetInCU: 0xC82, offset: 0x16FDA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x1220, symBinAddr: 0x157270, symSize: 0x40 } + - { offsetInCU: 0xD66, offset: 0x16FE88, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1260, symBinAddr: 0x1572B0, symSize: 0x20 } + - { offsetInCU: 0x1056, offset: 0x170178, size: 0x8, addend: 0x0, symName: '_$sSo6UIViewC6LottieE32containsDoubleLayoutPassSubviews33_F565762597C0825EC266BB3D57FF8E36LLSbyF', symObjAddr: 0xD20, symBinAddr: 0x156DB0, symSize: 0x1A0 } + - { offsetInCU: 0x121E, offset: 0x170340, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfETo', symObjAddr: 0xF10, symBinAddr: 0x156FA0, symSize: 0x30 } + - { offsetInCU: 0x124D, offset: 0x17036F, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMa', symObjAddr: 0xF40, symBinAddr: 0x156FD0, symSize: 0x10 } + - { offsetInCU: 0x1261, offset: 0x170383, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwet', symObjAddr: 0xF80, symBinAddr: 0x156FE0, symSize: 0x20 } + - { offsetInCU: 0x1275, offset: 0x170397, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwst', symObjAddr: 0xFA0, symBinAddr: 0x157000, symSize: 0x30 } + - { offsetInCU: 0x1289, offset: 0x1703AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwug', symObjAddr: 0xFD0, symBinAddr: 0x157030, symSize: 0x20 } + - { offsetInCU: 0x129D, offset: 0x1703BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwup', symObjAddr: 0xFF0, symBinAddr: 0x157050, symSize: 0x10 } + - { offsetInCU: 0x12B1, offset: 0x1703D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwui', symObjAddr: 0x1000, symBinAddr: 0x157060, symSize: 0x20 } + - { offsetInCU: 0x12C5, offset: 0x1703E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOMa', symObjAddr: 0x1020, symBinAddr: 0x157080, symSize: 0x10 } + - { offsetInCU: 0x12D9, offset: 0x1703FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwet', symObjAddr: 0x1040, symBinAddr: 0x157090, symSize: 0x80 } + - { offsetInCU: 0x12ED, offset: 0x17040F, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwst', symObjAddr: 0x10C0, symBinAddr: 0x157110, symSize: 0xD0 } + - { offsetInCU: 0x1301, offset: 0x170423, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwug', symObjAddr: 0x1190, symBinAddr: 0x1571E0, symSize: 0x10 } + - { offsetInCU: 0x1315, offset: 0x170437, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwup', symObjAddr: 0x11A0, symBinAddr: 0x1571F0, symSize: 0x10 } + - { offsetInCU: 0x1329, offset: 0x17044B, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwui', symObjAddr: 0x11B0, symBinAddr: 0x157200, symSize: 0x10 } + - { offsetInCU: 0x133D, offset: 0x17045F, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOMa', symObjAddr: 0x11C0, symBinAddr: 0x157210, symSize: 0x10 } + - { offsetInCU: 0x1351, offset: 0x170473, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASQWb', symObjAddr: 0x11D0, symBinAddr: 0x157220, symSize: 0x10 } + - { offsetInCU: 0x1365, offset: 0x170487, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOACSQAAWl', symObjAddr: 0x11E0, symBinAddr: 0x157230, symSize: 0x30 } + - { offsetInCU: 0x14EA, offset: 0x17060C, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1280, symBinAddr: 0x1572D0, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x170944, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x157680, symSize: 0x2C0 } + - { offsetInCU: 0xC3, offset: 0x1709E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x157680, symSize: 0x2C0 } + - { offsetInCU: 0x1CF, offset: 0x170AEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO8rawValueSSvg', symObjAddr: 0x2C0, symBinAddr: 0x157940, symSize: 0x20 } + - { offsetInCU: 0x206, offset: 0x170B23, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2E0, symBinAddr: 0x157960, symSize: 0x20 } + - { offsetInCU: 0x284, offset: 0x170BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x340, symBinAddr: 0x1579C0, symSize: 0x70 } + - { offsetInCU: 0x2EA, offset: 0x170C07, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x3B0, symBinAddr: 0x157A30, symSize: 0x30 } + - { offsetInCU: 0x306, offset: 0x170C23, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x3E0, symBinAddr: 0x157A60, symSize: 0x10 } + - { offsetInCU: 0x33C, offset: 0x170C59, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3F0, symBinAddr: 0x157A70, symSize: 0x60 } + - { offsetInCU: 0x3C1, offset: 0x170CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x450, symBinAddr: 0x157AD0, symSize: 0x10 } + - { offsetInCU: 0x3DD, offset: 0x170CFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x460, symBinAddr: 0x157AE0, symSize: 0x10 } + - { offsetInCU: 0x418, offset: 0x170D35, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCfD', symObjAddr: 0x4B0, symBinAddr: 0x157B30, symSize: 0x20 } + - { offsetInCU: 0x463, offset: 0x170D80, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC6encode2toys7Encoder_p_tKF', symObjAddr: 0x4F0, symBinAddr: 0x157B70, symSize: 0x160 } + - { offsetInCU: 0x4A2, offset: 0x170DBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x650, symBinAddr: 0x157CD0, symSize: 0x1C0 } + - { offsetInCU: 0x4F7, offset: 0x170E14, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x810, symBinAddr: 0x157E90, symSize: 0x50 } + - { offsetInCU: 0x52E, offset: 0x170E4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x860, symBinAddr: 0x157EE0, symSize: 0x20 } + - { offsetInCU: 0x552, offset: 0x170E6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCMa', symObjAddr: 0x4D0, symBinAddr: 0x157B50, symSize: 0x20 } + - { offsetInCU: 0x566, offset: 0x170E83, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x8F0, symBinAddr: 0x157F00, symSize: 0x30 } + - { offsetInCU: 0x57A, offset: 0x170E97, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwet', symObjAddr: 0xA30, symBinAddr: 0x157F30, symSize: 0x80 } + - { offsetInCU: 0x58E, offset: 0x170EAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwst', symObjAddr: 0xAB0, symBinAddr: 0x157FB0, symSize: 0xD0 } + - { offsetInCU: 0x5A2, offset: 0x170EBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwug', symObjAddr: 0xB80, symBinAddr: 0x158080, symSize: 0x10 } + - { offsetInCU: 0x5B6, offset: 0x170ED3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwup', symObjAddr: 0xB90, symBinAddr: 0x158090, symSize: 0x10 } + - { offsetInCU: 0x5CA, offset: 0x170EE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwui', symObjAddr: 0xBA0, symBinAddr: 0x1580A0, symSize: 0x10 } + - { offsetInCU: 0x5DE, offset: 0x170EFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOMa', symObjAddr: 0xBB0, symBinAddr: 0x1580B0, symSize: 0x10 } + - { offsetInCU: 0x5F2, offset: 0x170F0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASQWb', symObjAddr: 0xBC0, symBinAddr: 0x1580C0, symSize: 0x10 } + - { offsetInCU: 0x606, offset: 0x170F23, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAESQAAWl', symObjAddr: 0xBD0, symBinAddr: 0x1580D0, symSize: 0x30 } + - { offsetInCU: 0x61A, offset: 0x170F37, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC00, symBinAddr: 0x158100, symSize: 0x10 } + - { offsetInCU: 0x62E, offset: 0x170F4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC10, symBinAddr: 0x158110, symSize: 0x30 } + - { offsetInCU: 0x642, offset: 0x170F5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC40, symBinAddr: 0x158140, symSize: 0x10 } + - { offsetInCU: 0x656, offset: 0x170F73, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xC50, symBinAddr: 0x158150, symSize: 0x2E } + - { offsetInCU: 0x6B0, offset: 0x170FCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x300, symBinAddr: 0x157980, symSize: 0x10 } + - { offsetInCU: 0x6CC, offset: 0x170FE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x310, symBinAddr: 0x157990, symSize: 0x10 } + - { offsetInCU: 0x6E8, offset: 0x171005, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x320, symBinAddr: 0x1579A0, symSize: 0x10 } + - { offsetInCU: 0x704, offset: 0x171021, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x330, symBinAddr: 0x1579B0, symSize: 0x10 } + - { offsetInCU: 0x726, offset: 0x171043, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x470, symBinAddr: 0x157AF0, symSize: 0x20 } + - { offsetInCU: 0x742, offset: 0x17105F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x490, symBinAddr: 0x157B10, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1711F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1581B0, symSize: 0x5D0 } + - { offsetInCU: 0x1DA, offset: 0x1713A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1581B0, symSize: 0x5D0 } + - { offsetInCU: 0x536, offset: 0x171703, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03setB0_11updateFrameyAA06BezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x5D0, symBinAddr: 0x158780, symSize: 0xE0 } + - { offsetInCU: 0x655, offset: 0x171822, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC06appendB0_11updateFrameyAA014CompoundBezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x6B0, symBinAddr: 0x158860, symSize: 0xF0 } + - { offsetInCU: 0x797, offset: 0x171964, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCfD', symObjAddr: 0x7A0, symBinAddr: 0x158950, symSize: 0x40 } + - { offsetInCU: 0x7DA, offset: 0x1719A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x800, symBinAddr: 0x1589B0, symSize: 0x20 } + - { offsetInCU: 0x805, offset: 0x1719D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP06outputB0So9CGPathRefaSgvgTW', symObjAddr: 0x820, symBinAddr: 0x1589D0, symSize: 0x30 } + - { offsetInCU: 0x837, offset: 0x171A04, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x850, symBinAddr: 0x158A00, symSize: 0x10 } + - { offsetInCU: 0x8E3, offset: 0x171AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCMa', symObjAddr: 0x7E0, symBinAddr: 0x158990, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x171D8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x20, symBinAddr: 0x158A20, symSize: 0x40 } + - { offsetInCU: 0x5D, offset: 0x171DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x20, symBinAddr: 0x158A20, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x171F6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x158AD0, symSize: 0xC0 } + - { offsetInCU: 0x8B, offset: 0x171FCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x158AD0, symSize: 0xC0 } + - { offsetInCU: 0x132, offset: 0x172073, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xC0, symBinAddr: 0x158B90, symSize: 0xB0 } + - { offsetInCU: 0x19B, offset: 0x1720DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x170, symBinAddr: 0x158C40, symSize: 0x220 } + - { offsetInCU: 0x3DC, offset: 0x17231D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x390, symBinAddr: 0x158E60, symSize: 0x50 } + - { offsetInCU: 0x45B, offset: 0x17239C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfD', symObjAddr: 0x400, symBinAddr: 0x158ED0, symSize: 0x40 } + - { offsetInCU: 0x4BC, offset: 0x1723FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x460, symBinAddr: 0x158F30, symSize: 0x10 } + - { offsetInCU: 0x4D8, offset: 0x172419, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0x470, symBinAddr: 0x158F40, symSize: 0x20 } + - { offsetInCU: 0x51E, offset: 0x17245F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x490, symBinAddr: 0x158F60, symSize: 0x70 } + - { offsetInCU: 0x57A, offset: 0x1724BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x500, symBinAddr: 0x158FD0, symSize: 0x10 } + - { offsetInCU: 0x596, offset: 0x1724D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x510, symBinAddr: 0x158FE0, symSize: 0x20 } + - { offsetInCU: 0x6E9, offset: 0x17262A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfE', symObjAddr: 0x3E0, symBinAddr: 0x158EB0, symSize: 0x20 } + - { offsetInCU: 0x716, offset: 0x172657, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCMa', symObjAddr: 0x440, symBinAddr: 0x158F10, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x172902, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x159000, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x172944, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x159000, symSize: 0x40 } + - { offsetInCU: 0xB1, offset: 0x172988, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCMa', symObjAddr: 0x40, symBinAddr: 0x159040, symSize: 0x14 } + - { offsetInCU: 0x1AC, offset: 0x172C6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtFAA10BezierPathV_Tg5', symObjAddr: 0x270, symBinAddr: 0x1592D0, symSize: 0xC0 } + - { offsetInCU: 0x291, offset: 0x172D4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0x0, symBinAddr: 0x159060, symSize: 0x140 } + - { offsetInCU: 0x338, offset: 0x172DF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A8Vector1DV_Tg5', symObjAddr: 0x140, symBinAddr: 0x1591A0, symSize: 0x130 } + - { offsetInCU: 0x60D, offset: 0x1730CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfc', symObjAddr: 0xA70, symBinAddr: 0x159AD0, symSize: 0x480 } + - { offsetInCU: 0x9C1, offset: 0x17347F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5layerADyp_tcfcTo', symObjAddr: 0xEF0, symBinAddr: 0x159F50, symSize: 0xF0 } + - { offsetInCU: 0xA45, offset: 0x173503, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xFE0, symBinAddr: 0x15A040, symSize: 0xA0 } + - { offsetInCU: 0xA9E, offset: 0x17355C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC15updateWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1080, symBinAddr: 0x15A0E0, symSize: 0x440 } + - { offsetInCU: 0xD6A, offset: 0x173828, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCADycfcTo', symObjAddr: 0x14C0, symBinAddr: 0x15A520, symSize: 0x30 } + - { offsetInCU: 0xDD1, offset: 0x17388F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x14F0, symBinAddr: 0x15A550, symSize: 0x30 } + - { offsetInCU: 0xE49, offset: 0x173907, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1570, symBinAddr: 0x15A5D0, symSize: 0x50 } + - { offsetInCU: 0xE9B, offset: 0x173959, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCAA0C11PropertyMapA2aEP10propertiesSayAA03AnycJ0_pGvgTW', symObjAddr: 0x15E0, symBinAddr: 0x15A640, symSize: 0x20 } + - { offsetInCU: 0xECD, offset: 0x17398B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfcTf4gn_n', symObjAddr: 0x16C0, symBinAddr: 0x15A6C0, symSize: 0x390 } + - { offsetInCU: 0x1224, offset: 0x173CE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x330, symBinAddr: 0x159390, symSize: 0x4F0 } + - { offsetInCU: 0x15C9, offset: 0x174087, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfc', symObjAddr: 0x820, symBinAddr: 0x159880, symSize: 0x100 } + - { offsetInCU: 0x162B, offset: 0x1740E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x920, symBinAddr: 0x159980, symSize: 0x50 } + - { offsetInCU: 0x1671, offset: 0x17412F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x970, symBinAddr: 0x1599D0, symSize: 0x60 } + - { offsetInCU: 0x16D6, offset: 0x174194, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCACycfcTo', symObjAddr: 0x9D0, symBinAddr: 0x159A30, symSize: 0x30 } + - { offsetInCU: 0x173D, offset: 0x1741FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfD', symObjAddr: 0xA00, symBinAddr: 0x159A60, symSize: 0x30 } + - { offsetInCU: 0x1781, offset: 0x17423F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfETo', symObjAddr: 0xA30, symBinAddr: 0x159A90, symSize: 0x20 } + - { offsetInCU: 0x17B0, offset: 0x17426E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCMa', symObjAddr: 0xA50, symBinAddr: 0x159AB0, symSize: 0x20 } + - { offsetInCU: 0x18D7, offset: 0x174395, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfETo', symObjAddr: 0x1520, symBinAddr: 0x15A580, symSize: 0x30 } + - { offsetInCU: 0x1906, offset: 0x1743C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x1550, symBinAddr: 0x15A5B0, symSize: 0x20 } + - { offsetInCU: 0x191A, offset: 0x1743D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x15C0, symBinAddr: 0x15A620, symSize: 0x20 } + - { offsetInCU: 0x17B, offset: 0x174AFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x0, symBinAddr: 0x15AA50, symSize: 0x140 } + - { offsetInCU: 0x3E2, offset: 0x174D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA04TextbC0C_Tg5', symObjAddr: 0x140, symBinAddr: 0x15AB90, symSize: 0x180 } + - { offsetInCU: 0x563, offset: 0x174EE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x15AD10, symSize: 0x180 } + - { offsetInCU: 0x71E, offset: 0x17509F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA012TextAnimatorB10PropertiesC_Tg5', symObjAddr: 0x440, symBinAddr: 0x15AE90, symSize: 0xD0 } + - { offsetInCU: 0x83D, offset: 0x1751BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA24LayerTransformPropertiesC_Tg5', symObjAddr: 0x510, symBinAddr: 0x15AF60, symSize: 0xD0 } + - { offsetInCU: 0x97D, offset: 0x1752FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA012TextAnimatorbF0C_Tg5', symObjAddr: 0x5E0, symBinAddr: 0x15B030, symSize: 0xA0 } + - { offsetInCU: 0xAAF, offset: 0x175430, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA014LayerTransformF0C_Tg5', symObjAddr: 0x680, symBinAddr: 0x15B0D0, symSize: 0xA0 } + - { offsetInCU: 0xCE7, offset: 0x175668, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layer4sizeAcA0C5ModelC_So6CGSizeVtcfc', symObjAddr: 0x720, symBinAddr: 0x15B170, symSize: 0x12A0 } + - { offsetInCU: 0x1889, offset: 0x17620A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x19C0, symBinAddr: 0x15C410, symSize: 0x30 } + - { offsetInCU: 0x18D4, offset: 0x176255, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x19F0, symBinAddr: 0x15C440, symSize: 0x20 } + - { offsetInCU: 0x1950, offset: 0x1762D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC16displayWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1A10, symBinAddr: 0x15C460, symSize: 0x480 } + - { offsetInCU: 0x1E34, offset: 0x1767B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfc', symObjAddr: 0x1E90, symBinAddr: 0x15C8E0, symSize: 0x350 } + - { offsetInCU: 0x1F19, offset: 0x17689A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x21E0, symBinAddr: 0x15CC30, symSize: 0x50 } + - { offsetInCU: 0x1F35, offset: 0x1768B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x2230, symBinAddr: 0x15CC80, symSize: 0xF0 } + - { offsetInCU: 0x1F8C, offset: 0x17690D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x2320, symBinAddr: 0x15CD70, symSize: 0x20 } + - { offsetInCU: 0x1FA8, offset: 0x176929, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x2340, symBinAddr: 0x15CD90, symSize: 0x10 } + - { offsetInCU: 0x2009, offset: 0x17698A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCACycfcTo', symObjAddr: 0x2350, symBinAddr: 0x15CDA0, symSize: 0x30 } + - { offsetInCU: 0x2070, offset: 0x1769F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfD', symObjAddr: 0x2380, symBinAddr: 0x15CDD0, symSize: 0x30 } + - { offsetInCU: 0x20BB, offset: 0x176A3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x24D0, symBinAddr: 0x15CF10, symSize: 0x30 } + - { offsetInCU: 0x20ED, offset: 0x176A6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x2500, symBinAddr: 0x15CF40, symSize: 0x30 } + - { offsetInCU: 0x2127, offset: 0x176AA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2530, symBinAddr: 0x15CF70, symSize: 0x20 } + - { offsetInCU: 0x2177, offset: 0x176AF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP07keypathC0So7CALayerCSgvgTW', symObjAddr: 0x2550, symBinAddr: 0x15CF90, symSize: 0x30 } + - { offsetInCU: 0x2739, offset: 0x1770BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfETo', symObjAddr: 0x23B0, symBinAddr: 0x15CE00, symSize: 0xF0 } + - { offsetInCU: 0x2768, offset: 0x1770E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCMa', symObjAddr: 0x24A0, symBinAddr: 0x15CEF0, symSize: 0x20 } + - { offsetInCU: 0x277C, offset: 0x1770FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie24CompositionLayerDelegate_pSgXwWOh', symObjAddr: 0x2650, symBinAddr: 0x15CFF0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x177654, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x15D040, symSize: 0xB0 } + - { offsetInCU: 0x79, offset: 0x1776A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x15D040, symSize: 0xB0 } + - { offsetInCU: 0xFC, offset: 0x177725, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB0, symBinAddr: 0x15D0F0, symSize: 0xA0 } + - { offsetInCU: 0x18B, offset: 0x1777B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x150, symBinAddr: 0x15D190, symSize: 0xF0 } + - { offsetInCU: 0x1E5, offset: 0x17780E, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x240, symBinAddr: 0x15D280, symSize: 0x400 } + - { offsetInCU: 0x2B6, offset: 0x1778DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x640, symBinAddr: 0x15D680, symSize: 0x30 } + - { offsetInCU: 0x2D2, offset: 0x1778FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfD', symObjAddr: 0x690, symBinAddr: 0x15D6D0, symSize: 0x30 } + - { offsetInCU: 0x311, offset: 0x17793A, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfE', symObjAddr: 0x670, symBinAddr: 0x15D6B0, symSize: 0x20 } + - { offsetInCU: 0x33E, offset: 0x177967, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfETo', symObjAddr: 0x6C0, symBinAddr: 0x15D700, symSize: 0x20 } + - { offsetInCU: 0x36D, offset: 0x177996, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCMa', symObjAddr: 0x6E0, symBinAddr: 0x15D720, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x177BC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x15D740, symSize: 0x20 } + - { offsetInCU: 0x137, offset: 0x177C9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0x20, symBinAddr: 0x15D760, symSize: 0xF0 } + - { offsetInCU: 0x228, offset: 0x177D90, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x110, symBinAddr: 0x15D850, symSize: 0x10 } + - { offsetInCU: 0x269, offset: 0x177DD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP7lineCapAA04LineF0OvgTW', symObjAddr: 0x120, symBinAddr: 0x15D860, symSize: 0x10 } + - { offsetInCU: 0x2AA, offset: 0x177E12, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP8lineJoinAA04LineF0OvgTW', symObjAddr: 0x130, symBinAddr: 0x15D870, symSize: 0x10 } + - { offsetInCU: 0x2EB, offset: 0x177E53, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x140, symBinAddr: 0x15D880, symSize: 0x10 } + - { offsetInCU: 0x32C, offset: 0x177E94, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x150, symBinAddr: 0x15D890, symSize: 0x10 } + - { offsetInCU: 0x35E, offset: 0x177EC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x160, symBinAddr: 0x15D8A0, symSize: 0x40 } + - { offsetInCU: 0x383, offset: 0x177EEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1A0, symBinAddr: 0x15D8E0, symSize: 0x4C0 } + - { offsetInCU: 0x40F, offset: 0x177F77, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x660, symBinAddr: 0x15DDA0, symSize: 0x970 } + - { offsetInCU: 0x7D1, offset: 0x178339, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO8rawValueSSvg', symObjAddr: 0xFD0, symBinAddr: 0x15E710, symSize: 0x20 } + - { offsetInCU: 0x808, offset: 0x178370, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x1340, symBinAddr: 0x15EA30, symSize: 0x20 } + - { offsetInCU: 0x886, offset: 0x1783EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x13B0, symBinAddr: 0x15EAA0, symSize: 0x70 } + - { offsetInCU: 0x8EC, offset: 0x178454, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1420, symBinAddr: 0x15EB10, symSize: 0x30 } + - { offsetInCU: 0x908, offset: 0x178470, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1450, symBinAddr: 0x15EB40, symSize: 0x10 } + - { offsetInCU: 0x93E, offset: 0x1784A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1460, symBinAddr: 0x15EB50, symSize: 0x60 } + - { offsetInCU: 0x9C3, offset: 0x17852B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x14C0, symBinAddr: 0x15EBB0, symSize: 0x10 } + - { offsetInCU: 0x9DF, offset: 0x178547, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x14D0, symBinAddr: 0x15EBC0, symSize: 0x10 } + - { offsetInCU: 0xA69, offset: 0x1785D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1040, symBinAddr: 0x15E730, symSize: 0x300 } + - { offsetInCU: 0xAE3, offset: 0x17864B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfD', symObjAddr: 0x1550, symBinAddr: 0x15EC40, symSize: 0x50 } + - { offsetInCU: 0xD30, offset: 0x178898, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfE', symObjAddr: 0x1520, symBinAddr: 0x15EC10, symSize: 0x30 } + - { offsetInCU: 0xD5D, offset: 0x1788C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCMa', symObjAddr: 0x15A0, symBinAddr: 0x15EC90, symSize: 0x20 } + - { offsetInCU: 0xD71, offset: 0x1788D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs0C3KeyAAWl', symObjAddr: 0x1630, symBinAddr: 0x15ECB0, symSize: 0x30 } + - { offsetInCU: 0xD85, offset: 0x1788ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSEAAWl', symObjAddr: 0x16F0, symBinAddr: 0x15ED10, symSize: 0x30 } + - { offsetInCU: 0xD99, offset: 0x178901, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSEAAWl', symObjAddr: 0x1720, symBinAddr: 0x15ED40, symSize: 0x30 } + - { offsetInCU: 0xDAD, offset: 0x178915, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11DashElementCGMa', symObjAddr: 0x17B0, symBinAddr: 0x15EDD0, symSize: 0x50 } + - { offsetInCU: 0xDC1, offset: 0x178929, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSeAAWl', symObjAddr: 0x1970, symBinAddr: 0x15EF00, symSize: 0x30 } + - { offsetInCU: 0xDD5, offset: 0x17893D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSeAAWl', symObjAddr: 0x19A0, symBinAddr: 0x15EF30, symSize: 0x30 } + - { offsetInCU: 0xDE9, offset: 0x178951, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwet', symObjAddr: 0x1AF0, symBinAddr: 0x15EFA0, symSize: 0x80 } + - { offsetInCU: 0xDFD, offset: 0x178965, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwst', symObjAddr: 0x1B70, symBinAddr: 0x15F020, symSize: 0xD0 } + - { offsetInCU: 0xE11, offset: 0x178979, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwug', symObjAddr: 0x1C40, symBinAddr: 0x15F0F0, symSize: 0x10 } + - { offsetInCU: 0xE25, offset: 0x17898D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwup', symObjAddr: 0x1C50, symBinAddr: 0x15F100, symSize: 0x10 } + - { offsetInCU: 0xE39, offset: 0x1789A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwui', symObjAddr: 0x1C60, symBinAddr: 0x15F110, symSize: 0x10 } + - { offsetInCU: 0xE4D, offset: 0x1789B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOMa', symObjAddr: 0x1C70, symBinAddr: 0x15F120, symSize: 0x10 } + - { offsetInCU: 0xE61, offset: 0x1789C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASQWb', symObjAddr: 0x1C80, symBinAddr: 0x15F130, symSize: 0x10 } + - { offsetInCU: 0xE75, offset: 0x1789DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFSQAAWl', symObjAddr: 0x1C90, symBinAddr: 0x15F140, symSize: 0x30 } + - { offsetInCU: 0xE89, offset: 0x1789F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1CC0, symBinAddr: 0x15F170, symSize: 0x10 } + - { offsetInCU: 0xE9D, offset: 0x178A05, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1CD0, symBinAddr: 0x15F180, symSize: 0x30 } + - { offsetInCU: 0xEB1, offset: 0x178A19, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1D00, symBinAddr: 0x15F1B0, symSize: 0x10 } + - { offsetInCU: 0xEC5, offset: 0x178A2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1D10, symBinAddr: 0x15F1C0, symSize: 0x2E } + - { offsetInCU: 0xFA0, offset: 0x178B08, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1360, symBinAddr: 0x15EA50, symSize: 0x10 } + - { offsetInCU: 0xFDA, offset: 0x178B42, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1370, symBinAddr: 0x15EA60, symSize: 0x20 } + - { offsetInCU: 0x1020, offset: 0x178B88, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1390, symBinAddr: 0x15EA80, symSize: 0x10 } + - { offsetInCU: 0x103C, offset: 0x178BA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x13A0, symBinAddr: 0x15EA90, symSize: 0x10 } + - { offsetInCU: 0x1056, offset: 0x178BBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x14E0, symBinAddr: 0x15EBD0, symSize: 0x20 } + - { offsetInCU: 0x1072, offset: 0x178BDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1500, symBinAddr: 0x15EBF0, symSize: 0x20 } + - { offsetInCU: 0x6C, offset: 0x178E38, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKF', symObjAddr: 0x0, symBinAddr: 0x15F1F0, symSize: 0x750 } + - { offsetInCU: 0x388, offset: 0x179154, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU0_', symObjAddr: 0x12E0, symBinAddr: 0x1604A0, symSize: 0xD0 } + - { offsetInCU: 0x3D9, offset: 0x1791A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU1_', symObjAddr: 0x13B0, symBinAddr: 0x160570, symSize: 0x190 } + - { offsetInCU: 0x6A0, offset: 0x17946C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF010$s6Lottie7b46C7extract_2to10bufferSize9skipCRC328progresss6j4VAA5k27V_10Foundation3URLVSiSbSo10l10CSgtKFyAM4N6VKcfU_SpySo7__sFILEVGTf1nnnncn_n', symObjAddr: 0x780, symBinAddr: 0x15F940, symSize: 0x5F0 } + - { offsetInCU: 0xAE7, offset: 0x1798B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0xD70, symBinAddr: 0x15FF30, symSize: 0x570 } + - { offsetInCU: 0xE9F, offset: 0x179C6B, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tgq5', symObjAddr: 0x1570, symBinAddr: 0x160730, symSize: 0x60 } + - { offsetInCU: 0xEC2, offset: 0x179C8E, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tgq5', symObjAddr: 0x15D0, symBinAddr: 0x160790, symSize: 0x140 } + - { offsetInCU: 0xF2A, offset: 0x179CF6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0V15withUnsafeBytesyxxSWKXEKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6G15VAH_tFAHSWXEfU_AcHTf1cn_nTf4ngn_n', symObjAddr: 0x1870, symBinAddr: 0x1609F0, symSize: 0xE0 } + - { offsetInCU: 0xF7F, offset: 0x179D4B, size: 0x8, addend: 0x0, symName: '_$s10Foundation13__DataStorageC15withUnsafeBytes2in5applyxSnySiG_xSWKXEtKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6I15VAH_tFAHSWXEfU_AA0B0VAITf1ncn_nTf4nngn_n', symObjAddr: 0x1950, symBinAddr: 0x160AD0, symSize: 0xB0 } + - { offsetInCU: 0xFC0, offset: 0x179D8C, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTgq5Tf4gd_n', symObjAddr: 0x1A00, symBinAddr: 0x160B80, symSize: 0xE0 } + - { offsetInCU: 0x1029, offset: 0x179DF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU_TA', symObjAddr: 0x1B00, symBinAddr: 0x160C80, symSize: 0x10 } + - { offsetInCU: 0x107A, offset: 0x179E46, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFs0D0ADWl', symObjAddr: 0x1BF0, symBinAddr: 0x160C90, symSize: 0x30 } + - { offsetInCU: 0x108E, offset: 0x179E5A, size: 0x8, addend: 0x0, symName: '_$sSS_yptWOc', symObjAddr: 0x1C20, symBinAddr: 0x160CC0, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x17A1D1, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x160D00, symSize: 0x13E0 } + - { offsetInCU: 0x34D, offset: 0x17A4F7, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x160D00, symSize: 0x13E0 } + - { offsetInCU: 0x14D6, offset: 0x17B680, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationFontProvider_pWOc', symObjAddr: 0x13E0, symBinAddr: 0x1620E0, symSize: 0x2F } + - { offsetInCU: 0x27, offset: 0x17B9F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x162110, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x17BA0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x162110, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x17BA1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwxx', symObjAddr: 0x30, symBinAddr: 0x162140, symSize: 0x10 } + - { offsetInCU: 0x67, offset: 0x17BA32, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwcp', symObjAddr: 0x40, symBinAddr: 0x162150, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x17BA46, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwca', symObjAddr: 0x70, symBinAddr: 0x162180, symSize: 0x40 } + - { offsetInCU: 0x8F, offset: 0x17BA5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwta', symObjAddr: 0xC0, symBinAddr: 0x1621C0, symSize: 0x30 } + - { offsetInCU: 0xA3, offset: 0x17BA6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwet', symObjAddr: 0xF0, symBinAddr: 0x1621F0, symSize: 0x40 } + - { offsetInCU: 0xB7, offset: 0x17BA82, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwst', symObjAddr: 0x130, symBinAddr: 0x162230, symSize: 0x40 } + - { offsetInCU: 0xCB, offset: 0x17BA96, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVMa', symObjAddr: 0x170, symBinAddr: 0x162270, symSize: 0x10 } + - { offsetInCU: 0x239, offset: 0x17BC04, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathV4trim12fromPosition02toG06offset0E14SimultaneouslyAC12CoreGraphics7CGFloatV_A2KSbtF', symObjAddr: 0x180, symBinAddr: 0x162280, symSize: 0xB70 } + - { offsetInCU: 0x2B, offset: 0x17C949, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x162DF0, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x17C96D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvpZ', symObjAddr: 0x758, symBinAddr: 0x208F18, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x17C987, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x162DF0, symSize: 0x30 } + - { offsetInCU: 0xBE, offset: 0x17C9DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfC', symObjAddr: 0x30, symBinAddr: 0x162E20, symSize: 0xC0 } + - { offsetInCU: 0x155, offset: 0x17CA73, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfc', symObjAddr: 0xF0, symBinAddr: 0x162EE0, symSize: 0xB0 } + - { offsetInCU: 0x24F, offset: 0x17CB6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivg', symObjAddr: 0x300, symBinAddr: 0x1630B0, symSize: 0x30 } + - { offsetInCU: 0x26C, offset: 0x17CB8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivs', symObjAddr: 0x330, symBinAddr: 0x1630E0, symSize: 0x50 } + - { offsetInCU: 0x30D, offset: 0x17CC2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM', symObjAddr: 0x380, symBinAddr: 0x163130, symSize: 0x40 } + - { offsetInCU: 0x33A, offset: 0x17CC58, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM.resume.0', symObjAddr: 0x3C0, symBinAddr: 0x163170, symSize: 0x60 } + - { offsetInCU: 0x3EA, offset: 0x17CD08, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC05clearC0yyF', symObjAddr: 0x420, symBinAddr: 0x1631D0, symSize: 0x80 } + - { offsetInCU: 0x475, offset: 0x17CD93, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF', symObjAddr: 0x4A0, symBinAddr: 0x163250, symSize: 0x40 } + - { offsetInCU: 0x4BC, offset: 0x17CDDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF', symObjAddr: 0x4E0, symBinAddr: 0x163290, symSize: 0x50 } + - { offsetInCU: 0x50D, offset: 0x17CE2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfd', symObjAddr: 0x530, symBinAddr: 0x1632E0, symSize: 0x20 } + - { offsetInCU: 0x548, offset: 0x17CE66, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfD', symObjAddr: 0x550, symBinAddr: 0x163300, symSize: 0x20 } + - { offsetInCU: 0x5BD, offset: 0x17CEDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP4file6forKeyAA0bA4FileCSgSS_tFTW', symObjAddr: 0x570, symBinAddr: 0x163320, symSize: 0x50 } + - { offsetInCU: 0x658, offset: 0x17CF76, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP7setFile_6forKeyyAA0baF0C_SStFTW', symObjAddr: 0x5C0, symBinAddr: 0x163370, symSize: 0x60 } + - { offsetInCU: 0x6BD, offset: 0x17CFDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP05clearC0yyFTW', symObjAddr: 0x620, symBinAddr: 0x1633D0, symSize: 0x20 } + - { offsetInCU: 0x777, offset: 0x17D095, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0_WZ', symObjAddr: 0x1A0, symBinAddr: 0x162F90, symSize: 0xC0 } + - { offsetInCU: 0x82A, offset: 0x17D148, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivpACTk', symObjAddr: 0x2A0, symBinAddr: 0x163050, symSize: 0x60 } + - { offsetInCU: 0x907, offset: 0x17D225, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCMa', symObjAddr: 0x690, symBinAddr: 0x163440, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x17D3DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x163510, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x17D3F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x163510, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x17D409, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwxx', symObjAddr: 0x90, symBinAddr: 0x163540, symSize: 0x20 } + - { offsetInCU: 0x67, offset: 0x17D41D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwcp', symObjAddr: 0xF0, symBinAddr: 0x163560, symSize: 0x80 } + - { offsetInCU: 0x7B, offset: 0x17D431, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwca', symObjAddr: 0x170, symBinAddr: 0x1635E0, symSize: 0xB0 } + - { offsetInCU: 0x8F, offset: 0x17D445, size: 0x8, addend: 0x0, symName: ___swift_memcpy100_8, symObjAddr: 0x220, symBinAddr: 0x163690, symSize: 0x40 } + - { offsetInCU: 0xA3, offset: 0x17D459, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwta', symObjAddr: 0x260, symBinAddr: 0x1636D0, symSize: 0x70 } + - { offsetInCU: 0xB7, offset: 0x17D46D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwet', symObjAddr: 0x2D0, symBinAddr: 0x163740, symSize: 0x50 } + - { offsetInCU: 0xCB, offset: 0x17D481, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwst', symObjAddr: 0x320, symBinAddr: 0x163790, symSize: 0x80 } + - { offsetInCU: 0xDF, offset: 0x17D495, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVMa', symObjAddr: 0x3A0, symBinAddr: 0x163810, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x17D4A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4gdd_n', symObjAddr: 0x3B0, symBinAddr: 0x163820, symSize: 0x110 } + - { offsetInCU: 0x148, offset: 0x17D4FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4ndd_n', symObjAddr: 0x4C0, symBinAddr: 0x163930, symSize: 0x220 } + - { offsetInCU: 0x1B6, offset: 0x17D56C, size: 0x8, addend: 0x0, symName: ___swift_memcpy20_8, symObjAddr: 0x6E0, symBinAddr: 0x163B50, symSize: 0x20 } + - { offsetInCU: 0x1CA, offset: 0x17D580, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwet', symObjAddr: 0x710, symBinAddr: 0x163B70, symSize: 0x20 } + - { offsetInCU: 0x1DE, offset: 0x17D594, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwst', symObjAddr: 0x730, symBinAddr: 0x163B90, symSize: 0x30 } + - { offsetInCU: 0x1F2, offset: 0x17D5A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVMa', symObjAddr: 0x760, symBinAddr: 0x163BC0, symSize: 0x10 } + - { offsetInCU: 0x206, offset: 0x17D5BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x770, symBinAddr: 0x163BD0, symSize: 0x60 } + - { offsetInCU: 0x21A, offset: 0x17D5D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwca', symObjAddr: 0x7D0, symBinAddr: 0x163C30, symSize: 0x90 } + - { offsetInCU: 0x22E, offset: 0x17D5E4, size: 0x8, addend: 0x0, symName: ___swift_memcpy80_8, symObjAddr: 0x860, symBinAddr: 0x163CC0, symSize: 0x30 } + - { offsetInCU: 0x242, offset: 0x17D5F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwta', symObjAddr: 0x890, symBinAddr: 0x163CF0, symSize: 0x60 } + - { offsetInCU: 0x256, offset: 0x17D60C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwet', symObjAddr: 0x8F0, symBinAddr: 0x163D50, symSize: 0x50 } + - { offsetInCU: 0x26A, offset: 0x17D620, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwst', symObjAddr: 0x940, symBinAddr: 0x163DA0, symSize: 0x70 } + - { offsetInCU: 0x27E, offset: 0x17D634, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVMa', symObjAddr: 0x9B0, symBinAddr: 0x163E10, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x17D7E9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x163E40, symSize: 0x130 } + - { offsetInCU: 0x3F, offset: 0x17D801, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x163E40, symSize: 0x130 } + - { offsetInCU: 0x4F, offset: 0x17DA67, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x163F70, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x17DA8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x163FB0, symSize: 0x240 } + - { offsetInCU: 0xE0, offset: 0x17DAF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x280, symBinAddr: 0x1641F0, symSize: 0x290 } + - { offsetInCU: 0x1CA, offset: 0x17DBE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO8rawValueSSvg', symObjAddr: 0x510, symBinAddr: 0x164480, symSize: 0x30 } + - { offsetInCU: 0x1F5, offset: 0x17DC0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO11stringValueSSvg', symObjAddr: 0x6B0, symBinAddr: 0x164620, symSize: 0x30 } + - { offsetInCU: 0x23A, offset: 0x17DC52, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x720, symBinAddr: 0x164690, symSize: 0x70 } + - { offsetInCU: 0x26E, offset: 0x17DC86, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x790, symBinAddr: 0x164700, symSize: 0x30 } + - { offsetInCU: 0x28A, offset: 0x17DCA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7C0, symBinAddr: 0x164730, symSize: 0x10 } + - { offsetInCU: 0x2C0, offset: 0x17DCD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7D0, symBinAddr: 0x164740, symSize: 0x70 } + - { offsetInCU: 0x30B, offset: 0x17DD23, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x840, symBinAddr: 0x1647B0, symSize: 0x10 } + - { offsetInCU: 0x327, offset: 0x17DD3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x850, symBinAddr: 0x1647C0, symSize: 0x10 } + - { offsetInCU: 0x345, offset: 0x17DD5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x540, symBinAddr: 0x1644B0, symSize: 0x170 } + - { offsetInCU: 0x3BF, offset: 0x17DDD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfD', symObjAddr: 0x8B0, symBinAddr: 0x164820, symSize: 0x30 } + - { offsetInCU: 0x473, offset: 0x17DE8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfE', symObjAddr: 0x8A0, symBinAddr: 0x164810, symSize: 0x10 } + - { offsetInCU: 0x4CB, offset: 0x17DEE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCMa', symObjAddr: 0x8E0, symBinAddr: 0x164850, symSize: 0x20 } + - { offsetInCU: 0x4DF, offset: 0x17DEF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs0C3KeyAAWl', symObjAddr: 0x970, symBinAddr: 0x164870, symSize: 0x30 } + - { offsetInCU: 0x4F3, offset: 0x17DF0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGMa', symObjAddr: 0x9A0, symBinAddr: 0x1648A0, symSize: 0x30 } + - { offsetInCU: 0x507, offset: 0x17DF1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwet', symObjAddr: 0xC00, symBinAddr: 0x164930, symSize: 0x80 } + - { offsetInCU: 0x51B, offset: 0x17DF33, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwst', symObjAddr: 0xC80, symBinAddr: 0x1649B0, symSize: 0xD0 } + - { offsetInCU: 0x52F, offset: 0x17DF47, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwug', symObjAddr: 0xD50, symBinAddr: 0x164A80, symSize: 0x10 } + - { offsetInCU: 0x543, offset: 0x17DF5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwup', symObjAddr: 0xD60, symBinAddr: 0x164A90, symSize: 0x10 } + - { offsetInCU: 0x557, offset: 0x17DF6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwui', symObjAddr: 0xD70, symBinAddr: 0x164AA0, symSize: 0x10 } + - { offsetInCU: 0x56B, offset: 0x17DF83, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOMa', symObjAddr: 0xD80, symBinAddr: 0x164AB0, symSize: 0x10 } + - { offsetInCU: 0x57F, offset: 0x17DF97, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASQWb', symObjAddr: 0xD90, symBinAddr: 0x164AC0, symSize: 0x10 } + - { offsetInCU: 0x593, offset: 0x17DFAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFSQAAWl', symObjAddr: 0xDA0, symBinAddr: 0x164AD0, symSize: 0x30 } + - { offsetInCU: 0x5A7, offset: 0x17DFBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDD0, symBinAddr: 0x164B00, symSize: 0x10 } + - { offsetInCU: 0x5BB, offset: 0x17DFD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xDE0, symBinAddr: 0x164B10, symSize: 0x30 } + - { offsetInCU: 0x5CF, offset: 0x17DFE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE10, symBinAddr: 0x164B40, symSize: 0x10 } + - { offsetInCU: 0x5E3, offset: 0x17DFFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xE20, symBinAddr: 0x164B50, symSize: 0x2E } + - { offsetInCU: 0x643, offset: 0x17E05B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6E0, symBinAddr: 0x164650, symSize: 0x10 } + - { offsetInCU: 0x65F, offset: 0x17E077, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x6F0, symBinAddr: 0x164660, symSize: 0x10 } + - { offsetInCU: 0x67B, offset: 0x17E093, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x700, symBinAddr: 0x164670, symSize: 0x10 } + - { offsetInCU: 0x697, offset: 0x17E0AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x710, symBinAddr: 0x164680, symSize: 0x10 } + - { offsetInCU: 0x6B9, offset: 0x17E0D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x860, symBinAddr: 0x1647D0, symSize: 0x20 } + - { offsetInCU: 0x6D5, offset: 0x17E0ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x880, symBinAddr: 0x1647F0, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x17E2D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6boundsSo6CGRectVvg', symObjAddr: 0x0, symBinAddr: 0x164B80, symSize: 0x20 } + - { offsetInCU: 0x6C, offset: 0x17E2FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF', symObjAddr: 0x20, symBinAddr: 0x164BA0, symSize: 0x20 } + - { offsetInCU: 0x129, offset: 0x17E3BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF', symObjAddr: 0x40, symBinAddr: 0x164BC0, symSize: 0x50 } + - { offsetInCU: 0x1FD, offset: 0x17E48F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF', symObjAddr: 0x90, symBinAddr: 0x164C10, symSize: 0x20 } + - { offsetInCU: 0x23D, offset: 0x17E4CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB0, symBinAddr: 0x164C30, symSize: 0x20 } + - { offsetInCU: 0x2E2, offset: 0x17E574, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0xD0, symBinAddr: 0x164C50, symSize: 0x100 } + - { offsetInCU: 0x417, offset: 0x17E6A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x1D0, symBinAddr: 0x164D50, symSize: 0xA0 } + - { offsetInCU: 0x4A6, offset: 0x17E738, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x270, symBinAddr: 0x164DF0, symSize: 0xA0 } + - { offsetInCU: 0x523, offset: 0x17E7B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ', symObjAddr: 0x310, symBinAddr: 0x164E90, symSize: 0x10 } + - { offsetInCU: 0x53F, offset: 0x17E7D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZSSyXEfu0_', symObjAddr: 0x5A0, symBinAddr: 0x165120, symSize: 0xE0 } + - { offsetInCU: 0x655, offset: 0x17E8E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ', symObjAddr: 0x320, symBinAddr: 0x164EA0, symSize: 0x10 } + - { offsetInCU: 0x669, offset: 0x17E8FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8durationSdvg', symObjAddr: 0x330, symBinAddr: 0x164EB0, symSize: 0x20 } + - { offsetInCU: 0x696, offset: 0x17E928, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ', symObjAddr: 0x350, symBinAddr: 0x164ED0, symSize: 0x10 } + - { offsetInCU: 0x6B2, offset: 0x17E944, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x680, symBinAddr: 0x165200, symSize: 0x140 } + - { offsetInCU: 0x81C, offset: 0x17EAAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ', symObjAddr: 0x360, symBinAddr: 0x164EE0, symSize: 0x210 } + - { offsetInCU: 0x897, offset: 0x17EB29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_', symObjAddr: 0xE50, symBinAddr: 0x1659D0, symSize: 0x640 } + - { offsetInCU: 0xA1C, offset: 0x17ECAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_', symObjAddr: 0x1490, symBinAddr: 0x166010, symSize: 0x80 } + - { offsetInCU: 0xA92, offset: 0x17ED24, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ', symObjAddr: 0x570, symBinAddr: 0x1650F0, symSize: 0x10 } + - { offsetInCU: 0xAAE, offset: 0x17ED40, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x7C0, symBinAddr: 0x165340, symSize: 0x1A0 } + - { offsetInCU: 0xC96, offset: 0x17EF28, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg', symObjAddr: 0x580, symBinAddr: 0x165100, symSize: 0x20 } + - { offsetInCU: 0xD9E, offset: 0x17F030, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ', symObjAddr: 0x960, symBinAddr: 0x1654E0, symSize: 0x90 } + - { offsetInCU: 0xEF0, offset: 0x17F182, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_', symObjAddr: 0xE10, symBinAddr: 0x165990, symSize: 0x40 } + - { offsetInCU: 0xF49, offset: 0x17F1DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTY0_', symObjAddr: 0x9F0, symBinAddr: 0x165570, symSize: 0x3C0 } + - { offsetInCU: 0x10C3, offset: 0x17F355, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTQ1_', symObjAddr: 0xDB0, symBinAddr: 0x165930, symSize: 0x60 } + - { offsetInCU: 0x11FA, offset: 0x17F48C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZTf4nnd_n', symObjAddr: 0x1510, symBinAddr: 0x166090, symSize: 0x260 } + - { offsetInCU: 0x12EB, offset: 0x17F57D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x1770, symBinAddr: 0x1662F0, symSize: 0x370 } + - { offsetInCU: 0x1496, offset: 0x17F728, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x1AE0, symBinAddr: 0x166660, symSize: 0x2D0 } + - { offsetInCU: 0x15E8, offset: 0x17F87A, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1DD0, symBinAddr: 0x166950, symSize: 0x20 } + - { offsetInCU: 0x15FC, offset: 0x17F88E, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1DF0, symBinAddr: 0x166970, symSize: 0x10 } + - { offsetInCU: 0x1610, offset: 0x17F8A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZTf4nnnd_n', symObjAddr: 0x1E00, symBinAddr: 0x166980, symSize: 0x330 } + - { offsetInCU: 0x1797, offset: 0x17FA29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_TA', symObjAddr: 0x21C0, symBinAddr: 0x166D00, symSize: 0x40 } + - { offsetInCU: 0x17AB, offset: 0x17FA3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_TA', symObjAddr: 0x2310, symBinAddr: 0x166E50, symSize: 0x20 } + - { offsetInCU: 0x17BF, offset: 0x17FA51, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x2330, symBinAddr: 0x166E70, symSize: 0x20 } + - { offsetInCU: 0x17D3, offset: 0x17FA65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU1_TA', symObjAddr: 0x2570, symBinAddr: 0x166F00, symSize: 0x20 } + - { offsetInCU: 0x1807, offset: 0x17FA99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_TA', symObjAddr: 0x2630, symBinAddr: 0x166FC0, symSize: 0x50 } + - { offsetInCU: 0xF3, offset: 0x17FFA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x167110, symSize: 0x680 } + - { offsetInCU: 0x22C, offset: 0x1800E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x680, symBinAddr: 0x167790, symSize: 0xAA0 } + - { offsetInCU: 0x5D0, offset: 0x180486, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1120, symBinAddr: 0x168230, symSize: 0x470 } + - { offsetInCU: 0x60F, offset: 0x1804C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1E30, symBinAddr: 0x168E90, symSize: 0x40 } + - { offsetInCU: 0x646, offset: 0x1804FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueSSvg', symObjAddr: 0x1E70, symBinAddr: 0x168ED0, symSize: 0x20 } + - { offsetInCU: 0x67D, offset: 0x180533, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1E90, symBinAddr: 0x168EF0, symSize: 0x20 } + - { offsetInCU: 0x6F0, offset: 0x1805A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x2000, symBinAddr: 0x169060, symSize: 0x40 } + - { offsetInCU: 0x736, offset: 0x1805EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2040, symBinAddr: 0x1690A0, symSize: 0x30 } + - { offsetInCU: 0x74A, offset: 0x180600, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2070, symBinAddr: 0x1690D0, symSize: 0x10 } + - { offsetInCU: 0x780, offset: 0x180636, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2080, symBinAddr: 0x1690E0, symSize: 0x30 } + - { offsetInCU: 0x7E5, offset: 0x18069B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x20B0, symBinAddr: 0x169110, symSize: 0x10 } + - { offsetInCU: 0x801, offset: 0x1806B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x20C0, symBinAddr: 0x169120, symSize: 0x10 } + - { offsetInCU: 0x81D, offset: 0x1806D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3BB0, symBinAddr: 0x16AA50, symSize: 0x50 } + - { offsetInCU: 0x868, offset: 0x18071E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCfD', symObjAddr: 0x2110, symBinAddr: 0x169170, symSize: 0x50 } + - { offsetInCU: 0x8AB, offset: 0x180761, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2180, symBinAddr: 0x1691E0, symSize: 0x20 } + - { offsetInCU: 0x8CE, offset: 0x180784, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x21A0, symBinAddr: 0x169200, symSize: 0x20 } + - { offsetInCU: 0x918, offset: 0x1807CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x15A0, symBinAddr: 0x1686B0, symSize: 0xD0 } + - { offsetInCU: 0x96B, offset: 0x180821, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x16D0, symBinAddr: 0x168780, symSize: 0x20 } + - { offsetInCU: 0x988, offset: 0x18083E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1710, symBinAddr: 0x1687C0, symSize: 0x10 } + - { offsetInCU: 0x9A4, offset: 0x18085A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1720, symBinAddr: 0x1687D0, symSize: 0x10 } + - { offsetInCU: 0xACA, offset: 0x180980, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO13discriminator_WZ', symObjAddr: 0x1590, symBinAddr: 0x1686A0, symSize: 0x10 } + - { offsetInCU: 0xAF0, offset: 0x1809A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x1770, symBinAddr: 0x168820, symSize: 0x20 } + - { offsetInCU: 0xB19, offset: 0x1809CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1790, symBinAddr: 0x168840, symSize: 0x10 } + - { offsetInCU: 0xB42, offset: 0x1809F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueACSgSi_tcfC', symObjAddr: 0x1830, symBinAddr: 0x1688E0, symSize: 0x20 } + - { offsetInCU: 0xB6B, offset: 0x180A21, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueSivg', symObjAddr: 0x1850, symBinAddr: 0x168900, symSize: 0x10 } + - { offsetInCU: 0xB86, offset: 0x180A3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1A40, symBinAddr: 0x168AC0, symSize: 0x10 } + - { offsetInCU: 0xBBC, offset: 0x180A72, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x1A50, symBinAddr: 0x168AD0, symSize: 0x10 } + - { offsetInCU: 0xBEE, offset: 0x180AA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOAA11ClassFamilyAAWI', symObjAddr: 0x1860, symBinAddr: 0x168910, symSize: 0x20 } + - { offsetInCU: 0xC02, offset: 0x180AB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSHAASQWb', symObjAddr: 0x18B0, symBinAddr: 0x168930, symSize: 0x10 } + - { offsetInCU: 0xC16, offset: 0x180ACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSQAAWl', symObjAddr: 0x18C0, symBinAddr: 0x168940, symSize: 0x30 } + - { offsetInCU: 0xC2A, offset: 0x180AE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSHAASQWb', symObjAddr: 0x18F0, symBinAddr: 0x168970, symSize: 0x10 } + - { offsetInCU: 0xC3E, offset: 0x180AF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSQAAWl', symObjAddr: 0x1900, symBinAddr: 0x168980, symSize: 0x30 } + - { offsetInCU: 0xC5D, offset: 0x180B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASQWb', symObjAddr: 0x1940, symBinAddr: 0x1689C0, symSize: 0x10 } + - { offsetInCU: 0xC71, offset: 0x180B27, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSQAAWl', symObjAddr: 0x1950, symBinAddr: 0x1689D0, symSize: 0x30 } + - { offsetInCU: 0xC9B, offset: 0x180B51, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwet', symObjAddr: 0x1B10, symBinAddr: 0x168B70, symSize: 0x80 } + - { offsetInCU: 0xCAF, offset: 0x180B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwst', symObjAddr: 0x1B90, symBinAddr: 0x168BF0, symSize: 0xD0 } + - { offsetInCU: 0xCC3, offset: 0x180B79, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwup', symObjAddr: 0x1C60, symBinAddr: 0x168CC0, symSize: 0x10 } + - { offsetInCU: 0xCD7, offset: 0x180B8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOMa', symObjAddr: 0x1C70, symBinAddr: 0x168CD0, symSize: 0x10 } + - { offsetInCU: 0xCEB, offset: 0x180BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwet', symObjAddr: 0x1C80, symBinAddr: 0x168CE0, symSize: 0x80 } + - { offsetInCU: 0xCFF, offset: 0x180BB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwst', symObjAddr: 0x1D00, symBinAddr: 0x168D60, symSize: 0xD0 } + - { offsetInCU: 0xD13, offset: 0x180BC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwup', symObjAddr: 0x1DD0, symBinAddr: 0x168E30, symSize: 0x10 } + - { offsetInCU: 0xD27, offset: 0x180BDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOMa', symObjAddr: 0x1DE0, symBinAddr: 0x168E40, symSize: 0x10 } + - { offsetInCU: 0xD3B, offset: 0x180BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOwup', symObjAddr: 0x1E10, symBinAddr: 0x168E70, symSize: 0x10 } + - { offsetInCU: 0xD4F, offset: 0x180C05, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOMa', symObjAddr: 0x1E20, symBinAddr: 0x168E80, symSize: 0x10 } + - { offsetInCU: 0xD84, offset: 0x180C3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCMa', symObjAddr: 0x2160, symBinAddr: 0x1691C0, symSize: 0x20 } + - { offsetInCU: 0xD98, offset: 0x180C4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs0D3KeyAAWl', symObjAddr: 0x2200, symBinAddr: 0x169220, symSize: 0x30 } + - { offsetInCU: 0xE97, offset: 0x180D4D, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x2260, symBinAddr: 0x169250, symSize: 0x2E0 } + - { offsetInCU: 0xF7F, offset: 0x180E35, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSeAAWl', symObjAddr: 0x2540, symBinAddr: 0x169530, symSize: 0x30 } + - { offsetInCU: 0xF93, offset: 0x180E49, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSeAAWl', symObjAddr: 0x2570, symBinAddr: 0x169560, symSize: 0x30 } + - { offsetInCU: 0x1041, offset: 0x180EF7, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x25A0, symBinAddr: 0x169590, symSize: 0x200 } + - { offsetInCU: 0x1363, offset: 0x181219, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M5StyleCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x27A0, symBinAddr: 0x169790, symSize: 0x430 } + - { offsetInCU: 0x1693, offset: 0x181549, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M6EffectCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x2BD0, symBinAddr: 0x169BC0, symSize: 0x430 } + - { offsetInCU: 0x18E3, offset: 0x181799, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOb', symObjAddr: 0x3000, symBinAddr: 0x169FF0, symSize: 0x20 } + - { offsetInCU: 0x18F7, offset: 0x1817AD, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOc', symObjAddr: 0x3020, symBinAddr: 0x16A010, symSize: 0x30 } + - { offsetInCU: 0x19F7, offset: 0x1818AD, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_AC0N5ValueCAC0nZ4TypeOTg5Tf4dnnn_n', symObjAddr: 0x3110, symBinAddr: 0x16A040, symSize: 0x460 } + - { offsetInCU: 0x1C37, offset: 0x181AED, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSeAAWl', symObjAddr: 0x3570, symBinAddr: 0x16A4A0, symSize: 0x30 } + - { offsetInCU: 0x1C4B, offset: 0x181B01, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSEAAWl', symObjAddr: 0x35A0, symBinAddr: 0x16A4D0, symSize: 0x30 } + - { offsetInCU: 0x1C5F, offset: 0x181B15, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSEAAWl', symObjAddr: 0x3600, symBinAddr: 0x16A500, symSize: 0x30 } + - { offsetInCU: 0x1C73, offset: 0x181B29, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSEAAWl', symObjAddr: 0x36B0, symBinAddr: 0x16A5B0, symSize: 0x30 } + - { offsetInCU: 0x1C87, offset: 0x181B3D, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerStyleCGSayxGSEsSERzlWl', symObjAddr: 0x36E0, symBinAddr: 0x16A5E0, symSize: 0x80 } + - { offsetInCU: 0x1C9B, offset: 0x181B51, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11LayerEffectCGSayxGSEsSERzlWl', symObjAddr: 0x3760, symBinAddr: 0x16A660, symSize: 0x80 } + - { offsetInCU: 0x1CAF, offset: 0x181B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSYAAWl', symObjAddr: 0x3850, symBinAddr: 0x16A750, symSize: 0x30 } + - { offsetInCU: 0x1CC3, offset: 0x181B79, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSYAAWl', symObjAddr: 0x3880, symBinAddr: 0x16A780, symSize: 0x30 } + - { offsetInCU: 0x1CD7, offset: 0x181B8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSYAAWl', symObjAddr: 0x38B0, symBinAddr: 0x16A7B0, symSize: 0x30 } + - { offsetInCU: 0x1CEB, offset: 0x181BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwug', symObjAddr: 0x3AB0, symBinAddr: 0x16A950, symSize: 0x10 } + - { offsetInCU: 0x1CFF, offset: 0x181BB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwup', symObjAddr: 0x3AC0, symBinAddr: 0x16A960, symSize: 0x10 } + - { offsetInCU: 0x1D13, offset: 0x181BC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwui', symObjAddr: 0x3AD0, symBinAddr: 0x16A970, symSize: 0x10 } + - { offsetInCU: 0x1D27, offset: 0x181BDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOMa', symObjAddr: 0x3AE0, symBinAddr: 0x16A980, symSize: 0x10 } + - { offsetInCU: 0x1D3B, offset: 0x181BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASQWb', symObjAddr: 0x3AF0, symBinAddr: 0x16A990, symSize: 0x10 } + - { offsetInCU: 0x1D4F, offset: 0x181C05, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFSQAAWl', symObjAddr: 0x3B00, symBinAddr: 0x16A9A0, symSize: 0x30 } + - { offsetInCU: 0x1D63, offset: 0x181C19, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3B30, symBinAddr: 0x16A9D0, symSize: 0x10 } + - { offsetInCU: 0x1D77, offset: 0x181C2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3B40, symBinAddr: 0x16A9E0, symSize: 0x30 } + - { offsetInCU: 0x1D8B, offset: 0x181C41, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3B70, symBinAddr: 0x16AA10, symSize: 0x10 } + - { offsetInCU: 0x1D9F, offset: 0x181C55, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3B80, symBinAddr: 0x16AA20, symSize: 0x30 } + - { offsetInCU: 0x1E8A, offset: 0x181D40, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1730, symBinAddr: 0x1687E0, symSize: 0x40 } + - { offsetInCU: 0x1EAD, offset: 0x181D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x17A0, symBinAddr: 0x168850, symSize: 0x50 } + - { offsetInCU: 0x1ED0, offset: 0x181D86, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x17F0, symBinAddr: 0x1688A0, symSize: 0x40 } + - { offsetInCU: 0x1F02, offset: 0x181DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1930, symBinAddr: 0x1689B0, symSize: 0x10 } + - { offsetInCU: 0x1F57, offset: 0x181E0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x19D0, symBinAddr: 0x168A50, symSize: 0x20 } + - { offsetInCU: 0x1FB2, offset: 0x181E68, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1A60, symBinAddr: 0x168AE0, symSize: 0x50 } + - { offsetInCU: 0x1FD5, offset: 0x181E8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1AB0, symBinAddr: 0x168B30, symSize: 0x40 } + - { offsetInCU: 0x2016, offset: 0x181ECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1EB0, symBinAddr: 0x168F10, symSize: 0x80 } + - { offsetInCU: 0x20E5, offset: 0x181F9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH9hashValueSivgTW', symObjAddr: 0x1F30, symBinAddr: 0x168F90, symSize: 0x50 } + - { offsetInCU: 0x2163, offset: 0x182019, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1F80, symBinAddr: 0x168FE0, symSize: 0x30 } + - { offsetInCU: 0x21B5, offset: 0x18206B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1FB0, symBinAddr: 0x169010, symSize: 0x50 } + - { offsetInCU: 0x2217, offset: 0x1820CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x20D0, symBinAddr: 0x169130, symSize: 0x20 } + - { offsetInCU: 0x2233, offset: 0x1820E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x20F0, symBinAddr: 0x169150, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x18247C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x16ABA0, symSize: 0x170 } + - { offsetInCU: 0x87, offset: 0x1824DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x16ABA0, symSize: 0x170 } + - { offsetInCU: 0x404, offset: 0x182859, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV04trimB002toC08atLength05curveG010maxSamples8accuracyAC5start_AC0D5PointAC3endtAC_12CoreGraphics7CGFloatVAOSiAOtF', symObjAddr: 0x170, symBinAddr: 0x16AD10, symSize: 0x380 } + - { offsetInCU: 0xA18, offset: 0x182E6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV05splitB002toC08positionAC5start_AC9trimPointAC3endtAC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x4F0, symBinAddr: 0x16B090, symSize: 0x220 } + - { offsetInCU: 0x1304, offset: 0x183759, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwCP', symObjAddr: 0x710, symBinAddr: 0x16B2B0, symSize: 0x30 } + - { offsetInCU: 0x1318, offset: 0x18376D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwet', symObjAddr: 0x770, symBinAddr: 0x16B2E0, symSize: 0x20 } + - { offsetInCU: 0x132C, offset: 0x183781, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwst', symObjAddr: 0x790, symBinAddr: 0x16B300, symSize: 0x40 } + - { offsetInCU: 0x1340, offset: 0x183795, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVMa', symObjAddr: 0x7D0, symBinAddr: 0x16B340, symSize: 0xA } + - { offsetInCU: 0x2B, offset: 0x1839D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x16B350, symSize: 0x20 } + - { offsetInCU: 0x9F, offset: 0x183A4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0xD0, symBinAddr: 0x16B420, symSize: 0x40 } + - { offsetInCU: 0xD0, offset: 0x183A7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x110, symBinAddr: 0x16B460, symSize: 0x20 } + - { offsetInCU: 0x10F, offset: 0x183ABC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x130, symBinAddr: 0x16B480, symSize: 0x20 } + - { offsetInCU: 0x147, offset: 0x183AF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xED0, symBinAddr: 0x16C1D0, symSize: 0xF0 } + - { offsetInCU: 0x1BC, offset: 0x183B69, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO13discriminator_WZ', symObjAddr: 0x190, symBinAddr: 0x16B4E0, symSize: 0x10 } + - { offsetInCU: 0x1E2, offset: 0x183B8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A0, symBinAddr: 0x16B4F0, symSize: 0x40 } + - { offsetInCU: 0x207, offset: 0x183BB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0x16B530, symSize: 0x170 } + - { offsetInCU: 0x275, offset: 0x183C22, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO03rawC0SSvg', symObjAddr: 0x350, symBinAddr: 0x16B6A0, symSize: 0x30 } + - { offsetInCU: 0x29C, offset: 0x183C49, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO06stringC0SSvg', symObjAddr: 0x380, symBinAddr: 0x16B6D0, symSize: 0x30 } + - { offsetInCU: 0x2DD, offset: 0x183C8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0x3F0, symBinAddr: 0x16B740, symSize: 0x70 } + - { offsetInCU: 0x311, offset: 0x183CBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x460, symBinAddr: 0x16B7B0, symSize: 0x30 } + - { offsetInCU: 0x32D, offset: 0x183CDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0SSvgTW', symObjAddr: 0x490, symBinAddr: 0x16B7E0, symSize: 0x10 } + - { offsetInCU: 0x363, offset: 0x183D10, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0xSgSS_tcfCTW', symObjAddr: 0x4A0, symBinAddr: 0x16B7F0, symSize: 0x70 } + - { offsetInCU: 0x3AE, offset: 0x183D5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0SiSgvgTW', symObjAddr: 0x510, symBinAddr: 0x16B860, symSize: 0x10 } + - { offsetInCU: 0x3CA, offset: 0x183D77, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0xSgSi_tcfCTW', symObjAddr: 0x520, symBinAddr: 0x16B870, symSize: 0x10 } + - { offsetInCU: 0x406, offset: 0x183DB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCfD', symObjAddr: 0x570, symBinAddr: 0x16B8C0, symSize: 0x20 } + - { offsetInCU: 0x451, offset: 0x183DFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5B0, symBinAddr: 0x16B900, symSize: 0x120 } + - { offsetInCU: 0x490, offset: 0x183E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x8C0, symBinAddr: 0x16BBF0, symSize: 0x20 } + - { offsetInCU: 0x4B3, offset: 0x183E60, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x8E0, symBinAddr: 0x16BC10, symSize: 0x20 } + - { offsetInCU: 0x522, offset: 0x183ECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10dictionaryACSDySSypG_tKcfcTf4gn_n', symObjAddr: 0xB10, symBinAddr: 0x16BE10, symSize: 0x1C0 } + - { offsetInCU: 0x617, offset: 0x183FC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCMa', symObjAddr: 0x590, symBinAddr: 0x16B8E0, symSize: 0x20 } + - { offsetInCU: 0x62B, offset: 0x183FD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwet', symObjAddr: 0x6F0, symBinAddr: 0x16BA20, symSize: 0x80 } + - { offsetInCU: 0x63F, offset: 0x183FEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwst', symObjAddr: 0x770, symBinAddr: 0x16BAA0, symSize: 0xD0 } + - { offsetInCU: 0x653, offset: 0x184000, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwug', symObjAddr: 0x840, symBinAddr: 0x16BB70, symSize: 0x10 } + - { offsetInCU: 0x667, offset: 0x184014, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwup', symObjAddr: 0x850, symBinAddr: 0x16BB80, symSize: 0x10 } + - { offsetInCU: 0x67B, offset: 0x184028, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwui', symObjAddr: 0x860, symBinAddr: 0x16BB90, symSize: 0x10 } + - { offsetInCU: 0x68F, offset: 0x18403C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOMa', symObjAddr: 0x870, symBinAddr: 0x16BBA0, symSize: 0x10 } + - { offsetInCU: 0x6A3, offset: 0x184050, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASQWb', symObjAddr: 0x880, symBinAddr: 0x16BBB0, symSize: 0x10 } + - { offsetInCU: 0x6B7, offset: 0x184064, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSQAAWl', symObjAddr: 0x890, symBinAddr: 0x16BBC0, symSize: 0x30 } + - { offsetInCU: 0x6CB, offset: 0x184078, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOAA11ClassFamilyAAWI', symObjAddr: 0x900, symBinAddr: 0x16BC30, symSize: 0x20 } + - { offsetInCU: 0x6FF, offset: 0x1840AC, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x950, symBinAddr: 0x16BC50, symSize: 0x1C0 } + - { offsetInCU: 0x88B, offset: 0x184238, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xCD0, symBinAddr: 0x16BFD0, symSize: 0x200 } + - { offsetInCU: 0xACD, offset: 0x18447A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSYAAWl', symObjAddr: 0x1020, symBinAddr: 0x16C2C0, symSize: 0x30 } + - { offsetInCU: 0xAE1, offset: 0x18448E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs0D3KeyAAWl', symObjAddr: 0x1090, symBinAddr: 0x16C2F0, symSize: 0x30 } + - { offsetInCU: 0xAF5, offset: 0x1844A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSEAAWl', symObjAddr: 0x10C0, symBinAddr: 0x16C320, symSize: 0x30 } + - { offsetInCU: 0xB09, offset: 0x1844B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwet', symObjAddr: 0x1150, symBinAddr: 0x16C350, symSize: 0x80 } + - { offsetInCU: 0xB1D, offset: 0x1844CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwst', symObjAddr: 0x11D0, symBinAddr: 0x16C3D0, symSize: 0xD0 } + - { offsetInCU: 0xB31, offset: 0x1844DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwug', symObjAddr: 0x12A0, symBinAddr: 0x16C4A0, symSize: 0x10 } + - { offsetInCU: 0xB45, offset: 0x1844F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwup', symObjAddr: 0x12B0, symBinAddr: 0x16C4B0, symSize: 0x10 } + - { offsetInCU: 0xB59, offset: 0x184506, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwui', symObjAddr: 0x12C0, symBinAddr: 0x16C4C0, symSize: 0x10 } + - { offsetInCU: 0xB6D, offset: 0x18451A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOMa', symObjAddr: 0x12D0, symBinAddr: 0x16C4D0, symSize: 0x10 } + - { offsetInCU: 0xB81, offset: 0x18452E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASQWb', symObjAddr: 0x12E0, symBinAddr: 0x16C4E0, symSize: 0x10 } + - { offsetInCU: 0xB95, offset: 0x184542, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFSQAAWl', symObjAddr: 0x12F0, symBinAddr: 0x16C4F0, symSize: 0x30 } + - { offsetInCU: 0xBA9, offset: 0x184556, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1320, symBinAddr: 0x16C520, symSize: 0x10 } + - { offsetInCU: 0xBBD, offset: 0x18456A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1330, symBinAddr: 0x16C530, symSize: 0x30 } + - { offsetInCU: 0xBD1, offset: 0x18457E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1360, symBinAddr: 0x16C560, symSize: 0x10 } + - { offsetInCU: 0xBE5, offset: 0x184592, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1370, symBinAddr: 0x16C570, symSize: 0x2E } + - { offsetInCU: 0xC19, offset: 0x1845C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x16B350, symSize: 0x20 } + - { offsetInCU: 0xCD3, offset: 0x184680, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH04hashC0SivgTW', symObjAddr: 0x20, symBinAddr: 0x16B370, symSize: 0x40 } + - { offsetInCU: 0xDAB, offset: 0x184758, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x60, symBinAddr: 0x16B3B0, symSize: 0x30 } + - { offsetInCU: 0xE27, offset: 0x1847D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0x90, symBinAddr: 0x16B3E0, symSize: 0x40 } + - { offsetInCU: 0xED3, offset: 0x184880, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x150, symBinAddr: 0x16B4A0, symSize: 0x40 } + - { offsetInCU: 0xEF6, offset: 0x1848A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0x16B700, symSize: 0x10 } + - { offsetInCU: 0xF12, offset: 0x1848BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH04hashC0SivgTW', symObjAddr: 0x3C0, symBinAddr: 0x16B710, symSize: 0x10 } + - { offsetInCU: 0xF2E, offset: 0x1848DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D0, symBinAddr: 0x16B720, symSize: 0x10 } + - { offsetInCU: 0xF4A, offset: 0x1848F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0x3E0, symBinAddr: 0x16B730, symSize: 0x10 } + - { offsetInCU: 0xF6C, offset: 0x184919, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x530, symBinAddr: 0x16B880, symSize: 0x20 } + - { offsetInCU: 0xF88, offset: 0x184935, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x16B8A0, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x184BE8, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE30createParentDirectoryStructure3fory10Foundation3URLV_tKF', symObjAddr: 0x0, symBinAddr: 0x16C5A0, symSize: 0x120 } + - { offsetInCU: 0xAA, offset: 0x184C53, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DateV6LottieE8dateTimeACs6UInt16V_AGt_tcfC', symObjAddr: 0x120, symBinAddr: 0x16C6C0, symSize: 0xA0 } + - { offsetInCU: 0x237, offset: 0x184DE0, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x1C0, symBinAddr: 0x16C760, symSize: 0x60 } + - { offsetInCU: 0x33E, offset: 0x184EE7, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x220, symBinAddr: 0x16C7C0, symSize: 0xE0 } + - { offsetInCU: 0x6DD, offset: 0x185286, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nnncn_n', symObjAddr: 0x300, symBinAddr: 0x16C8A0, symSize: 0xA70 } + - { offsetInCU: 0xA84, offset: 0x18562D, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6i114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5J10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xD70, symBinAddr: 0x16D310, symSize: 0x3C0 } + - { offsetInCU: 0xC37, offset: 0x1857E0, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0x1130, symBinAddr: 0x16D6D0, symSize: 0x2E0 } + - { offsetInCU: 0xE24, offset: 0x1859CD, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0x1410, symBinAddr: 0x16D9B0, symSize: 0x170 } + - { offsetInCU: 0xFA0, offset: 0x185B49, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6g114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5H10V_ATtXEfU_Tf1nnnnc_n', symObjAddr: 0x1580, symBinAddr: 0x16DB20, symSize: 0x3D0 } + - { offsetInCU: 0x102E, offset: 0x185BD7, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSnySiG_Tgq5', symObjAddr: 0x1950, symBinAddr: 0x16DEF0, symSize: 0x20 } + - { offsetInCU: 0x1067, offset: 0x185C10, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tgq5', symObjAddr: 0x1970, symBinAddr: 0x16DF10, symSize: 0x110 } + - { offsetInCU: 0x10F1, offset: 0x185C9A, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie5EntryV_Tg5', symObjAddr: 0x1A80, symBinAddr: 0x16E020, symSize: 0x20 } + - { offsetInCU: 0x111E, offset: 0x185CC7, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE11permissions3for6osType05entryG0s6UInt16Vs6UInt32V_AC5EntryV6OSTypeOAM0kG0OtFZTf4nnnd_n', symObjAddr: 0x1AA0, symBinAddr: 0x16E040, symSize: 0x60 } + - { offsetInCU: 0x126C, offset: 0x185E15, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE10attributes4fromSDySo0A12AttributeKeyaypGAC5EntryV_tFZTf4nd_n', symObjAddr: 0x1B00, symBinAddr: 0x16E0A0, symSize: 0x320 } + - { offsetInCU: 0x1730, offset: 0x1862D9, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFTf4nnnnnd_n', symObjAddr: 0x1E20, symBinAddr: 0x16E3C0, symSize: 0xEA0 } + - { offsetInCU: 0x1E52, offset: 0x1869FB, size: 0x8, addend: 0x0, symName: '_$s10Foundation10CocoaErrorVAcA21_BridgedStoredNSErrorAAWl', symObjAddr: 0x2D00, symBinAddr: 0x16F260, symSize: 0x40 } + - { offsetInCU: 0x1E66, offset: 0x186A0F, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOc', symObjAddr: 0x2D40, symBinAddr: 0x16F2A0, symSize: 0x40 } + - { offsetInCU: 0x1E7A, offset: 0x186A23, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOr', symObjAddr: 0x2DB0, symBinAddr: 0x16F2E0, symSize: 0x170 } + - { offsetInCU: 0x1E8E, offset: 0x186A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOs', symObjAddr: 0x2FC0, symBinAddr: 0x16F450, symSize: 0x170 } + - { offsetInCU: 0x1EA2, offset: 0x186A4B, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOh', symObjAddr: 0x31B0, symBinAddr: 0x16F5C0, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x186FBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x16F620, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x186FDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x16F660, symSize: 0x1C0 } + - { offsetInCU: 0xDC, offset: 0x187047, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x200, symBinAddr: 0x16F820, symSize: 0xF0 } + - { offsetInCU: 0x17B, offset: 0x1870E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F0, symBinAddr: 0x16F910, symSize: 0x120 } + - { offsetInCU: 0x1FE, offset: 0x187169, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x16FA70, symSize: 0x60 } + - { offsetInCU: 0x241, offset: 0x1871AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B0, symBinAddr: 0x16FAD0, symSize: 0x20 } + - { offsetInCU: 0x281, offset: 0x1871EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D0, symBinAddr: 0x16FAF0, symSize: 0x10 } + - { offsetInCU: 0x2CC, offset: 0x187237, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x16FB00, symSize: 0x60 } + - { offsetInCU: 0x317, offset: 0x187282, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x540, symBinAddr: 0x16FB60, symSize: 0x10 } + - { offsetInCU: 0x333, offset: 0x18729E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x550, symBinAddr: 0x16FB70, symSize: 0x10 } + - { offsetInCU: 0x34F, offset: 0x1872BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO03rawD0SSvgTf4d_n', symObjAddr: 0x860, symBinAddr: 0x16FD50, symSize: 0x20 } + - { offsetInCU: 0x38B, offset: 0x1872F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfD', symObjAddr: 0x5B0, symBinAddr: 0x16FBD0, symSize: 0x30 } + - { offsetInCU: 0x45A, offset: 0x1873C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfE', symObjAddr: 0x5A0, symBinAddr: 0x16FBC0, symSize: 0x10 } + - { offsetInCU: 0x487, offset: 0x1873F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCMa', symObjAddr: 0x5E0, symBinAddr: 0x16FC00, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x187406, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs0E3KeyAAWl', symObjAddr: 0x670, symBinAddr: 0x16FC20, symSize: 0x30 } + - { offsetInCU: 0x4AF, offset: 0x18741A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A5ColorVGSgMa', symObjAddr: 0x6A0, symBinAddr: 0x16FC50, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x18742E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A5ColorVGMa', symObjAddr: 0x6F0, symBinAddr: 0x16FCA0, symSize: 0x30 } + - { offsetInCU: 0x4D7, offset: 0x187442, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwet', symObjAddr: 0x8A0, symBinAddr: 0x16FD70, symSize: 0x50 } + - { offsetInCU: 0x4EB, offset: 0x187456, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwst', symObjAddr: 0x8F0, symBinAddr: 0x16FDC0, symSize: 0xA0 } + - { offsetInCU: 0x4FF, offset: 0x18746A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwug', symObjAddr: 0x990, symBinAddr: 0x16FE60, symSize: 0x10 } + - { offsetInCU: 0x513, offset: 0x18747E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwup', symObjAddr: 0x9A0, symBinAddr: 0x16FE70, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x187492, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwui', symObjAddr: 0x9B0, symBinAddr: 0x16FE80, symSize: 0x10 } + - { offsetInCU: 0x53B, offset: 0x1874A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOMa', symObjAddr: 0x9C0, symBinAddr: 0x16FE90, symSize: 0x10 } + - { offsetInCU: 0x54F, offset: 0x1874BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASQWb', symObjAddr: 0x9D0, symBinAddr: 0x16FEA0, symSize: 0x10 } + - { offsetInCU: 0x563, offset: 0x1874CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFSQAAWl', symObjAddr: 0x9E0, symBinAddr: 0x16FEB0, symSize: 0x30 } + - { offsetInCU: 0x577, offset: 0x1874E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA10, symBinAddr: 0x16FEE0, symSize: 0x10 } + - { offsetInCU: 0x58B, offset: 0x1874F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA20, symBinAddr: 0x16FEF0, symSize: 0x30 } + - { offsetInCU: 0x59F, offset: 0x18750A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA50, symBinAddr: 0x16FF20, symSize: 0x10 } + - { offsetInCU: 0x5B3, offset: 0x18751E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA60, symBinAddr: 0x16FF30, symSize: 0x2E } + - { offsetInCU: 0x5ED, offset: 0x187558, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x410, symBinAddr: 0x16FA30, symSize: 0x10 } + - { offsetInCU: 0x62D, offset: 0x187598, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x420, symBinAddr: 0x16FA40, symSize: 0x10 } + - { offsetInCU: 0x66D, offset: 0x1875D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0x16FA50, symSize: 0x10 } + - { offsetInCU: 0x6AD, offset: 0x187618, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x440, symBinAddr: 0x16FA60, symSize: 0x10 } + - { offsetInCU: 0x6E4, offset: 0x18764F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0x16FB80, symSize: 0x20 } + - { offsetInCU: 0x700, offset: 0x18766B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0x16FBA0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x187848, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x16FF60, symSize: 0x50 } + - { offsetInCU: 0x75, offset: 0x187896, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x16FF60, symSize: 0x50 } + - { offsetInCU: 0xBC, offset: 0x1878DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x50, symBinAddr: 0x16FFB0, symSize: 0xF0 } + - { offsetInCU: 0x11E, offset: 0x18793F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x140, symBinAddr: 0x1700A0, symSize: 0x50 } + - { offsetInCU: 0x13A, offset: 0x18795B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCfD', symObjAddr: 0x190, symBinAddr: 0x1700F0, symSize: 0x30 } + - { offsetInCU: 0x168, offset: 0x187989, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCMa', symObjAddr: 0x1C0, symBinAddr: 0x170120, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x187B54, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x170140, symSize: 0x70 } + - { offsetInCU: 0x92, offset: 0x187B88, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc', symObjAddr: 0x70, symBinAddr: 0x1701B0, symSize: 0x40 } + - { offsetInCU: 0xB5, offset: 0x187BAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfC', symObjAddr: 0xB0, symBinAddr: 0x1701F0, symSize: 0x50 } + - { offsetInCU: 0xE9, offset: 0x187BDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc', symObjAddr: 0x100, symBinAddr: 0x170240, symSize: 0x40 } + - { offsetInCU: 0xFD, offset: 0x187BF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg', symObjAddr: 0x140, symBinAddr: 0x170280, symSize: 0x30 } + - { offsetInCU: 0x12A, offset: 0x187C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs', symObjAddr: 0x170, symBinAddr: 0x1702B0, symSize: 0x20 } + - { offsetInCU: 0x146, offset: 0x187C3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM', symObjAddr: 0x190, symBinAddr: 0x1702D0, symSize: 0x40 } + - { offsetInCU: 0x1BE, offset: 0x187CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM.resume.0', symObjAddr: 0x1D0, symBinAddr: 0x170310, symSize: 0x90 } + - { offsetInCU: 0x22D, offset: 0x187D23, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvg', symObjAddr: 0x260, symBinAddr: 0x1703A0, symSize: 0x30 } + - { offsetInCU: 0x25A, offset: 0x187D50, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvs', symObjAddr: 0x2D0, symBinAddr: 0x170410, symSize: 0x20 } + - { offsetInCU: 0x276, offset: 0x187D6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM', symObjAddr: 0x2F0, symBinAddr: 0x170430, symSize: 0x40 } + - { offsetInCU: 0x2C1, offset: 0x187DB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM.resume.0', symObjAddr: 0x330, symBinAddr: 0x170470, symSize: 0x90 } + - { offsetInCU: 0x330, offset: 0x187E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9valueTypeypXpvg', symObjAddr: 0x3C0, symBinAddr: 0x170500, symSize: 0x20 } + - { offsetInCU: 0x34B, offset: 0x187E41, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg', symObjAddr: 0x3E0, symBinAddr: 0x170520, symSize: 0xC0 } + - { offsetInCU: 0x398, offset: 0x187E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x4A0, symBinAddr: 0x1705E0, symSize: 0x20 } + - { offsetInCU: 0x3B7, offset: 0x187EAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_Tf4nnn_g', symObjAddr: 0x10F0, symBinAddr: 0x1711C0, symSize: 0xA0 } + - { offsetInCU: 0x446, offset: 0x187F3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x4E0, symBinAddr: 0x170620, symSize: 0x20 } + - { offsetInCU: 0x469, offset: 0x187F5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfd', symObjAddr: 0x500, symBinAddr: 0x170640, symSize: 0x50 } + - { offsetInCU: 0x4A4, offset: 0x187F9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfD', symObjAddr: 0x550, symBinAddr: 0x170690, symSize: 0x60 } + - { offsetInCU: 0x4E7, offset: 0x187FDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x5B0, symBinAddr: 0x1706F0, symSize: 0x20 } + - { offsetInCU: 0x521, offset: 0x188017, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5D0, symBinAddr: 0x170710, symSize: 0x20 } + - { offsetInCU: 0x57D, offset: 0x188073, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x5F0, symBinAddr: 0x170730, symSize: 0x20 } + - { offsetInCU: 0x5B2, offset: 0x1880A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfcTf4ggn_n', symObjAddr: 0x650, symBinAddr: 0x170790, symSize: 0x150 } + - { offsetInCU: 0x60C, offset: 0x188102, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5value33_20EE40CC71F69DE358C26FA8AA04C199LL4from9locationsSaySdGSayAA0A5ColorVG_AHtFTf4nnd_n', symObjAddr: 0x7A0, symBinAddr: 0x1708E0, symSize: 0x3D0 } + - { offsetInCU: 0xBBB, offset: 0x1886B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfcTf4ggn_n', symObjAddr: 0xB70, symBinAddr: 0x170CB0, symSize: 0x1C0 } + - { offsetInCU: 0xCB0, offset: 0x1887A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvsTf4gn_n', symObjAddr: 0xD30, symBinAddr: 0x170E70, symSize: 0xA0 } + - { offsetInCU: 0xD2D, offset: 0x188823, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvsTf4gn_n', symObjAddr: 0xDD0, symBinAddr: 0x170F10, symSize: 0xA0 } + - { offsetInCU: 0xDAB, offset: 0x1888A1, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TR', symObjAddr: 0x4C0, symBinAddr: 0x170600, symSize: 0x20 } + - { offsetInCU: 0xDBF, offset: 0x1888B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x610, symBinAddr: 0x170750, symSize: 0x20 } + - { offsetInCU: 0xE24, offset: 0x18891A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x630, symBinAddr: 0x170770, symSize: 0x20 } + - { offsetInCU: 0xF52, offset: 0x188A48, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOy', symObjAddr: 0xEB0, symBinAddr: 0x170FB0, symSize: 0x20 } + - { offsetInCU: 0xF66, offset: 0x188A5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0xF00, symBinAddr: 0x171000, symSize: 0x20 } + - { offsetInCU: 0xF9A, offset: 0x188A90, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0xF40, symBinAddr: 0x171040, symSize: 0x20 } + - { offsetInCU: 0xFC3, offset: 0x188AB9, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOe', symObjAddr: 0xF60, symBinAddr: 0x171060, symSize: 0x20 } + - { offsetInCU: 0xFD7, offset: 0x188ACD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0xFB0, symBinAddr: 0x171080, symSize: 0x20 } + - { offsetInCU: 0xFEB, offset: 0x188AE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCMa', symObjAddr: 0x1090, symBinAddr: 0x171160, symSize: 0x20 } + - { offsetInCU: 0xFFF, offset: 0x188AF5, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie0A5ColorVGSayxGSHsSHRzlWl', symObjAddr: 0x1190, symBinAddr: 0x171260, symSize: 0x60 } + - { offsetInCU: 0x1013, offset: 0x188B09, size: 0x8, addend: 0x0, symName: '_$sSays11AnyHashableVGSayxGSHsSHRzlWl', symObjAddr: 0x1280, symBinAddr: 0x171320, symSize: 0x60 } + - { offsetInCU: 0x27, offset: 0x188DF4, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x30, symBinAddr: 0x1713B0, symSize: 0x10 } + - { offsetInCU: 0x6F, offset: 0x188E3C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x30, symBinAddr: 0x1713B0, symSize: 0x10 } + - { offsetInCU: 0xF8, offset: 0x188EC5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x40, symBinAddr: 0x1713C0, symSize: 0x40 } + - { offsetInCU: 0x1DC, offset: 0x188FA9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x80, symBinAddr: 0x171400, symSize: 0x20 } + - { offsetInCU: 0x2B0, offset: 0x18907D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_', symObjAddr: 0x120, symBinAddr: 0x1714A0, symSize: 0x10 } + - { offsetInCU: 0x309, offset: 0x1890D6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x130, symBinAddr: 0x1714B0, symSize: 0x20 } + - { offsetInCU: 0x378, offset: 0x189145, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0VyAESWcfCTf4nd_n', symObjAddr: 0x150, symBinAddr: 0x1714D0, symSize: 0xC0 } + - { offsetInCU: 0x3F9, offset: 0x1891C6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationO_5countAeA02__B7StorageC_SitcfCTf4nnd_n', symObjAddr: 0x210, symBinAddr: 0x171590, symSize: 0x110 } + - { offsetInCU: 0x459, offset: 0x189226, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x320, symBinAddr: 0x1716A0, symSize: 0x1A0 } + - { offsetInCU: 0x5E7, offset: 0x1893B4, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5write5chunk2toSiAC_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x4F0, symBinAddr: 0x171840, symSize: 0x2C0 } + - { offsetInCU: 0x958, offset: 0x189725, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE11consumePart2of9chunkSize9skipCRC328provider8consumers6UInt32Vs5Int64V_SiSbAcN_SitKXEyACKXEtKFZTf4nnnnnd_n', symObjAddr: 0x7B0, symBinAddr: 0x171B00, symSize: 0x410 } + - { offsetInCU: 0xE76, offset: 0x189C43, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwet', symObjAddr: 0xC20, symBinAddr: 0x171F10, symSize: 0x80 } + - { offsetInCU: 0xE8A, offset: 0x189C57, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwst', symObjAddr: 0xCA0, symBinAddr: 0x171F90, symSize: 0xD0 } + - { offsetInCU: 0xE9E, offset: 0x189C6B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwug', symObjAddr: 0xD70, symBinAddr: 0x172060, symSize: 0x10 } + - { offsetInCU: 0xEB2, offset: 0x189C7F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwup', symObjAddr: 0xD80, symBinAddr: 0x172070, symSize: 0x10 } + - { offsetInCU: 0xEC6, offset: 0x189C93, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwui', symObjAddr: 0xD90, symBinAddr: 0x172080, symSize: 0x10 } + - { offsetInCU: 0xEDA, offset: 0x189CA7, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOMa', symObjAddr: 0xDA0, symBinAddr: 0x172090, symSize: 0x10 } + - { offsetInCU: 0xEEE, offset: 0x189CBB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSQWb', symObjAddr: 0xDB0, symBinAddr: 0x1720A0, symSize: 0x10 } + - { offsetInCU: 0xF02, offset: 0x189CCF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFSQADWl', symObjAddr: 0xDC0, symBinAddr: 0x1720B0, symSize: 0x2E } + - { offsetInCU: 0xF54, offset: 0x189D21, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA0, symBinAddr: 0x171420, symSize: 0x40 } + - { offsetInCU: 0xFF1, offset: 0x189DBE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP7_domainSSvgTW', symObjAddr: 0xE0, symBinAddr: 0x171460, symSize: 0x10 } + - { offsetInCU: 0x100D, offset: 0x189DDA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP5_codeSivgTW', symObjAddr: 0xF0, symBinAddr: 0x171470, symSize: 0x10 } + - { offsetInCU: 0x1029, offset: 0x189DF6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0x100, symBinAddr: 0x171480, symSize: 0x10 } + - { offsetInCU: 0x1045, offset: 0x189E12, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x110, symBinAddr: 0x171490, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x18A10A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x1720E0, symSize: 0x170 } + - { offsetInCU: 0xF4, offset: 0x18A1D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x1720E0, symSize: 0x170 } + - { offsetInCU: 0x28D, offset: 0x18A36C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC04fontD0AA09AnimationcD0_pvW', symObjAddr: 0x170, symBinAddr: 0x172250, symSize: 0x170 } + - { offsetInCU: 0x41B, offset: 0x18A4FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCfD', symObjAddr: 0x2E0, symBinAddr: 0x1723C0, symSize: 0x30 } + - { offsetInCU: 0x45F, offset: 0x18A53E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCMa', symObjAddr: 0x310, symBinAddr: 0x1723F0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x18A6F1, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x172410, symSize: 0x90 } + - { offsetInCU: 0x4B, offset: 0x18A715, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ', symObjAddr: 0x860, symBinAddr: 0x2097C8, symSize: 0x0 } + - { offsetInCU: 0x9E, offset: 0x18A768, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfC', symObjAddr: 0x220, symBinAddr: 0x172630, symSize: 0x10 } + - { offsetInCU: 0xC3, offset: 0x18A78D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ', symObjAddr: 0x230, symBinAddr: 0x172640, symSize: 0x10 } + - { offsetInCU: 0xEF, offset: 0x18A7B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ', symObjAddr: 0x240, symBinAddr: 0x172650, symSize: 0x10 } + - { offsetInCU: 0x11B, offset: 0x18A7E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ', symObjAddr: 0x250, symBinAddr: 0x172660, symSize: 0x10 } + - { offsetInCU: 0x147, offset: 0x18A811, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ', symObjAddr: 0x2B0, symBinAddr: 0x1726C0, symSize: 0x40 } + - { offsetInCU: 0x17F, offset: 0x18A849, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ', symObjAddr: 0x2F0, symBinAddr: 0x172700, symSize: 0x10 } + - { offsetInCU: 0x1AB, offset: 0x18A875, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg', symObjAddr: 0x300, symBinAddr: 0x172710, symSize: 0x10 } + - { offsetInCU: 0x1BF, offset: 0x18A889, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAsADP8rawValuex03RawH0Qz_tcfCTW', symObjAddr: 0x390, symBinAddr: 0x1727A0, symSize: 0x10 } + - { offsetInCU: 0x1FA, offset: 0x18A8C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x3A0, symBinAddr: 0x1727B0, symSize: 0x10 } + - { offsetInCU: 0x227, offset: 0x18A8F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x3B0, symBinAddr: 0x1727C0, symSize: 0x10 } + - { offsetInCU: 0x2DF, offset: 0x18A9A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg', symObjAddr: 0x90, symBinAddr: 0x1724A0, symSize: 0x50 } + - { offsetInCU: 0x2FD, offset: 0x18A9C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvg', symObjAddr: 0xE0, symBinAddr: 0x1724F0, symSize: 0x30 } + - { offsetInCU: 0x31B, offset: 0x18A9E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvs', symObjAddr: 0x110, symBinAddr: 0x172520, symSize: 0x30 } + - { offsetInCU: 0x359, offset: 0x18AA23, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM', symObjAddr: 0x140, symBinAddr: 0x172550, symSize: 0x10 } + - { offsetInCU: 0x377, offset: 0x18AA41, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM.resume.0', symObjAddr: 0x150, symBinAddr: 0x172560, symSize: 0x10 } + - { offsetInCU: 0x3A2, offset: 0x18AA6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x160, symBinAddr: 0x172570, symSize: 0x20 } + - { offsetInCU: 0x3C0, offset: 0x18AA8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x180, symBinAddr: 0x172590, symSize: 0x20 } + - { offsetInCU: 0x3FE, offset: 0x18AAC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM', symObjAddr: 0x1A0, symBinAddr: 0x1725B0, symSize: 0x20 } + - { offsetInCU: 0x42C, offset: 0x18AAF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x1C0, symBinAddr: 0x1725D0, symSize: 0x10 } + - { offsetInCU: 0x457, offset: 0x18AB21, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvg', symObjAddr: 0x1D0, symBinAddr: 0x1725E0, symSize: 0x10 } + - { offsetInCU: 0x475, offset: 0x18AB3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvs', symObjAddr: 0x1E0, symBinAddr: 0x1725F0, symSize: 0x10 } + - { offsetInCU: 0x4B1, offset: 0x18AB7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM', symObjAddr: 0x1F0, symBinAddr: 0x172600, symSize: 0x20 } + - { offsetInCU: 0x4DF, offset: 0x18ABA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM.resume.0', symObjAddr: 0x210, symBinAddr: 0x172620, symSize: 0x10 } + - { offsetInCU: 0x50B, offset: 0x18ABD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x260, symBinAddr: 0x172670, symSize: 0x50 } + - { offsetInCU: 0x5F7, offset: 0x18ACC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAASYWb', symObjAddr: 0x310, symBinAddr: 0x172720, symSize: 0x10 } + - { offsetInCU: 0x60B, offset: 0x18ACD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSYAAWl', symObjAddr: 0x320, symBinAddr: 0x172730, symSize: 0x30 } + - { offsetInCU: 0x61F, offset: 0x18ACE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAs0F7AlgebraPWb', symObjAddr: 0x350, symBinAddr: 0x172760, symSize: 0x10 } + - { offsetInCU: 0x633, offset: 0x18ACFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs10SetAlgebraAAWl', symObjAddr: 0x360, symBinAddr: 0x172770, symSize: 0x30 } + - { offsetInCU: 0x647, offset: 0x18AD11, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAASQWb', symObjAddr: 0x3C0, symBinAddr: 0x1727D0, symSize: 0x10 } + - { offsetInCU: 0x65B, offset: 0x18AD25, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSQAAWl', symObjAddr: 0x3D0, symBinAddr: 0x1727E0, symSize: 0x30 } + - { offsetInCU: 0x66F, offset: 0x18AD39, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x400, symBinAddr: 0x172810, symSize: 0x10 } + - { offsetInCU: 0x683, offset: 0x18AD4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs25ExpressibleByArrayLiteralAAWl', symObjAddr: 0x410, symBinAddr: 0x172820, symSize: 0x30 } + - { offsetInCU: 0x6AD, offset: 0x18AD77, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwCP', symObjAddr: 0x610, symBinAddr: 0x172A20, symSize: 0x30 } + - { offsetInCU: 0x6C1, offset: 0x18AD8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwxx', symObjAddr: 0x640, symBinAddr: 0x172A50, symSize: 0x30 } + - { offsetInCU: 0x6D5, offset: 0x18AD9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwcp', symObjAddr: 0x670, symBinAddr: 0x172A80, symSize: 0x50 } + - { offsetInCU: 0x6E9, offset: 0x18ADB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwca', symObjAddr: 0x6C0, symBinAddr: 0x172AD0, symSize: 0x70 } + - { offsetInCU: 0x6FD, offset: 0x18ADC7, size: 0x8, addend: 0x0, symName: ___swift_memcpy40_8, symObjAddr: 0x730, symBinAddr: 0x172B40, symSize: 0x20 } + - { offsetInCU: 0x711, offset: 0x18ADDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwta', symObjAddr: 0x750, symBinAddr: 0x172B60, symSize: 0x60 } + - { offsetInCU: 0x725, offset: 0x18ADEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwet', symObjAddr: 0x7B0, symBinAddr: 0x172BC0, symSize: 0x40 } + - { offsetInCU: 0x739, offset: 0x18AE03, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwst', symObjAddr: 0x7F0, symBinAddr: 0x172C00, symSize: 0x40 } + - { offsetInCU: 0x74D, offset: 0x18AE17, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVMa', symObjAddr: 0x830, symBinAddr: 0x172C40, symSize: 0x10 } + - { offsetInCU: 0x761, offset: 0x18AE2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVMa', symObjAddr: 0x840, symBinAddr: 0x172C50, symSize: 0x10 } + - { offsetInCU: 0x845, offset: 0x18AF0F, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x172410, symSize: 0x90 } + - { offsetInCU: 0xA08, offset: 0x18B0D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x440, symBinAddr: 0x172850, symSize: 0x10 } + - { offsetInCU: 0xA7A, offset: 0x18B144, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP5unionyxxnFTW', symObjAddr: 0x450, symBinAddr: 0x172860, symSize: 0x10 } + - { offsetInCU: 0xB52, offset: 0x18B21C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP12intersectionyxxFTW', symObjAddr: 0x460, symBinAddr: 0x172870, symSize: 0x10 } + - { offsetInCU: 0xC22, offset: 0x18B2EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP19symmetricDifferenceyxxnFTW', symObjAddr: 0x470, symBinAddr: 0x172880, symSize: 0x10 } + - { offsetInCU: 0xCDC, offset: 0x18B3A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6insertySb8inserted_7ElementQz17memberAfterInserttAInFTW', symObjAddr: 0x480, symBinAddr: 0x172890, symSize: 0x30 } + - { offsetInCU: 0xE1D, offset: 0x18B4E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6removey7ElementQzSgAHFTW', symObjAddr: 0x4B0, symBinAddr: 0x1728C0, symSize: 0x30 } + - { offsetInCU: 0xF41, offset: 0x18B60B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6update4with7ElementQzSgAIn_tFTW', symObjAddr: 0x4E0, symBinAddr: 0x1728F0, symSize: 0x30 } + - { offsetInCU: 0x1054, offset: 0x18B71E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP9formUnionyyxnFTW', symObjAddr: 0x510, symBinAddr: 0x172920, symSize: 0x10 } + - { offsetInCU: 0x10A8, offset: 0x18B772, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP16formIntersectionyyxFTW', symObjAddr: 0x520, symBinAddr: 0x172930, symSize: 0x10 } + - { offsetInCU: 0x10FC, offset: 0x18B7C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x530, symBinAddr: 0x172940, symSize: 0x10 } + - { offsetInCU: 0x115F, offset: 0x18B829, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP11subtractingyxxFTW', symObjAddr: 0x540, symBinAddr: 0x172950, symSize: 0x20 } + - { offsetInCU: 0x1243, offset: 0x18B90D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8isSubset2ofSbx_tFTW', symObjAddr: 0x560, symBinAddr: 0x172970, symSize: 0x20 } + - { offsetInCU: 0x12BA, offset: 0x18B984, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isDisjoint4withSbx_tFTW', symObjAddr: 0x580, symBinAddr: 0x172990, symSize: 0x10 } + - { offsetInCU: 0x1372, offset: 0x18BA3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isSuperset2ofSbx_tFTW', symObjAddr: 0x590, symBinAddr: 0x1729A0, symSize: 0x20 } + - { offsetInCU: 0x140C, offset: 0x18BAD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP7isEmptySbvgTW', symObjAddr: 0x5B0, symBinAddr: 0x1729C0, symSize: 0x10 } + - { offsetInCU: 0x1474, offset: 0x18BB3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPyxqd__ncSTRd__7ElementQyd__AFRtzlufCTW', symObjAddr: 0x5C0, symBinAddr: 0x1729D0, symSize: 0x20 } + - { offsetInCU: 0x1490, offset: 0x18BB5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8subtractyyxFTW', symObjAddr: 0x5E0, symBinAddr: 0x1729F0, symSize: 0x10 } + - { offsetInCU: 0x1522, offset: 0x18BBEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5F0, symBinAddr: 0x172A00, symSize: 0x10 } + - { offsetInCU: 0x1560, offset: 0x18BC2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs25ExpressibleByArrayLiteralAAsADP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x600, symBinAddr: 0x172A10, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x18BDCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMi', symObjAddr: 0x0, symBinAddr: 0x172C70, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x18BDE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMr', symObjAddr: 0x10, symBinAddr: 0x172C80, symSize: 0x50 } + - { offsetInCU: 0xBA, offset: 0x18BE48, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC9keyframes33unsupportedAfterEffectsExpressionACyxGs15ContiguousArrayVyAA0B0CyxGG_SSSgtcfC', symObjAddr: 0x210, symBinAddr: 0x172E80, symSize: 0x40 } + - { offsetInCU: 0x10A, offset: 0x18BE98, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueSSvg', symObjAddr: 0x250, symBinAddr: 0x172EC0, symSize: 0x30 } + - { offsetInCU: 0x13B, offset: 0x18BEC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x3C0, symBinAddr: 0x173010, symSize: 0x70 } + - { offsetInCU: 0x170, offset: 0x18BEFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x430, symBinAddr: 0x173080, symSize: 0x10 } + - { offsetInCU: 0x1A5, offset: 0x18BF33, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueSSvg', symObjAddr: 0x440, symBinAddr: 0x173090, symSize: 0x30 } + - { offsetInCU: 0x1D6, offset: 0x18BF64, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x5A0, symBinAddr: 0x1731F0, symSize: 0x30 } + - { offsetInCU: 0x1F2, offset: 0x18BF80, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x5D0, symBinAddr: 0x173220, symSize: 0x30 } + - { offsetInCU: 0x20E, offset: 0x18BF9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValueSSvgTW', symObjAddr: 0x600, symBinAddr: 0x173250, symSize: 0x10 } + - { offsetInCU: 0x22A, offset: 0x18BFB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x610, symBinAddr: 0x173260, symSize: 0x20 } + - { offsetInCU: 0x246, offset: 0x18BFD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValueSiSgvgTW', symObjAddr: 0x630, symBinAddr: 0x173280, symSize: 0x10 } + - { offsetInCU: 0x271, offset: 0x18BFFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x640, symBinAddr: 0x173290, symSize: 0x20 } + - { offsetInCU: 0x2A2, offset: 0x18C030, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1AB0, symBinAddr: 0x174630, symSize: 0x10 } + - { offsetInCU: 0x310, offset: 0x18C09E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCfD', symObjAddr: 0x6E0, symBinAddr: 0x173310, symSize: 0x30 } + - { offsetInCU: 0x35B, offset: 0x18C0E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlF', symObjAddr: 0x60, symBinAddr: 0x172CD0, symSize: 0x150 } + - { offsetInCU: 0x3FA, offset: 0x18C188, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_', symObjAddr: 0x1780, symBinAddr: 0x174390, symSize: 0x90 } + - { offsetInCU: 0x45E, offset: 0x18C1EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE12interpolatorAA0D13ValueProvider_pvg', symObjAddr: 0x1B0, symBinAddr: 0x172E20, symSize: 0x60 } + - { offsetInCU: 0x49B, offset: 0x18C229, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9withValueyACyqd__Gqd__lF', symObjAddr: 0x280, symBinAddr: 0x172EF0, symSize: 0x120 } + - { offsetInCU: 0x4E8, offset: 0x18C276, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMa', symObjAddr: 0x710, symBinAddr: 0x173340, symSize: 0x10 } + - { offsetInCU: 0x507, offset: 0x18C295, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0x740, symBinAddr: 0x173350, symSize: 0x960 } + - { offsetInCU: 0x6E7, offset: 0x18C475, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x10A0, symBinAddr: 0x173CB0, symSize: 0x30 } + - { offsetInCU: 0x741, offset: 0x18C4CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x10D0, symBinAddr: 0x173CE0, symSize: 0x4E0 } + - { offsetInCU: 0x8C8, offset: 0x18C656, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x15B0, symBinAddr: 0x1741C0, symSize: 0x20 } + - { offsetInCU: 0x8EB, offset: 0x18C679, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x15D0, symBinAddr: 0x1741E0, symSize: 0x60 } + - { offsetInCU: 0x946, offset: 0x18C6D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x1630, symBinAddr: 0x174240, symSize: 0x20 } + - { offsetInCU: 0x96D, offset: 0x18C6FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x1650, symBinAddr: 0x174260, symSize: 0x70 } + - { offsetInCU: 0x9E1, offset: 0x18C76F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE9hashValueSivg', symObjAddr: 0x16C0, symBinAddr: 0x1742D0, symSize: 0x40 } + - { offsetInCU: 0xA5F, offset: 0x18C7ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x1700, symBinAddr: 0x174310, symSize: 0x20 } + - { offsetInCU: 0xA7B, offset: 0x18C809, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1720, symBinAddr: 0x174330, symSize: 0x20 } + - { offsetInCU: 0xA8F, offset: 0x18C81D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvg', symObjAddr: 0x1810, symBinAddr: 0x174420, symSize: 0x40 } + - { offsetInCU: 0xAF4, offset: 0x18C882, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP7untypedACyypGvgTW', symObjAddr: 0x1850, symBinAddr: 0x174460, symSize: 0x20 } + - { offsetInCU: 0xB10, offset: 0x18C89E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP12interpolatorAA0D13ValueProvider_pvgTW', symObjAddr: 0x1870, symBinAddr: 0x174480, symSize: 0x20 } + - { offsetInCU: 0xB2C, offset: 0x18C8BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSQWb', symObjAddr: 0x1890, symBinAddr: 0x1744A0, symSize: 0x30 } + - { offsetInCU: 0xB40, offset: 0x18C8CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_TA', symObjAddr: 0x18C0, symBinAddr: 0x1744D0, symSize: 0x20 } + - { offsetInCU: 0xB54, offset: 0x18C8E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMa', symObjAddr: 0x18E0, symBinAddr: 0x1744F0, symSize: 0x10 } + - { offsetInCU: 0xB7A, offset: 0x18C908, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF', symObjAddr: 0x1980, symBinAddr: 0x174500, symSize: 0x60 } + - { offsetInCU: 0xC2C, offset: 0x18C9BA, size: 0x8, addend: 0x0, symName: '_$sSa13_adoptStorage_5countSayxG_SpyxGts016_ContiguousArrayB0CyxGn_SitFZTf4gnn_n', symObjAddr: 0x1AC0, symBinAddr: 0x174640, symSize: 0x80 } + - { offsetInCU: 0xC9B, offset: 0x18CA29, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvgypxXEfU_TA', symObjAddr: 0x1B80, symBinAddr: 0x1746C0, symSize: 0x40 } + - { offsetInCU: 0xCD6, offset: 0x18CA64, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMi', symObjAddr: 0x1C20, symBinAddr: 0x174700, symSize: 0x10 } + - { offsetInCU: 0xCEA, offset: 0x18CA78, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwet', symObjAddr: 0x1C50, symBinAddr: 0x174710, symSize: 0x80 } + - { offsetInCU: 0xCFE, offset: 0x18CA8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwst', symObjAddr: 0x1CD0, symBinAddr: 0x174790, symSize: 0xD0 } + - { offsetInCU: 0xD12, offset: 0x18CAA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwug', symObjAddr: 0x1DA0, symBinAddr: 0x174860, symSize: 0x10 } + - { offsetInCU: 0xD26, offset: 0x18CAB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwup', symObjAddr: 0x1DB0, symBinAddr: 0x174870, symSize: 0x10 } + - { offsetInCU: 0xD3A, offset: 0x18CAC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwui', symObjAddr: 0x1DC0, symBinAddr: 0x174880, symSize: 0x10 } + - { offsetInCU: 0xD4E, offset: 0x18CADC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASQWb', symObjAddr: 0x1DD0, symBinAddr: 0x174890, symSize: 0x20 } + - { offsetInCU: 0xD62, offset: 0x18CAF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1DF0, symBinAddr: 0x1748B0, symSize: 0x20 } + - { offsetInCU: 0xD76, offset: 0x18CB04, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1E10, symBinAddr: 0x1748D0, symSize: 0x14 } + - { offsetInCU: 0xDDB, offset: 0x18CB69, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x470, symBinAddr: 0x1730C0, symSize: 0x50 } + - { offsetInCU: 0xDF7, offset: 0x18CB85, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x4C0, symBinAddr: 0x173110, symSize: 0x40 } + - { offsetInCU: 0xE13, offset: 0x18CBA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x500, symBinAddr: 0x173150, symSize: 0x50 } + - { offsetInCU: 0xE2F, offset: 0x18CBBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x550, symBinAddr: 0x1731A0, symSize: 0x50 } + - { offsetInCU: 0xE51, offset: 0x18CBDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x660, symBinAddr: 0x1732B0, symSize: 0x30 } + - { offsetInCU: 0xE6D, offset: 0x18CBFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x690, symBinAddr: 0x1732E0, symSize: 0x30 } + - { offsetInCU: 0xF3A, offset: 0x18CCC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1740, symBinAddr: 0x174350, symSize: 0x40 } + - { offsetInCU: 0xF7E, offset: 0x18CD0C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV6appendyyxnFTf4gn_n', symObjAddr: 0x19E0, symBinAddr: 0x174560, symSize: 0x70 } + - { offsetInCU: 0xFEC, offset: 0x18CD7A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV12arrayLiteralAByxGxd_tcfCTf4gn_n', symObjAddr: 0x1A50, symBinAddr: 0x1745D0, symSize: 0x60 } + - { offsetInCU: 0x2B, offset: 0x18D041, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x1748F0, symSize: 0x170 } + - { offsetInCU: 0xB2, offset: 0x18D0C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x1748F0, symSize: 0x170 } + - { offsetInCU: 0x1D6, offset: 0x18D1EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15setupAnimations7contextyAA0dC7ContextV_tKF', symObjAddr: 0x170, symBinAddr: 0x174A60, symSize: 0x340 } + - { offsetInCU: 0x3A4, offset: 0x18D3BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x4B0, symBinAddr: 0x174DA0, symSize: 0x200 } + - { offsetInCU: 0x5B0, offset: 0x18D5C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x6B0, symBinAddr: 0x174FA0, symSize: 0x30 } + - { offsetInCU: 0x5EA, offset: 0x18D600, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCACycfcTo', symObjAddr: 0x6E0, symBinAddr: 0x174FD0, symSize: 0x30 } + - { offsetInCU: 0x64D, offset: 0x18D663, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x710, symBinAddr: 0x175000, symSize: 0x90 } + - { offsetInCU: 0x6BB, offset: 0x18D6D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x7A0, symBinAddr: 0x175090, symSize: 0x40 } + - { offsetInCU: 0x6FE, offset: 0x18D714, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCfD', symObjAddr: 0x7E0, symBinAddr: 0x1750D0, symSize: 0x30 } + - { offsetInCU: 0x72B, offset: 0x18D741, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCAA0cD0A2aDP15setupAnimations7contextyAA0dC7ContextV_tKFTW', symObjAddr: 0x830, symBinAddr: 0x175120, symSize: 0x20 } + - { offsetInCU: 0x816, offset: 0x18D82C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCMa', symObjAddr: 0x810, symBinAddr: 0x175100, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x18DA97, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x175140, symSize: 0x30 } + - { offsetInCU: 0x73, offset: 0x18DADF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x175140, symSize: 0x30 } + - { offsetInCU: 0xB8, offset: 0x18DB24, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCMa', symObjAddr: 0x30, symBinAddr: 0x175170, symSize: 0x14 } + - { offsetInCU: 0x2B, offset: 0x18DC85, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x175190, symSize: 0x10 } + - { offsetInCU: 0x4F, offset: 0x18DCA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotificationSo18NSNotificationNameavp', symObjAddr: 0x34B0, symBinAddr: 0x2206A8, symSize: 0x0 } + - { offsetInCU: 0x5D, offset: 0x18DCB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x175190, symSize: 0x10 } + - { offsetInCU: 0x71, offset: 0x18DCCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMr', symObjAddr: 0x10, symBinAddr: 0x1751A0, symSize: 0x80 } + - { offsetInCU: 0x85, offset: 0x18DCDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotification_WZ', symObjAddr: 0x90, symBinAddr: 0x175220, symSize: 0x20 } + - { offsetInCU: 0xAB, offset: 0x18DD05, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfd', symObjAddr: 0xB0, symBinAddr: 0x175240, symSize: 0x50 } + - { offsetInCU: 0xEF, offset: 0x18DD49, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfD', symObjAddr: 0x100, symBinAddr: 0x175290, symSize: 0x20 } + - { offsetInCU: 0x11D, offset: 0x18DD77, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMa', symObjAddr: 0x120, symBinAddr: 0x1752B0, symSize: 0x10 } + - { offsetInCU: 0x131, offset: 0x18DD8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMi', symObjAddr: 0x130, symBinAddr: 0x1752C0, symSize: 0x10 } + - { offsetInCU: 0x145, offset: 0x18DD9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMr', symObjAddr: 0x140, symBinAddr: 0x1752D0, symSize: 0xB0 } + - { offsetInCU: 0x19D, offset: 0x18DDF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCfD', symObjAddr: 0x1F0, symBinAddr: 0x175380, symSize: 0x50 } + - { offsetInCU: 0x1FD, offset: 0x18DE57, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMa', symObjAddr: 0x240, symBinAddr: 0x1753D0, symSize: 0x10 } + - { offsetInCU: 0x8B, offset: 0x18E061, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyF', symObjAddr: 0x0, symBinAddr: 0x1753E0, symSize: 0xF0 } + - { offsetInCU: 0x169, offset: 0x18E13F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_', symObjAddr: 0x2990, symBinAddr: 0x177C90, symSize: 0x7C0 } + - { offsetInCU: 0x517, offset: 0x18E4ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_6$deferL_yyF', symObjAddr: 0x3150, symBinAddr: 0x178450, symSize: 0x90 } + - { offsetInCU: 0x5D7, offset: 0x18E5AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC3url10accessMode17preferredEncodingACSg10Foundation3URLV_AC06AccessE0OSSAHE0G0VSgtcfc', symObjAddr: 0x1CA0, symBinAddr: 0x177080, symSize: 0x3A0 } + - { offsetInCU: 0x680, offset: 0x18E656, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCfD', symObjAddr: 0x2040, symBinAddr: 0x177420, symSize: 0xE0 } + - { offsetInCU: 0x6F3, offset: 0x18E6C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2700, symBinAddr: 0x177A00, symSize: 0x10 } + - { offsetInCU: 0x77A, offset: 0x18E750, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x2710, symBinAddr: 0x177A10, symSize: 0x40 } + - { offsetInCU: 0x85E, offset: 0x18E834, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2750, symBinAddr: 0x177A50, symSize: 0x20 } + - { offsetInCU: 0x8EC, offset: 0x18E8C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x28A0, symBinAddr: 0x177BA0, symSize: 0x20 } + - { offsetInCU: 0x91D, offset: 0x18E8F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x28C0, symBinAddr: 0x177BC0, symSize: 0x10 } + - { offsetInCU: 0x93A, offset: 0x18E910, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST12makeIterator0D0QzyFTW', symObjAddr: 0x31E0, symBinAddr: 0x1784E0, symSize: 0x30 } + - { offsetInCU: 0x95D, offset: 0x18E933, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33scanForZIP64EndOfCentralDirectory06_D21B9K25A55B313329C5A8982D32CCC76LL2in10eocdOffsetAC0efghI0VSgSpySo7__sFILEVG_s6UInt64VtFZTf4nnd_n', symObjAddr: 0x4020, symBinAddr: 0x1792E0, symSize: 0x200 } + - { offsetInCU: 0xB1A, offset: 0x18EAF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC34scanForEndOfCentralDirectoryRecord2inAC0efghI0V_AC05ZIP64efgH0VSgtSgSpySo7__sFILEVG_tFZTf4nd_n', symObjAddr: 0x4220, symBinAddr: 0x1794E0, symSize: 0x2A0 } + - { offsetInCU: 0xCBC, offset: 0x18EC92, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data10Foundation4DataVvg', symObjAddr: 0xF0, symBinAddr: 0x1754D0, symSize: 0x1600 } + - { offsetInCU: 0x1533, offset: 0x18F509, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt32V_Tg5', symObjAddr: 0x16F0, symBinAddr: 0x176AD0, symSize: 0x150 } + - { offsetInCU: 0x15C4, offset: 0x18F59A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt64V_Tg5', symObjAddr: 0x1840, symBinAddr: 0x176C20, symSize: 0x160 } + - { offsetInCU: 0x16DA, offset: 0x18F6B0, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt32V_Tg5', symObjAddr: 0x19A0, symBinAddr: 0x176D80, symSize: 0x100 } + - { offsetInCU: 0x193A, offset: 0x18F910, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt16V_Tg5', symObjAddr: 0x1AA0, symBinAddr: 0x176E80, symSize: 0x100 } + - { offsetInCU: 0x1B9A, offset: 0x18FB70, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt64V_Tg5', symObjAddr: 0x1BA0, symBinAddr: 0x176F80, symSize: 0x100 } + - { offsetInCU: 0x1D84, offset: 0x18FD5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMU', symObjAddr: 0x2120, symBinAddr: 0x177500, symSize: 0x10 } + - { offsetInCU: 0x1D98, offset: 0x18FD6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMa', symObjAddr: 0x2130, symBinAddr: 0x177510, symSize: 0x30 } + - { offsetInCU: 0x1DAC, offset: 0x18FD82, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMr', symObjAddr: 0x2160, symBinAddr: 0x177540, symSize: 0xC0 } + - { offsetInCU: 0x1DC0, offset: 0x18FD96, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgMa', symObjAddr: 0x2220, symBinAddr: 0x177600, symSize: 0x50 } + - { offsetInCU: 0x1DD4, offset: 0x18FDAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwCP', symObjAddr: 0x2270, symBinAddr: 0x177650, symSize: 0x30 } + - { offsetInCU: 0x1DE8, offset: 0x18FDBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwxx', symObjAddr: 0x2300, symBinAddr: 0x177680, symSize: 0x20 } + - { offsetInCU: 0x1DFC, offset: 0x18FDD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x2360, symBinAddr: 0x1776A0, symSize: 0x60 } + - { offsetInCU: 0x1E10, offset: 0x18FDE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwca', symObjAddr: 0x23C0, symBinAddr: 0x177700, symSize: 0x80 } + - { offsetInCU: 0x1E24, offset: 0x18FDFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwta', symObjAddr: 0x2460, symBinAddr: 0x177780, symSize: 0x50 } + - { offsetInCU: 0x1E38, offset: 0x18FE0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwet', symObjAddr: 0x24B0, symBinAddr: 0x1777D0, symSize: 0x50 } + - { offsetInCU: 0x1E4C, offset: 0x18FE22, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwst', symObjAddr: 0x2500, symBinAddr: 0x177820, symSize: 0x60 } + - { offsetInCU: 0x1E60, offset: 0x18FE36, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVMa', symObjAddr: 0x2560, symBinAddr: 0x177880, symSize: 0x10 } + - { offsetInCU: 0x1E74, offset: 0x18FE4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwet', symObjAddr: 0x2590, symBinAddr: 0x177890, symSize: 0x80 } + - { offsetInCU: 0x1E88, offset: 0x18FE5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwst', symObjAddr: 0x2610, symBinAddr: 0x177910, symSize: 0xD0 } + - { offsetInCU: 0x1E9C, offset: 0x18FE72, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwup', symObjAddr: 0x26E0, symBinAddr: 0x1779E0, symSize: 0x10 } + - { offsetInCU: 0x1EB0, offset: 0x18FE86, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOMa', symObjAddr: 0x26F0, symBinAddr: 0x1779F0, symSize: 0x10 } + - { offsetInCU: 0x1EFB, offset: 0x18FED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASQWb', symObjAddr: 0x28D0, symBinAddr: 0x177BD0, symSize: 0x10 } + - { offsetInCU: 0x1F0F, offset: 0x18FEE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOAESQAAWl', symObjAddr: 0x28E0, symBinAddr: 0x177BE0, symSize: 0x30 } + - { offsetInCU: 0x1F23, offset: 0x18FEF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAA8IteratorST_StWT', symObjAddr: 0x2910, symBinAddr: 0x177C10, symSize: 0x10 } + - { offsetInCU: 0x1F37, offset: 0x18FF0D, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGAByxGStsWl', symObjAddr: 0x2920, symBinAddr: 0x177C20, symSize: 0x40 } + - { offsetInCU: 0x1F4B, offset: 0x18FF21, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGMa', symObjAddr: 0x2960, symBinAddr: 0x177C60, symSize: 0x30 } + - { offsetInCU: 0x21ED, offset: 0x1901C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_TA', symObjAddr: 0x35B0, symBinAddr: 0x1788B0, symSize: 0x20 } + - { offsetInCU: 0x2259, offset: 0x19022F, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlF6Lottie7ArchiveC_Tg5', symObjAddr: 0x3610, symBinAddr: 0x1788D0, symSize: 0x490 } + - { offsetInCU: 0x2394, offset: 0x19036A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10LargeSliceVyAESWcfCTf4nd_n', symObjAddr: 0x3AA0, symBinAddr: 0x178D60, symSize: 0x80 } + - { offsetInCU: 0x23C1, offset: 0x190397, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAESWcfCTf4nd_n', symObjAddr: 0x3B20, symBinAddr: 0x178DE0, symSize: 0x80 } + - { offsetInCU: 0x2437, offset: 0x19040D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOyAESWcfCTf4nd_n', symObjAddr: 0x3BA0, symBinAddr: 0x178E60, symSize: 0x70 } + - { offsetInCU: 0x248C, offset: 0x190462, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAeC0cB0VcfCTf4nd_n', symObjAddr: 0x3C10, symBinAddr: 0x178ED0, symSize: 0x100 } + - { offsetInCU: 0x24F8, offset: 0x1904CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0J0V_AKSiKXEtcfC015$s10Foundation4j2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x3D10, symBinAddr: 0x178FD0, symSize: 0x310 } + - { offsetInCU: 0x2705, offset: 0x1906DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOe', symObjAddr: 0x44C0, symBinAddr: 0x179780, symSize: 0x70 } + - { offsetInCU: 0x2719, offset: 0x1906EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOy', symObjAddr: 0x4590, symBinAddr: 0x179850, symSize: 0x70 } + - { offsetInCU: 0x272D, offset: 0x190703, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOy', symObjAddr: 0x4600, symBinAddr: 0x1798C0, symSize: 0x50 } + - { offsetInCU: 0x2741, offset: 0x190717, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOe', symObjAddr: 0x46E0, symBinAddr: 0x179960, symSize: 0x50 } + - { offsetInCU: 0x2755, offset: 0x19072B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_TA', symObjAddr: 0x4730, symBinAddr: 0x1799B0, symSize: 0x10 } + - { offsetInCU: 0x2769, offset: 0x19073F, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOf', symObjAddr: 0x47A0, symBinAddr: 0x1799C0, symSize: 0x40 } + - { offsetInCU: 0x277D, offset: 0x190753, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVWOr', symObjAddr: 0x47E0, symBinAddr: 0x179A00, symSize: 0x20 } + - { offsetInCU: 0x2791, offset: 0x190767, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOr', symObjAddr: 0x4800, symBinAddr: 0x179A20, symSize: 0x60 } + - { offsetInCU: 0x27A5, offset: 0x19077B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOs', symObjAddr: 0x4890, symBinAddr: 0x179A80, symSize: 0x80 } + - { offsetInCU: 0x27B9, offset: 0x19078F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOe', symObjAddr: 0x4910, symBinAddr: 0x179B00, symSize: 0xE0 } + - { offsetInCU: 0x27CD, offset: 0x1907A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwet', symObjAddr: 0x4A20, symBinAddr: 0x179C10, symSize: 0x80 } + - { offsetInCU: 0x27E1, offset: 0x1907B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwst', symObjAddr: 0x4AA0, symBinAddr: 0x179C90, symSize: 0xD0 } + - { offsetInCU: 0x27F5, offset: 0x1907CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwug', symObjAddr: 0x4B70, symBinAddr: 0x179D60, symSize: 0x10 } + - { offsetInCU: 0x2809, offset: 0x1907DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwup', symObjAddr: 0x4B80, symBinAddr: 0x179D70, symSize: 0x10 } + - { offsetInCU: 0x281D, offset: 0x1907F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwui', symObjAddr: 0x4B90, symBinAddr: 0x179D80, symSize: 0x10 } + - { offsetInCU: 0x2831, offset: 0x190807, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOMa', symObjAddr: 0x4BA0, symBinAddr: 0x179D90, symSize: 0x10 } + - { offsetInCU: 0x2845, offset: 0x19081B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASQWb', symObjAddr: 0x4BB0, symBinAddr: 0x179DA0, symSize: 0x10 } + - { offsetInCU: 0x2859, offset: 0x19082F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAESQAAWl', symObjAddr: 0x4BC0, symBinAddr: 0x179DB0, symSize: 0x30 } + - { offsetInCU: 0x2961, offset: 0x190937, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2770, symBinAddr: 0x177A70, symSize: 0x40 } + - { offsetInCU: 0x29FE, offset: 0x1909D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0x27B0, symBinAddr: 0x177AB0, symSize: 0x10 } + - { offsetInCU: 0x2A1A, offset: 0x1909F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0x27C0, symBinAddr: 0x177AC0, symSize: 0x10 } + - { offsetInCU: 0x2A36, offset: 0x190A0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x27D0, symBinAddr: 0x177AD0, symSize: 0x10 } + - { offsetInCU: 0x2A52, offset: 0x190A28, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x27E0, symBinAddr: 0x177AE0, symSize: 0x10 } + - { offsetInCU: 0x2A7D, offset: 0x190A53, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x27F0, symBinAddr: 0x177AF0, symSize: 0x10 } + - { offsetInCU: 0x2B0E, offset: 0x190AE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH9hashValueSivgTW', symObjAddr: 0x2800, symBinAddr: 0x177B00, symSize: 0x40 } + - { offsetInCU: 0x2BBD, offset: 0x190B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2840, symBinAddr: 0x177B40, symSize: 0x20 } + - { offsetInCU: 0x2C10, offset: 0x190BE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2860, symBinAddr: 0x177B60, symSize: 0x40 } + - { offsetInCU: 0x2CDA, offset: 0x190CB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST19underestimatedCountSivgTW', symObjAddr: 0x3210, symBinAddr: 0x178510, symSize: 0x10 } + - { offsetInCU: 0x2CF6, offset: 0x190CCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST31_customContainsEquatableElementySbSg0F0QzFTW', symObjAddr: 0x3220, symBinAddr: 0x178520, symSize: 0x10 } + - { offsetInCU: 0x2D27, offset: 0x190CFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST22_copyToContiguousArrays0eF0Vy7ElementQzGyFTW', symObjAddr: 0x3230, symBinAddr: 0x178530, symSize: 0x30 } + - { offsetInCU: 0x2D58, offset: 0x190D2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tFTW', symObjAddr: 0x3260, symBinAddr: 0x178560, symSize: 0x20 } + - { offsetInCU: 0x2D74, offset: 0x190D4A, size: 0x8, addend: 0x0, symName: '_$sSTsE13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tF6Lottie7ArchiveC_Tg5', symObjAddr: 0x3280, symBinAddr: 0x178580, symSize: 0x2B0 } + - { offsetInCU: 0x2DEB, offset: 0x190DC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST32withContiguousStorageIfAvailableyqd__Sgqd__SRy7ElementQzGKXEKlFTW', symObjAddr: 0x3530, symBinAddr: 0x178830, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1911E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x179E10, symSize: 0x70 } + - { offsetInCU: 0x4F, offset: 0x191208, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x179E10, symSize: 0x70 } + - { offsetInCU: 0x7C, offset: 0x191235, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfD', symObjAddr: 0x70, symBinAddr: 0x179E80, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x191271, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0x179EC0, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x1912B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xD0, symBinAddr: 0x179EE0, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x1912F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x100, symBinAddr: 0x179F10, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x191325, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesC08gradientC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x300, symBinAddr: 0x17A110, symSize: 0xB50 } + - { offsetInCU: 0x8D3, offset: 0x191A8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCMa', symObjAddr: 0x90, symBinAddr: 0x179EA0, symSize: 0x20 } + - { offsetInCU: 0x911, offset: 0x191ACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCfD', symObjAddr: 0x120, symBinAddr: 0x179F30, symSize: 0x40 } + - { offsetInCU: 0x972, offset: 0x191B2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x180, symBinAddr: 0x179F90, symSize: 0x40 } + - { offsetInCU: 0x9BC, offset: 0x191B75, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x1C0, symBinAddr: 0x179FD0, symSize: 0x30 } + - { offsetInCU: 0x9FD, offset: 0x191BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1F0, symBinAddr: 0x17A000, symSize: 0x10 } + - { offsetInCU: 0xA2F, offset: 0x191BE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x200, symBinAddr: 0x17A010, symSize: 0x10 } + - { offsetInCU: 0xA93, offset: 0x191C4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x210, symBinAddr: 0x17A020, symSize: 0x20 } + - { offsetInCU: 0xAF5, offset: 0x191CAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x17A040, symSize: 0x10 } + - { offsetInCU: 0xB20, offset: 0x191CD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x240, symBinAddr: 0x17A050, symSize: 0x10 } + - { offsetInCU: 0xB52, offset: 0x191D0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x250, symBinAddr: 0x17A060, symSize: 0x10 } + - { offsetInCU: 0xB7D, offset: 0x191D36, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x260, symBinAddr: 0x17A070, symSize: 0x10 } + - { offsetInCU: 0xBBE, offset: 0x191D77, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x270, symBinAddr: 0x17A080, symSize: 0x10 } + - { offsetInCU: 0xBFF, offset: 0x191DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x280, symBinAddr: 0x17A090, symSize: 0x20 } + - { offsetInCU: 0xC31, offset: 0x191DEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x2A0, symBinAddr: 0x17A0B0, symSize: 0x10 } + - { offsetInCU: 0xC6B, offset: 0x191E24, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x2B0, symBinAddr: 0x17A0C0, symSize: 0x50 } + - { offsetInCU: 0xCA8, offset: 0x191E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xE50, symBinAddr: 0x17AC60, symSize: 0x4D0 } + - { offsetInCU: 0x1559, offset: 0x192712, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCMa', symObjAddr: 0x160, symBinAddr: 0x179F70, symSize: 0x20 } + - { offsetInCU: 0x8D, offset: 0x193547, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfC', symObjAddr: 0x0, symBinAddr: 0x17B130, symSize: 0x50 } + - { offsetInCU: 0xE4, offset: 0x19359E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc', symObjAddr: 0x50, symBinAddr: 0x17B180, symSize: 0x20 } + - { offsetInCU: 0x11B, offset: 0x1935D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x70, symBinAddr: 0x17B1A0, symSize: 0x630 } + - { offsetInCU: 0x33C, offset: 0x1937F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x740, symBinAddr: 0x17B870, symSize: 0x10 } + - { offsetInCU: 0x35F, offset: 0x193819, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfd', symObjAddr: 0x750, symBinAddr: 0x17B880, symSize: 0x30 } + - { offsetInCU: 0x39A, offset: 0x193854, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfD', symObjAddr: 0x780, symBinAddr: 0x17B8B0, symSize: 0x40 } + - { offsetInCU: 0x3DD, offset: 0x193897, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x7C0, symBinAddr: 0x17B8F0, symSize: 0x20 } + - { offsetInCU: 0x423, offset: 0x1938DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x7E0, symBinAddr: 0x17B910, symSize: 0x20 } + - { offsetInCU: 0x50A, offset: 0x1939C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x800, symBinAddr: 0x17B930, symSize: 0x10 } + - { offsetInCU: 0x52D, offset: 0x1939E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x810, symBinAddr: 0x17B940, symSize: 0x10 } + - { offsetInCU: 0x55F, offset: 0x193A19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x820, symBinAddr: 0x17B950, symSize: 0x20 } + - { offsetInCU: 0x573, offset: 0x193A2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu0_TA', symObjAddr: 0x840, symBinAddr: 0x17B970, symSize: 0x10 } + - { offsetInCU: 0x592, offset: 0x193A4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x8B0, symBinAddr: 0x17B980, symSize: 0x80 } + - { offsetInCU: 0x5EB, offset: 0x193AA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCMa', symObjAddr: 0x930, symBinAddr: 0x17BA00, symSize: 0x20 } + - { offsetInCU: 0x5FF, offset: 0x193AB9, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCMa', symObjAddr: 0x9A0, symBinAddr: 0x17BA70, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x193D36, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x17BAC0, symSize: 0x130 } + - { offsetInCU: 0x17E, offset: 0x193E8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x17BAC0, symSize: 0x130 } + - { offsetInCU: 0x51B, offset: 0x19422A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x130, symBinAddr: 0x17BBF0, symSize: 0x70 } + - { offsetInCU: 0x73A, offset: 0x194449, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1A0, symBinAddr: 0x17BC60, symSize: 0x80 } + - { offsetInCU: 0x756, offset: 0x194465, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x220, symBinAddr: 0x17BCE0, symSize: 0x30 } + - { offsetInCU: 0x7A8, offset: 0x1944B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x250, symBinAddr: 0x17BD10, symSize: 0x20 } + - { offsetInCU: 0x13F, offset: 0x1947DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5shape10otherItems7contextA2C0C0V_SayAHGAA0D7ContextVtKcfc', symObjAddr: 0x370, symBinAddr: 0x17C0A0, symSize: 0x9E0 } + - { offsetInCU: 0x958, offset: 0x194FF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xD50, symBinAddr: 0x17CA80, symSize: 0x80 } + - { offsetInCU: 0x99F, offset: 0x19503F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfc', symObjAddr: 0xDD0, symBinAddr: 0x17CB00, symSize: 0x240 } + - { offsetInCU: 0xA62, offset: 0x195102, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfcTo', symObjAddr: 0x1010, symBinAddr: 0x17CD40, symSize: 0x50 } + - { offsetInCU: 0xA94, offset: 0x195134, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x1060, symBinAddr: 0x17CD90, symSize: 0x660 } + - { offsetInCU: 0xB40, offset: 0x1951E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC24setupSolidFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL05shapeD07contextySo07CAShapeD0C_AA0D16AnimationContextVtKF', symObjAddr: 0x16C0, symBinAddr: 0x17D3F0, symSize: 0x1510 } + - { offsetInCU: 0x12F3, offset: 0x195993, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC27setupGradientFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKF', symObjAddr: 0x2BD0, symBinAddr: 0x17E900, symSize: 0x1280 } + - { offsetInCU: 0x19C7, offset: 0x196067, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC017setupGradientFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0gD13ConfigurationAELLOAA0fG0C_tF', symObjAddr: 0x3E50, symBinAddr: 0x17FB80, symSize: 0x2E0 } + - { offsetInCU: 0x1C30, offset: 0x1962D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC014setupSolidFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLAC0gD13ConfigurationAELLOyF', symObjAddr: 0x4130, symBinAddr: 0x17FE60, symSize: 0xA0 } + - { offsetInCU: 0x1D93, offset: 0x196433, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC019setupGradientStrokeD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0F6LayersAELLVAA0fG0C_tF', symObjAddr: 0x41D0, symBinAddr: 0x17FF00, symSize: 0x240 } + - { offsetInCU: 0x1FAC, offset: 0x19664C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCACycfcTo', symObjAddr: 0x4810, symBinAddr: 0x180540, symSize: 0x30 } + - { offsetInCU: 0x2013, offset: 0x1966B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfD', symObjAddr: 0x48C0, symBinAddr: 0x1805F0, symSize: 0x30 } + - { offsetInCU: 0x2040, offset: 0x1966E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC29setupGradientStrokeAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKFTf4xnn_n', symObjAddr: 0x51A0, symBinAddr: 0x180E80, symSize: 0x1030 } + - { offsetInCU: 0x2AA7, offset: 0x197147, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV3foryAcA09ShapeItemB0C0G0VF', symObjAddr: 0x4410, symBinAddr: 0x180140, symSize: 0x400 } + - { offsetInCU: 0x2D6E, offset: 0x19740E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfE', symObjAddr: 0x4840, symBinAddr: 0x180570, symSize: 0x80 } + - { offsetInCU: 0x2D9B, offset: 0x19743B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfETo', symObjAddr: 0x48F0, symBinAddr: 0x180620, symSize: 0x80 } + - { offsetInCU: 0x2DCA, offset: 0x19746A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCMa', symObjAddr: 0x4970, symBinAddr: 0x1806A0, symSize: 0x20 } + - { offsetInCU: 0x2DDE, offset: 0x19747E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwxx', symObjAddr: 0x4990, symBinAddr: 0x1806C0, symSize: 0x40 } + - { offsetInCU: 0x2DF2, offset: 0x197492, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwcp', symObjAddr: 0x49D0, symBinAddr: 0x180700, symSize: 0x60 } + - { offsetInCU: 0x2E06, offset: 0x1974A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwca', symObjAddr: 0x4A30, symBinAddr: 0x180760, symSize: 0x90 } + - { offsetInCU: 0x2E1A, offset: 0x1974BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwta', symObjAddr: 0x4AE0, symBinAddr: 0x1807F0, symSize: 0x60 } + - { offsetInCU: 0x2E2E, offset: 0x1974CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwet', symObjAddr: 0x4B40, symBinAddr: 0x180850, symSize: 0x40 } + - { offsetInCU: 0x2E42, offset: 0x1974E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwst', symObjAddr: 0x4B80, symBinAddr: 0x180890, symSize: 0x50 } + - { offsetInCU: 0x2E56, offset: 0x1974F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVMa', symObjAddr: 0x4BD0, symBinAddr: 0x1808E0, symSize: 0x10 } + - { offsetInCU: 0x2E6A, offset: 0x19750A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwCP', symObjAddr: 0x4BE0, symBinAddr: 0x1808F0, symSize: 0x30 } + - { offsetInCU: 0x2E7E, offset: 0x19751E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOy', symObjAddr: 0x4C10, symBinAddr: 0x180920, symSize: 0x50 } + - { offsetInCU: 0x2E92, offset: 0x197532, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwxx', symObjAddr: 0x4C60, symBinAddr: 0x180970, symSize: 0x20 } + - { offsetInCU: 0x2EA6, offset: 0x197546, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOe', symObjAddr: 0x4C80, symBinAddr: 0x180990, symSize: 0x50 } + - { offsetInCU: 0x2EBA, offset: 0x19755A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwcp', symObjAddr: 0x4CD0, symBinAddr: 0x1809E0, symSize: 0x70 } + - { offsetInCU: 0x2ECE, offset: 0x19756E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwca', symObjAddr: 0x4D40, symBinAddr: 0x180A50, symSize: 0x80 } + - { offsetInCU: 0x2EE2, offset: 0x197582, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwta', symObjAddr: 0x4DE0, symBinAddr: 0x180AD0, symSize: 0x50 } + - { offsetInCU: 0x2EF6, offset: 0x197596, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwet', symObjAddr: 0x4E30, symBinAddr: 0x180B20, symSize: 0x50 } + - { offsetInCU: 0x2F0A, offset: 0x1975AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwst', symObjAddr: 0x4E80, symBinAddr: 0x180B70, symSize: 0x50 } + - { offsetInCU: 0x2F1E, offset: 0x1975BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwug', symObjAddr: 0x4ED0, symBinAddr: 0x180BC0, symSize: 0x10 } + - { offsetInCU: 0x2F32, offset: 0x1975D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwup', symObjAddr: 0x4EE0, symBinAddr: 0x180BD0, symSize: 0x10 } + - { offsetInCU: 0x2F46, offset: 0x1975E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwui', symObjAddr: 0x4EF0, symBinAddr: 0x180BE0, symSize: 0x10 } + - { offsetInCU: 0x2F5A, offset: 0x1975FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOMa', symObjAddr: 0x4F00, symBinAddr: 0x180BF0, symSize: 0x10 } + - { offsetInCU: 0x2F6E, offset: 0x19760E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VwCP', symObjAddr: 0x4F10, symBinAddr: 0x180C00, symSize: 0x30 } + - { offsetInCU: 0x2F82, offset: 0x197622, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwxx', symObjAddr: 0x4F40, symBinAddr: 0x180C30, symSize: 0x20 } + - { offsetInCU: 0x2F96, offset: 0x197636, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwcp', symObjAddr: 0x4F60, symBinAddr: 0x180C50, symSize: 0x30 } + - { offsetInCU: 0x2FAA, offset: 0x19764A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwca', symObjAddr: 0x4F90, symBinAddr: 0x180C80, symSize: 0x50 } + - { offsetInCU: 0x2FBE, offset: 0x19765E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwta', symObjAddr: 0x4FF0, symBinAddr: 0x180CD0, symSize: 0x40 } + - { offsetInCU: 0x2FD2, offset: 0x197672, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwet', symObjAddr: 0x5030, symBinAddr: 0x180D10, symSize: 0x40 } + - { offsetInCU: 0x2FE6, offset: 0x197686, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwst', symObjAddr: 0x5070, symBinAddr: 0x180D50, symSize: 0x40 } + - { offsetInCU: 0x2FFA, offset: 0x19769A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VMa', symObjAddr: 0x50B0, symBinAddr: 0x180D90, symSize: 0x10 } + - { offsetInCU: 0x300E, offset: 0x1976AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLO4fill_AC14GradientLayersAELLVSg14gradientStroketSgWOe', symObjAddr: 0x50C0, symBinAddr: 0x180DA0, symSize: 0x50 } + - { offsetInCU: 0x3022, offset: 0x1976C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOe', symObjAddr: 0x5110, symBinAddr: 0x180DF0, symSize: 0x40 } + - { offsetInCU: 0x3036, offset: 0x1976D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOy', symObjAddr: 0x5150, symBinAddr: 0x180E30, symSize: 0x50 } + - { offsetInCU: 0x308A, offset: 0x19772A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x62A0, symBinAddr: 0x181EB0, symSize: 0x20 } + - { offsetInCU: 0x309E, offset: 0x19773E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x62C0, symBinAddr: 0x181ED0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x197C07, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x181F70, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x197C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x181F70, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x197C33, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwxx', symObjAddr: 0x30, symBinAddr: 0x181FA0, symSize: 0x20 } + - { offsetInCU: 0x6B, offset: 0x197C47, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwcp', symObjAddr: 0x80, symBinAddr: 0x181FC0, symSize: 0x40 } + - { offsetInCU: 0x7F, offset: 0x197C5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwca', symObjAddr: 0xC0, symBinAddr: 0x182000, symSize: 0x40 } + - { offsetInCU: 0x93, offset: 0x197C6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwta', symObjAddr: 0x240, symBinAddr: 0x182040, symSize: 0x50 } + - { offsetInCU: 0xA7, offset: 0x197C83, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwet', symObjAddr: 0x290, symBinAddr: 0x182090, symSize: 0x40 } + - { offsetInCU: 0xBB, offset: 0x197C97, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwst', symObjAddr: 0x2D0, symBinAddr: 0x1820D0, symSize: 0x50 } + - { offsetInCU: 0xCF, offset: 0x197CAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVMa', symObjAddr: 0x320, symBinAddr: 0x182120, symSize: 0x10 } + - { offsetInCU: 0xEF, offset: 0x197CCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufC', symObjAddr: 0x330, symBinAddr: 0x182130, symSize: 0xD0 } + - { offsetInCU: 0x12C, offset: 0x197D08, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_', symObjAddr: 0x400, symBinAddr: 0x182200, symSize: 0x2D0 } + - { offsetInCU: 0x1A0, offset: 0x197D7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6D0, symBinAddr: 0x1824D0, symSize: 0x20 } + - { offsetInCU: 0x1E6, offset: 0x197DC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_TA', symObjAddr: 0x760, symBinAddr: 0x182530, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x197F5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x182560, symSize: 0x80 } + - { offsetInCU: 0x4B, offset: 0x197F7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x182560, symSize: 0x80 } + - { offsetInCU: 0x69, offset: 0x197F9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x80, symBinAddr: 0x1825E0, symSize: 0x80 } + - { offsetInCU: 0xBA, offset: 0x197FED, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x100, symBinAddr: 0x182660, symSize: 0x60 } + - { offsetInCU: 0xF5, offset: 0x198028, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x160, symBinAddr: 0x1826C0, symSize: 0x40 } + - { offsetInCU: 0x113, offset: 0x198046, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1A0, symBinAddr: 0x182700, symSize: 0x50 } + - { offsetInCU: 0x164, offset: 0x198097, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1F0, symBinAddr: 0x182750, symSize: 0x40 } + - { offsetInCU: 0x1A7, offset: 0x1980DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCfD', symObjAddr: 0x230, symBinAddr: 0x182790, symSize: 0x30 } + - { offsetInCU: 0x1D5, offset: 0x198108, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCMa', symObjAddr: 0x260, symBinAddr: 0x1827C0, symSize: 0x14 } + - { offsetInCU: 0x27, offset: 0x1982A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x1827E0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x1982BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x1827E0, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x1982D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwCP', symObjAddr: 0x10, symBinAddr: 0x1827F0, symSize: 0x30 } + - { offsetInCU: 0x67, offset: 0x1982E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwxx', symObjAddr: 0x40, symBinAddr: 0x182820, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x1982F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwcp', symObjAddr: 0x70, symBinAddr: 0x182850, symSize: 0x60 } + - { offsetInCU: 0x8F, offset: 0x19830C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwca', symObjAddr: 0xD0, symBinAddr: 0x1828B0, symSize: 0x80 } + - { offsetInCU: 0xA3, offset: 0x198320, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwta', symObjAddr: 0x170, symBinAddr: 0x182930, symSize: 0x60 } + - { offsetInCU: 0xB7, offset: 0x198334, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwet', symObjAddr: 0x1D0, symBinAddr: 0x182990, symSize: 0x40 } + - { offsetInCU: 0xCB, offset: 0x198348, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwst', symObjAddr: 0x210, symBinAddr: 0x1829D0, symSize: 0x40 } + - { offsetInCU: 0xDF, offset: 0x19835C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMa', symObjAddr: 0x250, symBinAddr: 0x182A10, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x198370, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMi', symObjAddr: 0x290, symBinAddr: 0x182A20, symSize: 0x10 } + - { offsetInCU: 0x107, offset: 0x198384, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwCP', symObjAddr: 0x2A0, symBinAddr: 0x182A30, symSize: 0x30 } + - { offsetInCU: 0x11B, offset: 0x198398, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwxx', symObjAddr: 0x2D0, symBinAddr: 0x182A60, symSize: 0x10 } + - { offsetInCU: 0x12F, offset: 0x1983AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwcp', symObjAddr: 0x2E0, symBinAddr: 0x182A70, symSize: 0x30 } + - { offsetInCU: 0x143, offset: 0x1983C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwca', symObjAddr: 0x310, symBinAddr: 0x182AA0, symSize: 0x40 } + - { offsetInCU: 0x157, offset: 0x1983D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwta', symObjAddr: 0x360, symBinAddr: 0x182AE0, symSize: 0x30 } + - { offsetInCU: 0x16B, offset: 0x1983E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwet', symObjAddr: 0x390, symBinAddr: 0x182B10, symSize: 0x40 } + - { offsetInCU: 0x17F, offset: 0x1983FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwst', symObjAddr: 0x3D0, symBinAddr: 0x182B50, symSize: 0x40 } + - { offsetInCU: 0x193, offset: 0x198410, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMa', symObjAddr: 0x410, symBinAddr: 0x182B90, symSize: 0xC } + - { offsetInCU: 0x92, offset: 0x1985C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x182C60, symSize: 0x30 } + - { offsetInCU: 0xC3, offset: 0x1985F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0x182C90, symSize: 0x20 } + - { offsetInCU: 0x10F, offset: 0x198644, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1A0, symBinAddr: 0x182D40, symSize: 0xD50 } + - { offsetInCU: 0x199, offset: 0x1986CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xEF0, symBinAddr: 0x183A90, symSize: 0x1330 } + - { offsetInCU: 0x6E1, offset: 0x198C16, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x2220, symBinAddr: 0x184DC0, symSize: 0x20 } + - { offsetInCU: 0x718, offset: 0x198C4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2520, symBinAddr: 0x1850C0, symSize: 0x20 } + - { offsetInCU: 0x78B, offset: 0x198CC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x29F0, symBinAddr: 0x185590, symSize: 0x40 } + - { offsetInCU: 0x7D1, offset: 0x198D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x2A30, symBinAddr: 0x1855D0, symSize: 0x30 } + - { offsetInCU: 0x7E5, offset: 0x198D1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2A60, symBinAddr: 0x185600, symSize: 0x10 } + - { offsetInCU: 0x81B, offset: 0x198D50, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2A70, symBinAddr: 0x185610, symSize: 0x30 } + - { offsetInCU: 0x880, offset: 0x198DB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2AA0, symBinAddr: 0x185640, symSize: 0x10 } + - { offsetInCU: 0x89C, offset: 0x198DD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2AB0, symBinAddr: 0x185650, symSize: 0x10 } + - { offsetInCU: 0x8B8, offset: 0x198DED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3A10, symBinAddr: 0x186340, symSize: 0x50 } + - { offsetInCU: 0x8F0, offset: 0x198E25, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x2240, symBinAddr: 0x184DE0, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0x198E5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2500, symBinAddr: 0x1850A0, symSize: 0x20 } + - { offsetInCU: 0x9A5, offset: 0x198EDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2730, symBinAddr: 0x1852D0, symSize: 0x70 } + - { offsetInCU: 0xA0B, offset: 0x198F40, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x27A0, symBinAddr: 0x185340, symSize: 0x30 } + - { offsetInCU: 0xA27, offset: 0x198F5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x27D0, symBinAddr: 0x185370, symSize: 0x10 } + - { offsetInCU: 0xA5D, offset: 0x198F92, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x27E0, symBinAddr: 0x185380, symSize: 0x60 } + - { offsetInCU: 0xAE2, offset: 0x199017, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2840, symBinAddr: 0x1853E0, symSize: 0x10 } + - { offsetInCU: 0xAFE, offset: 0x199033, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2850, symBinAddr: 0x1853F0, symSize: 0x10 } + - { offsetInCU: 0xB27, offset: 0x19905C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x24C0, symBinAddr: 0x185060, symSize: 0x20 } + - { offsetInCU: 0xB5E, offset: 0x199093, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x24E0, symBinAddr: 0x185080, symSize: 0x20 } + - { offsetInCU: 0xBDC, offset: 0x199111, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2580, symBinAddr: 0x185120, symSize: 0x70 } + - { offsetInCU: 0xC42, offset: 0x199177, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x25F0, symBinAddr: 0x185190, symSize: 0x30 } + - { offsetInCU: 0xC5E, offset: 0x199193, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2620, symBinAddr: 0x1851C0, symSize: 0x10 } + - { offsetInCU: 0xC94, offset: 0x1991C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2630, symBinAddr: 0x1851D0, symSize: 0x60 } + - { offsetInCU: 0xD19, offset: 0x19924E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2690, symBinAddr: 0x185230, symSize: 0x10 } + - { offsetInCU: 0xD35, offset: 0x19926A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x26A0, symBinAddr: 0x185240, symSize: 0x10 } + - { offsetInCU: 0xD53, offset: 0x199288, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2260, symBinAddr: 0x184E00, symSize: 0x260 } + - { offsetInCU: 0xDC6, offset: 0x1992FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfd', symObjAddr: 0x2B00, symBinAddr: 0x1856A0, symSize: 0xB0 } + - { offsetInCU: 0xDF3, offset: 0x199328, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfD', symObjAddr: 0x2BB0, symBinAddr: 0x185750, symSize: 0x20 } + - { offsetInCU: 0xE38, offset: 0x19936D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2DE0, symBinAddr: 0x185960, symSize: 0x50 } + - { offsetInCU: 0xE70, offset: 0x1993A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2E30, symBinAddr: 0x1859B0, symSize: 0x20 } + - { offsetInCU: 0xF57, offset: 0x19948C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCMa', symObjAddr: 0x2BD0, symBinAddr: 0x185770, symSize: 0x20 } + - { offsetInCU: 0xF6B, offset: 0x1994A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwet', symObjAddr: 0x2C10, symBinAddr: 0x185790, symSize: 0x80 } + - { offsetInCU: 0xF7F, offset: 0x1994B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwst', symObjAddr: 0x2C90, symBinAddr: 0x185810, symSize: 0xD0 } + - { offsetInCU: 0xF93, offset: 0x1994C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwug', symObjAddr: 0x2D60, symBinAddr: 0x1858E0, symSize: 0x10 } + - { offsetInCU: 0xFA7, offset: 0x1994DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwup', symObjAddr: 0x2D70, symBinAddr: 0x1858F0, symSize: 0x10 } + - { offsetInCU: 0xFBB, offset: 0x1994F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwui', symObjAddr: 0x2D80, symBinAddr: 0x185900, symSize: 0x10 } + - { offsetInCU: 0xFCF, offset: 0x199504, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOMa', symObjAddr: 0x2D90, symBinAddr: 0x185910, symSize: 0x10 } + - { offsetInCU: 0xFE3, offset: 0x199518, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASQWb', symObjAddr: 0x2DA0, symBinAddr: 0x185920, symSize: 0x10 } + - { offsetInCU: 0xFF7, offset: 0x19952C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSQAAWl', symObjAddr: 0x2DB0, symBinAddr: 0x185930, symSize: 0x30 } + - { offsetInCU: 0x100B, offset: 0x199540, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs0D3KeyAAWl', symObjAddr: 0x2EC0, symBinAddr: 0x1859D0, symSize: 0x30 } + - { offsetInCU: 0x101F, offset: 0x199554, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2F20, symBinAddr: 0x185A00, symSize: 0x30 } + - { offsetInCU: 0x1033, offset: 0x199568, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGSeAASeRzlWl', symObjAddr: 0x2F80, symBinAddr: 0x185A30, symSize: 0x60 } + - { offsetInCU: 0x1047, offset: 0x19957C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGSeAASeRzlWl', symObjAddr: 0x3010, symBinAddr: 0x185A90, symSize: 0x60 } + - { offsetInCU: 0x105B, offset: 0x199590, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x30D0, symBinAddr: 0x185B20, symSize: 0x30 } + - { offsetInCU: 0x106F, offset: 0x1995A4, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOGSgWOc', symObjAddr: 0x3100, symBinAddr: 0x185B50, symSize: 0x40 } + - { offsetInCU: 0x1083, offset: 0x1995B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSeAAWl', symObjAddr: 0x3140, symBinAddr: 0x185B90, symSize: 0x30 } + - { offsetInCU: 0x1097, offset: 0x1995CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSYAAWl', symObjAddr: 0x32A0, symBinAddr: 0x185C30, symSize: 0x30 } + - { offsetInCU: 0x10AB, offset: 0x1995E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3360, symBinAddr: 0x185C90, symSize: 0x80 } + - { offsetInCU: 0x10BF, offset: 0x1995F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x33E0, symBinAddr: 0x185D10, symSize: 0xD0 } + - { offsetInCU: 0x10D3, offset: 0x199608, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x34B0, symBinAddr: 0x185DE0, symSize: 0x10 } + - { offsetInCU: 0x10E7, offset: 0x19961C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x34C0, symBinAddr: 0x185DF0, symSize: 0x10 } + - { offsetInCU: 0x10FB, offset: 0x199630, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x34D0, symBinAddr: 0x185E00, symSize: 0x80 } + - { offsetInCU: 0x110F, offset: 0x199644, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3550, symBinAddr: 0x185E80, symSize: 0xD0 } + - { offsetInCU: 0x1123, offset: 0x199658, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x3620, symBinAddr: 0x185F50, symSize: 0x10 } + - { offsetInCU: 0x1137, offset: 0x19966C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x3630, symBinAddr: 0x185F60, symSize: 0x10 } + - { offsetInCU: 0x114B, offset: 0x199680, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3640, symBinAddr: 0x185F70, symSize: 0x80 } + - { offsetInCU: 0x115F, offset: 0x199694, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x36C0, symBinAddr: 0x185FF0, symSize: 0xD0 } + - { offsetInCU: 0x1173, offset: 0x1996A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwug', symObjAddr: 0x3790, symBinAddr: 0x1860C0, symSize: 0x10 } + - { offsetInCU: 0x1187, offset: 0x1996BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x37A0, symBinAddr: 0x1860D0, symSize: 0x10 } + - { offsetInCU: 0x119B, offset: 0x1996D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwui', symObjAddr: 0x37B0, symBinAddr: 0x1860E0, symSize: 0x10 } + - { offsetInCU: 0x11AF, offset: 0x1996E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x37C0, symBinAddr: 0x1860F0, symSize: 0x10 } + - { offsetInCU: 0x11C3, offset: 0x1996F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x37D0, symBinAddr: 0x186100, symSize: 0x10 } + - { offsetInCU: 0x11D7, offset: 0x19970C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x37E0, symBinAddr: 0x186110, symSize: 0x30 } + - { offsetInCU: 0x11EB, offset: 0x199720, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3810, symBinAddr: 0x186140, symSize: 0x10 } + - { offsetInCU: 0x11FF, offset: 0x199734, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3820, symBinAddr: 0x186150, symSize: 0x30 } + - { offsetInCU: 0x1213, offset: 0x199748, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3850, symBinAddr: 0x186180, symSize: 0x10 } + - { offsetInCU: 0x1227, offset: 0x19975C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3860, symBinAddr: 0x186190, symSize: 0x30 } + - { offsetInCU: 0x123B, offset: 0x199770, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3890, symBinAddr: 0x1861C0, symSize: 0x10 } + - { offsetInCU: 0x124F, offset: 0x199784, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x38A0, symBinAddr: 0x1861D0, symSize: 0x30 } + - { offsetInCU: 0x1263, offset: 0x199798, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x38D0, symBinAddr: 0x186200, symSize: 0x10 } + - { offsetInCU: 0x1277, offset: 0x1997AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x38E0, symBinAddr: 0x186210, symSize: 0x30 } + - { offsetInCU: 0x128B, offset: 0x1997C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3910, symBinAddr: 0x186240, symSize: 0x10 } + - { offsetInCU: 0x129F, offset: 0x1997D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3920, symBinAddr: 0x186250, symSize: 0x30 } + - { offsetInCU: 0x12B3, offset: 0x1997E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3950, symBinAddr: 0x186280, symSize: 0x10 } + - { offsetInCU: 0x12C7, offset: 0x1997FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3960, symBinAddr: 0x186290, symSize: 0x30 } + - { offsetInCU: 0x12DB, offset: 0x199810, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3990, symBinAddr: 0x1862C0, symSize: 0x10 } + - { offsetInCU: 0x12EF, offset: 0x199824, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x39A0, symBinAddr: 0x1862D0, symSize: 0x30 } + - { offsetInCU: 0x1303, offset: 0x199838, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x39D0, symBinAddr: 0x186300, symSize: 0x10 } + - { offsetInCU: 0x1317, offset: 0x19984C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x39E0, symBinAddr: 0x186310, symSize: 0x30 } + - { offsetInCU: 0x134B, offset: 0x199880, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x182BA0, symSize: 0x10 } + - { offsetInCU: 0x13DC, offset: 0x199911, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x182BB0, symSize: 0x40 } + - { offsetInCU: 0x14B4, offset: 0x1999E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x182BF0, symSize: 0x30 } + - { offsetInCU: 0x1530, offset: 0x199A65, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x182C20, symSize: 0x40 } + - { offsetInCU: 0x15DC, offset: 0x199B11, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0x182CB0, symSize: 0x50 } + - { offsetInCU: 0x15FF, offset: 0x199B34, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0x182D00, symSize: 0x40 } + - { offsetInCU: 0x1663, offset: 0x199B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2540, symBinAddr: 0x1850E0, symSize: 0x10 } + - { offsetInCU: 0x167F, offset: 0x199BB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2550, symBinAddr: 0x1850F0, symSize: 0x10 } + - { offsetInCU: 0x169B, offset: 0x199BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2560, symBinAddr: 0x185100, symSize: 0x10 } + - { offsetInCU: 0x16B7, offset: 0x199BEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2570, symBinAddr: 0x185110, symSize: 0x10 } + - { offsetInCU: 0x16D9, offset: 0x199C0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x26B0, symBinAddr: 0x185250, symSize: 0x20 } + - { offsetInCU: 0x16F5, offset: 0x199C2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x26D0, symBinAddr: 0x185270, symSize: 0x20 } + - { offsetInCU: 0x1711, offset: 0x199C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x26F0, symBinAddr: 0x185290, symSize: 0x10 } + - { offsetInCU: 0x172D, offset: 0x199C62, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2700, symBinAddr: 0x1852A0, symSize: 0x10 } + - { offsetInCU: 0x1749, offset: 0x199C7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2710, symBinAddr: 0x1852B0, symSize: 0x10 } + - { offsetInCU: 0x1765, offset: 0x199C9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2720, symBinAddr: 0x1852C0, symSize: 0x10 } + - { offsetInCU: 0x1787, offset: 0x199CBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2860, symBinAddr: 0x185400, symSize: 0x20 } + - { offsetInCU: 0x17A3, offset: 0x199CD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2880, symBinAddr: 0x185420, symSize: 0x20 } + - { offsetInCU: 0x17DD, offset: 0x199D12, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x28A0, symBinAddr: 0x185440, symSize: 0x80 } + - { offsetInCU: 0x18AC, offset: 0x199DE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2920, symBinAddr: 0x1854C0, symSize: 0x50 } + - { offsetInCU: 0x192A, offset: 0x199E5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2970, symBinAddr: 0x185510, symSize: 0x30 } + - { offsetInCU: 0x197C, offset: 0x199EB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x29A0, symBinAddr: 0x185540, symSize: 0x50 } + - { offsetInCU: 0x19DE, offset: 0x199F13, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2AC0, symBinAddr: 0x185660, symSize: 0x20 } + - { offsetInCU: 0x19FA, offset: 0x199F2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2AE0, symBinAddr: 0x185680, symSize: 0x20 } + - { offsetInCU: 0x5A, offset: 0x19A196, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC05setupB07contextyAA0C7ContextV_tF', symObjAddr: 0x0, symBinAddr: 0x1863D0, symSize: 0x200 } + - { offsetInCU: 0x112, offset: 0x19A24E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x200, symBinAddr: 0x1865D0, symSize: 0x60 } + - { offsetInCU: 0x159, offset: 0x19A295, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfc', symObjAddr: 0x260, symBinAddr: 0x186630, symSize: 0x1E0 } + - { offsetInCU: 0x21C, offset: 0x19A358, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfcTo', symObjAddr: 0x440, symBinAddr: 0x186810, symSize: 0x50 } + - { offsetInCU: 0x238, offset: 0x19A374, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfD', symObjAddr: 0x4C0, symBinAddr: 0x186890, symSize: 0x30 } + - { offsetInCU: 0x27C, offset: 0x19A3B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfE', symObjAddr: 0x490, symBinAddr: 0x186860, symSize: 0x30 } + - { offsetInCU: 0x2A9, offset: 0x19A3E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfETo', symObjAddr: 0x4F0, symBinAddr: 0x1868C0, symSize: 0x30 } + - { offsetInCU: 0x2D8, offset: 0x19A414, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCMa', symObjAddr: 0x520, symBinAddr: 0x1868F0, symSize: 0x20 } + - { offsetInCU: 0x325, offset: 0x19A461, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCAA012CustomLayoutC0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x540, symBinAddr: 0x186910, symSize: 0xC0 } + - { offsetInCU: 0x2B, offset: 0x19A69D, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x186A00, symSize: 0x2C0 } + - { offsetInCU: 0x26C, offset: 0x19A8DE, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x186A00, symSize: 0x2C0 } + - { offsetInCU: 0x452, offset: 0x19AAC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC17combinedKeyframesAA13KeyframeGroupCyAC0E0VGyKF', symObjAddr: 0x2C0, symBinAddr: 0x186CC0, symSize: 0x120 } + - { offsetInCU: 0x528, offset: 0x19AB9A, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x3E0, symBinAddr: 0x186DE0, symSize: 0xE0 } + - { offsetInCU: 0x5F6, offset: 0x19AC68, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x4C0, symBinAddr: 0x186EC0, symSize: 0xD0 } + - { offsetInCU: 0x764, offset: 0x19ADD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x590, symBinAddr: 0x186F90, symSize: 0x110 } + - { offsetInCU: 0x986, offset: 0x19AFF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x6A0, symBinAddr: 0x1870A0, symSize: 0x10 } + - { offsetInCU: 0x9C4, offset: 0x19B036, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x760, symBinAddr: 0x1870E0, symSize: 0x10 } + - { offsetInCU: 0x9D8, offset: 0x19B04A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwCP', symObjAddr: 0x770, symBinAddr: 0x1870F0, symSize: 0x30 } + - { offsetInCU: 0x9EC, offset: 0x19B05E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwet', symObjAddr: 0x7E0, symBinAddr: 0x187120, symSize: 0x20 } + - { offsetInCU: 0xA00, offset: 0x19B072, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwst', symObjAddr: 0x800, symBinAddr: 0x187140, symSize: 0x40 } + - { offsetInCU: 0xA14, offset: 0x19B086, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVMa', symObjAddr: 0x840, symBinAddr: 0x187180, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x19B2EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x1871B0, symSize: 0x360 } + - { offsetInCU: 0x84, offset: 0x19B348, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x360, symBinAddr: 0x187510, symSize: 0x10 } + - { offsetInCU: 0x214, offset: 0x19B4D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x1871B0, symSize: 0x360 } + - { offsetInCU: 0x3D8, offset: 0x19B69C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwCP', symObjAddr: 0x3C0, symBinAddr: 0x187520, symSize: 0x30 } + - { offsetInCU: 0x3EC, offset: 0x19B6B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwxx', symObjAddr: 0x3F0, symBinAddr: 0x187550, symSize: 0x50 } + - { offsetInCU: 0x400, offset: 0x19B6C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwcp', symObjAddr: 0x470, symBinAddr: 0x1875A0, symSize: 0xD0 } + - { offsetInCU: 0x414, offset: 0x19B6D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwca', symObjAddr: 0x540, symBinAddr: 0x187670, symSize: 0xB0 } + - { offsetInCU: 0x428, offset: 0x19B6EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwta', symObjAddr: 0x770, symBinAddr: 0x187720, symSize: 0xC0 } + - { offsetInCU: 0x43C, offset: 0x19B700, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwet', symObjAddr: 0x830, symBinAddr: 0x1877E0, symSize: 0x40 } + - { offsetInCU: 0x450, offset: 0x19B714, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwst', symObjAddr: 0x870, symBinAddr: 0x187820, symSize: 0x70 } + - { offsetInCU: 0x464, offset: 0x19B728, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVMa', symObjAddr: 0x8E0, symBinAddr: 0x187890, symSize: 0xA } + - { offsetInCU: 0x2B, offset: 0x19B8B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x1878A0, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0x19B8F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x1878A0, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0x19B94A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0x187910, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x19B98B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0x187930, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x19B9CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0x187960, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x19B9FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesC4fillAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x920, symBinAddr: 0x1881C0, symSize: 0x2E0 } + - { offsetInCU: 0x41D, offset: 0x19BCA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCMa', symObjAddr: 0x50, symBinAddr: 0x1878F0, symSize: 0x20 } + - { offsetInCU: 0x45B, offset: 0x19BCE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCfD', symObjAddr: 0xE0, symBinAddr: 0x187980, symSize: 0x40 } + - { offsetInCU: 0x4BC, offset: 0x19BD47, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x140, symBinAddr: 0x1879E0, symSize: 0x40 } + - { offsetInCU: 0x506, offset: 0x19BD91, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x180, symBinAddr: 0x187A20, symSize: 0x30 } + - { offsetInCU: 0x547, offset: 0x19BDD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1B0, symBinAddr: 0x187A50, symSize: 0x10 } + - { offsetInCU: 0x579, offset: 0x19BE04, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x187A60, symSize: 0x10 } + - { offsetInCU: 0x5DD, offset: 0x19BE68, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1D0, symBinAddr: 0x187A70, symSize: 0x20 } + - { offsetInCU: 0x63F, offset: 0x19BECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1F0, symBinAddr: 0x187A90, symSize: 0x10 } + - { offsetInCU: 0x66A, offset: 0x19BEF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x200, symBinAddr: 0x187AA0, symSize: 0x10 } + - { offsetInCU: 0x69C, offset: 0x19BF27, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x210, symBinAddr: 0x187AB0, symSize: 0x10 } + - { offsetInCU: 0x6C7, offset: 0x19BF52, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x220, symBinAddr: 0x187AC0, symSize: 0x10 } + - { offsetInCU: 0x708, offset: 0x19BF93, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x230, symBinAddr: 0x187AD0, symSize: 0x10 } + - { offsetInCU: 0x749, offset: 0x19BFD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x240, symBinAddr: 0x187AE0, symSize: 0x20 } + - { offsetInCU: 0x77B, offset: 0x19C006, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x260, symBinAddr: 0x187B00, symSize: 0x10 } + - { offsetInCU: 0x7B5, offset: 0x19C040, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x270, symBinAddr: 0x187B10, symSize: 0x50 } + - { offsetInCU: 0x7F2, offset: 0x19C07D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC06parentC04fillAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xC00, symBinAddr: 0x1884A0, symSize: 0x110 } + - { offsetInCU: 0x8C0, offset: 0x19C14B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xD10, symBinAddr: 0x1885B0, symSize: 0x170 } + - { offsetInCU: 0xAD3, offset: 0x19C35E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCMa', symObjAddr: 0x120, symBinAddr: 0x1879C0, symSize: 0x20 } + - { offsetInCU: 0xBE4, offset: 0x19C46F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x187B60, symSize: 0x140 } + - { offsetInCU: 0xC82, offset: 0x19C50D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x400, symBinAddr: 0x187CA0, symSize: 0x1C0 } + - { offsetInCU: 0xE11, offset: 0x19C69C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x5C0, symBinAddr: 0x187E60, symSize: 0x160 } + - { offsetInCU: 0xE93, offset: 0x19C71E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x720, symBinAddr: 0x187FC0, symSize: 0x200 } + - { offsetInCU: 0x2B, offset: 0x19D111, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x188740, symSize: 0xE0 } + - { offsetInCU: 0x4F, offset: 0x19D135, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x188740, symSize: 0xE0 } + - { offsetInCU: 0x9A, offset: 0x19D180, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0xE0, symBinAddr: 0x188820, symSize: 0x30 } + - { offsetInCU: 0x12A, offset: 0x19D210, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x160, symBinAddr: 0x188870, symSize: 0x70 } + - { offsetInCU: 0x1C8, offset: 0x19D2AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyFTo', symObjAddr: 0x260, symBinAddr: 0x1888E0, symSize: 0x70 } + - { offsetInCU: 0x226, offset: 0x19D30C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyFTo', symObjAddr: 0x310, symBinAddr: 0x188950, symSize: 0x70 } + - { offsetInCU: 0x259, offset: 0x19D33F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC06layoutB0yyF', symObjAddr: 0x380, symBinAddr: 0x1889C0, symSize: 0x10 } + - { offsetInCU: 0x284, offset: 0x19D36A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC22animationMovedToWindowyyF', symObjAddr: 0x390, symBinAddr: 0x1889D0, symSize: 0x10 } + - { offsetInCU: 0x2AF, offset: 0x19D395, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x3A0, symBinAddr: 0x1889E0, symSize: 0x10 } + - { offsetInCU: 0x2CB, offset: 0x19D3B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC28animationWillEnterForegroundyyFTo', symObjAddr: 0x3B0, symBinAddr: 0x1889F0, symSize: 0x10 } + - { offsetInCU: 0x2E7, offset: 0x19D3CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfC', symObjAddr: 0x3C0, symBinAddr: 0x188A00, symSize: 0x80 } + - { offsetInCU: 0x305, offset: 0x19D3EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc', symObjAddr: 0x440, symBinAddr: 0x188A80, symSize: 0x80 } + - { offsetInCU: 0x354, offset: 0x19D43A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x4C0, symBinAddr: 0x188B00, symSize: 0x60 } + - { offsetInCU: 0x38F, offset: 0x19D475, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x520, symBinAddr: 0x188B60, symSize: 0x40 } + - { offsetInCU: 0x3AD, offset: 0x19D493, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x560, symBinAddr: 0x188BA0, symSize: 0x50 } + - { offsetInCU: 0x3FC, offset: 0x19D4E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x5B0, symBinAddr: 0x188BF0, symSize: 0x40 } + - { offsetInCU: 0x43F, offset: 0x19D525, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCfD', symObjAddr: 0x5F0, symBinAddr: 0x188C30, symSize: 0x30 } + - { offsetInCU: 0x46D, offset: 0x19D553, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCMa', symObjAddr: 0x140, symBinAddr: 0x188850, symSize: 0x20 } + - { offsetInCU: 0x9C, offset: 0x19D77D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC8rendererAcA10NodeOutput_AA10Renderablep_tcfc', symObjAddr: 0x0, symBinAddr: 0x188C80, symSize: 0x770 } + - { offsetInCU: 0x551, offset: 0x19DC32, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfc', symObjAddr: 0x770, symBinAddr: 0x1893F0, symSize: 0x1C0 } + - { offsetInCU: 0x5CD, offset: 0x19DCAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x930, symBinAddr: 0x1895B0, symSize: 0x50 } + - { offsetInCU: 0x613, offset: 0x19DCF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x980, symBinAddr: 0x189600, symSize: 0xA0 } + - { offsetInCU: 0x66C, offset: 0x19DD4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC03hasC6Update8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0xA20, symBinAddr: 0x1896A0, symSize: 0xF0 } + - { offsetInCU: 0x6AB, offset: 0x19DD8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB10, symBinAddr: 0x189790, symSize: 0x310 } + - { offsetInCU: 0x6FB, offset: 0x19DDDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xE20, symBinAddr: 0x189AA0, symSize: 0x100 } + - { offsetInCU: 0x751, offset: 0x19DE32, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0xF20, symBinAddr: 0x189BA0, symSize: 0x50 } + - { offsetInCU: 0x76D, offset: 0x19DE4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC06updateC5ScaleyyF', symObjAddr: 0xF70, symBinAddr: 0x189BF0, symSize: 0x170 } + - { offsetInCU: 0x9C4, offset: 0x19E0A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCACycfcTo', symObjAddr: 0x10E0, symBinAddr: 0x189D60, symSize: 0x30 } + - { offsetInCU: 0xA2B, offset: 0x19E10C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfD', symObjAddr: 0x1140, symBinAddr: 0x189DC0, symSize: 0x30 } + - { offsetInCU: 0xBD2, offset: 0x19E2B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfE', symObjAddr: 0x1110, symBinAddr: 0x189D90, symSize: 0x30 } + - { offsetInCU: 0xBFF, offset: 0x19E2E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfETo', symObjAddr: 0x1170, symBinAddr: 0x189DF0, symSize: 0x30 } + - { offsetInCU: 0xC2E, offset: 0x19E30F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCMa', symObjAddr: 0x11A0, symBinAddr: 0x189E20, symSize: 0x20 } + - { offsetInCU: 0xC42, offset: 0x19E323, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOc', symObjAddr: 0x11F0, symBinAddr: 0x189E40, symSize: 0x30 } + - { offsetInCU: 0xC56, offset: 0x19E337, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOb', symObjAddr: 0x1250, symBinAddr: 0x189E70, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x19E611, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x189EC0, symSize: 0x10 } + - { offsetInCU: 0x73, offset: 0x19E659, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x189EC0, symSize: 0x10 } + - { offsetInCU: 0xFC, offset: 0x19E6E2, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x189ED0, symSize: 0x40 } + - { offsetInCU: 0x1E0, offset: 0x19E7C6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x189F10, symSize: 0x20 } + - { offsetInCU: 0x2A0, offset: 0x19E886, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5crc328checksums6UInt32VAH_tFAHSWXEfU_', symObjAddr: 0xF0, symBinAddr: 0x189FB0, symSize: 0xA0 } + - { offsetInCU: 0x76C, offset: 0x19ED52, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE7process9operation4size10bufferSize9skipCRC328provider8consumers6UInt32VSo019compression_stream_E0a_s5Int64VSiSbAcQ_SitKXEyACKXEtKFZTf4nnnnnnd_n', symObjAddr: 0x190, symBinAddr: 0x18A050, symSize: 0x11D0 } + - { offsetInCU: 0x1526, offset: 0x19FB0C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFs0E0ADWl', symObjAddr: 0x1360, symBinAddr: 0x18B220, symSize: 0x30 } + - { offsetInCU: 0x153A, offset: 0x19FB20, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwet', symObjAddr: 0x1470, symBinAddr: 0x18B250, symSize: 0x80 } + - { offsetInCU: 0x154E, offset: 0x19FB34, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwst', symObjAddr: 0x14F0, symBinAddr: 0x18B2D0, symSize: 0xD0 } + - { offsetInCU: 0x1562, offset: 0x19FB48, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwug', symObjAddr: 0x15C0, symBinAddr: 0x18B3A0, symSize: 0x10 } + - { offsetInCU: 0x1576, offset: 0x19FB5C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwup', symObjAddr: 0x15D0, symBinAddr: 0x18B3B0, symSize: 0x10 } + - { offsetInCU: 0x158A, offset: 0x19FB70, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwui', symObjAddr: 0x15E0, symBinAddr: 0x18B3C0, symSize: 0x10 } + - { offsetInCU: 0x159E, offset: 0x19FB84, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOMa', symObjAddr: 0x15F0, symBinAddr: 0x18B3D0, symSize: 0x10 } + - { offsetInCU: 0x15B2, offset: 0x19FB98, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSQWb', symObjAddr: 0x1600, symBinAddr: 0x18B3E0, symSize: 0x10 } + - { offsetInCU: 0x15C6, offset: 0x19FBAC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFSQADWl', symObjAddr: 0x1610, symBinAddr: 0x18B3F0, symSize: 0x2E } + - { offsetInCU: 0x1618, offset: 0x19FBFE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x189F30, symSize: 0x40 } + - { offsetInCU: 0x16B5, offset: 0x19FC9B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP7_domainSSvgTW', symObjAddr: 0xB0, symBinAddr: 0x189F70, symSize: 0x10 } + - { offsetInCU: 0x16D1, offset: 0x19FCB7, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP5_codeSivgTW', symObjAddr: 0xC0, symBinAddr: 0x189F80, symSize: 0x10 } + - { offsetInCU: 0x16ED, offset: 0x19FCD3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xD0, symBinAddr: 0x189F90, symSize: 0x10 } + - { offsetInCU: 0x1709, offset: 0x19FCEF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE0, symBinAddr: 0x189FA0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1A0078, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x18B420, symSize: 0x100C } + - { offsetInCU: 0x4AF, offset: 0x1A0500, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x18B420, symSize: 0x100C } + - { offsetInCU: 0x27, offset: 0x1A23C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x18C430, symSize: 0x70 } + - { offsetInCU: 0x87, offset: 0x1A2425, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x18C430, symSize: 0x70 } + - { offsetInCU: 0xF1, offset: 0x1A248F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCfD', symObjAddr: 0x70, symBinAddr: 0x18C4A0, symSize: 0x30 } + - { offsetInCU: 0x176, offset: 0x1A2514, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCMa', symObjAddr: 0xA0, symBinAddr: 0x18C4D0, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x1A26A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1C90, symBinAddr: 0x20A520, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x1A26BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1CA0, symBinAddr: 0x20A530, symSize: 0x0 } + - { offsetInCU: 0x83, offset: 0x1A26D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1CB0, symBinAddr: 0x20A540, symSize: 0x0 } + - { offsetInCU: 0xDB, offset: 0x1A272F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg', symObjAddr: 0x5C0, symBinAddr: 0x18CAB0, symSize: 0x10 } + - { offsetInCU: 0xF9, offset: 0x1A274D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg', symObjAddr: 0x5D0, symBinAddr: 0x18CAC0, symSize: 0x50 } + - { offsetInCU: 0x129, offset: 0x1A277D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9animation3forAC9AnimationVSgSSSg_tF', symObjAddr: 0x0, symBinAddr: 0x18C4F0, symSize: 0x1F0 } + - { offsetInCU: 0x39A, offset: 0x1A29EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC4data8filenameAC10Foundation4DataV_SStKcfc', symObjAddr: 0x1F0, symBinAddr: 0x18C6E0, symSize: 0x3D0 } + - { offsetInCU: 0x46D, offset: 0x1A2AC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg', symObjAddr: 0x620, symBinAddr: 0x18CB10, symSize: 0x30 } + - { offsetInCU: 0x49A, offset: 0x1A2AEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC13animationsUrl10Foundation3URLVvg', symObjAddr: 0x650, symBinAddr: 0x18CB40, symSize: 0x1C0 } + - { offsetInCU: 0x4D6, offset: 0x1A2B2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9imagesUrl10Foundation3URLVvg', symObjAddr: 0x810, symBinAddr: 0x18CD00, symSize: 0x1C0 } + - { offsetInCU: 0x569, offset: 0x1A2BBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10decompress33_275A06DD5956033D98FBA55D0E0AF6FCLL4from2toy10Foundation3URLV_AJtKF', symObjAddr: 0xA60, symBinAddr: 0x18CF50, symSize: 0x630 } + - { offsetInCU: 0x69E, offset: 0x1A2CF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9AnimationVAA0baN0VKXEfU_', symObjAddr: 0x1090, symBinAddr: 0x18D580, symSize: 0x320 } + - { offsetInCU: 0x7D7, offset: 0x1A2E2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfd', symObjAddr: 0x13B0, symBinAddr: 0x18D8A0, symSize: 0x90 } + - { offsetInCU: 0x812, offset: 0x1A2E66, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfD', symObjAddr: 0x1480, symBinAddr: 0x18D930, symSize: 0xA0 } + - { offsetInCU: 0x917, offset: 0x1A2F6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0x9D0, symBinAddr: 0x18CEC0, symSize: 0x30 } + - { offsetInCU: 0x931, offset: 0x1A2F85, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA00, symBinAddr: 0x18CEF0, symSize: 0x30 } + - { offsetInCU: 0x94B, offset: 0x1A2F9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA30, symBinAddr: 0x18CF20, symSize: 0x30 } + - { offsetInCU: 0xADE, offset: 0x1A3132, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMU', symObjAddr: 0x1520, symBinAddr: 0x18D9D0, symSize: 0x10 } + - { offsetInCU: 0xAF2, offset: 0x1A3146, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMa', symObjAddr: 0x1530, symBinAddr: 0x18D9E0, symSize: 0x30 } + - { offsetInCU: 0xB06, offset: 0x1A315A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMr', symObjAddr: 0x1560, symBinAddr: 0x18DA10, symSize: 0xB0 } + - { offsetInCU: 0xB1A, offset: 0x1A316E, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgMa', symObjAddr: 0x1630, symBinAddr: 0x18DAE0, symSize: 0x50 } + - { offsetInCU: 0xB2E, offset: 0x1A3182, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwCP', symObjAddr: 0x1680, symBinAddr: 0x18DB30, symSize: 0x30 } + - { offsetInCU: 0xB42, offset: 0x1A3196, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwxx', symObjAddr: 0x16B0, symBinAddr: 0x18DB60, symSize: 0x30 } + - { offsetInCU: 0xB56, offset: 0x1A31AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwcp', symObjAddr: 0x16E0, symBinAddr: 0x18DB90, symSize: 0x70 } + - { offsetInCU: 0xB6A, offset: 0x1A31BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwca', symObjAddr: 0x1750, symBinAddr: 0x18DC00, symSize: 0x90 } + - { offsetInCU: 0xB7E, offset: 0x1A31D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwta', symObjAddr: 0x1800, symBinAddr: 0x18DC90, symSize: 0x70 } + - { offsetInCU: 0xB92, offset: 0x1A31E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwet', symObjAddr: 0x1870, symBinAddr: 0x18DD00, symSize: 0x40 } + - { offsetInCU: 0xBA6, offset: 0x1A31FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwst', symObjAddr: 0x18B0, symBinAddr: 0x18DD40, symSize: 0x50 } + - { offsetInCU: 0xBBA, offset: 0x1A320E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVMa', symObjAddr: 0x1900, symBinAddr: 0x18DD90, symSize: 0x10 } + - { offsetInCU: 0xC68, offset: 0x1A32BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVACSeAAWl', symObjAddr: 0x1B80, symBinAddr: 0x18DFD0, symSize: 0x30 } + - { offsetInCU: 0xC7C, offset: 0x1A32D0, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOc', symObjAddr: 0x1C10, symBinAddr: 0x18E000, symSize: 0x40 } + - { offsetInCU: 0xC90, offset: 0x1A32E4, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOd', symObjAddr: 0x1C50, symBinAddr: 0x18E040, symSize: 0x31 } + - { offsetInCU: 0xD5B, offset: 0x1A33AF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie03DotC9AnimationVG_AE0dC4FileC0E0VTg5011$s6Lottie03d2A4f58C11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9E15VAA0baN0VKXEfU_AJTf1cn_nTf4ng_n', symObjAddr: 0x1950, symBinAddr: 0x18DDA0, symSize: 0x200 } + - { offsetInCU: 0x4F, offset: 0x1A36FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvpZ', symObjAddr: 0xBC0, symBinAddr: 0x20A668, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x1A3716, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvgZ', symObjAddr: 0x0, symBinAddr: 0x18E080, symSize: 0x60 } + - { offsetInCU: 0xA0, offset: 0x1A374D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0x60, symBinAddr: 0x18E0E0, symSize: 0x30 } + - { offsetInCU: 0xFE, offset: 0x1A37AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_182$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x580, symBinAddr: 0x18E600, symSize: 0x30 } + - { offsetInCU: 0x116, offset: 0x1A37C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_204$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SSyXEfu_Tf3pf_n', symObjAddr: 0x5B0, symBinAddr: 0x18E630, symSize: 0x30 } + - { offsetInCU: 0x12E, offset: 0x1A37DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_78$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvgSSyXEfu1_Tf3pf_n', symObjAddr: 0x5E0, symBinAddr: 0x18E660, symSize: 0x30 } + - { offsetInCU: 0x146, offset: 0x1A37F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_62$s6Lottie18CoreAnimationLayerC07respectC9FrameRateSbvsSSyXEfu_Tf3pf_n', symObjAddr: 0x610, symBinAddr: 0x18E690, symSize: 0x30 } + - { offsetInCU: 0x15E, offset: 0x1A380B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_101$s6Lottie18CoreAnimationLayerC8getValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x640, symBinAddr: 0x18E6C0, symSize: 0x30 } + - { offsetInCU: 0x176, offset: 0x1A3823, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_110$s6Lottie18CoreAnimationLayerC16getOriginalValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x670, symBinAddr: 0x18E6F0, symSize: 0x30 } + - { offsetInCU: 0x18E, offset: 0x1A383B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_77$s6Lottie18CoreAnimationLayerC5layer3forSo7CALayerCSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x6A0, symBinAddr: 0x18E720, symSize: 0x30 } + - { offsetInCU: 0x1A6, offset: 0x1A3853, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_97$s6Lottie18CoreAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x6D0, symBinAddr: 0x18E750, symSize: 0x30 } + - { offsetInCU: 0x1BE, offset: 0x1A386B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_87$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x700, symBinAddr: 0x18E780, symSize: 0x30 } + - { offsetInCU: 0x1D6, offset: 0x1A3883, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_0150$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0V39GSg12CoreGraphics7CGFloatVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x730, symBinAddr: 0x18E7B0, symSize: 0x30 } + - { offsetInCU: 0x1EE, offset: 0x1A389B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_014$sSo7CALayerC6A158E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x760, symBinAddr: 0x18E7E0, symSize: 0x30 } + - { offsetInCU: 0x206, offset: 0x1A38B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_', symObjAddr: 0x790, symBinAddr: 0x18E810, symSize: 0x20 } + - { offsetInCU: 0x226, offset: 0x1A38D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF', symObjAddr: 0x90, symBinAddr: 0x18E110, symSize: 0x50 } + - { offsetInCU: 0x293, offset: 0x1A3940, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_', symObjAddr: 0x3B0, symBinAddr: 0x18E430, symSize: 0x20 } + - { offsetInCU: 0x2A7, offset: 0x1A3954, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_75$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSSyXEfu0_Tf3pf_n', symObjAddr: 0x3D0, symBinAddr: 0x18E450, symSize: 0x30 } + - { offsetInCU: 0x2BF, offset: 0x1A396C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu0_Tf3pf_n', symObjAddr: 0x400, symBinAddr: 0x18E480, symSize: 0x30 } + - { offsetInCU: 0x2D7, offset: 0x1A3984, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu2_Tf3pf_n', symObjAddr: 0x430, symBinAddr: 0x18E4B0, symSize: 0x30 } + - { offsetInCU: 0x2EF, offset: 0x1A399C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu4_Tf3pf_n', symObjAddr: 0x460, symBinAddr: 0x18E4E0, symSize: 0x30 } + - { offsetInCU: 0x307, offset: 0x1A39B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_056$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybO35_p_AA16AnimationKeypathVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x490, symBinAddr: 0x18E510, symSize: 0x30 } + - { offsetInCU: 0x31F, offset: 0x1A39CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_05$sSa6A87AA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x4C0, symBinAddr: 0x18E540, symSize: 0x30 } + - { offsetInCU: 0x337, offset: 0x1A39E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_147$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x4F0, symBinAddr: 0x18E570, symSize: 0x30 } + - { offsetInCU: 0x34F, offset: 0x1A39FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_170$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x520, symBinAddr: 0x18E5A0, symSize: 0x30 } + - { offsetInCU: 0x367, offset: 0x1A3A14, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_139$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x550, symBinAddr: 0x18E5D0, symSize: 0x30 } + - { offsetInCU: 0x38B, offset: 0x1A3A38, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0xE0, symBinAddr: 0x18E160, symSize: 0x30 } + - { offsetInCU: 0x3E9, offset: 0x1A3A96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_05$sSa6A55AA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyFSSyXEfu_Tf3pf_n', symObjAddr: 0x7F0, symBinAddr: 0x18E870, symSize: 0x30 } + - { offsetInCU: 0x402, offset: 0x1A3AAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKF', symObjAddr: 0x110, symBinAddr: 0x18E190, symSize: 0x30 } + - { offsetInCU: 0x440, offset: 0x1A3AED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu1_Tf3pf_n', symObjAddr: 0x820, symBinAddr: 0x18E8A0, symSize: 0x30 } + - { offsetInCU: 0x458, offset: 0x1A3B05, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu0_Tf3pf_n', symObjAddr: 0x850, symBinAddr: 0x18E8D0, symSize: 0x30 } + - { offsetInCU: 0x470, offset: 0x1A3B1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_Tf3pf_n', symObjAddr: 0x880, symBinAddr: 0x18E900, symSize: 0x30 } + - { offsetInCU: 0x489, offset: 0x1A3B36, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA_ySbyXE_SSyXEAISutcfU_', symObjAddr: 0x140, symBinAddr: 0x18E1C0, symSize: 0x10 } + - { offsetInCU: 0x4E3, offset: 0x1A3B90, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA0_ySSyXE_AISutcfU_', symObjAddr: 0x150, symBinAddr: 0x18E1D0, symSize: 0x10 } + - { offsetInCU: 0x52C, offset: 0x1A3BD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA2_ySSyXEcfU_', symObjAddr: 0x160, symBinAddr: 0x18E1E0, symSize: 0x10 } + - { offsetInCU: 0x5A5, offset: 0x1A3C52, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfC', symObjAddr: 0x170, symBinAddr: 0x18E1F0, symSize: 0x70 } + - { offsetInCU: 0x5F6, offset: 0x1A3CA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc', symObjAddr: 0x1E0, symBinAddr: 0x18E260, symSize: 0x30 } + - { offsetInCU: 0x64C, offset: 0x1A3CF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvsZ', symObjAddr: 0x280, symBinAddr: 0x18E300, symSize: 0x60 } + - { offsetInCU: 0x693, offset: 0x1A3D40, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ', symObjAddr: 0x2E0, symBinAddr: 0x18E360, symSize: 0x60 } + - { offsetInCU: 0x6CA, offset: 0x1A3D77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ.resume.0', symObjAddr: 0x340, symBinAddr: 0x18E3C0, symSize: 0x10 } + - { offsetInCU: 0x6F5, offset: 0x1A3DA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfd', symObjAddr: 0x8B0, symBinAddr: 0x18E930, symSize: 0x30 } + - { offsetInCU: 0x730, offset: 0x1A3DDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfD', symObjAddr: 0x8E0, symBinAddr: 0x18E960, symSize: 0x40 } + - { offsetInCU: 0x785, offset: 0x1A3E32, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6shared_WZ', symObjAddr: 0x210, symBinAddr: 0x18E290, symSize: 0x70 } + - { offsetInCU: 0x7FC, offset: 0x1A3EA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x7B0, symBinAddr: 0x18E830, symSize: 0x20 } + - { offsetInCU: 0x825, offset: 0x1A3ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x7D0, symBinAddr: 0x18E850, symSize: 0x20 } + - { offsetInCU: 0x84E, offset: 0x1A3EFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZ', symObjAddr: 0x920, symBinAddr: 0x18E9A0, symSize: 0x70 } + - { offsetInCU: 0x8D6, offset: 0x1A3F83, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySbyXE_SSyXEs12StaticStringVSutcfU_', symObjAddr: 0x990, symBinAddr: 0x18EA10, symSize: 0xA0 } + - { offsetInCU: 0x984, offset: 0x1A4031, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySSyXE_s12StaticStringVSutcfU0_', symObjAddr: 0xA30, symBinAddr: 0x18EAB0, symSize: 0x90 } + - { offsetInCU: 0xA45, offset: 0x1A40F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCMa', symObjAddr: 0xAC0, symBinAddr: 0x18EB40, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1A42F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x18EC00, symSize: 0x150 } + - { offsetInCU: 0x7D, offset: 0x1A4347, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x18EC00, symSize: 0x150 } + - { offsetInCU: 0x171, offset: 0x1A443B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x150, symBinAddr: 0x18ED50, symSize: 0x125 } + - { offsetInCU: 0x27, offset: 0x1A461A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x18EE80, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x1A463E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x18EE80, symSize: 0x40 } + - { offsetInCU: 0x70, offset: 0x1A4663, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x18EEC0, symSize: 0x180 } + - { offsetInCU: 0x112, offset: 0x1A4705, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x200, symBinAddr: 0x18F080, symSize: 0x60 } + - { offsetInCU: 0x155, offset: 0x1A4748, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x260, symBinAddr: 0x18F0E0, symSize: 0x20 } + - { offsetInCU: 0x195, offset: 0x1A4788, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x280, symBinAddr: 0x18F100, symSize: 0x10 } + - { offsetInCU: 0x1E0, offset: 0x1A47D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x290, symBinAddr: 0x18F110, symSize: 0x60 } + - { offsetInCU: 0x22B, offset: 0x1A481E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0x18F170, symSize: 0x10 } + - { offsetInCU: 0x247, offset: 0x1A483A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x300, symBinAddr: 0x18F180, symSize: 0x10 } + - { offsetInCU: 0x263, offset: 0x1A4856, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x960, symBinAddr: 0x18F5B0, symSize: 0x1A } + - { offsetInCU: 0x280, offset: 0x1A4873, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x350, symBinAddr: 0x18F1D0, symSize: 0x190 } + - { offsetInCU: 0x324, offset: 0x1A4917, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfD', symObjAddr: 0x4F0, symBinAddr: 0x18F370, symSize: 0x30 } + - { offsetInCU: 0x3F1, offset: 0x1A49E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfE', symObjAddr: 0x4E0, symBinAddr: 0x18F360, symSize: 0x10 } + - { offsetInCU: 0x41E, offset: 0x1A4A11, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCMa', symObjAddr: 0x520, symBinAddr: 0x18F3A0, symSize: 0x20 } + - { offsetInCU: 0x432, offset: 0x1A4A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwet', symObjAddr: 0x770, symBinAddr: 0x18F3C0, symSize: 0x50 } + - { offsetInCU: 0x446, offset: 0x1A4A39, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwst', symObjAddr: 0x7C0, symBinAddr: 0x18F410, symSize: 0xA0 } + - { offsetInCU: 0x45A, offset: 0x1A4A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwug', symObjAddr: 0x860, symBinAddr: 0x18F4B0, symSize: 0x10 } + - { offsetInCU: 0x46E, offset: 0x1A4A61, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwup', symObjAddr: 0x870, symBinAddr: 0x18F4C0, symSize: 0x10 } + - { offsetInCU: 0x482, offset: 0x1A4A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwui', symObjAddr: 0x880, symBinAddr: 0x18F4D0, symSize: 0x10 } + - { offsetInCU: 0x496, offset: 0x1A4A89, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOMa', symObjAddr: 0x890, symBinAddr: 0x18F4E0, symSize: 0x10 } + - { offsetInCU: 0x4AA, offset: 0x1A4A9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASQWb', symObjAddr: 0x8A0, symBinAddr: 0x18F4F0, symSize: 0x10 } + - { offsetInCU: 0x4BE, offset: 0x1A4AB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAESQAAWl', symObjAddr: 0x8B0, symBinAddr: 0x18F500, symSize: 0x30 } + - { offsetInCU: 0x4D2, offset: 0x1A4AC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8E0, symBinAddr: 0x18F530, symSize: 0x10 } + - { offsetInCU: 0x4E6, offset: 0x1A4AD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8F0, symBinAddr: 0x18F540, symSize: 0x30 } + - { offsetInCU: 0x4FA, offset: 0x1A4AED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x920, symBinAddr: 0x18F570, symSize: 0x10 } + - { offsetInCU: 0x50E, offset: 0x1A4B01, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x930, symBinAddr: 0x18F580, symSize: 0x30 } + - { offsetInCU: 0x548, offset: 0x1A4B3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C0, symBinAddr: 0x18F040, symSize: 0x10 } + - { offsetInCU: 0x588, offset: 0x1A4B7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1D0, symBinAddr: 0x18F050, symSize: 0x10 } + - { offsetInCU: 0x5C8, offset: 0x1A4BBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E0, symBinAddr: 0x18F060, symSize: 0x10 } + - { offsetInCU: 0x608, offset: 0x1A4BFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1F0, symBinAddr: 0x18F070, symSize: 0x10 } + - { offsetInCU: 0x63F, offset: 0x1A4C32, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x310, symBinAddr: 0x18F190, symSize: 0x20 } + - { offsetInCU: 0x65B, offset: 0x1A4C4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x330, symBinAddr: 0x18F1B0, symSize: 0x20 } + - { offsetInCU: 0x8A, offset: 0x1A4E63, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0x18F680, symSize: 0x20 } + - { offsetInCU: 0xBB, offset: 0x1A4E94, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0x18F6A0, symSize: 0x10 } + - { offsetInCU: 0xE4, offset: 0x1A4EBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x170, symBinAddr: 0x18F740, symSize: 0x7D0 } + - { offsetInCU: 0x217, offset: 0x1A4FF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueSSvg', symObjAddr: 0x940, symBinAddr: 0x18FF10, symSize: 0x20 } + - { offsetInCU: 0x24E, offset: 0x1A5027, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x960, symBinAddr: 0x18FF30, symSize: 0x20 } + - { offsetInCU: 0x2C1, offset: 0x1A509A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValuexSg03RawR0Qz_tcfCTW', symObjAddr: 0xAD0, symBinAddr: 0x1900A0, symSize: 0x40 } + - { offsetInCU: 0x307, offset: 0x1A50E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValue03RawR0QzvgTW', symObjAddr: 0xB10, symBinAddr: 0x1900E0, symSize: 0x30 } + - { offsetInCU: 0x31B, offset: 0x1A50F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB40, symBinAddr: 0x190110, symSize: 0x10 } + - { offsetInCU: 0x351, offset: 0x1A512A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB50, symBinAddr: 0x190120, symSize: 0x30 } + - { offsetInCU: 0x3B6, offset: 0x1A518F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB80, symBinAddr: 0x190150, symSize: 0x10 } + - { offsetInCU: 0x3D2, offset: 0x1A51AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB90, symBinAddr: 0x190160, symSize: 0x10 } + - { offsetInCU: 0x3EE, offset: 0x1A51C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1C90, symBinAddr: 0x191060, symSize: 0x50 } + - { offsetInCU: 0x439, offset: 0x1A5212, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCfD', symObjAddr: 0xBE0, symBinAddr: 0x1901B0, symSize: 0x30 } + - { offsetInCU: 0x47C, offset: 0x1A5255, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC6encode2toys7Encoder_p_tKF', symObjAddr: 0xE00, symBinAddr: 0x1903B0, symSize: 0x3B0 } + - { offsetInCU: 0x4BB, offset: 0x1A5294, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x11B0, symBinAddr: 0x190760, symSize: 0x450 } + - { offsetInCU: 0x510, offset: 0x1A52E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1600, symBinAddr: 0x190BB0, symSize: 0x50 } + - { offsetInCU: 0x547, offset: 0x1A5320, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1650, symBinAddr: 0x190C00, symSize: 0x20 } + - { offsetInCU: 0x582, offset: 0x1A535B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x1860, symBinAddr: 0x190CE0, symSize: 0x100 } + - { offsetInCU: 0x609, offset: 0x1A53E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCMa', symObjAddr: 0xC10, symBinAddr: 0x1901E0, symSize: 0x20 } + - { offsetInCU: 0x61D, offset: 0x1A53F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwet', symObjAddr: 0xC50, symBinAddr: 0x190200, symSize: 0x80 } + - { offsetInCU: 0x631, offset: 0x1A540A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwst', symObjAddr: 0xCD0, symBinAddr: 0x190280, symSize: 0xD0 } + - { offsetInCU: 0x645, offset: 0x1A541E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwup', symObjAddr: 0xDA0, symBinAddr: 0x190350, symSize: 0x10 } + - { offsetInCU: 0x659, offset: 0x1A5432, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOMa', symObjAddr: 0xDB0, symBinAddr: 0x190360, symSize: 0x10 } + - { offsetInCU: 0x66D, offset: 0x1A5446, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASQWb', symObjAddr: 0xDC0, symBinAddr: 0x190370, symSize: 0x10 } + - { offsetInCU: 0x681, offset: 0x1A545A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSQAAWl', symObjAddr: 0xDD0, symBinAddr: 0x190380, symSize: 0x30 } + - { offsetInCU: 0x695, offset: 0x1A546E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs0D3KeyAAWl', symObjAddr: 0x16E0, symBinAddr: 0x190C20, symSize: 0x30 } + - { offsetInCU: 0x6A9, offset: 0x1A5482, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSeAAWl', symObjAddr: 0x1710, symBinAddr: 0x190C50, symSize: 0x30 } + - { offsetInCU: 0x6BD, offset: 0x1A5496, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSEAAWl', symObjAddr: 0x17A0, symBinAddr: 0x190C80, symSize: 0x30 } + - { offsetInCU: 0x6D1, offset: 0x1A54AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSYAAWl', symObjAddr: 0x1830, symBinAddr: 0x190CB0, symSize: 0x30 } + - { offsetInCU: 0x6E5, offset: 0x1A54BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwet', symObjAddr: 0x1A40, symBinAddr: 0x190E10, symSize: 0x80 } + - { offsetInCU: 0x6F9, offset: 0x1A54D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwst', symObjAddr: 0x1AC0, symBinAddr: 0x190E90, symSize: 0xD0 } + - { offsetInCU: 0x70D, offset: 0x1A54E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwug', symObjAddr: 0x1B90, symBinAddr: 0x190F60, symSize: 0x10 } + - { offsetInCU: 0x721, offset: 0x1A54FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwup', symObjAddr: 0x1BA0, symBinAddr: 0x190F70, symSize: 0x10 } + - { offsetInCU: 0x735, offset: 0x1A550E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwui', symObjAddr: 0x1BB0, symBinAddr: 0x190F80, symSize: 0x10 } + - { offsetInCU: 0x749, offset: 0x1A5522, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOMa', symObjAddr: 0x1BC0, symBinAddr: 0x190F90, symSize: 0x10 } + - { offsetInCU: 0x75D, offset: 0x1A5536, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASQWb', symObjAddr: 0x1BD0, symBinAddr: 0x190FA0, symSize: 0x10 } + - { offsetInCU: 0x771, offset: 0x1A554A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFSQAAWl', symObjAddr: 0x1BE0, symBinAddr: 0x190FB0, symSize: 0x30 } + - { offsetInCU: 0x785, offset: 0x1A555E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1C10, symBinAddr: 0x190FE0, symSize: 0x10 } + - { offsetInCU: 0x799, offset: 0x1A5572, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1C20, symBinAddr: 0x190FF0, symSize: 0x30 } + - { offsetInCU: 0x7AD, offset: 0x1A5586, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1C50, symBinAddr: 0x191020, symSize: 0x10 } + - { offsetInCU: 0x7C1, offset: 0x1A559A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1C60, symBinAddr: 0x191030, symSize: 0x30 } + - { offsetInCU: 0x7F5, offset: 0x1A55CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x18F5D0, symSize: 0x10 } + - { offsetInCU: 0x886, offset: 0x1A565F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x18F5E0, symSize: 0x40 } + - { offsetInCU: 0x935, offset: 0x1A570E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x18F620, symSize: 0x20 } + - { offsetInCU: 0x988, offset: 0x1A5761, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x18F640, symSize: 0x40 } + - { offsetInCU: 0xA0B, offset: 0x1A57E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0x18F6B0, symSize: 0x50 } + - { offsetInCU: 0xA2E, offset: 0x1A5807, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0x18F700, symSize: 0x40 } + - { offsetInCU: 0xA84, offset: 0x1A585D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x980, symBinAddr: 0x18FF50, symSize: 0x80 } + - { offsetInCU: 0xB53, offset: 0x1A592C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA00, symBinAddr: 0x18FFD0, symSize: 0x50 } + - { offsetInCU: 0xBD1, offset: 0x1A59AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA50, symBinAddr: 0x190020, symSize: 0x30 } + - { offsetInCU: 0xC23, offset: 0x1A59FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA80, symBinAddr: 0x190050, symSize: 0x50 } + - { offsetInCU: 0xC85, offset: 0x1A5A5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBA0, symBinAddr: 0x190170, symSize: 0x20 } + - { offsetInCU: 0xCA1, offset: 0x1A5A7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xBC0, symBinAddr: 0x190190, symSize: 0x20 } + - { offsetInCU: 0x65, offset: 0x1A5C71, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x1910D0, symSize: 0x440 } + - { offsetInCU: 0xE5, offset: 0x1A5CF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x440, symBinAddr: 0x191510, symSize: 0x690 } + - { offsetInCU: 0x2A7, offset: 0x1A5EB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO8rawValueSSvg', symObjAddr: 0xAD0, symBinAddr: 0x191BA0, symSize: 0x20 } + - { offsetInCU: 0x2DE, offset: 0x1A5EEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xD40, symBinAddr: 0x191E10, symSize: 0x20 } + - { offsetInCU: 0x35C, offset: 0x1A5F68, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xDA0, symBinAddr: 0x191E70, symSize: 0x70 } + - { offsetInCU: 0x3C2, offset: 0x1A5FCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xE10, symBinAddr: 0x191EE0, symSize: 0x30 } + - { offsetInCU: 0x3DE, offset: 0x1A5FEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xE40, symBinAddr: 0x191F10, symSize: 0x10 } + - { offsetInCU: 0x414, offset: 0x1A6020, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xE50, symBinAddr: 0x191F20, symSize: 0x60 } + - { offsetInCU: 0x499, offset: 0x1A60A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xEB0, symBinAddr: 0x191F80, symSize: 0x10 } + - { offsetInCU: 0x4B5, offset: 0x1A60C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xEC0, symBinAddr: 0x191F90, symSize: 0x10 } + - { offsetInCU: 0x4F3, offset: 0x1A60FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xF50, symBinAddr: 0x192020, symSize: 0x60 } + - { offsetInCU: 0x536, offset: 0x1A6142, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xFB0, symBinAddr: 0x192080, symSize: 0x20 } + - { offsetInCU: 0x576, offset: 0x1A6182, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xFD0, symBinAddr: 0x1920A0, symSize: 0x10 } + - { offsetInCU: 0x5C1, offset: 0x1A61CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xFE0, symBinAddr: 0x1920B0, symSize: 0x60 } + - { offsetInCU: 0x60C, offset: 0x1A6218, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValueSiSgvgTW', symObjAddr: 0x1040, symBinAddr: 0x192110, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x1A6234, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1050, symBinAddr: 0x192120, symSize: 0x10 } + - { offsetInCU: 0x644, offset: 0x1A6250, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1850, symBinAddr: 0x192710, symSize: 0x1A } + - { offsetInCU: 0x662, offset: 0x1A626E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC6encode2toys7Encoder_p_tKF', symObjAddr: 0xAF0, symBinAddr: 0x191BC0, symSize: 0x250 } + - { offsetInCU: 0x6F3, offset: 0x1A62FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCfD', symObjAddr: 0x10A0, symBinAddr: 0x192170, symSize: 0x40 } + - { offsetInCU: 0x74E, offset: 0x1A635A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1100, symBinAddr: 0x1921D0, symSize: 0x50 } + - { offsetInCU: 0x786, offset: 0x1A6392, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1150, symBinAddr: 0x192220, symSize: 0x20 } + - { offsetInCU: 0x838, offset: 0x1A6444, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCMa', symObjAddr: 0x10E0, symBinAddr: 0x1921B0, symSize: 0x20 } + - { offsetInCU: 0x84C, offset: 0x1A6458, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs0C3KeyAAWl', symObjAddr: 0x11E0, symBinAddr: 0x192240, symSize: 0x30 } + - { offsetInCU: 0x860, offset: 0x1A646C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs06CodingD0AAWl', symObjAddr: 0x1240, symBinAddr: 0x192270, symSize: 0x30 } + - { offsetInCU: 0x874, offset: 0x1A6480, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x1400, symBinAddr: 0x1922D0, symSize: 0x80 } + - { offsetInCU: 0x888, offset: 0x1A6494, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x1480, symBinAddr: 0x192350, symSize: 0xD0 } + - { offsetInCU: 0x89C, offset: 0x1A64A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x1550, symBinAddr: 0x192420, symSize: 0x10 } + - { offsetInCU: 0x8B0, offset: 0x1A64BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x1560, symBinAddr: 0x192430, symSize: 0x10 } + - { offsetInCU: 0x8C4, offset: 0x1A64D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x1570, symBinAddr: 0x192440, symSize: 0x10 } + - { offsetInCU: 0x8D8, offset: 0x1A64E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x1580, symBinAddr: 0x192450, symSize: 0x10 } + - { offsetInCU: 0x8EC, offset: 0x1A64F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x15A0, symBinAddr: 0x192460, symSize: 0x50 } + - { offsetInCU: 0x900, offset: 0x1A650C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x15F0, symBinAddr: 0x1924B0, symSize: 0xA0 } + - { offsetInCU: 0x914, offset: 0x1A6520, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x1690, symBinAddr: 0x192550, symSize: 0x10 } + - { offsetInCU: 0x928, offset: 0x1A6534, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x16A0, symBinAddr: 0x192560, symSize: 0x10 } + - { offsetInCU: 0x93C, offset: 0x1A6548, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x16B0, symBinAddr: 0x192570, symSize: 0x10 } + - { offsetInCU: 0x950, offset: 0x1A655C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x16C0, symBinAddr: 0x192580, symSize: 0x10 } + - { offsetInCU: 0x964, offset: 0x1A6570, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x16D0, symBinAddr: 0x192590, symSize: 0x10 } + - { offsetInCU: 0x978, offset: 0x1A6584, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x16E0, symBinAddr: 0x1925A0, symSize: 0x30 } + - { offsetInCU: 0x98C, offset: 0x1A6598, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x1710, symBinAddr: 0x1925D0, symSize: 0x10 } + - { offsetInCU: 0x9A0, offset: 0x1A65AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x1720, symBinAddr: 0x1925E0, symSize: 0x30 } + - { offsetInCU: 0x9B4, offset: 0x1A65C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1750, symBinAddr: 0x192610, symSize: 0x10 } + - { offsetInCU: 0x9C8, offset: 0x1A65D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1760, symBinAddr: 0x192620, symSize: 0x30 } + - { offsetInCU: 0x9DC, offset: 0x1A65E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1790, symBinAddr: 0x192650, symSize: 0x10 } + - { offsetInCU: 0x9F0, offset: 0x1A65FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x17A0, symBinAddr: 0x192660, symSize: 0x30 } + - { offsetInCU: 0xA04, offset: 0x1A6610, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x17D0, symBinAddr: 0x192690, symSize: 0x10 } + - { offsetInCU: 0xA18, offset: 0x1A6624, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x17E0, symBinAddr: 0x1926A0, symSize: 0x30 } + - { offsetInCU: 0xA2C, offset: 0x1A6638, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1810, symBinAddr: 0x1926D0, symSize: 0x10 } + - { offsetInCU: 0xA40, offset: 0x1A664C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1820, symBinAddr: 0x1926E0, symSize: 0x30 } + - { offsetInCU: 0xAA0, offset: 0x1A66AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD60, symBinAddr: 0x191E30, symSize: 0x10 } + - { offsetInCU: 0xABC, offset: 0x1A66C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xD70, symBinAddr: 0x191E40, symSize: 0x10 } + - { offsetInCU: 0xAD8, offset: 0x1A66E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD80, symBinAddr: 0x191E50, symSize: 0x10 } + - { offsetInCU: 0xAF4, offset: 0x1A6700, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD90, symBinAddr: 0x191E60, symSize: 0x10 } + - { offsetInCU: 0xB16, offset: 0x1A6722, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xED0, symBinAddr: 0x191FA0, symSize: 0x20 } + - { offsetInCU: 0xB32, offset: 0x1A673E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xEF0, symBinAddr: 0x191FC0, symSize: 0x20 } + - { offsetInCU: 0xB5D, offset: 0x1A6769, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF10, symBinAddr: 0x191FE0, symSize: 0x10 } + - { offsetInCU: 0xB9D, offset: 0x1A67A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xF20, symBinAddr: 0x191FF0, symSize: 0x10 } + - { offsetInCU: 0xBDD, offset: 0x1A67E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF30, symBinAddr: 0x192000, symSize: 0x10 } + - { offsetInCU: 0xC1D, offset: 0x1A6829, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xF40, symBinAddr: 0x192010, symSize: 0x10 } + - { offsetInCU: 0xC54, offset: 0x1A6860, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1060, symBinAddr: 0x192130, symSize: 0x20 } + - { offsetInCU: 0xC70, offset: 0x1A687C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1080, symBinAddr: 0x192150, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x1A6AB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x80, symBinAddr: 0x192730, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1A6C1D, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x192880, symSize: 0x2E0 } + - { offsetInCU: 0x174, offset: 0x1A6D6A, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x192880, symSize: 0x2E0 } + - { offsetInCU: 0x40E, offset: 0x1A7004, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x2E0, symBinAddr: 0x192B60, symSize: 0x60 } + - { offsetInCU: 0x466, offset: 0x1A705C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfD', symObjAddr: 0x350, symBinAddr: 0x192BD0, symSize: 0x30 } + - { offsetInCU: 0x4C8, offset: 0x1A70BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfE', symObjAddr: 0x340, symBinAddr: 0x192BC0, symSize: 0x10 } + - { offsetInCU: 0x520, offset: 0x1A7116, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCMa', symObjAddr: 0x380, symBinAddr: 0x192C00, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1A735E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x192C20, symSize: 0x110 } + - { offsetInCU: 0x79, offset: 0x1A73AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x192C20, symSize: 0x110 } + - { offsetInCU: 0xC7, offset: 0x1A73FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x110, symBinAddr: 0x192D30, symSize: 0xF0 } + - { offsetInCU: 0xFB, offset: 0x1A742E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfC', symObjAddr: 0x260, symBinAddr: 0x192E40, symSize: 0x50 } + - { offsetInCU: 0x119, offset: 0x1A744C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfc', symObjAddr: 0x2B0, symBinAddr: 0x192E90, symSize: 0x100 } + - { offsetInCU: 0x1BF, offset: 0x1A74F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvg', symObjAddr: 0x4A0, symBinAddr: 0x192F90, symSize: 0x30 } + - { offsetInCU: 0x20A, offset: 0x1A753D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvs', symObjAddr: 0x4D0, symBinAddr: 0x192FC0, symSize: 0x50 } + - { offsetInCU: 0x24E, offset: 0x1A7581, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM', symObjAddr: 0x520, symBinAddr: 0x193010, symSize: 0x40 } + - { offsetInCU: 0x27B, offset: 0x1A75AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM.resume.0', symObjAddr: 0x560, symBinAddr: 0x193050, symSize: 0x30 } + - { offsetInCU: 0x2C5, offset: 0x1A75F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9valueTypeypXpvg', symObjAddr: 0x590, symBinAddr: 0x193080, symSize: 0x10 } + - { offsetInCU: 0x2F0, offset: 0x1A7623, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x5A0, symBinAddr: 0x193090, symSize: 0xB0 } + - { offsetInCU: 0x33B, offset: 0x1A766E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x670, symBinAddr: 0x193160, symSize: 0x30 } + - { offsetInCU: 0x3A1, offset: 0x1A76D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x710, symBinAddr: 0x193200, symSize: 0x20 } + - { offsetInCU: 0x3C4, offset: 0x1A76F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfd', symObjAddr: 0x730, symBinAddr: 0x193220, symSize: 0x20 } + - { offsetInCU: 0x3FF, offset: 0x1A7732, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfD', symObjAddr: 0x780, symBinAddr: 0x193240, symSize: 0x30 } + - { offsetInCU: 0x442, offset: 0x1A7775, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x7B0, symBinAddr: 0x193270, symSize: 0x20 } + - { offsetInCU: 0x45E, offset: 0x1A7791, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x7D0, symBinAddr: 0x193290, symSize: 0x10 } + - { offsetInCU: 0x4A4, offset: 0x1A77D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7E0, symBinAddr: 0x1932A0, symSize: 0x20 } + - { offsetInCU: 0x504, offset: 0x1A7837, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOe', symObjAddr: 0x200, symBinAddr: 0x192E20, symSize: 0x20 } + - { offsetInCU: 0x539, offset: 0x1A786C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOy', symObjAddr: 0x650, symBinAddr: 0x193140, symSize: 0x20 } + - { offsetInCU: 0x54D, offset: 0x1A7880, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6D0, symBinAddr: 0x1931C0, symSize: 0x40 } + - { offsetInCU: 0x595, offset: 0x1A78C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x800, symBinAddr: 0x1932C0, symSize: 0x20 } + - { offsetInCU: 0x5C4, offset: 0x1A78F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x820, symBinAddr: 0x1932E0, symSize: 0x10 } + - { offsetInCU: 0x60E, offset: 0x1A7941, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x830, symBinAddr: 0x1932F0, symSize: 0x20 } + - { offsetInCU: 0x655, offset: 0x1A7988, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCMa', symObjAddr: 0x8D0, symBinAddr: 0x193390, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x1A7BB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfC', symObjAddr: 0x0, symBinAddr: 0x1933F0, symSize: 0x70 } + - { offsetInCU: 0x69, offset: 0x1A7BD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfC', symObjAddr: 0x70, symBinAddr: 0x193460, symSize: 0x50 } + - { offsetInCU: 0x87, offset: 0x1A7BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc', symObjAddr: 0xC0, symBinAddr: 0x1934B0, symSize: 0xF0 } + - { offsetInCU: 0xF2, offset: 0x1A7C5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc', symObjAddr: 0x1B0, symBinAddr: 0x1935A0, symSize: 0x130 } + - { offsetInCU: 0x19D, offset: 0x1A7D07, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5valuexvg', symObjAddr: 0x2E0, symBinAddr: 0x1936D0, symSize: 0x30 } + - { offsetInCU: 0x1D8, offset: 0x1A7D42, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg', symObjAddr: 0x310, symBinAddr: 0x193700, symSize: 0x20 } + - { offsetInCU: 0x205, offset: 0x1A7D6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC6isHoldSbvg', symObjAddr: 0x330, symBinAddr: 0x193720, symSize: 0x20 } + - { offsetInCU: 0x232, offset: 0x1A7D9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg', symObjAddr: 0x350, symBinAddr: 0x193740, symSize: 0x20 } + - { offsetInCU: 0x25F, offset: 0x1A7DC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg', symObjAddr: 0x370, symBinAddr: 0x193760, symSize: 0x20 } + - { offsetInCU: 0x28C, offset: 0x1A7DF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg', symObjAddr: 0x390, symBinAddr: 0x193780, symSize: 0x30 } + - { offsetInCU: 0x2B9, offset: 0x1A7E23, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg', symObjAddr: 0x3C0, symBinAddr: 0x1937B0, symSize: 0x30 } + - { offsetInCU: 0x2E6, offset: 0x1A7E50, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfd', symObjAddr: 0x3F0, symBinAddr: 0x1937E0, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x1A7E9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfD', symObjAddr: 0x410, symBinAddr: 0x193800, symSize: 0x30 } + - { offsetInCU: 0x3CA, offset: 0x1A7F34, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x440, symBinAddr: 0x193830, symSize: 0x1E0 } + - { offsetInCU: 0x451, offset: 0x1A7FBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x620, symBinAddr: 0x193A10, symSize: 0x20 } + - { offsetInCU: 0x50C, offset: 0x1A8076, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x640, symBinAddr: 0x193A30, symSize: 0x210 } + - { offsetInCU: 0x85F, offset: 0x1A83C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE9hashValueSivg', symObjAddr: 0x850, symBinAddr: 0x193C40, symSize: 0x40 } + - { offsetInCU: 0x8DD, offset: 0x1A8447, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x890, symBinAddr: 0x193C80, symSize: 0x20 } + - { offsetInCU: 0x8F9, offset: 0x1A8463, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8B0, symBinAddr: 0x193CA0, symSize: 0x20 } + - { offsetInCU: 0x90D, offset: 0x1A8477, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSQWb', symObjAddr: 0x910, symBinAddr: 0x193D00, symSize: 0x30 } + - { offsetInCU: 0x921, offset: 0x1A848B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMi', symObjAddr: 0x940, symBinAddr: 0x193D30, symSize: 0x10 } + - { offsetInCU: 0x935, offset: 0x1A849F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMr', symObjAddr: 0x950, symBinAddr: 0x193D40, symSize: 0xA0 } + - { offsetInCU: 0x949, offset: 0x1A84B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMa', symObjAddr: 0x9F0, symBinAddr: 0x193DE0, symSize: 0x10 } + - { offsetInCU: 0xA02, offset: 0x1A856C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8D0, symBinAddr: 0x193CC0, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1A8778, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x193E30, symSize: 0x70 } + - { offsetInCU: 0x4F, offset: 0x1A879C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x193E30, symSize: 0x70 } + - { offsetInCU: 0x7C, offset: 0x1A87C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfD', symObjAddr: 0x70, symBinAddr: 0x193EA0, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x1A8805, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0x193EE0, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x1A8846, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xD0, symBinAddr: 0x193F00, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x1A8887, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x100, symBinAddr: 0x193F30, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x1A88B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesC4starAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x1030, symBinAddr: 0x194E60, symSize: 0x770 } + - { offsetInCU: 0x6D7, offset: 0x1A8E24, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCMa', symObjAddr: 0x90, symBinAddr: 0x193EC0, symSize: 0x20 } + - { offsetInCU: 0x817, offset: 0x1A8F64, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x120, symBinAddr: 0x193F50, symSize: 0x190 } + - { offsetInCU: 0xA52, offset: 0x1A919F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCfD', symObjAddr: 0x2B0, symBinAddr: 0x1940E0, symSize: 0x40 } + - { offsetInCU: 0xAB3, offset: 0x1A9200, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x310, symBinAddr: 0x194140, symSize: 0x40 } + - { offsetInCU: 0xAFD, offset: 0x1A924A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x350, symBinAddr: 0x194180, symSize: 0x30 } + - { offsetInCU: 0xB2F, offset: 0x1A927C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x380, symBinAddr: 0x1941B0, symSize: 0x10 } + - { offsetInCU: 0xB4B, offset: 0x1A9298, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x390, symBinAddr: 0x1941C0, symSize: 0x10 } + - { offsetInCU: 0xBAF, offset: 0x1A92FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3A0, symBinAddr: 0x1941D0, symSize: 0x20 } + - { offsetInCU: 0xC11, offset: 0x1A935E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x3C0, symBinAddr: 0x1941F0, symSize: 0x10 } + - { offsetInCU: 0xC3C, offset: 0x1A9389, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x3D0, symBinAddr: 0x194200, symSize: 0x10 } + - { offsetInCU: 0xC6E, offset: 0x1A93BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x3E0, symBinAddr: 0x194210, symSize: 0x10 } + - { offsetInCU: 0xC99, offset: 0x1A93E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x3F0, symBinAddr: 0x194220, symSize: 0x10 } + - { offsetInCU: 0xCDA, offset: 0x1A9427, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x400, symBinAddr: 0x194230, symSize: 0x10 } + - { offsetInCU: 0xD1B, offset: 0x1A9468, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x410, symBinAddr: 0x194240, symSize: 0x20 } + - { offsetInCU: 0xD5C, offset: 0x1A94A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x430, symBinAddr: 0x194260, symSize: 0x20 } + - { offsetInCU: 0xD8E, offset: 0x1A94DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC06parentC04starAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x17A0, symBinAddr: 0x1955D0, symSize: 0x130 } + - { offsetInCU: 0xE48, offset: 0x1A9595, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCMa', symObjAddr: 0x2F0, symBinAddr: 0x194120, symSize: 0x20 } + - { offsetInCU: 0x12C3, offset: 0x1A9A10, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4star8position11outerRadius05innerG00F11Roundedness0hI014numberOfPoints8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA5qA0C9DirectionOtFZTf4nnnnnnnnd_n', symObjAddr: 0x450, symBinAddr: 0x194280, symSize: 0xBE0 } + - { offsetInCU: 0x27, offset: 0x1AAC74, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x195700, symSize: 0x188 } + - { offsetInCU: 0x3F, offset: 0x1AAC8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x195700, symSize: 0x188 } + - { offsetInCU: 0x2B, offset: 0x1AAE09, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x195890, symSize: 0x1A0 } + - { offsetInCU: 0x4F, offset: 0x1AAE2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x195890, symSize: 0x1A0 } + - { offsetInCU: 0xB1, offset: 0x1AAE8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1A0, symBinAddr: 0x195A30, symSize: 0x50 } + - { offsetInCU: 0xF7, offset: 0x1AAED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1F0, symBinAddr: 0x195A80, symSize: 0x80 } + - { offsetInCU: 0x13E, offset: 0x1AAF1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfD', symObjAddr: 0x2C0, symBinAddr: 0x195B50, symSize: 0x30 } + - { offsetInCU: 0x16C, offset: 0x1AAF4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfE', symObjAddr: 0x270, symBinAddr: 0x195B00, symSize: 0x50 } + - { offsetInCU: 0x199, offset: 0x1AAF77, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfETo', symObjAddr: 0x2F0, symBinAddr: 0x195B80, symSize: 0x50 } + - { offsetInCU: 0x1C8, offset: 0x1AAFA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCMa', symObjAddr: 0x340, symBinAddr: 0x195BD0, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x1AB152, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x0, symBinAddr: 0x195BF0, symSize: 0x10 } + - { offsetInCU: 0x5B, offset: 0x1AB16E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg', symObjAddr: 0x10, symBinAddr: 0x195C00, symSize: 0x10 } + - { offsetInCU: 0x82, offset: 0x1AB195, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x20, symBinAddr: 0x195C10, symSize: 0x10 } + - { offsetInCU: 0xAF, offset: 0x1AB1C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x30, symBinAddr: 0x195C20, symSize: 0x20 } + - { offsetInCU: 0xDE, offset: 0x1AB1F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x60, symBinAddr: 0x195C50, symSize: 0x10 } + - { offsetInCU: 0xFA, offset: 0x1AB20D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x70, symBinAddr: 0x195C60, symSize: 0x10 } + - { offsetInCU: 0x130, offset: 0x1AB243, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x80, symBinAddr: 0x195C70, symSize: 0x20 } + - { offsetInCU: 0x177, offset: 0x1AB28A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0xA0, symBinAddr: 0x195C90, symSize: 0x10 } + - { offsetInCU: 0x193, offset: 0x1AB2A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg', symObjAddr: 0xB0, symBinAddr: 0x195CA0, symSize: 0x10 } + - { offsetInCU: 0x1AF, offset: 0x1AB2C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0xE0, symBinAddr: 0x195CD0, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x1AB479, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x195D00, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1AB49E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x195D40, symSize: 0x1C0 } + - { offsetInCU: 0xDC, offset: 0x1AB506, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x200, symBinAddr: 0x195F00, symSize: 0xF0 } + - { offsetInCU: 0x17B, offset: 0x1AB5A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F0, symBinAddr: 0x195FF0, symSize: 0x120 } + - { offsetInCU: 0x1FE, offset: 0x1AB628, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x196150, symSize: 0x60 } + - { offsetInCU: 0x241, offset: 0x1AB66B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B0, symBinAddr: 0x1961B0, symSize: 0x20 } + - { offsetInCU: 0x281, offset: 0x1AB6AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D0, symBinAddr: 0x1961D0, symSize: 0x10 } + - { offsetInCU: 0x2CC, offset: 0x1AB6F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x1961E0, symSize: 0x60 } + - { offsetInCU: 0x317, offset: 0x1AB741, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x540, symBinAddr: 0x196240, symSize: 0x10 } + - { offsetInCU: 0x333, offset: 0x1AB75D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x550, symBinAddr: 0x196250, symSize: 0x10 } + - { offsetInCU: 0x34F, offset: 0x1AB779, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO03rawD0SSvgTf4d_n', symObjAddr: 0x860, symBinAddr: 0x196380, symSize: 0x20 } + - { offsetInCU: 0x38B, offset: 0x1AB7B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfD', symObjAddr: 0x5B0, symBinAddr: 0x1962B0, symSize: 0x30 } + - { offsetInCU: 0x45A, offset: 0x1AB884, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfE', symObjAddr: 0x5A0, symBinAddr: 0x1962A0, symSize: 0x10 } + - { offsetInCU: 0x487, offset: 0x1AB8B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCMa', symObjAddr: 0x5E0, symBinAddr: 0x1962E0, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x1AB8C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs0E3KeyAAWl', symObjAddr: 0x670, symBinAddr: 0x196300, symSize: 0x30 } + - { offsetInCU: 0x4AF, offset: 0x1AB8D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwet', symObjAddr: 0x8A0, symBinAddr: 0x1963A0, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x1AB8ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwst', symObjAddr: 0x8F0, symBinAddr: 0x1963F0, symSize: 0xA0 } + - { offsetInCU: 0x4D7, offset: 0x1AB901, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwug', symObjAddr: 0x990, symBinAddr: 0x196490, symSize: 0x10 } + - { offsetInCU: 0x4EB, offset: 0x1AB915, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwup', symObjAddr: 0x9A0, symBinAddr: 0x1964A0, symSize: 0x10 } + - { offsetInCU: 0x4FF, offset: 0x1AB929, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwui', symObjAddr: 0x9B0, symBinAddr: 0x1964B0, symSize: 0x10 } + - { offsetInCU: 0x513, offset: 0x1AB93D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOMa', symObjAddr: 0x9C0, symBinAddr: 0x1964C0, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x1AB951, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASQWb', symObjAddr: 0x9D0, symBinAddr: 0x1964D0, symSize: 0x10 } + - { offsetInCU: 0x53B, offset: 0x1AB965, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFSQAAWl', symObjAddr: 0x9E0, symBinAddr: 0x1964E0, symSize: 0x30 } + - { offsetInCU: 0x54F, offset: 0x1AB979, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA10, symBinAddr: 0x196510, symSize: 0x10 } + - { offsetInCU: 0x563, offset: 0x1AB98D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA20, symBinAddr: 0x196520, symSize: 0x30 } + - { offsetInCU: 0x577, offset: 0x1AB9A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA50, symBinAddr: 0x196550, symSize: 0x10 } + - { offsetInCU: 0x58B, offset: 0x1AB9B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA60, symBinAddr: 0x196560, symSize: 0x2E } + - { offsetInCU: 0x5C5, offset: 0x1AB9EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x410, symBinAddr: 0x196110, symSize: 0x10 } + - { offsetInCU: 0x605, offset: 0x1ABA2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x420, symBinAddr: 0x196120, symSize: 0x10 } + - { offsetInCU: 0x645, offset: 0x1ABA6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0x196130, symSize: 0x10 } + - { offsetInCU: 0x685, offset: 0x1ABAAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x440, symBinAddr: 0x196140, symSize: 0x10 } + - { offsetInCU: 0x6BC, offset: 0x1ABAE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0x196260, symSize: 0x20 } + - { offsetInCU: 0x6D8, offset: 0x1ABB02, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0x196280, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x1ABD16, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x196590, symSize: 0x20 } + - { offsetInCU: 0x17F, offset: 0x1ABE37, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0x20, symBinAddr: 0x1965B0, symSize: 0x170 } + - { offsetInCU: 0x28B, offset: 0x1ABF43, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x190, symBinAddr: 0x196720, symSize: 0x10 } + - { offsetInCU: 0x2CC, offset: 0x1ABF84, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP7lineCapAA04LineG0OvgTW', symObjAddr: 0x1A0, symBinAddr: 0x196730, symSize: 0x10 } + - { offsetInCU: 0x30D, offset: 0x1ABFC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP8lineJoinAA04LineG0OvgTW', symObjAddr: 0x1B0, symBinAddr: 0x196740, symSize: 0x10 } + - { offsetInCU: 0x34E, offset: 0x1AC006, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x1C0, symBinAddr: 0x196750, symSize: 0x10 } + - { offsetInCU: 0x38F, offset: 0x1AC047, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x1D0, symBinAddr: 0x196760, symSize: 0x20 } + - { offsetInCU: 0x3D0, offset: 0x1AC088, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1F0, symBinAddr: 0x196780, symSize: 0x20 } + - { offsetInCU: 0x411, offset: 0x1AC0C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x210, symBinAddr: 0x1967A0, symSize: 0x20 } + - { offsetInCU: 0x452, offset: 0x1AC10A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x230, symBinAddr: 0x1967C0, symSize: 0x10 } + - { offsetInCU: 0x493, offset: 0x1AC14B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x240, symBinAddr: 0x1967D0, symSize: 0x10 } + - { offsetInCU: 0x4D4, offset: 0x1AC18C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x250, symBinAddr: 0x1967E0, symSize: 0x20 } + - { offsetInCU: 0x506, offset: 0x1AC1BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4B0, symBinAddr: 0x196A40, symSize: 0x40 } + - { offsetInCU: 0x52B, offset: 0x1AC1E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x4F0, symBinAddr: 0x196A80, symSize: 0x840 } + - { offsetInCU: 0x5CE, offset: 0x1AC286, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xD30, symBinAddr: 0x1972C0, symSize: 0xFD0 } + - { offsetInCU: 0xA48, offset: 0x1AC700, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueSSvg', symObjAddr: 0x1D00, symBinAddr: 0x198290, symSize: 0x20 } + - { offsetInCU: 0xA7F, offset: 0x1AC737, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x2280, symBinAddr: 0x198790, symSize: 0x20 } + - { offsetInCU: 0xAF2, offset: 0x1AC7AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2420, symBinAddr: 0x198930, symSize: 0x40 } + - { offsetInCU: 0xB38, offset: 0x1AC7F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x2460, symBinAddr: 0x198970, symSize: 0x30 } + - { offsetInCU: 0xB4C, offset: 0x1AC804, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2490, symBinAddr: 0x1989A0, symSize: 0x10 } + - { offsetInCU: 0xB82, offset: 0x1AC83A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x24A0, symBinAddr: 0x1989B0, symSize: 0x30 } + - { offsetInCU: 0xBE7, offset: 0x1AC89F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x24D0, symBinAddr: 0x1989E0, symSize: 0x10 } + - { offsetInCU: 0xC03, offset: 0x1AC8BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x24E0, symBinAddr: 0x1989F0, symSize: 0x10 } + - { offsetInCU: 0xC1F, offset: 0x1AC8D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3670, symBinAddr: 0x199650, symSize: 0x50 } + - { offsetInCU: 0xC57, offset: 0x1AC90F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x22A0, symBinAddr: 0x1987B0, symSize: 0x30 } + - { offsetInCU: 0xC9C, offset: 0x1AC954, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2570, symBinAddr: 0x198A80, symSize: 0x70 } + - { offsetInCU: 0xCD0, offset: 0x1AC988, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x25E0, symBinAddr: 0x198AF0, symSize: 0x30 } + - { offsetInCU: 0xCEC, offset: 0x1AC9A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2610, symBinAddr: 0x198B20, symSize: 0x10 } + - { offsetInCU: 0xD22, offset: 0x1AC9DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2620, symBinAddr: 0x198B30, symSize: 0x70 } + - { offsetInCU: 0xD6D, offset: 0x1ACA25, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2690, symBinAddr: 0x198BA0, symSize: 0x10 } + - { offsetInCU: 0xD89, offset: 0x1ACA41, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x26A0, symBinAddr: 0x198BB0, symSize: 0x10 } + - { offsetInCU: 0xE37, offset: 0x1ACAEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1DA0, symBinAddr: 0x1982B0, symSize: 0x4E0 } + - { offsetInCU: 0xEAA, offset: 0x1ACB62, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfd', symObjAddr: 0x2740, symBinAddr: 0x198C50, symSize: 0x60 } + - { offsetInCU: 0xEF5, offset: 0x1ACBAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfD', symObjAddr: 0x27A0, symBinAddr: 0x198CB0, symSize: 0x20 } + - { offsetInCU: 0xF71, offset: 0x1ACC29, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x2C0, symBinAddr: 0x196850, symSize: 0x20 } + - { offsetInCU: 0xFA2, offset: 0x1ACC5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x2E0, symBinAddr: 0x196870, symSize: 0x10 } + - { offsetInCU: 0x11C2, offset: 0x1ACE7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfE', symObjAddr: 0x26F0, symBinAddr: 0x198C00, symSize: 0x50 } + - { offsetInCU: 0x11EF, offset: 0x1ACEA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCMa', symObjAddr: 0x27C0, symBinAddr: 0x198CD0, symSize: 0x20 } + - { offsetInCU: 0x1203, offset: 0x1ACEBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOwup', symObjAddr: 0x2820, symBinAddr: 0x198D10, symSize: 0x10 } + - { offsetInCU: 0x1217, offset: 0x1ACECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOMa', symObjAddr: 0x2830, symBinAddr: 0x198D20, symSize: 0x10 } + - { offsetInCU: 0x122B, offset: 0x1ACEE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOwup', symObjAddr: 0x29B0, symBinAddr: 0x198EA0, symSize: 0x10 } + - { offsetInCU: 0x123F, offset: 0x1ACEF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOMa', symObjAddr: 0x29C0, symBinAddr: 0x198EB0, symSize: 0x10 } + - { offsetInCU: 0x1253, offset: 0x1ACF0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASQWb', symObjAddr: 0x29D0, symBinAddr: 0x198EC0, symSize: 0x10 } + - { offsetInCU: 0x1267, offset: 0x1ACF1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSQAAWl', symObjAddr: 0x29E0, symBinAddr: 0x198ED0, symSize: 0x30 } + - { offsetInCU: 0x127B, offset: 0x1ACF33, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSHAASQWb', symObjAddr: 0x2A10, symBinAddr: 0x198F00, symSize: 0x10 } + - { offsetInCU: 0x128F, offset: 0x1ACF47, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSQAAWl', symObjAddr: 0x2A20, symBinAddr: 0x198F10, symSize: 0x30 } + - { offsetInCU: 0x12A3, offset: 0x1ACF5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSYAAWl', symObjAddr: 0x2A50, symBinAddr: 0x198F40, symSize: 0x30 } + - { offsetInCU: 0x12B7, offset: 0x1ACF6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSYAAWl', symObjAddr: 0x2A80, symBinAddr: 0x198F70, symSize: 0x30 } + - { offsetInCU: 0x12CB, offset: 0x1ACF83, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs0D3KeyAAWl', symObjAddr: 0x2B20, symBinAddr: 0x198FA0, symSize: 0x30 } + - { offsetInCU: 0x12DF, offset: 0x1ACF97, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs9CodingKeyAAWl', symObjAddr: 0x2C40, symBinAddr: 0x198FD0, symSize: 0x30 } + - { offsetInCU: 0x12F3, offset: 0x1ACFAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x31D0, symBinAddr: 0x1991B0, symSize: 0x80 } + - { offsetInCU: 0x1307, offset: 0x1ACFBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x3250, symBinAddr: 0x199230, symSize: 0xD0 } + - { offsetInCU: 0x131B, offset: 0x1ACFD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x3320, symBinAddr: 0x199300, symSize: 0x10 } + - { offsetInCU: 0x132F, offset: 0x1ACFE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x3330, symBinAddr: 0x199310, symSize: 0x10 } + - { offsetInCU: 0x1343, offset: 0x1ACFFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x3340, symBinAddr: 0x199320, symSize: 0x10 } + - { offsetInCU: 0x1357, offset: 0x1AD00F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x3350, symBinAddr: 0x199330, symSize: 0x10 } + - { offsetInCU: 0x136B, offset: 0x1AD023, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x3360, symBinAddr: 0x199340, symSize: 0x80 } + - { offsetInCU: 0x137F, offset: 0x1AD037, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x33E0, symBinAddr: 0x1993C0, symSize: 0xD0 } + - { offsetInCU: 0x1393, offset: 0x1AD04B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x34B0, symBinAddr: 0x199490, symSize: 0x10 } + - { offsetInCU: 0x13A7, offset: 0x1AD05F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x34C0, symBinAddr: 0x1994A0, symSize: 0x10 } + - { offsetInCU: 0x13BB, offset: 0x1AD073, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x34D0, symBinAddr: 0x1994B0, symSize: 0x10 } + - { offsetInCU: 0x13CF, offset: 0x1AD087, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x34E0, symBinAddr: 0x1994C0, symSize: 0x10 } + - { offsetInCU: 0x13E3, offset: 0x1AD09B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x34F0, symBinAddr: 0x1994D0, symSize: 0x10 } + - { offsetInCU: 0x13F7, offset: 0x1AD0AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x3500, symBinAddr: 0x1994E0, symSize: 0x30 } + - { offsetInCU: 0x140B, offset: 0x1AD0C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x3530, symBinAddr: 0x199510, symSize: 0x10 } + - { offsetInCU: 0x141F, offset: 0x1AD0D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x3540, symBinAddr: 0x199520, symSize: 0x30 } + - { offsetInCU: 0x1433, offset: 0x1AD0EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3570, symBinAddr: 0x199550, symSize: 0x10 } + - { offsetInCU: 0x1447, offset: 0x1AD0FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3580, symBinAddr: 0x199560, symSize: 0x30 } + - { offsetInCU: 0x145B, offset: 0x1AD113, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x35B0, symBinAddr: 0x199590, symSize: 0x10 } + - { offsetInCU: 0x146F, offset: 0x1AD127, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x35C0, symBinAddr: 0x1995A0, symSize: 0x30 } + - { offsetInCU: 0x1483, offset: 0x1AD13B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x35F0, symBinAddr: 0x1995D0, symSize: 0x10 } + - { offsetInCU: 0x1497, offset: 0x1AD14F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3600, symBinAddr: 0x1995E0, symSize: 0x30 } + - { offsetInCU: 0x14AB, offset: 0x1AD163, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3630, symBinAddr: 0x199610, symSize: 0x10 } + - { offsetInCU: 0x14BF, offset: 0x1AD177, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3640, symBinAddr: 0x199620, symSize: 0x30 } + - { offsetInCU: 0x1533, offset: 0x1AD1EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x270, symBinAddr: 0x196800, symSize: 0x10 } + - { offsetInCU: 0x1588, offset: 0x1AD240, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x290, symBinAddr: 0x196820, symSize: 0x20 } + - { offsetInCU: 0x15E9, offset: 0x1AD2A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2F0, symBinAddr: 0x196880, symSize: 0x50 } + - { offsetInCU: 0x160C, offset: 0x1AD2C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x340, symBinAddr: 0x1968D0, symSize: 0x40 } + - { offsetInCU: 0x162F, offset: 0x1AD2E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x420, symBinAddr: 0x1969B0, symSize: 0x50 } + - { offsetInCU: 0x1652, offset: 0x1AD30A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x470, symBinAddr: 0x196A00, symSize: 0x40 } + - { offsetInCU: 0x1726, offset: 0x1AD3DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x22D0, symBinAddr: 0x1987E0, symSize: 0x80 } + - { offsetInCU: 0x17F5, offset: 0x1AD4AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2350, symBinAddr: 0x198860, symSize: 0x50 } + - { offsetInCU: 0x1873, offset: 0x1AD52B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x23A0, symBinAddr: 0x1988B0, symSize: 0x30 } + - { offsetInCU: 0x18C5, offset: 0x1AD57D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x23D0, symBinAddr: 0x1988E0, symSize: 0x50 } + - { offsetInCU: 0x1927, offset: 0x1AD5DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x24F0, symBinAddr: 0x198A00, symSize: 0x20 } + - { offsetInCU: 0x1943, offset: 0x1AD5FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2510, symBinAddr: 0x198A20, symSize: 0x20 } + - { offsetInCU: 0x195F, offset: 0x1AD617, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2530, symBinAddr: 0x198A40, symSize: 0x10 } + - { offsetInCU: 0x197B, offset: 0x1AD633, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2540, symBinAddr: 0x198A50, symSize: 0x10 } + - { offsetInCU: 0x1997, offset: 0x1AD64F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2550, symBinAddr: 0x198A60, symSize: 0x10 } + - { offsetInCU: 0x19B3, offset: 0x1AD66B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2560, symBinAddr: 0x198A70, symSize: 0x10 } + - { offsetInCU: 0x19D5, offset: 0x1AD68D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x26B0, symBinAddr: 0x198BC0, symSize: 0x20 } + - { offsetInCU: 0x19F1, offset: 0x1AD6A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x26D0, symBinAddr: 0x198BE0, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x1AD92C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x199720, symSize: 0x30 } + - { offsetInCU: 0xE9, offset: 0x1AD9D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x30, symBinAddr: 0x199750, symSize: 0x60 } + - { offsetInCU: 0x148, offset: 0x1ADA35, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x90, symBinAddr: 0x1997B0, symSize: 0x20 } + - { offsetInCU: 0x1B8, offset: 0x1ADAA5, size: 0x8, addend: 0x0, symName: '_$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB0, symBinAddr: 0x1997D0, symSize: 0x190 } + - { offsetInCU: 0x3F0, offset: 0x1ADCDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x240, symBinAddr: 0x199960, symSize: 0xD0 } + - { offsetInCU: 0x58D, offset: 0x1ADE7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x310, symBinAddr: 0x199A30, symSize: 0x20 } + - { offsetInCU: 0x655, offset: 0x1ADF42, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x330, symBinAddr: 0x199A50, symSize: 0x70 } + - { offsetInCU: 0x98E, offset: 0x1AE27B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0p2InR0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x3A0, symBinAddr: 0x199AC0, symSize: 0x60 } + - { offsetInCU: 0xB4E, offset: 0x1AE43B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x400, symBinAddr: 0x199B20, symSize: 0x80 } + - { offsetInCU: 0xBDD, offset: 0x1AE4CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x480, symBinAddr: 0x199BA0, symSize: 0x50 } + - { offsetInCU: 0xCD4, offset: 0x1AE5C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x4D0, symBinAddr: 0x199BF0, symSize: 0x20 } + - { offsetInCU: 0xD91, offset: 0x1AE67E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x4F0, symBinAddr: 0x199C10, symSize: 0x90 } + - { offsetInCU: 0xDF1, offset: 0x1AE6DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x580, symBinAddr: 0x199CA0, symSize: 0x30 } + - { offsetInCU: 0xE6C, offset: 0x1AE759, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x5B0, symBinAddr: 0x199CD0, symSize: 0x40 } + - { offsetInCU: 0xF0A, offset: 0x1AE7F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x5F0, symBinAddr: 0x199D10, symSize: 0x110 } + - { offsetInCU: 0xFAC, offset: 0x1AE899, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x700, symBinAddr: 0x199E20, symSize: 0x40 } + - { offsetInCU: 0x1088, offset: 0x1AE975, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie14InterpolatableA2dEP11interpolate2to6amountxx_ACtFTW', symObjAddr: 0x740, symBinAddr: 0x199E60, symSize: 0x40 } + - { offsetInCU: 0x116B, offset: 0x1AEA58, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie17AnyInterpolatableA2dEP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_ACSo7CGPointVSgANtFTW', symObjAddr: 0x780, symBinAddr: 0x199EA0, symSize: 0x40 } + - { offsetInCU: 0x129C, offset: 0x1AEB89, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x7C0, symBinAddr: 0x199EE0, symSize: 0x40 } + - { offsetInCU: 0x137F, offset: 0x1AEC6C, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x800, symBinAddr: 0x199F20, symSize: 0x40 } + - { offsetInCU: 0x145B, offset: 0x1AED48, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0x840, symBinAddr: 0x199F60, symSize: 0x1A0 } + - { offsetInCU: 0x16F3, offset: 0x1AEFE0, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x9E0, symBinAddr: 0x19A100, symSize: 0x140 } + - { offsetInCU: 0x18A9, offset: 0x1AF196, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xB20, symBinAddr: 0x19A240, symSize: 0x140 } + - { offsetInCU: 0x1A30, offset: 0x1AF31D, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xC60, symBinAddr: 0x19A380, symSize: 0x30 } + - { offsetInCU: 0x1B0C, offset: 0x1AF3F9, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xC90, symBinAddr: 0x19A3B0, symSize: 0x40 } + - { offsetInCU: 0x1BFF, offset: 0x1AF4EC, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xCD0, symBinAddr: 0x19A3F0, symSize: 0x40 } + - { offsetInCU: 0x1D49, offset: 0x1AF636, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF', symObjAddr: 0xD10, symBinAddr: 0x19A430, symSize: 0xA0 } + - { offsetInCU: 0x1EF1, offset: 0x1AF7DE, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie21SpatialInterpolatableA2cDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xDB0, symBinAddr: 0x19A4D0, symSize: 0xC0 } + - { offsetInCU: 0x20D1, offset: 0x1AF9BE, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xE70, symBinAddr: 0x19A590, symSize: 0xC0 } + - { offsetInCU: 0x2287, offset: 0x1AFB74, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xF30, symBinAddr: 0x19A650, symSize: 0x40 } + - { offsetInCU: 0x236A, offset: 0x1AFC57, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xF70, symBinAddr: 0x19A690, symSize: 0x10 } + - { offsetInCU: 0x23DB, offset: 0x1AFCC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xF80, symBinAddr: 0x19A6A0, symSize: 0x40 } + - { offsetInCU: 0x2458, offset: 0x1AFD45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xFC0, symBinAddr: 0x19A6E0, symSize: 0x40 } + - { offsetInCU: 0x2590, offset: 0x1AFE7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1000, symBinAddr: 0x19A720, symSize: 0x40 } + - { offsetInCU: 0x2720, offset: 0x1B000D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x1040, symBinAddr: 0x19A760, symSize: 0xA0 } + - { offsetInCU: 0x28B9, offset: 0x1B01A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x10E0, symBinAddr: 0x19A800, symSize: 0x30 } + - { offsetInCU: 0x2948, offset: 0x1B0235, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1110, symBinAddr: 0x19A830, symSize: 0xC0 } + - { offsetInCU: 0x2B47, offset: 0x1B0434, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x11D0, symBinAddr: 0x19A8F0, symSize: 0xF0 } + - { offsetInCU: 0x2CB0, offset: 0x1B059D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x12C0, symBinAddr: 0x19A9E0, symSize: 0x30 } + - { offsetInCU: 0x2D21, offset: 0x1B060E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x12F0, symBinAddr: 0x19AA10, symSize: 0x60 } + - { offsetInCU: 0x2DF1, offset: 0x1B06DE, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1350, symBinAddr: 0x19AA70, symSize: 0x210 } + - { offsetInCU: 0x2ED4, offset: 0x1B07C1, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1560, symBinAddr: 0x19AC80, symSize: 0x30 } + - { offsetInCU: 0x2EF0, offset: 0x1B07DD, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1590, symBinAddr: 0x19ACB0, symSize: 0x60 } + - { offsetInCU: 0x2F0C, offset: 0x1B07F9, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x15F0, symBinAddr: 0x19AD10, symSize: 0x10 } + - { offsetInCU: 0x2F28, offset: 0x1B0815, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1600, symBinAddr: 0x19AD20, symSize: 0x60 } + - { offsetInCU: 0x2F4B, offset: 0x1B0838, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldV11interpolate2to6amountACyxGAG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1660, symBinAddr: 0x19AD80, symSize: 0x30 } + - { offsetInCU: 0x2F9B, offset: 0x1B0888, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1690, symBinAddr: 0x19ADB0, symSize: 0x10 } + - { offsetInCU: 0x2FB8, offset: 0x1B08A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x16A0, symBinAddr: 0x19ADC0, symSize: 0x30 } + - { offsetInCU: 0x2FD4, offset: 0x1B08C1, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufC12CoreGraphics7CGFloatV_ACTg5Tf4nd_n', symObjAddr: 0x16D0, symBinAddr: 0x19ADF0, symSize: 0x10 } + - { offsetInCU: 0x2FEC, offset: 0x1B08D9, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSd_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x16E0, symBinAddr: 0x19AE00, symSize: 0x10 } + - { offsetInCU: 0x3004, offset: 0x1B08F1, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSBAAWl', symObjAddr: 0x16F0, symBinAddr: 0x19AE10, symSize: 0x30 } + - { offsetInCU: 0x3018, offset: 0x1B0905, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_TA', symObjAddr: 0x1720, symBinAddr: 0x19AE40, symSize: 0x40 } + - { offsetInCU: 0x3041, offset: 0x1B092E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x1760, symBinAddr: 0x19AE80, symSize: 0x20 } + - { offsetInCU: 0x3055, offset: 0x1B0942, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_TA', symObjAddr: 0x1780, symBinAddr: 0x19AEA0, symSize: 0x30 } + - { offsetInCU: 0x30B4, offset: 0x1B09A1, size: 0x8, addend: 0x0, symName: '_$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x17B0, symBinAddr: 0x19AED0, symSize: 0x60 } + - { offsetInCU: 0x30DD, offset: 0x1B09CA, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x1810, symBinAddr: 0x19AF30, symSize: 0x30 } + - { offsetInCU: 0x30F1, offset: 0x1B09DE, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x1840, symBinAddr: 0x19AF60, symSize: 0x30 } + - { offsetInCU: 0x314A, offset: 0x1B0A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFAA11CurveVertexV_Tg5Tf4nnddn_n', symObjAddr: 0x18E0, symBinAddr: 0x19B000, symSize: 0x60 } + - { offsetInCU: 0x33C8, offset: 0x1B0CB5, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1940, symBinAddr: 0x19B060, symSize: 0x10 } + - { offsetInCU: 0x340A, offset: 0x1B0CF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMi', symObjAddr: 0x1950, symBinAddr: 0x19B070, symSize: 0x10 } + - { offsetInCU: 0x341E, offset: 0x1B0D0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMr', symObjAddr: 0x1960, symBinAddr: 0x19B080, symSize: 0x60 } + - { offsetInCU: 0x3432, offset: 0x1B0D1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwCP', symObjAddr: 0x19C0, symBinAddr: 0x19B0E0, symSize: 0x60 } + - { offsetInCU: 0x3446, offset: 0x1B0D33, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwxx', symObjAddr: 0x1A20, symBinAddr: 0x19B140, symSize: 0x20 } + - { offsetInCU: 0x345A, offset: 0x1B0D47, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwcp', symObjAddr: 0x1A40, symBinAddr: 0x19B160, symSize: 0x20 } + - { offsetInCU: 0x346E, offset: 0x1B0D5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwca', symObjAddr: 0x1A60, symBinAddr: 0x19B180, symSize: 0x20 } + - { offsetInCU: 0x3482, offset: 0x1B0D6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwtk', symObjAddr: 0x1A80, symBinAddr: 0x19B1A0, symSize: 0x20 } + - { offsetInCU: 0x3496, offset: 0x1B0D83, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwta', symObjAddr: 0x1AA0, symBinAddr: 0x19B1C0, symSize: 0x20 } + - { offsetInCU: 0x34AA, offset: 0x1B0D97, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwet', symObjAddr: 0x1AC0, symBinAddr: 0x19B1E0, symSize: 0x110 } + - { offsetInCU: 0x34BE, offset: 0x1B0DAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwst', symObjAddr: 0x1BD0, symBinAddr: 0x19B2F0, symSize: 0x210 } + - { offsetInCU: 0x34D2, offset: 0x1B0DBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMa', symObjAddr: 0x1DE0, symBinAddr: 0x19B500, symSize: 0x10 } + - { offsetInCU: 0xCA, offset: 0x1B1276, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeO8rawValueSSvg', symObjAddr: 0x18E0, symBinAddr: 0x19CDF0, symSize: 0x20 } + - { offsetInCU: 0x11F, offset: 0x1B12CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1940, symBinAddr: 0x19CE50, symSize: 0x70 } + - { offsetInCU: 0x185, offset: 0x1B1331, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x19B0, symBinAddr: 0x19CEC0, symSize: 0x30 } + - { offsetInCU: 0x234, offset: 0x1B13E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1A70, symBinAddr: 0x19CF80, symSize: 0x330 } + - { offsetInCU: 0x383, offset: 0x1B152F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1DA0, symBinAddr: 0x19D2B0, symSize: 0x20 } + - { offsetInCU: 0x3C4, offset: 0x1B1570, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1E00, symBinAddr: 0x19D310, symSize: 0x70 } + - { offsetInCU: 0x3F8, offset: 0x1B15A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1E70, symBinAddr: 0x19D380, symSize: 0x30 } + - { offsetInCU: 0x414, offset: 0x1B15C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1EA0, symBinAddr: 0x19D3B0, symSize: 0x10 } + - { offsetInCU: 0x44A, offset: 0x1B15F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1EB0, symBinAddr: 0x19D3C0, symSize: 0x70 } + - { offsetInCU: 0x495, offset: 0x1B1641, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1F20, symBinAddr: 0x19D430, symSize: 0x10 } + - { offsetInCU: 0x4B1, offset: 0x1B165D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1F30, symBinAddr: 0x19D440, symSize: 0x10 } + - { offsetInCU: 0x4EC, offset: 0x1B1698, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCfD', symObjAddr: 0x1F80, symBinAddr: 0x19D490, symSize: 0x20 } + - { offsetInCU: 0x537, offset: 0x1B16E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC6encode2toys7Encoder_p_tKF', symObjAddr: 0x21B0, symBinAddr: 0x19D6A0, symSize: 0x150 } + - { offsetInCU: 0x576, offset: 0x1B1722, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x2300, symBinAddr: 0x19D7F0, symSize: 0x1C0 } + - { offsetInCU: 0x5CB, offset: 0x1B1777, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x24C0, symBinAddr: 0x19D9B0, symSize: 0x50 } + - { offsetInCU: 0x602, offset: 0x1B17AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2510, symBinAddr: 0x19DA00, symSize: 0x20 } + - { offsetInCU: 0x626, offset: 0x1B17D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCMa', symObjAddr: 0x1FA0, symBinAddr: 0x19D4B0, symSize: 0x20 } + - { offsetInCU: 0x63A, offset: 0x1B17E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwet', symObjAddr: 0x1FE0, symBinAddr: 0x19D4D0, symSize: 0x80 } + - { offsetInCU: 0x64E, offset: 0x1B17FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwst', symObjAddr: 0x2060, symBinAddr: 0x19D550, symSize: 0xD0 } + - { offsetInCU: 0x662, offset: 0x1B180E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwug', symObjAddr: 0x2130, symBinAddr: 0x19D620, symSize: 0x10 } + - { offsetInCU: 0x676, offset: 0x1B1822, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwup', symObjAddr: 0x2140, symBinAddr: 0x19D630, symSize: 0x10 } + - { offsetInCU: 0x68A, offset: 0x1B1836, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwui', symObjAddr: 0x2150, symBinAddr: 0x19D640, symSize: 0x10 } + - { offsetInCU: 0x69E, offset: 0x1B184A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOMa', symObjAddr: 0x2160, symBinAddr: 0x19D650, symSize: 0x10 } + - { offsetInCU: 0x6B2, offset: 0x1B185E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASQWb', symObjAddr: 0x2170, symBinAddr: 0x19D660, symSize: 0x10 } + - { offsetInCU: 0x6C6, offset: 0x1B1872, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSQAAWl', symObjAddr: 0x2180, symBinAddr: 0x19D670, symSize: 0x30 } + - { offsetInCU: 0x6DA, offset: 0x1B1886, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x25A0, symBinAddr: 0x19DA20, symSize: 0x30 } + - { offsetInCU: 0x6EE, offset: 0x1B189A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSeAAWl', symObjAddr: 0x2600, symBinAddr: 0x19DA50, symSize: 0x30 } + - { offsetInCU: 0x702, offset: 0x1B18AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSEAAWl', symObjAddr: 0x2690, symBinAddr: 0x19DA80, symSize: 0x30 } + - { offsetInCU: 0x716, offset: 0x1B18C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSYAAWl', symObjAddr: 0x2750, symBinAddr: 0x19DB10, symSize: 0x30 } + - { offsetInCU: 0x72A, offset: 0x1B18D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwet', symObjAddr: 0x2BA0, symBinAddr: 0x19DF00, symSize: 0x80 } + - { offsetInCU: 0x73E, offset: 0x1B18EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwst', symObjAddr: 0x2C20, symBinAddr: 0x19DF80, symSize: 0xD0 } + - { offsetInCU: 0x752, offset: 0x1B18FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwug', symObjAddr: 0x2CF0, symBinAddr: 0x19E050, symSize: 0x10 } + - { offsetInCU: 0x766, offset: 0x1B1912, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwup', symObjAddr: 0x2D00, symBinAddr: 0x19E060, symSize: 0x10 } + - { offsetInCU: 0x77A, offset: 0x1B1926, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwui', symObjAddr: 0x2D10, symBinAddr: 0x19E070, symSize: 0x10 } + - { offsetInCU: 0x78E, offset: 0x1B193A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOMa', symObjAddr: 0x2D20, symBinAddr: 0x19E080, symSize: 0x10 } + - { offsetInCU: 0x7A2, offset: 0x1B194E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASQWb', symObjAddr: 0x2D30, symBinAddr: 0x19E090, symSize: 0x10 } + - { offsetInCU: 0x7B6, offset: 0x1B1962, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAESQAAWl', symObjAddr: 0x2D40, symBinAddr: 0x19E0A0, symSize: 0x30 } + - { offsetInCU: 0x7CA, offset: 0x1B1976, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2D70, symBinAddr: 0x19E0D0, symSize: 0x10 } + - { offsetInCU: 0x7DE, offset: 0x1B198A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2D80, symBinAddr: 0x19E0E0, symSize: 0x30 } + - { offsetInCU: 0x7F2, offset: 0x1B199E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2DB0, symBinAddr: 0x19E110, symSize: 0x10 } + - { offsetInCU: 0x806, offset: 0x1B19B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2DC0, symBinAddr: 0x19E120, symSize: 0x30 } + - { offsetInCU: 0x867, offset: 0x1B1A13, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x19B510, symSize: 0x60 } + - { offsetInCU: 0x941, offset: 0x1B1AED, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x60, symBinAddr: 0x19B570, symSize: 0x60 } + - { offsetInCU: 0xA1B, offset: 0x1B1BC7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0xC0, symBinAddr: 0x19B5D0, symSize: 0x90 } + - { offsetInCU: 0xAE9, offset: 0x1B1C95, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15RenderingEngineO_TB5', symObjAddr: 0x150, symBinAddr: 0x19B660, symSize: 0x70 } + - { offsetInCU: 0xB9A, offset: 0x1B1D46, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x1C0, symBinAddr: 0x19B6D0, symSize: 0x60 } + - { offsetInCU: 0xC74, offset: 0x1B1E20, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x220, symBinAddr: 0x19B730, symSize: 0x60 } + - { offsetInCU: 0xD4E, offset: 0x1B1EFA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x280, symBinAddr: 0x19B790, symSize: 0x60 } + - { offsetInCU: 0xE28, offset: 0x1B1FD4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x2E0, symBinAddr: 0x19B7F0, symSize: 0x60 } + - { offsetInCU: 0xED9, offset: 0x1B2085, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x340, symBinAddr: 0x19B850, symSize: 0x60 } + - { offsetInCU: 0xFB3, offset: 0x1B215F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x3A0, symBinAddr: 0x19B8B0, symSize: 0x60 } + - { offsetInCU: 0x108D, offset: 0x1B2239, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x400, symBinAddr: 0x19B910, symSize: 0x60 } + - { offsetInCU: 0x1167, offset: 0x1B2313, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x460, symBinAddr: 0x19B970, symSize: 0x60 } + - { offsetInCU: 0x1241, offset: 0x1B23ED, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x4C0, symBinAddr: 0x19B9D0, symSize: 0x60 } + - { offsetInCU: 0x12F2, offset: 0x1B249E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x520, symBinAddr: 0x19BA30, symSize: 0x60 } + - { offsetInCU: 0x13CC, offset: 0x1B2578, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x580, symBinAddr: 0x19BA90, symSize: 0x60 } + - { offsetInCU: 0x14A6, offset: 0x1B2652, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x5E0, symBinAddr: 0x19BAF0, symSize: 0x60 } + - { offsetInCU: 0x1580, offset: 0x1B272C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x640, symBinAddr: 0x19BB50, symSize: 0x60 } + - { offsetInCU: 0x165A, offset: 0x1B2806, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x6A0, symBinAddr: 0x19BBB0, symSize: 0x60 } + - { offsetInCU: 0x1734, offset: 0x1B28E0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0x700, symBinAddr: 0x19BC10, symSize: 0x70 } + - { offsetInCU: 0x17E5, offset: 0x1B2991, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x770, symBinAddr: 0x19BC80, symSize: 0x60 } + - { offsetInCU: 0x1896, offset: 0x1B2A42, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x7E0, symBinAddr: 0x19BCF0, symSize: 0x60 } + - { offsetInCU: 0x1970, offset: 0x1B2B1C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x840, symBinAddr: 0x19BD50, symSize: 0x60 } + - { offsetInCU: 0x1A4A, offset: 0x1B2BF6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x8A0, symBinAddr: 0x19BDB0, symSize: 0x70 } + - { offsetInCU: 0x1AFB, offset: 0x1B2CA7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x910, symBinAddr: 0x19BE20, symSize: 0x60 } + - { offsetInCU: 0x1BAC, offset: 0x1B2D58, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x970, symBinAddr: 0x19BE80, symSize: 0x60 } + - { offsetInCU: 0x1C86, offset: 0x1B2E32, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x9D0, symBinAddr: 0x19BEE0, symSize: 0x60 } + - { offsetInCU: 0x1D60, offset: 0x1B2F0C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0xA30, symBinAddr: 0x19BF40, symSize: 0x60 } + - { offsetInCU: 0x1E3A, offset: 0x1B2FE6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xB00, symBinAddr: 0x19C010, symSize: 0x60 } + - { offsetInCU: 0x1F14, offset: 0x1B30C0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xB60, symBinAddr: 0x19C070, symSize: 0x60 } + - { offsetInCU: 0x1F89, offset: 0x1B3135, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0xBC0, symBinAddr: 0x19C0D0, symSize: 0x60 } + - { offsetInCU: 0x1FDC, offset: 0x1B3188, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xC20, symBinAddr: 0x19C130, symSize: 0x60 } + - { offsetInCU: 0x202F, offset: 0x1B31DB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xC80, symBinAddr: 0x19C190, symSize: 0x60 } + - { offsetInCU: 0x20AB, offset: 0x1B3257, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xCE0, symBinAddr: 0x19C1F0, symSize: 0x60 } + - { offsetInCU: 0x2127, offset: 0x1B32D3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xD40, symBinAddr: 0x19C250, symSize: 0x60 } + - { offsetInCU: 0x217A, offset: 0x1B3326, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xDA0, symBinAddr: 0x19C2B0, symSize: 0x50 } + - { offsetInCU: 0x21CD, offset: 0x1B3379, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xDF0, symBinAddr: 0x19C300, symSize: 0x60 } + - { offsetInCU: 0x2220, offset: 0x1B33CC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xE50, symBinAddr: 0x19C360, symSize: 0x60 } + - { offsetInCU: 0x22BA, offset: 0x1B3466, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xEC0, symBinAddr: 0x19C3D0, symSize: 0x60 } + - { offsetInCU: 0x235C, offset: 0x1B3508, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xF20, symBinAddr: 0x19C430, symSize: 0x60 } + - { offsetInCU: 0x23E0, offset: 0x1B358C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xF80, symBinAddr: 0x19C490, symSize: 0x60 } + - { offsetInCU: 0x245C, offset: 0x1B3608, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xFE0, symBinAddr: 0x19C4F0, symSize: 0x60 } + - { offsetInCU: 0x24D8, offset: 0x1B3684, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x10B0, symBinAddr: 0x19C5C0, symSize: 0x60 } + - { offsetInCU: 0x252B, offset: 0x1B36D7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x1110, symBinAddr: 0x19C620, symSize: 0x60 } + - { offsetInCU: 0x25A7, offset: 0x1B3753, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x1170, symBinAddr: 0x19C680, symSize: 0x60 } + - { offsetInCU: 0x2623, offset: 0x1B37CF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x11D0, symBinAddr: 0x19C6E0, symSize: 0x70 } + - { offsetInCU: 0x2676, offset: 0x1B3822, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x1240, symBinAddr: 0x19C750, symSize: 0x60 } + - { offsetInCU: 0x26F2, offset: 0x1B389E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x12A0, symBinAddr: 0x19C7B0, symSize: 0x60 } + - { offsetInCU: 0x276E, offset: 0x1B391A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x1300, symBinAddr: 0x19C810, symSize: 0x90 } + - { offsetInCU: 0x27DE, offset: 0x1B398A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x1390, symBinAddr: 0x19C8A0, symSize: 0x60 } + - { offsetInCU: 0x285A, offset: 0x1B3A06, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x13F0, symBinAddr: 0x19C900, symSize: 0x60 } + - { offsetInCU: 0x28D6, offset: 0x1B3A82, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x1450, symBinAddr: 0x19C960, symSize: 0x60 } + - { offsetInCU: 0x2952, offset: 0x1B3AFE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x14B0, symBinAddr: 0x19C9C0, symSize: 0x60 } + - { offsetInCU: 0x29CE, offset: 0x1B3B7A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x1510, symBinAddr: 0x19CA20, symSize: 0x60 } + - { offsetInCU: 0x2A4A, offset: 0x1B3BF6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1570, symBinAddr: 0x19CA80, symSize: 0x70 } + - { offsetInCU: 0x2A9D, offset: 0x1B3C49, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x15E0, symBinAddr: 0x19CAF0, symSize: 0x60 } + - { offsetInCU: 0x2B37, offset: 0x1B3CE3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x1640, symBinAddr: 0x19CB50, symSize: 0x60 } + - { offsetInCU: 0x2BBB, offset: 0x1B3D67, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x16A0, symBinAddr: 0x19CBB0, symSize: 0x60 } + - { offsetInCU: 0x2C55, offset: 0x1B3E01, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x1700, symBinAddr: 0x19CC10, symSize: 0x60 } + - { offsetInCU: 0x2CD9, offset: 0x1B3E85, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1760, symBinAddr: 0x19CC70, symSize: 0x60 } + - { offsetInCU: 0x2D55, offset: 0x1B3F01, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x17C0, symBinAddr: 0x19CCD0, symSize: 0x60 } + - { offsetInCU: 0x2DD1, offset: 0x1B3F7D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x1820, symBinAddr: 0x19CD30, symSize: 0x60 } + - { offsetInCU: 0x2E4D, offset: 0x1B3FF9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x1880, symBinAddr: 0x19CD90, symSize: 0x60 } + - { offsetInCU: 0x2EC9, offset: 0x1B4075, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1900, symBinAddr: 0x19CE10, symSize: 0x10 } + - { offsetInCU: 0x2EE5, offset: 0x1B4091, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x1910, symBinAddr: 0x19CE20, symSize: 0x10 } + - { offsetInCU: 0x2F01, offset: 0x1B40AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1920, symBinAddr: 0x19CE30, symSize: 0x10 } + - { offsetInCU: 0x2F15, offset: 0x1B40C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1930, symBinAddr: 0x19CE40, symSize: 0x10 } + - { offsetInCU: 0x2F2F, offset: 0x1B40DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x19E0, symBinAddr: 0x19CEF0, symSize: 0x50 } + - { offsetInCU: 0x2F52, offset: 0x1B40FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1A30, symBinAddr: 0x19CF40, symSize: 0x40 } + - { offsetInCU: 0x2FB0, offset: 0x1B415C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1DC0, symBinAddr: 0x19D2D0, symSize: 0x10 } + - { offsetInCU: 0x2FCC, offset: 0x1B4178, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1DD0, symBinAddr: 0x19D2E0, symSize: 0x10 } + - { offsetInCU: 0x2FE8, offset: 0x1B4194, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1DE0, symBinAddr: 0x19D2F0, symSize: 0x10 } + - { offsetInCU: 0x2FFC, offset: 0x1B41A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1DF0, symBinAddr: 0x19D300, symSize: 0x10 } + - { offsetInCU: 0x3016, offset: 0x1B41C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1F40, symBinAddr: 0x19D450, symSize: 0x20 } + - { offsetInCU: 0x3032, offset: 0x1B41DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1F60, symBinAddr: 0x19D470, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1B437F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x19E150, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x1B43A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x19E150, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1B43C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x19E190, symSize: 0x180 } + - { offsetInCU: 0xF5, offset: 0x1B4449, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x19E310, symSize: 0xD0 } + - { offsetInCU: 0x187, offset: 0x1B44DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x290, symBinAddr: 0x19E3E0, symSize: 0x100 } + - { offsetInCU: 0x20A, offset: 0x1B455E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x3D0, symBinAddr: 0x19E520, symSize: 0x60 } + - { offsetInCU: 0x24D, offset: 0x1B45A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x430, symBinAddr: 0x19E580, symSize: 0x20 } + - { offsetInCU: 0x28D, offset: 0x1B45E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x450, symBinAddr: 0x19E5A0, symSize: 0x10 } + - { offsetInCU: 0x2D8, offset: 0x1B462C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x460, symBinAddr: 0x19E5B0, symSize: 0x60 } + - { offsetInCU: 0x323, offset: 0x1B4677, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4C0, symBinAddr: 0x19E610, symSize: 0x10 } + - { offsetInCU: 0x33F, offset: 0x1B4693, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0x19E620, symSize: 0x10 } + - { offsetInCU: 0x35B, offset: 0x1B46AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO11stringValueSSvgTf4d_n', symObjAddr: 0x9B0, symBinAddr: 0x19E930, symSize: 0x1A } + - { offsetInCU: 0x397, offset: 0x1B46EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfD', symObjAddr: 0x540, symBinAddr: 0x19E690, symSize: 0x60 } + - { offsetInCU: 0x433, offset: 0x1B4787, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfE', symObjAddr: 0x520, symBinAddr: 0x19E670, symSize: 0x20 } + - { offsetInCU: 0x48B, offset: 0x1B47DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCMa', symObjAddr: 0x5A0, symBinAddr: 0x19E6F0, symSize: 0x20 } + - { offsetInCU: 0x49F, offset: 0x1B47F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs0E3KeyAAWl', symObjAddr: 0x630, symBinAddr: 0x19E710, symSize: 0x30 } + - { offsetInCU: 0x4B3, offset: 0x1B4807, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwet', symObjAddr: 0x7C0, symBinAddr: 0x19E740, symSize: 0x50 } + - { offsetInCU: 0x4C7, offset: 0x1B481B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwst', symObjAddr: 0x810, symBinAddr: 0x19E790, symSize: 0xA0 } + - { offsetInCU: 0x4DB, offset: 0x1B482F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwug', symObjAddr: 0x8B0, symBinAddr: 0x19E830, symSize: 0x10 } + - { offsetInCU: 0x4EF, offset: 0x1B4843, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwup', symObjAddr: 0x8C0, symBinAddr: 0x19E840, symSize: 0x10 } + - { offsetInCU: 0x503, offset: 0x1B4857, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwui', symObjAddr: 0x8D0, symBinAddr: 0x19E850, symSize: 0x10 } + - { offsetInCU: 0x517, offset: 0x1B486B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOMa', symObjAddr: 0x8E0, symBinAddr: 0x19E860, symSize: 0x10 } + - { offsetInCU: 0x52B, offset: 0x1B487F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASQWb', symObjAddr: 0x8F0, symBinAddr: 0x19E870, symSize: 0x10 } + - { offsetInCU: 0x53F, offset: 0x1B4893, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFSQAAWl', symObjAddr: 0x900, symBinAddr: 0x19E880, symSize: 0x30 } + - { offsetInCU: 0x553, offset: 0x1B48A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0x19E8B0, symSize: 0x10 } + - { offsetInCU: 0x567, offset: 0x1B48BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x940, symBinAddr: 0x19E8C0, symSize: 0x30 } + - { offsetInCU: 0x57B, offset: 0x1B48CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x970, symBinAddr: 0x19E8F0, symSize: 0x10 } + - { offsetInCU: 0x58F, offset: 0x1B48E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x980, symBinAddr: 0x19E900, symSize: 0x30 } + - { offsetInCU: 0x5CF, offset: 0x1B4923, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0x19E4E0, symSize: 0x10 } + - { offsetInCU: 0x60F, offset: 0x1B4963, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3A0, symBinAddr: 0x19E4F0, symSize: 0x10 } + - { offsetInCU: 0x64F, offset: 0x1B49A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B0, symBinAddr: 0x19E500, symSize: 0x10 } + - { offsetInCU: 0x68F, offset: 0x1B49E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x19E510, symSize: 0x10 } + - { offsetInCU: 0x6C6, offset: 0x1B4A1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4E0, symBinAddr: 0x19E630, symSize: 0x20 } + - { offsetInCU: 0x6E2, offset: 0x1B4A36, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x500, symBinAddr: 0x19E650, symSize: 0x20 } + - { offsetInCU: 0x118, offset: 0x1B4D23, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x370, symBinAddr: 0x19ECC0, symSize: 0x10 } + - { offsetInCU: 0x1A1, offset: 0x1B4DAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH9hashValueSivgTW', symObjAddr: 0x380, symBinAddr: 0x19ECD0, symSize: 0x40 } + - { offsetInCU: 0x285, offset: 0x1B4E90, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x19ED10, symSize: 0x20 } + - { offsetInCU: 0x2F8, offset: 0x1B4F03, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x460, symBinAddr: 0x19EDB0, symSize: 0x30 } + - { offsetInCU: 0x344, offset: 0x1B4F4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCfD', symObjAddr: 0x490, symBinAddr: 0x19EDE0, symSize: 0x30 } + - { offsetInCU: 0x388, offset: 0x1B4F93, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKF', symObjAddr: 0x0, symBinAddr: 0x19E950, symSize: 0x2B0 } + - { offsetInCU: 0x5B4, offset: 0x1B51BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueV11descriptionSSvg', symObjAddr: 0x2B0, symBinAddr: 0x19EC00, symSize: 0xA0 } + - { offsetInCU: 0x6CA, offset: 0x1B52D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x350, symBinAddr: 0x19ECA0, symSize: 0x20 } + - { offsetInCU: 0x7DB, offset: 0x1B53E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCMa', symObjAddr: 0x4C0, symBinAddr: 0x19EE10, symSize: 0x20 } + - { offsetInCU: 0x7EF, offset: 0x1B53FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwet', symObjAddr: 0x520, symBinAddr: 0x19EE30, symSize: 0x80 } + - { offsetInCU: 0x803, offset: 0x1B540E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwst', symObjAddr: 0x5A0, symBinAddr: 0x19EEB0, symSize: 0xD0 } + - { offsetInCU: 0x817, offset: 0x1B5422, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwug', symObjAddr: 0x670, symBinAddr: 0x19EF80, symSize: 0x10 } + - { offsetInCU: 0x82B, offset: 0x1B5436, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwup', symObjAddr: 0x680, symBinAddr: 0x19EF90, symSize: 0x10 } + - { offsetInCU: 0x83F, offset: 0x1B544A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwui', symObjAddr: 0x690, symBinAddr: 0x19EFA0, symSize: 0x10 } + - { offsetInCU: 0x853, offset: 0x1B545E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOMa', symObjAddr: 0x6A0, symBinAddr: 0x19EFB0, symSize: 0x10 } + - { offsetInCU: 0x867, offset: 0x1B5472, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVwCP', symObjAddr: 0x6B0, symBinAddr: 0x19EFC0, symSize: 0x30 } + - { offsetInCU: 0x87B, offset: 0x1B5486, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVMa', symObjAddr: 0x760, symBinAddr: 0x19F050, symSize: 0x10 } + - { offsetInCU: 0x88F, offset: 0x1B549A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASQWb', symObjAddr: 0x770, symBinAddr: 0x19F060, symSize: 0x10 } + - { offsetInCU: 0x8A3, offset: 0x1B54AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOAESQAAWl', symObjAddr: 0x780, symBinAddr: 0x19F070, symSize: 0x30 } + - { offsetInCU: 0x8D5, offset: 0x1B54E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueC0SSvgTW', symObjAddr: 0x7B0, symBinAddr: 0x19F0A0, symSize: 0x30 } + - { offsetInCU: 0x91A, offset: 0x1B5525, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV018compatibilityIssueD0SSvg', symObjAddr: 0x7E0, symBinAddr: 0x19F0D0, symSize: 0x80 } + - { offsetInCU: 0x93C, offset: 0x1B5547, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueD0SSvgTW', symObjAddr: 0x860, symBinAddr: 0x19F150, symSize: 0x10 } + - { offsetInCU: 0x950, offset: 0x1B555B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x930, symBinAddr: 0x19F170, symSize: 0x20 } + - { offsetInCU: 0x994, offset: 0x1B559F, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA12LayerContextV_Tg5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0x9B0, symBinAddr: 0x19F190, symSize: 0x310 } + - { offsetInCU: 0xC70, offset: 0x1B587B, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA21LayerAnimationContextV_TB5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0xCC0, symBinAddr: 0x19F4A0, symSize: 0x350 } + - { offsetInCU: 0xF38, offset: 0x1B5B43, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwug', symObjAddr: 0x12C0, symBinAddr: 0x19FA60, symSize: 0x10 } + - { offsetInCU: 0xF4C, offset: 0x1B5B57, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwup', symObjAddr: 0x12D0, symBinAddr: 0x19FA70, symSize: 0x10 } + - { offsetInCU: 0xF60, offset: 0x1B5B6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwui', symObjAddr: 0x12E0, symBinAddr: 0x19FA80, symSize: 0x10 } + - { offsetInCU: 0xF74, offset: 0x1B5B7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOMa', symObjAddr: 0x12F0, symBinAddr: 0x19FA90, symSize: 0x10 } + - { offsetInCU: 0xFE4, offset: 0x1B5BEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3E0, symBinAddr: 0x19ED30, symSize: 0x40 } + - { offsetInCU: 0x1081, offset: 0x1B5C8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP7_domainSSvgTW', symObjAddr: 0x420, symBinAddr: 0x19ED70, symSize: 0x10 } + - { offsetInCU: 0x109D, offset: 0x1B5CA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP5_codeSivgTW', symObjAddr: 0x430, symBinAddr: 0x19ED80, symSize: 0x10 } + - { offsetInCU: 0x10B9, offset: 0x1B5CC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x440, symBinAddr: 0x19ED90, symSize: 0x10 } + - { offsetInCU: 0x10D5, offset: 0x1B5CE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x450, symBinAddr: 0x19EDA0, symSize: 0x10 } +... diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Headers b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Headers new file mode 100755 index 0000000..a177d2a --- /dev/null +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Headers @@ -0,0 +1 @@ +Versions/Current/Headers \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Headers.part b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Headers.part new file mode 100644 index 0000000..e69de29 diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Headers/Lottie-Swift.h b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Headers/Lottie-Swift.h deleted file mode 100644 index 06d3de5..0000000 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Headers/Lottie-Swift.h +++ /dev/null @@ -1,1258 +0,0 @@ -#if 0 -#elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -#ifndef LOTTIE_SWIFT_H -#define LOTTIE_SWIFT_H -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wgcc-compat" - -#if !defined(__has_include) -# define __has_include(x) 0 -#endif -#if !defined(__has_attribute) -# define __has_attribute(x) 0 -#endif -#if !defined(__has_feature) -# define __has_feature(x) 0 -#endif -#if !defined(__has_warning) -# define __has_warning(x) 0 -#endif - -#if __has_include() -# include -#endif - -#pragma clang diagnostic ignored "-Wauto-import" -#include -#include -#include -#include - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef uint_least16_t char16_t; -typedef uint_least32_t char32_t; -# endif -typedef float swift_float2 __attribute__((__ext_vector_type__(2))); -typedef float swift_float3 __attribute__((__ext_vector_type__(3))); -typedef float swift_float4 __attribute__((__ext_vector_type__(4))); -typedef double swift_double2 __attribute__((__ext_vector_type__(2))); -typedef double swift_double3 __attribute__((__ext_vector_type__(3))); -typedef double swift_double4 __attribute__((__ext_vector_type__(4))); -typedef int swift_int2 __attribute__((__ext_vector_type__(2))); -typedef int swift_int3 __attribute__((__ext_vector_type__(3))); -typedef int swift_int4 __attribute__((__ext_vector_type__(4))); -typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); -typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); -typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); -#endif - -#if !defined(SWIFT_PASTE) -# define SWIFT_PASTE_HELPER(x, y) x##y -# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) -#endif -#if !defined(SWIFT_METATYPE) -# define SWIFT_METATYPE(X) Class -#endif -#if !defined(SWIFT_CLASS_PROPERTY) -# if __has_feature(objc_class_property) -# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ -# else -# define SWIFT_CLASS_PROPERTY(...) -# endif -#endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) -#endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) -#endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) -#endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE -#endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT -#endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT -#endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN -#endif -#if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA -#endif -#if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA -#endif -#if !defined(SWIFT_CLASS) -# if __has_attribute(objc_subclassing_restricted) -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# else -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# endif -#endif -#if !defined(SWIFT_RESILIENT_CLASS) -# if __has_attribute(objc_class_stub) -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) -# else -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) -# endif -#endif - -#if !defined(SWIFT_PROTOCOL) -# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -#endif - -#if !defined(SWIFT_EXTENSION) -# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) -#endif - -#if !defined(OBJC_DESIGNATED_INITIALIZER) -# if __has_attribute(objc_designated_initializer) -# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) -# else -# define OBJC_DESIGNATED_INITIALIZER -# endif -#endif -#if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) -# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) -# else -# define SWIFT_ENUM_ATTR(_extensibility) -# endif -#endif -#if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# else -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) -# endif -#endif -#if !defined(SWIFT_UNAVAILABLE) -# define SWIFT_UNAVAILABLE __attribute__((unavailable)) -#endif -#if !defined(SWIFT_UNAVAILABLE_MSG) -# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) -#endif -#if !defined(SWIFT_AVAILABILITY) -# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) -#endif -#if !defined(SWIFT_WEAK_IMPORT) -# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) -#endif -#if !defined(SWIFT_DEPRECATED) -# define SWIFT_DEPRECATED __attribute__((deprecated)) -#endif -#if !defined(SWIFT_DEPRECATED_MSG) -# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) -#endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) -#endif -#if !defined(IBSegueAction) -# define IBSegueAction -#endif -#if __has_feature(modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@import AppKit; -@import CoreGraphics; -@import Foundation; -@import ObjectiveC; -@import QuartzCore; -#endif - -#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" -#pragma clang diagnostic ignored "-Wduplicate-method-arg" -#if __has_warning("-Wpragma-clang-attribute") -# pragma clang diagnostic ignored "-Wpragma-clang-attribute" -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" -#pragma clang diagnostic ignored "-Wnullability" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="Lottie",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -@class CAAnimation; -@class NSNumber; - -SWIFT_CLASS("_TtC6Lottie27AnimationCompletionDelegate") -@interface AnimationCompletionDelegate : NSObject -- (void)animationDidStop:(CAAnimation * _Nonnull)anim finished:(BOOL)flag; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class NSCoder; - -/// A view that can be added to a keypath of an AnimationView -SWIFT_CLASS("_TtC6Lottie16AnimationSubview") -@interface AnimationSubview : NSView -- (nonnull instancetype)initWithFrame:(NSRect)frameRect OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - -/// A base CALayer that manages the frame and animations -/// of its sublayers and mask -SWIFT_CLASS("_TtC6Lottie18BaseAnimationLayer") -@interface BaseAnimationLayer : CALayer -- (void)layoutSublayers; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - -/// The base type of AnimationLayer that can contain other AnimationLayers -SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") -@interface BaseCompositionLayer : BaseAnimationLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - - - - - - - - - - - - - - - - - - - - - - - -/// The base class for a child layer of CompositionContainer -SWIFT_CLASS("_TtC6Lottie16CompositionLayer") -@interface CompositionLayer : CALayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - - -/// The root CALayer of the Core Animation rendering engine -SWIFT_CLASS("_TtC6Lottie18CoreAnimationLayer") -@interface CoreAnimationLayer : BaseAnimationLayer -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (void)layoutSublayers; -- (void)display; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - -@class NSString; -@protocol CAAction; - -/// A CALayer subclass that renders text content using CoreText -SWIFT_CLASS("_TtC6Lottie19CoreTextRenderLayer") -@interface CoreTextRenderLayer : CALayer -- (id _Nullable)actionForKey:(NSString * _Nonnull)_ SWIFT_WARN_UNUSED_RESULT; -- (void)drawInContext:(CGContextRef _Nonnull)ctx; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC6Lottie10DebugLayer") -@interface DebugLayer : CALayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer SWIFT_UNAVAILABLE; -@end - - - - -/// A CAGradientLayer subclass used to render a gradient outside the normal layer bounds -///
              -///
            • -/// GradientFill.startPoint and GradientFill.endPoint are expressed -/// with respect to the bounds of the ShapeItemLayer. -///
            • -///
            • -/// The gradient itself is supposed to be rendered infinitely in all directions -/// (e.g. including outside of bounds). This is because ShapeItemLayer paths -/// don’t necessarily sit within the layer’s bounds. -///
            • -///
            • -/// To support this, GradientRenderLayer tracks a gradientReferenceBounds -/// that startPoint / endPoint are calculated relative to. -/// The actual bounds of this layer is padded by a large amount so that -/// the gradient can be drawn outside of the gradientReferenceBounds. -///
            • -///
            -SWIFT_CLASS("_TtC6Lottie19GradientRenderLayer") -@interface GradientRenderLayer : CAGradientLayer -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - - - -/// The CALayer type responsible for rendering Groups -SWIFT_CLASS("_TtC6Lottie10GroupLayer") -@interface GroupLayer : BaseAnimationLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - -SWIFT_CLASS("_TtC6Lottie21ImageCompositionLayer") -@interface ImageCompositionLayer : CompositionLayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -@end - - -/// The CALayer type responsible for rendering ImageLayerModels -SWIFT_CLASS("_TtC6Lottie10ImageLayer") -@interface ImageLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - - -/// A BaseAnimationLayer subclass that renders its background color -/// as if the layer is infinitely large, without affecting its bounds -/// or the bounds of its sublayers -SWIFT_CLASS("_TtC6Lottie28InfiniteOpaqueAnimationLayer") -@interface InfiniteOpaqueAnimationLayer : BaseAnimationLayer -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (void)layoutSublayers; -@end - - -/// A layer that inverses the alpha output of its input layer. -/// WARNING: This is experimental and probably not very performant. -SWIFT_CLASS("_TtC6Lottie18InvertedMatteLayer") -@interface InvertedMatteLayer : CALayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (void)drawInContext:(CGContextRef _Nonnull)ctx; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - -/// The base view for LottieAnimationView on macOs. -/// Enables the LottieAnimationView implementation to be shared across platforms. -SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") -@interface LottieAnimationViewBase : NSView -@property (nonatomic, readonly) BOOL wantsUpdateLayer; -@property (nonatomic, readonly, getter=isFlipped) BOOL flipped; -- (void)viewDidMoveToWindow; -- (void)layout; -- (void)animationWillMoveToBackground; -- (void)animationWillEnterForeground; -- (nonnull instancetype)initWithFrame:(NSRect)frameRect OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - -IB_DESIGNABLE -SWIFT_CLASS("_TtC6Lottie19LottieAnimationView") -@interface LottieAnimationView : LottieAnimationViewBase -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@property (nonatomic, readonly) CGSize intrinsicContentSize; -/// Set animation name from Interface Builder -@property (nonatomic, copy) IBInspectable NSString * _Nullable animationName; -- (void)animationWillMoveToBackground; -- (void)animationWillEnterForeground; -@end - - - - -/// The base CALayer for the Main Thread rendering engine -/// This layer holds a single composition container and allows for animation of -/// the currentFrame property. -SWIFT_CLASS("_TtC6Lottie24MainThreadAnimationLayer") -@interface MainThreadAnimationLayer : CALayer -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -+ (BOOL)needsDisplayForKey:(NSString * _Nonnull)key SWIFT_WARN_UNUSED_RESULT; -- (id _Nullable)actionForKey:(NSString * _Nonnull)event SWIFT_WARN_UNUSED_RESULT; -- (void)display; -/// The animatable Current Frame Property -@property (nonatomic) CGFloat currentFrame; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - - -/// The CALayer type responsible for rendering the Mask of a BaseCompositionLayer -SWIFT_CLASS("_TtC6Lottie20MaskCompositionLayer") -@interface MaskCompositionLayer : CALayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (void)layoutSublayers; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - -@interface MaskCompositionLayer (SWIFT_EXTENSION(Lottie)) -@end - - - -SWIFT_CLASS("_TtC6Lottie18MaskContainerLayer") -@interface MaskContainerLayer : CALayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - - - -SWIFT_CLASS("_TtC6Lottie20NullCompositionLayer") -@interface NullCompositionLayer : CompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - - -/// The CALayer type responsible for rendering PreCompLayerModels -SWIFT_CLASS("_TtC6Lottie12PreCompLayer") -@interface PreCompLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - - -SWIFT_CLASS("_TtC6Lottie19PreCompositionLayer") -@interface PreCompositionLayer : CompositionLayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -@end - - -/// A layer that renders a child layer at some offset using a Repeater -SWIFT_CLASS("_TtC6Lottie13RepeaterLayer") -@interface RepeaterLayer : BaseAnimationLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - -/// A CompositionLayer responsible for initializing and rendering shapes -SWIFT_CLASS("_TtC6Lottie21ShapeCompositionLayer") -@interface ShapeCompositionLayer : CompositionLayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -@end - - - -/// The base layer that holds Shapes and Shape Renderers -SWIFT_CLASS("_TtC6Lottie19ShapeContainerLayer") -@interface ShapeContainerLayer : CALayer -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - -/// A CALayer type that renders an array of [ShapeItem]s, -/// from a Group in a ShapeLayerModel. -SWIFT_CLASS("_TtC6Lottie14ShapeItemLayer") -@interface ShapeItemLayer : BaseAnimationLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - -/// The CALayer type responsible for rendering ShapeLayerModels -SWIFT_CLASS("_TtC6Lottie10ShapeLayer") -@interface ShapeLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - -/// The layer responsible for rendering shape objects -SWIFT_CLASS("_TtC6Lottie16ShapeRenderLayer") -@interface ShapeRenderLayer : ShapeContainerLayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (void)drawInContext:(CGContextRef _Nonnull)ctx; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - - -SWIFT_CLASS("_TtC6Lottie21SolidCompositionLayer") -@interface SolidCompositionLayer : CompositionLayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC6Lottie10SolidLayer") -@interface SolidLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC6Lottie20TextCompositionLayer") -@interface TextCompositionLayer : CompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - -/// The CALayer type responsible for rendering TextLayers -SWIFT_CLASS("_TtC6Lottie9TextLayer") -@interface TextLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - -/// The CALayer type responsible for only rendering the transform of a LayerModel -SWIFT_CLASS("_TtC6Lottie14TransformLayer") -@interface TransformLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)argument OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#pragma clang diagnostic pop -#endif - -#elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -#ifndef LOTTIE_SWIFT_H -#define LOTTIE_SWIFT_H -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wgcc-compat" - -#if !defined(__has_include) -# define __has_include(x) 0 -#endif -#if !defined(__has_attribute) -# define __has_attribute(x) 0 -#endif -#if !defined(__has_feature) -# define __has_feature(x) 0 -#endif -#if !defined(__has_warning) -# define __has_warning(x) 0 -#endif - -#if __has_include() -# include -#endif - -#pragma clang diagnostic ignored "-Wauto-import" -#include -#include -#include -#include - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef uint_least16_t char16_t; -typedef uint_least32_t char32_t; -# endif -typedef float swift_float2 __attribute__((__ext_vector_type__(2))); -typedef float swift_float3 __attribute__((__ext_vector_type__(3))); -typedef float swift_float4 __attribute__((__ext_vector_type__(4))); -typedef double swift_double2 __attribute__((__ext_vector_type__(2))); -typedef double swift_double3 __attribute__((__ext_vector_type__(3))); -typedef double swift_double4 __attribute__((__ext_vector_type__(4))); -typedef int swift_int2 __attribute__((__ext_vector_type__(2))); -typedef int swift_int3 __attribute__((__ext_vector_type__(3))); -typedef int swift_int4 __attribute__((__ext_vector_type__(4))); -typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); -typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); -typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); -#endif - -#if !defined(SWIFT_PASTE) -# define SWIFT_PASTE_HELPER(x, y) x##y -# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) -#endif -#if !defined(SWIFT_METATYPE) -# define SWIFT_METATYPE(X) Class -#endif -#if !defined(SWIFT_CLASS_PROPERTY) -# if __has_feature(objc_class_property) -# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ -# else -# define SWIFT_CLASS_PROPERTY(...) -# endif -#endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) -#endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) -#endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) -#endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE -#endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT -#endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT -#endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN -#endif -#if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA -#endif -#if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA -#endif -#if !defined(SWIFT_CLASS) -# if __has_attribute(objc_subclassing_restricted) -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# else -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# endif -#endif -#if !defined(SWIFT_RESILIENT_CLASS) -# if __has_attribute(objc_class_stub) -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) -# else -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) -# endif -#endif - -#if !defined(SWIFT_PROTOCOL) -# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -#endif - -#if !defined(SWIFT_EXTENSION) -# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) -#endif - -#if !defined(OBJC_DESIGNATED_INITIALIZER) -# if __has_attribute(objc_designated_initializer) -# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) -# else -# define OBJC_DESIGNATED_INITIALIZER -# endif -#endif -#if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) -# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) -# else -# define SWIFT_ENUM_ATTR(_extensibility) -# endif -#endif -#if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# else -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) -# endif -#endif -#if !defined(SWIFT_UNAVAILABLE) -# define SWIFT_UNAVAILABLE __attribute__((unavailable)) -#endif -#if !defined(SWIFT_UNAVAILABLE_MSG) -# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) -#endif -#if !defined(SWIFT_AVAILABILITY) -# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) -#endif -#if !defined(SWIFT_WEAK_IMPORT) -# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) -#endif -#if !defined(SWIFT_DEPRECATED) -# define SWIFT_DEPRECATED __attribute__((deprecated)) -#endif -#if !defined(SWIFT_DEPRECATED_MSG) -# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) -#endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) -#endif -#if !defined(IBSegueAction) -# define IBSegueAction -#endif -#if __has_feature(modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -@import AppKit; -@import CoreGraphics; -@import Foundation; -@import ObjectiveC; -@import QuartzCore; -#endif - -#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" -#pragma clang diagnostic ignored "-Wduplicate-method-arg" -#if __has_warning("-Wpragma-clang-attribute") -# pragma clang diagnostic ignored "-Wpragma-clang-attribute" -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" -#pragma clang diagnostic ignored "-Wnullability" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="Lottie",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -@class CAAnimation; -@class NSNumber; - -SWIFT_CLASS("_TtC6Lottie27AnimationCompletionDelegate") -@interface AnimationCompletionDelegate : NSObject -- (void)animationDidStop:(CAAnimation * _Nonnull)anim finished:(BOOL)flag; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - -@class NSCoder; - -/// A view that can be added to a keypath of an AnimationView -SWIFT_CLASS("_TtC6Lottie16AnimationSubview") -@interface AnimationSubview : NSView -- (nonnull instancetype)initWithFrame:(NSRect)frameRect OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - -/// A base CALayer that manages the frame and animations -/// of its sublayers and mask -SWIFT_CLASS("_TtC6Lottie18BaseAnimationLayer") -@interface BaseAnimationLayer : CALayer -- (void)layoutSublayers; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - -/// The base type of AnimationLayer that can contain other AnimationLayers -SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") -@interface BaseCompositionLayer : BaseAnimationLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - - - - - - - - - - - - - - - - - - - - - - - -/// The base class for a child layer of CompositionContainer -SWIFT_CLASS("_TtC6Lottie16CompositionLayer") -@interface CompositionLayer : CALayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - - -/// The root CALayer of the Core Animation rendering engine -SWIFT_CLASS("_TtC6Lottie18CoreAnimationLayer") -@interface CoreAnimationLayer : BaseAnimationLayer -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (void)layoutSublayers; -- (void)display; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - -@class NSString; -@protocol CAAction; - -/// A CALayer subclass that renders text content using CoreText -SWIFT_CLASS("_TtC6Lottie19CoreTextRenderLayer") -@interface CoreTextRenderLayer : CALayer -- (id _Nullable)actionForKey:(NSString * _Nonnull)_ SWIFT_WARN_UNUSED_RESULT; -- (void)drawInContext:(CGContextRef _Nonnull)ctx; -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC6Lottie10DebugLayer") -@interface DebugLayer : CALayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer SWIFT_UNAVAILABLE; -@end - - - - -/// A CAGradientLayer subclass used to render a gradient outside the normal layer bounds -///
              -///
            • -/// GradientFill.startPoint and GradientFill.endPoint are expressed -/// with respect to the bounds of the ShapeItemLayer. -///
            • -///
            • -/// The gradient itself is supposed to be rendered infinitely in all directions -/// (e.g. including outside of bounds). This is because ShapeItemLayer paths -/// don’t necessarily sit within the layer’s bounds. -///
            • -///
            • -/// To support this, GradientRenderLayer tracks a gradientReferenceBounds -/// that startPoint / endPoint are calculated relative to. -/// The actual bounds of this layer is padded by a large amount so that -/// the gradient can be drawn outside of the gradientReferenceBounds. -///
            • -///
            -SWIFT_CLASS("_TtC6Lottie19GradientRenderLayer") -@interface GradientRenderLayer : CAGradientLayer -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - - - -/// The CALayer type responsible for rendering Groups -SWIFT_CLASS("_TtC6Lottie10GroupLayer") -@interface GroupLayer : BaseAnimationLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - -SWIFT_CLASS("_TtC6Lottie21ImageCompositionLayer") -@interface ImageCompositionLayer : CompositionLayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -@end - - -/// The CALayer type responsible for rendering ImageLayerModels -SWIFT_CLASS("_TtC6Lottie10ImageLayer") -@interface ImageLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - - -/// A BaseAnimationLayer subclass that renders its background color -/// as if the layer is infinitely large, without affecting its bounds -/// or the bounds of its sublayers -SWIFT_CLASS("_TtC6Lottie28InfiniteOpaqueAnimationLayer") -@interface InfiniteOpaqueAnimationLayer : BaseAnimationLayer -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (void)layoutSublayers; -@end - - -/// A layer that inverses the alpha output of its input layer. -/// WARNING: This is experimental and probably not very performant. -SWIFT_CLASS("_TtC6Lottie18InvertedMatteLayer") -@interface InvertedMatteLayer : CALayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (void)drawInContext:(CGContextRef _Nonnull)ctx; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - -/// The base view for LottieAnimationView on macOs. -/// Enables the LottieAnimationView implementation to be shared across platforms. -SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") -@interface LottieAnimationViewBase : NSView -@property (nonatomic, readonly) BOOL wantsUpdateLayer; -@property (nonatomic, readonly, getter=isFlipped) BOOL flipped; -- (void)viewDidMoveToWindow; -- (void)layout; -- (void)animationWillMoveToBackground; -- (void)animationWillEnterForeground; -- (nonnull instancetype)initWithFrame:(NSRect)frameRect OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; -@end - - -IB_DESIGNABLE -SWIFT_CLASS("_TtC6Lottie19LottieAnimationView") -@interface LottieAnimationView : LottieAnimationViewBase -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; -@property (nonatomic, readonly) CGSize intrinsicContentSize; -/// Set animation name from Interface Builder -@property (nonatomic, copy) IBInspectable NSString * _Nullable animationName; -- (void)animationWillMoveToBackground; -- (void)animationWillEnterForeground; -@end - - - - -/// The base CALayer for the Main Thread rendering engine -/// This layer holds a single composition container and allows for animation of -/// the currentFrame property. -SWIFT_CLASS("_TtC6Lottie24MainThreadAnimationLayer") -@interface MainThreadAnimationLayer : CALayer -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -+ (BOOL)needsDisplayForKey:(NSString * _Nonnull)key SWIFT_WARN_UNUSED_RESULT; -- (id _Nullable)actionForKey:(NSString * _Nonnull)event SWIFT_WARN_UNUSED_RESULT; -- (void)display; -/// The animatable Current Frame Property -@property (nonatomic) CGFloat currentFrame; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - - -/// The CALayer type responsible for rendering the Mask of a BaseCompositionLayer -SWIFT_CLASS("_TtC6Lottie20MaskCompositionLayer") -@interface MaskCompositionLayer : CALayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (void)layoutSublayers; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - -@interface MaskCompositionLayer (SWIFT_EXTENSION(Lottie)) -@end - - - -SWIFT_CLASS("_TtC6Lottie18MaskContainerLayer") -@interface MaskContainerLayer : CALayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - - - -SWIFT_CLASS("_TtC6Lottie20NullCompositionLayer") -@interface NullCompositionLayer : CompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - - -/// The CALayer type responsible for rendering PreCompLayerModels -SWIFT_CLASS("_TtC6Lottie12PreCompLayer") -@interface PreCompLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - - -SWIFT_CLASS("_TtC6Lottie19PreCompositionLayer") -@interface PreCompositionLayer : CompositionLayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -@end - - -/// A layer that renders a child layer at some offset using a Repeater -SWIFT_CLASS("_TtC6Lottie13RepeaterLayer") -@interface RepeaterLayer : BaseAnimationLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - -/// A CompositionLayer responsible for initializing and rendering shapes -SWIFT_CLASS("_TtC6Lottie21ShapeCompositionLayer") -@interface ShapeCompositionLayer : CompositionLayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -@end - - - -/// The base layer that holds Shapes and Shape Renderers -SWIFT_CLASS("_TtC6Lottie19ShapeContainerLayer") -@interface ShapeContainerLayer : CALayer -- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - -/// A CALayer type that renders an array of [ShapeItem]s, -/// from a Group in a ShapeLayerModel. -SWIFT_CLASS("_TtC6Lottie14ShapeItemLayer") -@interface ShapeItemLayer : BaseAnimationLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - -/// The CALayer type responsible for rendering ShapeLayerModels -SWIFT_CLASS("_TtC6Lottie10ShapeLayer") -@interface ShapeLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - -/// The layer responsible for rendering shape objects -SWIFT_CLASS("_TtC6Lottie16ShapeRenderLayer") -@interface ShapeRenderLayer : ShapeContainerLayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (void)drawInContext:(CGContextRef _Nonnull)ctx; -- (nonnull instancetype)init SWIFT_UNAVAILABLE; -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); -@end - - - -SWIFT_CLASS("_TtC6Lottie21SolidCompositionLayer") -@interface SolidCompositionLayer : CompositionLayer -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC6Lottie10SolidLayer") -@interface SolidLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - -SWIFT_CLASS("_TtC6Lottie20TextCompositionLayer") -@interface TextCompositionLayer : CompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - -/// The CALayer type responsible for rendering TextLayers -SWIFT_CLASS("_TtC6Lottie9TextLayer") -@interface TextLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; -/// Called by CoreAnimation to create a shadow copy of this layer -/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - - -/// The CALayer type responsible for only rendering the transform of a LayerModel -SWIFT_CLASS("_TtC6Lottie14TransformLayer") -@interface TransformLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)argument OBJC_DESIGNATED_INITIALIZER; -- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; -@end - -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#pragma clang diagnostic pop -#endif - -#endif diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Lottie b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Lottie index 79fe1c9..1813582 100755 Binary files a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Lottie and b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Lottie differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Lottie.part b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Lottie.part new file mode 100644 index 0000000..e69de29 diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules new file mode 100755 index 0000000..5736f31 --- /dev/null +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules @@ -0,0 +1 @@ +Versions/Current/Modules \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules.part b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules.part new file mode 100644 index 0000000..e69de29 diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftdoc b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftdoc deleted file mode 100644 index 3d5cb6e..0000000 Binary files a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftinterface b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftinterface deleted file mode 100644 index cd4fa6d..0000000 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftinterface +++ /dev/null @@ -1,809 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target arm64-apple-macos10.13 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import AppKit -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -public enum LottieContentMode : Swift.Int { - case scaleToFill - case scaleAspectFit - case scaleAspectFill - case redraw - case center - case top - case bottom - case left - case right - case topLeft - case topRight - case bottomLeft - case bottomRight - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var wantsUpdateLayer: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isFlipped: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) public var contentMode: Lottie.LottieContentMode { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layout() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieContentMode : Swift.Equatable {} -extension Lottie.LottieContentMode : Swift.Hashable {} -extension Lottie.LottieContentMode : Swift.RawRepresentable {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftdoc b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftdoc deleted file mode 100644 index 3d5cb6e..0000000 Binary files a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftinterface b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftinterface deleted file mode 100644 index cd4fa6d..0000000 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftinterface +++ /dev/null @@ -1,809 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target arm64-apple-macos10.13 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import AppKit -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -public enum LottieContentMode : Swift.Int { - case scaleToFill - case scaleAspectFit - case scaleAspectFill - case redraw - case center - case top - case bottom - case left - case right - case topLeft - case topRight - case bottomLeft - case bottomRight - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var wantsUpdateLayer: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isFlipped: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) public var contentMode: Lottie.LottieContentMode { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layout() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieContentMode : Swift.Equatable {} -extension Lottie.LottieContentMode : Swift.Hashable {} -extension Lottie.LottieContentMode : Swift.RawRepresentable {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftdoc b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftdoc deleted file mode 100644 index 6c9b6e5..0000000 Binary files a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftinterface b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftinterface deleted file mode 100644 index 34c0ac0..0000000 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftinterface +++ /dev/null @@ -1,809 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target x86_64-apple-macos10.13 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import AppKit -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -public enum LottieContentMode : Swift.Int { - case scaleToFill - case scaleAspectFit - case scaleAspectFill - case redraw - case center - case top - case bottom - case left - case right - case topLeft - case topRight - case bottomLeft - case bottomRight - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var wantsUpdateLayer: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isFlipped: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) public var contentMode: Lottie.LottieContentMode { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layout() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieContentMode : Swift.Equatable {} -extension Lottie.LottieContentMode : Swift.Hashable {} -extension Lottie.LottieContentMode : Swift.RawRepresentable {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftdoc b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftdoc deleted file mode 100644 index 6c9b6e5..0000000 Binary files a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftinterface b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftinterface deleted file mode 100644 index 34c0ac0..0000000 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftinterface +++ /dev/null @@ -1,809 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target x86_64-apple-macos10.13 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import AppKit -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -public enum LottieContentMode : Swift.Int { - case scaleToFill - case scaleAspectFit - case scaleAspectFill - case redraw - case center - case top - case bottom - case left - case right - case topLeft - case topRight - case bottomLeft - case bottomRight - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var wantsUpdateLayer: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isFlipped: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) public var contentMode: Lottie.LottieContentMode { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layout() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieContentMode : Swift.Equatable {} -extension Lottie.LottieContentMode : Swift.Hashable {} -extension Lottie.LottieContentMode : Swift.RawRepresentable {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Resources b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Resources new file mode 100755 index 0000000..953ee36 --- /dev/null +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Resources @@ -0,0 +1 @@ +Versions/Current/Resources \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Resources.part b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Resources.part new file mode 100644 index 0000000..e69de29 diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Headers/Lottie-Swift.h b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Headers/Lottie-Swift.h index 06d3de5..5c884ff 100644 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Headers/Lottie-Swift.h +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Headers/Lottie-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) #ifndef LOTTIE_SWIFT_H #define LOTTIE_SWIFT_H #pragma clang diagnostic push @@ -24,10 +24,38 @@ #endif #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -62,53 +90,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif #endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif #endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif #endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif #endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif #endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif #endif #if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -128,28 +169,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) # endif #endif - #if !defined(SWIFT_PROTOCOL) # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA #endif - #if !defined(SWIFT_EXTENSION) # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) #endif - #if !defined(OBJC_DESIGNATED_INITIALIZER) # if __has_attribute(objc_designated_initializer) # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) # else -# define OBJC_DESIGNATED_INITIALIZER +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -178,25 +216,76 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) -# define IBSegueAction +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif #endif -#if __has_feature(modules) +#if defined(__OBJC__) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif @import AppKit; +@import CoreFoundation; @import CoreGraphics; @import Foundation; @import ObjectiveC; @import QuartzCore; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -204,6 +293,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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") @@ -212,8 +302,53 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) +@class NSCoder; +@class NSEvent; + +/// Lottie comes prepacked with a two Animated Controls, AnimatedSwitch and +/// AnimatedButton. Both of these controls are built on top of AnimatedControl +/// AnimatedControl is a subclass of UIControl that provides an interactive +/// mechanism for controlling the visual state of an animation in response to +/// user actions. +/// The AnimatedControl will show and hide layers depending on the current +/// UIControl.State of the control. +/// Users of AnimationControl can set a Layer Name for each UIControl.State. +/// When the state is change the AnimationControl will change the visibility +/// of its layers. +/// NOTE: Do not initialize directly. This is intended to be subclassed. +SWIFT_CLASS("_TtC6Lottie15AnimatedControl") +@interface AnimatedControl : NSControl +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +@property (nonatomic, getter=isEnabled) BOOL enabled; +@property (nonatomic, getter=isHighlighted) BOOL highlighted; +@property (nonatomic, readonly) CGSize intrinsicContentSize; +- (void)mouseDown:(NSEvent * _Nonnull)mouseDownEvent; +- (nonnull instancetype)initWithFrame:(NSRect)frameRect SWIFT_UNAVAILABLE; +@end + + +/// An interactive button that plays an animation when pressed. +SWIFT_CLASS("_TtC6Lottie14AnimatedButton") +@interface AnimatedButton : AnimatedControl +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +@end + + + +/// An interactive switch with an ‘On’ and ‘Off’ state. When the user taps on the +/// switch the state is toggled and the appropriate animation is played. +/// Both the ‘On’ and ‘Off’ have an animation play range associated with their state. +/// Also available as a SwiftUI view (LottieSwitch). +SWIFT_CLASS("_TtC6Lottie14AnimatedSwitch") +@interface AnimatedSwitch : AnimatedControl +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +@end + @class CAAnimation; -@class NSNumber; SWIFT_CLASS("_TtC6Lottie27AnimationCompletionDelegate") @interface AnimationCompletionDelegate : NSObject @@ -222,7 +357,6 @@ SWIFT_CLASS("_TtC6Lottie27AnimationCompletionDelegate") + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end -@class NSCoder; /// A view that can be added to a keypath of an AnimationView SWIFT_CLASS("_TtC6Lottie16AnimationSubview") @@ -250,6 +384,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") /// Called by CoreAnimation to create a shadow copy of this layer /// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (void)addSublayer:(CALayer * _Nonnull)layer; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end @@ -275,6 +410,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") + /// The base class for a child layer of CompositionContainer @@ -327,6 +463,7 @@ SWIFT_CLASS("_TtC6Lottie10DebugLayer") + /// A CAGradientLayer subclass used to render a gradient outside the normal layer bounds ///
              ///
            • @@ -411,6 +548,23 @@ SWIFT_CLASS("_TtC6Lottie18InvertedMatteLayer") @end +/// A CALayer subclass for rendering Lottie animations. +///
                +///
              • +/// Also available as a SwiftUI view (LottieView) and a UIView subclass (LottieAnimationView) +///
              • +///
              +SWIFT_CLASS("_TtC6Lottie20LottieAnimationLayer") +@interface LottieAnimationLayer : CALayer +/// Called by CoreAnimation to create a shadow copy of this layer +/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init +- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + /// The base view for LottieAnimationView on macOs. /// Enables the LottieAnimationView implementation to be shared across platforms. SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @@ -426,6 +580,12 @@ SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @end +/// A UIView subclass for rendering Lottie animations. +///
                +///
              • +/// Also available as a SwiftUI view (LottieView) and a CALayer subclass (LottieAnimationLayer) +///
              • +///
              IB_DESIGNABLE SWIFT_CLASS("_TtC6Lottie19LottieAnimationView") @interface LottieAnimationView : LottieAnimationViewBase @@ -490,6 +650,8 @@ SWIFT_CLASS("_TtC6Lottie18MaskContainerLayer") + + SWIFT_CLASS("_TtC6Lottie20NullCompositionLayer") @interface NullCompositionLayer : CompositionLayer - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; @@ -617,18 +779,21 @@ SWIFT_CLASS("_TtC6Lottie9TextLayer") /// The CALayer type responsible for only rendering the transform of a LayerModel SWIFT_CLASS("_TtC6Lottie14TransformLayer") @interface TransformLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)argument OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)__argument1 OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; @end +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) #ifndef LOTTIE_SWIFT_H #define LOTTIE_SWIFT_H #pragma clang diagnostic push @@ -652,10 +817,38 @@ SWIFT_CLASS("_TtC6Lottie14TransformLayer") #endif #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -690,53 +883,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif #endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif #endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif #endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif #endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif #endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif #endif #if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -756,28 +962,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) # endif #endif - #if !defined(SWIFT_PROTOCOL) # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA #endif - #if !defined(SWIFT_EXTENSION) # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) #endif - #if !defined(OBJC_DESIGNATED_INITIALIZER) # if __has_attribute(objc_designated_initializer) # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) # else -# define OBJC_DESIGNATED_INITIALIZER +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -806,25 +1009,76 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) -# define IBSegueAction +# define IBSegueAction +#endif #endif -#if __has_feature(modules) +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif @import AppKit; +@import CoreFoundation; @import CoreGraphics; @import Foundation; @import ObjectiveC; @import QuartzCore; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -832,6 +1086,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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") @@ -840,8 +1095,53 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) +@class NSCoder; +@class NSEvent; + +/// Lottie comes prepacked with a two Animated Controls, AnimatedSwitch and +/// AnimatedButton. Both of these controls are built on top of AnimatedControl +/// AnimatedControl is a subclass of UIControl that provides an interactive +/// mechanism for controlling the visual state of an animation in response to +/// user actions. +/// The AnimatedControl will show and hide layers depending on the current +/// UIControl.State of the control. +/// Users of AnimationControl can set a Layer Name for each UIControl.State. +/// When the state is change the AnimationControl will change the visibility +/// of its layers. +/// NOTE: Do not initialize directly. This is intended to be subclassed. +SWIFT_CLASS("_TtC6Lottie15AnimatedControl") +@interface AnimatedControl : NSControl +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +@property (nonatomic, getter=isEnabled) BOOL enabled; +@property (nonatomic, getter=isHighlighted) BOOL highlighted; +@property (nonatomic, readonly) CGSize intrinsicContentSize; +- (void)mouseDown:(NSEvent * _Nonnull)mouseDownEvent; +- (nonnull instancetype)initWithFrame:(NSRect)frameRect SWIFT_UNAVAILABLE; +@end + + +/// An interactive button that plays an animation when pressed. +SWIFT_CLASS("_TtC6Lottie14AnimatedButton") +@interface AnimatedButton : AnimatedControl +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +@end + + + +/// An interactive switch with an ‘On’ and ‘Off’ state. When the user taps on the +/// switch the state is toggled and the appropriate animation is played. +/// Both the ‘On’ and ‘Off’ have an animation play range associated with their state. +/// Also available as a SwiftUI view (LottieSwitch). +SWIFT_CLASS("_TtC6Lottie14AnimatedSwitch") +@interface AnimatedSwitch : AnimatedControl +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +@end + @class CAAnimation; -@class NSNumber; SWIFT_CLASS("_TtC6Lottie27AnimationCompletionDelegate") @interface AnimationCompletionDelegate : NSObject @@ -850,7 +1150,6 @@ SWIFT_CLASS("_TtC6Lottie27AnimationCompletionDelegate") + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end -@class NSCoder; /// A view that can be added to a keypath of an AnimationView SWIFT_CLASS("_TtC6Lottie16AnimationSubview") @@ -878,6 +1177,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") /// Called by CoreAnimation to create a shadow copy of this layer /// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (void)addSublayer:(CALayer * _Nonnull)layer; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end @@ -903,6 +1203,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") + /// The base class for a child layer of CompositionContainer @@ -955,6 +1256,7 @@ SWIFT_CLASS("_TtC6Lottie10DebugLayer") + /// A CAGradientLayer subclass used to render a gradient outside the normal layer bounds ///
                ///
              • @@ -1039,6 +1341,23 @@ SWIFT_CLASS("_TtC6Lottie18InvertedMatteLayer") @end +/// A CALayer subclass for rendering Lottie animations. +///
                  +///
                • +/// Also available as a SwiftUI view (LottieView) and a UIView subclass (LottieAnimationView) +///
                • +///
                +SWIFT_CLASS("_TtC6Lottie20LottieAnimationLayer") +@interface LottieAnimationLayer : CALayer +/// Called by CoreAnimation to create a shadow copy of this layer +/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init +- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + /// The base view for LottieAnimationView on macOs. /// Enables the LottieAnimationView implementation to be shared across platforms. SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @@ -1054,6 +1373,12 @@ SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @end +/// A UIView subclass for rendering Lottie animations. +///
                  +///
                • +/// Also available as a SwiftUI view (LottieView) and a CALayer subclass (LottieAnimationLayer) +///
                • +///
                IB_DESIGNABLE SWIFT_CLASS("_TtC6Lottie19LottieAnimationView") @interface LottieAnimationView : LottieAnimationViewBase @@ -1118,6 +1443,8 @@ SWIFT_CLASS("_TtC6Lottie18MaskContainerLayer") + + SWIFT_CLASS("_TtC6Lottie20NullCompositionLayer") @interface NullCompositionLayer : CompositionLayer - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; @@ -1245,14 +1572,19 @@ SWIFT_CLASS("_TtC6Lottie9TextLayer") /// The CALayer type responsible for only rendering the transform of a LayerModel SWIFT_CLASS("_TtC6Lottie14TransformLayer") @interface TransformLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)argument OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)__argument1 OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; @end +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif +#else +#error unsupported Swift architecture #endif diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Lottie b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Lottie index 79fe1c9..863f2e0 100755 Binary files a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Lottie and b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Lottie differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-macos.abi.json b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-macos.abi.json new file mode 100644 index 0000000..3edd31e --- /dev/null +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-macos.abi.json @@ -0,0 +1,64072 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ImageAsset", + "printedName": "ImageAsset", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC4nameSSvp", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC4nameSSvg", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "directory", + "printedName": "directory", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC9directorySSvp", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC9directorySSvg", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC5widthSdvp", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC5widthSdvg", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC6heightSdvp", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC6heightSdvg", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Final", + "AccessControl", + "Override" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie10ImageAssetC", + "mangledName": "$s6Lottie10ImageAssetC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "superclassUsr": "s:6Lottie5AssetC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.Asset" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieNSControlState", + "printedName": "LottieNSControlState", + "children": [ + { + "kind": "Var", + "name": "normal", + "printedName": "normal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieNSControlState.Type) -> Lottie.LottieNSControlState", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlState", + "printedName": "Lottie.LottieNSControlState", + "usr": "s:6Lottie0A14NSControlStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieNSControlState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlState", + "printedName": "Lottie.LottieNSControlState", + "usr": "s:6Lottie0A14NSControlStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14NSControlStateO6normalyA2CmF", + "mangledName": "$s6Lottie0A14NSControlStateO6normalyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "highlighted", + "printedName": "highlighted", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieNSControlState.Type) -> Lottie.LottieNSControlState", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlState", + "printedName": "Lottie.LottieNSControlState", + "usr": "s:6Lottie0A14NSControlStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieNSControlState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlState", + "printedName": "Lottie.LottieNSControlState", + "usr": "s:6Lottie0A14NSControlStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14NSControlStateO11highlightedyA2CmF", + "mangledName": "$s6Lottie0A14NSControlStateO11highlightedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieNSControlState?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlState", + "printedName": "Lottie.LottieNSControlState", + "usr": "s:6Lottie0A14NSControlStateO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14NSControlStateO8rawValueACSgSu_tcfc", + "mangledName": "$s6Lottie0A14NSControlStateO8rawValueACSgSu_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14NSControlStateO8rawValueSuvp", + "mangledName": "$s6Lottie0A14NSControlStateO8rawValueSuvp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlStateO8rawValueSuvg", + "mangledName": "$s6Lottie0A14NSControlStateO8rawValueSuvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14NSControlStateO", + "mangledName": "$s6Lottie0A14NSControlStateO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "UInt", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieNSControlEvent", + "printedName": "LottieNSControlEvent", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:inside:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + }, + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "AppKit.NSEvent.EventType", + "usr": "c:@E@NSEventType" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14NSControlEventV_6insideACSo11NSEventTypeV_Sbtcfc", + "mangledName": "$s6Lottie0A14NSControlEventV_6insideACSo11NSEventTypeV_Sbtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "touchDown", + "printedName": "touchDown", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14NSControlEventV9touchDownACvpZ", + "mangledName": "$s6Lottie0A14NSControlEventV9touchDownACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV9touchDownACvgZ", + "mangledName": "$s6Lottie0A14NSControlEventV9touchDownACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "touchUpInside", + "printedName": "touchUpInside", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14NSControlEventV13touchUpInsideACvpZ", + "mangledName": "$s6Lottie0A14NSControlEventV13touchUpInsideACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV13touchUpInsideACvgZ", + "mangledName": "$s6Lottie0A14NSControlEventV13touchUpInsideACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "touchUpOutside", + "printedName": "touchUpOutside", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14NSControlEventV14touchUpOutsideACvpZ", + "mangledName": "$s6Lottie0A14NSControlEventV14touchUpOutsideACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV14touchUpOutsideACvgZ", + "mangledName": "$s6Lottie0A14NSControlEventV14touchUpOutsideACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "event", + "printedName": "event", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "AppKit.NSEvent.EventType", + "usr": "c:@E@NSEventType" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvp", + "mangledName": "$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "AppKit.NSEvent.EventType", + "usr": "c:@E@NSEventType" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvg", + "mangledName": "$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "AppKit.NSEvent.EventType", + "usr": "c:@E@NSEventType" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvs", + "mangledName": "$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvM", + "mangledName": "$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "inside", + "printedName": "inside", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14NSControlEventV6insideSbvp", + "mangledName": "$s6Lottie0A14NSControlEventV6insideSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV6insideSbvg", + "mangledName": "$s6Lottie0A14NSControlEventV6insideSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV6insideSbvs", + "mangledName": "$s6Lottie0A14NSControlEventV6insideSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV6insideSbvM", + "mangledName": "$s6Lottie0A14NSControlEventV6insideSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14NSControlEventV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A14NSControlEventV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A14NSControlEventV", + "mangledName": "$s6Lottie0A14NSControlEventV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationLayer", + "printedName": "LottieAnimationLayer", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4stopyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pauseyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationLayerDidLoad", + "printedName": "animationLayerDidLoad", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLayer", + "printedName": "animationLayer", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "screenScale", + "printedName": "screenScale", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12reloadImagesyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForBackgroundState", + "printedName": "updateAnimationForBackgroundState()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForForegroundState", + "printedName": "updateAnimationForForegroundState(wasWaitingToPlayAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer(im)init", + "mangledName": "$s6Lottie0A14AnimationLayerCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer", + "mangledName": "$s6Lottie0A14AnimationLayerC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)CALayer", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "QuartzCore.CALayer", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "children": [ + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationFontProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultFontProvider", + "printedName": "DefaultFontProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultFontProviderCACycfc", + "mangledName": "$s6Lottie19DefaultFontProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultFontProviderC", + "mangledName": "$s6Lottie19DefaultFontProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationCache", + "printedName": "LottieAnimationCache", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14AnimationCacheO", + "mangledName": "$s6Lottie0A14AnimationCacheO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FilepathImageProvider", + "printedName": "FilepathImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21FilepathImageProviderC", + "mangledName": "$s6Lottie21FilepathImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultAnimationCache", + "printedName": "DefaultAnimationCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21DefaultAnimationCacheCACycfc", + "mangledName": "$s6Lottie21DefaultAnimationCacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC05clearD0yyF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC05clearD0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21DefaultAnimationCacheC", + "mangledName": "$s6Lottie21DefaultAnimationCacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "children": [ + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "children": [ + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DictionaryTextProvider", + "printedName": "DictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "mangledName": "$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie22DictionaryTextProviderC", + "mangledName": "$s6Lottie22DictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextProvider", + "printedName": "DefaultTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultTextProviderCACycfc", + "mangledName": "$s6Lottie19DefaultTextProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultTextProviderC", + "mangledName": "$s6Lottie19DefaultTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CoordinateSpace", + "printedName": "CoordinateSpace", + "children": [ + { + "kind": "Var", + "name": "type2d", + "printedName": "type2d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type2dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type2dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "type3d", + "printedName": "type3d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type3dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type3dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CoordinateSpace?", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivp", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivg", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15CoordinateSpaceO", + "mangledName": "$s6Lottie15CoordinateSpaceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimation", + "printedName": "LottieAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionary:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "startFrame", + "printedName": "startFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endFrame", + "printedName": "endFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "framerate", + "printedName": "framerate", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC9framerateSdvp", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC9framerateSdvg", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "markerNames", + "printedName": "markerNames", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvp", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvg", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8durationSdvp", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8durationSdvg", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bounds", + "printedName": "bounds", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "filepath", + "printedName": "filepath(_:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(_:bundle:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(data:strategy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "mangledName": "$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:closure:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forFrame:clamped:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime8forFrame7clamped14CoreFoundation7CGFloatVAI_SbtF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime11forProgress14CoreFoundation7CGFloatVAH_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "time", + "printedName": "time(forFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4time8forFrameSd14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime03forD014CoreFoundation7CGFloatVSd_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A9AnimationC", + "mangledName": "$s6Lottie0A9AnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieButton", + "printedName": "LottieButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:action:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "mangledName": "$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6ButtonV4bodyQrvp", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6ButtonV4bodyQrvg", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedButton) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromProgress:toProgress:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate12fromProgress02toE02onAC14CoreFoundation7CGFloatV_AjA0A14NSControlEventVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AjA0A14NSControlEventVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromMarker:toMarker:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSAA0A14NSControlEventVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSAA0A14NSControlEventVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6ButtonV", + "mangledName": "$s6Lottie0A6ButtonV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "children": [ + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "mangledName": "$s6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "mangledName": "$s6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie22AnimationCacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject, τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedSwitch", + "printedName": "AnimatedSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)init", + "mangledName": "$s6Lottie14AnimatedSwitchCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedSwitch?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC15animationDidSetyyF", + "mangledName": "$s6Lottie14AnimatedSwitchC15animationDidSetyyF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "handle", + "printedName": "handle(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC6handleyyAA0A14NSControlEventVF", + "mangledName": "$s6Lottie14AnimatedSwitchC6handleyyAA0A14NSControlEventVF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "CancelBehavior", + "printedName": "CancelBehavior", + "children": [ + { + "kind": "Var", + "name": "reverse", + "printedName": "reverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Var", + "name": "cancelBehavior", + "printedName": "cancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animateUpdateWhenChangingAnimation", + "printedName": "animateUpdateWhenChangingAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "stateUpdated", + "printedName": "stateUpdated", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isOn", + "printedName": "isOn", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setIsOn", + "printedName": "setIsOn(_:animated:shouldFireHaptics:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "mangledName": "$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setProgressForState", + "printedName": "setProgressForState(fromProgress:toProgress:forOnState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y14CoreFoundation7CGFloatV_AJSbtF", + "mangledName": "$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch", + "mangledName": "$s6Lottie14AnimatedSwitchC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "AppKit.NSControl", + "AppKit.NSView", + "AppKit.NSResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "Asset", + "printedName": "Asset", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Asset", + "printedName": "Lottie.Asset", + "usr": "s:6Lottie5AssetC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie5AssetC2idSSvp", + "mangledName": "$s6Lottie5AssetC2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "Final", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie5AssetC2idSSvg", + "mangledName": "$s6Lottie5AssetC2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie5AssetC", + "mangledName": "$s6Lottie5AssetC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "BundleImageProvider", + "printedName": "BundleImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(bundle:searchPath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "mangledName": "$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19BundleImageProviderC", + "mangledName": "$s6Lottie19BundleImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "SizeValueProvider", + "printedName": "SizeValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderC5blockACSo6CGSizeV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "mangledName": "$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie17SizeValueProviderC", + "mangledName": "$s6Lottie17SizeValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "OperatorDecl", + "name": "+|", + "printedName": "+|", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "OperatorDecl", + "name": "+-", + "printedName": "+-", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedControl", + "printedName": "AnimatedControl", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)init", + "mangledName": "$s6Lottie15AnimatedControlCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedControl?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithCoder:", + "mangledName": "$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "isEnabled", + "printedName": "isEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)enabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "enabled", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isEnabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isEnabled", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setEnabled:", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setEnabled:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isHighlighted", + "printedName": "isHighlighted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)highlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "highlighted", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isHighlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isHighlighted", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setHighlighted:", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setHighlighted:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mouseDown", + "printedName": "mouseDown(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "NSEvent", + "printedName": "AppKit.NSEvent", + "usr": "c:objc(cs)NSEvent" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)mouseDown:", + "mangledName": "$s6Lottie15AnimatedControlC9mouseDown4withySo7NSEventC_tF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "mouseDown:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC15animationDidSetyyF", + "mangledName": "$s6Lottie15AnimatedControlC15animationDidSetyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationView", + "printedName": "animationView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "Final", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setLayer", + "printedName": "setLayer(named:forState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlState", + "printedName": "Lottie.LottieNSControlState", + "usr": "s:6Lottie0A14NSControlStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC8setLayer5named8forStateySS_AA0a9NSControlH0OtF", + "mangledName": "$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_AA0a9NSControlH0OtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "mangledName": "$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithFrame:", + "mangledName": "$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl", + "mangledName": "$s6Lottie15AnimatedControlC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSControl", + "superclassNames": [ + "AppKit.NSControl", + "AppKit.NSView", + "AppKit.NSResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "zlib", + "printedName": "zlib", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Compression", + "printedName": "Compression", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedButton", + "printedName": "AnimatedButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)init", + "mangledName": "$s6Lottie14AnimatedButtonCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedButton?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "handle", + "printedName": "handle(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC6handleyyAA0A14NSControlEventVF", + "mangledName": "$s6Lottie14AnimatedButtonC6handleyyAA0A14NSControlEventVF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "performAction", + "printedName": "performAction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvp", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvg", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvs", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvM", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromProgress:toProgress:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy14CoreFoundation7CGFloatV_AjA0A14NSControlEventVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AjA0A14NSControlEventVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromMarker:toMarker:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSAA0A14NSControlEventVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSAA0A14NSControlEventVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton", + "mangledName": "$s6Lottie14AnimatedButtonC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "AppKit.NSControl", + "AppKit.NSView", + "AppKit.NSResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ColorFormatDenominator", + "printedName": "ColorFormatDenominator", + "children": [ + { + "kind": "Var", + "name": "One", + "printedName": "One", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "OneHundred", + "printedName": "OneHundred", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "TwoFiftyFive", + "printedName": "TwoFiftyFive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivp", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivg", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie22ColorFormatDenominatorO", + "mangledName": "$s6Lottie22ColorFormatDenominatorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieColor", + "printedName": "LottieColor", + "children": [ + { + "kind": "Var", + "name": "r", + "printedName": "r", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1rSdvp", + "mangledName": "$s6Lottie0A5ColorV1rSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvg", + "mangledName": "$s6Lottie0A5ColorV1rSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvs", + "mangledName": "$s6Lottie0A5ColorV1rSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvM", + "mangledName": "$s6Lottie0A5ColorV1rSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "g", + "printedName": "g", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1gSdvp", + "mangledName": "$s6Lottie0A5ColorV1gSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvg", + "mangledName": "$s6Lottie0A5ColorV1gSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvs", + "mangledName": "$s6Lottie0A5ColorV1gSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvM", + "mangledName": "$s6Lottie0A5ColorV1gSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "b", + "printedName": "b", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1bSdvp", + "mangledName": "$s6Lottie0A5ColorV1bSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvg", + "mangledName": "$s6Lottie0A5ColorV1bSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvs", + "mangledName": "$s6Lottie0A5ColorV1bSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvM", + "mangledName": "$s6Lottie0A5ColorV1bSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "a", + "printedName": "a", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1aSdvp", + "mangledName": "$s6Lottie0A5ColorV1aSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvg", + "mangledName": "$s6Lottie0A5ColorV1aSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvs", + "mangledName": "$s6Lottie0A5ColorV1aSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvM", + "mangledName": "$s6Lottie0A5ColorV1aSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(r:g:b:a:denominator:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "hasDefaultArg": true, + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "mangledName": "$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV9hashValueSivp", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV9hashValueSivg", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A5ColorV", + "mangledName": "$s6Lottie0A5ColorV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ColorValueProvider", + "printedName": "ColorValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottieColor", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderC5blockAcA0aB0V14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18ColorValueProviderC", + "mangledName": "$s6Lottie18ColorValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypath", + "printedName": "AnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "keys", + "printedName": "keys", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvp", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvg", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvp", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvg", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivp", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivg", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie16AnimationKeypathV", + "mangledName": "$s6Lottie16AnimationKeypathV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieConfiguration", + "printedName": "LottieConfiguration", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(renderingEngine:decodingStrategy:colorSpace:reducedMotionOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "hasDefaultArg": true, + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "hasDefaultArg": true, + "usr": "c:@T@CGColorSpaceRef" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "hasDefaultArg": true, + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvpZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvgZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvsZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvMZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renderingEngine", + "printedName": "renderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "decodingStrategy", + "printedName": "decodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotionOption", + "printedName": "reducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "colorSpace", + "printedName": "colorSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivp", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivg", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A13ConfigurationV", + "mangledName": "$s6Lottie0A13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieVector2D", + "printedName": "LottieVector2D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector2DV", + "mangledName": "$s6Lottie0A8Vector2DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationSource", + "printedName": "LottieAnimationSource", + "children": [ + { + "kind": "Var", + "name": "lottieAnimation", + "printedName": "lottieAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dotLottieFile", + "printedName": "dotLottieFile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A15AnimationSourceO", + "mangledName": "$s6Lottie0A15AnimationSourceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationSubview", + "printedName": "AnimationSubview", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithFrame:", + "mangledName": "$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationSubview?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithCoder:", + "mangledName": "$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview", + "mangledName": "$s6Lottie16AnimationSubviewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "AppKit.NSView", + "AppKit.NSResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "children": [ + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvp", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvg", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "typeErasedStorage", + "printedName": "typeErasedStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderP9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "value", + "printedName": "value(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderPAAE5value5frameyp14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ValueProviderStorage", + "printedName": "ValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> ([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe<τ_0_0>]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO7closureyACyxGx14CoreFoundation7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO7closureyACyxGx12CoreGraphics7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie20ValueProviderStorageO", + "mangledName": "$s6Lottie20ValueProviderStorageO", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProviderStorage", + "printedName": "AnyValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> ([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Lottie.Keyframe], interpolate: (CoreGraphics.CGFloat) -> Any)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp14CoreFoundation7CGFloatVctcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp12CoreGraphics7CGFloatVctcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO7closureyACyp14CoreFoundation7CGFloatVccACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO7closureyACyp12CoreGraphics7CGFloatVccACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie23AnyValueProviderStorageO", + "mangledName": "$s6Lottie23AnyValueProviderStorageO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngineOption", + "printedName": "RenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> (Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie21RenderingEngineOptionO", + "mangledName": "$s6Lottie21RenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngine", + "printedName": "RenderingEngine", + "children": [ + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO10mainThreadyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvp", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvg", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvp", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvg", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15RenderingEngineO", + "mangledName": "$s6Lottie15RenderingEngineO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieVector1D", + "printedName": "LottieVector1D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DVyACSdcfc", + "mangledName": "$s6Lottie0A8Vector1DVyACSdcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV5valueSdvp", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV5valueSdvg", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector1DV", + "mangledName": "$s6Lottie0A8Vector1DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector3D", + "printedName": "LottieVector3D", + "children": [ + { + "kind": "Var", + "name": "x", + "printedName": "x", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1xSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1xSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "y", + "printedName": "y", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1ySdvp", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1ySdvg", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "z", + "printedName": "z", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1zSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1zSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(x:y:z:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "mangledName": "$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "pointValue", + "printedName": "pointValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sizeValue", + "printedName": "sizeValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector3DV", + "mangledName": "$s6Lottie0A8Vector3DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieBackgroundBehavior", + "printedName": "LottieBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "default", + "printedName": "default(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A18BackgroundBehaviorO", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieLoopMode", + "printedName": "LottieLoopMode", + "children": [ + { + "kind": "Var", + "name": "playOnce", + "printedName": "playOnce", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO8playOnceyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO8playOnceyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loop", + "printedName": "loop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO4loopyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO4loopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "autoReverse", + "printedName": "autoReverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO11autoReverseyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO11autoReverseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeat", + "printedName": "repeat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO6repeatyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO6repeatyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeatBackwards", + "printedName": "repeatBackwards", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivp", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivg", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A8LoopModeO", + "mangledName": "$s6Lottie0A8LoopModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationView", + "printedName": "LottieAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationView?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithCoder:", + "mangledName": "$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4stopyyF", + "mangledName": "$s6Lottie0A13AnimationViewC4stopyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC5pauseyyF", + "mangledName": "$s6Lottie0A13AnimationViewC5pauseyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animateLayoutChangesWithCurrentCoreAnimationContext", + "printedName": "animateLayoutChangesWithCurrentCoreAnimationContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationQueued", + "printedName": "isAnimationQueued", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvp", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvg", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvs", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "viewportFrame", + "printedName": "viewportFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(py)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12reloadImagesyyF", + "mangledName": "$s6Lottie0A13AnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:bundle:subdirectory:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filePath:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:imageProvider:session:closure:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(asset:bundle:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieName:bundle:subdirectory:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFilePath:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieUrl:animationId:dotLottieCache:configuration:session:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieAsset:bundle:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView", + "mangledName": "$s6Lottie0A13AnimationViewC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "IBDesignable", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.LottieAnimationViewBase", + "AppKit.NSView", + "AppKit.NSResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieError", + "printedName": "DotLottieError", + "children": [ + { + "kind": "Var", + "name": "noDataLoaded", + "printedName": "noDataLoaded", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "assetNotFound", + "printedName": "assetNotFound", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> (Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, bundle: Foundation.Bundle?)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "mangledName": "$s6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loadingFromAssetNotSupported", + "printedName": "loadingFromAssetNotSupported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidFileFormat", + "printedName": "invalidFileFormat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "invalidData", + "printedName": "invalidData", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "animationNotAvailable", + "printedName": "animationNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA5ErrorO", + "mangledName": "$s6Lottie03DotA5ErrorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FloatValueProvider", + "printedName": "FloatValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderC5blockAC14CoreFoundation7CGFloatVAGc_tcfc", + "mangledName": "$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderCyAC14CoreFoundation7CGFloatVcfc", + "mangledName": "$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "float", + "printedName": "float", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18FloatValueProviderC", + "mangledName": "$s6Lottie18FloatValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottiePlaybackMode", + "printedName": "LottiePlaybackMode", + "children": [ + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(at: Lottie.LottiePlaybackMode.PausedState)", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "playing", + "printedName": "playing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO8progressyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO8progressyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5frameyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5frameyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5pauseyA2CmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5pauseyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO12fromProgressyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO12fromProgressyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO9fromFrameyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO9fromFrameyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "TypeDecl", + "name": "PausedState", + "printedName": "PausedState", + "children": [ + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO8progressyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO8progressyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO5frameyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO5frameyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, position: Lottie.LottieMarkerPosition)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PlaybackMode", + "printedName": "PlaybackMode", + "children": [ + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvpZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvgZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO10toProgress_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO10toProgress_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO7toFrame_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO7toFrame_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO", + "mangledName": "$s6Lottie0A12PlaybackModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieMarkerPosition", + "printedName": "LottieMarkerPosition", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO5startyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO5startyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO3endyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO3endyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivp", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivg", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14MarkerPositionO", + "mangledName": "$s6Lottie0A14MarkerPositionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "children": [ + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "mangledName": "$s6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie03DotA13CacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieView", + "printedName": "LottieView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFile:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A4ViewV4bodyQrvp", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A4ViewV4bodyQrvg", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "mangledName": "$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resizable", + "printedName": "resizable()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9resizableACyxGyF", + "mangledName": "$s6Lottie0A4ViewV9resizableACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "intrinsicSize", + "printedName": "intrinsicSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "mangledName": "$s6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playACyxGyF", + "mangledName": "$s6Lottie0A4ViewV4playACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "looping", + "printedName": "looping()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7loopingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7loopingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "hasDefaultArg": true, + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "mangledName": "$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "mangledName": "$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7playingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paused", + "printedName": "paused(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "hasDefaultArg": true, + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playbackMode", + "printedName": "playbackMode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "mangledName": "$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationSpeed", + "printedName": "animationSpeed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "mangledName": "$s6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidLoad", + "printedName": "animationDidLoad(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "mangledName": "$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidFinish", + "printedName": "animationDidFinish(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "mangledName": "$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "mangledName": "$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "accessibilityLabel", + "printedName": "accessibilityLabel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "mangledName": "$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logger", + "printedName": "logger(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "mangledName": "$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "imageProvider", + "printedName": "imageProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationImageProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textProvider", + "printedName": "textProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationKeypathTextProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fontProvider", + "printedName": "fontProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationFontProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnyValueProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentProgress", + "printedName": "currentProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV15currentProgressyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentFrame", + "printedName": "currentFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12currentFrameyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV12currentFrameyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentTime", + "printedName": "currentTime(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "mangledName": "$s6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadAnimationTrigger", + "printedName": "reloadAnimationTrigger(_:showPlaceholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationProgress", + "printedName": "getRealtimeAnimationProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationFrame", + "printedName": "getRealtimeAnimationFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dotLottieConfigurationComponents", + "printedName": "dotLottieConfigurationComponents(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "mangledName": "$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A4ViewV", + "mangledName": "$s6Lottie0A4ViewV", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieContentMode", + "printedName": "LottieContentMode", + "children": [ + { + "kind": "Var", + "name": "scaleToFill", + "printedName": "scaleToFill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO11scaleToFillyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO11scaleToFillyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "scaleAspectFit", + "printedName": "scaleAspectFit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO14scaleAspectFityA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO14scaleAspectFityA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "scaleAspectFill", + "printedName": "scaleAspectFill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO15scaleAspectFillyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO15scaleAspectFillyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "redraw", + "printedName": "redraw", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO6redrawyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO6redrawyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "center", + "printedName": "center", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO6centeryA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO6centeryA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "top", + "printedName": "top", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO3topyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO3topyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "bottom", + "printedName": "bottom", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO6bottomyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO6bottomyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "left", + "printedName": "left", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO4leftyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO4leftyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "right", + "printedName": "right", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO5rightyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO5rightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "topLeft", + "printedName": "topLeft", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO7topLeftyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO7topLeftyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "topRight", + "printedName": "topRight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO8topRightyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO8topRightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "bottomLeft", + "printedName": "bottomLeft", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO10bottomLeftyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO10bottomLeftyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "bottomRight", + "printedName": "bottomRight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO11bottomRightyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO11bottomRightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieContentMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A11ContentModeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie0A11ContentModeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A11ContentModeO8rawValueSivp", + "mangledName": "$s6Lottie0A11ContentModeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A11ContentModeO8rawValueSivg", + "mangledName": "$s6Lottie0A11ContentModeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A11ContentModeO", + "mangledName": "$s6Lottie0A11ContentModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationViewBase", + "printedName": "LottieAnimationViewBase", + "children": [ + { + "kind": "Var", + "name": "wantsUpdateLayer", + "printedName": "wantsUpdateLayer", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(py)wantsUpdateLayer", + "mangledName": "$s6Lottie0A17AnimationViewBaseC16wantsUpdateLayerSbvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "wantsUpdateLayer", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)wantsUpdateLayer", + "mangledName": "$s6Lottie0A17AnimationViewBaseC16wantsUpdateLayerSbvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "wantsUpdateLayer", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isFlipped", + "printedName": "isFlipped", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(py)flipped", + "mangledName": "$s6Lottie0A17AnimationViewBaseC9isFlippedSbvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "flipped", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)isFlipped", + "mangledName": "$s6Lottie0A17AnimationViewBaseC9isFlippedSbvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "isFlipped", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovp", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovg", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovs", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0OvM", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewDidMoveToWindow", + "printedName": "viewDidMoveToWindow()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)viewDidMoveToWindow", + "mangledName": "$s6Lottie0A17AnimationViewBaseC19viewDidMoveToWindowyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "viewDidMoveToWindow", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "layout", + "printedName": "layout()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)layout", + "mangledName": "$s6Lottie0A17AnimationViewBaseC6layoutyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "layout", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithFrame:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationViewBase?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithCoder:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "mangledName": "$s6Lottie0A17AnimationViewBaseC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "AppKit.NSView", + "AppKit.NSResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieCache", + "printedName": "DotLottieCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA5CacheCACycfc", + "mangledName": "$s6Lottie03DotA5CacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvpZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvgZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivp", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivg", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivs", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivM", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC05clearC0yyF", + "mangledName": "$s6Lottie03DotA5CacheC05clearC0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "mangledName": "$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA5CacheC", + "mangledName": "$s6Lottie03DotA5CacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LayerType", + "printedName": "LayerType", + "children": [ + { + "kind": "Var", + "name": "precomp", + "printedName": "precomp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7precompyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7precompyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "solid", + "printedName": "solid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5solidyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5solidyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "image", + "printedName": "image", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5imageyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5imageyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "null", + "printedName": "null", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4nullyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4nullyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "shape", + "printedName": "shape", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5shapeyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5shapeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4textyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4textyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LayerType?", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9LayerTypeO8rawValueSivp", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9LayerTypeO8rawValueSivg", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9LayerTypeO", + "mangledName": "$s6Lottie9LayerTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MatteType", + "printedName": "MatteType", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO4noneyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO4noneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "add", + "printedName": "add", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO3addyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO3addyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "invert", + "printedName": "invert", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO6invertyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO6invertyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.MatteType?", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9MatteTypeO8rawValueSivp", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9MatteTypeO8rawValueSivg", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9MatteTypeO", + "mangledName": "$s6Lottie9MatteTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "BlendMode", + "printedName": "BlendMode", + "children": [ + { + "kind": "Var", + "name": "normal", + "printedName": "normal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6normalyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6normalyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "multiply", + "printedName": "multiply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO8multiplyyA2CmF", + "mangledName": "$s6Lottie9BlendModeO8multiplyyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "screen", + "printedName": "screen", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6screenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6screenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "overlay", + "printedName": "overlay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7overlayyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7overlayyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "darken", + "printedName": "darken", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6darkenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6darkenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "lighten", + "printedName": "lighten", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7lightenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7lightenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorDodge", + "printedName": "colorDodge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10colorDodgeyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10colorDodgeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorBurn", + "printedName": "colorBurn", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9colorBurnyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9colorBurnyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hardLight", + "printedName": "hardLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9hardLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9hardLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "softLight", + "printedName": "softLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9softLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9softLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "difference", + "printedName": "difference", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10differenceyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10differenceyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "exclusion", + "printedName": "exclusion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9exclusionyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9exclusionyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hue", + "printedName": "hue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO3hueyA2CmF", + "mangledName": "$s6Lottie9BlendModeO3hueyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "saturation", + "printedName": "saturation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10saturationyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10saturationyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO5coloryA2CmF", + "mangledName": "$s6Lottie9BlendModeO5coloryA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "luminosity", + "printedName": "luminosity", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10luminosityyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10luminosityyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.BlendMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9BlendModeO8rawValueSivp", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9BlendModeO8rawValueSivg", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9BlendModeO", + "mangledName": "$s6Lottie9BlendModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "GradientValueProvider", + "printedName": "GradientValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((CoreGraphics.CGFloat) -> [Swift.Double])?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG14CoreFoundation7CGFloatVc_SaySdGAKcSgtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "colors", + "printedName": "colors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "locations", + "printedName": "locations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvp", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvg", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvs", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvM", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21GradientValueProviderC", + "mangledName": "$s6Lottie21GradientValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfiguration", + "printedName": "DotLottieConfiguration", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "speed", + "printedName": "speed", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA13ConfigurationV", + "mangledName": "$s6Lottie03DotA13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfigurationComponents", + "printedName": "DotLottieConfigurationComponents", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "all", + "printedName": "all", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DecodingStrategy", + "printedName": "DecodingStrategy", + "children": [ + { + "kind": "Var", + "name": "legacyCodable", + "printedName": "legacyCodable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dictionaryBased", + "printedName": "dictionaryBased", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivp", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivg", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie16DecodingStrategyO", + "mangledName": "$s6Lottie16DecodingStrategyO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOption", + "printedName": "ReducedMotionOption", + "children": [ + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dynamic", + "printedName": "dynamic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable)", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOptionProvider", + "printedName": "Lottie.ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnyHashable", + "printedName": "Swift.AnyHashable", + "usr": "s:s11AnyHashableV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "systemReducedMotionToggle", + "printedName": "systemReducedMotionToggle", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivp", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivg", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie19ReducedMotionOptionO", + "mangledName": "$s6Lottie19ReducedMotionOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionMode", + "printedName": "ReducedMotionMode", + "children": [ + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivp", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivg", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie17ReducedMotionModeO", + "mangledName": "$s6Lottie17ReducedMotionModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "children": [ + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.ReducedMotionOptionProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SystemReducedMotionOptionProvider", + "printedName": "SystemReducedMotionOptionProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "SystemReducedMotionOptionProvider", + "printedName": "Lottie.SystemReducedMotionOptionProvider", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderVACycfc", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderVACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieSwitch", + "printedName": "LottieSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "mangledName": "$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6SwitchV4bodyQrvp", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6SwitchV4bodyQrvg", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isOn", + "printedName": "isOn(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "mangledName": "$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "onAnimation", + "printedName": "onAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "offAnimation", + "printedName": "offAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6SwitchV", + "mangledName": "$s6Lottie0A6SwitchV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieFile", + "printedName": "DotLottieFile", + "children": [ + { + "kind": "TypeDecl", + "name": "Animation", + "printedName": "Animation", + "children": [ + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA4FileC9AnimationV", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "animations", + "printedName": "animations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SynchronouslyBlockingCurrentThread", + "printedName": "SynchronouslyBlockingCurrentThread", + "children": [ + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA4FileC", + "mangledName": "$s6Lottie03DotA4FileC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieLogger", + "printedName": "LottieLogger", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(assert:assertionFailure:warn:info:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.Bool, @autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.Bool, () -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "hasDefaultArg": true + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "mangledName": "$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC6sharedACvpZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvgZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvsZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvMZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "assert", + "printedName": "assert(_:_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "assertionFailure", + "printedName": "assertionFailure(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "warn", + "printedName": "warn(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "info", + "printedName": "info(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4infoyySSyXKF", + "mangledName": "$s6Lottie0A6LoggerC4infoyySSyXKF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "printToConsole", + "printedName": "printToConsole", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvpZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvgZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvgZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A6LoggerC", + "mangledName": "$s6Lottie0A6LoggerC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "PointValueProvider", + "printedName": "PointValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGPoint", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderC5blockACSo7CGPointV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "mangledName": "$s6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "point", + "printedName": "point", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18PointValueProviderC", + "mangledName": "$s6Lottie18PointValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Keyframe", + "printedName": "Keyframe", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "mangledName": "$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(value:time:isHold:inTangent:outTangent:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_14CoreFoundation7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "mangledName": "$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC5valuexvp", + "mangledName": "$s6Lottie8KeyframeC5valuexvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC5valuexvg", + "mangledName": "$s6Lottie8KeyframeC5valuexvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isHold", + "printedName": "isHold", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC6isHoldSbvp", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC6isHoldSbvg", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "inTangent", + "printedName": "inTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "outTangent", + "printedName": "outTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialInTangent", + "printedName": "spatialInTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialOutTangent", + "printedName": "spatialOutTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie8KeyframeC", + "mangledName": "$s6Lottie8KeyframeC", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "children": [ + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Interpolatable", + "printedName": "Interpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatableP11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatableP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable, τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "children": [ + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CALayer", + "printedName": "CALayer", + "children": [ + { + "kind": "Function", + "name": "logLayerTree", + "printedName": "logLayerTree(withIndent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:So7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "mangledName": "$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)CALayer", + "moduleName": "QuartzCore", + "isOpen": true, + "intro_Macosx": "10.5", + "objc_name": "CALayer", + "declAttributes": [ + "Available", + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Array", + "printedName": "Array", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:Sa", + "mangledName": "$sSa", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "_DestructorSafeContainer", + "printedName": "_DestructorSafeContainer", + "usr": "s:s24_DestructorSafeContainerP", + "mangledName": "$ss24_DestructorSafeContainerP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ArrayProtocol", + "printedName": "_ArrayProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "_Buffer", + "printedName": "_Buffer", + "children": [ + { + "kind": "TypeNominal", + "name": "_ArrayBuffer", + "printedName": "Swift._ArrayBuffer<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s12_ArrayBufferV" + } + ] + } + ], + "usr": "s:s14_ArrayProtocolP", + "mangledName": "$ss14_ArrayProtocolP" + }, + { + "kind": "Conformance", + "name": "RandomAccessCollection", + "printedName": "RandomAccessCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sk", + "mangledName": "$sSk" + }, + { + "kind": "Conformance", + "name": "MutableCollection", + "printedName": "MutableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:SM", + "mangledName": "$sSM" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSArray", + "printedName": "Foundation.NSArray", + "usr": "c:objc(cs)NSArray" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "ContiguousBytes", + "printedName": "ContiguousBytes", + "usr": "s:10Foundation15ContiguousBytesP", + "mangledName": "$s10Foundation15ContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DataProtocol", + "printedName": "DataProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "Regions", + "printedName": "Regions", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionOfOne", + "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt8]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt8", + "printedName": "Swift.UInt8", + "usr": "s:s5UInt8V" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s15CollectionOfOneV" + } + ] + } + ], + "usr": "s:10Foundation12DataProtocolP", + "mangledName": "$s10Foundation12DataProtocolP" + }, + { + "kind": "Conformance", + "name": "MutableDataProtocol", + "printedName": "MutableDataProtocol", + "usr": "s:10Foundation19MutableDataProtocolP", + "mangledName": "$s10Foundation19MutableDataProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Bundle", + "printedName": "Bundle", + "declKind": "Class", + "usr": "c:objc(cs)NSBundle", + "moduleName": "Foundation", + "isOpen": true, + "objc_name": "NSBundle", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGFloat", + "printedName": "CGFloat", + "declKind": "Struct", + "usr": "s:14CoreFoundation7CGFloatV", + "mangledName": "$s12CoreGraphics7CGFloatV", + "moduleName": "CoreFoundation", + "intro_Macosx": "10.0", + "intro_iOS": "2.0", + "intro_tvOS": "9.0", + "intro_watchOS": "1.0", + "declAttributes": [ + "Frozen", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "Available", + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGPoint", + "printedName": "CGPoint", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:So7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_14CoreFoundation7CGFloatVABSgALtF", + "mangledName": "$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGPoint", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Double", + "printedName": "Double", + "declKind": "Struct", + "usr": "s:Sd", + "mangledName": "$sSd", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Double.SIMD2Storage", + "usr": "s:Sd12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Double.SIMD4Storage", + "usr": "s:Sd12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Double.SIMD8Storage", + "usr": "s:Sd12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Double.SIMD16Storage", + "usr": "s:Sd13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Double.SIMD32Storage", + "usr": "s:Sd13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Double.SIMD64Storage", + "usr": "s:Sd13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGRect", + "printedName": "CGRect", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGRectV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGRect", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair, SwiftUI.AnimatablePair>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + }, + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGSize", + "printedName": "CGSize", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGSizeV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGSize", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DispatchQueue", + "printedName": "DispatchQueue", + "children": [ + { + "kind": "Var", + "name": "dotLottie", + "printedName": "dotLottie", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Var", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Accessor", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)OS_dispatch_queue", + "moduleName": "Dispatch", + "isOpen": true, + "objc_name": "OS_dispatch_queue", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "Sendable", + "HasMissingDesignatedInitializers", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)OS_dispatch_object", + "isExternal": true, + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Dispatch.DispatchObject", + "os_object.OS_object", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Scheduler", + "printedName": "Scheduler", + "children": [ + { + "kind": "TypeWitness", + "name": "SchedulerTimeType", + "printedName": "SchedulerTimeType", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerTimeType", + "printedName": "Dispatch.DispatchQueue.SchedulerTimeType", + "usr": "s:So17OS_dispatch_queueC8DispatchE17SchedulerTimeTypeV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SchedulerOptions", + "printedName": "SchedulerOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerOptions", + "printedName": "Dispatch.DispatchQueue.SchedulerOptions", + "usr": "s:So17OS_dispatch_queueC8DispatchE16SchedulerOptionsV" + } + ] + } + ], + "usr": "s:7Combine9SchedulerP", + "mangledName": "$s7Combine9SchedulerP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "NSView", + "printedName": "NSView", + "declKind": "Class", + "usr": "c:objc(cs)NSView", + "moduleName": "AppKit", + "isOpen": true, + "objc_name": "NSView", + "declAttributes": [ + "Custom", + "ObjC", + "NonSendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSResponder", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "AppKit.NSResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Float", + "printedName": "Float", + "declKind": "Struct", + "usr": "s:Sf", + "mangledName": "$sSf", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Float.SIMD2Storage", + "usr": "s:Sf12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Float.SIMD4Storage", + "usr": "s:Sf12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Float.SIMD8Storage", + "usr": "s:Sf12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Float.SIMD16Storage", + "usr": "s:Sf13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Float.SIMD32Storage", + "usr": "s:Sf13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Float.SIMD64Storage", + "usr": "s:Sf13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Optional", + "printedName": "Optional", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:Sq", + "mangledName": "$sSq", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "Gesture", + "printedName": "Gesture", + "children": [ + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI7GestureP", + "mangledName": "$s7SwiftUI7GestureP" + }, + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + }, + { + "kind": "Conformance", + "name": "TableRowContent", + "printedName": "TableRowContent", + "children": [ + { + "kind": "TypeWitness", + "name": "TableRowValue", + "printedName": "TableRowValue", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableRowValue" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableRowBody", + "printedName": "TableRowBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI15TableRowContentP", + "mangledName": "$s7SwiftUI15TableRowContentP" + }, + { + "kind": "Conformance", + "name": "Commands", + "printedName": "Commands", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI8CommandsP", + "mangledName": "$s7SwiftUI8CommandsP" + }, + { + "kind": "Conformance", + "name": "ToolbarContent", + "printedName": "ToolbarContent", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI14ToolbarContentP", + "mangledName": "$s7SwiftUI14ToolbarContentP" + }, + { + "kind": "Conformance", + "name": "CustomizableToolbarContent", + "printedName": "CustomizableToolbarContent", + "usr": "s:7SwiftUI26CustomizableToolbarContentP", + "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "Array", + "offset": 2473, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2957, + "length": 10, + "value": "\";base64,\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieViewType.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieViewType.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieViewType.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieViewType.swift", + "kind": "BooleanLiteral", + "offset": 1976, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieViewType.swift", + "kind": "BooleanLiteral", + "offset": 2120, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieViewType.swift", + "kind": "BooleanLiteral", + "offset": 2265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1176, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1255, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Lottie.ShapeLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1733, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2037, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2050, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2106, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 4881, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 5785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 10, + "value": "\"Lottie.GroupLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 8600, + "length": 17, + "value": "\"repeater copies\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 8644, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 10090, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 10114, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 11862, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12004, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12171, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12503, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12656, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 13924, + "length": 187, + "value": "\"The Core Animation rendering engine doesn't support applying separate x\/y scale values (x: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14047, + "length": 1, + "value": "\", y: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14062, + "length": 1, + "value": "\") to this stroke item (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14097, + "length": 1, + "value": "\").\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 14163, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15150, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15230, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15944, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 16071, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 18465, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19886, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 20363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 264, + "length": 7, + "value": "\"Lottie.Ellipse\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 973, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3294, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3718, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7882, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8834, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 12406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18430, + "length": 376, + "value": "\"`LottieBackgroundBehavior.continuePlaying` should not be used with the Main Thread\nrendering engine, since this would waste CPU resources on playing an animation\nthat is not visible. Consider using a different background mode, or switching to\nthe Core Animation rendering engine (which does not have any CPU overhead).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 21894, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22155, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22868, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24528, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25137, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 25453, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 26873, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 31688, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 36243, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38392, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38886, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 39527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 40063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 40882, + "length": 11, + "value": "\"sublayers\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43201, + "length": 79, + "value": "\"Encountered Core Animation compatibility issues while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43356, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43364, + "length": 6, + "value": "\"\n\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43385, + "length": 339, + "value": "\"This animation cannot be rendered correctly by the Core Animation engine.\nTo resolve this issue, you can use `RenderingEngineOption.automatic`, which automatically falls back\nto the Main Thread rendering engine when necessary, or just use `RenderingEngineOption.mainThread`.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44014, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44052, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45301, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45339, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 45388, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45813, + "length": 78, + "value": "\"Encountered Core Animation compatibility issue while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45963, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45971, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45986, + "length": 397, + "value": "\"This animation may have additional compatibility issues, but animation setup was cancelled early to avoid wasted work.\n\nAutomatically falling back to Main Thread rendering engine. This fallback comes with some additional performance\noverhead, which can be reduced by manually specifying that this animation should always use the Main Thread engine.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 46828, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49073, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49431, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 51455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 51990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52717, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 53122, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 53577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53748, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 54129, + "length": 8, + "value": "\"Lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 20, + "value": "\"Lottie.LottieAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56463, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56541, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56629, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 13, + "value": "\"* |Children\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 406, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 3, + "value": "\"|\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2801, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4717, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5943, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 492, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 500, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 804, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 931, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 950, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 961, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 7, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1641, + "length": 9, + "value": "\".lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 324, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 351, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 413, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 441, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 525, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 677, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "Array", + "offset": 824, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1198, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 599, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 627, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 633, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 786, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 911, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 933, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 990, + "length": 4, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 1023, + "length": 4, + "value": "\"|_\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1204, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 2516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3438, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3555, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3672, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "FloatLiteral", + "offset": 3675, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3680, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3720, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3723, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3841, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3864, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3959, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4149, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4251, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4294, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4297, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4412, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4435, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4537, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4540, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4583, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4586, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4704, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4727, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "BooleanLiteral", + "offset": 1278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3201, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3900, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 535, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 332, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 406, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "Array", + "offset": 448, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 560, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 636, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 718, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1293, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1566, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1648, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1671, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2207, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2376, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2388, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2394, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2866, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/FontProvider\/AnimationFontProvider.swift", + "kind": "BooleanLiteral", + "offset": 860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 535, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 1351, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 2763, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 3271, + "length": 101, + "value": "\"The Core Animation rendering engine currently doesn't support text animators.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3873, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 186, + "length": 9, + "value": "\"Lottie.TextLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1415, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1543, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3150, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3176, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 4191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "FloatLiteral", + "offset": 4304, + "length": 6, + "value": "1000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 5558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 601, + "length": 20, + "value": "\"Lottie.TextCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/FilepathImageProvider.macOS.swift", + "kind": "StringLiteral", + "offset": 1232, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/FilepathImageProvider.macOS.swift", + "kind": "StringLiteral", + "offset": 1907, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/FilepathImageProvider.macOS.swift", + "kind": "StringLiteral", + "offset": 1944, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/FilepathImageProvider.macOS.swift", + "kind": "IntegerLiteral", + "offset": 2635, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1723, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1794, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2817, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2868, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3682, + "length": 6, + "value": "10000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/AnimationCache\/DefaultAnimationCache.swift", + "kind": "IntegerLiteral", + "offset": 1224, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerImageProvider.swift", + "kind": "Dictionary", + "offset": 459, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/TextProvider\/AnimationTextProvider.swift", + "kind": "BooleanLiteral", + "offset": 3899, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "FloatLiteral", + "offset": 738, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "StringLiteral", + "offset": 1556, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1140, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1632, + "length": 12, + "value": "\"X Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1676, + "length": 12, + "value": "\"Y Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "Array", + "offset": 2877, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3321, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "IntegerLiteral", + "offset": 3412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "FloatLiteral", + "offset": 3872, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 1744, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 3494, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 4143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 5435, + "length": 102, + "value": "[\"reduced motion\", \"reduced_motion\", \"reduced-motion\", \"reducedmotion\"]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 227, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2884, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 3344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4186, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 4911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5038, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5207, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5783, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 6132, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6579, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6748, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1175, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1626, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2193, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2640, + "length": 7, + "value": "\"Angle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "Dictionary", + "offset": 3041, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 706, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2155, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2164, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2172, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2600, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2905, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 3086, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7851, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7858, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7965, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7974, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7982, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8035, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8137, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8186, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 331, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 337, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 764, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 805, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 863, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 874, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 904, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 915, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 926, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 2, + "value": "-3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 961, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1063, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1083, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1155, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1177, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1186, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1210, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1369, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1503, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1530, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1732, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1792, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1865, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1880, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1973, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2158, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2175, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2285, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2308, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2325, + "length": 5, + "value": "-27.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2342, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2352, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2372, + "length": 4, + "value": "54.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2432, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2685, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2770, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2836, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2879, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2981, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2984, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3123, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3183, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3301, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3355, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3432, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3445, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3486, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieButton.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieButton.swift", + "kind": "BooleanLiteral", + "offset": 1374, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 415, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 511, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1109, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1168, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 1046, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "Array", + "offset": 1216, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 1984, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2121, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2320, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3208, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3250, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 3335, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3639, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3923, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4058, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4575, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4615, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 458, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1015, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1319, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "Array", + "offset": 1595, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 243, + "length": 20, + "value": "\"Lottie.MaskCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2246, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2562, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2575, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2631, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 525, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1587, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "FloatLiteral", + "offset": 2567, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2576, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2872, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 4028, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5313, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 1834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 2307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "StringLiteral", + "offset": 1513, + "length": 27, + "value": "\"Lottie.AnimationCompletionDelegate\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/NodeProperty.swift", + "kind": "IntegerLiteral", + "offset": 453, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1042, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1101, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1127, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1473, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1532, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1942, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2118, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2601, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3182, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3849, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4678, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4829, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4878, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 5858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 6687, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6852, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6867, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6893, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6909, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 943, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2844, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2857, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2913, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 2945, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3361, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3591, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3763, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 5467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 5958, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6763, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 6828, + "length": 36, + "value": "\"Lottie: Logging Animation Keypaths\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 348, + "length": 24, + "value": "\"Lottie.MainThreadAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 489, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 942, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.SolidCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 510, + "length": 30, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 529, + "length": 1, + "value": "\" (Content)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 598, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 902, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 971, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1369, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1999, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 20, + "value": "\"Lottie.BaseCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/BundleImageProvider.macOS.swift", + "kind": "StringLiteral", + "offset": 2406, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/BundleImageProvider.macOS.swift", + "kind": "StringLiteral", + "offset": 2443, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 590, + "length": 8, + "value": "\"Anchor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1291, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1509, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1742, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1978, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2214, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2760, + "length": 14, + "value": "\"Stroke Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3002, + "length": 12, + "value": "\"Fill Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3501, + "length": 10, + "value": "\"Tracking\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3727, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3936, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 4194, + "length": 22, + "value": "\"SelectedRangeOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5519, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 6023, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 7376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8327, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8389, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 8771, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9032, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 9385, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 807, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1060, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1147, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1297, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1380, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 840, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 994, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1735, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1776, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2138, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2183, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 4896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5290, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5815, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6331, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7638, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7660, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7727, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7847, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7897, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7979, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8182, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8239, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8362, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8786, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8926, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8952, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9272, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9435, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9558, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9586, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9613, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10049, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10062, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10535, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10615, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 11261, + "length": 4, + "value": "0.05" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11322, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 3133, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 3302, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 3369, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 4447, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "Dictionary", + "offset": 5200, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5704, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6384, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6469, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6544, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6625, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "StringLiteral", + "offset": 936, + "length": 15, + "value": "\"Lottie.AnimatedControl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 1328, + "length": 7, + "value": "0.55228" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1667, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 2479, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3619, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3673, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 442, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1394, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1796, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1816, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1892, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2195, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3801, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3856, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4093, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4146, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4295, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4862, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 4884, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4978, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5047, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5162, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5331, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6066, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6785, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7839, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8163, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8794, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8843, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 9479, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 10119, + "length": 57, + "value": "\"Vertex data does not match In Tangents and Out Tangents\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 10281, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 13490, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 13998, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 14041, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14718, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 4289, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4597, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5744, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 5929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 6665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "Array", + "offset": 11072, + "length": 3133, + "value": "[0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de, 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856, 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9, 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a, 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599, 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924, 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e, 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01, 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed, 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950, 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5, 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010, 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f, 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615, 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8, 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344, 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb, 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c, 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef, 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236, 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c, 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713, 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b, 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242, 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278, 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7, 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66, 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9, 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14619, + "length": 10, + "value": "0xffffffff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14965, + "length": 4, + "value": "0xff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15001, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15054, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 954, + "length": 7, + "value": "\"Style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1147, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 418, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 653, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 778, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2144, + "length": 366, + "value": "\"`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2183, + "length": 1, + "value": "\"` animation for \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2234, + "length": 3, + "value": "\"\" includes an After Effects expression (https:\/\/helpx.adobe.com\/after-effects\/using\/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2942, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3893, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5249, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 5438, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11375, + "length": 55, + "value": "\"Cannot create point from keyframe with value \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11429, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 12556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 12976, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13125, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13271, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 14168, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15429, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15457, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15466, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15612, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15640, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16080, + "length": 52, + "value": "\"`values.count` must exactly equal `keyTimes.count`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16213, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16225, + "length": 63, + "value": "\"`timingFunctions.count` must exactly equal `values.count - 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16624, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16635, + "length": 56, + "value": "\"`keyTimes.count` must exactly equal `values.count + 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16745, + "length": 79, + "value": "\"Unexpected keyframe calculation mode \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16812, + "length": 1366, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17389, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17428, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "StringLiteral", + "offset": 426, + "length": 6, + "value": "\"Path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 631, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 1038, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 657, + "length": 91, + "value": "\"Expected old to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 698, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 91, + "value": "\"Expected new to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 944, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 715, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1129, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1390, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2554, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3491, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4032, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4423, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4551, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4677, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4780, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4974, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5076, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "BooleanLiteral", + "offset": 5236, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5279, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5583, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 627, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 650, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 669, + "length": 8, + "value": "\"Offset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1575, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 1972, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 2032, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2206, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2213, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2276, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2286, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 2949, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3218, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3290, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3343, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3413, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3459, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3628, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4448, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 4813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 5690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 6086, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7760, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 7783, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8217, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8826, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8863, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 811, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 2004, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 3490, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Dictionary", + "offset": 4209, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4810, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4858, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5036, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 5257, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6045, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6524, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6554, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6751, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6800, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6845, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7104, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7486, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7691, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7728, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7750, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1471, + "length": 57, + "value": "\"init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1527, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2071, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 2361, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 7927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8440, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 9075, + "length": 12, + "value": "\"root layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10090, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10812, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11364, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11744, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12303, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 219, + "length": 18, + "value": "\"Lottie.CoreAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12994, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13188, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15153, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15244, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 15857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 15905, + "length": 114, + "value": "\"The Core Animation rendering engine currently doesn't support `respectAnimationFrameRate`)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 16086, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17305, + "length": 77, + "value": "\"Cannot log hierarchy keypaths until animation has been set up at least once\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 17397, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17423, + "length": 69, + "value": "\"Lottie: Rebuilding animation with hierarchy keypath logging enabled\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18271, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18521, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18732, + "length": 104, + "value": "\"The Core Animation rendering engine doesn't support retrieving `CALayer`s by keypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18953, + "length": 84, + "value": "\"The Core Animation rendering engine does not use `AnimatorNode`s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20553, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20560, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20650, + "length": 235, + "value": "\"This animation has a very large number of layers with time remapping (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20764, + "length": 1, + "value": "\" layers over \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20802, + "length": 6, + "value": "\" frames) so will perform poorly with the Core Animation rendering engine.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21106, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 21468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21504, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 284, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 316, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 352, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 657, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1192, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1714, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1797, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1167, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1942, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 400, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "StringLiteral", + "offset": 602, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 866, + "length": 8, + "value": "0xFF0000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 879, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 885, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 8, + "value": "0x00FF00" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 938, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 943, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 8, + "value": "0x0000FF" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 993, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1313, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1796, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4114, + "length": 23, + "value": "\"transform.translation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4306, + "length": 25, + "value": "\"transform.translation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4505, + "length": 25, + "value": "\"transform.translation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4700, + "length": 17, + "value": "\"transform.scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4739, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4888, + "length": 19, + "value": "\"transform.scale.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4929, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5053, + "length": 19, + "value": "\"transform.scale.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5094, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5221, + "length": 22, + "value": "\"transform.rotation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5265, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5417, + "length": 22, + "value": "\"transform.rotation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5613, + "length": 22, + "value": "\"transform.rotation.z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5657, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6203, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6635, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6908, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7121, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7332, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7565, + "length": 4, + "value": "-3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8423, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8819, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 9025, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 10849, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11335, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11821, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 12298, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 101, + "length": 9, + "value": "\"Lottie.Rectangle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 643, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 719, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 684, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 801, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1107, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 405, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 812, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 970, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1334, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1818, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1825, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2180, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2189, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3393, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4638, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4933, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4940, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5198, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5207, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5215, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"Lottie.Repeater\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 4, + "value": "\"Lottie.Fill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "Array", + "offset": 293, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 551, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1774, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4548, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4598, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4648, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4939, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5049, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5560, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5639, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5667, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5681, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5768, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5782, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5824, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5952, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6000, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6014, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6056, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6112, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6126, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6553, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6743, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6778, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6852, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6985, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7018, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7176, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7202, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7232, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7478, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/OpacityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1421, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 55, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2423, + "length": 1, + "value": "\" (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2457, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 84, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2881, + "length": 1, + "value": "\" (mask of \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2909, + "length": 1, + "value": "\") (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3152, + "length": 37, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3171, + "length": 1, + "value": "\" (parent, masked)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 4991, + "length": 5, + "value": "\"xor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1487, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1517, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2549, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2582, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2827, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2953, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 3146, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 5133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5188, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5846, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 438, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 610, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 776, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 785, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 793, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 941, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1616, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1746, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2275, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2577, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2871, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2880, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3181, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4833, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 105, + "length": 14, + "value": "\"Lottie.ShapeTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 1814, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2545, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 3128, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "StringLiteral", + "offset": 3244, + "length": 68, + "value": "\"Failed sanity check for old count with changes matching new count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 6923, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7339, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7356, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7379, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7710, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1783, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 2507, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "FloatLiteral", + "offset": 3561, + "length": 12, + "value": "1000000000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 4097, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 6153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 6949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 7023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "StringLiteral", + "offset": 7605, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 9489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10316, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10358, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10385, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10505, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 11473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12597, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12706, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12712, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12761, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12766, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12819, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12825, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12882, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12932, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12938, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13046, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13071, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13100, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13579, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13731, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13745, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13769, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13783, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13830, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13954, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13969, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13977, + "length": 3, + "value": "512" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14129, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14287, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14302, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14316, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 15282, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 262, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 297, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 338, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "BooleanLiteral", + "offset": 491, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "StringLiteral", + "offset": 3612, + "length": 201, + "value": "\"The Main Thread rendering engine doesn't currently support repeaters.\nTo play an animation with repeaters, you can use the Core Animation rendering engine instead.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 5, + "value": "\"Lottie.Merge\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 522, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 223, + "length": 13, + "value": "\"Lottie.RepeaterLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 458, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 762, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 775, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 831, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "Array", + "offset": 1991, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 12, + "value": "\"Lottie.PreCompLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 400, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 704, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 717, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 773, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 149, + "length": 10, + "value": "\"Lottie.SolidLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1444, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 122, + "length": 14, + "value": "\"Lottie.RoundedCorners\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TransformLayer.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 1702, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2184, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 2717, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3254, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3279, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3305, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3916, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4036, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4071, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4148, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4333, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4587, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 4672, + "length": 112, + "value": "\"`Transform` values must provide either `position` or `positionX` \/ `positionY` keyframes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 5169, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6157, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6547, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6948, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7215, + "length": 93, + "value": "\"`rotation.x` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7382, + "length": 93, + "value": "\"`rotation.y` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7849, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8054, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8460, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9890, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9898, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9906, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 9977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10046, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11624, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11949, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 12159, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1366, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1503, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1607, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1624, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1641, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1725, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1806, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1887, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2044, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2167, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2340, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2483, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2504, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2629, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "Array", + "offset": 2685, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4610, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 5151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "FloatLiteral", + "offset": 5434, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 962, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 996, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2080, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2445, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "FloatLiteral", + "offset": 2695, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1721, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 1866, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1989, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 2148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 736, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 757, + "length": 11, + "value": "\"Roundness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1652, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1818, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "FloatLiteral", + "offset": 2548, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 2701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4300, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4951, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5350, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6716, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "IntegerLiteral", + "offset": 1986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "BooleanLiteral", + "offset": 2005, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 809, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 942, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1038, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2517, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2626, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2838, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2940, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3042, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3134, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3235, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3542, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4039, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4092, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4141, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4189, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4237, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4467, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4517, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4565, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4620, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4675, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4735, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 5025, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6992, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7096, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7198, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7300, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7493, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7596, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7697, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7800, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7904, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8006, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8115, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8805, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8866, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1895, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1926, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1982, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2005, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2036, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2092, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2915, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2930, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3222, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3226, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3373, + "length": 4, + "value": "1e-6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3491, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3504, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3794, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 3119, + "length": 7, + "value": "\"width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 3222, + "length": 8, + "value": "\"height\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 797, + "length": 101, + "value": "\"Rounded corners support is not currently implemented for combined shape items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1389, + "length": 94, + "value": "\"Rounded corners support is currently not implemented for polygon items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1603, + "length": 42, + "value": "\"Unexpected shape type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1644, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2761, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5295, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5732, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5803, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5809, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6434, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6509, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6516, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6811, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6929, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8454, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2176, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2799, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2803, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3006, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3822, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3827, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3906, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3914, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3972, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3984, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4220, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4560, + "length": 5, + "value": "0x400" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5659, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 5760, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5883, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6225, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6231, + "length": 4, + "value": "0x01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 8762, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9003, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9606, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12722, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 446, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 501, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 522, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 768, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 977, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 747, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 926, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1092, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 21, + "value": "\"Lottie.ShapeCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 4480, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 5025, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7171, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1326, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "IntegerLiteral", + "offset": 1863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 4, + "value": "\"Lottie.Star\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 610, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1056, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2774, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 2892, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2982, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 3278, + "length": 12, + "value": "\"Time Remap\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 131, + "length": 19, + "value": "\"Lottie.PreCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 1708, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2143, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2705, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2708, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4117, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4292, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4710, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5631, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6695, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6800, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10095, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10153, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 10218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 11153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11682, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12269, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12304, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12416, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12506, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12585, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12732, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12776, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12806, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 14, + "value": "\"Shadow Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 562, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 11, + "value": "\"Direction\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 917, + "length": 10, + "value": "\"Softness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 476, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 759, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 901, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1179, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1319, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1462, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1552, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1839, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1967, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2209, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2424, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3033, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3081, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3115, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3160, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3205, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3322, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3523, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 4823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5177, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5187, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5196, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5206, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5381, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5412, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5564, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5595, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5759, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5999, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 6018, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 6355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6404, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7139, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7407, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8369, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8415, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8422, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8741, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8795, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9266, + "length": 53, + "value": "\"Could not convert color \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9303, + "length": 2, + "value": "\" to RGB values.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9357, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9360, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9447, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10784, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10928, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 11310, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11656, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11753, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12135, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12325, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1505, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 1741, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1987, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 602, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 1760, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 754, + "length": 172, + "value": "\"The Core Animation rendering engine does not support animating multiple keyframes\nfor \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 870, + "length": 6, + "value": "\" values, due to limitations of Core Animation.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 413, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 5, + "value": "0o644" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 5, + "value": "0o755" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 823, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 869, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 916, + "length": 10, + "value": "0x06054b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 964, + "length": 10, + "value": "0x04034b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1011, + "length": 10, + "value": "0x08074b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1060, + "length": 10, + "value": "0x02014b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 1093, + "length": 8, + "value": "\"memory\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 7252, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9257, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9276, + "length": 1, + "value": "\":\/\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10008, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10180, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10635, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10856, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 12529, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14638, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14745, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14815, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14870, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14934, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14987, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16580, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16684, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16797, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16908, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2332, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2968, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3017, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3201, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3246, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 699, + "length": 196, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1025, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 216, + "value": "\"The Core Animation rendering engine currently doesn't support customizing \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1226, + "length": 3, + "value": "\"\" properties. Supported properties are: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2366, + "length": 202, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 175, + "value": "\"Could not convert value of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3027, + "length": 4, + "value": "\" from \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3052, + "length": 2, + "value": "\" to expected type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3105, + "length": 2656, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4345, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4588, + "length": 3, + "value": "\"^\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4664, + "length": 5, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4726, + "length": 3, + "value": "\"$\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5044, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5121, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5362, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5386, + "length": 1, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5398, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5475, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5683, + "length": 7, + "value": "\"[^.]+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 267, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 328, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 738, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 960, + "length": 12, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 966, + "length": 1, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StrokeAnimation.swift", + "kind": "StringLiteral", + "offset": 2279, + "length": 20, + "value": "\"stroke dashPattern\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 652, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 664, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 675, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 734, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 764, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 806, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 836, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1514, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1556, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2031, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2113, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2417, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2504, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2533, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/SwiftUIView.swift", + "kind": "Array", + "offset": 1314, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1641, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 617, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 890, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "BooleanLiteral", + "offset": 812, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 5, + "value": "\"Lottie.Group\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 2295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 3480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 3990, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4078, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4122, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4166, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4210, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 5018, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5603, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5647, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5691, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5735, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5779, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5823, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5867, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 6704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7402, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7446, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7490, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7534, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7578, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7622, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7666, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7711, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 10139, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "FloatLiteral", + "offset": 11154, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 11551, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 11991, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 12426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13374, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3069, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3093, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 10452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14057, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 34406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35030, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35859, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 36384, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 36436, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38527, + "length": 25, + "value": "\"LayoutPositionAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38578, + "length": 26, + "value": "\"LayoutTransformAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38820, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38866, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 38914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39106, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39206, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39250, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39477, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "FloatLiteral", + "offset": 40356, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 41884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 42193, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTextProvider.swift", + "kind": "Array", + "offset": 328, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 853, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 874, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 909, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 929, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3104, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3654, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "BooleanLiteral", + "offset": 2916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieImageProvider.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 241, + "length": 12, + "value": "\"Lottie.GradientFill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1965, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2060, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 4, + "value": "\"Lottie.Trim\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 666, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 380, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1114, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1163, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1191, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1245, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1268, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1738, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1907, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1919, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3609, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3612, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3683, + "length": 12, + "value": "\"startPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3714, + "length": 10, + "value": "\"endPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3743, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3771, + "length": 11, + "value": "\"locations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3801, + "length": 8, + "value": "\"colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3828, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3855, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3887, + "length": 10, + "value": "\"isRadial\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3916, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4112, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4186, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4151, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 4228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4340, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4416, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4498, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "Array", + "offset": 1294, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1547, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "FloatLiteral", + "offset": 5664, + "length": 5, + "value": "0.999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5721, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5752, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6594, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "StringLiteral", + "offset": 6605, + "length": 62, + "value": "\"Each color must have RGB components and a location component\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6938, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7097, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7154, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7603, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7640, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7817, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 239, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 686, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "BooleanLiteral", + "offset": 1018, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 1155, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1057, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1398, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 314, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 972, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 1858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 4870, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 7143, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 8869, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 766, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 910, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1166, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1106, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 18, + "value": "\"Lottie.InvertedMatteLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 694, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 710, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 770, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1021, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1575, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1683, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1690, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1705, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1720, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1735, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1998, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2077, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2083, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 916, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2608, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2814, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2820, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3363, + "length": 50, + "value": "\"Error when decoding lottie \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3400, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3412, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 4081, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 10225, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 15025, + "length": 30, + "value": "\"com.airbnb.lottie.dot-lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 1140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "StringLiteral", + "offset": 1774, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 2253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 4106, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 5550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 475, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 526, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 587, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 1881, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 1901, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/DataIDProviding.swift", + "kind": "StringLiteral", + "offset": 1690, + "length": 28, + "value": "\"DefaultDataID.noneProvided\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1215, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1277, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1506, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1471, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1586, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1743, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1822, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "Array", + "offset": 2401, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2516, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2994, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 646, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1420, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1546, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "Array", + "offset": 1861, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 471, + "length": 18, + "value": "\"Lottie.MaskContainerLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1944, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1992, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2418, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2588, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2073, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4188, + "length": 7, + "value": "\"Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4211, + "length": 11, + "value": "\"Expansion\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 3577, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4169, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4190, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7931, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7953, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 10820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "BooleanLiteral", + "offset": 11274, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 14105, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5751, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5755, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8480, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8698, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8956, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9835, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 13460, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 17756, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 21303, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22257, + "length": 67, + "value": "\"Failed to load asynchronous Lottie animation with error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22323, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 24126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 923, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 980, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1012, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1050, + "length": 15, + "value": "\"shadowOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1084, + "length": 14, + "value": "\"shadowOffset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 13, + "value": "\"shadowColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 14, + "value": "\"shadowRadius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1318, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1346, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1403, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1435, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1473, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 19, + "value": "\"Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2976, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Array", + "offset": 3382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 3521, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Dictionary", + "offset": 3926, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 16, + "value": "\"Lottie.CompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 922, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1341, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1432, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 779, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 1959, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 98, + "length": 6, + "value": "\"Lottie.Stroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CompositionLayersInitializer.swift", + "kind": "BooleanLiteral", + "offset": 815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 244, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 3, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 6, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 4, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 309, + "length": 5, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 322, + "length": 7, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 8, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 10, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 11, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 244, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 3, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 6, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 4, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 309, + "length": 5, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 322, + "length": 7, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 8, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 10, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 11, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 244, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 3, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 6, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 4, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 309, + "length": 5, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 322, + "length": 7, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 8, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 10, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 11, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "BooleanLiteral", + "offset": 644, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "BooleanLiteral", + "offset": 698, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "BooleanLiteral", + "offset": 1047, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "BooleanLiteral", + "offset": 1429, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "BooleanLiteral", + "offset": 1483, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "Array", + "offset": 286, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1856, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2058, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2105, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2131, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2185, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2310, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2330, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 2880, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2898, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 3014, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3288, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 4173, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 352, + "length": 10, + "value": "0x06064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 10, + "value": "0x07064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1255, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1559, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2000, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2259, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2309, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2368, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2494, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2558, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4103, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4420, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4736, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4847, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5506, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5569, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5618, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6453, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6563, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/Cache\/DotLottieCache.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 5, + "value": "\"Lottie.Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 562, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1677, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1683, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2238, + "length": 53, + "value": "\"Error when decoding animation \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2278, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2290, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3300, + "length": 135, + "value": "\"Failed to load animation from filepath \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3362, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3423, + "length": 1345, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4234, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4774, + "length": 165, + "value": "\"Failed to load animation with asset name \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 2, + "value": "\"\nin \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4866, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4927, + "length": 6638, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "BooleanLiteral", + "offset": 10105, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10273, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 2646, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 2796, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 2915, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 3035, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 3155, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 4850, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5044, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5247, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2647, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5651, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5675, + "length": 4, + "value": "-0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6193, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 301, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 20, + "value": "\"Lottie.NullCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 527, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 551, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 694, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1276, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 1765, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2024, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2235, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2457, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2477, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2546, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2663, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2961, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerFontProvider.swift", + "kind": "Array", + "offset": 365, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1632, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1950, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2289, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "Array", + "offset": 2465, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 3260, + "length": 24, + "value": "\"Missing keyframe data.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4080, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4299, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4361, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4591, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseAnimationLayer.swift", + "kind": "Array", + "offset": 781, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 315, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 340, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 422, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 451, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2512, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2566, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2618, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2654, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4646, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4674, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4716, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4756, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4785, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4818, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1848, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1938, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1972, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2104, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2134, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3350, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3754, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 4874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "StringLiteral", + "offset": 1729, + "length": 35, + "value": "\"LRUCacheMemoryWarningNotification\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 2582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "Dictionary", + "offset": 2838, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 3677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 325, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 344, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 391, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 482, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 643, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 741, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 969, + "length": 5, + "value": "1.403" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 991, + "length": 5, + "value": "0.344" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1013, + "length": 5, + "value": "1.770" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1489, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1562, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1614, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1782, + "length": 5, + "value": "0.299" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1794, + "length": 5, + "value": "0.587" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1806, + "length": 5, + "value": "0.114" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1828, + "length": 8, + "value": "-0.14713" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1843, + "length": 7, + "value": "0.28886" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1857, + "length": 5, + "value": "0.436" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1879, + "length": 5, + "value": "0.615" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1891, + "length": 7, + "value": "0.51499" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1905, + "length": 7, + "value": "0.10001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2952, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 965, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1450, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1463, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1519, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5661, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6672, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 7702, + "length": 148, + "value": "\"The Core Animation rendering engine doesn't currently support applying\ntrims to filled shapes (only stroked shapes).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 7995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 8717, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 9855, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 256, + "length": 14, + "value": "\"Lottie.ShapeItemLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "BooleanLiteral", + "offset": 10576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 523, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 2797, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 10, + "value": "\"Lottie.ImageLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3630, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/ReducedMotionOption.swift", + "kind": "BooleanLiteral", + "offset": 2651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1647, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1771, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "FloatLiteral", + "offset": 1956, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 376, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 464, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 547, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 607, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 636, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 663, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 11, + "value": "\"fillColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 750, + "length": 13, + "value": "\"strokeColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 11, + "value": "\"lineWidth\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 12, + "value": "\"miterLimit\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 843, + "length": 15, + "value": "\"lineDashPhase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 904, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1266, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 177, + "length": 16, + "value": "\"Lottie.ShapeRenderLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1274, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1488, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3354, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3977, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 1894, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "FloatLiteral", + "offset": 1922, + "length": 6, + "value": "0.5519" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2007, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2219, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 2498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 3059, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3332, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3590, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3614, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4169, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4370, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4389, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 1078, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 2558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 962, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1173, + "length": 39, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1211, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1334, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1421, + "length": 35, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1567, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2173, + "length": 15, + "value": "\"manifest.json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2233, + "length": 12, + "value": "\"animations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2286, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 2755, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 3309, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 3412, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1117, + "length": 3, + "value": "375" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1130, + "length": 3, + "value": "150" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 1340, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6065, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6204, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 7130, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 9203, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 9263, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 564, + "length": 27, + "value": "\"Lottie.SwiftUIMeasurementContainer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 14216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16466, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1061, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/URL+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 678, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "Array", + "offset": 1007, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 38, + "value": "\"init(from:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1217, + "length": 44, + "value": "\"init(dictionary:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 846, + "length": 17, + "value": "\"Lottie.CombinedShapeItem\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1829, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 583, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 816, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1307, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1390, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "IntegerLiteral", + "offset": 555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 570, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 1161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1441, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1477, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1523, + "length": 14, + "value": "\"Inner Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1559, + "length": 19, + "value": "\"Inner Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1654, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 2638, + "length": 7, + "value": "0.47829" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2775, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2808, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4068, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4109, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4186, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4309, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4365, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4806, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 5167, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5220, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5236, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5379, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5457, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5498, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5714, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5950, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6085, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6839, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7112, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 507, + "length": 19, + "value": "\"multiplyBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 545, + "length": 17, + "value": "\"screenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 18, + "value": "\"overlayBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"darkenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 18, + "value": "\"lightenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 21, + "value": "\"colorDodgeBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 740, + "length": 20, + "value": "\"colorBurnBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 20, + "value": "\"hardLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 20, + "value": "\"softLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 867, + "length": 21, + "value": "\"differenceBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 910, + "length": 20, + "value": "\"exclusionBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 946, + "length": 14, + "value": "\"hueBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 21, + "value": "\"saturationBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1022, + "length": 16, + "value": "\"colorBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1061, + "length": 21, + "value": "\"luminosityBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 885, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.ImageCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/ImageProvider\/AnimationImageProvider.swift", + "kind": "BooleanLiteral", + "offset": 1338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 3904, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 361, + "length": 14, + "value": "\"Lottie.GradientStroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1933, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "StringLiteral", + "offset": 7065, + "length": 74, + "value": "\"When interpolating Arrays, both array sound have the same element count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "IntegerLiteral", + "offset": 8003, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 362, + "length": 25, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 1, + "value": "\"] \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 386, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1333, + "length": 51, + "value": "\"Compatibility issue context is unexpectedly empty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1663, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1675, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "Array", + "offset": 2487, + "length": 2, + "value": "[]" + } + ] +} \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-macos.private.swiftinterface b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-macos.private.swiftinterface new file mode 100644 index 0000000..a77b07d --- /dev/null +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-macos.private.swiftinterface @@ -0,0 +1,1379 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-macos10.15 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AppKit +import Combine +import Compression +import CoreFoundation +import CoreGraphics +import CoreText +import Foundation +import QuartzCore +import Swift +import SwiftUI +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +import zlib +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { + final public let name: Swift.String + final public let directory: Swift.String + final public let width: Swift.Double + final public let height: Swift.Double + override final public func encode(to encoder: any Swift.Encoder) throws + @objc deinit +} +public typealias LottieControlType = AppKit.NSControl +public typealias LottieControlState = Lottie.LottieNSControlState +public enum LottieNSControlState : Swift.UInt, Swift.RawRepresentable { + case normal + case highlighted + public init?(rawValue: Swift.UInt) + public typealias RawValue = Swift.UInt + public var rawValue: Swift.UInt { + get + } +} +public typealias LottieControlEvent = Lottie.LottieNSControlEvent +public struct LottieNSControlEvent : Swift.Equatable, Swift.Sendable { + public init(_ event: AppKit.NSEvent.EventType, inside: Swift.Bool) + public static let touchDown: Lottie.LottieNSControlEvent + public static let touchUpInside: Lottie.LottieNSControlEvent + public static let touchUpOutside: Lottie.LottieNSControlEvent + public var event: AppKit.NSEvent.EventType + public var inside: Swift.Bool + public static func == (a: Lottie.LottieNSControlEvent, b: Lottie.LottieNSControlEvent) -> Swift.Bool +} +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +extension QuartzCore.CALayer { + @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) +} +public protocol AnimationFontProvider { + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? +} +final public class DefaultFontProvider : Lottie.AnimationFontProvider { + public init() + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? + @objc deinit +} +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} +public enum LottieAnimationCache { + public static var shared: (any Lottie.AnimationCacheProvider)? +} +public class FilepathImageProvider : Lottie.AnimationImageProvider { + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public class DefaultAnimationCache : Lottie.AnimationCacheProvider { + public init() + public static let sharedCache: Lottie.DefaultAnimationCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? + public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { + func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String +} +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? + final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init() + final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { + case type2d + case type3d + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws + public init(dictionary: [Swift.String : Any]) throws + final public let startFrame: Lottie.AnimationFrameTime + final public let endFrame: Lottie.AnimationFrameTime + final public let framerate: Swift.Double + final public var markerNames: [Swift.String] { + get + } + @objc deinit + final public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { + func animation(forKey: Swift.String) -> Lottie.LottieAnimation? + func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) + func clearCache() +} +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) open func handle(_ event: Lottie.LottieNSControlEvent) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { + required public init(from decoder: any Swift.Decoder) throws + final public let id: Swift.String + @objc deinit + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { +} +public class BundleImageProvider : Lottie.AnimationImageProvider { + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} +final public class SizeValueProvider { + public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} +infix operator +| : DefaultPrecedence +infix operator +- : DefaultPrecedence +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func mouseDown(with mouseDownEvent: AppKit.NSEvent) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func handle(_ event: Lottie.LottieNSControlEvent) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat +public enum ColorFormatDenominator : Swift.Hashable { + case One + case OneHundred + case TwoFiftyFive + public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct LottieColor : Swift.Hashable { + public var r: Swift.Double + public var g: Swift.Double + public var b: Swift.Double + public var a: Swift.Double + public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +final public class ColorValueProvider { + public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) + public init(_ color: Lottie.LottieColor) + public init(_ keyframes: [Lottie.Keyframe]) + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor + final public var color: Lottie.LottieColor { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} +public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { + public init(keypath: Swift.String) + public init(stringLiteral: Swift.String) + public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias StringLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public var hashValue: Swift.Int { + get + } +} +public struct LottieConfiguration : Swift.Hashable { + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) + public static var shared: Lottie.LottieConfiguration + public var renderingEngine: Lottie.RenderingEngineOption + public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption + public var colorSpace: CoreGraphics.CGColorSpace + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { + get + } + public var sizeValue: CoreFoundation.CGSize { + get + } +} +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.LottieAnimationView { + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : AppKit.NSView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public protocol AnyValueProvider { + var valueType: any Any.Type { get } + var typeErasedStorage: Lottie.AnyValueProviderStorage { get } + func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool +} +extension Lottie.AnyValueProvider { + public func value(frame: Lottie.AnimationFrameTime) -> Any +} +public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { + case singleValue(T) + case keyframes([Lottie.Keyframe]) + case closure((Lottie.AnimationFrameTime) -> T) +} +public enum AnyValueProviderStorage { + case singleValue(Any) + case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) + case closure((Lottie.AnimationFrameTime) -> Any) +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { + public init(_ value: Swift.Double) + public let value: Swift.Double + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { + public let x: Swift.Double + public let y: Swift.Double + public let z: Swift.Double + public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottieBackgroundBehavior { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior + public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum LottieLoopMode : Swift.Hashable { + case playOnce + case loop + case autoReverse + case `repeat`(Swift.Float) + case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieLoopMode : Swift.Equatable { + public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { + get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { + get + set + } + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @objc deinit +} +public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") + case invalidFileFormat + @available(*, deprecated, message: "Unused") + case invalidData + @available(*, deprecated, message: "Unused") + case animationNotAvailable +} +final public class FloatValueProvider { + public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { + get + } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode +} +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieColor : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.DotLottieFile { + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } + #if compiler(>=5.3) && $AsyncAwait + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile + #endif +} +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { + func file(forKey: Swift.String) -> Lottie.DotLottieFile? + func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) + func clearCache() +} +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} +public enum LottieContentMode : Swift.Int { + case scaleToFill + case scaleAspectFit + case scaleAspectFill + case redraw + case center + case top + case bottom + case left + case right + case topLeft + case topRight + case bottomLeft + case bottomRight + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : AppKit.NSView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var wantsUpdateLayer: Swift.Bool { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var isFlipped: Swift.Bool { + @objc get + } + @_Concurrency.MainActor(unsafe) public var contentMode: Lottie.LottieContentMode { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidMoveToWindow() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layout() + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public class DotLottieCache : Lottie.DotLottieCacheProvider { + public init() + public static let sharedCache: Lottie.DotLottieCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? + public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} +extension Lottie.LottieAnimation { + public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void + final public var duration: Foundation.TimeInterval { + get + } + final public var bounds: CoreFoundation.CGRect { + get + } + final public var size: CoreFoundation.CGSize { + get + } + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) + final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime + final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime + final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval + final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime +} +extension Foundation.Bundle : @unchecked Swift.Sendable { +} +public enum LayerType : Swift.Int, Swift.Codable { + case precomp + case solid + case image + case null + case shape + case text + case unknown + public init(from decoder: any Swift.Decoder) throws + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum MatteType : Swift.Int, Swift.Codable { + case none + case add + case invert + case unknown + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum BlendMode : Swift.Int, Swift.Codable { + case normal + case multiply + case screen + case overlay + case darken + case lighten + case colorDodge + case colorBurn + case hardLight + case softLight + case difference + case exclusion + case hue + case saturation + case color + case luminosity + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class GradientValueProvider { + public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) + public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] + final public var colors: [Lottie.LottieColor] { + get + set + } + final public var locations: [Swift.Double] { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { + get + } +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int +} +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +@_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } + @objc deinit +} +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} +final public class LottieLogger { + public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in + // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assert(condition(), message(), file: file, line: line) + }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in + // If we default to `Swift.assertionFailure` directly with + // `assertionFailure: AssertionFailure = Swift.assertionFailure`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assertionFailure(message(), file: file, line: line) + }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in + }, info: @escaping Lottie.LottieLogger.Info = { message in + }) + public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void + public static var shared: Lottie.LottieLogger + final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func info(_ message: @autoclosure () -> Swift.String = String()) + @objc deinit +} +extension Lottie.LottieLogger { + public static var printToConsole: Lottie.LottieLogger { + get + } +} +@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") +public typealias LRUAnimationCache = Lottie.DefaultAnimationCache +final public class PointValueProvider { + public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} +final public class Keyframe { + public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + final public let value: T + final public let time: Lottie.AnimationFrameTime + final public let isHold: Swift.Bool + final public let inTangent: Lottie.LottieVector2D? + final public let outTangent: Lottie.LottieVector2D? + final public let spatialInTangent: Lottie.LottieVector3D? + final public let spatialOutTangent: Lottie.LottieVector3D? + @objc deinit +} +extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { + public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool +} +extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { + final public func hash(into hasher: inout Swift.Hasher) + final public var hashValue: Swift.Int { + get + } +} +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} +public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } + func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +public protocol Interpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +public protocol AnyInterpolatable { + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.Interpolatable { + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.SpatialInterpolatable { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Swift.Double : Lottie.Interpolatable { +} +extension CoreFoundation.CGFloat : Lottie.Interpolatable { +} +extension Swift.Float : Lottie.Interpolatable { +} +extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect +} +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize +} +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint +} +extension Lottie.LottieColor : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor +} +extension Lottie.LottieVector1D : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D +} +extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D +} +extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D +} +extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? +} +extension Lottie.LottieNSControlState : Swift.Equatable {} +extension Lottie.LottieNSControlState : Swift.Hashable {} +extension Lottie.CoordinateSpace : Swift.Equatable {} +extension Lottie.CoordinateSpace : Swift.Hashable {} +extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieButton : SwiftUI.View {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} +extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} +extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} +extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} +extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LottieView : SwiftUI.View {} +extension Lottie.LottieContentMode : Swift.Equatable {} +extension Lottie.LottieContentMode : Swift.Hashable {} +extension Lottie.LottieContentMode : Swift.RawRepresentable {} +extension Lottie.LayerType : Swift.Equatable {} +extension Lottie.LayerType : Swift.Hashable {} +extension Lottie.LayerType : Swift.RawRepresentable {} +extension Lottie.MatteType : Swift.Equatable {} +extension Lottie.MatteType : Swift.Hashable {} +extension Lottie.MatteType : Swift.RawRepresentable {} +extension Lottie.BlendMode : Swift.Equatable {} +extension Lottie.BlendMode : Swift.Hashable {} +extension Lottie.BlendMode : Swift.RawRepresentable {} +extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftdoc b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftdoc index 3d5cb6e..f9dd89b 100644 Binary files a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftdoc and b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftdoc differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftinterface b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftinterface index cd4fa6d..a77b07d 100644 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftinterface +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftinterface @@ -1,7 +1,9 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target arm64-apple-macos10.13 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-macos10.15 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex import AppKit +import Combine import Compression import CoreFoundation import CoreGraphics @@ -9,36 +11,193 @@ import CoreText import Foundation import QuartzCore import Swift +import SwiftUI import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims import zlib @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { final public let name: Swift.String final public let directory: Swift.String final public let width: Swift.Double final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws + override final public func encode(to encoder: any Swift.Encoder) throws + @objc deinit +} +public typealias LottieControlType = AppKit.NSControl +public typealias LottieControlState = Lottie.LottieNSControlState +public enum LottieNSControlState : Swift.UInt, Swift.RawRepresentable { + case normal + case highlighted + public init?(rawValue: Swift.UInt) + public typealias RawValue = Swift.UInt + public var rawValue: Swift.UInt { + get + } +} +public typealias LottieControlEvent = Lottie.LottieNSControlEvent +public struct LottieNSControlEvent : Swift.Equatable, Swift.Sendable { + public init(_ event: AppKit.NSEvent.EventType, inside: Swift.Bool) + public static let touchDown: Lottie.LottieNSControlEvent + public static let touchUpInside: Lottie.LottieNSControlEvent + public static let touchUpOutside: Lottie.LottieNSControlEvent + public var event: AppKit.NSEvent.EventType + public var inside: Swift.Bool + public static func == (a: Lottie.LottieNSControlEvent, b: Lottie.LottieNSControlEvent) -> Swift.Bool +} +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) @objc deinit } extension QuartzCore.CALayer { @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) } public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? } final public class DefaultFontProvider : Lottie.AnimationFontProvider { public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? @objc deinit } +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? + public static var shared: (any Lottie.AnimationCacheProvider)? } public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public init() public static let sharedCache: Lottie.DefaultAnimationCache @@ -51,20 +210,38 @@ public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) @objc deinit } -public protocol AnimationTextProvider : AnyObject { +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String } -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String @objc deinit } -final public class DefaultTextProvider : Lottie.AnimationTextProvider { +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init() final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String @objc deinit } -public enum CoordinateSpace : Swift.Int, Swift.Codable { +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { case type2d case type3d public init?(rawValue: Swift.Int) @@ -73,8 +250,8 @@ public enum CoordinateSpace : Swift.Int, Swift.Codable { get } } -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws public init(dictionary: [Swift.String : Any]) throws final public let startFrame: Lottie.AnimationFrameTime final public let endFrame: Lottie.AnimationFrameTime @@ -83,46 +260,133 @@ final public class LottieAnimation : Swift.Codable { get } @objc deinit - final public func encode(to encoder: Swift.Encoder) throws + final public func encode(to encoder: any Swift.Encoder) throws } -public protocol AnimationCacheProvider : AnyObject { +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { func animation(forKey: Swift.String) -> Lottie.LottieAnimation? func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) func clearCache() } -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) open func handle(_ event: Lottie.LottieNSControlEvent) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} @_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws + required public init(from decoder: any Swift.Decoder) throws final public let id: Swift.String @objc deinit - public func encode(to encoder: Swift.Encoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { } public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} final public class SizeValueProvider { public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} infix operator +| : DefaultPrecedence infix operator +- : DefaultPrecedence -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func mouseDown(with mouseDownEvent: AppKit.NSEvent) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func handle(_ event: Lottie.LottieNSControlEvent) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat public enum ColorFormatDenominator : Swift.Hashable { case One case OneHundred @@ -149,24 +413,33 @@ final public class ColorValueProvider { public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) public init(_ color: Lottie.LottieColor) public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor final public var color: Lottie.LottieColor { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { public init(keypath: Swift.String) public init(stringLiteral: Swift.String) public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool public typealias ExtendedGraphemeClusterLiteralType = Swift.String @@ -177,10 +450,11 @@ public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLitera } } public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) public static var shared: Lottie.LottieConfiguration public var renderingEngine: Lottie.RenderingEngineOption public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption public var colorSpace: CoreGraphics.CGColorSpace public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool @@ -188,56 +462,13 @@ public struct LottieConfiguration : Swift.Hashable { get } } -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws } -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool public var hashValue: Swift.Int { @@ -245,27 +476,41 @@ public struct LottieVector2D : Swift.Codable, Swift.Hashable { } } extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws } extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { + public var pointValue: CoreFoundation.CGPoint { + get + } + public var sizeValue: CoreFoundation.CGSize { + get + } +} +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { get } - public var sizeValue: CoreGraphics.CGSize { +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { get } } extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : AppKit.NSView { @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) @@ -273,7 +518,7 @@ extension Lottie.LottieAnimationView { @objc deinit } public protocol AnyValueProvider { - var valueType: Any.Type { get } + var valueType: any Any.Type { get } var typeErasedStorage: Lottie.AnyValueProviderStorage { get } func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool } @@ -290,7 +535,41 @@ public enum AnyValueProviderStorage { case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) case closure((Lottie.AnimationFrameTime) -> Any) } -public struct LottieVector1D : Swift.Hashable { +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { public init(_ value: Swift.Double) public let value: Swift.Double public func hash(into hasher: inout Swift.Hasher) @@ -299,7 +578,7 @@ public struct LottieVector1D : Swift.Hashable { get } } -public struct LottieVector3D : Swift.Hashable { +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { public let x: Swift.Double public let y: Swift.Double public let z: Swift.Double @@ -323,189 +602,360 @@ public enum LottieBackgroundBehavior { get } } -public enum LottieLoopMode { +public enum LottieLoopMode : Swift.Hashable { case playOnce case loop case autoReverse case `repeat`(Swift.Float) case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } } extension Lottie.LottieLoopMode : Swift.Equatable { public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool } -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { + get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { get } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { get set } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { get set } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { get set } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { get set } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { get set } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { get set } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { get + set } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { get } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { get set } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { get set } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { get set } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { get set } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { get } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { get } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { get set } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { get set } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { get } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @objc deinit } public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") case invalidFileFormat + @available(*, deprecated, message: "Unused") case invalidData + @available(*, deprecated, message: "Unused") case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } } final public class FloatValueProvider { public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { + get + } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode +} +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws } extension Lottie.DotLottieFile { - + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) } -public protocol DotLottieCacheProvider { +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { func file(forKey: Swift.String) -> Lottie.DotLottieFile? func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) func clearCache() } +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} public enum LottieContentMode : Swift.Int { case scaleToFill case scaleAspectFit @@ -526,12 +976,12 @@ public enum LottieContentMode : Swift.Int { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : AppKit.NSView { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : AppKit.NSView { @_Concurrency.MainActor(unsafe) @objc override dynamic public var wantsUpdateLayer: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public var isFlipped: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) public var contentMode: Lottie.LottieContentMode { get @@ -555,28 +1005,27 @@ public class DotLottieCache : Lottie.DotLottieCacheProvider { public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) @objc deinit } +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} extension Lottie.LottieAnimation { public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void final public var duration: Foundation.TimeInterval { get } - final public var bounds: CoreGraphics.CGRect { + final public var bounds: CoreFoundation.CGRect { get } - final public var size: CoreGraphics.CGSize { + final public var size: CoreFoundation.CGSize { get } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @@ -594,7 +1043,8 @@ public enum LayerType : Swift.Int, Swift.Codable { case null case shape case text - public init(from decoder: Swift.Decoder) throws + case unknown + public init(from decoder: any Swift.Decoder) throws public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { @@ -638,8 +1088,8 @@ public enum BlendMode : Swift.Int, Swift.Codable { final public class GradientValueProvider { public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] final public var colors: [Lottie.LottieColor] { get set @@ -648,18 +1098,117 @@ final public class GradientValueProvider { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { + get + } +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int +} +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} @_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } @objc deinit } +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} final public class LottieLogger { public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, @@ -695,21 +1244,24 @@ extension Lottie.LottieLogger { public typealias LRUAnimationCache = Lottie.DefaultAnimationCache final public class PointValueProvider { public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} final public class Keyframe { public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) @@ -731,68 +1283,85 @@ extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { get } } +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity } public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self } extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Swift.Double : Lottie.Interpolatable { } -extension CoreGraphics.CGFloat : Lottie.Interpolatable { +extension CoreFoundation.CGFloat : Lottie.Interpolatable { } extension Swift.Float : Lottie.Interpolatable { } extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect } -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize } -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint } extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor } extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D } extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D } extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D } extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? } +extension Lottie.LottieNSControlState : Swift.Equatable {} +extension Lottie.LottieNSControlState : Swift.Hashable {} extension Lottie.CoordinateSpace : Swift.Equatable {} extension Lottie.CoordinateSpace : Swift.Hashable {} extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieButton : SwiftUI.View {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LottieView : SwiftUI.View {} extension Lottie.LottieContentMode : Swift.Equatable {} extension Lottie.LottieContentMode : Swift.Hashable {} extension Lottie.LottieContentMode : Swift.RawRepresentable {} @@ -806,4 +1375,5 @@ extension Lottie.BlendMode : Swift.Equatable {} extension Lottie.BlendMode : Swift.Hashable {} extension Lottie.BlendMode : Swift.RawRepresentable {} extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LottieSwitch : SwiftUI.View {} extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64.swiftdoc b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64.swiftdoc deleted file mode 100644 index 3d5cb6e..0000000 Binary files a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64.swiftinterface b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64.swiftinterface deleted file mode 100644 index cd4fa6d..0000000 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/arm64.swiftinterface +++ /dev/null @@ -1,809 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target arm64-apple-macos10.13 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import AppKit -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -public enum LottieContentMode : Swift.Int { - case scaleToFill - case scaleAspectFit - case scaleAspectFill - case redraw - case center - case top - case bottom - case left - case right - case topLeft - case topRight - case bottomLeft - case bottomRight - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var wantsUpdateLayer: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isFlipped: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) public var contentMode: Lottie.LottieContentMode { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layout() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieContentMode : Swift.Equatable {} -extension Lottie.LottieContentMode : Swift.Hashable {} -extension Lottie.LottieContentMode : Swift.RawRepresentable {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-macos.abi.json b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-macos.abi.json new file mode 100644 index 0000000..3edd31e --- /dev/null +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-macos.abi.json @@ -0,0 +1,64072 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ImageAsset", + "printedName": "ImageAsset", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC4nameSSvp", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC4nameSSvg", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "directory", + "printedName": "directory", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC9directorySSvp", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC9directorySSvg", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC5widthSdvp", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC5widthSdvg", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC6heightSdvp", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC6heightSdvg", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Final", + "AccessControl", + "Override" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie10ImageAssetC", + "mangledName": "$s6Lottie10ImageAssetC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "superclassUsr": "s:6Lottie5AssetC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.Asset" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieNSControlState", + "printedName": "LottieNSControlState", + "children": [ + { + "kind": "Var", + "name": "normal", + "printedName": "normal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieNSControlState.Type) -> Lottie.LottieNSControlState", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlState", + "printedName": "Lottie.LottieNSControlState", + "usr": "s:6Lottie0A14NSControlStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieNSControlState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlState", + "printedName": "Lottie.LottieNSControlState", + "usr": "s:6Lottie0A14NSControlStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14NSControlStateO6normalyA2CmF", + "mangledName": "$s6Lottie0A14NSControlStateO6normalyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "highlighted", + "printedName": "highlighted", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieNSControlState.Type) -> Lottie.LottieNSControlState", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlState", + "printedName": "Lottie.LottieNSControlState", + "usr": "s:6Lottie0A14NSControlStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieNSControlState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlState", + "printedName": "Lottie.LottieNSControlState", + "usr": "s:6Lottie0A14NSControlStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14NSControlStateO11highlightedyA2CmF", + "mangledName": "$s6Lottie0A14NSControlStateO11highlightedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieNSControlState?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlState", + "printedName": "Lottie.LottieNSControlState", + "usr": "s:6Lottie0A14NSControlStateO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14NSControlStateO8rawValueACSgSu_tcfc", + "mangledName": "$s6Lottie0A14NSControlStateO8rawValueACSgSu_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14NSControlStateO8rawValueSuvp", + "mangledName": "$s6Lottie0A14NSControlStateO8rawValueSuvp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlStateO8rawValueSuvg", + "mangledName": "$s6Lottie0A14NSControlStateO8rawValueSuvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14NSControlStateO", + "mangledName": "$s6Lottie0A14NSControlStateO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "UInt", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieNSControlEvent", + "printedName": "LottieNSControlEvent", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:inside:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + }, + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "AppKit.NSEvent.EventType", + "usr": "c:@E@NSEventType" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14NSControlEventV_6insideACSo11NSEventTypeV_Sbtcfc", + "mangledName": "$s6Lottie0A14NSControlEventV_6insideACSo11NSEventTypeV_Sbtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "touchDown", + "printedName": "touchDown", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14NSControlEventV9touchDownACvpZ", + "mangledName": "$s6Lottie0A14NSControlEventV9touchDownACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV9touchDownACvgZ", + "mangledName": "$s6Lottie0A14NSControlEventV9touchDownACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "touchUpInside", + "printedName": "touchUpInside", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14NSControlEventV13touchUpInsideACvpZ", + "mangledName": "$s6Lottie0A14NSControlEventV13touchUpInsideACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV13touchUpInsideACvgZ", + "mangledName": "$s6Lottie0A14NSControlEventV13touchUpInsideACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "touchUpOutside", + "printedName": "touchUpOutside", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14NSControlEventV14touchUpOutsideACvpZ", + "mangledName": "$s6Lottie0A14NSControlEventV14touchUpOutsideACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV14touchUpOutsideACvgZ", + "mangledName": "$s6Lottie0A14NSControlEventV14touchUpOutsideACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "event", + "printedName": "event", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "AppKit.NSEvent.EventType", + "usr": "c:@E@NSEventType" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvp", + "mangledName": "$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "AppKit.NSEvent.EventType", + "usr": "c:@E@NSEventType" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvg", + "mangledName": "$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "EventType", + "printedName": "AppKit.NSEvent.EventType", + "usr": "c:@E@NSEventType" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvs", + "mangledName": "$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvM", + "mangledName": "$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "inside", + "printedName": "inside", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14NSControlEventV6insideSbvp", + "mangledName": "$s6Lottie0A14NSControlEventV6insideSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV6insideSbvg", + "mangledName": "$s6Lottie0A14NSControlEventV6insideSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV6insideSbvs", + "mangledName": "$s6Lottie0A14NSControlEventV6insideSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14NSControlEventV6insideSbvM", + "mangledName": "$s6Lottie0A14NSControlEventV6insideSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14NSControlEventV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A14NSControlEventV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A14NSControlEventV", + "mangledName": "$s6Lottie0A14NSControlEventV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationLayer", + "printedName": "LottieAnimationLayer", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4stopyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pauseyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationLayerDidLoad", + "printedName": "animationLayerDidLoad", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLayer", + "printedName": "animationLayer", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "screenScale", + "printedName": "screenScale", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12reloadImagesyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForBackgroundState", + "printedName": "updateAnimationForBackgroundState()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForForegroundState", + "printedName": "updateAnimationForForegroundState(wasWaitingToPlayAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer(im)init", + "mangledName": "$s6Lottie0A14AnimationLayerCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer", + "mangledName": "$s6Lottie0A14AnimationLayerC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)CALayer", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "QuartzCore.CALayer", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "children": [ + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationFontProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultFontProvider", + "printedName": "DefaultFontProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultFontProviderCACycfc", + "mangledName": "$s6Lottie19DefaultFontProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultFontProviderC", + "mangledName": "$s6Lottie19DefaultFontProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationCache", + "printedName": "LottieAnimationCache", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14AnimationCacheO", + "mangledName": "$s6Lottie0A14AnimationCacheO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FilepathImageProvider", + "printedName": "FilepathImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21FilepathImageProviderC", + "mangledName": "$s6Lottie21FilepathImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultAnimationCache", + "printedName": "DefaultAnimationCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21DefaultAnimationCacheCACycfc", + "mangledName": "$s6Lottie21DefaultAnimationCacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC05clearD0yyF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC05clearD0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21DefaultAnimationCacheC", + "mangledName": "$s6Lottie21DefaultAnimationCacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "children": [ + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "children": [ + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DictionaryTextProvider", + "printedName": "DictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "mangledName": "$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie22DictionaryTextProviderC", + "mangledName": "$s6Lottie22DictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextProvider", + "printedName": "DefaultTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultTextProviderCACycfc", + "mangledName": "$s6Lottie19DefaultTextProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultTextProviderC", + "mangledName": "$s6Lottie19DefaultTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CoordinateSpace", + "printedName": "CoordinateSpace", + "children": [ + { + "kind": "Var", + "name": "type2d", + "printedName": "type2d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type2dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type2dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "type3d", + "printedName": "type3d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type3dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type3dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CoordinateSpace?", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivp", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivg", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15CoordinateSpaceO", + "mangledName": "$s6Lottie15CoordinateSpaceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimation", + "printedName": "LottieAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionary:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "startFrame", + "printedName": "startFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endFrame", + "printedName": "endFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "framerate", + "printedName": "framerate", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC9framerateSdvp", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC9framerateSdvg", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "markerNames", + "printedName": "markerNames", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvp", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvg", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8durationSdvp", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8durationSdvg", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bounds", + "printedName": "bounds", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "filepath", + "printedName": "filepath(_:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(_:bundle:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(data:strategy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "mangledName": "$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:closure:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forFrame:clamped:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime8forFrame7clamped14CoreFoundation7CGFloatVAI_SbtF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime11forProgress14CoreFoundation7CGFloatVAH_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "time", + "printedName": "time(forFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4time8forFrameSd14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime03forD014CoreFoundation7CGFloatVSd_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A9AnimationC", + "mangledName": "$s6Lottie0A9AnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieButton", + "printedName": "LottieButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:action:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "mangledName": "$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6ButtonV4bodyQrvp", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6ButtonV4bodyQrvg", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedButton) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromProgress:toProgress:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate12fromProgress02toE02onAC14CoreFoundation7CGFloatV_AjA0A14NSControlEventVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AjA0A14NSControlEventVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromMarker:toMarker:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSAA0A14NSControlEventVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSAA0A14NSControlEventVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6ButtonV", + "mangledName": "$s6Lottie0A6ButtonV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "children": [ + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "mangledName": "$s6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "mangledName": "$s6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie22AnimationCacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject, τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedSwitch", + "printedName": "AnimatedSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)init", + "mangledName": "$s6Lottie14AnimatedSwitchCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedSwitch?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC15animationDidSetyyF", + "mangledName": "$s6Lottie14AnimatedSwitchC15animationDidSetyyF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "handle", + "printedName": "handle(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC6handleyyAA0A14NSControlEventVF", + "mangledName": "$s6Lottie14AnimatedSwitchC6handleyyAA0A14NSControlEventVF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "CancelBehavior", + "printedName": "CancelBehavior", + "children": [ + { + "kind": "Var", + "name": "reverse", + "printedName": "reverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Var", + "name": "cancelBehavior", + "printedName": "cancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animateUpdateWhenChangingAnimation", + "printedName": "animateUpdateWhenChangingAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "stateUpdated", + "printedName": "stateUpdated", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isOn", + "printedName": "isOn", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setIsOn", + "printedName": "setIsOn(_:animated:shouldFireHaptics:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "mangledName": "$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setProgressForState", + "printedName": "setProgressForState(fromProgress:toProgress:forOnState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y14CoreFoundation7CGFloatV_AJSbtF", + "mangledName": "$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch", + "mangledName": "$s6Lottie14AnimatedSwitchC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "AppKit.NSControl", + "AppKit.NSView", + "AppKit.NSResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "Asset", + "printedName": "Asset", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Asset", + "printedName": "Lottie.Asset", + "usr": "s:6Lottie5AssetC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie5AssetC2idSSvp", + "mangledName": "$s6Lottie5AssetC2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "Final", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie5AssetC2idSSvg", + "mangledName": "$s6Lottie5AssetC2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie5AssetC", + "mangledName": "$s6Lottie5AssetC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "BundleImageProvider", + "printedName": "BundleImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(bundle:searchPath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "mangledName": "$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19BundleImageProviderC", + "mangledName": "$s6Lottie19BundleImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "SizeValueProvider", + "printedName": "SizeValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderC5blockACSo6CGSizeV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "mangledName": "$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie17SizeValueProviderC", + "mangledName": "$s6Lottie17SizeValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "OperatorDecl", + "name": "+|", + "printedName": "+|", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "OperatorDecl", + "name": "+-", + "printedName": "+-", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedControl", + "printedName": "AnimatedControl", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)init", + "mangledName": "$s6Lottie15AnimatedControlCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedControl?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithCoder:", + "mangledName": "$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "isEnabled", + "printedName": "isEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)enabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "enabled", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isEnabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isEnabled", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setEnabled:", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setEnabled:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isHighlighted", + "printedName": "isHighlighted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)highlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "highlighted", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isHighlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isHighlighted", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setHighlighted:", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setHighlighted:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "mouseDown", + "printedName": "mouseDown(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "NSEvent", + "printedName": "AppKit.NSEvent", + "usr": "c:objc(cs)NSEvent" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)mouseDown:", + "mangledName": "$s6Lottie15AnimatedControlC9mouseDown4withySo7NSEventC_tF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "mouseDown:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC15animationDidSetyyF", + "mangledName": "$s6Lottie15AnimatedControlC15animationDidSetyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationView", + "printedName": "animationView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "Final", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setLayer", + "printedName": "setLayer(named:forState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlState", + "printedName": "Lottie.LottieNSControlState", + "usr": "s:6Lottie0A14NSControlStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC8setLayer5named8forStateySS_AA0a9NSControlH0OtF", + "mangledName": "$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_AA0a9NSControlH0OtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "mangledName": "$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithFrame:", + "mangledName": "$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl", + "mangledName": "$s6Lottie15AnimatedControlC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSControl", + "superclassNames": [ + "AppKit.NSControl", + "AppKit.NSView", + "AppKit.NSResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "zlib", + "printedName": "zlib", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Compression", + "printedName": "Compression", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedButton", + "printedName": "AnimatedButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)init", + "mangledName": "$s6Lottie14AnimatedButtonCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedButton?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "handle", + "printedName": "handle(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC6handleyyAA0A14NSControlEventVF", + "mangledName": "$s6Lottie14AnimatedButtonC6handleyyAA0A14NSControlEventVF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "performAction", + "printedName": "performAction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvp", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvg", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvs", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvM", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromProgress:toProgress:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy14CoreFoundation7CGFloatV_AjA0A14NSControlEventVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AjA0A14NSControlEventVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromMarker:toMarker:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieNSControlEvent", + "printedName": "Lottie.LottieNSControlEvent", + "usr": "s:6Lottie0A14NSControlEventV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSAA0A14NSControlEventVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSAA0A14NSControlEventVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton", + "mangledName": "$s6Lottie14AnimatedButtonC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "AppKit.NSControl", + "AppKit.NSView", + "AppKit.NSResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ColorFormatDenominator", + "printedName": "ColorFormatDenominator", + "children": [ + { + "kind": "Var", + "name": "One", + "printedName": "One", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "OneHundred", + "printedName": "OneHundred", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "TwoFiftyFive", + "printedName": "TwoFiftyFive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivp", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivg", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie22ColorFormatDenominatorO", + "mangledName": "$s6Lottie22ColorFormatDenominatorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieColor", + "printedName": "LottieColor", + "children": [ + { + "kind": "Var", + "name": "r", + "printedName": "r", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1rSdvp", + "mangledName": "$s6Lottie0A5ColorV1rSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvg", + "mangledName": "$s6Lottie0A5ColorV1rSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvs", + "mangledName": "$s6Lottie0A5ColorV1rSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvM", + "mangledName": "$s6Lottie0A5ColorV1rSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "g", + "printedName": "g", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1gSdvp", + "mangledName": "$s6Lottie0A5ColorV1gSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvg", + "mangledName": "$s6Lottie0A5ColorV1gSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvs", + "mangledName": "$s6Lottie0A5ColorV1gSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvM", + "mangledName": "$s6Lottie0A5ColorV1gSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "b", + "printedName": "b", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1bSdvp", + "mangledName": "$s6Lottie0A5ColorV1bSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvg", + "mangledName": "$s6Lottie0A5ColorV1bSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvs", + "mangledName": "$s6Lottie0A5ColorV1bSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvM", + "mangledName": "$s6Lottie0A5ColorV1bSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "a", + "printedName": "a", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1aSdvp", + "mangledName": "$s6Lottie0A5ColorV1aSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvg", + "mangledName": "$s6Lottie0A5ColorV1aSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvs", + "mangledName": "$s6Lottie0A5ColorV1aSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvM", + "mangledName": "$s6Lottie0A5ColorV1aSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(r:g:b:a:denominator:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "hasDefaultArg": true, + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "mangledName": "$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV9hashValueSivp", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV9hashValueSivg", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A5ColorV", + "mangledName": "$s6Lottie0A5ColorV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ColorValueProvider", + "printedName": "ColorValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottieColor", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderC5blockAcA0aB0V14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18ColorValueProviderC", + "mangledName": "$s6Lottie18ColorValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypath", + "printedName": "AnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "keys", + "printedName": "keys", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvp", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvg", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvp", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvg", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivp", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivg", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie16AnimationKeypathV", + "mangledName": "$s6Lottie16AnimationKeypathV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieConfiguration", + "printedName": "LottieConfiguration", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(renderingEngine:decodingStrategy:colorSpace:reducedMotionOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "hasDefaultArg": true, + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "hasDefaultArg": true, + "usr": "c:@T@CGColorSpaceRef" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "hasDefaultArg": true, + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvpZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvgZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvsZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvMZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renderingEngine", + "printedName": "renderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "decodingStrategy", + "printedName": "decodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotionOption", + "printedName": "reducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "colorSpace", + "printedName": "colorSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivp", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivg", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A13ConfigurationV", + "mangledName": "$s6Lottie0A13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieVector2D", + "printedName": "LottieVector2D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector2DV", + "mangledName": "$s6Lottie0A8Vector2DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationSource", + "printedName": "LottieAnimationSource", + "children": [ + { + "kind": "Var", + "name": "lottieAnimation", + "printedName": "lottieAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dotLottieFile", + "printedName": "dotLottieFile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A15AnimationSourceO", + "mangledName": "$s6Lottie0A15AnimationSourceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationSubview", + "printedName": "AnimationSubview", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithFrame:", + "mangledName": "$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationSubview?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithCoder:", + "mangledName": "$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview", + "mangledName": "$s6Lottie16AnimationSubviewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "AppKit.NSView", + "AppKit.NSResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "children": [ + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvp", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvg", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "typeErasedStorage", + "printedName": "typeErasedStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderP9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "value", + "printedName": "value(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderPAAE5value5frameyp14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ValueProviderStorage", + "printedName": "ValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> ([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe<τ_0_0>]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO7closureyACyxGx14CoreFoundation7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO7closureyACyxGx12CoreGraphics7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie20ValueProviderStorageO", + "mangledName": "$s6Lottie20ValueProviderStorageO", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProviderStorage", + "printedName": "AnyValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> ([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Lottie.Keyframe], interpolate: (CoreGraphics.CGFloat) -> Any)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp14CoreFoundation7CGFloatVctcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp12CoreGraphics7CGFloatVctcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO7closureyACyp14CoreFoundation7CGFloatVccACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO7closureyACyp12CoreGraphics7CGFloatVccACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie23AnyValueProviderStorageO", + "mangledName": "$s6Lottie23AnyValueProviderStorageO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngineOption", + "printedName": "RenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> (Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie21RenderingEngineOptionO", + "mangledName": "$s6Lottie21RenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngine", + "printedName": "RenderingEngine", + "children": [ + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO10mainThreadyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvp", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvg", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvp", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvg", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15RenderingEngineO", + "mangledName": "$s6Lottie15RenderingEngineO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieVector1D", + "printedName": "LottieVector1D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DVyACSdcfc", + "mangledName": "$s6Lottie0A8Vector1DVyACSdcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV5valueSdvp", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV5valueSdvg", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector1DV", + "mangledName": "$s6Lottie0A8Vector1DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector3D", + "printedName": "LottieVector3D", + "children": [ + { + "kind": "Var", + "name": "x", + "printedName": "x", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1xSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1xSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "y", + "printedName": "y", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1ySdvp", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1ySdvg", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "z", + "printedName": "z", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1zSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1zSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(x:y:z:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "mangledName": "$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "pointValue", + "printedName": "pointValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sizeValue", + "printedName": "sizeValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector3DV", + "mangledName": "$s6Lottie0A8Vector3DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieBackgroundBehavior", + "printedName": "LottieBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "default", + "printedName": "default(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A18BackgroundBehaviorO", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieLoopMode", + "printedName": "LottieLoopMode", + "children": [ + { + "kind": "Var", + "name": "playOnce", + "printedName": "playOnce", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO8playOnceyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO8playOnceyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loop", + "printedName": "loop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO4loopyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO4loopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "autoReverse", + "printedName": "autoReverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO11autoReverseyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO11autoReverseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeat", + "printedName": "repeat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO6repeatyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO6repeatyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeatBackwards", + "printedName": "repeatBackwards", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivp", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivg", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A8LoopModeO", + "mangledName": "$s6Lottie0A8LoopModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationView", + "printedName": "LottieAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationView?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithCoder:", + "mangledName": "$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4stopyyF", + "mangledName": "$s6Lottie0A13AnimationViewC4stopyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC5pauseyyF", + "mangledName": "$s6Lottie0A13AnimationViewC5pauseyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animateLayoutChangesWithCurrentCoreAnimationContext", + "printedName": "animateLayoutChangesWithCurrentCoreAnimationContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationQueued", + "printedName": "isAnimationQueued", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvp", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvg", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvs", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "viewportFrame", + "printedName": "viewportFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(py)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12reloadImagesyyF", + "mangledName": "$s6Lottie0A13AnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:bundle:subdirectory:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filePath:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:imageProvider:session:closure:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(asset:bundle:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieName:bundle:subdirectory:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFilePath:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieUrl:animationId:dotLottieCache:configuration:session:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieAsset:bundle:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView", + "mangledName": "$s6Lottie0A13AnimationViewC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "IBDesignable", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.LottieAnimationViewBase", + "AppKit.NSView", + "AppKit.NSResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieError", + "printedName": "DotLottieError", + "children": [ + { + "kind": "Var", + "name": "noDataLoaded", + "printedName": "noDataLoaded", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "assetNotFound", + "printedName": "assetNotFound", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> (Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, bundle: Foundation.Bundle?)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "mangledName": "$s6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loadingFromAssetNotSupported", + "printedName": "loadingFromAssetNotSupported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidFileFormat", + "printedName": "invalidFileFormat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "invalidData", + "printedName": "invalidData", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "animationNotAvailable", + "printedName": "animationNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA5ErrorO", + "mangledName": "$s6Lottie03DotA5ErrorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FloatValueProvider", + "printedName": "FloatValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderC5blockAC14CoreFoundation7CGFloatVAGc_tcfc", + "mangledName": "$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderCyAC14CoreFoundation7CGFloatVcfc", + "mangledName": "$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "float", + "printedName": "float", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18FloatValueProviderC", + "mangledName": "$s6Lottie18FloatValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottiePlaybackMode", + "printedName": "LottiePlaybackMode", + "children": [ + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(at: Lottie.LottiePlaybackMode.PausedState)", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "playing", + "printedName": "playing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO8progressyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO8progressyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5frameyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5frameyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5pauseyA2CmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5pauseyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO12fromProgressyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO12fromProgressyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO9fromFrameyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO9fromFrameyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "TypeDecl", + "name": "PausedState", + "printedName": "PausedState", + "children": [ + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO8progressyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO8progressyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO5frameyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO5frameyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, position: Lottie.LottieMarkerPosition)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PlaybackMode", + "printedName": "PlaybackMode", + "children": [ + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvpZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvgZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO10toProgress_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO10toProgress_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO7toFrame_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO7toFrame_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO", + "mangledName": "$s6Lottie0A12PlaybackModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieMarkerPosition", + "printedName": "LottieMarkerPosition", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO5startyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO5startyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO3endyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO3endyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivp", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivg", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14MarkerPositionO", + "mangledName": "$s6Lottie0A14MarkerPositionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "children": [ + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "mangledName": "$s6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie03DotA13CacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieView", + "printedName": "LottieView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFile:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A4ViewV4bodyQrvp", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A4ViewV4bodyQrvg", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "mangledName": "$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resizable", + "printedName": "resizable()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9resizableACyxGyF", + "mangledName": "$s6Lottie0A4ViewV9resizableACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "intrinsicSize", + "printedName": "intrinsicSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "mangledName": "$s6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playACyxGyF", + "mangledName": "$s6Lottie0A4ViewV4playACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "looping", + "printedName": "looping()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7loopingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7loopingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "hasDefaultArg": true, + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "mangledName": "$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "mangledName": "$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7playingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paused", + "printedName": "paused(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "hasDefaultArg": true, + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playbackMode", + "printedName": "playbackMode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "mangledName": "$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationSpeed", + "printedName": "animationSpeed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "mangledName": "$s6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidLoad", + "printedName": "animationDidLoad(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "mangledName": "$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidFinish", + "printedName": "animationDidFinish(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "mangledName": "$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "mangledName": "$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "accessibilityLabel", + "printedName": "accessibilityLabel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "mangledName": "$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logger", + "printedName": "logger(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "mangledName": "$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "imageProvider", + "printedName": "imageProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationImageProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textProvider", + "printedName": "textProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationKeypathTextProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fontProvider", + "printedName": "fontProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationFontProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnyValueProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentProgress", + "printedName": "currentProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV15currentProgressyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentFrame", + "printedName": "currentFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12currentFrameyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV12currentFrameyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentTime", + "printedName": "currentTime(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "mangledName": "$s6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadAnimationTrigger", + "printedName": "reloadAnimationTrigger(_:showPlaceholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationProgress", + "printedName": "getRealtimeAnimationProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationFrame", + "printedName": "getRealtimeAnimationFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dotLottieConfigurationComponents", + "printedName": "dotLottieConfigurationComponents(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "mangledName": "$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A4ViewV", + "mangledName": "$s6Lottie0A4ViewV", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieContentMode", + "printedName": "LottieContentMode", + "children": [ + { + "kind": "Var", + "name": "scaleToFill", + "printedName": "scaleToFill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO11scaleToFillyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO11scaleToFillyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "scaleAspectFit", + "printedName": "scaleAspectFit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO14scaleAspectFityA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO14scaleAspectFityA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "scaleAspectFill", + "printedName": "scaleAspectFill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO15scaleAspectFillyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO15scaleAspectFillyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "redraw", + "printedName": "redraw", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO6redrawyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO6redrawyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "center", + "printedName": "center", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO6centeryA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO6centeryA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "top", + "printedName": "top", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO3topyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO3topyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "bottom", + "printedName": "bottom", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO6bottomyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO6bottomyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "left", + "printedName": "left", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO4leftyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO4leftyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "right", + "printedName": "right", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO5rightyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO5rightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "topLeft", + "printedName": "topLeft", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO7topLeftyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO7topLeftyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "topRight", + "printedName": "topRight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO8topRightyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO8topRightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "bottomLeft", + "printedName": "bottomLeft", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO10bottomLeftyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO10bottomLeftyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "bottomRight", + "printedName": "bottomRight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieContentMode.Type) -> Lottie.LottieContentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieContentMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A11ContentModeO11bottomRightyA2CmF", + "mangledName": "$s6Lottie0A11ContentModeO11bottomRightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieContentMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A11ContentModeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie0A11ContentModeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A11ContentModeO8rawValueSivp", + "mangledName": "$s6Lottie0A11ContentModeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A11ContentModeO8rawValueSivg", + "mangledName": "$s6Lottie0A11ContentModeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A11ContentModeO", + "mangledName": "$s6Lottie0A11ContentModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationViewBase", + "printedName": "LottieAnimationViewBase", + "children": [ + { + "kind": "Var", + "name": "wantsUpdateLayer", + "printedName": "wantsUpdateLayer", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(py)wantsUpdateLayer", + "mangledName": "$s6Lottie0A17AnimationViewBaseC16wantsUpdateLayerSbvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "wantsUpdateLayer", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)wantsUpdateLayer", + "mangledName": "$s6Lottie0A17AnimationViewBaseC16wantsUpdateLayerSbvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "wantsUpdateLayer", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isFlipped", + "printedName": "isFlipped", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(py)flipped", + "mangledName": "$s6Lottie0A17AnimationViewBaseC9isFlippedSbvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "flipped", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)isFlipped", + "mangledName": "$s6Lottie0A17AnimationViewBaseC9isFlippedSbvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "isFlipped", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovp", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovg", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieContentMode", + "printedName": "Lottie.LottieContentMode", + "usr": "s:6Lottie0A11ContentModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovs", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0OvM", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "viewDidMoveToWindow", + "printedName": "viewDidMoveToWindow()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)viewDidMoveToWindow", + "mangledName": "$s6Lottie0A17AnimationViewBaseC19viewDidMoveToWindowyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "viewDidMoveToWindow", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "layout", + "printedName": "layout()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)layout", + "mangledName": "$s6Lottie0A17AnimationViewBaseC6layoutyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "layout", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithFrame:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationViewBase?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithCoder:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "mangledName": "$s6Lottie0A17AnimationViewBaseC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "AppKit.NSView", + "AppKit.NSResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieCache", + "printedName": "DotLottieCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA5CacheCACycfc", + "mangledName": "$s6Lottie03DotA5CacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvpZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvgZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivp", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivg", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivs", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivM", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC05clearC0yyF", + "mangledName": "$s6Lottie03DotA5CacheC05clearC0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "mangledName": "$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA5CacheC", + "mangledName": "$s6Lottie03DotA5CacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LayerType", + "printedName": "LayerType", + "children": [ + { + "kind": "Var", + "name": "precomp", + "printedName": "precomp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7precompyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7precompyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "solid", + "printedName": "solid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5solidyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5solidyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "image", + "printedName": "image", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5imageyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5imageyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "null", + "printedName": "null", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4nullyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4nullyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "shape", + "printedName": "shape", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5shapeyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5shapeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4textyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4textyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LayerType?", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9LayerTypeO8rawValueSivp", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9LayerTypeO8rawValueSivg", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9LayerTypeO", + "mangledName": "$s6Lottie9LayerTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MatteType", + "printedName": "MatteType", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO4noneyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO4noneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "add", + "printedName": "add", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO3addyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO3addyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "invert", + "printedName": "invert", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO6invertyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO6invertyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.MatteType?", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9MatteTypeO8rawValueSivp", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9MatteTypeO8rawValueSivg", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9MatteTypeO", + "mangledName": "$s6Lottie9MatteTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "BlendMode", + "printedName": "BlendMode", + "children": [ + { + "kind": "Var", + "name": "normal", + "printedName": "normal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6normalyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6normalyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "multiply", + "printedName": "multiply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO8multiplyyA2CmF", + "mangledName": "$s6Lottie9BlendModeO8multiplyyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "screen", + "printedName": "screen", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6screenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6screenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "overlay", + "printedName": "overlay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7overlayyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7overlayyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "darken", + "printedName": "darken", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6darkenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6darkenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "lighten", + "printedName": "lighten", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7lightenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7lightenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorDodge", + "printedName": "colorDodge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10colorDodgeyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10colorDodgeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorBurn", + "printedName": "colorBurn", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9colorBurnyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9colorBurnyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hardLight", + "printedName": "hardLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9hardLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9hardLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "softLight", + "printedName": "softLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9softLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9softLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "difference", + "printedName": "difference", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10differenceyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10differenceyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "exclusion", + "printedName": "exclusion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9exclusionyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9exclusionyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hue", + "printedName": "hue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO3hueyA2CmF", + "mangledName": "$s6Lottie9BlendModeO3hueyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "saturation", + "printedName": "saturation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10saturationyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10saturationyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO5coloryA2CmF", + "mangledName": "$s6Lottie9BlendModeO5coloryA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "luminosity", + "printedName": "luminosity", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10luminosityyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10luminosityyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.BlendMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9BlendModeO8rawValueSivp", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9BlendModeO8rawValueSivg", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9BlendModeO", + "mangledName": "$s6Lottie9BlendModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "GradientValueProvider", + "printedName": "GradientValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((CoreGraphics.CGFloat) -> [Swift.Double])?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG14CoreFoundation7CGFloatVc_SaySdGAKcSgtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "colors", + "printedName": "colors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "locations", + "printedName": "locations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvp", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvg", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvs", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvM", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21GradientValueProviderC", + "mangledName": "$s6Lottie21GradientValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfiguration", + "printedName": "DotLottieConfiguration", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "speed", + "printedName": "speed", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA13ConfigurationV", + "mangledName": "$s6Lottie03DotA13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfigurationComponents", + "printedName": "DotLottieConfigurationComponents", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "all", + "printedName": "all", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DecodingStrategy", + "printedName": "DecodingStrategy", + "children": [ + { + "kind": "Var", + "name": "legacyCodable", + "printedName": "legacyCodable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dictionaryBased", + "printedName": "dictionaryBased", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivp", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivg", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie16DecodingStrategyO", + "mangledName": "$s6Lottie16DecodingStrategyO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AppKit", + "printedName": "AppKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOption", + "printedName": "ReducedMotionOption", + "children": [ + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dynamic", + "printedName": "dynamic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable)", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOptionProvider", + "printedName": "Lottie.ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnyHashable", + "printedName": "Swift.AnyHashable", + "usr": "s:s11AnyHashableV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "systemReducedMotionToggle", + "printedName": "systemReducedMotionToggle", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivp", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivg", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie19ReducedMotionOptionO", + "mangledName": "$s6Lottie19ReducedMotionOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionMode", + "printedName": "ReducedMotionMode", + "children": [ + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivp", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivg", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie17ReducedMotionModeO", + "mangledName": "$s6Lottie17ReducedMotionModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "children": [ + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.ReducedMotionOptionProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SystemReducedMotionOptionProvider", + "printedName": "SystemReducedMotionOptionProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "SystemReducedMotionOptionProvider", + "printedName": "Lottie.SystemReducedMotionOptionProvider", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderVACycfc", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderVACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieSwitch", + "printedName": "LottieSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "mangledName": "$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6SwitchV4bodyQrvp", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6SwitchV4bodyQrvg", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isOn", + "printedName": "isOn(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "mangledName": "$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "onAnimation", + "printedName": "onAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "offAnimation", + "printedName": "offAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6SwitchV", + "mangledName": "$s6Lottie0A6SwitchV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieFile", + "printedName": "DotLottieFile", + "children": [ + { + "kind": "TypeDecl", + "name": "Animation", + "printedName": "Animation", + "children": [ + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA4FileC9AnimationV", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "animations", + "printedName": "animations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SynchronouslyBlockingCurrentThread", + "printedName": "SynchronouslyBlockingCurrentThread", + "children": [ + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA4FileC", + "mangledName": "$s6Lottie03DotA4FileC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieLogger", + "printedName": "LottieLogger", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(assert:assertionFailure:warn:info:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.Bool, @autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.Bool, () -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "hasDefaultArg": true + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "mangledName": "$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC6sharedACvpZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvgZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvsZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvMZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "assert", + "printedName": "assert(_:_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "assertionFailure", + "printedName": "assertionFailure(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "warn", + "printedName": "warn(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "info", + "printedName": "info(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4infoyySSyXKF", + "mangledName": "$s6Lottie0A6LoggerC4infoyySSyXKF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "printToConsole", + "printedName": "printToConsole", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvpZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvgZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvgZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A6LoggerC", + "mangledName": "$s6Lottie0A6LoggerC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "PointValueProvider", + "printedName": "PointValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGPoint", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderC5blockACSo7CGPointV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "mangledName": "$s6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "point", + "printedName": "point", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18PointValueProviderC", + "mangledName": "$s6Lottie18PointValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Keyframe", + "printedName": "Keyframe", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "mangledName": "$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(value:time:isHold:inTangent:outTangent:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_14CoreFoundation7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "mangledName": "$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC5valuexvp", + "mangledName": "$s6Lottie8KeyframeC5valuexvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC5valuexvg", + "mangledName": "$s6Lottie8KeyframeC5valuexvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isHold", + "printedName": "isHold", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC6isHoldSbvp", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC6isHoldSbvg", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "inTangent", + "printedName": "inTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "outTangent", + "printedName": "outTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialInTangent", + "printedName": "spatialInTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialOutTangent", + "printedName": "spatialOutTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie8KeyframeC", + "mangledName": "$s6Lottie8KeyframeC", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "children": [ + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Interpolatable", + "printedName": "Interpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatableP11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatableP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable, τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "children": [ + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CALayer", + "printedName": "CALayer", + "children": [ + { + "kind": "Function", + "name": "logLayerTree", + "printedName": "logLayerTree(withIndent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:So7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "mangledName": "$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)CALayer", + "moduleName": "QuartzCore", + "isOpen": true, + "intro_Macosx": "10.5", + "objc_name": "CALayer", + "declAttributes": [ + "Available", + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Array", + "printedName": "Array", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:Sa", + "mangledName": "$sSa", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "_DestructorSafeContainer", + "printedName": "_DestructorSafeContainer", + "usr": "s:s24_DestructorSafeContainerP", + "mangledName": "$ss24_DestructorSafeContainerP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ArrayProtocol", + "printedName": "_ArrayProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "_Buffer", + "printedName": "_Buffer", + "children": [ + { + "kind": "TypeNominal", + "name": "_ArrayBuffer", + "printedName": "Swift._ArrayBuffer<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s12_ArrayBufferV" + } + ] + } + ], + "usr": "s:s14_ArrayProtocolP", + "mangledName": "$ss14_ArrayProtocolP" + }, + { + "kind": "Conformance", + "name": "RandomAccessCollection", + "printedName": "RandomAccessCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sk", + "mangledName": "$sSk" + }, + { + "kind": "Conformance", + "name": "MutableCollection", + "printedName": "MutableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:SM", + "mangledName": "$sSM" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSArray", + "printedName": "Foundation.NSArray", + "usr": "c:objc(cs)NSArray" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "ContiguousBytes", + "printedName": "ContiguousBytes", + "usr": "s:10Foundation15ContiguousBytesP", + "mangledName": "$s10Foundation15ContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DataProtocol", + "printedName": "DataProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "Regions", + "printedName": "Regions", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionOfOne", + "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt8]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt8", + "printedName": "Swift.UInt8", + "usr": "s:s5UInt8V" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s15CollectionOfOneV" + } + ] + } + ], + "usr": "s:10Foundation12DataProtocolP", + "mangledName": "$s10Foundation12DataProtocolP" + }, + { + "kind": "Conformance", + "name": "MutableDataProtocol", + "printedName": "MutableDataProtocol", + "usr": "s:10Foundation19MutableDataProtocolP", + "mangledName": "$s10Foundation19MutableDataProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Bundle", + "printedName": "Bundle", + "declKind": "Class", + "usr": "c:objc(cs)NSBundle", + "moduleName": "Foundation", + "isOpen": true, + "objc_name": "NSBundle", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGFloat", + "printedName": "CGFloat", + "declKind": "Struct", + "usr": "s:14CoreFoundation7CGFloatV", + "mangledName": "$s12CoreGraphics7CGFloatV", + "moduleName": "CoreFoundation", + "intro_Macosx": "10.0", + "intro_iOS": "2.0", + "intro_tvOS": "9.0", + "intro_watchOS": "1.0", + "declAttributes": [ + "Frozen", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "Available", + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGPoint", + "printedName": "CGPoint", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:So7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_14CoreFoundation7CGFloatVABSgALtF", + "mangledName": "$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGPoint", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Double", + "printedName": "Double", + "declKind": "Struct", + "usr": "s:Sd", + "mangledName": "$sSd", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Double.SIMD2Storage", + "usr": "s:Sd12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Double.SIMD4Storage", + "usr": "s:Sd12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Double.SIMD8Storage", + "usr": "s:Sd12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Double.SIMD16Storage", + "usr": "s:Sd13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Double.SIMD32Storage", + "usr": "s:Sd13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Double.SIMD64Storage", + "usr": "s:Sd13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGRect", + "printedName": "CGRect", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGRectV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGRect", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair, SwiftUI.AnimatablePair>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + }, + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGSize", + "printedName": "CGSize", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGSizeV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGSize", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DispatchQueue", + "printedName": "DispatchQueue", + "children": [ + { + "kind": "Var", + "name": "dotLottie", + "printedName": "dotLottie", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Var", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Accessor", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)OS_dispatch_queue", + "moduleName": "Dispatch", + "isOpen": true, + "objc_name": "OS_dispatch_queue", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "Sendable", + "HasMissingDesignatedInitializers", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)OS_dispatch_object", + "isExternal": true, + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Dispatch.DispatchObject", + "os_object.OS_object", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Scheduler", + "printedName": "Scheduler", + "children": [ + { + "kind": "TypeWitness", + "name": "SchedulerTimeType", + "printedName": "SchedulerTimeType", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerTimeType", + "printedName": "Dispatch.DispatchQueue.SchedulerTimeType", + "usr": "s:So17OS_dispatch_queueC8DispatchE17SchedulerTimeTypeV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SchedulerOptions", + "printedName": "SchedulerOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerOptions", + "printedName": "Dispatch.DispatchQueue.SchedulerOptions", + "usr": "s:So17OS_dispatch_queueC8DispatchE16SchedulerOptionsV" + } + ] + } + ], + "usr": "s:7Combine9SchedulerP", + "mangledName": "$s7Combine9SchedulerP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "NSView", + "printedName": "NSView", + "declKind": "Class", + "usr": "c:objc(cs)NSView", + "moduleName": "AppKit", + "isOpen": true, + "objc_name": "NSView", + "declAttributes": [ + "Custom", + "ObjC", + "NonSendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSResponder", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "AppKit.NSResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Float", + "printedName": "Float", + "declKind": "Struct", + "usr": "s:Sf", + "mangledName": "$sSf", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Float.SIMD2Storage", + "usr": "s:Sf12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Float.SIMD4Storage", + "usr": "s:Sf12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Float.SIMD8Storage", + "usr": "s:Sf12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Float.SIMD16Storage", + "usr": "s:Sf13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Float.SIMD32Storage", + "usr": "s:Sf13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Float.SIMD64Storage", + "usr": "s:Sf13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Optional", + "printedName": "Optional", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:Sq", + "mangledName": "$sSq", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "Gesture", + "printedName": "Gesture", + "children": [ + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI7GestureP", + "mangledName": "$s7SwiftUI7GestureP" + }, + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + }, + { + "kind": "Conformance", + "name": "TableRowContent", + "printedName": "TableRowContent", + "children": [ + { + "kind": "TypeWitness", + "name": "TableRowValue", + "printedName": "TableRowValue", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.TableRowValue" + } + ] + }, + { + "kind": "TypeWitness", + "name": "TableRowBody", + "printedName": "TableRowBody", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI15TableRowContentP", + "mangledName": "$s7SwiftUI15TableRowContentP" + }, + { + "kind": "Conformance", + "name": "Commands", + "printedName": "Commands", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI8CommandsP", + "mangledName": "$s7SwiftUI8CommandsP" + }, + { + "kind": "Conformance", + "name": "ToolbarContent", + "printedName": "ToolbarContent", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI14ToolbarContentP", + "mangledName": "$s7SwiftUI14ToolbarContentP" + }, + { + "kind": "Conformance", + "name": "CustomizableToolbarContent", + "printedName": "CustomizableToolbarContent", + "usr": "s:7SwiftUI26CustomizableToolbarContentP", + "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "Array", + "offset": 2473, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2957, + "length": 10, + "value": "\";base64,\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieViewType.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieViewType.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieViewType.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieViewType.swift", + "kind": "BooleanLiteral", + "offset": 1976, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieViewType.swift", + "kind": "BooleanLiteral", + "offset": 2120, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieViewType.swift", + "kind": "BooleanLiteral", + "offset": 2265, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1176, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1255, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Lottie.ShapeLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1733, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2037, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2050, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2106, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 4881, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 5785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 10, + "value": "\"Lottie.GroupLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 8600, + "length": 17, + "value": "\"repeater copies\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 8644, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 10090, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 10114, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 11862, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12004, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12171, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12503, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12656, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 13924, + "length": 187, + "value": "\"The Core Animation rendering engine doesn't support applying separate x\/y scale values (x: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14047, + "length": 1, + "value": "\", y: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14062, + "length": 1, + "value": "\") to this stroke item (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14097, + "length": 1, + "value": "\").\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 14163, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15150, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15230, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15944, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 16071, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 18465, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19886, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 20363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 264, + "length": 7, + "value": "\"Lottie.Ellipse\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 973, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3294, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3718, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7882, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8834, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 12406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18430, + "length": 376, + "value": "\"`LottieBackgroundBehavior.continuePlaying` should not be used with the Main Thread\nrendering engine, since this would waste CPU resources on playing an animation\nthat is not visible. Consider using a different background mode, or switching to\nthe Core Animation rendering engine (which does not have any CPU overhead).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 21894, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22155, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22868, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24528, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25137, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 25453, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 26873, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 31688, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 36243, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38392, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38886, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 39527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 40063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 40882, + "length": 11, + "value": "\"sublayers\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43201, + "length": 79, + "value": "\"Encountered Core Animation compatibility issues while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43356, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43364, + "length": 6, + "value": "\"\n\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43385, + "length": 339, + "value": "\"This animation cannot be rendered correctly by the Core Animation engine.\nTo resolve this issue, you can use `RenderingEngineOption.automatic`, which automatically falls back\nto the Main Thread rendering engine when necessary, or just use `RenderingEngineOption.mainThread`.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44014, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44052, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45301, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45339, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 45388, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45813, + "length": 78, + "value": "\"Encountered Core Animation compatibility issue while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45963, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45971, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45986, + "length": 397, + "value": "\"This animation may have additional compatibility issues, but animation setup was cancelled early to avoid wasted work.\n\nAutomatically falling back to Main Thread rendering engine. This fallback comes with some additional performance\noverhead, which can be reduced by manually specifying that this animation should always use the Main Thread engine.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 46828, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49073, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49431, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 51455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 51990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52717, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 53122, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 53577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53748, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 54129, + "length": 8, + "value": "\"Lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 20, + "value": "\"Lottie.LottieAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56463, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56541, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56629, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 13, + "value": "\"* |Children\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 406, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 3, + "value": "\"|\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2801, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4717, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5943, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 492, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 500, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 804, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 931, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 950, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 961, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 7, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1641, + "length": 9, + "value": "\".lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 324, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 351, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 413, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 441, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 525, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 677, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "Array", + "offset": 824, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1198, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 599, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 627, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 633, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 786, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 911, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 933, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 990, + "length": 4, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 1023, + "length": 4, + "value": "\"|_\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1204, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 2516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3438, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3555, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3672, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "FloatLiteral", + "offset": 3675, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3680, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3720, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3723, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3841, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3864, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3959, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4149, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4251, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4294, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4297, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4412, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4435, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4537, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4540, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4583, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4586, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4704, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4727, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "BooleanLiteral", + "offset": 1278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3201, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3900, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 535, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 332, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 406, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "Array", + "offset": 448, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 560, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 636, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 718, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1293, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1566, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1648, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1671, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2207, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2376, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2388, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2394, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2866, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/FontProvider\/AnimationFontProvider.swift", + "kind": "BooleanLiteral", + "offset": 860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 535, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 1351, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 2763, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 3271, + "length": 101, + "value": "\"The Core Animation rendering engine currently doesn't support text animators.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3873, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 186, + "length": 9, + "value": "\"Lottie.TextLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1415, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1543, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3150, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3176, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 4191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "FloatLiteral", + "offset": 4304, + "length": 6, + "value": "1000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 5558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 601, + "length": 20, + "value": "\"Lottie.TextCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/FilepathImageProvider.macOS.swift", + "kind": "StringLiteral", + "offset": 1232, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/FilepathImageProvider.macOS.swift", + "kind": "StringLiteral", + "offset": 1907, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/FilepathImageProvider.macOS.swift", + "kind": "StringLiteral", + "offset": 1944, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/FilepathImageProvider.macOS.swift", + "kind": "IntegerLiteral", + "offset": 2635, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1723, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1794, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2817, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2868, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3682, + "length": 6, + "value": "10000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/AnimationCache\/DefaultAnimationCache.swift", + "kind": "IntegerLiteral", + "offset": 1224, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerImageProvider.swift", + "kind": "Dictionary", + "offset": 459, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/TextProvider\/AnimationTextProvider.swift", + "kind": "BooleanLiteral", + "offset": 3899, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "FloatLiteral", + "offset": 738, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "StringLiteral", + "offset": 1556, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1140, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1632, + "length": 12, + "value": "\"X Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1676, + "length": 12, + "value": "\"Y Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "Array", + "offset": 2877, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3321, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "IntegerLiteral", + "offset": 3412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "FloatLiteral", + "offset": 3872, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 1744, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 3494, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 4143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 5435, + "length": 102, + "value": "[\"reduced motion\", \"reduced_motion\", \"reduced-motion\", \"reducedmotion\"]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 227, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2884, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 3344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4186, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 4911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5038, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5207, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5783, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 6132, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6579, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6748, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1175, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1626, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2193, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2640, + "length": 7, + "value": "\"Angle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "Dictionary", + "offset": 3041, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 706, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2155, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2164, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2172, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2600, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2905, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 3086, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7851, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7858, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7965, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7974, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7982, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8035, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8137, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8186, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 331, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 337, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 764, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 805, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 863, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 874, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 904, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 915, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 926, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 2, + "value": "-3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 961, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1063, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1083, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1155, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1177, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1186, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1210, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1369, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1503, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1530, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1732, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1792, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1865, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1880, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1973, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2158, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2175, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2285, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2308, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2325, + "length": 5, + "value": "-27.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2342, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2352, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2372, + "length": 4, + "value": "54.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2432, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2685, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2770, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2836, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2879, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2981, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2984, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3123, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3183, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3301, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3355, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3432, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3445, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3486, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieButton.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieButton.swift", + "kind": "BooleanLiteral", + "offset": 1374, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 415, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 511, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1109, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1168, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 1046, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "Array", + "offset": 1216, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 1984, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2121, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2320, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3208, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3250, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 3335, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3639, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3923, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4058, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4575, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4615, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 458, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1015, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1319, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "Array", + "offset": 1595, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 243, + "length": 20, + "value": "\"Lottie.MaskCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2246, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2562, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2575, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2631, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 525, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1587, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "FloatLiteral", + "offset": 2567, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2576, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2872, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 4028, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5313, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 1834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 2307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "StringLiteral", + "offset": 1513, + "length": 27, + "value": "\"Lottie.AnimationCompletionDelegate\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/NodeProperty.swift", + "kind": "IntegerLiteral", + "offset": 453, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1042, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1101, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1127, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1473, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1532, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1942, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2118, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2601, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3182, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3849, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4678, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4829, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4878, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 5858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 6687, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6852, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6867, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6893, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6909, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 943, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2844, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2857, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2913, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 2945, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3361, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3591, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3763, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 5467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 5958, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6763, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 6828, + "length": 36, + "value": "\"Lottie: Logging Animation Keypaths\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 348, + "length": 24, + "value": "\"Lottie.MainThreadAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 489, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 942, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.SolidCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 510, + "length": 30, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 529, + "length": 1, + "value": "\" (Content)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 598, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 902, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 971, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1369, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1999, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 20, + "value": "\"Lottie.BaseCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/BundleImageProvider.macOS.swift", + "kind": "StringLiteral", + "offset": 2406, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/BundleImageProvider.macOS.swift", + "kind": "StringLiteral", + "offset": 2443, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 590, + "length": 8, + "value": "\"Anchor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1291, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1509, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1742, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1978, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2214, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2760, + "length": 14, + "value": "\"Stroke Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3002, + "length": 12, + "value": "\"Fill Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3501, + "length": 10, + "value": "\"Tracking\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3727, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3936, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 4194, + "length": 22, + "value": "\"SelectedRangeOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5519, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 6023, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 7376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8327, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8389, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 8771, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9032, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 9385, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 807, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1060, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1147, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1297, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1380, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 840, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 994, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1735, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1776, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2138, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2183, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 4896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5290, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5815, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6331, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7638, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7660, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7727, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7847, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7897, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7979, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8182, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8239, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8362, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8786, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8926, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8952, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9272, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9435, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9558, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9586, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9613, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10049, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10062, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10535, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10615, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 11261, + "length": 4, + "value": "0.05" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11322, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 3133, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 3302, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 3369, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 4447, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "Dictionary", + "offset": 5200, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5704, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6384, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6469, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6544, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6625, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "StringLiteral", + "offset": 936, + "length": 15, + "value": "\"Lottie.AnimatedControl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 1328, + "length": 7, + "value": "0.55228" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1667, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 2479, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3619, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3673, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 442, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1394, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1796, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1816, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1892, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2195, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3801, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3856, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4093, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4146, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4295, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4862, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 4884, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4978, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5047, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5162, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5331, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6066, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6785, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7839, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8163, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8794, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8843, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 9479, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 10119, + "length": 57, + "value": "\"Vertex data does not match In Tangents and Out Tangents\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 10281, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 13490, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 13998, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 14041, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14718, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 4289, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4597, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5744, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 5929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 6665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "Array", + "offset": 11072, + "length": 3133, + "value": "[0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de, 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856, 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9, 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a, 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599, 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924, 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e, 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01, 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed, 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950, 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5, 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010, 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f, 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615, 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8, 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344, 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb, 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c, 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef, 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236, 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c, 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713, 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b, 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242, 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278, 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7, 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66, 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9, 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14619, + "length": 10, + "value": "0xffffffff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14965, + "length": 4, + "value": "0xff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15001, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15054, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 954, + "length": 7, + "value": "\"Style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1147, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 418, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 653, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 778, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2144, + "length": 366, + "value": "\"`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2183, + "length": 1, + "value": "\"` animation for \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2234, + "length": 3, + "value": "\"\" includes an After Effects expression (https:\/\/helpx.adobe.com\/after-effects\/using\/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2942, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3893, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5249, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 5438, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11375, + "length": 55, + "value": "\"Cannot create point from keyframe with value \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11429, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 12556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 12976, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13125, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13271, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 14168, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15429, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15457, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15466, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15612, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15640, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16080, + "length": 52, + "value": "\"`values.count` must exactly equal `keyTimes.count`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16213, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16225, + "length": 63, + "value": "\"`timingFunctions.count` must exactly equal `values.count - 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16624, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16635, + "length": 56, + "value": "\"`keyTimes.count` must exactly equal `values.count + 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16745, + "length": 79, + "value": "\"Unexpected keyframe calculation mode \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16812, + "length": 1366, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17389, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17428, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "StringLiteral", + "offset": 426, + "length": 6, + "value": "\"Path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 631, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 1038, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 657, + "length": 91, + "value": "\"Expected old to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 698, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 91, + "value": "\"Expected new to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 944, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 715, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1129, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1390, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2554, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3491, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4032, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4423, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4551, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4677, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4780, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4974, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5076, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "BooleanLiteral", + "offset": 5236, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5279, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5583, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 627, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 650, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 669, + "length": 8, + "value": "\"Offset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1575, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 1972, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 2032, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2206, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2213, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2276, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2286, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 2949, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3218, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3290, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3343, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3413, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3459, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3628, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4448, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 4813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 5690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 6086, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7760, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 7783, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8217, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8826, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8863, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 811, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 2004, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 3490, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Dictionary", + "offset": 4209, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4810, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4858, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5036, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 5257, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6045, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6524, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6554, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6751, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6800, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6845, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7104, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7486, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7691, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7728, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7750, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1471, + "length": 57, + "value": "\"init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1527, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2071, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 2361, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 7927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8440, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 9075, + "length": 12, + "value": "\"root layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10090, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10812, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11364, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11744, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12303, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 219, + "length": 18, + "value": "\"Lottie.CoreAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12994, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13188, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15153, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15244, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 15857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 15905, + "length": 114, + "value": "\"The Core Animation rendering engine currently doesn't support `respectAnimationFrameRate`)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 16086, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17305, + "length": 77, + "value": "\"Cannot log hierarchy keypaths until animation has been set up at least once\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 17397, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17423, + "length": 69, + "value": "\"Lottie: Rebuilding animation with hierarchy keypath logging enabled\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18271, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18521, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18732, + "length": 104, + "value": "\"The Core Animation rendering engine doesn't support retrieving `CALayer`s by keypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18953, + "length": 84, + "value": "\"The Core Animation rendering engine does not use `AnimatorNode`s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20553, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20560, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20650, + "length": 235, + "value": "\"This animation has a very large number of layers with time remapping (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20764, + "length": 1, + "value": "\" layers over \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20802, + "length": 6, + "value": "\" frames) so will perform poorly with the Core Animation rendering engine.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21106, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 21468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21504, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 284, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 316, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 352, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 657, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1192, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1714, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1797, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1167, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1942, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 400, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "StringLiteral", + "offset": 602, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 866, + "length": 8, + "value": "0xFF0000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 879, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 885, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 8, + "value": "0x00FF00" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 938, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 943, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 8, + "value": "0x0000FF" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 993, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1313, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1796, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4114, + "length": 23, + "value": "\"transform.translation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4306, + "length": 25, + "value": "\"transform.translation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4505, + "length": 25, + "value": "\"transform.translation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4700, + "length": 17, + "value": "\"transform.scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4739, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4888, + "length": 19, + "value": "\"transform.scale.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4929, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5053, + "length": 19, + "value": "\"transform.scale.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5094, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5221, + "length": 22, + "value": "\"transform.rotation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5265, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5417, + "length": 22, + "value": "\"transform.rotation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5613, + "length": 22, + "value": "\"transform.rotation.z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5657, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6203, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6635, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6908, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7121, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7332, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7565, + "length": 4, + "value": "-3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8423, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8819, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 9025, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 10849, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11335, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11821, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 12298, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 101, + "length": 9, + "value": "\"Lottie.Rectangle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 643, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 719, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 684, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 801, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1107, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 405, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 812, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 970, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1334, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1818, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1825, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2180, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2189, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3393, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4638, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4933, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4940, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5198, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5207, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5215, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"Lottie.Repeater\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 4, + "value": "\"Lottie.Fill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "Array", + "offset": 293, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 551, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1774, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4548, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4598, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4648, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4939, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5049, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5560, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5639, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5667, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5681, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5768, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5782, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5824, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5952, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6000, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6014, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6056, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6112, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6126, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6553, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6743, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6778, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6852, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6985, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7018, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7176, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7202, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7232, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7478, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/OpacityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1421, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 55, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2423, + "length": 1, + "value": "\" (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2457, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 84, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2881, + "length": 1, + "value": "\" (mask of \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2909, + "length": 1, + "value": "\") (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3152, + "length": 37, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3171, + "length": 1, + "value": "\" (parent, masked)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 4991, + "length": 5, + "value": "\"xor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1487, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1517, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2549, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2582, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2827, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2953, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 3146, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 5133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5188, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5846, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 438, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 610, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 776, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 785, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 793, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 941, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1616, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1746, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2275, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2577, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2871, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2880, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3181, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4833, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 105, + "length": 14, + "value": "\"Lottie.ShapeTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 1814, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2545, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 3128, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "StringLiteral", + "offset": 3244, + "length": 68, + "value": "\"Failed sanity check for old count with changes matching new count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 6923, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7339, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7356, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7379, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7710, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1783, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 2507, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "FloatLiteral", + "offset": 3561, + "length": 12, + "value": "1000000000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 4097, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 6153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 6949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 7023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "StringLiteral", + "offset": 7605, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 9489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10316, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10358, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10385, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10505, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 11473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12597, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12706, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12712, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12761, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12766, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12819, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12825, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12882, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12932, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12938, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13046, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13071, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13100, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13579, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13731, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13745, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13769, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13783, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13830, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13954, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13969, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13977, + "length": 3, + "value": "512" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14129, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14287, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14302, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14316, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 15282, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 262, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 297, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 338, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "BooleanLiteral", + "offset": 491, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "StringLiteral", + "offset": 3612, + "length": 201, + "value": "\"The Main Thread rendering engine doesn't currently support repeaters.\nTo play an animation with repeaters, you can use the Core Animation rendering engine instead.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 5, + "value": "\"Lottie.Merge\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 522, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 223, + "length": 13, + "value": "\"Lottie.RepeaterLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 458, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 762, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 775, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 831, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "Array", + "offset": 1991, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 12, + "value": "\"Lottie.PreCompLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 400, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 704, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 717, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 773, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 149, + "length": 10, + "value": "\"Lottie.SolidLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1444, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 122, + "length": 14, + "value": "\"Lottie.RoundedCorners\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TransformLayer.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 1702, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2184, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 2717, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3254, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3279, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3305, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3916, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4036, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4071, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4148, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4333, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4587, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 4672, + "length": 112, + "value": "\"`Transform` values must provide either `position` or `positionX` \/ `positionY` keyframes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 5169, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6157, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6547, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6948, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7215, + "length": 93, + "value": "\"`rotation.x` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7382, + "length": 93, + "value": "\"`rotation.y` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7849, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8054, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8460, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9890, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9898, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9906, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 9977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10046, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11624, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11949, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 12159, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1366, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1503, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1607, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1624, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1641, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1725, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1806, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1887, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2044, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2167, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2340, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2483, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2504, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2629, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "Array", + "offset": 2685, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4610, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 5151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "FloatLiteral", + "offset": 5434, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 962, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 996, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2080, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2445, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "FloatLiteral", + "offset": 2695, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1721, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 1866, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1989, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 2148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 736, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 757, + "length": 11, + "value": "\"Roundness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1652, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1818, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "FloatLiteral", + "offset": 2548, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 2701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4300, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4951, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5350, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6716, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "IntegerLiteral", + "offset": 1986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "BooleanLiteral", + "offset": 2005, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 809, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 942, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1038, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2517, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2626, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2838, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2940, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3042, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3134, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3235, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3542, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4039, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4092, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4141, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4189, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4237, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4467, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4517, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4565, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4620, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4675, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4735, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 5025, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6992, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7096, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7198, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7300, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7493, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7596, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7697, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7800, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7904, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8006, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8115, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8805, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8866, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1895, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1926, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1982, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2005, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2036, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2092, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2915, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2930, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3222, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3226, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3373, + "length": 4, + "value": "1e-6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3491, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3504, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3794, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 3119, + "length": 7, + "value": "\"width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 3222, + "length": 8, + "value": "\"height\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 797, + "length": 101, + "value": "\"Rounded corners support is not currently implemented for combined shape items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1389, + "length": 94, + "value": "\"Rounded corners support is currently not implemented for polygon items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1603, + "length": 42, + "value": "\"Unexpected shape type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1644, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2761, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5295, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5732, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5803, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5809, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6434, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6509, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6516, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6811, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6929, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8454, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2176, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2799, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2803, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3006, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3822, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3827, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3906, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3914, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3972, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3984, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4220, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4560, + "length": 5, + "value": "0x400" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5659, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 5760, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5883, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6225, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6231, + "length": 4, + "value": "0x01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 8762, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9003, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9606, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12722, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 446, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 501, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 522, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 768, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 977, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 747, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 926, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1092, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 21, + "value": "\"Lottie.ShapeCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 4480, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 5025, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7171, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1326, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "IntegerLiteral", + "offset": 1863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 4, + "value": "\"Lottie.Star\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 610, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1056, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2774, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 2892, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2982, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 3278, + "length": 12, + "value": "\"Time Remap\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 131, + "length": 19, + "value": "\"Lottie.PreCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 1708, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2143, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2705, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2708, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4117, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4292, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4710, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5631, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6695, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6800, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10095, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10153, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 10218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 11153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11682, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12269, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12304, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12416, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12506, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12585, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12732, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12776, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12806, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 14, + "value": "\"Shadow Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 562, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 11, + "value": "\"Direction\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 917, + "length": 10, + "value": "\"Softness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 476, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 759, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 901, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1179, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1319, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1462, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1552, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1839, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1967, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2209, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2424, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3033, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3081, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3115, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3160, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3205, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3322, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3523, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 4823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5177, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5187, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5196, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5206, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5381, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5412, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5564, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5595, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5759, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5999, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 6018, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 6355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6404, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7139, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7407, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8369, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8415, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8422, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8741, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8795, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9266, + "length": 53, + "value": "\"Could not convert color \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9303, + "length": 2, + "value": "\" to RGB values.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9357, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9360, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9447, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10784, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10928, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 11310, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11656, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11753, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12135, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12325, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1505, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 1741, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1987, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 602, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 1760, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 754, + "length": 172, + "value": "\"The Core Animation rendering engine does not support animating multiple keyframes\nfor \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 870, + "length": 6, + "value": "\" values, due to limitations of Core Animation.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 413, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 5, + "value": "0o644" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 5, + "value": "0o755" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 823, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 869, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 916, + "length": 10, + "value": "0x06054b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 964, + "length": 10, + "value": "0x04034b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1011, + "length": 10, + "value": "0x08074b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1060, + "length": 10, + "value": "0x02014b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 1093, + "length": 8, + "value": "\"memory\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 7252, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9257, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9276, + "length": 1, + "value": "\":\/\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10008, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10180, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10635, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10856, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 12529, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14638, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14745, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14815, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14870, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14934, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14987, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16580, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16684, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16797, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16908, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2332, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2968, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3017, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3201, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3246, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 699, + "length": 196, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1025, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 216, + "value": "\"The Core Animation rendering engine currently doesn't support customizing \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1226, + "length": 3, + "value": "\"\" properties. Supported properties are: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2366, + "length": 202, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 175, + "value": "\"Could not convert value of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3027, + "length": 4, + "value": "\" from \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3052, + "length": 2, + "value": "\" to expected type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3105, + "length": 2656, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4345, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4588, + "length": 3, + "value": "\"^\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4664, + "length": 5, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4726, + "length": 3, + "value": "\"$\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5044, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5121, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5362, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5386, + "length": 1, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5398, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5475, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5683, + "length": 7, + "value": "\"[^.]+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 267, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 328, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 738, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 960, + "length": 12, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 966, + "length": 1, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StrokeAnimation.swift", + "kind": "StringLiteral", + "offset": 2279, + "length": 20, + "value": "\"stroke dashPattern\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 652, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 664, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 675, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 734, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 764, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 806, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 836, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1514, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1556, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2031, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2113, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2417, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2504, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2533, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/SwiftUIView.swift", + "kind": "Array", + "offset": 1314, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1641, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 617, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 890, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "BooleanLiteral", + "offset": 812, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 5, + "value": "\"Lottie.Group\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 2295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 3480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 3990, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4078, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4122, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4166, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4210, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 5018, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5603, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5647, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5691, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5735, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5779, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5823, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5867, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 6704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7402, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7446, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7490, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7534, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7578, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7622, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7666, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7711, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 10139, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "FloatLiteral", + "offset": 11154, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 11551, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 11991, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 12426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13374, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3069, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3093, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 10452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14057, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 34406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35030, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35859, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 36384, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 36436, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38527, + "length": 25, + "value": "\"LayoutPositionAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38578, + "length": 26, + "value": "\"LayoutTransformAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38820, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38866, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 38914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39106, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39206, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39250, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39477, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "FloatLiteral", + "offset": 40356, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 41884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 42193, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTextProvider.swift", + "kind": "Array", + "offset": 328, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 853, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 874, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 909, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 929, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3104, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3654, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "BooleanLiteral", + "offset": 2916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieImageProvider.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 241, + "length": 12, + "value": "\"Lottie.GradientFill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1965, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2060, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 4, + "value": "\"Lottie.Trim\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 666, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 380, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1114, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1163, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1191, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1245, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1268, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1738, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1907, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1919, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3609, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3612, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3683, + "length": 12, + "value": "\"startPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3714, + "length": 10, + "value": "\"endPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3743, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3771, + "length": 11, + "value": "\"locations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3801, + "length": 8, + "value": "\"colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3828, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3855, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3887, + "length": 10, + "value": "\"isRadial\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3916, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4112, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4186, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4151, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 4228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4340, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4416, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4498, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "Array", + "offset": 1294, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1547, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "FloatLiteral", + "offset": 5664, + "length": 5, + "value": "0.999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5721, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5752, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6594, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "StringLiteral", + "offset": 6605, + "length": 62, + "value": "\"Each color must have RGB components and a location component\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6938, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7097, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7154, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7603, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7640, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7817, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 239, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 686, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "BooleanLiteral", + "offset": 1018, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 1155, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1057, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1398, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 314, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 972, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 1858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 4870, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 7143, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 8869, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 766, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 910, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1166, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1106, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 18, + "value": "\"Lottie.InvertedMatteLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 694, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 710, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 770, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1021, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1575, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1683, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1690, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1705, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1720, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1735, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1998, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2077, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2083, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 916, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2608, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2814, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2820, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3363, + "length": 50, + "value": "\"Error when decoding lottie \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3400, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3412, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 4081, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 10225, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 15025, + "length": 30, + "value": "\"com.airbnb.lottie.dot-lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 1140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "StringLiteral", + "offset": 1774, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 2253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 4106, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 5550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 475, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 526, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 587, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 1881, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 1901, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/DataIDProviding.swift", + "kind": "StringLiteral", + "offset": 1690, + "length": 28, + "value": "\"DefaultDataID.noneProvided\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1215, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1277, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1506, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1471, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1586, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1743, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1822, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "Array", + "offset": 2401, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2516, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2994, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 646, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1420, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1546, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "Array", + "offset": 1861, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 471, + "length": 18, + "value": "\"Lottie.MaskContainerLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1944, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1992, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2418, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2588, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2073, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4188, + "length": 7, + "value": "\"Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4211, + "length": 11, + "value": "\"Expansion\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 3577, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4169, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4190, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7931, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7953, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 10820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "BooleanLiteral", + "offset": 11274, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 14105, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5751, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5755, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8480, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8698, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8956, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9835, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 13460, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 17756, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 21303, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22257, + "length": 67, + "value": "\"Failed to load asynchronous Lottie animation with error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22323, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 24126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 923, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 980, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1012, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1050, + "length": 15, + "value": "\"shadowOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1084, + "length": 14, + "value": "\"shadowOffset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 13, + "value": "\"shadowColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 14, + "value": "\"shadowRadius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1318, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1346, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1403, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1435, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1473, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 19, + "value": "\"Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2976, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Array", + "offset": 3382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 3521, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Dictionary", + "offset": 3926, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 16, + "value": "\"Lottie.CompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 922, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1341, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1432, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 779, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 1959, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 98, + "length": 6, + "value": "\"Lottie.Stroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CompositionLayersInitializer.swift", + "kind": "BooleanLiteral", + "offset": 815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 244, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 3, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 6, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 4, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 309, + "length": 5, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 322, + "length": 7, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 8, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 10, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 11, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 244, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 3, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 6, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 4, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 309, + "length": 5, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 322, + "length": 7, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 8, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 10, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 11, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 221, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 244, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 3, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 283, + "length": 6, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 4, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 309, + "length": 5, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 322, + "length": 7, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 8, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 10, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 11, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "BooleanLiteral", + "offset": 644, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "BooleanLiteral", + "offset": 698, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "BooleanLiteral", + "offset": 1047, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "BooleanLiteral", + "offset": 1429, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/macOS\/LottieAnimationViewBase.macOS.swift", + "kind": "BooleanLiteral", + "offset": 1483, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "Array", + "offset": 286, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1856, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2058, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2105, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2131, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2185, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2310, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2330, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 2880, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2898, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 3014, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3288, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 4173, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 352, + "length": 10, + "value": "0x06064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 10, + "value": "0x07064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1255, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1559, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2000, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2259, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2309, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2368, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2494, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2558, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4103, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4420, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4736, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4847, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5506, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5569, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5618, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6453, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6563, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/Cache\/DotLottieCache.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 5, + "value": "\"Lottie.Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 562, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1677, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1683, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2238, + "length": 53, + "value": "\"Error when decoding animation \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2278, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2290, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3300, + "length": 135, + "value": "\"Failed to load animation from filepath \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3362, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3423, + "length": 1345, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4234, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4774, + "length": 165, + "value": "\"Failed to load animation with asset name \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 2, + "value": "\"\nin \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4866, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4927, + "length": 6638, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "BooleanLiteral", + "offset": 10105, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10273, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 2646, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 2796, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 2915, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 3035, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 3155, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 4850, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5044, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5247, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2647, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5651, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5675, + "length": 4, + "value": "-0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6193, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 301, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 20, + "value": "\"Lottie.NullCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 527, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 551, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 694, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1276, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 1765, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2024, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2235, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2457, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2477, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2546, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2663, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2961, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerFontProvider.swift", + "kind": "Array", + "offset": 365, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1632, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1950, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2289, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "Array", + "offset": 2465, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 3260, + "length": 24, + "value": "\"Missing keyframe data.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4080, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4299, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4361, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4591, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseAnimationLayer.swift", + "kind": "Array", + "offset": 781, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 315, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 340, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 422, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 451, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2512, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2566, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2618, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2654, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4646, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4674, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4716, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4756, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4785, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4818, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1848, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1938, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1972, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2104, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2134, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3350, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3754, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 4874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "StringLiteral", + "offset": 1729, + "length": 35, + "value": "\"LRUCacheMemoryWarningNotification\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 2582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "Dictionary", + "offset": 2838, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 3677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 325, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 344, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 391, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 482, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 643, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 741, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 969, + "length": 5, + "value": "1.403" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 991, + "length": 5, + "value": "0.344" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1013, + "length": 5, + "value": "1.770" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1489, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1562, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1614, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1782, + "length": 5, + "value": "0.299" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1794, + "length": 5, + "value": "0.587" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1806, + "length": 5, + "value": "0.114" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1828, + "length": 8, + "value": "-0.14713" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1843, + "length": 7, + "value": "0.28886" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1857, + "length": 5, + "value": "0.436" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1879, + "length": 5, + "value": "0.615" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1891, + "length": 7, + "value": "0.51499" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1905, + "length": 7, + "value": "0.10001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2952, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 965, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1450, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1463, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1519, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5661, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6672, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 7702, + "length": 148, + "value": "\"The Core Animation rendering engine doesn't currently support applying\ntrims to filled shapes (only stroked shapes).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 7995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 8717, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 9855, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 256, + "length": 14, + "value": "\"Lottie.ShapeItemLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "BooleanLiteral", + "offset": 10576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 523, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 2797, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 10, + "value": "\"Lottie.ImageLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3630, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/ReducedMotionOption.swift", + "kind": "BooleanLiteral", + "offset": 2651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1647, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1771, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "FloatLiteral", + "offset": 1956, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 376, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 464, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 547, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 607, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 636, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 663, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 11, + "value": "\"fillColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 750, + "length": 13, + "value": "\"strokeColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 11, + "value": "\"lineWidth\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 12, + "value": "\"miterLimit\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 843, + "length": 15, + "value": "\"lineDashPhase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 904, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1266, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 177, + "length": 16, + "value": "\"Lottie.ShapeRenderLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1274, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1488, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3354, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3977, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 1894, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "FloatLiteral", + "offset": 1922, + "length": 6, + "value": "0.5519" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2007, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2219, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 2498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 3059, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3332, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3590, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3614, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4169, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4370, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4389, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 1078, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 2558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 962, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1173, + "length": 39, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1211, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1334, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1421, + "length": 35, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1567, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2173, + "length": 15, + "value": "\"manifest.json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2233, + "length": 12, + "value": "\"animations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2286, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 2755, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 3309, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 3412, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1117, + "length": 3, + "value": "375" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1130, + "length": 3, + "value": "150" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 1340, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6065, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6204, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 7130, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 9203, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 9263, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 564, + "length": 27, + "value": "\"Lottie.SwiftUIMeasurementContainer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 14216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16466, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1061, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/URL+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 678, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "Array", + "offset": 1007, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 38, + "value": "\"init(from:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1217, + "length": 44, + "value": "\"init(dictionary:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 846, + "length": 17, + "value": "\"Lottie.CombinedShapeItem\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1829, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 583, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 816, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1307, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1390, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "IntegerLiteral", + "offset": 555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 570, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 1161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1441, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1477, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1523, + "length": 14, + "value": "\"Inner Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1559, + "length": 19, + "value": "\"Inner Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1654, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 2638, + "length": 7, + "value": "0.47829" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2775, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2808, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4068, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4109, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4186, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4309, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4365, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4806, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 5167, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5220, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5236, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5379, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5457, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5498, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5714, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5950, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6085, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6839, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7112, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 507, + "length": 19, + "value": "\"multiplyBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 545, + "length": 17, + "value": "\"screenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 18, + "value": "\"overlayBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"darkenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 18, + "value": "\"lightenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 21, + "value": "\"colorDodgeBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 740, + "length": 20, + "value": "\"colorBurnBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 20, + "value": "\"hardLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 20, + "value": "\"softLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 867, + "length": 21, + "value": "\"differenceBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 910, + "length": 20, + "value": "\"exclusionBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 946, + "length": 14, + "value": "\"hueBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 21, + "value": "\"saturationBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1022, + "length": 16, + "value": "\"colorBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1061, + "length": 21, + "value": "\"luminosityBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 885, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.ImageCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/ImageProvider\/AnimationImageProvider.swift", + "kind": "BooleanLiteral", + "offset": 1338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 3904, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 361, + "length": 14, + "value": "\"Lottie.GradientStroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1933, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "StringLiteral", + "offset": 7065, + "length": 74, + "value": "\"When interpolating Arrays, both array sound have the same element count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "IntegerLiteral", + "offset": 8003, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 362, + "length": 25, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 1, + "value": "\"] \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 386, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1333, + "length": 51, + "value": "\"Compatibility issue context is unexpectedly empty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1663, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1675, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "Array", + "offset": 2487, + "length": 2, + "value": "[]" + } + ] +} \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-macos.private.swiftinterface b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-macos.private.swiftinterface new file mode 100644 index 0000000..3c5985c --- /dev/null +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-macos.private.swiftinterface @@ -0,0 +1,1379 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target x86_64-apple-macos10.15 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AppKit +import Combine +import Compression +import CoreFoundation +import CoreGraphics +import CoreText +import Foundation +import QuartzCore +import Swift +import SwiftUI +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +import zlib +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { + final public let name: Swift.String + final public let directory: Swift.String + final public let width: Swift.Double + final public let height: Swift.Double + override final public func encode(to encoder: any Swift.Encoder) throws + @objc deinit +} +public typealias LottieControlType = AppKit.NSControl +public typealias LottieControlState = Lottie.LottieNSControlState +public enum LottieNSControlState : Swift.UInt, Swift.RawRepresentable { + case normal + case highlighted + public init?(rawValue: Swift.UInt) + public typealias RawValue = Swift.UInt + public var rawValue: Swift.UInt { + get + } +} +public typealias LottieControlEvent = Lottie.LottieNSControlEvent +public struct LottieNSControlEvent : Swift.Equatable, Swift.Sendable { + public init(_ event: AppKit.NSEvent.EventType, inside: Swift.Bool) + public static let touchDown: Lottie.LottieNSControlEvent + public static let touchUpInside: Lottie.LottieNSControlEvent + public static let touchUpOutside: Lottie.LottieNSControlEvent + public var event: AppKit.NSEvent.EventType + public var inside: Swift.Bool + public static func == (a: Lottie.LottieNSControlEvent, b: Lottie.LottieNSControlEvent) -> Swift.Bool +} +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +extension QuartzCore.CALayer { + @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) +} +public protocol AnimationFontProvider { + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? +} +final public class DefaultFontProvider : Lottie.AnimationFontProvider { + public init() + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? + @objc deinit +} +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} +public enum LottieAnimationCache { + public static var shared: (any Lottie.AnimationCacheProvider)? +} +public class FilepathImageProvider : Lottie.AnimationImageProvider { + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public class DefaultAnimationCache : Lottie.AnimationCacheProvider { + public init() + public static let sharedCache: Lottie.DefaultAnimationCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? + public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { + func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String +} +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? + final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init() + final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { + case type2d + case type3d + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws + public init(dictionary: [Swift.String : Any]) throws + final public let startFrame: Lottie.AnimationFrameTime + final public let endFrame: Lottie.AnimationFrameTime + final public let framerate: Swift.Double + final public var markerNames: [Swift.String] { + get + } + @objc deinit + final public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { + func animation(forKey: Swift.String) -> Lottie.LottieAnimation? + func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) + func clearCache() +} +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) open func handle(_ event: Lottie.LottieNSControlEvent) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { + required public init(from decoder: any Swift.Decoder) throws + final public let id: Swift.String + @objc deinit + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { +} +public class BundleImageProvider : Lottie.AnimationImageProvider { + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} +final public class SizeValueProvider { + public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} +infix operator +| : DefaultPrecedence +infix operator +- : DefaultPrecedence +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func mouseDown(with mouseDownEvent: AppKit.NSEvent) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func handle(_ event: Lottie.LottieNSControlEvent) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat +public enum ColorFormatDenominator : Swift.Hashable { + case One + case OneHundred + case TwoFiftyFive + public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct LottieColor : Swift.Hashable { + public var r: Swift.Double + public var g: Swift.Double + public var b: Swift.Double + public var a: Swift.Double + public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +final public class ColorValueProvider { + public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) + public init(_ color: Lottie.LottieColor) + public init(_ keyframes: [Lottie.Keyframe]) + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor + final public var color: Lottie.LottieColor { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} +public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { + public init(keypath: Swift.String) + public init(stringLiteral: Swift.String) + public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias StringLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public var hashValue: Swift.Int { + get + } +} +public struct LottieConfiguration : Swift.Hashable { + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) + public static var shared: Lottie.LottieConfiguration + public var renderingEngine: Lottie.RenderingEngineOption + public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption + public var colorSpace: CoreGraphics.CGColorSpace + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { + get + } + public var sizeValue: CoreFoundation.CGSize { + get + } +} +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.LottieAnimationView { + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : AppKit.NSView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public protocol AnyValueProvider { + var valueType: any Any.Type { get } + var typeErasedStorage: Lottie.AnyValueProviderStorage { get } + func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool +} +extension Lottie.AnyValueProvider { + public func value(frame: Lottie.AnimationFrameTime) -> Any +} +public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { + case singleValue(T) + case keyframes([Lottie.Keyframe]) + case closure((Lottie.AnimationFrameTime) -> T) +} +public enum AnyValueProviderStorage { + case singleValue(Any) + case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) + case closure((Lottie.AnimationFrameTime) -> Any) +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { + public init(_ value: Swift.Double) + public let value: Swift.Double + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { + public let x: Swift.Double + public let y: Swift.Double + public let z: Swift.Double + public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottieBackgroundBehavior { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior + public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum LottieLoopMode : Swift.Hashable { + case playOnce + case loop + case autoReverse + case `repeat`(Swift.Float) + case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieLoopMode : Swift.Equatable { + public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { + get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { + get + set + } + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @objc deinit +} +public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") + case invalidFileFormat + @available(*, deprecated, message: "Unused") + case invalidData + @available(*, deprecated, message: "Unused") + case animationNotAvailable +} +final public class FloatValueProvider { + public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { + get + } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode +} +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieColor : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.DotLottieFile { + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } + #if compiler(>=5.3) && $AsyncAwait + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile + #endif +} +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { + func file(forKey: Swift.String) -> Lottie.DotLottieFile? + func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) + func clearCache() +} +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} +public enum LottieContentMode : Swift.Int { + case scaleToFill + case scaleAspectFit + case scaleAspectFill + case redraw + case center + case top + case bottom + case left + case right + case topLeft + case topRight + case bottomLeft + case bottomRight + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : AppKit.NSView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var wantsUpdateLayer: Swift.Bool { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var isFlipped: Swift.Bool { + @objc get + } + @_Concurrency.MainActor(unsafe) public var contentMode: Lottie.LottieContentMode { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidMoveToWindow() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layout() + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +public class DotLottieCache : Lottie.DotLottieCacheProvider { + public init() + public static let sharedCache: Lottie.DotLottieCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? + public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} +extension Lottie.LottieAnimation { + public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void + final public var duration: Foundation.TimeInterval { + get + } + final public var bounds: CoreFoundation.CGRect { + get + } + final public var size: CoreFoundation.CGSize { + get + } + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) + final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime + final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime + final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval + final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime +} +extension Foundation.Bundle : @unchecked Swift.Sendable { +} +public enum LayerType : Swift.Int, Swift.Codable { + case precomp + case solid + case image + case null + case shape + case text + case unknown + public init(from decoder: any Swift.Decoder) throws + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum MatteType : Swift.Int, Swift.Codable { + case none + case add + case invert + case unknown + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum BlendMode : Swift.Int, Swift.Codable { + case normal + case multiply + case screen + case overlay + case darken + case lighten + case colorDodge + case colorBurn + case hardLight + case softLight + case difference + case exclusion + case hue + case saturation + case color + case luminosity + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class GradientValueProvider { + public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) + public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] + final public var colors: [Lottie.LottieColor] { + get + set + } + final public var locations: [Swift.Double] { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { + get + } +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int +} +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +@_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } + @objc deinit +} +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} +final public class LottieLogger { + public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in + // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assert(condition(), message(), file: file, line: line) + }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in + // If we default to `Swift.assertionFailure` directly with + // `assertionFailure: AssertionFailure = Swift.assertionFailure`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assertionFailure(message(), file: file, line: line) + }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in + }, info: @escaping Lottie.LottieLogger.Info = { message in + }) + public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void + public static var shared: Lottie.LottieLogger + final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func info(_ message: @autoclosure () -> Swift.String = String()) + @objc deinit +} +extension Lottie.LottieLogger { + public static var printToConsole: Lottie.LottieLogger { + get + } +} +@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") +public typealias LRUAnimationCache = Lottie.DefaultAnimationCache +final public class PointValueProvider { + public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} +final public class Keyframe { + public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + final public let value: T + final public let time: Lottie.AnimationFrameTime + final public let isHold: Swift.Bool + final public let inTangent: Lottie.LottieVector2D? + final public let outTangent: Lottie.LottieVector2D? + final public let spatialInTangent: Lottie.LottieVector3D? + final public let spatialOutTangent: Lottie.LottieVector3D? + @objc deinit +} +extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { + public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool +} +extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { + final public func hash(into hasher: inout Swift.Hasher) + final public var hashValue: Swift.Int { + get + } +} +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} +public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } + func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +public protocol Interpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +public protocol AnyInterpolatable { + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.Interpolatable { + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.SpatialInterpolatable { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Swift.Double : Lottie.Interpolatable { +} +extension CoreFoundation.CGFloat : Lottie.Interpolatable { +} +extension Swift.Float : Lottie.Interpolatable { +} +extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect +} +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize +} +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint +} +extension Lottie.LottieColor : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor +} +extension Lottie.LottieVector1D : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D +} +extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D +} +extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D +} +extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? +} +extension Lottie.LottieNSControlState : Swift.Equatable {} +extension Lottie.LottieNSControlState : Swift.Hashable {} +extension Lottie.CoordinateSpace : Swift.Equatable {} +extension Lottie.CoordinateSpace : Swift.Hashable {} +extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieButton : SwiftUI.View {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} +extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} +extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} +extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} +extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LottieView : SwiftUI.View {} +extension Lottie.LottieContentMode : Swift.Equatable {} +extension Lottie.LottieContentMode : Swift.Hashable {} +extension Lottie.LottieContentMode : Swift.RawRepresentable {} +extension Lottie.LayerType : Swift.Equatable {} +extension Lottie.LayerType : Swift.Hashable {} +extension Lottie.LayerType : Swift.RawRepresentable {} +extension Lottie.MatteType : Swift.Equatable {} +extension Lottie.MatteType : Swift.Hashable {} +extension Lottie.MatteType : Swift.RawRepresentable {} +extension Lottie.BlendMode : Swift.Equatable {} +extension Lottie.BlendMode : Swift.Hashable {} +extension Lottie.BlendMode : Swift.RawRepresentable {} +extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftdoc b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftdoc index 6c9b6e5..f62f129 100644 Binary files a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftdoc and b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftdoc differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftinterface b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftinterface index 34c0ac0..3c5985c 100644 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftinterface +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftinterface @@ -1,7 +1,9 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target x86_64-apple-macos10.13 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target x86_64-apple-macos10.15 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex import AppKit +import Combine import Compression import CoreFoundation import CoreGraphics @@ -9,36 +11,193 @@ import CoreText import Foundation import QuartzCore import Swift +import SwiftUI import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims import zlib @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { final public let name: Swift.String final public let directory: Swift.String final public let width: Swift.Double final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws + override final public func encode(to encoder: any Swift.Encoder) throws + @objc deinit +} +public typealias LottieControlType = AppKit.NSControl +public typealias LottieControlState = Lottie.LottieNSControlState +public enum LottieNSControlState : Swift.UInt, Swift.RawRepresentable { + case normal + case highlighted + public init?(rawValue: Swift.UInt) + public typealias RawValue = Swift.UInt + public var rawValue: Swift.UInt { + get + } +} +public typealias LottieControlEvent = Lottie.LottieNSControlEvent +public struct LottieNSControlEvent : Swift.Equatable, Swift.Sendable { + public init(_ event: AppKit.NSEvent.EventType, inside: Swift.Bool) + public static let touchDown: Lottie.LottieNSControlEvent + public static let touchUpInside: Lottie.LottieNSControlEvent + public static let touchUpOutside: Lottie.LottieNSControlEvent + public var event: AppKit.NSEvent.EventType + public var inside: Swift.Bool + public static func == (a: Lottie.LottieNSControlEvent, b: Lottie.LottieNSControlEvent) -> Swift.Bool +} +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) @objc deinit } extension QuartzCore.CALayer { @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) } public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? } final public class DefaultFontProvider : Lottie.AnimationFontProvider { public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? @objc deinit } +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? + public static var shared: (any Lottie.AnimationCacheProvider)? } public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public init() public static let sharedCache: Lottie.DefaultAnimationCache @@ -51,20 +210,38 @@ public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) @objc deinit } -public protocol AnimationTextProvider : AnyObject { +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String } -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String @objc deinit } -final public class DefaultTextProvider : Lottie.AnimationTextProvider { +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init() final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String @objc deinit } -public enum CoordinateSpace : Swift.Int, Swift.Codable { +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { case type2d case type3d public init?(rawValue: Swift.Int) @@ -73,8 +250,8 @@ public enum CoordinateSpace : Swift.Int, Swift.Codable { get } } -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws public init(dictionary: [Swift.String : Any]) throws final public let startFrame: Lottie.AnimationFrameTime final public let endFrame: Lottie.AnimationFrameTime @@ -83,46 +260,133 @@ final public class LottieAnimation : Swift.Codable { get } @objc deinit - final public func encode(to encoder: Swift.Encoder) throws + final public func encode(to encoder: any Swift.Encoder) throws } -public protocol AnimationCacheProvider : AnyObject { +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { func animation(forKey: Swift.String) -> Lottie.LottieAnimation? func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) func clearCache() } -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) open func handle(_ event: Lottie.LottieNSControlEvent) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} @_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws + required public init(from decoder: any Swift.Decoder) throws final public let id: Swift.String @objc deinit - public func encode(to encoder: Swift.Encoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { } public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} final public class SizeValueProvider { public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} infix operator +| : DefaultPrecedence infix operator +- : DefaultPrecedence -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func mouseDown(with mouseDownEvent: AppKit.NSEvent) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func handle(_ event: Lottie.LottieNSControlEvent) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat public enum ColorFormatDenominator : Swift.Hashable { case One case OneHundred @@ -149,24 +413,33 @@ final public class ColorValueProvider { public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) public init(_ color: Lottie.LottieColor) public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor final public var color: Lottie.LottieColor { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { public init(keypath: Swift.String) public init(stringLiteral: Swift.String) public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool public typealias ExtendedGraphemeClusterLiteralType = Swift.String @@ -177,10 +450,11 @@ public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLitera } } public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) public static var shared: Lottie.LottieConfiguration public var renderingEngine: Lottie.RenderingEngineOption public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption public var colorSpace: CoreGraphics.CGColorSpace public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool @@ -188,56 +462,13 @@ public struct LottieConfiguration : Swift.Hashable { get } } -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws } -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool public var hashValue: Swift.Int { @@ -245,27 +476,41 @@ public struct LottieVector2D : Swift.Codable, Swift.Hashable { } } extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws } extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { + public var pointValue: CoreFoundation.CGPoint { + get + } + public var sizeValue: CoreFoundation.CGSize { + get + } +} +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { get } - public var sizeValue: CoreGraphics.CGSize { +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { get } } extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void } @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : AppKit.NSView { @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) @@ -273,7 +518,7 @@ extension Lottie.LottieAnimationView { @objc deinit } public protocol AnyValueProvider { - var valueType: Any.Type { get } + var valueType: any Any.Type { get } var typeErasedStorage: Lottie.AnyValueProviderStorage { get } func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool } @@ -290,7 +535,41 @@ public enum AnyValueProviderStorage { case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) case closure((Lottie.AnimationFrameTime) -> Any) } -public struct LottieVector1D : Swift.Hashable { +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { public init(_ value: Swift.Double) public let value: Swift.Double public func hash(into hasher: inout Swift.Hasher) @@ -299,7 +578,7 @@ public struct LottieVector1D : Swift.Hashable { get } } -public struct LottieVector3D : Swift.Hashable { +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { public let x: Swift.Double public let y: Swift.Double public let z: Swift.Double @@ -323,189 +602,360 @@ public enum LottieBackgroundBehavior { get } } -public enum LottieLoopMode { +public enum LottieLoopMode : Swift.Hashable { case playOnce case loop case autoReverse case `repeat`(Swift.Float) case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } } extension Lottie.LottieLoopMode : Swift.Equatable { public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool } -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { + get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { get } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { get set } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { get set } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { get set } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { get set } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { get set } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { get set } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { get + set } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { get } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { get set } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { get set } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { get set } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { get set } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { get } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { get } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { get set } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { get set } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { get } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @objc deinit } public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") case invalidFileFormat + @available(*, deprecated, message: "Unused") case invalidData + @available(*, deprecated, message: "Unused") case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } } final public class FloatValueProvider { public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { + get + } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode +} +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws } extension Lottie.DotLottieFile { - + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) } -public protocol DotLottieCacheProvider { +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { func file(forKey: Swift.String) -> Lottie.DotLottieFile? func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) func clearCache() } +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} public enum LottieContentMode : Swift.Int { case scaleToFill case scaleAspectFit @@ -526,12 +976,12 @@ public enum LottieContentMode : Swift.Int { get } } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : AppKit.NSView { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : AppKit.NSView { @_Concurrency.MainActor(unsafe) @objc override dynamic public var wantsUpdateLayer: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) @objc override dynamic public var isFlipped: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get + @objc get } @_Concurrency.MainActor(unsafe) public var contentMode: Lottie.LottieContentMode { get @@ -555,28 +1005,27 @@ public class DotLottieCache : Lottie.DotLottieCacheProvider { public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) @objc deinit } +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} extension Lottie.LottieAnimation { public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void final public var duration: Foundation.TimeInterval { get } - final public var bounds: CoreGraphics.CGRect { + final public var bounds: CoreFoundation.CGRect { get } - final public var size: CoreGraphics.CGSize { + final public var size: CoreFoundation.CGSize { get } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @@ -594,7 +1043,8 @@ public enum LayerType : Swift.Int, Swift.Codable { case null case shape case text - public init(from decoder: Swift.Decoder) throws + case unknown + public init(from decoder: any Swift.Decoder) throws public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { @@ -638,8 +1088,8 @@ public enum BlendMode : Swift.Int, Swift.Codable { final public class GradientValueProvider { public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] final public var colors: [Lottie.LottieColor] { get set @@ -648,18 +1098,117 @@ final public class GradientValueProvider { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { + get + } +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int +} +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} @_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } @objc deinit } +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} final public class LottieLogger { public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, @@ -695,21 +1244,24 @@ extension Lottie.LottieLogger { public typealias LRUAnimationCache = Lottie.DefaultAnimationCache final public class PointValueProvider { public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} final public class Keyframe { public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) @@ -731,68 +1283,85 @@ extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { get } } +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity } public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self } extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Swift.Double : Lottie.Interpolatable { } -extension CoreGraphics.CGFloat : Lottie.Interpolatable { +extension CoreFoundation.CGFloat : Lottie.Interpolatable { } extension Swift.Float : Lottie.Interpolatable { } extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect } -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize } -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint } extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor } extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D } extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D } extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D } extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? } +extension Lottie.LottieNSControlState : Swift.Equatable {} +extension Lottie.LottieNSControlState : Swift.Hashable {} extension Lottie.CoordinateSpace : Swift.Equatable {} extension Lottie.CoordinateSpace : Swift.Hashable {} extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieButton : SwiftUI.View {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LottieView : SwiftUI.View {} extension Lottie.LottieContentMode : Swift.Equatable {} extension Lottie.LottieContentMode : Swift.Hashable {} extension Lottie.LottieContentMode : Swift.RawRepresentable {} @@ -806,4 +1375,5 @@ extension Lottie.BlendMode : Swift.Equatable {} extension Lottie.BlendMode : Swift.Hashable {} extension Lottie.BlendMode : Swift.RawRepresentable {} extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LottieSwitch : SwiftUI.View {} extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64.swiftdoc b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64.swiftdoc deleted file mode 100644 index 6c9b6e5..0000000 Binary files a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64.swiftinterface b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64.swiftinterface deleted file mode 100644 index 34c0ac0..0000000 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Modules/Lottie.swiftmodule/x86_64.swiftinterface +++ /dev/null @@ -1,809 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target x86_64-apple-macos10.13 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import AppKit -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -public enum LottieContentMode : Swift.Int { - case scaleToFill - case scaleAspectFit - case scaleAspectFill - case redraw - case center - case top - case bottom - case left - case right - case topLeft - case topRight - case bottomLeft - case bottomRight - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var wantsUpdateLayer: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isFlipped: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) public var contentMode: Lottie.LottieContentMode { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layout() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieContentMode : Swift.Equatable {} -extension Lottie.LottieContentMode : Swift.Hashable {} -extension Lottie.LottieContentMode : Swift.RawRepresentable {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Resources/Info.plist b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Resources/Info.plist index 2e757e6..2b6b04a 100644 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Resources/Info.plist +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 21G320 + 23F79 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,32 +17,30 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 4.5.0 CFBundleSupportedPlatforms MacOSX CFBundleVersion - 1 + 443 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 13C100 + DTPlatformName macosx DTPlatformVersion - 12.1 + 14.2 DTSDKBuild - 21C46 + 23C53 DTSDKName - macosx12.1 + macosx14.2 DTXcode - 1321 + 1520 DTXcodeBuild - 13C100 + 15C500b LSMinimumSystemVersion - 10.13 - NSHumanReadableCopyright - + 10.15 diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Resources/PrivacyInfo.xcprivacy b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Resources/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..64e785c --- /dev/null +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/Resources/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyTracking + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + + diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/_CodeSignature/CodeResources b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/_CodeSignature/CodeResources index b13ba16..8f5cbe2 100644 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/_CodeSignature/CodeResources +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/A/_CodeSignature/CodeResources @@ -6,7 +6,11 @@ Resources/Info.plist - NX7uLKhkEnsCublnt8l/ehrN1u4= + 5g3DmjvMrPtVQTjLFo5rGonVUHI= + + Resources/PrivacyInfo.xcprivacy + + 9slhmTZYKDmos4efk+3YOXYOQXo= files2 @@ -15,105 +19,98 @@ hash2 - lm52BwPeRvdASqyFdioYIp06y23C3Posy+Eg7gPIsxA= + oeXxy3FfexuyHtU/XnqVYRXDn8e0oqHtMILuRpKG/qQ= - Modules/Lottie.swiftmodule/arm64-apple-macos.swiftdoc + Modules/Lottie.swiftmodule/arm64-apple-macos.abi.json hash2 - rVp5DKuIxM4l2O2cdCNPh2DXfX1ZU6+7EtntXME+t+w= + ePkAzIOQmXvh8jcppCG/jigzs/aPrCoIR11BmSB8JqU= - Modules/Lottie.swiftmodule/arm64-apple-macos.swiftinterface + Modules/Lottie.swiftmodule/arm64-apple-macos.private.swiftinterface hash2 - CY2rgUBgRauenVTFyUlykI+b3Y5py2DJJioKrcf30e4= + QWbO+gdP34ADIBouZFllrLlQDaKmwmRmzxYZkfzQjRw= - Modules/Lottie.swiftmodule/arm64-apple-macos.swiftmodule + Modules/Lottie.swiftmodule/arm64-apple-macos.swiftdoc hash2 - ajxbQ+63Y6kYPV1pKQFws+GcDmnOclepsijiOqiVnCY= + kcXqjTh843ivO+2uxAh5Hapbnf6H1vtPbSrp52UsOO4= - Modules/Lottie.swiftmodule/arm64.swiftdoc + Modules/Lottie.swiftmodule/arm64-apple-macos.swiftinterface hash2 - rVp5DKuIxM4l2O2cdCNPh2DXfX1ZU6+7EtntXME+t+w= + QWbO+gdP34ADIBouZFllrLlQDaKmwmRmzxYZkfzQjRw= - Modules/Lottie.swiftmodule/arm64.swiftinterface + Modules/Lottie.swiftmodule/arm64-apple-macos.swiftmodule hash2 - CY2rgUBgRauenVTFyUlykI+b3Y5py2DJJioKrcf30e4= + MPRQc6fbZWSOkTX+nt+mx2oOpBIGJlJM4sP0PhvDHaA= - Modules/Lottie.swiftmodule/arm64.swiftmodule + Modules/Lottie.swiftmodule/x86_64-apple-macos.abi.json hash2 - ajxbQ+63Y6kYPV1pKQFws+GcDmnOclepsijiOqiVnCY= + ePkAzIOQmXvh8jcppCG/jigzs/aPrCoIR11BmSB8JqU= - Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftdoc + Modules/Lottie.swiftmodule/x86_64-apple-macos.private.swiftinterface hash2 - 1By7/6ciyJvebcZ1ULDo2CsTTbVsNf9GN9UH8NUua24= + lDE1VT3YqEZhUJ9u+X1ANSfPwMlaQOOBySKQTRNJcLY= - Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftinterface - - hash2 - - tJPcvtPcHhfkKUcFnXWC7cInqc1ruEQ70DlbhPyUdGE= - - - Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftmodule + Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftdoc hash2 - dkjrFV2mNaxFXNaA7E1TZCl/ExjrwRZuXtoWpqn5y8w= + ooSSgQY6ylhy6lGGBJOHR3UdFdRs9WWci1gd0SaXa74= - Modules/Lottie.swiftmodule/x86_64.swiftdoc + Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftinterface hash2 - 1By7/6ciyJvebcZ1ULDo2CsTTbVsNf9GN9UH8NUua24= + lDE1VT3YqEZhUJ9u+X1ANSfPwMlaQOOBySKQTRNJcLY= - Modules/Lottie.swiftmodule/x86_64.swiftinterface + Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftmodule hash2 - tJPcvtPcHhfkKUcFnXWC7cInqc1ruEQ70DlbhPyUdGE= + uu5bGJblP0yWYy5MbNQ1OKXbkmG/iejc22Y9OMcl/xI= - Modules/Lottie.swiftmodule/x86_64.swiftmodule + Modules/module.modulemap hash2 - dkjrFV2mNaxFXNaA7E1TZCl/ExjrwRZuXtoWpqn5y8w= + GTUIX/Hf1jwA337lpALyQjuRidby1Hc8v68BlEnql9s= - Modules/module.modulemap + Resources/Info.plist hash2 - GTUIX/Hf1jwA337lpALyQjuRidby1Hc8v68BlEnql9s= + Cvb6EFZksihbGAO1d2CWpiKQwNQhu9oS1lZC8U5mUWc= - Resources/Info.plist + Resources/PrivacyInfo.xcprivacy hash2 - otY/CPJy5uUFLl7GAPOkFPPZDcAt0RW6qncbDZWRgtw= + ENpn8heCTwGSiOwyirq8KQqwOZxS6b53ok1JQzkTfaI= diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current new file mode 100755 index 0000000..8c7e5a6 --- /dev/null +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current @@ -0,0 +1 @@ +A \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current.part b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current.part new file mode 100644 index 0000000..e69de29 diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Lottie b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Lottie deleted file mode 100755 index 79fe1c9..0000000 Binary files a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Lottie and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftdoc b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftdoc deleted file mode 100644 index 3d5cb6e..0000000 Binary files a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftinterface b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftinterface deleted file mode 100644 index cd4fa6d..0000000 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/arm64-apple-macos.swiftinterface +++ /dev/null @@ -1,809 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target arm64-apple-macos10.13 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import AppKit -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -public enum LottieContentMode : Swift.Int { - case scaleToFill - case scaleAspectFit - case scaleAspectFill - case redraw - case center - case top - case bottom - case left - case right - case topLeft - case topRight - case bottomLeft - case bottomRight - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var wantsUpdateLayer: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isFlipped: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) public var contentMode: Lottie.LottieContentMode { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layout() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieContentMode : Swift.Equatable {} -extension Lottie.LottieContentMode : Swift.Hashable {} -extension Lottie.LottieContentMode : Swift.RawRepresentable {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/arm64.swiftdoc b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/arm64.swiftdoc deleted file mode 100644 index 3d5cb6e..0000000 Binary files a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/arm64.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/arm64.swiftinterface b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/arm64.swiftinterface deleted file mode 100644 index cd4fa6d..0000000 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/arm64.swiftinterface +++ /dev/null @@ -1,809 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target arm64-apple-macos10.13 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import AppKit -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -public enum LottieContentMode : Swift.Int { - case scaleToFill - case scaleAspectFit - case scaleAspectFill - case redraw - case center - case top - case bottom - case left - case right - case topLeft - case topRight - case bottomLeft - case bottomRight - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var wantsUpdateLayer: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isFlipped: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) public var contentMode: Lottie.LottieContentMode { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layout() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieContentMode : Swift.Equatable {} -extension Lottie.LottieContentMode : Swift.Hashable {} -extension Lottie.LottieContentMode : Swift.RawRepresentable {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftdoc b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftdoc deleted file mode 100644 index 6c9b6e5..0000000 Binary files a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftinterface b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftinterface deleted file mode 100644 index 34c0ac0..0000000 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftinterface +++ /dev/null @@ -1,809 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target x86_64-apple-macos10.13 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import AppKit -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -public enum LottieContentMode : Swift.Int { - case scaleToFill - case scaleAspectFit - case scaleAspectFill - case redraw - case center - case top - case bottom - case left - case right - case topLeft - case topRight - case bottomLeft - case bottomRight - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var wantsUpdateLayer: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isFlipped: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) public var contentMode: Lottie.LottieContentMode { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layout() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieContentMode : Swift.Equatable {} -extension Lottie.LottieContentMode : Swift.Hashable {} -extension Lottie.LottieContentMode : Swift.RawRepresentable {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/x86_64.swiftdoc b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/x86_64.swiftdoc deleted file mode 100644 index 6c9b6e5..0000000 Binary files a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/x86_64.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/x86_64.swiftinterface b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/x86_64.swiftinterface deleted file mode 100644 index 34c0ac0..0000000 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/Lottie.swiftmodule/x86_64.swiftinterface +++ /dev/null @@ -1,809 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target x86_64-apple-macos10.13 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import AppKit -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -public enum LottieContentMode : Swift.Int { - case scaleToFill - case scaleAspectFit - case scaleAspectFill - case redraw - case center - case top - case bottom - case left - case right - case topLeft - case topRight - case bottomLeft - case bottomRight - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : AppKit.NSView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var wantsUpdateLayer: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public var isFlipped: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) public var contentMode: Lottie.LottieContentMode { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layout() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame frameRect: Foundation.NSRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieContentMode : Swift.Equatable {} -extension Lottie.LottieContentMode : Swift.Hashable {} -extension Lottie.LottieContentMode : Swift.RawRepresentable {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/module.modulemap b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/module.modulemap deleted file mode 100644 index 1f3f672..0000000 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Modules/module.modulemap +++ /dev/null @@ -1,4 +0,0 @@ -framework module Lottie { - header "Lottie-Swift.h" - requires objc -} diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Resources/Info.plist b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Resources/Info.plist deleted file mode 100644 index 2e757e6..0000000 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/Resources/Info.plist +++ /dev/null @@ -1,48 +0,0 @@ - - - - - BuildMachineOSBuild - 21G320 - CFBundleDevelopmentRegion - en - CFBundleExecutable - Lottie - CFBundleIdentifier - com.airbnb.Lottie - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - Lottie - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - 1 - DTCompiler - com.apple.compilers.llvm.clang.1_0 - DTPlatformBuild - 13C100 - DTPlatformName - macosx - DTPlatformVersion - 12.1 - DTSDKBuild - 21C46 - DTSDKName - macosx12.1 - DTXcode - 1321 - DTXcodeBuild - 13C100 - LSMinimumSystemVersion - 10.13 - NSHumanReadableCopyright - - - diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/_CodeSignature/CodeResources b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/_CodeSignature/CodeResources deleted file mode 100644 index b13ba16..0000000 --- a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/Lottie.framework/Versions/Current/_CodeSignature/CodeResources +++ /dev/null @@ -1,226 +0,0 @@ - - - - - files - - Resources/Info.plist - - NX7uLKhkEnsCublnt8l/ehrN1u4= - - - files2 - - Headers/Lottie-Swift.h - - hash2 - - lm52BwPeRvdASqyFdioYIp06y23C3Posy+Eg7gPIsxA= - - - Modules/Lottie.swiftmodule/arm64-apple-macos.swiftdoc - - hash2 - - rVp5DKuIxM4l2O2cdCNPh2DXfX1ZU6+7EtntXME+t+w= - - - Modules/Lottie.swiftmodule/arm64-apple-macos.swiftinterface - - hash2 - - CY2rgUBgRauenVTFyUlykI+b3Y5py2DJJioKrcf30e4= - - - Modules/Lottie.swiftmodule/arm64-apple-macos.swiftmodule - - hash2 - - ajxbQ+63Y6kYPV1pKQFws+GcDmnOclepsijiOqiVnCY= - - - Modules/Lottie.swiftmodule/arm64.swiftdoc - - hash2 - - rVp5DKuIxM4l2O2cdCNPh2DXfX1ZU6+7EtntXME+t+w= - - - Modules/Lottie.swiftmodule/arm64.swiftinterface - - hash2 - - CY2rgUBgRauenVTFyUlykI+b3Y5py2DJJioKrcf30e4= - - - Modules/Lottie.swiftmodule/arm64.swiftmodule - - hash2 - - ajxbQ+63Y6kYPV1pKQFws+GcDmnOclepsijiOqiVnCY= - - - Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftdoc - - hash2 - - 1By7/6ciyJvebcZ1ULDo2CsTTbVsNf9GN9UH8NUua24= - - - Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftinterface - - hash2 - - tJPcvtPcHhfkKUcFnXWC7cInqc1ruEQ70DlbhPyUdGE= - - - Modules/Lottie.swiftmodule/x86_64-apple-macos.swiftmodule - - hash2 - - dkjrFV2mNaxFXNaA7E1TZCl/ExjrwRZuXtoWpqn5y8w= - - - Modules/Lottie.swiftmodule/x86_64.swiftdoc - - hash2 - - 1By7/6ciyJvebcZ1ULDo2CsTTbVsNf9GN9UH8NUua24= - - - Modules/Lottie.swiftmodule/x86_64.swiftinterface - - hash2 - - tJPcvtPcHhfkKUcFnXWC7cInqc1ruEQ70DlbhPyUdGE= - - - Modules/Lottie.swiftmodule/x86_64.swiftmodule - - hash2 - - dkjrFV2mNaxFXNaA7E1TZCl/ExjrwRZuXtoWpqn5y8w= - - - Modules/module.modulemap - - hash2 - - GTUIX/Hf1jwA337lpALyQjuRidby1Hc8v68BlEnql9s= - - - Resources/Info.plist - - hash2 - - otY/CPJy5uUFLl7GAPOkFPPZDcAt0RW6qncbDZWRgtw= - - - - rules - - ^Resources/ - - ^Resources/.*\.lproj/ - - optional - - weight - 1000 - - ^Resources/.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Resources/Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ - - nested - - weight - 10 - - ^.* - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^Resources/ - - weight - 20 - - ^Resources/.*\.lproj/ - - optional - - weight - 1000 - - ^Resources/.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Resources/Base\.lproj/ - - weight - 1010 - - ^[^/]+$ - - nested - - weight - 10 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/dSYMs/Lottie.framework.dSYM/Contents/Info.plist b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/dSYMs/Lottie.framework.dSYM/Contents/Info.plist new file mode 100644 index 0000000..01e3d47 --- /dev/null +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/dSYMs/Lottie.framework.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.com.airbnb.Lottie + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 4.5.0 + CFBundleVersion + 443 + + diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie new file mode 100644 index 0000000..e61134c Binary files /dev/null and b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie differ diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml new file mode 100644 index 0000000..b757d96 --- /dev/null +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml @@ -0,0 +1,7680 @@ +--- +triple: 'arm64-apple-darwin' +binary-path: '/Users/runner/Library/Developer/Xcode/DerivedData/Lottie-fxrioqbkappyvraatalsxfpfubmj/Build/Intermediates.noindex/ArchiveIntermediates/Lottie (macOS)/InstallationBuildProductsLocation/Library/Frameworks/Lottie.framework/Versions/A/Lottie' +relocations: + - { offsetInCU: 0x34, offset: 0xC1488, size: 0x8, addend: 0x0, symName: _LottieVersionString, symObjAddr: 0x0, symBinAddr: 0x1770D0, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0xC14BD, size: 0x8, addend: 0x0, symName: _LottieVersionNumber, symObjAddr: 0x28, symBinAddr: 0x1770F8, symSize: 0x0 } + - { offsetInCU: 0x4B, offset: 0xC151E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x29B8, symSize: 0x48 } + - { offsetInCU: 0x70, offset: 0xC1543, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x2A00, symSize: 0x26C } + - { offsetInCU: 0xD8, offset: 0xC15AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2B4, symBinAddr: 0x2C6C, symSize: 0x41C } + - { offsetInCU: 0x261, offset: 0xC1734, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4nameSSvg', symObjAddr: 0x6D0, symBinAddr: 0x3088, symSize: 0x2C } + - { offsetInCU: 0x290, offset: 0xC1763, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC9directorySSvg', symObjAddr: 0x6FC, symBinAddr: 0x30B4, symSize: 0x2C } + - { offsetInCU: 0x2BF, offset: 0xC1792, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC5widthSdvg', symObjAddr: 0x728, symBinAddr: 0x30E0, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0xC17BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6heightSdvg', symObjAddr: 0x730, symBinAddr: 0x30E8, symSize: 0x8 } + - { offsetInCU: 0x319, offset: 0xC17EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x738, symBinAddr: 0x30F0, symSize: 0x21C } + - { offsetInCU: 0x3AB, offset: 0xC187E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO8rawValueSSvg', symObjAddr: 0xA40, symBinAddr: 0x33F8, symSize: 0x18 } + - { offsetInCU: 0x3E4, offset: 0xC18B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA58, symBinAddr: 0x3410, symSize: 0x18 } + - { offsetInCU: 0x412, offset: 0xC18E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA58, symBinAddr: 0x3410, symSize: 0x18 } + - { offsetInCU: 0x464, offset: 0xC1937, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xA94, symBinAddr: 0x344C, symSize: 0x64 } + - { offsetInCU: 0x4CA, offset: 0xC199D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xAF8, symBinAddr: 0x34B0, symSize: 0x28 } + - { offsetInCU: 0x4E6, offset: 0xC19B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xB20, symBinAddr: 0x34D8, symSize: 0x8 } + - { offsetInCU: 0x51C, offset: 0xC19EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB28, symBinAddr: 0x34E0, symSize: 0x68 } + - { offsetInCU: 0x5A1, offset: 0xC1A74, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xB90, symBinAddr: 0x3548, symSize: 0xC } + - { offsetInCU: 0x5BD, offset: 0xC1A90, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xB9C, symBinAddr: 0x3554, symSize: 0xC } + - { offsetInCU: 0x5DA, offset: 0xC1AAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfd', symObjAddr: 0xC14, symBinAddr: 0x35CC, symSize: 0x2C } + - { offsetInCU: 0x633, offset: 0xC1B06, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfD', symObjAddr: 0xC40, symBinAddr: 0x35F8, symSize: 0x34 } + - { offsetInCU: 0x76D, offset: 0xC1C40, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x954, symBinAddr: 0x330C, symSize: 0x40 } + - { offsetInCU: 0x781, offset: 0xC1C54, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0x994, symBinAddr: 0x334C, symSize: 0x24 } + - { offsetInCU: 0x795, offset: 0xC1C68, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs0C3KeyAAWl', symObjAddr: 0x9B8, symBinAddr: 0x3370, symSize: 0x44 } + - { offsetInCU: 0x7A9, offset: 0xC1C7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x9FC, symBinAddr: 0x33B4, symSize: 0x44 } + - { offsetInCU: 0x7BD, offset: 0xC1C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfE', symObjAddr: 0xBF8, symBinAddr: 0x35B0, symSize: 0x1C } + - { offsetInCU: 0x7EA, offset: 0xC1CBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCMa', symObjAddr: 0xC74, symBinAddr: 0x362C, symSize: 0x20 } + - { offsetInCU: 0x7FE, offset: 0xC1CD1, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0xCA8, symBinAddr: 0x3660, symSize: 0x4 } + - { offsetInCU: 0x812, offset: 0xC1CE5, size: 0x8, addend: 0x0, symName: ___swift_memcpy152_8, symObjAddr: 0xCAC, symBinAddr: 0x3664, symSize: 0x34 } + - { offsetInCU: 0x826, offset: 0xC1CF9, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwet', symObjAddr: 0xCE0, symBinAddr: 0x3698, symSize: 0x5C } + - { offsetInCU: 0x83A, offset: 0xC1D0D, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwst', symObjAddr: 0xD3C, symBinAddr: 0x36F4, symSize: 0x78 } + - { offsetInCU: 0x84E, offset: 0xC1D21, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwCP', symObjAddr: 0xE40, symBinAddr: 0x37F8, symSize: 0x30 } + - { offsetInCU: 0x862, offset: 0xC1D35, size: 0x8, addend: 0x0, symName: ___swift_memcpy128_8, symObjAddr: 0xE70, symBinAddr: 0x3828, symSize: 0x24 } + - { offsetInCU: 0x876, offset: 0xC1D49, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwet', symObjAddr: 0xE94, symBinAddr: 0x384C, symSize: 0x20 } + - { offsetInCU: 0x88A, offset: 0xC1D5D, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwst', symObjAddr: 0xEB4, symBinAddr: 0x386C, symSize: 0x4C } + - { offsetInCU: 0x89E, offset: 0xC1D71, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0xF3C, symBinAddr: 0x38F4, symSize: 0xC } + - { offsetInCU: 0x8B2, offset: 0xC1D85, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0xF60, symBinAddr: 0x3918, symSize: 0xC } + - { offsetInCU: 0x8C6, offset: 0xC1D99, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwet', symObjAddr: 0xF6C, symBinAddr: 0x3924, symSize: 0x20 } + - { offsetInCU: 0x8DA, offset: 0xC1DAD, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwst', symObjAddr: 0xF8C, symBinAddr: 0x3944, symSize: 0x2C } + - { offsetInCU: 0x8EE, offset: 0xC1DC1, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwet', symObjAddr: 0xFE0, symBinAddr: 0x3998, symSize: 0x20 } + - { offsetInCU: 0x902, offset: 0xC1DD5, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0x1018, symBinAddr: 0x39D0, symSize: 0xC } + - { offsetInCU: 0x916, offset: 0xC1DE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwet', symObjAddr: 0x1024, symBinAddr: 0x39DC, symSize: 0x90 } + - { offsetInCU: 0x92A, offset: 0xC1DFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwst', symObjAddr: 0x10B4, symBinAddr: 0x3A6C, symSize: 0xBC } + - { offsetInCU: 0x93E, offset: 0xC1E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwug', symObjAddr: 0x1170, symBinAddr: 0x3B28, symSize: 0x8 } + - { offsetInCU: 0x952, offset: 0xC1E25, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwup', symObjAddr: 0x1178, symBinAddr: 0x3B30, symSize: 0x4 } + - { offsetInCU: 0x966, offset: 0xC1E39, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwui', symObjAddr: 0x117C, symBinAddr: 0x3B34, symSize: 0x8 } + - { offsetInCU: 0x97A, offset: 0xC1E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOMa', symObjAddr: 0x1184, symBinAddr: 0x3B3C, symSize: 0x10 } + - { offsetInCU: 0x98E, offset: 0xC1E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASQWb', symObjAddr: 0x1194, symBinAddr: 0x3B4C, symSize: 0x4 } + - { offsetInCU: 0x9A2, offset: 0xC1E75, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAESQAAWl', symObjAddr: 0x1198, symBinAddr: 0x3B50, symSize: 0x44 } + - { offsetInCU: 0x9B6, offset: 0xC1E89, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10dataString7optionsACSgSS_AcDE0B14URLReadOptionsVtcfC', symObjAddr: 0x11DC, symBinAddr: 0x3B94, symSize: 0x498 } + - { offsetInCU: 0xAF8, offset: 0xC1FCB, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSQWb', symObjAddr: 0x1A4C, symBinAddr: 0x4384, symSize: 0x2C } + - { offsetInCU: 0xB17, offset: 0xC1FEA, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1B20, symBinAddr: 0x444C, symSize: 0x2C } + - { offsetInCU: 0xB2B, offset: 0xC1FFE, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x1B8C, symBinAddr: 0x44B8, symSize: 0x2C } + - { offsetInCU: 0xB3F, offset: 0xC2012, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityaSHSCSQWb', symObjAddr: 0x20C8, symBinAddr: 0x49F4, symSize: 0x2C } + - { offsetInCU: 0xB53, offset: 0xC2026, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSQWb', symObjAddr: 0x20F4, symBinAddr: 0x4A20, symSize: 0x2C } + - { offsetInCU: 0xB67, offset: 0xC203A, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x2120, symBinAddr: 0x4A4C, symSize: 0x2C } + - { offsetInCU: 0xB7B, offset: 0xC204E, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSQWb', symObjAddr: 0x214C, symBinAddr: 0x4A78, symSize: 0x2C } + - { offsetInCU: 0xB8F, offset: 0xC2062, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x2178, symBinAddr: 0x4AA4, symSize: 0x2C } + - { offsetInCU: 0xBA3, offset: 0xC2076, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSQWb', symObjAddr: 0x21A4, symBinAddr: 0x4AD0, symSize: 0x2C } + - { offsetInCU: 0xBB7, offset: 0xC208A, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x21D0, symBinAddr: 0x4AFC, symSize: 0x2C } + - { offsetInCU: 0xBCB, offset: 0xC209E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x21FC, symBinAddr: 0x4B28, symSize: 0x4 } + - { offsetInCU: 0xBDF, offset: 0xC20B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2200, symBinAddr: 0x4B2C, symSize: 0x44 } + - { offsetInCU: 0xBF3, offset: 0xC20C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2244, symBinAddr: 0x4B70, symSize: 0x4 } + - { offsetInCU: 0xC07, offset: 0xC20DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2248, symBinAddr: 0x4B74, symSize: 0x44 } + - { offsetInCU: 0xC1B, offset: 0xC20EE, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0x230C, symBinAddr: 0x4C38, symSize: 0x20 } + - { offsetInCU: 0xC2F, offset: 0xC2102, size: 0x8, addend: 0x0, symName: '_$ss7Decoder_pWOc', symObjAddr: 0x232C, symBinAddr: 0x4C58, symSize: 0x44 } + - { offsetInCU: 0xC43, offset: 0xC2116, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x2370, symBinAddr: 0x4C9C, symSize: 0x44 } + - { offsetInCU: 0xC57, offset: 0xC212A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOACs0C0AAWl', symObjAddr: 0x23F0, symBinAddr: 0x4D1C, symSize: 0x44 } + - { offsetInCU: 0xC6B, offset: 0xC213E, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0x2434, symBinAddr: 0x4D60, symSize: 0x3C } + - { offsetInCU: 0xC7F, offset: 0xC2152, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x2530, symBinAddr: 0x4E5C, symSize: 0x2C } + - { offsetInCU: 0xC93, offset: 0xC2166, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x255C, symBinAddr: 0x4E88, symSize: 0x2C } + - { offsetInCU: 0xCA7, offset: 0xC217A, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeaSHSCSQWb', symObjAddr: 0x2588, symBinAddr: 0x4EB4, symSize: 0x2C } + - { offsetInCU: 0xCBB, offset: 0xC218E, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x25B4, symBinAddr: 0x4EE0, symSize: 0x2C } + - { offsetInCU: 0xCCF, offset: 0xC21A2, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x25E0, symBinAddr: 0x4F0C, symSize: 0x2C } + - { offsetInCU: 0xCE3, offset: 0xC21B6, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x260C, symBinAddr: 0x4F38, symSize: 0x2C } + - { offsetInCU: 0xCF7, offset: 0xC21CA, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x2638, symBinAddr: 0x4F64, symSize: 0x2C } + - { offsetInCU: 0xD0B, offset: 0xC21DE, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyaSHSCSQWb', symObjAddr: 0x2664, symBinAddr: 0x4F90, symSize: 0x2C } + - { offsetInCU: 0xD1F, offset: 0xC21F2, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaSHSCSQWb', symObjAddr: 0x2690, symBinAddr: 0x4FBC, symSize: 0x2C } + - { offsetInCU: 0xDD0, offset: 0xC22A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA70, symBinAddr: 0x3428, symSize: 0xC } + - { offsetInCU: 0xDEC, offset: 0xC22BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xA7C, symBinAddr: 0x3434, symSize: 0x8 } + - { offsetInCU: 0xE08, offset: 0xC22DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA84, symBinAddr: 0x343C, symSize: 0x8 } + - { offsetInCU: 0xE24, offset: 0xC22F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA8C, symBinAddr: 0x3444, symSize: 0x8 } + - { offsetInCU: 0xE47, offset: 0xC231A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xBA8, symBinAddr: 0x3560, symSize: 0x28 } + - { offsetInCU: 0xE63, offset: 0xC2336, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xBD0, symBinAddr: 0x3588, symSize: 0x28 } + - { offsetInCU: 0xEB1, offset: 0xC2384, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTg5', symObjAddr: 0x1674, symBinAddr: 0x402C, symSize: 0x4C } + - { offsetInCU: 0xF5C, offset: 0xC242F, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x16E8, symBinAddr: 0x40A0, symSize: 0x14 } + - { offsetInCU: 0xF9C, offset: 0xC246F, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x16FC, symBinAddr: 0x40B4, symSize: 0x18 } + - { offsetInCU: 0xFE3, offset: 0xC24B6, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x1784, symBinAddr: 0x40D0, symSize: 0x14 } + - { offsetInCU: 0x1023, offset: 0xC24F6, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x1798, symBinAddr: 0x40E4, symSize: 0x18 } + - { offsetInCU: 0x1063, offset: 0xC2536, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x1868, symBinAddr: 0x41B4, symSize: 0x14 } + - { offsetInCU: 0x10A3, offset: 0xC2576, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x187C, symBinAddr: 0x41C8, symSize: 0x18 } + - { offsetInCU: 0x10E3, offset: 0xC25B6, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x18BC, symBinAddr: 0x4208, symSize: 0x14 } + - { offsetInCU: 0x1123, offset: 0xC25F6, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x18D0, symBinAddr: 0x421C, symSize: 0x18 } + - { offsetInCU: 0x11AB, offset: 0xC267E, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH9hashValueSivgTW', symObjAddr: 0x1938, symBinAddr: 0x427C, symSize: 0x44 } + - { offsetInCU: 0x125A, offset: 0xC272D, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x197C, symBinAddr: 0x42C0, symSize: 0x28 } + - { offsetInCU: 0x12AD, offset: 0xC2780, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x19A4, symBinAddr: 0x42E8, symSize: 0x40 } + - { offsetInCU: 0x1339, offset: 0xC280C, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A88, symBinAddr: 0x43B4, symSize: 0x14 } + - { offsetInCU: 0x137F, offset: 0xC2852, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0x1A9C, symBinAddr: 0x43C8, symSize: 0x84 } + - { offsetInCU: 0x139B, offset: 0xC286E, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0x1BB8, symBinAddr: 0x44E4, symSize: 0x84 } + - { offsetInCU: 0x13B7, offset: 0xC288A, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0x1DD4, symBinAddr: 0x4700, symSize: 0x84 } + - { offsetInCU: 0x13D3, offset: 0xC28A6, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0x1EC4, symBinAddr: 0x47F0, symSize: 0x84 } + - { offsetInCU: 0x1550, offset: 0xC2A23, size: 0x8, addend: 0x0, symName: '_$sSo11NSEventTypeVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x16C0, symBinAddr: 0x4078, symSize: 0x10 } + - { offsetInCU: 0x156C, offset: 0xC2A3F, size: 0x8, addend: 0x0, symName: '_$sSo11NSEventTypeVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0x16D0, symBinAddr: 0x4088, symSize: 0xC } + - { offsetInCU: 0x1676, offset: 0xC2B49, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x17CC, symBinAddr: 0x4118, symSize: 0x3C } + - { offsetInCU: 0x1692, offset: 0xC2B65, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1808, symBinAddr: 0x4154, symSize: 0x48 } + - { offsetInCU: 0x16AE, offset: 0xC2B81, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x1C3C, symBinAddr: 0x4568, symSize: 0x3C } + - { offsetInCU: 0x16CA, offset: 0xC2B9D, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C78, symBinAddr: 0x45A4, symSize: 0x48 } + - { offsetInCU: 0x16E6, offset: 0xC2BB9, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x1CCC, symBinAddr: 0x45F8, symSize: 0x3C } + - { offsetInCU: 0x1702, offset: 0xC2BD5, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1D08, symBinAddr: 0x4634, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0xC2CD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV9touchDownACvpZ', symObjAddr: 0x698, symBinAddr: 0x1DB740, symSize: 0x0 } + - { offsetInCU: 0x65, offset: 0xC2CEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV_6insideACSo11NSEventTypeV_SbtcfC', symObjAddr: 0x128, symBinAddr: 0x5258, symSize: 0xC } + - { offsetInCU: 0x9E, offset: 0xC2D23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvg', symObjAddr: 0x234, symBinAddr: 0x5364, symSize: 0x8 } + - { offsetInCU: 0xBC, offset: 0xC2D41, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvs', symObjAddr: 0x23C, symBinAddr: 0x536C, symSize: 0x8 } + - { offsetInCU: 0xF8, offset: 0xC2D7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvM', symObjAddr: 0x244, symBinAddr: 0x5374, symSize: 0x10 } + - { offsetInCU: 0x116, offset: 0xC2D9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvM.resume.0', symObjAddr: 0x254, symBinAddr: 0x5384, symSize: 0x4 } + - { offsetInCU: 0x141, offset: 0xC2DC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV6insideSbvg', symObjAddr: 0x258, symBinAddr: 0x5388, symSize: 0x8 } + - { offsetInCU: 0x15F, offset: 0xC2DE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV6insideSbvs', symObjAddr: 0x260, symBinAddr: 0x5390, symSize: 0x8 } + - { offsetInCU: 0x199, offset: 0xC2E1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV6insideSbvM', symObjAddr: 0x268, symBinAddr: 0x5398, symSize: 0x10 } + - { offsetInCU: 0x1C7, offset: 0xC2E4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV6insideSbvM.resume.0', symObjAddr: 0x278, symBinAddr: 0x53A8, symSize: 0x4 } + - { offsetInCU: 0x1F2, offset: 0xC2E77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV2eeoiySbAC_ACtFZ', symObjAddr: 0x27C, symBinAddr: 0x53AC, symSize: 0x30 } + - { offsetInCU: 0x22B, offset: 0xC2EB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2AC, symBinAddr: 0x53DC, symSize: 0x30 } + - { offsetInCU: 0x24B, offset: 0xC2ED0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2AC, symBinAddr: 0x53DC, symSize: 0x30 } + - { offsetInCU: 0x269, offset: 0xC2EEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV13touchUpInsideACvpZ', symObjAddr: 0x6A8, symBinAddr: 0x1DB750, symSize: 0x0 } + - { offsetInCU: 0x283, offset: 0xC2F08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV14touchUpOutsideACvpZ', symObjAddr: 0x6B8, symBinAddr: 0x1DB760, symSize: 0x0 } + - { offsetInCU: 0x29D, offset: 0xC2F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateO8rawValueACSgSu_tcfC', symObjAddr: 0x0, symBinAddr: 0x5130, symSize: 0x2C } + - { offsetInCU: 0x2BA, offset: 0xC2F3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateO8rawValueSuvg', symObjAddr: 0x2C, symBinAddr: 0x515C, symSize: 0x8 } + - { offsetInCU: 0x2EF, offset: 0xC2F74, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xF8, symBinAddr: 0x5228, symSize: 0x24 } + - { offsetInCU: 0x332, offset: 0xC2FB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x11C, symBinAddr: 0x524C, symSize: 0xC } + - { offsetInCU: 0x352, offset: 0xC2FD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x11C, symBinAddr: 0x524C, symSize: 0xC } + - { offsetInCU: 0x385, offset: 0xC300A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV9touchDown_WZ', symObjAddr: 0x134, symBinAddr: 0x5264, symSize: 0x18 } + - { offsetInCU: 0x39F, offset: 0xC3024, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV13touchUpInside_WZ', symObjAddr: 0x16C, symBinAddr: 0x529C, symSize: 0x1C } + - { offsetInCU: 0x3B9, offset: 0xC303E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV14touchUpOutside_WZ', symObjAddr: 0x1A8, symBinAddr: 0x52D8, symSize: 0x18 } + - { offsetInCU: 0x3D3, offset: 0xC3058, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOSHAASQWb', symObjAddr: 0x2DC, symBinAddr: 0x540C, symSize: 0x4 } + - { offsetInCU: 0x3E7, offset: 0xC306C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOACSQAAWl', symObjAddr: 0x2E0, symBinAddr: 0x5410, symSize: 0x44 } + - { offsetInCU: 0x3FB, offset: 0xC3080, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOwet', symObjAddr: 0x334, symBinAddr: 0x5454, symSize: 0x90 } + - { offsetInCU: 0x40F, offset: 0xC3094, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOwst', symObjAddr: 0x3C4, symBinAddr: 0x54E4, symSize: 0xBC } + - { offsetInCU: 0x423, offset: 0xC30A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOwug', symObjAddr: 0x480, symBinAddr: 0x55A0, symSize: 0x8 } + - { offsetInCU: 0x437, offset: 0xC30BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOwup', symObjAddr: 0x488, symBinAddr: 0x55A8, symSize: 0x4 } + - { offsetInCU: 0x44B, offset: 0xC30D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOwui', symObjAddr: 0x48C, symBinAddr: 0x55AC, symSize: 0xC } + - { offsetInCU: 0x45F, offset: 0xC30E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOMa', symObjAddr: 0x498, symBinAddr: 0x55B8, symSize: 0x10 } + - { offsetInCU: 0x473, offset: 0xC30F8, size: 0x8, addend: 0x0, symName: ___swift_memcpy9_8, symObjAddr: 0x4A8, symBinAddr: 0x55C8, symSize: 0x14 } + - { offsetInCU: 0x487, offset: 0xC310C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventVwet', symObjAddr: 0x4BC, symBinAddr: 0x55DC, symSize: 0x54 } + - { offsetInCU: 0x49B, offset: 0xC3120, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventVwst', symObjAddr: 0x510, symBinAddr: 0x5630, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0xC3134, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventVMa', symObjAddr: 0x554, symBinAddr: 0x5674, symSize: 0x10 } + - { offsetInCU: 0x4F4, offset: 0xC3179, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x34, symBinAddr: 0x5164, symSize: 0x18 } + - { offsetInCU: 0x585, offset: 0xC320A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOSHAASH9hashValueSivgTW', symObjAddr: 0x4C, symBinAddr: 0x517C, symSize: 0x44 } + - { offsetInCU: 0x634, offset: 0xC32B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x90, symBinAddr: 0x51C0, symSize: 0x28 } + - { offsetInCU: 0x687, offset: 0xC330C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB8, symBinAddr: 0x51E8, symSize: 0x40 } + - { offsetInCU: 0x17A, offset: 0xC3657, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC11setUpGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x5684, symSize: 0x1B8 } + - { offsetInCU: 0x3D0, offset: 0xC38AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1B8, symBinAddr: 0x583C, symSize: 0x58 } + - { offsetInCU: 0x417, offset: 0xC38F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5layerACyp_tcfc', symObjAddr: 0x210, symBinAddr: 0x5894, symSize: 0x1B0 } + - { offsetInCU: 0x57A, offset: 0xC3A57, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14ShapeItemLayerC0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKF', symObjAddr: 0x4F0, symBinAddr: 0x5B74, symSize: 0x288 } + - { offsetInCU: 0xA2A, offset: 0xC3F07, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5group5items0D4Path7contextAcA0B0C_SayAA09ShapeItemC0C0I0VGSaySSGAA0C7ContextVtKcfc', symObjAddr: 0x7BC, symBinAddr: 0x5E40, symSize: 0x118 } + - { offsetInCU: 0xA9F, offset: 0xC3F7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC05setupC9Hierarchy33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x8D4, symBinAddr: 0x5F58, symSize: 0x548 } + - { offsetInCU: 0x126E, offset: 0xC474B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xE1C, symBinAddr: 0x64A0, symSize: 0x70 } + - { offsetInCU: 0x12B5, offset: 0xC4792, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5layerACyp_tcfc', symObjAddr: 0xE8C, symBinAddr: 0x6510, symSize: 0x208 } + - { offsetInCU: 0x1378, offset: 0xC4855, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x10FC, symBinAddr: 0x6780, symSize: 0x470 } + - { offsetInCU: 0x14CF, offset: 0xC49AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC03nonB5Items33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x156C, symBinAddr: 0x6BF0, symSize: 0x17C } + - { offsetInCU: 0x169B, offset: 0xC4B78, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC11childGroups33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x16E8, symBinAddr: 0x6D6C, symSize: 0x17C } + - { offsetInCU: 0x1885, offset: 0xC4D62, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCACycfcTo', symObjAddr: 0x2594, symBinAddr: 0x7C18, symSize: 0x2C } + - { offsetInCU: 0x197E, offset: 0xC4E5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfE', symObjAddr: 0x778, symBinAddr: 0x5DFC, symSize: 0x10 } + - { offsetInCU: 0x19AB, offset: 0xC4E88, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfETo', symObjAddr: 0x78C, symBinAddr: 0x5E10, symSize: 0x10 } + - { offsetInCU: 0x19DA, offset: 0xC4EB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCMa', symObjAddr: 0x79C, symBinAddr: 0x5E20, symSize: 0x20 } + - { offsetInCU: 0x1CE4, offset: 0xC51C1, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tF', symObjAddr: 0x1864, symBinAddr: 0x6EE8, symSize: 0xD30 } + - { offsetInCU: 0x396E, offset: 0xC6E4B, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_', symObjAddr: 0x386C, symBinAddr: 0x8EF0, symSize: 0x634 } + - { offsetInCU: 0x431A, offset: 0xC77F7, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_SbycfU3_SbAEXEfU_', symObjAddr: 0x3EA0, symBinAddr: 0x9524, symSize: 0x25C } + - { offsetInCU: 0x441E, offset: 0xC78FB, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAlIcfU2_', symObjAddr: 0x40FC, symBinAddr: 0x9780, symSize: 0x54 } + - { offsetInCU: 0x480E, offset: 0xC7CEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfE', symObjAddr: 0x25C0, symBinAddr: 0x7C44, symSize: 0x5C } + - { offsetInCU: 0x483B, offset: 0xC7D18, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfETo', symObjAddr: 0x2654, symBinAddr: 0x7CD8, symSize: 0x68 } + - { offsetInCU: 0x486A, offset: 0xC7D47, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCMa', symObjAddr: 0x26BC, symBinAddr: 0x7D40, symSize: 0x20 } + - { offsetInCU: 0x48F7, offset: 0xC7DD4, size: 0x8, addend: 0x0, symName: '_$sSl6LottieE5split14whereSeparatorSaySay7ElementQzG8grouping_AESg08trailingD0tGSbAEXE_tFSayAA14ShapeItemLayerC0I0VG_Tg5014$sSo7CALayerC6a93E11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14hiJ47C0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKFSbAMXEfU0_Tf1cn_n', symObjAddr: 0x26DC, symBinAddr: 0x7D60, symSize: 0x2B0 } + - { offsetInCU: 0x4E5E, offset: 0xC833B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE13setUpRepeater33_24524B13A39DBE5C7BD85D5BB4776E93LL_5items15parentGroupPath7contextyAC0E0C_SayAC14ShapeItemLayerC0T0VGSaySSGAC0U7ContextVtKF', symObjAddr: 0x298C, symBinAddr: 0x8010, symSize: 0x3C4 } + - { offsetInCU: 0x55FB, offset: 0xC8AD8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_', symObjAddr: 0x2D50, symBinAddr: 0x83D4, symSize: 0x448 } + - { offsetInCU: 0x5B30, offset: 0xC900D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_', symObjAddr: 0x3198, symBinAddr: 0x881C, symSize: 0x44 } + - { offsetInCU: 0x5B7A, offset: 0xC9057, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKF', symObjAddr: 0x31DC, symBinAddr: 0x8860, symSize: 0x314 } + - { offsetInCU: 0x5E41, offset: 0xC931E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_', symObjAddr: 0x34F0, symBinAddr: 0x8B74, symSize: 0x37C } + - { offsetInCU: 0x64B7, offset: 0xC9994, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5', symObjAddr: 0x4150, symBinAddr: 0x97D4, symSize: 0x6C } + - { offsetInCU: 0x64CB, offset: 0xC99A8, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5.resume.0', symObjAddr: 0x41BC, symBinAddr: 0x9840, symSize: 0x2C } + - { offsetInCU: 0x64E3, offset: 0xC99C0, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5', symObjAddr: 0x41E8, symBinAddr: 0x986C, symSize: 0x98 } + - { offsetInCU: 0x6559, offset: 0xC9A36, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5.resume.0', symObjAddr: 0x4280, symBinAddr: 0x9904, symSize: 0x8 } + - { offsetInCU: 0x6588, offset: 0xC9A65, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4288, symBinAddr: 0x990C, symSize: 0x13C } + - { offsetInCU: 0x65C8, offset: 0xC9AA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4288, symBinAddr: 0x990C, symSize: 0x13C } + - { offsetInCU: 0x65DD, offset: 0xC9ABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4288, symBinAddr: 0x990C, symSize: 0x13C } + - { offsetInCU: 0x6899, offset: 0xC9D76, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFTf4nnnnd_n', symObjAddr: 0x4710, symBinAddr: 0x9D94, symSize: 0x620 } + - { offsetInCU: 0x71C9, offset: 0xCA6A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOy', symObjAddr: 0x4D30, symBinAddr: 0xA3B4, symSize: 0x2C } + - { offsetInCU: 0x71DD, offset: 0xCA6BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOe', symObjAddr: 0x4D5C, symBinAddr: 0xA3E0, symSize: 0x30 } + - { offsetInCU: 0x71F1, offset: 0xCA6CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOc', symObjAddr: 0x4D8C, symBinAddr: 0xA410, symSize: 0x3C } + - { offsetInCU: 0x7205, offset: 0xCA6E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOh', symObjAddr: 0x4DC8, symBinAddr: 0xA44C, symSize: 0x34 } + - { offsetInCU: 0x7219, offset: 0xCA6F6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_TA', symObjAddr: 0x4DFC, symBinAddr: 0xA480, symSize: 0x1C } + - { offsetInCU: 0x722D, offset: 0xCA70A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_TA', symObjAddr: 0x4E18, symBinAddr: 0xA49C, symSize: 0x18 } + - { offsetInCU: 0x7241, offset: 0xCA71E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_TA', symObjAddr: 0x4E30, symBinAddr: 0xA4B4, symSize: 0x18 } + - { offsetInCU: 0x7255, offset: 0xCA732, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledNameAbstract, symObjAddr: 0x4E88, symBinAddr: 0xA4CC, symSize: 0x44 } + - { offsetInCU: 0x7269, offset: 0xCA746, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4F20, symBinAddr: 0xA564, symSize: 0x8 } + - { offsetInCU: 0x727D, offset: 0xCA75A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4F28, symBinAddr: 0xA56C, symSize: 0x8 } + - { offsetInCU: 0x7291, offset: 0xCA76E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOAEsAdAWl', symObjAddr: 0x4F74, symBinAddr: 0xA574, symSize: 0x44 } + - { offsetInCU: 0x72A5, offset: 0xCA782, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x4FB8, symBinAddr: 0xA5B8, symSize: 0x10 } + - { offsetInCU: 0x72B9, offset: 0xCA796, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGAByxq_GSlsSlRzrlWl', symObjAddr: 0x4FC8, symBinAddr: 0xA5C8, symSize: 0x64 } + - { offsetInCU: 0x72CD, offset: 0xCA7AA, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie16ShapeRenderGroupVGSayxGSlsWl', symObjAddr: 0x502C, symBinAddr: 0xA62C, symSize: 0x4C } + - { offsetInCU: 0x72E1, offset: 0xCA7BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21OpacityAnimationModel_pSgWOh', symObjAddr: 0x509C, symBinAddr: 0xA69C, symSize: 0x40 } + - { offsetInCU: 0x72F5, offset: 0xCA7D2, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOe', symObjAddr: 0x50DC, symBinAddr: 0xA6DC, symSize: 0x10 } + - { offsetInCU: 0x7309, offset: 0xCA7E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwCP', symObjAddr: 0x516C, symBinAddr: 0xA730, symSize: 0x34 } + - { offsetInCU: 0x731D, offset: 0xCA7FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwxx', symObjAddr: 0x51A0, symBinAddr: 0xA764, symSize: 0x28 } + - { offsetInCU: 0x7331, offset: 0xCA80E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwcp', symObjAddr: 0x51C8, symBinAddr: 0xA78C, symSize: 0x34 } + - { offsetInCU: 0x7345, offset: 0xCA822, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwca', symObjAddr: 0x51FC, symBinAddr: 0xA7C0, symSize: 0x5C } + - { offsetInCU: 0x7359, offset: 0xCA836, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwta', symObjAddr: 0x5264, symBinAddr: 0xA81C, symSize: 0x44 } + - { offsetInCU: 0x736D, offset: 0xCA84A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwet', symObjAddr: 0x52A8, symBinAddr: 0xA860, symSize: 0x48 } + - { offsetInCU: 0x7381, offset: 0xCA85E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwst', symObjAddr: 0x52F0, symBinAddr: 0xA8A8, symSize: 0x3C } + - { offsetInCU: 0x7395, offset: 0xCA872, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVMa', symObjAddr: 0x532C, symBinAddr: 0xA8E4, symSize: 0x10 } + - { offsetInCU: 0x749D, offset: 0xCA97A, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AITg5', symObjAddr: 0x3CC, symBinAddr: 0x5A50, symSize: 0x124 } + - { offsetInCU: 0x7B5A, offset: 0xCB037, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVsSQRzlE2eeoiySbAByxG_ADtFZ6Lottie8KeyframeCyAE0D8Vector1DVG_Tg5Tf4nnd_n', symObjAddr: 0x43C4, symBinAddr: 0x9A48, symSize: 0x80 } + - { offsetInCU: 0x7C01, offset: 0xCB0DE, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AE0D11RenderGroupVTg505$sSa6c4AA14def2C0l13VRszlE17shapeg54Groups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5h12VG05validG0_W37AEG06unusedN0tSb_tFAjIXEfU0_AiEXEfU4_AlJTf1cn_nTf4ngXg_n', symObjAddr: 0x4444, symBinAddr: 0x9AC8, symSize: 0x140 } + - { offsetInCU: 0x7E15, offset: 0xCB2F2, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay6Lottie14ShapeItemLayerC0G0VG_Tg505$sSa6e4AA14fgh2C0l90VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_X29AEG06unusedN0tSb_tFSbAEXEfU4_So5NSSetCTf1cn_nTf4gg_n', symObjAddr: 0x4584, symBinAddr: 0x9C08, symSize: 0x18C } + - { offsetInCU: 0x43, offset: 0xCBA01, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwCP', symObjAddr: 0x0, symBinAddr: 0xA8FC, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0xCBA15, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwxx', symObjAddr: 0x30, symBinAddr: 0xA92C, symSize: 0x38 } + - { offsetInCU: 0x6B, offset: 0xCBA29, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwcp', symObjAddr: 0x68, symBinAddr: 0xA964, symSize: 0x64 } + - { offsetInCU: 0x7F, offset: 0xCBA3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwca', symObjAddr: 0xCC, symBinAddr: 0xA9C8, symSize: 0xA4 } + - { offsetInCU: 0x93, offset: 0xCBA51, size: 0x8, addend: 0x0, symName: ___swift_memcpy56_8, symObjAddr: 0x170, symBinAddr: 0xAA6C, symSize: 0x1C } + - { offsetInCU: 0xA7, offset: 0xCBA65, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwta', symObjAddr: 0x18C, symBinAddr: 0xAA88, symSize: 0x64 } + - { offsetInCU: 0xBB, offset: 0xCBA79, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwet', symObjAddr: 0x1F0, symBinAddr: 0xAAEC, symSize: 0x48 } + - { offsetInCU: 0xCF, offset: 0xCBA8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwst', symObjAddr: 0x238, symBinAddr: 0xAB34, symSize: 0x4C } + - { offsetInCU: 0xE3, offset: 0xCBAA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVMa', symObjAddr: 0x284, symBinAddr: 0xAB80, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0xCBAD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueSSvg', symObjAddr: 0x294, symBinAddr: 0xAB90, symSize: 0x20 } + - { offsetInCU: 0x164, offset: 0xCBB22, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2B4, symBinAddr: 0xABB0, symSize: 0x14 } + - { offsetInCU: 0x1F3, offset: 0xCBBB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH9hashValueSivgTW', symObjAddr: 0x2C8, symBinAddr: 0xABC4, symSize: 0x44 } + - { offsetInCU: 0x2D6, offset: 0xCBC94, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x30C, symBinAddr: 0xAC08, symSize: 0x28 } + - { offsetInCU: 0x348, offset: 0xCBD06, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x514, symBinAddr: 0xAE10, symSize: 0x8 } + - { offsetInCU: 0x373, offset: 0xCBD31, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x51C, symBinAddr: 0xAE18, symSize: 0x24 } + - { offsetInCU: 0x3A4, offset: 0xCBD62, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x540, symBinAddr: 0xAE3C, symSize: 0xC } + - { offsetInCU: 0x3C0, offset: 0xCBD7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x54C, symBinAddr: 0xAE48, symSize: 0xC } + - { offsetInCU: 0x3DC, offset: 0xCBD9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x634, symBinAddr: 0xAF30, symSize: 0x1A8 } + - { offsetInCU: 0x422, offset: 0xCBDE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x374, symBinAddr: 0xAC70, symSize: 0x1A0 } + - { offsetInCU: 0x477, offset: 0xCBE35, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5A8, symBinAddr: 0xAEA4, symSize: 0x4C } + - { offsetInCU: 0x4AE, offset: 0xCBE6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5F4, symBinAddr: 0xAEF0, symSize: 0x40 } + - { offsetInCU: 0x4D1, offset: 0xCBE8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x7DC, symBinAddr: 0xB0D8, symSize: 0x2F0 } + - { offsetInCU: 0x524, offset: 0xCBEE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs0D3KeyAAWl', symObjAddr: 0xB30, symBinAddr: 0xB3C8, symSize: 0x44 } + - { offsetInCU: 0x538, offset: 0xCBEF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSeAAWl', symObjAddr: 0xBD8, symBinAddr: 0xB40C, symSize: 0x44 } + - { offsetInCU: 0x54C, offset: 0xCBF0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSEAAWl', symObjAddr: 0xC84, symBinAddr: 0xB4B8, symSize: 0x44 } + - { offsetInCU: 0x560, offset: 0xCBF1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwet', symObjAddr: 0xCD8, symBinAddr: 0xB4FC, symSize: 0x90 } + - { offsetInCU: 0x574, offset: 0xCBF32, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwst', symObjAddr: 0xD68, symBinAddr: 0xB58C, symSize: 0xBC } + - { offsetInCU: 0x588, offset: 0xCBF46, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwug', symObjAddr: 0xE24, symBinAddr: 0xB648, symSize: 0x8 } + - { offsetInCU: 0x59C, offset: 0xCBF5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwup', symObjAddr: 0xE2C, symBinAddr: 0xB650, symSize: 0x4 } + - { offsetInCU: 0x5B0, offset: 0xCBF6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwui', symObjAddr: 0xE30, symBinAddr: 0xB654, symSize: 0x8 } + - { offsetInCU: 0x5C4, offset: 0xCBF82, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOMa', symObjAddr: 0xE38, symBinAddr: 0xB65C, symSize: 0x10 } + - { offsetInCU: 0x5D8, offset: 0xCBF96, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASQWb', symObjAddr: 0xE48, symBinAddr: 0xB66C, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0xCBFAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFSQAAWl', symObjAddr: 0xE4C, symBinAddr: 0xB670, symSize: 0x44 } + - { offsetInCU: 0x600, offset: 0xCBFBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE90, symBinAddr: 0xB6B4, symSize: 0x4 } + - { offsetInCU: 0x614, offset: 0xCBFD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE94, symBinAddr: 0xB6B8, symSize: 0x44 } + - { offsetInCU: 0x628, offset: 0xCBFE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xED8, symBinAddr: 0xB6FC, symSize: 0x4 } + - { offsetInCU: 0x63C, offset: 0xCBFFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xEDC, symBinAddr: 0xB700, symSize: 0x44 } + - { offsetInCU: 0x6AA, offset: 0xCC068, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x334, symBinAddr: 0xAC30, symSize: 0x40 } + - { offsetInCU: 0x74D, offset: 0xCC10B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x558, symBinAddr: 0xAE54, symSize: 0x28 } + - { offsetInCU: 0x769, offset: 0xCC127, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0xAE7C, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0xCC2D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xB744, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0xCC2FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xB78C, symSize: 0x3E4 } + - { offsetInCU: 0xDC, offset: 0xCC362, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x42C, symBinAddr: 0xBB70, symSize: 0x72C } + - { offsetInCU: 0x3A7, offset: 0xCC62D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB58, symBinAddr: 0xC29C, symSize: 0x264 } + - { offsetInCU: 0x415, offset: 0xCC69B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO8rawValueSSvg', symObjAddr: 0xDBC, symBinAddr: 0xC500, symSize: 0x18 } + - { offsetInCU: 0x44E, offset: 0xCC6D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xDD4, symBinAddr: 0xC518, symSize: 0x18 } + - { offsetInCU: 0x47C, offset: 0xCC702, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xDD4, symBinAddr: 0xC518, symSize: 0x18 } + - { offsetInCU: 0x4CE, offset: 0xCC754, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0xE10, symBinAddr: 0xC554, symSize: 0x64 } + - { offsetInCU: 0x534, offset: 0xCC7BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0xE74, symBinAddr: 0xC5B8, symSize: 0x28 } + - { offsetInCU: 0x550, offset: 0xCC7D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xE9C, symBinAddr: 0xC5E0, symSize: 0x8 } + - { offsetInCU: 0x586, offset: 0xCC80C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xEA4, symBinAddr: 0xC5E8, symSize: 0x68 } + - { offsetInCU: 0x60B, offset: 0xCC891, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xF0C, symBinAddr: 0xC650, symSize: 0xC } + - { offsetInCU: 0x627, offset: 0xCC8AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF18, symBinAddr: 0xC65C, symSize: 0xC } + - { offsetInCU: 0x663, offset: 0xCC8E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfD', symObjAddr: 0xFA8, symBinAddr: 0xC6EC, symSize: 0x4C } + - { offsetInCU: 0x73F, offset: 0xCC9C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfE', symObjAddr: 0xF74, symBinAddr: 0xC6B8, symSize: 0x34 } + - { offsetInCU: 0x797, offset: 0xCCA1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCMa', symObjAddr: 0xFF4, symBinAddr: 0xC738, symSize: 0x20 } + - { offsetInCU: 0x7AB, offset: 0xCCA31, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs0E3KeyAAWl', symObjAddr: 0x1078, symBinAddr: 0xC758, symSize: 0x44 } + - { offsetInCU: 0x7BF, offset: 0xCCA45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSEAAWl', symObjAddr: 0x1100, symBinAddr: 0xC79C, symSize: 0x44 } + - { offsetInCU: 0x7D3, offset: 0xCCA59, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSEAAWl', symObjAddr: 0x1144, symBinAddr: 0xC7E0, symSize: 0x44 } + - { offsetInCU: 0x7E7, offset: 0xCCA6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSeAAWl', symObjAddr: 0x11A8, symBinAddr: 0xC824, symSize: 0x44 } + - { offsetInCU: 0x7FB, offset: 0xCCA81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSeAAWl', symObjAddr: 0x1250, symBinAddr: 0xC8CC, symSize: 0x44 } + - { offsetInCU: 0x80F, offset: 0xCCA95, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwet', symObjAddr: 0x1368, symBinAddr: 0xC910, symSize: 0x90 } + - { offsetInCU: 0x823, offset: 0xCCAA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwst', symObjAddr: 0x13F8, symBinAddr: 0xC9A0, symSize: 0xBC } + - { offsetInCU: 0x837, offset: 0xCCABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwug', symObjAddr: 0x14B4, symBinAddr: 0xCA5C, symSize: 0x8 } + - { offsetInCU: 0x84B, offset: 0xCCAD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwup', symObjAddr: 0x14BC, symBinAddr: 0xCA64, symSize: 0x4 } + - { offsetInCU: 0x85F, offset: 0xCCAE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwui', symObjAddr: 0x14C0, symBinAddr: 0xCA68, symSize: 0x8 } + - { offsetInCU: 0x873, offset: 0xCCAF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOMa', symObjAddr: 0x14C8, symBinAddr: 0xCA70, symSize: 0x10 } + - { offsetInCU: 0x887, offset: 0xCCB0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASQWb', symObjAddr: 0x14D8, symBinAddr: 0xCA80, symSize: 0x4 } + - { offsetInCU: 0x89B, offset: 0xCCB21, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFSQAAWl', symObjAddr: 0x14DC, symBinAddr: 0xCA84, symSize: 0x44 } + - { offsetInCU: 0x8AF, offset: 0xCCB35, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1520, symBinAddr: 0xCAC8, symSize: 0x4 } + - { offsetInCU: 0x8C3, offset: 0xCCB49, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1524, symBinAddr: 0xCACC, symSize: 0x44 } + - { offsetInCU: 0x8D7, offset: 0xCCB5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1568, symBinAddr: 0xCB10, symSize: 0x4 } + - { offsetInCU: 0x8EB, offset: 0xCCB71, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x156C, symBinAddr: 0xCB14, symSize: 0x44 } + - { offsetInCU: 0x954, offset: 0xCCBDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDEC, symBinAddr: 0xC530, symSize: 0xC } + - { offsetInCU: 0x970, offset: 0xCCBF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH9hashValueSivgTW', symObjAddr: 0xDF8, symBinAddr: 0xC53C, symSize: 0x8 } + - { offsetInCU: 0x98C, offset: 0xCCC12, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE00, symBinAddr: 0xC544, symSize: 0x8 } + - { offsetInCU: 0x9A8, offset: 0xCCC2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE08, symBinAddr: 0xC54C, symSize: 0x8 } + - { offsetInCU: 0x9CB, offset: 0xCCC51, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF24, symBinAddr: 0xC668, symSize: 0x28 } + - { offsetInCU: 0x9E7, offset: 0xCCC6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xF4C, symBinAddr: 0xC690, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0xCCE41, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0xCB58, symSize: 0x34 } + - { offsetInCU: 0x6D, offset: 0xCCE83, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0xCB58, symSize: 0x34 } + - { offsetInCU: 0xB1, offset: 0xCCEC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCMa', symObjAddr: 0x34, symBinAddr: 0xCB8C, symSize: 0x20 } + - { offsetInCU: 0x92, offset: 0xCD091, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC4, symBinAddr: 0xCC70, symSize: 0x28 } + - { offsetInCU: 0xC3, offset: 0xCD0C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xEC, symBinAddr: 0xCC98, symSize: 0x10 } + - { offsetInCU: 0x10F, offset: 0xCD10E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A4, symBinAddr: 0xCD50, symSize: 0x48 } + - { offsetInCU: 0x134, offset: 0xCD133, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1EC, symBinAddr: 0xCD98, symSize: 0x294 } + - { offsetInCU: 0x19C, offset: 0xCD19B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x480, symBinAddr: 0xD02C, symSize: 0x394 } + - { offsetInCU: 0x33A, offset: 0xCD339, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO8rawValueSSvg', symObjAddr: 0x814, symBinAddr: 0xD3C0, symSize: 0x18 } + - { offsetInCU: 0x373, offset: 0xCD372, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0x9EC, symBinAddr: 0xD598, symSize: 0x18 } + - { offsetInCU: 0x3A1, offset: 0xCD3A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0x9EC, symBinAddr: 0xD598, symSize: 0x18 } + - { offsetInCU: 0x3F3, offset: 0xCD3F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xA28, symBinAddr: 0xD5D4, symSize: 0x64 } + - { offsetInCU: 0x459, offset: 0xCD458, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xA8C, symBinAddr: 0xD638, symSize: 0x28 } + - { offsetInCU: 0x475, offset: 0xCD474, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xAB4, symBinAddr: 0xD660, symSize: 0x8 } + - { offsetInCU: 0x4AB, offset: 0xCD4AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xABC, symBinAddr: 0xD668, symSize: 0x68 } + - { offsetInCU: 0x530, offset: 0xCD52F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB24, symBinAddr: 0xD6D0, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0xCD54B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB30, symBinAddr: 0xD6DC, symSize: 0xC } + - { offsetInCU: 0x56A, offset: 0xCD569, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC6encode2toys7Encoder_p_tKF', symObjAddr: 0x82C, symBinAddr: 0xD3D8, symSize: 0x1C0 } + - { offsetInCU: 0x5E4, offset: 0xCD5E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfD', symObjAddr: 0xBA8, symBinAddr: 0xD754, symSize: 0x34 } + - { offsetInCU: 0x6A3, offset: 0xCD6A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfE', symObjAddr: 0xB8C, symBinAddr: 0xD738, symSize: 0x1C } + - { offsetInCU: 0x6FB, offset: 0xCD6FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCMa', symObjAddr: 0xBDC, symBinAddr: 0xD788, symSize: 0x20 } + - { offsetInCU: 0x70F, offset: 0xCD70E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwug', symObjAddr: 0xC14, symBinAddr: 0xD7B0, symSize: 0x8 } + - { offsetInCU: 0x723, offset: 0xCD722, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwup', symObjAddr: 0xC1C, symBinAddr: 0xD7B8, symSize: 0x4 } + - { offsetInCU: 0x737, offset: 0xCD736, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwui', symObjAddr: 0xC20, symBinAddr: 0xD7BC, symSize: 0x8 } + - { offsetInCU: 0x74B, offset: 0xCD74A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOMa', symObjAddr: 0xC28, symBinAddr: 0xD7C4, symSize: 0x10 } + - { offsetInCU: 0x75F, offset: 0xCD75E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASQWb', symObjAddr: 0xC38, symBinAddr: 0xD7D4, symSize: 0x4 } + - { offsetInCU: 0x773, offset: 0xCD772, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSQAAWl', symObjAddr: 0xC3C, symBinAddr: 0xD7D8, symSize: 0x44 } + - { offsetInCU: 0x787, offset: 0xCD786, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSYAAWl', symObjAddr: 0xC80, symBinAddr: 0xD81C, symSize: 0x44 } + - { offsetInCU: 0x79B, offset: 0xCD79A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs0C3KeyAAWl', symObjAddr: 0xD28, symBinAddr: 0xD860, symSize: 0x44 } + - { offsetInCU: 0x7AF, offset: 0xCD7AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSEAAWl', symObjAddr: 0xD6C, symBinAddr: 0xD8A4, symSize: 0x44 } + - { offsetInCU: 0x7C3, offset: 0xCD7C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSEAAWl', symObjAddr: 0xDF4, symBinAddr: 0xD8E8, symSize: 0x44 } + - { offsetInCU: 0x7D7, offset: 0xCD7D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSeAAWl', symObjAddr: 0xE38, symBinAddr: 0xD92C, symSize: 0x44 } + - { offsetInCU: 0x7EB, offset: 0xCD7EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSeAAWl', symObjAddr: 0xEE4, symBinAddr: 0xD9D8, symSize: 0x44 } + - { offsetInCU: 0xDD7, offset: 0xCDDD6, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0xF6C, symBinAddr: 0xDA1C, symSize: 0x238 } + - { offsetInCU: 0xF38, offset: 0xCDF37, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x11A4, symBinAddr: 0xDC54, symSize: 0x240 } + - { offsetInCU: 0x1077, offset: 0xCE076, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x13E4, symBinAddr: 0xDE94, symSize: 0x238 } + - { offsetInCU: 0x11B6, offset: 0xCE1B5, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x161C, symBinAddr: 0xE0CC, symSize: 0x240 } + - { offsetInCU: 0x12F5, offset: 0xCE2F4, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector3DV_GTg5', symObjAddr: 0x185C, symBinAddr: 0xE30C, symSize: 0x238 } + - { offsetInCU: 0x1434, offset: 0xCE433, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAL_GTg5', symObjAddr: 0x1A94, symBinAddr: 0xE544, symSize: 0x240 } + - { offsetInCU: 0x1573, offset: 0xCE572, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1CD4, symBinAddr: 0xE784, symSize: 0x238 } + - { offsetInCU: 0x16B2, offset: 0xCE6B1, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1F0C, symBinAddr: 0xE9BC, symSize: 0x240 } + - { offsetInCU: 0x17F1, offset: 0xCE7F0, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x214C, symBinAddr: 0xEBFC, symSize: 0x238 } + - { offsetInCU: 0x1930, offset: 0xCE92F, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x2384, symBinAddr: 0xEE34, symSize: 0x240 } + - { offsetInCU: 0x1A6F, offset: 0xCEA6E, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x25C4, symBinAddr: 0xF074, symSize: 0x238 } + - { offsetInCU: 0x1BAE, offset: 0xCEBAD, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x27FC, symBinAddr: 0xF2AC, symSize: 0x240 } + - { offsetInCU: 0x1CED, offset: 0xCECEC, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0x2A3C, symBinAddr: 0xF4EC, symSize: 0x40 } + - { offsetInCU: 0x1DDA, offset: 0xCEDD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4gd_n', symObjAddr: 0x2AC0, symBinAddr: 0xF52C, symSize: 0x540 } + - { offsetInCU: 0x28BF, offset: 0xCF8BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4nd_n', symObjAddr: 0x3000, symBinAddr: 0xFA6C, symSize: 0x778 } + - { offsetInCU: 0x2EBA, offset: 0xCFEB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4gd_n', symObjAddr: 0x3778, symBinAddr: 0x101E4, symSize: 0x5AC } + - { offsetInCU: 0x328A, offset: 0xD0289, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x3D24, symBinAddr: 0x10790, symSize: 0x7C0 } + - { offsetInCU: 0x37CD, offset: 0xD07CC, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0x4550, symBinAddr: 0x10F70, symSize: 0x48 } + - { offsetInCU: 0x3909, offset: 0xD0908, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4gd_n', symObjAddr: 0x45BC, symBinAddr: 0x10FDC, symSize: 0x538 } + - { offsetInCU: 0x3D5D, offset: 0xD0D5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4nd_n', symObjAddr: 0x4AF4, symBinAddr: 0x11514, symSize: 0x7DC } + - { offsetInCU: 0x4393, offset: 0xD1392, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4gd_n', symObjAddr: 0x52D0, symBinAddr: 0x11CF0, symSize: 0x59C } + - { offsetInCU: 0x476F, offset: 0xD176E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4nd_n', symObjAddr: 0x586C, symBinAddr: 0x1228C, symSize: 0x7CC } + - { offsetInCU: 0x4D8C, offset: 0xD1D8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4gd_n', symObjAddr: 0x6038, symBinAddr: 0x12A58, symSize: 0x4D0 } + - { offsetInCU: 0x51FA, offset: 0xD21F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4nd_n', symObjAddr: 0x6508, symBinAddr: 0x12F28, symSize: 0x7BC } + - { offsetInCU: 0x5878, offset: 0xD2877, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4gd_n', symObjAddr: 0x6CC4, symBinAddr: 0x136E4, symSize: 0x4E8 } + - { offsetInCU: 0x5CE1, offset: 0xD2CE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4nd_n', symObjAddr: 0x71AC, symBinAddr: 0x13BCC, symSize: 0x784 } + - { offsetInCU: 0x623A, offset: 0xD3239, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOwup', symObjAddr: 0x7B54, symBinAddr: 0x14574, symSize: 0x4 } + - { offsetInCU: 0x624E, offset: 0xD324D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOMa', symObjAddr: 0x7B58, symBinAddr: 0x14578, symSize: 0x10 } + - { offsetInCU: 0x6262, offset: 0xD3261, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASQWb', symObjAddr: 0x7B68, symBinAddr: 0x14588, symSize: 0x4 } + - { offsetInCU: 0x6276, offset: 0xD3275, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFSQAAWl', symObjAddr: 0x7B6C, symBinAddr: 0x1458C, symSize: 0x44 } + - { offsetInCU: 0x628A, offset: 0xD3289, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x7BB0, symBinAddr: 0x145D0, symSize: 0x4 } + - { offsetInCU: 0x629E, offset: 0xD329D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x7BB4, symBinAddr: 0x145D4, symSize: 0x44 } + - { offsetInCU: 0x62B2, offset: 0xD32B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x7BF8, symBinAddr: 0x14618, symSize: 0x4 } + - { offsetInCU: 0x62C6, offset: 0xD32C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x7BFC, symBinAddr: 0x1461C, symSize: 0x44 } + - { offsetInCU: 0x62FA, offset: 0xD32F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xCBAC, symSize: 0x14 } + - { offsetInCU: 0x638B, offset: 0xD338A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xCBC0, symSize: 0x44 } + - { offsetInCU: 0x6463, offset: 0xD3462, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xCC04, symSize: 0x2C } + - { offsetInCU: 0x64DF, offset: 0xD34DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x84, symBinAddr: 0xCC30, symSize: 0x40 } + - { offsetInCU: 0x658C, offset: 0xD358B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFC, symBinAddr: 0xCCA8, symSize: 0x5C } + - { offsetInCU: 0x65AF, offset: 0xD35AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x158, symBinAddr: 0xCD04, symSize: 0x4C } + - { offsetInCU: 0x6616, offset: 0xD3615, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA04, symBinAddr: 0xD5B0, symSize: 0xC } + - { offsetInCU: 0x6632, offset: 0xD3631, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA10, symBinAddr: 0xD5BC, symSize: 0x8 } + - { offsetInCU: 0x664E, offset: 0xD364D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA18, symBinAddr: 0xD5C4, symSize: 0x8 } + - { offsetInCU: 0x666A, offset: 0xD3669, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA20, symBinAddr: 0xD5CC, symSize: 0x8 } + - { offsetInCU: 0x668D, offset: 0xD368C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB3C, symBinAddr: 0xD6E8, symSize: 0x28 } + - { offsetInCU: 0x66A9, offset: 0xD36A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB64, symBinAddr: 0xD710, symSize: 0x28 } + - { offsetInCU: 0x50, offset: 0xD3F36, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLSSvpZ', symObjAddr: 0xEAB0, symBinAddr: 0x1DBCC0, symSize: 0x0 } + - { offsetInCU: 0x7A1, offset: 0xD4687, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1060, symBinAddr: 0x156C8, symSize: 0xB8 } + - { offsetInCU: 0x7D3, offset: 0xD46B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x1140, symBinAddr: 0x157A8, symSize: 0xF8 } + - { offsetInCU: 0x7E7, offset: 0xD46CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1238, symBinAddr: 0x158A0, symSize: 0x88 } + - { offsetInCU: 0x805, offset: 0xD46EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x12C0, symBinAddr: 0x15928, symSize: 0x66C } + - { offsetInCU: 0x970, offset: 0xD4856, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x192C, symBinAddr: 0x15F94, symSize: 0x50 } + - { offsetInCU: 0x9A4, offset: 0xD488A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0x197C, symBinAddr: 0x15FE4, symSize: 0x30 } + - { offsetInCU: 0xA78, offset: 0xD495E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfc', symObjAddr: 0x19AC, symBinAddr: 0x16014, symSize: 0x590 } + - { offsetInCU: 0xBC7, offset: 0xD4AAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1F3C, symBinAddr: 0x165A4, symSize: 0x4C } + - { offsetInCU: 0xBE3, offset: 0xD4AC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1F88, symBinAddr: 0x165F0, symSize: 0x1E4 } + - { offsetInCU: 0xC2E, offset: 0xD4B14, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x216C, symBinAddr: 0x167D4, symSize: 0x24 } + - { offsetInCU: 0xC6A, offset: 0xD4B50, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF', symObjAddr: 0x2190, symBinAddr: 0x167F8, symSize: 0x1C4 } + - { offsetInCU: 0xD75, offset: 0xD4C5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x2354, symBinAddr: 0x169BC, symSize: 0x29C } + - { offsetInCU: 0x107E, offset: 0xD4F64, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x25F0, symBinAddr: 0x16C58, symSize: 0x2B0 } + - { offsetInCU: 0x1326, offset: 0xD520C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x28A0, symBinAddr: 0x16F08, symSize: 0x508 } + - { offsetInCU: 0x17B9, offset: 0xD569F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x2DA8, symBinAddr: 0x17410, symSize: 0x238 } + - { offsetInCU: 0x194C, offset: 0xD5832, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x2FE0, symBinAddr: 0x17648, symSize: 0x260 } + - { offsetInCU: 0x1BC1, offset: 0xD5AA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_', symObjAddr: 0x3240, symBinAddr: 0x178A8, symSize: 0xA4 } + - { offsetInCU: 0x1CD1, offset: 0xD5BB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4stopyyF', symObjAddr: 0x32E4, symBinAddr: 0x1794C, symSize: 0xE8 } + - { offsetInCU: 0x1D7B, offset: 0xD5C61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pauseyyF', symObjAddr: 0x33CC, symBinAddr: 0x17A34, symSize: 0x2C } + - { offsetInCU: 0x1F27, offset: 0xD5E0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x33F8, symBinAddr: 0x17A60, symSize: 0x360 } + - { offsetInCU: 0x217C, offset: 0xD6062, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF', symObjAddr: 0x3758, symBinAddr: 0x17DC0, symSize: 0x38 } + - { offsetInCU: 0x24E9, offset: 0xD63CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF', symObjAddr: 0x3790, symBinAddr: 0x17DF8, symSize: 0x438 } + - { offsetInCU: 0x2920, offset: 0xD6806, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0x3BC8, symBinAddr: 0x18230, symSize: 0xF8 } + - { offsetInCU: 0x2A3A, offset: 0xD6920, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x3DFC, symBinAddr: 0x18464, symSize: 0x68 } + - { offsetInCU: 0x2A86, offset: 0xD696C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x3ECC, symBinAddr: 0x18534, symSize: 0x48 } + - { offsetInCU: 0x2AF2, offset: 0xD69D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs', symObjAddr: 0x4074, symBinAddr: 0x186DC, symSize: 0x5C } + - { offsetInCU: 0x2B1B, offset: 0xD6A01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM', symObjAddr: 0x40D0, symBinAddr: 0x18738, symSize: 0x44 } + - { offsetInCU: 0x2B4C, offset: 0xD6A32, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM.resume.0', symObjAddr: 0x4114, symBinAddr: 0x1877C, symSize: 0x4 } + - { offsetInCU: 0x2BA6, offset: 0xD6A8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvW', symObjAddr: 0x41BC, symBinAddr: 0x18824, symSize: 0x138 } + - { offsetInCU: 0x2C87, offset: 0xD6B6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x42F4, symBinAddr: 0x1895C, symSize: 0x50 } + - { offsetInCU: 0x2CA6, offset: 0xD6B8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x4344, symBinAddr: 0x189AC, symSize: 0x98 } + - { offsetInCU: 0x2CCF, offset: 0xD6BB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x43DC, symBinAddr: 0x18A44, symSize: 0x70 } + - { offsetInCU: 0x2D00, offset: 0xD6BE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x444C, symBinAddr: 0x18AB4, symSize: 0xF4 } + - { offsetInCU: 0x2D44, offset: 0xD6C2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg', symObjAddr: 0x4540, symBinAddr: 0x18BA8, symSize: 0x30 } + - { offsetInCU: 0x2DCF, offset: 0xD6CB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x462C, symBinAddr: 0x18C94, symSize: 0xAC } + - { offsetInCU: 0x2E30, offset: 0xD6D16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM', symObjAddr: 0x46D8, symBinAddr: 0x18D40, symSize: 0x58 } + - { offsetInCU: 0x2E61, offset: 0xD6D47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x4730, symBinAddr: 0x18D98, symSize: 0xA0 } + - { offsetInCU: 0x2F69, offset: 0xD6E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x47D0, symBinAddr: 0x18E38, symSize: 0x1B8 } + - { offsetInCU: 0x31DE, offset: 0xD70C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x4988, symBinAddr: 0x18FF0, symSize: 0x14 } + - { offsetInCU: 0x322C, offset: 0xD7112, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x499C, symBinAddr: 0x19004, symSize: 0x34 } + - { offsetInCU: 0x328A, offset: 0xD7170, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x49D0, symBinAddr: 0x19038, symSize: 0x18 } + - { offsetInCU: 0x32F1, offset: 0xD71D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg', symObjAddr: 0x4A18, symBinAddr: 0x19080, symSize: 0x48 } + - { offsetInCU: 0x3310, offset: 0xD71F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs', symObjAddr: 0x4A60, symBinAddr: 0x190C8, symSize: 0x24 } + - { offsetInCU: 0x3324, offset: 0xD720A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM', symObjAddr: 0x4A84, symBinAddr: 0x190EC, symSize: 0x58 } + - { offsetInCU: 0x33B5, offset: 0xD729B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x4ADC, symBinAddr: 0x19144, symSize: 0xEC } + - { offsetInCU: 0x3422, offset: 0xD7308, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x4DB8, symBinAddr: 0x19420, symSize: 0x34 } + - { offsetInCU: 0x3436, offset: 0xD731C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x4DEC, symBinAddr: 0x19454, symSize: 0x58 } + - { offsetInCU: 0x34A7, offset: 0xD738D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x4E44, symBinAddr: 0x194AC, symSize: 0xB8 } + - { offsetInCU: 0x3537, offset: 0xD741D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x4F10, symBinAddr: 0x19578, symSize: 0x190 } + - { offsetInCU: 0x35CC, offset: 0xD74B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x50A0, symBinAddr: 0x19708, symSize: 0x58 } + - { offsetInCU: 0x35FD, offset: 0xD74E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x50F8, symBinAddr: 0x19760, symSize: 0x170 } + - { offsetInCU: 0x3679, offset: 0xD755F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x52F8, symBinAddr: 0x19960, symSize: 0x4C } + - { offsetInCU: 0x3698, offset: 0xD757E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x5344, symBinAddr: 0x199AC, symSize: 0x24 } + - { offsetInCU: 0x36AC, offset: 0xD7592, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x5368, symBinAddr: 0x199D0, symSize: 0x58 } + - { offsetInCU: 0x36FD, offset: 0xD75E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x53C0, symBinAddr: 0x19A28, symSize: 0xAC } + - { offsetInCU: 0x3765, offset: 0xD764B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x54E8, symBinAddr: 0x19B50, symSize: 0xD4 } + - { offsetInCU: 0x37DD, offset: 0xD76C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x55BC, symBinAddr: 0x19C24, symSize: 0x58 } + - { offsetInCU: 0x380E, offset: 0xD76F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x5614, symBinAddr: 0x19C7C, symSize: 0xA4 } + - { offsetInCU: 0x38A3, offset: 0xD7789, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs', symObjAddr: 0x5738, symBinAddr: 0x19DA0, symSize: 0x70 } + - { offsetInCU: 0x3927, offset: 0xD780D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM', symObjAddr: 0x57A8, symBinAddr: 0x19E10, symSize: 0x58 } + - { offsetInCU: 0x3958, offset: 0xD783E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x5800, symBinAddr: 0x19E68, symSize: 0x58 } + - { offsetInCU: 0x39BF, offset: 0xD78A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg', symObjAddr: 0x5858, symBinAddr: 0x19EC0, symSize: 0x174 } + - { offsetInCU: 0x3A57, offset: 0xD793D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x5A2C, symBinAddr: 0x1A094, symSize: 0x54 } + - { offsetInCU: 0x3A76, offset: 0xD795C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x5A80, symBinAddr: 0x1A0E8, symSize: 0x5C } + - { offsetInCU: 0x3ABC, offset: 0xD79A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x5ADC, symBinAddr: 0x1A144, symSize: 0x48 } + - { offsetInCU: 0x3B0D, offset: 0xD79F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x5B3C, symBinAddr: 0x1A1A4, symSize: 0x54 } + - { offsetInCU: 0x3B4F, offset: 0xD7A35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x5B90, symBinAddr: 0x1A1F8, symSize: 0x48 } + - { offsetInCU: 0x3B80, offset: 0xD7A66, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x5BE4, symBinAddr: 0x1A24C, symSize: 0x214 } + - { offsetInCU: 0x3D2D, offset: 0xD7C13, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x5DF8, symBinAddr: 0x1A460, symSize: 0xFC } + - { offsetInCU: 0x3E8C, offset: 0xD7D72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x5EF4, symBinAddr: 0x1A55C, symSize: 0x34 } + - { offsetInCU: 0x3EBD, offset: 0xD7DA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x5F28, symBinAddr: 0x1A590, symSize: 0x24 } + - { offsetInCU: 0x3EEA, offset: 0xD7DD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvs', symObjAddr: 0x5F4C, symBinAddr: 0x1A5B4, symSize: 0x218 } + - { offsetInCU: 0x4097, offset: 0xD7F7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvg', symObjAddr: 0x6164, symBinAddr: 0x1A7CC, symSize: 0xE4 } + - { offsetInCU: 0x412F, offset: 0xD8015, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM', symObjAddr: 0x6248, symBinAddr: 0x1A8B0, symSize: 0x34 } + - { offsetInCU: 0x4160, offset: 0xD8046, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM.resume.0', symObjAddr: 0x627C, symBinAddr: 0x1A8E4, symSize: 0x24 } + - { offsetInCU: 0x418D, offset: 0xD8073, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x6330, symBinAddr: 0x1A998, symSize: 0xE8 } + - { offsetInCU: 0x420F, offset: 0xD80F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x6418, symBinAddr: 0x1AA80, symSize: 0x88 } + - { offsetInCU: 0x4247, offset: 0xD812D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x64A0, symBinAddr: 0x1AB08, symSize: 0xAC } + - { offsetInCU: 0x42A8, offset: 0xD818E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x654C, symBinAddr: 0x1ABB4, symSize: 0x190 } + - { offsetInCU: 0x4333, offset: 0xD8219, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x66DC, symBinAddr: 0x1AD44, symSize: 0xEC } + - { offsetInCU: 0x43BD, offset: 0xD82A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x67C8, symBinAddr: 0x1AE30, symSize: 0x94 } + - { offsetInCU: 0x44F4, offset: 0xD83DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x68A8, symBinAddr: 0x1AF10, symSize: 0x54 } + - { offsetInCU: 0x453A, offset: 0xD8420, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x68FC, symBinAddr: 0x1AF64, symSize: 0x48 } + - { offsetInCU: 0x45B8, offset: 0xD849E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs', symObjAddr: 0x6A40, symBinAddr: 0x1B0A8, symSize: 0xA4 } + - { offsetInCU: 0x4619, offset: 0xD84FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM', symObjAddr: 0x6AE4, symBinAddr: 0x1B14C, symSize: 0x58 } + - { offsetInCU: 0x464A, offset: 0xD8530, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x6B3C, symBinAddr: 0x1B1A4, symSize: 0xA0 } + - { offsetInCU: 0x4692, offset: 0xD8578, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x6BDC, symBinAddr: 0x1B244, symSize: 0xA0 } + - { offsetInCU: 0x476E, offset: 0xD8654, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x6D54, symBinAddr: 0x1B3BC, symSize: 0x8C } + - { offsetInCU: 0x47CD, offset: 0xD86B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x6DE0, symBinAddr: 0x1B448, symSize: 0x58 } + - { offsetInCU: 0x47FE, offset: 0xD86E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x6E38, symBinAddr: 0x1B4A0, symSize: 0x7C } + - { offsetInCU: 0x484E, offset: 0xD8734, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x6EB4, symBinAddr: 0x1B51C, symSize: 0x9C } + - { offsetInCU: 0x48B9, offset: 0xD879F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x6F50, symBinAddr: 0x1B5B8, symSize: 0xCC } + - { offsetInCU: 0x49CA, offset: 0xD88B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12reloadImagesyyF', symObjAddr: 0x701C, symBinAddr: 0x1B684, symSize: 0x80 } + - { offsetInCU: 0x4A02, offset: 0xD88E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x709C, symBinAddr: 0x1B704, symSize: 0x80 } + - { offsetInCU: 0x4A5A, offset: 0xD8940, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x711C, symBinAddr: 0x1B784, symSize: 0x158 } + - { offsetInCU: 0x4B10, offset: 0xD89F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x7274, symBinAddr: 0x1B8DC, symSize: 0xC8 } + - { offsetInCU: 0x4B7A, offset: 0xD8A60, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x733C, symBinAddr: 0x1B9A4, symSize: 0xC8 } + - { offsetInCU: 0x4BE4, offset: 0xD8ACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x7404, symBinAddr: 0x1BA6C, symSize: 0x80 } + - { offsetInCU: 0x4C2E, offset: 0xD8B14, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x7484, symBinAddr: 0x1BAEC, symSize: 0x84 } + - { offsetInCU: 0x4C98, offset: 0xD8B7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x7508, symBinAddr: 0x1BB70, symSize: 0x1E0 } + - { offsetInCU: 0x4D59, offset: 0xD8C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x76E8, symBinAddr: 0x1BD50, symSize: 0x188 } + - { offsetInCU: 0x4E1A, offset: 0xD8D00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x7870, symBinAddr: 0x1BED8, symSize: 0x160 } + - { offsetInCU: 0x4FE8, offset: 0xD8ECE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x79D0, symBinAddr: 0x1C038, symSize: 0x94 } + - { offsetInCU: 0x5063, offset: 0xD8F49, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7A64, symBinAddr: 0x1C0CC, symSize: 0xF0 } + - { offsetInCU: 0x5147, offset: 0xD902D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7B54, symBinAddr: 0x1C1BC, symSize: 0xF0 } + - { offsetInCU: 0x521D, offset: 0xD9103, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF', symObjAddr: 0x7C44, symBinAddr: 0x1C2AC, symSize: 0xD0 } + - { offsetInCU: 0x52C5, offset: 0xD91AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF', symObjAddr: 0x7D14, symBinAddr: 0x1C37C, symSize: 0xAC } + - { offsetInCU: 0x5338, offset: 0xD921E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVF', symObjAddr: 0x7DC0, symBinAddr: 0x1C428, symSize: 0x158 } + - { offsetInCU: 0x5387, offset: 0xD926D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_', symObjAddr: 0x7F18, symBinAddr: 0x1C580, symSize: 0x80 } + - { offsetInCU: 0x53CC, offset: 0xD92B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014updateInFlightB0yyF', symObjAddr: 0x7F98, symBinAddr: 0x1C600, symSize: 0x27C } + - { offsetInCU: 0x5614, offset: 0xD94FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC24updateRasterizationStateyyF', symObjAddr: 0x8214, symBinAddr: 0x1C87C, symSize: 0x1F0 } + - { offsetInCU: 0x574C, offset: 0xD9632, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x8404, symBinAddr: 0x1CA6C, symSize: 0x130 } + - { offsetInCU: 0x5877, offset: 0xD975D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04makebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL11usingEngineyAA09RenderingP6OptionO_tF', symObjAddr: 0x8534, symBinAddr: 0x1CB9C, symSize: 0x644 } + - { offsetInCU: 0x5C5E, offset: 0xD9B44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014makeMainThreadbC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0efbC0CAA0aB0C_tF', symObjAddr: 0x8B78, symBinAddr: 0x1D1E0, symSize: 0x1A4 } + - { offsetInCU: 0x5D73, offset: 0xD9C59, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tF', symObjAddr: 0x8D1C, symBinAddr: 0x1D384, symSize: 0x240 } + - { offsetInCU: 0x5ECB, offset: 0xD9DB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_', symObjAddr: 0x8F5C, symBinAddr: 0x1D5C4, symSize: 0x20C } + - { offsetInCU: 0x61D8, offset: 0xDA0BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tF', symObjAddr: 0x9168, symBinAddr: 0x1D7D0, symSize: 0x314 } + - { offsetInCU: 0x6383, offset: 0xDA269, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_', symObjAddr: 0x947C, symBinAddr: 0x1DAE4, symSize: 0x5C } + - { offsetInCU: 0x63C2, offset: 0xDA2A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGF', symObjAddr: 0x957C, symBinAddr: 0x1DBE4, symSize: 0x2E8 } + - { offsetInCU: 0x666B, offset: 0xDA551, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_', symObjAddr: 0x9864, symBinAddr: 0x1DECC, symSize: 0x1D4 } + - { offsetInCU: 0x684C, offset: 0xDA732, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB11IfNecessary33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x9A38, symBinAddr: 0x1E0A0, symSize: 0x18C } + - { offsetInCU: 0x6AD5, offset: 0xDA9BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06addNewB10ForContext33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA0bG0VF', symObjAddr: 0x9BC4, symBinAddr: 0x1E22C, symSize: 0xBF0 } + - { offsetInCU: 0x73F9, offset: 0xDB2DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19reducedMotionMarker33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLAA0F0CSgvg', symObjAddr: 0xA7D4, symBinAddr: 0x1EE3C, symSize: 0x138 } + - { offsetInCU: 0x74C8, offset: 0xDB3AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA03DotA4FileC0B0VF', symObjAddr: 0xA90C, symBinAddr: 0x1EF74, symSize: 0x100 } + - { offsetInCU: 0x75C7, offset: 0xDB4AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC017playReducedMotionB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL10completionyySbcSg_tF', symObjAddr: 0xAA0C, symBinAddr: 0x1F074, symSize: 0x124 } + - { offsetInCU: 0x76E4, offset: 0xDB5CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfC', symObjAddr: 0xAB30, symBinAddr: 0x1F198, symSize: 0x20 } + - { offsetInCU: 0x7702, offset: 0xDB5E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfc', symObjAddr: 0xAB50, symBinAddr: 0x1F1B8, symSize: 0x2C } + - { offsetInCU: 0x7765, offset: 0xDB64B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfcTo', symObjAddr: 0xAB7C, symBinAddr: 0x1F1E4, symSize: 0x2C } + - { offsetInCU: 0x77CC, offset: 0xDB6B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfD', symObjAddr: 0xABA8, symBinAddr: 0x1F210, symSize: 0x30 } + - { offsetInCU: 0x77F9, offset: 0xDB6DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0xB81C, symBinAddr: 0x1FE84, symSize: 0x4F4 } + - { offsetInCU: 0x7969, offset: 0xDB84F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfCTfq4nneennn_nTf4nnngnnn_n', symObjAddr: 0xC038, symBinAddr: 0x206A0, symSize: 0xDC } + - { offsetInCU: 0x79B0, offset: 0xDB896, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0xC2A8, symBinAddr: 0x208D0, symSize: 0x3FC } + - { offsetInCU: 0x7AAA, offset: 0xDB990, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvsTf4gn_n', symObjAddr: 0xCA58, symBinAddr: 0x21080, symSize: 0x100 } + - { offsetInCU: 0x7B39, offset: 0xDBA1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0xCB78, symBinAddr: 0x211A0, symSize: 0xE4 } + - { offsetInCU: 0x7BB1, offset: 0xDBA97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0xCDC4, symBinAddr: 0x213EC, symSize: 0xD0 } + - { offsetInCU: 0x7C51, offset: 0xDBB37, size: 0x8, addend: 0x0, symName: ___swift_mutable_project_boxed_opaque_existential_1, symObjAddr: 0x1118, symBinAddr: 0x15780, symSize: 0x28 } + - { offsetInCU: 0x7F75, offset: 0xDBE5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTK', symObjAddr: 0x3CC0, symBinAddr: 0x18328, symSize: 0x6C } + - { offsetInCU: 0x7FA2, offset: 0xDBE88, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTk', symObjAddr: 0x3D2C, symBinAddr: 0x18394, symSize: 0xD0 } + - { offsetInCU: 0x8032, offset: 0xDBF18, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvpACTk', symObjAddr: 0x3E64, symBinAddr: 0x184CC, symSize: 0x68 } + - { offsetInCU: 0x8068, offset: 0xDBF4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTK', symObjAddr: 0x3F14, symBinAddr: 0x1857C, symSize: 0x94 } + - { offsetInCU: 0x8095, offset: 0xDBF7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTk', symObjAddr: 0x3FA8, symBinAddr: 0x18610, symSize: 0xB8 } + - { offsetInCU: 0x80CD, offset: 0xDBFB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x4118, symBinAddr: 0x18780, symSize: 0xA4 } + - { offsetInCU: 0x810E, offset: 0xDBFF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x4570, symBinAddr: 0x18BD8, symSize: 0xB0 } + - { offsetInCU: 0x8253, offset: 0xDC139, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvpACTk', symObjAddr: 0x49E8, symBinAddr: 0x19050, symSize: 0x30 } + - { offsetInCU: 0x8280, offset: 0xDC166, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x4BC8, symBinAddr: 0x19230, symSize: 0x94 } + - { offsetInCU: 0x82AD, offset: 0xDC193, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x4C5C, symBinAddr: 0x192C4, symSize: 0x88 } + - { offsetInCU: 0x82DA, offset: 0xDC1C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x4CE4, symBinAddr: 0x1934C, symSize: 0x60 } + - { offsetInCU: 0x82F2, offset: 0xDC1D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x5268, symBinAddr: 0x198D0, symSize: 0x54 } + - { offsetInCU: 0x831F, offset: 0xDC205, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x52BC, symBinAddr: 0x19924, symSize: 0x3C } + - { offsetInCU: 0x834C, offset: 0xDC232, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x56B8, symBinAddr: 0x19D20, symSize: 0x74 } + - { offsetInCU: 0x83BC, offset: 0xDC2A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x59CC, symBinAddr: 0x1A034, symSize: 0x60 } + - { offsetInCU: 0x8561, offset: 0xDC447, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x62A0, symBinAddr: 0x1A908, symSize: 0x90 } + - { offsetInCU: 0x859D, offset: 0xDC483, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvpACTk', symObjAddr: 0x698C, symBinAddr: 0x1AFF4, symSize: 0xA8 } + - { offsetInCU: 0x85EE, offset: 0xDC4D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x6C7C, symBinAddr: 0x1B2E4, symSize: 0x8C } + - { offsetInCU: 0x8A5F, offset: 0xDC945, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LL_WZ', symObjAddr: 0xA7B4, symBinAddr: 0x1EE1C, symSize: 0x20 } + - { offsetInCU: 0x8B1A, offset: 0xDCA00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfETo', symObjAddr: 0xABD8, symBinAddr: 0x1F240, symSize: 0x11C } + - { offsetInCU: 0x8B5F, offset: 0xDCA45, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0xACF4, symBinAddr: 0x1F35C, symSize: 0x64 } + - { offsetInCU: 0x8BB7, offset: 0xDCA9D, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xAD58, symBinAddr: 0x1F3C0, symSize: 0x34 } + - { offsetInCU: 0x8C0F, offset: 0xDCAF5, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSi_Tg5', symObjAddr: 0xAD8C, symBinAddr: 0x1F3F4, symSize: 0x38 } + - { offsetInCU: 0x8C5C, offset: 0xDCB42, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xADC4, symBinAddr: 0x1F42C, symSize: 0x30 } + - { offsetInCU: 0x8CAA, offset: 0xDCB90, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xADF4, symBinAddr: 0x1F45C, symSize: 0xAC } + - { offsetInCU: 0x8DAE, offset: 0xDCC94, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xAF30, symBinAddr: 0x1F598, symSize: 0x30 } + - { offsetInCU: 0x8DF1, offset: 0xDCCD7, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xAF60, symBinAddr: 0x1F5C8, symSize: 0x58 } + - { offsetInCU: 0x8E87, offset: 0xDCD6D, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0xAFB8, symBinAddr: 0x1F620, symSize: 0xE0 } + - { offsetInCU: 0x8ED1, offset: 0xDCDB7, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xB098, symBinAddr: 0x1F700, symSize: 0x98 } + - { offsetInCU: 0x8F09, offset: 0xDCDEF, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xB130, symBinAddr: 0x1F798, symSize: 0x120 } + - { offsetInCU: 0x8F4F, offset: 0xDCE35, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xB250, symBinAddr: 0x1F8B8, symSize: 0x18C } + - { offsetInCU: 0x9051, offset: 0xDCF37, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xB5EC, symBinAddr: 0x1FC54, symSize: 0xC4 } + - { offsetInCU: 0x907E, offset: 0xDCF64, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xB6B0, symBinAddr: 0x1FD18, symSize: 0x9C } + - { offsetInCU: 0x9159, offset: 0xDD03F, size: 0x8, addend: 0x0, symName: '_$ss32_copyCollectionToContiguousArrayys0dE0Vy7ElementQzGxSlRzlFs0E5SliceVySSG_Tg5', symObjAddr: 0xB74C, symBinAddr: 0x1FDB4, symSize: 0xD0 } + - { offsetInCU: 0x92CA, offset: 0xDD1B0, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_n', symObjAddr: 0xBD10, symBinAddr: 0x20378, symSize: 0x15C } + - { offsetInCU: 0x936C, offset: 0xDD252, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_n', symObjAddr: 0xBE6C, symBinAddr: 0x204D4, symSize: 0xB4 } + - { offsetInCU: 0x944F, offset: 0xDD335, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOc', symObjAddr: 0xC114, symBinAddr: 0x2077C, symSize: 0x48 } + - { offsetInCU: 0x9463, offset: 0xDD349, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOh', symObjAddr: 0xC19C, symBinAddr: 0x207C4, symSize: 0x40 } + - { offsetInCU: 0x9477, offset: 0xDD35D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOc', symObjAddr: 0xC1DC, symBinAddr: 0x20804, symSize: 0x3C } + - { offsetInCU: 0x948B, offset: 0xDD371, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCMa', symObjAddr: 0xC218, symBinAddr: 0x20840, symSize: 0x20 } + - { offsetInCU: 0x949F, offset: 0xDD385, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOh', symObjAddr: 0xC238, symBinAddr: 0x20860, symSize: 0x34 } + - { offsetInCU: 0x94B3, offset: 0xDD399, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVSgWOe', symObjAddr: 0xC26C, symBinAddr: 0x20894, symSize: 0x3C } + - { offsetInCU: 0x9503, offset: 0xDD3E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOe', symObjAddr: 0xC6A4, symBinAddr: 0x20CCC, symSize: 0x20 } + - { offsetInCU: 0x9517, offset: 0xDD3FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOe', symObjAddr: 0xC6C4, symBinAddr: 0x20CEC, symSize: 0x88 } + - { offsetInCU: 0x952B, offset: 0xDD411, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOe', symObjAddr: 0xC74C, symBinAddr: 0x20D74, symSize: 0x18 } + - { offsetInCU: 0x953F, offset: 0xDD425, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOe', symObjAddr: 0xC764, symBinAddr: 0x20D8C, symSize: 0x58 } + - { offsetInCU: 0x958A, offset: 0xDD470, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_TA', symObjAddr: 0xC8EC, symBinAddr: 0x20F14, symSize: 0xC } + - { offsetInCU: 0x959E, offset: 0xDD484, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOy', symObjAddr: 0xC8F8, symBinAddr: 0x20F20, symSize: 0x18 } + - { offsetInCU: 0x95B2, offset: 0xDD498, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOy', symObjAddr: 0xC910, symBinAddr: 0x20F38, symSize: 0x20 } + - { offsetInCU: 0x95C6, offset: 0xDD4AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOy', symObjAddr: 0xC930, symBinAddr: 0x20F58, symSize: 0x8C } + - { offsetInCU: 0x95DA, offset: 0xDD4C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOy', symObjAddr: 0xC9BC, symBinAddr: 0x20FE4, symSize: 0x60 } + - { offsetInCU: 0x95EE, offset: 0xDD4D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOf', symObjAddr: 0xCA1C, symBinAddr: 0x21044, symSize: 0x3C } + - { offsetInCU: 0x9602, offset: 0xDD4E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOy', symObjAddr: 0xCB58, symBinAddr: 0x21180, symSize: 0x10 } + - { offsetInCU: 0x9616, offset: 0xDD4FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOe', symObjAddr: 0xCB68, symBinAddr: 0x21190, symSize: 0x10 } + - { offsetInCU: 0x962A, offset: 0xDD510, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_1, symObjAddr: 0xCC5C, symBinAddr: 0x21284, symSize: 0x168 } + - { offsetInCU: 0x963E, offset: 0xDD524, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerCMa', symObjAddr: 0xDE80, symBinAddr: 0x224A8, symSize: 0x3C } + - { offsetInCU: 0x9652, offset: 0xDD538, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_TA', symObjAddr: 0xDEBC, symBinAddr: 0x224E4, symSize: 0x8 } + - { offsetInCU: 0x9666, offset: 0xDD54C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xDEC4, symBinAddr: 0x224EC, symSize: 0x8 } + - { offsetInCU: 0x967A, offset: 0xDD560, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0xDECC, symBinAddr: 0x224F4, symSize: 0x4C } + - { offsetInCU: 0x968E, offset: 0xDD574, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFSSyXEfu_TA', symObjAddr: 0xDF5C, symBinAddr: 0x22540, symSize: 0x18 } + - { offsetInCU: 0x96A2, offset: 0xDD588, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xDF74, symBinAddr: 0x22558, symSize: 0x8 } + - { offsetInCU: 0x96B6, offset: 0xDD59C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xDF7C, symBinAddr: 0x22560, symSize: 0x8 } + - { offsetInCU: 0x96CA, offset: 0xDD5B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xDF84, symBinAddr: 0x22568, symSize: 0x7C } + - { offsetInCU: 0x974F, offset: 0xDD635, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SbyXEfu_TA', symObjAddr: 0xE000, symBinAddr: 0x225E4, symSize: 0x14 } + - { offsetInCU: 0x97E3, offset: 0xDD6C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_TA', symObjAddr: 0xE014, symBinAddr: 0x225F8, symSize: 0x8 } + - { offsetInCU: 0x97F7, offset: 0xDD6DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xE01C, symBinAddr: 0x22600, symSize: 0x8 } + - { offsetInCU: 0x980B, offset: 0xDD6F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xE024, symBinAddr: 0x22608, symSize: 0x8 } + - { offsetInCU: 0x981F, offset: 0xDD705, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyxq___GSHRzr0_lWOe', symObjAddr: 0xE02C, symBinAddr: 0x22610, symSize: 0x10 } + - { offsetInCU: 0x9833, offset: 0xDD719, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0xE0E0, symBinAddr: 0x22688, symSize: 0x8 } + - { offsetInCU: 0x9852, offset: 0xDD738, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0xE0E8, symBinAddr: 0x22690, symSize: 0x28 } + - { offsetInCU: 0x9886, offset: 0xDD76C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOytIegnnr_AcEIeggn_TRTA', symObjAddr: 0xE110, symBinAddr: 0x226B8, symSize: 0x4C } + - { offsetInCU: 0x98BA, offset: 0xDD7A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOIeggn_AcEytIegnnr_TRTA', symObjAddr: 0xE15C, symBinAddr: 0x22704, symSize: 0x24 } + - { offsetInCU: 0x98E3, offset: 0xDD7C9, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0xE180, symBinAddr: 0x22728, symSize: 0x3C } + - { offsetInCU: 0x98F7, offset: 0xDD7DD, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOh', symObjAddr: 0xE1BC, symBinAddr: 0x22764, symSize: 0x34 } + - { offsetInCU: 0x990B, offset: 0xDD7F1, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_1, symObjAddr: 0xE1F0, symBinAddr: 0x22798, symSize: 0x3C } + - { offsetInCU: 0x991F, offset: 0xDD805, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOb', symObjAddr: 0xE22C, symBinAddr: 0x227D4, symSize: 0x18 } + - { offsetInCU: 0x9933, offset: 0xDD819, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_TA', symObjAddr: 0xE268, symBinAddr: 0x22810, symSize: 0x8 } + - { offsetInCU: 0x9947, offset: 0xDD82D, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xE270, symBinAddr: 0x22818, symSize: 0x10 } + - { offsetInCU: 0x995B, offset: 0xDD841, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xE280, symBinAddr: 0x22828, symSize: 0x8 } + - { offsetInCU: 0x996F, offset: 0xDD855, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOd', symObjAddr: 0xE288, symBinAddr: 0x22830, symSize: 0x3C } + - { offsetInCU: 0x9983, offset: 0xDD869, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOe', symObjAddr: 0xE2C4, symBinAddr: 0x2286C, symSize: 0x38 } + - { offsetInCU: 0x9997, offset: 0xDD87D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOc', symObjAddr: 0xE2FC, symBinAddr: 0x228A4, symSize: 0x3C } + - { offsetInCU: 0x99AB, offset: 0xDD891, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV3key_AA16AnyValueProvider_p5valuetSgWOb', symObjAddr: 0xE338, symBinAddr: 0x228E0, symSize: 0x48 } + - { offsetInCU: 0x99DE, offset: 0xDD8C4, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x14668, symSize: 0x64 } + - { offsetInCU: 0x9A6D, offset: 0xDD953, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x64, symBinAddr: 0x146CC, symSize: 0x64 } + - { offsetInCU: 0x9AFC, offset: 0xDD9E2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0xC8, symBinAddr: 0x14730, symSize: 0x64 } + - { offsetInCU: 0x9B8B, offset: 0xDDA71, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x12C, symBinAddr: 0x14794, symSize: 0x84 } + - { offsetInCU: 0x9C1A, offset: 0xDDB00, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1B0, symBinAddr: 0x14818, symSize: 0x84 } + - { offsetInCU: 0x9CA9, offset: 0xDDB8F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8MaskModeO_Tg5', symObjAddr: 0x234, symBinAddr: 0x1489C, symSize: 0x64 } + - { offsetInCU: 0x9D38, offset: 0xDDC1E, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x298, symBinAddr: 0x14900, symSize: 0x64 } + - { offsetInCU: 0x9DC7, offset: 0xDDCAD, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x2FC, symBinAddr: 0x14964, symSize: 0x84 } + - { offsetInCU: 0x9E56, offset: 0xDDD3C, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x380, symBinAddr: 0x149E8, symSize: 0x64 } + - { offsetInCU: 0x9EE5, offset: 0xDDDCB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x3E4, symBinAddr: 0x14A4C, symSize: 0x88 } + - { offsetInCU: 0x9F40, offset: 0xDDE26, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x46C, symBinAddr: 0x14AD4, symSize: 0x84 } + - { offsetInCU: 0x9FCF, offset: 0xDDEB5, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x4F0, symBinAddr: 0x14B58, symSize: 0x64 } + - { offsetInCU: 0xA05E, offset: 0xDDF44, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x554, symBinAddr: 0x14BBC, symSize: 0x84 } + - { offsetInCU: 0xA0ED, offset: 0xDDFD3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x5D8, symBinAddr: 0x14C40, symSize: 0x84 } + - { offsetInCU: 0xA17C, offset: 0xDE062, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x65C, symBinAddr: 0x14CC4, symSize: 0x84 } + - { offsetInCU: 0xA20B, offset: 0xDE0F1, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x6E0, symBinAddr: 0x14D48, symSize: 0x64 } + - { offsetInCU: 0xA29A, offset: 0xDE180, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x744, symBinAddr: 0x14DAC, symSize: 0xEC } + - { offsetInCU: 0xA322, offset: 0xDE208, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x830, symBinAddr: 0x14E98, symSize: 0x84 } + - { offsetInCU: 0xA3B1, offset: 0xDE297, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x8B4, symBinAddr: 0x14F1C, symSize: 0x64 } + - { offsetInCU: 0xA440, offset: 0xDE326, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x918, symBinAddr: 0x14F80, symSize: 0xB4 } + - { offsetInCU: 0xA493, offset: 0xDE379, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x9CC, symBinAddr: 0x15034, symSize: 0x64 } + - { offsetInCU: 0xA522, offset: 0xDE408, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xA30, symBinAddr: 0x15098, symSize: 0x64 } + - { offsetInCU: 0xA5B1, offset: 0xDE497, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0xA94, symBinAddr: 0x150FC, symSize: 0x64 } + - { offsetInCU: 0xA60C, offset: 0xDE4F2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xAFC, symBinAddr: 0x15164, symSize: 0x84 } + - { offsetInCU: 0xA69B, offset: 0xDE581, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xB80, symBinAddr: 0x151E8, symSize: 0x64 } + - { offsetInCU: 0xA72A, offset: 0xDE610, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xBE4, symBinAddr: 0x1524C, symSize: 0x84 } + - { offsetInCU: 0xA7B9, offset: 0xDE69F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xC68, symBinAddr: 0x152D0, symSize: 0x64 } + - { offsetInCU: 0xA848, offset: 0xDE72E, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xD34, symBinAddr: 0x1539C, symSize: 0x64 } + - { offsetInCU: 0xA8D7, offset: 0xDE7BD, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie06EffectC0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xD98, symBinAddr: 0x15400, symSize: 0x64 } + - { offsetInCU: 0xA932, offset: 0xDE818, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xDFC, symBinAddr: 0x15464, symSize: 0x64 } + - { offsetInCU: 0xA98D, offset: 0xDE873, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xE60, symBinAddr: 0x154C8, symSize: 0x64 } + - { offsetInCU: 0xA9E8, offset: 0xDE8CE, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xEC4, symBinAddr: 0x1552C, symSize: 0x64 } + - { offsetInCU: 0xAA77, offset: 0xDE95D, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xF28, symBinAddr: 0x15590, symSize: 0x64 } + - { offsetInCU: 0xAB06, offset: 0xDE9EC, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xF8C, symBinAddr: 0x155F4, symSize: 0x60 } + - { offsetInCU: 0xAB61, offset: 0xDEA47, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0xFEC, symBinAddr: 0x15654, symSize: 0x74 } + - { offsetInCU: 0xB0D0, offset: 0xDEFB6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8FontListC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xBF20, symBinAddr: 0x20588, symSize: 0x8 } + - { offsetInCU: 0xB0EC, offset: 0xDEFD2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4dd_n', symObjAddr: 0xBF28, symBinAddr: 0x20590, symSize: 0x8 } + - { offsetInCU: 0xB108, offset: 0xDEFEE, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4dd_n', symObjAddr: 0xBF30, symBinAddr: 0x20598, symSize: 0x8 } + - { offsetInCU: 0xB124, offset: 0xDF00A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4dd_n', symObjAddr: 0xBF38, symBinAddr: 0x205A0, symSize: 0x8 } + - { offsetInCU: 0xB140, offset: 0xDF026, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4dd_n', symObjAddr: 0xBF40, symBinAddr: 0x205A8, symSize: 0x8 } + - { offsetInCU: 0xB15C, offset: 0xDF042, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie014Vector1DEffectC0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4dd_n', symObjAddr: 0xBF48, symBinAddr: 0x205B0, symSize: 0x8 } + - { offsetInCU: 0xB178, offset: 0xDF05E, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie011ColorEffectC0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4dd_n', symObjAddr: 0xBF50, symBinAddr: 0x205B8, symSize: 0x8 } + - { offsetInCU: 0xB194, offset: 0xDF07A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4dd_n', symObjAddr: 0xBF58, symBinAddr: 0x205C0, symSize: 0x8 } + - { offsetInCU: 0xB1B0, offset: 0xDF096, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4dd_n', symObjAddr: 0xBF60, symBinAddr: 0x205C8, symSize: 0x8 } + - { offsetInCU: 0xB1CC, offset: 0xDF0B2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4dd_n', symObjAddr: 0xBF68, symBinAddr: 0x205D0, symSize: 0x8 } + - { offsetInCU: 0xB1E8, offset: 0xDF0CE, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4dd_n', symObjAddr: 0xBF70, symBinAddr: 0x205D8, symSize: 0x8 } + - { offsetInCU: 0xB204, offset: 0xDF0EA, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie13DiscriminatorO_Tg5Tf4dd_n', symObjAddr: 0xBF78, symBinAddr: 0x205E0, symSize: 0x8 } + - { offsetInCU: 0xB220, offset: 0xDF106, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xBF80, symBinAddr: 0x205E8, symSize: 0x8 } + - { offsetInCU: 0xB260, offset: 0xDF146, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufC6Lottie15AnyNodeProperty_p_SD6ValuesVySSAdE_p_GTg5Tf4gd_n', symObjAddr: 0xBF88, symBinAddr: 0x205F0, symSize: 0xB0 } + - { offsetInCU: 0xB340, offset: 0xDF226, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufCSS_s10ArraySliceVySSGTg5Tf4nd_n', symObjAddr: 0xC7BC, symBinAddr: 0x20DE4, symSize: 0xD0 } + - { offsetInCU: 0x3F, offset: 0xDF967, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF8, symBinAddr: 0x2294C, symSize: 0x240 } + - { offsetInCU: 0xC8, offset: 0xDF9F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x338, symBinAddr: 0x22B8C, symSize: 0x320 } + - { offsetInCU: 0x13A, offset: 0xDFA62, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE10updateTree_12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x658, symBinAddr: 0x22EAC, symSize: 0x4C } + - { offsetInCU: 0x197, offset: 0xDFABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE11keypathNameSSvg', symObjAddr: 0x6A4, symBinAddr: 0x22EF8, symSize: 0x70 } + - { offsetInCU: 0x1D4, offset: 0xDFAFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE17keypathPropertiesSDySSAA03AnyC8Property_pGvg', symObjAddr: 0x714, symBinAddr: 0x22F68, symSize: 0x68 } + - { offsetInCU: 0x211, offset: 0xDFB39, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13childKeypathsSayAA17KeypathSearchable_pGvg', symObjAddr: 0x77C, symBinAddr: 0x22FD0, symSize: 0x68 } + - { offsetInCU: 0x24E, offset: 0xDFB76, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x7E4, symBinAddr: 0x23038, symSize: 0x8 } + - { offsetInCU: 0x26A, offset: 0xDFB92, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x7EC, symBinAddr: 0x23040, symSize: 0x8 } + - { offsetInCU: 0x286, offset: 0xDFBAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7F4, symBinAddr: 0x23048, symSize: 0x8 } + - { offsetInCU: 0x2A2, offset: 0xDFBCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7FC, symBinAddr: 0x23050, symSize: 0x4 } + - { offsetInCU: 0x2BE, offset: 0xDFBE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x800, symBinAddr: 0x23054, symSize: 0x28 } + - { offsetInCU: 0x2DA, offset: 0xDFC02, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x828, symBinAddr: 0x2307C, symSize: 0x28 } + - { offsetInCU: 0x2F6, offset: 0xDFC1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x850, symBinAddr: 0x230A4, symSize: 0x28 } + - { offsetInCU: 0x312, offset: 0xDFC3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x878, symBinAddr: 0x230CC, symSize: 0x8 } + - { offsetInCU: 0x32E, offset: 0xDFC56, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_2, symObjAddr: 0x880, symBinAddr: 0x230D4, symSize: 0x24 } + - { offsetInCU: 0x342, offset: 0xDFC6A, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_2, symObjAddr: 0x8A4, symBinAddr: 0x230F8, symSize: 0x20 } + - { offsetInCU: 0x356, offset: 0xDFC7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8C4, symBinAddr: 0x23118, symSize: 0x8 } + - { offsetInCU: 0x372, offset: 0xDFC9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x8CC, symBinAddr: 0x23120, symSize: 0x8 } + - { offsetInCU: 0x38E, offset: 0xDFCB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x8D4, symBinAddr: 0x23128, symSize: 0x8 } + - { offsetInCU: 0x3AA, offset: 0xDFCD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x8DC, symBinAddr: 0x23130, symSize: 0x4 } + - { offsetInCU: 0x462, offset: 0xDFD8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x8E4, symBinAddr: 0x23138, symSize: 0x10 } + - { offsetInCU: 0x51C, offset: 0xDFE44, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x8F4, symBinAddr: 0x23148, symSize: 0x10 } + - { offsetInCU: 0x5B8, offset: 0xDFEE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x904, symBinAddr: 0x23158, symSize: 0x8 } + - { offsetInCU: 0x5D4, offset: 0xDFEFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x90C, symBinAddr: 0x23160, symSize: 0x8 } + - { offsetInCU: 0x5F0, offset: 0xDFF18, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x914, symBinAddr: 0x23168, symSize: 0x8 } + - { offsetInCU: 0x60C, offset: 0xDFF34, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x91C, symBinAddr: 0x23170, symSize: 0x4 } + - { offsetInCU: 0x637, offset: 0xDFF5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x920, symBinAddr: 0x23174, symSize: 0x4 } + - { offsetInCU: 0x657, offset: 0xDFF7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x920, symBinAddr: 0x23174, symSize: 0x4 } + - { offsetInCU: 0x669, offset: 0xDFF91, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x924, symBinAddr: 0x23178, symSize: 0x28 } + - { offsetInCU: 0x685, offset: 0xDFFAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x94C, symBinAddr: 0x231A0, symSize: 0x28 } + - { offsetInCU: 0x6A1, offset: 0xDFFC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x974, symBinAddr: 0x231C8, symSize: 0x28 } + - { offsetInCU: 0x6BD, offset: 0xDFFE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x99C, symBinAddr: 0x231F0, symSize: 0x8 } + - { offsetInCU: 0x6D9, offset: 0xE0001, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x9A4, symBinAddr: 0x231F8, symSize: 0x8 } + - { offsetInCU: 0x6F5, offset: 0xE001D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x9AC, symBinAddr: 0x23200, symSize: 0x8 } + - { offsetInCU: 0x711, offset: 0xE0039, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9B4, symBinAddr: 0x23208, symSize: 0x8 } + - { offsetInCU: 0x72D, offset: 0xE0055, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9BC, symBinAddr: 0x23210, symSize: 0x4 } + - { offsetInCU: 0x7C7, offset: 0xE00EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x9C4, symBinAddr: 0x23218, symSize: 0x10 } + - { offsetInCU: 0x863, offset: 0xE018B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x9D4, symBinAddr: 0x23228, symSize: 0xC } + - { offsetInCU: 0x87F, offset: 0xE01A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x9E0, symBinAddr: 0x23234, symSize: 0x8 } + - { offsetInCU: 0x89B, offset: 0xE01C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x9E8, symBinAddr: 0x2323C, symSize: 0x8 } + - { offsetInCU: 0x8B7, offset: 0xE01DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x9F0, symBinAddr: 0x23244, symSize: 0x8 } + - { offsetInCU: 0x8D3, offset: 0xE01FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9F8, symBinAddr: 0x2324C, symSize: 0x8 } + - { offsetInCU: 0x8EF, offset: 0xE0217, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA00, symBinAddr: 0x23254, symSize: 0x4 } + - { offsetInCU: 0x90B, offset: 0xE0233, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA04, symBinAddr: 0x23258, symSize: 0xC } + - { offsetInCU: 0x927, offset: 0xE024F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA10, symBinAddr: 0x23264, symSize: 0x8 } + - { offsetInCU: 0x943, offset: 0xE026B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA18, symBinAddr: 0x2326C, symSize: 0x8 } + - { offsetInCU: 0x95F, offset: 0xE0287, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA20, symBinAddr: 0x23274, symSize: 0x8 } + - { offsetInCU: 0x97B, offset: 0xE02A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA28, symBinAddr: 0x2327C, symSize: 0x4 } + - { offsetInCU: 0xA19, offset: 0xE0341, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x23280, symSize: 0x8 } + - { offsetInCU: 0xA39, offset: 0xE0361, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x23280, symSize: 0x8 } + - { offsetInCU: 0xA5F, offset: 0xE0387, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x23280, symSize: 0x8 } + - { offsetInCU: 0xA74, offset: 0xE039C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x23280, symSize: 0x8 } + - { offsetInCU: 0xACC, offset: 0xE03F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xA38, symBinAddr: 0x2328C, symSize: 0x10 } + - { offsetInCU: 0xB68, offset: 0xE0490, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA48, symBinAddr: 0x2329C, symSize: 0xC } + - { offsetInCU: 0xB84, offset: 0xE04AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA54, symBinAddr: 0x232A8, symSize: 0x8 } + - { offsetInCU: 0xBA0, offset: 0xE04C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xA5C, symBinAddr: 0x232B0, symSize: 0x8 } + - { offsetInCU: 0xBBC, offset: 0xE04E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA64, symBinAddr: 0x232B8, symSize: 0x8 } + - { offsetInCU: 0xBD8, offset: 0xE0500, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA6C, symBinAddr: 0x232C0, symSize: 0x4 } + - { offsetInCU: 0xC76, offset: 0xE059E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x232C4, symSize: 0x8 } + - { offsetInCU: 0xC96, offset: 0xE05BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x232C4, symSize: 0x8 } + - { offsetInCU: 0xCBC, offset: 0xE05E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x232C4, symSize: 0x8 } + - { offsetInCU: 0xCD1, offset: 0xE05F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x232C4, symSize: 0x8 } + - { offsetInCU: 0xD29, offset: 0xE0651, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA7C, symBinAddr: 0x232D0, symSize: 0x10 } + - { offsetInCU: 0xDC5, offset: 0xE06ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA8C, symBinAddr: 0x232E0, symSize: 0xC } + - { offsetInCU: 0xDE1, offset: 0xE0709, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA98, symBinAddr: 0x232EC, symSize: 0x8 } + - { offsetInCU: 0xDFD, offset: 0xE0725, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xAA0, symBinAddr: 0x232F4, symSize: 0x8 } + - { offsetInCU: 0xE19, offset: 0xE0741, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAA8, symBinAddr: 0x232FC, symSize: 0x8 } + - { offsetInCU: 0xEB7, offset: 0xE07DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x23304, symSize: 0x8 } + - { offsetInCU: 0xED7, offset: 0xE07FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x23304, symSize: 0x8 } + - { offsetInCU: 0xEFD, offset: 0xE0825, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x23304, symSize: 0x8 } + - { offsetInCU: 0xF12, offset: 0xE083A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x23304, symSize: 0x8 } + - { offsetInCU: 0xF6A, offset: 0xE0892, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xAB8, symBinAddr: 0x2330C, symSize: 0x10 } + - { offsetInCU: 0x1006, offset: 0xE092E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAC8, symBinAddr: 0x2331C, symSize: 0x8 } + - { offsetInCU: 0x1022, offset: 0xE094A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAD0, symBinAddr: 0x23324, symSize: 0x8 } + - { offsetInCU: 0x103E, offset: 0xE0966, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAD8, symBinAddr: 0x2332C, symSize: 0x4 } + - { offsetInCU: 0x10D8, offset: 0xE0A00, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xADC, symBinAddr: 0x23330, symSize: 0x10 } + - { offsetInCU: 0x1174, offset: 0xE0A9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAEC, symBinAddr: 0x23340, symSize: 0xC } + - { offsetInCU: 0x1190, offset: 0xE0AB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xAF8, symBinAddr: 0x2334C, symSize: 0x8 } + - { offsetInCU: 0x11AC, offset: 0xE0AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB00, symBinAddr: 0x23354, symSize: 0x8 } + - { offsetInCU: 0x11C8, offset: 0xE0AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xB08, symBinAddr: 0x2335C, symSize: 0x8 } + - { offsetInCU: 0x11E4, offset: 0xE0B0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB10, symBinAddr: 0x23364, symSize: 0x8 } + - { offsetInCU: 0x1200, offset: 0xE0B28, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB18, symBinAddr: 0x2336C, symSize: 0x4 } + - { offsetInCU: 0x121C, offset: 0xE0B44, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB20, symBinAddr: 0x23374, symSize: 0xC } + - { offsetInCU: 0x1238, offset: 0xE0B60, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB2C, symBinAddr: 0x23380, symSize: 0x8 } + - { offsetInCU: 0x1254, offset: 0xE0B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB34, symBinAddr: 0x23388, symSize: 0x8 } + - { offsetInCU: 0x1270, offset: 0xE0B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB3C, symBinAddr: 0x23390, symSize: 0x8 } + - { offsetInCU: 0x128C, offset: 0xE0BB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB44, symBinAddr: 0x23398, symSize: 0x4 } + - { offsetInCU: 0x12A8, offset: 0xE0BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB80, symBinAddr: 0x233D4, symSize: 0xC } + - { offsetInCU: 0x12C4, offset: 0xE0BEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB8C, symBinAddr: 0x233E0, symSize: 0x8 } + - { offsetInCU: 0x12E0, offset: 0xE0C08, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xB94, symBinAddr: 0x233E8, symSize: 0x8 } + - { offsetInCU: 0x12FC, offset: 0xE0C24, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB9C, symBinAddr: 0x233F0, symSize: 0x8 } + - { offsetInCU: 0x1318, offset: 0xE0C40, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBA4, symBinAddr: 0x233F8, symSize: 0x4 } + - { offsetInCU: 0x13B2, offset: 0xE0CDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xBA8, symBinAddr: 0x233FC, symSize: 0x10 } + - { offsetInCU: 0x144E, offset: 0xE0D76, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xBB8, symBinAddr: 0x2340C, symSize: 0xC } + - { offsetInCU: 0x146A, offset: 0xE0D92, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xBC4, symBinAddr: 0x23418, symSize: 0x8 } + - { offsetInCU: 0x1486, offset: 0xE0DAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xBCC, symBinAddr: 0x23420, symSize: 0x8 } + - { offsetInCU: 0x14A2, offset: 0xE0DCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBD4, symBinAddr: 0x23428, symSize: 0x8 } + - { offsetInCU: 0x14BE, offset: 0xE0DE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBDC, symBinAddr: 0x23430, symSize: 0x4 } + - { offsetInCU: 0x14DA, offset: 0xE0E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC14, symBinAddr: 0x23468, symSize: 0xC } + - { offsetInCU: 0x14F6, offset: 0xE0E1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC20, symBinAddr: 0x23474, symSize: 0x8 } + - { offsetInCU: 0x1512, offset: 0xE0E3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xC28, symBinAddr: 0x2347C, symSize: 0x8 } + - { offsetInCU: 0x152E, offset: 0xE0E56, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xC30, symBinAddr: 0x23484, symSize: 0x8 } + - { offsetInCU: 0x154A, offset: 0xE0E72, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xC38, symBinAddr: 0x2348C, symSize: 0x8 } + - { offsetInCU: 0x1566, offset: 0xE0E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xC40, symBinAddr: 0x23494, symSize: 0x4 } + - { offsetInCU: 0x1582, offset: 0xE0EAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC78, symBinAddr: 0x234CC, symSize: 0xC } + - { offsetInCU: 0x159E, offset: 0xE0EC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC84, symBinAddr: 0x234D8, symSize: 0x8 } + - { offsetInCU: 0x15BA, offset: 0xE0EE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xC8C, symBinAddr: 0x234E0, symSize: 0x8 } + - { offsetInCU: 0x43, offset: 0xE1195, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOh', symObjAddr: 0x468, symBinAddr: 0x2395C, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0xE12E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2399C, symSize: 0x260 } + - { offsetInCU: 0x91, offset: 0xE134D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2399C, symSize: 0x260 } + - { offsetInCU: 0x264, offset: 0xE1520, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfcTo', symObjAddr: 0x260, symBinAddr: 0x23BFC, symSize: 0x20 } + - { offsetInCU: 0x2AA, offset: 0xE1566, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x280, symBinAddr: 0x23C1C, symSize: 0x7C } + - { offsetInCU: 0x2F1, offset: 0xE15AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfc', symObjAddr: 0x2FC, symBinAddr: 0x23C98, symSize: 0x118 } + - { offsetInCU: 0x353, offset: 0xE160F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x414, symBinAddr: 0x23DB0, symSize: 0x4C } + - { offsetInCU: 0x38D, offset: 0xE1649, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17markRenderUpdates8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x460, symBinAddr: 0x23DFC, symSize: 0x14C } + - { offsetInCU: 0x510, offset: 0xE17CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15hasRenderUpdate8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x5AC, symBinAddr: 0x23F48, symSize: 0x8 } + - { offsetInCU: 0x547, offset: 0xE1803, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x5B4, symBinAddr: 0x23F50, symSize: 0x4 } + - { offsetInCU: 0x5E4, offset: 0xE18A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17updateRenderScaleyyF', symObjAddr: 0x5B8, symBinAddr: 0x23F54, symSize: 0x144 } + - { offsetInCU: 0x7D7, offset: 0xE1A93, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfD', symObjAddr: 0x6FC, symBinAddr: 0x24098, symSize: 0x30 } + - { offsetInCU: 0x894, offset: 0xE1B50, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfETo', symObjAddr: 0x72C, symBinAddr: 0x240C8, symSize: 0x10 } + - { offsetInCU: 0x8C3, offset: 0xE1B7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCMa', symObjAddr: 0x73C, symBinAddr: 0x240D8, symSize: 0x20 } + - { offsetInCU: 0x8D7, offset: 0xE1B93, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0x798, symBinAddr: 0x240F8, symSize: 0x20 } + - { offsetInCU: 0x75, offset: 0xE1E47, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x24118, symSize: 0x58 } + - { offsetInCU: 0xDA, offset: 0xE1EAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCACycfcTo', symObjAddr: 0x58, symBinAddr: 0x24170, symSize: 0x2C } + - { offsetInCU: 0x169, offset: 0xE1F3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5layerACyp_tcfcTo', symObjAddr: 0x84, symBinAddr: 0x2419C, symSize: 0x54 } + - { offsetInCU: 0x1D0, offset: 0xE1FA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCfD', symObjAddr: 0xD8, symBinAddr: 0x241F0, symSize: 0x30 } + - { offsetInCU: 0x338, offset: 0xE210A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF', symObjAddr: 0x108, symBinAddr: 0x24220, symSize: 0x30C } + - { offsetInCU: 0x5F1, offset: 0xE23C3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tFSSyXEfu_TA', symObjAddr: 0x414, symBinAddr: 0x2452C, symSize: 0x30 } + - { offsetInCU: 0x62F, offset: 0xE2401, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x444, symBinAddr: 0x2455C, symSize: 0x8 } + - { offsetInCU: 0x643, offset: 0xE2415, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCMa', symObjAddr: 0x9D4, symBinAddr: 0x24ADC, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0xE26B8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x25448, symSize: 0x18 } + - { offsetInCU: 0x6F, offset: 0xE2700, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x25448, symSize: 0x18 } + - { offsetInCU: 0x100, offset: 0xE2791, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0x25460, symSize: 0x44 } + - { offsetInCU: 0x1E3, offset: 0xE2874, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x74, symBinAddr: 0x254A4, symSize: 0x28 } + - { offsetInCU: 0x2B7, offset: 0xE2948, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_', symObjAddr: 0xEC, symBinAddr: 0x2551C, symSize: 0x14 } + - { offsetInCU: 0x310, offset: 0xE29A1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x100, symBinAddr: 0x25530, symSize: 0xC } + - { offsetInCU: 0x34C, offset: 0xE29DD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x100, symBinAddr: 0x25530, symSize: 0xC } + - { offsetInCU: 0x37F, offset: 0xE2A10, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0VyAESWcfCTf4nd_n', symObjAddr: 0x10C, symBinAddr: 0x2553C, symSize: 0xC4 } + - { offsetInCU: 0x400, offset: 0xE2A91, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationO_5countAeA02__B7StorageC_SitcfCTf4nnd_n', symObjAddr: 0x1D0, symBinAddr: 0x25600, symSize: 0xE4 } + - { offsetInCU: 0x460, offset: 0xE2AF1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x2B4, symBinAddr: 0x256E4, symSize: 0x1CC } + - { offsetInCU: 0x529, offset: 0xE2BBA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFs0D0ADWl', symObjAddr: 0x480, symBinAddr: 0x258B0, symSize: 0x44 } + - { offsetInCU: 0x67F, offset: 0xE2D10, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE11consumePart2of9chunkSize9skipCRC328provider8consumers6UInt32Vs5Int64V_SiSbAcN_SitKXEyACKXEtKFZTf4nnnnnd_n', symObjAddr: 0x4C4, symBinAddr: 0x258F4, symSize: 0x358 } + - { offsetInCU: 0xA7D, offset: 0xE310E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0x82C, symBinAddr: 0x25C5C, symSize: 0x44 } + - { offsetInCU: 0xB56, offset: 0xE31E7, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5write5chunk2toSiAC_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x870, symBinAddr: 0x25CA0, symSize: 0x238 } + - { offsetInCU: 0xD52, offset: 0xE33E3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwet', symObjAddr: 0xAC8, symBinAddr: 0x25EE8, symSize: 0x90 } + - { offsetInCU: 0xD66, offset: 0xE33F7, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwst', symObjAddr: 0xB58, symBinAddr: 0x25F78, symSize: 0xBC } + - { offsetInCU: 0xD7A, offset: 0xE340B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwug', symObjAddr: 0xC14, symBinAddr: 0x26034, symSize: 0x8 } + - { offsetInCU: 0xD8E, offset: 0xE341F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwup', symObjAddr: 0xC1C, symBinAddr: 0x2603C, symSize: 0x4 } + - { offsetInCU: 0xDA2, offset: 0xE3433, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwui', symObjAddr: 0xC20, symBinAddr: 0x26040, symSize: 0xC } + - { offsetInCU: 0xDB6, offset: 0xE3447, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOMa', symObjAddr: 0xC2C, symBinAddr: 0x2604C, symSize: 0x10 } + - { offsetInCU: 0xDCA, offset: 0xE345B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSQWb', symObjAddr: 0xC3C, symBinAddr: 0x2605C, symSize: 0x4 } + - { offsetInCU: 0xDDE, offset: 0xE346F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFSQADWl', symObjAddr: 0xC40, symBinAddr: 0x26060, symSize: 0x44 } + - { offsetInCU: 0xE30, offset: 0xE34C1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x9C, symBinAddr: 0x254CC, symSize: 0x40 } + - { offsetInCU: 0xECC, offset: 0xE355D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP7_domainSSvgTW', symObjAddr: 0xDC, symBinAddr: 0x2550C, symSize: 0x4 } + - { offsetInCU: 0xEE8, offset: 0xE3579, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP5_codeSivgTW', symObjAddr: 0xE0, symBinAddr: 0x25510, symSize: 0x4 } + - { offsetInCU: 0xF04, offset: 0xE3595, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xE4, symBinAddr: 0x25514, symSize: 0x4 } + - { offsetInCU: 0xF20, offset: 0xE35B1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE8, symBinAddr: 0x25518, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0xE38BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x260A4, symSize: 0x8 } + - { offsetInCU: 0x3F, offset: 0xE38D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x260A4, symSize: 0x8 } + - { offsetInCU: 0x53, offset: 0xE38EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwCP', symObjAddr: 0x8, symBinAddr: 0x260AC, symSize: 0x30 } + - { offsetInCU: 0x67, offset: 0xE38FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwxx', symObjAddr: 0x38, symBinAddr: 0x260DC, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0xE3913, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwcp', symObjAddr: 0x68, symBinAddr: 0x2610C, symSize: 0x54 } + - { offsetInCU: 0x8F, offset: 0xE3927, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwca', symObjAddr: 0xBC, symBinAddr: 0x26160, symSize: 0x74 } + - { offsetInCU: 0xA3, offset: 0xE393B, size: 0x8, addend: 0x0, symName: ___swift_memcpy40_8, symObjAddr: 0x130, symBinAddr: 0x261D4, symSize: 0x14 } + - { offsetInCU: 0xB7, offset: 0xE394F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwta', symObjAddr: 0x144, symBinAddr: 0x261E8, symSize: 0x54 } + - { offsetInCU: 0xCB, offset: 0xE3963, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwet', symObjAddr: 0x198, symBinAddr: 0x2623C, symSize: 0x48 } + - { offsetInCU: 0xDF, offset: 0xE3977, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwst', symObjAddr: 0x1E0, symBinAddr: 0x26284, symSize: 0x48 } + - { offsetInCU: 0xF3, offset: 0xE398B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMa', symObjAddr: 0x228, symBinAddr: 0x262CC, symSize: 0xC } + - { offsetInCU: 0x107, offset: 0xE399F, size: 0x8, addend: 0x0, symName: ___swift_instantiateGenericMetadata, symObjAddr: 0x234, symBinAddr: 0x262D8, symSize: 0x2C } + - { offsetInCU: 0x11B, offset: 0xE39B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMi', symObjAddr: 0x260, symBinAddr: 0x26304, symSize: 0x8 } + - { offsetInCU: 0x12F, offset: 0xE39C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwCP', symObjAddr: 0x268, symBinAddr: 0x2630C, symSize: 0x2C } + - { offsetInCU: 0x143, offset: 0xE39DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwxx', symObjAddr: 0x294, symBinAddr: 0x26338, symSize: 0x8 } + - { offsetInCU: 0x157, offset: 0xE39EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwcp', symObjAddr: 0x29C, symBinAddr: 0x26340, symSize: 0x2C } + - { offsetInCU: 0x16B, offset: 0xE3A03, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwca', symObjAddr: 0x2C8, symBinAddr: 0x2636C, symSize: 0x38 } + - { offsetInCU: 0x17F, offset: 0xE3A17, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwta', symObjAddr: 0x30C, symBinAddr: 0x263A4, symSize: 0x30 } + - { offsetInCU: 0x193, offset: 0xE3A2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwet', symObjAddr: 0x33C, symBinAddr: 0x263D4, symSize: 0x48 } + - { offsetInCU: 0x1A7, offset: 0xE3A3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwst', symObjAddr: 0x384, symBinAddr: 0x2641C, symSize: 0x3C } + - { offsetInCU: 0x1BB, offset: 0xE3A53, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMa', symObjAddr: 0x3C0, symBinAddr: 0x26458, symSize: 0xC } + - { offsetInCU: 0x27E, offset: 0xE3DF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6renderyySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x26464, symSize: 0x9D8 } + - { offsetInCU: 0xCFF, offset: 0xE4877, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x9D8, symBinAddr: 0x26E3C, symSize: 0x44 } + - { offsetInCU: 0xD76, offset: 0xE48EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfD', symObjAddr: 0xA24, symBinAddr: 0x26E88, symSize: 0x2C } + - { offsetInCU: 0xDEE, offset: 0xE4966, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xA70, symBinAddr: 0x26ED4, symSize: 0xC } + - { offsetInCU: 0xE20, offset: 0xE4998, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeI0C_tFTW', symObjAddr: 0xA7C, symBinAddr: 0x26EE0, symSize: 0x4 } + - { offsetInCU: 0xE3C, offset: 0xE49B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xA80, symBinAddr: 0x26EE4, symSize: 0x4 } + - { offsetInCU: 0xE58, offset: 0xE49D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xA84, symBinAddr: 0x26EE8, symSize: 0x20 } + - { offsetInCU: 0xED1, offset: 0xE4A49, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfE', symObjAddr: 0xA1C, symBinAddr: 0x26E80, symSize: 0x8 } + - { offsetInCU: 0xEFE, offset: 0xE4A76, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCMa', symObjAddr: 0xA50, symBinAddr: 0x26EB4, symSize: 0x20 } + - { offsetInCU: 0xF12, offset: 0xE4A8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOh', symObjAddr: 0xB14, symBinAddr: 0x26F38, symSize: 0x40 } + - { offsetInCU: 0xF26, offset: 0xE4A9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOb', symObjAddr: 0xB54, symBinAddr: 0x26F78, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0xE4E5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x27078, symSize: 0x10 } + - { offsetInCU: 0x69, offset: 0xE4E78, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfc', symObjAddr: 0x10, symBinAddr: 0x27088, symSize: 0x8 } + - { offsetInCU: 0x98, offset: 0xE4EA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF', symObjAddr: 0x18, symBinAddr: 0x27090, symSize: 0x48 } + - { offsetInCU: 0xC7, offset: 0xE4ED6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfd', symObjAddr: 0x60, symBinAddr: 0x270D8, symSize: 0x8 } + - { offsetInCU: 0xF6, offset: 0xE4F05, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfD', symObjAddr: 0x68, symBinAddr: 0x270E0, symSize: 0x10 } + - { offsetInCU: 0x15B, offset: 0xE4F6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCAA09AnimationcD0A2aDP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x78, symBinAddr: 0x270F0, symSize: 0x48 } + - { offsetInCU: 0x1A3, offset: 0xE4FB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0xC0, symBinAddr: 0x27138, symSize: 0x8 } + - { offsetInCU: 0x1E6, offset: 0xE4FF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC8, symBinAddr: 0x27140, symSize: 0x8 } + - { offsetInCU: 0x202, offset: 0xE5011, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCMa', symObjAddr: 0xD8, symBinAddr: 0x27150, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0xE51B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x27184, symSize: 0x5C } + - { offsetInCU: 0x4B, offset: 0xE51D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ', symObjAddr: 0x218, symBinAddr: 0x1DC200, symSize: 0x0 } + - { offsetInCU: 0x71, offset: 0xE51FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x27184, symSize: 0x5C } + - { offsetInCU: 0xB1, offset: 0xE523C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ', symObjAddr: 0x5C, symBinAddr: 0x271E0, symSize: 0x70 } + - { offsetInCU: 0xE9, offset: 0xE5274, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ', symObjAddr: 0xCC, symBinAddr: 0x27250, symSize: 0x80 } + - { offsetInCU: 0x131, offset: 0xE52BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ', symObjAddr: 0x14C, symBinAddr: 0x272D0, symSize: 0x6C } + - { offsetInCU: 0x169, offset: 0xE52F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ.resume.0', symObjAddr: 0x1B8, symBinAddr: 0x2733C, symSize: 0x4 } + - { offsetInCU: 0x195, offset: 0xE5320, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheOMa', symObjAddr: 0x1BC, symBinAddr: 0x27340, symSize: 0x10 } + - { offsetInCU: 0x1A9, offset: 0xE5334, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAcA0cD8ProviderAAWl', symObjAddr: 0x1CC, symBinAddr: 0x27350, symSize: 0x48 } + - { offsetInCU: 0x388, offset: 0xE5831, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC04textC5Model7contextAcA0bcE0C_AA0C7ContextVtKcfc', symObjAddr: 0x0, symBinAddr: 0x27398, symSize: 0x14C } + - { offsetInCU: 0x433, offset: 0xE58DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC015configureRenderC04withyAA0C7ContextV_tKF', symObjAddr: 0x14C, symBinAddr: 0x274E4, symSize: 0x8F4 } + - { offsetInCU: 0xAC1, offset: 0xE5F6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xA40, symBinAddr: 0x27DD8, symSize: 0xAC } + - { offsetInCU: 0xB0B, offset: 0xE5FB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfc', symObjAddr: 0xAEC, symBinAddr: 0x27E84, symSize: 0x200 } + - { offsetInCU: 0xBDB, offset: 0xE6084, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfcTo', symObjAddr: 0xCEC, symBinAddr: 0x28084, symSize: 0x4C } + - { offsetInCU: 0xBF7, offset: 0xE60A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0xD38, symBinAddr: 0x280D0, symSize: 0x758 } + - { offsetInCU: 0xEA5, offset: 0xE634E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfD', symObjAddr: 0x14BC, symBinAddr: 0x28854, symSize: 0x34 } + - { offsetInCU: 0x123F, offset: 0xE66E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfE', symObjAddr: 0x1490, symBinAddr: 0x28828, symSize: 0x2C } + - { offsetInCU: 0x126C, offset: 0xE6715, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfETo', symObjAddr: 0x14F0, symBinAddr: 0x28888, symSize: 0x38 } + - { offsetInCU: 0x129B, offset: 0xE6744, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCMa', symObjAddr: 0x1528, symBinAddr: 0x288C0, symSize: 0x20 } + - { offsetInCU: 0x12BA, offset: 0xE6763, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFAA12TextDocumentC_Tg5Tf4nnddn_g', symObjAddr: 0x15D0, symBinAddr: 0x2892C, symSize: 0xA0 } + - { offsetInCU: 0x135B, offset: 0xE6804, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x1670, symBinAddr: 0x289CC, symSize: 0x8 } + - { offsetInCU: 0x136F, offset: 0xE6818, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x1678, symBinAddr: 0x289D4, symSize: 0x8 } + - { offsetInCU: 0x1383, offset: 0xE682C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_TA', symObjAddr: 0x1748, symBinAddr: 0x289DC, symSize: 0x8 } + - { offsetInCU: 0x1397, offset: 0xE6840, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOy', symObjAddr: 0x1750, symBinAddr: 0x289E4, symSize: 0x10 } + - { offsetInCU: 0x677, offset: 0xE72A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFAA12TextDocumentC_Tg5', symObjAddr: 0x1744, symBinAddr: 0x2A1F0, symSize: 0x60 } + - { offsetInCU: 0x7A1, offset: 0xE73CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC04textD00E8Provider04fontF0013rootAnimationD0AcA0bD5ModelC_AA0i7KeypathbF0_pAA0i4FontF0_pAA010MainThreadiD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x28AAC, symSize: 0x500 } + - { offsetInCU: 0xB77, offset: 0xE77A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x500, symBinAddr: 0x28FAC, symSize: 0xCC } + - { offsetInCU: 0xBC1, offset: 0xE77EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x5CC, symBinAddr: 0x29078, symSize: 0x240 } + - { offsetInCU: 0xC5A, offset: 0xE7883, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x80C, symBinAddr: 0x292B8, symSize: 0x4C } + - { offsetInCU: 0xC76, offset: 0xE789F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC20fullAnimationKeypathAA0fG0Vvg', symObjAddr: 0x858, symBinAddr: 0x29304, symSize: 0x234 } + - { offsetInCU: 0xDC1, offset: 0xE79EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xA8C, symBinAddr: 0x29538, symSize: 0xCB8 } + - { offsetInCU: 0x161D, offset: 0xE8246, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x17A4, symBinAddr: 0x2A250, symSize: 0x54 } + - { offsetInCU: 0x16A6, offset: 0xE82CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfD', symObjAddr: 0x1874, symBinAddr: 0x2A320, symSize: 0x34 } + - { offsetInCU: 0x192F, offset: 0xE8558, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfE', symObjAddr: 0x17F8, symBinAddr: 0x2A2A4, symSize: 0x7C } + - { offsetInCU: 0x195C, offset: 0xE8585, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfETo', symObjAddr: 0x18A8, symBinAddr: 0x2A354, symSize: 0x88 } + - { offsetInCU: 0x198B, offset: 0xE85B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCMa', symObjAddr: 0x1930, symBinAddr: 0x2A3DC, symSize: 0x20 } + - { offsetInCU: 0x1B29, offset: 0xE8752, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1974, symBinAddr: 0x2A3FC, symSize: 0x4F4 } + - { offsetInCU: 0x207A, offset: 0xE8CA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchable_pWOb', symObjAddr: 0x1FC8, symBinAddr: 0x2A954, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0xE92E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x2A96C, symSize: 0x70 } + - { offsetInCU: 0x81, offset: 0xE933A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x2A96C, symSize: 0x70 } + - { offsetInCU: 0xC8, offset: 0xE9381, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc', symObjAddr: 0x70, symBinAddr: 0x2A9DC, symSize: 0xBC } + - { offsetInCU: 0x131, offset: 0xE93EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfC', symObjAddr: 0x12C, symBinAddr: 0x2AA98, symSize: 0x78 } + - { offsetInCU: 0x17F, offset: 0xE9438, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc', symObjAddr: 0x1A4, symBinAddr: 0x2AB10, symSize: 0x64 } + - { offsetInCU: 0x1B2, offset: 0xE946B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x208, symBinAddr: 0x2AB74, symSize: 0x760 } + - { offsetInCU: 0x3D3, offset: 0xE968C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_', symObjAddr: 0x9A8, symBinAddr: 0x2B2D4, symSize: 0x90 } + - { offsetInCU: 0x4AA, offset: 0xE9763, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0xA38, symBinAddr: 0x2B364, symSize: 0x10 } + - { offsetInCU: 0x4CD, offset: 0xE9786, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfd', symObjAddr: 0xA48, symBinAddr: 0x2B374, symSize: 0x54 } + - { offsetInCU: 0x50A, offset: 0xE97C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfD', symObjAddr: 0xA9C, symBinAddr: 0x2B3C8, symSize: 0x60 } + - { offsetInCU: 0x557, offset: 0xE9810, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0xAFC, symBinAddr: 0x2B428, symSize: 0x20 } + - { offsetInCU: 0x59D, offset: 0xE9856, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0xB1C, symBinAddr: 0x2B448, symSize: 0x14 } + - { offsetInCU: 0x6EA, offset: 0xE99A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0xB30, symBinAddr: 0x2B45C, symSize: 0x14 } + - { offsetInCU: 0x74F, offset: 0xE9A08, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB44, symBinAddr: 0x2B470, symSize: 0x1C } + - { offsetInCU: 0x781, offset: 0xE9A3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_TA', symObjAddr: 0xB60, symBinAddr: 0x2B48C, symSize: 0x8 } + - { offsetInCU: 0x795, offset: 0xE9A4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xB68, symBinAddr: 0x2B494, symSize: 0x8 } + - { offsetInCU: 0x7A9, offset: 0xE9A62, size: 0x8, addend: 0x0, symName: '_$sSo6NSDataC10contentsOf7optionsAB10Foundation3URLV_So0A14ReadingOptionsVtKcfcTO', symObjAddr: 0xBF4, symBinAddr: 0x2B49C, symSize: 0x120 } + - { offsetInCU: 0x7C8, offset: 0xE9A81, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0xD14, symBinAddr: 0x2B5BC, symSize: 0x50 } + - { offsetInCU: 0x7DC, offset: 0xE9A95, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMU', symObjAddr: 0xD64, symBinAddr: 0x2B60C, symSize: 0x8 } + - { offsetInCU: 0x7F0, offset: 0xE9AA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMa', symObjAddr: 0xD6C, symBinAddr: 0x2B614, symSize: 0x3C } + - { offsetInCU: 0x804, offset: 0xE9ABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMr', symObjAddr: 0xDA8, symBinAddr: 0x2B650, symSize: 0x74 } + - { offsetInCU: 0x27, offset: 0xE9D42, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x2B6F8, symSize: 0x27C } + - { offsetInCU: 0x216, offset: 0xE9F31, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x2B6F8, symSize: 0x27C } + - { offsetInCU: 0x41C, offset: 0xEA137, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKFSo9CGPathRefaAI8KeyframeVXEfU_', symObjAddr: 0x27C, symBinAddr: 0x2B974, symSize: 0xAC } + - { offsetInCU: 0x592, offset: 0xEA2AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x328, symBinAddr: 0x2BA20, symSize: 0x104 } + - { offsetInCU: 0x663, offset: 0xEA37E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x42C, symBinAddr: 0x2BB24, symSize: 0x4 } + - { offsetInCU: 0x680, offset: 0xEA39B, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSgWOb', symObjAddr: 0x454, symBinAddr: 0x2BB4C, symSize: 0x48 } + - { offsetInCU: 0x694, offset: 0xEA3AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x4DC, symBinAddr: 0x2BB94, symSize: 0x8 } + - { offsetInCU: 0x6A8, offset: 0xEA3C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x4E4, symBinAddr: 0x2BB9C, symSize: 0x5C } + - { offsetInCU: 0x6BC, offset: 0xEA3D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwCP', symObjAddr: 0x584, symBinAddr: 0x2BBF8, symSize: 0x30 } + - { offsetInCU: 0x6D0, offset: 0xEA3EB, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x5B8, symBinAddr: 0x2BC28, symSize: 0x14 } + - { offsetInCU: 0x6E4, offset: 0xEA3FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwet', symObjAddr: 0x5CC, symBinAddr: 0x2BC3C, symSize: 0x20 } + - { offsetInCU: 0x6F8, offset: 0xEA413, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwst', symObjAddr: 0x5EC, symBinAddr: 0x2BC5C, symSize: 0x38 } + - { offsetInCU: 0x70C, offset: 0xEA427, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVMa', symObjAddr: 0x624, symBinAddr: 0x2BC94, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0xEA6BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x2BCA4, symSize: 0x1A4 } + - { offsetInCU: 0x4F, offset: 0xEA6E3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding12CoreGraphics7CGFloatVvpZ', symObjAddr: 0x4148, symBinAddr: 0x1FA4A8, symSize: 0x0 } + - { offsetInCU: 0x7A, offset: 0xEA70E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x2BCA4, symSize: 0x1A4 } + - { offsetInCU: 0x10A, offset: 0xEA79E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tF', symObjAddr: 0x1A4, symBinAddr: 0x2BE48, symSize: 0x164 } + - { offsetInCU: 0x1FC, offset: 0xEA890, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCACycfcTo', symObjAddr: 0x308, symBinAddr: 0x2BFAC, symSize: 0x50 } + - { offsetInCU: 0x25F, offset: 0xEA8F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x358, symBinAddr: 0x2BFFC, symSize: 0xB0 } + - { offsetInCU: 0x2CC, offset: 0xEA960, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x408, symBinAddr: 0x2C0AC, symSize: 0x58 } + - { offsetInCU: 0x30F, offset: 0xEA9A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCfD', symObjAddr: 0x460, symBinAddr: 0x2C104, symSize: 0x34 } + - { offsetInCU: 0x3E5, offset: 0xEAA79, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCMa', symObjAddr: 0x494, symBinAddr: 0x2C138, symSize: 0x20 } + - { offsetInCU: 0x404, offset: 0xEAA98, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC6layout16superlayerBoundsySo6CGRectV_tF', symObjAddr: 0x4B4, symBinAddr: 0x2C158, symSize: 0xE4 } + - { offsetInCU: 0x4BE, offset: 0xEAB52, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x598, symBinAddr: 0x2C23C, symSize: 0x4 } + - { offsetInCU: 0x4DA, offset: 0xEAB6E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding_WZ', symObjAddr: 0x59C, symBinAddr: 0x2C240, symSize: 0x14 } + - { offsetInCU: 0x4F4, offset: 0xEAB88, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0x5B0, symBinAddr: 0x2C254, symSize: 0x24 } + - { offsetInCU: 0x4F, offset: 0xEADB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ', symObjAddr: 0x1808, symBinAddr: 0x1DC3C8, symSize: 0x0 } + - { offsetInCU: 0x87, offset: 0xEADEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfC', symObjAddr: 0x0, symBinAddr: 0x2C278, symSize: 0xE0 } + - { offsetInCU: 0x11E, offset: 0xEAE86, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfc', symObjAddr: 0xE0, symBinAddr: 0x2C358, symSize: 0xD0 } + - { offsetInCU: 0x1B2, offset: 0xEAF1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ', symObjAddr: 0x2D4, symBinAddr: 0x2C50C, symSize: 0x40 } + - { offsetInCU: 0x1E9, offset: 0xEAF51, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg', symObjAddr: 0x314, symBinAddr: 0x2C54C, symSize: 0xC } + - { offsetInCU: 0x206, offset: 0xEAF6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs', symObjAddr: 0x320, symBinAddr: 0x2C558, symSize: 0x40 } + - { offsetInCU: 0x292, offset: 0xEAFFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM', symObjAddr: 0x360, symBinAddr: 0x2C598, symSize: 0x20 } + - { offsetInCU: 0x306, offset: 0xEB06E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM.resume.0', symObjAddr: 0x380, symBinAddr: 0x2C5B8, symSize: 0x44 } + - { offsetInCU: 0x370, offset: 0xEB0D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC05clearD0yyF', symObjAddr: 0x3C4, symBinAddr: 0x2C5FC, symSize: 0x70 } + - { offsetInCU: 0x3DF, offset: 0xEB147, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF', symObjAddr: 0x434, symBinAddr: 0x2C66C, symSize: 0x34 } + - { offsetInCU: 0x408, offset: 0xEB170, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF', symObjAddr: 0x684, symBinAddr: 0x2C8BC, symSize: 0x48 } + - { offsetInCU: 0x43B, offset: 0xEB1A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfd', symObjAddr: 0xD5C, symBinAddr: 0x2CF94, symSize: 0x1C } + - { offsetInCU: 0x476, offset: 0xEB1DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfD', symObjAddr: 0xD78, symBinAddr: 0x2CFB0, symSize: 0x24 } + - { offsetInCU: 0x4EB, offset: 0xEB253, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP9animation6forKeyAA0aC0CSgSS_tFTW', symObjAddr: 0xD9C, symBinAddr: 0x2CFD4, symSize: 0x34 } + - { offsetInCU: 0x568, offset: 0xEB2D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP03setC0_6forKeyyAA0aC0C_SStFTW', symObjAddr: 0xDD0, symBinAddr: 0x2D008, symSize: 0x48 } + - { offsetInCU: 0x5B7, offset: 0xEB31F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP05clearD0yyFTW', symObjAddr: 0xE18, symBinAddr: 0x2D050, symSize: 0x4 } + - { offsetInCU: 0x64E, offset: 0xEB3B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0_WZ', symObjAddr: 0x1F0, symBinAddr: 0x2C428, symSize: 0xE4 } + - { offsetInCU: 0x746, offset: 0xEB4AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC5value6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x468, symBinAddr: 0x2C6A0, symSize: 0xF4 } + - { offsetInCU: 0x8F2, offset: 0xEB65A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_So10CGImageRefaTg5', symObjAddr: 0x6CC, symBinAddr: 0x2C904, symSize: 0x228 } + - { offsetInCU: 0xA56, offset: 0xEB7BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA0A9AnimationCTg5', symObjAddr: 0x8F4, symBinAddr: 0x2CB2C, symSize: 0x234 } + - { offsetInCU: 0xBBA, offset: 0xEB922, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA03DotA4FileCTg5', symObjAddr: 0xB28, symBinAddr: 0x2CD60, symSize: 0x234 } + - { offsetInCU: 0xD13, offset: 0xEBA7B, size: 0x8, addend: 0x0, symName: '_$s10Foundation12NotificationVIeghn_So14NSNotificationCIeyBhy_TR', symObjAddr: 0x1070, symBinAddr: 0x2D2A8, symSize: 0xA4 } + - { offsetInCU: 0xD2B, offset: 0xEBA93, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCMa', symObjAddr: 0x1314, symBinAddr: 0x2D54C, symSize: 0x20 } + - { offsetInCU: 0xD3F, offset: 0xEBAA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC11removeValue6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x13B0, symBinAddr: 0x2D5E8, symSize: 0xE4 } + - { offsetInCU: 0xDBF, offset: 0xEBB27, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA03DotA4FileCTg5TA', symObjAddr: 0x1788, symBinAddr: 0x2D9C0, symSize: 0x18 } + - { offsetInCU: 0xDD3, offset: 0xEBB3B, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x17A0, symBinAddr: 0x2D9D8, symSize: 0x10 } + - { offsetInCU: 0xDE7, offset: 0xEBB4F, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x17B0, symBinAddr: 0x2D9E8, symSize: 0x8 } + - { offsetInCU: 0xDFB, offset: 0xEBB63, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA0A9AnimationCTg5TA', symObjAddr: 0x17B8, symBinAddr: 0x2D9F0, symSize: 0x18 } + - { offsetInCU: 0xE0F, offset: 0xEBB77, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_So10CGImageRefaTg5TA', symObjAddr: 0x17D0, symBinAddr: 0x2DA08, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0xEBE8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x2DA38, symSize: 0x2B4 } + - { offsetInCU: 0x195, offset: 0xEBFF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x2DA38, symSize: 0x2B4 } + - { offsetInCU: 0x377, offset: 0xEC1D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC03addC6LayersyySayAA0c11CompositionB0CGF', symObjAddr: 0x2B4, symBinAddr: 0x2DCEC, symSize: 0x3BC } + - { offsetInCU: 0x5EA, offset: 0xEC449, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCfD', symObjAddr: 0x670, symBinAddr: 0x2E0A8, symSize: 0x34 } + - { offsetInCU: 0x686, offset: 0xEC4E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCMa', symObjAddr: 0x6A4, symBinAddr: 0x2E0DC, symSize: 0x20 } + - { offsetInCU: 0x69A, offset: 0xEC4F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOc', symObjAddr: 0x6C4, symBinAddr: 0x2E0FC, symSize: 0x44 } + - { offsetInCU: 0x4B, offset: 0xEC7AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x2E140, symSize: 0x10 } + - { offsetInCU: 0x69, offset: 0xEC7CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfc', symObjAddr: 0x304, symBinAddr: 0x2E444, symSize: 0x8 } + - { offsetInCU: 0x98, offset: 0xEC7FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x3DC, symBinAddr: 0x2E44C, symSize: 0x30 } + - { offsetInCU: 0xC3, offset: 0xEC825, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF', symObjAddr: 0x40C, symBinAddr: 0x2E47C, symSize: 0x30 } + - { offsetInCU: 0xFE, offset: 0xEC860, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfd', symObjAddr: 0x43C, symBinAddr: 0x2E4AC, symSize: 0x8 } + - { offsetInCU: 0x12D, offset: 0xEC88F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfD', symObjAddr: 0x444, symBinAddr: 0x2E4B4, symSize: 0x10 } + - { offsetInCU: 0x192, offset: 0xEC8F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x460, symBinAddr: 0x2E4D0, symSize: 0x30 } + - { offsetInCU: 0x1DA, offset: 0xEC93C, size: 0x8, addend: 0x0, symName: '_$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF', symObjAddr: 0x10, symBinAddr: 0x2E150, symSize: 0xC } + - { offsetInCU: 0x251, offset: 0xEC9B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfC', symObjAddr: 0x1C, symBinAddr: 0x2E15C, symSize: 0x30 } + - { offsetInCU: 0x296, offset: 0xEC9F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc', symObjAddr: 0x4C, symBinAddr: 0x2E18C, symSize: 0xC } + - { offsetInCU: 0x2BD, offset: 0xECA1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF', symObjAddr: 0x58, symBinAddr: 0x2E198, symSize: 0x198 } + - { offsetInCU: 0x462, offset: 0xECBC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x1F0, symBinAddr: 0x2E330, symSize: 0xAC } + - { offsetInCU: 0x4D3, offset: 0xECC35, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfd', symObjAddr: 0x29C, symBinAddr: 0x2E3DC, symSize: 0x1C } + - { offsetInCU: 0x50E, offset: 0xECC70, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfD', symObjAddr: 0x2B8, symBinAddr: 0x2E3F8, symSize: 0x24 } + - { offsetInCU: 0x559, offset: 0xECCBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x2DC, symBinAddr: 0x2E41C, symSize: 0x4 } + - { offsetInCU: 0x575, offset: 0xECCD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x2E0, symBinAddr: 0x2E420, symSize: 0x4 } + - { offsetInCU: 0x5FB, offset: 0xECD5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x2E4, symBinAddr: 0x2E424, symSize: 0xC } + - { offsetInCU: 0x675, offset: 0xECDD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2F0, symBinAddr: 0x2E430, symSize: 0x14 } + - { offsetInCU: 0x6CD, offset: 0xECE2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x454, symBinAddr: 0x2E4C4, symSize: 0xC } + - { offsetInCU: 0x6E9, offset: 0xECE4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x490, symBinAddr: 0x2E500, symSize: 0x8 } + - { offsetInCU: 0x72C, offset: 0xECE8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x498, symBinAddr: 0x2E508, symSize: 0x8 } + - { offsetInCU: 0x774, offset: 0xECED6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCMa', symObjAddr: 0x73C, symBinAddr: 0x2E7AC, symSize: 0x20 } + - { offsetInCU: 0x788, offset: 0xECEEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCMa', symObjAddr: 0x770, symBinAddr: 0x2E7E0, symSize: 0x20 } + - { offsetInCU: 0x84B, offset: 0xECFAD, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SSTg5Tf4nnd_n', symObjAddr: 0x4A0, symBinAddr: 0x2E510, symSize: 0x28C } + - { offsetInCU: 0x27, offset: 0xED1F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x2E814, symSize: 0x9E0 } + - { offsetInCU: 0x24E, offset: 0xED41A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x2E814, symSize: 0x9E0 } + - { offsetInCU: 0x91A, offset: 0xEDAE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfd', symObjAddr: 0x9E0, symBinAddr: 0x2F1F4, symSize: 0x74 } + - { offsetInCU: 0x947, offset: 0xEDB13, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfD', symObjAddr: 0xA54, symBinAddr: 0x2F268, symSize: 0x1C } + - { offsetInCU: 0x983, offset: 0xEDB4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xA90, symBinAddr: 0x2F2A4, symSize: 0xC } + - { offsetInCU: 0x9C4, offset: 0xEDB90, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xA9C, symBinAddr: 0x2F2B0, symSize: 0x30 } + - { offsetInCU: 0xA05, offset: 0xEDBD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xACC, symBinAddr: 0x2F2E0, symSize: 0xC } + - { offsetInCU: 0xA37, offset: 0xEDC03, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAD8, symBinAddr: 0x2F2EC, symSize: 0xC } + - { offsetInCU: 0xA65, offset: 0xEDC31, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCMa', symObjAddr: 0xA70, symBinAddr: 0x2F284, symSize: 0x20 } + - { offsetInCU: 0xAD4, offset: 0xEDCA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC9transformAcA0C0C_tcfc', symObjAddr: 0xAE4, symBinAddr: 0x2F2F8, symSize: 0x168 } + - { offsetInCU: 0xB7C, offset: 0xEDD48, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCfD', symObjAddr: 0xC4C, symBinAddr: 0x2F460, symSize: 0x34 } + - { offsetInCU: 0xBDD, offset: 0xEDDA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xCA0, symBinAddr: 0x2F4B4, symSize: 0x44 } + - { offsetInCU: 0xC29, offset: 0xEDDF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xCE4, symBinAddr: 0x2F4F8, symSize: 0x24 } + - { offsetInCU: 0xC6A, offset: 0xEDE36, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xD08, symBinAddr: 0x2F51C, symSize: 0xC } + - { offsetInCU: 0xCAB, offset: 0xEDE77, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xD14, symBinAddr: 0x2F528, symSize: 0x4 } + - { offsetInCU: 0xCCB, offset: 0xEDE97, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xD14, symBinAddr: 0x2F528, symSize: 0x4 } + - { offsetInCU: 0xCEC, offset: 0xEDEB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xD18, symBinAddr: 0x2F52C, symSize: 0x8 } + - { offsetInCU: 0xD0C, offset: 0xEDED8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xD18, symBinAddr: 0x2F52C, symSize: 0x8 } + - { offsetInCU: 0xD2D, offset: 0xEDEF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xD20, symBinAddr: 0x2F534, symSize: 0x8 } + - { offsetInCU: 0xD4D, offset: 0xEDF19, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xD20, symBinAddr: 0x2F534, symSize: 0x8 } + - { offsetInCU: 0xD6E, offset: 0xEDF3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xD28, symBinAddr: 0x2F53C, symSize: 0x8 } + - { offsetInCU: 0xD8E, offset: 0xEDF5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xD28, symBinAddr: 0x2F53C, symSize: 0x8 } + - { offsetInCU: 0xDAF, offset: 0xEDF7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xD30, symBinAddr: 0x2F544, symSize: 0x8 } + - { offsetInCU: 0xDCF, offset: 0xEDF9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xD30, symBinAddr: 0x2F544, symSize: 0x8 } + - { offsetInCU: 0xDF0, offset: 0xEDFBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xD38, symBinAddr: 0x2F54C, symSize: 0x8 } + - { offsetInCU: 0xE10, offset: 0xEDFDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xD38, symBinAddr: 0x2F54C, symSize: 0x8 } + - { offsetInCU: 0xE31, offset: 0xEDFFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xD40, symBinAddr: 0x2F554, symSize: 0x8 } + - { offsetInCU: 0xE51, offset: 0xEE01D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xD40, symBinAddr: 0x2F554, symSize: 0x8 } + - { offsetInCU: 0xE72, offset: 0xEE03E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xD48, symBinAddr: 0x2F55C, symSize: 0xC } + - { offsetInCU: 0xE92, offset: 0xEE05E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xD48, symBinAddr: 0x2F55C, symSize: 0xC } + - { offsetInCU: 0xEB3, offset: 0xEE07F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xD54, symBinAddr: 0x2F568, symSize: 0x10 } + - { offsetInCU: 0xED3, offset: 0xEE09F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xD54, symBinAddr: 0x2F568, symSize: 0x10 } + - { offsetInCU: 0xF0F, offset: 0xEE0DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xD64, symBinAddr: 0x2F578, symSize: 0x18 } + - { offsetInCU: 0xF4E, offset: 0xEE11A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xD7C, symBinAddr: 0x2F590, symSize: 0x41C } + - { offsetInCU: 0x12C2, offset: 0xEE48E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCMa', symObjAddr: 0xC80, symBinAddr: 0x2F494, symSize: 0x20 } + - { offsetInCU: 0x13FE, offset: 0xEE5CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOc', symObjAddr: 0x1198, symBinAddr: 0x2F9AC, symSize: 0x44 } + - { offsetInCU: 0x1412, offset: 0xEE5DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOb', symObjAddr: 0x1294, symBinAddr: 0x2F9F0, symSize: 0x18 } + - { offsetInCU: 0x75, offset: 0xEE933, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x1C0, symBinAddr: 0x2FBC8, symSize: 0x130 } + - { offsetInCU: 0x111, offset: 0xEE9CF, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSDySSypGSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x478, symBinAddr: 0x2FE80, symSize: 0x130 } + - { offsetInCU: 0x1FB, offset: 0xEEAB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC19reducedMotionMarkerAA0E0CSgvg', symObjAddr: 0xB90, symBinAddr: 0x30598, symSize: 0x134 } + - { offsetInCU: 0x32A, offset: 0xEEBE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xE94, symBinAddr: 0x3089C, symSize: 0x4C } + - { offsetInCU: 0x33E, offset: 0xEEBFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xEE0, symBinAddr: 0x308E8, symSize: 0x790 } + - { offsetInCU: 0x621, offset: 0xEEEDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfC', symObjAddr: 0x17C0, symBinAddr: 0x31144, symSize: 0x4C } + - { offsetInCU: 0x686, offset: 0xEEF44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x180C, symBinAddr: 0x31190, symSize: 0xBCC } + - { offsetInCU: 0xE1D, offset: 0xEF6DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueSSvg', symObjAddr: 0x23D8, symBinAddr: 0x31D5C, symSize: 0x20 } + - { offsetInCU: 0xE56, offset: 0xEF714, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x25AC, symBinAddr: 0x31F30, symSize: 0x20 } + - { offsetInCU: 0xE84, offset: 0xEF742, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x25AC, symBinAddr: 0x31F30, symSize: 0x20 } + - { offsetInCU: 0xECD, offset: 0xEF78B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2750, symBinAddr: 0x320D4, symSize: 0x44 } + - { offsetInCU: 0xF13, offset: 0xEF7D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2794, symBinAddr: 0x32118, symSize: 0x28 } + - { offsetInCU: 0xF27, offset: 0xEF7E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x27BC, symBinAddr: 0x32140, symSize: 0x8 } + - { offsetInCU: 0xF5D, offset: 0xEF81B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x27C4, symBinAddr: 0x32148, symSize: 0x3C } + - { offsetInCU: 0xFC2, offset: 0xEF880, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2800, symBinAddr: 0x32184, symSize: 0xC } + - { offsetInCU: 0xFDE, offset: 0xEF89C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x280C, symBinAddr: 0x32190, symSize: 0xC } + - { offsetInCU: 0xFFA, offset: 0xEF8B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0xE37C, symBinAddr: 0x3DC30, symSize: 0x50 } + - { offsetInCU: 0x1026, offset: 0xEF8E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x23F8, symBinAddr: 0x31D7C, symSize: 0x8 } + - { offsetInCU: 0x1053, offset: 0xEF911, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x2400, symBinAddr: 0x31D84, symSize: 0x8 } + - { offsetInCU: 0x1080, offset: 0xEF93E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9framerateSdvg', symObjAddr: 0x2408, symBinAddr: 0x31D8C, symSize: 0x8 } + - { offsetInCU: 0x10AD, offset: 0xEF96B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC11markerNamesSaySSGvg', symObjAddr: 0x2410, symBinAddr: 0x31D94, symSize: 0x19C } + - { offsetInCU: 0x12C2, offset: 0xEFB80, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfd', symObjAddr: 0x299C, symBinAddr: 0x32320, symSize: 0x4C } + - { offsetInCU: 0x12EF, offset: 0xEFBAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfD', symObjAddr: 0x29E8, symBinAddr: 0x3236C, symSize: 0x1C } + - { offsetInCU: 0x131C, offset: 0xEFBDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A04, symBinAddr: 0x32388, symSize: 0x3E8 } + - { offsetInCU: 0x1373, offset: 0xEFC31, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2DEC, symBinAddr: 0x32770, symSize: 0x54 } + - { offsetInCU: 0x13AB, offset: 0xEFC69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2E40, symBinAddr: 0x327C4, symSize: 0x20 } + - { offsetInCU: 0x13DB, offset: 0xEFC99, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfC', symObjAddr: 0xCC4, symBinAddr: 0x306CC, symSize: 0x2C } + - { offsetInCU: 0x13F8, offset: 0xEFCB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueSivg', symObjAddr: 0xCF0, symBinAddr: 0x306F8, symSize: 0x8 } + - { offsetInCU: 0x142D, offset: 0xEFCEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xDBC, symBinAddr: 0x307C4, symSize: 0x24 } + - { offsetInCU: 0x1470, offset: 0xEFD2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xDE0, symBinAddr: 0x307E8, symSize: 0xC } + - { offsetInCU: 0x1490, offset: 0xEFD4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xDE0, symBinAddr: 0x307E8, symSize: 0xC } + - { offsetInCU: 0x1606, offset: 0xEFEC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x16D4, symBinAddr: 0x31078, symSize: 0x44 } + - { offsetInCU: 0x161A, offset: 0xEFED8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSeAAWl', symObjAddr: 0x1738, symBinAddr: 0x310BC, symSize: 0x44 } + - { offsetInCU: 0x162E, offset: 0xEFEEC, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSeAAWl', symObjAddr: 0x177C, symBinAddr: 0x31100, symSize: 0x44 } + - { offsetInCU: 0x185A, offset: 0xF0118, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20MaskCompositionLayerC0oQ0C_Tg5', symObjAddr: 0x2E60, symBinAddr: 0x327E4, symSize: 0x2C } + - { offsetInCU: 0x1872, offset: 0xF0130, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4MaskC_Tg5', symObjAddr: 0x2E8C, symBinAddr: 0x32810, symSize: 0x2C } + - { offsetInCU: 0x188A, offset: 0xF0148, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie14ShapeItemLayerC0P0V_Tg5', symObjAddr: 0x2EB8, symBinAddr: 0x3283C, symSize: 0x1C } + - { offsetInCU: 0x18A2, offset: 0xF0160, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFyp_Tg5', symObjAddr: 0x2ED4, symBinAddr: 0x32858, symSize: 0x1C } + - { offsetInCU: 0x18BA, offset: 0xF0178, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x2EF0, symBinAddr: 0x32874, symSize: 0x1C } + - { offsetInCU: 0x18D2, offset: 0xF0190, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie9ShapeItemC_Tg5', symObjAddr: 0x2F0C, symBinAddr: 0x32890, symSize: 0x2C } + - { offsetInCU: 0x18EA, offset: 0xF01A8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GroupC_Tg5', symObjAddr: 0x2F38, symBinAddr: 0x328BC, symSize: 0x2C } + - { offsetInCU: 0x1902, offset: 0xF01C0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector3DVG_Tg5', symObjAddr: 0x2F64, symBinAddr: 0x328E8, symSize: 0x2C } + - { offsetInCU: 0x191A, offset: 0xF01D8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x2F90, symBinAddr: 0x32914, symSize: 0x2C } + - { offsetInCU: 0x1932, offset: 0xF01F0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyValueProvider_p_Tg5', symObjAddr: 0x2FBC, symBinAddr: 0x32940, symSize: 0x2C } + - { offsetInCU: 0x194A, offset: 0xF0208, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie13KeyframeGroupCyypG_Tg5', symObjAddr: 0x2FE8, symBinAddr: 0x3296C, symSize: 0x2C } + - { offsetInCU: 0x1962, offset: 0xF0220, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x3014, symBinAddr: 0x32998, symSize: 0x24 } + - { offsetInCU: 0x197A, offset: 0xF0238, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyypG_Tg5', symObjAddr: 0x3038, symBinAddr: 0x329BC, symSize: 0x2C } + - { offsetInCU: 0x1992, offset: 0xF0250, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSd_Tg5', symObjAddr: 0x3064, symBinAddr: 0x329E8, symSize: 0x1C } + - { offsetInCU: 0x19AA, offset: 0xF0268, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x3080, symBinAddr: 0x32A04, symSize: 0x1C } + - { offsetInCU: 0x19C2, offset: 0xF0280, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo19CAKeyframeAnimationC_Tg5', symObjAddr: 0x309C, symBinAddr: 0x32A20, symSize: 0x34 } + - { offsetInCU: 0x19DA, offset: 0xF0298, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo8NSNumberC_Tg5', symObjAddr: 0x30D0, symBinAddr: 0x32A54, symSize: 0x34 } + - { offsetInCU: 0x19F2, offset: 0xF02B0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x3104, symBinAddr: 0x32A88, symSize: 0x1C } + - { offsetInCU: 0x1A0A, offset: 0xF02C8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySo13CATransform3DVGG_Tg5', symObjAddr: 0x3120, symBinAddr: 0x32AA4, symSize: 0x2C } + - { offsetInCU: 0x1A22, offset: 0xF02E0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CGPointV_Tg5', symObjAddr: 0x314C, symBinAddr: 0x32AD0, symSize: 0x2C } + - { offsetInCU: 0x1A3A, offset: 0xF02F8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSb_Tg5', symObjAddr: 0x3178, symBinAddr: 0x32AFC, symSize: 0x1C } + - { offsetInCU: 0x1A52, offset: 0xF0310, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySbGG_Tg5', symObjAddr: 0x3194, symBinAddr: 0x32B18, symSize: 0x2C } + - { offsetInCU: 0x1A6A, offset: 0xF0328, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo10CGColorRefa_Tg5', symObjAddr: 0x31C0, symBinAddr: 0x32B44, symSize: 0x2C } + - { offsetInCU: 0x1A82, offset: 0xF0340, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo6CGSizeV_Tg5', symObjAddr: 0x31EC, symBinAddr: 0x32B70, symSize: 0x2C } + - { offsetInCU: 0x1A9A, offset: 0xF0358, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySo6CGSizeVG_Tg5', symObjAddr: 0x3218, symBinAddr: 0x32B9C, symSize: 0x2C } + - { offsetInCU: 0x1AB2, offset: 0xF0370, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DV5start_AK3endtG_Tg5', symObjAddr: 0x3244, symBinAddr: 0x32BC8, symSize: 0x2C } + - { offsetInCU: 0x1ACA, offset: 0xF0388, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG010BezierPathO0VG_Tg5', symObjAddr: 0x3270, symBinAddr: 0x32BF4, symSize: 0x2C } + - { offsetInCU: 0x1AE2, offset: 0xF03A0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo9CGPathRefa_Tg5', symObjAddr: 0x329C, symBinAddr: 0x32C20, symSize: 0x2C } + - { offsetInCU: 0x1AFA, offset: 0xF03B8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG7EllipseCAHVG_Tg5', symObjAddr: 0x32C8, symBinAddr: 0x32C4C, symSize: 0x2C } + - { offsetInCU: 0x1B12, offset: 0xF03D0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG9RectangleCAHVG_Tg5', symObjAddr: 0x32F4, symBinAddr: 0x32C78, symSize: 0x2C } + - { offsetInCU: 0x1B2A, offset: 0xF03E8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4StarCAHVG_Tg5', symObjAddr: 0x3320, symBinAddr: 0x32CA4, symSize: 0x2C } + - { offsetInCU: 0x1B42, offset: 0xF0400, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFABy6Lottie8KeyframeCyAG0N8Vector1DVGG_Tg5', symObjAddr: 0x334C, symBinAddr: 0x32CD0, symSize: 0x1C } + - { offsetInCU: 0x1B5A, offset: 0xF0418, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5', symObjAddr: 0x3368, symBinAddr: 0x32CEC, symSize: 0x2C } + - { offsetInCU: 0x1B72, offset: 0xF0430, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3394, symBinAddr: 0x32D18, symSize: 0x2C } + - { offsetInCU: 0x1B8A, offset: 0xF0448, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x33C0, symBinAddr: 0x32D44, symSize: 0x2C } + - { offsetInCU: 0x1BA2, offset: 0xF0460, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySayAG10BezierPathVGG_Tg5', symObjAddr: 0x33EC, symBinAddr: 0x32D70, symSize: 0x2C } + - { offsetInCU: 0x1BBA, offset: 0xF0478, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyKeyframeGroup_p_Tg5', symObjAddr: 0x3418, symBinAddr: 0x32D9C, symSize: 0x2C } + - { offsetInCU: 0x1BD2, offset: 0xF0490, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N5ColorVG_Tg5', symObjAddr: 0x3444, symBinAddr: 0x32DC8, symSize: 0x2C } + - { offsetInCU: 0x1BEA, offset: 0xF04A8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20KeyframeInterpolatorCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x3470, symBinAddr: 0x32DF4, symSize: 0x2C } + - { offsetInCU: 0x1C02, offset: 0xF04C0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie0N8Vector1DV_Tg5', symObjAddr: 0x349C, symBinAddr: 0x32E20, symSize: 0x24 } + - { offsetInCU: 0x1C1A, offset: 0xF04D8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie17KeypathSearchable_p_Tg5', symObjAddr: 0x34C0, symBinAddr: 0x32E44, symSize: 0x2C } + - { offsetInCU: 0x1C32, offset: 0xF04F0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16CompositionLayerC_Tg5', symObjAddr: 0x34EC, symBinAddr: 0x32E70, symSize: 0x2C } + - { offsetInCU: 0x1C4A, offset: 0xF0508, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4FontC_Tg5', symObjAddr: 0x3518, symBinAddr: 0x32E9C, symSize: 0x2C } + - { offsetInCU: 0x1C62, offset: 0xF0520, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie6MarkerC_Tg5', symObjAddr: 0x3544, symBinAddr: 0x32EC8, symSize: 0x2C } + - { offsetInCU: 0x1C7A, offset: 0xF0538, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GlyphC_Tg5', symObjAddr: 0x3570, symBinAddr: 0x32EF4, symSize: 0x2C } + - { offsetInCU: 0x1C92, offset: 0xF0550, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CALayerC_Tg5', symObjAddr: 0x359C, symBinAddr: 0x32F20, symSize: 0x34 } + - { offsetInCU: 0x1CAA, offset: 0xF0568, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie12TextAnimatorC_Tg5', symObjAddr: 0x35D0, symBinAddr: 0x32F54, symSize: 0x2C } + - { offsetInCU: 0x1CC2, offset: 0xF0580, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG12TextDocumentCG_Tg5', symObjAddr: 0x35FC, symBinAddr: 0x32F80, symSize: 0x2C } + - { offsetInCU: 0x1CDA, offset: 0xF0598, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySaySdGG_Tg5', symObjAddr: 0x3628, symBinAddr: 0x32FAC, symSize: 0x2C } + - { offsetInCU: 0x1CF2, offset: 0xF05B0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie11DashElementC_Tg5', symObjAddr: 0x3654, symBinAddr: 0x32FD8, symSize: 0x2C } + - { offsetInCU: 0x1D0A, offset: 0xF05C8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG10BezierPathVG_Tg5', symObjAddr: 0x3680, symBinAddr: 0x33004, symSize: 0x2C } + - { offsetInCU: 0x1D22, offset: 0xF05E0, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie03DotN4FileC9AnimationV_Tg5', symObjAddr: 0x36AC, symBinAddr: 0x33030, symSize: 0x1C } + - { offsetInCU: 0x1D9D, offset: 0xF065B, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0R0V_Tg5', symObjAddr: 0x3804, symBinAddr: 0x33188, symSize: 0x104 } + - { offsetInCU: 0x1F00, offset: 0xF07BE, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x3908, symBinAddr: 0x3328C, symSize: 0x108 } + - { offsetInCU: 0x2063, offset: 0xF0921, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x3A10, symBinAddr: 0x33394, symSize: 0x104 } + - { offsetInCU: 0x21C6, offset: 0xF0A84, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x3B14, symBinAddr: 0x33498, symSize: 0xFC } + - { offsetInCU: 0x2313, offset: 0xF0BD1, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x3C10, symBinAddr: 0x33594, symSize: 0x104 } + - { offsetInCU: 0x2476, offset: 0xF0D34, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x3E64, symBinAddr: 0x337E8, symSize: 0x124 } + - { offsetInCU: 0x25D9, offset: 0xF0E97, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSb_Tg5', symObjAddr: 0x3F88, symBinAddr: 0x3390C, symSize: 0xE8 } + - { offsetInCU: 0x273C, offset: 0xF0FFA, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs0aB0Vy6Lottie8KeyframeCyAJ0P8Vector1DVGG_Tg5', symObjAddr: 0x419C, symBinAddr: 0x33B20, symSize: 0x124 } + - { offsetInCU: 0x289F, offset: 0xF115D, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV_Tg5', symObjAddr: 0x4614, symBinAddr: 0x33F98, symSize: 0x120 } + - { offsetInCU: 0x2A02, offset: 0xF12C0, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie03DotP4FileC9AnimationV_Tg5', symObjAddr: 0x4868, symBinAddr: 0x341EC, symSize: 0x118 } + - { offsetInCU: 0x2B39, offset: 0xF13F7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x4980, symBinAddr: 0x34304, symSize: 0x1AC } + - { offsetInCU: 0x2BDB, offset: 0xF1499, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector1DVTg5', symObjAddr: 0x4B2C, symBinAddr: 0x344B0, symSize: 0x188 } + - { offsetInCU: 0x2C7D, offset: 0xF153B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector3DVTg5', symObjAddr: 0x4CB4, symBinAddr: 0x34638, symSize: 0x1A0 } + - { offsetInCU: 0x2D1F, offset: 0xF15DD, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x4E54, symBinAddr: 0x347D8, symSize: 0x188 } + - { offsetInCU: 0x2DC1, offset: 0xF167F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G5ColorVTg5', symObjAddr: 0x4FDC, symBinAddr: 0x34960, symSize: 0x194 } + - { offsetInCU: 0x2E63, offset: 0xF1721, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x5170, symBinAddr: 0x34AF4, symSize: 0x18C } + - { offsetInCU: 0x2F05, offset: 0xF17C3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x52FC, symBinAddr: 0x34C80, symSize: 0x1CC } + - { offsetInCU: 0x2FA7, offset: 0xF1865, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x54D4, symBinAddr: 0x34E58, symSize: 0x1A0 } + - { offsetInCU: 0x3049, offset: 0xF1907, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x5674, symBinAddr: 0x34FF8, symSize: 0x1A8 } + - { offsetInCU: 0x30EB, offset: 0xF19A9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x581C, symBinAddr: 0x351A0, symSize: 0x1A8 } + - { offsetInCU: 0x318D, offset: 0xF1A4B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x59C4, symBinAddr: 0x35348, symSize: 0x194 } + - { offsetInCU: 0x322F, offset: 0xF1AED, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x5D34, symBinAddr: 0x356B8, symSize: 0x1F8 } + - { offsetInCU: 0x32DC, offset: 0xF1B9A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x5F2C, symBinAddr: 0x358B0, symSize: 0x1B0 } + - { offsetInCU: 0x3389, offset: 0xF1C47, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0x60DC, symBinAddr: 0x35A60, symSize: 0x1B8 } + - { offsetInCU: 0x342B, offset: 0xF1CE9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF6Lottie16AnimationKeypathV_AD16AnyValueProvider_pTg5', symObjAddr: 0x6294, symBinAddr: 0x35C18, symSize: 0x1DC } + - { offsetInCU: 0x34AC, offset: 0xF1D6A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie6MarkerCTg5', symObjAddr: 0x6470, symBinAddr: 0x35DF4, symSize: 0x1C4 } + - { offsetInCU: 0x3559, offset: 0xF1E17, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AH2totTg5', symObjAddr: 0x681C, symBinAddr: 0x361A0, symSize: 0x1EC } + - { offsetInCU: 0x35F3, offset: 0xF1EB1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSu_SSTg5', symObjAddr: 0x6A08, symBinAddr: 0x3638C, symSize: 0x1BC } + - { offsetInCU: 0x3695, offset: 0xF1F53, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_So10CGImageRefaTg5', symObjAddr: 0x6BC4, symBinAddr: 0x36548, symSize: 0x1C4 } + - { offsetInCU: 0x374D, offset: 0xF200B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x6F50, symBinAddr: 0x368D4, symSize: 0x35C } + - { offsetInCU: 0x3859, offset: 0xF2117, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector1DVTg5', symObjAddr: 0x72AC, symBinAddr: 0x36C30, symSize: 0x308 } + - { offsetInCU: 0x3965, offset: 0xF2223, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector3DVTg5', symObjAddr: 0x75B4, symBinAddr: 0x36F38, symSize: 0x320 } + - { offsetInCU: 0x3A71, offset: 0xF232F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x78D4, symBinAddr: 0x37258, symSize: 0x2FC } + - { offsetInCU: 0x3B7D, offset: 0xF243B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N5ColorVTg5', symObjAddr: 0x7BD0, symBinAddr: 0x37554, symSize: 0x310 } + - { offsetInCU: 0x3C89, offset: 0xF2547, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x7EE0, symBinAddr: 0x37864, symSize: 0x300 } + - { offsetInCU: 0x3DA0, offset: 0xF265E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x81E0, symBinAddr: 0x37B64, symSize: 0x358 } + - { offsetInCU: 0x3EC0, offset: 0xF277E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x8544, symBinAddr: 0x37EC8, symSize: 0x328 } + - { offsetInCU: 0x3FCC, offset: 0xF288A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x886C, symBinAddr: 0x381F0, symSize: 0x338 } + - { offsetInCU: 0x40D8, offset: 0xF2996, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x8BA4, symBinAddr: 0x38528, symSize: 0x340 } + - { offsetInCU: 0x41E4, offset: 0xF2AA2, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x8EE4, symBinAddr: 0x38868, symSize: 0x310 } + - { offsetInCU: 0x4327, offset: 0xF2BE5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie10LayerModelCTg5', symObjAddr: 0x9548, symBinAddr: 0x38ECC, symSize: 0x334 } + - { offsetInCU: 0x4454, offset: 0xF2D12, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_Say6Lottie10LayerModelCGTg5', symObjAddr: 0x987C, symBinAddr: 0x39200, symSize: 0x334 } + - { offsetInCU: 0x4572, offset: 0xF2E30, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x9BB0, symBinAddr: 0x39534, symSize: 0x3B4 } + - { offsetInCU: 0x4692, offset: 0xF2F50, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x9F64, symBinAddr: 0x398E8, symSize: 0x334 } + - { offsetInCU: 0x47A9, offset: 0xF3067, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0xA298, symBinAddr: 0x39C1C, symSize: 0x358 } + - { offsetInCU: 0x48A0, offset: 0xF315E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTg5', symObjAddr: 0xA5F0, symBinAddr: 0x39F74, symSize: 0x274 } + - { offsetInCU: 0x4919, offset: 0xF31D7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie6MarkerCTg5', symObjAddr: 0xA864, symBinAddr: 0x3A1E8, symSize: 0x398 } + - { offsetInCU: 0x4A3B, offset: 0xF32F9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AJ2totTg5', symObjAddr: 0xAFD8, symBinAddr: 0x3A95C, symSize: 0x38C } + - { offsetInCU: 0x4B68, offset: 0xF3426, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSu_SSTg5', symObjAddr: 0xB364, symBinAddr: 0x3ACE8, symSize: 0x34C } + - { offsetInCU: 0x4C74, offset: 0xF3532, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_So10CGImageRefaTg5', symObjAddr: 0xB6B0, symBinAddr: 0x3B034, symSize: 0x398 } + - { offsetInCU: 0x4DDD, offset: 0xF369B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV16_unsafeInsertNew3key5valueyxn_q_ntF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTB5', symObjAddr: 0xBDE8, symBinAddr: 0x3B76C, symSize: 0x114 } + - { offsetInCU: 0x4F26, offset: 0xF37E4, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSiAA5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOTg5Tf4dnnn_n', symObjAddr: 0xBF90, symBinAddr: 0x3B914, symSize: 0x104 } + - { offsetInCU: 0x4FA5, offset: 0xF3863, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSAA15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOTg5Tf4dnnn_n', symObjAddr: 0xC094, symBinAddr: 0x3BA18, symSize: 0x10C } + - { offsetInCU: 0x5374, offset: 0xF3C32, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC0D9AnimationC10CodingKeysO_AC10LayerModelCAC0N4TypeOTg5Tf4dnnn_n', symObjAddr: 0xCF6C, symBinAddr: 0x3C8F0, symSize: 0x3E8 } + - { offsetInCU: 0x55A1, offset: 0xF3E5F, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSesSeRzlWl', symObjAddr: 0xD398, symBinAddr: 0x3CCD8, symSize: 0x7C } + - { offsetInCU: 0x55B5, offset: 0xF3E73, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSEAAWl', symObjAddr: 0xD490, symBinAddr: 0x3CD54, symSize: 0x44 } + - { offsetInCU: 0x55C9, offset: 0xF3E87, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSEAAWl', symObjAddr: 0xD4D4, symBinAddr: 0x3CD98, symSize: 0x44 } + - { offsetInCU: 0x55DD, offset: 0xF3E9B, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSEsSERzlWl', symObjAddr: 0xD518, symBinAddr: 0x3CDDC, symSize: 0x7C } + - { offsetInCU: 0x55F1, offset: 0xF3EAF, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSEsSERzlWl', symObjAddr: 0xD618, symBinAddr: 0x3CEDC, symSize: 0x7C } + - { offsetInCU: 0x5605, offset: 0xF3EC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASQWb', symObjAddr: 0xD694, symBinAddr: 0x3CF58, symSize: 0x4 } + - { offsetInCU: 0x5619, offset: 0xF3ED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSQAAWl', symObjAddr: 0xD698, symBinAddr: 0x3CF5C, symSize: 0x44 } + - { offsetInCU: 0x562D, offset: 0xF3EEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwet', symObjAddr: 0xD6EC, symBinAddr: 0x3CFA0, symSize: 0x90 } + - { offsetInCU: 0x5641, offset: 0xF3EFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwst', symObjAddr: 0xD77C, symBinAddr: 0x3D030, symSize: 0xBC } + - { offsetInCU: 0x5655, offset: 0xF3F13, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwug', symObjAddr: 0xD838, symBinAddr: 0x3D0EC, symSize: 0x8 } + - { offsetInCU: 0x5669, offset: 0xF3F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwup', symObjAddr: 0xD840, symBinAddr: 0x3D0F4, symSize: 0x4 } + - { offsetInCU: 0x567D, offset: 0xF3F3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwui', symObjAddr: 0xD844, symBinAddr: 0x3D0F8, symSize: 0xC } + - { offsetInCU: 0x5691, offset: 0xF3F4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOMa', symObjAddr: 0xD850, symBinAddr: 0x3D104, symSize: 0x10 } + - { offsetInCU: 0x56A5, offset: 0xF3F63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCMa', symObjAddr: 0xD860, symBinAddr: 0x3D114, symSize: 0x20 } + - { offsetInCU: 0x56B9, offset: 0xF3F77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwet', symObjAddr: 0xD8BC, symBinAddr: 0x3D170, symSize: 0x90 } + - { offsetInCU: 0x56CD, offset: 0xF3F8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwst', symObjAddr: 0xD94C, symBinAddr: 0x3D200, symSize: 0xBC } + - { offsetInCU: 0x56E1, offset: 0xF3F9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwug', symObjAddr: 0xDA08, symBinAddr: 0x3D2BC, symSize: 0x8 } + - { offsetInCU: 0x56F5, offset: 0xF3FB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwup', symObjAddr: 0xDA10, symBinAddr: 0x3D2C4, symSize: 0x4 } + - { offsetInCU: 0x5709, offset: 0xF3FC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwui', symObjAddr: 0xDA14, symBinAddr: 0x3D2C8, symSize: 0x8 } + - { offsetInCU: 0x571D, offset: 0xF3FDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOMa', symObjAddr: 0xDA1C, symBinAddr: 0x3D2D0, symSize: 0x10 } + - { offsetInCU: 0x5731, offset: 0xF3FEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASQWb', symObjAddr: 0xDA2C, symBinAddr: 0x3D2E0, symSize: 0x4 } + - { offsetInCU: 0x5745, offset: 0xF4003, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAESQAAWl', symObjAddr: 0xDA30, symBinAddr: 0x3D2E4, symSize: 0x44 } + - { offsetInCU: 0x5759, offset: 0xF4017, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDA74, symBinAddr: 0x3D328, symSize: 0x4 } + - { offsetInCU: 0x576D, offset: 0xF402B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xDA78, symBinAddr: 0x3D32C, symSize: 0x44 } + - { offsetInCU: 0x5781, offset: 0xF403F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xDABC, symBinAddr: 0x3D370, symSize: 0x4 } + - { offsetInCU: 0x5795, offset: 0xF4053, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xDAC0, symBinAddr: 0x3D374, symSize: 0x44 } + - { offsetInCU: 0x57A9, offset: 0xF4067, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC12PrecompAssetC10CodingKeysO_AC10LayerModelCAC0O4TypeOTg5Tf4dnnn_n', symObjAddr: 0xDB04, symBinAddr: 0x3D3B8, symSize: 0x3DC } + - { offsetInCU: 0x59D1, offset: 0xF428F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs9CodingKeyAAWl', symObjAddr: 0xE3F4, symBinAddr: 0x3DC80, symSize: 0x44 } + - { offsetInCU: 0x59E5, offset: 0xF42A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSeAAWl', symObjAddr: 0xE438, symBinAddr: 0x3DCC4, symSize: 0x44 } + - { offsetInCU: 0x59F9, offset: 0xF42B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSeAAWl', symObjAddr: 0xE4C4, symBinAddr: 0x3DD40, symSize: 0x44 } + - { offsetInCU: 0x5A0D, offset: 0xF42CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSYAAWl', symObjAddr: 0xE560, symBinAddr: 0x3DDC4, symSize: 0x44 } + - { offsetInCU: 0x5A63, offset: 0xF4321, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxcigSS_ypTg5', symObjAddr: 0xB08, symBinAddr: 0x30510, symSize: 0x88 } + - { offsetInCU: 0x5AE4, offset: 0xF43A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCF8, symBinAddr: 0x30700, symSize: 0x18 } + - { offsetInCU: 0x5B75, offset: 0xF4433, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH9hashValueSivgTW', symObjAddr: 0xD10, symBinAddr: 0x30718, symSize: 0x44 } + - { offsetInCU: 0x5C24, offset: 0xF44E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD54, symBinAddr: 0x3075C, symSize: 0x28 } + - { offsetInCU: 0x5C77, offset: 0xF4535, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD7C, symBinAddr: 0x30784, symSize: 0x40 } + - { offsetInCU: 0x5CFB, offset: 0xF45B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xDEC, symBinAddr: 0x307F4, symSize: 0x5C } + - { offsetInCU: 0x5D1E, offset: 0xF45DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xE48, symBinAddr: 0x30850, symSize: 0x4C } + - { offsetInCU: 0x5ED1, offset: 0xF478F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x25CC, symBinAddr: 0x31F50, symSize: 0x88 } + - { offsetInCU: 0x5F80, offset: 0xF483E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2654, symBinAddr: 0x31FD8, symSize: 0x60 } + - { offsetInCU: 0x5FFE, offset: 0xF48BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x26B4, symBinAddr: 0x32038, symSize: 0x40 } + - { offsetInCU: 0x6050, offset: 0xF490E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x26F4, symBinAddr: 0x32078, symSize: 0x5C } + - { offsetInCU: 0x60B3, offset: 0xF4971, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2818, symBinAddr: 0x3219C, symSize: 0x28 } + - { offsetInCU: 0x60CF, offset: 0xF498D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x2840, symBinAddr: 0x321C4, symSize: 0x28 } + - { offsetInCU: 0x60EB, offset: 0xF49A9, size: 0x8, addend: 0x0, symName: '_$sSh8containsySbxFSS_Tg5', symObjAddr: 0x2868, symBinAddr: 0x321EC, symSize: 0x134 } + - { offsetInCU: 0x62E9, offset: 0xF4BA7, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie6MarkerCTg5Tf4gd_n', symObjAddr: 0xC33C, symBinAddr: 0x3BCC0, symSize: 0xEC } + - { offsetInCU: 0x6420, offset: 0xF4CDE, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie6MarkerCG_Tg5037$s6Lottie0A9AnimationC19reducedMotionE19AA0E0CSgvgSbAFXEfU_ShySSGTf1cn_nTf4ng_n', symObjAddr: 0xC44C, symBinAddr: 0x3BDD0, symSize: 0x13C } + - { offsetInCU: 0x659C, offset: 0xF4E5A, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_So8CAAction_pTg5Tf4gd_n', symObjAddr: 0xC588, symBinAddr: 0x3BF0C, symSize: 0xEC } + - { offsetInCU: 0x66DE, offset: 0xF4F9C, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie15AnyNodeProperty_pTg5Tf4gd_n', symObjAddr: 0xC68C, symBinAddr: 0x3C010, symSize: 0x114 } + - { offsetInCU: 0x6820, offset: 0xF50DE, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo7CALayerC_6Lottie16AnimationKeypathVTg5Tf4gd_n', symObjAddr: 0xC7A0, symBinAddr: 0x3C124, symSize: 0xE4 } + - { offsetInCU: 0x6944, offset: 0xF5202, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SaySSGTg5Tf4gn_n', symObjAddr: 0xC884, symBinAddr: 0x3C208, symSize: 0x94 } + - { offsetInCU: 0x6A8B, offset: 0xF5349, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTg5Tf4gd_n', symObjAddr: 0xCA44, symBinAddr: 0x3C3C8, symSize: 0x110 } + - { offsetInCU: 0x6BCD, offset: 0xF548B, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSu_SSTg5Tf4gd_n', symObjAddr: 0xCB60, symBinAddr: 0x3C4E4, symSize: 0x10C } + - { offsetInCU: 0x6CFF, offset: 0xF55BD, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs11AnyHashableV_12CoreGraphics7CGFloatV4from_AG2totTg5Tf4gd_n', symObjAddr: 0xCC6C, symBinAddr: 0x3C5F0, symSize: 0x110 } + - { offsetInCU: 0x6E4F, offset: 0xF570D, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo17NSLayoutAttributeV_So0C10ConstraintCTg5Tf4gd_n', symObjAddr: 0xCD7C, symBinAddr: 0x3C700, symSize: 0xFC } + - { offsetInCU: 0x2B, offset: 0xF5BCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x3DE90, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0xF5BE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x3DE90, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0xF5BFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMr', symObjAddr: 0x4, symBinAddr: 0x3DE94, symSize: 0x5C } + - { offsetInCU: 0xA1, offset: 0xF5C45, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9keyframesACyxGs15ContiguousArrayVyAA0B0CyxGG_tcfC', symObjAddr: 0x60, symBinAddr: 0x3DEF0, symSize: 0x4C } + - { offsetInCU: 0xE5, offset: 0xF5C89, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0xAC, symBinAddr: 0x3DF3C, symSize: 0x94 } + - { offsetInCU: 0x1A4, offset: 0xF5D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvg', symObjAddr: 0x168, symBinAddr: 0x3DFD0, symSize: 0x4C } + - { offsetInCU: 0x1E0, offset: 0xF5D84, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x1B4, symBinAddr: 0x3E01C, symSize: 0x138 } + - { offsetInCU: 0x29E, offset: 0xF5E42, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x2EC, symBinAddr: 0x3E154, symSize: 0x334 } + - { offsetInCU: 0x461, offset: 0xF6005, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfd', symObjAddr: 0x620, symBinAddr: 0x3E488, symSize: 0x2C } + - { offsetInCU: 0x48E, offset: 0xF6032, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfD', symObjAddr: 0x64C, symBinAddr: 0x3E4B4, symSize: 0x1C } + - { offsetInCU: 0x4BB, offset: 0xF605F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x674, symBinAddr: 0x3E4DC, symSize: 0x20 } + - { offsetInCU: 0x4E6, offset: 0xF608A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x694, symBinAddr: 0x3E4FC, symSize: 0xC } + - { offsetInCU: 0x506, offset: 0xF60AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x694, symBinAddr: 0x3E4FC, symSize: 0xC } + - { offsetInCU: 0x518, offset: 0xF60BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x6A0, symBinAddr: 0x3E508, symSize: 0x24 } + - { offsetInCU: 0x534, offset: 0xF60D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x6D4, symBinAddr: 0x3E53C, symSize: 0x4 } + - { offsetInCU: 0x5A0, offset: 0xF6144, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMa', symObjAddr: 0x668, symBinAddr: 0x3E4D0, symSize: 0xC } + - { offsetInCU: 0x5B4, offset: 0xF6158, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x6C4, symBinAddr: 0x3E52C, symSize: 0x8 } + - { offsetInCU: 0x5C8, offset: 0xF616C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6CC, symBinAddr: 0x3E534, symSize: 0x8 } + - { offsetInCU: 0x1BB, offset: 0xF650F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeC11applyEffect2toySo7CALayerC_tF', symObjAddr: 0x0, symBinAddr: 0x3E540, symSize: 0x23C } + - { offsetInCU: 0x425, offset: 0xF6779, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCfD', symObjAddr: 0x23C, symBinAddr: 0x3E77C, symSize: 0x24 } + - { offsetInCU: 0x471, offset: 0xF67C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCMa', symObjAddr: 0x260, symBinAddr: 0x3E7A0, symSize: 0x20 } + - { offsetInCU: 0x57E, offset: 0xF68D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesC5modelAcA0bC5Model_p_tcfc', symObjAddr: 0x280, symBinAddr: 0x3E7C0, symSize: 0x8D4 } + - { offsetInCU: 0x968, offset: 0xF6CBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfd', symObjAddr: 0xB54, symBinAddr: 0x3F094, symSize: 0x4C } + - { offsetInCU: 0x995, offset: 0xF6CE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfD', symObjAddr: 0xBA0, symBinAddr: 0x3F0E0, symSize: 0x1C } + - { offsetInCU: 0x9D1, offset: 0xF6D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0xBDC, symBinAddr: 0x3F11C, symSize: 0xC } + - { offsetInCU: 0xA04, offset: 0xF6D58, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCMa', symObjAddr: 0xBBC, symBinAddr: 0x3F0FC, symSize: 0x20 } + - { offsetInCU: 0x6C, offset: 0xF7063, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector1DV_TB5', symObjAddr: 0x218C, symBinAddr: 0x413CC, symSize: 0xC4 } + - { offsetInCU: 0x176, offset: 0xF716D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector3DV_TB5', symObjAddr: 0x2250, symBinAddr: 0x41490, symSize: 0xD8 } + - { offsetInCU: 0x280, offset: 0xF7277, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A5ColorV_TB5', symObjAddr: 0x23B0, symBinAddr: 0x415AC, symSize: 0xE4 } + - { offsetInCU: 0x397, offset: 0xF738E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x3F34C, symSize: 0x9D4 } + - { offsetInCU: 0x4FD, offset: 0xF74F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x9D4, symBinAddr: 0x3FD20, symSize: 0xCE8 } + - { offsetInCU: 0xA16, offset: 0xF7A0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueSSvg', symObjAddr: 0x16BC, symBinAddr: 0x40A08, symSize: 0x20 } + - { offsetInCU: 0xA4F, offset: 0xF7A46, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x16F4, symBinAddr: 0x40A40, symSize: 0x20 } + - { offsetInCU: 0xA7D, offset: 0xF7A74, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x16F4, symBinAddr: 0x40A40, symSize: 0x20 } + - { offsetInCU: 0xAC6, offset: 0xF7ABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x18B0, symBinAddr: 0x40BFC, symSize: 0x44 } + - { offsetInCU: 0xB0C, offset: 0xF7B03, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x18F4, symBinAddr: 0x40C40, symSize: 0x28 } + - { offsetInCU: 0xB20, offset: 0xF7B17, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x191C, symBinAddr: 0x40C68, symSize: 0x8 } + - { offsetInCU: 0xB56, offset: 0xF7B4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1924, symBinAddr: 0x40C70, symSize: 0x3C } + - { offsetInCU: 0xBBB, offset: 0xF7BB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1960, symBinAddr: 0x40CAC, symSize: 0xC } + - { offsetInCU: 0xBD7, offset: 0xF7BCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x196C, symBinAddr: 0x40CB8, symSize: 0xC } + - { offsetInCU: 0xBF3, offset: 0xF7BEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2C7C, symBinAddr: 0x41DA4, symSize: 0x50 } + - { offsetInCU: 0xC2B, offset: 0xF7C22, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO8rawValueSSvg', symObjAddr: 0x16DC, symBinAddr: 0x40A28, symSize: 0x18 } + - { offsetInCU: 0xC64, offset: 0xF7C5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x1714, symBinAddr: 0x40A60, symSize: 0x18 } + - { offsetInCU: 0xC92, offset: 0xF7C89, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x1714, symBinAddr: 0x40A60, symSize: 0x18 } + - { offsetInCU: 0xCE4, offset: 0xF7CDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x19EC, symBinAddr: 0x40D38, symSize: 0x64 } + - { offsetInCU: 0xD4A, offset: 0xF7D41, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1A50, symBinAddr: 0x40D9C, symSize: 0x28 } + - { offsetInCU: 0xD66, offset: 0xF7D5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1A78, symBinAddr: 0x40DC4, symSize: 0x8 } + - { offsetInCU: 0xD9C, offset: 0xF7D93, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1A80, symBinAddr: 0x40DCC, symSize: 0x68 } + - { offsetInCU: 0xE21, offset: 0xF7E18, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1AE8, symBinAddr: 0x40E34, symSize: 0xC } + - { offsetInCU: 0xE3D, offset: 0xF7E34, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1AF4, symBinAddr: 0x40E40, symSize: 0xC } + - { offsetInCU: 0xE5A, offset: 0xF7E51, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfd', symObjAddr: 0x1B50, symBinAddr: 0x40E9C, symSize: 0x64 } + - { offsetInCU: 0xE87, offset: 0xF7E7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfD', symObjAddr: 0x1BB4, symBinAddr: 0x40F00, symSize: 0x1C } + - { offsetInCU: 0xEB4, offset: 0xF7EAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1BF0, symBinAddr: 0x40F3C, symSize: 0x390 } + - { offsetInCU: 0xF0B, offset: 0xF7F02, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1F80, symBinAddr: 0x412CC, symSize: 0x54 } + - { offsetInCU: 0xF43, offset: 0xF7F3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1FD4, symBinAddr: 0x41320, symSize: 0x20 } + - { offsetInCU: 0xF75, offset: 0xF7F6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2144, symBinAddr: 0x41384, symSize: 0xC } + - { offsetInCU: 0xFB6, offset: 0xF7FAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x2150, symBinAddr: 0x41390, symSize: 0xC } + - { offsetInCU: 0xFF7, offset: 0xF7FEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x215C, symBinAddr: 0x4139C, symSize: 0xC } + - { offsetInCU: 0x1038, offset: 0xF802F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2168, symBinAddr: 0x413A8, symSize: 0xC } + - { offsetInCU: 0x1079, offset: 0xF8070, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2174, symBinAddr: 0x413B4, symSize: 0xC } + - { offsetInCU: 0x10BA, offset: 0xF80B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2180, symBinAddr: 0x413C0, symSize: 0xC } + - { offsetInCU: 0x1193, offset: 0xF818A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC7defaultACvgZTf4d_n', symObjAddr: 0x2580, symBinAddr: 0x416F4, symSize: 0x1AC } + - { offsetInCU: 0x131F, offset: 0xF8316, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCMa', symObjAddr: 0x1BD0, symBinAddr: 0x40F1C, symSize: 0x20 } + - { offsetInCU: 0x1333, offset: 0xF832A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x2058, symBinAddr: 0x41340, symSize: 0x44 } + - { offsetInCU: 0x14A0, offset: 0xF8497, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x2328, symBinAddr: 0x41568, symSize: 0x44 } + - { offsetInCU: 0x14E0, offset: 0xF84D7, size: 0x8, addend: 0x0, symName: '_$sypSgWOb', symObjAddr: 0x27A4, symBinAddr: 0x418DC, symSize: 0x48 } + - { offsetInCU: 0x14F4, offset: 0xF84EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwet', symObjAddr: 0x27FC, symBinAddr: 0x41924, symSize: 0x90 } + - { offsetInCU: 0x1508, offset: 0xF84FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwst', symObjAddr: 0x288C, symBinAddr: 0x419B4, symSize: 0xBC } + - { offsetInCU: 0x151C, offset: 0xF8513, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwug', symObjAddr: 0x2948, symBinAddr: 0x41A70, symSize: 0x8 } + - { offsetInCU: 0x1530, offset: 0xF8527, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwup', symObjAddr: 0x2950, symBinAddr: 0x41A78, symSize: 0x4 } + - { offsetInCU: 0x1544, offset: 0xF853B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwui', symObjAddr: 0x2954, symBinAddr: 0x41A7C, symSize: 0x8 } + - { offsetInCU: 0x1558, offset: 0xF854F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOMa', symObjAddr: 0x295C, symBinAddr: 0x41A84, symSize: 0x10 } + - { offsetInCU: 0x156C, offset: 0xF8563, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwet', symObjAddr: 0x296C, symBinAddr: 0x41A94, symSize: 0x90 } + - { offsetInCU: 0x1580, offset: 0xF8577, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwst', symObjAddr: 0x29FC, symBinAddr: 0x41B24, symSize: 0xBC } + - { offsetInCU: 0x1594, offset: 0xF858B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwup', symObjAddr: 0x2AB8, symBinAddr: 0x41BE0, symSize: 0x4 } + - { offsetInCU: 0x15A8, offset: 0xF859F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOMa', symObjAddr: 0x2ABC, symBinAddr: 0x41BE4, symSize: 0x10 } + - { offsetInCU: 0x15BC, offset: 0xF85B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASQWb', symObjAddr: 0x2ACC, symBinAddr: 0x41BF4, symSize: 0x4 } + - { offsetInCU: 0x15D0, offset: 0xF85C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAESQAAWl', symObjAddr: 0x2AD0, symBinAddr: 0x41BF8, symSize: 0x44 } + - { offsetInCU: 0x15E4, offset: 0xF85DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASQWb', symObjAddr: 0x2B14, symBinAddr: 0x41C3C, symSize: 0x4 } + - { offsetInCU: 0x15F8, offset: 0xF85EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAESQAAWl', symObjAddr: 0x2B18, symBinAddr: 0x41C40, symSize: 0x44 } + - { offsetInCU: 0x160C, offset: 0xF8603, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2B5C, symBinAddr: 0x41C84, symSize: 0x4 } + - { offsetInCU: 0x1620, offset: 0xF8617, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B60, symBinAddr: 0x41C88, symSize: 0x44 } + - { offsetInCU: 0x1634, offset: 0xF862B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2BA4, symBinAddr: 0x41CCC, symSize: 0x4 } + - { offsetInCU: 0x1648, offset: 0xF863F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2BA8, symBinAddr: 0x41CD0, symSize: 0x44 } + - { offsetInCU: 0x165C, offset: 0xF8653, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2BEC, symBinAddr: 0x41D14, symSize: 0x4 } + - { offsetInCU: 0x1670, offset: 0xF8667, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2BF0, symBinAddr: 0x41D18, symSize: 0x44 } + - { offsetInCU: 0x1684, offset: 0xF867B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2C34, symBinAddr: 0x41D5C, symSize: 0x4 } + - { offsetInCU: 0x1698, offset: 0xF868F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2C38, symBinAddr: 0x41D60, symSize: 0x44 } + - { offsetInCU: 0x16F8, offset: 0xF86EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x172C, symBinAddr: 0x40A78, symSize: 0x88 } + - { offsetInCU: 0x17A7, offset: 0xF879E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x17B4, symBinAddr: 0x40B00, symSize: 0x60 } + - { offsetInCU: 0x1825, offset: 0xF881C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1814, symBinAddr: 0x40B60, symSize: 0x40 } + - { offsetInCU: 0x1877, offset: 0xF886E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1854, symBinAddr: 0x40BA0, symSize: 0x5C } + - { offsetInCU: 0x18DA, offset: 0xF88D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1978, symBinAddr: 0x40CC4, symSize: 0x28 } + - { offsetInCU: 0x18F6, offset: 0xF88ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x19A0, symBinAddr: 0x40CEC, symSize: 0x28 } + - { offsetInCU: 0x1912, offset: 0xF8909, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x19C8, symBinAddr: 0x40D14, symSize: 0xC } + - { offsetInCU: 0x192E, offset: 0xF8925, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x19D4, symBinAddr: 0x40D20, symSize: 0x8 } + - { offsetInCU: 0x194A, offset: 0xF8941, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x19DC, symBinAddr: 0x40D28, symSize: 0x8 } + - { offsetInCU: 0x1966, offset: 0xF895D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x19E4, symBinAddr: 0x40D30, symSize: 0x8 } + - { offsetInCU: 0x1989, offset: 0xF8980, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1B00, symBinAddr: 0x40E4C, symSize: 0x28 } + - { offsetInCU: 0x19A5, offset: 0xF899C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1B28, symBinAddr: 0x40E74, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0xF8CA7, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x41DFC, symSize: 0xE0 } + - { offsetInCU: 0x81, offset: 0xF8CFD, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x41DFC, symSize: 0xE0 } + - { offsetInCU: 0x216, offset: 0xF8E92, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0xE0, symBinAddr: 0x41EDC, symSize: 0x58 } + - { offsetInCU: 0x268, offset: 0xF8EE4, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0xE0, symBinAddr: 0x41EDC, symSize: 0x58 } + - { offsetInCU: 0x325, offset: 0xF8FA1, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE10SolveCubic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A3CtFZTf4nnnnd_n', symObjAddr: 0x138, symBinAddr: 0x41F34, symSize: 0x258 } + - { offsetInCU: 0x60, offset: 0xF94C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfC', symObjAddr: 0x0, symBinAddr: 0x4218C, symSize: 0xA8 } + - { offsetInCU: 0xAC, offset: 0xF950F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvg', symObjAddr: 0xA8, symBinAddr: 0x42234, symSize: 0x1F4 } + - { offsetInCU: 0x1E0, offset: 0xF9643, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x29C, symBinAddr: 0x42428, symSize: 0xB8 } + - { offsetInCU: 0x26D, offset: 0xF96D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x354, symBinAddr: 0x424E0, symSize: 0x128 } + - { offsetInCU: 0x368, offset: 0xF97CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x47C, symBinAddr: 0x42608, symSize: 0xFC } + - { offsetInCU: 0x490, offset: 0xF98F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x578, symBinAddr: 0x42704, symSize: 0x60 } + - { offsetInCU: 0x515, offset: 0xF9978, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x5D8, symBinAddr: 0x42764, symSize: 0x1A0 } + - { offsetInCU: 0x676, offset: 0xF9AD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x778, symBinAddr: 0x42904, symSize: 0x140 } + - { offsetInCU: 0x73E, offset: 0xF9BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AjA0A14NSControlEventVtF', symObjAddr: 0x8B8, symBinAddr: 0x42A44, symSize: 0x144 } + - { offsetInCU: 0x8BE, offset: 0xF9D21, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AjA0A14NSControlEventVtFyAA08AnimatedB0CcfU_', symObjAddr: 0x9FC, symBinAddr: 0x42B88, symSize: 0x118 } + - { offsetInCU: 0xA08, offset: 0xF9E6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSAA0A14NSControlEventVtF', symObjAddr: 0xB14, symBinAddr: 0x42CA0, symSize: 0x168 } + - { offsetInCU: 0xBC7, offset: 0xFA02A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xC7C, symBinAddr: 0x42E08, symSize: 0x1B4 } + - { offsetInCU: 0xD45, offset: 0xFA1A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0xE30, symBinAddr: 0x42FBC, symSize: 0x420 } + - { offsetInCU: 0xE02, offset: 0xFA265, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x1270, symBinAddr: 0x433FC, symSize: 0x4 } + - { offsetInCU: 0x16C6, offset: 0xFAB29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOc', symObjAddr: 0x1B94, symBinAddr: 0x43CE4, symSize: 0x34 } + - { offsetInCU: 0x16DA, offset: 0xFAB3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x1BEC, symBinAddr: 0x43D1C, symSize: 0x8 } + - { offsetInCU: 0x16EE, offset: 0xFAB51, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x1C5C, symBinAddr: 0x43D8C, symSize: 0x8 } + - { offsetInCU: 0x170D, offset: 0xFAB70, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedButtonCytG_Tg5TA', symObjAddr: 0x1C64, symBinAddr: 0x43D94, symSize: 0x20 } + - { offsetInCU: 0x1736, offset: 0xFAB99, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5', symObjAddr: 0x1C84, symBinAddr: 0x43DB4, symSize: 0x20 } + - { offsetInCU: 0x17C7, offset: 0xFAC2A, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV24ZIP64ExtendedInformationV_Tg5', symObjAddr: 0x1CA4, symBinAddr: 0x43DD4, symSize: 0x104 } + - { offsetInCU: 0x1957, offset: 0xFADBA, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompatibilityIssueV_Tg5', symObjAddr: 0x1DA8, symBinAddr: 0x43ED8, symSize: 0x104 } + - { offsetInCU: 0x1ABE, offset: 0xFAF21, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x1EAC, symBinAddr: 0x43FDC, symSize: 0x104 } + - { offsetInCU: 0x1C25, offset: 0xFB088, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0Q0V_Tg5', symObjAddr: 0x1FB0, symBinAddr: 0x440E0, symSize: 0x104 } + - { offsetInCU: 0x1DC3, offset: 0xFB226, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSay6Lottie14ShapeItemLayerC0Q0VG8grouping_ALSg17trailingSeparatort_Tg5', symObjAddr: 0x20E4, symBinAddr: 0x44214, symSize: 0x13C } + - { offsetInCU: 0x1F5B, offset: 0xFB3BE, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x2220, symBinAddr: 0x44350, symSize: 0x104 } + - { offsetInCU: 0x20C2, offset: 0xFB525, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x2324, symBinAddr: 0x44454, symSize: 0xFC } + - { offsetInCU: 0x2265, offset: 0xFB6C8, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x25E0, symBinAddr: 0x44710, symSize: 0x124 } + - { offsetInCU: 0x2413, offset: 0xFB876, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo10CGColorRefa5color_12CoreGraphics7CGFloatV8locationt_Tg5', symObjAddr: 0x2DC8, symBinAddr: 0x44EF8, symSize: 0x128 } + - { offsetInCU: 0x25AB, offset: 0xFBA0E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10BezierPathV_Tg5', symObjAddr: 0x30B4, symBinAddr: 0x451E4, symSize: 0x118 } + - { offsetInCU: 0x2712, offset: 0xFBB75, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x31E0, symBinAddr: 0x45310, symSize: 0xFC } + - { offsetInCU: 0x28B5, offset: 0xFBD18, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo7CGPointV5point_12CoreGraphics7CGFloatV8distancet_Tg5', symObjAddr: 0x32DC, symBinAddr: 0x4540C, symSize: 0x114 } + - { offsetInCU: 0x2A58, offset: 0xFBEBB, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11PathElementV_Tg5', symObjAddr: 0x33F0, symBinAddr: 0x45520, symSize: 0x118 } + - { offsetInCU: 0x2BF0, offset: 0xFC053, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x3508, symBinAddr: 0x45638, symSize: 0x108 } + - { offsetInCU: 0x2D8E, offset: 0xFC1F1, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10LayerModelC5layer_AJ5model_AH9MatteTypeO05matteU0tSg4maskt_Tg5', symObjAddr: 0x3624, symBinAddr: 0x45754, symSize: 0x138 } + - { offsetInCU: 0x2F52, offset: 0xFC3B5, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x37E4, symBinAddr: 0x45914, symSize: 0x114 } + - { offsetInCU: 0x30F5, offset: 0xFC558, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV5start_AJ3endt_Tg5', symObjAddr: 0x38F8, symBinAddr: 0x45A28, symSize: 0xFC } + - { offsetInCU: 0x328D, offset: 0xFC6F0, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompoundBezierPathV_Tg5', symObjAddr: 0x39F4, symBinAddr: 0x45B24, symSize: 0x104 } + - { offsetInCU: 0x342B, offset: 0xFC88E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16AnimationKeypathV7keypath_AH16AnyValueProvider_p05valueU0t_Tg5', symObjAddr: 0x3CB4, symBinAddr: 0x45DE4, symSize: 0x13C } + - { offsetInCU: 0x3576, offset: 0xFC9D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x4044, symBinAddr: 0x46174, symSize: 0x8 } + - { offsetInCU: 0x358A, offset: 0xFC9ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x40D4, symBinAddr: 0x461C8, symSize: 0x8 } + - { offsetInCU: 0x359E, offset: 0xFCA01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOh', symObjAddr: 0x4100, symBinAddr: 0x461F4, symSize: 0x2C } + - { offsetInCU: 0x35B2, offset: 0xFCA15, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOd', symObjAddr: 0x412C, symBinAddr: 0x46220, symSize: 0x34 } + - { offsetInCU: 0x35C6, offset: 0xFCA29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AjA0A14NSControlEventVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4170, symBinAddr: 0x46264, symSize: 0x10 } + - { offsetInCU: 0x35E4, offset: 0xFCA47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSAA0A14NSControlEventVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x41AC, symBinAddr: 0x462A0, symSize: 0x48 } + - { offsetInCU: 0x3636, offset: 0xFCA99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4260, symBinAddr: 0x46354, symSize: 0x20 } + - { offsetInCU: 0x364A, offset: 0xFCAAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x4280, symBinAddr: 0x46374, symSize: 0x2C } + - { offsetInCU: 0x365E, offset: 0xFCAC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x42F0, symBinAddr: 0x463A0, symSize: 0x24 } + - { offsetInCU: 0x3672, offset: 0xFCAD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAC7SwiftUI4ViewAAWl', symObjAddr: 0x4314, symBinAddr: 0x463C4, symSize: 0x44 } + - { offsetInCU: 0x3686, offset: 0xFCAE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x4358, symBinAddr: 0x46408, symSize: 0x10 } + - { offsetInCU: 0x369A, offset: 0xFCAFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwCP', symObjAddr: 0x4368, symBinAddr: 0x46418, symSize: 0x30 } + - { offsetInCU: 0x36AE, offset: 0xFCB11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwxx', symObjAddr: 0x4398, symBinAddr: 0x46448, symSize: 0x54 } + - { offsetInCU: 0x36C2, offset: 0xFCB25, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwcp', symObjAddr: 0x43EC, symBinAddr: 0x4649C, symSize: 0xF4 } + - { offsetInCU: 0x36D6, offset: 0xFCB39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwca', symObjAddr: 0x44E0, symBinAddr: 0x46590, symSize: 0x134 } + - { offsetInCU: 0x36EA, offset: 0xFCB4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOh', symObjAddr: 0x4614, symBinAddr: 0x466C4, symSize: 0x34 } + - { offsetInCU: 0x36FE, offset: 0xFCB61, size: 0x8, addend: 0x0, symName: ___swift_memcpy136_8, symObjAddr: 0x4648, symBinAddr: 0x466F8, symSize: 0x34 } + - { offsetInCU: 0x3712, offset: 0xFCB75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwta', symObjAddr: 0x467C, symBinAddr: 0x4672C, symSize: 0xB4 } + - { offsetInCU: 0x3726, offset: 0xFCB89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwet', symObjAddr: 0x4730, symBinAddr: 0x467E0, symSize: 0x48 } + - { offsetInCU: 0x373A, offset: 0xFCB9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwst', symObjAddr: 0x4778, symBinAddr: 0x46828, symSize: 0x60 } + - { offsetInCU: 0x374E, offset: 0xFCBB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVMa', symObjAddr: 0x47D8, symBinAddr: 0x46888, symSize: 0x10 } + - { offsetInCU: 0x37DB, offset: 0xFCC3E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tg5', symObjAddr: 0x488C, symBinAddr: 0x4693C, symSize: 0xFC } + - { offsetInCU: 0x3905, offset: 0xFCD68, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4MaskC_Tg5Tf4d_n', symObjAddr: 0x4D1C, symBinAddr: 0x46DCC, symSize: 0x50 } + - { offsetInCU: 0x391D, offset: 0xFCD80, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20MaskCompositionLayerC0hJ0C_Tg5Tf4d_n', symObjAddr: 0x4D6C, symBinAddr: 0x46E1C, symSize: 0x50 } + - { offsetInCU: 0x3935, offset: 0xFCD98, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GroupC_Tg5Tf4d_n', symObjAddr: 0x4DBC, symBinAddr: 0x46E6C, symSize: 0x50 } + - { offsetInCU: 0x394D, offset: 0xFCDB0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9ShapeItemC_Tg5Tf4d_n', symObjAddr: 0x4E0C, symBinAddr: 0x46EBC, symSize: 0x50 } + - { offsetInCU: 0x3965, offset: 0xFCDC8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10GroupLayerC_Tg5Tf4d_n', symObjAddr: 0x4E5C, symBinAddr: 0x46F0C, symSize: 0x50 } + - { offsetInCU: 0x397D, offset: 0xFCDE0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x4EAC, symBinAddr: 0x46F5C, symSize: 0x54 } + - { offsetInCU: 0x3995, offset: 0xFCDF8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector3DVG_Tg5Tf4d_n', symObjAddr: 0x4F0C, symBinAddr: 0x46FBC, symSize: 0x54 } + - { offsetInCU: 0x39AD, offset: 0xFCE10, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo19CAKeyframeAnimationC_Tg5Tf4d_n', symObjAddr: 0x4F6C, symBinAddr: 0x4701C, symSize: 0x60 } + - { offsetInCU: 0x39C5, offset: 0xFCE28, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo8NSNumberC_Tg5Tf4d_n', symObjAddr: 0x4FCC, symBinAddr: 0x4707C, symSize: 0x60 } + - { offsetInCU: 0x39DD, offset: 0xFCE40, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo21CAMediaTimingFunctionC_Tg5Tf4d_n', symObjAddr: 0x502C, symBinAddr: 0x470DC, symSize: 0x60 } + - { offsetInCU: 0x39F5, offset: 0xFCE58, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo10CGColorRefa_Tg5Tf4d_n', symObjAddr: 0x508C, symBinAddr: 0x4713C, symSize: 0x50 } + - { offsetInCU: 0x3A0D, offset: 0xFCE70, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo9CGPathRefa_Tg5Tf4d_n', symObjAddr: 0x50DC, symBinAddr: 0x4718C, symSize: 0x50 } + - { offsetInCU: 0x3A25, offset: 0xFCE88, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySbGG_Tg5Tf4d_n', symObjAddr: 0x512C, symBinAddr: 0x471DC, symSize: 0x54 } + - { offsetInCU: 0x3A3D, offset: 0xFCEA0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF010BezierPathH0VG_Tg5Tf4d_n', symObjAddr: 0x5180, symBinAddr: 0x47230, symSize: 0x54 } + - { offsetInCU: 0x3A55, offset: 0xFCEB8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x51D4, symBinAddr: 0x47284, symSize: 0x54 } + - { offsetInCU: 0x3A6D, offset: 0xFCED0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G5ColorVG_Tg5Tf4d_n', symObjAddr: 0x5228, symBinAddr: 0x472D8, symSize: 0x54 } + - { offsetInCU: 0x3A85, offset: 0xFCEE8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerStyleC_Tg5Tf4d_n', symObjAddr: 0x5288, symBinAddr: 0x47338, symSize: 0x50 } + - { offsetInCU: 0x3A9D, offset: 0xFCF00, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11EffectValueC_Tg5Tf4d_n', symObjAddr: 0x52D8, symBinAddr: 0x47388, symSize: 0x50 } + - { offsetInCU: 0x3AB5, offset: 0xFCF18, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11LayerEffectC_Tg5Tf4d_n', symObjAddr: 0x5328, symBinAddr: 0x473D8, symSize: 0x50 } + - { offsetInCU: 0x3ACD, offset: 0xFCF30, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySdGG_Tg5Tf4d_n', symObjAddr: 0x5378, symBinAddr: 0x47428, symSize: 0x54 } + - { offsetInCU: 0x3AE5, offset: 0xFCF48, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11DashElementC_Tg5Tf4d_n', symObjAddr: 0x53D8, symBinAddr: 0x47488, symSize: 0x50 } + - { offsetInCU: 0x3AFD, offset: 0xFCF60, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF12TextDocumentCG_Tg5Tf4d_n', symObjAddr: 0x5468, symBinAddr: 0x474D8, symSize: 0x54 } + - { offsetInCU: 0x3B15, offset: 0xFCF78, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie12TextAnimatorC_Tg5Tf4d_n', symObjAddr: 0x54BC, symBinAddr: 0x4752C, symSize: 0x50 } + - { offsetInCU: 0x3B2D, offset: 0xFCF90, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerModelC_Tg5Tf4d_n', symObjAddr: 0x550C, symBinAddr: 0x4757C, symSize: 0x50 } + - { offsetInCU: 0x3B45, offset: 0xFCFA8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GlyphC_Tg5Tf4d_n', symObjAddr: 0x5568, symBinAddr: 0x475D8, symSize: 0x50 } + - { offsetInCU: 0x3B5D, offset: 0xFCFC0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4FontC_Tg5Tf4d_n', symObjAddr: 0x55B8, symBinAddr: 0x47628, symSize: 0x50 } + - { offsetInCU: 0x3B75, offset: 0xFCFD8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie6MarkerC_Tg5Tf4d_n', symObjAddr: 0x5608, symBinAddr: 0x47678, symSize: 0x50 } + - { offsetInCU: 0x3B8D, offset: 0xFCFF0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyypG_Tg5Tf4d_n', symObjAddr: 0x5658, symBinAddr: 0x476C8, symSize: 0x54 } + - { offsetInCU: 0x3BA5, offset: 0xFD008, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySo13CATransform3DVGG_Tg5Tf4d_n', symObjAddr: 0x56AC, symBinAddr: 0x4771C, symSize: 0x54 } + - { offsetInCU: 0x3BBD, offset: 0xFD020, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyypG_Tg5Tf4d_n', symObjAddr: 0x570C, symBinAddr: 0x4777C, symSize: 0x54 } + - { offsetInCU: 0x3BD5, offset: 0xFD038, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo13CATransform3DVG_Tg5Tf4d_n', symObjAddr: 0x5760, symBinAddr: 0x477D0, symSize: 0x54 } + - { offsetInCU: 0x3BED, offset: 0xFD050, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo11CAAnimationC_Tg5Tf4d_n', symObjAddr: 0x57C0, symBinAddr: 0x47830, symSize: 0x60 } + - { offsetInCU: 0x3C05, offset: 0xFD068, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo7CGPointVG_Tg5Tf4d_n', symObjAddr: 0x5820, symBinAddr: 0x47890, symSize: 0x54 } + - { offsetInCU: 0x3C1D, offset: 0xFD080, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCy12CoreGraphics7CGFloatVG_Tg5Tf4d_n', symObjAddr: 0x5880, symBinAddr: 0x478F0, symSize: 0x54 } + - { offsetInCU: 0x3C35, offset: 0xFD098, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySbG_Tg5Tf4d_n', symObjAddr: 0x58E0, symBinAddr: 0x47950, symSize: 0x54 } + - { offsetInCU: 0x3C4D, offset: 0xFD0B0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo10CGColorRefaG_Tg5Tf4d_n', symObjAddr: 0x594C, symBinAddr: 0x479BC, symSize: 0x54 } + - { offsetInCU: 0x3C65, offset: 0xFD0C8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo6CGSizeVG_Tg5Tf4d_n', symObjAddr: 0x59AC, symBinAddr: 0x47A1C, symSize: 0x54 } + - { offsetInCU: 0x3C7D, offset: 0xFD0E0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo7CALayerC_Tg5Tf4d_n', symObjAddr: 0x5A0C, symBinAddr: 0x47A7C, symSize: 0x60 } + - { offsetInCU: 0x3C95, offset: 0xFD0F8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DV5start_AJ3endtG_Tg5Tf4d_n', symObjAddr: 0x5A6C, symBinAddr: 0x47ADC, symSize: 0x54 } + - { offsetInCU: 0x3CAD, offset: 0xFD110, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo9CGPathRefaG_Tg5Tf4d_n', symObjAddr: 0x5AD8, symBinAddr: 0x47B48, symSize: 0x54 } + - { offsetInCU: 0x3CC5, offset: 0xFD128, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySayAF10BezierPathVGG_Tg5Tf4d_n', symObjAddr: 0x5B38, symBinAddr: 0x47BA8, symSize: 0x54 } + - { offsetInCU: 0x3CDD, offset: 0xFD140, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF7EllipseCAGVG_Tg5Tf4d_n', symObjAddr: 0x5B98, symBinAddr: 0x47C08, symSize: 0x54 } + - { offsetInCU: 0x3CF5, offset: 0xFD158, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF9RectangleCAGVG_Tg5Tf4d_n', symObjAddr: 0x5BF8, symBinAddr: 0x47C68, symSize: 0x54 } + - { offsetInCU: 0x3D0D, offset: 0xFD170, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4StarCAGVG_Tg5Tf4d_n', symObjAddr: 0x5C58, symBinAddr: 0x47CC8, symSize: 0x54 } + - { offsetInCU: 0x3D25, offset: 0xFD188, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySo10CGColorRefaGG_Tg5Tf4d_n', symObjAddr: 0x5CB8, symBinAddr: 0x47D28, symSize: 0x54 } + - { offsetInCU: 0x3D3D, offset: 0xFD1A0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySay12CoreGraphics7CGFloatVGG_Tg5Tf4d_n', symObjAddr: 0x5D18, symBinAddr: 0x47D88, symSize: 0x54 } + - { offsetInCU: 0x3D55, offset: 0xFD1B8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5Tf4d_n', symObjAddr: 0x5D78, symBinAddr: 0x47DE8, symSize: 0x54 } + - { offsetInCU: 0x3D6D, offset: 0xFD1D0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x5DD8, symBinAddr: 0x47E48, symSize: 0x54 } + - { offsetInCU: 0x3D85, offset: 0xFD1E8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie16CompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x5F3C, symBinAddr: 0x47FAC, symSize: 0x50 } + - { offsetInCU: 0x3DA8, offset: 0xFD20B, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfC6Lottie15AnyNodeProperty_p_Tg5Tf4nnd_n', symObjAddr: 0x5F98, symBinAddr: 0x48008, symSize: 0x80 } + - { offsetInCU: 0x3DF2, offset: 0xFD255, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC_Tg5Tf4d_n', symObjAddr: 0x6018, symBinAddr: 0x48088, symSize: 0x50 } + - { offsetInCU: 0x3E0A, offset: 0xFD26D, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20KeyframeInterpolatorCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x6068, symBinAddr: 0x480D8, symSize: 0x54 } + - { offsetInCU: 0x3E22, offset: 0xFD285, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie19ShapeContainerLayerC_Tg5Tf4d_n', symObjAddr: 0x60C8, symBinAddr: 0x48138, symSize: 0x50 } + - { offsetInCU: 0x3E3A, offset: 0xFD29D, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie14PathOutputNodeC_Tg5Tf4d_n', symObjAddr: 0x6118, symBinAddr: 0x48188, symSize: 0x50 } + - { offsetInCU: 0x3E52, offset: 0xFD2B5, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie21ImageCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6278, symBinAddr: 0x482E8, symSize: 0x50 } + - { offsetInCU: 0x3E6A, offset: 0xFD2CD, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20TextCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x62C8, symBinAddr: 0x48338, symSize: 0x50 } + - { offsetInCU: 0x3E82, offset: 0xFD2E5, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5AssetC_Tg5Tf4d_n', symObjAddr: 0x6318, symBinAddr: 0x48388, symSize: 0x50 } + - { offsetInCU: 0x3E9A, offset: 0xFD2FD, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo18NSLayoutConstraintC_Tg5Tf4d_n', symObjAddr: 0x6374, symBinAddr: 0x483E4, symSize: 0x60 } + - { offsetInCU: 0x3EB2, offset: 0xFD315, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOc', symObjAddr: 0x6498, symBinAddr: 0x48508, symSize: 0x44 } + - { offsetInCU: 0x3EC6, offset: 0xFD329, size: 0x8, addend: 0x0, symName: '_$sSays11AnyHashableVGSayxGSHsSHRzlWl', symObjAddr: 0x64DC, symBinAddr: 0x4854C, symSize: 0x5C } + - { offsetInCU: 0x3EDA, offset: 0xFD33D, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0x65A0, symBinAddr: 0x485A8, symSize: 0x10 } + - { offsetInCU: 0x4017, offset: 0xFD47A, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie16ShapeRenderGroupV_SayAGGTg5', symObjAddr: 0x1274, symBinAddr: 0x43400, symSize: 0xDC } + - { offsetInCU: 0x423F, offset: 0xFD6A2, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie14ShapeItemLayerC0G0V_SayAIGTg5', symObjAddr: 0x1350, symBinAddr: 0x434DC, symSize: 0xDC } + - { offsetInCU: 0x4467, offset: 0xFD8CA, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF12CoreGraphics7CGFloatV_SayAGGTg5', symObjAddr: 0x142C, symBinAddr: 0x435B8, symSize: 0xD4 } + - { offsetInCU: 0x468F, offset: 0xFDAF2, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSS_SaySSGTg5', symObjAddr: 0x1500, symBinAddr: 0x4368C, symSize: 0xDC } + - { offsetInCU: 0x48B7, offset: 0xFDD1A, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie10BezierPathV_SayAGGTg5', symObjAddr: 0x1604, symBinAddr: 0x43790, symSize: 0xE0 } + - { offsetInCU: 0x4ADF, offset: 0xFDF42, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSd_SaySdGTg5', symObjAddr: 0x1A70, symBinAddr: 0x43BFC, symSize: 0xD4 } + - { offsetInCU: 0x4E93, offset: 0xFE2F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x1250, symBinAddr: 0x433DC, symSize: 0x4 } + - { offsetInCU: 0x4EAF, offset: 0xFE312, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x1254, symBinAddr: 0x433E0, symSize: 0x4 } + - { offsetInCU: 0x4ECB, offset: 0xFE32E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x1258, symBinAddr: 0x433E4, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0xFE7A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x485E4, symSize: 0xC4 } + - { offsetInCU: 0xCA, offset: 0xFE845, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x485E4, symSize: 0xC4 } + - { offsetInCU: 0x11F, offset: 0xFE89A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xC4, symBinAddr: 0x486A8, symSize: 0x90 } + - { offsetInCU: 0x191, offset: 0xFE90C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfD', symObjAddr: 0x170, symBinAddr: 0x48754, symSize: 0x34 } + - { offsetInCU: 0x201, offset: 0xFE97C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x1C4, symBinAddr: 0x487A8, symSize: 0xC } + - { offsetInCU: 0x233, offset: 0xFE9AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x1D0, symBinAddr: 0x487B4, symSize: 0x4 } + - { offsetInCU: 0x279, offset: 0xFE9F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x1D4, symBinAddr: 0x487B8, symSize: 0x18 } + - { offsetInCU: 0x2FD, offset: 0xFEA78, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1EC, symBinAddr: 0x487D0, symSize: 0x4 } + - { offsetInCU: 0x319, offset: 0xFEA94, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x1F0, symBinAddr: 0x487D4, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0xFEAB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6parentAcA10NodeOutput_pSg_tcfcTf4ng_n', symObjAddr: 0x31C, symBinAddr: 0x4883C, symSize: 0x198 } + - { offsetInCU: 0x4DB, offset: 0xFEC56, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfE', symObjAddr: 0x154, symBinAddr: 0x48738, symSize: 0x1C } + - { offsetInCU: 0x508, offset: 0xFEC83, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCMa', symObjAddr: 0x1A4, symBinAddr: 0x48788, symSize: 0x20 } + - { offsetInCU: 0x5AC, offset: 0xFED27, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOc', symObjAddr: 0x210, symBinAddr: 0x487F4, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0xFF061, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x489D4, symSize: 0x5C } + - { offsetInCU: 0x7C, offset: 0xFF08E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfD', symObjAddr: 0x5C, symBinAddr: 0x48A30, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0xFF0CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x98, symBinAddr: 0x48A6C, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0xFF10B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xA4, symBinAddr: 0x48A78, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0xFF14C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xD4, symBinAddr: 0x48AA8, symSize: 0xC } + - { offsetInCU: 0x17B, offset: 0xFF18D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xE0, symBinAddr: 0x48AB4, symSize: 0xC } + - { offsetInCU: 0x1AD, offset: 0xFF1BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesC4starAcA4StarC_tcfcTf4gn_n', symObjAddr: 0xFD0, symBinAddr: 0x49964, symSize: 0x444 } + - { offsetInCU: 0x540, offset: 0xFF552, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCMa', symObjAddr: 0x78, symBinAddr: 0x48A4C, symSize: 0x20 } + - { offsetInCU: 0x680, offset: 0xFF692, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xEC, symBinAddr: 0x48AC0, symSize: 0x120 } + - { offsetInCU: 0x83F, offset: 0xFF851, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCfD', symObjAddr: 0x20C, symBinAddr: 0x48BE0, symSize: 0x34 } + - { offsetInCU: 0x8A0, offset: 0xFF8B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x260, symBinAddr: 0x48C34, symSize: 0x44 } + - { offsetInCU: 0x8EC, offset: 0xFF8FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x2A4, symBinAddr: 0x48C78, symSize: 0x24 } + - { offsetInCU: 0x91E, offset: 0xFF930, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x2C8, symBinAddr: 0x48C9C, symSize: 0x4 } + - { offsetInCU: 0x958, offset: 0xFF96A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2CC, symBinAddr: 0x48CA0, symSize: 0x8 } + - { offsetInCU: 0x978, offset: 0xFF98A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2CC, symBinAddr: 0x48CA0, symSize: 0x8 } + - { offsetInCU: 0x9DB, offset: 0xFF9ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2D4, symBinAddr: 0x48CA8, symSize: 0x10 } + - { offsetInCU: 0x9FB, offset: 0xFFA0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2D4, symBinAddr: 0x48CA8, symSize: 0x10 } + - { offsetInCU: 0xA42, offset: 0xFFA54, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2E4, symBinAddr: 0x48CB8, symSize: 0x8 } + - { offsetInCU: 0xA62, offset: 0xFFA74, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2E4, symBinAddr: 0x48CB8, symSize: 0x8 } + - { offsetInCU: 0xA83, offset: 0xFFA95, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2EC, symBinAddr: 0x48CC0, symSize: 0x8 } + - { offsetInCU: 0xAA3, offset: 0xFFAB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2EC, symBinAddr: 0x48CC0, symSize: 0x8 } + - { offsetInCU: 0xAC4, offset: 0xFFAD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F4, symBinAddr: 0x48CC8, symSize: 0x8 } + - { offsetInCU: 0xAE4, offset: 0xFFAF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F4, symBinAddr: 0x48CC8, symSize: 0x8 } + - { offsetInCU: 0xB05, offset: 0xFFB17, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2FC, symBinAddr: 0x48CD0, symSize: 0x8 } + - { offsetInCU: 0xB25, offset: 0xFFB37, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2FC, symBinAddr: 0x48CD0, symSize: 0x8 } + - { offsetInCU: 0xB46, offset: 0xFFB58, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x304, symBinAddr: 0x48CD8, symSize: 0xC } + - { offsetInCU: 0xB66, offset: 0xFFB78, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x304, symBinAddr: 0x48CD8, symSize: 0xC } + - { offsetInCU: 0xB87, offset: 0xFFB99, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x310, symBinAddr: 0x48CE4, symSize: 0x10 } + - { offsetInCU: 0xBA7, offset: 0xFFBB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x310, symBinAddr: 0x48CE4, symSize: 0x10 } + - { offsetInCU: 0xBC8, offset: 0xFFBDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x320, symBinAddr: 0x48CF4, symSize: 0xC } + - { offsetInCU: 0xBFA, offset: 0xFFC0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC06parentC04starAcA08AnimatorC0_pSg_AA4StarCtcfcTf4ngn_n', symObjAddr: 0x1414, symBinAddr: 0x49DA8, symSize: 0x114 } + - { offsetInCU: 0xCB3, offset: 0xFFCC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCMa', symObjAddr: 0x240, symBinAddr: 0x48C14, symSize: 0x20 } + - { offsetInCU: 0xFE3, offset: 0xFFFF5, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x718, symBinAddr: 0x490EC, symSize: 0x14 } + - { offsetInCU: 0x101B, offset: 0x10002D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay6Lottie14ShapeItemLayerC0I0VG8grouping_AISg17trailingSeparatort_Tg5', symObjAddr: 0x72C, symBinAddr: 0x49100, symSize: 0x14 } + - { offsetInCU: 0x1053, offset: 0x100065, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo13CATransform3DV_Tg5', symObjAddr: 0x740, symBinAddr: 0x49114, symSize: 0x14 } + - { offsetInCU: 0x108B, offset: 0x10009D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x754, symBinAddr: 0x49128, symSize: 0x14 } + - { offsetInCU: 0x10C3, offset: 0x1000D5, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo7CGPointV_Tg5', symObjAddr: 0x768, symBinAddr: 0x4913C, symSize: 0x14 } + - { offsetInCU: 0x10FB, offset: 0x10010D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSb_Tg5', symObjAddr: 0x77C, symBinAddr: 0x49150, symSize: 0x14 } + - { offsetInCU: 0x1133, offset: 0x100145, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo6CGSizeV_Tg5', symObjAddr: 0x79C, symBinAddr: 0x49170, symSize: 0x14 } + - { offsetInCU: 0x116B, offset: 0x10017D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x7BC, symBinAddr: 0x49190, symSize: 0x14 } + - { offsetInCU: 0x11A3, offset: 0x1001B5, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x7D0, symBinAddr: 0x491A4, symSize: 0x14 } + - { offsetInCU: 0x11DB, offset: 0x1001ED, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x86C, symBinAddr: 0x49240, symSize: 0x14 } + - { offsetInCU: 0x1213, offset: 0x100225, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11PathElementV_Tg5', symObjAddr: 0x880, symBinAddr: 0x49254, symSize: 0x14 } + - { offsetInCU: 0x124B, offset: 0x10025D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV5start_AG3endt_Tg5', symObjAddr: 0x894, symBinAddr: 0x49268, symSize: 0x14 } + - { offsetInCU: 0x1283, offset: 0x100295, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16AnimationKeypathV7keypath_AE16AnyValueProvider_p05valueM0t_Tg5', symObjAddr: 0x8A8, symBinAddr: 0x4927C, symSize: 0x14 } + - { offsetInCU: 0x12BB, offset: 0x1002CD, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSS_Tg5', symObjAddr: 0x8BC, symBinAddr: 0x49290, symSize: 0x14 } + - { offsetInCU: 0x15EB, offset: 0x1005FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7polygon8position14numberOfPoints11outerRadius0I11Roundedness8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA3oA0C9DirectionOtFZTf4nnnnnnd_n', symObjAddr: 0x8D0, symBinAddr: 0x492A4, symSize: 0x6C0 } + - { offsetInCU: 0x24CC, offset: 0x1014DE, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x32C, symBinAddr: 0x48D00, symSize: 0x2B0 } + - { offsetInCU: 0x27D6, offset: 0x1017E8, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFSay6Lottie11CurveVertexVG_Tg5', symObjAddr: 0x5DC, symBinAddr: 0x48FB0, symSize: 0x13C } + - { offsetInCU: 0x1F6, offset: 0x101F77, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE03logB5IssueyySSKFAA21LayerAnimationContextV_TB5', symObjAddr: 0x0, symBinAddr: 0x49EBC, symSize: 0x240 } + - { offsetInCU: 0x516, offset: 0x102297, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5coderAESgSo7NSCoderC_tcfcTo', symObjAddr: 0x130C, symBinAddr: 0x4B1C8, symSize: 0x58 } + - { offsetInCU: 0x55D, offset: 0x1022DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5layerAEyp_tcfc', symObjAddr: 0x1364, symBinAddr: 0x4B220, symSize: 0x1B0 } + - { offsetInCU: 0x63E, offset: 0x1023BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAEycfcTo', symObjAddr: 0x157C, symBinAddr: 0x4B438, symSize: 0x2C } + - { offsetInCU: 0x6D0, offset: 0x102451, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x240, symBinAddr: 0x4A0FC, symSize: 0x4CC } + - { offsetInCU: 0xBBC, offset: 0x10293D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x744, symBinAddr: 0x4A600, symSize: 0x58 } + - { offsetInCU: 0xC03, offset: 0x102984, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x79C, symBinAddr: 0x4A658, symSize: 0x1B0 } + - { offsetInCU: 0xCC6, offset: 0x102A47, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyF', symObjAddr: 0x958, symBinAddr: 0x4A814, symSize: 0x1FC } + - { offsetInCU: 0xE86, offset: 0x102C07, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyFTo', symObjAddr: 0xB54, symBinAddr: 0x4AA10, symSize: 0x2C } + - { offsetInCU: 0xEC0, offset: 0x102C41, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCACycfcTo', symObjAddr: 0xB80, symBinAddr: 0x4AA3C, symSize: 0x2C } + - { offsetInCU: 0x1142, offset: 0x102EC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCfETo', symObjAddr: 0xBB0, symBinAddr: 0x4AA6C, symSize: 0x10 } + - { offsetInCU: 0x1171, offset: 0x102EF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCMa', symObjAddr: 0xBC0, symBinAddr: 0x4AA7C, symSize: 0x20 } + - { offsetInCU: 0x1185, offset: 0x102F06, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xBE0, symBinAddr: 0x4AA9C, symSize: 0x1F4 } + - { offsetInCU: 0x1B20, offset: 0x1038A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xDD4, symBinAddr: 0x4AC90, symSize: 0x524 } + - { offsetInCU: 0x1FE0, offset: 0x103D61, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_', symObjAddr: 0x1610, symBinAddr: 0x4B4CC, symSize: 0x8C } + - { offsetInCU: 0x203F, offset: 0x103DC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCAA09AnimationD0A2aDP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x12F8, symBinAddr: 0x4B1B4, symSize: 0x14 } + - { offsetInCU: 0x2062, offset: 0x103DE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CfETo', symObjAddr: 0x15E0, symBinAddr: 0x4B49C, symSize: 0x10 } + - { offsetInCU: 0x2091, offset: 0x103E12, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CMa', symObjAddr: 0x15F0, symBinAddr: 0x4B4AC, symSize: 0x20 } + - { offsetInCU: 0x20A5, offset: 0x103E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAA09AnimationD0A2aFP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x169C, symBinAddr: 0x4B558, symSize: 0x14 } + - { offsetInCU: 0x20FE, offset: 0x103E7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSo13CATransform3DV_TB5', symObjAddr: 0x16B0, symBinAddr: 0x4B56C, symSize: 0x420 } + - { offsetInCU: 0x23D3, offset: 0x104154, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlF12CoreGraphics7CGFloatV_TB5', symObjAddr: 0x1AD0, symBinAddr: 0x4B98C, symSize: 0x420 } + - { offsetInCU: 0x26A8, offset: 0x104429, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSo7CGPointV_TB5', symObjAddr: 0x1EF0, symBinAddr: 0x4BDAC, symSize: 0x420 } + - { offsetInCU: 0x297D, offset: 0x1046FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSb_TB5', symObjAddr: 0x2310, symBinAddr: 0x4C1CC, symSize: 0x420 } + - { offsetInCU: 0x2C52, offset: 0x1049D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSo10CGColorRefa_TB5', symObjAddr: 0x2730, symBinAddr: 0x4C5EC, symSize: 0x420 } + - { offsetInCU: 0x2F27, offset: 0x104CA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSo6CGSizeV_TB5', symObjAddr: 0x2B50, symBinAddr: 0x4CA0C, symSize: 0x420 } + - { offsetInCU: 0x31FC, offset: 0x104F7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSo9CGPathRefa_TB5', symObjAddr: 0x2F70, symBinAddr: 0x4CE2C, symSize: 0x420 } + - { offsetInCU: 0x34D1, offset: 0x105252, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSay12CoreGraphics7CGFloatVG_TB5', symObjAddr: 0x3390, symBinAddr: 0x4D24C, symSize: 0x420 } + - { offsetInCU: 0x37A6, offset: 0x105527, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSaySo10CGColorRefaG_TB5', symObjAddr: 0x37B0, symBinAddr: 0x4D66C, symSize: 0x420 } + - { offsetInCU: 0x3AA1, offset: 0x105822, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_So13CATransform3DV_Tg5Tf4nxnn_n', symObjAddr: 0x62C8, symBinAddr: 0x50008, symSize: 0x26C } + - { offsetInCU: 0x3BE7, offset: 0x105968, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_12CoreGraphics7CGFloatV_Tg5Tf4nxnn_n', symObjAddr: 0x6534, symBinAddr: 0x50274, symSize: 0x19C } + - { offsetInCU: 0x3D2C, offset: 0x105AAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_Sb_Tg5Tf4nxnn_n', symObjAddr: 0x66D0, symBinAddr: 0x50410, symSize: 0x1AC } + - { offsetInCU: 0x41CD, offset: 0x105F4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_TA', symObjAddr: 0x3DE8, symBinAddr: 0x4DCA4, symSize: 0x8 } + - { offsetInCU: 0x4286, offset: 0x106007, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie14PathOutputNodeC_Tg5', symObjAddr: 0x4124, symBinAddr: 0x4DFA0, symSize: 0x14C } + - { offsetInCU: 0x4440, offset: 0x1061C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5', symObjAddr: 0x43F4, symBinAddr: 0x4E270, symSize: 0xA4 } + - { offsetInCU: 0x4596, offset: 0x106317, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo13CATransform3DV_TB5Tf4xnd_n', symObjAddr: 0x45F0, symBinAddr: 0x4E46C, symSize: 0x398 } + - { offsetInCU: 0x4896, offset: 0x106617, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo7CGPointV_TB5Tf4xnd_n', symObjAddr: 0x4988, symBinAddr: 0x4E804, symSize: 0x2C4 } + - { offsetInCU: 0x4B96, offset: 0x106917, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlF12CoreGraphics7CGFloatV_TB5Tf4xnd_n', symObjAddr: 0x4C4C, symBinAddr: 0x4EAC8, symSize: 0x2BC } + - { offsetInCU: 0x4E9A, offset: 0x106C1B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSb_TB5Tf4xnd_n', symObjAddr: 0x4F2C, symBinAddr: 0x4EDA8, symSize: 0x2B4 } + - { offsetInCU: 0x5195, offset: 0x106F16, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo10CGColorRefa_TB5Tf4xnd_n', symObjAddr: 0x51E0, symBinAddr: 0x4F05C, symSize: 0x284 } + - { offsetInCU: 0x546E, offset: 0x1071EF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo6CGSizeV_TB5Tf4xnd_n', symObjAddr: 0x54AC, symBinAddr: 0x4F328, symSize: 0x2C4 } + - { offsetInCU: 0x5722, offset: 0x1074A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x5824, symBinAddr: 0x4F658, symSize: 0x8 } + - { offsetInCU: 0x5782, offset: 0x107503, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo9CGPathRefa_TB5Tf4xnd_n', symObjAddr: 0x582C, symBinAddr: 0x4F660, symSize: 0x284 } + - { offsetInCU: 0x5A5B, offset: 0x1077DC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSaySo10CGColorRefaG_TB5Tf4xnd_n', symObjAddr: 0x5B40, symBinAddr: 0x4F974, symSize: 0x2DC } + - { offsetInCU: 0x5D5E, offset: 0x107ADF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSay12CoreGraphics7CGFloatVG_TB5Tf4xnd_n', symObjAddr: 0x5E40, symBinAddr: 0x4FC74, symSize: 0x2DC } + - { offsetInCU: 0x6015, offset: 0x107D96, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tSgWOh', symObjAddr: 0x6140, symBinAddr: 0x4FF74, symSize: 0x40 } + - { offsetInCU: 0x60A7, offset: 0x107E28, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So9CGPathRefa_Tg5TA', symObjAddr: 0x6A2C, symBinAddr: 0x5076C, symSize: 0x30 } + - { offsetInCU: 0x60BB, offset: 0x107E3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x6A5C, symBinAddr: 0x5079C, symSize: 0x8 } + - { offsetInCU: 0x60CF, offset: 0x107E50, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOr', symObjAddr: 0x6A88, symBinAddr: 0x507C8, symSize: 0x28 } + - { offsetInCU: 0x60E3, offset: 0x107E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOs', symObjAddr: 0x6AB0, symBinAddr: 0x507F0, symSize: 0x28 } + - { offsetInCU: 0x60F7, offset: 0x107E78, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x6AD8, symBinAddr: 0x50818, symSize: 0x8 } + - { offsetInCU: 0x610B, offset: 0x107E8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x6AE0, symBinAddr: 0x50820, symSize: 0x8 } + - { offsetInCU: 0x611F, offset: 0x107EA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOc', symObjAddr: 0x6B70, symBinAddr: 0x50828, symSize: 0x48 } + - { offsetInCU: 0x6133, offset: 0x107EB4, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x6BB8, symBinAddr: 0x50870, symSize: 0x48 } + - { offsetInCU: 0x6147, offset: 0x107EC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x6C90, symBinAddr: 0x5090C, symSize: 0x2C } + - { offsetInCU: 0x615B, offset: 0x107EDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x6D34, symBinAddr: 0x509B0, symSize: 0x30 } + - { offsetInCU: 0x616F, offset: 0x107EF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So7CGPointV_Tg5TA', symObjAddr: 0x6D98, symBinAddr: 0x50A14, symSize: 0x2C } + - { offsetInCU: 0x6183, offset: 0x107F04, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Say12CoreGraphics7CGFloatVG_Tg5TA', symObjAddr: 0x6DF8, symBinAddr: 0x50A74, symSize: 0x38 } + - { offsetInCU: 0x6197, offset: 0x107F18, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_SaySo10CGColorRefaG_Tg5TA', symObjAddr: 0x7010, symBinAddr: 0x50C8C, symSize: 0x30 } + - { offsetInCU: 0x61AB, offset: 0x107F2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So13CATransform3DV_Tg5TA', symObjAddr: 0x705C, symBinAddr: 0x50CD8, symSize: 0x38 } + - { offsetInCU: 0x61BF, offset: 0x107F40, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So6CGSizeV_Tg5TA', symObjAddr: 0x70C8, symBinAddr: 0x50D44, symSize: 0x28 } + - { offsetInCU: 0x61D3, offset: 0x107F54, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Sb_Tg5TA', symObjAddr: 0x710C, symBinAddr: 0x50D88, symSize: 0x24 } + - { offsetInCU: 0x6814, offset: 0x108595, size: 0x8, addend: 0x0, symName: '_$sSKsE4last5where7ElementQzSgSbADKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AF16AnyValueProvider_p05valueJ0tG_Tg5011$s6Lottie18ij74StoreC05valueC033_4EC701FB5E0978BECCD084F684086AE8LL3forAA03AnybC0_pSgAA16eF20V_tFSbAJ_AaG_ptXEfU_AHTf1ncn_n', symObjAddr: 0x3D2C, symBinAddr: 0x4DBE8, symSize: 0xBC } + - { offsetInCU: 0x2B, offset: 0x108F4B, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x50DCC, symSize: 0x2E0 } + - { offsetInCU: 0x9F, offset: 0x108FBF, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x50DCC, symSize: 0x2E0 } + - { offsetInCU: 0xBF, offset: 0x109375, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x28, symBinAddr: 0x510C4, symSize: 0x1F4 } + - { offsetInCU: 0x533, offset: 0x1097E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x21C, symBinAddr: 0x512B8, symSize: 0xC } + - { offsetInCU: 0x56E, offset: 0x109824, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x228, symBinAddr: 0x512C4, symSize: 0x20 } + - { offsetInCU: 0x5A8, offset: 0x10985E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0x248, symBinAddr: 0x512E4, symSize: 0xC } + - { offsetInCU: 0x601, offset: 0x1098B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x254, symBinAddr: 0x512F0, symSize: 0xC } + - { offsetInCU: 0x65A, offset: 0x109910, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x260, symBinAddr: 0x512FC, symSize: 0xC } + - { offsetInCU: 0x7F1, offset: 0x109AA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvg', symObjAddr: 0x26C, symBinAddr: 0x51308, symSize: 0xA4 } + - { offsetInCU: 0x86F, offset: 0x109B25, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x310, symBinAddr: 0x513AC, symSize: 0x9C } + - { offsetInCU: 0x8ED, offset: 0x109BA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x3AC, symBinAddr: 0x51448, symSize: 0x26C } + - { offsetInCU: 0xC13, offset: 0x109EC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x618, symBinAddr: 0x516B4, symSize: 0x278 } + - { offsetInCU: 0xF39, offset: 0x10A1EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x890, symBinAddr: 0x5192C, symSize: 0x270 } + - { offsetInCU: 0x126E, offset: 0x10A524, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB00, symBinAddr: 0x51B9C, symSize: 0x20 } + - { offsetInCU: 0x128A, offset: 0x10A540, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB20, symBinAddr: 0x51BBC, symSize: 0x20 } + - { offsetInCU: 0x12A6, offset: 0x10A55C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0xB40, symBinAddr: 0x51BDC, symSize: 0x20 } + - { offsetInCU: 0x12C2, offset: 0x10A578, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB60, symBinAddr: 0x51BFC, symSize: 0x20 } + - { offsetInCU: 0x12DE, offset: 0x10A594, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB80, symBinAddr: 0x51C1C, symSize: 0x20 } + - { offsetInCU: 0x13C0, offset: 0x10A676, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addDropShadowAnimations3for7contextyAC0dE5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xBA0, symBinAddr: 0x51C3C, symSize: 0x224 } + - { offsetInCU: 0x15B4, offset: 0x10A86A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xDC4, symBinAddr: 0x51E60, symSize: 0x1C4 } + - { offsetInCU: 0x1755, offset: 0x10AA0B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xF88, symBinAddr: 0x52024, symSize: 0x130 } + - { offsetInCU: 0x1937, offset: 0x10ABED, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x10B8, symBinAddr: 0x52154, symSize: 0x22C } + - { offsetInCU: 0x1AF4, offset: 0x10ADAA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6CGSizeVAC0B8Vector1DV_ANtXEfU_', symObjAddr: 0x12E4, symBinAddr: 0x52380, symSize: 0x60 } + - { offsetInCU: 0x1C2D, offset: 0x10AEE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x1670, symBinAddr: 0x526A8, symSize: 0x8 } + - { offsetInCU: 0x1C41, offset: 0x10AEF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x1678, symBinAddr: 0x526B0, symSize: 0x5C } + - { offsetInCU: 0x1C60, offset: 0x10AF16, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x1728, symBinAddr: 0x5271C, symSize: 0x18 } + - { offsetInCU: 0x1C78, offset: 0x10AF2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x1728, symBinAddr: 0x5271C, symSize: 0x18 } + - { offsetInCU: 0x1C89, offset: 0x10AF3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x17B8, symBinAddr: 0x527AC, symSize: 0x8 } + - { offsetInCU: 0x1EE5, offset: 0x10B19B, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F41CRbzlFSbAHXEfU_AA014Vector1DEffectF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1384, symBinAddr: 0x523E0, symSize: 0x15C } + - { offsetInCU: 0x2068, offset: 0x10B31E, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F32CRbzlFSbAHXEfU_AA05ColorcF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x14E0, symBinAddr: 0x5253C, symSize: 0x15C } + - { offsetInCU: 0x27, offset: 0x10B6E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x527B8, symSize: 0x4C } + - { offsetInCU: 0x50, offset: 0x10B70F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x527B8, symSize: 0x4C } + - { offsetInCU: 0xAA, offset: 0x10B769, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4C, symBinAddr: 0x52804, symSize: 0x14 } + - { offsetInCU: 0x139, offset: 0x10B7F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH9hashValueSivgTW', symObjAddr: 0x60, symBinAddr: 0x52818, symSize: 0x44 } + - { offsetInCU: 0x21C, offset: 0x10B8DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA4, symBinAddr: 0x5285C, symSize: 0x28 } + - { offsetInCU: 0x335, offset: 0x10B9F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtF', symObjAddr: 0x10C, symBinAddr: 0x528C4, symSize: 0x1BC } + - { offsetInCU: 0x45E, offset: 0x10BB1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtFTo', symObjAddr: 0x2C8, symBinAddr: 0x52A80, symSize: 0x64 } + - { offsetInCU: 0x498, offset: 0x10BB57, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCACycfcTo', symObjAddr: 0x32C, symBinAddr: 0x52AE4, symSize: 0x2C } + - { offsetInCU: 0x4FF, offset: 0x10BBBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfD', symObjAddr: 0x358, symBinAddr: 0x52B10, symSize: 0x30 } + - { offsetInCU: 0x543, offset: 0x10BC02, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfETo', symObjAddr: 0x388, symBinAddr: 0x52B40, symSize: 0x50 } + - { offsetInCU: 0x572, offset: 0x10BC31, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCMa', symObjAddr: 0x3D8, symBinAddr: 0x52B90, symSize: 0x20 } + - { offsetInCU: 0x586, offset: 0x10BC45, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwet', symObjAddr: 0x408, symBinAddr: 0x52BB0, symSize: 0x90 } + - { offsetInCU: 0x59A, offset: 0x10BC59, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwst', symObjAddr: 0x498, symBinAddr: 0x52C40, symSize: 0xBC } + - { offsetInCU: 0x5AE, offset: 0x10BC6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwug', symObjAddr: 0x554, symBinAddr: 0x52CFC, symSize: 0x8 } + - { offsetInCU: 0x5C2, offset: 0x10BC81, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwup', symObjAddr: 0x55C, symBinAddr: 0x52D04, symSize: 0x4 } + - { offsetInCU: 0x5D6, offset: 0x10BC95, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwui', symObjAddr: 0x560, symBinAddr: 0x52D08, symSize: 0x8 } + - { offsetInCU: 0x5EA, offset: 0x10BCA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOMa', symObjAddr: 0x568, symBinAddr: 0x52D10, symSize: 0x10 } + - { offsetInCU: 0x5FE, offset: 0x10BCBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwCP', symObjAddr: 0x578, symBinAddr: 0x52D20, symSize: 0x34 } + - { offsetInCU: 0x612, offset: 0x10BCD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwxx', symObjAddr: 0x5AC, symBinAddr: 0x52D54, symSize: 0x8 } + - { offsetInCU: 0x626, offset: 0x10BCE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwcp', symObjAddr: 0x5B4, symBinAddr: 0x52D5C, symSize: 0x34 } + - { offsetInCU: 0x63A, offset: 0x10BCF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwca', symObjAddr: 0x5E8, symBinAddr: 0x52D90, symSize: 0x48 } + - { offsetInCU: 0x64E, offset: 0x10BD0D, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x630, symBinAddr: 0x52DD8, symSize: 0x14 } + - { offsetInCU: 0x662, offset: 0x10BD21, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwta', symObjAddr: 0x644, symBinAddr: 0x52DEC, symSize: 0x38 } + - { offsetInCU: 0x676, offset: 0x10BD35, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwet', symObjAddr: 0x67C, symBinAddr: 0x52E24, symSize: 0x48 } + - { offsetInCU: 0x68A, offset: 0x10BD49, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwst', symObjAddr: 0x6C4, symBinAddr: 0x52E6C, symSize: 0x40 } + - { offsetInCU: 0x69E, offset: 0x10BD5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVMa', symObjAddr: 0x704, symBinAddr: 0x52EAC, symSize: 0x10 } + - { offsetInCU: 0x6B2, offset: 0x10BD71, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASQWb', symObjAddr: 0x714, symBinAddr: 0x52EBC, symSize: 0x4 } + - { offsetInCU: 0x6C6, offset: 0x10BD85, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOACSQAAWl', symObjAddr: 0x718, symBinAddr: 0x52EC0, symSize: 0x44 } + - { offsetInCU: 0x6DA, offset: 0x10BD99, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOe', symObjAddr: 0x76C, symBinAddr: 0x52F04, symSize: 0x10 } + - { offsetInCU: 0x72C, offset: 0x10BDEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCC, symBinAddr: 0x52884, symSize: 0x40 } + - { offsetInCU: 0x43, offset: 0x10C038, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMi', symObjAddr: 0x0, symBinAddr: 0x52F14, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x10C04C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMr', symObjAddr: 0x4, symBinAddr: 0x52F18, symSize: 0x50 } + - { offsetInCU: 0xA4, offset: 0x10C099, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11needsUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x54, symBinAddr: 0x52F68, symSize: 0xE4 } + - { offsetInCU: 0x125, offset: 0x10C11A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11setProvider8provideryAA08AnyValueE0_p_tF', symObjAddr: 0x138, symBinAddr: 0x5304C, symSize: 0xC4 } + - { offsetInCU: 0x1BA, offset: 0x10C1AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1FC, symBinAddr: 0x53110, symSize: 0xB8 } + - { offsetInCU: 0x1F9, offset: 0x10C1EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfd', symObjAddr: 0x2B4, symBinAddr: 0x531C8, symSize: 0x2C } + - { offsetInCU: 0x226, offset: 0x10C21B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfD', symObjAddr: 0x2E0, symBinAddr: 0x531F4, symSize: 0x1C } + - { offsetInCU: 0x253, offset: 0x10C248, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11needsUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x308, symBinAddr: 0x5321C, symSize: 0x24 } + - { offsetInCU: 0x26F, offset: 0x10C264, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP6update5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x32C, symBinAddr: 0x53240, symSize: 0x20 } + - { offsetInCU: 0x29A, offset: 0x10C28F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP13valueProviderAA0d5ValueF0_pvgTW', symObjAddr: 0x34C, symBinAddr: 0x53260, symSize: 0x4C } + - { offsetInCU: 0x2DB, offset: 0x10C2D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP21originalValueProviderAA0dfG0_pvgTW', symObjAddr: 0x398, symBinAddr: 0x532AC, symSize: 0x10 } + - { offsetInCU: 0x30D, offset: 0x10C302, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11setProvider8provideryAA0d5ValueF0_p_tFTW', symObjAddr: 0x3A8, symBinAddr: 0x532BC, symSize: 0x20 } + - { offsetInCU: 0x331, offset: 0x10C326, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMa', symObjAddr: 0x2FC, symBinAddr: 0x53210, symSize: 0xC } + - { offsetInCU: 0x5E, offset: 0x10C4F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x532FC, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x10C528, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x50, symBinAddr: 0x5334C, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x10C53C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfC', symObjAddr: 0x80, symBinAddr: 0x5337C, symSize: 0x20 } + - { offsetInCU: 0xD3, offset: 0x10C569, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfc', symObjAddr: 0xA0, symBinAddr: 0x5339C, symSize: 0x124 } + - { offsetInCU: 0x13C, offset: 0x10C5D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfcTo', symObjAddr: 0x1C4, symBinAddr: 0x534C0, symSize: 0x20 } + - { offsetInCU: 0x158, offset: 0x10C5EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x1E4, symBinAddr: 0x534E0, symSize: 0x44 } + - { offsetInCU: 0x176, offset: 0x10C60C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x228, symBinAddr: 0x53524, symSize: 0x30 } + - { offsetInCU: 0x199, offset: 0x10C62F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x258, symBinAddr: 0x53554, symSize: 0x4C } + - { offsetInCU: 0x207, offset: 0x10C69D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC15animationDidSetyyF', symObjAddr: 0x2A4, symBinAddr: 0x535A0, symSize: 0x60 } + - { offsetInCU: 0x287, offset: 0x10C71D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC6handleyyAA0A14NSControlEventVF', symObjAddr: 0x304, symBinAddr: 0x53600, symSize: 0x9C } + - { offsetInCU: 0x30F, offset: 0x10C7A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ', symObjAddr: 0x3A0, symBinAddr: 0x5369C, symSize: 0x18 } + - { offsetInCU: 0x342, offset: 0x10C7D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x3B8, symBinAddr: 0x536B4, symSize: 0x28 } + - { offsetInCU: 0x3D8, offset: 0x10C86E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg', symObjAddr: 0x3E0, symBinAddr: 0x536DC, symSize: 0x44 } + - { offsetInCU: 0x4D2, offset: 0x10C968, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x424, symBinAddr: 0x53720, symSize: 0x18 } + - { offsetInCU: 0x4F2, offset: 0x10C988, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x424, symBinAddr: 0x53720, symSize: 0x18 } + - { offsetInCU: 0x532, offset: 0x10C9C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x43C, symBinAddr: 0x53738, symSize: 0x44 } + - { offsetInCU: 0x615, offset: 0x10CAAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x480, symBinAddr: 0x5377C, symSize: 0x28 } + - { offsetInCU: 0x688, offset: 0x10CB1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg', symObjAddr: 0x4E8, symBinAddr: 0x537E4, symSize: 0x4C } + - { offsetInCU: 0x6A7, offset: 0x10CB3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs', symObjAddr: 0x534, symBinAddr: 0x53830, symSize: 0x50 } + - { offsetInCU: 0x6E2, offset: 0x10CB78, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM', symObjAddr: 0x584, symBinAddr: 0x53880, symSize: 0x44 } + - { offsetInCU: 0x711, offset: 0x10CBA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg', symObjAddr: 0x5C8, symBinAddr: 0x538C4, symSize: 0x44 } + - { offsetInCU: 0x730, offset: 0x10CBC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs', symObjAddr: 0x60C, symBinAddr: 0x53908, symSize: 0x48 } + - { offsetInCU: 0x76B, offset: 0x10CC01, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM', symObjAddr: 0x654, symBinAddr: 0x53950, symSize: 0x44 } + - { offsetInCU: 0x7E2, offset: 0x10CC78, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg', symObjAddr: 0x7E4, symBinAddr: 0x53AE0, symSize: 0x58 } + - { offsetInCU: 0x801, offset: 0x10CC97, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs', symObjAddr: 0x83C, symBinAddr: 0x53B38, symSize: 0x5C } + - { offsetInCU: 0x82A, offset: 0x10CCC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM', symObjAddr: 0x898, symBinAddr: 0x53B94, symSize: 0x44 } + - { offsetInCU: 0x859, offset: 0x10CCEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM.resume.0', symObjAddr: 0x8DC, symBinAddr: 0x53BD8, symSize: 0x4 } + - { offsetInCU: 0x884, offset: 0x10CD1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvs', symObjAddr: 0x8E0, symBinAddr: 0x53BDC, symSize: 0x24 } + - { offsetInCU: 0x8DA, offset: 0x10CD70, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0x904, symBinAddr: 0x53C00, symSize: 0x10 } + - { offsetInCU: 0x8FA, offset: 0x10CD90, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0x904, symBinAddr: 0x53C00, symSize: 0x10 } + - { offsetInCU: 0x933, offset: 0x10CDC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM', symObjAddr: 0x914, symBinAddr: 0x53C10, symSize: 0x24 } + - { offsetInCU: 0x9B9, offset: 0x10CE4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM.resume.0', symObjAddr: 0x938, symBinAddr: 0x53C34, symSize: 0x34 } + - { offsetInCU: 0xA22, offset: 0x10CEB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF', symObjAddr: 0x96C, symBinAddr: 0x53C68, symSize: 0x24 } + - { offsetInCU: 0xAAA, offset: 0x10CF40, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF', symObjAddr: 0x990, symBinAddr: 0x53C8C, symSize: 0x50 } + - { offsetInCU: 0xB38, offset: 0x10CFCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_', symObjAddr: 0x9E0, symBinAddr: 0x53CDC, symSize: 0xD4 } + - { offsetInCU: 0xBEE, offset: 0x10D084, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC24updateAccessibilityLabel33_69DC16219B29E88431F21A6FFAC9EAE9LLyyF', symObjAddr: 0xAB4, symBinAddr: 0x53DB0, symSize: 0xFC } + - { offsetInCU: 0xC5A, offset: 0x10D0F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfD', symObjAddr: 0xBE0, symBinAddr: 0x53EDC, symSize: 0x30 } + - { offsetInCU: 0xC87, offset: 0x10D11D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC6handleyyAA0A14NSControlEventVFAA0B7ControlCADyyAFFTV', symObjAddr: 0xC4C, symBinAddr: 0x53F48, symSize: 0x1C } + - { offsetInCU: 0xD09, offset: 0x10D19F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFTf4nndn_n', symObjAddr: 0xC78, symBinAddr: 0x53F74, symSize: 0x2CC } + - { offsetInCU: 0xF55, offset: 0x10D3EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0xF44, symBinAddr: 0x54240, symSize: 0x13C } + - { offsetInCU: 0xFF3, offset: 0x10D489, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x10D8, symBinAddr: 0x543D4, symSize: 0x10C } + - { offsetInCU: 0x1076, offset: 0x10D50C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19NullHapticGeneratorCfD', symObjAddr: 0xC68, symBinAddr: 0x53F64, symSize: 0x10 } + - { offsetInCU: 0x10E6, offset: 0x10D57C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTK', symObjAddr: 0x698, symBinAddr: 0x53994, symSize: 0x94 } + - { offsetInCU: 0x1113, offset: 0x10D5A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTk', symObjAddr: 0x72C, symBinAddr: 0x53A28, symSize: 0xB8 } + - { offsetInCU: 0x1242, offset: 0x10D6D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfE', symObjAddr: 0xBB0, symBinAddr: 0x53EAC, symSize: 0x30 } + - { offsetInCU: 0x126F, offset: 0x10D705, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfETo', symObjAddr: 0xC10, symBinAddr: 0x53F0C, symSize: 0x3C } + - { offsetInCU: 0x1304, offset: 0x10D79A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19NullHapticGeneratorCMa', symObjAddr: 0x1080, symBinAddr: 0x5437C, symSize: 0x20 } + - { offsetInCU: 0x1318, offset: 0x10D7AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImpactGenerator_pWOb', symObjAddr: 0x10A0, symBinAddr: 0x5439C, symSize: 0x18 } + - { offsetInCU: 0x132C, offset: 0x10D7C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCMa', symObjAddr: 0x10B8, symBinAddr: 0x543B4, symSize: 0x20 } + - { offsetInCU: 0x1340, offset: 0x10D7D6, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOy', symObjAddr: 0x11E4, symBinAddr: 0x544E0, symSize: 0x10 } + - { offsetInCU: 0x1354, offset: 0x10D7EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASQWb', symObjAddr: 0x1204, symBinAddr: 0x544F0, symSize: 0x4 } + - { offsetInCU: 0x1368, offset: 0x10D7FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOAESQAAWl', symObjAddr: 0x1208, symBinAddr: 0x544F4, symSize: 0x44 } + - { offsetInCU: 0x137C, offset: 0x10D812, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwet', symObjAddr: 0x153C, symBinAddr: 0x54818, symSize: 0x90 } + - { offsetInCU: 0x1390, offset: 0x10D826, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwst', symObjAddr: 0x15CC, symBinAddr: 0x548A8, symSize: 0xBC } + - { offsetInCU: 0x13A4, offset: 0x10D83A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwug', symObjAddr: 0x1688, symBinAddr: 0x54964, symSize: 0x8 } + - { offsetInCU: 0x13B8, offset: 0x10D84E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwup', symObjAddr: 0x1690, symBinAddr: 0x5496C, symSize: 0x4 } + - { offsetInCU: 0x13CC, offset: 0x10D862, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwui', symObjAddr: 0x1694, symBinAddr: 0x54970, symSize: 0xC } + - { offsetInCU: 0x13E0, offset: 0x10D876, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOMa', symObjAddr: 0x16A0, symBinAddr: 0x5497C, symSize: 0x10 } + - { offsetInCU: 0x13FF, offset: 0x10D895, size: 0x8, addend: 0x0, symName: '_$sSbytIegnr_SbIegy_TRTA', symObjAddr: 0x16FC, symBinAddr: 0x549B0, symSize: 0x30 } + - { offsetInCU: 0x1433, offset: 0x10D8C9, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SbytIegnr_TRTA', symObjAddr: 0x172C, symBinAddr: 0x549E0, symSize: 0x24 } + - { offsetInCU: 0x145C, offset: 0x10D8F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_TA', symObjAddr: 0x1798, symBinAddr: 0x54A4C, symSize: 0xC } + - { offsetInCU: 0x14B5, offset: 0x10D94B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4A8, symBinAddr: 0x537A4, symSize: 0x40 } + - { offsetInCU: 0x781, offset: 0x10E398, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC9animation13imageProvider04textH004fontH004maskD8ToBounds6loggerAcA0aD0C_AA0d5ImageH0_pAA0d11KeypathTextH0_pAA0d4FontH0_pSbAA0A6LoggerCtcfc', symObjAddr: 0x0, symBinAddr: 0x54A64, symSize: 0xCCC } + - { offsetInCU: 0x11C8, offset: 0x10EDDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfc', symObjAddr: 0xCCC, symBinAddr: 0x55730, symSize: 0x574 } + - { offsetInCU: 0x1583, offset: 0x10F19A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1240, symBinAddr: 0x55CA4, symSize: 0x4C } + - { offsetInCU: 0x15C9, offset: 0x10F1E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x128C, symBinAddr: 0x55CF0, symSize: 0x9C } + - { offsetInCU: 0x1638, offset: 0x10F24F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12needsDisplay6forKeySbSS_tFZTo', symObjAddr: 0x1328, symBinAddr: 0x55D8C, symSize: 0x110 } + - { offsetInCU: 0x16A1, offset: 0x10F2B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tF', symObjAddr: 0x1438, symBinAddr: 0x55E9C, symSize: 0x1FC } + - { offsetInCU: 0x1741, offset: 0x10F358, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0x1634, symBinAddr: 0x56098, symSize: 0x64 } + - { offsetInCU: 0x175D, offset: 0x10F374, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyF', symObjAddr: 0x1698, symBinAddr: 0x560FC, symSize: 0x1C0 } + - { offsetInCU: 0x18EA, offset: 0x10F501, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyFTo', symObjAddr: 0x1858, symBinAddr: 0x562BC, symSize: 0x2C } + - { offsetInCU: 0x1906, offset: 0x10F51D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x1884, symBinAddr: 0x562E8, symSize: 0x98 } + - { offsetInCU: 0x19A4, offset: 0x10F5BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC11renderScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x191C, symBinAddr: 0x56380, symSize: 0xF4 } + - { offsetInCU: 0x1AF4, offset: 0x10F70B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x1A10, symBinAddr: 0x56474, symSize: 0xC8 } + - { offsetInCU: 0x1BEE, offset: 0x10F805, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x1AD8, symBinAddr: 0x5653C, symSize: 0x130 } + - { offsetInCU: 0x1D53, offset: 0x10F96A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x1C08, symBinAddr: 0x5666C, symSize: 0xB4 } + - { offsetInCU: 0x1E49, offset: 0x10FA60, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16setValueProvider_7keypathyAA03AnygH0_p_AA0D7KeypathVtF', symObjAddr: 0x214C, symBinAddr: 0x56BB0, symSize: 0x1C4 } + - { offsetInCU: 0x2022, offset: 0x10FC39, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x25B4, symBinAddr: 0x57018, symSize: 0x1B4 } + - { offsetInCU: 0x21ED, offset: 0x10FE04, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x2768, symBinAddr: 0x571CC, symSize: 0x1B4 } + - { offsetInCU: 0x23C1, offset: 0x10FFD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layer3forSo7CALayerCSgAA0D7KeypathV_tF', symObjAddr: 0x291C, symBinAddr: 0x57380, symSize: 0xD4 } + - { offsetInCU: 0x24C8, offset: 0x1100DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tF', symObjAddr: 0x2BA4, symBinAddr: 0x57608, symSize: 0xF8 } + - { offsetInCU: 0x266C, offset: 0x110283, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCACycfcTo', symObjAddr: 0x3078, symBinAddr: 0x57ADC, symSize: 0x2C } + - { offsetInCU: 0x26D3, offset: 0x1102EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfD', symObjAddr: 0x30A4, symBinAddr: 0x57B08, symSize: 0x34 } + - { offsetInCU: 0x272A, offset: 0x110341, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP06lottiedE0AA0adE0CSgvsTW', symObjAddr: 0x3170, symBinAddr: 0x57BD4, symSize: 0x34 } + - { offsetInCU: 0x277C, offset: 0x110393, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvgTW', symObjAddr: 0x31A4, symBinAddr: 0x57C08, symSize: 0x10 } + - { offsetInCU: 0x27BD, offset: 0x1103D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x31B4, symBinAddr: 0x57C18, symSize: 0x10 } + - { offsetInCU: 0x27EF, offset: 0x110406, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP11renderScale12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x31C4, symBinAddr: 0x57C28, symSize: 0x4 } + - { offsetInCU: 0x2835, offset: 0x11044C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x31C8, symBinAddr: 0x57C2C, symSize: 0x10 } + - { offsetInCU: 0x2855, offset: 0x11046C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x31C8, symBinAddr: 0x57C2C, symSize: 0x10 } + - { offsetInCU: 0x2870, offset: 0x110487, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x31D8, symBinAddr: 0x57C3C, symSize: 0x4 } + - { offsetInCU: 0x28B6, offset: 0x1104CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13imageProviderAA0d5ImageH0_pvsTW', symObjAddr: 0x31DC, symBinAddr: 0x57C40, symSize: 0x80 } + - { offsetInCU: 0x2950, offset: 0x110567, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12textProviderAA0d11KeypathTextH0_pvsTW', symObjAddr: 0x325C, symBinAddr: 0x57CC0, symSize: 0x24 } + - { offsetInCU: 0x29AC, offset: 0x1105C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12fontProviderAA0d4FontH0_pvsTW', symObjAddr: 0x3280, symBinAddr: 0x57CE4, symSize: 0x80 } + - { offsetInCU: 0x2A1A, offset: 0x110631, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07primaryD3KeyAA0dH0OvgTW', symObjAddr: 0x3300, symBinAddr: 0x57D64, symSize: 0xC } + - { offsetInCU: 0x2A36, offset: 0x11064D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP02isD7PlayingSbSgvgTW', symObjAddr: 0x330C, symBinAddr: 0x57D70, symSize: 0x8 } + - { offsetInCU: 0x2A70, offset: 0x110687, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12reloadImagesyyFTW', symObjAddr: 0x3314, symBinAddr: 0x57D78, symSize: 0x28 } + - { offsetInCU: 0x2AAD, offset: 0x1106C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x333C, symBinAddr: 0x57DA0, symSize: 0x4 } + - { offsetInCU: 0x2AC9, offset: 0x1106E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x3340, symBinAddr: 0x57DA4, symSize: 0x4 } + - { offsetInCU: 0x2AE5, offset: 0x1106FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x3344, symBinAddr: 0x57DA8, symSize: 0x4 } + - { offsetInCU: 0x2B01, offset: 0x110718, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16setValueProvider_7keypathyAA03AnyhI0_p_AA0D7KeypathVtFTW', symObjAddr: 0x3348, symBinAddr: 0x57DAC, symSize: 0x4 } + - { offsetInCU: 0x2B1D, offset: 0x110734, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x334C, symBinAddr: 0x57DB0, symSize: 0x8 } + - { offsetInCU: 0x2B39, offset: 0x110750, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x3354, symBinAddr: 0x57DB8, symSize: 0x8 } + - { offsetInCU: 0x2B55, offset: 0x11076C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP5layer3forSo7CALayerCSgAA0D7KeypathV_tFTW', symObjAddr: 0x335C, symBinAddr: 0x57DC0, symSize: 0x4 } + - { offsetInCU: 0x2B71, offset: 0x110788, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tFTW', symObjAddr: 0x3360, symBinAddr: 0x57DC4, symSize: 0x4 } + - { offsetInCU: 0x2B8D, offset: 0x1107A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12textProviderAA0d11KeypathTextG0_pvsTf4gn_n', symObjAddr: 0x3678, symBinAddr: 0x57E8C, symSize: 0x130 } + - { offsetInCU: 0x2D4B, offset: 0x110962, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCfD', symObjAddr: 0x3364, symBinAddr: 0x57DC8, symSize: 0x10 } + - { offsetInCU: 0x2D7C, offset: 0x110993, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tFTW', symObjAddr: 0x3394, symBinAddr: 0x57DF8, symSize: 0x8 } + - { offsetInCU: 0x2FAD, offset: 0x110BC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1CBC, symBinAddr: 0x56720, symSize: 0x490 } + - { offsetInCU: 0x36E2, offset: 0x1112F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2310, symBinAddr: 0x56D74, symSize: 0x2A4 } + - { offsetInCU: 0x3A58, offset: 0x11166F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x29F0, symBinAddr: 0x57454, symSize: 0x1B4 } + - { offsetInCU: 0x3DEE, offset: 0x111A05, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2C9C, symBinAddr: 0x57700, symSize: 0x3DC } + - { offsetInCU: 0x43D9, offset: 0x111FF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfETo', symObjAddr: 0x30D8, symBinAddr: 0x57B3C, symSize: 0x78 } + - { offsetInCU: 0x4408, offset: 0x11201F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCMa', symObjAddr: 0x3150, symBinAddr: 0x57BB4, symSize: 0x20 } + - { offsetInCU: 0x441C, offset: 0x112033, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCMa', symObjAddr: 0x3374, symBinAddr: 0x57DD8, symSize: 0x20 } + - { offsetInCU: 0x4430, offset: 0x112047, size: 0x8, addend: 0x0, symName: '_$sSa37_appendElementAssumeUniqueAndCapacity_03newB0ySi_xntF6Lottie12AnimatorNode_p_Tg5Tf4nen_n', symObjAddr: 0x33DC, symBinAddr: 0x57E00, symSize: 0x18 } + - { offsetInCU: 0x448A, offset: 0x1120A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pSgWOh', symObjAddr: 0x33F4, symBinAddr: 0x57E18, symSize: 0x40 } + - { offsetInCU: 0x449E, offset: 0x1120B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu0_TA', symObjAddr: 0x34DC, symBinAddr: 0x57E58, symSize: 0x2C } + - { offsetInCU: 0x44C7, offset: 0x1120DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x3508, symBinAddr: 0x57E84, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x11295F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0x58044, symSize: 0x89C } + - { offsetInCU: 0x3F, offset: 0x112977, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0x58044, symSize: 0x89C } + - { offsetInCU: 0x172, offset: 0x112AAA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd__cfU0_TA', symObjAddr: 0xB08, symBinAddr: 0x58B08, symSize: 0x20 } + - { offsetInCU: 0x1AF, offset: 0x112AE7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGACyxq_GAA0F0A2aHRzAaHR_rlWl', symObjAddr: 0xB28, symBinAddr: 0x58B28, symSize: 0x5C } + - { offsetInCU: 0x1C3, offset: 0x112AFB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd___qd__tcfU_TA', symObjAddr: 0xB84, symBinAddr: 0x58B84, symSize: 0x24 } + - { offsetInCU: 0x254, offset: 0x112B8C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV24buildLimitedAvailabilityyAA03AnyC0VxAA0C0RzlFZ', symObjAddr: 0x8E0, symBinAddr: 0x588E0, symSize: 0x7C } + - { offsetInCU: 0x27F, offset: 0x112BB7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither5firstAA19_ConditionalContentVyxq_Gx_tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x95C, symBinAddr: 0x5895C, symSize: 0xC4 } + - { offsetInCU: 0x2B8, offset: 0x112BF0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither6secondAA19_ConditionalContentVyxq_Gq__tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0xA20, symBinAddr: 0x58A20, symSize: 0xC4 } + - { offsetInCU: 0x27, offset: 0x112E12, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x58BAC, symSize: 0x200 } + - { offsetInCU: 0xE0, offset: 0x112ECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x58BAC, symSize: 0x200 } + - { offsetInCU: 0x1B2, offset: 0x112F9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x200, symBinAddr: 0x58DAC, symSize: 0x178 } + - { offsetInCU: 0x22E, offset: 0x113019, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x378, symBinAddr: 0x58F24, symSize: 0x4C } + - { offsetInCU: 0x274, offset: 0x11305F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x3C4, symBinAddr: 0x58F70, symSize: 0xAC } + - { offsetInCU: 0x2CB, offset: 0x1130B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x470, symBinAddr: 0x5901C, symSize: 0xF0 } + - { offsetInCU: 0x3E4, offset: 0x1131CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x560, symBinAddr: 0x5910C, symSize: 0x128 } + - { offsetInCU: 0x516, offset: 0x113301, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfD', symObjAddr: 0x6B4, symBinAddr: 0x59260, symSize: 0x34 } + - { offsetInCU: 0x64A, offset: 0x113435, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfE', symObjAddr: 0x688, symBinAddr: 0x59234, symSize: 0x2C } + - { offsetInCU: 0x677, offset: 0x113462, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfETo', symObjAddr: 0x6E8, symBinAddr: 0x59294, symSize: 0x38 } + - { offsetInCU: 0x6A6, offset: 0x113491, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCMa', symObjAddr: 0x720, symBinAddr: 0x592CC, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x11373B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x592EC, symSize: 0x178 } + - { offsetInCU: 0xC0, offset: 0x1137AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x260, symBinAddr: 0x59484, symSize: 0x20C } + - { offsetInCU: 0x17D, offset: 0x113869, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x46C, symBinAddr: 0x59690, symSize: 0xE0 } + - { offsetInCU: 0x1BC, offset: 0x1138A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfd', symObjAddr: 0x54C, symBinAddr: 0x59770, symSize: 0x1C } + - { offsetInCU: 0x1D9, offset: 0x1138C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x568, symBinAddr: 0x5978C, symSize: 0x4C } + - { offsetInCU: 0x1FE, offset: 0x1138EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC2idSSvg', symObjAddr: 0x5B4, symBinAddr: 0x597D8, symSize: 0x2C } + - { offsetInCU: 0x254, offset: 0x113940, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x5F0, symBinAddr: 0x59814, symSize: 0x64 } + - { offsetInCU: 0x297, offset: 0x113983, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x654, symBinAddr: 0x59878, symSize: 0x24 } + - { offsetInCU: 0x2D7, offset: 0x1139C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x678, symBinAddr: 0x5989C, symSize: 0x4 } + - { offsetInCU: 0x2F7, offset: 0x1139E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x678, symBinAddr: 0x5989C, symSize: 0x4 } + - { offsetInCU: 0x322, offset: 0x113A0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x67C, symBinAddr: 0x598A0, symSize: 0x68 } + - { offsetInCU: 0x36D, offset: 0x113A59, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x6E4, symBinAddr: 0x59908, symSize: 0xC } + - { offsetInCU: 0x389, offset: 0x113A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x6F0, symBinAddr: 0x59914, symSize: 0xC } + - { offsetInCU: 0x3A5, offset: 0x113A91, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO11stringValueSSvgTf4d_n', symObjAddr: 0x9E0, symBinAddr: 0x59C00, symSize: 0xC } + - { offsetInCU: 0x3E1, offset: 0x113ACD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfD', symObjAddr: 0x74C, symBinAddr: 0x59970, symSize: 0x24 } + - { offsetInCU: 0x42C, offset: 0x113B18, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x770, symBinAddr: 0x59994, symSize: 0x2C } + - { offsetInCU: 0x44F, offset: 0x113B3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x79C, symBinAddr: 0x599C0, symSize: 0x28 } + - { offsetInCU: 0x473, offset: 0x113B5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCMa', symObjAddr: 0x220, symBinAddr: 0x59464, symSize: 0x20 } + - { offsetInCU: 0x492, offset: 0x113B7E, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0x804, symBinAddr: 0x59A28, symSize: 0x4 } + - { offsetInCU: 0x4A6, offset: 0x113B92, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwet', symObjAddr: 0x80C, symBinAddr: 0x59A2C, symSize: 0x50 } + - { offsetInCU: 0x4BA, offset: 0x113BA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwst', symObjAddr: 0x85C, symBinAddr: 0x59A7C, symSize: 0x8C } + - { offsetInCU: 0x4CE, offset: 0x113BBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwug', symObjAddr: 0x8E8, symBinAddr: 0x59B08, symSize: 0x8 } + - { offsetInCU: 0x4E2, offset: 0x113BCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwup', symObjAddr: 0x8F0, symBinAddr: 0x59B10, symSize: 0x4 } + - { offsetInCU: 0x4F6, offset: 0x113BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwui', symObjAddr: 0x8F4, symBinAddr: 0x59B14, symSize: 0x4 } + - { offsetInCU: 0x50A, offset: 0x113BF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOMa', symObjAddr: 0x8F8, symBinAddr: 0x59B18, symSize: 0x10 } + - { offsetInCU: 0x51E, offset: 0x113C0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASQWb', symObjAddr: 0x908, symBinAddr: 0x59B28, symSize: 0x4 } + - { offsetInCU: 0x532, offset: 0x113C1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFSQAAWl', symObjAddr: 0x90C, symBinAddr: 0x59B2C, symSize: 0x44 } + - { offsetInCU: 0x546, offset: 0x113C32, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x950, symBinAddr: 0x59B70, symSize: 0x4 } + - { offsetInCU: 0x55A, offset: 0x113C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x954, symBinAddr: 0x59B74, symSize: 0x44 } + - { offsetInCU: 0x56E, offset: 0x113C5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x998, symBinAddr: 0x59BB8, symSize: 0x4 } + - { offsetInCU: 0x582, offset: 0x113C6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x99C, symBinAddr: 0x59BBC, symSize: 0x44 } + - { offsetInCU: 0x5E2, offset: 0x113CCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5E0, symBinAddr: 0x59804, symSize: 0x4 } + - { offsetInCU: 0x602, offset: 0x113CEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5E0, symBinAddr: 0x59804, symSize: 0x4 } + - { offsetInCU: 0x622, offset: 0x113D0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x5E4, symBinAddr: 0x59808, symSize: 0x4 } + - { offsetInCU: 0x642, offset: 0x113D2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x5E4, symBinAddr: 0x59808, symSize: 0x4 } + - { offsetInCU: 0x662, offset: 0x113D4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5E8, symBinAddr: 0x5980C, symSize: 0x4 } + - { offsetInCU: 0x682, offset: 0x113D6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5E8, symBinAddr: 0x5980C, symSize: 0x4 } + - { offsetInCU: 0x6A2, offset: 0x113D8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5EC, symBinAddr: 0x59810, symSize: 0x4 } + - { offsetInCU: 0x6C2, offset: 0x113DAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5EC, symBinAddr: 0x59810, symSize: 0x4 } + - { offsetInCU: 0x6DA, offset: 0x113DC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x6FC, symBinAddr: 0x59920, symSize: 0x28 } + - { offsetInCU: 0x6F6, offset: 0x113DE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x724, symBinAddr: 0x59948, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0x113FD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC10layerModelAcA0dF0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x59C0C, symSize: 0x20C } + - { offsetInCU: 0xE0, offset: 0x114062, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x20C, symBinAddr: 0x59E18, symSize: 0x4C0 } + - { offsetInCU: 0x291, offset: 0x114213, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC06renderD8ContentsSbvg', symObjAddr: 0x6CC, symBinAddr: 0x5A2D8, symSize: 0x8 } + - { offsetInCU: 0x2BC, offset: 0x11423E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC05setupD10Animations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x6D4, symBinAddr: 0x5A2E0, symSize: 0x9B4 } + - { offsetInCU: 0x721, offset: 0x1146A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC14setupSublayers33_569130E0C2329B8CD6C17F433FB572B2LLyyF', symObjAddr: 0x1088, symBinAddr: 0x5AC94, symSize: 0x3E0 } + - { offsetInCU: 0x9F9, offset: 0x11497B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x14A0, symBinAddr: 0x5B0AC, symSize: 0xAC } + - { offsetInCU: 0xA43, offset: 0x1149C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x154C, symBinAddr: 0x5B158, symSize: 0x204 } + - { offsetInCU: 0xB13, offset: 0x114A95, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1750, symBinAddr: 0x5B35C, symSize: 0x4C } + - { offsetInCU: 0xB59, offset: 0x114ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC11addSublayeryySo7CALayerCFTo', symObjAddr: 0x179C, symBinAddr: 0x5B3A8, symSize: 0x74 } + - { offsetInCU: 0xBBE, offset: 0x114B40, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCACycfcTo', symObjAddr: 0x1810, symBinAddr: 0x5B41C, symSize: 0x2C } + - { offsetInCU: 0xC25, offset: 0x114BA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfD', symObjAddr: 0x1868, symBinAddr: 0x5B474, symSize: 0x30 } + - { offsetInCU: 0xF79, offset: 0x114EFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfE', symObjAddr: 0x183C, symBinAddr: 0x5B448, symSize: 0x2C } + - { offsetInCU: 0xFA6, offset: 0x114F28, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfETo', symObjAddr: 0x1898, symBinAddr: 0x5B4A4, symSize: 0x38 } + - { offsetInCU: 0xFD5, offset: 0x114F57, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCMa', symObjAddr: 0x18D0, symBinAddr: 0x5B4DC, symSize: 0x20 } + - { offsetInCU: 0xFE9, offset: 0x114F6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOc', symObjAddr: 0x1990, symBinAddr: 0x5B51C, symSize: 0x48 } + - { offsetInCU: 0xFFD, offset: 0x114F7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOh', symObjAddr: 0x1A18, symBinAddr: 0x5B564, symSize: 0x40 } + - { offsetInCU: 0x1011, offset: 0x114F93, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pWOb', symObjAddr: 0x1A58, symBinAddr: 0x5B5A4, symSize: 0x18 } + - { offsetInCU: 0x8D, offset: 0x11538C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfC', symObjAddr: 0x0, symBinAddr: 0x5B5BC, symSize: 0x50 } + - { offsetInCU: 0xE4, offset: 0x1153E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc', symObjAddr: 0x50, symBinAddr: 0x5B60C, symSize: 0x10 } + - { offsetInCU: 0x11D, offset: 0x11541C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x60, symBinAddr: 0x5B61C, symSize: 0x64C } + - { offsetInCU: 0x34A, offset: 0x115649, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_', symObjAddr: 0x6AC, symBinAddr: 0x5BC68, symSize: 0x90 } + - { offsetInCU: 0x421, offset: 0x115720, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x73C, symBinAddr: 0x5BCF8, symSize: 0x8 } + - { offsetInCU: 0x444, offset: 0x115743, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfd', symObjAddr: 0x744, symBinAddr: 0x5BD00, symSize: 0x2C } + - { offsetInCU: 0x47F, offset: 0x11577E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfD', symObjAddr: 0x770, symBinAddr: 0x5BD2C, symSize: 0x34 } + - { offsetInCU: 0x4C2, offset: 0x1157C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x7A4, symBinAddr: 0x5BD60, symSize: 0x20 } + - { offsetInCU: 0x508, offset: 0x115807, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x7C4, symBinAddr: 0x5BD80, symSize: 0xC } + - { offsetInCU: 0x68B, offset: 0x11598A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x7D0, symBinAddr: 0x5BD8C, symSize: 0x4 } + - { offsetInCU: 0x6AE, offset: 0x1159AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x7D4, symBinAddr: 0x5BD90, symSize: 0xC } + - { offsetInCU: 0x6E0, offset: 0x1159DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_TA', symObjAddr: 0x7E0, symBinAddr: 0x5BD9C, symSize: 0x8 } + - { offsetInCU: 0x6F4, offset: 0x1159F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x7E8, symBinAddr: 0x5BDA4, symSize: 0x8 } + - { offsetInCU: 0x708, offset: 0x115A07, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x834, symBinAddr: 0x5BDAC, symSize: 0x14 } + - { offsetInCU: 0x727, offset: 0x115A26, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x848, symBinAddr: 0x5BDC0, symSize: 0x98 } + - { offsetInCU: 0x790, offset: 0x115A8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCMa', symObjAddr: 0x8E0, symBinAddr: 0x5BE58, symSize: 0x20 } + - { offsetInCU: 0x7A4, offset: 0x115AA3, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCMa', symObjAddr: 0x92C, symBinAddr: 0x5BEA4, symSize: 0x3C } + - { offsetInCU: 0x2B, offset: 0x115D21, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x5BEE0, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0x115D45, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x5BEE0, symSize: 0x64 } + - { offsetInCU: 0x7E, offset: 0x115D74, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeWidth12CoreGraphics7CGFloatVvg', symObjAddr: 0x64, symBinAddr: 0x5BF44, symSize: 0x5C } + - { offsetInCU: 0xAD, offset: 0x115DA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC8tracking12CoreGraphics7CGFloatVvg', symObjAddr: 0xC0, symBinAddr: 0x5BFA0, symSize: 0x5C } + - { offsetInCU: 0xDC, offset: 0x115DD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC5xformSo13CATransform3DVvg', symObjAddr: 0x11C, symBinAddr: 0x5BFFC, symSize: 0xE4 } + - { offsetInCU: 0x10B, offset: 0x115E01, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC9fillColorSo10CGColorRefaSgvg', symObjAddr: 0x200, symBinAddr: 0x5C0E0, symSize: 0x64 } + - { offsetInCU: 0x13A, offset: 0x115E30, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC7opacity12CoreGraphics7CGFloatVvg', symObjAddr: 0x264, symBinAddr: 0x5C144, symSize: 0x5C } + - { offsetInCU: 0x169, offset: 0x115E5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfd', symObjAddr: 0x610, symBinAddr: 0x5C4F0, symSize: 0x7C } + - { offsetInCU: 0x198, offset: 0x115E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfD', symObjAddr: 0x68C, symBinAddr: 0x5C56C, symSize: 0x1C } + - { offsetInCU: 0x1C5, offset: 0x115EBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x6C8, symBinAddr: 0x5C5A8, symSize: 0x8 } + - { offsetInCU: 0x1F0, offset: 0x115EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x6D0, symBinAddr: 0x5C5B0, symSize: 0x2C } + - { offsetInCU: 0x231, offset: 0x115F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x6FC, symBinAddr: 0x5C5DC, symSize: 0xC } + - { offsetInCU: 0x526, offset: 0x11621C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x2C0, symBinAddr: 0x5C1A0, symSize: 0x220 } + - { offsetInCU: 0x756, offset: 0x11644C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfd', symObjAddr: 0x4E0, symBinAddr: 0x5C3C0, symSize: 0xAC } + - { offsetInCU: 0x783, offset: 0x116479, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfD', symObjAddr: 0x58C, symBinAddr: 0x5C46C, symSize: 0x1C } + - { offsetInCU: 0x7BF, offset: 0x1164B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0x5C8, symBinAddr: 0x5C4A8, symSize: 0xC } + - { offsetInCU: 0x800, offset: 0x1164F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x5D4, symBinAddr: 0x5C4B4, symSize: 0x30 } + - { offsetInCU: 0x841, offset: 0x116537, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP07keypathE0SDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x604, symBinAddr: 0x5C4E4, symSize: 0xC } + - { offsetInCU: 0x873, offset: 0x116569, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC04textC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0xCC0, symBinAddr: 0x5CB60, symSize: 0x2200 } + - { offsetInCU: 0x183B, offset: 0x117531, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCMa', symObjAddr: 0x5A8, symBinAddr: 0x5C488, symSize: 0x20 } + - { offsetInCU: 0x184F, offset: 0x117545, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCMa', symObjAddr: 0x6A8, symBinAddr: 0x5C588, symSize: 0x20 } + - { offsetInCU: 0x188F, offset: 0x117585, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCfD', symObjAddr: 0x708, symBinAddr: 0x5C5E8, symSize: 0x34 } + - { offsetInCU: 0x18F5, offset: 0x1175EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyF0pvgTW', symObjAddr: 0x75C, symBinAddr: 0x5C63C, symSize: 0x44 } + - { offsetInCU: 0x1942, offset: 0x117638, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x7A0, symBinAddr: 0x5C680, symSize: 0x24 } + - { offsetInCU: 0x1995, offset: 0x11768B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x7C4, symBinAddr: 0x5C6A4, symSize: 0x38 } + - { offsetInCU: 0x19E2, offset: 0x1176D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7FC, symBinAddr: 0x5C6DC, symSize: 0x4 } + - { offsetInCU: 0x1A02, offset: 0x1176F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7FC, symBinAddr: 0x5C6DC, symSize: 0x4 } + - { offsetInCU: 0x1A24, offset: 0x11771A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x800, symBinAddr: 0x5C6E0, symSize: 0x8 } + - { offsetInCU: 0x1A44, offset: 0x11773A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x800, symBinAddr: 0x5C6E0, symSize: 0x8 } + - { offsetInCU: 0x1A66, offset: 0x11775C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x808, symBinAddr: 0x5C6E8, symSize: 0x8 } + - { offsetInCU: 0x1A86, offset: 0x11777C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x808, symBinAddr: 0x5C6E8, symSize: 0x8 } + - { offsetInCU: 0x1AA8, offset: 0x11779E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x810, symBinAddr: 0x5C6F0, symSize: 0x8 } + - { offsetInCU: 0x1AC8, offset: 0x1177BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x810, symBinAddr: 0x5C6F0, symSize: 0x8 } + - { offsetInCU: 0x1AEA, offset: 0x1177E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x818, symBinAddr: 0x5C6F8, symSize: 0x8 } + - { offsetInCU: 0x1B0A, offset: 0x117800, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x818, symBinAddr: 0x5C6F8, symSize: 0x8 } + - { offsetInCU: 0x1B2C, offset: 0x117822, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x820, symBinAddr: 0x5C700, symSize: 0x8 } + - { offsetInCU: 0x1B4C, offset: 0x117842, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x820, symBinAddr: 0x5C700, symSize: 0x8 } + - { offsetInCU: 0x1B6E, offset: 0x117864, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x828, symBinAddr: 0x5C708, symSize: 0x8 } + - { offsetInCU: 0x1B8E, offset: 0x117884, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x828, symBinAddr: 0x5C708, symSize: 0x8 } + - { offsetInCU: 0x1BB0, offset: 0x1178A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x830, symBinAddr: 0x5C710, symSize: 0xC } + - { offsetInCU: 0x1BD0, offset: 0x1178C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x830, symBinAddr: 0x5C710, symSize: 0xC } + - { offsetInCU: 0x1BF2, offset: 0x1178E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x83C, symBinAddr: 0x5C71C, symSize: 0x10 } + - { offsetInCU: 0x1C12, offset: 0x117908, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x83C, symBinAddr: 0x5C71C, symSize: 0x10 } + - { offsetInCU: 0x1C25, offset: 0x11791B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x84C, symBinAddr: 0x5C72C, symSize: 0x8 } + - { offsetInCU: 0x1C56, offset: 0x11794C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x910, symBinAddr: 0x5C7F0, symSize: 0x370 } + - { offsetInCU: 0x20D8, offset: 0x117DCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCMa', symObjAddr: 0x73C, symBinAddr: 0x5C61C, symSize: 0x20 } + - { offsetInCU: 0x211F, offset: 0x117E15, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_6Lottie15AnyNodeProperty_pTg5Tf4nnen_n', symObjAddr: 0x854, symBinAddr: 0x5C734, symSize: 0xBC } + - { offsetInCU: 0x2B, offset: 0x118365, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x5ED60, symSize: 0x148 } + - { offsetInCU: 0x79, offset: 0x1183B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x5ED60, symSize: 0x148 } + - { offsetInCU: 0xC7, offset: 0x118401, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x148, symBinAddr: 0x5EEA8, symSize: 0x130 } + - { offsetInCU: 0xFD, offset: 0x118437, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfC', symObjAddr: 0x2D0, symBinAddr: 0x5F030, symSize: 0x4C } + - { offsetInCU: 0x11B, offset: 0x118455, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc', symObjAddr: 0x31C, symBinAddr: 0x5F07C, symSize: 0xD0 } + - { offsetInCU: 0x1C3, offset: 0x1184FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg', symObjAddr: 0x518, symBinAddr: 0x5F1F4, symSize: 0x30 } + - { offsetInCU: 0x20E, offset: 0x118548, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs', symObjAddr: 0x548, symBinAddr: 0x5F224, symSize: 0x50 } + - { offsetInCU: 0x254, offset: 0x11858E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM', symObjAddr: 0x598, symBinAddr: 0x5F274, symSize: 0x40 } + - { offsetInCU: 0x283, offset: 0x1185BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM.resume.0', symObjAddr: 0x5D8, symBinAddr: 0x5F2B4, symSize: 0x34 } + - { offsetInCU: 0x2C2, offset: 0x1185FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9valueTypeypXpvg', symObjAddr: 0x60C, symBinAddr: 0x5F2E8, symSize: 0xC } + - { offsetInCU: 0x2ED, offset: 0x118627, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x618, symBinAddr: 0x5F2F4, symSize: 0xAC } + - { offsetInCU: 0x33A, offset: 0x118674, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x6D4, symBinAddr: 0x5F3B0, symSize: 0x38 } + - { offsetInCU: 0x3A0, offset: 0x1186DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x770, symBinAddr: 0x5F44C, symSize: 0x18 } + - { offsetInCU: 0x3C3, offset: 0x1186FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfd', symObjAddr: 0x788, symBinAddr: 0x5F464, symSize: 0x24 } + - { offsetInCU: 0x3FE, offset: 0x118738, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfD', symObjAddr: 0x7E0, symBinAddr: 0x5F488, symSize: 0x2C } + - { offsetInCU: 0x441, offset: 0x11877B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x80C, symBinAddr: 0x5F4B4, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0x118797, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x82C, symBinAddr: 0x5F4D4, symSize: 0xC } + - { offsetInCU: 0x4A3, offset: 0x1187DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x838, symBinAddr: 0x5F4E0, symSize: 0x1C } + - { offsetInCU: 0x503, offset: 0x11883D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOe', symObjAddr: 0x278, symBinAddr: 0x5EFD8, symSize: 0x10 } + - { offsetInCU: 0x517, offset: 0x118851, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVACSHAAWl', symObjAddr: 0x288, symBinAddr: 0x5EFE8, symSize: 0x48 } + - { offsetInCU: 0x54C, offset: 0x118886, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGSayxGSHsSHRzlWl', symObjAddr: 0x42C, symBinAddr: 0x5F14C, symSize: 0x64 } + - { offsetInCU: 0x560, offset: 0x11889A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSHAAWl', symObjAddr: 0x4D4, symBinAddr: 0x5F1B0, symSize: 0x44 } + - { offsetInCU: 0x574, offset: 0x1188AE, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOy', symObjAddr: 0x6C4, symBinAddr: 0x5F3A0, symSize: 0x10 } + - { offsetInCU: 0x588, offset: 0x1188C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x738, symBinAddr: 0x5F414, symSize: 0x38 } + - { offsetInCU: 0x5D0, offset: 0x11890A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x854, symBinAddr: 0x5F4FC, symSize: 0xC } + - { offsetInCU: 0x5FF, offset: 0x118939, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x860, symBinAddr: 0x5F508, symSize: 0xC } + - { offsetInCU: 0x649, offset: 0x118983, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x86C, symBinAddr: 0x5F514, symSize: 0x14 } + - { offsetInCU: 0x68C, offset: 0x1189C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCMa', symObjAddr: 0x918, symBinAddr: 0x5F5C0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x118BDD, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x5F5FC, symSize: 0x50C } + - { offsetInCU: 0x2AB, offset: 0x118E61, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x5F5FC, symSize: 0x50C } + - { offsetInCU: 0x4F, offset: 0x119DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x0, symBinAddr: 0x5FB08, symSize: 0x30 } + - { offsetInCU: 0x63, offset: 0x119DD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC6handleyyAA0A14NSControlEventVF', symObjAddr: 0x30, symBinAddr: 0x5FB38, symSize: 0x4 } + - { offsetInCU: 0x8E, offset: 0x119E04, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg', symObjAddr: 0x34, symBinAddr: 0x5FB3C, symSize: 0x48 } + - { offsetInCU: 0xAD, offset: 0x119E23, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs', symObjAddr: 0x7C, symBinAddr: 0x5FB84, symSize: 0x70 } + - { offsetInCU: 0xD6, offset: 0x119E4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM', symObjAddr: 0xEC, symBinAddr: 0x5FBF4, symSize: 0x48 } + - { offsetInCU: 0x105, offset: 0x119E7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM.resume.0', symObjAddr: 0x134, symBinAddr: 0x5FC3C, symSize: 0x30 } + - { offsetInCU: 0x130, offset: 0x119EA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x164, symBinAddr: 0x5FC6C, symSize: 0x64 } + - { offsetInCU: 0x17B, offset: 0x119EF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x1C8, symBinAddr: 0x5FCD0, symSize: 0x74 } + - { offsetInCU: 0x226, offset: 0x119F9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x23C, symBinAddr: 0x5FD44, symSize: 0x8C } + - { offsetInCU: 0x2C2, offset: 0x11A038, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x2C8, symBinAddr: 0x5FDD0, symSize: 0x88 } + - { offsetInCU: 0x35D, offset: 0x11A0D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_AA0a9NSControlH0OtF', symObjAddr: 0x350, symBinAddr: 0x5FE58, symSize: 0x8C } + - { offsetInCU: 0x3D3, offset: 0x11A149, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF', symObjAddr: 0x3DC, symBinAddr: 0x5FEE4, symSize: 0x5C } + - { offsetInCU: 0x473, offset: 0x11A1E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14updateForStateyyF', symObjAddr: 0x438, symBinAddr: 0x5FF40, symSize: 0x2F4 } + - { offsetInCU: 0x7F5, offset: 0x11A56B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC10commonInit33_3255EF2F4BCF8A3C447F424ACE2B7066LLyyF', symObjAddr: 0x72C, symBinAddr: 0x60234, symSize: 0x2B8 } + - { offsetInCU: 0x8EC, offset: 0x11A662, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x9E4, symBinAddr: 0x604EC, symSize: 0x50 } + - { offsetInCU: 0x920, offset: 0x11A696, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfC', symObjAddr: 0xA34, symBinAddr: 0x6053C, symSize: 0x20 } + - { offsetInCU: 0x93E, offset: 0x11A6B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfc', symObjAddr: 0xA54, symBinAddr: 0x6055C, symSize: 0xE4 } + - { offsetInCU: 0x9AC, offset: 0x11A722, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfcTo', symObjAddr: 0xB38, symBinAddr: 0x60640, symSize: 0x20 } + - { offsetInCU: 0x9C8, offset: 0x11A73E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0xB58, symBinAddr: 0x60660, symSize: 0x44 } + - { offsetInCU: 0x9E6, offset: 0x11A75C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0xB9C, symBinAddr: 0x606A4, symSize: 0x30 } + - { offsetInCU: 0xA09, offset: 0x11A77F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xBCC, symBinAddr: 0x606D4, symSize: 0x4C } + - { offsetInCU: 0xA59, offset: 0x11A7CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0xDA4, symBinAddr: 0x607F8, symSize: 0x18 } + - { offsetInCU: 0xA79, offset: 0x11A7EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0xDA4, symBinAddr: 0x607F8, symSize: 0x18 } + - { offsetInCU: 0xB15, offset: 0x11A88B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9mouseDown4withySo7NSEventC_tF', symObjAddr: 0xDD4, symBinAddr: 0x60810, symSize: 0x2C8 } + - { offsetInCU: 0xCE1, offset: 0x11AA57, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9mouseDown4withySo7NSEventC_tFTo', symObjAddr: 0x109C, symBinAddr: 0x60AD8, symSize: 0x50 } + - { offsetInCU: 0xCFD, offset: 0x11AA73, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC15animationDidSetyyF', symObjAddr: 0x10EC, symBinAddr: 0x60B28, symSize: 0x4 } + - { offsetInCU: 0xD28, offset: 0x11AA9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg', symObjAddr: 0x10F0, symBinAddr: 0x60B2C, symSize: 0x10 } + - { offsetInCU: 0xD7F, offset: 0x11AAF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvW', symObjAddr: 0x1178, symBinAddr: 0x60BB4, symSize: 0xF0 } + - { offsetInCU: 0xDF8, offset: 0x11AB6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfC', symObjAddr: 0x12E0, symBinAddr: 0x60D1C, symSize: 0x50 } + - { offsetInCU: 0xE16, offset: 0x11AB8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc', symObjAddr: 0x1330, symBinAddr: 0x60D6C, symSize: 0x2C } + - { offsetInCU: 0xE89, offset: 0x11ABFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x135C, symBinAddr: 0x60D98, symSize: 0x2C } + - { offsetInCU: 0xEF0, offset: 0x11AC66, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfD', symObjAddr: 0x1388, symBinAddr: 0x60DC4, symSize: 0x30 } + - { offsetInCU: 0xF1D, offset: 0x11AC93, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x26BC, symBinAddr: 0x620F8, symSize: 0x1CC } + - { offsetInCU: 0x1050, offset: 0x11ADC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x28CC, symBinAddr: 0x622E4, symSize: 0xE8 } + - { offsetInCU: 0x11CF, offset: 0x11AF45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x245C, symBinAddr: 0x61E98, symSize: 0x260 } + - { offsetInCU: 0x153D, offset: 0x11B2B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvpACTk', symObjAddr: 0x1100, symBinAddr: 0x60B3C, symSize: 0x78 } + - { offsetInCU: 0x1591, offset: 0x11B307, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x1268, symBinAddr: 0x60CA4, symSize: 0x78 } + - { offsetInCU: 0x1642, offset: 0x11B3B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfETo', symObjAddr: 0x13B8, symBinAddr: 0x60DF4, symSize: 0x48 } + - { offsetInCU: 0x169D, offset: 0x11B413, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x1400, symBinAddr: 0x60E3C, symSize: 0xBC } + - { offsetInCU: 0x1733, offset: 0x11B4A9, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector1DVTB5', symObjAddr: 0x14BC, symBinAddr: 0x60EF8, symSize: 0x94 } + - { offsetInCU: 0x17C9, offset: 0x11B53F, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector3DVTB5', symObjAddr: 0x1550, symBinAddr: 0x60F8C, symSize: 0xBC } + - { offsetInCU: 0x185F, offset: 0x11B5D5, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x160C, symBinAddr: 0x61048, symSize: 0xA0 } + - { offsetInCU: 0x18F5, offset: 0x11B66B, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I5ColorVTB5', symObjAddr: 0x16AC, symBinAddr: 0x610E8, symSize: 0xC4 } + - { offsetInCU: 0x198B, offset: 0x11B701, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x1770, symBinAddr: 0x611AC, symSize: 0xA8 } + - { offsetInCU: 0x1A21, offset: 0x11B797, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x1818, symBinAddr: 0x61254, symSize: 0xB8 } + - { offsetInCU: 0x1AAF, offset: 0x11B825, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x18EC, symBinAddr: 0x61328, symSize: 0xB0 } + - { offsetInCU: 0x1B45, offset: 0x11B8BB, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x199C, symBinAddr: 0x613D8, symSize: 0xB8 } + - { offsetInCU: 0x1BDB, offset: 0x11B951, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1A54, symBinAddr: 0x61490, symSize: 0xB8 } + - { offsetInCU: 0x1C71, offset: 0x11B9E7, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x1B0C, symBinAddr: 0x61548, symSize: 0xC4 } + - { offsetInCU: 0x1D07, offset: 0x11BA7D, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AI2totTg5', symObjAddr: 0x1DA4, symBinAddr: 0x617E0, symSize: 0xB4 } + - { offsetInCU: 0x1D92, offset: 0x11BB08, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSu_SSTg5', symObjAddr: 0x1E58, symBinAddr: 0x61894, symSize: 0xC4 } + - { offsetInCU: 0x1E0A, offset: 0x11BB80, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x21C8, symBinAddr: 0x61C04, symSize: 0xC8 } + - { offsetInCU: 0x1EB6, offset: 0x11BC2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCMa', symObjAddr: 0x28AC, symBinAddr: 0x622C4, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x11C051, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x625A8, symSize: 0x44 } + - { offsetInCU: 0x6D, offset: 0x11C093, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x625A8, symSize: 0x44 } + - { offsetInCU: 0xBF, offset: 0x11C0E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x64, symBinAddr: 0x6260C, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x11C126, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x70, symBinAddr: 0x62618, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x11C167, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x62648, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x11C199, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesC7ellipseAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x424, symBinAddr: 0x6298C, symSize: 0x274 } + - { offsetInCU: 0x409, offset: 0x11C42F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCMa', symObjAddr: 0x44, symBinAddr: 0x625EC, symSize: 0x20 } + - { offsetInCU: 0x4DB, offset: 0x11C501, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xAC, symBinAddr: 0x62654, symSize: 0xAC } + - { offsetInCU: 0x5C9, offset: 0x11C5EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCfD', symObjAddr: 0x158, symBinAddr: 0x62700, symSize: 0x34 } + - { offsetInCU: 0x62A, offset: 0x11C650, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1AC, symBinAddr: 0x62754, symSize: 0x44 } + - { offsetInCU: 0x676, offset: 0x11C69C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x1F0, symBinAddr: 0x62798, symSize: 0x24 } + - { offsetInCU: 0x6A8, offset: 0x11C6CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x214, symBinAddr: 0x627BC, symSize: 0x4 } + - { offsetInCU: 0x6E2, offset: 0x11C708, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x218, symBinAddr: 0x627C0, symSize: 0x8 } + - { offsetInCU: 0x702, offset: 0x11C728, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x218, symBinAddr: 0x627C0, symSize: 0x8 } + - { offsetInCU: 0x765, offset: 0x11C78B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x220, symBinAddr: 0x627C8, symSize: 0x10 } + - { offsetInCU: 0x785, offset: 0x11C7AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x220, symBinAddr: 0x627C8, symSize: 0x10 } + - { offsetInCU: 0x7CC, offset: 0x11C7F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x627D8, symSize: 0x8 } + - { offsetInCU: 0x7EC, offset: 0x11C812, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x627D8, symSize: 0x8 } + - { offsetInCU: 0x80D, offset: 0x11C833, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x238, symBinAddr: 0x627E0, symSize: 0x8 } + - { offsetInCU: 0x82D, offset: 0x11C853, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x238, symBinAddr: 0x627E0, symSize: 0x8 } + - { offsetInCU: 0x84E, offset: 0x11C874, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x240, symBinAddr: 0x627E8, symSize: 0x8 } + - { offsetInCU: 0x86E, offset: 0x11C894, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x240, symBinAddr: 0x627E8, symSize: 0x8 } + - { offsetInCU: 0x88F, offset: 0x11C8B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x248, symBinAddr: 0x627F0, symSize: 0x8 } + - { offsetInCU: 0x8AF, offset: 0x11C8D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x248, symBinAddr: 0x627F0, symSize: 0x8 } + - { offsetInCU: 0x8D0, offset: 0x11C8F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x627F8, symSize: 0xC } + - { offsetInCU: 0x8F0, offset: 0x11C916, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x627F8, symSize: 0xC } + - { offsetInCU: 0x911, offset: 0x11C937, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x25C, symBinAddr: 0x62804, symSize: 0x10 } + - { offsetInCU: 0x931, offset: 0x11C957, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x25C, symBinAddr: 0x62804, symSize: 0x10 } + - { offsetInCU: 0x952, offset: 0x11C978, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x26C, symBinAddr: 0x62814, symSize: 0xC } + - { offsetInCU: 0x984, offset: 0x11C9AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC06parentC07ellipseAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x698, symBinAddr: 0x62C00, symSize: 0x114 } + - { offsetInCU: 0xA3D, offset: 0x11CA63, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCMa', symObjAddr: 0x18C, symBinAddr: 0x62734, symSize: 0x20 } + - { offsetInCU: 0xB2F, offset: 0x11CB55, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7ellipse4size6center9directionACSo6CGSizeV_So7CGPointVAA0C9DirectionOtFZTf4nnnd_n', symObjAddr: 0x278, symBinAddr: 0x62820, symSize: 0x16C } + - { offsetInCU: 0x43, offset: 0x11D23A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x62D14, symSize: 0x3C } + - { offsetInCU: 0x57, offset: 0x11D24E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwxx', symObjAddr: 0x3C, symBinAddr: 0x62D50, symSize: 0x8 } + - { offsetInCU: 0x6B, offset: 0x11D262, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwcp', symObjAddr: 0x44, symBinAddr: 0x62D58, symSize: 0x3C } + - { offsetInCU: 0x7F, offset: 0x11D276, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwca', symObjAddr: 0x80, symBinAddr: 0x62D94, symSize: 0x54 } + - { offsetInCU: 0x93, offset: 0x11D28A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwta', symObjAddr: 0xE8, symBinAddr: 0x62DE8, symSize: 0x44 } + - { offsetInCU: 0xA7, offset: 0x11D29E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwet', symObjAddr: 0x12C, symBinAddr: 0x62E2C, symSize: 0x48 } + - { offsetInCU: 0xBB, offset: 0x11D2B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwst', symObjAddr: 0x174, symBinAddr: 0x62E74, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0x11D2C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVMa', symObjAddr: 0x1B4, symBinAddr: 0x62EB4, symSize: 0x10 } + - { offsetInCU: 0x45C, offset: 0x11D653, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV02cgC0So9CGPathRefayF', symObjAddr: 0x1C4, symBinAddr: 0x62EC4, symSize: 0x140 } + - { offsetInCU: 0x5F3, offset: 0x11D7EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9addVertexyyAA05CurveE0VF', symObjAddr: 0x304, symBinAddr: 0x63004, symSize: 0x19C } + - { offsetInCU: 0x9D4, offset: 0x11DBCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV04trimC9AtLengths33_3AD676776FA89DEF7F58E43AF7646C3ALL9positionsSayACGSay12CoreGraphics7CGFloatV5start_AJ3endtG_tF', symObjAddr: 0x4A0, symBinAddr: 0x631A0, symSize: 0xAB4 } + - { offsetInCU: 0x2127, offset: 0x11F31E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO8rawValueSSvg', symObjAddr: 0xF54, symBinAddr: 0x63C54, symSize: 0x18 } + - { offsetInCU: 0x2160, offset: 0x11F357, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0xF6C, symBinAddr: 0x63C6C, symSize: 0x18 } + - { offsetInCU: 0x218E, offset: 0x11F385, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0xF6C, symBinAddr: 0x63C6C, symSize: 0x18 } + - { offsetInCU: 0x21E0, offset: 0x11F3D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xFA8, symBinAddr: 0x63CA8, symSize: 0x64 } + - { offsetInCU: 0x2246, offset: 0x11F43D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x100C, symBinAddr: 0x63D0C, symSize: 0x28 } + - { offsetInCU: 0x2262, offset: 0x11F459, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1034, symBinAddr: 0x63D34, symSize: 0x8 } + - { offsetInCU: 0x2298, offset: 0x11F48F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x103C, symBinAddr: 0x63D3C, symSize: 0x68 } + - { offsetInCU: 0x231D, offset: 0x11F514, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x10A4, symBinAddr: 0x63DA4, symSize: 0xC } + - { offsetInCU: 0x2339, offset: 0x11F530, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x10B0, symBinAddr: 0x63DB0, symSize: 0xC } + - { offsetInCU: 0x2361, offset: 0x11F558, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV6encode2toys7Encoder_p_tKF', symObjAddr: 0x110C, symBinAddr: 0x63E0C, symSize: 0x308 } + - { offsetInCU: 0x254C, offset: 0x11F743, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1414, symBinAddr: 0x64114, symSize: 0x34 } + - { offsetInCU: 0x2585, offset: 0x11F77C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1448, symBinAddr: 0x64148, symSize: 0x1C } + - { offsetInCU: 0x2767, offset: 0x11F95E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x1464, symBinAddr: 0x64164, symSize: 0xBA0 } + - { offsetInCU: 0x3A65, offset: 0x120C5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x2004, symBinAddr: 0x64D04, symSize: 0xB80 } + - { offsetInCU: 0x4704, offset: 0x1218FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x2BE8, symBinAddr: 0x65884, symSize: 0x44 } + - { offsetInCU: 0x4718, offset: 0x12190F, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGSgWOh', symObjAddr: 0x2C2C, symBinAddr: 0x658C8, symSize: 0x40 } + - { offsetInCU: 0x472C, offset: 0x121923, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGAByxGs0abC8ProtocolsWl', symObjAddr: 0x2C94, symBinAddr: 0x65908, symSize: 0x4C } + - { offsetInCU: 0x4740, offset: 0x121937, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwet', symObjAddr: 0x2E14, symBinAddr: 0x659B4, symSize: 0x90 } + - { offsetInCU: 0x4754, offset: 0x12194B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwst', symObjAddr: 0x2EA4, symBinAddr: 0x65A44, symSize: 0xBC } + - { offsetInCU: 0x4768, offset: 0x12195F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwug', symObjAddr: 0x2F60, symBinAddr: 0x65B00, symSize: 0x8 } + - { offsetInCU: 0x477C, offset: 0x121973, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwup', symObjAddr: 0x2F68, symBinAddr: 0x65B08, symSize: 0x4 } + - { offsetInCU: 0x4790, offset: 0x121987, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwui', symObjAddr: 0x2F6C, symBinAddr: 0x65B0C, symSize: 0x8 } + - { offsetInCU: 0x47A4, offset: 0x12199B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOMa', symObjAddr: 0x2F74, symBinAddr: 0x65B14, symSize: 0x10 } + - { offsetInCU: 0x47B8, offset: 0x1219AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASQWb', symObjAddr: 0x2F84, symBinAddr: 0x65B24, symSize: 0x4 } + - { offsetInCU: 0x47CC, offset: 0x1219C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAESQAAWl', symObjAddr: 0x2F88, symBinAddr: 0x65B28, symSize: 0x44 } + - { offsetInCU: 0x47E0, offset: 0x1219D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2FCC, symBinAddr: 0x65B6C, symSize: 0x4 } + - { offsetInCU: 0x47F4, offset: 0x1219EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2FD0, symBinAddr: 0x65B70, symSize: 0x44 } + - { offsetInCU: 0x4808, offset: 0x1219FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3014, symBinAddr: 0x65BB4, symSize: 0x4 } + - { offsetInCU: 0x481C, offset: 0x121A13, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x3018, symBinAddr: 0x65BB8, symSize: 0x44 } + - { offsetInCU: 0x493D, offset: 0x121B34, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF84, symBinAddr: 0x63C84, symSize: 0xC } + - { offsetInCU: 0x4959, offset: 0x121B50, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xF90, symBinAddr: 0x63C90, symSize: 0x8 } + - { offsetInCU: 0x4975, offset: 0x121B6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF98, symBinAddr: 0x63C98, symSize: 0x8 } + - { offsetInCU: 0x4991, offset: 0x121B88, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xFA0, symBinAddr: 0x63CA0, symSize: 0x8 } + - { offsetInCU: 0x49B4, offset: 0x121BAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x10BC, symBinAddr: 0x63DBC, symSize: 0x28 } + - { offsetInCU: 0x49D0, offset: 0x121BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x10E4, symBinAddr: 0x63DE4, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x121FA6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x65BFC, symSize: 0x18 } + - { offsetInCU: 0x73, offset: 0x121FEE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x65BFC, symSize: 0x18 } + - { offsetInCU: 0x104, offset: 0x12207F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x65C14, symSize: 0x44 } + - { offsetInCU: 0x1E7, offset: 0x122162, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5C, symBinAddr: 0x65C58, symSize: 0x28 } + - { offsetInCU: 0x286, offset: 0x122201, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5crc328checksums6UInt32VAH_tFAHSWXEfU_', symObjAddr: 0xD4, symBinAddr: 0x65CD0, symSize: 0xA8 } + - { offsetInCU: 0x716, offset: 0x122691, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE7process9operation4size10bufferSize9skipCRC328provider8consumers6UInt32VSo019compression_stream_E0a_s5Int64VSiSbAcQ_SitKXEyACKXEtKFZTf4nnnnnnd_n', symObjAddr: 0x18C, symBinAddr: 0x65D88, symSize: 0xDA0 } + - { offsetInCU: 0x12BC, offset: 0x123237, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFs0E0ADWl', symObjAddr: 0xF6C, symBinAddr: 0x66B68, symSize: 0x44 } + - { offsetInCU: 0x12D0, offset: 0x12324B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwet', symObjAddr: 0x1068, symBinAddr: 0x66BAC, symSize: 0x90 } + - { offsetInCU: 0x12E4, offset: 0x12325F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwst', symObjAddr: 0x10F8, symBinAddr: 0x66C3C, symSize: 0xBC } + - { offsetInCU: 0x12F8, offset: 0x123273, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwug', symObjAddr: 0x11B4, symBinAddr: 0x66CF8, symSize: 0x8 } + - { offsetInCU: 0x130C, offset: 0x123287, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwup', symObjAddr: 0x11BC, symBinAddr: 0x66D00, symSize: 0x4 } + - { offsetInCU: 0x1320, offset: 0x12329B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwui', symObjAddr: 0x11C0, symBinAddr: 0x66D04, symSize: 0xC } + - { offsetInCU: 0x1334, offset: 0x1232AF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOMa', symObjAddr: 0x11CC, symBinAddr: 0x66D10, symSize: 0x10 } + - { offsetInCU: 0x1348, offset: 0x1232C3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSQWb', symObjAddr: 0x11DC, symBinAddr: 0x66D20, symSize: 0x4 } + - { offsetInCU: 0x135C, offset: 0x1232D7, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFSQADWl', symObjAddr: 0x11E0, symBinAddr: 0x66D24, symSize: 0x44 } + - { offsetInCU: 0x13AE, offset: 0x123329, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x84, symBinAddr: 0x65C80, symSize: 0x40 } + - { offsetInCU: 0x144A, offset: 0x1233C5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP7_domainSSvgTW', symObjAddr: 0xC4, symBinAddr: 0x65CC0, symSize: 0x4 } + - { offsetInCU: 0x1466, offset: 0x1233E1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP5_codeSivgTW', symObjAddr: 0xC8, symBinAddr: 0x65CC4, symSize: 0x4 } + - { offsetInCU: 0x1482, offset: 0x1233FD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xCC, symBinAddr: 0x65CC8, symSize: 0x4 } + - { offsetInCU: 0x149E, offset: 0x123419, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xD0, symBinAddr: 0x65CCC, symSize: 0x4 } + - { offsetInCU: 0x68, offset: 0x1237C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x66D68, symSize: 0x1A8 } + - { offsetInCU: 0xC4, offset: 0x123823, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1A8, symBinAddr: 0x66F10, symSize: 0x210 } + - { offsetInCU: 0x1BF, offset: 0x12391E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x3B8, symBinAddr: 0x67120, symSize: 0x12C } + - { offsetInCU: 0x1FE, offset: 0x12395D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x67C, symBinAddr: 0x673E4, symSize: 0x4C } + - { offsetInCU: 0x235, offset: 0x123994, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO8rawValueSSvg', symObjAddr: 0x6C8, symBinAddr: 0x67430, symSize: 0x18 } + - { offsetInCU: 0x25C, offset: 0x1239BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO11stringValueSSvg', symObjAddr: 0x6E0, symBinAddr: 0x67448, symSize: 0x18 } + - { offsetInCU: 0x29D, offset: 0x1239FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x71C, symBinAddr: 0x67484, symSize: 0x70 } + - { offsetInCU: 0x2D1, offset: 0x123A30, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x78C, symBinAddr: 0x674F4, symSize: 0x28 } + - { offsetInCU: 0x2ED, offset: 0x123A4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7B4, symBinAddr: 0x6751C, symSize: 0x8 } + - { offsetInCU: 0x323, offset: 0x123A82, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7BC, symBinAddr: 0x67524, symSize: 0x74 } + - { offsetInCU: 0x36E, offset: 0x123ACD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x830, symBinAddr: 0x67598, symSize: 0xC } + - { offsetInCU: 0x38A, offset: 0x123AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x83C, symBinAddr: 0x675A4, symSize: 0xC } + - { offsetInCU: 0x3C6, offset: 0x123B25, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCfD', symObjAddr: 0x898, symBinAddr: 0x67600, symSize: 0x24 } + - { offsetInCU: 0x411, offset: 0x123B70, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x9B8, symBinAddr: 0x67710, symSize: 0x2C } + - { offsetInCU: 0x434, offset: 0x123B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x9E4, symBinAddr: 0x6773C, symSize: 0x28 } + - { offsetInCU: 0x52A, offset: 0x123C89, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x5C4, symBinAddr: 0x6732C, symSize: 0x24 } + - { offsetInCU: 0x55B, offset: 0x123CBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x5E8, symBinAddr: 0x67350, symSize: 0x18 } + - { offsetInCU: 0x5A5, offset: 0x123D04, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x600, symBinAddr: 0x67368, symSize: 0x2C } + - { offsetInCU: 0x5DD, offset: 0x123D3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xCC8, symBinAddr: 0x67A20, symSize: 0xE0 } + - { offsetInCU: 0x652, offset: 0x123DB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO13discriminator_WZ', symObjAddr: 0x678, symBinAddr: 0x673E0, symSize: 0x4 } + - { offsetInCU: 0x66C, offset: 0x123DCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCMa', symObjAddr: 0x8BC, symBinAddr: 0x67624, symSize: 0x20 } + - { offsetInCU: 0x680, offset: 0x123DDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOwup', symObjAddr: 0x8F4, symBinAddr: 0x6764C, symSize: 0x4 } + - { offsetInCU: 0x694, offset: 0x123DF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOMa', symObjAddr: 0x8F8, symBinAddr: 0x67650, symSize: 0x10 } + - { offsetInCU: 0x6A8, offset: 0x123E07, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASQWb', symObjAddr: 0x908, symBinAddr: 0x67660, symSize: 0x4 } + - { offsetInCU: 0x6BC, offset: 0x123E1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSQAAWl', symObjAddr: 0x90C, symBinAddr: 0x67664, symSize: 0x44 } + - { offsetInCU: 0x6D0, offset: 0x123E2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOAA11ClassFamilyAAWI', symObjAddr: 0x950, symBinAddr: 0x676A8, symSize: 0x24 } + - { offsetInCU: 0x6E4, offset: 0x123E43, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSeAAWl', symObjAddr: 0x974, symBinAddr: 0x676CC, symSize: 0x44 } + - { offsetInCU: 0x718, offset: 0x123E77, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xA0C, symBinAddr: 0x67764, symSize: 0x134 } + - { offsetInCU: 0x86B, offset: 0x123FCA, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xB40, symBinAddr: 0x67898, symSize: 0x188 } + - { offsetInCU: 0xA85, offset: 0x1241E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSYAAWl', symObjAddr: 0xDEC, symBinAddr: 0x67B00, symSize: 0x44 } + - { offsetInCU: 0xA99, offset: 0x1241F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs0D3KeyAAWl', symObjAddr: 0xE70, symBinAddr: 0x67B44, symSize: 0x44 } + - { offsetInCU: 0xAAD, offset: 0x12420C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSEAAWl', symObjAddr: 0xEB4, symBinAddr: 0x67B88, symSize: 0x44 } + - { offsetInCU: 0xAC1, offset: 0x124220, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwug', symObjAddr: 0x110C, symBinAddr: 0x67D20, symSize: 0x8 } + - { offsetInCU: 0xAD5, offset: 0x124234, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwup', symObjAddr: 0x1114, symBinAddr: 0x67D28, symSize: 0x4 } + - { offsetInCU: 0xAE9, offset: 0x124248, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwui', symObjAddr: 0x1118, symBinAddr: 0x67D2C, symSize: 0xC } + - { offsetInCU: 0xAFD, offset: 0x12425C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOMa', symObjAddr: 0x1124, symBinAddr: 0x67D38, symSize: 0x10 } + - { offsetInCU: 0xB11, offset: 0x124270, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASQWb', symObjAddr: 0x1134, symBinAddr: 0x67D48, symSize: 0x4 } + - { offsetInCU: 0xB25, offset: 0x124284, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFSQAAWl', symObjAddr: 0x1138, symBinAddr: 0x67D4C, symSize: 0x44 } + - { offsetInCU: 0xB39, offset: 0x124298, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x117C, symBinAddr: 0x67D90, symSize: 0x4 } + - { offsetInCU: 0xB4D, offset: 0x1242AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1180, symBinAddr: 0x67D94, symSize: 0x44 } + - { offsetInCU: 0xB61, offset: 0x1242C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x11C4, symBinAddr: 0x67DD8, symSize: 0x4 } + - { offsetInCU: 0xB75, offset: 0x1242D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x11C8, symBinAddr: 0x67DDC, symSize: 0x44 } + - { offsetInCU: 0xBF4, offset: 0x124353, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4E4, symBinAddr: 0x6724C, symSize: 0x18 } + - { offsetInCU: 0xC85, offset: 0x1243E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x4FC, symBinAddr: 0x67264, symSize: 0x4C } + - { offsetInCU: 0xD66, offset: 0x1244C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x548, symBinAddr: 0x672B0, symSize: 0x34 } + - { offsetInCU: 0xDED, offset: 0x12454C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x57C, symBinAddr: 0x672E4, symSize: 0x48 } + - { offsetInCU: 0xE9C, offset: 0x1245FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x62C, symBinAddr: 0x67394, symSize: 0x4C } + - { offsetInCU: 0xEBF, offset: 0x12461E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F8, symBinAddr: 0x67460, symSize: 0xC } + - { offsetInCU: 0xEDB, offset: 0x12463A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x704, symBinAddr: 0x6746C, symSize: 0x8 } + - { offsetInCU: 0xEF7, offset: 0x124656, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x70C, symBinAddr: 0x67474, symSize: 0x8 } + - { offsetInCU: 0xF13, offset: 0x124672, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x714, symBinAddr: 0x6747C, symSize: 0x8 } + - { offsetInCU: 0xF36, offset: 0x124695, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x848, symBinAddr: 0x675B0, symSize: 0x28 } + - { offsetInCU: 0xF52, offset: 0x1246B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x870, symBinAddr: 0x675D8, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0x124936, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x67E28, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x12495B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x67E70, symSize: 0x344 } + - { offsetInCU: 0x113, offset: 0x1249FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x38C, symBinAddr: 0x681B4, symSize: 0x434 } + - { offsetInCU: 0x3DC, offset: 0x124CC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x7C0, symBinAddr: 0x685E8, symSize: 0x24C } + - { offsetInCU: 0x461, offset: 0x124D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvg', symObjAddr: 0xA0C, symBinAddr: 0x68834, symSize: 0x18 } + - { offsetInCU: 0x4A2, offset: 0x124D89, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xBB4, symBinAddr: 0x689DC, symSize: 0x70 } + - { offsetInCU: 0x4D6, offset: 0x124DBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xC24, symBinAddr: 0x68A4C, symSize: 0x28 } + - { offsetInCU: 0x4F2, offset: 0x124DD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xC4C, symBinAddr: 0x68A74, symSize: 0x8 } + - { offsetInCU: 0x528, offset: 0x124E0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC54, symBinAddr: 0x68A7C, symSize: 0x74 } + - { offsetInCU: 0x573, offset: 0x124E5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xCC8, symBinAddr: 0x68AF0, symSize: 0xC } + - { offsetInCU: 0x58F, offset: 0x124E76, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xCD4, symBinAddr: 0x68AFC, symSize: 0xC } + - { offsetInCU: 0x5CD, offset: 0x124EB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xA34, symBinAddr: 0x6885C, symSize: 0x64 } + - { offsetInCU: 0x610, offset: 0x124EF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xA98, symBinAddr: 0x688C0, symSize: 0x24 } + - { offsetInCU: 0x650, offset: 0x124F37, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xABC, symBinAddr: 0x688E4, symSize: 0x4 } + - { offsetInCU: 0x670, offset: 0x124F57, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xABC, symBinAddr: 0x688E4, symSize: 0x4 } + - { offsetInCU: 0x69B, offset: 0x124F82, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAC0, symBinAddr: 0x688E8, symSize: 0x68 } + - { offsetInCU: 0x6E6, offset: 0x124FCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB28, symBinAddr: 0x68950, symSize: 0xC } + - { offsetInCU: 0x702, offset: 0x124FE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB34, symBinAddr: 0x6895C, symSize: 0xC } + - { offsetInCU: 0x71E, offset: 0x125005, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1564, symBinAddr: 0x691EC, symSize: 0xC } + - { offsetInCU: 0x73C, offset: 0x125023, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfd', symObjAddr: 0xD4C, symBinAddr: 0x68B74, symSize: 0x4C } + - { offsetInCU: 0x77F, offset: 0x125066, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfD', symObjAddr: 0xD98, symBinAddr: 0x68BC0, symSize: 0x1C } + - { offsetInCU: 0x921, offset: 0x125208, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfE', symObjAddr: 0xD30, symBinAddr: 0x68B58, symSize: 0x1C } + - { offsetInCU: 0x979, offset: 0x125260, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCMa', symObjAddr: 0xDB4, symBinAddr: 0x68BDC, symSize: 0x20 } + - { offsetInCU: 0x98D, offset: 0x125274, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xE38, symBinAddr: 0x68BFC, symSize: 0x44 } + - { offsetInCU: 0x9A1, offset: 0x125288, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xE7C, symBinAddr: 0x68C40, symSize: 0x44 } + - { offsetInCU: 0x9B5, offset: 0x12529C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x1138, symBinAddr: 0x68DCC, symSize: 0x50 } + - { offsetInCU: 0x9C9, offset: 0x1252B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x1188, symBinAddr: 0x68E1C, symSize: 0x8C } + - { offsetInCU: 0x9DD, offset: 0x1252C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x1214, symBinAddr: 0x68EA8, symSize: 0x8 } + - { offsetInCU: 0x9F1, offset: 0x1252D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x121C, symBinAddr: 0x68EB0, symSize: 0x4 } + - { offsetInCU: 0xA05, offset: 0x1252EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x1220, symBinAddr: 0x68EB4, symSize: 0x4 } + - { offsetInCU: 0xA19, offset: 0x125300, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x1224, symBinAddr: 0x68EB8, symSize: 0x10 } + - { offsetInCU: 0xA2D, offset: 0x125314, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x1240, symBinAddr: 0x68EC8, symSize: 0x90 } + - { offsetInCU: 0xA41, offset: 0x125328, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x12D0, symBinAddr: 0x68F58, symSize: 0xBC } + - { offsetInCU: 0xA55, offset: 0x12533C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x138C, symBinAddr: 0x69014, symSize: 0x8 } + - { offsetInCU: 0xA69, offset: 0x125350, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x1394, symBinAddr: 0x6901C, symSize: 0x4 } + - { offsetInCU: 0xA7D, offset: 0x125364, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x1398, symBinAddr: 0x69020, symSize: 0xC } + - { offsetInCU: 0xA91, offset: 0x125378, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x13A4, symBinAddr: 0x6902C, symSize: 0x10 } + - { offsetInCU: 0xAA5, offset: 0x12538C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x13B4, symBinAddr: 0x6903C, symSize: 0x4 } + - { offsetInCU: 0xAB9, offset: 0x1253A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x13B8, symBinAddr: 0x69040, symSize: 0x44 } + - { offsetInCU: 0xACD, offset: 0x1253B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x13FC, symBinAddr: 0x69084, symSize: 0x4 } + - { offsetInCU: 0xAE1, offset: 0x1253C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x1400, symBinAddr: 0x69088, symSize: 0x44 } + - { offsetInCU: 0xAF5, offset: 0x1253DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1444, symBinAddr: 0x690CC, symSize: 0x4 } + - { offsetInCU: 0xB09, offset: 0x1253F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1448, symBinAddr: 0x690D0, symSize: 0x44 } + - { offsetInCU: 0xB1D, offset: 0x125404, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x148C, symBinAddr: 0x69114, symSize: 0x4 } + - { offsetInCU: 0xB31, offset: 0x125418, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1490, symBinAddr: 0x69118, symSize: 0x44 } + - { offsetInCU: 0xB45, offset: 0x12542C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x14D4, symBinAddr: 0x6915C, symSize: 0x4 } + - { offsetInCU: 0xB59, offset: 0x125440, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x14D8, symBinAddr: 0x69160, symSize: 0x44 } + - { offsetInCU: 0xB6D, offset: 0x125454, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x151C, symBinAddr: 0x691A4, symSize: 0x4 } + - { offsetInCU: 0xB81, offset: 0x125468, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1520, symBinAddr: 0x691A8, symSize: 0x44 } + - { offsetInCU: 0xC51, offset: 0x125538, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA24, symBinAddr: 0x6884C, symSize: 0x4 } + - { offsetInCU: 0xC71, offset: 0x125558, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA24, symBinAddr: 0x6884C, symSize: 0x4 } + - { offsetInCU: 0xC91, offset: 0x125578, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA28, symBinAddr: 0x68850, symSize: 0x4 } + - { offsetInCU: 0xCB1, offset: 0x125598, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA28, symBinAddr: 0x68850, symSize: 0x4 } + - { offsetInCU: 0xCD1, offset: 0x1255B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x68854, symSize: 0x4 } + - { offsetInCU: 0xCF1, offset: 0x1255D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x68854, symSize: 0x4 } + - { offsetInCU: 0xD11, offset: 0x1255F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA30, symBinAddr: 0x68858, symSize: 0x4 } + - { offsetInCU: 0xD31, offset: 0x125618, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA30, symBinAddr: 0x68858, symSize: 0x4 } + - { offsetInCU: 0xD49, offset: 0x125630, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB40, symBinAddr: 0x68968, symSize: 0x28 } + - { offsetInCU: 0xD65, offset: 0x12564C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB68, symBinAddr: 0x68990, symSize: 0x28 } + - { offsetInCU: 0xD81, offset: 0x125668, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB90, symBinAddr: 0x689B8, symSize: 0xC } + - { offsetInCU: 0xD9D, offset: 0x125684, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xB9C, symBinAddr: 0x689C4, symSize: 0x8 } + - { offsetInCU: 0xDB9, offset: 0x1256A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBA4, symBinAddr: 0x689CC, symSize: 0x8 } + - { offsetInCU: 0xDD5, offset: 0x1256BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBAC, symBinAddr: 0x689D4, symSize: 0x8 } + - { offsetInCU: 0xDF8, offset: 0x1256DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xCE0, symBinAddr: 0x68B08, symSize: 0x28 } + - { offsetInCU: 0xE14, offset: 0x1256FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xD08, symBinAddr: 0x68B30, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x125927, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x691F8, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x12593F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x691F8, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x125953, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMr', symObjAddr: 0x4, symBinAddr: 0x691FC, symSize: 0x88 } + - { offsetInCU: 0x86, offset: 0x125982, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtF', symObjAddr: 0x8C, symBinAddr: 0x69284, symSize: 0x158 } + - { offsetInCU: 0x10F, offset: 0x125A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC14setNeedsUpdateyyF', symObjAddr: 0x1E4, symBinAddr: 0x693DC, symSize: 0xC } + - { offsetInCU: 0x177, offset: 0x125A73, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCfD', symObjAddr: 0x220, symBinAddr: 0x693E8, symSize: 0x3C } + - { offsetInCU: 0x1CB, offset: 0x125AC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP14setNeedsUpdateyyFTW', symObjAddr: 0x268, symBinAddr: 0x69430, symSize: 0x4 } + - { offsetInCU: 0x1F6, offset: 0x125AF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x26C, symBinAddr: 0x69434, symSize: 0x8 } + - { offsetInCU: 0x216, offset: 0x125B12, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x26C, symBinAddr: 0x69434, symSize: 0x8 } + - { offsetInCU: 0x246, offset: 0x125B42, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC06outputB0xvsTf4gn_n', symObjAddr: 0x2B0, symBinAddr: 0x6943C, symSize: 0x70 } + - { offsetInCU: 0x2B1, offset: 0x125BAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMa', symObjAddr: 0x25C, symBinAddr: 0x69424, symSize: 0xC } + - { offsetInCU: 0x163C, offset: 0x127355, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySo13CATransform3DVG_Tg5', symObjAddr: 0x3630, symBinAddr: 0x6CADC, symSize: 0x2BC } + - { offsetInCU: 0x17DD, offset: 0x1274F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x38EC, symBinAddr: 0x6CD98, symSize: 0x1C0 } + - { offsetInCU: 0x198D, offset: 0x1276A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x3AAC, symBinAddr: 0x6CF58, symSize: 0x1E4 } + - { offsetInCU: 0x1B65, offset: 0x12787E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySbG_Tg5', symObjAddr: 0x3C90, symBinAddr: 0x6D13C, symSize: 0x1CC } + - { offsetInCU: 0x1CFB, offset: 0x127A14, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A5ColorV_Tg5', symObjAddr: 0x3E5C, symBinAddr: 0x6D308, symSize: 0x210 } + - { offsetInCU: 0x1E9D, offset: 0x127BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_So6CGSizeV_Tg5', symObjAddr: 0x406C, symBinAddr: 0x6D518, symSize: 0x1D0 } + - { offsetInCU: 0x2049, offset: 0x127D62, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA010BezierPathI0V_Tg5', symObjAddr: 0x423C, symBinAddr: 0x6D6E8, symSize: 0x248 } + - { offsetInCU: 0x21FF, offset: 0x127F18, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA7EllipseCALV_Tg5', symObjAddr: 0x4484, symBinAddr: 0x6D930, symSize: 0x228 } + - { offsetInCU: 0x23B9, offset: 0x1280D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA9RectangleCALV_Tg5', symObjAddr: 0x46AC, symBinAddr: 0x6DB58, symSize: 0x238 } + - { offsetInCU: 0x2573, offset: 0x12828C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4StarCALV_Tg5', symObjAddr: 0x48E4, symBinAddr: 0x6DD90, symSize: 0x250 } + - { offsetInCU: 0x2728, offset: 0x128441, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5', symObjAddr: 0x4B34, symBinAddr: 0x6DFE0, symSize: 0x210 } + - { offsetInCU: 0x37B5, offset: 0x1294CE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySo13CATransform3DVG_AYTB505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7X40VtKFSo13CATransform3DVAC4HoldVyALGXEfU0_Tf1nncnn_n', symObjAddr: 0x602C, symBinAddr: 0x6F4D8, symSize: 0x560 } + - { offsetInCU: 0x421E, offset: 0x129F37, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX47VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU0_SiTf1nncnn_n', symObjAddr: 0x72E4, symBinAddr: 0x70790, symSize: 0x508 } + - { offsetInCU: 0x45EE, offset: 0x12A307, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX46VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU_SiTf1nncnn_n', symObjAddr: 0x77EC, symBinAddr: 0x70C98, symSize: 0x508 } + - { offsetInCU: 0x4D12, offset: 0x12AA2B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX80VtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0x82F4, symBinAddr: 0x717A0, symSize: 0x524 } + - { offsetInCU: 0x513E, offset: 0x12AE57, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX47VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnn_n', symObjAddr: 0x8818, symBinAddr: 0x71CC4, symSize: 0x528 } + - { offsetInCU: 0x54FB, offset: 0x12B214, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX46VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnn_n', symObjAddr: 0x8D40, symBinAddr: 0x721EC, symSize: 0x528 } + - { offsetInCU: 0x5A15, offset: 0x12B72E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySbG_SbTB505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7X24VtKFSbAC4HoldVySbGXEfU0_Tf1nncnn_n', symObjAddr: 0x9268, symBinAddr: 0x72714, symSize: 0x55C } + - { offsetInCU: 0x5F05, offset: 0x12BC1E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSo6CGSizeV_AWTB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7X22VtKFSo6CGSizeVALXEfU0_Tf1nncnn_n', symObjAddr: 0x9F00, symBinAddr: 0x733AC, symSize: 0x52C } + - { offsetInCU: 0x646C, offset: 0x12C185, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnncn_n', symObjAddr: 0xA42C, symBinAddr: 0x738D8, symSize: 0x530 } + - { offsetInCU: 0x6944, offset: 0x12C65D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16dX43VSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnn_n', symObjAddr: 0xA95C, symBinAddr: 0x73E08, symSize: 0x530 } + - { offsetInCU: 0x6E86, offset: 0x12CB9F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX87VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xAE8C, symBinAddr: 0x74338, symSize: 0x544 } + - { offsetInCU: 0x722C, offset: 0x12CF45, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX85VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xB3D0, symBinAddr: 0x7487C, symSize: 0x544 } + - { offsetInCU: 0x7769, offset: 0x12D482, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4HoldVySo13CATransform3DVGGG_ARTg5', symObjAddr: 0xB9EC, symBinAddr: 0x74E98, symSize: 0x484 } + - { offsetInCU: 0x80A6, offset: 0x12DDBF, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA0A8Vector3DVGG_AOTg5', symObjAddr: 0xBE70, symBinAddr: 0x7531C, symSize: 0x484 } + - { offsetInCU: 0x89E3, offset: 0x12E6FC, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADySo6CGSizeVGG_AOTg5', symObjAddr: 0xC2F4, symBinAddr: 0x757A0, symSize: 0x484 } + - { offsetInCU: 0x9320, offset: 0x12F039, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA010BezierPathG0VGG_AOTg5', symObjAddr: 0xC778, symBinAddr: 0x75C24, symSize: 0x484 } + - { offsetInCU: 0x9CF7, offset: 0x12FA10, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA7EllipseCACVGG_APTg5', symObjAddr: 0xCBFC, symBinAddr: 0x760A8, symSize: 0x484 } + - { offsetInCU: 0xA6CE, offset: 0x1303E7, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA9RectangleCACVGG_APTg5', symObjAddr: 0xD080, symBinAddr: 0x7652C, symSize: 0x484 } + - { offsetInCU: 0xB0A5, offset: 0x130DBE, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4StarCACVGG_APTg5', symObjAddr: 0xD504, symBinAddr: 0x769B0, symSize: 0x484 } + - { offsetInCU: 0xC2E7, offset: 0x132000, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4HoldVySo13CATransform3DVG_A1_Tg5', symObjAddr: 0xE32C, symBinAddr: 0x777D8, symSize: 0x2E8 } + - { offsetInCU: 0xC59B, offset: 0x1322B4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_So6CGSizeV_A_Tg5', symObjAddr: 0xE8FC, symBinAddr: 0x77DA8, symSize: 0x2E8 } + - { offsetInCU: 0xC84F, offset: 0x132568, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5', symObjAddr: 0xEBE4, symBinAddr: 0x78090, symSize: 0x2E8 } + - { offsetInCU: 0xCB03, offset: 0x13281C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5', symObjAddr: 0xEECC, symBinAddr: 0x78378, symSize: 0x2E8 } + - { offsetInCU: 0xCDB7, offset: 0x132AD0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5', symObjAddr: 0xF1B4, symBinAddr: 0x78660, symSize: 0x2E8 } + - { offsetInCU: 0xD06B, offset: 0x132D84, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4StarCAOV_So9CGPathRefaTg5', symObjAddr: 0xF49C, symBinAddr: 0x78948, symSize: 0x2E8 } + - { offsetInCU: 0xD335, offset: 0x13304E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_', symObjAddr: 0xFED0, symBinAddr: 0x7937C, symSize: 0xA0 } + - { offsetInCU: 0xD407, offset: 0x133120, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x102AC, symBinAddr: 0x79758, symSize: 0x1A4 } + - { offsetInCU: 0xD4BB, offset: 0x1331D4, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x10450, symBinAddr: 0x798FC, symSize: 0x1A4 } + - { offsetInCU: 0xD56F, offset: 0x133288, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie0K5ColorVTg5', symObjAddr: 0x105F4, symBinAddr: 0x79AA0, symSize: 0x1A4 } + - { offsetInCU: 0xD623, offset: 0x13333C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x10798, symBinAddr: 0x79C44, symSize: 0x1C4 } + - { offsetInCU: 0xD6D7, offset: 0x1333F0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x1095C, symBinAddr: 0x79E08, symSize: 0x1B8 } + - { offsetInCU: 0xD78B, offset: 0x1334A4, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x10B14, symBinAddr: 0x79FC0, symSize: 0x1C0 } + - { offsetInCU: 0xD83F, offset: 0x133558, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x10CD4, symBinAddr: 0x7A180, symSize: 0x1B0 } + - { offsetInCU: 0xD8F3, offset: 0x13360C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x10E84, symBinAddr: 0x7A330, symSize: 0x1A4 } + - { offsetInCU: 0xD9D3, offset: 0x1336EC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSo21NSAttributedStringKeya_ypTg5', symObjAddr: 0x111CC, symBinAddr: 0x7A678, symSize: 0x210 } + - { offsetInCU: 0xDABD, offset: 0x1337D6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x113E0, symBinAddr: 0x7A88C, symSize: 0x1F4 } + - { offsetInCU: 0xDB85, offset: 0x13389E, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSo13CATransform3DV_s15CollectionOfOneVyAGGTg5', symObjAddr: 0x11904, symBinAddr: 0x7ADB0, symSize: 0xCC } + - { offsetInCU: 0xDCC1, offset: 0x1339DA, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lF12CoreGraphics7CGFloatV_s15CollectionOfOneVyAHGTg5', symObjAddr: 0x119D0, symBinAddr: 0x7AE7C, symSize: 0xD4 } + - { offsetInCU: 0xDDFD, offset: 0x133B16, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSb_s15CollectionOfOneVySbGTg5', symObjAddr: 0x11AA4, symBinAddr: 0x7AF50, symSize: 0xCC } + - { offsetInCU: 0xDF39, offset: 0x133C52, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySo13CATransform3DVG_s010CollectionH3OneVyAMGTg5', symObjAddr: 0x12130, symBinAddr: 0x7B5DC, symSize: 0x22C } + - { offsetInCU: 0xE048, offset: 0x133D61, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy12CoreGraphics7CGFloatVG_s010CollectionH3OneVyANGTg5', symObjAddr: 0x1235C, symBinAddr: 0x7B808, symSize: 0x1B4 } + - { offsetInCU: 0xE16D, offset: 0x133E86, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySbG_s010CollectionH3OneVySbGTg5', symObjAddr: 0x12510, symBinAddr: 0x7B9BC, symSize: 0x1BC } + - { offsetInCU: 0xE23A, offset: 0x133F53, size: 0x8, addend: 0x0, symName: '_$sSa17_customRemoveLastxSgyFSo13CATransform3DV_Tg5', symObjAddr: 0x12DCC, symBinAddr: 0x7C278, symSize: 0x88 } + - { offsetInCU: 0xE2E4, offset: 0x133FFD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5', symObjAddr: 0x12EC0, symBinAddr: 0x7C36C, symSize: 0x104 } + - { offsetInCU: 0xE39F, offset: 0x1340B8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5', symObjAddr: 0x12FC4, symBinAddr: 0x7C470, symSize: 0x100 } + - { offsetInCU: 0xE45A, offset: 0x134173, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5', symObjAddr: 0x13168, symBinAddr: 0x7C614, symSize: 0xB4 } + - { offsetInCU: 0xE515, offset: 0x13422E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5', symObjAddr: 0x1321C, symBinAddr: 0x7C6C8, symSize: 0xA4 } + - { offsetInCU: 0xE5D0, offset: 0x1342E9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5', symObjAddr: 0x132C0, symBinAddr: 0x7C76C, symSize: 0x9C } + - { offsetInCU: 0xE68B, offset: 0x1343A4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5', symObjAddr: 0x1335C, symBinAddr: 0x7C808, symSize: 0xB4 } + - { offsetInCU: 0xE746, offset: 0x13445F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5', symObjAddr: 0x13410, symBinAddr: 0x7C8BC, symSize: 0xA8 } + - { offsetInCU: 0xE801, offset: 0x13451A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5', symObjAddr: 0x134B8, symBinAddr: 0x7C964, symSize: 0xD4 } + - { offsetInCU: 0xE8BC, offset: 0x1345D5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5', symObjAddr: 0x13638, symBinAddr: 0x7CAE4, symSize: 0xBC } + - { offsetInCU: 0xE977, offset: 0x134690, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5', symObjAddr: 0x136F4, symBinAddr: 0x7CBA0, symSize: 0xD0 } + - { offsetInCU: 0xEA32, offset: 0x13474B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5', symObjAddr: 0x137C4, symBinAddr: 0x7CC70, symSize: 0xDC } + - { offsetInCU: 0xEAE2, offset: 0x1347FB, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV37_appendElementAssumeUniqueAndCapacity_03newD0ySi_xntF6Lottie17KeypathSearchable_p_Tg5Tf4nen_n', symObjAddr: 0x1394C, symBinAddr: 0x7CDF8, symSize: 0x78 } + - { offsetInCU: 0xEBE8, offset: 0x134901, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySo13CATransform3DVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t6VySo13U10DVG_A3_TG5xq_s5Error_pr0_lyAtSIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0vwaxb23E29addCombinedTransformz26_FCF865A3410C50F6C3BA6E234d59FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFSo13u5DVAC4T11VyALGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x139C4, symBinAddr: 0x7CE70, symSize: 0x678 } + - { offsetInCU: 0xF2B1, offset: 0x134FCA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo13CATransform3DV_TB5Tf4nnnnnd_n', symObjAddr: 0x1403C, symBinAddr: 0x7D4E8, symSize: 0x93C } + - { offsetInCU: 0xFD67, offset: 0x135A80, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySo13CATransform3DVG_A_Tg505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7x25VtKFSo13CATransform3DVAC4Z11VyALGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x14978, symBinAddr: 0x7DE24, symSize: 0xD60 } + - { offsetInCU: 0x10988, offset: 0x1366A1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC0B8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x15878, symBinAddr: 0x7ED24, symSize: 0x29C } + - { offsetInCU: 0x10D75, offset: 0x136A8E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d74FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKFSo7s6VAC0B8T53DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x15B14, symBinAddr: 0x7EFC0, symSize: 0x290 } + - { offsetInCU: 0x11191, offset: 0x136EAA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo7CGPointV_TB5Tf4nnnnnd_n', symObjAddr: 0x15DA4, symBinAddr: 0x7F250, symSize: 0x900 } + - { offsetInCU: 0x11C54, offset: 0x13796D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x166A4, symBinAddr: 0x7FB50, symSize: 0x3AC } + - { offsetInCU: 0x11FC7, offset: 0x137CE0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb17E23addAnchorPointy26_FCF865A3410C50F6C3BA6E234d67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7s6VAC0B8T7DVXEfU_AbUTf1nncn_nTf4ndngg_n', symObjAddr: 0x16BFC, symBinAddr: 0x800A8, symSize: 0x7A0 } + - { offsetInCU: 0x1265B, offset: 0x138374, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05W43F7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AbYTf1nncnnn_nTf4xnnndgg_n', symObjAddr: 0x17668, symBinAddr: 0x80B14, symSize: 0x4D0 } + - { offsetInCU: 0x1289B, offset: 0x1385B4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC0B8Vector3DV_So7CGPointVTg505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7x20VtKFSo7CGPointVAC0B8Z7DVXEfU_AbUTf1nnnnnc_nTf4nnndxgg_n', symObjAddr: 0x17B38, symBinAddr: 0x80FE4, symSize: 0xD54 } + - { offsetInCU: 0x13583, offset: 0x13929C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1A994, symBinAddr: 0x83E40, symSize: 0x664 } + - { offsetInCU: 0x13ADB, offset: 0x1397F4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlF12CoreGraphics7CGFloatV_TB5Tf4nnnnnd_n', symObjAddr: 0x1AFF8, symBinAddr: 0x844A4, symSize: 0x8F0 } + - { offsetInCU: 0x14580, offset: 0x13A299, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1BA8C, symBinAddr: 0x84F38, symSize: 0x664 } + - { offsetInCU: 0x14AA0, offset: 0x13A7B9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU3_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1C658, symBinAddr: 0x85B04, symSize: 0x664 } + - { offsetInCU: 0x14FC0, offset: 0x13ACD9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU2_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1D208, symBinAddr: 0x866B4, symSize: 0x664 } + - { offsetInCU: 0x154E0, offset: 0x13B1F9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU1_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1DA04, symBinAddr: 0x86EB0, symSize: 0x664 } + - { offsetInCU: 0x15A00, offset: 0x13B719, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb99E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1EEE8, symBinAddr: 0x88394, symSize: 0x664 } + - { offsetInCU: 0x15F20, offset: 0x13BC39, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowRadiusy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T53DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1F6F0, symBinAddr: 0x88B9C, symSize: 0x664 } + - { offsetInCU: 0x16440, offset: 0x13C159, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb19E25addShadowOpacityy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1FEF8, symBinAddr: 0x893A4, symSize: 0x664 } + - { offsetInCU: 0x16972, offset: 0x13C68B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T8DVXEfU0_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x20700, symBinAddr: 0x89BAC, symSize: 0x664 } + - { offsetInCU: 0x16EE1, offset: 0x13CBFA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T7DVXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x20D64, symBinAddr: 0x8A210, symSize: 0x664 } + - { offsetInCU: 0x1743E, offset: 0x13D157, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x224A0, symBinAddr: 0x8B94C, symSize: 0x664 } + - { offsetInCU: 0x1795E, offset: 0x13D677, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x22CA8, symBinAddr: 0x8C154, symSize: 0x664 } + - { offsetInCU: 0x17EAC, offset: 0x13DBC5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x24398, symBinAddr: 0x8D844, symSize: 0x6A0 } + - { offsetInCU: 0x183AB, offset: 0x13E0C4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x24A38, symBinAddr: 0x8DEE4, symSize: 0x398 } + - { offsetInCU: 0x185CB, offset: 0x13E2E4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x24F7C, symBinAddr: 0x8E428, symSize: 0x6A0 } + - { offsetInCU: 0x18ABB, offset: 0x13E7D4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x2561C, symBinAddr: 0x8EAC8, symSize: 0x3A0 } + - { offsetInCU: 0x18DAE, offset: 0x13EAC7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySbG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4T11VySbG_SbTG5xq_s5Error_pr0_lyARSbIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb101E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKFSbAC4T11VySbGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2684C, symBinAddr: 0x8FCF8, symSize: 0x664 } + - { offsetInCU: 0x19327, offset: 0x13F040, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSb_TB5Tf4nnnnnd_n', symObjAddr: 0x26EB0, symBinAddr: 0x9035C, symSize: 0x8E8 } + - { offsetInCU: 0x19DEB, offset: 0x13FB04, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySbG_SbTg505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7x9VtKFSbAC4Z11VySbGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x27798, symBinAddr: 0x90C44, symSize: 0xD70 } + - { offsetInCU: 0x1AB51, offset: 0x14086A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb12E23addShadowtY162_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x28650, symBinAddr: 0x91AFC, symSize: 0x8D0 } + - { offsetInCU: 0x1B507, offset: 0x141220, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo10CGColorRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x28F20, symBinAddr: 0x923CC, symSize: 0xA3C } + - { offsetInCU: 0x1C0F2, offset: 0x141E0B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb84E13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x29AF4, symBinAddr: 0x92FA0, symSize: 0x8D0 } + - { offsetInCU: 0x1CA0B, offset: 0x142724, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb98E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2A920, symBinAddr: 0x93DCC, symSize: 0x8D0 } + - { offsetInCU: 0x1D32E, offset: 0x143047, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n095$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKFSo10CGColorRefaAA0A5T6VXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2B388, symBinAddr: 0x94834, symSize: 0x8D0 } + - { offsetInCU: 0x1DC15, offset: 0x14392E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowOffsety92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6T9VALXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2CC70, symBinAddr: 0x9611C, symSize: 0x68C } + - { offsetInCU: 0x1E1B5, offset: 0x143ECE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo6CGSizeV_TB5Tf4nnnnnd_n', symObjAddr: 0x2D2FC, symBinAddr: 0x967A8, symSize: 0x900 } + - { offsetInCU: 0x1EC78, offset: 0x144991, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05W31F7ContextVtKFSo6CGSizeVALXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x2DBFC, symBinAddr: 0x970A8, symSize: 0x3B0 } + - { offsetInCU: 0x1EE78, offset: 0x144B91, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So6CGSizeV_AYTg505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7x7VtKFSo6Z9VALXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x2DFAC, symBinAddr: 0x97458, symSize: 0xD50 } + - { offsetInCU: 0x1FAB6, offset: 0x1457CF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC010BezierPathS0V_Tg5Tf4nd_n', symObjAddr: 0x2EEF0, symBinAddr: 0x9839C, symSize: 0x29C } + - { offsetInCU: 0x1FEBC, offset: 0x145BD5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnncn_nTf4ndgn_n', symObjAddr: 0x2F18C, symBinAddr: 0x98638, symSize: 0xCC0 } + - { offsetInCU: 0x20892, offset: 0x1465AB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo9CGPathRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x2FE4C, symBinAddr: 0x992F8, symSize: 0xA3C } + - { offsetInCU: 0x2145B, offset: 0x147174, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_n013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D57ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4xnnndn_n', symObjAddr: 0x30888, symBinAddr: 0x99D34, symSize: 0x3D8 } + - { offsetInCU: 0x21667, offset: 0x147380, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4nnndxn_n', symObjAddr: 0x30C60, symBinAddr: 0x9A10C, symSize: 0xD1C } + - { offsetInCU: 0x223CF, offset: 0x1480E8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3197C, symBinAddr: 0x9AE28, symSize: 0xD04 } + - { offsetInCU: 0x22DA4, offset: 0x148ABD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x32A08, symBinAddr: 0x9BEB4, symSize: 0x3F8 } + - { offsetInCU: 0x22FCE, offset: 0x148CE7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x32E00, symBinAddr: 0x9C2AC, symSize: 0xCDC } + - { offsetInCU: 0x23C21, offset: 0x14993A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSayAC10BezierPathVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SayAC10tu6VG_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9p11RefaSayAC10tU7VGXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x33ADC, symBinAddr: 0x9CF88, symSize: 0x79C } + - { offsetInCU: 0x240DB, offset: 0x149DF4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapew2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16D50ContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnnn_nTf4xnnndn_n', symObjAddr: 0x34278, symBinAddr: 0x9D724, symSize: 0x3CC } + - { offsetInCU: 0x242FD, offset: 0x14A016, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SayAC10BezierPathVG_So9CGPathRefaTg5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16wx26VSitKFSo9CGPathRefaSayAC10Z11PathVGXEfU_SiTf1nnnnnc_nTf4nnndxn_n', symObjAddr: 0x34644, symBinAddr: 0x9DAF0, symSize: 0xD30 } + - { offsetInCU: 0x24F46, offset: 0x14AC5F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC7EllipseCAJV_Tg5Tf4nd_n', symObjAddr: 0x35568, symBinAddr: 0x9EA14, symSize: 0x29C } + - { offsetInCU: 0x253AE, offset: 0x14B0C7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC7EllipseCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC7t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb48E13addAnimations3for7context14pathMultiplieryAC7t33C_AC0B16AnimationContextVSitKFSo9p7RefaAI8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x35804, symBinAddr: 0x9ECB0, symSize: 0x984 } + - { offsetInCU: 0x25C7C, offset: 0x14B995, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC7EllipseCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16d29ContextVSitKFSo9CGPathRefaAI8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x36624, symBinAddr: 0x9FAD0, symSize: 0x434 } + - { offsetInCU: 0x25EC7, offset: 0x14BBE0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b48E13addAnimations3for7context14pathMultiplieryAC7z8C_AC0B16wx22VSitKFSo9CGPathRefaAI8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x36A58, symBinAddr: 0x9FF04, symSize: 0xD1C } + - { offsetInCU: 0x26B10, offset: 0x14C829, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC9RectangleCAJV_Tg5Tf4nd_n', symObjAddr: 0x37968, symBinAddr: 0xA0E14, symSize: 0x29C } + - { offsetInCU: 0x26F81, offset: 0x14CC9A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC9RectangleCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC9t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9t49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x37C04, symBinAddr: 0xA10B0, symSize: 0xAD0 } + - { offsetInCU: 0x278A3, offset: 0x14D5BC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC9RectangleCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16d45ContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x38A70, symBinAddr: 0xA1F1C, symSize: 0x434 } + - { offsetInCU: 0x27AEE, offset: 0x14D807, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9z8C_AC0B16wx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x38EA4, symBinAddr: 0xA2350, symSize: 0xD1C } + - { offsetInCU: 0x28737, offset: 0x14E450, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC4StarCAJV_Tg5Tf4nd_n', symObjAddr: 0x39DB4, symBinAddr: 0xA3260, symSize: 0x29C } + - { offsetInCU: 0x28B9C, offset: 0x14E8B5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb13E19addPolygony67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4t24C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3A050, symBinAddr: 0xA34FC, symSize: 0xB0C } + - { offsetInCU: 0x29515, offset: 0x14F22E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb6E16addty93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3AF00, symBinAddr: 0xA43AC, symSize: 0xA2C } + - { offsetInCU: 0x29DC6, offset: 0x14FADF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S38VxKXEfU0_SaySdG_SaySo10CGColorRefaGTG5xq_s5Error_pr0_lyAPSaySo07CGColorQ0aGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x3CE8C, symBinAddr: 0xA6338, symSize: 0x7A8 } + - { offsetInCU: 0x2A354, offset: 0x15006D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSaySo10CGColorRefaG_TB5Tf4nnnnnd_n', symObjAddr: 0x3D634, symBinAddr: 0xA6AE0, symSize: 0x918 } + - { offsetInCU: 0x2AE4C, offset: 0x150B65, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S46VxKXEfU0_SaySdG_Say12CoreGraphics7CGFloatVGTG5xq_s5Error_pr0_lyAPSay12CoreGraphics7CGFloatVGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x3DF4C, symBinAddr: 0xA73F8, symSize: 0x7A8 } + - { offsetInCU: 0x2B3DA, offset: 0x1510F3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSay12CoreGraphics7CGFloatVG_TB5Tf4nnnnnd_n', symObjAddr: 0x3E6F4, symBinAddr: 0xA7BA0, symSize: 0x918 } + - { offsetInCU: 0x2BEE1, offset: 0x151BFA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x3F4A8, symBinAddr: 0xA8954, symSize: 0x290 } + - { offsetInCU: 0x2C27C, offset: 0x151F95, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x3F738, symBinAddr: 0xA8BE4, symSize: 0x3AC } + - { offsetInCU: 0x2C4AE, offset: 0x1521C7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V55AELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x3FC7C, symBinAddr: 0xA9128, symSize: 0x290 } + - { offsetInCU: 0x2C81A, offset: 0x152533, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x3FF0C, symBinAddr: 0xA93B8, symSize: 0x3BC } + - { offsetInCU: 0x2CA80, offset: 0x152799, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySdG_s15EmptyCollectionVySdGTg5Tf4nndn_n', symObjAddr: 0x4173C, symBinAddr: 0xAABE8, symSize: 0x15C } + - { offsetInCU: 0x2CB9E, offset: 0x1528B7, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VyypG_s15EmptyCollectionVyypGTg5Tf4nndn_n', symObjAddr: 0x418AC, symBinAddr: 0xAAD58, symSize: 0x194 } + - { offsetInCU: 0x2CD5D, offset: 0x152A76, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo13CATransform3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So13T9DV_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So13T6DV_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x41CF4, symBinAddr: 0xAB1A0, symSize: 0x678 } + - { offsetInCU: 0x2D237, offset: 0x152F50, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSo13CATransform3DV_Tg5Tf4xnnn_n', symObjAddr: 0x4274C, symBinAddr: 0xABBF8, symSize: 0x2C4 } + - { offsetInCU: 0x2D3D1, offset: 0x1530EA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAO_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_A__A_TG5xq_s5Error_pr0_lyA2OIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf20ContextVtKlFxxXEfU0_uS5V_TG5Tf1nncn_nTf4ndd_n', symObjAddr: 0x42CB0, symBinAddr: 0xAC15C, symSize: 0x290 } + - { offsetInCU: 0x2D76C, offset: 0x153485, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG35ContextVtKlFxxXEfU0_So7CGPointV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x42F40, symBinAddr: 0xAC3EC, symSize: 0x3BC } + - { offsetInCU: 0x2DA3B, offset: 0x153754, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlF12CoreGraphics7CGFloatV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s11VxKXEfU0_12t9Graphics7V8V_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf22ContextVtKlFxxXEfU0_12t9Graphics7V5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x432FC, symBinAddr: 0xAC7A8, symSize: 0x664 } + - { offsetInCU: 0x2DF25, offset: 0x153C3E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlF12CoreGraphics7CGFloatV_Tg5Tf4xnnn_n', symObjAddr: 0x4398C, symBinAddr: 0xACE38, symSize: 0x238 } + - { offsetInCU: 0x2E00C, offset: 0x153D25, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7X34VtKFSo7CGPointVAC0B8Vector3DVXEfU_AbTTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x43BC4, symBinAddr: 0xAD070, symSize: 0x7B4 } + - { offsetInCU: 0x2E48E, offset: 0x1541A7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12addAnimation3for9keyframes5value7contextyAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0iD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b102E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05i2F7m7VtKFSo7q6VAC0B8P7DVXEfU_AbPTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x44378, symBinAddr: 0xAD824, symSize: 0x260 } + - { offsetInCU: 0x2E66D, offset: 0x154386, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSb_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_Sb_SbTG5xq_s5Error_pr0_lyS2bIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rF26ContextVtKlFxxXEfU0_Sb_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x445D8, symBinAddr: 0xADA84, symSize: 0x664 } + - { offsetInCU: 0x2EB57, offset: 0x154870, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSb_Tg5Tf4xnnn_n', symObjAddr: 0x4501C, symBinAddr: 0xAE4C8, symSize: 0x224 } + - { offsetInCU: 0x2ED02, offset: 0x154A1B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo07CGColorQ0a_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So10T11Refa_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So10T8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x45240, symBinAddr: 0xAE6EC, symSize: 0x664 } + - { offsetInCU: 0x2F23B, offset: 0x154F54, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo10CGColorRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG39ContextVtKlFxxXEfU0_So10CGColorRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x458A4, symBinAddr: 0xAED50, symSize: 0x3C8 } + - { offsetInCU: 0x2F437, offset: 0x155150, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So6T5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x45C6C, symBinAddr: 0xAF118, symSize: 0x68C } + - { offsetInCU: 0x2F927, offset: 0x155640, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG34ContextVtKlFxxXEfU0_So6CGSizeV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x462F8, symBinAddr: 0xAF7A4, symSize: 0x3C0 } + - { offsetInCU: 0x2FBF3, offset: 0x15590C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAI_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So9P11Refa_A1_TG5xq_s5Error_pr0_lyA2IIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So9P8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x46904, symBinAddr: 0xAFDB0, symSize: 0x664 } + - { offsetInCU: 0x3011D, offset: 0x155E36, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo9CGPathRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG37ContextVtKlFxxXEfU0_So9CGPathRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x46F68, symBinAddr: 0xB0414, symSize: 0x3C8 } + - { offsetInCU: 0x30428, offset: 0x156141, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC7EllipseC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16dx22VSitKFSo9CGPathRefaAI8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x47544, symBinAddr: 0xB09F0, symSize: 0x7B0 } + - { offsetInCU: 0x309B6, offset: 0x1566CF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC9RectangleC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16dx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x47CF4, symBinAddr: 0xB11A0, symSize: 0x7B8 } + - { offsetInCU: 0x30FCE, offset: 0x156CE7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b98E16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x484AC, symBinAddr: 0xB1958, symSize: 0x838 } + - { offsetInCU: 0x3147F, offset: 0x157198, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b103E19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x48CE4, symBinAddr: 0xB2190, symSize: 0x838 } + - { offsetInCU: 0x319C2, offset: 0x1576DB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySo07CGColorQ0aG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SaySo10T12RefaG_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf27ContextVtKlFxxXEfU0_SaySo10T9RefaG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4951C, symBinAddr: 0xB29C8, symSize: 0x664 } + - { offsetInCU: 0x31F00, offset: 0x157C19, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSaySo10CGColorRefaG_A0_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG43ContextVtKlFxxXEfU0_SaySo10CGColorRefaG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x49B80, symBinAddr: 0xB302C, symSize: 0x3C0 } + - { offsetInCU: 0x321CC, offset: 0x157EE5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSay12CoreGraphics7CGFloatVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_Say12t9Graphics7V9VG_A3_TG5xq_s5Error_pr0_lyA2SIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf25ContextVtKlFxxXEfU0_Say12t9Graphics7V6VG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4A1EC, symBinAddr: 0xB3698, symSize: 0x664 } + - { offsetInCU: 0x3270A, offset: 0x158423, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSay12CoreGraphics7CGFloatVG_A1_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG51ContextVtKlFxxXEfU0_Say12CoreGraphics7CGFloatVG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4A850, symBinAddr: 0xB3CFC, symSize: 0x3C0 } + - { offsetInCU: 0x32987, offset: 0x1586A0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX34VtKFSo7CGPointVAA0A8Vector3DVXEfU_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x4AE94, symBinAddr: 0xB4340, symSize: 0x808 } + - { offsetInCU: 0x32E6D, offset: 0x158B86, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX35VtKFSo7CGPointVAA0A8Vector3DVXEfU0_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x4B69C, symBinAddr: 0xB4B48, symSize: 0x808 } + - { offsetInCU: 0x3333D, offset: 0x159056, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x4BEA4, symBinAddr: 0xB5350, symSize: 0x690 } + - { offsetInCU: 0x337C7, offset: 0x1594E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOr', symObjAddr: 0x4C574, symBinAddr: 0xB59E0, symSize: 0xB8 } + - { offsetInCU: 0x337DB, offset: 0x1594F4, size: 0x8, addend: 0x0, symName: '_$sSSWOr', symObjAddr: 0x4C63C, symBinAddr: 0xB5A98, symSize: 0x28 } + - { offsetInCU: 0x337EF, offset: 0x159508, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOs', symObjAddr: 0x4C664, symBinAddr: 0xB5AC0, symSize: 0xB8 } + - { offsetInCU: 0x33803, offset: 0x15951C, size: 0x8, addend: 0x0, symName: '_$sSSWOs', symObjAddr: 0x4C72C, symBinAddr: 0xB5B78, symSize: 0x28 } + - { offsetInCU: 0x33817, offset: 0x159530, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC010BezierPathV0V_So9CGPathRefaTg5TA', symObjAddr: 0x4C790, symBinAddr: 0xB5BBC, symSize: 0x18 } + - { offsetInCU: 0x3382B, offset: 0x159544, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4C7A8, symBinAddr: 0xB5BD4, symSize: 0x8 } + - { offsetInCU: 0x3383F, offset: 0x159558, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5TA', symObjAddr: 0x4C81C, symBinAddr: 0xB5C14, symSize: 0x8 } + - { offsetInCU: 0x33853, offset: 0x15956C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x4C824, symBinAddr: 0xB5C1C, symSize: 0x8 } + - { offsetInCU: 0x33867, offset: 0x159580, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_TA', symObjAddr: 0x4C82C, symBinAddr: 0xB5C24, symSize: 0x8 } + - { offsetInCU: 0x3387B, offset: 0x159594, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4C834, symBinAddr: 0xB5C2C, symSize: 0x8 } + - { offsetInCU: 0x3388F, offset: 0x1595A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4C91C, symBinAddr: 0xB5C34, symSize: 0x8 } + - { offsetInCU: 0x338A3, offset: 0x1595BC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So9CGPathRefa_A1_TG5TA', symObjAddr: 0x4C9AC, symBinAddr: 0xB5C3C, symSize: 0x20 } + - { offsetInCU: 0x3391A, offset: 0x159633, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy6Lottie16AnimationKeypathV7keypath_AL16AnyValueProvider_p05valueP0tG_s15EmptyCollectionVyAnO_AlP_pAQtGTg5Tf4nndn_n', symObjAddr: 0x4C9CC, symBinAddr: 0xB5C5C, symSize: 0x1B0 } + - { offsetInCU: 0x339F4, offset: 0x15970D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOr', symObjAddr: 0x4CC60, symBinAddr: 0xB5EF0, symSize: 0x2C } + - { offsetInCU: 0x33A08, offset: 0x159721, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x4CCE4, symBinAddr: 0xB5F74, symSize: 0x20 } + - { offsetInCU: 0x33A1C, offset: 0x159735, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4CD04, symBinAddr: 0xB5F94, symSize: 0x1C } + - { offsetInCU: 0x33A30, offset: 0x159749, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4CD20, symBinAddr: 0xB5FB0, symSize: 0x1C } + - { offsetInCU: 0x33A44, offset: 0x15975D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4CD3C, symBinAddr: 0xB5FCC, symSize: 0x1C } + - { offsetInCU: 0x33A58, offset: 0x159771, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOs', symObjAddr: 0x4CD58, symBinAddr: 0xB5FE8, symSize: 0x2C } + - { offsetInCU: 0x33A6C, offset: 0x159785, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_12CoreGraphics7CGFloatV_A2_TG5TA', symObjAddr: 0x4CD84, symBinAddr: 0xB6014, symSize: 0x20 } + - { offsetInCU: 0x33A80, offset: 0x159799, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5TA', symObjAddr: 0x4CDC0, symBinAddr: 0xB6050, symSize: 0x8 } + - { offsetInCU: 0x33A94, offset: 0x1597AD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_So10CGColorRefa_Tg5TA', symObjAddr: 0x4CDC8, symBinAddr: 0xB6058, symSize: 0x1C } + - { offsetInCU: 0x33AA8, offset: 0x1597C1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x4CDE4, symBinAddr: 0xB6074, symSize: 0x1C } + - { offsetInCU: 0x33ABC, offset: 0x1597D5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_So10CGColorRefa_Tg5TA', symObjAddr: 0x4CE00, symBinAddr: 0xB6090, symSize: 0x1C } + - { offsetInCU: 0x33AD0, offset: 0x1597E9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So10CGColorRefa_A1_TG5TA', symObjAddr: 0x4CE1C, symBinAddr: 0xB60AC, symSize: 0x20 } + - { offsetInCU: 0x33AF6, offset: 0x15980F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_SayAA10BezierPathVG_TG5TA', symObjAddr: 0x4CE58, symBinAddr: 0xB60E8, symSize: 0x58 } + - { offsetInCU: 0x33B1F, offset: 0x159838, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SayAC10BezierPathVG_So9CGPathRefaTG5TA', symObjAddr: 0x4CEB0, symBinAddr: 0xB6140, symSize: 0x20 } + - { offsetInCU: 0x33B33, offset: 0x15984C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4CEEC, symBinAddr: 0xB617C, symSize: 0x8 } + - { offsetInCU: 0x33B47, offset: 0x159860, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4CF10, symBinAddr: 0xB61A0, symSize: 0x8 } + - { offsetInCU: 0x33B5B, offset: 0x159874, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4CF34, symBinAddr: 0xB61C4, symSize: 0x8 } + - { offsetInCU: 0x33B6F, offset: 0x159888, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTG5TA', symObjAddr: 0x4CF74, symBinAddr: 0xB6204, symSize: 0x20 } + - { offsetInCU: 0x33B83, offset: 0x15989C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Say12CoreGraphics7CGFloatVG_A3_TG5TA', symObjAddr: 0x4CF94, symBinAddr: 0xB6224, symSize: 0x20 } + - { offsetInCU: 0x33B97, offset: 0x1598B0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySo10CGColorRefaG_A2_TG5TA', symObjAddr: 0x4CFB4, symBinAddr: 0xB6244, symSize: 0x20 } + - { offsetInCU: 0x33BAB, offset: 0x1598C4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC4HoldVySo13CATransform3DVG_AYTg5TA', symObjAddr: 0x4CFF0, symBinAddr: 0xB6280, symSize: 0x18 } + - { offsetInCU: 0x33BBF, offset: 0x1598D8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5TA', symObjAddr: 0x4D008, symBinAddr: 0xB6298, symSize: 0x8 } + - { offsetInCU: 0x33BD3, offset: 0x1598EC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5TA', symObjAddr: 0x4D010, symBinAddr: 0xB62A0, symSize: 0x8 } + - { offsetInCU: 0x33BE7, offset: 0x159900, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x4D018, symBinAddr: 0xB62A8, symSize: 0x8 } + - { offsetInCU: 0x33BFB, offset: 0x159914, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGACyxGAA03AnybC0A2A0F14InterpolatableRzlWl', symObjAddr: 0x4D020, symBinAddr: 0xB62B0, symSize: 0x5C } + - { offsetInCU: 0x33C0F, offset: 0x159928, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyKeyframeGroup_pWOb', symObjAddr: 0x4D07C, symBinAddr: 0xB630C, symSize: 0x18 } + - { offsetInCU: 0x33C23, offset: 0x15993C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5TA', symObjAddr: 0x4D114, symBinAddr: 0xB6340, symSize: 0x8 } + - { offsetInCU: 0x33C37, offset: 0x159950, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5TA', symObjAddr: 0x4D1D4, symBinAddr: 0xB6400, symSize: 0x8 } + - { offsetInCU: 0x33C4B, offset: 0x159964, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5TA', symObjAddr: 0x4D1DC, symBinAddr: 0xB6408, symSize: 0x8 } + - { offsetInCU: 0x33C86, offset: 0x15999F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W15Vector1DVXEfU0_SiTf1nnnnnc_n', symObjAddr: 0x0, symBinAddr: 0x694AC, symSize: 0x284 } + - { offsetInCU: 0x33E4E, offset: 0x159B67, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W14Vector1DVXEfU_SiTf1nnnnnc_n', symObjAddr: 0x284, symBinAddr: 0x69730, symSize: 0x284 } + - { offsetInCU: 0x34058, offset: 0x159D71, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_12CoreGraphics7CGFloatVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC0B8e5DV_12f9Graphics7H4VTG5xq_s5Error_pr0_lyAiNIsgnrzo_Tf1cn_n0ijklc49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234o73FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12f9Graphics7h6VAC0B8E8DVXEfU0_Tf1nc_n', symObjAddr: 0xD04, symBinAddr: 0x6A1B0, symSize: 0x160 } + - { offsetInCU: 0x342A6, offset: 0x159FBF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySo6CGSizeVGG_AITg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wn29ContextVtKr0_lFq_ARKXEfU1_So6E7V_A_TG5xq_s5Error_pr0_lyA2IIsgnrzo_Tf1cn_n0fghic18E24addShadowOffsetk92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6E9VALXEfU0_Tf1nc_n', symObjAddr: 0x1338, symBinAddr: 0x6A7E4, symSize: 0x14C } + - { offsetInCU: 0x34575, offset: 0x15A28E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1ncn_n', symObjAddr: 0x1484, symBinAddr: 0x6A930, symSize: 0x380 } + - { offsetInCU: 0x3491E, offset: 0x15A637, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySayAE10BezierPathVGGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq33ContextVtKr0_lFq_ARKXEfU1_SayAC10ef6VG_So9G7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9g11RefaSayAC10eF7VGXEfU_SiTf1nc_n', symObjAddr: 0x1978, symBinAddr: 0x6AE24, symSize: 0x180 } + - { offsetInCU: 0x34B5C, offset: 0x15A875, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0ww30ContextVtKr0_lFq_ARKXEfU1_AC23ef12Keyframes33_hijklm5CLLV_pN4VTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n011$s6Lottie19f17RenderLayerC09adde16B10Animations33_hijklm62CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7n7VAA0fB9G57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nc_n', symObjAddr: 0x1AF8, symBinAddr: 0x6AFA4, symSize: 0x14C } + - { offsetInCU: 0x34E09, offset: 0x15AB22, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs18ReversedCollectionVySay6Lottie5GroupCGG_AH0G5LayerCTg5', symObjAddr: 0x1F1C, symBinAddr: 0x6B3C8, symSize: 0x224 } + - { offsetInCU: 0x350AE, offset: 0x15ADC7, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x263C, symBinAddr: 0x6BAE8, symSize: 0x130 } + - { offsetInCU: 0x3513C, offset: 0x15AE55, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x276C, symBinAddr: 0x6BC18, symSize: 0xA0 } + - { offsetInCU: 0x351CA, offset: 0x15AEE3, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie0D5ColorVTB5', symObjAddr: 0x280C, symBinAddr: 0x6BCB8, symSize: 0xF4 } + - { offsetInCU: 0x3525F, offset: 0x15AF78, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x2900, symBinAddr: 0x6BDAC, symSize: 0x128 } + - { offsetInCU: 0x35315, offset: 0x15B02E, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x2A28, symBinAddr: 0x6BED4, symSize: 0xF8 } + - { offsetInCU: 0x353A3, offset: 0x15B0BC, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x2B20, symBinAddr: 0x6BFCC, symSize: 0x100 } + - { offsetInCU: 0x35431, offset: 0x15B14A, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x2C20, symBinAddr: 0x6C0CC, symSize: 0x108 } + - { offsetInCU: 0x354BF, offset: 0x15B1D8, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x2D28, symBinAddr: 0x6C1D4, symSize: 0xF4 } + - { offsetInCU: 0x356F1, offset: 0x15B40A, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSo13CATransform3DV_ypTg5', symObjAddr: 0x4F6C, symBinAddr: 0x6E418, symSize: 0x150 } + - { offsetInCU: 0x358EC, offset: 0x15B605, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_ypTg5', symObjAddr: 0x50BC, symBinAddr: 0x6E568, symSize: 0x120 } + - { offsetInCU: 0x35AEF, offset: 0x15B808, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSb_ypTg5', symObjAddr: 0x51DC, symBinAddr: 0x6E688, symSize: 0x120 } + - { offsetInCU: 0x35CF1, offset: 0x15BA0A, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_So8NSNumberCTg5', symObjAddr: 0x5668, symBinAddr: 0x6EB14, symSize: 0xC4 } + - { offsetInCU: 0x35F13, offset: 0x15BC2C, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie13KeyframeGroupCyAD10BezierPathVG_AD03AnyeF0_pTg5', symObjAddr: 0x586C, symBinAddr: 0x6ED18, symSize: 0x1DC } + - { offsetInCU: 0x3612D, offset: 0x15BE46, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie12AnimatorNode_p_AD17KeypathSearchable_pTg5', symObjAddr: 0x5A48, symBinAddr: 0x6EEF4, symSize: 0x19C } + - { offsetInCU: 0x36319, offset: 0x15C032, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie16CompositionLayerC_AD17KeypathSearchable_pTg5', symObjAddr: 0x5BE4, symBinAddr: 0x6F090, symSize: 0x1CC } + - { offsetInCU: 0x364E1, offset: 0x15C1FA, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSo13CATransform3DV_Tg5', symObjAddr: 0x5DB0, symBinAddr: 0x6F25C, symSize: 0xB4 } + - { offsetInCU: 0x3658B, offset: 0x15C2A4, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tF12CoreGraphics7CGFloatV5start_AE3endt_Tg5', symObjAddr: 0x5F14, symBinAddr: 0x6F3C0, symSize: 0x90 } + - { offsetInCU: 0x3662D, offset: 0x15C346, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSS_Tg5', symObjAddr: 0x5FA4, symBinAddr: 0x6F450, symSize: 0x88 } + - { offsetInCU: 0x376AA, offset: 0x15D3C3, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x16A50, symBinAddr: 0x7FEFC, symSize: 0x1AC } + - { offsetInCU: 0x3788A, offset: 0x15D5A3, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wo31ContextVtKr0_lFq_ARKXEfU1_AC0B8e3DV_hF4VTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0ghijc17E23addAnchorPointl26_FCF865A3410C50F6C3BA6E234m67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7f6VAC0B8E7DVXEfU_So0I0CAE21LayerAnimationContextVTf1nc_nTf4ngg_n', symObjAddr: 0x1739C, symBinAddr: 0x80848, symSize: 0x2CC } + - { offsetInCU: 0x37B7C, offset: 0x15D895, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234L94FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AtRTf1nnnnnc_nTf4nnnnngg_n', symObjAddr: 0x1888C, symBinAddr: 0x81D38, symSize: 0x2A8 } + - { offsetInCU: 0x37DF6, offset: 0x15DB0F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1B8E8, symBinAddr: 0x84D94, symSize: 0x1A4 } + - { offsetInCU: 0x37FD6, offset: 0x15DCEF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1C4B4, symBinAddr: 0x85960, symSize: 0x1A4 } + - { offsetInCU: 0x381B6, offset: 0x15DECF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU3_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1D070, symBinAddr: 0x8651C, symSize: 0x198 } + - { offsetInCU: 0x38396, offset: 0x15E0AF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU2_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1D86C, symBinAddr: 0x86D18, symSize: 0x198 } + - { offsetInCU: 0x38576, offset: 0x15E28F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU1_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1ED50, symBinAddr: 0x881FC, symSize: 0x198 } + - { offsetInCU: 0x38756, offset: 0x15E46F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI113E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1F54C, symBinAddr: 0x889F8, symSize: 0x1A4 } + - { offsetInCU: 0x38936, offset: 0x15E64F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI206E24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1FD54, symBinAddr: 0x89200, symSize: 0x1A4 } + - { offsetInCU: 0x38B16, offset: 0x15E82F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI161E25addShadowOpacityAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2055C, symBinAddr: 0x89A08, symSize: 0x1A4 } + - { offsetInCU: 0x38CF6, offset: 0x15EA0F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x22B04, symBinAddr: 0x8BFB0, symSize: 0x1A4 } + - { offsetInCU: 0x38ED6, offset: 0x15EBEF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x24000, symBinAddr: 0x8D4AC, symSize: 0x1A4 } + - { offsetInCU: 0x390CC, offset: 0x15EDE5, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x24DD0, symBinAddr: 0x8E27C, symSize: 0x1AC } + - { offsetInCU: 0x392AC, offset: 0x15EFC5, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x266A0, symBinAddr: 0x8FB4C, symSize: 0x1AC } + - { offsetInCU: 0x3967C, offset: 0x15F395, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghI190E23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2995C, symBinAddr: 0x92E08, symSize: 0x198 } + - { offsetInCU: 0x3985C, offset: 0x15F575, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi44E13addAnimations3for7contextyAC4FillC_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2A788, symBinAddr: 0x93C34, symSize: 0x198 } + - { offsetInCU: 0x39A3C, offset: 0x15F755, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2B1F0, symBinAddr: 0x9469C, symSize: 0x198 } + - { offsetInCU: 0x39C1C, offset: 0x15F935, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n054$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16D43ContextV_tKFSo10CGColorRefaAA0A5ColorVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2C940, symBinAddr: 0x95DEC, symSize: 0x198 } + - { offsetInCU: 0x39EF2, offset: 0x15FC0B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8g8CGSgAC0wp38ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC010eF20Y0V_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x2ECFC, symBinAddr: 0x981A8, symSize: 0x1F4 } + - { offsetInCU: 0x3A242, offset: 0x15FF5B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_nTf4ngn_n', symObjAddr: 0x32680, symBinAddr: 0x9BB2C, symSize: 0x388 } + - { offsetInCU: 0x3A673, offset: 0x16038C, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC7E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x35374, symBinAddr: 0x9E820, symSize: 0x1F4 } + - { offsetInCU: 0x3A909, offset: 0x160622, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC7e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc48E13addAnimations3for7context14pathMultiplieryAC7e33C_AC0B16AnimationContextVSitKFSo9f7RefaAI8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x36188, symBinAddr: 0x9F634, symSize: 0x49C } + - { offsetInCU: 0x3AF47, offset: 0x160C60, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC9E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x37774, symBinAddr: 0xA0C20, symSize: 0x1F4 } + - { offsetInCU: 0x3B1C7, offset: 0x160EE0, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC9e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9e49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x386D4, symBinAddr: 0xA1B80, symSize: 0x39C } + - { offsetInCU: 0x3B5CA, offset: 0x1612E3, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC4E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x39BC0, symBinAddr: 0xA306C, symSize: 0x1F4 } + - { offsetInCU: 0x3B84A, offset: 0x161563, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc13E19addPolygonm67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4e24C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3AB5C, symBinAddr: 0xA4008, symSize: 0x3A4 } + - { offsetInCU: 0x3BBAE, offset: 0x1618C7, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc6E16addem93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3B92C, symBinAddr: 0xA4DD8, symSize: 0x3AC } + - { offsetInCU: 0x3C0E8, offset: 0x161E01, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x3FAE4, symBinAddr: 0xA8F90, symSize: 0x198 } + - { offsetInCU: 0x3C2C8, offset: 0x161FE1, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x40FB0, symBinAddr: 0xAA45C, symSize: 0x198 } + - { offsetInCU: 0x2B, offset: 0x163297, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xB7214, symSize: 0x3C } + - { offsetInCU: 0x6D, offset: 0x1632D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xB7214, symSize: 0x3C } + - { offsetInCU: 0xBF, offset: 0x16332B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x5C, symBinAddr: 0xB7270, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x16336C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x68, symBinAddr: 0xB727C, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x1633AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x98, symBinAddr: 0xB72AC, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x1633DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesC5shapeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x378, symBinAddr: 0xB758C, symSize: 0x1C8 } + - { offsetInCU: 0x3AA, offset: 0x163616, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCMa', symObjAddr: 0x3C, symBinAddr: 0xB7250, symSize: 0x20 } + - { offsetInCU: 0x3E8, offset: 0x163654, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCfD', symObjAddr: 0xA4, symBinAddr: 0xB72B8, symSize: 0x34 } + - { offsetInCU: 0x449, offset: 0x1636B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0xF8, symBinAddr: 0xB730C, symSize: 0x44 } + - { offsetInCU: 0x495, offset: 0x163701, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x13C, symBinAddr: 0xB7350, symSize: 0x24 } + - { offsetInCU: 0x4F1, offset: 0x16375D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x160, symBinAddr: 0xB7374, symSize: 0x84 } + - { offsetInCU: 0x593, offset: 0x1637FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E4, symBinAddr: 0xB73F8, symSize: 0x8 } + - { offsetInCU: 0x5B3, offset: 0x16381F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E4, symBinAddr: 0xB73F8, symSize: 0x8 } + - { offsetInCU: 0x616, offset: 0x163882, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1EC, symBinAddr: 0xB7400, symSize: 0x10 } + - { offsetInCU: 0x636, offset: 0x1638A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1EC, symBinAddr: 0xB7400, symSize: 0x10 } + - { offsetInCU: 0x67D, offset: 0x1638E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1FC, symBinAddr: 0xB7410, symSize: 0x8 } + - { offsetInCU: 0x69D, offset: 0x163909, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1FC, symBinAddr: 0xB7410, symSize: 0x8 } + - { offsetInCU: 0x6BE, offset: 0x16392A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x204, symBinAddr: 0xB7418, symSize: 0x8 } + - { offsetInCU: 0x6DE, offset: 0x16394A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x204, symBinAddr: 0xB7418, symSize: 0x8 } + - { offsetInCU: 0x6FF, offset: 0x16396B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x20C, symBinAddr: 0xB7420, symSize: 0x8 } + - { offsetInCU: 0x71F, offset: 0x16398B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x20C, symBinAddr: 0xB7420, symSize: 0x8 } + - { offsetInCU: 0x740, offset: 0x1639AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x214, symBinAddr: 0xB7428, symSize: 0x8 } + - { offsetInCU: 0x760, offset: 0x1639CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x214, symBinAddr: 0xB7428, symSize: 0x8 } + - { offsetInCU: 0x781, offset: 0x1639ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x21C, symBinAddr: 0xB7430, symSize: 0xC } + - { offsetInCU: 0x7A1, offset: 0x163A0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x21C, symBinAddr: 0xB7430, symSize: 0xC } + - { offsetInCU: 0x7C2, offset: 0x163A2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x228, symBinAddr: 0xB743C, symSize: 0x10 } + - { offsetInCU: 0x7E2, offset: 0x163A4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x228, symBinAddr: 0xB743C, symSize: 0x10 } + - { offsetInCU: 0x803, offset: 0x163A6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x238, symBinAddr: 0xB744C, symSize: 0xC } + - { offsetInCU: 0x835, offset: 0x163AA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeC06parentC05shapeAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x540, symBinAddr: 0xB7754, symSize: 0x114 } + - { offsetInCU: 0x8EE, offset: 0x163B5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCMa', symObjAddr: 0xD8, symBinAddr: 0xB72EC, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0x163B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA10BezierPathV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x244, symBinAddr: 0xB7458, symSize: 0x134 } + - { offsetInCU: 0x5E, offset: 0x1640FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0xB7868, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x164132, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x50, symBinAddr: 0xB78B8, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x164146, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfC', symObjAddr: 0x80, symBinAddr: 0xB78E8, symSize: 0x20 } + - { offsetInCU: 0xC4, offset: 0x164164, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfc', symObjAddr: 0xA0, symBinAddr: 0xB7908, symSize: 0x1D0 } + - { offsetInCU: 0x24F, offset: 0x1642EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfcTo', symObjAddr: 0x270, symBinAddr: 0xB7AD8, symSize: 0x20 } + - { offsetInCU: 0x26B, offset: 0x16430B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x290, symBinAddr: 0xB7AF8, symSize: 0x44 } + - { offsetInCU: 0x289, offset: 0x164329, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x2D4, symBinAddr: 0xB7B3C, symSize: 0x30 } + - { offsetInCU: 0x2AC, offset: 0x16434C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x304, symBinAddr: 0xB7B6C, symSize: 0x4C } + - { offsetInCU: 0x31A, offset: 0x1643BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC6handleyyAA0A14NSControlEventVF', symObjAddr: 0x350, symBinAddr: 0xB7BB8, symSize: 0x228 } + - { offsetInCU: 0x478, offset: 0x164518, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvg', symObjAddr: 0x6C4, symBinAddr: 0xB7F2C, symSize: 0x58 } + - { offsetInCU: 0x497, offset: 0x164537, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvs', symObjAddr: 0x71C, symBinAddr: 0xB7F84, symSize: 0x5C } + - { offsetInCU: 0x4C0, offset: 0x164560, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM', symObjAddr: 0x778, symBinAddr: 0xB7FE0, symSize: 0x44 } + - { offsetInCU: 0x4EF, offset: 0x16458F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM.resume.0', symObjAddr: 0x7BC, symBinAddr: 0xB8024, symSize: 0x4 } + - { offsetInCU: 0x538, offset: 0x1645D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AjA0A14NSControlEventVtF', symObjAddr: 0x7C0, symBinAddr: 0xB8028, symSize: 0x114 } + - { offsetInCU: 0x647, offset: 0x1646E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSAA0A14NSControlEventVtF', symObjAddr: 0x8D4, symBinAddr: 0xB813C, symSize: 0x218 } + - { offsetInCU: 0x852, offset: 0x1648F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfD', symObjAddr: 0xB1C, symBinAddr: 0xB8384, symSize: 0x30 } + - { offsetInCU: 0x87F, offset: 0x16491F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC6handleyyAA0A14NSControlEventVFAA0B7ControlCADyyAFFTV', symObjAddr: 0xB88, symBinAddr: 0xB83F0, symSize: 0x1C } + - { offsetInCU: 0x89B, offset: 0x16493B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0xBA4, symBinAddr: 0xB840C, symSize: 0x20C } + - { offsetInCU: 0xA5B, offset: 0x164AFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0xEB0, symBinAddr: 0xB8638, symSize: 0x1E4 } + - { offsetInCU: 0xC9C, offset: 0x164D3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTK', symObjAddr: 0x578, symBinAddr: 0xB7DE0, symSize: 0x94 } + - { offsetInCU: 0xCC9, offset: 0x164D69, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTk', symObjAddr: 0x60C, symBinAddr: 0xB7E74, symSize: 0xB8 } + - { offsetInCU: 0xDB5, offset: 0x164E55, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfE', symObjAddr: 0xAEC, symBinAddr: 0xB8354, symSize: 0x30 } + - { offsetInCU: 0xDE2, offset: 0x164E82, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfETo', symObjAddr: 0xB4C, symBinAddr: 0xB83B4, symSize: 0x3C } + - { offsetInCU: 0xE11, offset: 0x164EB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCMa', symObjAddr: 0xE90, symBinAddr: 0xB8618, symSize: 0x20 } + - { offsetInCU: 0xE25, offset: 0x164EC5, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOy', symObjAddr: 0x10D8, symBinAddr: 0xB881C, symSize: 0x10 } + - { offsetInCU: 0xE44, offset: 0x164EE4, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x11C8, symBinAddr: 0xB890C, symSize: 0x20 } + - { offsetInCU: 0xE78, offset: 0x164F18, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x11E8, symBinAddr: 0xB892C, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1651FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x10, symBinAddr: 0xB8950, symSize: 0x8 } + - { offsetInCU: 0x46, offset: 0x165219, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x10, symBinAddr: 0xB8950, symSize: 0x8 } + - { offsetInCU: 0x9A, offset: 0x16526D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0xB8958, symSize: 0x40 } + - { offsetInCU: 0x17D, offset: 0x165350, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xB8998, symSize: 0x24 } + - { offsetInCU: 0x295, offset: 0x165468, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV24zip64ExtendedInformationAC05ZIP64gH0VSgvg', symObjAddr: 0xC8, symBinAddr: 0xB8A08, symSize: 0x210 } + - { offsetInCU: 0x640, offset: 0x165813, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x2D8, symBinAddr: 0xB8C18, symSize: 0x10C } + - { offsetInCU: 0x80D, offset: 0x1659E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x3E4, symBinAddr: 0xB8D24, symSize: 0x1FC } + - { offsetInCU: 0xC31, offset: 0x165E04, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9A8, symBinAddr: 0xB92E8, symSize: 0x14 } + - { offsetInCU: 0xCC0, offset: 0x165E93, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH9hashValueSivgTW', symObjAddr: 0x9BC, symBinAddr: 0xB92FC, symSize: 0x44 } + - { offsetInCU: 0xDA3, offset: 0x165F76, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA00, symBinAddr: 0xB9340, symSize: 0x28 } + - { offsetInCU: 0xE60, offset: 0x166033, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt64V_Tg5', symObjAddr: 0x5E0, symBinAddr: 0xB8F20, symSize: 0x1D4 } + - { offsetInCU: 0x105D, offset: 0x166230, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt32V_Tg5', symObjAddr: 0x7C4, symBinAddr: 0xB9104, symSize: 0x1D4 } + - { offsetInCU: 0x1268, offset: 0x16643B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfCTf4nnd_n', symObjAddr: 0xA68, symBinAddr: 0xB93A8, symSize: 0x24C } + - { offsetInCU: 0x1474, offset: 0x166647, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV07scanForC5Field2in6fieldsAESg10Foundation4DataV_SayAE0H0OGtFZTf4nnd_n', symObjAddr: 0xCC4, symBinAddr: 0xB9604, symSize: 0x20C } + - { offsetInCU: 0x160A, offset: 0x1667DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAEs0C0AAWl', symObjAddr: 0xF34, symBinAddr: 0xB9830, symSize: 0x44 } + - { offsetInCU: 0x161E, offset: 0x1667F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ExtensibleDataField_pWOc', symObjAddr: 0xF78, symBinAddr: 0xB9874, symSize: 0x44 } + - { offsetInCU: 0x1632, offset: 0x166805, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwet', symObjAddr: 0x102C, symBinAddr: 0xB98B8, symSize: 0x90 } + - { offsetInCU: 0x1646, offset: 0x166819, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwst', symObjAddr: 0x10BC, symBinAddr: 0xB9948, symSize: 0xBC } + - { offsetInCU: 0x165A, offset: 0x16682D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwug', symObjAddr: 0x1178, symBinAddr: 0xB9A04, symSize: 0x8 } + - { offsetInCU: 0x166E, offset: 0x166841, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwup', symObjAddr: 0x1180, symBinAddr: 0xB9A0C, symSize: 0x4 } + - { offsetInCU: 0x1682, offset: 0x166855, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwui', symObjAddr: 0x1184, symBinAddr: 0xB9A10, symSize: 0x8 } + - { offsetInCU: 0x1696, offset: 0x166869, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOMa', symObjAddr: 0x118C, symBinAddr: 0xB9A18, symSize: 0x10 } + - { offsetInCU: 0x16AA, offset: 0x16687D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwet', symObjAddr: 0x11A0, symBinAddr: 0xB9A28, symSize: 0x50 } + - { offsetInCU: 0x16BE, offset: 0x166891, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwst', symObjAddr: 0x11F0, symBinAddr: 0xB9A78, symSize: 0x8C } + - { offsetInCU: 0x16D2, offset: 0x1668A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwug', symObjAddr: 0x127C, symBinAddr: 0xB9B04, symSize: 0x8 } + - { offsetInCU: 0x16E6, offset: 0x1668B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwup', symObjAddr: 0x1284, symBinAddr: 0xB9B0C, symSize: 0x4 } + - { offsetInCU: 0x16FA, offset: 0x1668CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwui', symObjAddr: 0x1288, symBinAddr: 0xB9B10, symSize: 0x4 } + - { offsetInCU: 0x170E, offset: 0x1668E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOMa', symObjAddr: 0x128C, symBinAddr: 0xB9B14, symSize: 0x10 } + - { offsetInCU: 0x1722, offset: 0x1668F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwCP', symObjAddr: 0x129C, symBinAddr: 0xB9B24, symSize: 0x30 } + - { offsetInCU: 0x1736, offset: 0x166909, size: 0x8, addend: 0x0, symName: ___swift_memcpy36_8, symObjAddr: 0x12CC, symBinAddr: 0xB9B54, symSize: 0x14 } + - { offsetInCU: 0x174A, offset: 0x16691D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwet', symObjAddr: 0x12E0, symBinAddr: 0xB9B68, symSize: 0x20 } + - { offsetInCU: 0x175E, offset: 0x166931, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwst', symObjAddr: 0x1300, symBinAddr: 0xB9B88, symSize: 0x30 } + - { offsetInCU: 0x1772, offset: 0x166945, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVMa', symObjAddr: 0x1330, symBinAddr: 0xB9BB8, symSize: 0x10 } + - { offsetInCU: 0x1786, offset: 0x166959, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASQWb', symObjAddr: 0x1340, symBinAddr: 0xB9BC8, symSize: 0x4 } + - { offsetInCU: 0x179A, offset: 0x16696D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAESQAAWl', symObjAddr: 0x1344, symBinAddr: 0xB9BCC, symSize: 0x44 } + - { offsetInCU: 0x17AE, offset: 0x166981, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASQWb', symObjAddr: 0x1388, symBinAddr: 0xB9C10, symSize: 0x4 } + - { offsetInCU: 0x17C2, offset: 0x166995, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOAGSQAAWl', symObjAddr: 0x138C, symBinAddr: 0xB9C14, symSize: 0x44 } + - { offsetInCU: 0x1834, offset: 0x166A07, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x7C, symBinAddr: 0xB89BC, symSize: 0x3C } + - { offsetInCU: 0x18D0, offset: 0x166AA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0xB8, symBinAddr: 0xB89F8, symSize: 0x4 } + - { offsetInCU: 0x18EC, offset: 0x166ABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0xBC, symBinAddr: 0xB89FC, symSize: 0x4 } + - { offsetInCU: 0x1908, offset: 0x166ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0xC0, symBinAddr: 0xB8A00, symSize: 0x4 } + - { offsetInCU: 0x1924, offset: 0x166AF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xC4, symBinAddr: 0xB8A04, symSize: 0x4 } + - { offsetInCU: 0x1A77, offset: 0x166C4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA28, symBinAddr: 0xB9368, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x166ED6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xB9C58, symSize: 0x4C } + - { offsetInCU: 0x6D, offset: 0x166F18, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xB9C58, symSize: 0x4C } + - { offsetInCU: 0xBF, offset: 0x166F6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x6C, symBinAddr: 0xB9CC4, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x166FAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x78, symBinAddr: 0xB9CD0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x166FEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xA8, symBinAddr: 0xB9D00, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x16701E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesC4trimAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x108C, symBinAddr: 0xBAC80, symSize: 0x2FC } + - { offsetInCU: 0x448, offset: 0x1672F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCMa', symObjAddr: 0x4C, symBinAddr: 0xB9CA4, symSize: 0x20 } + - { offsetInCU: 0x6D4, offset: 0x16757F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB4, symBinAddr: 0xB9D0C, symSize: 0xE3C } + - { offsetInCU: 0x19B8, offset: 0x168863, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCfD', symObjAddr: 0xEF0, symBinAddr: 0xBAB48, symSize: 0x3C } + - { offsetInCU: 0x1A19, offset: 0x1688C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xF4C, symBinAddr: 0xBABA4, symSize: 0x44 } + - { offsetInCU: 0x1A65, offset: 0x168910, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xF90, symBinAddr: 0xBABE8, symSize: 0x24 } + - { offsetInCU: 0x1AA6, offset: 0x168951, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xFB4, symBinAddr: 0xBAC0C, symSize: 0xC } + - { offsetInCU: 0x1AD8, offset: 0x168983, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xFC0, symBinAddr: 0xBAC18, symSize: 0x4 } + - { offsetInCU: 0x1B03, offset: 0x1689AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFC4, symBinAddr: 0xBAC1C, symSize: 0x8 } + - { offsetInCU: 0x1B23, offset: 0x1689CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFC4, symBinAddr: 0xBAC1C, symSize: 0x8 } + - { offsetInCU: 0x1B44, offset: 0x1689EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFCC, symBinAddr: 0xBAC24, symSize: 0x8 } + - { offsetInCU: 0x1B64, offset: 0x168A0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFCC, symBinAddr: 0xBAC24, symSize: 0x8 } + - { offsetInCU: 0x1B85, offset: 0x168A30, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFD4, symBinAddr: 0xBAC2C, symSize: 0x8 } + - { offsetInCU: 0x1BA5, offset: 0x168A50, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFD4, symBinAddr: 0xBAC2C, symSize: 0x8 } + - { offsetInCU: 0x1BC6, offset: 0x168A71, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFDC, symBinAddr: 0xBAC34, symSize: 0x8 } + - { offsetInCU: 0x1BE6, offset: 0x168A91, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFDC, symBinAddr: 0xBAC34, symSize: 0x8 } + - { offsetInCU: 0x1C07, offset: 0x168AB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE4, symBinAddr: 0xBAC3C, symSize: 0x8 } + - { offsetInCU: 0x1C27, offset: 0x168AD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE4, symBinAddr: 0xBAC3C, symSize: 0x8 } + - { offsetInCU: 0x1C48, offset: 0x168AF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFEC, symBinAddr: 0xBAC44, symSize: 0x8 } + - { offsetInCU: 0x1C68, offset: 0x168B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFEC, symBinAddr: 0xBAC44, symSize: 0x8 } + - { offsetInCU: 0x1C89, offset: 0x168B34, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xFF4, symBinAddr: 0xBAC4C, symSize: 0xC } + - { offsetInCU: 0x1CA9, offset: 0x168B54, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xFF4, symBinAddr: 0xBAC4C, symSize: 0xC } + - { offsetInCU: 0x1CCA, offset: 0x168B75, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1000, symBinAddr: 0xBAC58, symSize: 0x10 } + - { offsetInCU: 0x1CEA, offset: 0x168B95, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1000, symBinAddr: 0xBAC58, symSize: 0x10 } + - { offsetInCU: 0x1D1A, offset: 0x168BC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x1010, symBinAddr: 0xBAC68, symSize: 0x18 } + - { offsetInCU: 0x1D4F, offset: 0x168BFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC06parentD04trim13upstreamPathsAcA08AnimatorD0_pSg_AA0B0CSayAA0c6OutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x1388, symBinAddr: 0xBAF7C, symSize: 0x118 } + - { offsetInCU: 0x1E18, offset: 0x168CC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCMa', symObjAddr: 0xF2C, symBinAddr: 0xBAB84, symSize: 0x20 } + - { offsetInCU: 0x1F58, offset: 0x168E03, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOb', symObjAddr: 0x1528, symBinAddr: 0xBB094, symSize: 0x18 } + - { offsetInCU: 0x3F, offset: 0x1691FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV8fullPathSSvg', symObjAddr: 0x0, symBinAddr: 0xBB0AC, symSize: 0x7C } + - { offsetInCU: 0x18A, offset: 0x169346, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tF', symObjAddr: 0x7C, symBinAddr: 0xBB128, symSize: 0x4A0 } + - { offsetInCU: 0x7F3, offset: 0x1699AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tF', symObjAddr: 0x51C, symBinAddr: 0xBB5C8, symSize: 0x2A8 } + - { offsetInCU: 0xB3F, offset: 0x169CFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tF', symObjAddr: 0x7C4, symBinAddr: 0xBB870, symSize: 0x1AC } + - { offsetInCU: 0xE14, offset: 0x169FD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tF', symObjAddr: 0x970, symBinAddr: 0xBBA1C, symSize: 0x4A0 } + - { offsetInCU: 0x134B, offset: 0x16A507, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE13equalsKeypathySbSSF', symObjAddr: 0xE10, symBinAddr: 0xBBEBC, symSize: 0x418 } + - { offsetInCU: 0x164A, offset: 0x16A806, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6popKeyyACSgSSF', symObjAddr: 0x1228, symBinAddr: 0xBC2D4, symSize: 0x1AC } + - { offsetInCU: 0x18A3, offset: 0x16AA5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV11propertyKeySSSgvg', symObjAddr: 0x1458, symBinAddr: 0xBC480, symSize: 0xD0 } + - { offsetInCU: 0x1B4E, offset: 0x16AD0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tF', symObjAddr: 0x1528, symBinAddr: 0xBC550, symSize: 0x550 } + - { offsetInCU: 0x22B3, offset: 0x16B46F, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE10firstIndex2of0C0QzSgAB_tFSS_Tg5', symObjAddr: 0x1A78, symBinAddr: 0xBCAA0, symSize: 0xE8 } + - { offsetInCU: 0x2375, offset: 0x16B531, size: 0x8, addend: 0x0, symName: '_$sSlsE6suffix4from11SubSequenceQz5IndexQz_tFSS_Tg5Tf4ng_n', symObjAddr: 0x1B60, symBinAddr: 0xBCB88, symSize: 0x4C } + - { offsetInCU: 0x4F, offset: 0x16B8CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xBCC18, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x16B8F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xBCC60, symSize: 0x1DC } + - { offsetInCU: 0xDC, offset: 0x16B95B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x224, symBinAddr: 0xBCE3C, symSize: 0xE0 } + - { offsetInCU: 0x17B, offset: 0x16B9FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x304, symBinAddr: 0xBCF1C, symSize: 0x140 } + - { offsetInCU: 0x1FE, offset: 0x16BA7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x454, symBinAddr: 0xBD06C, symSize: 0x64 } + - { offsetInCU: 0x241, offset: 0x16BAC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B8, symBinAddr: 0xBD0D0, symSize: 0x24 } + - { offsetInCU: 0x281, offset: 0x16BB00, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4DC, symBinAddr: 0xBD0F4, symSize: 0x4 } + - { offsetInCU: 0x2A1, offset: 0x16BB20, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4DC, symBinAddr: 0xBD0F4, symSize: 0x4 } + - { offsetInCU: 0x2CC, offset: 0x16BB4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0xBD0F8, symSize: 0x68 } + - { offsetInCU: 0x317, offset: 0x16BB96, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x548, symBinAddr: 0xBD160, symSize: 0xC } + - { offsetInCU: 0x333, offset: 0x16BBB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x554, symBinAddr: 0xBD16C, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x16BBCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO03rawD0SSvgTf4d_n', symObjAddr: 0x864, symBinAddr: 0xBD2E8, symSize: 0xC } + - { offsetInCU: 0x38B, offset: 0x16BC0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfD', symObjAddr: 0x5B8, symBinAddr: 0xBD1D0, symSize: 0x2C } + - { offsetInCU: 0x45A, offset: 0x16BCD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfE', symObjAddr: 0x5B0, symBinAddr: 0xBD1C8, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x16BD06, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCMa', symObjAddr: 0x5E4, symBinAddr: 0xBD1FC, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x16BD1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs0E3KeyAAWl', symObjAddr: 0x668, symBinAddr: 0xBD21C, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x16BD2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwet', symObjAddr: 0x878, symBinAddr: 0xBD2F4, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x16BD42, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwst', symObjAddr: 0x8C8, symBinAddr: 0xBD344, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x16BD56, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwug', symObjAddr: 0x954, symBinAddr: 0xBD3D0, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x16BD6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwup', symObjAddr: 0x95C, symBinAddr: 0xBD3D8, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x16BD7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwui', symObjAddr: 0x960, symBinAddr: 0xBD3DC, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x16BD92, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOMa', symObjAddr: 0x964, symBinAddr: 0xBD3E0, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x16BDA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASQWb', symObjAddr: 0x974, symBinAddr: 0xBD3F0, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x16BDBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFSQAAWl', symObjAddr: 0x978, symBinAddr: 0xBD3F4, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x16BDCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x9BC, symBinAddr: 0xBD438, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x16BDE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x9C0, symBinAddr: 0xBD43C, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x16BDF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA04, symBinAddr: 0xBD480, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x16BE0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA08, symBinAddr: 0xBD484, symSize: 0x44 } + - { offsetInCU: 0x5C6, offset: 0x16BE45, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x444, symBinAddr: 0xBD05C, symSize: 0x4 } + - { offsetInCU: 0x5E6, offset: 0x16BE65, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x444, symBinAddr: 0xBD05C, symSize: 0x4 } + - { offsetInCU: 0x606, offset: 0x16BE85, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x448, symBinAddr: 0xBD060, symSize: 0x4 } + - { offsetInCU: 0x626, offset: 0x16BEA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x448, symBinAddr: 0xBD060, symSize: 0x4 } + - { offsetInCU: 0x646, offset: 0x16BEC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x44C, symBinAddr: 0xBD064, symSize: 0x4 } + - { offsetInCU: 0x666, offset: 0x16BEE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x44C, symBinAddr: 0xBD064, symSize: 0x4 } + - { offsetInCU: 0x686, offset: 0x16BF05, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x450, symBinAddr: 0xBD068, symSize: 0x4 } + - { offsetInCU: 0x6A6, offset: 0x16BF25, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x450, symBinAddr: 0xBD068, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x16BF3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0xBD178, symSize: 0x28 } + - { offsetInCU: 0x6DA, offset: 0x16BF59, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x588, symBinAddr: 0xBD1A0, symSize: 0x28 } + - { offsetInCU: 0x299, offset: 0x16C3AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC9animation13imageProvider04textG004fontG004maskC8ToBounds24compatibilityTrackerMode6loggerAcA0aC0C_AA0c5ImageG0_pAA0c11KeypathTextG0_pAA0c4FontG0_pSbAA013CompatibilityN0C0O0OAA0A6LoggerCtKcfc', symObjAddr: 0x0, symBinAddr: 0xBD4C8, symSize: 0x2D4 } + - { offsetInCU: 0x442, offset: 0x16C555, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setupChildLayers33_5C367329EBD3162AE78388D54811A38BLLyyKF', symObjAddr: 0x2D4, symBinAddr: 0xBD79C, symSize: 0x140 } + - { offsetInCU: 0x4A0, offset: 0x16C5B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfc', symObjAddr: 0x414, symBinAddr: 0xBD8DC, symSize: 0x464 } + - { offsetInCU: 0x58A, offset: 0x16C69D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x878, symBinAddr: 0xBDD40, symSize: 0x4C } + - { offsetInCU: 0x5A6, offset: 0x16C6B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x8C4, symBinAddr: 0xBDD8C, symSize: 0x10C } + - { offsetInCU: 0x617, offset: 0x16C72A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x9D0, symBinAddr: 0xBDE98, symSize: 0x24 } + - { offsetInCU: 0x663, offset: 0x16C776, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9F4, symBinAddr: 0xBDEBC, symSize: 0x40 } + - { offsetInCU: 0x6BD, offset: 0x16C7D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA34, symBinAddr: 0xBDEFC, symSize: 0x3C } + - { offsetInCU: 0x70D, offset: 0x16C820, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA70, symBinAddr: 0xBDF38, symSize: 0x48 } + - { offsetInCU: 0x73F, offset: 0x16C852, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x3F10, symBinAddr: 0xC1388, symSize: 0xD0 } + - { offsetInCU: 0x7E0, offset: 0x16C8F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13imageProviderAA0c5ImageF0_pvs', symObjAddr: 0xCE0, symBinAddr: 0xBE1A8, symSize: 0x230 } + - { offsetInCU: 0x9BD, offset: 0x16CAD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12fontProviderAA0c4FontF0_pvs', symObjAddr: 0xF10, symBinAddr: 0xBE3D8, symSize: 0x25C } + - { offsetInCU: 0xB7C, offset: 0x16CC8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x116C, symBinAddr: 0xBE634, symSize: 0xA8 } + - { offsetInCU: 0xC27, offset: 0x16CD3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x14C8, symBinAddr: 0xBE990, symSize: 0x2C } + - { offsetInCU: 0xC43, offset: 0x16CD56, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyF', symObjAddr: 0x14F4, symBinAddr: 0xBE9BC, symSize: 0x398 } + - { offsetInCU: 0xDC1, offset: 0x16CED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC05setupC033_5C367329EBD3162AE78388D54811A38BLL3foryAC0C13ConfigurationV_tKF', symObjAddr: 0x188C, symBinAddr: 0xBED54, symSize: 0x490 } + - { offsetInCU: 0xF61, offset: 0x16D074, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyFTo', symObjAddr: 0x1D1C, symBinAddr: 0xBF1E4, symSize: 0x2C } + - { offsetInCU: 0xF9B, offset: 0x16D0AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x1D48, symBinAddr: 0xBF210, symSize: 0x10 } + - { offsetInCU: 0xFBB, offset: 0x16D0CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x1D48, symBinAddr: 0xBF210, symSize: 0x10 } + - { offsetInCU: 0x1000, offset: 0x16D113, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x1D58, symBinAddr: 0xBF220, symSize: 0x10 } + - { offsetInCU: 0x1020, offset: 0x16D133, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x1D58, symBinAddr: 0xBF220, symSize: 0x10 } + - { offsetInCU: 0x1062, offset: 0x16D175, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20currentPlaybackState33_5C367329EBD3162AE78388D54811A38BLLAC0fG0OSgvW', symObjAddr: 0x1D68, symBinAddr: 0xBF230, symSize: 0xE0 } + - { offsetInCU: 0x1136, offset: 0x16D249, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC016setupPlaceholderC033_5C367329EBD3162AE78388D54811A38BLL7contextyAA0dC7ContextV_tF', symObjAddr: 0x2488, symBinAddr: 0xBF950, symSize: 0x218 } + - { offsetInCU: 0x11DC, offset: 0x16D2EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCACycfcTo', symObjAddr: 0x288C, symBinAddr: 0xBFD54, symSize: 0x2C } + - { offsetInCU: 0x1243, offset: 0x16D356, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfD', symObjAddr: 0x29D4, symBinAddr: 0xBFE9C, symSize: 0x34 } + - { offsetInCU: 0x12EA, offset: 0x16D3FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP06lottiecD0AA0acD0CSgvsTW', symObjAddr: 0x3CD0, symBinAddr: 0xC1180, symSize: 0x34 } + - { offsetInCU: 0x132D, offset: 0x16D440, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP13imageProviderAA0c5ImageG0_pvsTW', symObjAddr: 0x3D60, symBinAddr: 0xC1210, symSize: 0x4 } + - { offsetInCU: 0x1358, offset: 0x16D46B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12textProviderAA0c11KeypathTextG0_pvsTW', symObjAddr: 0x3D64, symBinAddr: 0xC1214, symSize: 0x24 } + - { offsetInCU: 0x138A, offset: 0x16D49D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12fontProviderAA0c4FontG0_pvsTW', symObjAddr: 0x3D88, symBinAddr: 0xC1238, symSize: 0x4 } + - { offsetInCU: 0x13C4, offset: 0x16D4D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12textProviderAA0c11KeypathTextF0_pvsTf4gn_n', symObjAddr: 0x42B4, symBinAddr: 0xC1554, symSize: 0xAC } + - { offsetInCU: 0x1525, offset: 0x16D638, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12reloadImagesyyF', symObjAddr: 0xAB8, symBinAddr: 0xBDF80, symSize: 0x228 } + - { offsetInCU: 0x1831, offset: 0x16D944, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvs', symObjAddr: 0x1214, symBinAddr: 0xBE6DC, symSize: 0x2B4 } + - { offsetInCU: 0x1A20, offset: 0x16DB33, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC45validateReasonableNumberOfTimeRemappingLayersyyKF', symObjAddr: 0x1E48, symBinAddr: 0xBF310, symSize: 0x514 } + - { offsetInCU: 0x1E35, offset: 0x16DF48, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16removeAnimationsyyF', symObjAddr: 0x235C, symBinAddr: 0xBF824, symSize: 0x12C } + - { offsetInCU: 0x1FC4, offset: 0x16E0D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC02isC7PlayingSbSgvg', symObjAddr: 0x26A0, symBinAddr: 0xBFB68, symSize: 0xBC } + - { offsetInCU: 0x200C, offset: 0x16E11F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvg', symObjAddr: 0x275C, symBinAddr: 0xBFC24, symSize: 0x130 } + - { offsetInCU: 0x208B, offset: 0x16E19E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfE', symObjAddr: 0x28B8, symBinAddr: 0xBFD80, symSize: 0x11C } + - { offsetInCU: 0x20B8, offset: 0x16E1CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfETo', symObjAddr: 0x2A08, symBinAddr: 0xBFED0, symSize: 0x128 } + - { offsetInCU: 0x20E7, offset: 0x16E1FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCMa', symObjAddr: 0x2B30, symBinAddr: 0xBFFF8, symSize: 0x20 } + - { offsetInCU: 0x20FB, offset: 0x16E20E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwet', symObjAddr: 0x2B68, symBinAddr: 0xC0018, symSize: 0x20 } + - { offsetInCU: 0x210F, offset: 0x16E222, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwst', symObjAddr: 0x2B88, symBinAddr: 0xC0038, symSize: 0x30 } + - { offsetInCU: 0x2123, offset: 0x16E236, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwug', symObjAddr: 0x2BB8, symBinAddr: 0xC0068, symSize: 0x1C } + - { offsetInCU: 0x2137, offset: 0x16E24A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwup', symObjAddr: 0x2BD4, symBinAddr: 0xC0084, symSize: 0x4 } + - { offsetInCU: 0x214B, offset: 0x16E25E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwui', symObjAddr: 0x2BD8, symBinAddr: 0xC0088, symSize: 0x20 } + - { offsetInCU: 0x215F, offset: 0x16E272, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOMa', symObjAddr: 0x2BF8, symBinAddr: 0xC00A8, symSize: 0x10 } + - { offsetInCU: 0x2173, offset: 0x16E286, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwCP', symObjAddr: 0x2C08, symBinAddr: 0xC00B8, symSize: 0x30 } + - { offsetInCU: 0x2187, offset: 0x16E29A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwxx', symObjAddr: 0x2C38, symBinAddr: 0xC00E8, symSize: 0x3C } + - { offsetInCU: 0x219B, offset: 0x16E2AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwcp', symObjAddr: 0x2C74, symBinAddr: 0xC0124, symSize: 0x78 } + - { offsetInCU: 0x21AF, offset: 0x16E2C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwca', symObjAddr: 0x2CEC, symBinAddr: 0xC019C, symSize: 0xCC } + - { offsetInCU: 0x21C3, offset: 0x16E2D6, size: 0x8, addend: 0x0, symName: ___swift_memcpy64_8, symObjAddr: 0x2DB8, symBinAddr: 0xC0268, symSize: 0x14 } + - { offsetInCU: 0x21D7, offset: 0x16E2EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwta', symObjAddr: 0x2DCC, symBinAddr: 0xC027C, symSize: 0xA8 } + - { offsetInCU: 0x21EB, offset: 0x16E2FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwet', symObjAddr: 0x2E74, symBinAddr: 0xC0324, symSize: 0x48 } + - { offsetInCU: 0x21FF, offset: 0x16E312, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwst', symObjAddr: 0x2EBC, symBinAddr: 0xC036C, symSize: 0x50 } + - { offsetInCU: 0x2213, offset: 0x16E326, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVMa', symObjAddr: 0x2F0C, symBinAddr: 0xC03BC, symSize: 0x10 } + - { offsetInCU: 0x2227, offset: 0x16E33A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC11renderScale0B8Graphics7CGFloatVvs', symObjAddr: 0x2F1C, symBinAddr: 0xC03CC, symSize: 0xD8 } + - { offsetInCU: 0x249B, offset: 0x16E5AE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12allSublayersSayABGvg', symObjAddr: 0x2FF4, symBinAddr: 0xC04A4, symSize: 0x458 } + - { offsetInCU: 0x29DA, offset: 0x16EAED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x344C, symBinAddr: 0xC08FC, symSize: 0x27C } + - { offsetInCU: 0x2C7B, offset: 0x16ED8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x36C8, symBinAddr: 0xC0B78, symSize: 0x114 } + - { offsetInCU: 0x2DC8, offset: 0x16EEDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x37DC, symBinAddr: 0xC0C8C, symSize: 0x194 } + - { offsetInCU: 0x2E80, offset: 0x16EF93, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_', symObjAddr: 0x3970, symBinAddr: 0xC0E20, symSize: 0xD4 } + - { offsetInCU: 0x3020, offset: 0x16F133, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setValueProvider_7keypathyAA03AnyfG0_p_AA0C7KeypathVtF', symObjAddr: 0x3A44, symBinAddr: 0xC0EF4, symSize: 0xC4 } + - { offsetInCU: 0x309D, offset: 0x16F1B0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE31numberOfLayersWithTimeRemappingSivg', symObjAddr: 0x3B08, symBinAddr: 0xC0FB8, symSize: 0x1C8 } + - { offsetInCU: 0x32A1, offset: 0x16F3B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvgTW', symObjAddr: 0x3D04, symBinAddr: 0xC11B4, symSize: 0x4 } + - { offsetInCU: 0x32BD, offset: 0x16F3D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvsTW', symObjAddr: 0x3D08, symBinAddr: 0xC11B8, symSize: 0x4 } + - { offsetInCU: 0x32D9, offset: 0x16F3EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP11renderScale0B8Graphics7CGFloatVvsTW', symObjAddr: 0x3D0C, symBinAddr: 0xC11BC, symSize: 0x4 } + - { offsetInCU: 0x3322, offset: 0x16F435, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07respectC9FrameRateSbvsTW', symObjAddr: 0x3D10, symBinAddr: 0xC11C0, symSize: 0x4C } + - { offsetInCU: 0x3391, offset: 0x16F4A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x3D5C, symBinAddr: 0xC120C, symSize: 0x4 } + - { offsetInCU: 0x33AD, offset: 0x16F4C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07primaryC3KeyAA0cG0OvgTW', symObjAddr: 0x3D8C, symBinAddr: 0xC123C, symSize: 0x1C } + - { offsetInCU: 0x33C9, offset: 0x16F4DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP02isC7PlayingSbSgvgTW', symObjAddr: 0x3DA8, symBinAddr: 0xC1258, symSize: 0x4 } + - { offsetInCU: 0x33E5, offset: 0x16F4F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12reloadImagesyyFTW', symObjAddr: 0x3DAC, symBinAddr: 0xC125C, symSize: 0x4 } + - { offsetInCU: 0x3401, offset: 0x16F514, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x3DB0, symBinAddr: 0xC1260, symSize: 0x4 } + - { offsetInCU: 0x341D, offset: 0x16F530, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x3DB4, symBinAddr: 0xC1264, symSize: 0x4 } + - { offsetInCU: 0x3439, offset: 0x16F54C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x3DB8, symBinAddr: 0xC1268, symSize: 0x4 } + - { offsetInCU: 0x3455, offset: 0x16F568, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16setValueProvider_7keypathyAA03AnygH0_p_AA0C7KeypathVtFTW', symObjAddr: 0x3DBC, symBinAddr: 0xC126C, symSize: 0x4 } + - { offsetInCU: 0x3471, offset: 0x16F584, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOe', symObjAddr: 0x3EA0, symBinAddr: 0xC1350, symSize: 0x38 } + - { offsetInCU: 0x34AF, offset: 0x16F5C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_TA', symObjAddr: 0x4040, symBinAddr: 0xC147C, symSize: 0x48 } + - { offsetInCU: 0x34E2, offset: 0x16F5F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOe', symObjAddr: 0x4088, symBinAddr: 0xC14C4, symSize: 0x10 } + - { offsetInCU: 0x34F6, offset: 0x16F609, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_TA', symObjAddr: 0x4098, symBinAddr: 0xC14D4, symSize: 0x8 } + - { offsetInCU: 0x350A, offset: 0x16F61D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_TA', symObjAddr: 0x40A0, symBinAddr: 0xC14DC, symSize: 0x2C } + - { offsetInCU: 0x3533, offset: 0x16F646, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x40CC, symBinAddr: 0xC1508, symSize: 0x8 } + - { offsetInCU: 0x3547, offset: 0x16F65A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOy', symObjAddr: 0x4360, symBinAddr: 0xC1600, symSize: 0x38 } + - { offsetInCU: 0x355B, offset: 0x16F66E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOy', symObjAddr: 0x4398, symBinAddr: 0xC1638, symSize: 0x10 } + - { offsetInCU: 0x356F, offset: 0x16F682, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOr', symObjAddr: 0x43A8, symBinAddr: 0xC1648, symSize: 0x40 } + - { offsetInCU: 0x3583, offset: 0x16F696, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOs', symObjAddr: 0x43E8, symBinAddr: 0xC1688, symSize: 0x40 } + - { offsetInCU: 0x3597, offset: 0x16F6AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOy', symObjAddr: 0x44C8, symBinAddr: 0xC16C8, symSize: 0x38 } + - { offsetInCU: 0x35AB, offset: 0x16F6BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4538, symBinAddr: 0xC1720, symSize: 0x8 } + - { offsetInCU: 0x35BF, offset: 0x16F6D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4540, symBinAddr: 0xC1728, symSize: 0x8 } + - { offsetInCU: 0x35D3, offset: 0x16F6E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwet', symObjAddr: 0x45E4, symBinAddr: 0xC1730, symSize: 0x54 } + - { offsetInCU: 0x35E7, offset: 0x16F6FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwst', symObjAddr: 0x4638, symBinAddr: 0xC1784, symSize: 0x44 } + - { offsetInCU: 0x35FB, offset: 0x16F70E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVMa', symObjAddr: 0x467C, symBinAddr: 0xC17C8, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x16FCBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xC17D8, symSize: 0x4C } + - { offsetInCU: 0x69, offset: 0x16FCFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ', symObjAddr: 0x4C, symBinAddr: 0xC1824, symSize: 0x14 } + - { offsetInCU: 0x9C, offset: 0x16FD30, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF', symObjAddr: 0x60, symBinAddr: 0xC1838, symSize: 0x28 } + - { offsetInCU: 0x132, offset: 0x16FDC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO9hashValueSivg', symObjAddr: 0x88, symBinAddr: 0xC1860, symSize: 0x44 } + - { offsetInCU: 0x22C, offset: 0x16FEC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCC, symBinAddr: 0xC18A4, symSize: 0x14 } + - { offsetInCU: 0x24C, offset: 0x16FEE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCC, symBinAddr: 0xC18A4, symSize: 0x14 } + - { offsetInCU: 0x28C, offset: 0x16FF20, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0xC18B8, symSize: 0x44 } + - { offsetInCU: 0x36F, offset: 0x170003, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0xC18FC, symSize: 0x28 } + - { offsetInCU: 0x3EE, offset: 0x170082, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xC17D8, symSize: 0x4C } + - { offsetInCU: 0x47A, offset: 0x17010E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvg', symObjAddr: 0x18C, symBinAddr: 0xC1964, symSize: 0x8 } + - { offsetInCU: 0x498, offset: 0x17012C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvs', symObjAddr: 0x194, symBinAddr: 0xC196C, symSize: 0x8 } + - { offsetInCU: 0x4D5, offset: 0x170169, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM', symObjAddr: 0x19C, symBinAddr: 0xC1974, symSize: 0x10 } + - { offsetInCU: 0x4F3, offset: 0x170187, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM.resume.0', symObjAddr: 0x1AC, symBinAddr: 0xC1984, symSize: 0x4 } + - { offsetInCU: 0x51E, offset: 0x1701B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvg', symObjAddr: 0x1B0, symBinAddr: 0xC1988, symSize: 0x8 } + - { offsetInCU: 0x53C, offset: 0x1701D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvs', symObjAddr: 0x1B8, symBinAddr: 0xC1990, symSize: 0x8 } + - { offsetInCU: 0x579, offset: 0x17020D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM', symObjAddr: 0x1C0, symBinAddr: 0xC1998, symSize: 0x10 } + - { offsetInCU: 0x5A7, offset: 0x17023B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM.resume.0', symObjAddr: 0x1D0, symBinAddr: 0xC19A8, symSize: 0x4 } + - { offsetInCU: 0x5D2, offset: 0x170266, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvg', symObjAddr: 0x1D4, symBinAddr: 0xC19AC, symSize: 0x8 } + - { offsetInCU: 0x5F0, offset: 0x170284, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvs', symObjAddr: 0x1DC, symBinAddr: 0xC19B4, symSize: 0x8 } + - { offsetInCU: 0x62D, offset: 0x1702C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM', symObjAddr: 0x1E4, symBinAddr: 0xC19BC, symSize: 0x10 } + - { offsetInCU: 0x65B, offset: 0x1702EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM.resume.0', symObjAddr: 0x1F4, symBinAddr: 0xC19CC, symSize: 0x4 } + - { offsetInCU: 0x686, offset: 0x17031A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvg', symObjAddr: 0x1F8, symBinAddr: 0xC19D0, symSize: 0x8 } + - { offsetInCU: 0x6A4, offset: 0x170338, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvs', symObjAddr: 0x200, symBinAddr: 0xC19D8, symSize: 0x8 } + - { offsetInCU: 0x6E1, offset: 0x170375, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM', symObjAddr: 0x208, symBinAddr: 0xC19E0, symSize: 0x10 } + - { offsetInCU: 0x70F, offset: 0x1703A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM.resume.0', symObjAddr: 0x218, symBinAddr: 0xC19F0, symSize: 0x4 } + - { offsetInCU: 0x73A, offset: 0x1703CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF', symObjAddr: 0x21C, symBinAddr: 0xC19F4, symSize: 0x68 } + - { offsetInCU: 0x7A3, offset: 0x170437, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ', symObjAddr: 0x284, symBinAddr: 0xC1A5C, symSize: 0x4 } + - { offsetInCU: 0x7C6, offset: 0x17045A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV9hashValueSivg', symObjAddr: 0x288, symBinAddr: 0xC1A60, symSize: 0x50 } + - { offsetInCU: 0x852, offset: 0x1704E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0xC1AB0, symSize: 0x50 } + - { offsetInCU: 0x8E1, offset: 0x170575, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x328, symBinAddr: 0xC1B00, symSize: 0x4 } + - { offsetInCU: 0x904, offset: 0x170598, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x378, symBinAddr: 0xC1B50, symSize: 0x4 } + - { offsetInCU: 0x924, offset: 0x1705B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x378, symBinAddr: 0xC1B50, symSize: 0x4 } + - { offsetInCU: 0x935, offset: 0x1705C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x37C, symBinAddr: 0xC1B54, symSize: 0x3C } + - { offsetInCU: 0x97E, offset: 0x170612, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASQWb', symObjAddr: 0x3B8, symBinAddr: 0xC1B90, symSize: 0x4 } + - { offsetInCU: 0x992, offset: 0x170626, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOACSQAAWl', symObjAddr: 0x3BC, symBinAddr: 0xC1B94, symSize: 0x44 } + - { offsetInCU: 0x9A6, offset: 0x17063A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASQWb', symObjAddr: 0x400, symBinAddr: 0xC1BD8, symSize: 0x4 } + - { offsetInCU: 0x9BA, offset: 0x17064E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSQAAWl', symObjAddr: 0x404, symBinAddr: 0xC1BDC, symSize: 0x44 } + - { offsetInCU: 0x9CE, offset: 0x170662, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwet', symObjAddr: 0x458, symBinAddr: 0xC1C20, symSize: 0x90 } + - { offsetInCU: 0x9E2, offset: 0x170676, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwst', symObjAddr: 0x4E8, symBinAddr: 0xC1CB0, symSize: 0xBC } + - { offsetInCU: 0x9F6, offset: 0x17068A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwug', symObjAddr: 0x5A4, symBinAddr: 0xC1D6C, symSize: 0x8 } + - { offsetInCU: 0xA0A, offset: 0x17069E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwup', symObjAddr: 0x5AC, symBinAddr: 0xC1D74, symSize: 0x4 } + - { offsetInCU: 0xA1E, offset: 0x1706B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwui', symObjAddr: 0x5B0, symBinAddr: 0xC1D78, symSize: 0x8 } + - { offsetInCU: 0xA32, offset: 0x1706C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOMa', symObjAddr: 0x5B8, symBinAddr: 0xC1D80, symSize: 0x10 } + - { offsetInCU: 0xA46, offset: 0x1706DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwCP', symObjAddr: 0x5C8, symBinAddr: 0xC1D90, symSize: 0x30 } + - { offsetInCU: 0xA5A, offset: 0x1706EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwet', symObjAddr: 0x604, symBinAddr: 0xC1DC0, symSize: 0x20 } + - { offsetInCU: 0xA6E, offset: 0x170702, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwst', symObjAddr: 0x624, symBinAddr: 0xC1DE0, symSize: 0x2C } + - { offsetInCU: 0xA82, offset: 0x170716, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVMa', symObjAddr: 0x650, symBinAddr: 0xC1E0C, symSize: 0x10 } + - { offsetInCU: 0xAFF, offset: 0x170793, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x14C, symBinAddr: 0xC1924, symSize: 0x40 } + - { offsetInCU: 0xBC8, offset: 0x17085C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x32C, symBinAddr: 0xC1B04, symSize: 0x4C } + - { offsetInCU: 0x5E, offset: 0x170A2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0xC1E1C, symSize: 0x58 } + - { offsetInCU: 0x92, offset: 0x170A5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x58, symBinAddr: 0xC1E74, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x170A72, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0VcfC', symObjAddr: 0x88, symBinAddr: 0xC1EA4, symSize: 0x3C } + - { offsetInCU: 0xC4, offset: 0x170A90, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc', symObjAddr: 0xC4, symBinAddr: 0xC1EE0, symSize: 0xC0 } + - { offsetInCU: 0x118, offset: 0x170AE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfC', symObjAddr: 0x184, symBinAddr: 0xC1FA0, symSize: 0x3C } + - { offsetInCU: 0x136, offset: 0x170B02, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc', symObjAddr: 0x1C0, symBinAddr: 0xC1FDC, symSize: 0xD8 } + - { offsetInCU: 0x18A, offset: 0x170B56, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg', symObjAddr: 0x298, symBinAddr: 0xC20B4, symSize: 0x40 } + - { offsetInCU: 0x1D7, offset: 0x170BA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs', symObjAddr: 0x2D8, symBinAddr: 0xC20F4, symSize: 0x5C } + - { offsetInCU: 0x21D, offset: 0x170BE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM', symObjAddr: 0x334, symBinAddr: 0xC2150, symSize: 0x40 } + - { offsetInCU: 0x24C, offset: 0x170C18, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM.resume.0', symObjAddr: 0x374, symBinAddr: 0xC2190, symSize: 0x34 } + - { offsetInCU: 0x28B, offset: 0x170C57, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9valueTypeypXpvg', symObjAddr: 0x3A8, symBinAddr: 0xC21C4, symSize: 0xC } + - { offsetInCU: 0x2B6, offset: 0x170C82, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg', symObjAddr: 0x3B4, symBinAddr: 0xC21D0, symSize: 0xC4 } + - { offsetInCU: 0x353, offset: 0x170D1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x478, symBinAddr: 0xC2294, symSize: 0x18 } + - { offsetInCU: 0x376, offset: 0x170D42, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfd', symObjAddr: 0x490, symBinAddr: 0xC22AC, symSize: 0x2C } + - { offsetInCU: 0x3B1, offset: 0x170D7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfD', symObjAddr: 0x4BC, symBinAddr: 0xC22D8, symSize: 0x34 } + - { offsetInCU: 0x3F4, offset: 0x170DC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x4F0, symBinAddr: 0xC230C, symSize: 0x20 } + - { offsetInCU: 0x410, offset: 0x170DDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x510, symBinAddr: 0xC232C, symSize: 0xC } + - { offsetInCU: 0x456, offset: 0x170E22, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x51C, symBinAddr: 0xC2338, symSize: 0x1C } + - { offsetInCU: 0x48B, offset: 0x170E57, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfcTf4gn_n', symObjAddr: 0x5FC, symBinAddr: 0xC2418, symSize: 0x13C } + - { offsetInCU: 0x502, offset: 0x170ECE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x538, symBinAddr: 0xC2354, symSize: 0x60 } + - { offsetInCU: 0x567, offset: 0x170F33, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x598, symBinAddr: 0xC23B4, symSize: 0x64 } + - { offsetInCU: 0x5AE, offset: 0x170F7A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOe', symObjAddr: 0x738, symBinAddr: 0xC2554, symSize: 0x10 } + - { offsetInCU: 0x5C2, offset: 0x170F8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSHAAWl', symObjAddr: 0x748, symBinAddr: 0xC2564, symSize: 0x44 } + - { offsetInCU: 0x5D6, offset: 0x170FA2, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOy', symObjAddr: 0x898, symBinAddr: 0xC2630, symSize: 0x10 } + - { offsetInCU: 0x5EA, offset: 0x170FB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x8D4, symBinAddr: 0xC266C, symSize: 0x28 } + - { offsetInCU: 0x62F, offset: 0x170FFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x96C, symBinAddr: 0xC2694, symSize: 0xC } + - { offsetInCU: 0x643, offset: 0x17100F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCMa', symObjAddr: 0xA20, symBinAddr: 0xC2748, symSize: 0x20 } + - { offsetInCU: 0x72, offset: 0x171267, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x36C, symBinAddr: 0xC2AF4, symSize: 0xBC } + - { offsetInCU: 0x1D3, offset: 0x1713C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x428, symBinAddr: 0xC2BB0, symSize: 0x4 } + - { offsetInCU: 0x22F, offset: 0x171424, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV9combining4path12cornerRadiusAA0D5GroupCyACGAHyAA0bC0VG_AHyAA0A8Vector1DVGSgtKFZTf4nnd_n', symObjAddr: 0x17B4, symBinAddr: 0xC3F3C, symSize: 0x364 } + - { offsetInCU: 0x71C, offset: 0x171911, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKF06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nnncnn_n', symObjAddr: 0x0, symBinAddr: 0xC278C, symSize: 0x124 } + - { offsetInCU: 0x859, offset: 0x171A4E, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nncn_n', symObjAddr: 0x128, symBinAddr: 0xC28B0, symSize: 0x114 } + - { offsetInCU: 0x91F, offset: 0x171B14, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_', symObjAddr: 0x23C, symBinAddr: 0xC29C4, symSize: 0x130 } + - { offsetInCU: 0xB85, offset: 0x171D7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA010BezierPathQ0V_Tg5', symObjAddr: 0x42C, symBinAddr: 0xC2BB4, symSize: 0x28C } + - { offsetInCU: 0xE9B, offset: 0x172090, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA010BezierPathQ0V_Tg5Tf4nnd_n', symObjAddr: 0x84C, symBinAddr: 0xC2FD4, symSize: 0x4A8 } + - { offsetInCU: 0x1556, offset: 0x17274B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA010BezierPathS0V_Tg5Tf4nnnd_n', symObjAddr: 0xE38, symBinAddr: 0xC35C0, symSize: 0x97C } + - { offsetInCU: 0x2573, offset: 0x173768, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x1BC4, symBinAddr: 0xC42C4, symSize: 0x8 } + - { offsetInCU: 0x2587, offset: 0x17377C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_TA', symObjAddr: 0x1CA8, symBinAddr: 0xC4320, symSize: 0x1C } + - { offsetInCU: 0x259B, offset: 0x173790, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwCP', symObjAddr: 0x1D6C, symBinAddr: 0xC4380, symSize: 0x30 } + - { offsetInCU: 0x25AF, offset: 0x1737A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwxx', symObjAddr: 0x1D9C, symBinAddr: 0xC43B0, symSize: 0x8 } + - { offsetInCU: 0x25C3, offset: 0x1737B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwcp', symObjAddr: 0x1DA4, symBinAddr: 0xC43B8, symSize: 0x44 } + - { offsetInCU: 0x25D7, offset: 0x1737CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwca', symObjAddr: 0x1DE8, symBinAddr: 0xC43FC, symSize: 0x64 } + - { offsetInCU: 0x25EB, offset: 0x1737E0, size: 0x8, addend: 0x0, symName: ___swift_memcpy33_8, symObjAddr: 0x1E4C, symBinAddr: 0xC4460, symSize: 0x14 } + - { offsetInCU: 0x25FF, offset: 0x1737F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwta', symObjAddr: 0x1E60, symBinAddr: 0xC4474, symSize: 0x54 } + - { offsetInCU: 0x2613, offset: 0x173808, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwet', symObjAddr: 0x1EB4, symBinAddr: 0xC44C8, symSize: 0x48 } + - { offsetInCU: 0x2627, offset: 0x17381C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwst', symObjAddr: 0x1EFC, symBinAddr: 0xC4510, symSize: 0x44 } + - { offsetInCU: 0x263B, offset: 0x173830, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVMa', symObjAddr: 0x1F40, symBinAddr: 0xC4554, symSize: 0x10 } + - { offsetInCU: 0x27A7, offset: 0x17399C, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs8StrideToVy12CoreGraphics7CGFloatVG_6Lottie8KeyframeCyAL010BezierPathJ0VGTg50104$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13j56GroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12f9Graphics7h13VKXEfU2_AA010kL7Q0V_TG5SayAL16AnyValueProvider_pGSayypGxSgs5Error_plyAPIsggrzo_Tf1cn_nTf4ngg_n', symObjAddr: 0x6B8, symBinAddr: 0xC2E40, symSize: 0x194 } + - { offsetInCU: 0x2ADF, offset: 0x173CD4, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay6Lottie13KeyframeGroupCyypGG_Tg5023$sSTsE10allSatisfyyS2b7c29QzKXEKFSbACKXEfU_Say6Lottie13eF10CyypGG_TG5xSbs5Error_plyAHIsgndzo_Tf1cn_nTf4ng_n', symObjAddr: 0xCF4, symBinAddr: 0xC347C, symSize: 0x144 } + - { offsetInCU: 0x27, offset: 0x174331, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xC4564, symSize: 0x238 } + - { offsetInCU: 0x3F, offset: 0x174349, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xC4564, symSize: 0x238 } + - { offsetInCU: 0x27, offset: 0x17458F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xC479C, symSize: 0x74 } + - { offsetInCU: 0x4B, offset: 0x1745B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xC479C, symSize: 0x74 } + - { offsetInCU: 0x74, offset: 0x1745DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfC', symObjAddr: 0xB8, symBinAddr: 0xC4810, symSize: 0x8 } + - { offsetInCU: 0xD9, offset: 0x174641, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfC', symObjAddr: 0xC0, symBinAddr: 0xC4818, symSize: 0x74 } + - { offsetInCU: 0x138, offset: 0x1746A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysSaySSGvg', symObjAddr: 0x134, symBinAddr: 0xC488C, symSize: 0x8 } + - { offsetInCU: 0x156, offset: 0x1746BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6stringSSvg', symObjAddr: 0x13C, symBinAddr: 0xC4894, symSize: 0x7C } + - { offsetInCU: 0x174, offset: 0x1746DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF', symObjAddr: 0x288, symBinAddr: 0xC4910, symSize: 0x98 } + - { offsetInCU: 0x235, offset: 0x17479D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ', symObjAddr: 0x320, symBinAddr: 0xC49A8, symSize: 0xC } + - { offsetInCU: 0x291, offset: 0x1747F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV9hashValueSivg', symObjAddr: 0x32C, symBinAddr: 0xC49B4, symSize: 0xA0 } + - { offsetInCU: 0x3A9, offset: 0x174911, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH9hashValueSivgTW', symObjAddr: 0x3CC, symBinAddr: 0xC4A54, symSize: 0x4 } + - { offsetInCU: 0x3C5, offset: 0x17492D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D0, symBinAddr: 0xC4A58, symSize: 0x4 } + - { offsetInCU: 0x3D9, offset: 0x174941, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAsADP06stringG0x0fG4TypeQz_tcfCTW', symObjAddr: 0x470, symBinAddr: 0xC4AF8, symSize: 0xC } + - { offsetInCU: 0x40F, offset: 0x174977, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x47C, symBinAddr: 0xC4B04, symSize: 0xC } + - { offsetInCU: 0x42F, offset: 0x174997, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x47C, symBinAddr: 0xC4B04, symSize: 0xC } + - { offsetInCU: 0x4AE, offset: 0x174A16, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASQWb', symObjAddr: 0x54C, symBinAddr: 0xC4BD4, symSize: 0x4 } + - { offsetInCU: 0x4C2, offset: 0x174A2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACSQAAWl', symObjAddr: 0x550, symBinAddr: 0xC4BD8, symSize: 0x44 } + - { offsetInCU: 0x4D6, offset: 0x174A3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAs0de23ExtendedGraphemeClusterG0PWb', symObjAddr: 0x594, symBinAddr: 0xC4C1C, symSize: 0x4 } + - { offsetInCU: 0x4EA, offset: 0x174A52, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs43ExpressibleByExtendedGraphemeClusterLiteralAAWl', symObjAddr: 0x598, symBinAddr: 0xC4C20, symSize: 0x44 } + - { offsetInCU: 0x4FE, offset: 0x174A66, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAA0fG4TypesADP_s01_de7BuiltinfG0PWT', symObjAddr: 0x5DC, symBinAddr: 0xC4C64, symSize: 0xC } + - { offsetInCU: 0x512, offset: 0x174A7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAAs0de13UnicodeScalarI0PWb', symObjAddr: 0x5E8, symBinAddr: 0xC4C70, symSize: 0x4 } + - { offsetInCU: 0x526, offset: 0x174A8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs33ExpressibleByUnicodeScalarLiteralAAWl', symObjAddr: 0x5EC, symBinAddr: 0xC4C74, symSize: 0x44 } + - { offsetInCU: 0x53A, offset: 0x174AA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAA0fghI4TypesADP_s01_de7BuiltinfghI0PWT', symObjAddr: 0x630, symBinAddr: 0xC4CB8, symSize: 0xC } + - { offsetInCU: 0x54E, offset: 0x174AB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs33ExpressibleByUnicodeScalarLiteralAA0fgH4TypesADP_s01_de7BuiltinfgH0PWT', symObjAddr: 0x63C, symBinAddr: 0xC4CC4, symSize: 0xC } + - { offsetInCU: 0x562, offset: 0x174ACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVMa', symObjAddr: 0x648, symBinAddr: 0xC4CD0, symSize: 0x10 } + - { offsetInCU: 0x61B, offset: 0x174B83, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0xA64, symBinAddr: 0xC50EC, symSize: 0x48 } + - { offsetInCU: 0x69A, offset: 0x174C02, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3D4, symBinAddr: 0xC4A5C, symSize: 0x9C } + - { offsetInCU: 0x791, offset: 0x174CF9, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSS_Tg5Tf4nnd_n', symObjAddr: 0x488, symBinAddr: 0xC4B10, symSize: 0xC4 } + - { offsetInCU: 0x872, offset: 0x174DDA, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSo10CGColorRefa_Tg5Tf4nnd_n', symObjAddr: 0x658, symBinAddr: 0xC4CE0, symSize: 0x398 } + - { offsetInCU: 0x984, offset: 0x174EEC, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9F0, symBinAddr: 0xC5078, symSize: 0x74 } + - { offsetInCU: 0x9A4, offset: 0x174F0C, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9F0, symBinAddr: 0xC5078, symSize: 0x74 } + - { offsetInCU: 0x9B8, offset: 0x174F20, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9F0, symBinAddr: 0xC5078, symSize: 0x74 } + - { offsetInCU: 0x9CC, offset: 0x174F34, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9F0, symBinAddr: 0xC5078, symSize: 0x74 } + - { offsetInCU: 0x27, offset: 0x175143, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xC513C, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x175167, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xC513C, symSize: 0x20 } + - { offsetInCU: 0xAE, offset: 0x1751CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x48, symBinAddr: 0xC5184, symSize: 0x64 } + - { offsetInCU: 0x114, offset: 0x175230, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xAC, symBinAddr: 0xC51E8, symSize: 0x28 } + - { offsetInCU: 0x13F, offset: 0x17525B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAAsADP8allCases03AllG0QzvgZTW', symObjAddr: 0xD4, symBinAddr: 0xC5210, symSize: 0x24 } + - { offsetInCU: 0x170, offset: 0x17528C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8allCasesSayACGvgZTf4d_n', symObjAddr: 0x8A8, symBinAddr: 0xC59E4, symSize: 0x50 } + - { offsetInCU: 0x1E1, offset: 0x1752FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyV9transformACySo13CATransform3DVGvgZSbAFSgcfU_', symObjAddr: 0xF8, symBinAddr: 0xC5234, symSize: 0x58 } + - { offsetInCU: 0x29F, offset: 0x1753BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV5colorACySo10CGColorRefaGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x150, symBinAddr: 0xC528C, symSize: 0x10C } + - { offsetInCU: 0x362, offset: 0x17547E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV7opacityACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x25C, symBinAddr: 0xC5398, symSize: 0x78 } + - { offsetInCU: 0x3A0, offset: 0x1754BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleXACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x2D4, symBinAddr: 0xC5410, symSize: 0x78 } + - { offsetInCU: 0x3DE, offset: 0x1754FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleYACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x34C, symBinAddr: 0xC5488, symSize: 0x78 } + - { offsetInCU: 0x41C, offset: 0x175538, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8rotationACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x3C4, symBinAddr: 0xC5500, symSize: 0x88 } + - { offsetInCU: 0x45A, offset: 0x175576, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8positionACySo7CGPointVGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x44C, symBinAddr: 0xC5588, symSize: 0x70 } + - { offsetInCU: 0x563, offset: 0x17567F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV14gradientColorsACySaySo10CGColorRefaGGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x4BC, symBinAddr: 0xC55F8, symSize: 0x218 } + - { offsetInCU: 0x861, offset: 0x17597D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV17gradientLocationsACySay12CoreGraphics7CGFloatVGGvgZAHSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x6D4, symBinAddr: 0xC5810, symSize: 0x168 } + - { offsetInCU: 0xA11, offset: 0x175B2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV10floatValueyACy12CoreGraphics7CGFloatVGAA0C4NameOd_tFZAGSgyp_AA03AnyE8Provider_ptcfU_', symObjAddr: 0x83C, symBinAddr: 0xC5978, symSize: 0x6C } + - { offsetInCU: 0xA70, offset: 0x175B8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwet', symObjAddr: 0x9C8, symBinAddr: 0xC5A34, symSize: 0x90 } + - { offsetInCU: 0xA84, offset: 0x175BA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwst', symObjAddr: 0xA58, symBinAddr: 0xC5AC4, symSize: 0xBC } + - { offsetInCU: 0xA98, offset: 0x175BB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwug', symObjAddr: 0xB14, symBinAddr: 0xC5B80, symSize: 0x8 } + - { offsetInCU: 0xAAC, offset: 0x175BC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwup', symObjAddr: 0xB1C, symBinAddr: 0xC5B88, symSize: 0x4 } + - { offsetInCU: 0xAC0, offset: 0x175BDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwui', symObjAddr: 0xB20, symBinAddr: 0xC5B8C, symSize: 0x8 } + - { offsetInCU: 0xAD4, offset: 0x175BF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOMa', symObjAddr: 0xB28, symBinAddr: 0xC5B94, symSize: 0x10 } + - { offsetInCU: 0xAE8, offset: 0x175C04, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMi', symObjAddr: 0xB38, symBinAddr: 0xC5BA4, symSize: 0x8 } + - { offsetInCU: 0xAFC, offset: 0x175C18, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwCP', symObjAddr: 0xB40, symBinAddr: 0xC5BAC, symSize: 0x3C } + - { offsetInCU: 0xB10, offset: 0x175C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwxx', symObjAddr: 0xB7C, symBinAddr: 0xC5BE8, symSize: 0x28 } + - { offsetInCU: 0xB24, offset: 0x175C40, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwcp', symObjAddr: 0xBA4, symBinAddr: 0xC5C10, symSize: 0x3C } + - { offsetInCU: 0xB38, offset: 0x175C54, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwca', symObjAddr: 0xBE0, symBinAddr: 0xC5C4C, symSize: 0x5C } + - { offsetInCU: 0xB4C, offset: 0x175C68, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwta', symObjAddr: 0xC50, symBinAddr: 0xC5CA8, symSize: 0x44 } + - { offsetInCU: 0xB60, offset: 0x175C7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwet', symObjAddr: 0xC94, symBinAddr: 0xC5CEC, symSize: 0x48 } + - { offsetInCU: 0xB74, offset: 0x175C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwst', symObjAddr: 0xCDC, symBinAddr: 0xC5D34, symSize: 0x40 } + - { offsetInCU: 0xB88, offset: 0x175CA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMa', symObjAddr: 0xD1C, symBinAddr: 0xC5D74, symSize: 0xC } + - { offsetInCU: 0xB9C, offset: 0x175CB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0xD28, symBinAddr: 0xC5D80, symSize: 0x4 } + - { offsetInCU: 0xBB0, offset: 0x175CCC, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGSayxGSlsWl', symObjAddr: 0xD2C, symBinAddr: 0xC5D84, symSize: 0x4C } + - { offsetInCU: 0xBC4, offset: 0x175CE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASQWb', symObjAddr: 0xDBC, symBinAddr: 0xC5DD0, symSize: 0x4 } + - { offsetInCU: 0xBD8, offset: 0x175CF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOACSQAAWl', symObjAddr: 0xDC0, symBinAddr: 0xC5DD4, symSize: 0x44 } + - { offsetInCU: 0xC09, offset: 0x175D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0xC515C, symSize: 0xC } + - { offsetInCU: 0xC43, offset: 0x175D5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xC5168, symSize: 0xC } + - { offsetInCU: 0xC63, offset: 0x175D7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xC5168, symSize: 0xC } + - { offsetInCU: 0xC77, offset: 0x175D93, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xC5168, symSize: 0xC } + - { offsetInCU: 0xC89, offset: 0x175DA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x38, symBinAddr: 0xC5174, symSize: 0x8 } + - { offsetInCU: 0xCA5, offset: 0x175DC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x40, symBinAddr: 0xC517C, symSize: 0x8 } + - { offsetInCU: 0x4F, offset: 0x1760D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xC5E18, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1760FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xC5E60, symSize: 0x338 } + - { offsetInCU: 0xDC, offset: 0x176165, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x380, symBinAddr: 0xC6198, symSize: 0x4D8 } + - { offsetInCU: 0x2FC, offset: 0x176385, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO8rawValueSSvg', symObjAddr: 0x858, symBinAddr: 0xC6670, symSize: 0x18 } + - { offsetInCU: 0x335, offset: 0x1763BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xAA4, symBinAddr: 0xC68BC, symSize: 0x18 } + - { offsetInCU: 0x363, offset: 0x1763EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xAA4, symBinAddr: 0xC68BC, symSize: 0x18 } + - { offsetInCU: 0x3B5, offset: 0x17643E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0xAE0, symBinAddr: 0xC68F8, symSize: 0x64 } + - { offsetInCU: 0x41B, offset: 0x1764A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0xB44, symBinAddr: 0xC695C, symSize: 0x28 } + - { offsetInCU: 0x437, offset: 0x1764C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB6C, symBinAddr: 0xC6984, symSize: 0x8 } + - { offsetInCU: 0x46D, offset: 0x1764F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB74, symBinAddr: 0xC698C, symSize: 0x68 } + - { offsetInCU: 0x4F2, offset: 0x17657B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBDC, symBinAddr: 0xC69F4, symSize: 0xC } + - { offsetInCU: 0x50E, offset: 0x176597, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBE8, symBinAddr: 0xC6A00, symSize: 0xC } + - { offsetInCU: 0x52C, offset: 0x1765B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x870, symBinAddr: 0xC6688, symSize: 0x234 } + - { offsetInCU: 0x5A6, offset: 0x17662F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfD', symObjAddr: 0xC68, symBinAddr: 0xC6A80, symSize: 0x3C } + - { offsetInCU: 0x67B, offset: 0x176704, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfE', symObjAddr: 0xC44, symBinAddr: 0xC6A5C, symSize: 0x24 } + - { offsetInCU: 0x6D3, offset: 0x17675C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCMa', symObjAddr: 0xCA4, symBinAddr: 0xC6ABC, symSize: 0x20 } + - { offsetInCU: 0x6E7, offset: 0x176770, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs0C3KeyAAWl', symObjAddr: 0xD28, symBinAddr: 0xC6ADC, symSize: 0x44 } + - { offsetInCU: 0x6FB, offset: 0x176784, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwet', symObjAddr: 0x10E0, symBinAddr: 0xC6B84, symSize: 0x90 } + - { offsetInCU: 0x70F, offset: 0x176798, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwst', symObjAddr: 0x1170, symBinAddr: 0xC6C14, symSize: 0xBC } + - { offsetInCU: 0x723, offset: 0x1767AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwug', symObjAddr: 0x122C, symBinAddr: 0xC6CD0, symSize: 0x8 } + - { offsetInCU: 0x737, offset: 0x1767C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwup', symObjAddr: 0x1234, symBinAddr: 0xC6CD8, symSize: 0x4 } + - { offsetInCU: 0x74B, offset: 0x1767D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwui', symObjAddr: 0x1238, symBinAddr: 0xC6CDC, symSize: 0x8 } + - { offsetInCU: 0x75F, offset: 0x1767E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOMa', symObjAddr: 0x1240, symBinAddr: 0xC6CE4, symSize: 0x10 } + - { offsetInCU: 0x773, offset: 0x1767FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASQWb', symObjAddr: 0x1250, symBinAddr: 0xC6CF4, symSize: 0x4 } + - { offsetInCU: 0x787, offset: 0x176810, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFSQAAWl', symObjAddr: 0x1254, symBinAddr: 0xC6CF8, symSize: 0x44 } + - { offsetInCU: 0x79B, offset: 0x176824, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1298, symBinAddr: 0xC6D3C, symSize: 0x4 } + - { offsetInCU: 0x7AF, offset: 0x176838, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x129C, symBinAddr: 0xC6D40, symSize: 0x44 } + - { offsetInCU: 0x7C3, offset: 0x17684C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x12E0, symBinAddr: 0xC6D84, symSize: 0x4 } + - { offsetInCU: 0x7D7, offset: 0x176860, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x12E4, symBinAddr: 0xC6D88, symSize: 0x44 } + - { offsetInCU: 0x840, offset: 0x1768C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xABC, symBinAddr: 0xC68D4, symSize: 0xC } + - { offsetInCU: 0x85C, offset: 0x1768E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH9hashValueSivgTW', symObjAddr: 0xAC8, symBinAddr: 0xC68E0, symSize: 0x8 } + - { offsetInCU: 0x878, offset: 0x176901, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAD0, symBinAddr: 0xC68E8, symSize: 0x8 } + - { offsetInCU: 0x894, offset: 0x17691D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAD8, symBinAddr: 0xC68F0, symSize: 0x8 } + - { offsetInCU: 0x8B7, offset: 0x176940, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBF4, symBinAddr: 0xC6A0C, symSize: 0x28 } + - { offsetInCU: 0x8D3, offset: 0x17695C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC1C, symBinAddr: 0xC6A34, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x176B30, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xC6DCC, symSize: 0x78 } + - { offsetInCU: 0x5A, offset: 0x176B5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xC6DCC, symSize: 0x78 } + - { offsetInCU: 0xCC, offset: 0x176BD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfD', symObjAddr: 0x80, symBinAddr: 0xC6E4C, symSize: 0x2C } + - { offsetInCU: 0x144, offset: 0x176C49, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xCC, symBinAddr: 0xC6E98, symSize: 0xC } + - { offsetInCU: 0x176, offset: 0x176C7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0xD8, symBinAddr: 0xC6EA4, symSize: 0x20 } + - { offsetInCU: 0x192, offset: 0x176C97, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xF8, symBinAddr: 0xC6EC4, symSize: 0x4 } + - { offsetInCU: 0x1AE, offset: 0x176CB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xFC, symBinAddr: 0xC6EC8, symSize: 0x4 } + - { offsetInCU: 0x1CB, offset: 0x176CD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfE', symObjAddr: 0x78, symBinAddr: 0xC6E44, symSize: 0x8 } + - { offsetInCU: 0x223, offset: 0x176D28, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCMa', symObjAddr: 0xAC, symBinAddr: 0xC6E78, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x176ECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xC6ECC, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x176EF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xC6F14, symSize: 0xA28 } + - { offsetInCU: 0x1C9, offset: 0x177049, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xA70, symBinAddr: 0xC793C, symSize: 0xF54 } + - { offsetInCU: 0x6B1, offset: 0x177531, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x19C4, symBinAddr: 0xC8890, symSize: 0x20 } + - { offsetInCU: 0x6EA, offset: 0x17756A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E84, symBinAddr: 0xC8D50, symSize: 0x20 } + - { offsetInCU: 0x718, offset: 0x177598, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E84, symBinAddr: 0xC8D50, symSize: 0x20 } + - { offsetInCU: 0x76C, offset: 0x1775EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x1EE8, symBinAddr: 0xC8DB4, symSize: 0x64 } + - { offsetInCU: 0x7D2, offset: 0x177652, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1F4C, symBinAddr: 0xC8E18, symSize: 0x28 } + - { offsetInCU: 0x7EE, offset: 0x17766E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1F74, symBinAddr: 0xC8E40, symSize: 0x8 } + - { offsetInCU: 0x824, offset: 0x1776A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1F7C, symBinAddr: 0xC8E48, symSize: 0x68 } + - { offsetInCU: 0x8A9, offset: 0x177729, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1FE4, symBinAddr: 0xC8EB0, symSize: 0xC } + - { offsetInCU: 0x8C5, offset: 0x177745, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1FF0, symBinAddr: 0xC8EBC, symSize: 0xC } + - { offsetInCU: 0x8EE, offset: 0x17776E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x19E4, symBinAddr: 0xC88B0, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0x1777A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1EA4, symBinAddr: 0xC8D70, symSize: 0x20 } + - { offsetInCU: 0x955, offset: 0x1777D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1EA4, symBinAddr: 0xC8D70, symSize: 0x20 } + - { offsetInCU: 0x98F, offset: 0x17780F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x20E4, symBinAddr: 0xC8FB0, symSize: 0x44 } + - { offsetInCU: 0x9D5, offset: 0x177855, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2128, symBinAddr: 0xC8FF4, symSize: 0x28 } + - { offsetInCU: 0x9F1, offset: 0x177871, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2150, symBinAddr: 0xC901C, symSize: 0x8 } + - { offsetInCU: 0xA27, offset: 0x1778A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2158, symBinAddr: 0xC9024, symSize: 0x3C } + - { offsetInCU: 0xA8C, offset: 0x17790C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2194, symBinAddr: 0xC9060, symSize: 0xC } + - { offsetInCU: 0xAA8, offset: 0x177928, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x21A0, symBinAddr: 0xC906C, symSize: 0xC } + - { offsetInCU: 0xAC4, offset: 0x177944, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2B58, symBinAddr: 0xC9738, symSize: 0x50 } + - { offsetInCU: 0xAF1, offset: 0x177971, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1A04, symBinAddr: 0xC88D0, symSize: 0x480 } + - { offsetInCU: 0xB64, offset: 0x1779E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfd', symObjAddr: 0x2258, symBinAddr: 0xC9124, symSize: 0x6C } + - { offsetInCU: 0xBAF, offset: 0x177A2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfD', symObjAddr: 0x22C4, symBinAddr: 0xC9190, symSize: 0x1C } + - { offsetInCU: 0xC50, offset: 0x177AD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfE', symObjAddr: 0x21FC, symBinAddr: 0xC90C8, symSize: 0x5C } + - { offsetInCU: 0xCA8, offset: 0x177B28, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCMa', symObjAddr: 0x22E0, symBinAddr: 0xC91AC, symSize: 0x20 } + - { offsetInCU: 0xCBC, offset: 0x177B3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs0C3KeyAAWl', symObjAddr: 0x2364, symBinAddr: 0xC91CC, symSize: 0x44 } + - { offsetInCU: 0xCD0, offset: 0x177B50, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs9CodingKeyAAWl', symObjAddr: 0x2430, symBinAddr: 0xC9210, symSize: 0x44 } + - { offsetInCU: 0xCE4, offset: 0x177B64, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x26D8, symBinAddr: 0xC92B8, symSize: 0x90 } + - { offsetInCU: 0xCF8, offset: 0x177B78, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x2768, symBinAddr: 0xC9348, symSize: 0xBC } + - { offsetInCU: 0xD0C, offset: 0x177B8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwug', symObjAddr: 0x2824, symBinAddr: 0xC9404, symSize: 0x8 } + - { offsetInCU: 0xD20, offset: 0x177BA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x282C, symBinAddr: 0xC940C, symSize: 0x4 } + - { offsetInCU: 0xD34, offset: 0x177BB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwui', symObjAddr: 0x2830, symBinAddr: 0xC9410, symSize: 0x8 } + - { offsetInCU: 0xD48, offset: 0x177BC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x2838, symBinAddr: 0xC9418, symSize: 0x10 } + - { offsetInCU: 0xD5C, offset: 0x177BDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x2848, symBinAddr: 0xC9428, symSize: 0x90 } + - { offsetInCU: 0xD70, offset: 0x177BF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x28D8, symBinAddr: 0xC94B8, symSize: 0xBC } + - { offsetInCU: 0xD84, offset: 0x177C04, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x2994, symBinAddr: 0xC9574, symSize: 0x4 } + - { offsetInCU: 0xD98, offset: 0x177C18, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x2998, symBinAddr: 0xC9578, symSize: 0x10 } + - { offsetInCU: 0xDAC, offset: 0x177C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x29A8, symBinAddr: 0xC9588, symSize: 0x4 } + - { offsetInCU: 0xDC0, offset: 0x177C40, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x29AC, symBinAddr: 0xC958C, symSize: 0x44 } + - { offsetInCU: 0xDD4, offset: 0x177C54, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x29F0, symBinAddr: 0xC95D0, symSize: 0x4 } + - { offsetInCU: 0xDE8, offset: 0x177C68, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x29F4, symBinAddr: 0xC95D4, symSize: 0x44 } + - { offsetInCU: 0xDFC, offset: 0x177C7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2A38, symBinAddr: 0xC9618, symSize: 0x4 } + - { offsetInCU: 0xE10, offset: 0x177C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2A3C, symBinAddr: 0xC961C, symSize: 0x44 } + - { offsetInCU: 0xE24, offset: 0x177CA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2A80, symBinAddr: 0xC9660, symSize: 0x4 } + - { offsetInCU: 0xE38, offset: 0x177CB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2A84, symBinAddr: 0xC9664, symSize: 0x44 } + - { offsetInCU: 0xE4C, offset: 0x177CCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2AC8, symBinAddr: 0xC96A8, symSize: 0x4 } + - { offsetInCU: 0xE60, offset: 0x177CE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2ACC, symBinAddr: 0xC96AC, symSize: 0x44 } + - { offsetInCU: 0xE74, offset: 0x177CF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2B10, symBinAddr: 0xC96F0, symSize: 0x4 } + - { offsetInCU: 0xE88, offset: 0x177D08, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2B14, symBinAddr: 0xC96F4, symSize: 0x44 } + - { offsetInCU: 0xEF1, offset: 0x177D71, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1EC4, symBinAddr: 0xC8D90, symSize: 0xC } + - { offsetInCU: 0xF0D, offset: 0x177D8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x1ED0, symBinAddr: 0xC8D9C, symSize: 0x8 } + - { offsetInCU: 0xF29, offset: 0x177DA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1ED8, symBinAddr: 0xC8DA4, symSize: 0x8 } + - { offsetInCU: 0xF45, offset: 0x177DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1EE0, symBinAddr: 0xC8DAC, symSize: 0x8 } + - { offsetInCU: 0xF68, offset: 0x177DE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1FFC, symBinAddr: 0xC8EC8, symSize: 0x28 } + - { offsetInCU: 0xF84, offset: 0x177E04, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2024, symBinAddr: 0xC8EF0, symSize: 0x28 } + - { offsetInCU: 0xFA0, offset: 0x177E20, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x204C, symBinAddr: 0xC8F18, symSize: 0xC } + - { offsetInCU: 0xFF8, offset: 0x177E78, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x2058, symBinAddr: 0xC8F24, symSize: 0x44 } + - { offsetInCU: 0x1060, offset: 0x177EE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x209C, symBinAddr: 0xC8F68, symSize: 0x8 } + - { offsetInCU: 0x1074, offset: 0x177EF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x20A4, symBinAddr: 0xC8F70, symSize: 0x40 } + - { offsetInCU: 0x10B1, offset: 0x177F31, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x21AC, symBinAddr: 0xC9078, symSize: 0x28 } + - { offsetInCU: 0x10CD, offset: 0x177F4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x21D4, symBinAddr: 0xC90A0, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x17815B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xC9790, symSize: 0x2C } + - { offsetInCU: 0x4B, offset: 0x17817F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvpZ', symObjAddr: 0x1490, symBinAddr: 0x1DF438, symSize: 0x0 } + - { offsetInCU: 0x65, offset: 0x178199, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvgZ', symObjAddr: 0x7C0, symBinAddr: 0xC9F50, symSize: 0x74 } + - { offsetInCU: 0x9D, offset: 0x1781D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0OtcfC', symObjAddr: 0x834, symBinAddr: 0xC9FC4, symSize: 0x20 } + - { offsetInCU: 0x116, offset: 0x17824A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvsZ', symObjAddr: 0x94C, symBinAddr: 0xCA0A8, symSize: 0x84 } + - { offsetInCU: 0x15E, offset: 0x178292, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ', symObjAddr: 0xA30, symBinAddr: 0xCA12C, symSize: 0x6C } + - { offsetInCU: 0x196, offset: 0x1782CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ.resume.0', symObjAddr: 0xA9C, symBinAddr: 0xCA198, symSize: 0x4 } + - { offsetInCU: 0x1C1, offset: 0x1782F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg', symObjAddr: 0xAA0, symBinAddr: 0xCA19C, symSize: 0xC } + - { offsetInCU: 0x1EF, offset: 0x178323, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs', symObjAddr: 0xAAC, symBinAddr: 0xCA1A8, symSize: 0xC } + - { offsetInCU: 0x22D, offset: 0x178361, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM', symObjAddr: 0xAB8, symBinAddr: 0xCA1B4, symSize: 0x10 } + - { offsetInCU: 0x24B, offset: 0x17837F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM.resume.0', symObjAddr: 0xAC8, symBinAddr: 0xCA1C4, symSize: 0x4 } + - { offsetInCU: 0x276, offset: 0x1783AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg', symObjAddr: 0xACC, symBinAddr: 0xCA1C8, symSize: 0xC } + - { offsetInCU: 0x2A4, offset: 0x1783D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs', symObjAddr: 0xAD8, symBinAddr: 0xCA1D4, symSize: 0xC } + - { offsetInCU: 0x2DE, offset: 0x178412, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM', symObjAddr: 0xAE4, symBinAddr: 0xCA1E0, symSize: 0x10 } + - { offsetInCU: 0x30C, offset: 0x178440, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM.resume.0', symObjAddr: 0xAF4, symBinAddr: 0xCA1F0, symSize: 0x4 } + - { offsetInCU: 0x337, offset: 0x17846B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg', symObjAddr: 0xAF8, symBinAddr: 0xCA1F4, symSize: 0xC } + - { offsetInCU: 0x365, offset: 0x178499, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs', symObjAddr: 0xB40, symBinAddr: 0xCA200, symSize: 0x8 } + - { offsetInCU: 0x3A2, offset: 0x1784D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM', symObjAddr: 0xB84, symBinAddr: 0xCA208, symSize: 0x10 } + - { offsetInCU: 0x3D0, offset: 0x178504, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM.resume.0', symObjAddr: 0xB94, symBinAddr: 0xCA218, symSize: 0x4 } + - { offsetInCU: 0x3FB, offset: 0x17852F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg', symObjAddr: 0xB98, symBinAddr: 0xCA21C, symSize: 0x8 } + - { offsetInCU: 0x429, offset: 0x17855D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs', symObjAddr: 0xBA0, symBinAddr: 0xCA224, symSize: 0x28 } + - { offsetInCU: 0x468, offset: 0x17859C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM', symObjAddr: 0xBC8, symBinAddr: 0xCA24C, symSize: 0x10 } + - { offsetInCU: 0x496, offset: 0x1785CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM.resume.0', symObjAddr: 0xBD8, symBinAddr: 0xCA25C, symSize: 0x4 } + - { offsetInCU: 0x4C1, offset: 0x1785F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF', symObjAddr: 0xBDC, symBinAddr: 0xCA260, symSize: 0x150 } + - { offsetInCU: 0x725, offset: 0x178859, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ', symObjAddr: 0xD2C, symBinAddr: 0xCA3B0, symSize: 0x4 } + - { offsetInCU: 0x748, offset: 0x17887C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV9hashValueSivg', symObjAddr: 0xD30, symBinAddr: 0xCA3B4, symSize: 0x3C } + - { offsetInCU: 0x7D4, offset: 0x178908, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH9hashValueSivgTW', symObjAddr: 0xD6C, symBinAddr: 0xCA3F0, symSize: 0x3C } + - { offsetInCU: 0x863, offset: 0x178997, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDA8, symBinAddr: 0xCA42C, symSize: 0x4 } + - { offsetInCU: 0x886, offset: 0x1789BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDE4, symBinAddr: 0xCA468, symSize: 0x4 } + - { offsetInCU: 0x8A6, offset: 0x1789DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDE4, symBinAddr: 0xCA468, symSize: 0x4 } + - { offsetInCU: 0x8B7, offset: 0x1789EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0xE84, symBinAddr: 0xCA4B4, symSize: 0x160 } + - { offsetInCU: 0x1109, offset: 0x17923D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6shared_WZ', symObjAddr: 0x854, symBinAddr: 0xC9FE4, symSize: 0x88 } + - { offsetInCU: 0x11B9, offset: 0x1792ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOb', symObjAddr: 0x910, symBinAddr: 0xCA06C, symSize: 0x3C } + - { offsetInCU: 0x1285, offset: 0x1793B9, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0xE3C, symBinAddr: 0xCA46C, symSize: 0x48 } + - { offsetInCU: 0x12BE, offset: 0x1793F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASQWb', symObjAddr: 0xFE4, symBinAddr: 0xCA614, symSize: 0x4 } + - { offsetInCU: 0x12D2, offset: 0x179406, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVACSQAAWl', symObjAddr: 0xFE8, symBinAddr: 0xCA618, symSize: 0x44 } + - { offsetInCU: 0x12E6, offset: 0x17941A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwCP', symObjAddr: 0x102C, symBinAddr: 0xCA65C, symSize: 0x30 } + - { offsetInCU: 0x12FA, offset: 0x17942E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwxx', symObjAddr: 0x105C, symBinAddr: 0xCA68C, symSize: 0x3C } + - { offsetInCU: 0x130E, offset: 0x179442, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwcp', symObjAddr: 0x1098, symBinAddr: 0xCA6C8, symSize: 0xB0 } + - { offsetInCU: 0x1322, offset: 0x179456, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwca', symObjAddr: 0x1148, symBinAddr: 0xCA778, symSize: 0xEC } + - { offsetInCU: 0x1336, offset: 0x17946A, size: 0x8, addend: 0x0, symName: ___swift_memcpy104_8, symObjAddr: 0x1268, symBinAddr: 0xCA864, symSize: 0x2C } + - { offsetInCU: 0x134A, offset: 0x17947E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwta', symObjAddr: 0x1294, symBinAddr: 0xCA890, symSize: 0x84 } + - { offsetInCU: 0x135E, offset: 0x179492, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwet', symObjAddr: 0x1318, symBinAddr: 0xCA914, symSize: 0x48 } + - { offsetInCU: 0x1372, offset: 0x1794A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwst', symObjAddr: 0x1360, symBinAddr: 0xCA95C, symSize: 0x58 } + - { offsetInCU: 0x1386, offset: 0x1794BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVMa', symObjAddr: 0x13B8, symBinAddr: 0xCA9B4, symSize: 0x10 } + - { offsetInCU: 0x13AB, offset: 0x1794DF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xC9790, symSize: 0x2C } + - { offsetInCU: 0x140E, offset: 0x179542, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x2C, symBinAddr: 0xC97BC, symSize: 0x2C } + - { offsetInCU: 0x1471, offset: 0x1795A5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x58, symBinAddr: 0xC97E8, symSize: 0x2C } + - { offsetInCU: 0x14D4, offset: 0x179608, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x84, symBinAddr: 0xC9814, symSize: 0x40 } + - { offsetInCU: 0x1539, offset: 0x17966D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0xC4, symBinAddr: 0xC9854, symSize: 0x40 } + - { offsetInCU: 0x159E, offset: 0x1796D2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x104, symBinAddr: 0xC9894, symSize: 0x2C } + - { offsetInCU: 0x1601, offset: 0x179735, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x130, symBinAddr: 0xC98C0, symSize: 0x2C } + - { offsetInCU: 0x1664, offset: 0x179798, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x15C, symBinAddr: 0xC98EC, symSize: 0x40 } + - { offsetInCU: 0x16C9, offset: 0x1797FD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x19C, symBinAddr: 0xC992C, symSize: 0x2C } + - { offsetInCU: 0x172C, offset: 0x179860, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1C8, symBinAddr: 0xC9958, symSize: 0x40 } + - { offsetInCU: 0x175D, offset: 0x179891, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x208, symBinAddr: 0xC9998, symSize: 0x40 } + - { offsetInCU: 0x17C2, offset: 0x1798F6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x248, symBinAddr: 0xC99D8, symSize: 0x2C } + - { offsetInCU: 0x1825, offset: 0x179959, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x274, symBinAddr: 0xC9A04, symSize: 0x40 } + - { offsetInCU: 0x188A, offset: 0x1799BE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x2B4, symBinAddr: 0xC9A44, symSize: 0x40 } + - { offsetInCU: 0x18EF, offset: 0x179A23, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x2F4, symBinAddr: 0xC9A84, symSize: 0x40 } + - { offsetInCU: 0x1954, offset: 0x179A88, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x334, symBinAddr: 0xC9AC4, symSize: 0x2C } + - { offsetInCU: 0x19B7, offset: 0x179AEB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x360, symBinAddr: 0xC9AF0, symSize: 0x94 } + - { offsetInCU: 0x19FD, offset: 0x179B31, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x3F4, symBinAddr: 0xC9B84, symSize: 0x40 } + - { offsetInCU: 0x1A62, offset: 0x179B96, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x434, symBinAddr: 0xC9BC4, symSize: 0x2C } + - { offsetInCU: 0x1AC5, offset: 0x179BF9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x460, symBinAddr: 0xC9BF0, symSize: 0x6C } + - { offsetInCU: 0x1AF6, offset: 0x179C2A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x4CC, symBinAddr: 0xC9C5C, symSize: 0x2C } + - { offsetInCU: 0x1B59, offset: 0x179C8D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x4F8, symBinAddr: 0xC9C88, symSize: 0x2C } + - { offsetInCU: 0x1BBC, offset: 0x179CF0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x524, symBinAddr: 0xC9CB4, symSize: 0x2C } + - { offsetInCU: 0x1BED, offset: 0x179D21, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x550, symBinAddr: 0xC9CE0, symSize: 0x40 } + - { offsetInCU: 0x1C52, offset: 0x179D86, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x590, symBinAddr: 0xC9D20, symSize: 0x2C } + - { offsetInCU: 0x1CB5, offset: 0x179DE9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0x5BC, symBinAddr: 0xC9D4C, symSize: 0x40 } + - { offsetInCU: 0x1D1A, offset: 0x179E4E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x5FC, symBinAddr: 0xC9D8C, symSize: 0x2C } + - { offsetInCU: 0x1D7D, offset: 0x179EB1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC0G8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x628, symBinAddr: 0xC9DB8, symSize: 0x2C } + - { offsetInCU: 0x1DAE, offset: 0x179EE2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x654, symBinAddr: 0xC9DE4, symSize: 0x2C } + - { offsetInCU: 0x1E11, offset: 0x179F45, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x680, symBinAddr: 0xC9E10, symSize: 0x2C } + - { offsetInCU: 0x1E42, offset: 0x179F76, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0x6AC, symBinAddr: 0xC9E3C, symSize: 0x2C } + - { offsetInCU: 0x1E73, offset: 0x179FA7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x6D8, symBinAddr: 0xC9E68, symSize: 0x2C } + - { offsetInCU: 0x1EA4, offset: 0x179FD8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x704, symBinAddr: 0xC9E94, symSize: 0x2C } + - { offsetInCU: 0x1F07, offset: 0x17A03B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x730, symBinAddr: 0xC9EC0, symSize: 0x2C } + - { offsetInCU: 0x1F6A, offset: 0x17A09E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x75C, symBinAddr: 0xC9EEC, symSize: 0x28 } + - { offsetInCU: 0x1F9B, offset: 0x17A0CF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0x784, symBinAddr: 0xC9F14, symSize: 0x3C } + - { offsetInCU: 0x20A8, offset: 0x17A1DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDAC, symBinAddr: 0xCA430, symSize: 0x38 } + - { offsetInCU: 0x2104, offset: 0x17A238, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x13C8, symBinAddr: 0xCA9C4, symSize: 0x14 } + - { offsetInCU: 0x2124, offset: 0x17A258, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x13C8, symBinAddr: 0xCA9C4, symSize: 0x14 } + - { offsetInCU: 0x2135, offset: 0x17A269, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x13DC, symBinAddr: 0xCA9D8, symSize: 0xC } + - { offsetInCU: 0x2155, offset: 0x17A289, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x13DC, symBinAddr: 0xCA9D8, symSize: 0xC } + - { offsetInCU: 0x2166, offset: 0x17A29A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x13E8, symBinAddr: 0xCA9E4, symSize: 0xC } + - { offsetInCU: 0x2186, offset: 0x17A2BA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x13E8, symBinAddr: 0xCA9E4, symSize: 0xC } + - { offsetInCU: 0x2197, offset: 0x17A2CB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x13F4, symBinAddr: 0xCA9F0, symSize: 0xC } + - { offsetInCU: 0x21B7, offset: 0x17A2EB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x13F4, symBinAddr: 0xCA9F0, symSize: 0xC } + - { offsetInCU: 0x21C8, offset: 0x17A2FC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x1400, symBinAddr: 0xCA9FC, symSize: 0x14 } + - { offsetInCU: 0x21E8, offset: 0x17A31C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x1400, symBinAddr: 0xCA9FC, symSize: 0x14 } + - { offsetInCU: 0x21F9, offset: 0x17A32D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1414, symBinAddr: 0xCAA10, symSize: 0x14 } + - { offsetInCU: 0x2219, offset: 0x17A34D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1414, symBinAddr: 0xCAA10, symSize: 0x14 } + - { offsetInCU: 0x222A, offset: 0x17A35E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1428, symBinAddr: 0xCAA24, symSize: 0xC } + - { offsetInCU: 0x224A, offset: 0x17A37E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1428, symBinAddr: 0xCAA24, symSize: 0xC } + - { offsetInCU: 0x225B, offset: 0x17A38F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1434, symBinAddr: 0xCAA30, symSize: 0xC } + - { offsetInCU: 0x227B, offset: 0x17A3AF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1434, symBinAddr: 0xCAA30, symSize: 0xC } + - { offsetInCU: 0x228C, offset: 0x17A3C0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1440, symBinAddr: 0xCAA3C, symSize: 0xC } + - { offsetInCU: 0x22AC, offset: 0x17A3E0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1440, symBinAddr: 0xCAA3C, symSize: 0xC } + - { offsetInCU: 0x22BD, offset: 0x17A3F1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x144C, symBinAddr: 0xCAA48, symSize: 0x14 } + - { offsetInCU: 0x22DD, offset: 0x17A411, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x144C, symBinAddr: 0xCAA48, symSize: 0x14 } + - { offsetInCU: 0x22EE, offset: 0x17A422, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x1460, symBinAddr: 0xCAA5C, symSize: 0xC } + - { offsetInCU: 0x230E, offset: 0x17A442, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x1460, symBinAddr: 0xCAA5C, symSize: 0xC } + - { offsetInCU: 0x231F, offset: 0x17A453, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x146C, symBinAddr: 0xCAA68, symSize: 0xC } + - { offsetInCU: 0x233F, offset: 0x17A473, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x146C, symBinAddr: 0xCAA68, symSize: 0xC } + - { offsetInCU: 0x2350, offset: 0x17A484, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1478, symBinAddr: 0xCAA74, symSize: 0x10 } + - { offsetInCU: 0x2370, offset: 0x17A4A4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1478, symBinAddr: 0xCAA74, symSize: 0x10 } + - { offsetInCU: 0x7F, offset: 0x17A72E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xCAB48, symSize: 0x18 } + - { offsetInCU: 0xB0, offset: 0x17A75F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0xCAB60, symSize: 0xC } + - { offsetInCU: 0xD9, offset: 0x17A788, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0xCAC14, symSize: 0x48 } + - { offsetInCU: 0xFE, offset: 0x17A7AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0xCAC5C, symSize: 0x2F8 } + - { offsetInCU: 0x166, offset: 0x17A815, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4CC, symBinAddr: 0xCAF54, symSize: 0x3AC } + - { offsetInCU: 0x2FC, offset: 0x17A9AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO8rawValueSSvg', symObjAddr: 0x878, symBinAddr: 0xCB300, symSize: 0x18 } + - { offsetInCU: 0x335, offset: 0x17A9E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xA88, symBinAddr: 0xCB510, symSize: 0x18 } + - { offsetInCU: 0x363, offset: 0x17AA12, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xA88, symBinAddr: 0xCB510, symSize: 0x18 } + - { offsetInCU: 0x3B5, offset: 0x17AA64, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xAC4, symBinAddr: 0xCB54C, symSize: 0x64 } + - { offsetInCU: 0x41B, offset: 0x17AACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xB28, symBinAddr: 0xCB5B0, symSize: 0x28 } + - { offsetInCU: 0x437, offset: 0x17AAE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB50, symBinAddr: 0xCB5D8, symSize: 0x8 } + - { offsetInCU: 0x46D, offset: 0x17AB1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB58, symBinAddr: 0xCB5E0, symSize: 0x68 } + - { offsetInCU: 0x4F2, offset: 0x17ABA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBC0, symBinAddr: 0xCB648, symSize: 0xC } + - { offsetInCU: 0x50E, offset: 0x17ABBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBCC, symBinAddr: 0xCB654, symSize: 0xC } + - { offsetInCU: 0x52C, offset: 0x17ABDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x890, symBinAddr: 0xCB318, symSize: 0x1F8 } + - { offsetInCU: 0x5A6, offset: 0x17AC55, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfD', symObjAddr: 0xC44, symBinAddr: 0xCB6CC, symSize: 0x34 } + - { offsetInCU: 0x616, offset: 0x17ACC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xD0C, symBinAddr: 0xCB784, symSize: 0xC } + - { offsetInCU: 0x6BC, offset: 0x17AD6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfE', symObjAddr: 0xC28, symBinAddr: 0xCB6B0, symSize: 0x1C } + - { offsetInCU: 0x714, offset: 0x17ADC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCMa', symObjAddr: 0xC78, symBinAddr: 0xCB700, symSize: 0x20 } + - { offsetInCU: 0x728, offset: 0x17ADD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOwup', symObjAddr: 0xCB0, symBinAddr: 0xCB728, symSize: 0x4 } + - { offsetInCU: 0x73C, offset: 0x17ADEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOMa', symObjAddr: 0xCB4, symBinAddr: 0xCB72C, symSize: 0x10 } + - { offsetInCU: 0x750, offset: 0x17ADFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASQWb', symObjAddr: 0xCC4, symBinAddr: 0xCB73C, symSize: 0x4 } + - { offsetInCU: 0x764, offset: 0x17AE13, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSQAAWl', symObjAddr: 0xCC8, symBinAddr: 0xCB740, symSize: 0x44 } + - { offsetInCU: 0x778, offset: 0x17AE27, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSYAAWl', symObjAddr: 0xD18, symBinAddr: 0xCB790, symSize: 0x44 } + - { offsetInCU: 0x78C, offset: 0x17AE3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs0C3KeyAAWl', symObjAddr: 0xDC0, symBinAddr: 0xCB7D4, symSize: 0x44 } + - { offsetInCU: 0x7A0, offset: 0x17AE4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSEAAWl', symObjAddr: 0xED0, symBinAddr: 0xCB818, symSize: 0x44 } + - { offsetInCU: 0x7B4, offset: 0x17AE63, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSeAAWl', symObjAddr: 0x1020, symBinAddr: 0xCB8C0, symSize: 0x44 } + - { offsetInCU: 0x7C8, offset: 0x17AE77, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwug', symObjAddr: 0x12BC, symBinAddr: 0xCBA58, symSize: 0x8 } + - { offsetInCU: 0x7DC, offset: 0x17AE8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwup', symObjAddr: 0x12C4, symBinAddr: 0xCBA60, symSize: 0x4 } + - { offsetInCU: 0x7F0, offset: 0x17AE9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwui', symObjAddr: 0x12C8, symBinAddr: 0xCBA64, symSize: 0x8 } + - { offsetInCU: 0x804, offset: 0x17AEB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOMa', symObjAddr: 0x12D0, symBinAddr: 0xCBA6C, symSize: 0x10 } + - { offsetInCU: 0x818, offset: 0x17AEC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASQWb', symObjAddr: 0x12E0, symBinAddr: 0xCBA7C, symSize: 0x4 } + - { offsetInCU: 0x82C, offset: 0x17AEDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFSQAAWl', symObjAddr: 0x12E4, symBinAddr: 0xCBA80, symSize: 0x44 } + - { offsetInCU: 0x840, offset: 0x17AEEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1328, symBinAddr: 0xCBAC4, symSize: 0x4 } + - { offsetInCU: 0x854, offset: 0x17AF03, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x132C, symBinAddr: 0xCBAC8, symSize: 0x44 } + - { offsetInCU: 0x868, offset: 0x17AF17, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1370, symBinAddr: 0xCBB0C, symSize: 0x4 } + - { offsetInCU: 0x87C, offset: 0x17AF2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1374, symBinAddr: 0xCBB10, symSize: 0x44 } + - { offsetInCU: 0x8B0, offset: 0x17AF5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xCAA88, symSize: 0x14 } + - { offsetInCU: 0x941, offset: 0x17AFF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xCAA9C, symSize: 0x44 } + - { offsetInCU: 0x9F0, offset: 0x17B09F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xCAAE0, symSize: 0x28 } + - { offsetInCU: 0xA43, offset: 0x17B0F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xCAB08, symSize: 0x40 } + - { offsetInCU: 0xAC7, offset: 0x17B176, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0xCAB6C, symSize: 0x5C } + - { offsetInCU: 0xAEA, offset: 0x17B199, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xCABC8, symSize: 0x4C } + - { offsetInCU: 0xB51, offset: 0x17B200, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAA0, symBinAddr: 0xCB528, symSize: 0xC } + - { offsetInCU: 0xB6D, offset: 0x17B21C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0xAAC, symBinAddr: 0xCB534, symSize: 0x8 } + - { offsetInCU: 0xB89, offset: 0x17B238, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAB4, symBinAddr: 0xCB53C, symSize: 0x8 } + - { offsetInCU: 0xBA5, offset: 0x17B254, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xABC, symBinAddr: 0xCB544, symSize: 0x8 } + - { offsetInCU: 0xBC8, offset: 0x17B277, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBD8, symBinAddr: 0xCB660, symSize: 0x28 } + - { offsetInCU: 0xBE4, offset: 0x17B293, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC00, symBinAddr: 0xCB688, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0x17B48B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xCBB5C, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x17B4B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xCBBA4, symSize: 0x1DC } + - { offsetInCU: 0xDC, offset: 0x17B518, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x224, symBinAddr: 0xCBD80, symSize: 0xE0 } + - { offsetInCU: 0x17B, offset: 0x17B5B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x304, symBinAddr: 0xCBE60, symSize: 0x140 } + - { offsetInCU: 0x1FE, offset: 0x17B63A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x454, symBinAddr: 0xCBFB0, symSize: 0x64 } + - { offsetInCU: 0x241, offset: 0x17B67D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B8, symBinAddr: 0xCC014, symSize: 0x24 } + - { offsetInCU: 0x281, offset: 0x17B6BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4DC, symBinAddr: 0xCC038, symSize: 0x4 } + - { offsetInCU: 0x2A1, offset: 0x17B6DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4DC, symBinAddr: 0xCC038, symSize: 0x4 } + - { offsetInCU: 0x2CC, offset: 0x17B708, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0xCC03C, symSize: 0x68 } + - { offsetInCU: 0x317, offset: 0x17B753, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x548, symBinAddr: 0xCC0A4, symSize: 0xC } + - { offsetInCU: 0x333, offset: 0x17B76F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x554, symBinAddr: 0xCC0B0, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x17B78B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO03rawD0SSvgTf4d_n', symObjAddr: 0x864, symBinAddr: 0xCC22C, symSize: 0xC } + - { offsetInCU: 0x38B, offset: 0x17B7C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfD', symObjAddr: 0x5B8, symBinAddr: 0xCC114, symSize: 0x2C } + - { offsetInCU: 0x45A, offset: 0x17B896, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfE', symObjAddr: 0x5B0, symBinAddr: 0xCC10C, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x17B8C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCMa', symObjAddr: 0x5E4, symBinAddr: 0xCC140, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x17B8D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs0E3KeyAAWl', symObjAddr: 0x668, symBinAddr: 0xCC160, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x17B8EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwet', symObjAddr: 0x878, symBinAddr: 0xCC238, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x17B8FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwst', symObjAddr: 0x8C8, symBinAddr: 0xCC288, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x17B913, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwug', symObjAddr: 0x954, symBinAddr: 0xCC314, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x17B927, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwup', symObjAddr: 0x95C, symBinAddr: 0xCC31C, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x17B93B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwui', symObjAddr: 0x960, symBinAddr: 0xCC320, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x17B94F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOMa', symObjAddr: 0x964, symBinAddr: 0xCC324, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x17B963, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASQWb', symObjAddr: 0x974, symBinAddr: 0xCC334, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x17B977, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFSQAAWl', symObjAddr: 0x978, symBinAddr: 0xCC338, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x17B98B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x9BC, symBinAddr: 0xCC37C, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x17B99F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x9C0, symBinAddr: 0xCC380, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x17B9B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA04, symBinAddr: 0xCC3C4, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x17B9C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA08, symBinAddr: 0xCC3C8, symSize: 0x44 } + - { offsetInCU: 0x5C6, offset: 0x17BA02, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x444, symBinAddr: 0xCBFA0, symSize: 0x4 } + - { offsetInCU: 0x5E6, offset: 0x17BA22, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x444, symBinAddr: 0xCBFA0, symSize: 0x4 } + - { offsetInCU: 0x606, offset: 0x17BA42, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x448, symBinAddr: 0xCBFA4, symSize: 0x4 } + - { offsetInCU: 0x626, offset: 0x17BA62, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x448, symBinAddr: 0xCBFA4, symSize: 0x4 } + - { offsetInCU: 0x646, offset: 0x17BA82, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x44C, symBinAddr: 0xCBFA8, symSize: 0x4 } + - { offsetInCU: 0x666, offset: 0x17BAA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x44C, symBinAddr: 0xCBFA8, symSize: 0x4 } + - { offsetInCU: 0x686, offset: 0x17BAC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x450, symBinAddr: 0xCBFAC, symSize: 0x4 } + - { offsetInCU: 0x6A6, offset: 0x17BAE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x450, symBinAddr: 0xCBFAC, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x17BAFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0xCC0BC, symSize: 0x28 } + - { offsetInCU: 0x6DA, offset: 0x17BB16, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x588, symBinAddr: 0xCC0E4, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x17BCF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x30, symBinAddr: 0xCC40C, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x17BD0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x30, symBinAddr: 0xCC40C, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x17BD23, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwet', symObjAddr: 0x70, symBinAddr: 0xCC43C, symSize: 0x20 } + - { offsetInCU: 0x67, offset: 0x17BD37, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwst', symObjAddr: 0x90, symBinAddr: 0xCC45C, symSize: 0x2C } + - { offsetInCU: 0x7B, offset: 0x17BD4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwug', symObjAddr: 0xBC, symBinAddr: 0xCC488, symSize: 0x8 } + - { offsetInCU: 0x8F, offset: 0x17BD5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwup', symObjAddr: 0xC4, symBinAddr: 0xCC490, symSize: 0x4 } + - { offsetInCU: 0xA3, offset: 0x17BD73, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwui', symObjAddr: 0xC8, symBinAddr: 0xCC494, symSize: 0x4 } + - { offsetInCU: 0xB7, offset: 0x17BD87, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOMa', symObjAddr: 0xCC, symBinAddr: 0xCC498, symSize: 0x10 } + - { offsetInCU: 0xDC, offset: 0x17BDAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0xDC, symBinAddr: 0xCC4A8, symSize: 0x4 } + - { offsetInCU: 0xF8, offset: 0x17BDC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0xE0, symBinAddr: 0xCC4AC, symSize: 0x4 } + - { offsetInCU: 0x114, offset: 0x17BDE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0xE4, symBinAddr: 0xCC4B0, symSize: 0x4 } + - { offsetInCU: 0x130, offset: 0x17BE00, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE8, symBinAddr: 0xCC4B4, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x17BF55, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8, symBinAddr: 0xCC4B8, symSize: 0xC4 } + - { offsetInCU: 0x81, offset: 0x17BFAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8, symBinAddr: 0xCC4B8, symSize: 0xC4 } + - { offsetInCU: 0x1AF, offset: 0x17C0DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xCC, symBinAddr: 0xCC57C, symSize: 0xC4 } + - { offsetInCU: 0x2D0, offset: 0x17C1FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x190, symBinAddr: 0xCC640, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x17C21A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x198, symBinAddr: 0xCC648, symSize: 0x8 } + - { offsetInCU: 0x308, offset: 0x17C236, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOc', symObjAddr: 0x1A0, symBinAddr: 0xCC650, symSize: 0x44 } + - { offsetInCU: 0x31C, offset: 0x17C24A, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x228, symBinAddr: 0xCC694, symSize: 0xC } + - { offsetInCU: 0x338, offset: 0x17C266, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x234, symBinAddr: 0xCC6A0, symSize: 0x8 } + - { offsetInCU: 0x354, offset: 0x17C282, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x23C, symBinAddr: 0xCC6A8, symSize: 0xC } + - { offsetInCU: 0x370, offset: 0x17C29E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x248, symBinAddr: 0xCC6B4, symSize: 0x8 } + - { offsetInCU: 0x38C, offset: 0x17C2BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x250, symBinAddr: 0xCC6BC, symSize: 0xC } + - { offsetInCU: 0x3A8, offset: 0x17C2D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x25C, symBinAddr: 0xCC6C8, symSize: 0x8 } + - { offsetInCU: 0x3C4, offset: 0x17C2F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x264, symBinAddr: 0xCC6D0, symSize: 0xC } + - { offsetInCU: 0x3E0, offset: 0x17C30E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x270, symBinAddr: 0xCC6DC, symSize: 0x8 } + - { offsetInCU: 0x3FC, offset: 0x17C32A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x278, symBinAddr: 0xCC6E4, symSize: 0xC } + - { offsetInCU: 0x418, offset: 0x17C346, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x284, symBinAddr: 0xCC6F0, symSize: 0x8 } + - { offsetInCU: 0x434, offset: 0x17C362, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xCC6F8, symSize: 0x8 } + - { offsetInCU: 0x450, offset: 0x17C37E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x294, symBinAddr: 0xCC700, symSize: 0xC } + - { offsetInCU: 0x46C, offset: 0x17C39A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2A0, symBinAddr: 0xCC70C, symSize: 0x8 } + - { offsetInCU: 0x488, offset: 0x17C3B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A8, symBinAddr: 0xCC714, symSize: 0xC } + - { offsetInCU: 0x4A4, offset: 0x17C3D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2B4, symBinAddr: 0xCC720, symSize: 0x8 } + - { offsetInCU: 0x4C0, offset: 0x17C3EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2BC, symBinAddr: 0xCC728, symSize: 0xC } + - { offsetInCU: 0x4DC, offset: 0x17C40A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2C8, symBinAddr: 0xCC734, symSize: 0x8 } + - { offsetInCU: 0x4F8, offset: 0x17C426, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2D0, symBinAddr: 0xCC73C, symSize: 0xC } + - { offsetInCU: 0x514, offset: 0x17C442, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2DC, symBinAddr: 0xCC748, symSize: 0x8 } + - { offsetInCU: 0x530, offset: 0x17C45E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2E4, symBinAddr: 0xCC750, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x17C47A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0xCC75C, symSize: 0x8 } + - { offsetInCU: 0x568, offset: 0x17C496, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2F8, symBinAddr: 0xCC764, symSize: 0xC } + - { offsetInCU: 0x584, offset: 0x17C4B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x304, symBinAddr: 0xCC770, symSize: 0x8 } + - { offsetInCU: 0x43, offset: 0x17C6E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg', symObjAddr: 0x0, symBinAddr: 0xCC778, symSize: 0x8 } + - { offsetInCU: 0x61, offset: 0x17C704, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8, symBinAddr: 0xCC780, symSize: 0x144 } + - { offsetInCU: 0xC8, offset: 0x17C76B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x198, symBinAddr: 0xCC8C4, symSize: 0x90 } + - { offsetInCU: 0xF7, offset: 0x17C79A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x228, symBinAddr: 0xCC954, symSize: 0x14 } + - { offsetInCU: 0x15C, offset: 0x17C7FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x23C, symBinAddr: 0xCC968, symSize: 0x90 } + - { offsetInCU: 0x1F1, offset: 0x17C894, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueACyp_tKcfC', symObjAddr: 0x2CC, symBinAddr: 0xCC9F8, symSize: 0x13C } + - { offsetInCU: 0x315, offset: 0x17C9B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x408, symBinAddr: 0xCCB34, symSize: 0x23C } + - { offsetInCU: 0x3F7, offset: 0x17CA9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x768, symBinAddr: 0xCCE10, symSize: 0x11C } + - { offsetInCU: 0x455, offset: 0x17CAF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO11stringValueSSvg', symObjAddr: 0x884, symBinAddr: 0xCCF2C, symSize: 0x14 } + - { offsetInCU: 0x496, offset: 0x17CB39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x8BC, symBinAddr: 0xCCF64, symSize: 0x70 } + - { offsetInCU: 0x4CA, offset: 0x17CB6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x92C, symBinAddr: 0xCCFD4, symSize: 0x28 } + - { offsetInCU: 0x4E6, offset: 0x17CB89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x954, symBinAddr: 0xCCFFC, symSize: 0x8 } + - { offsetInCU: 0x51C, offset: 0x17CBBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x95C, symBinAddr: 0xCD004, symSize: 0x74 } + - { offsetInCU: 0x567, offset: 0x17CC0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x9D0, symBinAddr: 0xCD078, symSize: 0xC } + - { offsetInCU: 0x583, offset: 0x17CC26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x9DC, symBinAddr: 0xCD084, symSize: 0xC } + - { offsetInCU: 0x5A1, offset: 0x17CC44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF', symObjAddr: 0xA38, symBinAddr: 0xCD0E0, symSize: 0x44 } + - { offsetInCU: 0x5FE, offset: 0x17CCA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ', symObjAddr: 0xA7C, symBinAddr: 0xCD124, symSize: 0x2C } + - { offsetInCU: 0x646, offset: 0x17CCE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV9hashValueSivg', symObjAddr: 0xAA8, symBinAddr: 0xCD150, symSize: 0x60 } + - { offsetInCU: 0x714, offset: 0x17CDB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xB08, symBinAddr: 0xCD1B0, symSize: 0x14 } + - { offsetInCU: 0x737, offset: 0x17CDDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xB1C, symBinAddr: 0xCD1C4, symSize: 0x14 } + - { offsetInCU: 0x75A, offset: 0x17CDFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH9hashValueSivgTW', symObjAddr: 0xB30, symBinAddr: 0xCD1D8, symSize: 0x4 } + - { offsetInCU: 0x776, offset: 0x17CE19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB34, symBinAddr: 0xCD1DC, symSize: 0x44 } + - { offsetInCU: 0x801, offset: 0x17CEA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBD4, symBinAddr: 0xCD27C, symSize: 0x2C } + - { offsetInCU: 0x821, offset: 0x17CEC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBD4, symBinAddr: 0xCD27C, symSize: 0x2C } + - { offsetInCU: 0x833, offset: 0x17CED6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs0C3KeyAAWl', symObjAddr: 0x684, symBinAddr: 0xCCD70, symSize: 0x44 } + - { offsetInCU: 0x847, offset: 0x17CEEA, size: 0x8, addend: 0x0, symName: '_$sSaySdGSayxGSesSeRzlWl', symObjAddr: 0x6C8, symBinAddr: 0xCCDB4, symSize: 0x5C } + - { offsetInCU: 0x87C, offset: 0x17CF1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV5valueACyp_tKcfC', symObjAddr: 0xC00, symBinAddr: 0xCD2A8, symSize: 0x3F8 } + - { offsetInCU: 0xAC1, offset: 0x17D164, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0xFF8, symBinAddr: 0xCD6A0, symSize: 0x1AC } + - { offsetInCU: 0xB1C, offset: 0x17D1BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x11A4, symBinAddr: 0xCD84C, symSize: 0xFC } + - { offsetInCU: 0xB67, offset: 0x17D20A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASQWb', symObjAddr: 0x12A0, symBinAddr: 0xCD948, symSize: 0x4 } + - { offsetInCU: 0xB7B, offset: 0x17D21E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSQAAWl', symObjAddr: 0x12A4, symBinAddr: 0xCD94C, symSize: 0x44 } + - { offsetInCU: 0xB8F, offset: 0x17D232, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x12E8, symBinAddr: 0xCD990, symSize: 0x14 } + - { offsetInCU: 0xBB2, offset: 0x17D255, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x12FC, symBinAddr: 0xCD9A4, symSize: 0x14 } + - { offsetInCU: 0xBD5, offset: 0x17D278, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwet', symObjAddr: 0x1320, symBinAddr: 0xCD9B8, symSize: 0x20 } + - { offsetInCU: 0xBE9, offset: 0x17D28C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwst', symObjAddr: 0x1340, symBinAddr: 0xCD9D8, symSize: 0x28 } + - { offsetInCU: 0xBFD, offset: 0x17D2A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVMa', symObjAddr: 0x1368, symBinAddr: 0xCDA00, symSize: 0x10 } + - { offsetInCU: 0xC11, offset: 0x17D2B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwet', symObjAddr: 0x1384, symBinAddr: 0xCDA10, symSize: 0x90 } + - { offsetInCU: 0xC25, offset: 0x17D2C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwst', symObjAddr: 0x1414, symBinAddr: 0xCDAA0, symSize: 0xBC } + - { offsetInCU: 0xC39, offset: 0x17D2DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwug', symObjAddr: 0x14D0, symBinAddr: 0xCDB5C, symSize: 0x8 } + - { offsetInCU: 0xC4D, offset: 0x17D2F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwup', symObjAddr: 0x14D8, symBinAddr: 0xCDB64, symSize: 0x4 } + - { offsetInCU: 0xC61, offset: 0x17D304, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwui', symObjAddr: 0x14DC, symBinAddr: 0xCDB68, symSize: 0xC } + - { offsetInCU: 0xC75, offset: 0x17D318, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOMa', symObjAddr: 0x14E8, symBinAddr: 0xCDB74, symSize: 0x10 } + - { offsetInCU: 0xC89, offset: 0x17D32C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASQWb', symObjAddr: 0x14F8, symBinAddr: 0xCDB84, symSize: 0x4 } + - { offsetInCU: 0xC9D, offset: 0x17D340, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFSQAAWl', symObjAddr: 0x14FC, symBinAddr: 0xCDB88, symSize: 0x44 } + - { offsetInCU: 0xCB1, offset: 0x17D354, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1540, symBinAddr: 0xCDBCC, symSize: 0x4 } + - { offsetInCU: 0xCC5, offset: 0x17D368, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1544, symBinAddr: 0xCDBD0, symSize: 0x44 } + - { offsetInCU: 0xCD9, offset: 0x17D37C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1588, symBinAddr: 0xCDC14, symSize: 0x4 } + - { offsetInCU: 0xCED, offset: 0x17D390, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x158C, symBinAddr: 0xCDC18, symSize: 0x44 } + - { offsetInCU: 0xD43, offset: 0x17D3E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV5valueACyp_tKcfC', symObjAddr: 0x15D0, symBinAddr: 0xCDC5C, symSize: 0x174 } + - { offsetInCU: 0x115A, offset: 0x17D7FD, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE7rotated_4axisAB12CoreGraphics7CGFloatV_AbCE4AxisOtF', symObjAddr: 0x1744, symBinAddr: 0xCDDD0, symSize: 0xD4 } + - { offsetInCU: 0x12DA, offset: 0x17D97D, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE13makeTransform6anchor8position5scale9rotationX0H1Y0H1Z4skew0I4AxisABSo7CGPointV_ANSo6CGSizeV12CoreGraphics7CGFloatVA3SSgATtFZTf4nnnnnnnnd_n', symObjAddr: 0x1818, symBinAddr: 0xCDEA4, symSize: 0x460 } + - { offsetInCU: 0x159A, offset: 0x17DC3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x898, symBinAddr: 0xCCF40, symSize: 0xC } + - { offsetInCU: 0x15B6, offset: 0x17DC59, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH9hashValueSivgTW', symObjAddr: 0x8A4, symBinAddr: 0xCCF4C, symSize: 0x8 } + - { offsetInCU: 0x15D2, offset: 0x17DC75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8AC, symBinAddr: 0xCCF54, symSize: 0x8 } + - { offsetInCU: 0x15EE, offset: 0x17DC91, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8B4, symBinAddr: 0xCCF5C, symSize: 0x8 } + - { offsetInCU: 0x1611, offset: 0x17DCB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x9E8, symBinAddr: 0xCD090, symSize: 0x28 } + - { offsetInCU: 0x162D, offset: 0x17DCD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA10, symBinAddr: 0xCD0B8, symSize: 0x28 } + - { offsetInCU: 0x1676, offset: 0x17DD19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB78, symBinAddr: 0xCD220, symSize: 0x5C } + - { offsetInCU: 0xC0, offset: 0x17E0D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC17combinedKeyframes14roundedCornersAA13KeyframeGroupCyAC0G0VGAA07RoundedF0CSg_tKF', symObjAddr: 0x0, symBinAddr: 0xCE328, symSize: 0x134 } + - { offsetInCU: 0x205, offset: 0x17E21D, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x134, symBinAddr: 0xCE45C, symSize: 0xB0 } + - { offsetInCU: 0x389, offset: 0x17E3A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1E4, symBinAddr: 0xCE50C, symSize: 0x12C } + - { offsetInCU: 0x4F1, offset: 0x17E509, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x310, symBinAddr: 0xCE638, symSize: 0x4 } + - { offsetInCU: 0x519, offset: 0x17E531, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwCP', symObjAddr: 0x3EC, symBinAddr: 0xCE690, symSize: 0x30 } + - { offsetInCU: 0x52D, offset: 0x17E545, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwet', symObjAddr: 0x43C, symBinAddr: 0xCE6C0, symSize: 0x20 } + - { offsetInCU: 0x541, offset: 0x17E559, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwst', symObjAddr: 0x45C, symBinAddr: 0xCE6E0, symSize: 0x38 } + - { offsetInCU: 0x555, offset: 0x17E56D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVMa', symObjAddr: 0x494, symBinAddr: 0xCE718, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x17E78C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x8, symBinAddr: 0xCE728, symSize: 0x16C } + - { offsetInCU: 0xED, offset: 0x17E852, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x8, symBinAddr: 0xCE728, symSize: 0x16C } + - { offsetInCU: 0x200, offset: 0x17E965, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSgWOb', symObjAddr: 0x1C4, symBinAddr: 0xCE8A4, symSize: 0x48 } + - { offsetInCU: 0x214, offset: 0x17E979, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x20C, symBinAddr: 0xCE8EC, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x17EB7B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xCE8F4, symSize: 0x56C } + - { offsetInCU: 0xA2, offset: 0x17EBF2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xCE8F4, symSize: 0x56C } + - { offsetInCU: 0x50D, offset: 0x17F05D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFAHSgAIcfu0_33_28d25105826188377df3c8fe74d211baAiLTf3nnpk_n', symObjAddr: 0x62C, symBinAddr: 0xCEF20, symSize: 0x78 } + - { offsetInCU: 0x52C, offset: 0x17F07C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU_', symObjAddr: 0x8DC, symBinAddr: 0xCF1D0, symSize: 0x90 } + - { offsetInCU: 0x5FA, offset: 0x17F14A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU0_', symObjAddr: 0x96C, symBinAddr: 0xCF260, symSize: 0x10C } + - { offsetInCU: 0x7A7, offset: 0x17F2F7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I13VtKFSSAHXEfU_AHTf1nncn_nTf4nnng_n', symObjAddr: 0x103C, symBinAddr: 0xCF930, symSize: 0x13C } + - { offsetInCU: 0x8A4, offset: 0x17F3F4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I14VtKFSSAHXEfU0_AH5model_AC9MatteTypeO9matteTypetAHTf1nncn_nTf4nnngg_n', symObjAddr: 0x11B8, symBinAddr: 0xCFA6C, symSize: 0x180 } + - { offsetInCU: 0xB70, offset: 0x17F6C0, size: 0x8, addend: 0x0, symName: '_$sSlsE5first7ElementQzSgvpSay6Lottie10LayerModelCGTK', symObjAddr: 0x57C, symBinAddr: 0xCEE70, symSize: 0xB0 } + - { offsetInCU: 0xD1C, offset: 0x17F86C, size: 0x8, addend: 0x0, symName: '_$sSl6LottieAA10LayerModelC7ElementRtzrlE20pairedLayersAndMasks33_FC3CD219EB0C773D32BBE7C7975F0DE6LLSayAC5layer_AC5model_AA9MatteTypeO05matteU0tSg4masktGyKFs18ReversedCollectionVySayACGG_Tg5', symObjAddr: 0x6A4, symBinAddr: 0xCEF98, symSize: 0x238 } + - { offsetInCU: 0x1311, offset: 0x17FE61, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSDySiSay6Lottie10LayerModelCGG_s17_NativeDictionaryVySiAGGTg5051$sSD16compactMapValuesySDyxqd__Gqd__Sgq_KXEKlFys17_gh47Vyxqd__Gz_x3key_q_5valuettKXEfU_Si_Say6Lottie10eF7CGAKTG5xq_Sgs5Error_pr0_lyAhGIsgnrzo_Tf1ncn_nTf4nng_n', symObjAddr: 0xD58, symBinAddr: 0xCF64C, symSize: 0x2E4 } + - { offsetInCU: 0x1504, offset: 0x180054, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSlsWl', symObjAddr: 0x134C, symBinAddr: 0xCFBF0, symSize: 0x4C } + - { offsetInCU: 0x1546, offset: 0x180096, size: 0x8, addend: 0x0, symName: '_$sSD8grouping2bySDyxSay7ElementQyd__GGqd__n_xADKXEtKcAERs_STRd__lufCSi_s18ReversedCollectionVySay6Lottie10LayerModelCGGTg5014$sSo7CALayerC6f8E19setupg30Hierarchy3for7contextySayAC0D5h3CG_P68D7ContextVtKFSiAHcfu_32c6367eac2e4f99784ca5c07d849dde74AHSiTf3nnpk_nTf1ncn_nTf4gd_n', symObjAddr: 0xA78, symBinAddr: 0xCF36C, symSize: 0x2E0 } + - { offsetInCU: 0x1C4, offset: 0x180A5D, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11DashElementCRszlE23shapeLayerConfigurations15ContiguousArrayVyAFyAA8KeyframeCyAA0A8Vector1DVGGG12dashPatterns_AL0K5Phasetvg', symObjAddr: 0x0, symBinAddr: 0xCFC40, symSize: 0x680 } + - { offsetInCU: 0xA82, offset: 0x18131B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfd', symObjAddr: 0x680, symBinAddr: 0xD02C0, symSize: 0x54 } + - { offsetInCU: 0xAAF, offset: 0x181348, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfD', symObjAddr: 0x6D4, symBinAddr: 0xD0314, symSize: 0x1C } + - { offsetInCU: 0xAEB, offset: 0x181384, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x710, symBinAddr: 0xD0350, symSize: 0xC } + - { offsetInCU: 0xB2C, offset: 0x1813C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x71C, symBinAddr: 0xD035C, symSize: 0x30 } + - { offsetInCU: 0xB6D, offset: 0x181406, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x74C, symBinAddr: 0xD038C, symSize: 0xC } + - { offsetInCU: 0xB9F, offset: 0x181438, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesC6strokeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xC44, symBinAddr: 0xD0884, symSize: 0x5AC } + - { offsetInCU: 0x10A6, offset: 0x18193F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCMa', symObjAddr: 0x6F0, symBinAddr: 0xD0330, symSize: 0x20 } + - { offsetInCU: 0x111D, offset: 0x1819B6, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xD0398, symSize: 0x68 } + - { offsetInCU: 0x1188, offset: 0x181A21, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xD0398, symSize: 0x68 } + - { offsetInCU: 0x119C, offset: 0x181A35, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xD0398, symSize: 0x68 } + - { offsetInCU: 0x11B0, offset: 0x181A49, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xD0398, symSize: 0x68 } + - { offsetInCU: 0x11C4, offset: 0x181A5D, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xD0398, symSize: 0x68 } + - { offsetInCU: 0x12C8, offset: 0x181B61, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCfD', symObjAddr: 0x7C0, symBinAddr: 0xD0400, symSize: 0x34 } + - { offsetInCU: 0x1329, offset: 0x181BC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x814, symBinAddr: 0xD0454, symSize: 0x44 } + - { offsetInCU: 0x1375, offset: 0x181C0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x858, symBinAddr: 0xD0498, symSize: 0x24 } + - { offsetInCU: 0x13B6, offset: 0x181C4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x87C, symBinAddr: 0xD04BC, symSize: 0x4 } + - { offsetInCU: 0x13D6, offset: 0x181C6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x87C, symBinAddr: 0xD04BC, symSize: 0x4 } + - { offsetInCU: 0x1406, offset: 0x181C9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x880, symBinAddr: 0xD04C0, symSize: 0x8 } + - { offsetInCU: 0x1426, offset: 0x181CBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x880, symBinAddr: 0xD04C0, symSize: 0x8 } + - { offsetInCU: 0x1489, offset: 0x181D22, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x888, symBinAddr: 0xD04C8, symSize: 0x10 } + - { offsetInCU: 0x14A9, offset: 0x181D42, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x888, symBinAddr: 0xD04C8, symSize: 0x10 } + - { offsetInCU: 0x14F0, offset: 0x181D89, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x898, symBinAddr: 0xD04D8, symSize: 0x8 } + - { offsetInCU: 0x1510, offset: 0x181DA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x898, symBinAddr: 0xD04D8, symSize: 0x8 } + - { offsetInCU: 0x1531, offset: 0x181DCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x8A0, symBinAddr: 0xD04E0, symSize: 0x8 } + - { offsetInCU: 0x1551, offset: 0x181DEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x8A0, symBinAddr: 0xD04E0, symSize: 0x8 } + - { offsetInCU: 0x1572, offset: 0x181E0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x8A8, symBinAddr: 0xD04E8, symSize: 0x8 } + - { offsetInCU: 0x1592, offset: 0x181E2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x8A8, symBinAddr: 0xD04E8, symSize: 0x8 } + - { offsetInCU: 0x15B3, offset: 0x181E4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x8B0, symBinAddr: 0xD04F0, symSize: 0x8 } + - { offsetInCU: 0x15D3, offset: 0x181E6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x8B0, symBinAddr: 0xD04F0, symSize: 0x8 } + - { offsetInCU: 0x15F4, offset: 0x181E8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x8B8, symBinAddr: 0xD04F8, symSize: 0xC } + - { offsetInCU: 0x1614, offset: 0x181EAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x8B8, symBinAddr: 0xD04F8, symSize: 0xC } + - { offsetInCU: 0x1635, offset: 0x181ECE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x8C4, symBinAddr: 0xD0504, symSize: 0x10 } + - { offsetInCU: 0x1655, offset: 0x181EEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x8C4, symBinAddr: 0xD0504, symSize: 0x10 } + - { offsetInCU: 0x1667, offset: 0x181F00, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8D4, symBinAddr: 0xD0514, symSize: 0x8 } + - { offsetInCU: 0x16A1, offset: 0x181F3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x8DC, symBinAddr: 0xD051C, symSize: 0x4C } + - { offsetInCU: 0x16DE, offset: 0x181F77, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x11F0, symBinAddr: 0xD0E30, symSize: 0x338 } + - { offsetInCU: 0x1D13, offset: 0x1825AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCMa', symObjAddr: 0x7F4, symBinAddr: 0xD0434, symSize: 0x20 } + - { offsetInCU: 0x1DED, offset: 0x182686, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC14keyframeGroupsACyxGs15ContiguousArrayVyAGyAA8KeyframeCyxGGG_tcfcAA0A8Vector1DV_Tg5Tf4gn_n', symObjAddr: 0xA84, symBinAddr: 0xD06C4, symSize: 0x1C0 } + - { offsetInCU: 0x5E, offset: 0x18374B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0xD1168, symSize: 0xC } + - { offsetInCU: 0x90, offset: 0x18377D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC, symBinAddr: 0xD1174, symSize: 0x48 } + - { offsetInCU: 0xB5, offset: 0x1837A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x54, symBinAddr: 0xD11BC, symSize: 0x828 } + - { offsetInCU: 0x1DA, offset: 0x1838C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x87C, symBinAddr: 0xD19E4, symSize: 0xC20 } + - { offsetInCU: 0x672, offset: 0x183D5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueSSvg', symObjAddr: 0x149C, symBinAddr: 0xD2604, symSize: 0x20 } + - { offsetInCU: 0x6AB, offset: 0x183D98, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x1804, symBinAddr: 0xD296C, symSize: 0x20 } + - { offsetInCU: 0x6D9, offset: 0x183DC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x1804, symBinAddr: 0xD296C, symSize: 0x20 } + - { offsetInCU: 0x722, offset: 0x183E0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x19A8, symBinAddr: 0xD2B10, symSize: 0x44 } + - { offsetInCU: 0x768, offset: 0x183E55, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x19EC, symBinAddr: 0xD2B54, symSize: 0x28 } + - { offsetInCU: 0x77C, offset: 0x183E69, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1A14, symBinAddr: 0xD2B7C, symSize: 0x8 } + - { offsetInCU: 0x7B2, offset: 0x183E9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1A1C, symBinAddr: 0xD2B84, symSize: 0x3C } + - { offsetInCU: 0x817, offset: 0x183F04, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1A58, symBinAddr: 0xD2BC0, symSize: 0xC } + - { offsetInCU: 0x833, offset: 0x183F20, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1A64, symBinAddr: 0xD2BCC, symSize: 0xC } + - { offsetInCU: 0x84F, offset: 0x183F3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x217C, symBinAddr: 0xD303C, symSize: 0x50 } + - { offsetInCU: 0x87C, offset: 0x183F69, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x14BC, symBinAddr: 0xD2624, symSize: 0x348 } + - { offsetInCU: 0x8D8, offset: 0x183FC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfd', symObjAddr: 0x1B14, symBinAddr: 0xD2C7C, symSize: 0x64 } + - { offsetInCU: 0x923, offset: 0x184010, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfD', symObjAddr: 0x1B78, symBinAddr: 0xD2CE0, symSize: 0x1C } + - { offsetInCU: 0x95F, offset: 0x18404C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1BB4, symBinAddr: 0xD2D1C, symSize: 0xC } + - { offsetInCU: 0x9A0, offset: 0x18408D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BC0, symBinAddr: 0xD2D28, symSize: 0xC } + - { offsetInCU: 0x9E1, offset: 0x1840CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BCC, symBinAddr: 0xD2D34, symSize: 0xC } + - { offsetInCU: 0xA22, offset: 0x18410F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BD8, symBinAddr: 0xD2D40, symSize: 0xC } + - { offsetInCU: 0xAAD, offset: 0x18419A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfE', symObjAddr: 0x1AC0, symBinAddr: 0xD2C28, symSize: 0x54 } + - { offsetInCU: 0xB05, offset: 0x1841F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCMa', symObjAddr: 0x1B94, symBinAddr: 0xD2CFC, symSize: 0x20 } + - { offsetInCU: 0xB19, offset: 0x184206, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs0D3KeyAAWl', symObjAddr: 0x1C48, symBinAddr: 0xD2D4C, symSize: 0x44 } + - { offsetInCU: 0xB2D, offset: 0x18421A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwet', symObjAddr: 0x1F34, symBinAddr: 0xD2DF4, symSize: 0x90 } + - { offsetInCU: 0xB41, offset: 0x18422E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwst', symObjAddr: 0x1FC4, symBinAddr: 0xD2E84, symSize: 0xBC } + - { offsetInCU: 0xB55, offset: 0x184242, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwug', symObjAddr: 0x2080, symBinAddr: 0xD2F40, symSize: 0x8 } + - { offsetInCU: 0xB69, offset: 0x184256, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwup', symObjAddr: 0x2088, symBinAddr: 0xD2F48, symSize: 0x4 } + - { offsetInCU: 0xB7D, offset: 0x18426A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwui', symObjAddr: 0x208C, symBinAddr: 0xD2F4C, symSize: 0x8 } + - { offsetInCU: 0xB91, offset: 0x18427E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOMa', symObjAddr: 0x2094, symBinAddr: 0xD2F54, symSize: 0x10 } + - { offsetInCU: 0xBA5, offset: 0x184292, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASQWb', symObjAddr: 0x20A4, symBinAddr: 0xD2F64, symSize: 0x4 } + - { offsetInCU: 0xBB9, offset: 0x1842A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFSQAAWl', symObjAddr: 0x20A8, symBinAddr: 0xD2F68, symSize: 0x44 } + - { offsetInCU: 0xBCD, offset: 0x1842BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x20EC, symBinAddr: 0xD2FAC, symSize: 0x4 } + - { offsetInCU: 0xBE1, offset: 0x1842CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x20F0, symBinAddr: 0xD2FB0, symSize: 0x44 } + - { offsetInCU: 0xBF5, offset: 0x1842E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2134, symBinAddr: 0xD2FF4, symSize: 0x4 } + - { offsetInCU: 0xC09, offset: 0x1842F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2138, symBinAddr: 0xD2FF8, symSize: 0x44 } + - { offsetInCU: 0xC69, offset: 0x184356, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1824, symBinAddr: 0xD298C, symSize: 0x88 } + - { offsetInCU: 0xD18, offset: 0x184405, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x18AC, symBinAddr: 0xD2A14, symSize: 0x60 } + - { offsetInCU: 0xD96, offset: 0x184483, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x190C, symBinAddr: 0xD2A74, symSize: 0x40 } + - { offsetInCU: 0xDE8, offset: 0x1844D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x194C, symBinAddr: 0xD2AB4, symSize: 0x5C } + - { offsetInCU: 0xE4B, offset: 0x184538, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1A70, symBinAddr: 0xD2BD8, symSize: 0x28 } + - { offsetInCU: 0xE67, offset: 0x184554, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A98, symBinAddr: 0xD2C00, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x18473E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0xD308C, symSize: 0x2C } + - { offsetInCU: 0x73, offset: 0x184786, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0xD308C, symSize: 0x2C } + - { offsetInCU: 0xB8, offset: 0x1847CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCMa', symObjAddr: 0x2C, symBinAddr: 0xD30B8, symSize: 0x20 } + - { offsetInCU: 0x4A, offset: 0x18494D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DateV6LottieE8dateTimeACs6UInt16V_AGt_tcfC', symObjAddr: 0x0, symBinAddr: 0xD30D8, symSize: 0x9C } + - { offsetInCU: 0x169, offset: 0x184A6C, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE30createParentDirectoryStructure3fory10Foundation3URLV_tKF', symObjAddr: 0x9C, symBinAddr: 0xD3174, symSize: 0x144 } + - { offsetInCU: 0x236, offset: 0x184B39, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x1E0, symBinAddr: 0xD32B8, symSize: 0x68 } + - { offsetInCU: 0x33D, offset: 0x184C40, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x248, symBinAddr: 0xD3320, symSize: 0xF4 } + - { offsetInCU: 0x6AB, offset: 0x184FAE, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nnncn_n', symObjAddr: 0x33C, symBinAddr: 0xD3414, symSize: 0x958 } + - { offsetInCU: 0xA77, offset: 0x18537A, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6i114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5J10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xC94, symBinAddr: 0xD3D6C, symSize: 0x330 } + - { offsetInCU: 0xC3D, offset: 0x185540, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xFC4, symBinAddr: 0xD409C, symSize: 0x294 } + - { offsetInCU: 0xE2A, offset: 0x18572D, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0x1258, symBinAddr: 0xD4330, symSize: 0x154 } + - { offsetInCU: 0xF90, offset: 0x185893, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6g114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5H10V_ATtXEfU_Tf1nnnnc_n', symObjAddr: 0x13AC, symBinAddr: 0xD4484, symSize: 0x444 } + - { offsetInCU: 0x1004, offset: 0x185907, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSnySiG_Tgq5', symObjAddr: 0x17F0, symBinAddr: 0xD48C8, symSize: 0x14 } + - { offsetInCU: 0x103D, offset: 0x185940, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tgq5', symObjAddr: 0x1804, symBinAddr: 0xD48DC, symSize: 0xFC } + - { offsetInCU: 0x10CF, offset: 0x1859D2, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie5EntryV_Tg5', symObjAddr: 0x1900, symBinAddr: 0xD49D8, symSize: 0x14 } + - { offsetInCU: 0x10FC, offset: 0x1859FF, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE11permissions3for6osType05entryG0s6UInt16Vs6UInt32V_AC5EntryV6OSTypeOAM0kG0OtFZTf4nnnd_n', symObjAddr: 0x1914, symBinAddr: 0xD49EC, symSize: 0x70 } + - { offsetInCU: 0x124A, offset: 0x185B4D, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE10attributes4fromSDySo0A12AttributeKeyaypGAC5EntryV_tFZTf4nd_n', symObjAddr: 0x1984, symBinAddr: 0xD4A5C, symSize: 0x2BC } + - { offsetInCU: 0x16FF, offset: 0x186002, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFTf4nnnnnd_n', symObjAddr: 0x1C40, symBinAddr: 0xD4D18, symSize: 0xDFC } + - { offsetInCU: 0x1DA7, offset: 0x1866AA, size: 0x8, addend: 0x0, symName: '_$s10Foundation10CocoaErrorVAcA21_BridgedStoredNSErrorAAWl', symObjAddr: 0x2A7C, symBinAddr: 0xD5B14, symSize: 0x48 } + - { offsetInCU: 0x1DBB, offset: 0x1866BE, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOc', symObjAddr: 0x2AC4, symBinAddr: 0xD5B5C, symSize: 0x48 } + - { offsetInCU: 0x1DCF, offset: 0x1866D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAEs0C0AAWl', symObjAddr: 0x2B0C, symBinAddr: 0xD5BA4, symSize: 0x44 } + - { offsetInCU: 0x1DE3, offset: 0x1866E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOr', symObjAddr: 0x2B50, symBinAddr: 0xD5BE8, symSize: 0x100 } + - { offsetInCU: 0x1DF7, offset: 0x1866FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOy', symObjAddr: 0x2CA0, symBinAddr: 0xD5CE8, symSize: 0x14 } + - { offsetInCU: 0x1E0B, offset: 0x18670E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOy', symObjAddr: 0x2CB4, symBinAddr: 0xD5CFC, symSize: 0x14 } + - { offsetInCU: 0x1E1F, offset: 0x186722, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOs', symObjAddr: 0x2CC8, symBinAddr: 0xD5D10, symSize: 0x100 } + - { offsetInCU: 0x1E33, offset: 0x186736, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOe', symObjAddr: 0x2E0C, symBinAddr: 0xD5E10, symSize: 0x14 } + - { offsetInCU: 0x1E47, offset: 0x18674A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOe', symObjAddr: 0x2E20, symBinAddr: 0xD5E24, symSize: 0x14 } + - { offsetInCU: 0x1E5B, offset: 0x18675E, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOh', symObjAddr: 0x2E34, symBinAddr: 0xD5E38, symSize: 0x40 } + - { offsetInCU: 0x1E6F, offset: 0x186772, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_0, symObjAddr: 0x2EB8, symBinAddr: 0xD5EBC, symSize: 0x3C } + - { offsetInCU: 0x1E83, offset: 0x186786, size: 0x8, addend: 0x0, symName: '_$sSo8NSNumberCMa', symObjAddr: 0x2F04, symBinAddr: 0xD5EF8, symSize: 0x3C } + - { offsetInCU: 0x69, offset: 0x186D98, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCfD', symObjAddr: 0x0, symBinAddr: 0xD5F34, symSize: 0x44 } + - { offsetInCU: 0xDC, offset: 0x186E0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCMa', symObjAddr: 0x44, symBinAddr: 0xD5F78, symSize: 0x20 } + - { offsetInCU: 0x6F0, offset: 0x18741F, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyF', symObjAddr: 0x64, symBinAddr: 0xD5F98, symSize: 0x1590 } + - { offsetInCU: 0x1C78, offset: 0x1889A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10RenderNode_pWOb', symObjAddr: 0x16AC, symBinAddr: 0xD75A0, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0x188D0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xD75B8, symSize: 0x14 } + - { offsetInCU: 0x8A, offset: 0x188D69, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xD7678, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x188D9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0xD7690, symSize: 0xC } + - { offsetInCU: 0xE4, offset: 0x188DC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0xD7744, symSize: 0x48 } + - { offsetInCU: 0x109, offset: 0x188DE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0xD778C, symSize: 0x1AC } + - { offsetInCU: 0x171, offset: 0x188E50, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x380, symBinAddr: 0xD7938, symSize: 0x100 } + - { offsetInCU: 0x223, offset: 0x188F02, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x480, symBinAddr: 0xD7A38, symSize: 0x114 } + - { offsetInCU: 0x2A6, offset: 0x188F85, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x5A4, symBinAddr: 0xD7B5C, symSize: 0x64 } + - { offsetInCU: 0x2E9, offset: 0x188FC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x608, symBinAddr: 0xD7BC0, symSize: 0x24 } + - { offsetInCU: 0x329, offset: 0x189008, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x62C, symBinAddr: 0xD7BE4, symSize: 0x4 } + - { offsetInCU: 0x349, offset: 0x189028, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x62C, symBinAddr: 0xD7BE4, symSize: 0x4 } + - { offsetInCU: 0x374, offset: 0x189053, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x630, symBinAddr: 0xD7BE8, symSize: 0x68 } + - { offsetInCU: 0x3BF, offset: 0x18909E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x698, symBinAddr: 0xD7C50, symSize: 0xC } + - { offsetInCU: 0x3DB, offset: 0x1890BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x6A4, symBinAddr: 0xD7C5C, symSize: 0xC } + - { offsetInCU: 0x3F7, offset: 0x1890D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO11stringValueSSvgTf4d_n', symObjAddr: 0xD00, symBinAddr: 0xD8198, symSize: 0xC } + - { offsetInCU: 0x433, offset: 0x189112, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCfD', symObjAddr: 0x700, symBinAddr: 0xD7CB8, symSize: 0x24 } + - { offsetInCU: 0x4DE, offset: 0x1891BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCMa', symObjAddr: 0x724, symBinAddr: 0xD7CDC, symSize: 0x20 } + - { offsetInCU: 0x4F2, offset: 0x1891D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwet', symObjAddr: 0x754, symBinAddr: 0xD7CFC, symSize: 0x90 } + - { offsetInCU: 0x506, offset: 0x1891E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwst', symObjAddr: 0x7E4, symBinAddr: 0xD7D8C, symSize: 0xBC } + - { offsetInCU: 0x51A, offset: 0x1891F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwug', symObjAddr: 0x8A0, symBinAddr: 0xD7E48, symSize: 0x8 } + - { offsetInCU: 0x52E, offset: 0x18920D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwup', symObjAddr: 0x8A8, symBinAddr: 0xD7E50, symSize: 0x4 } + - { offsetInCU: 0x542, offset: 0x189221, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwui', symObjAddr: 0x8AC, symBinAddr: 0xD7E54, symSize: 0x8 } + - { offsetInCU: 0x556, offset: 0x189235, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOMa', symObjAddr: 0x8B4, symBinAddr: 0xD7E5C, symSize: 0x10 } + - { offsetInCU: 0x56A, offset: 0x189249, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASQWb', symObjAddr: 0x8C4, symBinAddr: 0xD7E6C, symSize: 0x4 } + - { offsetInCU: 0x57E, offset: 0x18925D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSQAAWl', symObjAddr: 0x8C8, symBinAddr: 0xD7E70, symSize: 0x44 } + - { offsetInCU: 0x592, offset: 0x189271, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSYAAWl', symObjAddr: 0x90C, symBinAddr: 0xD7EB4, symSize: 0x44 } + - { offsetInCU: 0x5A6, offset: 0x189285, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs0C3KeyAAWl', symObjAddr: 0x9B4, symBinAddr: 0xD7EF8, symSize: 0x44 } + - { offsetInCU: 0x5BA, offset: 0x189299, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSEAAWl', symObjAddr: 0x9F8, symBinAddr: 0xD7F3C, symSize: 0x44 } + - { offsetInCU: 0x5CE, offset: 0x1892AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSeAAWl', symObjAddr: 0xA5C, symBinAddr: 0xD7F80, symSize: 0x44 } + - { offsetInCU: 0x5E2, offset: 0x1892C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwet', symObjAddr: 0xB2C, symBinAddr: 0xD7FC4, symSize: 0x50 } + - { offsetInCU: 0x5F6, offset: 0x1892D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwst', symObjAddr: 0xB7C, symBinAddr: 0xD8014, symSize: 0x8C } + - { offsetInCU: 0x60A, offset: 0x1892E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwug', symObjAddr: 0xC08, symBinAddr: 0xD80A0, symSize: 0x8 } + - { offsetInCU: 0x61E, offset: 0x1892FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwup', symObjAddr: 0xC10, symBinAddr: 0xD80A8, symSize: 0x4 } + - { offsetInCU: 0x632, offset: 0x189311, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwui', symObjAddr: 0xC14, symBinAddr: 0xD80AC, symSize: 0x4 } + - { offsetInCU: 0x646, offset: 0x189325, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOMa', symObjAddr: 0xC18, symBinAddr: 0xD80B0, symSize: 0x10 } + - { offsetInCU: 0x65A, offset: 0x189339, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASQWb', symObjAddr: 0xC28, symBinAddr: 0xD80C0, symSize: 0x4 } + - { offsetInCU: 0x66E, offset: 0x18934D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFSQAAWl', symObjAddr: 0xC2C, symBinAddr: 0xD80C4, symSize: 0x44 } + - { offsetInCU: 0x682, offset: 0x189361, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC70, symBinAddr: 0xD8108, symSize: 0x4 } + - { offsetInCU: 0x696, offset: 0x189375, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC74, symBinAddr: 0xD810C, symSize: 0x44 } + - { offsetInCU: 0x6AA, offset: 0x189389, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xCB8, symBinAddr: 0xD8150, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x18939D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xCBC, symBinAddr: 0xD8154, symSize: 0x44 } + - { offsetInCU: 0x6F2, offset: 0x1893D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xD75B8, symSize: 0x14 } + - { offsetInCU: 0x783, offset: 0x189462, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xD75CC, symSize: 0x44 } + - { offsetInCU: 0x832, offset: 0x189511, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xD7610, symSize: 0x28 } + - { offsetInCU: 0x885, offset: 0x189564, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xD7638, symSize: 0x40 } + - { offsetInCU: 0x909, offset: 0x1895E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0xD769C, symSize: 0x5C } + - { offsetInCU: 0x92C, offset: 0x18960B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xD76F8, symSize: 0x4C } + - { offsetInCU: 0x95E, offset: 0x18963D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x594, symBinAddr: 0xD7B4C, symSize: 0x4 } + - { offsetInCU: 0x97E, offset: 0x18965D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x594, symBinAddr: 0xD7B4C, symSize: 0x4 } + - { offsetInCU: 0x99E, offset: 0x18967D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x598, symBinAddr: 0xD7B50, symSize: 0x4 } + - { offsetInCU: 0x9BE, offset: 0x18969D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x598, symBinAddr: 0xD7B50, symSize: 0x4 } + - { offsetInCU: 0x9DE, offset: 0x1896BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x59C, symBinAddr: 0xD7B54, symSize: 0x4 } + - { offsetInCU: 0x9FE, offset: 0x1896DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x59C, symBinAddr: 0xD7B54, symSize: 0x4 } + - { offsetInCU: 0xA1E, offset: 0x1896FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5A0, symBinAddr: 0xD7B58, symSize: 0x4 } + - { offsetInCU: 0xA3E, offset: 0x18971D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5A0, symBinAddr: 0xD7B58, symSize: 0x4 } + - { offsetInCU: 0xA56, offset: 0x189735, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x6B0, symBinAddr: 0xD7C68, symSize: 0x28 } + - { offsetInCU: 0xA72, offset: 0x189751, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x6D8, symBinAddr: 0xD7C90, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x189940, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xD81A4, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x189964, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xD81A4, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x189989, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xD81EC, symSize: 0x190 } + - { offsetInCU: 0xDC, offset: 0x1899F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1D8, symBinAddr: 0xD837C, symSize: 0xFC } + - { offsetInCU: 0x15F, offset: 0x189A74, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2E4, symBinAddr: 0xD8488, symSize: 0x64 } + - { offsetInCU: 0x1A2, offset: 0x189AB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x348, symBinAddr: 0xD84EC, symSize: 0x24 } + - { offsetInCU: 0x1E2, offset: 0x189AF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x36C, symBinAddr: 0xD8510, symSize: 0x4 } + - { offsetInCU: 0x202, offset: 0x189B17, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x36C, symBinAddr: 0xD8510, symSize: 0x4 } + - { offsetInCU: 0x22D, offset: 0x189B42, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x370, symBinAddr: 0xD8514, symSize: 0x68 } + - { offsetInCU: 0x278, offset: 0x189B8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x3D8, symBinAddr: 0xD857C, symSize: 0xC } + - { offsetInCU: 0x294, offset: 0x189BA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x3E4, symBinAddr: 0xD8588, symSize: 0xC } + - { offsetInCU: 0x2B0, offset: 0x189BC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO11stringValueSSvgTf4d_n', symObjAddr: 0x79C, symBinAddr: 0xD8870, symSize: 0x14 } + - { offsetInCU: 0x2EC, offset: 0x189C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfD', symObjAddr: 0x448, symBinAddr: 0xD85EC, symSize: 0x4C } + - { offsetInCU: 0x346, offset: 0x189C5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfE', symObjAddr: 0x440, symBinAddr: 0xD85E4, symSize: 0x8 } + - { offsetInCU: 0x39E, offset: 0x189CB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCMa', symObjAddr: 0x494, symBinAddr: 0xD8638, symSize: 0x20 } + - { offsetInCU: 0x3B2, offset: 0x189CC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs0E3KeyAAWl', symObjAddr: 0x518, symBinAddr: 0xD8658, symSize: 0x44 } + - { offsetInCU: 0x3C6, offset: 0x189CDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwet', symObjAddr: 0x5C8, symBinAddr: 0xD869C, symSize: 0x50 } + - { offsetInCU: 0x3DA, offset: 0x189CEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwst', symObjAddr: 0x618, symBinAddr: 0xD86EC, symSize: 0x8C } + - { offsetInCU: 0x3EE, offset: 0x189D03, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwug', symObjAddr: 0x6A4, symBinAddr: 0xD8778, symSize: 0x8 } + - { offsetInCU: 0x402, offset: 0x189D17, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwup', symObjAddr: 0x6AC, symBinAddr: 0xD8780, symSize: 0x4 } + - { offsetInCU: 0x416, offset: 0x189D2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwui', symObjAddr: 0x6B0, symBinAddr: 0xD8784, symSize: 0x4 } + - { offsetInCU: 0x42A, offset: 0x189D3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOMa', symObjAddr: 0x6B4, symBinAddr: 0xD8788, symSize: 0x10 } + - { offsetInCU: 0x43E, offset: 0x189D53, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASQWb', symObjAddr: 0x6C4, symBinAddr: 0xD8798, symSize: 0x4 } + - { offsetInCU: 0x452, offset: 0x189D67, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFSQAAWl', symObjAddr: 0x6C8, symBinAddr: 0xD879C, symSize: 0x44 } + - { offsetInCU: 0x466, offset: 0x189D7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x70C, symBinAddr: 0xD87E0, symSize: 0x4 } + - { offsetInCU: 0x47A, offset: 0x189D8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x710, symBinAddr: 0xD87E4, symSize: 0x44 } + - { offsetInCU: 0x48E, offset: 0x189DA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x754, symBinAddr: 0xD8828, symSize: 0x4 } + - { offsetInCU: 0x4A2, offset: 0x189DB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x758, symBinAddr: 0xD882C, symSize: 0x44 } + - { offsetInCU: 0x4D6, offset: 0x189DEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2D4, symBinAddr: 0xD8478, symSize: 0x4 } + - { offsetInCU: 0x4F6, offset: 0x189E0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2D4, symBinAddr: 0xD8478, symSize: 0x4 } + - { offsetInCU: 0x516, offset: 0x189E2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0xD847C, symSize: 0x4 } + - { offsetInCU: 0x536, offset: 0x189E4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0xD847C, symSize: 0x4 } + - { offsetInCU: 0x556, offset: 0x189E6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2DC, symBinAddr: 0xD8480, symSize: 0x4 } + - { offsetInCU: 0x576, offset: 0x189E8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2DC, symBinAddr: 0xD8480, symSize: 0x4 } + - { offsetInCU: 0x596, offset: 0x189EAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xD8484, symSize: 0x4 } + - { offsetInCU: 0x5B6, offset: 0x189ECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xD8484, symSize: 0x4 } + - { offsetInCU: 0x5CE, offset: 0x189EE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x3F0, symBinAddr: 0xD8594, symSize: 0x28 } + - { offsetInCU: 0x5EA, offset: 0x189EFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x418, symBinAddr: 0xD85BC, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x18A0B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xD8884, symSize: 0xF0 } + - { offsetInCU: 0x64, offset: 0x18A0F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tF', symObjAddr: 0xF0, symBinAddr: 0xD8974, symSize: 0xF0 } + - { offsetInCU: 0xC1, offset: 0x18A14E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCfD', symObjAddr: 0x1E0, symBinAddr: 0xD8A64, symSize: 0x2C } + - { offsetInCU: 0x104, offset: 0x18A191, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cQ0C_tFTW', symObjAddr: 0x22C, symBinAddr: 0xD8AB0, symSize: 0x20 } + - { offsetInCU: 0x14A, offset: 0x18A1D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP15contentsGravity3forSo015CALayerContentsP0aAA0C5AssetC_tFTW', symObjAddr: 0x24C, symBinAddr: 0xD8AD0, symSize: 0x50 } + - { offsetInCU: 0x1B9, offset: 0x18A246, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC05imageD0AdA09AnimationcD0_p_tcfCTf4en_n', symObjAddr: 0x31C, symBinAddr: 0xD8B20, symSize: 0xD0 } + - { offsetInCU: 0x23A, offset: 0x18A2C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xD8884, symSize: 0xF0 } + - { offsetInCU: 0x284, offset: 0x18A311, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCMa', symObjAddr: 0x20C, symBinAddr: 0xD8A90, symSize: 0x20 } + - { offsetInCU: 0x2BE, offset: 0x18A34B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOb', symObjAddr: 0x42C, symBinAddr: 0xD8BF0, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x18A507, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0xD8C08, symSize: 0xC } + - { offsetInCU: 0x3F, offset: 0x18A51F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0xD8C08, symSize: 0xC } + - { offsetInCU: 0x6E, offset: 0x18A54E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg', symObjAddr: 0xC, symBinAddr: 0xD8C14, symSize: 0x10 } + - { offsetInCU: 0x9D, offset: 0x18A57D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwCP', symObjAddr: 0x1C, symBinAddr: 0xD8C24, symSize: 0x30 } + - { offsetInCU: 0xB1, offset: 0x18A591, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwxx', symObjAddr: 0x4C, symBinAddr: 0xD8C54, symSize: 0xC } + - { offsetInCU: 0xC5, offset: 0x18A5A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwcp', symObjAddr: 0x58, symBinAddr: 0xD8C60, symSize: 0x30 } + - { offsetInCU: 0xD9, offset: 0x18A5B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwca', symObjAddr: 0x88, symBinAddr: 0xD8C90, symSize: 0x40 } + - { offsetInCU: 0xED, offset: 0x18A5CD, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0xC8, symBinAddr: 0xD8CD0, symSize: 0xC } + - { offsetInCU: 0x101, offset: 0x18A5E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwta', symObjAddr: 0xD4, symBinAddr: 0xD8CDC, symSize: 0x34 } + - { offsetInCU: 0x115, offset: 0x18A5F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwet', symObjAddr: 0x108, symBinAddr: 0xD8D10, symSize: 0x58 } + - { offsetInCU: 0x129, offset: 0x18A609, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwst', symObjAddr: 0x160, symBinAddr: 0xD8D68, symSize: 0x54 } + - { offsetInCU: 0x13D, offset: 0x18A61D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwug', symObjAddr: 0x1B4, symBinAddr: 0xD8DBC, symSize: 0xC } + - { offsetInCU: 0x151, offset: 0x18A631, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwup', symObjAddr: 0x1C0, symBinAddr: 0xD8DC8, symSize: 0x10 } + - { offsetInCU: 0x165, offset: 0x18A645, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwui', symObjAddr: 0x1D0, symBinAddr: 0xD8DD8, symSize: 0x14 } + - { offsetInCU: 0x179, offset: 0x18A659, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOMa', symObjAddr: 0x1E4, symBinAddr: 0xD8DEC, symSize: 0x10 } + - { offsetInCU: 0x79, offset: 0x18A808, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xD8DFC, symSize: 0x58 } + - { offsetInCU: 0xC0, offset: 0x18A84F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0xD8E54, symSize: 0x208 } + - { offsetInCU: 0x183, offset: 0x18A912, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfcTo', symObjAddr: 0x260, symBinAddr: 0xD905C, symSize: 0x4C } + - { offsetInCU: 0x19F, offset: 0x18A92E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2AC, symBinAddr: 0xD90A8, symSize: 0x208 } + - { offsetInCU: 0x202, offset: 0x18A991, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCACycfcTo', symObjAddr: 0x4B4, symBinAddr: 0xD92B0, symSize: 0x2C } + - { offsetInCU: 0x269, offset: 0x18A9F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfD', symObjAddr: 0x548, symBinAddr: 0xD9344, symSize: 0x34 } + - { offsetInCU: 0x2C3, offset: 0x18AA52, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfE', symObjAddr: 0x4E0, symBinAddr: 0xD92DC, symSize: 0x68 } + - { offsetInCU: 0x2F2, offset: 0x18AA81, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfETo', symObjAddr: 0x57C, symBinAddr: 0xD9378, symSize: 0x68 } + - { offsetInCU: 0x321, offset: 0x18AAB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCMa', symObjAddr: 0x5E4, symBinAddr: 0xD93E0, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x18AAC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwCP', symObjAddr: 0x604, symBinAddr: 0xD9400, symSize: 0x30 } + - { offsetInCU: 0x349, offset: 0x18AAD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwxx', symObjAddr: 0x634, symBinAddr: 0xD9430, symSize: 0x48 } + - { offsetInCU: 0x35D, offset: 0x18AAEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwcp', symObjAddr: 0x67C, symBinAddr: 0xD9478, symSize: 0x74 } + - { offsetInCU: 0x371, offset: 0x18AB00, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwca', symObjAddr: 0x6F0, symBinAddr: 0xD94EC, symSize: 0xBC } + - { offsetInCU: 0x385, offset: 0x18AB14, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwta', symObjAddr: 0x7C0, symBinAddr: 0xD95A8, symSize: 0x84 } + - { offsetInCU: 0x399, offset: 0x18AB28, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwet', symObjAddr: 0x844, symBinAddr: 0xD962C, symSize: 0x48 } + - { offsetInCU: 0x3AD, offset: 0x18AB3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwst', symObjAddr: 0x88C, symBinAddr: 0xD9674, symSize: 0x4C } + - { offsetInCU: 0x3C1, offset: 0x18AB50, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVMa', symObjAddr: 0x8D8, symBinAddr: 0xD96C0, symSize: 0x10 } + - { offsetInCU: 0x3F6, offset: 0x18AB85, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x8E8, symBinAddr: 0xD96D0, symSize: 0x8 } + - { offsetInCU: 0x437, offset: 0x18ABC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x908, symBinAddr: 0xD96F0, symSize: 0x8 } + - { offsetInCU: 0x478, offset: 0x18AC07, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x910, symBinAddr: 0xD96F8, symSize: 0x8 } + - { offsetInCU: 0x4B9, offset: 0x18AC48, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x918, symBinAddr: 0xD9700, symSize: 0x8 } + - { offsetInCU: 0x4FA, offset: 0x18AC89, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x920, symBinAddr: 0xD9708, symSize: 0x8 } + - { offsetInCU: 0x5AC, offset: 0x18AD3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLV8repeater5indexAdA0B0C_SitcfCTf4nnd_n', symObjAddr: 0xA04, symBinAddr: 0xD978C, symSize: 0x884 } + - { offsetInCU: 0xFF6, offset: 0x18B785, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x8F0, symBinAddr: 0xD96D8, symSize: 0x8 } + - { offsetInCU: 0x1028, offset: 0x18B7B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x8F8, symBinAddr: 0xD96E0, symSize: 0x8 } + - { offsetInCU: 0x1044, offset: 0x18B7D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x900, symBinAddr: 0xD96E8, symSize: 0x8 } + - { offsetInCU: 0x1060, offset: 0x18B7EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x928, symBinAddr: 0xD9710, symSize: 0x8 } + - { offsetInCU: 0x107C, offset: 0x18B80B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x930, symBinAddr: 0xD9718, symSize: 0x8 } + - { offsetInCU: 0xF3, offset: 0x18C082, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0xDA010, symSize: 0x1F8 } + - { offsetInCU: 0x2FF, offset: 0x18C28E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x1F8, symBinAddr: 0xDA208, symSize: 0x31C } + - { offsetInCU: 0x613, offset: 0x18C5A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x514, symBinAddr: 0xDA524, symSize: 0x664 } + - { offsetInCU: 0x86F, offset: 0x18C7FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfcyAA0aB0CSgcfU_', symObjAddr: 0xB78, symBinAddr: 0xDAB88, symSize: 0x98 } + - { offsetInCU: 0x8E7, offset: 0x18C876, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xC10, symBinAddr: 0xDAC20, symSize: 0x1EC } + - { offsetInCU: 0xADA, offset: 0x18CA69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0xDFC, symBinAddr: 0xDAE0C, symSize: 0x254 } + - { offsetInCU: 0xC50, offset: 0x18CBDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1050, symBinAddr: 0xDB060, symSize: 0x228 } + - { offsetInCU: 0xE78, offset: 0x18CE07, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1278, symBinAddr: 0xDB288, symSize: 0x8C0 } + - { offsetInCU: 0x1145, offset: 0x18D0D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1B38, symBinAddr: 0xDBB48, symSize: 0x23C } + - { offsetInCU: 0x1296, offset: 0x18D225, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1E60, symBinAddr: 0xDBE70, symSize: 0x8 } + - { offsetInCU: 0x12EA, offset: 0x18D279, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x1E68, symBinAddr: 0xDBE78, symSize: 0x40 } + - { offsetInCU: 0x13CD, offset: 0x18D35C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1EA8, symBinAddr: 0xDBEB8, symSize: 0x24 } + - { offsetInCU: 0x1455, offset: 0x18D3E4, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgSo13NSURLResponseCSgs5Error_pSgIeghggg_So6NSDataCSgAGSo7NSErrorCSgIeyBhyyy_TR', symObjAddr: 0x1F18, symBinAddr: 0xDBF28, symSize: 0xCC } + - { offsetInCU: 0x146D, offset: 0x18D3FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfcyAA0aB0CSgcfU_TA', symObjAddr: 0x2124, symBinAddr: 0xDC020, symSize: 0xC } + - { offsetInCU: 0x1481, offset: 0x18D410, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_TA', symObjAddr: 0x21AC, symBinAddr: 0xDC0A8, symSize: 0x7C } + - { offsetInCU: 0x1495, offset: 0x18D424, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2228, symBinAddr: 0xDC124, symSize: 0x10 } + - { offsetInCU: 0x14A9, offset: 0x18D438, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2238, symBinAddr: 0xDC134, symSize: 0x8 } + - { offsetInCU: 0x14BD, offset: 0x18D44C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOy', symObjAddr: 0x2248, symBinAddr: 0xDC144, symSize: 0x10 } + - { offsetInCU: 0x14D1, offset: 0x18D460, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOe', symObjAddr: 0x2294, symBinAddr: 0xDC190, symSize: 0x10 } + - { offsetInCU: 0x14E5, offset: 0x18D474, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOb', symObjAddr: 0x23AC, symBinAddr: 0xDC2A8, symSize: 0x48 } + - { offsetInCU: 0x14F9, offset: 0x18D488, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_TA', symObjAddr: 0x23F4, symBinAddr: 0xDC2F0, symSize: 0x88 } + - { offsetInCU: 0x150D, offset: 0x18D49C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pWOb', symObjAddr: 0x247C, symBinAddr: 0xDC378, symSize: 0x18 } + - { offsetInCU: 0x1521, offset: 0x18D4B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACs0C0AAWl', symObjAddr: 0x2590, symBinAddr: 0xDC3D4, symSize: 0x44 } + - { offsetInCU: 0x1535, offset: 0x18D4C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwet', symObjAddr: 0x25DC, symBinAddr: 0xDC418, symSize: 0x50 } + - { offsetInCU: 0x1549, offset: 0x18D4D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwst', symObjAddr: 0x262C, symBinAddr: 0xDC468, symSize: 0x8C } + - { offsetInCU: 0x155D, offset: 0x18D4EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwug', symObjAddr: 0x26B8, symBinAddr: 0xDC4F4, symSize: 0x8 } + - { offsetInCU: 0x1571, offset: 0x18D500, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwup', symObjAddr: 0x26C0, symBinAddr: 0xDC4FC, symSize: 0x4 } + - { offsetInCU: 0x1585, offset: 0x18D514, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwui', symObjAddr: 0x26C4, symBinAddr: 0xDC500, symSize: 0x4 } + - { offsetInCU: 0x1599, offset: 0x18D528, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOMa', symObjAddr: 0x26C8, symBinAddr: 0xDC504, symSize: 0x10 } + - { offsetInCU: 0x15AD, offset: 0x18D53C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASQWb', symObjAddr: 0x26D8, symBinAddr: 0xDC514, symSize: 0x4 } + - { offsetInCU: 0x15C1, offset: 0x18D550, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACSQAAWl', symObjAddr: 0x26DC, symBinAddr: 0xDC518, symSize: 0x44 } + - { offsetInCU: 0x16BC, offset: 0x18D64B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1ECC, symBinAddr: 0xDBEDC, symSize: 0x3C } + - { offsetInCU: 0x1758, offset: 0x18D6E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x1F08, symBinAddr: 0xDBF18, symSize: 0x4 } + - { offsetInCU: 0x1774, offset: 0x18D703, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x1F0C, symBinAddr: 0xDBF1C, symSize: 0x4 } + - { offsetInCU: 0x1790, offset: 0x18D71F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x1F10, symBinAddr: 0xDBF20, symSize: 0x4 } + - { offsetInCU: 0x17AC, offset: 0x18D73B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x1F14, symBinAddr: 0xDBF24, symSize: 0x4 } + - { offsetInCU: 0x1A0, offset: 0x18DB42, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xDC564, symSize: 0x8C4 } + - { offsetInCU: 0x664, offset: 0x18E006, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC5valueACyp_tKcfc', symObjAddr: 0x8C4, symBinAddr: 0xDCE28, symSize: 0x8B0 } + - { offsetInCU: 0xC55, offset: 0x18E5F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1174, symBinAddr: 0xDD6D8, symSize: 0x158 } + - { offsetInCU: 0xD9E, offset: 0x18E740, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCfD', symObjAddr: 0x12CC, symBinAddr: 0xDD830, symSize: 0x34 } + - { offsetInCU: 0xDF9, offset: 0x18E79B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1320, symBinAddr: 0xDD884, symSize: 0x54 } + - { offsetInCU: 0xE31, offset: 0x18E7D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1374, symBinAddr: 0xDD8D8, symSize: 0x20 } + - { offsetInCU: 0xFE8, offset: 0x18E98A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCMa', symObjAddr: 0x1300, symBinAddr: 0xDD864, symSize: 0x20 } + - { offsetInCU: 0xFFC, offset: 0x18E99E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x1420, symBinAddr: 0xDD8F8, symSize: 0x44 } + - { offsetInCU: 0x103C, offset: 0x18E9DE, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x1464, symBinAddr: 0xDD93C, symSize: 0x68 } + - { offsetInCU: 0x10DA, offset: 0x18EA7C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector1DVTB5', symObjAddr: 0x14CC, symBinAddr: 0xDD9A4, symSize: 0x4C } + - { offsetInCU: 0x1178, offset: 0x18EB1A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector3DVTB5', symObjAddr: 0x1518, symBinAddr: 0xDD9F0, symSize: 0x54 } + - { offsetInCU: 0x1216, offset: 0x18EBB8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x156C, symBinAddr: 0xDDA44, symSize: 0x48 } + - { offsetInCU: 0x12B4, offset: 0x18EC56, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M5ColorVTB5', symObjAddr: 0x15B4, symBinAddr: 0xDDA8C, symSize: 0x58 } + - { offsetInCU: 0x1352, offset: 0x18ECF4, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x160C, symBinAddr: 0xDDAE4, symSize: 0x50 } + - { offsetInCU: 0x13F0, offset: 0x18ED92, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x165C, symBinAddr: 0xDDB34, symSize: 0x5C } + - { offsetInCU: 0x148E, offset: 0x18EE30, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x16BC, symBinAddr: 0xDDB94, symSize: 0x5C } + - { offsetInCU: 0x152C, offset: 0x18EECE, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x1718, symBinAddr: 0xDDBF0, symSize: 0x64 } + - { offsetInCU: 0x15CA, offset: 0x18EF6C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x177C, symBinAddr: 0xDDC54, symSize: 0x64 } + - { offsetInCU: 0x1668, offset: 0x18F00A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x17E0, symBinAddr: 0xDDCB8, symSize: 0x58 } + - { offsetInCU: 0x1711, offset: 0x18F0B3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x1890, symBinAddr: 0xDDD64, symSize: 0x4C } + - { offsetInCU: 0x17BA, offset: 0x18F15C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSo7CALayerC_6Lottie16AnimationKeypathVTB5', symObjAddr: 0x18DC, symBinAddr: 0xDDDB0, symSize: 0x4C } + - { offsetInCU: 0x1858, offset: 0x18F1FA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSu_SSTg5', symObjAddr: 0x1994, symBinAddr: 0xDDE68, symSize: 0x4C } + - { offsetInCU: 0x1901, offset: 0x18F2A3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x19E0, symBinAddr: 0xDDEB4, symSize: 0x60 } + - { offsetInCU: 0x1A39, offset: 0x18F3DB, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x1A90, symBinAddr: 0xDDF64, symSize: 0x1D0 } + - { offsetInCU: 0x1C46, offset: 0x18F5E8, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie15AnyNodeProperty_p_G_Tg5', symObjAddr: 0x1C60, symBinAddr: 0xDE134, symSize: 0x1D0 } + - { offsetInCU: 0x1D32, offset: 0x18F6D4, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie5AssetC_G_Tg5', symObjAddr: 0x1E30, symBinAddr: 0xDE304, symSize: 0x1C4 } + - { offsetInCU: 0x1E34, offset: 0x18F7D6, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySo17NSLayoutAttributeVSo0H10ConstraintC_G_Tg5', symObjAddr: 0x1FF4, symBinAddr: 0xDE4C8, symSize: 0x1C4 } + - { offsetInCU: 0x1EE9, offset: 0x18F88B, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie5AssetCGSayxGSTsWl', symObjAddr: 0x21C8, symBinAddr: 0xDE68C, symSize: 0x4C } + - { offsetInCU: 0x75, offset: 0x18FD44, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xDE7C0, symSize: 0x58 } + - { offsetInCU: 0xBC, offset: 0x18FD8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0xDE818, symSize: 0x1B0 } + - { offsetInCU: 0x17F, offset: 0x18FE4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfcTo', symObjAddr: 0x208, symBinAddr: 0xDE9C8, symSize: 0x4C } + - { offsetInCU: 0x19B, offset: 0x18FE6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5setup7contextyAA0D7ContextV_tKF', symObjAddr: 0x254, symBinAddr: 0xDEA14, symSize: 0xF0 } + - { offsetInCU: 0x202, offset: 0x18FED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x344, symBinAddr: 0xDEB04, symSize: 0x538 } + - { offsetInCU: 0x4B0, offset: 0x19017F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_n', symObjAddr: 0x87C, symBinAddr: 0xDF03C, symSize: 0x7C } + - { offsetInCU: 0x557, offset: 0x190226, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfD', symObjAddr: 0x908, symBinAddr: 0xDF0C8, symSize: 0x34 } + - { offsetInCU: 0x72C, offset: 0x1903FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfE', symObjAddr: 0x8F8, symBinAddr: 0xDF0B8, symSize: 0x10 } + - { offsetInCU: 0x759, offset: 0x190428, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfETo', symObjAddr: 0x93C, symBinAddr: 0xDF0FC, symSize: 0x10 } + - { offsetInCU: 0x788, offset: 0x190457, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCMa', symObjAddr: 0x94C, symBinAddr: 0xDF10C, symSize: 0x20 } + - { offsetInCU: 0x7C6, offset: 0x190495, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x96C, symBinAddr: 0xDF12C, symSize: 0x7C } + - { offsetInCU: 0x817, offset: 0x1904E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xB78, symBinAddr: 0xDF1A8, symSize: 0x14 } + - { offsetInCU: 0x82F, offset: 0x1904FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xB78, symBinAddr: 0xDF1A8, symSize: 0x14 } + - { offsetInCU: 0x853, offset: 0x190522, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_nTA', symObjAddr: 0xC20, symBinAddr: 0xDF250, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x1907CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xDF2AC, symSize: 0xAC } + - { offsetInCU: 0x79, offset: 0x190818, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xDF2AC, symSize: 0xAC } + - { offsetInCU: 0xD0, offset: 0x19086F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfc', symObjAddr: 0xAC, symBinAddr: 0xDF358, symSize: 0x200 } + - { offsetInCU: 0x1AD, offset: 0x19094C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfcTo', symObjAddr: 0x2AC, symBinAddr: 0xDF558, symSize: 0x4C } + - { offsetInCU: 0x1C9, offset: 0x190968, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2F8, symBinAddr: 0xDF5A4, symSize: 0x3B0 } + - { offsetInCU: 0x430, offset: 0x190BCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfD', symObjAddr: 0x6D4, symBinAddr: 0xDF980, symSize: 0x34 } + - { offsetInCU: 0x47B, offset: 0x190C1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCyAcA0bC5ModelCcfcTf4gn_n', symObjAddr: 0xA24, symBinAddr: 0xDFA80, symSize: 0x11C } + - { offsetInCU: 0x6C2, offset: 0x190E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfE', symObjAddr: 0x6A8, symBinAddr: 0xDF954, symSize: 0x2C } + - { offsetInCU: 0x6EF, offset: 0x190E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfETo', symObjAddr: 0x708, symBinAddr: 0xDF9B4, symSize: 0x38 } + - { offsetInCU: 0x71E, offset: 0x190EBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCMa', symObjAddr: 0x740, symBinAddr: 0xDF9EC, symSize: 0x20 } + - { offsetInCU: 0x732, offset: 0x190ED1, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSgWOb', symObjAddr: 0x7D4, symBinAddr: 0xDFA30, symSize: 0x48 } + - { offsetInCU: 0x746, offset: 0x190EE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x81C, symBinAddr: 0xDFA78, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x191173, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xDFB9C, symSize: 0x188 } + - { offsetInCU: 0x5C, offset: 0x1911A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xDFB9C, symSize: 0x188 } + - { offsetInCU: 0xB8, offset: 0x191200, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x188, symBinAddr: 0xDFD24, symSize: 0x12C } + - { offsetInCU: 0xF7, offset: 0x19123F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x47C, symBinAddr: 0xE0018, symSize: 0x4C } + - { offsetInCU: 0x12E, offset: 0x191276, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO03rawC0SSvg', symObjAddr: 0x4C8, symBinAddr: 0xE0064, symSize: 0x18 } + - { offsetInCU: 0x155, offset: 0x19129D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO06stringC0SSvg', symObjAddr: 0x4E0, symBinAddr: 0xE007C, symSize: 0x18 } + - { offsetInCU: 0x196, offset: 0x1912DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0x51C, symBinAddr: 0xE00B8, symSize: 0x70 } + - { offsetInCU: 0x1CA, offset: 0x191312, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x58C, symBinAddr: 0xE0128, symSize: 0x28 } + - { offsetInCU: 0x1E6, offset: 0x19132E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0SSvgTW', symObjAddr: 0x5B4, symBinAddr: 0xE0150, symSize: 0x8 } + - { offsetInCU: 0x21C, offset: 0x191364, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0xSgSS_tcfCTW', symObjAddr: 0x5BC, symBinAddr: 0xE0158, symSize: 0x74 } + - { offsetInCU: 0x267, offset: 0x1913AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0SiSgvgTW', symObjAddr: 0x630, symBinAddr: 0xE01CC, symSize: 0xC } + - { offsetInCU: 0x283, offset: 0x1913CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0xSgSi_tcfCTW', symObjAddr: 0x63C, symBinAddr: 0xE01D8, symSize: 0xC } + - { offsetInCU: 0x2BF, offset: 0x191407, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCfD', symObjAddr: 0x698, symBinAddr: 0xE0234, symSize: 0x24 } + - { offsetInCU: 0x30A, offset: 0x191452, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x90C, symBinAddr: 0xE0498, symSize: 0x2C } + - { offsetInCU: 0x32D, offset: 0x191475, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x938, symBinAddr: 0xE04C4, symSize: 0x28 } + - { offsetInCU: 0x39C, offset: 0x1914E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10dictionaryACSDySSypG_tKcfcTf4gn_n', symObjAddr: 0xB04, symBinAddr: 0xE0690, symSize: 0x1B8 } + - { offsetInCU: 0x506, offset: 0x19164E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0x3A0, symBinAddr: 0xDFF3C, symSize: 0x4C } + - { offsetInCU: 0x52F, offset: 0x191677, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x3EC, symBinAddr: 0xDFF88, symSize: 0x18 } + - { offsetInCU: 0x56E, offset: 0x1916B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x404, symBinAddr: 0xDFFA0, symSize: 0x28 } + - { offsetInCU: 0x5A6, offset: 0x1916EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xE44, symBinAddr: 0xE09D0, symSize: 0x100 } + - { offsetInCU: 0x61B, offset: 0x191763, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO13discriminator_WZ', symObjAddr: 0x478, symBinAddr: 0xE0014, symSize: 0x4 } + - { offsetInCU: 0x635, offset: 0x19177D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCMa', symObjAddr: 0x6BC, symBinAddr: 0xE0258, symSize: 0x20 } + - { offsetInCU: 0x649, offset: 0x191791, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwet', symObjAddr: 0x6EC, symBinAddr: 0xE0278, symSize: 0x90 } + - { offsetInCU: 0x65D, offset: 0x1917A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwst', symObjAddr: 0x77C, symBinAddr: 0xE0308, symSize: 0xBC } + - { offsetInCU: 0x671, offset: 0x1917B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwug', symObjAddr: 0x838, symBinAddr: 0xE03C4, symSize: 0x8 } + - { offsetInCU: 0x685, offset: 0x1917CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwup', symObjAddr: 0x840, symBinAddr: 0xE03CC, symSize: 0x4 } + - { offsetInCU: 0x699, offset: 0x1917E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwui', symObjAddr: 0x844, symBinAddr: 0xE03D0, symSize: 0x8 } + - { offsetInCU: 0x6AD, offset: 0x1917F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOMa', symObjAddr: 0x84C, symBinAddr: 0xE03D8, symSize: 0x10 } + - { offsetInCU: 0x6C1, offset: 0x191809, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASQWb', symObjAddr: 0x85C, symBinAddr: 0xE03E8, symSize: 0x4 } + - { offsetInCU: 0x6D5, offset: 0x19181D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSQAAWl', symObjAddr: 0x860, symBinAddr: 0xE03EC, symSize: 0x44 } + - { offsetInCU: 0x6E9, offset: 0x191831, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOAA11ClassFamilyAAWI', symObjAddr: 0x8A4, symBinAddr: 0xE0430, symSize: 0x24 } + - { offsetInCU: 0x6FD, offset: 0x191845, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSeAAWl', symObjAddr: 0x8C8, symBinAddr: 0xE0454, symSize: 0x44 } + - { offsetInCU: 0x73C, offset: 0x191884, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x960, symBinAddr: 0xE04EC, symSize: 0x1A4 } + - { offsetInCU: 0x8DD, offset: 0x191A25, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xCBC, symBinAddr: 0xE0848, symSize: 0x188 } + - { offsetInCU: 0xAF7, offset: 0x191C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSYAAWl', symObjAddr: 0xF88, symBinAddr: 0xE0AD0, symSize: 0x44 } + - { offsetInCU: 0xB0B, offset: 0x191C53, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs0D3KeyAAWl', symObjAddr: 0x100C, symBinAddr: 0xE0B14, symSize: 0x44 } + - { offsetInCU: 0xB1F, offset: 0x191C67, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSEAAWl', symObjAddr: 0x1050, symBinAddr: 0xE0B58, symSize: 0x44 } + - { offsetInCU: 0xB33, offset: 0x191C7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwet', symObjAddr: 0x1110, symBinAddr: 0xE0B9C, symSize: 0x90 } + - { offsetInCU: 0xB47, offset: 0x191C8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwst', symObjAddr: 0x11A0, symBinAddr: 0xE0C2C, symSize: 0xBC } + - { offsetInCU: 0xB5B, offset: 0x191CA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwug', symObjAddr: 0x125C, symBinAddr: 0xE0CE8, symSize: 0x8 } + - { offsetInCU: 0xB6F, offset: 0x191CB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwup', symObjAddr: 0x1264, symBinAddr: 0xE0CF0, symSize: 0x4 } + - { offsetInCU: 0xB83, offset: 0x191CCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwui', symObjAddr: 0x1268, symBinAddr: 0xE0CF4, symSize: 0xC } + - { offsetInCU: 0xB97, offset: 0x191CDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOMa', symObjAddr: 0x1274, symBinAddr: 0xE0D00, symSize: 0x10 } + - { offsetInCU: 0xBAB, offset: 0x191CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASQWb', symObjAddr: 0x1284, symBinAddr: 0xE0D10, symSize: 0x4 } + - { offsetInCU: 0xBBF, offset: 0x191D07, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFSQAAWl', symObjAddr: 0x1288, symBinAddr: 0xE0D14, symSize: 0x44 } + - { offsetInCU: 0xBD3, offset: 0x191D1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x12CC, symBinAddr: 0xE0D58, symSize: 0x4 } + - { offsetInCU: 0xBE7, offset: 0x191D2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x12D0, symBinAddr: 0xE0D5C, symSize: 0x44 } + - { offsetInCU: 0xBFB, offset: 0x191D43, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1314, symBinAddr: 0xE0DA0, symSize: 0x4 } + - { offsetInCU: 0xC0F, offset: 0x191D57, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1318, symBinAddr: 0xE0DA4, symSize: 0x44 } + - { offsetInCU: 0xC43, offset: 0x191D8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2B4, symBinAddr: 0xDFE50, symSize: 0x24 } + - { offsetInCU: 0xCE5, offset: 0x191E2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH04hashC0SivgTW', symObjAddr: 0x2D8, symBinAddr: 0xDFE74, symSize: 0x4C } + - { offsetInCU: 0xDBD, offset: 0x191F05, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x324, symBinAddr: 0xDFEC0, symSize: 0x34 } + - { offsetInCU: 0xE39, offset: 0x191F81, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0x358, symBinAddr: 0xDFEF4, symSize: 0x48 } + - { offsetInCU: 0xEE6, offset: 0x19202E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x42C, symBinAddr: 0xDFFC8, symSize: 0x4C } + - { offsetInCU: 0xF09, offset: 0x192051, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4F8, symBinAddr: 0xE0094, symSize: 0xC } + - { offsetInCU: 0xF25, offset: 0x19206D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH04hashC0SivgTW', symObjAddr: 0x504, symBinAddr: 0xE00A0, symSize: 0x8 } + - { offsetInCU: 0xF41, offset: 0x192089, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50C, symBinAddr: 0xE00A8, symSize: 0x8 } + - { offsetInCU: 0xF5D, offset: 0x1920A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0x514, symBinAddr: 0xE00B0, symSize: 0x8 } + - { offsetInCU: 0xF80, offset: 0x1920C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x648, symBinAddr: 0xE01E4, symSize: 0x28 } + - { offsetInCU: 0xF9C, offset: 0x1920E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x670, symBinAddr: 0xE020C, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x192399, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0xE0DE8, symSize: 0x50 } + - { offsetInCU: 0x4B, offset: 0x1923BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0xE0DE8, symSize: 0x50 } + - { offsetInCU: 0x69, offset: 0x1923DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x50, symBinAddr: 0xE0E38, symSize: 0x64 } + - { offsetInCU: 0xBA, offset: 0x19242C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xB4, symBinAddr: 0xE0E9C, symSize: 0x6C } + - { offsetInCU: 0xF5, offset: 0x192467, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x120, symBinAddr: 0xE0F08, symSize: 0x44 } + - { offsetInCU: 0x113, offset: 0x192485, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x164, symBinAddr: 0xE0F4C, symSize: 0x54 } + - { offsetInCU: 0x164, offset: 0x1924D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1B8, symBinAddr: 0xE0FA0, symSize: 0x44 } + - { offsetInCU: 0x1A7, offset: 0x192519, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCfD', symObjAddr: 0x1FC, symBinAddr: 0xE0FE4, symSize: 0x34 } + - { offsetInCU: 0x1D5, offset: 0x192547, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCMa', symObjAddr: 0x230, symBinAddr: 0xE1018, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x19271E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xE1038, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x192743, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xE1080, symSize: 0x1D0 } + - { offsetInCU: 0xDC, offset: 0x1927AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x218, symBinAddr: 0xE1250, symSize: 0xD8 } + - { offsetInCU: 0x16E, offset: 0x19283D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F0, symBinAddr: 0xE1328, symSize: 0x138 } + - { offsetInCU: 0x1F1, offset: 0x1928C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x438, symBinAddr: 0xE1470, symSize: 0x64 } + - { offsetInCU: 0x234, offset: 0x192903, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x49C, symBinAddr: 0xE14D4, symSize: 0x24 } + - { offsetInCU: 0x274, offset: 0x192943, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4C0, symBinAddr: 0xE14F8, symSize: 0x4 } + - { offsetInCU: 0x294, offset: 0x192963, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4C0, symBinAddr: 0xE14F8, symSize: 0x4 } + - { offsetInCU: 0x2BF, offset: 0x19298E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4C4, symBinAddr: 0xE14FC, symSize: 0x68 } + - { offsetInCU: 0x30A, offset: 0x1929D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x52C, symBinAddr: 0xE1564, symSize: 0xC } + - { offsetInCU: 0x326, offset: 0x1929F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x538, symBinAddr: 0xE1570, symSize: 0xC } + - { offsetInCU: 0x342, offset: 0x192A11, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO11stringValueSSvgTf4d_n', symObjAddr: 0xA04, symBinAddr: 0xE18A0, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x192A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfD', symObjAddr: 0x59C, symBinAddr: 0xE15D4, symSize: 0x2C } + - { offsetInCU: 0x40C, offset: 0x192ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfE', symObjAddr: 0x594, symBinAddr: 0xE15CC, symSize: 0x8 } + - { offsetInCU: 0x464, offset: 0x192B33, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCMa', symObjAddr: 0x5C8, symBinAddr: 0xE1600, symSize: 0x20 } + - { offsetInCU: 0x478, offset: 0x192B47, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs0D3KeyAAWl', symObjAddr: 0x64C, symBinAddr: 0xE1620, symSize: 0x44 } + - { offsetInCU: 0x48C, offset: 0x192B5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwet', symObjAddr: 0x830, symBinAddr: 0xE16CC, symSize: 0x50 } + - { offsetInCU: 0x4A0, offset: 0x192B6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwst', symObjAddr: 0x880, symBinAddr: 0xE171C, symSize: 0x8C } + - { offsetInCU: 0x4B4, offset: 0x192B83, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwug', symObjAddr: 0x90C, symBinAddr: 0xE17A8, symSize: 0x8 } + - { offsetInCU: 0x4C8, offset: 0x192B97, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwup', symObjAddr: 0x914, symBinAddr: 0xE17B0, symSize: 0x4 } + - { offsetInCU: 0x4DC, offset: 0x192BAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwui', symObjAddr: 0x918, symBinAddr: 0xE17B4, symSize: 0x4 } + - { offsetInCU: 0x4F0, offset: 0x192BBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOMa', symObjAddr: 0x91C, symBinAddr: 0xE17B8, symSize: 0x10 } + - { offsetInCU: 0x504, offset: 0x192BD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASQWb', symObjAddr: 0x92C, symBinAddr: 0xE17C8, symSize: 0x4 } + - { offsetInCU: 0x518, offset: 0x192BE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFSQAAWl', symObjAddr: 0x930, symBinAddr: 0xE17CC, symSize: 0x44 } + - { offsetInCU: 0x52C, offset: 0x192BFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x974, symBinAddr: 0xE1810, symSize: 0x4 } + - { offsetInCU: 0x540, offset: 0x192C0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x978, symBinAddr: 0xE1814, symSize: 0x44 } + - { offsetInCU: 0x554, offset: 0x192C23, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x9BC, symBinAddr: 0xE1858, symSize: 0x4 } + - { offsetInCU: 0x568, offset: 0x192C37, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x9C0, symBinAddr: 0xE185C, symSize: 0x44 } + - { offsetInCU: 0x5A3, offset: 0x192C72, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x428, symBinAddr: 0xE1460, symSize: 0x4 } + - { offsetInCU: 0x5C3, offset: 0x192C92, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x428, symBinAddr: 0xE1460, symSize: 0x4 } + - { offsetInCU: 0x5E3, offset: 0x192CB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x42C, symBinAddr: 0xE1464, symSize: 0x4 } + - { offsetInCU: 0x603, offset: 0x192CD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x42C, symBinAddr: 0xE1464, symSize: 0x4 } + - { offsetInCU: 0x623, offset: 0x192CF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xE1468, symSize: 0x4 } + - { offsetInCU: 0x643, offset: 0x192D12, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xE1468, symSize: 0x4 } + - { offsetInCU: 0x663, offset: 0x192D32, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x434, symBinAddr: 0xE146C, symSize: 0x4 } + - { offsetInCU: 0x683, offset: 0x192D52, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x434, symBinAddr: 0xE146C, symSize: 0x4 } + - { offsetInCU: 0x69B, offset: 0x192D6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x544, symBinAddr: 0xE157C, symSize: 0x28 } + - { offsetInCU: 0x6B7, offset: 0x192D86, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x56C, symBinAddr: 0xE15A4, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x192F67, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0xE18AC, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x192F7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0xE18AC, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x192F93, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMr', symObjAddr: 0x4, symBinAddr: 0xE18B0, symSize: 0x44 } + - { offsetInCU: 0x73, offset: 0x192FB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvg', symObjAddr: 0x48, symBinAddr: 0xE18F4, symSize: 0x70 } + - { offsetInCU: 0xAF, offset: 0x192FEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0xB8, symBinAddr: 0xE1964, symSize: 0xAC } + - { offsetInCU: 0xF8, offset: 0x193038, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_', symObjAddr: 0x164, symBinAddr: 0xE1A10, symSize: 0x90 } + - { offsetInCU: 0x148, offset: 0x193088, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1F4, symBinAddr: 0xE1AA0, symSize: 0xB8 } + - { offsetInCU: 0x20D, offset: 0x19314D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCfD', symObjAddr: 0x2C8, symBinAddr: 0xE1B58, symSize: 0x24 } + - { offsetInCU: 0x257, offset: 0x193197, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x2F8, symBinAddr: 0xE1B88, symSize: 0x20 } + - { offsetInCU: 0x282, offset: 0x1931C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x318, symBinAddr: 0xE1BA8, symSize: 0xC } + - { offsetInCU: 0x2A2, offset: 0x1931E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x318, symBinAddr: 0xE1BA8, symSize: 0xC } + - { offsetInCU: 0x2B4, offset: 0x1931F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x324, symBinAddr: 0xE1BB4, symSize: 0x24 } + - { offsetInCU: 0x2D0, offset: 0x193210, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x420, symBinAddr: 0xE1CB0, symSize: 0xC } + - { offsetInCU: 0x2FE, offset: 0x19323E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMa', symObjAddr: 0x2EC, symBinAddr: 0xE1B7C, symSize: 0xC } + - { offsetInCU: 0x312, offset: 0x193252, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x348, symBinAddr: 0xE1BD8, symSize: 0x38 } + - { offsetInCU: 0x326, offset: 0x193266, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x380, symBinAddr: 0xE1C10, symSize: 0x8 } + - { offsetInCU: 0x345, offset: 0x193285, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x3AC, symBinAddr: 0xE1C3C, symSize: 0x28 } + - { offsetInCU: 0x36E, offset: 0x1932AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3D4, symBinAddr: 0xE1C64, symSize: 0x1C } + - { offsetInCU: 0x382, offset: 0x1932C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFSbAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3F0, symBinAddr: 0xE1C80, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x1934A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0xE1CBC, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x1934CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0xE1CBC, symSize: 0x8 } + - { offsetInCU: 0x9E, offset: 0x19351E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x8, symBinAddr: 0xE1CC4, symSize: 0x44 } + - { offsetInCU: 0x109, offset: 0x193589, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5layerACyp_tcfcTo', symObjAddr: 0x4C, symBinAddr: 0xE1D08, symSize: 0x9C } + - { offsetInCU: 0x14E, offset: 0x1935CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCfD', symObjAddr: 0xE8, symBinAddr: 0xE1DA4, symSize: 0x34 } + - { offsetInCU: 0x17C, offset: 0x1935FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCMa', symObjAddr: 0x11C, symBinAddr: 0xE1DD8, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x193790, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0xE1DF8, symSize: 0x688 } + - { offsetInCU: 0xE0, offset: 0x193849, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0xE1DF8, symSize: 0x688 } + - { offsetInCU: 0x27B, offset: 0x1939E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV_AC05ZIP64cdeF0VSgtSgWOb', symObjAddr: 0x688, symBinAddr: 0xE2480, symSize: 0x48 } + - { offsetInCU: 0x28F, offset: 0x1939F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOy', symObjAddr: 0x760, symBinAddr: 0xE24C8, symSize: 0x1C } + - { offsetInCU: 0x2A3, offset: 0x193A0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOe', symObjAddr: 0x7C0, symBinAddr: 0xE24E4, symSize: 0x1C } + - { offsetInCU: 0x2B7, offset: 0x193A20, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwCP', symObjAddr: 0x7DC, symBinAddr: 0xE2500, symSize: 0x30 } + - { offsetInCU: 0x2CB, offset: 0x193A34, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwxx', symObjAddr: 0x80C, symBinAddr: 0xE2530, symSize: 0x44 } + - { offsetInCU: 0x2DF, offset: 0x193A48, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwcp', symObjAddr: 0x850, symBinAddr: 0xE2574, symSize: 0xFC } + - { offsetInCU: 0x2F3, offset: 0x193A5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwca', symObjAddr: 0x94C, symBinAddr: 0xE2670, symSize: 0x23C } + - { offsetInCU: 0x307, offset: 0x193A70, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVWOh', symObjAddr: 0xB88, symBinAddr: 0xE28AC, symSize: 0x34 } + - { offsetInCU: 0x31B, offset: 0x193A84, size: 0x8, addend: 0x0, symName: ___swift_memcpy160_8, symObjAddr: 0xBBC, symBinAddr: 0xE28E0, symSize: 0x2C } + - { offsetInCU: 0x32F, offset: 0x193A98, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwta', symObjAddr: 0xBE8, symBinAddr: 0xE290C, symSize: 0x11C } + - { offsetInCU: 0x343, offset: 0x193AAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwet', symObjAddr: 0xD04, symBinAddr: 0xE2A28, symSize: 0x5C } + - { offsetInCU: 0x357, offset: 0x193AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwst', symObjAddr: 0xD60, symBinAddr: 0xE2A84, symSize: 0x7C } + - { offsetInCU: 0x36B, offset: 0x193AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVMa', symObjAddr: 0xDDC, symBinAddr: 0xE2B00, symSize: 0x10 } + - { offsetInCU: 0xD2, offset: 0x193DF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0xE2B10, symSize: 0x370 } + - { offsetInCU: 0x279, offset: 0x193F9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO8rawValueSSvg', symObjAddr: 0x370, symBinAddr: 0xE2E80, symSize: 0x20 } + - { offsetInCU: 0x2B2, offset: 0x193FD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x390, symBinAddr: 0xE2EA0, symSize: 0x20 } + - { offsetInCU: 0x2E0, offset: 0x194005, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x390, symBinAddr: 0xE2EA0, symSize: 0x20 } + - { offsetInCU: 0x334, offset: 0x194059, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x3D4, symBinAddr: 0xE2EE4, symSize: 0x64 } + - { offsetInCU: 0x39A, offset: 0x1940BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x438, symBinAddr: 0xE2F48, symSize: 0x28 } + - { offsetInCU: 0x3B6, offset: 0x1940DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x460, symBinAddr: 0xE2F70, symSize: 0x8 } + - { offsetInCU: 0x3EC, offset: 0x194111, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x468, symBinAddr: 0xE2F78, symSize: 0x68 } + - { offsetInCU: 0x471, offset: 0x194196, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4D0, symBinAddr: 0xE2FE0, symSize: 0xC } + - { offsetInCU: 0x48D, offset: 0x1941B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4DC, symBinAddr: 0xE2FEC, symSize: 0xC } + - { offsetInCU: 0x4C9, offset: 0x1941EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCfD', symObjAddr: 0x538, symBinAddr: 0xE3048, symSize: 0x34 } + - { offsetInCU: 0x50C, offset: 0x194231, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC6encode2toys7Encoder_p_tKF', symObjAddr: 0x58C, symBinAddr: 0xE309C, symSize: 0x164 } + - { offsetInCU: 0x54B, offset: 0x194270, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x6F0, symBinAddr: 0xE3200, symSize: 0x22C } + - { offsetInCU: 0x58A, offset: 0x1942AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x93C, symBinAddr: 0xE344C, symSize: 0x20 } + - { offsetInCU: 0x5C6, offset: 0x1942EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCMa', symObjAddr: 0x56C, symBinAddr: 0xE307C, symSize: 0x20 } + - { offsetInCU: 0x68A, offset: 0x1943AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x95C, symBinAddr: 0xE346C, symSize: 0x1D4 } + - { offsetInCU: 0x8BB, offset: 0x1945E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xB40, symBinAddr: 0xE3650, symSize: 0x64 } + - { offsetInCU: 0x8FE, offset: 0x194623, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xBA4, symBinAddr: 0xE36B4, symSize: 0x24 } + - { offsetInCU: 0x93E, offset: 0x194663, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBC8, symBinAddr: 0xE36D8, symSize: 0x4 } + - { offsetInCU: 0x95E, offset: 0x194683, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBC8, symBinAddr: 0xE36D8, symSize: 0x4 } + - { offsetInCU: 0x989, offset: 0x1946AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBCC, symBinAddr: 0xE36DC, symSize: 0x68 } + - { offsetInCU: 0x9D4, offset: 0x1946F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xC34, symBinAddr: 0xE3744, symSize: 0xC } + - { offsetInCU: 0x9F0, offset: 0x194715, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xC40, symBinAddr: 0xE3750, symSize: 0xC } + - { offsetInCU: 0xA0C, offset: 0x194731, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x16D4, symBinAddr: 0xE4088, symSize: 0x10 } + - { offsetInCU: 0xA47, offset: 0x19476C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCfD', symObjAddr: 0xC9C, symBinAddr: 0xE37AC, symSize: 0x24 } + - { offsetInCU: 0xA92, offset: 0x1947B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC6encode2toys7Encoder_p_tKF', symObjAddr: 0xCE0, symBinAddr: 0xE37F0, symSize: 0x128 } + - { offsetInCU: 0xAD1, offset: 0x1947F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xE08, symBinAddr: 0xE3918, symSize: 0x174 } + - { offsetInCU: 0xB10, offset: 0x194835, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xFFC, symBinAddr: 0xE3B0C, symSize: 0x20 } + - { offsetInCU: 0xB6B, offset: 0x194890, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCMa', symObjAddr: 0xCC0, symBinAddr: 0xE37D0, symSize: 0x20 } + - { offsetInCU: 0xB7F, offset: 0x1948A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x1080, symBinAddr: 0xE3B2C, symSize: 0x44 } + - { offsetInCU: 0xB93, offset: 0x1948B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs0C3KeyAAWl', symObjAddr: 0x11E0, symBinAddr: 0xE3C28, symSize: 0x44 } + - { offsetInCU: 0xBA7, offset: 0x1948CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwet', symObjAddr: 0x12B4, symBinAddr: 0xE3C6C, symSize: 0x90 } + - { offsetInCU: 0xBBB, offset: 0x1948E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwst', symObjAddr: 0x1344, symBinAddr: 0xE3CFC, symSize: 0xBC } + - { offsetInCU: 0xBCF, offset: 0x1948F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwug', symObjAddr: 0x1400, symBinAddr: 0xE3DB8, symSize: 0x8 } + - { offsetInCU: 0xBE3, offset: 0x194908, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwup', symObjAddr: 0x1408, symBinAddr: 0xE3DC0, symSize: 0x4 } + - { offsetInCU: 0xBF7, offset: 0x19491C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwui', symObjAddr: 0x140C, symBinAddr: 0xE3DC4, symSize: 0x8 } + - { offsetInCU: 0xC0B, offset: 0x194930, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOMa', symObjAddr: 0x1414, symBinAddr: 0xE3DCC, symSize: 0x10 } + - { offsetInCU: 0xC1F, offset: 0x194944, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwet', symObjAddr: 0x1428, symBinAddr: 0xE3DDC, symSize: 0x50 } + - { offsetInCU: 0xC33, offset: 0x194958, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwst', symObjAddr: 0x1478, symBinAddr: 0xE3E2C, symSize: 0x8C } + - { offsetInCU: 0xC47, offset: 0x19496C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwug', symObjAddr: 0x1504, symBinAddr: 0xE3EB8, symSize: 0x8 } + - { offsetInCU: 0xC5B, offset: 0x194980, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwup', symObjAddr: 0x150C, symBinAddr: 0xE3EC0, symSize: 0x4 } + - { offsetInCU: 0xC6F, offset: 0x194994, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwui', symObjAddr: 0x1510, symBinAddr: 0xE3EC4, symSize: 0x4 } + - { offsetInCU: 0xC83, offset: 0x1949A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOMa', symObjAddr: 0x1514, symBinAddr: 0xE3EC8, symSize: 0x10 } + - { offsetInCU: 0xC97, offset: 0x1949BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASQWb', symObjAddr: 0x1524, symBinAddr: 0xE3ED8, symSize: 0x4 } + - { offsetInCU: 0xCAB, offset: 0x1949D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAESQAAWl', symObjAddr: 0x1528, symBinAddr: 0xE3EDC, symSize: 0x44 } + - { offsetInCU: 0xCBF, offset: 0x1949E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASQWb', symObjAddr: 0x156C, symBinAddr: 0xE3F20, symSize: 0x4 } + - { offsetInCU: 0xCD3, offset: 0x1949F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFSQAAWl', symObjAddr: 0x1570, symBinAddr: 0xE3F24, symSize: 0x44 } + - { offsetInCU: 0xCE7, offset: 0x194A0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x15B4, symBinAddr: 0xE3F68, symSize: 0x4 } + - { offsetInCU: 0xCFB, offset: 0x194A20, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x15B8, symBinAddr: 0xE3F6C, symSize: 0x44 } + - { offsetInCU: 0xD0F, offset: 0x194A34, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x15FC, symBinAddr: 0xE3FB0, symSize: 0x4 } + - { offsetInCU: 0xD23, offset: 0x194A48, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1600, symBinAddr: 0xE3FB4, symSize: 0x44 } + - { offsetInCU: 0xD37, offset: 0x194A5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1644, symBinAddr: 0xE3FF8, symSize: 0x4 } + - { offsetInCU: 0xD4B, offset: 0x194A70, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1648, symBinAddr: 0xE3FFC, symSize: 0x44 } + - { offsetInCU: 0xD5F, offset: 0x194A84, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x168C, symBinAddr: 0xE4040, symSize: 0x4 } + - { offsetInCU: 0xD73, offset: 0x194A98, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1690, symBinAddr: 0xE4044, symSize: 0x44 } + - { offsetInCU: 0xDD5, offset: 0x194AFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0xE2EC0, symSize: 0xC } + - { offsetInCU: 0xDF1, offset: 0x194B16, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3BC, symBinAddr: 0xE2ECC, symSize: 0x8 } + - { offsetInCU: 0xE0D, offset: 0x194B32, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3C4, symBinAddr: 0xE2ED4, symSize: 0x8 } + - { offsetInCU: 0xE29, offset: 0x194B4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3CC, symBinAddr: 0xE2EDC, symSize: 0x8 } + - { offsetInCU: 0xE4C, offset: 0x194B71, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4E8, symBinAddr: 0xE2FF8, symSize: 0x28 } + - { offsetInCU: 0xE68, offset: 0x194B8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x510, symBinAddr: 0xE3020, symSize: 0x28 } + - { offsetInCU: 0xEF2, offset: 0x194C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB30, symBinAddr: 0xE3640, symSize: 0x4 } + - { offsetInCU: 0xF12, offset: 0x194C37, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB30, symBinAddr: 0xE3640, symSize: 0x4 } + - { offsetInCU: 0xF32, offset: 0x194C57, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB34, symBinAddr: 0xE3644, symSize: 0x4 } + - { offsetInCU: 0xF52, offset: 0x194C77, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB34, symBinAddr: 0xE3644, symSize: 0x4 } + - { offsetInCU: 0xF72, offset: 0x194C97, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB38, symBinAddr: 0xE3648, symSize: 0x4 } + - { offsetInCU: 0xF92, offset: 0x194CB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB38, symBinAddr: 0xE3648, symSize: 0x4 } + - { offsetInCU: 0xFB2, offset: 0x194CD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB3C, symBinAddr: 0xE364C, symSize: 0x4 } + - { offsetInCU: 0xFD2, offset: 0x194CF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB3C, symBinAddr: 0xE364C, symSize: 0x4 } + - { offsetInCU: 0xFEA, offset: 0x194D0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xC4C, symBinAddr: 0xE375C, symSize: 0x28 } + - { offsetInCU: 0x1006, offset: 0x194D2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xC74, symBinAddr: 0xE3784, symSize: 0x28 } + - { offsetInCU: 0x11C, offset: 0x194FD6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addTransformAnimations3for7contextyAC0D5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x50, symBinAddr: 0xE4098, symSize: 0x30C } + - { offsetInCU: 0x20F, offset: 0x1950C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x35C, symBinAddr: 0xE43A4, symSize: 0xC } + - { offsetInCU: 0x268, offset: 0x195122, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x368, symBinAddr: 0xE43B0, symSize: 0xC } + - { offsetInCU: 0x2C1, offset: 0x19517B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x374, symBinAddr: 0xE43BC, symSize: 0xC } + - { offsetInCU: 0x2FC, offset: 0x1951B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x380, symBinAddr: 0xE43C8, symSize: 0x8 } + - { offsetInCU: 0x318, offset: 0x1951D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x388, symBinAddr: 0xE43D0, symSize: 0x8 } + - { offsetInCU: 0x352, offset: 0x19520C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x390, symBinAddr: 0xE43D8, symSize: 0xC } + - { offsetInCU: 0x3AB, offset: 0x195265, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x39C, symBinAddr: 0xE43E4, symSize: 0xC } + - { offsetInCU: 0x3E6, offset: 0x1952A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3A8, symBinAddr: 0xE43F0, symSize: 0x8 } + - { offsetInCU: 0x402, offset: 0x1952BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B0, symBinAddr: 0xE43F8, symSize: 0x8 } + - { offsetInCU: 0x43C, offset: 0x1952F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B8, symBinAddr: 0xE4400, symSize: 0xC } + - { offsetInCU: 0x495, offset: 0x19534F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3C4, symBinAddr: 0xE440C, symSize: 0xC } + - { offsetInCU: 0x507, offset: 0x1953C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE7hasSkewSbvg', symObjAddr: 0x3F4, symBinAddr: 0xE4418, symSize: 0xD4 } + - { offsetInCU: 0x69B, offset: 0x195555, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModel_pWOc', symObjAddr: 0x4C8, symBinAddr: 0xE44EC, symSize: 0x44 } + - { offsetInCU: 0x6E6, offset: 0x1955A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE23hasNegativeXScaleValuesSbvg', symObjAddr: 0x50C, symBinAddr: 0xE4530, symSize: 0x98 } + - { offsetInCU: 0x812, offset: 0x1956CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZAA0A8Vector3DV_AvA0A8Vector1DVAxv5xA4HoldVySo13CATransform3DVGTg5Tf4nnnnnnnnnnnnd_n', symObjAddr: 0x16E4, symBinAddr: 0xE55CC, symSize: 0x1FC } + - { offsetInCU: 0x997, offset: 0x195851, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x5C4, symBinAddr: 0xE45C8, symSize: 0x508 } + - { offsetInCU: 0xA99, offset: 0x195953, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_', symObjAddr: 0x1540, symBinAddr: 0xE5468, symSize: 0x14C } + - { offsetInCU: 0xBEC, offset: 0x195AA6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addPositionAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xACC, symBinAddr: 0xE4AD0, symSize: 0x31C } + - { offsetInCU: 0xE34, offset: 0x195CEE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE18addScaleAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xDE8, symBinAddr: 0xE4DEC, symSize: 0x268 } + - { offsetInCU: 0x104B, offset: 0x195F05, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addRotationAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x1050, symBinAddr: 0xE5054, symSize: 0x35C } + - { offsetInCU: 0x1206, offset: 0x1960C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE16hasSkewAnimationSbvg', symObjAddr: 0x1488, symBinAddr: 0xE53B0, symSize: 0xB8 } + - { offsetInCU: 0x12FB, offset: 0x1961B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5TA', symObjAddr: 0x16DC, symBinAddr: 0xE55C4, symSize: 0x8 } + - { offsetInCU: 0x1351, offset: 0x19620B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_TA', symObjAddr: 0x1A70, symBinAddr: 0xE57C8, symSize: 0x2C } + - { offsetInCU: 0x1365, offset: 0x19621F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x1B88, symBinAddr: 0xE589C, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x1965F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0xE5930, symSize: 0x1A8 } + - { offsetInCU: 0x126, offset: 0x1966EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0xE5930, symSize: 0x1A8 } + - { offsetInCU: 0x35A, offset: 0x196923, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfd', symObjAddr: 0x1A8, symBinAddr: 0xE5AD8, symSize: 0x7C } + - { offsetInCU: 0x387, offset: 0x196950, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfD', symObjAddr: 0x224, symBinAddr: 0xE5B54, symSize: 0x1C } + - { offsetInCU: 0x3C3, offset: 0x19698C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x260, symBinAddr: 0xE5B90, symSize: 0xC } + - { offsetInCU: 0x404, offset: 0x1969CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x26C, symBinAddr: 0xE5B9C, symSize: 0x30 } + - { offsetInCU: 0x445, offset: 0x196A0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x29C, symBinAddr: 0xE5BCC, symSize: 0xC } + - { offsetInCU: 0x486, offset: 0x196A4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A8, symBinAddr: 0xE5BD8, symSize: 0xC } + - { offsetInCU: 0x4B8, offset: 0x196A81, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC9transformAcA14ShapeTransformCSg_tcfcTf4gn_n', symObjAddr: 0x574, symBinAddr: 0xE5EA4, symSize: 0x934 } + - { offsetInCU: 0xDA3, offset: 0x19736C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCMa', symObjAddr: 0x240, symBinAddr: 0xE5B70, symSize: 0x20 } + - { offsetInCU: 0xDC3, offset: 0x19738C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfd', symObjAddr: 0x2B4, symBinAddr: 0xE5BE4, symSize: 0x4C } + - { offsetInCU: 0xDF0, offset: 0x1973B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfD', symObjAddr: 0x300, symBinAddr: 0xE5C30, symSize: 0x1C } + - { offsetInCU: 0xE3B, offset: 0x197404, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x33C, symBinAddr: 0xE5C6C, symSize: 0x44 } + - { offsetInCU: 0xE87, offset: 0x197450, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x380, symBinAddr: 0xE5CB0, symSize: 0x24 } + - { offsetInCU: 0xED7, offset: 0x1974A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x3A4, symBinAddr: 0xE5CD4, symSize: 0x3C } + - { offsetInCU: 0xF23, offset: 0x1974EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xE5D10, symSize: 0x4 } + - { offsetInCU: 0xF43, offset: 0x19750C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xE5D10, symSize: 0x4 } + - { offsetInCU: 0xF73, offset: 0x19753C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x3E4, symBinAddr: 0xE5D14, symSize: 0x8 } + - { offsetInCU: 0xF93, offset: 0x19755C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x3E4, symBinAddr: 0xE5D14, symSize: 0x8 } + - { offsetInCU: 0xFF6, offset: 0x1975BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3EC, symBinAddr: 0xE5D1C, symSize: 0x20 } + - { offsetInCU: 0x1016, offset: 0x1975DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3EC, symBinAddr: 0xE5D1C, symSize: 0x20 } + - { offsetInCU: 0x1067, offset: 0x197630, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x40C, symBinAddr: 0xE5D3C, symSize: 0x8 } + - { offsetInCU: 0x1087, offset: 0x197650, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x40C, symBinAddr: 0xE5D3C, symSize: 0x8 } + - { offsetInCU: 0x10A8, offset: 0x197671, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x414, symBinAddr: 0xE5D44, symSize: 0x8 } + - { offsetInCU: 0x10C8, offset: 0x197691, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x414, symBinAddr: 0xE5D44, symSize: 0x8 } + - { offsetInCU: 0x10E9, offset: 0x1976B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x41C, symBinAddr: 0xE5D4C, symSize: 0x8 } + - { offsetInCU: 0x1109, offset: 0x1976D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x41C, symBinAddr: 0xE5D4C, symSize: 0x8 } + - { offsetInCU: 0x112A, offset: 0x1976F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x424, symBinAddr: 0xE5D54, symSize: 0x8 } + - { offsetInCU: 0x114A, offset: 0x197713, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x424, symBinAddr: 0xE5D54, symSize: 0x8 } + - { offsetInCU: 0x116B, offset: 0x197734, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x42C, symBinAddr: 0xE5D5C, symSize: 0xC } + - { offsetInCU: 0x118B, offset: 0x197754, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x42C, symBinAddr: 0xE5D5C, symSize: 0xC } + - { offsetInCU: 0x11AC, offset: 0x197775, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x438, symBinAddr: 0xE5D68, symSize: 0x10 } + - { offsetInCU: 0x11CC, offset: 0x197795, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x438, symBinAddr: 0xE5D68, symSize: 0x10 } + - { offsetInCU: 0x1214, offset: 0x1977DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x448, symBinAddr: 0xE5D78, symSize: 0x68 } + - { offsetInCU: 0x129B, offset: 0x197864, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x4B0, symBinAddr: 0xE5DE0, symSize: 0x5C } + - { offsetInCU: 0x12FB, offset: 0x1978C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x50C, symBinAddr: 0xE5E3C, symSize: 0x30 } + - { offsetInCU: 0x133C, offset: 0x197905, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x53C, symBinAddr: 0xE5E6C, symSize: 0xC } + - { offsetInCU: 0x138C, offset: 0x197955, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x548, symBinAddr: 0xE5E78, symSize: 0x2C } + - { offsetInCU: 0x13C7, offset: 0x197990, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC4name06parentC04treeACSS_AA08AnimatorC0_pSgAA0C4TreeCtcfcTf4gggn_n', symObjAddr: 0xEA8, symBinAddr: 0xE67D8, symSize: 0x4B8 } + - { offsetInCU: 0x1839, offset: 0x197E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1360, symBinAddr: 0xE6C90, symSize: 0x148 } + - { offsetInCU: 0x18E4, offset: 0x197EAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCMa', symObjAddr: 0x31C, symBinAddr: 0xE5C4C, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x198677, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0xE6DD8, symSize: 0x4C } + - { offsetInCU: 0x4F, offset: 0x19869B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0xE6DD8, symSize: 0x4C } + - { offsetInCU: 0x7C, offset: 0x1986C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfD', symObjAddr: 0x4C, symBinAddr: 0xE6E24, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x198704, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x88, symBinAddr: 0xE6E60, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x198745, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x94, symBinAddr: 0xE6E6C, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x198786, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xC4, symBinAddr: 0xE6E9C, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x1987B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesC12gradientfillAcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x628, symBinAddr: 0xE7400, symSize: 0x3DC } + - { offsetInCU: 0x4A0, offset: 0x198AEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCMa', symObjAddr: 0x68, symBinAddr: 0xE6E40, symSize: 0x20 } + - { offsetInCU: 0x4DE, offset: 0x198B2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCfD', symObjAddr: 0xD0, symBinAddr: 0xE6EA8, symSize: 0x34 } + - { offsetInCU: 0x53F, offset: 0x198B8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x124, symBinAddr: 0xE6EFC, symSize: 0x44 } + - { offsetInCU: 0x58B, offset: 0x198BD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x168, symBinAddr: 0xE6F40, symSize: 0x24 } + - { offsetInCU: 0x5CC, offset: 0x198C18, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x18C, symBinAddr: 0xE6F64, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0x198C38, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x18C, symBinAddr: 0xE6F64, symSize: 0x4 } + - { offsetInCU: 0x61C, offset: 0x198C68, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x190, symBinAddr: 0xE6F68, symSize: 0x8 } + - { offsetInCU: 0x63C, offset: 0x198C88, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x190, symBinAddr: 0xE6F68, symSize: 0x8 } + - { offsetInCU: 0x69F, offset: 0x198CEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x198, symBinAddr: 0xE6F70, symSize: 0x10 } + - { offsetInCU: 0x6BF, offset: 0x198D0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x198, symBinAddr: 0xE6F70, symSize: 0x10 } + - { offsetInCU: 0x706, offset: 0x198D52, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0xE6F80, symSize: 0x8 } + - { offsetInCU: 0x726, offset: 0x198D72, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0xE6F80, symSize: 0x8 } + - { offsetInCU: 0x747, offset: 0x198D93, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0xE6F88, symSize: 0x8 } + - { offsetInCU: 0x767, offset: 0x198DB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0xE6F88, symSize: 0x8 } + - { offsetInCU: 0x788, offset: 0x198DD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1B8, symBinAddr: 0xE6F90, symSize: 0x8 } + - { offsetInCU: 0x7A8, offset: 0x198DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1B8, symBinAddr: 0xE6F90, symSize: 0x8 } + - { offsetInCU: 0x7C9, offset: 0x198E15, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1C0, symBinAddr: 0xE6F98, symSize: 0x8 } + - { offsetInCU: 0x7E9, offset: 0x198E35, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1C0, symBinAddr: 0xE6F98, symSize: 0x8 } + - { offsetInCU: 0x80A, offset: 0x198E56, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1C8, symBinAddr: 0xE6FA0, symSize: 0xC } + - { offsetInCU: 0x82A, offset: 0x198E76, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1C8, symBinAddr: 0xE6FA0, symSize: 0xC } + - { offsetInCU: 0x84B, offset: 0x198E97, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1D4, symBinAddr: 0xE6FAC, symSize: 0x10 } + - { offsetInCU: 0x86B, offset: 0x198EB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1D4, symBinAddr: 0xE6FAC, symSize: 0x10 } + - { offsetInCU: 0x87D, offset: 0x198EC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1E4, symBinAddr: 0xE6FBC, symSize: 0x8 } + - { offsetInCU: 0x8B7, offset: 0x198F03, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x1EC, symBinAddr: 0xE6FC4, symSize: 0x4C } + - { offsetInCU: 0x8F4, offset: 0x198F40, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xA04, symBinAddr: 0xE77DC, symSize: 0x220 } + - { offsetInCU: 0xD18, offset: 0x199364, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCMa', symObjAddr: 0x104, symBinAddr: 0xE6EDC, symSize: 0x20 } + - { offsetInCU: 0xE47, offset: 0x199493, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x238, symBinAddr: 0xE7010, symSize: 0x12C } + - { offsetInCU: 0xEE3, offset: 0x19952F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x364, symBinAddr: 0xE713C, symSize: 0x1A8 } + - { offsetInCU: 0x1057, offset: 0x1996A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcSaySdG_Tg5Tf4en_nAA20KeyframeInterpolatorCyAGG_Tg5', symObjAddr: 0x50C, symBinAddr: 0xE72E4, symSize: 0x11C } + - { offsetInCU: 0x16A7, offset: 0x199CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOc', symObjAddr: 0xCF0, symBinAddr: 0xE79FC, symSize: 0x3C } + - { offsetInCU: 0x16BB, offset: 0x199D07, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOh', symObjAddr: 0xD2C, symBinAddr: 0xE7A38, symSize: 0x34 } + - { offsetInCU: 0x2B, offset: 0x19A0D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xE7A6C, symSize: 0x1EC } + - { offsetInCU: 0x5C, offset: 0x19A103, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xE7A6C, symSize: 0x1EC } + - { offsetInCU: 0xB8, offset: 0x19A15F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1EC, symBinAddr: 0xE7C58, symSize: 0x2AC } + - { offsetInCU: 0x1F9, offset: 0x19A2A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC6encode2toys7Encoder_p_tKF', symObjAddr: 0x498, symBinAddr: 0xE7F04, symSize: 0x154 } + - { offsetInCU: 0x238, offset: 0x19A2DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x874, symBinAddr: 0xE82E0, symSize: 0x4C } + - { offsetInCU: 0x26F, offset: 0x19A316, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO8rawValueSSvg', symObjAddr: 0x8C0, symBinAddr: 0xE832C, symSize: 0x18 } + - { offsetInCU: 0x2A8, offset: 0x19A34F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x8D8, symBinAddr: 0xE8344, symSize: 0x18 } + - { offsetInCU: 0x2D6, offset: 0x19A37D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x8D8, symBinAddr: 0xE8344, symSize: 0x18 } + - { offsetInCU: 0x328, offset: 0x19A3CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x914, symBinAddr: 0xE8380, symSize: 0x64 } + - { offsetInCU: 0x38E, offset: 0x19A435, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x978, symBinAddr: 0xE83E4, symSize: 0x28 } + - { offsetInCU: 0x3AA, offset: 0x19A451, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x9A0, symBinAddr: 0xE840C, symSize: 0x8 } + - { offsetInCU: 0x3E0, offset: 0x19A487, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x9A8, symBinAddr: 0xE8414, symSize: 0x68 } + - { offsetInCU: 0x465, offset: 0x19A50C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA10, symBinAddr: 0xE847C, symSize: 0xC } + - { offsetInCU: 0x481, offset: 0x19A528, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xA1C, symBinAddr: 0xE8488, symSize: 0xC } + - { offsetInCU: 0x4BD, offset: 0x19A564, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCfD', symObjAddr: 0xA78, symBinAddr: 0xE84E4, symSize: 0x24 } + - { offsetInCU: 0x508, offset: 0x19A5AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCDC, symBinAddr: 0xE86F4, symSize: 0x2C } + - { offsetInCU: 0x52B, offset: 0x19A5D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD08, symBinAddr: 0xE8720, symSize: 0x28 } + - { offsetInCU: 0x5FC, offset: 0x19A6A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueSSvg', symObjAddr: 0x5EC, symBinAddr: 0xE8058, symSize: 0x20 } + - { offsetInCU: 0x636, offset: 0x19A6DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x790, symBinAddr: 0xE81FC, symSize: 0x44 } + - { offsetInCU: 0x67C, offset: 0x19A723, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x7D4, symBinAddr: 0xE8240, symSize: 0x28 } + - { offsetInCU: 0x6A6, offset: 0x19A74D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7FC, symBinAddr: 0xE8268, symSize: 0x28 } + - { offsetInCU: 0x6DE, offset: 0x19A785, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueACSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x11C0, symBinAddr: 0xE8BD8, symSize: 0x50 } + - { offsetInCU: 0x709, offset: 0x19A7B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x13D8, symBinAddr: 0xE8DB0, symSize: 0xE0 } + - { offsetInCU: 0x7AE, offset: 0x19A855, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO13discriminator_WZ', symObjAddr: 0x870, symBinAddr: 0xE82DC, symSize: 0x4 } + - { offsetInCU: 0x7C8, offset: 0x19A86F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCMa', symObjAddr: 0xA9C, symBinAddr: 0xE8508, symSize: 0x20 } + - { offsetInCU: 0x7DC, offset: 0x19A883, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwet', symObjAddr: 0xACC, symBinAddr: 0xE8528, symSize: 0x90 } + - { offsetInCU: 0x7F0, offset: 0x19A897, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwst', symObjAddr: 0xB5C, symBinAddr: 0xE85B8, symSize: 0xBC } + - { offsetInCU: 0x804, offset: 0x19A8AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwup', symObjAddr: 0xC18, symBinAddr: 0xE8674, symSize: 0x4 } + - { offsetInCU: 0x818, offset: 0x19A8BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOMa', symObjAddr: 0xC1C, symBinAddr: 0xE8678, symSize: 0x10 } + - { offsetInCU: 0x82C, offset: 0x19A8D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASQWb', symObjAddr: 0xC2C, symBinAddr: 0xE8688, symSize: 0x4 } + - { offsetInCU: 0x840, offset: 0x19A8E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSQAAWl', symObjAddr: 0xC30, symBinAddr: 0xE868C, symSize: 0x44 } + - { offsetInCU: 0x854, offset: 0x19A8FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC74, symBinAddr: 0xE86D0, symSize: 0x24 } + - { offsetInCU: 0x868, offset: 0x19A90F, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZ', symObjAddr: 0xD30, symBinAddr: 0xE8748, symSize: 0x14 } + - { offsetInCU: 0x884, offset: 0x19A92B, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xD44, symBinAddr: 0xE875C, symSize: 0x47C } + - { offsetInCU: 0xC6F, offset: 0x19AD16, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x1250, symBinAddr: 0xE8C28, symSize: 0x188 } + - { offsetInCU: 0xE89, offset: 0x19AF30, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSYAAWl', symObjAddr: 0x14FC, symBinAddr: 0xE8E90, symSize: 0x44 } + - { offsetInCU: 0xE9D, offset: 0x19AF44, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs0D3KeyAAWl', symObjAddr: 0x1540, symBinAddr: 0xE8ED4, symSize: 0x44 } + - { offsetInCU: 0xEB1, offset: 0x19AF58, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSEAAWl', symObjAddr: 0x1584, symBinAddr: 0xE8F18, symSize: 0x44 } + - { offsetInCU: 0xEC5, offset: 0x19AF6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwet', symObjAddr: 0x1688, symBinAddr: 0xE8F5C, symSize: 0x90 } + - { offsetInCU: 0xED9, offset: 0x19AF80, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwst', symObjAddr: 0x1718, symBinAddr: 0xE8FEC, symSize: 0xBC } + - { offsetInCU: 0xEED, offset: 0x19AF94, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwug', symObjAddr: 0x17D4, symBinAddr: 0xE90A8, symSize: 0x8 } + - { offsetInCU: 0xF01, offset: 0x19AFA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwup', symObjAddr: 0x17DC, symBinAddr: 0xE90B0, symSize: 0x4 } + - { offsetInCU: 0xF15, offset: 0x19AFBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwui', symObjAddr: 0x17E0, symBinAddr: 0xE90B4, symSize: 0x8 } + - { offsetInCU: 0xF29, offset: 0x19AFD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOMa', symObjAddr: 0x17E8, symBinAddr: 0xE90BC, symSize: 0x10 } + - { offsetInCU: 0xF3D, offset: 0x19AFE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASQWb', symObjAddr: 0x17F8, symBinAddr: 0xE90CC, symSize: 0x4 } + - { offsetInCU: 0xF51, offset: 0x19AFF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFSQAAWl', symObjAddr: 0x17FC, symBinAddr: 0xE90D0, symSize: 0x44 } + - { offsetInCU: 0xF65, offset: 0x19B00C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1840, symBinAddr: 0xE9114, symSize: 0x4 } + - { offsetInCU: 0xF79, offset: 0x19B020, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1844, symBinAddr: 0xE9118, symSize: 0x44 } + - { offsetInCU: 0xF8D, offset: 0x19B034, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1888, symBinAddr: 0xE915C, symSize: 0x4 } + - { offsetInCU: 0xFA1, offset: 0x19B048, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x188C, symBinAddr: 0xE9160, symSize: 0x44 } + - { offsetInCU: 0x1036, offset: 0x19B0DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x60C, symBinAddr: 0xE8078, symSize: 0x88 } + - { offsetInCU: 0x10E5, offset: 0x19B18C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x694, symBinAddr: 0xE8100, symSize: 0x60 } + - { offsetInCU: 0x1163, offset: 0x19B20A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6F4, symBinAddr: 0xE8160, symSize: 0x40 } + - { offsetInCU: 0x11B5, offset: 0x19B25C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x734, symBinAddr: 0xE81A0, symSize: 0x5C } + - { offsetInCU: 0x1211, offset: 0x19B2B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x824, symBinAddr: 0xE8290, symSize: 0x4C } + - { offsetInCU: 0x1234, offset: 0x19B2DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8F0, symBinAddr: 0xE835C, symSize: 0xC } + - { offsetInCU: 0x1250, offset: 0x19B2F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x8FC, symBinAddr: 0xE8368, symSize: 0x8 } + - { offsetInCU: 0x126C, offset: 0x19B313, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x904, symBinAddr: 0xE8370, symSize: 0x8 } + - { offsetInCU: 0x1288, offset: 0x19B32F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x90C, symBinAddr: 0xE8378, symSize: 0x8 } + - { offsetInCU: 0x12AB, offset: 0x19B352, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA28, symBinAddr: 0xE8494, symSize: 0x28 } + - { offsetInCU: 0x12C7, offset: 0x19B36E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA50, symBinAddr: 0xE84BC, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x19B5E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xE91AC, symSize: 0x4C } + - { offsetInCU: 0x6D, offset: 0x19B62B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xE91AC, symSize: 0x4C } + - { offsetInCU: 0xBF, offset: 0x19B67D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x6C, symBinAddr: 0xE9218, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x19B6BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x78, symBinAddr: 0xE9224, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x19B6FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA8, symBinAddr: 0xE9254, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x19B731, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesC9rectangleAcA9RectangleC_tcfcTf4gn_n', symObjAddr: 0x880, symBinAddr: 0xE99EC, symSize: 0x31C } + - { offsetInCU: 0x448, offset: 0x19BA06, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCMa', symObjAddr: 0x4C, symBinAddr: 0xE91F8, symSize: 0x20 } + - { offsetInCU: 0x583, offset: 0x19BB41, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB4, symBinAddr: 0xE9260, symSize: 0xE0 } + - { offsetInCU: 0x6AF, offset: 0x19BC6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCfD', symObjAddr: 0x194, symBinAddr: 0xE9340, symSize: 0x34 } + - { offsetInCU: 0x710, offset: 0x19BCCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1E8, symBinAddr: 0xE9394, symSize: 0x44 } + - { offsetInCU: 0x75C, offset: 0x19BD1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x22C, symBinAddr: 0xE93D8, symSize: 0x24 } + - { offsetInCU: 0x78E, offset: 0x19BD4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x250, symBinAddr: 0xE93FC, symSize: 0x4 } + - { offsetInCU: 0x7C8, offset: 0x19BD86, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x254, symBinAddr: 0xE9400, symSize: 0x8 } + - { offsetInCU: 0x7E8, offset: 0x19BDA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x254, symBinAddr: 0xE9400, symSize: 0x8 } + - { offsetInCU: 0x84B, offset: 0x19BE09, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x25C, symBinAddr: 0xE9408, symSize: 0x10 } + - { offsetInCU: 0x86B, offset: 0x19BE29, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x25C, symBinAddr: 0xE9408, symSize: 0x10 } + - { offsetInCU: 0x8B2, offset: 0x19BE70, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x26C, symBinAddr: 0xE9418, symSize: 0x8 } + - { offsetInCU: 0x8D2, offset: 0x19BE90, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x26C, symBinAddr: 0xE9418, symSize: 0x8 } + - { offsetInCU: 0x8F3, offset: 0x19BEB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x274, symBinAddr: 0xE9420, symSize: 0x8 } + - { offsetInCU: 0x913, offset: 0x19BED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x274, symBinAddr: 0xE9420, symSize: 0x8 } + - { offsetInCU: 0x934, offset: 0x19BEF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x27C, symBinAddr: 0xE9428, symSize: 0x8 } + - { offsetInCU: 0x954, offset: 0x19BF12, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x27C, symBinAddr: 0xE9428, symSize: 0x8 } + - { offsetInCU: 0x975, offset: 0x19BF33, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x284, symBinAddr: 0xE9430, symSize: 0x8 } + - { offsetInCU: 0x995, offset: 0x19BF53, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x284, symBinAddr: 0xE9430, symSize: 0x8 } + - { offsetInCU: 0x9B6, offset: 0x19BF74, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xE9438, symSize: 0xC } + - { offsetInCU: 0x9D6, offset: 0x19BF94, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xE9438, symSize: 0xC } + - { offsetInCU: 0x9F7, offset: 0x19BFB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x298, symBinAddr: 0xE9444, symSize: 0x10 } + - { offsetInCU: 0xA17, offset: 0x19BFD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x298, symBinAddr: 0xE9444, symSize: 0x10 } + - { offsetInCU: 0xA38, offset: 0x19BFF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x2A8, symBinAddr: 0xE9454, symSize: 0xC } + - { offsetInCU: 0xA6A, offset: 0x19C028, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC06parentC09rectangleAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xB9C, symBinAddr: 0xE9D08, symSize: 0x110 } + - { offsetInCU: 0xB23, offset: 0x19C0E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCMa', symObjAddr: 0x1C8, symBinAddr: 0xE9374, symSize: 0x20 } + - { offsetInCU: 0xF80, offset: 0x19C53E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9rectangle8position4size12cornerRadius9directionACSo7CGPointV_So6CGSizeV12CoreGraphics7CGFloatVAA0C9DirectionOtFZTf4nnnnd_n', symObjAddr: 0x2B4, symBinAddr: 0xE9460, symSize: 0x58C } + - { offsetInCU: 0x27, offset: 0x19DDA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0xE9E18, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x19DDBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0xE9E18, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x19DDD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMr', symObjAddr: 0x4, symBinAddr: 0xE9E1C, symSize: 0x94 } + - { offsetInCU: 0x73, offset: 0x19DDF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfC', symObjAddr: 0x98, symBinAddr: 0xE9EB0, symSize: 0xA4 } + - { offsetInCU: 0x91, offset: 0x19DE11, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfc', symObjAddr: 0x13C, symBinAddr: 0xE9F54, symSize: 0x1B4 } + - { offsetInCU: 0x15A, offset: 0x19DEDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x2F0, symBinAddr: 0xEA108, symSize: 0x5C } + - { offsetInCU: 0x18F, offset: 0x19DF0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x34C, symBinAddr: 0xEA164, symSize: 0x4 } + - { offsetInCU: 0x1C4, offset: 0x19DF44, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueSSvg', symObjAddr: 0x350, symBinAddr: 0xEA168, symSize: 0x20 } + - { offsetInCU: 0x20D, offset: 0x19DF8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x370, symBinAddr: 0xEA188, symSize: 0x20 } + - { offsetInCU: 0x245, offset: 0x19DFC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x370, symBinAddr: 0xEA188, symSize: 0x20 } + - { offsetInCU: 0x261, offset: 0x19DFE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0xEA2E8, symSize: 0x2C } + - { offsetInCU: 0x27D, offset: 0x19DFFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x4FC, symBinAddr: 0xEA314, symSize: 0x28 } + - { offsetInCU: 0x299, offset: 0x19E019, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x524, symBinAddr: 0xEA33C, symSize: 0x8 } + - { offsetInCU: 0x2B5, offset: 0x19E035, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x52C, symBinAddr: 0xEA344, symSize: 0x24 } + - { offsetInCU: 0x2D1, offset: 0x19E051, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x550, symBinAddr: 0xEA368, symSize: 0xC } + - { offsetInCU: 0x2FC, offset: 0x19E07C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x55C, symBinAddr: 0xEA374, symSize: 0x28 } + - { offsetInCU: 0x32D, offset: 0x19E0AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x13CC, symBinAddr: 0xEAFF0, symSize: 0x8 } + - { offsetInCU: 0x359, offset: 0x19E0D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC6isHoldSbvg', symObjAddr: 0x5EC, symBinAddr: 0xEA404, symSize: 0x2C } + - { offsetInCU: 0x3DE, offset: 0x19E15E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCfD', symObjAddr: 0x67C, symBinAddr: 0xEA430, symSize: 0x70 } + - { offsetInCU: 0x435, offset: 0x19E1B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMa', symObjAddr: 0x6EC, symBinAddr: 0xEA4A0, symSize: 0xC } + - { offsetInCU: 0x449, offset: 0x19E1C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x6F8, symBinAddr: 0xEA4AC, symSize: 0x370 } + - { offsetInCU: 0x496, offset: 0x19E216, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0xA68, symBinAddr: 0xEA81C, symSize: 0x54 } + - { offsetInCU: 0x4B9, offset: 0x19E239, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfc', symObjAddr: 0xABC, symBinAddr: 0xEA870, symSize: 0x504 } + - { offsetInCU: 0x506, offset: 0x19E286, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xFC0, symBinAddr: 0xEAD74, symSize: 0x24 } + - { offsetInCU: 0x529, offset: 0x19E2A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFE4, symBinAddr: 0xEAD98, symSize: 0x2C } + - { offsetInCU: 0x54C, offset: 0x19E2CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMa', symObjAddr: 0x1010, symBinAddr: 0xEADC4, symSize: 0xC } + - { offsetInCU: 0x560, offset: 0x19E2E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSEAAWl', symObjAddr: 0x1084, symBinAddr: 0xEADD0, symSize: 0x44 } + - { offsetInCU: 0x574, offset: 0x19E2F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSeAAWl', symObjAddr: 0x1170, symBinAddr: 0xEAE14, symSize: 0x44 } + - { offsetInCU: 0x588, offset: 0x19E308, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMi', symObjAddr: 0x1224, symBinAddr: 0xEAE58, symSize: 0x8 } + - { offsetInCU: 0x59C, offset: 0x19E31C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwet', symObjAddr: 0x123C, symBinAddr: 0xEAE60, symSize: 0x90 } + - { offsetInCU: 0x5B0, offset: 0x19E330, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwst', symObjAddr: 0x12CC, symBinAddr: 0xEAEF0, symSize: 0xBC } + - { offsetInCU: 0x5C4, offset: 0x19E344, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwug', symObjAddr: 0x1388, symBinAddr: 0xEAFAC, symSize: 0x8 } + - { offsetInCU: 0x5D8, offset: 0x19E358, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwup', symObjAddr: 0x1390, symBinAddr: 0xEAFB4, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0x19E36C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwui', symObjAddr: 0x1394, symBinAddr: 0xEAFB8, symSize: 0x8 } + - { offsetInCU: 0x600, offset: 0x19E380, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASQWb', symObjAddr: 0x139C, symBinAddr: 0xEAFC0, symSize: 0x10 } + - { offsetInCU: 0x614, offset: 0x19E394, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x13AC, symBinAddr: 0xEAFD0, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x19E3A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x13BC, symBinAddr: 0xEAFE0, symSize: 0x10 } + - { offsetInCU: 0x64D, offset: 0x19E3CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0xEA1A8, symSize: 0x54 } + - { offsetInCU: 0x669, offset: 0x19E3E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x3E4, symBinAddr: 0xEA1FC, symSize: 0x4C } + - { offsetInCU: 0x685, offset: 0x19E405, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xEA248, symSize: 0x50 } + - { offsetInCU: 0x6A1, offset: 0x19E421, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x480, symBinAddr: 0xEA298, symSize: 0x50 } + - { offsetInCU: 0x6C4, offset: 0x19E444, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x584, symBinAddr: 0xEA39C, symSize: 0x34 } + - { offsetInCU: 0x6E0, offset: 0x19E460, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x5B8, symBinAddr: 0xEA3D0, symSize: 0x34 } + - { offsetInCU: 0x27, offset: 0x19E68B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0xEAFF8, symSize: 0x504 } + - { offsetInCU: 0xE2, offset: 0x19E746, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0xEAFF8, symSize: 0x504 } + - { offsetInCU: 0x2F1, offset: 0x19E955, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVSgWOb', symObjAddr: 0x5B8, symBinAddr: 0xEB51C, symSize: 0x48 } + - { offsetInCU: 0x305, offset: 0x19E969, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x650, symBinAddr: 0xEB574, symSize: 0x6A4 } + - { offsetInCU: 0x27, offset: 0x19EDD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE21_overrideSizeThatFits_2in02nsC0ySo6CGSizeVz_7SwiftUI09_ProposedF0VAA0L22UIMeasurementContainerCy7ContentQzGtF', symObjAddr: 0x18, symBinAddr: 0xEBC38, symSize: 0x344 } + - { offsetInCU: 0x6B, offset: 0x19EE14, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE21_overrideSizeThatFits_2in02nsC0ySo6CGSizeVz_7SwiftUI09_ProposedF0VAA0L22UIMeasurementContainerCy7ContentQzGtF', symObjAddr: 0x18, symBinAddr: 0xEBC38, symSize: 0x344 } + - { offsetInCU: 0x26E, offset: 0x19F017, size: 0x8, addend: 0x0, symName: '_$sSSSg5label_yp5valuetWOh', symObjAddr: 0x398, symBinAddr: 0xEBF7C, symSize: 0x40 } + - { offsetInCU: 0x282, offset: 0x19F02B, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE12sizeThatFits_02nsC07contextSo6CGSizeVSg7SwiftUI08ProposedC4SizeV_AA0K22UIMeasurementContainerCy7ContentQzGAJ06NSViewD7ContextVyxGtFTf4nndn_n', symObjAddr: 0x428, symBinAddr: 0xEBFBC, symSize: 0x8C } + - { offsetInCU: 0xA5, offset: 0x19F347, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x1604, symBinAddr: 0xED64C, symSize: 0x244 } + - { offsetInCU: 0x3E0, offset: 0x19F682, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA17GroupInterpolatorCyAA0A8Vector1DVG_Tg5', symObjAddr: 0x70, symBinAddr: 0xEC0B8, symSize: 0x128 } + - { offsetInCU: 0x532, offset: 0x19F7D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA06SinglecD0CySayAA0A8Vector1DVGG_Tg5', symObjAddr: 0x198, symBinAddr: 0xEC1E0, symSize: 0xEC } + - { offsetInCU: 0x637, offset: 0x19F8D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x3B0, symBinAddr: 0xEC3F8, symSize: 0xD4 } + - { offsetInCU: 0x69B, offset: 0x19F93D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5', symObjAddr: 0x484, symBinAddr: 0xEC4CC, symSize: 0xE8 } + - { offsetInCU: 0x74A, offset: 0x19F9EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x56C, symBinAddr: 0xEC5B4, symSize: 0xD4 } + - { offsetInCU: 0x83B, offset: 0x19FADD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_Tg5', symObjAddr: 0x640, symBinAddr: 0xEC688, symSize: 0x254 } + - { offsetInCU: 0x967, offset: 0x19FC09, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_Tg5', symObjAddr: 0x894, symBinAddr: 0xEC8DC, symSize: 0x140 } + - { offsetInCU: 0xA49, offset: 0x19FCEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_Tg5', symObjAddr: 0x9D4, symBinAddr: 0xECA1C, symSize: 0xD4 } + - { offsetInCU: 0xB31, offset: 0x19FDD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0xAA8, symBinAddr: 0xECAF0, symSize: 0x2A0 } + - { offsetInCU: 0x1220, offset: 0x1A04C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtFAA0A5ColorV_Tg5', symObjAddr: 0x1288, symBinAddr: 0xED2D0, symSize: 0x100 } + - { offsetInCU: 0x1383, offset: 0x1A0625, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtFAA0A8Vector3DV_Tg5', symObjAddr: 0x1588, symBinAddr: 0xED5D0, symSize: 0x7C } + - { offsetInCU: 0x17E8, offset: 0x1A0A8A, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9ShapeItemC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKF', symObjAddr: 0x1848, symBinAddr: 0xED890, symSize: 0x7AC } + - { offsetInCU: 0x1CF6, offset: 0x1A0F98, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKF', symObjAddr: 0x1FF4, symBinAddr: 0xEE03C, symSize: 0x1D0 } + - { offsetInCU: 0x1E95, offset: 0x1A1137, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF', symObjAddr: 0x21C4, symBinAddr: 0xEE20C, symSize: 0x1C8 } + - { offsetInCU: 0x2058, offset: 0x1A12FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKF', symObjAddr: 0x238C, symBinAddr: 0xEE3D4, symSize: 0xBAC } + - { offsetInCU: 0x37C0, offset: 0x1A2A62, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndtyF', symObjAddr: 0x2F58, symBinAddr: 0xEEF80, symSize: 0x430 } + - { offsetInCU: 0x3EDA, offset: 0x1A317C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b39C038startValueIsAlwaysLessOrEqualToThane7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x3420, symBinAddr: 0xEF448, symSize: 0x5F8 } + - { offsetInCU: 0x4504, offset: 0x1A37A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b42C041startValueIsAlwaysGreaterThanOrEqualToe7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x3A18, symBinAddr: 0xEFA40, symSize: 0x5F8 } + - { offsetInCU: 0x4B2E, offset: 0x1A3DD0, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5', symObjAddr: 0x4010, symBinAddr: 0xF0038, symSize: 0x2C } + - { offsetInCU: 0x4B46, offset: 0x1A3DE8, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5', symObjAddr: 0x403C, symBinAddr: 0xF0064, symSize: 0x68 } + - { offsetInCU: 0x4B5E, offset: 0x1A3E00, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5', symObjAddr: 0x40A4, symBinAddr: 0xF00CC, symSize: 0x2C } + - { offsetInCU: 0x4B76, offset: 0x1A3E18, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5', symObjAddr: 0x40D0, symBinAddr: 0xF00F8, symSize: 0x54 } + - { offsetInCU: 0x4CDB, offset: 0x1A3F7D, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4398, symBinAddr: 0xF03C0, symSize: 0x108 } + - { offsetInCU: 0x4DA6, offset: 0x1A4048, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnFSS_Tg5', symObjAddr: 0x44A0, symBinAddr: 0xF04C8, symSize: 0x1AC } + - { offsetInCU: 0x4E3D, offset: 0x1A40DF, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x464C, symBinAddr: 0xF0674, symSize: 0x130 } + - { offsetInCU: 0x4EF2, offset: 0x1A4194, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtFSS_Tg5', symObjAddr: 0x477C, symBinAddr: 0xF07A4, symSize: 0x1B4 } + - { offsetInCU: 0x4FB2, offset: 0x1A4254, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4930, symBinAddr: 0xF0958, symSize: 0x190 } + - { offsetInCU: 0x500B, offset: 0x1A42AD, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyFSS_Tg5', symObjAddr: 0x4AC0, symBinAddr: 0xF0AE8, symSize: 0x1AC } + - { offsetInCU: 0x507A, offset: 0x1A431C, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4C6C, symBinAddr: 0xF0C94, symSize: 0x25C } + - { offsetInCU: 0x513D, offset: 0x1A43DF, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tFSS_Tg5', symObjAddr: 0x4EC8, symBinAddr: 0xF0EF0, symSize: 0x290 } + - { offsetInCU: 0x51FB, offset: 0x1A449D, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x5158, symBinAddr: 0xF1180, symSize: 0x300 } + - { offsetInCU: 0x52F3, offset: 0x1A4595, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tFSS_Tg5', symObjAddr: 0x5458, symBinAddr: 0xF1480, symSize: 0x328 } + - { offsetInCU: 0x5406, offset: 0x1A46A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5', symObjAddr: 0x5780, symBinAddr: 0xF17A8, symSize: 0x28 } + - { offsetInCU: 0x545C, offset: 0x1A46FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5', symObjAddr: 0x58D8, symBinAddr: 0xF1820, symSize: 0xA4 } + - { offsetInCU: 0x54A1, offset: 0x1A4743, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x59C0, symBinAddr: 0xF18C4, symSize: 0x8 } + - { offsetInCU: 0x54B5, offset: 0x1A4757, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x5AA4, symBinAddr: 0xF1928, symSize: 0x8 } + - { offsetInCU: 0x54C9, offset: 0x1A476B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x5BB0, symBinAddr: 0xF1930, symSize: 0x8 } + - { offsetInCU: 0x54DD, offset: 0x1A477F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x5BB8, symBinAddr: 0xF1938, symSize: 0x8 } + - { offsetInCU: 0x54F1, offset: 0x1A4793, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x5C8C, symBinAddr: 0xF1984, symSize: 0x8 } + - { offsetInCU: 0x5510, offset: 0x1A47B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_TG5TA', symObjAddr: 0x5C94, symBinAddr: 0xF198C, symSize: 0x28 } + - { offsetInCU: 0x5544, offset: 0x1A47E6, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE12TextDocumentCG_Tg5TA', symObjAddr: 0x5CBC, symBinAddr: 0xF19B4, symSize: 0x4C } + - { offsetInCU: 0x556D, offset: 0x1A480F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x5D08, symBinAddr: 0xF1A00, symSize: 0x8 } + - { offsetInCU: 0x558C, offset: 0x1A482E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E5ColorVG_Tg5TA', symObjAddr: 0x5D10, symBinAddr: 0xF1A08, symSize: 0x64 } + - { offsetInCU: 0x55B5, offset: 0x1A4857, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x5D84, symBinAddr: 0xF1A7C, symSize: 0x8 } + - { offsetInCU: 0x55DF, offset: 0x1A4881, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRAE0D8Vector1DV_TG5TA', symObjAddr: 0x5D8C, symBinAddr: 0xF1A84, symSize: 0x28 } + - { offsetInCU: 0x5628, offset: 0x1A48CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_TG5TA', symObjAddr: 0x5DF0, symBinAddr: 0xF1AE8, symSize: 0x28 } + - { offsetInCU: 0x5679, offset: 0x1A491B, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_Sd_Tg5TA', symObjAddr: 0x5E6C, symBinAddr: 0xF1B64, symSize: 0x18 } + - { offsetInCU: 0x573B, offset: 0x1A49DD, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_Sd_TG5TA', symObjAddr: 0x5E84, symBinAddr: 0xF1B7C, symSize: 0x44 } + - { offsetInCU: 0x5823, offset: 0x1A4AC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5TA', symObjAddr: 0x5EC8, symBinAddr: 0xF1BC0, symSize: 0x8 } + - { offsetInCU: 0x5842, offset: 0x1A4AE4, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E8Vector3DVG_Tg5TA', symObjAddr: 0x5ED0, symBinAddr: 0xF1BC8, symSize: 0x2C } + - { offsetInCU: 0x5876, offset: 0x1A4B18, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_TG5TA', symObjAddr: 0x5EFC, symBinAddr: 0xF1BF4, symSize: 0x34 } + - { offsetInCU: 0x58AA, offset: 0x1A4B4C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE10BezierPathVG_Tg5TA', symObjAddr: 0x5F30, symBinAddr: 0xF1C28, symSize: 0x2C } + - { offsetInCU: 0x5CE1, offset: 0x1A4F83, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3388, symBinAddr: 0xEF3B0, symSize: 0x4C } + - { offsetInCU: 0x5D29, offset: 0x1A4FCB, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3388, symBinAddr: 0xEF3B0, symSize: 0x4C } + - { offsetInCU: 0x5D3D, offset: 0x1A4FDF, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3388, symBinAddr: 0xEF3B0, symSize: 0x4C } + - { offsetInCU: 0x5D9A, offset: 0x1A503C, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x33D4, symBinAddr: 0xEF3FC, symSize: 0x4C } + - { offsetInCU: 0x5DE2, offset: 0x1A5084, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x33D4, symBinAddr: 0xEF3FC, symSize: 0x4C } + - { offsetInCU: 0x5DF6, offset: 0x1A5098, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x33D4, symBinAddr: 0xEF3FC, symSize: 0x4C } + - { offsetInCU: 0x5EF5, offset: 0x1A5197, size: 0x8, addend: 0x0, symName: '_$sSTsE3mapySayqd__Gqd__7ElementQzKXEKlFs12Zip2SequenceVySaySdGAGG_SdTg574$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRSd_TG5S3ds0F0_pIgnnrzo_Tf1cn_n', symObjAddr: 0x4124, symBinAddr: 0xF014C, symSize: 0x274 } + - { offsetInCU: 0x72, offset: 0x1A57E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4typeAC0B4TypeOvg', symObjAddr: 0x0, symBinAddr: 0xF1CB4, symSize: 0x118 } + - { offsetInCU: 0x148, offset: 0x1A58B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4pathSSvg', symObjAddr: 0x118, symBinAddr: 0xF1DCC, symSize: 0x138 } + - { offsetInCU: 0x239, offset: 0x1A59AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV16uncompressedSizes6UInt64Vvg', symObjAddr: 0x25C, symBinAddr: 0xF1F04, symSize: 0x188 } + - { offsetInCU: 0x314, offset: 0x1A5A85, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E4, symBinAddr: 0xF208C, symSize: 0xC0 } + - { offsetInCU: 0x346, offset: 0x1A5AB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x4A4, symBinAddr: 0xF214C, symSize: 0x1D8 } + - { offsetInCU: 0x3E3, offset: 0x1A5B54, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25centralDirectoryStructure15localFileHeader14dataDescriptor09zip64DataJ0ACSgAC07CentraldE0V_AC05LocalgH0VAC0lJ0Vy_s6UInt32VGSgANy_s6UInt64VGSgtcfCTf4ggggd_n', symObjAddr: 0x67C, symBinAddr: 0xF2324, symSize: 0x59C } + - { offsetInCU: 0x51B, offset: 0x1A5C8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVWOr', symObjAddr: 0xC58, symBinAddr: 0xF28C0, symSize: 0x64 } + - { offsetInCU: 0x52F, offset: 0x1A5CA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVWOr', symObjAddr: 0xD0C, symBinAddr: 0xF2924, symSize: 0x4C } + - { offsetInCU: 0x543, offset: 0x1A5CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOr', symObjAddr: 0xD6C, symBinAddr: 0xF2970, symSize: 0x30 } + - { offsetInCU: 0x557, offset: 0x1A5CC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMi', symObjAddr: 0xE60, symBinAddr: 0xF29E4, symSize: 0x8 } + - { offsetInCU: 0x56B, offset: 0x1A5CDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMr', symObjAddr: 0xE68, symBinAddr: 0xF29EC, symSize: 0x88 } + - { offsetInCU: 0x57F, offset: 0x1A5CF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwCP', symObjAddr: 0xEF0, symBinAddr: 0xF2A74, symSize: 0x128 } + - { offsetInCU: 0x593, offset: 0x1A5D04, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwxx', symObjAddr: 0x1018, symBinAddr: 0xF2B9C, symSize: 0x94 } + - { offsetInCU: 0x5A7, offset: 0x1A5D18, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwcp', symObjAddr: 0x10AC, symBinAddr: 0xF2C30, symSize: 0xD0 } + - { offsetInCU: 0x5BB, offset: 0x1A5D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwca', symObjAddr: 0x117C, symBinAddr: 0xF2D00, symSize: 0xD8 } + - { offsetInCU: 0x5CF, offset: 0x1A5D40, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwtk', symObjAddr: 0x1254, symBinAddr: 0xF2DD8, symSize: 0xBC } + - { offsetInCU: 0x5E3, offset: 0x1A5D54, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwta', symObjAddr: 0x1310, symBinAddr: 0xF2E94, symSize: 0xCC } + - { offsetInCU: 0x5F7, offset: 0x1A5D68, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwet', symObjAddr: 0x13DC, symBinAddr: 0xF2F60, symSize: 0x180 } + - { offsetInCU: 0x60B, offset: 0x1A5D7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwst', symObjAddr: 0x155C, symBinAddr: 0xF30E0, symSize: 0x22C } + - { offsetInCU: 0x61F, offset: 0x1A5D90, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMa', symObjAddr: 0x1788, symBinAddr: 0xF330C, symSize: 0xC } + - { offsetInCU: 0x633, offset: 0x1A5DA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwCP', symObjAddr: 0x1794, symBinAddr: 0xF3318, symSize: 0x30 } + - { offsetInCU: 0x647, offset: 0x1A5DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwxx', symObjAddr: 0x17C4, symBinAddr: 0xF3348, symSize: 0x34 } + - { offsetInCU: 0x65B, offset: 0x1A5DCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwcp', symObjAddr: 0x17F8, symBinAddr: 0xF337C, symSize: 0x88 } + - { offsetInCU: 0x66F, offset: 0x1A5DE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwca', symObjAddr: 0x1880, symBinAddr: 0xF3404, symSize: 0xD4 } + - { offsetInCU: 0x683, offset: 0x1A5DF4, size: 0x8, addend: 0x0, symName: ___swift_memcpy72_8, symObjAddr: 0x1954, symBinAddr: 0xF34D8, symSize: 0x24 } + - { offsetInCU: 0x697, offset: 0x1A5E08, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwta', symObjAddr: 0x1978, symBinAddr: 0xF34FC, symSize: 0x80 } + - { offsetInCU: 0x6AB, offset: 0x1A5E1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwet', symObjAddr: 0x19F8, symBinAddr: 0xF357C, symSize: 0x5C } + - { offsetInCU: 0x6BF, offset: 0x1A5E30, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwst', symObjAddr: 0x1A54, symBinAddr: 0xF35D8, symSize: 0x64 } + - { offsetInCU: 0x6D3, offset: 0x1A5E44, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVMa', symObjAddr: 0x1AB8, symBinAddr: 0xF363C, symSize: 0x10 } + - { offsetInCU: 0x6E7, offset: 0x1A5E58, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwxx', symObjAddr: 0x1AC8, symBinAddr: 0xF364C, symSize: 0x3C } + - { offsetInCU: 0x6FB, offset: 0x1A5E6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwcp', symObjAddr: 0x1B04, symBinAddr: 0xF3688, symSize: 0xB4 } + - { offsetInCU: 0x70F, offset: 0x1A5E80, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwca', symObjAddr: 0x1BB8, symBinAddr: 0xF373C, symSize: 0x120 } + - { offsetInCU: 0x723, offset: 0x1A5E94, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwta', symObjAddr: 0x1D04, symBinAddr: 0xF385C, symSize: 0xA8 } + - { offsetInCU: 0x737, offset: 0x1A5EA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwet', symObjAddr: 0x1DAC, symBinAddr: 0xF3904, symSize: 0x5C } + - { offsetInCU: 0x74B, offset: 0x1A5EBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwst', symObjAddr: 0x1E08, symBinAddr: 0xF3960, symSize: 0x6C } + - { offsetInCU: 0x75F, offset: 0x1A5ED0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVMa', symObjAddr: 0x1E74, symBinAddr: 0xF39CC, symSize: 0x10 } + - { offsetInCU: 0x773, offset: 0x1A5EE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwxx', symObjAddr: 0x1E84, symBinAddr: 0xF39DC, symSize: 0x90 } + - { offsetInCU: 0x787, offset: 0x1A5EF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwcp', symObjAddr: 0x1F14, symBinAddr: 0xF3A6C, symSize: 0x1A0 } + - { offsetInCU: 0x79B, offset: 0x1A5F0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwca', symObjAddr: 0x20B4, symBinAddr: 0xF3C0C, symSize: 0x340 } + - { offsetInCU: 0x7AF, offset: 0x1A5F20, size: 0x8, addend: 0x0, symName: ___swift_memcpy248_8, symObjAddr: 0x2430, symBinAddr: 0xF3F88, symSize: 0x4C } + - { offsetInCU: 0x7C3, offset: 0x1A5F34, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwta', symObjAddr: 0x247C, symBinAddr: 0xF3FD4, symSize: 0x1D0 } + - { offsetInCU: 0x7D7, offset: 0x1A5F48, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwet', symObjAddr: 0x264C, symBinAddr: 0xF41A4, symSize: 0x5C } + - { offsetInCU: 0x7EB, offset: 0x1A5F5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwst', symObjAddr: 0x26A8, symBinAddr: 0xF4200, symSize: 0x90 } + - { offsetInCU: 0x7FF, offset: 0x1A5F70, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVMa', symObjAddr: 0x2738, symBinAddr: 0xF4290, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1A6197, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0xF42A8, symSize: 0xE0 } + - { offsetInCU: 0x55, offset: 0x1A61C5, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0xF42A8, symSize: 0xE0 } + - { offsetInCU: 0x27, offset: 0x1A6498, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0xF4388, symSize: 0x370 } + - { offsetInCU: 0x1E0, offset: 0x1A6651, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0xF4388, symSize: 0x370 } + - { offsetInCU: 0x4E9, offset: 0x1A695A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x370, symBinAddr: 0xF46F8, symSize: 0x140 } + - { offsetInCU: 0x54B, offset: 0x1A69BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x4B0, symBinAddr: 0xF4838, symSize: 0x4C } + - { offsetInCU: 0x591, offset: 0x1A6A02, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x4FC, symBinAddr: 0xF4884, symSize: 0x58 } + - { offsetInCU: 0x5D8, offset: 0x1A6A49, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x554, symBinAddr: 0xF48DC, symSize: 0x80 } + - { offsetInCU: 0x627, offset: 0x1A6A98, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x5D4, symBinAddr: 0xF495C, symSize: 0x84 } + - { offsetInCU: 0x6EB, offset: 0x1A6B5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfD', symObjAddr: 0x684, symBinAddr: 0xF4A0C, symSize: 0x34 } + - { offsetInCU: 0x762, offset: 0x1A6BD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfE', symObjAddr: 0x658, symBinAddr: 0xF49E0, symSize: 0x2C } + - { offsetInCU: 0x78F, offset: 0x1A6C00, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfETo', symObjAddr: 0x6B8, symBinAddr: 0xF4A40, symSize: 0x38 } + - { offsetInCU: 0x7BE, offset: 0x1A6C2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCMa', symObjAddr: 0x6F0, symBinAddr: 0xF4A78, symSize: 0x20 } + - { offsetInCU: 0x1CA, offset: 0x1A700F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV12progressTime3for12CoreGraphics7CGFloatVAH_tKF', symObjAddr: 0x18, symBinAddr: 0xF4A98, symSize: 0x2FC } + - { offsetInCU: 0x3EC, offset: 0x1A7231, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV19simpleTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x314, symBinAddr: 0xF4D94, symSize: 0x4 } + - { offsetInCU: 0x416, offset: 0x1A725B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20complexTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x318, symBinAddr: 0xF4D98, symSize: 0x4 } + - { offsetInCU: 0x440, offset: 0x1A7285, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU_', symObjAddr: 0x35C, symBinAddr: 0xF4DDC, symSize: 0x4 } + - { offsetInCU: 0x46A, offset: 0x1A72AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU0_', symObjAddr: 0x360, symBinAddr: 0xF4DE0, symSize: 0x4 } + - { offsetInCU: 0x4A3, offset: 0x1A72E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x394, symBinAddr: 0xF4E14, symSize: 0x8 } + - { offsetInCU: 0x4C3, offset: 0x1A7308, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x394, symBinAddr: 0xF4E14, symSize: 0x8 } + - { offsetInCU: 0x503, offset: 0x1A7348, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCfD', symObjAddr: 0x364, symBinAddr: 0xF4DE4, symSize: 0x10 } + - { offsetInCU: 0x533, offset: 0x1A7378, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCMa', symObjAddr: 0x374, symBinAddr: 0xF4DF4, symSize: 0x20 } + - { offsetInCU: 0x547, offset: 0x1A738C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x46C, symBinAddr: 0xF4E1C, symSize: 0x8 } + - { offsetInCU: 0x55B, offset: 0x1A73A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x474, symBinAddr: 0xF4E24, symSize: 0x8 } + - { offsetInCU: 0x56F, offset: 0x1A73B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwCP', symObjAddr: 0x504, symBinAddr: 0xF4E2C, symSize: 0x30 } + - { offsetInCU: 0x583, offset: 0x1A73C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwxx', symObjAddr: 0x534, symBinAddr: 0xF4E5C, symSize: 0x70 } + - { offsetInCU: 0x597, offset: 0x1A73DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwcp', symObjAddr: 0x5A4, symBinAddr: 0xF4ECC, symSize: 0x104 } + - { offsetInCU: 0x5AB, offset: 0x1A73F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwca', symObjAddr: 0x6A8, symBinAddr: 0xF4FD0, symSize: 0x198 } + - { offsetInCU: 0x5BF, offset: 0x1A7404, size: 0x8, addend: 0x0, symName: ___swift_memcpy153_8, symObjAddr: 0x840, symBinAddr: 0xF5168, symSize: 0x34 } + - { offsetInCU: 0x5D3, offset: 0x1A7418, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwta', symObjAddr: 0x874, symBinAddr: 0xF519C, symSize: 0x134 } + - { offsetInCU: 0x5E7, offset: 0x1A742C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwet', symObjAddr: 0x9A8, symBinAddr: 0xF52D0, symSize: 0x48 } + - { offsetInCU: 0x5FB, offset: 0x1A7440, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwst', symObjAddr: 0x9F0, symBinAddr: 0xF5318, symSize: 0x68 } + - { offsetInCU: 0x60F, offset: 0x1A7454, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVMa', symObjAddr: 0xA58, symBinAddr: 0xF5380, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x1A7628, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xF5390, symSize: 0x3C } + - { offsetInCU: 0x6D, offset: 0x1A766A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xF5390, symSize: 0x3C } + - { offsetInCU: 0xBF, offset: 0x1A76BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x5C, symBinAddr: 0xF53EC, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x1A76FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x68, symBinAddr: 0xF53F8, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x1A773E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x98, symBinAddr: 0xF5428, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x1A7770, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesC07roundedC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x6E4, symBinAddr: 0xF5A10, symSize: 0x1CC } + - { offsetInCU: 0x3AA, offset: 0x1A79A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCMa', symObjAddr: 0x3C, symBinAddr: 0xF53CC, symSize: 0x20 } + - { offsetInCU: 0x72F, offset: 0x1A7D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xA4, symBinAddr: 0xF5434, symSize: 0x4A4 } + - { offsetInCU: 0xF23, offset: 0x1A8520, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCfD', symObjAddr: 0x548, symBinAddr: 0xF58D8, symSize: 0x3C } + - { offsetInCU: 0xF84, offset: 0x1A8581, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x5A4, symBinAddr: 0xF5934, symSize: 0x44 } + - { offsetInCU: 0xFD0, offset: 0x1A85CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x5E8, symBinAddr: 0xF5978, symSize: 0x24 } + - { offsetInCU: 0x1011, offset: 0x1A860E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x60C, symBinAddr: 0xF599C, symSize: 0xC } + - { offsetInCU: 0x1043, offset: 0x1A8640, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x618, symBinAddr: 0xF59A8, symSize: 0x4 } + - { offsetInCU: 0x106E, offset: 0x1A866B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x61C, symBinAddr: 0xF59AC, symSize: 0x8 } + - { offsetInCU: 0x108E, offset: 0x1A868B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x61C, symBinAddr: 0xF59AC, symSize: 0x8 } + - { offsetInCU: 0x10AF, offset: 0x1A86AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x624, symBinAddr: 0xF59B4, symSize: 0x8 } + - { offsetInCU: 0x10CF, offset: 0x1A86CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x624, symBinAddr: 0xF59B4, symSize: 0x8 } + - { offsetInCU: 0x10F0, offset: 0x1A86ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x62C, symBinAddr: 0xF59BC, symSize: 0x8 } + - { offsetInCU: 0x1110, offset: 0x1A870D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x62C, symBinAddr: 0xF59BC, symSize: 0x8 } + - { offsetInCU: 0x1131, offset: 0x1A872E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x634, symBinAddr: 0xF59C4, symSize: 0x8 } + - { offsetInCU: 0x1151, offset: 0x1A874E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x634, symBinAddr: 0xF59C4, symSize: 0x8 } + - { offsetInCU: 0x1172, offset: 0x1A876F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x63C, symBinAddr: 0xF59CC, symSize: 0x8 } + - { offsetInCU: 0x1192, offset: 0x1A878F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x63C, symBinAddr: 0xF59CC, symSize: 0x8 } + - { offsetInCU: 0x11B3, offset: 0x1A87B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x644, symBinAddr: 0xF59D4, symSize: 0x8 } + - { offsetInCU: 0x11D3, offset: 0x1A87D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x644, symBinAddr: 0xF59D4, symSize: 0x8 } + - { offsetInCU: 0x11F4, offset: 0x1A87F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x64C, symBinAddr: 0xF59DC, symSize: 0xC } + - { offsetInCU: 0x1214, offset: 0x1A8811, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x64C, symBinAddr: 0xF59DC, symSize: 0xC } + - { offsetInCU: 0x1235, offset: 0x1A8832, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x658, symBinAddr: 0xF59E8, symSize: 0x10 } + - { offsetInCU: 0x1255, offset: 0x1A8852, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x658, symBinAddr: 0xF59E8, symSize: 0x10 } + - { offsetInCU: 0x1285, offset: 0x1A8882, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x668, symBinAddr: 0xF59F8, symSize: 0x18 } + - { offsetInCU: 0x12BA, offset: 0x1A88B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC06parentD007roundedC013upstreamPathsAcA08AnimatorD0_pSg_AA0bC0CSayAA010PathOutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x8B0, symBinAddr: 0xF5BDC, symSize: 0x118 } + - { offsetInCU: 0x1383, offset: 0x1A8980, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCMa', symObjAddr: 0x584, symBinAddr: 0xF5914, symSize: 0x20 } + - { offsetInCU: 0x8A, offset: 0x1A8F4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xF5DB4, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x1A8F7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0xF5DCC, symSize: 0xC } + - { offsetInCU: 0xE4, offset: 0x1A8FA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0xF5E80, symSize: 0x48 } + - { offsetInCU: 0x109, offset: 0x1A8FCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0xF5EC8, symSize: 0x5D8 } + - { offsetInCU: 0x171, offset: 0x1A9034, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x7AC, symBinAddr: 0xF64A0, symSize: 0xC10 } + - { offsetInCU: 0x5EB, offset: 0x1A94AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueSSvg', symObjAddr: 0x13BC, symBinAddr: 0xF70B0, symSize: 0x20 } + - { offsetInCU: 0x624, offset: 0x1A94E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x174C, symBinAddr: 0xF7440, symSize: 0x20 } + - { offsetInCU: 0x652, offset: 0x1A9515, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x174C, symBinAddr: 0xF7440, symSize: 0x20 } + - { offsetInCU: 0x68C, offset: 0x1A954F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x1804, symBinAddr: 0xF74F8, symSize: 0x44 } + - { offsetInCU: 0x6D2, offset: 0x1A9595, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x1848, symBinAddr: 0xF753C, symSize: 0x28 } + - { offsetInCU: 0x6EE, offset: 0x1A95B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1870, symBinAddr: 0xF7564, symSize: 0x8 } + - { offsetInCU: 0x724, offset: 0x1A95E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1878, symBinAddr: 0xF756C, symSize: 0x3C } + - { offsetInCU: 0x789, offset: 0x1A964C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x18B4, symBinAddr: 0xF75A8, symSize: 0xC } + - { offsetInCU: 0x7A5, offset: 0x1A9668, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x18C0, symBinAddr: 0xF75B4, symSize: 0xC } + - { offsetInCU: 0x7C1, offset: 0x1A9684, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x22EC, symBinAddr: 0xF7C48, symSize: 0x50 } + - { offsetInCU: 0x7EE, offset: 0x1A96B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC6encode2toys7Encoder_p_tKF', symObjAddr: 0x13DC, symBinAddr: 0xF70D0, symSize: 0x370 } + - { offsetInCU: 0x84A, offset: 0x1A970D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfd', symObjAddr: 0x1960, symBinAddr: 0xF7654, symSize: 0x54 } + - { offsetInCU: 0x895, offset: 0x1A9758, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfD', symObjAddr: 0x19B4, symBinAddr: 0xF76A8, symSize: 0x1C } + - { offsetInCU: 0x972, offset: 0x1A9835, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfE', symObjAddr: 0x191C, symBinAddr: 0xF7610, symSize: 0x44 } + - { offsetInCU: 0x9CA, offset: 0x1A988D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCMa', symObjAddr: 0x19D0, symBinAddr: 0xF76C4, symSize: 0x20 } + - { offsetInCU: 0x9DE, offset: 0x1A98A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwet', symObjAddr: 0x1A00, symBinAddr: 0xF76E4, symSize: 0x90 } + - { offsetInCU: 0x9F2, offset: 0x1A98B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwst', symObjAddr: 0x1A90, symBinAddr: 0xF7774, symSize: 0xBC } + - { offsetInCU: 0xA06, offset: 0x1A98C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwup', symObjAddr: 0x1B4C, symBinAddr: 0xF7830, symSize: 0x4 } + - { offsetInCU: 0xA1A, offset: 0x1A98DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOMa', symObjAddr: 0x1B50, symBinAddr: 0xF7834, symSize: 0x10 } + - { offsetInCU: 0xA2E, offset: 0x1A98F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASQWb', symObjAddr: 0x1B60, symBinAddr: 0xF7844, symSize: 0x4 } + - { offsetInCU: 0xA42, offset: 0x1A9905, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSQAAWl', symObjAddr: 0x1B64, symBinAddr: 0xF7848, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x1A9919, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSYAAWl', symObjAddr: 0x1BA8, symBinAddr: 0xF788C, symSize: 0x44 } + - { offsetInCU: 0xA6A, offset: 0x1A992D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs0C3KeyAAWl', symObjAddr: 0x1C50, symBinAddr: 0xF78D0, symSize: 0x44 } + - { offsetInCU: 0xA7E, offset: 0x1A9941, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSEAAWl', symObjAddr: 0x1DC8, symBinAddr: 0xF7914, symSize: 0x44 } + - { offsetInCU: 0xA92, offset: 0x1A9955, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSeAAWl', symObjAddr: 0x1F5C, symBinAddr: 0xF79BC, symSize: 0x44 } + - { offsetInCU: 0xAA6, offset: 0x1A9969, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwet', symObjAddr: 0x20A4, symBinAddr: 0xF7A00, symSize: 0x90 } + - { offsetInCU: 0xABA, offset: 0x1A997D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwst', symObjAddr: 0x2134, symBinAddr: 0xF7A90, symSize: 0xBC } + - { offsetInCU: 0xACE, offset: 0x1A9991, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwug', symObjAddr: 0x21F0, symBinAddr: 0xF7B4C, symSize: 0x8 } + - { offsetInCU: 0xAE2, offset: 0x1A99A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwup', symObjAddr: 0x21F8, symBinAddr: 0xF7B54, symSize: 0x4 } + - { offsetInCU: 0xAF6, offset: 0x1A99B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwui', symObjAddr: 0x21FC, symBinAddr: 0xF7B58, symSize: 0x8 } + - { offsetInCU: 0xB0A, offset: 0x1A99CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOMa', symObjAddr: 0x2204, symBinAddr: 0xF7B60, symSize: 0x10 } + - { offsetInCU: 0xB1E, offset: 0x1A99E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASQWb', symObjAddr: 0x2214, symBinAddr: 0xF7B70, symSize: 0x4 } + - { offsetInCU: 0xB32, offset: 0x1A99F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFSQAAWl', symObjAddr: 0x2218, symBinAddr: 0xF7B74, symSize: 0x44 } + - { offsetInCU: 0xB46, offset: 0x1A9A09, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x225C, symBinAddr: 0xF7BB8, symSize: 0x4 } + - { offsetInCU: 0xB5A, offset: 0x1A9A1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2260, symBinAddr: 0xF7BBC, symSize: 0x44 } + - { offsetInCU: 0xB6E, offset: 0x1A9A31, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x22A4, symBinAddr: 0xF7C00, symSize: 0x4 } + - { offsetInCU: 0xB82, offset: 0x1A9A45, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x22A8, symBinAddr: 0xF7C04, symSize: 0x44 } + - { offsetInCU: 0xBB6, offset: 0x1A9A79, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xF5CF4, symSize: 0x14 } + - { offsetInCU: 0xC47, offset: 0x1A9B0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xF5D08, symSize: 0x44 } + - { offsetInCU: 0xCF6, offset: 0x1A9BB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xF5D4C, symSize: 0x28 } + - { offsetInCU: 0xD49, offset: 0x1A9C0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xF5D74, symSize: 0x40 } + - { offsetInCU: 0xDCD, offset: 0x1A9C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0xF5DD8, symSize: 0x5C } + - { offsetInCU: 0xDF0, offset: 0x1A9CB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xF5E34, symSize: 0x4C } + - { offsetInCU: 0xE57, offset: 0x1A9D1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x176C, symBinAddr: 0xF7460, symSize: 0xC } + - { offsetInCU: 0xEAF, offset: 0x1A9D72, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1778, symBinAddr: 0xF746C, symSize: 0x44 } + - { offsetInCU: 0xF17, offset: 0x1A9DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x17BC, symBinAddr: 0xF74B0, symSize: 0x8 } + - { offsetInCU: 0xF2B, offset: 0x1A9DEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x17C4, symBinAddr: 0xF74B8, symSize: 0x40 } + - { offsetInCU: 0xF68, offset: 0x1A9E2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x18CC, symBinAddr: 0xF75C0, symSize: 0x28 } + - { offsetInCU: 0xF84, offset: 0x1A9E47, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x18F4, symBinAddr: 0xF75E8, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x1AA039, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwet', symObjAddr: 0x20, symBinAddr: 0xF7CA0, symSize: 0x50 } + - { offsetInCU: 0x53, offset: 0x1AA04D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwst', symObjAddr: 0x70, symBinAddr: 0xF7CF0, symSize: 0x8C } + - { offsetInCU: 0x67, offset: 0x1AA061, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwug', symObjAddr: 0xFC, symBinAddr: 0xF7D7C, symSize: 0x8 } + - { offsetInCU: 0x7B, offset: 0x1AA075, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwup', symObjAddr: 0x104, symBinAddr: 0xF7D84, symSize: 0x4 } + - { offsetInCU: 0x8F, offset: 0x1AA089, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwui', symObjAddr: 0x108, symBinAddr: 0xF7D88, symSize: 0x4 } + - { offsetInCU: 0xA3, offset: 0x1AA09D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOMa', symObjAddr: 0x10C, symBinAddr: 0xF7D8C, symSize: 0x10 } + - { offsetInCU: 0xD8, offset: 0x1AA0D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x12C, symBinAddr: 0xF7DAC, symSize: 0x64 } + - { offsetInCU: 0x11B, offset: 0x1AA115, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValue03RawD0QzvgTW', symObjAddr: 0x190, symBinAddr: 0xF7E10, symSize: 0x24 } + - { offsetInCU: 0x15B, offset: 0x1AA155, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x1B4, symBinAddr: 0xF7E34, symSize: 0x4 } + - { offsetInCU: 0x17B, offset: 0x1AA175, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x1B4, symBinAddr: 0xF7E34, symSize: 0x4 } + - { offsetInCU: 0x1A6, offset: 0x1AA1A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1B8, symBinAddr: 0xF7E38, symSize: 0x68 } + - { offsetInCU: 0x1F1, offset: 0x1AA1EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x220, symBinAddr: 0xF7EA0, symSize: 0xC } + - { offsetInCU: 0x20D, offset: 0x1AA207, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x22C, symBinAddr: 0xF7EAC, symSize: 0xC } + - { offsetInCU: 0x229, offset: 0x1AA223, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorO11stringValueSSvgTf4d_n', symObjAddr: 0x3A0, symBinAddr: 0xF7FE0, symSize: 0xC } + - { offsetInCU: 0x246, offset: 0x1AA240, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASQWb', symObjAddr: 0x288, symBinAddr: 0xF7F08, symSize: 0x4 } + - { offsetInCU: 0x25A, offset: 0x1AA254, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACSQAAWl', symObjAddr: 0x28C, symBinAddr: 0xF7F0C, symSize: 0x44 } + - { offsetInCU: 0x26E, offset: 0x1AA268, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2D0, symBinAddr: 0xF7F50, symSize: 0x4 } + - { offsetInCU: 0x282, offset: 0x1AA27C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2D4, symBinAddr: 0xF7F54, symSize: 0x44 } + - { offsetInCU: 0x296, offset: 0x1AA290, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x318, symBinAddr: 0xF7F98, symSize: 0x4 } + - { offsetInCU: 0x2AA, offset: 0x1AA2A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs23CustomStringConvertibleAAWl', symObjAddr: 0x31C, symBinAddr: 0xF7F9C, symSize: 0x44 } + - { offsetInCU: 0x2DE, offset: 0x1AA2D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11C, symBinAddr: 0xF7D9C, symSize: 0x4 } + - { offsetInCU: 0x2FE, offset: 0x1AA2F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11C, symBinAddr: 0xF7D9C, symSize: 0x4 } + - { offsetInCU: 0x31E, offset: 0x1AA318, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x120, symBinAddr: 0xF7DA0, symSize: 0x4 } + - { offsetInCU: 0x33E, offset: 0x1AA338, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x120, symBinAddr: 0xF7DA0, symSize: 0x4 } + - { offsetInCU: 0x35E, offset: 0x1AA358, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0xF7DA4, symSize: 0x4 } + - { offsetInCU: 0x37E, offset: 0x1AA378, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0xF7DA4, symSize: 0x4 } + - { offsetInCU: 0x39E, offset: 0x1AA398, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x128, symBinAddr: 0xF7DA8, symSize: 0x4 } + - { offsetInCU: 0x3BE, offset: 0x1AA3B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x128, symBinAddr: 0xF7DA8, symSize: 0x4 } + - { offsetInCU: 0x3D6, offset: 0x1AA3D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x238, symBinAddr: 0xF7EB8, symSize: 0x28 } + - { offsetInCU: 0x3F2, offset: 0x1AA3EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x260, symBinAddr: 0xF7EE0, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1AA551, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0xF7FEC, symSize: 0x970 } + - { offsetInCU: 0x4CD, offset: 0x1AA9F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0xF7FEC, symSize: 0x970 } + - { offsetInCU: 0xC6F, offset: 0x1AB195, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x970, symBinAddr: 0xF895C, symSize: 0x180 } + - { offsetInCU: 0xCD1, offset: 0x1AB1F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0xAF0, symBinAddr: 0xF8ADC, symSize: 0x4C } + - { offsetInCU: 0xD17, offset: 0x1AB23D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB3C, symBinAddr: 0xF8B28, symSize: 0x58 } + - { offsetInCU: 0xD5E, offset: 0x1AB284, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0xB94, symBinAddr: 0xF8B80, symSize: 0xF8 } + - { offsetInCU: 0xE77, offset: 0x1AB39D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xC8C, symBinAddr: 0xF8C78, symSize: 0x178 } + - { offsetInCU: 0x1060, offset: 0x1AB586, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0xE04, symBinAddr: 0xF8DF0, symSize: 0x148 } + - { offsetInCU: 0x1253, offset: 0x1AB779, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfD', symObjAddr: 0xF78, symBinAddr: 0xF8F64, symSize: 0x34 } + - { offsetInCU: 0x12FF, offset: 0x1AB825, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfE', symObjAddr: 0xF4C, symBinAddr: 0xF8F38, symSize: 0x2C } + - { offsetInCU: 0x132C, offset: 0x1AB852, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfETo', symObjAddr: 0xFAC, symBinAddr: 0xF8F98, symSize: 0x38 } + - { offsetInCU: 0x135B, offset: 0x1AB881, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCMa', symObjAddr: 0xFE4, symBinAddr: 0xF8FD0, symSize: 0x20 } + - { offsetInCU: 0x85, offset: 0x1ABD05, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC16readUncompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x0, symBinAddr: 0xF9010, symSize: 0x130 } + - { offsetInCU: 0x211, offset: 0x1ABE91, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x1CC, symBinAddr: 0xF9154, symSize: 0x134 } + - { offsetInCU: 0x38B, offset: 0x1AC00B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKFASs5Int64V_SitKXEfU_TA', symObjAddr: 0x490, symBinAddr: 0xF93D4, symSize: 0x28 } + - { offsetInCU: 0x94, offset: 0x1AC2A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0xF9440, symSize: 0xAC } + - { offsetInCU: 0x123, offset: 0x1AC331, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMi', symObjAddr: 0x13C, symBinAddr: 0xF9504, symSize: 0x8 } + - { offsetInCU: 0x137, offset: 0x1AC345, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMr', symObjAddr: 0x144, symBinAddr: 0xF950C, symSize: 0x84 } + - { offsetInCU: 0x14B, offset: 0x1AC359, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwCP', symObjAddr: 0x1C8, symBinAddr: 0xF9590, symSize: 0x134 } + - { offsetInCU: 0x15F, offset: 0x1AC36D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwxx', symObjAddr: 0x2FC, symBinAddr: 0xF96C4, symSize: 0xB0 } + - { offsetInCU: 0x173, offset: 0x1AC381, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwcp', symObjAddr: 0x3AC, symBinAddr: 0xF9774, symSize: 0xF8 } + - { offsetInCU: 0x187, offset: 0x1AC395, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwca', symObjAddr: 0x4A4, symBinAddr: 0xF986C, symSize: 0x1C4 } + - { offsetInCU: 0x19B, offset: 0x1AC3A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwtk', symObjAddr: 0x668, symBinAddr: 0xF9A30, symSize: 0xEC } + - { offsetInCU: 0x1AF, offset: 0x1AC3BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwta', symObjAddr: 0x754, symBinAddr: 0xF9B1C, symSize: 0x1B8 } + - { offsetInCU: 0x1C3, offset: 0x1AC3D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwet', symObjAddr: 0x90C, symBinAddr: 0xF9CD4, symSize: 0x110 } + - { offsetInCU: 0x1D7, offset: 0x1AC3E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwst', symObjAddr: 0xA1C, symBinAddr: 0xF9DE4, symSize: 0x1A8 } + - { offsetInCU: 0x1EB, offset: 0x1AC3F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwug', symObjAddr: 0xBC4, symBinAddr: 0xF9F8C, symSize: 0x90 } + - { offsetInCU: 0x1FF, offset: 0x1AC40D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwup', symObjAddr: 0xC54, symBinAddr: 0xFA01C, symSize: 0x4 } + - { offsetInCU: 0x213, offset: 0x1AC421, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwui', symObjAddr: 0xC58, symBinAddr: 0xFA020, symSize: 0xE0 } + - { offsetInCU: 0x227, offset: 0x1AC435, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMa', symObjAddr: 0xD38, symBinAddr: 0xFA100, symSize: 0xC } + - { offsetInCU: 0x23B, offset: 0x1AC449, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwCP', symObjAddr: 0xD44, symBinAddr: 0xFA10C, symSize: 0x30 } + - { offsetInCU: 0x24F, offset: 0x1AC45D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwxx', symObjAddr: 0xD74, symBinAddr: 0xFA13C, symSize: 0x64 } + - { offsetInCU: 0x263, offset: 0x1AC471, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwcp', symObjAddr: 0xDF8, symBinAddr: 0xFA1A0, symSize: 0x9C } + - { offsetInCU: 0x277, offset: 0x1AC485, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwca', symObjAddr: 0xE94, symBinAddr: 0xFA23C, symSize: 0xF4 } + - { offsetInCU: 0x28B, offset: 0x1AC499, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwta', symObjAddr: 0xF9C, symBinAddr: 0xFA330, symSize: 0xD0 } + - { offsetInCU: 0x29F, offset: 0x1AC4AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwet', symObjAddr: 0x106C, symBinAddr: 0xFA400, symSize: 0x3C } + - { offsetInCU: 0x2B3, offset: 0x1AC4C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwst', symObjAddr: 0x10A8, symBinAddr: 0xFA43C, symSize: 0x4C } + - { offsetInCU: 0x2C7, offset: 0x1AC4D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwug', symObjAddr: 0x10F4, symBinAddr: 0xFA488, symSize: 0x1C } + - { offsetInCU: 0x2DB, offset: 0x1AC4E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwup', symObjAddr: 0x1110, symBinAddr: 0xFA4A4, symSize: 0x4 } + - { offsetInCU: 0x2EF, offset: 0x1AC4FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwui', symObjAddr: 0x1114, symBinAddr: 0xFA4A8, symSize: 0x2C } + - { offsetInCU: 0x303, offset: 0x1AC511, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOMa', symObjAddr: 0x1140, symBinAddr: 0xFA4D4, symSize: 0x10 } + - { offsetInCU: 0x317, offset: 0x1AC525, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1150, symBinAddr: 0xFA4E4, symSize: 0x44 } + - { offsetInCU: 0x383, offset: 0x1AC591, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA04SizebC0C_Tg5', symObjAddr: 0x1194, symBinAddr: 0xFA528, symSize: 0xDC } + - { offsetInCU: 0x491, offset: 0x1AC69F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg', symObjAddr: 0x18EC, symBinAddr: 0xFAC80, symSize: 0x2A0 } + - { offsetInCU: 0x55A, offset: 0x1AC768, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_', symObjAddr: 0x1C10, symBinAddr: 0xFAFA4, symSize: 0xB8 } + - { offsetInCU: 0x599, offset: 0x1AC7A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_', symObjAddr: 0x1D20, symBinAddr: 0xFB074, symSize: 0x120 } + - { offsetInCU: 0x5D0, offset: 0x1AC7DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_', symObjAddr: 0x1F10, symBinAddr: 0xFB228, symSize: 0xA8 } + - { offsetInCU: 0x766, offset: 0x1AC974, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05ColorbC0C_Tg5', symObjAddr: 0x1270, symBinAddr: 0xFA604, symSize: 0x3E8 } + - { offsetInCU: 0xB3C, offset: 0x1ACD4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05FloatbC0C_Tg5', symObjAddr: 0x1658, symBinAddr: 0xFA9EC, symSize: 0xD8 } + - { offsetInCU: 0xC0C, offset: 0x1ACE1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05PointbC0C_Tg5', symObjAddr: 0x1730, symBinAddr: 0xFAAC4, symSize: 0xD8 } + - { offsetInCU: 0xCDB, offset: 0x1ACEE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA08GradientbC0C_Tg5', symObjAddr: 0x1808, symBinAddr: 0xFAB9C, symSize: 0xE4 } + - { offsetInCU: 0xD62, offset: 0x1ACF70, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1B8C, symBinAddr: 0xFAF20, symSize: 0x20 } + - { offsetInCU: 0xD7E, offset: 0x1ACF8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1BAC, symBinAddr: 0xFAF40, symSize: 0x20 } + - { offsetInCU: 0xD9A, offset: 0x1ACFA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1BCC, symBinAddr: 0xFAF60, symSize: 0x44 } + - { offsetInCU: 0xDB6, offset: 0x1ACFC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_TA', symObjAddr: 0x1CC8, symBinAddr: 0xFB05C, symSize: 0x18 } + - { offsetInCU: 0xDCA, offset: 0x1ACFD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_TA', symObjAddr: 0x20B4, symBinAddr: 0xFB3CC, symSize: 0xB4 } + - { offsetInCU: 0xE28, offset: 0x1AD036, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tFAA0A5ColorV_TB5', symObjAddr: 0x2168, symBinAddr: 0xFB480, symSize: 0x140 } + - { offsetInCU: 0xEEE, offset: 0x1AD0FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tF', symObjAddr: 0x22A8, symBinAddr: 0xFB5C0, symSize: 0x1A8 } + - { offsetInCU: 0xF72, offset: 0x1AD180, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2450, symBinAddr: 0xFB768, symSize: 0x44 } + - { offsetInCU: 0xF8E, offset: 0x1AD19C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2494, symBinAddr: 0xFB7AC, symSize: 0x20 } + - { offsetInCU: 0xFAA, offset: 0x1AD1B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x24B4, symBinAddr: 0xFB7CC, symSize: 0x20 } + - { offsetInCU: 0xFC6, offset: 0x1AD1D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x24D4, symBinAddr: 0xFB7EC, symSize: 0x20 } + - { offsetInCU: 0xFE2, offset: 0x1AD1F0, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05PointdF0C_Tg5TA', symObjAddr: 0x2528, symBinAddr: 0xFB840, symSize: 0x8 } + - { offsetInCU: 0xFF6, offset: 0x1AD204, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x2534, symBinAddr: 0xFB84C, symSize: 0xC } + - { offsetInCU: 0x100A, offset: 0x1AD218, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0x2540, symBinAddr: 0xFB858, symSize: 0x8 } + - { offsetInCU: 0x101E, offset: 0x1AD22C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5TA', symObjAddr: 0x2548, symBinAddr: 0xFB860, symSize: 0x8 } + - { offsetInCU: 0x1032, offset: 0x1AD240, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOy', symObjAddr: 0x2550, symBinAddr: 0xFB868, symSize: 0x10 } + - { offsetInCU: 0x1046, offset: 0x1AD254, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x2564, symBinAddr: 0xFB87C, symSize: 0xC } + - { offsetInCU: 0x105A, offset: 0x1AD268, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5TA', symObjAddr: 0x2570, symBinAddr: 0xFB888, symSize: 0x8 } + - { offsetInCU: 0x106E, offset: 0x1AD27C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOe', symObjAddr: 0x25F0, symBinAddr: 0xFB8CC, symSize: 0x24 } + - { offsetInCU: 0x1082, offset: 0x1AD290, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOb', symObjAddr: 0x2614, symBinAddr: 0xFB8F0, symSize: 0x48 } + - { offsetInCU: 0x10A1, offset: 0x1AD2AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_AA05ColorbC0C_TG5TA', symObjAddr: 0x265C, symBinAddr: 0xFB938, symSize: 0x4C } + - { offsetInCU: 0x10F2, offset: 0x1AD300, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOy', symObjAddr: 0x26A8, symBinAddr: 0xFB984, symSize: 0x24 } + - { offsetInCU: 0x1106, offset: 0x1AD314, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5TA', symObjAddr: 0x26CC, symBinAddr: 0xFB9A8, symSize: 0x8 } + - { offsetInCU: 0x111A, offset: 0x1AD328, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x26D4, symBinAddr: 0xFB9B0, symSize: 0x8 } + - { offsetInCU: 0x112E, offset: 0x1AD33C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5TA', symObjAddr: 0x2760, symBinAddr: 0xFBA3C, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x1AD7B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xFBA64, symSize: 0x74 } + - { offsetInCU: 0x87, offset: 0x1AD811, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xFBA64, symSize: 0x74 } + - { offsetInCU: 0xF3, offset: 0x1AD87D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCfD', symObjAddr: 0x74, symBinAddr: 0xFBAD8, symSize: 0x2C } + - { offsetInCU: 0x178, offset: 0x1AD902, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCMa', symObjAddr: 0xA0, symBinAddr: 0xFBB04, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1ADA6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0xFBB24, symSize: 0xF24 } + - { offsetInCU: 0x261, offset: 0x1ADCA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0xFBB24, symSize: 0xF24 } + - { offsetInCU: 0xBE3, offset: 0x1AE627, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_', symObjAddr: 0x13E4, symBinAddr: 0xFCF08, symSize: 0xB8 } + - { offsetInCU: 0xC7F, offset: 0x1AE6C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0xF24, symBinAddr: 0xFCA48, symSize: 0x8 } + - { offsetInCU: 0xC9B, offset: 0x1AE6DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xF2C, symBinAddr: 0xFCA50, symSize: 0x388 } + - { offsetInCU: 0xDEC, offset: 0x1AE830, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x1394, symBinAddr: 0xFCEB8, symSize: 0x50 } + - { offsetInCU: 0xE08, offset: 0x1AE84C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfc', symObjAddr: 0x149C, symBinAddr: 0xFCFC0, symSize: 0x15C } + - { offsetInCU: 0xE37, offset: 0x1AE87B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfcTo', symObjAddr: 0x15F8, symBinAddr: 0xFD11C, symSize: 0x20 } + - { offsetInCU: 0xE53, offset: 0x1AE897, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfc', symObjAddr: 0x1618, symBinAddr: 0xFD13C, symSize: 0x1AC } + - { offsetInCU: 0xE90, offset: 0x1AE8D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x17C4, symBinAddr: 0xFD2E8, symSize: 0x4C } + - { offsetInCU: 0xEAC, offset: 0x1AE8F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1810, symBinAddr: 0xFD334, symSize: 0x17C } + - { offsetInCU: 0xEE9, offset: 0x1AE92D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x198C, symBinAddr: 0xFD4B0, symSize: 0x30 } + - { offsetInCU: 0xF05, offset: 0x1AE949, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfD', symObjAddr: 0x19BC, symBinAddr: 0xFD4E0, symSize: 0x34 } + - { offsetInCU: 0xF7B, offset: 0x1AE9BF, size: 0x8, addend: 0x0, symName: '_$sSo12CGContextRefa6LottieE21adjustWithLineOrigins33_ADD2B19552B13F52C52B0803615BD067LL2in4withySo07CTFrameB0a_So06CTFontB0aSgtF', symObjAddr: 0x12B4, symBinAddr: 0xFCDD8, symSize: 0xE0 } + - { offsetInCU: 0x10C4, offset: 0x1AEB08, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfETo', symObjAddr: 0x19F0, symBinAddr: 0xFD514, symSize: 0x8C } + - { offsetInCU: 0x10F3, offset: 0x1AEB37, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCMa', symObjAddr: 0x1A7C, symBinAddr: 0xFD5A0, symSize: 0x20 } + - { offsetInCU: 0x1107, offset: 0x1AEB4B, size: 0x8, addend: 0x0, symName: '_$sSo23NSMutableParagraphStyleCMa', symObjAddr: 0x1ADC, symBinAddr: 0xFD5C0, symSize: 0x3C } + - { offsetInCU: 0x11B5, offset: 0x1AEBF9, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaABSHSCWl', symObjAddr: 0x1CDC, symBinAddr: 0xFD7C0, symSize: 0x48 } + - { offsetInCU: 0x11C9, offset: 0x1AEC0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_TA', symObjAddr: 0x1D94, symBinAddr: 0xFD808, symSize: 0x8 } + - { offsetInCU: 0x11DD, offset: 0x1AEC21, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x1D9C, symBinAddr: 0xFD810, symSize: 0x8 } + - { offsetInCU: 0x12F6, offset: 0x1AED3A, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSo018NSAttributedStringD0a_ypTg5', symObjAddr: 0x1B18, symBinAddr: 0xFD5FC, symSize: 0xD8 } + - { offsetInCU: 0x13AB, offset: 0x1AEDEF, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x1BF0, symBinAddr: 0xFD6D4, symSize: 0xEC } + - { offsetInCU: 0x4F, offset: 0x1AF2A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xFD818, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1AF2C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xFD860, symSize: 0x2B4 } + - { offsetInCU: 0xDC, offset: 0x1AF331, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2FC, symBinAddr: 0xFDB14, symSize: 0x44C } + - { offsetInCU: 0x285, offset: 0x1AF4DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO8rawValueSSvg', symObjAddr: 0x748, symBinAddr: 0xFDF60, symSize: 0x20 } + - { offsetInCU: 0x2BE, offset: 0x1AF513, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x92C, symBinAddr: 0xFE144, symSize: 0x20 } + - { offsetInCU: 0x2EC, offset: 0x1AF541, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x92C, symBinAddr: 0xFE144, symSize: 0x20 } + - { offsetInCU: 0x340, offset: 0x1AF595, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x970, symBinAddr: 0xFE188, symSize: 0x64 } + - { offsetInCU: 0x3A6, offset: 0x1AF5FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x9D4, symBinAddr: 0xFE1EC, symSize: 0x28 } + - { offsetInCU: 0x3C2, offset: 0x1AF617, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x9FC, symBinAddr: 0xFE214, symSize: 0x8 } + - { offsetInCU: 0x3F8, offset: 0x1AF64D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA04, symBinAddr: 0xFE21C, symSize: 0x68 } + - { offsetInCU: 0x47D, offset: 0x1AF6D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA6C, symBinAddr: 0xFE284, symSize: 0xC } + - { offsetInCU: 0x499, offset: 0x1AF6EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xA78, symBinAddr: 0xFE290, symSize: 0xC } + - { offsetInCU: 0x4B7, offset: 0x1AF70C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x768, symBinAddr: 0xFDF80, symSize: 0x1C4 } + - { offsetInCU: 0x513, offset: 0x1AF768, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfd', symObjAddr: 0xAF0, symBinAddr: 0xFE308, symSize: 0x4C } + - { offsetInCU: 0x556, offset: 0x1AF7AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfD', symObjAddr: 0xB3C, symBinAddr: 0xFE354, symSize: 0x1C } + - { offsetInCU: 0x61D, offset: 0x1AF872, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfE', symObjAddr: 0xAD4, symBinAddr: 0xFE2EC, symSize: 0x1C } + - { offsetInCU: 0x675, offset: 0x1AF8CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCMa', symObjAddr: 0xB58, symBinAddr: 0xFE370, symSize: 0x20 } + - { offsetInCU: 0x689, offset: 0x1AF8DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs0F3KeyAAWl', symObjAddr: 0xBDC, symBinAddr: 0xFE390, symSize: 0x44 } + - { offsetInCU: 0x69D, offset: 0x1AF8F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwet', symObjAddr: 0xEA8, symBinAddr: 0xFE438, symSize: 0x90 } + - { offsetInCU: 0x6B1, offset: 0x1AF906, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwst', symObjAddr: 0xF38, symBinAddr: 0xFE4C8, symSize: 0xBC } + - { offsetInCU: 0x6C5, offset: 0x1AF91A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwug', symObjAddr: 0xFF4, symBinAddr: 0xFE584, symSize: 0x8 } + - { offsetInCU: 0x6D9, offset: 0x1AF92E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwup', symObjAddr: 0xFFC, symBinAddr: 0xFE58C, symSize: 0x4 } + - { offsetInCU: 0x6ED, offset: 0x1AF942, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwui', symObjAddr: 0x1000, symBinAddr: 0xFE590, symSize: 0x8 } + - { offsetInCU: 0x701, offset: 0x1AF956, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOMa', symObjAddr: 0x1008, symBinAddr: 0xFE598, symSize: 0x10 } + - { offsetInCU: 0x715, offset: 0x1AF96A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASQWb', symObjAddr: 0x1018, symBinAddr: 0xFE5A8, symSize: 0x4 } + - { offsetInCU: 0x729, offset: 0x1AF97E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFSQAAWl', symObjAddr: 0x101C, symBinAddr: 0xFE5AC, symSize: 0x44 } + - { offsetInCU: 0x73D, offset: 0x1AF992, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1060, symBinAddr: 0xFE5F0, symSize: 0x4 } + - { offsetInCU: 0x751, offset: 0x1AF9A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1064, symBinAddr: 0xFE5F4, symSize: 0x44 } + - { offsetInCU: 0x765, offset: 0x1AF9BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x10A8, symBinAddr: 0xFE638, symSize: 0x4 } + - { offsetInCU: 0x779, offset: 0x1AF9CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x10AC, symBinAddr: 0xFE63C, symSize: 0x44 } + - { offsetInCU: 0x7DB, offset: 0x1AFA30, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x94C, symBinAddr: 0xFE164, symSize: 0xC } + - { offsetInCU: 0x7F7, offset: 0x1AFA4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x958, symBinAddr: 0xFE170, symSize: 0x8 } + - { offsetInCU: 0x813, offset: 0x1AFA68, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x960, symBinAddr: 0xFE178, symSize: 0x8 } + - { offsetInCU: 0x82F, offset: 0x1AFA84, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x968, symBinAddr: 0xFE180, symSize: 0x8 } + - { offsetInCU: 0x852, offset: 0x1AFAA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA84, symBinAddr: 0xFE29C, symSize: 0x28 } + - { offsetInCU: 0x86E, offset: 0x1AFAC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xAAC, symBinAddr: 0xFE2C4, symSize: 0x28 } + - { offsetInCU: 0x4B, offset: 0x1AFCB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xFE680, symSize: 0x18 } + - { offsetInCU: 0xAE, offset: 0x1AFD1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x40, symBinAddr: 0xFE6C0, symSize: 0x64 } + - { offsetInCU: 0x114, offset: 0x1AFD80, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xA4, symBinAddr: 0xFE724, symSize: 0x28 } + - { offsetInCU: 0x13D, offset: 0x1AFDA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x174, symBinAddr: 0xFE7F4, symSize: 0x36C } + - { offsetInCU: 0x1C3, offset: 0x1AFE2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4E0, symBinAddr: 0xFEB60, symSize: 0x510 } + - { offsetInCU: 0x40E, offset: 0x1B007A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO8rawValueSSvg', symObjAddr: 0x9F0, symBinAddr: 0xFF070, symSize: 0x20 } + - { offsetInCU: 0x447, offset: 0x1B00B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA10, symBinAddr: 0xFF090, symSize: 0x20 } + - { offsetInCU: 0x475, offset: 0x1B00E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA10, symBinAddr: 0xFF090, symSize: 0x20 } + - { offsetInCU: 0x4C9, offset: 0x1B0135, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xA54, symBinAddr: 0xFF0D4, symSize: 0x64 } + - { offsetInCU: 0x52F, offset: 0x1B019B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xAB8, symBinAddr: 0xFF138, symSize: 0x28 } + - { offsetInCU: 0x54B, offset: 0x1B01B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xAE0, symBinAddr: 0xFF160, symSize: 0x8 } + - { offsetInCU: 0x581, offset: 0x1B01ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAE8, symBinAddr: 0xFF168, symSize: 0x68 } + - { offsetInCU: 0x606, offset: 0x1B0272, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xB50, symBinAddr: 0xFF1D0, symSize: 0xC } + - { offsetInCU: 0x622, offset: 0x1B028E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xB5C, symBinAddr: 0xFF1DC, symSize: 0xC } + - { offsetInCU: 0x65D, offset: 0x1B02C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCfD', symObjAddr: 0xBB8, symBinAddr: 0xFF238, symSize: 0x34 } + - { offsetInCU: 0x6A0, offset: 0x1B030C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC6encode2toys7Encoder_p_tKF', symObjAddr: 0xDC4, symBinAddr: 0xFF434, symSize: 0x248 } + - { offsetInCU: 0x6F7, offset: 0x1B0363, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x100C, symBinAddr: 0xFF67C, symSize: 0x54 } + - { offsetInCU: 0x72F, offset: 0x1B039B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1060, symBinAddr: 0xFF6D0, symSize: 0x20 } + - { offsetInCU: 0x7EA, offset: 0x1B0456, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCMa', symObjAddr: 0xBEC, symBinAddr: 0xFF26C, symSize: 0x20 } + - { offsetInCU: 0x7FE, offset: 0x1B046A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwet', symObjAddr: 0xC1C, symBinAddr: 0xFF28C, symSize: 0x90 } + - { offsetInCU: 0x812, offset: 0x1B047E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwst', symObjAddr: 0xCAC, symBinAddr: 0xFF31C, symSize: 0xBC } + - { offsetInCU: 0x826, offset: 0x1B0492, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwup', symObjAddr: 0xD68, symBinAddr: 0xFF3D8, symSize: 0x4 } + - { offsetInCU: 0x83A, offset: 0x1B04A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOMa', symObjAddr: 0xD6C, symBinAddr: 0xFF3DC, symSize: 0x10 } + - { offsetInCU: 0x84E, offset: 0x1B04BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASQWb', symObjAddr: 0xD7C, symBinAddr: 0xFF3EC, symSize: 0x4 } + - { offsetInCU: 0x862, offset: 0x1B04CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSQAAWl', symObjAddr: 0xD80, symBinAddr: 0xFF3F0, symSize: 0x44 } + - { offsetInCU: 0x876, offset: 0x1B04E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x10E4, symBinAddr: 0xFF6F0, symSize: 0x44 } + - { offsetInCU: 0x88A, offset: 0x1B04F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSeAAWl', symObjAddr: 0x1148, symBinAddr: 0xFF734, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x1B050A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSeAAWl', symObjAddr: 0x1214, symBinAddr: 0xFF778, symSize: 0x44 } + - { offsetInCU: 0x8B2, offset: 0x1B051E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSEAAWl', symObjAddr: 0x1258, symBinAddr: 0xFF7BC, symSize: 0x44 } + - { offsetInCU: 0x8C6, offset: 0x1B0532, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSEAAWl', symObjAddr: 0x1344, symBinAddr: 0xFF864, symSize: 0x44 } + - { offsetInCU: 0x8DA, offset: 0x1B0546, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSYAAWl', symObjAddr: 0x1388, symBinAddr: 0xFF8A8, symSize: 0x44 } + - { offsetInCU: 0x8EE, offset: 0x1B055A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwet', symObjAddr: 0x148C, symBinAddr: 0xFF8EC, symSize: 0x90 } + - { offsetInCU: 0x902, offset: 0x1B056E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwst', symObjAddr: 0x151C, symBinAddr: 0xFF97C, symSize: 0xBC } + - { offsetInCU: 0x916, offset: 0x1B0582, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwug', symObjAddr: 0x15D8, symBinAddr: 0xFFA38, symSize: 0x8 } + - { offsetInCU: 0x92A, offset: 0x1B0596, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwup', symObjAddr: 0x15E0, symBinAddr: 0xFFA40, symSize: 0x4 } + - { offsetInCU: 0x93E, offset: 0x1B05AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwui', symObjAddr: 0x15E4, symBinAddr: 0xFFA44, symSize: 0x8 } + - { offsetInCU: 0x952, offset: 0x1B05BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOMa', symObjAddr: 0x15EC, symBinAddr: 0xFFA4C, symSize: 0x10 } + - { offsetInCU: 0x966, offset: 0x1B05D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASQWb', symObjAddr: 0x15FC, symBinAddr: 0xFFA5C, symSize: 0x4 } + - { offsetInCU: 0x97A, offset: 0x1B05E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAESQAAWl', symObjAddr: 0x1600, symBinAddr: 0xFFA60, symSize: 0x44 } + - { offsetInCU: 0x98E, offset: 0x1B05FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1644, symBinAddr: 0xFFAA4, symSize: 0x4 } + - { offsetInCU: 0x9A2, offset: 0x1B060E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1648, symBinAddr: 0xFFAA8, symSize: 0x44 } + - { offsetInCU: 0x9B6, offset: 0x1B0622, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x168C, symBinAddr: 0xFFAEC, symSize: 0x4 } + - { offsetInCU: 0x9CA, offset: 0x1B0636, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1690, symBinAddr: 0xFFAF0, symSize: 0x44 } + - { offsetInCU: 0x9EF, offset: 0x1B065B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0xFE698, symSize: 0xC } + - { offsetInCU: 0xA29, offset: 0x1B0695, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0xFE6A4, symSize: 0xC } + - { offsetInCU: 0xA49, offset: 0x1B06B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0xFE6A4, symSize: 0xC } + - { offsetInCU: 0xA5D, offset: 0x1B06C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0xFE6A4, symSize: 0xC } + - { offsetInCU: 0xA6F, offset: 0x1B06DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x30, symBinAddr: 0xFE6B0, symSize: 0x8 } + - { offsetInCU: 0xA8B, offset: 0x1B06F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x38, symBinAddr: 0xFE6B8, symSize: 0x8 } + - { offsetInCU: 0xAA6, offset: 0x1B0712, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCC, symBinAddr: 0xFE74C, symSize: 0x5C } + - { offsetInCU: 0xAC9, offset: 0x1B0735, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x128, symBinAddr: 0xFE7A8, symSize: 0x4C } + - { offsetInCU: 0xB37, offset: 0x1B07A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA30, symBinAddr: 0xFF0B0, symSize: 0xC } + - { offsetInCU: 0xB53, offset: 0x1B07BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xA3C, symBinAddr: 0xFF0BC, symSize: 0x8 } + - { offsetInCU: 0xB6F, offset: 0x1B07DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA44, symBinAddr: 0xFF0C4, symSize: 0x8 } + - { offsetInCU: 0xB8B, offset: 0x1B07F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA4C, symBinAddr: 0xFF0CC, symSize: 0x8 } + - { offsetInCU: 0xBAE, offset: 0x1B081A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xB68, symBinAddr: 0xFF1E8, symSize: 0x28 } + - { offsetInCU: 0xBCA, offset: 0x1B0836, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xB90, symBinAddr: 0xFF210, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1B09F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0xFFB3C, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x1B0A08, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0xFFB3C, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x1B0A1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwet', symObjAddr: 0x50, symBinAddr: 0xFFB6C, symSize: 0x20 } + - { offsetInCU: 0x6B, offset: 0x1B0A30, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwst', symObjAddr: 0x70, symBinAddr: 0xFFB8C, symSize: 0x38 } + - { offsetInCU: 0x7F, offset: 0x1B0A44, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVMa', symObjAddr: 0xA8, symBinAddr: 0xFFBC4, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1B0B94, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0xFFBD4, symSize: 0xA4 } + - { offsetInCU: 0x81, offset: 0x1B0BEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0xFFBD4, symSize: 0xA4 } + - { offsetInCU: 0xC8, offset: 0x1B0EB9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt32V_Tg5', symObjAddr: 0x0, symBinAddr: 0xFFC78, symSize: 0xF8 } + - { offsetInCU: 0x328, offset: 0x1B1119, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt16V_Tg5', symObjAddr: 0x108, symBinAddr: 0xFFD80, symSize: 0x114 } + - { offsetInCU: 0x588, offset: 0x1B1379, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt64V_Tg5', symObjAddr: 0x22C, symBinAddr: 0xFFEA4, symSize: 0xF8 } + - { offsetInCU: 0x779, offset: 0x1B156A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data10Foundation4DataVvg', symObjAddr: 0x334, symBinAddr: 0xFFFAC, symSize: 0xD8C } + - { offsetInCU: 0x1063, offset: 0x1B1E54, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt32V_Tg5', symObjAddr: 0x1130, symBinAddr: 0x100DA8, symSize: 0x140 } + - { offsetInCU: 0x10F4, offset: 0x1B1EE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt64V_Tg5', symObjAddr: 0x1280, symBinAddr: 0x100EF8, symSize: 0x140 } + - { offsetInCU: 0x11A0, offset: 0x1B1F91, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC3url10accessMode17preferredEncodingACSg10Foundation3URLV_AC06AccessE0OSSAHE0G0VSgtcfc', symObjAddr: 0x13D0, symBinAddr: 0x101048, symSize: 0x318 } + - { offsetInCU: 0x1249, offset: 0x1B203A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCfD', symObjAddr: 0x16E8, symBinAddr: 0x101360, symSize: 0xD4 } + - { offsetInCU: 0x12BE, offset: 0x1B20AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1D58, symBinAddr: 0x101918, symSize: 0x14 } + - { offsetInCU: 0x134D, offset: 0x1B213E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x1D6C, symBinAddr: 0x10192C, symSize: 0x44 } + - { offsetInCU: 0x1430, offset: 0x1B2221, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1DB0, symBinAddr: 0x101970, symSize: 0x28 } + - { offsetInCU: 0x14BE, offset: 0x1B22AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1EE8, symBinAddr: 0x101AA8, symSize: 0x18 } + - { offsetInCU: 0x14EF, offset: 0x1B22E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x1F00, symBinAddr: 0x101AC0, symSize: 0xC } + - { offsetInCU: 0x1548, offset: 0x1B2339, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyF', symObjAddr: 0x1FE8, symBinAddr: 0x101B64, symSize: 0xF0 } + - { offsetInCU: 0x1628, offset: 0x1B2419, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_', symObjAddr: 0x20D8, symBinAddr: 0x101C54, symSize: 0x658 } + - { offsetInCU: 0x1995, offset: 0x1B2786, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_6$deferL_yyF', symObjAddr: 0x2730, symBinAddr: 0x1022AC, symSize: 0xBC } + - { offsetInCU: 0x1A55, offset: 0x1B2846, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST12makeIterator0D0QzyFTW', symObjAddr: 0x27EC, symBinAddr: 0x102368, symSize: 0x3C } + - { offsetInCU: 0x1A78, offset: 0x1B2869, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33scanForZIP64EndOfCentralDirectory06_D21B9K25A55B313329C5A8982D32CCC76LL2in10eocdOffsetAC0efghI0VSgSpySo7__sFILEVG_s6UInt64VtFZTf4nnd_n', symObjAddr: 0x30D0, symBinAddr: 0x102C0C, symSize: 0x178 } + - { offsetInCU: 0x1C31, offset: 0x1B2A22, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC34scanForEndOfCentralDirectoryRecord2inAC0efghI0V_AC05ZIP64efgH0VSgtSgSpySo7__sFILEVG_tFZTf4nd_n', symObjAddr: 0x3248, symBinAddr: 0x102D84, symSize: 0x218 } + - { offsetInCU: 0x1D86, offset: 0x1B2B77, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMU', symObjAddr: 0x17BC, symBinAddr: 0x101434, symSize: 0x8 } + - { offsetInCU: 0x1D9A, offset: 0x1B2B8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMa', symObjAddr: 0x17C4, symBinAddr: 0x10143C, symSize: 0x3C } + - { offsetInCU: 0x1DAE, offset: 0x1B2B9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMr', symObjAddr: 0x1800, symBinAddr: 0x101478, symSize: 0xBC } + - { offsetInCU: 0x1DC2, offset: 0x1B2BB3, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgMa', symObjAddr: 0x18BC, symBinAddr: 0x101534, symSize: 0x54 } + - { offsetInCU: 0x1DD6, offset: 0x1B2BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwCP', symObjAddr: 0x1910, symBinAddr: 0x101588, symSize: 0x30 } + - { offsetInCU: 0x1DEA, offset: 0x1B2BDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwxx', symObjAddr: 0x1990, symBinAddr: 0x1015B8, symSize: 0xC } + - { offsetInCU: 0x1DFE, offset: 0x1B2BEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x19E0, symBinAddr: 0x1015C4, symSize: 0x5C } + - { offsetInCU: 0x1E12, offset: 0x1B2C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwca', symObjAddr: 0x1A3C, symBinAddr: 0x101620, symSize: 0x84 } + - { offsetInCU: 0x1E26, offset: 0x1B2C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwta', symObjAddr: 0x1AD4, symBinAddr: 0x1016A4, symSize: 0x58 } + - { offsetInCU: 0x1E3A, offset: 0x1B2C2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwet', symObjAddr: 0x1B2C, symBinAddr: 0x1016FC, symSize: 0x54 } + - { offsetInCU: 0x1E4E, offset: 0x1B2C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwst', symObjAddr: 0x1B80, symBinAddr: 0x101750, symSize: 0x58 } + - { offsetInCU: 0x1E62, offset: 0x1B2C53, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVMa', symObjAddr: 0x1BD8, symBinAddr: 0x1017A8, symSize: 0x10 } + - { offsetInCU: 0x1E76, offset: 0x1B2C67, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwet', symObjAddr: 0x1BF8, symBinAddr: 0x1017B8, symSize: 0x90 } + - { offsetInCU: 0x1E8A, offset: 0x1B2C7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwst', symObjAddr: 0x1C88, symBinAddr: 0x101848, symSize: 0xBC } + - { offsetInCU: 0x1E9E, offset: 0x1B2C8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwup', symObjAddr: 0x1D44, symBinAddr: 0x101904, symSize: 0x4 } + - { offsetInCU: 0x1EB2, offset: 0x1B2CA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOMa', symObjAddr: 0x1D48, symBinAddr: 0x101908, symSize: 0x10 } + - { offsetInCU: 0x1EFD, offset: 0x1B2CEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASQWb', symObjAddr: 0x1F0C, symBinAddr: 0x101ACC, symSize: 0x4 } + - { offsetInCU: 0x1F11, offset: 0x1B2D02, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOAESQAAWl', symObjAddr: 0x1F10, symBinAddr: 0x101AD0, symSize: 0x44 } + - { offsetInCU: 0x1F25, offset: 0x1B2D16, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAA8IteratorST_StWT', symObjAddr: 0x1F54, symBinAddr: 0x101B14, symSize: 0x4 } + - { offsetInCU: 0x1F39, offset: 0x1B2D2A, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGAByxGStsWl', symObjAddr: 0x1F58, symBinAddr: 0x101B18, symSize: 0x4C } + - { offsetInCU: 0x21D5, offset: 0x1B2FC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_TA', symObjAddr: 0x2AC8, symBinAddr: 0x102644, symSize: 0xC } + - { offsetInCU: 0x2220, offset: 0x1B3011, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlF6Lottie7ArchiveC_Tg5', symObjAddr: 0x2B14, symBinAddr: 0x102650, symSize: 0x2F0 } + - { offsetInCU: 0x2354, offset: 0x1B3145, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0J0V_AKSiKXEtcfC015$s10Foundation4j2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x2E04, symBinAddr: 0x102940, symSize: 0x2AC } + - { offsetInCU: 0x2556, offset: 0x1B3347, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10LargeSliceVyAESWcfCTf4nd_n', symObjAddr: 0x3460, symBinAddr: 0x102F9C, symSize: 0x78 } + - { offsetInCU: 0x2583, offset: 0x1B3374, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAESWcfCTf4nd_n', symObjAddr: 0x34D8, symBinAddr: 0x103014, symSize: 0x80 } + - { offsetInCU: 0x25F9, offset: 0x1B33EA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOyAESWcfCTf4nd_n', symObjAddr: 0x3558, symBinAddr: 0x103094, symSize: 0x68 } + - { offsetInCU: 0x264E, offset: 0x1B343F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAeC0cB0VcfCTf4nd_n', symObjAddr: 0x35C0, symBinAddr: 0x1030FC, symSize: 0xEC } + - { offsetInCU: 0x2666, offset: 0x1B3457, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOe', symObjAddr: 0x36AC, symBinAddr: 0x1031E8, symSize: 0x78 } + - { offsetInCU: 0x267A, offset: 0x1B346B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOy', symObjAddr: 0x3778, symBinAddr: 0x1032B4, symSize: 0x78 } + - { offsetInCU: 0x268E, offset: 0x1B347F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOy', symObjAddr: 0x37F0, symBinAddr: 0x10332C, symSize: 0x60 } + - { offsetInCU: 0x26A2, offset: 0x1B3493, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOe', symObjAddr: 0x38C0, symBinAddr: 0x1033D4, symSize: 0x60 } + - { offsetInCU: 0x26B6, offset: 0x1B34A7, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_TA', symObjAddr: 0x3920, symBinAddr: 0x103434, symSize: 0x18 } + - { offsetInCU: 0x26CA, offset: 0x1B34BB, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOf', symObjAddr: 0x3994, symBinAddr: 0x10344C, symSize: 0x48 } + - { offsetInCU: 0x26DE, offset: 0x1B34CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVWOr', symObjAddr: 0x39DC, symBinAddr: 0x103494, symSize: 0x2C } + - { offsetInCU: 0x26F2, offset: 0x1B34E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOr', symObjAddr: 0x3A08, symBinAddr: 0x1034C0, symSize: 0x58 } + - { offsetInCU: 0x2706, offset: 0x1B34F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOs', symObjAddr: 0x3A7C, symBinAddr: 0x103518, symSize: 0x60 } + - { offsetInCU: 0x271A, offset: 0x1B350B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOe', symObjAddr: 0x3ADC, symBinAddr: 0x103578, symSize: 0xE0 } + - { offsetInCU: 0x272E, offset: 0x1B351F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwet', symObjAddr: 0x3C00, symBinAddr: 0x10369C, symSize: 0x90 } + - { offsetInCU: 0x2742, offset: 0x1B3533, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwst', symObjAddr: 0x3C90, symBinAddr: 0x10372C, symSize: 0xBC } + - { offsetInCU: 0x2756, offset: 0x1B3547, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwug', symObjAddr: 0x3D4C, symBinAddr: 0x1037E8, symSize: 0x8 } + - { offsetInCU: 0x276A, offset: 0x1B355B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwup', symObjAddr: 0x3D54, symBinAddr: 0x1037F0, symSize: 0x4 } + - { offsetInCU: 0x277E, offset: 0x1B356F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwui', symObjAddr: 0x3D58, symBinAddr: 0x1037F4, symSize: 0x8 } + - { offsetInCU: 0x2792, offset: 0x1B3583, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOMa', symObjAddr: 0x3D60, symBinAddr: 0x1037FC, symSize: 0x10 } + - { offsetInCU: 0x27A6, offset: 0x1B3597, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASQWb', symObjAddr: 0x3D70, symBinAddr: 0x10380C, symSize: 0x4 } + - { offsetInCU: 0x27BA, offset: 0x1B35AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAESQAAWl', symObjAddr: 0x3D74, symBinAddr: 0x103810, symSize: 0x44 } + - { offsetInCU: 0x28AC, offset: 0x1B369D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1DD8, symBinAddr: 0x101998, symSize: 0x40 } + - { offsetInCU: 0x2948, offset: 0x1B3739, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0x1E18, symBinAddr: 0x1019D8, symSize: 0x4 } + - { offsetInCU: 0x2964, offset: 0x1B3755, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0x1E1C, symBinAddr: 0x1019DC, symSize: 0x4 } + - { offsetInCU: 0x2980, offset: 0x1B3771, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x1E20, symBinAddr: 0x1019E0, symSize: 0x4 } + - { offsetInCU: 0x299C, offset: 0x1B378D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x1E24, symBinAddr: 0x1019E4, symSize: 0x4 } + - { offsetInCU: 0x29C7, offset: 0x1B37B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1E28, symBinAddr: 0x1019E8, symSize: 0x14 } + - { offsetInCU: 0x2A58, offset: 0x1B3849, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH9hashValueSivgTW', symObjAddr: 0x1E3C, symBinAddr: 0x1019FC, symSize: 0x44 } + - { offsetInCU: 0x2B07, offset: 0x1B38F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E80, symBinAddr: 0x101A40, symSize: 0x28 } + - { offsetInCU: 0x2B5A, offset: 0x1B394B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1EA8, symBinAddr: 0x101A68, symSize: 0x40 } + - { offsetInCU: 0x2C65, offset: 0x1B3A56, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST19underestimatedCountSivgTW', symObjAddr: 0x2828, symBinAddr: 0x1023A4, symSize: 0x8 } + - { offsetInCU: 0x2C81, offset: 0x1B3A72, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST31_customContainsEquatableElementySbSg0F0QzFTW', symObjAddr: 0x2830, symBinAddr: 0x1023AC, symSize: 0x8 } + - { offsetInCU: 0x2CB3, offset: 0x1B3AA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST22_copyToContiguousArrays0eF0Vy7ElementQzGyFTW', symObjAddr: 0x2838, symBinAddr: 0x1023B4, symSize: 0x34 } + - { offsetInCU: 0x2CE4, offset: 0x1B3AD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tFTW', symObjAddr: 0x286C, symBinAddr: 0x1023E8, symSize: 0x20 } + - { offsetInCU: 0x2D00, offset: 0x1B3AF1, size: 0x8, addend: 0x0, symName: '_$sSTsE13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tF6Lottie7ArchiveC_Tg5', symObjAddr: 0x288C, symBinAddr: 0x102408, symSize: 0x1D8 } + - { offsetInCU: 0x2D77, offset: 0x1B3B68, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST32withContiguousStorageIfAvailableyqd__Sgqd__SRy7ElementQzGKXEKlFTW', symObjAddr: 0x2A64, symBinAddr: 0x1025E0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1B3F91, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x103870, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x1B3FB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x103870, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1B3FDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x1038B8, symSize: 0x218 } + - { offsetInCU: 0xDC, offset: 0x1B4042, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x260, symBinAddr: 0x103AD0, symSize: 0x330 } + - { offsetInCU: 0x217, offset: 0x1B417D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x590, symBinAddr: 0x103E00, symSize: 0x158 } + - { offsetInCU: 0x285, offset: 0x1B41EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO8rawValueSSvg', symObjAddr: 0x6E8, symBinAddr: 0x103F58, symSize: 0x18 } + - { offsetInCU: 0x2BE, offset: 0x1B4224, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x700, symBinAddr: 0x103F70, symSize: 0x18 } + - { offsetInCU: 0x2EC, offset: 0x1B4252, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x700, symBinAddr: 0x103F70, symSize: 0x18 } + - { offsetInCU: 0x33E, offset: 0x1B42A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x73C, symBinAddr: 0x103FAC, symSize: 0x64 } + - { offsetInCU: 0x3A4, offset: 0x1B430A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x7A0, symBinAddr: 0x104010, symSize: 0x28 } + - { offsetInCU: 0x3C0, offset: 0x1B4326, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7C8, symBinAddr: 0x104038, symSize: 0x8 } + - { offsetInCU: 0x3F6, offset: 0x1B435C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7D0, symBinAddr: 0x104040, symSize: 0x68 } + - { offsetInCU: 0x47B, offset: 0x1B43E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x838, symBinAddr: 0x1040A8, symSize: 0xC } + - { offsetInCU: 0x497, offset: 0x1B43FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x844, symBinAddr: 0x1040B4, symSize: 0xC } + - { offsetInCU: 0x4D3, offset: 0x1B4439, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfD', symObjAddr: 0x8A8, symBinAddr: 0x104118, symSize: 0x4C } + - { offsetInCU: 0x5B0, offset: 0x1B4516, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfE', symObjAddr: 0x8A0, symBinAddr: 0x104110, symSize: 0x8 } + - { offsetInCU: 0x608, offset: 0x1B456E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCMa', symObjAddr: 0x8F4, symBinAddr: 0x104164, symSize: 0x20 } + - { offsetInCU: 0x61C, offset: 0x1B4582, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs0E3KeyAAWl', symObjAddr: 0x978, symBinAddr: 0x104184, symSize: 0x44 } + - { offsetInCU: 0x630, offset: 0x1B4596, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwet', symObjAddr: 0xAB0, symBinAddr: 0x1041C8, symSize: 0x90 } + - { offsetInCU: 0x644, offset: 0x1B45AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwst', symObjAddr: 0xB40, symBinAddr: 0x104258, symSize: 0xBC } + - { offsetInCU: 0x658, offset: 0x1B45BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwug', symObjAddr: 0xBFC, symBinAddr: 0x104314, symSize: 0x8 } + - { offsetInCU: 0x66C, offset: 0x1B45D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwup', symObjAddr: 0xC04, symBinAddr: 0x10431C, symSize: 0x4 } + - { offsetInCU: 0x680, offset: 0x1B45E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwui', symObjAddr: 0xC08, symBinAddr: 0x104320, symSize: 0x8 } + - { offsetInCU: 0x694, offset: 0x1B45FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOMa', symObjAddr: 0xC10, symBinAddr: 0x104328, symSize: 0x10 } + - { offsetInCU: 0x6A8, offset: 0x1B460E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASQWb', symObjAddr: 0xC20, symBinAddr: 0x104338, symSize: 0x4 } + - { offsetInCU: 0x6BC, offset: 0x1B4622, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFSQAAWl', symObjAddr: 0xC24, symBinAddr: 0x10433C, symSize: 0x44 } + - { offsetInCU: 0x6D0, offset: 0x1B4636, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC68, symBinAddr: 0x104380, symSize: 0x4 } + - { offsetInCU: 0x6E4, offset: 0x1B464A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC6C, symBinAddr: 0x104384, symSize: 0x44 } + - { offsetInCU: 0x6F8, offset: 0x1B465E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xCB0, symBinAddr: 0x1043C8, symSize: 0x4 } + - { offsetInCU: 0x70C, offset: 0x1B4672, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xCB4, symBinAddr: 0x1043CC, symSize: 0x44 } + - { offsetInCU: 0x76E, offset: 0x1B46D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x718, symBinAddr: 0x103F88, symSize: 0xC } + - { offsetInCU: 0x78A, offset: 0x1B46F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH9hashValueSivgTW', symObjAddr: 0x724, symBinAddr: 0x103F94, symSize: 0x8 } + - { offsetInCU: 0x7A6, offset: 0x1B470C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x72C, symBinAddr: 0x103F9C, symSize: 0x8 } + - { offsetInCU: 0x7C2, offset: 0x1B4728, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x734, symBinAddr: 0x103FA4, symSize: 0x8 } + - { offsetInCU: 0x7E5, offset: 0x1B474B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x850, symBinAddr: 0x1040C0, symSize: 0x28 } + - { offsetInCU: 0x801, offset: 0x1B4767, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x878, symBinAddr: 0x1040E8, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x1B4937, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x104410, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x1B495B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x104410, symSize: 0x8 } + - { offsetInCU: 0x77, offset: 0x1B4987, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ', symObjAddr: 0x8, symBinAddr: 0x104418, symSize: 0xC } + - { offsetInCU: 0xE5, offset: 0x1B49F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfC', symObjAddr: 0x5C, symBinAddr: 0x10446C, symSize: 0x180 } + - { offsetInCU: 0x1A8, offset: 0x1B4AB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfC', symObjAddr: 0x1DC, symBinAddr: 0x1045EC, symSize: 0x124 } + - { offsetInCU: 0x217, offset: 0x1B4B27, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueSSvg', symObjAddr: 0x300, symBinAddr: 0x104710, symSize: 0x74 } + - { offsetInCU: 0x243, offset: 0x1B4B53, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueSSvg', symObjAddr: 0x374, symBinAddr: 0x104784, symSize: 0x50 } + - { offsetInCU: 0x2AE, offset: 0x1B4BBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO11descriptionSSvg', symObjAddr: 0x3C4, symBinAddr: 0x1047D4, symSize: 0x74 } + - { offsetInCU: 0x2F5, offset: 0x1B4C05, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x438, symBinAddr: 0x104848, symSize: 0xC } + - { offsetInCU: 0x311, offset: 0x1B4C21, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x444, symBinAddr: 0x104854, symSize: 0x24 } + - { offsetInCU: 0x32D, offset: 0x1B4C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x468, symBinAddr: 0x104878, symSize: 0x4 } + - { offsetInCU: 0x349, offset: 0x1B4C59, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO11descriptionSSvg', symObjAddr: 0x46C, symBinAddr: 0x10487C, symSize: 0x50 } + - { offsetInCU: 0x378, offset: 0x1B4C88, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASQWb', symObjAddr: 0x4BC, symBinAddr: 0x1048CC, symSize: 0x4 } + - { offsetInCU: 0x38C, offset: 0x1B4C9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOACSQAAWl', symObjAddr: 0x4C0, symBinAddr: 0x1048D0, symSize: 0x44 } + - { offsetInCU: 0x3A0, offset: 0x1B4CB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASQWb', symObjAddr: 0x504, symBinAddr: 0x104914, symSize: 0x4 } + - { offsetInCU: 0x3B4, offset: 0x1B4CC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOACSQAAWl', symObjAddr: 0x508, symBinAddr: 0x104918, symSize: 0x44 } + - { offsetInCU: 0x3C8, offset: 0x1B4CD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x54C, symBinAddr: 0x10495C, symSize: 0xC } + - { offsetInCU: 0x3E4, offset: 0x1B4CF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x558, symBinAddr: 0x104968, symSize: 0x24 } + - { offsetInCU: 0x400, offset: 0x1B4D10, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x57C, symBinAddr: 0x10498C, symSize: 0x4 } + - { offsetInCU: 0x41C, offset: 0x1B4D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwet', symObjAddr: 0x590, symBinAddr: 0x104990, symSize: 0xA4 } + - { offsetInCU: 0x430, offset: 0x1B4D40, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwst', symObjAddr: 0x634, symBinAddr: 0x104A34, symSize: 0xC4 } + - { offsetInCU: 0x444, offset: 0x1B4D54, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwug', symObjAddr: 0x6F8, symBinAddr: 0x104AF8, symSize: 0x14 } + - { offsetInCU: 0x458, offset: 0x1B4D68, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwup', symObjAddr: 0x70C, symBinAddr: 0x104B0C, symSize: 0x4 } + - { offsetInCU: 0x46C, offset: 0x1B4D7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwui', symObjAddr: 0x710, symBinAddr: 0x104B10, symSize: 0x10 } + - { offsetInCU: 0x480, offset: 0x1B4D90, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOMa', symObjAddr: 0x720, symBinAddr: 0x104B20, symSize: 0x10 } + - { offsetInCU: 0x494, offset: 0x1B4DA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwet', symObjAddr: 0x730, symBinAddr: 0x104B30, symSize: 0x90 } + - { offsetInCU: 0x4A8, offset: 0x1B4DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwst', symObjAddr: 0x7C0, symBinAddr: 0x104BC0, symSize: 0xBC } + - { offsetInCU: 0x4BC, offset: 0x1B4DCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwug', symObjAddr: 0x87C, symBinAddr: 0x104C7C, symSize: 0x8 } + - { offsetInCU: 0x4D0, offset: 0x1B4DE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwup', symObjAddr: 0x884, symBinAddr: 0x104C84, symSize: 0x4 } + - { offsetInCU: 0x4E4, offset: 0x1B4DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwui', symObjAddr: 0x888, symBinAddr: 0x104C88, symSize: 0xC } + - { offsetInCU: 0x4F8, offset: 0x1B4E08, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOMa', symObjAddr: 0x894, symBinAddr: 0x104C94, symSize: 0x10 } + - { offsetInCU: 0x51D, offset: 0x1B4E2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x104424, symSize: 0x8 } + - { offsetInCU: 0x539, offset: 0x1B4E49, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C, symBinAddr: 0x10442C, symSize: 0x8 } + - { offsetInCU: 0x555, offset: 0x1B4E65, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x24, symBinAddr: 0x104434, symSize: 0x8 } + - { offsetInCU: 0x571, offset: 0x1B4E81, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2C, symBinAddr: 0x10443C, symSize: 0xC } + - { offsetInCU: 0x58D, offset: 0x1B4E9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x38, symBinAddr: 0x104448, symSize: 0xC } + - { offsetInCU: 0x5A9, offset: 0x1B4EB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH9hashValueSivgTW', symObjAddr: 0x44, symBinAddr: 0x104454, symSize: 0x8 } + - { offsetInCU: 0x5C5, offset: 0x1B4ED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4C, symBinAddr: 0x10445C, symSize: 0x8 } + - { offsetInCU: 0x5E1, offset: 0x1B4EF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x54, symBinAddr: 0x104464, symSize: 0x8 } + - { offsetInCU: 0x118, offset: 0x1B5174, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtF', symObjAddr: 0x0, symBinAddr: 0x104CA4, symSize: 0x388 } + - { offsetInCU: 0x688, offset: 0x1B56E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_', symObjAddr: 0x388, symBinAddr: 0x10502C, symSize: 0xAC } + - { offsetInCU: 0x6B9, offset: 0x1B5715, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_', symObjAddr: 0x434, symBinAddr: 0x1050D8, symSize: 0xC8 } + - { offsetInCU: 0x80E, offset: 0x1B586A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_', symObjAddr: 0x4FC, symBinAddr: 0x1051A0, symSize: 0xFC } + - { offsetInCU: 0x9F3, offset: 0x1B5A4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCfD', symObjAddr: 0xAE4, symBinAddr: 0x105750, symSize: 0x2C } + - { offsetInCU: 0xC54, offset: 0x1B5CB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7matchesySbACF', symObjAddr: 0x630, symBinAddr: 0x10529C, symSize: 0x4B4 } + - { offsetInCU: 0xD04, offset: 0x1B5D60, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCMa', symObjAddr: 0xB10, symBinAddr: 0x10577C, symSize: 0x20 } + - { offsetInCU: 0xD18, offset: 0x1B5D74, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_TA', symObjAddr: 0xC44, symBinAddr: 0x10579C, symSize: 0x8 } + - { offsetInCU: 0xD2C, offset: 0x1B5D88, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xC4C, symBinAddr: 0x1057A4, symSize: 0x8 } + - { offsetInCU: 0xD40, offset: 0x1B5D9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_TA', symObjAddr: 0xC54, symBinAddr: 0x1057AC, symSize: 0xC } + - { offsetInCU: 0xD54, offset: 0x1B5DB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_TA', symObjAddr: 0xC60, symBinAddr: 0x1057B8, symSize: 0xC } + - { offsetInCU: 0xD68, offset: 0x1B5DC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xC6C, symBinAddr: 0x1057C4, symSize: 0x8 } + - { offsetInCU: 0xE4D, offset: 0x1B5EA9, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AG16AnyValueProvider_p05valueN0tG_Tg5011$s6Lottie18mn32StoreC03setbC0_7keypathyAA03Anybt7_p_AA16iJ32VtFSbAhE_AaF_p05valueC0t_tXEfU0_AITf1cn_nTf4ng_n', symObjAddr: 0xC74, symBinAddr: 0x1057CC, symSize: 0x33C } + - { offsetInCU: 0x133A, offset: 0x1B6396, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOd', symObjAddr: 0x1078, symBinAddr: 0x105B44, symSize: 0x48 } + - { offsetInCU: 0x2B, offset: 0x1B6733, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x105B90, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x1B674B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x105B90, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x1B675F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwxx', symObjAddr: 0x30, symBinAddr: 0x105BC0, symSize: 0x8 } + - { offsetInCU: 0x6B, offset: 0x1B6773, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwcp', symObjAddr: 0x38, symBinAddr: 0x105BC8, symSize: 0x54 } + - { offsetInCU: 0x7F, offset: 0x1B6787, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwca', symObjAddr: 0x8C, symBinAddr: 0x105C1C, symSize: 0x7C } + - { offsetInCU: 0x93, offset: 0x1B679B, size: 0x8, addend: 0x0, symName: ___swift_memcpy50_8, symObjAddr: 0x108, symBinAddr: 0x105C98, symSize: 0x1C } + - { offsetInCU: 0xA7, offset: 0x1B67AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwta', symObjAddr: 0x124, symBinAddr: 0x105CB4, symSize: 0x5C } + - { offsetInCU: 0xBB, offset: 0x1B67C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwet', symObjAddr: 0x180, symBinAddr: 0x105D10, symSize: 0x48 } + - { offsetInCU: 0xCF, offset: 0x1B67D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwst', symObjAddr: 0x1C8, symBinAddr: 0x105D58, symSize: 0x50 } + - { offsetInCU: 0xE3, offset: 0x1B67EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVMa', symObjAddr: 0x218, symBinAddr: 0x105DA8, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x1B681D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueSSvg', symObjAddr: 0x228, symBinAddr: 0x105DB8, symSize: 0x20 } + - { offsetInCU: 0x164, offset: 0x1B686C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x42C, symBinAddr: 0x105FBC, symSize: 0x14 } + - { offsetInCU: 0x1F3, offset: 0x1B68FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH9hashValueSivgTW', symObjAddr: 0x440, symBinAddr: 0x105FD0, symSize: 0x44 } + - { offsetInCU: 0x2D6, offset: 0x1B69DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x484, symBinAddr: 0x106014, symSize: 0x28 } + - { offsetInCU: 0x348, offset: 0x1B6A50, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4EC, symBinAddr: 0x10607C, symSize: 0x8 } + - { offsetInCU: 0x373, offset: 0x1B6A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4F4, symBinAddr: 0x106084, symSize: 0x24 } + - { offsetInCU: 0x3A4, offset: 0x1B6AAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x518, symBinAddr: 0x1060A8, symSize: 0xC } + - { offsetInCU: 0x3C0, offset: 0x1B6AC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x524, symBinAddr: 0x1060B4, symSize: 0xC } + - { offsetInCU: 0x3DC, offset: 0x1B6AE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x770, symBinAddr: 0x106300, symSize: 0x1C4 } + - { offsetInCU: 0x422, offset: 0x1B6B2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV6encode2toys7Encoder_p_tKF', symObjAddr: 0x248, symBinAddr: 0x105DD8, symSize: 0x1BC } + - { offsetInCU: 0x477, offset: 0x1B6B7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x580, symBinAddr: 0x106110, symSize: 0x4C } + - { offsetInCU: 0x4AE, offset: 0x1B6BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5CC, symBinAddr: 0x10615C, symSize: 0x40 } + - { offsetInCU: 0x4D1, offset: 0x1B6BD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x934, symBinAddr: 0x1064C4, symSize: 0x260 } + - { offsetInCU: 0x50F, offset: 0x1B6C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeO8rawValueSSvg', symObjAddr: 0x404, symBinAddr: 0x105F94, symSize: 0x28 } + - { offsetInCU: 0x550, offset: 0x1B6C58, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x630, symBinAddr: 0x1061C0, symSize: 0x70 } + - { offsetInCU: 0x584, offset: 0x1B6C8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x6A0, symBinAddr: 0x106230, symSize: 0x28 } + - { offsetInCU: 0x5C2, offset: 0x1B6CCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs0D3KeyAAWl', symObjAddr: 0xBF8, symBinAddr: 0x106724, symSize: 0x44 } + - { offsetInCU: 0x5D6, offset: 0x1B6CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSeAAWl', symObjAddr: 0xC5C, symBinAddr: 0x106768, symSize: 0x44 } + - { offsetInCU: 0x5EA, offset: 0x1B6CF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSgWOb', symObjAddr: 0xCA0, symBinAddr: 0x1067AC, symSize: 0x48 } + - { offsetInCU: 0x5FE, offset: 0x1B6D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSEAAWl', symObjAddr: 0xCE8, symBinAddr: 0x1067F4, symSize: 0x44 } + - { offsetInCU: 0x612, offset: 0x1B6D1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwet', symObjAddr: 0xD3C, symBinAddr: 0x106838, symSize: 0x90 } + - { offsetInCU: 0x626, offset: 0x1B6D2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwst', symObjAddr: 0xDCC, symBinAddr: 0x1068C8, symSize: 0xBC } + - { offsetInCU: 0x63A, offset: 0x1B6D42, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwug', symObjAddr: 0xE88, symBinAddr: 0x106984, symSize: 0x8 } + - { offsetInCU: 0x64E, offset: 0x1B6D56, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwup', symObjAddr: 0xE90, symBinAddr: 0x10698C, symSize: 0x4 } + - { offsetInCU: 0x662, offset: 0x1B6D6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwui', symObjAddr: 0xE94, symBinAddr: 0x106990, symSize: 0x8 } + - { offsetInCU: 0x676, offset: 0x1B6D7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOMa', symObjAddr: 0xE9C, symBinAddr: 0x106998, symSize: 0x10 } + - { offsetInCU: 0x68A, offset: 0x1B6D92, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwet', symObjAddr: 0xEAC, symBinAddr: 0x1069A8, symSize: 0x90 } + - { offsetInCU: 0x69E, offset: 0x1B6DA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwst', symObjAddr: 0xF3C, symBinAddr: 0x106A38, symSize: 0xBC } + - { offsetInCU: 0x6B2, offset: 0x1B6DBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwug', symObjAddr: 0xFF8, symBinAddr: 0x106AF4, symSize: 0x8 } + - { offsetInCU: 0x6C6, offset: 0x1B6DCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwup', symObjAddr: 0x1000, symBinAddr: 0x106AFC, symSize: 0x4 } + - { offsetInCU: 0x6DA, offset: 0x1B6DE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwui', symObjAddr: 0x1004, symBinAddr: 0x106B00, symSize: 0xC } + - { offsetInCU: 0x6EE, offset: 0x1B6DF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOMa', symObjAddr: 0x1010, symBinAddr: 0x106B0C, symSize: 0x10 } + - { offsetInCU: 0x702, offset: 0x1B6E0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASQWb', symObjAddr: 0x1020, symBinAddr: 0x106B1C, symSize: 0x4 } + - { offsetInCU: 0x716, offset: 0x1B6E1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSQAAWl', symObjAddr: 0x1024, symBinAddr: 0x106B20, symSize: 0x44 } + - { offsetInCU: 0x72A, offset: 0x1B6E32, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASQWb', symObjAddr: 0x1068, symBinAddr: 0x106B64, symSize: 0x4 } + - { offsetInCU: 0x73E, offset: 0x1B6E46, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFSQAAWl', symObjAddr: 0x106C, symBinAddr: 0x106B68, symSize: 0x44 } + - { offsetInCU: 0x752, offset: 0x1B6E5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x10B0, symBinAddr: 0x106BAC, symSize: 0x4 } + - { offsetInCU: 0x766, offset: 0x1B6E6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x10B4, symBinAddr: 0x106BB0, symSize: 0x44 } + - { offsetInCU: 0x77A, offset: 0x1B6E82, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x10F8, symBinAddr: 0x106BF4, symSize: 0x4 } + - { offsetInCU: 0x78E, offset: 0x1B6E96, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x10FC, symBinAddr: 0x106BF8, symSize: 0x44 } + - { offsetInCU: 0x7A2, offset: 0x1B6EAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSYAAWl', symObjAddr: 0x1140, symBinAddr: 0x106C3C, symSize: 0x44 } + - { offsetInCU: 0x7F4, offset: 0x1B6EFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4AC, symBinAddr: 0x10603C, symSize: 0x40 } + - { offsetInCU: 0x897, offset: 0x1B6F9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x530, symBinAddr: 0x1060C0, symSize: 0x28 } + - { offsetInCU: 0x8B3, offset: 0x1B6FBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x558, symBinAddr: 0x1060E8, symSize: 0x28 } + - { offsetInCU: 0x8CF, offset: 0x1B6FD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x60C, symBinAddr: 0x10619C, symSize: 0xC } + - { offsetInCU: 0x8EB, offset: 0x1B6FF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH9hashValueSivgTW', symObjAddr: 0x618, symBinAddr: 0x1061A8, symSize: 0x8 } + - { offsetInCU: 0x907, offset: 0x1B700F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x620, symBinAddr: 0x1061B0, symSize: 0x8 } + - { offsetInCU: 0x923, offset: 0x1B702B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x628, symBinAddr: 0x1061B8, symSize: 0x8 } + - { offsetInCU: 0x946, offset: 0x1B704E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x6C8, symBinAddr: 0x106258, symSize: 0x5C } + - { offsetInCU: 0x969, offset: 0x1B7071, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x724, symBinAddr: 0x1062B4, symSize: 0x4C } + - { offsetInCU: 0x5D, offset: 0x1B7239, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x38, symBinAddr: 0x106C80, symSize: 0x8 } + - { offsetInCU: 0x7D, offset: 0x1B7259, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x38, symBinAddr: 0x106C80, symSize: 0x8 } + - { offsetInCU: 0xD1, offset: 0x1B72AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x40, symBinAddr: 0x106C88, symSize: 0x24 } + - { offsetInCU: 0x114, offset: 0x1B72F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aG0VGSgvgTW', symObjAddr: 0x64, symBinAddr: 0x106CAC, symSize: 0x8 } + - { offsetInCU: 0x169, offset: 0x1B7345, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x6C, symBinAddr: 0x106CB4, symSize: 0x24 } + - { offsetInCU: 0x398, offset: 0x1B7574, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF', symObjAddr: 0x90, symBinAddr: 0x106CD8, symSize: 0x630 } + - { offsetInCU: 0x91E, offset: 0x1B7AFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x710, symBinAddr: 0x107318, symSize: 0x8 } + - { offsetInCU: 0x932, offset: 0x1B7B0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x97C, symBinAddr: 0x107398, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x1B7E83, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x1073A4, symSize: 0x780 } + - { offsetInCU: 0x35E, offset: 0x1B81BA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x1073A4, symSize: 0x780 } + - { offsetInCU: 0xBDA, offset: 0x1B8A36, size: 0x8, addend: 0x0, symName: '_$sSbSgWOb', symObjAddr: 0x80C, symBinAddr: 0x107B34, symSize: 0x48 } + - { offsetInCU: 0xC2A, offset: 0x1B8A86, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Sb_TG5TA', symObjAddr: 0x854, symBinAddr: 0x107B7C, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1B8EDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x107BBC, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x1B8EF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x107BBC, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x1B8F07, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMr', symObjAddr: 0x4, symBinAddr: 0x107BC0, symSize: 0x70 } + - { offsetInCU: 0x72, offset: 0x1B8F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableA2aEP6sizingAA0B30UIMeasurementContainerStrategyOvgTW', symObjAddr: 0x74, symBinAddr: 0x107C30, symSize: 0x8 } + - { offsetInCU: 0xBA, offset: 0x1B8F6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP04makeE07context0E4TypeQzAE0eF7ContextVyxG_tFTW', symObjAddr: 0x7C, symBinAddr: 0x107C38, symSize: 0x8 } + - { offsetInCU: 0xEC, offset: 0x1B8F9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP06updateE0_7contexty0E4TypeQz_AE0eF7ContextVyxGtFTW', symObjAddr: 0x84, symBinAddr: 0x107C40, symSize: 0x4 } + - { offsetInCU: 0x155, offset: 0x1B9005, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV12updateNSView_7contextyAA0B22UIMeasurementContainerCyxG_0B2UI0E20RepresentableContextVyACyxq_GGtF', symObjAddr: 0x88, symBinAddr: 0x107C44, symSize: 0x2F8 } + - { offsetInCU: 0x281, offset: 0x1B9131, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP15makeCoordinator0H0QzyFTW', symObjAddr: 0x384, symBinAddr: 0x107F40, symSize: 0x24 } + - { offsetInCU: 0x2F3, offset: 0x1B91A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCfD', symObjAddr: 0x724, symBinAddr: 0x1082B4, symSize: 0x38 } + - { offsetInCU: 0x38A, offset: 0x1B923A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorC7storageAEyxq__Gq__tc33_FF3F5C8F1A6E8A535DE5371260E28007LlfCTf4gn_n', symObjAddr: 0x1644, symBinAddr: 0x1091D4, symSize: 0x7C } + - { offsetInCU: 0x3F0, offset: 0x1B92A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV15makeCoordinatorAC0E0Cyxq__GyF', symObjAddr: 0x3A8, symBinAddr: 0x107F64, symSize: 0x3C } + - { offsetInCU: 0x45F, offset: 0x1B930F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP12sizeThatFits_6nsView7contextSo6CGSizeVSgAE08ProposedK4SizeV_0E4TypeQzAE0eF7ContextVyxGtFTW', symObjAddr: 0x3E8, symBinAddr: 0x107FA4, symSize: 0x90 } + - { offsetInCU: 0x491, offset: 0x1B9341, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP21_overrideSizeThatFits_2in6nsViewySo6CGSizeVz_AE09_ProposedH0V0E4TypeQztFTW', symObjAddr: 0x478, symBinAddr: 0x108034, symSize: 0x5C } + - { offsetInCU: 0x4B9, offset: 0x1B9369, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextV10oldStorage017viewRepresentableE09containerAEyxq__Gq__0B2UI06NSViewiE0VyACyxq_GGAA0B22UIMeasurementContainerCyxGtcfC', symObjAddr: 0x618, symBinAddr: 0x1081D4, symSize: 0xE0 } + - { offsetInCU: 0x4F5, offset: 0x1B93A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMa', symObjAddr: 0x75C, symBinAddr: 0x1082EC, symSize: 0xC } + - { offsetInCU: 0x509, offset: 0x1B93B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMi', symObjAddr: 0x768, symBinAddr: 0x1082F8, symSize: 0x8 } + - { offsetInCU: 0x51D, offset: 0x1B93CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMr', symObjAddr: 0x770, symBinAddr: 0x108300, symSize: 0xC8 } + - { offsetInCU: 0x531, offset: 0x1B93E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwCP', symObjAddr: 0x838, symBinAddr: 0x1083C8, symSize: 0xE8 } + - { offsetInCU: 0x545, offset: 0x1B93F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMa', symObjAddr: 0x920, symBinAddr: 0x1084B0, symSize: 0xC } + - { offsetInCU: 0x559, offset: 0x1B9409, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwxx', symObjAddr: 0x92C, symBinAddr: 0x1084BC, symSize: 0x94 } + - { offsetInCU: 0x56D, offset: 0x1B941D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwcp', symObjAddr: 0x9C0, symBinAddr: 0x108550, symSize: 0xB4 } + - { offsetInCU: 0x581, offset: 0x1B9431, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwca', symObjAddr: 0xA74, symBinAddr: 0x108604, symSize: 0xC0 } + - { offsetInCU: 0x595, offset: 0x1B9445, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwtk', symObjAddr: 0xB34, symBinAddr: 0x1086C4, symSize: 0xB0 } + - { offsetInCU: 0x5A9, offset: 0x1B9459, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwta', symObjAddr: 0xBE4, symBinAddr: 0x108774, symSize: 0xB8 } + - { offsetInCU: 0x5BD, offset: 0x1B946D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwet', symObjAddr: 0xC9C, symBinAddr: 0x10882C, symSize: 0xC } + - { offsetInCU: 0x5D1, offset: 0x1B9481, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwst', symObjAddr: 0xD70, symBinAddr: 0x108900, symSize: 0xC } + - { offsetInCU: 0x5E5, offset: 0x1B9495, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMa', symObjAddr: 0xE50, symBinAddr: 0x1089E0, symSize: 0xC } + - { offsetInCU: 0x5F9, offset: 0x1B94A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMi', symObjAddr: 0xE5C, symBinAddr: 0x1089EC, symSize: 0x8 } + - { offsetInCU: 0x60D, offset: 0x1B94BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMr', symObjAddr: 0xE64, symBinAddr: 0x1089F4, symSize: 0x90 } + - { offsetInCU: 0x621, offset: 0x1B94D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwCP', symObjAddr: 0xEF4, symBinAddr: 0x108A84, symSize: 0xE8 } + - { offsetInCU: 0x635, offset: 0x1B94E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwxx', symObjAddr: 0xFDC, symBinAddr: 0x108B6C, symSize: 0x68 } + - { offsetInCU: 0x649, offset: 0x1B94F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwcp', symObjAddr: 0x1044, symBinAddr: 0x108BD4, symSize: 0x9C } + - { offsetInCU: 0x65D, offset: 0x1B950D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwca', symObjAddr: 0x10E0, symBinAddr: 0x108C70, symSize: 0xB0 } + - { offsetInCU: 0x671, offset: 0x1B9521, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwtk', symObjAddr: 0x1190, symBinAddr: 0x108D20, symSize: 0x88 } + - { offsetInCU: 0x685, offset: 0x1B9535, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwta', symObjAddr: 0x1218, symBinAddr: 0x108DA8, symSize: 0xA0 } + - { offsetInCU: 0x699, offset: 0x1B9549, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwet', symObjAddr: 0x12B8, symBinAddr: 0x108E48, symSize: 0x110 } + - { offsetInCU: 0x6AD, offset: 0x1B955D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwst', symObjAddr: 0x13C8, symBinAddr: 0x108F58, symSize: 0x190 } + - { offsetInCU: 0x6C1, offset: 0x1B9571, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AA20ConfigurationContextAaEP_AA13ViewProvidingPWT', symObjAddr: 0x1558, symBinAddr: 0x1090E8, symSize: 0x10 } + - { offsetInCU: 0x6D5, offset: 0x1B9585, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AAWI', symObjAddr: 0x1568, symBinAddr: 0x1090F8, symSize: 0x2C } + - { offsetInCU: 0x6E9, offset: 0x1B9599, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableAAWI', symObjAddr: 0x1594, symBinAddr: 0x109124, symSize: 0x2C } + - { offsetInCU: 0x6FD, offset: 0x1B95AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaE4ViewPWb', symObjAddr: 0x15C0, symBinAddr: 0x109150, symSize: 0x10 } + - { offsetInCU: 0x711, offset: 0x1B95C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAA4BodyAeFP_AHWT', symObjAddr: 0x15D0, symBinAddr: 0x109160, symSize: 0xC } + - { offsetInCU: 0x725, offset: 0x1B95D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV10makeNSView7contextAA0B22UIMeasurementContainerCyxG0B2UI0E20RepresentableContextVyACyxq_GG_tFTf4dn_n', symObjAddr: 0x15DC, symBinAddr: 0x10916C, symSize: 0x68 } + - { offsetInCU: 0x7FB, offset: 0x1B96AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP09dismantleE0_11coordinatory0E4TypeQz_11CoordinatorQztFZTW', symObjAddr: 0x380, symBinAddr: 0x107F3C, symSize: 0x4 } + - { offsetInCU: 0x817, offset: 0x1B96C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP19_identifiedViewTree2inAE011_IdentifiedhI0O0E4TypeQz_tFTW', symObjAddr: 0x3E4, symBinAddr: 0x107FA0, symSize: 0x4 } + - { offsetInCU: 0x833, offset: 0x1B96E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP21_overrideLayoutTraits_3foryAE01_hI0Vz_0E4TypeQztFTW', symObjAddr: 0x4D4, symBinAddr: 0x108090, symSize: 0x4 } + - { offsetInCU: 0x84F, offset: 0x1B96FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP24_modifyBridgedViewInputsyyAE01_iJ0VzFZTW', symObjAddr: 0x4D8, symBinAddr: 0x108094, symSize: 0x14 } + - { offsetInCU: 0x86B, offset: 0x1B971B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP35_invalidatesSizeOnConstraintChangesSbvgZTW', symObjAddr: 0x4EC, symBinAddr: 0x1080A8, symSize: 0x18 } + - { offsetInCU: 0x887, offset: 0x1B9737, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP14_layoutOptionsyAE013_PlatformViewf6LayoutH0V0E4TypeQzFZTW', symObjAddr: 0x504, symBinAddr: 0x1080C0, symSize: 0x14 } + - { offsetInCU: 0x8A3, offset: 0x1B9753, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE04view6inputsAE01_E7OutputsVAE11_GraphValueVyxG_AE01_E6InputsVtFZTW', symObjAddr: 0x518, symBinAddr: 0x1080D4, symSize: 0x5C } + - { offsetInCU: 0x8BF, offset: 0x1B976F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE4List4view6inputsAE01_eG7OutputsVAE11_GraphValueVyxG_AE01_eG6InputsVtFZTW', symObjAddr: 0x574, symBinAddr: 0x108130, symSize: 0x5C } + - { offsetInCU: 0x8DB, offset: 0x1B978B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP14_viewListCount6inputsSiSgAE01_egH6InputsV_tFZTW', symObjAddr: 0x5D0, symBinAddr: 0x10818C, symSize: 0x18 } + - { offsetInCU: 0x8F7, offset: 0x1B97A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP4body4BodyQzvgTW', symObjAddr: 0x5E8, symBinAddr: 0x1081A4, symSize: 0x30 } + - { offsetInCU: 0x2B, offset: 0x1B9970, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x109250, symSize: 0x1EC } + - { offsetInCU: 0x72, offset: 0x1B99B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x109250, symSize: 0x1EC } + - { offsetInCU: 0xE3, offset: 0x1B9A28, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1EC, symBinAddr: 0x10943C, symSize: 0x2E0 } + - { offsetInCU: 0x222, offset: 0x1B9B67, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC6encode2toys7Encoder_p_tKF', symObjAddr: 0x4CC, symBinAddr: 0x10971C, symSize: 0x178 } + - { offsetInCU: 0x261, offset: 0x1B9BA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x7EC, symBinAddr: 0x109A3C, symSize: 0x4C } + - { offsetInCU: 0x298, offset: 0x1B9BDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO8rawValueSSvg', symObjAddr: 0x838, symBinAddr: 0x109A88, symSize: 0x18 } + - { offsetInCU: 0x2D1, offset: 0x1B9C16, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x850, symBinAddr: 0x109AA0, symSize: 0x18 } + - { offsetInCU: 0x2FF, offset: 0x1B9C44, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x850, symBinAddr: 0x109AA0, symSize: 0x18 } + - { offsetInCU: 0x351, offset: 0x1B9C96, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x88C, symBinAddr: 0x109ADC, symSize: 0x64 } + - { offsetInCU: 0x3B7, offset: 0x1B9CFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x8F0, symBinAddr: 0x109B40, symSize: 0x28 } + - { offsetInCU: 0x3D3, offset: 0x1B9D18, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x918, symBinAddr: 0x109B68, symSize: 0x8 } + - { offsetInCU: 0x409, offset: 0x1B9D4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x920, symBinAddr: 0x109B70, symSize: 0x68 } + - { offsetInCU: 0x48E, offset: 0x1B9DD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x988, symBinAddr: 0x109BD8, symSize: 0xC } + - { offsetInCU: 0x4AA, offset: 0x1B9DEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x994, symBinAddr: 0x109BE4, symSize: 0xC } + - { offsetInCU: 0x4E6, offset: 0x1B9E2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCfD', symObjAddr: 0x9F0, symBinAddr: 0x109C40, symSize: 0x2C } + - { offsetInCU: 0x529, offset: 0x1B9E6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xC70, symBinAddr: 0x109EB0, symSize: 0x2C } + - { offsetInCU: 0x54C, offset: 0x1B9E91, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xC9C, symBinAddr: 0x109EDC, symSize: 0x20 } + - { offsetInCU: 0x642, offset: 0x1B9F87, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x730, symBinAddr: 0x109980, symSize: 0x24 } + - { offsetInCU: 0x673, offset: 0x1B9FB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x754, symBinAddr: 0x1099A4, symSize: 0x1C } + - { offsetInCU: 0x6BD, offset: 0x1BA002, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x770, symBinAddr: 0x1099C0, symSize: 0x2C } + - { offsetInCU: 0x6F5, offset: 0x1BA03A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xF4C, symBinAddr: 0x10A18C, symSize: 0xE0 } + - { offsetInCU: 0x780, offset: 0x1BA0C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO13discriminator_WZ', symObjAddr: 0x7E8, symBinAddr: 0x109A38, symSize: 0x4 } + - { offsetInCU: 0x79A, offset: 0x1BA0DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCMa', symObjAddr: 0xA1C, symBinAddr: 0x109C6C, symSize: 0x20 } + - { offsetInCU: 0x7AE, offset: 0x1BA0F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwet', symObjAddr: 0xA4C, symBinAddr: 0x109C8C, symSize: 0x90 } + - { offsetInCU: 0x7C2, offset: 0x1BA107, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwst', symObjAddr: 0xADC, symBinAddr: 0x109D1C, symSize: 0xBC } + - { offsetInCU: 0x7D6, offset: 0x1BA11B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwug', symObjAddr: 0xB98, symBinAddr: 0x109DD8, symSize: 0x8 } + - { offsetInCU: 0x7EA, offset: 0x1BA12F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwup', symObjAddr: 0xBA0, symBinAddr: 0x109DE0, symSize: 0x4 } + - { offsetInCU: 0x7FE, offset: 0x1BA143, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwui', symObjAddr: 0xBA4, symBinAddr: 0x109DE4, symSize: 0xC } + - { offsetInCU: 0x812, offset: 0x1BA157, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOMa', symObjAddr: 0xBB0, symBinAddr: 0x109DF0, symSize: 0x10 } + - { offsetInCU: 0x826, offset: 0x1BA16B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASQWb', symObjAddr: 0xBC0, symBinAddr: 0x109E00, symSize: 0x4 } + - { offsetInCU: 0x83A, offset: 0x1BA17F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSQAAWl', symObjAddr: 0xBC4, symBinAddr: 0x109E04, symSize: 0x44 } + - { offsetInCU: 0x84E, offset: 0x1BA193, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC08, symBinAddr: 0x109E48, symSize: 0x24 } + - { offsetInCU: 0x862, offset: 0x1BA1A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSeAAWl', symObjAddr: 0xC2C, symBinAddr: 0x109E6C, symSize: 0x44 } + - { offsetInCU: 0x89B, offset: 0x1BA1E0, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xCBC, symBinAddr: 0x109EFC, symSize: 0x108 } + - { offsetInCU: 0x9FE, offset: 0x1BA343, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xDC4, symBinAddr: 0x10A004, symSize: 0x188 } + - { offsetInCU: 0xC18, offset: 0x1BA55D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSYAAWl', symObjAddr: 0x1070, symBinAddr: 0x10A26C, symSize: 0x44 } + - { offsetInCU: 0xC2C, offset: 0x1BA571, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs0D3KeyAAWl', symObjAddr: 0x10F4, symBinAddr: 0x10A2B0, symSize: 0x44 } + - { offsetInCU: 0xC40, offset: 0x1BA585, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSEAAWl', symObjAddr: 0x1138, symBinAddr: 0x10A2F4, symSize: 0x44 } + - { offsetInCU: 0xC54, offset: 0x1BA599, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGSayxGSEsSERzlWl', symObjAddr: 0x117C, symBinAddr: 0x10A338, symSize: 0x64 } + - { offsetInCU: 0xC68, offset: 0x1BA5AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCACSEAAWl', symObjAddr: 0x1224, symBinAddr: 0x10A39C, symSize: 0x48 } + - { offsetInCU: 0xC7C, offset: 0x1BA5C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwet', symObjAddr: 0x132C, symBinAddr: 0x10A3E4, symSize: 0x90 } + - { offsetInCU: 0xC90, offset: 0x1BA5D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwst', symObjAddr: 0x13BC, symBinAddr: 0x10A474, symSize: 0xBC } + - { offsetInCU: 0xCA4, offset: 0x1BA5E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwug', symObjAddr: 0x1478, symBinAddr: 0x10A530, symSize: 0x8 } + - { offsetInCU: 0xCB8, offset: 0x1BA5FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwup', symObjAddr: 0x1480, symBinAddr: 0x10A538, symSize: 0x4 } + - { offsetInCU: 0xCCC, offset: 0x1BA611, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwui', symObjAddr: 0x1484, symBinAddr: 0x10A53C, symSize: 0x8 } + - { offsetInCU: 0xCE0, offset: 0x1BA625, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOMa', symObjAddr: 0x148C, symBinAddr: 0x10A544, symSize: 0x10 } + - { offsetInCU: 0xCF4, offset: 0x1BA639, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASQWb', symObjAddr: 0x149C, symBinAddr: 0x10A554, symSize: 0x4 } + - { offsetInCU: 0xD08, offset: 0x1BA64D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFSQAAWl', symObjAddr: 0x14A0, symBinAddr: 0x10A558, symSize: 0x44 } + - { offsetInCU: 0xD1C, offset: 0x1BA661, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x14E4, symBinAddr: 0x10A59C, symSize: 0x4 } + - { offsetInCU: 0xD30, offset: 0x1BA675, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x14E8, symBinAddr: 0x10A5A0, symSize: 0x44 } + - { offsetInCU: 0xD44, offset: 0x1BA689, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x152C, symBinAddr: 0x10A5E4, symSize: 0x4 } + - { offsetInCU: 0xD58, offset: 0x1BA69D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1530, symBinAddr: 0x10A5E8, symSize: 0x44 } + - { offsetInCU: 0xDE5, offset: 0x1BA72A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x644, symBinAddr: 0x109894, symSize: 0x18 } + - { offsetInCU: 0xE76, offset: 0x1BA7BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x65C, symBinAddr: 0x1098AC, symSize: 0x50 } + - { offsetInCU: 0xF57, offset: 0x1BA89C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6AC, symBinAddr: 0x1098FC, symSize: 0x38 } + - { offsetInCU: 0xFDE, offset: 0x1BA923, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6E4, symBinAddr: 0x109934, symSize: 0x4C } + - { offsetInCU: 0x108D, offset: 0x1BA9D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x79C, symBinAddr: 0x1099EC, symSize: 0x4C } + - { offsetInCU: 0x10B0, offset: 0x1BA9F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x868, symBinAddr: 0x109AB8, symSize: 0xC } + - { offsetInCU: 0x10CC, offset: 0x1BAA11, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH9hashValueSivgTW', symObjAddr: 0x874, symBinAddr: 0x109AC4, symSize: 0x8 } + - { offsetInCU: 0x10E8, offset: 0x1BAA2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x87C, symBinAddr: 0x109ACC, symSize: 0x8 } + - { offsetInCU: 0x1104, offset: 0x1BAA49, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x884, symBinAddr: 0x109AD4, symSize: 0x8 } + - { offsetInCU: 0x1127, offset: 0x1BAA6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x9A0, symBinAddr: 0x109BF0, symSize: 0x28 } + - { offsetInCU: 0x1143, offset: 0x1BAA88, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x9C8, symBinAddr: 0x109C18, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x1BACE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x10A62C, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x1BAD09, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x10A62C, symSize: 0x8 } + - { offsetInCU: 0x88, offset: 0x1BAD46, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueSdvg', symObjAddr: 0x14, symBinAddr: 0x10A640, symSize: 0x8 } + - { offsetInCU: 0xA6, offset: 0x1BAD64, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF', symObjAddr: 0x1C, symBinAddr: 0x10A648, symSize: 0x30 } + - { offsetInCU: 0x103, offset: 0x1BADC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ', symObjAddr: 0x4C, symBinAddr: 0x10A678, symSize: 0x14 } + - { offsetInCU: 0x14B, offset: 0x1BAE09, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV9hashValueSivg', symObjAddr: 0x60, symBinAddr: 0x10A68C, symSize: 0x48 } + - { offsetInCU: 0x220, offset: 0x1BAEDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH9hashValueSivgTW', symObjAddr: 0xA8, symBinAddr: 0x10A6D4, symSize: 0x48 } + - { offsetInCU: 0x303, offset: 0x1BAFC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF0, symBinAddr: 0x10A71C, symSize: 0x30 } + - { offsetInCU: 0x38F, offset: 0x1BB04D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x164, symBinAddr: 0x10A790, symSize: 0x14 } + - { offsetInCU: 0x3AF, offset: 0x1BB06D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x164, symBinAddr: 0x10A790, symSize: 0x14 } + - { offsetInCU: 0x3C8, offset: 0x1BB086, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfC', symObjAddr: 0x8, symBinAddr: 0x10A634, symSize: 0xC } + - { offsetInCU: 0x414, offset: 0x1BB0D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1xSdvg', symObjAddr: 0x178, symBinAddr: 0x10A7A4, symSize: 0x8 } + - { offsetInCU: 0x432, offset: 0x1BB0F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1ySdvg', symObjAddr: 0x180, symBinAddr: 0x10A7AC, symSize: 0x8 } + - { offsetInCU: 0x450, offset: 0x1BB10E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1zSdvg', symObjAddr: 0x188, symBinAddr: 0x10A7B4, symSize: 0x8 } + - { offsetInCU: 0x46E, offset: 0x1BB12C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF', symObjAddr: 0x190, symBinAddr: 0x10A7BC, symSize: 0x54 } + - { offsetInCU: 0x4CB, offset: 0x1BB189, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ', symObjAddr: 0x1E4, symBinAddr: 0x10A810, symSize: 0x30 } + - { offsetInCU: 0x513, offset: 0x1BB1D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV9hashValueSivg', symObjAddr: 0x214, symBinAddr: 0x10A840, symSize: 0x74 } + - { offsetInCU: 0x5E1, offset: 0x1BB29F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH9hashValueSivgTW', symObjAddr: 0x288, symBinAddr: 0x10A8B4, symSize: 0x4 } + - { offsetInCU: 0x5FD, offset: 0x1BB2BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x28C, symBinAddr: 0x10A8B8, symSize: 0x54 } + - { offsetInCU: 0x688, offset: 0x1BB346, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E0, symBinAddr: 0x10AA0C, symSize: 0x30 } + - { offsetInCU: 0x6C8, offset: 0x1BB386, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASQWb', symObjAddr: 0x350, symBinAddr: 0x10A97C, symSize: 0x4 } + - { offsetInCU: 0x6DC, offset: 0x1BB39A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSQAAWl', symObjAddr: 0x354, symBinAddr: 0x10A980, symSize: 0x44 } + - { offsetInCU: 0x6F0, offset: 0x1BB3AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASQWb', symObjAddr: 0x398, symBinAddr: 0x10A9C4, symSize: 0x4 } + - { offsetInCU: 0x704, offset: 0x1BB3C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSQAAWl', symObjAddr: 0x39C, symBinAddr: 0x10A9C8, symSize: 0x44 } + - { offsetInCU: 0x718, offset: 0x1BB3D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVMa', symObjAddr: 0x410, symBinAddr: 0x10AA3C, symSize: 0x10 } + - { offsetInCU: 0x72C, offset: 0x1BB3EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwet', symObjAddr: 0x438, symBinAddr: 0x10AA4C, symSize: 0x20 } + - { offsetInCU: 0x740, offset: 0x1BB3FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwst', symObjAddr: 0x458, symBinAddr: 0x10AA6C, symSize: 0x2C } + - { offsetInCU: 0x754, offset: 0x1BB412, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVMa', symObjAddr: 0x484, symBinAddr: 0x10AA98, symSize: 0x10 } + - { offsetInCU: 0x7A6, offset: 0x1BB464, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x120, symBinAddr: 0x10A74C, symSize: 0x44 } + - { offsetInCU: 0x86F, offset: 0x1BB52D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x10A90C, symSize: 0x70 } + - { offsetInCU: 0x2B, offset: 0x1BB72D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x10AAA8, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x1BB751, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x10AAA8, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1BB776, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x10AAF0, symSize: 0x194 } + - { offsetInCU: 0xF1, offset: 0x1BB7F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1DC, symBinAddr: 0x10AC84, symSize: 0xD4 } + - { offsetInCU: 0x16E, offset: 0x1BB870, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B0, symBinAddr: 0x10AD58, symSize: 0x120 } + - { offsetInCU: 0x1F1, offset: 0x1BB8F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0x10AE88, symSize: 0x64 } + - { offsetInCU: 0x234, offset: 0x1BB936, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x444, symBinAddr: 0x10AEEC, symSize: 0x24 } + - { offsetInCU: 0x274, offset: 0x1BB976, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x10AF10, symSize: 0x4 } + - { offsetInCU: 0x294, offset: 0x1BB996, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x10AF10, symSize: 0x4 } + - { offsetInCU: 0x2BF, offset: 0x1BB9C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x46C, symBinAddr: 0x10AF14, symSize: 0x68 } + - { offsetInCU: 0x30A, offset: 0x1BBA0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4D4, symBinAddr: 0x10AF7C, symSize: 0xC } + - { offsetInCU: 0x326, offset: 0x1BBA28, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x10AF88, symSize: 0xC } + - { offsetInCU: 0x342, offset: 0x1BBA44, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO11stringValueSSvgTf4d_n', symObjAddr: 0x968, symBinAddr: 0x10B2FC, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x1BBA80, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfD', symObjAddr: 0x544, symBinAddr: 0x10AFEC, symSize: 0x2C } + - { offsetInCU: 0x40C, offset: 0x1BBB0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfE', symObjAddr: 0x53C, symBinAddr: 0x10AFE4, symSize: 0x8 } + - { offsetInCU: 0x464, offset: 0x1BBB66, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCMa', symObjAddr: 0x570, symBinAddr: 0x10B018, symSize: 0x20 } + - { offsetInCU: 0x478, offset: 0x1BBB7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs0C3KeyAAWl', symObjAddr: 0x5F4, symBinAddr: 0x10B038, symSize: 0x44 } + - { offsetInCU: 0x48C, offset: 0x1BBB8E, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGSayxGSEsSERzlWl', symObjAddr: 0x638, symBinAddr: 0x10B07C, symSize: 0x64 } + - { offsetInCU: 0x4A0, offset: 0x1BBBA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCACSEAAWl', symObjAddr: 0x6E0, symBinAddr: 0x10B0E0, symSize: 0x48 } + - { offsetInCU: 0x4B4, offset: 0x1BBBB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwet', symObjAddr: 0x794, symBinAddr: 0x10B128, symSize: 0x50 } + - { offsetInCU: 0x4C8, offset: 0x1BBBCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwst', symObjAddr: 0x7E4, symBinAddr: 0x10B178, symSize: 0x8C } + - { offsetInCU: 0x4DC, offset: 0x1BBBDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwug', symObjAddr: 0x870, symBinAddr: 0x10B204, symSize: 0x8 } + - { offsetInCU: 0x4F0, offset: 0x1BBBF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwup', symObjAddr: 0x878, symBinAddr: 0x10B20C, symSize: 0x4 } + - { offsetInCU: 0x504, offset: 0x1BBC06, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwui', symObjAddr: 0x87C, symBinAddr: 0x10B210, symSize: 0x4 } + - { offsetInCU: 0x518, offset: 0x1BBC1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOMa', symObjAddr: 0x880, symBinAddr: 0x10B214, symSize: 0x10 } + - { offsetInCU: 0x52C, offset: 0x1BBC2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASQWb', symObjAddr: 0x890, symBinAddr: 0x10B224, symSize: 0x4 } + - { offsetInCU: 0x540, offset: 0x1BBC42, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFSQAAWl', symObjAddr: 0x894, symBinAddr: 0x10B228, symSize: 0x44 } + - { offsetInCU: 0x554, offset: 0x1BBC56, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8D8, symBinAddr: 0x10B26C, symSize: 0x4 } + - { offsetInCU: 0x568, offset: 0x1BBC6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8DC, symBinAddr: 0x10B270, symSize: 0x44 } + - { offsetInCU: 0x57C, offset: 0x1BBC7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x920, symBinAddr: 0x10B2B4, symSize: 0x4 } + - { offsetInCU: 0x590, offset: 0x1BBC92, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x924, symBinAddr: 0x10B2B8, symSize: 0x44 } + - { offsetInCU: 0x5D2, offset: 0x1BBCD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x10AE78, symSize: 0x4 } + - { offsetInCU: 0x5F2, offset: 0x1BBCF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x10AE78, symSize: 0x4 } + - { offsetInCU: 0x612, offset: 0x1BBD14, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x10AE7C, symSize: 0x4 } + - { offsetInCU: 0x632, offset: 0x1BBD34, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x10AE7C, symSize: 0x4 } + - { offsetInCU: 0x652, offset: 0x1BBD54, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x10AE80, symSize: 0x4 } + - { offsetInCU: 0x672, offset: 0x1BBD74, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x10AE80, symSize: 0x4 } + - { offsetInCU: 0x692, offset: 0x1BBD94, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x10AE84, symSize: 0x4 } + - { offsetInCU: 0x6B2, offset: 0x1BBDB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x10AE84, symSize: 0x4 } + - { offsetInCU: 0x6CA, offset: 0x1BBDCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4EC, symBinAddr: 0x10AF94, symSize: 0x28 } + - { offsetInCU: 0x6E6, offset: 0x1BBDE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x514, symBinAddr: 0x10AFBC, symSize: 0x28 } + - { offsetInCU: 0x18C, offset: 0x1BC14D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_27requiresManualInterpolationAA13KeyframeGroupCySayxGGSayAGyxGG_SbtAA17AnyInterpolatableRzlFZAHSgSayypGXEfU_AA10BezierPathV_Tg5', symObjAddr: 0xDC, symBinAddr: 0x10B3E4, symSize: 0x174 } + - { offsetInCU: 0x35D, offset: 0x1BC31E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6CGSizeVTg5', symObjAddr: 0x250, symBinAddr: 0x10B558, symSize: 0x104 } + - { offsetInCU: 0x435, offset: 0x1BC3F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_A2P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_n', symObjAddr: 0x354, symBinAddr: 0x10B65C, symSize: 0xEC } + - { offsetInCU: 0x526, offset: 0x1BC4E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA10BezierPathV_AA0A8Vector1DVAA0noJ0VTg5011$s6Lottie10no6VAA0A8p8DVAA0bC8j55Vs5Error_pIggnrzo_AceGsAH_pIegnnrzo_TR011$s6Lottie10bc6s26A8d10DVSgAA0bC8e14VIeggnr_z73Hs5f80_pIeggnrzo_TR011$s6Lottie18bce60V9combining4path12cornerRadiusAA0D5K69CyACGAHyl10C0VG_AHyk2J35D22DVGSgtKFZAcK_ANSgtcfu_Tf3nnnpf_nTf3nnnpf_nTf3nnpf_n', symObjAddr: 0x440, symBinAddr: 0x10B748, symSize: 0x110 } + - { offsetInCU: 0x646, offset: 0x1BC607, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7EllipseC0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_n', symObjAddr: 0x550, symBinAddr: 0x10B858, symSize: 0x100 } + - { offsetInCU: 0x74C, offset: 0x1BC70D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x650, symBinAddr: 0x10B958, symSize: 0x134 } + - { offsetInCU: 0x824, offset: 0x1BC7E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_AA0A8Vector3DVAPTg5', symObjAddr: 0x784, symBinAddr: 0x10BA8C, symSize: 0x110 } + - { offsetInCU: 0x8F3, offset: 0x1BC8B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector1DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_A2ItXEfU0_Tf3nnpf_n', symObjAddr: 0x894, symBinAddr: 0x10BB9C, symSize: 0x140 } + - { offsetInCU: 0xAA0, offset: 0x1BCA61, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9RectangleC0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_n', symObjAddr: 0x9D4, symBinAddr: 0x10BCDC, symSize: 0x14C } + - { offsetInCU: 0xC03, offset: 0x1BCBC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0xB20, symBinAddr: 0x10BE28, symSize: 0x244 } + - { offsetInCU: 0xF13, offset: 0x1BCED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4HoldVySo13CATransform3DVGTg5', symObjAddr: 0xD64, symBinAddr: 0x10C06C, symSize: 0x348 } + - { offsetInCU: 0x12D3, offset: 0x1BD294, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_', symObjAddr: 0x10AC, symBinAddr: 0x10C3B4, symSize: 0xA8 } + - { offsetInCU: 0x143C, offset: 0x1BD3FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA7EllipseCANV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7W85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x13B4, symBinAddr: 0x10C6BC, symSize: 0x274 } + - { offsetInCU: 0x16C7, offset: 0x1BD688, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA9RectangleCANV_Tg5010$s6Lottie9b48O8combined___27requiresManualInterpolation18makeop4AA13qr45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17s82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9W133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x1628, symBinAddr: 0x10C930, symSize: 0x278 } + - { offsetInCU: 0x1952, offset: 0x1BD913, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4StarCANV_Tg5010$s6Lottie9b52O8combined_______27requiresManualInterpolation18makeop4AA13qr85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17s107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4W8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA0_A0_A0_A0_A0_AWIsgnnnnnnnr_Tf1nnc_n0x7Lottie4w11C17combinedb4AA13qR51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0x18A0, symBinAddr: 0x10CBA8, symSize: 0x280 } + - { offsetInCU: 0x1BDE, offset: 0x1BDB9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SayAA10BezierPathVG_Tg5010$s6Lottie9b44O8combined_27requiresManualInterpolationAA13qr25CySayxGGSayAGyxGG_SbtAA17s38InterpolatableRzlFZAHSgSayypGXEfU_AA10wX5V_TG5Tf1nnc_n', symObjAddr: 0x1B20, symBinAddr: 0x10CE28, symSize: 0x24C } + - { offsetInCU: 0x1E77, offset: 0x1BDE38, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b55O8combined__________27requiresManualInterpolation18makeop4AA13qr115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17s128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4w6VySo13X6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVA0_AA0A8Vector1DVA2_A0_A2_A2_A2_A2_A2_AYIsgnnnnnnnnnnr_Tf1nnc_nTf4nng_n', symObjAddr: 0x1D6C, symBinAddr: 0x10D074, symSize: 0x2CC } + - { offsetInCU: 0x21B1, offset: 0x1BE172, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b22O8combined__________27mn19Interpolation18makeqr4AA13st115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17u128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4v6VySo13W6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVAvA0A8Vector1DVAxv5xSIsgnnnnnnnnnnr_Tf1nncn_nTf4nndn_n', symObjAddr: 0x2038, symBinAddr: 0x10D340, symSize: 0xA70 } + - { offsetInCU: 0x2D42, offset: 0x1BED03, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_So6CGSizeV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6W4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAzVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x2AA8, symBinAddr: 0x10DDB0, symSize: 0x268 } + - { offsetInCU: 0x3059, offset: 0x1BF01A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSo6CGSizeV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6V4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAtPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x32C8, symBinAddr: 0x10E5D0, symSize: 0xA68 } + - { offsetInCU: 0x3D09, offset: 0x1BFCCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8v3DV_L179P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x3D30, symBinAddr: 0x10F038, symSize: 0xA00 } + - { offsetInCU: 0x493B, offset: 0x1C08FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u54InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8v184DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_L17ItXEfU0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x4D34, symBinAddr: 0x11003C, symSize: 0x9E0 } + - { offsetInCU: 0x553E, offset: 0x1C14FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA7EllipseC0S0V_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7V85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x5CA4, symBinAddr: 0x110EE4, symSize: 0xA50 } + - { offsetInCU: 0x61E5, offset: 0x1C21A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA9RectangleC0S0V_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9V133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x66F4, symBinAddr: 0x111934, symSize: 0xAA4 } + - { offsetInCU: 0x6E55, offset: 0x1C2E16, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4StarC0S0V_Tg5010$s6Lottie9b19O8combined_______27mn19Interpolation18makeqr4AA13st85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17u107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4V8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA5wRIsgnnnnnnnr_Tf1nncn_n0w7Lottie4v11C17combinedb4AA13sT51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnnc_nTf4nnd_n', symObjAddr: 0x7198, symBinAddr: 0x1123D8, symSize: 0xA20 } + - { offsetInCU: 0x79FC, offset: 0x1C39BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZAA0A8Vector3DV_AA0A8Vector1DVA5uA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnnnnnnncn_nTf4nnnnnnnnd_n', symObjAddr: 0x7BB8, symBinAddr: 0x112DF8, symSize: 0x194 } + - { offsetInCU: 0x7B40, offset: 0x1C3B01, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014wx5B033_yZ26A01782ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVA_AWIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x7DE4, symBinAddr: 0x112FE0, symSize: 0x288 } + - { offsetInCU: 0x7E53, offset: 0x1C3E14, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014vw5B033_xyZ20ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVAuQIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x806C, symBinAddr: 0x113268, symSize: 0xACC } + - { offsetInCU: 0x8AC7, offset: 0x1C4A88, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSayAA10BezierPathVG_Tg5010$s6Lottie9b13O8combined_27mno4AA13st25CySayxGGSayAGyxGG_SbtAA17u38InterpolatableRzlFZAHSgSayypGXEfU_AA10vW5V_TG5Tf1nncn_nTf4nnd_n', symObjAddr: 0x8D0C, symBinAddr: 0x113F08, symSize: 0xA78 } + - { offsetInCU: 0x97A2, offset: 0x1C5763, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA0A8Vector1DV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8W22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyAvA0A8Vector3DVAVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x97A4, symBinAddr: 0x1149A0, symSize: 0x268 } + - { offsetInCU: 0x9AAE, offset: 0x1C5A6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8V22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyApA0A8Vector3DVAPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x9A0C, symBinAddr: 0x114C08, symSize: 0xA98 } + - { offsetInCU: 0xB6CB, offset: 0x1C768C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVSgWOb', symObjAddr: 0x8B38, symBinAddr: 0x113D34, symSize: 0x48 } + - { offsetInCU: 0xB80A, offset: 0x1C77CB, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFs12Zip2SequenceVys15ContiguousArrayVy6Lottie8KeyframeCyypGGAMG_Tg5023$sSTsE10allSatisfyyS2b7c20QzKXEKFSbACKXEfU_s12de5Vys15fg10Vy6Lottie8I212CyypGGALG_TG5010$s6Lottie8i138CyxGACyqd__GSbs5Error_pIgggdzo_AD_AEtSbsAF_pIegndzo_r__lTRyp_ypTG5011$s6Lottie13b77GroupC23hasSameTimingParameters2asSbACyqd__G_tlFSbAA0B0l16G_AHyqd__GtXEfU_W14_U3Tg5Tf3npf_nTf3npf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x10B308, symSize: 0xDC } + - { offsetInCU: 0x4F, offset: 0x1C820E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ', symObjAddr: 0x0, symBinAddr: 0x1156A0, symSize: 0x1C } + - { offsetInCU: 0x8E, offset: 0x1C824D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ', symObjAddr: 0x1C, symBinAddr: 0x1156BC, symSize: 0x14 } + - { offsetInCU: 0xC1, offset: 0x1C8280, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x130, symBinAddr: 0x1157D0, symSize: 0x28 } + - { offsetInCU: 0x157, offset: 0x1C8316, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO9hashValueSivg', symObjAddr: 0x158, symBinAddr: 0x1157F8, symSize: 0x44 } + - { offsetInCU: 0x251, offset: 0x1C8410, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x19C, symBinAddr: 0x11583C, symSize: 0x14 } + - { offsetInCU: 0x271, offset: 0x1C8430, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x19C, symBinAddr: 0x11583C, symSize: 0x14 } + - { offsetInCU: 0x2B1, offset: 0x1C8470, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x1B0, symBinAddr: 0x115850, symSize: 0x44 } + - { offsetInCU: 0x394, offset: 0x1C8553, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1F4, symBinAddr: 0x115894, symSize: 0x28 } + - { offsetInCU: 0x422, offset: 0x1C85E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x30, symBinAddr: 0x1156D0, symSize: 0x100 } + - { offsetInCU: 0x456, offset: 0x1C8615, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x4FC, symBinAddr: 0x115B9C, symSize: 0xF8 } + - { offsetInCU: 0x46A, offset: 0x1C8629, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x5F4, symBinAddr: 0x115C94, symSize: 0x88 } + - { offsetInCU: 0x4A8, offset: 0x1C8667, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x67C, symBinAddr: 0x115D1C, symSize: 0x298 } + - { offsetInCU: 0x5C4, offset: 0x1C8783, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x914, symBinAddr: 0x115FB4, symSize: 0x50 } + - { offsetInCU: 0x5F8, offset: 0x1C87B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0x964, symBinAddr: 0x116004, symSize: 0x30 } + - { offsetInCU: 0x60C, offset: 0x1C87CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x994, symBinAddr: 0x116034, symSize: 0x50 } + - { offsetInCU: 0x62A, offset: 0x1C87E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x9E4, symBinAddr: 0x116084, symSize: 0x2A4 } + - { offsetInCU: 0x751, offset: 0x1C8910, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xC88, symBinAddr: 0x116328, symSize: 0x20 } + - { offsetInCU: 0x76D, offset: 0x1C892C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0xCA8, symBinAddr: 0x116348, symSize: 0x44 } + - { offsetInCU: 0x78B, offset: 0x1C894A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0xCEC, symBinAddr: 0x11638C, symSize: 0x30 } + - { offsetInCU: 0x7AE, offset: 0x1C896D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xD1C, symBinAddr: 0x1163BC, symSize: 0x4C } + - { offsetInCU: 0x7E0, offset: 0x1C899F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationSource13imageProvider04textG004fontG013configuration6loggerAcA0abE0OSg_AA0b5ImageG0_pSgAA0b11KeypathTextG0_pAA0b4FontG0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0xD68, symBinAddr: 0x116408, symSize: 0x194 } + - { offsetInCU: 0x8B5, offset: 0x1C8A74, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0xEFC, symBinAddr: 0x11659C, symSize: 0x108 } + - { offsetInCU: 0x9E5, offset: 0x1C8BA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0x1004, symBinAddr: 0x1166A4, symSize: 0x28 } + - { offsetInCU: 0xA24, offset: 0x1C8BE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x108C, symBinAddr: 0x11672C, symSize: 0x44 } + - { offsetInCU: 0xAAA, offset: 0x1C8C69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x10D0, symBinAddr: 0x116770, symSize: 0x44 } + - { offsetInCU: 0xB0E, offset: 0x1C8CCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x1114, symBinAddr: 0x1167B4, symSize: 0x28 } + - { offsetInCU: 0xB61, offset: 0x1C8D20, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4stopyyF', symObjAddr: 0x113C, symBinAddr: 0x1167DC, symSize: 0xFC } + - { offsetInCU: 0xC24, offset: 0x1C8DE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5pauseyyF', symObjAddr: 0x1238, symBinAddr: 0x1168D8, symSize: 0x40 } + - { offsetInCU: 0xC74, offset: 0x1C8E33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg', symObjAddr: 0x12CC, symBinAddr: 0x11696C, symSize: 0x44 } + - { offsetInCU: 0xC93, offset: 0x1C8E52, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs', symObjAddr: 0x1310, symBinAddr: 0x1169B0, symSize: 0x48 } + - { offsetInCU: 0xCB8, offset: 0x1C8E77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM', symObjAddr: 0x1358, symBinAddr: 0x1169F8, symSize: 0x44 } + - { offsetInCU: 0xCE9, offset: 0x1C8EA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM.resume.0', symObjAddr: 0x139C, symBinAddr: 0x116A3C, symSize: 0x4 } + - { offsetInCU: 0xD63, offset: 0x1C8F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x14CC, symBinAddr: 0x116B6C, symSize: 0x60 } + - { offsetInCU: 0xD98, offset: 0x1C8F57, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x152C, symBinAddr: 0x116BCC, symSize: 0xB8 } + - { offsetInCU: 0xDEB, offset: 0x1C8FAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x15E4, symBinAddr: 0x116C84, symSize: 0x80 } + - { offsetInCU: 0xE49, offset: 0x1C9008, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x1664, symBinAddr: 0x116D04, symSize: 0x168 } + - { offsetInCU: 0xEBE, offset: 0x1C907D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x17CC, symBinAddr: 0x116E6C, symSize: 0x58 } + - { offsetInCU: 0xF05, offset: 0x1C90C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x1824, symBinAddr: 0x116EC4, symSize: 0x28 } + - { offsetInCU: 0xF24, offset: 0x1C90E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x184C, symBinAddr: 0x116EEC, symSize: 0x20 } + - { offsetInCU: 0xFA9, offset: 0x1C9168, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x186C, symBinAddr: 0x116F0C, symSize: 0x40 } + - { offsetInCU: 0x101E, offset: 0x1C91DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x18AC, symBinAddr: 0x116F4C, symSize: 0x1C } + - { offsetInCU: 0x104E, offset: 0x1C920D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x18AC, symBinAddr: 0x116F4C, symSize: 0x1C } + - { offsetInCU: 0x10CE, offset: 0x1C928D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg', symObjAddr: 0x1968, symBinAddr: 0x117008, symSize: 0x58 } + - { offsetInCU: 0x1103, offset: 0x1C92C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs', symObjAddr: 0x19C0, symBinAddr: 0x117060, symSize: 0x30 } + - { offsetInCU: 0x1142, offset: 0x1C9301, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM', symObjAddr: 0x19F0, symBinAddr: 0x117090, symSize: 0x84 } + - { offsetInCU: 0x11A0, offset: 0x1C935F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x1A74, symBinAddr: 0x117114, symSize: 0x64 } + - { offsetInCU: 0x122B, offset: 0x1C93EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg', symObjAddr: 0x1C54, symBinAddr: 0x1172F4, symSize: 0x58 } + - { offsetInCU: 0x124A, offset: 0x1C9409, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x1CAC, symBinAddr: 0x11734C, symSize: 0x34 } + - { offsetInCU: 0x125E, offset: 0x1C941D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x1CE0, symBinAddr: 0x117380, symSize: 0x58 } + - { offsetInCU: 0x12CF, offset: 0x1C948E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x1D38, symBinAddr: 0x1173D8, symSize: 0xC8 } + - { offsetInCU: 0x1336, offset: 0x1C94F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x1E14, symBinAddr: 0x1174B4, symSize: 0x1B0 } + - { offsetInCU: 0x13F2, offset: 0x1C95B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x1FC4, symBinAddr: 0x117664, symSize: 0x80 } + - { offsetInCU: 0x1458, offset: 0x1C9617, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x2044, symBinAddr: 0x1176E4, symSize: 0x60 } + - { offsetInCU: 0x14CF, offset: 0x1C968E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x2144, symBinAddr: 0x1177E4, symSize: 0x5C } + - { offsetInCU: 0x1504, offset: 0x1C96C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x21A0, symBinAddr: 0x117840, symSize: 0x24 } + - { offsetInCU: 0x1525, offset: 0x1C96E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x21C4, symBinAddr: 0x117864, symSize: 0x84 } + - { offsetInCU: 0x1583, offset: 0x1C9742, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x2248, symBinAddr: 0x1178E8, symSize: 0x19C } + - { offsetInCU: 0x160A, offset: 0x1C97C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x2578, symBinAddr: 0x117C18, symSize: 0x98 } + - { offsetInCU: 0x163E, offset: 0x1C97FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x2610, symBinAddr: 0x117CB0, symSize: 0x80 } + - { offsetInCU: 0x16A4, offset: 0x1C9863, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x2690, symBinAddr: 0x117D30, symSize: 0x150 } + - { offsetInCU: 0x170A, offset: 0x1C98C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs', symObjAddr: 0x2874, symBinAddr: 0x117F14, symSize: 0x84 } + - { offsetInCU: 0x17AC, offset: 0x1C996B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM', symObjAddr: 0x28F8, symBinAddr: 0x117F98, symSize: 0x7C } + - { offsetInCU: 0x180A, offset: 0x1C99C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x2974, symBinAddr: 0x118014, symSize: 0x8C } + - { offsetInCU: 0x18A9, offset: 0x1C9A68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB7PlayingSbvg', symObjAddr: 0x2A00, symBinAddr: 0x1180A0, symSize: 0x180 } + - { offsetInCU: 0x195B, offset: 0x1C9B1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB6QueuedSbvg', symObjAddr: 0x2B80, symBinAddr: 0x118220, symSize: 0x3C } + - { offsetInCU: 0x1A03, offset: 0x1C9BC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x2C2C, symBinAddr: 0x1182CC, symSize: 0x64 } + - { offsetInCU: 0x1A38, offset: 0x1C9BF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x2C90, symBinAddr: 0x118330, symSize: 0x6C } + - { offsetInCU: 0x1AC7, offset: 0x1C9C86, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x2CFC, symBinAddr: 0x11839C, symSize: 0x84 } + - { offsetInCU: 0x1B25, offset: 0x1C9CE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x2D80, symBinAddr: 0x118420, symSize: 0x80 } + - { offsetInCU: 0x1BC3, offset: 0x1C9D82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x2E74, symBinAddr: 0x118514, symSize: 0x64 } + - { offsetInCU: 0x1C44, offset: 0x1C9E03, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x2ED8, symBinAddr: 0x118578, symSize: 0x7C } + - { offsetInCU: 0x1CA2, offset: 0x1C9E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x2F54, symBinAddr: 0x1185F4, symSize: 0x70 } + - { offsetInCU: 0x1D13, offset: 0x1C9ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x2FC4, symBinAddr: 0x118664, symSize: 0x114 } + - { offsetInCU: 0x1E5C, offset: 0x1CA01B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x30D8, symBinAddr: 0x118778, symSize: 0x28 } + - { offsetInCU: 0x1E9E, offset: 0x1CA05D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x3100, symBinAddr: 0x1187A0, symSize: 0x34 } + - { offsetInCU: 0x1ECF, offset: 0x1CA08E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvg', symObjAddr: 0x3140, symBinAddr: 0x1187E0, symSize: 0xF8 } + - { offsetInCU: 0x1F6A, offset: 0x1CA129, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvs', symObjAddr: 0x3238, symBinAddr: 0x1188D8, symSize: 0x28 } + - { offsetInCU: 0x1FAC, offset: 0x1CA16B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvM', symObjAddr: 0x3260, symBinAddr: 0x118900, symSize: 0x34 } + - { offsetInCU: 0x1FFD, offset: 0x1CA1BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3370, symBinAddr: 0x118A10, symSize: 0x98 } + - { offsetInCU: 0x2041, offset: 0x1CA200, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x3408, symBinAddr: 0x118AA8, symSize: 0xFC } + - { offsetInCU: 0x20E6, offset: 0x1CA2A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x3504, symBinAddr: 0x118BA4, symSize: 0xBC } + - { offsetInCU: 0x2176, offset: 0x1CA335, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x35C0, symBinAddr: 0x118C60, symSize: 0x198 } + - { offsetInCU: 0x2209, offset: 0x1CA3C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3758, symBinAddr: 0x118DF8, symSize: 0x28 } + - { offsetInCU: 0x223A, offset: 0x1CA3F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x3780, symBinAddr: 0x118E20, symSize: 0xA8 } + - { offsetInCU: 0x238E, offset: 0x1CA54D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x3890, symBinAddr: 0x118F30, symSize: 0x54 } + - { offsetInCU: 0x23C3, offset: 0x1CA582, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x38E4, symBinAddr: 0x118F84, symSize: 0x64 } + - { offsetInCU: 0x2451, offset: 0x1CA610, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x3948, symBinAddr: 0x118FE8, symSize: 0x7C } + - { offsetInCU: 0x24AF, offset: 0x1CA66E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x39C4, symBinAddr: 0x119064, symSize: 0x78 } + - { offsetInCU: 0x254D, offset: 0x1CA70C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs', symObjAddr: 0x3B04, symBinAddr: 0x1191A4, symSize: 0xB8 } + - { offsetInCU: 0x25D0, offset: 0x1CA78F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM', symObjAddr: 0x3BBC, symBinAddr: 0x11925C, symSize: 0x7C } + - { offsetInCU: 0x262E, offset: 0x1CA7ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x3C38, symBinAddr: 0x1192D8, symSize: 0xCC } + - { offsetInCU: 0x274B, offset: 0x1CA90A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg', symObjAddr: 0x3E50, symBinAddr: 0x1194F0, symSize: 0x54 } + - { offsetInCU: 0x276A, offset: 0x1CA929, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs', symObjAddr: 0x3EA4, symBinAddr: 0x119544, symSize: 0xD8 } + - { offsetInCU: 0x27DF, offset: 0x1CA99E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM', symObjAddr: 0x3F7C, symBinAddr: 0x11961C, symSize: 0x48 } + - { offsetInCU: 0x2810, offset: 0x1CA9CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM.resume.0', symObjAddr: 0x3FC4, symBinAddr: 0x119664, symSize: 0xBC } + - { offsetInCU: 0x28C1, offset: 0x1CAA80, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x4080, symBinAddr: 0x119720, symSize: 0x68 } + - { offsetInCU: 0x297C, offset: 0x1CAB3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x4150, symBinAddr: 0x119788, symSize: 0xB4 } + - { offsetInCU: 0x2A10, offset: 0x1CABCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x4204, symBinAddr: 0x11983C, symSize: 0x78 } + - { offsetInCU: 0x2A7C, offset: 0x1CAC3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x4374, symBinAddr: 0x1199AC, symSize: 0xA0 } + - { offsetInCU: 0x2B09, offset: 0x1CACC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x4414, symBinAddr: 0x119A4C, symSize: 0x7C } + - { offsetInCU: 0x2B67, offset: 0x1CAD26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x4490, symBinAddr: 0x119AC8, symSize: 0xA4 } + - { offsetInCU: 0x2BEF, offset: 0x1CADAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x4534, symBinAddr: 0x119B6C, symSize: 0xA4 } + - { offsetInCU: 0x2C90, offset: 0x1CAE4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x45D8, symBinAddr: 0x119C10, symSize: 0xD8 } + - { offsetInCU: 0x2DC7, offset: 0x1CAF86, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12reloadImagesyyF', symObjAddr: 0x46B0, symBinAddr: 0x119CE8, symSize: 0x90 } + - { offsetInCU: 0x2E1D, offset: 0x1CAFDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x4740, symBinAddr: 0x119D78, symSize: 0x90 } + - { offsetInCU: 0x2E73, offset: 0x1CB032, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x47D0, symBinAddr: 0x119E08, symSize: 0x40 } + - { offsetInCU: 0x2E8F, offset: 0x1CB04E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x4810, symBinAddr: 0x119E48, symSize: 0xD8 } + - { offsetInCU: 0x2F09, offset: 0x1CB0C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x48E8, symBinAddr: 0x119F20, symSize: 0xD8 } + - { offsetInCU: 0x2F83, offset: 0x1CB142, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x49C0, symBinAddr: 0x119FF8, symSize: 0x90 } + - { offsetInCU: 0x2FD9, offset: 0x1CB198, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x4A50, symBinAddr: 0x11A088, symSize: 0x94 } + - { offsetInCU: 0x302F, offset: 0x1CB1EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF', symObjAddr: 0x4AE4, symBinAddr: 0x11A11C, symSize: 0x184 } + - { offsetInCU: 0x311A, offset: 0x1CB2D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4C68, symBinAddr: 0x11A2A0, symSize: 0x70 } + - { offsetInCU: 0x31A2, offset: 0x1CB361, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4CD8, symBinAddr: 0x11A310, symSize: 0x74 } + - { offsetInCU: 0x3227, offset: 0x1CB3E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x4D4C, symBinAddr: 0x11A384, symSize: 0x3C } + - { offsetInCU: 0x327A, offset: 0x1CB439, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4D88, symBinAddr: 0x11A3C0, symSize: 0xA4 } + - { offsetInCU: 0x3300, offset: 0x1CB4BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4E2C, symBinAddr: 0x11A464, symSize: 0x100 } + - { offsetInCU: 0x33DF, offset: 0x1CB59E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4F2C, symBinAddr: 0x11A564, symSize: 0x100 } + - { offsetInCU: 0x34D0, offset: 0x1CB68F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvgTo', symObjAddr: 0x502C, symBinAddr: 0x11A664, symSize: 0x5C } + - { offsetInCU: 0x3513, offset: 0x1CB6D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTo', symObjAddr: 0x5088, symBinAddr: 0x11A6C0, symSize: 0x68 } + - { offsetInCU: 0x3546, offset: 0x1CB705, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyF', symObjAddr: 0x50F0, symBinAddr: 0x11A728, symSize: 0x2C4 } + - { offsetInCU: 0x3691, offset: 0x1CB850, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_', symObjAddr: 0x53B4, symBinAddr: 0x11A9EC, symSize: 0xD0 } + - { offsetInCU: 0x3725, offset: 0x1CB8E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_', symObjAddr: 0x5484, symBinAddr: 0x11AABC, symSize: 0x70 } + - { offsetInCU: 0x37B2, offset: 0x1CB971, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyF', symObjAddr: 0x54F4, symBinAddr: 0x11AB2C, symSize: 0xF3C } + - { offsetInCU: 0x411A, offset: 0x1CC2D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyF', symObjAddr: 0x6464, symBinAddr: 0x11BA9C, symSize: 0xE0 } + - { offsetInCU: 0x41FB, offset: 0x1CC3BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x6544, symBinAddr: 0x11BB7C, symSize: 0x2C } + - { offsetInCU: 0x4264, offset: 0x1CC423, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyF', symObjAddr: 0x6570, symBinAddr: 0x11BBA8, symSize: 0xF0 } + - { offsetInCU: 0x433E, offset: 0x1CC4FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyFTo', symObjAddr: 0x6660, symBinAddr: 0x11BC98, symSize: 0x2C } + - { offsetInCU: 0x435A, offset: 0x1CC519, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22animationMovedToWindowyyF', symObjAddr: 0x668C, symBinAddr: 0x11BCC4, symSize: 0x60 } + - { offsetInCU: 0x4389, offset: 0x1CC548, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0yyAA0aB6SourceOSgF', symObjAddr: 0x66EC, symBinAddr: 0x11BD24, symSize: 0x108 } + - { offsetInCU: 0x4551, offset: 0x1CC710, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForBackgroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x67F4, symBinAddr: 0x11BE2C, symSize: 0xE0 } + - { offsetInCU: 0x45FF, offset: 0x1CC7BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForForegroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x68D4, symBinAddr: 0x11BF0C, symSize: 0xF0 } + - { offsetInCU: 0x46A6, offset: 0x1CC865, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfD', symObjAddr: 0x6A18, symBinAddr: 0x11C050, symSize: 0x30 } + - { offsetInCU: 0x46D3, offset: 0x1CC892, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0x6AA8, symBinAddr: 0x11C0E0, symSize: 0x32C } + - { offsetInCU: 0x47AD, offset: 0x1CC96C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtFTf4enn_n', symObjAddr: 0x73E0, symBinAddr: 0x11C960, symSize: 0x1A0 } + - { offsetInCU: 0x4878, offset: 0x1CCA37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvsTf4en_n', symObjAddr: 0x7580, symBinAddr: 0x11CB00, symSize: 0x118 } + - { offsetInCU: 0x4905, offset: 0x1CCAC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0x7698, symBinAddr: 0x11CC18, symSize: 0x134 } + - { offsetInCU: 0x4987, offset: 0x1CCB46, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x77CC, symBinAddr: 0x11CD4C, symSize: 0x288 } + - { offsetInCU: 0x4AAE, offset: 0x1CCC6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0x7BB8, symBinAddr: 0x11CFE4, symSize: 0xF4 } + - { offsetInCU: 0x4B3C, offset: 0x1CCCFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0x7E48, symBinAddr: 0x11D0E8, symSize: 0xE4 } + - { offsetInCU: 0x4C21, offset: 0x1CCDE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTf4gn_n', symObjAddr: 0x92BC, symBinAddr: 0x11E3AC, symSize: 0xB8 } + - { offsetInCU: 0x4D23, offset: 0x1CCEE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x25C, symBinAddr: 0x1158FC, symSize: 0x78 } + - { offsetInCU: 0x4DCF, offset: 0x1CCF8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO9hashValueSivg', symObjAddr: 0x2D4, symBinAddr: 0x115974, symSize: 0x50 } + - { offsetInCU: 0x4E5B, offset: 0x1CD01A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH9hashValueSivgTW', symObjAddr: 0x324, symBinAddr: 0x1159C4, symSize: 0x50 } + - { offsetInCU: 0x4EEA, offset: 0x1CD0A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x374, symBinAddr: 0x115A14, symSize: 0x4 } + - { offsetInCU: 0x4EFF, offset: 0x1CD0BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x3C4, symBinAddr: 0x115A64, symSize: 0x98 } + - { offsetInCU: 0x4F68, offset: 0x1CD127, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x45C, symBinAddr: 0x115AFC, symSize: 0xA0 } + - { offsetInCU: 0x5C37, offset: 0x1CDDF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x6EAC, symBinAddr: 0x11C42C, symSize: 0x534 } + - { offsetInCU: 0x5F02, offset: 0x1CE0C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTK', symObjAddr: 0x13A0, symBinAddr: 0x116A40, symSize: 0x64 } + - { offsetInCU: 0x5F46, offset: 0x1CE105, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x1404, symBinAddr: 0x116AA4, symSize: 0xC8 } + - { offsetInCU: 0x5FA9, offset: 0x1CE168, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTK', symObjAddr: 0x18C8, symBinAddr: 0x116F68, symSize: 0x64 } + - { offsetInCU: 0x5FED, offset: 0x1CE1AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTk', symObjAddr: 0x192C, symBinAddr: 0x116FCC, symSize: 0x3C } + - { offsetInCU: 0x6031, offset: 0x1CE1F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x1AD8, symBinAddr: 0x117178, symSize: 0x94 } + - { offsetInCU: 0x605E, offset: 0x1CE21D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x1B6C, symBinAddr: 0x11720C, symSize: 0x88 } + - { offsetInCU: 0x608B, offset: 0x1CE24A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x1BF4, symBinAddr: 0x117294, symSize: 0x60 } + - { offsetInCU: 0x60A3, offset: 0x1CE262, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x20A4, symBinAddr: 0x117744, symSize: 0x64 } + - { offsetInCU: 0x60E7, offset: 0x1CE2A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x2108, symBinAddr: 0x1177A8, symSize: 0x3C } + - { offsetInCU: 0x6114, offset: 0x1CE2D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvpACTk', symObjAddr: 0x244C, symBinAddr: 0x117AEC, symSize: 0xA4 } + - { offsetInCU: 0x6141, offset: 0x1CE300, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x27E0, symBinAddr: 0x117E80, symSize: 0x88 } + - { offsetInCU: 0x61C8, offset: 0x1CE387, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x2BBC, symBinAddr: 0x11825C, symSize: 0x70 } + - { offsetInCU: 0x6246, offset: 0x1CE405, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x2E00, symBinAddr: 0x1184A0, symSize: 0x68 } + - { offsetInCU: 0x638F, offset: 0x1CE54E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x32D0, symBinAddr: 0x118970, symSize: 0xA0 } + - { offsetInCU: 0x63E2, offset: 0x1CE5A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x3828, symBinAddr: 0x118EC8, symSize: 0x68 } + - { offsetInCU: 0x645E, offset: 0x1CE61D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvpACTk', symObjAddr: 0x3A3C, symBinAddr: 0x1190DC, symSize: 0xBC } + - { offsetInCU: 0x64C6, offset: 0x1CE685, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTK', symObjAddr: 0x3D04, symBinAddr: 0x1193A4, symSize: 0x58 } + - { offsetInCU: 0x6562, offset: 0x1CE721, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTk', symObjAddr: 0x3D5C, symBinAddr: 0x1193FC, symSize: 0xF4 } + - { offsetInCU: 0x65EE, offset: 0x1CE7AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x427C, symBinAddr: 0x1198B4, symSize: 0xA0 } + - { offsetInCU: 0x68E8, offset: 0x1CEAA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfE', symObjAddr: 0x69C4, symBinAddr: 0x11BFFC, symSize: 0x54 } + - { offsetInCU: 0x6915, offset: 0x1CEAD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfETo', symObjAddr: 0x6A48, symBinAddr: 0x11C080, symSize: 0x60 } + - { offsetInCU: 0x6944, offset: 0x1CEB03, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCMa', symObjAddr: 0x6E58, symBinAddr: 0x11C40C, symSize: 0x20 } + - { offsetInCU: 0x6975, offset: 0x1CEB34, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOy', symObjAddr: 0x7BA8, symBinAddr: 0x11CFD4, symSize: 0x10 } + - { offsetInCU: 0x6989, offset: 0x1CEB48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOe', symObjAddr: 0x7CAC, symBinAddr: 0x11D0D8, symSize: 0x10 } + - { offsetInCU: 0x699D, offset: 0x1CEB5C, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVSgWOb', symObjAddr: 0x7F2C, symBinAddr: 0x11D1CC, symSize: 0x48 } + - { offsetInCU: 0x69B1, offset: 0x1CEB70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASQWb', symObjAddr: 0x8114, symBinAddr: 0x11D214, symSize: 0x4 } + - { offsetInCU: 0x69C5, offset: 0x1CEB84, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOACSQAAWl', symObjAddr: 0x8118, symBinAddr: 0x11D218, symSize: 0x44 } + - { offsetInCU: 0x69D9, offset: 0x1CEB98, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASQWb', symObjAddr: 0x815C, symBinAddr: 0x11D25C, symSize: 0x4 } + - { offsetInCU: 0x69ED, offset: 0x1CEBAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOACSQAAWl', symObjAddr: 0x8160, symBinAddr: 0x11D260, symSize: 0x44 } + - { offsetInCU: 0x6A01, offset: 0x1CEBC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwet', symObjAddr: 0x858C, symBinAddr: 0x11D67C, symSize: 0x90 } + - { offsetInCU: 0x6A15, offset: 0x1CEBD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwst', symObjAddr: 0x861C, symBinAddr: 0x11D70C, symSize: 0xBC } + - { offsetInCU: 0x6A29, offset: 0x1CEBE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwug', symObjAddr: 0x86D8, symBinAddr: 0x11D7C8, symSize: 0x8 } + - { offsetInCU: 0x6A3D, offset: 0x1CEBFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwup', symObjAddr: 0x86E0, symBinAddr: 0x11D7D0, symSize: 0x4 } + - { offsetInCU: 0x6A51, offset: 0x1CEC10, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwui', symObjAddr: 0x86E4, symBinAddr: 0x11D7D4, symSize: 0x8 } + - { offsetInCU: 0x6A65, offset: 0x1CEC24, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOMa', symObjAddr: 0x86EC, symBinAddr: 0x11D7DC, symSize: 0x10 } + - { offsetInCU: 0x6A79, offset: 0x1CEC38, size: 0x8, addend: 0x0, symName: ___swift_memcpy5_4, symObjAddr: 0x86FC, symBinAddr: 0x11D7EC, symSize: 0x14 } + - { offsetInCU: 0x6A8D, offset: 0x1CEC4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwet', symObjAddr: 0x8710, symBinAddr: 0x11D800, symSize: 0x48 } + - { offsetInCU: 0x6AA1, offset: 0x1CEC60, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwst', symObjAddr: 0x8758, symBinAddr: 0x11D848, symSize: 0x44 } + - { offsetInCU: 0x6AB5, offset: 0x1CEC74, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwug', symObjAddr: 0x879C, symBinAddr: 0x11D88C, symSize: 0x18 } + - { offsetInCU: 0x6AC9, offset: 0x1CEC88, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwup', symObjAddr: 0x87B4, symBinAddr: 0x11D8A4, symSize: 0x4 } + - { offsetInCU: 0x6ADD, offset: 0x1CEC9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwui', symObjAddr: 0x87B8, symBinAddr: 0x11D8A8, symSize: 0x18 } + - { offsetInCU: 0x6AF1, offset: 0x1CECB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOMa', symObjAddr: 0x87D0, symBinAddr: 0x11D8C0, symSize: 0x10 } + - { offsetInCU: 0x6B05, offset: 0x1CECC4, size: 0x8, addend: 0x0, symName: '_$sSo16CABasicAnimationCMa', symObjAddr: 0x9250, symBinAddr: 0x11E340, symSize: 0x3C } + - { offsetInCU: 0x6B19, offset: 0x1CECD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOy', symObjAddr: 0x928C, symBinAddr: 0x11E37C, symSize: 0x18 } + - { offsetInCU: 0x6B2D, offset: 0x1CECEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOe', symObjAddr: 0x92A4, symBinAddr: 0x11E394, symSize: 0x18 } + - { offsetInCU: 0x6B5D, offset: 0x1CED1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0x9398, symBinAddr: 0x11E488, symSize: 0x8 } + - { offsetInCU: 0x6B7C, offset: 0x1CED3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0x93A0, symBinAddr: 0x11E490, symSize: 0x28 } + - { offsetInCU: 0x6BA5, offset: 0x1CED64, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_TA', symObjAddr: 0x94C8, symBinAddr: 0x11E4DC, symSize: 0x8 } + - { offsetInCU: 0x6BB9, offset: 0x1CED78, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_TA', symObjAddr: 0x94D0, symBinAddr: 0x11E4E4, symSize: 0x8 } + - { offsetInCU: 0x6C36, offset: 0x1CEDF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x21C, symBinAddr: 0x1158BC, symSize: 0x40 } + - { offsetInCU: 0x6CFF, offset: 0x1CEEBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x378, symBinAddr: 0x115A18, symSize: 0x4C } + - { offsetInCU: 0x2B, offset: 0x1CF681, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x11E534, symSize: 0x2C } + - { offsetInCU: 0x6D, offset: 0x1CF6C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x11E534, symSize: 0x2C } + - { offsetInCU: 0xB1, offset: 0x1CF707, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCMa', symObjAddr: 0x2C, symBinAddr: 0x11E560, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1CF86A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x11E580, symSize: 0x24 } + - { offsetInCU: 0x6D, offset: 0x1CF8AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x11E580, symSize: 0x24 } + - { offsetInCU: 0xB9, offset: 0x1CF8F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCMa', symObjAddr: 0x24, symBinAddr: 0x11E5A4, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1CFA59, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x11E5C4, symSize: 0x22C } + - { offsetInCU: 0xA1, offset: 0x1CFAD3, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x11E5C4, symSize: 0x22C } + - { offsetInCU: 0x229, offset: 0x1CFC5B, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationCMa', symObjAddr: 0x22C, symBinAddr: 0x11E7F0, symSize: 0x3C } + - { offsetInCU: 0xFF, offset: 0x1CFF52, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x0, symBinAddr: 0x11E82C, symSize: 0x220 } + - { offsetInCU: 0x20D, offset: 0x1D0060, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC10loadImages33_018EEA5A3C8AB5F957268211713A2543LLyyF', symObjAddr: 0x220, symBinAddr: 0x11EA4C, symSize: 0x544 } + - { offsetInCU: 0x4ED, offset: 0x1D0340, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCfD', symObjAddr: 0x764, symBinAddr: 0x11EF90, symSize: 0x60 } + - { offsetInCU: 0x53A, offset: 0x1D038D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x880, symBinAddr: 0x11F0AC, symSize: 0x20 } + - { offsetInCU: 0x580, offset: 0x1D03D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC8filepathACSg10Foundation3URLV_tcfCTf4nd_n', symObjAddr: 0xB70, symBinAddr: 0x11F2B4, symSize: 0x104 } + - { offsetInCU: 0x6D6, offset: 0x1D0529, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMU', symObjAddr: 0x7C4, symBinAddr: 0x11EFF0, symSize: 0x8 } + - { offsetInCU: 0x6EA, offset: 0x1D053D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMa', symObjAddr: 0x7CC, symBinAddr: 0x11EFF8, symSize: 0x3C } + - { offsetInCU: 0x6FE, offset: 0x1D0551, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMr', symObjAddr: 0x808, symBinAddr: 0x11F034, symSize: 0x78 } + - { offsetInCU: 0x765, offset: 0x1D05B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH9hashValueSivgTW', symObjAddr: 0x8A0, symBinAddr: 0x11F0CC, symSize: 0x7C } + - { offsetInCU: 0x820, offset: 0x1D0673, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x91C, symBinAddr: 0x11F148, symSize: 0x6C } + - { offsetInCU: 0x89F, offset: 0x1D06F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA00, symBinAddr: 0x11F22C, symSize: 0x1C } + - { offsetInCU: 0x8D1, offset: 0x1D0724, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASQWb', symObjAddr: 0xA1C, symBinAddr: 0x11F248, symSize: 0x2C } + - { offsetInCU: 0x9C3, offset: 0x1D0816, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x988, symBinAddr: 0x11F1B4, symSize: 0x78 } + - { offsetInCU: 0x5E, offset: 0x1D0AE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x11F3B8, symSize: 0xC } + - { offsetInCU: 0x90, offset: 0x1D0B18, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x198, symBinAddr: 0x11F550, symSize: 0x48 } + - { offsetInCU: 0xB5, offset: 0x1D0B3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0x11F598, symSize: 0x6A8 } + - { offsetInCU: 0x138, offset: 0x1D0BC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x888, symBinAddr: 0x11FC40, symSize: 0xC50 } + - { offsetInCU: 0x5DB, offset: 0x1D1063, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueSSvg', symObjAddr: 0x14D8, symBinAddr: 0x120890, symSize: 0x18 } + - { offsetInCU: 0x614, offset: 0x1D109C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18FC, symBinAddr: 0x120CB4, symSize: 0x18 } + - { offsetInCU: 0x642, offset: 0x1D10CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18FC, symBinAddr: 0x120CB4, symSize: 0x18 } + - { offsetInCU: 0x67A, offset: 0x1D1102, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1954, symBinAddr: 0x120D0C, symSize: 0x44 } + - { offsetInCU: 0x6C0, offset: 0x1D1148, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1998, symBinAddr: 0x120D50, symSize: 0x28 } + - { offsetInCU: 0x6DC, offset: 0x1D1164, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x19C0, symBinAddr: 0x120D78, symSize: 0x8 } + - { offsetInCU: 0x712, offset: 0x1D119A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x19C8, symBinAddr: 0x120D80, symSize: 0x3C } + - { offsetInCU: 0x777, offset: 0x1D11FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1A04, symBinAddr: 0x120DBC, symSize: 0xC } + - { offsetInCU: 0x793, offset: 0x1D121B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1A10, symBinAddr: 0x120DC8, symSize: 0xC } + - { offsetInCU: 0x7AF, offset: 0x1D1237, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x29CC, symBinAddr: 0x121A10, symSize: 0x50 } + - { offsetInCU: 0x7E7, offset: 0x1D126F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x1914, symBinAddr: 0x120CCC, symSize: 0x18 } + - { offsetInCU: 0x828, offset: 0x1D12B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1A90, symBinAddr: 0x120E48, symSize: 0x70 } + - { offsetInCU: 0x85C, offset: 0x1D12E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1B00, symBinAddr: 0x120EB8, symSize: 0x28 } + - { offsetInCU: 0x878, offset: 0x1D1300, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1B28, symBinAddr: 0x120EE0, symSize: 0x8 } + - { offsetInCU: 0x8AE, offset: 0x1D1336, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1B30, symBinAddr: 0x120EE8, symSize: 0x74 } + - { offsetInCU: 0x8F9, offset: 0x1D1381, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1BA4, symBinAddr: 0x120F5C, symSize: 0xC } + - { offsetInCU: 0x915, offset: 0x1D139D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1BB0, symBinAddr: 0x120F68, symSize: 0xC } + - { offsetInCU: 0x933, offset: 0x1D13BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x14F0, symBinAddr: 0x1208A8, symSize: 0x40C } + - { offsetInCU: 0x9A6, offset: 0x1D142E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfd', symObjAddr: 0x1C48, symBinAddr: 0x121000, symSize: 0x4C } + - { offsetInCU: 0x9F1, offset: 0x1D1479, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfD', symObjAddr: 0x1C94, symBinAddr: 0x12104C, symSize: 0x1C } + - { offsetInCU: 0xA2D, offset: 0x1D14B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1E88, symBinAddr: 0x121230, symSize: 0xC } + - { offsetInCU: 0xA6E, offset: 0x1D14F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1E94, symBinAddr: 0x12123C, symSize: 0xC } + - { offsetInCU: 0xAA0, offset: 0x1D1528, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x1EA0, symBinAddr: 0x121248, symSize: 0xC } + - { offsetInCU: 0xACB, offset: 0x1D1553, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x1EAC, symBinAddr: 0x121254, symSize: 0xC } + - { offsetInCU: 0xB0C, offset: 0x1D1594, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x1EB8, symBinAddr: 0x121260, symSize: 0xC } + - { offsetInCU: 0xB86, offset: 0x1D160E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xCC, symBinAddr: 0x11F484, symSize: 0x18 } + - { offsetInCU: 0xBB7, offset: 0x1D163F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xE4, symBinAddr: 0x11F49C, symSize: 0xC } + - { offsetInCU: 0xD11, offset: 0x1D1799, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfE', symObjAddr: 0x1C0C, symBinAddr: 0x120FC4, symSize: 0x3C } + - { offsetInCU: 0xD69, offset: 0x1D17F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCMa', symObjAddr: 0x1CB0, symBinAddr: 0x121068, symSize: 0x20 } + - { offsetInCU: 0xD7D, offset: 0x1D1805, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwet', symObjAddr: 0x1CE0, symBinAddr: 0x121088, symSize: 0x90 } + - { offsetInCU: 0xD91, offset: 0x1D1819, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwst', symObjAddr: 0x1D70, symBinAddr: 0x121118, symSize: 0xBC } + - { offsetInCU: 0xDA5, offset: 0x1D182D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwup', symObjAddr: 0x1E2C, symBinAddr: 0x1211D4, symSize: 0x4 } + - { offsetInCU: 0xDB9, offset: 0x1D1841, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOMa', symObjAddr: 0x1E30, symBinAddr: 0x1211D8, symSize: 0x10 } + - { offsetInCU: 0xDCD, offset: 0x1D1855, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASQWb', symObjAddr: 0x1E40, symBinAddr: 0x1211E8, symSize: 0x4 } + - { offsetInCU: 0xDE1, offset: 0x1D1869, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSQAAWl', symObjAddr: 0x1E44, symBinAddr: 0x1211EC, symSize: 0x44 } + - { offsetInCU: 0xDF5, offset: 0x1D187D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSYAAWl', symObjAddr: 0x1EC4, symBinAddr: 0x12126C, symSize: 0x44 } + - { offsetInCU: 0xE09, offset: 0x1D1891, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs0D3KeyAAWl', symObjAddr: 0x1F6C, symBinAddr: 0x1212B0, symSize: 0x44 } + - { offsetInCU: 0xE1D, offset: 0x1D18A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSEAAWl', symObjAddr: 0x20E0, symBinAddr: 0x121358, symSize: 0x44 } + - { offsetInCU: 0xE31, offset: 0x1D18B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs9CodingKeyAAWl', symObjAddr: 0x2168, symBinAddr: 0x12139C, symSize: 0x44 } + - { offsetInCU: 0xE45, offset: 0x1D18CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSEAASERzlWl', symObjAddr: 0x21AC, symBinAddr: 0x1213E0, symSize: 0x7C } + - { offsetInCU: 0xE59, offset: 0x1D18E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSeAAWl', symObjAddr: 0x22D0, symBinAddr: 0x12145C, symSize: 0x44 } + - { offsetInCU: 0xE6D, offset: 0x1D18F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSeAASeRzlWl', symObjAddr: 0x2358, symBinAddr: 0x1214A0, symSize: 0x7C } + - { offsetInCU: 0xE81, offset: 0x1D1909, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x2538, symBinAddr: 0x12157C, symSize: 0x90 } + - { offsetInCU: 0xE95, offset: 0x1D191D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x25C8, symBinAddr: 0x12160C, symSize: 0xBC } + - { offsetInCU: 0xEA9, offset: 0x1D1931, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x2684, symBinAddr: 0x1216C8, symSize: 0x8 } + - { offsetInCU: 0xEBD, offset: 0x1D1945, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x268C, symBinAddr: 0x1216D0, symSize: 0x4 } + - { offsetInCU: 0xED1, offset: 0x1D1959, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x2690, symBinAddr: 0x1216D4, symSize: 0x8 } + - { offsetInCU: 0xEE5, offset: 0x1D196D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x2698, symBinAddr: 0x1216DC, symSize: 0x10 } + - { offsetInCU: 0xEF9, offset: 0x1D1981, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x26A8, symBinAddr: 0x1216EC, symSize: 0x90 } + - { offsetInCU: 0xF0D, offset: 0x1D1995, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x2738, symBinAddr: 0x12177C, symSize: 0xBC } + - { offsetInCU: 0xF21, offset: 0x1D19A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x27F4, symBinAddr: 0x121838, symSize: 0x8 } + - { offsetInCU: 0xF35, offset: 0x1D19BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x27FC, symBinAddr: 0x121840, symSize: 0x4 } + - { offsetInCU: 0xF49, offset: 0x1D19D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x2800, symBinAddr: 0x121844, symSize: 0xC } + - { offsetInCU: 0xF5D, offset: 0x1D19E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x280C, symBinAddr: 0x121850, symSize: 0x10 } + - { offsetInCU: 0xF71, offset: 0x1D19F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x281C, symBinAddr: 0x121860, symSize: 0x4 } + - { offsetInCU: 0xF85, offset: 0x1D1A0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x2820, symBinAddr: 0x121864, symSize: 0x44 } + - { offsetInCU: 0xF99, offset: 0x1D1A21, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x2864, symBinAddr: 0x1218A8, symSize: 0x4 } + - { offsetInCU: 0xFAD, offset: 0x1D1A35, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x2868, symBinAddr: 0x1218AC, symSize: 0x44 } + - { offsetInCU: 0xFC1, offset: 0x1D1A49, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x28AC, symBinAddr: 0x1218F0, symSize: 0x4 } + - { offsetInCU: 0xFD5, offset: 0x1D1A5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x28B0, symBinAddr: 0x1218F4, symSize: 0x44 } + - { offsetInCU: 0xFE9, offset: 0x1D1A71, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x28F4, symBinAddr: 0x121938, symSize: 0x4 } + - { offsetInCU: 0xFFD, offset: 0x1D1A85, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x28F8, symBinAddr: 0x12193C, symSize: 0x44 } + - { offsetInCU: 0x1011, offset: 0x1D1A99, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x293C, symBinAddr: 0x121980, symSize: 0x4 } + - { offsetInCU: 0x1025, offset: 0x1D1AAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2940, symBinAddr: 0x121984, symSize: 0x44 } + - { offsetInCU: 0x1039, offset: 0x1D1AC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2984, symBinAddr: 0x1219C8, symSize: 0x4 } + - { offsetInCU: 0x104D, offset: 0x1D1AD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2988, symBinAddr: 0x1219CC, symSize: 0x44 } + - { offsetInCU: 0x1081, offset: 0x1D1B09, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC, symBinAddr: 0x11F3C4, symSize: 0x14 } + - { offsetInCU: 0x1112, offset: 0x1D1B9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x20, symBinAddr: 0x11F3D8, symSize: 0x44 } + - { offsetInCU: 0x11C1, offset: 0x1D1C49, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x11F41C, symSize: 0x28 } + - { offsetInCU: 0x1214, offset: 0x1D1C9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8C, symBinAddr: 0x11F444, symSize: 0x40 } + - { offsetInCU: 0x1298, offset: 0x1D1D20, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF0, symBinAddr: 0x11F4A8, symSize: 0x5C } + - { offsetInCU: 0x12BB, offset: 0x1D1D43, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x14C, symBinAddr: 0x11F504, symSize: 0x4C } + - { offsetInCU: 0x1322, offset: 0x1D1DAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x192C, symBinAddr: 0x120CE4, symSize: 0xC } + - { offsetInCU: 0x135C, offset: 0x1D1DE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1938, symBinAddr: 0x120CF0, symSize: 0xC } + - { offsetInCU: 0x137C, offset: 0x1D1E04, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1938, symBinAddr: 0x120CF0, symSize: 0xC } + - { offsetInCU: 0x1390, offset: 0x1D1E18, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1938, symBinAddr: 0x120CF0, symSize: 0xC } + - { offsetInCU: 0x13A2, offset: 0x1D1E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1944, symBinAddr: 0x120CFC, symSize: 0x8 } + - { offsetInCU: 0x13BE, offset: 0x1D1E46, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x194C, symBinAddr: 0x120D04, symSize: 0x8 } + - { offsetInCU: 0x13D9, offset: 0x1D1E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1A1C, symBinAddr: 0x120DD4, symSize: 0x28 } + - { offsetInCU: 0x13F5, offset: 0x1D1E7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A44, symBinAddr: 0x120DFC, symSize: 0x28 } + - { offsetInCU: 0x1411, offset: 0x1D1E99, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A6C, symBinAddr: 0x120E24, symSize: 0xC } + - { offsetInCU: 0x142D, offset: 0x1D1EB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1A78, symBinAddr: 0x120E30, symSize: 0x8 } + - { offsetInCU: 0x1449, offset: 0x1D1ED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A80, symBinAddr: 0x120E38, symSize: 0x8 } + - { offsetInCU: 0x1465, offset: 0x1D1EED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1A88, symBinAddr: 0x120E40, symSize: 0x8 } + - { offsetInCU: 0x1488, offset: 0x1D1F10, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1BBC, symBinAddr: 0x120F74, symSize: 0x28 } + - { offsetInCU: 0x14A4, offset: 0x1D1F2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1BE4, symBinAddr: 0x120F9C, symSize: 0x28 } + - { offsetInCU: 0x9D, offset: 0x1D21BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xE0, symBinAddr: 0x121B48, symSize: 0x20 } + - { offsetInCU: 0xCE, offset: 0x1D21EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x100, symBinAddr: 0x121B68, symSize: 0x18 } + - { offsetInCU: 0x125, offset: 0x1D2242, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1C0, symBinAddr: 0x121C28, symSize: 0x48 } + - { offsetInCU: 0x14A, offset: 0x1D2267, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x208, symBinAddr: 0x121C70, symSize: 0x338 } + - { offsetInCU: 0x1B2, offset: 0x1D22CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x540, symBinAddr: 0x121FA8, symSize: 0x5E0 } + - { offsetInCU: 0x41F, offset: 0x1D253C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB20, symBinAddr: 0x122588, symSize: 0x1F8 } + - { offsetInCU: 0x48D, offset: 0x1D25AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO8rawValueSSvg', symObjAddr: 0xD18, symBinAddr: 0x122780, symSize: 0x18 } + - { offsetInCU: 0x4C6, offset: 0x1D25E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xD30, symBinAddr: 0x122798, symSize: 0x18 } + - { offsetInCU: 0x4F4, offset: 0x1D2611, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xD30, symBinAddr: 0x122798, symSize: 0x18 } + - { offsetInCU: 0x546, offset: 0x1D2663, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0xD6C, symBinAddr: 0x1227D4, symSize: 0x64 } + - { offsetInCU: 0x5AC, offset: 0x1D26C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0xDD0, symBinAddr: 0x122838, symSize: 0x28 } + - { offsetInCU: 0x5C8, offset: 0x1D26E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xDF8, symBinAddr: 0x122860, symSize: 0x8 } + - { offsetInCU: 0x5FE, offset: 0x1D271B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xE00, symBinAddr: 0x122868, symSize: 0x68 } + - { offsetInCU: 0x683, offset: 0x1D27A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xE68, symBinAddr: 0x1228D0, symSize: 0xC } + - { offsetInCU: 0x69F, offset: 0x1D27BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xE74, symBinAddr: 0x1228DC, symSize: 0xC } + - { offsetInCU: 0x6DB, offset: 0x1D27F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfD', symObjAddr: 0xEF4, symBinAddr: 0x12295C, symSize: 0x3C } + - { offsetInCU: 0x7D6, offset: 0x1D28F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfE', symObjAddr: 0xED0, symBinAddr: 0x122938, symSize: 0x24 } + - { offsetInCU: 0x82E, offset: 0x1D294B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCMa', symObjAddr: 0xF30, symBinAddr: 0x122998, symSize: 0x20 } + - { offsetInCU: 0x842, offset: 0x1D295F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwet', symObjAddr: 0xF60, symBinAddr: 0x1229B8, symSize: 0x90 } + - { offsetInCU: 0x856, offset: 0x1D2973, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwst', symObjAddr: 0xFF0, symBinAddr: 0x122A48, symSize: 0xBC } + - { offsetInCU: 0x86A, offset: 0x1D2987, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwug', symObjAddr: 0x10AC, symBinAddr: 0x122B04, symSize: 0x8 } + - { offsetInCU: 0x87E, offset: 0x1D299B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwup', symObjAddr: 0x10B4, symBinAddr: 0x122B0C, symSize: 0x4 } + - { offsetInCU: 0x892, offset: 0x1D29AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwui', symObjAddr: 0x10B8, symBinAddr: 0x122B10, symSize: 0xC } + - { offsetInCU: 0x8A6, offset: 0x1D29C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOMa', symObjAddr: 0x10C4, symBinAddr: 0x122B1C, symSize: 0x10 } + - { offsetInCU: 0x8BA, offset: 0x1D29D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASQWb', symObjAddr: 0x10D4, symBinAddr: 0x122B2C, symSize: 0x4 } + - { offsetInCU: 0x8CE, offset: 0x1D29EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSQAAWl', symObjAddr: 0x10D8, symBinAddr: 0x122B30, symSize: 0x44 } + - { offsetInCU: 0x8E2, offset: 0x1D29FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSYAAWl', symObjAddr: 0x111C, symBinAddr: 0x122B74, symSize: 0x44 } + - { offsetInCU: 0x8F6, offset: 0x1D2A13, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs0C3KeyAAWl', symObjAddr: 0x11C4, symBinAddr: 0x122BB8, symSize: 0x44 } + - { offsetInCU: 0x90A, offset: 0x1D2A27, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSEAAWl', symObjAddr: 0x1290, symBinAddr: 0x122BFC, symSize: 0x44 } + - { offsetInCU: 0x91E, offset: 0x1D2A3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSeAAWl', symObjAddr: 0x13A0, symBinAddr: 0x122CA8, symSize: 0x44 } + - { offsetInCU: 0x932, offset: 0x1D2A4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwet', symObjAddr: 0x14A8, symBinAddr: 0x122CEC, symSize: 0x90 } + - { offsetInCU: 0x946, offset: 0x1D2A63, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwst', symObjAddr: 0x1538, symBinAddr: 0x122D7C, symSize: 0xBC } + - { offsetInCU: 0x95A, offset: 0x1D2A77, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwug', symObjAddr: 0x15F4, symBinAddr: 0x122E38, symSize: 0x8 } + - { offsetInCU: 0x96E, offset: 0x1D2A8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwup', symObjAddr: 0x15FC, symBinAddr: 0x122E40, symSize: 0x4 } + - { offsetInCU: 0x982, offset: 0x1D2A9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwui', symObjAddr: 0x1600, symBinAddr: 0x122E44, symSize: 0x8 } + - { offsetInCU: 0x996, offset: 0x1D2AB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOMa', symObjAddr: 0x1608, symBinAddr: 0x122E4C, symSize: 0x10 } + - { offsetInCU: 0x9AA, offset: 0x1D2AC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASQWb', symObjAddr: 0x1618, symBinAddr: 0x122E5C, symSize: 0x4 } + - { offsetInCU: 0x9BE, offset: 0x1D2ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFSQAAWl', symObjAddr: 0x161C, symBinAddr: 0x122E60, symSize: 0x44 } + - { offsetInCU: 0x9D2, offset: 0x1D2AEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1660, symBinAddr: 0x122EA4, symSize: 0x4 } + - { offsetInCU: 0x9E6, offset: 0x1D2B03, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1664, symBinAddr: 0x122EA8, symSize: 0x44 } + - { offsetInCU: 0x9FA, offset: 0x1D2B17, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16A8, symBinAddr: 0x122EEC, symSize: 0x4 } + - { offsetInCU: 0xA0E, offset: 0x1D2B2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16AC, symBinAddr: 0x122EF0, symSize: 0x44 } + - { offsetInCU: 0xA42, offset: 0x1D2B5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x121A68, symSize: 0x18 } + - { offsetInCU: 0xAD3, offset: 0x1D2BF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x121A80, symSize: 0x4C } + - { offsetInCU: 0xBB4, offset: 0x1D2CD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x121ACC, symSize: 0x34 } + - { offsetInCU: 0xC3B, offset: 0x1D2D58, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98, symBinAddr: 0x121B00, symSize: 0x48 } + - { offsetInCU: 0xCF1, offset: 0x1D2E0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x118, symBinAddr: 0x121B80, symSize: 0x5C } + - { offsetInCU: 0xD14, offset: 0x1D2E31, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x174, symBinAddr: 0x121BDC, symSize: 0x4C } + - { offsetInCU: 0xD7B, offset: 0x1D2E98, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD48, symBinAddr: 0x1227B0, symSize: 0xC } + - { offsetInCU: 0xD97, offset: 0x1D2EB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH9hashValueSivgTW', symObjAddr: 0xD54, symBinAddr: 0x1227BC, symSize: 0x8 } + - { offsetInCU: 0xDB3, offset: 0x1D2ED0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD5C, symBinAddr: 0x1227C4, symSize: 0x8 } + - { offsetInCU: 0xDCF, offset: 0x1D2EEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD64, symBinAddr: 0x1227CC, symSize: 0x8 } + - { offsetInCU: 0xDF2, offset: 0x1D2F0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xE80, symBinAddr: 0x1228E8, symSize: 0x28 } + - { offsetInCU: 0xE0E, offset: 0x1D2F2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xEA8, symBinAddr: 0x122910, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1D3109, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x122F34, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x1D3121, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x122F34, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x1D3135, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMr', symObjAddr: 0x4, symBinAddr: 0x122F38, symSize: 0x78 } + - { offsetInCU: 0x77, offset: 0x1D3155, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC7storageAA0cD7StorageOyxGvg', symObjAddr: 0x7C, symBinAddr: 0x122FB0, symSize: 0x64 } + - { offsetInCU: 0xEF, offset: 0x1D31CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCfD', symObjAddr: 0x110, symBinAddr: 0x123014, symSize: 0x3C } + - { offsetInCU: 0x143, offset: 0x1D3221, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0A2aEP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x158, symBinAddr: 0x12305C, symSize: 0x20 } + - { offsetInCU: 0x16E, offset: 0x1D324C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x178, symBinAddr: 0x12307C, symSize: 0xC } + - { offsetInCU: 0x18E, offset: 0x1D326C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x178, symBinAddr: 0x12307C, symSize: 0xC } + - { offsetInCU: 0x1AF, offset: 0x1D328D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x184, symBinAddr: 0x123088, symSize: 0x24 } + - { offsetInCU: 0x1E1, offset: 0x1D32BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1B0, symBinAddr: 0x1230B4, symSize: 0x10 } + - { offsetInCU: 0x20E, offset: 0x1D32EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9valueTypeypXpvgTf4d_n', symObjAddr: 0x1C0, symBinAddr: 0x1230C4, symSize: 0x4 } + - { offsetInCU: 0x23A, offset: 0x1D3318, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMa', symObjAddr: 0x14C, symBinAddr: 0x123050, symSize: 0xC } + - { offsetInCU: 0x24E, offset: 0x1D332C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0AA0C0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x1A8, symBinAddr: 0x1230AC, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x1D34A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x1230C8, symSize: 0x90C } + - { offsetInCU: 0x284, offset: 0x1D36FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x1230C8, symSize: 0x90C } + - { offsetInCU: 0xC8B, offset: 0x1D4101, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x90C, symBinAddr: 0x1239D4, symSize: 0x50 } + - { offsetInCU: 0xCC5, offset: 0x1D413B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCADycfcTo', symObjAddr: 0x95C, symBinAddr: 0x123A24, symSize: 0x88 } + - { offsetInCU: 0xD28, offset: 0x1D419E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5layerADyp_tcfcTo', symObjAddr: 0x9E4, symBinAddr: 0x123AAC, symSize: 0xE8 } + - { offsetInCU: 0xD6D, offset: 0x1D41E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfc', symObjAddr: 0xACC, symBinAddr: 0x123B94, symSize: 0xA0 } + - { offsetInCU: 0xDAA, offset: 0x1D4220, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB6C, symBinAddr: 0x123C34, symSize: 0x30 } + - { offsetInCU: 0xDC6, offset: 0x1D423C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfD', symObjAddr: 0xB9C, symBinAddr: 0x123C64, symSize: 0x34 } + - { offsetInCU: 0xF6E, offset: 0x1D43E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfETo', symObjAddr: 0xBD0, symBinAddr: 0x123C98, symSize: 0x10 } + - { offsetInCU: 0xF9D, offset: 0x1D4413, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCMa', symObjAddr: 0xBE0, symBinAddr: 0x123CA8, symSize: 0x20 } + - { offsetInCU: 0x105B, offset: 0x1D44D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0xC00, symBinAddr: 0x123CC8, symSize: 0x4A0 } + - { offsetInCU: 0x13D3, offset: 0x1D4849, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC16updateShapeLayer5layerySo07CAShapeG0C_tF', symObjAddr: 0x10A0, symBinAddr: 0x124168, symSize: 0x1C4 } + - { offsetInCU: 0x15B1, offset: 0x1D4A27, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfD', symObjAddr: 0x1288, symBinAddr: 0x124350, symSize: 0x3C } + - { offsetInCU: 0x1621, offset: 0x1D4A97, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x12E4, symBinAddr: 0x1243AC, symSize: 0xC } + - { offsetInCU: 0x1653, offset: 0x1D4AC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x12F0, symBinAddr: 0x1243B8, symSize: 0x20 } + - { offsetInCU: 0x1699, offset: 0x1D4B0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1310, symBinAddr: 0x1243D8, symSize: 0x40 } + - { offsetInCU: 0x16E0, offset: 0x1D4B56, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x1350, symBinAddr: 0x124418, symSize: 0x4 } + - { offsetInCU: 0x1708, offset: 0x1D4B7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfE', symObjAddr: 0x1264, symBinAddr: 0x12432C, symSize: 0x24 } + - { offsetInCU: 0x1735, offset: 0x1D4BAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCMa', symObjAddr: 0x12C4, symBinAddr: 0x12438C, symSize: 0x20 } + - { offsetInCU: 0x3E6, offset: 0x1D541E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_Say12CoreGraphics7CGFloatVGTB5', symObjAddr: 0x210, symBinAddr: 0x124604, symSize: 0x594 } + - { offsetInCU: 0x8BA, offset: 0x1D58F2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_SaySo10CGColorRefaGTB5', symObjAddr: 0x7A4, symBinAddr: 0x124B98, symSize: 0x594 } + - { offsetInCU: 0xEC7, offset: 0x1D5EFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKF', symObjAddr: 0xD78, symBinAddr: 0x12516C, symSize: 0x7E8 } + - { offsetInCU: 0x1359, offset: 0x1D6391, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_', symObjAddr: 0x1A60, symBinAddr: 0x125DB4, symSize: 0x138 } + - { offsetInCU: 0x150B, offset: 0x1D6543, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_', symObjAddr: 0x1B98, symBinAddr: 0x125EEC, symSize: 0x128 } + - { offsetInCU: 0x176A, offset: 0x1D67A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientShapeItemPAAE18colorConfiguration33_B799B7369307A01782ECC9AEBF9C580CLL4from4typeSaySo10CGColorRefa0E0_12CoreGraphics7CGFloatV8locationtGSaySdG_AA0B11ContentTypeOtF', symObjAddr: 0x15C4, symBinAddr: 0x125954, symSize: 0x460 } + - { offsetInCU: 0x2086, offset: 0x1D70BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x1CC0, symBinAddr: 0x126014, symSize: 0x3E0 } + - { offsetInCU: 0x22FE, offset: 0x1D7336, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x20A0, symBinAddr: 0x1263F4, symSize: 0x29C } + - { offsetInCU: 0x24A5, offset: 0x1D74DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_', symObjAddr: 0x23A4, symBinAddr: 0x126690, symSize: 0x90 } + - { offsetInCU: 0x262C, offset: 0x1D7664, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x2434, symBinAddr: 0x126720, symSize: 0x50 } + - { offsetInCU: 0x27DA, offset: 0x1D7812, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5', symObjAddr: 0x2484, symBinAddr: 0x126770, symSize: 0x30 } + - { offsetInCU: 0x2823, offset: 0x1D785B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5', symObjAddr: 0x24B4, symBinAddr: 0x1267A0, symSize: 0x70 } + - { offsetInCU: 0x2883, offset: 0x1D78BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5TA', symObjAddr: 0x2548, symBinAddr: 0x126834, symSize: 0x8 } + - { offsetInCU: 0x2897, offset: 0x1D78CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_TA', symObjAddr: 0x2550, symBinAddr: 0x12683C, symSize: 0x1C } + - { offsetInCU: 0x28E7, offset: 0x1D791F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Say12CoreGraphics7CGFloatVG_TG5TA', symObjAddr: 0x256C, symBinAddr: 0x126858, symSize: 0x2C } + - { offsetInCU: 0x2954, offset: 0x1D798C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_TA', symObjAddr: 0x2598, symBinAddr: 0x126884, symSize: 0x1C } + - { offsetInCU: 0x2BFB, offset: 0x1D7C33, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_SaySo10CGColorRefaGTg5Tf4nnndxn_n', symObjAddr: 0x2624, symBinAddr: 0x1268D4, symSize: 0xD54 } + - { offsetInCU: 0x37EC, offset: 0x1D8824, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_Say12CoreGraphics7CGFloatVGTg5Tf4nnndxn_n', symObjAddr: 0x3C70, symBinAddr: 0x127F20, symSize: 0xD54 } + - { offsetInCU: 0x43DD, offset: 0x1D9415, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_TA', symObjAddr: 0x4B5C, symBinAddr: 0x128E0C, symSize: 0x18 } + - { offsetInCU: 0x43F1, offset: 0x1D9429, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOr', symObjAddr: 0x4D2C, symBinAddr: 0x128E4C, symSize: 0x2C } + - { offsetInCU: 0x4405, offset: 0x1D943D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOs', symObjAddr: 0x4D80, symBinAddr: 0x128E78, symSize: 0x2C } + - { offsetInCU: 0x4419, offset: 0x1D9451, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTg5TA', symObjAddr: 0x4E88, symBinAddr: 0x128EB8, symSize: 0x8 } + - { offsetInCU: 0x442D, offset: 0x1D9465, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4E90, symBinAddr: 0x128EC0, symSize: 0x8 } + - { offsetInCU: 0x4441, offset: 0x1D9479, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4F6C, symBinAddr: 0x128F00, symSize: 0x8 } + - { offsetInCU: 0x4455, offset: 0x1D948D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4F74, symBinAddr: 0x128F08, symSize: 0x8 } + - { offsetInCU: 0x4469, offset: 0x1D94A1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_SaySo10CGColorRefaGTg5TA', symObjAddr: 0x50EC, symBinAddr: 0x128FF8, symSize: 0x8 } + - { offsetInCU: 0x447D, offset: 0x1D94B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwCP', symObjAddr: 0x50F4, symBinAddr: 0x129000, symSize: 0x30 } + - { offsetInCU: 0x4491, offset: 0x1D94C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwet', symObjAddr: 0x5134, symBinAddr: 0x129030, symSize: 0x20 } + - { offsetInCU: 0x44A5, offset: 0x1D94DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwst', symObjAddr: 0x5154, symBinAddr: 0x129050, symSize: 0x2C } + - { offsetInCU: 0x44B9, offset: 0x1D94F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVMa', symObjAddr: 0x5180, symBinAddr: 0x12907C, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1D9DDE, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x1290CC, symSize: 0x134 } + - { offsetInCU: 0x69, offset: 0x1D9E20, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x1290CC, symSize: 0x134 } + - { offsetInCU: 0xBA, offset: 0x1D9E71, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwCP', symObjAddr: 0x144, symBinAddr: 0x129210, symSize: 0x60 } + - { offsetInCU: 0xCE, offset: 0x1D9E85, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwxx', symObjAddr: 0x1A4, symBinAddr: 0x129270, symSize: 0x40 } + - { offsetInCU: 0xE2, offset: 0x1D9E99, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwcp', symObjAddr: 0x1E4, symBinAddr: 0x1292B0, symSize: 0x60 } + - { offsetInCU: 0xF6, offset: 0x1D9EAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwca', symObjAddr: 0x244, symBinAddr: 0x129310, symSize: 0xD8 } + - { offsetInCU: 0x10A, offset: 0x1D9EC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwta', symObjAddr: 0x330, symBinAddr: 0x1293E8, symSize: 0x80 } + - { offsetInCU: 0x11E, offset: 0x1D9ED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwet', symObjAddr: 0x3B0, symBinAddr: 0x129468, symSize: 0x58 } + - { offsetInCU: 0x132, offset: 0x1D9EE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwst', symObjAddr: 0x408, symBinAddr: 0x1294C0, symSize: 0x58 } + - { offsetInCU: 0x146, offset: 0x1D9EFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwug', symObjAddr: 0x460, symBinAddr: 0x129518, symSize: 0x18 } + - { offsetInCU: 0x15A, offset: 0x1D9F11, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwup', symObjAddr: 0x478, symBinAddr: 0x129530, symSize: 0x4 } + - { offsetInCU: 0x16E, offset: 0x1D9F25, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwui', symObjAddr: 0x47C, symBinAddr: 0x129534, symSize: 0x24 } + - { offsetInCU: 0x182, offset: 0x1D9F39, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOMa', symObjAddr: 0x4A0, symBinAddr: 0x129558, symSize: 0x10 } + - { offsetInCU: 0x1AE, offset: 0x1D9F65, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x134, symBinAddr: 0x129200, symSize: 0x4 } + - { offsetInCU: 0x1CA, offset: 0x1D9F81, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x138, symBinAddr: 0x129204, symSize: 0x4 } + - { offsetInCU: 0x1E6, offset: 0x1D9F9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x13C, symBinAddr: 0x129208, symSize: 0x4 } + - { offsetInCU: 0x202, offset: 0x1D9FB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x140, symBinAddr: 0x12920C, symSize: 0x4 } + - { offsetInCU: 0x5E, offset: 0x1DA174, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfC', symObjAddr: 0x0, symBinAddr: 0x129568, symSize: 0x58 } + - { offsetInCU: 0x92, offset: 0x1DA1A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc', symObjAddr: 0x58, symBinAddr: 0x1295C0, symSize: 0x30 } + - { offsetInCU: 0xD0, offset: 0x1DA1E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfC', symObjAddr: 0x88, symBinAddr: 0x1295F0, symSize: 0xA8 } + - { offsetInCU: 0x123, offset: 0x1DA239, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc', symObjAddr: 0x130, symBinAddr: 0x129698, symSize: 0x94 } + - { offsetInCU: 0x161, offset: 0x1DA277, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg', symObjAddr: 0x1C4, symBinAddr: 0x12972C, symSize: 0x30 } + - { offsetInCU: 0x1AC, offset: 0x1DA2C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs', symObjAddr: 0x1F4, symBinAddr: 0x12975C, symSize: 0x4C } + - { offsetInCU: 0x1F2, offset: 0x1DA308, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM', symObjAddr: 0x240, symBinAddr: 0x1297A8, symSize: 0x40 } + - { offsetInCU: 0x221, offset: 0x1DA337, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x280, symBinAddr: 0x1297E8, symSize: 0x34 } + - { offsetInCU: 0x260, offset: 0x1DA376, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9valueTypeypXpvg', symObjAddr: 0x2B4, symBinAddr: 0x12981C, symSize: 0xC } + - { offsetInCU: 0x28B, offset: 0x1DA3A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg', symObjAddr: 0x2C0, symBinAddr: 0x129828, symSize: 0xA0 } + - { offsetInCU: 0x2D8, offset: 0x1DA3EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x360, symBinAddr: 0x1298C8, symSize: 0x2C } + - { offsetInCU: 0x33E, offset: 0x1DA454, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x38C, symBinAddr: 0x1298F4, symSize: 0x18 } + - { offsetInCU: 0x361, offset: 0x1DA477, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfd', symObjAddr: 0x3A4, symBinAddr: 0x12990C, symSize: 0x24 } + - { offsetInCU: 0x39C, offset: 0x1DA4B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfD', symObjAddr: 0x3C8, symBinAddr: 0x129930, symSize: 0x2C } + - { offsetInCU: 0x3DF, offset: 0x1DA4F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x3F4, symBinAddr: 0x12995C, symSize: 0x20 } + - { offsetInCU: 0x3FB, offset: 0x1DA511, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x414, symBinAddr: 0x12997C, symSize: 0xC } + - { offsetInCU: 0x441, offset: 0x1DA557, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x420, symBinAddr: 0x129988, symSize: 0x1C } + - { offsetInCU: 0x476, offset: 0x1DA58C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfcTf4gn_n', symObjAddr: 0x500, symBinAddr: 0x129A68, symSize: 0x124 } + - { offsetInCU: 0x4ED, offset: 0x1DA603, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x43C, symBinAddr: 0x1299A4, symSize: 0x60 } + - { offsetInCU: 0x552, offset: 0x1DA668, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x49C, symBinAddr: 0x129A04, symSize: 0x64 } + - { offsetInCU: 0x599, offset: 0x1DA6AF, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOe', symObjAddr: 0x624, symBinAddr: 0x129B8C, symSize: 0x10 } + - { offsetInCU: 0x5AD, offset: 0x1DA6C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6B4, symBinAddr: 0x129BC8, symSize: 0x30 } + - { offsetInCU: 0x5F5, offset: 0x1DA70B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x754, symBinAddr: 0x129BF8, symSize: 0xC } + - { offsetInCU: 0x609, offset: 0x1DA71F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCMa', symObjAddr: 0x7F4, symBinAddr: 0x129C98, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1DA8F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x129CD4, symSize: 0xA4 } + - { offsetInCU: 0x4B, offset: 0x1DA916, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x129CD4, symSize: 0xA4 } + - { offsetInCU: 0xA9, offset: 0x1DA974, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC16hasRenderUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0xA4, symBinAddr: 0x129D78, symSize: 0xA0 } + - { offsetInCU: 0xE8, offset: 0x1DA9B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16hasRenderUpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x144, symBinAddr: 0x129E18, symSize: 0x24 } + - { offsetInCU: 0x122, offset: 0x1DA9ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCfD', symObjAddr: 0x168, symBinAddr: 0x129E3C, symSize: 0x24 } + - { offsetInCU: 0x16D, offset: 0x1DAA38, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP03hasD7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x1AC, symBinAddr: 0x129E80, symSize: 0x2C } + - { offsetInCU: 0x1B6, offset: 0x1DAA81, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x1D8, symBinAddr: 0x129EAC, symSize: 0x90 } + - { offsetInCU: 0x21A, offset: 0x1DAAE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x268, symBinAddr: 0x129F3C, symSize: 0xC } + - { offsetInCU: 0x24D, offset: 0x1DAB18, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCMa', symObjAddr: 0x18C, symBinAddr: 0x129E60, symSize: 0x20 } + - { offsetInCU: 0x9F, offset: 0x1DAD2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ', symObjAddr: 0xAC, symBinAddr: 0x12A004, symSize: 0x18 } + - { offsetInCU: 0xD2, offset: 0x1DAD5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF', symObjAddr: 0xB00, symBinAddr: 0x12AA58, symSize: 0x28 } + - { offsetInCU: 0x135, offset: 0x1DADC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO9hashValueSivg', symObjAddr: 0xB28, symBinAddr: 0x12AA80, symSize: 0x44 } + - { offsetInCU: 0x22F, offset: 0x1DAEBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB6C, symBinAddr: 0x12AAC4, symSize: 0x18 } + - { offsetInCU: 0x24F, offset: 0x1DAEDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB6C, symBinAddr: 0x12AAC4, symSize: 0x18 } + - { offsetInCU: 0x28F, offset: 0x1DAF1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH9hashValueSivgTW', symObjAddr: 0xB84, symBinAddr: 0x12AADC, symSize: 0x44 } + - { offsetInCU: 0x372, offset: 0x1DAFFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBC8, symBinAddr: 0x12AB20, symSize: 0x28 } + - { offsetInCU: 0x3FD, offset: 0x1DB089, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF', symObjAddr: 0x0, symBinAddr: 0x129F58, symSize: 0xA8 } + - { offsetInCU: 0x51F, offset: 0x1DB1AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ', symObjAddr: 0xA8, symBinAddr: 0x12A000, symSize: 0x4 } + - { offsetInCU: 0x542, offset: 0x1DB1CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg', symObjAddr: 0xC4, symBinAddr: 0x12A01C, symSize: 0x50 } + - { offsetInCU: 0x5CE, offset: 0x1DB25A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH9hashValueSivgTW', symObjAddr: 0x114, symBinAddr: 0x12A06C, symSize: 0x50 } + - { offsetInCU: 0x65D, offset: 0x1DB2E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x164, symBinAddr: 0x12A0BC, symSize: 0x4 } + - { offsetInCU: 0x680, offset: 0x1DB30C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1B4, symBinAddr: 0x12A10C, symSize: 0x4 } + - { offsetInCU: 0x6A0, offset: 0x1DB32C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1B4, symBinAddr: 0x12A10C, symSize: 0x4 } + - { offsetInCU: 0x6B1, offset: 0x1DB33D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x1610, symBinAddr: 0x12B568, symSize: 0x1E0 } + - { offsetInCU: 0x734, offset: 0x1DB3C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF', symObjAddr: 0x1B8, symBinAddr: 0x12A110, symSize: 0x32C } + - { offsetInCU: 0x9B4, offset: 0x1DB640, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ', symObjAddr: 0x4E4, symBinAddr: 0x12A43C, symSize: 0x4 } + - { offsetInCU: 0x9C8, offset: 0x1DB654, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x500, symBinAddr: 0x12A458, symSize: 0x4 } + - { offsetInCU: 0x9EB, offset: 0x1DB677, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x510, symBinAddr: 0x12A468, symSize: 0x4 } + - { offsetInCU: 0xA0B, offset: 0x1DB697, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x510, symBinAddr: 0x12A468, symSize: 0x4 } + - { offsetInCU: 0xA2B, offset: 0x1DB6B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0xDA8, symBinAddr: 0x12AD00, symSize: 0x868 } + - { offsetInCU: 0xAB3, offset: 0x1DB73F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x514, symBinAddr: 0x12A46C, symSize: 0x3C0 } + - { offsetInCU: 0xD85, offset: 0x1DBA11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x8D4, symBinAddr: 0x12A82C, symSize: 0x4 } + - { offsetInCU: 0xD99, offset: 0x1DBA25, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x9A8, symBinAddr: 0x12A900, symSize: 0x4 } + - { offsetInCU: 0xDC4, offset: 0x1DBA50, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA10, symBinAddr: 0x12A968, symSize: 0x4 } + - { offsetInCU: 0xDE4, offset: 0x1DBA70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA10, symBinAddr: 0x12A968, symSize: 0x4 } + - { offsetInCU: 0xDF5, offset: 0x1DBA81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x18E8, symBinAddr: 0x12B748, symSize: 0xBD0 } + - { offsetInCU: 0xF8A, offset: 0x1DBC16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO6pausedACvgZ', symObjAddr: 0xA14, symBinAddr: 0x12A96C, symSize: 0x18 } + - { offsetInCU: 0xFB6, offset: 0x1DBC42, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xA44, symBinAddr: 0x12A99C, symSize: 0x30 } + - { offsetInCU: 0x1015, offset: 0x1DBCA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xAD4, symBinAddr: 0x12AA2C, symSize: 0x2C } + - { offsetInCU: 0x110A, offset: 0x1DBD96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO04loopC0yAcA0a4LoopC0OF', symObjAddr: 0xC30, symBinAddr: 0x12AB88, symSize: 0x178 } + - { offsetInCU: 0x11E1, offset: 0x1DBE6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASQWb', symObjAddr: 0x24B8, symBinAddr: 0x12C318, symSize: 0x4 } + - { offsetInCU: 0x11F5, offset: 0x1DBE81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOAESQAAWl', symObjAddr: 0x24BC, symBinAddr: 0x12C31C, symSize: 0x44 } + - { offsetInCU: 0x1209, offset: 0x1DBE95, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASQWb', symObjAddr: 0x2500, symBinAddr: 0x12C360, symSize: 0x4 } + - { offsetInCU: 0x121D, offset: 0x1DBEA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OAESQAAWl', symObjAddr: 0x2504, symBinAddr: 0x12C364, symSize: 0x44 } + - { offsetInCU: 0x1231, offset: 0x1DBEBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASQWb', symObjAddr: 0x2548, symBinAddr: 0x12C3A8, symSize: 0x4 } + - { offsetInCU: 0x1245, offset: 0x1DBED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOACSQAAWl', symObjAddr: 0x254C, symBinAddr: 0x12C3AC, symSize: 0x44 } + - { offsetInCU: 0x1259, offset: 0x1DBEE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASQWb', symObjAddr: 0x2590, symBinAddr: 0x12C3F0, symSize: 0x4 } + - { offsetInCU: 0x126D, offset: 0x1DBEF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOACSQAAWl', symObjAddr: 0x2594, symBinAddr: 0x12C3F4, symSize: 0x44 } + - { offsetInCU: 0x1281, offset: 0x1DBF0D, size: 0x8, addend: 0x0, symName: ___swift_memcpy41_8, symObjAddr: 0x2708, symBinAddr: 0x12C464, symSize: 0x14 } + - { offsetInCU: 0x1295, offset: 0x1DBF21, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwet', symObjAddr: 0x2728, symBinAddr: 0x12C484, symSize: 0x60 } + - { offsetInCU: 0x12A9, offset: 0x1DBF35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwst', symObjAddr: 0x2788, symBinAddr: 0x12C4E4, symSize: 0x68 } + - { offsetInCU: 0x12BD, offset: 0x1DBF49, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwug', symObjAddr: 0x27F0, symBinAddr: 0x12C54C, symSize: 0x28 } + - { offsetInCU: 0x12D1, offset: 0x1DBF5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwup', symObjAddr: 0x2818, symBinAddr: 0x12C574, symSize: 0x1C } + - { offsetInCU: 0x12E5, offset: 0x1DBF71, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwui', symObjAddr: 0x2834, symBinAddr: 0x12C590, symSize: 0x54 } + - { offsetInCU: 0x12F9, offset: 0x1DBF85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOMa', symObjAddr: 0x2888, symBinAddr: 0x12C5E4, symSize: 0x10 } + - { offsetInCU: 0x130D, offset: 0x1DBF99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwCP', symObjAddr: 0x2898, symBinAddr: 0x12C5F4, symSize: 0x48 } + - { offsetInCU: 0x1321, offset: 0x1DBFAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwxx', symObjAddr: 0x28E0, symBinAddr: 0x12C63C, symSize: 0x10 } + - { offsetInCU: 0x1335, offset: 0x1DBFC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwcp', symObjAddr: 0x28F0, symBinAddr: 0x12C64C, symSize: 0x48 } + - { offsetInCU: 0x1349, offset: 0x1DBFD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwca', symObjAddr: 0x2938, symBinAddr: 0x12C694, symSize: 0x54 } + - { offsetInCU: 0x135D, offset: 0x1DBFE9, size: 0x8, addend: 0x0, symName: ___swift_memcpy17_8, symObjAddr: 0x298C, symBinAddr: 0x12C6E8, symSize: 0x14 } + - { offsetInCU: 0x1371, offset: 0x1DBFFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwta', symObjAddr: 0x29A0, symBinAddr: 0x12C6FC, symSize: 0x44 } + - { offsetInCU: 0x1385, offset: 0x1DC011, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwet', symObjAddr: 0x29E4, symBinAddr: 0x12C740, symSize: 0x54 } + - { offsetInCU: 0x1399, offset: 0x1DC025, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwst', symObjAddr: 0x2A38, symBinAddr: 0x12C794, symSize: 0x54 } + - { offsetInCU: 0x13AD, offset: 0x1DC039, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwug', symObjAddr: 0x2A8C, symBinAddr: 0x12C7E8, symSize: 0x20 } + - { offsetInCU: 0x13C1, offset: 0x1DC04D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwup', symObjAddr: 0x2AAC, symBinAddr: 0x12C808, symSize: 0x10 } + - { offsetInCU: 0x13D5, offset: 0x1DC061, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwui', symObjAddr: 0x2ABC, symBinAddr: 0x12C818, symSize: 0x2C } + - { offsetInCU: 0x13E9, offset: 0x1DC075, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOMa', symObjAddr: 0x2AE8, symBinAddr: 0x12C844, symSize: 0x10 } + - { offsetInCU: 0x13FD, offset: 0x1DC089, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OwCP', symObjAddr: 0x2AF8, symBinAddr: 0x12C854, symSize: 0x30 } + - { offsetInCU: 0x1411, offset: 0x1DC09D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owet', symObjAddr: 0x2CD8, symBinAddr: 0x12CA34, symSize: 0x5C } + - { offsetInCU: 0x1425, offset: 0x1DC0B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owst', symObjAddr: 0x2D34, symBinAddr: 0x12CA90, symSize: 0x60 } + - { offsetInCU: 0x1439, offset: 0x1DC0C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owug', symObjAddr: 0x2D94, symBinAddr: 0x12CAF0, symSize: 0xC } + - { offsetInCU: 0x144D, offset: 0x1DC0D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owup', symObjAddr: 0x2DA0, symBinAddr: 0x12CAFC, symSize: 0x10 } + - { offsetInCU: 0x1461, offset: 0x1DC0ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owui', symObjAddr: 0x2DB0, symBinAddr: 0x12CB0C, symSize: 0x20 } + - { offsetInCU: 0x1475, offset: 0x1DC101, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OMa', symObjAddr: 0x2DD0, symBinAddr: 0x12CB2C, symSize: 0x10 } + - { offsetInCU: 0x1489, offset: 0x1DC115, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwet', symObjAddr: 0x2DF0, symBinAddr: 0x12CB3C, symSize: 0x90 } + - { offsetInCU: 0x149D, offset: 0x1DC129, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwst', symObjAddr: 0x2E80, symBinAddr: 0x12CBCC, symSize: 0xBC } + - { offsetInCU: 0x14B1, offset: 0x1DC13D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwug', symObjAddr: 0x2F3C, symBinAddr: 0x12CC88, symSize: 0x8 } + - { offsetInCU: 0x14C5, offset: 0x1DC151, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwup', symObjAddr: 0x2F44, symBinAddr: 0x12CC90, symSize: 0x4 } + - { offsetInCU: 0x14D9, offset: 0x1DC165, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwui', symObjAddr: 0x2F48, symBinAddr: 0x12CC94, symSize: 0xC } + - { offsetInCU: 0x14ED, offset: 0x1DC179, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOMa', symObjAddr: 0x2F54, symBinAddr: 0x12CCA0, symSize: 0x10 } + - { offsetInCU: 0x1600, offset: 0x1DC28C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x168, symBinAddr: 0x12A0C0, symSize: 0x4C } + - { offsetInCU: 0x1689, offset: 0x1DC315, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBF0, symBinAddr: 0x12AB48, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1DC5D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x12CCB4, symSize: 0x408 } + - { offsetInCU: 0x4F, offset: 0x1DC5FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x12CCB4, symSize: 0x408 } + - { offsetInCU: 0x19F, offset: 0x1DC74C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCfD', symObjAddr: 0x408, symBinAddr: 0x12D0BC, symSize: 0x34 } + - { offsetInCU: 0x1EA, offset: 0x1DC797, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x45C, symBinAddr: 0x12D110, symSize: 0x24 } + - { offsetInCU: 0x215, offset: 0x1DC7C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x480, symBinAddr: 0x12D134, symSize: 0x2C } + - { offsetInCU: 0x256, offset: 0x1DC803, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x4AC, symBinAddr: 0x12D160, symSize: 0xC } + - { offsetInCU: 0x289, offset: 0x1DC836, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCMa', symObjAddr: 0x43C, symBinAddr: 0x12D0F0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1DCA03, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x12D16C, symSize: 0x124 } + - { offsetInCU: 0x4B, offset: 0x1DCA27, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x12D16C, symSize: 0x124 } + - { offsetInCU: 0xAD, offset: 0x1DCA89, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfcTo', symObjAddr: 0x124, symBinAddr: 0x12D290, symSize: 0x4C } + - { offsetInCU: 0xF3, offset: 0x1DCACF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x170, symBinAddr: 0x12D2DC, symSize: 0x58 } + - { offsetInCU: 0x13A, offset: 0x1DCB16, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x1C8, symBinAddr: 0x12D334, symSize: 0x12C } + - { offsetInCU: 0x268, offset: 0x1DCC44, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x2F4, symBinAddr: 0x12D460, symSize: 0x50 } + - { offsetInCU: 0x2A2, offset: 0x1DCC7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCACycfcTo', symObjAddr: 0x344, symBinAddr: 0x12D4B0, symSize: 0x2C } + - { offsetInCU: 0x309, offset: 0x1DCCE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfD', symObjAddr: 0x370, symBinAddr: 0x12D4DC, symSize: 0x34 } + - { offsetInCU: 0x3F7, offset: 0x1DCDD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfETo', symObjAddr: 0x3A4, symBinAddr: 0x12D510, symSize: 0x10 } + - { offsetInCU: 0x426, offset: 0x1DCE02, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCMa', symObjAddr: 0x3B4, symBinAddr: 0x12D520, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1DD008, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x12D540, symSize: 0x1F0 } + - { offsetInCU: 0x3F, offset: 0x1DD020, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x12D540, symSize: 0x1F0 } + - { offsetInCU: 0xCF, offset: 0x1DD0B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF', symObjAddr: 0x23C, symBinAddr: 0x12D730, symSize: 0x12C } + - { offsetInCU: 0x11A, offset: 0x1DD0FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x368, symBinAddr: 0x12D85C, symSize: 0x14 } + - { offsetInCU: 0x13D, offset: 0x1DD11E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x37C, symBinAddr: 0x12D870, symSize: 0x14 } + - { offsetInCU: 0x1D9, offset: 0x1DD1BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV5valueACyp_tKcfC', symObjAddr: 0x390, symBinAddr: 0x12D884, symSize: 0x1AC } + - { offsetInCU: 0x4C, offset: 0x1DD7E1, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ', symObjAddr: 0x4510, symBinAddr: 0x1E2AE0, symSize: 0x0 } + - { offsetInCU: 0x5A, offset: 0x1DD7EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x0, symBinAddr: 0x12DA50, symSize: 0xC } + - { offsetInCU: 0x6E, offset: 0x1DD803, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x778, symBinAddr: 0x12E1C8, symSize: 0x264 } + - { offsetInCU: 0x130, offset: 0x1DD8C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0xC, symBinAddr: 0x12DA5C, symSize: 0x4 } + - { offsetInCU: 0x144, offset: 0x1DD8D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0xC6C, symBinAddr: 0x12E6BC, symSize: 0x24C } + - { offsetInCU: 0x1E6, offset: 0x1DD97B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ', symObjAddr: 0x10, symBinAddr: 0x12DA60, symSize: 0x274 } + - { offsetInCU: 0x259, offset: 0x1DD9EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_', symObjAddr: 0x1D10, symBinAddr: 0x12F760, symSize: 0x538 } + - { offsetInCU: 0x3AF, offset: 0x1DDB44, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_', symObjAddr: 0x2248, symBinAddr: 0x12FC98, symSize: 0xC4 } + - { offsetInCU: 0x410, offset: 0x1DDBA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x284, symBinAddr: 0x12DCD4, symSize: 0x4 } + - { offsetInCU: 0x424, offset: 0x1DDBB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x1124, symBinAddr: 0x12EB74, symSize: 0x714 } + - { offsetInCU: 0x5B3, offset: 0x1DDD48, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ', symObjAddr: 0x288, symBinAddr: 0x12DCD8, symSize: 0x18 } + - { offsetInCU: 0x5C7, offset: 0x1DDD5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ', symObjAddr: 0x2A0, symBinAddr: 0x12DCF0, symSize: 0x18 } + - { offsetInCU: 0x5DB, offset: 0x1DDD70, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_', symObjAddr: 0x2B8, symBinAddr: 0x12DD08, symSize: 0xD8 } + - { offsetInCU: 0x6F1, offset: 0x1DDE86, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ', symObjAddr: 0x390, symBinAddr: 0x12DDE0, symSize: 0x124 } + - { offsetInCU: 0x7B7, offset: 0x1DDF4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x3354, symBinAddr: 0x130CC0, symSize: 0x36C } + - { offsetInCU: 0x8C9, offset: 0x1DE05E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x36C0, symBinAddr: 0x13102C, symSize: 0x3E8 } + - { offsetInCU: 0xB3B, offset: 0x1DE2D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0x4B4, symBinAddr: 0x12DF04, symSize: 0x24 } + - { offsetInCU: 0xC99, offset: 0x1DE42E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0x4D8, symBinAddr: 0x12DF28, symSize: 0x1E4 } + - { offsetInCU: 0xDFE, offset: 0x1DE593, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x6BC, symBinAddr: 0x12E10C, symSize: 0x7C } + - { offsetInCU: 0xEF0, offset: 0x1DE685, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ', symObjAddr: 0x738, symBinAddr: 0x12E188, symSize: 0x40 } + - { offsetInCU: 0xF17, offset: 0x1DE6AC, size: 0x8, addend: 0x0, symName: '_$sIegh_IeyBh_TR', symObjAddr: 0x9DC, symBinAddr: 0x12E42C, symSize: 0x2C } + - { offsetInCU: 0xF36, offset: 0x1DE6CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xA08, symBinAddr: 0x12E458, symSize: 0x1C } + - { offsetInCU: 0xFF7, offset: 0x1DE78C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xA24, symBinAddr: 0x12E474, symSize: 0x1CC } + - { offsetInCU: 0x1119, offset: 0x1DE8AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0xBF0, symBinAddr: 0x12E640, symSize: 0x7C } + - { offsetInCU: 0x11ED, offset: 0x1DE982, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xEB8, symBinAddr: 0x12E908, symSize: 0x20 } + - { offsetInCU: 0x12CE, offset: 0x1DEA63, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xED8, symBinAddr: 0x12E928, symSize: 0x1D0 } + - { offsetInCU: 0x1412, offset: 0x1DEBA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x10A8, symBinAddr: 0x12EAF8, symSize: 0x7C } + - { offsetInCU: 0x15A8, offset: 0x1DED3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ', symObjAddr: 0x1838, symBinAddr: 0x12F288, symSize: 0x6C } + - { offsetInCU: 0x1732, offset: 0x1DEEC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTY0_', symObjAddr: 0x18A4, symBinAddr: 0x12F2F4, symSize: 0x3D4 } + - { offsetInCU: 0x190F, offset: 0x1DF0A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1C78, symBinAddr: 0x12F6C8, symSize: 0x98 } + - { offsetInCU: 0x1A03, offset: 0x1DF198, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ', symObjAddr: 0x230C, symBinAddr: 0x12FD5C, symSize: 0x4 } + - { offsetInCU: 0x1A17, offset: 0x1DF1AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x2310, symBinAddr: 0x12FD60, symSize: 0x3D0 } + - { offsetInCU: 0x1B04, offset: 0x1DF299, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ', symObjAddr: 0x26E0, symBinAddr: 0x130130, symSize: 0x20 } + - { offsetInCU: 0x1BEB, offset: 0x1DF380, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTY0_', symObjAddr: 0x2700, symBinAddr: 0x130150, symSize: 0x198 } + - { offsetInCU: 0x1CE9, offset: 0x1DF47E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTQ1_', symObjAddr: 0x2898, symBinAddr: 0x1302E8, symSize: 0x7C } + - { offsetInCU: 0x1DCD, offset: 0x1DF562, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0_WZ', symObjAddr: 0x2980, symBinAddr: 0x1303D0, symSize: 0x1BC } + - { offsetInCU: 0x1E15, offset: 0x1DF5AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnnd_n', symObjAddr: 0x2B3C, symBinAddr: 0x13058C, symSize: 0x244 } + - { offsetInCU: 0x1EBE, offset: 0x1DF653, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x2D80, symBinAddr: 0x1307D0, symSize: 0x21C } + - { offsetInCU: 0x1F47, offset: 0x1DF6DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOc', symObjAddr: 0x2F9C, symBinAddr: 0x1309EC, symSize: 0x48 } + - { offsetInCU: 0x1F5B, offset: 0x1DF6F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOh', symObjAddr: 0x3024, symBinAddr: 0x130A34, symSize: 0x40 } + - { offsetInCU: 0x1F6F, offset: 0x1DF704, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x30D4, symBinAddr: 0x130A7C, symSize: 0x10 } + - { offsetInCU: 0x1F83, offset: 0x1DF718, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x30E4, symBinAddr: 0x130A8C, symSize: 0x8 } + - { offsetInCU: 0x1F97, offset: 0x1DF72C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnd_n', symObjAddr: 0x3128, symBinAddr: 0x130A94, symSize: 0x22C } + - { offsetInCU: 0x2030, offset: 0x1DF7C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x3C8C, symBinAddr: 0x1315A8, symSize: 0x214 } + - { offsetInCU: 0x20C0, offset: 0x1DF855, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadOMa', symObjAddr: 0x3F0C, symBinAddr: 0x131828, symSize: 0x10 } + - { offsetInCU: 0x20D4, offset: 0x1DF869, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x3F94, symBinAddr: 0x13186C, symSize: 0x10 } + - { offsetInCU: 0x20E8, offset: 0x1DF87D, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueCMa', symObjAddr: 0x3FE8, symBinAddr: 0x13187C, symSize: 0x3C } + - { offsetInCU: 0x20FC, offset: 0x1DF891, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_TA', symObjAddr: 0x403C, symBinAddr: 0x1318D0, symSize: 0xC } + - { offsetInCU: 0x2110, offset: 0x1DF8A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x4048, symBinAddr: 0x1318DC, symSize: 0x8 } + - { offsetInCU: 0x2124, offset: 0x1DF8B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4094, symBinAddr: 0x131928, symSize: 0x14 } + - { offsetInCU: 0x2138, offset: 0x1DF8CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOACs0C0AAWl', symObjAddr: 0x40F8, symBinAddr: 0x13198C, symSize: 0x44 } + - { offsetInCU: 0x214C, offset: 0x1DF8E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_TA', symObjAddr: 0x4244, symBinAddr: 0x131AD8, symSize: 0x4C } + - { offsetInCU: 0x2160, offset: 0x1DF8F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x42CC, symBinAddr: 0x131B60, symSize: 0x10 } + - { offsetInCU: 0x2174, offset: 0x1DF909, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOe', symObjAddr: 0x42E0, symBinAddr: 0x131B74, symSize: 0xC } + - { offsetInCU: 0x2188, offset: 0x1DF91D, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOy', symObjAddr: 0x42F0, symBinAddr: 0x131B84, symSize: 0xC } + - { offsetInCU: 0x219C, offset: 0x1DF931, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4348, symBinAddr: 0x131BDC, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x1DFD44, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x131D48, symSize: 0x29C } + - { offsetInCU: 0xCE, offset: 0x1DFDEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x131D48, symSize: 0x29C } + - { offsetInCU: 0x219, offset: 0x1DFF36, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO8rawValueSSvg', symObjAddr: 0x29C, symBinAddr: 0x131FE4, symSize: 0x18 } + - { offsetInCU: 0x252, offset: 0x1DFF6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2B4, symBinAddr: 0x131FFC, symSize: 0x18 } + - { offsetInCU: 0x280, offset: 0x1DFF9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2B4, symBinAddr: 0x131FFC, symSize: 0x18 } + - { offsetInCU: 0x2D2, offset: 0x1DFFEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2F0, symBinAddr: 0x132038, symSize: 0x64 } + - { offsetInCU: 0x338, offset: 0x1E0055, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x354, symBinAddr: 0x13209C, symSize: 0x28 } + - { offsetInCU: 0x354, offset: 0x1E0071, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x37C, symBinAddr: 0x1320C4, symSize: 0x8 } + - { offsetInCU: 0x38A, offset: 0x1E00A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x384, symBinAddr: 0x1320CC, symSize: 0x68 } + - { offsetInCU: 0x40F, offset: 0x1E012C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x3EC, symBinAddr: 0x132134, symSize: 0xC } + - { offsetInCU: 0x42B, offset: 0x1E0148, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x3F8, symBinAddr: 0x132140, symSize: 0xC } + - { offsetInCU: 0x466, offset: 0x1E0183, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCfD', symObjAddr: 0x454, symBinAddr: 0x13219C, symSize: 0x24 } + - { offsetInCU: 0x4B1, offset: 0x1E01CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC6encode2toys7Encoder_p_tKF', symObjAddr: 0x498, symBinAddr: 0x1321E0, symSize: 0x16C } + - { offsetInCU: 0x4F0, offset: 0x1E020D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x604, symBinAddr: 0x13234C, symSize: 0x1EC } + - { offsetInCU: 0x545, offset: 0x1E0262, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7F0, symBinAddr: 0x132538, symSize: 0x54 } + - { offsetInCU: 0x57C, offset: 0x1E0299, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x844, symBinAddr: 0x13258C, symSize: 0x20 } + - { offsetInCU: 0x5A0, offset: 0x1E02BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCMa', symObjAddr: 0x478, symBinAddr: 0x1321C0, symSize: 0x20 } + - { offsetInCU: 0x5B4, offset: 0x1E02D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x8C8, symBinAddr: 0x1325AC, symSize: 0x44 } + - { offsetInCU: 0x5C8, offset: 0x1E02E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwet', symObjAddr: 0xA44, symBinAddr: 0x1325F0, symSize: 0x90 } + - { offsetInCU: 0x5DC, offset: 0x1E02F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwst', symObjAddr: 0xAD4, symBinAddr: 0x132680, symSize: 0xBC } + - { offsetInCU: 0x5F0, offset: 0x1E030D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwug', symObjAddr: 0xB90, symBinAddr: 0x13273C, symSize: 0x8 } + - { offsetInCU: 0x604, offset: 0x1E0321, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwup', symObjAddr: 0xB98, symBinAddr: 0x132744, symSize: 0x4 } + - { offsetInCU: 0x618, offset: 0x1E0335, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwui', symObjAddr: 0xB9C, symBinAddr: 0x132748, symSize: 0x8 } + - { offsetInCU: 0x62C, offset: 0x1E0349, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOMa', symObjAddr: 0xBA4, symBinAddr: 0x132750, symSize: 0x10 } + - { offsetInCU: 0x640, offset: 0x1E035D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASQWb', symObjAddr: 0xBB4, symBinAddr: 0x132760, symSize: 0x4 } + - { offsetInCU: 0x654, offset: 0x1E0371, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAESQAAWl', symObjAddr: 0xBB8, symBinAddr: 0x132764, symSize: 0x44 } + - { offsetInCU: 0x668, offset: 0x1E0385, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xBFC, symBinAddr: 0x1327A8, symSize: 0x4 } + - { offsetInCU: 0x67C, offset: 0x1E0399, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC00, symBinAddr: 0x1327AC, symSize: 0x44 } + - { offsetInCU: 0x690, offset: 0x1E03AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC44, symBinAddr: 0x1327F0, symSize: 0x4 } + - { offsetInCU: 0x6A4, offset: 0x1E03C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xC48, symBinAddr: 0x1327F4, symSize: 0x44 } + - { offsetInCU: 0x706, offset: 0x1E0423, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2CC, symBinAddr: 0x132014, symSize: 0xC } + - { offsetInCU: 0x722, offset: 0x1E043F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0x132020, symSize: 0x8 } + - { offsetInCU: 0x73E, offset: 0x1E045B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x132028, symSize: 0x8 } + - { offsetInCU: 0x75A, offset: 0x1E0477, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E8, symBinAddr: 0x132030, symSize: 0x8 } + - { offsetInCU: 0x77D, offset: 0x1E049A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x404, symBinAddr: 0x13214C, symSize: 0x28 } + - { offsetInCU: 0x799, offset: 0x1E04B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x42C, symBinAddr: 0x132174, symSize: 0x28 } + - { offsetInCU: 0x6C, offset: 0x1E0695, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKF', symObjAddr: 0x0, symBinAddr: 0x132838, symSize: 0x7DC } + - { offsetInCU: 0x408, offset: 0x1E0A31, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU0_', symObjAddr: 0x1244, symBinAddr: 0x133A38, symSize: 0xD8 } + - { offsetInCU: 0x459, offset: 0x1E0A82, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU1_', symObjAddr: 0x131C, symBinAddr: 0x133B10, symSize: 0x1C0 } + - { offsetInCU: 0x721, offset: 0x1E0D4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF010$s6Lottie7b46C7extract_2to10bufferSize9skipCRC328progresss6j4VAA5k27V_10Foundation3URLVSiSbSo10l10CSgtKFyAM4N6VKcfU_SpySo7__sFILEVGTf1nnnncn_n', symObjAddr: 0x820, symBinAddr: 0x133014, symSize: 0x548 } + - { offsetInCU: 0xB11, offset: 0x1E113A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0xD78, symBinAddr: 0x13356C, symSize: 0x4BC } + - { offsetInCU: 0xE6A, offset: 0x1E1493, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tgq5', symObjAddr: 0x14FC, symBinAddr: 0x133CF0, symSize: 0x64 } + - { offsetInCU: 0xE8D, offset: 0x1E14B6, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tgq5', symObjAddr: 0x1560, symBinAddr: 0x133D54, symSize: 0x144 } + - { offsetInCU: 0xEF5, offset: 0x1E151E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0V15withUnsafeBytesyxxSWKXEKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6G15VAH_tFAHSWXEfU_AcHTf1cn_nTf4ngn_n', symObjAddr: 0x16A4, symBinAddr: 0x133E98, symSize: 0xD0 } + - { offsetInCU: 0xF52, offset: 0x1E157B, size: 0x8, addend: 0x0, symName: '_$s10Foundation13__DataStorageC15withUnsafeBytes2in5applyxSnySiG_xSWKXEtKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6I15VAH_tFAHSWXEfU_AA0B0VAITf1ncn_nTf4nngn_n', symObjAddr: 0x1774, symBinAddr: 0x133F68, symSize: 0xC0 } + - { offsetInCU: 0xF93, offset: 0x1E15BC, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTgq5Tf4gd_n', symObjAddr: 0x1834, symBinAddr: 0x134028, symSize: 0xFC } + - { offsetInCU: 0xFFC, offset: 0x1E1625, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU_TA', symObjAddr: 0x1AB4, symBinAddr: 0x134268, symSize: 0x18 } + - { offsetInCU: 0x104D, offset: 0x1E1676, size: 0x8, addend: 0x0, symName: '_$sSS_yptWOc', symObjAddr: 0x1BEC, symBinAddr: 0x134280, symSize: 0x48 } + - { offsetInCU: 0x2B, offset: 0x1E19D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1342E0, symSize: 0x558 } + - { offsetInCU: 0x1CF, offset: 0x1E1B77, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1342E0, symSize: 0x558 } + - { offsetInCU: 0x4FB, offset: 0x1E1EA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03setB0_11updateFrameyAA06BezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x558, symBinAddr: 0x134838, symSize: 0xC8 } + - { offsetInCU: 0x61C, offset: 0x1E1FC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC06appendB0_11updateFrameyAA014CompoundBezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x620, symBinAddr: 0x134900, symSize: 0xDC } + - { offsetInCU: 0x775, offset: 0x1E211D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCfD', symObjAddr: 0x6FC, symBinAddr: 0x1349DC, symSize: 0x34 } + - { offsetInCU: 0x7B8, offset: 0x1E2160, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x750, symBinAddr: 0x134A30, symSize: 0x24 } + - { offsetInCU: 0x7E3, offset: 0x1E218B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP06outputB0So9CGPathRefaSgvgTW', symObjAddr: 0x774, symBinAddr: 0x134A54, symSize: 0x2C } + - { offsetInCU: 0x824, offset: 0x1E21CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x7A0, symBinAddr: 0x134A80, symSize: 0xC } + - { offsetInCU: 0x8F1, offset: 0x1E2299, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCMa', symObjAddr: 0x730, symBinAddr: 0x134A10, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1E258C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0xC, symBinAddr: 0x134A90, symSize: 0x3C } + - { offsetInCU: 0x5D, offset: 0x1E25C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0xC, symBinAddr: 0x134A90, symSize: 0x3C } + - { offsetInCU: 0x2B, offset: 0x1E276B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x134B14, symSize: 0xBC } + - { offsetInCU: 0x8B, offset: 0x1E27CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x134B14, symSize: 0xBC } + - { offsetInCU: 0x12F, offset: 0x1E286F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xBC, symBinAddr: 0x134BD0, symSize: 0xAC } + - { offsetInCU: 0x19A, offset: 0x1E28DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x168, symBinAddr: 0x134C7C, symSize: 0x230 } + - { offsetInCU: 0x3DF, offset: 0x1E2B1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x398, symBinAddr: 0x134EAC, symSize: 0x44 } + - { offsetInCU: 0x45E, offset: 0x1E2B9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfD', symObjAddr: 0x3F8, symBinAddr: 0x134F0C, symSize: 0x34 } + - { offsetInCU: 0x4CE, offset: 0x1E2C0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x44C, symBinAddr: 0x134F60, symSize: 0xC } + - { offsetInCU: 0x500, offset: 0x1E2C40, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0x458, symBinAddr: 0x134F6C, symSize: 0x20 } + - { offsetInCU: 0x546, offset: 0x1E2C86, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x478, symBinAddr: 0x134F8C, symSize: 0x14 } + - { offsetInCU: 0x5A0, offset: 0x1E2CE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x48C, symBinAddr: 0x134FA0, symSize: 0x4 } + - { offsetInCU: 0x5BC, offset: 0x1E2CFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x490, symBinAddr: 0x134FA4, symSize: 0x20 } + - { offsetInCU: 0x71A, offset: 0x1E2E5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfE', symObjAddr: 0x3DC, symBinAddr: 0x134EF0, symSize: 0x1C } + - { offsetInCU: 0x747, offset: 0x1E2E87, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCMa', symObjAddr: 0x42C, symBinAddr: 0x134F40, symSize: 0x20 } + - { offsetInCU: 0x1AC, offset: 0x1E32C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtFAA10BezierPathV_Tg5', symObjAddr: 0x228, symBinAddr: 0x1351EC, symSize: 0xBC } + - { offsetInCU: 0x2D1, offset: 0x1E33E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0x0, symBinAddr: 0x134FC4, symSize: 0x124 } + - { offsetInCU: 0x39A, offset: 0x1E34AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A8Vector1DV_Tg5', symObjAddr: 0x124, symBinAddr: 0x1350E8, symSize: 0x104 } + - { offsetInCU: 0x64A, offset: 0x1E375F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfc', symObjAddr: 0x990, symBinAddr: 0x135954, symSize: 0x428 } + - { offsetInCU: 0x9C2, offset: 0x1E3AD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5layerADyp_tcfcTo', symObjAddr: 0xDD4, symBinAddr: 0x135D98, symSize: 0xF8 } + - { offsetInCU: 0xA43, offset: 0x1E3B58, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xECC, symBinAddr: 0x135E90, symSize: 0xAC } + - { offsetInCU: 0xA9A, offset: 0x1E3BAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC15updateWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF78, symBinAddr: 0x135F3C, symSize: 0x3D0 } + - { offsetInCU: 0xDB8, offset: 0x1E3ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCADycfcTo', symObjAddr: 0x1348, symBinAddr: 0x13630C, symSize: 0x2C } + - { offsetInCU: 0xE1F, offset: 0x1E3F34, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1374, symBinAddr: 0x136338, symSize: 0x34 } + - { offsetInCU: 0xE97, offset: 0x1E3FAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1400, symBinAddr: 0x1363C4, symSize: 0x44 } + - { offsetInCU: 0xEE9, offset: 0x1E3FFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCAA0C11PropertyMapA2aEP10propertiesSayAA03AnycJ0_pGvgTW', symObjAddr: 0x1464, symBinAddr: 0x136428, symSize: 0xC } + - { offsetInCU: 0xF1B, offset: 0x1E4030, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfcTf4gn_n', symObjAddr: 0x1534, symBinAddr: 0x136478, symSize: 0x318 } + - { offsetInCU: 0x124B, offset: 0x1E4360, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x2E4, symBinAddr: 0x1352A8, symSize: 0x41C } + - { offsetInCU: 0x15E3, offset: 0x1E46F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfc', symObjAddr: 0x738, symBinAddr: 0x1356FC, symSize: 0x110 } + - { offsetInCU: 0x1645, offset: 0x1E475A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x848, symBinAddr: 0x13580C, symSize: 0x4C } + - { offsetInCU: 0x168B, offset: 0x1E47A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x894, symBinAddr: 0x135858, symSize: 0x6C } + - { offsetInCU: 0x16F0, offset: 0x1E4805, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCACycfcTo', symObjAddr: 0x900, symBinAddr: 0x1358C4, symSize: 0x2C } + - { offsetInCU: 0x1757, offset: 0x1E486C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfD', symObjAddr: 0x92C, symBinAddr: 0x1358F0, symSize: 0x34 } + - { offsetInCU: 0x179B, offset: 0x1E48B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfETo', symObjAddr: 0x960, symBinAddr: 0x135924, symSize: 0x10 } + - { offsetInCU: 0x17CA, offset: 0x1E48DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCMa', symObjAddr: 0x970, symBinAddr: 0x135934, symSize: 0x20 } + - { offsetInCU: 0x18DC, offset: 0x1E49F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfETo', symObjAddr: 0x13A8, symBinAddr: 0x13636C, symSize: 0x38 } + - { offsetInCU: 0x190B, offset: 0x1E4A20, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x13E0, symBinAddr: 0x1363A4, symSize: 0x20 } + - { offsetInCU: 0x191F, offset: 0x1E4A34, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x1444, symBinAddr: 0x136408, symSize: 0x20 } + - { offsetInCU: 0x95, offset: 0x1E5071, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufC', symObjAddr: 0x18, symBinAddr: 0x1367A8, symSize: 0x1FC } + - { offsetInCU: 0x14F, offset: 0x1E512B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufC', symObjAddr: 0x2D8, symBinAddr: 0x1369A4, symSize: 0x200 } + - { offsetInCU: 0x209, offset: 0x1E51E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_', symObjAddr: 0x534, symBinAddr: 0x136C00, symSize: 0x60 } + - { offsetInCU: 0x23D, offset: 0x1E5219, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TQ0_', symObjAddr: 0x594, symBinAddr: 0x136C60, symSize: 0x88 } + - { offsetInCU: 0x2BE, offset: 0x1E529A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x61C, symBinAddr: 0x136CE8, symSize: 0x24 } + - { offsetInCU: 0x2E8, offset: 0x1E52C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x61C, symBinAddr: 0x136CE8, symSize: 0x24 } + - { offsetInCU: 0x315, offset: 0x1E52F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC7SwiftUI05EmptyB0V_Tg5', symObjAddr: 0x640, symBinAddr: 0x136D0C, symSize: 0x1E4 } + - { offsetInCU: 0x3BB, offset: 0x1E5397, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC', symObjAddr: 0x824, symBinAddr: 0x136EF0, symSize: 0x1E4 } + - { offsetInCU: 0x469, offset: 0x1E5445, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_', symObjAddr: 0xB74, symBinAddr: 0x137240, symSize: 0x60 } + - { offsetInCU: 0x49D, offset: 0x1E5479, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TQ0_', symObjAddr: 0xBD4, symBinAddr: 0x1372A0, symSize: 0x88 } + - { offsetInCU: 0x51E, offset: 0x1E54FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xC5C, symBinAddr: 0x137328, symSize: 0x28 } + - { offsetInCU: 0x548, offset: 0x1E5524, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xC5C, symBinAddr: 0x137328, symSize: 0x28 } + - { offsetInCU: 0x575, offset: 0x1E5551, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufC', symObjAddr: 0xD4C, symBinAddr: 0x137418, symSize: 0x10 } + - { offsetInCU: 0x5A4, offset: 0x1E5580, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufcAFycfu_', symObjAddr: 0xD5C, symBinAddr: 0x137428, symSize: 0x4 } + - { offsetInCU: 0x5BE, offset: 0x1E559A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg', symObjAddr: 0xD60, symBinAddr: 0x13742C, symSize: 0x668 } + - { offsetInCU: 0x72C, offset: 0x1E5708, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_', symObjAddr: 0x13C8, symBinAddr: 0x137A94, symSize: 0xFC } + - { offsetInCU: 0x765, offset: 0x1E5741, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_', symObjAddr: 0x1564, symBinAddr: 0x137C30, symSize: 0x90 } + - { offsetInCU: 0x7CE, offset: 0x1E57AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_', symObjAddr: 0x1D28, symBinAddr: 0x1383F4, symSize: 0x22C } + - { offsetInCU: 0x8B8, offset: 0x1E5894, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15animationSource33_787591BEA89A564C71734146BCF90079LLAA0a9AnimationD0OSgvg', symObjAddr: 0x14C4, symBinAddr: 0x137B90, symSize: 0xA0 } + - { offsetInCU: 0x909, offset: 0x1E58E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtF', symObjAddr: 0x15F4, symBinAddr: 0x137CC0, symSize: 0x734 } + - { offsetInCU: 0xEAB, offset: 0x1E5E87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtFSbAA0E13ImageProvider_p_AaM_ptcfU_', symObjAddr: 0x4BFC, symBinAddr: 0x13B2C8, symSize: 0xDC } + - { offsetInCU: 0xF41, offset: 0x1E5F1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x2024, symBinAddr: 0x1386F0, symSize: 0x210 } + - { offsetInCU: 0xFA5, offset: 0x1E5F81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_', symObjAddr: 0x48D0, symBinAddr: 0x13AF9C, symSize: 0x20 } + - { offsetInCU: 0xFF3, offset: 0x1E5FCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY0_', symObjAddr: 0x48F0, symBinAddr: 0x13AFBC, symSize: 0xA8 } + - { offsetInCU: 0x1060, offset: 0x1E603C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TQ1_', symObjAddr: 0x4998, symBinAddr: 0x13B064, symSize: 0x84 } + - { offsetInCU: 0x1111, offset: 0x1E60ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY2_', symObjAddr: 0x4A1C, symBinAddr: 0x13B0E8, symSize: 0x88 } + - { offsetInCU: 0x11D5, offset: 0x1E61B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY3_', symObjAddr: 0x4AA4, symBinAddr: 0x13B170, symSize: 0xB4 } + - { offsetInCU: 0x12A5, offset: 0x1E6281, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_', symObjAddr: 0x4B58, symBinAddr: 0x13B224, symSize: 0xA4 } + - { offsetInCU: 0x13B1, offset: 0x1E638D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV31reloadAnimationTriggerDidChange33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x2234, symBinAddr: 0x138900, symSize: 0x88 } + - { offsetInCU: 0x1412, offset: 0x1E63EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF', symObjAddr: 0x22BC, symBinAddr: 0x138988, symSize: 0x108 } + - { offsetInCU: 0x147C, offset: 0x1E6458, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_', symObjAddr: 0x23C4, symBinAddr: 0x138A90, symSize: 0xAC } + - { offsetInCU: 0x14E4, offset: 0x1E64C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF', symObjAddr: 0x2470, symBinAddr: 0x138B3C, symSize: 0xE4 } + - { offsetInCU: 0x1622, offset: 0x1E65FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_', symObjAddr: 0x2774, symBinAddr: 0x138E40, symSize: 0x60 } + - { offsetInCU: 0x167D, offset: 0x1E6659, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF', symObjAddr: 0x2554, symBinAddr: 0x138C20, symSize: 0x110 } + - { offsetInCU: 0x16E7, offset: 0x1E66C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_', symObjAddr: 0x2664, symBinAddr: 0x138D30, symSize: 0x110 } + - { offsetInCU: 0x174F, offset: 0x1E672B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF', symObjAddr: 0x2824, symBinAddr: 0x138EF0, symSize: 0xD0 } + - { offsetInCU: 0x178E, offset: 0x1E676A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7loopingACyxGyF', symObjAddr: 0x28F4, symBinAddr: 0x138FC0, symSize: 0x40 } + - { offsetInCU: 0x17BC, offset: 0x1E6798, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF', symObjAddr: 0x2938, symBinAddr: 0x139004, symSize: 0x38 } + - { offsetInCU: 0x17FA, offset: 0x1E67D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF', symObjAddr: 0x2970, symBinAddr: 0x13903C, symSize: 0x44 } + - { offsetInCU: 0x1838, offset: 0x1E6814, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x2A4C, symBinAddr: 0x139118, symSize: 0x38 } + - { offsetInCU: 0x1876, offset: 0x1E6852, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV14animationSpeedyACyxGSdF', symObjAddr: 0x2A84, symBinAddr: 0x139150, symSize: 0x48 } + - { offsetInCU: 0x18B5, offset: 0x1E6891, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF', symObjAddr: 0x2ACC, symBinAddr: 0x139198, symSize: 0x64 } + - { offsetInCU: 0x18F7, offset: 0x1E68D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF', symObjAddr: 0x2B30, symBinAddr: 0x1391FC, symSize: 0xA8 } + - { offsetInCU: 0x196F, offset: 0x1E694B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF', symObjAddr: 0x2BD8, symBinAddr: 0x1392A4, symSize: 0x6C } + - { offsetInCU: 0x19DA, offset: 0x1E69B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF', symObjAddr: 0x2C44, symBinAddr: 0x139310, symSize: 0x78 } + - { offsetInCU: 0x1A1B, offset: 0x1E69F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_', symObjAddr: 0x2CBC, symBinAddr: 0x139388, symSize: 0x6C } + - { offsetInCU: 0x1A5A, offset: 0x1E6A36, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF', symObjAddr: 0x2D28, symBinAddr: 0x1393F4, symSize: 0x110 } + - { offsetInCU: 0x1A9B, offset: 0x1E6A77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_', symObjAddr: 0x2E38, symBinAddr: 0x139504, symSize: 0x120 } + - { offsetInCU: 0x1B7B, offset: 0x1E6B57, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF', symObjAddr: 0x2F58, symBinAddr: 0x139624, symSize: 0x58 } + - { offsetInCU: 0x1BBD, offset: 0x1E6B99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF', symObjAddr: 0x2FB0, symBinAddr: 0x13967C, symSize: 0xC4 } + - { offsetInCU: 0x1C1A, offset: 0x1E6BF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_', symObjAddr: 0x3074, symBinAddr: 0x139740, symSize: 0x238 } + - { offsetInCU: 0x1CA5, offset: 0x1E6C81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF', symObjAddr: 0x32AC, symBinAddr: 0x139978, symSize: 0x110 } + - { offsetInCU: 0x1D02, offset: 0x1E6CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x33BC, symBinAddr: 0x139A88, symSize: 0x1A8 } + - { offsetInCU: 0x1DE9, offset: 0x1E6DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF', symObjAddr: 0x3564, symBinAddr: 0x139C30, symSize: 0x158 } + - { offsetInCU: 0x1E46, offset: 0x1E6E22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x36BC, symBinAddr: 0x139D88, symSize: 0x3A0 } + - { offsetInCU: 0x1EEE, offset: 0x1E6ECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF', symObjAddr: 0x3A5C, symBinAddr: 0x13A128, symSize: 0x114 } + - { offsetInCU: 0x1F5C, offset: 0x1E6F38, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_', symObjAddr: 0x3B70, symBinAddr: 0x13A23C, symSize: 0x40C } + - { offsetInCU: 0x2038, offset: 0x1E7014, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF', symObjAddr: 0x3F7C, symBinAddr: 0x13A648, symSize: 0x70 } + - { offsetInCU: 0x2092, offset: 0x1E706E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF', symObjAddr: 0x4080, symBinAddr: 0x13A74C, symSize: 0xC8 } + - { offsetInCU: 0x20F1, offset: 0x1E70CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x415C, symBinAddr: 0x13A828, symSize: 0x118 } + - { offsetInCU: 0x21BB, offset: 0x1E7197, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x4804, symBinAddr: 0x13AED0, symSize: 0x88 } + - { offsetInCU: 0x21F5, offset: 0x1E71D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF', symObjAddr: 0x488C, symBinAddr: 0x13AF58, symSize: 0x44 } + - { offsetInCU: 0x2237, offset: 0x1E7213, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP4body4BodyQzvgTW', symObjAddr: 0x4CF8, symBinAddr: 0x13B3C4, symSize: 0x4 } + - { offsetInCU: 0x29F4, offset: 0x1E79D0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE7overlay33_787591BEA89A564C71734146BCF90079LL7contentQrqd__yXE_tAaBRd__lF', symObjAddr: 0x1F54, symBinAddr: 0x138620, symSize: 0xD0 } + - { offsetInCU: 0x2BC5, offset: 0x1E7BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA', symObjAddr: 0x4D20, symBinAddr: 0x13B3EC, symSize: 0x90 } + - { offsetInCU: 0x2C20, offset: 0x1E7BFC, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5', symObjAddr: 0x4DB0, symBinAddr: 0x13B47C, symSize: 0x6C } + - { offsetInCU: 0x2C5A, offset: 0x1E7C36, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TQ0_', symObjAddr: 0x4E1C, symBinAddr: 0x13B4E8, symSize: 0x54 } + - { offsetInCU: 0x2CB5, offset: 0x1E7C91, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_', symObjAddr: 0x4E70, symBinAddr: 0x13B53C, symSize: 0x178 } + - { offsetInCU: 0x2D38, offset: 0x1E7D14, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7e4UI05g9B0VGAA0A9D26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x4FE8, symBinAddr: 0x13B6B4, symSize: 0x4 } + - { offsetInCU: 0x2D57, offset: 0x1E7D33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA.5', symObjAddr: 0x4FEC, symBinAddr: 0x13B6B8, symSize: 0x90 } + - { offsetInCU: 0x2DB2, offset: 0x1E7D8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA', symObjAddr: 0x5080, symBinAddr: 0x13B74C, symSize: 0x90 } + - { offsetInCU: 0x2E06, offset: 0x1E7DE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7f4UI05h8B0VGAA03dkE26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x5110, symBinAddr: 0x13B7DC, symSize: 0x4 } + - { offsetInCU: 0x2E25, offset: 0x1E7E01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17', symObjAddr: 0x5114, symBinAddr: 0x13B7E0, symSize: 0x90 } + - { offsetInCU: 0x2E80, offset: 0x1E7E5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17TQ0_', symObjAddr: 0x51A4, symBinAddr: 0x13B870, symSize: 0x50 } + - { offsetInCU: 0x2ED1, offset: 0x1E7EAD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy6Lottie0A6UIViewVyAD0E13AnimationViewCytGAA14_OpacityEffectVGACyxq_GAA0H0A2aNRzAA0H8ModifierR_rlWl', symObjAddr: 0x527C, symBinAddr: 0x13B904, symSize: 0x84 } + - { offsetInCU: 0x2EE5, offset: 0x1E7EC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_TA', symObjAddr: 0x541C, symBinAddr: 0x13B9AC, symSize: 0xC } + - { offsetInCU: 0x2EF9, offset: 0x1E7ED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_TA', symObjAddr: 0x5568, symBinAddr: 0x13BAF8, symSize: 0xC } + - { offsetInCU: 0x2F0D, offset: 0x1E7EE9, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5TA', symObjAddr: 0x5574, symBinAddr: 0x13BB04, symSize: 0x8 } + - { offsetInCU: 0x2F21, offset: 0x1E7EFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_TA', symObjAddr: 0x557C, symBinAddr: 0x13BB0C, symSize: 0xC } + - { offsetInCU: 0x2F35, offset: 0x1E7F11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyycfU2_TA', symObjAddr: 0x558C, symBinAddr: 0x13BB1C, symSize: 0x2C } + - { offsetInCU: 0x2F79, offset: 0x1E7F55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA12AnyEquatableVSgcfU3_TA', symObjAddr: 0x55BC, symBinAddr: 0x13BB4C, symSize: 0x2C } + - { offsetInCU: 0x2FB6, offset: 0x1E7F92, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSgxSgSQsSQRzlWl', symObjAddr: 0x55E8, symBinAddr: 0x13BB78, symSize: 0x64 } + - { offsetInCU: 0x2FCA, offset: 0x1E7FA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVACSQAAWl', symObjAddr: 0x564C, symBinAddr: 0x13BBDC, symSize: 0x44 } + - { offsetInCU: 0x2FDE, offset: 0x1E7FBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_TA', symObjAddr: 0x5770, symBinAddr: 0x13BC8C, symSize: 0x20 } + - { offsetInCU: 0x2FF2, offset: 0x1E7FCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_TA', symObjAddr: 0x5790, symBinAddr: 0x13BCAC, symSize: 0x8 } + - { offsetInCU: 0x3006, offset: 0x1E7FE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_TA', symObjAddr: 0x5804, symBinAddr: 0x13BD20, symSize: 0x24 } + - { offsetInCU: 0x301A, offset: 0x1E7FF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOIegn_SgWOe', symObjAddr: 0x594C, symBinAddr: 0x13BD44, symSize: 0x10 } + - { offsetInCU: 0x302E, offset: 0x1E800A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgFySbcfU_TA', symObjAddr: 0x5998, symBinAddr: 0x13BD90, symSize: 0x4C } + - { offsetInCU: 0x3064, offset: 0x1E8040, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x5A04, symBinAddr: 0x13BDEC, symSize: 0x24 } + - { offsetInCU: 0x3103, offset: 0x1E80DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x5A4C, symBinAddr: 0x13BE34, symSize: 0x8 } + - { offsetInCU: 0x3117, offset: 0x1E80F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x5ADC, symBinAddr: 0x13BE88, symSize: 0x8 } + - { offsetInCU: 0x312B, offset: 0x1E8107, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_TA', symObjAddr: 0x5B30, symBinAddr: 0x13BEA0, symSize: 0x10 } + - { offsetInCU: 0x313F, offset: 0x1E811B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOd', symObjAddr: 0x5B40, symBinAddr: 0x13BEB0, symSize: 0x48 } + - { offsetInCU: 0x3153, offset: 0x1E812F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x5BAC, symBinAddr: 0x13BF1C, symSize: 0x10 } + - { offsetInCU: 0x3167, offset: 0x1E8143, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x5C14, symBinAddr: 0x13BF84, symSize: 0x24 } + - { offsetInCU: 0x317B, offset: 0x1E8157, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_TA', symObjAddr: 0x5CA4, symBinAddr: 0x13C014, symSize: 0x24 } + - { offsetInCU: 0x318F, offset: 0x1E816B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgWOy', symObjAddr: 0x5CE0, symBinAddr: 0x13C050, symSize: 0x30 } + - { offsetInCU: 0x31A3, offset: 0x1E817F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI25AnimationTimelineScheduleVAcA0dE0AAWl', symObjAddr: 0x5D10, symBinAddr: 0x13C080, symSize: 0x48 } + - { offsetInCU: 0x31B7, offset: 0x1E8193, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaEP_AA0B9ProvidingPWT', symObjAddr: 0x5EFC, symBinAddr: 0x13C26C, symSize: 0x2C } + - { offsetInCU: 0x31CB, offset: 0x1E81A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x5F28, symBinAddr: 0x13C298, symSize: 0x2C } + - { offsetInCU: 0x31DF, offset: 0x1E81BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AA4BodyAeFP_AHWT', symObjAddr: 0x5F54, symBinAddr: 0x13C2C4, symSize: 0x34 } + - { offsetInCU: 0x31F3, offset: 0x1E81CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMi', symObjAddr: 0x5F88, symBinAddr: 0x13C2F8, symSize: 0x8 } + - { offsetInCU: 0x3207, offset: 0x1E81E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwCP', symObjAddr: 0x5F90, symBinAddr: 0x13C300, symSize: 0x30 } + - { offsetInCU: 0x321B, offset: 0x1E81F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwxx', symObjAddr: 0x5FC0, symBinAddr: 0x13C330, symSize: 0x138 } + - { offsetInCU: 0x322F, offset: 0x1E820B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwcp', symObjAddr: 0x60F8, symBinAddr: 0x13C468, symSize: 0x328 } + - { offsetInCU: 0x3243, offset: 0x1E821F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwca', symObjAddr: 0x6420, symBinAddr: 0x13C790, symSize: 0x614 } + - { offsetInCU: 0x3257, offset: 0x1E8233, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOWOh', symObjAddr: 0x6A34, symBinAddr: 0x13CDA4, symSize: 0x34 } + - { offsetInCU: 0x326B, offset: 0x1E8247, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOh', symObjAddr: 0x6A68, symBinAddr: 0x13CDD8, symSize: 0x34 } + - { offsetInCU: 0x327F, offset: 0x1E825B, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_0, symObjAddr: 0x6A9C, symBinAddr: 0x13CE0C, symSize: 0x160 } + - { offsetInCU: 0x3293, offset: 0x1E826F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVWOh', symObjAddr: 0x6BFC, symBinAddr: 0x13CF6C, symSize: 0x34 } + - { offsetInCU: 0x32A7, offset: 0x1E8283, size: 0x8, addend: 0x0, symName: ___swift_memcpy456_8, symObjAddr: 0x6DCC, symBinAddr: 0x13CFA0, symSize: 0x8 } + - { offsetInCU: 0x32BB, offset: 0x1E8297, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwta', symObjAddr: 0x6DD4, symBinAddr: 0x13CFA8, symSize: 0x418 } + - { offsetInCU: 0x32CF, offset: 0x1E82AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwet', symObjAddr: 0x71EC, symBinAddr: 0x13D3C0, symSize: 0x48 } + - { offsetInCU: 0x32E3, offset: 0x1E82BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwst', symObjAddr: 0x7234, symBinAddr: 0x13D408, symSize: 0xB4 } + - { offsetInCU: 0x32F7, offset: 0x1E82D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMa', symObjAddr: 0x72E8, symBinAddr: 0x13D4BC, symSize: 0xC } + - { offsetInCU: 0x330B, offset: 0x1E82E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgyYaKcSgMa', symObjAddr: 0x72FC, symBinAddr: 0x13D4D0, symSize: 0x54 } + - { offsetInCU: 0x331F, offset: 0x1E82FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgyYaKcMa', symObjAddr: 0x7350, symBinAddr: 0x13D524, symSize: 0x44 } + - { offsetInCU: 0x3333, offset: 0x1E830F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x75FC, symBinAddr: 0x13D7D0, symSize: 0x34 } + - { offsetInCU: 0x3347, offset: 0x1E8323, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x767C, symBinAddr: 0x13D814, symSize: 0x10 } + - { offsetInCU: 0x335B, offset: 0x1E8337, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x768C, symBinAddr: 0x13D824, symSize: 0x8 } + - { offsetInCU: 0x336F, offset: 0x1E834B, size: 0x8, addend: 0x0, symName: '_$s8Dispatch0A13WorkItemFlagsVACs10SetAlgebraAAWl', symObjAddr: 0x7694, symBinAddr: 0x13D82C, symSize: 0x48 } + - { offsetInCU: 0x3383, offset: 0x1E835F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_TA', symObjAddr: 0x7740, symBinAddr: 0x13D8D8, symSize: 0x10 } + - { offsetInCU: 0x3397, offset: 0x1E8373, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x7788, symBinAddr: 0x13D920, symSize: 0x34 } + - { offsetInCU: 0x33B2, offset: 0x1E838E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TA', symObjAddr: 0x79D0, symBinAddr: 0x13DB34, symSize: 0x98 } + - { offsetInCU: 0x342C, offset: 0x1E8408, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TATQ0_', symObjAddr: 0x7A68, symBinAddr: 0x13DBCC, symSize: 0x50 } + - { offsetInCU: 0x3484, offset: 0x1E8460, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TA', symObjAddr: 0x7AB8, symBinAddr: 0x13DC1C, symSize: 0x78 } + - { offsetInCU: 0x34AD, offset: 0x1E8489, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_TA', symObjAddr: 0x7B30, symBinAddr: 0x13DC94, symSize: 0x8 } + - { offsetInCU: 0x34C1, offset: 0x1E849D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x7B38, symBinAddr: 0x13DC9C, symSize: 0x8 } + - { offsetInCU: 0x34D5, offset: 0x1E84B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOb', symObjAddr: 0x7C10, symBinAddr: 0x13DD24, symSize: 0x48 } + - { offsetInCU: 0x3811, offset: 0x1E87ED, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV10buildBlockyxxAA0C0RzlFZ', symObjAddr: 0x0, symBinAddr: 0x136790, symSize: 0x18 } + - { offsetInCU: 0x386C, offset: 0x1E8848, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_GctcfC', symObjAddr: 0x4274, symBinAddr: 0x13A940, symSize: 0x10C } + - { offsetInCU: 0x38A5, offset: 0x1E8881, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB04view6inputsAE01_B7OutputsVAE11_GraphValueVyxG_AE01_B6InputsVtFZTW', symObjAddr: 0x4CD8, symBinAddr: 0x13B3A4, symSize: 0x4 } + - { offsetInCU: 0x38C1, offset: 0x1E889D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB4List4view6inputsAE01_bF7OutputsVAE11_GraphValueVyxG_AE01_bF6InputsVtFZTW', symObjAddr: 0x4CDC, symBinAddr: 0x13B3A8, symSize: 0x4 } + - { offsetInCU: 0x38DD, offset: 0x1E88B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP14_viewListCount6inputsSiSgAE01_bfG6InputsV_tFZTW', symObjAddr: 0x4CE0, symBinAddr: 0x13B3AC, symSize: 0x18 } + - { offsetInCU: 0x1D5, offset: 0x1E8FD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x0, symBinAddr: 0x13DDA4, symSize: 0x150 } + - { offsetInCU: 0x52F, offset: 0x1E9330, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA04TextbC0C_Tg5', symObjAddr: 0x150, symBinAddr: 0x13DEF4, symSize: 0x190 } + - { offsetInCU: 0x760, offset: 0x1E9561, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x2E0, symBinAddr: 0x13E084, symSize: 0x190 } + - { offsetInCU: 0x9C7, offset: 0x1E97C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA012TextAnimatorB10PropertiesC_Tg5', symObjAddr: 0x470, symBinAddr: 0x13E214, symSize: 0xC4 } + - { offsetInCU: 0xAE5, offset: 0x1E98E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA24LayerTransformPropertiesC_Tg5', symObjAddr: 0x534, symBinAddr: 0x13E2D8, symSize: 0xC4 } + - { offsetInCU: 0xC24, offset: 0x1E9A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA012TextAnimatorbF0C_Tg5', symObjAddr: 0x5F8, symBinAddr: 0x13E39C, symSize: 0xA4 } + - { offsetInCU: 0xD56, offset: 0x1E9B57, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA014LayerTransformF0C_Tg5', symObjAddr: 0x69C, symBinAddr: 0x13E440, symSize: 0xA4 } + - { offsetInCU: 0xF83, offset: 0x1E9D84, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layer4sizeAcA0C5ModelC_So6CGSizeVtcfc', symObjAddr: 0x740, symBinAddr: 0x13E4E4, symSize: 0xF90 } + - { offsetInCU: 0x1AAD, offset: 0x1EA8AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x1708, symBinAddr: 0x13F4AC, symSize: 0x1C } + - { offsetInCU: 0x1AFA, offset: 0x1EA8FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x1724, symBinAddr: 0x13F4C8, symSize: 0xC } + - { offsetInCU: 0x1B28, offset: 0x1EA929, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x1724, symBinAddr: 0x13F4C8, symSize: 0xC } + - { offsetInCU: 0x1B76, offset: 0x1EA977, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC16displayWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1730, symBinAddr: 0x13F4D4, symSize: 0x37C } + - { offsetInCU: 0x1FFA, offset: 0x1EADFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfc', symObjAddr: 0x1AAC, symBinAddr: 0x13F850, symSize: 0x32C } + - { offsetInCU: 0x20DF, offset: 0x1EAEE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1DD8, symBinAddr: 0x13FB7C, symSize: 0x4C } + - { offsetInCU: 0x20FB, offset: 0x1EAEFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1E24, symBinAddr: 0x13FBC8, symSize: 0xF4 } + - { offsetInCU: 0x2152, offset: 0x1EAF53, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1F18, symBinAddr: 0x13FCBC, symSize: 0x24 } + - { offsetInCU: 0x216E, offset: 0x1EAF6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1F3C, symBinAddr: 0x13FCE0, symSize: 0x4 } + - { offsetInCU: 0x21CF, offset: 0x1EAFD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCACycfcTo', symObjAddr: 0x1F40, symBinAddr: 0x13FCE4, symSize: 0x2C } + - { offsetInCU: 0x2236, offset: 0x1EB037, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfD', symObjAddr: 0x1F6C, symBinAddr: 0x13FD10, symSize: 0x30 } + - { offsetInCU: 0x2281, offset: 0x1EB082, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x20B0, symBinAddr: 0x13FE4C, symSize: 0x3C } + - { offsetInCU: 0x22B3, offset: 0x1EB0B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x20EC, symBinAddr: 0x13FE88, symSize: 0x38 } + - { offsetInCU: 0x22ED, offset: 0x1EB0EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2124, symBinAddr: 0x13FEC0, symSize: 0x14 } + - { offsetInCU: 0x233D, offset: 0x1EB13E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP07keypathC0So7CALayerCSgvgTW', symObjAddr: 0x2138, symBinAddr: 0x13FED4, symSize: 0x34 } + - { offsetInCU: 0x28D5, offset: 0x1EB6D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfETo', symObjAddr: 0x1F9C, symBinAddr: 0x13FD40, symSize: 0xEC } + - { offsetInCU: 0x2904, offset: 0x1EB705, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCMa', symObjAddr: 0x2088, symBinAddr: 0x13FE2C, symSize: 0x20 } + - { offsetInCU: 0x2918, offset: 0x1EB719, size: 0x8, addend: 0x0, symName: '_$s6Lottie24CompositionLayerDelegate_pSgXwWOh', symObjAddr: 0x222C, symBinAddr: 0x13FF28, symSize: 0x24 } + - { offsetInCU: 0x2B, offset: 0x1EBC98, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x13FF90, symSize: 0xB4 } + - { offsetInCU: 0x79, offset: 0x1EBCE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x13FF90, symSize: 0xB4 } + - { offsetInCU: 0xFC, offset: 0x1EBD69, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB4, symBinAddr: 0x140044, symSize: 0xAC } + - { offsetInCU: 0x189, offset: 0x1EBDF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x160, symBinAddr: 0x1400F0, symSize: 0xE8 } + - { offsetInCU: 0x1E0, offset: 0x1EBE4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x248, symBinAddr: 0x1401D8, symSize: 0x1FC } + - { offsetInCU: 0x29E, offset: 0x1EBF0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x444, symBinAddr: 0x1403D4, symSize: 0x2C } + - { offsetInCU: 0x2BA, offset: 0x1EBF27, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfD', symObjAddr: 0x480, symBinAddr: 0x140410, symSize: 0x34 } + - { offsetInCU: 0x2F9, offset: 0x1EBF66, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfE', symObjAddr: 0x470, symBinAddr: 0x140400, symSize: 0x10 } + - { offsetInCU: 0x326, offset: 0x1EBF93, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfETo', symObjAddr: 0x4B4, symBinAddr: 0x140444, symSize: 0x10 } + - { offsetInCU: 0x355, offset: 0x1EBFC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCMa', symObjAddr: 0x4C4, symBinAddr: 0x140454, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x1EC1F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x140474, symSize: 0xC } + - { offsetInCU: 0x137, offset: 0x1EC2CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0xC, symBinAddr: 0x140480, symSize: 0xC0 } + - { offsetInCU: 0x222, offset: 0x1EC3B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCC, symBinAddr: 0x140540, symSize: 0x8 } + - { offsetInCU: 0x242, offset: 0x1EC3D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCC, symBinAddr: 0x140540, symSize: 0x8 } + - { offsetInCU: 0x254, offset: 0x1EC3EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP7lineCapAA04LineF0OvgTW', symObjAddr: 0xD4, symBinAddr: 0x140548, symSize: 0x8 } + - { offsetInCU: 0x270, offset: 0x1EC407, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP8lineJoinAA04LineF0OvgTW', symObjAddr: 0xDC, symBinAddr: 0x140550, symSize: 0x8 } + - { offsetInCU: 0x29B, offset: 0x1EC432, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0xE4, symBinAddr: 0x140558, symSize: 0x8 } + - { offsetInCU: 0x2BB, offset: 0x1EC452, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0xE4, symBinAddr: 0x140558, symSize: 0x8 } + - { offsetInCU: 0x2DC, offset: 0x1EC473, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0xEC, symBinAddr: 0x140560, symSize: 0x8 } + - { offsetInCU: 0x2FC, offset: 0x1EC493, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0xEC, symBinAddr: 0x140560, symSize: 0x8 } + - { offsetInCU: 0x30E, offset: 0x1EC4A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xF4, symBinAddr: 0x140568, symSize: 0x48 } + - { offsetInCU: 0x333, offset: 0x1EC4CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x13C, symBinAddr: 0x1405B0, symSize: 0x4A8 } + - { offsetInCU: 0x3BB, offset: 0x1EC552, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x5E4, symBinAddr: 0x140A58, symSize: 0x860 } + - { offsetInCU: 0x824, offset: 0x1EC9BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO8rawValueSSvg', symObjAddr: 0xE44, symBinAddr: 0x1412B8, symSize: 0x20 } + - { offsetInCU: 0x85D, offset: 0x1EC9F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x11A0, symBinAddr: 0x1415E0, symSize: 0x20 } + - { offsetInCU: 0x88B, offset: 0x1ECA22, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x11A0, symBinAddr: 0x1415E0, symSize: 0x20 } + - { offsetInCU: 0x8DF, offset: 0x1ECA76, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x11E8, symBinAddr: 0x141628, symSize: 0x64 } + - { offsetInCU: 0x945, offset: 0x1ECADC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x124C, symBinAddr: 0x14168C, symSize: 0x28 } + - { offsetInCU: 0x961, offset: 0x1ECAF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1274, symBinAddr: 0x1416B4, symSize: 0x8 } + - { offsetInCU: 0x997, offset: 0x1ECB2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x127C, symBinAddr: 0x1416BC, symSize: 0x68 } + - { offsetInCU: 0xA1C, offset: 0x1ECBB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x12E4, symBinAddr: 0x141724, symSize: 0xC } + - { offsetInCU: 0xA38, offset: 0x1ECBCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x12F0, symBinAddr: 0x141730, symSize: 0xC } + - { offsetInCU: 0xABC, offset: 0x1ECC53, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0xE98, symBinAddr: 0x1412D8, symSize: 0x308 } + - { offsetInCU: 0xB36, offset: 0x1ECCCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfD', symObjAddr: 0x1378, symBinAddr: 0x1417B8, symSize: 0x44 } + - { offsetInCU: 0xD99, offset: 0x1ECF30, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfE', symObjAddr: 0x134C, symBinAddr: 0x14178C, symSize: 0x2C } + - { offsetInCU: 0xDC6, offset: 0x1ECF5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCMa', symObjAddr: 0x13BC, symBinAddr: 0x1417FC, symSize: 0x20 } + - { offsetInCU: 0xDDA, offset: 0x1ECF71, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs0C3KeyAAWl', symObjAddr: 0x1440, symBinAddr: 0x14181C, symSize: 0x44 } + - { offsetInCU: 0xDEE, offset: 0x1ECF85, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSEAAWl', symObjAddr: 0x15B4, symBinAddr: 0x1418C4, symSize: 0x44 } + - { offsetInCU: 0xE02, offset: 0x1ECF99, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSEAAWl', symObjAddr: 0x15F8, symBinAddr: 0x141908, symSize: 0x44 } + - { offsetInCU: 0xE16, offset: 0x1ECFAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSeAAWl', symObjAddr: 0x1760, symBinAddr: 0x1419C8, symSize: 0x44 } + - { offsetInCU: 0xE2A, offset: 0x1ECFC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSeAAWl', symObjAddr: 0x17A4, symBinAddr: 0x141A0C, symSize: 0x44 } + - { offsetInCU: 0xE3E, offset: 0x1ECFD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwet', symObjAddr: 0x193C, symBinAddr: 0x141A90, symSize: 0x90 } + - { offsetInCU: 0xE52, offset: 0x1ECFE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwst', symObjAddr: 0x19CC, symBinAddr: 0x141B20, symSize: 0xBC } + - { offsetInCU: 0xE66, offset: 0x1ECFFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwug', symObjAddr: 0x1A88, symBinAddr: 0x141BDC, symSize: 0x8 } + - { offsetInCU: 0xE7A, offset: 0x1ED011, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwup', symObjAddr: 0x1A90, symBinAddr: 0x141BE4, symSize: 0x4 } + - { offsetInCU: 0xE8E, offset: 0x1ED025, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwui', symObjAddr: 0x1A94, symBinAddr: 0x141BE8, symSize: 0x8 } + - { offsetInCU: 0xEA2, offset: 0x1ED039, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOMa', symObjAddr: 0x1A9C, symBinAddr: 0x141BF0, symSize: 0x10 } + - { offsetInCU: 0xEB6, offset: 0x1ED04D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASQWb', symObjAddr: 0x1AAC, symBinAddr: 0x141C00, symSize: 0x4 } + - { offsetInCU: 0xECA, offset: 0x1ED061, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFSQAAWl', symObjAddr: 0x1AB0, symBinAddr: 0x141C04, symSize: 0x44 } + - { offsetInCU: 0xEDE, offset: 0x1ED075, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1AF4, symBinAddr: 0x141C48, symSize: 0x4 } + - { offsetInCU: 0xEF2, offset: 0x1ED089, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1AF8, symBinAddr: 0x141C4C, symSize: 0x44 } + - { offsetInCU: 0xF06, offset: 0x1ED09D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1B3C, symBinAddr: 0x141C90, symSize: 0x4 } + - { offsetInCU: 0xF1A, offset: 0x1ED0B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1B40, symBinAddr: 0x141C94, symSize: 0x44 } + - { offsetInCU: 0x100A, offset: 0x1ED1A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11C0, symBinAddr: 0x141600, symSize: 0xC } + - { offsetInCU: 0x1044, offset: 0x1ED1DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x11CC, symBinAddr: 0x14160C, symSize: 0xC } + - { offsetInCU: 0x1064, offset: 0x1ED1FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x11CC, symBinAddr: 0x14160C, symSize: 0xC } + - { offsetInCU: 0x1078, offset: 0x1ED20F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x11CC, symBinAddr: 0x14160C, symSize: 0xC } + - { offsetInCU: 0x108A, offset: 0x1ED221, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x11D8, symBinAddr: 0x141618, symSize: 0x8 } + - { offsetInCU: 0x10A6, offset: 0x1ED23D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x11E0, symBinAddr: 0x141620, symSize: 0x8 } + - { offsetInCU: 0x10C1, offset: 0x1ED258, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x12FC, symBinAddr: 0x14173C, symSize: 0x28 } + - { offsetInCU: 0x10DD, offset: 0x1ED274, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1324, symBinAddr: 0x141764, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x1ED492, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x141CD8, symSize: 0x1124 } + - { offsetInCU: 0x34D, offset: 0x1ED7B8, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x141CD8, symSize: 0x1124 } + - { offsetInCU: 0x1466, offset: 0x1EE8D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationFontProvider_pWOc', symObjAddr: 0x1124, symBinAddr: 0x142DFC, symSize: 0x44 } + - { offsetInCU: 0x2B, offset: 0x1EEC5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovg', symObjAddr: 0x0, symBinAddr: 0x142E40, symSize: 0x4C } + - { offsetInCU: 0x4F, offset: 0x1EEC80, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovg', symObjAddr: 0x0, symBinAddr: 0x142E40, symSize: 0x4C } + - { offsetInCU: 0xAA, offset: 0x1EECDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovs', symObjAddr: 0x4C, symBinAddr: 0x142E8C, symSize: 0x64 } + - { offsetInCU: 0x10E, offset: 0x1EED3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0OvM', symObjAddr: 0xB0, symBinAddr: 0x142EF0, symSize: 0x48 } + - { offsetInCU: 0x13D, offset: 0x1EED6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0OvM.resume.0', symObjAddr: 0xF8, symBinAddr: 0x142F38, symSize: 0x44 } + - { offsetInCU: 0x192, offset: 0x1EEDC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC16wantsUpdateLayerSbvgTo', symObjAddr: 0x22C, symBinAddr: 0x14306C, symSize: 0x8 } + - { offsetInCU: 0x1CB, offset: 0x1EEDFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC9isFlippedSbvgTo', symObjAddr: 0x23C, symBinAddr: 0x143074, symSize: 0x8 } + - { offsetInCU: 0x22F, offset: 0x1EEE60, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC19viewDidMoveToWindowyyFTo', symObjAddr: 0x2B8, symBinAddr: 0x14309C, symSize: 0x78 } + - { offsetInCU: 0x28D, offset: 0x1EEEBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC6layoutyyFTo', symObjAddr: 0x3C4, symBinAddr: 0x143114, symSize: 0xB8 } + - { offsetInCU: 0x2C0, offset: 0x1EEEF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC06layoutB0yyF', symObjAddr: 0x47C, symBinAddr: 0x1431CC, symSize: 0x4 } + - { offsetInCU: 0x2EB, offset: 0x1EEF1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC22animationMovedToWindowyyF', symObjAddr: 0x480, symBinAddr: 0x1431D0, symSize: 0x4 } + - { offsetInCU: 0x316, offset: 0x1EEF47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x484, symBinAddr: 0x1431D4, symSize: 0x4 } + - { offsetInCU: 0x332, offset: 0x1EEF63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC28animationWillEnterForegroundyyFTo', symObjAddr: 0x488, symBinAddr: 0x1431D8, symSize: 0x4 } + - { offsetInCU: 0x34E, offset: 0x1EEF7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfC', symObjAddr: 0x48C, symBinAddr: 0x1431DC, symSize: 0x50 } + - { offsetInCU: 0x36C, offset: 0x1EEF9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc', symObjAddr: 0x4DC, symBinAddr: 0x14322C, symSize: 0x70 } + - { offsetInCU: 0x3BB, offset: 0x1EEFEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x54C, symBinAddr: 0x14329C, symSize: 0x7C } + - { offsetInCU: 0x3F6, offset: 0x1EF027, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x5C8, symBinAddr: 0x143318, symSize: 0x44 } + - { offsetInCU: 0x414, offset: 0x1EF045, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x60C, symBinAddr: 0x14335C, symSize: 0x60 } + - { offsetInCU: 0x465, offset: 0x1EF096, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x66C, symBinAddr: 0x1433BC, symSize: 0x54 } + - { offsetInCU: 0x4A8, offset: 0x1EF0D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCfD', symObjAddr: 0x6C0, symBinAddr: 0x143410, symSize: 0x30 } + - { offsetInCU: 0x52A, offset: 0x1EF15B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeO8rawValueACSgSi_tcfC', symObjAddr: 0x13C, symBinAddr: 0x142F7C, symSize: 0x14 } + - { offsetInCU: 0x553, offset: 0x1EF184, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeO8rawValueSivg', symObjAddr: 0x150, symBinAddr: 0x142F90, symSize: 0x8 } + - { offsetInCU: 0x56E, offset: 0x1EF19F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x218, symBinAddr: 0x143058, symSize: 0x8 } + - { offsetInCU: 0x5A4, offset: 0x1EF1D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x220, symBinAddr: 0x143060, symSize: 0xC } + - { offsetInCU: 0x5C4, offset: 0x1EF1F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x220, symBinAddr: 0x143060, symSize: 0xC } + - { offsetInCU: 0x5F7, offset: 0x1EF228, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCMa', symObjAddr: 0x298, symBinAddr: 0x14307C, symSize: 0x20 } + - { offsetInCU: 0x60B, offset: 0x1EF23C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOSHAASQWb', symObjAddr: 0x6F0, symBinAddr: 0x143440, symSize: 0x4 } + - { offsetInCU: 0x61F, offset: 0x1EF250, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOACSQAAWl', symObjAddr: 0x6F4, symBinAddr: 0x143444, symSize: 0x44 } + - { offsetInCU: 0x633, offset: 0x1EF264, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOwet', symObjAddr: 0x800, symBinAddr: 0x143540, symSize: 0x90 } + - { offsetInCU: 0x647, offset: 0x1EF278, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOwst', symObjAddr: 0x890, symBinAddr: 0x1435D0, symSize: 0xBC } + - { offsetInCU: 0x65B, offset: 0x1EF28C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOwug', symObjAddr: 0x94C, symBinAddr: 0x14368C, symSize: 0x8 } + - { offsetInCU: 0x66F, offset: 0x1EF2A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOwup', symObjAddr: 0x954, symBinAddr: 0x143694, symSize: 0x4 } + - { offsetInCU: 0x683, offset: 0x1EF2B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOwui', symObjAddr: 0x958, symBinAddr: 0x143698, symSize: 0x8 } + - { offsetInCU: 0x697, offset: 0x1EF2C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOMa', symObjAddr: 0x960, symBinAddr: 0x1436A0, symSize: 0x10 } + - { offsetInCU: 0x6CB, offset: 0x1EF2FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x158, symBinAddr: 0x142F98, symSize: 0x14 } + - { offsetInCU: 0x75C, offset: 0x1EF38D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOSHAASH9hashValueSivgTW', symObjAddr: 0x16C, symBinAddr: 0x142FAC, symSize: 0x44 } + - { offsetInCU: 0x80B, offset: 0x1EF43C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1B0, symBinAddr: 0x142FF0, symSize: 0x28 } + - { offsetInCU: 0x85E, offset: 0x1EF48F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D8, symBinAddr: 0x143018, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x1EF6B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x143710, symSize: 0x2C } + - { offsetInCU: 0x3F, offset: 0x1EF6D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x143710, symSize: 0x2C } + - { offsetInCU: 0x53, offset: 0x1EF6E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwxx', symObjAddr: 0x2C, symBinAddr: 0x14373C, symSize: 0x8 } + - { offsetInCU: 0x67, offset: 0x1EF6F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwcp', symObjAddr: 0x34, symBinAddr: 0x143744, symSize: 0x2C } + - { offsetInCU: 0x7B, offset: 0x1EF70D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwca', symObjAddr: 0x60, symBinAddr: 0x143770, symSize: 0x4C } + - { offsetInCU: 0x8F, offset: 0x1EF721, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwta', symObjAddr: 0xB8, symBinAddr: 0x1437BC, symSize: 0x3C } + - { offsetInCU: 0xA3, offset: 0x1EF735, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwet', symObjAddr: 0xF4, symBinAddr: 0x1437F8, symSize: 0x48 } + - { offsetInCU: 0xB7, offset: 0x1EF749, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwst', symObjAddr: 0x13C, symBinAddr: 0x143840, symSize: 0x3C } + - { offsetInCU: 0xCB, offset: 0x1EF75D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVMa', symObjAddr: 0x178, symBinAddr: 0x14387C, symSize: 0x10 } + - { offsetInCU: 0x24F, offset: 0x1EF8E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathV4trim12fromPosition02toG06offset0E14SimultaneouslyAC12CoreGraphics7CGFloatV_A2KSbtF', symObjAddr: 0x188, symBinAddr: 0x14388C, symSize: 0x814 } + - { offsetInCU: 0x27, offset: 0x1F07EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x1440A0, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x1F0804, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x1440A0, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x1F0818, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwxx', symObjAddr: 0x80, symBinAddr: 0x1440D0, symSize: 0xC } + - { offsetInCU: 0x67, offset: 0x1F082C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwcp', symObjAddr: 0xD0, symBinAddr: 0x1440DC, symSize: 0x78 } + - { offsetInCU: 0x7B, offset: 0x1F0840, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwca', symObjAddr: 0x148, symBinAddr: 0x144154, symSize: 0xB8 } + - { offsetInCU: 0x8F, offset: 0x1F0854, size: 0x8, addend: 0x0, symName: ___swift_memcpy100_8, symObjAddr: 0x200, symBinAddr: 0x14420C, symSize: 0x2C } + - { offsetInCU: 0xA3, offset: 0x1F0868, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwta', symObjAddr: 0x22C, symBinAddr: 0x144238, symSize: 0x78 } + - { offsetInCU: 0xB7, offset: 0x1F087C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwet', symObjAddr: 0x2A4, symBinAddr: 0x1442B0, symSize: 0x54 } + - { offsetInCU: 0xCB, offset: 0x1F0890, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwst', symObjAddr: 0x2F8, symBinAddr: 0x144304, symSize: 0x6C } + - { offsetInCU: 0xDF, offset: 0x1F08A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVMa', symObjAddr: 0x364, symBinAddr: 0x144370, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x1F08B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4gdd_n', symObjAddr: 0x374, symBinAddr: 0x144380, symSize: 0x128 } + - { offsetInCU: 0x148, offset: 0x1F090D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4ndd_n', symObjAddr: 0x4AC, symBinAddr: 0x1444B8, symSize: 0x214 } + - { offsetInCU: 0x1B6, offset: 0x1F097B, size: 0x8, addend: 0x0, symName: ___swift_memcpy20_8, symObjAddr: 0x6D0, symBinAddr: 0x1446DC, symSize: 0x14 } + - { offsetInCU: 0x1CA, offset: 0x1F098F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwet', symObjAddr: 0x6E8, symBinAddr: 0x1446F0, symSize: 0x20 } + - { offsetInCU: 0x1DE, offset: 0x1F09A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwst', symObjAddr: 0x708, symBinAddr: 0x144710, symSize: 0x2C } + - { offsetInCU: 0x1F2, offset: 0x1F09B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVMa', symObjAddr: 0x734, symBinAddr: 0x14473C, symSize: 0x10 } + - { offsetInCU: 0x206, offset: 0x1F09CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x744, symBinAddr: 0x14474C, symSize: 0x64 } + - { offsetInCU: 0x21A, offset: 0x1F09DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwca', symObjAddr: 0x7A8, symBinAddr: 0x1447B0, symSize: 0x94 } + - { offsetInCU: 0x22E, offset: 0x1F09F3, size: 0x8, addend: 0x0, symName: ___swift_memcpy80_8, symObjAddr: 0x83C, symBinAddr: 0x144844, symSize: 0x1C } + - { offsetInCU: 0x242, offset: 0x1F0A07, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwta', symObjAddr: 0x858, symBinAddr: 0x144860, symSize: 0x60 } + - { offsetInCU: 0x256, offset: 0x1F0A1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwet', symObjAddr: 0x8B8, symBinAddr: 0x1448C0, symSize: 0x54 } + - { offsetInCU: 0x26A, offset: 0x1F0A2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwst', symObjAddr: 0x90C, symBinAddr: 0x144914, symSize: 0x64 } + - { offsetInCU: 0x27E, offset: 0x1F0A43, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVMa', symObjAddr: 0x970, symBinAddr: 0x144978, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x1F0BF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x144990, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x1F0C16, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvpZ', symObjAddr: 0x700, symBinAddr: 0x1E34C0, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x1F0C30, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x144990, symSize: 0x40 } + - { offsetInCU: 0xBE, offset: 0x1F0C85, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfC', symObjAddr: 0x40, symBinAddr: 0x1449D0, symSize: 0xB0 } + - { offsetInCU: 0x155, offset: 0x1F0D1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfc', symObjAddr: 0xF0, symBinAddr: 0x144A80, symSize: 0xA0 } + - { offsetInCU: 0x24F, offset: 0x1F0E16, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivg', symObjAddr: 0x2E0, symBinAddr: 0x144C30, symSize: 0x30 } + - { offsetInCU: 0x26C, offset: 0x1F0E33, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivs', symObjAddr: 0x310, symBinAddr: 0x144C60, symSize: 0x58 } + - { offsetInCU: 0x30D, offset: 0x1F0ED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM', symObjAddr: 0x368, symBinAddr: 0x144CB8, symSize: 0x40 } + - { offsetInCU: 0x33C, offset: 0x1F0F03, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM.resume.0', symObjAddr: 0x3A8, symBinAddr: 0x144CF8, symSize: 0x50 } + - { offsetInCU: 0x3B3, offset: 0x1F0F7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC05clearC0yyF', symObjAddr: 0x3F8, symBinAddr: 0x144D48, symSize: 0x84 } + - { offsetInCU: 0x440, offset: 0x1F1007, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF', symObjAddr: 0x47C, symBinAddr: 0x144DCC, symSize: 0x50 } + - { offsetInCU: 0x487, offset: 0x1F104E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF', symObjAddr: 0x4CC, symBinAddr: 0x144E1C, symSize: 0x5C } + - { offsetInCU: 0x4D8, offset: 0x1F109F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfd', symObjAddr: 0x528, symBinAddr: 0x144E78, symSize: 0x1C } + - { offsetInCU: 0x513, offset: 0x1F10DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfD', symObjAddr: 0x544, symBinAddr: 0x144E94, symSize: 0x24 } + - { offsetInCU: 0x588, offset: 0x1F114F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP4file6forKeyAA0bA4FileCSgSS_tFTW', symObjAddr: 0x568, symBinAddr: 0x144EB8, symSize: 0x54 } + - { offsetInCU: 0x623, offset: 0x1F11EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP7setFile_6forKeyyAA0baF0C_SStFTW', symObjAddr: 0x5BC, symBinAddr: 0x144F0C, symSize: 0x60 } + - { offsetInCU: 0x688, offset: 0x1F124F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP05clearC0yyFTW', symObjAddr: 0x61C, symBinAddr: 0x144F6C, symSize: 0x20 } + - { offsetInCU: 0x742, offset: 0x1F1309, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0_WZ', symObjAddr: 0x190, symBinAddr: 0x144B20, symSize: 0xB4 } + - { offsetInCU: 0x7F5, offset: 0x1F13BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivpACTk', symObjAddr: 0x284, symBinAddr: 0x144BD4, symSize: 0x5C } + - { offsetInCU: 0x8D6, offset: 0x1F149D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCMa', symObjAddr: 0x684, symBinAddr: 0x144FD4, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1F165A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x145050, symSize: 0x134 } + - { offsetInCU: 0x3F, offset: 0x1F1672, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x145050, symSize: 0x134 } + - { offsetInCU: 0x4F, offset: 0x1F18D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x145184, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1F18FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x1451CC, symSize: 0x24C } + - { offsetInCU: 0xDC, offset: 0x1F1966, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x294, symBinAddr: 0x145418, symSize: 0x274 } + - { offsetInCU: 0x1E8, offset: 0x1F1A72, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO8rawValueSSvg', symObjAddr: 0x508, symBinAddr: 0x14568C, symSize: 0x20 } + - { offsetInCU: 0x20F, offset: 0x1F1A99, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO11stringValueSSvg', symObjAddr: 0x6AC, symBinAddr: 0x145830, symSize: 0x20 } + - { offsetInCU: 0x250, offset: 0x1F1ADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x6F0, symBinAddr: 0x145874, symSize: 0x70 } + - { offsetInCU: 0x284, offset: 0x1F1B0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x760, symBinAddr: 0x1458E4, symSize: 0x28 } + - { offsetInCU: 0x2A0, offset: 0x1F1B2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x788, symBinAddr: 0x14590C, symSize: 0x8 } + - { offsetInCU: 0x2D6, offset: 0x1F1B60, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x790, symBinAddr: 0x145914, symSize: 0x74 } + - { offsetInCU: 0x321, offset: 0x1F1BAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x804, symBinAddr: 0x145988, symSize: 0xC } + - { offsetInCU: 0x33D, offset: 0x1F1BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x810, symBinAddr: 0x145994, symSize: 0xC } + - { offsetInCU: 0x35B, offset: 0x1F1BE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x528, symBinAddr: 0x1456AC, symSize: 0x184 } + - { offsetInCU: 0x3D5, offset: 0x1F1C5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfD', symObjAddr: 0x874, symBinAddr: 0x1459F8, symSize: 0x2C } + - { offsetInCU: 0x494, offset: 0x1F1D1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfE', symObjAddr: 0x86C, symBinAddr: 0x1459F0, symSize: 0x8 } + - { offsetInCU: 0x4EC, offset: 0x1F1D76, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCMa', symObjAddr: 0x8A0, symBinAddr: 0x145A24, symSize: 0x20 } + - { offsetInCU: 0x500, offset: 0x1F1D8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs0C3KeyAAWl', symObjAddr: 0x924, symBinAddr: 0x145A44, symSize: 0x44 } + - { offsetInCU: 0x514, offset: 0x1F1D9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwet', symObjAddr: 0xC58, symBinAddr: 0x145AF0, symSize: 0x90 } + - { offsetInCU: 0x528, offset: 0x1F1DB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwst', symObjAddr: 0xCE8, symBinAddr: 0x145B80, symSize: 0xBC } + - { offsetInCU: 0x53C, offset: 0x1F1DC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwug', symObjAddr: 0xDA4, symBinAddr: 0x145C3C, symSize: 0x8 } + - { offsetInCU: 0x550, offset: 0x1F1DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwup', symObjAddr: 0xDAC, symBinAddr: 0x145C44, symSize: 0x4 } + - { offsetInCU: 0x564, offset: 0x1F1DEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwui', symObjAddr: 0xDB0, symBinAddr: 0x145C48, symSize: 0xC } + - { offsetInCU: 0x578, offset: 0x1F1E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOMa', symObjAddr: 0xDBC, symBinAddr: 0x145C54, symSize: 0x10 } + - { offsetInCU: 0x58C, offset: 0x1F1E16, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASQWb', symObjAddr: 0xDCC, symBinAddr: 0x145C64, symSize: 0x4 } + - { offsetInCU: 0x5A0, offset: 0x1F1E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFSQAAWl', symObjAddr: 0xDD0, symBinAddr: 0x145C68, symSize: 0x44 } + - { offsetInCU: 0x5B4, offset: 0x1F1E3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE14, symBinAddr: 0x145CAC, symSize: 0x4 } + - { offsetInCU: 0x5C8, offset: 0x1F1E52, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE18, symBinAddr: 0x145CB0, symSize: 0x44 } + - { offsetInCU: 0x5DC, offset: 0x1F1E66, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE5C, symBinAddr: 0x145CF4, symSize: 0x4 } + - { offsetInCU: 0x5F0, offset: 0x1F1E7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xE60, symBinAddr: 0x145CF8, symSize: 0x44 } + - { offsetInCU: 0x659, offset: 0x1F1EE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6CC, symBinAddr: 0x145850, symSize: 0xC } + - { offsetInCU: 0x675, offset: 0x1F1EFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x6D8, symBinAddr: 0x14585C, symSize: 0x8 } + - { offsetInCU: 0x691, offset: 0x1F1F1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6E0, symBinAddr: 0x145864, symSize: 0x8 } + - { offsetInCU: 0x6AD, offset: 0x1F1F37, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6E8, symBinAddr: 0x14586C, symSize: 0x8 } + - { offsetInCU: 0x6D0, offset: 0x1F1F5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x81C, symBinAddr: 0x1459A0, symSize: 0x28 } + - { offsetInCU: 0x6EC, offset: 0x1F1F76, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x844, symBinAddr: 0x1459C8, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x1F215E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6boundsSo6CGRectVvg', symObjAddr: 0x0, symBinAddr: 0x145D3C, symSize: 0x10 } + - { offsetInCU: 0x6C, offset: 0x1F218B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF', symObjAddr: 0x10, symBinAddr: 0x145D4C, symSize: 0x14 } + - { offsetInCU: 0x11E, offset: 0x1F223D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF', symObjAddr: 0x24, symBinAddr: 0x145D60, symSize: 0x2C } + - { offsetInCU: 0x1DD, offset: 0x1F22FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF', symObjAddr: 0x50, symBinAddr: 0x145D8C, symSize: 0x14 } + - { offsetInCU: 0x21D, offset: 0x1F233C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF', symObjAddr: 0x64, symBinAddr: 0x145DA0, symSize: 0x14 } + - { offsetInCU: 0x2C2, offset: 0x1F23E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x78, symBinAddr: 0x145DB4, symSize: 0xE0 } + - { offsetInCU: 0x3F7, offset: 0x1F2516, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x158, symBinAddr: 0x145E94, symSize: 0xA8 } + - { offsetInCU: 0x486, offset: 0x1F25A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x200, symBinAddr: 0x145F3C, symSize: 0xA8 } + - { offsetInCU: 0x503, offset: 0x1F2622, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ', symObjAddr: 0x2A8, symBinAddr: 0x145FE4, symSize: 0x4 } + - { offsetInCU: 0x51F, offset: 0x1F263E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZSSyXEfu0_', symObjAddr: 0x4E0, symBinAddr: 0x14621C, symSize: 0xD8 } + - { offsetInCU: 0x635, offset: 0x1F2754, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8durationSdvg', symObjAddr: 0x2AC, symBinAddr: 0x145FE8, symSize: 0x14 } + - { offsetInCU: 0x662, offset: 0x1F2781, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ', symObjAddr: 0x2C0, symBinAddr: 0x145FFC, symSize: 0x4 } + - { offsetInCU: 0x67E, offset: 0x1F279D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x5B8, symBinAddr: 0x1462F4, symSize: 0x154 } + - { offsetInCU: 0x7E8, offset: 0x1F2907, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ', symObjAddr: 0x2C4, symBinAddr: 0x146000, symSize: 0x1FC } + - { offsetInCU: 0x863, offset: 0x1F2982, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_', symObjAddr: 0xD44, symBinAddr: 0x146A80, symSize: 0x538 } + - { offsetInCU: 0x994, offset: 0x1F2AB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_', symObjAddr: 0x127C, symBinAddr: 0x146FB8, symSize: 0x94 } + - { offsetInCU: 0xA0A, offset: 0x1F2B29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ', symObjAddr: 0x4C0, symBinAddr: 0x1461FC, symSize: 0x4 } + - { offsetInCU: 0xA26, offset: 0x1F2B45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x70C, symBinAddr: 0x146448, symSize: 0x1C4 } + - { offsetInCU: 0xC0E, offset: 0x1F2D2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ', symObjAddr: 0x4C4, symBinAddr: 0x146200, symSize: 0x14 } + - { offsetInCU: 0xC22, offset: 0x1F2D41, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg', symObjAddr: 0x4D8, symBinAddr: 0x146214, symSize: 0x8 } + - { offsetInCU: 0xD2A, offset: 0x1F2E49, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ', symObjAddr: 0x8D0, symBinAddr: 0x14660C, symSize: 0x6C } + - { offsetInCU: 0xE86, offset: 0x1F2FA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_', symObjAddr: 0xD00, symBinAddr: 0x146A3C, symSize: 0x44 } + - { offsetInCU: 0xEDF, offset: 0x1F2FFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTY0_', symObjAddr: 0x93C, symBinAddr: 0x146678, symSize: 0x36C } + - { offsetInCU: 0x106C, offset: 0x1F318B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTQ1_', symObjAddr: 0xCA8, symBinAddr: 0x1469E4, symSize: 0x58 } + - { offsetInCU: 0x11AB, offset: 0x1F32CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZTf4nnd_n', symObjAddr: 0x1310, symBinAddr: 0x14704C, symSize: 0x26C } + - { offsetInCU: 0x129F, offset: 0x1F33BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x157C, symBinAddr: 0x1472B8, symSize: 0x358 } + - { offsetInCU: 0x1446, offset: 0x1F3565, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x18D4, symBinAddr: 0x147610, symSize: 0x308 } + - { offsetInCU: 0x1598, offset: 0x1F36B7, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1BE4, symBinAddr: 0x147920, symSize: 0x10 } + - { offsetInCU: 0x15AC, offset: 0x1F36CB, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1BF4, symBinAddr: 0x147930, symSize: 0x8 } + - { offsetInCU: 0x15C0, offset: 0x1F36DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZTf4nnnd_n', symObjAddr: 0x1BFC, symBinAddr: 0x147938, symSize: 0x304 } + - { offsetInCU: 0x1743, offset: 0x1F3862, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_TA', symObjAddr: 0x1FA4, symBinAddr: 0x147CA0, symSize: 0x40 } + - { offsetInCU: 0x1757, offset: 0x1F3876, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_TA', symObjAddr: 0x2184, symBinAddr: 0x147DE0, symSize: 0xC } + - { offsetInCU: 0x176B, offset: 0x1F388A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x2190, symBinAddr: 0x147DEC, symSize: 0x8 } + - { offsetInCU: 0x177F, offset: 0x1F389E, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0x22EC, symBinAddr: 0x147E58, symSize: 0x4C } + - { offsetInCU: 0x1793, offset: 0x1F38B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU1_TA', symObjAddr: 0x237C, symBinAddr: 0x147EA4, symSize: 0x24 } + - { offsetInCU: 0x17C7, offset: 0x1F38E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_TA', symObjAddr: 0x243C, symBinAddr: 0x147F64, symSize: 0x4C } + - { offsetInCU: 0xF3, offset: 0x1F3E03, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x148008, symSize: 0x598 } + - { offsetInCU: 0x22C, offset: 0x1F3F3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x598, symBinAddr: 0x1485A0, symSize: 0x954 } + - { offsetInCU: 0x68B, offset: 0x1F439B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0xEEC, symBinAddr: 0x148EF4, symSize: 0x46C } + - { offsetInCU: 0x6CA, offset: 0x1F43DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1B84, symBinAddr: 0x149AF4, symSize: 0x4C } + - { offsetInCU: 0x701, offset: 0x1F4411, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueSSvg', symObjAddr: 0x1BD0, symBinAddr: 0x149B40, symSize: 0x20 } + - { offsetInCU: 0x73A, offset: 0x1F444A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1BF0, symBinAddr: 0x149B60, symSize: 0x20 } + - { offsetInCU: 0x768, offset: 0x1F4478, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1BF0, symBinAddr: 0x149B60, symSize: 0x20 } + - { offsetInCU: 0x7B1, offset: 0x1F44C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x1D94, symBinAddr: 0x149D04, symSize: 0x44 } + - { offsetInCU: 0x7F7, offset: 0x1F4507, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1DD8, symBinAddr: 0x149D48, symSize: 0x28 } + - { offsetInCU: 0x80B, offset: 0x1F451B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1E00, symBinAddr: 0x149D70, symSize: 0x8 } + - { offsetInCU: 0x841, offset: 0x1F4551, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1E08, symBinAddr: 0x149D78, symSize: 0x3C } + - { offsetInCU: 0x8A6, offset: 0x1F45B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1E44, symBinAddr: 0x149DB4, symSize: 0xC } + - { offsetInCU: 0x8C2, offset: 0x1F45D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1E50, symBinAddr: 0x149DC0, symSize: 0xC } + - { offsetInCU: 0x8DE, offset: 0x1F45EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3884, symBinAddr: 0x14B534, symSize: 0x50 } + - { offsetInCU: 0x929, offset: 0x1F4639, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCfD', symObjAddr: 0x1EAC, symBinAddr: 0x149E1C, symSize: 0x44 } + - { offsetInCU: 0x96C, offset: 0x1F467C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1F10, symBinAddr: 0x149E80, symSize: 0x2C } + - { offsetInCU: 0x98F, offset: 0x1F469F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1F3C, symBinAddr: 0x149EAC, symSize: 0x28 } + - { offsetInCU: 0x9D9, offset: 0x1F46E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x135C, symBinAddr: 0x149364, symSize: 0xD0 } + - { offsetInCU: 0xA2C, offset: 0x1F473C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x1470, symBinAddr: 0x149434, symSize: 0x14 } + - { offsetInCU: 0xA49, offset: 0x1F4759, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x148C, symBinAddr: 0x149450, symSize: 0x8 } + - { offsetInCU: 0xA65, offset: 0x1F4775, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1494, symBinAddr: 0x149458, symSize: 0x14 } + - { offsetInCU: 0xBA1, offset: 0x1F48B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO13discriminator_WZ', symObjAddr: 0x1358, symBinAddr: 0x149360, symSize: 0x4 } + - { offsetInCU: 0xBC7, offset: 0x1F48D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x14F4, symBinAddr: 0x1494B8, symSize: 0x14 } + - { offsetInCU: 0xBF0, offset: 0x1F4900, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1508, symBinAddr: 0x1494CC, symSize: 0x8 } + - { offsetInCU: 0xC19, offset: 0x1F4929, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueACSgSi_tcfC', symObjAddr: 0x15B8, symBinAddr: 0x14957C, symSize: 0x14 } + - { offsetInCU: 0xC42, offset: 0x1F4952, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueSivg', symObjAddr: 0x15CC, symBinAddr: 0x149590, symSize: 0x8 } + - { offsetInCU: 0xC5D, offset: 0x1F496D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x17DC, symBinAddr: 0x14975C, symSize: 0x8 } + - { offsetInCU: 0xC93, offset: 0x1F49A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x17E4, symBinAddr: 0x149764, symSize: 0xC } + - { offsetInCU: 0xCB3, offset: 0x1F49C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x17E4, symBinAddr: 0x149764, symSize: 0xC } + - { offsetInCU: 0xCC5, offset: 0x1F49D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOAA11ClassFamilyAAWI', symObjAddr: 0x15D4, symBinAddr: 0x149598, symSize: 0x24 } + - { offsetInCU: 0xCD9, offset: 0x1F49E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSHAASQWb', symObjAddr: 0x163C, symBinAddr: 0x1495BC, symSize: 0x4 } + - { offsetInCU: 0xCED, offset: 0x1F49FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSQAAWl', symObjAddr: 0x1640, symBinAddr: 0x1495C0, symSize: 0x44 } + - { offsetInCU: 0xD01, offset: 0x1F4A11, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSHAASQWb', symObjAddr: 0x1684, symBinAddr: 0x149604, symSize: 0x4 } + - { offsetInCU: 0xD15, offset: 0x1F4A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSQAAWl', symObjAddr: 0x1688, symBinAddr: 0x149608, symSize: 0x44 } + - { offsetInCU: 0xD34, offset: 0x1F4A44, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASQWb', symObjAddr: 0x16E0, symBinAddr: 0x149660, symSize: 0x4 } + - { offsetInCU: 0xD48, offset: 0x1F4A58, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSQAAWl', symObjAddr: 0x16E4, symBinAddr: 0x149664, symSize: 0x44 } + - { offsetInCU: 0xD72, offset: 0x1F4A82, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwet', symObjAddr: 0x18A8, symBinAddr: 0x149818, symSize: 0x90 } + - { offsetInCU: 0xD86, offset: 0x1F4A96, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwst', symObjAddr: 0x1938, symBinAddr: 0x1498A8, symSize: 0xBC } + - { offsetInCU: 0xD9A, offset: 0x1F4AAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwup', symObjAddr: 0x19F4, symBinAddr: 0x149964, symSize: 0x4 } + - { offsetInCU: 0xDAE, offset: 0x1F4ABE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOMa', symObjAddr: 0x19F8, symBinAddr: 0x149968, symSize: 0x10 } + - { offsetInCU: 0xDC2, offset: 0x1F4AD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwet', symObjAddr: 0x1A08, symBinAddr: 0x149978, symSize: 0x90 } + - { offsetInCU: 0xDD6, offset: 0x1F4AE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwst', symObjAddr: 0x1A98, symBinAddr: 0x149A08, symSize: 0xBC } + - { offsetInCU: 0xDEA, offset: 0x1F4AFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwup', symObjAddr: 0x1B54, symBinAddr: 0x149AC4, symSize: 0x4 } + - { offsetInCU: 0xDFE, offset: 0x1F4B0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOMa', symObjAddr: 0x1B58, symBinAddr: 0x149AC8, symSize: 0x10 } + - { offsetInCU: 0xE12, offset: 0x1F4B22, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOwup', symObjAddr: 0x1B70, symBinAddr: 0x149AE0, symSize: 0x4 } + - { offsetInCU: 0xE26, offset: 0x1F4B36, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOMa', symObjAddr: 0x1B74, symBinAddr: 0x149AE4, symSize: 0x10 } + - { offsetInCU: 0xE5B, offset: 0x1F4B6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCMa', symObjAddr: 0x1EF0, symBinAddr: 0x149E60, symSize: 0x20 } + - { offsetInCU: 0xE6F, offset: 0x1F4B7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs0D3KeyAAWl', symObjAddr: 0x1FA4, symBinAddr: 0x149ED4, symSize: 0x44 } + - { offsetInCU: 0xF6E, offset: 0x1F4C7E, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x202C, symBinAddr: 0x149F18, symSize: 0x2A0 } + - { offsetInCU: 0x106B, offset: 0x1F4D7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSeAAWl', symObjAddr: 0x22CC, symBinAddr: 0x14A1B8, symSize: 0x44 } + - { offsetInCU: 0x107F, offset: 0x1F4D8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSeAAWl', symObjAddr: 0x2354, symBinAddr: 0x14A1FC, symSize: 0x44 } + - { offsetInCU: 0x112D, offset: 0x1F4E3D, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x2398, symBinAddr: 0x14A240, symSize: 0x188 } + - { offsetInCU: 0x1427, offset: 0x1F5137, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M5StyleCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x2520, symBinAddr: 0x14A3C8, symSize: 0x3C4 } + - { offsetInCU: 0x1744, offset: 0x1F5454, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M6EffectCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x28E4, symBinAddr: 0x14A78C, symSize: 0x3C4 } + - { offsetInCU: 0x1981, offset: 0x1F5691, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOb', symObjAddr: 0x2CA8, symBinAddr: 0x14AB50, symSize: 0x18 } + - { offsetInCU: 0x1995, offset: 0x1F56A5, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOc', symObjAddr: 0x2CC0, symBinAddr: 0x14AB68, symSize: 0x44 } + - { offsetInCU: 0x19A9, offset: 0x1F56B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSEAAWl', symObjAddr: 0x2DF8, symBinAddr: 0x14ABAC, symSize: 0x44 } + - { offsetInCU: 0x19BD, offset: 0x1F56CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSEAAWl', symObjAddr: 0x2E80, symBinAddr: 0x14ABF0, symSize: 0x44 } + - { offsetInCU: 0x19D1, offset: 0x1F56E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSEAAWl', symObjAddr: 0x2F48, symBinAddr: 0x14ACB8, symSize: 0x44 } + - { offsetInCU: 0x19E5, offset: 0x1F56F5, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerStyleCGSayxGSEsSERzlWl', symObjAddr: 0x2F8C, symBinAddr: 0x14ACFC, symSize: 0x7C } + - { offsetInCU: 0x19F9, offset: 0x1F5709, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11LayerEffectCGSayxGSEsSERzlWl', symObjAddr: 0x3008, symBinAddr: 0x14AD78, symSize: 0x7C } + - { offsetInCU: 0x1AED, offset: 0x1F57FD, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_AC0N5ValueCAC0nZ4TypeOTg5Tf4dnnn_n', symObjAddr: 0x3084, symBinAddr: 0x14ADF4, symSize: 0x3E4 } + - { offsetInCU: 0x1D1A, offset: 0x1F5A2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSYAAWl', symObjAddr: 0x34EC, symBinAddr: 0x14B218, symSize: 0x44 } + - { offsetInCU: 0x1D2E, offset: 0x1F5A3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSYAAWl', symObjAddr: 0x3530, symBinAddr: 0x14B25C, symSize: 0x44 } + - { offsetInCU: 0x1D42, offset: 0x1F5A52, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSYAAWl', symObjAddr: 0x3574, symBinAddr: 0x14B2A0, symSize: 0x44 } + - { offsetInCU: 0x1D56, offset: 0x1F5A66, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwug', symObjAddr: 0x3788, symBinAddr: 0x14B438, symSize: 0x8 } + - { offsetInCU: 0x1D6A, offset: 0x1F5A7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwup', symObjAddr: 0x3790, symBinAddr: 0x14B440, symSize: 0x4 } + - { offsetInCU: 0x1D7E, offset: 0x1F5A8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwui', symObjAddr: 0x3794, symBinAddr: 0x14B444, symSize: 0x8 } + - { offsetInCU: 0x1D92, offset: 0x1F5AA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOMa', symObjAddr: 0x379C, symBinAddr: 0x14B44C, symSize: 0x10 } + - { offsetInCU: 0x1DA6, offset: 0x1F5AB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASQWb', symObjAddr: 0x37AC, symBinAddr: 0x14B45C, symSize: 0x4 } + - { offsetInCU: 0x1DBA, offset: 0x1F5ACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFSQAAWl', symObjAddr: 0x37B0, symBinAddr: 0x14B460, symSize: 0x44 } + - { offsetInCU: 0x1DCE, offset: 0x1F5ADE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x37F4, symBinAddr: 0x14B4A4, symSize: 0x4 } + - { offsetInCU: 0x1DE2, offset: 0x1F5AF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x37F8, symBinAddr: 0x14B4A8, symSize: 0x44 } + - { offsetInCU: 0x1DF6, offset: 0x1F5B06, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x383C, symBinAddr: 0x14B4EC, symSize: 0x4 } + - { offsetInCU: 0x1E0A, offset: 0x1F5B1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3840, symBinAddr: 0x14B4F0, symSize: 0x44 } + - { offsetInCU: 0x1F0C, offset: 0x1F5C1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x14A8, symBinAddr: 0x14946C, symSize: 0x4C } + - { offsetInCU: 0x1F2F, offset: 0x1F5C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1510, symBinAddr: 0x1494D4, symSize: 0x5C } + - { offsetInCU: 0x1F52, offset: 0x1F5C62, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x156C, symBinAddr: 0x149530, symSize: 0x4C } + - { offsetInCU: 0x1F84, offset: 0x1F5C94, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x16CC, symBinAddr: 0x14964C, symSize: 0x14 } + - { offsetInCU: 0x1FD9, offset: 0x1F5CE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1770, symBinAddr: 0x1496F0, symSize: 0x28 } + - { offsetInCU: 0x2034, offset: 0x1F5D44, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x17F0, symBinAddr: 0x149770, symSize: 0x5C } + - { offsetInCU: 0x2057, offset: 0x1F5D67, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x184C, symBinAddr: 0x1497CC, symSize: 0x4C } + - { offsetInCU: 0x2098, offset: 0x1F5DA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C10, symBinAddr: 0x149B80, symSize: 0x88 } + - { offsetInCU: 0x2147, offset: 0x1F5E57, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH9hashValueSivgTW', symObjAddr: 0x1C98, symBinAddr: 0x149C08, symSize: 0x60 } + - { offsetInCU: 0x21C5, offset: 0x1F5ED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1CF8, symBinAddr: 0x149C68, symSize: 0x40 } + - { offsetInCU: 0x2217, offset: 0x1F5F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D38, symBinAddr: 0x149CA8, symSize: 0x5C } + - { offsetInCU: 0x227A, offset: 0x1F5F8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1E5C, symBinAddr: 0x149DCC, symSize: 0x28 } + - { offsetInCU: 0x2296, offset: 0x1F5FA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1E84, symBinAddr: 0x149DF4, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x1F636B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x14B5C4, symSize: 0x13C } + - { offsetInCU: 0x87, offset: 0x1F63CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x14B5C4, symSize: 0x13C } + - { offsetInCU: 0x459, offset: 0x1F679D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV04trimB002toC08atLength05curveG010maxSamples8accuracyAC5start_AC0D5PointAC3endtAC_12CoreGraphics7CGFloatVAOSiAOtF', symObjAddr: 0x13C, symBinAddr: 0x14B700, symSize: 0x304 } + - { offsetInCU: 0xD15, offset: 0x1F7059, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV05splitB002toC08positionAC5start_AC9trimPointAC3endtAC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x440, symBinAddr: 0x14BA04, symSize: 0x188 } + - { offsetInCU: 0x1528, offset: 0x1F786C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwCP', symObjAddr: 0x5C8, symBinAddr: 0x14BB8C, symSize: 0x30 } + - { offsetInCU: 0x153C, offset: 0x1F7880, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwet', symObjAddr: 0x610, symBinAddr: 0x14BBBC, symSize: 0x20 } + - { offsetInCU: 0x1550, offset: 0x1F7894, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwst', symObjAddr: 0x630, symBinAddr: 0x14BBDC, symSize: 0x38 } + - { offsetInCU: 0x1564, offset: 0x1F78A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVMa', symObjAddr: 0x668, symBinAddr: 0x14BC14, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1F7AEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x14BC24, symSize: 0x58 } + - { offsetInCU: 0x75, offset: 0x1F7B39, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x14BC24, symSize: 0x58 } + - { offsetInCU: 0xBC, offset: 0x1F7B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0x14BC7C, symSize: 0xFC } + - { offsetInCU: 0x11E, offset: 0x1F7BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x154, symBinAddr: 0x14BD78, symSize: 0x4C } + - { offsetInCU: 0x13A, offset: 0x1F7BFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCfD', symObjAddr: 0x1A0, symBinAddr: 0x14BDC4, symSize: 0x34 } + - { offsetInCU: 0x168, offset: 0x1F7C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCMa', symObjAddr: 0x1D4, symBinAddr: 0x14BDF8, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x1F7DF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x14BE18, symSize: 0x7C } + - { offsetInCU: 0x92, offset: 0x1F7E2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc', symObjAddr: 0x7C, symBinAddr: 0x14BE94, symSize: 0x4C } + - { offsetInCU: 0xB5, offset: 0x1F7E50, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfC', symObjAddr: 0xC8, symBinAddr: 0x14BEE0, symSize: 0x60 } + - { offsetInCU: 0xE9, offset: 0x1F7E84, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc', symObjAddr: 0x128, symBinAddr: 0x14BF40, symSize: 0x44 } + - { offsetInCU: 0xFD, offset: 0x1F7E98, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg', symObjAddr: 0x16C, symBinAddr: 0x14BF84, symSize: 0x34 } + - { offsetInCU: 0x12A, offset: 0x1F7EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs', symObjAddr: 0x1A0, symBinAddr: 0x14BFB8, symSize: 0x24 } + - { offsetInCU: 0x146, offset: 0x1F7EE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM', symObjAddr: 0x1C4, symBinAddr: 0x14BFDC, symSize: 0x40 } + - { offsetInCU: 0x1C0, offset: 0x1F7F5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM.resume.0', symObjAddr: 0x204, symBinAddr: 0x14C01C, symSize: 0x94 } + - { offsetInCU: 0x22F, offset: 0x1F7FCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvg', symObjAddr: 0x298, symBinAddr: 0x14C0B0, symSize: 0x34 } + - { offsetInCU: 0x25C, offset: 0x1F7FF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvs', symObjAddr: 0x308, symBinAddr: 0x14C120, symSize: 0x24 } + - { offsetInCU: 0x278, offset: 0x1F8013, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM', symObjAddr: 0x32C, symBinAddr: 0x14C144, symSize: 0x40 } + - { offsetInCU: 0x2C5, offset: 0x1F8060, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM.resume.0', symObjAddr: 0x36C, symBinAddr: 0x14C184, symSize: 0x90 } + - { offsetInCU: 0x334, offset: 0x1F80CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9valueTypeypXpvg', symObjAddr: 0x3FC, symBinAddr: 0x14C214, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x1F80EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg', symObjAddr: 0x408, symBinAddr: 0x14C220, symSize: 0xB0 } + - { offsetInCU: 0x39C, offset: 0x1F8137, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x4B8, symBinAddr: 0x14C2D0, symSize: 0x14 } + - { offsetInCU: 0x3BB, offset: 0x1F8156, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_Tf4nnn_g', symObjAddr: 0x10F8, symBinAddr: 0x14CE58, symSize: 0xB4 } + - { offsetInCU: 0x44A, offset: 0x1F81E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x4F4, symBinAddr: 0x14C30C, symSize: 0x28 } + - { offsetInCU: 0x46D, offset: 0x1F8208, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfd', symObjAddr: 0x51C, symBinAddr: 0x14C334, symSize: 0x44 } + - { offsetInCU: 0x4A8, offset: 0x1F8243, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfD', symObjAddr: 0x560, symBinAddr: 0x14C378, symSize: 0x4C } + - { offsetInCU: 0x4EB, offset: 0x1F8286, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x5AC, symBinAddr: 0x14C3C4, symSize: 0x20 } + - { offsetInCU: 0x525, offset: 0x1F82C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5CC, symBinAddr: 0x14C3E4, symSize: 0xC } + - { offsetInCU: 0x545, offset: 0x1F82E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5CC, symBinAddr: 0x14C3E4, symSize: 0xC } + - { offsetInCU: 0x581, offset: 0x1F831C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x5D8, symBinAddr: 0x14C3F0, symSize: 0x24 } + - { offsetInCU: 0x5B6, offset: 0x1F8351, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfcTf4ggn_n', symObjAddr: 0x61C, symBinAddr: 0x14C434, symSize: 0x180 } + - { offsetInCU: 0x612, offset: 0x1F83AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5value33_20EE40CC71F69DE358C26FA8AA04C199LL4from9locationsSaySdGSayAA0A5ColorVG_AHtFTf4nnd_n', symObjAddr: 0x79C, symBinAddr: 0x14C5B4, symSize: 0x340 } + - { offsetInCU: 0xCE1, offset: 0x1F8A7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfcTf4ggn_n', symObjAddr: 0xADC, symBinAddr: 0x14C8F4, symSize: 0x1FC } + - { offsetInCU: 0xDD8, offset: 0x1F8B73, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvsTf4gn_n', symObjAddr: 0xCD8, symBinAddr: 0x14CAF0, symSize: 0xC0 } + - { offsetInCU: 0xE57, offset: 0x1F8BF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvsTf4gn_n', symObjAddr: 0xD98, symBinAddr: 0x14CBB0, symSize: 0xBC } + - { offsetInCU: 0xED7, offset: 0x1F8C72, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TR', symObjAddr: 0x4CC, symBinAddr: 0x14C2E4, symSize: 0x28 } + - { offsetInCU: 0xEEB, offset: 0x1F8C86, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x5FC, symBinAddr: 0x14C414, symSize: 0xC } + - { offsetInCU: 0xF50, offset: 0x1F8CEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x608, symBinAddr: 0x14C420, symSize: 0x14 } + - { offsetInCU: 0x1090, offset: 0x1F8E2B, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOy', symObjAddr: 0xE94, symBinAddr: 0x14CC6C, symSize: 0x10 } + - { offsetInCU: 0x10A4, offset: 0x1F8E3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0xED0, symBinAddr: 0x14CCA8, symSize: 0x1C } + - { offsetInCU: 0x10D8, offset: 0x1F8E73, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0xF10, symBinAddr: 0x14CCE8, symSize: 0x28 } + - { offsetInCU: 0x1101, offset: 0x1F8E9C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOe', symObjAddr: 0xF38, symBinAddr: 0x14CD10, symSize: 0x10 } + - { offsetInCU: 0x1115, offset: 0x1F8EB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0xF7C, symBinAddr: 0x14CD20, symSize: 0x34 } + - { offsetInCU: 0x1129, offset: 0x1F8EC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCMa', symObjAddr: 0x10BC, symBinAddr: 0x14CE1C, symSize: 0x20 } + - { offsetInCU: 0x113D, offset: 0x1F8ED8, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie0A5ColorVGSayxGSHsSHRzlWl', symObjAddr: 0x11AC, symBinAddr: 0x14CF0C, symSize: 0x64 } + - { offsetInCU: 0x2B, offset: 0x1F91DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x14CFCC, symSize: 0x14C } + - { offsetInCU: 0xDE, offset: 0x1F928E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x14CFCC, symSize: 0x14C } + - { offsetInCU: 0x257, offset: 0x1F9407, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC04fontD0AA09AnimationcD0_pvW', symObjAddr: 0x14C, symBinAddr: 0x14D118, symSize: 0x14C } + - { offsetInCU: 0x3C5, offset: 0x1F9575, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCfD', symObjAddr: 0x298, symBinAddr: 0x14D264, symSize: 0x2C } + - { offsetInCU: 0x409, offset: 0x1F95B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCMa', symObjAddr: 0x2C4, symBinAddr: 0x14D290, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1F9771, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14D2B0, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x1F9795, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ', symObjAddr: 0x778, symBinAddr: 0x1E3B08, symSize: 0x0 } + - { offsetInCU: 0x9E, offset: 0x1F97E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfC', symObjAddr: 0x16C, symBinAddr: 0x14D41C, symSize: 0x8 } + - { offsetInCU: 0xC3, offset: 0x1F980D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ', symObjAddr: 0x174, symBinAddr: 0x14D424, symSize: 0xC } + - { offsetInCU: 0xEF, offset: 0x1F9839, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ', symObjAddr: 0x180, symBinAddr: 0x14D430, symSize: 0xC } + - { offsetInCU: 0x11B, offset: 0x1F9865, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ', symObjAddr: 0x18C, symBinAddr: 0x14D43C, symSize: 0xC } + - { offsetInCU: 0x147, offset: 0x1F9891, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ', symObjAddr: 0x1CC, symBinAddr: 0x14D47C, symSize: 0x50 } + - { offsetInCU: 0x17F, offset: 0x1F98C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ', symObjAddr: 0x21C, symBinAddr: 0x14D4CC, symSize: 0x8 } + - { offsetInCU: 0x1AB, offset: 0x1F98F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg', symObjAddr: 0x224, symBinAddr: 0x14D4D4, symSize: 0x8 } + - { offsetInCU: 0x1BF, offset: 0x1F9909, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAsADP8rawValuex03RawH0Qz_tcfCTW', symObjAddr: 0x2BC, symBinAddr: 0x14D56C, symSize: 0xC } + - { offsetInCU: 0x1FA, offset: 0x1F9944, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2C8, symBinAddr: 0x14D578, symSize: 0x10 } + - { offsetInCU: 0x227, offset: 0x1F9971, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2D8, symBinAddr: 0x14D588, symSize: 0xC } + - { offsetInCU: 0x23F, offset: 0x1F9989, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2D8, symBinAddr: 0x14D588, symSize: 0xC } + - { offsetInCU: 0x2DB, offset: 0x1F9A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg', symObjAddr: 0x40, symBinAddr: 0x14D2F0, symSize: 0x58 } + - { offsetInCU: 0x2F9, offset: 0x1F9A43, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvg', symObjAddr: 0x98, symBinAddr: 0x14D348, symSize: 0x2C } + - { offsetInCU: 0x317, offset: 0x1F9A61, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvs', symObjAddr: 0xC4, symBinAddr: 0x14D374, symSize: 0x34 } + - { offsetInCU: 0x356, offset: 0x1F9AA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM', symObjAddr: 0xF8, symBinAddr: 0x14D3A8, symSize: 0x10 } + - { offsetInCU: 0x374, offset: 0x1F9ABE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM.resume.0', symObjAddr: 0x108, symBinAddr: 0x14D3B8, symSize: 0x4 } + - { offsetInCU: 0x39F, offset: 0x1F9AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x10C, symBinAddr: 0x14D3BC, symSize: 0x14 } + - { offsetInCU: 0x3BD, offset: 0x1F9B07, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x120, symBinAddr: 0x14D3D0, symSize: 0x14 } + - { offsetInCU: 0x3FB, offset: 0x1F9B45, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM', symObjAddr: 0x134, symBinAddr: 0x14D3E4, symSize: 0x10 } + - { offsetInCU: 0x429, offset: 0x1F9B73, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x144, symBinAddr: 0x14D3F4, symSize: 0x4 } + - { offsetInCU: 0x454, offset: 0x1F9B9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvg', symObjAddr: 0x148, symBinAddr: 0x14D3F8, symSize: 0x8 } + - { offsetInCU: 0x472, offset: 0x1F9BBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvs', symObjAddr: 0x150, symBinAddr: 0x14D400, symSize: 0x8 } + - { offsetInCU: 0x4AF, offset: 0x1F9BF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM', symObjAddr: 0x158, symBinAddr: 0x14D408, symSize: 0x10 } + - { offsetInCU: 0x4DD, offset: 0x1F9C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM.resume.0', symObjAddr: 0x168, symBinAddr: 0x14D418, symSize: 0x4 } + - { offsetInCU: 0x509, offset: 0x1F9C53, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x14D448, symSize: 0x34 } + - { offsetInCU: 0x527, offset: 0x1F9C71, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x14D448, symSize: 0x34 } + - { offsetInCU: 0x53C, offset: 0x1F9C86, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x14D448, symSize: 0x34 } + - { offsetInCU: 0x550, offset: 0x1F9C9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x14D448, symSize: 0x34 } + - { offsetInCU: 0x5CE, offset: 0x1F9D18, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAASYWb', symObjAddr: 0x22C, symBinAddr: 0x14D4DC, symSize: 0x4 } + - { offsetInCU: 0x5E2, offset: 0x1F9D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSYAAWl', symObjAddr: 0x230, symBinAddr: 0x14D4E0, symSize: 0x44 } + - { offsetInCU: 0x5F6, offset: 0x1F9D40, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAs0F7AlgebraPWb', symObjAddr: 0x274, symBinAddr: 0x14D524, symSize: 0x4 } + - { offsetInCU: 0x60A, offset: 0x1F9D54, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs10SetAlgebraAAWl', symObjAddr: 0x278, symBinAddr: 0x14D528, symSize: 0x44 } + - { offsetInCU: 0x61E, offset: 0x1F9D68, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAASQWb', symObjAddr: 0x2E4, symBinAddr: 0x14D594, symSize: 0x4 } + - { offsetInCU: 0x632, offset: 0x1F9D7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSQAAWl', symObjAddr: 0x2E8, symBinAddr: 0x14D598, symSize: 0x44 } + - { offsetInCU: 0x646, offset: 0x1F9D90, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x32C, symBinAddr: 0x14D5DC, symSize: 0x4 } + - { offsetInCU: 0x65A, offset: 0x1F9DA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs25ExpressibleByArrayLiteralAAWl', symObjAddr: 0x330, symBinAddr: 0x14D5E0, symSize: 0x44 } + - { offsetInCU: 0x679, offset: 0x1F9DC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwCP', symObjAddr: 0x534, symBinAddr: 0x14D7E4, symSize: 0x30 } + - { offsetInCU: 0x68D, offset: 0x1F9DD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwxx', symObjAddr: 0x564, symBinAddr: 0x14D814, symSize: 0x28 } + - { offsetInCU: 0x6A1, offset: 0x1F9DEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwcp', symObjAddr: 0x58C, symBinAddr: 0x14D83C, symSize: 0x4C } + - { offsetInCU: 0x6B5, offset: 0x1F9DFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwca', symObjAddr: 0x5D8, symBinAddr: 0x14D888, symSize: 0x7C } + - { offsetInCU: 0x6C9, offset: 0x1F9E13, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwta', symObjAddr: 0x668, symBinAddr: 0x14D904, symSize: 0x5C } + - { offsetInCU: 0x6DD, offset: 0x1F9E27, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwet', symObjAddr: 0x6C4, symBinAddr: 0x14D960, symSize: 0x48 } + - { offsetInCU: 0x6F1, offset: 0x1F9E3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwst', symObjAddr: 0x70C, symBinAddr: 0x14D9A8, symSize: 0x48 } + - { offsetInCU: 0x705, offset: 0x1F9E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVMa', symObjAddr: 0x754, symBinAddr: 0x14D9F0, symSize: 0x10 } + - { offsetInCU: 0x719, offset: 0x1F9E63, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVMa', symObjAddr: 0x764, symBinAddr: 0x14DA00, symSize: 0x10 } + - { offsetInCU: 0x81C, offset: 0x1F9F66, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14D2B0, symSize: 0x40 } + - { offsetInCU: 0x834, offset: 0x1F9F7E, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14D2B0, symSize: 0x40 } + - { offsetInCU: 0x848, offset: 0x1F9F92, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14D2B0, symSize: 0x40 } + - { offsetInCU: 0x85C, offset: 0x1F9FA6, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14D2B0, symSize: 0x40 } + - { offsetInCU: 0x870, offset: 0x1F9FBA, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14D2B0, symSize: 0x40 } + - { offsetInCU: 0x884, offset: 0x1F9FCE, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14D2B0, symSize: 0x40 } + - { offsetInCU: 0x898, offset: 0x1F9FE2, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14D2B0, symSize: 0x40 } + - { offsetInCU: 0xA6C, offset: 0x1FA1B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x14D624, symSize: 0x8 } + - { offsetInCU: 0xA84, offset: 0x1FA1CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x14D624, symSize: 0x8 } + - { offsetInCU: 0xA98, offset: 0x1FA1E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x14D624, symSize: 0x8 } + - { offsetInCU: 0xAAC, offset: 0x1FA1F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x14D624, symSize: 0x8 } + - { offsetInCU: 0xADE, offset: 0x1FA228, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP5unionyxxnFTW', symObjAddr: 0x37C, symBinAddr: 0x14D62C, symSize: 0x14 } + - { offsetInCU: 0xB89, offset: 0x1FA2D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP12intersectionyxxFTW', symObjAddr: 0x390, symBinAddr: 0x14D640, symSize: 0x14 } + - { offsetInCU: 0xC59, offset: 0x1FA3A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP19symmetricDifferenceyxxnFTW', symObjAddr: 0x3A4, symBinAddr: 0x14D654, symSize: 0x14 } + - { offsetInCU: 0xD22, offset: 0x1FA46C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6insertySb8inserted_7ElementQz17memberAfterInserttAInFTW', symObjAddr: 0x3B8, symBinAddr: 0x14D668, symSize: 0x30 } + - { offsetInCU: 0xE7B, offset: 0x1FA5C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6removey7ElementQzSgAHFTW', symObjAddr: 0x3E8, symBinAddr: 0x14D698, symSize: 0x38 } + - { offsetInCU: 0x1033, offset: 0x1FA77D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6update4with7ElementQzSgAIn_tFTW', symObjAddr: 0x420, symBinAddr: 0x14D6D0, symSize: 0x24 } + - { offsetInCU: 0x1146, offset: 0x1FA890, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP9formUnionyyxnFTW', symObjAddr: 0x444, symBinAddr: 0x14D6F4, symSize: 0x14 } + - { offsetInCU: 0x11E9, offset: 0x1FA933, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP16formIntersectionyyxFTW', symObjAddr: 0x458, symBinAddr: 0x14D708, symSize: 0x14 } + - { offsetInCU: 0x128C, offset: 0x1FA9D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x46C, symBinAddr: 0x14D71C, symSize: 0x14 } + - { offsetInCU: 0x133E, offset: 0x1FAA88, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP11subtractingyxxFTW', symObjAddr: 0x480, symBinAddr: 0x14D730, symSize: 0x14 } + - { offsetInCU: 0x1422, offset: 0x1FAB6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8isSubset2ofSbx_tFTW', symObjAddr: 0x494, symBinAddr: 0x14D744, symSize: 0x14 } + - { offsetInCU: 0x1499, offset: 0x1FABE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isDisjoint4withSbx_tFTW', symObjAddr: 0x4A8, symBinAddr: 0x14D758, symSize: 0x14 } + - { offsetInCU: 0x1551, offset: 0x1FAC9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isSuperset2ofSbx_tFTW', symObjAddr: 0x4BC, symBinAddr: 0x14D76C, symSize: 0x14 } + - { offsetInCU: 0x15EB, offset: 0x1FAD35, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP7isEmptySbvgTW', symObjAddr: 0x4D0, symBinAddr: 0x14D780, symSize: 0x10 } + - { offsetInCU: 0x1653, offset: 0x1FAD9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPyxqd__ncSTRd__7ElementQyd__AFRtzlufCTW', symObjAddr: 0x4E0, symBinAddr: 0x14D790, symSize: 0x28 } + - { offsetInCU: 0x166F, offset: 0x1FADB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8subtractyyxFTW', symObjAddr: 0x508, symBinAddr: 0x14D7B8, symSize: 0x14 } + - { offsetInCU: 0x1712, offset: 0x1FAE5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x51C, symBinAddr: 0x14D7CC, symSize: 0x14 } + - { offsetInCU: 0x1750, offset: 0x1FAE9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs25ExpressibleByArrayLiteralAAsADP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x530, symBinAddr: 0x14D7E0, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x1FB041, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMi', symObjAddr: 0x0, symBinAddr: 0x14DA14, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x1FB055, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMr', symObjAddr: 0x4, symBinAddr: 0x14DA18, symSize: 0x4C } + - { offsetInCU: 0x67, offset: 0x1FB069, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE12interpolatorAA0D13ValueProvider_pvg', symObjAddr: 0x50, symBinAddr: 0x14DA64, symSize: 0x60 } + - { offsetInCU: 0xE6, offset: 0x1FB0E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC9keyframes33unsupportedAfterEffectsExpressionACyxGs15ContiguousArrayVyAA0B0CyxGG_SSSgtcfC', symObjAddr: 0xB0, symBinAddr: 0x14DAC4, symSize: 0x44 } + - { offsetInCU: 0x136, offset: 0x1FB138, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueSSvg', symObjAddr: 0xF4, symBinAddr: 0x14DB08, symSize: 0x18 } + - { offsetInCU: 0x167, offset: 0x1FB169, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x38C, symBinAddr: 0x14DD90, symSize: 0x6C } + - { offsetInCU: 0x19C, offset: 0x1FB19E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x3F8, symBinAddr: 0x14DDFC, symSize: 0x4 } + - { offsetInCU: 0x1D1, offset: 0x1FB1D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueSSvg', symObjAddr: 0x3FC, symBinAddr: 0x14DE00, symSize: 0x18 } + - { offsetInCU: 0x202, offset: 0x1FB204, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x554, symBinAddr: 0x14DF58, symSize: 0x2C } + - { offsetInCU: 0x21E, offset: 0x1FB220, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x580, symBinAddr: 0x14DF84, symSize: 0x28 } + - { offsetInCU: 0x23A, offset: 0x1FB23C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValueSSvgTW', symObjAddr: 0x5A8, symBinAddr: 0x14DFAC, symSize: 0x8 } + - { offsetInCU: 0x256, offset: 0x1FB258, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5B0, symBinAddr: 0x14DFB4, symSize: 0x24 } + - { offsetInCU: 0x272, offset: 0x1FB274, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValueSiSgvgTW', symObjAddr: 0x5D4, symBinAddr: 0x14DFD8, symSize: 0xC } + - { offsetInCU: 0x29D, offset: 0x1FB29F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x5E0, symBinAddr: 0x14DFE4, symSize: 0x28 } + - { offsetInCU: 0x2CE, offset: 0x1FB2D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1B7C, symBinAddr: 0x14F4E0, symSize: 0x8 } + - { offsetInCU: 0x34F, offset: 0x1FB351, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCfD', symObjAddr: 0x694, symBinAddr: 0x14E074, symSize: 0x2C } + - { offsetInCU: 0x39A, offset: 0x1FB39C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlF', symObjAddr: 0x10C, symBinAddr: 0x14DB20, symSize: 0x158 } + - { offsetInCU: 0x439, offset: 0x1FB43B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_', symObjAddr: 0x1820, symBinAddr: 0x14F1F0, symSize: 0xB8 } + - { offsetInCU: 0x49D, offset: 0x1FB49F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9withValueyACyqd__Gqd__lF', symObjAddr: 0x264, symBinAddr: 0x14DC78, symSize: 0x118 } + - { offsetInCU: 0x4EA, offset: 0x1FB4EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMa', symObjAddr: 0x6C0, symBinAddr: 0x14E0A0, symSize: 0xC } + - { offsetInCU: 0x509, offset: 0x1FB50B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0x6DC, symBinAddr: 0x14E0AC, symSize: 0xA24 } + - { offsetInCU: 0x6E9, offset: 0x1FB6EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1100, symBinAddr: 0x14EAD0, symSize: 0x2C } + - { offsetInCU: 0x738, offset: 0x1FB73A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x112C, symBinAddr: 0x14EAFC, symSize: 0x4F8 } + - { offsetInCU: 0x8B1, offset: 0x1FB8B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1624, symBinAddr: 0x14EFF4, symSize: 0x24 } + - { offsetInCU: 0x8D4, offset: 0x1FB8D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x1648, symBinAddr: 0x14F018, symSize: 0x74 } + - { offsetInCU: 0x931, offset: 0x1FB933, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x16BC, symBinAddr: 0x14F08C, symSize: 0x10 } + - { offsetInCU: 0x958, offset: 0x1FB95A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x16CC, symBinAddr: 0x14F09C, symSize: 0x84 } + - { offsetInCU: 0x9CE, offset: 0x1FB9D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE9hashValueSivg', symObjAddr: 0x1750, symBinAddr: 0x14F120, symSize: 0x44 } + - { offsetInCU: 0xA4C, offset: 0x1FBA4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x1794, symBinAddr: 0x14F164, symSize: 0x24 } + - { offsetInCU: 0xA68, offset: 0x1FBA6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x17B8, symBinAddr: 0x14F188, symSize: 0x24 } + - { offsetInCU: 0xA7C, offset: 0x1FBA7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvg', symObjAddr: 0x18D8, symBinAddr: 0x14F2A8, symSize: 0x4C } + - { offsetInCU: 0xAE1, offset: 0x1FBAE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP7untypedACyypGvgTW', symObjAddr: 0x1924, symBinAddr: 0x14F2F4, symSize: 0x24 } + - { offsetInCU: 0xAFD, offset: 0x1FBAFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP12interpolatorAA0D13ValueProvider_pvgTW', symObjAddr: 0x1948, symBinAddr: 0x14F318, symSize: 0x24 } + - { offsetInCU: 0xB19, offset: 0x1FBB1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSQWb', symObjAddr: 0x196C, symBinAddr: 0x14F33C, symSize: 0x38 } + - { offsetInCU: 0xB2D, offset: 0x1FBB2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_TA', symObjAddr: 0x19A4, symBinAddr: 0x14F374, symSize: 0x1C } + - { offsetInCU: 0xB41, offset: 0x1FBB43, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMa', symObjAddr: 0x19C0, symBinAddr: 0x14F390, symSize: 0xC } + - { offsetInCU: 0xB5C, offset: 0x1FBB5E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF', symObjAddr: 0x1A38, symBinAddr: 0x14F39C, symSize: 0x60 } + - { offsetInCU: 0xBFA, offset: 0x1FBBFC, size: 0x8, addend: 0x0, symName: '_$sSa13_adoptStorage_5countSayxG_SpyxGts016_ContiguousArrayB0CyxGn_SitFZTf4gnn_n', symObjAddr: 0x1B84, symBinAddr: 0x14F4E8, symSize: 0x88 } + - { offsetInCU: 0xC69, offset: 0x1FBC6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvgypxXEfU_TA', symObjAddr: 0x1C4C, symBinAddr: 0x14F570, symSize: 0x50 } + - { offsetInCU: 0xCA4, offset: 0x1FBCA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMi', symObjAddr: 0x1D04, symBinAddr: 0x14F5C0, symSize: 0x8 } + - { offsetInCU: 0xCB8, offset: 0x1FBCBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwet', symObjAddr: 0x1D1C, symBinAddr: 0x14F5C8, symSize: 0x90 } + - { offsetInCU: 0xCCC, offset: 0x1FBCCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwst', symObjAddr: 0x1DAC, symBinAddr: 0x14F658, symSize: 0xBC } + - { offsetInCU: 0xCE0, offset: 0x1FBCE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwug', symObjAddr: 0x1E68, symBinAddr: 0x14F714, symSize: 0x8 } + - { offsetInCU: 0xCF4, offset: 0x1FBCF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwup', symObjAddr: 0x1E70, symBinAddr: 0x14F71C, symSize: 0x4 } + - { offsetInCU: 0xD08, offset: 0x1FBD0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwui', symObjAddr: 0x1E74, symBinAddr: 0x14F720, symSize: 0xC } + - { offsetInCU: 0xD1C, offset: 0x1FBD1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASQWb', symObjAddr: 0x1E80, symBinAddr: 0x14F72C, symSize: 0x10 } + - { offsetInCU: 0xD30, offset: 0x1FBD32, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E90, symBinAddr: 0x14F73C, symSize: 0x10 } + - { offsetInCU: 0xD44, offset: 0x1FBD46, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1EA0, symBinAddr: 0x14F74C, symSize: 0x10 } + - { offsetInCU: 0xDAB, offset: 0x1FBDAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x414, symBinAddr: 0x14DE18, symSize: 0x54 } + - { offsetInCU: 0xDC7, offset: 0x1FBDC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x468, symBinAddr: 0x14DE6C, symSize: 0x4C } + - { offsetInCU: 0xDE3, offset: 0x1FBDE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4B4, symBinAddr: 0x14DEB8, symSize: 0x50 } + - { offsetInCU: 0xDFF, offset: 0x1FBE01, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x504, symBinAddr: 0x14DF08, symSize: 0x50 } + - { offsetInCU: 0xE22, offset: 0x1FBE24, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x608, symBinAddr: 0x14E00C, symSize: 0x34 } + - { offsetInCU: 0xE3E, offset: 0x1FBE40, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x63C, symBinAddr: 0x14E040, symSize: 0x34 } + - { offsetInCU: 0xF0E, offset: 0x1FBF10, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x17DC, symBinAddr: 0x14F1AC, symSize: 0x44 } + - { offsetInCU: 0xF53, offset: 0x1FBF55, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV6appendyyxnFTf4gn_n', symObjAddr: 0x1A98, symBinAddr: 0x14F3FC, symSize: 0x74 } + - { offsetInCU: 0xFC1, offset: 0x1FBFC3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV12arrayLiteralAByxGxd_tcfCTf4gn_n', symObjAddr: 0x1B0C, symBinAddr: 0x14F470, symSize: 0x70 } + - { offsetInCU: 0x2B, offset: 0x1FC28C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x14F75C, symSize: 0x15C } + - { offsetInCU: 0xBD, offset: 0x1FC31E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x14F75C, symSize: 0x15C } + - { offsetInCU: 0x1F6, offset: 0x1FC457, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15setupAnimations7contextyAA0dC7ContextV_tKF', symObjAddr: 0x15C, symBinAddr: 0x14F8B8, symSize: 0x258 } + - { offsetInCU: 0x384, offset: 0x1FC5E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x3B4, symBinAddr: 0x14FB10, symSize: 0x19C } + - { offsetInCU: 0x550, offset: 0x1FC7B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x550, symBinAddr: 0x14FCAC, symSize: 0x2C } + - { offsetInCU: 0x58A, offset: 0x1FC7EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCACycfcTo', symObjAddr: 0x57C, symBinAddr: 0x14FCD8, symSize: 0x3C } + - { offsetInCU: 0x5ED, offset: 0x1FC84E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x5B8, symBinAddr: 0x14FD14, symSize: 0x94 } + - { offsetInCU: 0x65A, offset: 0x1FC8BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x64C, symBinAddr: 0x14FDA8, symSize: 0x44 } + - { offsetInCU: 0x69D, offset: 0x1FC8FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCfD', symObjAddr: 0x690, symBinAddr: 0x14FDEC, symSize: 0x30 } + - { offsetInCU: 0x6CA, offset: 0x1FC92B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCAA0cD0A2aDP15setupAnimations7contextyAA0dC7ContextV_tKFTW', symObjAddr: 0x6E0, symBinAddr: 0x14FE3C, symSize: 0x2C } + - { offsetInCU: 0x79F, offset: 0x1FCA00, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCMa', symObjAddr: 0x6C0, symBinAddr: 0x14FE1C, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1FCC78, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x14FE68, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0x1FCC9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x14FE68, symSize: 0x64 } + - { offsetInCU: 0x7C, offset: 0x1FCCC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfD', symObjAddr: 0x64, symBinAddr: 0x14FECC, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x1FCD05, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x14FF08, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x1FCD46, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xAC, symBinAddr: 0x14FF14, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x1FCD87, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xDC, symBinAddr: 0x14FF44, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x1FCDB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesC08gradientC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x250, symBinAddr: 0x1500B8, symSize: 0x93C } + - { offsetInCU: 0x8D0, offset: 0x1FD51D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x14FEE8, symSize: 0x20 } + - { offsetInCU: 0x90E, offset: 0x1FD55B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCfD', symObjAddr: 0xE8, symBinAddr: 0x14FF50, symSize: 0x34 } + - { offsetInCU: 0x96F, offset: 0x1FD5BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x13C, symBinAddr: 0x14FFA4, symSize: 0x44 } + - { offsetInCU: 0x9BB, offset: 0x1FD608, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x180, symBinAddr: 0x14FFE8, symSize: 0x24 } + - { offsetInCU: 0x9FC, offset: 0x1FD649, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A4, symBinAddr: 0x15000C, symSize: 0x4 } + - { offsetInCU: 0xA1C, offset: 0x1FD669, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A4, symBinAddr: 0x15000C, symSize: 0x4 } + - { offsetInCU: 0xA4C, offset: 0x1FD699, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0x150010, symSize: 0x8 } + - { offsetInCU: 0xA6C, offset: 0x1FD6B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0x150010, symSize: 0x8 } + - { offsetInCU: 0xACF, offset: 0x1FD71C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0x150018, symSize: 0x10 } + - { offsetInCU: 0xAEF, offset: 0x1FD73C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0x150018, symSize: 0x10 } + - { offsetInCU: 0xB36, offset: 0x1FD783, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x150028, symSize: 0x8 } + - { offsetInCU: 0xB56, offset: 0x1FD7A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x150028, symSize: 0x8 } + - { offsetInCU: 0xB77, offset: 0x1FD7C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1C8, symBinAddr: 0x150030, symSize: 0x8 } + - { offsetInCU: 0xB97, offset: 0x1FD7E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1C8, symBinAddr: 0x150030, symSize: 0x8 } + - { offsetInCU: 0xBB8, offset: 0x1FD805, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x150038, symSize: 0x8 } + - { offsetInCU: 0xBD8, offset: 0x1FD825, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x150038, symSize: 0x8 } + - { offsetInCU: 0xBF9, offset: 0x1FD846, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1D8, symBinAddr: 0x150040, symSize: 0x8 } + - { offsetInCU: 0xC19, offset: 0x1FD866, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1D8, symBinAddr: 0x150040, symSize: 0x8 } + - { offsetInCU: 0xC3A, offset: 0x1FD887, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1E0, symBinAddr: 0x150048, symSize: 0xC } + - { offsetInCU: 0xC5A, offset: 0x1FD8A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1E0, symBinAddr: 0x150048, symSize: 0xC } + - { offsetInCU: 0xC7B, offset: 0x1FD8C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1EC, symBinAddr: 0x150054, symSize: 0x10 } + - { offsetInCU: 0xC9B, offset: 0x1FD8E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1EC, symBinAddr: 0x150054, symSize: 0x10 } + - { offsetInCU: 0xCAD, offset: 0x1FD8FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1FC, symBinAddr: 0x150064, symSize: 0x8 } + - { offsetInCU: 0xCE7, offset: 0x1FD934, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x204, symBinAddr: 0x15006C, symSize: 0x4C } + - { offsetInCU: 0xD24, offset: 0x1FD971, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xB8C, symBinAddr: 0x1509F4, symSize: 0x458 } + - { offsetInCU: 0x1618, offset: 0x1FE265, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCMa', symObjAddr: 0x11C, symBinAddr: 0x14FF84, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1FF0A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0x150E4C, symSize: 0x18 } + - { offsetInCU: 0x4B, offset: 0x1FF0C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0x150E4C, symSize: 0x18 } + - { offsetInCU: 0x7E, offset: 0x1FF0F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF', symObjAddr: 0x18, symBinAddr: 0x150E64, symSize: 0x28 } + - { offsetInCU: 0x114, offset: 0x1FF18D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO9hashValueSivg', symObjAddr: 0x40, symBinAddr: 0x150E8C, symSize: 0x44 } + - { offsetInCU: 0x20E, offset: 0x1FF287, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x84, symBinAddr: 0x150ED0, symSize: 0x18 } + - { offsetInCU: 0x22E, offset: 0x1FF2A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x84, symBinAddr: 0x150ED0, symSize: 0x18 } + - { offsetInCU: 0x26E, offset: 0x1FF2E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x9C, symBinAddr: 0x150EE8, symSize: 0x44 } + - { offsetInCU: 0x351, offset: 0x1FF3CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE0, symBinAddr: 0x150F2C, symSize: 0x28 } + - { offsetInCU: 0x3DA, offset: 0x1FF453, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASQWb', symObjAddr: 0x148, symBinAddr: 0x150F94, symSize: 0x4 } + - { offsetInCU: 0x3EE, offset: 0x1FF467, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOACSQAAWl', symObjAddr: 0x14C, symBinAddr: 0x150F98, symSize: 0x44 } + - { offsetInCU: 0x402, offset: 0x1FF47B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwet', symObjAddr: 0x1A0, symBinAddr: 0x150FDC, symSize: 0x90 } + - { offsetInCU: 0x416, offset: 0x1FF48F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwst', symObjAddr: 0x230, symBinAddr: 0x15106C, symSize: 0xBC } + - { offsetInCU: 0x42A, offset: 0x1FF4A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwug', symObjAddr: 0x2EC, symBinAddr: 0x151128, symSize: 0x8 } + - { offsetInCU: 0x43E, offset: 0x1FF4B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwup', symObjAddr: 0x2F4, symBinAddr: 0x151130, symSize: 0x4 } + - { offsetInCU: 0x452, offset: 0x1FF4CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwui', symObjAddr: 0x2F8, symBinAddr: 0x151134, symSize: 0xC } + - { offsetInCU: 0x466, offset: 0x1FF4DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOMa', symObjAddr: 0x304, symBinAddr: 0x151140, symSize: 0x10 } + - { offsetInCU: 0x4B8, offset: 0x1FF531, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x108, symBinAddr: 0x150F54, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1FF720, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x151150, symSize: 0x4 } + - { offsetInCU: 0x4F, offset: 0x1FF744, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotificationSo18NSNotificationNameavp', symObjAddr: 0x3200, symBinAddr: 0x1FA4F0, symSize: 0x0 } + - { offsetInCU: 0x5D, offset: 0x1FF752, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x151150, symSize: 0x4 } + - { offsetInCU: 0x71, offset: 0x1FF766, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMr', symObjAddr: 0x4, symBinAddr: 0x151154, symSize: 0x7C } + - { offsetInCU: 0x85, offset: 0x1FF77A, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotification_WZ', symObjAddr: 0x80, symBinAddr: 0x1511D0, symSize: 0x34 } + - { offsetInCU: 0xAB, offset: 0x1FF7A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfd', symObjAddr: 0xB4, symBinAddr: 0x151204, symSize: 0x4C } + - { offsetInCU: 0xEF, offset: 0x1FF7E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfD', symObjAddr: 0x100, symBinAddr: 0x151250, symSize: 0x1C } + - { offsetInCU: 0x11D, offset: 0x1FF812, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMa', symObjAddr: 0x11C, symBinAddr: 0x15126C, symSize: 0xC } + - { offsetInCU: 0x131, offset: 0x1FF826, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMi', symObjAddr: 0x128, symBinAddr: 0x151278, symSize: 0x4 } + - { offsetInCU: 0x145, offset: 0x1FF83A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMr', symObjAddr: 0x12C, symBinAddr: 0x15127C, symSize: 0xA8 } + - { offsetInCU: 0x19D, offset: 0x1FF892, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCfD', symObjAddr: 0x1D4, symBinAddr: 0x151324, symSize: 0x60 } + - { offsetInCU: 0x1FF, offset: 0x1FF8F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMa', symObjAddr: 0x234, symBinAddr: 0x151384, symSize: 0xC } + - { offsetInCU: 0x27, offset: 0x1FFA9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x151390, symSize: 0xEC } + - { offsetInCU: 0x17E, offset: 0x1FFBF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x151390, symSize: 0xEC } + - { offsetInCU: 0x523, offset: 0x1FFF96, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xEC, symBinAddr: 0x15147C, symSize: 0x68 } + - { offsetInCU: 0x743, offset: 0x2001B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x154, symBinAddr: 0x1514E4, symSize: 0x64 } + - { offsetInCU: 0x75F, offset: 0x2001D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1B8, symBinAddr: 0x151548, symSize: 0x44 } + - { offsetInCU: 0x7B1, offset: 0x200224, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1FC, symBinAddr: 0x15158C, symSize: 0x18 } + - { offsetInCU: 0x13F, offset: 0x20054F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5shape10otherItems7contextA2C0C0V_SayAHGAA0D7ContextVtKcfc', symObjAddr: 0x330, symBinAddr: 0x1518D4, symSize: 0x8A8 } + - { offsetInCU: 0x976, offset: 0x200D86, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xBD8, symBinAddr: 0x15217C, symSize: 0x7C } + - { offsetInCU: 0x9BD, offset: 0x200DCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfc', symObjAddr: 0xC54, symBinAddr: 0x1521F8, symSize: 0x20C } + - { offsetInCU: 0xA80, offset: 0x200E90, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfcTo', symObjAddr: 0xE60, symBinAddr: 0x152404, symSize: 0x4C } + - { offsetInCU: 0xAB2, offset: 0x200EC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xEAC, symBinAddr: 0x152450, symSize: 0x42C } + - { offsetInCU: 0xB66, offset: 0x200F76, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC24setupSolidFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL05shapeD07contextySo07CAShapeD0C_AA0D16AnimationContextVtKF', symObjAddr: 0x12D8, symBinAddr: 0x15287C, symSize: 0xD90 } + - { offsetInCU: 0x13B2, offset: 0x2017C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC27setupGradientFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKF', symObjAddr: 0x2068, symBinAddr: 0x15360C, symSize: 0xD1C } + - { offsetInCU: 0x1AB0, offset: 0x201EC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC017setupGradientFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0gD13ConfigurationAELLOAA0fG0C_tF', symObjAddr: 0x2D84, symBinAddr: 0x154328, symSize: 0x288 } + - { offsetInCU: 0x1D05, offset: 0x202115, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC014setupSolidFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLAC0gD13ConfigurationAELLOyF', symObjAddr: 0x300C, symBinAddr: 0x1545B0, symSize: 0xB8 } + - { offsetInCU: 0x1E82, offset: 0x202292, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC019setupGradientStrokeD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0F6LayersAELLVAA0fG0C_tF', symObjAddr: 0x30C4, symBinAddr: 0x154668, symSize: 0x220 } + - { offsetInCU: 0x2088, offset: 0x202498, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCACycfcTo', symObjAddr: 0x3608, symBinAddr: 0x154BAC, symSize: 0x2C } + - { offsetInCU: 0x20EF, offset: 0x2024FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfD', symObjAddr: 0x36A8, symBinAddr: 0x154C4C, symSize: 0x34 } + - { offsetInCU: 0x211C, offset: 0x20252C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC29setupGradientStrokeAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKFTf4xnn_n', symObjAddr: 0x3F28, symBinAddr: 0x1554A0, symSize: 0x974 } + - { offsetInCU: 0x2BA6, offset: 0x202FB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV3foryAcA09ShapeItemB0C0G0VF', symObjAddr: 0x32E4, symBinAddr: 0x154888, symSize: 0x324 } + - { offsetInCU: 0x2EA7, offset: 0x2032B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfE', symObjAddr: 0x3634, symBinAddr: 0x154BD8, symSize: 0x74 } + - { offsetInCU: 0x2ED6, offset: 0x2032E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfETo', symObjAddr: 0x36DC, symBinAddr: 0x154C80, symSize: 0x78 } + - { offsetInCU: 0x2F05, offset: 0x203315, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCMa', symObjAddr: 0x3754, symBinAddr: 0x154CF8, symSize: 0x20 } + - { offsetInCU: 0x2F19, offset: 0x203329, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwxx', symObjAddr: 0x3774, symBinAddr: 0x154D18, symSize: 0x38 } + - { offsetInCU: 0x2F2D, offset: 0x20333D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwcp', symObjAddr: 0x37AC, symBinAddr: 0x154D50, symSize: 0x54 } + - { offsetInCU: 0x2F41, offset: 0x203351, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwca', symObjAddr: 0x3800, symBinAddr: 0x154DA4, symSize: 0x8C } + - { offsetInCU: 0x2F55, offset: 0x203365, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwta', symObjAddr: 0x3898, symBinAddr: 0x154E30, symSize: 0x64 } + - { offsetInCU: 0x2F69, offset: 0x203379, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwet', symObjAddr: 0x38FC, symBinAddr: 0x154E94, symSize: 0x48 } + - { offsetInCU: 0x2F7D, offset: 0x20338D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwst', symObjAddr: 0x3944, symBinAddr: 0x154EDC, symSize: 0x40 } + - { offsetInCU: 0x2F91, offset: 0x2033A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVMa', symObjAddr: 0x3984, symBinAddr: 0x154F1C, symSize: 0x10 } + - { offsetInCU: 0x2FA5, offset: 0x2033B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwCP', symObjAddr: 0x3994, symBinAddr: 0x154F2C, symSize: 0x30 } + - { offsetInCU: 0x2FB9, offset: 0x2033C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOy', symObjAddr: 0x39C4, symBinAddr: 0x154F5C, symSize: 0x50 } + - { offsetInCU: 0x2FCD, offset: 0x2033DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwxx', symObjAddr: 0x3A14, symBinAddr: 0x154FAC, symSize: 0x14 } + - { offsetInCU: 0x2FE1, offset: 0x2033F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOe', symObjAddr: 0x3A28, symBinAddr: 0x154FC0, symSize: 0x5C } + - { offsetInCU: 0x2FF5, offset: 0x203405, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwcp', symObjAddr: 0x3A84, symBinAddr: 0x15501C, symSize: 0x60 } + - { offsetInCU: 0x3009, offset: 0x203419, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwca', symObjAddr: 0x3AE4, symBinAddr: 0x15507C, symSize: 0x70 } + - { offsetInCU: 0x301D, offset: 0x20342D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwta', symObjAddr: 0x3B68, symBinAddr: 0x1550EC, symSize: 0x48 } + - { offsetInCU: 0x3031, offset: 0x203441, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwet', symObjAddr: 0x3BB0, symBinAddr: 0x155134, symSize: 0x48 } + - { offsetInCU: 0x3045, offset: 0x203455, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwst', symObjAddr: 0x3BF8, symBinAddr: 0x15517C, symSize: 0x48 } + - { offsetInCU: 0x3059, offset: 0x203469, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwug', symObjAddr: 0x3C40, symBinAddr: 0x1551C4, symSize: 0x8 } + - { offsetInCU: 0x306D, offset: 0x20347D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwup', symObjAddr: 0x3C48, symBinAddr: 0x1551CC, symSize: 0x4 } + - { offsetInCU: 0x3081, offset: 0x203491, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwui', symObjAddr: 0x3C4C, symBinAddr: 0x1551D0, symSize: 0xC } + - { offsetInCU: 0x3095, offset: 0x2034A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOMa', symObjAddr: 0x3C58, symBinAddr: 0x1551DC, symSize: 0x10 } + - { offsetInCU: 0x30A9, offset: 0x2034B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VwCP', symObjAddr: 0x3C68, symBinAddr: 0x1551EC, symSize: 0x34 } + - { offsetInCU: 0x30BD, offset: 0x2034CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwxx', symObjAddr: 0x3C9C, symBinAddr: 0x155220, symSize: 0x28 } + - { offsetInCU: 0x30D1, offset: 0x2034E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwcp', symObjAddr: 0x3CC4, symBinAddr: 0x155248, symSize: 0x34 } + - { offsetInCU: 0x30E5, offset: 0x2034F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwca', symObjAddr: 0x3CF8, symBinAddr: 0x15527C, symSize: 0x5C } + - { offsetInCU: 0x30F9, offset: 0x203509, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwta', symObjAddr: 0x3D60, symBinAddr: 0x1552D8, symSize: 0x44 } + - { offsetInCU: 0x310D, offset: 0x20351D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwet', symObjAddr: 0x3DA4, symBinAddr: 0x15531C, symSize: 0x48 } + - { offsetInCU: 0x3121, offset: 0x203531, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwst', symObjAddr: 0x3DEC, symBinAddr: 0x155364, symSize: 0x3C } + - { offsetInCU: 0x3135, offset: 0x203545, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VMa', symObjAddr: 0x3E28, symBinAddr: 0x1553A0, symSize: 0x10 } + - { offsetInCU: 0x3149, offset: 0x203559, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLO4fill_AC14GradientLayersAELLVSg14gradientStroketSgWOe', symObjAddr: 0x3E38, symBinAddr: 0x1553B0, symSize: 0x54 } + - { offsetInCU: 0x315D, offset: 0x20356D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOe', symObjAddr: 0x3E8C, symBinAddr: 0x155404, symSize: 0x4C } + - { offsetInCU: 0x3171, offset: 0x203581, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOy', symObjAddr: 0x3ED8, symBinAddr: 0x155450, symSize: 0x50 } + - { offsetInCU: 0x31C5, offset: 0x2035D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x497C, symBinAddr: 0x155E14, symSize: 0x8 } + - { offsetInCU: 0x31D9, offset: 0x2035E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4984, symBinAddr: 0x155E1C, symSize: 0x8 } + - { offsetInCU: 0x92, offset: 0x203B47, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xE0, symBinAddr: 0x155F38, symSize: 0x20 } + - { offsetInCU: 0xC3, offset: 0x203B78, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x100, symBinAddr: 0x155F58, symSize: 0x18 } + - { offsetInCU: 0x11A, offset: 0x203BCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x156018, symSize: 0xDA0 } + - { offsetInCU: 0x1A4, offset: 0x203C59, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xF60, symBinAddr: 0x156DB8, symSize: 0xFA4 } + - { offsetInCU: 0x7AE, offset: 0x204263, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x1F04, symBinAddr: 0x157D5C, symSize: 0x20 } + - { offsetInCU: 0x7E7, offset: 0x20429C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2270, symBinAddr: 0x1580C8, symSize: 0x20 } + - { offsetInCU: 0x815, offset: 0x2042CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2270, symBinAddr: 0x1580C8, symSize: 0x20 } + - { offsetInCU: 0x85E, offset: 0x204313, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x2724, symBinAddr: 0x15857C, symSize: 0x44 } + - { offsetInCU: 0x8A4, offset: 0x204359, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x2768, symBinAddr: 0x1585C0, symSize: 0x28 } + - { offsetInCU: 0x8B8, offset: 0x20436D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2790, symBinAddr: 0x1585E8, symSize: 0x8 } + - { offsetInCU: 0x8EE, offset: 0x2043A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2798, symBinAddr: 0x1585F0, symSize: 0x3C } + - { offsetInCU: 0x953, offset: 0x204408, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x27D4, symBinAddr: 0x15862C, symSize: 0xC } + - { offsetInCU: 0x96F, offset: 0x204424, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x27E0, symBinAddr: 0x158638, symSize: 0xC } + - { offsetInCU: 0x98B, offset: 0x204440, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x36DC, symBinAddr: 0x159288, symSize: 0x50 } + - { offsetInCU: 0x9C3, offset: 0x204478, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x1F24, symBinAddr: 0x157D7C, symSize: 0x18 } + - { offsetInCU: 0x9FC, offset: 0x2044B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2258, symBinAddr: 0x1580B0, symSize: 0x18 } + - { offsetInCU: 0xA2A, offset: 0x2044DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2258, symBinAddr: 0x1580B0, symSize: 0x18 } + - { offsetInCU: 0xA7C, offset: 0x204531, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x243C, symBinAddr: 0x158294, symSize: 0x64 } + - { offsetInCU: 0xAE2, offset: 0x204597, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x24A0, symBinAddr: 0x1582F8, symSize: 0x28 } + - { offsetInCU: 0xAFE, offset: 0x2045B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x24C8, symBinAddr: 0x158320, symSize: 0x8 } + - { offsetInCU: 0xB34, offset: 0x2045E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x24D0, symBinAddr: 0x158328, symSize: 0x68 } + - { offsetInCU: 0xBB9, offset: 0x20466E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2538, symBinAddr: 0x158390, symSize: 0xC } + - { offsetInCU: 0xBD5, offset: 0x20468A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2544, symBinAddr: 0x15839C, symSize: 0xC } + - { offsetInCU: 0xBFE, offset: 0x2046B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x2218, symBinAddr: 0x158070, symSize: 0x20 } + - { offsetInCU: 0xC37, offset: 0x2046EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2238, symBinAddr: 0x158090, symSize: 0x20 } + - { offsetInCU: 0xC65, offset: 0x20471A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2238, symBinAddr: 0x158090, symSize: 0x20 } + - { offsetInCU: 0xCB9, offset: 0x20476E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x22B4, symBinAddr: 0x15810C, symSize: 0x64 } + - { offsetInCU: 0xD1F, offset: 0x2047D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x2318, symBinAddr: 0x158170, symSize: 0x28 } + - { offsetInCU: 0xD3B, offset: 0x2047F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2340, symBinAddr: 0x158198, symSize: 0x8 } + - { offsetInCU: 0xD71, offset: 0x204826, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2348, symBinAddr: 0x1581A0, symSize: 0x68 } + - { offsetInCU: 0xDF6, offset: 0x2048AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x23B0, symBinAddr: 0x158208, symSize: 0xC } + - { offsetInCU: 0xE12, offset: 0x2048C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x23BC, symBinAddr: 0x158214, symSize: 0xC } + - { offsetInCU: 0xE30, offset: 0x2048E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1F3C, symBinAddr: 0x157D94, symSize: 0x2DC } + - { offsetInCU: 0xEA3, offset: 0x204958, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfd', symObjAddr: 0x283C, symBinAddr: 0x158694, symSize: 0x94 } + - { offsetInCU: 0xED0, offset: 0x204985, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfD', symObjAddr: 0x28D0, symBinAddr: 0x158728, symSize: 0x1C } + - { offsetInCU: 0xF15, offset: 0x2049CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2AD8, symBinAddr: 0x158920, symSize: 0x54 } + - { offsetInCU: 0xF4D, offset: 0x204A02, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2B2C, symBinAddr: 0x158974, symSize: 0x20 } + - { offsetInCU: 0x103F, offset: 0x204AF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCMa', symObjAddr: 0x28EC, symBinAddr: 0x158744, symSize: 0x20 } + - { offsetInCU: 0x1053, offset: 0x204B08, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwet', symObjAddr: 0x291C, symBinAddr: 0x158764, symSize: 0x90 } + - { offsetInCU: 0x1067, offset: 0x204B1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwst', symObjAddr: 0x29AC, symBinAddr: 0x1587F4, symSize: 0xBC } + - { offsetInCU: 0x107B, offset: 0x204B30, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwug', symObjAddr: 0x2A68, symBinAddr: 0x1588B0, symSize: 0x8 } + - { offsetInCU: 0x108F, offset: 0x204B44, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwup', symObjAddr: 0x2A70, symBinAddr: 0x1588B8, symSize: 0x4 } + - { offsetInCU: 0x10A3, offset: 0x204B58, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwui', symObjAddr: 0x2A74, symBinAddr: 0x1588BC, symSize: 0xC } + - { offsetInCU: 0x10B7, offset: 0x204B6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOMa', symObjAddr: 0x2A80, symBinAddr: 0x1588C8, symSize: 0x10 } + - { offsetInCU: 0x10CB, offset: 0x204B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASQWb', symObjAddr: 0x2A90, symBinAddr: 0x1588D8, symSize: 0x4 } + - { offsetInCU: 0x10DF, offset: 0x204B94, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSQAAWl', symObjAddr: 0x2A94, symBinAddr: 0x1588DC, symSize: 0x44 } + - { offsetInCU: 0x10F3, offset: 0x204BA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs0D3KeyAAWl', symObjAddr: 0x2BB0, symBinAddr: 0x158994, symSize: 0x44 } + - { offsetInCU: 0x1107, offset: 0x204BBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2C14, symBinAddr: 0x1589D8, symSize: 0x44 } + - { offsetInCU: 0x111B, offset: 0x204BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2D68, symBinAddr: 0x158A1C, symSize: 0x44 } + - { offsetInCU: 0x112F, offset: 0x204BE4, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOGSgWOc', symObjAddr: 0x2DAC, symBinAddr: 0x158A60, symSize: 0x48 } + - { offsetInCU: 0x1143, offset: 0x204BF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSeAAWl', symObjAddr: 0x2DF4, symBinAddr: 0x158AA8, symSize: 0x44 } + - { offsetInCU: 0x1157, offset: 0x204C0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSYAAWl', symObjAddr: 0x2F24, symBinAddr: 0x158B50, symSize: 0x44 } + - { offsetInCU: 0x116B, offset: 0x204C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3024, symBinAddr: 0x158BD0, symSize: 0x90 } + - { offsetInCU: 0x117F, offset: 0x204C34, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x30B4, symBinAddr: 0x158C60, symSize: 0xBC } + - { offsetInCU: 0x1193, offset: 0x204C48, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x3170, symBinAddr: 0x158D1C, symSize: 0x4 } + - { offsetInCU: 0x11A7, offset: 0x204C5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x3174, symBinAddr: 0x158D20, symSize: 0x10 } + - { offsetInCU: 0x11BB, offset: 0x204C70, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3184, symBinAddr: 0x158D30, symSize: 0x90 } + - { offsetInCU: 0x11CF, offset: 0x204C84, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3214, symBinAddr: 0x158DC0, symSize: 0xBC } + - { offsetInCU: 0x11E3, offset: 0x204C98, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x32D0, symBinAddr: 0x158E7C, symSize: 0x4 } + - { offsetInCU: 0x11F7, offset: 0x204CAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x32D4, symBinAddr: 0x158E80, symSize: 0x10 } + - { offsetInCU: 0x120B, offset: 0x204CC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x32E4, symBinAddr: 0x158E90, symSize: 0x90 } + - { offsetInCU: 0x121F, offset: 0x204CD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3374, symBinAddr: 0x158F20, symSize: 0xBC } + - { offsetInCU: 0x1233, offset: 0x204CE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwug', symObjAddr: 0x3430, symBinAddr: 0x158FDC, symSize: 0x8 } + - { offsetInCU: 0x1247, offset: 0x204CFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x3438, symBinAddr: 0x158FE4, symSize: 0x4 } + - { offsetInCU: 0x125B, offset: 0x204D10, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwui', symObjAddr: 0x343C, symBinAddr: 0x158FE8, symSize: 0x8 } + - { offsetInCU: 0x126F, offset: 0x204D24, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x3444, symBinAddr: 0x158FF0, symSize: 0x10 } + - { offsetInCU: 0x1283, offset: 0x204D38, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3454, symBinAddr: 0x159000, symSize: 0x4 } + - { offsetInCU: 0x1297, offset: 0x204D4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3458, symBinAddr: 0x159004, symSize: 0x44 } + - { offsetInCU: 0x12AB, offset: 0x204D60, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x349C, symBinAddr: 0x159048, symSize: 0x4 } + - { offsetInCU: 0x12BF, offset: 0x204D74, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x34A0, symBinAddr: 0x15904C, symSize: 0x44 } + - { offsetInCU: 0x12D3, offset: 0x204D88, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x34E4, symBinAddr: 0x159090, symSize: 0x4 } + - { offsetInCU: 0x12E7, offset: 0x204D9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x34E8, symBinAddr: 0x159094, symSize: 0x44 } + - { offsetInCU: 0x12FB, offset: 0x204DB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x352C, symBinAddr: 0x1590D8, symSize: 0x4 } + - { offsetInCU: 0x130F, offset: 0x204DC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3530, symBinAddr: 0x1590DC, symSize: 0x44 } + - { offsetInCU: 0x1323, offset: 0x204DD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3574, symBinAddr: 0x159120, symSize: 0x4 } + - { offsetInCU: 0x1337, offset: 0x204DEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3578, symBinAddr: 0x159124, symSize: 0x44 } + - { offsetInCU: 0x134B, offset: 0x204E00, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x35BC, symBinAddr: 0x159168, symSize: 0x4 } + - { offsetInCU: 0x135F, offset: 0x204E14, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x35C0, symBinAddr: 0x15916C, symSize: 0x44 } + - { offsetInCU: 0x1373, offset: 0x204E28, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3604, symBinAddr: 0x1591B0, symSize: 0x4 } + - { offsetInCU: 0x1387, offset: 0x204E3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3608, symBinAddr: 0x1591B4, symSize: 0x44 } + - { offsetInCU: 0x139B, offset: 0x204E50, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x364C, symBinAddr: 0x1591F8, symSize: 0x4 } + - { offsetInCU: 0x13AF, offset: 0x204E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3650, symBinAddr: 0x1591FC, symSize: 0x44 } + - { offsetInCU: 0x13C3, offset: 0x204E78, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3694, symBinAddr: 0x159240, symSize: 0x4 } + - { offsetInCU: 0x13D7, offset: 0x204E8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3698, symBinAddr: 0x159244, symSize: 0x44 } + - { offsetInCU: 0x140B, offset: 0x204EC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x155E58, symSize: 0x18 } + - { offsetInCU: 0x149C, offset: 0x204F51, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x155E70, symSize: 0x4C } + - { offsetInCU: 0x157D, offset: 0x205032, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x155EBC, symSize: 0x34 } + - { offsetInCU: 0x1604, offset: 0x2050B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98, symBinAddr: 0x155EF0, symSize: 0x48 } + - { offsetInCU: 0x16BA, offset: 0x20516F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x118, symBinAddr: 0x155F70, symSize: 0x5C } + - { offsetInCU: 0x16DD, offset: 0x205192, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x174, symBinAddr: 0x155FCC, symSize: 0x4C } + - { offsetInCU: 0x174B, offset: 0x205200, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2290, symBinAddr: 0x1580E8, symSize: 0xC } + - { offsetInCU: 0x1767, offset: 0x20521C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x229C, symBinAddr: 0x1580F4, symSize: 0x8 } + - { offsetInCU: 0x1783, offset: 0x205238, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x22A4, symBinAddr: 0x1580FC, symSize: 0x8 } + - { offsetInCU: 0x179F, offset: 0x205254, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x22AC, symBinAddr: 0x158104, symSize: 0x8 } + - { offsetInCU: 0x17C2, offset: 0x205277, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x23C8, symBinAddr: 0x158220, symSize: 0x28 } + - { offsetInCU: 0x17DE, offset: 0x205293, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x23F0, symBinAddr: 0x158248, symSize: 0x28 } + - { offsetInCU: 0x17FA, offset: 0x2052AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2418, symBinAddr: 0x158270, symSize: 0xC } + - { offsetInCU: 0x1816, offset: 0x2052CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2424, symBinAddr: 0x15827C, symSize: 0x8 } + - { offsetInCU: 0x1832, offset: 0x2052E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x242C, symBinAddr: 0x158284, symSize: 0x8 } + - { offsetInCU: 0x184E, offset: 0x205303, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2434, symBinAddr: 0x15828C, symSize: 0x8 } + - { offsetInCU: 0x1871, offset: 0x205326, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2550, symBinAddr: 0x1583A8, symSize: 0x28 } + - { offsetInCU: 0x188D, offset: 0x205342, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2578, symBinAddr: 0x1583D0, symSize: 0x28 } + - { offsetInCU: 0x18C7, offset: 0x20537C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x25A0, symBinAddr: 0x1583F8, symSize: 0x88 } + - { offsetInCU: 0x1976, offset: 0x20542B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2628, symBinAddr: 0x158480, symSize: 0x60 } + - { offsetInCU: 0x19F4, offset: 0x2054A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2688, symBinAddr: 0x1584E0, symSize: 0x40 } + - { offsetInCU: 0x1A46, offset: 0x2054FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x26C8, symBinAddr: 0x158520, symSize: 0x5C } + - { offsetInCU: 0x1AA9, offset: 0x20555E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x27EC, symBinAddr: 0x158644, symSize: 0x28 } + - { offsetInCU: 0x1AC5, offset: 0x20557A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2814, symBinAddr: 0x15866C, symSize: 0x28 } + - { offsetInCU: 0x5A, offset: 0x2057E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC05setupB07contextyAA0C7ContextV_tF', symObjAddr: 0x0, symBinAddr: 0x1592E8, symSize: 0x1EC } + - { offsetInCU: 0x10F, offset: 0x20589B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1EC, symBinAddr: 0x1594D4, symSize: 0x64 } + - { offsetInCU: 0x156, offset: 0x2058E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfc', symObjAddr: 0x250, symBinAddr: 0x159538, symSize: 0x1BC } + - { offsetInCU: 0x219, offset: 0x2059A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfcTo', symObjAddr: 0x40C, symBinAddr: 0x1596F4, symSize: 0x4C } + - { offsetInCU: 0x235, offset: 0x2059C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfD', symObjAddr: 0x484, symBinAddr: 0x15976C, symSize: 0x34 } + - { offsetInCU: 0x279, offset: 0x205A05, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfE', symObjAddr: 0x458, symBinAddr: 0x159740, symSize: 0x2C } + - { offsetInCU: 0x2A6, offset: 0x205A32, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfETo', symObjAddr: 0x4B8, symBinAddr: 0x1597A0, symSize: 0x38 } + - { offsetInCU: 0x2D5, offset: 0x205A61, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCMa', symObjAddr: 0x4F0, symBinAddr: 0x1597D8, symSize: 0x20 } + - { offsetInCU: 0x322, offset: 0x205AAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCAA012CustomLayoutC0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x510, symBinAddr: 0x1597F8, symSize: 0x78 } + - { offsetInCU: 0x2B, offset: 0x205CF8, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x159894, symSize: 0x2A8 } + - { offsetInCU: 0x26E, offset: 0x205F3B, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x159894, symSize: 0x2A8 } + - { offsetInCU: 0x44E, offset: 0x20611B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC17combinedKeyframesAA13KeyframeGroupCyAC0E0VGyKF', symObjAddr: 0x2A8, symBinAddr: 0x159B3C, symSize: 0x11C } + - { offsetInCU: 0x524, offset: 0x2061F1, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x3C4, symBinAddr: 0x159C58, symSize: 0xB4 } + - { offsetInCU: 0x5F2, offset: 0x2062BF, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x478, symBinAddr: 0x159D0C, symSize: 0xB4 } + - { offsetInCU: 0x781, offset: 0x20644E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x52C, symBinAddr: 0x159DC0, symSize: 0x154 } + - { offsetInCU: 0xAB6, offset: 0x206783, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x680, symBinAddr: 0x159F14, symSize: 0x4 } + - { offsetInCU: 0xAD3, offset: 0x2067A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x730, symBinAddr: 0x159F3C, symSize: 0x8 } + - { offsetInCU: 0xAE7, offset: 0x2067B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwCP', symObjAddr: 0x738, symBinAddr: 0x159F44, symSize: 0x30 } + - { offsetInCU: 0xAFB, offset: 0x2067C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwet', symObjAddr: 0x790, symBinAddr: 0x159F74, symSize: 0x20 } + - { offsetInCU: 0xB0F, offset: 0x2067DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwst', symObjAddr: 0x7B0, symBinAddr: 0x159F94, symSize: 0x3C } + - { offsetInCU: 0xB23, offset: 0x2067F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVMa', symObjAddr: 0x7EC, symBinAddr: 0x159FD0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x206A70, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg', symObjAddr: 0x0, symBinAddr: 0x159FE8, symSize: 0xA4 } + - { offsetInCU: 0x9F, offset: 0x206AD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie27ReducedMotionOptionProvider_pWOb', symObjAddr: 0xD8, symBinAddr: 0x15A08C, symSize: 0x18 } + - { offsetInCU: 0xB3, offset: 0x206AE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ', symObjAddr: 0x168, symBinAddr: 0x15A0A4, symSize: 0xC } + - { offsetInCU: 0xDF, offset: 0x206B10, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ', symObjAddr: 0x174, symBinAddr: 0x15A0B0, symSize: 0x60 } + - { offsetInCU: 0x120, offset: 0x206B51, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ', symObjAddr: 0x1D4, symBinAddr: 0x15A110, symSize: 0x4 } + - { offsetInCU: 0x134, offset: 0x206B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ', symObjAddr: 0x1D8, symBinAddr: 0x15A114, symSize: 0x10 } + - { offsetInCU: 0x167, offset: 0x206B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVACycfC', symObjAddr: 0x1E8, symBinAddr: 0x15A124, symSize: 0x4 } + - { offsetInCU: 0x185, offset: 0x206BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg', symObjAddr: 0x530, symBinAddr: 0x15A46C, symSize: 0x8 } + - { offsetInCU: 0x1AA, offset: 0x206BDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVAA0cdeF0A2aDP07currentcD4ModeAA0cdH0OvgTW', symObjAddr: 0x538, symBinAddr: 0x15A474, symSize: 0x8 } + - { offsetInCU: 0x1CA, offset: 0x206BFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVAA0cdeF0A2aDP07currentcD4ModeAA0cdH0OvgTW', symObjAddr: 0x538, symBinAddr: 0x15A474, symSize: 0x8 } + - { offsetInCU: 0x1E9, offset: 0x206C1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x1EC, symBinAddr: 0x15A128, symSize: 0x18 } + - { offsetInCU: 0x24F, offset: 0x206C80, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x400, symBinAddr: 0x15A33C, symSize: 0x28 } + - { offsetInCU: 0x2B2, offset: 0x206CE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO9hashValueSivg', symObjAddr: 0x428, symBinAddr: 0x15A364, symSize: 0x44 } + - { offsetInCU: 0x3AC, offset: 0x206DDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x46C, symBinAddr: 0x15A3A8, symSize: 0x18 } + - { offsetInCU: 0x3CC, offset: 0x206DFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x46C, symBinAddr: 0x15A3A8, symSize: 0x18 } + - { offsetInCU: 0x40C, offset: 0x206E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH9hashValueSivgTW', symObjAddr: 0x484, symBinAddr: 0x15A3C0, symSize: 0x44 } + - { offsetInCU: 0x4EF, offset: 0x206F20, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4C8, symBinAddr: 0x15A404, symSize: 0x28 } + - { offsetInCU: 0x583, offset: 0x206FB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF', symObjAddr: 0x204, symBinAddr: 0x15A140, symSize: 0x74 } + - { offsetInCU: 0x733, offset: 0x207164, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO9hashValueSivg', symObjAddr: 0x278, symBinAddr: 0x15A1B4, symSize: 0x88 } + - { offsetInCU: 0x89D, offset: 0x2072CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x300, symBinAddr: 0x15A23C, symSize: 0x4 } + - { offsetInCU: 0x8B9, offset: 0x2072EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x304, symBinAddr: 0x15A240, symSize: 0x74 } + - { offsetInCU: 0x9C7, offset: 0x2073F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3FC, symBinAddr: 0x15A338, symSize: 0x4 } + - { offsetInCU: 0x9E7, offset: 0x207418, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3FC, symBinAddr: 0x15A338, symSize: 0x4 } + - { offsetInCU: 0x9F9, offset: 0x20742A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x540, symBinAddr: 0x15A47C, symSize: 0xF8 } + - { offsetInCU: 0xAB4, offset: 0x2074E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASQWb', symObjAddr: 0x638, symBinAddr: 0x15A574, symSize: 0x4 } + - { offsetInCU: 0xAC8, offset: 0x2074F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOACSQAAWl', symObjAddr: 0x63C, symBinAddr: 0x15A578, symSize: 0x44 } + - { offsetInCU: 0xADC, offset: 0x20750D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASQWb', symObjAddr: 0x680, symBinAddr: 0x15A5BC, symSize: 0x4 } + - { offsetInCU: 0xAF0, offset: 0x207521, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOACSQAAWl', symObjAddr: 0x684, symBinAddr: 0x15A5C0, symSize: 0x44 } + - { offsetInCU: 0xB04, offset: 0x207535, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwCP', symObjAddr: 0x6C8, symBinAddr: 0x15A604, symSize: 0x30 } + - { offsetInCU: 0xB18, offset: 0x207549, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwxx', symObjAddr: 0x6F8, symBinAddr: 0x15A634, symSize: 0x50 } + - { offsetInCU: 0xB2C, offset: 0x20755D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwcp', symObjAddr: 0x748, symBinAddr: 0x15A684, symSize: 0x90 } + - { offsetInCU: 0xB40, offset: 0x207571, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwca', symObjAddr: 0x7D8, symBinAddr: 0x15A714, symSize: 0xD4 } + - { offsetInCU: 0xB54, offset: 0x207585, size: 0x8, addend: 0x0, symName: ___swift_memcpy81_8, symObjAddr: 0x8AC, symBinAddr: 0x15A7E8, symSize: 0x24 } + - { offsetInCU: 0xB68, offset: 0x207599, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwta', symObjAddr: 0x8D0, symBinAddr: 0x15A80C, symSize: 0xA0 } + - { offsetInCU: 0xB7C, offset: 0x2075AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwet', symObjAddr: 0x970, symBinAddr: 0x15A8AC, symSize: 0x3C } + - { offsetInCU: 0xB90, offset: 0x2075C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwst', symObjAddr: 0x9AC, symBinAddr: 0x15A8E8, symSize: 0x54 } + - { offsetInCU: 0xBA4, offset: 0x2075D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwug', symObjAddr: 0xA00, symBinAddr: 0x15A93C, symSize: 0x1C } + - { offsetInCU: 0xBB8, offset: 0x2075E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwup', symObjAddr: 0xA1C, symBinAddr: 0x15A958, symSize: 0x4 } + - { offsetInCU: 0xBCC, offset: 0x2075FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwui', symObjAddr: 0xA20, symBinAddr: 0x15A95C, symSize: 0x34 } + - { offsetInCU: 0xBE0, offset: 0x207611, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOMa', symObjAddr: 0xA54, symBinAddr: 0x15A990, symSize: 0x10 } + - { offsetInCU: 0xBF4, offset: 0x207625, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwet', symObjAddr: 0xA74, symBinAddr: 0x15A9A0, symSize: 0x90 } + - { offsetInCU: 0xC08, offset: 0x207639, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwst', symObjAddr: 0xB04, symBinAddr: 0x15AA30, symSize: 0xBC } + - { offsetInCU: 0xC1C, offset: 0x20764D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwug', symObjAddr: 0xBC0, symBinAddr: 0x15AAEC, symSize: 0x8 } + - { offsetInCU: 0xC30, offset: 0x207661, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwup', symObjAddr: 0xBC8, symBinAddr: 0x15AAF4, symSize: 0x4 } + - { offsetInCU: 0xC44, offset: 0x207675, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwui', symObjAddr: 0xBCC, symBinAddr: 0x15AAF8, symSize: 0xC } + - { offsetInCU: 0xC58, offset: 0x207689, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOMa', symObjAddr: 0xBD8, symBinAddr: 0x15AB04, symSize: 0x10 } + - { offsetInCU: 0xC6C, offset: 0x20769D, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVMa', symObjAddr: 0xBF0, symBinAddr: 0x15AB1C, symSize: 0x10 } + - { offsetInCU: 0xCCD, offset: 0x2076FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x378, symBinAddr: 0x15A2B4, symSize: 0x84 } + - { offsetInCU: 0xE24, offset: 0x207855, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4F0, symBinAddr: 0x15A42C, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x207A62, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x15AB2C, symSize: 0x2E4 } + - { offsetInCU: 0x84, offset: 0x207ABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x2E4, symBinAddr: 0x15AE10, symSize: 0x8 } + - { offsetInCU: 0xA4, offset: 0x207ADF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x2E4, symBinAddr: 0x15AE10, symSize: 0x8 } + - { offsetInCU: 0x214, offset: 0x207C4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x15AB2C, symSize: 0x2E4 } + - { offsetInCU: 0x3C8, offset: 0x207E03, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwCP', symObjAddr: 0x34C, symBinAddr: 0x15AE18, symSize: 0x30 } + - { offsetInCU: 0x3DC, offset: 0x207E17, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwxx', symObjAddr: 0x37C, symBinAddr: 0x15AE48, symSize: 0x48 } + - { offsetInCU: 0x3F0, offset: 0x207E2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwcp', symObjAddr: 0x3E4, symBinAddr: 0x15AE90, symSize: 0xB8 } + - { offsetInCU: 0x404, offset: 0x207E3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwca', symObjAddr: 0x49C, symBinAddr: 0x15AF48, symSize: 0xB0 } + - { offsetInCU: 0x418, offset: 0x207E53, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwta', symObjAddr: 0x6D8, symBinAddr: 0x15AFF8, symSize: 0x9C } + - { offsetInCU: 0x42C, offset: 0x207E67, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwet', symObjAddr: 0x774, symBinAddr: 0x15B094, symSize: 0x48 } + - { offsetInCU: 0x440, offset: 0x207E7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwst', symObjAddr: 0x7BC, symBinAddr: 0x15B0DC, symSize: 0x60 } + - { offsetInCU: 0x454, offset: 0x207E8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVMa', symObjAddr: 0x81C, symBinAddr: 0x15B13C, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x20801E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x15B14C, symSize: 0x44 } + - { offsetInCU: 0x6D, offset: 0x208060, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x15B14C, symSize: 0x44 } + - { offsetInCU: 0xBF, offset: 0x2080B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x64, symBinAddr: 0x15B1B0, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x2080F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x70, symBinAddr: 0x15B1BC, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x208134, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x15B1EC, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x208166, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesC4fillAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x7B4, symBinAddr: 0x15B900, symSize: 0x278 } + - { offsetInCU: 0x409, offset: 0x2083FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCMa', symObjAddr: 0x44, symBinAddr: 0x15B190, symSize: 0x20 } + - { offsetInCU: 0x447, offset: 0x20843A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCfD', symObjAddr: 0xAC, symBinAddr: 0x15B1F8, symSize: 0x34 } + - { offsetInCU: 0x4A8, offset: 0x20849B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x100, symBinAddr: 0x15B24C, symSize: 0x44 } + - { offsetInCU: 0x4F4, offset: 0x2084E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x144, symBinAddr: 0x15B290, symSize: 0x24 } + - { offsetInCU: 0x535, offset: 0x208528, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x168, symBinAddr: 0x15B2B4, symSize: 0x4 } + - { offsetInCU: 0x555, offset: 0x208548, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x168, symBinAddr: 0x15B2B4, symSize: 0x4 } + - { offsetInCU: 0x585, offset: 0x208578, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x16C, symBinAddr: 0x15B2B8, symSize: 0x8 } + - { offsetInCU: 0x5A5, offset: 0x208598, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x16C, symBinAddr: 0x15B2B8, symSize: 0x8 } + - { offsetInCU: 0x608, offset: 0x2085FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x174, symBinAddr: 0x15B2C0, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x20861B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x174, symBinAddr: 0x15B2C0, symSize: 0x10 } + - { offsetInCU: 0x66F, offset: 0x208662, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x184, symBinAddr: 0x15B2D0, symSize: 0x8 } + - { offsetInCU: 0x68F, offset: 0x208682, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x184, symBinAddr: 0x15B2D0, symSize: 0x8 } + - { offsetInCU: 0x6B0, offset: 0x2086A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x18C, symBinAddr: 0x15B2D8, symSize: 0x8 } + - { offsetInCU: 0x6D0, offset: 0x2086C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x18C, symBinAddr: 0x15B2D8, symSize: 0x8 } + - { offsetInCU: 0x6F1, offset: 0x2086E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x194, symBinAddr: 0x15B2E0, symSize: 0x8 } + - { offsetInCU: 0x711, offset: 0x208704, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x194, symBinAddr: 0x15B2E0, symSize: 0x8 } + - { offsetInCU: 0x732, offset: 0x208725, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x19C, symBinAddr: 0x15B2E8, symSize: 0x8 } + - { offsetInCU: 0x752, offset: 0x208745, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x19C, symBinAddr: 0x15B2E8, symSize: 0x8 } + - { offsetInCU: 0x773, offset: 0x208766, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1A4, symBinAddr: 0x15B2F0, symSize: 0xC } + - { offsetInCU: 0x793, offset: 0x208786, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1A4, symBinAddr: 0x15B2F0, symSize: 0xC } + - { offsetInCU: 0x7B4, offset: 0x2087A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1B0, symBinAddr: 0x15B2FC, symSize: 0x10 } + - { offsetInCU: 0x7D4, offset: 0x2087C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1B0, symBinAddr: 0x15B2FC, symSize: 0x10 } + - { offsetInCU: 0x7E6, offset: 0x2087D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1C0, symBinAddr: 0x15B30C, symSize: 0x8 } + - { offsetInCU: 0x820, offset: 0x208813, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x1C8, symBinAddr: 0x15B314, symSize: 0x4C } + - { offsetInCU: 0x85D, offset: 0x208850, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC06parentC04fillAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xA2C, symBinAddr: 0x15BB78, symSize: 0x104 } + - { offsetInCU: 0x92A, offset: 0x20891D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xB30, symBinAddr: 0x15BC7C, symSize: 0x164 } + - { offsetInCU: 0xB2C, offset: 0x208B1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCMa', symObjAddr: 0xE0, symBinAddr: 0x15B22C, symSize: 0x20 } + - { offsetInCU: 0xC3D, offset: 0x208C30, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x214, symBinAddr: 0x15B360, symSize: 0x11C } + - { offsetInCU: 0xCD8, offset: 0x208CCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x330, symBinAddr: 0x15B47C, symSize: 0x190 } + - { offsetInCU: 0xE63, offset: 0x208E56, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x4C0, symBinAddr: 0x15B60C, symSize: 0x12C } + - { offsetInCU: 0xEFF, offset: 0x208EF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x5EC, symBinAddr: 0x15B738, symSize: 0x1C8 } + - { offsetInCU: 0x91, offset: 0x209972, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC8rendererAcA10NodeOutput_AA10Renderablep_tcfc', symObjAddr: 0x0, symBinAddr: 0x15BDF0, symSize: 0x630 } + - { offsetInCU: 0x51E, offset: 0x209DFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfc', symObjAddr: 0x630, symBinAddr: 0x15C420, symSize: 0x1B8 } + - { offsetInCU: 0x59A, offset: 0x209E7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x7E8, symBinAddr: 0x15C5D8, symSize: 0x4C } + - { offsetInCU: 0x5E0, offset: 0x209EC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x834, symBinAddr: 0x15C624, symSize: 0xAC } + - { offsetInCU: 0x637, offset: 0x209F18, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC03hasC6Update8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8E0, symBinAddr: 0x15C6D0, symSize: 0x10C } + - { offsetInCU: 0x676, offset: 0x209F57, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x9EC, symBinAddr: 0x15C7DC, symSize: 0x2F4 } + - { offsetInCU: 0x6C6, offset: 0x209FA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xCE0, symBinAddr: 0x15CAD0, symSize: 0x134 } + - { offsetInCU: 0x71C, offset: 0x209FFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0xE14, symBinAddr: 0x15CC04, symSize: 0x50 } + - { offsetInCU: 0x738, offset: 0x20A019, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC06updateC5ScaleyyF', symObjAddr: 0xE64, symBinAddr: 0x15CC54, symSize: 0x164 } + - { offsetInCU: 0x970, offset: 0x20A251, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCACycfcTo', symObjAddr: 0xFC8, symBinAddr: 0x15CDB8, symSize: 0x2C } + - { offsetInCU: 0x9D7, offset: 0x20A2B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfD', symObjAddr: 0x1020, symBinAddr: 0x15CE10, symSize: 0x34 } + - { offsetInCU: 0xB68, offset: 0x20A449, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfE', symObjAddr: 0xFF4, symBinAddr: 0x15CDE4, symSize: 0x2C } + - { offsetInCU: 0xB95, offset: 0x20A476, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfETo', symObjAddr: 0x1054, symBinAddr: 0x15CE44, symSize: 0x38 } + - { offsetInCU: 0xBC4, offset: 0x20A4A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCMa', symObjAddr: 0x108C, symBinAddr: 0x15CE7C, symSize: 0x20 } + - { offsetInCU: 0xBD8, offset: 0x20A4B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOc', symObjAddr: 0x10D0, symBinAddr: 0x15CE9C, symSize: 0x44 } + - { offsetInCU: 0xBEC, offset: 0x20A4CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOb', symObjAddr: 0x1150, symBinAddr: 0x15CEE0, symSize: 0x18 } + - { offsetInCU: 0x43, offset: 0x20A7C4, size: 0x8, addend: 0x0, symName: '_$sIeg_IeyB_TR', symObjAddr: 0x0, symBinAddr: 0x15CF18, symSize: 0x2C } + - { offsetInCU: 0x78, offset: 0x20A7F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfC', symObjAddr: 0x2C, symBinAddr: 0x15CF44, symSize: 0x9C } + - { offsetInCU: 0xB4, offset: 0x20A835, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvg', symObjAddr: 0x104, symBinAddr: 0x15CFE0, symSize: 0x1A4 } + - { offsetInCU: 0x1E8, offset: 0x20A969, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x2A8, symBinAddr: 0x15D184, symSize: 0xDC } + - { offsetInCU: 0x2A8, offset: 0x20AA29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x3E4, symBinAddr: 0x15D2A0, symSize: 0x198 } + - { offsetInCU: 0x45E, offset: 0x20ABDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x5FC, symBinAddr: 0x15D4B8, symSize: 0xDC } + - { offsetInCU: 0x586, offset: 0x20AD07, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x6D8, symBinAddr: 0x15D594, symSize: 0x60 } + - { offsetInCU: 0x60B, offset: 0x20AD8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x738, symBinAddr: 0x15D5F4, symSize: 0x180 } + - { offsetInCU: 0x76C, offset: 0x20AEED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x8B8, symBinAddr: 0x15D774, symSize: 0x140 } + - { offsetInCU: 0x834, offset: 0x20AFB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF', symObjAddr: 0x9F8, symBinAddr: 0x15D8B4, symSize: 0x188 } + - { offsetInCU: 0x9AB, offset: 0x20B12C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_', symObjAddr: 0xB80, symBinAddr: 0x15DA3C, symSize: 0xB0 } + - { offsetInCU: 0xA10, offset: 0x20B191, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_', symObjAddr: 0xC30, symBinAddr: 0x15DAEC, symSize: 0x20C } + - { offsetInCU: 0xA98, offset: 0x20B219, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xFEC, symBinAddr: 0x15DEA8, symSize: 0x194 } + - { offsetInCU: 0xC16, offset: 0x20B397, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0x1180, symBinAddr: 0x15E03C, symSize: 0x420 } + - { offsetInCU: 0xCD3, offset: 0x20B454, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x15C0, symBinAddr: 0x15E47C, symSize: 0x4 } + - { offsetInCU: 0xEC6, offset: 0x20B647, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOc', symObjAddr: 0x384, symBinAddr: 0x15D260, symSize: 0x34 } + - { offsetInCU: 0xEDA, offset: 0x20B65B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x3DC, symBinAddr: 0x15D298, symSize: 0x8 } + - { offsetInCU: 0x109F, offset: 0x20B820, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x5F4, symBinAddr: 0x15D4B0, symSize: 0x8 } + - { offsetInCU: 0x10EA, offset: 0x20B86B, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedSwitchCytG_Tg5TA', symObjAddr: 0x15C4, symBinAddr: 0x15E480, symSize: 0x8 } + - { offsetInCU: 0x10FE, offset: 0x20B87F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x15CC, symBinAddr: 0x15E488, symSize: 0x8 } + - { offsetInCU: 0x1112, offset: 0x20B893, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x165C, symBinAddr: 0x15E4DC, symSize: 0x8 } + - { offsetInCU: 0x1126, offset: 0x20B8A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOh', symObjAddr: 0x1688, symBinAddr: 0x15E508, symSize: 0x2C } + - { offsetInCU: 0x113A, offset: 0x20B8BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOd', symObjAddr: 0x16B4, symBinAddr: 0x15E534, symSize: 0x34 } + - { offsetInCU: 0x114E, offset: 0x20B8CF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGSgWOe', symObjAddr: 0x16E8, symBinAddr: 0x15E568, symSize: 0x2C } + - { offsetInCU: 0x1162, offset: 0x20B8E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x171C, symBinAddr: 0x15E59C, symSize: 0xC } + - { offsetInCU: 0x1176, offset: 0x20B8F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1738, symBinAddr: 0x15E5B8, symSize: 0x28 } + - { offsetInCU: 0x118A, offset: 0x20B90B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1770, symBinAddr: 0x15E5F0, symSize: 0x28 } + - { offsetInCU: 0x119E, offset: 0x20B91F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1804, symBinAddr: 0x15E684, symSize: 0x20 } + - { offsetInCU: 0x11B2, offset: 0x20B933, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x1824, symBinAddr: 0x15E6A4, symSize: 0x2C } + - { offsetInCU: 0x11C6, offset: 0x20B947, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x1894, symBinAddr: 0x15E6D0, symSize: 0x24 } + - { offsetInCU: 0x11DA, offset: 0x20B95B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAC7SwiftUI4ViewAAWl', symObjAddr: 0x18B8, symBinAddr: 0x15E6F4, symSize: 0x44 } + - { offsetInCU: 0x11EE, offset: 0x20B96F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x18FC, symBinAddr: 0x15E738, symSize: 0x10 } + - { offsetInCU: 0x1202, offset: 0x20B983, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwCP', symObjAddr: 0x190C, symBinAddr: 0x15E748, symSize: 0x30 } + - { offsetInCU: 0x1216, offset: 0x20B997, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwxx', symObjAddr: 0x193C, symBinAddr: 0x15E778, symSize: 0x70 } + - { offsetInCU: 0x122A, offset: 0x20B9AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwcp', symObjAddr: 0x19AC, symBinAddr: 0x15E7E8, symSize: 0x11C } + - { offsetInCU: 0x123E, offset: 0x20B9BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwca', symObjAddr: 0x1AC8, symBinAddr: 0x15E904, symSize: 0x1C8 } + - { offsetInCU: 0x1252, offset: 0x20B9D3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGWOh', symObjAddr: 0x1CC4, symBinAddr: 0x15EACC, symSize: 0x40 } + - { offsetInCU: 0x1266, offset: 0x20B9E7, size: 0x8, addend: 0x0, symName: ___swift_memcpy137_8, symObjAddr: 0x1D44, symBinAddr: 0x15EB0C, symSize: 0x34 } + - { offsetInCU: 0x127A, offset: 0x20B9FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwta', symObjAddr: 0x1D78, symBinAddr: 0x15EB40, symSize: 0x108 } + - { offsetInCU: 0x128E, offset: 0x20BA0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwet', symObjAddr: 0x1E80, symBinAddr: 0x15EC48, symSize: 0x48 } + - { offsetInCU: 0x12A2, offset: 0x20BA23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwst', symObjAddr: 0x1EC8, symBinAddr: 0x15EC90, symSize: 0x64 } + - { offsetInCU: 0x12B6, offset: 0x20BA37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVMa', symObjAddr: 0x1F2C, symBinAddr: 0x15ECF4, symSize: 0x10 } + - { offsetInCU: 0x12CA, offset: 0x20BA4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_TA', symObjAddr: 0x1FB4, symBinAddr: 0x15ED38, symSize: 0xC } + - { offsetInCU: 0x12DE, offset: 0x20BA5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_yyScMYccfU_TA', symObjAddr: 0x204C, symBinAddr: 0x15ED84, symSize: 0x54 } + - { offsetInCU: 0x1312, offset: 0x20BA93, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x20A0, symBinAddr: 0x15EDD8, symSize: 0x10 } + - { offsetInCU: 0x1326, offset: 0x20BAA7, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x20B0, symBinAddr: 0x15EDE8, symSize: 0x8 } + - { offsetInCU: 0x142C, offset: 0x20BBAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x15A0, symBinAddr: 0x15E45C, symSize: 0x4 } + - { offsetInCU: 0x1448, offset: 0x20BBC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x15A4, symBinAddr: 0x15E460, symSize: 0x4 } + - { offsetInCU: 0x1464, offset: 0x20BBE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x15A8, symBinAddr: 0x15E464, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x20BE4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x15EE5C, symSize: 0xA74 } + - { offsetInCU: 0x499, offset: 0x20C2C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x15EE5C, symSize: 0xA74 } + - { offsetInCU: 0x2B, offset: 0x20E1C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x15F8D0, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x20E1D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x15F8D0, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x20E1EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwxx', symObjAddr: 0x30, symBinAddr: 0x15F900, symSize: 0x24 } + - { offsetInCU: 0x6B, offset: 0x20E200, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwcp', symObjAddr: 0x74, symBinAddr: 0x15F924, symSize: 0x44 } + - { offsetInCU: 0x7F, offset: 0x20E214, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwca', symObjAddr: 0xB8, symBinAddr: 0x15F968, symSize: 0x40 } + - { offsetInCU: 0x93, offset: 0x20E228, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwta', symObjAddr: 0x26C, symBinAddr: 0x15F9A8, symSize: 0x40 } + - { offsetInCU: 0xA7, offset: 0x20E23C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwet', symObjAddr: 0x2AC, symBinAddr: 0x15F9E8, symSize: 0x48 } + - { offsetInCU: 0xBB, offset: 0x20E250, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwst', symObjAddr: 0x2F4, symBinAddr: 0x15FA30, symSize: 0x4C } + - { offsetInCU: 0xCF, offset: 0x20E264, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVMa', symObjAddr: 0x340, symBinAddr: 0x15FA7C, symSize: 0x10 } + - { offsetInCU: 0xEF, offset: 0x20E284, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufC', symObjAddr: 0x350, symBinAddr: 0x15FA8C, symSize: 0xE4 } + - { offsetInCU: 0x12C, offset: 0x20E2C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_', symObjAddr: 0x434, symBinAddr: 0x15FB70, symSize: 0x31C } + - { offsetInCU: 0x1A0, offset: 0x20E335, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x750, symBinAddr: 0x15FE8C, symSize: 0x28 } + - { offsetInCU: 0x1E7, offset: 0x20E37C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_TA', symObjAddr: 0x80C, symBinAddr: 0x15FF0C, symSize: 0x1C } + - { offsetInCU: 0x4F, offset: 0x20E53C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1C68, symBinAddr: 0x1E43E8, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x20E556, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1C78, symBinAddr: 0x1E43F8, symSize: 0x0 } + - { offsetInCU: 0x83, offset: 0x20E570, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1C88, symBinAddr: 0x1E4408, symSize: 0x0 } + - { offsetInCU: 0xDB, offset: 0x20E5C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg', symObjAddr: 0x570, symBinAddr: 0x160498, symSize: 0x8 } + - { offsetInCU: 0xF9, offset: 0x20E5E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg', symObjAddr: 0x578, symBinAddr: 0x1604A0, symSize: 0x48 } + - { offsetInCU: 0x129, offset: 0x20E616, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9animation3forAC9AnimationVSgSSSg_tF', symObjAddr: 0x0, symBinAddr: 0x15FF28, symSize: 0x17C } + - { offsetInCU: 0x3C4, offset: 0x20E8B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC4data8filenameAC10Foundation4DataV_SStKcfc', symObjAddr: 0x17C, symBinAddr: 0x1600A4, symSize: 0x3F4 } + - { offsetInCU: 0x4A1, offset: 0x20E98E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg', symObjAddr: 0x5C0, symBinAddr: 0x1604E8, symSize: 0x34 } + - { offsetInCU: 0x4CE, offset: 0x20E9BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC13animationsUrl10Foundation3URLVvg', symObjAddr: 0x5F4, symBinAddr: 0x16051C, symSize: 0x214 } + - { offsetInCU: 0x50A, offset: 0x20E9F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9imagesUrl10Foundation3URLVvg', symObjAddr: 0x808, symBinAddr: 0x160730, symSize: 0x214 } + - { offsetInCU: 0x59D, offset: 0x20EA8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10decompress33_275A06DD5956033D98FBA55D0E0AF6FCLL4from2toy10Foundation3URLV_AJtKF', symObjAddr: 0xA94, symBinAddr: 0x1609BC, symSize: 0x610 } + - { offsetInCU: 0x6D2, offset: 0x20EBBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9AnimationVAA0baN0VKXEfU_', symObjAddr: 0x10A4, symBinAddr: 0x160FCC, symSize: 0x30C } + - { offsetInCU: 0x803, offset: 0x20ECF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfd', symObjAddr: 0x13B0, symBinAddr: 0x1612D8, symSize: 0xA4 } + - { offsetInCU: 0x840, offset: 0x20ED2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfD', symObjAddr: 0x1494, symBinAddr: 0x16137C, symSize: 0xB0 } + - { offsetInCU: 0x947, offset: 0x20EE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA1C, symBinAddr: 0x160944, symSize: 0x30 } + - { offsetInCU: 0x961, offset: 0x20EE4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA4C, symBinAddr: 0x160974, symSize: 0x28 } + - { offsetInCU: 0x97B, offset: 0x20EE68, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA74, symBinAddr: 0x16099C, symSize: 0x20 } + - { offsetInCU: 0xB0E, offset: 0x20EFFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMU', symObjAddr: 0x1544, symBinAddr: 0x16142C, symSize: 0x8 } + - { offsetInCU: 0xB22, offset: 0x20F00F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMa', symObjAddr: 0x154C, symBinAddr: 0x161434, symSize: 0x3C } + - { offsetInCU: 0xB36, offset: 0x20F023, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMr', symObjAddr: 0x1588, symBinAddr: 0x161470, symSize: 0xA4 } + - { offsetInCU: 0xB4A, offset: 0x20F037, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgMa', symObjAddr: 0x1638, symBinAddr: 0x161520, symSize: 0x54 } + - { offsetInCU: 0xB5E, offset: 0x20F04B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwCP', symObjAddr: 0x168C, symBinAddr: 0x161574, symSize: 0x30 } + - { offsetInCU: 0xB72, offset: 0x20F05F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwxx', symObjAddr: 0x16BC, symBinAddr: 0x1615A4, symSize: 0x30 } + - { offsetInCU: 0xB86, offset: 0x20F073, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwcp', symObjAddr: 0x16EC, symBinAddr: 0x1615D4, symSize: 0x64 } + - { offsetInCU: 0xB9A, offset: 0x20F087, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwca', symObjAddr: 0x1750, symBinAddr: 0x161638, symSize: 0x94 } + - { offsetInCU: 0xBAE, offset: 0x20F09B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwta', symObjAddr: 0x17F8, symBinAddr: 0x1616CC, symSize: 0x6C } + - { offsetInCU: 0xBC2, offset: 0x20F0AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwet', symObjAddr: 0x1864, symBinAddr: 0x161738, symSize: 0x48 } + - { offsetInCU: 0xBD6, offset: 0x20F0C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwst', symObjAddr: 0x18AC, symBinAddr: 0x161780, symSize: 0x4C } + - { offsetInCU: 0xBEA, offset: 0x20F0D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVMa', symObjAddr: 0x18F8, symBinAddr: 0x1617CC, symSize: 0x10 } + - { offsetInCU: 0xCA3, offset: 0x20F190, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVACSeAAWl', symObjAddr: 0x1B24, symBinAddr: 0x1619B4, symSize: 0x44 } + - { offsetInCU: 0xCB7, offset: 0x20F1A4, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOc', symObjAddr: 0x1BD8, symBinAddr: 0x1619F8, symSize: 0x48 } + - { offsetInCU: 0xCCB, offset: 0x20F1B8, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOd', symObjAddr: 0x1C20, symBinAddr: 0x161A40, symSize: 0x48 } + - { offsetInCU: 0xDA0, offset: 0x20F28D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie03DotC9AnimationVG_AE0dC4FileC0E0VTg5011$s6Lottie03d2A4f58C11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9E15VAA0baN0VKXEfU_AJTf1cn_nTf4ng_n', symObjAddr: 0x194C, symBinAddr: 0x1617DC, symSize: 0x19C } + - { offsetInCU: 0x2B, offset: 0x20F5CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMi', symObjAddr: 0x0, symBinAddr: 0x161A88, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x20F5E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMi', symObjAddr: 0x0, symBinAddr: 0x161A88, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x20F5FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMr', symObjAddr: 0x4, symBinAddr: 0x161A8C, symSize: 0x78 } + - { offsetInCU: 0xA1, offset: 0x20F645, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC8strategyAA0bcD8StrategyOvs', symObjAddr: 0x7C, symBinAddr: 0x161B04, symSize: 0x54 } + - { offsetInCU: 0x12B, offset: 0x20F6CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC12proposedSizeSo6CGSizeVvs', symObjAddr: 0xD0, symBinAddr: 0x161B58, symSize: 0x4C } + - { offsetInCU: 0x18F, offset: 0x20F733, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC19measuredFittingSizeSo6CGSizeVvg', symObjAddr: 0x11C, symBinAddr: 0x161BA4, symSize: 0x34 } + - { offsetInCU: 0x1BC, offset: 0x20F760, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyF', symObjAddr: 0x150, symBinAddr: 0x161BD8, symSize: 0x64 } + - { offsetInCU: 0x1E9, offset: 0x20F78D, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16setUpConstraints33_F565762597C0825EC266BB3D57FF8E36LLyyF', symObjAddr: 0x1B4, symBinAddr: 0x161C3C, symSize: 0x45C } + - { offsetInCU: 0x4B3, offset: 0x20FA57, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfc', symObjAddr: 0x610, symBinAddr: 0x162098, symSize: 0xD8 } + - { offsetInCU: 0x4F7, offset: 0x20FA9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfcTo', symObjAddr: 0x6E8, symBinAddr: 0x162170, symSize: 0x24 } + - { offsetInCU: 0x513, offset: 0x20FAB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC11measureView33_F565762597C0825EC266BB3D57FF8E36LLSo6CGSizeVyF', symObjAddr: 0x70C, symBinAddr: 0x162194, symSize: 0x1B0 } + - { offsetInCU: 0x630, offset: 0x20FBD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x8BC, symBinAddr: 0x162344, symSize: 0x20 } + - { offsetInCU: 0x64C, offset: 0x20FBF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvg', symObjAddr: 0x8DC, symBinAddr: 0x162364, symSize: 0x14 } + - { offsetInCU: 0x679, offset: 0x20FC1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC6layoutyyF', symObjAddr: 0x8F0, symBinAddr: 0x162378, symSize: 0xA0 } + - { offsetInCU: 0x6A8, offset: 0x20FC4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC6layoutyyFTo', symObjAddr: 0x990, symBinAddr: 0x162418, symSize: 0x28 } + - { offsetInCU: 0x6C4, offset: 0x20FC68, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyFTo', symObjAddr: 0x9B8, symBinAddr: 0x162440, symSize: 0x28 } + - { offsetInCU: 0x6E0, offset: 0x20FC84, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16resolvedStrategy33_F565762597C0825EC266BB3D57FF8E36LLAA08ResolvedbcdF0AELLOvg', symObjAddr: 0x9E0, symBinAddr: 0x162468, symSize: 0x11C } + - { offsetInCU: 0x7BF, offset: 0x20FD63, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC21prioritizeConstraints33_F565762597C0825EC266BB3D57FF8E36LL_8strategyySDySo17NSLayoutAttributeVSo0O10ConstraintCG_AA08ResolvedbcD8StrategyAELLOtF', symObjAddr: 0xAFC, symBinAddr: 0x162584, symSize: 0x174 } + - { offsetInCU: 0x8C5, offset: 0x20FE69, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTo', symObjAddr: 0xC70, symBinAddr: 0x1626F8, symSize: 0x1C } + - { offsetInCU: 0x905, offset: 0x20FEA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfD', symObjAddr: 0xC8C, symBinAddr: 0x162714, symSize: 0x34 } + - { offsetInCU: 0x932, offset: 0x20FED6, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfcTf4gnn_n', symObjAddr: 0x1040, symBinAddr: 0x162AA4, symSize: 0x174 } + - { offsetInCU: 0x9AC, offset: 0x20FF50, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfCTf4gnn_n', symObjAddr: 0x11B4, symBinAddr: 0x162C18, symSize: 0x40 } + - { offsetInCU: 0x9E0, offset: 0x20FF84, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTf4dd_n', symObjAddr: 0x1280, symBinAddr: 0x162C94, symSize: 0x2C } + - { offsetInCU: 0xA68, offset: 0x21000C, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF80, symBinAddr: 0x1629E4, symSize: 0x14 } + - { offsetInCU: 0xAF7, offset: 0x21009B, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0xF94, symBinAddr: 0x1629F8, symSize: 0x44 } + - { offsetInCU: 0xBDA, offset: 0x21017E, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xFD8, symBinAddr: 0x162A3C, symSize: 0x28 } + - { offsetInCU: 0xD91, offset: 0x210335, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfETo', symObjAddr: 0xCC0, symBinAddr: 0x162748, symSize: 0x38 } + - { offsetInCU: 0xDC0, offset: 0x210364, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMa', symObjAddr: 0xCF8, symBinAddr: 0x162780, symSize: 0xC } + - { offsetInCU: 0xDD4, offset: 0x210378, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwet', symObjAddr: 0xD1C, symBinAddr: 0x16278C, symSize: 0x20 } + - { offsetInCU: 0xDE8, offset: 0x21038C, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwst', symObjAddr: 0xD3C, symBinAddr: 0x1627AC, symSize: 0x30 } + - { offsetInCU: 0xDFC, offset: 0x2103A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwug', symObjAddr: 0xD6C, symBinAddr: 0x1627DC, symSize: 0x1C } + - { offsetInCU: 0xE10, offset: 0x2103B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwup', symObjAddr: 0xD88, symBinAddr: 0x1627F8, symSize: 0x4 } + - { offsetInCU: 0xE24, offset: 0x2103C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwui', symObjAddr: 0xD8C, symBinAddr: 0x1627FC, symSize: 0x20 } + - { offsetInCU: 0xE38, offset: 0x2103DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOMa', symObjAddr: 0xDAC, symBinAddr: 0x16281C, symSize: 0x10 } + - { offsetInCU: 0xE4C, offset: 0x2103F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwet', symObjAddr: 0xDC8, symBinAddr: 0x16282C, symSize: 0x90 } + - { offsetInCU: 0xE60, offset: 0x210404, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwst', symObjAddr: 0xE58, symBinAddr: 0x1628BC, symSize: 0xBC } + - { offsetInCU: 0xE74, offset: 0x210418, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwug', symObjAddr: 0xF14, symBinAddr: 0x162978, symSize: 0x8 } + - { offsetInCU: 0xE88, offset: 0x21042C, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwup', symObjAddr: 0xF1C, symBinAddr: 0x162980, symSize: 0x4 } + - { offsetInCU: 0xE9C, offset: 0x210440, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwui', symObjAddr: 0xF20, symBinAddr: 0x162984, symSize: 0x8 } + - { offsetInCU: 0xEB0, offset: 0x210454, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOMa', symObjAddr: 0xF28, symBinAddr: 0x16298C, symSize: 0x10 } + - { offsetInCU: 0xEC4, offset: 0x210468, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASQWb', symObjAddr: 0xF38, symBinAddr: 0x16299C, symSize: 0x4 } + - { offsetInCU: 0xED8, offset: 0x21047C, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOACSQAAWl', symObjAddr: 0xF3C, symBinAddr: 0x1629A0, symSize: 0x44 } + - { offsetInCU: 0xF02, offset: 0x2104A6, size: 0x8, addend: 0x0, symName: '_$sSo18NSLayoutConstraintCMa', symObjAddr: 0x1244, symBinAddr: 0x162C58, symSize: 0x3C } + - { offsetInCU: 0x1008, offset: 0x2105AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1000, symBinAddr: 0x162A64, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x2108B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvpZ', symObjAddr: 0x930, symBinAddr: 0x1E4608, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x2108CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvgZ', symObjAddr: 0x0, symBinAddr: 0x162CC0, symSize: 0x6C } + - { offsetInCU: 0xA0, offset: 0x210905, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0x6C, symBinAddr: 0x162D2C, symSize: 0x38 } + - { offsetInCU: 0xFE, offset: 0x210963, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_182$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x48C, symBinAddr: 0x16314C, symSize: 0x1C } + - { offsetInCU: 0x116, offset: 0x21097B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_204$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SSyXEfu_Tf3pf_n', symObjAddr: 0x4A8, symBinAddr: 0x163168, symSize: 0x1C } + - { offsetInCU: 0x12E, offset: 0x210993, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_78$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvgSSyXEfu1_Tf3pf_n', symObjAddr: 0x4C4, symBinAddr: 0x163184, symSize: 0x1C } + - { offsetInCU: 0x146, offset: 0x2109AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_62$s6Lottie18CoreAnimationLayerC07respectC9FrameRateSbvsSSyXEfu_Tf3pf_n', symObjAddr: 0x4E0, symBinAddr: 0x1631A0, symSize: 0x1C } + - { offsetInCU: 0x15E, offset: 0x2109C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_101$s6Lottie18CoreAnimationLayerC8getValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x4FC, symBinAddr: 0x1631BC, symSize: 0x1C } + - { offsetInCU: 0x176, offset: 0x2109DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_110$s6Lottie18CoreAnimationLayerC16getOriginalValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x518, symBinAddr: 0x1631D8, symSize: 0x1C } + - { offsetInCU: 0x18E, offset: 0x2109F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_77$s6Lottie18CoreAnimationLayerC5layer3forSo7CALayerCSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x534, symBinAddr: 0x1631F4, symSize: 0x1C } + - { offsetInCU: 0x1A6, offset: 0x210A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_97$s6Lottie18CoreAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x550, symBinAddr: 0x163210, symSize: 0x1C } + - { offsetInCU: 0x1BE, offset: 0x210A23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_87$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x56C, symBinAddr: 0x16322C, symSize: 0x1C } + - { offsetInCU: 0x1D6, offset: 0x210A3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_0150$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0V39GSg12CoreGraphics7CGFloatVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x588, symBinAddr: 0x163248, symSize: 0x1C } + - { offsetInCU: 0x1EE, offset: 0x210A53, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_014$sSo7CALayerC6A158E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x5A4, symBinAddr: 0x163264, symSize: 0x1C } + - { offsetInCU: 0x206, offset: 0x210A6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_', symObjAddr: 0x5C0, symBinAddr: 0x163280, symSize: 0x20 } + - { offsetInCU: 0x226, offset: 0x210A8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF', symObjAddr: 0xA4, symBinAddr: 0x162D64, symSize: 0x48 } + - { offsetInCU: 0x294, offset: 0x210AF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_', symObjAddr: 0x36C, symBinAddr: 0x16302C, symSize: 0x24 } + - { offsetInCU: 0x2A8, offset: 0x210B0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_75$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSSyXEfu0_Tf3pf_n', symObjAddr: 0x390, symBinAddr: 0x163050, symSize: 0x1C } + - { offsetInCU: 0x2C0, offset: 0x210B25, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu0_Tf3pf_n', symObjAddr: 0x3AC, symBinAddr: 0x16306C, symSize: 0x1C } + - { offsetInCU: 0x2D8, offset: 0x210B3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu2_Tf3pf_n', symObjAddr: 0x3C8, symBinAddr: 0x163088, symSize: 0x1C } + - { offsetInCU: 0x2F0, offset: 0x210B55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu4_Tf3pf_n', symObjAddr: 0x3E4, symBinAddr: 0x1630A4, symSize: 0x1C } + - { offsetInCU: 0x308, offset: 0x210B6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_056$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybO35_p_AA16AnimationKeypathVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x400, symBinAddr: 0x1630C0, symSize: 0x1C } + - { offsetInCU: 0x320, offset: 0x210B85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_05$sSa6A87AA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x41C, symBinAddr: 0x1630DC, symSize: 0x1C } + - { offsetInCU: 0x338, offset: 0x210B9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_147$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x438, symBinAddr: 0x1630F8, symSize: 0x1C } + - { offsetInCU: 0x350, offset: 0x210BB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_170$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x454, symBinAddr: 0x163114, symSize: 0x1C } + - { offsetInCU: 0x368, offset: 0x210BCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_139$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x470, symBinAddr: 0x163130, symSize: 0x1C } + - { offsetInCU: 0x38C, offset: 0x210BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0xEC, symBinAddr: 0x162DAC, symSize: 0x38 } + - { offsetInCU: 0x3EA, offset: 0x210C4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_05$sSa6A55AA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyFSSyXEfu_Tf3pf_n', symObjAddr: 0x624, symBinAddr: 0x1632E4, symSize: 0x1C } + - { offsetInCU: 0x403, offset: 0x210C68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKF', symObjAddr: 0x124, symBinAddr: 0x162DE4, symSize: 0x38 } + - { offsetInCU: 0x441, offset: 0x210CA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu1_Tf3pf_n', symObjAddr: 0x640, symBinAddr: 0x163300, symSize: 0x1C } + - { offsetInCU: 0x459, offset: 0x210CBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu0_Tf3pf_n', symObjAddr: 0x65C, symBinAddr: 0x16331C, symSize: 0x1C } + - { offsetInCU: 0x471, offset: 0x210CD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_Tf3pf_n', symObjAddr: 0x678, symBinAddr: 0x163338, symSize: 0x1C } + - { offsetInCU: 0x48A, offset: 0x210CEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA_ySbyXE_SSyXEAISutcfU_', symObjAddr: 0x15C, symBinAddr: 0x162E1C, symSize: 0x4 } + - { offsetInCU: 0x4E3, offset: 0x210D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA0_ySSyXE_AISutcfU_', symObjAddr: 0x160, symBinAddr: 0x162E20, symSize: 0x4 } + - { offsetInCU: 0x52C, offset: 0x210D91, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA2_ySSyXEcfU_', symObjAddr: 0x164, symBinAddr: 0x162E24, symSize: 0x4 } + - { offsetInCU: 0x5A5, offset: 0x210E0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfC', symObjAddr: 0x168, symBinAddr: 0x162E28, symSize: 0x78 } + - { offsetInCU: 0x600, offset: 0x210E65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc', symObjAddr: 0x1E0, symBinAddr: 0x162EA0, symSize: 0x18 } + - { offsetInCU: 0x656, offset: 0x210EBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvsZ', symObjAddr: 0x250, symBinAddr: 0x162F10, symSize: 0x74 } + - { offsetInCU: 0x69D, offset: 0x210F02, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ', symObjAddr: 0x2C4, symBinAddr: 0x162F84, symSize: 0x6C } + - { offsetInCU: 0x6D4, offset: 0x210F39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ.resume.0', symObjAddr: 0x330, symBinAddr: 0x162FF0, symSize: 0x4 } + - { offsetInCU: 0x6FF, offset: 0x210F64, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfd', symObjAddr: 0x694, symBinAddr: 0x163354, symSize: 0x34 } + - { offsetInCU: 0x73A, offset: 0x210F9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfD', symObjAddr: 0x6C8, symBinAddr: 0x163388, symSize: 0x3C } + - { offsetInCU: 0x78F, offset: 0x210FF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6shared_WZ', symObjAddr: 0x1F8, symBinAddr: 0x162EB8, symSize: 0x58 } + - { offsetInCU: 0x806, offset: 0x21106B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x5E0, symBinAddr: 0x1632A0, symSize: 0x20 } + - { offsetInCU: 0x82F, offset: 0x211094, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x600, symBinAddr: 0x1632C0, symSize: 0x24 } + - { offsetInCU: 0x858, offset: 0x2110BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZ', symObjAddr: 0x704, symBinAddr: 0x1633C4, symSize: 0x50 } + - { offsetInCU: 0x8E2, offset: 0x211147, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySbyXE_SSyXEs12StaticStringVSutcfU_', symObjAddr: 0x754, symBinAddr: 0x163414, symSize: 0xA0 } + - { offsetInCU: 0x991, offset: 0x2111F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySSyXE_s12StaticStringVSutcfU0_', symObjAddr: 0x7F4, symBinAddr: 0x1634B4, symSize: 0x80 } + - { offsetInCU: 0xA52, offset: 0x2112B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCMa', symObjAddr: 0x874, symBinAddr: 0x163534, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x2114BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x163584, symSize: 0x124 } + - { offsetInCU: 0x7D, offset: 0x211512, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x163584, symSize: 0x124 } + - { offsetInCU: 0x174, offset: 0x211609, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x124, symBinAddr: 0x1636A8, symSize: 0x15C } + - { offsetInCU: 0x27, offset: 0x2117E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x163804, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0x21180D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x163804, symSize: 0x48 } + - { offsetInCU: 0x70, offset: 0x211832, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x16384C, symSize: 0x194 } + - { offsetInCU: 0x10E, offset: 0x2118D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1EC, symBinAddr: 0x1639F0, symSize: 0x64 } + - { offsetInCU: 0x151, offset: 0x211913, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x250, symBinAddr: 0x163A54, symSize: 0x24 } + - { offsetInCU: 0x191, offset: 0x211953, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x274, symBinAddr: 0x163A78, symSize: 0x4 } + - { offsetInCU: 0x1B1, offset: 0x211973, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x274, symBinAddr: 0x163A78, symSize: 0x4 } + - { offsetInCU: 0x1DC, offset: 0x21199E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x278, symBinAddr: 0x163A7C, symSize: 0x68 } + - { offsetInCU: 0x227, offset: 0x2119E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0x163AE4, symSize: 0xC } + - { offsetInCU: 0x243, offset: 0x211A05, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x2EC, symBinAddr: 0x163AF0, symSize: 0xC } + - { offsetInCU: 0x25F, offset: 0x211A21, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x978, symBinAddr: 0x163F34, symSize: 0x14 } + - { offsetInCU: 0x27C, offset: 0x211A3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x348, symBinAddr: 0x163B4C, symSize: 0x1C0 } + - { offsetInCU: 0x320, offset: 0x211AE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfD', symObjAddr: 0x510, symBinAddr: 0x163D14, symSize: 0x2C } + - { offsetInCU: 0x3ED, offset: 0x211BAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfE', symObjAddr: 0x508, symBinAddr: 0x163D0C, symSize: 0x8 } + - { offsetInCU: 0x41A, offset: 0x211BDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCMa', symObjAddr: 0x53C, symBinAddr: 0x163D40, symSize: 0x20 } + - { offsetInCU: 0x42E, offset: 0x211BF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwet', symObjAddr: 0x7A4, symBinAddr: 0x163D60, symSize: 0x50 } + - { offsetInCU: 0x442, offset: 0x211C04, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwst', symObjAddr: 0x7F4, symBinAddr: 0x163DB0, symSize: 0x8C } + - { offsetInCU: 0x456, offset: 0x211C18, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwug', symObjAddr: 0x880, symBinAddr: 0x163E3C, symSize: 0x8 } + - { offsetInCU: 0x46A, offset: 0x211C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwup', symObjAddr: 0x888, symBinAddr: 0x163E44, symSize: 0x4 } + - { offsetInCU: 0x47E, offset: 0x211C40, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwui', symObjAddr: 0x88C, symBinAddr: 0x163E48, symSize: 0x4 } + - { offsetInCU: 0x492, offset: 0x211C54, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOMa', symObjAddr: 0x890, symBinAddr: 0x163E4C, symSize: 0x10 } + - { offsetInCU: 0x4A6, offset: 0x211C68, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASQWb', symObjAddr: 0x8A0, symBinAddr: 0x163E5C, symSize: 0x4 } + - { offsetInCU: 0x4BA, offset: 0x211C7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAESQAAWl', symObjAddr: 0x8A4, symBinAddr: 0x163E60, symSize: 0x44 } + - { offsetInCU: 0x4CE, offset: 0x211C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8E8, symBinAddr: 0x163EA4, symSize: 0x4 } + - { offsetInCU: 0x4E2, offset: 0x211CA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8EC, symBinAddr: 0x163EA8, symSize: 0x44 } + - { offsetInCU: 0x4F6, offset: 0x211CB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0x163EEC, symSize: 0x4 } + - { offsetInCU: 0x50A, offset: 0x211CCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x934, symBinAddr: 0x163EF0, symSize: 0x44 } + - { offsetInCU: 0x545, offset: 0x211D07, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1DC, symBinAddr: 0x1639E0, symSize: 0x4 } + - { offsetInCU: 0x565, offset: 0x211D27, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1DC, symBinAddr: 0x1639E0, symSize: 0x4 } + - { offsetInCU: 0x585, offset: 0x211D47, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1E0, symBinAddr: 0x1639E4, symSize: 0x4 } + - { offsetInCU: 0x5A5, offset: 0x211D67, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1E0, symBinAddr: 0x1639E4, symSize: 0x4 } + - { offsetInCU: 0x5C5, offset: 0x211D87, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E4, symBinAddr: 0x1639E8, symSize: 0x4 } + - { offsetInCU: 0x5E5, offset: 0x211DA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E4, symBinAddr: 0x1639E8, symSize: 0x4 } + - { offsetInCU: 0x605, offset: 0x211DC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1E8, symBinAddr: 0x1639EC, symSize: 0x4 } + - { offsetInCU: 0x625, offset: 0x211DE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1E8, symBinAddr: 0x1639EC, symSize: 0x4 } + - { offsetInCU: 0x63D, offset: 0x211DFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2F8, symBinAddr: 0x163AFC, symSize: 0x28 } + - { offsetInCU: 0x659, offset: 0x211E1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x320, symBinAddr: 0x163B24, symSize: 0x28 } + - { offsetInCU: 0x8A, offset: 0x212033, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x164008, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x212064, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0x164020, symSize: 0xC } + - { offsetInCU: 0xEF, offset: 0x212098, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x18C, symBinAddr: 0x1640D4, symSize: 0x698 } + - { offsetInCU: 0x276, offset: 0x21221F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueSSvg', symObjAddr: 0x824, symBinAddr: 0x16476C, symSize: 0x20 } + - { offsetInCU: 0x2AF, offset: 0x212258, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x844, symBinAddr: 0x16478C, symSize: 0x20 } + - { offsetInCU: 0x2DD, offset: 0x212286, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x844, symBinAddr: 0x16478C, symSize: 0x20 } + - { offsetInCU: 0x326, offset: 0x2122CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValuexSg03RawR0Qz_tcfCTW', symObjAddr: 0x9E8, symBinAddr: 0x164930, symSize: 0x44 } + - { offsetInCU: 0x36C, offset: 0x212315, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValue03RawR0QzvgTW', symObjAddr: 0xA2C, symBinAddr: 0x164974, symSize: 0x28 } + - { offsetInCU: 0x380, offset: 0x212329, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA54, symBinAddr: 0x16499C, symSize: 0x8 } + - { offsetInCU: 0x3B6, offset: 0x21235F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA5C, symBinAddr: 0x1649A4, symSize: 0x3C } + - { offsetInCU: 0x41B, offset: 0x2123C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA98, symBinAddr: 0x1649E0, symSize: 0xC } + - { offsetInCU: 0x437, offset: 0x2123E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xAA4, symBinAddr: 0x1649EC, symSize: 0xC } + - { offsetInCU: 0x453, offset: 0x2123FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1C18, symBinAddr: 0x16590C, symSize: 0x50 } + - { offsetInCU: 0x49E, offset: 0x212447, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCfD', symObjAddr: 0xB00, symBinAddr: 0x164A48, symSize: 0x2C } + - { offsetInCU: 0x4E1, offset: 0x21248A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC6encode2toys7Encoder_p_tKF', symObjAddr: 0xD04, symBinAddr: 0x164C3C, symSize: 0x38C } + - { offsetInCU: 0x520, offset: 0x2124C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1090, symBinAddr: 0x164FC8, symSize: 0x448 } + - { offsetInCU: 0x575, offset: 0x21251E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x14D8, symBinAddr: 0x165410, symSize: 0x54 } + - { offsetInCU: 0x5AC, offset: 0x212555, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x152C, symBinAddr: 0x165464, symSize: 0x20 } + - { offsetInCU: 0x5E7, offset: 0x212590, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x17D0, symBinAddr: 0x165594, symSize: 0x110 } + - { offsetInCU: 0x66E, offset: 0x212617, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCMa', symObjAddr: 0xB2C, symBinAddr: 0x164A74, symSize: 0x20 } + - { offsetInCU: 0x682, offset: 0x21262B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwet', symObjAddr: 0xB5C, symBinAddr: 0x164A94, symSize: 0x90 } + - { offsetInCU: 0x696, offset: 0x21263F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwst', symObjAddr: 0xBEC, symBinAddr: 0x164B24, symSize: 0xBC } + - { offsetInCU: 0x6AA, offset: 0x212653, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwup', symObjAddr: 0xCA8, symBinAddr: 0x164BE0, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x212667, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOMa', symObjAddr: 0xCAC, symBinAddr: 0x164BE4, symSize: 0x10 } + - { offsetInCU: 0x6D2, offset: 0x21267B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASQWb', symObjAddr: 0xCBC, symBinAddr: 0x164BF4, symSize: 0x4 } + - { offsetInCU: 0x6E6, offset: 0x21268F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSQAAWl', symObjAddr: 0xCC0, symBinAddr: 0x164BF8, symSize: 0x44 } + - { offsetInCU: 0x6FA, offset: 0x2126A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs0D3KeyAAWl', symObjAddr: 0x15B0, symBinAddr: 0x165484, symSize: 0x44 } + - { offsetInCU: 0x70E, offset: 0x2126B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSeAAWl', symObjAddr: 0x15F4, symBinAddr: 0x1654C8, symSize: 0x44 } + - { offsetInCU: 0x722, offset: 0x2126CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSEAAWl', symObjAddr: 0x16C0, symBinAddr: 0x16550C, symSize: 0x44 } + - { offsetInCU: 0x736, offset: 0x2126DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSYAAWl', symObjAddr: 0x178C, symBinAddr: 0x165550, symSize: 0x44 } + - { offsetInCU: 0x74A, offset: 0x2126F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwet', symObjAddr: 0x19D0, symBinAddr: 0x1656C4, symSize: 0x90 } + - { offsetInCU: 0x75E, offset: 0x212707, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwst', symObjAddr: 0x1A60, symBinAddr: 0x165754, symSize: 0xBC } + - { offsetInCU: 0x772, offset: 0x21271B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwug', symObjAddr: 0x1B1C, symBinAddr: 0x165810, symSize: 0x8 } + - { offsetInCU: 0x786, offset: 0x21272F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwup', symObjAddr: 0x1B24, symBinAddr: 0x165818, symSize: 0x4 } + - { offsetInCU: 0x79A, offset: 0x212743, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwui', symObjAddr: 0x1B28, symBinAddr: 0x16581C, symSize: 0x8 } + - { offsetInCU: 0x7AE, offset: 0x212757, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOMa', symObjAddr: 0x1B30, symBinAddr: 0x165824, symSize: 0x10 } + - { offsetInCU: 0x7C2, offset: 0x21276B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASQWb', symObjAddr: 0x1B40, symBinAddr: 0x165834, symSize: 0x4 } + - { offsetInCU: 0x7D6, offset: 0x21277F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFSQAAWl', symObjAddr: 0x1B44, symBinAddr: 0x165838, symSize: 0x44 } + - { offsetInCU: 0x7EA, offset: 0x212793, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1B88, symBinAddr: 0x16587C, symSize: 0x4 } + - { offsetInCU: 0x7FE, offset: 0x2127A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1B8C, symBinAddr: 0x165880, symSize: 0x44 } + - { offsetInCU: 0x812, offset: 0x2127BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1BD0, symBinAddr: 0x1658C4, symSize: 0x4 } + - { offsetInCU: 0x826, offset: 0x2127CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1BD4, symBinAddr: 0x1658C8, symSize: 0x44 } + - { offsetInCU: 0x85A, offset: 0x212803, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x163F48, symSize: 0x14 } + - { offsetInCU: 0x8EB, offset: 0x212894, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x163F5C, symSize: 0x44 } + - { offsetInCU: 0x99A, offset: 0x212943, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x163FA0, symSize: 0x28 } + - { offsetInCU: 0x9ED, offset: 0x212996, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x163FC8, symSize: 0x40 } + - { offsetInCU: 0xA71, offset: 0x212A1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0x16402C, symSize: 0x5C } + - { offsetInCU: 0xA94, offset: 0x212A3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0x164088, symSize: 0x4C } + - { offsetInCU: 0xAF2, offset: 0x212A9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x864, symBinAddr: 0x1647AC, symSize: 0x88 } + - { offsetInCU: 0xBA1, offset: 0x212B4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH9hashValueSivgTW', symObjAddr: 0x8EC, symBinAddr: 0x164834, symSize: 0x60 } + - { offsetInCU: 0xC1F, offset: 0x212BC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x94C, symBinAddr: 0x164894, symSize: 0x40 } + - { offsetInCU: 0xC71, offset: 0x212C1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98C, symBinAddr: 0x1648D4, symSize: 0x5C } + - { offsetInCU: 0xCD4, offset: 0x212C7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xAB0, symBinAddr: 0x1649F8, symSize: 0x28 } + - { offsetInCU: 0xCF0, offset: 0x212C99, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xAD8, symBinAddr: 0x164A20, symSize: 0x28 } + - { offsetInCU: 0x65, offset: 0x212E93, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x165964, symSize: 0x444 } + - { offsetInCU: 0xE5, offset: 0x212F13, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x444, symBinAddr: 0x165DA8, symSize: 0x5FC } + - { offsetInCU: 0x338, offset: 0x213166, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO8rawValueSSvg', symObjAddr: 0xA40, symBinAddr: 0x1663A4, symSize: 0x20 } + - { offsetInCU: 0x371, offset: 0x21319F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xCCC, symBinAddr: 0x166630, symSize: 0x20 } + - { offsetInCU: 0x39F, offset: 0x2131CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xCCC, symBinAddr: 0x166630, symSize: 0x20 } + - { offsetInCU: 0x3F3, offset: 0x213221, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xD10, symBinAddr: 0x166674, symSize: 0x64 } + - { offsetInCU: 0x459, offset: 0x213287, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xD74, symBinAddr: 0x1666D8, symSize: 0x28 } + - { offsetInCU: 0x475, offset: 0x2132A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xD9C, symBinAddr: 0x166700, symSize: 0x8 } + - { offsetInCU: 0x4AB, offset: 0x2132D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xDA4, symBinAddr: 0x166708, symSize: 0x68 } + - { offsetInCU: 0x530, offset: 0x21335E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xE0C, symBinAddr: 0x166770, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x21337A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xE18, symBinAddr: 0x16677C, symSize: 0xC } + - { offsetInCU: 0x58A, offset: 0x2133B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xE84, symBinAddr: 0x1667E8, symSize: 0x64 } + - { offsetInCU: 0x5CD, offset: 0x2133FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xEE8, symBinAddr: 0x16684C, symSize: 0x24 } + - { offsetInCU: 0x60D, offset: 0x21343B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xF0C, symBinAddr: 0x166870, symSize: 0x4 } + - { offsetInCU: 0x62D, offset: 0x21345B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xF0C, symBinAddr: 0x166870, symSize: 0x4 } + - { offsetInCU: 0x658, offset: 0x213486, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xF10, symBinAddr: 0x166874, symSize: 0x68 } + - { offsetInCU: 0x6A3, offset: 0x2134D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValueSiSgvgTW', symObjAddr: 0xF78, symBinAddr: 0x1668DC, symSize: 0xC } + - { offsetInCU: 0x6BF, offset: 0x2134ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF84, symBinAddr: 0x1668E8, symSize: 0xC } + - { offsetInCU: 0x6DB, offset: 0x213509, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1798, symBinAddr: 0x166EF4, symSize: 0x14 } + - { offsetInCU: 0x6F9, offset: 0x213527, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC6encode2toys7Encoder_p_tKF', symObjAddr: 0xA60, symBinAddr: 0x1663C4, symSize: 0x26C } + - { offsetInCU: 0x78A, offset: 0x2135B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCfD', symObjAddr: 0xFE0, symBinAddr: 0x166944, symSize: 0x3C } + - { offsetInCU: 0x7E5, offset: 0x213613, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x103C, symBinAddr: 0x1669A0, symSize: 0x54 } + - { offsetInCU: 0x81D, offset: 0x21364B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1090, symBinAddr: 0x1669F4, symSize: 0x20 } + - { offsetInCU: 0x8DA, offset: 0x213708, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCMa', symObjAddr: 0x101C, symBinAddr: 0x166980, symSize: 0x20 } + - { offsetInCU: 0x8EE, offset: 0x21371C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs0C3KeyAAWl', symObjAddr: 0x1114, symBinAddr: 0x166A14, symSize: 0x44 } + - { offsetInCU: 0x902, offset: 0x213730, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs06CodingD0AAWl', symObjAddr: 0x1178, symBinAddr: 0x166A58, symSize: 0x44 } + - { offsetInCU: 0x916, offset: 0x213744, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x1378, symBinAddr: 0x166AD8, symSize: 0x90 } + - { offsetInCU: 0x92A, offset: 0x213758, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x1408, symBinAddr: 0x166B68, symSize: 0xBC } + - { offsetInCU: 0x93E, offset: 0x21376C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x14C4, symBinAddr: 0x166C24, symSize: 0x8 } + - { offsetInCU: 0x952, offset: 0x213780, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x14CC, symBinAddr: 0x166C2C, symSize: 0x4 } + - { offsetInCU: 0x966, offset: 0x213794, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x14D0, symBinAddr: 0x166C30, symSize: 0x8 } + - { offsetInCU: 0x97A, offset: 0x2137A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x14D8, symBinAddr: 0x166C38, symSize: 0x10 } + - { offsetInCU: 0x98E, offset: 0x2137BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x14EC, symBinAddr: 0x166C48, symSize: 0x50 } + - { offsetInCU: 0x9A2, offset: 0x2137D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x153C, symBinAddr: 0x166C98, symSize: 0x8C } + - { offsetInCU: 0x9B6, offset: 0x2137E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x15C8, symBinAddr: 0x166D24, symSize: 0x8 } + - { offsetInCU: 0x9CA, offset: 0x2137F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x15D0, symBinAddr: 0x166D2C, symSize: 0x4 } + - { offsetInCU: 0x9DE, offset: 0x21380C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x15D4, symBinAddr: 0x166D30, symSize: 0x4 } + - { offsetInCU: 0x9F2, offset: 0x213820, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x15D8, symBinAddr: 0x166D34, symSize: 0x10 } + - { offsetInCU: 0xA06, offset: 0x213834, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x15E8, symBinAddr: 0x166D44, symSize: 0x4 } + - { offsetInCU: 0xA1A, offset: 0x213848, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x15EC, symBinAddr: 0x166D48, symSize: 0x44 } + - { offsetInCU: 0xA2E, offset: 0x21385C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x1630, symBinAddr: 0x166D8C, symSize: 0x4 } + - { offsetInCU: 0xA42, offset: 0x213870, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x1634, symBinAddr: 0x166D90, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x213884, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1678, symBinAddr: 0x166DD4, symSize: 0x4 } + - { offsetInCU: 0xA6A, offset: 0x213898, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x167C, symBinAddr: 0x166DD8, symSize: 0x44 } + - { offsetInCU: 0xA7E, offset: 0x2138AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs23CustomStringConvertiblePWb', symObjAddr: 0x16C0, symBinAddr: 0x166E1C, symSize: 0x4 } + - { offsetInCU: 0xA92, offset: 0x2138C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16C4, symBinAddr: 0x166E20, symSize: 0x44 } + - { offsetInCU: 0xAA6, offset: 0x2138D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1708, symBinAddr: 0x166E64, symSize: 0x4 } + - { offsetInCU: 0xABA, offset: 0x2138E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x170C, symBinAddr: 0x166E68, symSize: 0x44 } + - { offsetInCU: 0xACE, offset: 0x2138FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1750, symBinAddr: 0x166EAC, symSize: 0x4 } + - { offsetInCU: 0xAE2, offset: 0x213910, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1754, symBinAddr: 0x166EB0, symSize: 0x44 } + - { offsetInCU: 0xB4B, offset: 0x213979, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCEC, symBinAddr: 0x166650, symSize: 0xC } + - { offsetInCU: 0xB67, offset: 0x213995, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xCF8, symBinAddr: 0x16665C, symSize: 0x8 } + - { offsetInCU: 0xB83, offset: 0x2139B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD00, symBinAddr: 0x166664, symSize: 0x8 } + - { offsetInCU: 0xB9F, offset: 0x2139CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD08, symBinAddr: 0x16666C, symSize: 0x8 } + - { offsetInCU: 0xBC2, offset: 0x2139F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xE24, symBinAddr: 0x166788, symSize: 0x28 } + - { offsetInCU: 0xBDE, offset: 0x213A0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xE4C, symBinAddr: 0x1667B0, symSize: 0x28 } + - { offsetInCU: 0xC09, offset: 0x213A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE74, symBinAddr: 0x1667D8, symSize: 0x4 } + - { offsetInCU: 0xC29, offset: 0x213A57, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE74, symBinAddr: 0x1667D8, symSize: 0x4 } + - { offsetInCU: 0xC49, offset: 0x213A77, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE78, symBinAddr: 0x1667DC, symSize: 0x4 } + - { offsetInCU: 0xC69, offset: 0x213A97, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE78, symBinAddr: 0x1667DC, symSize: 0x4 } + - { offsetInCU: 0xC89, offset: 0x213AB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE7C, symBinAddr: 0x1667E0, symSize: 0x4 } + - { offsetInCU: 0xCA9, offset: 0x213AD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE7C, symBinAddr: 0x1667E0, symSize: 0x4 } + - { offsetInCU: 0xCC9, offset: 0x213AF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE80, symBinAddr: 0x1667E4, symSize: 0x4 } + - { offsetInCU: 0xCE9, offset: 0x213B17, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE80, symBinAddr: 0x1667E4, symSize: 0x4 } + - { offsetInCU: 0xD01, offset: 0x213B2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF90, symBinAddr: 0x1668F4, symSize: 0x28 } + - { offsetInCU: 0xD1D, offset: 0x213B4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xFB8, symBinAddr: 0x16691C, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x213D86, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x40, symBinAddr: 0x166F08, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x213EF0, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x167000, symSize: 0x238 } + - { offsetInCU: 0x174, offset: 0x21403D, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x167000, symSize: 0x238 } + - { offsetInCU: 0x3F6, offset: 0x2142BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x238, symBinAddr: 0x167238, symSize: 0x5C } + - { offsetInCU: 0x44E, offset: 0x214317, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfD', symObjAddr: 0x29C, symBinAddr: 0x16729C, symSize: 0x2C } + - { offsetInCU: 0x4B0, offset: 0x214379, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfE', symObjAddr: 0x294, symBinAddr: 0x167294, symSize: 0x8 } + - { offsetInCU: 0x508, offset: 0x2143D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCMa', symObjAddr: 0x2C8, symBinAddr: 0x1672C8, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x21461F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x1672E8, symSize: 0x148 } + - { offsetInCU: 0x79, offset: 0x21466D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x1672E8, symSize: 0x148 } + - { offsetInCU: 0xC7, offset: 0x2146BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x148, symBinAddr: 0x167430, symSize: 0x130 } + - { offsetInCU: 0xFD, offset: 0x2146F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfC', symObjAddr: 0x2D0, symBinAddr: 0x167570, symSize: 0x4C } + - { offsetInCU: 0x11B, offset: 0x21470F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfc', symObjAddr: 0x31C, symBinAddr: 0x1675BC, symSize: 0xD0 } + - { offsetInCU: 0x1C3, offset: 0x2147B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvg', symObjAddr: 0x518, symBinAddr: 0x16768C, symSize: 0x30 } + - { offsetInCU: 0x20E, offset: 0x214802, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvs', symObjAddr: 0x548, symBinAddr: 0x1676BC, symSize: 0x50 } + - { offsetInCU: 0x254, offset: 0x214848, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM', symObjAddr: 0x598, symBinAddr: 0x16770C, symSize: 0x40 } + - { offsetInCU: 0x283, offset: 0x214877, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM.resume.0', symObjAddr: 0x5D8, symBinAddr: 0x16774C, symSize: 0x34 } + - { offsetInCU: 0x2C2, offset: 0x2148B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9valueTypeypXpvg', symObjAddr: 0x60C, symBinAddr: 0x167780, symSize: 0xC } + - { offsetInCU: 0x2ED, offset: 0x2148E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x618, symBinAddr: 0x16778C, symSize: 0xA8 } + - { offsetInCU: 0x33A, offset: 0x21492E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x6D0, symBinAddr: 0x167844, symSize: 0x34 } + - { offsetInCU: 0x3A0, offset: 0x214994, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x764, symBinAddr: 0x1678D8, symSize: 0x18 } + - { offsetInCU: 0x3C3, offset: 0x2149B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfd', symObjAddr: 0x77C, symBinAddr: 0x1678F0, symSize: 0x24 } + - { offsetInCU: 0x3FE, offset: 0x2149F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfD', symObjAddr: 0x7D4, symBinAddr: 0x167914, symSize: 0x2C } + - { offsetInCU: 0x441, offset: 0x214A35, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x800, symBinAddr: 0x167940, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0x214A51, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x820, symBinAddr: 0x167960, symSize: 0xC } + - { offsetInCU: 0x4A3, offset: 0x214A97, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x82C, symBinAddr: 0x16796C, symSize: 0x1C } + - { offsetInCU: 0x503, offset: 0x214AF7, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOe', symObjAddr: 0x278, symBinAddr: 0x167560, symSize: 0x10 } + - { offsetInCU: 0x538, offset: 0x214B2C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOy', symObjAddr: 0x6C0, symBinAddr: 0x167834, symSize: 0x10 } + - { offsetInCU: 0x54C, offset: 0x214B40, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x730, symBinAddr: 0x1678A4, symSize: 0x34 } + - { offsetInCU: 0x594, offset: 0x214B88, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x848, symBinAddr: 0x167988, symSize: 0xC } + - { offsetInCU: 0x5C3, offset: 0x214BB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x854, symBinAddr: 0x167994, symSize: 0xC } + - { offsetInCU: 0x60D, offset: 0x214C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x860, symBinAddr: 0x1679A0, symSize: 0x14 } + - { offsetInCU: 0x650, offset: 0x214C44, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCMa', symObjAddr: 0x90C, symBinAddr: 0x167A4C, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x214E54, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x167A88, symSize: 0x14 } + - { offsetInCU: 0x50, offset: 0x214E7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x167A88, symSize: 0x14 } + - { offsetInCU: 0xEA, offset: 0x214F17, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x167A9C, symSize: 0x44 } + - { offsetInCU: 0x1CF, offset: 0x214FFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x167AE0, symSize: 0x28 } + - { offsetInCU: 0x254, offset: 0x215081, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0xC0, symBinAddr: 0x167B48, symSize: 0x38 } + - { offsetInCU: 0x286, offset: 0x2150B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASQWb', symObjAddr: 0xF8, symBinAddr: 0x167B80, symSize: 0x4 } + - { offsetInCU: 0x29A, offset: 0x2150C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVACSQAAWl', symObjAddr: 0xFC, symBinAddr: 0x167B84, symSize: 0x44 } + - { offsetInCU: 0x2AE, offset: 0x2150DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwet', symObjAddr: 0x190, symBinAddr: 0x167BC8, symSize: 0x48 } + - { offsetInCU: 0x2C2, offset: 0x2150EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwst', symObjAddr: 0x1D8, symBinAddr: 0x167C10, symSize: 0x3C } + - { offsetInCU: 0x2D6, offset: 0x215103, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVMa', symObjAddr: 0x214, symBinAddr: 0x167C4C, symSize: 0x10 } + - { offsetInCU: 0x353, offset: 0x215180, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x167B08, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x21537B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfC', symObjAddr: 0x0, symBinAddr: 0x167C5C, symSize: 0x8C } + - { offsetInCU: 0x69, offset: 0x215399, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfC', symObjAddr: 0x8C, symBinAddr: 0x167CE8, symSize: 0x54 } + - { offsetInCU: 0x87, offset: 0x2153B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc', symObjAddr: 0xE0, symBinAddr: 0x167D3C, symSize: 0xEC } + - { offsetInCU: 0xF4, offset: 0x215424, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc', symObjAddr: 0x1CC, symBinAddr: 0x167E28, symSize: 0x128 } + - { offsetInCU: 0x19D, offset: 0x2154CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5valuexvg', symObjAddr: 0x2F4, symBinAddr: 0x167F50, symSize: 0x1C } + - { offsetInCU: 0x1D8, offset: 0x215508, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg', symObjAddr: 0x310, symBinAddr: 0x167F6C, symSize: 0x10 } + - { offsetInCU: 0x205, offset: 0x215535, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC6isHoldSbvg', symObjAddr: 0x320, symBinAddr: 0x167F7C, symSize: 0x10 } + - { offsetInCU: 0x232, offset: 0x215562, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg', symObjAddr: 0x330, symBinAddr: 0x167F8C, symSize: 0x20 } + - { offsetInCU: 0x25F, offset: 0x21558F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg', symObjAddr: 0x350, symBinAddr: 0x167FAC, symSize: 0x20 } + - { offsetInCU: 0x28C, offset: 0x2155BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg', symObjAddr: 0x370, symBinAddr: 0x167FCC, symSize: 0x28 } + - { offsetInCU: 0x2B9, offset: 0x2155E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg', symObjAddr: 0x398, symBinAddr: 0x167FF4, symSize: 0x28 } + - { offsetInCU: 0x2E6, offset: 0x215616, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfd', symObjAddr: 0x3C0, symBinAddr: 0x16801C, symSize: 0x2C } + - { offsetInCU: 0x335, offset: 0x215665, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfD', symObjAddr: 0x3EC, symBinAddr: 0x168048, symSize: 0x38 } + - { offsetInCU: 0x3CA, offset: 0x2156FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x424, symBinAddr: 0x168080, symSize: 0x1A8 } + - { offsetInCU: 0x451, offset: 0x215781, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x5CC, symBinAddr: 0x168228, symSize: 0x10 } + - { offsetInCU: 0x50C, offset: 0x21583C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x5DC, symBinAddr: 0x168238, symSize: 0x1D0 } + - { offsetInCU: 0x85F, offset: 0x215B8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE9hashValueSivg', symObjAddr: 0x7AC, symBinAddr: 0x168408, symSize: 0x44 } + - { offsetInCU: 0x8DD, offset: 0x215C0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x7F0, symBinAddr: 0x16844C, symSize: 0x24 } + - { offsetInCU: 0x8F9, offset: 0x215C29, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x814, symBinAddr: 0x168470, symSize: 0x24 } + - { offsetInCU: 0x90D, offset: 0x215C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSQWb', symObjAddr: 0x87C, symBinAddr: 0x1684D8, symSize: 0x38 } + - { offsetInCU: 0x921, offset: 0x215C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMi', symObjAddr: 0x8B4, symBinAddr: 0x168510, symSize: 0x4 } + - { offsetInCU: 0x935, offset: 0x215C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMr', symObjAddr: 0x8B8, symBinAddr: 0x168514, symSize: 0xA0 } + - { offsetInCU: 0x949, offset: 0x215C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMa', symObjAddr: 0x958, symBinAddr: 0x1685B4, symSize: 0xC } + - { offsetInCU: 0xA02, offset: 0x215D32, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x838, symBinAddr: 0x168494, symSize: 0x44 } + - { offsetInCU: 0x2B, offset: 0x215F43, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x1685DC, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0x215F67, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x1685DC, symSize: 0x64 } + - { offsetInCU: 0x7C, offset: 0x215F94, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfD', symObjAddr: 0x64, symBinAddr: 0x168640, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x215FD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x16867C, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x216011, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xAC, symBinAddr: 0x168688, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x216052, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xDC, symBinAddr: 0x1686B8, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x216084, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesC4starAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xAF8, symBinAddr: 0x1690D4, symSize: 0x5F4 } + - { offsetInCU: 0x6B3, offset: 0x2165CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x16865C, symSize: 0x20 } + - { offsetInCU: 0x7F3, offset: 0x21670B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE8, symBinAddr: 0x1686C4, symSize: 0x170 } + - { offsetInCU: 0xA2E, offset: 0x216946, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCfD', symObjAddr: 0x258, symBinAddr: 0x168834, symSize: 0x34 } + - { offsetInCU: 0xA8F, offset: 0x2169A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x2AC, symBinAddr: 0x168888, symSize: 0x44 } + - { offsetInCU: 0xADB, offset: 0x2169F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0x1688CC, symSize: 0x24 } + - { offsetInCU: 0xB0D, offset: 0x216A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x314, symBinAddr: 0x1688F0, symSize: 0x4 } + - { offsetInCU: 0xB47, offset: 0x216A5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x318, symBinAddr: 0x1688F4, symSize: 0x8 } + - { offsetInCU: 0xB67, offset: 0x216A7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x318, symBinAddr: 0x1688F4, symSize: 0x8 } + - { offsetInCU: 0xBCA, offset: 0x216AE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x320, symBinAddr: 0x1688FC, symSize: 0x10 } + - { offsetInCU: 0xBEA, offset: 0x216B02, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x320, symBinAddr: 0x1688FC, symSize: 0x10 } + - { offsetInCU: 0xC31, offset: 0x216B49, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x330, symBinAddr: 0x16890C, symSize: 0x8 } + - { offsetInCU: 0xC51, offset: 0x216B69, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x330, symBinAddr: 0x16890C, symSize: 0x8 } + - { offsetInCU: 0xC72, offset: 0x216B8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x338, symBinAddr: 0x168914, symSize: 0x8 } + - { offsetInCU: 0xC92, offset: 0x216BAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x338, symBinAddr: 0x168914, symSize: 0x8 } + - { offsetInCU: 0xCB3, offset: 0x216BCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x340, symBinAddr: 0x16891C, symSize: 0x8 } + - { offsetInCU: 0xCD3, offset: 0x216BEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x340, symBinAddr: 0x16891C, symSize: 0x8 } + - { offsetInCU: 0xCF4, offset: 0x216C0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x348, symBinAddr: 0x168924, symSize: 0x8 } + - { offsetInCU: 0xD14, offset: 0x216C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x348, symBinAddr: 0x168924, symSize: 0x8 } + - { offsetInCU: 0xD35, offset: 0x216C4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x350, symBinAddr: 0x16892C, symSize: 0xC } + - { offsetInCU: 0xD55, offset: 0x216C6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x350, symBinAddr: 0x16892C, symSize: 0xC } + - { offsetInCU: 0xD76, offset: 0x216C8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x35C, symBinAddr: 0x168938, symSize: 0x10 } + - { offsetInCU: 0xD96, offset: 0x216CAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x35C, symBinAddr: 0x168938, symSize: 0x10 } + - { offsetInCU: 0xDB7, offset: 0x216CCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x36C, symBinAddr: 0x168948, symSize: 0xC } + - { offsetInCU: 0xDE9, offset: 0x216D01, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC06parentC04starAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x10EC, symBinAddr: 0x1696C8, symSize: 0x114 } + - { offsetInCU: 0xEA2, offset: 0x216DBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCMa', symObjAddr: 0x28C, symBinAddr: 0x168868, symSize: 0x20 } + - { offsetInCU: 0x1348, offset: 0x217260, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4star8position11outerRadius05innerG00F11Roundedness0hI014numberOfPoints8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA5qA0C9DirectionOtFZTf4nnnnnnnnd_n', symObjAddr: 0x378, symBinAddr: 0x168954, symSize: 0x780 } + - { offsetInCU: 0x27, offset: 0x21854E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x1697DC, symSize: 0x184 } + - { offsetInCU: 0x3F, offset: 0x218566, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x1697DC, symSize: 0x184 } + - { offsetInCU: 0x2B, offset: 0x2186E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x169960, symSize: 0x18C } + - { offsetInCU: 0x4F, offset: 0x218708, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x169960, symSize: 0x18C } + - { offsetInCU: 0xB1, offset: 0x21876A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x18C, symBinAddr: 0x169AEC, symSize: 0x4C } + - { offsetInCU: 0xF7, offset: 0x2187B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1D8, symBinAddr: 0x169B38, symSize: 0x7C } + - { offsetInCU: 0x13E, offset: 0x2187F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfD', symObjAddr: 0x294, symBinAddr: 0x169BF4, symSize: 0x34 } + - { offsetInCU: 0x16C, offset: 0x218825, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfE', symObjAddr: 0x254, symBinAddr: 0x169BB4, symSize: 0x40 } + - { offsetInCU: 0x199, offset: 0x218852, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfETo', symObjAddr: 0x2C8, symBinAddr: 0x169C28, symSize: 0x4C } + - { offsetInCU: 0x1C8, offset: 0x218881, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCMa', symObjAddr: 0x314, symBinAddr: 0x169C74, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x218A2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x0, symBinAddr: 0x169C94, symSize: 0x8 } + - { offsetInCU: 0x5B, offset: 0x218A4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg', symObjAddr: 0x8, symBinAddr: 0x169C9C, symSize: 0x8 } + - { offsetInCU: 0x82, offset: 0x218A72, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x10, symBinAddr: 0x169CA4, symSize: 0x8 } + - { offsetInCU: 0xAF, offset: 0x218A9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x18, symBinAddr: 0x169CAC, symSize: 0x10 } + - { offsetInCU: 0xCD, offset: 0x218ABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x18, symBinAddr: 0x169CAC, symSize: 0x10 } + - { offsetInCU: 0xDE, offset: 0x218ACE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x30, symBinAddr: 0x169CC4, symSize: 0x8 } + - { offsetInCU: 0xFA, offset: 0x218AEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x38, symBinAddr: 0x169CCC, symSize: 0x8 } + - { offsetInCU: 0x116, offset: 0x218B06, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x40, symBinAddr: 0x169CD4, symSize: 0x8 } + - { offsetInCU: 0x14C, offset: 0x218B3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x48, symBinAddr: 0x169CDC, symSize: 0x10 } + - { offsetInCU: 0x16C, offset: 0x218B5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x48, symBinAddr: 0x169CDC, symSize: 0x10 } + - { offsetInCU: 0x181, offset: 0x218B71, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x48, symBinAddr: 0x169CDC, symSize: 0x10 } + - { offsetInCU: 0x193, offset: 0x218B83, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg', symObjAddr: 0x58, symBinAddr: 0x169CEC, symSize: 0x8 } + - { offsetInCU: 0x1AF, offset: 0x218B9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x169D04, symSize: 0x10 } + - { offsetInCU: 0x1CF, offset: 0x218BBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x169D04, symSize: 0x10 } + - { offsetInCU: 0x1E4, offset: 0x218BD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x169D04, symSize: 0x10 } + - { offsetInCU: 0x5E, offset: 0x218D66, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x169D18, symSize: 0xC } + - { offsetInCU: 0x17F, offset: 0x218E87, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0xC, symBinAddr: 0x169D24, symSize: 0x12C } + - { offsetInCU: 0x29E, offset: 0x218FA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x138, symBinAddr: 0x169E50, symSize: 0x8 } + - { offsetInCU: 0x2BE, offset: 0x218FC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x138, symBinAddr: 0x169E50, symSize: 0x8 } + - { offsetInCU: 0x2D0, offset: 0x218FD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP7lineCapAA04LineG0OvgTW', symObjAddr: 0x140, symBinAddr: 0x169E58, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x218FF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP8lineJoinAA04LineG0OvgTW', symObjAddr: 0x148, symBinAddr: 0x169E60, symSize: 0x8 } + - { offsetInCU: 0x317, offset: 0x21901F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x150, symBinAddr: 0x169E68, symSize: 0x8 } + - { offsetInCU: 0x337, offset: 0x21903F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x150, symBinAddr: 0x169E68, symSize: 0x8 } + - { offsetInCU: 0x358, offset: 0x219060, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x158, symBinAddr: 0x169E70, symSize: 0x8 } + - { offsetInCU: 0x378, offset: 0x219080, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x158, symBinAddr: 0x169E70, symSize: 0x8 } + - { offsetInCU: 0x399, offset: 0x2190A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x160, symBinAddr: 0x169E78, symSize: 0xC } + - { offsetInCU: 0x3DA, offset: 0x2190E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x16C, symBinAddr: 0x169E84, symSize: 0xC } + - { offsetInCU: 0x40C, offset: 0x219114, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x178, symBinAddr: 0x169E90, symSize: 0xC } + - { offsetInCU: 0x437, offset: 0x21913F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x184, symBinAddr: 0x169E9C, symSize: 0xC } + - { offsetInCU: 0x478, offset: 0x219180, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x190, symBinAddr: 0x169EA8, symSize: 0xC } + - { offsetInCU: 0x4AA, offset: 0x2191B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x3E0, symBinAddr: 0x16A0F8, symSize: 0x48 } + - { offsetInCU: 0x4CF, offset: 0x2191D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x428, symBinAddr: 0x16A140, symSize: 0x850 } + - { offsetInCU: 0x572, offset: 0x21927A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xC78, symBinAddr: 0x16A990, symSize: 0xD7C } + - { offsetInCU: 0xA91, offset: 0x219799, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueSSvg', symObjAddr: 0x19F4, symBinAddr: 0x16B70C, symSize: 0x20 } + - { offsetInCU: 0xACA, offset: 0x2197D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F8C, symBinAddr: 0x16BC58, symSize: 0x20 } + - { offsetInCU: 0xAF8, offset: 0x219800, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F8C, symBinAddr: 0x16BC58, symSize: 0x20 } + - { offsetInCU: 0xB41, offset: 0x219849, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2148, symBinAddr: 0x16BE14, symSize: 0x44 } + - { offsetInCU: 0xB87, offset: 0x21988F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x218C, symBinAddr: 0x16BE58, symSize: 0x28 } + - { offsetInCU: 0xB9B, offset: 0x2198A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x21B4, symBinAddr: 0x16BE80, symSize: 0x8 } + - { offsetInCU: 0xBD1, offset: 0x2198D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x21BC, symBinAddr: 0x16BE88, symSize: 0x3C } + - { offsetInCU: 0xC36, offset: 0x21993E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x21F8, symBinAddr: 0x16BEC4, symSize: 0xC } + - { offsetInCU: 0xC52, offset: 0x21995A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2204, symBinAddr: 0x16BED0, symSize: 0xC } + - { offsetInCU: 0xC6E, offset: 0x219976, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3398, symBinAddr: 0x16CA88, symSize: 0x50 } + - { offsetInCU: 0xCA6, offset: 0x2199AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1FAC, symBinAddr: 0x16BC78, symSize: 0x18 } + - { offsetInCU: 0xCE7, offset: 0x2199EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2284, symBinAddr: 0x16BF50, symSize: 0x70 } + - { offsetInCU: 0xD1B, offset: 0x219A23, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x22F4, symBinAddr: 0x16BFC0, symSize: 0x28 } + - { offsetInCU: 0xD37, offset: 0x219A3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x231C, symBinAddr: 0x16BFE8, symSize: 0x8 } + - { offsetInCU: 0xD6D, offset: 0x219A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2324, symBinAddr: 0x16BFF0, symSize: 0x74 } + - { offsetInCU: 0xDB8, offset: 0x219AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2398, symBinAddr: 0x16C064, symSize: 0xC } + - { offsetInCU: 0xDD4, offset: 0x219ADC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x23A4, symBinAddr: 0x16C070, symSize: 0xC } + - { offsetInCU: 0xE7C, offset: 0x219B84, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1A60, symBinAddr: 0x16B72C, symSize: 0x52C } + - { offsetInCU: 0xEEF, offset: 0x219BF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfd', symObjAddr: 0x244C, symBinAddr: 0x16C118, symSize: 0x5C } + - { offsetInCU: 0xF3A, offset: 0x219C42, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfD', symObjAddr: 0x24A8, symBinAddr: 0x16C174, symSize: 0x1C } + - { offsetInCU: 0xFB6, offset: 0x219CBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1E0, symBinAddr: 0x169EF8, symSize: 0x18 } + - { offsetInCU: 0xFE7, offset: 0x219CEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x1F8, symBinAddr: 0x169F10, symSize: 0xC } + - { offsetInCU: 0x121D, offset: 0x219F25, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfE', symObjAddr: 0x2400, symBinAddr: 0x16C0CC, symSize: 0x4C } + - { offsetInCU: 0x124A, offset: 0x219F52, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCMa', symObjAddr: 0x24C4, symBinAddr: 0x16C190, symSize: 0x20 } + - { offsetInCU: 0x125E, offset: 0x219F66, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOwup', symObjAddr: 0x24FC, symBinAddr: 0x16C1B8, symSize: 0x4 } + - { offsetInCU: 0x1272, offset: 0x219F7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOMa', symObjAddr: 0x2500, symBinAddr: 0x16C1BC, symSize: 0x10 } + - { offsetInCU: 0x1286, offset: 0x219F8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOwup', symObjAddr: 0x2664, symBinAddr: 0x16C320, symSize: 0x4 } + - { offsetInCU: 0x129A, offset: 0x219FA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOMa', symObjAddr: 0x2668, symBinAddr: 0x16C324, symSize: 0x10 } + - { offsetInCU: 0x12AE, offset: 0x219FB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASQWb', symObjAddr: 0x2678, symBinAddr: 0x16C334, symSize: 0x4 } + - { offsetInCU: 0x12C2, offset: 0x219FCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSQAAWl', symObjAddr: 0x267C, symBinAddr: 0x16C338, symSize: 0x44 } + - { offsetInCU: 0x12D6, offset: 0x219FDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSHAASQWb', symObjAddr: 0x26C0, symBinAddr: 0x16C37C, symSize: 0x4 } + - { offsetInCU: 0x12EA, offset: 0x219FF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSQAAWl', symObjAddr: 0x26C4, symBinAddr: 0x16C380, symSize: 0x44 } + - { offsetInCU: 0x12FE, offset: 0x21A006, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSYAAWl', symObjAddr: 0x2708, symBinAddr: 0x16C3C4, symSize: 0x44 } + - { offsetInCU: 0x1312, offset: 0x21A01A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSYAAWl', symObjAddr: 0x274C, symBinAddr: 0x16C408, symSize: 0x44 } + - { offsetInCU: 0x1326, offset: 0x21A02E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs0D3KeyAAWl', symObjAddr: 0x27F4, symBinAddr: 0x16C44C, symSize: 0x44 } + - { offsetInCU: 0x133A, offset: 0x21A042, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs9CodingKeyAAWl', symObjAddr: 0x2A34, symBinAddr: 0x16C4F4, symSize: 0x44 } + - { offsetInCU: 0x134E, offset: 0x21A056, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x2F04, symBinAddr: 0x16C5F4, symSize: 0x90 } + - { offsetInCU: 0x1362, offset: 0x21A06A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x2F94, symBinAddr: 0x16C684, symSize: 0xBC } + - { offsetInCU: 0x1376, offset: 0x21A07E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x3050, symBinAddr: 0x16C740, symSize: 0x8 } + - { offsetInCU: 0x138A, offset: 0x21A092, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x3058, symBinAddr: 0x16C748, symSize: 0x4 } + - { offsetInCU: 0x139E, offset: 0x21A0A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x305C, symBinAddr: 0x16C74C, symSize: 0x8 } + - { offsetInCU: 0x13B2, offset: 0x21A0BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x3064, symBinAddr: 0x16C754, symSize: 0x10 } + - { offsetInCU: 0x13C6, offset: 0x21A0CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x3074, symBinAddr: 0x16C764, symSize: 0x90 } + - { offsetInCU: 0x13DA, offset: 0x21A0E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x3104, symBinAddr: 0x16C7F4, symSize: 0xBC } + - { offsetInCU: 0x13EE, offset: 0x21A0F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x31C0, symBinAddr: 0x16C8B0, symSize: 0x8 } + - { offsetInCU: 0x1402, offset: 0x21A10A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x31C8, symBinAddr: 0x16C8B8, symSize: 0x4 } + - { offsetInCU: 0x1416, offset: 0x21A11E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x31CC, symBinAddr: 0x16C8BC, symSize: 0xC } + - { offsetInCU: 0x142A, offset: 0x21A132, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x31D8, symBinAddr: 0x16C8C8, symSize: 0x10 } + - { offsetInCU: 0x143E, offset: 0x21A146, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x31E8, symBinAddr: 0x16C8D8, symSize: 0x4 } + - { offsetInCU: 0x1452, offset: 0x21A15A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x31EC, symBinAddr: 0x16C8DC, symSize: 0x44 } + - { offsetInCU: 0x1466, offset: 0x21A16E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x3230, symBinAddr: 0x16C920, symSize: 0x4 } + - { offsetInCU: 0x147A, offset: 0x21A182, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x3234, symBinAddr: 0x16C924, symSize: 0x44 } + - { offsetInCU: 0x148E, offset: 0x21A196, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3278, symBinAddr: 0x16C968, symSize: 0x4 } + - { offsetInCU: 0x14A2, offset: 0x21A1AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x327C, symBinAddr: 0x16C96C, symSize: 0x44 } + - { offsetInCU: 0x14B6, offset: 0x21A1BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x32C0, symBinAddr: 0x16C9B0, symSize: 0x4 } + - { offsetInCU: 0x14CA, offset: 0x21A1D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x32C4, symBinAddr: 0x16C9B4, symSize: 0x44 } + - { offsetInCU: 0x14DE, offset: 0x21A1E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3308, symBinAddr: 0x16C9F8, symSize: 0x4 } + - { offsetInCU: 0x14F2, offset: 0x21A1FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x330C, symBinAddr: 0x16C9FC, symSize: 0x44 } + - { offsetInCU: 0x1506, offset: 0x21A20E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3350, symBinAddr: 0x16CA40, symSize: 0x4 } + - { offsetInCU: 0x151A, offset: 0x21A222, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3354, symBinAddr: 0x16CA44, symSize: 0x44 } + - { offsetInCU: 0x1590, offset: 0x21A298, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x19C, symBinAddr: 0x169EB4, symSize: 0x14 } + - { offsetInCU: 0x15E5, offset: 0x21A2ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1B4, symBinAddr: 0x169ECC, symSize: 0x28 } + - { offsetInCU: 0x1647, offset: 0x21A34F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x204, symBinAddr: 0x169F1C, symSize: 0x5C } + - { offsetInCU: 0x166A, offset: 0x21A372, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x260, symBinAddr: 0x169F78, symSize: 0x4C } + - { offsetInCU: 0x168D, offset: 0x21A395, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x338, symBinAddr: 0x16A050, symSize: 0x5C } + - { offsetInCU: 0x16B0, offset: 0x21A3B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x394, symBinAddr: 0x16A0AC, symSize: 0x4C } + - { offsetInCU: 0x1795, offset: 0x21A49D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1FC4, symBinAddr: 0x16BC90, symSize: 0x88 } + - { offsetInCU: 0x1844, offset: 0x21A54C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x204C, symBinAddr: 0x16BD18, symSize: 0x60 } + - { offsetInCU: 0x18C2, offset: 0x21A5CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x20AC, symBinAddr: 0x16BD78, symSize: 0x40 } + - { offsetInCU: 0x1914, offset: 0x21A61C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x20EC, symBinAddr: 0x16BDB8, symSize: 0x5C } + - { offsetInCU: 0x1977, offset: 0x21A67F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2210, symBinAddr: 0x16BEDC, symSize: 0x28 } + - { offsetInCU: 0x1993, offset: 0x21A69B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2238, symBinAddr: 0x16BF04, symSize: 0x28 } + - { offsetInCU: 0x19AF, offset: 0x21A6B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2260, symBinAddr: 0x16BF2C, symSize: 0xC } + - { offsetInCU: 0x19CB, offset: 0x21A6D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x226C, symBinAddr: 0x16BF38, symSize: 0x8 } + - { offsetInCU: 0x19E7, offset: 0x21A6EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2274, symBinAddr: 0x16BF40, symSize: 0x8 } + - { offsetInCU: 0x1A03, offset: 0x21A70B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x227C, symBinAddr: 0x16BF48, symSize: 0x8 } + - { offsetInCU: 0x1A26, offset: 0x21A72E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x23B0, symBinAddr: 0x16C07C, symSize: 0x28 } + - { offsetInCU: 0x1A42, offset: 0x21A74A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x23D8, symBinAddr: 0x16C0A4, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x21A9D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x16CB08, symSize: 0x40 } + - { offsetInCU: 0xE9, offset: 0x21AA7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x40, symBinAddr: 0x16CB48, symSize: 0x4C } + - { offsetInCU: 0x14F, offset: 0x21AAE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x8C, symBinAddr: 0x16CB94, symSize: 0x10 } + - { offsetInCU: 0x1C1, offset: 0x21AB54, size: 0x8, addend: 0x0, symName: '_$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x9C, symBinAddr: 0x16CBA4, symSize: 0x1F8 } + - { offsetInCU: 0x3F9, offset: 0x21AD8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x294, symBinAddr: 0x16CD9C, symSize: 0xBC } + - { offsetInCU: 0x59C, offset: 0x21AF2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x350, symBinAddr: 0x16CE58, symSize: 0x1C } + - { offsetInCU: 0x668, offset: 0x21AFFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x36C, symBinAddr: 0x16CE74, symSize: 0x60 } + - { offsetInCU: 0x9A8, offset: 0x21B33B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0p2InR0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x3CC, symBinAddr: 0x16CED4, symSize: 0x50 } + - { offsetInCU: 0xB68, offset: 0x21B4FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x41C, symBinAddr: 0x16CF24, symSize: 0x64 } + - { offsetInCU: 0xBF7, offset: 0x21B58A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x480, symBinAddr: 0x16CF88, symSize: 0x50 } + - { offsetInCU: 0xCEF, offset: 0x21B682, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x4D0, symBinAddr: 0x16CFD8, symSize: 0x18 } + - { offsetInCU: 0xDAE, offset: 0x21B741, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x4E8, symBinAddr: 0x16CFF0, symSize: 0x64 } + - { offsetInCU: 0xE15, offset: 0x21B7A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x54C, symBinAddr: 0x16D054, symSize: 0x18 } + - { offsetInCU: 0xE8D, offset: 0x21B820, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x564, symBinAddr: 0x16D06C, symSize: 0x40 } + - { offsetInCU: 0xF2B, offset: 0x21B8BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x5A4, symBinAddr: 0x16D0AC, symSize: 0x164 } + - { offsetInCU: 0xFCD, offset: 0x21B960, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x708, symBinAddr: 0x16D210, symSize: 0x40 } + - { offsetInCU: 0x10A9, offset: 0x21BA3C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie14InterpolatableA2dEP11interpolate2to6amountxx_ACtFTW', symObjAddr: 0x748, symBinAddr: 0x16D250, symSize: 0x40 } + - { offsetInCU: 0x118C, offset: 0x21BB1F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie17AnyInterpolatableA2dEP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_ACSo7CGPointVSgANtFTW', symObjAddr: 0x788, symBinAddr: 0x16D290, symSize: 0x40 } + - { offsetInCU: 0x12BD, offset: 0x21BC50, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x7C8, symBinAddr: 0x16D2D0, symSize: 0x40 } + - { offsetInCU: 0x13A0, offset: 0x21BD33, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x808, symBinAddr: 0x16D310, symSize: 0x40 } + - { offsetInCU: 0x147C, offset: 0x21BE0F, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0x848, symBinAddr: 0x16D350, symSize: 0xF0 } + - { offsetInCU: 0x16FB, offset: 0x21C08E, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x938, symBinAddr: 0x16D440, symSize: 0x118 } + - { offsetInCU: 0x19B7, offset: 0x21C34A, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xA50, symBinAddr: 0x16D558, symSize: 0x118 } + - { offsetInCU: 0x1C58, offset: 0x21C5EB, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB68, symBinAddr: 0x16D670, symSize: 0x1C } + - { offsetInCU: 0x1C8D, offset: 0x21C620, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB68, symBinAddr: 0x16D670, symSize: 0x1C } + - { offsetInCU: 0x1CBE, offset: 0x21C651, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB68, symBinAddr: 0x16D670, symSize: 0x1C } + - { offsetInCU: 0x1DA2, offset: 0x21C735, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xB84, symBinAddr: 0x16D68C, symSize: 0x44 } + - { offsetInCU: 0x1E95, offset: 0x21C828, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xBC8, symBinAddr: 0x16D6D0, symSize: 0x44 } + - { offsetInCU: 0x1FDF, offset: 0x21C972, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF', symObjAddr: 0xC0C, symBinAddr: 0x16D714, symSize: 0x7C } + - { offsetInCU: 0x21E2, offset: 0x21CB75, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie21SpatialInterpolatableA2cDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xC88, symBinAddr: 0x16D790, symSize: 0xB4 } + - { offsetInCU: 0x246C, offset: 0x21CDFF, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xD3C, symBinAddr: 0x16D844, symSize: 0xB4 } + - { offsetInCU: 0x26F0, offset: 0x21D083, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xDF0, symBinAddr: 0x16D8F8, symSize: 0x28 } + - { offsetInCU: 0x27DC, offset: 0x21D16F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xE18, symBinAddr: 0x16D920, symSize: 0x4 } + - { offsetInCU: 0x284D, offset: 0x21D1E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xE1C, symBinAddr: 0x16D924, symSize: 0x4C } + - { offsetInCU: 0x28D1, offset: 0x21D264, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xE68, symBinAddr: 0x16D970, symSize: 0x40 } + - { offsetInCU: 0x2A0C, offset: 0x21D39F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xEA8, symBinAddr: 0x16D9B0, symSize: 0x40 } + - { offsetInCU: 0x2B4F, offset: 0x21D4E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0xEE8, symBinAddr: 0x16D9F0, symSize: 0x94 } + - { offsetInCU: 0x2D88, offset: 0x21D71B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xF7C, symBinAddr: 0x16DA84, symSize: 0xC } + - { offsetInCU: 0x2E67, offset: 0x21D7FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xF88, symBinAddr: 0x16DA90, symSize: 0xB4 } + - { offsetInCU: 0x3135, offset: 0x21DAC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x103C, symBinAddr: 0x16DB44, symSize: 0xB4 } + - { offsetInCU: 0x329E, offset: 0x21DC31, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x10F0, symBinAddr: 0x16DBF8, symSize: 0xC } + - { offsetInCU: 0x330F, offset: 0x21DCA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x10FC, symBinAddr: 0x16DC04, symSize: 0x54 } + - { offsetInCU: 0x33E9, offset: 0x21DD7C, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1150, symBinAddr: 0x16DC58, symSize: 0x24C } + - { offsetInCU: 0x34CC, offset: 0x21DE5F, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x139C, symBinAddr: 0x16DEA4, symSize: 0x38 } + - { offsetInCU: 0x34E8, offset: 0x21DE7B, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x13D4, symBinAddr: 0x16DEDC, symSize: 0x78 } + - { offsetInCU: 0x3504, offset: 0x21DE97, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x144C, symBinAddr: 0x16DF54, symSize: 0x8 } + - { offsetInCU: 0x3520, offset: 0x21DEB3, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1454, symBinAddr: 0x16DF5C, symSize: 0x78 } + - { offsetInCU: 0x3543, offset: 0x21DED6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldV11interpolate2to6amountACyxGAG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x14CC, symBinAddr: 0x16DFD4, symSize: 0x20 } + - { offsetInCU: 0x3594, offset: 0x21DF27, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x14EC, symBinAddr: 0x16DFF4, symSize: 0x4 } + - { offsetInCU: 0x35B1, offset: 0x21DF44, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x14F0, symBinAddr: 0x16DFF8, symSize: 0x10 } + - { offsetInCU: 0x35CD, offset: 0x21DF60, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufC12CoreGraphics7CGFloatV_ACTg5Tf4nd_n', symObjAddr: 0x1500, symBinAddr: 0x16E008, symSize: 0x4 } + - { offsetInCU: 0x35E5, offset: 0x21DF78, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSd_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1504, symBinAddr: 0x16E00C, symSize: 0x4 } + - { offsetInCU: 0x35FD, offset: 0x21DF90, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSBAAWl', symObjAddr: 0x1508, symBinAddr: 0x16E010, symSize: 0x44 } + - { offsetInCU: 0x3611, offset: 0x21DFA4, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_TA', symObjAddr: 0x154C, symBinAddr: 0x16E054, symSize: 0x48 } + - { offsetInCU: 0x363A, offset: 0x21DFCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x1594, symBinAddr: 0x16E09C, symSize: 0x8 } + - { offsetInCU: 0x364E, offset: 0x21DFE1, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_TA', symObjAddr: 0x159C, symBinAddr: 0x16E0A4, symSize: 0x38 } + - { offsetInCU: 0x36AE, offset: 0x21E041, size: 0x8, addend: 0x0, symName: '_$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x15D4, symBinAddr: 0x16E0DC, symSize: 0x68 } + - { offsetInCU: 0x36D7, offset: 0x21E06A, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x163C, symBinAddr: 0x16E144, symSize: 0x40 } + - { offsetInCU: 0x36EB, offset: 0x21E07E, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x167C, symBinAddr: 0x16E184, symSize: 0x40 } + - { offsetInCU: 0x3744, offset: 0x21E0D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFAA11CurveVertexV_Tg5Tf4nnddn_n', symObjAddr: 0x16F4, symBinAddr: 0x16E1FC, symSize: 0x40 } + - { offsetInCU: 0x39F8, offset: 0x21E38B, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1734, symBinAddr: 0x16E23C, symSize: 0x8 } + - { offsetInCU: 0x3A14, offset: 0x21E3A7, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1734, symBinAddr: 0x16E23C, symSize: 0x8 } + - { offsetInCU: 0x3A28, offset: 0x21E3BB, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1734, symBinAddr: 0x16E23C, symSize: 0x8 } + - { offsetInCU: 0x3A3A, offset: 0x21E3CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMi', symObjAddr: 0x173C, symBinAddr: 0x16E244, symSize: 0x8 } + - { offsetInCU: 0x3A4E, offset: 0x21E3E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMr', symObjAddr: 0x1744, symBinAddr: 0x16E24C, symSize: 0x6C } + - { offsetInCU: 0x3A62, offset: 0x21E3F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwCP', symObjAddr: 0x17B0, symBinAddr: 0x16E2B8, symSize: 0x70 } + - { offsetInCU: 0x3A76, offset: 0x21E409, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwxx', symObjAddr: 0x1820, symBinAddr: 0x16E328, symSize: 0x10 } + - { offsetInCU: 0x3A8A, offset: 0x21E41D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwcp', symObjAddr: 0x1830, symBinAddr: 0x16E338, symSize: 0x30 } + - { offsetInCU: 0x3A9E, offset: 0x21E431, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwca', symObjAddr: 0x1860, symBinAddr: 0x16E368, symSize: 0x30 } + - { offsetInCU: 0x3AB2, offset: 0x21E445, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwtk', symObjAddr: 0x1890, symBinAddr: 0x16E398, symSize: 0x30 } + - { offsetInCU: 0x3AC6, offset: 0x21E459, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwta', symObjAddr: 0x18C0, symBinAddr: 0x16E3C8, symSize: 0x30 } + - { offsetInCU: 0x3ADA, offset: 0x21E46D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwet', symObjAddr: 0x18F0, symBinAddr: 0x16E3F8, symSize: 0x10C } + - { offsetInCU: 0x3AEE, offset: 0x21E481, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwst', symObjAddr: 0x19FC, symBinAddr: 0x16E504, symSize: 0x1B8 } + - { offsetInCU: 0x3B02, offset: 0x21E495, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMa', symObjAddr: 0x1BB4, symBinAddr: 0x16E6BC, symSize: 0xC } + - { offsetInCU: 0xCA, offset: 0x21E951, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeO8rawValueSSvg', symObjAddr: 0x1890, symBinAddr: 0x16FF58, symSize: 0x18 } + - { offsetInCU: 0x121, offset: 0x21E9A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x18CC, symBinAddr: 0x16FF94, symSize: 0x64 } + - { offsetInCU: 0x187, offset: 0x21EA0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x1930, symBinAddr: 0x16FFF8, symSize: 0x28 } + - { offsetInCU: 0x241, offset: 0x21EAC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1A00, symBinAddr: 0x1700C8, symSize: 0x2F8 } + - { offsetInCU: 0x3BA, offset: 0x21EC41, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1CF8, symBinAddr: 0x1703C0, symSize: 0x18 } + - { offsetInCU: 0x3FB, offset: 0x21EC82, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1D34, symBinAddr: 0x1703FC, symSize: 0x70 } + - { offsetInCU: 0x42F, offset: 0x21ECB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1DA4, symBinAddr: 0x17046C, symSize: 0x28 } + - { offsetInCU: 0x44B, offset: 0x21ECD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1DCC, symBinAddr: 0x170494, symSize: 0x8 } + - { offsetInCU: 0x481, offset: 0x21ED08, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1DD4, symBinAddr: 0x17049C, symSize: 0x74 } + - { offsetInCU: 0x4CC, offset: 0x21ED53, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1E48, symBinAddr: 0x170510, symSize: 0xC } + - { offsetInCU: 0x4E8, offset: 0x21ED6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1E54, symBinAddr: 0x17051C, symSize: 0xC } + - { offsetInCU: 0x523, offset: 0x21EDAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCfD', symObjAddr: 0x1EB0, symBinAddr: 0x170578, symSize: 0x24 } + - { offsetInCU: 0x56E, offset: 0x21EDF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC6encode2toys7Encoder_p_tKF', symObjAddr: 0x20BC, symBinAddr: 0x170774, symSize: 0x168 } + - { offsetInCU: 0x5AD, offset: 0x21EE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x2224, symBinAddr: 0x1708DC, symSize: 0x1CC } + - { offsetInCU: 0x602, offset: 0x21EE89, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x23F0, symBinAddr: 0x170AA8, symSize: 0x54 } + - { offsetInCU: 0x639, offset: 0x21EEC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2444, symBinAddr: 0x170AFC, symSize: 0x20 } + - { offsetInCU: 0x65D, offset: 0x21EEE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCMa', symObjAddr: 0x1ED4, symBinAddr: 0x17059C, symSize: 0x20 } + - { offsetInCU: 0x671, offset: 0x21EEF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwet', symObjAddr: 0x1F04, symBinAddr: 0x1705BC, symSize: 0x90 } + - { offsetInCU: 0x685, offset: 0x21EF0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwst', symObjAddr: 0x1F94, symBinAddr: 0x17064C, symSize: 0xBC } + - { offsetInCU: 0x699, offset: 0x21EF20, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwug', symObjAddr: 0x2050, symBinAddr: 0x170708, symSize: 0x8 } + - { offsetInCU: 0x6AD, offset: 0x21EF34, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwup', symObjAddr: 0x2058, symBinAddr: 0x170710, symSize: 0x4 } + - { offsetInCU: 0x6C1, offset: 0x21EF48, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwui', symObjAddr: 0x205C, symBinAddr: 0x170714, symSize: 0x8 } + - { offsetInCU: 0x6D5, offset: 0x21EF5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOMa', symObjAddr: 0x2064, symBinAddr: 0x17071C, symSize: 0x10 } + - { offsetInCU: 0x6E9, offset: 0x21EF70, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASQWb', symObjAddr: 0x2074, symBinAddr: 0x17072C, symSize: 0x4 } + - { offsetInCU: 0x6FD, offset: 0x21EF84, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSQAAWl', symObjAddr: 0x2078, symBinAddr: 0x170730, symSize: 0x44 } + - { offsetInCU: 0x711, offset: 0x21EF98, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x24C8, symBinAddr: 0x170B1C, symSize: 0x44 } + - { offsetInCU: 0x725, offset: 0x21EFAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSeAAWl', symObjAddr: 0x252C, symBinAddr: 0x170B60, symSize: 0x44 } + - { offsetInCU: 0x739, offset: 0x21EFC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSEAAWl', symObjAddr: 0x25F8, symBinAddr: 0x170BA4, symSize: 0x44 } + - { offsetInCU: 0x74D, offset: 0x21EFD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSYAAWl', symObjAddr: 0x26E8, symBinAddr: 0x170C50, symSize: 0x44 } + - { offsetInCU: 0x761, offset: 0x21EFE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwet', symObjAddr: 0x29C0, symBinAddr: 0x170EA8, symSize: 0x90 } + - { offsetInCU: 0x775, offset: 0x21EFFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwst', symObjAddr: 0x2A50, symBinAddr: 0x170F38, symSize: 0xBC } + - { offsetInCU: 0x789, offset: 0x21F010, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwug', symObjAddr: 0x2B0C, symBinAddr: 0x170FF4, symSize: 0x8 } + - { offsetInCU: 0x79D, offset: 0x21F024, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwup', symObjAddr: 0x2B14, symBinAddr: 0x170FFC, symSize: 0x4 } + - { offsetInCU: 0x7B1, offset: 0x21F038, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwui', symObjAddr: 0x2B18, symBinAddr: 0x171000, symSize: 0xC } + - { offsetInCU: 0x7C5, offset: 0x21F04C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOMa', symObjAddr: 0x2B24, symBinAddr: 0x17100C, symSize: 0x10 } + - { offsetInCU: 0x7D9, offset: 0x21F060, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASQWb', symObjAddr: 0x2B34, symBinAddr: 0x17101C, symSize: 0x4 } + - { offsetInCU: 0x7ED, offset: 0x21F074, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAESQAAWl', symObjAddr: 0x2B38, symBinAddr: 0x171020, symSize: 0x44 } + - { offsetInCU: 0x801, offset: 0x21F088, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2B7C, symBinAddr: 0x171064, symSize: 0x4 } + - { offsetInCU: 0x815, offset: 0x21F09C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B80, symBinAddr: 0x171068, symSize: 0x44 } + - { offsetInCU: 0x829, offset: 0x21F0B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2BC4, symBinAddr: 0x1710AC, symSize: 0x4 } + - { offsetInCU: 0x83D, offset: 0x21F0C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2BC8, symBinAddr: 0x1710B0, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x21F125, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x16E6C8, symSize: 0x5C } + - { offsetInCU: 0x978, offset: 0x21F1FF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x5C, symBinAddr: 0x16E724, symSize: 0x5C } + - { offsetInCU: 0xA52, offset: 0x21F2D9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0xB8, symBinAddr: 0x16E780, symSize: 0x5C } + - { offsetInCU: 0xB2C, offset: 0x21F3B3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x114, symBinAddr: 0x16E7DC, symSize: 0x5C } + - { offsetInCU: 0xC06, offset: 0x21F48D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x170, symBinAddr: 0x16E838, symSize: 0x5C } + - { offsetInCU: 0xCE0, offset: 0x21F567, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x1CC, symBinAddr: 0x16E894, symSize: 0x5C } + - { offsetInCU: 0xD91, offset: 0x21F618, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x228, symBinAddr: 0x16E8F0, symSize: 0x5C } + - { offsetInCU: 0xE42, offset: 0x21F6C9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x284, symBinAddr: 0x16E94C, symSize: 0x5C } + - { offsetInCU: 0xF1C, offset: 0x21F7A3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x2E0, symBinAddr: 0x16E9A8, symSize: 0x68 } + - { offsetInCU: 0xFF6, offset: 0x21F87D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x348, symBinAddr: 0x16EA10, symSize: 0x5C } + - { offsetInCU: 0x10D0, offset: 0x21F957, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x3A4, symBinAddr: 0x16EA6C, symSize: 0x58 } + - { offsetInCU: 0x1181, offset: 0x21FA08, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x3FC, symBinAddr: 0x16EAC4, symSize: 0x5C } + - { offsetInCU: 0x1232, offset: 0x21FAB9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x458, symBinAddr: 0x16EB20, symSize: 0x68 } + - { offsetInCU: 0x130C, offset: 0x21FB93, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x4C0, symBinAddr: 0x16EB88, symSize: 0x5C } + - { offsetInCU: 0x13E6, offset: 0x21FC6D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x51C, symBinAddr: 0x16EBE4, symSize: 0x68 } + - { offsetInCU: 0x14C0, offset: 0x21FD47, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x584, symBinAddr: 0x16EC4C, symSize: 0x68 } + - { offsetInCU: 0x159A, offset: 0x21FE21, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x5EC, symBinAddr: 0x16ECB4, symSize: 0x5C } + - { offsetInCU: 0x1674, offset: 0x21FEFB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x648, symBinAddr: 0x16ED10, symSize: 0xBC } + - { offsetInCU: 0x1737, offset: 0x21FFBE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15RenderingEngineO_TB5', symObjAddr: 0x704, symBinAddr: 0x16EDCC, symSize: 0x94 } + - { offsetInCU: 0x17E8, offset: 0x22006F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0x798, symBinAddr: 0x16EE60, symSize: 0x6C } + - { offsetInCU: 0x1899, offset: 0x220120, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x804, symBinAddr: 0x16EECC, symSize: 0x5C } + - { offsetInCU: 0x1973, offset: 0x2201FA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x864, symBinAddr: 0x16EF2C, symSize: 0x5C } + - { offsetInCU: 0x1A4D, offset: 0x2202D4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x8C0, symBinAddr: 0x16EF88, symSize: 0x5C } + - { offsetInCU: 0x1B27, offset: 0x2203AE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x91C, symBinAddr: 0x16EFE4, symSize: 0x68 } + - { offsetInCU: 0x1BD8, offset: 0x22045F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x984, symBinAddr: 0x16F04C, symSize: 0x68 } + - { offsetInCU: 0x1CB2, offset: 0x220539, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x9EC, symBinAddr: 0x16F0B4, symSize: 0x5C } + - { offsetInCU: 0x1D8C, offset: 0x220613, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0xA48, symBinAddr: 0x16F110, symSize: 0x68 } + - { offsetInCU: 0x1E66, offset: 0x2206ED, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xB10, symBinAddr: 0x16F1D8, symSize: 0x5C } + - { offsetInCU: 0x1F40, offset: 0x2207C7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xB6C, symBinAddr: 0x16F234, symSize: 0x5C } + - { offsetInCU: 0x1FB5, offset: 0x22083C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0xBC8, symBinAddr: 0x16F290, symSize: 0x68 } + - { offsetInCU: 0x2008, offset: 0x22088F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xC30, symBinAddr: 0x16F2F8, symSize: 0x54 } + - { offsetInCU: 0x205B, offset: 0x2208E2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xC84, symBinAddr: 0x16F34C, symSize: 0x58 } + - { offsetInCU: 0x20D7, offset: 0x22095E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xCDC, symBinAddr: 0x16F3A4, symSize: 0x58 } + - { offsetInCU: 0x2153, offset: 0x2209DA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xD34, symBinAddr: 0x16F3FC, symSize: 0x58 } + - { offsetInCU: 0x21A6, offset: 0x220A2D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xD8C, symBinAddr: 0x16F454, symSize: 0x58 } + - { offsetInCU: 0x21F9, offset: 0x220A80, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xDE4, symBinAddr: 0x16F4AC, symSize: 0x58 } + - { offsetInCU: 0x224C, offset: 0x220AD3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xE3C, symBinAddr: 0x16F504, symSize: 0x58 } + - { offsetInCU: 0x22E6, offset: 0x220B6D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xE98, symBinAddr: 0x16F560, symSize: 0x58 } + - { offsetInCU: 0x2388, offset: 0x220C0F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xEF0, symBinAddr: 0x16F5B8, symSize: 0x64 } + - { offsetInCU: 0x240C, offset: 0x220C93, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xF54, symBinAddr: 0x16F61C, symSize: 0x58 } + - { offsetInCU: 0x2488, offset: 0x220D0F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xFAC, symBinAddr: 0x16F674, symSize: 0x64 } + - { offsetInCU: 0x2504, offset: 0x220D8B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x106C, symBinAddr: 0x16F734, symSize: 0x58 } + - { offsetInCU: 0x2557, offset: 0x220DDE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x10C4, symBinAddr: 0x16F78C, symSize: 0x58 } + - { offsetInCU: 0x25D3, offset: 0x220E5A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x111C, symBinAddr: 0x16F7E4, symSize: 0x58 } + - { offsetInCU: 0x264F, offset: 0x220ED6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x1174, symBinAddr: 0x16F83C, symSize: 0x90 } + - { offsetInCU: 0x26A2, offset: 0x220F29, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x1204, symBinAddr: 0x16F8CC, symSize: 0x58 } + - { offsetInCU: 0x271E, offset: 0x220FA5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x125C, symBinAddr: 0x16F924, symSize: 0x64 } + - { offsetInCU: 0x279A, offset: 0x221021, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x12C0, symBinAddr: 0x16F988, symSize: 0xB8 } + - { offsetInCU: 0x27FF, offset: 0x221086, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x1378, symBinAddr: 0x16FA40, symSize: 0x58 } + - { offsetInCU: 0x287B, offset: 0x221102, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x13D0, symBinAddr: 0x16FA98, symSize: 0x64 } + - { offsetInCU: 0x28F7, offset: 0x22117E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x1434, symBinAddr: 0x16FAFC, symSize: 0x64 } + - { offsetInCU: 0x2973, offset: 0x2211FA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x1498, symBinAddr: 0x16FB60, symSize: 0x58 } + - { offsetInCU: 0x29EF, offset: 0x221276, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x14F0, symBinAddr: 0x16FBB8, symSize: 0x64 } + - { offsetInCU: 0x2A6B, offset: 0x2212F2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1554, symBinAddr: 0x16FC1C, symSize: 0x64 } + - { offsetInCU: 0x2ABE, offset: 0x221345, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x15B8, symBinAddr: 0x16FC80, symSize: 0x58 } + - { offsetInCU: 0x2B58, offset: 0x2213DF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x1610, symBinAddr: 0x16FCD8, symSize: 0x64 } + - { offsetInCU: 0x2BDC, offset: 0x221463, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x1674, symBinAddr: 0x16FD3C, symSize: 0x58 } + - { offsetInCU: 0x2C76, offset: 0x2214FD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x16CC, symBinAddr: 0x16FD94, symSize: 0x58 } + - { offsetInCU: 0x2CFA, offset: 0x221581, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1724, symBinAddr: 0x16FDEC, symSize: 0x64 } + - { offsetInCU: 0x2D76, offset: 0x2215FD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x1788, symBinAddr: 0x16FE50, symSize: 0x58 } + - { offsetInCU: 0x2DF2, offset: 0x221679, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x17E0, symBinAddr: 0x16FEA8, symSize: 0x58 } + - { offsetInCU: 0x2E6E, offset: 0x2216F5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x1838, symBinAddr: 0x16FF00, symSize: 0x58 } + - { offsetInCU: 0x2EEA, offset: 0x221771, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18A8, symBinAddr: 0x16FF70, symSize: 0xC } + - { offsetInCU: 0x2F06, offset: 0x22178D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18B4, symBinAddr: 0x16FF7C, symSize: 0x8 } + - { offsetInCU: 0x2F22, offset: 0x2217A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18BC, symBinAddr: 0x16FF84, symSize: 0x8 } + - { offsetInCU: 0x2F36, offset: 0x2217BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x18C4, symBinAddr: 0x16FF8C, symSize: 0x8 } + - { offsetInCU: 0x2F51, offset: 0x2217D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1958, symBinAddr: 0x170020, symSize: 0x5C } + - { offsetInCU: 0x2F74, offset: 0x2217FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x19B4, symBinAddr: 0x17007C, symSize: 0x4C } + - { offsetInCU: 0x2FDB, offset: 0x221862, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1D10, symBinAddr: 0x1703D8, symSize: 0xC } + - { offsetInCU: 0x2FF7, offset: 0x22187E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1D1C, symBinAddr: 0x1703E4, symSize: 0x8 } + - { offsetInCU: 0x3013, offset: 0x22189A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1D24, symBinAddr: 0x1703EC, symSize: 0x8 } + - { offsetInCU: 0x3027, offset: 0x2218AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D2C, symBinAddr: 0x1703F4, symSize: 0x8 } + - { offsetInCU: 0x3042, offset: 0x2218C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1E60, symBinAddr: 0x170528, symSize: 0x28 } + - { offsetInCU: 0x305E, offset: 0x2218E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1E88, symBinAddr: 0x170550, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x221A8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1710F4, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x221AAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1710F4, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x221AD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x17113C, symSize: 0x194 } + - { offsetInCU: 0xF1, offset: 0x221B50, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1DC, symBinAddr: 0x1712D0, symSize: 0xD4 } + - { offsetInCU: 0x183, offset: 0x221BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B0, symBinAddr: 0x1713A4, symSize: 0x120 } + - { offsetInCU: 0x206, offset: 0x221C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0x1714D4, symSize: 0x64 } + - { offsetInCU: 0x249, offset: 0x221CA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x444, symBinAddr: 0x171538, symSize: 0x24 } + - { offsetInCU: 0x289, offset: 0x221CE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x17155C, symSize: 0x4 } + - { offsetInCU: 0x2A9, offset: 0x221D08, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x17155C, symSize: 0x4 } + - { offsetInCU: 0x2D4, offset: 0x221D33, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x46C, symBinAddr: 0x171560, symSize: 0x68 } + - { offsetInCU: 0x31F, offset: 0x221D7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4D4, symBinAddr: 0x1715C8, symSize: 0xC } + - { offsetInCU: 0x33B, offset: 0x221D9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x1715D4, symSize: 0xC } + - { offsetInCU: 0x357, offset: 0x221DB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO11stringValueSSvgTf4d_n', symObjAddr: 0x988, symBinAddr: 0x1718BC, symSize: 0x14 } + - { offsetInCU: 0x393, offset: 0x221DF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfD', symObjAddr: 0x544, symBinAddr: 0x171638, symSize: 0x4C } + - { offsetInCU: 0x42F, offset: 0x221E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfE', symObjAddr: 0x53C, symBinAddr: 0x171630, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x221EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCMa', symObjAddr: 0x590, symBinAddr: 0x171684, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x221EFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs0E3KeyAAWl', symObjAddr: 0x614, symBinAddr: 0x1716A4, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x221F0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwet', symObjAddr: 0x7B4, symBinAddr: 0x1716E8, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x221F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwst', symObjAddr: 0x804, symBinAddr: 0x171738, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x221F36, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwug', symObjAddr: 0x890, symBinAddr: 0x1717C4, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x221F4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwup', symObjAddr: 0x898, symBinAddr: 0x1717CC, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x221F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwui', symObjAddr: 0x89C, symBinAddr: 0x1717D0, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x221F72, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOMa', symObjAddr: 0x8A0, symBinAddr: 0x1717D4, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x221F86, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASQWb', symObjAddr: 0x8B0, symBinAddr: 0x1717E4, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x221F9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFSQAAWl', symObjAddr: 0x8B4, symBinAddr: 0x1717E8, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x221FAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8F8, symBinAddr: 0x17182C, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x221FC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8FC, symBinAddr: 0x171830, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x221FD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x940, symBinAddr: 0x171874, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x221FEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x944, symBinAddr: 0x171878, symSize: 0x44 } + - { offsetInCU: 0x5CD, offset: 0x22202C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x1714C4, symSize: 0x4 } + - { offsetInCU: 0x5ED, offset: 0x22204C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x1714C4, symSize: 0x4 } + - { offsetInCU: 0x60D, offset: 0x22206C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x1714C8, symSize: 0x4 } + - { offsetInCU: 0x62D, offset: 0x22208C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x1714C8, symSize: 0x4 } + - { offsetInCU: 0x64D, offset: 0x2220AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x1714CC, symSize: 0x4 } + - { offsetInCU: 0x66D, offset: 0x2220CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x1714CC, symSize: 0x4 } + - { offsetInCU: 0x68D, offset: 0x2220EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x1714D0, symSize: 0x4 } + - { offsetInCU: 0x6AD, offset: 0x22210C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x1714D0, symSize: 0x4 } + - { offsetInCU: 0x6C5, offset: 0x222124, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4EC, symBinAddr: 0x1715E0, symSize: 0x28 } + - { offsetInCU: 0x6E1, offset: 0x222140, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x514, symBinAddr: 0x171608, symSize: 0x28 } + - { offsetInCU: 0x118, offset: 0x222431, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x328, symBinAddr: 0x171BF8, symSize: 0x18 } + - { offsetInCU: 0x1A9, offset: 0x2224C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH9hashValueSivgTW', symObjAddr: 0x340, symBinAddr: 0x171C10, symSize: 0x44 } + - { offsetInCU: 0x28C, offset: 0x2225A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x384, symBinAddr: 0x171C54, symSize: 0x28 } + - { offsetInCU: 0x2FF, offset: 0x222618, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x3FC, symBinAddr: 0x171CCC, symSize: 0x1C } + - { offsetInCU: 0x31B, offset: 0x222634, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x3FC, symBinAddr: 0x171CCC, symSize: 0x1C } + - { offsetInCU: 0x34B, offset: 0x222664, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCfD', symObjAddr: 0x418, symBinAddr: 0x171CE8, symSize: 0x2C } + - { offsetInCU: 0x38F, offset: 0x2226A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKF', symObjAddr: 0x0, symBinAddr: 0x1718D0, symSize: 0x27C } + - { offsetInCU: 0x5DA, offset: 0x2228F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueV11descriptionSSvg', symObjAddr: 0x27C, symBinAddr: 0x171B4C, symSize: 0xA0 } + - { offsetInCU: 0x6F0, offset: 0x222A09, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x31C, symBinAddr: 0x171BEC, symSize: 0xC } + - { offsetInCU: 0x80C, offset: 0x222B25, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCMa', symObjAddr: 0x444, symBinAddr: 0x171D14, symSize: 0x20 } + - { offsetInCU: 0x820, offset: 0x222B39, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwet', symObjAddr: 0x484, symBinAddr: 0x171D34, symSize: 0x90 } + - { offsetInCU: 0x834, offset: 0x222B4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwst', symObjAddr: 0x514, symBinAddr: 0x171DC4, symSize: 0xBC } + - { offsetInCU: 0x848, offset: 0x222B61, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwug', symObjAddr: 0x5D0, symBinAddr: 0x171E80, symSize: 0x8 } + - { offsetInCU: 0x85C, offset: 0x222B75, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwup', symObjAddr: 0x5D8, symBinAddr: 0x171E88, symSize: 0x4 } + - { offsetInCU: 0x870, offset: 0x222B89, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwui', symObjAddr: 0x5DC, symBinAddr: 0x171E8C, symSize: 0xC } + - { offsetInCU: 0x884, offset: 0x222B9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOMa', symObjAddr: 0x5E8, symBinAddr: 0x171E98, symSize: 0x10 } + - { offsetInCU: 0x898, offset: 0x222BB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVwCP', symObjAddr: 0x5F8, symBinAddr: 0x171EA8, symSize: 0x30 } + - { offsetInCU: 0x8AC, offset: 0x222BC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVMa', symObjAddr: 0x64C, symBinAddr: 0x171EF0, symSize: 0x10 } + - { offsetInCU: 0x8C0, offset: 0x222BD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASQWb', symObjAddr: 0x65C, symBinAddr: 0x171F00, symSize: 0x4 } + - { offsetInCU: 0x8D4, offset: 0x222BED, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOAESQAAWl', symObjAddr: 0x660, symBinAddr: 0x171F04, symSize: 0x44 } + - { offsetInCU: 0x906, offset: 0x222C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueC0SSvgTW', symObjAddr: 0x6A4, symBinAddr: 0x171F48, symSize: 0x2C } + - { offsetInCU: 0x94C, offset: 0x222C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV018compatibilityIssueD0SSvg', symObjAddr: 0x6D0, symBinAddr: 0x171F74, symSize: 0x7C } + - { offsetInCU: 0x96E, offset: 0x222C87, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueD0SSvgTW', symObjAddr: 0x74C, symBinAddr: 0x171FF0, symSize: 0x4 } + - { offsetInCU: 0x982, offset: 0x222C9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x824, symBinAddr: 0x171FF8, symSize: 0x8 } + - { offsetInCU: 0x9C6, offset: 0x222CDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA12LayerContextV_Tg5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0x8B4, symBinAddr: 0x172000, symSize: 0x2D0 } + - { offsetInCU: 0xCB7, offset: 0x222FD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA21LayerAnimationContextV_TB5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0xB84, symBinAddr: 0x1722D0, symSize: 0x310 } + - { offsetInCU: 0xF94, offset: 0x2232AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwug', symObjAddr: 0x10C0, symBinAddr: 0x1727BC, symSize: 0x8 } + - { offsetInCU: 0xFA8, offset: 0x2232C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwup', symObjAddr: 0x10C8, symBinAddr: 0x1727C4, symSize: 0x4 } + - { offsetInCU: 0xFBC, offset: 0x2232D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwui', symObjAddr: 0x10CC, symBinAddr: 0x1727C8, symSize: 0x4 } + - { offsetInCU: 0xFD0, offset: 0x2232E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOMa', symObjAddr: 0x10D0, symBinAddr: 0x1727CC, symSize: 0x10 } + - { offsetInCU: 0x1047, offset: 0x223360, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3AC, symBinAddr: 0x171C7C, symSize: 0x40 } + - { offsetInCU: 0x10E3, offset: 0x2233FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP7_domainSSvgTW', symObjAddr: 0x3EC, symBinAddr: 0x171CBC, symSize: 0x4 } + - { offsetInCU: 0x10FF, offset: 0x223418, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP5_codeSivgTW', symObjAddr: 0x3F0, symBinAddr: 0x171CC0, symSize: 0x4 } + - { offsetInCU: 0x111B, offset: 0x223434, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x3F4, symBinAddr: 0x171CC4, symSize: 0x4 } + - { offsetInCU: 0x1137, offset: 0x223450, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x3F8, symBinAddr: 0x171CC8, symSize: 0x4 } +... diff --git a/ios/platform/Lottie.xcframework/macos-arm64_x86_64/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/x86_64/Lottie.yml b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/x86_64/Lottie.yml new file mode 100644 index 0000000..18b0e67 --- /dev/null +++ b/ios/platform/Lottie.xcframework/macos-arm64_x86_64/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/x86_64/Lottie.yml @@ -0,0 +1,7373 @@ +--- +triple: 'x86_64-apple-darwin' +binary-path: '/Users/runner/Library/Developer/Xcode/DerivedData/Lottie-fxrioqbkappyvraatalsxfpfubmj/Build/Intermediates.noindex/ArchiveIntermediates/Lottie (macOS)/InstallationBuildProductsLocation/Library/Frameworks/Lottie.framework/Versions/A/Lottie' +relocations: + - { offsetInCU: 0x34, offset: 0xC4619, size: 0x8, addend: 0x0, symName: _LottieVersionString, symObjAddr: 0x0, symBinAddr: 0x1A5040, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0xC464E, size: 0x8, addend: 0x0, symName: _LottieVersionNumber, symObjAddr: 0x28, symBinAddr: 0x1A5068, symSize: 0x0 } + - { offsetInCU: 0x4B, offset: 0xC46AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x2FB0, symSize: 0x40 } + - { offsetInCU: 0x70, offset: 0xC46D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x2FF0, symSize: 0x2A0 } + - { offsetInCU: 0xDC, offset: 0xC4740, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2E0, symBinAddr: 0x3290, symSize: 0x470 } + - { offsetInCU: 0x211, offset: 0xC4875, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4nameSSvg', symObjAddr: 0x750, symBinAddr: 0x3700, symSize: 0x30 } + - { offsetInCU: 0x23E, offset: 0xC48A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC9directorySSvg', symObjAddr: 0x780, symBinAddr: 0x3730, symSize: 0x30 } + - { offsetInCU: 0x26B, offset: 0xC48CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC5widthSdvg', symObjAddr: 0x7B0, symBinAddr: 0x3760, symSize: 0x10 } + - { offsetInCU: 0x298, offset: 0xC48FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6heightSdvg', symObjAddr: 0x7C0, symBinAddr: 0x3770, symSize: 0x10 } + - { offsetInCU: 0x2C5, offset: 0xC4929, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x7D0, symBinAddr: 0x3780, symSize: 0x210 } + - { offsetInCU: 0x357, offset: 0xC49BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO8rawValueSSvg', symObjAddr: 0xAB0, symBinAddr: 0x3A60, symSize: 0x20 } + - { offsetInCU: 0x38E, offset: 0xC49F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xAD0, symBinAddr: 0x3A80, symSize: 0x20 } + - { offsetInCU: 0x40C, offset: 0xC4A70, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xB30, symBinAddr: 0x3AE0, symSize: 0x70 } + - { offsetInCU: 0x472, offset: 0xC4AD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xBA0, symBinAddr: 0x3B50, symSize: 0x30 } + - { offsetInCU: 0x48E, offset: 0xC4AF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBD0, symBinAddr: 0x3B80, symSize: 0x10 } + - { offsetInCU: 0x4C4, offset: 0xC4B28, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBE0, symBinAddr: 0x3B90, symSize: 0x60 } + - { offsetInCU: 0x549, offset: 0xC4BAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xC40, symBinAddr: 0x3BF0, symSize: 0x10 } + - { offsetInCU: 0x565, offset: 0xC4BC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xC50, symBinAddr: 0x3C00, symSize: 0x10 } + - { offsetInCU: 0x582, offset: 0xC4BE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfd', symObjAddr: 0xCC0, symBinAddr: 0x3C70, symSize: 0x30 } + - { offsetInCU: 0x5DB, offset: 0xC4C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfD', symObjAddr: 0xCF0, symBinAddr: 0x3CA0, symSize: 0x40 } + - { offsetInCU: 0x70A, offset: 0xC4D6E, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x9E0, symBinAddr: 0x3990, symSize: 0x40 } + - { offsetInCU: 0x71E, offset: 0xC4D82, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0xA20, symBinAddr: 0x39D0, symSize: 0x30 } + - { offsetInCU: 0x732, offset: 0xC4D96, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs0C3KeyAAWl', symObjAddr: 0xA50, symBinAddr: 0x3A00, symSize: 0x30 } + - { offsetInCU: 0x746, offset: 0xC4DAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0xA80, symBinAddr: 0x3A30, symSize: 0x30 } + - { offsetInCU: 0x75A, offset: 0xC4DBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfE', symObjAddr: 0xCA0, symBinAddr: 0x3C50, symSize: 0x20 } + - { offsetInCU: 0x787, offset: 0xC4DEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCMa', symObjAddr: 0xD30, symBinAddr: 0x3CE0, symSize: 0x20 } + - { offsetInCU: 0x79B, offset: 0xC4DFF, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0xD70, symBinAddr: 0x3D20, symSize: 0x10 } + - { offsetInCU: 0x7AF, offset: 0xC4E13, size: 0x8, addend: 0x0, symName: ___swift_memcpy152_8, symObjAddr: 0xD80, symBinAddr: 0x3D30, symSize: 0x10 } + - { offsetInCU: 0x7C3, offset: 0xC4E27, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwet', symObjAddr: 0xD90, symBinAddr: 0x3D40, symSize: 0x50 } + - { offsetInCU: 0x7D7, offset: 0xC4E3B, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwst', symObjAddr: 0xDE0, symBinAddr: 0x3D90, symSize: 0x70 } + - { offsetInCU: 0x7EB, offset: 0xC4E4F, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwCP', symObjAddr: 0xF30, symBinAddr: 0x3EE0, symSize: 0x30 } + - { offsetInCU: 0x7FF, offset: 0xC4E63, size: 0x8, addend: 0x0, symName: ___swift_memcpy128_8, symObjAddr: 0xF60, symBinAddr: 0x3F10, symSize: 0x50 } + - { offsetInCU: 0x813, offset: 0xC4E77, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwet', symObjAddr: 0xFB0, symBinAddr: 0x3F60, symSize: 0x20 } + - { offsetInCU: 0x827, offset: 0xC4E8B, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwst', symObjAddr: 0xFD0, symBinAddr: 0x3F80, symSize: 0x50 } + - { offsetInCU: 0x83B, offset: 0xC4E9F, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0x1080, symBinAddr: 0x4030, symSize: 0x10 } + - { offsetInCU: 0x84F, offset: 0xC4EB3, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0x10C0, symBinAddr: 0x4070, symSize: 0x20 } + - { offsetInCU: 0x863, offset: 0xC4EC7, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwet', symObjAddr: 0x10E0, symBinAddr: 0x4090, symSize: 0x20 } + - { offsetInCU: 0x877, offset: 0xC4EDB, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwst', symObjAddr: 0x1100, symBinAddr: 0x40B0, symSize: 0x30 } + - { offsetInCU: 0x88B, offset: 0xC4EEF, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwet', symObjAddr: 0x1170, symBinAddr: 0x4120, symSize: 0x20 } + - { offsetInCU: 0x89F, offset: 0xC4F03, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0x11C0, symBinAddr: 0x4170, symSize: 0x10 } + - { offsetInCU: 0x8B3, offset: 0xC4F17, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwet', symObjAddr: 0x11D0, symBinAddr: 0x4180, symSize: 0x80 } + - { offsetInCU: 0x8C7, offset: 0xC4F2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwst', symObjAddr: 0x1250, symBinAddr: 0x4200, symSize: 0xD0 } + - { offsetInCU: 0x8DB, offset: 0xC4F3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwug', symObjAddr: 0x1320, symBinAddr: 0x42D0, symSize: 0x10 } + - { offsetInCU: 0x8EF, offset: 0xC4F53, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwup', symObjAddr: 0x1330, symBinAddr: 0x42E0, symSize: 0x10 } + - { offsetInCU: 0x903, offset: 0xC4F67, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwui', symObjAddr: 0x1340, symBinAddr: 0x42F0, symSize: 0x10 } + - { offsetInCU: 0x917, offset: 0xC4F7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOMa', symObjAddr: 0x1350, symBinAddr: 0x4300, symSize: 0x10 } + - { offsetInCU: 0x92B, offset: 0xC4F8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASQWb', symObjAddr: 0x1360, symBinAddr: 0x4310, symSize: 0x10 } + - { offsetInCU: 0x93F, offset: 0xC4FA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAESQAAWl', symObjAddr: 0x1370, symBinAddr: 0x4320, symSize: 0x30 } + - { offsetInCU: 0x953, offset: 0xC4FB7, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10dataString7optionsACSgSS_AcDE0B14URLReadOptionsVtcfC', symObjAddr: 0x13A0, symBinAddr: 0x4350, symSize: 0x460 } + - { offsetInCU: 0xA95, offset: 0xC50F9, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSQWb', symObjAddr: 0x1C90, symBinAddr: 0x4BB0, symSize: 0x20 } + - { offsetInCU: 0xAB4, offset: 0xC5118, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1D50, symBinAddr: 0x4C60, symSize: 0x20 } + - { offsetInCU: 0xAC8, offset: 0xC512C, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x1DA0, symBinAddr: 0x4CB0, symSize: 0x20 } + - { offsetInCU: 0xADC, offset: 0xC5140, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityaSHSCSQWb', symObjAddr: 0x2280, symBinAddr: 0x5190, symSize: 0x20 } + - { offsetInCU: 0xAF0, offset: 0xC5154, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSQWb', symObjAddr: 0x22A0, symBinAddr: 0x51B0, symSize: 0x20 } + - { offsetInCU: 0xB04, offset: 0xC5168, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x22C0, symBinAddr: 0x51D0, symSize: 0x20 } + - { offsetInCU: 0xB18, offset: 0xC517C, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSQWb', symObjAddr: 0x22E0, symBinAddr: 0x51F0, symSize: 0x20 } + - { offsetInCU: 0xB2C, offset: 0xC5190, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x2300, symBinAddr: 0x5210, symSize: 0x20 } + - { offsetInCU: 0xB40, offset: 0xC51A4, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSQWb', symObjAddr: 0x2320, symBinAddr: 0x5230, symSize: 0x20 } + - { offsetInCU: 0xB54, offset: 0xC51B8, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x2340, symBinAddr: 0x5250, symSize: 0x20 } + - { offsetInCU: 0xB68, offset: 0xC51CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2360, symBinAddr: 0x5270, symSize: 0x10 } + - { offsetInCU: 0xB7C, offset: 0xC51E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2370, symBinAddr: 0x5280, symSize: 0x30 } + - { offsetInCU: 0xB90, offset: 0xC51F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x23A0, symBinAddr: 0x52B0, symSize: 0x10 } + - { offsetInCU: 0xBA4, offset: 0xC5208, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x23B0, symBinAddr: 0x52C0, symSize: 0x30 } + - { offsetInCU: 0xBB8, offset: 0xC521C, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0x2460, symBinAddr: 0x5370, symSize: 0x30 } + - { offsetInCU: 0xBCC, offset: 0xC5230, size: 0x8, addend: 0x0, symName: '_$ss7Decoder_pWOc', symObjAddr: 0x2490, symBinAddr: 0x53A0, symSize: 0x30 } + - { offsetInCU: 0xBE0, offset: 0xC5244, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x24C0, symBinAddr: 0x53D0, symSize: 0x30 } + - { offsetInCU: 0xBF4, offset: 0xC5258, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOACs0C0AAWl', symObjAddr: 0x2520, symBinAddr: 0x5430, symSize: 0x30 } + - { offsetInCU: 0xC08, offset: 0xC526C, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0x2550, symBinAddr: 0x5460, symSize: 0x30 } + - { offsetInCU: 0xC1C, offset: 0xC5280, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x2670, symBinAddr: 0x5580, symSize: 0x20 } + - { offsetInCU: 0xC30, offset: 0xC5294, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x2690, symBinAddr: 0x55A0, symSize: 0x20 } + - { offsetInCU: 0xC44, offset: 0xC52A8, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeaSHSCSQWb', symObjAddr: 0x26B0, symBinAddr: 0x55C0, symSize: 0x20 } + - { offsetInCU: 0xC58, offset: 0xC52BC, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x26D0, symBinAddr: 0x55E0, symSize: 0x20 } + - { offsetInCU: 0xC6C, offset: 0xC52D0, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x26F0, symBinAddr: 0x5600, symSize: 0x20 } + - { offsetInCU: 0xC80, offset: 0xC52E4, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x2710, symBinAddr: 0x5620, symSize: 0x20 } + - { offsetInCU: 0xC94, offset: 0xC52F8, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x2730, symBinAddr: 0x5640, symSize: 0x20 } + - { offsetInCU: 0xCA8, offset: 0xC530C, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyaSHSCSQWb', symObjAddr: 0x2750, symBinAddr: 0x5660, symSize: 0x20 } + - { offsetInCU: 0xCBC, offset: 0xC5320, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaSHSCSQWb', symObjAddr: 0x2770, symBinAddr: 0x5680, symSize: 0x20 } + - { offsetInCU: 0xD66, offset: 0xC53CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAF0, symBinAddr: 0x3AA0, symSize: 0x10 } + - { offsetInCU: 0xD82, offset: 0xC53E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB00, symBinAddr: 0x3AB0, symSize: 0x10 } + - { offsetInCU: 0xD9E, offset: 0xC5402, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB10, symBinAddr: 0x3AC0, symSize: 0x10 } + - { offsetInCU: 0xDBA, offset: 0xC541E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB20, symBinAddr: 0x3AD0, symSize: 0x10 } + - { offsetInCU: 0xDDD, offset: 0xC5441, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xC60, symBinAddr: 0x3C10, symSize: 0x20 } + - { offsetInCU: 0xDF9, offset: 0xC545D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xC80, symBinAddr: 0x3C30, symSize: 0x20 } + - { offsetInCU: 0xE47, offset: 0xC54AB, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTg5', symObjAddr: 0x1800, symBinAddr: 0x47B0, symSize: 0x60 } + - { offsetInCU: 0xEF2, offset: 0xC5556, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x18A0, symBinAddr: 0x4850, symSize: 0x10 } + - { offsetInCU: 0xF32, offset: 0xC5596, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x18B0, symBinAddr: 0x4860, symSize: 0x10 } + - { offsetInCU: 0xF79, offset: 0xC55DD, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x1940, symBinAddr: 0x4880, symSize: 0x10 } + - { offsetInCU: 0xFB9, offset: 0xC561D, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x1950, symBinAddr: 0x4890, symSize: 0x10 } + - { offsetInCU: 0xFF9, offset: 0xC565D, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x1A60, symBinAddr: 0x49A0, symSize: 0x10 } + - { offsetInCU: 0x1039, offset: 0xC569D, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x1A70, symBinAddr: 0x49B0, symSize: 0x10 } + - { offsetInCU: 0x1079, offset: 0xC56DD, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x1AD0, symBinAddr: 0x4A10, symSize: 0x10 } + - { offsetInCU: 0x10B9, offset: 0xC571D, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x1AE0, symBinAddr: 0x4A20, symSize: 0x10 } + - { offsetInCU: 0x1141, offset: 0xC57A5, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH9hashValueSivgTW', symObjAddr: 0x1B60, symBinAddr: 0x4A90, symSize: 0x40 } + - { offsetInCU: 0x11F0, offset: 0xC5854, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1BA0, symBinAddr: 0x4AD0, symSize: 0x20 } + - { offsetInCU: 0x1243, offset: 0xC58A7, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1BC0, symBinAddr: 0x4AF0, symSize: 0x40 } + - { offsetInCU: 0x12CF, offset: 0xC5933, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x1CD0, symBinAddr: 0x4BE0, symSize: 0x10 } + - { offsetInCU: 0x1315, offset: 0xC5979, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0x1CE0, symBinAddr: 0x4BF0, symSize: 0x70 } + - { offsetInCU: 0x1331, offset: 0xC5995, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0x1DC0, symBinAddr: 0x4CD0, symSize: 0x70 } + - { offsetInCU: 0x134D, offset: 0xC59B1, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0x1FD0, symBinAddr: 0x4EE0, symSize: 0x70 } + - { offsetInCU: 0x1369, offset: 0xC59CD, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0x20A0, symBinAddr: 0x4FB0, symSize: 0x70 } + - { offsetInCU: 0x14D7, offset: 0xC5B3B, size: 0x8, addend: 0x0, symName: '_$sSo11NSEventTypeVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x1860, symBinAddr: 0x4810, symSize: 0x10 } + - { offsetInCU: 0x14F3, offset: 0xC5B57, size: 0x8, addend: 0x0, symName: '_$sSo11NSEventTypeVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0x1870, symBinAddr: 0x4820, symSize: 0x10 } + - { offsetInCU: 0x15FD, offset: 0xC5C61, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x19B0, symBinAddr: 0x48F0, symSize: 0x30 } + - { offsetInCU: 0x1619, offset: 0xC5C7D, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x19E0, symBinAddr: 0x4920, symSize: 0x40 } + - { offsetInCU: 0x1635, offset: 0xC5C99, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x1E30, symBinAddr: 0x4D40, symSize: 0x30 } + - { offsetInCU: 0x1651, offset: 0xC5CB5, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E60, symBinAddr: 0x4D70, symSize: 0x40 } + - { offsetInCU: 0x166D, offset: 0xC5CD1, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x1EC0, symBinAddr: 0x4DD0, symSize: 0x30 } + - { offsetInCU: 0x1689, offset: 0xC5CED, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1EF0, symBinAddr: 0x4E00, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0xC5DE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV9touchDownACvpZ', symObjAddr: 0x5D0, symBinAddr: 0x200848, symSize: 0x0 } + - { offsetInCU: 0x65, offset: 0xC5E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV_6insideACSo11NSEventTypeV_SbtcfC', symObjAddr: 0x110, symBinAddr: 0x59E0, symSize: 0x20 } + - { offsetInCU: 0xA2, offset: 0xC5E3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvg', symObjAddr: 0x260, symBinAddr: 0x5B30, symSize: 0x10 } + - { offsetInCU: 0xC0, offset: 0xC5E5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvs', symObjAddr: 0x270, symBinAddr: 0x5B40, symSize: 0x10 } + - { offsetInCU: 0xFC, offset: 0xC5E99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvM', symObjAddr: 0x280, symBinAddr: 0x5B50, symSize: 0x10 } + - { offsetInCU: 0x11A, offset: 0xC5EB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV5eventSo11NSEventTypeVvM.resume.0', symObjAddr: 0x290, symBinAddr: 0x5B60, symSize: 0x10 } + - { offsetInCU: 0x145, offset: 0xC5EE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV6insideSbvg', symObjAddr: 0x2A0, symBinAddr: 0x5B70, symSize: 0x10 } + - { offsetInCU: 0x163, offset: 0xC5F00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV6insideSbvs', symObjAddr: 0x2B0, symBinAddr: 0x5B80, symSize: 0x10 } + - { offsetInCU: 0x1A1, offset: 0xC5F3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV6insideSbvM', symObjAddr: 0x2C0, symBinAddr: 0x5B90, symSize: 0x20 } + - { offsetInCU: 0x1CF, offset: 0xC5F6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV6insideSbvM.resume.0', symObjAddr: 0x2E0, symBinAddr: 0x5BB0, symSize: 0x10 } + - { offsetInCU: 0x1FA, offset: 0xC5F97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV2eeoiySbAC_ACtFZ', symObjAddr: 0x2F0, symBinAddr: 0x5BC0, symSize: 0x20 } + - { offsetInCU: 0x25C, offset: 0xC5FF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x310, symBinAddr: 0x5BE0, symSize: 0x20 } + - { offsetInCU: 0x2C4, offset: 0xC6061, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV13touchUpInsideACvpZ', symObjAddr: 0x5E0, symBinAddr: 0x200858, symSize: 0x0 } + - { offsetInCU: 0x2DE, offset: 0xC607B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV14touchUpOutsideACvpZ', symObjAddr: 0x5F0, symBinAddr: 0x200868, symSize: 0x0 } + - { offsetInCU: 0x2F8, offset: 0xC6095, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateO8rawValueACSgSu_tcfC', symObjAddr: 0x0, symBinAddr: 0x58D0, symSize: 0x20 } + - { offsetInCU: 0x315, offset: 0xC60B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateO8rawValueSuvg', symObjAddr: 0x20, symBinAddr: 0x58F0, symSize: 0x10 } + - { offsetInCU: 0x34A, offset: 0xC60E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xE0, symBinAddr: 0x59B0, symSize: 0x20 } + - { offsetInCU: 0x395, offset: 0xC6132, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x100, symBinAddr: 0x59D0, symSize: 0x10 } + - { offsetInCU: 0x3E8, offset: 0xC6185, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV9touchDown_WZ', symObjAddr: 0x130, symBinAddr: 0x5A00, symSize: 0x20 } + - { offsetInCU: 0x402, offset: 0xC619F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV13touchUpInside_WZ', symObjAddr: 0x180, symBinAddr: 0x5A50, symSize: 0x20 } + - { offsetInCU: 0x41C, offset: 0xC61B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventV14touchUpOutside_WZ', symObjAddr: 0x1D0, symBinAddr: 0x5AA0, symSize: 0x20 } + - { offsetInCU: 0x436, offset: 0xC61D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOSHAASQWb', symObjAddr: 0x330, symBinAddr: 0x5C00, symSize: 0x10 } + - { offsetInCU: 0x44A, offset: 0xC61E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOACSQAAWl', symObjAddr: 0x340, symBinAddr: 0x5C10, symSize: 0x30 } + - { offsetInCU: 0x45E, offset: 0xC61FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOwet', symObjAddr: 0x390, symBinAddr: 0x5C40, symSize: 0x80 } + - { offsetInCU: 0x472, offset: 0xC620F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOwst', symObjAddr: 0x410, symBinAddr: 0x5CC0, symSize: 0xD0 } + - { offsetInCU: 0x486, offset: 0xC6223, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOwug', symObjAddr: 0x4E0, symBinAddr: 0x5D90, symSize: 0x10 } + - { offsetInCU: 0x49A, offset: 0xC6237, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOwup', symObjAddr: 0x4F0, symBinAddr: 0x5DA0, symSize: 0x10 } + - { offsetInCU: 0x4AE, offset: 0xC624B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOwui', symObjAddr: 0x500, symBinAddr: 0x5DB0, symSize: 0x10 } + - { offsetInCU: 0x4C2, offset: 0xC625F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOMa', symObjAddr: 0x510, symBinAddr: 0x5DC0, symSize: 0x10 } + - { offsetInCU: 0x4D6, offset: 0xC6273, size: 0x8, addend: 0x0, symName: ___swift_memcpy9_8, symObjAddr: 0x520, symBinAddr: 0x5DD0, symSize: 0x20 } + - { offsetInCU: 0x4EA, offset: 0xC6287, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventVwet', symObjAddr: 0x540, symBinAddr: 0x5DF0, symSize: 0x40 } + - { offsetInCU: 0x4FE, offset: 0xC629B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventVwst', symObjAddr: 0x580, symBinAddr: 0x5E30, symSize: 0x40 } + - { offsetInCU: 0x512, offset: 0xC62AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlEventVMa', symObjAddr: 0x5C0, symBinAddr: 0x5E70, symSize: 0xA } + - { offsetInCU: 0x557, offset: 0xC62F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x30, symBinAddr: 0x5900, symSize: 0x10 } + - { offsetInCU: 0x5E8, offset: 0xC6385, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOSHAASH9hashValueSivgTW', symObjAddr: 0x40, symBinAddr: 0x5910, symSize: 0x40 } + - { offsetInCU: 0x697, offset: 0xC6434, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x80, symBinAddr: 0x5950, symSize: 0x20 } + - { offsetInCU: 0x6EA, offset: 0xC6487, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14NSControlStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA0, symBinAddr: 0x5970, symSize: 0x40 } + - { offsetInCU: 0x17A, offset: 0xC67E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC11setUpGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x5E80, symSize: 0x1C0 } + - { offsetInCU: 0x3D0, offset: 0xC6A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1C0, symBinAddr: 0x6040, symSize: 0x50 } + - { offsetInCU: 0x417, offset: 0xC6A7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5layerACyp_tcfc', symObjAddr: 0x210, symBinAddr: 0x6090, symSize: 0x1D0 } + - { offsetInCU: 0x585, offset: 0xC6BEC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14ShapeItemLayerC0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKF', symObjAddr: 0x560, symBinAddr: 0x63E0, symSize: 0x310 } + - { offsetInCU: 0xA98, offset: 0xC70FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5group5items0D4Path7contextAcA0B0C_SayAA09ShapeItemC0C0I0VGSaySSGAA0C7ContextVtKcfc', symObjAddr: 0x8E0, symBinAddr: 0x6760, symSize: 0x120 } + - { offsetInCU: 0xB0D, offset: 0xC7174, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC05setupC9Hierarchy33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0xA00, symBinAddr: 0x6880, symSize: 0x600 } + - { offsetInCU: 0x12C2, offset: 0xC7929, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1000, symBinAddr: 0x6E80, symSize: 0x70 } + - { offsetInCU: 0x1309, offset: 0xC7970, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5layerACyp_tcfc', symObjAddr: 0x1070, symBinAddr: 0x6EF0, symSize: 0x230 } + - { offsetInCU: 0x13CC, offset: 0xC7A33, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x1310, symBinAddr: 0x7190, symSize: 0x7A0 } + - { offsetInCU: 0x1523, offset: 0xC7B8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC03nonB5Items33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x1AB0, symBinAddr: 0x7930, symSize: 0x1A0 } + - { offsetInCU: 0x16DB, offset: 0xC7D42, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC11childGroups33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x1C50, symBinAddr: 0x7AD0, symSize: 0x1A0 } + - { offsetInCU: 0x18B1, offset: 0xC7F18, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCACycfcTo', symObjAddr: 0x2E00, symBinAddr: 0x8C80, symSize: 0x30 } + - { offsetInCU: 0x1973, offset: 0xC7FDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfE', symObjAddr: 0x870, symBinAddr: 0x66F0, symSize: 0x20 } + - { offsetInCU: 0x19A0, offset: 0xC8007, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfETo', symObjAddr: 0x8A0, symBinAddr: 0x6720, symSize: 0x20 } + - { offsetInCU: 0x19CF, offset: 0xC8036, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCMa', symObjAddr: 0x8C0, symBinAddr: 0x6740, symSize: 0x20 } + - { offsetInCU: 0x1CCE, offset: 0xC8335, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tF', symObjAddr: 0x1DF0, symBinAddr: 0x7C70, symSize: 0x1010 } + - { offsetInCU: 0x377C, offset: 0xC9DE3, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_', symObjAddr: 0x43F0, symBinAddr: 0xA270, symSize: 0x750 } + - { offsetInCU: 0x40FE, offset: 0xCA765, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_SbycfU3_SbAEXEfU_', symObjAddr: 0x4B40, symBinAddr: 0xA9C0, symSize: 0x230 } + - { offsetInCU: 0x4201, offset: 0xCA868, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAlIcfU2_', symObjAddr: 0x4D70, symBinAddr: 0xABF0, symSize: 0x50 } + - { offsetInCU: 0x45E6, offset: 0xCAC4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfE', symObjAddr: 0x2E30, symBinAddr: 0x8CB0, symSize: 0x60 } + - { offsetInCU: 0x4613, offset: 0xCAC7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfETo', symObjAddr: 0x2ED0, symBinAddr: 0x8D50, symSize: 0x60 } + - { offsetInCU: 0x4642, offset: 0xCACA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCMa', symObjAddr: 0x2F30, symBinAddr: 0x8DB0, symSize: 0x20 } + - { offsetInCU: 0x46DA, offset: 0xCAD41, size: 0x8, addend: 0x0, symName: '_$sSl6LottieE5split14whereSeparatorSaySay7ElementQzG8grouping_AESg08trailingD0tGSbAEXE_tFSayAA14ShapeItemLayerC0I0VG_Tg5014$sSo7CALayerC6a93E11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14hiJ47C0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKFSbAMXEfU0_Tf1cn_n', symObjAddr: 0x2F50, symBinAddr: 0x8DD0, symSize: 0x350 } + - { offsetInCU: 0x4BF6, offset: 0xCB25D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE13setUpRepeater33_24524B13A39DBE5C7BD85D5BB4776E93LL_5items15parentGroupPath7contextyAC0E0C_SayAC14ShapeItemLayerC0T0VGSaySSGAC0U7ContextVtKF', symObjAddr: 0x32A0, symBinAddr: 0x9120, symSize: 0x480 } + - { offsetInCU: 0x5367, offset: 0xCB9CE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_', symObjAddr: 0x3720, symBinAddr: 0x95A0, symSize: 0x520 } + - { offsetInCU: 0x5895, offset: 0xCBEFC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_', symObjAddr: 0x3C40, symBinAddr: 0x9AC0, symSize: 0x50 } + - { offsetInCU: 0x58DF, offset: 0xCBF46, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKF', symObjAddr: 0x3C90, symBinAddr: 0x9B10, symSize: 0x350 } + - { offsetInCU: 0x5BCA, offset: 0xCC231, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_', symObjAddr: 0x3FE0, symBinAddr: 0x9E60, symSize: 0x410 } + - { offsetInCU: 0x6215, offset: 0xCC87C, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5', symObjAddr: 0x4DC0, symBinAddr: 0xAC40, symSize: 0x60 } + - { offsetInCU: 0x6229, offset: 0xCC890, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5.resume.0', symObjAddr: 0x4E20, symBinAddr: 0xACA0, symSize: 0x20 } + - { offsetInCU: 0x6241, offset: 0xCC8A8, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5', symObjAddr: 0x4E40, symBinAddr: 0xACC0, symSize: 0x90 } + - { offsetInCU: 0x62B7, offset: 0xCC91E, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5.resume.0', symObjAddr: 0x4ED0, symBinAddr: 0xAD50, symSize: 0x10 } + - { offsetInCU: 0x62E6, offset: 0xCC94D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4EE0, symBinAddr: 0xAD60, symSize: 0x150 } + - { offsetInCU: 0x65E0, offset: 0xCCC47, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFTf4nnnnd_n', symObjAddr: 0x53B0, symBinAddr: 0xB230, symSize: 0x760 } + - { offsetInCU: 0x6EF5, offset: 0xCD55C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOy', symObjAddr: 0x5B10, symBinAddr: 0xB990, symSize: 0x30 } + - { offsetInCU: 0x6F09, offset: 0xCD570, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOe', symObjAddr: 0x5B40, symBinAddr: 0xB9C0, symSize: 0x30 } + - { offsetInCU: 0x6F1D, offset: 0xCD584, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOc', symObjAddr: 0x5B70, symBinAddr: 0xB9F0, symSize: 0x30 } + - { offsetInCU: 0x6F31, offset: 0xCD598, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOh', symObjAddr: 0x5BA0, symBinAddr: 0xBA20, symSize: 0x30 } + - { offsetInCU: 0x6F45, offset: 0xCD5AC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_TA', symObjAddr: 0x5BD0, symBinAddr: 0xBA50, symSize: 0x20 } + - { offsetInCU: 0x6F59, offset: 0xCD5C0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_TA', symObjAddr: 0x5BF0, symBinAddr: 0xBA70, symSize: 0x20 } + - { offsetInCU: 0x6F6D, offset: 0xCD5D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_TA', symObjAddr: 0x5C10, symBinAddr: 0xBA90, symSize: 0x20 } + - { offsetInCU: 0x6F81, offset: 0xCD5E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x5CC0, symBinAddr: 0xBB00, symSize: 0x20 } + - { offsetInCU: 0x6F95, offset: 0xCD5FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x5CE0, symBinAddr: 0xBB20, symSize: 0x20 } + - { offsetInCU: 0x6FA9, offset: 0xCD610, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOAEsAdAWl', symObjAddr: 0x5D30, symBinAddr: 0xBB40, symSize: 0x30 } + - { offsetInCU: 0x6FBD, offset: 0xCD624, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x5D60, symBinAddr: 0xBB70, symSize: 0x20 } + - { offsetInCU: 0x6FD1, offset: 0xCD638, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGAByxq_GSlsSlRzrlWl', symObjAddr: 0x5D80, symBinAddr: 0xBB90, symSize: 0x60 } + - { offsetInCU: 0x6FE5, offset: 0xCD64C, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGMa', symObjAddr: 0x5DE0, symBinAddr: 0xBBF0, symSize: 0xA0 } + - { offsetInCU: 0x6FF9, offset: 0xCD660, size: 0x8, addend: 0x0, symName: '_$s6Lottie21OpacityAnimationModel_pSgWOh', symObjAddr: 0x5F20, symBinAddr: 0xBD30, symSize: 0x30 } + - { offsetInCU: 0x700D, offset: 0xCD674, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOe', symObjAddr: 0x5F50, symBinAddr: 0xBD60, symSize: 0x20 } + - { offsetInCU: 0x7021, offset: 0xCD688, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwCP', symObjAddr: 0x6000, symBinAddr: 0xBDE0, symSize: 0x30 } + - { offsetInCU: 0x7035, offset: 0xCD69C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwxx', symObjAddr: 0x6030, symBinAddr: 0xBE10, symSize: 0x20 } + - { offsetInCU: 0x7049, offset: 0xCD6B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwcp', symObjAddr: 0x6050, symBinAddr: 0xBE30, symSize: 0x30 } + - { offsetInCU: 0x705D, offset: 0xCD6C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwca', symObjAddr: 0x6080, symBinAddr: 0xBE60, symSize: 0x50 } + - { offsetInCU: 0x7071, offset: 0xCD6D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwta', symObjAddr: 0x60E0, symBinAddr: 0xBEB0, symSize: 0x30 } + - { offsetInCU: 0x7085, offset: 0xCD6EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwet', symObjAddr: 0x6110, symBinAddr: 0xBEE0, symSize: 0x40 } + - { offsetInCU: 0x7099, offset: 0xCD700, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwst', symObjAddr: 0x6150, symBinAddr: 0xBF20, symSize: 0x40 } + - { offsetInCU: 0x70AD, offset: 0xCD714, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVMa', symObjAddr: 0x6190, symBinAddr: 0xBF60, symSize: 0x10 } + - { offsetInCU: 0x71AE, offset: 0xCD815, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AITg5', symObjAddr: 0x400, symBinAddr: 0x6280, symSize: 0x160 } + - { offsetInCU: 0x7826, offset: 0xCDE8D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVsSQRzlE2eeoiySbAByxG_ADtFZ6Lottie8KeyframeCyAE0D8Vector1DVG_Tg5Tf4nnd_n', symObjAddr: 0x5030, symBinAddr: 0xAEB0, symSize: 0x80 } + - { offsetInCU: 0x78CD, offset: 0xCDF34, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AE0D11RenderGroupVTg505$sSa6c4AA14def2C0l13VRszlE17shapeg54Groups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5h12VG05validG0_W37AEG06unusedN0tSb_tFAjIXEfU0_AiEXEfU4_AlJTf1cn_nTf4ngXg_n', symObjAddr: 0x50B0, symBinAddr: 0xAF30, symSize: 0x160 } + - { offsetInCU: 0x7ACF, offset: 0xCE136, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay6Lottie14ShapeItemLayerC0G0VG_Tg505$sSa6e4AA14fgh2C0l90VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_X29AEG06unusedN0tSb_tFSbAEXEfU4_So5NSSetCTf1cn_nTf4gg_n', symObjAddr: 0x5210, symBinAddr: 0xB090, symSize: 0x1A0 } + - { offsetInCU: 0x43, offset: 0xCE7FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwCP', symObjAddr: 0x0, symBinAddr: 0xBF90, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0xCE80F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwxx', symObjAddr: 0x30, symBinAddr: 0xBFC0, symSize: 0x40 } + - { offsetInCU: 0x6B, offset: 0xCE823, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwcp', symObjAddr: 0x70, symBinAddr: 0xC000, symSize: 0x70 } + - { offsetInCU: 0x7F, offset: 0xCE837, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwca', symObjAddr: 0xE0, symBinAddr: 0xC070, symSize: 0xA0 } + - { offsetInCU: 0x93, offset: 0xCE84B, size: 0x8, addend: 0x0, symName: ___swift_memcpy56_8, symObjAddr: 0x180, symBinAddr: 0xC110, symSize: 0x30 } + - { offsetInCU: 0xA7, offset: 0xCE85F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwta', symObjAddr: 0x1B0, symBinAddr: 0xC140, symSize: 0x70 } + - { offsetInCU: 0xBB, offset: 0xCE873, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwet', symObjAddr: 0x220, symBinAddr: 0xC1B0, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0xCE887, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwst', symObjAddr: 0x260, symBinAddr: 0xC1F0, symSize: 0x50 } + - { offsetInCU: 0xE3, offset: 0xCE89B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVMa', symObjAddr: 0x2B0, symBinAddr: 0xC240, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0xCE8CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueSSvg', symObjAddr: 0x2C0, symBinAddr: 0xC250, symSize: 0x20 } + - { offsetInCU: 0x162, offset: 0xCE91A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2E0, symBinAddr: 0xC270, symSize: 0x10 } + - { offsetInCU: 0x1E9, offset: 0xCE9A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH9hashValueSivgTW', symObjAddr: 0x2F0, symBinAddr: 0xC280, symSize: 0x40 } + - { offsetInCU: 0x2CD, offset: 0xCEA85, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x330, symBinAddr: 0xC2C0, symSize: 0x20 } + - { offsetInCU: 0x33F, offset: 0xCEAF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x530, symBinAddr: 0xC4C0, symSize: 0x10 } + - { offsetInCU: 0x36A, offset: 0xCEB22, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x540, symBinAddr: 0xC4D0, symSize: 0x20 } + - { offsetInCU: 0x39B, offset: 0xCEB53, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x560, symBinAddr: 0xC4F0, symSize: 0x10 } + - { offsetInCU: 0x3B7, offset: 0xCEB6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x570, symBinAddr: 0xC500, symSize: 0x10 } + - { offsetInCU: 0x3D3, offset: 0xCEB8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x640, symBinAddr: 0xC5D0, symSize: 0x120 } + - { offsetInCU: 0x419, offset: 0xCEBD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x390, symBinAddr: 0xC320, symSize: 0x1A0 } + - { offsetInCU: 0x46E, offset: 0xCEC26, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5C0, symBinAddr: 0xC550, symSize: 0x40 } + - { offsetInCU: 0x4A5, offset: 0xCEC5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x600, symBinAddr: 0xC590, symSize: 0x40 } + - { offsetInCU: 0x4C8, offset: 0xCEC80, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x760, symBinAddr: 0xC6F0, symSize: 0x2E0 } + - { offsetInCU: 0x51B, offset: 0xCECD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs0D3KeyAAWl', symObjAddr: 0xAB0, symBinAddr: 0xC9D0, symSize: 0x30 } + - { offsetInCU: 0x52F, offset: 0xCECE7, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie03DotA9AnimationVGMa', symObjAddr: 0xB10, symBinAddr: 0xCA00, symSize: 0x30 } + - { offsetInCU: 0x543, offset: 0xCECFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSeAAWl', symObjAddr: 0xB40, symBinAddr: 0xCA30, symSize: 0x30 } + - { offsetInCU: 0x557, offset: 0xCED0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSEAAWl', symObjAddr: 0xBD0, symBinAddr: 0xCAC0, symSize: 0x30 } + - { offsetInCU: 0x56B, offset: 0xCED23, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwet', symObjAddr: 0xC20, symBinAddr: 0xCAF0, symSize: 0x80 } + - { offsetInCU: 0x57F, offset: 0xCED37, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwst', symObjAddr: 0xCA0, symBinAddr: 0xCB70, symSize: 0xD0 } + - { offsetInCU: 0x593, offset: 0xCED4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwug', symObjAddr: 0xD70, symBinAddr: 0xCC40, symSize: 0x10 } + - { offsetInCU: 0x5A7, offset: 0xCED5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwup', symObjAddr: 0xD80, symBinAddr: 0xCC50, symSize: 0x10 } + - { offsetInCU: 0x5BB, offset: 0xCED73, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwui', symObjAddr: 0xD90, symBinAddr: 0xCC60, symSize: 0x10 } + - { offsetInCU: 0x5CF, offset: 0xCED87, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOMa', symObjAddr: 0xDA0, symBinAddr: 0xCC70, symSize: 0x10 } + - { offsetInCU: 0x5E3, offset: 0xCED9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASQWb', symObjAddr: 0xDB0, symBinAddr: 0xCC80, symSize: 0x10 } + - { offsetInCU: 0x5F7, offset: 0xCEDAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFSQAAWl', symObjAddr: 0xDC0, symBinAddr: 0xCC90, symSize: 0x30 } + - { offsetInCU: 0x60B, offset: 0xCEDC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDF0, symBinAddr: 0xCCC0, symSize: 0x10 } + - { offsetInCU: 0x61F, offset: 0xCEDD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE00, symBinAddr: 0xCCD0, symSize: 0x30 } + - { offsetInCU: 0x633, offset: 0xCEDEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE30, symBinAddr: 0xCD00, symSize: 0x10 } + - { offsetInCU: 0x647, offset: 0xCEDFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xE40, symBinAddr: 0xCD10, symSize: 0x30 } + - { offsetInCU: 0x6B5, offset: 0xCEE6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x350, symBinAddr: 0xC2E0, symSize: 0x40 } + - { offsetInCU: 0x759, offset: 0xCEF11, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0xC510, symSize: 0x20 } + - { offsetInCU: 0x775, offset: 0xCEF2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x5A0, symBinAddr: 0xC530, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0xCF0DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xCD40, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0xCF100, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0xCD80, symSize: 0x410 } + - { offsetInCU: 0xDC, offset: 0xCF168, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x450, symBinAddr: 0xD190, symSize: 0x7C0 } + - { offsetInCU: 0x33E, offset: 0xCF3CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0xC10, symBinAddr: 0xD950, symSize: 0x260 } + - { offsetInCU: 0x3AC, offset: 0xCF438, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO8rawValueSSvg', symObjAddr: 0xE70, symBinAddr: 0xDBB0, symSize: 0x20 } + - { offsetInCU: 0x3E3, offset: 0xCF46F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xE90, symBinAddr: 0xDBD0, symSize: 0x20 } + - { offsetInCU: 0x461, offset: 0xCF4ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0xEF0, symBinAddr: 0xDC30, symSize: 0x70 } + - { offsetInCU: 0x4C7, offset: 0xCF553, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0xF60, symBinAddr: 0xDCA0, symSize: 0x30 } + - { offsetInCU: 0x4E3, offset: 0xCF56F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xF90, symBinAddr: 0xDCD0, symSize: 0x10 } + - { offsetInCU: 0x519, offset: 0xCF5A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xFA0, symBinAddr: 0xDCE0, symSize: 0x60 } + - { offsetInCU: 0x59E, offset: 0xCF62A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1000, symBinAddr: 0xDD40, symSize: 0x10 } + - { offsetInCU: 0x5BA, offset: 0xCF646, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1010, symBinAddr: 0xDD50, symSize: 0x10 } + - { offsetInCU: 0x5F6, offset: 0xCF682, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfD', symObjAddr: 0x10A0, symBinAddr: 0xDDE0, symSize: 0x50 } + - { offsetInCU: 0x6C7, offset: 0xCF753, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfE', symObjAddr: 0x1060, symBinAddr: 0xDDA0, symSize: 0x40 } + - { offsetInCU: 0x71F, offset: 0xCF7AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCMa', symObjAddr: 0x10F0, symBinAddr: 0xDE30, symSize: 0x20 } + - { offsetInCU: 0x733, offset: 0xCF7BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs0E3KeyAAWl', symObjAddr: 0x1180, symBinAddr: 0xDE50, symSize: 0x30 } + - { offsetInCU: 0x747, offset: 0xCF7D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSEAAWl', symObjAddr: 0x11B0, symBinAddr: 0xDE80, symSize: 0x30 } + - { offsetInCU: 0x75B, offset: 0xCF7E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSEAAWl', symObjAddr: 0x1210, symBinAddr: 0xDEE0, symSize: 0x30 } + - { offsetInCU: 0x76F, offset: 0xCF7FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSeAAWl', symObjAddr: 0x12E0, symBinAddr: 0xDF80, symSize: 0x30 } + - { offsetInCU: 0x783, offset: 0xCF80F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSeAAWl', symObjAddr: 0x1380, symBinAddr: 0xE020, symSize: 0x30 } + - { offsetInCU: 0x797, offset: 0xCF823, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwet', symObjAddr: 0x1460, symBinAddr: 0xE050, symSize: 0x80 } + - { offsetInCU: 0x7AB, offset: 0xCF837, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwst', symObjAddr: 0x14E0, symBinAddr: 0xE0D0, symSize: 0xD0 } + - { offsetInCU: 0x7BF, offset: 0xCF84B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwug', symObjAddr: 0x15B0, symBinAddr: 0xE1A0, symSize: 0x10 } + - { offsetInCU: 0x7D3, offset: 0xCF85F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwup', symObjAddr: 0x15C0, symBinAddr: 0xE1B0, symSize: 0x10 } + - { offsetInCU: 0x7E7, offset: 0xCF873, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwui', symObjAddr: 0x15D0, symBinAddr: 0xE1C0, symSize: 0x10 } + - { offsetInCU: 0x7FB, offset: 0xCF887, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOMa', symObjAddr: 0x15E0, symBinAddr: 0xE1D0, symSize: 0x10 } + - { offsetInCU: 0x80F, offset: 0xCF89B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASQWb', symObjAddr: 0x15F0, symBinAddr: 0xE1E0, symSize: 0x10 } + - { offsetInCU: 0x823, offset: 0xCF8AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFSQAAWl', symObjAddr: 0x1600, symBinAddr: 0xE1F0, symSize: 0x30 } + - { offsetInCU: 0x837, offset: 0xCF8C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1630, symBinAddr: 0xE220, symSize: 0x10 } + - { offsetInCU: 0x84B, offset: 0xCF8D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1640, symBinAddr: 0xE230, symSize: 0x30 } + - { offsetInCU: 0x85F, offset: 0xCF8EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1670, symBinAddr: 0xE260, symSize: 0x10 } + - { offsetInCU: 0x873, offset: 0xCF8FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1680, symBinAddr: 0xE270, symSize: 0x30 } + - { offsetInCU: 0x8D5, offset: 0xCF961, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xEB0, symBinAddr: 0xDBF0, symSize: 0x10 } + - { offsetInCU: 0x8F1, offset: 0xCF97D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH9hashValueSivgTW', symObjAddr: 0xEC0, symBinAddr: 0xDC00, symSize: 0x10 } + - { offsetInCU: 0x90D, offset: 0xCF999, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xED0, symBinAddr: 0xDC10, symSize: 0x10 } + - { offsetInCU: 0x929, offset: 0xCF9B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xEE0, symBinAddr: 0xDC20, symSize: 0x10 } + - { offsetInCU: 0x94C, offset: 0xCF9D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1020, symBinAddr: 0xDD60, symSize: 0x20 } + - { offsetInCU: 0x968, offset: 0xCF9F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1040, symBinAddr: 0xDD80, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0xCFBC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0xE2A0, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0xCFC0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0xE2A0, symSize: 0x40 } + - { offsetInCU: 0xB1, offset: 0xCFC4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCMa', symObjAddr: 0x40, symBinAddr: 0xE2E0, symSize: 0x14 } + - { offsetInCU: 0x92, offset: 0xCFE18, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xE3C0, symSize: 0x30 } + - { offsetInCU: 0xC3, offset: 0xCFE49, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0xE3F0, symSize: 0x20 } + - { offsetInCU: 0x10F, offset: 0xCFE95, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A0, symBinAddr: 0xE4A0, symSize: 0x40 } + - { offsetInCU: 0x134, offset: 0xCFEBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0xE4E0, symSize: 0x2B0 } + - { offsetInCU: 0x1A0, offset: 0xCFF26, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x490, symBinAddr: 0xE790, symSize: 0x3E0 } + - { offsetInCU: 0x2FF, offset: 0xD0085, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO8rawValueSSvg', symObjAddr: 0x870, symBinAddr: 0xEB70, symSize: 0x20 } + - { offsetInCU: 0x336, offset: 0xD00BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0xA50, symBinAddr: 0xED50, symSize: 0x20 } + - { offsetInCU: 0x3B4, offset: 0xD013A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xAB0, symBinAddr: 0xEDB0, symSize: 0x70 } + - { offsetInCU: 0x41A, offset: 0xD01A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xB20, symBinAddr: 0xEE20, symSize: 0x30 } + - { offsetInCU: 0x436, offset: 0xD01BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB50, symBinAddr: 0xEE50, symSize: 0x10 } + - { offsetInCU: 0x46C, offset: 0xD01F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB60, symBinAddr: 0xEE60, symSize: 0x60 } + - { offsetInCU: 0x4F1, offset: 0xD0277, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBC0, symBinAddr: 0xEEC0, symSize: 0x10 } + - { offsetInCU: 0x50D, offset: 0xD0293, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBD0, symBinAddr: 0xEED0, symSize: 0x10 } + - { offsetInCU: 0x52B, offset: 0xD02B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC6encode2toys7Encoder_p_tKF', symObjAddr: 0x890, symBinAddr: 0xEB90, symSize: 0x1C0 } + - { offsetInCU: 0x5A5, offset: 0xD032B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfD', symObjAddr: 0xC40, symBinAddr: 0xEF40, symSize: 0x40 } + - { offsetInCU: 0x659, offset: 0xD03DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfE', symObjAddr: 0xC20, symBinAddr: 0xEF20, symSize: 0x20 } + - { offsetInCU: 0x6B1, offset: 0xD0437, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCMa', symObjAddr: 0xC80, symBinAddr: 0xEF80, symSize: 0x20 } + - { offsetInCU: 0x6C5, offset: 0xD044B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwug', symObjAddr: 0xCE0, symBinAddr: 0xEFC0, symSize: 0x10 } + - { offsetInCU: 0x6D9, offset: 0xD045F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwup', symObjAddr: 0xCF0, symBinAddr: 0xEFD0, symSize: 0x10 } + - { offsetInCU: 0x6ED, offset: 0xD0473, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwui', symObjAddr: 0xD00, symBinAddr: 0xEFE0, symSize: 0x10 } + - { offsetInCU: 0x701, offset: 0xD0487, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOMa', symObjAddr: 0xD10, symBinAddr: 0xEFF0, symSize: 0x10 } + - { offsetInCU: 0x715, offset: 0xD049B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASQWb', symObjAddr: 0xD20, symBinAddr: 0xF000, symSize: 0x10 } + - { offsetInCU: 0x729, offset: 0xD04AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSQAAWl', symObjAddr: 0xD30, symBinAddr: 0xF010, symSize: 0x30 } + - { offsetInCU: 0x73D, offset: 0xD04C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSYAAWl', symObjAddr: 0xD60, symBinAddr: 0xF040, symSize: 0x30 } + - { offsetInCU: 0x751, offset: 0xD04D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs0C3KeyAAWl', symObjAddr: 0xE00, symBinAddr: 0xF070, symSize: 0x30 } + - { offsetInCU: 0x765, offset: 0xD04EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSEAAWl', symObjAddr: 0xE30, symBinAddr: 0xF0A0, symSize: 0x30 } + - { offsetInCU: 0x779, offset: 0xD04FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGMa', symObjAddr: 0xE60, symBinAddr: 0xF0D0, symSize: 0x30 } + - { offsetInCU: 0x78D, offset: 0xD0513, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSEAAWl', symObjAddr: 0xE90, symBinAddr: 0xF100, symSize: 0x30 } + - { offsetInCU: 0x7A1, offset: 0xD0527, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSeAAWl', symObjAddr: 0xEC0, symBinAddr: 0xF130, symSize: 0x30 } + - { offsetInCU: 0x7B5, offset: 0xD053B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSeAAWl', symObjAddr: 0xF50, symBinAddr: 0xF1C0, symSize: 0x30 } + - { offsetInCU: 0xDA1, offset: 0xD0B27, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0xFB0, symBinAddr: 0xF1F0, symSize: 0x270 } + - { offsetInCU: 0xEEF, offset: 0xD0C75, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x1220, symBinAddr: 0xF460, symSize: 0x270 } + - { offsetInCU: 0x101F, offset: 0xD0DA5, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x1490, symBinAddr: 0xF6D0, symSize: 0x270 } + - { offsetInCU: 0x114B, offset: 0xD0ED1, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x1700, symBinAddr: 0xF940, symSize: 0x270 } + - { offsetInCU: 0x127B, offset: 0xD1001, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector3DV_GTg5', symObjAddr: 0x1970, symBinAddr: 0xFBB0, symSize: 0x270 } + - { offsetInCU: 0x13A7, offset: 0xD112D, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAL_GTg5', symObjAddr: 0x1BE0, symBinAddr: 0xFE20, symSize: 0x270 } + - { offsetInCU: 0x14D7, offset: 0xD125D, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1E50, symBinAddr: 0x10090, symSize: 0x270 } + - { offsetInCU: 0x1603, offset: 0xD1389, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x20C0, symBinAddr: 0x10300, symSize: 0x270 } + - { offsetInCU: 0x1733, offset: 0xD14B9, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x2330, symBinAddr: 0x10570, symSize: 0x270 } + - { offsetInCU: 0x185F, offset: 0xD15E5, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x25A0, symBinAddr: 0x107E0, symSize: 0x270 } + - { offsetInCU: 0x198F, offset: 0xD1715, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x2810, symBinAddr: 0x10A50, symSize: 0x270 } + - { offsetInCU: 0x1ABB, offset: 0xD1841, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x2A80, symBinAddr: 0x10CC0, symSize: 0x270 } + - { offsetInCU: 0x1BEB, offset: 0xD1971, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0x2CF0, symBinAddr: 0x10F30, symSize: 0x30 } + - { offsetInCU: 0x1CD8, offset: 0xD1A5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4gd_n', symObjAddr: 0x2D50, symBinAddr: 0x10F60, symSize: 0x630 } + - { offsetInCU: 0x273E, offset: 0xD24C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4nd_n', symObjAddr: 0x3380, symBinAddr: 0x11590, symSize: 0x900 } + - { offsetInCU: 0x2CEF, offset: 0xD2A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4gd_n', symObjAddr: 0x3C80, symBinAddr: 0x11E90, symSize: 0x690 } + - { offsetInCU: 0x3040, offset: 0xD2DC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x4310, symBinAddr: 0x12520, symSize: 0x9B0 } + - { offsetInCU: 0x3532, offset: 0xD32B8, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0x4D40, symBinAddr: 0x12F00, symSize: 0x40 } + - { offsetInCU: 0x366E, offset: 0xD33F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4gd_n', symObjAddr: 0x4DA0, symBinAddr: 0x12F60, symSize: 0x660 } + - { offsetInCU: 0x3A43, offset: 0xD37C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4nd_n', symObjAddr: 0x5400, symBinAddr: 0x135C0, symSize: 0x960 } + - { offsetInCU: 0x401C, offset: 0xD3DA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4gd_n', symObjAddr: 0x5D60, symBinAddr: 0x13F20, symSize: 0x6A0 } + - { offsetInCU: 0x4379, offset: 0xD40FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4nd_n', symObjAddr: 0x6400, symBinAddr: 0x145C0, symSize: 0x9B0 } + - { offsetInCU: 0x4941, offset: 0xD46C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4gd_n', symObjAddr: 0x6DB0, symBinAddr: 0x14F70, symSize: 0x590 } + - { offsetInCU: 0x4D3A, offset: 0xD4AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4nd_n', symObjAddr: 0x7340, symBinAddr: 0x15500, symSize: 0x950 } + - { offsetInCU: 0x5366, offset: 0xD50EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4gd_n', symObjAddr: 0x7C90, symBinAddr: 0x15E50, symSize: 0x5D0 } + - { offsetInCU: 0x575A, offset: 0xD54E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4nd_n', symObjAddr: 0x8260, symBinAddr: 0x16420, symSize: 0x940 } + - { offsetInCU: 0x5C63, offset: 0xD59E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOwup', symObjAddr: 0x8DE0, symBinAddr: 0x16FA0, symSize: 0x10 } + - { offsetInCU: 0x5C77, offset: 0xD59FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOMa', symObjAddr: 0x8DF0, symBinAddr: 0x16FB0, symSize: 0x10 } + - { offsetInCU: 0x5C8B, offset: 0xD5A11, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASQWb', symObjAddr: 0x8E00, symBinAddr: 0x16FC0, symSize: 0x10 } + - { offsetInCU: 0x5C9F, offset: 0xD5A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFSQAAWl', symObjAddr: 0x8E10, symBinAddr: 0x16FD0, symSize: 0x30 } + - { offsetInCU: 0x5CB3, offset: 0xD5A39, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8E40, symBinAddr: 0x17000, symSize: 0x10 } + - { offsetInCU: 0x5CC7, offset: 0xD5A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8E50, symBinAddr: 0x17010, symSize: 0x30 } + - { offsetInCU: 0x5CDB, offset: 0xD5A61, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x8E80, symBinAddr: 0x17040, symSize: 0x10 } + - { offsetInCU: 0x5CEF, offset: 0xD5A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x8E90, symBinAddr: 0x17050, symSize: 0x30 } + - { offsetInCU: 0x5D23, offset: 0xD5AA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE300, symSize: 0x10 } + - { offsetInCU: 0x5DB4, offset: 0xD5B3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0xE310, symSize: 0x40 } + - { offsetInCU: 0x5E8C, offset: 0xD5C12, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0xE350, symSize: 0x30 } + - { offsetInCU: 0x5F08, offset: 0xD5C8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xE380, symSize: 0x40 } + - { offsetInCU: 0x5FB5, offset: 0xD5D3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0xE410, symSize: 0x50 } + - { offsetInCU: 0x5FD8, offset: 0xD5D5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0xE460, symSize: 0x40 } + - { offsetInCU: 0x6038, offset: 0xD5DBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA70, symBinAddr: 0xED70, symSize: 0x10 } + - { offsetInCU: 0x6054, offset: 0xD5DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA80, symBinAddr: 0xED80, symSize: 0x10 } + - { offsetInCU: 0x6070, offset: 0xD5DF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA90, symBinAddr: 0xED90, symSize: 0x10 } + - { offsetInCU: 0x608C, offset: 0xD5E12, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAA0, symBinAddr: 0xEDA0, symSize: 0x10 } + - { offsetInCU: 0x60AF, offset: 0xD5E35, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBE0, symBinAddr: 0xEEE0, symSize: 0x20 } + - { offsetInCU: 0x60CB, offset: 0xD5E51, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC00, symBinAddr: 0xEF00, symSize: 0x20 } + - { offsetInCU: 0x50, offset: 0xD66B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLSSvpZ', symObjAddr: 0xF260, symBinAddr: 0x200E00, symSize: 0x0 } + - { offsetInCU: 0x7A1, offset: 0xD6E06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0xF30, symBinAddr: 0x17FD0, symSize: 0xA0 } + - { offsetInCU: 0x7D3, offset: 0xD6E38, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x1000, symBinAddr: 0x180A0, symSize: 0xC0 } + - { offsetInCU: 0x7E7, offset: 0xD6E4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x10C0, symBinAddr: 0x18160, symSize: 0x60 } + - { offsetInCU: 0x805, offset: 0xD6E6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x1120, symBinAddr: 0x181C0, symSize: 0x730 } + - { offsetInCU: 0x96F, offset: 0xD6FD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x1850, symBinAddr: 0x188F0, symSize: 0x40 } + - { offsetInCU: 0x9A3, offset: 0xD7008, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0x1890, symBinAddr: 0x18930, symSize: 0x30 } + - { offsetInCU: 0xA77, offset: 0xD70DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfc', symObjAddr: 0x18C0, symBinAddr: 0x18960, symSize: 0x610 } + - { offsetInCU: 0xBC6, offset: 0xD722B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1ED0, symBinAddr: 0x18F70, symSize: 0x50 } + - { offsetInCU: 0xBE2, offset: 0xD7247, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1F20, symBinAddr: 0x18FC0, symSize: 0x1E0 } + - { offsetInCU: 0xC2D, offset: 0xD7292, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x2100, symBinAddr: 0x191A0, symSize: 0x20 } + - { offsetInCU: 0xC89, offset: 0xD72EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF', symObjAddr: 0x2120, symBinAddr: 0x191C0, symSize: 0x280 } + - { offsetInCU: 0xEAB, offset: 0xD7510, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x23A0, symBinAddr: 0x19440, symSize: 0x370 } + - { offsetInCU: 0x1215, offset: 0xD787A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x2710, symBinAddr: 0x197B0, symSize: 0x300 } + - { offsetInCU: 0x1506, offset: 0xD7B6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x2A10, symBinAddr: 0x19AB0, symSize: 0x680 } + - { offsetInCU: 0x1980, offset: 0xD7FE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x3090, symBinAddr: 0x1A130, symSize: 0x280 } + - { offsetInCU: 0x1B3D, offset: 0xD81A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x3310, symBinAddr: 0x1A3B0, symSize: 0x310 } + - { offsetInCU: 0x1DA8, offset: 0xD840D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_', symObjAddr: 0x3620, symBinAddr: 0x1A6C0, symSize: 0x90 } + - { offsetInCU: 0x1E8E, offset: 0xD84F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4stopyyF', symObjAddr: 0x36B0, symBinAddr: 0x1A750, symSize: 0x100 } + - { offsetInCU: 0x1F3A, offset: 0xD859F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pauseyyF', symObjAddr: 0x37B0, symBinAddr: 0x1A850, symSize: 0x30 } + - { offsetInCU: 0x20E6, offset: 0xD874B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x37E0, symBinAddr: 0x1A880, symSize: 0x3F0 } + - { offsetInCU: 0x232D, offset: 0xD8992, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF', symObjAddr: 0x3BD0, symBinAddr: 0x1AC70, symSize: 0x40 } + - { offsetInCU: 0x269A, offset: 0xD8CFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF', symObjAddr: 0x3C10, symBinAddr: 0x1ACB0, symSize: 0x4E0 } + - { offsetInCU: 0x2ABC, offset: 0xD9121, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0x40F0, symBinAddr: 0x1B190, symSize: 0x110 } + - { offsetInCU: 0x2BCE, offset: 0xD9233, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x4360, symBinAddr: 0x1B400, symSize: 0x70 } + - { offsetInCU: 0x2C18, offset: 0xD927D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x4430, symBinAddr: 0x1B4D0, symSize: 0x40 } + - { offsetInCU: 0x2C82, offset: 0xD92E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs', symObjAddr: 0x45E0, symBinAddr: 0x1B680, symSize: 0x60 } + - { offsetInCU: 0x2CA9, offset: 0xD930E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM', symObjAddr: 0x4640, symBinAddr: 0x1B6E0, symSize: 0x40 } + - { offsetInCU: 0x2CDA, offset: 0xD933F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM.resume.0', symObjAddr: 0x4680, symBinAddr: 0x1B720, symSize: 0x10 } + - { offsetInCU: 0x2D34, offset: 0xD9399, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvW', symObjAddr: 0x4740, symBinAddr: 0x1B7E0, symSize: 0x110 } + - { offsetInCU: 0x2DEB, offset: 0xD9450, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x4850, symBinAddr: 0x1B8F0, symSize: 0x40 } + - { offsetInCU: 0x2E0A, offset: 0xD946F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x4890, symBinAddr: 0x1B930, symSize: 0xA0 } + - { offsetInCU: 0x2E31, offset: 0xD9496, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x4930, symBinAddr: 0x1B9D0, symSize: 0x60 } + - { offsetInCU: 0x2E60, offset: 0xD94C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x4990, symBinAddr: 0x1BA30, symSize: 0x110 } + - { offsetInCU: 0x2EAE, offset: 0xD9513, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg', symObjAddr: 0x4AA0, symBinAddr: 0x1BB40, symSize: 0x30 } + - { offsetInCU: 0x2F37, offset: 0xD959C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x4B90, symBinAddr: 0x1BC30, symSize: 0xA0 } + - { offsetInCU: 0x2F96, offset: 0xD95FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM', symObjAddr: 0x4C30, symBinAddr: 0x1BCD0, symSize: 0x50 } + - { offsetInCU: 0x2FC5, offset: 0xD962A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x4C80, symBinAddr: 0x1BD20, symSize: 0xA0 } + - { offsetInCU: 0x30CD, offset: 0xD9732, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x4D20, symBinAddr: 0x1BDC0, symSize: 0x1A0 } + - { offsetInCU: 0x331D, offset: 0xD9982, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x4EC0, symBinAddr: 0x1BF60, symSize: 0x20 } + - { offsetInCU: 0x336B, offset: 0xD99D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x4EE0, symBinAddr: 0x1BF80, symSize: 0x30 } + - { offsetInCU: 0x33C7, offset: 0xD9A2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x4F10, symBinAddr: 0x1BFB0, symSize: 0x20 } + - { offsetInCU: 0x3453, offset: 0xD9AB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg', symObjAddr: 0x4F60, symBinAddr: 0x1C000, symSize: 0x40 } + - { offsetInCU: 0x3470, offset: 0xD9AD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs', symObjAddr: 0x4FA0, symBinAddr: 0x1C040, symSize: 0x20 } + - { offsetInCU: 0x3484, offset: 0xD9AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM', symObjAddr: 0x4FC0, symBinAddr: 0x1C060, symSize: 0x50 } + - { offsetInCU: 0x3513, offset: 0xD9B78, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x5010, symBinAddr: 0x1C0B0, symSize: 0xE0 } + - { offsetInCU: 0x3580, offset: 0xD9BE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x52D0, symBinAddr: 0x1C370, symSize: 0x30 } + - { offsetInCU: 0x3594, offset: 0xD9BF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x5300, symBinAddr: 0x1C3A0, symSize: 0x50 } + - { offsetInCU: 0x3603, offset: 0xD9C68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x5350, symBinAddr: 0x1C3F0, symSize: 0xB0 } + - { offsetInCU: 0x3693, offset: 0xD9CF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x5420, symBinAddr: 0x1C4C0, symSize: 0x170 } + - { offsetInCU: 0x373D, offset: 0xD9DA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x5590, symBinAddr: 0x1C630, symSize: 0x50 } + - { offsetInCU: 0x376C, offset: 0xD9DD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x55E0, symBinAddr: 0x1C680, symSize: 0x170 } + - { offsetInCU: 0x37E8, offset: 0xD9E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x57E0, symBinAddr: 0x1C880, symSize: 0x50 } + - { offsetInCU: 0x3805, offset: 0xD9E6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x5830, symBinAddr: 0x1C8D0, symSize: 0x20 } + - { offsetInCU: 0x3819, offset: 0xD9E7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x5850, symBinAddr: 0x1C8F0, symSize: 0x50 } + - { offsetInCU: 0x3868, offset: 0xD9ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x58A0, symBinAddr: 0x1C940, symSize: 0xB0 } + - { offsetInCU: 0x38D0, offset: 0xD9F35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x59B0, symBinAddr: 0x1CA50, symSize: 0xD0 } + - { offsetInCU: 0x3948, offset: 0xD9FAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x5A80, symBinAddr: 0x1CB20, symSize: 0x50 } + - { offsetInCU: 0x3977, offset: 0xD9FDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x5AD0, symBinAddr: 0x1CB70, symSize: 0xA0 } + - { offsetInCU: 0x3A0C, offset: 0xDA071, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs', symObjAddr: 0x5BF0, symBinAddr: 0x1CC90, symSize: 0x60 } + - { offsetInCU: 0x3A8E, offset: 0xDA0F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM', symObjAddr: 0x5C50, symBinAddr: 0x1CCF0, symSize: 0x50 } + - { offsetInCU: 0x3ABD, offset: 0xDA122, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x5CA0, symBinAddr: 0x1CD40, symSize: 0x50 } + - { offsetInCU: 0x3B24, offset: 0xDA189, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg', symObjAddr: 0x5CF0, symBinAddr: 0x1CD90, symSize: 0x170 } + - { offsetInCU: 0x3BBC, offset: 0xDA221, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x5EB0, symBinAddr: 0x1CF50, symSize: 0x40 } + - { offsetInCU: 0x3BD9, offset: 0xDA23E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x5EF0, symBinAddr: 0x1CF90, symSize: 0x50 } + - { offsetInCU: 0x3C1D, offset: 0xDA282, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x5F40, symBinAddr: 0x1CFE0, symSize: 0x40 } + - { offsetInCU: 0x3C6E, offset: 0xDA2D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x5FC0, symBinAddr: 0x1D060, symSize: 0x40 } + - { offsetInCU: 0x3CB2, offset: 0xDA317, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x6000, symBinAddr: 0x1D0A0, symSize: 0x40 } + - { offsetInCU: 0x3CE3, offset: 0xDA348, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x6060, symBinAddr: 0x1D100, symSize: 0x270 } + - { offsetInCU: 0x3E98, offset: 0xDA4FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x62D0, symBinAddr: 0x1D370, symSize: 0x110 } + - { offsetInCU: 0x400A, offset: 0xDA66F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x63E0, symBinAddr: 0x1D480, symSize: 0x30 } + - { offsetInCU: 0x4039, offset: 0xDA69E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x6410, symBinAddr: 0x1D4B0, symSize: 0x20 } + - { offsetInCU: 0x4066, offset: 0xDA6CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvs', symObjAddr: 0x6430, symBinAddr: 0x1D4D0, symSize: 0x280 } + - { offsetInCU: 0x421B, offset: 0xDA880, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvg', symObjAddr: 0x66B0, symBinAddr: 0x1D750, symSize: 0xD0 } + - { offsetInCU: 0x42B9, offset: 0xDA91E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM', symObjAddr: 0x6780, symBinAddr: 0x1D820, symSize: 0x30 } + - { offsetInCU: 0x42E8, offset: 0xDA94D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM.resume.0', symObjAddr: 0x67B0, symBinAddr: 0x1D850, symSize: 0x20 } + - { offsetInCU: 0x4315, offset: 0xDA97A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x6850, symBinAddr: 0x1D8F0, symSize: 0x100 } + - { offsetInCU: 0x4399, offset: 0xDA9FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x6950, symBinAddr: 0x1D9F0, symSize: 0x80 } + - { offsetInCU: 0x43CF, offset: 0xDAA34, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x69D0, symBinAddr: 0x1DA70, symSize: 0xB0 } + - { offsetInCU: 0x4436, offset: 0xDAA9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x6A80, symBinAddr: 0x1DB20, symSize: 0x1A0 } + - { offsetInCU: 0x44D5, offset: 0xDAB3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x6C20, symBinAddr: 0x1DCC0, symSize: 0xE0 } + - { offsetInCU: 0x457B, offset: 0xDABE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x6D00, symBinAddr: 0x1DDA0, symSize: 0xA0 } + - { offsetInCU: 0x46C5, offset: 0xDAD2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x6DF0, symBinAddr: 0x1DE90, symSize: 0x50 } + - { offsetInCU: 0x4709, offset: 0xDAD6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x6E40, symBinAddr: 0x1DEE0, symSize: 0x40 } + - { offsetInCU: 0x4787, offset: 0xDADEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs', symObjAddr: 0x6F80, symBinAddr: 0x1E020, symSize: 0xA0 } + - { offsetInCU: 0x47E6, offset: 0xDAE4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM', symObjAddr: 0x7020, symBinAddr: 0x1E0C0, symSize: 0x50 } + - { offsetInCU: 0x4815, offset: 0xDAE7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x7070, symBinAddr: 0x1E110, symSize: 0xA0 } + - { offsetInCU: 0x485D, offset: 0xDAEC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x7110, symBinAddr: 0x1E1B0, symSize: 0x80 } + - { offsetInCU: 0x4935, offset: 0xDAF9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x7260, symBinAddr: 0x1E300, symSize: 0x70 } + - { offsetInCU: 0x4998, offset: 0xDAFFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x72D0, symBinAddr: 0x1E370, symSize: 0x50 } + - { offsetInCU: 0x49C7, offset: 0xDB02C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x7320, symBinAddr: 0x1E3C0, symSize: 0x80 } + - { offsetInCU: 0x4A17, offset: 0xDB07C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x73A0, symBinAddr: 0x1E440, symSize: 0xA0 } + - { offsetInCU: 0x4A82, offset: 0xDB0E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x7440, symBinAddr: 0x1E4E0, symSize: 0xD0 } + - { offsetInCU: 0x4B52, offset: 0xDB1B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12reloadImagesyyF', symObjAddr: 0x7510, symBinAddr: 0x1E5B0, symSize: 0x80 } + - { offsetInCU: 0x4B88, offset: 0xDB1ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x7590, symBinAddr: 0x1E630, symSize: 0x80 } + - { offsetInCU: 0x4BDE, offset: 0xDB243, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x7610, symBinAddr: 0x1E6B0, symSize: 0x140 } + - { offsetInCU: 0x4C94, offset: 0xDB2F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x7750, symBinAddr: 0x1E7F0, symSize: 0xB0 } + - { offsetInCU: 0x4CFE, offset: 0xDB363, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x7800, symBinAddr: 0x1E8A0, symSize: 0xB0 } + - { offsetInCU: 0x4D68, offset: 0xDB3CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x78B0, symBinAddr: 0x1E950, symSize: 0x80 } + - { offsetInCU: 0x4DB0, offset: 0xDB415, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x7930, symBinAddr: 0x1E9D0, symSize: 0x80 } + - { offsetInCU: 0x4E18, offset: 0xDB47D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x79B0, symBinAddr: 0x1EA50, symSize: 0x240 } + - { offsetInCU: 0x4EEC, offset: 0xDB551, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x7BF0, symBinAddr: 0x1EC90, symSize: 0x180 } + - { offsetInCU: 0x4FC0, offset: 0xDB625, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x7D70, symBinAddr: 0x1EE10, symSize: 0x170 } + - { offsetInCU: 0x51A3, offset: 0xDB808, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7EE0, symBinAddr: 0x1EF80, symSize: 0x80 } + - { offsetInCU: 0x521C, offset: 0xDB881, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7F60, symBinAddr: 0x1F000, symSize: 0xF0 } + - { offsetInCU: 0x52FE, offset: 0xDB963, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x8050, symBinAddr: 0x1F0F0, symSize: 0xF0 } + - { offsetInCU: 0x53D2, offset: 0xDBA37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF', symObjAddr: 0x8140, symBinAddr: 0x1F1E0, symSize: 0xD0 } + - { offsetInCU: 0x5480, offset: 0xDBAE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF', symObjAddr: 0x8210, symBinAddr: 0x1F2B0, symSize: 0xA0 } + - { offsetInCU: 0x5507, offset: 0xDBB6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVF', symObjAddr: 0x82B0, symBinAddr: 0x1F350, symSize: 0x150 } + - { offsetInCU: 0x5561, offset: 0xDBBC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_', symObjAddr: 0x8400, symBinAddr: 0x1F4A0, symSize: 0x70 } + - { offsetInCU: 0x55A6, offset: 0xDBC0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014updateInFlightB0yyF', symObjAddr: 0x8470, symBinAddr: 0x1F510, symSize: 0x270 } + - { offsetInCU: 0x580E, offset: 0xDBE73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC24updateRasterizationStateyyF', symObjAddr: 0x86E0, symBinAddr: 0x1F780, symSize: 0x1E0 } + - { offsetInCU: 0x5969, offset: 0xDBFCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x88C0, symBinAddr: 0x1F960, symSize: 0x120 } + - { offsetInCU: 0x5AA0, offset: 0xDC105, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04makebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL11usingEngineyAA09RenderingP6OptionO_tF', symObjAddr: 0x89E0, symBinAddr: 0x1FA80, symSize: 0x700 } + - { offsetInCU: 0x5ECA, offset: 0xDC52F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014makeMainThreadbC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0efbC0CAA0aB0C_tF', symObjAddr: 0x90E0, symBinAddr: 0x20180, symSize: 0x190 } + - { offsetInCU: 0x5FDF, offset: 0xDC644, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tF', symObjAddr: 0x9270, symBinAddr: 0x20310, symSize: 0x240 } + - { offsetInCU: 0x6139, offset: 0xDC79E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_', symObjAddr: 0x94B0, symBinAddr: 0x20550, symSize: 0x270 } + - { offsetInCU: 0x6432, offset: 0xDCA97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tF', symObjAddr: 0x9720, symBinAddr: 0x207C0, symSize: 0x350 } + - { offsetInCU: 0x65DF, offset: 0xDCC44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_', symObjAddr: 0x9A70, symBinAddr: 0x20B10, symSize: 0x50 } + - { offsetInCU: 0x661E, offset: 0xDCC83, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGF', symObjAddr: 0x9B70, symBinAddr: 0x20C10, symSize: 0x330 } + - { offsetInCU: 0x68B9, offset: 0xDCF1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_', symObjAddr: 0x9EA0, symBinAddr: 0x20F40, symSize: 0x230 } + - { offsetInCU: 0x6A86, offset: 0xDD0EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB11IfNecessary33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0xA0D0, symBinAddr: 0x21170, symSize: 0x170 } + - { offsetInCU: 0x6D10, offset: 0xDD375, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06addNewB10ForContext33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA0bG0VF', symObjAddr: 0xA240, symBinAddr: 0x212E0, symSize: 0xF40 } + - { offsetInCU: 0x7627, offset: 0xDDC8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19reducedMotionMarker33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLAA0F0CSgvg', symObjAddr: 0xB1B0, symBinAddr: 0x22250, symSize: 0x130 } + - { offsetInCU: 0x76FD, offset: 0xDDD62, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA03DotA4FileC0B0VF', symObjAddr: 0xB2E0, symBinAddr: 0x22380, symSize: 0x110 } + - { offsetInCU: 0x77FE, offset: 0xDDE63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC017playReducedMotionB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL10completionyySbcSg_tF', symObjAddr: 0xB3F0, symBinAddr: 0x22490, symSize: 0x150 } + - { offsetInCU: 0x7919, offset: 0xDDF7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfC', symObjAddr: 0xB540, symBinAddr: 0x225E0, symSize: 0x20 } + - { offsetInCU: 0x7937, offset: 0xDDF9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfc', symObjAddr: 0xB560, symBinAddr: 0x22600, symSize: 0x30 } + - { offsetInCU: 0x799A, offset: 0xDDFFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfcTo', symObjAddr: 0xB590, symBinAddr: 0x22630, symSize: 0x30 } + - { offsetInCU: 0x7A01, offset: 0xDE066, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfD', symObjAddr: 0xB5C0, symBinAddr: 0x22660, symSize: 0x30 } + - { offsetInCU: 0x7A2E, offset: 0xDE093, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0xC250, symBinAddr: 0x232F0, symSize: 0x550 } + - { offsetInCU: 0x7B9E, offset: 0xDE203, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfCTfq4nneennn_nTf4nnngnnn_n', symObjAddr: 0xCAE0, symBinAddr: 0x23B80, symSize: 0xB0 } + - { offsetInCU: 0x7BE4, offset: 0xDE249, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0xCCF0, symBinAddr: 0x23D50, symSize: 0x430 } + - { offsetInCU: 0x7CDE, offset: 0xDE343, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvsTf4gn_n', symObjAddr: 0xD530, symBinAddr: 0x24590, symSize: 0xF0 } + - { offsetInCU: 0x7D6D, offset: 0xDE3D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0xD660, symBinAddr: 0x246C0, symSize: 0xE0 } + - { offsetInCU: 0x7DE5, offset: 0xDE44A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0xD870, symBinAddr: 0x248D0, symSize: 0xD0 } + - { offsetInCU: 0x7E83, offset: 0xDE4E8, size: 0x8, addend: 0x0, symName: ___swift_mutable_project_boxed_opaque_existential_1, symObjAddr: 0xFD0, symBinAddr: 0x18070, symSize: 0x30 } + - { offsetInCU: 0x81A7, offset: 0xDE80C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTK', symObjAddr: 0x4200, symBinAddr: 0x1B2A0, symSize: 0x70 } + - { offsetInCU: 0x81D4, offset: 0xDE839, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTk', symObjAddr: 0x4270, symBinAddr: 0x1B310, symSize: 0xF0 } + - { offsetInCU: 0x8264, offset: 0xDE8C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvpACTk', symObjAddr: 0x43D0, symBinAddr: 0x1B470, symSize: 0x60 } + - { offsetInCU: 0x829A, offset: 0xDE8FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTK', symObjAddr: 0x4470, symBinAddr: 0x1B510, symSize: 0x90 } + - { offsetInCU: 0x82C7, offset: 0xDE92C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTk', symObjAddr: 0x4500, symBinAddr: 0x1B5A0, symSize: 0xC0 } + - { offsetInCU: 0x82FF, offset: 0xDE964, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x4690, symBinAddr: 0x1B730, symSize: 0xB0 } + - { offsetInCU: 0x8340, offset: 0xDE9A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x4AD0, symBinAddr: 0x1BB70, symSize: 0xA0 } + - { offsetInCU: 0x84A1, offset: 0xDEB06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvpACTk', symObjAddr: 0x4F30, symBinAddr: 0x1BFD0, symSize: 0x30 } + - { offsetInCU: 0x84CE, offset: 0xDEB33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x50F0, symBinAddr: 0x1C190, symSize: 0x90 } + - { offsetInCU: 0x84FB, offset: 0xDEB60, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x5180, symBinAddr: 0x1C220, symSize: 0x80 } + - { offsetInCU: 0x8528, offset: 0xDEB8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x5200, symBinAddr: 0x1C2A0, symSize: 0x60 } + - { offsetInCU: 0x8540, offset: 0xDEBA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x5750, symBinAddr: 0x1C7F0, symSize: 0x50 } + - { offsetInCU: 0x856D, offset: 0xDEBD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x57A0, symBinAddr: 0x1C840, symSize: 0x40 } + - { offsetInCU: 0x859A, offset: 0xDEBFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x5B70, symBinAddr: 0x1CC10, symSize: 0x60 } + - { offsetInCU: 0x860A, offset: 0xDEC6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x5E60, symBinAddr: 0x1CF00, symSize: 0x50 } + - { offsetInCU: 0x87BA, offset: 0xDEE1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x67D0, symBinAddr: 0x1D870, symSize: 0x80 } + - { offsetInCU: 0x87F6, offset: 0xDEE5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvpACTk', symObjAddr: 0x6ED0, symBinAddr: 0x1DF70, symSize: 0x90 } + - { offsetInCU: 0x8847, offset: 0xDEEAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x7190, symBinAddr: 0x1E230, symSize: 0x80 } + - { offsetInCU: 0x8CC8, offset: 0xDF32D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LL_WZ', symObjAddr: 0xB180, symBinAddr: 0x22220, symSize: 0x30 } + - { offsetInCU: 0x8D83, offset: 0xDF3E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfETo', symObjAddr: 0xB5F0, symBinAddr: 0x22690, symSize: 0x120 } + - { offsetInCU: 0x8DC8, offset: 0xDF42D, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0xB710, symBinAddr: 0x227B0, symSize: 0x60 } + - { offsetInCU: 0x8E20, offset: 0xDF485, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xB770, symBinAddr: 0x22810, symSize: 0x40 } + - { offsetInCU: 0x8E78, offset: 0xDF4DD, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSi_Tg5', symObjAddr: 0xB7B0, symBinAddr: 0x22850, symSize: 0x30 } + - { offsetInCU: 0x8EC5, offset: 0xDF52A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xB7E0, symBinAddr: 0x22880, symSize: 0x30 } + - { offsetInCU: 0x8F13, offset: 0xDF578, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xB810, symBinAddr: 0x228B0, symSize: 0xB0 } + - { offsetInCU: 0x902C, offset: 0xDF691, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xB950, symBinAddr: 0x229F0, symSize: 0x30 } + - { offsetInCU: 0x906F, offset: 0xDF6D4, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xB980, symBinAddr: 0x22A20, symSize: 0x50 } + - { offsetInCU: 0x9105, offset: 0xDF76A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0xB9D0, symBinAddr: 0x22A70, symSize: 0xE0 } + - { offsetInCU: 0x914F, offset: 0xDF7B4, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xBAB0, symBinAddr: 0x22B50, symSize: 0xA0 } + - { offsetInCU: 0x917F, offset: 0xDF7E4, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xBB50, symBinAddr: 0x22BF0, symSize: 0x120 } + - { offsetInCU: 0x91C5, offset: 0xDF82A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xBC70, symBinAddr: 0x22D10, symSize: 0x1B0 } + - { offsetInCU: 0x92DF, offset: 0xDF944, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xC030, symBinAddr: 0x230D0, symSize: 0xC0 } + - { offsetInCU: 0x930C, offset: 0xDF971, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xC0F0, symBinAddr: 0x23190, symSize: 0x90 } + - { offsetInCU: 0x93CF, offset: 0xDFA34, size: 0x8, addend: 0x0, symName: '_$ss32_copyCollectionToContiguousArrayys0dE0Vy7ElementQzGxSlRzlFs0E5SliceVySSG_Tg5', symObjAddr: 0xC180, symBinAddr: 0x23220, symSize: 0xD0 } + - { offsetInCU: 0x954E, offset: 0xDFBB3, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_n', symObjAddr: 0xC7A0, symBinAddr: 0x23840, symSize: 0x130 } + - { offsetInCU: 0x95DC, offset: 0xDFC41, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_n', symObjAddr: 0xC8D0, symBinAddr: 0x23970, symSize: 0xA0 } + - { offsetInCU: 0x96AB, offset: 0xDFD10, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOc', symObjAddr: 0xCB90, symBinAddr: 0x23C30, symSize: 0x40 } + - { offsetInCU: 0x96BF, offset: 0xDFD24, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOh', symObjAddr: 0xCC10, symBinAddr: 0x23C70, symSize: 0x30 } + - { offsetInCU: 0x96D3, offset: 0xDFD38, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOc', symObjAddr: 0xCC40, symBinAddr: 0x23CA0, symSize: 0x30 } + - { offsetInCU: 0x96E7, offset: 0xDFD4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCMa', symObjAddr: 0xCC70, symBinAddr: 0x23CD0, symSize: 0x20 } + - { offsetInCU: 0x96FB, offset: 0xDFD60, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOh', symObjAddr: 0xCC90, symBinAddr: 0x23CF0, symSize: 0x30 } + - { offsetInCU: 0x970F, offset: 0xDFD74, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVSgWOe', symObjAddr: 0xCCC0, symBinAddr: 0x23D20, symSize: 0x30 } + - { offsetInCU: 0x975F, offset: 0xDFDC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOe', symObjAddr: 0xD120, symBinAddr: 0x24180, symSize: 0x30 } + - { offsetInCU: 0x9773, offset: 0xDFDD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOe', symObjAddr: 0xD150, symBinAddr: 0x241B0, symSize: 0xB0 } + - { offsetInCU: 0x9787, offset: 0xDFDEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOe', symObjAddr: 0xD200, symBinAddr: 0x24260, symSize: 0x20 } + - { offsetInCU: 0x979B, offset: 0xDFE00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOe', symObjAddr: 0xD220, symBinAddr: 0x24280, symSize: 0x50 } + - { offsetInCU: 0x97F1, offset: 0xDFE56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_TA', symObjAddr: 0xD390, symBinAddr: 0x243F0, symSize: 0x20 } + - { offsetInCU: 0x9805, offset: 0xDFE6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOy', symObjAddr: 0xD3B0, symBinAddr: 0x24410, symSize: 0x20 } + - { offsetInCU: 0x9819, offset: 0xDFE7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOy', symObjAddr: 0xD3D0, symBinAddr: 0x24430, symSize: 0x30 } + - { offsetInCU: 0x982D, offset: 0xDFE92, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOy', symObjAddr: 0xD400, symBinAddr: 0x24460, symSize: 0xB0 } + - { offsetInCU: 0x9841, offset: 0xDFEA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOy', symObjAddr: 0xD4B0, symBinAddr: 0x24510, symSize: 0x50 } + - { offsetInCU: 0x9855, offset: 0xDFEBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOf', symObjAddr: 0xD500, symBinAddr: 0x24560, symSize: 0x30 } + - { offsetInCU: 0x9869, offset: 0xDFECE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOy', symObjAddr: 0xD620, symBinAddr: 0x24680, symSize: 0x20 } + - { offsetInCU: 0x987D, offset: 0xDFEE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOe', symObjAddr: 0xD640, symBinAddr: 0x246A0, symSize: 0x20 } + - { offsetInCU: 0x9891, offset: 0xDFEF6, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_1, symObjAddr: 0xD740, symBinAddr: 0x247A0, symSize: 0x130 } + - { offsetInCU: 0x98A5, offset: 0xDFF0A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerCMa', symObjAddr: 0xEB90, symBinAddr: 0x25BF0, symSize: 0x30 } + - { offsetInCU: 0x98B9, offset: 0xDFF1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_TA', symObjAddr: 0xEBC0, symBinAddr: 0x25C20, symSize: 0x10 } + - { offsetInCU: 0x98CD, offset: 0xDFF32, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xEBD0, symBinAddr: 0x25C30, symSize: 0x20 } + - { offsetInCU: 0x98E1, offset: 0xDFF46, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0xEBF0, symBinAddr: 0x25C50, symSize: 0x40 } + - { offsetInCU: 0x98F5, offset: 0xDFF5A, size: 0x8, addend: 0x0, symName: '_$sSaySSGMa', symObjAddr: 0xEC30, symBinAddr: 0x25C90, symSize: 0x30 } + - { offsetInCU: 0x9909, offset: 0xDFF6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFSSyXEfu_TA', symObjAddr: 0xEC60, symBinAddr: 0x25CC0, symSize: 0x10 } + - { offsetInCU: 0x991D, offset: 0xDFF82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xEC70, symBinAddr: 0x25CD0, symSize: 0x20 } + - { offsetInCU: 0x9931, offset: 0xDFF96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xEC90, symBinAddr: 0x25CF0, symSize: 0x10 } + - { offsetInCU: 0x9945, offset: 0xDFFAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xECA0, symBinAddr: 0x25D00, symSize: 0x80 } + - { offsetInCU: 0x99CA, offset: 0xE002F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SbyXEfu_TA', symObjAddr: 0xED20, symBinAddr: 0x25D80, symSize: 0x20 } + - { offsetInCU: 0x9A34, offset: 0xE0099, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_TA', symObjAddr: 0xED40, symBinAddr: 0x25DA0, symSize: 0x10 } + - { offsetInCU: 0x9A48, offset: 0xE00AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xED50, symBinAddr: 0x25DB0, symSize: 0x20 } + - { offsetInCU: 0x9A5C, offset: 0xE00C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xED70, symBinAddr: 0x25DD0, symSize: 0x20 } + - { offsetInCU: 0x9A70, offset: 0xE00D5, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyxq___GSHRzr0_lWOe', symObjAddr: 0xED90, symBinAddr: 0x25DF0, symSize: 0x20 } + - { offsetInCU: 0x9A84, offset: 0xE00E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0xEE60, symBinAddr: 0x25E90, symSize: 0x20 } + - { offsetInCU: 0x9AA3, offset: 0xE0108, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0xEE80, symBinAddr: 0x25EB0, symSize: 0x20 } + - { offsetInCU: 0x9AD7, offset: 0xE013C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOytIegnnr_AcEIeggn_TRTA', symObjAddr: 0xEEA0, symBinAddr: 0x25ED0, symSize: 0x50 } + - { offsetInCU: 0x9B0B, offset: 0xE0170, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOIeggn_AcEytIegnnr_TRTA', symObjAddr: 0xEEF0, symBinAddr: 0x25F20, symSize: 0x20 } + - { offsetInCU: 0x9B34, offset: 0xE0199, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0xEF10, symBinAddr: 0x25F40, symSize: 0x30 } + - { offsetInCU: 0x9B48, offset: 0xE01AD, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOh', symObjAddr: 0xEF40, symBinAddr: 0x25F70, symSize: 0x30 } + - { offsetInCU: 0x9B5C, offset: 0xE01C1, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_1, symObjAddr: 0xEF70, symBinAddr: 0x25FA0, symSize: 0x30 } + - { offsetInCU: 0x9B70, offset: 0xE01D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOb', symObjAddr: 0xEFA0, symBinAddr: 0x25FD0, symSize: 0x20 } + - { offsetInCU: 0x9B84, offset: 0xE01E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_TA', symObjAddr: 0xEFF0, symBinAddr: 0x26020, symSize: 0x10 } + - { offsetInCU: 0x9B98, offset: 0xE01FD, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xF000, symBinAddr: 0x26030, symSize: 0x20 } + - { offsetInCU: 0x9BAC, offset: 0xE0211, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xF020, symBinAddr: 0x26050, symSize: 0x10 } + - { offsetInCU: 0x9BC0, offset: 0xE0225, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOd', symObjAddr: 0xF030, symBinAddr: 0x26060, symSize: 0x30 } + - { offsetInCU: 0x9BD4, offset: 0xE0239, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOe', symObjAddr: 0xF060, symBinAddr: 0x26090, symSize: 0x30 } + - { offsetInCU: 0x9BE8, offset: 0xE024D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOc', symObjAddr: 0xF090, symBinAddr: 0x260C0, symSize: 0x30 } + - { offsetInCU: 0x9BFC, offset: 0xE0261, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV3key_AA16AnyValueProvider_p5valuetSgWOb', symObjAddr: 0xF0C0, symBinAddr: 0x260F0, symSize: 0x40 } + - { offsetInCU: 0x9C2F, offset: 0xE0294, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x170A0, symSize: 0x60 } + - { offsetInCU: 0x9CB3, offset: 0xE0318, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x60, symBinAddr: 0x17100, symSize: 0x60 } + - { offsetInCU: 0x9D37, offset: 0xE039C, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0xC0, symBinAddr: 0x17160, symSize: 0x60 } + - { offsetInCU: 0x9DBB, offset: 0xE0420, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x120, symBinAddr: 0x171C0, symSize: 0x70 } + - { offsetInCU: 0x9E4A, offset: 0xE04AF, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x190, symBinAddr: 0x17230, symSize: 0x70 } + - { offsetInCU: 0x9ED9, offset: 0xE053E, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8MaskModeO_Tg5', symObjAddr: 0x200, symBinAddr: 0x172A0, symSize: 0x60 } + - { offsetInCU: 0x9F5D, offset: 0xE05C2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x260, symBinAddr: 0x17300, symSize: 0x60 } + - { offsetInCU: 0x9FE1, offset: 0xE0646, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x17360, symSize: 0x70 } + - { offsetInCU: 0xA070, offset: 0xE06D5, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x330, symBinAddr: 0x173D0, symSize: 0x60 } + - { offsetInCU: 0xA0F4, offset: 0xE0759, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x390, symBinAddr: 0x17430, symSize: 0x90 } + - { offsetInCU: 0xA14F, offset: 0xE07B4, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x420, symBinAddr: 0x174C0, symSize: 0x70 } + - { offsetInCU: 0xA1DE, offset: 0xE0843, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x490, symBinAddr: 0x17530, symSize: 0x60 } + - { offsetInCU: 0xA262, offset: 0xE08C7, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x4F0, symBinAddr: 0x17590, symSize: 0x70 } + - { offsetInCU: 0xA2F1, offset: 0xE0956, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x560, symBinAddr: 0x17600, symSize: 0x70 } + - { offsetInCU: 0xA380, offset: 0xE09E5, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x5D0, symBinAddr: 0x17670, symSize: 0x70 } + - { offsetInCU: 0xA40F, offset: 0xE0A74, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x640, symBinAddr: 0x176E0, symSize: 0x60 } + - { offsetInCU: 0xA493, offset: 0xE0AF8, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x6A0, symBinAddr: 0x17740, symSize: 0xC0 } + - { offsetInCU: 0xA51B, offset: 0xE0B80, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x760, symBinAddr: 0x17800, symSize: 0x70 } + - { offsetInCU: 0xA5AA, offset: 0xE0C0F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x7D0, symBinAddr: 0x17870, symSize: 0x60 } + - { offsetInCU: 0xA62E, offset: 0xE0C93, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x830, symBinAddr: 0x178D0, symSize: 0x90 } + - { offsetInCU: 0xA681, offset: 0xE0CE6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x8C0, symBinAddr: 0x17960, symSize: 0x60 } + - { offsetInCU: 0xA705, offset: 0xE0D6A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x920, symBinAddr: 0x179C0, symSize: 0x60 } + - { offsetInCU: 0xA789, offset: 0xE0DEE, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x980, symBinAddr: 0x17A20, symSize: 0x70 } + - { offsetInCU: 0xA7E4, offset: 0xE0E49, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xA00, symBinAddr: 0x17AA0, symSize: 0x70 } + - { offsetInCU: 0xA873, offset: 0xE0ED8, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xA70, symBinAddr: 0x17B10, symSize: 0x60 } + - { offsetInCU: 0xA8F7, offset: 0xE0F5C, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xAD0, symBinAddr: 0x17B70, symSize: 0x70 } + - { offsetInCU: 0xA986, offset: 0xE0FEB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xB40, symBinAddr: 0x17BE0, symSize: 0x60 } + - { offsetInCU: 0xAA0A, offset: 0xE106F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xC20, symBinAddr: 0x17CC0, symSize: 0x60 } + - { offsetInCU: 0xAA8E, offset: 0xE10F3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie06EffectC0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xC80, symBinAddr: 0x17D20, symSize: 0x60 } + - { offsetInCU: 0xAAE9, offset: 0xE114E, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xCE0, symBinAddr: 0x17D80, symSize: 0x70 } + - { offsetInCU: 0xAB44, offset: 0xE11A9, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xD50, symBinAddr: 0x17DF0, symSize: 0x60 } + - { offsetInCU: 0xAB9F, offset: 0xE1204, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xDB0, symBinAddr: 0x17E50, symSize: 0x60 } + - { offsetInCU: 0xAC23, offset: 0xE1288, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xE10, symBinAddr: 0x17EB0, symSize: 0x60 } + - { offsetInCU: 0xACA7, offset: 0xE130C, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xE70, symBinAddr: 0x17F10, symSize: 0x50 } + - { offsetInCU: 0xAD02, offset: 0xE1367, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0xEC0, symBinAddr: 0x17F60, symSize: 0x70 } + - { offsetInCU: 0xB271, offset: 0xE18D6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8FontListC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xC970, symBinAddr: 0x23A10, symSize: 0x10 } + - { offsetInCU: 0xB28D, offset: 0xE18F2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4dd_n', symObjAddr: 0xC980, symBinAddr: 0x23A20, symSize: 0x10 } + - { offsetInCU: 0xB2A9, offset: 0xE190E, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4dd_n', symObjAddr: 0xC990, symBinAddr: 0x23A30, symSize: 0x10 } + - { offsetInCU: 0xB2C5, offset: 0xE192A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4dd_n', symObjAddr: 0xC9A0, symBinAddr: 0x23A40, symSize: 0x10 } + - { offsetInCU: 0xB2E1, offset: 0xE1946, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4dd_n', symObjAddr: 0xC9B0, symBinAddr: 0x23A50, symSize: 0x10 } + - { offsetInCU: 0xB2FD, offset: 0xE1962, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie014Vector1DEffectC0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4dd_n', symObjAddr: 0xC9C0, symBinAddr: 0x23A60, symSize: 0x10 } + - { offsetInCU: 0xB319, offset: 0xE197E, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie011ColorEffectC0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4dd_n', symObjAddr: 0xC9D0, symBinAddr: 0x23A70, symSize: 0x10 } + - { offsetInCU: 0xB335, offset: 0xE199A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4dd_n', symObjAddr: 0xC9E0, symBinAddr: 0x23A80, symSize: 0x10 } + - { offsetInCU: 0xB351, offset: 0xE19B6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4dd_n', symObjAddr: 0xC9F0, symBinAddr: 0x23A90, symSize: 0x10 } + - { offsetInCU: 0xB36D, offset: 0xE19D2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4dd_n', symObjAddr: 0xCA00, symBinAddr: 0x23AA0, symSize: 0x10 } + - { offsetInCU: 0xB389, offset: 0xE19EE, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4dd_n', symObjAddr: 0xCA10, symBinAddr: 0x23AB0, symSize: 0x10 } + - { offsetInCU: 0xB3A5, offset: 0xE1A0A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie13DiscriminatorO_Tg5Tf4dd_n', symObjAddr: 0xCA20, symBinAddr: 0x23AC0, symSize: 0x10 } + - { offsetInCU: 0xB3C1, offset: 0xE1A26, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xCA30, symBinAddr: 0x23AD0, symSize: 0x10 } + - { offsetInCU: 0xB401, offset: 0xE1A66, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufC6Lottie15AnyNodeProperty_p_SD6ValuesVySSAdE_p_GTg5Tf4gd_n', symObjAddr: 0xCA40, symBinAddr: 0x23AE0, symSize: 0xA0 } + - { offsetInCU: 0xB4E1, offset: 0xE1B46, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufCSS_s10ArraySliceVySSGTg5Tf4nd_n', symObjAddr: 0xD270, symBinAddr: 0x242D0, symSize: 0xC0 } + - { offsetInCU: 0x3F, offset: 0xE22A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1D0, symBinAddr: 0x261C0, symSize: 0x1F0 } + - { offsetInCU: 0xC8, offset: 0xE2329, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x3C0, symBinAddr: 0x263B0, symSize: 0x2B0 } + - { offsetInCU: 0x13A, offset: 0xE239B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE10updateTree_12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x670, symBinAddr: 0x26660, symSize: 0x40 } + - { offsetInCU: 0x195, offset: 0xE23F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE11keypathNameSSvg', symObjAddr: 0x6B0, symBinAddr: 0x266A0, symSize: 0x60 } + - { offsetInCU: 0x1D2, offset: 0xE2433, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE17keypathPropertiesSDySSAA03AnyC8Property_pGvg', symObjAddr: 0x710, symBinAddr: 0x26700, symSize: 0x60 } + - { offsetInCU: 0x20F, offset: 0xE2470, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13childKeypathsSayAA17KeypathSearchable_pGvg', symObjAddr: 0x770, symBinAddr: 0x26760, symSize: 0x60 } + - { offsetInCU: 0x24C, offset: 0xE24AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x7D0, symBinAddr: 0x267C0, symSize: 0x10 } + - { offsetInCU: 0x268, offset: 0xE24C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x7E0, symBinAddr: 0x267D0, symSize: 0x10 } + - { offsetInCU: 0x284, offset: 0xE24E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7F0, symBinAddr: 0x267E0, symSize: 0x10 } + - { offsetInCU: 0x2A0, offset: 0xE2501, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x800, symBinAddr: 0x267F0, symSize: 0x10 } + - { offsetInCU: 0x2BC, offset: 0xE251D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x810, symBinAddr: 0x26800, symSize: 0x20 } + - { offsetInCU: 0x2D8, offset: 0xE2539, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x830, symBinAddr: 0x26820, symSize: 0x20 } + - { offsetInCU: 0x2F4, offset: 0xE2555, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x850, symBinAddr: 0x26840, symSize: 0x20 } + - { offsetInCU: 0x310, offset: 0xE2571, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x870, symBinAddr: 0x26860, symSize: 0x10 } + - { offsetInCU: 0x32C, offset: 0xE258D, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_2, symObjAddr: 0x880, symBinAddr: 0x26870, symSize: 0x30 } + - { offsetInCU: 0x340, offset: 0xE25A1, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_2, symObjAddr: 0x8B0, symBinAddr: 0x268A0, symSize: 0x30 } + - { offsetInCU: 0x354, offset: 0xE25B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8E0, symBinAddr: 0x268D0, symSize: 0x10 } + - { offsetInCU: 0x370, offset: 0xE25D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x8F0, symBinAddr: 0x268E0, symSize: 0x10 } + - { offsetInCU: 0x38C, offset: 0xE25ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x900, symBinAddr: 0x268F0, symSize: 0x10 } + - { offsetInCU: 0x3A8, offset: 0xE2609, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x910, symBinAddr: 0x26900, symSize: 0x10 } + - { offsetInCU: 0x460, offset: 0xE26C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x930, symBinAddr: 0x26920, symSize: 0x20 } + - { offsetInCU: 0x51A, offset: 0xE277B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x950, symBinAddr: 0x26940, symSize: 0x20 } + - { offsetInCU: 0x5B6, offset: 0xE2817, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x970, symBinAddr: 0x26960, symSize: 0x10 } + - { offsetInCU: 0x5D2, offset: 0xE2833, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x980, symBinAddr: 0x26970, symSize: 0x10 } + - { offsetInCU: 0x5EE, offset: 0xE284F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x990, symBinAddr: 0x26980, symSize: 0x10 } + - { offsetInCU: 0x60A, offset: 0xE286B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9A0, symBinAddr: 0x26990, symSize: 0x10 } + - { offsetInCU: 0x635, offset: 0xE2896, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x9B0, symBinAddr: 0x269A0, symSize: 0x10 } + - { offsetInCU: 0x667, offset: 0xE28C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x9C0, symBinAddr: 0x269B0, symSize: 0x20 } + - { offsetInCU: 0x683, offset: 0xE28E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x9E0, symBinAddr: 0x269D0, symSize: 0x20 } + - { offsetInCU: 0x69F, offset: 0xE2900, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA00, symBinAddr: 0x269F0, symSize: 0x20 } + - { offsetInCU: 0x6BB, offset: 0xE291C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA20, symBinAddr: 0x26A10, symSize: 0x10 } + - { offsetInCU: 0x6D7, offset: 0xE2938, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA30, symBinAddr: 0x26A20, symSize: 0x10 } + - { offsetInCU: 0x6F3, offset: 0xE2954, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xA40, symBinAddr: 0x26A30, symSize: 0x10 } + - { offsetInCU: 0x70F, offset: 0xE2970, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA50, symBinAddr: 0x26A40, symSize: 0x10 } + - { offsetInCU: 0x72B, offset: 0xE298C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA60, symBinAddr: 0x26A50, symSize: 0x10 } + - { offsetInCU: 0x7C5, offset: 0xE2A26, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA80, symBinAddr: 0x26A70, symSize: 0x20 } + - { offsetInCU: 0x861, offset: 0xE2AC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAA0, symBinAddr: 0x26A90, symSize: 0x10 } + - { offsetInCU: 0x87D, offset: 0xE2ADE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xAB0, symBinAddr: 0x26AA0, symSize: 0x10 } + - { offsetInCU: 0x899, offset: 0xE2AFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xAC0, symBinAddr: 0x26AB0, symSize: 0x10 } + - { offsetInCU: 0x8B5, offset: 0xE2B16, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAD0, symBinAddr: 0x26AC0, symSize: 0x10 } + - { offsetInCU: 0x8D1, offset: 0xE2B32, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAE0, symBinAddr: 0x26AD0, symSize: 0x10 } + - { offsetInCU: 0x8ED, offset: 0xE2B4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAF0, symBinAddr: 0x26AE0, symSize: 0x10 } + - { offsetInCU: 0x909, offset: 0xE2B6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB00, symBinAddr: 0x26AF0, symSize: 0x10 } + - { offsetInCU: 0x925, offset: 0xE2B86, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB10, symBinAddr: 0x26B00, symSize: 0x10 } + - { offsetInCU: 0x941, offset: 0xE2BA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB20, symBinAddr: 0x26B10, symSize: 0x10 } + - { offsetInCU: 0x95D, offset: 0xE2BBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB30, symBinAddr: 0x26B20, symSize: 0x10 } + - { offsetInCU: 0x979, offset: 0xE2BDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB40, symBinAddr: 0x26B30, symSize: 0x10 } + - { offsetInCU: 0x995, offset: 0xE2BF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xB50, symBinAddr: 0x26B40, symSize: 0x10 } + - { offsetInCU: 0xA2F, offset: 0xE2C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xB70, symBinAddr: 0x26B60, symSize: 0x20 } + - { offsetInCU: 0xACB, offset: 0xE2D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB90, symBinAddr: 0x26B80, symSize: 0x10 } + - { offsetInCU: 0xAE7, offset: 0xE2D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xBA0, symBinAddr: 0x26B90, symSize: 0x10 } + - { offsetInCU: 0xB03, offset: 0xE2D64, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xBB0, symBinAddr: 0x26BA0, symSize: 0x10 } + - { offsetInCU: 0xB1F, offset: 0xE2D80, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBC0, symBinAddr: 0x26BB0, symSize: 0x10 } + - { offsetInCU: 0xB3B, offset: 0xE2D9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBD0, symBinAddr: 0x26BC0, symSize: 0x10 } + - { offsetInCU: 0xB57, offset: 0xE2DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xBE0, symBinAddr: 0x26BD0, symSize: 0x10 } + - { offsetInCU: 0xBF1, offset: 0xE2E52, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC00, symBinAddr: 0x26BF0, symSize: 0x20 } + - { offsetInCU: 0xC8D, offset: 0xE2EEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC20, symBinAddr: 0x26C10, symSize: 0x10 } + - { offsetInCU: 0xCA9, offset: 0xE2F0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC30, symBinAddr: 0x26C20, symSize: 0x10 } + - { offsetInCU: 0xCC5, offset: 0xE2F26, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xC40, symBinAddr: 0x26C30, symSize: 0x10 } + - { offsetInCU: 0xCE1, offset: 0xE2F42, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xC50, symBinAddr: 0x26C40, symSize: 0x10 } + - { offsetInCU: 0xCFD, offset: 0xE2F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xC60, symBinAddr: 0x26C50, symSize: 0x10 } + - { offsetInCU: 0xD97, offset: 0xE2FF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC70, symBinAddr: 0x26C60, symSize: 0x20 } + - { offsetInCU: 0xE33, offset: 0xE3094, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xC90, symBinAddr: 0x26C80, symSize: 0x10 } + - { offsetInCU: 0xE4F, offset: 0xE30B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xCA0, symBinAddr: 0x26C90, symSize: 0x10 } + - { offsetInCU: 0xE6B, offset: 0xE30CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xCB0, symBinAddr: 0x26CA0, symSize: 0x10 } + - { offsetInCU: 0xF05, offset: 0xE3166, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xCC0, symBinAddr: 0x26CB0, symSize: 0x20 } + - { offsetInCU: 0xFA1, offset: 0xE3202, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xCE0, symBinAddr: 0x26CD0, symSize: 0x10 } + - { offsetInCU: 0xFBD, offset: 0xE321E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xCF0, symBinAddr: 0x26CE0, symSize: 0x10 } + - { offsetInCU: 0xFD9, offset: 0xE323A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xD00, symBinAddr: 0x26CF0, symSize: 0x10 } + - { offsetInCU: 0xFF5, offset: 0xE3256, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xD10, symBinAddr: 0x26D00, symSize: 0x10 } + - { offsetInCU: 0x1011, offset: 0xE3272, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD20, symBinAddr: 0x26D10, symSize: 0x10 } + - { offsetInCU: 0x102D, offset: 0xE328E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD30, symBinAddr: 0x26D20, symSize: 0x10 } + - { offsetInCU: 0x1049, offset: 0xE32AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xD50, symBinAddr: 0x26D40, symSize: 0x10 } + - { offsetInCU: 0x1065, offset: 0xE32C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xD60, symBinAddr: 0x26D50, symSize: 0x10 } + - { offsetInCU: 0x1081, offset: 0xE32E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xD70, symBinAddr: 0x26D60, symSize: 0x10 } + - { offsetInCU: 0x109D, offset: 0xE32FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD80, symBinAddr: 0x26D70, symSize: 0x10 } + - { offsetInCU: 0x10B9, offset: 0xE331A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD90, symBinAddr: 0x26D80, symSize: 0x10 } + - { offsetInCU: 0x10D5, offset: 0xE3336, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xDE0, symBinAddr: 0x26DD0, symSize: 0x10 } + - { offsetInCU: 0x10F1, offset: 0xE3352, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xDF0, symBinAddr: 0x26DE0, symSize: 0x10 } + - { offsetInCU: 0x110D, offset: 0xE336E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xE00, symBinAddr: 0x26DF0, symSize: 0x10 } + - { offsetInCU: 0x1129, offset: 0xE338A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE10, symBinAddr: 0x26E00, symSize: 0x10 } + - { offsetInCU: 0x1145, offset: 0xE33A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE20, symBinAddr: 0x26E10, symSize: 0x10 } + - { offsetInCU: 0x11DF, offset: 0xE3440, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xE30, symBinAddr: 0x26E20, symSize: 0x20 } + - { offsetInCU: 0x127B, offset: 0xE34DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xE50, symBinAddr: 0x26E40, symSize: 0x10 } + - { offsetInCU: 0x1297, offset: 0xE34F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xE60, symBinAddr: 0x26E50, symSize: 0x10 } + - { offsetInCU: 0x12B3, offset: 0xE3514, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xE70, symBinAddr: 0x26E60, symSize: 0x10 } + - { offsetInCU: 0x12CF, offset: 0xE3530, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE80, symBinAddr: 0x26E70, symSize: 0x10 } + - { offsetInCU: 0x12EB, offset: 0xE354C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE90, symBinAddr: 0x26E80, symSize: 0x10 } + - { offsetInCU: 0x1307, offset: 0xE3568, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xED0, symBinAddr: 0x26EC0, symSize: 0x10 } + - { offsetInCU: 0x1323, offset: 0xE3584, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xEE0, symBinAddr: 0x26ED0, symSize: 0x10 } + - { offsetInCU: 0x133F, offset: 0xE35A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xEF0, symBinAddr: 0x26EE0, symSize: 0x10 } + - { offsetInCU: 0x135B, offset: 0xE35BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xF00, symBinAddr: 0x26EF0, symSize: 0x10 } + - { offsetInCU: 0x1377, offset: 0xE35D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xF10, symBinAddr: 0x26F00, symSize: 0x10 } + - { offsetInCU: 0x1393, offset: 0xE35F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xF20, symBinAddr: 0x26F10, symSize: 0x10 } + - { offsetInCU: 0x13AF, offset: 0xE3610, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xF60, symBinAddr: 0x26F50, symSize: 0x10 } + - { offsetInCU: 0x13CB, offset: 0xE362C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xF70, symBinAddr: 0x26F60, symSize: 0x10 } + - { offsetInCU: 0x13E7, offset: 0xE3648, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xF80, symBinAddr: 0x26F70, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0xE38FB, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOh', symObjAddr: 0x450, symBinAddr: 0x274C0, symSize: 0x30 } + - { offsetInCU: 0x2B, offset: 0xE3A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x274F0, symSize: 0x2C0 } + - { offsetInCU: 0x9C, offset: 0xE3ABE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x274F0, symSize: 0x2C0 } + - { offsetInCU: 0x283, offset: 0xE3CA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfcTo', symObjAddr: 0x2C0, symBinAddr: 0x277B0, symSize: 0x20 } + - { offsetInCU: 0x2C9, offset: 0xE3CEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x2E0, symBinAddr: 0x277D0, symSize: 0x80 } + - { offsetInCU: 0x310, offset: 0xE3D32, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfc', symObjAddr: 0x360, symBinAddr: 0x27850, symSize: 0x110 } + - { offsetInCU: 0x370, offset: 0xE3D92, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x470, symBinAddr: 0x27960, symSize: 0x50 } + - { offsetInCU: 0x3AA, offset: 0xE3DCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17markRenderUpdates8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x4C0, symBinAddr: 0x279B0, symSize: 0x140 } + - { offsetInCU: 0x555, offset: 0xE3F77, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15hasRenderUpdate8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x600, symBinAddr: 0x27AF0, symSize: 0x10 } + - { offsetInCU: 0x58C, offset: 0xE3FAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x610, symBinAddr: 0x27B00, symSize: 0x10 } + - { offsetInCU: 0x629, offset: 0xE404B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17updateRenderScaleyyF', symObjAddr: 0x620, symBinAddr: 0x27B10, symSize: 0x150 } + - { offsetInCU: 0x843, offset: 0xE4265, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfD', symObjAddr: 0x770, symBinAddr: 0x27C60, symSize: 0x30 } + - { offsetInCU: 0x916, offset: 0xE4338, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfETo', symObjAddr: 0x7A0, symBinAddr: 0x27C90, symSize: 0x20 } + - { offsetInCU: 0x945, offset: 0xE4367, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCMa', symObjAddr: 0x7C0, symBinAddr: 0x27CB0, symSize: 0x20 } + - { offsetInCU: 0x959, offset: 0xE437B, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0x810, symBinAddr: 0x27CD0, symSize: 0x30 } + - { offsetInCU: 0x75, offset: 0xE4636, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x27D00, symSize: 0x50 } + - { offsetInCU: 0xDA, offset: 0xE469B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCACycfcTo', symObjAddr: 0x50, symBinAddr: 0x27D50, symSize: 0x30 } + - { offsetInCU: 0x169, offset: 0xE472A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5layerACyp_tcfcTo', symObjAddr: 0x80, symBinAddr: 0x27D80, symSize: 0x50 } + - { offsetInCU: 0x1D0, offset: 0xE4791, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCfD', symObjAddr: 0xD0, symBinAddr: 0x27DD0, symSize: 0x30 } + - { offsetInCU: 0x343, offset: 0xE4904, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF', symObjAddr: 0x100, symBinAddr: 0x27E00, symSize: 0x350 } + - { offsetInCU: 0x624, offset: 0xE4BE5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tFSSyXEfu_TA', symObjAddr: 0x450, symBinAddr: 0x28150, symSize: 0x30 } + - { offsetInCU: 0x662, offset: 0xE4C23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x480, symBinAddr: 0x28180, symSize: 0x20 } + - { offsetInCU: 0x676, offset: 0xE4C37, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCMa', symObjAddr: 0xB70, symBinAddr: 0x28850, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0xE4EDA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x30, symBinAddr: 0x29350, symSize: 0x10 } + - { offsetInCU: 0x6F, offset: 0xE4F22, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x30, symBinAddr: 0x29350, symSize: 0x10 } + - { offsetInCU: 0xF8, offset: 0xE4FAB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x40, symBinAddr: 0x29360, symSize: 0x40 } + - { offsetInCU: 0x1DC, offset: 0xE508F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x80, symBinAddr: 0x293A0, symSize: 0x20 } + - { offsetInCU: 0x2B0, offset: 0xE5163, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_', symObjAddr: 0x120, symBinAddr: 0x29440, symSize: 0x10 } + - { offsetInCU: 0x309, offset: 0xE51BC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x130, symBinAddr: 0x29450, symSize: 0x20 } + - { offsetInCU: 0x378, offset: 0xE522B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0VyAESWcfCTf4nd_n', symObjAddr: 0x150, symBinAddr: 0x29470, symSize: 0xC0 } + - { offsetInCU: 0x3F9, offset: 0xE52AC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationO_5countAeA02__B7StorageC_SitcfCTf4nnd_n', symObjAddr: 0x210, symBinAddr: 0x29530, symSize: 0x110 } + - { offsetInCU: 0x459, offset: 0xE530C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x320, symBinAddr: 0x29640, symSize: 0x1A0 } + - { offsetInCU: 0x522, offset: 0xE53D5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFs0D0ADWl', symObjAddr: 0x4C0, symBinAddr: 0x297E0, symSize: 0x30 } + - { offsetInCU: 0x699, offset: 0xE554C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE11consumePart2of9chunkSize9skipCRC328provider8consumers6UInt32Vs5Int64V_SiSbAcN_SitKXEyACKXEtKFZTf4nnnnnd_n', symObjAddr: 0x4F0, symBinAddr: 0x29810, symSize: 0x410 } + - { offsetInCU: 0xBB7, offset: 0xE5A6A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0x900, symBinAddr: 0x29C20, symSize: 0x40 } + - { offsetInCU: 0xC90, offset: 0xE5B43, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5write5chunk2toSiAC_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x940, symBinAddr: 0x29C60, symSize: 0x2C0 } + - { offsetInCU: 0xEA7, offset: 0xE5D5A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwet', symObjAddr: 0xC20, symBinAddr: 0x29F20, symSize: 0x80 } + - { offsetInCU: 0xEBB, offset: 0xE5D6E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwst', symObjAddr: 0xCA0, symBinAddr: 0x29FA0, symSize: 0xD0 } + - { offsetInCU: 0xECF, offset: 0xE5D82, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwug', symObjAddr: 0xD70, symBinAddr: 0x2A070, symSize: 0x10 } + - { offsetInCU: 0xEE3, offset: 0xE5D96, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwup', symObjAddr: 0xD80, symBinAddr: 0x2A080, symSize: 0x10 } + - { offsetInCU: 0xEF7, offset: 0xE5DAA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwui', symObjAddr: 0xD90, symBinAddr: 0x2A090, symSize: 0x10 } + - { offsetInCU: 0xF0B, offset: 0xE5DBE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOMa', symObjAddr: 0xDA0, symBinAddr: 0x2A0A0, symSize: 0x10 } + - { offsetInCU: 0xF1F, offset: 0xE5DD2, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSQWb', symObjAddr: 0xDB0, symBinAddr: 0x2A0B0, symSize: 0x10 } + - { offsetInCU: 0xF33, offset: 0xE5DE6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFSQADWl', symObjAddr: 0xDC0, symBinAddr: 0x2A0C0, symSize: 0x30 } + - { offsetInCU: 0xF85, offset: 0xE5E38, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA0, symBinAddr: 0x293C0, symSize: 0x40 } + - { offsetInCU: 0x1022, offset: 0xE5ED5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP7_domainSSvgTW', symObjAddr: 0xE0, symBinAddr: 0x29400, symSize: 0x10 } + - { offsetInCU: 0x103E, offset: 0xE5EF1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP5_codeSivgTW', symObjAddr: 0xF0, symBinAddr: 0x29410, symSize: 0x10 } + - { offsetInCU: 0x105A, offset: 0xE5F0D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0x100, symBinAddr: 0x29420, symSize: 0x10 } + - { offsetInCU: 0x1076, offset: 0xE5F29, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x110, symBinAddr: 0x29430, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0xE6246, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x2A0F0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0xE625E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x2A0F0, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0xE6272, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwCP', symObjAddr: 0x10, symBinAddr: 0x2A100, symSize: 0x30 } + - { offsetInCU: 0x67, offset: 0xE6286, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwxx', symObjAddr: 0x40, symBinAddr: 0x2A130, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0xE629A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwcp', symObjAddr: 0x70, symBinAddr: 0x2A160, symSize: 0x60 } + - { offsetInCU: 0x8F, offset: 0xE62AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwca', symObjAddr: 0xD0, symBinAddr: 0x2A1C0, symSize: 0x80 } + - { offsetInCU: 0xA3, offset: 0xE62C2, size: 0x8, addend: 0x0, symName: ___swift_memcpy40_8, symObjAddr: 0x150, symBinAddr: 0x2A240, symSize: 0x20 } + - { offsetInCU: 0xB7, offset: 0xE62D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwta', symObjAddr: 0x170, symBinAddr: 0x2A260, symSize: 0x60 } + - { offsetInCU: 0xCB, offset: 0xE62EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwet', symObjAddr: 0x1D0, symBinAddr: 0x2A2C0, symSize: 0x40 } + - { offsetInCU: 0xDF, offset: 0xE62FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwst', symObjAddr: 0x210, symBinAddr: 0x2A300, symSize: 0x50 } + - { offsetInCU: 0xF3, offset: 0xE6312, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMa', symObjAddr: 0x260, symBinAddr: 0x2A350, symSize: 0x10 } + - { offsetInCU: 0x107, offset: 0xE6326, size: 0x8, addend: 0x0, symName: ___swift_instantiateGenericMetadata, symObjAddr: 0x270, symBinAddr: 0x2A360, symSize: 0x30 } + - { offsetInCU: 0x11B, offset: 0xE633A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMi', symObjAddr: 0x2A0, symBinAddr: 0x2A390, symSize: 0x10 } + - { offsetInCU: 0x12F, offset: 0xE634E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwCP', symObjAddr: 0x2B0, symBinAddr: 0x2A3A0, symSize: 0x30 } + - { offsetInCU: 0x143, offset: 0xE6362, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwxx', symObjAddr: 0x2E0, symBinAddr: 0x2A3D0, symSize: 0x10 } + - { offsetInCU: 0x157, offset: 0xE6376, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwcp', symObjAddr: 0x2F0, symBinAddr: 0x2A3E0, symSize: 0x30 } + - { offsetInCU: 0x16B, offset: 0xE638A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwca', symObjAddr: 0x320, symBinAddr: 0x2A410, symSize: 0x40 } + - { offsetInCU: 0x17F, offset: 0xE639E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwta', symObjAddr: 0x370, symBinAddr: 0x2A450, symSize: 0x30 } + - { offsetInCU: 0x193, offset: 0xE63B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwet', symObjAddr: 0x3A0, symBinAddr: 0x2A480, symSize: 0x40 } + - { offsetInCU: 0x1A7, offset: 0xE63C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwst', symObjAddr: 0x3E0, symBinAddr: 0x2A4C0, symSize: 0x40 } + - { offsetInCU: 0x1BB, offset: 0xE63DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMa', symObjAddr: 0x420, symBinAddr: 0x2A500, symSize: 0xC } + - { offsetInCU: 0x27E, offset: 0xE677D, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6renderyySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x2A510, symSize: 0xC00 } + - { offsetInCU: 0xD74, offset: 0xE7273, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0xC00, symBinAddr: 0x2B110, symSize: 0x50 } + - { offsetInCU: 0xDEB, offset: 0xE72EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfD', symObjAddr: 0xC60, symBinAddr: 0x2B170, symSize: 0x30 } + - { offsetInCU: 0xE54, offset: 0xE7353, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xCB0, symBinAddr: 0x2B1C0, symSize: 0x10 } + - { offsetInCU: 0xE70, offset: 0xE736F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeI0C_tFTW', symObjAddr: 0xCC0, symBinAddr: 0x2B1D0, symSize: 0x10 } + - { offsetInCU: 0xE8C, offset: 0xE738B, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xCD0, symBinAddr: 0x2B1E0, symSize: 0x10 } + - { offsetInCU: 0xEA8, offset: 0xE73A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xCE0, symBinAddr: 0x2B1F0, symSize: 0x20 } + - { offsetInCU: 0xF21, offset: 0xE7420, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfE', symObjAddr: 0xC50, symBinAddr: 0x2B160, symSize: 0x10 } + - { offsetInCU: 0xF4E, offset: 0xE744D, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCMa', symObjAddr: 0xC90, symBinAddr: 0x2B1A0, symSize: 0x20 } + - { offsetInCU: 0xF62, offset: 0xE7461, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOh', symObjAddr: 0xDC0, symBinAddr: 0x2B290, symSize: 0x30 } + - { offsetInCU: 0xF76, offset: 0xE7475, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOb', symObjAddr: 0xDF0, symBinAddr: 0x2B2C0, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0xE7839, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x2B3F0, symSize: 0x20 } + - { offsetInCU: 0x69, offset: 0xE7857, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfc', symObjAddr: 0x20, symBinAddr: 0x2B410, symSize: 0x10 } + - { offsetInCU: 0x96, offset: 0xE7884, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF', symObjAddr: 0x30, symBinAddr: 0x2B420, symSize: 0x40 } + - { offsetInCU: 0xC5, offset: 0xE78B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfd', symObjAddr: 0x70, symBinAddr: 0x2B460, symSize: 0x10 } + - { offsetInCU: 0xF2, offset: 0xE78E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfD', symObjAddr: 0x80, symBinAddr: 0x2B470, symSize: 0x20 } + - { offsetInCU: 0x155, offset: 0xE7943, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCAA09AnimationcD0A2aDP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xA0, symBinAddr: 0x2B490, symSize: 0x40 } + - { offsetInCU: 0x19F, offset: 0xE798D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0xE0, symBinAddr: 0x2B4D0, symSize: 0x10 } + - { offsetInCU: 0x1E2, offset: 0xE79D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF0, symBinAddr: 0x2B4E0, symSize: 0x10 } + - { offsetInCU: 0x1FE, offset: 0xE79EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCMa', symObjAddr: 0x110, symBinAddr: 0x2B500, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0xE7B8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x2B550, symSize: 0x50 } + - { offsetInCU: 0x4B, offset: 0xE7BB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ', symObjAddr: 0x1E8, symBinAddr: 0x201348, symSize: 0x0 } + - { offsetInCU: 0x71, offset: 0xE7BD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x2B550, symSize: 0x50 } + - { offsetInCU: 0xB1, offset: 0xE7C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ', symObjAddr: 0x50, symBinAddr: 0x2B5A0, symSize: 0x70 } + - { offsetInCU: 0xE9, offset: 0xE7C4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ', symObjAddr: 0xC0, symBinAddr: 0x2B610, symSize: 0x70 } + - { offsetInCU: 0x131, offset: 0xE7C97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ', symObjAddr: 0x130, symBinAddr: 0x2B680, symSize: 0x60 } + - { offsetInCU: 0x169, offset: 0xE7CCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ.resume.0', symObjAddr: 0x190, symBinAddr: 0x2B6E0, symSize: 0x10 } + - { offsetInCU: 0x195, offset: 0xE7CFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheOMa', symObjAddr: 0x1A0, symBinAddr: 0x2B6F0, symSize: 0x10 } + - { offsetInCU: 0x1A9, offset: 0xE7D0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAcA0cD8ProviderAAWl', symObjAddr: 0x1B0, symBinAddr: 0x2B700, symSize: 0x34 } + - { offsetInCU: 0x388, offset: 0xE820C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC04textC5Model7contextAcA0bcE0C_AA0C7ContextVtKcfc', symObjAddr: 0x0, symBinAddr: 0x2B740, symSize: 0x150 } + - { offsetInCU: 0x431, offset: 0xE82B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC015configureRenderC04withyAA0C7ContextV_tKF', symObjAddr: 0x150, symBinAddr: 0x2B890, symSize: 0xAA0 } + - { offsetInCU: 0xAD3, offset: 0xE8957, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xBF0, symBinAddr: 0x2C330, symSize: 0xA0 } + - { offsetInCU: 0xB1F, offset: 0xE89A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfc', symObjAddr: 0xC90, symBinAddr: 0x2C3D0, symSize: 0x220 } + - { offsetInCU: 0xBEF, offset: 0xE8A73, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfcTo', symObjAddr: 0xEB0, symBinAddr: 0x2C5F0, symSize: 0x50 } + - { offsetInCU: 0xC0B, offset: 0xE8A8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0xF00, symBinAddr: 0x2C640, symSize: 0x910 } + - { offsetInCU: 0xE92, offset: 0xE8D16, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfD', symObjAddr: 0x1840, symBinAddr: 0x2CF80, symSize: 0x30 } + - { offsetInCU: 0x1202, offset: 0xE9086, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfE', symObjAddr: 0x1810, symBinAddr: 0x2CF50, symSize: 0x30 } + - { offsetInCU: 0x122F, offset: 0xE90B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfETo', symObjAddr: 0x1870, symBinAddr: 0x2CFB0, symSize: 0x30 } + - { offsetInCU: 0x125E, offset: 0xE90E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCMa', symObjAddr: 0x18A0, symBinAddr: 0x2CFE0, symSize: 0x20 } + - { offsetInCU: 0x1272, offset: 0xE90F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFAA12TextDocumentC_Tg5Tf4nnddn_g', symObjAddr: 0x1940, symBinAddr: 0x2D050, symSize: 0xA0 } + - { offsetInCU: 0x12E9, offset: 0xE916D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x19E0, symBinAddr: 0x2D0F0, symSize: 0x20 } + - { offsetInCU: 0x12FD, offset: 0xE9181, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x1A00, symBinAddr: 0x2D110, symSize: 0x20 } + - { offsetInCU: 0x1311, offset: 0xE9195, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_TA', symObjAddr: 0x1AC0, symBinAddr: 0x2D130, symSize: 0x20 } + - { offsetInCU: 0x1325, offset: 0xE91A9, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOy', symObjAddr: 0x1AE0, symBinAddr: 0x2D150, symSize: 0x20 } + - { offsetInCU: 0x68D, offset: 0xE9C04, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFAA12TextDocumentC_Tg5', symObjAddr: 0x1BE0, symBinAddr: 0x2EE40, symSize: 0x50 } + - { offsetInCU: 0x7AB, offset: 0xE9D22, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC04textD00E8Provider04fontF0013rootAnimationD0AcA0bD5ModelC_AA0i7KeypathbF0_pAA0i4FontF0_pAA010MainThreadiD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x2D260, symSize: 0x600 } + - { offsetInCU: 0xBAC, offset: 0xEA123, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x600, symBinAddr: 0x2D860, symSize: 0xC0 } + - { offsetInCU: 0xBF8, offset: 0xEA16F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x6C0, symBinAddr: 0x2D920, symSize: 0x260 } + - { offsetInCU: 0xC91, offset: 0xEA208, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x920, symBinAddr: 0x2DB80, symSize: 0x50 } + - { offsetInCU: 0xCAD, offset: 0xEA224, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC20fullAnimationKeypathAA0fG0Vvg', symObjAddr: 0x970, symBinAddr: 0x2DBD0, symSize: 0x250 } + - { offsetInCU: 0xE02, offset: 0xEA379, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xBC0, symBinAddr: 0x2DE20, symSize: 0x1020 } + - { offsetInCU: 0x16C8, offset: 0xEAC3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x1C30, symBinAddr: 0x2EE90, symSize: 0x50 } + - { offsetInCU: 0x174F, offset: 0xEACC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfD', symObjAddr: 0x1D00, symBinAddr: 0x2EF60, symSize: 0x30 } + - { offsetInCU: 0x19C5, offset: 0xEAF3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfE', symObjAddr: 0x1C80, symBinAddr: 0x2EEE0, symSize: 0x80 } + - { offsetInCU: 0x19F2, offset: 0xEAF69, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfETo', symObjAddr: 0x1D30, symBinAddr: 0x2EF90, symSize: 0x80 } + - { offsetInCU: 0x1A21, offset: 0xEAF98, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCMa', symObjAddr: 0x1DB0, symBinAddr: 0x2F010, symSize: 0x20 } + - { offsetInCU: 0x1BB4, offset: 0xEB12B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1E00, symBinAddr: 0x2F030, symSize: 0x590 } + - { offsetInCU: 0x211A, offset: 0xEB691, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchable_pWOb', symObjAddr: 0x24C0, symBinAddr: 0x2F620, symSize: 0x1F } + - { offsetInCU: 0x27, offset: 0xEBCC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x2F640, symSize: 0x60 } + - { offsetInCU: 0x81, offset: 0xEBD1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x2F640, symSize: 0x60 } + - { offsetInCU: 0xC8, offset: 0xEBD63, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc', symObjAddr: 0x60, symBinAddr: 0x2F6A0, symSize: 0x90 } + - { offsetInCU: 0x12F, offset: 0xEBDCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfC', symObjAddr: 0xF0, symBinAddr: 0x2F730, symSize: 0x60 } + - { offsetInCU: 0x17D, offset: 0xEBE18, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc', symObjAddr: 0x150, symBinAddr: 0x2F790, symSize: 0x50 } + - { offsetInCU: 0x1AE, offset: 0xEBE49, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x1A0, symBinAddr: 0x2F7E0, symSize: 0x790 } + - { offsetInCU: 0x3CC, offset: 0xEC067, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_', symObjAddr: 0x9B0, symBinAddr: 0x2FF70, symSize: 0xA0 } + - { offsetInCU: 0x4A3, offset: 0xEC13E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0xA50, symBinAddr: 0x30010, symSize: 0x20 } + - { offsetInCU: 0x4C6, offset: 0xEC161, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfd', symObjAddr: 0xA70, symBinAddr: 0x30030, symSize: 0x40 } + - { offsetInCU: 0x501, offset: 0xEC19C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfD', symObjAddr: 0xAB0, symBinAddr: 0x30070, symSize: 0x50 } + - { offsetInCU: 0x54C, offset: 0xEC1E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0xB00, symBinAddr: 0x300C0, symSize: 0x20 } + - { offsetInCU: 0x592, offset: 0xEC22D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0xB20, symBinAddr: 0x300E0, symSize: 0x20 } + - { offsetInCU: 0x6DF, offset: 0xEC37A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0xB40, symBinAddr: 0x30100, symSize: 0x20 } + - { offsetInCU: 0x744, offset: 0xEC3DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB60, symBinAddr: 0x30120, symSize: 0x20 } + - { offsetInCU: 0x776, offset: 0xEC411, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_TA', symObjAddr: 0xB80, symBinAddr: 0x30140, symSize: 0x10 } + - { offsetInCU: 0x78A, offset: 0xEC425, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xB90, symBinAddr: 0x30150, symSize: 0x20 } + - { offsetInCU: 0x79E, offset: 0xEC439, size: 0x8, addend: 0x0, symName: '_$sSo6NSDataC10contentsOf7optionsAB10Foundation3URLV_So0A14ReadingOptionsVtKcfcTO', symObjAddr: 0xBE0, symBinAddr: 0x30170, symSize: 0x100 } + - { offsetInCU: 0x7BD, offset: 0xEC458, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0xCE0, symBinAddr: 0x30270, symSize: 0x60 } + - { offsetInCU: 0x7D1, offset: 0xEC46C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMU', symObjAddr: 0xD40, symBinAddr: 0x302D0, symSize: 0x10 } + - { offsetInCU: 0x7E5, offset: 0xEC480, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMa', symObjAddr: 0xD50, symBinAddr: 0x302E0, symSize: 0x30 } + - { offsetInCU: 0x7F9, offset: 0xEC494, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMr', symObjAddr: 0xD80, symBinAddr: 0x30310, symSize: 0x70 } + - { offsetInCU: 0x27, offset: 0xEC719, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x303E0, symSize: 0x280 } + - { offsetInCU: 0x221, offset: 0xEC913, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x303E0, symSize: 0x280 } + - { offsetInCU: 0x440, offset: 0xECB32, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKFSo9CGPathRefaAI8KeyframeVXEfU_', symObjAddr: 0x280, symBinAddr: 0x30660, symSize: 0xD0 } + - { offsetInCU: 0x5B6, offset: 0xECCA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x350, symBinAddr: 0x30730, symSize: 0x130 } + - { offsetInCU: 0x676, offset: 0xECD68, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x480, symBinAddr: 0x30860, symSize: 0x10 } + - { offsetInCU: 0x693, offset: 0xECD85, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSgWOb', symObjAddr: 0x4C0, symBinAddr: 0x308A0, symSize: 0x40 } + - { offsetInCU: 0x6A7, offset: 0xECD99, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x540, symBinAddr: 0x308E0, symSize: 0x10 } + - { offsetInCU: 0x6BB, offset: 0xECDAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x550, symBinAddr: 0x308F0, symSize: 0x50 } + - { offsetInCU: 0x6CF, offset: 0xECDC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwCP', symObjAddr: 0x5D0, symBinAddr: 0x30940, symSize: 0x30 } + - { offsetInCU: 0x6E3, offset: 0xECDD5, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x610, symBinAddr: 0x30970, symSize: 0x20 } + - { offsetInCU: 0x6F7, offset: 0xECDE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwet', symObjAddr: 0x630, symBinAddr: 0x30990, symSize: 0x20 } + - { offsetInCU: 0x70B, offset: 0xECDFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwst', symObjAddr: 0x650, symBinAddr: 0x309B0, symSize: 0x40 } + - { offsetInCU: 0x71F, offset: 0xECE11, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVMa', symObjAddr: 0x690, symBinAddr: 0x309F0, symSize: 0xA } + - { offsetInCU: 0x2B, offset: 0xED0B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x30A00, symSize: 0x310 } + - { offsetInCU: 0x4F, offset: 0xED0D4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding12CoreGraphics7CGFloatVvpZ', symObjAddr: 0x4610, symBinAddr: 0x21F870, symSize: 0x0 } + - { offsetInCU: 0x7A, offset: 0xED0FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x30A00, symSize: 0x310 } + - { offsetInCU: 0xF8, offset: 0xED17D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tF', symObjAddr: 0x310, symBinAddr: 0x30D10, symSize: 0x210 } + - { offsetInCU: 0x1E2, offset: 0xED267, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCACycfcTo', symObjAddr: 0x520, symBinAddr: 0x30F20, symSize: 0x50 } + - { offsetInCU: 0x245, offset: 0xED2CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x570, symBinAddr: 0x30F70, symSize: 0xB0 } + - { offsetInCU: 0x2B3, offset: 0xED338, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x620, symBinAddr: 0x31020, symSize: 0x50 } + - { offsetInCU: 0x2F6, offset: 0xED37B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCfD', symObjAddr: 0x670, symBinAddr: 0x31070, symSize: 0x30 } + - { offsetInCU: 0x3CC, offset: 0xED451, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCMa', symObjAddr: 0x6A0, symBinAddr: 0x310A0, symSize: 0x20 } + - { offsetInCU: 0x3EB, offset: 0xED470, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC6layout16superlayerBoundsySo6CGRectV_tF', symObjAddr: 0x6C0, symBinAddr: 0x310C0, symSize: 0x130 } + - { offsetInCU: 0x48B, offset: 0xED510, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x7F0, symBinAddr: 0x311F0, symSize: 0x10 } + - { offsetInCU: 0x4A7, offset: 0xED52C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding_WZ', symObjAddr: 0x800, symBinAddr: 0x31200, symSize: 0x20 } + - { offsetInCU: 0x4C1, offset: 0xED546, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0x820, symBinAddr: 0x31220, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0xED775, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ', symObjAddr: 0x18F0, symBinAddr: 0x201510, symSize: 0x0 } + - { offsetInCU: 0x87, offset: 0xED7AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfC', symObjAddr: 0x0, symBinAddr: 0x31250, symSize: 0xF0 } + - { offsetInCU: 0x11E, offset: 0xED844, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfc', symObjAddr: 0xF0, symBinAddr: 0x31340, symSize: 0xE0 } + - { offsetInCU: 0x1B2, offset: 0xED8D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ', symObjAddr: 0x300, symBinAddr: 0x31510, symSize: 0x30 } + - { offsetInCU: 0x1E9, offset: 0xED90F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg', symObjAddr: 0x330, symBinAddr: 0x31540, symSize: 0x10 } + - { offsetInCU: 0x206, offset: 0xED92C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs', symObjAddr: 0x340, symBinAddr: 0x31550, symSize: 0x40 } + - { offsetInCU: 0x292, offset: 0xED9B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM', symObjAddr: 0x380, symBinAddr: 0x31590, symSize: 0x20 } + - { offsetInCU: 0x306, offset: 0xEDA2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM.resume.0', symObjAddr: 0x3A0, symBinAddr: 0x315B0, symSize: 0x40 } + - { offsetInCU: 0x3A3, offset: 0xEDAC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC05clearD0yyF', symObjAddr: 0x3E0, symBinAddr: 0x315F0, symSize: 0x70 } + - { offsetInCU: 0x410, offset: 0xEDB36, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF', symObjAddr: 0x450, symBinAddr: 0x31660, symSize: 0x30 } + - { offsetInCU: 0x439, offset: 0xEDB5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF', symObjAddr: 0x670, symBinAddr: 0x31880, symSize: 0x40 } + - { offsetInCU: 0x46C, offset: 0xEDB92, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfd', symObjAddr: 0xD60, symBinAddr: 0x31F70, symSize: 0x20 } + - { offsetInCU: 0x4A7, offset: 0xEDBCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfD', symObjAddr: 0xD80, symBinAddr: 0x31F90, symSize: 0x20 } + - { offsetInCU: 0x51C, offset: 0xEDC42, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP9animation6forKeyAA0aC0CSgSS_tFTW', symObjAddr: 0xDA0, symBinAddr: 0x31FB0, symSize: 0x30 } + - { offsetInCU: 0x599, offset: 0xEDCBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP03setC0_6forKeyyAA0aC0C_SStFTW', symObjAddr: 0xDD0, symBinAddr: 0x31FE0, symSize: 0x40 } + - { offsetInCU: 0x5EA, offset: 0xEDD10, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP05clearD0yyFTW', symObjAddr: 0xE10, symBinAddr: 0x32020, symSize: 0x10 } + - { offsetInCU: 0x681, offset: 0xEDDA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0_WZ', symObjAddr: 0x210, symBinAddr: 0x31420, symSize: 0xF0 } + - { offsetInCU: 0x779, offset: 0xEDE9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC5value6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x480, symBinAddr: 0x31690, symSize: 0xE0 } + - { offsetInCU: 0x925, offset: 0xEE04B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_So10CGImageRefaTg5', symObjAddr: 0x6B0, symBinAddr: 0x318C0, symSize: 0x230 } + - { offsetInCU: 0xA8C, offset: 0xEE1B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA0A9AnimationCTg5', symObjAddr: 0x8E0, symBinAddr: 0x31AF0, symSize: 0x240 } + - { offsetInCU: 0xBF2, offset: 0xEE318, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA03DotA4FileCTg5', symObjAddr: 0xB20, symBinAddr: 0x31D30, symSize: 0x240 } + - { offsetInCU: 0xD4D, offset: 0xEE473, size: 0x8, addend: 0x0, symName: '_$s10Foundation12NotificationVIeghn_So14NSNotificationCIeyBhy_TR', symObjAddr: 0x10A0, symBinAddr: 0x322B0, symSize: 0x90 } + - { offsetInCU: 0xD65, offset: 0xEE48B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCMa', symObjAddr: 0x1340, symBinAddr: 0x32550, symSize: 0x20 } + - { offsetInCU: 0xD79, offset: 0xEE49F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC11removeValue6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x1440, symBinAddr: 0x32650, symSize: 0xD0 } + - { offsetInCU: 0xDF9, offset: 0xEE51F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA03DotA4FileCTg5TA', symObjAddr: 0x17E0, symBinAddr: 0x329F0, symSize: 0x10 } + - { offsetInCU: 0xE0D, offset: 0xEE533, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x17F0, symBinAddr: 0x32A00, symSize: 0x20 } + - { offsetInCU: 0xE21, offset: 0xEE547, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1810, symBinAddr: 0x32A20, symSize: 0x10 } + - { offsetInCU: 0xE35, offset: 0xEE55B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA0A9AnimationCTg5TA', symObjAddr: 0x1820, symBinAddr: 0x32A30, symSize: 0x10 } + - { offsetInCU: 0xE49, offset: 0xEE56F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_So10CGImageRefaTg5TA', symObjAddr: 0x1830, symBinAddr: 0x32A40, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0xEE882, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x32AB0, symSize: 0x300 } + - { offsetInCU: 0x1AB, offset: 0xEEA02, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x32AB0, symSize: 0x300 } + - { offsetInCU: 0x3CE, offset: 0xEEC25, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC03addC6LayersyySayAA0c11CompositionB0CGF', symObjAddr: 0x300, symBinAddr: 0x32DB0, symSize: 0x4B0 } + - { offsetInCU: 0x654, offset: 0xEEEAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCfD', symObjAddr: 0x7B0, symBinAddr: 0x33260, symSize: 0x40 } + - { offsetInCU: 0x6E5, offset: 0xEEF3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCMa', symObjAddr: 0x7F0, symBinAddr: 0x332A0, symSize: 0x20 } + - { offsetInCU: 0x6F9, offset: 0xEEF50, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOc', symObjAddr: 0x810, symBinAddr: 0x332C0, symSize: 0x30 } + - { offsetInCU: 0x4B, offset: 0xEF1FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x332F0, symSize: 0x20 } + - { offsetInCU: 0x69, offset: 0xEF21B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfc', symObjAddr: 0x340, symBinAddr: 0x33630, symSize: 0x10 } + - { offsetInCU: 0x96, offset: 0xEF248, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x400, symBinAddr: 0x33640, symSize: 0x20 } + - { offsetInCU: 0xC1, offset: 0xEF273, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF', symObjAddr: 0x420, symBinAddr: 0x33660, symSize: 0x20 } + - { offsetInCU: 0xFC, offset: 0xEF2AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfd', symObjAddr: 0x440, symBinAddr: 0x33680, symSize: 0x10 } + - { offsetInCU: 0x129, offset: 0xEF2DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfD', symObjAddr: 0x450, symBinAddr: 0x33690, symSize: 0x20 } + - { offsetInCU: 0x18C, offset: 0xEF33E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x480, symBinAddr: 0x336C0, symSize: 0x20 } + - { offsetInCU: 0x1DC, offset: 0xEF38E, size: 0x8, addend: 0x0, symName: '_$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF', symObjAddr: 0x20, symBinAddr: 0x33310, symSize: 0x10 } + - { offsetInCU: 0x253, offset: 0xEF405, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfC', symObjAddr: 0x30, symBinAddr: 0x33320, symSize: 0x30 } + - { offsetInCU: 0x298, offset: 0xEF44A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc', symObjAddr: 0x60, symBinAddr: 0x33350, symSize: 0x10 } + - { offsetInCU: 0x2BD, offset: 0xEF46F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF', symObjAddr: 0x70, symBinAddr: 0x33360, symSize: 0x190 } + - { offsetInCU: 0x476, offset: 0xEF628, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x200, symBinAddr: 0x334F0, symSize: 0xA0 } + - { offsetInCU: 0x4E7, offset: 0xEF699, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfd', symObjAddr: 0x2A0, symBinAddr: 0x33590, symSize: 0x20 } + - { offsetInCU: 0x522, offset: 0xEF6D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfD', symObjAddr: 0x2C0, symBinAddr: 0x335B0, symSize: 0x20 } + - { offsetInCU: 0x56D, offset: 0xEF71F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x2E0, symBinAddr: 0x335D0, symSize: 0x10 } + - { offsetInCU: 0x589, offset: 0xEF73B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x2F0, symBinAddr: 0x335E0, symSize: 0x10 } + - { offsetInCU: 0x61A, offset: 0xEF7CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x300, symBinAddr: 0x335F0, symSize: 0x20 } + - { offsetInCU: 0x694, offset: 0xEF846, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x320, symBinAddr: 0x33610, symSize: 0x20 } + - { offsetInCU: 0x6EC, offset: 0xEF89E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x470, symBinAddr: 0x336B0, symSize: 0x10 } + - { offsetInCU: 0x708, offset: 0xEF8BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x4A0, symBinAddr: 0x336E0, symSize: 0x10 } + - { offsetInCU: 0x74B, offset: 0xEF8FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4B0, symBinAddr: 0x336F0, symSize: 0x10 } + - { offsetInCU: 0x793, offset: 0xEF945, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCMa', symObjAddr: 0x7C0, symBinAddr: 0x33A00, symSize: 0x20 } + - { offsetInCU: 0x7A7, offset: 0xEF959, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCMa', symObjAddr: 0x810, symBinAddr: 0x33A50, symSize: 0x20 } + - { offsetInCU: 0x86A, offset: 0xEFA1C, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SSTg5Tf4nnd_n', symObjAddr: 0x4C0, symBinAddr: 0x33700, symSize: 0x2E0 } + - { offsetInCU: 0x27, offset: 0xEFC42, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x33AA0, symSize: 0xBF0 } + - { offsetInCU: 0x24E, offset: 0xEFE69, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x33AA0, symSize: 0xBF0 } + - { offsetInCU: 0x8F2, offset: 0xF050D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfd', symObjAddr: 0xBF0, symBinAddr: 0x34690, symSize: 0x80 } + - { offsetInCU: 0x91F, offset: 0xF053A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfD', symObjAddr: 0xC70, symBinAddr: 0x34710, symSize: 0x20 } + - { offsetInCU: 0x95B, offset: 0xF0576, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xCB0, symBinAddr: 0x34750, symSize: 0x20 } + - { offsetInCU: 0x99C, offset: 0xF05B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xCD0, symBinAddr: 0x34770, symSize: 0x30 } + - { offsetInCU: 0x9DD, offset: 0xF05F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xD00, symBinAddr: 0x347A0, symSize: 0x20 } + - { offsetInCU: 0xA0F, offset: 0xF062A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xD20, symBinAddr: 0x347C0, symSize: 0x10 } + - { offsetInCU: 0xA3D, offset: 0xF0658, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCMa', symObjAddr: 0xC90, symBinAddr: 0x34730, symSize: 0x20 } + - { offsetInCU: 0xAAC, offset: 0xF06C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC9transformAcA0C0C_tcfc', symObjAddr: 0xD30, symBinAddr: 0x347D0, symSize: 0x170 } + - { offsetInCU: 0xB55, offset: 0xF0770, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCfD', symObjAddr: 0xEA0, symBinAddr: 0x34940, symSize: 0x40 } + - { offsetInCU: 0xBB6, offset: 0xF07D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xF00, symBinAddr: 0x349A0, symSize: 0x40 } + - { offsetInCU: 0xC00, offset: 0xF081B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xF40, symBinAddr: 0x349E0, symSize: 0x30 } + - { offsetInCU: 0xC41, offset: 0xF085C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xF70, symBinAddr: 0x34A10, symSize: 0x20 } + - { offsetInCU: 0xC82, offset: 0xF089D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xF90, symBinAddr: 0x34A30, symSize: 0x10 } + - { offsetInCU: 0xCB4, offset: 0xF08CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFA0, symBinAddr: 0x34A40, symSize: 0x10 } + - { offsetInCU: 0xCDF, offset: 0xF08FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFB0, symBinAddr: 0x34A50, symSize: 0x10 } + - { offsetInCU: 0xD11, offset: 0xF092C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFC0, symBinAddr: 0x34A60, symSize: 0x10 } + - { offsetInCU: 0xD3C, offset: 0xF0957, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFD0, symBinAddr: 0x34A70, symSize: 0x10 } + - { offsetInCU: 0xD6E, offset: 0xF0989, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE0, symBinAddr: 0x34A80, symSize: 0x10 } + - { offsetInCU: 0xD99, offset: 0xF09B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFF0, symBinAddr: 0x34A90, symSize: 0x10 } + - { offsetInCU: 0xDDA, offset: 0xF09F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1000, symBinAddr: 0x34AA0, symSize: 0x10 } + - { offsetInCU: 0xE1B, offset: 0xF0A36, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1010, symBinAddr: 0x34AB0, symSize: 0x20 } + - { offsetInCU: 0xE77, offset: 0xF0A92, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1030, symBinAddr: 0x34AD0, symSize: 0x20 } + - { offsetInCU: 0xEBA, offset: 0xF0AD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1050, symBinAddr: 0x34AF0, symSize: 0x7E0 } + - { offsetInCU: 0x11DE, offset: 0xF0DF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCMa', symObjAddr: 0xEE0, symBinAddr: 0x34980, symSize: 0x20 } + - { offsetInCU: 0x131A, offset: 0xF0F35, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOc', symObjAddr: 0x1830, symBinAddr: 0x352D0, symSize: 0x30 } + - { offsetInCU: 0x132E, offset: 0xF0F49, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOb', symObjAddr: 0x1930, symBinAddr: 0x35300, symSize: 0x20 } + - { offsetInCU: 0x6A, offset: 0xF129A, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x1C0, symBinAddr: 0x354E0, symSize: 0x130 } + - { offsetInCU: 0xF1, offset: 0xF1321, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSDySSypGSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x460, symBinAddr: 0x35780, symSize: 0x120 } + - { offsetInCU: 0x1D1, offset: 0xF1401, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC19reducedMotionMarkerAA0E0CSgvg', symObjAddr: 0xB10, symBinAddr: 0x35E30, symSize: 0x120 } + - { offsetInCU: 0x312, offset: 0xF1542, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xDD0, symBinAddr: 0x360F0, symSize: 0x40 } + - { offsetInCU: 0x326, offset: 0xF1556, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xE10, symBinAddr: 0x36130, symSize: 0x7D0 } + - { offsetInCU: 0x649, offset: 0xF1879, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfC', symObjAddr: 0x1710, symBinAddr: 0x36990, symSize: 0x40 } + - { offsetInCU: 0x6AE, offset: 0xF18DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1750, symBinAddr: 0x369D0, symSize: 0xD60 } + - { offsetInCU: 0xDD9, offset: 0xF2009, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueSSvg', symObjAddr: 0x24B0, symBinAddr: 0x37730, symSize: 0x20 } + - { offsetInCU: 0xE10, offset: 0xF2040, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2710, symBinAddr: 0x37990, symSize: 0x20 } + - { offsetInCU: 0xE83, offset: 0xF20B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2880, symBinAddr: 0x37B00, symSize: 0x40 } + - { offsetInCU: 0xEC9, offset: 0xF20F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x28C0, symBinAddr: 0x37B40, symSize: 0x30 } + - { offsetInCU: 0xEDD, offset: 0xF210D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x28F0, symBinAddr: 0x37B70, symSize: 0x10 } + - { offsetInCU: 0xF13, offset: 0xF2143, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2900, symBinAddr: 0x37B80, symSize: 0x30 } + - { offsetInCU: 0xF78, offset: 0xF21A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2930, symBinAddr: 0x37BB0, symSize: 0x10 } + - { offsetInCU: 0xF94, offset: 0xF21C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x2940, symBinAddr: 0x37BC0, symSize: 0x10 } + - { offsetInCU: 0xFB0, offset: 0xF21E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0xF020, symBinAddr: 0x44220, symSize: 0x50 } + - { offsetInCU: 0xFDC, offset: 0xF220C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x24D0, symBinAddr: 0x37750, symSize: 0x10 } + - { offsetInCU: 0x1009, offset: 0xF2239, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x24E0, symBinAddr: 0x37760, symSize: 0x10 } + - { offsetInCU: 0x1036, offset: 0xF2266, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9framerateSdvg', symObjAddr: 0x24F0, symBinAddr: 0x37770, symSize: 0x10 } + - { offsetInCU: 0x1063, offset: 0xF2293, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC11markerNamesSaySSGvg', symObjAddr: 0x2500, symBinAddr: 0x37780, symSize: 0x210 } + - { offsetInCU: 0x126C, offset: 0xF249C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfd', symObjAddr: 0x2A80, symBinAddr: 0x37D00, symSize: 0x50 } + - { offsetInCU: 0x1299, offset: 0xF24C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfD', symObjAddr: 0x2AD0, symBinAddr: 0x37D50, symSize: 0x20 } + - { offsetInCU: 0x12C6, offset: 0xF24F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2AF0, symBinAddr: 0x37D70, symSize: 0x3F0 } + - { offsetInCU: 0x131D, offset: 0xF254D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2EE0, symBinAddr: 0x38160, symSize: 0x50 } + - { offsetInCU: 0x1355, offset: 0xF2585, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2F30, symBinAddr: 0x381B0, symSize: 0x20 } + - { offsetInCU: 0x1385, offset: 0xF25B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfC', symObjAddr: 0xC30, symBinAddr: 0x35F50, symSize: 0x20 } + - { offsetInCU: 0x13A2, offset: 0xF25D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueSivg', symObjAddr: 0xC50, symBinAddr: 0x35F70, symSize: 0x10 } + - { offsetInCU: 0x13D7, offset: 0xF2607, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xD10, symBinAddr: 0x36030, symSize: 0x20 } + - { offsetInCU: 0x1422, offset: 0xF2652, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD30, symBinAddr: 0x36050, symSize: 0x10 } + - { offsetInCU: 0x15C3, offset: 0xF27F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x1650, symBinAddr: 0x36900, symSize: 0x30 } + - { offsetInCU: 0x15D7, offset: 0xF2807, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSeAAWl', symObjAddr: 0x16B0, symBinAddr: 0x36930, symSize: 0x30 } + - { offsetInCU: 0x15EB, offset: 0xF281B, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSeAAWl', symObjAddr: 0x16E0, symBinAddr: 0x36960, symSize: 0x30 } + - { offsetInCU: 0x17EB, offset: 0xF2A1B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20MaskCompositionLayerC0oQ0C_Tg5', symObjAddr: 0x2F50, symBinAddr: 0x381D0, symSize: 0x30 } + - { offsetInCU: 0x1803, offset: 0xF2A33, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4MaskC_Tg5', symObjAddr: 0x2F80, symBinAddr: 0x38200, symSize: 0x30 } + - { offsetInCU: 0x181B, offset: 0xF2A4B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie14ShapeItemLayerC0P0V_Tg5', symObjAddr: 0x2FB0, symBinAddr: 0x38230, symSize: 0x20 } + - { offsetInCU: 0x1833, offset: 0xF2A63, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFyp_Tg5', symObjAddr: 0x2FD0, symBinAddr: 0x38250, symSize: 0x20 } + - { offsetInCU: 0x184B, offset: 0xF2A7B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x2FF0, symBinAddr: 0x38270, symSize: 0x20 } + - { offsetInCU: 0x1863, offset: 0xF2A93, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie9ShapeItemC_Tg5', symObjAddr: 0x3010, symBinAddr: 0x38290, symSize: 0x30 } + - { offsetInCU: 0x187B, offset: 0xF2AAB, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GroupC_Tg5', symObjAddr: 0x3040, symBinAddr: 0x382C0, symSize: 0x30 } + - { offsetInCU: 0x1893, offset: 0xF2AC3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector3DVG_Tg5', symObjAddr: 0x3070, symBinAddr: 0x382F0, symSize: 0x30 } + - { offsetInCU: 0x18AB, offset: 0xF2ADB, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x30A0, symBinAddr: 0x38320, symSize: 0x30 } + - { offsetInCU: 0x18C3, offset: 0xF2AF3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyValueProvider_p_Tg5', symObjAddr: 0x30D0, symBinAddr: 0x38350, symSize: 0x30 } + - { offsetInCU: 0x18DB, offset: 0xF2B0B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie13KeyframeGroupCyypG_Tg5', symObjAddr: 0x3100, symBinAddr: 0x38380, symSize: 0x30 } + - { offsetInCU: 0x18F3, offset: 0xF2B23, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x3130, symBinAddr: 0x383B0, symSize: 0x20 } + - { offsetInCU: 0x190B, offset: 0xF2B3B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyypG_Tg5', symObjAddr: 0x3150, symBinAddr: 0x383D0, symSize: 0x30 } + - { offsetInCU: 0x1923, offset: 0xF2B53, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSd_Tg5', symObjAddr: 0x3180, symBinAddr: 0x38400, symSize: 0x20 } + - { offsetInCU: 0x193B, offset: 0xF2B6B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x31A0, symBinAddr: 0x38420, symSize: 0x20 } + - { offsetInCU: 0x1953, offset: 0xF2B83, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo19CAKeyframeAnimationC_Tg5', symObjAddr: 0x31C0, symBinAddr: 0x38440, symSize: 0x40 } + - { offsetInCU: 0x196B, offset: 0xF2B9B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo8NSNumberC_Tg5', symObjAddr: 0x3200, symBinAddr: 0x38480, symSize: 0x40 } + - { offsetInCU: 0x1983, offset: 0xF2BB3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x3240, symBinAddr: 0x384C0, symSize: 0x20 } + - { offsetInCU: 0x199B, offset: 0xF2BCB, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySo13CATransform3DVGG_Tg5', symObjAddr: 0x3260, symBinAddr: 0x384E0, symSize: 0x30 } + - { offsetInCU: 0x19B3, offset: 0xF2BE3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CGPointV_Tg5', symObjAddr: 0x3290, symBinAddr: 0x38510, symSize: 0x30 } + - { offsetInCU: 0x19CB, offset: 0xF2BFB, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSb_Tg5', symObjAddr: 0x32C0, symBinAddr: 0x38540, symSize: 0x20 } + - { offsetInCU: 0x19E3, offset: 0xF2C13, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySbGG_Tg5', symObjAddr: 0x32E0, symBinAddr: 0x38560, symSize: 0x30 } + - { offsetInCU: 0x19FB, offset: 0xF2C2B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo10CGColorRefa_Tg5', symObjAddr: 0x3310, symBinAddr: 0x38590, symSize: 0x30 } + - { offsetInCU: 0x1A13, offset: 0xF2C43, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo6CGSizeV_Tg5', symObjAddr: 0x3340, symBinAddr: 0x385C0, symSize: 0x30 } + - { offsetInCU: 0x1A2B, offset: 0xF2C5B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySo6CGSizeVG_Tg5', symObjAddr: 0x3370, symBinAddr: 0x385F0, symSize: 0x30 } + - { offsetInCU: 0x1A43, offset: 0xF2C73, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DV5start_AK3endtG_Tg5', symObjAddr: 0x33A0, symBinAddr: 0x38620, symSize: 0x30 } + - { offsetInCU: 0x1A5B, offset: 0xF2C8B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG010BezierPathO0VG_Tg5', symObjAddr: 0x33D0, symBinAddr: 0x38650, symSize: 0x30 } + - { offsetInCU: 0x1A73, offset: 0xF2CA3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo9CGPathRefa_Tg5', symObjAddr: 0x3400, symBinAddr: 0x38680, symSize: 0x30 } + - { offsetInCU: 0x1A8B, offset: 0xF2CBB, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG7EllipseCAHVG_Tg5', symObjAddr: 0x3430, symBinAddr: 0x386B0, symSize: 0x30 } + - { offsetInCU: 0x1AA3, offset: 0xF2CD3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG9RectangleCAHVG_Tg5', symObjAddr: 0x3460, symBinAddr: 0x386E0, symSize: 0x30 } + - { offsetInCU: 0x1ABB, offset: 0xF2CEB, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4StarCAHVG_Tg5', symObjAddr: 0x3490, symBinAddr: 0x38710, symSize: 0x30 } + - { offsetInCU: 0x1AD3, offset: 0xF2D03, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFABy6Lottie8KeyframeCyAG0N8Vector1DVGG_Tg5', symObjAddr: 0x34C0, symBinAddr: 0x38740, symSize: 0x20 } + - { offsetInCU: 0x1AEB, offset: 0xF2D1B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5', symObjAddr: 0x34E0, symBinAddr: 0x38760, symSize: 0x30 } + - { offsetInCU: 0x1B03, offset: 0xF2D33, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3510, symBinAddr: 0x38790, symSize: 0x30 } + - { offsetInCU: 0x1B1B, offset: 0xF2D4B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x3540, symBinAddr: 0x387C0, symSize: 0x30 } + - { offsetInCU: 0x1B33, offset: 0xF2D63, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySayAG10BezierPathVGG_Tg5', symObjAddr: 0x3570, symBinAddr: 0x387F0, symSize: 0x30 } + - { offsetInCU: 0x1B4B, offset: 0xF2D7B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyKeyframeGroup_p_Tg5', symObjAddr: 0x35A0, symBinAddr: 0x38820, symSize: 0x30 } + - { offsetInCU: 0x1B63, offset: 0xF2D93, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N5ColorVG_Tg5', symObjAddr: 0x35D0, symBinAddr: 0x38850, symSize: 0x30 } + - { offsetInCU: 0x1B7B, offset: 0xF2DAB, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20KeyframeInterpolatorCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x3600, symBinAddr: 0x38880, symSize: 0x30 } + - { offsetInCU: 0x1B93, offset: 0xF2DC3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie0N8Vector1DV_Tg5', symObjAddr: 0x3630, symBinAddr: 0x388B0, symSize: 0x20 } + - { offsetInCU: 0x1BAB, offset: 0xF2DDB, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie17KeypathSearchable_p_Tg5', symObjAddr: 0x3650, symBinAddr: 0x388D0, symSize: 0x30 } + - { offsetInCU: 0x1BC3, offset: 0xF2DF3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16CompositionLayerC_Tg5', symObjAddr: 0x3680, symBinAddr: 0x38900, symSize: 0x30 } + - { offsetInCU: 0x1BDB, offset: 0xF2E0B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4FontC_Tg5', symObjAddr: 0x36B0, symBinAddr: 0x38930, symSize: 0x30 } + - { offsetInCU: 0x1BF3, offset: 0xF2E23, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie6MarkerC_Tg5', symObjAddr: 0x36E0, symBinAddr: 0x38960, symSize: 0x30 } + - { offsetInCU: 0x1C0B, offset: 0xF2E3B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GlyphC_Tg5', symObjAddr: 0x3710, symBinAddr: 0x38990, symSize: 0x30 } + - { offsetInCU: 0x1C23, offset: 0xF2E53, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CALayerC_Tg5', symObjAddr: 0x3740, symBinAddr: 0x389C0, symSize: 0x40 } + - { offsetInCU: 0x1C3B, offset: 0xF2E6B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie12TextAnimatorC_Tg5', symObjAddr: 0x3780, symBinAddr: 0x38A00, symSize: 0x30 } + - { offsetInCU: 0x1C53, offset: 0xF2E83, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG12TextDocumentCG_Tg5', symObjAddr: 0x37B0, symBinAddr: 0x38A30, symSize: 0x30 } + - { offsetInCU: 0x1C6B, offset: 0xF2E9B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySaySdGG_Tg5', symObjAddr: 0x37E0, symBinAddr: 0x38A60, symSize: 0x30 } + - { offsetInCU: 0x1C83, offset: 0xF2EB3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie11DashElementC_Tg5', symObjAddr: 0x3810, symBinAddr: 0x38A90, symSize: 0x30 } + - { offsetInCU: 0x1C9B, offset: 0xF2ECB, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG10BezierPathVG_Tg5', symObjAddr: 0x3840, symBinAddr: 0x38AC0, symSize: 0x30 } + - { offsetInCU: 0x1CB3, offset: 0xF2EE3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie03DotN4FileC9AnimationV_Tg5', symObjAddr: 0x3870, symBinAddr: 0x38AF0, symSize: 0x20 } + - { offsetInCU: 0x1D2E, offset: 0xF2F5E, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0R0V_Tg5', symObjAddr: 0x39C0, symBinAddr: 0x38C40, symSize: 0x110 } + - { offsetInCU: 0x1E91, offset: 0xF30C1, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x3AD0, symBinAddr: 0x38D50, symSize: 0x110 } + - { offsetInCU: 0x1FF4, offset: 0xF3224, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x3BE0, symBinAddr: 0x38E60, symSize: 0x110 } + - { offsetInCU: 0x2157, offset: 0xF3387, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x3CF0, symBinAddr: 0x38F70, symSize: 0x110 } + - { offsetInCU: 0x22A4, offset: 0xF34D4, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x3E00, symBinAddr: 0x39080, symSize: 0x110 } + - { offsetInCU: 0x2407, offset: 0xF3637, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x4050, symBinAddr: 0x392D0, symSize: 0x130 } + - { offsetInCU: 0x256A, offset: 0xF379A, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSb_Tg5', symObjAddr: 0x4180, symBinAddr: 0x39400, symSize: 0xF0 } + - { offsetInCU: 0x26CD, offset: 0xF38FD, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs0aB0Vy6Lottie8KeyframeCyAJ0P8Vector1DVGG_Tg5', symObjAddr: 0x43A0, symBinAddr: 0x39620, symSize: 0x130 } + - { offsetInCU: 0x2830, offset: 0xF3A60, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV_Tg5', symObjAddr: 0x4860, symBinAddr: 0x39AE0, symSize: 0x120 } + - { offsetInCU: 0x2993, offset: 0xF3BC3, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie03DotP4FileC9AnimationV_Tg5', symObjAddr: 0x4AB0, symBinAddr: 0x39D30, symSize: 0x120 } + - { offsetInCU: 0x2ACA, offset: 0xF3CFA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x4BD0, symBinAddr: 0x39E50, symSize: 0x210 } + - { offsetInCU: 0x2B64, offset: 0xF3D94, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector1DVTg5', symObjAddr: 0x4DE0, symBinAddr: 0x3A060, symSize: 0x1B0 } + - { offsetInCU: 0x2BFE, offset: 0xF3E2E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector3DVTg5', symObjAddr: 0x4F90, symBinAddr: 0x3A210, symSize: 0x1D0 } + - { offsetInCU: 0x2C98, offset: 0xF3EC8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x5160, symBinAddr: 0x3A3E0, symSize: 0x1B0 } + - { offsetInCU: 0x2D32, offset: 0xF3F62, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G5ColorVTg5', symObjAddr: 0x5310, symBinAddr: 0x3A590, symSize: 0x1C0 } + - { offsetInCU: 0x2DCC, offset: 0xF3FFC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x54D0, symBinAddr: 0x3A750, symSize: 0x1C0 } + - { offsetInCU: 0x2E66, offset: 0xF4096, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x5690, symBinAddr: 0x3A910, symSize: 0x200 } + - { offsetInCU: 0x2F00, offset: 0xF4130, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x58B0, symBinAddr: 0x3AB30, symSize: 0x1D0 } + - { offsetInCU: 0x2F9A, offset: 0xF41CA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x5A80, symBinAddr: 0x3AD00, symSize: 0x1E0 } + - { offsetInCU: 0x3034, offset: 0xF4264, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x5C60, symBinAddr: 0x3AEE0, symSize: 0x1F0 } + - { offsetInCU: 0x30CE, offset: 0xF42FE, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x5E50, symBinAddr: 0x3B0D0, symSize: 0x1C0 } + - { offsetInCU: 0x315D, offset: 0xF438D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x6290, symBinAddr: 0x3B510, symSize: 0x250 } + - { offsetInCU: 0x31F6, offset: 0xF4426, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x64E0, symBinAddr: 0x3B760, symSize: 0x200 } + - { offsetInCU: 0x329B, offset: 0xF44CB, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0x66E0, symBinAddr: 0x3B960, symSize: 0x210 } + - { offsetInCU: 0x332A, offset: 0xF455A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF6Lottie16AnimationKeypathV_AD16AnyValueProvider_pTg5', symObjAddr: 0x68F0, symBinAddr: 0x3BB70, symSize: 0x240 } + - { offsetInCU: 0x3397, offset: 0xF45C7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie6MarkerCTg5', symObjAddr: 0x6B30, symBinAddr: 0x3BDB0, symSize: 0x220 } + - { offsetInCU: 0x343C, offset: 0xF466C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AH2totTg5', symObjAddr: 0x6FD0, symBinAddr: 0x3C250, symSize: 0x240 } + - { offsetInCU: 0x34DE, offset: 0xF470E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSu_SSTg5', symObjAddr: 0x7210, symBinAddr: 0x3C490, symSize: 0x210 } + - { offsetInCU: 0x3578, offset: 0xF47A8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_So10CGImageRefaTg5', symObjAddr: 0x7420, symBinAddr: 0x3C6A0, symSize: 0x220 } + - { offsetInCU: 0x3628, offset: 0xF4858, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x7870, symBinAddr: 0x3CAF0, symSize: 0x3C0 } + - { offsetInCU: 0x3748, offset: 0xF4978, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector1DVTg5', symObjAddr: 0x7C30, symBinAddr: 0x3CEB0, symSize: 0x300 } + - { offsetInCU: 0x3868, offset: 0xF4A98, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector3DVTg5', symObjAddr: 0x7F30, symBinAddr: 0x3D1B0, symSize: 0x320 } + - { offsetInCU: 0x3988, offset: 0xF4BB8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x8250, symBinAddr: 0x3D4D0, symSize: 0x300 } + - { offsetInCU: 0x3AA8, offset: 0xF4CD8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N5ColorVTg5', symObjAddr: 0x8550, symBinAddr: 0x3D7D0, symSize: 0x320 } + - { offsetInCU: 0x3BC8, offset: 0xF4DF8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x8870, symBinAddr: 0x3DAF0, symSize: 0x300 } + - { offsetInCU: 0x3CF3, offset: 0xF4F23, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x8B70, symBinAddr: 0x3DDF0, symSize: 0x380 } + - { offsetInCU: 0x3E27, offset: 0xF5057, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x8F10, symBinAddr: 0x3E190, symSize: 0x330 } + - { offsetInCU: 0x3F47, offset: 0xF5177, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x9240, symBinAddr: 0x3E4C0, symSize: 0x340 } + - { offsetInCU: 0x4067, offset: 0xF5297, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x9580, symBinAddr: 0x3E800, symSize: 0x360 } + - { offsetInCU: 0x4187, offset: 0xF53B7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x98E0, symBinAddr: 0x3EB60, symSize: 0x320 } + - { offsetInCU: 0x42DE, offset: 0xF550E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie10LayerModelCTg5', symObjAddr: 0x9FD0, symBinAddr: 0x3F250, symSize: 0x340 } + - { offsetInCU: 0x441F, offset: 0xF564F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_Say6Lottie10LayerModelCGTg5', symObjAddr: 0xA310, symBinAddr: 0x3F590, symSize: 0x340 } + - { offsetInCU: 0x4551, offset: 0xF5781, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0xA650, symBinAddr: 0x3F8D0, symSize: 0x3D0 } + - { offsetInCU: 0x465D, offset: 0xF588D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0xAA20, symBinAddr: 0x3FCA0, symSize: 0x340 } + - { offsetInCU: 0x4788, offset: 0xF59B8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0xAD60, symBinAddr: 0x3FFE0, symSize: 0x360 } + - { offsetInCU: 0x4893, offset: 0xF5AC3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTg5', symObjAddr: 0xB0C0, symBinAddr: 0x40340, symSize: 0x280 } + - { offsetInCU: 0x490C, offset: 0xF5B3C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie6MarkerCTg5', symObjAddr: 0xB340, symBinAddr: 0x405C0, symSize: 0x3B0 } + - { offsetInCU: 0x4A42, offset: 0xF5C72, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AJ2totTg5', symObjAddr: 0xBAE0, symBinAddr: 0x40D60, symSize: 0x390 } + - { offsetInCU: 0x4B77, offset: 0xF5DA7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSu_SSTg5', symObjAddr: 0xBE70, symBinAddr: 0x410F0, symSize: 0x350 } + - { offsetInCU: 0x4C97, offset: 0xF5EC7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_So10CGImageRefaTg5', symObjAddr: 0xC1C0, symBinAddr: 0x41440, symSize: 0x3B0 } + - { offsetInCU: 0x4E14, offset: 0xF6044, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV16_unsafeInsertNew3key5valueyxn_q_ntF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTB5', symObjAddr: 0xC940, symBinAddr: 0x41BC0, symSize: 0x120 } + - { offsetInCU: 0x4F5E, offset: 0xF618E, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSiAA5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOTg5Tf4dnnn_n', symObjAddr: 0xCB20, symBinAddr: 0x41DA0, symSize: 0x100 } + - { offsetInCU: 0x4FC8, offset: 0xF61F8, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSAA15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOTg5Tf4dnnn_n', symObjAddr: 0xCC20, symBinAddr: 0x41EA0, symSize: 0x110 } + - { offsetInCU: 0x5377, offset: 0xF65A7, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC0D9AnimationC10CodingKeysO_AC10LayerModelCAC0N4TypeOTg5Tf4dnnn_n', symObjAddr: 0xDA90, symBinAddr: 0x42D10, symSize: 0x460 } + - { offsetInCU: 0x558E, offset: 0xF67BE, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSesSeRzlWl', symObjAddr: 0xDEF0, symBinAddr: 0x43170, symSize: 0x80 } + - { offsetInCU: 0x55A2, offset: 0xF67D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSEAAWl', symObjAddr: 0xDFD0, symBinAddr: 0x431F0, symSize: 0x30 } + - { offsetInCU: 0x55B6, offset: 0xF67E6, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSEAAWl', symObjAddr: 0xE000, symBinAddr: 0x43220, symSize: 0x30 } + - { offsetInCU: 0x55CA, offset: 0xF67FA, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSEsSERzlWl', symObjAddr: 0xE030, symBinAddr: 0x43250, symSize: 0x80 } + - { offsetInCU: 0x55DE, offset: 0xF680E, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSEsSERzlWl', symObjAddr: 0xE170, symBinAddr: 0x43390, symSize: 0x80 } + - { offsetInCU: 0x55F2, offset: 0xF6822, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASQWb', symObjAddr: 0xE1F0, symBinAddr: 0x43410, symSize: 0x10 } + - { offsetInCU: 0x5606, offset: 0xF6836, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSQAAWl', symObjAddr: 0xE200, symBinAddr: 0x43420, symSize: 0x30 } + - { offsetInCU: 0x561A, offset: 0xF684A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwet', symObjAddr: 0xE250, symBinAddr: 0x43450, symSize: 0x80 } + - { offsetInCU: 0x562E, offset: 0xF685E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwst', symObjAddr: 0xE2D0, symBinAddr: 0x434D0, symSize: 0xD0 } + - { offsetInCU: 0x5642, offset: 0xF6872, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwug', symObjAddr: 0xE3A0, symBinAddr: 0x435A0, symSize: 0x10 } + - { offsetInCU: 0x5656, offset: 0xF6886, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwup', symObjAddr: 0xE3B0, symBinAddr: 0x435B0, symSize: 0x10 } + - { offsetInCU: 0x566A, offset: 0xF689A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwui', symObjAddr: 0xE3C0, symBinAddr: 0x435C0, symSize: 0x10 } + - { offsetInCU: 0x567E, offset: 0xF68AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOMa', symObjAddr: 0xE3D0, symBinAddr: 0x435D0, symSize: 0x10 } + - { offsetInCU: 0x5692, offset: 0xF68C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCMa', symObjAddr: 0xE3E0, symBinAddr: 0x435E0, symSize: 0x20 } + - { offsetInCU: 0x56A6, offset: 0xF68D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwet', symObjAddr: 0xE440, symBinAddr: 0x43640, symSize: 0x80 } + - { offsetInCU: 0x56BA, offset: 0xF68EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwst', symObjAddr: 0xE4C0, symBinAddr: 0x436C0, symSize: 0xD0 } + - { offsetInCU: 0x56CE, offset: 0xF68FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwug', symObjAddr: 0xE590, symBinAddr: 0x43790, symSize: 0x10 } + - { offsetInCU: 0x56E2, offset: 0xF6912, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwup', symObjAddr: 0xE5A0, symBinAddr: 0x437A0, symSize: 0x10 } + - { offsetInCU: 0x56F6, offset: 0xF6926, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwui', symObjAddr: 0xE5B0, symBinAddr: 0x437B0, symSize: 0x10 } + - { offsetInCU: 0x570A, offset: 0xF693A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOMa', symObjAddr: 0xE5C0, symBinAddr: 0x437C0, symSize: 0x10 } + - { offsetInCU: 0x571E, offset: 0xF694E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASQWb', symObjAddr: 0xE5D0, symBinAddr: 0x437D0, symSize: 0x10 } + - { offsetInCU: 0x5732, offset: 0xF6962, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAESQAAWl', symObjAddr: 0xE5E0, symBinAddr: 0x437E0, symSize: 0x30 } + - { offsetInCU: 0x5746, offset: 0xF6976, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE610, symBinAddr: 0x43810, symSize: 0x10 } + - { offsetInCU: 0x575A, offset: 0xF698A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE620, symBinAddr: 0x43820, symSize: 0x30 } + - { offsetInCU: 0x576E, offset: 0xF699E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE650, symBinAddr: 0x43850, symSize: 0x10 } + - { offsetInCU: 0x5782, offset: 0xF69B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xE660, symBinAddr: 0x43860, symSize: 0x30 } + - { offsetInCU: 0x5796, offset: 0xF69C6, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC12PrecompAssetC10CodingKeysO_AC10LayerModelCAC0O4TypeOTg5Tf4dnnn_n', symObjAddr: 0xE690, symBinAddr: 0x43890, symSize: 0x460 } + - { offsetInCU: 0x59AD, offset: 0xF6BDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs9CodingKeyAAWl', symObjAddr: 0xF0A0, symBinAddr: 0x44270, symSize: 0x30 } + - { offsetInCU: 0x59C1, offset: 0xF6BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSeAAWl', symObjAddr: 0xF0D0, symBinAddr: 0x442A0, symSize: 0x30 } + - { offsetInCU: 0x59D5, offset: 0xF6C05, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSeAAWl', symObjAddr: 0xF150, symBinAddr: 0x44300, symSize: 0x30 } + - { offsetInCU: 0x59E9, offset: 0xF6C19, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSYAAWl', symObjAddr: 0xF1D0, symBinAddr: 0x44360, symSize: 0x30 } + - { offsetInCU: 0x5A38, offset: 0xF6C68, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxcigSS_ypTg5', symObjAddr: 0xA90, symBinAddr: 0x35DB0, symSize: 0x80 } + - { offsetInCU: 0x5AAB, offset: 0xF6CDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC60, symBinAddr: 0x35F80, symSize: 0x10 } + - { offsetInCU: 0x5B3C, offset: 0xF6D6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH9hashValueSivgTW', symObjAddr: 0xC70, symBinAddr: 0x35F90, symSize: 0x40 } + - { offsetInCU: 0x5BEB, offset: 0xF6E1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xCB0, symBinAddr: 0x35FD0, symSize: 0x20 } + - { offsetInCU: 0x5C3E, offset: 0xF6E6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCD0, symBinAddr: 0x35FF0, symSize: 0x40 } + - { offsetInCU: 0x5CC2, offset: 0xF6EF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xD40, symBinAddr: 0x36060, symSize: 0x50 } + - { offsetInCU: 0x5CE5, offset: 0xF6F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD90, symBinAddr: 0x360B0, symSize: 0x40 } + - { offsetInCU: 0x5E8A, offset: 0xF70BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2730, symBinAddr: 0x379B0, symSize: 0x80 } + - { offsetInCU: 0x5F59, offset: 0xF7189, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x27B0, symBinAddr: 0x37A30, symSize: 0x50 } + - { offsetInCU: 0x5FD7, offset: 0xF7207, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2800, symBinAddr: 0x37A80, symSize: 0x30 } + - { offsetInCU: 0x6029, offset: 0xF7259, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2830, symBinAddr: 0x37AB0, symSize: 0x50 } + - { offsetInCU: 0x608C, offset: 0xF72BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2950, symBinAddr: 0x37BD0, symSize: 0x20 } + - { offsetInCU: 0x60A8, offset: 0xF72D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x2970, symBinAddr: 0x37BF0, symSize: 0x20 } + - { offsetInCU: 0x60C4, offset: 0xF72F4, size: 0x8, addend: 0x0, symName: '_$sSh8containsySbxFSS_Tg5', symObjAddr: 0x2990, symBinAddr: 0x37C10, symSize: 0xF0 } + - { offsetInCU: 0x62E2, offset: 0xF7512, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie6MarkerCTg5Tf4gd_n', symObjAddr: 0xCED0, symBinAddr: 0x42150, symSize: 0xE0 } + - { offsetInCU: 0x6419, offset: 0xF7649, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie6MarkerCG_Tg5037$s6Lottie0A9AnimationC19reducedMotionE19AA0E0CSgvgSbAFXEfU_ShySSGTf1cn_nTf4ng_n', symObjAddr: 0xCFE0, symBinAddr: 0x42260, symSize: 0x140 } + - { offsetInCU: 0x65C0, offset: 0xF77F0, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_So8CAAction_pTg5Tf4gd_n', symObjAddr: 0xD120, symBinAddr: 0x423A0, symSize: 0xE0 } + - { offsetInCU: 0x6702, offset: 0xF7932, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie15AnyNodeProperty_pTg5Tf4gd_n', symObjAddr: 0xD240, symBinAddr: 0x424C0, symSize: 0xE0 } + - { offsetInCU: 0x6830, offset: 0xF7A60, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo7CALayerC_6Lottie16AnimationKeypathVTg5Tf4gd_n', symObjAddr: 0xD320, symBinAddr: 0x425A0, symSize: 0xC0 } + - { offsetInCU: 0x6954, offset: 0xF7B84, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SaySSGTg5Tf4gn_n', symObjAddr: 0xD3E0, symBinAddr: 0x42660, symSize: 0x90 } + - { offsetInCU: 0x6A9B, offset: 0xF7CCB, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTg5Tf4gd_n', symObjAddr: 0xD580, symBinAddr: 0x42800, symSize: 0xE0 } + - { offsetInCU: 0x6BC9, offset: 0xF7DF9, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSu_SSTg5Tf4gd_n', symObjAddr: 0xD680, symBinAddr: 0x42900, symSize: 0x110 } + - { offsetInCU: 0x6CFB, offset: 0xF7F2B, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs11AnyHashableV_12CoreGraphics7CGFloatV4from_AG2totTg5Tf4gd_n', symObjAddr: 0xD790, symBinAddr: 0x42A10, symSize: 0x100 } + - { offsetInCU: 0x6E4B, offset: 0xF807B, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo17NSLayoutAttributeV_So0C10ConstraintCTg5Tf4gd_n', symObjAddr: 0xD890, symBinAddr: 0x42B10, symSize: 0x100 } + - { offsetInCU: 0x2B, offset: 0xF853D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x443F0, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0xF8555, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x443F0, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0xF8569, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMr', symObjAddr: 0x10, symBinAddr: 0x44400, symSize: 0x60 } + - { offsetInCU: 0xA1, offset: 0xF85B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9keyframesACyxGs15ContiguousArrayVyAA0B0CyxGG_tcfC', symObjAddr: 0x70, symBinAddr: 0x44460, symSize: 0x60 } + - { offsetInCU: 0xE5, offset: 0xF85F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0xD0, symBinAddr: 0x444C0, symSize: 0x70 } + - { offsetInCU: 0x184, offset: 0xF8696, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvg', symObjAddr: 0x180, symBinAddr: 0x44530, symSize: 0x50 } + - { offsetInCU: 0x1BE, offset: 0xF86D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x1D0, symBinAddr: 0x44580, symSize: 0x130 } + - { offsetInCU: 0x280, offset: 0xF8792, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x300, symBinAddr: 0x446B0, symSize: 0x3A0 } + - { offsetInCU: 0x42F, offset: 0xF8941, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfd', symObjAddr: 0x6A0, symBinAddr: 0x44A50, symSize: 0x30 } + - { offsetInCU: 0x45C, offset: 0xF896E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfD', symObjAddr: 0x6D0, symBinAddr: 0x44A80, symSize: 0x20 } + - { offsetInCU: 0x489, offset: 0xF899B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x700, symBinAddr: 0x44AB0, symSize: 0x20 } + - { offsetInCU: 0x4B4, offset: 0xF89C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x720, symBinAddr: 0x44AD0, symSize: 0x20 } + - { offsetInCU: 0x4E6, offset: 0xF89F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x740, symBinAddr: 0x44AF0, symSize: 0x20 } + - { offsetInCU: 0x502, offset: 0xF8A14, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x780, symBinAddr: 0x44B30, symSize: 0x10 } + - { offsetInCU: 0x56E, offset: 0xF8A80, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMa', symObjAddr: 0x6F0, symBinAddr: 0x44AA0, symSize: 0x10 } + - { offsetInCU: 0x582, offset: 0xF8A94, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x760, symBinAddr: 0x44B10, symSize: 0x10 } + - { offsetInCU: 0x596, offset: 0xF8AA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x770, symBinAddr: 0x44B20, symSize: 0x10 } + - { offsetInCU: 0x1C6, offset: 0xF8E56, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeC11applyEffect2toySo7CALayerC_tF', symObjAddr: 0x0, symBinAddr: 0x44B40, symSize: 0x240 } + - { offsetInCU: 0x442, offset: 0xF90D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCfD', symObjAddr: 0x240, symBinAddr: 0x44D80, symSize: 0x20 } + - { offsetInCU: 0x48E, offset: 0xF911E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCMa', symObjAddr: 0x260, symBinAddr: 0x44DA0, symSize: 0x20 } + - { offsetInCU: 0x59B, offset: 0xF922B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesC5modelAcA0bC5Model_p_tcfc', symObjAddr: 0x280, symBinAddr: 0x44DC0, symSize: 0x9B0 } + - { offsetInCU: 0x98F, offset: 0xF961F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfd', symObjAddr: 0xC30, symBinAddr: 0x45770, symSize: 0x50 } + - { offsetInCU: 0x9BC, offset: 0xF964C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfD', symObjAddr: 0xC80, symBinAddr: 0x457C0, symSize: 0x20 } + - { offsetInCU: 0x9F8, offset: 0xF9688, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0xCC0, symBinAddr: 0x45800, symSize: 0x20 } + - { offsetInCU: 0xA2B, offset: 0xF96BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCMa', symObjAddr: 0xCA0, symBinAddr: 0x457E0, symSize: 0x20 } + - { offsetInCU: 0x6C, offset: 0xF99CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector1DV_TB5', symObjAddr: 0x23E0, symBinAddr: 0x47D50, symSize: 0xE0 } + - { offsetInCU: 0x174, offset: 0xF9AD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector3DV_TB5', symObjAddr: 0x24C0, symBinAddr: 0x47E30, symSize: 0x100 } + - { offsetInCU: 0x27B, offset: 0xF9BDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A5ColorV_TB5', symObjAddr: 0x2650, symBinAddr: 0x47F90, symSize: 0x110 } + - { offsetInCU: 0x38F, offset: 0xF9CF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x45A40, symSize: 0x970 } + - { offsetInCU: 0x4F5, offset: 0xF9E56, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x970, symBinAddr: 0x463B0, symSize: 0xFA0 } + - { offsetInCU: 0x8F0, offset: 0xFA251, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueSSvg', symObjAddr: 0x1910, symBinAddr: 0x47350, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0xFA288, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1950, symBinAddr: 0x47390, symSize: 0x20 } + - { offsetInCU: 0x99A, offset: 0xFA2FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1AE0, symBinAddr: 0x47520, symSize: 0x40 } + - { offsetInCU: 0x9E0, offset: 0xFA341, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x1B20, symBinAddr: 0x47560, symSize: 0x30 } + - { offsetInCU: 0x9F4, offset: 0xFA355, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1B50, symBinAddr: 0x47590, symSize: 0x10 } + - { offsetInCU: 0xA2A, offset: 0xFA38B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1B60, symBinAddr: 0x475A0, symSize: 0x30 } + - { offsetInCU: 0xA8F, offset: 0xFA3F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1B90, symBinAddr: 0x475D0, symSize: 0x10 } + - { offsetInCU: 0xAAB, offset: 0xFA40C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1BA0, symBinAddr: 0x475E0, symSize: 0x10 } + - { offsetInCU: 0xAC7, offset: 0xFA428, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2F90, symBinAddr: 0x48820, symSize: 0x50 } + - { offsetInCU: 0xAFF, offset: 0xFA460, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO8rawValueSSvg', symObjAddr: 0x1930, symBinAddr: 0x47370, symSize: 0x20 } + - { offsetInCU: 0xB36, offset: 0xFA497, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x1970, symBinAddr: 0x473B0, symSize: 0x20 } + - { offsetInCU: 0xBB4, offset: 0xFA515, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1C30, symBinAddr: 0x47670, symSize: 0x70 } + - { offsetInCU: 0xC1A, offset: 0xFA57B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1CA0, symBinAddr: 0x476E0, symSize: 0x30 } + - { offsetInCU: 0xC36, offset: 0xFA597, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1CD0, symBinAddr: 0x47710, symSize: 0x10 } + - { offsetInCU: 0xC6C, offset: 0xFA5CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1CE0, symBinAddr: 0x47720, symSize: 0x60 } + - { offsetInCU: 0xCF1, offset: 0xFA652, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1D40, symBinAddr: 0x47780, symSize: 0x10 } + - { offsetInCU: 0xD0D, offset: 0xFA66E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1D50, symBinAddr: 0x47790, symSize: 0x10 } + - { offsetInCU: 0xD2A, offset: 0xFA68B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfd', symObjAddr: 0x1DA0, symBinAddr: 0x477E0, symSize: 0x70 } + - { offsetInCU: 0xD57, offset: 0xFA6B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfD', symObjAddr: 0x1E10, symBinAddr: 0x47850, symSize: 0x20 } + - { offsetInCU: 0xD84, offset: 0xFA6E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1E50, symBinAddr: 0x47890, symSize: 0x360 } + - { offsetInCU: 0xDDB, offset: 0xFA73C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x21B0, symBinAddr: 0x47BF0, symSize: 0x50 } + - { offsetInCU: 0xE13, offset: 0xFA774, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2200, symBinAddr: 0x47C40, symSize: 0x20 } + - { offsetInCU: 0xE45, offset: 0xFA7A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2320, symBinAddr: 0x47C90, symSize: 0x20 } + - { offsetInCU: 0xE86, offset: 0xFA7E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x2340, symBinAddr: 0x47CB0, symSize: 0x20 } + - { offsetInCU: 0xEC7, offset: 0xFA828, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x2360, symBinAddr: 0x47CD0, symSize: 0x20 } + - { offsetInCU: 0xF08, offset: 0xFA869, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2380, symBinAddr: 0x47CF0, symSize: 0x20 } + - { offsetInCU: 0xF49, offset: 0xFA8AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x23A0, symBinAddr: 0x47D10, symSize: 0x20 } + - { offsetInCU: 0xF8A, offset: 0xFA8EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x23C0, symBinAddr: 0x47D30, symSize: 0x20 } + - { offsetInCU: 0x1063, offset: 0xFA9C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC7defaultACvgZTf4d_n', symObjAddr: 0x28A0, symBinAddr: 0x48180, symSize: 0x1B0 } + - { offsetInCU: 0x11E7, offset: 0xFAB48, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCMa', symObjAddr: 0x1E30, symBinAddr: 0x47870, symSize: 0x20 } + - { offsetInCU: 0x11FB, offset: 0xFAB5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x2290, symBinAddr: 0x47C60, symSize: 0x30 } + - { offsetInCU: 0x1368, offset: 0xFACC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x25C0, symBinAddr: 0x47F30, symSize: 0x30 } + - { offsetInCU: 0x13A8, offset: 0xFAD09, size: 0x8, addend: 0x0, symName: '_$sypSgWOb', symObjAddr: 0x2AB0, symBinAddr: 0x48360, symSize: 0x40 } + - { offsetInCU: 0x13BC, offset: 0xFAD1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwet', symObjAddr: 0x2B10, symBinAddr: 0x483A0, symSize: 0x80 } + - { offsetInCU: 0x13D0, offset: 0xFAD31, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwst', symObjAddr: 0x2B90, symBinAddr: 0x48420, symSize: 0xD0 } + - { offsetInCU: 0x13E4, offset: 0xFAD45, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwug', symObjAddr: 0x2C60, symBinAddr: 0x484F0, symSize: 0x10 } + - { offsetInCU: 0x13F8, offset: 0xFAD59, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwup', symObjAddr: 0x2C70, symBinAddr: 0x48500, symSize: 0x10 } + - { offsetInCU: 0x140C, offset: 0xFAD6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwui', symObjAddr: 0x2C80, symBinAddr: 0x48510, symSize: 0x10 } + - { offsetInCU: 0x1420, offset: 0xFAD81, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOMa', symObjAddr: 0x2C90, symBinAddr: 0x48520, symSize: 0x10 } + - { offsetInCU: 0x1434, offset: 0xFAD95, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwet', symObjAddr: 0x2CA0, symBinAddr: 0x48530, symSize: 0x80 } + - { offsetInCU: 0x1448, offset: 0xFADA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwst', symObjAddr: 0x2D20, symBinAddr: 0x485B0, symSize: 0xD0 } + - { offsetInCU: 0x145C, offset: 0xFADBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwup', symObjAddr: 0x2DF0, symBinAddr: 0x48680, symSize: 0x10 } + - { offsetInCU: 0x1470, offset: 0xFADD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOMa', symObjAddr: 0x2E00, symBinAddr: 0x48690, symSize: 0x10 } + - { offsetInCU: 0x1484, offset: 0xFADE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASQWb', symObjAddr: 0x2E10, symBinAddr: 0x486A0, symSize: 0x10 } + - { offsetInCU: 0x1498, offset: 0xFADF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAESQAAWl', symObjAddr: 0x2E20, symBinAddr: 0x486B0, symSize: 0x30 } + - { offsetInCU: 0x14AC, offset: 0xFAE0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASQWb', symObjAddr: 0x2E50, symBinAddr: 0x486E0, symSize: 0x10 } + - { offsetInCU: 0x14C0, offset: 0xFAE21, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAESQAAWl', symObjAddr: 0x2E60, symBinAddr: 0x486F0, symSize: 0x30 } + - { offsetInCU: 0x14D4, offset: 0xFAE35, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2E90, symBinAddr: 0x48720, symSize: 0x10 } + - { offsetInCU: 0x14E8, offset: 0xFAE49, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2EA0, symBinAddr: 0x48730, symSize: 0x30 } + - { offsetInCU: 0x14FC, offset: 0xFAE5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2ED0, symBinAddr: 0x48760, symSize: 0x10 } + - { offsetInCU: 0x1510, offset: 0xFAE71, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2EE0, symBinAddr: 0x48770, symSize: 0x30 } + - { offsetInCU: 0x1524, offset: 0xFAE85, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2F10, symBinAddr: 0x487A0, symSize: 0x10 } + - { offsetInCU: 0x1538, offset: 0xFAE99, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2F20, symBinAddr: 0x487B0, symSize: 0x30 } + - { offsetInCU: 0x154C, offset: 0xFAEAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2F50, symBinAddr: 0x487E0, symSize: 0x10 } + - { offsetInCU: 0x1560, offset: 0xFAEC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2F60, symBinAddr: 0x487F0, symSize: 0x30 } + - { offsetInCU: 0x15B9, offset: 0xFAF1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1990, symBinAddr: 0x473D0, symSize: 0x80 } + - { offsetInCU: 0x1688, offset: 0xFAFE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1A10, symBinAddr: 0x47450, symSize: 0x50 } + - { offsetInCU: 0x1706, offset: 0xFB067, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A60, symBinAddr: 0x474A0, symSize: 0x30 } + - { offsetInCU: 0x1758, offset: 0xFB0B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1A90, symBinAddr: 0x474D0, symSize: 0x50 } + - { offsetInCU: 0x17BB, offset: 0xFB11C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1BB0, symBinAddr: 0x475F0, symSize: 0x20 } + - { offsetInCU: 0x17D7, offset: 0xFB138, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1BD0, symBinAddr: 0x47610, symSize: 0x20 } + - { offsetInCU: 0x17F3, offset: 0xFB154, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1BF0, symBinAddr: 0x47630, symSize: 0x10 } + - { offsetInCU: 0x180F, offset: 0xFB170, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1C00, symBinAddr: 0x47640, symSize: 0x10 } + - { offsetInCU: 0x182B, offset: 0xFB18C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C10, symBinAddr: 0x47650, symSize: 0x10 } + - { offsetInCU: 0x1847, offset: 0xFB1A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1C20, symBinAddr: 0x47660, symSize: 0x10 } + - { offsetInCU: 0x186A, offset: 0xFB1CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1D60, symBinAddr: 0x477A0, symSize: 0x20 } + - { offsetInCU: 0x1886, offset: 0xFB1E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1D80, symBinAddr: 0x477C0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0xFB4F2, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x48890, symSize: 0x140 } + - { offsetInCU: 0x81, offset: 0xFB548, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x48890, symSize: 0x140 } + - { offsetInCU: 0x20D, offset: 0xFB6D4, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0x140, symBinAddr: 0x489D0, symSize: 0xA0 } + - { offsetInCU: 0x318, offset: 0xFB7DF, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE10SolveCubic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A3CtFZTf4nnnnd_n', symObjAddr: 0x1E0, symBinAddr: 0x48A70, symSize: 0x35A } + - { offsetInCU: 0x60, offset: 0xFBCAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfC', symObjAddr: 0x0, symBinAddr: 0x48DD0, symSize: 0x90 } + - { offsetInCU: 0xAC, offset: 0xFBCFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvg', symObjAddr: 0x90, symBinAddr: 0x48E60, symSize: 0x1E0 } + - { offsetInCU: 0x1C9, offset: 0xFBE17, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x270, symBinAddr: 0x49040, symSize: 0xD0 } + - { offsetInCU: 0x256, offset: 0xFBEA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x340, symBinAddr: 0x49110, symSize: 0x110 } + - { offsetInCU: 0x359, offset: 0xFBFA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x450, symBinAddr: 0x49220, symSize: 0x100 } + - { offsetInCU: 0x46C, offset: 0xFC0BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x550, symBinAddr: 0x49320, symSize: 0x60 } + - { offsetInCU: 0x4F2, offset: 0xFC140, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x5B0, symBinAddr: 0x49380, symSize: 0x1D0 } + - { offsetInCU: 0x63E, offset: 0xFC28C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x780, symBinAddr: 0x49550, symSize: 0x150 } + - { offsetInCU: 0x706, offset: 0xFC354, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AjA0A14NSControlEventVtF', symObjAddr: 0x8D0, symBinAddr: 0x496A0, symSize: 0x160 } + - { offsetInCU: 0x871, offset: 0xFC4BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AjA0A14NSControlEventVtFyAA08AnimatedB0CcfU_', symObjAddr: 0xA30, symBinAddr: 0x49800, symSize: 0x110 } + - { offsetInCU: 0x9C5, offset: 0xFC613, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSAA0A14NSControlEventVtF', symObjAddr: 0xB40, symBinAddr: 0x49910, symSize: 0x190 } + - { offsetInCU: 0xB6F, offset: 0xFC7BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xCD0, symBinAddr: 0x49AA0, symSize: 0x1B0 } + - { offsetInCU: 0xCDC, offset: 0xFC92A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0xE80, symBinAddr: 0x49C50, symSize: 0x450 } + - { offsetInCU: 0xD84, offset: 0xFC9D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x1300, symBinAddr: 0x4A0D0, symSize: 0x10 } + - { offsetInCU: 0x15F0, offset: 0xFD23E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOc', symObjAddr: 0x1C50, symBinAddr: 0x4A9F0, symSize: 0x30 } + - { offsetInCU: 0x1604, offset: 0xFD252, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x1CC0, symBinAddr: 0x4AA30, symSize: 0x10 } + - { offsetInCU: 0x1618, offset: 0xFD266, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x1D50, symBinAddr: 0x4AAC0, symSize: 0x10 } + - { offsetInCU: 0x1637, offset: 0xFD285, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedButtonCytG_Tg5TA', symObjAddr: 0x1D60, symBinAddr: 0x4AAD0, symSize: 0x20 } + - { offsetInCU: 0x1660, offset: 0xFD2AE, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5', symObjAddr: 0x1D80, symBinAddr: 0x4AAF0, symSize: 0x20 } + - { offsetInCU: 0x16F1, offset: 0xFD33F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV24ZIP64ExtendedInformationV_Tg5', symObjAddr: 0x1DA0, symBinAddr: 0x4AB10, symSize: 0x110 } + - { offsetInCU: 0x1881, offset: 0xFD4CF, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompatibilityIssueV_Tg5', symObjAddr: 0x1EB0, symBinAddr: 0x4AC20, symSize: 0x110 } + - { offsetInCU: 0x19E8, offset: 0xFD636, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x1FC0, symBinAddr: 0x4AD30, symSize: 0x110 } + - { offsetInCU: 0x1B4F, offset: 0xFD79D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0Q0V_Tg5', symObjAddr: 0x20D0, symBinAddr: 0x4AE40, symSize: 0x110 } + - { offsetInCU: 0x1CED, offset: 0xFD93B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSay6Lottie14ShapeItemLayerC0Q0VG8grouping_ALSg17trailingSeparatort_Tg5', symObjAddr: 0x2230, symBinAddr: 0x4AFA0, symSize: 0x140 } + - { offsetInCU: 0x1E8D, offset: 0xFDADB, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x2370, symBinAddr: 0x4B0E0, symSize: 0x110 } + - { offsetInCU: 0x1FFF, offset: 0xFDC4D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x2480, symBinAddr: 0x4B1F0, symSize: 0x110 } + - { offsetInCU: 0x21A2, offset: 0xFDDF0, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x2790, symBinAddr: 0x4B500, symSize: 0x130 } + - { offsetInCU: 0x2350, offset: 0xFDF9E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo10CGColorRefa5color_12CoreGraphics7CGFloatV8locationt_Tg5', symObjAddr: 0x3190, symBinAddr: 0x4BF00, symSize: 0x130 } + - { offsetInCU: 0x24F0, offset: 0xFE13E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10BezierPathV_Tg5', symObjAddr: 0x34F0, symBinAddr: 0x4C260, symSize: 0x130 } + - { offsetInCU: 0x2662, offset: 0xFE2B0, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x3640, symBinAddr: 0x4C3B0, symSize: 0x110 } + - { offsetInCU: 0x2805, offset: 0xFE453, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo7CGPointV5point_12CoreGraphics7CGFloatV8distancet_Tg5', symObjAddr: 0x3750, symBinAddr: 0x4C4C0, symSize: 0x120 } + - { offsetInCU: 0x29A8, offset: 0xFE5F6, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11PathElementV_Tg5', symObjAddr: 0x3870, symBinAddr: 0x4C5E0, symSize: 0x110 } + - { offsetInCU: 0x2B28, offset: 0xFE776, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x3980, symBinAddr: 0x4C6F0, symSize: 0x120 } + - { offsetInCU: 0x2CC6, offset: 0xFE914, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10LayerModelC5layer_AJ5model_AH9MatteTypeO05matteU0tSg4maskt_Tg5', symObjAddr: 0x3AC0, symBinAddr: 0x4C830, symSize: 0x140 } + - { offsetInCU: 0x2E92, offset: 0xFEAE0, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x3CE0, symBinAddr: 0x4CA50, symSize: 0x120 } + - { offsetInCU: 0x3035, offset: 0xFEC83, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV5start_AJ3endt_Tg5', symObjAddr: 0x3E00, symBinAddr: 0x4CB70, symSize: 0x110 } + - { offsetInCU: 0x31B5, offset: 0xFEE03, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompoundBezierPathV_Tg5', symObjAddr: 0x3F10, symBinAddr: 0x4CC80, symSize: 0x110 } + - { offsetInCU: 0x3353, offset: 0xFEFA1, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16AnimationKeypathV7keypath_AH16AnyValueProvider_p05valueU0t_Tg5', symObjAddr: 0x4230, symBinAddr: 0x4CFA0, symSize: 0x150 } + - { offsetInCU: 0x34A6, offset: 0xFF0F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x4630, symBinAddr: 0x4D3A0, symSize: 0x20 } + - { offsetInCU: 0x34BA, offset: 0xFF108, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x46D0, symBinAddr: 0x4D410, symSize: 0x10 } + - { offsetInCU: 0x34CE, offset: 0xFF11C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOh', symObjAddr: 0x4700, symBinAddr: 0x4D440, symSize: 0x20 } + - { offsetInCU: 0x34E2, offset: 0xFF130, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOd', symObjAddr: 0x4720, symBinAddr: 0x4D460, symSize: 0x30 } + - { offsetInCU: 0x34F6, offset: 0xFF144, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AjA0A14NSControlEventVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4770, symBinAddr: 0x4D4B0, symSize: 0x20 } + - { offsetInCU: 0x3514, offset: 0xFF162, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSAA0A14NSControlEventVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x47C0, symBinAddr: 0x4D500, symSize: 0x50 } + - { offsetInCU: 0x3566, offset: 0xFF1B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4880, symBinAddr: 0x4D5C0, symSize: 0x30 } + - { offsetInCU: 0x357A, offset: 0xFF1C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x48B0, symBinAddr: 0x4D5F0, symSize: 0x30 } + - { offsetInCU: 0x358E, offset: 0xFF1DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x48E0, symBinAddr: 0x4D620, symSize: 0x20 } + - { offsetInCU: 0x35A2, offset: 0xFF1F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAC7SwiftUI4ViewAAWl', symObjAddr: 0x4900, symBinAddr: 0x4D640, symSize: 0x30 } + - { offsetInCU: 0x35B6, offset: 0xFF204, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x4930, symBinAddr: 0x4D670, symSize: 0x20 } + - { offsetInCU: 0x35CA, offset: 0xFF218, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwCP', symObjAddr: 0x4950, symBinAddr: 0x4D690, symSize: 0x30 } + - { offsetInCU: 0x35DE, offset: 0xFF22C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwxx', symObjAddr: 0x4980, symBinAddr: 0x4D6C0, symSize: 0x50 } + - { offsetInCU: 0x35F2, offset: 0xFF240, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwcp', symObjAddr: 0x49D0, symBinAddr: 0x4D710, symSize: 0x120 } + - { offsetInCU: 0x3606, offset: 0xFF254, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwca', symObjAddr: 0x4AF0, symBinAddr: 0x4D830, symSize: 0x140 } + - { offsetInCU: 0x361A, offset: 0xFF268, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOh', symObjAddr: 0x4C30, symBinAddr: 0x4D970, symSize: 0x30 } + - { offsetInCU: 0x362E, offset: 0xFF27C, size: 0x8, addend: 0x0, symName: ___swift_memcpy136_8, symObjAddr: 0x4C60, symBinAddr: 0x4D9A0, symSize: 0x10 } + - { offsetInCU: 0x3642, offset: 0xFF290, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwta', symObjAddr: 0x4C70, symBinAddr: 0x4D9B0, symSize: 0xC0 } + - { offsetInCU: 0x3656, offset: 0xFF2A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwet', symObjAddr: 0x4D30, symBinAddr: 0x4DA70, symSize: 0x50 } + - { offsetInCU: 0x366A, offset: 0xFF2B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwst', symObjAddr: 0x4D80, symBinAddr: 0x4DAC0, symSize: 0x60 } + - { offsetInCU: 0x367E, offset: 0xFF2CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVMa', symObjAddr: 0x4DE0, symBinAddr: 0x4DB20, symSize: 0x10 } + - { offsetInCU: 0x370B, offset: 0xFF359, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tg5', symObjAddr: 0x4F20, symBinAddr: 0x4DC60, symSize: 0x110 } + - { offsetInCU: 0x381D, offset: 0xFF46B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4MaskC_Tg5Tf4d_n', symObjAddr: 0x53F0, symBinAddr: 0x4E130, symSize: 0x50 } + - { offsetInCU: 0x3835, offset: 0xFF483, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20MaskCompositionLayerC0hJ0C_Tg5Tf4d_n', symObjAddr: 0x5440, symBinAddr: 0x4E180, symSize: 0x50 } + - { offsetInCU: 0x384D, offset: 0xFF49B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GroupC_Tg5Tf4d_n', symObjAddr: 0x5490, symBinAddr: 0x4E1D0, symSize: 0x50 } + - { offsetInCU: 0x3865, offset: 0xFF4B3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9ShapeItemC_Tg5Tf4d_n', symObjAddr: 0x54E0, symBinAddr: 0x4E220, symSize: 0x50 } + - { offsetInCU: 0x387D, offset: 0xFF4CB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10GroupLayerC_Tg5Tf4d_n', symObjAddr: 0x5530, symBinAddr: 0x4E270, symSize: 0x50 } + - { offsetInCU: 0x3895, offset: 0xFF4E3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x5580, symBinAddr: 0x4E2C0, symSize: 0x50 } + - { offsetInCU: 0x38AD, offset: 0xFF4FB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector3DVG_Tg5Tf4d_n', symObjAddr: 0x55F0, symBinAddr: 0x4E330, symSize: 0x50 } + - { offsetInCU: 0x38C5, offset: 0xFF513, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo19CAKeyframeAnimationC_Tg5Tf4d_n', symObjAddr: 0x5660, symBinAddr: 0x4E3A0, symSize: 0x60 } + - { offsetInCU: 0x38DD, offset: 0xFF52B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo8NSNumberC_Tg5Tf4d_n', symObjAddr: 0x56C0, symBinAddr: 0x4E400, symSize: 0x60 } + - { offsetInCU: 0x38F5, offset: 0xFF543, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo21CAMediaTimingFunctionC_Tg5Tf4d_n', symObjAddr: 0x5720, symBinAddr: 0x4E460, symSize: 0x60 } + - { offsetInCU: 0x390D, offset: 0xFF55B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo10CGColorRefa_Tg5Tf4d_n', symObjAddr: 0x5780, symBinAddr: 0x4E4C0, symSize: 0x50 } + - { offsetInCU: 0x3925, offset: 0xFF573, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo9CGPathRefa_Tg5Tf4d_n', symObjAddr: 0x57D0, symBinAddr: 0x4E510, symSize: 0x50 } + - { offsetInCU: 0x393D, offset: 0xFF58B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySbGG_Tg5Tf4d_n', symObjAddr: 0x5820, symBinAddr: 0x4E560, symSize: 0x50 } + - { offsetInCU: 0x3955, offset: 0xFF5A3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF010BezierPathH0VG_Tg5Tf4d_n', symObjAddr: 0x5870, symBinAddr: 0x4E5B0, symSize: 0x50 } + - { offsetInCU: 0x396D, offset: 0xFF5BB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x58C0, symBinAddr: 0x4E600, symSize: 0x50 } + - { offsetInCU: 0x3985, offset: 0xFF5D3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G5ColorVG_Tg5Tf4d_n', symObjAddr: 0x5910, symBinAddr: 0x4E650, symSize: 0x50 } + - { offsetInCU: 0x399D, offset: 0xFF5EB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerStyleC_Tg5Tf4d_n', symObjAddr: 0x5980, symBinAddr: 0x4E6C0, symSize: 0x50 } + - { offsetInCU: 0x39B5, offset: 0xFF603, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11EffectValueC_Tg5Tf4d_n', symObjAddr: 0x59D0, symBinAddr: 0x4E710, symSize: 0x50 } + - { offsetInCU: 0x39CD, offset: 0xFF61B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11LayerEffectC_Tg5Tf4d_n', symObjAddr: 0x5A20, symBinAddr: 0x4E760, symSize: 0x50 } + - { offsetInCU: 0x39E5, offset: 0xFF633, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySdGG_Tg5Tf4d_n', symObjAddr: 0x5A70, symBinAddr: 0x4E7B0, symSize: 0x50 } + - { offsetInCU: 0x39FD, offset: 0xFF64B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11DashElementC_Tg5Tf4d_n', symObjAddr: 0x5AE0, symBinAddr: 0x4E820, symSize: 0x50 } + - { offsetInCU: 0x3A15, offset: 0xFF663, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF12TextDocumentCG_Tg5Tf4d_n', symObjAddr: 0x5B70, symBinAddr: 0x4E870, symSize: 0x50 } + - { offsetInCU: 0x3A2D, offset: 0xFF67B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie12TextAnimatorC_Tg5Tf4d_n', symObjAddr: 0x5BC0, symBinAddr: 0x4E8C0, symSize: 0x50 } + - { offsetInCU: 0x3A45, offset: 0xFF693, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerModelC_Tg5Tf4d_n', symObjAddr: 0x5C10, symBinAddr: 0x4E910, symSize: 0x50 } + - { offsetInCU: 0x3A5D, offset: 0xFF6AB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GlyphC_Tg5Tf4d_n', symObjAddr: 0x5C80, symBinAddr: 0x4E980, symSize: 0x50 } + - { offsetInCU: 0x3A75, offset: 0xFF6C3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4FontC_Tg5Tf4d_n', symObjAddr: 0x5CD0, symBinAddr: 0x4E9D0, symSize: 0x50 } + - { offsetInCU: 0x3A8D, offset: 0xFF6DB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie6MarkerC_Tg5Tf4d_n', symObjAddr: 0x5D20, symBinAddr: 0x4EA20, symSize: 0x50 } + - { offsetInCU: 0x3AA5, offset: 0xFF6F3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyypG_Tg5Tf4d_n', symObjAddr: 0x5D70, symBinAddr: 0x4EA70, symSize: 0x50 } + - { offsetInCU: 0x3ABD, offset: 0xFF70B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySo13CATransform3DVGG_Tg5Tf4d_n', symObjAddr: 0x5DC0, symBinAddr: 0x4EAC0, symSize: 0x50 } + - { offsetInCU: 0x3AD5, offset: 0xFF723, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyypG_Tg5Tf4d_n', symObjAddr: 0x5E30, symBinAddr: 0x4EB30, symSize: 0x50 } + - { offsetInCU: 0x3AED, offset: 0xFF73B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo13CATransform3DVG_Tg5Tf4d_n', symObjAddr: 0x5E80, symBinAddr: 0x4EB80, symSize: 0x50 } + - { offsetInCU: 0x3B05, offset: 0xFF753, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo11CAAnimationC_Tg5Tf4d_n', symObjAddr: 0x5EF0, symBinAddr: 0x4EBF0, symSize: 0x60 } + - { offsetInCU: 0x3B1D, offset: 0xFF76B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo7CGPointVG_Tg5Tf4d_n', symObjAddr: 0x5F50, symBinAddr: 0x4EC50, symSize: 0x50 } + - { offsetInCU: 0x3B35, offset: 0xFF783, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCy12CoreGraphics7CGFloatVG_Tg5Tf4d_n', symObjAddr: 0x5FC0, symBinAddr: 0x4ECC0, symSize: 0x50 } + - { offsetInCU: 0x3B4D, offset: 0xFF79B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySbG_Tg5Tf4d_n', symObjAddr: 0x6030, symBinAddr: 0x4ED30, symSize: 0x50 } + - { offsetInCU: 0x3B65, offset: 0xFF7B3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo10CGColorRefaG_Tg5Tf4d_n', symObjAddr: 0x60C0, symBinAddr: 0x4EDC0, symSize: 0x50 } + - { offsetInCU: 0x3B7D, offset: 0xFF7CB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo6CGSizeVG_Tg5Tf4d_n', symObjAddr: 0x6130, symBinAddr: 0x4EE30, symSize: 0x50 } + - { offsetInCU: 0x3B95, offset: 0xFF7E3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo7CALayerC_Tg5Tf4d_n', symObjAddr: 0x61A0, symBinAddr: 0x4EEA0, symSize: 0x60 } + - { offsetInCU: 0x3BAD, offset: 0xFF7FB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DV5start_AJ3endtG_Tg5Tf4d_n', symObjAddr: 0x6200, symBinAddr: 0x4EF00, symSize: 0x50 } + - { offsetInCU: 0x3BC5, offset: 0xFF813, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo9CGPathRefaG_Tg5Tf4d_n', symObjAddr: 0x6290, symBinAddr: 0x4EF90, symSize: 0x50 } + - { offsetInCU: 0x3BDD, offset: 0xFF82B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySayAF10BezierPathVGG_Tg5Tf4d_n', symObjAddr: 0x6300, symBinAddr: 0x4F000, symSize: 0x50 } + - { offsetInCU: 0x3BF5, offset: 0xFF843, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF7EllipseCAGVG_Tg5Tf4d_n', symObjAddr: 0x6370, symBinAddr: 0x4F070, symSize: 0x50 } + - { offsetInCU: 0x3C0D, offset: 0xFF85B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF9RectangleCAGVG_Tg5Tf4d_n', symObjAddr: 0x63E0, symBinAddr: 0x4F0E0, symSize: 0x50 } + - { offsetInCU: 0x3C25, offset: 0xFF873, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4StarCAGVG_Tg5Tf4d_n', symObjAddr: 0x6450, symBinAddr: 0x4F150, symSize: 0x50 } + - { offsetInCU: 0x3C3D, offset: 0xFF88B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySo10CGColorRefaGG_Tg5Tf4d_n', symObjAddr: 0x64C0, symBinAddr: 0x4F1C0, symSize: 0x50 } + - { offsetInCU: 0x3C55, offset: 0xFF8A3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySay12CoreGraphics7CGFloatVGG_Tg5Tf4d_n', symObjAddr: 0x6530, symBinAddr: 0x4F230, symSize: 0x50 } + - { offsetInCU: 0x3C6D, offset: 0xFF8BB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5Tf4d_n', symObjAddr: 0x65A0, symBinAddr: 0x4F2A0, symSize: 0x50 } + - { offsetInCU: 0x3C85, offset: 0xFF8D3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x6610, symBinAddr: 0x4F310, symSize: 0x50 } + - { offsetInCU: 0x3C9D, offset: 0xFF8EB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie16CompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6780, symBinAddr: 0x4F480, symSize: 0x50 } + - { offsetInCU: 0x3CC0, offset: 0xFF90E, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfC6Lottie15AnyNodeProperty_p_Tg5Tf4nnd_n', symObjAddr: 0x67F0, symBinAddr: 0x4F4F0, symSize: 0x90 } + - { offsetInCU: 0x3D0A, offset: 0xFF958, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC_Tg5Tf4d_n', symObjAddr: 0x6880, symBinAddr: 0x4F580, symSize: 0x50 } + - { offsetInCU: 0x3D22, offset: 0xFF970, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20KeyframeInterpolatorCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x68D0, symBinAddr: 0x4F5D0, symSize: 0x50 } + - { offsetInCU: 0x3D3A, offset: 0xFF988, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie19ShapeContainerLayerC_Tg5Tf4d_n', symObjAddr: 0x6940, symBinAddr: 0x4F640, symSize: 0x50 } + - { offsetInCU: 0x3D52, offset: 0xFF9A0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie14PathOutputNodeC_Tg5Tf4d_n', symObjAddr: 0x6990, symBinAddr: 0x4F690, symSize: 0x50 } + - { offsetInCU: 0x3D6A, offset: 0xFF9B8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie21ImageCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6AE0, symBinAddr: 0x4F7E0, symSize: 0x50 } + - { offsetInCU: 0x3D82, offset: 0xFF9D0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20TextCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6B30, symBinAddr: 0x4F830, symSize: 0x50 } + - { offsetInCU: 0x3D9A, offset: 0xFF9E8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5AssetC_Tg5Tf4d_n', symObjAddr: 0x6B80, symBinAddr: 0x4F880, symSize: 0x50 } + - { offsetInCU: 0x3DB2, offset: 0xFFA00, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo18NSLayoutConstraintC_Tg5Tf4d_n', symObjAddr: 0x6BF0, symBinAddr: 0x4F8F0, symSize: 0x60 } + - { offsetInCU: 0x3DCA, offset: 0xFFA18, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOc', symObjAddr: 0x6D20, symBinAddr: 0x4FA20, symSize: 0x30 } + - { offsetInCU: 0x3DDE, offset: 0xFFA2C, size: 0x8, addend: 0x0, symName: '_$sSays11AnyHashableVGSayxGSHsSHRzlWl', symObjAddr: 0x6D50, symBinAddr: 0x4FA50, symSize: 0x50 } + - { offsetInCU: 0x3DF2, offset: 0xFFA40, size: 0x8, addend: 0x0, symName: '_$sSays11AnyHashableVGMa', symObjAddr: 0x6DA0, symBinAddr: 0x4FAA0, symSize: 0x30 } + - { offsetInCU: 0x3E06, offset: 0xFFA54, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0x6E30, symBinAddr: 0x4FAD0, symSize: 0x20 } + - { offsetInCU: 0x3F53, offset: 0xFFBA1, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie16ShapeRenderGroupV_SayAGGTg5', symObjAddr: 0x1310, symBinAddr: 0x4A0E0, symSize: 0xD0 } + - { offsetInCU: 0x4158, offset: 0xFFDA6, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie14ShapeItemLayerC0G0V_SayAIGTg5', symObjAddr: 0x13E0, symBinAddr: 0x4A1B0, symSize: 0xD0 } + - { offsetInCU: 0x435D, offset: 0xFFFAB, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF12CoreGraphics7CGFloatV_SayAGGTg5', symObjAddr: 0x14B0, symBinAddr: 0x4A280, symSize: 0xC0 } + - { offsetInCU: 0x4562, offset: 0x1001B0, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSS_SaySSGTg5', symObjAddr: 0x1570, symBinAddr: 0x4A340, symSize: 0xD0 } + - { offsetInCU: 0x4767, offset: 0x1003B5, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie10BezierPathV_SayAGGTg5', symObjAddr: 0x1680, symBinAddr: 0x4A450, symSize: 0xD0 } + - { offsetInCU: 0x496C, offset: 0x1005BA, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSd_SaySdGTg5', symObjAddr: 0x1B40, symBinAddr: 0x4A910, symSize: 0xC0 } + - { offsetInCU: 0x4CDF, offset: 0x10092D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x12D0, symBinAddr: 0x4A0A0, symSize: 0x10 } + - { offsetInCU: 0x4CFB, offset: 0x100949, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x12E0, symBinAddr: 0x4A0B0, symSize: 0x10 } + - { offsetInCU: 0x4D17, offset: 0x100965, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x12F0, symBinAddr: 0x4A0C0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x100DD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x4FBA0, symSize: 0xB0 } + - { offsetInCU: 0xCA, offset: 0x100E7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x4FBA0, symSize: 0xB0 } + - { offsetInCU: 0x121, offset: 0x100ED3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xB0, symBinAddr: 0x4FC50, symSize: 0xA0 } + - { offsetInCU: 0x193, offset: 0x100F45, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfD', symObjAddr: 0x170, symBinAddr: 0x4FD10, symSize: 0x40 } + - { offsetInCU: 0x1F4, offset: 0x100FA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x4FD70, symSize: 0x10 } + - { offsetInCU: 0x210, offset: 0x100FC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x1E0, symBinAddr: 0x4FD80, symSize: 0x10 } + - { offsetInCU: 0x256, offset: 0x101008, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x1F0, symBinAddr: 0x4FD90, symSize: 0x70 } + - { offsetInCU: 0x2DC, offset: 0x10108E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x260, symBinAddr: 0x4FE00, symSize: 0x10 } + - { offsetInCU: 0x2F8, offset: 0x1010AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x270, symBinAddr: 0x4FE10, symSize: 0x20 } + - { offsetInCU: 0x314, offset: 0x1010C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6parentAcA10NodeOutput_pSg_tcfcTf4ng_n', symObjAddr: 0x3A0, symBinAddr: 0x4FE70, symSize: 0x1A0 } + - { offsetInCU: 0x4D2, offset: 0x101284, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfE', symObjAddr: 0x150, symBinAddr: 0x4FCF0, symSize: 0x20 } + - { offsetInCU: 0x4FF, offset: 0x1012B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCMa', symObjAddr: 0x1B0, symBinAddr: 0x4FD50, symSize: 0x20 } + - { offsetInCU: 0x5A3, offset: 0x101355, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOc', symObjAddr: 0x290, symBinAddr: 0x4FE30, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x1016A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x50010, symSize: 0x60 } + - { offsetInCU: 0x7C, offset: 0x1016CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfD', symObjAddr: 0x60, symBinAddr: 0x50070, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x10170A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x500B0, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x10174B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xC0, symBinAddr: 0x500D0, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x10178C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xF0, symBinAddr: 0x50100, symSize: 0x20 } + - { offsetInCU: 0x17B, offset: 0x1017CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x110, symBinAddr: 0x50120, symSize: 0x20 } + - { offsetInCU: 0x1AD, offset: 0x1017FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesC4starAcA4StarC_tcfcTf4gn_n', symObjAddr: 0x1540, symBinAddr: 0x51510, symSize: 0x550 } + - { offsetInCU: 0x574, offset: 0x101BC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x50090, symSize: 0x20 } + - { offsetInCU: 0x6B4, offset: 0x101D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x130, symBinAddr: 0x50140, symSize: 0x130 } + - { offsetInCU: 0x873, offset: 0x101EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCfD', symObjAddr: 0x260, symBinAddr: 0x50270, symSize: 0x40 } + - { offsetInCU: 0x8D4, offset: 0x101F26, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x2C0, symBinAddr: 0x502D0, symSize: 0x40 } + - { offsetInCU: 0x91E, offset: 0x101F70, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x300, symBinAddr: 0x50310, symSize: 0x30 } + - { offsetInCU: 0x950, offset: 0x101FA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x330, symBinAddr: 0x50340, symSize: 0x10 } + - { offsetInCU: 0x96C, offset: 0x101FBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x340, symBinAddr: 0x50350, symSize: 0x10 } + - { offsetInCU: 0x9D0, offset: 0x102022, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x350, symBinAddr: 0x50360, symSize: 0x20 } + - { offsetInCU: 0xA32, offset: 0x102084, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x370, symBinAddr: 0x50380, symSize: 0x10 } + - { offsetInCU: 0xA5D, offset: 0x1020AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x380, symBinAddr: 0x50390, symSize: 0x10 } + - { offsetInCU: 0xA8F, offset: 0x1020E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x390, symBinAddr: 0x503A0, symSize: 0x10 } + - { offsetInCU: 0xABA, offset: 0x10210C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x3A0, symBinAddr: 0x503B0, symSize: 0x10 } + - { offsetInCU: 0xAFB, offset: 0x10214D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x3B0, symBinAddr: 0x503C0, symSize: 0x10 } + - { offsetInCU: 0xB3C, offset: 0x10218E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x3C0, symBinAddr: 0x503D0, symSize: 0x20 } + - { offsetInCU: 0xB7D, offset: 0x1021CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x3E0, symBinAddr: 0x503F0, symSize: 0x20 } + - { offsetInCU: 0xBAF, offset: 0x102201, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC06parentC04starAcA08AnimatorC0_pSg_AA4StarCtcfcTf4ngn_n', symObjAddr: 0x1A90, symBinAddr: 0x51A60, symSize: 0x130 } + - { offsetInCU: 0xC69, offset: 0x1022BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCMa', symObjAddr: 0x2A0, symBinAddr: 0x502B0, symSize: 0x20 } + - { offsetInCU: 0xF99, offset: 0x1025EB, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x880, symBinAddr: 0x50890, symSize: 0x20 } + - { offsetInCU: 0xFD1, offset: 0x102623, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay6Lottie14ShapeItemLayerC0I0VG8grouping_AISg17trailingSeparatort_Tg5', symObjAddr: 0x8A0, symBinAddr: 0x508B0, symSize: 0x20 } + - { offsetInCU: 0x1009, offset: 0x10265B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo13CATransform3DV_Tg5', symObjAddr: 0x8C0, symBinAddr: 0x508D0, symSize: 0x20 } + - { offsetInCU: 0x1041, offset: 0x102693, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x8E0, symBinAddr: 0x508F0, symSize: 0x20 } + - { offsetInCU: 0x1079, offset: 0x1026CB, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo7CGPointV_Tg5', symObjAddr: 0x900, symBinAddr: 0x50910, symSize: 0x20 } + - { offsetInCU: 0x10B1, offset: 0x102703, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSb_Tg5', symObjAddr: 0x920, symBinAddr: 0x50930, symSize: 0x20 } + - { offsetInCU: 0x10E9, offset: 0x10273B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo6CGSizeV_Tg5', symObjAddr: 0x960, symBinAddr: 0x50970, symSize: 0x20 } + - { offsetInCU: 0x1121, offset: 0x102773, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x9A0, symBinAddr: 0x509B0, symSize: 0x20 } + - { offsetInCU: 0x1159, offset: 0x1027AB, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x9C0, symBinAddr: 0x509D0, symSize: 0x20 } + - { offsetInCU: 0x1191, offset: 0x1027E3, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11CurveVertexV_Tg5', symObjAddr: 0xA80, symBinAddr: 0x50A90, symSize: 0x20 } + - { offsetInCU: 0x11C9, offset: 0x10281B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11PathElementV_Tg5', symObjAddr: 0xAA0, symBinAddr: 0x50AB0, symSize: 0x20 } + - { offsetInCU: 0x1201, offset: 0x102853, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV5start_AG3endt_Tg5', symObjAddr: 0xAC0, symBinAddr: 0x50AD0, symSize: 0x20 } + - { offsetInCU: 0x1239, offset: 0x10288B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16AnimationKeypathV7keypath_AE16AnyValueProvider_p05valueM0t_Tg5', symObjAddr: 0xAE0, symBinAddr: 0x50AF0, symSize: 0x20 } + - { offsetInCU: 0x1271, offset: 0x1028C3, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSS_Tg5', symObjAddr: 0xB00, symBinAddr: 0x50B10, symSize: 0x20 } + - { offsetInCU: 0x1596, offset: 0x102BE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7polygon8position14numberOfPoints11outerRadius0I11Roundedness8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA3oA0C9DirectionOtFZTf4nnnnnnd_n', symObjAddr: 0xB20, symBinAddr: 0x50B30, symSize: 0x9E0 } + - { offsetInCU: 0x23EE, offset: 0x103A40, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x400, symBinAddr: 0x50410, symSize: 0x340 } + - { offsetInCU: 0x2719, offset: 0x103D6B, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFSay6Lottie11CurveVertexVG_Tg5', symObjAddr: 0x740, symBinAddr: 0x50750, symSize: 0x140 } + - { offsetInCU: 0x1EB, offset: 0x1044FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE03logB5IssueyySSKFAA21LayerAnimationContextV_TB5', symObjAddr: 0x0, symBinAddr: 0x51B90, symSize: 0x2D0 } + - { offsetInCU: 0x501, offset: 0x104812, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5coderAESgSo7NSCoderC_tcfcTo', symObjAddr: 0x1660, symBinAddr: 0x531F0, symSize: 0x50 } + - { offsetInCU: 0x548, offset: 0x104859, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5layerAEyp_tcfc', symObjAddr: 0x16B0, symBinAddr: 0x53240, symSize: 0x1D0 } + - { offsetInCU: 0x629, offset: 0x10493A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAEycfcTo', symObjAddr: 0x18F0, symBinAddr: 0x53480, symSize: 0x30 } + - { offsetInCU: 0x6BB, offset: 0x1049CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x2D0, symBinAddr: 0x51E60, symSize: 0x5C0 } + - { offsetInCU: 0xBC7, offset: 0x104ED8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x890, symBinAddr: 0x52420, symSize: 0x50 } + - { offsetInCU: 0xC0E, offset: 0x104F1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x8E0, symBinAddr: 0x52470, symSize: 0x1D0 } + - { offsetInCU: 0xCD1, offset: 0x104FE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyF', symObjAddr: 0xAD0, symBinAddr: 0x52660, symSize: 0x260 } + - { offsetInCU: 0xED1, offset: 0x1051E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyFTo', symObjAddr: 0xD30, symBinAddr: 0x528C0, symSize: 0x30 } + - { offsetInCU: 0xF0B, offset: 0x10521C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCACycfcTo', symObjAddr: 0xD60, symBinAddr: 0x528F0, symSize: 0x30 } + - { offsetInCU: 0x11A3, offset: 0x1054B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCfETo', symObjAddr: 0xDA0, symBinAddr: 0x52930, symSize: 0x20 } + - { offsetInCU: 0x11D2, offset: 0x1054E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCMa', symObjAddr: 0xDC0, symBinAddr: 0x52950, symSize: 0x20 } + - { offsetInCU: 0x11E6, offset: 0x1054F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xDE0, symBinAddr: 0x52970, symSize: 0x2B0 } + - { offsetInCU: 0x1B9E, offset: 0x105EAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x1090, symBinAddr: 0x52C20, symSize: 0x5C0 } + - { offsetInCU: 0x2042, offset: 0x106353, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_', symObjAddr: 0x19A0, symBinAddr: 0x53530, symSize: 0x90 } + - { offsetInCU: 0x20A1, offset: 0x1063B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCAA09AnimationD0A2aDP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x1650, symBinAddr: 0x531E0, symSize: 0x10 } + - { offsetInCU: 0x20C4, offset: 0x1063D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CfETo', symObjAddr: 0x1960, symBinAddr: 0x534F0, symSize: 0x20 } + - { offsetInCU: 0x20F3, offset: 0x106404, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CMa', symObjAddr: 0x1980, symBinAddr: 0x53510, symSize: 0x20 } + - { offsetInCU: 0x2107, offset: 0x106418, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAA09AnimationD0A2aFP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x1A30, symBinAddr: 0x535C0, symSize: 0x10 } + - { offsetInCU: 0x2160, offset: 0x106471, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSo13CATransform3DV_TB5', symObjAddr: 0x1A40, symBinAddr: 0x535D0, symSize: 0x4D0 } + - { offsetInCU: 0x245D, offset: 0x10676E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlF12CoreGraphics7CGFloatV_TB5', symObjAddr: 0x1F10, symBinAddr: 0x53AA0, symSize: 0x4D0 } + - { offsetInCU: 0x275A, offset: 0x106A6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSo7CGPointV_TB5', symObjAddr: 0x23E0, symBinAddr: 0x53F70, symSize: 0x4D0 } + - { offsetInCU: 0x2A57, offset: 0x106D68, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSb_TB5', symObjAddr: 0x28B0, symBinAddr: 0x54440, symSize: 0x4D0 } + - { offsetInCU: 0x2D54, offset: 0x107065, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSo10CGColorRefa_TB5', symObjAddr: 0x2D80, symBinAddr: 0x54910, symSize: 0x4D0 } + - { offsetInCU: 0x3051, offset: 0x107362, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSo6CGSizeV_TB5', symObjAddr: 0x3250, symBinAddr: 0x54DE0, symSize: 0x4D0 } + - { offsetInCU: 0x334E, offset: 0x10765F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSo9CGPathRefa_TB5', symObjAddr: 0x3720, symBinAddr: 0x552B0, symSize: 0x4D0 } + - { offsetInCU: 0x364B, offset: 0x10795C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSay12CoreGraphics7CGFloatVG_TB5', symObjAddr: 0x3BF0, symBinAddr: 0x55780, symSize: 0x4D0 } + - { offsetInCU: 0x3948, offset: 0x107C59, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFSaySo10CGColorRefaG_TB5', symObjAddr: 0x40C0, symBinAddr: 0x55C50, symSize: 0x4D0 } + - { offsetInCU: 0x3C6B, offset: 0x107F7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_So13CATransform3DV_Tg5Tf4nxnn_n', symObjAddr: 0x7000, symBinAddr: 0x58A70, symSize: 0x280 } + - { offsetInCU: 0x3D91, offset: 0x1080A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_12CoreGraphics7CGFloatV_Tg5Tf4nxnn_n', symObjAddr: 0x7280, symBinAddr: 0x58CF0, symSize: 0x1B0 } + - { offsetInCU: 0x3EC8, offset: 0x1081D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_Sb_Tg5Tf4nxnn_n', symObjAddr: 0x7430, symBinAddr: 0x58EA0, symSize: 0x1B0 } + - { offsetInCU: 0x43BA, offset: 0x1086CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_TA', symObjAddr: 0x47B0, symBinAddr: 0x56340, symSize: 0x10 } + - { offsetInCU: 0x447E, offset: 0x10878F, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie14PathOutputNodeC_Tg5', symObjAddr: 0x4B60, symBinAddr: 0x566B0, symSize: 0x170 } + - { offsetInCU: 0x463C, offset: 0x10894D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5', symObjAddr: 0x4F50, symBinAddr: 0x56AA0, symSize: 0xA0 } + - { offsetInCU: 0x477C, offset: 0x108A8D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo13CATransform3DV_TB5Tf4xnd_n', symObjAddr: 0x5160, symBinAddr: 0x56CB0, symSize: 0x410 } + - { offsetInCU: 0x4A2E, offset: 0x108D3F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo7CGPointV_TB5Tf4xnd_n', symObjAddr: 0x5570, symBinAddr: 0x570C0, symSize: 0x2E0 } + - { offsetInCU: 0x4CE0, offset: 0x108FF1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlF12CoreGraphics7CGFloatV_TB5Tf4xnd_n', symObjAddr: 0x5850, symBinAddr: 0x573A0, symSize: 0x2E0 } + - { offsetInCU: 0x4F9E, offset: 0x1092AF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSb_TB5Tf4xnd_n', symObjAddr: 0x5B60, symBinAddr: 0x576B0, symSize: 0x2D0 } + - { offsetInCU: 0x5250, offset: 0x109561, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo10CGColorRefa_TB5Tf4xnd_n', symObjAddr: 0x5E30, symBinAddr: 0x57980, symSize: 0x2B0 } + - { offsetInCU: 0x54E0, offset: 0x1097F1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo6CGSizeV_TB5Tf4xnd_n', symObjAddr: 0x6140, symBinAddr: 0x57C90, symSize: 0x2E0 } + - { offsetInCU: 0x5751, offset: 0x109A62, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x64F0, symBinAddr: 0x58000, symSize: 0x10 } + - { offsetInCU: 0x57A6, offset: 0x109AB7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo9CGPathRefa_TB5Tf4xnd_n', symObjAddr: 0x6500, symBinAddr: 0x58010, symSize: 0x2B0 } + - { offsetInCU: 0x5A36, offset: 0x109D47, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSaySo10CGColorRefaG_TB5Tf4xnd_n', symObjAddr: 0x6870, symBinAddr: 0x58380, symSize: 0x300 } + - { offsetInCU: 0x5CF0, offset: 0x10A001, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSay12CoreGraphics7CGFloatVG_TB5Tf4xnd_n', symObjAddr: 0x6BA0, symBinAddr: 0x586B0, symSize: 0x300 } + - { offsetInCU: 0x5F69, offset: 0x10A27A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tSgWOh', symObjAddr: 0x6ED0, symBinAddr: 0x589E0, symSize: 0x30 } + - { offsetInCU: 0x5FFB, offset: 0x10A30C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So9CGPathRefa_Tg5TA', symObjAddr: 0x7780, symBinAddr: 0x591F0, symSize: 0x30 } + - { offsetInCU: 0x600F, offset: 0x10A320, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x77B0, symBinAddr: 0x59220, symSize: 0x20 } + - { offsetInCU: 0x6023, offset: 0x10A334, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOr', symObjAddr: 0x7800, symBinAddr: 0x59270, symSize: 0x20 } + - { offsetInCU: 0x6037, offset: 0x10A348, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOs', symObjAddr: 0x7820, symBinAddr: 0x59290, symSize: 0x20 } + - { offsetInCU: 0x604B, offset: 0x10A35C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x7840, symBinAddr: 0x592B0, symSize: 0x20 } + - { offsetInCU: 0x605F, offset: 0x10A370, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x7860, symBinAddr: 0x592D0, symSize: 0x20 } + - { offsetInCU: 0x6073, offset: 0x10A384, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOc', symObjAddr: 0x78E0, symBinAddr: 0x592F0, symSize: 0x40 } + - { offsetInCU: 0x6087, offset: 0x10A398, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x79E0, symBinAddr: 0x593C0, symSize: 0x30 } + - { offsetInCU: 0x609B, offset: 0x10A3AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x7A90, symBinAddr: 0x59470, symSize: 0x30 } + - { offsetInCU: 0x60AF, offset: 0x10A3C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So7CGPointV_Tg5TA', symObjAddr: 0x7AF0, symBinAddr: 0x594D0, symSize: 0x30 } + - { offsetInCU: 0x60C3, offset: 0x10A3D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Say12CoreGraphics7CGFloatVG_Tg5TA', symObjAddr: 0x7B50, symBinAddr: 0x59530, symSize: 0x30 } + - { offsetInCU: 0x60D7, offset: 0x10A3E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_SaySo10CGColorRefaG_Tg5TA', symObjAddr: 0x7D50, symBinAddr: 0x59730, symSize: 0x40 } + - { offsetInCU: 0x60EB, offset: 0x10A3FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So13CATransform3DV_Tg5TA', symObjAddr: 0x7DB0, symBinAddr: 0x59790, symSize: 0x30 } + - { offsetInCU: 0x60FF, offset: 0x10A410, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So6CGSizeV_Tg5TA', symObjAddr: 0x7E10, symBinAddr: 0x597F0, symSize: 0x30 } + - { offsetInCU: 0x6113, offset: 0x10A424, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Sb_Tg5TA', symObjAddr: 0x7E60, symBinAddr: 0x59840, symSize: 0x30 } + - { offsetInCU: 0x673F, offset: 0x10AA50, size: 0x8, addend: 0x0, symName: '_$sSKsE4last5where7ElementQzSgSbADKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AF16AnyValueProvider_p05valueJ0tG_Tg5011$s6Lottie18ij74StoreC05valueC033_4EC701FB5E0978BECCD084F684086AE8LL3forAA03AnybC0_pSgAA16eF20V_tFSbAJ_AaG_ptXEfU_AHTf1ncn_n', symObjAddr: 0x4700, symBinAddr: 0x56290, symSize: 0xB0 } + - { offsetInCU: 0x2B, offset: 0x10B371, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x598F0, symSize: 0x300 } + - { offsetInCU: 0x89, offset: 0x10B3CF, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x598F0, symSize: 0x300 } + - { offsetInCU: 0x11E, offset: 0x10B7C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x50, symBinAddr: 0x59C20, symSize: 0x230 } + - { offsetInCU: 0x4E0, offset: 0x10BB82, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x280, symBinAddr: 0x59E50, symSize: 0x20 } + - { offsetInCU: 0x51B, offset: 0x10BBBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x2A0, symBinAddr: 0x59E70, symSize: 0x20 } + - { offsetInCU: 0x555, offset: 0x10BBF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0x2C0, symBinAddr: 0x59E90, symSize: 0x20 } + - { offsetInCU: 0x5AE, offset: 0x10BC50, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0x59EB0, symSize: 0x20 } + - { offsetInCU: 0x607, offset: 0x10BCA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x300, symBinAddr: 0x59ED0, symSize: 0x20 } + - { offsetInCU: 0x79E, offset: 0x10BE40, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvg', symObjAddr: 0x320, symBinAddr: 0x59EF0, symSize: 0x80 } + - { offsetInCU: 0x816, offset: 0x10BEB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x3A0, symBinAddr: 0x59F70, symSize: 0x80 } + - { offsetInCU: 0x88E, offset: 0x10BF30, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x420, symBinAddr: 0x59FF0, symSize: 0x290 } + - { offsetInCU: 0xB6F, offset: 0x10C211, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x6B0, symBinAddr: 0x5A280, symSize: 0x2A0 } + - { offsetInCU: 0xE50, offset: 0x10C4F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x950, symBinAddr: 0x5A520, symSize: 0x290 } + - { offsetInCU: 0x1139, offset: 0x10C7DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xBE0, symBinAddr: 0x5A7B0, symSize: 0x20 } + - { offsetInCU: 0x1155, offset: 0x10C7F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xC00, symBinAddr: 0x5A7D0, symSize: 0x20 } + - { offsetInCU: 0x1171, offset: 0x10C813, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0xC20, symBinAddr: 0x5A7F0, symSize: 0x20 } + - { offsetInCU: 0x118D, offset: 0x10C82F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xC40, symBinAddr: 0x5A810, symSize: 0x20 } + - { offsetInCU: 0x11A9, offset: 0x10C84B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xC60, symBinAddr: 0x5A830, symSize: 0x20 } + - { offsetInCU: 0x128B, offset: 0x10C92D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addDropShadowAnimations3for7contextyAC0dE5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xC80, symBinAddr: 0x5A850, symSize: 0x1D0 } + - { offsetInCU: 0x148E, offset: 0x10CB30, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xE50, symBinAddr: 0x5AA20, symSize: 0x1C0 } + - { offsetInCU: 0x1643, offset: 0x10CCE5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x1010, symBinAddr: 0x5ABE0, symSize: 0x120 } + - { offsetInCU: 0x1831, offset: 0x10CED3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x1130, symBinAddr: 0x5AD00, symSize: 0x230 } + - { offsetInCU: 0x1A04, offset: 0x10D0A6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6CGSizeVAC0B8Vector1DV_ANtXEfU_', symObjAddr: 0x1360, symBinAddr: 0x5AF30, symSize: 0x50 } + - { offsetInCU: 0x1B4D, offset: 0x10D1EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x1700, symBinAddr: 0x5B260, symSize: 0x10 } + - { offsetInCU: 0x1B61, offset: 0x10D203, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x1710, symBinAddr: 0x5B270, symSize: 0x50 } + - { offsetInCU: 0x1B75, offset: 0x10D217, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGMa', symObjAddr: 0x1760, symBinAddr: 0x5B2C0, symSize: 0x30 } + - { offsetInCU: 0x1B94, offset: 0x10D236, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x17B0, symBinAddr: 0x5B310, symSize: 0x30 } + - { offsetInCU: 0x1BBD, offset: 0x10D25F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x1860, symBinAddr: 0x5B3C0, symSize: 0x10 } + - { offsetInCU: 0x1E20, offset: 0x10D4C2, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F41CRbzlFSbAHXEfU_AA014Vector1DEffectF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x13F0, symBinAddr: 0x5AF80, symSize: 0x160 } + - { offsetInCU: 0x1FCB, offset: 0x10D66D, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F32CRbzlFSbAHXEfU_AA05ColorcF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1550, symBinAddr: 0x5B0E0, symSize: 0x160 } + - { offsetInCU: 0x27, offset: 0x10DA5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x5B3E0, symSize: 0x40 } + - { offsetInCU: 0x50, offset: 0x10DA86, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x5B3E0, symSize: 0x40 } + - { offsetInCU: 0xAA, offset: 0x10DAE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x40, symBinAddr: 0x5B420, symSize: 0x10 } + - { offsetInCU: 0x131, offset: 0x10DB67, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH9hashValueSivgTW', symObjAddr: 0x50, symBinAddr: 0x5B430, symSize: 0x40 } + - { offsetInCU: 0x215, offset: 0x10DC4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x90, symBinAddr: 0x5B470, symSize: 0x20 } + - { offsetInCU: 0x32E, offset: 0x10DD64, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtF', symObjAddr: 0xF0, symBinAddr: 0x5B4D0, symSize: 0x1D0 } + - { offsetInCU: 0x457, offset: 0x10DE8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtFTo', symObjAddr: 0x2C0, symBinAddr: 0x5B6A0, symSize: 0x60 } + - { offsetInCU: 0x4A7, offset: 0x10DEDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCACycfcTo', symObjAddr: 0x320, symBinAddr: 0x5B700, symSize: 0x30 } + - { offsetInCU: 0x50E, offset: 0x10DF44, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfD', symObjAddr: 0x350, symBinAddr: 0x5B730, symSize: 0x30 } + - { offsetInCU: 0x552, offset: 0x10DF88, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfETo', symObjAddr: 0x380, symBinAddr: 0x5B760, symSize: 0x50 } + - { offsetInCU: 0x581, offset: 0x10DFB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCMa', symObjAddr: 0x3D0, symBinAddr: 0x5B7B0, symSize: 0x20 } + - { offsetInCU: 0x595, offset: 0x10DFCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwet', symObjAddr: 0x410, symBinAddr: 0x5B7D0, symSize: 0x80 } + - { offsetInCU: 0x5A9, offset: 0x10DFDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwst', symObjAddr: 0x490, symBinAddr: 0x5B850, symSize: 0xD0 } + - { offsetInCU: 0x5BD, offset: 0x10DFF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwug', symObjAddr: 0x560, symBinAddr: 0x5B920, symSize: 0x10 } + - { offsetInCU: 0x5D1, offset: 0x10E007, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwup', symObjAddr: 0x570, symBinAddr: 0x5B930, symSize: 0x10 } + - { offsetInCU: 0x5E5, offset: 0x10E01B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwui', symObjAddr: 0x580, symBinAddr: 0x5B940, symSize: 0x10 } + - { offsetInCU: 0x5F9, offset: 0x10E02F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOMa', symObjAddr: 0x590, symBinAddr: 0x5B950, symSize: 0x10 } + - { offsetInCU: 0x60D, offset: 0x10E043, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwCP', symObjAddr: 0x5A0, symBinAddr: 0x5B960, symSize: 0x30 } + - { offsetInCU: 0x621, offset: 0x10E057, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwxx', symObjAddr: 0x5D0, symBinAddr: 0x5B990, symSize: 0x10 } + - { offsetInCU: 0x635, offset: 0x10E06B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwcp', symObjAddr: 0x5E0, symBinAddr: 0x5B9A0, symSize: 0x30 } + - { offsetInCU: 0x649, offset: 0x10E07F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwca', symObjAddr: 0x610, symBinAddr: 0x5B9D0, symSize: 0x40 } + - { offsetInCU: 0x65D, offset: 0x10E093, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x650, symBinAddr: 0x5BA10, symSize: 0x20 } + - { offsetInCU: 0x671, offset: 0x10E0A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwta', symObjAddr: 0x670, symBinAddr: 0x5BA30, symSize: 0x30 } + - { offsetInCU: 0x685, offset: 0x10E0BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwet', symObjAddr: 0x6A0, symBinAddr: 0x5BA60, symSize: 0x50 } + - { offsetInCU: 0x699, offset: 0x10E0CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwst', symObjAddr: 0x6F0, symBinAddr: 0x5BAB0, symSize: 0x40 } + - { offsetInCU: 0x6AD, offset: 0x10E0E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVMa', symObjAddr: 0x730, symBinAddr: 0x5BAF0, symSize: 0x10 } + - { offsetInCU: 0x6C1, offset: 0x10E0F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASQWb', symObjAddr: 0x740, symBinAddr: 0x5BB00, symSize: 0x10 } + - { offsetInCU: 0x6D5, offset: 0x10E10B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOACSQAAWl', symObjAddr: 0x750, symBinAddr: 0x5BB10, symSize: 0x30 } + - { offsetInCU: 0x6E9, offset: 0x10E11F, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOe', symObjAddr: 0x7A0, symBinAddr: 0x5BB40, symSize: 0x14 } + - { offsetInCU: 0x73B, offset: 0x10E171, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB0, symBinAddr: 0x5B490, symSize: 0x40 } + - { offsetInCU: 0x43, offset: 0x10E3D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMi', symObjAddr: 0x0, symBinAddr: 0x5BB60, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x10E3ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMr', symObjAddr: 0x10, symBinAddr: 0x5BB70, symSize: 0x50 } + - { offsetInCU: 0xA4, offset: 0x10E43A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11needsUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x60, symBinAddr: 0x5BBC0, symSize: 0xC0 } + - { offsetInCU: 0x116, offset: 0x10E4AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11setProvider8provideryAA08AnyValueE0_p_tF', symObjAddr: 0x120, symBinAddr: 0x5BC80, symSize: 0xB0 } + - { offsetInCU: 0x193, offset: 0x10E529, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1D0, symBinAddr: 0x5BD30, symSize: 0xB0 } + - { offsetInCU: 0x1D2, offset: 0x10E568, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfd', symObjAddr: 0x280, symBinAddr: 0x5BDE0, symSize: 0x30 } + - { offsetInCU: 0x1FF, offset: 0x10E595, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfD', symObjAddr: 0x2B0, symBinAddr: 0x5BE10, symSize: 0x20 } + - { offsetInCU: 0x22C, offset: 0x10E5C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11needsUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x5BE40, symSize: 0x20 } + - { offsetInCU: 0x248, offset: 0x10E5DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP6update5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x300, symBinAddr: 0x5BE60, symSize: 0x20 } + - { offsetInCU: 0x273, offset: 0x10E609, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP13valueProviderAA0d5ValueF0_pvgTW', symObjAddr: 0x320, symBinAddr: 0x5BE80, symSize: 0x40 } + - { offsetInCU: 0x2B4, offset: 0x10E64A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP21originalValueProviderAA0dfG0_pvgTW', symObjAddr: 0x360, symBinAddr: 0x5BEC0, symSize: 0x20 } + - { offsetInCU: 0x2E6, offset: 0x10E67C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11setProvider8provideryAA0d5ValueF0_p_tFTW', symObjAddr: 0x380, symBinAddr: 0x5BEE0, symSize: 0x20 } + - { offsetInCU: 0x30A, offset: 0x10E6A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMa', symObjAddr: 0x2D0, symBinAddr: 0x5BE30, symSize: 0x10 } + - { offsetInCU: 0x5E, offset: 0x10E867, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x5BF30, symSize: 0x40 } + - { offsetInCU: 0x92, offset: 0x10E89B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0x5BF70, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x10E8AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfC', symObjAddr: 0x70, symBinAddr: 0x5BFA0, symSize: 0x20 } + - { offsetInCU: 0xD3, offset: 0x10E8DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfc', symObjAddr: 0x90, symBinAddr: 0x5BFC0, symSize: 0x140 } + - { offsetInCU: 0x13C, offset: 0x10E945, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfcTo', symObjAddr: 0x1D0, symBinAddr: 0x5C100, symSize: 0x20 } + - { offsetInCU: 0x158, offset: 0x10E961, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x1F0, symBinAddr: 0x5C120, symSize: 0x40 } + - { offsetInCU: 0x176, offset: 0x10E97F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x230, symBinAddr: 0x5C160, symSize: 0x30 } + - { offsetInCU: 0x199, offset: 0x10E9A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x260, symBinAddr: 0x5C190, symSize: 0x40 } + - { offsetInCU: 0x207, offset: 0x10EA10, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC15animationDidSetyyF', symObjAddr: 0x2A0, symBinAddr: 0x5C1D0, symSize: 0x50 } + - { offsetInCU: 0x275, offset: 0x10EA7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC6handleyyAA0A14NSControlEventVF', symObjAddr: 0x2F0, symBinAddr: 0x5C220, symSize: 0x70 } + - { offsetInCU: 0x315, offset: 0x10EB1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ', symObjAddr: 0x360, symBinAddr: 0x5C290, symSize: 0x10 } + - { offsetInCU: 0x344, offset: 0x10EB4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x370, symBinAddr: 0x5C2A0, symSize: 0x20 } + - { offsetInCU: 0x3DA, offset: 0x10EBE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg', symObjAddr: 0x390, symBinAddr: 0x5C2C0, symSize: 0x40 } + - { offsetInCU: 0x4D5, offset: 0x10ECDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x5C300, symSize: 0x10 } + - { offsetInCU: 0x52B, offset: 0x10ED34, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x3E0, symBinAddr: 0x5C310, symSize: 0x40 } + - { offsetInCU: 0x60F, offset: 0x10EE18, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x420, symBinAddr: 0x5C350, symSize: 0x20 } + - { offsetInCU: 0x682, offset: 0x10EE8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg', symObjAddr: 0x480, symBinAddr: 0x5C3B0, symSize: 0x40 } + - { offsetInCU: 0x69F, offset: 0x10EEA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs', symObjAddr: 0x4C0, symBinAddr: 0x5C3F0, symSize: 0x40 } + - { offsetInCU: 0x6D8, offset: 0x10EEE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM', symObjAddr: 0x500, symBinAddr: 0x5C430, symSize: 0x40 } + - { offsetInCU: 0x707, offset: 0x10EF10, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg', symObjAddr: 0x540, symBinAddr: 0x5C470, symSize: 0x30 } + - { offsetInCU: 0x724, offset: 0x10EF2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs', symObjAddr: 0x570, symBinAddr: 0x5C4A0, symSize: 0x40 } + - { offsetInCU: 0x761, offset: 0x10EF6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM', symObjAddr: 0x5B0, symBinAddr: 0x5C4E0, symSize: 0x40 } + - { offsetInCU: 0x7D8, offset: 0x10EFE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg', symObjAddr: 0x740, symBinAddr: 0x5C670, symSize: 0x50 } + - { offsetInCU: 0x7F5, offset: 0x10EFFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs', symObjAddr: 0x790, symBinAddr: 0x5C6C0, symSize: 0x60 } + - { offsetInCU: 0x81C, offset: 0x10F025, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM', symObjAddr: 0x7F0, symBinAddr: 0x5C720, symSize: 0x40 } + - { offsetInCU: 0x84B, offset: 0x10F054, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM.resume.0', symObjAddr: 0x830, symBinAddr: 0x5C760, symSize: 0x10 } + - { offsetInCU: 0x876, offset: 0x10F07F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvs', symObjAddr: 0x840, symBinAddr: 0x5C770, symSize: 0x30 } + - { offsetInCU: 0x8D0, offset: 0x10F0D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0x870, symBinAddr: 0x5C7A0, symSize: 0x20 } + - { offsetInCU: 0x929, offset: 0x10F132, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM', symObjAddr: 0x890, symBinAddr: 0x5C7C0, symSize: 0x30 } + - { offsetInCU: 0x9BB, offset: 0x10F1C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM.resume.0', symObjAddr: 0x8C0, symBinAddr: 0x5C7F0, symSize: 0x30 } + - { offsetInCU: 0xA39, offset: 0x10F242, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF', symObjAddr: 0x8F0, symBinAddr: 0x5C820, symSize: 0x30 } + - { offsetInCU: 0xAC5, offset: 0x10F2CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF', symObjAddr: 0x920, symBinAddr: 0x5C850, symSize: 0x60 } + - { offsetInCU: 0xB51, offset: 0x10F35A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_', symObjAddr: 0x980, symBinAddr: 0x5C8B0, symSize: 0xC0 } + - { offsetInCU: 0xC0A, offset: 0x10F413, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC24updateAccessibilityLabel33_69DC16219B29E88431F21A6FFAC9EAE9LLyyF', symObjAddr: 0xA40, symBinAddr: 0x5C970, symSize: 0xF0 } + - { offsetInCU: 0xC74, offset: 0x10F47D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfD', symObjAddr: 0xB70, symBinAddr: 0x5CAA0, symSize: 0x30 } + - { offsetInCU: 0xCA1, offset: 0x10F4AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC6handleyyAA0A14NSControlEventVFAA0B7ControlCADyyAFFTV', symObjAddr: 0xBE0, symBinAddr: 0x5CB10, symSize: 0x20 } + - { offsetInCU: 0xD23, offset: 0x10F52C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFTf4nndn_n', symObjAddr: 0xC20, symBinAddr: 0x5CB50, symSize: 0x330 } + - { offsetInCU: 0xF95, offset: 0x10F79E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0xF50, symBinAddr: 0x5CE80, symSize: 0x150 } + - { offsetInCU: 0x1033, offset: 0x10F83C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x1100, symBinAddr: 0x5D030, symSize: 0x120 } + - { offsetInCU: 0x10B4, offset: 0x10F8BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19NullHapticGeneratorCfD', symObjAddr: 0xC00, symBinAddr: 0x5CB30, symSize: 0x20 } + - { offsetInCU: 0x112D, offset: 0x10F936, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTK', symObjAddr: 0x5F0, symBinAddr: 0x5C520, symSize: 0x90 } + - { offsetInCU: 0x115A, offset: 0x10F963, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTk', symObjAddr: 0x680, symBinAddr: 0x5C5B0, symSize: 0xC0 } + - { offsetInCU: 0x1289, offset: 0x10FA92, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfE', symObjAddr: 0xB30, symBinAddr: 0x5CA60, symSize: 0x40 } + - { offsetInCU: 0x12B8, offset: 0x10FAC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfETo', symObjAddr: 0xBA0, symBinAddr: 0x5CAD0, symSize: 0x40 } + - { offsetInCU: 0x1358, offset: 0x10FB61, size: 0x8, addend: 0x0, symName: '_$s6Lottie19NullHapticGeneratorCMa', symObjAddr: 0x10A0, symBinAddr: 0x5CFD0, symSize: 0x20 } + - { offsetInCU: 0x136C, offset: 0x10FB75, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImpactGenerator_pWOb', symObjAddr: 0x10C0, symBinAddr: 0x5CFF0, symSize: 0x20 } + - { offsetInCU: 0x1380, offset: 0x10FB89, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCMa', symObjAddr: 0x10E0, symBinAddr: 0x5D010, symSize: 0x20 } + - { offsetInCU: 0x1394, offset: 0x10FB9D, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOy', symObjAddr: 0x1220, symBinAddr: 0x5D150, symSize: 0x20 } + - { offsetInCU: 0x13A8, offset: 0x10FBB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASQWb', symObjAddr: 0x1260, symBinAddr: 0x5D170, symSize: 0x10 } + - { offsetInCU: 0x13BC, offset: 0x10FBC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOAESQAAWl', symObjAddr: 0x1270, symBinAddr: 0x5D180, symSize: 0x30 } + - { offsetInCU: 0x13D0, offset: 0x10FBD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwet', symObjAddr: 0x1630, symBinAddr: 0x5D520, symSize: 0x80 } + - { offsetInCU: 0x13E4, offset: 0x10FBED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwst', symObjAddr: 0x16B0, symBinAddr: 0x5D5A0, symSize: 0xD0 } + - { offsetInCU: 0x13F8, offset: 0x10FC01, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwug', symObjAddr: 0x1780, symBinAddr: 0x5D670, symSize: 0x10 } + - { offsetInCU: 0x140C, offset: 0x10FC15, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwup', symObjAddr: 0x1790, symBinAddr: 0x5D680, symSize: 0x10 } + - { offsetInCU: 0x1420, offset: 0x10FC29, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwui', symObjAddr: 0x17A0, symBinAddr: 0x5D690, symSize: 0x10 } + - { offsetInCU: 0x1434, offset: 0x10FC3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOMa', symObjAddr: 0x17B0, symBinAddr: 0x5D6A0, symSize: 0x10 } + - { offsetInCU: 0x1453, offset: 0x10FC5C, size: 0x8, addend: 0x0, symName: '_$sSbytIegnr_SbIegy_TRTA', symObjAddr: 0x1820, symBinAddr: 0x5D6D0, symSize: 0x30 } + - { offsetInCU: 0x1487, offset: 0x10FC90, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SbytIegnr_TRTA', symObjAddr: 0x1850, symBinAddr: 0x5D700, symSize: 0x20 } + - { offsetInCU: 0x14B0, offset: 0x10FCB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_TA', symObjAddr: 0x18B0, symBinAddr: 0x5D760, symSize: 0x20 } + - { offsetInCU: 0x1518, offset: 0x10FD21, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x440, symBinAddr: 0x5C370, symSize: 0x40 } + - { offsetInCU: 0x781, offset: 0x11076F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC9animation13imageProvider04textH004fontH004maskD8ToBounds6loggerAcA0aD0C_AA0d5ImageH0_pAA0d11KeypathTextH0_pAA0d4FontH0_pSbAA0A6LoggerCtcfc', symObjAddr: 0x0, symBinAddr: 0x5D7B0, symSize: 0x1000 } + - { offsetInCU: 0x11DC, offset: 0x1111CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfc', symObjAddr: 0x1000, symBinAddr: 0x5E7B0, symSize: 0x620 } + - { offsetInCU: 0x1597, offset: 0x111585, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1620, symBinAddr: 0x5EDD0, symSize: 0x50 } + - { offsetInCU: 0x15DD, offset: 0x1115CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1670, symBinAddr: 0x5EE20, symSize: 0x90 } + - { offsetInCU: 0x164E, offset: 0x11163C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12needsDisplay6forKeySbSS_tFZTo', symObjAddr: 0x1700, symBinAddr: 0x5EEB0, symSize: 0xE0 } + - { offsetInCU: 0x16B7, offset: 0x1116A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tF', symObjAddr: 0x17E0, symBinAddr: 0x5EF90, symSize: 0x1E0 } + - { offsetInCU: 0x1759, offset: 0x111747, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0x19C0, symBinAddr: 0x5F170, symSize: 0x60 } + - { offsetInCU: 0x1775, offset: 0x111763, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyF', symObjAddr: 0x1A20, symBinAddr: 0x5F1D0, symSize: 0x1C0 } + - { offsetInCU: 0x18E8, offset: 0x1118D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyFTo', symObjAddr: 0x1BE0, symBinAddr: 0x5F390, symSize: 0x30 } + - { offsetInCU: 0x1904, offset: 0x1118F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x1C10, symBinAddr: 0x5F3C0, symSize: 0x90 } + - { offsetInCU: 0x19A2, offset: 0x111990, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC11renderScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x1CA0, symBinAddr: 0x5F450, symSize: 0xD0 } + - { offsetInCU: 0x1B06, offset: 0x111AF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x1D70, symBinAddr: 0x5F520, symSize: 0xB0 } + - { offsetInCU: 0x1C14, offset: 0x111C02, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x1E20, symBinAddr: 0x5F5D0, symSize: 0x130 } + - { offsetInCU: 0x1D79, offset: 0x111D67, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x1F50, symBinAddr: 0x5F700, symSize: 0xA0 } + - { offsetInCU: 0x1EB0, offset: 0x111E9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16setValueProvider_7keypathyAA03AnygH0_p_AA0D7KeypathVtF', symObjAddr: 0x25A0, symBinAddr: 0x5FD50, symSize: 0x1F0 } + - { offsetInCU: 0x20C0, offset: 0x1120AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x2A80, symBinAddr: 0x60230, symSize: 0x1C0 } + - { offsetInCU: 0x2289, offset: 0x112277, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x2C40, symBinAddr: 0x603F0, symSize: 0x1C0 } + - { offsetInCU: 0x245B, offset: 0x112449, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layer3forSo7CALayerCSgAA0D7KeypathV_tF', symObjAddr: 0x2E00, symBinAddr: 0x605B0, symSize: 0xB0 } + - { offsetInCU: 0x2576, offset: 0x112564, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tF', symObjAddr: 0x3070, symBinAddr: 0x60820, symSize: 0xE0 } + - { offsetInCU: 0x26EE, offset: 0x1126DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCACycfcTo', symObjAddr: 0x3610, symBinAddr: 0x60DC0, symSize: 0x30 } + - { offsetInCU: 0x2755, offset: 0x112743, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfD', symObjAddr: 0x3640, symBinAddr: 0x60DF0, symSize: 0x30 } + - { offsetInCU: 0x27AC, offset: 0x11279A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP06lottiedE0AA0adE0CSgvsTW', symObjAddr: 0x3700, symBinAddr: 0x60EB0, symSize: 0x30 } + - { offsetInCU: 0x2802, offset: 0x1127F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvgTW', symObjAddr: 0x3730, symBinAddr: 0x60EE0, symSize: 0x20 } + - { offsetInCU: 0x2843, offset: 0x112831, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x3750, symBinAddr: 0x60F00, symSize: 0x20 } + - { offsetInCU: 0x2875, offset: 0x112863, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP11renderScale12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x3770, symBinAddr: 0x60F20, symSize: 0x10 } + - { offsetInCU: 0x28BB, offset: 0x1128A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x3780, symBinAddr: 0x60F30, symSize: 0x20 } + - { offsetInCU: 0x2900, offset: 0x1128EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x37A0, symBinAddr: 0x60F50, symSize: 0x10 } + - { offsetInCU: 0x2946, offset: 0x112934, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13imageProviderAA0d5ImageH0_pvsTW', symObjAddr: 0x37B0, symBinAddr: 0x60F60, symSize: 0x80 } + - { offsetInCU: 0x29E1, offset: 0x1129CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12textProviderAA0d11KeypathTextH0_pvsTW', symObjAddr: 0x3830, symBinAddr: 0x60FE0, symSize: 0x20 } + - { offsetInCU: 0x2A3D, offset: 0x112A2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12fontProviderAA0d4FontH0_pvsTW', symObjAddr: 0x3850, symBinAddr: 0x61000, symSize: 0x80 } + - { offsetInCU: 0x2AAC, offset: 0x112A9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07primaryD3KeyAA0dH0OvgTW', symObjAddr: 0x38D0, symBinAddr: 0x61080, symSize: 0x10 } + - { offsetInCU: 0x2AC8, offset: 0x112AB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP02isD7PlayingSbSgvgTW', symObjAddr: 0x38E0, symBinAddr: 0x61090, symSize: 0x10 } + - { offsetInCU: 0x2B02, offset: 0x112AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12reloadImagesyyFTW', symObjAddr: 0x38F0, symBinAddr: 0x610A0, symSize: 0x20 } + - { offsetInCU: 0x2B3F, offset: 0x112B2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x3910, symBinAddr: 0x610C0, symSize: 0x10 } + - { offsetInCU: 0x2B5B, offset: 0x112B49, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x3920, symBinAddr: 0x610D0, symSize: 0x10 } + - { offsetInCU: 0x2B77, offset: 0x112B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x3930, symBinAddr: 0x610E0, symSize: 0x10 } + - { offsetInCU: 0x2B93, offset: 0x112B81, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16setValueProvider_7keypathyAA03AnyhI0_p_AA0D7KeypathVtFTW', symObjAddr: 0x3940, symBinAddr: 0x610F0, symSize: 0x10 } + - { offsetInCU: 0x2BAF, offset: 0x112B9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x3950, symBinAddr: 0x61100, symSize: 0x10 } + - { offsetInCU: 0x2BCB, offset: 0x112BB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x3960, symBinAddr: 0x61110, symSize: 0x10 } + - { offsetInCU: 0x2BE7, offset: 0x112BD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP5layer3forSo7CALayerCSgAA0D7KeypathV_tFTW', symObjAddr: 0x3970, symBinAddr: 0x61120, symSize: 0x10 } + - { offsetInCU: 0x2C03, offset: 0x112BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tFTW', symObjAddr: 0x3980, symBinAddr: 0x61130, symSize: 0x10 } + - { offsetInCU: 0x2C1F, offset: 0x112C0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12textProviderAA0d11KeypathTextG0_pvsTf4gn_n', symObjAddr: 0x3C80, symBinAddr: 0x61230, symSize: 0x140 } + - { offsetInCU: 0x2E05, offset: 0x112DF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCfD', symObjAddr: 0x3990, symBinAddr: 0x61140, symSize: 0x20 } + - { offsetInCU: 0x2E34, offset: 0x112E22, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tFTW', symObjAddr: 0x39D0, symBinAddr: 0x61180, symSize: 0x10 } + - { offsetInCU: 0x304F, offset: 0x11303D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1FF0, symBinAddr: 0x5F7A0, symSize: 0x5B0 } + - { offsetInCU: 0x371C, offset: 0x11370A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2790, symBinAddr: 0x5FF40, symSize: 0x2F0 } + - { offsetInCU: 0x39EB, offset: 0x1139D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2EB0, symBinAddr: 0x60660, symSize: 0x1C0 } + - { offsetInCU: 0x3D23, offset: 0x113D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x3150, symBinAddr: 0x60900, symSize: 0x4C0 } + - { offsetInCU: 0x4299, offset: 0x114287, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfETo', symObjAddr: 0x3670, symBinAddr: 0x60E20, symSize: 0x70 } + - { offsetInCU: 0x42C8, offset: 0x1142B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCMa', symObjAddr: 0x36E0, symBinAddr: 0x60E90, symSize: 0x20 } + - { offsetInCU: 0x42DC, offset: 0x1142CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCMa', symObjAddr: 0x39B0, symBinAddr: 0x61160, symSize: 0x20 } + - { offsetInCU: 0x42F0, offset: 0x1142DE, size: 0x8, addend: 0x0, symName: '_$sSa37_appendElementAssumeUniqueAndCapacity_03newB0ySi_xntF6Lottie12AnimatorNode_p_Tg5Tf4nen_n', symObjAddr: 0x3A20, symBinAddr: 0x61190, symSize: 0x20 } + - { offsetInCU: 0x4323, offset: 0x114311, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pSgWOh', symObjAddr: 0x3A40, symBinAddr: 0x611B0, symSize: 0x30 } + - { offsetInCU: 0x4337, offset: 0x114325, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu0_TA', symObjAddr: 0x3B00, symBinAddr: 0x611E0, symSize: 0x30 } + - { offsetInCU: 0x4360, offset: 0x11434E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x3B30, symBinAddr: 0x61210, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x114B95, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0x61400, symSize: 0x8A0 } + - { offsetInCU: 0x3F, offset: 0x114BAD, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0x61400, symSize: 0x8A0 } + - { offsetInCU: 0x172, offset: 0x114CE0, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGMa', symObjAddr: 0x8A0, symBinAddr: 0x61CA0, symSize: 0x40 } + - { offsetInCU: 0x186, offset: 0x114CF4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd__cfU0_TA', symObjAddr: 0xA90, symBinAddr: 0x61E90, symSize: 0x20 } + - { offsetInCU: 0x1C3, offset: 0x114D31, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGACyxq_GAA0F0A2aHRzAaHR_rlWl', symObjAddr: 0xAB0, symBinAddr: 0x61EB0, symSize: 0x50 } + - { offsetInCU: 0x1D7, offset: 0x114D45, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd___qd__tcfU_TA', symObjAddr: 0xB00, symBinAddr: 0x61F00, symSize: 0x20 } + - { offsetInCU: 0x268, offset: 0x114DD6, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV24buildLimitedAvailabilityyAA03AnyC0VxAA0C0RzlFZ', symObjAddr: 0x8E0, symBinAddr: 0x61CE0, symSize: 0x50 } + - { offsetInCU: 0x293, offset: 0x114E01, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither5firstAA19_ConditionalContentVyxq_Gx_tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x930, symBinAddr: 0x61D30, symSize: 0xA0 } + - { offsetInCU: 0x2CC, offset: 0x114E3A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither6secondAA19_ConditionalContentVyxq_Gq__tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x9D0, symBinAddr: 0x61DD0, symSize: 0xA0 } + - { offsetInCU: 0x27, offset: 0x11505C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x61F30, symSize: 0x230 } + - { offsetInCU: 0xE0, offset: 0x115115, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x61F30, symSize: 0x230 } + - { offsetInCU: 0x1B2, offset: 0x1151E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x230, symBinAddr: 0x62160, symSize: 0x170 } + - { offsetInCU: 0x22E, offset: 0x115263, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x3A0, symBinAddr: 0x622D0, symSize: 0x50 } + - { offsetInCU: 0x274, offset: 0x1152A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x3F0, symBinAddr: 0x62320, symSize: 0xA0 } + - { offsetInCU: 0x2CD, offset: 0x115302, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x490, symBinAddr: 0x623C0, symSize: 0xF0 } + - { offsetInCU: 0x3F8, offset: 0x11542D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x580, symBinAddr: 0x624B0, symSize: 0x130 } + - { offsetInCU: 0x53C, offset: 0x115571, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfD', symObjAddr: 0x6E0, symBinAddr: 0x62610, symSize: 0x30 } + - { offsetInCU: 0x686, offset: 0x1156BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfE', symObjAddr: 0x6B0, symBinAddr: 0x625E0, symSize: 0x30 } + - { offsetInCU: 0x6B3, offset: 0x1156E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfETo', symObjAddr: 0x710, symBinAddr: 0x62640, symSize: 0x30 } + - { offsetInCU: 0x6E2, offset: 0x115717, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCMa', symObjAddr: 0x740, symBinAddr: 0x62670, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x1159CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x62690, symSize: 0x170 } + - { offsetInCU: 0xC0, offset: 0x115A40, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x260, symBinAddr: 0x62820, symSize: 0x250 } + - { offsetInCU: 0x166, offset: 0x115AE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x4B0, symBinAddr: 0x62A70, symSize: 0xC0 } + - { offsetInCU: 0x1A5, offset: 0x115B25, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfd', symObjAddr: 0x570, symBinAddr: 0x62B30, symSize: 0x20 } + - { offsetInCU: 0x1C2, offset: 0x115B42, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x590, symBinAddr: 0x62B50, symSize: 0x40 } + - { offsetInCU: 0x1E7, offset: 0x115B67, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC2idSSvg', symObjAddr: 0x5D0, symBinAddr: 0x62B90, symSize: 0x30 } + - { offsetInCU: 0x23B, offset: 0x115BBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x640, symBinAddr: 0x62C00, symSize: 0x60 } + - { offsetInCU: 0x27E, offset: 0x115BFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x6A0, symBinAddr: 0x62C60, symSize: 0x20 } + - { offsetInCU: 0x2BE, offset: 0x115C3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x6C0, symBinAddr: 0x62C80, symSize: 0x10 } + - { offsetInCU: 0x309, offset: 0x115C89, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x6D0, symBinAddr: 0x62C90, symSize: 0x60 } + - { offsetInCU: 0x354, offset: 0x115CD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x730, symBinAddr: 0x62CF0, symSize: 0x10 } + - { offsetInCU: 0x370, offset: 0x115CF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x740, symBinAddr: 0x62D00, symSize: 0x10 } + - { offsetInCU: 0x38C, offset: 0x115D0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO11stringValueSSvgTf4d_n', symObjAddr: 0xA40, symBinAddr: 0x62FF0, symSize: 0x20 } + - { offsetInCU: 0x3C8, offset: 0x115D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfD', symObjAddr: 0x790, symBinAddr: 0x62D50, symSize: 0x20 } + - { offsetInCU: 0x413, offset: 0x115D93, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7B0, symBinAddr: 0x62D70, symSize: 0x20 } + - { offsetInCU: 0x436, offset: 0x115DB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x7D0, symBinAddr: 0x62D90, symSize: 0x20 } + - { offsetInCU: 0x45A, offset: 0x115DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCMa', symObjAddr: 0x210, symBinAddr: 0x62800, symSize: 0x20 } + - { offsetInCU: 0x46E, offset: 0x115DEE, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0x830, symBinAddr: 0x62DF0, symSize: 0x10 } + - { offsetInCU: 0x482, offset: 0x115E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwet', symObjAddr: 0x850, symBinAddr: 0x62E00, symSize: 0x50 } + - { offsetInCU: 0x496, offset: 0x115E16, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwst', symObjAddr: 0x8A0, symBinAddr: 0x62E50, symSize: 0xA0 } + - { offsetInCU: 0x4AA, offset: 0x115E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwug', symObjAddr: 0x940, symBinAddr: 0x62EF0, symSize: 0x10 } + - { offsetInCU: 0x4BE, offset: 0x115E3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwup', symObjAddr: 0x950, symBinAddr: 0x62F00, symSize: 0x10 } + - { offsetInCU: 0x4D2, offset: 0x115E52, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwui', symObjAddr: 0x960, symBinAddr: 0x62F10, symSize: 0x10 } + - { offsetInCU: 0x4E6, offset: 0x115E66, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOMa', symObjAddr: 0x970, symBinAddr: 0x62F20, symSize: 0x10 } + - { offsetInCU: 0x4FA, offset: 0x115E7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASQWb', symObjAddr: 0x980, symBinAddr: 0x62F30, symSize: 0x10 } + - { offsetInCU: 0x50E, offset: 0x115E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFSQAAWl', symObjAddr: 0x990, symBinAddr: 0x62F40, symSize: 0x30 } + - { offsetInCU: 0x522, offset: 0x115EA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x9C0, symBinAddr: 0x62F70, symSize: 0x10 } + - { offsetInCU: 0x536, offset: 0x115EB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x9D0, symBinAddr: 0x62F80, symSize: 0x30 } + - { offsetInCU: 0x54A, offset: 0x115ECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA00, symBinAddr: 0x62FB0, symSize: 0x10 } + - { offsetInCU: 0x55E, offset: 0x115EDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA10, symBinAddr: 0x62FC0, symSize: 0x30 } + - { offsetInCU: 0x5B7, offset: 0x115F37, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x600, symBinAddr: 0x62BC0, symSize: 0x10 } + - { offsetInCU: 0x5F7, offset: 0x115F77, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x610, symBinAddr: 0x62BD0, symSize: 0x10 } + - { offsetInCU: 0x637, offset: 0x115FB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x620, symBinAddr: 0x62BE0, symSize: 0x10 } + - { offsetInCU: 0x677, offset: 0x115FF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x630, symBinAddr: 0x62BF0, symSize: 0x10 } + - { offsetInCU: 0x6AF, offset: 0x11602F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x750, symBinAddr: 0x62D10, symSize: 0x20 } + - { offsetInCU: 0x6CB, offset: 0x11604B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x770, symBinAddr: 0x62D30, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x11623A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC10layerModelAcA0dF0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x63010, symSize: 0x220 } + - { offsetInCU: 0xE0, offset: 0x1162CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x220, symBinAddr: 0x63230, symSize: 0x6F0 } + - { offsetInCU: 0x27E, offset: 0x116469, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC06renderD8ContentsSbvg', symObjAddr: 0x910, symBinAddr: 0x63920, symSize: 0x10 } + - { offsetInCU: 0x2A9, offset: 0x116494, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC05setupD10Animations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x920, symBinAddr: 0x63930, symSize: 0xD10 } + - { offsetInCU: 0x749, offset: 0x116934, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC14setupSublayers33_569130E0C2329B8CD6C17F433FB572B2LLyyF', symObjAddr: 0x1630, symBinAddr: 0x64640, symSize: 0x490 } + - { offsetInCU: 0xA36, offset: 0x116C21, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1AC0, symBinAddr: 0x64AD0, symSize: 0xA0 } + - { offsetInCU: 0xA82, offset: 0x116C6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x1B60, symBinAddr: 0x64B70, symSize: 0x220 } + - { offsetInCU: 0xB52, offset: 0x116D3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1D80, symBinAddr: 0x64D90, symSize: 0x50 } + - { offsetInCU: 0xB98, offset: 0x116D83, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC11addSublayeryySo7CALayerCFTo', symObjAddr: 0x1DD0, symBinAddr: 0x64DE0, symSize: 0x70 } + - { offsetInCU: 0xC12, offset: 0x116DFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCACycfcTo', symObjAddr: 0x1E40, symBinAddr: 0x64E50, symSize: 0x30 } + - { offsetInCU: 0xC79, offset: 0x116E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfD', symObjAddr: 0x1EA0, symBinAddr: 0x64EB0, symSize: 0x30 } + - { offsetInCU: 0xFD8, offset: 0x1171C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfE', symObjAddr: 0x1E70, symBinAddr: 0x64E80, symSize: 0x30 } + - { offsetInCU: 0x1005, offset: 0x1171F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfETo', symObjAddr: 0x1ED0, symBinAddr: 0x64EE0, symSize: 0x30 } + - { offsetInCU: 0x1034, offset: 0x11721F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCMa', symObjAddr: 0x1F00, symBinAddr: 0x64F10, symSize: 0x20 } + - { offsetInCU: 0x1048, offset: 0x117233, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOc', symObjAddr: 0x1FF0, symBinAddr: 0x64F60, symSize: 0x40 } + - { offsetInCU: 0x105C, offset: 0x117247, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOh', symObjAddr: 0x2070, symBinAddr: 0x64FA0, symSize: 0x30 } + - { offsetInCU: 0x1070, offset: 0x11725B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pWOb', symObjAddr: 0x20A0, symBinAddr: 0x64FD0, symSize: 0x1F } + - { offsetInCU: 0x8D, offset: 0x117655, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfC', symObjAddr: 0x0, symBinAddr: 0x64FF0, symSize: 0x50 } + - { offsetInCU: 0xE4, offset: 0x1176AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc', symObjAddr: 0x50, symBinAddr: 0x65040, symSize: 0x20 } + - { offsetInCU: 0x11B, offset: 0x1176E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x70, symBinAddr: 0x65060, symSize: 0x690 } + - { offsetInCU: 0x34D, offset: 0x117915, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_', symObjAddr: 0x700, symBinAddr: 0x656F0, symSize: 0xA0 } + - { offsetInCU: 0x424, offset: 0x1179EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x7A0, symBinAddr: 0x65790, symSize: 0x10 } + - { offsetInCU: 0x447, offset: 0x117A0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfd', symObjAddr: 0x7B0, symBinAddr: 0x657A0, symSize: 0x30 } + - { offsetInCU: 0x482, offset: 0x117A4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfD', symObjAddr: 0x7E0, symBinAddr: 0x657D0, symSize: 0x40 } + - { offsetInCU: 0x4C5, offset: 0x117A8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x820, symBinAddr: 0x65810, symSize: 0x20 } + - { offsetInCU: 0x50B, offset: 0x117AD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x840, symBinAddr: 0x65830, symSize: 0x20 } + - { offsetInCU: 0x68E, offset: 0x117C56, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x860, symBinAddr: 0x65850, symSize: 0x10 } + - { offsetInCU: 0x6B1, offset: 0x117C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x870, symBinAddr: 0x65860, symSize: 0x10 } + - { offsetInCU: 0x6E3, offset: 0x117CAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_TA', symObjAddr: 0x880, symBinAddr: 0x65870, symSize: 0x10 } + - { offsetInCU: 0x6F7, offset: 0x117CBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x890, symBinAddr: 0x65880, symSize: 0x20 } + - { offsetInCU: 0x70B, offset: 0x117CD3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x8F0, symBinAddr: 0x658A0, symSize: 0x20 } + - { offsetInCU: 0x72A, offset: 0x117CF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x910, symBinAddr: 0x658C0, symSize: 0x80 } + - { offsetInCU: 0x783, offset: 0x117D4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCMa', symObjAddr: 0x990, symBinAddr: 0x65940, symSize: 0x20 } + - { offsetInCU: 0x797, offset: 0x117D5F, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCMa', symObjAddr: 0xA00, symBinAddr: 0x659B0, symSize: 0x30 } + - { offsetInCU: 0x2B, offset: 0x117FDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x659E0, symSize: 0x60 } + - { offsetInCU: 0x4F, offset: 0x118001, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x659E0, symSize: 0x60 } + - { offsetInCU: 0x7E, offset: 0x118030, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeWidth12CoreGraphics7CGFloatVvg', symObjAddr: 0x60, symBinAddr: 0x65A40, symSize: 0x60 } + - { offsetInCU: 0xAD, offset: 0x11805F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC8tracking12CoreGraphics7CGFloatVvg', symObjAddr: 0xC0, symBinAddr: 0x65AA0, symSize: 0x60 } + - { offsetInCU: 0xDC, offset: 0x11808E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC5xformSo13CATransform3DVvg', symObjAddr: 0x120, symBinAddr: 0x65B00, symSize: 0x150 } + - { offsetInCU: 0x10B, offset: 0x1180BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC9fillColorSo10CGColorRefaSgvg', symObjAddr: 0x270, symBinAddr: 0x65C50, symSize: 0x60 } + - { offsetInCU: 0x13A, offset: 0x1180EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC7opacity12CoreGraphics7CGFloatVvg', symObjAddr: 0x2D0, symBinAddr: 0x65CB0, symSize: 0x60 } + - { offsetInCU: 0x169, offset: 0x11811B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfd', symObjAddr: 0x740, symBinAddr: 0x66120, symSize: 0x80 } + - { offsetInCU: 0x196, offset: 0x118148, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfD', symObjAddr: 0x7C0, symBinAddr: 0x661A0, symSize: 0x20 } + - { offsetInCU: 0x1C3, offset: 0x118175, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x800, symBinAddr: 0x661E0, symSize: 0x10 } + - { offsetInCU: 0x1EE, offset: 0x1181A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x810, symBinAddr: 0x661F0, symSize: 0x30 } + - { offsetInCU: 0x220, offset: 0x1181D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x840, symBinAddr: 0x66220, symSize: 0x10 } + - { offsetInCU: 0x4FF, offset: 0x1184B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x330, symBinAddr: 0x65D10, symSize: 0x290 } + - { offsetInCU: 0x731, offset: 0x1186E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfd', symObjAddr: 0x5C0, symBinAddr: 0x65FA0, symSize: 0xD0 } + - { offsetInCU: 0x75E, offset: 0x118710, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfD', symObjAddr: 0x690, symBinAddr: 0x66070, symSize: 0x20 } + - { offsetInCU: 0x79A, offset: 0x11874C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0x6D0, symBinAddr: 0x660B0, symSize: 0x20 } + - { offsetInCU: 0x7DB, offset: 0x11878D, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x6F0, symBinAddr: 0x660D0, symSize: 0x30 } + - { offsetInCU: 0x81C, offset: 0x1187CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP07keypathE0SDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x720, symBinAddr: 0x66100, symSize: 0x20 } + - { offsetInCU: 0x84E, offset: 0x118800, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC04textC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0xF20, symBinAddr: 0x668C0, symSize: 0x25E0 } + - { offsetInCU: 0x16BD, offset: 0x11966F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCMa', symObjAddr: 0x6B0, symBinAddr: 0x66090, symSize: 0x20 } + - { offsetInCU: 0x16D1, offset: 0x119683, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCMa', symObjAddr: 0x7E0, symBinAddr: 0x661C0, symSize: 0x20 } + - { offsetInCU: 0x1711, offset: 0x1196C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCfD', symObjAddr: 0x850, symBinAddr: 0x66230, symSize: 0x40 } + - { offsetInCU: 0x1777, offset: 0x119729, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyF0pvgTW', symObjAddr: 0x8B0, symBinAddr: 0x66290, symSize: 0x40 } + - { offsetInCU: 0x17C2, offset: 0x119774, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x8F0, symBinAddr: 0x662D0, symSize: 0x30 } + - { offsetInCU: 0x1815, offset: 0x1197C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x920, symBinAddr: 0x66300, symSize: 0x40 } + - { offsetInCU: 0x1860, offset: 0x119812, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x960, symBinAddr: 0x66340, symSize: 0x10 } + - { offsetInCU: 0x1893, offset: 0x119845, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x970, symBinAddr: 0x66350, symSize: 0x10 } + - { offsetInCU: 0x18BE, offset: 0x119870, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x980, symBinAddr: 0x66360, symSize: 0x10 } + - { offsetInCU: 0x18F1, offset: 0x1198A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x990, symBinAddr: 0x66370, symSize: 0x10 } + - { offsetInCU: 0x191C, offset: 0x1198CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x9A0, symBinAddr: 0x66380, symSize: 0x10 } + - { offsetInCU: 0x194F, offset: 0x119901, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x9B0, symBinAddr: 0x66390, symSize: 0x10 } + - { offsetInCU: 0x197A, offset: 0x11992C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x9C0, symBinAddr: 0x663A0, symSize: 0x10 } + - { offsetInCU: 0x19BC, offset: 0x11996E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x9D0, symBinAddr: 0x663B0, symSize: 0x10 } + - { offsetInCU: 0x19FE, offset: 0x1199B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x9E0, symBinAddr: 0x663C0, symSize: 0x20 } + - { offsetInCU: 0x1A31, offset: 0x1199E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA00, symBinAddr: 0x663E0, symSize: 0x10 } + - { offsetInCU: 0x1A62, offset: 0x119A14, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xAC0, symBinAddr: 0x664A0, symSize: 0x420 } + - { offsetInCU: 0x1F0C, offset: 0x119EBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCMa', symObjAddr: 0x890, symBinAddr: 0x66270, symSize: 0x20 } + - { offsetInCU: 0x1F48, offset: 0x119EFA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_6Lottie15AnyNodeProperty_pTg5Tf4nnen_n', symObjAddr: 0xA10, symBinAddr: 0x663F0, symSize: 0xB0 } + - { offsetInCU: 0x2B, offset: 0x11A441, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x68EA0, symSize: 0x130 } + - { offsetInCU: 0x79, offset: 0x11A48F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x68EA0, symSize: 0x130 } + - { offsetInCU: 0xC7, offset: 0x11A4DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x130, symBinAddr: 0x68FD0, symSize: 0x100 } + - { offsetInCU: 0xFB, offset: 0x11A511, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfC', symObjAddr: 0x290, symBinAddr: 0x69130, symSize: 0x50 } + - { offsetInCU: 0x119, offset: 0x11A52F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc', symObjAddr: 0x2E0, symBinAddr: 0x69180, symSize: 0x100 } + - { offsetInCU: 0x1BF, offset: 0x11A5D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg', symObjAddr: 0x4D0, symBinAddr: 0x69330, symSize: 0x30 } + - { offsetInCU: 0x20A, offset: 0x11A620, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs', symObjAddr: 0x500, symBinAddr: 0x69360, symSize: 0x50 } + - { offsetInCU: 0x24E, offset: 0x11A664, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM', symObjAddr: 0x550, symBinAddr: 0x693B0, symSize: 0x40 } + - { offsetInCU: 0x27B, offset: 0x11A691, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM.resume.0', symObjAddr: 0x590, symBinAddr: 0x693F0, symSize: 0x30 } + - { offsetInCU: 0x2C5, offset: 0x11A6DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9valueTypeypXpvg', symObjAddr: 0x5C0, symBinAddr: 0x69420, symSize: 0x10 } + - { offsetInCU: 0x2F0, offset: 0x11A706, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x5D0, symBinAddr: 0x69430, symSize: 0xB0 } + - { offsetInCU: 0x33B, offset: 0x11A751, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x6A0, symBinAddr: 0x69500, symSize: 0x30 } + - { offsetInCU: 0x3A1, offset: 0x11A7B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x740, symBinAddr: 0x695A0, symSize: 0x20 } + - { offsetInCU: 0x3C4, offset: 0x11A7DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfd', symObjAddr: 0x760, symBinAddr: 0x695C0, symSize: 0x20 } + - { offsetInCU: 0x3FF, offset: 0x11A815, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfD', symObjAddr: 0x7B0, symBinAddr: 0x695E0, symSize: 0x30 } + - { offsetInCU: 0x442, offset: 0x11A858, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x7E0, symBinAddr: 0x69610, symSize: 0x20 } + - { offsetInCU: 0x45E, offset: 0x11A874, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x800, symBinAddr: 0x69630, symSize: 0x10 } + - { offsetInCU: 0x4A4, offset: 0x11A8BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x810, symBinAddr: 0x69640, symSize: 0x20 } + - { offsetInCU: 0x504, offset: 0x11A91A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOe', symObjAddr: 0x230, symBinAddr: 0x690D0, symSize: 0x20 } + - { offsetInCU: 0x518, offset: 0x11A92E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVACSHAAWl', symObjAddr: 0x250, symBinAddr: 0x690F0, symSize: 0x40 } + - { offsetInCU: 0x54D, offset: 0x11A963, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGSayxGSHsSHRzlWl', symObjAddr: 0x420, symBinAddr: 0x69280, symSize: 0x50 } + - { offsetInCU: 0x561, offset: 0x11A977, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGMa', symObjAddr: 0x470, symBinAddr: 0x692D0, symSize: 0x30 } + - { offsetInCU: 0x575, offset: 0x11A98B, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSHAAWl', symObjAddr: 0x4A0, symBinAddr: 0x69300, symSize: 0x30 } + - { offsetInCU: 0x589, offset: 0x11A99F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOy', symObjAddr: 0x680, symBinAddr: 0x694E0, symSize: 0x20 } + - { offsetInCU: 0x59D, offset: 0x11A9B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x700, symBinAddr: 0x69560, symSize: 0x40 } + - { offsetInCU: 0x5E5, offset: 0x11A9FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x830, symBinAddr: 0x69660, symSize: 0x20 } + - { offsetInCU: 0x614, offset: 0x11AA2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x850, symBinAddr: 0x69680, symSize: 0x10 } + - { offsetInCU: 0x65E, offset: 0x11AA74, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x860, symBinAddr: 0x69690, symSize: 0x20 } + - { offsetInCU: 0x6A5, offset: 0x11AABB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCMa', symObjAddr: 0x900, symBinAddr: 0x69730, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x11ACD2, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x69790, symSize: 0x640 } + - { offsetInCU: 0x2A0, offset: 0x11AF4B, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x69790, symSize: 0x640 } + - { offsetInCU: 0x4F, offset: 0x11BAF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x0, symBinAddr: 0x69DD0, symSize: 0x30 } + - { offsetInCU: 0x63, offset: 0x11BB0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC6handleyyAA0A14NSControlEventVF', symObjAddr: 0x30, symBinAddr: 0x69E00, symSize: 0x10 } + - { offsetInCU: 0x8E, offset: 0x11BB37, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg', symObjAddr: 0x40, symBinAddr: 0x69E10, symSize: 0x40 } + - { offsetInCU: 0xAB, offset: 0x11BB54, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs', symObjAddr: 0x80, symBinAddr: 0x69E50, symSize: 0x60 } + - { offsetInCU: 0xD2, offset: 0x11BB7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM', symObjAddr: 0xE0, symBinAddr: 0x69EB0, symSize: 0x40 } + - { offsetInCU: 0x101, offset: 0x11BBAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM.resume.0', symObjAddr: 0x120, symBinAddr: 0x69EF0, symSize: 0x30 } + - { offsetInCU: 0x12C, offset: 0x11BBD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x150, symBinAddr: 0x69F20, symSize: 0x50 } + - { offsetInCU: 0x175, offset: 0x11BC1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x1A0, symBinAddr: 0x69F70, symSize: 0x70 } + - { offsetInCU: 0x226, offset: 0x11BCCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x210, symBinAddr: 0x69FE0, symSize: 0x80 } + - { offsetInCU: 0x2C6, offset: 0x11BD6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x290, symBinAddr: 0x6A060, symSize: 0x90 } + - { offsetInCU: 0x389, offset: 0x11BE32, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_AA0a9NSControlH0OtF', symObjAddr: 0x320, symBinAddr: 0x6A0F0, symSize: 0x80 } + - { offsetInCU: 0x401, offset: 0x11BEAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF', symObjAddr: 0x3A0, symBinAddr: 0x6A170, symSize: 0x50 } + - { offsetInCU: 0x49F, offset: 0x11BF48, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14updateForStateyyF', symObjAddr: 0x3F0, symBinAddr: 0x6A1C0, symSize: 0x350 } + - { offsetInCU: 0x83F, offset: 0x11C2E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC10commonInit33_3255EF2F4BCF8A3C447F424ACE2B7066LLyyF', symObjAddr: 0x740, symBinAddr: 0x6A510, symSize: 0x2B0 } + - { offsetInCU: 0x934, offset: 0x11C3DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x9F0, symBinAddr: 0x6A7C0, symSize: 0x40 } + - { offsetInCU: 0x968, offset: 0x11C411, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfC', symObjAddr: 0xA30, symBinAddr: 0x6A800, symSize: 0x20 } + - { offsetInCU: 0x986, offset: 0x11C42F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfc', symObjAddr: 0xA50, symBinAddr: 0x6A820, symSize: 0x100 } + - { offsetInCU: 0x9F4, offset: 0x11C49D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfcTo', symObjAddr: 0xB50, symBinAddr: 0x6A920, symSize: 0x20 } + - { offsetInCU: 0xA10, offset: 0x11C4B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0xB70, symBinAddr: 0x6A940, symSize: 0x40 } + - { offsetInCU: 0xA2E, offset: 0x11C4D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0xBB0, symBinAddr: 0x6A980, symSize: 0x30 } + - { offsetInCU: 0xA51, offset: 0x11C4FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xBE0, symBinAddr: 0x6A9B0, symSize: 0x40 } + - { offsetInCU: 0xAA1, offset: 0x11C54A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0xE50, symBinAddr: 0x6AB20, symSize: 0x20 } + - { offsetInCU: 0xB5D, offset: 0x11C606, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9mouseDown4withySo7NSEventC_tF', symObjAddr: 0xE90, symBinAddr: 0x6AB40, symSize: 0x2F0 } + - { offsetInCU: 0xD1C, offset: 0x11C7C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9mouseDown4withySo7NSEventC_tFTo', symObjAddr: 0x1180, symBinAddr: 0x6AE30, symSize: 0x50 } + - { offsetInCU: 0xD38, offset: 0x11C7E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC15animationDidSetyyF', symObjAddr: 0x11D0, symBinAddr: 0x6AE80, symSize: 0x10 } + - { offsetInCU: 0xD63, offset: 0x11C80C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg', symObjAddr: 0x11E0, symBinAddr: 0x6AE90, symSize: 0x20 } + - { offsetInCU: 0xDBA, offset: 0x11C863, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvW', symObjAddr: 0x1270, symBinAddr: 0x6AF20, symSize: 0xE0 } + - { offsetInCU: 0xE33, offset: 0x11C8DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfC', symObjAddr: 0x13C0, symBinAddr: 0x6B070, symSize: 0x80 } + - { offsetInCU: 0xE51, offset: 0x11C8FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc', symObjAddr: 0x1440, symBinAddr: 0x6B0F0, symSize: 0x30 } + - { offsetInCU: 0xEC4, offset: 0x11C96D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x1470, symBinAddr: 0x6B120, symSize: 0x30 } + - { offsetInCU: 0xF2B, offset: 0x11C9D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfD', symObjAddr: 0x14A0, symBinAddr: 0x6B150, symSize: 0x30 } + - { offsetInCU: 0xF58, offset: 0x11CA01, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x2860, symBinAddr: 0x6C510, symSize: 0x200 } + - { offsetInCU: 0x108B, offset: 0x11CB34, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x2AB0, symBinAddr: 0x6C730, symSize: 0xF0 } + - { offsetInCU: 0x120A, offset: 0x11CCB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x25B0, symBinAddr: 0x6C260, symSize: 0x2B0 } + - { offsetInCU: 0x158E, offset: 0x11D037, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvpACTk', symObjAddr: 0x1200, symBinAddr: 0x6AEB0, symSize: 0x70 } + - { offsetInCU: 0x15E2, offset: 0x11D08B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x1350, symBinAddr: 0x6B000, symSize: 0x70 } + - { offsetInCU: 0x169C, offset: 0x11D145, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfETo', symObjAddr: 0x14D0, symBinAddr: 0x6B180, symSize: 0x40 } + - { offsetInCU: 0x16F7, offset: 0x11D1A0, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x1510, symBinAddr: 0x6B1C0, symSize: 0xF0 } + - { offsetInCU: 0x178D, offset: 0x11D236, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector1DVTB5', symObjAddr: 0x1600, symBinAddr: 0x6B2B0, symSize: 0xA0 } + - { offsetInCU: 0x1823, offset: 0x11D2CC, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector3DVTB5', symObjAddr: 0x16A0, symBinAddr: 0x6B350, symSize: 0xD0 } + - { offsetInCU: 0x18B9, offset: 0x11D362, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x1770, symBinAddr: 0x6B420, symSize: 0xA0 } + - { offsetInCU: 0x194F, offset: 0x11D3F8, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I5ColorVTB5', symObjAddr: 0x1810, symBinAddr: 0x6B4C0, symSize: 0xE0 } + - { offsetInCU: 0x19E5, offset: 0x11D48E, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x18F0, symBinAddr: 0x6B5A0, symSize: 0xC0 } + - { offsetInCU: 0x1A7B, offset: 0x11D524, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x19B0, symBinAddr: 0x6B660, symSize: 0xC0 } + - { offsetInCU: 0x1B09, offset: 0x11D5B2, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x1A90, symBinAddr: 0x6B740, symSize: 0xC0 } + - { offsetInCU: 0x1B9F, offset: 0x11D648, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x1B50, symBinAddr: 0x6B800, symSize: 0xC0 } + - { offsetInCU: 0x1C35, offset: 0x11D6DE, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1C10, symBinAddr: 0x6B8C0, symSize: 0xD0 } + - { offsetInCU: 0x1CCB, offset: 0x11D774, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x1CE0, symBinAddr: 0x6B990, symSize: 0xE0 } + - { offsetInCU: 0x1D61, offset: 0x11D80A, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AI2totTg5', symObjAddr: 0x1F90, symBinAddr: 0x6BC40, symSize: 0xC0 } + - { offsetInCU: 0x1DEC, offset: 0x11D895, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSu_SSTg5', symObjAddr: 0x2050, symBinAddr: 0x6BD00, symSize: 0xD0 } + - { offsetInCU: 0x1E64, offset: 0x11D90D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x23B0, symBinAddr: 0x6C060, symSize: 0xA0 } + - { offsetInCU: 0x1F10, offset: 0x11D9B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCMa', symObjAddr: 0x2A90, symBinAddr: 0x6C710, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x11DDFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x6CA40, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0x11DE3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x6CA40, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0x11DE90, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0x6CAB0, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x11DED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0x6CAD0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x11DF12, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0x6CB00, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x11DF44, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesC7ellipseAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x5E0, symBinAddr: 0x6CFE0, symSize: 0x2C0 } + - { offsetInCU: 0x41D, offset: 0x11E1EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCMa', symObjAddr: 0x50, symBinAddr: 0x6CA90, symSize: 0x20 } + - { offsetInCU: 0x4EF, offset: 0x11E2C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0x6CB20, symSize: 0xB0 } + - { offsetInCU: 0x5DD, offset: 0x11E3AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCfD', symObjAddr: 0x190, symBinAddr: 0x6CBD0, symSize: 0x40 } + - { offsetInCU: 0x63E, offset: 0x11E40F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1F0, symBinAddr: 0x6CC30, symSize: 0x40 } + - { offsetInCU: 0x688, offset: 0x11E459, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x230, symBinAddr: 0x6CC70, symSize: 0x30 } + - { offsetInCU: 0x6BA, offset: 0x11E48B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x260, symBinAddr: 0x6CCA0, symSize: 0x10 } + - { offsetInCU: 0x6D6, offset: 0x11E4A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x270, symBinAddr: 0x6CCB0, symSize: 0x10 } + - { offsetInCU: 0x73A, offset: 0x11E50B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x280, symBinAddr: 0x6CCC0, symSize: 0x20 } + - { offsetInCU: 0x79C, offset: 0x11E56D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2A0, symBinAddr: 0x6CCE0, symSize: 0x10 } + - { offsetInCU: 0x7C7, offset: 0x11E598, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2B0, symBinAddr: 0x6CCF0, symSize: 0x10 } + - { offsetInCU: 0x7F9, offset: 0x11E5CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2C0, symBinAddr: 0x6CD00, symSize: 0x10 } + - { offsetInCU: 0x824, offset: 0x11E5F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2D0, symBinAddr: 0x6CD10, symSize: 0x10 } + - { offsetInCU: 0x865, offset: 0x11E636, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0x6CD20, symSize: 0x10 } + - { offsetInCU: 0x8A6, offset: 0x11E677, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x2F0, symBinAddr: 0x6CD30, symSize: 0x20 } + - { offsetInCU: 0x8E7, offset: 0x11E6B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x310, symBinAddr: 0x6CD50, symSize: 0x20 } + - { offsetInCU: 0x919, offset: 0x11E6EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC06parentC07ellipseAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x8A0, symBinAddr: 0x6D2A0, symSize: 0x130 } + - { offsetInCU: 0x9D3, offset: 0x11E7A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCMa', symObjAddr: 0x1D0, symBinAddr: 0x6CC10, symSize: 0x20 } + - { offsetInCU: 0xAD0, offset: 0x11E8A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7ellipse4size6center9directionACSo6CGSizeV_So7CGPointVAA0C9DirectionOtFZTf4nnnd_n', symObjAddr: 0x330, symBinAddr: 0x6CD70, symSize: 0x270 } + - { offsetInCU: 0x43, offset: 0x11EF90, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x6D3D0, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x11EFA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwxx', symObjAddr: 0x30, symBinAddr: 0x6D400, symSize: 0x10 } + - { offsetInCU: 0x6B, offset: 0x11EFB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwcp', symObjAddr: 0x40, symBinAddr: 0x6D410, symSize: 0x30 } + - { offsetInCU: 0x7F, offset: 0x11EFCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwca', symObjAddr: 0x70, symBinAddr: 0x6D440, symSize: 0x50 } + - { offsetInCU: 0x93, offset: 0x11EFE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwta', symObjAddr: 0xE0, symBinAddr: 0x6D490, symSize: 0x40 } + - { offsetInCU: 0xA7, offset: 0x11EFF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwet', symObjAddr: 0x120, symBinAddr: 0x6D4D0, symSize: 0x40 } + - { offsetInCU: 0xBB, offset: 0x11F008, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwst', symObjAddr: 0x160, symBinAddr: 0x6D510, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0x11F01C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVMa', symObjAddr: 0x1A0, symBinAddr: 0x6D550, symSize: 0x10 } + - { offsetInCU: 0x45C, offset: 0x11F3A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV02cgC0So9CGPathRefayF', symObjAddr: 0x1B0, symBinAddr: 0x6D560, symSize: 0x190 } + - { offsetInCU: 0x601, offset: 0x11F54E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9addVertexyyAA05CurveE0VF', symObjAddr: 0x340, symBinAddr: 0x6D6F0, symSize: 0x1F0 } + - { offsetInCU: 0x9D2, offset: 0x11F91F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV04trimC9AtLengths33_3AD676776FA89DEF7F58E43AF7646C3ALL9positionsSayACGSay12CoreGraphics7CGFloatV5start_AJ3endtG_tF', symObjAddr: 0x530, symBinAddr: 0x6D8E0, symSize: 0xFF0 } + - { offsetInCU: 0x1F78, offset: 0x120EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO8rawValueSSvg', symObjAddr: 0x1520, symBinAddr: 0x6E8D0, symSize: 0x20 } + - { offsetInCU: 0x1FAF, offset: 0x120EFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0x1540, symBinAddr: 0x6E8F0, symSize: 0x20 } + - { offsetInCU: 0x202D, offset: 0x120F7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x15A0, symBinAddr: 0x6E950, symSize: 0x70 } + - { offsetInCU: 0x2093, offset: 0x120FE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1610, symBinAddr: 0x6E9C0, symSize: 0x30 } + - { offsetInCU: 0x20AF, offset: 0x120FFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1640, symBinAddr: 0x6E9F0, symSize: 0x10 } + - { offsetInCU: 0x20E5, offset: 0x121032, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1650, symBinAddr: 0x6EA00, symSize: 0x60 } + - { offsetInCU: 0x216A, offset: 0x1210B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x16B0, symBinAddr: 0x6EA60, symSize: 0x10 } + - { offsetInCU: 0x2186, offset: 0x1210D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x16C0, symBinAddr: 0x6EA70, symSize: 0x10 } + - { offsetInCU: 0x21B9, offset: 0x121106, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1710, symBinAddr: 0x6EAC0, symSize: 0x380 } + - { offsetInCU: 0x23BC, offset: 0x121309, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1A90, symBinAddr: 0x6EE40, symSize: 0x30 } + - { offsetInCU: 0x23F5, offset: 0x121342, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1AC0, symBinAddr: 0x6EE70, symSize: 0x20 } + - { offsetInCU: 0x25B6, offset: 0x121503, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x1AE0, symBinAddr: 0x6EE90, symSize: 0xFE0 } + - { offsetInCU: 0x36FF, offset: 0x12264C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x2AC0, symBinAddr: 0x6FE70, symSize: 0xE00 } + - { offsetInCU: 0x3F5D, offset: 0x122EAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x3930, symBinAddr: 0x70C70, symSize: 0x30 } + - { offsetInCU: 0x3F71, offset: 0x122EBE, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGSgWOh', symObjAddr: 0x3960, symBinAddr: 0x70CA0, symSize: 0x30 } + - { offsetInCU: 0x3F85, offset: 0x122ED2, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGMa', symObjAddr: 0x39C0, symBinAddr: 0x70CD0, symSize: 0x50 } + - { offsetInCU: 0x3F99, offset: 0x122EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwet', symObjAddr: 0x3AF0, symBinAddr: 0x70D80, symSize: 0x80 } + - { offsetInCU: 0x3FAD, offset: 0x122EFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwst', symObjAddr: 0x3B70, symBinAddr: 0x70E00, symSize: 0xD0 } + - { offsetInCU: 0x3FC1, offset: 0x122F0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwug', symObjAddr: 0x3C40, symBinAddr: 0x70ED0, symSize: 0x10 } + - { offsetInCU: 0x3FD5, offset: 0x122F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwup', symObjAddr: 0x3C50, symBinAddr: 0x70EE0, symSize: 0x10 } + - { offsetInCU: 0x3FE9, offset: 0x122F36, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwui', symObjAddr: 0x3C60, symBinAddr: 0x70EF0, symSize: 0x10 } + - { offsetInCU: 0x3FFD, offset: 0x122F4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOMa', symObjAddr: 0x3C70, symBinAddr: 0x70F00, symSize: 0x10 } + - { offsetInCU: 0x4011, offset: 0x122F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASQWb', symObjAddr: 0x3C80, symBinAddr: 0x70F10, symSize: 0x10 } + - { offsetInCU: 0x4025, offset: 0x122F72, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAESQAAWl', symObjAddr: 0x3C90, symBinAddr: 0x70F20, symSize: 0x30 } + - { offsetInCU: 0x4039, offset: 0x122F86, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3CC0, symBinAddr: 0x70F50, symSize: 0x10 } + - { offsetInCU: 0x404D, offset: 0x122F9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3CD0, symBinAddr: 0x70F60, symSize: 0x30 } + - { offsetInCU: 0x4061, offset: 0x122FAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3D00, symBinAddr: 0x70F90, symSize: 0x10 } + - { offsetInCU: 0x4075, offset: 0x122FC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x3D10, symBinAddr: 0x70FA0, symSize: 0x30 } + - { offsetInCU: 0x4180, offset: 0x1230CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1560, symBinAddr: 0x6E910, symSize: 0x10 } + - { offsetInCU: 0x419C, offset: 0x1230E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1570, symBinAddr: 0x6E920, symSize: 0x10 } + - { offsetInCU: 0x41B8, offset: 0x123105, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1580, symBinAddr: 0x6E930, symSize: 0x10 } + - { offsetInCU: 0x41D4, offset: 0x123121, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1590, symBinAddr: 0x6E940, symSize: 0x10 } + - { offsetInCU: 0x41F7, offset: 0x123144, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x16D0, symBinAddr: 0x6EA80, symSize: 0x20 } + - { offsetInCU: 0x4213, offset: 0x123160, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x16F0, symBinAddr: 0x6EAA0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x123538, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x70FD0, symSize: 0x10 } + - { offsetInCU: 0x73, offset: 0x123580, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x70FD0, symSize: 0x10 } + - { offsetInCU: 0xFC, offset: 0x123609, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x70FE0, symSize: 0x40 } + - { offsetInCU: 0x1E0, offset: 0x1236ED, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x71020, symSize: 0x20 } + - { offsetInCU: 0x2A0, offset: 0x1237AD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5crc328checksums6UInt32VAH_tFAHSWXEfU_', symObjAddr: 0xF0, symBinAddr: 0x710C0, symSize: 0xA0 } + - { offsetInCU: 0x76C, offset: 0x123C79, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE7process9operation4size10bufferSize9skipCRC328provider8consumers6UInt32VSo019compression_stream_E0a_s5Int64VSiSbAcQ_SitKXEyACKXEtKFZTf4nnnnnnd_n', symObjAddr: 0x190, symBinAddr: 0x71160, symSize: 0x1220 } + - { offsetInCU: 0x15FB, offset: 0x124B08, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFs0E0ADWl', symObjAddr: 0x13B0, symBinAddr: 0x72380, symSize: 0x30 } + - { offsetInCU: 0x160F, offset: 0x124B1C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwet', symObjAddr: 0x14C0, symBinAddr: 0x723B0, symSize: 0x80 } + - { offsetInCU: 0x1623, offset: 0x124B30, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwst', symObjAddr: 0x1540, symBinAddr: 0x72430, symSize: 0xD0 } + - { offsetInCU: 0x1637, offset: 0x124B44, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwug', symObjAddr: 0x1610, symBinAddr: 0x72500, symSize: 0x10 } + - { offsetInCU: 0x164B, offset: 0x124B58, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwup', symObjAddr: 0x1620, symBinAddr: 0x72510, symSize: 0x10 } + - { offsetInCU: 0x165F, offset: 0x124B6C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwui', symObjAddr: 0x1630, symBinAddr: 0x72520, symSize: 0x10 } + - { offsetInCU: 0x1673, offset: 0x124B80, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOMa', symObjAddr: 0x1640, symBinAddr: 0x72530, symSize: 0x10 } + - { offsetInCU: 0x1687, offset: 0x124B94, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSQWb', symObjAddr: 0x1650, symBinAddr: 0x72540, symSize: 0x10 } + - { offsetInCU: 0x169B, offset: 0x124BA8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFSQADWl', symObjAddr: 0x1660, symBinAddr: 0x72550, symSize: 0x30 } + - { offsetInCU: 0x16ED, offset: 0x124BFA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x71040, symSize: 0x40 } + - { offsetInCU: 0x178A, offset: 0x124C97, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP7_domainSSvgTW', symObjAddr: 0xB0, symBinAddr: 0x71080, symSize: 0x10 } + - { offsetInCU: 0x17A6, offset: 0x124CB3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP5_codeSivgTW', symObjAddr: 0xC0, symBinAddr: 0x71090, symSize: 0x10 } + - { offsetInCU: 0x17C2, offset: 0x124CCF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xD0, symBinAddr: 0x710A0, symSize: 0x10 } + - { offsetInCU: 0x17DE, offset: 0x124CEB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE0, symBinAddr: 0x710B0, symSize: 0x10 } + - { offsetInCU: 0x68, offset: 0x1250BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x72580, symSize: 0x180 } + - { offsetInCU: 0xC4, offset: 0x125118, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x180, symBinAddr: 0x72700, symSize: 0x220 } + - { offsetInCU: 0x195, offset: 0x1251E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x3A0, symBinAddr: 0x72920, symSize: 0x120 } + - { offsetInCU: 0x1D4, offset: 0x125228, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x650, symBinAddr: 0x72BD0, symSize: 0x40 } + - { offsetInCU: 0x20B, offset: 0x12525F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO8rawValueSSvg', symObjAddr: 0x690, symBinAddr: 0x72C10, symSize: 0x30 } + - { offsetInCU: 0x232, offset: 0x125286, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO11stringValueSSvg', symObjAddr: 0x6C0, symBinAddr: 0x72C40, symSize: 0x30 } + - { offsetInCU: 0x273, offset: 0x1252C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x730, symBinAddr: 0x72CB0, symSize: 0x70 } + - { offsetInCU: 0x2A7, offset: 0x1252FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x7A0, symBinAddr: 0x72D20, symSize: 0x30 } + - { offsetInCU: 0x2C3, offset: 0x125317, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7D0, symBinAddr: 0x72D50, symSize: 0x10 } + - { offsetInCU: 0x2F9, offset: 0x12534D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7E0, symBinAddr: 0x72D60, symSize: 0x70 } + - { offsetInCU: 0x344, offset: 0x125398, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x850, symBinAddr: 0x72DD0, symSize: 0x10 } + - { offsetInCU: 0x360, offset: 0x1253B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x860, symBinAddr: 0x72DE0, symSize: 0x10 } + - { offsetInCU: 0x39C, offset: 0x1253F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCfD', symObjAddr: 0x8B0, symBinAddr: 0x72E30, symSize: 0x20 } + - { offsetInCU: 0x3E7, offset: 0x12543B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x9E0, symBinAddr: 0x72F40, symSize: 0x20 } + - { offsetInCU: 0x40A, offset: 0x12545E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xA00, symBinAddr: 0x72F60, symSize: 0x20 } + - { offsetInCU: 0x4F5, offset: 0x125549, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x590, symBinAddr: 0x72B10, symSize: 0x30 } + - { offsetInCU: 0x526, offset: 0x12557A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x5C0, symBinAddr: 0x72B40, symSize: 0x20 } + - { offsetInCU: 0x565, offset: 0x1255B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5E0, symBinAddr: 0x72B60, symSize: 0x20 } + - { offsetInCU: 0x59D, offset: 0x1255F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xD70, symBinAddr: 0x732D0, symSize: 0xE0 } + - { offsetInCU: 0x614, offset: 0x125668, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO13discriminator_WZ', symObjAddr: 0x640, symBinAddr: 0x72BC0, symSize: 0x10 } + - { offsetInCU: 0x62E, offset: 0x125682, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCMa', symObjAddr: 0x8D0, symBinAddr: 0x72E50, symSize: 0x20 } + - { offsetInCU: 0x642, offset: 0x125696, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOwup', symObjAddr: 0x930, symBinAddr: 0x72E90, symSize: 0x10 } + - { offsetInCU: 0x656, offset: 0x1256AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOMa', symObjAddr: 0x940, symBinAddr: 0x72EA0, symSize: 0x10 } + - { offsetInCU: 0x66A, offset: 0x1256BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASQWb', symObjAddr: 0x950, symBinAddr: 0x72EB0, symSize: 0x10 } + - { offsetInCU: 0x67E, offset: 0x1256D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSQAAWl', symObjAddr: 0x960, symBinAddr: 0x72EC0, symSize: 0x30 } + - { offsetInCU: 0x692, offset: 0x1256E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOAA11ClassFamilyAAWI', symObjAddr: 0x990, symBinAddr: 0x72EF0, symSize: 0x20 } + - { offsetInCU: 0x6A6, offset: 0x1256FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSeAAWl', symObjAddr: 0x9B0, symBinAddr: 0x72F10, symSize: 0x30 } + - { offsetInCU: 0x6DA, offset: 0x12572E, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xA20, symBinAddr: 0x72F80, symSize: 0x150 } + - { offsetInCU: 0x80D, offset: 0x125861, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xB70, symBinAddr: 0x730D0, symSize: 0x200 } + - { offsetInCU: 0xA26, offset: 0x125A7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSYAAWl', symObjAddr: 0xEB0, symBinAddr: 0x733B0, symSize: 0x30 } + - { offsetInCU: 0xA3A, offset: 0x125A8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs0D3KeyAAWl', symObjAddr: 0xF20, symBinAddr: 0x733E0, symSize: 0x30 } + - { offsetInCU: 0xA4E, offset: 0x125AA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSEAAWl', symObjAddr: 0xF50, symBinAddr: 0x73410, symSize: 0x30 } + - { offsetInCU: 0xA62, offset: 0x125AB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwug', symObjAddr: 0x1180, symBinAddr: 0x735B0, symSize: 0x10 } + - { offsetInCU: 0xA76, offset: 0x125ACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwup', symObjAddr: 0x1190, symBinAddr: 0x735C0, symSize: 0x10 } + - { offsetInCU: 0xA8A, offset: 0x125ADE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwui', symObjAddr: 0x11A0, symBinAddr: 0x735D0, symSize: 0x10 } + - { offsetInCU: 0xA9E, offset: 0x125AF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOMa', symObjAddr: 0x11B0, symBinAddr: 0x735E0, symSize: 0x10 } + - { offsetInCU: 0xAB2, offset: 0x125B06, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASQWb', symObjAddr: 0x11C0, symBinAddr: 0x735F0, symSize: 0x10 } + - { offsetInCU: 0xAC6, offset: 0x125B1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFSQAAWl', symObjAddr: 0x11D0, symBinAddr: 0x73600, symSize: 0x30 } + - { offsetInCU: 0xADA, offset: 0x125B2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1200, symBinAddr: 0x73630, symSize: 0x10 } + - { offsetInCU: 0xAEE, offset: 0x125B42, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1210, symBinAddr: 0x73640, symSize: 0x30 } + - { offsetInCU: 0xB02, offset: 0x125B56, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1240, symBinAddr: 0x73670, symSize: 0x10 } + - { offsetInCU: 0xB16, offset: 0x125B6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1250, symBinAddr: 0x73680, symSize: 0x30 } + - { offsetInCU: 0xB8E, offset: 0x125BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4C0, symBinAddr: 0x72A40, symSize: 0x10 } + - { offsetInCU: 0xC1F, offset: 0x125C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x4D0, symBinAddr: 0x72A50, symSize: 0x50 } + - { offsetInCU: 0xCE7, offset: 0x125D3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x520, symBinAddr: 0x72AA0, symSize: 0x30 } + - { offsetInCU: 0xD63, offset: 0x125DB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x550, symBinAddr: 0x72AD0, symSize: 0x40 } + - { offsetInCU: 0xDF9, offset: 0x125E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x600, symBinAddr: 0x72B80, symSize: 0x40 } + - { offsetInCU: 0xE1C, offset: 0x125E70, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F0, symBinAddr: 0x72C70, symSize: 0x10 } + - { offsetInCU: 0xE38, offset: 0x125E8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x700, symBinAddr: 0x72C80, symSize: 0x10 } + - { offsetInCU: 0xE54, offset: 0x125EA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x710, symBinAddr: 0x72C90, symSize: 0x10 } + - { offsetInCU: 0xE70, offset: 0x125EC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x720, symBinAddr: 0x72CA0, symSize: 0x10 } + - { offsetInCU: 0xE93, offset: 0x125EE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x870, symBinAddr: 0x72DF0, symSize: 0x20 } + - { offsetInCU: 0xEAF, offset: 0x125F03, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x890, symBinAddr: 0x72E10, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x126181, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x736D0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1261A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x73710, symSize: 0x320 } + - { offsetInCU: 0x113, offset: 0x126245, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x360, symBinAddr: 0x73A30, symSize: 0x510 } + - { offsetInCU: 0x3A6, offset: 0x1264D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x870, symBinAddr: 0x73F40, symSize: 0x220 } + - { offsetInCU: 0x42B, offset: 0x12655D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvg', symObjAddr: 0xA90, symBinAddr: 0x74160, symSize: 0x30 } + - { offsetInCU: 0x470, offset: 0x1265A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xC90, symBinAddr: 0x74360, symSize: 0x70 } + - { offsetInCU: 0x4A4, offset: 0x1265D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xD00, symBinAddr: 0x743D0, symSize: 0x30 } + - { offsetInCU: 0x4C0, offset: 0x1265F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xD30, symBinAddr: 0x74400, symSize: 0x10 } + - { offsetInCU: 0x4F6, offset: 0x126628, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xD40, symBinAddr: 0x74410, symSize: 0x70 } + - { offsetInCU: 0x541, offset: 0x126673, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xDB0, symBinAddr: 0x74480, symSize: 0x10 } + - { offsetInCU: 0x55D, offset: 0x12668F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xDC0, symBinAddr: 0x74490, symSize: 0x10 } + - { offsetInCU: 0x59B, offset: 0x1266CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xB00, symBinAddr: 0x741D0, symSize: 0x60 } + - { offsetInCU: 0x5DE, offset: 0x126710, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xB60, symBinAddr: 0x74230, symSize: 0x20 } + - { offsetInCU: 0x61E, offset: 0x126750, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB80, symBinAddr: 0x74250, symSize: 0x10 } + - { offsetInCU: 0x669, offset: 0x12679B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB90, symBinAddr: 0x74260, symSize: 0x60 } + - { offsetInCU: 0x6B4, offset: 0x1267E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBF0, symBinAddr: 0x742C0, symSize: 0x10 } + - { offsetInCU: 0x6D0, offset: 0x126802, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xC00, symBinAddr: 0x742D0, symSize: 0x10 } + - { offsetInCU: 0x6EC, offset: 0x12681E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1650, symBinAddr: 0x74BC0, symSize: 0x20 } + - { offsetInCU: 0x70A, offset: 0x12683C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfd', symObjAddr: 0xE30, symBinAddr: 0x74500, symSize: 0x60 } + - { offsetInCU: 0x74D, offset: 0x12687F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfD', symObjAddr: 0xE90, symBinAddr: 0x74560, symSize: 0x20 } + - { offsetInCU: 0x8D9, offset: 0x126A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfE', symObjAddr: 0xE10, symBinAddr: 0x744E0, symSize: 0x20 } + - { offsetInCU: 0x931, offset: 0x126A63, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCMa', symObjAddr: 0xEB0, symBinAddr: 0x74580, symSize: 0x20 } + - { offsetInCU: 0x945, offset: 0x126A77, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xF40, symBinAddr: 0x745A0, symSize: 0x30 } + - { offsetInCU: 0x959, offset: 0x126A8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xF70, symBinAddr: 0x745D0, symSize: 0x30 } + - { offsetInCU: 0x96D, offset: 0x126A9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x1200, symBinAddr: 0x74780, symSize: 0x50 } + - { offsetInCU: 0x981, offset: 0x126AB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x1250, symBinAddr: 0x747D0, symSize: 0xA0 } + - { offsetInCU: 0x995, offset: 0x126AC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x12F0, symBinAddr: 0x74870, symSize: 0x10 } + - { offsetInCU: 0x9A9, offset: 0x126ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x1300, symBinAddr: 0x74880, symSize: 0x10 } + - { offsetInCU: 0x9BD, offset: 0x126AEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x1310, symBinAddr: 0x74890, symSize: 0x10 } + - { offsetInCU: 0x9D1, offset: 0x126B03, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x1320, symBinAddr: 0x748A0, symSize: 0x10 } + - { offsetInCU: 0x9E5, offset: 0x126B17, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x1340, symBinAddr: 0x748B0, symSize: 0x80 } + - { offsetInCU: 0x9F9, offset: 0x126B2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x13C0, symBinAddr: 0x74930, symSize: 0xD0 } + - { offsetInCU: 0xA0D, offset: 0x126B3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x1490, symBinAddr: 0x74A00, symSize: 0x10 } + - { offsetInCU: 0xA21, offset: 0x126B53, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x14A0, symBinAddr: 0x74A10, symSize: 0x10 } + - { offsetInCU: 0xA35, offset: 0x126B67, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x14B0, symBinAddr: 0x74A20, symSize: 0x10 } + - { offsetInCU: 0xA49, offset: 0x126B7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x14C0, symBinAddr: 0x74A30, symSize: 0x10 } + - { offsetInCU: 0xA5D, offset: 0x126B8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x14D0, symBinAddr: 0x74A40, symSize: 0x10 } + - { offsetInCU: 0xA71, offset: 0x126BA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x14E0, symBinAddr: 0x74A50, symSize: 0x30 } + - { offsetInCU: 0xA85, offset: 0x126BB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x1510, symBinAddr: 0x74A80, symSize: 0x10 } + - { offsetInCU: 0xA99, offset: 0x126BCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x1520, symBinAddr: 0x74A90, symSize: 0x30 } + - { offsetInCU: 0xAAD, offset: 0x126BDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1550, symBinAddr: 0x74AC0, symSize: 0x10 } + - { offsetInCU: 0xAC1, offset: 0x126BF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1560, symBinAddr: 0x74AD0, symSize: 0x30 } + - { offsetInCU: 0xAD5, offset: 0x126C07, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1590, symBinAddr: 0x74B00, symSize: 0x10 } + - { offsetInCU: 0xAE9, offset: 0x126C1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x15A0, symBinAddr: 0x74B10, symSize: 0x30 } + - { offsetInCU: 0xAFD, offset: 0x126C2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x15D0, symBinAddr: 0x74B40, symSize: 0x10 } + - { offsetInCU: 0xB11, offset: 0x126C43, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x15E0, symBinAddr: 0x74B50, symSize: 0x30 } + - { offsetInCU: 0xB25, offset: 0x126C57, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1610, symBinAddr: 0x74B80, symSize: 0x10 } + - { offsetInCU: 0xB39, offset: 0x126C6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1620, symBinAddr: 0x74B90, symSize: 0x30 } + - { offsetInCU: 0xBFB, offset: 0x126D2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAC0, symBinAddr: 0x74190, symSize: 0x10 } + - { offsetInCU: 0xC3B, offset: 0x126D6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xAD0, symBinAddr: 0x741A0, symSize: 0x10 } + - { offsetInCU: 0xC7B, offset: 0x126DAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAE0, symBinAddr: 0x741B0, symSize: 0x10 } + - { offsetInCU: 0xCBB, offset: 0x126DED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAF0, symBinAddr: 0x741C0, symSize: 0x10 } + - { offsetInCU: 0xCF3, offset: 0x126E25, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xC10, symBinAddr: 0x742E0, symSize: 0x20 } + - { offsetInCU: 0xD0F, offset: 0x126E41, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC30, symBinAddr: 0x74300, symSize: 0x20 } + - { offsetInCU: 0xD2B, offset: 0x126E5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC50, symBinAddr: 0x74320, symSize: 0x10 } + - { offsetInCU: 0xD47, offset: 0x126E79, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xC60, symBinAddr: 0x74330, symSize: 0x10 } + - { offsetInCU: 0xD63, offset: 0x126E95, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC70, symBinAddr: 0x74340, symSize: 0x10 } + - { offsetInCU: 0xD7F, offset: 0x126EB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xC80, symBinAddr: 0x74350, symSize: 0x10 } + - { offsetInCU: 0xDA2, offset: 0x126ED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xDD0, symBinAddr: 0x744A0, symSize: 0x20 } + - { offsetInCU: 0xDBE, offset: 0x126EF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xDF0, symBinAddr: 0x744C0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x12711C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x74BE0, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x127134, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x74BE0, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x127148, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMr', symObjAddr: 0x10, symBinAddr: 0x74BF0, symSize: 0x80 } + - { offsetInCU: 0x86, offset: 0x127177, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtF', symObjAddr: 0x90, symBinAddr: 0x74C70, symSize: 0x110 } + - { offsetInCU: 0x10D, offset: 0x1271FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC14setNeedsUpdateyyF', symObjAddr: 0x1A0, symBinAddr: 0x74D80, symSize: 0x10 } + - { offsetInCU: 0x175, offset: 0x127266, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCfD', symObjAddr: 0x1D0, symBinAddr: 0x74D90, symSize: 0x30 } + - { offsetInCU: 0x1C9, offset: 0x1272BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP14setNeedsUpdateyyFTW', symObjAddr: 0x210, symBinAddr: 0x74DD0, symSize: 0x10 } + - { offsetInCU: 0x1E5, offset: 0x1272D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x220, symBinAddr: 0x74DE0, symSize: 0x10 } + - { offsetInCU: 0x21F, offset: 0x127310, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC06outputB0xvsTf4gn_n', symObjAddr: 0x260, symBinAddr: 0x74DF0, symSize: 0x60 } + - { offsetInCU: 0x288, offset: 0x127379, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMa', symObjAddr: 0x200, symBinAddr: 0x74DC0, symSize: 0x10 } + - { offsetInCU: 0x1647, offset: 0x128B2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySo13CATransform3DVG_Tg5', symObjAddr: 0x3D10, symBinAddr: 0x78B60, symSize: 0x350 } + - { offsetInCU: 0x17D2, offset: 0x128CB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x4060, symBinAddr: 0x78EB0, symSize: 0x1E0 } + - { offsetInCU: 0x1988, offset: 0x128E6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x4240, symBinAddr: 0x79090, symSize: 0x210 } + - { offsetInCU: 0x1B63, offset: 0x129048, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySbG_Tg5', symObjAddr: 0x4450, symBinAddr: 0x792A0, symSize: 0x1E0 } + - { offsetInCU: 0x1CF0, offset: 0x1291D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A5ColorV_Tg5', symObjAddr: 0x4630, symBinAddr: 0x79480, symSize: 0x260 } + - { offsetInCU: 0x1E7B, offset: 0x129360, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_So6CGSizeV_Tg5', symObjAddr: 0x4890, symBinAddr: 0x796E0, symSize: 0x1F0 } + - { offsetInCU: 0x201B, offset: 0x129500, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA010BezierPathI0V_Tg5', symObjAddr: 0x4A80, symBinAddr: 0x798D0, symSize: 0x2A0 } + - { offsetInCU: 0x21D0, offset: 0x1296B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA7EllipseCALV_Tg5', symObjAddr: 0x4D20, symBinAddr: 0x79B70, symSize: 0x280 } + - { offsetInCU: 0x2373, offset: 0x129858, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA9RectangleCALV_Tg5', symObjAddr: 0x4FA0, symBinAddr: 0x79DF0, symSize: 0x2A0 } + - { offsetInCU: 0x252C, offset: 0x129A11, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4StarCALV_Tg5', symObjAddr: 0x5240, symBinAddr: 0x7A090, symSize: 0x2D0 } + - { offsetInCU: 0x26E0, offset: 0x129BC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5', symObjAddr: 0x5510, symBinAddr: 0x7A360, symSize: 0x260 } + - { offsetInCU: 0x36F3, offset: 0x12ABD8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySo13CATransform3DVG_AYTB505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7X40VtKFSo13CATransform3DVAC4HoldVyALGXEfU0_Tf1nncnn_n', symObjAddr: 0x6C80, symBinAddr: 0x7BAD0, symSize: 0x6C0 } + - { offsetInCU: 0x414A, offset: 0x12B62F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX47VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU0_SiTf1nncnn_n', symObjAddr: 0x8290, symBinAddr: 0x7D0E0, symSize: 0x640 } + - { offsetInCU: 0x4502, offset: 0x12B9E7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX46VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU_SiTf1nncnn_n', symObjAddr: 0x88D0, symBinAddr: 0x7D720, symSize: 0x640 } + - { offsetInCU: 0x4C0E, offset: 0x12C0F3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX80VtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0x9610, symBinAddr: 0x7E460, symSize: 0x650 } + - { offsetInCU: 0x5028, offset: 0x12C50D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX47VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnn_n', symObjAddr: 0x9C60, symBinAddr: 0x7EAB0, symSize: 0x650 } + - { offsetInCU: 0x53D3, offset: 0x12C8B8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX46VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnn_n', symObjAddr: 0xA2B0, symBinAddr: 0x7F100, symSize: 0x650 } + - { offsetInCU: 0x58DB, offset: 0x12CDC0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySbG_SbTB505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7X24VtKFSbAC4HoldVySbGXEfU0_Tf1nncnn_n', symObjAddr: 0xA900, symBinAddr: 0x7F750, symSize: 0x680 } + - { offsetInCU: 0x5DBB, offset: 0x12D2A0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSo6CGSizeV_AWTB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7X22VtKFSo6CGSizeVALXEfU0_Tf1nncnn_n', symObjAddr: 0xB7E0, symBinAddr: 0x80630, symSize: 0x660 } + - { offsetInCU: 0x6310, offset: 0x12D7F5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnncn_n', symObjAddr: 0xBE40, symBinAddr: 0x80C90, symSize: 0x670 } + - { offsetInCU: 0x67E8, offset: 0x12DCCD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16dX43VSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnn_n', symObjAddr: 0xC4B0, symBinAddr: 0x81300, symSize: 0x660 } + - { offsetInCU: 0x6D2C, offset: 0x12E211, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX87VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xCB10, symBinAddr: 0x81960, symSize: 0x670 } + - { offsetInCU: 0x70CA, offset: 0x12E5AF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX85VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xD180, symBinAddr: 0x81FD0, symSize: 0x670 } + - { offsetInCU: 0x75FF, offset: 0x12EAE4, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4HoldVySo13CATransform3DVGGG_ARTg5', symObjAddr: 0xD8F0, symBinAddr: 0x82740, symSize: 0x630 } + - { offsetInCU: 0x7F15, offset: 0x12F3FA, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA0A8Vector3DVGG_AOTg5', symObjAddr: 0xDF20, symBinAddr: 0x82D70, symSize: 0x630 } + - { offsetInCU: 0x882B, offset: 0x12FD10, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADySo6CGSizeVGG_AOTg5', symObjAddr: 0xE550, symBinAddr: 0x833A0, symSize: 0x630 } + - { offsetInCU: 0x9141, offset: 0x130626, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA010BezierPathG0VGG_AOTg5', symObjAddr: 0xEB80, symBinAddr: 0x839D0, symSize: 0x630 } + - { offsetInCU: 0x9AFC, offset: 0x130FE1, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA7EllipseCACVGG_APTg5', symObjAddr: 0xF1B0, symBinAddr: 0x84000, symSize: 0x630 } + - { offsetInCU: 0xA4B7, offset: 0x13199C, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA9RectangleCACVGG_APTg5', symObjAddr: 0xF7E0, symBinAddr: 0x84630, symSize: 0x630 } + - { offsetInCU: 0xAE72, offset: 0x132357, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4StarCACVGG_APTg5', symObjAddr: 0xFE10, symBinAddr: 0x84C60, symSize: 0x630 } + - { offsetInCU: 0xC08D, offset: 0x133572, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4HoldVySo13CATransform3DVG_A1_Tg5', symObjAddr: 0x110B0, symBinAddr: 0x85F00, symSize: 0x360 } + - { offsetInCU: 0xC32C, offset: 0x133811, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_So6CGSizeV_A_Tg5', symObjAddr: 0x11760, symBinAddr: 0x865B0, symSize: 0x360 } + - { offsetInCU: 0xC5CB, offset: 0x133AB0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5', symObjAddr: 0x11AC0, symBinAddr: 0x86910, symSize: 0x360 } + - { offsetInCU: 0xC86A, offset: 0x133D4F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5', symObjAddr: 0x11E20, symBinAddr: 0x86C70, symSize: 0x360 } + - { offsetInCU: 0xCB09, offset: 0x133FEE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5', symObjAddr: 0x12180, symBinAddr: 0x86FD0, symSize: 0x360 } + - { offsetInCU: 0xCDA8, offset: 0x13428D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4StarCAOV_So9CGPathRefaTg5', symObjAddr: 0x124E0, symBinAddr: 0x87330, symSize: 0x360 } + - { offsetInCU: 0xD05D, offset: 0x134542, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_', symObjAddr: 0x13060, symBinAddr: 0x87EB0, symSize: 0xB0 } + - { offsetInCU: 0xD12F, offset: 0x134614, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x13490, symBinAddr: 0x882E0, symSize: 0x220 } + - { offsetInCU: 0xD1DB, offset: 0x1346C0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x136B0, symBinAddr: 0x88500, symSize: 0x1E0 } + - { offsetInCU: 0xD287, offset: 0x13476C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie0K5ColorVTg5', symObjAddr: 0x13890, symBinAddr: 0x886E0, symSize: 0x1E0 } + - { offsetInCU: 0xD333, offset: 0x134818, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x13A70, symBinAddr: 0x888C0, symSize: 0x210 } + - { offsetInCU: 0xD3E7, offset: 0x1348CC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x13C80, symBinAddr: 0x88AD0, symSize: 0x200 } + - { offsetInCU: 0xD493, offset: 0x134978, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x13E80, symBinAddr: 0x88CD0, symSize: 0x1F0 } + - { offsetInCU: 0xD53F, offset: 0x134A24, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x14070, symBinAddr: 0x88EC0, symSize: 0x210 } + - { offsetInCU: 0xD5EB, offset: 0x134AD0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x14280, symBinAddr: 0x890D0, symSize: 0x1E0 } + - { offsetInCU: 0xD6C3, offset: 0x134BA8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSo21NSAttributedStringKeya_ypTg5', symObjAddr: 0x14640, symBinAddr: 0x89490, symSize: 0x260 } + - { offsetInCU: 0xD7AE, offset: 0x134C93, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x148B0, symBinAddr: 0x89700, symSize: 0x240 } + - { offsetInCU: 0xD86E, offset: 0x134D53, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSo13CATransform3DV_s15CollectionOfOneVyAGGTg5', symObjAddr: 0x14E80, symBinAddr: 0x89CD0, symSize: 0xC0 } + - { offsetInCU: 0xD9AA, offset: 0x134E8F, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lF12CoreGraphics7CGFloatV_s15CollectionOfOneVyAHGTg5', symObjAddr: 0x14F40, symBinAddr: 0x89D90, symSize: 0xC0 } + - { offsetInCU: 0xDAE6, offset: 0x134FCB, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSb_s15CollectionOfOneVySbGTg5', symObjAddr: 0x15000, symBinAddr: 0x89E50, symSize: 0xC0 } + - { offsetInCU: 0xDC22, offset: 0x135107, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySo13CATransform3DVG_s010CollectionH3OneVyAMGTg5', symObjAddr: 0x156C0, symBinAddr: 0x8A510, symSize: 0x2C0 } + - { offsetInCU: 0xDD31, offset: 0x135216, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy12CoreGraphics7CGFloatVG_s010CollectionH3OneVyANGTg5', symObjAddr: 0x15980, symBinAddr: 0x8A7D0, symSize: 0x1B0 } + - { offsetInCU: 0xDE56, offset: 0x13533B, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySbG_s010CollectionH3OneVySbGTg5', symObjAddr: 0x15B30, symBinAddr: 0x8A980, symSize: 0x190 } + - { offsetInCU: 0xDF23, offset: 0x135408, size: 0x8, addend: 0x0, symName: '_$sSa17_customRemoveLastxSgyFSo13CATransform3DV_Tg5', symObjAddr: 0x16410, symBinAddr: 0x8B260, symSize: 0xB0 } + - { offsetInCU: 0xDFA4, offset: 0x135489, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5', symObjAddr: 0x16520, symBinAddr: 0x8B370, symSize: 0x110 } + - { offsetInCU: 0xE04F, offset: 0x135534, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5', symObjAddr: 0x16630, symBinAddr: 0x8B480, symSize: 0x110 } + - { offsetInCU: 0xE0FA, offset: 0x1355DF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5', symObjAddr: 0x167F0, symBinAddr: 0x8B640, symSize: 0xC0 } + - { offsetInCU: 0xE1AD, offset: 0x135692, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5', symObjAddr: 0x168B0, symBinAddr: 0x8B700, symSize: 0xB0 } + - { offsetInCU: 0xE268, offset: 0x13574D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5', symObjAddr: 0x16960, symBinAddr: 0x8B7B0, symSize: 0xB0 } + - { offsetInCU: 0xE323, offset: 0x135808, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5', symObjAddr: 0x16A10, symBinAddr: 0x8B860, symSize: 0xC0 } + - { offsetInCU: 0xE3CE, offset: 0x1358B3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5', symObjAddr: 0x16AD0, symBinAddr: 0x8B920, symSize: 0xB0 } + - { offsetInCU: 0xE481, offset: 0x135966, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5', symObjAddr: 0x16B80, symBinAddr: 0x8B9D0, symSize: 0xE0 } + - { offsetInCU: 0xE53C, offset: 0x135A21, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5', symObjAddr: 0x16D10, symBinAddr: 0x8BB60, symSize: 0xC0 } + - { offsetInCU: 0xE5E7, offset: 0x135ACC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5', symObjAddr: 0x16DD0, symBinAddr: 0x8BC20, symSize: 0xD0 } + - { offsetInCU: 0xE692, offset: 0x135B77, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5', symObjAddr: 0x16EA0, symBinAddr: 0x8BCF0, symSize: 0xE0 } + - { offsetInCU: 0xE732, offset: 0x135C17, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV37_appendElementAssumeUniqueAndCapacity_03newD0ySi_xntF6Lottie17KeypathSearchable_p_Tg5Tf4nen_n', symObjAddr: 0x17030, symBinAddr: 0x8BE80, symSize: 0x70 } + - { offsetInCU: 0xE824, offset: 0x135D09, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySo13CATransform3DVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t6VySo13U10DVG_A3_TG5xq_s5Error_pr0_lyAtSIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0vwaxb23E29addCombinedTransformz26_FCF865A3410C50F6C3BA6E234d59FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFSo13u5DVAC4T11VyALGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x170A0, symBinAddr: 0x8BEF0, symSize: 0x800 } + - { offsetInCU: 0xEF42, offset: 0x136427, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo13CATransform3DV_TB5Tf4nnnnnd_n', symObjAddr: 0x178A0, symBinAddr: 0x8C6F0, symSize: 0xA80 } + - { offsetInCU: 0xF9F4, offset: 0x136ED9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySo13CATransform3DVG_A_Tg505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7x25VtKFSo13CATransform3DVAC4Z11VyALGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x18320, symBinAddr: 0x8D170, symSize: 0xFB0 } + - { offsetInCU: 0x1059D, offset: 0x137A82, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC0B8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x194A0, symBinAddr: 0x8E2F0, symSize: 0x330 } + - { offsetInCU: 0x1099D, offset: 0x137E82, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d74FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKFSo7s6VAC0B8T53DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x197D0, symBinAddr: 0x8E620, symSize: 0x2E0 } + - { offsetInCU: 0x10DBC, offset: 0x1382A1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo7CGPointV_TB5Tf4nnnnnd_n', symObjAddr: 0x19AB0, symBinAddr: 0x8E900, symSize: 0x9A0 } + - { offsetInCU: 0x1187B, offset: 0x138D60, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x1A450, symBinAddr: 0x8F2A0, symSize: 0x3D0 } + - { offsetInCU: 0x11BF1, offset: 0x1390D6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb17E23addAnchorPointy26_FCF865A3410C50F6C3BA6E234d67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7s6VAC0B8T7DVXEfU_AbUTf1nncn_nTf4ndngg_n', symObjAddr: 0x1A9D0, symBinAddr: 0x8F820, symSize: 0xCE0 } + - { offsetInCU: 0x122AD, offset: 0x139792, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05W43F7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AbYTf1nncnnn_nTf4xnnndgg_n', symObjAddr: 0x1BA80, symBinAddr: 0x908D0, symSize: 0x570 } + - { offsetInCU: 0x124F0, offset: 0x1399D5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC0B8Vector3DV_So7CGPointVTg505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7x20VtKFSo7CGPointVAC0B8Z7DVXEfU_AbUTf1nnnnnc_nTf4nnndxgg_n', symObjAddr: 0x1BFF0, symBinAddr: 0x90E40, symSize: 0x1050 } + - { offsetInCU: 0x1316D, offset: 0x13A652, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1FAA0, symBinAddr: 0x948F0, symSize: 0x600 } + - { offsetInCU: 0x136FC, offset: 0x13ABE1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlF12CoreGraphics7CGFloatV_TB5Tf4nnnnnd_n', symObjAddr: 0x200A0, symBinAddr: 0x94EF0, symSize: 0x990 } + - { offsetInCU: 0x14170, offset: 0x13B655, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x20BE0, symBinAddr: 0x95A30, symSize: 0x600 } + - { offsetInCU: 0x146D2, offset: 0x13BBB7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU3_Tf1nncn_nTf4ndg_n', symObjAddr: 0x21760, symBinAddr: 0x965B0, symSize: 0x600 } + - { offsetInCU: 0x14C34, offset: 0x13C119, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU2_Tf1nncn_nTf4ndg_n', symObjAddr: 0x222D0, symBinAddr: 0x97120, symSize: 0x600 } + - { offsetInCU: 0x15196, offset: 0x13C67B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU1_Tf1nncn_nTf4ndg_n', symObjAddr: 0x22A70, symBinAddr: 0x978C0, symSize: 0x600 } + - { offsetInCU: 0x156F8, offset: 0x13CBDD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb99E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x241C0, symBinAddr: 0x99010, symSize: 0x600 } + - { offsetInCU: 0x15C5A, offset: 0x13D13F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowRadiusy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T53DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x24970, symBinAddr: 0x997C0, symSize: 0x600 } + - { offsetInCU: 0x161BC, offset: 0x13D6A1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb19E25addShadowOpacityy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x25120, symBinAddr: 0x99F70, symSize: 0x600 } + - { offsetInCU: 0x16730, offset: 0x13DC15, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T8DVXEfU0_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x258D0, symBinAddr: 0x9A720, symSize: 0x600 } + - { offsetInCU: 0x16CE9, offset: 0x13E1CE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T7DVXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x25ED0, symBinAddr: 0x9AD20, symSize: 0x600 } + - { offsetInCU: 0x17290, offset: 0x13E775, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x27860, symBinAddr: 0x9C6B0, symSize: 0x600 } + - { offsetInCU: 0x177F2, offset: 0x13ECD7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x28010, symBinAddr: 0x9CE60, symSize: 0x600 } + - { offsetInCU: 0x17D82, offset: 0x13F267, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x29980, symBinAddr: 0x9E7D0, symSize: 0x640 } + - { offsetInCU: 0x182D8, offset: 0x13F7BD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x29FC0, symBinAddr: 0x9EE10, symSize: 0x3C0 } + - { offsetInCU: 0x184FB, offset: 0x13F9E0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2A530, symBinAddr: 0x9F380, symSize: 0x640 } + - { offsetInCU: 0x18A42, offset: 0x13FF27, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x2AB70, symBinAddr: 0x9F9C0, symSize: 0x3D0 } + - { offsetInCU: 0x18D43, offset: 0x140228, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySbG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4T11VySbG_SbTG5xq_s5Error_pr0_lyARSbIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb101E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKFSbAC4T11VySbGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2C080, symBinAddr: 0xA0ED0, symSize: 0x5E0 } + - { offsetInCU: 0x192D2, offset: 0x1407B7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSb_TB5Tf4nnnnnd_n', symObjAddr: 0x2C660, symBinAddr: 0xA14B0, symSize: 0x980 } + - { offsetInCU: 0x19D28, offset: 0x14120D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySbG_SbTg505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7x9VtKFSbAC4Z11VySbGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x2CFE0, symBinAddr: 0xA1E30, symSize: 0xFB0 } + - { offsetInCU: 0x1AA2C, offset: 0x141F11, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb12E23addShadowtY162_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2E0E0, symBinAddr: 0xA2F30, symSize: 0x9D0 } + - { offsetInCU: 0x1B39C, offset: 0x142881, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo10CGColorRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x2EAB0, symBinAddr: 0xA3900, symSize: 0xB60 } + - { offsetInCU: 0x1BFC6, offset: 0x1434AB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb84E13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2F7B0, symBinAddr: 0xA4600, symSize: 0x9D0 } + - { offsetInCU: 0x1C899, offset: 0x143D7E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb98E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x30700, symBinAddr: 0xA5550, symSize: 0x9D0 } + - { offsetInCU: 0x1D176, offset: 0x14465B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n095$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKFSo10CGColorRefaAA0A5T6VXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x31270, symBinAddr: 0xA60C0, symSize: 0x9D0 } + - { offsetInCU: 0x1DA17, offset: 0x144EFC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowOffsety92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6T9VALXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x32F50, symBinAddr: 0xA7DA0, symSize: 0x610 } + - { offsetInCU: 0x1E024, offset: 0x145509, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo6CGSizeV_TB5Tf4nnnnnd_n', symObjAddr: 0x33560, symBinAddr: 0xA83B0, symSize: 0x9A0 } + - { offsetInCU: 0x1EAE3, offset: 0x145FC8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05W31F7ContextVtKFSo6CGSizeVALXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x33F00, symBinAddr: 0xA8D50, symSize: 0x3E0 } + - { offsetInCU: 0x1ECE6, offset: 0x1461CB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So6CGSizeV_AYTg505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7x7VtKFSo6Z9VALXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x342E0, symBinAddr: 0xA9130, symSize: 0xF80 } + - { offsetInCU: 0x1F8AC, offset: 0x146D91, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC010BezierPathS0V_Tg5Tf4nd_n', symObjAddr: 0x35460, symBinAddr: 0xAA2B0, symSize: 0x330 } + - { offsetInCU: 0x1FCC5, offset: 0x1471AA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnncn_nTf4ndgn_n', symObjAddr: 0x35790, symBinAddr: 0xAA5E0, symSize: 0xFA0 } + - { offsetInCU: 0x206B0, offset: 0x147B95, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo9CGPathRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x36730, symBinAddr: 0xAB580, symSize: 0xB60 } + - { offsetInCU: 0x212B8, offset: 0x14879D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_n013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D57ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4xnnndn_n', symObjAddr: 0x37290, symBinAddr: 0xAC0E0, symSize: 0x3E0 } + - { offsetInCU: 0x214C7, offset: 0x1489AC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4nnndxn_n', symObjAddr: 0x37670, symBinAddr: 0xAC4C0, symSize: 0xFB0 } + - { offsetInCU: 0x221B9, offset: 0x14969E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_nTf4ndngn_n', symObjAddr: 0x38620, symBinAddr: 0xAD470, symSize: 0xFB0 } + - { offsetInCU: 0x22B9A, offset: 0x14A07F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x39A40, symBinAddr: 0xAE890, symSize: 0x3D0 } + - { offsetInCU: 0x22DC7, offset: 0x14A2AC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x39E10, symBinAddr: 0xAEC60, symSize: 0xFC0 } + - { offsetInCU: 0x239A4, offset: 0x14AE89, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSayAC10BezierPathVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SayAC10tu6VG_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9p11RefaSayAC10tU7VGXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x3ADD0, symBinAddr: 0xAFC20, symSize: 0x750 } + - { offsetInCU: 0x23E78, offset: 0x14B35D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapew2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16D50ContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnnn_nTf4xnnndn_n', symObjAddr: 0x3B520, symBinAddr: 0xB0370, symSize: 0x3F0 } + - { offsetInCU: 0x2409D, offset: 0x14B582, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SayAC10BezierPathVG_So9CGPathRefaTg5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16wx26VSitKFSo9CGPathRefaSayAC10Z11PathVGXEfU_SiTf1nnnnnc_nTf4nnndxn_n', symObjAddr: 0x3B910, symBinAddr: 0xB0760, symSize: 0xFD0 } + - { offsetInCU: 0x24C70, offset: 0x14C155, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC7EllipseCAJV_Tg5Tf4nd_n', symObjAddr: 0x3CAE0, symBinAddr: 0xB1930, symSize: 0x330 } + - { offsetInCU: 0x250EB, offset: 0x14C5D0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC7EllipseCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC7t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb48E13addAnimations3for7context14pathMultiplieryAC7t33C_AC0B16AnimationContextVSitKFSo9p7RefaAI8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3CE10, symBinAddr: 0xB1C60, symSize: 0xBF0 } + - { offsetInCU: 0x259D5, offset: 0x14CEBA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC7EllipseCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16d29ContextVSitKFSo9CGPathRefaAI8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x3E0B0, symBinAddr: 0xB2F00, symSize: 0x470 } + - { offsetInCU: 0x25C23, offset: 0x14D108, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b48E13addAnimations3for7context14pathMultiplieryAC7z8C_AC0B16wx22VSitKFSo9CGPathRefaAI8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x3E520, symBinAddr: 0xB3370, symSize: 0x1010 } + - { offsetInCU: 0x267F4, offset: 0x14DCD9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC9RectangleCAJV_Tg5Tf4nd_n', symObjAddr: 0x3F730, symBinAddr: 0xB4580, symSize: 0x330 } + - { offsetInCU: 0x26C78, offset: 0x14E15D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC9RectangleCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC9t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9t49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3FA60, symBinAddr: 0xB48B0, symSize: 0xE10 } + - { offsetInCU: 0x275AE, offset: 0x14EA93, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC9RectangleCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16d45ContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x40D00, symBinAddr: 0xB5B50, symSize: 0x470 } + - { offsetInCU: 0x277FC, offset: 0x14ECE1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9z8C_AC0B16wx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x41170, symBinAddr: 0xB5FC0, symSize: 0x1010 } + - { offsetInCU: 0x283CD, offset: 0x14F8B2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC4StarCAJV_Tg5Tf4nd_n', symObjAddr: 0x42380, symBinAddr: 0xB71D0, symSize: 0x340 } + - { offsetInCU: 0x28845, offset: 0x14FD2A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb13E19addPolygony67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4t24C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x426C0, symBinAddr: 0xB7510, symSize: 0xEC0 } + - { offsetInCU: 0x291D2, offset: 0x1506B7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb6E16addty93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x43A30, symBinAddr: 0xB8880, symSize: 0xD90 } + - { offsetInCU: 0x29AAA, offset: 0x150F8F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S38VxKXEfU0_SaySdG_SaySo10CGColorRefaGTG5xq_s5Error_pr0_lyAPSaySo07CGColorQ0aGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x460C0, symBinAddr: 0xBAF10, symSize: 0x750 } + - { offsetInCU: 0x2A046, offset: 0x15152B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSaySo10CGColorRefaG_TB5Tf4nnnnnd_n', symObjAddr: 0x46810, symBinAddr: 0xBB660, symSize: 0x9B0 } + - { offsetInCU: 0x2AAE4, offset: 0x151FC9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S46VxKXEfU0_SaySdG_Say12CoreGraphics7CGFloatVGTG5xq_s5Error_pr0_lyAPSay12CoreGraphics7CGFloatVGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x471C0, symBinAddr: 0xBC010, symSize: 0x750 } + - { offsetInCU: 0x2B080, offset: 0x152565, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSay12CoreGraphics7CGFloatVG_TB5Tf4nnnnnd_n', symObjAddr: 0x47910, symBinAddr: 0xBC760, symSize: 0x9B0 } + - { offsetInCU: 0x2BB2D, offset: 0x153012, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x487F0, symBinAddr: 0xBD640, symSize: 0x2E0 } + - { offsetInCU: 0x2BEB5, offset: 0x15339A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x48AD0, symBinAddr: 0xBD920, symSize: 0x3D0 } + - { offsetInCU: 0x2C0EA, offset: 0x1535CF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V55AELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x49040, symBinAddr: 0xBDE90, symSize: 0x2E0 } + - { offsetInCU: 0x2C443, offset: 0x153928, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x49320, symBinAddr: 0xBE170, symSize: 0x3E0 } + - { offsetInCU: 0x2C6AC, offset: 0x153B91, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySdG_s15EmptyCollectionVySdGTg5Tf4nndn_n', symObjAddr: 0x4AE50, symBinAddr: 0xBFCA0, symSize: 0x140 } + - { offsetInCU: 0x2C7CA, offset: 0x153CAF, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VyypG_s15EmptyCollectionVyypGTg5Tf4nndn_n', symObjAddr: 0x4AFB0, symBinAddr: 0xBFE00, symSize: 0x180 } + - { offsetInCU: 0x2C994, offset: 0x153E79, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo13CATransform3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So13T9DV_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So13T6DV_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4B4A0, symBinAddr: 0xC02F0, symSize: 0x800 } + - { offsetInCU: 0x2CEB8, offset: 0x15439D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSo13CATransform3DV_Tg5Tf4xnnn_n', symObjAddr: 0x4C0A0, symBinAddr: 0xC0EF0, symSize: 0x3B0 } + - { offsetInCU: 0x2D05D, offset: 0x154542, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAO_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_A__A_TG5xq_s5Error_pr0_lyA2OIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf20ContextVtKlFxxXEfU0_uS5V_TG5Tf1nncn_nTf4ndd_n', symObjAddr: 0x4C780, symBinAddr: 0xC15D0, symSize: 0x2E0 } + - { offsetInCU: 0x2D3E5, offset: 0x1548CA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG35ContextVtKlFxxXEfU0_So7CGPointV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4CA60, symBinAddr: 0xC18B0, symSize: 0x3E0 } + - { offsetInCU: 0x2D6C2, offset: 0x154BA7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlF12CoreGraphics7CGFloatV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s11VxKXEfU0_12t9Graphics7V8V_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf22ContextVtKlFxxXEfU0_12t9Graphics7V5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4CE40, symBinAddr: 0xC1C90, symSize: 0x600 } + - { offsetInCU: 0x2DBEE, offset: 0x1550D3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlF12CoreGraphics7CGFloatV_Tg5Tf4xnnn_n', symObjAddr: 0x4D470, symBinAddr: 0xC22C0, symSize: 0x230 } + - { offsetInCU: 0x2DCD4, offset: 0x1551B9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7X34VtKFSo7CGPointVAC0B8Vector3DVXEfU_AbTTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x4D6A0, symBinAddr: 0xC24F0, symSize: 0xA40 } + - { offsetInCU: 0x2E158, offset: 0x15563D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12addAnimation3for9keyframes5value7contextyAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0iD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b102E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05i2F7m7VtKFSo7q6VAC0B8P7DVXEfU_AbPTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x4E0E0, symBinAddr: 0xC2F30, symSize: 0x200 } + - { offsetInCU: 0x2E345, offset: 0x15582A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSb_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_Sb_SbTG5xq_s5Error_pr0_lyS2bIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rF26ContextVtKlFxxXEfU0_Sb_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4E2E0, symBinAddr: 0xC3130, symSize: 0x5E0 } + - { offsetInCU: 0x2E871, offset: 0x155D56, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSb_Tg5Tf4xnnn_n', symObjAddr: 0x4ECC0, symBinAddr: 0xC3B10, symSize: 0x220 } + - { offsetInCU: 0x2EA26, offset: 0x155F0B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo07CGColorQ0a_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So10T11Refa_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So10T8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4EEE0, symBinAddr: 0xC3D30, symSize: 0x5E0 } + - { offsetInCU: 0x2EFA6, offset: 0x15648B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo10CGColorRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG39ContextVtKlFxxXEfU0_So10CGColorRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4F4C0, symBinAddr: 0xC4310, symSize: 0x3F0 } + - { offsetInCU: 0x2F1A5, offset: 0x15668A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So6T5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4F8B0, symBinAddr: 0xC4700, symSize: 0x610 } + - { offsetInCU: 0x2F6EC, offset: 0x156BD1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG34ContextVtKlFxxXEfU0_So6CGSizeV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4FEC0, symBinAddr: 0xC4D10, symSize: 0x3F0 } + - { offsetInCU: 0x2F9C6, offset: 0x156EAB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAI_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So9P11Refa_A1_TG5xq_s5Error_pr0_lyA2IIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So9P8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x50530, symBinAddr: 0xC5380, symSize: 0x5E0 } + - { offsetInCU: 0x2FF37, offset: 0x15741C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo9CGPathRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG37ContextVtKlFxxXEfU0_So9CGPathRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x50B10, symBinAddr: 0xC5960, symSize: 0x3F0 } + - { offsetInCU: 0x30245, offset: 0x15772A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC7EllipseC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16dx22VSitKFSo9CGPathRefaAI8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x51110, symBinAddr: 0xC5F60, symSize: 0x940 } + - { offsetInCU: 0x307BF, offset: 0x157CA4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC9RectangleC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16dx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x51A50, symBinAddr: 0xC68A0, symSize: 0x950 } + - { offsetInCU: 0x30DC3, offset: 0x1582A8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b98E16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x523A0, symBinAddr: 0xC71F0, symSize: 0x9C0 } + - { offsetInCU: 0x31260, offset: 0x158745, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b103E19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x52D60, symBinAddr: 0xC7BB0, symSize: 0x9C0 } + - { offsetInCU: 0x3179A, offset: 0x158C7F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySo07CGColorQ0aG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SaySo10T12RefaG_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf27ContextVtKlFxxXEfU0_SaySo10T9RefaG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x53720, symBinAddr: 0xC8570, symSize: 0x5E0 } + - { offsetInCU: 0x31D1A, offset: 0x1591FF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSaySo10CGColorRefaG_A0_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG43ContextVtKlFxxXEfU0_SaySo10CGColorRefaG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x53D00, symBinAddr: 0xC8B50, symSize: 0x3F0 } + - { offsetInCU: 0x31FF4, offset: 0x1594D9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSay12CoreGraphics7CGFloatVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_Say12t9Graphics7V9VG_A3_TG5xq_s5Error_pr0_lyA2SIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf25ContextVtKlFxxXEfU0_Say12t9Graphics7V6VG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x54440, symBinAddr: 0xC9290, symSize: 0x5E0 } + - { offsetInCU: 0x32574, offset: 0x159A59, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSay12CoreGraphics7CGFloatVG_A1_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG51ContextVtKlFxxXEfU0_Say12CoreGraphics7CGFloatVG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x54A20, symBinAddr: 0xC9870, symSize: 0x3F0 } + - { offsetInCU: 0x327F4, offset: 0x159CD9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX34VtKFSo7CGPointVAA0A8Vector3DVXEfU_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x550B0, symBinAddr: 0xC9F00, symSize: 0x940 } + - { offsetInCU: 0x32CC9, offset: 0x15A1AE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX35VtKFSo7CGPointVAA0A8Vector3DVXEfU0_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x559F0, symBinAddr: 0xCA840, symSize: 0x940 } + - { offsetInCU: 0x33188, offset: 0x15A66D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x56330, symBinAddr: 0xCB180, symSize: 0x810 } + - { offsetInCU: 0x335FE, offset: 0x15AAE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOr', symObjAddr: 0x56B80, symBinAddr: 0xCB990, symSize: 0xD0 } + - { offsetInCU: 0x33612, offset: 0x15AAF7, size: 0x8, addend: 0x0, symName: '_$sSSWOr', symObjAddr: 0x56C70, symBinAddr: 0xCBA60, symSize: 0x20 } + - { offsetInCU: 0x33626, offset: 0x15AB0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOs', symObjAddr: 0x56C90, symBinAddr: 0xCBA80, symSize: 0xD0 } + - { offsetInCU: 0x3363A, offset: 0x15AB1F, size: 0x8, addend: 0x0, symName: '_$sSSWOs', symObjAddr: 0x56D80, symBinAddr: 0xCBB50, symSize: 0x20 } + - { offsetInCU: 0x3364E, offset: 0x15AB33, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC010BezierPathV0V_So9CGPathRefaTg5TA', symObjAddr: 0x56DF0, symBinAddr: 0xCBB90, symSize: 0x20 } + - { offsetInCU: 0x33662, offset: 0x15AB47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x56E10, symBinAddr: 0xCBBB0, symSize: 0x20 } + - { offsetInCU: 0x33676, offset: 0x15AB5B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5TA', symObjAddr: 0x56EB0, symBinAddr: 0xCBC00, symSize: 0x10 } + - { offsetInCU: 0x3368A, offset: 0x15AB6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x56EC0, symBinAddr: 0xCBC10, symSize: 0x20 } + - { offsetInCU: 0x3369E, offset: 0x15AB83, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_TA', symObjAddr: 0x56EE0, symBinAddr: 0xCBC30, symSize: 0x10 } + - { offsetInCU: 0x336B2, offset: 0x15AB97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x56EF0, symBinAddr: 0xCBC40, symSize: 0x20 } + - { offsetInCU: 0x336C6, offset: 0x15ABAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x56FA0, symBinAddr: 0xCBC60, symSize: 0x20 } + - { offsetInCU: 0x336DA, offset: 0x15ABBF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So9CGPathRefa_A1_TG5TA', symObjAddr: 0x57020, symBinAddr: 0xCBC80, symSize: 0x20 } + - { offsetInCU: 0x33751, offset: 0x15AC36, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy6Lottie16AnimationKeypathV7keypath_AL16AnyValueProvider_p05valueP0tG_s15EmptyCollectionVyAnO_AlP_pAQtGTg5Tf4nndn_n', symObjAddr: 0x57040, symBinAddr: 0xCBCA0, symSize: 0x190 } + - { offsetInCU: 0x3382B, offset: 0x15AD10, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOr', symObjAddr: 0x572A0, symBinAddr: 0xCBF00, symSize: 0x30 } + - { offsetInCU: 0x3383F, offset: 0x15AD24, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x57320, symBinAddr: 0xCBF80, symSize: 0x20 } + - { offsetInCU: 0x33853, offset: 0x15AD38, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x57340, symBinAddr: 0xCBFA0, symSize: 0x20 } + - { offsetInCU: 0x33867, offset: 0x15AD4C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x57360, symBinAddr: 0xCBFC0, symSize: 0x20 } + - { offsetInCU: 0x3387B, offset: 0x15AD60, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x57380, symBinAddr: 0xCBFE0, symSize: 0x20 } + - { offsetInCU: 0x3388F, offset: 0x15AD74, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOs', symObjAddr: 0x573A0, symBinAddr: 0xCC000, symSize: 0x30 } + - { offsetInCU: 0x338A3, offset: 0x15AD88, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_12CoreGraphics7CGFloatV_A2_TG5TA', symObjAddr: 0x573D0, symBinAddr: 0xCC030, symSize: 0x20 } + - { offsetInCU: 0x338B7, offset: 0x15AD9C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5TA', symObjAddr: 0x57410, symBinAddr: 0xCC070, symSize: 0x10 } + - { offsetInCU: 0x338CB, offset: 0x15ADB0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_So10CGColorRefa_Tg5TA', symObjAddr: 0x57420, symBinAddr: 0xCC080, symSize: 0x20 } + - { offsetInCU: 0x338DF, offset: 0x15ADC4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x57440, symBinAddr: 0xCC0A0, symSize: 0x20 } + - { offsetInCU: 0x338F3, offset: 0x15ADD8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_So10CGColorRefa_Tg5TA', symObjAddr: 0x57460, symBinAddr: 0xCC0C0, symSize: 0x20 } + - { offsetInCU: 0x33907, offset: 0x15ADEC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So10CGColorRefa_A1_TG5TA', symObjAddr: 0x57480, symBinAddr: 0xCC0E0, symSize: 0x20 } + - { offsetInCU: 0x3392D, offset: 0x15AE12, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_SayAA10BezierPathVG_TG5TA', symObjAddr: 0x574C0, symBinAddr: 0xCC120, symSize: 0x50 } + - { offsetInCU: 0x33956, offset: 0x15AE3B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SayAC10BezierPathVG_So9CGPathRefaTG5TA', symObjAddr: 0x57510, symBinAddr: 0xCC170, symSize: 0x20 } + - { offsetInCU: 0x3396A, offset: 0x15AE4F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x57550, symBinAddr: 0xCC1B0, symSize: 0x10 } + - { offsetInCU: 0x3397E, offset: 0x15AE63, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x57580, symBinAddr: 0xCC1E0, symSize: 0x10 } + - { offsetInCU: 0x33992, offset: 0x15AE77, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x575B0, symBinAddr: 0xCC210, symSize: 0x10 } + - { offsetInCU: 0x339A6, offset: 0x15AE8B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTG5TA', symObjAddr: 0x57600, symBinAddr: 0xCC260, symSize: 0x20 } + - { offsetInCU: 0x339BA, offset: 0x15AE9F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Say12CoreGraphics7CGFloatVG_A3_TG5TA', symObjAddr: 0x57620, symBinAddr: 0xCC280, symSize: 0x20 } + - { offsetInCU: 0x339CE, offset: 0x15AEB3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySo10CGColorRefaG_A2_TG5TA', symObjAddr: 0x57640, symBinAddr: 0xCC2A0, symSize: 0x20 } + - { offsetInCU: 0x339E2, offset: 0x15AEC7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC4HoldVySo13CATransform3DVG_AYTg5TA', symObjAddr: 0x57680, symBinAddr: 0xCC2E0, symSize: 0x20 } + - { offsetInCU: 0x339F6, offset: 0x15AEDB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5TA', symObjAddr: 0x576A0, symBinAddr: 0xCC300, symSize: 0x10 } + - { offsetInCU: 0x33A0A, offset: 0x15AEEF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5TA', symObjAddr: 0x576B0, symBinAddr: 0xCC310, symSize: 0x10 } + - { offsetInCU: 0x33A1E, offset: 0x15AF03, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x576C0, symBinAddr: 0xCC320, symSize: 0x10 } + - { offsetInCU: 0x33A32, offset: 0x15AF17, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGACyxGAA03AnybC0A2A0F14InterpolatableRzlWl', symObjAddr: 0x576D0, symBinAddr: 0xCC330, symSize: 0x60 } + - { offsetInCU: 0x33A46, offset: 0x15AF2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyKeyframeGroup_pWOb', symObjAddr: 0x57760, symBinAddr: 0xCC3C0, symSize: 0x20 } + - { offsetInCU: 0x33A5A, offset: 0x15AF3F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5TA', symObjAddr: 0x57800, symBinAddr: 0xCC400, symSize: 0x10 } + - { offsetInCU: 0x33A6E, offset: 0x15AF53, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5TA', symObjAddr: 0x578C0, symBinAddr: 0xCC4C0, symSize: 0x10 } + - { offsetInCU: 0x33A82, offset: 0x15AF67, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5TA', symObjAddr: 0x578D0, symBinAddr: 0xCC4D0, symSize: 0x10 } + - { offsetInCU: 0x33AB6, offset: 0x15AF9B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W15Vector1DVXEfU0_SiTf1nnnnnc_n', symObjAddr: 0x0, symBinAddr: 0x74E50, symSize: 0x2C0 } + - { offsetInCU: 0x33C7E, offset: 0x15B163, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W14Vector1DVXEfU_SiTf1nnnnnc_n', symObjAddr: 0x2C0, symBinAddr: 0x75110, symSize: 0x2C0 } + - { offsetInCU: 0x33E81, offset: 0x15B366, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_12CoreGraphics7CGFloatVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC0B8e5DV_12f9Graphics7H4VTG5xq_s5Error_pr0_lyAiNIsgnrzo_Tf1cn_n0ijklc49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234o73FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12f9Graphics7h6VAC0B8E8DVXEfU0_Tf1nc_n', symObjAddr: 0xF20, symBinAddr: 0x75D70, symSize: 0x190 } + - { offsetInCU: 0x340E0, offset: 0x15B5C5, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySo6CGSizeVGG_AITg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wn29ContextVtKr0_lFq_ARKXEfU1_So6E7V_A_TG5xq_s5Error_pr0_lyA2IIsgnrzo_Tf1cn_n0fghic18E24addShadowOffsetk92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6E9VALXEfU0_Tf1nc_n', symObjAddr: 0x1630, symBinAddr: 0x76480, symSize: 0x190 } + - { offsetInCU: 0x343C0, offset: 0x15B8A5, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1ncn_n', symObjAddr: 0x17C0, symBinAddr: 0x76610, symSize: 0x430 } + - { offsetInCU: 0x34793, offset: 0x15BC78, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySayAE10BezierPathVGGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq33ContextVtKr0_lFq_ARKXEfU1_SayAC10ef6VG_So9G7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9g11RefaSayAC10eF7VGXEfU_SiTf1nc_n', symObjAddr: 0x1D90, symBinAddr: 0x76BE0, symSize: 0x1B0 } + - { offsetInCU: 0x349E2, offset: 0x15BEC7, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0ww30ContextVtKr0_lFq_ARKXEfU1_AC23ef12Keyframes33_hijklm5CLLV_pN4VTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n011$s6Lottie19f17RenderLayerC09adde16B10Animations33_hijklm62CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7n7VAA0fB9G57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nc_n', symObjAddr: 0x1F40, symBinAddr: 0x76D90, symSize: 0x190 } + - { offsetInCU: 0x34CA0, offset: 0x15C185, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs18ReversedCollectionVySay6Lottie5GroupCGG_AH0G5LayerCTg5', symObjAddr: 0x2420, symBinAddr: 0x77270, symSize: 0x2A0 } + - { offsetInCU: 0x34F58, offset: 0x15C43D, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x2CC0, symBinAddr: 0x77B10, symSize: 0x1B0 } + - { offsetInCU: 0x34FE6, offset: 0x15C4CB, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x2E70, symBinAddr: 0x77CC0, symSize: 0x90 } + - { offsetInCU: 0x35074, offset: 0x15C559, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie0D5ColorVTB5', symObjAddr: 0x2F00, symBinAddr: 0x77D50, symSize: 0x100 } + - { offsetInCU: 0x35109, offset: 0x15C5EE, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x3000, symBinAddr: 0x77E50, symSize: 0x140 } + - { offsetInCU: 0x351BF, offset: 0x15C6A4, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x3140, symBinAddr: 0x77F90, symSize: 0x110 } + - { offsetInCU: 0x3524D, offset: 0x15C732, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x3250, symBinAddr: 0x780A0, symSize: 0x130 } + - { offsetInCU: 0x352DB, offset: 0x15C7C0, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x3380, symBinAddr: 0x781D0, symSize: 0x150 } + - { offsetInCU: 0x35369, offset: 0x15C84E, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x34D0, symBinAddr: 0x78320, symSize: 0x100 } + - { offsetInCU: 0x3559B, offset: 0x15CA80, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSo13CATransform3DV_ypTg5', symObjAddr: 0x59B0, symBinAddr: 0x7A800, symSize: 0x190 } + - { offsetInCU: 0x35752, offset: 0x15CC37, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_ypTg5', symObjAddr: 0x5B40, symBinAddr: 0x7A990, symSize: 0x130 } + - { offsetInCU: 0x35941, offset: 0x15CE26, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSb_ypTg5', symObjAddr: 0x5C70, symBinAddr: 0x7AAC0, symSize: 0x130 } + - { offsetInCU: 0x35B28, offset: 0x15D00D, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_So8NSNumberCTg5', symObjAddr: 0x6170, symBinAddr: 0x7AFC0, symSize: 0xD0 } + - { offsetInCU: 0x35D2F, offset: 0x15D214, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie13KeyframeGroupCyAD10BezierPathVG_AD03AnyeF0_pTg5', symObjAddr: 0x63B0, symBinAddr: 0x7B200, symSize: 0x220 } + - { offsetInCU: 0x35F3D, offset: 0x15D422, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie12AnimatorNode_p_AD17KeypathSearchable_pTg5', symObjAddr: 0x65D0, symBinAddr: 0x7B420, symSize: 0x1A0 } + - { offsetInCU: 0x36122, offset: 0x15D607, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie16CompositionLayerC_AD17KeypathSearchable_pTg5', symObjAddr: 0x6770, symBinAddr: 0x7B5C0, symSize: 0x220 } + - { offsetInCU: 0x362D7, offset: 0x15D7BC, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSo13CATransform3DV_Tg5', symObjAddr: 0x6990, symBinAddr: 0x7B7E0, symSize: 0x100 } + - { offsetInCU: 0x36351, offset: 0x15D836, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tF12CoreGraphics7CGFloatV5start_AE3endt_Tg5', symObjAddr: 0x6B50, symBinAddr: 0x7B9A0, symSize: 0xA0 } + - { offsetInCU: 0x363CB, offset: 0x15D8B0, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSS_Tg5', symObjAddr: 0x6BF0, symBinAddr: 0x7BA40, symSize: 0x90 } + - { offsetInCU: 0x373CC, offset: 0x15E8B1, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1A820, symBinAddr: 0x8F670, symSize: 0x1B0 } + - { offsetInCU: 0x375AC, offset: 0x15EA91, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wo31ContextVtKr0_lFq_ARKXEfU1_AC0B8e3DV_hF4VTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0ghijc17E23addAnchorPointl26_FCF865A3410C50F6C3BA6E234m67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7f6VAC0B8E7DVXEfU_So0I0CAE21LayerAnimationContextVTf1nc_nTf4ngg_n', symObjAddr: 0x1B6B0, symBinAddr: 0x90500, symSize: 0x3D0 } + - { offsetInCU: 0x378B8, offset: 0x15ED9D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234L94FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AtRTf1nnnnnc_nTf4nnnnngg_n', symObjAddr: 0x1D040, symBinAddr: 0x91E90, symSize: 0x320 } + - { offsetInCU: 0x37B32, offset: 0x15F017, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x20A30, symBinAddr: 0x95880, symSize: 0x1B0 } + - { offsetInCU: 0x37D12, offset: 0x15F1F7, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x215B0, symBinAddr: 0x96400, symSize: 0x1B0 } + - { offsetInCU: 0x37EF2, offset: 0x15F3D7, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU3_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x22130, symBinAddr: 0x96F80, symSize: 0x1A0 } + - { offsetInCU: 0x380D2, offset: 0x15F5B7, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU2_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x228D0, symBinAddr: 0x97720, symSize: 0x1A0 } + - { offsetInCU: 0x382B2, offset: 0x15F797, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU1_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x24020, symBinAddr: 0x98E70, symSize: 0x1A0 } + - { offsetInCU: 0x38492, offset: 0x15F977, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI113E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x247C0, symBinAddr: 0x99610, symSize: 0x1B0 } + - { offsetInCU: 0x38672, offset: 0x15FB57, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI206E24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x24F70, symBinAddr: 0x99DC0, symSize: 0x1B0 } + - { offsetInCU: 0x38852, offset: 0x15FD37, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI161E25addShadowOpacityAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x25720, symBinAddr: 0x9A570, symSize: 0x1B0 } + - { offsetInCU: 0x38A32, offset: 0x15FF17, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x27E60, symBinAddr: 0x9CCB0, symSize: 0x1B0 } + - { offsetInCU: 0x38C12, offset: 0x1600F7, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x295D0, symBinAddr: 0x9E420, symSize: 0x1B0 } + - { offsetInCU: 0x38E08, offset: 0x1602ED, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2A380, symBinAddr: 0x9F1D0, symSize: 0x1B0 } + - { offsetInCU: 0x38FE8, offset: 0x1604CD, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2BED0, symBinAddr: 0xA0D20, symSize: 0x1B0 } + - { offsetInCU: 0x393AA, offset: 0x16088F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghI190E23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2F610, symBinAddr: 0xA4460, symSize: 0x1A0 } + - { offsetInCU: 0x3958A, offset: 0x160A6F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi44E13addAnimations3for7contextyAC4FillC_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x30560, symBinAddr: 0xA53B0, symSize: 0x1A0 } + - { offsetInCU: 0x3976A, offset: 0x160C4F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x310D0, symBinAddr: 0xA5F20, symSize: 0x1A0 } + - { offsetInCU: 0x3994A, offset: 0x160E2F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n054$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16D43ContextV_tKFSo10CGColorRefaAA0A5ColorVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x32BF0, symBinAddr: 0xA7A40, symSize: 0x1A0 } + - { offsetInCU: 0x39C20, offset: 0x161105, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8g8CGSgAC0wp38ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC010eF20Y0V_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x35260, symBinAddr: 0xAA0B0, symSize: 0x200 } + - { offsetInCU: 0x39F8D, offset: 0x161472, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_nTf4ngn_n', symObjAddr: 0x395D0, symBinAddr: 0xAE420, symSize: 0x470 } + - { offsetInCU: 0x3A3EE, offset: 0x1618D3, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC7E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x3C8E0, symBinAddr: 0xB1730, symSize: 0x200 } + - { offsetInCU: 0x3A6B0, offset: 0x161B95, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC7e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc48E13addAnimations3for7context14pathMultiplieryAC7e33C_AC0B16AnimationContextVSitKFSo9f7RefaAI8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3DA00, symBinAddr: 0xB2850, symSize: 0x6B0 } + - { offsetInCU: 0x3ACE3, offset: 0x1621C8, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC9E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x3F530, symBinAddr: 0xB4380, symSize: 0x200 } + - { offsetInCU: 0x3AF80, offset: 0x162465, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC9e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9e49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x40870, symBinAddr: 0xB56C0, symSize: 0x490 } + - { offsetInCU: 0x3B3B3, offset: 0x162898, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC4E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x42180, symBinAddr: 0xB6FD0, symSize: 0x200 } + - { offsetInCU: 0x3B650, offset: 0x162B35, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc13E19addPolygonm67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4e24C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x43580, symBinAddr: 0xB83D0, symSize: 0x4B0 } + - { offsetInCU: 0x3B9E4, offset: 0x162EC9, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc6E16addem93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x447C0, symBinAddr: 0xB9610, symSize: 0x4D0 } + - { offsetInCU: 0x3BF40, offset: 0x163425, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x48EA0, symBinAddr: 0xBDCF0, symSize: 0x1A0 } + - { offsetInCU: 0x3C120, offset: 0x163605, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x4A6B0, symBinAddr: 0xBF500, symSize: 0x1A0 } + - { offsetInCU: 0x2B, offset: 0x1648BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xCF7B0, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x1648FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xCF7B0, symSize: 0x40 } + - { offsetInCU: 0xBF, offset: 0x16494F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x60, symBinAddr: 0xCF810, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x164990, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x80, symBinAddr: 0xCF830, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x1649D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0xCF860, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x164A03, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesC5shapeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x430, symBinAddr: 0xCFBE0, symSize: 0x200 } + - { offsetInCU: 0x3BE, offset: 0x164C4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCMa', symObjAddr: 0x40, symBinAddr: 0xCF7F0, symSize: 0x20 } + - { offsetInCU: 0x3FC, offset: 0x164C8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCfD', symObjAddr: 0xD0, symBinAddr: 0xCF880, symSize: 0x40 } + - { offsetInCU: 0x45D, offset: 0x164CED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x130, symBinAddr: 0xCF8E0, symSize: 0x40 } + - { offsetInCU: 0x4A7, offset: 0x164D37, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x170, symBinAddr: 0xCF920, symSize: 0x30 } + - { offsetInCU: 0x503, offset: 0x164D93, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A0, symBinAddr: 0xCF950, symSize: 0x80 } + - { offsetInCU: 0x58A, offset: 0x164E1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x220, symBinAddr: 0xCF9D0, symSize: 0x10 } + - { offsetInCU: 0x5EE, offset: 0x164E7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x230, symBinAddr: 0xCF9E0, symSize: 0x20 } + - { offsetInCU: 0x650, offset: 0x164EE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x250, symBinAddr: 0xCFA00, symSize: 0x10 } + - { offsetInCU: 0x67B, offset: 0x164F0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x260, symBinAddr: 0xCFA10, symSize: 0x10 } + - { offsetInCU: 0x6AD, offset: 0x164F3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x270, symBinAddr: 0xCFA20, symSize: 0x10 } + - { offsetInCU: 0x6D8, offset: 0x164F68, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x280, symBinAddr: 0xCFA30, symSize: 0x10 } + - { offsetInCU: 0x719, offset: 0x164FA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x290, symBinAddr: 0xCFA40, symSize: 0x10 } + - { offsetInCU: 0x75A, offset: 0x164FEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x2A0, symBinAddr: 0xCFA50, symSize: 0x20 } + - { offsetInCU: 0x79B, offset: 0x16502B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x2C0, symBinAddr: 0xCFA70, symSize: 0x20 } + - { offsetInCU: 0x7CD, offset: 0x16505D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeC06parentC05shapeAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x630, symBinAddr: 0xCFDE0, symSize: 0x130 } + - { offsetInCU: 0x887, offset: 0x165117, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCMa', symObjAddr: 0x110, symBinAddr: 0xCF8C0, symSize: 0x20 } + - { offsetInCU: 0x8C0, offset: 0x165150, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA10BezierPathV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x2E0, symBinAddr: 0xCFA90, symSize: 0x150 } + - { offsetInCU: 0x5E, offset: 0x1656CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0xCFF10, symSize: 0x40 } + - { offsetInCU: 0x92, offset: 0x165701, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0xCFF50, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x165715, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfC', symObjAddr: 0x70, symBinAddr: 0xCFF80, symSize: 0x20 } + - { offsetInCU: 0xC4, offset: 0x165733, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfc', symObjAddr: 0x90, symBinAddr: 0xCFFA0, symSize: 0x1F0 } + - { offsetInCU: 0x24F, offset: 0x1658BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfcTo', symObjAddr: 0x280, symBinAddr: 0xD0190, symSize: 0x20 } + - { offsetInCU: 0x26B, offset: 0x1658DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x2A0, symBinAddr: 0xD01B0, symSize: 0x40 } + - { offsetInCU: 0x289, offset: 0x1658F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x2E0, symBinAddr: 0xD01F0, symSize: 0x30 } + - { offsetInCU: 0x2AC, offset: 0x16591B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x310, symBinAddr: 0xD0220, symSize: 0x40 } + - { offsetInCU: 0x31A, offset: 0x165989, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC6handleyyAA0A14NSControlEventVF', symObjAddr: 0x350, symBinAddr: 0xD0260, symSize: 0x200 } + - { offsetInCU: 0x492, offset: 0x165B01, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvg', symObjAddr: 0x6A0, symBinAddr: 0xD05B0, symSize: 0x50 } + - { offsetInCU: 0x4AF, offset: 0x165B1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvs', symObjAddr: 0x6F0, symBinAddr: 0xD0600, symSize: 0x60 } + - { offsetInCU: 0x4D6, offset: 0x165B45, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM', symObjAddr: 0x750, symBinAddr: 0xD0660, symSize: 0x40 } + - { offsetInCU: 0x505, offset: 0x165B74, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM.resume.0', symObjAddr: 0x790, symBinAddr: 0xD06A0, symSize: 0x10 } + - { offsetInCU: 0x54E, offset: 0x165BBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AjA0A14NSControlEventVtF', symObjAddr: 0x7A0, symBinAddr: 0xD06B0, symSize: 0x110 } + - { offsetInCU: 0x65D, offset: 0x165CCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSAA0A14NSControlEventVtF', symObjAddr: 0x8B0, symBinAddr: 0xD07C0, symSize: 0x230 } + - { offsetInCU: 0x862, offset: 0x165ED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfD', symObjAddr: 0xB10, symBinAddr: 0xD0A20, symSize: 0x30 } + - { offsetInCU: 0x88F, offset: 0x165EFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC6handleyyAA0A14NSControlEventVFAA0B7ControlCADyyAFFTV', symObjAddr: 0xB80, symBinAddr: 0xD0A90, symSize: 0x20 } + - { offsetInCU: 0x8AB, offset: 0x165F1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0xBA0, symBinAddr: 0xD0AB0, symSize: 0x240 } + - { offsetInCU: 0xA6B, offset: 0x1660DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0xEC0, symBinAddr: 0xD0D10, symSize: 0x200 } + - { offsetInCU: 0xCB7, offset: 0x166326, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTK', symObjAddr: 0x550, symBinAddr: 0xD0460, symSize: 0x90 } + - { offsetInCU: 0xCE4, offset: 0x166353, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTk', symObjAddr: 0x5E0, symBinAddr: 0xD04F0, symSize: 0xC0 } + - { offsetInCU: 0xDD0, offset: 0x16643F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfE', symObjAddr: 0xAE0, symBinAddr: 0xD09F0, symSize: 0x30 } + - { offsetInCU: 0xDFD, offset: 0x16646C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfETo', symObjAddr: 0xB40, symBinAddr: 0xD0A50, symSize: 0x40 } + - { offsetInCU: 0xE2C, offset: 0x16649B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCMa', symObjAddr: 0xEA0, symBinAddr: 0xD0CF0, symSize: 0x20 } + - { offsetInCU: 0xE40, offset: 0x1664AF, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOy', symObjAddr: 0x1110, symBinAddr: 0xD0F10, symSize: 0x20 } + - { offsetInCU: 0xE5F, offset: 0x1664CE, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x1250, symBinAddr: 0xD1050, symSize: 0x20 } + - { offsetInCU: 0xE93, offset: 0x166502, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x1270, symBinAddr: 0xD1070, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1667F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0xD10A0, symSize: 0x10 } + - { offsetInCU: 0x46, offset: 0x166812, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0xD10A0, symSize: 0x10 } + - { offsetInCU: 0x9A, offset: 0x166866, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0xD10B0, symSize: 0x30 } + - { offsetInCU: 0x17E, offset: 0x16694A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x60, symBinAddr: 0xD10E0, symSize: 0x20 } + - { offsetInCU: 0x281, offset: 0x166A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV24zip64ExtendedInformationAC05ZIP64gH0VSgvg', symObjAddr: 0xF0, symBinAddr: 0xD1170, symSize: 0x240 } + - { offsetInCU: 0x60D, offset: 0x166DD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x330, symBinAddr: 0xD13B0, symSize: 0x100 } + - { offsetInCU: 0x7AF, offset: 0x166F7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x430, symBinAddr: 0xD14B0, symSize: 0x230 } + - { offsetInCU: 0xB82, offset: 0x16734E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9C0, symBinAddr: 0xD1A40, symSize: 0x10 } + - { offsetInCU: 0xC01, offset: 0x1673CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH9hashValueSivgTW', symObjAddr: 0x9D0, symBinAddr: 0xD1A50, symSize: 0x40 } + - { offsetInCU: 0xCE5, offset: 0x1674B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA10, symBinAddr: 0xD1A90, symSize: 0x20 } + - { offsetInCU: 0xDC6, offset: 0x167592, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt64V_Tg5', symObjAddr: 0x660, symBinAddr: 0xD16E0, symSize: 0x1B0 } + - { offsetInCU: 0x1029, offset: 0x1677F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt32V_Tg5', symObjAddr: 0x810, symBinAddr: 0xD1890, symSize: 0x1B0 } + - { offsetInCU: 0x129A, offset: 0x167A66, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfCTf4nnd_n', symObjAddr: 0xA70, symBinAddr: 0xD1AF0, symSize: 0x240 } + - { offsetInCU: 0x147F, offset: 0x167C4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV07scanForC5Field2in6fieldsAESg10Foundation4DataV_SayAE0H0OGtFZTf4nnd_n', symObjAddr: 0xCB0, symBinAddr: 0xD1D30, symSize: 0x220 } + - { offsetInCU: 0x161A, offset: 0x167DE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAEs0C0AAWl', symObjAddr: 0xF30, symBinAddr: 0xD1F70, symSize: 0x30 } + - { offsetInCU: 0x162E, offset: 0x167DFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ExtensibleDataField_pWOc', symObjAddr: 0xF60, symBinAddr: 0xD1FA0, symSize: 0x30 } + - { offsetInCU: 0x1642, offset: 0x167E0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwet', symObjAddr: 0x1020, symBinAddr: 0xD1FD0, symSize: 0x80 } + - { offsetInCU: 0x1656, offset: 0x167E22, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwst', symObjAddr: 0x10A0, symBinAddr: 0xD2050, symSize: 0xD0 } + - { offsetInCU: 0x166A, offset: 0x167E36, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwug', symObjAddr: 0x1170, symBinAddr: 0xD2120, symSize: 0x10 } + - { offsetInCU: 0x167E, offset: 0x167E4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwup', symObjAddr: 0x1180, symBinAddr: 0xD2130, symSize: 0x10 } + - { offsetInCU: 0x1692, offset: 0x167E5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwui', symObjAddr: 0x1190, symBinAddr: 0xD2140, symSize: 0x10 } + - { offsetInCU: 0x16A6, offset: 0x167E72, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOMa', symObjAddr: 0x11A0, symBinAddr: 0xD2150, symSize: 0x10 } + - { offsetInCU: 0x16BA, offset: 0x167E86, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwet', symObjAddr: 0x11C0, symBinAddr: 0xD2160, symSize: 0x50 } + - { offsetInCU: 0x16CE, offset: 0x167E9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwst', symObjAddr: 0x1210, symBinAddr: 0xD21B0, symSize: 0xA0 } + - { offsetInCU: 0x16E2, offset: 0x167EAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwug', symObjAddr: 0x12B0, symBinAddr: 0xD2250, symSize: 0x10 } + - { offsetInCU: 0x16F6, offset: 0x167EC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwup', symObjAddr: 0x12C0, symBinAddr: 0xD2260, symSize: 0x10 } + - { offsetInCU: 0x170A, offset: 0x167ED6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwui', symObjAddr: 0x12D0, symBinAddr: 0xD2270, symSize: 0x10 } + - { offsetInCU: 0x171E, offset: 0x167EEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOMa', symObjAddr: 0x12E0, symBinAddr: 0xD2280, symSize: 0x10 } + - { offsetInCU: 0x1732, offset: 0x167EFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwCP', symObjAddr: 0x12F0, symBinAddr: 0xD2290, symSize: 0x30 } + - { offsetInCU: 0x1746, offset: 0x167F12, size: 0x8, addend: 0x0, symName: ___swift_memcpy36_8, symObjAddr: 0x1320, symBinAddr: 0xD22C0, symSize: 0x20 } + - { offsetInCU: 0x175A, offset: 0x167F26, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwet', symObjAddr: 0x1340, symBinAddr: 0xD22E0, symSize: 0x20 } + - { offsetInCU: 0x176E, offset: 0x167F3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwst', symObjAddr: 0x1360, symBinAddr: 0xD2300, symSize: 0x40 } + - { offsetInCU: 0x1782, offset: 0x167F4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVMa', symObjAddr: 0x13A0, symBinAddr: 0xD2340, symSize: 0x10 } + - { offsetInCU: 0x1796, offset: 0x167F62, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASQWb', symObjAddr: 0x13B0, symBinAddr: 0xD2350, symSize: 0x10 } + - { offsetInCU: 0x17AA, offset: 0x167F76, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAESQAAWl', symObjAddr: 0x13C0, symBinAddr: 0xD2360, symSize: 0x30 } + - { offsetInCU: 0x17BE, offset: 0x167F8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASQWb', symObjAddr: 0x13F0, symBinAddr: 0xD2390, symSize: 0x10 } + - { offsetInCU: 0x17D2, offset: 0x167F9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOAGSQAAWl', symObjAddr: 0x1400, symBinAddr: 0xD23A0, symSize: 0x2E } + - { offsetInCU: 0x1844, offset: 0x168010, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xD1100, symSize: 0x30 } + - { offsetInCU: 0x18E1, offset: 0x1680AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0xB0, symBinAddr: 0xD1130, symSize: 0x10 } + - { offsetInCU: 0x18FD, offset: 0x1680C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0xC0, symBinAddr: 0xD1140, symSize: 0x10 } + - { offsetInCU: 0x1919, offset: 0x1680E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0xD0, symBinAddr: 0xD1150, symSize: 0x10 } + - { offsetInCU: 0x1935, offset: 0x168101, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE0, symBinAddr: 0xD1160, symSize: 0x10 } + - { offsetInCU: 0x1A7A, offset: 0x168246, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA30, symBinAddr: 0xD1AB0, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1684D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xD23D0, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0x168515, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xD23D0, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0x168567, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0xD2440, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x1685A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0xD2460, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x1685E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0xD2490, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x16861B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesC4trimAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x16E0, symBinAddr: 0xD3A50, symSize: 0x390 } + - { offsetInCU: 0x47C, offset: 0x168924, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCMa', symObjAddr: 0x50, symBinAddr: 0xD2420, symSize: 0x20 } + - { offsetInCU: 0x713, offset: 0x168BBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0xD24B0, symSize: 0x13F0 } + - { offsetInCU: 0x19B6, offset: 0x169E5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCfD', symObjAddr: 0x14D0, symBinAddr: 0xD38A0, symSize: 0x40 } + - { offsetInCU: 0x1A17, offset: 0x169EBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x1530, symBinAddr: 0xD3900, symSize: 0x40 } + - { offsetInCU: 0x1A61, offset: 0x169F09, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x1570, symBinAddr: 0xD3940, symSize: 0x30 } + - { offsetInCU: 0x1AA2, offset: 0x169F4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x15A0, symBinAddr: 0xD3970, symSize: 0x20 } + - { offsetInCU: 0x1AD4, offset: 0x169F7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x15C0, symBinAddr: 0xD3990, symSize: 0x10 } + - { offsetInCU: 0x1AF0, offset: 0x169F98, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x15D0, symBinAddr: 0xD39A0, symSize: 0x10 } + - { offsetInCU: 0x1B1B, offset: 0x169FC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x15E0, symBinAddr: 0xD39B0, symSize: 0x10 } + - { offsetInCU: 0x1B4D, offset: 0x169FF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x15F0, symBinAddr: 0xD39C0, symSize: 0x10 } + - { offsetInCU: 0x1B78, offset: 0x16A020, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1600, symBinAddr: 0xD39D0, symSize: 0x10 } + - { offsetInCU: 0x1BAA, offset: 0x16A052, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1610, symBinAddr: 0xD39E0, symSize: 0x10 } + - { offsetInCU: 0x1BD5, offset: 0x16A07D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1620, symBinAddr: 0xD39F0, symSize: 0x10 } + - { offsetInCU: 0x1C16, offset: 0x16A0BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1630, symBinAddr: 0xD3A00, symSize: 0x10 } + - { offsetInCU: 0x1C57, offset: 0x16A0FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1640, symBinAddr: 0xD3A10, symSize: 0x20 } + - { offsetInCU: 0x1CA7, offset: 0x16A14F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x1660, symBinAddr: 0xD3A30, symSize: 0x20 } + - { offsetInCU: 0x1CE2, offset: 0x16A18A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC06parentD04trim13upstreamPathsAcA08AnimatorD0_pSg_AA0B0CSayAA0c6OutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x1A70, symBinAddr: 0xD3DE0, symSize: 0x120 } + - { offsetInCU: 0x1DAC, offset: 0x16A254, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCMa', symObjAddr: 0x1510, symBinAddr: 0xD38E0, symSize: 0x20 } + - { offsetInCU: 0x1EF7, offset: 0x16A39F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOb', symObjAddr: 0x1C10, symBinAddr: 0xD3F00, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x16A788, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV8fullPathSSvg', symObjAddr: 0x0, symBinAddr: 0xD3F20, symSize: 0x80 } + - { offsetInCU: 0x17F, offset: 0x16A8C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tF', symObjAddr: 0x80, symBinAddr: 0xD3FA0, symSize: 0x580 } + - { offsetInCU: 0x768, offset: 0x16AEB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tF', symObjAddr: 0x600, symBinAddr: 0xD4520, symSize: 0x300 } + - { offsetInCU: 0xA0C, offset: 0x16B155, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tF', symObjAddr: 0x900, symBinAddr: 0xD4820, symSize: 0x1D0 } + - { offsetInCU: 0xCAD, offset: 0x16B3F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tF', symObjAddr: 0xAD0, symBinAddr: 0xD49F0, symSize: 0x580 } + - { offsetInCU: 0x1198, offset: 0x16B8E1, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE13equalsKeypathySbSSF', symObjAddr: 0x1050, symBinAddr: 0xD4F70, symSize: 0x410 } + - { offsetInCU: 0x1497, offset: 0x16BBE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6popKeyyACSgSSF', symObjAddr: 0x1460, symBinAddr: 0xD5380, symSize: 0x1C0 } + - { offsetInCU: 0x16F0, offset: 0x16BE39, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV11propertyKeySSSgvg', symObjAddr: 0x16C0, symBinAddr: 0xD5540, symSize: 0xD0 } + - { offsetInCU: 0x19C4, offset: 0x16C10D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tF', symObjAddr: 0x1790, symBinAddr: 0xD5610, symSize: 0x600 } + - { offsetInCU: 0x213A, offset: 0x16C883, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE10firstIndex2of0C0QzSgAB_tFSS_Tg5', symObjAddr: 0x1D90, symBinAddr: 0xD5C10, symSize: 0xF0 } + - { offsetInCU: 0x2229, offset: 0x16C972, size: 0x8, addend: 0x0, symName: '_$sSlsE6suffix4from11SubSequenceQz5IndexQz_tFSS_Tg5Tf4ng_n', symObjAddr: 0x1E80, symBinAddr: 0xD5D00, symSize: 0x60 } + - { offsetInCU: 0x4F, offset: 0x16CD0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xD5D90, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x16CD34, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0xD5DD0, symSize: 0x1C0 } + - { offsetInCU: 0xDC, offset: 0x16CD9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x200, symBinAddr: 0xD5F90, symSize: 0xF0 } + - { offsetInCU: 0x17B, offset: 0x16CE3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F0, symBinAddr: 0xD6080, symSize: 0x120 } + - { offsetInCU: 0x1FE, offset: 0x16CEBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0xD61E0, symSize: 0x60 } + - { offsetInCU: 0x241, offset: 0x16CF01, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B0, symBinAddr: 0xD6240, symSize: 0x20 } + - { offsetInCU: 0x281, offset: 0x16CF41, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D0, symBinAddr: 0xD6260, symSize: 0x10 } + - { offsetInCU: 0x2CC, offset: 0x16CF8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0xD6270, symSize: 0x60 } + - { offsetInCU: 0x317, offset: 0x16CFD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x540, symBinAddr: 0xD62D0, symSize: 0x10 } + - { offsetInCU: 0x333, offset: 0x16CFF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x550, symBinAddr: 0xD62E0, symSize: 0x10 } + - { offsetInCU: 0x34F, offset: 0x16D00F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO03rawD0SSvgTf4d_n', symObjAddr: 0x860, symBinAddr: 0xD64C0, symSize: 0x20 } + - { offsetInCU: 0x38B, offset: 0x16D04B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfD', symObjAddr: 0x5B0, symBinAddr: 0xD6340, symSize: 0x30 } + - { offsetInCU: 0x45A, offset: 0x16D11A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfE', symObjAddr: 0x5A0, symBinAddr: 0xD6330, symSize: 0x10 } + - { offsetInCU: 0x487, offset: 0x16D147, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCMa', symObjAddr: 0x5E0, symBinAddr: 0xD6370, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x16D15B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs0E3KeyAAWl', symObjAddr: 0x670, symBinAddr: 0xD6390, symSize: 0x30 } + - { offsetInCU: 0x4AF, offset: 0x16D16F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A5ColorVGSgMa', symObjAddr: 0x6A0, symBinAddr: 0xD63C0, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x16D183, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A5ColorVGMa', symObjAddr: 0x6F0, symBinAddr: 0xD6410, symSize: 0x30 } + - { offsetInCU: 0x4D7, offset: 0x16D197, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwet', symObjAddr: 0x8A0, symBinAddr: 0xD64E0, symSize: 0x50 } + - { offsetInCU: 0x4EB, offset: 0x16D1AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwst', symObjAddr: 0x8F0, symBinAddr: 0xD6530, symSize: 0xA0 } + - { offsetInCU: 0x4FF, offset: 0x16D1BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwug', symObjAddr: 0x990, symBinAddr: 0xD65D0, symSize: 0x10 } + - { offsetInCU: 0x513, offset: 0x16D1D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwup', symObjAddr: 0x9A0, symBinAddr: 0xD65E0, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x16D1E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwui', symObjAddr: 0x9B0, symBinAddr: 0xD65F0, symSize: 0x10 } + - { offsetInCU: 0x53B, offset: 0x16D1FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOMa', symObjAddr: 0x9C0, symBinAddr: 0xD6600, symSize: 0x10 } + - { offsetInCU: 0x54F, offset: 0x16D20F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASQWb', symObjAddr: 0x9D0, symBinAddr: 0xD6610, symSize: 0x10 } + - { offsetInCU: 0x563, offset: 0x16D223, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFSQAAWl', symObjAddr: 0x9E0, symBinAddr: 0xD6620, symSize: 0x30 } + - { offsetInCU: 0x577, offset: 0x16D237, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA10, symBinAddr: 0xD6650, symSize: 0x10 } + - { offsetInCU: 0x58B, offset: 0x16D24B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA20, symBinAddr: 0xD6660, symSize: 0x30 } + - { offsetInCU: 0x59F, offset: 0x16D25F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA50, symBinAddr: 0xD6690, symSize: 0x10 } + - { offsetInCU: 0x5B3, offset: 0x16D273, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA60, symBinAddr: 0xD66A0, symSize: 0x30 } + - { offsetInCU: 0x5EE, offset: 0x16D2AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x410, symBinAddr: 0xD61A0, symSize: 0x10 } + - { offsetInCU: 0x62E, offset: 0x16D2EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x420, symBinAddr: 0xD61B0, symSize: 0x10 } + - { offsetInCU: 0x66E, offset: 0x16D32E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xD61C0, symSize: 0x10 } + - { offsetInCU: 0x6AE, offset: 0x16D36E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x440, symBinAddr: 0xD61D0, symSize: 0x10 } + - { offsetInCU: 0x6E6, offset: 0x16D3A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0xD62F0, symSize: 0x20 } + - { offsetInCU: 0x702, offset: 0x16D3C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0xD6310, symSize: 0x20 } + - { offsetInCU: 0x299, offset: 0x16D815, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC9animation13imageProvider04textG004fontG004maskC8ToBounds24compatibilityTrackerMode6loggerAcA0aC0C_AA0c5ImageG0_pAA0c11KeypathTextG0_pAA0c4FontG0_pSbAA013CompatibilityN0C0O0OAA0A6LoggerCtKcfc', symObjAddr: 0x0, symBinAddr: 0xD66D0, symSize: 0x310 } + - { offsetInCU: 0x42F, offset: 0x16D9AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setupChildLayers33_5C367329EBD3162AE78388D54811A38BLLyyKF', symObjAddr: 0x310, symBinAddr: 0xD69E0, symSize: 0x140 } + - { offsetInCU: 0x48D, offset: 0x16DA09, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfc', symObjAddr: 0x450, symBinAddr: 0xD6B20, symSize: 0x500 } + - { offsetInCU: 0x577, offset: 0x16DAF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x950, symBinAddr: 0xD7020, symSize: 0x50 } + - { offsetInCU: 0x593, offset: 0x16DB0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x9A0, symBinAddr: 0xD7070, symSize: 0x120 } + - { offsetInCU: 0x604, offset: 0x16DB80, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xAC0, symBinAddr: 0xD7190, symSize: 0x20 } + - { offsetInCU: 0x650, offset: 0x16DBCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAE0, symBinAddr: 0xD71B0, symSize: 0x50 } + - { offsetInCU: 0x6AA, offset: 0x16DC26, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB30, symBinAddr: 0xD7200, symSize: 0x30 } + - { offsetInCU: 0x6EF, offset: 0x16DC6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB60, symBinAddr: 0xD7230, symSize: 0x60 } + - { offsetInCU: 0x721, offset: 0x16DC9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x4920, symBinAddr: 0xDAF90, symSize: 0xB0 } + - { offsetInCU: 0x7AD, offset: 0x16DD29, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13imageProviderAA0c5ImageF0_pvs', symObjAddr: 0xE40, symBinAddr: 0xD7510, symSize: 0x290 } + - { offsetInCU: 0x9CA, offset: 0x16DF46, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12fontProviderAA0c4FontF0_pvs', symObjAddr: 0x10D0, symBinAddr: 0xD77A0, symSize: 0x2D0 } + - { offsetInCU: 0xBC9, offset: 0x16E145, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x13A0, symBinAddr: 0xD7A70, symSize: 0xB0 } + - { offsetInCU: 0xC76, offset: 0x16E1F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x17E0, symBinAddr: 0xD7EB0, symSize: 0x30 } + - { offsetInCU: 0xC92, offset: 0x16E20E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyF', symObjAddr: 0x1810, symBinAddr: 0xD7EE0, symSize: 0x4A0 } + - { offsetInCU: 0xE14, offset: 0x16E390, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC05setupC033_5C367329EBD3162AE78388D54811A38BLL3foryAC0C13ConfigurationV_tKF', symObjAddr: 0x1CB0, symBinAddr: 0xD8380, symSize: 0x640 } + - { offsetInCU: 0xFF4, offset: 0x16E570, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyFTo', symObjAddr: 0x22F0, symBinAddr: 0xD89C0, symSize: 0x30 } + - { offsetInCU: 0x102E, offset: 0x16E5AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x2320, symBinAddr: 0xD89F0, symSize: 0x20 } + - { offsetInCU: 0x1093, offset: 0x16E60F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x2340, symBinAddr: 0xD8A10, symSize: 0x20 } + - { offsetInCU: 0x10F4, offset: 0x16E670, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20currentPlaybackState33_5C367329EBD3162AE78388D54811A38BLLAC0fG0OSgvW', symObjAddr: 0x2360, symBinAddr: 0xD8A30, symSize: 0xE0 } + - { offsetInCU: 0x11C0, offset: 0x16E73C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC016setupPlaceholderC033_5C367329EBD3162AE78388D54811A38BLL7contextyAA0dC7ContextV_tF', symObjAddr: 0x2AE0, symBinAddr: 0xD91B0, symSize: 0x280 } + - { offsetInCU: 0x1266, offset: 0x16E7E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCACycfcTo', symObjAddr: 0x2F30, symBinAddr: 0xD9600, symSize: 0x30 } + - { offsetInCU: 0x12CD, offset: 0x16E849, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfD', symObjAddr: 0x30B0, symBinAddr: 0xD9780, symSize: 0x30 } + - { offsetInCU: 0x1374, offset: 0x16E8F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP06lottiecD0AA0acD0CSgvsTW', symObjAddr: 0x4600, symBinAddr: 0xDACA0, symSize: 0x30 } + - { offsetInCU: 0x13BB, offset: 0x16E937, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP13imageProviderAA0c5ImageG0_pvsTW', symObjAddr: 0x46C0, symBinAddr: 0xDAD60, symSize: 0x10 } + - { offsetInCU: 0x13E6, offset: 0x16E962, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12textProviderAA0c11KeypathTextG0_pvsTW', symObjAddr: 0x46D0, symBinAddr: 0xDAD70, symSize: 0x20 } + - { offsetInCU: 0x1418, offset: 0x16E994, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12fontProviderAA0c4FontG0_pvsTW', symObjAddr: 0x46F0, symBinAddr: 0xDAD90, symSize: 0x10 } + - { offsetInCU: 0x1452, offset: 0x16E9CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12textProviderAA0c11KeypathTextF0_pvsTf4gn_n', symObjAddr: 0x4C80, symBinAddr: 0xDB160, symSize: 0xA0 } + - { offsetInCU: 0x15C9, offset: 0x16EB45, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12reloadImagesyyF', symObjAddr: 0xBC0, symBinAddr: 0xD7290, symSize: 0x280 } + - { offsetInCU: 0x1915, offset: 0x16EE91, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvs', symObjAddr: 0x1450, symBinAddr: 0xD7B20, symSize: 0x390 } + - { offsetInCU: 0x1AEC, offset: 0x16F068, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC45validateReasonableNumberOfTimeRemappingLayersyyKF', symObjAddr: 0x2440, symBinAddr: 0xD8B10, symSize: 0x530 } + - { offsetInCU: 0x1EE5, offset: 0x16F461, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16removeAnimationsyyF', symObjAddr: 0x2970, symBinAddr: 0xD9040, symSize: 0x170 } + - { offsetInCU: 0x209C, offset: 0x16F618, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC02isC7PlayingSbSgvg', symObjAddr: 0x2D60, symBinAddr: 0xD9430, symSize: 0xA0 } + - { offsetInCU: 0x20EA, offset: 0x16F666, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvg', symObjAddr: 0x2E00, symBinAddr: 0xD94D0, symSize: 0x130 } + - { offsetInCU: 0x2169, offset: 0x16F6E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfE', symObjAddr: 0x2F60, symBinAddr: 0xD9630, symSize: 0x150 } + - { offsetInCU: 0x2196, offset: 0x16F712, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfETo', symObjAddr: 0x30E0, symBinAddr: 0xD97B0, symSize: 0x140 } + - { offsetInCU: 0x21C5, offset: 0x16F741, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCMa', symObjAddr: 0x3220, symBinAddr: 0xD98F0, symSize: 0x20 } + - { offsetInCU: 0x21D9, offset: 0x16F755, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwet', symObjAddr: 0x3270, symBinAddr: 0xD9910, symSize: 0x20 } + - { offsetInCU: 0x21ED, offset: 0x16F769, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwst', symObjAddr: 0x3290, symBinAddr: 0xD9930, symSize: 0x30 } + - { offsetInCU: 0x2201, offset: 0x16F77D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwug', symObjAddr: 0x32C0, symBinAddr: 0xD9960, symSize: 0x20 } + - { offsetInCU: 0x2215, offset: 0x16F791, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwup', symObjAddr: 0x32E0, symBinAddr: 0xD9980, symSize: 0x10 } + - { offsetInCU: 0x2229, offset: 0x16F7A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwui', symObjAddr: 0x32F0, symBinAddr: 0xD9990, symSize: 0x20 } + - { offsetInCU: 0x223D, offset: 0x16F7B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOMa', symObjAddr: 0x3310, symBinAddr: 0xD99B0, symSize: 0x10 } + - { offsetInCU: 0x2251, offset: 0x16F7CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwCP', symObjAddr: 0x3320, symBinAddr: 0xD99C0, symSize: 0x30 } + - { offsetInCU: 0x2265, offset: 0x16F7E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwxx', symObjAddr: 0x3350, symBinAddr: 0xD99F0, symSize: 0x30 } + - { offsetInCU: 0x2279, offset: 0x16F7F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwcp', symObjAddr: 0x3380, symBinAddr: 0xD9A20, symSize: 0x70 } + - { offsetInCU: 0x228D, offset: 0x16F809, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwca', symObjAddr: 0x33F0, symBinAddr: 0xD9A90, symSize: 0xE0 } + - { offsetInCU: 0x22A1, offset: 0x16F81D, size: 0x8, addend: 0x0, symName: ___swift_memcpy64_8, symObjAddr: 0x34D0, symBinAddr: 0xD9B70, symSize: 0x30 } + - { offsetInCU: 0x22B5, offset: 0x16F831, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwta', symObjAddr: 0x3500, symBinAddr: 0xD9BA0, symSize: 0xB0 } + - { offsetInCU: 0x22C9, offset: 0x16F845, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwet', symObjAddr: 0x35B0, symBinAddr: 0xD9C50, symSize: 0x50 } + - { offsetInCU: 0x22DD, offset: 0x16F859, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwst', symObjAddr: 0x3600, symBinAddr: 0xD9CA0, symSize: 0x50 } + - { offsetInCU: 0x22F1, offset: 0x16F86D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVMa', symObjAddr: 0x3650, symBinAddr: 0xD9CF0, symSize: 0x10 } + - { offsetInCU: 0x2305, offset: 0x16F881, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC11renderScale0B8Graphics7CGFloatVvs', symObjAddr: 0x3660, symBinAddr: 0xD9D00, symSize: 0xF0 } + - { offsetInCU: 0x2580, offset: 0x16FAFC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12allSublayersSayABGvg', symObjAddr: 0x3750, symBinAddr: 0xD9DF0, symSize: 0x600 } + - { offsetInCU: 0x2B0C, offset: 0x170088, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x3D50, symBinAddr: 0xDA3F0, symSize: 0x2B0 } + - { offsetInCU: 0x2DB6, offset: 0x170332, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x4000, symBinAddr: 0xDA6A0, symSize: 0x110 } + - { offsetInCU: 0x2F03, offset: 0x17047F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x4110, symBinAddr: 0xDA7B0, symSize: 0x180 } + - { offsetInCU: 0x2FBD, offset: 0x170539, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_', symObjAddr: 0x4290, symBinAddr: 0xDA930, symSize: 0xD0 } + - { offsetInCU: 0x313D, offset: 0x1706B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setValueProvider_7keypathyAA03AnyfG0_p_AA0C7KeypathVtF', symObjAddr: 0x4360, symBinAddr: 0xDAA00, symSize: 0xA0 } + - { offsetInCU: 0x31BA, offset: 0x170736, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE31numberOfLayersWithTimeRemappingSivg', symObjAddr: 0x4400, symBinAddr: 0xDAAA0, symSize: 0x200 } + - { offsetInCU: 0x3412, offset: 0x17098E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvgTW', symObjAddr: 0x4630, symBinAddr: 0xDACD0, symSize: 0x10 } + - { offsetInCU: 0x342E, offset: 0x1709AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvsTW', symObjAddr: 0x4640, symBinAddr: 0xDACE0, symSize: 0x10 } + - { offsetInCU: 0x344A, offset: 0x1709C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP11renderScale0B8Graphics7CGFloatVvsTW', symObjAddr: 0x4650, symBinAddr: 0xDACF0, symSize: 0x10 } + - { offsetInCU: 0x3493, offset: 0x170A0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07respectC9FrameRateSbvsTW', symObjAddr: 0x4660, symBinAddr: 0xDAD00, symSize: 0x50 } + - { offsetInCU: 0x350C, offset: 0x170A88, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x46B0, symBinAddr: 0xDAD50, symSize: 0x10 } + - { offsetInCU: 0x3528, offset: 0x170AA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07primaryC3KeyAA0cG0OvgTW', symObjAddr: 0x4700, symBinAddr: 0xDADA0, symSize: 0x30 } + - { offsetInCU: 0x3544, offset: 0x170AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP02isC7PlayingSbSgvgTW', symObjAddr: 0x4730, symBinAddr: 0xDADD0, symSize: 0x10 } + - { offsetInCU: 0x3560, offset: 0x170ADC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12reloadImagesyyFTW', symObjAddr: 0x4740, symBinAddr: 0xDADE0, symSize: 0x10 } + - { offsetInCU: 0x357C, offset: 0x170AF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x4750, symBinAddr: 0xDADF0, symSize: 0x10 } + - { offsetInCU: 0x3598, offset: 0x170B14, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x4760, symBinAddr: 0xDAE00, symSize: 0x10 } + - { offsetInCU: 0x35B4, offset: 0x170B30, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x4770, symBinAddr: 0xDAE10, symSize: 0x10 } + - { offsetInCU: 0x35D0, offset: 0x170B4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16setValueProvider_7keypathyAA03AnygH0_p_AA0C7KeypathVtFTW', symObjAddr: 0x4780, symBinAddr: 0xDAE20, symSize: 0x10 } + - { offsetInCU: 0x35EC, offset: 0x170B68, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOe', symObjAddr: 0x48C0, symBinAddr: 0xDAF60, symSize: 0x30 } + - { offsetInCU: 0x362A, offset: 0x170BA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_TA', symObjAddr: 0x4A20, symBinAddr: 0xDB060, symSize: 0x50 } + - { offsetInCU: 0x365E, offset: 0x170BDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOe', symObjAddr: 0x4A70, symBinAddr: 0xDB0B0, symSize: 0x20 } + - { offsetInCU: 0x3672, offset: 0x170BEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_TA', symObjAddr: 0x4A90, symBinAddr: 0xDB0D0, symSize: 0x10 } + - { offsetInCU: 0x3686, offset: 0x170C02, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_TA', symObjAddr: 0x4AA0, symBinAddr: 0xDB0E0, symSize: 0x30 } + - { offsetInCU: 0x36AF, offset: 0x170C2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4AD0, symBinAddr: 0xDB110, symSize: 0x20 } + - { offsetInCU: 0x36C3, offset: 0x170C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOy', symObjAddr: 0x4D20, symBinAddr: 0xDB200, symSize: 0x30 } + - { offsetInCU: 0x36D7, offset: 0x170C53, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOy', symObjAddr: 0x4D50, symBinAddr: 0xDB230, symSize: 0x20 } + - { offsetInCU: 0x36EB, offset: 0x170C67, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOr', symObjAddr: 0x4D70, symBinAddr: 0xDB250, symSize: 0x40 } + - { offsetInCU: 0x36FF, offset: 0x170C7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOs', symObjAddr: 0x4DB0, symBinAddr: 0xDB290, symSize: 0x40 } + - { offsetInCU: 0x3713, offset: 0x170C8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOy', symObjAddr: 0x4E90, symBinAddr: 0xDB2D0, symSize: 0x30 } + - { offsetInCU: 0x3727, offset: 0x170CA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4F10, symBinAddr: 0xDB330, symSize: 0x20 } + - { offsetInCU: 0x373B, offset: 0x170CB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4F30, symBinAddr: 0xDB350, symSize: 0x20 } + - { offsetInCU: 0x374F, offset: 0x170CCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwet', symObjAddr: 0x4FD0, symBinAddr: 0xDB370, symSize: 0x40 } + - { offsetInCU: 0x3763, offset: 0x170CDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwst', symObjAddr: 0x5010, symBinAddr: 0xDB3B0, symSize: 0x50 } + - { offsetInCU: 0x3777, offset: 0x170CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVMa', symObjAddr: 0x5060, symBinAddr: 0xDB400, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1712A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xDB410, symSize: 0x60 } + - { offsetInCU: 0x69, offset: 0x1712E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ', symObjAddr: 0x60, symBinAddr: 0xDB470, symSize: 0x10 } + - { offsetInCU: 0x98, offset: 0x171312, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF', symObjAddr: 0x70, symBinAddr: 0xDB480, symSize: 0x20 } + - { offsetInCU: 0x12E, offset: 0x1713A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO9hashValueSivg', symObjAddr: 0x90, symBinAddr: 0xDB4A0, symSize: 0x40 } + - { offsetInCU: 0x229, offset: 0x1714A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD0, symBinAddr: 0xDB4E0, symSize: 0x10 } + - { offsetInCU: 0x27F, offset: 0x1714F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0xDB4F0, symSize: 0x40 } + - { offsetInCU: 0x363, offset: 0x1715DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x120, symBinAddr: 0xDB530, symSize: 0x20 } + - { offsetInCU: 0x3E2, offset: 0x17165C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xDB410, symSize: 0x60 } + - { offsetInCU: 0x462, offset: 0x1716DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvg', symObjAddr: 0x180, symBinAddr: 0xDB590, symSize: 0x10 } + - { offsetInCU: 0x480, offset: 0x1716FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvs', symObjAddr: 0x190, symBinAddr: 0xDB5A0, symSize: 0x10 } + - { offsetInCU: 0x4BC, offset: 0x171736, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM', symObjAddr: 0x1A0, symBinAddr: 0xDB5B0, symSize: 0x10 } + - { offsetInCU: 0x4DA, offset: 0x171754, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM.resume.0', symObjAddr: 0x1B0, symBinAddr: 0xDB5C0, symSize: 0x10 } + - { offsetInCU: 0x505, offset: 0x17177F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvg', symObjAddr: 0x1C0, symBinAddr: 0xDB5D0, symSize: 0x10 } + - { offsetInCU: 0x523, offset: 0x17179D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvs', symObjAddr: 0x1D0, symBinAddr: 0xDB5E0, symSize: 0x10 } + - { offsetInCU: 0x55F, offset: 0x1717D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM', symObjAddr: 0x1E0, symBinAddr: 0xDB5F0, symSize: 0x20 } + - { offsetInCU: 0x58D, offset: 0x171807, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM.resume.0', symObjAddr: 0x200, symBinAddr: 0xDB610, symSize: 0x10 } + - { offsetInCU: 0x5B8, offset: 0x171832, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvg', symObjAddr: 0x210, symBinAddr: 0xDB620, symSize: 0x10 } + - { offsetInCU: 0x5D6, offset: 0x171850, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvs', symObjAddr: 0x220, symBinAddr: 0xDB630, symSize: 0x10 } + - { offsetInCU: 0x612, offset: 0x17188C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM', symObjAddr: 0x230, symBinAddr: 0xDB640, symSize: 0x20 } + - { offsetInCU: 0x640, offset: 0x1718BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM.resume.0', symObjAddr: 0x250, symBinAddr: 0xDB660, symSize: 0x10 } + - { offsetInCU: 0x66B, offset: 0x1718E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvg', symObjAddr: 0x260, symBinAddr: 0xDB670, symSize: 0x10 } + - { offsetInCU: 0x689, offset: 0x171903, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvs', symObjAddr: 0x270, symBinAddr: 0xDB680, symSize: 0x10 } + - { offsetInCU: 0x6C5, offset: 0x17193F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM', symObjAddr: 0x280, symBinAddr: 0xDB690, symSize: 0x20 } + - { offsetInCU: 0x6F3, offset: 0x17196D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM.resume.0', symObjAddr: 0x2A0, symBinAddr: 0xDB6B0, symSize: 0x10 } + - { offsetInCU: 0x71E, offset: 0x171998, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF', symObjAddr: 0x2B0, symBinAddr: 0xDB6C0, symSize: 0x80 } + - { offsetInCU: 0x787, offset: 0x171A01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ', symObjAddr: 0x330, symBinAddr: 0xDB740, symSize: 0x10 } + - { offsetInCU: 0x7AA, offset: 0x171A24, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV9hashValueSivg', symObjAddr: 0x340, symBinAddr: 0xDB750, symSize: 0x50 } + - { offsetInCU: 0x81A, offset: 0x171A94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH9hashValueSivgTW', symObjAddr: 0x390, symBinAddr: 0xDB7A0, symSize: 0x50 } + - { offsetInCU: 0x887, offset: 0x171B01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xDB7F0, symSize: 0x10 } + - { offsetInCU: 0x8AA, offset: 0x171B24, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x440, symBinAddr: 0xDB850, symSize: 0x10 } + - { offsetInCU: 0x8DB, offset: 0x171B55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x450, symBinAddr: 0xDB860, symSize: 0x50 } + - { offsetInCU: 0x924, offset: 0x171B9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASQWb', symObjAddr: 0x4A0, symBinAddr: 0xDB8B0, symSize: 0x10 } + - { offsetInCU: 0x938, offset: 0x171BB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOACSQAAWl', symObjAddr: 0x4B0, symBinAddr: 0xDB8C0, symSize: 0x30 } + - { offsetInCU: 0x94C, offset: 0x171BC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASQWb', symObjAddr: 0x4E0, symBinAddr: 0xDB8F0, symSize: 0x10 } + - { offsetInCU: 0x960, offset: 0x171BDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSQAAWl', symObjAddr: 0x4F0, symBinAddr: 0xDB900, symSize: 0x30 } + - { offsetInCU: 0x974, offset: 0x171BEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwet', symObjAddr: 0x540, symBinAddr: 0xDB930, symSize: 0x80 } + - { offsetInCU: 0x988, offset: 0x171C02, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwst', symObjAddr: 0x5C0, symBinAddr: 0xDB9B0, symSize: 0xD0 } + - { offsetInCU: 0x99C, offset: 0x171C16, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwug', symObjAddr: 0x690, symBinAddr: 0xDBA80, symSize: 0x10 } + - { offsetInCU: 0x9B0, offset: 0x171C2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwup', symObjAddr: 0x6A0, symBinAddr: 0xDBA90, symSize: 0x10 } + - { offsetInCU: 0x9C4, offset: 0x171C3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwui', symObjAddr: 0x6B0, symBinAddr: 0xDBAA0, symSize: 0x10 } + - { offsetInCU: 0x9D8, offset: 0x171C52, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOMa', symObjAddr: 0x6C0, symBinAddr: 0xDBAB0, symSize: 0x10 } + - { offsetInCU: 0x9EC, offset: 0x171C66, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwCP', symObjAddr: 0x6D0, symBinAddr: 0xDBAC0, symSize: 0x30 } + - { offsetInCU: 0xA00, offset: 0x171C7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwet', symObjAddr: 0x720, symBinAddr: 0xDBAF0, symSize: 0x20 } + - { offsetInCU: 0xA14, offset: 0x171C8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwst', symObjAddr: 0x740, symBinAddr: 0xDBB10, symSize: 0x30 } + - { offsetInCU: 0xA28, offset: 0x171CA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVMa', symObjAddr: 0x770, symBinAddr: 0xDBB40, symSize: 0xA } + - { offsetInCU: 0xAA5, offset: 0x171D1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x140, symBinAddr: 0xDB550, symSize: 0x40 } + - { offsetInCU: 0xB6F, offset: 0x171DE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3F0, symBinAddr: 0xDB800, symSize: 0x50 } + - { offsetInCU: 0x5E, offset: 0x171FAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0xDBB50, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x171FE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x50, symBinAddr: 0xDBBA0, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x171FF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0VcfC', symObjAddr: 0x80, symBinAddr: 0xDBBD0, symSize: 0x30 } + - { offsetInCU: 0xC4, offset: 0x172015, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc', symObjAddr: 0xB0, symBinAddr: 0xDBC00, symSize: 0xE0 } + - { offsetInCU: 0x112, offset: 0x172063, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfC', symObjAddr: 0x190, symBinAddr: 0xDBCE0, symSize: 0x30 } + - { offsetInCU: 0x130, offset: 0x172081, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc', symObjAddr: 0x1C0, symBinAddr: 0xDBD10, symSize: 0xE0 } + - { offsetInCU: 0x182, offset: 0x1720D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg', symObjAddr: 0x2A0, symBinAddr: 0xDBDF0, symSize: 0x40 } + - { offsetInCU: 0x1CD, offset: 0x17211E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs', symObjAddr: 0x2E0, symBinAddr: 0xDBE30, symSize: 0x40 } + - { offsetInCU: 0x20D, offset: 0x17215E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM', symObjAddr: 0x320, symBinAddr: 0xDBE70, symSize: 0x40 } + - { offsetInCU: 0x23A, offset: 0x17218B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM.resume.0', symObjAddr: 0x360, symBinAddr: 0xDBEB0, symSize: 0x30 } + - { offsetInCU: 0x284, offset: 0x1721D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9valueTypeypXpvg', symObjAddr: 0x390, symBinAddr: 0xDBEE0, symSize: 0x10 } + - { offsetInCU: 0x2AF, offset: 0x172200, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg', symObjAddr: 0x3A0, symBinAddr: 0xDBEF0, symSize: 0xD0 } + - { offsetInCU: 0x34A, offset: 0x17229B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x470, symBinAddr: 0xDBFC0, symSize: 0x20 } + - { offsetInCU: 0x36D, offset: 0x1722BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfd', symObjAddr: 0x490, symBinAddr: 0xDBFE0, symSize: 0x30 } + - { offsetInCU: 0x3A8, offset: 0x1722F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfD', symObjAddr: 0x4C0, symBinAddr: 0xDC010, symSize: 0x40 } + - { offsetInCU: 0x3EB, offset: 0x17233C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x500, symBinAddr: 0xDC050, symSize: 0x20 } + - { offsetInCU: 0x407, offset: 0x172358, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x520, symBinAddr: 0xDC070, symSize: 0x10 } + - { offsetInCU: 0x44D, offset: 0x17239E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x530, symBinAddr: 0xDC080, symSize: 0x20 } + - { offsetInCU: 0x482, offset: 0x1723D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfcTf4gn_n', symObjAddr: 0x610, symBinAddr: 0xDC160, symSize: 0x130 } + - { offsetInCU: 0x4F7, offset: 0x172448, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x550, symBinAddr: 0xDC0A0, symSize: 0x60 } + - { offsetInCU: 0x55C, offset: 0x1724AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5B0, symBinAddr: 0xDC100, symSize: 0x60 } + - { offsetInCU: 0x5A3, offset: 0x1724F4, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOe', symObjAddr: 0x740, symBinAddr: 0xDC290, symSize: 0x20 } + - { offsetInCU: 0x5B7, offset: 0x172508, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSHAAWl', symObjAddr: 0x760, symBinAddr: 0xDC2B0, symSize: 0x30 } + - { offsetInCU: 0x5CB, offset: 0x17251C, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie8KeyframeCyAA0A5ColorVGGMa', symObjAddr: 0x7D0, symBinAddr: 0xDC2E0, symSize: 0x50 } + - { offsetInCU: 0x5DF, offset: 0x172530, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyAA0A5ColorVGMa', symObjAddr: 0x820, symBinAddr: 0xDC330, symSize: 0x30 } + - { offsetInCU: 0x5F3, offset: 0x172544, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOy', symObjAddr: 0x8D0, symBinAddr: 0xDC3E0, symSize: 0x20 } + - { offsetInCU: 0x607, offset: 0x172558, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x920, symBinAddr: 0xDC430, symSize: 0x30 } + - { offsetInCU: 0x64B, offset: 0x17259C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x9B0, symBinAddr: 0xDC460, symSize: 0x10 } + - { offsetInCU: 0x65F, offset: 0x1725B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCMa', symObjAddr: 0xA50, symBinAddr: 0xDC500, symSize: 0x20 } + - { offsetInCU: 0x72, offset: 0x172808, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x3A0, symBinAddr: 0xDC900, symSize: 0xD0 } + - { offsetInCU: 0x1CB, offset: 0x172961, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x470, symBinAddr: 0xDC9D0, symSize: 0x10 } + - { offsetInCU: 0x227, offset: 0x1729BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV9combining4path12cornerRadiusAA0D5GroupCyACGAHyAA0bC0VG_AHyAA0A8Vector1DVGSgtKFZTf4nnd_n', symObjAddr: 0x1B30, symBinAddr: 0xDE090, symSize: 0x3E0 } + - { offsetInCU: 0x6FD, offset: 0x172E93, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKF06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nnncnn_n', symObjAddr: 0x0, symBinAddr: 0xDC570, symSize: 0x120 } + - { offsetInCU: 0x83B, offset: 0x172FD1, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nncn_n', symObjAddr: 0x130, symBinAddr: 0xDC690, symSize: 0x130 } + - { offsetInCU: 0x904, offset: 0x17309A, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_', symObjAddr: 0x260, symBinAddr: 0xDC7C0, symSize: 0x140 } + - { offsetInCU: 0xB6D, offset: 0x173303, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA010BezierPathQ0V_Tg5', symObjAddr: 0x480, symBinAddr: 0xDC9E0, symSize: 0x300 } + - { offsetInCU: 0xE73, offset: 0x173609, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA010BezierPathQ0V_Tg5Tf4nnd_n', symObjAddr: 0x990, symBinAddr: 0xDCEF0, symSize: 0x5A0 } + - { offsetInCU: 0x1517, offset: 0x173CAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA010BezierPathS0V_Tg5Tf4nnnd_n', symObjAddr: 0x1080, symBinAddr: 0xDD5E0, symSize: 0xAB0 } + - { offsetInCU: 0x2518, offset: 0x174CAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x1FC0, symBinAddr: 0xDE4A0, symSize: 0x10 } + - { offsetInCU: 0x252C, offset: 0x174CC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_TA', symObjAddr: 0x20B0, symBinAddr: 0xDE530, symSize: 0x10 } + - { offsetInCU: 0x2540, offset: 0x174CD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwCP', symObjAddr: 0x2160, symBinAddr: 0xDE570, symSize: 0x30 } + - { offsetInCU: 0x2554, offset: 0x174CEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwxx', symObjAddr: 0x2190, symBinAddr: 0xDE5A0, symSize: 0x10 } + - { offsetInCU: 0x2568, offset: 0x174CFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwcp', symObjAddr: 0x21A0, symBinAddr: 0xDE5B0, symSize: 0x40 } + - { offsetInCU: 0x257C, offset: 0x174D12, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwca', symObjAddr: 0x21E0, symBinAddr: 0xDE5F0, symSize: 0x60 } + - { offsetInCU: 0x2590, offset: 0x174D26, size: 0x8, addend: 0x0, symName: ___swift_memcpy33_8, symObjAddr: 0x2240, symBinAddr: 0xDE650, symSize: 0x20 } + - { offsetInCU: 0x25A4, offset: 0x174D3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwta', symObjAddr: 0x2260, symBinAddr: 0xDE670, symSize: 0x50 } + - { offsetInCU: 0x25B8, offset: 0x174D4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwet', symObjAddr: 0x22B0, symBinAddr: 0xDE6C0, symSize: 0x40 } + - { offsetInCU: 0x25CC, offset: 0x174D62, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwst', symObjAddr: 0x22F0, symBinAddr: 0xDE700, symSize: 0x50 } + - { offsetInCU: 0x25E0, offset: 0x174D76, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVMa', symObjAddr: 0x2340, symBinAddr: 0xDE750, symSize: 0x10 } + - { offsetInCU: 0x273E, offset: 0x174ED4, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs8StrideToVy12CoreGraphics7CGFloatVG_6Lottie8KeyframeCyAL010BezierPathJ0VGTg50104$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13j56GroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12f9Graphics7h13VKXEfU2_AA010kL7Q0V_TG5SayAL16AnyValueProvider_pGSayypGxSgs5Error_plyAPIsggrzo_Tf1cn_nTf4ngg_n', symObjAddr: 0x780, symBinAddr: 0xDCCE0, symSize: 0x210 } + - { offsetInCU: 0x2A60, offset: 0x1751F6, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay6Lottie13KeyframeGroupCyypGG_Tg5023$sSTsE10allSatisfyyS2b7c29QzKXEKFSbACKXEfU_Say6Lottie13eF10CyypGG_TG5xSbs5Error_plyAHIsgndzo_Tf1cn_nTf4ng_n', symObjAddr: 0xF30, symBinAddr: 0xDD490, symSize: 0x150 } + - { offsetInCU: 0x27, offset: 0x175882, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xDE760, symSize: 0x210 } + - { offsetInCU: 0x3F, offset: 0x17589A, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xDE760, symSize: 0x210 } + - { offsetInCU: 0x27, offset: 0x175ADF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xDE970, symSize: 0x70 } + - { offsetInCU: 0x4B, offset: 0x175B03, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xDE970, symSize: 0x70 } + - { offsetInCU: 0x74, offset: 0x175B2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfC', symObjAddr: 0xA0, symBinAddr: 0xDE9E0, symSize: 0x10 } + - { offsetInCU: 0xD9, offset: 0x175B91, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfC', symObjAddr: 0xB0, symBinAddr: 0xDE9F0, symSize: 0x70 } + - { offsetInCU: 0x138, offset: 0x175BF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysSaySSGvg', symObjAddr: 0x120, symBinAddr: 0xDEA60, symSize: 0x10 } + - { offsetInCU: 0x156, offset: 0x175C0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6stringSSvg', symObjAddr: 0x130, symBinAddr: 0xDEA70, symSize: 0x90 } + - { offsetInCU: 0x174, offset: 0x175C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF', symObjAddr: 0x230, symBinAddr: 0xDEB00, symSize: 0xA0 } + - { offsetInCU: 0x249, offset: 0x175D01, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ', symObjAddr: 0x2D0, symBinAddr: 0xDEBA0, symSize: 0x10 } + - { offsetInCU: 0x2A5, offset: 0x175D5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV9hashValueSivg', symObjAddr: 0x2E0, symBinAddr: 0xDEBB0, symSize: 0xA0 } + - { offsetInCU: 0x3D2, offset: 0x175E8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH9hashValueSivgTW', symObjAddr: 0x380, symBinAddr: 0xDEC50, symSize: 0x10 } + - { offsetInCU: 0x3EE, offset: 0x175EA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x390, symBinAddr: 0xDEC60, symSize: 0x10 } + - { offsetInCU: 0x402, offset: 0x175EBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAsADP06stringG0x0fG4TypeQz_tcfCTW', symObjAddr: 0x440, symBinAddr: 0xDED10, symSize: 0x20 } + - { offsetInCU: 0x438, offset: 0x175EF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x460, symBinAddr: 0xDED30, symSize: 0x10 } + - { offsetInCU: 0x4D7, offset: 0x175F8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASQWb', symObjAddr: 0x530, symBinAddr: 0xDEE00, symSize: 0x10 } + - { offsetInCU: 0x4EB, offset: 0x175FA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACSQAAWl', symObjAddr: 0x540, symBinAddr: 0xDEE10, symSize: 0x30 } + - { offsetInCU: 0x4FF, offset: 0x175FB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAs0de23ExtendedGraphemeClusterG0PWb', symObjAddr: 0x570, symBinAddr: 0xDEE40, symSize: 0x10 } + - { offsetInCU: 0x513, offset: 0x175FCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs43ExpressibleByExtendedGraphemeClusterLiteralAAWl', symObjAddr: 0x580, symBinAddr: 0xDEE50, symSize: 0x30 } + - { offsetInCU: 0x527, offset: 0x175FDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAA0fG4TypesADP_s01_de7BuiltinfG0PWT', symObjAddr: 0x5B0, symBinAddr: 0xDEE80, symSize: 0x10 } + - { offsetInCU: 0x53B, offset: 0x175FF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAAs0de13UnicodeScalarI0PWb', symObjAddr: 0x5C0, symBinAddr: 0xDEE90, symSize: 0x10 } + - { offsetInCU: 0x54F, offset: 0x176007, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs33ExpressibleByUnicodeScalarLiteralAAWl', symObjAddr: 0x5D0, symBinAddr: 0xDEEA0, symSize: 0x30 } + - { offsetInCU: 0x563, offset: 0x17601B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAA0fghI4TypesADP_s01_de7BuiltinfghI0PWT', symObjAddr: 0x600, symBinAddr: 0xDEED0, symSize: 0x10 } + - { offsetInCU: 0x577, offset: 0x17602F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs33ExpressibleByUnicodeScalarLiteralAA0fgH4TypesADP_s01_de7BuiltinfgH0PWT', symObjAddr: 0x610, symBinAddr: 0xDEEE0, symSize: 0x10 } + - { offsetInCU: 0x58B, offset: 0x176043, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVMa', symObjAddr: 0x620, symBinAddr: 0xDEEF0, symSize: 0x10 } + - { offsetInCU: 0x6C9, offset: 0x176181, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3A0, symBinAddr: 0xDEC70, symSize: 0xA0 } + - { offsetInCU: 0x7D5, offset: 0x17628D, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSS_Tg5Tf4nnd_n', symObjAddr: 0x470, symBinAddr: 0xDED40, symSize: 0xC0 } + - { offsetInCU: 0x8B6, offset: 0x17636E, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSo10CGColorRefa_Tg5Tf4nnd_n', symObjAddr: 0x630, symBinAddr: 0xDEF00, symSize: 0x430 } + - { offsetInCU: 0x9CC, offset: 0x176484, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0xA60, symBinAddr: 0xDF330, symSize: 0x80 } + - { offsetInCU: 0x27, offset: 0x1766D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xDF400, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x1766F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xDF400, symSize: 0x20 } + - { offsetInCU: 0xAC, offset: 0x176758, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x70, symBinAddr: 0xDF470, symSize: 0x70 } + - { offsetInCU: 0x112, offset: 0x1767BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xE0, symBinAddr: 0xDF4E0, symSize: 0x30 } + - { offsetInCU: 0x13D, offset: 0x1767E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAAsADP8allCases03AllG0QzvgZTW', symObjAddr: 0x110, symBinAddr: 0xDF510, symSize: 0x20 } + - { offsetInCU: 0x16E, offset: 0x17681A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8allCasesSayACGvgZTf4d_n', symObjAddr: 0x920, symBinAddr: 0xDFD20, symSize: 0x50 } + - { offsetInCU: 0x1DF, offset: 0x17688B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyV9transformACySo13CATransform3DVGvgZSbAFSgcfU_', symObjAddr: 0x130, symBinAddr: 0xDF530, symSize: 0xB0 } + - { offsetInCU: 0x298, offset: 0x176944, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV5colorACySo10CGColorRefaGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x1E0, symBinAddr: 0xDF5E0, symSize: 0x110 } + - { offsetInCU: 0x36F, offset: 0x176A1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV7opacityACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x2F0, symBinAddr: 0xDF6F0, symSize: 0x70 } + - { offsetInCU: 0x3AD, offset: 0x176A59, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleXACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x360, symBinAddr: 0xDF760, symSize: 0x70 } + - { offsetInCU: 0x3EB, offset: 0x176A97, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleYACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x3D0, symBinAddr: 0xDF7D0, symSize: 0x70 } + - { offsetInCU: 0x429, offset: 0x176AD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8rotationACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x440, symBinAddr: 0xDF840, symSize: 0x80 } + - { offsetInCU: 0x467, offset: 0x176B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8positionACySo7CGPointVGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x4C0, symBinAddr: 0xDF8C0, symSize: 0x70 } + - { offsetInCU: 0x565, offset: 0x176C11, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV14gradientColorsACySaySo10CGColorRefaGGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x530, symBinAddr: 0xDF930, symSize: 0x220 } + - { offsetInCU: 0x863, offset: 0x176F0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV17gradientLocationsACySay12CoreGraphics7CGFloatVGGvgZAHSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x750, symBinAddr: 0xDFB50, symSize: 0x170 } + - { offsetInCU: 0xA13, offset: 0x1770BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV10floatValueyACy12CoreGraphics7CGFloatVGAA0C4NameOd_tFZAGSgyp_AA03AnyE8Provider_ptcfU_', symObjAddr: 0x8C0, symBinAddr: 0xDFCC0, symSize: 0x60 } + - { offsetInCU: 0xA72, offset: 0x17711E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwet', symObjAddr: 0xA30, symBinAddr: 0xDFD70, symSize: 0x80 } + - { offsetInCU: 0xA86, offset: 0x177132, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwst', symObjAddr: 0xAB0, symBinAddr: 0xDFDF0, symSize: 0xD0 } + - { offsetInCU: 0xA9A, offset: 0x177146, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwug', symObjAddr: 0xB80, symBinAddr: 0xDFEC0, symSize: 0x10 } + - { offsetInCU: 0xAAE, offset: 0x17715A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwup', symObjAddr: 0xB90, symBinAddr: 0xDFED0, symSize: 0x10 } + - { offsetInCU: 0xAC2, offset: 0x17716E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwui', symObjAddr: 0xBA0, symBinAddr: 0xDFEE0, symSize: 0x10 } + - { offsetInCU: 0xAD6, offset: 0x177182, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOMa', symObjAddr: 0xBB0, symBinAddr: 0xDFEF0, symSize: 0x10 } + - { offsetInCU: 0xAEA, offset: 0x177196, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMi', symObjAddr: 0xBC0, symBinAddr: 0xDFF00, symSize: 0x10 } + - { offsetInCU: 0xAFE, offset: 0x1771AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwCP', symObjAddr: 0xBD0, symBinAddr: 0xDFF10, symSize: 0x40 } + - { offsetInCU: 0xB12, offset: 0x1771BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwxx', symObjAddr: 0xC10, symBinAddr: 0xDFF50, symSize: 0x20 } + - { offsetInCU: 0xB26, offset: 0x1771D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwcp', symObjAddr: 0xC30, symBinAddr: 0xDFF70, symSize: 0x40 } + - { offsetInCU: 0xB3A, offset: 0x1771E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwca', symObjAddr: 0xC70, symBinAddr: 0xDFFB0, symSize: 0x60 } + - { offsetInCU: 0xB4E, offset: 0x1771FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwta', symObjAddr: 0xCF0, symBinAddr: 0xE0010, symSize: 0x40 } + - { offsetInCU: 0xB62, offset: 0x17720E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwet', symObjAddr: 0xD30, symBinAddr: 0xE0050, symSize: 0x40 } + - { offsetInCU: 0xB76, offset: 0x177222, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwst', symObjAddr: 0xD70, symBinAddr: 0xE0090, symSize: 0x40 } + - { offsetInCU: 0xB8A, offset: 0x177236, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMa', symObjAddr: 0xDB0, symBinAddr: 0xE00D0, symSize: 0x10 } + - { offsetInCU: 0xB9E, offset: 0x17724A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0xDC0, symBinAddr: 0xE00E0, symSize: 0x10 } + - { offsetInCU: 0xBB2, offset: 0x17725E, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGSayxGSlsWl', symObjAddr: 0xDD0, symBinAddr: 0xE00F0, symSize: 0x40 } + - { offsetInCU: 0xBC6, offset: 0x177272, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGMa', symObjAddr: 0xE10, symBinAddr: 0xE0130, symSize: 0x30 } + - { offsetInCU: 0xBDA, offset: 0x177286, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASQWb', symObjAddr: 0xE40, symBinAddr: 0xE0160, symSize: 0x10 } + - { offsetInCU: 0xBEE, offset: 0x17729A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOACSQAAWl', symObjAddr: 0xE50, symBinAddr: 0xE0170, symSize: 0x30 } + - { offsetInCU: 0xC1F, offset: 0x1772CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0xDF420, symSize: 0x10 } + - { offsetInCU: 0xC59, offset: 0x177305, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0xDF430, symSize: 0x20 } + - { offsetInCU: 0xC9F, offset: 0x17734B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0xDF450, symSize: 0x10 } + - { offsetInCU: 0xCBB, offset: 0x177367, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x60, symBinAddr: 0xDF460, symSize: 0x10 } + - { offsetInCU: 0x4F, offset: 0x17767E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xE01A0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1776A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0xE01E0, symSize: 0x350 } + - { offsetInCU: 0xE0, offset: 0x17770F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x390, symBinAddr: 0xE0530, symSize: 0x560 } + - { offsetInCU: 0x2AC, offset: 0x1778DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO8rawValueSSvg', symObjAddr: 0x8F0, symBinAddr: 0xE0A90, symSize: 0x20 } + - { offsetInCU: 0x2E3, offset: 0x177912, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xB30, symBinAddr: 0xE0CD0, symSize: 0x20 } + - { offsetInCU: 0x361, offset: 0x177990, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0xB90, symBinAddr: 0xE0D30, symSize: 0x70 } + - { offsetInCU: 0x3C7, offset: 0x1779F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0xC00, symBinAddr: 0xE0DA0, symSize: 0x30 } + - { offsetInCU: 0x3E3, offset: 0x177A12, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xC30, symBinAddr: 0xE0DD0, symSize: 0x10 } + - { offsetInCU: 0x419, offset: 0x177A48, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC40, symBinAddr: 0xE0DE0, symSize: 0x60 } + - { offsetInCU: 0x49E, offset: 0x177ACD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xCA0, symBinAddr: 0xE0E40, symSize: 0x10 } + - { offsetInCU: 0x4BA, offset: 0x177AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xCB0, symBinAddr: 0xE0E50, symSize: 0x10 } + - { offsetInCU: 0x4D8, offset: 0x177B07, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x910, symBinAddr: 0xE0AB0, symSize: 0x220 } + - { offsetInCU: 0x552, offset: 0x177B81, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfD', symObjAddr: 0xD20, symBinAddr: 0xE0EC0, symSize: 0x40 } + - { offsetInCU: 0x61C, offset: 0x177C4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfE', symObjAddr: 0xD00, symBinAddr: 0xE0EA0, symSize: 0x20 } + - { offsetInCU: 0x674, offset: 0x177CA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCMa', symObjAddr: 0xD60, symBinAddr: 0xE0F00, symSize: 0x20 } + - { offsetInCU: 0x688, offset: 0x177CB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs0C3KeyAAWl', symObjAddr: 0xDF0, symBinAddr: 0xE0F20, symSize: 0x30 } + - { offsetInCU: 0x69C, offset: 0x177CCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwet', symObjAddr: 0x1160, symBinAddr: 0xE1060, symSize: 0x80 } + - { offsetInCU: 0x6B0, offset: 0x177CDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwst', symObjAddr: 0x11E0, symBinAddr: 0xE10E0, symSize: 0xD0 } + - { offsetInCU: 0x6C4, offset: 0x177CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwug', symObjAddr: 0x12B0, symBinAddr: 0xE11B0, symSize: 0x10 } + - { offsetInCU: 0x6D8, offset: 0x177D07, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwup', symObjAddr: 0x12C0, symBinAddr: 0xE11C0, symSize: 0x10 } + - { offsetInCU: 0x6EC, offset: 0x177D1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwui', symObjAddr: 0x12D0, symBinAddr: 0xE11D0, symSize: 0x10 } + - { offsetInCU: 0x700, offset: 0x177D2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOMa', symObjAddr: 0x12E0, symBinAddr: 0xE11E0, symSize: 0x10 } + - { offsetInCU: 0x714, offset: 0x177D43, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASQWb', symObjAddr: 0x12F0, symBinAddr: 0xE11F0, symSize: 0x10 } + - { offsetInCU: 0x728, offset: 0x177D57, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFSQAAWl', symObjAddr: 0x1300, symBinAddr: 0xE1200, symSize: 0x30 } + - { offsetInCU: 0x73C, offset: 0x177D6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1330, symBinAddr: 0xE1230, symSize: 0x10 } + - { offsetInCU: 0x750, offset: 0x177D7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1340, symBinAddr: 0xE1240, symSize: 0x30 } + - { offsetInCU: 0x764, offset: 0x177D93, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1370, symBinAddr: 0xE1270, symSize: 0x10 } + - { offsetInCU: 0x778, offset: 0x177DA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1380, symBinAddr: 0xE1280, symSize: 0x30 } + - { offsetInCU: 0x7DA, offset: 0x177E09, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB50, symBinAddr: 0xE0CF0, symSize: 0x10 } + - { offsetInCU: 0x7F6, offset: 0x177E25, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH9hashValueSivgTW', symObjAddr: 0xB60, symBinAddr: 0xE0D00, symSize: 0x10 } + - { offsetInCU: 0x812, offset: 0x177E41, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB70, symBinAddr: 0xE0D10, symSize: 0x10 } + - { offsetInCU: 0x82E, offset: 0x177E5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB80, symBinAddr: 0xE0D20, symSize: 0x10 } + - { offsetInCU: 0x851, offset: 0x177E80, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xCC0, symBinAddr: 0xE0E60, symSize: 0x20 } + - { offsetInCU: 0x86D, offset: 0x177E9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xCE0, symBinAddr: 0xE0E80, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x178070, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xE12B0, symSize: 0x70 } + - { offsetInCU: 0x5A, offset: 0x17809F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xE12B0, symSize: 0x70 } + - { offsetInCU: 0xCA, offset: 0x17810F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfD', symObjAddr: 0x80, symBinAddr: 0xE1330, symSize: 0x30 } + - { offsetInCU: 0x133, offset: 0x178178, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xD0, symBinAddr: 0xE1380, symSize: 0x10 } + - { offsetInCU: 0x14F, offset: 0x178194, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0xE0, symBinAddr: 0xE1390, symSize: 0x20 } + - { offsetInCU: 0x16B, offset: 0x1781B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x100, symBinAddr: 0xE13B0, symSize: 0x10 } + - { offsetInCU: 0x187, offset: 0x1781CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x110, symBinAddr: 0xE13C0, symSize: 0x10 } + - { offsetInCU: 0x1A4, offset: 0x1781E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfE', symObjAddr: 0x70, symBinAddr: 0xE1320, symSize: 0x10 } + - { offsetInCU: 0x1FC, offset: 0x178241, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCMa', symObjAddr: 0xB0, symBinAddr: 0xE1360, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x1783E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xE13D0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x17840D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0xE1410, symSize: 0xAF0 } + - { offsetInCU: 0x1C9, offset: 0x178562, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xB30, symBinAddr: 0xE1F00, symSize: 0x1110 } + - { offsetInCU: 0x5B3, offset: 0x17894C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x1C40, symBinAddr: 0xE3010, symSize: 0x20 } + - { offsetInCU: 0x5EA, offset: 0x178983, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x2090, symBinAddr: 0xE3460, symSize: 0x20 } + - { offsetInCU: 0x668, offset: 0x178A01, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x2110, symBinAddr: 0xE34E0, symSize: 0x70 } + - { offsetInCU: 0x6CE, offset: 0x178A67, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2180, symBinAddr: 0xE3550, symSize: 0x30 } + - { offsetInCU: 0x6EA, offset: 0x178A83, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x21B0, symBinAddr: 0xE3580, symSize: 0x10 } + - { offsetInCU: 0x720, offset: 0x178AB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x21C0, symBinAddr: 0xE3590, symSize: 0x60 } + - { offsetInCU: 0x7A5, offset: 0x178B3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2220, symBinAddr: 0xE35F0, symSize: 0x10 } + - { offsetInCU: 0x7C1, offset: 0x178B5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2230, symBinAddr: 0xE3600, symSize: 0x10 } + - { offsetInCU: 0x7EA, offset: 0x178B83, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x1C60, symBinAddr: 0xE3030, symSize: 0x20 } + - { offsetInCU: 0x821, offset: 0x178BBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x20B0, symBinAddr: 0xE3480, symSize: 0x20 } + - { offsetInCU: 0x885, offset: 0x178C1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x2320, symBinAddr: 0xE36F0, symSize: 0x40 } + - { offsetInCU: 0x8CB, offset: 0x178C64, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2360, symBinAddr: 0xE3730, symSize: 0x30 } + - { offsetInCU: 0x8E7, offset: 0x178C80, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2390, symBinAddr: 0xE3760, symSize: 0x10 } + - { offsetInCU: 0x91D, offset: 0x178CB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x23A0, symBinAddr: 0xE3770, symSize: 0x30 } + - { offsetInCU: 0x982, offset: 0x178D1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x23D0, symBinAddr: 0xE37A0, symSize: 0x10 } + - { offsetInCU: 0x99E, offset: 0x178D37, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x23E0, symBinAddr: 0xE37B0, symSize: 0x10 } + - { offsetInCU: 0x9BA, offset: 0x178D53, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2D70, symBinAddr: 0xE3F00, symSize: 0x50 } + - { offsetInCU: 0x9E7, offset: 0x178D80, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C80, symBinAddr: 0xE3050, symSize: 0x410 } + - { offsetInCU: 0xA5A, offset: 0x178DF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfd', symObjAddr: 0x2490, symBinAddr: 0xE3860, symSize: 0x70 } + - { offsetInCU: 0xAA5, offset: 0x178E3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfD', symObjAddr: 0x2500, symBinAddr: 0xE38D0, symSize: 0x20 } + - { offsetInCU: 0xB3B, offset: 0x178ED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfE', symObjAddr: 0x2430, symBinAddr: 0xE3800, symSize: 0x60 } + - { offsetInCU: 0xB93, offset: 0x178F2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCMa', symObjAddr: 0x2520, symBinAddr: 0xE38F0, symSize: 0x20 } + - { offsetInCU: 0xBA7, offset: 0x178F40, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs0C3KeyAAWl', symObjAddr: 0x25B0, symBinAddr: 0xE3910, symSize: 0x30 } + - { offsetInCU: 0xBBB, offset: 0x178F54, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs9CodingKeyAAWl', symObjAddr: 0x2610, symBinAddr: 0xE3940, symSize: 0x30 } + - { offsetInCU: 0xBCF, offset: 0x178F68, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x28F0, symBinAddr: 0xE3A80, symSize: 0x80 } + - { offsetInCU: 0xBE3, offset: 0x178F7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x2970, symBinAddr: 0xE3B00, symSize: 0xD0 } + - { offsetInCU: 0xBF7, offset: 0x178F90, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwug', symObjAddr: 0x2A40, symBinAddr: 0xE3BD0, symSize: 0x10 } + - { offsetInCU: 0xC0B, offset: 0x178FA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x2A50, symBinAddr: 0xE3BE0, symSize: 0x10 } + - { offsetInCU: 0xC1F, offset: 0x178FB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwui', symObjAddr: 0x2A60, symBinAddr: 0xE3BF0, symSize: 0x10 } + - { offsetInCU: 0xC33, offset: 0x178FCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x2A70, symBinAddr: 0xE3C00, symSize: 0x10 } + - { offsetInCU: 0xC47, offset: 0x178FE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x2A80, symBinAddr: 0xE3C10, symSize: 0x80 } + - { offsetInCU: 0xC5B, offset: 0x178FF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x2B00, symBinAddr: 0xE3C90, symSize: 0xD0 } + - { offsetInCU: 0xC6F, offset: 0x179008, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x2BD0, symBinAddr: 0xE3D60, symSize: 0x10 } + - { offsetInCU: 0xC83, offset: 0x17901C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x2BE0, symBinAddr: 0xE3D70, symSize: 0x10 } + - { offsetInCU: 0xC97, offset: 0x179030, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x2BF0, symBinAddr: 0xE3D80, symSize: 0x10 } + - { offsetInCU: 0xCAB, offset: 0x179044, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x2C00, symBinAddr: 0xE3D90, symSize: 0x30 } + - { offsetInCU: 0xCBF, offset: 0x179058, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x2C30, symBinAddr: 0xE3DC0, symSize: 0x10 } + - { offsetInCU: 0xCD3, offset: 0x17906C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x2C40, symBinAddr: 0xE3DD0, symSize: 0x30 } + - { offsetInCU: 0xCE7, offset: 0x179080, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2C70, symBinAddr: 0xE3E00, symSize: 0x10 } + - { offsetInCU: 0xCFB, offset: 0x179094, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2C80, symBinAddr: 0xE3E10, symSize: 0x30 } + - { offsetInCU: 0xD0F, offset: 0x1790A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2CB0, symBinAddr: 0xE3E40, symSize: 0x10 } + - { offsetInCU: 0xD23, offset: 0x1790BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2CC0, symBinAddr: 0xE3E50, symSize: 0x30 } + - { offsetInCU: 0xD37, offset: 0x1790D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2CF0, symBinAddr: 0xE3E80, symSize: 0x10 } + - { offsetInCU: 0xD4B, offset: 0x1790E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2D00, symBinAddr: 0xE3E90, symSize: 0x30 } + - { offsetInCU: 0xD5F, offset: 0x1790F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2D30, symBinAddr: 0xE3EC0, symSize: 0x10 } + - { offsetInCU: 0xD73, offset: 0x17910C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2D40, symBinAddr: 0xE3ED0, symSize: 0x30 } + - { offsetInCU: 0xDD5, offset: 0x17916E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20D0, symBinAddr: 0xE34A0, symSize: 0x10 } + - { offsetInCU: 0xDF1, offset: 0x17918A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x20E0, symBinAddr: 0xE34B0, symSize: 0x10 } + - { offsetInCU: 0xE0D, offset: 0x1791A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x20F0, symBinAddr: 0xE34C0, symSize: 0x10 } + - { offsetInCU: 0xE29, offset: 0x1791C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2100, symBinAddr: 0xE34D0, symSize: 0x10 } + - { offsetInCU: 0xE4C, offset: 0x1791E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2240, symBinAddr: 0xE3610, symSize: 0x20 } + - { offsetInCU: 0xE68, offset: 0x179201, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2260, symBinAddr: 0xE3630, symSize: 0x20 } + - { offsetInCU: 0xE84, offset: 0x17921D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2280, symBinAddr: 0xE3650, symSize: 0x10 } + - { offsetInCU: 0xEDC, offset: 0x179275, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x2290, symBinAddr: 0xE3660, symSize: 0x40 } + - { offsetInCU: 0xF44, offset: 0x1792DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x22D0, symBinAddr: 0xE36A0, symSize: 0x10 } + - { offsetInCU: 0xF58, offset: 0x1792F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x22E0, symBinAddr: 0xE36B0, symSize: 0x40 } + - { offsetInCU: 0xF95, offset: 0x17932E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x23F0, symBinAddr: 0xE37C0, symSize: 0x20 } + - { offsetInCU: 0xFB1, offset: 0x17934A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2410, symBinAddr: 0xE37E0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x179558, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xE3F70, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x17957C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvpZ', symObjAddr: 0x1740, symBinAddr: 0x2045E8, symSize: 0x0 } + - { offsetInCU: 0x65, offset: 0x179596, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvgZ', symObjAddr: 0x950, symBinAddr: 0xE48C0, symSize: 0x60 } + - { offsetInCU: 0x9D, offset: 0x1795CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0OtcfC', symObjAddr: 0x9B0, symBinAddr: 0xE4920, symSize: 0x30 } + - { offsetInCU: 0x115, offset: 0x179646, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvsZ', symObjAddr: 0xAC0, symBinAddr: 0xE4A00, symSize: 0x80 } + - { offsetInCU: 0x15D, offset: 0x17968E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ', symObjAddr: 0xB90, symBinAddr: 0xE4A80, symSize: 0x60 } + - { offsetInCU: 0x195, offset: 0x1796C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ.resume.0', symObjAddr: 0xBF0, symBinAddr: 0xE4AE0, symSize: 0x10 } + - { offsetInCU: 0x1C0, offset: 0x1796F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg', symObjAddr: 0xC00, symBinAddr: 0xE4AF0, symSize: 0x10 } + - { offsetInCU: 0x1EE, offset: 0x17971F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs', symObjAddr: 0xC10, symBinAddr: 0xE4B00, symSize: 0x10 } + - { offsetInCU: 0x22C, offset: 0x17975D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM', symObjAddr: 0xC20, symBinAddr: 0xE4B10, symSize: 0x10 } + - { offsetInCU: 0x24A, offset: 0x17977B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM.resume.0', symObjAddr: 0xC30, symBinAddr: 0xE4B20, symSize: 0x10 } + - { offsetInCU: 0x275, offset: 0x1797A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg', symObjAddr: 0xC40, symBinAddr: 0xE4B30, symSize: 0x10 } + - { offsetInCU: 0x2A3, offset: 0x1797D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs', symObjAddr: 0xC50, symBinAddr: 0xE4B40, symSize: 0x10 } + - { offsetInCU: 0x2DD, offset: 0x17980E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM', symObjAddr: 0xC60, symBinAddr: 0xE4B50, symSize: 0x20 } + - { offsetInCU: 0x30B, offset: 0x17983C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM.resume.0', symObjAddr: 0xC80, symBinAddr: 0xE4B70, symSize: 0x10 } + - { offsetInCU: 0x336, offset: 0x179867, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg', symObjAddr: 0xC90, symBinAddr: 0xE4B80, symSize: 0x20 } + - { offsetInCU: 0x364, offset: 0x179895, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs', symObjAddr: 0xCE0, symBinAddr: 0xE4BA0, symSize: 0x10 } + - { offsetInCU: 0x3A1, offset: 0x1798D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM', symObjAddr: 0xD20, symBinAddr: 0xE4BB0, symSize: 0x20 } + - { offsetInCU: 0x3CF, offset: 0x179900, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM.resume.0', symObjAddr: 0xD40, symBinAddr: 0xE4BD0, symSize: 0x10 } + - { offsetInCU: 0x3FA, offset: 0x17992B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg', symObjAddr: 0xD50, symBinAddr: 0xE4BE0, symSize: 0x10 } + - { offsetInCU: 0x428, offset: 0x179959, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs', symObjAddr: 0xD60, symBinAddr: 0xE4BF0, symSize: 0x20 } + - { offsetInCU: 0x466, offset: 0x179997, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM', symObjAddr: 0xD80, symBinAddr: 0xE4C10, symSize: 0x20 } + - { offsetInCU: 0x494, offset: 0x1799C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM.resume.0', symObjAddr: 0xDA0, symBinAddr: 0xE4C30, symSize: 0x10 } + - { offsetInCU: 0x4BF, offset: 0x1799F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF', symObjAddr: 0xDB0, symBinAddr: 0xE4C40, symSize: 0x140 } + - { offsetInCU: 0x724, offset: 0x179C55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ', symObjAddr: 0xEF0, symBinAddr: 0xE4D80, symSize: 0x10 } + - { offsetInCU: 0x747, offset: 0x179C78, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV9hashValueSivg', symObjAddr: 0xF00, symBinAddr: 0xE4D90, symSize: 0x40 } + - { offsetInCU: 0x7D3, offset: 0x179D04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH9hashValueSivgTW', symObjAddr: 0xF40, symBinAddr: 0xE4DD0, symSize: 0x40 } + - { offsetInCU: 0x862, offset: 0x179D93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF80, symBinAddr: 0xE4E10, symSize: 0x10 } + - { offsetInCU: 0x885, offset: 0x179DB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xFC0, symBinAddr: 0xE4E50, symSize: 0x10 } + - { offsetInCU: 0x8B6, offset: 0x179DE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x1070, symBinAddr: 0xE4EA0, symSize: 0x120 } + - { offsetInCU: 0xD2A, offset: 0x17A25B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6shared_WZ', symObjAddr: 0x9E0, symBinAddr: 0xE4950, symSize: 0x80 } + - { offsetInCU: 0xDDB, offset: 0x17A30C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOb', symObjAddr: 0xA90, symBinAddr: 0xE49D0, symSize: 0x30 } + - { offsetInCU: 0xEA7, offset: 0x17A3D8, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x1030, symBinAddr: 0xE4E60, symSize: 0x40 } + - { offsetInCU: 0xEE0, offset: 0x17A411, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASQWb', symObjAddr: 0x1190, symBinAddr: 0xE4FC0, symSize: 0x10 } + - { offsetInCU: 0xEF4, offset: 0x17A425, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVACSQAAWl', symObjAddr: 0x11A0, symBinAddr: 0xE4FD0, symSize: 0x30 } + - { offsetInCU: 0xF08, offset: 0x17A439, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwCP', symObjAddr: 0x11D0, symBinAddr: 0xE5000, symSize: 0x30 } + - { offsetInCU: 0xF1C, offset: 0x17A44D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwxx', symObjAddr: 0x1200, symBinAddr: 0xE5030, symSize: 0x40 } + - { offsetInCU: 0xF30, offset: 0x17A461, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwcp', symObjAddr: 0x1240, symBinAddr: 0xE5070, symSize: 0xB0 } + - { offsetInCU: 0xF44, offset: 0x17A475, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwca', symObjAddr: 0x12F0, symBinAddr: 0xE5120, symSize: 0xF0 } + - { offsetInCU: 0xF58, offset: 0x17A489, size: 0x8, addend: 0x0, symName: ___swift_memcpy104_8, symObjAddr: 0x1410, symBinAddr: 0xE5210, symSize: 0x40 } + - { offsetInCU: 0xF6C, offset: 0x17A49D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwta', symObjAddr: 0x1450, symBinAddr: 0xE5250, symSize: 0x80 } + - { offsetInCU: 0xF80, offset: 0x17A4B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwet', symObjAddr: 0x14D0, symBinAddr: 0xE52D0, symSize: 0x50 } + - { offsetInCU: 0xF94, offset: 0x17A4C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwst', symObjAddr: 0x1520, symBinAddr: 0xE5320, symSize: 0x60 } + - { offsetInCU: 0xFA8, offset: 0x17A4D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVMa', symObjAddr: 0x1580, symBinAddr: 0xE5380, symSize: 0x10 } + - { offsetInCU: 0xFCD, offset: 0x17A4FE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xE3F70, symSize: 0x40 } + - { offsetInCU: 0x1027, offset: 0x17A558, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x40, symBinAddr: 0xE3FB0, symSize: 0x40 } + - { offsetInCU: 0x1081, offset: 0x17A5B2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x80, symBinAddr: 0xE3FF0, symSize: 0x40 } + - { offsetInCU: 0x10DB, offset: 0x17A60C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0xC0, symBinAddr: 0xE4030, symSize: 0x40 } + - { offsetInCU: 0x1140, offset: 0x17A671, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x100, symBinAddr: 0xE4070, symSize: 0x40 } + - { offsetInCU: 0x11A5, offset: 0x17A6D6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x140, symBinAddr: 0xE40B0, symSize: 0x40 } + - { offsetInCU: 0x11FF, offset: 0x17A730, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x180, symBinAddr: 0xE40F0, symSize: 0x40 } + - { offsetInCU: 0x1259, offset: 0x17A78A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x1C0, symBinAddr: 0xE4130, symSize: 0x40 } + - { offsetInCU: 0x12BE, offset: 0x17A7EF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x200, symBinAddr: 0xE4170, symSize: 0x40 } + - { offsetInCU: 0x1318, offset: 0x17A849, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x240, symBinAddr: 0xE41B0, symSize: 0x50 } + - { offsetInCU: 0x1349, offset: 0x17A87A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x290, symBinAddr: 0xE4200, symSize: 0x40 } + - { offsetInCU: 0x13AE, offset: 0x17A8DF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x2D0, symBinAddr: 0xE4240, symSize: 0x40 } + - { offsetInCU: 0x1408, offset: 0x17A939, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x310, symBinAddr: 0xE4280, symSize: 0x40 } + - { offsetInCU: 0x146D, offset: 0x17A99E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x350, symBinAddr: 0xE42C0, symSize: 0x40 } + - { offsetInCU: 0x14D2, offset: 0x17AA03, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x390, symBinAddr: 0xE4300, symSize: 0x40 } + - { offsetInCU: 0x1537, offset: 0x17AA68, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x3D0, symBinAddr: 0xE4340, symSize: 0x40 } + - { offsetInCU: 0x1591, offset: 0x17AAC2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x410, symBinAddr: 0xE4380, symSize: 0x70 } + - { offsetInCU: 0x15D7, offset: 0x17AB08, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x480, symBinAddr: 0xE43F0, symSize: 0x40 } + - { offsetInCU: 0x163C, offset: 0x17AB6D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x4C0, symBinAddr: 0xE4430, symSize: 0x40 } + - { offsetInCU: 0x1696, offset: 0x17ABC7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x500, symBinAddr: 0xE4470, symSize: 0x50 } + - { offsetInCU: 0x16C7, offset: 0x17ABF8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x550, symBinAddr: 0xE44C0, symSize: 0x40 } + - { offsetInCU: 0x1721, offset: 0x17AC52, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x590, symBinAddr: 0xE4500, symSize: 0x40 } + - { offsetInCU: 0x177B, offset: 0x17ACAC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x5D0, symBinAddr: 0xE4540, symSize: 0x40 } + - { offsetInCU: 0x17AC, offset: 0x17ACDD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x610, symBinAddr: 0xE4580, symSize: 0x40 } + - { offsetInCU: 0x1811, offset: 0x17AD42, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x650, symBinAddr: 0xE45C0, symSize: 0x40 } + - { offsetInCU: 0x186B, offset: 0x17AD9C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0x690, symBinAddr: 0xE4600, symSize: 0x40 } + - { offsetInCU: 0x18D0, offset: 0x17AE01, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x6D0, symBinAddr: 0xE4640, symSize: 0x40 } + - { offsetInCU: 0x192A, offset: 0x17AE5B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC0G8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x710, symBinAddr: 0xE4680, symSize: 0x40 } + - { offsetInCU: 0x195B, offset: 0x17AE8C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x750, symBinAddr: 0xE46C0, symSize: 0x40 } + - { offsetInCU: 0x19B5, offset: 0x17AEE6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x790, symBinAddr: 0xE4700, symSize: 0x40 } + - { offsetInCU: 0x19E6, offset: 0x17AF17, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0x7D0, symBinAddr: 0xE4740, symSize: 0x40 } + - { offsetInCU: 0x1A17, offset: 0x17AF48, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x810, symBinAddr: 0xE4780, symSize: 0x40 } + - { offsetInCU: 0x1A48, offset: 0x17AF79, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x850, symBinAddr: 0xE47C0, symSize: 0x40 } + - { offsetInCU: 0x1AA2, offset: 0x17AFD3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x890, symBinAddr: 0xE4800, symSize: 0x40 } + - { offsetInCU: 0x1AFC, offset: 0x17B02D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x8D0, symBinAddr: 0xE4840, symSize: 0x30 } + - { offsetInCU: 0x1B2D, offset: 0x17B05E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0x900, symBinAddr: 0xE4870, symSize: 0x50 } + - { offsetInCU: 0x1C3A, offset: 0x17B16B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xF90, symBinAddr: 0xE4E20, symSize: 0x30 } + - { offsetInCU: 0x1C96, offset: 0x17B1C7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1590, symBinAddr: 0xE5390, symSize: 0x20 } + - { offsetInCU: 0x1CC7, offset: 0x17B1F8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x15B0, symBinAddr: 0xE53B0, symSize: 0x20 } + - { offsetInCU: 0x1CF8, offset: 0x17B229, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x15D0, symBinAddr: 0xE53D0, symSize: 0x20 } + - { offsetInCU: 0x1D29, offset: 0x17B25A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x15F0, symBinAddr: 0xE53F0, symSize: 0x20 } + - { offsetInCU: 0x1D5A, offset: 0x17B28B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x1610, symBinAddr: 0xE5410, symSize: 0x20 } + - { offsetInCU: 0x1D8B, offset: 0x17B2BC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1630, symBinAddr: 0xE5430, symSize: 0x20 } + - { offsetInCU: 0x1DBC, offset: 0x17B2ED, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1650, symBinAddr: 0xE5450, symSize: 0x20 } + - { offsetInCU: 0x1DED, offset: 0x17B31E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1670, symBinAddr: 0xE5470, symSize: 0x20 } + - { offsetInCU: 0x1E1E, offset: 0x17B34F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1690, symBinAddr: 0xE5490, symSize: 0x20 } + - { offsetInCU: 0x1E4F, offset: 0x17B380, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x16B0, symBinAddr: 0xE54B0, symSize: 0x20 } + - { offsetInCU: 0x1E80, offset: 0x17B3B1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x16D0, symBinAddr: 0xE54D0, symSize: 0x20 } + - { offsetInCU: 0x1EB1, offset: 0x17B3E2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x16F0, symBinAddr: 0xE54F0, symSize: 0x20 } + - { offsetInCU: 0x1EE2, offset: 0x17B413, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1710, symBinAddr: 0xE5510, symSize: 0x20 } + - { offsetInCU: 0x7F, offset: 0x17B66D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0xE55F0, symSize: 0x20 } + - { offsetInCU: 0xB0, offset: 0x17B69E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0xE5610, symSize: 0x10 } + - { offsetInCU: 0xD9, offset: 0x17B6C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x170, symBinAddr: 0xE56B0, symSize: 0x40 } + - { offsetInCU: 0xFE, offset: 0x17B6EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1B0, symBinAddr: 0xE56F0, symSize: 0x2F0 } + - { offsetInCU: 0x16A, offset: 0x17B758, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4A0, symBinAddr: 0xE59E0, symSize: 0x410 } + - { offsetInCU: 0x2C1, offset: 0x17B8AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO8rawValueSSvg', symObjAddr: 0x8B0, symBinAddr: 0xE5DF0, symSize: 0x20 } + - { offsetInCU: 0x2F8, offset: 0x17B8E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xAB0, symBinAddr: 0xE5FF0, symSize: 0x20 } + - { offsetInCU: 0x376, offset: 0x17B964, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xB10, symBinAddr: 0xE6050, symSize: 0x70 } + - { offsetInCU: 0x3DC, offset: 0x17B9CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xB80, symBinAddr: 0xE60C0, symSize: 0x30 } + - { offsetInCU: 0x3F8, offset: 0x17B9E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xBB0, symBinAddr: 0xE60F0, symSize: 0x10 } + - { offsetInCU: 0x42E, offset: 0x17BA1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBC0, symBinAddr: 0xE6100, symSize: 0x60 } + - { offsetInCU: 0x4B3, offset: 0x17BAA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xC20, symBinAddr: 0xE6160, symSize: 0x10 } + - { offsetInCU: 0x4CF, offset: 0x17BABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xC30, symBinAddr: 0xE6170, symSize: 0x10 } + - { offsetInCU: 0x4ED, offset: 0x17BADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x8D0, symBinAddr: 0xE5E10, symSize: 0x1E0 } + - { offsetInCU: 0x567, offset: 0x17BB55, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfD', symObjAddr: 0xCA0, symBinAddr: 0xE61E0, symSize: 0x40 } + - { offsetInCU: 0x5D7, offset: 0x17BBC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xDA0, symBinAddr: 0xE62C0, symSize: 0x20 } + - { offsetInCU: 0x672, offset: 0x17BC60, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfE', symObjAddr: 0xC80, symBinAddr: 0xE61C0, symSize: 0x20 } + - { offsetInCU: 0x6CA, offset: 0x17BCB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCMa', symObjAddr: 0xCE0, symBinAddr: 0xE6220, symSize: 0x20 } + - { offsetInCU: 0x6DE, offset: 0x17BCCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOwup', symObjAddr: 0xD40, symBinAddr: 0xE6260, symSize: 0x10 } + - { offsetInCU: 0x6F2, offset: 0x17BCE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOMa', symObjAddr: 0xD50, symBinAddr: 0xE6270, symSize: 0x10 } + - { offsetInCU: 0x706, offset: 0x17BCF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASQWb', symObjAddr: 0xD60, symBinAddr: 0xE6280, symSize: 0x10 } + - { offsetInCU: 0x71A, offset: 0x17BD08, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSQAAWl', symObjAddr: 0xD70, symBinAddr: 0xE6290, symSize: 0x30 } + - { offsetInCU: 0x72E, offset: 0x17BD1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSYAAWl', symObjAddr: 0xDC0, symBinAddr: 0xE62E0, symSize: 0x30 } + - { offsetInCU: 0x742, offset: 0x17BD30, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs0C3KeyAAWl', symObjAddr: 0xE60, symBinAddr: 0xE6310, symSize: 0x30 } + - { offsetInCU: 0x756, offset: 0x17BD44, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSEAAWl', symObjAddr: 0xF20, symBinAddr: 0xE6370, symSize: 0x30 } + - { offsetInCU: 0x76A, offset: 0x17BD58, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSeAAWl', symObjAddr: 0x10C0, symBinAddr: 0xE6480, symSize: 0x30 } + - { offsetInCU: 0x77E, offset: 0x17BD6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwug', symObjAddr: 0x1320, symBinAddr: 0xE6620, symSize: 0x10 } + - { offsetInCU: 0x792, offset: 0x17BD80, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwup', symObjAddr: 0x1330, symBinAddr: 0xE6630, symSize: 0x10 } + - { offsetInCU: 0x7A6, offset: 0x17BD94, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwui', symObjAddr: 0x1340, symBinAddr: 0xE6640, symSize: 0x10 } + - { offsetInCU: 0x7BA, offset: 0x17BDA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOMa', symObjAddr: 0x1350, symBinAddr: 0xE6650, symSize: 0x10 } + - { offsetInCU: 0x7CE, offset: 0x17BDBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASQWb', symObjAddr: 0x1360, symBinAddr: 0xE6660, symSize: 0x10 } + - { offsetInCU: 0x7E2, offset: 0x17BDD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFSQAAWl', symObjAddr: 0x1370, symBinAddr: 0xE6670, symSize: 0x30 } + - { offsetInCU: 0x7F6, offset: 0x17BDE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x13A0, symBinAddr: 0xE66A0, symSize: 0x10 } + - { offsetInCU: 0x80A, offset: 0x17BDF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x13B0, symBinAddr: 0xE66B0, symSize: 0x30 } + - { offsetInCU: 0x81E, offset: 0x17BE0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x13E0, symBinAddr: 0xE66E0, symSize: 0x10 } + - { offsetInCU: 0x832, offset: 0x17BE20, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x13F0, symBinAddr: 0xE66F0, symSize: 0x30 } + - { offsetInCU: 0x866, offset: 0x17BE54, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE5540, symSize: 0x10 } + - { offsetInCU: 0x8F7, offset: 0x17BEE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0xE5550, symSize: 0x40 } + - { offsetInCU: 0x9A6, offset: 0x17BF94, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0xE5590, symSize: 0x20 } + - { offsetInCU: 0x9F9, offset: 0x17BFE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0xE55B0, symSize: 0x40 } + - { offsetInCU: 0xA7D, offset: 0x17C06B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0xE5620, symSize: 0x50 } + - { offsetInCU: 0xAA0, offset: 0x17C08E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0xE5670, symSize: 0x40 } + - { offsetInCU: 0xB00, offset: 0x17C0EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAD0, symBinAddr: 0xE6010, symSize: 0x10 } + - { offsetInCU: 0xB1C, offset: 0x17C10A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0xAE0, symBinAddr: 0xE6020, symSize: 0x10 } + - { offsetInCU: 0xB38, offset: 0x17C126, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAF0, symBinAddr: 0xE6030, symSize: 0x10 } + - { offsetInCU: 0xB54, offset: 0x17C142, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB00, symBinAddr: 0xE6040, symSize: 0x10 } + - { offsetInCU: 0xB77, offset: 0x17C165, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xC40, symBinAddr: 0xE6180, symSize: 0x20 } + - { offsetInCU: 0xB93, offset: 0x17C181, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC60, symBinAddr: 0xE61A0, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x17C379, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xE6740, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x17C39E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0xE6780, symSize: 0x1C0 } + - { offsetInCU: 0xDC, offset: 0x17C406, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x200, symBinAddr: 0xE6940, symSize: 0xF0 } + - { offsetInCU: 0x17B, offset: 0x17C4A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F0, symBinAddr: 0xE6A30, symSize: 0x120 } + - { offsetInCU: 0x1FE, offset: 0x17C528, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0xE6B90, symSize: 0x60 } + - { offsetInCU: 0x241, offset: 0x17C56B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B0, symBinAddr: 0xE6BF0, symSize: 0x20 } + - { offsetInCU: 0x281, offset: 0x17C5AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D0, symBinAddr: 0xE6C10, symSize: 0x10 } + - { offsetInCU: 0x2CC, offset: 0x17C5F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0xE6C20, symSize: 0x60 } + - { offsetInCU: 0x317, offset: 0x17C641, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x540, symBinAddr: 0xE6C80, symSize: 0x10 } + - { offsetInCU: 0x333, offset: 0x17C65D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x550, symBinAddr: 0xE6C90, symSize: 0x10 } + - { offsetInCU: 0x34F, offset: 0x17C679, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO03rawD0SSvgTf4d_n', symObjAddr: 0x860, symBinAddr: 0xE6E40, symSize: 0x20 } + - { offsetInCU: 0x38B, offset: 0x17C6B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfD', symObjAddr: 0x5B0, symBinAddr: 0xE6CF0, symSize: 0x30 } + - { offsetInCU: 0x45A, offset: 0x17C784, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfE', symObjAddr: 0x5A0, symBinAddr: 0xE6CE0, symSize: 0x10 } + - { offsetInCU: 0x487, offset: 0x17C7B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCMa', symObjAddr: 0x5E0, symBinAddr: 0xE6D20, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x17C7C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs0E3KeyAAWl', symObjAddr: 0x670, symBinAddr: 0xE6D40, symSize: 0x30 } + - { offsetInCU: 0x4AF, offset: 0x17C7D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGSgMa', symObjAddr: 0x6A0, symBinAddr: 0xE6D70, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x17C7ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwet', symObjAddr: 0x8A0, symBinAddr: 0xE6E60, symSize: 0x50 } + - { offsetInCU: 0x4D7, offset: 0x17C801, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwst', symObjAddr: 0x8F0, symBinAddr: 0xE6EB0, symSize: 0xA0 } + - { offsetInCU: 0x4EB, offset: 0x17C815, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwug', symObjAddr: 0x990, symBinAddr: 0xE6F50, symSize: 0x10 } + - { offsetInCU: 0x4FF, offset: 0x17C829, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwup', symObjAddr: 0x9A0, symBinAddr: 0xE6F60, symSize: 0x10 } + - { offsetInCU: 0x513, offset: 0x17C83D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwui', symObjAddr: 0x9B0, symBinAddr: 0xE6F70, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x17C851, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOMa', symObjAddr: 0x9C0, symBinAddr: 0xE6F80, symSize: 0x10 } + - { offsetInCU: 0x53B, offset: 0x17C865, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASQWb', symObjAddr: 0x9D0, symBinAddr: 0xE6F90, symSize: 0x10 } + - { offsetInCU: 0x54F, offset: 0x17C879, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFSQAAWl', symObjAddr: 0x9E0, symBinAddr: 0xE6FA0, symSize: 0x30 } + - { offsetInCU: 0x563, offset: 0x17C88D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA10, symBinAddr: 0xE6FD0, symSize: 0x10 } + - { offsetInCU: 0x577, offset: 0x17C8A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA20, symBinAddr: 0xE6FE0, symSize: 0x30 } + - { offsetInCU: 0x58B, offset: 0x17C8B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA50, symBinAddr: 0xE7010, symSize: 0x10 } + - { offsetInCU: 0x59F, offset: 0x17C8C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA60, symBinAddr: 0xE7020, symSize: 0x30 } + - { offsetInCU: 0x5DA, offset: 0x17C904, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x410, symBinAddr: 0xE6B50, symSize: 0x10 } + - { offsetInCU: 0x61A, offset: 0x17C944, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x420, symBinAddr: 0xE6B60, symSize: 0x10 } + - { offsetInCU: 0x65A, offset: 0x17C984, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xE6B70, symSize: 0x10 } + - { offsetInCU: 0x69A, offset: 0x17C9C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x440, symBinAddr: 0xE6B80, symSize: 0x10 } + - { offsetInCU: 0x6D2, offset: 0x17C9FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0xE6CA0, symSize: 0x20 } + - { offsetInCU: 0x6EE, offset: 0x17CA18, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0xE6CC0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x17CBF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x20, symBinAddr: 0xE7050, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x17CC11, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x20, symBinAddr: 0xE7050, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x17CC25, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwet', symObjAddr: 0x80, symBinAddr: 0xE7080, symSize: 0x20 } + - { offsetInCU: 0x67, offset: 0x17CC39, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwst', symObjAddr: 0xA0, symBinAddr: 0xE70A0, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x17CC4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwug', symObjAddr: 0xD0, symBinAddr: 0xE70D0, symSize: 0x10 } + - { offsetInCU: 0x8F, offset: 0x17CC61, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwup', symObjAddr: 0xE0, symBinAddr: 0xE70E0, symSize: 0x10 } + - { offsetInCU: 0xA3, offset: 0x17CC75, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwui', symObjAddr: 0xF0, symBinAddr: 0xE70F0, symSize: 0x10 } + - { offsetInCU: 0xB7, offset: 0x17CC89, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOMa', symObjAddr: 0x100, symBinAddr: 0xE7100, symSize: 0x10 } + - { offsetInCU: 0xDC, offset: 0x17CCAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x110, symBinAddr: 0xE7110, symSize: 0x10 } + - { offsetInCU: 0xF8, offset: 0x17CCCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x120, symBinAddr: 0xE7120, symSize: 0x10 } + - { offsetInCU: 0x114, offset: 0x17CCE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x130, symBinAddr: 0xE7130, symSize: 0x10 } + - { offsetInCU: 0x130, offset: 0x17CD02, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x140, symBinAddr: 0xE7140, symSize: 0xA } + - { offsetInCU: 0x27, offset: 0x17CE57, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x10, symBinAddr: 0xE7150, symSize: 0xD0 } + - { offsetInCU: 0x81, offset: 0x17CEB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x10, symBinAddr: 0xE7150, symSize: 0xD0 } + - { offsetInCU: 0x1B0, offset: 0x17CFE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0xE7220, symSize: 0xB0 } + - { offsetInCU: 0x2D1, offset: 0x17D101, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x190, symBinAddr: 0xE72D0, symSize: 0x10 } + - { offsetInCU: 0x2ED, offset: 0x17D11D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x1A0, symBinAddr: 0xE72E0, symSize: 0x10 } + - { offsetInCU: 0x309, offset: 0x17D139, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOc', symObjAddr: 0x1B0, symBinAddr: 0xE72F0, symSize: 0x30 } + - { offsetInCU: 0x31D, offset: 0x17D14D, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x240, symBinAddr: 0xE7320, symSize: 0x10 } + - { offsetInCU: 0x339, offset: 0x17D169, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x250, symBinAddr: 0xE7330, symSize: 0x10 } + - { offsetInCU: 0x355, offset: 0x17D185, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x260, symBinAddr: 0xE7340, symSize: 0x10 } + - { offsetInCU: 0x371, offset: 0x17D1A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x270, symBinAddr: 0xE7350, symSize: 0x10 } + - { offsetInCU: 0x38D, offset: 0x17D1BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x280, symBinAddr: 0xE7360, symSize: 0x10 } + - { offsetInCU: 0x3A9, offset: 0x17D1D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x290, symBinAddr: 0xE7370, symSize: 0x10 } + - { offsetInCU: 0x3C5, offset: 0x17D1F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A0, symBinAddr: 0xE7380, symSize: 0x10 } + - { offsetInCU: 0x3E1, offset: 0x17D211, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2B0, symBinAddr: 0xE7390, symSize: 0x10 } + - { offsetInCU: 0x3FD, offset: 0x17D22D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2C0, symBinAddr: 0xE73A0, symSize: 0x10 } + - { offsetInCU: 0x419, offset: 0x17D249, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2D0, symBinAddr: 0xE73B0, symSize: 0x10 } + - { offsetInCU: 0x435, offset: 0x17D265, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0xE73C0, symSize: 0x10 } + - { offsetInCU: 0x451, offset: 0x17D281, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2F0, symBinAddr: 0xE73D0, symSize: 0x10 } + - { offsetInCU: 0x46D, offset: 0x17D29D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x300, symBinAddr: 0xE73E0, symSize: 0x10 } + - { offsetInCU: 0x489, offset: 0x17D2B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x310, symBinAddr: 0xE73F0, symSize: 0x10 } + - { offsetInCU: 0x4A5, offset: 0x17D2D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x320, symBinAddr: 0xE7400, symSize: 0x10 } + - { offsetInCU: 0x4C1, offset: 0x17D2F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x330, symBinAddr: 0xE7410, symSize: 0x10 } + - { offsetInCU: 0x4DD, offset: 0x17D30D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x340, symBinAddr: 0xE7420, symSize: 0x10 } + - { offsetInCU: 0x4F9, offset: 0x17D329, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x350, symBinAddr: 0xE7430, symSize: 0x10 } + - { offsetInCU: 0x515, offset: 0x17D345, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x360, symBinAddr: 0xE7440, symSize: 0x10 } + - { offsetInCU: 0x531, offset: 0x17D361, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x370, symBinAddr: 0xE7450, symSize: 0x10 } + - { offsetInCU: 0x54D, offset: 0x17D37D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x380, symBinAddr: 0xE7460, symSize: 0x10 } + - { offsetInCU: 0x569, offset: 0x17D399, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x390, symBinAddr: 0xE7470, symSize: 0x10 } + - { offsetInCU: 0x585, offset: 0x17D3B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x3A0, symBinAddr: 0xE7480, symSize: 0x8 } + - { offsetInCU: 0x43, offset: 0x17D5E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg', symObjAddr: 0x0, symBinAddr: 0xE7490, symSize: 0x20 } + - { offsetInCU: 0x61, offset: 0x17D607, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x20, symBinAddr: 0xE74B0, symSize: 0x160 } + - { offsetInCU: 0xCD, offset: 0x17D673, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1E0, symBinAddr: 0xE7610, symSize: 0x90 } + - { offsetInCU: 0xFD, offset: 0x17D6A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x270, symBinAddr: 0xE76A0, symSize: 0x10 } + - { offsetInCU: 0x162, offset: 0x17D708, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x280, symBinAddr: 0xE76B0, symSize: 0x90 } + - { offsetInCU: 0x1E2, offset: 0x17D788, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueACyp_tKcfC', symObjAddr: 0x310, symBinAddr: 0xE7740, symSize: 0x140 } + - { offsetInCU: 0x2DC, offset: 0x17D882, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x450, symBinAddr: 0xE7880, symSize: 0x210 } + - { offsetInCU: 0x3BE, offset: 0x17D964, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x750, symBinAddr: 0xE7B40, symSize: 0x110 } + - { offsetInCU: 0x41C, offset: 0x17D9C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO11stringValueSSvg', symObjAddr: 0x860, symBinAddr: 0xE7C50, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0x17DA03, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x8C0, symBinAddr: 0xE7CB0, symSize: 0x70 } + - { offsetInCU: 0x491, offset: 0x17DA37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x930, symBinAddr: 0xE7D20, symSize: 0x30 } + - { offsetInCU: 0x4AD, offset: 0x17DA53, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x960, symBinAddr: 0xE7D50, symSize: 0x10 } + - { offsetInCU: 0x4E3, offset: 0x17DA89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x970, symBinAddr: 0xE7D60, symSize: 0x70 } + - { offsetInCU: 0x52E, offset: 0x17DAD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x9E0, symBinAddr: 0xE7DD0, symSize: 0x10 } + - { offsetInCU: 0x54A, offset: 0x17DAF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x9F0, symBinAddr: 0xE7DE0, symSize: 0x10 } + - { offsetInCU: 0x568, offset: 0x17DB0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF', symObjAddr: 0xA40, symBinAddr: 0xE7E30, symSize: 0x50 } + - { offsetInCU: 0x5C5, offset: 0x17DB6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ', symObjAddr: 0xA90, symBinAddr: 0xE7E80, symSize: 0x30 } + - { offsetInCU: 0x60D, offset: 0x17DBB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV9hashValueSivg', symObjAddr: 0xAC0, symBinAddr: 0xE7EB0, symSize: 0x60 } + - { offsetInCU: 0x6DC, offset: 0x17DC82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xB20, symBinAddr: 0xE7F10, symSize: 0x10 } + - { offsetInCU: 0x6FF, offset: 0x17DCA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xB30, symBinAddr: 0xE7F20, symSize: 0x10 } + - { offsetInCU: 0x722, offset: 0x17DCC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH9hashValueSivgTW', symObjAddr: 0xB40, symBinAddr: 0xE7F30, symSize: 0x10 } + - { offsetInCU: 0x73E, offset: 0x17DCE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB50, symBinAddr: 0xE7F40, symSize: 0x50 } + - { offsetInCU: 0x7C9, offset: 0x17DD6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC00, symBinAddr: 0xE7FF0, symSize: 0x30 } + - { offsetInCU: 0x7FB, offset: 0x17DDA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs0C3KeyAAWl', symObjAddr: 0x6A0, symBinAddr: 0xE7A90, symSize: 0x30 } + - { offsetInCU: 0x80F, offset: 0x17DDB5, size: 0x8, addend: 0x0, symName: '_$sSaySdGSayxGSesSeRzlWl', symObjAddr: 0x6D0, symBinAddr: 0xE7AC0, symSize: 0x50 } + - { offsetInCU: 0x823, offset: 0x17DDC9, size: 0x8, addend: 0x0, symName: '_$sSaySdGMa', symObjAddr: 0x720, symBinAddr: 0xE7B10, symSize: 0x30 } + - { offsetInCU: 0x84D, offset: 0x17DDF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV5valueACyp_tKcfC', symObjAddr: 0xC30, symBinAddr: 0xE8020, symSize: 0x4A0 } + - { offsetInCU: 0x9EA, offset: 0x17DF90, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10D0, symBinAddr: 0xE84C0, symSize: 0x1F0 } + - { offsetInCU: 0xA46, offset: 0x17DFEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x12C0, symBinAddr: 0xE86B0, symSize: 0x110 } + - { offsetInCU: 0xA92, offset: 0x17E038, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASQWb', symObjAddr: 0x13D0, symBinAddr: 0xE87C0, symSize: 0x10 } + - { offsetInCU: 0xAA6, offset: 0x17E04C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSQAAWl', symObjAddr: 0x13E0, symBinAddr: 0xE87D0, symSize: 0x30 } + - { offsetInCU: 0xABA, offset: 0x17E060, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1410, symBinAddr: 0xE8800, symSize: 0x10 } + - { offsetInCU: 0xADD, offset: 0x17E083, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1420, symBinAddr: 0xE8810, symSize: 0x10 } + - { offsetInCU: 0xB00, offset: 0x17E0A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwet', symObjAddr: 0x1450, symBinAddr: 0xE8820, symSize: 0x20 } + - { offsetInCU: 0xB14, offset: 0x17E0BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwst', symObjAddr: 0x1470, symBinAddr: 0xE8840, symSize: 0x30 } + - { offsetInCU: 0xB28, offset: 0x17E0CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVMa', symObjAddr: 0x14A0, symBinAddr: 0xE8870, symSize: 0x10 } + - { offsetInCU: 0xB3C, offset: 0x17E0E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwet', symObjAddr: 0x14C0, symBinAddr: 0xE8880, symSize: 0x80 } + - { offsetInCU: 0xB50, offset: 0x17E0F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwst', symObjAddr: 0x1540, symBinAddr: 0xE8900, symSize: 0xD0 } + - { offsetInCU: 0xB64, offset: 0x17E10A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwug', symObjAddr: 0x1610, symBinAddr: 0xE89D0, symSize: 0x10 } + - { offsetInCU: 0xB78, offset: 0x17E11E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwup', symObjAddr: 0x1620, symBinAddr: 0xE89E0, symSize: 0x10 } + - { offsetInCU: 0xB8C, offset: 0x17E132, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwui', symObjAddr: 0x1630, symBinAddr: 0xE89F0, symSize: 0x10 } + - { offsetInCU: 0xBA0, offset: 0x17E146, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOMa', symObjAddr: 0x1640, symBinAddr: 0xE8A00, symSize: 0x10 } + - { offsetInCU: 0xBB4, offset: 0x17E15A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASQWb', symObjAddr: 0x1650, symBinAddr: 0xE8A10, symSize: 0x10 } + - { offsetInCU: 0xBC8, offset: 0x17E16E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFSQAAWl', symObjAddr: 0x1660, symBinAddr: 0xE8A20, symSize: 0x30 } + - { offsetInCU: 0xBDC, offset: 0x17E182, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1690, symBinAddr: 0xE8A50, symSize: 0x10 } + - { offsetInCU: 0xBF0, offset: 0x17E196, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x16A0, symBinAddr: 0xE8A60, symSize: 0x30 } + - { offsetInCU: 0xC04, offset: 0x17E1AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16D0, symBinAddr: 0xE8A90, symSize: 0x10 } + - { offsetInCU: 0xC18, offset: 0x17E1BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16E0, symBinAddr: 0xE8AA0, symSize: 0x30 } + - { offsetInCU: 0xC6E, offset: 0x17E214, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV5valueACyp_tKcfC', symObjAddr: 0x1710, symBinAddr: 0xE8AD0, symSize: 0x1A0 } + - { offsetInCU: 0xFEF, offset: 0x17E595, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE7rotated_4axisAB12CoreGraphics7CGFloatV_AbCE4AxisOtF', symObjAddr: 0x18B0, symBinAddr: 0xE8C70, symSize: 0x150 } + - { offsetInCU: 0x11D0, offset: 0x17E776, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE13makeTransform6anchor8position5scale9rotationX0H1Y0H1Z4skew0I4AxisABSo7CGPointV_ANSo6CGSizeV12CoreGraphics7CGFloatVA3SSgATtFZTf4nnnnnnnnd_n', symObjAddr: 0x1A00, symBinAddr: 0xE8DC0, symSize: 0xA50 } + - { offsetInCU: 0x140E, offset: 0x17E9B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x880, symBinAddr: 0xE7C70, symSize: 0x10 } + - { offsetInCU: 0x142A, offset: 0x17E9D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH9hashValueSivgTW', symObjAddr: 0x890, symBinAddr: 0xE7C80, symSize: 0x10 } + - { offsetInCU: 0x1446, offset: 0x17E9EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8A0, symBinAddr: 0xE7C90, symSize: 0x10 } + - { offsetInCU: 0x1462, offset: 0x17EA08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8B0, symBinAddr: 0xE7CA0, symSize: 0x10 } + - { offsetInCU: 0x1485, offset: 0x17EA2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA00, symBinAddr: 0xE7DF0, symSize: 0x20 } + - { offsetInCU: 0x14A1, offset: 0x17EA47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA20, symBinAddr: 0xE7E10, symSize: 0x20 } + - { offsetInCU: 0x14EA, offset: 0x17EA90, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBA0, symBinAddr: 0xE7F90, symSize: 0x60 } + - { offsetInCU: 0xC0, offset: 0x17EE3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC17combinedKeyframes14roundedCornersAA13KeyframeGroupCyAC0G0VGAA07RoundedF0CSg_tKF', symObjAddr: 0x0, symBinAddr: 0xE9850, symSize: 0x150 } + - { offsetInCU: 0x207, offset: 0x17EF81, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x150, symBinAddr: 0xE99A0, symSize: 0xD0 } + - { offsetInCU: 0x396, offset: 0x17F110, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x220, symBinAddr: 0xE9A70, symSize: 0x180 } + - { offsetInCU: 0x505, offset: 0x17F27F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x3A0, symBinAddr: 0xE9BF0, symSize: 0x10 } + - { offsetInCU: 0x522, offset: 0x17F29C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwCP', symObjAddr: 0x470, symBinAddr: 0xE9C80, symSize: 0x30 } + - { offsetInCU: 0x536, offset: 0x17F2B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwet', symObjAddr: 0x4E0, symBinAddr: 0xE9CB0, symSize: 0x20 } + - { offsetInCU: 0x54A, offset: 0x17F2C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwst', symObjAddr: 0x500, symBinAddr: 0xE9CD0, symSize: 0x30 } + - { offsetInCU: 0x55E, offset: 0x17F2D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVMa', symObjAddr: 0x530, symBinAddr: 0xE9D00, symSize: 0xA } + - { offsetInCU: 0x27, offset: 0x17F4F7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x10, symBinAddr: 0xE9D10, symSize: 0x150 } + - { offsetInCU: 0xED, offset: 0x17F5BD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x10, symBinAddr: 0xE9D10, symSize: 0x150 } + - { offsetInCU: 0x201, offset: 0x17F6D1, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSgWOb', symObjAddr: 0x1C0, symBinAddr: 0xE9E80, symSize: 0x40 } + - { offsetInCU: 0x215, offset: 0x17F6E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x200, symBinAddr: 0xE9EC0, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x17F8E7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xE9ED0, symSize: 0x6B0 } + - { offsetInCU: 0xA2, offset: 0x17F95E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xE9ED0, symSize: 0x6B0 } + - { offsetInCU: 0x522, offset: 0x17FDDE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFAHSgAIcfu0_33_28d25105826188377df3c8fe74d211baAiLTf3nnpk_n', symObjAddr: 0x770, symBinAddr: 0xEA640, symSize: 0x70 } + - { offsetInCU: 0x541, offset: 0x17FDFD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU_', symObjAddr: 0xAD0, symBinAddr: 0xEA9A0, symSize: 0x90 } + - { offsetInCU: 0x60F, offset: 0x17FECB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU0_', symObjAddr: 0xB60, symBinAddr: 0xEAA30, symSize: 0x110 } + - { offsetInCU: 0x7BC, offset: 0x180078, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I13VtKFSSAHXEfU_AHTf1nncn_nTf4nnng_n', symObjAddr: 0x1300, symBinAddr: 0xEB1D0, symSize: 0x140 } + - { offsetInCU: 0x8B8, offset: 0x180174, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I14VtKFSSAHXEfU0_AH5model_AC9MatteTypeO9matteTypetAHTf1nncn_nTf4nnngg_n', symObjAddr: 0x1480, symBinAddr: 0xEB310, symSize: 0x1A0 } + - { offsetInCU: 0xB9B, offset: 0x180457, size: 0x8, addend: 0x0, symName: '_$sSlsE5first7ElementQzSgvpSay6Lottie10LayerModelCGTK', symObjAddr: 0x6B0, symBinAddr: 0xEA580, symSize: 0xC0 } + - { offsetInCU: 0xD50, offset: 0x18060C, size: 0x8, addend: 0x0, symName: '_$sSl6LottieAA10LayerModelC7ElementRtzrlE20pairedLayersAndMasks33_FC3CD219EB0C773D32BBE7C7975F0DE6LLSayAC5layer_AC5model_AA9MatteTypeO05matteU0tSg4masktGyKFs18ReversedCollectionVySayACGG_Tg5', symObjAddr: 0x7E0, symBinAddr: 0xEA6B0, symSize: 0x2F0 } + - { offsetInCU: 0x1342, offset: 0x180BFE, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSDySiSay6Lottie10LayerModelCGG_s17_NativeDictionaryVySiAGGTg5051$sSD16compactMapValuesySDyxqd__Gqd__Sgq_KXEKlFys17_gh47Vyxqd__Gz_x3key_q_5valuettKXEfU_Si_Say6Lottie10eF7CGAKTG5xq_Sgs5Error_pr0_lyAhGIsgnrzo_Tf1ncn_nTf4nng_n', symObjAddr: 0xFC0, symBinAddr: 0xEAE90, symSize: 0x340 } + - { offsetInCU: 0x153A, offset: 0x180DF6, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSlsWl', symObjAddr: 0x1650, symBinAddr: 0xEB4C0, symSize: 0x40 } + - { offsetInCU: 0x154E, offset: 0x180E0A, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGMa', symObjAddr: 0x1690, symBinAddr: 0xEB500, symSize: 0x50 } + - { offsetInCU: 0x1590, offset: 0x180E4C, size: 0x8, addend: 0x0, symName: '_$sSD8grouping2bySDyxSay7ElementQyd__GGqd__n_xADKXEtKcAERs_STRd__lufCSi_s18ReversedCollectionVySay6Lottie10LayerModelCGGTg5014$sSo7CALayerC6f8E19setupg30Hierarchy3for7contextySayAC0D5h3CG_P68D7ContextVtKFSiAHcfu_32c6367eac2e4f99784ca5c07d849dde74AHSiTf3nnpk_nTf1ncn_nTf4gd_n', symObjAddr: 0xC70, symBinAddr: 0xEAB40, symSize: 0x350 } + - { offsetInCU: 0x199, offset: 0x1817FA, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11DashElementCRszlE23shapeLayerConfigurations15ContiguousArrayVyAFyAA8KeyframeCyAA0A8Vector1DVGGG12dashPatterns_AL0K5Phasetvg', symObjAddr: 0x0, symBinAddr: 0xEB560, symSize: 0x790 } + - { offsetInCU: 0xA34, offset: 0x182095, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfd', symObjAddr: 0x790, symBinAddr: 0xEBCF0, symSize: 0x60 } + - { offsetInCU: 0xA61, offset: 0x1820C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfD', symObjAddr: 0x7F0, symBinAddr: 0xEBD50, symSize: 0x20 } + - { offsetInCU: 0xA9D, offset: 0x1820FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x830, symBinAddr: 0xEBD90, symSize: 0x20 } + - { offsetInCU: 0xADE, offset: 0x18213F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x850, symBinAddr: 0xEBDB0, symSize: 0x30 } + - { offsetInCU: 0xB1F, offset: 0x182180, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x880, symBinAddr: 0xEBDE0, symSize: 0x20 } + - { offsetInCU: 0xB51, offset: 0x1821B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesC6strokeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xE50, symBinAddr: 0xEC3B0, symSize: 0x6E0 } + - { offsetInCU: 0x1063, offset: 0x1826C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCMa', symObjAddr: 0x810, symBinAddr: 0xEBD70, symSize: 0x20 } + - { offsetInCU: 0x10C4, offset: 0x182725, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x8A0, symBinAddr: 0xEBE00, symSize: 0x80 } + - { offsetInCU: 0x126B, offset: 0x1828CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCfD', symObjAddr: 0x920, symBinAddr: 0xEBE80, symSize: 0x40 } + - { offsetInCU: 0x12CC, offset: 0x18292D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x980, symBinAddr: 0xEBEE0, symSize: 0x40 } + - { offsetInCU: 0x1316, offset: 0x182977, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x9C0, symBinAddr: 0xEBF20, symSize: 0x30 } + - { offsetInCU: 0x1357, offset: 0x1829B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x9F0, symBinAddr: 0xEBF50, symSize: 0x10 } + - { offsetInCU: 0x1389, offset: 0x1829EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0xA00, symBinAddr: 0xEBF60, symSize: 0x10 } + - { offsetInCU: 0x13ED, offset: 0x182A4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0xA10, symBinAddr: 0xEBF70, symSize: 0x20 } + - { offsetInCU: 0x144F, offset: 0x182AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xA30, symBinAddr: 0xEBF90, symSize: 0x10 } + - { offsetInCU: 0x147A, offset: 0x182ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xA40, symBinAddr: 0xEBFA0, symSize: 0x10 } + - { offsetInCU: 0x14AC, offset: 0x182B0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xA50, symBinAddr: 0xEBFB0, symSize: 0x10 } + - { offsetInCU: 0x14D7, offset: 0x182B38, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xA60, symBinAddr: 0xEBFC0, symSize: 0x10 } + - { offsetInCU: 0x1518, offset: 0x182B79, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xA70, symBinAddr: 0xEBFD0, symSize: 0x10 } + - { offsetInCU: 0x1559, offset: 0x182BBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xA80, symBinAddr: 0xEBFE0, symSize: 0x20 } + - { offsetInCU: 0x158B, offset: 0x182BEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xAA0, symBinAddr: 0xEC000, symSize: 0x10 } + - { offsetInCU: 0x15C5, offset: 0x182C26, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0xAB0, symBinAddr: 0xEC010, symSize: 0x50 } + - { offsetInCU: 0x1602, offset: 0x182C63, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1530, symBinAddr: 0xECA90, symSize: 0x380 } + - { offsetInCU: 0x1C09, offset: 0x18326A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCMa', symObjAddr: 0x960, symBinAddr: 0xEBEC0, symSize: 0x20 } + - { offsetInCU: 0x1CEE, offset: 0x18334F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC14keyframeGroupsACyxGs15ContiguousArrayVyAGyAA8KeyframeCyxGGG_tcfcAA0A8Vector1DV_Tg5Tf4gn_n', symObjAddr: 0xC70, symBinAddr: 0xEC1D0, symSize: 0x1E0 } + - { offsetInCU: 0x5E, offset: 0x184408, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0xECE10, symSize: 0x20 } + - { offsetInCU: 0x90, offset: 0x18443A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x20, symBinAddr: 0xECE30, symSize: 0x40 } + - { offsetInCU: 0xB5, offset: 0x18445F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x60, symBinAddr: 0xECE70, symSize: 0x890 } + - { offsetInCU: 0x1DE, offset: 0x184588, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x8F0, symBinAddr: 0xED700, symSize: 0xDA0 } + - { offsetInCU: 0x5AC, offset: 0x184956, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueSSvg', symObjAddr: 0x1690, symBinAddr: 0xEE4A0, symSize: 0x20 } + - { offsetInCU: 0x5E3, offset: 0x18498D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x19F0, symBinAddr: 0xEE800, symSize: 0x20 } + - { offsetInCU: 0x656, offset: 0x184A00, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x1B60, symBinAddr: 0xEE970, symSize: 0x40 } + - { offsetInCU: 0x69C, offset: 0x184A46, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x1BA0, symBinAddr: 0xEE9B0, symSize: 0x30 } + - { offsetInCU: 0x6B0, offset: 0x184A5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1BD0, symBinAddr: 0xEE9E0, symSize: 0x10 } + - { offsetInCU: 0x6E6, offset: 0x184A90, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1BE0, symBinAddr: 0xEE9F0, symSize: 0x30 } + - { offsetInCU: 0x74B, offset: 0x184AF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1C10, symBinAddr: 0xEEA20, symSize: 0x10 } + - { offsetInCU: 0x767, offset: 0x184B11, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1C20, symBinAddr: 0xEEA30, symSize: 0x10 } + - { offsetInCU: 0x783, offset: 0x184B2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x23A0, symBinAddr: 0xEEFA0, symSize: 0x50 } + - { offsetInCU: 0x7B0, offset: 0x184B5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x16B0, symBinAddr: 0xEE4C0, symSize: 0x340 } + - { offsetInCU: 0x80C, offset: 0x184BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfd', symObjAddr: 0x1CD0, symBinAddr: 0xEEAE0, symSize: 0x70 } + - { offsetInCU: 0x857, offset: 0x184C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfD', symObjAddr: 0x1D40, symBinAddr: 0xEEB50, symSize: 0x20 } + - { offsetInCU: 0x893, offset: 0x184C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1D80, symBinAddr: 0xEEB90, symSize: 0x20 } + - { offsetInCU: 0x8D4, offset: 0x184C7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1DA0, symBinAddr: 0xEEBB0, symSize: 0x20 } + - { offsetInCU: 0x915, offset: 0x184CBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1DC0, symBinAddr: 0xEEBD0, symSize: 0x20 } + - { offsetInCU: 0x956, offset: 0x184D00, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1DE0, symBinAddr: 0xEEBF0, symSize: 0x20 } + - { offsetInCU: 0x9D6, offset: 0x184D80, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfE', symObjAddr: 0x1C70, symBinAddr: 0xEEA80, symSize: 0x60 } + - { offsetInCU: 0xA2E, offset: 0x184DD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCMa', symObjAddr: 0x1D60, symBinAddr: 0xEEB70, symSize: 0x20 } + - { offsetInCU: 0xA42, offset: 0x184DEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs0D3KeyAAWl', symObjAddr: 0x1E70, symBinAddr: 0xEEC10, symSize: 0x30 } + - { offsetInCU: 0xA56, offset: 0x184E00, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwet', symObjAddr: 0x2150, symBinAddr: 0xEED50, symSize: 0x80 } + - { offsetInCU: 0xA6A, offset: 0x184E14, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwst', symObjAddr: 0x21D0, symBinAddr: 0xEEDD0, symSize: 0xD0 } + - { offsetInCU: 0xA7E, offset: 0x184E28, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwug', symObjAddr: 0x22A0, symBinAddr: 0xEEEA0, symSize: 0x10 } + - { offsetInCU: 0xA92, offset: 0x184E3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwup', symObjAddr: 0x22B0, symBinAddr: 0xEEEB0, symSize: 0x10 } + - { offsetInCU: 0xAA6, offset: 0x184E50, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwui', symObjAddr: 0x22C0, symBinAddr: 0xEEEC0, symSize: 0x10 } + - { offsetInCU: 0xABA, offset: 0x184E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOMa', symObjAddr: 0x22D0, symBinAddr: 0xEEED0, symSize: 0x10 } + - { offsetInCU: 0xACE, offset: 0x184E78, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASQWb', symObjAddr: 0x22E0, symBinAddr: 0xEEEE0, symSize: 0x10 } + - { offsetInCU: 0xAE2, offset: 0x184E8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFSQAAWl', symObjAddr: 0x22F0, symBinAddr: 0xEEEF0, symSize: 0x30 } + - { offsetInCU: 0xAF6, offset: 0x184EA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2320, symBinAddr: 0xEEF20, symSize: 0x10 } + - { offsetInCU: 0xB0A, offset: 0x184EB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2330, symBinAddr: 0xEEF30, symSize: 0x30 } + - { offsetInCU: 0xB1E, offset: 0x184EC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2360, symBinAddr: 0xEEF60, symSize: 0x10 } + - { offsetInCU: 0xB32, offset: 0x184EDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2370, symBinAddr: 0xEEF70, symSize: 0x30 } + - { offsetInCU: 0xB8B, offset: 0x184F35, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A10, symBinAddr: 0xEE820, symSize: 0x80 } + - { offsetInCU: 0xC5A, offset: 0x185004, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x1A90, symBinAddr: 0xEE8A0, symSize: 0x50 } + - { offsetInCU: 0xCD8, offset: 0x185082, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1AE0, symBinAddr: 0xEE8F0, symSize: 0x30 } + - { offsetInCU: 0xD2A, offset: 0x1850D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1B10, symBinAddr: 0xEE920, symSize: 0x50 } + - { offsetInCU: 0xD8D, offset: 0x185137, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1C30, symBinAddr: 0xEEA40, symSize: 0x20 } + - { offsetInCU: 0xDA9, offset: 0x185153, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1C50, symBinAddr: 0xEEA60, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x18533D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0xEEFF0, symSize: 0x30 } + - { offsetInCU: 0x73, offset: 0x185385, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0xEEFF0, symSize: 0x30 } + - { offsetInCU: 0xB8, offset: 0x1853CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCMa', symObjAddr: 0x30, symBinAddr: 0xEF020, symSize: 0x14 } + - { offsetInCU: 0x4A, offset: 0x18554C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DateV6LottieE8dateTimeACs6UInt16V_AGt_tcfC', symObjAddr: 0x0, symBinAddr: 0xEF040, symSize: 0xA0 } + - { offsetInCU: 0x16A, offset: 0x18566C, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE30createParentDirectoryStructure3fory10Foundation3URLV_tKF', symObjAddr: 0xA0, symBinAddr: 0xEF0E0, symSize: 0x120 } + - { offsetInCU: 0x237, offset: 0x185739, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x1C0, symBinAddr: 0xEF200, symSize: 0x60 } + - { offsetInCU: 0x33E, offset: 0x185840, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x220, symBinAddr: 0xEF260, symSize: 0xE0 } + - { offsetInCU: 0x6DD, offset: 0x185BDF, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nnncn_n', symObjAddr: 0x300, symBinAddr: 0xEF340, symSize: 0xA70 } + - { offsetInCU: 0xA84, offset: 0x185F86, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6i114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5J10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xD70, symBinAddr: 0xEFDB0, symSize: 0x3C0 } + - { offsetInCU: 0xC37, offset: 0x186139, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0x1130, symBinAddr: 0xF0170, symSize: 0x2E0 } + - { offsetInCU: 0xE24, offset: 0x186326, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0x1410, symBinAddr: 0xF0450, symSize: 0x170 } + - { offsetInCU: 0xFA0, offset: 0x1864A2, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6g114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5H10V_ATtXEfU_Tf1nnnnc_n', symObjAddr: 0x1580, symBinAddr: 0xF05C0, symSize: 0x3D0 } + - { offsetInCU: 0x102E, offset: 0x186530, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSnySiG_Tgq5', symObjAddr: 0x1950, symBinAddr: 0xF0990, symSize: 0x20 } + - { offsetInCU: 0x1067, offset: 0x186569, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tgq5', symObjAddr: 0x1970, symBinAddr: 0xF09B0, symSize: 0x110 } + - { offsetInCU: 0x10F1, offset: 0x1865F3, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie5EntryV_Tg5', symObjAddr: 0x1A80, symBinAddr: 0xF0AC0, symSize: 0x20 } + - { offsetInCU: 0x111E, offset: 0x186620, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE11permissions3for6osType05entryG0s6UInt16Vs6UInt32V_AC5EntryV6OSTypeOAM0kG0OtFZTf4nnnd_n', symObjAddr: 0x1AA0, symBinAddr: 0xF0AE0, symSize: 0x60 } + - { offsetInCU: 0x126C, offset: 0x18676E, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE10attributes4fromSDySo0A12AttributeKeyaypGAC5EntryV_tFZTf4nd_n', symObjAddr: 0x1B00, symBinAddr: 0xF0B40, symSize: 0x320 } + - { offsetInCU: 0x1730, offset: 0x186C32, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFTf4nnnnnd_n', symObjAddr: 0x1E20, symBinAddr: 0xF0E60, symSize: 0xEE0 } + - { offsetInCU: 0x1E38, offset: 0x18733A, size: 0x8, addend: 0x0, symName: '_$s10Foundation10CocoaErrorVAcA21_BridgedStoredNSErrorAAWl', symObjAddr: 0x2D40, symBinAddr: 0xF1D40, symSize: 0x40 } + - { offsetInCU: 0x1E4C, offset: 0x18734E, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOc', symObjAddr: 0x2D80, symBinAddr: 0xF1D80, symSize: 0x40 } + - { offsetInCU: 0x1E60, offset: 0x187362, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAEs0C0AAWl', symObjAddr: 0x2DC0, symBinAddr: 0xF1DC0, symSize: 0x30 } + - { offsetInCU: 0x1E74, offset: 0x187376, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOr', symObjAddr: 0x2DF0, symBinAddr: 0xF1DF0, symSize: 0x170 } + - { offsetInCU: 0x1E88, offset: 0x18738A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOy', symObjAddr: 0x2FC0, symBinAddr: 0xF1F60, symSize: 0x20 } + - { offsetInCU: 0x1E9C, offset: 0x18739E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOy', symObjAddr: 0x2FE0, symBinAddr: 0xF1F80, symSize: 0x20 } + - { offsetInCU: 0x1EB0, offset: 0x1873B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOs', symObjAddr: 0x3000, symBinAddr: 0xF1FA0, symSize: 0x170 } + - { offsetInCU: 0x1EC4, offset: 0x1873C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOe', symObjAddr: 0x31B0, symBinAddr: 0xF2110, symSize: 0x20 } + - { offsetInCU: 0x1ED8, offset: 0x1873DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOe', symObjAddr: 0x31D0, symBinAddr: 0xF2130, symSize: 0x20 } + - { offsetInCU: 0x1EEC, offset: 0x1873EE, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOh', symObjAddr: 0x31F0, symBinAddr: 0xF2150, symSize: 0x30 } + - { offsetInCU: 0x1F00, offset: 0x187402, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_0, symObjAddr: 0x3250, symBinAddr: 0xF21B0, symSize: 0x30 } + - { offsetInCU: 0x1F14, offset: 0x187416, size: 0x8, addend: 0x0, symName: '_$sSo8NSNumberCMa', symObjAddr: 0x32A0, symBinAddr: 0xF21E0, symSize: 0x30 } + - { offsetInCU: 0x69, offset: 0x187A19, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCfD', symObjAddr: 0x0, symBinAddr: 0xF2210, symSize: 0x50 } + - { offsetInCU: 0xDC, offset: 0x187A8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCMa', symObjAddr: 0x50, symBinAddr: 0xF2260, symSize: 0x20 } + - { offsetInCU: 0x6E5, offset: 0x188095, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyF', symObjAddr: 0x70, symBinAddr: 0xF2280, symSize: 0x1AC0 } + - { offsetInCU: 0x1B5B, offset: 0x18950B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10RenderNode_pWOb', symObjAddr: 0x1BA0, symBinAddr: 0xF3D70, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x189859, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xF3D90, symSize: 0x10 } + - { offsetInCU: 0x8A, offset: 0x1898B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0xF3E40, symSize: 0x20 } + - { offsetInCU: 0xBB, offset: 0x1898E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0xF3E60, symSize: 0x10 } + - { offsetInCU: 0xE4, offset: 0x189912, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x170, symBinAddr: 0xF3F00, symSize: 0x40 } + - { offsetInCU: 0x109, offset: 0x189937, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1B0, symBinAddr: 0xF3F40, symSize: 0x190 } + - { offsetInCU: 0x171, offset: 0x18999F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x340, symBinAddr: 0xF40D0, symSize: 0x100 } + - { offsetInCU: 0x223, offset: 0x189A51, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x440, symBinAddr: 0xF41D0, symSize: 0xF0 } + - { offsetInCU: 0x2A6, offset: 0x189AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x570, symBinAddr: 0xF4300, symSize: 0x60 } + - { offsetInCU: 0x2E9, offset: 0x189B17, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x5D0, symBinAddr: 0xF4360, symSize: 0x20 } + - { offsetInCU: 0x329, offset: 0x189B57, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x5F0, symBinAddr: 0xF4380, symSize: 0x10 } + - { offsetInCU: 0x374, offset: 0x189BA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x600, symBinAddr: 0xF4390, symSize: 0x60 } + - { offsetInCU: 0x3BF, offset: 0x189BED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x660, symBinAddr: 0xF43F0, symSize: 0x10 } + - { offsetInCU: 0x3DB, offset: 0x189C09, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x670, symBinAddr: 0xF4400, symSize: 0x10 } + - { offsetInCU: 0x3F7, offset: 0x189C25, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO11stringValueSSvgTf4d_n', symObjAddr: 0xCB0, symBinAddr: 0xF4910, symSize: 0x20 } + - { offsetInCU: 0x433, offset: 0x189C61, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCfD', symObjAddr: 0x6C0, symBinAddr: 0xF4450, symSize: 0x20 } + - { offsetInCU: 0x4DE, offset: 0x189D0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCMa', symObjAddr: 0x6E0, symBinAddr: 0xF4470, symSize: 0x20 } + - { offsetInCU: 0x4F2, offset: 0x189D20, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwet', symObjAddr: 0x720, symBinAddr: 0xF4490, symSize: 0x80 } + - { offsetInCU: 0x506, offset: 0x189D34, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwst', symObjAddr: 0x7A0, symBinAddr: 0xF4510, symSize: 0xD0 } + - { offsetInCU: 0x51A, offset: 0x189D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwug', symObjAddr: 0x870, symBinAddr: 0xF45E0, symSize: 0x10 } + - { offsetInCU: 0x52E, offset: 0x189D5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwup', symObjAddr: 0x880, symBinAddr: 0xF45F0, symSize: 0x10 } + - { offsetInCU: 0x542, offset: 0x189D70, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwui', symObjAddr: 0x890, symBinAddr: 0xF4600, symSize: 0x10 } + - { offsetInCU: 0x556, offset: 0x189D84, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOMa', symObjAddr: 0x8A0, symBinAddr: 0xF4610, symSize: 0x10 } + - { offsetInCU: 0x56A, offset: 0x189D98, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASQWb', symObjAddr: 0x8B0, symBinAddr: 0xF4620, symSize: 0x10 } + - { offsetInCU: 0x57E, offset: 0x189DAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSQAAWl', symObjAddr: 0x8C0, symBinAddr: 0xF4630, symSize: 0x30 } + - { offsetInCU: 0x592, offset: 0x189DC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSYAAWl', symObjAddr: 0x8F0, symBinAddr: 0xF4660, symSize: 0x30 } + - { offsetInCU: 0x5A6, offset: 0x189DD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs0C3KeyAAWl', symObjAddr: 0x990, symBinAddr: 0xF4690, symSize: 0x30 } + - { offsetInCU: 0x5BA, offset: 0x189DE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSEAAWl', symObjAddr: 0x9C0, symBinAddr: 0xF46C0, symSize: 0x30 } + - { offsetInCU: 0x5CE, offset: 0x189DFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSeAAWl', symObjAddr: 0xA20, symBinAddr: 0xF46F0, symSize: 0x30 } + - { offsetInCU: 0x5E2, offset: 0x189E10, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwet', symObjAddr: 0xAC0, symBinAddr: 0xF4720, symSize: 0x50 } + - { offsetInCU: 0x5F6, offset: 0x189E24, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwst', symObjAddr: 0xB10, symBinAddr: 0xF4770, symSize: 0xA0 } + - { offsetInCU: 0x60A, offset: 0x189E38, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwug', symObjAddr: 0xBB0, symBinAddr: 0xF4810, symSize: 0x10 } + - { offsetInCU: 0x61E, offset: 0x189E4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwup', symObjAddr: 0xBC0, symBinAddr: 0xF4820, symSize: 0x10 } + - { offsetInCU: 0x632, offset: 0x189E60, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwui', symObjAddr: 0xBD0, symBinAddr: 0xF4830, symSize: 0x10 } + - { offsetInCU: 0x646, offset: 0x189E74, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOMa', symObjAddr: 0xBE0, symBinAddr: 0xF4840, symSize: 0x10 } + - { offsetInCU: 0x65A, offset: 0x189E88, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASQWb', symObjAddr: 0xBF0, symBinAddr: 0xF4850, symSize: 0x10 } + - { offsetInCU: 0x66E, offset: 0x189E9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFSQAAWl', symObjAddr: 0xC00, symBinAddr: 0xF4860, symSize: 0x30 } + - { offsetInCU: 0x682, offset: 0x189EB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC30, symBinAddr: 0xF4890, symSize: 0x10 } + - { offsetInCU: 0x696, offset: 0x189EC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC40, symBinAddr: 0xF48A0, symSize: 0x30 } + - { offsetInCU: 0x6AA, offset: 0x189ED8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC70, symBinAddr: 0xF48D0, symSize: 0x10 } + - { offsetInCU: 0x6BE, offset: 0x189EEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xC80, symBinAddr: 0xF48E0, symSize: 0x30 } + - { offsetInCU: 0x6F2, offset: 0x189F20, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xF3D90, symSize: 0x10 } + - { offsetInCU: 0x783, offset: 0x189FB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0xF3DA0, symSize: 0x40 } + - { offsetInCU: 0x832, offset: 0x18A060, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0xF3DE0, symSize: 0x20 } + - { offsetInCU: 0x885, offset: 0x18A0B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0xF3E00, symSize: 0x40 } + - { offsetInCU: 0x909, offset: 0x18A137, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0xF3E70, symSize: 0x50 } + - { offsetInCU: 0x92C, offset: 0x18A15A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0xF3EC0, symSize: 0x40 } + - { offsetInCU: 0x95E, offset: 0x18A18C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x530, symBinAddr: 0xF42C0, symSize: 0x10 } + - { offsetInCU: 0x99E, offset: 0x18A1CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x540, symBinAddr: 0xF42D0, symSize: 0x10 } + - { offsetInCU: 0x9DE, offset: 0x18A20C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x550, symBinAddr: 0xF42E0, symSize: 0x10 } + - { offsetInCU: 0xA1E, offset: 0x18A24C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x560, symBinAddr: 0xF42F0, symSize: 0x10 } + - { offsetInCU: 0xA56, offset: 0x18A284, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x680, symBinAddr: 0xF4410, symSize: 0x20 } + - { offsetInCU: 0xA72, offset: 0x18A2A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x6A0, symBinAddr: 0xF4430, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x18A48F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xF4930, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x18A4B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xF4930, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x18A4D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0xF4970, symSize: 0x180 } + - { offsetInCU: 0xDC, offset: 0x18A540, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C0, symBinAddr: 0xF4AF0, symSize: 0xE0 } + - { offsetInCU: 0x15F, offset: 0x18A5C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2E0, symBinAddr: 0xF4C10, symSize: 0x60 } + - { offsetInCU: 0x1A2, offset: 0x18A606, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x340, symBinAddr: 0xF4C70, symSize: 0x20 } + - { offsetInCU: 0x1E2, offset: 0x18A646, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x360, symBinAddr: 0xF4C90, symSize: 0x10 } + - { offsetInCU: 0x22D, offset: 0x18A691, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x370, symBinAddr: 0xF4CA0, symSize: 0x60 } + - { offsetInCU: 0x278, offset: 0x18A6DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x3D0, symBinAddr: 0xF4D00, symSize: 0x10 } + - { offsetInCU: 0x294, offset: 0x18A6F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0xF4D10, symSize: 0x10 } + - { offsetInCU: 0x2B0, offset: 0x18A714, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO11stringValueSSvgTf4d_n', symObjAddr: 0x7E0, symBinAddr: 0xF5020, symSize: 0x20 } + - { offsetInCU: 0x2EC, offset: 0x18A750, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfD', symObjAddr: 0x450, symBinAddr: 0xF4D80, symSize: 0x60 } + - { offsetInCU: 0x346, offset: 0x18A7AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfE', symObjAddr: 0x430, symBinAddr: 0xF4D60, symSize: 0x20 } + - { offsetInCU: 0x39E, offset: 0x18A802, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCMa', symObjAddr: 0x4B0, symBinAddr: 0xF4DE0, symSize: 0x20 } + - { offsetInCU: 0x3B2, offset: 0x18A816, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs0E3KeyAAWl', symObjAddr: 0x540, symBinAddr: 0xF4E00, symSize: 0x30 } + - { offsetInCU: 0x3C6, offset: 0x18A82A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwet', symObjAddr: 0x5F0, symBinAddr: 0xF4E30, symSize: 0x50 } + - { offsetInCU: 0x3DA, offset: 0x18A83E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwst', symObjAddr: 0x640, symBinAddr: 0xF4E80, symSize: 0xA0 } + - { offsetInCU: 0x3EE, offset: 0x18A852, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwug', symObjAddr: 0x6E0, symBinAddr: 0xF4F20, symSize: 0x10 } + - { offsetInCU: 0x402, offset: 0x18A866, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwup', symObjAddr: 0x6F0, symBinAddr: 0xF4F30, symSize: 0x10 } + - { offsetInCU: 0x416, offset: 0x18A87A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwui', symObjAddr: 0x700, symBinAddr: 0xF4F40, symSize: 0x10 } + - { offsetInCU: 0x42A, offset: 0x18A88E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOMa', symObjAddr: 0x710, symBinAddr: 0xF4F50, symSize: 0x10 } + - { offsetInCU: 0x43E, offset: 0x18A8A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASQWb', symObjAddr: 0x720, symBinAddr: 0xF4F60, symSize: 0x10 } + - { offsetInCU: 0x452, offset: 0x18A8B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFSQAAWl', symObjAddr: 0x730, symBinAddr: 0xF4F70, symSize: 0x30 } + - { offsetInCU: 0x466, offset: 0x18A8CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x760, symBinAddr: 0xF4FA0, symSize: 0x10 } + - { offsetInCU: 0x47A, offset: 0x18A8DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x770, symBinAddr: 0xF4FB0, symSize: 0x30 } + - { offsetInCU: 0x48E, offset: 0x18A8F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x7A0, symBinAddr: 0xF4FE0, symSize: 0x10 } + - { offsetInCU: 0x4A2, offset: 0x18A906, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x7B0, symBinAddr: 0xF4FF0, symSize: 0x30 } + - { offsetInCU: 0x4D6, offset: 0x18A93A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2A0, symBinAddr: 0xF4BD0, symSize: 0x10 } + - { offsetInCU: 0x516, offset: 0x18A97A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2B0, symBinAddr: 0xF4BE0, symSize: 0x10 } + - { offsetInCU: 0x556, offset: 0x18A9BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2C0, symBinAddr: 0xF4BF0, symSize: 0x10 } + - { offsetInCU: 0x596, offset: 0x18A9FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2D0, symBinAddr: 0xF4C00, symSize: 0x10 } + - { offsetInCU: 0x5CE, offset: 0x18AA32, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x3F0, symBinAddr: 0xF4D20, symSize: 0x20 } + - { offsetInCU: 0x5EA, offset: 0x18AA4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x410, symBinAddr: 0xF4D40, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x18AC07, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xF5040, symSize: 0xC0 } + - { offsetInCU: 0x64, offset: 0x18AC40, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tF', symObjAddr: 0xC0, symBinAddr: 0xF5100, symSize: 0xF0 } + - { offsetInCU: 0xC1, offset: 0x18AC9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCfD', symObjAddr: 0x1B0, symBinAddr: 0xF51F0, symSize: 0x30 } + - { offsetInCU: 0x104, offset: 0x18ACE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cQ0C_tFTW', symObjAddr: 0x200, symBinAddr: 0xF5240, symSize: 0x20 } + - { offsetInCU: 0x14A, offset: 0x18AD26, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP15contentsGravity3forSo015CALayerContentsP0aAA0C5AssetC_tFTW', symObjAddr: 0x220, symBinAddr: 0xF5260, symSize: 0x40 } + - { offsetInCU: 0x1B9, offset: 0x18AD95, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC05imageD0AdA09AnimationcD0_p_tcfCTf4en_n', symObjAddr: 0x2F0, symBinAddr: 0xF52A0, symSize: 0xE0 } + - { offsetInCU: 0x23B, offset: 0x18AE17, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xF5040, symSize: 0xC0 } + - { offsetInCU: 0x284, offset: 0x18AE60, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCMa', symObjAddr: 0x1E0, symBinAddr: 0xF5220, symSize: 0x20 } + - { offsetInCU: 0x2BE, offset: 0x18AE9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOb', symObjAddr: 0x410, symBinAddr: 0xF5380, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x18B056, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0xF53A0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x18B06E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0xF53A0, symSize: 0x10 } + - { offsetInCU: 0x6C, offset: 0x18B09B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg', symObjAddr: 0x10, symBinAddr: 0xF53B0, symSize: 0x20 } + - { offsetInCU: 0x99, offset: 0x18B0C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwCP', symObjAddr: 0x30, symBinAddr: 0xF53D0, symSize: 0x30 } + - { offsetInCU: 0xAD, offset: 0x18B0DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwxx', symObjAddr: 0x60, symBinAddr: 0xF5400, symSize: 0x20 } + - { offsetInCU: 0xC1, offset: 0x18B0F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwcp', symObjAddr: 0x80, symBinAddr: 0xF5420, symSize: 0x30 } + - { offsetInCU: 0xD5, offset: 0x18B104, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwca', symObjAddr: 0xB0, symBinAddr: 0xF5450, symSize: 0x40 } + - { offsetInCU: 0xE9, offset: 0x18B118, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0xF0, symBinAddr: 0xF5490, symSize: 0x10 } + - { offsetInCU: 0xFD, offset: 0x18B12C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwta', symObjAddr: 0x100, symBinAddr: 0xF54A0, symSize: 0x30 } + - { offsetInCU: 0x111, offset: 0x18B140, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwet', symObjAddr: 0x130, symBinAddr: 0xF54D0, symSize: 0x60 } + - { offsetInCU: 0x125, offset: 0x18B154, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwst', symObjAddr: 0x190, symBinAddr: 0xF5530, symSize: 0x60 } + - { offsetInCU: 0x139, offset: 0x18B168, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwug', symObjAddr: 0x1F0, symBinAddr: 0xF5590, symSize: 0x10 } + - { offsetInCU: 0x14D, offset: 0x18B17C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwup', symObjAddr: 0x200, symBinAddr: 0xF55A0, symSize: 0x10 } + - { offsetInCU: 0x161, offset: 0x18B190, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwui', symObjAddr: 0x210, symBinAddr: 0xF55B0, symSize: 0x20 } + - { offsetInCU: 0x175, offset: 0x18B1A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOMa', symObjAddr: 0x230, symBinAddr: 0xF55D0, symSize: 0xA } + - { offsetInCU: 0x79, offset: 0x18B353, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xF55E0, symSize: 0x50 } + - { offsetInCU: 0xC0, offset: 0x18B39A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfc', symObjAddr: 0x50, symBinAddr: 0xF5630, symSize: 0x250 } + - { offsetInCU: 0x183, offset: 0x18B45D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfcTo', symObjAddr: 0x2A0, symBinAddr: 0xF5880, symSize: 0x50 } + - { offsetInCU: 0x19F, offset: 0x18B479, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2F0, symBinAddr: 0xF58D0, symSize: 0x3A0 } + - { offsetInCU: 0x202, offset: 0x18B4DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCACycfcTo', symObjAddr: 0x690, symBinAddr: 0xF5C70, symSize: 0x30 } + - { offsetInCU: 0x269, offset: 0x18B543, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfD', symObjAddr: 0x730, symBinAddr: 0xF5D10, symSize: 0x30 } + - { offsetInCU: 0x2C3, offset: 0x18B59D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfE', symObjAddr: 0x6C0, symBinAddr: 0xF5CA0, symSize: 0x70 } + - { offsetInCU: 0x2F2, offset: 0x18B5CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfETo', symObjAddr: 0x760, symBinAddr: 0xF5D40, symSize: 0x70 } + - { offsetInCU: 0x321, offset: 0x18B5FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCMa', symObjAddr: 0x7D0, symBinAddr: 0xF5DB0, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x18B60F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwCP', symObjAddr: 0x7F0, symBinAddr: 0xF5DD0, symSize: 0x30 } + - { offsetInCU: 0x349, offset: 0x18B623, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwxx', symObjAddr: 0x820, symBinAddr: 0xF5E00, symSize: 0x50 } + - { offsetInCU: 0x35D, offset: 0x18B637, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwcp', symObjAddr: 0x870, symBinAddr: 0xF5E50, symSize: 0x90 } + - { offsetInCU: 0x371, offset: 0x18B64B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwca', symObjAddr: 0x900, symBinAddr: 0xF5EE0, symSize: 0xC0 } + - { offsetInCU: 0x385, offset: 0x18B65F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwta', symObjAddr: 0x9E0, symBinAddr: 0xF5FA0, symSize: 0x70 } + - { offsetInCU: 0x399, offset: 0x18B673, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwet', symObjAddr: 0xA50, symBinAddr: 0xF6010, symSize: 0x40 } + - { offsetInCU: 0x3AD, offset: 0x18B687, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwst', symObjAddr: 0xA90, symBinAddr: 0xF6050, symSize: 0x50 } + - { offsetInCU: 0x3C1, offset: 0x18B69B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVMa', symObjAddr: 0xAE0, symBinAddr: 0xF60A0, symSize: 0x10 } + - { offsetInCU: 0x3F6, offset: 0x18B6D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0xAF0, symBinAddr: 0xF60B0, symSize: 0x10 } + - { offsetInCU: 0x437, offset: 0x18B711, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0xB30, symBinAddr: 0xF60F0, symSize: 0x10 } + - { offsetInCU: 0x478, offset: 0x18B752, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xB40, symBinAddr: 0xF6100, symSize: 0x10 } + - { offsetInCU: 0x4B9, offset: 0x18B793, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xB50, symBinAddr: 0xF6110, symSize: 0x10 } + - { offsetInCU: 0x4FA, offset: 0x18B7D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xB60, symBinAddr: 0xF6120, symSize: 0x10 } + - { offsetInCU: 0x5AC, offset: 0x18B886, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLV8repeater5indexAdA0B0C_SitcfCTf4nnd_n', symObjAddr: 0xC70, symBinAddr: 0xF61D0, symSize: 0xA80 } + - { offsetInCU: 0xF6C, offset: 0x18C246, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0xB00, symBinAddr: 0xF60C0, symSize: 0x10 } + - { offsetInCU: 0xF9E, offset: 0x18C278, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB10, symBinAddr: 0xF60D0, symSize: 0x10 } + - { offsetInCU: 0xFBA, offset: 0x18C294, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB20, symBinAddr: 0xF60E0, symSize: 0x10 } + - { offsetInCU: 0xFD6, offset: 0x18C2B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB70, symBinAddr: 0xF6130, symSize: 0x10 } + - { offsetInCU: 0xFF2, offset: 0x18C2CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB80, symBinAddr: 0xF6140, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x18CB1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0xF6C50, symSize: 0x210 } + - { offsetInCU: 0x2FF, offset: 0x18CD2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x210, symBinAddr: 0xF6E60, symSize: 0x310 } + - { offsetInCU: 0x613, offset: 0x18D03F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x520, symBinAddr: 0xF7170, symSize: 0x670 } + - { offsetInCU: 0x883, offset: 0x18D2AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfcyAA0aB0CSgcfU_', symObjAddr: 0xB90, symBinAddr: 0xF77E0, symSize: 0x80 } + - { offsetInCU: 0x8FB, offset: 0x18D327, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xC10, symBinAddr: 0xF7860, symSize: 0x210 } + - { offsetInCU: 0xAEE, offset: 0x18D51A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0xE20, symBinAddr: 0xF7A70, symSize: 0x260 } + - { offsetInCU: 0xC64, offset: 0x18D690, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1080, symBinAddr: 0xF7CD0, symSize: 0x250 } + - { offsetInCU: 0xE88, offset: 0x18D8B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x12D0, symBinAddr: 0xF7F20, symSize: 0x8D0 } + - { offsetInCU: 0x1163, offset: 0x18DB8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1BA0, symBinAddr: 0xF87F0, symSize: 0x260 } + - { offsetInCU: 0x12B4, offset: 0x18DCE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1F00, symBinAddr: 0xF8B50, symSize: 0x10 } + - { offsetInCU: 0x1308, offset: 0x18DD34, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x1F10, symBinAddr: 0xF8B60, symSize: 0x30 } + - { offsetInCU: 0x13EC, offset: 0x18DE18, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1F40, symBinAddr: 0xF8B90, symSize: 0x20 } + - { offsetInCU: 0x1475, offset: 0x18DEA1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgSo13NSURLResponseCSgs5Error_pSgIeghggg_So6NSDataCSgAGSo7NSErrorCSgIeyBhyyy_TR', symObjAddr: 0x1FD0, symBinAddr: 0xF8C20, symSize: 0xF0 } + - { offsetInCU: 0x148D, offset: 0x18DEB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfcyAA0aB0CSgcfU_TA', symObjAddr: 0x21F0, symBinAddr: 0xF8D40, symSize: 0x20 } + - { offsetInCU: 0x14A1, offset: 0x18DECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_TA', symObjAddr: 0x2290, symBinAddr: 0xF8DE0, symSize: 0x70 } + - { offsetInCU: 0x14B5, offset: 0x18DEE1, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2300, symBinAddr: 0xF8E50, symSize: 0x20 } + - { offsetInCU: 0x14C9, offset: 0x18DEF5, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2320, symBinAddr: 0xF8E70, symSize: 0x10 } + - { offsetInCU: 0x14DD, offset: 0x18DF09, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOy', symObjAddr: 0x2350, symBinAddr: 0xF8EA0, symSize: 0x20 } + - { offsetInCU: 0x14F1, offset: 0x18DF1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOe', symObjAddr: 0x23A0, symBinAddr: 0xF8EF0, symSize: 0x20 } + - { offsetInCU: 0x1505, offset: 0x18DF31, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOb', symObjAddr: 0x24F0, symBinAddr: 0xF9040, symSize: 0x40 } + - { offsetInCU: 0x1519, offset: 0x18DF45, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_TA', symObjAddr: 0x2530, symBinAddr: 0xF9080, symSize: 0x80 } + - { offsetInCU: 0x152D, offset: 0x18DF59, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pWOb', symObjAddr: 0x25B0, symBinAddr: 0xF9100, symSize: 0x20 } + - { offsetInCU: 0x1541, offset: 0x18DF6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACs0C0AAWl', symObjAddr: 0x26F0, symBinAddr: 0xF9180, symSize: 0x30 } + - { offsetInCU: 0x1555, offset: 0x18DF81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwet', symObjAddr: 0x2740, symBinAddr: 0xF91B0, symSize: 0x50 } + - { offsetInCU: 0x1569, offset: 0x18DF95, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwst', symObjAddr: 0x2790, symBinAddr: 0xF9200, symSize: 0xA0 } + - { offsetInCU: 0x157D, offset: 0x18DFA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwug', symObjAddr: 0x2830, symBinAddr: 0xF92A0, symSize: 0x10 } + - { offsetInCU: 0x1591, offset: 0x18DFBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwup', symObjAddr: 0x2840, symBinAddr: 0xF92B0, symSize: 0x10 } + - { offsetInCU: 0x15A5, offset: 0x18DFD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwui', symObjAddr: 0x2850, symBinAddr: 0xF92C0, symSize: 0x10 } + - { offsetInCU: 0x15B9, offset: 0x18DFE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOMa', symObjAddr: 0x2860, symBinAddr: 0xF92D0, symSize: 0x10 } + - { offsetInCU: 0x15CD, offset: 0x18DFF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASQWb', symObjAddr: 0x2870, symBinAddr: 0xF92E0, symSize: 0x10 } + - { offsetInCU: 0x15E1, offset: 0x18E00D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACSQAAWl', symObjAddr: 0x2880, symBinAddr: 0xF92F0, symSize: 0x30 } + - { offsetInCU: 0x16DC, offset: 0x18E108, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1F60, symBinAddr: 0xF8BB0, symSize: 0x30 } + - { offsetInCU: 0x1779, offset: 0x18E1A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x1F90, symBinAddr: 0xF8BE0, symSize: 0x10 } + - { offsetInCU: 0x1795, offset: 0x18E1C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x1FA0, symBinAddr: 0xF8BF0, symSize: 0x10 } + - { offsetInCU: 0x17B1, offset: 0x18E1DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x1FB0, symBinAddr: 0xF8C00, symSize: 0x10 } + - { offsetInCU: 0x17CD, offset: 0x18E1F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x1FC0, symBinAddr: 0xF8C10, symSize: 0x10 } + - { offsetInCU: 0x1A0, offset: 0x18E600, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xF9340, symSize: 0x980 } + - { offsetInCU: 0x664, offset: 0x18EAC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC5valueACyp_tKcfc', symObjAddr: 0x980, symBinAddr: 0xF9CC0, symSize: 0xA70 } + - { offsetInCU: 0xC57, offset: 0x18F0B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC6encode2toys7Encoder_p_tKF', symObjAddr: 0x13F0, symBinAddr: 0xFA730, symSize: 0x170 } + - { offsetInCU: 0xDA1, offset: 0x18F201, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCfD', symObjAddr: 0x1560, symBinAddr: 0xFA8A0, symSize: 0x40 } + - { offsetInCU: 0xDFC, offset: 0x18F25C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x15C0, symBinAddr: 0xFA900, symSize: 0x50 } + - { offsetInCU: 0xE34, offset: 0x18F294, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1610, symBinAddr: 0xFA950, symSize: 0x20 } + - { offsetInCU: 0xFEB, offset: 0x18F44B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCMa', symObjAddr: 0x15A0, symBinAddr: 0xFA8E0, symSize: 0x20 } + - { offsetInCU: 0xFFF, offset: 0x18F45F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x16D0, symBinAddr: 0xFA970, symSize: 0x30 } + - { offsetInCU: 0x103F, offset: 0x18F49F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x1700, symBinAddr: 0xFA9A0, symSize: 0x80 } + - { offsetInCU: 0x10DD, offset: 0x18F53D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector1DVTB5', symObjAddr: 0x1780, symBinAddr: 0xFAA20, symSize: 0x40 } + - { offsetInCU: 0x117B, offset: 0x18F5DB, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector3DVTB5', symObjAddr: 0x17C0, symBinAddr: 0xFAA60, symSize: 0x50 } + - { offsetInCU: 0x1219, offset: 0x18F679, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x1810, symBinAddr: 0xFAAB0, symSize: 0x40 } + - { offsetInCU: 0x12B7, offset: 0x18F717, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M5ColorVTB5', symObjAddr: 0x1850, symBinAddr: 0xFAAF0, symSize: 0x60 } + - { offsetInCU: 0x1355, offset: 0x18F7B5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x18B0, symBinAddr: 0xFAB50, symSize: 0x50 } + - { offsetInCU: 0x13F3, offset: 0x18F853, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x1900, symBinAddr: 0xFABA0, symSize: 0x60 } + - { offsetInCU: 0x1491, offset: 0x18F8F1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x1970, symBinAddr: 0xFAC10, symSize: 0x60 } + - { offsetInCU: 0x152F, offset: 0x18F98F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x19D0, symBinAddr: 0xFAC70, symSize: 0x60 } + - { offsetInCU: 0x15CD, offset: 0x18FA2D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1A30, symBinAddr: 0xFACD0, symSize: 0x70 } + - { offsetInCU: 0x166B, offset: 0x18FACB, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x1AA0, symBinAddr: 0xFAD40, symSize: 0x60 } + - { offsetInCU: 0x1714, offset: 0x18FB74, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x1B70, symBinAddr: 0xFAE00, symSize: 0x40 } + - { offsetInCU: 0x17BD, offset: 0x18FC1D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSo7CALayerC_6Lottie16AnimationKeypathVTB5', symObjAddr: 0x1BB0, symBinAddr: 0xFAE40, symSize: 0x40 } + - { offsetInCU: 0x185B, offset: 0x18FCBB, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSu_SSTg5', symObjAddr: 0x1C60, symBinAddr: 0xFAEF0, symSize: 0x50 } + - { offsetInCU: 0x1904, offset: 0x18FD64, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x1CB0, symBinAddr: 0xFAF40, symSize: 0x60 } + - { offsetInCU: 0x1A47, offset: 0x18FEA7, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x1D70, symBinAddr: 0xFB000, symSize: 0x240 } + - { offsetInCU: 0x1C51, offset: 0x1900B1, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie15AnyNodeProperty_p_G_Tg5', symObjAddr: 0x1FB0, symBinAddr: 0xFB240, symSize: 0x230 } + - { offsetInCU: 0x1D29, offset: 0x190189, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie5AssetC_G_Tg5', symObjAddr: 0x21E0, symBinAddr: 0xFB470, symSize: 0x220 } + - { offsetInCU: 0x1E2B, offset: 0x19028B, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySo17NSLayoutAttributeVSo0H10ConstraintC_G_Tg5', symObjAddr: 0x2400, symBinAddr: 0xFB690, symSize: 0x220 } + - { offsetInCU: 0x1EE0, offset: 0x190340, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie5AssetCGMa', symObjAddr: 0x2640, symBinAddr: 0xFB8B0, symSize: 0x50 } + - { offsetInCU: 0x75, offset: 0x1907EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xFB9E0, symSize: 0x50 } + - { offsetInCU: 0xBC, offset: 0x190832, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfc', symObjAddr: 0x50, symBinAddr: 0xFBA30, symSize: 0x1D0 } + - { offsetInCU: 0x17F, offset: 0x1908F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfcTo', symObjAddr: 0x220, symBinAddr: 0xFBC00, symSize: 0x50 } + - { offsetInCU: 0x19B, offset: 0x190911, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5setup7contextyAA0D7ContextV_tKF', symObjAddr: 0x270, symBinAddr: 0xFBC50, symSize: 0x100 } + - { offsetInCU: 0x202, offset: 0x190978, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x370, symBinAddr: 0xFBD50, symSize: 0x710 } + - { offsetInCU: 0x49D, offset: 0x190C13, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_n', symObjAddr: 0xA80, symBinAddr: 0xFC460, symSize: 0x70 } + - { offsetInCU: 0x544, offset: 0x190CBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfD', symObjAddr: 0xB10, symBinAddr: 0xFC4F0, symSize: 0x30 } + - { offsetInCU: 0x70E, offset: 0x190E84, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfE', symObjAddr: 0xAF0, symBinAddr: 0xFC4D0, symSize: 0x20 } + - { offsetInCU: 0x73B, offset: 0x190EB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfETo', symObjAddr: 0xB40, symBinAddr: 0xFC520, symSize: 0x20 } + - { offsetInCU: 0x76A, offset: 0x190EE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCMa', symObjAddr: 0xB60, symBinAddr: 0xFC540, symSize: 0x20 } + - { offsetInCU: 0x7A8, offset: 0x190F1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0xB80, symBinAddr: 0xFC560, symSize: 0xA0 } + - { offsetInCU: 0x7F9, offset: 0x190F6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xE00, symBinAddr: 0xFC600, symSize: 0x20 } + - { offsetInCU: 0x835, offset: 0x190FAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_nTA', symObjAddr: 0xEF0, symBinAddr: 0xFC6F0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x19124C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xFC790, symSize: 0xA0 } + - { offsetInCU: 0x79, offset: 0x19129A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xFC790, symSize: 0xA0 } + - { offsetInCU: 0xD2, offset: 0x1912F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfc', symObjAddr: 0xA0, symBinAddr: 0xFC830, symSize: 0x210 } + - { offsetInCU: 0x1AF, offset: 0x1913D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfcTo', symObjAddr: 0x2B0, symBinAddr: 0xFCA40, symSize: 0x50 } + - { offsetInCU: 0x1CB, offset: 0x1913EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x300, symBinAddr: 0xFCA90, symSize: 0x580 } + - { offsetInCU: 0x41D, offset: 0x19163E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfD', symObjAddr: 0x8B0, symBinAddr: 0xFD040, symSize: 0x30 } + - { offsetInCU: 0x468, offset: 0x191689, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCyAcA0bC5ModelCcfcTf4gn_n', symObjAddr: 0xC60, symBinAddr: 0xFD140, symSize: 0x11F } + - { offsetInCU: 0x6A4, offset: 0x1918C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfE', symObjAddr: 0x880, symBinAddr: 0xFD010, symSize: 0x30 } + - { offsetInCU: 0x6D1, offset: 0x1918F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfETo', symObjAddr: 0x8E0, symBinAddr: 0xFD070, symSize: 0x30 } + - { offsetInCU: 0x700, offset: 0x191921, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCMa', symObjAddr: 0x910, symBinAddr: 0xFD0A0, symSize: 0x20 } + - { offsetInCU: 0x714, offset: 0x191935, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSgWOb', symObjAddr: 0x9C0, symBinAddr: 0xFD0F0, symSize: 0x40 } + - { offsetInCU: 0x728, offset: 0x191949, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0xA00, symBinAddr: 0xFD130, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x191BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xFD260, symSize: 0x160 } + - { offsetInCU: 0x5C, offset: 0x191C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xFD260, symSize: 0x160 } + - { offsetInCU: 0xB8, offset: 0x191C5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x160, symBinAddr: 0xFD3C0, symSize: 0x120 } + - { offsetInCU: 0xF7, offset: 0x191C9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x420, symBinAddr: 0xFD680, symSize: 0x40 } + - { offsetInCU: 0x12E, offset: 0x191CD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO03rawC0SSvg', symObjAddr: 0x460, symBinAddr: 0xFD6C0, symSize: 0x30 } + - { offsetInCU: 0x155, offset: 0x191CFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO06stringC0SSvg', symObjAddr: 0x490, symBinAddr: 0xFD6F0, symSize: 0x30 } + - { offsetInCU: 0x196, offset: 0x191D3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0x500, symBinAddr: 0xFD760, symSize: 0x70 } + - { offsetInCU: 0x1CA, offset: 0x191D6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x570, symBinAddr: 0xFD7D0, symSize: 0x30 } + - { offsetInCU: 0x1E6, offset: 0x191D8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0SSvgTW', symObjAddr: 0x5A0, symBinAddr: 0xFD800, symSize: 0x10 } + - { offsetInCU: 0x21C, offset: 0x191DC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0xSgSS_tcfCTW', symObjAddr: 0x5B0, symBinAddr: 0xFD810, symSize: 0x70 } + - { offsetInCU: 0x267, offset: 0x191E0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0SiSgvgTW', symObjAddr: 0x620, symBinAddr: 0xFD880, symSize: 0x10 } + - { offsetInCU: 0x283, offset: 0x191E28, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0xSgSi_tcfCTW', symObjAddr: 0x630, symBinAddr: 0xFD890, symSize: 0x10 } + - { offsetInCU: 0x2BF, offset: 0x191E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCfD', symObjAddr: 0x680, symBinAddr: 0xFD8E0, symSize: 0x20 } + - { offsetInCU: 0x30A, offset: 0x191EAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x900, symBinAddr: 0xFDB40, symSize: 0x20 } + - { offsetInCU: 0x32D, offset: 0x191ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x920, symBinAddr: 0xFDB60, symSize: 0x20 } + - { offsetInCU: 0x39C, offset: 0x191F41, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10dictionaryACSDySSypG_tKcfcTf4gn_n', symObjAddr: 0xB00, symBinAddr: 0xFDD40, symSize: 0x1C0 } + - { offsetInCU: 0x4E0, offset: 0x192085, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0x350, symBinAddr: 0xFD5B0, symSize: 0x40 } + - { offsetInCU: 0x511, offset: 0x1920B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x390, symBinAddr: 0xFD5F0, symSize: 0x20 } + - { offsetInCU: 0x550, offset: 0x1920F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x3B0, symBinAddr: 0xFD610, symSize: 0x20 } + - { offsetInCU: 0x588, offset: 0x19212D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xEC0, symBinAddr: 0xFE100, symSize: 0xF0 } + - { offsetInCU: 0x5FD, offset: 0x1921A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO13discriminator_WZ', symObjAddr: 0x410, symBinAddr: 0xFD670, symSize: 0x10 } + - { offsetInCU: 0x617, offset: 0x1921BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCMa', symObjAddr: 0x6A0, symBinAddr: 0xFD900, symSize: 0x20 } + - { offsetInCU: 0x62B, offset: 0x1921D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwet', symObjAddr: 0x6E0, symBinAddr: 0xFD920, symSize: 0x80 } + - { offsetInCU: 0x63F, offset: 0x1921E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwst', symObjAddr: 0x760, symBinAddr: 0xFD9A0, symSize: 0xD0 } + - { offsetInCU: 0x653, offset: 0x1921F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwug', symObjAddr: 0x830, symBinAddr: 0xFDA70, symSize: 0x10 } + - { offsetInCU: 0x667, offset: 0x19220C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwup', symObjAddr: 0x840, symBinAddr: 0xFDA80, symSize: 0x10 } + - { offsetInCU: 0x67B, offset: 0x192220, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwui', symObjAddr: 0x850, symBinAddr: 0xFDA90, symSize: 0x10 } + - { offsetInCU: 0x68F, offset: 0x192234, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOMa', symObjAddr: 0x860, symBinAddr: 0xFDAA0, symSize: 0x10 } + - { offsetInCU: 0x6A3, offset: 0x192248, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASQWb', symObjAddr: 0x870, symBinAddr: 0xFDAB0, symSize: 0x10 } + - { offsetInCU: 0x6B7, offset: 0x19225C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSQAAWl', symObjAddr: 0x880, symBinAddr: 0xFDAC0, symSize: 0x30 } + - { offsetInCU: 0x6CB, offset: 0x192270, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOAA11ClassFamilyAAWI', symObjAddr: 0x8B0, symBinAddr: 0xFDAF0, symSize: 0x20 } + - { offsetInCU: 0x6DF, offset: 0x192284, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSeAAWl', symObjAddr: 0x8D0, symBinAddr: 0xFDB10, symSize: 0x30 } + - { offsetInCU: 0x713, offset: 0x1922B8, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x940, symBinAddr: 0xFDB80, symSize: 0x1C0 } + - { offsetInCU: 0x894, offset: 0x192439, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xCC0, symBinAddr: 0xFDF00, symSize: 0x200 } + - { offsetInCU: 0xAAD, offset: 0x192652, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSYAAWl', symObjAddr: 0x1010, symBinAddr: 0xFE1F0, symSize: 0x30 } + - { offsetInCU: 0xAC1, offset: 0x192666, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs0D3KeyAAWl', symObjAddr: 0x1080, symBinAddr: 0xFE220, symSize: 0x30 } + - { offsetInCU: 0xAD5, offset: 0x19267A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSEAAWl', symObjAddr: 0x10B0, symBinAddr: 0xFE250, symSize: 0x30 } + - { offsetInCU: 0xAE9, offset: 0x19268E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwet', symObjAddr: 0x1140, symBinAddr: 0xFE280, symSize: 0x80 } + - { offsetInCU: 0xAFD, offset: 0x1926A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwst', symObjAddr: 0x11C0, symBinAddr: 0xFE300, symSize: 0xD0 } + - { offsetInCU: 0xB11, offset: 0x1926B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwug', symObjAddr: 0x1290, symBinAddr: 0xFE3D0, symSize: 0x10 } + - { offsetInCU: 0xB25, offset: 0x1926CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwup', symObjAddr: 0x12A0, symBinAddr: 0xFE3E0, symSize: 0x10 } + - { offsetInCU: 0xB39, offset: 0x1926DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwui', symObjAddr: 0x12B0, symBinAddr: 0xFE3F0, symSize: 0x10 } + - { offsetInCU: 0xB4D, offset: 0x1926F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOMa', symObjAddr: 0x12C0, symBinAddr: 0xFE400, symSize: 0x10 } + - { offsetInCU: 0xB61, offset: 0x192706, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASQWb', symObjAddr: 0x12D0, symBinAddr: 0xFE410, symSize: 0x10 } + - { offsetInCU: 0xB75, offset: 0x19271A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFSQAAWl', symObjAddr: 0x12E0, symBinAddr: 0xFE420, symSize: 0x30 } + - { offsetInCU: 0xB89, offset: 0x19272E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1310, symBinAddr: 0xFE450, symSize: 0x10 } + - { offsetInCU: 0xB9D, offset: 0x192742, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1320, symBinAddr: 0xFE460, symSize: 0x30 } + - { offsetInCU: 0xBB1, offset: 0x192756, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1350, symBinAddr: 0xFE490, symSize: 0x10 } + - { offsetInCU: 0xBC5, offset: 0x19276A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1360, symBinAddr: 0xFE4A0, symSize: 0x30 } + - { offsetInCU: 0xBF9, offset: 0x19279E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x280, symBinAddr: 0xFD4E0, symSize: 0x20 } + - { offsetInCU: 0xCB3, offset: 0x192858, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH04hashC0SivgTW', symObjAddr: 0x2A0, symBinAddr: 0xFD500, symSize: 0x40 } + - { offsetInCU: 0xD8B, offset: 0x192930, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xFD540, symSize: 0x30 } + - { offsetInCU: 0xE07, offset: 0x1929AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0x310, symBinAddr: 0xFD570, symSize: 0x40 } + - { offsetInCU: 0xEB4, offset: 0x192A59, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3D0, symBinAddr: 0xFD630, symSize: 0x40 } + - { offsetInCU: 0xED7, offset: 0x192A7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4C0, symBinAddr: 0xFD720, symSize: 0x10 } + - { offsetInCU: 0xEF3, offset: 0x192A98, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH04hashC0SivgTW', symObjAddr: 0x4D0, symBinAddr: 0xFD730, symSize: 0x10 } + - { offsetInCU: 0xF0F, offset: 0x192AB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4E0, symBinAddr: 0xFD740, symSize: 0x10 } + - { offsetInCU: 0xF2B, offset: 0x192AD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0x4F0, symBinAddr: 0xFD750, symSize: 0x10 } + - { offsetInCU: 0xF4E, offset: 0x192AF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x640, symBinAddr: 0xFD8A0, symSize: 0x20 } + - { offsetInCU: 0xF6A, offset: 0x192B0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x660, symBinAddr: 0xFD8C0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x192DB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0xFE4D0, symSize: 0x80 } + - { offsetInCU: 0x4B, offset: 0x192DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0xFE4D0, symSize: 0x80 } + - { offsetInCU: 0x69, offset: 0x192DF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x80, symBinAddr: 0xFE550, symSize: 0x80 } + - { offsetInCU: 0xBA, offset: 0x192E49, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x100, symBinAddr: 0xFE5D0, symSize: 0x60 } + - { offsetInCU: 0xF5, offset: 0x192E84, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x160, symBinAddr: 0xFE630, symSize: 0x40 } + - { offsetInCU: 0x113, offset: 0x192EA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1A0, symBinAddr: 0xFE670, symSize: 0x50 } + - { offsetInCU: 0x164, offset: 0x192EF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1F0, symBinAddr: 0xFE6C0, symSize: 0x40 } + - { offsetInCU: 0x1A7, offset: 0x192F36, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCfD', symObjAddr: 0x230, symBinAddr: 0xFE700, symSize: 0x30 } + - { offsetInCU: 0x1D5, offset: 0x192F64, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCMa', symObjAddr: 0x260, symBinAddr: 0xFE730, symSize: 0x14 } + - { offsetInCU: 0x4F, offset: 0x19313B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xFE750, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x193160, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0xFE790, symSize: 0x1C0 } + - { offsetInCU: 0xDC, offset: 0x1931C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x200, symBinAddr: 0xFE950, symSize: 0xE0 } + - { offsetInCU: 0x16E, offset: 0x19325A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2E0, symBinAddr: 0xFEA30, symSize: 0x110 } + - { offsetInCU: 0x1F1, offset: 0x1932DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x430, symBinAddr: 0xFEB80, symSize: 0x60 } + - { offsetInCU: 0x234, offset: 0x193320, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x490, symBinAddr: 0xFEBE0, symSize: 0x20 } + - { offsetInCU: 0x274, offset: 0x193360, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4B0, symBinAddr: 0xFEC00, symSize: 0x10 } + - { offsetInCU: 0x2BF, offset: 0x1933AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0xFEC10, symSize: 0x60 } + - { offsetInCU: 0x30A, offset: 0x1933F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x520, symBinAddr: 0xFEC70, symSize: 0x10 } + - { offsetInCU: 0x326, offset: 0x193412, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x530, symBinAddr: 0xFEC80, symSize: 0x10 } + - { offsetInCU: 0x342, offset: 0x19342E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO11stringValueSSvgTf4d_n', symObjAddr: 0x9E0, symBinAddr: 0xFEFB0, symSize: 0x20 } + - { offsetInCU: 0x37E, offset: 0x19346A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfD', symObjAddr: 0x590, symBinAddr: 0xFECE0, symSize: 0x30 } + - { offsetInCU: 0x40C, offset: 0x1934F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfE', symObjAddr: 0x580, symBinAddr: 0xFECD0, symSize: 0x10 } + - { offsetInCU: 0x464, offset: 0x193550, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCMa', symObjAddr: 0x5C0, symBinAddr: 0xFED10, symSize: 0x20 } + - { offsetInCU: 0x478, offset: 0x193564, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs0D3KeyAAWl', symObjAddr: 0x650, symBinAddr: 0xFED30, symSize: 0x30 } + - { offsetInCU: 0x48C, offset: 0x193578, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwet', symObjAddr: 0x7F0, symBinAddr: 0xFEDC0, symSize: 0x50 } + - { offsetInCU: 0x4A0, offset: 0x19358C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwst', symObjAddr: 0x840, symBinAddr: 0xFEE10, symSize: 0xA0 } + - { offsetInCU: 0x4B4, offset: 0x1935A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwug', symObjAddr: 0x8E0, symBinAddr: 0xFEEB0, symSize: 0x10 } + - { offsetInCU: 0x4C8, offset: 0x1935B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwup', symObjAddr: 0x8F0, symBinAddr: 0xFEEC0, symSize: 0x10 } + - { offsetInCU: 0x4DC, offset: 0x1935C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwui', symObjAddr: 0x900, symBinAddr: 0xFEED0, symSize: 0x10 } + - { offsetInCU: 0x4F0, offset: 0x1935DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOMa', symObjAddr: 0x910, symBinAddr: 0xFEEE0, symSize: 0x10 } + - { offsetInCU: 0x504, offset: 0x1935F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASQWb', symObjAddr: 0x920, symBinAddr: 0xFEEF0, symSize: 0x10 } + - { offsetInCU: 0x518, offset: 0x193604, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFSQAAWl', symObjAddr: 0x930, symBinAddr: 0xFEF00, symSize: 0x30 } + - { offsetInCU: 0x52C, offset: 0x193618, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x960, symBinAddr: 0xFEF30, symSize: 0x10 } + - { offsetInCU: 0x540, offset: 0x19362C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x970, symBinAddr: 0xFEF40, symSize: 0x30 } + - { offsetInCU: 0x554, offset: 0x193640, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x9A0, symBinAddr: 0xFEF70, symSize: 0x10 } + - { offsetInCU: 0x568, offset: 0x193654, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x9B0, symBinAddr: 0xFEF80, symSize: 0x30 } + - { offsetInCU: 0x5A3, offset: 0x19368F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3F0, symBinAddr: 0xFEB40, symSize: 0x10 } + - { offsetInCU: 0x5E3, offset: 0x1936CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x400, symBinAddr: 0xFEB50, symSize: 0x10 } + - { offsetInCU: 0x623, offset: 0x19370F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x410, symBinAddr: 0xFEB60, symSize: 0x10 } + - { offsetInCU: 0x663, offset: 0x19374F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x420, symBinAddr: 0xFEB70, symSize: 0x10 } + - { offsetInCU: 0x69B, offset: 0x193787, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x540, symBinAddr: 0xFEC90, symSize: 0x20 } + - { offsetInCU: 0x6B7, offset: 0x1937A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0xFECB0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x193984, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0xFEFD0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x19399C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0xFEFD0, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x1939B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMr', symObjAddr: 0x10, symBinAddr: 0xFEFE0, symSize: 0x40 } + - { offsetInCU: 0x73, offset: 0x1939D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvg', symObjAddr: 0x50, symBinAddr: 0xFF020, symSize: 0x60 } + - { offsetInCU: 0xA9, offset: 0x193A06, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0xB0, symBinAddr: 0xFF080, symSize: 0xB0 } + - { offsetInCU: 0xF2, offset: 0x193A4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_', symObjAddr: 0x160, symBinAddr: 0xFF130, symSize: 0x80 } + - { offsetInCU: 0x142, offset: 0x193A9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1E0, symBinAddr: 0xFF1B0, symSize: 0xB0 } + - { offsetInCU: 0x207, offset: 0x193B64, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCfD', symObjAddr: 0x2B0, symBinAddr: 0xFF260, symSize: 0x20 } + - { offsetInCU: 0x251, offset: 0x193BAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x2E0, symBinAddr: 0xFF290, symSize: 0x20 } + - { offsetInCU: 0x27C, offset: 0x193BD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x300, symBinAddr: 0xFF2B0, symSize: 0x20 } + - { offsetInCU: 0x2AE, offset: 0x193C0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x320, symBinAddr: 0xFF2D0, symSize: 0x20 } + - { offsetInCU: 0x2CA, offset: 0x193C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x400, symBinAddr: 0xFF3B0, symSize: 0x10 } + - { offsetInCU: 0x2F8, offset: 0x193C55, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMa', symObjAddr: 0x2D0, symBinAddr: 0xFF280, symSize: 0x10 } + - { offsetInCU: 0x30C, offset: 0x193C69, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x340, symBinAddr: 0xFF2F0, symSize: 0x30 } + - { offsetInCU: 0x320, offset: 0x193C7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x370, symBinAddr: 0xFF320, symSize: 0x10 } + - { offsetInCU: 0x33F, offset: 0x193C9C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x3A0, symBinAddr: 0xFF350, symSize: 0x20 } + - { offsetInCU: 0x368, offset: 0x193CC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3C0, symBinAddr: 0xFF370, symSize: 0x20 } + - { offsetInCU: 0x37C, offset: 0x193CD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFSbAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3E0, symBinAddr: 0xFF390, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x193EBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0xFF3C0, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x193EE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0xFF3C0, symSize: 0x10 } + - { offsetInCU: 0x9E, offset: 0x193F35, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x10, symBinAddr: 0xFF3D0, symSize: 0x40 } + - { offsetInCU: 0x109, offset: 0x193FA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5layerACyp_tcfcTo', symObjAddr: 0x50, symBinAddr: 0xFF410, symSize: 0xA0 } + - { offsetInCU: 0x14F, offset: 0x193FE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCfD', symObjAddr: 0xF0, symBinAddr: 0xFF4B0, symSize: 0x30 } + - { offsetInCU: 0x17D, offset: 0x194014, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCMa', symObjAddr: 0x120, symBinAddr: 0xFF4E0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1941A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0xFF500, symSize: 0x8E0 } + - { offsetInCU: 0xE0, offset: 0x194261, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0xFF500, symSize: 0x8E0 } + - { offsetInCU: 0x27B, offset: 0x1943FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV_AC05ZIP64cdeF0VSgtSgWOb', symObjAddr: 0x8E0, symBinAddr: 0xFFDE0, symSize: 0x40 } + - { offsetInCU: 0x28F, offset: 0x194410, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOy', symObjAddr: 0x9C0, symBinAddr: 0xFFE20, symSize: 0x30 } + - { offsetInCU: 0x2A3, offset: 0x194424, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOe', symObjAddr: 0xA30, symBinAddr: 0xFFE50, symSize: 0x30 } + - { offsetInCU: 0x2B7, offset: 0x194438, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwCP', symObjAddr: 0xA60, symBinAddr: 0xFFE80, symSize: 0x30 } + - { offsetInCU: 0x2CB, offset: 0x19444C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwxx', symObjAddr: 0xA90, symBinAddr: 0xFFEB0, symSize: 0x50 } + - { offsetInCU: 0x2DF, offset: 0x194460, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwcp', symObjAddr: 0xAE0, symBinAddr: 0xFFF00, symSize: 0x130 } + - { offsetInCU: 0x2F3, offset: 0x194474, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwca', symObjAddr: 0xC10, symBinAddr: 0x100030, symSize: 0x2C0 } + - { offsetInCU: 0x307, offset: 0x194488, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVWOh', symObjAddr: 0xED0, symBinAddr: 0x1002F0, symSize: 0x30 } + - { offsetInCU: 0x31B, offset: 0x19449C, size: 0x8, addend: 0x0, symName: ___swift_memcpy160_8, symObjAddr: 0xF00, symBinAddr: 0x100320, symSize: 0x10 } + - { offsetInCU: 0x32F, offset: 0x1944B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwta', symObjAddr: 0xF10, symBinAddr: 0x100330, symSize: 0x1B0 } + - { offsetInCU: 0x343, offset: 0x1944C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwet', symObjAddr: 0x10C0, symBinAddr: 0x1004E0, symSize: 0x60 } + - { offsetInCU: 0x357, offset: 0x1944D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwst', symObjAddr: 0x1120, symBinAddr: 0x100540, symSize: 0x80 } + - { offsetInCU: 0x36B, offset: 0x1944EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVMa', symObjAddr: 0x11A0, symBinAddr: 0x1005C0, symSize: 0xA } + - { offsetInCU: 0xC7, offset: 0x194804, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x1005D0, symSize: 0x3A0 } + - { offsetInCU: 0x21A, offset: 0x194957, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO8rawValueSSvg', symObjAddr: 0x3A0, symBinAddr: 0x100970, symSize: 0x20 } + - { offsetInCU: 0x251, offset: 0x19498E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x3C0, symBinAddr: 0x100990, symSize: 0x20 } + - { offsetInCU: 0x2CF, offset: 0x194A0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x420, symBinAddr: 0x1009F0, symSize: 0x70 } + - { offsetInCU: 0x335, offset: 0x194A72, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x490, symBinAddr: 0x100A60, symSize: 0x30 } + - { offsetInCU: 0x351, offset: 0x194A8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4C0, symBinAddr: 0x100A90, symSize: 0x10 } + - { offsetInCU: 0x387, offset: 0x194AC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0x100AA0, symSize: 0x60 } + - { offsetInCU: 0x40C, offset: 0x194B49, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x530, symBinAddr: 0x100B00, symSize: 0x10 } + - { offsetInCU: 0x428, offset: 0x194B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x540, symBinAddr: 0x100B10, symSize: 0x10 } + - { offsetInCU: 0x464, offset: 0x194BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCfD', symObjAddr: 0x590, symBinAddr: 0x100B60, symSize: 0x40 } + - { offsetInCU: 0x4A7, offset: 0x194BE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5F0, symBinAddr: 0x100BC0, symSize: 0x180 } + - { offsetInCU: 0x4E6, offset: 0x194C23, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x770, symBinAddr: 0x100D40, symSize: 0x210 } + - { offsetInCU: 0x525, offset: 0x194C62, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x9A0, symBinAddr: 0x100F70, symSize: 0x20 } + - { offsetInCU: 0x561, offset: 0x194C9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCMa', symObjAddr: 0x5D0, symBinAddr: 0x100BA0, symSize: 0x20 } + - { offsetInCU: 0x625, offset: 0x194D62, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x9C0, symBinAddr: 0x100F90, symSize: 0x200 } + - { offsetInCU: 0x842, offset: 0x194F7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xC00, symBinAddr: 0x1011D0, symSize: 0x60 } + - { offsetInCU: 0x885, offset: 0x194FC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xC60, symBinAddr: 0x101230, symSize: 0x20 } + - { offsetInCU: 0x8C5, offset: 0x195002, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xC80, symBinAddr: 0x101250, symSize: 0x10 } + - { offsetInCU: 0x910, offset: 0x19504D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC90, symBinAddr: 0x101260, symSize: 0x60 } + - { offsetInCU: 0x95B, offset: 0x195098, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xCF0, symBinAddr: 0x1012C0, symSize: 0x10 } + - { offsetInCU: 0x977, offset: 0x1950B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xD00, symBinAddr: 0x1012D0, symSize: 0x10 } + - { offsetInCU: 0x993, offset: 0x1950D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x1720, symBinAddr: 0x101BC0, symSize: 0x20 } + - { offsetInCU: 0x9CE, offset: 0x19510B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCfD', symObjAddr: 0xD50, symBinAddr: 0x101320, symSize: 0x20 } + - { offsetInCU: 0xA19, offset: 0x195156, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC6encode2toys7Encoder_p_tKF', symObjAddr: 0xD90, symBinAddr: 0x101360, symSize: 0x100 } + - { offsetInCU: 0xA58, offset: 0x195195, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xE90, symBinAddr: 0x101460, symSize: 0x150 } + - { offsetInCU: 0xA97, offset: 0x1951D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1060, symBinAddr: 0x101630, symSize: 0x20 } + - { offsetInCU: 0xAE7, offset: 0x195224, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCMa', symObjAddr: 0xD70, symBinAddr: 0x101340, symSize: 0x20 } + - { offsetInCU: 0xAFB, offset: 0x195238, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x10F0, symBinAddr: 0x101650, symSize: 0x30 } + - { offsetInCU: 0xB0F, offset: 0x19524C, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie4FontCGMa', symObjAddr: 0x1150, symBinAddr: 0x101680, symSize: 0x40 } + - { offsetInCU: 0xB23, offset: 0x195260, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs0C3KeyAAWl', symObjAddr: 0x1220, symBinAddr: 0x101750, symSize: 0x30 } + - { offsetInCU: 0xB37, offset: 0x195274, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwet', symObjAddr: 0x12D0, symBinAddr: 0x101780, symSize: 0x80 } + - { offsetInCU: 0xB4B, offset: 0x195288, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwst', symObjAddr: 0x1350, symBinAddr: 0x101800, symSize: 0xD0 } + - { offsetInCU: 0xB5F, offset: 0x19529C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwug', symObjAddr: 0x1420, symBinAddr: 0x1018D0, symSize: 0x10 } + - { offsetInCU: 0xB73, offset: 0x1952B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwup', symObjAddr: 0x1430, symBinAddr: 0x1018E0, symSize: 0x10 } + - { offsetInCU: 0xB87, offset: 0x1952C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwui', symObjAddr: 0x1440, symBinAddr: 0x1018F0, symSize: 0x10 } + - { offsetInCU: 0xB9B, offset: 0x1952D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOMa', symObjAddr: 0x1450, symBinAddr: 0x101900, symSize: 0x10 } + - { offsetInCU: 0xBAF, offset: 0x1952EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwet', symObjAddr: 0x1470, symBinAddr: 0x101910, symSize: 0x50 } + - { offsetInCU: 0xBC3, offset: 0x195300, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwst', symObjAddr: 0x14C0, symBinAddr: 0x101960, symSize: 0xA0 } + - { offsetInCU: 0xBD7, offset: 0x195314, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwug', symObjAddr: 0x1560, symBinAddr: 0x101A00, symSize: 0x10 } + - { offsetInCU: 0xBEB, offset: 0x195328, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwup', symObjAddr: 0x1570, symBinAddr: 0x101A10, symSize: 0x10 } + - { offsetInCU: 0xBFF, offset: 0x19533C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwui', symObjAddr: 0x1580, symBinAddr: 0x101A20, symSize: 0x10 } + - { offsetInCU: 0xC13, offset: 0x195350, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOMa', symObjAddr: 0x1590, symBinAddr: 0x101A30, symSize: 0x10 } + - { offsetInCU: 0xC27, offset: 0x195364, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASQWb', symObjAddr: 0x15A0, symBinAddr: 0x101A40, symSize: 0x10 } + - { offsetInCU: 0xC3B, offset: 0x195378, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAESQAAWl', symObjAddr: 0x15B0, symBinAddr: 0x101A50, symSize: 0x30 } + - { offsetInCU: 0xC4F, offset: 0x19538C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASQWb', symObjAddr: 0x15E0, symBinAddr: 0x101A80, symSize: 0x10 } + - { offsetInCU: 0xC63, offset: 0x1953A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFSQAAWl', symObjAddr: 0x15F0, symBinAddr: 0x101A90, symSize: 0x30 } + - { offsetInCU: 0xC77, offset: 0x1953B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1620, symBinAddr: 0x101AC0, symSize: 0x10 } + - { offsetInCU: 0xC8B, offset: 0x1953C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1630, symBinAddr: 0x101AD0, symSize: 0x30 } + - { offsetInCU: 0xC9F, offset: 0x1953DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1660, symBinAddr: 0x101B00, symSize: 0x10 } + - { offsetInCU: 0xCB3, offset: 0x1953F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1670, symBinAddr: 0x101B10, symSize: 0x30 } + - { offsetInCU: 0xCC7, offset: 0x195404, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x16A0, symBinAddr: 0x101B40, symSize: 0x10 } + - { offsetInCU: 0xCDB, offset: 0x195418, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x16B0, symBinAddr: 0x101B50, symSize: 0x30 } + - { offsetInCU: 0xCEF, offset: 0x19542C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16E0, symBinAddr: 0x101B80, symSize: 0x10 } + - { offsetInCU: 0xD03, offset: 0x195440, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x16F0, symBinAddr: 0x101B90, symSize: 0x30 } + - { offsetInCU: 0xD5E, offset: 0x19549B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E0, symBinAddr: 0x1009B0, symSize: 0x10 } + - { offsetInCU: 0xD7A, offset: 0x1954B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3F0, symBinAddr: 0x1009C0, symSize: 0x10 } + - { offsetInCU: 0xD96, offset: 0x1954D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x400, symBinAddr: 0x1009D0, symSize: 0x10 } + - { offsetInCU: 0xDB2, offset: 0x1954EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x410, symBinAddr: 0x1009E0, symSize: 0x10 } + - { offsetInCU: 0xDD5, offset: 0x195512, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x100B20, symSize: 0x20 } + - { offsetInCU: 0xDF1, offset: 0x19552E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x570, symBinAddr: 0x100B40, symSize: 0x20 } + - { offsetInCU: 0xE74, offset: 0x1955B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBC0, symBinAddr: 0x101190, symSize: 0x10 } + - { offsetInCU: 0xEB4, offset: 0x1955F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xBD0, symBinAddr: 0x1011A0, symSize: 0x10 } + - { offsetInCU: 0xEF4, offset: 0x195631, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBE0, symBinAddr: 0x1011B0, symSize: 0x10 } + - { offsetInCU: 0xF34, offset: 0x195671, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBF0, symBinAddr: 0x1011C0, symSize: 0x10 } + - { offsetInCU: 0xF6C, offset: 0x1956A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xD10, symBinAddr: 0x1012E0, symSize: 0x20 } + - { offsetInCU: 0xF88, offset: 0x1956C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xD30, symBinAddr: 0x101300, symSize: 0x20 } + - { offsetInCU: 0x11C, offset: 0x195970, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addTransformAnimations3for7contextyAC0D5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xA0, symBinAddr: 0x101BE0, symSize: 0x2B0 } + - { offsetInCU: 0x212, offset: 0x195A66, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x350, symBinAddr: 0x101E90, symSize: 0x20 } + - { offsetInCU: 0x26B, offset: 0x195ABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x370, symBinAddr: 0x101EB0, symSize: 0x20 } + - { offsetInCU: 0x2C4, offset: 0x195B18, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x390, symBinAddr: 0x101ED0, symSize: 0x20 } + - { offsetInCU: 0x2FF, offset: 0x195B53, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B0, symBinAddr: 0x101EF0, symSize: 0x10 } + - { offsetInCU: 0x31B, offset: 0x195B6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3C0, symBinAddr: 0x101F00, symSize: 0x10 } + - { offsetInCU: 0x355, offset: 0x195BA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x3D0, symBinAddr: 0x101F10, symSize: 0x20 } + - { offsetInCU: 0x3AE, offset: 0x195C02, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x3F0, symBinAddr: 0x101F30, symSize: 0x20 } + - { offsetInCU: 0x3E9, offset: 0x195C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x410, symBinAddr: 0x101F50, symSize: 0x10 } + - { offsetInCU: 0x405, offset: 0x195C59, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x420, symBinAddr: 0x101F60, symSize: 0x10 } + - { offsetInCU: 0x43F, offset: 0x195C93, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x430, symBinAddr: 0x101F70, symSize: 0x20 } + - { offsetInCU: 0x498, offset: 0x195CEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x450, symBinAddr: 0x101F90, symSize: 0x20 } + - { offsetInCU: 0x50A, offset: 0x195D5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE7hasSkewSbvg', symObjAddr: 0x4A0, symBinAddr: 0x101FB0, symSize: 0xE0 } + - { offsetInCU: 0x688, offset: 0x195EDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModel_pWOc', symObjAddr: 0x580, symBinAddr: 0x102090, symSize: 0x30 } + - { offsetInCU: 0x6D3, offset: 0x195F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE23hasNegativeXScaleValuesSbvg', symObjAddr: 0x5B0, symBinAddr: 0x1020C0, symSize: 0x80 } + - { offsetInCU: 0x7F6, offset: 0x19604A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZAA0A8Vector3DV_AvA0A8Vector1DVAxv5xA4HoldVySo13CATransform3DVGTg5Tf4nnnnnnnnnnnnd_n', symObjAddr: 0x1930, symBinAddr: 0x103240, symSize: 0x250 } + - { offsetInCU: 0x989, offset: 0x1961DD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x660, symBinAddr: 0x102140, symSize: 0x420 } + - { offsetInCU: 0xA86, offset: 0x1962DA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_', symObjAddr: 0x16E0, symBinAddr: 0x103030, symSize: 0x1E0 } + - { offsetInCU: 0xBD9, offset: 0x19642D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addPositionAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xA80, symBinAddr: 0x102560, symSize: 0x3B0 } + - { offsetInCU: 0xE26, offset: 0x19667A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE18addScaleAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xE30, symBinAddr: 0x102910, symSize: 0x2B0 } + - { offsetInCU: 0x103E, offset: 0x196892, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addRotationAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x10E0, symBinAddr: 0x102BC0, symSize: 0x3D0 } + - { offsetInCU: 0x11FA, offset: 0x196A4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE16hasSkewAnimationSbvg', symObjAddr: 0x1640, symBinAddr: 0x102F90, symSize: 0xA0 } + - { offsetInCU: 0x12C3, offset: 0x196B17, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5TA', symObjAddr: 0x1920, symBinAddr: 0x103230, symSize: 0x10 } + - { offsetInCU: 0x1324, offset: 0x196B78, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_TA', symObjAddr: 0x1D60, symBinAddr: 0x103490, symSize: 0x30 } + - { offsetInCU: 0x1338, offset: 0x196B8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x1E60, symBinAddr: 0x103590, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x196F68, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0x1036F0, symSize: 0x210 } + - { offsetInCU: 0x126, offset: 0x197063, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0x1036F0, symSize: 0x210 } + - { offsetInCU: 0x358, offset: 0x197295, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfd', symObjAddr: 0x210, symBinAddr: 0x103900, symSize: 0x80 } + - { offsetInCU: 0x385, offset: 0x1972C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfD', symObjAddr: 0x290, symBinAddr: 0x103980, symSize: 0x20 } + - { offsetInCU: 0x3C1, offset: 0x1972FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x2D0, symBinAddr: 0x1039C0, symSize: 0x20 } + - { offsetInCU: 0x402, offset: 0x19733F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x2F0, symBinAddr: 0x1039E0, symSize: 0x30 } + - { offsetInCU: 0x443, offset: 0x197380, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x320, symBinAddr: 0x103A10, symSize: 0x20 } + - { offsetInCU: 0x484, offset: 0x1973C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x340, symBinAddr: 0x103A30, symSize: 0x20 } + - { offsetInCU: 0x4B6, offset: 0x1973F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC9transformAcA14ShapeTransformCSg_tcfcTf4gn_n', symObjAddr: 0x690, symBinAddr: 0x103D80, symSize: 0xB60 } + - { offsetInCU: 0xDB7, offset: 0x197CF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCMa', symObjAddr: 0x2B0, symBinAddr: 0x1039A0, symSize: 0x20 } + - { offsetInCU: 0xDD7, offset: 0x197D14, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfd', symObjAddr: 0x360, symBinAddr: 0x103A50, symSize: 0x50 } + - { offsetInCU: 0xE04, offset: 0x197D41, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfD', symObjAddr: 0x3B0, symBinAddr: 0x103AA0, symSize: 0x20 } + - { offsetInCU: 0xE4F, offset: 0x197D8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x3F0, symBinAddr: 0x103AE0, symSize: 0x40 } + - { offsetInCU: 0xE99, offset: 0x197DD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x430, symBinAddr: 0x103B20, symSize: 0x30 } + - { offsetInCU: 0xEE9, offset: 0x197E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x460, symBinAddr: 0x103B50, symSize: 0x40 } + - { offsetInCU: 0xF33, offset: 0x197E70, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x4A0, symBinAddr: 0x103B90, symSize: 0x10 } + - { offsetInCU: 0xF65, offset: 0x197EA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x4B0, symBinAddr: 0x103BA0, symSize: 0x10 } + - { offsetInCU: 0xFC9, offset: 0x197F06, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x4C0, symBinAddr: 0x103BB0, symSize: 0x30 } + - { offsetInCU: 0x102B, offset: 0x197F68, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x4F0, symBinAddr: 0x103BE0, symSize: 0x10 } + - { offsetInCU: 0x1056, offset: 0x197F93, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x500, symBinAddr: 0x103BF0, symSize: 0x10 } + - { offsetInCU: 0x1088, offset: 0x197FC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x510, symBinAddr: 0x103C00, symSize: 0x10 } + - { offsetInCU: 0x10B3, offset: 0x197FF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x520, symBinAddr: 0x103C10, symSize: 0x10 } + - { offsetInCU: 0x10F4, offset: 0x198031, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x530, symBinAddr: 0x103C20, symSize: 0x10 } + - { offsetInCU: 0x1135, offset: 0x198072, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x540, symBinAddr: 0x103C30, symSize: 0x20 } + - { offsetInCU: 0x119D, offset: 0x1980DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x560, symBinAddr: 0x103C50, symSize: 0x60 } + - { offsetInCU: 0x1224, offset: 0x198161, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x5C0, symBinAddr: 0x103CB0, symSize: 0x50 } + - { offsetInCU: 0x1284, offset: 0x1981C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x610, symBinAddr: 0x103D00, symSize: 0x30 } + - { offsetInCU: 0x12C5, offset: 0x198202, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x640, symBinAddr: 0x103D30, symSize: 0x20 } + - { offsetInCU: 0x1315, offset: 0x198252, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x660, symBinAddr: 0x103D50, symSize: 0x30 } + - { offsetInCU: 0x1350, offset: 0x19828D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC4name06parentC04treeACSS_AA08AnimatorC0_pSgAA0C4TreeCtcfcTf4gggn_n', symObjAddr: 0x11F0, symBinAddr: 0x1048E0, symSize: 0x600 } + - { offsetInCU: 0x17C1, offset: 0x1986FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x17F0, symBinAddr: 0x104EE0, symSize: 0x1E0 } + - { offsetInCU: 0x1862, offset: 0x19879F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCMa', symObjAddr: 0x3D0, symBinAddr: 0x103AC0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x198F6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x1050C0, symSize: 0x50 } + - { offsetInCU: 0x4F, offset: 0x198F91, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x1050C0, symSize: 0x50 } + - { offsetInCU: 0x7C, offset: 0x198FBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfD', symObjAddr: 0x50, symBinAddr: 0x105110, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x198FFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x90, symBinAddr: 0x105150, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x19903B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xB0, symBinAddr: 0x105170, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x19907C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xE0, symBinAddr: 0x1051A0, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x1990AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesC12gradientfillAcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x770, symBinAddr: 0x105830, symSize: 0x4A0 } + - { offsetInCU: 0x4B4, offset: 0x1993F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCMa', symObjAddr: 0x70, symBinAddr: 0x105130, symSize: 0x20 } + - { offsetInCU: 0x4F2, offset: 0x199434, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCfD', symObjAddr: 0x100, symBinAddr: 0x1051C0, symSize: 0x40 } + - { offsetInCU: 0x553, offset: 0x199495, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x160, symBinAddr: 0x105220, symSize: 0x40 } + - { offsetInCU: 0x59D, offset: 0x1994DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x1A0, symBinAddr: 0x105260, symSize: 0x30 } + - { offsetInCU: 0x5DE, offset: 0x199520, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1D0, symBinAddr: 0x105290, symSize: 0x10 } + - { offsetInCU: 0x610, offset: 0x199552, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E0, symBinAddr: 0x1052A0, symSize: 0x10 } + - { offsetInCU: 0x674, offset: 0x1995B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1F0, symBinAddr: 0x1052B0, symSize: 0x20 } + - { offsetInCU: 0x6D6, offset: 0x199618, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x210, symBinAddr: 0x1052D0, symSize: 0x10 } + - { offsetInCU: 0x701, offset: 0x199643, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x220, symBinAddr: 0x1052E0, symSize: 0x10 } + - { offsetInCU: 0x733, offset: 0x199675, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x1052F0, symSize: 0x10 } + - { offsetInCU: 0x75E, offset: 0x1996A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x240, symBinAddr: 0x105300, symSize: 0x10 } + - { offsetInCU: 0x79F, offset: 0x1996E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x105310, symSize: 0x10 } + - { offsetInCU: 0x7E0, offset: 0x199722, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x260, symBinAddr: 0x105320, symSize: 0x20 } + - { offsetInCU: 0x812, offset: 0x199754, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x280, symBinAddr: 0x105340, symSize: 0x10 } + - { offsetInCU: 0x84C, offset: 0x19978E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x290, symBinAddr: 0x105350, symSize: 0x50 } + - { offsetInCU: 0x889, offset: 0x1997CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xC10, symBinAddr: 0x105CD0, symSize: 0x240 } + - { offsetInCU: 0xCAA, offset: 0x199BEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCMa', symObjAddr: 0x140, symBinAddr: 0x105200, symSize: 0x20 } + - { offsetInCU: 0xDD9, offset: 0x199D1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x2E0, symBinAddr: 0x1053A0, symSize: 0x160 } + - { offsetInCU: 0xE65, offset: 0x199DA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x440, symBinAddr: 0x105500, symSize: 0x1F0 } + - { offsetInCU: 0xFC9, offset: 0x199F0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcSaySdG_Tg5Tf4en_nAA20KeyframeInterpolatorCyAGG_Tg5', symObjAddr: 0x630, symBinAddr: 0x1056F0, symSize: 0x140 } + - { offsetInCU: 0x1624, offset: 0x19A566, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOc', symObjAddr: 0xF30, symBinAddr: 0x105F10, symSize: 0x30 } + - { offsetInCU: 0x1638, offset: 0x19A57A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOh', symObjAddr: 0xF60, symBinAddr: 0x105F40, symSize: 0x30 } + - { offsetInCU: 0x2B, offset: 0x19A94C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x105F70, symSize: 0x1C0 } + - { offsetInCU: 0x5C, offset: 0x19A97D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x105F70, symSize: 0x1C0 } + - { offsetInCU: 0xB8, offset: 0x19A9D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x106130, symSize: 0x2D0 } + - { offsetInCU: 0x1BA, offset: 0x19AADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC6encode2toys7Encoder_p_tKF', symObjAddr: 0x490, symBinAddr: 0x106400, symSize: 0x150 } + - { offsetInCU: 0x1F9, offset: 0x19AB1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x830, symBinAddr: 0x1067A0, symSize: 0x40 } + - { offsetInCU: 0x230, offset: 0x19AB51, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO8rawValueSSvg', symObjAddr: 0x870, symBinAddr: 0x1067E0, symSize: 0x20 } + - { offsetInCU: 0x267, offset: 0x19AB88, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x890, symBinAddr: 0x106800, symSize: 0x20 } + - { offsetInCU: 0x2E5, offset: 0x19AC06, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x8F0, symBinAddr: 0x106860, symSize: 0x70 } + - { offsetInCU: 0x34B, offset: 0x19AC6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x960, symBinAddr: 0x1068D0, symSize: 0x30 } + - { offsetInCU: 0x367, offset: 0x19AC88, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x990, symBinAddr: 0x106900, symSize: 0x10 } + - { offsetInCU: 0x39D, offset: 0x19ACBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x9A0, symBinAddr: 0x106910, symSize: 0x60 } + - { offsetInCU: 0x422, offset: 0x19AD43, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA00, symBinAddr: 0x106970, symSize: 0x10 } + - { offsetInCU: 0x43E, offset: 0x19AD5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xA10, symBinAddr: 0x106980, symSize: 0x10 } + - { offsetInCU: 0x47A, offset: 0x19AD9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCfD', symObjAddr: 0xA60, symBinAddr: 0x1069D0, symSize: 0x20 } + - { offsetInCU: 0x4C5, offset: 0x19ADE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCC0, symBinAddr: 0x106BE0, symSize: 0x20 } + - { offsetInCU: 0x4E8, offset: 0x19AE09, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xCE0, symBinAddr: 0x106C00, symSize: 0x20 } + - { offsetInCU: 0x5AE, offset: 0x19AECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueSSvg', symObjAddr: 0x5E0, symBinAddr: 0x106550, symSize: 0x20 } + - { offsetInCU: 0x5E6, offset: 0x19AF07, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x750, symBinAddr: 0x1066C0, symSize: 0x40 } + - { offsetInCU: 0x62C, offset: 0x19AF4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x790, symBinAddr: 0x106700, symSize: 0x30 } + - { offsetInCU: 0x656, offset: 0x19AF77, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7C0, symBinAddr: 0x106730, symSize: 0x20 } + - { offsetInCU: 0x68E, offset: 0x19AFAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueACSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1210, symBinAddr: 0x107130, symSize: 0x50 } + - { offsetInCU: 0x6B9, offset: 0x19AFDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x14A0, symBinAddr: 0x107380, symSize: 0xE0 } + - { offsetInCU: 0x75E, offset: 0x19B07F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO13discriminator_WZ', symObjAddr: 0x820, symBinAddr: 0x106790, symSize: 0x10 } + - { offsetInCU: 0x778, offset: 0x19B099, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCMa', symObjAddr: 0xA80, symBinAddr: 0x1069F0, symSize: 0x20 } + - { offsetInCU: 0x78C, offset: 0x19B0AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwet', symObjAddr: 0xAC0, symBinAddr: 0x106A10, symSize: 0x80 } + - { offsetInCU: 0x7A0, offset: 0x19B0C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwst', symObjAddr: 0xB40, symBinAddr: 0x106A90, symSize: 0xD0 } + - { offsetInCU: 0x7B4, offset: 0x19B0D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwup', symObjAddr: 0xC10, symBinAddr: 0x106B60, symSize: 0x10 } + - { offsetInCU: 0x7C8, offset: 0x19B0E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOMa', symObjAddr: 0xC20, symBinAddr: 0x106B70, symSize: 0x10 } + - { offsetInCU: 0x7DC, offset: 0x19B0FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASQWb', symObjAddr: 0xC30, symBinAddr: 0x106B80, symSize: 0x10 } + - { offsetInCU: 0x7F0, offset: 0x19B111, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSQAAWl', symObjAddr: 0xC40, symBinAddr: 0x106B90, symSize: 0x30 } + - { offsetInCU: 0x804, offset: 0x19B125, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC70, symBinAddr: 0x106BC0, symSize: 0x20 } + - { offsetInCU: 0x818, offset: 0x19B139, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZ', symObjAddr: 0xD00, symBinAddr: 0x106C20, symSize: 0x10 } + - { offsetInCU: 0x834, offset: 0x19B155, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xD10, symBinAddr: 0x106C30, symSize: 0x500 } + - { offsetInCU: 0xC0A, offset: 0x19B52B, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x12A0, symBinAddr: 0x107180, symSize: 0x200 } + - { offsetInCU: 0xE23, offset: 0x19B744, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSYAAWl', symObjAddr: 0x15E0, symBinAddr: 0x107460, symSize: 0x30 } + - { offsetInCU: 0xE37, offset: 0x19B758, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs0D3KeyAAWl', symObjAddr: 0x1610, symBinAddr: 0x107490, symSize: 0x30 } + - { offsetInCU: 0xE4B, offset: 0x19B76C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSEAAWl', symObjAddr: 0x1640, symBinAddr: 0x1074C0, symSize: 0x30 } + - { offsetInCU: 0xE5F, offset: 0x19B780, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwet', symObjAddr: 0x1700, symBinAddr: 0x1074F0, symSize: 0x80 } + - { offsetInCU: 0xE73, offset: 0x19B794, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwst', symObjAddr: 0x1780, symBinAddr: 0x107570, symSize: 0xD0 } + - { offsetInCU: 0xE87, offset: 0x19B7A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwug', symObjAddr: 0x1850, symBinAddr: 0x107640, symSize: 0x10 } + - { offsetInCU: 0xE9B, offset: 0x19B7BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwup', symObjAddr: 0x1860, symBinAddr: 0x107650, symSize: 0x10 } + - { offsetInCU: 0xEAF, offset: 0x19B7D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwui', symObjAddr: 0x1870, symBinAddr: 0x107660, symSize: 0x10 } + - { offsetInCU: 0xEC3, offset: 0x19B7E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOMa', symObjAddr: 0x1880, symBinAddr: 0x107670, symSize: 0x10 } + - { offsetInCU: 0xED7, offset: 0x19B7F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASQWb', symObjAddr: 0x1890, symBinAddr: 0x107680, symSize: 0x10 } + - { offsetInCU: 0xEEB, offset: 0x19B80C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFSQAAWl', symObjAddr: 0x18A0, symBinAddr: 0x107690, symSize: 0x30 } + - { offsetInCU: 0xEFF, offset: 0x19B820, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x18D0, symBinAddr: 0x1076C0, symSize: 0x10 } + - { offsetInCU: 0xF13, offset: 0x19B834, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x18E0, symBinAddr: 0x1076D0, symSize: 0x30 } + - { offsetInCU: 0xF27, offset: 0x19B848, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1910, symBinAddr: 0x107700, symSize: 0x10 } + - { offsetInCU: 0xF3B, offset: 0x19B85C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1920, symBinAddr: 0x107710, symSize: 0x30 } + - { offsetInCU: 0xFC9, offset: 0x19B8EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x600, symBinAddr: 0x106570, symSize: 0x80 } + - { offsetInCU: 0x1098, offset: 0x19B9B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x680, symBinAddr: 0x1065F0, symSize: 0x50 } + - { offsetInCU: 0x1116, offset: 0x19BA37, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6D0, symBinAddr: 0x106640, symSize: 0x30 } + - { offsetInCU: 0x1168, offset: 0x19BA89, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x700, symBinAddr: 0x106670, symSize: 0x50 } + - { offsetInCU: 0x11C4, offset: 0x19BAE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x7E0, symBinAddr: 0x106750, symSize: 0x40 } + - { offsetInCU: 0x11E7, offset: 0x19BB08, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8B0, symBinAddr: 0x106820, symSize: 0x10 } + - { offsetInCU: 0x1203, offset: 0x19BB24, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x8C0, symBinAddr: 0x106830, symSize: 0x10 } + - { offsetInCU: 0x121F, offset: 0x19BB40, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8D0, symBinAddr: 0x106840, symSize: 0x10 } + - { offsetInCU: 0x123B, offset: 0x19BB5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8E0, symBinAddr: 0x106850, symSize: 0x10 } + - { offsetInCU: 0x125E, offset: 0x19BB7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA20, symBinAddr: 0x106990, symSize: 0x20 } + - { offsetInCU: 0x127A, offset: 0x19BB9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA40, symBinAddr: 0x1069B0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x19BE0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x107760, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0x19BE51, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x107760, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0x19BEA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0x1077D0, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x19BEE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0x1077F0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x19BF25, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0x107820, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x19BF57, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesC9rectangleAcA9RectangleC_tcfcTf4gn_n', symObjAddr: 0xC70, symBinAddr: 0x108390, symSize: 0x3B0 } + - { offsetInCU: 0x47A, offset: 0x19C25E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCMa', symObjAddr: 0x50, symBinAddr: 0x1077B0, symSize: 0x20 } + - { offsetInCU: 0x5B5, offset: 0x19C399, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0x107840, symSize: 0xE0 } + - { offsetInCU: 0x6E1, offset: 0x19C4C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCfD', symObjAddr: 0x1C0, symBinAddr: 0x107920, symSize: 0x40 } + - { offsetInCU: 0x742, offset: 0x19C526, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x220, symBinAddr: 0x107980, symSize: 0x40 } + - { offsetInCU: 0x78C, offset: 0x19C570, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x260, symBinAddr: 0x1079C0, symSize: 0x30 } + - { offsetInCU: 0x7BE, offset: 0x19C5A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x290, symBinAddr: 0x1079F0, symSize: 0x10 } + - { offsetInCU: 0x7DA, offset: 0x19C5BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2A0, symBinAddr: 0x107A00, symSize: 0x10 } + - { offsetInCU: 0x83E, offset: 0x19C622, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2B0, symBinAddr: 0x107A10, symSize: 0x20 } + - { offsetInCU: 0x8A0, offset: 0x19C684, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2D0, symBinAddr: 0x107A30, symSize: 0x10 } + - { offsetInCU: 0x8CB, offset: 0x19C6AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2E0, symBinAddr: 0x107A40, symSize: 0x10 } + - { offsetInCU: 0x8FD, offset: 0x19C6E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F0, symBinAddr: 0x107A50, symSize: 0x10 } + - { offsetInCU: 0x928, offset: 0x19C70C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x300, symBinAddr: 0x107A60, symSize: 0x10 } + - { offsetInCU: 0x969, offset: 0x19C74D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x310, symBinAddr: 0x107A70, symSize: 0x10 } + - { offsetInCU: 0x9AA, offset: 0x19C78E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x320, symBinAddr: 0x107A80, symSize: 0x20 } + - { offsetInCU: 0x9EB, offset: 0x19C7CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x340, symBinAddr: 0x107AA0, symSize: 0x20 } + - { offsetInCU: 0xA1D, offset: 0x19C801, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC06parentC09rectangleAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x1020, symBinAddr: 0x108740, symSize: 0x120 } + - { offsetInCU: 0xAD7, offset: 0x19C8BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCMa', symObjAddr: 0x200, symBinAddr: 0x107960, symSize: 0x20 } + - { offsetInCU: 0xF1F, offset: 0x19CD03, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9rectangle8position4size12cornerRadius9directionACSo7CGPointV_So6CGSizeV12CoreGraphics7CGFloatVAA0C9DirectionOtFZTf4nnnnd_n', symObjAddr: 0x360, symBinAddr: 0x107AC0, symSize: 0x8D0 } + - { offsetInCU: 0x27, offset: 0x19E28B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0x108860, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x19E2A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0x108860, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x19E2B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMr', symObjAddr: 0x10, symBinAddr: 0x108870, symSize: 0x90 } + - { offsetInCU: 0x73, offset: 0x19E2D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfC', symObjAddr: 0xA0, symBinAddr: 0x108900, symSize: 0x80 } + - { offsetInCU: 0x91, offset: 0x19E2F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfc', symObjAddr: 0x120, symBinAddr: 0x108980, symSize: 0x190 } + - { offsetInCU: 0x158, offset: 0x19E3BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x2B0, symBinAddr: 0x108B10, symSize: 0x60 } + - { offsetInCU: 0x18D, offset: 0x19E3F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x310, symBinAddr: 0x108B70, symSize: 0x10 } + - { offsetInCU: 0x1C2, offset: 0x19E426, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueSSvg', symObjAddr: 0x320, symBinAddr: 0x108B80, symSize: 0x20 } + - { offsetInCU: 0x209, offset: 0x19E46D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x340, symBinAddr: 0x108BA0, symSize: 0x20 } + - { offsetInCU: 0x259, offset: 0x19E4BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x490, symBinAddr: 0x108CF0, symSize: 0x30 } + - { offsetInCU: 0x275, offset: 0x19E4D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x4C0, symBinAddr: 0x108D20, symSize: 0x30 } + - { offsetInCU: 0x291, offset: 0x19E4F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4F0, symBinAddr: 0x108D50, symSize: 0x10 } + - { offsetInCU: 0x2AD, offset: 0x19E511, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x500, symBinAddr: 0x108D60, symSize: 0x20 } + - { offsetInCU: 0x2C9, offset: 0x19E52D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x520, symBinAddr: 0x108D80, symSize: 0x10 } + - { offsetInCU: 0x2F4, offset: 0x19E558, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x530, symBinAddr: 0x108D90, symSize: 0x20 } + - { offsetInCU: 0x325, offset: 0x19E589, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1370, symBinAddr: 0x109A00, symSize: 0x10 } + - { offsetInCU: 0x34F, offset: 0x19E5B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC6isHoldSbvg', symObjAddr: 0x5B0, symBinAddr: 0x108E10, symSize: 0x30 } + - { offsetInCU: 0x3D2, offset: 0x19E636, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCfD', symObjAddr: 0x640, symBinAddr: 0x108E40, symSize: 0x70 } + - { offsetInCU: 0x427, offset: 0x19E68B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMa', symObjAddr: 0x6B0, symBinAddr: 0x108EB0, symSize: 0x10 } + - { offsetInCU: 0x43B, offset: 0x19E69F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x6C0, symBinAddr: 0x108EC0, symSize: 0x370 } + - { offsetInCU: 0x488, offset: 0x19E6EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0xA30, symBinAddr: 0x109230, symSize: 0x50 } + - { offsetInCU: 0x4AB, offset: 0x19E70F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfc', symObjAddr: 0xA80, symBinAddr: 0x109280, symSize: 0x4D0 } + - { offsetInCU: 0x4F8, offset: 0x19E75C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xF50, symBinAddr: 0x109750, symSize: 0x20 } + - { offsetInCU: 0x51B, offset: 0x19E77F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF70, symBinAddr: 0x109770, symSize: 0x30 } + - { offsetInCU: 0x53E, offset: 0x19E7A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMa', symObjAddr: 0xFA0, symBinAddr: 0x1097A0, symSize: 0x10 } + - { offsetInCU: 0x552, offset: 0x19E7B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSEAAWl', symObjAddr: 0x1010, symBinAddr: 0x1097B0, symSize: 0x30 } + - { offsetInCU: 0x566, offset: 0x19E7CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSeAAWl', symObjAddr: 0x10D0, symBinAddr: 0x1097E0, symSize: 0x30 } + - { offsetInCU: 0x57A, offset: 0x19E7DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMi', symObjAddr: 0x1160, symBinAddr: 0x109810, symSize: 0x10 } + - { offsetInCU: 0x58E, offset: 0x19E7F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwet', symObjAddr: 0x1190, symBinAddr: 0x109820, symSize: 0x80 } + - { offsetInCU: 0x5A2, offset: 0x19E806, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwst', symObjAddr: 0x1210, symBinAddr: 0x1098A0, symSize: 0xD0 } + - { offsetInCU: 0x5B6, offset: 0x19E81A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwug', symObjAddr: 0x12E0, symBinAddr: 0x109970, symSize: 0x10 } + - { offsetInCU: 0x5CA, offset: 0x19E82E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwup', symObjAddr: 0x12F0, symBinAddr: 0x109980, symSize: 0x10 } + - { offsetInCU: 0x5DE, offset: 0x19E842, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwui', symObjAddr: 0x1300, symBinAddr: 0x109990, symSize: 0x10 } + - { offsetInCU: 0x5F2, offset: 0x19E856, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASQWb', symObjAddr: 0x1310, symBinAddr: 0x1099A0, symSize: 0x20 } + - { offsetInCU: 0x606, offset: 0x19E86A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1330, symBinAddr: 0x1099C0, symSize: 0x20 } + - { offsetInCU: 0x61A, offset: 0x19E87E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1350, symBinAddr: 0x1099E0, symSize: 0x20 } + - { offsetInCU: 0x63F, offset: 0x19E8A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x360, symBinAddr: 0x108BC0, symSize: 0x50 } + - { offsetInCU: 0x65B, offset: 0x19E8BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x3B0, symBinAddr: 0x108C10, symSize: 0x40 } + - { offsetInCU: 0x677, offset: 0x19E8DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3F0, symBinAddr: 0x108C50, symSize: 0x50 } + - { offsetInCU: 0x693, offset: 0x19E8F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x440, symBinAddr: 0x108CA0, symSize: 0x50 } + - { offsetInCU: 0x6B6, offset: 0x19E91A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x108DB0, symSize: 0x30 } + - { offsetInCU: 0x6D2, offset: 0x19E936, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0x108DE0, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x19EB61, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0x109A10, symSize: 0x5C0 } + - { offsetInCU: 0xE2, offset: 0x19EC1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0x109A10, symSize: 0x5C0 } + - { offsetInCU: 0x2F3, offset: 0x19EE2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVSgWOb', symObjAddr: 0x660, symBinAddr: 0x109FD0, symSize: 0x40 } + - { offsetInCU: 0x307, offset: 0x19EE41, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x700, symBinAddr: 0x10A030, symSize: 0x7BC } + - { offsetInCU: 0x27, offset: 0x19F2A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE21_overrideSizeThatFits_2in02nsC0ySo6CGSizeVz_7SwiftUI09_ProposedF0VAA0L22UIMeasurementContainerCy7ContentQzGtF', symObjAddr: 0x30, symBinAddr: 0x10A7F0, symSize: 0x3D0 } + - { offsetInCU: 0x76, offset: 0x19F2F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE21_overrideSizeThatFits_2in02nsC0ySo6CGSizeVz_7SwiftUI09_ProposedF0VAA0L22UIMeasurementContainerCy7ContentQzGtF', symObjAddr: 0x30, symBinAddr: 0x10A7F0, symSize: 0x3D0 } + - { offsetInCU: 0x23E, offset: 0x19F4BE, size: 0x8, addend: 0x0, symName: '_$sSSSg5label_yp5valuetWOh', symObjAddr: 0x430, symBinAddr: 0x10ABC0, symSize: 0x30 } + - { offsetInCU: 0x252, offset: 0x19F4D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE12sizeThatFits_02nsC07contextSo6CGSizeVSg7SwiftUI08ProposedC4SizeV_AA0K22UIMeasurementContainerCy7ContentQzGAJ06NSViewD7ContextVyxGtFTf4nndn_n', symObjAddr: 0x4C0, symBinAddr: 0x10ABF0, symSize: 0x90 } + - { offsetInCU: 0xA5, offset: 0x19F7EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x1670, symBinAddr: 0x10C2F0, symSize: 0x270 } + - { offsetInCU: 0x3D8, offset: 0x19FB21, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA17GroupInterpolatorCyAA0A8Vector1DVG_Tg5', symObjAddr: 0x80, symBinAddr: 0x10AD00, symSize: 0x120 } + - { offsetInCU: 0x52B, offset: 0x19FC74, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA06SinglecD0CySayAA0A8Vector1DVGG_Tg5', symObjAddr: 0x1A0, symBinAddr: 0x10AE20, symSize: 0xD0 } + - { offsetInCU: 0x62F, offset: 0x19FD78, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x390, symBinAddr: 0x10B010, symSize: 0xD0 } + - { offsetInCU: 0x693, offset: 0x19FDDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5', symObjAddr: 0x460, symBinAddr: 0x10B0E0, symSize: 0xF0 } + - { offsetInCU: 0x742, offset: 0x19FE8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x550, symBinAddr: 0x10B1D0, symSize: 0xE0 } + - { offsetInCU: 0x833, offset: 0x19FF7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_Tg5', symObjAddr: 0x630, symBinAddr: 0x10B2B0, symSize: 0x240 } + - { offsetInCU: 0x95F, offset: 0x1A00A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_Tg5', symObjAddr: 0x870, symBinAddr: 0x10B4F0, symSize: 0x160 } + - { offsetInCU: 0xA41, offset: 0x1A018A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_Tg5', symObjAddr: 0x9D0, symBinAddr: 0x10B650, symSize: 0xD0 } + - { offsetInCU: 0xB29, offset: 0x1A0272, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0xAA0, symBinAddr: 0x10B720, symSize: 0x290 } + - { offsetInCU: 0x121A, offset: 0x1A0963, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtFAA0A5ColorV_Tg5', symObjAddr: 0x1250, symBinAddr: 0x10BED0, symSize: 0x130 } + - { offsetInCU: 0x137A, offset: 0x1A0AC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtFAA0A8Vector3DV_Tg5', symObjAddr: 0x15E0, symBinAddr: 0x10C260, symSize: 0x90 } + - { offsetInCU: 0x17D4, offset: 0x1A0F1D, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9ShapeItemC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKF', symObjAddr: 0x18E0, symBinAddr: 0x10C560, symSize: 0x8A0 } + - { offsetInCU: 0x1CE4, offset: 0x1A142D, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKF', symObjAddr: 0x2180, symBinAddr: 0x10CE00, symSize: 0x1C0 } + - { offsetInCU: 0x1E86, offset: 0x1A15CF, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF', symObjAddr: 0x2340, symBinAddr: 0x10CFC0, symSize: 0x1F0 } + - { offsetInCU: 0x204A, offset: 0x1A1793, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKF', symObjAddr: 0x2530, symBinAddr: 0x10D1B0, symSize: 0x1050 } + - { offsetInCU: 0x373D, offset: 0x1A2E86, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndtyF', symObjAddr: 0x35A0, symBinAddr: 0x10E200, symSize: 0x4C0 } + - { offsetInCU: 0x3DFC, offset: 0x1A3545, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b39C038startValueIsAlwaysLessOrEqualToThane7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x3D00, symBinAddr: 0x10E960, symSize: 0x780 } + - { offsetInCU: 0x446C, offset: 0x1A3BB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b42C041startValueIsAlwaysGreaterThanOrEqualToe7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x4480, symBinAddr: 0x10F0E0, symSize: 0x780 } + - { offsetInCU: 0x4ACF, offset: 0x1A4218, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5', symObjAddr: 0x4C00, symBinAddr: 0x10F860, symSize: 0x20 } + - { offsetInCU: 0x4AE7, offset: 0x1A4230, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5', symObjAddr: 0x4C20, symBinAddr: 0x10F880, symSize: 0x60 } + - { offsetInCU: 0x4AFF, offset: 0x1A4248, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5', symObjAddr: 0x4C80, symBinAddr: 0x10F8E0, symSize: 0x20 } + - { offsetInCU: 0x4B17, offset: 0x1A4260, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5', symObjAddr: 0x4CA0, symBinAddr: 0x10F900, symSize: 0x40 } + - { offsetInCU: 0x4C7C, offset: 0x1A43C5, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4FE0, symBinAddr: 0x10FC40, symSize: 0x110 } + - { offsetInCU: 0x4D43, offset: 0x1A448C, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnFSS_Tg5', symObjAddr: 0x50F0, symBinAddr: 0x10FD50, symSize: 0x210 } + - { offsetInCU: 0x4DDA, offset: 0x1A4523, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x5300, symBinAddr: 0x10FF60, symSize: 0x140 } + - { offsetInCU: 0x4E8B, offset: 0x1A45D4, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtFSS_Tg5', symObjAddr: 0x5440, symBinAddr: 0x1100A0, symSize: 0x190 } + - { offsetInCU: 0x4F63, offset: 0x1A46AC, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x55D0, symBinAddr: 0x110230, symSize: 0x1C0 } + - { offsetInCU: 0x4FBC, offset: 0x1A4705, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyFSS_Tg5', symObjAddr: 0x5790, symBinAddr: 0x1103F0, symSize: 0x200 } + - { offsetInCU: 0x502B, offset: 0x1A4774, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x5990, symBinAddr: 0x1105F0, symSize: 0x2A0 } + - { offsetInCU: 0x50EE, offset: 0x1A4837, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tFSS_Tg5', symObjAddr: 0x5C30, symBinAddr: 0x110890, symSize: 0x300 } + - { offsetInCU: 0x51AC, offset: 0x1A48F5, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x5F30, symBinAddr: 0x110B90, symSize: 0x310 } + - { offsetInCU: 0x52A4, offset: 0x1A49ED, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tFSS_Tg5', symObjAddr: 0x6240, symBinAddr: 0x110EA0, symSize: 0x320 } + - { offsetInCU: 0x53B7, offset: 0x1A4B00, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5', symObjAddr: 0x6560, symBinAddr: 0x1111C0, symSize: 0x30 } + - { offsetInCU: 0x5402, offset: 0x1A4B4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5', symObjAddr: 0x66C0, symBinAddr: 0x111280, symSize: 0x90 } + - { offsetInCU: 0x5447, offset: 0x1A4B90, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x6780, symBinAddr: 0x111310, symSize: 0x10 } + - { offsetInCU: 0x545B, offset: 0x1A4BA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x68B0, symBinAddr: 0x1113C0, symSize: 0x10 } + - { offsetInCU: 0x546F, offset: 0x1A4BB8, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x68F0, symBinAddr: 0x1113D0, symSize: 0x40 } + - { offsetInCU: 0x5483, offset: 0x1A4BCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x69F0, symBinAddr: 0x111410, symSize: 0x20 } + - { offsetInCU: 0x5497, offset: 0x1A4BE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x6A10, symBinAddr: 0x111430, symSize: 0x20 } + - { offsetInCU: 0x54AB, offset: 0x1A4BF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x6AC0, symBinAddr: 0x111480, symSize: 0x10 } + - { offsetInCU: 0x54CA, offset: 0x1A4C13, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_TG5TA', symObjAddr: 0x6AD0, symBinAddr: 0x111490, symSize: 0x20 } + - { offsetInCU: 0x54FE, offset: 0x1A4C47, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE12TextDocumentCG_Tg5TA', symObjAddr: 0x6AF0, symBinAddr: 0x1114B0, symSize: 0x40 } + - { offsetInCU: 0x5527, offset: 0x1A4C70, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x6B30, symBinAddr: 0x1114F0, symSize: 0x10 } + - { offsetInCU: 0x5546, offset: 0x1A4C8F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E5ColorVG_Tg5TA', symObjAddr: 0x6B40, symBinAddr: 0x111500, symSize: 0x60 } + - { offsetInCU: 0x556F, offset: 0x1A4CB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x6BC0, symBinAddr: 0x111580, symSize: 0x10 } + - { offsetInCU: 0x5599, offset: 0x1A4CE2, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRAE0D8Vector1DV_TG5TA', symObjAddr: 0x6BD0, symBinAddr: 0x111590, symSize: 0x20 } + - { offsetInCU: 0x55E2, offset: 0x1A4D2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_TG5TA', symObjAddr: 0x6C50, symBinAddr: 0x111610, symSize: 0x20 } + - { offsetInCU: 0x5633, offset: 0x1A4D7C, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_Sd_Tg5TA', symObjAddr: 0x6CD0, symBinAddr: 0x111690, symSize: 0x20 } + - { offsetInCU: 0x56B6, offset: 0x1A4DFF, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_Sd_TG5TA', symObjAddr: 0x6CF0, symBinAddr: 0x1116B0, symSize: 0x50 } + - { offsetInCU: 0x579E, offset: 0x1A4EE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5TA', symObjAddr: 0x6D40, symBinAddr: 0x111700, symSize: 0x10 } + - { offsetInCU: 0x57BD, offset: 0x1A4F06, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E8Vector3DVG_Tg5TA', symObjAddr: 0x6D50, symBinAddr: 0x111710, symSize: 0x30 } + - { offsetInCU: 0x57F1, offset: 0x1A4F3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_TG5TA', symObjAddr: 0x6D80, symBinAddr: 0x111740, symSize: 0x30 } + - { offsetInCU: 0x5825, offset: 0x1A4F6E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE10BezierPathVG_Tg5TA', symObjAddr: 0x6DB0, symBinAddr: 0x111770, symSize: 0x30 } + - { offsetInCU: 0x5C4E, offset: 0x1A5397, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3A60, symBinAddr: 0x10E6C0, symSize: 0x150 } + - { offsetInCU: 0x5CF3, offset: 0x1A543C, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3BB0, symBinAddr: 0x10E810, symSize: 0x150 } + - { offsetInCU: 0x5E3A, offset: 0x1A5583, size: 0x8, addend: 0x0, symName: '_$sSTsE3mapySayqd__Gqd__7ElementQzKXEKlFs12Zip2SequenceVySaySdGAGG_SdTg574$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRSd_TG5S3ds0F0_pIgnnrzo_Tf1cn_n', symObjAddr: 0x4CE0, symBinAddr: 0x10F940, symSize: 0x300 } + - { offsetInCU: 0x72, offset: 0x1A5BCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4typeAC0B4TypeOvg', symObjAddr: 0x0, symBinAddr: 0x111920, symSize: 0x130 } + - { offsetInCU: 0x183, offset: 0x1A5CE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4pathSSvg', symObjAddr: 0x130, symBinAddr: 0x111A50, symSize: 0x130 } + - { offsetInCU: 0x269, offset: 0x1A5DC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV16uncompressedSizes6UInt64Vvg', symObjAddr: 0x270, symBinAddr: 0x111B80, symSize: 0x1E0 } + - { offsetInCU: 0x32A, offset: 0x1A5E87, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x450, symBinAddr: 0x111D60, symSize: 0x60 } + - { offsetInCU: 0x35C, offset: 0x1A5EB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x4B0, symBinAddr: 0x111DC0, symSize: 0x260 } + - { offsetInCU: 0x3F9, offset: 0x1A5F56, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25centralDirectoryStructure15localFileHeader14dataDescriptor09zip64DataJ0ACSgAC07CentraldE0V_AC05LocalgH0VAC0lJ0Vy_s6UInt32VGSgANy_s6UInt64VGSgtcfCTf4ggggd_n', symObjAddr: 0x710, symBinAddr: 0x112020, symSize: 0x940 } + - { offsetInCU: 0x526, offset: 0x1A6083, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVWOr', symObjAddr: 0x1090, symBinAddr: 0x112960, symSize: 0x70 } + - { offsetInCU: 0x53A, offset: 0x1A6097, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVWOr', symObjAddr: 0x1160, symBinAddr: 0x1129D0, symSize: 0x50 } + - { offsetInCU: 0x54E, offset: 0x1A60AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOr', symObjAddr: 0x11D0, symBinAddr: 0x112A20, symSize: 0x30 } + - { offsetInCU: 0x562, offset: 0x1A60BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMi', symObjAddr: 0x12D0, symBinAddr: 0x112A80, symSize: 0x10 } + - { offsetInCU: 0x576, offset: 0x1A60D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMr', symObjAddr: 0x12E0, symBinAddr: 0x112A90, symSize: 0x90 } + - { offsetInCU: 0x58A, offset: 0x1A60E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwCP', symObjAddr: 0x1370, symBinAddr: 0x112B20, symSize: 0x150 } + - { offsetInCU: 0x59E, offset: 0x1A60FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwxx', symObjAddr: 0x14C0, symBinAddr: 0x112C70, symSize: 0x90 } + - { offsetInCU: 0x5B2, offset: 0x1A610F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwcp', symObjAddr: 0x1550, symBinAddr: 0x112D00, symSize: 0xE0 } + - { offsetInCU: 0x5C6, offset: 0x1A6123, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwca', symObjAddr: 0x1630, symBinAddr: 0x112DE0, symSize: 0xF0 } + - { offsetInCU: 0x5DA, offset: 0x1A6137, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwtk', symObjAddr: 0x1720, symBinAddr: 0x112ED0, symSize: 0xC0 } + - { offsetInCU: 0x5EE, offset: 0x1A614B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwta', symObjAddr: 0x17E0, symBinAddr: 0x112F90, symSize: 0xD0 } + - { offsetInCU: 0x602, offset: 0x1A615F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwet', symObjAddr: 0x18B0, symBinAddr: 0x113060, symSize: 0x180 } + - { offsetInCU: 0x616, offset: 0x1A6173, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwst', symObjAddr: 0x1A30, symBinAddr: 0x1131E0, symSize: 0x290 } + - { offsetInCU: 0x62A, offset: 0x1A6187, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMa', symObjAddr: 0x1CC0, symBinAddr: 0x113470, symSize: 0x10 } + - { offsetInCU: 0x63E, offset: 0x1A619B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwCP', symObjAddr: 0x1CD0, symBinAddr: 0x113480, symSize: 0x30 } + - { offsetInCU: 0x652, offset: 0x1A61AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwxx', symObjAddr: 0x1D00, symBinAddr: 0x1134B0, symSize: 0x40 } + - { offsetInCU: 0x666, offset: 0x1A61C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwcp', symObjAddr: 0x1D40, symBinAddr: 0x1134F0, symSize: 0x90 } + - { offsetInCU: 0x67A, offset: 0x1A61D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwca', symObjAddr: 0x1DD0, symBinAddr: 0x113580, symSize: 0xE0 } + - { offsetInCU: 0x68E, offset: 0x1A61EB, size: 0x8, addend: 0x0, symName: ___swift_memcpy72_8, symObjAddr: 0x1EB0, symBinAddr: 0x113660, symSize: 0x30 } + - { offsetInCU: 0x6A2, offset: 0x1A61FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwta', symObjAddr: 0x1EE0, symBinAddr: 0x113690, symSize: 0x80 } + - { offsetInCU: 0x6B6, offset: 0x1A6213, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwet', symObjAddr: 0x1F60, symBinAddr: 0x113710, symSize: 0x60 } + - { offsetInCU: 0x6CA, offset: 0x1A6227, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwst', symObjAddr: 0x1FC0, symBinAddr: 0x113770, symSize: 0x60 } + - { offsetInCU: 0x6DE, offset: 0x1A623B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVMa', symObjAddr: 0x2020, symBinAddr: 0x1137D0, symSize: 0x10 } + - { offsetInCU: 0x6F2, offset: 0x1A624F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwxx', symObjAddr: 0x2030, symBinAddr: 0x1137E0, symSize: 0x40 } + - { offsetInCU: 0x706, offset: 0x1A6263, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwcp', symObjAddr: 0x2070, symBinAddr: 0x113820, symSize: 0xC0 } + - { offsetInCU: 0x71A, offset: 0x1A6277, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwca', symObjAddr: 0x2130, symBinAddr: 0x1138E0, symSize: 0x130 } + - { offsetInCU: 0x72E, offset: 0x1A628B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwta', symObjAddr: 0x22A0, symBinAddr: 0x113A10, symSize: 0xA0 } + - { offsetInCU: 0x742, offset: 0x1A629F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwet', symObjAddr: 0x2340, symBinAddr: 0x113AB0, symSize: 0x60 } + - { offsetInCU: 0x756, offset: 0x1A62B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwst', symObjAddr: 0x23A0, symBinAddr: 0x113B10, symSize: 0x60 } + - { offsetInCU: 0x76A, offset: 0x1A62C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVMa', symObjAddr: 0x2400, symBinAddr: 0x113B70, symSize: 0x10 } + - { offsetInCU: 0x77E, offset: 0x1A62DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwxx', symObjAddr: 0x2410, symBinAddr: 0x113B80, symSize: 0xC0 } + - { offsetInCU: 0x792, offset: 0x1A62EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwcp', symObjAddr: 0x24D0, symBinAddr: 0x113C40, symSize: 0x240 } + - { offsetInCU: 0x7A6, offset: 0x1A6303, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwca', symObjAddr: 0x2710, symBinAddr: 0x113E80, symSize: 0x490 } + - { offsetInCU: 0x7BA, offset: 0x1A6317, size: 0x8, addend: 0x0, symName: ___swift_memcpy248_8, symObjAddr: 0x2BD0, symBinAddr: 0x114340, symSize: 0x10 } + - { offsetInCU: 0x7CE, offset: 0x1A632B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwta', symObjAddr: 0x2BE0, symBinAddr: 0x114350, symSize: 0x2A0 } + - { offsetInCU: 0x7E2, offset: 0x1A633F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwet', symObjAddr: 0x2E80, symBinAddr: 0x1145F0, symSize: 0x60 } + - { offsetInCU: 0x7F6, offset: 0x1A6353, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwst', symObjAddr: 0x2EE0, symBinAddr: 0x114650, symSize: 0xA0 } + - { offsetInCU: 0x80A, offset: 0x1A6367, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVMa', symObjAddr: 0x2F80, symBinAddr: 0x1146F0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1A6578, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0x114720, symSize: 0xB4 } + - { offsetInCU: 0x55, offset: 0x1A65A6, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0x114720, symSize: 0xB4 } + - { offsetInCU: 0x27, offset: 0x1A688D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x1147E0, symSize: 0x400 } + - { offsetInCU: 0x1EB, offset: 0x1A6A51, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x1147E0, symSize: 0x400 } + - { offsetInCU: 0x508, offset: 0x1A6D6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x400, symBinAddr: 0x114BE0, symSize: 0x140 } + - { offsetInCU: 0x56A, offset: 0x1A6DD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x540, symBinAddr: 0x114D20, symSize: 0x50 } + - { offsetInCU: 0x5B0, offset: 0x1A6E16, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x590, symBinAddr: 0x114D70, symSize: 0x50 } + - { offsetInCU: 0x5F7, offset: 0x1A6E5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x5E0, symBinAddr: 0x114DC0, symSize: 0x80 } + - { offsetInCU: 0x646, offset: 0x1A6EAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x660, symBinAddr: 0x114E40, symSize: 0x80 } + - { offsetInCU: 0x709, offset: 0x1A6F6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfD', symObjAddr: 0x710, symBinAddr: 0x114EF0, symSize: 0x30 } + - { offsetInCU: 0x780, offset: 0x1A6FE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfE', symObjAddr: 0x6E0, symBinAddr: 0x114EC0, symSize: 0x30 } + - { offsetInCU: 0x7AD, offset: 0x1A7013, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfETo', symObjAddr: 0x740, symBinAddr: 0x114F20, symSize: 0x30 } + - { offsetInCU: 0x7DC, offset: 0x1A7042, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCMa', symObjAddr: 0x770, symBinAddr: 0x114F50, symSize: 0x20 } + - { offsetInCU: 0x1BF, offset: 0x1A7410, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV12progressTime3for12CoreGraphics7CGFloatVAH_tKF', symObjAddr: 0x10, symBinAddr: 0x114F70, symSize: 0x370 } + - { offsetInCU: 0x3CC, offset: 0x1A761D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV19simpleTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x380, symBinAddr: 0x1152E0, symSize: 0x10 } + - { offsetInCU: 0x3F5, offset: 0x1A7646, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20complexTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x390, symBinAddr: 0x1152F0, symSize: 0x10 } + - { offsetInCU: 0x41E, offset: 0x1A766F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU_', symObjAddr: 0x3F0, symBinAddr: 0x115350, symSize: 0x10 } + - { offsetInCU: 0x447, offset: 0x1A7698, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU0_', symObjAddr: 0x400, symBinAddr: 0x115360, symSize: 0x10 } + - { offsetInCU: 0x47F, offset: 0x1A76D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x450, symBinAddr: 0x1153B0, symSize: 0x10 } + - { offsetInCU: 0x4DF, offset: 0x1A7730, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCfD', symObjAddr: 0x410, symBinAddr: 0x115370, symSize: 0x20 } + - { offsetInCU: 0x50D, offset: 0x1A775E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCMa', symObjAddr: 0x430, symBinAddr: 0x115390, symSize: 0x20 } + - { offsetInCU: 0x521, offset: 0x1A7772, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x510, symBinAddr: 0x1153C0, symSize: 0x20 } + - { offsetInCU: 0x535, offset: 0x1A7786, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x530, symBinAddr: 0x1153E0, symSize: 0x20 } + - { offsetInCU: 0x549, offset: 0x1A779A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwCP', symObjAddr: 0x5B0, symBinAddr: 0x115400, symSize: 0x30 } + - { offsetInCU: 0x55D, offset: 0x1A77AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwxx', symObjAddr: 0x5E0, symBinAddr: 0x115430, symSize: 0x80 } + - { offsetInCU: 0x571, offset: 0x1A77C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwcp', symObjAddr: 0x660, symBinAddr: 0x1154B0, symSize: 0x150 } + - { offsetInCU: 0x585, offset: 0x1A77D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwca', symObjAddr: 0x7B0, symBinAddr: 0x115600, symSize: 0x1E0 } + - { offsetInCU: 0x599, offset: 0x1A77EA, size: 0x8, addend: 0x0, symName: ___swift_memcpy153_8, symObjAddr: 0x990, symBinAddr: 0x1157E0, symSize: 0x10 } + - { offsetInCU: 0x5AD, offset: 0x1A77FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwta', symObjAddr: 0x9A0, symBinAddr: 0x1157F0, symSize: 0x170 } + - { offsetInCU: 0x5C1, offset: 0x1A7812, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwet', symObjAddr: 0xB10, symBinAddr: 0x115960, symSize: 0x50 } + - { offsetInCU: 0x5D5, offset: 0x1A7826, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwst', symObjAddr: 0xB60, symBinAddr: 0x1159B0, symSize: 0x70 } + - { offsetInCU: 0x5E9, offset: 0x1A783A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVMa', symObjAddr: 0xBD0, symBinAddr: 0x115A20, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x1A7A07, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x115A30, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x1A7A49, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x115A30, symSize: 0x40 } + - { offsetInCU: 0xBF, offset: 0x1A7A9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x60, symBinAddr: 0x115A90, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x1A7ADC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x80, symBinAddr: 0x115AB0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x1A7B1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0x115AE0, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x1A7B4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesC07roundedC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x910, symBinAddr: 0x1162E0, symSize: 0x200 } + - { offsetInCU: 0x3BE, offset: 0x1A7D9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCMa', symObjAddr: 0x40, symBinAddr: 0x115A70, symSize: 0x20 } + - { offsetInCU: 0x74E, offset: 0x1A812A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xD0, symBinAddr: 0x115B00, symSize: 0x630 } + - { offsetInCU: 0xF0C, offset: 0x1A88E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCfD', symObjAddr: 0x700, symBinAddr: 0x116130, symSize: 0x40 } + - { offsetInCU: 0xF6D, offset: 0x1A8949, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x760, symBinAddr: 0x116190, symSize: 0x40 } + - { offsetInCU: 0xFB7, offset: 0x1A8993, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x7A0, symBinAddr: 0x1161D0, symSize: 0x30 } + - { offsetInCU: 0xFF8, offset: 0x1A89D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x7D0, symBinAddr: 0x116200, symSize: 0x20 } + - { offsetInCU: 0x102A, offset: 0x1A8A06, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7F0, symBinAddr: 0x116220, symSize: 0x10 } + - { offsetInCU: 0x1046, offset: 0x1A8A22, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x800, symBinAddr: 0x116230, symSize: 0x10 } + - { offsetInCU: 0x1071, offset: 0x1A8A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x810, symBinAddr: 0x116240, symSize: 0x10 } + - { offsetInCU: 0x10A3, offset: 0x1A8A7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x820, symBinAddr: 0x116250, symSize: 0x10 } + - { offsetInCU: 0x10CE, offset: 0x1A8AAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x830, symBinAddr: 0x116260, symSize: 0x10 } + - { offsetInCU: 0x1100, offset: 0x1A8ADC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x840, symBinAddr: 0x116270, symSize: 0x10 } + - { offsetInCU: 0x112B, offset: 0x1A8B07, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x850, symBinAddr: 0x116280, symSize: 0x10 } + - { offsetInCU: 0x116C, offset: 0x1A8B48, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x860, symBinAddr: 0x116290, symSize: 0x10 } + - { offsetInCU: 0x11AD, offset: 0x1A8B89, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x870, symBinAddr: 0x1162A0, symSize: 0x20 } + - { offsetInCU: 0x11FD, offset: 0x1A8BD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x890, symBinAddr: 0x1162C0, symSize: 0x20 } + - { offsetInCU: 0x1238, offset: 0x1A8C14, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC06parentD007roundedC013upstreamPathsAcA08AnimatorD0_pSg_AA0bC0CSayAA010PathOutputD0CGtcfcTf4ngnn_n', symObjAddr: 0xB10, symBinAddr: 0x1164E0, symSize: 0x120 } + - { offsetInCU: 0x1302, offset: 0x1A8CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCMa', symObjAddr: 0x740, symBinAddr: 0x116170, symSize: 0x20 } + - { offsetInCU: 0x8A, offset: 0x1A92AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0x1166B0, symSize: 0x20 } + - { offsetInCU: 0xBB, offset: 0x1A92E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0x1166D0, symSize: 0x10 } + - { offsetInCU: 0xE4, offset: 0x1A9309, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x170, symBinAddr: 0x116770, symSize: 0x40 } + - { offsetInCU: 0x109, offset: 0x1A932E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1B0, symBinAddr: 0x1167B0, symSize: 0x5F0 } + - { offsetInCU: 0x175, offset: 0x1A939A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x7A0, symBinAddr: 0x116DA0, symSize: 0xD60 } + - { offsetInCU: 0x532, offset: 0x1A9757, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueSSvg', symObjAddr: 0x1500, symBinAddr: 0x117B00, symSize: 0x20 } + - { offsetInCU: 0x569, offset: 0x1A978E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x1880, symBinAddr: 0x117E80, symSize: 0x20 } + - { offsetInCU: 0x5CD, offset: 0x1A97F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x1940, symBinAddr: 0x117F40, symSize: 0x40 } + - { offsetInCU: 0x613, offset: 0x1A9838, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x1980, symBinAddr: 0x117F80, symSize: 0x30 } + - { offsetInCU: 0x62F, offset: 0x1A9854, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x19B0, symBinAddr: 0x117FB0, symSize: 0x10 } + - { offsetInCU: 0x665, offset: 0x1A988A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x19C0, symBinAddr: 0x117FC0, symSize: 0x30 } + - { offsetInCU: 0x6CA, offset: 0x1A98EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x19F0, symBinAddr: 0x117FF0, symSize: 0x10 } + - { offsetInCU: 0x6E6, offset: 0x1A990B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1A00, symBinAddr: 0x118000, symSize: 0x10 } + - { offsetInCU: 0x702, offset: 0x1A9927, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2470, symBinAddr: 0x118770, symSize: 0x50 } + - { offsetInCU: 0x72F, offset: 0x1A9954, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1520, symBinAddr: 0x117B20, symSize: 0x360 } + - { offsetInCU: 0x78B, offset: 0x1A99B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfd', symObjAddr: 0x1AA0, symBinAddr: 0x1180A0, symSize: 0x60 } + - { offsetInCU: 0x7D6, offset: 0x1A99FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfD', symObjAddr: 0x1B00, symBinAddr: 0x118100, symSize: 0x20 } + - { offsetInCU: 0x8A8, offset: 0x1A9ACD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfE', symObjAddr: 0x1A50, symBinAddr: 0x118050, symSize: 0x50 } + - { offsetInCU: 0x900, offset: 0x1A9B25, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCMa', symObjAddr: 0x1B20, symBinAddr: 0x118120, symSize: 0x20 } + - { offsetInCU: 0x914, offset: 0x1A9B39, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwet', symObjAddr: 0x1B60, symBinAddr: 0x118140, symSize: 0x80 } + - { offsetInCU: 0x928, offset: 0x1A9B4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwst', symObjAddr: 0x1BE0, symBinAddr: 0x1181C0, symSize: 0xD0 } + - { offsetInCU: 0x93C, offset: 0x1A9B61, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwup', symObjAddr: 0x1CB0, symBinAddr: 0x118290, symSize: 0x10 } + - { offsetInCU: 0x950, offset: 0x1A9B75, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOMa', symObjAddr: 0x1CC0, symBinAddr: 0x1182A0, symSize: 0x10 } + - { offsetInCU: 0x964, offset: 0x1A9B89, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASQWb', symObjAddr: 0x1CD0, symBinAddr: 0x1182B0, symSize: 0x10 } + - { offsetInCU: 0x978, offset: 0x1A9B9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSQAAWl', symObjAddr: 0x1CE0, symBinAddr: 0x1182C0, symSize: 0x30 } + - { offsetInCU: 0x98C, offset: 0x1A9BB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSYAAWl', symObjAddr: 0x1D10, symBinAddr: 0x1182F0, symSize: 0x30 } + - { offsetInCU: 0x9A0, offset: 0x1A9BC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs0C3KeyAAWl', symObjAddr: 0x1DB0, symBinAddr: 0x118320, symSize: 0x30 } + - { offsetInCU: 0x9B4, offset: 0x1A9BD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGSgxSgSEsSERzlWl', symObjAddr: 0x1EA0, symBinAddr: 0x118380, symSize: 0x60 } + - { offsetInCU: 0x9C8, offset: 0x1A9BED, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSEAAWl', symObjAddr: 0x1F60, symBinAddr: 0x1183E0, symSize: 0x30 } + - { offsetInCU: 0x9DC, offset: 0x1A9C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSeAAWl', symObjAddr: 0x2130, symBinAddr: 0x1184F0, symSize: 0x30 } + - { offsetInCU: 0x9F0, offset: 0x1A9C15, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwet', symObjAddr: 0x2220, symBinAddr: 0x118520, symSize: 0x80 } + - { offsetInCU: 0xA04, offset: 0x1A9C29, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwst', symObjAddr: 0x22A0, symBinAddr: 0x1185A0, symSize: 0xD0 } + - { offsetInCU: 0xA18, offset: 0x1A9C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwug', symObjAddr: 0x2370, symBinAddr: 0x118670, symSize: 0x10 } + - { offsetInCU: 0xA2C, offset: 0x1A9C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwup', symObjAddr: 0x2380, symBinAddr: 0x118680, symSize: 0x10 } + - { offsetInCU: 0xA40, offset: 0x1A9C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwui', symObjAddr: 0x2390, symBinAddr: 0x118690, symSize: 0x10 } + - { offsetInCU: 0xA54, offset: 0x1A9C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOMa', symObjAddr: 0x23A0, symBinAddr: 0x1186A0, symSize: 0x10 } + - { offsetInCU: 0xA68, offset: 0x1A9C8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASQWb', symObjAddr: 0x23B0, symBinAddr: 0x1186B0, symSize: 0x10 } + - { offsetInCU: 0xA7C, offset: 0x1A9CA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFSQAAWl', symObjAddr: 0x23C0, symBinAddr: 0x1186C0, symSize: 0x30 } + - { offsetInCU: 0xA90, offset: 0x1A9CB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x23F0, symBinAddr: 0x1186F0, symSize: 0x10 } + - { offsetInCU: 0xAA4, offset: 0x1A9CC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2400, symBinAddr: 0x118700, symSize: 0x30 } + - { offsetInCU: 0xAB8, offset: 0x1A9CDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2430, symBinAddr: 0x118730, symSize: 0x10 } + - { offsetInCU: 0xACC, offset: 0x1A9CF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2440, symBinAddr: 0x118740, symSize: 0x30 } + - { offsetInCU: 0xB00, offset: 0x1A9D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x116600, symSize: 0x10 } + - { offsetInCU: 0xB91, offset: 0x1A9DB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x116610, symSize: 0x40 } + - { offsetInCU: 0xC40, offset: 0x1A9E65, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x116650, symSize: 0x20 } + - { offsetInCU: 0xC93, offset: 0x1A9EB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x116670, symSize: 0x40 } + - { offsetInCU: 0xD17, offset: 0x1A9F3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0x1166E0, symSize: 0x50 } + - { offsetInCU: 0xD3A, offset: 0x1A9F5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0x116730, symSize: 0x40 } + - { offsetInCU: 0xD9A, offset: 0x1A9FBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18A0, symBinAddr: 0x117EA0, symSize: 0x10 } + - { offsetInCU: 0xDF2, offset: 0x1AA017, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH9hashValueSivgTW', symObjAddr: 0x18B0, symBinAddr: 0x117EB0, symSize: 0x40 } + - { offsetInCU: 0xE5A, offset: 0x1AA07F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18F0, symBinAddr: 0x117EF0, symSize: 0x10 } + - { offsetInCU: 0xE6E, offset: 0x1AA093, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1900, symBinAddr: 0x117F00, symSize: 0x40 } + - { offsetInCU: 0xEAB, offset: 0x1AA0D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1A10, symBinAddr: 0x118010, symSize: 0x20 } + - { offsetInCU: 0xEC7, offset: 0x1AA0EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A30, symBinAddr: 0x118030, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x1AA2DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwet', symObjAddr: 0x50, symBinAddr: 0x1187E0, symSize: 0x50 } + - { offsetInCU: 0x53, offset: 0x1AA2F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwst', symObjAddr: 0xA0, symBinAddr: 0x118830, symSize: 0xA0 } + - { offsetInCU: 0x67, offset: 0x1AA306, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwug', symObjAddr: 0x140, symBinAddr: 0x1188D0, symSize: 0x10 } + - { offsetInCU: 0x7B, offset: 0x1AA31A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwup', symObjAddr: 0x150, symBinAddr: 0x1188E0, symSize: 0x10 } + - { offsetInCU: 0x8F, offset: 0x1AA32E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwui', symObjAddr: 0x160, symBinAddr: 0x1188F0, symSize: 0x10 } + - { offsetInCU: 0xA3, offset: 0x1AA342, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOMa', symObjAddr: 0x170, symBinAddr: 0x118900, symSize: 0x10 } + - { offsetInCU: 0xD8, offset: 0x1AA377, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x1C0, symBinAddr: 0x118950, symSize: 0x60 } + - { offsetInCU: 0x11B, offset: 0x1AA3BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValue03RawD0QzvgTW', symObjAddr: 0x220, symBinAddr: 0x1189B0, symSize: 0x20 } + - { offsetInCU: 0x15B, offset: 0x1AA3FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x240, symBinAddr: 0x1189D0, symSize: 0x10 } + - { offsetInCU: 0x1A6, offset: 0x1AA445, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x250, symBinAddr: 0x1189E0, symSize: 0x60 } + - { offsetInCU: 0x1F1, offset: 0x1AA490, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x2B0, symBinAddr: 0x118A40, symSize: 0x10 } + - { offsetInCU: 0x20D, offset: 0x1AA4AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x2C0, symBinAddr: 0x118A50, symSize: 0x10 } + - { offsetInCU: 0x229, offset: 0x1AA4C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorO11stringValueSSvgTf4d_n', symObjAddr: 0x410, symBinAddr: 0x118B60, symSize: 0x20 } + - { offsetInCU: 0x246, offset: 0x1AA4E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASQWb', symObjAddr: 0x310, symBinAddr: 0x118AA0, symSize: 0x10 } + - { offsetInCU: 0x25A, offset: 0x1AA4F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACSQAAWl', symObjAddr: 0x320, symBinAddr: 0x118AB0, symSize: 0x30 } + - { offsetInCU: 0x26E, offset: 0x1AA50D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x350, symBinAddr: 0x118AE0, symSize: 0x10 } + - { offsetInCU: 0x282, offset: 0x1AA521, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x360, symBinAddr: 0x118AF0, symSize: 0x30 } + - { offsetInCU: 0x296, offset: 0x1AA535, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x390, symBinAddr: 0x118B20, symSize: 0x10 } + - { offsetInCU: 0x2AA, offset: 0x1AA549, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs23CustomStringConvertibleAAWl', symObjAddr: 0x3A0, symBinAddr: 0x118B30, symSize: 0x30 } + - { offsetInCU: 0x2DE, offset: 0x1AA57D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x180, symBinAddr: 0x118910, symSize: 0x10 } + - { offsetInCU: 0x31E, offset: 0x1AA5BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x190, symBinAddr: 0x118920, symSize: 0x10 } + - { offsetInCU: 0x35E, offset: 0x1AA5FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A0, symBinAddr: 0x118930, symSize: 0x10 } + - { offsetInCU: 0x39E, offset: 0x1AA63D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1B0, symBinAddr: 0x118940, symSize: 0x10 } + - { offsetInCU: 0x3D6, offset: 0x1AA675, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x2D0, symBinAddr: 0x118A60, symSize: 0x20 } + - { offsetInCU: 0x3F2, offset: 0x1AA691, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x2F0, symBinAddr: 0x118A80, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1AA7F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x118B80, symSize: 0xC50 } + - { offsetInCU: 0x4C2, offset: 0x1AAC8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x118B80, symSize: 0xC50 } + - { offsetInCU: 0xC39, offset: 0x1AB404, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfc', symObjAddr: 0xC50, symBinAddr: 0x1197D0, symSize: 0x180 } + - { offsetInCU: 0xC9B, offset: 0x1AB466, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0xDD0, symBinAddr: 0x119950, symSize: 0x50 } + - { offsetInCU: 0xCE1, offset: 0x1AB4AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xE20, symBinAddr: 0x1199A0, symSize: 0x50 } + - { offsetInCU: 0xD28, offset: 0x1AB4F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0xE70, symBinAddr: 0x1199F0, symSize: 0xF0 } + - { offsetInCU: 0xE53, offset: 0x1AB61E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF60, symBinAddr: 0x119AE0, symSize: 0x170 } + - { offsetInCU: 0x1060, offset: 0x1AB82B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x10D0, symBinAddr: 0x119C50, symSize: 0x150 } + - { offsetInCU: 0x127A, offset: 0x1ABA45, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfD', symObjAddr: 0x1250, symBinAddr: 0x119DD0, symSize: 0x30 } + - { offsetInCU: 0x1331, offset: 0x1ABAFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfE', symObjAddr: 0x1220, symBinAddr: 0x119DA0, symSize: 0x30 } + - { offsetInCU: 0x135E, offset: 0x1ABB29, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfETo', symObjAddr: 0x1280, symBinAddr: 0x119E00, symSize: 0x30 } + - { offsetInCU: 0x138D, offset: 0x1ABB58, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCMa', symObjAddr: 0x12B0, symBinAddr: 0x119E30, symSize: 0x20 } + - { offsetInCU: 0x85, offset: 0x1ABFCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC16readUncompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x0, symBinAddr: 0x119E80, symSize: 0x150 } + - { offsetInCU: 0x211, offset: 0x1AC15A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x1E0, symBinAddr: 0x119FE0, symSize: 0x150 } + - { offsetInCU: 0x38D, offset: 0x1AC2D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKFASs5Int64V_SitKXEfU_TA', symObjAddr: 0x490, symBinAddr: 0x11A260, symSize: 0x20 } + - { offsetInCU: 0x94, offset: 0x1AC56F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x11A2C0, symSize: 0x90 } + - { offsetInCU: 0x124, offset: 0x1AC5FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMi', symObjAddr: 0x140, symBinAddr: 0x11A380, symSize: 0x10 } + - { offsetInCU: 0x138, offset: 0x1AC613, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMr', symObjAddr: 0x150, symBinAddr: 0x11A390, symSize: 0x80 } + - { offsetInCU: 0x14C, offset: 0x1AC627, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwCP', symObjAddr: 0x1D0, symBinAddr: 0x11A410, symSize: 0x140 } + - { offsetInCU: 0x160, offset: 0x1AC63B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwxx', symObjAddr: 0x310, symBinAddr: 0x11A550, symSize: 0xD0 } + - { offsetInCU: 0x174, offset: 0x1AC64F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwcp', symObjAddr: 0x3E0, symBinAddr: 0x11A620, symSize: 0x100 } + - { offsetInCU: 0x188, offset: 0x1AC663, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwca', symObjAddr: 0x4E0, symBinAddr: 0x11A720, symSize: 0x1D0 } + - { offsetInCU: 0x19C, offset: 0x1AC677, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwtk', symObjAddr: 0x6B0, symBinAddr: 0x11A8F0, symSize: 0xE0 } + - { offsetInCU: 0x1B0, offset: 0x1AC68B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwta', symObjAddr: 0x790, symBinAddr: 0x11A9D0, symSize: 0x1B0 } + - { offsetInCU: 0x1C4, offset: 0x1AC69F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwet', symObjAddr: 0x940, symBinAddr: 0x11AB80, symSize: 0x110 } + - { offsetInCU: 0x1D8, offset: 0x1AC6B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwst', symObjAddr: 0xA50, symBinAddr: 0x11AC90, symSize: 0x200 } + - { offsetInCU: 0x1EC, offset: 0x1AC6C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwug', symObjAddr: 0xC50, symBinAddr: 0x11AE90, symSize: 0xA0 } + - { offsetInCU: 0x200, offset: 0x1AC6DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwup', symObjAddr: 0xCF0, symBinAddr: 0x11AF30, symSize: 0x10 } + - { offsetInCU: 0x214, offset: 0x1AC6EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwui', symObjAddr: 0xD00, symBinAddr: 0x11AF40, symSize: 0xD0 } + - { offsetInCU: 0x228, offset: 0x1AC703, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMa', symObjAddr: 0xDD0, symBinAddr: 0x11B010, symSize: 0x10 } + - { offsetInCU: 0x23C, offset: 0x1AC717, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwCP', symObjAddr: 0xDE0, symBinAddr: 0x11B020, symSize: 0x30 } + - { offsetInCU: 0x250, offset: 0x1AC72B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwxx', symObjAddr: 0xE10, symBinAddr: 0x11B050, symSize: 0x50 } + - { offsetInCU: 0x264, offset: 0x1AC73F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwcp', symObjAddr: 0xE90, symBinAddr: 0x11B0A0, symSize: 0x80 } + - { offsetInCU: 0x278, offset: 0x1AC753, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwca', symObjAddr: 0xF10, symBinAddr: 0x11B120, symSize: 0xD0 } + - { offsetInCU: 0x28C, offset: 0x1AC767, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwta', symObjAddr: 0x1000, symBinAddr: 0x11B1F0, symSize: 0xB0 } + - { offsetInCU: 0x2A0, offset: 0x1AC77B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwet', symObjAddr: 0x10B0, symBinAddr: 0x11B2A0, symSize: 0x40 } + - { offsetInCU: 0x2B4, offset: 0x1AC78F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwst', symObjAddr: 0x10F0, symBinAddr: 0x11B2E0, symSize: 0x50 } + - { offsetInCU: 0x2C8, offset: 0x1AC7A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwug', symObjAddr: 0x1140, symBinAddr: 0x11B330, symSize: 0x20 } + - { offsetInCU: 0x2DC, offset: 0x1AC7B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwup', symObjAddr: 0x1160, symBinAddr: 0x11B350, symSize: 0x10 } + - { offsetInCU: 0x2F0, offset: 0x1AC7CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwui', symObjAddr: 0x1170, symBinAddr: 0x11B360, symSize: 0x30 } + - { offsetInCU: 0x304, offset: 0x1AC7DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOMa', symObjAddr: 0x11A0, symBinAddr: 0x11B390, symSize: 0x10 } + - { offsetInCU: 0x318, offset: 0x1AC7F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x11B0, symBinAddr: 0x11B3A0, symSize: 0x30 } + - { offsetInCU: 0x384, offset: 0x1AC85F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA04SizebC0C_Tg5', symObjAddr: 0x11E0, symBinAddr: 0x11B3D0, symSize: 0xE0 } + - { offsetInCU: 0x49B, offset: 0x1AC976, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg', symObjAddr: 0x1A80, symBinAddr: 0x11BC70, symSize: 0x2A0 } + - { offsetInCU: 0x560, offset: 0x1ACA3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_', symObjAddr: 0x1D90, symBinAddr: 0x11BF80, symSize: 0xA0 } + - { offsetInCU: 0x59F, offset: 0x1ACA7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_', symObjAddr: 0x1E90, symBinAddr: 0x11C040, symSize: 0x100 } + - { offsetInCU: 0x5D6, offset: 0x1ACAB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_', symObjAddr: 0x2060, symBinAddr: 0x11C1E0, symSize: 0x90 } + - { offsetInCU: 0x761, offset: 0x1ACC3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05ColorbC0C_Tg5', symObjAddr: 0x12C0, symBinAddr: 0x11B4B0, symSize: 0x520 } + - { offsetInCU: 0xB2B, offset: 0x1AD006, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05FloatbC0C_Tg5', symObjAddr: 0x17E0, symBinAddr: 0x11B9D0, symSize: 0xD0 } + - { offsetInCU: 0xBF9, offset: 0x1AD0D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05PointbC0C_Tg5', symObjAddr: 0x18B0, symBinAddr: 0x11BAA0, symSize: 0xE0 } + - { offsetInCU: 0xCC6, offset: 0x1AD1A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA08GradientbC0C_Tg5', symObjAddr: 0x1990, symBinAddr: 0x11BB80, symSize: 0xF0 } + - { offsetInCU: 0xD4B, offset: 0x1AD226, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1D20, symBinAddr: 0x11BF10, symSize: 0x20 } + - { offsetInCU: 0xD67, offset: 0x1AD242, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1D40, symBinAddr: 0x11BF30, symSize: 0x20 } + - { offsetInCU: 0xD83, offset: 0x1AD25E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1D60, symBinAddr: 0x11BF50, symSize: 0x30 } + - { offsetInCU: 0xD9F, offset: 0x1AD27A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_TA', symObjAddr: 0x1E30, symBinAddr: 0x11C020, symSize: 0x20 } + - { offsetInCU: 0xDB3, offset: 0x1AD28E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_TA', symObjAddr: 0x21E0, symBinAddr: 0x11C360, symSize: 0xA0 } + - { offsetInCU: 0xE11, offset: 0x1AD2EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tFAA0A5ColorV_TB5', symObjAddr: 0x2280, symBinAddr: 0x11C400, symSize: 0x160 } + - { offsetInCU: 0xED7, offset: 0x1AD3B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tF', symObjAddr: 0x23E0, symBinAddr: 0x11C560, symSize: 0x170 } + - { offsetInCU: 0xF5B, offset: 0x1AD436, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2550, symBinAddr: 0x11C6D0, symSize: 0x30 } + - { offsetInCU: 0xF77, offset: 0x1AD452, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2580, symBinAddr: 0x11C700, symSize: 0x20 } + - { offsetInCU: 0xF93, offset: 0x1AD46E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x25A0, symBinAddr: 0x11C720, symSize: 0x20 } + - { offsetInCU: 0xFAF, offset: 0x1AD48A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x25C0, symBinAddr: 0x11C740, symSize: 0x20 } + - { offsetInCU: 0xFCB, offset: 0x1AD4A6, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05PointdF0C_Tg5TA', symObjAddr: 0x2630, symBinAddr: 0x11C7B0, symSize: 0x20 } + - { offsetInCU: 0xFDF, offset: 0x1AD4BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x2660, symBinAddr: 0x11C7E0, symSize: 0x20 } + - { offsetInCU: 0xFF3, offset: 0x1AD4CE, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0x2680, symBinAddr: 0x11C800, symSize: 0x20 } + - { offsetInCU: 0x1007, offset: 0x1AD4E2, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5TA', symObjAddr: 0x26A0, symBinAddr: 0x11C820, symSize: 0x20 } + - { offsetInCU: 0x101B, offset: 0x1AD4F6, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOy', symObjAddr: 0x26C0, symBinAddr: 0x11C840, symSize: 0x20 } + - { offsetInCU: 0x102F, offset: 0x1AD50A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x26F0, symBinAddr: 0x11C870, symSize: 0x20 } + - { offsetInCU: 0x1043, offset: 0x1AD51E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5TA', symObjAddr: 0x2710, symBinAddr: 0x11C890, symSize: 0x20 } + - { offsetInCU: 0x1057, offset: 0x1AD532, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOe', symObjAddr: 0x27B0, symBinAddr: 0x11C900, symSize: 0x30 } + - { offsetInCU: 0x106B, offset: 0x1AD546, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOb', symObjAddr: 0x27E0, symBinAddr: 0x11C930, symSize: 0x40 } + - { offsetInCU: 0x108A, offset: 0x1AD565, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_AA05ColorbC0C_TG5TA', symObjAddr: 0x2820, symBinAddr: 0x11C970, symSize: 0x40 } + - { offsetInCU: 0x10DE, offset: 0x1AD5B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOy', symObjAddr: 0x2860, symBinAddr: 0x11C9B0, symSize: 0x30 } + - { offsetInCU: 0x10F2, offset: 0x1AD5CD, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5TA', symObjAddr: 0x2890, symBinAddr: 0x11C9E0, symSize: 0x20 } + - { offsetInCU: 0x1106, offset: 0x1AD5E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x28B0, symBinAddr: 0x11CA00, symSize: 0x10 } + - { offsetInCU: 0x111A, offset: 0x1AD5F5, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5TA', symObjAddr: 0x2970, symBinAddr: 0x11CAC0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1ADA63, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x11CB60, symSize: 0x70 } + - { offsetInCU: 0x87, offset: 0x1ADAC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x11CB60, symSize: 0x70 } + - { offsetInCU: 0xF1, offset: 0x1ADB2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCfD', symObjAddr: 0x70, symBinAddr: 0x11CBD0, symSize: 0x30 } + - { offsetInCU: 0x176, offset: 0x1ADBB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCMa', symObjAddr: 0xA0, symBinAddr: 0x11CC00, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1ADD1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x11CC20, symSize: 0x11C0 } + - { offsetInCU: 0x28D, offset: 0x1ADF81, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x11CC20, symSize: 0x11C0 } + - { offsetInCU: 0xC61, offset: 0x1AE955, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_', symObjAddr: 0x1720, symBinAddr: 0x11E340, symSize: 0xC0 } + - { offsetInCU: 0xCFD, offset: 0x1AE9F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0x11C0, symBinAddr: 0x11DDE0, symSize: 0x10 } + - { offsetInCU: 0xD19, offset: 0x1AEA0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x11D0, symBinAddr: 0x11DDF0, symSize: 0x430 } + - { offsetInCU: 0xE68, offset: 0x1AEB5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x16D0, symBinAddr: 0x11E2F0, symSize: 0x50 } + - { offsetInCU: 0xE84, offset: 0x1AEB78, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfc', symObjAddr: 0x17E0, symBinAddr: 0x11E400, symSize: 0x180 } + - { offsetInCU: 0xEB3, offset: 0x1AEBA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfcTo', symObjAddr: 0x1960, symBinAddr: 0x11E580, symSize: 0x20 } + - { offsetInCU: 0xECF, offset: 0x1AEBC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfc', symObjAddr: 0x1980, symBinAddr: 0x11E5A0, symSize: 0x1C0 } + - { offsetInCU: 0xF0C, offset: 0x1AEC00, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x1B40, symBinAddr: 0x11E760, symSize: 0x50 } + - { offsetInCU: 0xF28, offset: 0x1AEC1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1B90, symBinAddr: 0x11E7B0, symSize: 0x1A0 } + - { offsetInCU: 0xF65, offset: 0x1AEC59, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1D30, symBinAddr: 0x11E950, symSize: 0x30 } + - { offsetInCU: 0xF81, offset: 0x1AEC75, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfD', symObjAddr: 0x1D60, symBinAddr: 0x11E980, symSize: 0x30 } + - { offsetInCU: 0x1002, offset: 0x1AECF6, size: 0x8, addend: 0x0, symName: '_$sSo12CGContextRefa6LottieE21adjustWithLineOrigins33_ADD2B19552B13F52C52B0803615BD067LL2in4withySo07CTFrameB0a_So06CTFontB0aSgtF', symObjAddr: 0x1600, symBinAddr: 0x11E220, symSize: 0xD0 } + - { offsetInCU: 0x1156, offset: 0x1AEE4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfETo', symObjAddr: 0x1D90, symBinAddr: 0x11E9B0, symSize: 0x80 } + - { offsetInCU: 0x1185, offset: 0x1AEE79, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCMa', symObjAddr: 0x1E10, symBinAddr: 0x11EA30, symSize: 0x20 } + - { offsetInCU: 0x1199, offset: 0x1AEE8D, size: 0x8, addend: 0x0, symName: '_$sSo23NSMutableParagraphStyleCMa', symObjAddr: 0x1E70, symBinAddr: 0x11EA50, symSize: 0x30 } + - { offsetInCU: 0x1247, offset: 0x1AEF3B, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaABSHSCWl', symObjAddr: 0x2060, symBinAddr: 0x11EC40, symSize: 0x40 } + - { offsetInCU: 0x125B, offset: 0x1AEF4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_TA', symObjAddr: 0x2120, symBinAddr: 0x11EC80, symSize: 0x10 } + - { offsetInCU: 0x126F, offset: 0x1AEF63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x2130, symBinAddr: 0x11EC90, symSize: 0x20 } + - { offsetInCU: 0x1396, offset: 0x1AF08A, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSo018NSAttributedStringD0a_ypTg5', symObjAddr: 0x1EA0, symBinAddr: 0x11EA80, symSize: 0xD0 } + - { offsetInCU: 0x144B, offset: 0x1AF13F, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x1F70, symBinAddr: 0x11EB50, symSize: 0xF0 } + - { offsetInCU: 0x4F, offset: 0x1AF5F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x11ECB0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1AF619, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x11ECF0, symSize: 0x2F0 } + - { offsetInCU: 0xE0, offset: 0x1AF685, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x330, symBinAddr: 0x11EFE0, symSize: 0x4B0 } + - { offsetInCU: 0x227, offset: 0x1AF7CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO8rawValueSSvg', symObjAddr: 0x7E0, symBinAddr: 0x11F490, symSize: 0x20 } + - { offsetInCU: 0x25E, offset: 0x1AF803, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x9D0, symBinAddr: 0x11F680, symSize: 0x20 } + - { offsetInCU: 0x2DC, offset: 0x1AF881, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0xA30, symBinAddr: 0x11F6E0, symSize: 0x70 } + - { offsetInCU: 0x342, offset: 0x1AF8E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0xAA0, symBinAddr: 0x11F750, symSize: 0x30 } + - { offsetInCU: 0x35E, offset: 0x1AF903, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xAD0, symBinAddr: 0x11F780, symSize: 0x10 } + - { offsetInCU: 0x394, offset: 0x1AF939, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAE0, symBinAddr: 0x11F790, symSize: 0x60 } + - { offsetInCU: 0x419, offset: 0x1AF9BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB40, symBinAddr: 0x11F7F0, symSize: 0x10 } + - { offsetInCU: 0x435, offset: 0x1AF9DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB50, symBinAddr: 0x11F800, symSize: 0x10 } + - { offsetInCU: 0x453, offset: 0x1AF9F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x800, symBinAddr: 0x11F4B0, symSize: 0x1D0 } + - { offsetInCU: 0x4AF, offset: 0x1AFA54, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfd', symObjAddr: 0xBC0, symBinAddr: 0x11F870, symSize: 0x60 } + - { offsetInCU: 0x4F2, offset: 0x1AFA97, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfD', symObjAddr: 0xC20, symBinAddr: 0x11F8D0, symSize: 0x20 } + - { offsetInCU: 0x5AE, offset: 0x1AFB53, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfE', symObjAddr: 0xBA0, symBinAddr: 0x11F850, symSize: 0x20 } + - { offsetInCU: 0x606, offset: 0x1AFBAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCMa', symObjAddr: 0xC40, symBinAddr: 0x11F8F0, symSize: 0x20 } + - { offsetInCU: 0x61A, offset: 0x1AFBBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs0F3KeyAAWl', symObjAddr: 0xCD0, symBinAddr: 0x11F910, symSize: 0x30 } + - { offsetInCU: 0x62E, offset: 0x1AFBD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwet', symObjAddr: 0xF70, symBinAddr: 0x11F990, symSize: 0x80 } + - { offsetInCU: 0x642, offset: 0x1AFBE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwst', symObjAddr: 0xFF0, symBinAddr: 0x11FA10, symSize: 0xD0 } + - { offsetInCU: 0x656, offset: 0x1AFBFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwug', symObjAddr: 0x10C0, symBinAddr: 0x11FAE0, symSize: 0x10 } + - { offsetInCU: 0x66A, offset: 0x1AFC0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwup', symObjAddr: 0x10D0, symBinAddr: 0x11FAF0, symSize: 0x10 } + - { offsetInCU: 0x67E, offset: 0x1AFC23, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwui', symObjAddr: 0x10E0, symBinAddr: 0x11FB00, symSize: 0x10 } + - { offsetInCU: 0x692, offset: 0x1AFC37, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOMa', symObjAddr: 0x10F0, symBinAddr: 0x11FB10, symSize: 0x10 } + - { offsetInCU: 0x6A6, offset: 0x1AFC4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASQWb', symObjAddr: 0x1100, symBinAddr: 0x11FB20, symSize: 0x10 } + - { offsetInCU: 0x6BA, offset: 0x1AFC5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFSQAAWl', symObjAddr: 0x1110, symBinAddr: 0x11FB30, symSize: 0x30 } + - { offsetInCU: 0x6CE, offset: 0x1AFC73, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1140, symBinAddr: 0x11FB60, symSize: 0x10 } + - { offsetInCU: 0x6E2, offset: 0x1AFC87, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1150, symBinAddr: 0x11FB70, symSize: 0x30 } + - { offsetInCU: 0x6F6, offset: 0x1AFC9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1180, symBinAddr: 0x11FBA0, symSize: 0x10 } + - { offsetInCU: 0x70A, offset: 0x1AFCAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1190, symBinAddr: 0x11FBB0, symSize: 0x30 } + - { offsetInCU: 0x765, offset: 0x1AFD0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9F0, symBinAddr: 0x11F6A0, symSize: 0x10 } + - { offsetInCU: 0x781, offset: 0x1AFD26, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH9hashValueSivgTW', symObjAddr: 0xA00, symBinAddr: 0x11F6B0, symSize: 0x10 } + - { offsetInCU: 0x79D, offset: 0x1AFD42, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA10, symBinAddr: 0x11F6C0, symSize: 0x10 } + - { offsetInCU: 0x7B9, offset: 0x1AFD5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA20, symBinAddr: 0x11F6D0, symSize: 0x10 } + - { offsetInCU: 0x7DC, offset: 0x1AFD81, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB60, symBinAddr: 0x11F810, symSize: 0x20 } + - { offsetInCU: 0x7F8, offset: 0x1AFD9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB80, symBinAddr: 0x11F830, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x1AFF91, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0x11FBE0, symSize: 0x20 } + - { offsetInCU: 0xAC, offset: 0x1AFFF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x70, symBinAddr: 0x11FC50, symSize: 0x70 } + - { offsetInCU: 0x112, offset: 0x1B0058, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xE0, symBinAddr: 0x11FCC0, symSize: 0x30 } + - { offsetInCU: 0x13B, offset: 0x1B0081, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1A0, symBinAddr: 0x11FD80, symSize: 0x320 } + - { offsetInCU: 0x1C1, offset: 0x1B0107, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4C0, symBinAddr: 0x1200A0, symSize: 0x5F0 } + - { offsetInCU: 0x395, offset: 0x1B02DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO8rawValueSSvg', symObjAddr: 0xAB0, symBinAddr: 0x120690, symSize: 0x20 } + - { offsetInCU: 0x3CC, offset: 0x1B0312, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0xAD0, symBinAddr: 0x1206B0, symSize: 0x20 } + - { offsetInCU: 0x44A, offset: 0x1B0390, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xB30, symBinAddr: 0x120710, symSize: 0x70 } + - { offsetInCU: 0x4B0, offset: 0x1B03F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xBA0, symBinAddr: 0x120780, symSize: 0x30 } + - { offsetInCU: 0x4CC, offset: 0x1B0412, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBD0, symBinAddr: 0x1207B0, symSize: 0x10 } + - { offsetInCU: 0x502, offset: 0x1B0448, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBE0, symBinAddr: 0x1207C0, symSize: 0x60 } + - { offsetInCU: 0x587, offset: 0x1B04CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xC40, symBinAddr: 0x120820, symSize: 0x10 } + - { offsetInCU: 0x5A3, offset: 0x1B04E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xC50, symBinAddr: 0x120830, symSize: 0x10 } + - { offsetInCU: 0x5DE, offset: 0x1B0524, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCfD', symObjAddr: 0xCA0, symBinAddr: 0x120880, symSize: 0x40 } + - { offsetInCU: 0x621, offset: 0x1B0567, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC6encode2toys7Encoder_p_tKF', symObjAddr: 0xED0, symBinAddr: 0x120A90, symSize: 0x240 } + - { offsetInCU: 0x678, offset: 0x1B05BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1110, symBinAddr: 0x120CD0, symSize: 0x50 } + - { offsetInCU: 0x6B0, offset: 0x1B05F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1160, symBinAddr: 0x120D20, symSize: 0x20 } + - { offsetInCU: 0x760, offset: 0x1B06A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCMa', symObjAddr: 0xCE0, symBinAddr: 0x1208C0, symSize: 0x20 } + - { offsetInCU: 0x774, offset: 0x1B06BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwet', symObjAddr: 0xD20, symBinAddr: 0x1208E0, symSize: 0x80 } + - { offsetInCU: 0x788, offset: 0x1B06CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwst', symObjAddr: 0xDA0, symBinAddr: 0x120960, symSize: 0xD0 } + - { offsetInCU: 0x79C, offset: 0x1B06E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwup', symObjAddr: 0xE70, symBinAddr: 0x120A30, symSize: 0x10 } + - { offsetInCU: 0x7B0, offset: 0x1B06F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOMa', symObjAddr: 0xE80, symBinAddr: 0x120A40, symSize: 0x10 } + - { offsetInCU: 0x7C4, offset: 0x1B070A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASQWb', symObjAddr: 0xE90, symBinAddr: 0x120A50, symSize: 0x10 } + - { offsetInCU: 0x7D8, offset: 0x1B071E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSQAAWl', symObjAddr: 0xEA0, symBinAddr: 0x120A60, symSize: 0x30 } + - { offsetInCU: 0x7EC, offset: 0x1B0732, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x11F0, symBinAddr: 0x120D40, symSize: 0x30 } + - { offsetInCU: 0x800, offset: 0x1B0746, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSeAAWl', symObjAddr: 0x1250, symBinAddr: 0x120D70, symSize: 0x30 } + - { offsetInCU: 0x814, offset: 0x1B075A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSeAAWl', symObjAddr: 0x12E0, symBinAddr: 0x120DD0, symSize: 0x30 } + - { offsetInCU: 0x828, offset: 0x1B076E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSEAAWl', symObjAddr: 0x1310, symBinAddr: 0x120E00, symSize: 0x30 } + - { offsetInCU: 0x83C, offset: 0x1B0782, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSEAAWl', symObjAddr: 0x1450, symBinAddr: 0x120F10, symSize: 0x30 } + - { offsetInCU: 0x850, offset: 0x1B0796, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSYAAWl', symObjAddr: 0x1480, symBinAddr: 0x120F40, symSize: 0x30 } + - { offsetInCU: 0x864, offset: 0x1B07AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwet', symObjAddr: 0x1540, symBinAddr: 0x120F70, symSize: 0x80 } + - { offsetInCU: 0x878, offset: 0x1B07BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwst', symObjAddr: 0x15C0, symBinAddr: 0x120FF0, symSize: 0xD0 } + - { offsetInCU: 0x88C, offset: 0x1B07D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwug', symObjAddr: 0x1690, symBinAddr: 0x1210C0, symSize: 0x10 } + - { offsetInCU: 0x8A0, offset: 0x1B07E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwup', symObjAddr: 0x16A0, symBinAddr: 0x1210D0, symSize: 0x10 } + - { offsetInCU: 0x8B4, offset: 0x1B07FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwui', symObjAddr: 0x16B0, symBinAddr: 0x1210E0, symSize: 0x10 } + - { offsetInCU: 0x8C8, offset: 0x1B080E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOMa', symObjAddr: 0x16C0, symBinAddr: 0x1210F0, symSize: 0x10 } + - { offsetInCU: 0x8DC, offset: 0x1B0822, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASQWb', symObjAddr: 0x16D0, symBinAddr: 0x121100, symSize: 0x10 } + - { offsetInCU: 0x8F0, offset: 0x1B0836, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAESQAAWl', symObjAddr: 0x16E0, symBinAddr: 0x121110, symSize: 0x30 } + - { offsetInCU: 0x904, offset: 0x1B084A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1710, symBinAddr: 0x121140, symSize: 0x10 } + - { offsetInCU: 0x918, offset: 0x1B085E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1720, symBinAddr: 0x121150, symSize: 0x30 } + - { offsetInCU: 0x92C, offset: 0x1B0872, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1750, symBinAddr: 0x121180, symSize: 0x10 } + - { offsetInCU: 0x940, offset: 0x1B0886, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1760, symBinAddr: 0x121190, symSize: 0x30 } + - { offsetInCU: 0x965, offset: 0x1B08AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0x11FC00, symSize: 0x10 } + - { offsetInCU: 0x99F, offset: 0x1B08E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0x11FC10, symSize: 0x20 } + - { offsetInCU: 0x9E5, offset: 0x1B092B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x11FC30, symSize: 0x10 } + - { offsetInCU: 0xA01, offset: 0x1B0947, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x60, symBinAddr: 0x11FC40, symSize: 0x10 } + - { offsetInCU: 0xA1C, offset: 0x1B0962, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0x11FCF0, symSize: 0x50 } + - { offsetInCU: 0xA3F, offset: 0x1B0985, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0x11FD40, symSize: 0x40 } + - { offsetInCU: 0xAA6, offset: 0x1B09EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAF0, symBinAddr: 0x1206D0, symSize: 0x10 } + - { offsetInCU: 0xAC2, offset: 0x1B0A08, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB00, symBinAddr: 0x1206E0, symSize: 0x10 } + - { offsetInCU: 0xADE, offset: 0x1B0A24, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB10, symBinAddr: 0x1206F0, symSize: 0x10 } + - { offsetInCU: 0xAFA, offset: 0x1B0A40, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB20, symBinAddr: 0x120700, symSize: 0x10 } + - { offsetInCU: 0xB1D, offset: 0x1B0A63, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xC60, symBinAddr: 0x120840, symSize: 0x20 } + - { offsetInCU: 0xB39, offset: 0x1B0A7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xC80, symBinAddr: 0x120860, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1B0C39, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x1211E0, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x1B0C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x1211E0, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x1B0C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwet', symObjAddr: 0x70, symBinAddr: 0x121210, symSize: 0x20 } + - { offsetInCU: 0x6B, offset: 0x1B0C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwst', symObjAddr: 0x90, symBinAddr: 0x121230, symSize: 0x30 } + - { offsetInCU: 0x7F, offset: 0x1B0C8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVMa', symObjAddr: 0xC0, symBinAddr: 0x121260, symSize: 0xA } + - { offsetInCU: 0x27, offset: 0x1B0DDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x121270, symSize: 0xA2 } + - { offsetInCU: 0x81, offset: 0x1B0E37, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x121270, symSize: 0xA2 } + - { offsetInCU: 0xC8, offset: 0x1B1102, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt32V_Tg5', symObjAddr: 0x0, symBinAddr: 0x121320, symSize: 0x100 } + - { offsetInCU: 0x328, offset: 0x1B1362, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt16V_Tg5', symObjAddr: 0x100, symBinAddr: 0x121420, symSize: 0x100 } + - { offsetInCU: 0x588, offset: 0x1B15C2, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt64V_Tg5', symObjAddr: 0x200, symBinAddr: 0x121520, symSize: 0x100 } + - { offsetInCU: 0x779, offset: 0x1B17B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data10Foundation4DataVvg', symObjAddr: 0x300, symBinAddr: 0x121620, symSize: 0x1600 } + - { offsetInCU: 0xFF0, offset: 0x1B202A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt32V_Tg5', symObjAddr: 0x1900, symBinAddr: 0x122C20, symSize: 0x150 } + - { offsetInCU: 0x1081, offset: 0x1B20BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt64V_Tg5', symObjAddr: 0x1A50, symBinAddr: 0x122D70, symSize: 0x160 } + - { offsetInCU: 0x112D, offset: 0x1B2167, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC3url10accessMode17preferredEncodingACSg10Foundation3URLV_AC06AccessE0OSSAHE0G0VSgtcfc', symObjAddr: 0x1BB0, symBinAddr: 0x122ED0, symSize: 0x3A0 } + - { offsetInCU: 0x11D6, offset: 0x1B2210, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCfD', symObjAddr: 0x1F50, symBinAddr: 0x123270, symSize: 0xE0 } + - { offsetInCU: 0x1249, offset: 0x1B2283, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2610, symBinAddr: 0x123850, symSize: 0x10 } + - { offsetInCU: 0x12D0, offset: 0x1B230A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x2620, symBinAddr: 0x123860, symSize: 0x40 } + - { offsetInCU: 0x13B4, offset: 0x1B23EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2660, symBinAddr: 0x1238A0, symSize: 0x20 } + - { offsetInCU: 0x1442, offset: 0x1B247C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x27B0, symBinAddr: 0x1239F0, symSize: 0x20 } + - { offsetInCU: 0x1473, offset: 0x1B24AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x27D0, symBinAddr: 0x123A10, symSize: 0x10 } + - { offsetInCU: 0x14CC, offset: 0x1B2506, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyF', symObjAddr: 0x28A0, symBinAddr: 0x123AE0, symSize: 0xF0 } + - { offsetInCU: 0x15AA, offset: 0x1B25E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_', symObjAddr: 0x2990, symBinAddr: 0x123BD0, symSize: 0x7E0 } + - { offsetInCU: 0x1958, offset: 0x1B2992, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_6$deferL_yyF', symObjAddr: 0x3170, symBinAddr: 0x1243B0, symSize: 0x90 } + - { offsetInCU: 0x1A18, offset: 0x1B2A52, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST12makeIterator0D0QzyFTW', symObjAddr: 0x3200, symBinAddr: 0x124440, symSize: 0x30 } + - { offsetInCU: 0x1A3B, offset: 0x1B2A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33scanForZIP64EndOfCentralDirectory06_D21B9K25A55B313329C5A8982D32CCC76LL2in10eocdOffsetAC0efghI0VSgSpySo7__sFILEVG_s6UInt64VtFZTf4nnd_n', symObjAddr: 0x3DD0, symBinAddr: 0x124FD0, symSize: 0x200 } + - { offsetInCU: 0x1BF8, offset: 0x1B2C32, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC34scanForEndOfCentralDirectoryRecord2inAC0efghI0V_AC05ZIP64efgH0VSgtSgSpySo7__sFILEVG_tFZTf4nd_n', symObjAddr: 0x3FD0, symBinAddr: 0x1251D0, symSize: 0x2A0 } + - { offsetInCU: 0x1D6E, offset: 0x1B2DA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMU', symObjAddr: 0x2030, symBinAddr: 0x123350, symSize: 0x10 } + - { offsetInCU: 0x1D82, offset: 0x1B2DBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMa', symObjAddr: 0x2040, symBinAddr: 0x123360, symSize: 0x30 } + - { offsetInCU: 0x1D96, offset: 0x1B2DD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMr', symObjAddr: 0x2070, symBinAddr: 0x123390, symSize: 0xC0 } + - { offsetInCU: 0x1DAA, offset: 0x1B2DE4, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgMa', symObjAddr: 0x2130, symBinAddr: 0x123450, symSize: 0x50 } + - { offsetInCU: 0x1DBE, offset: 0x1B2DF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwCP', symObjAddr: 0x2180, symBinAddr: 0x1234A0, symSize: 0x30 } + - { offsetInCU: 0x1DD2, offset: 0x1B2E0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwxx', symObjAddr: 0x2210, symBinAddr: 0x1234D0, symSize: 0x20 } + - { offsetInCU: 0x1DE6, offset: 0x1B2E20, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x2270, symBinAddr: 0x1234F0, symSize: 0x60 } + - { offsetInCU: 0x1DFA, offset: 0x1B2E34, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwca', symObjAddr: 0x22D0, symBinAddr: 0x123550, symSize: 0x80 } + - { offsetInCU: 0x1E0E, offset: 0x1B2E48, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwta', symObjAddr: 0x2370, symBinAddr: 0x1235D0, symSize: 0x50 } + - { offsetInCU: 0x1E22, offset: 0x1B2E5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwet', symObjAddr: 0x23C0, symBinAddr: 0x123620, symSize: 0x50 } + - { offsetInCU: 0x1E36, offset: 0x1B2E70, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwst', symObjAddr: 0x2410, symBinAddr: 0x123670, symSize: 0x60 } + - { offsetInCU: 0x1E4A, offset: 0x1B2E84, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVMa', symObjAddr: 0x2470, symBinAddr: 0x1236D0, symSize: 0x10 } + - { offsetInCU: 0x1E5E, offset: 0x1B2E98, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwet', symObjAddr: 0x24A0, symBinAddr: 0x1236E0, symSize: 0x80 } + - { offsetInCU: 0x1E72, offset: 0x1B2EAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwst', symObjAddr: 0x2520, symBinAddr: 0x123760, symSize: 0xD0 } + - { offsetInCU: 0x1E86, offset: 0x1B2EC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwup', symObjAddr: 0x25F0, symBinAddr: 0x123830, symSize: 0x10 } + - { offsetInCU: 0x1E9A, offset: 0x1B2ED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOMa', symObjAddr: 0x2600, symBinAddr: 0x123840, symSize: 0x10 } + - { offsetInCU: 0x1EE5, offset: 0x1B2F1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASQWb', symObjAddr: 0x27E0, symBinAddr: 0x123A20, symSize: 0x10 } + - { offsetInCU: 0x1EF9, offset: 0x1B2F33, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOAESQAAWl', symObjAddr: 0x27F0, symBinAddr: 0x123A30, symSize: 0x30 } + - { offsetInCU: 0x1F0D, offset: 0x1B2F47, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAA8IteratorST_StWT', symObjAddr: 0x2820, symBinAddr: 0x123A60, symSize: 0x10 } + - { offsetInCU: 0x1F21, offset: 0x1B2F5B, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGAByxGStsWl', symObjAddr: 0x2830, symBinAddr: 0x123A70, symSize: 0x40 } + - { offsetInCU: 0x1F35, offset: 0x1B2F6F, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGMa', symObjAddr: 0x2870, symBinAddr: 0x123AB0, symSize: 0x30 } + - { offsetInCU: 0x21EF, offset: 0x1B3229, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_TA', symObjAddr: 0x35D0, symBinAddr: 0x124810, symSize: 0x20 } + - { offsetInCU: 0x225B, offset: 0x1B3295, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlF6Lottie7ArchiveC_Tg5', symObjAddr: 0x3630, symBinAddr: 0x124830, symSize: 0x490 } + - { offsetInCU: 0x23EA, offset: 0x1B3424, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0J0V_AKSiKXEtcfC015$s10Foundation4j2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x3AC0, symBinAddr: 0x124CC0, symSize: 0x310 } + - { offsetInCU: 0x25F7, offset: 0x1B3631, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10LargeSliceVyAESWcfCTf4nd_n', symObjAddr: 0x4270, symBinAddr: 0x125470, symSize: 0x80 } + - { offsetInCU: 0x2624, offset: 0x1B365E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAESWcfCTf4nd_n', symObjAddr: 0x42F0, symBinAddr: 0x1254F0, symSize: 0x80 } + - { offsetInCU: 0x269A, offset: 0x1B36D4, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOyAESWcfCTf4nd_n', symObjAddr: 0x4370, symBinAddr: 0x125570, symSize: 0x70 } + - { offsetInCU: 0x26EF, offset: 0x1B3729, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAeC0cB0VcfCTf4nd_n', symObjAddr: 0x43E0, symBinAddr: 0x1255E0, symSize: 0x100 } + - { offsetInCU: 0x2707, offset: 0x1B3741, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOe', symObjAddr: 0x44E0, symBinAddr: 0x1256E0, symSize: 0x70 } + - { offsetInCU: 0x271B, offset: 0x1B3755, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOy', symObjAddr: 0x45B0, symBinAddr: 0x1257B0, symSize: 0x70 } + - { offsetInCU: 0x272F, offset: 0x1B3769, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOy', symObjAddr: 0x4620, symBinAddr: 0x125820, symSize: 0x50 } + - { offsetInCU: 0x2743, offset: 0x1B377D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOe', symObjAddr: 0x4700, symBinAddr: 0x1258C0, symSize: 0x50 } + - { offsetInCU: 0x2757, offset: 0x1B3791, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_TA', symObjAddr: 0x4750, symBinAddr: 0x125910, symSize: 0x10 } + - { offsetInCU: 0x276B, offset: 0x1B37A5, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOf', symObjAddr: 0x47C0, symBinAddr: 0x125920, symSize: 0x40 } + - { offsetInCU: 0x277F, offset: 0x1B37B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVWOr', symObjAddr: 0x4800, symBinAddr: 0x125960, symSize: 0x20 } + - { offsetInCU: 0x2793, offset: 0x1B37CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOr', symObjAddr: 0x4820, symBinAddr: 0x125980, symSize: 0x60 } + - { offsetInCU: 0x27A7, offset: 0x1B37E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOs', symObjAddr: 0x48B0, symBinAddr: 0x1259E0, symSize: 0x80 } + - { offsetInCU: 0x27BB, offset: 0x1B37F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOe', symObjAddr: 0x4930, symBinAddr: 0x125A60, symSize: 0xE0 } + - { offsetInCU: 0x27CF, offset: 0x1B3809, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwet', symObjAddr: 0x4A40, symBinAddr: 0x125B70, symSize: 0x80 } + - { offsetInCU: 0x27E3, offset: 0x1B381D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwst', symObjAddr: 0x4AC0, symBinAddr: 0x125BF0, symSize: 0xD0 } + - { offsetInCU: 0x27F7, offset: 0x1B3831, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwug', symObjAddr: 0x4B90, symBinAddr: 0x125CC0, symSize: 0x10 } + - { offsetInCU: 0x280B, offset: 0x1B3845, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwup', symObjAddr: 0x4BA0, symBinAddr: 0x125CD0, symSize: 0x10 } + - { offsetInCU: 0x281F, offset: 0x1B3859, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwui', symObjAddr: 0x4BB0, symBinAddr: 0x125CE0, symSize: 0x10 } + - { offsetInCU: 0x2833, offset: 0x1B386D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOMa', symObjAddr: 0x4BC0, symBinAddr: 0x125CF0, symSize: 0x10 } + - { offsetInCU: 0x2847, offset: 0x1B3881, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASQWb', symObjAddr: 0x4BD0, symBinAddr: 0x125D00, symSize: 0x10 } + - { offsetInCU: 0x285B, offset: 0x1B3895, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAESQAAWl', symObjAddr: 0x4BE0, symBinAddr: 0x125D10, symSize: 0x30 } + - { offsetInCU: 0x294D, offset: 0x1B3987, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2680, symBinAddr: 0x1238C0, symSize: 0x40 } + - { offsetInCU: 0x29EA, offset: 0x1B3A24, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0x26C0, symBinAddr: 0x123900, symSize: 0x10 } + - { offsetInCU: 0x2A06, offset: 0x1B3A40, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0x26D0, symBinAddr: 0x123910, symSize: 0x10 } + - { offsetInCU: 0x2A22, offset: 0x1B3A5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x26E0, symBinAddr: 0x123920, symSize: 0x10 } + - { offsetInCU: 0x2A3E, offset: 0x1B3A78, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x26F0, symBinAddr: 0x123930, symSize: 0x10 } + - { offsetInCU: 0x2A69, offset: 0x1B3AA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2700, symBinAddr: 0x123940, symSize: 0x10 } + - { offsetInCU: 0x2AFA, offset: 0x1B3B34, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH9hashValueSivgTW', symObjAddr: 0x2710, symBinAddr: 0x123950, symSize: 0x40 } + - { offsetInCU: 0x2BA9, offset: 0x1B3BE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2750, symBinAddr: 0x123990, symSize: 0x20 } + - { offsetInCU: 0x2BFC, offset: 0x1B3C36, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2770, symBinAddr: 0x1239B0, symSize: 0x40 } + - { offsetInCU: 0x2CF1, offset: 0x1B3D2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST19underestimatedCountSivgTW', symObjAddr: 0x3230, symBinAddr: 0x124470, symSize: 0x10 } + - { offsetInCU: 0x2D0D, offset: 0x1B3D47, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST31_customContainsEquatableElementySbSg0F0QzFTW', symObjAddr: 0x3240, symBinAddr: 0x124480, symSize: 0x10 } + - { offsetInCU: 0x2D3F, offset: 0x1B3D79, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST22_copyToContiguousArrays0eF0Vy7ElementQzGyFTW', symObjAddr: 0x3250, symBinAddr: 0x124490, symSize: 0x30 } + - { offsetInCU: 0x2D70, offset: 0x1B3DAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tFTW', symObjAddr: 0x3280, symBinAddr: 0x1244C0, symSize: 0x20 } + - { offsetInCU: 0x2D8C, offset: 0x1B3DC6, size: 0x8, addend: 0x0, symName: '_$sSTsE13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tF6Lottie7ArchiveC_Tg5', symObjAddr: 0x32A0, symBinAddr: 0x1244E0, symSize: 0x2B0 } + - { offsetInCU: 0x2E03, offset: 0x1B3E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST32withContiguousStorageIfAvailableyqd__Sgqd__SRy7ElementQzGKXEKlFTW', symObjAddr: 0x3550, symBinAddr: 0x124790, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1B4275, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x125D70, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x1B4299, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x125D70, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1B42BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x125DB0, symSize: 0x240 } + - { offsetInCU: 0xE0, offset: 0x1B432A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x280, symBinAddr: 0x125FF0, symSize: 0x350 } + - { offsetInCU: 0x1DC, offset: 0x1B4426, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5D0, symBinAddr: 0x126340, symSize: 0x160 } + - { offsetInCU: 0x24A, offset: 0x1B4494, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO8rawValueSSvg', symObjAddr: 0x730, symBinAddr: 0x1264A0, symSize: 0x20 } + - { offsetInCU: 0x281, offset: 0x1B44CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x750, symBinAddr: 0x1264C0, symSize: 0x20 } + - { offsetInCU: 0x2FF, offset: 0x1B4549, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x7B0, symBinAddr: 0x126520, symSize: 0x70 } + - { offsetInCU: 0x365, offset: 0x1B45AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x820, symBinAddr: 0x126590, symSize: 0x30 } + - { offsetInCU: 0x381, offset: 0x1B45CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x850, symBinAddr: 0x1265C0, symSize: 0x10 } + - { offsetInCU: 0x3B7, offset: 0x1B4601, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x860, symBinAddr: 0x1265D0, symSize: 0x60 } + - { offsetInCU: 0x43C, offset: 0x1B4686, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x8C0, symBinAddr: 0x126630, symSize: 0x10 } + - { offsetInCU: 0x458, offset: 0x1B46A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x8D0, symBinAddr: 0x126640, symSize: 0x10 } + - { offsetInCU: 0x494, offset: 0x1B46DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfD', symObjAddr: 0x940, symBinAddr: 0x1266B0, symSize: 0x60 } + - { offsetInCU: 0x566, offset: 0x1B47B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfE', symObjAddr: 0x920, symBinAddr: 0x126690, symSize: 0x20 } + - { offsetInCU: 0x5BE, offset: 0x1B4808, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCMa', symObjAddr: 0x9A0, symBinAddr: 0x126710, symSize: 0x20 } + - { offsetInCU: 0x5D2, offset: 0x1B481C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs0E3KeyAAWl', symObjAddr: 0xA30, symBinAddr: 0x126730, symSize: 0x30 } + - { offsetInCU: 0x5E6, offset: 0x1B4830, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwet', symObjAddr: 0xB40, symBinAddr: 0x126760, symSize: 0x80 } + - { offsetInCU: 0x5FA, offset: 0x1B4844, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwst', symObjAddr: 0xBC0, symBinAddr: 0x1267E0, symSize: 0xD0 } + - { offsetInCU: 0x60E, offset: 0x1B4858, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwug', symObjAddr: 0xC90, symBinAddr: 0x1268B0, symSize: 0x10 } + - { offsetInCU: 0x622, offset: 0x1B486C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwup', symObjAddr: 0xCA0, symBinAddr: 0x1268C0, symSize: 0x10 } + - { offsetInCU: 0x636, offset: 0x1B4880, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwui', symObjAddr: 0xCB0, symBinAddr: 0x1268D0, symSize: 0x10 } + - { offsetInCU: 0x64A, offset: 0x1B4894, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOMa', symObjAddr: 0xCC0, symBinAddr: 0x1268E0, symSize: 0x10 } + - { offsetInCU: 0x65E, offset: 0x1B48A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASQWb', symObjAddr: 0xCD0, symBinAddr: 0x1268F0, symSize: 0x10 } + - { offsetInCU: 0x672, offset: 0x1B48BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFSQAAWl', symObjAddr: 0xCE0, symBinAddr: 0x126900, symSize: 0x30 } + - { offsetInCU: 0x686, offset: 0x1B48D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xD10, symBinAddr: 0x126930, symSize: 0x10 } + - { offsetInCU: 0x69A, offset: 0x1B48E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xD20, symBinAddr: 0x126940, symSize: 0x30 } + - { offsetInCU: 0x6AE, offset: 0x1B48F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xD50, symBinAddr: 0x126970, symSize: 0x10 } + - { offsetInCU: 0x6C2, offset: 0x1B490C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xD60, symBinAddr: 0x126980, symSize: 0x30 } + - { offsetInCU: 0x71D, offset: 0x1B4967, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x770, symBinAddr: 0x1264E0, symSize: 0x10 } + - { offsetInCU: 0x739, offset: 0x1B4983, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH9hashValueSivgTW', symObjAddr: 0x780, symBinAddr: 0x1264F0, symSize: 0x10 } + - { offsetInCU: 0x755, offset: 0x1B499F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x790, symBinAddr: 0x126500, symSize: 0x10 } + - { offsetInCU: 0x771, offset: 0x1B49BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x7A0, symBinAddr: 0x126510, symSize: 0x10 } + - { offsetInCU: 0x794, offset: 0x1B49DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x8E0, symBinAddr: 0x126650, symSize: 0x20 } + - { offsetInCU: 0x7B0, offset: 0x1B49FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x900, symBinAddr: 0x126670, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1B4BCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x1269B0, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x1B4BEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x1269B0, symSize: 0x10 } + - { offsetInCU: 0x77, offset: 0x1B4C1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ', symObjAddr: 0x10, symBinAddr: 0x1269C0, symSize: 0x10 } + - { offsetInCU: 0xE5, offset: 0x1B4C88, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfC', symObjAddr: 0xA0, symBinAddr: 0x126A50, symSize: 0xF0 } + - { offsetInCU: 0x1A8, offset: 0x1B4D4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfC', symObjAddr: 0x190, symBinAddr: 0x126B40, symSize: 0xB0 } + - { offsetInCU: 0x217, offset: 0x1B4DBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueSSvg', symObjAddr: 0x240, symBinAddr: 0x126BF0, symSize: 0x60 } + - { offsetInCU: 0x243, offset: 0x1B4DE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueSSvg', symObjAddr: 0x2A0, symBinAddr: 0x126C50, symSize: 0x40 } + - { offsetInCU: 0x2AA, offset: 0x1B4E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO11descriptionSSvg', symObjAddr: 0x2E0, symBinAddr: 0x126C90, symSize: 0x60 } + - { offsetInCU: 0x2F1, offset: 0x1B4E94, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x340, symBinAddr: 0x126CF0, symSize: 0x20 } + - { offsetInCU: 0x30D, offset: 0x1B4EB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x360, symBinAddr: 0x126D10, symSize: 0x20 } + - { offsetInCU: 0x329, offset: 0x1B4ECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x380, symBinAddr: 0x126D30, symSize: 0x10 } + - { offsetInCU: 0x345, offset: 0x1B4EE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO11descriptionSSvg', symObjAddr: 0x390, symBinAddr: 0x126D40, symSize: 0x40 } + - { offsetInCU: 0x370, offset: 0x1B4F13, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASQWb', symObjAddr: 0x3D0, symBinAddr: 0x126D80, symSize: 0x10 } + - { offsetInCU: 0x384, offset: 0x1B4F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOACSQAAWl', symObjAddr: 0x3E0, symBinAddr: 0x126D90, symSize: 0x30 } + - { offsetInCU: 0x398, offset: 0x1B4F3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASQWb', symObjAddr: 0x410, symBinAddr: 0x126DC0, symSize: 0x10 } + - { offsetInCU: 0x3AC, offset: 0x1B4F4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOACSQAAWl', symObjAddr: 0x420, symBinAddr: 0x126DD0, symSize: 0x30 } + - { offsetInCU: 0x3C0, offset: 0x1B4F63, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x126E00, symSize: 0x20 } + - { offsetInCU: 0x3DC, offset: 0x1B4F7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x470, symBinAddr: 0x126E20, symSize: 0x20 } + - { offsetInCU: 0x3F8, offset: 0x1B4F9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x490, symBinAddr: 0x126E40, symSize: 0x10 } + - { offsetInCU: 0x414, offset: 0x1B4FB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwet', symObjAddr: 0x4C0, symBinAddr: 0x126E50, symSize: 0xB0 } + - { offsetInCU: 0x428, offset: 0x1B4FCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwst', symObjAddr: 0x570, symBinAddr: 0x126F00, symSize: 0xE0 } + - { offsetInCU: 0x43C, offset: 0x1B4FDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwug', symObjAddr: 0x650, symBinAddr: 0x126FE0, symSize: 0x20 } + - { offsetInCU: 0x450, offset: 0x1B4FF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwup', symObjAddr: 0x670, symBinAddr: 0x127000, symSize: 0x10 } + - { offsetInCU: 0x464, offset: 0x1B5007, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwui', symObjAddr: 0x680, symBinAddr: 0x127010, symSize: 0x10 } + - { offsetInCU: 0x478, offset: 0x1B501B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOMa', symObjAddr: 0x690, symBinAddr: 0x127020, symSize: 0x10 } + - { offsetInCU: 0x48C, offset: 0x1B502F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwet', symObjAddr: 0x6A0, symBinAddr: 0x127030, symSize: 0x80 } + - { offsetInCU: 0x4A0, offset: 0x1B5043, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwst', symObjAddr: 0x720, symBinAddr: 0x1270B0, symSize: 0xD0 } + - { offsetInCU: 0x4B4, offset: 0x1B5057, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwug', symObjAddr: 0x7F0, symBinAddr: 0x127180, symSize: 0x10 } + - { offsetInCU: 0x4C8, offset: 0x1B506B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwup', symObjAddr: 0x800, symBinAddr: 0x127190, symSize: 0x10 } + - { offsetInCU: 0x4DC, offset: 0x1B507F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwui', symObjAddr: 0x810, symBinAddr: 0x1271A0, symSize: 0x10 } + - { offsetInCU: 0x4F0, offset: 0x1B5093, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOMa', symObjAddr: 0x820, symBinAddr: 0x1271B0, symSize: 0xA } + - { offsetInCU: 0x515, offset: 0x1B50B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x20, symBinAddr: 0x1269D0, symSize: 0x10 } + - { offsetInCU: 0x531, offset: 0x1B50D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x30, symBinAddr: 0x1269E0, symSize: 0x10 } + - { offsetInCU: 0x54D, offset: 0x1B50F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x40, symBinAddr: 0x1269F0, symSize: 0x10 } + - { offsetInCU: 0x569, offset: 0x1B510C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x50, symBinAddr: 0x126A00, symSize: 0x10 } + - { offsetInCU: 0x585, offset: 0x1B5128, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x60, symBinAddr: 0x126A10, symSize: 0x10 } + - { offsetInCU: 0x5A1, offset: 0x1B5144, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH9hashValueSivgTW', symObjAddr: 0x70, symBinAddr: 0x126A20, symSize: 0x10 } + - { offsetInCU: 0x5BD, offset: 0x1B5160, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x80, symBinAddr: 0x126A30, symSize: 0x10 } + - { offsetInCU: 0x5D9, offset: 0x1B517C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x90, symBinAddr: 0x126A40, symSize: 0x10 } + - { offsetInCU: 0x118, offset: 0x1B53FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtF', symObjAddr: 0x0, symBinAddr: 0x1271C0, symSize: 0x3E0 } + - { offsetInCU: 0x6D3, offset: 0x1B59BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_', symObjAddr: 0x3E0, symBinAddr: 0x1275A0, symSize: 0xA0 } + - { offsetInCU: 0x705, offset: 0x1B59EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_', symObjAddr: 0x480, symBinAddr: 0x127640, symSize: 0xB0 } + - { offsetInCU: 0x882, offset: 0x1B5B69, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_', symObjAddr: 0x530, symBinAddr: 0x1276F0, symSize: 0x120 } + - { offsetInCU: 0xA67, offset: 0x1B5D4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCfD', symObjAddr: 0xBC0, symBinAddr: 0x127D50, symSize: 0x30 } + - { offsetInCU: 0xCDE, offset: 0x1B5FC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7matchesySbACF', symObjAddr: 0x680, symBinAddr: 0x127810, symSize: 0x540 } + - { offsetInCU: 0xD8E, offset: 0x1B6075, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCMa', symObjAddr: 0xBF0, symBinAddr: 0x127D80, symSize: 0x20 } + - { offsetInCU: 0xDA2, offset: 0x1B6089, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_TA', symObjAddr: 0xCF0, symBinAddr: 0x127DA0, symSize: 0x10 } + - { offsetInCU: 0xDB6, offset: 0x1B609D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xD00, symBinAddr: 0x127DB0, symSize: 0x20 } + - { offsetInCU: 0xDCA, offset: 0x1B60B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_TA', symObjAddr: 0xD20, symBinAddr: 0x127DD0, symSize: 0x20 } + - { offsetInCU: 0xDDE, offset: 0x1B60C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_TA', symObjAddr: 0xD40, symBinAddr: 0x127DF0, symSize: 0x20 } + - { offsetInCU: 0xDF2, offset: 0x1B60D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xD60, symBinAddr: 0x127E10, symSize: 0x20 } + - { offsetInCU: 0xED7, offset: 0x1B61BE, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AG16AnyValueProvider_p05valueN0tG_Tg5011$s6Lottie18mn32StoreC03setbC0_7keypathyAA03Anybt7_p_AA16iJ32VtFSbAhE_AaF_p05valueC0t_tXEfU0_AITf1cn_nTf4ng_n', symObjAddr: 0xD80, symBinAddr: 0x127E30, symSize: 0x3B0 } + - { offsetInCU: 0x1366, offset: 0x1B664D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOd', symObjAddr: 0x11D0, symBinAddr: 0x128210, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1B69E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x128260, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x1B69FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x128260, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x1B6A0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwxx', symObjAddr: 0x30, symBinAddr: 0x128290, symSize: 0x10 } + - { offsetInCU: 0x6B, offset: 0x1B6A23, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwcp', symObjAddr: 0x40, symBinAddr: 0x1282A0, symSize: 0x60 } + - { offsetInCU: 0x7F, offset: 0x1B6A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwca', symObjAddr: 0xA0, symBinAddr: 0x128300, symSize: 0x70 } + - { offsetInCU: 0x93, offset: 0x1B6A4B, size: 0x8, addend: 0x0, symName: ___swift_memcpy50_8, symObjAddr: 0x110, symBinAddr: 0x128370, symSize: 0x30 } + - { offsetInCU: 0xA7, offset: 0x1B6A5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwta', symObjAddr: 0x140, symBinAddr: 0x1283A0, symSize: 0x60 } + - { offsetInCU: 0xBB, offset: 0x1B6A73, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwet', symObjAddr: 0x1A0, symBinAddr: 0x128400, symSize: 0x50 } + - { offsetInCU: 0xCF, offset: 0x1B6A87, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwst', symObjAddr: 0x1F0, symBinAddr: 0x128450, symSize: 0x60 } + - { offsetInCU: 0xE3, offset: 0x1B6A9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVMa', symObjAddr: 0x250, symBinAddr: 0x1284B0, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x1B6ACD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueSSvg', symObjAddr: 0x260, symBinAddr: 0x1284C0, symSize: 0x20 } + - { offsetInCU: 0x162, offset: 0x1B6B1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x460, symBinAddr: 0x1286C0, symSize: 0x10 } + - { offsetInCU: 0x1E9, offset: 0x1B6BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH9hashValueSivgTW', symObjAddr: 0x470, symBinAddr: 0x1286D0, symSize: 0x40 } + - { offsetInCU: 0x2CD, offset: 0x1B6C85, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4B0, symBinAddr: 0x128710, symSize: 0x20 } + - { offsetInCU: 0x33F, offset: 0x1B6CF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x510, symBinAddr: 0x128770, symSize: 0x10 } + - { offsetInCU: 0x36A, offset: 0x1B6D22, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x520, symBinAddr: 0x128780, symSize: 0x20 } + - { offsetInCU: 0x39B, offset: 0x1B6D53, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x540, symBinAddr: 0x1287A0, symSize: 0x10 } + - { offsetInCU: 0x3B7, offset: 0x1B6D6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x550, symBinAddr: 0x1287B0, symSize: 0x10 } + - { offsetInCU: 0x3D3, offset: 0x1B6D8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x790, symBinAddr: 0x1289F0, symSize: 0x170 } + - { offsetInCU: 0x419, offset: 0x1B6DD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV6encode2toys7Encoder_p_tKF', symObjAddr: 0x280, symBinAddr: 0x1284E0, symSize: 0x1B0 } + - { offsetInCU: 0x46E, offset: 0x1B6E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5A0, symBinAddr: 0x128800, symSize: 0x40 } + - { offsetInCU: 0x4A5, offset: 0x1B6E5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5E0, symBinAddr: 0x128840, symSize: 0x40 } + - { offsetInCU: 0x4C8, offset: 0x1B6E80, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x900, symBinAddr: 0x128B60, symSize: 0x240 } + - { offsetInCU: 0x506, offset: 0x1B6EBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeO8rawValueSSvg', symObjAddr: 0x430, symBinAddr: 0x128690, symSize: 0x30 } + - { offsetInCU: 0x547, offset: 0x1B6EFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x660, symBinAddr: 0x1288C0, symSize: 0x70 } + - { offsetInCU: 0x57B, offset: 0x1B6F33, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x6D0, symBinAddr: 0x128930, symSize: 0x30 } + - { offsetInCU: 0x5B9, offset: 0x1B6F71, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs0D3KeyAAWl', symObjAddr: 0xBB0, symBinAddr: 0x128DA0, symSize: 0x30 } + - { offsetInCU: 0x5CD, offset: 0x1B6F85, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSeAAWl', symObjAddr: 0xC10, symBinAddr: 0x128DD0, symSize: 0x30 } + - { offsetInCU: 0x5E1, offset: 0x1B6F99, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSgWOb', symObjAddr: 0xC40, symBinAddr: 0x128E00, symSize: 0x40 } + - { offsetInCU: 0x5F5, offset: 0x1B6FAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSEAAWl', symObjAddr: 0xC80, symBinAddr: 0x128E40, symSize: 0x30 } + - { offsetInCU: 0x609, offset: 0x1B6FC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwet', symObjAddr: 0xCD0, symBinAddr: 0x128E70, symSize: 0x80 } + - { offsetInCU: 0x61D, offset: 0x1B6FD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwst', symObjAddr: 0xD50, symBinAddr: 0x128EF0, symSize: 0xD0 } + - { offsetInCU: 0x631, offset: 0x1B6FE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwug', symObjAddr: 0xE20, symBinAddr: 0x128FC0, symSize: 0x10 } + - { offsetInCU: 0x645, offset: 0x1B6FFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwup', symObjAddr: 0xE30, symBinAddr: 0x128FD0, symSize: 0x10 } + - { offsetInCU: 0x659, offset: 0x1B7011, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwui', symObjAddr: 0xE40, symBinAddr: 0x128FE0, symSize: 0x10 } + - { offsetInCU: 0x66D, offset: 0x1B7025, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOMa', symObjAddr: 0xE50, symBinAddr: 0x128FF0, symSize: 0x10 } + - { offsetInCU: 0x681, offset: 0x1B7039, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwet', symObjAddr: 0xE60, symBinAddr: 0x129000, symSize: 0x80 } + - { offsetInCU: 0x695, offset: 0x1B704D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwst', symObjAddr: 0xEE0, symBinAddr: 0x129080, symSize: 0xD0 } + - { offsetInCU: 0x6A9, offset: 0x1B7061, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwug', symObjAddr: 0xFB0, symBinAddr: 0x129150, symSize: 0x10 } + - { offsetInCU: 0x6BD, offset: 0x1B7075, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwup', symObjAddr: 0xFC0, symBinAddr: 0x129160, symSize: 0x10 } + - { offsetInCU: 0x6D1, offset: 0x1B7089, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwui', symObjAddr: 0xFD0, symBinAddr: 0x129170, symSize: 0x10 } + - { offsetInCU: 0x6E5, offset: 0x1B709D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOMa', symObjAddr: 0xFE0, symBinAddr: 0x129180, symSize: 0x10 } + - { offsetInCU: 0x6F9, offset: 0x1B70B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASQWb', symObjAddr: 0xFF0, symBinAddr: 0x129190, symSize: 0x10 } + - { offsetInCU: 0x70D, offset: 0x1B70C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSQAAWl', symObjAddr: 0x1000, symBinAddr: 0x1291A0, symSize: 0x30 } + - { offsetInCU: 0x721, offset: 0x1B70D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASQWb', symObjAddr: 0x1030, symBinAddr: 0x1291D0, symSize: 0x10 } + - { offsetInCU: 0x735, offset: 0x1B70ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFSQAAWl', symObjAddr: 0x1040, symBinAddr: 0x1291E0, symSize: 0x30 } + - { offsetInCU: 0x749, offset: 0x1B7101, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1070, symBinAddr: 0x129210, symSize: 0x10 } + - { offsetInCU: 0x75D, offset: 0x1B7115, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1080, symBinAddr: 0x129220, symSize: 0x30 } + - { offsetInCU: 0x771, offset: 0x1B7129, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x10B0, symBinAddr: 0x129250, symSize: 0x10 } + - { offsetInCU: 0x785, offset: 0x1B713D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x10C0, symBinAddr: 0x129260, symSize: 0x30 } + - { offsetInCU: 0x799, offset: 0x1B7151, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSYAAWl', symObjAddr: 0x10F0, symBinAddr: 0x129290, symSize: 0x30 } + - { offsetInCU: 0x7EB, offset: 0x1B71A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4D0, symBinAddr: 0x128730, symSize: 0x40 } + - { offsetInCU: 0x88F, offset: 0x1B7247, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0x1287C0, symSize: 0x20 } + - { offsetInCU: 0x8AB, offset: 0x1B7263, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0x1287E0, symSize: 0x20 } + - { offsetInCU: 0x8C7, offset: 0x1B727F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x620, symBinAddr: 0x128880, symSize: 0x10 } + - { offsetInCU: 0x8E3, offset: 0x1B729B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH9hashValueSivgTW', symObjAddr: 0x630, symBinAddr: 0x128890, symSize: 0x10 } + - { offsetInCU: 0x8FF, offset: 0x1B72B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x640, symBinAddr: 0x1288A0, symSize: 0x10 } + - { offsetInCU: 0x91B, offset: 0x1B72D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x650, symBinAddr: 0x1288B0, symSize: 0x10 } + - { offsetInCU: 0x93E, offset: 0x1B72F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x700, symBinAddr: 0x128960, symSize: 0x50 } + - { offsetInCU: 0x961, offset: 0x1B7319, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x750, symBinAddr: 0x1289B0, symSize: 0x40 } + - { offsetInCU: 0x5D, offset: 0x1B74E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x70, symBinAddr: 0x1292C0, symSize: 0x10 } + - { offsetInCU: 0xD1, offset: 0x1B7555, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x80, symBinAddr: 0x1292D0, symSize: 0x20 } + - { offsetInCU: 0x114, offset: 0x1B7598, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aG0VGSgvgTW', symObjAddr: 0xA0, symBinAddr: 0x1292F0, symSize: 0x10 } + - { offsetInCU: 0x169, offset: 0x1B75ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0xB0, symBinAddr: 0x129300, symSize: 0x20 } + - { offsetInCU: 0x38D, offset: 0x1B7811, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF', symObjAddr: 0xD0, symBinAddr: 0x129320, symSize: 0x730 } + - { offsetInCU: 0x8ED, offset: 0x1B7D71, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x860, symBinAddr: 0x129A70, symSize: 0x10 } + - { offsetInCU: 0x901, offset: 0x1B7D85, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0xB30, symBinAddr: 0x129B00, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1B80E4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x129B20, symSize: 0x870 } + - { offsetInCU: 0x35E, offset: 0x1B841B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x129B20, symSize: 0x870 } + - { offsetInCU: 0xB75, offset: 0x1B8C32, size: 0x8, addend: 0x0, symName: '_$sSbSgWOb', symObjAddr: 0x900, symBinAddr: 0x12A3B0, symSize: 0x40 } + - { offsetInCU: 0xBC5, offset: 0x1B8C82, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Sb_TG5TA', symObjAddr: 0x940, symBinAddr: 0x12A3F0, symSize: 0x32 } + - { offsetInCU: 0x2B, offset: 0x1B90E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x12A430, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x1B9100, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x12A430, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x1B9114, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMr', symObjAddr: 0x10, symBinAddr: 0x12A440, symSize: 0x60 } + - { offsetInCU: 0x81, offset: 0x1B913E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableA2aEP6sizingAA0B30UIMeasurementContainerStrategyOvgTW', symObjAddr: 0x70, symBinAddr: 0x12A4A0, symSize: 0x10 } + - { offsetInCU: 0xE6, offset: 0x1B91A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP04makeE07context0E4TypeQzAE0eF7ContextVyxG_tFTW', symObjAddr: 0x80, symBinAddr: 0x12A4B0, symSize: 0x10 } + - { offsetInCU: 0x118, offset: 0x1B91D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP06updateE0_7contexty0E4TypeQz_AE0eF7ContextVyxGtFTW', symObjAddr: 0x90, symBinAddr: 0x12A4C0, symSize: 0x10 } + - { offsetInCU: 0x18C, offset: 0x1B9249, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV12updateNSView_7contextyAA0B22UIMeasurementContainerCyxG_0B2UI0E20RepresentableContextVyACyxq_GGtF', symObjAddr: 0xA0, symBinAddr: 0x12A4D0, symSize: 0x2C0 } + - { offsetInCU: 0x2CC, offset: 0x1B9389, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP15makeCoordinator0H0QzyFTW', symObjAddr: 0x370, symBinAddr: 0x12A7A0, symSize: 0x20 } + - { offsetInCU: 0x33E, offset: 0x1B93FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCfD', symObjAddr: 0x6A0, symBinAddr: 0x12AAB0, symSize: 0x30 } + - { offsetInCU: 0x3D5, offset: 0x1B9492, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorC7storageAEyxq__Gq__tc33_FF3F5C8F1A6E8A535DE5371260E28007LlfCTf4gn_n', symObjAddr: 0x15F0, symBinAddr: 0x12BA00, symSize: 0x70 } + - { offsetInCU: 0x43B, offset: 0x1B94F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV15makeCoordinatorAC0E0Cyxq__GyF', symObjAddr: 0x390, symBinAddr: 0x12A7C0, symSize: 0x30 } + - { offsetInCU: 0x4AA, offset: 0x1B9567, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP12sizeThatFits_6nsView7contextSo6CGSizeVSgAE08ProposedK4SizeV_0E4TypeQzAE0eF7ContextVyxGtFTW', symObjAddr: 0x3D0, symBinAddr: 0x12A800, symSize: 0x80 } + - { offsetInCU: 0x4DC, offset: 0x1B9599, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP21_overrideSizeThatFits_2in6nsViewySo6CGSizeVz_AE09_ProposedH0V0E4TypeQztFTW', symObjAddr: 0x450, symBinAddr: 0x12A880, symSize: 0x50 } + - { offsetInCU: 0x504, offset: 0x1B95C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextV10oldStorage017viewRepresentableE09containerAEyxq__Gq__0B2UI06NSViewiE0VyACyxq_GGAA0B22UIMeasurementContainerCyxGtcfC', symObjAddr: 0x5C0, symBinAddr: 0x12A9F0, symSize: 0xC0 } + - { offsetInCU: 0x540, offset: 0x1B95FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMa', symObjAddr: 0x6D0, symBinAddr: 0x12AAE0, symSize: 0x10 } + - { offsetInCU: 0x554, offset: 0x1B9611, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMi', symObjAddr: 0x6E0, symBinAddr: 0x12AAF0, symSize: 0x10 } + - { offsetInCU: 0x568, offset: 0x1B9625, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMr', symObjAddr: 0x6F0, symBinAddr: 0x12AB00, symSize: 0xD0 } + - { offsetInCU: 0x57C, offset: 0x1B9639, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwCP', symObjAddr: 0x7C0, symBinAddr: 0x12ABD0, symSize: 0xD0 } + - { offsetInCU: 0x590, offset: 0x1B964D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMa', symObjAddr: 0x890, symBinAddr: 0x12ACA0, symSize: 0x10 } + - { offsetInCU: 0x5A4, offset: 0x1B9661, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwxx', symObjAddr: 0x8A0, symBinAddr: 0x12ACB0, symSize: 0x80 } + - { offsetInCU: 0x5B8, offset: 0x1B9675, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwcp', symObjAddr: 0x920, symBinAddr: 0x12AD30, symSize: 0xA0 } + - { offsetInCU: 0x5CC, offset: 0x1B9689, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwca', symObjAddr: 0x9C0, symBinAddr: 0x12ADD0, symSize: 0xB0 } + - { offsetInCU: 0x5E0, offset: 0x1B969D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwtk', symObjAddr: 0xA70, symBinAddr: 0x12AE80, symSize: 0xA0 } + - { offsetInCU: 0x5F4, offset: 0x1B96B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwta', symObjAddr: 0xB10, symBinAddr: 0x12AF20, symSize: 0xA0 } + - { offsetInCU: 0x608, offset: 0x1B96C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwet', symObjAddr: 0xBB0, symBinAddr: 0x12AFC0, symSize: 0x20 } + - { offsetInCU: 0x61C, offset: 0x1B96D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwst', symObjAddr: 0xCA0, symBinAddr: 0x12B0B0, symSize: 0x20 } + - { offsetInCU: 0x630, offset: 0x1B96ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMa', symObjAddr: 0xD80, symBinAddr: 0x12B190, symSize: 0x10 } + - { offsetInCU: 0x644, offset: 0x1B9701, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMi', symObjAddr: 0xD90, symBinAddr: 0x12B1A0, symSize: 0x10 } + - { offsetInCU: 0x658, offset: 0x1B9715, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMr', symObjAddr: 0xDA0, symBinAddr: 0x12B1B0, symSize: 0x90 } + - { offsetInCU: 0x66C, offset: 0x1B9729, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwCP', symObjAddr: 0xE30, symBinAddr: 0x12B240, symSize: 0xF0 } + - { offsetInCU: 0x680, offset: 0x1B973D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwxx', symObjAddr: 0xF20, symBinAddr: 0x12B330, symSize: 0x60 } + - { offsetInCU: 0x694, offset: 0x1B9751, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwcp', symObjAddr: 0xF80, symBinAddr: 0x12B390, symSize: 0xA0 } + - { offsetInCU: 0x6A8, offset: 0x1B9765, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwca', symObjAddr: 0x1020, symBinAddr: 0x12B430, symSize: 0xC0 } + - { offsetInCU: 0x6BC, offset: 0x1B9779, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwtk', symObjAddr: 0x10E0, symBinAddr: 0x12B4F0, symSize: 0x80 } + - { offsetInCU: 0x6D0, offset: 0x1B978D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwta', symObjAddr: 0x1160, symBinAddr: 0x12B570, symSize: 0xB0 } + - { offsetInCU: 0x6E4, offset: 0x1B97A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwet', symObjAddr: 0x1210, symBinAddr: 0x12B620, symSize: 0x140 } + - { offsetInCU: 0x6F8, offset: 0x1B97B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwst', symObjAddr: 0x1350, symBinAddr: 0x12B760, symSize: 0x1B0 } + - { offsetInCU: 0x70C, offset: 0x1B97C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AA20ConfigurationContextAaEP_AA13ViewProvidingPWT', symObjAddr: 0x1500, symBinAddr: 0x12B910, symSize: 0x20 } + - { offsetInCU: 0x720, offset: 0x1B97DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AAWI', symObjAddr: 0x1520, symBinAddr: 0x12B930, symSize: 0x20 } + - { offsetInCU: 0x734, offset: 0x1B97F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableAAWI', symObjAddr: 0x1540, symBinAddr: 0x12B950, symSize: 0x20 } + - { offsetInCU: 0x748, offset: 0x1B9805, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaE4ViewPWb', symObjAddr: 0x1560, symBinAddr: 0x12B970, symSize: 0x20 } + - { offsetInCU: 0x75C, offset: 0x1B9819, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAA4BodyAeFP_AHWT', symObjAddr: 0x1580, symBinAddr: 0x12B990, symSize: 0x10 } + - { offsetInCU: 0x770, offset: 0x1B982D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV10makeNSView7contextAA0B22UIMeasurementContainerCyxG0B2UI0E20RepresentableContextVyACyxq_GG_tFTf4dn_n', symObjAddr: 0x1590, symBinAddr: 0x12B9A0, symSize: 0x60 } + - { offsetInCU: 0x83F, offset: 0x1B98FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP09dismantleE0_11coordinatory0E4TypeQz_11CoordinatorQztFZTW', symObjAddr: 0x360, symBinAddr: 0x12A790, symSize: 0x10 } + - { offsetInCU: 0x85B, offset: 0x1B9918, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP19_identifiedViewTree2inAE011_IdentifiedhI0O0E4TypeQz_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x12A7F0, symSize: 0x10 } + - { offsetInCU: 0x877, offset: 0x1B9934, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP21_overrideLayoutTraits_3foryAE01_hI0Vz_0E4TypeQztFTW', symObjAddr: 0x4A0, symBinAddr: 0x12A8D0, symSize: 0x10 } + - { offsetInCU: 0x893, offset: 0x1B9950, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP24_modifyBridgedViewInputsyyAE01_iJ0VzFZTW', symObjAddr: 0x4B0, symBinAddr: 0x12A8E0, symSize: 0x10 } + - { offsetInCU: 0x8AF, offset: 0x1B996C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP35_invalidatesSizeOnConstraintChangesSbvgZTW', symObjAddr: 0x4C0, symBinAddr: 0x12A8F0, symSize: 0x10 } + - { offsetInCU: 0x8CB, offset: 0x1B9988, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI19NSViewRepresentableAaeFP14_layoutOptionsyAE013_PlatformViewf6LayoutH0V0E4TypeQzFZTW', symObjAddr: 0x4D0, symBinAddr: 0x12A900, symSize: 0x10 } + - { offsetInCU: 0x8E7, offset: 0x1B99A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE04view6inputsAE01_E7OutputsVAE11_GraphValueVyxG_AE01_E6InputsVtFZTW', symObjAddr: 0x4E0, symBinAddr: 0x12A910, symSize: 0x50 } + - { offsetInCU: 0x903, offset: 0x1B99C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE4List4view6inputsAE01_eG7OutputsVAE11_GraphValueVyxG_AE01_eG6InputsVtFZTW', symObjAddr: 0x530, symBinAddr: 0x12A960, symSize: 0x50 } + - { offsetInCU: 0x91F, offset: 0x1B99DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP14_viewListCount6inputsSiSgAE01_egH6InputsV_tFZTW', symObjAddr: 0x580, symBinAddr: 0x12A9B0, symSize: 0x10 } + - { offsetInCU: 0x93B, offset: 0x1B99F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP4body4BodyQzvgTW', symObjAddr: 0x590, symBinAddr: 0x12A9C0, symSize: 0x30 } + - { offsetInCU: 0x2B, offset: 0x1B9BC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x12BA70, symSize: 0x1D0 } + - { offsetInCU: 0x72, offset: 0x1B9C08, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x12BA70, symSize: 0x1D0 } + - { offsetInCU: 0xE3, offset: 0x1B9C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1D0, symBinAddr: 0x12BC40, symSize: 0x310 } + - { offsetInCU: 0x1E5, offset: 0x1B9D7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC6encode2toys7Encoder_p_tKF', symObjAddr: 0x4E0, symBinAddr: 0x12BF50, symSize: 0x170 } + - { offsetInCU: 0x224, offset: 0x1B9DBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x7E0, symBinAddr: 0x12C250, symSize: 0x40 } + - { offsetInCU: 0x25B, offset: 0x1B9DF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO8rawValueSSvg', symObjAddr: 0x820, symBinAddr: 0x12C290, symSize: 0x20 } + - { offsetInCU: 0x292, offset: 0x1B9E28, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x840, symBinAddr: 0x12C2B0, symSize: 0x20 } + - { offsetInCU: 0x310, offset: 0x1B9EA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x8A0, symBinAddr: 0x12C310, symSize: 0x70 } + - { offsetInCU: 0x376, offset: 0x1B9F0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x910, symBinAddr: 0x12C380, symSize: 0x30 } + - { offsetInCU: 0x392, offset: 0x1B9F28, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x940, symBinAddr: 0x12C3B0, symSize: 0x10 } + - { offsetInCU: 0x3C8, offset: 0x1B9F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x950, symBinAddr: 0x12C3C0, symSize: 0x60 } + - { offsetInCU: 0x44D, offset: 0x1B9FE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x9B0, symBinAddr: 0x12C420, symSize: 0x10 } + - { offsetInCU: 0x469, offset: 0x1B9FFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x9C0, symBinAddr: 0x12C430, symSize: 0x10 } + - { offsetInCU: 0x4A5, offset: 0x1BA03B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCfD', symObjAddr: 0xA10, symBinAddr: 0x12C480, symSize: 0x30 } + - { offsetInCU: 0x4E8, offset: 0x1BA07E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCA0, symBinAddr: 0x12C6F0, symSize: 0x20 } + - { offsetInCU: 0x50B, offset: 0x1BA0A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xCC0, symBinAddr: 0x12C710, symSize: 0x20 } + - { offsetInCU: 0x5F6, offset: 0x1BA18C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x720, symBinAddr: 0x12C190, symSize: 0x30 } + - { offsetInCU: 0x627, offset: 0x1BA1BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x750, symBinAddr: 0x12C1C0, symSize: 0x20 } + - { offsetInCU: 0x666, offset: 0x1BA1FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x770, symBinAddr: 0x12C1E0, symSize: 0x20 } + - { offsetInCU: 0x69E, offset: 0x1BA234, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xFF0, symBinAddr: 0x12CA40, symSize: 0xE0 } + - { offsetInCU: 0x72B, offset: 0x1BA2C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO13discriminator_WZ', symObjAddr: 0x7D0, symBinAddr: 0x12C240, symSize: 0x10 } + - { offsetInCU: 0x745, offset: 0x1BA2DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCMa', symObjAddr: 0xA40, symBinAddr: 0x12C4B0, symSize: 0x20 } + - { offsetInCU: 0x759, offset: 0x1BA2EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwet', symObjAddr: 0xA80, symBinAddr: 0x12C4D0, symSize: 0x80 } + - { offsetInCU: 0x76D, offset: 0x1BA303, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwst', symObjAddr: 0xB00, symBinAddr: 0x12C550, symSize: 0xD0 } + - { offsetInCU: 0x781, offset: 0x1BA317, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwug', symObjAddr: 0xBD0, symBinAddr: 0x12C620, symSize: 0x10 } + - { offsetInCU: 0x795, offset: 0x1BA32B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwup', symObjAddr: 0xBE0, symBinAddr: 0x12C630, symSize: 0x10 } + - { offsetInCU: 0x7A9, offset: 0x1BA33F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwui', symObjAddr: 0xBF0, symBinAddr: 0x12C640, symSize: 0x10 } + - { offsetInCU: 0x7BD, offset: 0x1BA353, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOMa', symObjAddr: 0xC00, symBinAddr: 0x12C650, symSize: 0x10 } + - { offsetInCU: 0x7D1, offset: 0x1BA367, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASQWb', symObjAddr: 0xC10, symBinAddr: 0x12C660, symSize: 0x10 } + - { offsetInCU: 0x7E5, offset: 0x1BA37B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSQAAWl', symObjAddr: 0xC20, symBinAddr: 0x12C670, symSize: 0x30 } + - { offsetInCU: 0x7F9, offset: 0x1BA38F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC50, symBinAddr: 0x12C6A0, symSize: 0x20 } + - { offsetInCU: 0x80D, offset: 0x1BA3A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSeAAWl', symObjAddr: 0xC70, symBinAddr: 0x12C6C0, symSize: 0x30 } + - { offsetInCU: 0x846, offset: 0x1BA3DC, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xCE0, symBinAddr: 0x12C730, symSize: 0x110 } + - { offsetInCU: 0x989, offset: 0x1BA51F, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xDF0, symBinAddr: 0x12C840, symSize: 0x200 } + - { offsetInCU: 0xBA2, offset: 0x1BA738, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSYAAWl', symObjAddr: 0x1130, symBinAddr: 0x12CB20, symSize: 0x30 } + - { offsetInCU: 0xBB6, offset: 0x1BA74C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs0D3KeyAAWl', symObjAddr: 0x11A0, symBinAddr: 0x12CB50, symSize: 0x30 } + - { offsetInCU: 0xBCA, offset: 0x1BA760, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSEAAWl', symObjAddr: 0x11D0, symBinAddr: 0x12CB80, symSize: 0x30 } + - { offsetInCU: 0xBDE, offset: 0x1BA774, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGSayxGSEsSERzlWl', symObjAddr: 0x1200, symBinAddr: 0x12CBB0, symSize: 0x50 } + - { offsetInCU: 0xBF2, offset: 0x1BA788, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGMa', symObjAddr: 0x1250, symBinAddr: 0x12CC00, symSize: 0x50 } + - { offsetInCU: 0xC06, offset: 0x1BA79C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCACSEAAWl', symObjAddr: 0x12A0, symBinAddr: 0x12CC50, symSize: 0x40 } + - { offsetInCU: 0xC1A, offset: 0x1BA7B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwet', symObjAddr: 0x1370, symBinAddr: 0x12CC90, symSize: 0x80 } + - { offsetInCU: 0xC2E, offset: 0x1BA7C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwst', symObjAddr: 0x13F0, symBinAddr: 0x12CD10, symSize: 0xD0 } + - { offsetInCU: 0xC42, offset: 0x1BA7D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwug', symObjAddr: 0x14C0, symBinAddr: 0x12CDE0, symSize: 0x10 } + - { offsetInCU: 0xC56, offset: 0x1BA7EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwup', symObjAddr: 0x14D0, symBinAddr: 0x12CDF0, symSize: 0x10 } + - { offsetInCU: 0xC6A, offset: 0x1BA800, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwui', symObjAddr: 0x14E0, symBinAddr: 0x12CE00, symSize: 0x10 } + - { offsetInCU: 0xC7E, offset: 0x1BA814, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOMa', symObjAddr: 0x14F0, symBinAddr: 0x12CE10, symSize: 0x10 } + - { offsetInCU: 0xC92, offset: 0x1BA828, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASQWb', symObjAddr: 0x1500, symBinAddr: 0x12CE20, symSize: 0x10 } + - { offsetInCU: 0xCA6, offset: 0x1BA83C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFSQAAWl', symObjAddr: 0x1510, symBinAddr: 0x12CE30, symSize: 0x30 } + - { offsetInCU: 0xCBA, offset: 0x1BA850, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1540, symBinAddr: 0x12CE60, symSize: 0x10 } + - { offsetInCU: 0xCCE, offset: 0x1BA864, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1550, symBinAddr: 0x12CE70, symSize: 0x30 } + - { offsetInCU: 0xCE2, offset: 0x1BA878, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1580, symBinAddr: 0x12CEA0, symSize: 0x10 } + - { offsetInCU: 0xCF6, offset: 0x1BA88C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1590, symBinAddr: 0x12CEB0, symSize: 0x30 } + - { offsetInCU: 0xD7C, offset: 0x1BA912, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x650, symBinAddr: 0x12C0C0, symSize: 0x10 } + - { offsetInCU: 0xE0D, offset: 0x1BA9A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x660, symBinAddr: 0x12C0D0, symSize: 0x50 } + - { offsetInCU: 0xED5, offset: 0x1BAA6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6B0, symBinAddr: 0x12C120, symSize: 0x30 } + - { offsetInCU: 0xF51, offset: 0x1BAAE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6E0, symBinAddr: 0x12C150, symSize: 0x40 } + - { offsetInCU: 0xFE7, offset: 0x1BAB7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x790, symBinAddr: 0x12C200, symSize: 0x40 } + - { offsetInCU: 0x100A, offset: 0x1BABA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x860, symBinAddr: 0x12C2D0, symSize: 0x10 } + - { offsetInCU: 0x1026, offset: 0x1BABBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH9hashValueSivgTW', symObjAddr: 0x870, symBinAddr: 0x12C2E0, symSize: 0x10 } + - { offsetInCU: 0x1042, offset: 0x1BABD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x880, symBinAddr: 0x12C2F0, symSize: 0x10 } + - { offsetInCU: 0x105E, offset: 0x1BABF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x890, symBinAddr: 0x12C300, symSize: 0x10 } + - { offsetInCU: 0x1081, offset: 0x1BAC17, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x9D0, symBinAddr: 0x12C440, symSize: 0x20 } + - { offsetInCU: 0x109D, offset: 0x1BAC33, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x9F0, symBinAddr: 0x12C460, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1BAE89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x12CEE0, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x1BAEAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x12CEE0, symSize: 0x10 } + - { offsetInCU: 0x86, offset: 0x1BAEE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueSdvg', symObjAddr: 0x30, symBinAddr: 0x12CF10, symSize: 0x10 } + - { offsetInCU: 0xA4, offset: 0x1BAF06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF', symObjAddr: 0x40, symBinAddr: 0x12CF20, symSize: 0x30 } + - { offsetInCU: 0x101, offset: 0x1BAF63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ', symObjAddr: 0x70, symBinAddr: 0x12CF50, symSize: 0x20 } + - { offsetInCU: 0x149, offset: 0x1BAFAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV9hashValueSivg', symObjAddr: 0x90, symBinAddr: 0x12CF70, symSize: 0x50 } + - { offsetInCU: 0x21F, offset: 0x1BB081, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0x12CFC0, symSize: 0x50 } + - { offsetInCU: 0x303, offset: 0x1BB165, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x130, symBinAddr: 0x12D010, symSize: 0x30 } + - { offsetInCU: 0x38F, offset: 0x1BB1F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A0, symBinAddr: 0x12D080, symSize: 0x20 } + - { offsetInCU: 0x3C8, offset: 0x1BB22A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfC', symObjAddr: 0x10, symBinAddr: 0x12CEF0, symSize: 0x20 } + - { offsetInCU: 0x411, offset: 0x1BB273, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1xSdvg', symObjAddr: 0x1C0, symBinAddr: 0x12D0A0, symSize: 0x10 } + - { offsetInCU: 0x42F, offset: 0x1BB291, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1ySdvg', symObjAddr: 0x1D0, symBinAddr: 0x12D0B0, symSize: 0x10 } + - { offsetInCU: 0x44D, offset: 0x1BB2AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1zSdvg', symObjAddr: 0x1E0, symBinAddr: 0x12D0C0, symSize: 0x10 } + - { offsetInCU: 0x46B, offset: 0x1BB2CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF', symObjAddr: 0x1F0, symBinAddr: 0x12D0D0, symSize: 0x60 } + - { offsetInCU: 0x4C8, offset: 0x1BB32A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ', symObjAddr: 0x250, symBinAddr: 0x12D130, symSize: 0x40 } + - { offsetInCU: 0x50D, offset: 0x1BB36F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV9hashValueSivg', symObjAddr: 0x290, symBinAddr: 0x12D170, symSize: 0x80 } + - { offsetInCU: 0x5DC, offset: 0x1BB43E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH9hashValueSivgTW', symObjAddr: 0x310, symBinAddr: 0x12D1F0, symSize: 0x10 } + - { offsetInCU: 0x5F8, offset: 0x1BB45A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x320, symBinAddr: 0x12D200, symSize: 0x60 } + - { offsetInCU: 0x683, offset: 0x1BB4E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x480, symBinAddr: 0x12D360, symSize: 0x40 } + - { offsetInCU: 0x6CB, offset: 0x1BB52D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASQWb', symObjAddr: 0x400, symBinAddr: 0x12D2E0, symSize: 0x10 } + - { offsetInCU: 0x6DF, offset: 0x1BB541, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSQAAWl', symObjAddr: 0x410, symBinAddr: 0x12D2F0, symSize: 0x30 } + - { offsetInCU: 0x6F3, offset: 0x1BB555, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASQWb', symObjAddr: 0x440, symBinAddr: 0x12D320, symSize: 0x10 } + - { offsetInCU: 0x707, offset: 0x1BB569, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSQAAWl', symObjAddr: 0x450, symBinAddr: 0x12D330, symSize: 0x30 } + - { offsetInCU: 0x71B, offset: 0x1BB57D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVMa', symObjAddr: 0x4C0, symBinAddr: 0x12D3A0, symSize: 0x10 } + - { offsetInCU: 0x72F, offset: 0x1BB591, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwet', symObjAddr: 0x500, symBinAddr: 0x12D3B0, symSize: 0x20 } + - { offsetInCU: 0x743, offset: 0x1BB5A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwst', symObjAddr: 0x520, symBinAddr: 0x12D3D0, symSize: 0x30 } + - { offsetInCU: 0x757, offset: 0x1BB5B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVMa', symObjAddr: 0x550, symBinAddr: 0x12D400, symSize: 0xA } + - { offsetInCU: 0x7A9, offset: 0x1BB60B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x160, symBinAddr: 0x12D040, symSize: 0x40 } + - { offsetInCU: 0x873, offset: 0x1BB6D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x380, symBinAddr: 0x12D260, symSize: 0x80 } + - { offsetInCU: 0x2B, offset: 0x1BB8D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x12D410, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x1BB8FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x12D410, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1BB91F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x12D450, symSize: 0x180 } + - { offsetInCU: 0xF5, offset: 0x1BB9A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x12D5D0, symSize: 0xD0 } + - { offsetInCU: 0x172, offset: 0x1BBA1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC6encode2toys7Encoder_p_tKF', symObjAddr: 0x290, symBinAddr: 0x12D6A0, symSize: 0x100 } + - { offsetInCU: 0x1F5, offset: 0x1BBAA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x3D0, symBinAddr: 0x12D7E0, symSize: 0x60 } + - { offsetInCU: 0x238, offset: 0x1BBAE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x430, symBinAddr: 0x12D840, symSize: 0x20 } + - { offsetInCU: 0x278, offset: 0x1BBB23, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x450, symBinAddr: 0x12D860, symSize: 0x10 } + - { offsetInCU: 0x2C3, offset: 0x1BBB6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x460, symBinAddr: 0x12D870, symSize: 0x60 } + - { offsetInCU: 0x30E, offset: 0x1BBBB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4C0, symBinAddr: 0x12D8D0, symSize: 0x10 } + - { offsetInCU: 0x32A, offset: 0x1BBBD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0x12D8E0, symSize: 0x10 } + - { offsetInCU: 0x346, offset: 0x1BBBF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO11stringValueSSvgTf4d_n', symObjAddr: 0x970, symBinAddr: 0x12DC90, symSize: 0x20 } + - { offsetInCU: 0x382, offset: 0x1BBC2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfD', symObjAddr: 0x530, symBinAddr: 0x12D940, symSize: 0x30 } + - { offsetInCU: 0x410, offset: 0x1BBCBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfE', symObjAddr: 0x520, symBinAddr: 0x12D930, symSize: 0x10 } + - { offsetInCU: 0x468, offset: 0x1BBD13, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCMa', symObjAddr: 0x560, symBinAddr: 0x12D970, symSize: 0x20 } + - { offsetInCU: 0x47C, offset: 0x1BBD27, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs0C3KeyAAWl', symObjAddr: 0x5F0, symBinAddr: 0x12D990, symSize: 0x30 } + - { offsetInCU: 0x490, offset: 0x1BBD3B, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGSayxGSEsSERzlWl', symObjAddr: 0x620, symBinAddr: 0x12D9C0, symSize: 0x50 } + - { offsetInCU: 0x4A4, offset: 0x1BBD4F, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGMa', symObjAddr: 0x670, symBinAddr: 0x12DA10, symSize: 0x50 } + - { offsetInCU: 0x4B8, offset: 0x1BBD63, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCACSEAAWl', symObjAddr: 0x6C0, symBinAddr: 0x12DA60, symSize: 0x40 } + - { offsetInCU: 0x4CC, offset: 0x1BBD77, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwet', symObjAddr: 0x780, symBinAddr: 0x12DAA0, symSize: 0x50 } + - { offsetInCU: 0x4E0, offset: 0x1BBD8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwst', symObjAddr: 0x7D0, symBinAddr: 0x12DAF0, symSize: 0xA0 } + - { offsetInCU: 0x4F4, offset: 0x1BBD9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwug', symObjAddr: 0x870, symBinAddr: 0x12DB90, symSize: 0x10 } + - { offsetInCU: 0x508, offset: 0x1BBDB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwup', symObjAddr: 0x880, symBinAddr: 0x12DBA0, symSize: 0x10 } + - { offsetInCU: 0x51C, offset: 0x1BBDC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwui', symObjAddr: 0x890, symBinAddr: 0x12DBB0, symSize: 0x10 } + - { offsetInCU: 0x530, offset: 0x1BBDDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOMa', symObjAddr: 0x8A0, symBinAddr: 0x12DBC0, symSize: 0x10 } + - { offsetInCU: 0x544, offset: 0x1BBDEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASQWb', symObjAddr: 0x8B0, symBinAddr: 0x12DBD0, symSize: 0x10 } + - { offsetInCU: 0x558, offset: 0x1BBE03, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFSQAAWl', symObjAddr: 0x8C0, symBinAddr: 0x12DBE0, symSize: 0x30 } + - { offsetInCU: 0x56C, offset: 0x1BBE17, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8F0, symBinAddr: 0x12DC10, symSize: 0x10 } + - { offsetInCU: 0x580, offset: 0x1BBE2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x900, symBinAddr: 0x12DC20, symSize: 0x30 } + - { offsetInCU: 0x594, offset: 0x1BBE3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0x12DC50, symSize: 0x10 } + - { offsetInCU: 0x5A8, offset: 0x1BBE53, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x940, symBinAddr: 0x12DC60, symSize: 0x30 } + - { offsetInCU: 0x5EA, offset: 0x1BBE95, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0x12D7A0, symSize: 0x10 } + - { offsetInCU: 0x62A, offset: 0x1BBED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3A0, symBinAddr: 0x12D7B0, symSize: 0x10 } + - { offsetInCU: 0x66A, offset: 0x1BBF15, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B0, symBinAddr: 0x12D7C0, symSize: 0x10 } + - { offsetInCU: 0x6AA, offset: 0x1BBF55, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x12D7D0, symSize: 0x10 } + - { offsetInCU: 0x6E2, offset: 0x1BBF8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4E0, symBinAddr: 0x12D8F0, symSize: 0x20 } + - { offsetInCU: 0x6FE, offset: 0x1BBFA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x500, symBinAddr: 0x12D910, symSize: 0x20 } + - { offsetInCU: 0x18C, offset: 0x1BC30E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_27requiresManualInterpolationAA13KeyframeGroupCySayxGGSayAGyxGG_SbtAA17AnyInterpolatableRzlFZAHSgSayypGXEfU_AA10BezierPathV_Tg5', symObjAddr: 0x110, symBinAddr: 0x12DDC0, symSize: 0x1B0 } + - { offsetInCU: 0x348, offset: 0x1BC4CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6CGSizeVTg5', symObjAddr: 0x2C0, symBinAddr: 0x12DF70, symSize: 0x110 } + - { offsetInCU: 0x421, offset: 0x1BC5A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_A2P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_n', symObjAddr: 0x3D0, symBinAddr: 0x12E080, symSize: 0x100 } + - { offsetInCU: 0x515, offset: 0x1BC697, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA10BezierPathV_AA0A8Vector1DVAA0noJ0VTg5011$s6Lottie10no6VAA0A8p8DVAA0bC8j55Vs5Error_pIggnrzo_AceGsAH_pIegnnrzo_TR011$s6Lottie10bc6s26A8d10DVSgAA0bC8e14VIeggnr_z73Hs5f80_pIeggnrzo_TR011$s6Lottie18bce60V9combining4path12cornerRadiusAA0D5K69CyACGAHyl10C0VG_AHyk2J35D22DVGSgtKFZAcK_ANSgtcfu_Tf3nnnpf_nTf3nnnpf_nTf3nnpf_n', symObjAddr: 0x4D0, symBinAddr: 0x12E180, symSize: 0x120 } + - { offsetInCU: 0x635, offset: 0x1BC7B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7EllipseC0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_n', symObjAddr: 0x5F0, symBinAddr: 0x12E2A0, symSize: 0x110 } + - { offsetInCU: 0x73B, offset: 0x1BC8BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x700, symBinAddr: 0x12E3B0, symSize: 0x140 } + - { offsetInCU: 0x814, offset: 0x1BC996, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_AA0A8Vector3DVAPTg5', symObjAddr: 0x840, symBinAddr: 0x12E4F0, symSize: 0x130 } + - { offsetInCU: 0x8E5, offset: 0x1BCA67, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector1DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_A2ItXEfU0_Tf3nnpf_n', symObjAddr: 0x970, symBinAddr: 0x12E620, symSize: 0x160 } + - { offsetInCU: 0xA4F, offset: 0x1BCBD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9RectangleC0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_n', symObjAddr: 0xAD0, symBinAddr: 0x12E780, symSize: 0x190 } + - { offsetInCU: 0xBB1, offset: 0x1BCD33, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0xC60, symBinAddr: 0x12E910, symSize: 0x300 } + - { offsetInCU: 0xED3, offset: 0x1BD055, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4HoldVySo13CATransform3DVGTg5', symObjAddr: 0xF60, symBinAddr: 0x12EC10, symSize: 0x430 } + - { offsetInCU: 0x1298, offset: 0x1BD41A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_', symObjAddr: 0x1390, symBinAddr: 0x12F040, symSize: 0xA0 } + - { offsetInCU: 0x13D6, offset: 0x1BD558, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA7EllipseCANV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7W85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x16E0, symBinAddr: 0x12F390, symSize: 0x300 } + - { offsetInCU: 0x164E, offset: 0x1BD7D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA9RectangleCANV_Tg5010$s6Lottie9b48O8combined___27requiresManualInterpolation18makeop4AA13qr45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17s82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9W133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x19E0, symBinAddr: 0x12F690, symSize: 0x310 } + - { offsetInCU: 0x18CA, offset: 0x1BDA4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4StarCANV_Tg5010$s6Lottie9b52O8combined_______27requiresManualInterpolation18makeop4AA13qr85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17s107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4W8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA0_A0_A0_A0_A0_AWIsgnnnnnnnr_Tf1nnc_n0x7Lottie4w11C17combinedb4AA13qR51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0x1CF0, symBinAddr: 0x12F9A0, symSize: 0x330 } + - { offsetInCU: 0x1B46, offset: 0x1BDCC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SayAA10BezierPathVG_Tg5010$s6Lottie9b44O8combined_27requiresManualInterpolationAA13qr25CySayxGGSayAGyxGG_SbtAA17s38InterpolatableRzlFZAHSgSayypGXEfU_AA10wX5V_TG5Tf1nnc_n', symObjAddr: 0x2020, symBinAddr: 0x12FCD0, symSize: 0x290 } + - { offsetInCU: 0x1DCF, offset: 0x1BDF51, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b55O8combined__________27requiresManualInterpolation18makeop4AA13qr115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17s128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4w6VySo13X6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVA0_AA0A8Vector1DVA2_A0_A2_A2_A2_A2_A2_AYIsgnnnnnnnnnnr_Tf1nnc_nTf4nng_n', symObjAddr: 0x22B0, symBinAddr: 0x12FF60, symSize: 0x390 } + - { offsetInCU: 0x20F5, offset: 0x1BE277, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b22O8combined__________27mn19Interpolation18makeqr4AA13st115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17u128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4v6VySo13W6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVAvA0A8Vector1DVAxv5xSIsgnnnnnnnnnnr_Tf1nncn_nTf4nndn_n', symObjAddr: 0x2640, symBinAddr: 0x1302F0, symSize: 0xC80 } + - { offsetInCU: 0x2C49, offset: 0x1BEDCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_So6CGSizeV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6W4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAzVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x32C0, symBinAddr: 0x130F70, symSize: 0x2B0 } + - { offsetInCU: 0x2F47, offset: 0x1BF0C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSo6CGSizeV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6V4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAtPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x3CB0, symBinAddr: 0x131960, symSize: 0xC40 } + - { offsetInCU: 0x3BBB, offset: 0x1BFD3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8v3DV_L179P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x48F0, symBinAddr: 0x1325A0, symSize: 0xB80 } + - { offsetInCU: 0x47E0, offset: 0x1C0962, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u54InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8v184DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_L17ItXEfU0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x5C10, symBinAddr: 0x1338C0, symSize: 0xB70 } + - { offsetInCU: 0x53A6, offset: 0x1C1528, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA7EllipseC0S0V_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7V85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x6E40, symBinAddr: 0x134A10, symSize: 0xBF0 } + - { offsetInCU: 0x601F, offset: 0x1C21A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA9RectangleC0S0V_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9V133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x7A30, symBinAddr: 0x135600, symSize: 0xC40 } + - { offsetInCU: 0x6C61, offset: 0x1C2DE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4StarC0S0V_Tg5010$s6Lottie9b19O8combined_______27mn19Interpolation18makeqr4AA13st85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17u107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4V8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA5wRIsgnnnnnnnr_Tf1nncn_n0w7Lottie4v11C17combinedb4AA13sT51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnnc_nTf4nnd_n', symObjAddr: 0x8670, symBinAddr: 0x136240, symSize: 0xBF0 } + - { offsetInCU: 0x77D9, offset: 0x1C395B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZAA0A8Vector3DV_AA0A8Vector1DVA5uA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnnnnnnncn_nTf4nnnnnnnnd_n', symObjAddr: 0x9260, symBinAddr: 0x136E30, symSize: 0x1E0 } + - { offsetInCU: 0x792C, offset: 0x1C3AAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014wx5B033_yZ26A01782ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVA_AWIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x94C0, symBinAddr: 0x137090, symSize: 0x300 } + - { offsetInCU: 0x7C25, offset: 0x1C3DA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014vw5B033_xyZ20ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVAuQIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x97C0, symBinAddr: 0x137390, symSize: 0xC90 } + - { offsetInCU: 0x885C, offset: 0x1C49DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSayAA10BezierPathVG_Tg5010$s6Lottie9b13O8combined_27mno4AA13st25CySayxGGSayAGyxGG_SbtAA17u38InterpolatableRzlFZAHSgSayypGXEfU_AA10vW5V_TG5Tf1nncn_nTf4nnd_n', symObjAddr: 0xA690, symBinAddr: 0x138260, symSize: 0xC40 } + - { offsetInCU: 0x951D, offset: 0x1C569F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA0A8Vector1DV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8W22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyAvA0A8Vector3DVAVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0xB300, symBinAddr: 0x138ED0, symSize: 0x2C0 } + - { offsetInCU: 0x981F, offset: 0x1C59A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8V22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyApA0A8Vector3DVAPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0xB5C0, symBinAddr: 0x139190, symSize: 0xC8C } + - { offsetInCU: 0xB37B, offset: 0x1C74FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVSgWOb', symObjAddr: 0xA450, symBinAddr: 0x138020, symSize: 0x40 } + - { offsetInCU: 0xB4A4, offset: 0x1C7626, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFs12Zip2SequenceVys15ContiguousArrayVy6Lottie8KeyframeCyypGGAMG_Tg5023$sSTsE10allSatisfyyS2b7c20QzKXEKFSbACKXEfU_s12de5Vys15fg10Vy6Lottie8I212CyypGGALG_TG5010$s6Lottie8i138CyxGACyqd__GSbs5Error_pIgggdzo_AD_AEtSbsAF_pIegndzo_r__lTRyp_ypTG5011$s6Lottie13b77GroupC23hasSameTimingParameters2asSbACyqd__G_tlFSbAA0B0l16G_AHyqd__GtXEfU_W14_U3Tg5Tf3npf_nTf3npf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x12DCB0, symSize: 0x110 } + - { offsetInCU: 0x4F, offset: 0x1C8047, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ', symObjAddr: 0x0, symBinAddr: 0x139E20, symSize: 0x10 } + - { offsetInCU: 0x8A, offset: 0x1C8082, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ', symObjAddr: 0x10, symBinAddr: 0x139E30, symSize: 0x10 } + - { offsetInCU: 0xB9, offset: 0x1C80B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0xF0, symBinAddr: 0x139F10, symSize: 0x20 } + - { offsetInCU: 0x14F, offset: 0x1C8147, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO9hashValueSivg', symObjAddr: 0x110, symBinAddr: 0x139F30, symSize: 0x40 } + - { offsetInCU: 0x24A, offset: 0x1C8242, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x150, symBinAddr: 0x139F70, symSize: 0x10 } + - { offsetInCU: 0x2A0, offset: 0x1C8298, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x160, symBinAddr: 0x139F80, symSize: 0x40 } + - { offsetInCU: 0x384, offset: 0x1C837C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A0, symBinAddr: 0x139FC0, symSize: 0x20 } + - { offsetInCU: 0x412, offset: 0x1C840A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x20, symBinAddr: 0x139E40, symSize: 0xD0 } + - { offsetInCU: 0x446, offset: 0x1C843E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x450, symBinAddr: 0x13A270, symSize: 0xC0 } + - { offsetInCU: 0x45A, offset: 0x1C8452, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x510, symBinAddr: 0x13A330, symSize: 0x60 } + - { offsetInCU: 0x498, offset: 0x1C8490, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x570, symBinAddr: 0x13A390, symSize: 0x2E0 } + - { offsetInCU: 0x5B3, offset: 0x1C85AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x850, symBinAddr: 0x13A670, symSize: 0x40 } + - { offsetInCU: 0x5E7, offset: 0x1C85DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0x890, symBinAddr: 0x13A6B0, symSize: 0x30 } + - { offsetInCU: 0x5FB, offset: 0x1C85F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x8C0, symBinAddr: 0x13A6E0, symSize: 0x80 } + - { offsetInCU: 0x619, offset: 0x1C8611, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x940, symBinAddr: 0x13A760, symSize: 0x2E0 } + - { offsetInCU: 0x740, offset: 0x1C8738, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xC20, symBinAddr: 0x13AA40, symSize: 0x30 } + - { offsetInCU: 0x75C, offset: 0x1C8754, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0xC50, symBinAddr: 0x13AA70, symSize: 0x40 } + - { offsetInCU: 0x77A, offset: 0x1C8772, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0xC90, symBinAddr: 0x13AAB0, symSize: 0x30 } + - { offsetInCU: 0x79D, offset: 0x1C8795, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xCC0, symBinAddr: 0x13AAE0, symSize: 0x40 } + - { offsetInCU: 0x7CF, offset: 0x1C87C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationSource13imageProvider04textG004fontG013configuration6loggerAcA0abE0OSg_AA0b5ImageG0_pSgAA0b11KeypathTextG0_pAA0b4FontG0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0xD00, symBinAddr: 0x13AB20, symSize: 0x1C0 } + - { offsetInCU: 0x89F, offset: 0x1C8897, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0xEC0, symBinAddr: 0x13ACE0, symSize: 0x120 } + - { offsetInCU: 0x9C7, offset: 0x1C89BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0xFE0, symBinAddr: 0x13AE00, symSize: 0x20 } + - { offsetInCU: 0xA06, offset: 0x1C89FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x1080, symBinAddr: 0x13AEA0, symSize: 0x40 } + - { offsetInCU: 0xA88, offset: 0x1C8A80, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x10C0, symBinAddr: 0x13AEE0, symSize: 0x30 } + - { offsetInCU: 0xAE8, offset: 0x1C8AE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x10F0, symBinAddr: 0x13AF10, symSize: 0x20 } + - { offsetInCU: 0xB3B, offset: 0x1C8B33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4stopyyF', symObjAddr: 0x1110, symBinAddr: 0x13AF30, symSize: 0x110 } + - { offsetInCU: 0xBFE, offset: 0x1C8BF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5pauseyyF', symObjAddr: 0x1220, symBinAddr: 0x13B040, symSize: 0x40 } + - { offsetInCU: 0xC4E, offset: 0x1C8C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg', symObjAddr: 0x12D0, symBinAddr: 0x13B0F0, symSize: 0x30 } + - { offsetInCU: 0xC6B, offset: 0x1C8C63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs', symObjAddr: 0x1300, symBinAddr: 0x13B120, symSize: 0x40 } + - { offsetInCU: 0xC92, offset: 0x1C8C8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM', symObjAddr: 0x1340, symBinAddr: 0x13B160, symSize: 0x40 } + - { offsetInCU: 0xCC3, offset: 0x1C8CBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM.resume.0', symObjAddr: 0x1380, symBinAddr: 0x13B1A0, symSize: 0x10 } + - { offsetInCU: 0xD3D, offset: 0x1C8D35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x14C0, symBinAddr: 0x13B2E0, symSize: 0x50 } + - { offsetInCU: 0xD70, offset: 0x1C8D68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x1510, symBinAddr: 0x13B330, symSize: 0xD0 } + - { offsetInCU: 0xDC3, offset: 0x1C8DBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x15E0, symBinAddr: 0x13B400, symSize: 0x70 } + - { offsetInCU: 0xE25, offset: 0x1C8E1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x1650, symBinAddr: 0x13B470, symSize: 0x1A0 } + - { offsetInCU: 0xEA4, offset: 0x1C8E9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x17F0, symBinAddr: 0x13B610, symSize: 0x50 } + - { offsetInCU: 0xEE9, offset: 0x1C8EE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x1840, symBinAddr: 0x13B660, symSize: 0x20 } + - { offsetInCU: 0xF08, offset: 0x1C8F00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x1860, symBinAddr: 0x13B680, symSize: 0x20 } + - { offsetInCU: 0xF8D, offset: 0x1C8F85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x1880, symBinAddr: 0x13B6A0, symSize: 0x40 } + - { offsetInCU: 0x100A, offset: 0x1C9002, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x18C0, symBinAddr: 0x13B6E0, symSize: 0x20 } + - { offsetInCU: 0x10DF, offset: 0x1C90D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg', symObjAddr: 0x1970, symBinAddr: 0x13B790, symSize: 0x50 } + - { offsetInCU: 0x1112, offset: 0x1C910A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs', symObjAddr: 0x19C0, symBinAddr: 0x13B7E0, symSize: 0x30 } + - { offsetInCU: 0x1151, offset: 0x1C9149, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM', symObjAddr: 0x19F0, symBinAddr: 0x13B810, symSize: 0x80 } + - { offsetInCU: 0x11B3, offset: 0x1C91AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x1A70, symBinAddr: 0x13B890, symSize: 0x70 } + - { offsetInCU: 0x124A, offset: 0x1C9242, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg', symObjAddr: 0x1C50, symBinAddr: 0x13BA70, symSize: 0x50 } + - { offsetInCU: 0x1267, offset: 0x1C925F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x1CA0, symBinAddr: 0x13BAC0, symSize: 0x30 } + - { offsetInCU: 0x127B, offset: 0x1C9273, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x1CD0, symBinAddr: 0x13BAF0, symSize: 0x50 } + - { offsetInCU: 0x12EA, offset: 0x1C92E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x1D20, symBinAddr: 0x13BB40, symSize: 0xB0 } + - { offsetInCU: 0x1351, offset: 0x1C9349, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x1DF0, symBinAddr: 0x13BC10, symSize: 0x1A0 } + - { offsetInCU: 0x140D, offset: 0x1C9405, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x1F90, symBinAddr: 0x13BDB0, symSize: 0x60 } + - { offsetInCU: 0x146F, offset: 0x1C9467, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x1FF0, symBinAddr: 0x13BE10, symSize: 0x60 } + - { offsetInCU: 0x14E6, offset: 0x1C94DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x20F0, symBinAddr: 0x13BF10, symSize: 0x60 } + - { offsetInCU: 0x1519, offset: 0x1C9511, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x2150, symBinAddr: 0x13BF70, symSize: 0x20 } + - { offsetInCU: 0x153A, offset: 0x1C9532, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x2170, symBinAddr: 0x13BF90, symSize: 0x80 } + - { offsetInCU: 0x159C, offset: 0x1C9594, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x21F0, symBinAddr: 0x13C010, symSize: 0x1C0 } + - { offsetInCU: 0x1641, offset: 0x1C9639, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x2500, symBinAddr: 0x13C320, symSize: 0x70 } + - { offsetInCU: 0x1675, offset: 0x1C966D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x2570, symBinAddr: 0x13C390, symSize: 0x60 } + - { offsetInCU: 0x16D7, offset: 0x1C96CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x25D0, symBinAddr: 0x13C3F0, symSize: 0x120 } + - { offsetInCU: 0x173D, offset: 0x1C9735, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs', symObjAddr: 0x2780, symBinAddr: 0x13C5A0, symSize: 0x70 } + - { offsetInCU: 0x17E7, offset: 0x1C97DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM', symObjAddr: 0x27F0, symBinAddr: 0x13C610, symSize: 0x70 } + - { offsetInCU: 0x1849, offset: 0x1C9841, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x2860, symBinAddr: 0x13C680, symSize: 0x90 } + - { offsetInCU: 0x1906, offset: 0x1C98FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB7PlayingSbvg', symObjAddr: 0x28F0, symBinAddr: 0x13C710, symSize: 0x190 } + - { offsetInCU: 0x19B8, offset: 0x1C99B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB6QueuedSbvg', symObjAddr: 0x2A80, symBinAddr: 0x13C8A0, symSize: 0x40 } + - { offsetInCU: 0x1A60, offset: 0x1C9A58, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x2B20, symBinAddr: 0x13C940, symSize: 0x60 } + - { offsetInCU: 0x1A93, offset: 0x1C9A8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x2B80, symBinAddr: 0x13C9A0, symSize: 0x60 } + - { offsetInCU: 0x1B22, offset: 0x1C9B1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x2BE0, symBinAddr: 0x13CA00, symSize: 0x80 } + - { offsetInCU: 0x1B84, offset: 0x1C9B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x2C60, symBinAddr: 0x13CA80, symSize: 0x80 } + - { offsetInCU: 0x1C40, offset: 0x1C9C38, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x2D60, symBinAddr: 0x13CB80, symSize: 0x60 } + - { offsetInCU: 0x1CCF, offset: 0x1C9CC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x2DC0, symBinAddr: 0x13CBE0, symSize: 0x70 } + - { offsetInCU: 0x1D31, offset: 0x1C9D29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x2E30, symBinAddr: 0x13CC50, symSize: 0x70 } + - { offsetInCU: 0x1DC0, offset: 0x1C9DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x2EA0, symBinAddr: 0x13CCC0, symSize: 0x120 } + - { offsetInCU: 0x1F1E, offset: 0x1C9F16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x2FC0, symBinAddr: 0x13CDE0, symSize: 0x20 } + - { offsetInCU: 0x1F60, offset: 0x1C9F58, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x2FE0, symBinAddr: 0x13CE00, symSize: 0x30 } + - { offsetInCU: 0x1F8F, offset: 0x1C9F87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvg', symObjAddr: 0x3030, symBinAddr: 0x13CE50, symSize: 0xE0 } + - { offsetInCU: 0x2032, offset: 0x1CA02A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvs', symObjAddr: 0x3110, symBinAddr: 0x13CF30, symSize: 0x20 } + - { offsetInCU: 0x2074, offset: 0x1CA06C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvM', symObjAddr: 0x3130, symBinAddr: 0x13CF50, symSize: 0x30 } + - { offsetInCU: 0x20C3, offset: 0x1CA0BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3240, symBinAddr: 0x13D060, symSize: 0x80 } + - { offsetInCU: 0x2107, offset: 0x1CA0FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x32C0, symBinAddr: 0x13D0E0, symSize: 0x110 } + - { offsetInCU: 0x21AC, offset: 0x1CA1A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x33D0, symBinAddr: 0x13D1F0, symSize: 0xB0 } + - { offsetInCU: 0x224E, offset: 0x1CA246, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x3480, symBinAddr: 0x13D2A0, symSize: 0x1A0 } + - { offsetInCU: 0x22FF, offset: 0x1CA2F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3620, symBinAddr: 0x13D440, symSize: 0x20 } + - { offsetInCU: 0x2330, offset: 0x1CA328, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x3640, symBinAddr: 0x13D460, symSize: 0xB0 } + - { offsetInCU: 0x2499, offset: 0x1CA491, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x3750, symBinAddr: 0x13D570, symSize: 0x50 } + - { offsetInCU: 0x24CC, offset: 0x1CA4C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x37A0, symBinAddr: 0x13D5C0, symSize: 0x60 } + - { offsetInCU: 0x255D, offset: 0x1CA555, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x3800, symBinAddr: 0x13D620, symSize: 0x70 } + - { offsetInCU: 0x25BF, offset: 0x1CA5B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x3870, symBinAddr: 0x13D690, symSize: 0x80 } + - { offsetInCU: 0x267B, offset: 0x1CA673, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs', symObjAddr: 0x39C0, symBinAddr: 0x13D7E0, symSize: 0xA0 } + - { offsetInCU: 0x2708, offset: 0x1CA700, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM', symObjAddr: 0x3A60, symBinAddr: 0x13D880, symSize: 0x70 } + - { offsetInCU: 0x276A, offset: 0x1CA762, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x3AD0, symBinAddr: 0x13D8F0, symSize: 0xC0 } + - { offsetInCU: 0x28A5, offset: 0x1CA89D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg', symObjAddr: 0x3CF0, symBinAddr: 0x13DB10, symSize: 0x50 } + - { offsetInCU: 0x28C2, offset: 0x1CA8BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs', symObjAddr: 0x3D40, symBinAddr: 0x13DB60, symSize: 0xE0 } + - { offsetInCU: 0x291C, offset: 0x1CA914, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM', symObjAddr: 0x3E20, symBinAddr: 0x13DC40, symSize: 0x50 } + - { offsetInCU: 0x294D, offset: 0x1CA945, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM.resume.0', symObjAddr: 0x3E70, symBinAddr: 0x13DC90, symSize: 0xD0 } + - { offsetInCU: 0x29FE, offset: 0x1CA9F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x3F40, symBinAddr: 0x13DD60, symSize: 0x60 } + - { offsetInCU: 0x2AB9, offset: 0x1CAAB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x4000, symBinAddr: 0x13DDC0, symSize: 0x90 } + - { offsetInCU: 0x2B53, offset: 0x1CAB4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x4090, symBinAddr: 0x13DE50, symSize: 0x80 } + - { offsetInCU: 0x2BBD, offset: 0x1CABB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x4200, symBinAddr: 0x13DFC0, symSize: 0x90 } + - { offsetInCU: 0x2C50, offset: 0x1CAC48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x4290, symBinAddr: 0x13E050, symSize: 0x70 } + - { offsetInCU: 0x2CB2, offset: 0x1CACAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x4300, symBinAddr: 0x13E0C0, symSize: 0xA0 } + - { offsetInCU: 0x2D58, offset: 0x1CAD50, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x43A0, symBinAddr: 0x13E160, symSize: 0xB0 } + - { offsetInCU: 0x2DF9, offset: 0x1CADF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x4450, symBinAddr: 0x13E210, symSize: 0xE0 } + - { offsetInCU: 0x2EF1, offset: 0x1CAEE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12reloadImagesyyF', symObjAddr: 0x4530, symBinAddr: 0x13E2F0, symSize: 0x80 } + - { offsetInCU: 0x2F47, offset: 0x1CAF3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x45B0, symBinAddr: 0x13E370, symSize: 0x80 } + - { offsetInCU: 0x2F9D, offset: 0x1CAF95, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x4630, symBinAddr: 0x13E3F0, symSize: 0x40 } + - { offsetInCU: 0x2FB9, offset: 0x1CAFB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x4670, symBinAddr: 0x13E430, symSize: 0xC0 } + - { offsetInCU: 0x303D, offset: 0x1CB035, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x4730, symBinAddr: 0x13E4F0, symSize: 0xC0 } + - { offsetInCU: 0x30C1, offset: 0x1CB0B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x47F0, symBinAddr: 0x13E5B0, symSize: 0x80 } + - { offsetInCU: 0x3117, offset: 0x1CB10F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x4870, symBinAddr: 0x13E630, symSize: 0x80 } + - { offsetInCU: 0x316D, offset: 0x1CB165, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF', symObjAddr: 0x48F0, symBinAddr: 0x13E6B0, symSize: 0x180 } + - { offsetInCU: 0x3256, offset: 0x1CB24E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4A70, symBinAddr: 0x13E830, symSize: 0x70 } + - { offsetInCU: 0x32DF, offset: 0x1CB2D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4AE0, symBinAddr: 0x13E8A0, symSize: 0x70 } + - { offsetInCU: 0x3364, offset: 0x1CB35C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x4B50, symBinAddr: 0x13E910, symSize: 0x30 } + - { offsetInCU: 0x33B7, offset: 0x1CB3AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4B80, symBinAddr: 0x13E940, symSize: 0x90 } + - { offsetInCU: 0x343D, offset: 0x1CB435, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4C10, symBinAddr: 0x13E9D0, symSize: 0x100 } + - { offsetInCU: 0x351C, offset: 0x1CB514, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4D10, symBinAddr: 0x13EAD0, symSize: 0x100 } + - { offsetInCU: 0x360D, offset: 0x1CB605, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvgTo', symObjAddr: 0x4E10, symBinAddr: 0x13EBD0, symSize: 0x50 } + - { offsetInCU: 0x3650, offset: 0x1CB648, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTo', symObjAddr: 0x4E60, symBinAddr: 0x13EC20, symSize: 0x60 } + - { offsetInCU: 0x3683, offset: 0x1CB67B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyF', symObjAddr: 0x4EC0, symBinAddr: 0x13EC80, symSize: 0x2D0 } + - { offsetInCU: 0x37CA, offset: 0x1CB7C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_', symObjAddr: 0x5190, symBinAddr: 0x13EF50, symSize: 0xC0 } + - { offsetInCU: 0x385E, offset: 0x1CB856, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_', symObjAddr: 0x5250, symBinAddr: 0x13F010, symSize: 0x60 } + - { offsetInCU: 0x38EB, offset: 0x1CB8E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyF', symObjAddr: 0x52B0, symBinAddr: 0x13F070, symSize: 0x1910 } + - { offsetInCU: 0x40B2, offset: 0x1CC0AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyF', symObjAddr: 0x6BC0, symBinAddr: 0x140980, symSize: 0xE0 } + - { offsetInCU: 0x419B, offset: 0x1CC193, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x6CA0, symBinAddr: 0x140A60, symSize: 0x30 } + - { offsetInCU: 0x4204, offset: 0x1CC1FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyF', symObjAddr: 0x6CD0, symBinAddr: 0x140A90, symSize: 0xE0 } + - { offsetInCU: 0x42F4, offset: 0x1CC2EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyFTo', symObjAddr: 0x6DB0, symBinAddr: 0x140B70, symSize: 0x30 } + - { offsetInCU: 0x4310, offset: 0x1CC308, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22animationMovedToWindowyyF', symObjAddr: 0x6DE0, symBinAddr: 0x140BA0, symSize: 0x60 } + - { offsetInCU: 0x433F, offset: 0x1CC337, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0yyAA0aB6SourceOSgF', symObjAddr: 0x6E40, symBinAddr: 0x140C00, symSize: 0x110 } + - { offsetInCU: 0x44DD, offset: 0x1CC4D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForBackgroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x6F50, symBinAddr: 0x140D10, symSize: 0xE0 } + - { offsetInCU: 0x4593, offset: 0x1CC58B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForForegroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x7030, symBinAddr: 0x140DF0, symSize: 0xE0 } + - { offsetInCU: 0x4650, offset: 0x1CC648, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfD', symObjAddr: 0x7160, symBinAddr: 0x140F20, symSize: 0x30 } + - { offsetInCU: 0x467D, offset: 0x1CC675, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0x71F0, symBinAddr: 0x140FB0, symSize: 0x330 } + - { offsetInCU: 0x4758, offset: 0x1CC750, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtFTf4enn_n', symObjAddr: 0x7B70, symBinAddr: 0x141870, symSize: 0x190 } + - { offsetInCU: 0x4823, offset: 0x1CC81B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvsTf4en_n', symObjAddr: 0x7D00, symBinAddr: 0x141A00, symSize: 0x110 } + - { offsetInCU: 0x48B1, offset: 0x1CC8A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0x7E10, symBinAddr: 0x141B10, symSize: 0x150 } + - { offsetInCU: 0x4933, offset: 0x1CC92B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x7F60, symBinAddr: 0x141C60, symSize: 0x290 } + - { offsetInCU: 0x4A5A, offset: 0x1CCA52, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0x8390, symBinAddr: 0x141F10, symSize: 0xF0 } + - { offsetInCU: 0x4AE8, offset: 0x1CCAE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0x8600, symBinAddr: 0x142020, symSize: 0xE0 } + - { offsetInCU: 0x4BCD, offset: 0x1CCBC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTf4gn_n', symObjAddr: 0x9D80, symBinAddr: 0x1435C0, symSize: 0xD0 } + - { offsetInCU: 0x4CCF, offset: 0x1CCCC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x200, symBinAddr: 0x13A020, symSize: 0x70 } + - { offsetInCU: 0x4D7B, offset: 0x1CCD73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO9hashValueSivg', symObjAddr: 0x270, symBinAddr: 0x13A090, symSize: 0x50 } + - { offsetInCU: 0x4E07, offset: 0x1CCDFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH9hashValueSivgTW', symObjAddr: 0x2C0, symBinAddr: 0x13A0E0, symSize: 0x50 } + - { offsetInCU: 0x4E96, offset: 0x1CCE8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x310, symBinAddr: 0x13A130, symSize: 0x10 } + - { offsetInCU: 0x4EAB, offset: 0x1CCEA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x370, symBinAddr: 0x13A190, symSize: 0x70 } + - { offsetInCU: 0x4F14, offset: 0x1CCF0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E0, symBinAddr: 0x13A200, symSize: 0x70 } + - { offsetInCU: 0x5BE3, offset: 0x1CDBDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x7600, symBinAddr: 0x141300, symSize: 0x570 } + - { offsetInCU: 0x5EAE, offset: 0x1CDEA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTK', symObjAddr: 0x1390, symBinAddr: 0x13B1B0, symSize: 0x50 } + - { offsetInCU: 0x5EF2, offset: 0x1CDEEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x13E0, symBinAddr: 0x13B200, symSize: 0xE0 } + - { offsetInCU: 0x5F55, offset: 0x1CDF4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTK', symObjAddr: 0x18E0, symBinAddr: 0x13B700, symSize: 0x50 } + - { offsetInCU: 0x5F99, offset: 0x1CDF91, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTk', symObjAddr: 0x1930, symBinAddr: 0x13B750, symSize: 0x40 } + - { offsetInCU: 0x5FDD, offset: 0x1CDFD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x1AE0, symBinAddr: 0x13B900, symSize: 0x90 } + - { offsetInCU: 0x600A, offset: 0x1CE002, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x1B70, symBinAddr: 0x13B990, symSize: 0x80 } + - { offsetInCU: 0x6037, offset: 0x1CE02F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x1BF0, symBinAddr: 0x13BA10, symSize: 0x60 } + - { offsetInCU: 0x604F, offset: 0x1CE047, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x2050, symBinAddr: 0x13BE70, symSize: 0x60 } + - { offsetInCU: 0x6093, offset: 0x1CE08B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x20B0, symBinAddr: 0x13BED0, symSize: 0x40 } + - { offsetInCU: 0x60C0, offset: 0x1CE0B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvpACTk', symObjAddr: 0x2400, symBinAddr: 0x13C220, symSize: 0x90 } + - { offsetInCU: 0x60ED, offset: 0x1CE0E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x26F0, symBinAddr: 0x13C510, symSize: 0x70 } + - { offsetInCU: 0x6174, offset: 0x1CE16C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x2AC0, symBinAddr: 0x13C8E0, symSize: 0x60 } + - { offsetInCU: 0x61F2, offset: 0x1CE1EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x2CE0, symBinAddr: 0x13CB00, symSize: 0x60 } + - { offsetInCU: 0x6346, offset: 0x1CE33E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x31B0, symBinAddr: 0x13CFD0, symSize: 0x90 } + - { offsetInCU: 0x6399, offset: 0x1CE391, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x36F0, symBinAddr: 0x13D510, symSize: 0x60 } + - { offsetInCU: 0x641B, offset: 0x1CE413, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvpACTk', symObjAddr: 0x38F0, symBinAddr: 0x13D710, symSize: 0xB0 } + - { offsetInCU: 0x6483, offset: 0x1CE47B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTK', symObjAddr: 0x3B90, symBinAddr: 0x13D9B0, symSize: 0x60 } + - { offsetInCU: 0x6517, offset: 0x1CE50F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTk', symObjAddr: 0x3BF0, symBinAddr: 0x13DA10, symSize: 0x100 } + - { offsetInCU: 0x6582, offset: 0x1CE57A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x4110, symBinAddr: 0x13DED0, symSize: 0x90 } + - { offsetInCU: 0x6832, offset: 0x1CE82A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfE', symObjAddr: 0x7110, symBinAddr: 0x140ED0, symSize: 0x50 } + - { offsetInCU: 0x685F, offset: 0x1CE857, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfETo', symObjAddr: 0x7190, symBinAddr: 0x140F50, symSize: 0x60 } + - { offsetInCU: 0x688E, offset: 0x1CE886, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCMa', symObjAddr: 0x75B0, symBinAddr: 0x1412E0, symSize: 0x20 } + - { offsetInCU: 0x68BF, offset: 0x1CE8B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOy', symObjAddr: 0x8370, symBinAddr: 0x141EF0, symSize: 0x20 } + - { offsetInCU: 0x68D3, offset: 0x1CE8CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOe', symObjAddr: 0x8480, symBinAddr: 0x142000, symSize: 0x20 } + - { offsetInCU: 0x68E7, offset: 0x1CE8DF, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVSgWOb', symObjAddr: 0x86E0, symBinAddr: 0x142100, symSize: 0x40 } + - { offsetInCU: 0x68FB, offset: 0x1CE8F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASQWb', symObjAddr: 0x88E0, symBinAddr: 0x142140, symSize: 0x10 } + - { offsetInCU: 0x690F, offset: 0x1CE907, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOACSQAAWl', symObjAddr: 0x88F0, symBinAddr: 0x142150, symSize: 0x30 } + - { offsetInCU: 0x6923, offset: 0x1CE91B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASQWb', symObjAddr: 0x8920, symBinAddr: 0x142180, symSize: 0x10 } + - { offsetInCU: 0x6937, offset: 0x1CE92F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOACSQAAWl', symObjAddr: 0x8930, symBinAddr: 0x142190, symSize: 0x30 } + - { offsetInCU: 0x694B, offset: 0x1CE943, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwet', symObjAddr: 0x8E60, symBinAddr: 0x1426A0, symSize: 0x80 } + - { offsetInCU: 0x695F, offset: 0x1CE957, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwst', symObjAddr: 0x8EE0, symBinAddr: 0x142720, symSize: 0xD0 } + - { offsetInCU: 0x6973, offset: 0x1CE96B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwug', symObjAddr: 0x8FB0, symBinAddr: 0x1427F0, symSize: 0x10 } + - { offsetInCU: 0x6987, offset: 0x1CE97F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwup', symObjAddr: 0x8FC0, symBinAddr: 0x142800, symSize: 0x10 } + - { offsetInCU: 0x699B, offset: 0x1CE993, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwui', symObjAddr: 0x8FD0, symBinAddr: 0x142810, symSize: 0x10 } + - { offsetInCU: 0x69AF, offset: 0x1CE9A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOMa', symObjAddr: 0x8FE0, symBinAddr: 0x142820, symSize: 0x10 } + - { offsetInCU: 0x69C3, offset: 0x1CE9BB, size: 0x8, addend: 0x0, symName: ___swift_memcpy5_4, symObjAddr: 0x8FF0, symBinAddr: 0x142830, symSize: 0x20 } + - { offsetInCU: 0x69D7, offset: 0x1CE9CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwet', symObjAddr: 0x9010, symBinAddr: 0x142850, symSize: 0x50 } + - { offsetInCU: 0x69EB, offset: 0x1CE9E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwst', symObjAddr: 0x9060, symBinAddr: 0x1428A0, symSize: 0x40 } + - { offsetInCU: 0x69FF, offset: 0x1CE9F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwug', symObjAddr: 0x90A0, symBinAddr: 0x1428E0, symSize: 0x20 } + - { offsetInCU: 0x6A13, offset: 0x1CEA0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwup', symObjAddr: 0x90C0, symBinAddr: 0x142900, symSize: 0x10 } + - { offsetInCU: 0x6A27, offset: 0x1CEA1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwui', symObjAddr: 0x90D0, symBinAddr: 0x142910, symSize: 0x20 } + - { offsetInCU: 0x6A3B, offset: 0x1CEA33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOMa', symObjAddr: 0x90F0, symBinAddr: 0x142930, symSize: 0x10 } + - { offsetInCU: 0x6A4F, offset: 0x1CEA47, size: 0x8, addend: 0x0, symName: '_$sSo16CABasicAnimationCMa', symObjAddr: 0x9CF0, symBinAddr: 0x143530, symSize: 0x30 } + - { offsetInCU: 0x6A63, offset: 0x1CEA5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOy', symObjAddr: 0x9D20, symBinAddr: 0x143560, symSize: 0x30 } + - { offsetInCU: 0x6A77, offset: 0x1CEA6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOe', symObjAddr: 0x9D50, symBinAddr: 0x143590, symSize: 0x30 } + - { offsetInCU: 0x6AA7, offset: 0x1CEA9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0x9E70, symBinAddr: 0x1436B0, symSize: 0x20 } + - { offsetInCU: 0x6AC6, offset: 0x1CEABE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0x9E90, symBinAddr: 0x1436D0, symSize: 0x20 } + - { offsetInCU: 0x6AEF, offset: 0x1CEAE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_TA', symObjAddr: 0x9F90, symBinAddr: 0x143710, symSize: 0x10 } + - { offsetInCU: 0x6B03, offset: 0x1CEAFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_TA', symObjAddr: 0x9FA0, symBinAddr: 0x143720, symSize: 0x10 } + - { offsetInCU: 0x6B80, offset: 0x1CEB78, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1C0, symBinAddr: 0x139FE0, symSize: 0x40 } + - { offsetInCU: 0x6C4A, offset: 0x1CEC42, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x320, symBinAddr: 0x13A140, symSize: 0x50 } + - { offsetInCU: 0x2B, offset: 0x1CF3F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x143770, symSize: 0x30 } + - { offsetInCU: 0x6D, offset: 0x1CF438, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x143770, symSize: 0x30 } + - { offsetInCU: 0xB1, offset: 0x1CF47C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCMa', symObjAddr: 0x30, symBinAddr: 0x1437A0, symSize: 0x14 } + - { offsetInCU: 0x2B, offset: 0x1CF5DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x1437C0, symSize: 0x30 } + - { offsetInCU: 0x6D, offset: 0x1CF621, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x1437C0, symSize: 0x30 } + - { offsetInCU: 0xB9, offset: 0x1CF66D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCMa', symObjAddr: 0x30, symBinAddr: 0x1437F0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1CF7CE, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x143810, symSize: 0x250 } + - { offsetInCU: 0xA1, offset: 0x1CF848, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x143810, symSize: 0x250 } + - { offsetInCU: 0x225, offset: 0x1CF9CC, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationCMa', symObjAddr: 0x250, symBinAddr: 0x143A60, symSize: 0x2F } + - { offsetInCU: 0xFF, offset: 0x1CFCC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x0, symBinAddr: 0x143A90, symSize: 0x240 } + - { offsetInCU: 0x20F, offset: 0x1CFDD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC10loadImages33_018EEA5A3C8AB5F957268211713A2543LLyyF', symObjAddr: 0x240, symBinAddr: 0x143CD0, symSize: 0x590 } + - { offsetInCU: 0x4EF, offset: 0x1D00B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCfD', symObjAddr: 0x7D0, symBinAddr: 0x144260, symSize: 0x50 } + - { offsetInCU: 0x53A, offset: 0x1D00FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x8D0, symBinAddr: 0x144360, symSize: 0x20 } + - { offsetInCU: 0x580, offset: 0x1D0144, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC8filepathACSg10Foundation3URLV_tcfCTf4nd_n', symObjAddr: 0xBA0, symBinAddr: 0x144530, symSize: 0xE0 } + - { offsetInCU: 0x698, offset: 0x1D025C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMU', symObjAddr: 0x820, symBinAddr: 0x1442B0, symSize: 0x10 } + - { offsetInCU: 0x6AC, offset: 0x1D0270, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMa', symObjAddr: 0x830, symBinAddr: 0x1442C0, symSize: 0x30 } + - { offsetInCU: 0x6C0, offset: 0x1D0284, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMr', symObjAddr: 0x860, symBinAddr: 0x1442F0, symSize: 0x70 } + - { offsetInCU: 0x727, offset: 0x1D02EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH9hashValueSivgTW', symObjAddr: 0x8F0, symBinAddr: 0x144380, symSize: 0x70 } + - { offsetInCU: 0x7E3, offset: 0x1D03A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x960, symBinAddr: 0x1443F0, symSize: 0x60 } + - { offsetInCU: 0x862, offset: 0x1D0426, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA30, symBinAddr: 0x1444C0, symSize: 0x20 } + - { offsetInCU: 0x894, offset: 0x1D0458, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASQWb', symObjAddr: 0xA50, symBinAddr: 0x1444E0, symSize: 0x20 } + - { offsetInCU: 0x986, offset: 0x1D054A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x9C0, symBinAddr: 0x144450, symSize: 0x70 } + - { offsetInCU: 0x5E, offset: 0x1D080C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x144610, symSize: 0x20 } + - { offsetInCU: 0x90, offset: 0x1D083E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x190, symBinAddr: 0x1447A0, symSize: 0x40 } + - { offsetInCU: 0xB5, offset: 0x1D0863, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D0, symBinAddr: 0x1447E0, symSize: 0x680 } + - { offsetInCU: 0x138, offset: 0x1D08E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x850, symBinAddr: 0x144E60, symSize: 0xD80 } + - { offsetInCU: 0x505, offset: 0x1D0CB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueSSvg', symObjAddr: 0x15D0, symBinAddr: 0x145BE0, symSize: 0x20 } + - { offsetInCU: 0x53C, offset: 0x1D0CEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x19D0, symBinAddr: 0x145FE0, symSize: 0x20 } + - { offsetInCU: 0x5A0, offset: 0x1D0D4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1A70, symBinAddr: 0x146080, symSize: 0x40 } + - { offsetInCU: 0x5E6, offset: 0x1D0D94, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1AB0, symBinAddr: 0x1460C0, symSize: 0x30 } + - { offsetInCU: 0x602, offset: 0x1D0DB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1AE0, symBinAddr: 0x1460F0, symSize: 0x10 } + - { offsetInCU: 0x638, offset: 0x1D0DE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1AF0, symBinAddr: 0x146100, symSize: 0x30 } + - { offsetInCU: 0x69D, offset: 0x1D0E4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1B20, symBinAddr: 0x146130, symSize: 0x10 } + - { offsetInCU: 0x6B9, offset: 0x1D0E67, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1B30, symBinAddr: 0x146140, symSize: 0x10 } + - { offsetInCU: 0x6D5, offset: 0x1D0E83, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2B00, symBinAddr: 0x146E70, symSize: 0x50 } + - { offsetInCU: 0x70D, offset: 0x1D0EBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x19F0, symBinAddr: 0x146000, symSize: 0x30 } + - { offsetInCU: 0x752, offset: 0x1D0F00, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1BC0, symBinAddr: 0x1461D0, symSize: 0x70 } + - { offsetInCU: 0x786, offset: 0x1D0F34, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1C30, symBinAddr: 0x146240, symSize: 0x30 } + - { offsetInCU: 0x7A2, offset: 0x1D0F50, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1C60, symBinAddr: 0x146270, symSize: 0x10 } + - { offsetInCU: 0x7D8, offset: 0x1D0F86, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1C70, symBinAddr: 0x146280, symSize: 0x70 } + - { offsetInCU: 0x823, offset: 0x1D0FD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1CE0, symBinAddr: 0x1462F0, symSize: 0x10 } + - { offsetInCU: 0x83F, offset: 0x1D0FED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1CF0, symBinAddr: 0x146300, symSize: 0x10 } + - { offsetInCU: 0x85D, offset: 0x1D100B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x15F0, symBinAddr: 0x145C00, symSize: 0x3E0 } + - { offsetInCU: 0x8D0, offset: 0x1D107E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfd', symObjAddr: 0x1D80, symBinAddr: 0x146390, symSize: 0x50 } + - { offsetInCU: 0x91B, offset: 0x1D10C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfD', symObjAddr: 0x1DD0, symBinAddr: 0x1463E0, symSize: 0x20 } + - { offsetInCU: 0x957, offset: 0x1D1105, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1FE0, symBinAddr: 0x1465D0, symSize: 0x20 } + - { offsetInCU: 0x998, offset: 0x1D1146, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x2000, symBinAddr: 0x1465F0, symSize: 0x20 } + - { offsetInCU: 0x9D9, offset: 0x1D1187, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x2020, symBinAddr: 0x146610, symSize: 0x10 } + - { offsetInCU: 0xA1A, offset: 0x1D11C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x2030, symBinAddr: 0x146620, symSize: 0x10 } + - { offsetInCU: 0xA5B, offset: 0x1D1209, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x2040, symBinAddr: 0x146630, symSize: 0x20 } + - { offsetInCU: 0xAD5, offset: 0x1D1283, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xD0, symBinAddr: 0x1446E0, symSize: 0x20 } + - { offsetInCU: 0xB06, offset: 0x1D12B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0x144700, symSize: 0x10 } + - { offsetInCU: 0xC55, offset: 0x1D1403, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfE', symObjAddr: 0x1D40, symBinAddr: 0x146350, symSize: 0x40 } + - { offsetInCU: 0xCAD, offset: 0x1D145B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCMa', symObjAddr: 0x1DF0, symBinAddr: 0x146400, symSize: 0x20 } + - { offsetInCU: 0xCC1, offset: 0x1D146F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwet', symObjAddr: 0x1E30, symBinAddr: 0x146420, symSize: 0x80 } + - { offsetInCU: 0xCD5, offset: 0x1D1483, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwst', symObjAddr: 0x1EB0, symBinAddr: 0x1464A0, symSize: 0xD0 } + - { offsetInCU: 0xCE9, offset: 0x1D1497, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwup', symObjAddr: 0x1F80, symBinAddr: 0x146570, symSize: 0x10 } + - { offsetInCU: 0xCFD, offset: 0x1D14AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOMa', symObjAddr: 0x1F90, symBinAddr: 0x146580, symSize: 0x10 } + - { offsetInCU: 0xD11, offset: 0x1D14BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASQWb', symObjAddr: 0x1FA0, symBinAddr: 0x146590, symSize: 0x10 } + - { offsetInCU: 0xD25, offset: 0x1D14D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSQAAWl', symObjAddr: 0x1FB0, symBinAddr: 0x1465A0, symSize: 0x30 } + - { offsetInCU: 0xD39, offset: 0x1D14E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSYAAWl', symObjAddr: 0x2060, symBinAddr: 0x146650, symSize: 0x30 } + - { offsetInCU: 0xD4D, offset: 0x1D14FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs0D3KeyAAWl', symObjAddr: 0x2100, symBinAddr: 0x146680, symSize: 0x30 } + - { offsetInCU: 0xD61, offset: 0x1D150F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSEAAWl', symObjAddr: 0x2190, symBinAddr: 0x1466B0, symSize: 0x30 } + - { offsetInCU: 0xD75, offset: 0x1D1523, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs9CodingKeyAAWl', symObjAddr: 0x21F0, symBinAddr: 0x1466E0, symSize: 0x30 } + - { offsetInCU: 0xD89, offset: 0x1D1537, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSEAASERzlWl', symObjAddr: 0x2220, symBinAddr: 0x146710, symSize: 0x60 } + - { offsetInCU: 0xD9D, offset: 0x1D154B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGMa', symObjAddr: 0x2280, symBinAddr: 0x146770, symSize: 0x60 } + - { offsetInCU: 0xDB1, offset: 0x1D155F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSeAAWl', symObjAddr: 0x2480, symBinAddr: 0x1468E0, symSize: 0x30 } + - { offsetInCU: 0xDC5, offset: 0x1D1573, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSeAASeRzlWl', symObjAddr: 0x24E0, symBinAddr: 0x146910, symSize: 0x60 } + - { offsetInCU: 0xDD9, offset: 0x1D1587, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x2660, symBinAddr: 0x1469D0, symSize: 0x80 } + - { offsetInCU: 0xDED, offset: 0x1D159B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x26E0, symBinAddr: 0x146A50, symSize: 0xD0 } + - { offsetInCU: 0xE01, offset: 0x1D15AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x27B0, symBinAddr: 0x146B20, symSize: 0x10 } + - { offsetInCU: 0xE15, offset: 0x1D15C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x27C0, symBinAddr: 0x146B30, symSize: 0x10 } + - { offsetInCU: 0xE29, offset: 0x1D15D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x27D0, symBinAddr: 0x146B40, symSize: 0x10 } + - { offsetInCU: 0xE3D, offset: 0x1D15EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x27E0, symBinAddr: 0x146B50, symSize: 0x10 } + - { offsetInCU: 0xE51, offset: 0x1D15FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x27F0, symBinAddr: 0x146B60, symSize: 0x80 } + - { offsetInCU: 0xE65, offset: 0x1D1613, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x2870, symBinAddr: 0x146BE0, symSize: 0xD0 } + - { offsetInCU: 0xE79, offset: 0x1D1627, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x2940, symBinAddr: 0x146CB0, symSize: 0x10 } + - { offsetInCU: 0xE8D, offset: 0x1D163B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x2950, symBinAddr: 0x146CC0, symSize: 0x10 } + - { offsetInCU: 0xEA1, offset: 0x1D164F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x2960, symBinAddr: 0x146CD0, symSize: 0x10 } + - { offsetInCU: 0xEB5, offset: 0x1D1663, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x2970, symBinAddr: 0x146CE0, symSize: 0x10 } + - { offsetInCU: 0xEC9, offset: 0x1D1677, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x2980, symBinAddr: 0x146CF0, symSize: 0x10 } + - { offsetInCU: 0xEDD, offset: 0x1D168B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x2990, symBinAddr: 0x146D00, symSize: 0x30 } + - { offsetInCU: 0xEF1, offset: 0x1D169F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x29C0, symBinAddr: 0x146D30, symSize: 0x10 } + - { offsetInCU: 0xF05, offset: 0x1D16B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x29D0, symBinAddr: 0x146D40, symSize: 0x30 } + - { offsetInCU: 0xF19, offset: 0x1D16C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2A00, symBinAddr: 0x146D70, symSize: 0x10 } + - { offsetInCU: 0xF2D, offset: 0x1D16DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2A10, symBinAddr: 0x146D80, symSize: 0x30 } + - { offsetInCU: 0xF41, offset: 0x1D16EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2A40, symBinAddr: 0x146DB0, symSize: 0x10 } + - { offsetInCU: 0xF55, offset: 0x1D1703, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2A50, symBinAddr: 0x146DC0, symSize: 0x30 } + - { offsetInCU: 0xF69, offset: 0x1D1717, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2A80, symBinAddr: 0x146DF0, symSize: 0x10 } + - { offsetInCU: 0xF7D, offset: 0x1D172B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2A90, symBinAddr: 0x146E00, symSize: 0x30 } + - { offsetInCU: 0xF91, offset: 0x1D173F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2AC0, symBinAddr: 0x146E30, symSize: 0x10 } + - { offsetInCU: 0xFA5, offset: 0x1D1753, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2AD0, symBinAddr: 0x146E40, symSize: 0x30 } + - { offsetInCU: 0xFD9, offset: 0x1D1787, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0x144630, symSize: 0x10 } + - { offsetInCU: 0x106A, offset: 0x1D1818, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0x144640, symSize: 0x40 } + - { offsetInCU: 0x1119, offset: 0x1D18C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x70, symBinAddr: 0x144680, symSize: 0x20 } + - { offsetInCU: 0x116C, offset: 0x1D191A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x90, symBinAddr: 0x1446A0, symSize: 0x40 } + - { offsetInCU: 0x11F0, offset: 0x1D199E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x100, symBinAddr: 0x144710, symSize: 0x50 } + - { offsetInCU: 0x1213, offset: 0x1D19C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x150, symBinAddr: 0x144760, symSize: 0x40 } + - { offsetInCU: 0x1273, offset: 0x1D1A21, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A20, symBinAddr: 0x146030, symSize: 0x10 } + - { offsetInCU: 0x12AD, offset: 0x1D1A5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1A30, symBinAddr: 0x146040, symSize: 0x20 } + - { offsetInCU: 0x12F3, offset: 0x1D1AA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A50, symBinAddr: 0x146060, symSize: 0x10 } + - { offsetInCU: 0x130F, offset: 0x1D1ABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1A60, symBinAddr: 0x146070, symSize: 0x10 } + - { offsetInCU: 0x132A, offset: 0x1D1AD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1B40, symBinAddr: 0x146150, symSize: 0x20 } + - { offsetInCU: 0x1346, offset: 0x1D1AF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1B60, symBinAddr: 0x146170, symSize: 0x20 } + - { offsetInCU: 0x1362, offset: 0x1D1B10, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1B80, symBinAddr: 0x146190, symSize: 0x10 } + - { offsetInCU: 0x137E, offset: 0x1D1B2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1B90, symBinAddr: 0x1461A0, symSize: 0x10 } + - { offsetInCU: 0x139A, offset: 0x1D1B48, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1BA0, symBinAddr: 0x1461B0, symSize: 0x10 } + - { offsetInCU: 0x13B6, offset: 0x1D1B64, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1BB0, symBinAddr: 0x1461C0, symSize: 0x10 } + - { offsetInCU: 0x13D9, offset: 0x1D1B87, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1D00, symBinAddr: 0x146310, symSize: 0x20 } + - { offsetInCU: 0x13F5, offset: 0x1D1BA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1D20, symBinAddr: 0x146330, symSize: 0x20 } + - { offsetInCU: 0x9D, offset: 0x1D1E31, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x146FA0, symSize: 0x30 } + - { offsetInCU: 0xCE, offset: 0x1D1E62, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0x146FD0, symSize: 0x20 } + - { offsetInCU: 0x11A, offset: 0x1D1EAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A0, symBinAddr: 0x147080, symSize: 0x40 } + - { offsetInCU: 0x13F, offset: 0x1D1ED3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0x1470C0, symSize: 0x330 } + - { offsetInCU: 0x1AB, offset: 0x1D1F3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x510, symBinAddr: 0x1473F0, symSize: 0x660 } + - { offsetInCU: 0x3BE, offset: 0x1D2152, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB70, symBinAddr: 0x147A50, symSize: 0x1F0 } + - { offsetInCU: 0x42C, offset: 0x1D21C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO8rawValueSSvg', symObjAddr: 0xD60, symBinAddr: 0x147C40, symSize: 0x20 } + - { offsetInCU: 0x463, offset: 0x1D21F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xD80, symBinAddr: 0x147C60, symSize: 0x20 } + - { offsetInCU: 0x4E1, offset: 0x1D2275, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0xDE0, symBinAddr: 0x147CC0, symSize: 0x70 } + - { offsetInCU: 0x547, offset: 0x1D22DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0xE50, symBinAddr: 0x147D30, symSize: 0x30 } + - { offsetInCU: 0x563, offset: 0x1D22F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xE80, symBinAddr: 0x147D60, symSize: 0x10 } + - { offsetInCU: 0x599, offset: 0x1D232D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xE90, symBinAddr: 0x147D70, symSize: 0x60 } + - { offsetInCU: 0x61E, offset: 0x1D23B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xEF0, symBinAddr: 0x147DD0, symSize: 0x10 } + - { offsetInCU: 0x63A, offset: 0x1D23CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF00, symBinAddr: 0x147DE0, symSize: 0x10 } + - { offsetInCU: 0x676, offset: 0x1D240A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfD', symObjAddr: 0xF70, symBinAddr: 0x147E50, symSize: 0x40 } + - { offsetInCU: 0x766, offset: 0x1D24FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfE', symObjAddr: 0xF50, symBinAddr: 0x147E30, symSize: 0x20 } + - { offsetInCU: 0x7BE, offset: 0x1D2552, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCMa', symObjAddr: 0xFB0, symBinAddr: 0x147E90, symSize: 0x20 } + - { offsetInCU: 0x7D2, offset: 0x1D2566, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwet', symObjAddr: 0xFF0, symBinAddr: 0x147EB0, symSize: 0x80 } + - { offsetInCU: 0x7E6, offset: 0x1D257A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwst', symObjAddr: 0x1070, symBinAddr: 0x147F30, symSize: 0xD0 } + - { offsetInCU: 0x7FA, offset: 0x1D258E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwug', symObjAddr: 0x1140, symBinAddr: 0x148000, symSize: 0x10 } + - { offsetInCU: 0x80E, offset: 0x1D25A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwup', symObjAddr: 0x1150, symBinAddr: 0x148010, symSize: 0x10 } + - { offsetInCU: 0x822, offset: 0x1D25B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwui', symObjAddr: 0x1160, symBinAddr: 0x148020, symSize: 0x10 } + - { offsetInCU: 0x836, offset: 0x1D25CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOMa', symObjAddr: 0x1170, symBinAddr: 0x148030, symSize: 0x10 } + - { offsetInCU: 0x84A, offset: 0x1D25DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASQWb', symObjAddr: 0x1180, symBinAddr: 0x148040, symSize: 0x10 } + - { offsetInCU: 0x85E, offset: 0x1D25F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSQAAWl', symObjAddr: 0x1190, symBinAddr: 0x148050, symSize: 0x30 } + - { offsetInCU: 0x872, offset: 0x1D2606, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSYAAWl', symObjAddr: 0x11C0, symBinAddr: 0x148080, symSize: 0x30 } + - { offsetInCU: 0x886, offset: 0x1D261A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs0C3KeyAAWl', symObjAddr: 0x1260, symBinAddr: 0x1480B0, symSize: 0x30 } + - { offsetInCU: 0x89A, offset: 0x1D262E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSEAAWl', symObjAddr: 0x12F0, symBinAddr: 0x1480E0, symSize: 0x30 } + - { offsetInCU: 0x8AE, offset: 0x1D2642, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSeAAWl', symObjAddr: 0x13E0, symBinAddr: 0x148170, symSize: 0x30 } + - { offsetInCU: 0x8C2, offset: 0x1D2656, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwet', symObjAddr: 0x14A0, symBinAddr: 0x1481A0, symSize: 0x80 } + - { offsetInCU: 0x8D6, offset: 0x1D266A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwst', symObjAddr: 0x1520, symBinAddr: 0x148220, symSize: 0xD0 } + - { offsetInCU: 0x8EA, offset: 0x1D267E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwug', symObjAddr: 0x15F0, symBinAddr: 0x1482F0, symSize: 0x10 } + - { offsetInCU: 0x8FE, offset: 0x1D2692, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwup', symObjAddr: 0x1600, symBinAddr: 0x148300, symSize: 0x10 } + - { offsetInCU: 0x912, offset: 0x1D26A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwui', symObjAddr: 0x1610, symBinAddr: 0x148310, symSize: 0x10 } + - { offsetInCU: 0x926, offset: 0x1D26BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOMa', symObjAddr: 0x1620, symBinAddr: 0x148320, symSize: 0x10 } + - { offsetInCU: 0x93A, offset: 0x1D26CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASQWb', symObjAddr: 0x1630, symBinAddr: 0x148330, symSize: 0x10 } + - { offsetInCU: 0x94E, offset: 0x1D26E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFSQAAWl', symObjAddr: 0x1640, symBinAddr: 0x148340, symSize: 0x30 } + - { offsetInCU: 0x962, offset: 0x1D26F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1670, symBinAddr: 0x148370, symSize: 0x10 } + - { offsetInCU: 0x976, offset: 0x1D270A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1680, symBinAddr: 0x148380, symSize: 0x30 } + - { offsetInCU: 0x98A, offset: 0x1D271E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16B0, symBinAddr: 0x1483B0, symSize: 0x10 } + - { offsetInCU: 0x99E, offset: 0x1D2732, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16C0, symBinAddr: 0x1483C0, symSize: 0x30 } + - { offsetInCU: 0x9D2, offset: 0x1D2766, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x146EE0, symSize: 0x10 } + - { offsetInCU: 0xA63, offset: 0x1D27F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x146EF0, symSize: 0x40 } + - { offsetInCU: 0xB3B, offset: 0x1D28CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x146F30, symSize: 0x30 } + - { offsetInCU: 0xBB7, offset: 0x1D294B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x146F60, symSize: 0x40 } + - { offsetInCU: 0xC64, offset: 0x1D29F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0x146FF0, symSize: 0x50 } + - { offsetInCU: 0xC87, offset: 0x1D2A1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0x147040, symSize: 0x40 } + - { offsetInCU: 0xCE7, offset: 0x1D2A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDA0, symBinAddr: 0x147C80, symSize: 0x10 } + - { offsetInCU: 0xD03, offset: 0x1D2A97, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH9hashValueSivgTW', symObjAddr: 0xDB0, symBinAddr: 0x147C90, symSize: 0x10 } + - { offsetInCU: 0xD1F, offset: 0x1D2AB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDC0, symBinAddr: 0x147CA0, symSize: 0x10 } + - { offsetInCU: 0xD3B, offset: 0x1D2ACF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDD0, symBinAddr: 0x147CB0, symSize: 0x10 } + - { offsetInCU: 0xD5E, offset: 0x1D2AF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF10, symBinAddr: 0x147DF0, symSize: 0x20 } + - { offsetInCU: 0xD7A, offset: 0x1D2B0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xF30, symBinAddr: 0x147E10, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1D2CEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x1483F0, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x1D2D04, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x1483F0, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x1D2D18, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMr', symObjAddr: 0x10, symBinAddr: 0x148400, symSize: 0x70 } + - { offsetInCU: 0x77, offset: 0x1D2D38, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC7storageAA0cD7StorageOyxGvg', symObjAddr: 0x80, symBinAddr: 0x148470, symSize: 0x50 } + - { offsetInCU: 0xED, offset: 0x1D2DAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCfD', symObjAddr: 0xF0, symBinAddr: 0x1484C0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x1D2E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0A2aEP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x130, symBinAddr: 0x148500, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x1D2E2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x150, symBinAddr: 0x148520, symSize: 0x20 } + - { offsetInCU: 0x1AD, offset: 0x1D2E6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x170, symBinAddr: 0x148540, symSize: 0x20 } + - { offsetInCU: 0x1DF, offset: 0x1D2EA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1A0, symBinAddr: 0x148570, symSize: 0x20 } + - { offsetInCU: 0x20C, offset: 0x1D2ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9valueTypeypXpvgTf4d_n', symObjAddr: 0x1C0, symBinAddr: 0x148590, symSize: 0x10 } + - { offsetInCU: 0x238, offset: 0x1D2EF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMa', symObjAddr: 0x120, symBinAddr: 0x1484F0, symSize: 0x10 } + - { offsetInCU: 0x24C, offset: 0x1D2F0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0AA0C0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x190, symBinAddr: 0x148560, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x1D3082, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x1485A0, symSize: 0xBA0 } + - { offsetInCU: 0x284, offset: 0x1D32DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x1485A0, symSize: 0xBA0 } + - { offsetInCU: 0xCFC, offset: 0x1D3D53, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0xBA0, symBinAddr: 0x149140, symSize: 0x50 } + - { offsetInCU: 0xD36, offset: 0x1D3D8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCADycfcTo', symObjAddr: 0xBF0, symBinAddr: 0x149190, symSize: 0x80 } + - { offsetInCU: 0xD99, offset: 0x1D3DF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5layerADyp_tcfcTo', symObjAddr: 0xC70, symBinAddr: 0x149210, symSize: 0xE0 } + - { offsetInCU: 0xDDF, offset: 0x1D3E36, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfc', symObjAddr: 0xD50, symBinAddr: 0x1492F0, symSize: 0xA0 } + - { offsetInCU: 0xE1C, offset: 0x1D3E73, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xDF0, symBinAddr: 0x149390, symSize: 0x30 } + - { offsetInCU: 0xE38, offset: 0x1D3E8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfD', symObjAddr: 0xE20, symBinAddr: 0x1493C0, symSize: 0x30 } + - { offsetInCU: 0xFE0, offset: 0x1D4037, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfETo', symObjAddr: 0xE50, symBinAddr: 0x1493F0, symSize: 0x20 } + - { offsetInCU: 0x100F, offset: 0x1D4066, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCMa', symObjAddr: 0xE70, symBinAddr: 0x149410, symSize: 0x20 } + - { offsetInCU: 0x10D8, offset: 0x1D412F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0xE90, symBinAddr: 0x149430, symSize: 0x590 } + - { offsetInCU: 0x1476, offset: 0x1D44CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC16updateShapeLayer5layerySo07CAShapeG0C_tF', symObjAddr: 0x1420, symBinAddr: 0x1499C0, symSize: 0x260 } + - { offsetInCU: 0x164E, offset: 0x1D46A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfD', symObjAddr: 0x16C0, symBinAddr: 0x149C60, symSize: 0x50 } + - { offsetInCU: 0x16AF, offset: 0x1D4706, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x1730, symBinAddr: 0x149CD0, symSize: 0x10 } + - { offsetInCU: 0x16CB, offset: 0x1D4722, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x1740, symBinAddr: 0x149CE0, symSize: 0x20 } + - { offsetInCU: 0x1711, offset: 0x1D4768, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1760, symBinAddr: 0x149D00, symSize: 0x40 } + - { offsetInCU: 0x1758, offset: 0x1D47AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x17A0, symBinAddr: 0x149D40, symSize: 0x10 } + - { offsetInCU: 0x1780, offset: 0x1D47D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfE', symObjAddr: 0x1680, symBinAddr: 0x149C20, symSize: 0x40 } + - { offsetInCU: 0x17AD, offset: 0x1D4804, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCMa', symObjAddr: 0x1710, symBinAddr: 0x149CB0, symSize: 0x20 } + - { offsetInCU: 0x3E6, offset: 0x1D5086, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_Say12CoreGraphics7CGFloatVGTB5', symObjAddr: 0x1E0, symBinAddr: 0x149EE0, symSize: 0x6C0 } + - { offsetInCU: 0x8C1, offset: 0x1D5561, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_SaySo10CGColorRefaGTB5', symObjAddr: 0x8A0, symBinAddr: 0x14A5A0, symSize: 0x6C0 } + - { offsetInCU: 0xEE0, offset: 0x1D5B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKF', symObjAddr: 0xFB0, symBinAddr: 0x14ACB0, symSize: 0x830 } + - { offsetInCU: 0x139A, offset: 0x1D603A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_', symObjAddr: 0x1D70, symBinAddr: 0x14B9D0, symSize: 0x130 } + - { offsetInCU: 0x1538, offset: 0x1D61D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_', symObjAddr: 0x1EA0, symBinAddr: 0x14BB00, symSize: 0x130 } + - { offsetInCU: 0x17AD, offset: 0x1D644D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientShapeItemPAAE18colorConfiguration33_B799B7369307A01782ECC9AEBF9C580CLL4from4typeSaySo10CGColorRefa0E0_12CoreGraphics7CGFloatV8locationtGSaySdG_AA0B11ContentTypeOtF', symObjAddr: 0x1850, symBinAddr: 0x14B4E0, symSize: 0x4F0 } + - { offsetInCU: 0x212D, offset: 0x1D6DCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x1FD0, symBinAddr: 0x14BC30, symSize: 0x400 } + - { offsetInCU: 0x23A8, offset: 0x1D7048, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x23D0, symBinAddr: 0x14C030, symSize: 0x2D0 } + - { offsetInCU: 0x2543, offset: 0x1D71E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_', symObjAddr: 0x2700, symBinAddr: 0x14C300, symSize: 0xC0 } + - { offsetInCU: 0x26C9, offset: 0x1D7369, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x27C0, symBinAddr: 0x14C3C0, symSize: 0x60 } + - { offsetInCU: 0x2877, offset: 0x1D7517, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5', symObjAddr: 0x2820, symBinAddr: 0x14C420, symSize: 0x30 } + - { offsetInCU: 0x28C0, offset: 0x1D7560, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5', symObjAddr: 0x2850, symBinAddr: 0x14C450, symSize: 0x60 } + - { offsetInCU: 0x2922, offset: 0x1D75C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5TA', symObjAddr: 0x28D0, symBinAddr: 0x14C4D0, symSize: 0x10 } + - { offsetInCU: 0x2936, offset: 0x1D75D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_TA', symObjAddr: 0x28E0, symBinAddr: 0x14C4E0, symSize: 0x20 } + - { offsetInCU: 0x2986, offset: 0x1D7626, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Say12CoreGraphics7CGFloatVG_TG5TA', symObjAddr: 0x2900, symBinAddr: 0x14C500, symSize: 0x30 } + - { offsetInCU: 0x2A01, offset: 0x1D76A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_TA', symObjAddr: 0x2930, symBinAddr: 0x14C530, symSize: 0x20 } + - { offsetInCU: 0x2CA8, offset: 0x1D7948, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_SaySo10CGColorRefaGTg5Tf4nnndxn_n', symObjAddr: 0x29E0, symBinAddr: 0x14C5B0, symSize: 0xFB0 } + - { offsetInCU: 0x3821, offset: 0x1D84C1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_Say12CoreGraphics7CGFloatVGTg5Tf4nnndxn_n', symObjAddr: 0x42D0, symBinAddr: 0x14DEA0, symSize: 0xFB0 } + - { offsetInCU: 0x439A, offset: 0x1D903A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_TA', symObjAddr: 0x5440, symBinAddr: 0x14F010, symSize: 0x10 } + - { offsetInCU: 0x43AE, offset: 0x1D904E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOr', symObjAddr: 0x5620, symBinAddr: 0x14F080, symSize: 0x30 } + - { offsetInCU: 0x43C2, offset: 0x1D9062, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOs', symObjAddr: 0x5670, symBinAddr: 0x14F0B0, symSize: 0x30 } + - { offsetInCU: 0x43D6, offset: 0x1D9076, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTg5TA', symObjAddr: 0x57A0, symBinAddr: 0x14F0F0, symSize: 0x20 } + - { offsetInCU: 0x43EA, offset: 0x1D908A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x57C0, symBinAddr: 0x14F110, symSize: 0x20 } + - { offsetInCU: 0x43FE, offset: 0x1D909E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x58D0, symBinAddr: 0x14F160, symSize: 0x20 } + - { offsetInCU: 0x4412, offset: 0x1D90B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x58F0, symBinAddr: 0x14F180, symSize: 0x20 } + - { offsetInCU: 0x4426, offset: 0x1D90C6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_SaySo10CGColorRefaGTg5TA', symObjAddr: 0x5A40, symBinAddr: 0x14F270, symSize: 0x20 } + - { offsetInCU: 0x443A, offset: 0x1D90DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwCP', symObjAddr: 0x5A60, symBinAddr: 0x14F290, symSize: 0x30 } + - { offsetInCU: 0x444E, offset: 0x1D90EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwet', symObjAddr: 0x5AC0, symBinAddr: 0x14F2C0, symSize: 0x20 } + - { offsetInCU: 0x4462, offset: 0x1D9102, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwst', symObjAddr: 0x5AE0, symBinAddr: 0x14F2E0, symSize: 0x30 } + - { offsetInCU: 0x4476, offset: 0x1D9116, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVMa', symObjAddr: 0x5B10, symBinAddr: 0x14F310, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1D99F5, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x14F420, symSize: 0x130 } + - { offsetInCU: 0x69, offset: 0x1D9A37, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x14F420, symSize: 0x130 } + - { offsetInCU: 0xB8, offset: 0x1D9A86, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwCP', symObjAddr: 0x170, symBinAddr: 0x14F590, symSize: 0x70 } + - { offsetInCU: 0xCC, offset: 0x1D9A9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwxx', symObjAddr: 0x1E0, symBinAddr: 0x14F600, symSize: 0x50 } + - { offsetInCU: 0xE0, offset: 0x1D9AAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwcp', symObjAddr: 0x230, symBinAddr: 0x14F650, symSize: 0x70 } + - { offsetInCU: 0xF4, offset: 0x1D9AC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwca', symObjAddr: 0x2A0, symBinAddr: 0x14F6C0, symSize: 0xF0 } + - { offsetInCU: 0x108, offset: 0x1D9AD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwta', symObjAddr: 0x3B0, symBinAddr: 0x14F7B0, symSize: 0xA0 } + - { offsetInCU: 0x11C, offset: 0x1D9AEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwet', symObjAddr: 0x450, symBinAddr: 0x14F850, symSize: 0x50 } + - { offsetInCU: 0x130, offset: 0x1D9AFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwst', symObjAddr: 0x4A0, symBinAddr: 0x14F8A0, symSize: 0x50 } + - { offsetInCU: 0x144, offset: 0x1D9B12, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwug', symObjAddr: 0x4F0, symBinAddr: 0x14F8F0, symSize: 0x30 } + - { offsetInCU: 0x158, offset: 0x1D9B26, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwup', symObjAddr: 0x520, symBinAddr: 0x14F920, symSize: 0x10 } + - { offsetInCU: 0x16C, offset: 0x1D9B3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwui', symObjAddr: 0x530, symBinAddr: 0x14F930, symSize: 0x30 } + - { offsetInCU: 0x180, offset: 0x1D9B4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOMa', symObjAddr: 0x560, symBinAddr: 0x14F960, symSize: 0xA } + - { offsetInCU: 0x1AC, offset: 0x1D9B7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x130, symBinAddr: 0x14F550, symSize: 0x10 } + - { offsetInCU: 0x1C8, offset: 0x1D9B96, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x140, symBinAddr: 0x14F560, symSize: 0x10 } + - { offsetInCU: 0x1E4, offset: 0x1D9BB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x150, symBinAddr: 0x14F570, symSize: 0x10 } + - { offsetInCU: 0x200, offset: 0x1D9BCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x160, symBinAddr: 0x14F580, symSize: 0x10 } + - { offsetInCU: 0x5E, offset: 0x1D9D89, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfC', symObjAddr: 0x0, symBinAddr: 0x14F970, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x1D9DBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc', symObjAddr: 0x50, symBinAddr: 0x14F9C0, symSize: 0x30 } + - { offsetInCU: 0xD0, offset: 0x1D9DFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfC', symObjAddr: 0x80, symBinAddr: 0x14F9F0, symSize: 0xB0 } + - { offsetInCU: 0x126, offset: 0x1D9E51, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc', symObjAddr: 0x130, symBinAddr: 0x14FAA0, symSize: 0xA0 } + - { offsetInCU: 0x162, offset: 0x1D9E8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg', symObjAddr: 0x1D0, symBinAddr: 0x14FB40, symSize: 0x30 } + - { offsetInCU: 0x1AD, offset: 0x1D9ED8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs', symObjAddr: 0x200, symBinAddr: 0x14FB70, symSize: 0x40 } + - { offsetInCU: 0x1F1, offset: 0x1D9F1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM', symObjAddr: 0x240, symBinAddr: 0x14FBB0, symSize: 0x40 } + - { offsetInCU: 0x21E, offset: 0x1D9F49, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x280, symBinAddr: 0x14FBF0, symSize: 0x30 } + - { offsetInCU: 0x268, offset: 0x1D9F93, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9valueTypeypXpvg', symObjAddr: 0x2B0, symBinAddr: 0x14FC20, symSize: 0x10 } + - { offsetInCU: 0x293, offset: 0x1D9FBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg', symObjAddr: 0x2C0, symBinAddr: 0x14FC30, symSize: 0xA0 } + - { offsetInCU: 0x2DE, offset: 0x1DA009, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x360, symBinAddr: 0x14FCD0, symSize: 0x20 } + - { offsetInCU: 0x344, offset: 0x1DA06F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x380, symBinAddr: 0x14FCF0, symSize: 0x20 } + - { offsetInCU: 0x367, offset: 0x1DA092, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfd', symObjAddr: 0x3A0, symBinAddr: 0x14FD10, symSize: 0x20 } + - { offsetInCU: 0x3A2, offset: 0x1DA0CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfD', symObjAddr: 0x3C0, symBinAddr: 0x14FD30, symSize: 0x30 } + - { offsetInCU: 0x3E5, offset: 0x1DA110, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x3F0, symBinAddr: 0x14FD60, symSize: 0x20 } + - { offsetInCU: 0x401, offset: 0x1DA12C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x410, symBinAddr: 0x14FD80, symSize: 0x10 } + - { offsetInCU: 0x447, offset: 0x1DA172, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x420, symBinAddr: 0x14FD90, symSize: 0x20 } + - { offsetInCU: 0x47C, offset: 0x1DA1A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfcTf4gn_n', symObjAddr: 0x500, symBinAddr: 0x14FE70, symSize: 0x100 } + - { offsetInCU: 0x4F1, offset: 0x1DA21C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x440, symBinAddr: 0x14FDB0, symSize: 0x60 } + - { offsetInCU: 0x556, offset: 0x1DA281, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4A0, symBinAddr: 0x14FE10, symSize: 0x60 } + - { offsetInCU: 0x59D, offset: 0x1DA2C8, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOe', symObjAddr: 0x600, symBinAddr: 0x14FF70, symSize: 0x20 } + - { offsetInCU: 0x5B1, offset: 0x1DA2DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6A0, symBinAddr: 0x14FFC0, symSize: 0x30 } + - { offsetInCU: 0x5F9, offset: 0x1DA324, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x730, symBinAddr: 0x14FFF0, symSize: 0x10 } + - { offsetInCU: 0x60D, offset: 0x1DA338, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCMa', symObjAddr: 0x7C0, symBinAddr: 0x150080, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1DA50B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1500E0, symSize: 0x90 } + - { offsetInCU: 0x4B, offset: 0x1DA52F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1500E0, symSize: 0x90 } + - { offsetInCU: 0xA9, offset: 0x1DA58D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC16hasRenderUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x90, symBinAddr: 0x150170, symSize: 0x90 } + - { offsetInCU: 0xE8, offset: 0x1DA5CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16hasRenderUpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x120, symBinAddr: 0x150200, symSize: 0x20 } + - { offsetInCU: 0x122, offset: 0x1DA606, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCfD', symObjAddr: 0x140, symBinAddr: 0x150220, symSize: 0x20 } + - { offsetInCU: 0x16D, offset: 0x1DA651, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP03hasD7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x180, symBinAddr: 0x150260, symSize: 0x20 } + - { offsetInCU: 0x1B6, offset: 0x1DA69A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x1A0, symBinAddr: 0x150280, symSize: 0x80 } + - { offsetInCU: 0x20C, offset: 0x1DA6F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x220, symBinAddr: 0x150300, symSize: 0x10 } + - { offsetInCU: 0x229, offset: 0x1DA70D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCMa', symObjAddr: 0x160, symBinAddr: 0x150240, symSize: 0x20 } + - { offsetInCU: 0x9F, offset: 0x1DA920, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ', symObjAddr: 0xC0, symBinAddr: 0x150410, symSize: 0x10 } + - { offsetInCU: 0xCE, offset: 0x1DA94F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF', symObjAddr: 0xDA0, symBinAddr: 0x1510F0, symSize: 0x20 } + - { offsetInCU: 0x131, offset: 0x1DA9B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO9hashValueSivg', symObjAddr: 0xDC0, symBinAddr: 0x151110, symSize: 0x40 } + - { offsetInCU: 0x22C, offset: 0x1DAAAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE00, symBinAddr: 0x151150, symSize: 0x10 } + - { offsetInCU: 0x282, offset: 0x1DAB03, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH9hashValueSivgTW', symObjAddr: 0xE10, symBinAddr: 0x151160, symSize: 0x40 } + - { offsetInCU: 0x366, offset: 0x1DABE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE50, symBinAddr: 0x1511A0, symSize: 0x20 } + - { offsetInCU: 0x3F1, offset: 0x1DAC72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF', symObjAddr: 0x0, symBinAddr: 0x150350, symSize: 0xB0 } + - { offsetInCU: 0x513, offset: 0x1DAD94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ', symObjAddr: 0xB0, symBinAddr: 0x150400, symSize: 0x10 } + - { offsetInCU: 0x536, offset: 0x1DADB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg', symObjAddr: 0xD0, symBinAddr: 0x150420, symSize: 0x50 } + - { offsetInCU: 0x5C2, offset: 0x1DAE43, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH9hashValueSivgTW', symObjAddr: 0x120, symBinAddr: 0x150470, symSize: 0x50 } + - { offsetInCU: 0x651, offset: 0x1DAED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x170, symBinAddr: 0x1504C0, symSize: 0x10 } + - { offsetInCU: 0x674, offset: 0x1DAEF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1D0, symBinAddr: 0x150520, symSize: 0x10 } + - { offsetInCU: 0x6A5, offset: 0x1DAF26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x1880, symBinAddr: 0x151BD0, symSize: 0x260 } + - { offsetInCU: 0x728, offset: 0x1DAFA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF', symObjAddr: 0x1E0, symBinAddr: 0x150530, symSize: 0x380 } + - { offsetInCU: 0x9E4, offset: 0x1DB265, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ', symObjAddr: 0x560, symBinAddr: 0x1508B0, symSize: 0x10 } + - { offsetInCU: 0x9F8, offset: 0x1DB279, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5B0, symBinAddr: 0x150900, symSize: 0x10 } + - { offsetInCU: 0xA1B, offset: 0x1DB29C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5E0, symBinAddr: 0x150930, symSize: 0x10 } + - { offsetInCU: 0xA5B, offset: 0x1DB2DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x10D0, symBinAddr: 0x151420, symSize: 0x7B0 } + - { offsetInCU: 0xAE3, offset: 0x1DB364, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x5F0, symBinAddr: 0x150940, symSize: 0x480 } + - { offsetInCU: 0xDF1, offset: 0x1DB672, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ', symObjAddr: 0xA70, symBinAddr: 0x150DC0, symSize: 0x10 } + - { offsetInCU: 0xE05, offset: 0x1DB686, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBA0, symBinAddr: 0x150EF0, symSize: 0x10 } + - { offsetInCU: 0xE30, offset: 0x1DB6B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC40, symBinAddr: 0x150F90, symSize: 0x10 } + - { offsetInCU: 0xE61, offset: 0x1DB6E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x1C00, symBinAddr: 0x151E30, symSize: 0xD40 } + - { offsetInCU: 0xFF6, offset: 0x1DB877, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO6pausedACvgZ', symObjAddr: 0xC50, symBinAddr: 0x150FA0, symSize: 0x20 } + - { offsetInCU: 0x1022, offset: 0x1DB8A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xCB0, symBinAddr: 0x151000, symSize: 0x40 } + - { offsetInCU: 0x1081, offset: 0x1DB902, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xD60, symBinAddr: 0x1510B0, symSize: 0x40 } + - { offsetInCU: 0x1176, offset: 0x1DB9F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO04loopC0yAcA0a4LoopC0OF', symObjAddr: 0xEB0, symBinAddr: 0x151200, symSize: 0x220 } + - { offsetInCU: 0x124D, offset: 0x1DBACE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASQWb', symObjAddr: 0x2940, symBinAddr: 0x152B70, symSize: 0x10 } + - { offsetInCU: 0x1261, offset: 0x1DBAE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOAESQAAWl', symObjAddr: 0x2950, symBinAddr: 0x152B80, symSize: 0x30 } + - { offsetInCU: 0x1275, offset: 0x1DBAF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASQWb', symObjAddr: 0x2980, symBinAddr: 0x152BB0, symSize: 0x10 } + - { offsetInCU: 0x1289, offset: 0x1DBB0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OAESQAAWl', symObjAddr: 0x2990, symBinAddr: 0x152BC0, symSize: 0x30 } + - { offsetInCU: 0x129D, offset: 0x1DBB1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASQWb', symObjAddr: 0x29C0, symBinAddr: 0x152BF0, symSize: 0x10 } + - { offsetInCU: 0x12B1, offset: 0x1DBB32, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOACSQAAWl', symObjAddr: 0x29D0, symBinAddr: 0x152C00, symSize: 0x30 } + - { offsetInCU: 0x12C5, offset: 0x1DBB46, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASQWb', symObjAddr: 0x2A00, symBinAddr: 0x152C30, symSize: 0x10 } + - { offsetInCU: 0x12D9, offset: 0x1DBB5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOACSQAAWl', symObjAddr: 0x2A10, symBinAddr: 0x152C40, symSize: 0x30 } + - { offsetInCU: 0x12ED, offset: 0x1DBB6E, size: 0x8, addend: 0x0, symName: ___swift_memcpy41_8, symObjAddr: 0x2BC0, symBinAddr: 0x152CD0, symSize: 0x20 } + - { offsetInCU: 0x1301, offset: 0x1DBB82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwet', symObjAddr: 0x2C00, symBinAddr: 0x152D10, symSize: 0x50 } + - { offsetInCU: 0x1315, offset: 0x1DBB96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwst', symObjAddr: 0x2C50, symBinAddr: 0x152D60, symSize: 0x60 } + - { offsetInCU: 0x1329, offset: 0x1DBBAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwug', symObjAddr: 0x2CB0, symBinAddr: 0x152DC0, symSize: 0x30 } + - { offsetInCU: 0x133D, offset: 0x1DBBBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwup', symObjAddr: 0x2CE0, symBinAddr: 0x152DF0, symSize: 0x10 } + - { offsetInCU: 0x1351, offset: 0x1DBBD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwui', symObjAddr: 0x2CF0, symBinAddr: 0x152E00, symSize: 0x50 } + - { offsetInCU: 0x1365, offset: 0x1DBBE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOMa', symObjAddr: 0x2D40, symBinAddr: 0x152E50, symSize: 0x10 } + - { offsetInCU: 0x1379, offset: 0x1DBBFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwCP', symObjAddr: 0x2D50, symBinAddr: 0x152E60, symSize: 0x40 } + - { offsetInCU: 0x138D, offset: 0x1DBC0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwxx', symObjAddr: 0x2D90, symBinAddr: 0x152EA0, symSize: 0x20 } + - { offsetInCU: 0x13A1, offset: 0x1DBC22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwcp', symObjAddr: 0x2DB0, symBinAddr: 0x152EC0, symSize: 0x40 } + - { offsetInCU: 0x13B5, offset: 0x1DBC36, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwca', symObjAddr: 0x2DF0, symBinAddr: 0x152F00, symSize: 0x50 } + - { offsetInCU: 0x13C9, offset: 0x1DBC4A, size: 0x8, addend: 0x0, symName: ___swift_memcpy17_8, symObjAddr: 0x2E40, symBinAddr: 0x152F50, symSize: 0x20 } + - { offsetInCU: 0x13DD, offset: 0x1DBC5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwta', symObjAddr: 0x2E60, symBinAddr: 0x152F70, symSize: 0x40 } + - { offsetInCU: 0x13F1, offset: 0x1DBC72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwet', symObjAddr: 0x2EA0, symBinAddr: 0x152FB0, symSize: 0x50 } + - { offsetInCU: 0x1405, offset: 0x1DBC86, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwst', symObjAddr: 0x2EF0, symBinAddr: 0x153000, symSize: 0x50 } + - { offsetInCU: 0x1419, offset: 0x1DBC9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwug', symObjAddr: 0x2F40, symBinAddr: 0x153050, symSize: 0x20 } + - { offsetInCU: 0x142D, offset: 0x1DBCAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwup', symObjAddr: 0x2F60, symBinAddr: 0x153070, symSize: 0x10 } + - { offsetInCU: 0x1441, offset: 0x1DBCC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwui', symObjAddr: 0x2F70, symBinAddr: 0x153080, symSize: 0x30 } + - { offsetInCU: 0x1455, offset: 0x1DBCD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOMa', symObjAddr: 0x2FA0, symBinAddr: 0x1530B0, symSize: 0x10 } + - { offsetInCU: 0x1469, offset: 0x1DBCEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OwCP', symObjAddr: 0x2FB0, symBinAddr: 0x1530C0, symSize: 0x30 } + - { offsetInCU: 0x147D, offset: 0x1DBCFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owet', symObjAddr: 0x3210, symBinAddr: 0x153320, symSize: 0x50 } + - { offsetInCU: 0x1491, offset: 0x1DBD12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owst', symObjAddr: 0x3260, symBinAddr: 0x153370, symSize: 0x60 } + - { offsetInCU: 0x14A5, offset: 0x1DBD26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owug', symObjAddr: 0x32C0, symBinAddr: 0x1533D0, symSize: 0x10 } + - { offsetInCU: 0x14B9, offset: 0x1DBD3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owup', symObjAddr: 0x32D0, symBinAddr: 0x1533E0, symSize: 0x10 } + - { offsetInCU: 0x14CD, offset: 0x1DBD4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owui', symObjAddr: 0x32E0, symBinAddr: 0x1533F0, symSize: 0x20 } + - { offsetInCU: 0x14E1, offset: 0x1DBD62, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OMa', symObjAddr: 0x3300, symBinAddr: 0x153410, symSize: 0x10 } + - { offsetInCU: 0x14F5, offset: 0x1DBD76, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwet', symObjAddr: 0x3330, symBinAddr: 0x153420, symSize: 0x80 } + - { offsetInCU: 0x1509, offset: 0x1DBD8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwst', symObjAddr: 0x33B0, symBinAddr: 0x1534A0, symSize: 0xD0 } + - { offsetInCU: 0x151D, offset: 0x1DBD9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwug', symObjAddr: 0x3480, symBinAddr: 0x153570, symSize: 0x10 } + - { offsetInCU: 0x1531, offset: 0x1DBDB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwup', symObjAddr: 0x3490, symBinAddr: 0x153580, symSize: 0x10 } + - { offsetInCU: 0x1545, offset: 0x1DBDC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwui', symObjAddr: 0x34A0, symBinAddr: 0x153590, symSize: 0x10 } + - { offsetInCU: 0x1559, offset: 0x1DBDDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOMa', symObjAddr: 0x34B0, symBinAddr: 0x1535A0, symSize: 0x10 } + - { offsetInCU: 0x166C, offset: 0x1DBEED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x180, symBinAddr: 0x1504D0, symSize: 0x50 } + - { offsetInCU: 0x1704, offset: 0x1DBF85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE70, symBinAddr: 0x1511C0, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1DC249, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1535C0, symSize: 0x5B0 } + - { offsetInCU: 0x4F, offset: 0x1DC26D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1535C0, symSize: 0x5B0 } + - { offsetInCU: 0x1A0, offset: 0x1DC3BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCfD', symObjAddr: 0x5B0, symBinAddr: 0x153B70, symSize: 0x40 } + - { offsetInCU: 0x1EB, offset: 0x1DC409, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x610, symBinAddr: 0x153BD0, symSize: 0x20 } + - { offsetInCU: 0x216, offset: 0x1DC434, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x630, symBinAddr: 0x153BF0, symSize: 0x30 } + - { offsetInCU: 0x248, offset: 0x1DC466, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x660, symBinAddr: 0x153C20, symSize: 0x10 } + - { offsetInCU: 0x265, offset: 0x1DC483, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCMa', symObjAddr: 0x5F0, symBinAddr: 0x153BB0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1DC650, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x153C30, symSize: 0x120 } + - { offsetInCU: 0x4B, offset: 0x1DC674, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x153C30, symSize: 0x120 } + - { offsetInCU: 0xAD, offset: 0x1DC6D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfcTo', symObjAddr: 0x120, symBinAddr: 0x153D50, symSize: 0x50 } + - { offsetInCU: 0xF3, offset: 0x1DC71C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x170, symBinAddr: 0x153DA0, symSize: 0x50 } + - { offsetInCU: 0x13A, offset: 0x1DC763, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x1C0, symBinAddr: 0x153DF0, symSize: 0x160 } + - { offsetInCU: 0x27A, offset: 0x1DC8A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x320, symBinAddr: 0x153F50, symSize: 0x50 } + - { offsetInCU: 0x2B4, offset: 0x1DC8DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCACycfcTo', symObjAddr: 0x370, symBinAddr: 0x153FA0, symSize: 0x30 } + - { offsetInCU: 0x31B, offset: 0x1DC944, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfD', symObjAddr: 0x3A0, symBinAddr: 0x153FD0, symSize: 0x30 } + - { offsetInCU: 0x414, offset: 0x1DCA3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfETo', symObjAddr: 0x3D0, symBinAddr: 0x154000, symSize: 0x20 } + - { offsetInCU: 0x443, offset: 0x1DCA6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCMa', symObjAddr: 0x3F0, symBinAddr: 0x154020, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1DCC79, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x154040, symSize: 0x250 } + - { offsetInCU: 0x3F, offset: 0x1DCC91, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x154040, symSize: 0x250 } + - { offsetInCU: 0xD0, offset: 0x1DCD22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B0, symBinAddr: 0x154290, symSize: 0x150 } + - { offsetInCU: 0x11C, offset: 0x1DCD6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x400, symBinAddr: 0x1543E0, symSize: 0x10 } + - { offsetInCU: 0x13F, offset: 0x1DCD91, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x410, symBinAddr: 0x1543F0, symSize: 0x10 } + - { offsetInCU: 0x1C5, offset: 0x1DCE17, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV5valueACyp_tKcfC', symObjAddr: 0x420, symBinAddr: 0x154400, symSize: 0x1F0 } + - { offsetInCU: 0x4C, offset: 0x1DD372, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ', symObjAddr: 0x49B0, symBinAddr: 0x207CC8, symSize: 0x0 } + - { offsetInCU: 0x5A, offset: 0x1DD380, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x0, symBinAddr: 0x154620, symSize: 0x10 } + - { offsetInCU: 0x6E, offset: 0x1DD394, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x7E0, symBinAddr: 0x154E00, symSize: 0x240 } + - { offsetInCU: 0x130, offset: 0x1DD456, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x10, symBinAddr: 0x154630, symSize: 0x10 } + - { offsetInCU: 0x144, offset: 0x1DD46A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0xCE0, symBinAddr: 0x155300, symSize: 0x230 } + - { offsetInCU: 0x1E6, offset: 0x1DD50C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ', symObjAddr: 0x20, symBinAddr: 0x154640, symSize: 0x2A0 } + - { offsetInCU: 0x259, offset: 0x1DD57F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_', symObjAddr: 0x1EC0, symBinAddr: 0x1564E0, symSize: 0x540 } + - { offsetInCU: 0x3AF, offset: 0x1DD6D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_', symObjAddr: 0x2400, symBinAddr: 0x156A20, symSize: 0xA0 } + - { offsetInCU: 0x410, offset: 0x1DD736, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x2C0, symBinAddr: 0x1548E0, symSize: 0x10 } + - { offsetInCU: 0x424, offset: 0x1DD74A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x11A0, symBinAddr: 0x1557C0, symSize: 0x790 } + - { offsetInCU: 0x5B9, offset: 0x1DD8DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ', symObjAddr: 0x2D0, symBinAddr: 0x1548F0, symSize: 0x10 } + - { offsetInCU: 0x5CD, offset: 0x1DD8F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ', symObjAddr: 0x2E0, symBinAddr: 0x154900, symSize: 0x10 } + - { offsetInCU: 0x5E1, offset: 0x1DD907, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_', symObjAddr: 0x2F0, symBinAddr: 0x154910, symSize: 0xE0 } + - { offsetInCU: 0x6F7, offset: 0x1DDA1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ', symObjAddr: 0x3D0, symBinAddr: 0x1549F0, symSize: 0x100 } + - { offsetInCU: 0x7BD, offset: 0x1DDAE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x34F0, symBinAddr: 0x157A10, symSize: 0x350 } + - { offsetInCU: 0x8CF, offset: 0x1DDBF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x3840, symBinAddr: 0x157D60, symSize: 0x430 } + - { offsetInCU: 0xB45, offset: 0x1DDE6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0x4D0, symBinAddr: 0x154AF0, symSize: 0x50 } + - { offsetInCU: 0xC95, offset: 0x1DDFBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0x520, symBinAddr: 0x154B40, symSize: 0x210 } + - { offsetInCU: 0xDEA, offset: 0x1DE110, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x730, symBinAddr: 0x154D50, symSize: 0x70 } + - { offsetInCU: 0xEBF, offset: 0x1DE1E5, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ', symObjAddr: 0x7A0, symBinAddr: 0x154DC0, symSize: 0x40 } + - { offsetInCU: 0xEE6, offset: 0x1DE20C, size: 0x8, addend: 0x0, symName: '_$sIegh_IeyBh_TR', symObjAddr: 0xA20, symBinAddr: 0x155040, symSize: 0x30 } + - { offsetInCU: 0xF05, offset: 0x1DE22B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xA50, symBinAddr: 0x155070, symSize: 0x40 } + - { offsetInCU: 0xFBC, offset: 0x1DE2E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xA90, symBinAddr: 0x1550B0, symSize: 0x1E0 } + - { offsetInCU: 0x10D2, offset: 0x1DE3F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0xC70, symBinAddr: 0x155290, symSize: 0x70 } + - { offsetInCU: 0x1189, offset: 0x1DE4AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xF10, symBinAddr: 0x155530, symSize: 0x40 } + - { offsetInCU: 0x125C, offset: 0x1DE582, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xF50, symBinAddr: 0x155570, symSize: 0x1E0 } + - { offsetInCU: 0x1390, offset: 0x1DE6B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1130, symBinAddr: 0x155750, symSize: 0x70 } + - { offsetInCU: 0x1509, offset: 0x1DE82F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ', symObjAddr: 0x1930, symBinAddr: 0x155F50, symSize: 0x90 } + - { offsetInCU: 0x167C, offset: 0x1DE9A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTY0_', symObjAddr: 0x19C0, symBinAddr: 0x155FE0, symSize: 0x470 } + - { offsetInCU: 0x1836, offset: 0x1DEB5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1E30, symBinAddr: 0x156450, symSize: 0x90 } + - { offsetInCU: 0x190C, offset: 0x1DEC32, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ', symObjAddr: 0x24A0, symBinAddr: 0x156AC0, symSize: 0x10 } + - { offsetInCU: 0x1920, offset: 0x1DEC46, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x24B0, symBinAddr: 0x156AD0, symSize: 0x3E0 } + - { offsetInCU: 0x1A0D, offset: 0x1DED33, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ', symObjAddr: 0x2890, symBinAddr: 0x156EB0, symSize: 0x50 } + - { offsetInCU: 0x1AEA, offset: 0x1DEE10, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTY0_', symObjAddr: 0x28E0, symBinAddr: 0x156F00, symSize: 0x1B0 } + - { offsetInCU: 0x1BE1, offset: 0x1DEF07, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTQ1_', symObjAddr: 0x2A90, symBinAddr: 0x1570B0, symSize: 0x70 } + - { offsetInCU: 0x1CA7, offset: 0x1DEFCD, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0_WZ', symObjAddr: 0x2B60, symBinAddr: 0x157180, symSize: 0x170 } + - { offsetInCU: 0x1CEF, offset: 0x1DF015, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnnd_n', symObjAddr: 0x2CD0, symBinAddr: 0x1572F0, symSize: 0x230 } + - { offsetInCU: 0x1D97, offset: 0x1DF0BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x2F00, symBinAddr: 0x157520, symSize: 0x210 } + - { offsetInCU: 0x1E20, offset: 0x1DF146, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOc', symObjAddr: 0x3110, symBinAddr: 0x157730, symSize: 0x40 } + - { offsetInCU: 0x1E34, offset: 0x1DF15A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOh', symObjAddr: 0x3190, symBinAddr: 0x157770, symSize: 0x30 } + - { offsetInCU: 0x1E48, offset: 0x1DF16E, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x3250, symBinAddr: 0x1577C0, symSize: 0x20 } + - { offsetInCU: 0x1E5C, offset: 0x1DF182, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x3270, symBinAddr: 0x1577E0, symSize: 0x10 } + - { offsetInCU: 0x1E70, offset: 0x1DF196, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnd_n', symObjAddr: 0x32D0, symBinAddr: 0x1577F0, symSize: 0x220 } + - { offsetInCU: 0x1F09, offset: 0x1DF22F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x3EB0, symBinAddr: 0x158370, symSize: 0x1F0 } + - { offsetInCU: 0x1F99, offset: 0x1DF2BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadOMa', symObjAddr: 0x4110, symBinAddr: 0x1585D0, symSize: 0x10 } + - { offsetInCU: 0x1FAD, offset: 0x1DF2D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x41A0, symBinAddr: 0x158620, symSize: 0x30 } + - { offsetInCU: 0x1FC1, offset: 0x1DF2E7, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueCMa', symObjAddr: 0x4210, symBinAddr: 0x158690, symSize: 0x30 } + - { offsetInCU: 0x1FD5, offset: 0x1DF2FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_TA', symObjAddr: 0x4280, symBinAddr: 0x158700, symSize: 0x20 } + - { offsetInCU: 0x1FE9, offset: 0x1DF30F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x42A0, symBinAddr: 0x158720, symSize: 0x20 } + - { offsetInCU: 0x1FFD, offset: 0x1DF323, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4310, symBinAddr: 0x158790, symSize: 0x30 } + - { offsetInCU: 0x2011, offset: 0x1DF337, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOACs0C0AAWl', symObjAddr: 0x43D0, symBinAddr: 0x158850, symSize: 0x30 } + - { offsetInCU: 0x2025, offset: 0x1DF34B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_TA', symObjAddr: 0x4510, symBinAddr: 0x158990, symSize: 0x50 } + - { offsetInCU: 0x2039, offset: 0x1DF35F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x45A0, symBinAddr: 0x158A20, symSize: 0x20 } + - { offsetInCU: 0x204D, offset: 0x1DF373, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOe', symObjAddr: 0x45D0, symBinAddr: 0x158A50, symSize: 0x20 } + - { offsetInCU: 0x2061, offset: 0x1DF387, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOy', symObjAddr: 0x4600, symBinAddr: 0x158A80, symSize: 0x20 } + - { offsetInCU: 0x2075, offset: 0x1DF39B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4670, symBinAddr: 0x158AF0, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x1DF7AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x158DE0, symSize: 0x2C0 } + - { offsetInCU: 0xC3, offset: 0x1DF84A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x158DE0, symSize: 0x2C0 } + - { offsetInCU: 0x1CF, offset: 0x1DF956, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO8rawValueSSvg', symObjAddr: 0x2C0, symBinAddr: 0x1590A0, symSize: 0x20 } + - { offsetInCU: 0x206, offset: 0x1DF98D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2E0, symBinAddr: 0x1590C0, symSize: 0x20 } + - { offsetInCU: 0x284, offset: 0x1DFA0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x340, symBinAddr: 0x159120, symSize: 0x70 } + - { offsetInCU: 0x2EA, offset: 0x1DFA71, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x3B0, symBinAddr: 0x159190, symSize: 0x30 } + - { offsetInCU: 0x306, offset: 0x1DFA8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x3E0, symBinAddr: 0x1591C0, symSize: 0x10 } + - { offsetInCU: 0x33C, offset: 0x1DFAC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3F0, symBinAddr: 0x1591D0, symSize: 0x60 } + - { offsetInCU: 0x3C1, offset: 0x1DFB48, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x450, symBinAddr: 0x159230, symSize: 0x10 } + - { offsetInCU: 0x3DD, offset: 0x1DFB64, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x460, symBinAddr: 0x159240, symSize: 0x10 } + - { offsetInCU: 0x418, offset: 0x1DFB9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCfD', symObjAddr: 0x4B0, symBinAddr: 0x159290, symSize: 0x20 } + - { offsetInCU: 0x463, offset: 0x1DFBEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC6encode2toys7Encoder_p_tKF', symObjAddr: 0x4F0, symBinAddr: 0x1592D0, symSize: 0x180 } + - { offsetInCU: 0x4A2, offset: 0x1DFC29, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x670, symBinAddr: 0x159450, symSize: 0x1C0 } + - { offsetInCU: 0x4F7, offset: 0x1DFC7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x830, symBinAddr: 0x159610, symSize: 0x50 } + - { offsetInCU: 0x52E, offset: 0x1DFCB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x880, symBinAddr: 0x159660, symSize: 0x20 } + - { offsetInCU: 0x552, offset: 0x1DFCD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCMa', symObjAddr: 0x4D0, symBinAddr: 0x1592B0, symSize: 0x20 } + - { offsetInCU: 0x566, offset: 0x1DFCED, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x910, symBinAddr: 0x159680, symSize: 0x30 } + - { offsetInCU: 0x57A, offset: 0x1DFD01, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwet', symObjAddr: 0xA50, symBinAddr: 0x1596B0, symSize: 0x80 } + - { offsetInCU: 0x58E, offset: 0x1DFD15, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwst', symObjAddr: 0xAD0, symBinAddr: 0x159730, symSize: 0xD0 } + - { offsetInCU: 0x5A2, offset: 0x1DFD29, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwug', symObjAddr: 0xBA0, symBinAddr: 0x159800, symSize: 0x10 } + - { offsetInCU: 0x5B6, offset: 0x1DFD3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwup', symObjAddr: 0xBB0, symBinAddr: 0x159810, symSize: 0x10 } + - { offsetInCU: 0x5CA, offset: 0x1DFD51, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwui', symObjAddr: 0xBC0, symBinAddr: 0x159820, symSize: 0x10 } + - { offsetInCU: 0x5DE, offset: 0x1DFD65, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOMa', symObjAddr: 0xBD0, symBinAddr: 0x159830, symSize: 0x10 } + - { offsetInCU: 0x5F2, offset: 0x1DFD79, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASQWb', symObjAddr: 0xBE0, symBinAddr: 0x159840, symSize: 0x10 } + - { offsetInCU: 0x606, offset: 0x1DFD8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAESQAAWl', symObjAddr: 0xBF0, symBinAddr: 0x159850, symSize: 0x30 } + - { offsetInCU: 0x61A, offset: 0x1DFDA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC20, symBinAddr: 0x159880, symSize: 0x10 } + - { offsetInCU: 0x62E, offset: 0x1DFDB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC30, symBinAddr: 0x159890, symSize: 0x30 } + - { offsetInCU: 0x642, offset: 0x1DFDC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC60, symBinAddr: 0x1598C0, symSize: 0x10 } + - { offsetInCU: 0x656, offset: 0x1DFDDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xC70, symBinAddr: 0x1598D0, symSize: 0x30 } + - { offsetInCU: 0x6B1, offset: 0x1DFE38, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x300, symBinAddr: 0x1590E0, symSize: 0x10 } + - { offsetInCU: 0x6CD, offset: 0x1DFE54, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x310, symBinAddr: 0x1590F0, symSize: 0x10 } + - { offsetInCU: 0x6E9, offset: 0x1DFE70, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x320, symBinAddr: 0x159100, symSize: 0x10 } + - { offsetInCU: 0x705, offset: 0x1DFE8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x330, symBinAddr: 0x159110, symSize: 0x10 } + - { offsetInCU: 0x728, offset: 0x1DFEAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x470, symBinAddr: 0x159250, symSize: 0x20 } + - { offsetInCU: 0x744, offset: 0x1DFECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x490, symBinAddr: 0x159270, symSize: 0x20 } + - { offsetInCU: 0x6C, offset: 0x1E00AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKF', symObjAddr: 0x0, symBinAddr: 0x159900, symSize: 0x710 } + - { offsetInCU: 0x2E2, offset: 0x1E0320, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU0_', symObjAddr: 0x12A0, symBinAddr: 0x15AB70, symSize: 0xD0 } + - { offsetInCU: 0x333, offset: 0x1E0371, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU1_', symObjAddr: 0x1370, symBinAddr: 0x15AC40, symSize: 0x190 } + - { offsetInCU: 0x5C4, offset: 0x1E0602, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF010$s6Lottie7b46C7extract_2to10bufferSize9skipCRC328progresss6j4VAA5k27V_10Foundation3URLVSiSbSo10l10CSgtKFyAM4N6VKcfU_SpySo7__sFILEVGTf1nnnncn_n', symObjAddr: 0x740, symBinAddr: 0x15A010, symSize: 0x5F0 } + - { offsetInCU: 0xA0B, offset: 0x1E0A49, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0xD30, symBinAddr: 0x15A600, symSize: 0x570 } + - { offsetInCU: 0xDC3, offset: 0x1E0E01, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tgq5', symObjAddr: 0x1530, symBinAddr: 0x15AE00, symSize: 0x60 } + - { offsetInCU: 0xDE6, offset: 0x1E0E24, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tgq5', symObjAddr: 0x1590, symBinAddr: 0x15AE60, symSize: 0x140 } + - { offsetInCU: 0xE4E, offset: 0x1E0E8C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0V15withUnsafeBytesyxxSWKXEKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6G15VAH_tFAHSWXEfU_AcHTf1cn_nTf4ngn_n', symObjAddr: 0x16D0, symBinAddr: 0x15AFA0, symSize: 0xE0 } + - { offsetInCU: 0xEA3, offset: 0x1E0EE1, size: 0x8, addend: 0x0, symName: '_$s10Foundation13__DataStorageC15withUnsafeBytes2in5applyxSnySiG_xSWKXEtKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6I15VAH_tFAHSWXEfU_AA0B0VAITf1ncn_nTf4nngn_n', symObjAddr: 0x17B0, symBinAddr: 0x15B080, symSize: 0xB0 } + - { offsetInCU: 0xEE4, offset: 0x1E0F22, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTgq5Tf4gd_n', symObjAddr: 0x1860, symBinAddr: 0x15B130, symSize: 0xE0 } + - { offsetInCU: 0xF4D, offset: 0x1E0F8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU_TA', symObjAddr: 0x1AC0, symBinAddr: 0x15B350, symSize: 0x10 } + - { offsetInCU: 0xF9E, offset: 0x1E0FDC, size: 0x8, addend: 0x0, symName: '_$sSS_yptWOc', symObjAddr: 0x1BE0, symBinAddr: 0x15B360, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1E1315, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x15B3D0, symSize: 0x5D0 } + - { offsetInCU: 0x1DA, offset: 0x1E14C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x15B3D0, symSize: 0x5D0 } + - { offsetInCU: 0x536, offset: 0x1E1820, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03setB0_11updateFrameyAA06BezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x5D0, symBinAddr: 0x15B9A0, symSize: 0xE0 } + - { offsetInCU: 0x655, offset: 0x1E193F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC06appendB0_11updateFrameyAA014CompoundBezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x6B0, symBinAddr: 0x15BA80, symSize: 0xF0 } + - { offsetInCU: 0x797, offset: 0x1E1A81, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCfD', symObjAddr: 0x7A0, symBinAddr: 0x15BB70, symSize: 0x40 } + - { offsetInCU: 0x7DA, offset: 0x1E1AC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x800, symBinAddr: 0x15BBD0, symSize: 0x20 } + - { offsetInCU: 0x805, offset: 0x1E1AEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP06outputB0So9CGPathRefaSgvgTW', symObjAddr: 0x820, symBinAddr: 0x15BBF0, symSize: 0x30 } + - { offsetInCU: 0x837, offset: 0x1E1B21, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x850, symBinAddr: 0x15BC20, symSize: 0x10 } + - { offsetInCU: 0x8E3, offset: 0x1E1BCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCMa', symObjAddr: 0x7E0, symBinAddr: 0x15BBB0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1E1EB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x20, symBinAddr: 0x15BC40, symSize: 0x40 } + - { offsetInCU: 0x5D, offset: 0x1E1EEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x20, symBinAddr: 0x15BC40, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1E2096, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x15BCF0, symSize: 0xC0 } + - { offsetInCU: 0x8B, offset: 0x1E20F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x15BCF0, symSize: 0xC0 } + - { offsetInCU: 0x132, offset: 0x1E219D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xC0, symBinAddr: 0x15BDB0, symSize: 0xB0 } + - { offsetInCU: 0x19B, offset: 0x1E2206, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x170, symBinAddr: 0x15BE60, symSize: 0x220 } + - { offsetInCU: 0x3DC, offset: 0x1E2447, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x390, symBinAddr: 0x15C080, symSize: 0x50 } + - { offsetInCU: 0x45B, offset: 0x1E24C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfD', symObjAddr: 0x400, symBinAddr: 0x15C0F0, symSize: 0x40 } + - { offsetInCU: 0x4BC, offset: 0x1E2527, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x460, symBinAddr: 0x15C150, symSize: 0x10 } + - { offsetInCU: 0x4D8, offset: 0x1E2543, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0x470, symBinAddr: 0x15C160, symSize: 0x20 } + - { offsetInCU: 0x51E, offset: 0x1E2589, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x490, symBinAddr: 0x15C180, symSize: 0x70 } + - { offsetInCU: 0x57A, offset: 0x1E25E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x500, symBinAddr: 0x15C1F0, symSize: 0x10 } + - { offsetInCU: 0x596, offset: 0x1E2601, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x510, symBinAddr: 0x15C200, symSize: 0x20 } + - { offsetInCU: 0x6E9, offset: 0x1E2754, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfE', symObjAddr: 0x3E0, symBinAddr: 0x15C0D0, symSize: 0x20 } + - { offsetInCU: 0x716, offset: 0x1E2781, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCMa', symObjAddr: 0x440, symBinAddr: 0x15C130, symSize: 0x20 } + - { offsetInCU: 0x1AC, offset: 0x1E2BB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtFAA10BezierPathV_Tg5', symObjAddr: 0x270, symBinAddr: 0x15C490, symSize: 0xC0 } + - { offsetInCU: 0x291, offset: 0x1E2C99, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0x0, symBinAddr: 0x15C220, symSize: 0x140 } + - { offsetInCU: 0x338, offset: 0x1E2D40, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A8Vector1DV_Tg5', symObjAddr: 0x140, symBinAddr: 0x15C360, symSize: 0x130 } + - { offsetInCU: 0x60D, offset: 0x1E3015, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfc', symObjAddr: 0xA70, symBinAddr: 0x15CC90, symSize: 0x480 } + - { offsetInCU: 0x9C1, offset: 0x1E33C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5layerADyp_tcfcTo', symObjAddr: 0xEF0, symBinAddr: 0x15D110, symSize: 0xF0 } + - { offsetInCU: 0xA45, offset: 0x1E344D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xFE0, symBinAddr: 0x15D200, symSize: 0xA0 } + - { offsetInCU: 0xA9E, offset: 0x1E34A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC15updateWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1080, symBinAddr: 0x15D2A0, symSize: 0x440 } + - { offsetInCU: 0xD6A, offset: 0x1E3772, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCADycfcTo', symObjAddr: 0x14C0, symBinAddr: 0x15D6E0, symSize: 0x30 } + - { offsetInCU: 0xDD1, offset: 0x1E37D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x14F0, symBinAddr: 0x15D710, symSize: 0x30 } + - { offsetInCU: 0xE49, offset: 0x1E3851, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1570, symBinAddr: 0x15D790, symSize: 0x50 } + - { offsetInCU: 0xE9B, offset: 0x1E38A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCAA0C11PropertyMapA2aEP10propertiesSayAA03AnycJ0_pGvgTW', symObjAddr: 0x15E0, symBinAddr: 0x15D800, symSize: 0x20 } + - { offsetInCU: 0xECD, offset: 0x1E38D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfcTf4gn_n', symObjAddr: 0x16C0, symBinAddr: 0x15D880, symSize: 0x390 } + - { offsetInCU: 0x1224, offset: 0x1E3C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x330, symBinAddr: 0x15C550, symSize: 0x4F0 } + - { offsetInCU: 0x15C9, offset: 0x1E3FD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfc', symObjAddr: 0x820, symBinAddr: 0x15CA40, symSize: 0x100 } + - { offsetInCU: 0x162B, offset: 0x1E4033, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x920, symBinAddr: 0x15CB40, symSize: 0x50 } + - { offsetInCU: 0x1671, offset: 0x1E4079, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x970, symBinAddr: 0x15CB90, symSize: 0x60 } + - { offsetInCU: 0x16D6, offset: 0x1E40DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCACycfcTo', symObjAddr: 0x9D0, symBinAddr: 0x15CBF0, symSize: 0x30 } + - { offsetInCU: 0x173D, offset: 0x1E4145, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfD', symObjAddr: 0xA00, symBinAddr: 0x15CC20, symSize: 0x30 } + - { offsetInCU: 0x1781, offset: 0x1E4189, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfETo', symObjAddr: 0xA30, symBinAddr: 0x15CC50, symSize: 0x20 } + - { offsetInCU: 0x17B0, offset: 0x1E41B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCMa', symObjAddr: 0xA50, symBinAddr: 0x15CC70, symSize: 0x20 } + - { offsetInCU: 0x18D8, offset: 0x1E42E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfETo', symObjAddr: 0x1520, symBinAddr: 0x15D740, symSize: 0x30 } + - { offsetInCU: 0x1907, offset: 0x1E430F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x1550, symBinAddr: 0x15D770, symSize: 0x20 } + - { offsetInCU: 0x191B, offset: 0x1E4323, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x15C0, symBinAddr: 0x15D7E0, symSize: 0x20 } + - { offsetInCU: 0x95, offset: 0x1E4979, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufC', symObjAddr: 0x20, symBinAddr: 0x15DC30, symSize: 0x240 } + - { offsetInCU: 0x150, offset: 0x1E4A34, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufC', symObjAddr: 0x310, symBinAddr: 0x15DE70, symSize: 0x240 } + - { offsetInCU: 0x20B, offset: 0x1E4AEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_', symObjAddr: 0x5B0, symBinAddr: 0x15E110, symSize: 0x60 } + - { offsetInCU: 0x23F, offset: 0x1E4B23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TQ0_', symObjAddr: 0x610, symBinAddr: 0x15E170, symSize: 0x80 } + - { offsetInCU: 0x2B8, offset: 0x1E4B9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x690, symBinAddr: 0x15E1F0, symSize: 0x40 } + - { offsetInCU: 0x30F, offset: 0x1E4BF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC7SwiftUI05EmptyB0V_Tg5', symObjAddr: 0x6D0, symBinAddr: 0x15E230, symSize: 0x260 } + - { offsetInCU: 0x3B5, offset: 0x1E4C99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC', symObjAddr: 0x930, symBinAddr: 0x15E490, symSize: 0x260 } + - { offsetInCU: 0x463, offset: 0x1E4D47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_', symObjAddr: 0xD00, symBinAddr: 0x15E860, symSize: 0x60 } + - { offsetInCU: 0x497, offset: 0x1E4D7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TQ0_', symObjAddr: 0xD60, symBinAddr: 0x15E8C0, symSize: 0x80 } + - { offsetInCU: 0x510, offset: 0x1E4DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xDE0, symBinAddr: 0x15E940, symSize: 0x50 } + - { offsetInCU: 0x567, offset: 0x1E4E4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufC', symObjAddr: 0xED0, symBinAddr: 0x15EA30, symSize: 0x20 } + - { offsetInCU: 0x596, offset: 0x1E4E7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufcAFycfu_', symObjAddr: 0xEF0, symBinAddr: 0x15EA50, symSize: 0x10 } + - { offsetInCU: 0x5B0, offset: 0x1E4E94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg', symObjAddr: 0xF00, symBinAddr: 0x15EA60, symSize: 0x760 } + - { offsetInCU: 0x70D, offset: 0x1E4FF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_', symObjAddr: 0x1660, symBinAddr: 0x15F1C0, symSize: 0x130 } + - { offsetInCU: 0x746, offset: 0x1E502A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_', symObjAddr: 0x1830, symBinAddr: 0x15F390, symSize: 0x80 } + - { offsetInCU: 0x7AF, offset: 0x1E5093, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_', symObjAddr: 0x2270, symBinAddr: 0x15FDD0, symSize: 0x200 } + - { offsetInCU: 0x899, offset: 0x1E517D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15animationSource33_787591BEA89A564C71734146BCF90079LLAA0a9AnimationD0OSgvg', symObjAddr: 0x1790, symBinAddr: 0x15F2F0, symSize: 0xA0 } + - { offsetInCU: 0x8EB, offset: 0x1E51CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtF', symObjAddr: 0x18B0, symBinAddr: 0x15F410, symSize: 0x9C0 } + - { offsetInCU: 0xF71, offset: 0x1E5855, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtFSbAA0E13ImageProvider_p_AaM_ptcfU_', symObjAddr: 0x50A0, symBinAddr: 0x162C00, symSize: 0xD0 } + - { offsetInCU: 0x1007, offset: 0x1E58EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x2500, symBinAddr: 0x160060, symSize: 0x1F0 } + - { offsetInCU: 0x1067, offset: 0x1E594B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_', symObjAddr: 0x4CF0, symBinAddr: 0x162850, symSize: 0x50 } + - { offsetInCU: 0x10B0, offset: 0x1E5994, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY0_', symObjAddr: 0x4D40, symBinAddr: 0x1628A0, symSize: 0xC0 } + - { offsetInCU: 0x111D, offset: 0x1E5A01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TQ1_', symObjAddr: 0x4E00, symBinAddr: 0x162960, symSize: 0x90 } + - { offsetInCU: 0x11C6, offset: 0x1E5AAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY2_', symObjAddr: 0x4E90, symBinAddr: 0x1629F0, symSize: 0x90 } + - { offsetInCU: 0x1284, offset: 0x1E5B68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY3_', symObjAddr: 0x4F20, symBinAddr: 0x162A80, symSize: 0xD0 } + - { offsetInCU: 0x1354, offset: 0x1E5C38, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_', symObjAddr: 0x4FF0, symBinAddr: 0x162B50, symSize: 0xB0 } + - { offsetInCU: 0x1460, offset: 0x1E5D44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV31reloadAnimationTriggerDidChange33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x26F0, symBinAddr: 0x160250, symSize: 0x80 } + - { offsetInCU: 0x14C2, offset: 0x1E5DA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF', symObjAddr: 0x2770, symBinAddr: 0x1602D0, symSize: 0x100 } + - { offsetInCU: 0x152C, offset: 0x1E5E10, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_', symObjAddr: 0x2870, symBinAddr: 0x1603D0, symSize: 0x80 } + - { offsetInCU: 0x1594, offset: 0x1E5E78, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF', symObjAddr: 0x28F0, symBinAddr: 0x160450, symSize: 0xE0 } + - { offsetInCU: 0x16BD, offset: 0x1E5FA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_', symObjAddr: 0x2BC0, symBinAddr: 0x160720, symSize: 0x60 } + - { offsetInCU: 0x1719, offset: 0x1E5FFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF', symObjAddr: 0x29D0, symBinAddr: 0x160530, symSize: 0x100 } + - { offsetInCU: 0x1783, offset: 0x1E6067, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_', symObjAddr: 0x2AD0, symBinAddr: 0x160630, symSize: 0xF0 } + - { offsetInCU: 0x17EB, offset: 0x1E60CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF', symObjAddr: 0x2C80, symBinAddr: 0x1607E0, symSize: 0xE0 } + - { offsetInCU: 0x182A, offset: 0x1E610E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7loopingACyxGyF', symObjAddr: 0x2D60, symBinAddr: 0x1608C0, symSize: 0x50 } + - { offsetInCU: 0x1858, offset: 0x1E613C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF', symObjAddr: 0x2DC0, symBinAddr: 0x160920, symSize: 0x40 } + - { offsetInCU: 0x1896, offset: 0x1E617A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF', symObjAddr: 0x2E00, symBinAddr: 0x160960, symSize: 0x40 } + - { offsetInCU: 0x18D4, offset: 0x1E61B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x2F20, symBinAddr: 0x160A80, symSize: 0x40 } + - { offsetInCU: 0x190E, offset: 0x1E61F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV14animationSpeedyACyxGSdF', symObjAddr: 0x2F60, symBinAddr: 0x160AC0, symSize: 0x40 } + - { offsetInCU: 0x194C, offset: 0x1E6230, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF', symObjAddr: 0x2FA0, symBinAddr: 0x160B00, symSize: 0x70 } + - { offsetInCU: 0x198E, offset: 0x1E6272, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF', symObjAddr: 0x3010, symBinAddr: 0x160B70, symSize: 0xD0 } + - { offsetInCU: 0x1A06, offset: 0x1E62EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF', symObjAddr: 0x30E0, symBinAddr: 0x160C40, symSize: 0x60 } + - { offsetInCU: 0x1A70, offset: 0x1E6354, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF', symObjAddr: 0x3140, symBinAddr: 0x160CA0, symSize: 0x80 } + - { offsetInCU: 0x1AB1, offset: 0x1E6395, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_', symObjAddr: 0x31C0, symBinAddr: 0x160D20, symSize: 0x70 } + - { offsetInCU: 0x1AF0, offset: 0x1E63D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF', symObjAddr: 0x3230, symBinAddr: 0x160D90, symSize: 0x120 } + - { offsetInCU: 0x1B31, offset: 0x1E6415, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_', symObjAddr: 0x3350, symBinAddr: 0x160EB0, symSize: 0x130 } + - { offsetInCU: 0x1C11, offset: 0x1E64F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF', symObjAddr: 0x3480, symBinAddr: 0x160FE0, symSize: 0x50 } + - { offsetInCU: 0x1C52, offset: 0x1E6536, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF', symObjAddr: 0x34D0, symBinAddr: 0x161030, symSize: 0xC0 } + - { offsetInCU: 0x1CAF, offset: 0x1E6593, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_', symObjAddr: 0x3590, symBinAddr: 0x1610F0, symSize: 0x1F0 } + - { offsetInCU: 0x1D3A, offset: 0x1E661E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF', symObjAddr: 0x3780, symBinAddr: 0x1612E0, symSize: 0x120 } + - { offsetInCU: 0x1D97, offset: 0x1E667B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x38A0, symBinAddr: 0x161400, symSize: 0x1B0 } + - { offsetInCU: 0x1E7E, offset: 0x1E6762, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF', symObjAddr: 0x3A50, symBinAddr: 0x1615B0, symSize: 0x160 } + - { offsetInCU: 0x1EDB, offset: 0x1E67BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x3BB0, symBinAddr: 0x161710, symSize: 0x360 } + - { offsetInCU: 0x1F83, offset: 0x1E6867, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF', symObjAddr: 0x3F10, symBinAddr: 0x161A70, symSize: 0x100 } + - { offsetInCU: 0x1FF1, offset: 0x1E68D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_', symObjAddr: 0x4010, symBinAddr: 0x161B70, symSize: 0x410 } + - { offsetInCU: 0x20B8, offset: 0x1E699C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF', symObjAddr: 0x4420, symBinAddr: 0x161F80, symSize: 0x70 } + - { offsetInCU: 0x2111, offset: 0x1E69F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF', symObjAddr: 0x4520, symBinAddr: 0x162080, symSize: 0xA0 } + - { offsetInCU: 0x2174, offset: 0x1E6A58, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x45E0, symBinAddr: 0x162140, symSize: 0x120 } + - { offsetInCU: 0x2247, offset: 0x1E6B2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x4C40, symBinAddr: 0x1627A0, symSize: 0x80 } + - { offsetInCU: 0x2281, offset: 0x1E6B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF', symObjAddr: 0x4CC0, symBinAddr: 0x162820, symSize: 0x30 } + - { offsetInCU: 0x22C2, offset: 0x1E6BA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP4body4BodyQzvgTW', symObjAddr: 0x51A0, symBinAddr: 0x162D00, symSize: 0x10 } + - { offsetInCU: 0x2A5E, offset: 0x1E7342, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE7overlay33_787591BEA89A564C71734146BCF90079LL7contentQrqd__yXE_tAaBRd__lF', symObjAddr: 0x2470, symBinAddr: 0x15FFD0, symSize: 0x90 } + - { offsetInCU: 0x2C2F, offset: 0x1E7513, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA', symObjAddr: 0x51D0, symBinAddr: 0x162D30, symSize: 0x90 } + - { offsetInCU: 0x2C8A, offset: 0x1E756E, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5', symObjAddr: 0x5260, symBinAddr: 0x162DC0, symSize: 0x60 } + - { offsetInCU: 0x2CC4, offset: 0x1E75A8, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TQ0_', symObjAddr: 0x52C0, symBinAddr: 0x162E20, symSize: 0x50 } + - { offsetInCU: 0x2D17, offset: 0x1E75FB, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_', symObjAddr: 0x5310, symBinAddr: 0x162E70, symSize: 0x140 } + - { offsetInCU: 0x2D9C, offset: 0x1E7680, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7e4UI05g9B0VGAA0A9D26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x5450, symBinAddr: 0x162FB0, symSize: 0x10 } + - { offsetInCU: 0x2DBB, offset: 0x1E769F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA.5', symObjAddr: 0x5460, symBinAddr: 0x162FC0, symSize: 0x90 } + - { offsetInCU: 0x2E16, offset: 0x1E76FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA', symObjAddr: 0x5500, symBinAddr: 0x163060, symSize: 0x90 } + - { offsetInCU: 0x2E6A, offset: 0x1E774E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7f4UI05h8B0VGAA03dkE26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x5590, symBinAddr: 0x1630F0, symSize: 0x10 } + - { offsetInCU: 0x2E89, offset: 0x1E776D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17', symObjAddr: 0x55A0, symBinAddr: 0x163100, symSize: 0x90 } + - { offsetInCU: 0x2EE4, offset: 0x1E77C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17TQ0_', symObjAddr: 0x5630, symBinAddr: 0x163190, symSize: 0x50 } + - { offsetInCU: 0x2F2D, offset: 0x1E7811, size: 0x8, addend: 0x0, symName: '_$s7Combine4JustVy6Lottie12AnyEquatableVSgGMa', symObjAddr: 0x5740, symBinAddr: 0x163260, symSize: 0x60 } + - { offsetInCU: 0x2F41, offset: 0x1E7825, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy6Lottie0A6UIViewVyAD0E13AnimationViewCytGAA14_OpacityEffectVGACyxq_GAA0H0A2aNRzAA0H8ModifierR_rlWl', symObjAddr: 0x57A0, symBinAddr: 0x1632C0, symSize: 0x90 } + - { offsetInCU: 0x2F55, offset: 0x1E7839, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_TA', symObjAddr: 0x5990, symBinAddr: 0x163390, symSize: 0x20 } + - { offsetInCU: 0x2F69, offset: 0x1E784D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_TA', symObjAddr: 0x5B60, symBinAddr: 0x163560, symSize: 0x20 } + - { offsetInCU: 0x2F7D, offset: 0x1E7861, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5TA', symObjAddr: 0x5B80, symBinAddr: 0x163580, symSize: 0x20 } + - { offsetInCU: 0x2F91, offset: 0x1E7875, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_TA', symObjAddr: 0x5BA0, symBinAddr: 0x1635A0, symSize: 0x20 } + - { offsetInCU: 0x2FA5, offset: 0x1E7889, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyycfU2_TA', symObjAddr: 0x5BD0, symBinAddr: 0x1635D0, symSize: 0x30 } + - { offsetInCU: 0x2FE9, offset: 0x1E78CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA12AnyEquatableVSgcfU3_TA', symObjAddr: 0x5C10, symBinAddr: 0x163610, symSize: 0x30 } + - { offsetInCU: 0x3026, offset: 0x1E790A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSgxSgSQsSQRzlWl', symObjAddr: 0x5C40, symBinAddr: 0x163640, symSize: 0x60 } + - { offsetInCU: 0x303A, offset: 0x1E791E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVACSQAAWl', symObjAddr: 0x5CA0, symBinAddr: 0x1636A0, symSize: 0x30 } + - { offsetInCU: 0x304E, offset: 0x1E7932, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_TA', symObjAddr: 0x5DC0, symBinAddr: 0x163740, symSize: 0x30 } + - { offsetInCU: 0x3062, offset: 0x1E7946, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_TA', symObjAddr: 0x5DF0, symBinAddr: 0x163770, symSize: 0x20 } + - { offsetInCU: 0x3076, offset: 0x1E795A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_TA', symObjAddr: 0x5E80, symBinAddr: 0x163800, symSize: 0x40 } + - { offsetInCU: 0x308A, offset: 0x1E796E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOIegn_SgWOe', symObjAddr: 0x6010, symBinAddr: 0x163840, symSize: 0x20 } + - { offsetInCU: 0x309E, offset: 0x1E7982, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgFySbcfU_TA', symObjAddr: 0x6070, symBinAddr: 0x1638A0, symSize: 0x40 } + - { offsetInCU: 0x30D4, offset: 0x1E79B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x60F0, symBinAddr: 0x163900, symSize: 0x30 } + - { offsetInCU: 0x3173, offset: 0x1E7A57, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x6140, symBinAddr: 0x163950, symSize: 0x20 } + - { offsetInCU: 0x3187, offset: 0x1E7A6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x61E0, symBinAddr: 0x1639C0, symSize: 0x10 } + - { offsetInCU: 0x319B, offset: 0x1E7A7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_TA', symObjAddr: 0x6240, symBinAddr: 0x1639F0, symSize: 0x30 } + - { offsetInCU: 0x31AF, offset: 0x1E7A93, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOd', symObjAddr: 0x6270, symBinAddr: 0x163A20, symSize: 0x40 } + - { offsetInCU: 0x31C3, offset: 0x1E7AA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x62D0, symBinAddr: 0x163A80, symSize: 0x30 } + - { offsetInCU: 0x31D7, offset: 0x1E7ABB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x6340, symBinAddr: 0x163AF0, symSize: 0x50 } + - { offsetInCU: 0x31EB, offset: 0x1E7ACF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_TA', symObjAddr: 0x6400, symBinAddr: 0x163BB0, symSize: 0x40 } + - { offsetInCU: 0x31FF, offset: 0x1E7AE3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgWOy', symObjAddr: 0x6470, symBinAddr: 0x163C20, symSize: 0x30 } + - { offsetInCU: 0x3213, offset: 0x1E7AF7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI25AnimationTimelineScheduleVAcA0dE0AAWl', symObjAddr: 0x64A0, symBinAddr: 0x163C50, symSize: 0x40 } + - { offsetInCU: 0x3227, offset: 0x1E7B0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaEP_AA0B9ProvidingPWT', symObjAddr: 0x6710, symBinAddr: 0x163EC0, symSize: 0x20 } + - { offsetInCU: 0x323B, offset: 0x1E7B1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x67B0, symBinAddr: 0x163F60, symSize: 0x20 } + - { offsetInCU: 0x324F, offset: 0x1E7B33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AA4BodyAeFP_AHWT', symObjAddr: 0x67D0, symBinAddr: 0x163F80, symSize: 0x30 } + - { offsetInCU: 0x3263, offset: 0x1E7B47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMi', symObjAddr: 0x6800, symBinAddr: 0x163FB0, symSize: 0x10 } + - { offsetInCU: 0x3277, offset: 0x1E7B5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwCP', symObjAddr: 0x6810, symBinAddr: 0x163FC0, symSize: 0x30 } + - { offsetInCU: 0x328B, offset: 0x1E7B6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwxx', symObjAddr: 0x6840, symBinAddr: 0x163FF0, symSize: 0x1A0 } + - { offsetInCU: 0x329F, offset: 0x1E7B83, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwcp', symObjAddr: 0x69E0, symBinAddr: 0x164190, symSize: 0x470 } + - { offsetInCU: 0x32B3, offset: 0x1E7B97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwca', symObjAddr: 0x6E50, symBinAddr: 0x164600, symSize: 0x860 } + - { offsetInCU: 0x32C7, offset: 0x1E7BAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOWOh', symObjAddr: 0x76B0, symBinAddr: 0x164E60, symSize: 0x30 } + - { offsetInCU: 0x32DB, offset: 0x1E7BBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOh', symObjAddr: 0x76E0, symBinAddr: 0x164E90, symSize: 0x30 } + - { offsetInCU: 0x32EF, offset: 0x1E7BD3, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_0, symObjAddr: 0x7710, symBinAddr: 0x164EC0, symSize: 0x120 } + - { offsetInCU: 0x3303, offset: 0x1E7BE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVWOh', symObjAddr: 0x7830, symBinAddr: 0x164FE0, symSize: 0x30 } + - { offsetInCU: 0x3317, offset: 0x1E7BFB, size: 0x8, addend: 0x0, symName: ___swift_memcpy456_8, symObjAddr: 0x79C0, symBinAddr: 0x165010, symSize: 0x10 } + - { offsetInCU: 0x332B, offset: 0x1E7C0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwta', symObjAddr: 0x79D0, symBinAddr: 0x165020, symSize: 0x660 } + - { offsetInCU: 0x333F, offset: 0x1E7C23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwet', symObjAddr: 0x8030, symBinAddr: 0x165680, symSize: 0x50 } + - { offsetInCU: 0x3353, offset: 0x1E7C37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwst', symObjAddr: 0x8080, symBinAddr: 0x1656D0, symSize: 0x100 } + - { offsetInCU: 0x3367, offset: 0x1E7C4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMa', symObjAddr: 0x8180, symBinAddr: 0x1657D0, symSize: 0x10 } + - { offsetInCU: 0x337B, offset: 0x1E7C5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgyYaKcMa', symObjAddr: 0x8210, symBinAddr: 0x165860, symSize: 0x40 } + - { offsetInCU: 0x338F, offset: 0x1E7C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x8510, symBinAddr: 0x165B60, symSize: 0x40 } + - { offsetInCU: 0x33A3, offset: 0x1E7C87, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x85B0, symBinAddr: 0x165BD0, symSize: 0x20 } + - { offsetInCU: 0x33B7, offset: 0x1E7C9B, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x85D0, symBinAddr: 0x165BF0, symSize: 0x10 } + - { offsetInCU: 0x33CB, offset: 0x1E7CAF, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0x8610, symBinAddr: 0x165C30, symSize: 0x50 } + - { offsetInCU: 0x33DF, offset: 0x1E7CC3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_TA', symObjAddr: 0x8680, symBinAddr: 0x165CA0, symSize: 0x30 } + - { offsetInCU: 0x33F3, offset: 0x1E7CD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x86F0, symBinAddr: 0x165D10, symSize: 0x40 } + - { offsetInCU: 0x340E, offset: 0x1E7CF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TA', symObjAddr: 0x89D0, symBinAddr: 0x165FC0, symSize: 0x90 } + - { offsetInCU: 0x347E, offset: 0x1E7D62, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TATQ0_', symObjAddr: 0x8A60, symBinAddr: 0x166050, symSize: 0x50 } + - { offsetInCU: 0x34CE, offset: 0x1E7DB2, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TA', symObjAddr: 0x8AB0, symBinAddr: 0x1660A0, symSize: 0x80 } + - { offsetInCU: 0x34F7, offset: 0x1E7DDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_TA', symObjAddr: 0x8B30, symBinAddr: 0x166120, symSize: 0x10 } + - { offsetInCU: 0x350B, offset: 0x1E7DEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x8B40, symBinAddr: 0x166130, symSize: 0x20 } + - { offsetInCU: 0x351F, offset: 0x1E7E03, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOb', symObjAddr: 0x8C40, symBinAddr: 0x1661B0, symSize: 0x40 } + - { offsetInCU: 0x384D, offset: 0x1E8131, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV10buildBlockyxxAA0C0RzlFZ', symObjAddr: 0x0, symBinAddr: 0x15DC10, symSize: 0x20 } + - { offsetInCU: 0x38A8, offset: 0x1E818C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_GctcfC', symObjAddr: 0x4700, symBinAddr: 0x162260, symSize: 0xF0 } + - { offsetInCU: 0x38E1, offset: 0x1E81C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB04view6inputsAE01_B7OutputsVAE11_GraphValueVyxG_AE01_B6InputsVtFZTW', symObjAddr: 0x5170, symBinAddr: 0x162CD0, symSize: 0x10 } + - { offsetInCU: 0x38FD, offset: 0x1E81E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB4List4view6inputsAE01_bF7OutputsVAE11_GraphValueVyxG_AE01_bF6InputsVtFZTW', symObjAddr: 0x5180, symBinAddr: 0x162CE0, symSize: 0x10 } + - { offsetInCU: 0x3919, offset: 0x1E81FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP14_viewListCount6inputsSiSgAE01_bfG6InputsV_tFZTW', symObjAddr: 0x5190, symBinAddr: 0x162CF0, symSize: 0x10 } + - { offsetInCU: 0x17B, offset: 0x1E88C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x0, symBinAddr: 0x166310, symSize: 0x140 } + - { offsetInCU: 0x3E2, offset: 0x1E8B27, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA04TextbC0C_Tg5', symObjAddr: 0x140, symBinAddr: 0x166450, symSize: 0x180 } + - { offsetInCU: 0x563, offset: 0x1E8CA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x1665D0, symSize: 0x180 } + - { offsetInCU: 0x71E, offset: 0x1E8E63, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA012TextAnimatorB10PropertiesC_Tg5', symObjAddr: 0x440, symBinAddr: 0x166750, symSize: 0xD0 } + - { offsetInCU: 0x83D, offset: 0x1E8F82, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA24LayerTransformPropertiesC_Tg5', symObjAddr: 0x510, symBinAddr: 0x166820, symSize: 0xD0 } + - { offsetInCU: 0x97D, offset: 0x1E90C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA012TextAnimatorbF0C_Tg5', symObjAddr: 0x5E0, symBinAddr: 0x1668F0, symSize: 0xA0 } + - { offsetInCU: 0xAAF, offset: 0x1E91F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA014LayerTransformF0C_Tg5', symObjAddr: 0x680, symBinAddr: 0x166990, symSize: 0xA0 } + - { offsetInCU: 0xCE7, offset: 0x1E942C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layer4sizeAcA0C5ModelC_So6CGSizeVtcfc', symObjAddr: 0x720, symBinAddr: 0x166A30, symSize: 0x12C0 } + - { offsetInCU: 0x1889, offset: 0x1E9FCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x19E0, symBinAddr: 0x167CF0, symSize: 0x30 } + - { offsetInCU: 0x18D4, offset: 0x1EA019, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x1A10, symBinAddr: 0x167D20, symSize: 0x20 } + - { offsetInCU: 0x1950, offset: 0x1EA095, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC16displayWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1A30, symBinAddr: 0x167D40, symSize: 0x480 } + - { offsetInCU: 0x1E3C, offset: 0x1EA581, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfc', symObjAddr: 0x1EB0, symBinAddr: 0x1681C0, symSize: 0x350 } + - { offsetInCU: 0x1F21, offset: 0x1EA666, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x2200, symBinAddr: 0x168510, symSize: 0x50 } + - { offsetInCU: 0x1F3D, offset: 0x1EA682, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x2250, symBinAddr: 0x168560, symSize: 0xF0 } + - { offsetInCU: 0x1F94, offset: 0x1EA6D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x2340, symBinAddr: 0x168650, symSize: 0x20 } + - { offsetInCU: 0x1FB0, offset: 0x1EA6F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x2360, symBinAddr: 0x168670, symSize: 0x10 } + - { offsetInCU: 0x2011, offset: 0x1EA756, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCACycfcTo', symObjAddr: 0x2370, symBinAddr: 0x168680, symSize: 0x30 } + - { offsetInCU: 0x2078, offset: 0x1EA7BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfD', symObjAddr: 0x23A0, symBinAddr: 0x1686B0, symSize: 0x30 } + - { offsetInCU: 0x20C3, offset: 0x1EA808, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x24F0, symBinAddr: 0x1687F0, symSize: 0x30 } + - { offsetInCU: 0x20F5, offset: 0x1EA83A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x2520, symBinAddr: 0x168820, symSize: 0x30 } + - { offsetInCU: 0x212F, offset: 0x1EA874, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2550, symBinAddr: 0x168850, symSize: 0x20 } + - { offsetInCU: 0x217F, offset: 0x1EA8C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP07keypathC0So7CALayerCSgvgTW', symObjAddr: 0x2570, symBinAddr: 0x168870, symSize: 0x30 } + - { offsetInCU: 0x2743, offset: 0x1EAE88, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfETo', symObjAddr: 0x23D0, symBinAddr: 0x1686E0, symSize: 0xF0 } + - { offsetInCU: 0x2772, offset: 0x1EAEB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCMa', symObjAddr: 0x24C0, symBinAddr: 0x1687D0, symSize: 0x20 } + - { offsetInCU: 0x2786, offset: 0x1EAECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24CompositionLayerDelegate_pSgXwWOh', symObjAddr: 0x2670, symBinAddr: 0x1688D0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1EB43C, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x168920, symSize: 0xB0 } + - { offsetInCU: 0x79, offset: 0x1EB48A, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x168920, symSize: 0xB0 } + - { offsetInCU: 0xFC, offset: 0x1EB50D, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB0, symBinAddr: 0x1689D0, symSize: 0xA0 } + - { offsetInCU: 0x18B, offset: 0x1EB59C, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x150, symBinAddr: 0x168A70, symSize: 0xF0 } + - { offsetInCU: 0x1E5, offset: 0x1EB5F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x240, symBinAddr: 0x168B60, symSize: 0x400 } + - { offsetInCU: 0x2B6, offset: 0x1EB6C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x640, symBinAddr: 0x168F60, symSize: 0x30 } + - { offsetInCU: 0x2D2, offset: 0x1EB6E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfD', symObjAddr: 0x690, symBinAddr: 0x168FB0, symSize: 0x30 } + - { offsetInCU: 0x311, offset: 0x1EB722, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfE', symObjAddr: 0x670, symBinAddr: 0x168F90, symSize: 0x20 } + - { offsetInCU: 0x33E, offset: 0x1EB74F, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfETo', symObjAddr: 0x6C0, symBinAddr: 0x168FE0, symSize: 0x20 } + - { offsetInCU: 0x36D, offset: 0x1EB77E, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCMa', symObjAddr: 0x6E0, symBinAddr: 0x169000, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x1EB9B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x169020, symSize: 0x20 } + - { offsetInCU: 0x137, offset: 0x1EBA8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0x20, symBinAddr: 0x169040, symSize: 0xF0 } + - { offsetInCU: 0x228, offset: 0x1EBB7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x110, symBinAddr: 0x169130, symSize: 0x10 } + - { offsetInCU: 0x269, offset: 0x1EBBBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP7lineCapAA04LineF0OvgTW', symObjAddr: 0x120, symBinAddr: 0x169140, symSize: 0x10 } + - { offsetInCU: 0x2AA, offset: 0x1EBBFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP8lineJoinAA04LineF0OvgTW', symObjAddr: 0x130, symBinAddr: 0x169150, symSize: 0x10 } + - { offsetInCU: 0x2EB, offset: 0x1EBC3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x140, symBinAddr: 0x169160, symSize: 0x10 } + - { offsetInCU: 0x32C, offset: 0x1EBC7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x150, symBinAddr: 0x169170, symSize: 0x10 } + - { offsetInCU: 0x35E, offset: 0x1EBCB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x160, symBinAddr: 0x169180, symSize: 0x40 } + - { offsetInCU: 0x383, offset: 0x1EBCD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1A0, symBinAddr: 0x1691C0, symSize: 0x4D0 } + - { offsetInCU: 0x40F, offset: 0x1EBD62, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x670, symBinAddr: 0x169690, symSize: 0x970 } + - { offsetInCU: 0x7D1, offset: 0x1EC124, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO8rawValueSSvg', symObjAddr: 0xFE0, symBinAddr: 0x16A000, symSize: 0x20 } + - { offsetInCU: 0x808, offset: 0x1EC15B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x1340, symBinAddr: 0x16A310, symSize: 0x20 } + - { offsetInCU: 0x886, offset: 0x1EC1D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x13B0, symBinAddr: 0x16A380, symSize: 0x70 } + - { offsetInCU: 0x8EC, offset: 0x1EC23F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1420, symBinAddr: 0x16A3F0, symSize: 0x30 } + - { offsetInCU: 0x908, offset: 0x1EC25B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1450, symBinAddr: 0x16A420, symSize: 0x10 } + - { offsetInCU: 0x93E, offset: 0x1EC291, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1460, symBinAddr: 0x16A430, symSize: 0x60 } + - { offsetInCU: 0x9C3, offset: 0x1EC316, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x14C0, symBinAddr: 0x16A490, symSize: 0x10 } + - { offsetInCU: 0x9DF, offset: 0x1EC332, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x14D0, symBinAddr: 0x16A4A0, symSize: 0x10 } + - { offsetInCU: 0xA69, offset: 0x1EC3BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1050, symBinAddr: 0x16A020, symSize: 0x2F0 } + - { offsetInCU: 0xAE3, offset: 0x1EC436, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfD', symObjAddr: 0x1550, symBinAddr: 0x16A520, symSize: 0x50 } + - { offsetInCU: 0xD30, offset: 0x1EC683, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfE', symObjAddr: 0x1520, symBinAddr: 0x16A4F0, symSize: 0x30 } + - { offsetInCU: 0xD5D, offset: 0x1EC6B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCMa', symObjAddr: 0x15A0, symBinAddr: 0x16A570, symSize: 0x20 } + - { offsetInCU: 0xD71, offset: 0x1EC6C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs0C3KeyAAWl', symObjAddr: 0x1630, symBinAddr: 0x16A590, symSize: 0x30 } + - { offsetInCU: 0xD85, offset: 0x1EC6D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSEAAWl', symObjAddr: 0x16F0, symBinAddr: 0x16A5F0, symSize: 0x30 } + - { offsetInCU: 0xD99, offset: 0x1EC6EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSEAAWl', symObjAddr: 0x1720, symBinAddr: 0x16A620, symSize: 0x30 } + - { offsetInCU: 0xDAD, offset: 0x1EC700, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11DashElementCGMa', symObjAddr: 0x17B0, symBinAddr: 0x16A6B0, symSize: 0x50 } + - { offsetInCU: 0xDC1, offset: 0x1EC714, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSeAAWl', symObjAddr: 0x1970, symBinAddr: 0x16A7E0, symSize: 0x30 } + - { offsetInCU: 0xDD5, offset: 0x1EC728, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSeAAWl', symObjAddr: 0x19A0, symBinAddr: 0x16A810, symSize: 0x30 } + - { offsetInCU: 0xDE9, offset: 0x1EC73C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwet', symObjAddr: 0x1AF0, symBinAddr: 0x16A880, symSize: 0x80 } + - { offsetInCU: 0xDFD, offset: 0x1EC750, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwst', symObjAddr: 0x1B70, symBinAddr: 0x16A900, symSize: 0xD0 } + - { offsetInCU: 0xE11, offset: 0x1EC764, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwug', symObjAddr: 0x1C40, symBinAddr: 0x16A9D0, symSize: 0x10 } + - { offsetInCU: 0xE25, offset: 0x1EC778, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwup', symObjAddr: 0x1C50, symBinAddr: 0x16A9E0, symSize: 0x10 } + - { offsetInCU: 0xE39, offset: 0x1EC78C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwui', symObjAddr: 0x1C60, symBinAddr: 0x16A9F0, symSize: 0x10 } + - { offsetInCU: 0xE4D, offset: 0x1EC7A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOMa', symObjAddr: 0x1C70, symBinAddr: 0x16AA00, symSize: 0x10 } + - { offsetInCU: 0xE61, offset: 0x1EC7B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASQWb', symObjAddr: 0x1C80, symBinAddr: 0x16AA10, symSize: 0x10 } + - { offsetInCU: 0xE75, offset: 0x1EC7C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFSQAAWl', symObjAddr: 0x1C90, symBinAddr: 0x16AA20, symSize: 0x30 } + - { offsetInCU: 0xE89, offset: 0x1EC7DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1CC0, symBinAddr: 0x16AA50, symSize: 0x10 } + - { offsetInCU: 0xE9D, offset: 0x1EC7F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1CD0, symBinAddr: 0x16AA60, symSize: 0x30 } + - { offsetInCU: 0xEB1, offset: 0x1EC804, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1D00, symBinAddr: 0x16AA90, symSize: 0x10 } + - { offsetInCU: 0xEC5, offset: 0x1EC818, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1D10, symBinAddr: 0x16AAA0, symSize: 0x30 } + - { offsetInCU: 0xFA7, offset: 0x1EC8FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1360, symBinAddr: 0x16A330, symSize: 0x10 } + - { offsetInCU: 0xFE1, offset: 0x1EC934, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1370, symBinAddr: 0x16A340, symSize: 0x20 } + - { offsetInCU: 0x1027, offset: 0x1EC97A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1390, symBinAddr: 0x16A360, symSize: 0x10 } + - { offsetInCU: 0x1043, offset: 0x1EC996, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x13A0, symBinAddr: 0x16A370, symSize: 0x10 } + - { offsetInCU: 0x105E, offset: 0x1EC9B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x14E0, symBinAddr: 0x16A4B0, symSize: 0x20 } + - { offsetInCU: 0x107A, offset: 0x1EC9CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1500, symBinAddr: 0x16A4D0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1ECBEB, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x16AAD0, symSize: 0x1380 } + - { offsetInCU: 0x2FA, offset: 0x1ECEBE, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x16AAD0, symSize: 0x1380 } + - { offsetInCU: 0x127B, offset: 0x1EDE3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationFontProvider_pWOc', symObjAddr: 0x1380, symBinAddr: 0x16BE50, symSize: 0x2F } + - { offsetInCU: 0x2B, offset: 0x1EE1BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovg', symObjAddr: 0x0, symBinAddr: 0x16BE80, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x1EE1E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovg', symObjAddr: 0x0, symBinAddr: 0x16BE80, symSize: 0x40 } + - { offsetInCU: 0xA8, offset: 0x1EE23B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0Ovs', symObjAddr: 0x40, symBinAddr: 0x16BEC0, symSize: 0x50 } + - { offsetInCU: 0x10A, offset: 0x1EE29D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0OvM', symObjAddr: 0x90, symBinAddr: 0x16BF10, symSize: 0x40 } + - { offsetInCU: 0x139, offset: 0x1EE2CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeAA0a7ContentF0OvM.resume.0', symObjAddr: 0xD0, symBinAddr: 0x16BF50, symSize: 0x40 } + - { offsetInCU: 0x1A3, offset: 0x1EE336, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC16wantsUpdateLayerSbvgTo', symObjAddr: 0x210, symBinAddr: 0x16C090, symSize: 0x10 } + - { offsetInCU: 0x1DC, offset: 0x1EE36F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC9isFlippedSbvgTo', symObjAddr: 0x230, symBinAddr: 0x16C0A0, symSize: 0x10 } + - { offsetInCU: 0x240, offset: 0x1EE3D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC19viewDidMoveToWindowyyFTo', symObjAddr: 0x2B0, symBinAddr: 0x16C0D0, symSize: 0x70 } + - { offsetInCU: 0x29E, offset: 0x1EE431, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC6layoutyyFTo', symObjAddr: 0x3B0, symBinAddr: 0x16C140, symSize: 0xB0 } + - { offsetInCU: 0x2D1, offset: 0x1EE464, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC06layoutB0yyF', symObjAddr: 0x460, symBinAddr: 0x16C1F0, symSize: 0x10 } + - { offsetInCU: 0x2FC, offset: 0x1EE48F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC22animationMovedToWindowyyF', symObjAddr: 0x470, symBinAddr: 0x16C200, symSize: 0x10 } + - { offsetInCU: 0x327, offset: 0x1EE4BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x480, symBinAddr: 0x16C210, symSize: 0x10 } + - { offsetInCU: 0x343, offset: 0x1EE4D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC28animationWillEnterForegroundyyFTo', symObjAddr: 0x490, symBinAddr: 0x16C220, symSize: 0x10 } + - { offsetInCU: 0x35F, offset: 0x1EE4F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfC', symObjAddr: 0x4A0, symBinAddr: 0x16C230, symSize: 0x80 } + - { offsetInCU: 0x37D, offset: 0x1EE510, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc', symObjAddr: 0x520, symBinAddr: 0x16C2B0, symSize: 0x90 } + - { offsetInCU: 0x3CC, offset: 0x1EE55F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x5B0, symBinAddr: 0x16C340, symSize: 0x60 } + - { offsetInCU: 0x407, offset: 0x1EE59A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x610, symBinAddr: 0x16C3A0, symSize: 0x40 } + - { offsetInCU: 0x425, offset: 0x1EE5B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x650, symBinAddr: 0x16C3E0, symSize: 0x60 } + - { offsetInCU: 0x474, offset: 0x1EE607, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x6B0, symBinAddr: 0x16C440, symSize: 0x50 } + - { offsetInCU: 0x4B7, offset: 0x1EE64A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCfD', symObjAddr: 0x700, symBinAddr: 0x16C490, symSize: 0x30 } + - { offsetInCU: 0x539, offset: 0x1EE6CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeO8rawValueACSgSi_tcfC', symObjAddr: 0x110, symBinAddr: 0x16BF90, symSize: 0x20 } + - { offsetInCU: 0x562, offset: 0x1EE6F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeO8rawValueSivg', symObjAddr: 0x130, symBinAddr: 0x16BFB0, symSize: 0x10 } + - { offsetInCU: 0x57D, offset: 0x1EE710, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1F0, symBinAddr: 0x16C070, symSize: 0x10 } + - { offsetInCU: 0x5B3, offset: 0x1EE746, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x200, symBinAddr: 0x16C080, symSize: 0x10 } + - { offsetInCU: 0x606, offset: 0x1EE799, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCMa', symObjAddr: 0x290, symBinAddr: 0x16C0B0, symSize: 0x20 } + - { offsetInCU: 0x61A, offset: 0x1EE7AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOSHAASQWb', symObjAddr: 0x730, symBinAddr: 0x16C4C0, symSize: 0x10 } + - { offsetInCU: 0x62E, offset: 0x1EE7C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOACSQAAWl', symObjAddr: 0x740, symBinAddr: 0x16C4D0, symSize: 0x30 } + - { offsetInCU: 0x642, offset: 0x1EE7D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOwet', symObjAddr: 0x830, symBinAddr: 0x16C5A0, symSize: 0x80 } + - { offsetInCU: 0x656, offset: 0x1EE7E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOwst', symObjAddr: 0x8B0, symBinAddr: 0x16C620, symSize: 0xD0 } + - { offsetInCU: 0x66A, offset: 0x1EE7FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOwug', symObjAddr: 0x980, symBinAddr: 0x16C6F0, symSize: 0x10 } + - { offsetInCU: 0x67E, offset: 0x1EE811, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOwup', symObjAddr: 0x990, symBinAddr: 0x16C700, symSize: 0x10 } + - { offsetInCU: 0x692, offset: 0x1EE825, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOwui', symObjAddr: 0x9A0, symBinAddr: 0x16C710, symSize: 0x10 } + - { offsetInCU: 0x6A6, offset: 0x1EE839, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOMa', symObjAddr: 0x9B0, symBinAddr: 0x16C720, symSize: 0x10 } + - { offsetInCU: 0x6DA, offset: 0x1EE86D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x140, symBinAddr: 0x16BFC0, symSize: 0x10 } + - { offsetInCU: 0x76B, offset: 0x1EE8FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOSHAASH9hashValueSivgTW', symObjAddr: 0x150, symBinAddr: 0x16BFD0, symSize: 0x40 } + - { offsetInCU: 0x81A, offset: 0x1EE9AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x190, symBinAddr: 0x16C010, symSize: 0x20 } + - { offsetInCU: 0x86D, offset: 0x1EEA00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A11ContentModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1B0, symBinAddr: 0x16C030, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x1EEC2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x16C7B0, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x1EEC42, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x16C7B0, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x1EEC56, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwxx', symObjAddr: 0x30, symBinAddr: 0x16C7E0, symSize: 0x10 } + - { offsetInCU: 0x67, offset: 0x1EEC6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwcp', symObjAddr: 0x40, symBinAddr: 0x16C7F0, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x1EEC7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwca', symObjAddr: 0x70, symBinAddr: 0x16C820, symSize: 0x40 } + - { offsetInCU: 0x8F, offset: 0x1EEC92, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwta', symObjAddr: 0xC0, symBinAddr: 0x16C860, symSize: 0x30 } + - { offsetInCU: 0xA3, offset: 0x1EECA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwet', symObjAddr: 0xF0, symBinAddr: 0x16C890, symSize: 0x40 } + - { offsetInCU: 0xB7, offset: 0x1EECBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwst', symObjAddr: 0x130, symBinAddr: 0x16C8D0, symSize: 0x40 } + - { offsetInCU: 0xCB, offset: 0x1EECCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVMa', symObjAddr: 0x170, symBinAddr: 0x16C910, symSize: 0x10 } + - { offsetInCU: 0x239, offset: 0x1EEE3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathV4trim12fromPosition02toG06offset0E14SimultaneouslyAC12CoreGraphics7CGFloatV_A2KSbtF', symObjAddr: 0x180, symBinAddr: 0x16C920, symSize: 0xB80 } + - { offsetInCU: 0x27, offset: 0x1EFB71, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x16D4A0, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x1EFB89, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x16D4A0, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x1EFB9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwxx', symObjAddr: 0x90, symBinAddr: 0x16D4D0, symSize: 0x20 } + - { offsetInCU: 0x67, offset: 0x1EFBB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwcp', symObjAddr: 0xF0, symBinAddr: 0x16D4F0, symSize: 0x80 } + - { offsetInCU: 0x7B, offset: 0x1EFBC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwca', symObjAddr: 0x170, symBinAddr: 0x16D570, symSize: 0xB0 } + - { offsetInCU: 0x8F, offset: 0x1EFBD9, size: 0x8, addend: 0x0, symName: ___swift_memcpy100_8, symObjAddr: 0x220, symBinAddr: 0x16D620, symSize: 0x40 } + - { offsetInCU: 0xA3, offset: 0x1EFBED, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwta', symObjAddr: 0x260, symBinAddr: 0x16D660, symSize: 0x70 } + - { offsetInCU: 0xB7, offset: 0x1EFC01, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwet', symObjAddr: 0x2D0, symBinAddr: 0x16D6D0, symSize: 0x50 } + - { offsetInCU: 0xCB, offset: 0x1EFC15, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwst', symObjAddr: 0x320, symBinAddr: 0x16D720, symSize: 0x80 } + - { offsetInCU: 0xDF, offset: 0x1EFC29, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVMa', symObjAddr: 0x3A0, symBinAddr: 0x16D7A0, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x1EFC3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4gdd_n', symObjAddr: 0x3B0, symBinAddr: 0x16D7B0, symSize: 0x110 } + - { offsetInCU: 0x148, offset: 0x1EFC92, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4ndd_n', symObjAddr: 0x4C0, symBinAddr: 0x16D8C0, symSize: 0x220 } + - { offsetInCU: 0x1B6, offset: 0x1EFD00, size: 0x8, addend: 0x0, symName: ___swift_memcpy20_8, symObjAddr: 0x6E0, symBinAddr: 0x16DAE0, symSize: 0x20 } + - { offsetInCU: 0x1CA, offset: 0x1EFD14, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwet', symObjAddr: 0x710, symBinAddr: 0x16DB00, symSize: 0x20 } + - { offsetInCU: 0x1DE, offset: 0x1EFD28, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwst', symObjAddr: 0x730, symBinAddr: 0x16DB20, symSize: 0x30 } + - { offsetInCU: 0x1F2, offset: 0x1EFD3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVMa', symObjAddr: 0x760, symBinAddr: 0x16DB50, symSize: 0x10 } + - { offsetInCU: 0x206, offset: 0x1EFD50, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x770, symBinAddr: 0x16DB60, symSize: 0x60 } + - { offsetInCU: 0x21A, offset: 0x1EFD64, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwca', symObjAddr: 0x7D0, symBinAddr: 0x16DBC0, symSize: 0x90 } + - { offsetInCU: 0x22E, offset: 0x1EFD78, size: 0x8, addend: 0x0, symName: ___swift_memcpy80_8, symObjAddr: 0x860, symBinAddr: 0x16DC50, symSize: 0x30 } + - { offsetInCU: 0x242, offset: 0x1EFD8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwta', symObjAddr: 0x890, symBinAddr: 0x16DC80, symSize: 0x60 } + - { offsetInCU: 0x256, offset: 0x1EFDA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwet', symObjAddr: 0x8F0, symBinAddr: 0x16DCE0, symSize: 0x50 } + - { offsetInCU: 0x26A, offset: 0x1EFDB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwst', symObjAddr: 0x940, symBinAddr: 0x16DD30, symSize: 0x70 } + - { offsetInCU: 0x27E, offset: 0x1EFDC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVMa', symObjAddr: 0x9B0, symBinAddr: 0x16DDA0, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x1EFF77, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x16DDD0, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x1EFF9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvpZ', symObjAddr: 0x758, symBinAddr: 0x2086D8, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x1EFFB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x16DDD0, symSize: 0x30 } + - { offsetInCU: 0xBE, offset: 0x1F000A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfC', symObjAddr: 0x30, symBinAddr: 0x16DE00, symSize: 0xC0 } + - { offsetInCU: 0x155, offset: 0x1F00A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfc', symObjAddr: 0xF0, symBinAddr: 0x16DEC0, symSize: 0xB0 } + - { offsetInCU: 0x24F, offset: 0x1F019B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivg', symObjAddr: 0x300, symBinAddr: 0x16E090, symSize: 0x30 } + - { offsetInCU: 0x26C, offset: 0x1F01B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivs', symObjAddr: 0x330, symBinAddr: 0x16E0C0, symSize: 0x50 } + - { offsetInCU: 0x30D, offset: 0x1F0259, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM', symObjAddr: 0x380, symBinAddr: 0x16E110, symSize: 0x40 } + - { offsetInCU: 0x33A, offset: 0x1F0286, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM.resume.0', symObjAddr: 0x3C0, symBinAddr: 0x16E150, symSize: 0x60 } + - { offsetInCU: 0x3EA, offset: 0x1F0336, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC05clearC0yyF', symObjAddr: 0x420, symBinAddr: 0x16E1B0, symSize: 0x80 } + - { offsetInCU: 0x475, offset: 0x1F03C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF', symObjAddr: 0x4A0, symBinAddr: 0x16E230, symSize: 0x40 } + - { offsetInCU: 0x4BC, offset: 0x1F0408, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF', symObjAddr: 0x4E0, symBinAddr: 0x16E270, symSize: 0x50 } + - { offsetInCU: 0x50D, offset: 0x1F0459, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfd', symObjAddr: 0x530, symBinAddr: 0x16E2C0, symSize: 0x20 } + - { offsetInCU: 0x548, offset: 0x1F0494, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfD', symObjAddr: 0x550, symBinAddr: 0x16E2E0, symSize: 0x20 } + - { offsetInCU: 0x5BD, offset: 0x1F0509, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP4file6forKeyAA0bA4FileCSgSS_tFTW', symObjAddr: 0x570, symBinAddr: 0x16E300, symSize: 0x50 } + - { offsetInCU: 0x658, offset: 0x1F05A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP7setFile_6forKeyyAA0baF0C_SStFTW', symObjAddr: 0x5C0, symBinAddr: 0x16E350, symSize: 0x60 } + - { offsetInCU: 0x6BD, offset: 0x1F0609, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP05clearC0yyFTW', symObjAddr: 0x620, symBinAddr: 0x16E3B0, symSize: 0x20 } + - { offsetInCU: 0x777, offset: 0x1F06C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0_WZ', symObjAddr: 0x1A0, symBinAddr: 0x16DF70, symSize: 0xC0 } + - { offsetInCU: 0x82A, offset: 0x1F0776, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivpACTk', symObjAddr: 0x2A0, symBinAddr: 0x16E030, symSize: 0x60 } + - { offsetInCU: 0x907, offset: 0x1F0853, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCMa', symObjAddr: 0x690, symBinAddr: 0x16E420, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1F0A10, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x16E4F0, symSize: 0x130 } + - { offsetInCU: 0x3F, offset: 0x1F0A28, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x16E4F0, symSize: 0x130 } + - { offsetInCU: 0x4F, offset: 0x1F0C8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x16E620, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1F0CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x16E660, symSize: 0x250 } + - { offsetInCU: 0xE0, offset: 0x1F0D20, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x290, symBinAddr: 0x16E8B0, symSize: 0x290 } + - { offsetInCU: 0x1CA, offset: 0x1F0E0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO8rawValueSSvg', symObjAddr: 0x520, symBinAddr: 0x16EB40, symSize: 0x30 } + - { offsetInCU: 0x1F5, offset: 0x1F0E35, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO11stringValueSSvg', symObjAddr: 0x6C0, symBinAddr: 0x16ECE0, symSize: 0x30 } + - { offsetInCU: 0x23A, offset: 0x1F0E7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x730, symBinAddr: 0x16ED50, symSize: 0x70 } + - { offsetInCU: 0x26E, offset: 0x1F0EAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x7A0, symBinAddr: 0x16EDC0, symSize: 0x30 } + - { offsetInCU: 0x28A, offset: 0x1F0ECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7D0, symBinAddr: 0x16EDF0, symSize: 0x10 } + - { offsetInCU: 0x2C0, offset: 0x1F0F00, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7E0, symBinAddr: 0x16EE00, symSize: 0x70 } + - { offsetInCU: 0x30B, offset: 0x1F0F4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x850, symBinAddr: 0x16EE70, symSize: 0x10 } + - { offsetInCU: 0x327, offset: 0x1F0F67, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x860, symBinAddr: 0x16EE80, symSize: 0x10 } + - { offsetInCU: 0x345, offset: 0x1F0F85, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x550, symBinAddr: 0x16EB70, symSize: 0x170 } + - { offsetInCU: 0x3BF, offset: 0x1F0FFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfD', symObjAddr: 0x8C0, symBinAddr: 0x16EEE0, symSize: 0x30 } + - { offsetInCU: 0x473, offset: 0x1F10B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfE', symObjAddr: 0x8B0, symBinAddr: 0x16EED0, symSize: 0x10 } + - { offsetInCU: 0x4CB, offset: 0x1F110B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCMa', symObjAddr: 0x8F0, symBinAddr: 0x16EF10, symSize: 0x20 } + - { offsetInCU: 0x4DF, offset: 0x1F111F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs0C3KeyAAWl', symObjAddr: 0x980, symBinAddr: 0x16EF30, symSize: 0x30 } + - { offsetInCU: 0x4F3, offset: 0x1F1133, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGMa', symObjAddr: 0x9B0, symBinAddr: 0x16EF60, symSize: 0x30 } + - { offsetInCU: 0x507, offset: 0x1F1147, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwet', symObjAddr: 0xC10, symBinAddr: 0x16EFF0, symSize: 0x80 } + - { offsetInCU: 0x51B, offset: 0x1F115B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwst', symObjAddr: 0xC90, symBinAddr: 0x16F070, symSize: 0xD0 } + - { offsetInCU: 0x52F, offset: 0x1F116F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwug', symObjAddr: 0xD60, symBinAddr: 0x16F140, symSize: 0x10 } + - { offsetInCU: 0x543, offset: 0x1F1183, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwup', symObjAddr: 0xD70, symBinAddr: 0x16F150, symSize: 0x10 } + - { offsetInCU: 0x557, offset: 0x1F1197, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwui', symObjAddr: 0xD80, symBinAddr: 0x16F160, symSize: 0x10 } + - { offsetInCU: 0x56B, offset: 0x1F11AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOMa', symObjAddr: 0xD90, symBinAddr: 0x16F170, symSize: 0x10 } + - { offsetInCU: 0x57F, offset: 0x1F11BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASQWb', symObjAddr: 0xDA0, symBinAddr: 0x16F180, symSize: 0x10 } + - { offsetInCU: 0x593, offset: 0x1F11D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFSQAAWl', symObjAddr: 0xDB0, symBinAddr: 0x16F190, symSize: 0x30 } + - { offsetInCU: 0x5A7, offset: 0x1F11E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDE0, symBinAddr: 0x16F1C0, symSize: 0x10 } + - { offsetInCU: 0x5BB, offset: 0x1F11FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xDF0, symBinAddr: 0x16F1D0, symSize: 0x30 } + - { offsetInCU: 0x5CF, offset: 0x1F120F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE20, symBinAddr: 0x16F200, symSize: 0x10 } + - { offsetInCU: 0x5E3, offset: 0x1F1223, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xE30, symBinAddr: 0x16F210, symSize: 0x30 } + - { offsetInCU: 0x645, offset: 0x1F1285, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F0, symBinAddr: 0x16ED10, symSize: 0x10 } + - { offsetInCU: 0x661, offset: 0x1F12A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x700, symBinAddr: 0x16ED20, symSize: 0x10 } + - { offsetInCU: 0x67D, offset: 0x1F12BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x710, symBinAddr: 0x16ED30, symSize: 0x10 } + - { offsetInCU: 0x699, offset: 0x1F12D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x720, symBinAddr: 0x16ED40, symSize: 0x10 } + - { offsetInCU: 0x6BC, offset: 0x1F12FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x870, symBinAddr: 0x16EE90, symSize: 0x20 } + - { offsetInCU: 0x6D8, offset: 0x1F1318, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x890, symBinAddr: 0x16EEB0, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x1F1500, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6boundsSo6CGRectVvg', symObjAddr: 0x0, symBinAddr: 0x16F240, symSize: 0x20 } + - { offsetInCU: 0x6C, offset: 0x1F152D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF', symObjAddr: 0x20, symBinAddr: 0x16F260, symSize: 0x20 } + - { offsetInCU: 0x129, offset: 0x1F15EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF', symObjAddr: 0x40, symBinAddr: 0x16F280, symSize: 0x50 } + - { offsetInCU: 0x1FD, offset: 0x1F16BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF', symObjAddr: 0x90, symBinAddr: 0x16F2D0, symSize: 0x20 } + - { offsetInCU: 0x23D, offset: 0x1F16FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB0, symBinAddr: 0x16F2F0, symSize: 0x20 } + - { offsetInCU: 0x2E2, offset: 0x1F17A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0xD0, symBinAddr: 0x16F310, symSize: 0x100 } + - { offsetInCU: 0x417, offset: 0x1F18D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x1D0, symBinAddr: 0x16F410, symSize: 0xA0 } + - { offsetInCU: 0x4A6, offset: 0x1F1967, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x270, symBinAddr: 0x16F4B0, symSize: 0xA0 } + - { offsetInCU: 0x523, offset: 0x1F19E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ', symObjAddr: 0x310, symBinAddr: 0x16F550, symSize: 0x10 } + - { offsetInCU: 0x53F, offset: 0x1F1A00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZSSyXEfu0_', symObjAddr: 0x5A0, symBinAddr: 0x16F7E0, symSize: 0xE0 } + - { offsetInCU: 0x655, offset: 0x1F1B16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8durationSdvg', symObjAddr: 0x320, symBinAddr: 0x16F560, symSize: 0x20 } + - { offsetInCU: 0x682, offset: 0x1F1B43, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ', symObjAddr: 0x340, symBinAddr: 0x16F580, symSize: 0x10 } + - { offsetInCU: 0x69E, offset: 0x1F1B5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x680, symBinAddr: 0x16F8C0, symSize: 0x140 } + - { offsetInCU: 0x808, offset: 0x1F1CC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ', symObjAddr: 0x350, symBinAddr: 0x16F590, symSize: 0x210 } + - { offsetInCU: 0x883, offset: 0x1F1D44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_', symObjAddr: 0xE50, symBinAddr: 0x170090, symSize: 0x550 } + - { offsetInCU: 0x9B4, offset: 0x1F1E75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_', symObjAddr: 0x13A0, symBinAddr: 0x1705E0, symSize: 0x80 } + - { offsetInCU: 0xA2A, offset: 0x1F1EEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ', symObjAddr: 0x560, symBinAddr: 0x16F7A0, symSize: 0x10 } + - { offsetInCU: 0xA46, offset: 0x1F1F07, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x7C0, symBinAddr: 0x16FA00, symSize: 0x1A0 } + - { offsetInCU: 0xC2E, offset: 0x1F20EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ', symObjAddr: 0x570, symBinAddr: 0x16F7B0, symSize: 0x10 } + - { offsetInCU: 0xC42, offset: 0x1F2103, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg', symObjAddr: 0x580, symBinAddr: 0x16F7C0, symSize: 0x20 } + - { offsetInCU: 0xD4A, offset: 0x1F220B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ', symObjAddr: 0x960, symBinAddr: 0x16FBA0, symSize: 0x90 } + - { offsetInCU: 0xE9C, offset: 0x1F235D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_', symObjAddr: 0xE10, symBinAddr: 0x170050, symSize: 0x40 } + - { offsetInCU: 0xEF5, offset: 0x1F23B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTY0_', symObjAddr: 0x9F0, symBinAddr: 0x16FC30, symSize: 0x3C0 } + - { offsetInCU: 0x106F, offset: 0x1F2530, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTQ1_', symObjAddr: 0xDB0, symBinAddr: 0x16FFF0, symSize: 0x60 } + - { offsetInCU: 0x11A6, offset: 0x1F2667, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZTf4nnd_n', symObjAddr: 0x1420, symBinAddr: 0x170660, symSize: 0x260 } + - { offsetInCU: 0x1297, offset: 0x1F2758, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x1680, symBinAddr: 0x1708C0, symSize: 0x3A0 } + - { offsetInCU: 0x1442, offset: 0x1F2903, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x1A20, symBinAddr: 0x170C60, symSize: 0x310 } + - { offsetInCU: 0x1594, offset: 0x1F2A55, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1D50, symBinAddr: 0x170F90, symSize: 0x20 } + - { offsetInCU: 0x15A8, offset: 0x1F2A69, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1D70, symBinAddr: 0x170FB0, symSize: 0x10 } + - { offsetInCU: 0x15BC, offset: 0x1F2A7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZTf4nnnd_n', symObjAddr: 0x1D80, symBinAddr: 0x170FC0, symSize: 0x350 } + - { offsetInCU: 0x1743, offset: 0x1F2C04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_TA', symObjAddr: 0x2160, symBinAddr: 0x171360, symSize: 0x40 } + - { offsetInCU: 0x1757, offset: 0x1F2C18, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_TA', symObjAddr: 0x2340, symBinAddr: 0x1714B0, symSize: 0x20 } + - { offsetInCU: 0x176B, offset: 0x1F2C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x2360, symBinAddr: 0x1714D0, symSize: 0x20 } + - { offsetInCU: 0x177F, offset: 0x1F2C40, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGMa', symObjAddr: 0x24A0, symBinAddr: 0x171540, symSize: 0x50 } + - { offsetInCU: 0x1793, offset: 0x1F2C54, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU1_TA', symObjAddr: 0x24F0, symBinAddr: 0x171590, symSize: 0x20 } + - { offsetInCU: 0x17C7, offset: 0x1F2C88, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_TA', symObjAddr: 0x25B0, symBinAddr: 0x171650, symSize: 0x50 } + - { offsetInCU: 0xF3, offset: 0x1F31A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x1717C0, symSize: 0x670 } + - { offsetInCU: 0x22C, offset: 0x1F32DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x670, symBinAddr: 0x171E30, symSize: 0xAA0 } + - { offsetInCU: 0x5D0, offset: 0x1F3682, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1110, symBinAddr: 0x1728D0, symSize: 0x470 } + - { offsetInCU: 0x60F, offset: 0x1F36C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1E20, symBinAddr: 0x173530, symSize: 0x40 } + - { offsetInCU: 0x646, offset: 0x1F36F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueSSvg', symObjAddr: 0x1E60, symBinAddr: 0x173570, symSize: 0x20 } + - { offsetInCU: 0x67D, offset: 0x1F372F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1E80, symBinAddr: 0x173590, symSize: 0x20 } + - { offsetInCU: 0x6F0, offset: 0x1F37A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x1FF0, symBinAddr: 0x173700, symSize: 0x40 } + - { offsetInCU: 0x736, offset: 0x1F37E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2030, symBinAddr: 0x173740, symSize: 0x30 } + - { offsetInCU: 0x74A, offset: 0x1F37FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2060, symBinAddr: 0x173770, symSize: 0x10 } + - { offsetInCU: 0x780, offset: 0x1F3832, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2070, symBinAddr: 0x173780, symSize: 0x30 } + - { offsetInCU: 0x7E5, offset: 0x1F3897, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x20A0, symBinAddr: 0x1737B0, symSize: 0x10 } + - { offsetInCU: 0x801, offset: 0x1F38B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x20B0, symBinAddr: 0x1737C0, symSize: 0x10 } + - { offsetInCU: 0x81D, offset: 0x1F38CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3B70, symBinAddr: 0x175090, symSize: 0x50 } + - { offsetInCU: 0x868, offset: 0x1F391A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCfD', symObjAddr: 0x2100, symBinAddr: 0x173810, symSize: 0x50 } + - { offsetInCU: 0x8AB, offset: 0x1F395D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2170, symBinAddr: 0x173880, symSize: 0x20 } + - { offsetInCU: 0x8CE, offset: 0x1F3980, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2190, symBinAddr: 0x1738A0, symSize: 0x20 } + - { offsetInCU: 0x918, offset: 0x1F39CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1590, symBinAddr: 0x172D50, symSize: 0xD0 } + - { offsetInCU: 0x96B, offset: 0x1F3A1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x16C0, symBinAddr: 0x172E20, symSize: 0x20 } + - { offsetInCU: 0x988, offset: 0x1F3A3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1700, symBinAddr: 0x172E60, symSize: 0x10 } + - { offsetInCU: 0x9A4, offset: 0x1F3A56, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1710, symBinAddr: 0x172E70, symSize: 0x10 } + - { offsetInCU: 0xACA, offset: 0x1F3B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO13discriminator_WZ', symObjAddr: 0x1580, symBinAddr: 0x172D40, symSize: 0x10 } + - { offsetInCU: 0xAF0, offset: 0x1F3BA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x1760, symBinAddr: 0x172EC0, symSize: 0x20 } + - { offsetInCU: 0xB19, offset: 0x1F3BCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1780, symBinAddr: 0x172EE0, symSize: 0x10 } + - { offsetInCU: 0xB42, offset: 0x1F3BF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueACSgSi_tcfC', symObjAddr: 0x1820, symBinAddr: 0x172F80, symSize: 0x20 } + - { offsetInCU: 0xB6B, offset: 0x1F3C1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueSivg', symObjAddr: 0x1840, symBinAddr: 0x172FA0, symSize: 0x10 } + - { offsetInCU: 0xB86, offset: 0x1F3C38, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1A30, symBinAddr: 0x173160, symSize: 0x10 } + - { offsetInCU: 0xBBC, offset: 0x1F3C6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x1A40, symBinAddr: 0x173170, symSize: 0x10 } + - { offsetInCU: 0xBEE, offset: 0x1F3CA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOAA11ClassFamilyAAWI', symObjAddr: 0x1850, symBinAddr: 0x172FB0, symSize: 0x20 } + - { offsetInCU: 0xC02, offset: 0x1F3CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSHAASQWb', symObjAddr: 0x18A0, symBinAddr: 0x172FD0, symSize: 0x10 } + - { offsetInCU: 0xC16, offset: 0x1F3CC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSQAAWl', symObjAddr: 0x18B0, symBinAddr: 0x172FE0, symSize: 0x30 } + - { offsetInCU: 0xC2A, offset: 0x1F3CDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSHAASQWb', symObjAddr: 0x18E0, symBinAddr: 0x173010, symSize: 0x10 } + - { offsetInCU: 0xC3E, offset: 0x1F3CF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSQAAWl', symObjAddr: 0x18F0, symBinAddr: 0x173020, symSize: 0x30 } + - { offsetInCU: 0xC5D, offset: 0x1F3D0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASQWb', symObjAddr: 0x1930, symBinAddr: 0x173060, symSize: 0x10 } + - { offsetInCU: 0xC71, offset: 0x1F3D23, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSQAAWl', symObjAddr: 0x1940, symBinAddr: 0x173070, symSize: 0x30 } + - { offsetInCU: 0xC9B, offset: 0x1F3D4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwet', symObjAddr: 0x1B00, symBinAddr: 0x173210, symSize: 0x80 } + - { offsetInCU: 0xCAF, offset: 0x1F3D61, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwst', symObjAddr: 0x1B80, symBinAddr: 0x173290, symSize: 0xD0 } + - { offsetInCU: 0xCC3, offset: 0x1F3D75, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwup', symObjAddr: 0x1C50, symBinAddr: 0x173360, symSize: 0x10 } + - { offsetInCU: 0xCD7, offset: 0x1F3D89, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOMa', symObjAddr: 0x1C60, symBinAddr: 0x173370, symSize: 0x10 } + - { offsetInCU: 0xCEB, offset: 0x1F3D9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwet', symObjAddr: 0x1C70, symBinAddr: 0x173380, symSize: 0x80 } + - { offsetInCU: 0xCFF, offset: 0x1F3DB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwst', symObjAddr: 0x1CF0, symBinAddr: 0x173400, symSize: 0xD0 } + - { offsetInCU: 0xD13, offset: 0x1F3DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwup', symObjAddr: 0x1DC0, symBinAddr: 0x1734D0, symSize: 0x10 } + - { offsetInCU: 0xD27, offset: 0x1F3DD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOMa', symObjAddr: 0x1DD0, symBinAddr: 0x1734E0, symSize: 0x10 } + - { offsetInCU: 0xD3B, offset: 0x1F3DED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOwup', symObjAddr: 0x1E00, symBinAddr: 0x173510, symSize: 0x10 } + - { offsetInCU: 0xD4F, offset: 0x1F3E01, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOMa', symObjAddr: 0x1E10, symBinAddr: 0x173520, symSize: 0x10 } + - { offsetInCU: 0xD84, offset: 0x1F3E36, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCMa', symObjAddr: 0x2150, symBinAddr: 0x173860, symSize: 0x20 } + - { offsetInCU: 0xD98, offset: 0x1F3E4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs0D3KeyAAWl', symObjAddr: 0x21F0, symBinAddr: 0x1738C0, symSize: 0x30 } + - { offsetInCU: 0xE97, offset: 0x1F3F49, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x2250, symBinAddr: 0x1738F0, symSize: 0x2E0 } + - { offsetInCU: 0xF7F, offset: 0x1F4031, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSeAAWl', symObjAddr: 0x2530, symBinAddr: 0x173BD0, symSize: 0x30 } + - { offsetInCU: 0xF93, offset: 0x1F4045, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSeAAWl', symObjAddr: 0x2560, symBinAddr: 0x173C00, symSize: 0x30 } + - { offsetInCU: 0x1036, offset: 0x1F40E8, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x2590, symBinAddr: 0x173C30, symSize: 0x200 } + - { offsetInCU: 0x1324, offset: 0x1F43D6, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M5StyleCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x2790, symBinAddr: 0x173E30, symSize: 0x420 } + - { offsetInCU: 0x1620, offset: 0x1F46D2, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M6EffectCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x2BB0, symBinAddr: 0x174250, symSize: 0x420 } + - { offsetInCU: 0x1847, offset: 0x1F48F9, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOb', symObjAddr: 0x2FD0, symBinAddr: 0x174670, symSize: 0x20 } + - { offsetInCU: 0x185B, offset: 0x1F490D, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOc', symObjAddr: 0x2FF0, symBinAddr: 0x174690, symSize: 0x30 } + - { offsetInCU: 0x186F, offset: 0x1F4921, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSEAAWl', symObjAddr: 0x30E0, symBinAddr: 0x1746C0, symSize: 0x30 } + - { offsetInCU: 0x1883, offset: 0x1F4935, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSEAAWl', symObjAddr: 0x3140, symBinAddr: 0x1746F0, symSize: 0x30 } + - { offsetInCU: 0x1897, offset: 0x1F4949, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSEAAWl', symObjAddr: 0x31F0, symBinAddr: 0x1747A0, symSize: 0x30 } + - { offsetInCU: 0x18AB, offset: 0x1F495D, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerStyleCGSayxGSEsSERzlWl', symObjAddr: 0x3220, symBinAddr: 0x1747D0, symSize: 0x80 } + - { offsetInCU: 0x18BF, offset: 0x1F4971, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11LayerEffectCGSayxGSEsSERzlWl', symObjAddr: 0x32A0, symBinAddr: 0x174850, symSize: 0x80 } + - { offsetInCU: 0x19A8, offset: 0x1F4A5A, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_AC0N5ValueCAC0nZ4TypeOTg5Tf4dnnn_n', symObjAddr: 0x3360, symBinAddr: 0x174910, symSize: 0x450 } + - { offsetInCU: 0x1BBF, offset: 0x1F4C71, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSYAAWl', symObjAddr: 0x3810, symBinAddr: 0x174D90, symSize: 0x30 } + - { offsetInCU: 0x1BD3, offset: 0x1F4C85, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSYAAWl', symObjAddr: 0x3840, symBinAddr: 0x174DC0, symSize: 0x30 } + - { offsetInCU: 0x1BE7, offset: 0x1F4C99, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSYAAWl', symObjAddr: 0x3870, symBinAddr: 0x174DF0, symSize: 0x30 } + - { offsetInCU: 0x1BFB, offset: 0x1F4CAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwug', symObjAddr: 0x3A70, symBinAddr: 0x174F90, symSize: 0x10 } + - { offsetInCU: 0x1C0F, offset: 0x1F4CC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwup', symObjAddr: 0x3A80, symBinAddr: 0x174FA0, symSize: 0x10 } + - { offsetInCU: 0x1C23, offset: 0x1F4CD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwui', symObjAddr: 0x3A90, symBinAddr: 0x174FB0, symSize: 0x10 } + - { offsetInCU: 0x1C37, offset: 0x1F4CE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOMa', symObjAddr: 0x3AA0, symBinAddr: 0x174FC0, symSize: 0x10 } + - { offsetInCU: 0x1C4B, offset: 0x1F4CFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASQWb', symObjAddr: 0x3AB0, symBinAddr: 0x174FD0, symSize: 0x10 } + - { offsetInCU: 0x1C5F, offset: 0x1F4D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFSQAAWl', symObjAddr: 0x3AC0, symBinAddr: 0x174FE0, symSize: 0x30 } + - { offsetInCU: 0x1C73, offset: 0x1F4D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3AF0, symBinAddr: 0x175010, symSize: 0x10 } + - { offsetInCU: 0x1C87, offset: 0x1F4D39, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3B00, symBinAddr: 0x175020, symSize: 0x30 } + - { offsetInCU: 0x1C9B, offset: 0x1F4D4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3B30, symBinAddr: 0x175050, symSize: 0x10 } + - { offsetInCU: 0x1CAF, offset: 0x1F4D61, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3B40, symBinAddr: 0x175060, symSize: 0x30 } + - { offsetInCU: 0x1DA3, offset: 0x1F4E55, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1720, symBinAddr: 0x172E80, symSize: 0x40 } + - { offsetInCU: 0x1DC6, offset: 0x1F4E78, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1790, symBinAddr: 0x172EF0, symSize: 0x50 } + - { offsetInCU: 0x1DE9, offset: 0x1F4E9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x17E0, symBinAddr: 0x172F40, symSize: 0x40 } + - { offsetInCU: 0x1E1B, offset: 0x1F4ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1920, symBinAddr: 0x173050, symSize: 0x10 } + - { offsetInCU: 0x1E70, offset: 0x1F4F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x19C0, symBinAddr: 0x1730F0, symSize: 0x20 } + - { offsetInCU: 0x1ECB, offset: 0x1F4F7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1A50, symBinAddr: 0x173180, symSize: 0x50 } + - { offsetInCU: 0x1EEE, offset: 0x1F4FA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1AA0, symBinAddr: 0x1731D0, symSize: 0x40 } + - { offsetInCU: 0x1F2F, offset: 0x1F4FE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1EA0, symBinAddr: 0x1735B0, symSize: 0x80 } + - { offsetInCU: 0x1FFE, offset: 0x1F50B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH9hashValueSivgTW', symObjAddr: 0x1F20, symBinAddr: 0x173630, symSize: 0x50 } + - { offsetInCU: 0x207C, offset: 0x1F512E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1F70, symBinAddr: 0x173680, symSize: 0x30 } + - { offsetInCU: 0x20CE, offset: 0x1F5180, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1FA0, symBinAddr: 0x1736B0, symSize: 0x50 } + - { offsetInCU: 0x2131, offset: 0x1F51E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x20C0, symBinAddr: 0x1737D0, symSize: 0x20 } + - { offsetInCU: 0x214D, offset: 0x1F51FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x20E0, symBinAddr: 0x1737F0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1F55A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x1751E0, symSize: 0x170 } + - { offsetInCU: 0x87, offset: 0x1F5603, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x1751E0, symSize: 0x170 } + - { offsetInCU: 0x404, offset: 0x1F5980, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV04trimB002toC08atLength05curveG010maxSamples8accuracyAC5start_AC0D5PointAC3endtAC_12CoreGraphics7CGFloatVAOSiAOtF', symObjAddr: 0x170, symBinAddr: 0x175350, symSize: 0x370 } + - { offsetInCU: 0xA18, offset: 0x1F5F94, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV05splitB002toC08positionAC5start_AC9trimPointAC3endtAC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x4E0, symBinAddr: 0x1756C0, symSize: 0x210 } + - { offsetInCU: 0x12C4, offset: 0x1F6840, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwCP', symObjAddr: 0x6F0, symBinAddr: 0x1758D0, symSize: 0x30 } + - { offsetInCU: 0x12D8, offset: 0x1F6854, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwet', symObjAddr: 0x750, symBinAddr: 0x175900, symSize: 0x20 } + - { offsetInCU: 0x12EC, offset: 0x1F6868, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwst', symObjAddr: 0x770, symBinAddr: 0x175920, symSize: 0x40 } + - { offsetInCU: 0x1300, offset: 0x1F687C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVMa', symObjAddr: 0x7B0, symBinAddr: 0x175960, symSize: 0xA } + - { offsetInCU: 0x27, offset: 0x1F6ABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x175970, symSize: 0x50 } + - { offsetInCU: 0x75, offset: 0x1F6B0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x175970, symSize: 0x50 } + - { offsetInCU: 0xBC, offset: 0x1F6B54, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x50, symBinAddr: 0x1759C0, symSize: 0xF0 } + - { offsetInCU: 0x11E, offset: 0x1F6BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x140, symBinAddr: 0x175AB0, symSize: 0x50 } + - { offsetInCU: 0x13A, offset: 0x1F6BD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCfD', symObjAddr: 0x190, symBinAddr: 0x175B00, symSize: 0x30 } + - { offsetInCU: 0x168, offset: 0x1F6C00, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCMa', symObjAddr: 0x1C0, symBinAddr: 0x175B30, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x1F6DCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x175B50, symSize: 0x70 } + - { offsetInCU: 0x92, offset: 0x1F6E01, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc', symObjAddr: 0x70, symBinAddr: 0x175BC0, symSize: 0x40 } + - { offsetInCU: 0xB5, offset: 0x1F6E24, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfC', symObjAddr: 0xB0, symBinAddr: 0x175C00, symSize: 0x50 } + - { offsetInCU: 0xE9, offset: 0x1F6E58, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc', symObjAddr: 0x100, symBinAddr: 0x175C50, symSize: 0x40 } + - { offsetInCU: 0xFD, offset: 0x1F6E6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg', symObjAddr: 0x140, symBinAddr: 0x175C90, symSize: 0x30 } + - { offsetInCU: 0x12A, offset: 0x1F6E99, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs', symObjAddr: 0x170, symBinAddr: 0x175CC0, symSize: 0x20 } + - { offsetInCU: 0x146, offset: 0x1F6EB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM', symObjAddr: 0x190, symBinAddr: 0x175CE0, symSize: 0x40 } + - { offsetInCU: 0x1BE, offset: 0x1F6F2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM.resume.0', symObjAddr: 0x1D0, symBinAddr: 0x175D20, symSize: 0x90 } + - { offsetInCU: 0x22D, offset: 0x1F6F9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvg', symObjAddr: 0x260, symBinAddr: 0x175DB0, symSize: 0x30 } + - { offsetInCU: 0x25A, offset: 0x1F6FC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvs', symObjAddr: 0x2D0, symBinAddr: 0x175E20, symSize: 0x20 } + - { offsetInCU: 0x276, offset: 0x1F6FE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM', symObjAddr: 0x2F0, symBinAddr: 0x175E40, symSize: 0x40 } + - { offsetInCU: 0x2C1, offset: 0x1F7030, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM.resume.0', symObjAddr: 0x330, symBinAddr: 0x175E80, symSize: 0x90 } + - { offsetInCU: 0x330, offset: 0x1F709F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9valueTypeypXpvg', symObjAddr: 0x3C0, symBinAddr: 0x175F10, symSize: 0x20 } + - { offsetInCU: 0x34B, offset: 0x1F70BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg', symObjAddr: 0x3E0, symBinAddr: 0x175F30, symSize: 0xC0 } + - { offsetInCU: 0x398, offset: 0x1F7107, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x4A0, symBinAddr: 0x175FF0, symSize: 0x20 } + - { offsetInCU: 0x3B7, offset: 0x1F7126, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_Tf4nnn_g', symObjAddr: 0x1110, symBinAddr: 0x176BF0, symSize: 0xA0 } + - { offsetInCU: 0x446, offset: 0x1F71B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x4E0, symBinAddr: 0x176030, symSize: 0x20 } + - { offsetInCU: 0x469, offset: 0x1F71D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfd', symObjAddr: 0x500, symBinAddr: 0x176050, symSize: 0x50 } + - { offsetInCU: 0x4A4, offset: 0x1F7213, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfD', symObjAddr: 0x550, symBinAddr: 0x1760A0, symSize: 0x60 } + - { offsetInCU: 0x4E7, offset: 0x1F7256, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x5B0, symBinAddr: 0x176100, symSize: 0x20 } + - { offsetInCU: 0x521, offset: 0x1F7290, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5D0, symBinAddr: 0x176120, symSize: 0x20 } + - { offsetInCU: 0x57D, offset: 0x1F72EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x5F0, symBinAddr: 0x176140, symSize: 0x20 } + - { offsetInCU: 0x5B2, offset: 0x1F7321, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfcTf4ggn_n', symObjAddr: 0x650, symBinAddr: 0x1761A0, symSize: 0x170 } + - { offsetInCU: 0x60C, offset: 0x1F737B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5value33_20EE40CC71F69DE358C26FA8AA04C199LL4from9locationsSaySdGSayAA0A5ColorVG_AHtFTf4nnd_n', symObjAddr: 0x7C0, symBinAddr: 0x176310, symSize: 0x3D0 } + - { offsetInCU: 0xBBB, offset: 0x1F792A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfcTf4ggn_n', symObjAddr: 0xB90, symBinAddr: 0x1766E0, symSize: 0x1C0 } + - { offsetInCU: 0xCB0, offset: 0x1F7A1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvsTf4gn_n', symObjAddr: 0xD50, symBinAddr: 0x1768A0, symSize: 0xA0 } + - { offsetInCU: 0xD2D, offset: 0x1F7A9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvsTf4gn_n', symObjAddr: 0xDF0, symBinAddr: 0x176940, symSize: 0xA0 } + - { offsetInCU: 0xDAB, offset: 0x1F7B1A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TR', symObjAddr: 0x4C0, symBinAddr: 0x176010, symSize: 0x20 } + - { offsetInCU: 0xDBF, offset: 0x1F7B2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x610, symBinAddr: 0x176160, symSize: 0x20 } + - { offsetInCU: 0xE24, offset: 0x1F7B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x630, symBinAddr: 0x176180, symSize: 0x20 } + - { offsetInCU: 0xF52, offset: 0x1F7CC1, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOy', symObjAddr: 0xED0, symBinAddr: 0x1769E0, symSize: 0x20 } + - { offsetInCU: 0xF66, offset: 0x1F7CD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0xF20, symBinAddr: 0x176A30, symSize: 0x20 } + - { offsetInCU: 0xF9A, offset: 0x1F7D09, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0xF60, symBinAddr: 0x176A70, symSize: 0x20 } + - { offsetInCU: 0xFC3, offset: 0x1F7D32, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOe', symObjAddr: 0xF80, symBinAddr: 0x176A90, symSize: 0x20 } + - { offsetInCU: 0xFD7, offset: 0x1F7D46, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0xFD0, symBinAddr: 0x176AB0, symSize: 0x20 } + - { offsetInCU: 0xFEB, offset: 0x1F7D5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCMa', symObjAddr: 0x10B0, symBinAddr: 0x176B90, symSize: 0x20 } + - { offsetInCU: 0xFFF, offset: 0x1F7D6E, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie0A5ColorVGSayxGSHsSHRzlWl', symObjAddr: 0x11B0, symBinAddr: 0x176C90, symSize: 0x60 } + - { offsetInCU: 0x2B, offset: 0x1F806A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x176D80, symSize: 0x180 } + - { offsetInCU: 0xF4, offset: 0x1F8133, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x176D80, symSize: 0x180 } + - { offsetInCU: 0x295, offset: 0x1F82D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC04fontD0AA09AnimationcD0_pvW', symObjAddr: 0x180, symBinAddr: 0x176F00, symSize: 0x180 } + - { offsetInCU: 0x42B, offset: 0x1F846A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCfD', symObjAddr: 0x300, symBinAddr: 0x177080, symSize: 0x30 } + - { offsetInCU: 0x46F, offset: 0x1F84AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCMa', symObjAddr: 0x330, symBinAddr: 0x1770B0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1F8666, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1770D0, symSize: 0x90 } + - { offsetInCU: 0x4B, offset: 0x1F868A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ', symObjAddr: 0x880, symBinAddr: 0x208D40, symSize: 0x0 } + - { offsetInCU: 0x9E, offset: 0x1F86DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfC', symObjAddr: 0x220, symBinAddr: 0x1772F0, symSize: 0x10 } + - { offsetInCU: 0xC3, offset: 0x1F8702, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ', symObjAddr: 0x230, symBinAddr: 0x177300, symSize: 0x10 } + - { offsetInCU: 0xEF, offset: 0x1F872E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ', symObjAddr: 0x240, symBinAddr: 0x177310, symSize: 0x10 } + - { offsetInCU: 0x11B, offset: 0x1F875A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ', symObjAddr: 0x250, symBinAddr: 0x177320, symSize: 0x10 } + - { offsetInCU: 0x147, offset: 0x1F8786, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ', symObjAddr: 0x2B0, symBinAddr: 0x177380, symSize: 0x40 } + - { offsetInCU: 0x17F, offset: 0x1F87BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ', symObjAddr: 0x2F0, symBinAddr: 0x1773C0, symSize: 0x10 } + - { offsetInCU: 0x1AB, offset: 0x1F87EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg', symObjAddr: 0x300, symBinAddr: 0x1773D0, symSize: 0x10 } + - { offsetInCU: 0x1BF, offset: 0x1F87FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAsADP8rawValuex03RawH0Qz_tcfCTW', symObjAddr: 0x390, symBinAddr: 0x177460, symSize: 0x10 } + - { offsetInCU: 0x1FA, offset: 0x1F8839, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x3A0, symBinAddr: 0x177470, symSize: 0x10 } + - { offsetInCU: 0x227, offset: 0x1F8866, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x3B0, symBinAddr: 0x177480, symSize: 0x10 } + - { offsetInCU: 0x2DF, offset: 0x1F891E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg', symObjAddr: 0x90, symBinAddr: 0x177160, symSize: 0x50 } + - { offsetInCU: 0x2FD, offset: 0x1F893C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvg', symObjAddr: 0xE0, symBinAddr: 0x1771B0, symSize: 0x30 } + - { offsetInCU: 0x31B, offset: 0x1F895A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvs', symObjAddr: 0x110, symBinAddr: 0x1771E0, symSize: 0x30 } + - { offsetInCU: 0x359, offset: 0x1F8998, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM', symObjAddr: 0x140, symBinAddr: 0x177210, symSize: 0x10 } + - { offsetInCU: 0x377, offset: 0x1F89B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM.resume.0', symObjAddr: 0x150, symBinAddr: 0x177220, symSize: 0x10 } + - { offsetInCU: 0x3A2, offset: 0x1F89E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x160, symBinAddr: 0x177230, symSize: 0x20 } + - { offsetInCU: 0x3C0, offset: 0x1F89FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x180, symBinAddr: 0x177250, symSize: 0x20 } + - { offsetInCU: 0x3FE, offset: 0x1F8A3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM', symObjAddr: 0x1A0, symBinAddr: 0x177270, symSize: 0x20 } + - { offsetInCU: 0x42C, offset: 0x1F8A6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x1C0, symBinAddr: 0x177290, symSize: 0x10 } + - { offsetInCU: 0x457, offset: 0x1F8A96, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvg', symObjAddr: 0x1D0, symBinAddr: 0x1772A0, symSize: 0x10 } + - { offsetInCU: 0x475, offset: 0x1F8AB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvs', symObjAddr: 0x1E0, symBinAddr: 0x1772B0, symSize: 0x10 } + - { offsetInCU: 0x4B1, offset: 0x1F8AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM', symObjAddr: 0x1F0, symBinAddr: 0x1772C0, symSize: 0x20 } + - { offsetInCU: 0x4DF, offset: 0x1F8B1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM.resume.0', symObjAddr: 0x210, symBinAddr: 0x1772E0, symSize: 0x10 } + - { offsetInCU: 0x50B, offset: 0x1F8B4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x260, symBinAddr: 0x177330, symSize: 0x50 } + - { offsetInCU: 0x5F7, offset: 0x1F8C36, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAASYWb', symObjAddr: 0x310, symBinAddr: 0x1773E0, symSize: 0x10 } + - { offsetInCU: 0x60B, offset: 0x1F8C4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSYAAWl', symObjAddr: 0x320, symBinAddr: 0x1773F0, symSize: 0x30 } + - { offsetInCU: 0x61F, offset: 0x1F8C5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAs0F7AlgebraPWb', symObjAddr: 0x350, symBinAddr: 0x177420, symSize: 0x10 } + - { offsetInCU: 0x633, offset: 0x1F8C72, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs10SetAlgebraAAWl', symObjAddr: 0x360, symBinAddr: 0x177430, symSize: 0x30 } + - { offsetInCU: 0x647, offset: 0x1F8C86, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAASQWb', symObjAddr: 0x3C0, symBinAddr: 0x177490, symSize: 0x10 } + - { offsetInCU: 0x65B, offset: 0x1F8C9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSQAAWl', symObjAddr: 0x3D0, symBinAddr: 0x1774A0, symSize: 0x30 } + - { offsetInCU: 0x66F, offset: 0x1F8CAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x400, symBinAddr: 0x1774D0, symSize: 0x10 } + - { offsetInCU: 0x683, offset: 0x1F8CC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs25ExpressibleByArrayLiteralAAWl', symObjAddr: 0x410, symBinAddr: 0x1774E0, symSize: 0x30 } + - { offsetInCU: 0x6AD, offset: 0x1F8CEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwCP', symObjAddr: 0x610, symBinAddr: 0x1776E0, symSize: 0x30 } + - { offsetInCU: 0x6C1, offset: 0x1F8D00, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwxx', symObjAddr: 0x640, symBinAddr: 0x177710, symSize: 0x30 } + - { offsetInCU: 0x6D5, offset: 0x1F8D14, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwcp', symObjAddr: 0x670, symBinAddr: 0x177740, symSize: 0x50 } + - { offsetInCU: 0x6E9, offset: 0x1F8D28, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwca', symObjAddr: 0x6C0, symBinAddr: 0x177790, symSize: 0x70 } + - { offsetInCU: 0x6FD, offset: 0x1F8D3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwta', symObjAddr: 0x750, symBinAddr: 0x177800, symSize: 0x60 } + - { offsetInCU: 0x711, offset: 0x1F8D50, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwet', symObjAddr: 0x7B0, symBinAddr: 0x177860, symSize: 0x50 } + - { offsetInCU: 0x725, offset: 0x1F8D64, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwst', symObjAddr: 0x800, symBinAddr: 0x1778B0, symSize: 0x50 } + - { offsetInCU: 0x739, offset: 0x1F8D78, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVMa', symObjAddr: 0x850, symBinAddr: 0x177900, symSize: 0x10 } + - { offsetInCU: 0x74D, offset: 0x1F8D8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVMa', symObjAddr: 0x860, symBinAddr: 0x177910, symSize: 0x10 } + - { offsetInCU: 0x832, offset: 0x1F8E71, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1770D0, symSize: 0x90 } + - { offsetInCU: 0x9F5, offset: 0x1F9034, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x440, symBinAddr: 0x177510, symSize: 0x10 } + - { offsetInCU: 0xA67, offset: 0x1F90A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP5unionyxxnFTW', symObjAddr: 0x450, symBinAddr: 0x177520, symSize: 0x10 } + - { offsetInCU: 0xB3F, offset: 0x1F917E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP12intersectionyxxFTW', symObjAddr: 0x460, symBinAddr: 0x177530, symSize: 0x10 } + - { offsetInCU: 0xC0F, offset: 0x1F924E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP19symmetricDifferenceyxxnFTW', symObjAddr: 0x470, symBinAddr: 0x177540, symSize: 0x10 } + - { offsetInCU: 0xCC9, offset: 0x1F9308, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6insertySb8inserted_7ElementQz17memberAfterInserttAInFTW', symObjAddr: 0x480, symBinAddr: 0x177550, symSize: 0x30 } + - { offsetInCU: 0xE0A, offset: 0x1F9449, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6removey7ElementQzSgAHFTW', symObjAddr: 0x4B0, symBinAddr: 0x177580, symSize: 0x30 } + - { offsetInCU: 0xF2E, offset: 0x1F956D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6update4with7ElementQzSgAIn_tFTW', symObjAddr: 0x4E0, symBinAddr: 0x1775B0, symSize: 0x30 } + - { offsetInCU: 0x1041, offset: 0x1F9680, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP9formUnionyyxnFTW', symObjAddr: 0x510, symBinAddr: 0x1775E0, symSize: 0x10 } + - { offsetInCU: 0x1095, offset: 0x1F96D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP16formIntersectionyyxFTW', symObjAddr: 0x520, symBinAddr: 0x1775F0, symSize: 0x10 } + - { offsetInCU: 0x10E9, offset: 0x1F9728, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x530, symBinAddr: 0x177600, symSize: 0x10 } + - { offsetInCU: 0x114C, offset: 0x1F978B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP11subtractingyxxFTW', symObjAddr: 0x540, symBinAddr: 0x177610, symSize: 0x20 } + - { offsetInCU: 0x1230, offset: 0x1F986F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8isSubset2ofSbx_tFTW', symObjAddr: 0x560, symBinAddr: 0x177630, symSize: 0x20 } + - { offsetInCU: 0x12A7, offset: 0x1F98E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isDisjoint4withSbx_tFTW', symObjAddr: 0x580, symBinAddr: 0x177650, symSize: 0x10 } + - { offsetInCU: 0x135F, offset: 0x1F999E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isSuperset2ofSbx_tFTW', symObjAddr: 0x590, symBinAddr: 0x177660, symSize: 0x20 } + - { offsetInCU: 0x13F9, offset: 0x1F9A38, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP7isEmptySbvgTW', symObjAddr: 0x5B0, symBinAddr: 0x177680, symSize: 0x10 } + - { offsetInCU: 0x1461, offset: 0x1F9AA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPyxqd__ncSTRd__7ElementQyd__AFRtzlufCTW', symObjAddr: 0x5C0, symBinAddr: 0x177690, symSize: 0x20 } + - { offsetInCU: 0x147D, offset: 0x1F9ABC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8subtractyyxFTW', symObjAddr: 0x5E0, symBinAddr: 0x1776B0, symSize: 0x10 } + - { offsetInCU: 0x150F, offset: 0x1F9B4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5F0, symBinAddr: 0x1776C0, symSize: 0x10 } + - { offsetInCU: 0x154D, offset: 0x1F9B8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs25ExpressibleByArrayLiteralAAsADP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x600, symBinAddr: 0x1776D0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x1F9D33, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMi', symObjAddr: 0x0, symBinAddr: 0x177930, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x1F9D47, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMr', symObjAddr: 0x10, symBinAddr: 0x177940, symSize: 0x50 } + - { offsetInCU: 0x67, offset: 0x1F9D5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE12interpolatorAA0D13ValueProvider_pvg', symObjAddr: 0x60, symBinAddr: 0x177990, symSize: 0x60 } + - { offsetInCU: 0xE6, offset: 0x1F9DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC9keyframes33unsupportedAfterEffectsExpressionACyxGs15ContiguousArrayVyAA0B0CyxGG_SSSgtcfC', symObjAddr: 0xC0, symBinAddr: 0x1779F0, symSize: 0x40 } + - { offsetInCU: 0x136, offset: 0x1F9E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueSSvg', symObjAddr: 0x100, symBinAddr: 0x177A30, symSize: 0x30 } + - { offsetInCU: 0x167, offset: 0x1F9E5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x3B0, symBinAddr: 0x177CC0, symSize: 0x70 } + - { offsetInCU: 0x19C, offset: 0x1F9E90, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x420, symBinAddr: 0x177D30, symSize: 0x10 } + - { offsetInCU: 0x1D1, offset: 0x1F9EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueSSvg', symObjAddr: 0x430, symBinAddr: 0x177D40, symSize: 0x30 } + - { offsetInCU: 0x202, offset: 0x1F9EF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x590, symBinAddr: 0x177EA0, symSize: 0x30 } + - { offsetInCU: 0x21E, offset: 0x1F9F12, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x5C0, symBinAddr: 0x177ED0, symSize: 0x30 } + - { offsetInCU: 0x23A, offset: 0x1F9F2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValueSSvgTW', symObjAddr: 0x5F0, symBinAddr: 0x177F00, symSize: 0x10 } + - { offsetInCU: 0x256, offset: 0x1F9F4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x600, symBinAddr: 0x177F10, symSize: 0x20 } + - { offsetInCU: 0x272, offset: 0x1F9F66, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValueSiSgvgTW', symObjAddr: 0x620, symBinAddr: 0x177F30, symSize: 0x10 } + - { offsetInCU: 0x29D, offset: 0x1F9F91, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x630, symBinAddr: 0x177F40, symSize: 0x20 } + - { offsetInCU: 0x2CE, offset: 0x1F9FC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1AF0, symBinAddr: 0x179330, symSize: 0x10 } + - { offsetInCU: 0x34D, offset: 0x1FA041, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCfD', symObjAddr: 0x6D0, symBinAddr: 0x177FC0, symSize: 0x30 } + - { offsetInCU: 0x398, offset: 0x1FA08C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlF', symObjAddr: 0x130, symBinAddr: 0x177A60, symSize: 0x140 } + - { offsetInCU: 0x41D, offset: 0x1FA111, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_', symObjAddr: 0x17C0, symBinAddr: 0x179090, symSize: 0x90 } + - { offsetInCU: 0x481, offset: 0x1FA175, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9withValueyACyqd__Gqd__lF', symObjAddr: 0x270, symBinAddr: 0x177BA0, symSize: 0x120 } + - { offsetInCU: 0x4CE, offset: 0x1FA1C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMa', symObjAddr: 0x700, symBinAddr: 0x177FF0, symSize: 0x10 } + - { offsetInCU: 0x4ED, offset: 0x1FA1E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0x730, symBinAddr: 0x178000, symSize: 0x9A0 } + - { offsetInCU: 0x6D0, offset: 0x1FA3C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x10D0, symBinAddr: 0x1789A0, symSize: 0x30 } + - { offsetInCU: 0x72A, offset: 0x1FA41E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x1100, symBinAddr: 0x1789D0, symSize: 0x4F0 } + - { offsetInCU: 0x8B1, offset: 0x1FA5A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x15F0, symBinAddr: 0x178EC0, symSize: 0x20 } + - { offsetInCU: 0x8D4, offset: 0x1FA5C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x1610, symBinAddr: 0x178EE0, symSize: 0x60 } + - { offsetInCU: 0x92F, offset: 0x1FA623, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x1670, symBinAddr: 0x178F40, symSize: 0x20 } + - { offsetInCU: 0x956, offset: 0x1FA64A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x1690, symBinAddr: 0x178F60, symSize: 0x70 } + - { offsetInCU: 0x9CA, offset: 0x1FA6BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE9hashValueSivg', symObjAddr: 0x1700, symBinAddr: 0x178FD0, symSize: 0x40 } + - { offsetInCU: 0xA48, offset: 0x1FA73C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x1740, symBinAddr: 0x179010, symSize: 0x20 } + - { offsetInCU: 0xA64, offset: 0x1FA758, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1760, symBinAddr: 0x179030, symSize: 0x20 } + - { offsetInCU: 0xA78, offset: 0x1FA76C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvg', symObjAddr: 0x1850, symBinAddr: 0x179120, symSize: 0x40 } + - { offsetInCU: 0xADD, offset: 0x1FA7D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP7untypedACyypGvgTW', symObjAddr: 0x1890, symBinAddr: 0x179160, symSize: 0x20 } + - { offsetInCU: 0xAF9, offset: 0x1FA7ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP12interpolatorAA0D13ValueProvider_pvgTW', symObjAddr: 0x18B0, symBinAddr: 0x179180, symSize: 0x20 } + - { offsetInCU: 0xB15, offset: 0x1FA809, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSQWb', symObjAddr: 0x18D0, symBinAddr: 0x1791A0, symSize: 0x30 } + - { offsetInCU: 0xB29, offset: 0x1FA81D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_TA', symObjAddr: 0x1900, symBinAddr: 0x1791D0, symSize: 0x20 } + - { offsetInCU: 0xB3D, offset: 0x1FA831, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMa', symObjAddr: 0x1920, symBinAddr: 0x1791F0, symSize: 0x10 } + - { offsetInCU: 0xB58, offset: 0x1FA84C, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF', symObjAddr: 0x19C0, symBinAddr: 0x179200, symSize: 0x60 } + - { offsetInCU: 0xBF6, offset: 0x1FA8EA, size: 0x8, addend: 0x0, symName: '_$sSa13_adoptStorage_5countSayxG_SpyxGts016_ContiguousArrayB0CyxGn_SitFZTf4gnn_n', symObjAddr: 0x1B00, symBinAddr: 0x179340, symSize: 0x80 } + - { offsetInCU: 0xC65, offset: 0x1FA959, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvgypxXEfU_TA', symObjAddr: 0x1BC0, symBinAddr: 0x1793C0, symSize: 0x40 } + - { offsetInCU: 0xCA0, offset: 0x1FA994, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMi', symObjAddr: 0x1C60, symBinAddr: 0x179400, symSize: 0x10 } + - { offsetInCU: 0xCB4, offset: 0x1FA9A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwet', symObjAddr: 0x1C90, symBinAddr: 0x179410, symSize: 0x80 } + - { offsetInCU: 0xCC8, offset: 0x1FA9BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwst', symObjAddr: 0x1D10, symBinAddr: 0x179490, symSize: 0xD0 } + - { offsetInCU: 0xCDC, offset: 0x1FA9D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwug', symObjAddr: 0x1DE0, symBinAddr: 0x179560, symSize: 0x10 } + - { offsetInCU: 0xCF0, offset: 0x1FA9E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwup', symObjAddr: 0x1DF0, symBinAddr: 0x179570, symSize: 0x10 } + - { offsetInCU: 0xD04, offset: 0x1FA9F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwui', symObjAddr: 0x1E00, symBinAddr: 0x179580, symSize: 0x10 } + - { offsetInCU: 0xD18, offset: 0x1FAA0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASQWb', symObjAddr: 0x1E10, symBinAddr: 0x179590, symSize: 0x20 } + - { offsetInCU: 0xD2C, offset: 0x1FAA20, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E30, symBinAddr: 0x1795B0, symSize: 0x20 } + - { offsetInCU: 0xD40, offset: 0x1FAA34, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1E50, symBinAddr: 0x1795D0, symSize: 0x20 } + - { offsetInCU: 0xDA7, offset: 0x1FAA9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x460, symBinAddr: 0x177D70, symSize: 0x50 } + - { offsetInCU: 0xDC3, offset: 0x1FAAB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x4B0, symBinAddr: 0x177DC0, symSize: 0x40 } + - { offsetInCU: 0xDDF, offset: 0x1FAAD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4F0, symBinAddr: 0x177E00, symSize: 0x50 } + - { offsetInCU: 0xDFB, offset: 0x1FAAEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x540, symBinAddr: 0x177E50, symSize: 0x50 } + - { offsetInCU: 0xE1E, offset: 0x1FAB12, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x650, symBinAddr: 0x177F60, symSize: 0x30 } + - { offsetInCU: 0xE3A, offset: 0x1FAB2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x680, symBinAddr: 0x177F90, symSize: 0x30 } + - { offsetInCU: 0xF0A, offset: 0x1FABFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1780, symBinAddr: 0x179050, symSize: 0x40 } + - { offsetInCU: 0xF4F, offset: 0x1FAC43, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV6appendyyxnFTf4gn_n', symObjAddr: 0x1A20, symBinAddr: 0x179260, symSize: 0x70 } + - { offsetInCU: 0xFBD, offset: 0x1FACB1, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV12arrayLiteralAByxGxd_tcfCTf4gn_n', symObjAddr: 0x1A90, symBinAddr: 0x1792D0, symSize: 0x60 } + - { offsetInCU: 0x2B, offset: 0x1FAF7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x1795F0, symSize: 0x170 } + - { offsetInCU: 0xB2, offset: 0x1FB001, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x1795F0, symSize: 0x170 } + - { offsetInCU: 0x1D6, offset: 0x1FB125, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15setupAnimations7contextyAA0dC7ContextV_tKF', symObjAddr: 0x170, symBinAddr: 0x179760, symSize: 0x340 } + - { offsetInCU: 0x3A4, offset: 0x1FB2F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x4B0, symBinAddr: 0x179AA0, symSize: 0x210 } + - { offsetInCU: 0x5B0, offset: 0x1FB4FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x6C0, symBinAddr: 0x179CB0, symSize: 0x30 } + - { offsetInCU: 0x5EA, offset: 0x1FB539, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCACycfcTo', symObjAddr: 0x6F0, symBinAddr: 0x179CE0, symSize: 0x30 } + - { offsetInCU: 0x64D, offset: 0x1FB59C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x720, symBinAddr: 0x179D10, symSize: 0x90 } + - { offsetInCU: 0x6BB, offset: 0x1FB60A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x7B0, symBinAddr: 0x179DA0, symSize: 0x40 } + - { offsetInCU: 0x6FE, offset: 0x1FB64D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCfD', symObjAddr: 0x7F0, symBinAddr: 0x179DE0, symSize: 0x30 } + - { offsetInCU: 0x72B, offset: 0x1FB67A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCAA0cD0A2aDP15setupAnimations7contextyAA0dC7ContextV_tKFTW', symObjAddr: 0x840, symBinAddr: 0x179E30, symSize: 0x20 } + - { offsetInCU: 0x816, offset: 0x1FB765, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCMa', symObjAddr: 0x820, symBinAddr: 0x179E10, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1FB9D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x179E50, symSize: 0x70 } + - { offsetInCU: 0x4F, offset: 0x1FB9FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x179E50, symSize: 0x70 } + - { offsetInCU: 0x7C, offset: 0x1FBA27, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfD', symObjAddr: 0x70, symBinAddr: 0x179EC0, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x1FBA63, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0x179F00, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x1FBAA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xD0, symBinAddr: 0x179F20, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x1FBAE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x100, symBinAddr: 0x179F50, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x1FBB17, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesC08gradientC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x300, symBinAddr: 0x17A150, symSize: 0xB50 } + - { offsetInCU: 0x8DB, offset: 0x1FC286, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCMa', symObjAddr: 0x90, symBinAddr: 0x179EE0, symSize: 0x20 } + - { offsetInCU: 0x919, offset: 0x1FC2C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCfD', symObjAddr: 0x120, symBinAddr: 0x179F70, symSize: 0x40 } + - { offsetInCU: 0x97A, offset: 0x1FC325, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x180, symBinAddr: 0x179FD0, symSize: 0x40 } + - { offsetInCU: 0x9C4, offset: 0x1FC36F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x1C0, symBinAddr: 0x17A010, symSize: 0x30 } + - { offsetInCU: 0xA05, offset: 0x1FC3B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1F0, symBinAddr: 0x17A040, symSize: 0x10 } + - { offsetInCU: 0xA37, offset: 0x1FC3E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x200, symBinAddr: 0x17A050, symSize: 0x10 } + - { offsetInCU: 0xA9B, offset: 0x1FC446, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x210, symBinAddr: 0x17A060, symSize: 0x20 } + - { offsetInCU: 0xAFD, offset: 0x1FC4A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x17A080, symSize: 0x10 } + - { offsetInCU: 0xB28, offset: 0x1FC4D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x240, symBinAddr: 0x17A090, symSize: 0x10 } + - { offsetInCU: 0xB5A, offset: 0x1FC505, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x250, symBinAddr: 0x17A0A0, symSize: 0x10 } + - { offsetInCU: 0xB85, offset: 0x1FC530, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x260, symBinAddr: 0x17A0B0, symSize: 0x10 } + - { offsetInCU: 0xBC6, offset: 0x1FC571, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x270, symBinAddr: 0x17A0C0, symSize: 0x10 } + - { offsetInCU: 0xC07, offset: 0x1FC5B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x280, symBinAddr: 0x17A0D0, symSize: 0x20 } + - { offsetInCU: 0xC39, offset: 0x1FC5E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x2A0, symBinAddr: 0x17A0F0, symSize: 0x10 } + - { offsetInCU: 0xC73, offset: 0x1FC61E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x2B0, symBinAddr: 0x17A100, symSize: 0x50 } + - { offsetInCU: 0xCB0, offset: 0x1FC65B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xE50, symBinAddr: 0x17ACA0, symSize: 0x4D0 } + - { offsetInCU: 0x1561, offset: 0x1FCF0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCMa', symObjAddr: 0x160, symBinAddr: 0x179FB0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1FDCF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0x17B170, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x1FDD16, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0x17B170, symSize: 0x10 } + - { offsetInCU: 0x7A, offset: 0x1FDD45, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF', symObjAddr: 0x10, symBinAddr: 0x17B180, symSize: 0x20 } + - { offsetInCU: 0x110, offset: 0x1FDDDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO9hashValueSivg', symObjAddr: 0x30, symBinAddr: 0x17B1A0, symSize: 0x40 } + - { offsetInCU: 0x20B, offset: 0x1FDED6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x70, symBinAddr: 0x17B1E0, symSize: 0x10 } + - { offsetInCU: 0x261, offset: 0x1FDF2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x80, symBinAddr: 0x17B1F0, symSize: 0x40 } + - { offsetInCU: 0x345, offset: 0x1FE010, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC0, symBinAddr: 0x17B230, symSize: 0x20 } + - { offsetInCU: 0x3CE, offset: 0x1FE099, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASQWb', symObjAddr: 0x120, symBinAddr: 0x17B290, symSize: 0x10 } + - { offsetInCU: 0x3E2, offset: 0x1FE0AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOACSQAAWl', symObjAddr: 0x130, symBinAddr: 0x17B2A0, symSize: 0x30 } + - { offsetInCU: 0x3F6, offset: 0x1FE0C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwet', symObjAddr: 0x180, symBinAddr: 0x17B2D0, symSize: 0x80 } + - { offsetInCU: 0x40A, offset: 0x1FE0D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwst', symObjAddr: 0x200, symBinAddr: 0x17B350, symSize: 0xD0 } + - { offsetInCU: 0x41E, offset: 0x1FE0E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwug', symObjAddr: 0x2D0, symBinAddr: 0x17B420, symSize: 0x10 } + - { offsetInCU: 0x432, offset: 0x1FE0FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwup', symObjAddr: 0x2E0, symBinAddr: 0x17B430, symSize: 0x10 } + - { offsetInCU: 0x446, offset: 0x1FE111, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwui', symObjAddr: 0x2F0, symBinAddr: 0x17B440, symSize: 0x10 } + - { offsetInCU: 0x45A, offset: 0x1FE125, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOMa', symObjAddr: 0x300, symBinAddr: 0x17B450, symSize: 0xA } + - { offsetInCU: 0x4AC, offset: 0x1FE177, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE0, symBinAddr: 0x17B250, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1FE367, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x17B460, symSize: 0x10 } + - { offsetInCU: 0x4F, offset: 0x1FE38B, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotificationSo18NSNotificationNameavp', symObjAddr: 0x3308, symBinAddr: 0x21F8B8, symSize: 0x0 } + - { offsetInCU: 0x5D, offset: 0x1FE399, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x17B460, symSize: 0x10 } + - { offsetInCU: 0x71, offset: 0x1FE3AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMr', symObjAddr: 0x10, symBinAddr: 0x17B470, symSize: 0x80 } + - { offsetInCU: 0x85, offset: 0x1FE3C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotification_WZ', symObjAddr: 0x90, symBinAddr: 0x17B4F0, symSize: 0x30 } + - { offsetInCU: 0xAB, offset: 0x1FE3E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfd', symObjAddr: 0xC0, symBinAddr: 0x17B520, symSize: 0x50 } + - { offsetInCU: 0xEF, offset: 0x1FE42B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfD', symObjAddr: 0x110, symBinAddr: 0x17B570, symSize: 0x20 } + - { offsetInCU: 0x11D, offset: 0x1FE459, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMa', symObjAddr: 0x130, symBinAddr: 0x17B590, symSize: 0x10 } + - { offsetInCU: 0x131, offset: 0x1FE46D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMi', symObjAddr: 0x140, symBinAddr: 0x17B5A0, symSize: 0x10 } + - { offsetInCU: 0x145, offset: 0x1FE481, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMr', symObjAddr: 0x150, symBinAddr: 0x17B5B0, symSize: 0xB0 } + - { offsetInCU: 0x19D, offset: 0x1FE4D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCfD', symObjAddr: 0x200, symBinAddr: 0x17B660, symSize: 0x50 } + - { offsetInCU: 0x1FD, offset: 0x1FE539, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMa', symObjAddr: 0x250, symBinAddr: 0x17B6B0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1FE6DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x17B6C0, symSize: 0x130 } + - { offsetInCU: 0x17E, offset: 0x1FE836, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x17B6C0, symSize: 0x130 } + - { offsetInCU: 0x51B, offset: 0x1FEBD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x130, symBinAddr: 0x17B7F0, symSize: 0x70 } + - { offsetInCU: 0x73A, offset: 0x1FEDF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1A0, symBinAddr: 0x17B860, symSize: 0x80 } + - { offsetInCU: 0x756, offset: 0x1FEE0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x220, symBinAddr: 0x17B8E0, symSize: 0x30 } + - { offsetInCU: 0x7A8, offset: 0x1FEE60, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x250, symBinAddr: 0x17B910, symSize: 0x20 } + - { offsetInCU: 0x13F, offset: 0x1FF18A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5shape10otherItems7contextA2C0C0V_SayAHGAA0D7ContextVtKcfc', symObjAddr: 0x370, symBinAddr: 0x17BCA0, symSize: 0xA00 } + - { offsetInCU: 0x958, offset: 0x1FF9A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xD70, symBinAddr: 0x17C6A0, symSize: 0x80 } + - { offsetInCU: 0x99F, offset: 0x1FF9EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfc', symObjAddr: 0xDF0, symBinAddr: 0x17C720, symSize: 0x240 } + - { offsetInCU: 0xA62, offset: 0x1FFAAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfcTo', symObjAddr: 0x1030, symBinAddr: 0x17C960, symSize: 0x50 } + - { offsetInCU: 0xA94, offset: 0x1FFADF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x1080, symBinAddr: 0x17C9B0, symSize: 0x660 } + - { offsetInCU: 0xB40, offset: 0x1FFB8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC24setupSolidFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL05shapeD07contextySo07CAShapeD0C_AA0D16AnimationContextVtKF', symObjAddr: 0x16E0, symBinAddr: 0x17D010, symSize: 0x1530 } + - { offsetInCU: 0x12F3, offset: 0x20033E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC27setupGradientFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKF', symObjAddr: 0x2C10, symBinAddr: 0x17E540, symSize: 0x1280 } + - { offsetInCU: 0x19C7, offset: 0x200A12, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC017setupGradientFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0gD13ConfigurationAELLOAA0fG0C_tF', symObjAddr: 0x3E90, symBinAddr: 0x17F7C0, symSize: 0x2E0 } + - { offsetInCU: 0x1C30, offset: 0x200C7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC014setupSolidFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLAC0gD13ConfigurationAELLOyF', symObjAddr: 0x4170, symBinAddr: 0x17FAA0, symSize: 0xA0 } + - { offsetInCU: 0x1D93, offset: 0x200DDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC019setupGradientStrokeD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0F6LayersAELLVAA0fG0C_tF', symObjAddr: 0x4210, symBinAddr: 0x17FB40, symSize: 0x240 } + - { offsetInCU: 0x1FAC, offset: 0x200FF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCACycfcTo', symObjAddr: 0x4850, symBinAddr: 0x180180, symSize: 0x30 } + - { offsetInCU: 0x2013, offset: 0x20105E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfD', symObjAddr: 0x4900, symBinAddr: 0x180230, symSize: 0x30 } + - { offsetInCU: 0x2040, offset: 0x20108B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC29setupGradientStrokeAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKFTf4xnn_n', symObjAddr: 0x51E0, symBinAddr: 0x180AC0, symSize: 0x1030 } + - { offsetInCU: 0x2AA7, offset: 0x201AF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV3foryAcA09ShapeItemB0C0G0VF', symObjAddr: 0x4450, symBinAddr: 0x17FD80, symSize: 0x400 } + - { offsetInCU: 0x2D6E, offset: 0x201DB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfE', symObjAddr: 0x4880, symBinAddr: 0x1801B0, symSize: 0x80 } + - { offsetInCU: 0x2D9B, offset: 0x201DE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfETo', symObjAddr: 0x4930, symBinAddr: 0x180260, symSize: 0x80 } + - { offsetInCU: 0x2DCA, offset: 0x201E15, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCMa', symObjAddr: 0x49B0, symBinAddr: 0x1802E0, symSize: 0x20 } + - { offsetInCU: 0x2DDE, offset: 0x201E29, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwxx', symObjAddr: 0x49D0, symBinAddr: 0x180300, symSize: 0x40 } + - { offsetInCU: 0x2DF2, offset: 0x201E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwcp', symObjAddr: 0x4A10, symBinAddr: 0x180340, symSize: 0x60 } + - { offsetInCU: 0x2E06, offset: 0x201E51, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwca', symObjAddr: 0x4A70, symBinAddr: 0x1803A0, symSize: 0x90 } + - { offsetInCU: 0x2E1A, offset: 0x201E65, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwta', symObjAddr: 0x4B20, symBinAddr: 0x180430, symSize: 0x60 } + - { offsetInCU: 0x2E2E, offset: 0x201E79, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwet', symObjAddr: 0x4B80, symBinAddr: 0x180490, symSize: 0x40 } + - { offsetInCU: 0x2E42, offset: 0x201E8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwst', symObjAddr: 0x4BC0, symBinAddr: 0x1804D0, symSize: 0x50 } + - { offsetInCU: 0x2E56, offset: 0x201EA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVMa', symObjAddr: 0x4C10, symBinAddr: 0x180520, symSize: 0x10 } + - { offsetInCU: 0x2E6A, offset: 0x201EB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwCP', symObjAddr: 0x4C20, symBinAddr: 0x180530, symSize: 0x30 } + - { offsetInCU: 0x2E7E, offset: 0x201EC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOy', symObjAddr: 0x4C50, symBinAddr: 0x180560, symSize: 0x50 } + - { offsetInCU: 0x2E92, offset: 0x201EDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwxx', symObjAddr: 0x4CA0, symBinAddr: 0x1805B0, symSize: 0x20 } + - { offsetInCU: 0x2EA6, offset: 0x201EF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOe', symObjAddr: 0x4CC0, symBinAddr: 0x1805D0, symSize: 0x50 } + - { offsetInCU: 0x2EBA, offset: 0x201F05, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwcp', symObjAddr: 0x4D10, symBinAddr: 0x180620, symSize: 0x70 } + - { offsetInCU: 0x2ECE, offset: 0x201F19, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwca', symObjAddr: 0x4D80, symBinAddr: 0x180690, symSize: 0x80 } + - { offsetInCU: 0x2EE2, offset: 0x201F2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwta', symObjAddr: 0x4E20, symBinAddr: 0x180710, symSize: 0x50 } + - { offsetInCU: 0x2EF6, offset: 0x201F41, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwet', symObjAddr: 0x4E70, symBinAddr: 0x180760, symSize: 0x50 } + - { offsetInCU: 0x2F0A, offset: 0x201F55, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwst', symObjAddr: 0x4EC0, symBinAddr: 0x1807B0, symSize: 0x50 } + - { offsetInCU: 0x2F1E, offset: 0x201F69, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwug', symObjAddr: 0x4F10, symBinAddr: 0x180800, symSize: 0x10 } + - { offsetInCU: 0x2F32, offset: 0x201F7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwup', symObjAddr: 0x4F20, symBinAddr: 0x180810, symSize: 0x10 } + - { offsetInCU: 0x2F46, offset: 0x201F91, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwui', symObjAddr: 0x4F30, symBinAddr: 0x180820, symSize: 0x10 } + - { offsetInCU: 0x2F5A, offset: 0x201FA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOMa', symObjAddr: 0x4F40, symBinAddr: 0x180830, symSize: 0x10 } + - { offsetInCU: 0x2F6E, offset: 0x201FB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VwCP', symObjAddr: 0x4F50, symBinAddr: 0x180840, symSize: 0x30 } + - { offsetInCU: 0x2F82, offset: 0x201FCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwxx', symObjAddr: 0x4F80, symBinAddr: 0x180870, symSize: 0x20 } + - { offsetInCU: 0x2F96, offset: 0x201FE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwcp', symObjAddr: 0x4FA0, symBinAddr: 0x180890, symSize: 0x30 } + - { offsetInCU: 0x2FAA, offset: 0x201FF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwca', symObjAddr: 0x4FD0, symBinAddr: 0x1808C0, symSize: 0x50 } + - { offsetInCU: 0x2FBE, offset: 0x202009, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwta', symObjAddr: 0x5030, symBinAddr: 0x180910, symSize: 0x40 } + - { offsetInCU: 0x2FD2, offset: 0x20201D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwet', symObjAddr: 0x5070, symBinAddr: 0x180950, symSize: 0x40 } + - { offsetInCU: 0x2FE6, offset: 0x202031, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwst', symObjAddr: 0x50B0, symBinAddr: 0x180990, symSize: 0x40 } + - { offsetInCU: 0x2FFA, offset: 0x202045, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VMa', symObjAddr: 0x50F0, symBinAddr: 0x1809D0, symSize: 0x10 } + - { offsetInCU: 0x300E, offset: 0x202059, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLO4fill_AC14GradientLayersAELLVSg14gradientStroketSgWOe', symObjAddr: 0x5100, symBinAddr: 0x1809E0, symSize: 0x50 } + - { offsetInCU: 0x3022, offset: 0x20206D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOe', symObjAddr: 0x5150, symBinAddr: 0x180A30, symSize: 0x40 } + - { offsetInCU: 0x3036, offset: 0x202081, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOy', symObjAddr: 0x5190, symBinAddr: 0x180A70, symSize: 0x50 } + - { offsetInCU: 0x308A, offset: 0x2020D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x62E0, symBinAddr: 0x181AF0, symSize: 0x20 } + - { offsetInCU: 0x309E, offset: 0x2020E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x6300, symBinAddr: 0x181B10, symSize: 0x20 } + - { offsetInCU: 0x92, offset: 0x202631, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x181C70, symSize: 0x30 } + - { offsetInCU: 0xC3, offset: 0x202662, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0x181CA0, symSize: 0x20 } + - { offsetInCU: 0x10F, offset: 0x2026AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1A0, symBinAddr: 0x181D50, symSize: 0xD80 } + - { offsetInCU: 0x199, offset: 0x202738, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xF20, symBinAddr: 0x182AD0, symSize: 0x1330 } + - { offsetInCU: 0x6E1, offset: 0x202C80, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x2250, symBinAddr: 0x183E00, symSize: 0x20 } + - { offsetInCU: 0x718, offset: 0x202CB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2550, symBinAddr: 0x184100, symSize: 0x20 } + - { offsetInCU: 0x78B, offset: 0x202D2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x2A20, symBinAddr: 0x1845D0, symSize: 0x40 } + - { offsetInCU: 0x7D1, offset: 0x202D70, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x2A60, symBinAddr: 0x184610, symSize: 0x30 } + - { offsetInCU: 0x7E5, offset: 0x202D84, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2A90, symBinAddr: 0x184640, symSize: 0x10 } + - { offsetInCU: 0x81B, offset: 0x202DBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2AA0, symBinAddr: 0x184650, symSize: 0x30 } + - { offsetInCU: 0x880, offset: 0x202E1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2AD0, symBinAddr: 0x184680, symSize: 0x10 } + - { offsetInCU: 0x89C, offset: 0x202E3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2AE0, symBinAddr: 0x184690, symSize: 0x10 } + - { offsetInCU: 0x8B8, offset: 0x202E57, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3A40, symBinAddr: 0x185380, symSize: 0x50 } + - { offsetInCU: 0x8F0, offset: 0x202E8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x2270, symBinAddr: 0x183E20, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0x202EC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2530, symBinAddr: 0x1840E0, symSize: 0x20 } + - { offsetInCU: 0x9A5, offset: 0x202F44, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2760, symBinAddr: 0x184310, symSize: 0x70 } + - { offsetInCU: 0xA0B, offset: 0x202FAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x27D0, symBinAddr: 0x184380, symSize: 0x30 } + - { offsetInCU: 0xA27, offset: 0x202FC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2800, symBinAddr: 0x1843B0, symSize: 0x10 } + - { offsetInCU: 0xA5D, offset: 0x202FFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2810, symBinAddr: 0x1843C0, symSize: 0x60 } + - { offsetInCU: 0xAE2, offset: 0x203081, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2870, symBinAddr: 0x184420, symSize: 0x10 } + - { offsetInCU: 0xAFE, offset: 0x20309D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2880, symBinAddr: 0x184430, symSize: 0x10 } + - { offsetInCU: 0xB27, offset: 0x2030C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x24F0, symBinAddr: 0x1840A0, symSize: 0x20 } + - { offsetInCU: 0xB5E, offset: 0x2030FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2510, symBinAddr: 0x1840C0, symSize: 0x20 } + - { offsetInCU: 0xBDC, offset: 0x20317B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x25B0, symBinAddr: 0x184160, symSize: 0x70 } + - { offsetInCU: 0xC42, offset: 0x2031E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x2620, symBinAddr: 0x1841D0, symSize: 0x30 } + - { offsetInCU: 0xC5E, offset: 0x2031FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2650, symBinAddr: 0x184200, symSize: 0x10 } + - { offsetInCU: 0xC94, offset: 0x203233, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2660, symBinAddr: 0x184210, symSize: 0x60 } + - { offsetInCU: 0xD19, offset: 0x2032B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x26C0, symBinAddr: 0x184270, symSize: 0x10 } + - { offsetInCU: 0xD35, offset: 0x2032D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x26D0, symBinAddr: 0x184280, symSize: 0x10 } + - { offsetInCU: 0xD53, offset: 0x2032F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2290, symBinAddr: 0x183E40, symSize: 0x260 } + - { offsetInCU: 0xDC6, offset: 0x203365, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfd', symObjAddr: 0x2B30, symBinAddr: 0x1846E0, symSize: 0xB0 } + - { offsetInCU: 0xDF3, offset: 0x203392, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfD', symObjAddr: 0x2BE0, symBinAddr: 0x184790, symSize: 0x20 } + - { offsetInCU: 0xE38, offset: 0x2033D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2E10, symBinAddr: 0x1849A0, symSize: 0x50 } + - { offsetInCU: 0xE70, offset: 0x20340F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2E60, symBinAddr: 0x1849F0, symSize: 0x20 } + - { offsetInCU: 0xF57, offset: 0x2034F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCMa', symObjAddr: 0x2C00, symBinAddr: 0x1847B0, symSize: 0x20 } + - { offsetInCU: 0xF6B, offset: 0x20350A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwet', symObjAddr: 0x2C40, symBinAddr: 0x1847D0, symSize: 0x80 } + - { offsetInCU: 0xF7F, offset: 0x20351E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwst', symObjAddr: 0x2CC0, symBinAddr: 0x184850, symSize: 0xD0 } + - { offsetInCU: 0xF93, offset: 0x203532, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwug', symObjAddr: 0x2D90, symBinAddr: 0x184920, symSize: 0x10 } + - { offsetInCU: 0xFA7, offset: 0x203546, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwup', symObjAddr: 0x2DA0, symBinAddr: 0x184930, symSize: 0x10 } + - { offsetInCU: 0xFBB, offset: 0x20355A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwui', symObjAddr: 0x2DB0, symBinAddr: 0x184940, symSize: 0x10 } + - { offsetInCU: 0xFCF, offset: 0x20356E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOMa', symObjAddr: 0x2DC0, symBinAddr: 0x184950, symSize: 0x10 } + - { offsetInCU: 0xFE3, offset: 0x203582, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASQWb', symObjAddr: 0x2DD0, symBinAddr: 0x184960, symSize: 0x10 } + - { offsetInCU: 0xFF7, offset: 0x203596, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSQAAWl', symObjAddr: 0x2DE0, symBinAddr: 0x184970, symSize: 0x30 } + - { offsetInCU: 0x100B, offset: 0x2035AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs0D3KeyAAWl', symObjAddr: 0x2EF0, symBinAddr: 0x184A10, symSize: 0x30 } + - { offsetInCU: 0x101F, offset: 0x2035BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2F50, symBinAddr: 0x184A40, symSize: 0x30 } + - { offsetInCU: 0x1033, offset: 0x2035D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGSeAASeRzlWl', symObjAddr: 0x2FB0, symBinAddr: 0x184A70, symSize: 0x60 } + - { offsetInCU: 0x1047, offset: 0x2035E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGSeAASeRzlWl', symObjAddr: 0x3040, symBinAddr: 0x184AD0, symSize: 0x60 } + - { offsetInCU: 0x105B, offset: 0x2035FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x3100, symBinAddr: 0x184B60, symSize: 0x30 } + - { offsetInCU: 0x106F, offset: 0x20360E, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOGSgWOc', symObjAddr: 0x3130, symBinAddr: 0x184B90, symSize: 0x40 } + - { offsetInCU: 0x1083, offset: 0x203622, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSeAAWl', symObjAddr: 0x3170, symBinAddr: 0x184BD0, symSize: 0x30 } + - { offsetInCU: 0x1097, offset: 0x203636, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSYAAWl', symObjAddr: 0x32D0, symBinAddr: 0x184C70, symSize: 0x30 } + - { offsetInCU: 0x10AB, offset: 0x20364A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3390, symBinAddr: 0x184CD0, symSize: 0x80 } + - { offsetInCU: 0x10BF, offset: 0x20365E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3410, symBinAddr: 0x184D50, symSize: 0xD0 } + - { offsetInCU: 0x10D3, offset: 0x203672, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x34E0, symBinAddr: 0x184E20, symSize: 0x10 } + - { offsetInCU: 0x10E7, offset: 0x203686, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x34F0, symBinAddr: 0x184E30, symSize: 0x10 } + - { offsetInCU: 0x10FB, offset: 0x20369A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3500, symBinAddr: 0x184E40, symSize: 0x80 } + - { offsetInCU: 0x110F, offset: 0x2036AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3580, symBinAddr: 0x184EC0, symSize: 0xD0 } + - { offsetInCU: 0x1123, offset: 0x2036C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x3650, symBinAddr: 0x184F90, symSize: 0x10 } + - { offsetInCU: 0x1137, offset: 0x2036D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x3660, symBinAddr: 0x184FA0, symSize: 0x10 } + - { offsetInCU: 0x114B, offset: 0x2036EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3670, symBinAddr: 0x184FB0, symSize: 0x80 } + - { offsetInCU: 0x115F, offset: 0x2036FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x36F0, symBinAddr: 0x185030, symSize: 0xD0 } + - { offsetInCU: 0x1173, offset: 0x203712, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwug', symObjAddr: 0x37C0, symBinAddr: 0x185100, symSize: 0x10 } + - { offsetInCU: 0x1187, offset: 0x203726, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x37D0, symBinAddr: 0x185110, symSize: 0x10 } + - { offsetInCU: 0x119B, offset: 0x20373A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwui', symObjAddr: 0x37E0, symBinAddr: 0x185120, symSize: 0x10 } + - { offsetInCU: 0x11AF, offset: 0x20374E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x37F0, symBinAddr: 0x185130, symSize: 0x10 } + - { offsetInCU: 0x11C3, offset: 0x203762, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3800, symBinAddr: 0x185140, symSize: 0x10 } + - { offsetInCU: 0x11D7, offset: 0x203776, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3810, symBinAddr: 0x185150, symSize: 0x30 } + - { offsetInCU: 0x11EB, offset: 0x20378A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3840, symBinAddr: 0x185180, symSize: 0x10 } + - { offsetInCU: 0x11FF, offset: 0x20379E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3850, symBinAddr: 0x185190, symSize: 0x30 } + - { offsetInCU: 0x1213, offset: 0x2037B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3880, symBinAddr: 0x1851C0, symSize: 0x10 } + - { offsetInCU: 0x1227, offset: 0x2037C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3890, symBinAddr: 0x1851D0, symSize: 0x30 } + - { offsetInCU: 0x123B, offset: 0x2037DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x38C0, symBinAddr: 0x185200, symSize: 0x10 } + - { offsetInCU: 0x124F, offset: 0x2037EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x38D0, symBinAddr: 0x185210, symSize: 0x30 } + - { offsetInCU: 0x1263, offset: 0x203802, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3900, symBinAddr: 0x185240, symSize: 0x10 } + - { offsetInCU: 0x1277, offset: 0x203816, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3910, symBinAddr: 0x185250, symSize: 0x30 } + - { offsetInCU: 0x128B, offset: 0x20382A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3940, symBinAddr: 0x185280, symSize: 0x10 } + - { offsetInCU: 0x129F, offset: 0x20383E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3950, symBinAddr: 0x185290, symSize: 0x30 } + - { offsetInCU: 0x12B3, offset: 0x203852, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3980, symBinAddr: 0x1852C0, symSize: 0x10 } + - { offsetInCU: 0x12C7, offset: 0x203866, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3990, symBinAddr: 0x1852D0, symSize: 0x30 } + - { offsetInCU: 0x12DB, offset: 0x20387A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x39C0, symBinAddr: 0x185300, symSize: 0x10 } + - { offsetInCU: 0x12EF, offset: 0x20388E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x39D0, symBinAddr: 0x185310, symSize: 0x30 } + - { offsetInCU: 0x1303, offset: 0x2038A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3A00, symBinAddr: 0x185340, symSize: 0x10 } + - { offsetInCU: 0x1317, offset: 0x2038B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3A10, symBinAddr: 0x185350, symSize: 0x30 } + - { offsetInCU: 0x134B, offset: 0x2038EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x181BB0, symSize: 0x10 } + - { offsetInCU: 0x13DC, offset: 0x20397B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x181BC0, symSize: 0x40 } + - { offsetInCU: 0x14B4, offset: 0x203A53, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x181C00, symSize: 0x30 } + - { offsetInCU: 0x1530, offset: 0x203ACF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x181C30, symSize: 0x40 } + - { offsetInCU: 0x15DD, offset: 0x203B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0x181CC0, symSize: 0x50 } + - { offsetInCU: 0x1600, offset: 0x203B9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0x181D10, symSize: 0x40 } + - { offsetInCU: 0x1667, offset: 0x203C06, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2570, symBinAddr: 0x184120, symSize: 0x10 } + - { offsetInCU: 0x1683, offset: 0x203C22, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2580, symBinAddr: 0x184130, symSize: 0x10 } + - { offsetInCU: 0x169F, offset: 0x203C3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2590, symBinAddr: 0x184140, symSize: 0x10 } + - { offsetInCU: 0x16BB, offset: 0x203C5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x25A0, symBinAddr: 0x184150, symSize: 0x10 } + - { offsetInCU: 0x16DE, offset: 0x203C7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x26E0, symBinAddr: 0x184290, symSize: 0x20 } + - { offsetInCU: 0x16FA, offset: 0x203C99, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2700, symBinAddr: 0x1842B0, symSize: 0x20 } + - { offsetInCU: 0x1716, offset: 0x203CB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2720, symBinAddr: 0x1842D0, symSize: 0x10 } + - { offsetInCU: 0x1732, offset: 0x203CD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2730, symBinAddr: 0x1842E0, symSize: 0x10 } + - { offsetInCU: 0x174E, offset: 0x203CED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2740, symBinAddr: 0x1842F0, symSize: 0x10 } + - { offsetInCU: 0x176A, offset: 0x203D09, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2750, symBinAddr: 0x184300, symSize: 0x10 } + - { offsetInCU: 0x178D, offset: 0x203D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2890, symBinAddr: 0x184440, symSize: 0x20 } + - { offsetInCU: 0x17A9, offset: 0x203D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x28B0, symBinAddr: 0x184460, symSize: 0x20 } + - { offsetInCU: 0x17E3, offset: 0x203D82, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x28D0, symBinAddr: 0x184480, symSize: 0x80 } + - { offsetInCU: 0x18B2, offset: 0x203E51, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2950, symBinAddr: 0x184500, symSize: 0x50 } + - { offsetInCU: 0x1930, offset: 0x203ECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x29A0, symBinAddr: 0x184550, symSize: 0x30 } + - { offsetInCU: 0x1982, offset: 0x203F21, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x29D0, symBinAddr: 0x184580, symSize: 0x50 } + - { offsetInCU: 0x19E5, offset: 0x203F84, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2AF0, symBinAddr: 0x1846A0, symSize: 0x20 } + - { offsetInCU: 0x1A01, offset: 0x203FA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2B10, symBinAddr: 0x1846C0, symSize: 0x20 } + - { offsetInCU: 0x5A, offset: 0x20420C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC05setupB07contextyAA0C7ContextV_tF', symObjAddr: 0x0, symBinAddr: 0x185410, symSize: 0x200 } + - { offsetInCU: 0x112, offset: 0x2042C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x200, symBinAddr: 0x185610, symSize: 0x60 } + - { offsetInCU: 0x159, offset: 0x20430B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfc', symObjAddr: 0x260, symBinAddr: 0x185670, symSize: 0x1E0 } + - { offsetInCU: 0x21C, offset: 0x2043CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfcTo', symObjAddr: 0x440, symBinAddr: 0x185850, symSize: 0x50 } + - { offsetInCU: 0x238, offset: 0x2043EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfD', symObjAddr: 0x4C0, symBinAddr: 0x1858D0, symSize: 0x30 } + - { offsetInCU: 0x27C, offset: 0x20442E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfE', symObjAddr: 0x490, symBinAddr: 0x1858A0, symSize: 0x30 } + - { offsetInCU: 0x2A9, offset: 0x20445B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfETo', symObjAddr: 0x4F0, symBinAddr: 0x185900, symSize: 0x30 } + - { offsetInCU: 0x2D8, offset: 0x20448A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCMa', symObjAddr: 0x520, symBinAddr: 0x185930, symSize: 0x20 } + - { offsetInCU: 0x325, offset: 0x2044D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCAA012CustomLayoutC0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x540, symBinAddr: 0x185950, symSize: 0xC0 } + - { offsetInCU: 0x2B, offset: 0x204717, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x185A40, symSize: 0x2C0 } + - { offsetInCU: 0x26E, offset: 0x20495A, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x185A40, symSize: 0x2C0 } + - { offsetInCU: 0x454, offset: 0x204B40, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC17combinedKeyframesAA13KeyframeGroupCyAC0E0VGyKF', symObjAddr: 0x2C0, symBinAddr: 0x185D00, symSize: 0x120 } + - { offsetInCU: 0x52A, offset: 0x204C16, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x3E0, symBinAddr: 0x185E20, symSize: 0xE0 } + - { offsetInCU: 0x5F8, offset: 0x204CE4, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x4C0, symBinAddr: 0x185F00, symSize: 0xD0 } + - { offsetInCU: 0x766, offset: 0x204E52, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x590, symBinAddr: 0x185FD0, symSize: 0x110 } + - { offsetInCU: 0x988, offset: 0x205074, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x6A0, symBinAddr: 0x1860E0, symSize: 0x10 } + - { offsetInCU: 0x9C6, offset: 0x2050B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x760, symBinAddr: 0x186120, symSize: 0x10 } + - { offsetInCU: 0x9DA, offset: 0x2050C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwCP', symObjAddr: 0x770, symBinAddr: 0x186130, symSize: 0x30 } + - { offsetInCU: 0x9EE, offset: 0x2050DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwet', symObjAddr: 0x7E0, symBinAddr: 0x186160, symSize: 0x20 } + - { offsetInCU: 0xA02, offset: 0x2050EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwst', symObjAddr: 0x800, symBinAddr: 0x186180, symSize: 0x40 } + - { offsetInCU: 0xA16, offset: 0x205102, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVMa', symObjAddr: 0x840, symBinAddr: 0x1861C0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x205382, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg', symObjAddr: 0x0, symBinAddr: 0x1861F0, symSize: 0xA0 } + - { offsetInCU: 0xA0, offset: 0x2053E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie27ReducedMotionOptionProvider_pWOb', symObjAddr: 0xD0, symBinAddr: 0x186290, symSize: 0x20 } + - { offsetInCU: 0xB4, offset: 0x2053F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ', symObjAddr: 0x180, symBinAddr: 0x1862B0, symSize: 0x10 } + - { offsetInCU: 0xE0, offset: 0x205423, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ', symObjAddr: 0x190, symBinAddr: 0x1862C0, symSize: 0x50 } + - { offsetInCU: 0x121, offset: 0x205464, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ', symObjAddr: 0x1E0, symBinAddr: 0x186310, symSize: 0x10 } + - { offsetInCU: 0x135, offset: 0x205478, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ', symObjAddr: 0x1F0, symBinAddr: 0x186320, symSize: 0x10 } + - { offsetInCU: 0x168, offset: 0x2054AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVACycfC', symObjAddr: 0x200, symBinAddr: 0x186330, symSize: 0x10 } + - { offsetInCU: 0x186, offset: 0x2054C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg', symObjAddr: 0x590, symBinAddr: 0x1866C0, symSize: 0x10 } + - { offsetInCU: 0x1AB, offset: 0x2054EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVAA0cdeF0A2aDP07currentcD4ModeAA0cdH0OvgTW', symObjAddr: 0x5A0, symBinAddr: 0x1866D0, symSize: 0x10 } + - { offsetInCU: 0x1EA, offset: 0x20552D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x210, symBinAddr: 0x186340, symSize: 0x10 } + - { offsetInCU: 0x24C, offset: 0x20558F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x480, symBinAddr: 0x1865B0, symSize: 0x20 } + - { offsetInCU: 0x2AF, offset: 0x2055F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO9hashValueSivg', symObjAddr: 0x4A0, symBinAddr: 0x1865D0, symSize: 0x40 } + - { offsetInCU: 0x3AA, offset: 0x2056ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4E0, symBinAddr: 0x186610, symSize: 0x10 } + - { offsetInCU: 0x400, offset: 0x205743, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH9hashValueSivgTW', symObjAddr: 0x4F0, symBinAddr: 0x186620, symSize: 0x40 } + - { offsetInCU: 0x4E4, offset: 0x205827, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x530, symBinAddr: 0x186660, symSize: 0x20 } + - { offsetInCU: 0x578, offset: 0x2058BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF', symObjAddr: 0x220, symBinAddr: 0x186350, symSize: 0x80 } + - { offsetInCU: 0x728, offset: 0x205A6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO9hashValueSivg', symObjAddr: 0x2A0, symBinAddr: 0x1863D0, symSize: 0xA0 } + - { offsetInCU: 0x892, offset: 0x205BD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x340, symBinAddr: 0x186470, symSize: 0x10 } + - { offsetInCU: 0x8AE, offset: 0x205BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x350, symBinAddr: 0x186480, symSize: 0x80 } + - { offsetInCU: 0x9BB, offset: 0x205CFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x470, symBinAddr: 0x1865A0, symSize: 0x10 } + - { offsetInCU: 0x9ED, offset: 0x205D30, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x5B0, symBinAddr: 0x1866E0, symSize: 0x120 } + - { offsetInCU: 0xAA6, offset: 0x205DE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASQWb', symObjAddr: 0x6D0, symBinAddr: 0x186800, symSize: 0x10 } + - { offsetInCU: 0xABA, offset: 0x205DFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOACSQAAWl', symObjAddr: 0x6E0, symBinAddr: 0x186810, symSize: 0x30 } + - { offsetInCU: 0xACE, offset: 0x205E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASQWb', symObjAddr: 0x710, symBinAddr: 0x186840, symSize: 0x10 } + - { offsetInCU: 0xAE2, offset: 0x205E25, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOACSQAAWl', symObjAddr: 0x720, symBinAddr: 0x186850, symSize: 0x30 } + - { offsetInCU: 0xAF6, offset: 0x205E39, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwCP', symObjAddr: 0x750, symBinAddr: 0x186880, symSize: 0x30 } + - { offsetInCU: 0xB0A, offset: 0x205E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwxx', symObjAddr: 0x780, symBinAddr: 0x1868B0, symSize: 0x40 } + - { offsetInCU: 0xB1E, offset: 0x205E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwcp', symObjAddr: 0x7C0, symBinAddr: 0x1868F0, symSize: 0x80 } + - { offsetInCU: 0xB32, offset: 0x205E75, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwca', symObjAddr: 0x840, symBinAddr: 0x186970, symSize: 0xA0 } + - { offsetInCU: 0xB46, offset: 0x205E89, size: 0x8, addend: 0x0, symName: ___swift_memcpy81_8, symObjAddr: 0x8E0, symBinAddr: 0x186A10, symSize: 0x40 } + - { offsetInCU: 0xB5A, offset: 0x205E9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwta', symObjAddr: 0x920, symBinAddr: 0x186A50, symSize: 0x90 } + - { offsetInCU: 0xB6E, offset: 0x205EB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwet', symObjAddr: 0x9B0, symBinAddr: 0x186AE0, symSize: 0x40 } + - { offsetInCU: 0xB82, offset: 0x205EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwst', symObjAddr: 0x9F0, symBinAddr: 0x186B20, symSize: 0x60 } + - { offsetInCU: 0xB96, offset: 0x205ED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwug', symObjAddr: 0xA50, symBinAddr: 0x186B80, symSize: 0x20 } + - { offsetInCU: 0xBAA, offset: 0x205EED, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwup', symObjAddr: 0xA70, symBinAddr: 0x186BA0, symSize: 0x10 } + - { offsetInCU: 0xBBE, offset: 0x205F01, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwui', symObjAddr: 0xA80, symBinAddr: 0x186BB0, symSize: 0x30 } + - { offsetInCU: 0xBD2, offset: 0x205F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOMa', symObjAddr: 0xAB0, symBinAddr: 0x186BE0, symSize: 0x10 } + - { offsetInCU: 0xBE6, offset: 0x205F29, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwet', symObjAddr: 0xAE0, symBinAddr: 0x186BF0, symSize: 0x80 } + - { offsetInCU: 0xBFA, offset: 0x205F3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwst', symObjAddr: 0xB60, symBinAddr: 0x186C70, symSize: 0xD0 } + - { offsetInCU: 0xC0E, offset: 0x205F51, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwug', symObjAddr: 0xC30, symBinAddr: 0x186D40, symSize: 0x10 } + - { offsetInCU: 0xC22, offset: 0x205F65, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwup', symObjAddr: 0xC40, symBinAddr: 0x186D50, symSize: 0x10 } + - { offsetInCU: 0xC36, offset: 0x205F79, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwui', symObjAddr: 0xC50, symBinAddr: 0x186D60, symSize: 0x10 } + - { offsetInCU: 0xC4A, offset: 0x205F8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOMa', symObjAddr: 0xC60, symBinAddr: 0x186D70, symSize: 0x10 } + - { offsetInCU: 0xC5E, offset: 0x205FA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVMa', symObjAddr: 0xC80, symBinAddr: 0x186D90, symSize: 0xA } + - { offsetInCU: 0xCBF, offset: 0x206002, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3D0, symBinAddr: 0x186500, symSize: 0xA0 } + - { offsetInCU: 0xE16, offset: 0x206159, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x550, symBinAddr: 0x186680, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x206367, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x186DA0, symSize: 0x360 } + - { offsetInCU: 0x84, offset: 0x2063C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x360, symBinAddr: 0x187100, symSize: 0x10 } + - { offsetInCU: 0x214, offset: 0x206554, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x186DA0, symSize: 0x360 } + - { offsetInCU: 0x3D8, offset: 0x206718, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwCP', symObjAddr: 0x3C0, symBinAddr: 0x187110, symSize: 0x30 } + - { offsetInCU: 0x3EC, offset: 0x20672C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwxx', symObjAddr: 0x3F0, symBinAddr: 0x187140, symSize: 0x50 } + - { offsetInCU: 0x400, offset: 0x206740, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwcp', symObjAddr: 0x470, symBinAddr: 0x187190, symSize: 0xD0 } + - { offsetInCU: 0x414, offset: 0x206754, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwca', symObjAddr: 0x540, symBinAddr: 0x187260, symSize: 0xB0 } + - { offsetInCU: 0x428, offset: 0x206768, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwta', symObjAddr: 0x770, symBinAddr: 0x187310, symSize: 0xC0 } + - { offsetInCU: 0x43C, offset: 0x20677C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwet', symObjAddr: 0x830, symBinAddr: 0x1873D0, symSize: 0x50 } + - { offsetInCU: 0x450, offset: 0x206790, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwst', symObjAddr: 0x880, symBinAddr: 0x187420, symSize: 0x70 } + - { offsetInCU: 0x464, offset: 0x2067A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVMa', symObjAddr: 0x8F0, symBinAddr: 0x187490, symSize: 0xA } + - { offsetInCU: 0x2B, offset: 0x206933, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x1874A0, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0x206975, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x1874A0, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0x2069C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0x187510, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x206A08, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0x187530, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x206A49, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0x187560, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x206A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesC4fillAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x920, symBinAddr: 0x187DC0, symSize: 0x2E0 } + - { offsetInCU: 0x41D, offset: 0x206D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCMa', symObjAddr: 0x50, symBinAddr: 0x1874F0, symSize: 0x20 } + - { offsetInCU: 0x45B, offset: 0x206D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCfD', symObjAddr: 0xE0, symBinAddr: 0x187580, symSize: 0x40 } + - { offsetInCU: 0x4BC, offset: 0x206DC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x140, symBinAddr: 0x1875E0, symSize: 0x40 } + - { offsetInCU: 0x506, offset: 0x206E0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x180, symBinAddr: 0x187620, symSize: 0x30 } + - { offsetInCU: 0x547, offset: 0x206E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1B0, symBinAddr: 0x187650, symSize: 0x10 } + - { offsetInCU: 0x579, offset: 0x206E81, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x187660, symSize: 0x10 } + - { offsetInCU: 0x5DD, offset: 0x206EE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1D0, symBinAddr: 0x187670, symSize: 0x20 } + - { offsetInCU: 0x63F, offset: 0x206F47, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1F0, symBinAddr: 0x187690, symSize: 0x10 } + - { offsetInCU: 0x66A, offset: 0x206F72, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x200, symBinAddr: 0x1876A0, symSize: 0x10 } + - { offsetInCU: 0x69C, offset: 0x206FA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x210, symBinAddr: 0x1876B0, symSize: 0x10 } + - { offsetInCU: 0x6C7, offset: 0x206FCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x220, symBinAddr: 0x1876C0, symSize: 0x10 } + - { offsetInCU: 0x708, offset: 0x207010, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x230, symBinAddr: 0x1876D0, symSize: 0x10 } + - { offsetInCU: 0x749, offset: 0x207051, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x240, symBinAddr: 0x1876E0, symSize: 0x20 } + - { offsetInCU: 0x77B, offset: 0x207083, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x260, symBinAddr: 0x187700, symSize: 0x10 } + - { offsetInCU: 0x7B5, offset: 0x2070BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x270, symBinAddr: 0x187710, symSize: 0x50 } + - { offsetInCU: 0x7F2, offset: 0x2070FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC06parentC04fillAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xC00, symBinAddr: 0x1880A0, symSize: 0x110 } + - { offsetInCU: 0x8C0, offset: 0x2071C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xD10, symBinAddr: 0x1881B0, symSize: 0x170 } + - { offsetInCU: 0xAD3, offset: 0x2073DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCMa', symObjAddr: 0x120, symBinAddr: 0x1875C0, symSize: 0x20 } + - { offsetInCU: 0xBE4, offset: 0x2074EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x187760, symSize: 0x140 } + - { offsetInCU: 0xC82, offset: 0x20758A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x400, symBinAddr: 0x1878A0, symSize: 0x1C0 } + - { offsetInCU: 0xE11, offset: 0x207719, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x5C0, symBinAddr: 0x187A60, symSize: 0x160 } + - { offsetInCU: 0xE93, offset: 0x20779B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x720, symBinAddr: 0x187BC0, symSize: 0x200 } + - { offsetInCU: 0x9C, offset: 0x208218, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC8rendererAcA10NodeOutput_AA10Renderablep_tcfc', symObjAddr: 0x0, symBinAddr: 0x188340, symSize: 0x770 } + - { offsetInCU: 0x551, offset: 0x2086CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfc', symObjAddr: 0x770, symBinAddr: 0x188AB0, symSize: 0x1C0 } + - { offsetInCU: 0x5CD, offset: 0x208749, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x930, symBinAddr: 0x188C70, symSize: 0x50 } + - { offsetInCU: 0x613, offset: 0x20878F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x980, symBinAddr: 0x188CC0, symSize: 0xA0 } + - { offsetInCU: 0x66C, offset: 0x2087E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC03hasC6Update8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0xA20, symBinAddr: 0x188D60, symSize: 0xF0 } + - { offsetInCU: 0x6AB, offset: 0x208827, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB10, symBinAddr: 0x188E50, symSize: 0x320 } + - { offsetInCU: 0x6FB, offset: 0x208877, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xE30, symBinAddr: 0x189170, symSize: 0x100 } + - { offsetInCU: 0x751, offset: 0x2088CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0xF30, symBinAddr: 0x189270, symSize: 0x50 } + - { offsetInCU: 0x76D, offset: 0x2088E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC06updateC5ScaleyyF', symObjAddr: 0xF80, symBinAddr: 0x1892C0, symSize: 0x170 } + - { offsetInCU: 0x9CC, offset: 0x208B48, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCACycfcTo', symObjAddr: 0x10F0, symBinAddr: 0x189430, symSize: 0x30 } + - { offsetInCU: 0xA33, offset: 0x208BAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfD', symObjAddr: 0x1150, symBinAddr: 0x189490, symSize: 0x30 } + - { offsetInCU: 0xBDA, offset: 0x208D56, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfE', symObjAddr: 0x1120, symBinAddr: 0x189460, symSize: 0x30 } + - { offsetInCU: 0xC07, offset: 0x208D83, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfETo', symObjAddr: 0x1180, symBinAddr: 0x1894C0, symSize: 0x30 } + - { offsetInCU: 0xC36, offset: 0x208DB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCMa', symObjAddr: 0x11B0, symBinAddr: 0x1894F0, symSize: 0x20 } + - { offsetInCU: 0xC4A, offset: 0x208DC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOc', symObjAddr: 0x1200, symBinAddr: 0x189510, symSize: 0x30 } + - { offsetInCU: 0xC5E, offset: 0x208DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOb', symObjAddr: 0x1260, symBinAddr: 0x189540, symSize: 0x20 } + - { offsetInCU: 0x43, offset: 0x2090D8, size: 0x8, addend: 0x0, symName: '_$sIeg_IeyB_TR', symObjAddr: 0x0, symBinAddr: 0x189590, symSize: 0x30 } + - { offsetInCU: 0x78, offset: 0x20910D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfC', symObjAddr: 0x30, symBinAddr: 0x1895C0, symSize: 0x90 } + - { offsetInCU: 0xB4, offset: 0x209149, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvg', symObjAddr: 0xF0, symBinAddr: 0x189650, symSize: 0x1B0 } + - { offsetInCU: 0x1D1, offset: 0x209266, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x2A0, symBinAddr: 0x189800, symSize: 0xF0 } + - { offsetInCU: 0x291, offset: 0x209326, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x410, symBinAddr: 0x189940, symSize: 0x190 } + - { offsetInCU: 0x44F, offset: 0x2094E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x640, symBinAddr: 0x189B70, symSize: 0xE0 } + - { offsetInCU: 0x562, offset: 0x2095F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x720, symBinAddr: 0x189C50, symSize: 0x60 } + - { offsetInCU: 0x5E8, offset: 0x20967D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x780, symBinAddr: 0x189CB0, symSize: 0x1B0 } + - { offsetInCU: 0x734, offset: 0x2097C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x930, symBinAddr: 0x189E60, symSize: 0x150 } + - { offsetInCU: 0x7FC, offset: 0x209891, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF', symObjAddr: 0xA80, symBinAddr: 0x189FB0, symSize: 0x1C0 } + - { offsetInCU: 0x95F, offset: 0x2099F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_', symObjAddr: 0xC40, symBinAddr: 0x18A170, symSize: 0xC0 } + - { offsetInCU: 0x9C2, offset: 0x209A57, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_', symObjAddr: 0xD00, symBinAddr: 0x18A230, symSize: 0x200 } + - { offsetInCU: 0xA4E, offset: 0x209AE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0x10E0, symBinAddr: 0x18A610, symSize: 0x190 } + - { offsetInCU: 0xBBB, offset: 0x209C50, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0x1270, symBinAddr: 0x18A7A0, symSize: 0x450 } + - { offsetInCU: 0xC63, offset: 0x209CF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x16F0, symBinAddr: 0x18AC20, symSize: 0x10 } + - { offsetInCU: 0xE4B, offset: 0x209EE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOc', symObjAddr: 0x390, symBinAddr: 0x1898F0, symSize: 0x30 } + - { offsetInCU: 0xE5F, offset: 0x209EF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x400, symBinAddr: 0x189930, symSize: 0x10 } + - { offsetInCU: 0x1024, offset: 0x20A0B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x630, symBinAddr: 0x189B60, symSize: 0x10 } + - { offsetInCU: 0x1064, offset: 0x20A0F9, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedSwitchCytG_Tg5TA', symObjAddr: 0x1700, symBinAddr: 0x18AC30, symSize: 0x20 } + - { offsetInCU: 0x1078, offset: 0x20A10D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x1720, symBinAddr: 0x18AC50, symSize: 0x20 } + - { offsetInCU: 0x108C, offset: 0x20A121, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x17C0, symBinAddr: 0x18ACC0, symSize: 0x10 } + - { offsetInCU: 0x10A0, offset: 0x20A135, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOh', symObjAddr: 0x17F0, symBinAddr: 0x18ACF0, symSize: 0x20 } + - { offsetInCU: 0x10B4, offset: 0x20A149, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOd', symObjAddr: 0x1810, symBinAddr: 0x18AD10, symSize: 0x30 } + - { offsetInCU: 0x10C8, offset: 0x20A15D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGSgWOe', symObjAddr: 0x1840, symBinAddr: 0x18AD40, symSize: 0x30 } + - { offsetInCU: 0x10DC, offset: 0x20A171, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1880, symBinAddr: 0x18AD80, symSize: 0x20 } + - { offsetInCU: 0x10F0, offset: 0x20A185, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x18C0, symBinAddr: 0x18ADC0, symSize: 0x30 } + - { offsetInCU: 0x1104, offset: 0x20A199, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1910, symBinAddr: 0x18AE10, symSize: 0x30 } + - { offsetInCU: 0x1118, offset: 0x20A1AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x19B0, symBinAddr: 0x18AEB0, symSize: 0x30 } + - { offsetInCU: 0x112C, offset: 0x20A1C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x19E0, symBinAddr: 0x18AEE0, symSize: 0x30 } + - { offsetInCU: 0x1140, offset: 0x20A1D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x1A10, symBinAddr: 0x18AF10, symSize: 0x20 } + - { offsetInCU: 0x1154, offset: 0x20A1E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAC7SwiftUI4ViewAAWl', symObjAddr: 0x1A30, symBinAddr: 0x18AF30, symSize: 0x30 } + - { offsetInCU: 0x1168, offset: 0x20A1FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x1A60, symBinAddr: 0x18AF60, symSize: 0x20 } + - { offsetInCU: 0x117C, offset: 0x20A211, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwCP', symObjAddr: 0x1A80, symBinAddr: 0x18AF80, symSize: 0x30 } + - { offsetInCU: 0x1190, offset: 0x20A225, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwxx', symObjAddr: 0x1AB0, symBinAddr: 0x18AFB0, symSize: 0x70 } + - { offsetInCU: 0x11A4, offset: 0x20A239, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwcp', symObjAddr: 0x1B20, symBinAddr: 0x18B020, symSize: 0x140 } + - { offsetInCU: 0x11B8, offset: 0x20A24D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwca', symObjAddr: 0x1C60, symBinAddr: 0x18B160, symSize: 0x1F0 } + - { offsetInCU: 0x11CC, offset: 0x20A261, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGWOh', symObjAddr: 0x1E80, symBinAddr: 0x18B350, symSize: 0x30 } + - { offsetInCU: 0x11E0, offset: 0x20A275, size: 0x8, addend: 0x0, symName: ___swift_memcpy137_8, symObjAddr: 0x1EF0, symBinAddr: 0x18B380, symSize: 0x10 } + - { offsetInCU: 0x11F4, offset: 0x20A289, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwta', symObjAddr: 0x1F00, symBinAddr: 0x18B390, symSize: 0x130 } + - { offsetInCU: 0x1208, offset: 0x20A29D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwet', symObjAddr: 0x2030, symBinAddr: 0x18B4C0, symSize: 0x50 } + - { offsetInCU: 0x121C, offset: 0x20A2B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwst', symObjAddr: 0x2080, symBinAddr: 0x18B510, symSize: 0x70 } + - { offsetInCU: 0x1230, offset: 0x20A2C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVMa', symObjAddr: 0x20F0, symBinAddr: 0x18B580, symSize: 0x10 } + - { offsetInCU: 0x1244, offset: 0x20A2D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_TA', symObjAddr: 0x2210, symBinAddr: 0x18B670, symSize: 0x20 } + - { offsetInCU: 0x1258, offset: 0x20A2ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_yyScMYccfU_TA', symObjAddr: 0x22D0, symBinAddr: 0x18B6E0, symSize: 0x50 } + - { offsetInCU: 0x1281, offset: 0x20A316, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2320, symBinAddr: 0x18B730, symSize: 0x20 } + - { offsetInCU: 0x1295, offset: 0x20A32A, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2340, symBinAddr: 0x18B750, symSize: 0x10 } + - { offsetInCU: 0x138D, offset: 0x20A422, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x16C0, symBinAddr: 0x18ABF0, symSize: 0x10 } + - { offsetInCU: 0x13A9, offset: 0x20A43E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x16D0, symBinAddr: 0x18AC00, symSize: 0x10 } + - { offsetInCU: 0x13C5, offset: 0x20A45A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x16E0, symBinAddr: 0x18AC10, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x20A6C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x18B840, symSize: 0xF85 } + - { offsetInCU: 0x4AF, offset: 0x20AB4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x18B840, symSize: 0xF85 } + - { offsetInCU: 0x2B, offset: 0x20CA50, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x18C7D0, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x20CA68, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x18C7D0, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x20CA7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwxx', symObjAddr: 0x30, symBinAddr: 0x18C800, symSize: 0x20 } + - { offsetInCU: 0x6B, offset: 0x20CA90, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwcp', symObjAddr: 0x80, symBinAddr: 0x18C820, symSize: 0x40 } + - { offsetInCU: 0x7F, offset: 0x20CAA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwca', symObjAddr: 0xC0, symBinAddr: 0x18C860, symSize: 0x40 } + - { offsetInCU: 0x93, offset: 0x20CAB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwta', symObjAddr: 0x240, symBinAddr: 0x18C8A0, symSize: 0x50 } + - { offsetInCU: 0xA7, offset: 0x20CACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwet', symObjAddr: 0x290, symBinAddr: 0x18C8F0, symSize: 0x50 } + - { offsetInCU: 0xBB, offset: 0x20CAE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwst', symObjAddr: 0x2E0, symBinAddr: 0x18C940, symSize: 0x50 } + - { offsetInCU: 0xCF, offset: 0x20CAF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVMa', symObjAddr: 0x330, symBinAddr: 0x18C990, symSize: 0x10 } + - { offsetInCU: 0xEF, offset: 0x20CB14, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufC', symObjAddr: 0x340, symBinAddr: 0x18C9A0, symSize: 0xE0 } + - { offsetInCU: 0x12C, offset: 0x20CB51, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_', symObjAddr: 0x420, symBinAddr: 0x18CA80, symSize: 0x2D0 } + - { offsetInCU: 0x1A0, offset: 0x20CBC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F0, symBinAddr: 0x18CD50, symSize: 0x20 } + - { offsetInCU: 0x1E6, offset: 0x20CC0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_TA', symObjAddr: 0x780, symBinAddr: 0x18CDB0, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x20CDCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1CC8, symBinAddr: 0x209628, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x20CDE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1CD8, symBinAddr: 0x209638, symSize: 0x0 } + - { offsetInCU: 0x83, offset: 0x20CDFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1CE8, symBinAddr: 0x209648, symSize: 0x0 } + - { offsetInCU: 0xDB, offset: 0x20CE57, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg', symObjAddr: 0x5A0, symBinAddr: 0x18D380, symSize: 0x10 } + - { offsetInCU: 0xF9, offset: 0x20CE75, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg', symObjAddr: 0x5B0, symBinAddr: 0x18D390, symSize: 0x50 } + - { offsetInCU: 0x129, offset: 0x20CEA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9animation3forAC9AnimationVSgSSSg_tF', symObjAddr: 0x0, symBinAddr: 0x18CDE0, symSize: 0x1C0 } + - { offsetInCU: 0x39A, offset: 0x20D116, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC4data8filenameAC10Foundation4DataV_SStKcfc', symObjAddr: 0x1C0, symBinAddr: 0x18CFA0, symSize: 0x3E0 } + - { offsetInCU: 0x46D, offset: 0x20D1E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg', symObjAddr: 0x600, symBinAddr: 0x18D3E0, symSize: 0x30 } + - { offsetInCU: 0x49A, offset: 0x20D216, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC13animationsUrl10Foundation3URLVvg', symObjAddr: 0x630, symBinAddr: 0x18D410, symSize: 0x1C0 } + - { offsetInCU: 0x4D6, offset: 0x20D252, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9imagesUrl10Foundation3URLVvg', symObjAddr: 0x7F0, symBinAddr: 0x18D5D0, symSize: 0x1C0 } + - { offsetInCU: 0x569, offset: 0x20D2E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10decompress33_275A06DD5956033D98FBA55D0E0AF6FCLL4from2toy10Foundation3URLV_AJtKF', symObjAddr: 0xA40, symBinAddr: 0x18D820, symSize: 0x630 } + - { offsetInCU: 0x69E, offset: 0x20D41A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9AnimationVAA0baN0VKXEfU_', symObjAddr: 0x1070, symBinAddr: 0x18DE50, symSize: 0x320 } + - { offsetInCU: 0x7D7, offset: 0x20D553, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfd', symObjAddr: 0x1390, symBinAddr: 0x18E170, symSize: 0x90 } + - { offsetInCU: 0x812, offset: 0x20D58E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfD', symObjAddr: 0x1460, symBinAddr: 0x18E200, symSize: 0xA0 } + - { offsetInCU: 0x917, offset: 0x20D693, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0x9B0, symBinAddr: 0x18D790, symSize: 0x30 } + - { offsetInCU: 0x931, offset: 0x20D6AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0x9E0, symBinAddr: 0x18D7C0, symSize: 0x30 } + - { offsetInCU: 0x94B, offset: 0x20D6C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA10, symBinAddr: 0x18D7F0, symSize: 0x30 } + - { offsetInCU: 0xADE, offset: 0x20D85A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMU', symObjAddr: 0x1500, symBinAddr: 0x18E2A0, symSize: 0x10 } + - { offsetInCU: 0xAF2, offset: 0x20D86E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMa', symObjAddr: 0x1510, symBinAddr: 0x18E2B0, symSize: 0x30 } + - { offsetInCU: 0xB06, offset: 0x20D882, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMr', symObjAddr: 0x1540, symBinAddr: 0x18E2E0, symSize: 0xB0 } + - { offsetInCU: 0xB1A, offset: 0x20D896, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgMa', symObjAddr: 0x1610, symBinAddr: 0x18E3B0, symSize: 0x50 } + - { offsetInCU: 0xB2E, offset: 0x20D8AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwCP', symObjAddr: 0x1660, symBinAddr: 0x18E400, symSize: 0x30 } + - { offsetInCU: 0xB42, offset: 0x20D8BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwxx', symObjAddr: 0x1690, symBinAddr: 0x18E430, symSize: 0x30 } + - { offsetInCU: 0xB56, offset: 0x20D8D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwcp', symObjAddr: 0x16C0, symBinAddr: 0x18E460, symSize: 0x70 } + - { offsetInCU: 0xB6A, offset: 0x20D8E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwca', symObjAddr: 0x1730, symBinAddr: 0x18E4D0, symSize: 0x90 } + - { offsetInCU: 0xB7E, offset: 0x20D8FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwta', symObjAddr: 0x17E0, symBinAddr: 0x18E560, symSize: 0x70 } + - { offsetInCU: 0xB92, offset: 0x20D90E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwet', symObjAddr: 0x1850, symBinAddr: 0x18E5D0, symSize: 0x40 } + - { offsetInCU: 0xBA6, offset: 0x20D922, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwst', symObjAddr: 0x1890, symBinAddr: 0x18E610, symSize: 0x50 } + - { offsetInCU: 0xBBA, offset: 0x20D936, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVMa', symObjAddr: 0x18E0, symBinAddr: 0x18E660, symSize: 0x10 } + - { offsetInCU: 0xC68, offset: 0x20D9E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVACSeAAWl', symObjAddr: 0x1B60, symBinAddr: 0x18E8A0, symSize: 0x30 } + - { offsetInCU: 0xC7C, offset: 0x20D9F8, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOc', symObjAddr: 0x1BF0, symBinAddr: 0x18E8D0, symSize: 0x40 } + - { offsetInCU: 0xC90, offset: 0x20DA0C, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOd', symObjAddr: 0x1C30, symBinAddr: 0x18E910, symSize: 0x40 } + - { offsetInCU: 0xD5E, offset: 0x20DADA, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie03DotC9AnimationVG_AE0dC4FileC0E0VTg5011$s6Lottie03d2A4f58C11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9E15VAA0baN0VKXEfU_AJTf1cn_nTf4ng_n', symObjAddr: 0x1930, symBinAddr: 0x18E670, symSize: 0x200 } + - { offsetInCU: 0x2B, offset: 0x20DE08, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMi', symObjAddr: 0x0, symBinAddr: 0x18E950, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x20DE20, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMi', symObjAddr: 0x0, symBinAddr: 0x18E950, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x20DE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMr', symObjAddr: 0x10, symBinAddr: 0x18E960, symSize: 0x80 } + - { offsetInCU: 0xA1, offset: 0x20DE7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC8strategyAA0bcD8StrategyOvs', symObjAddr: 0x90, symBinAddr: 0x18E9E0, symSize: 0x60 } + - { offsetInCU: 0x149, offset: 0x20DF26, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC12proposedSizeSo6CGSizeVvs', symObjAddr: 0xF0, symBinAddr: 0x18EA40, symSize: 0x60 } + - { offsetInCU: 0x1A3, offset: 0x20DF80, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC19measuredFittingSizeSo6CGSizeVvg', symObjAddr: 0x150, symBinAddr: 0x18EAA0, symSize: 0x30 } + - { offsetInCU: 0x1D0, offset: 0x20DFAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyF', symObjAddr: 0x180, symBinAddr: 0x18EAD0, symSize: 0x60 } + - { offsetInCU: 0x1FD, offset: 0x20DFDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16setUpConstraints33_F565762597C0825EC266BB3D57FF8E36LLyyF', symObjAddr: 0x1E0, symBinAddr: 0x18EB30, symSize: 0x4A0 } + - { offsetInCU: 0x4DB, offset: 0x20E2B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfc', symObjAddr: 0x680, symBinAddr: 0x18EFD0, symSize: 0xD0 } + - { offsetInCU: 0x51F, offset: 0x20E2FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfcTo', symObjAddr: 0x750, symBinAddr: 0x18F0A0, symSize: 0x20 } + - { offsetInCU: 0x53B, offset: 0x20E318, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC11measureView33_F565762597C0825EC266BB3D57FF8E36LLSo6CGSizeVyF', symObjAddr: 0x770, symBinAddr: 0x18F0C0, symSize: 0x230 } + - { offsetInCU: 0x620, offset: 0x20E3FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x9A0, symBinAddr: 0x18F2F0, symSize: 0x20 } + - { offsetInCU: 0x63C, offset: 0x20E419, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvg', symObjAddr: 0x9C0, symBinAddr: 0x18F310, symSize: 0x20 } + - { offsetInCU: 0x669, offset: 0x20E446, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC6layoutyyF', symObjAddr: 0x9E0, symBinAddr: 0x18F330, symSize: 0xA0 } + - { offsetInCU: 0x696, offset: 0x20E473, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC6layoutyyFTo', symObjAddr: 0xA80, symBinAddr: 0x18F3D0, symSize: 0x30 } + - { offsetInCU: 0x6B2, offset: 0x20E48F, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyFTo', symObjAddr: 0xAB0, symBinAddr: 0x18F400, symSize: 0x30 } + - { offsetInCU: 0x6CE, offset: 0x20E4AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16resolvedStrategy33_F565762597C0825EC266BB3D57FF8E36LLAA08ResolvedbcdF0AELLOvg', symObjAddr: 0xAE0, symBinAddr: 0x18F430, symSize: 0x120 } + - { offsetInCU: 0x87E, offset: 0x20E65B, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC21prioritizeConstraints33_F565762597C0825EC266BB3D57FF8E36LL_8strategyySDySo17NSLayoutAttributeVSo0O10ConstraintCG_AA08ResolvedbcD8StrategyAELLOtF', symObjAddr: 0xC00, symBinAddr: 0x18F550, symSize: 0x190 } + - { offsetInCU: 0x984, offset: 0x20E761, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTo', symObjAddr: 0xD90, symBinAddr: 0x18F6E0, symSize: 0x20 } + - { offsetInCU: 0x9C4, offset: 0x20E7A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfD', symObjAddr: 0xDB0, symBinAddr: 0x18F700, symSize: 0x30 } + - { offsetInCU: 0x9F1, offset: 0x20E7CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfcTf4gnn_n', symObjAddr: 0x1190, symBinAddr: 0x18FAA0, symSize: 0x180 } + - { offsetInCU: 0xA67, offset: 0x20E844, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfCTf4gnn_n', symObjAddr: 0x1310, symBinAddr: 0x18FC20, symSize: 0x30 } + - { offsetInCU: 0xA9B, offset: 0x20E878, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTf4dd_n', symObjAddr: 0x13D0, symBinAddr: 0x18FC80, symSize: 0x30 } + - { offsetInCU: 0xB23, offset: 0x20E900, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x10E0, symBinAddr: 0x18F9F0, symSize: 0x10 } + - { offsetInCU: 0xBAA, offset: 0x20E987, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x10F0, symBinAddr: 0x18FA00, symSize: 0x40 } + - { offsetInCU: 0xC8E, offset: 0x20EA6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1130, symBinAddr: 0x18FA40, symSize: 0x20 } + - { offsetInCU: 0xE7C, offset: 0x20EC59, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfETo', symObjAddr: 0xDE0, symBinAddr: 0x18F730, symSize: 0x30 } + - { offsetInCU: 0xEAB, offset: 0x20EC88, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMa', symObjAddr: 0xE10, symBinAddr: 0x18F760, symSize: 0x10 } + - { offsetInCU: 0xEBF, offset: 0x20EC9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwet', symObjAddr: 0xE50, symBinAddr: 0x18F770, symSize: 0x20 } + - { offsetInCU: 0xED3, offset: 0x20ECB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwst', symObjAddr: 0xE70, symBinAddr: 0x18F790, symSize: 0x30 } + - { offsetInCU: 0xEE7, offset: 0x20ECC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwug', symObjAddr: 0xEA0, symBinAddr: 0x18F7C0, symSize: 0x20 } + - { offsetInCU: 0xEFB, offset: 0x20ECD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwup', symObjAddr: 0xEC0, symBinAddr: 0x18F7E0, symSize: 0x10 } + - { offsetInCU: 0xF0F, offset: 0x20ECEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwui', symObjAddr: 0xED0, symBinAddr: 0x18F7F0, symSize: 0x20 } + - { offsetInCU: 0xF23, offset: 0x20ED00, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOMa', symObjAddr: 0xEF0, symBinAddr: 0x18F810, symSize: 0x10 } + - { offsetInCU: 0xF37, offset: 0x20ED14, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwet', symObjAddr: 0xF10, symBinAddr: 0x18F820, symSize: 0x80 } + - { offsetInCU: 0xF4B, offset: 0x20ED28, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwst', symObjAddr: 0xF90, symBinAddr: 0x18F8A0, symSize: 0xD0 } + - { offsetInCU: 0xF5F, offset: 0x20ED3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwug', symObjAddr: 0x1060, symBinAddr: 0x18F970, symSize: 0x10 } + - { offsetInCU: 0xF73, offset: 0x20ED50, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwup', symObjAddr: 0x1070, symBinAddr: 0x18F980, symSize: 0x10 } + - { offsetInCU: 0xF87, offset: 0x20ED64, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwui', symObjAddr: 0x1080, symBinAddr: 0x18F990, symSize: 0x10 } + - { offsetInCU: 0xF9B, offset: 0x20ED78, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOMa', symObjAddr: 0x1090, symBinAddr: 0x18F9A0, symSize: 0x10 } + - { offsetInCU: 0xFAF, offset: 0x20ED8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASQWb', symObjAddr: 0x10A0, symBinAddr: 0x18F9B0, symSize: 0x10 } + - { offsetInCU: 0xFC3, offset: 0x20EDA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOACSQAAWl', symObjAddr: 0x10B0, symBinAddr: 0x18F9C0, symSize: 0x30 } + - { offsetInCU: 0xFED, offset: 0x20EDCA, size: 0x8, addend: 0x0, symName: '_$sSo18NSLayoutConstraintCMa', symObjAddr: 0x13A0, symBinAddr: 0x18FC50, symSize: 0x30 } + - { offsetInCU: 0x1118, offset: 0x20EEF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1150, symBinAddr: 0x18FA60, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x20F1FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvpZ', symObjAddr: 0xBC0, symBinAddr: 0x209848, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x20F218, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvgZ', symObjAddr: 0x0, symBinAddr: 0x18FCB0, symSize: 0x60 } + - { offsetInCU: 0xA0, offset: 0x20F24F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0x60, symBinAddr: 0x18FD10, symSize: 0x30 } + - { offsetInCU: 0xFE, offset: 0x20F2AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_182$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x580, symBinAddr: 0x190230, symSize: 0x30 } + - { offsetInCU: 0x116, offset: 0x20F2C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_204$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SSyXEfu_Tf3pf_n', symObjAddr: 0x5B0, symBinAddr: 0x190260, symSize: 0x30 } + - { offsetInCU: 0x12E, offset: 0x20F2DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_78$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvgSSyXEfu1_Tf3pf_n', symObjAddr: 0x5E0, symBinAddr: 0x190290, symSize: 0x30 } + - { offsetInCU: 0x146, offset: 0x20F2F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_62$s6Lottie18CoreAnimationLayerC07respectC9FrameRateSbvsSSyXEfu_Tf3pf_n', symObjAddr: 0x610, symBinAddr: 0x1902C0, symSize: 0x30 } + - { offsetInCU: 0x15E, offset: 0x20F30D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_101$s6Lottie18CoreAnimationLayerC8getValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x640, symBinAddr: 0x1902F0, symSize: 0x30 } + - { offsetInCU: 0x176, offset: 0x20F325, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_110$s6Lottie18CoreAnimationLayerC16getOriginalValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x670, symBinAddr: 0x190320, symSize: 0x30 } + - { offsetInCU: 0x18E, offset: 0x20F33D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_77$s6Lottie18CoreAnimationLayerC5layer3forSo7CALayerCSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x6A0, symBinAddr: 0x190350, symSize: 0x30 } + - { offsetInCU: 0x1A6, offset: 0x20F355, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_97$s6Lottie18CoreAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x6D0, symBinAddr: 0x190380, symSize: 0x30 } + - { offsetInCU: 0x1BE, offset: 0x20F36D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_87$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x700, symBinAddr: 0x1903B0, symSize: 0x30 } + - { offsetInCU: 0x1D6, offset: 0x20F385, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_0150$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0V39GSg12CoreGraphics7CGFloatVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x730, symBinAddr: 0x1903E0, symSize: 0x30 } + - { offsetInCU: 0x1EE, offset: 0x20F39D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_014$sSo7CALayerC6A158E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x760, symBinAddr: 0x190410, symSize: 0x30 } + - { offsetInCU: 0x206, offset: 0x20F3B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_', symObjAddr: 0x790, symBinAddr: 0x190440, symSize: 0x20 } + - { offsetInCU: 0x226, offset: 0x20F3D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF', symObjAddr: 0x90, symBinAddr: 0x18FD40, symSize: 0x50 } + - { offsetInCU: 0x293, offset: 0x20F442, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_', symObjAddr: 0x3B0, symBinAddr: 0x190060, symSize: 0x20 } + - { offsetInCU: 0x2A7, offset: 0x20F456, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_75$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSSyXEfu0_Tf3pf_n', symObjAddr: 0x3D0, symBinAddr: 0x190080, symSize: 0x30 } + - { offsetInCU: 0x2BF, offset: 0x20F46E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu0_Tf3pf_n', symObjAddr: 0x400, symBinAddr: 0x1900B0, symSize: 0x30 } + - { offsetInCU: 0x2D7, offset: 0x20F486, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu2_Tf3pf_n', symObjAddr: 0x430, symBinAddr: 0x1900E0, symSize: 0x30 } + - { offsetInCU: 0x2EF, offset: 0x20F49E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu4_Tf3pf_n', symObjAddr: 0x460, symBinAddr: 0x190110, symSize: 0x30 } + - { offsetInCU: 0x307, offset: 0x20F4B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_056$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybO35_p_AA16AnimationKeypathVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x490, symBinAddr: 0x190140, symSize: 0x30 } + - { offsetInCU: 0x31F, offset: 0x20F4CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_05$sSa6A87AA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x4C0, symBinAddr: 0x190170, symSize: 0x30 } + - { offsetInCU: 0x337, offset: 0x20F4E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_147$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x4F0, symBinAddr: 0x1901A0, symSize: 0x30 } + - { offsetInCU: 0x34F, offset: 0x20F4FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_170$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x520, symBinAddr: 0x1901D0, symSize: 0x30 } + - { offsetInCU: 0x367, offset: 0x20F516, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_139$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x550, symBinAddr: 0x190200, symSize: 0x30 } + - { offsetInCU: 0x38B, offset: 0x20F53A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0xE0, symBinAddr: 0x18FD90, symSize: 0x30 } + - { offsetInCU: 0x3E9, offset: 0x20F598, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_05$sSa6A55AA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyFSSyXEfu_Tf3pf_n', symObjAddr: 0x7F0, symBinAddr: 0x1904A0, symSize: 0x30 } + - { offsetInCU: 0x402, offset: 0x20F5B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKF', symObjAddr: 0x110, symBinAddr: 0x18FDC0, symSize: 0x30 } + - { offsetInCU: 0x440, offset: 0x20F5EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu1_Tf3pf_n', symObjAddr: 0x820, symBinAddr: 0x1904D0, symSize: 0x30 } + - { offsetInCU: 0x458, offset: 0x20F607, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu0_Tf3pf_n', symObjAddr: 0x850, symBinAddr: 0x190500, symSize: 0x30 } + - { offsetInCU: 0x470, offset: 0x20F61F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_Tf3pf_n', symObjAddr: 0x880, symBinAddr: 0x190530, symSize: 0x30 } + - { offsetInCU: 0x489, offset: 0x20F638, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA_ySbyXE_SSyXEAISutcfU_', symObjAddr: 0x140, symBinAddr: 0x18FDF0, symSize: 0x10 } + - { offsetInCU: 0x4E3, offset: 0x20F692, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA0_ySSyXE_AISutcfU_', symObjAddr: 0x150, symBinAddr: 0x18FE00, symSize: 0x10 } + - { offsetInCU: 0x52C, offset: 0x20F6DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA2_ySSyXEcfU_', symObjAddr: 0x160, symBinAddr: 0x18FE10, symSize: 0x10 } + - { offsetInCU: 0x5A5, offset: 0x20F754, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfC', symObjAddr: 0x170, symBinAddr: 0x18FE20, symSize: 0x70 } + - { offsetInCU: 0x5F6, offset: 0x20F7A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc', symObjAddr: 0x1E0, symBinAddr: 0x18FE90, symSize: 0x30 } + - { offsetInCU: 0x64C, offset: 0x20F7FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvsZ', symObjAddr: 0x280, symBinAddr: 0x18FF30, symSize: 0x60 } + - { offsetInCU: 0x693, offset: 0x20F842, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ', symObjAddr: 0x2E0, symBinAddr: 0x18FF90, symSize: 0x60 } + - { offsetInCU: 0x6CA, offset: 0x20F879, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ.resume.0', symObjAddr: 0x340, symBinAddr: 0x18FFF0, symSize: 0x10 } + - { offsetInCU: 0x6F5, offset: 0x20F8A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfd', symObjAddr: 0x8B0, symBinAddr: 0x190560, symSize: 0x30 } + - { offsetInCU: 0x730, offset: 0x20F8DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfD', symObjAddr: 0x8E0, symBinAddr: 0x190590, symSize: 0x40 } + - { offsetInCU: 0x785, offset: 0x20F934, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6shared_WZ', symObjAddr: 0x210, symBinAddr: 0x18FEC0, symSize: 0x70 } + - { offsetInCU: 0x7FC, offset: 0x20F9AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x7B0, symBinAddr: 0x190460, symSize: 0x20 } + - { offsetInCU: 0x825, offset: 0x20F9D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x7D0, symBinAddr: 0x190480, symSize: 0x20 } + - { offsetInCU: 0x84E, offset: 0x20F9FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZ', symObjAddr: 0x920, symBinAddr: 0x1905D0, symSize: 0x70 } + - { offsetInCU: 0x8D6, offset: 0x20FA85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySbyXE_SSyXEs12StaticStringVSutcfU_', symObjAddr: 0x990, symBinAddr: 0x190640, symSize: 0xA0 } + - { offsetInCU: 0x984, offset: 0x20FB33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySSyXE_s12StaticStringVSutcfU0_', symObjAddr: 0xA30, symBinAddr: 0x1906E0, symSize: 0x90 } + - { offsetInCU: 0xA45, offset: 0x20FBF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCMa', symObjAddr: 0xAC0, symBinAddr: 0x190770, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x20FDF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x190830, symSize: 0x150 } + - { offsetInCU: 0x7D, offset: 0x20FE4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x190830, symSize: 0x150 } + - { offsetInCU: 0x171, offset: 0x20FF43, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x150, symBinAddr: 0x190980, symSize: 0x140 } + - { offsetInCU: 0x27, offset: 0x210123, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x190AC0, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x210147, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x190AC0, symSize: 0x40 } + - { offsetInCU: 0x70, offset: 0x21016C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x190B00, symSize: 0x180 } + - { offsetInCU: 0x112, offset: 0x21020E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x200, symBinAddr: 0x190CC0, symSize: 0x60 } + - { offsetInCU: 0x155, offset: 0x210251, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x260, symBinAddr: 0x190D20, symSize: 0x20 } + - { offsetInCU: 0x195, offset: 0x210291, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x280, symBinAddr: 0x190D40, symSize: 0x10 } + - { offsetInCU: 0x1E0, offset: 0x2102DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x290, symBinAddr: 0x190D50, symSize: 0x60 } + - { offsetInCU: 0x22B, offset: 0x210327, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0x190DB0, symSize: 0x10 } + - { offsetInCU: 0x247, offset: 0x210343, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x300, symBinAddr: 0x190DC0, symSize: 0x10 } + - { offsetInCU: 0x263, offset: 0x21035F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x960, symBinAddr: 0x1911F0, symSize: 0x20 } + - { offsetInCU: 0x280, offset: 0x21037C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x350, symBinAddr: 0x190E10, symSize: 0x190 } + - { offsetInCU: 0x324, offset: 0x210420, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfD', symObjAddr: 0x4F0, symBinAddr: 0x190FB0, symSize: 0x30 } + - { offsetInCU: 0x3F1, offset: 0x2104ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfE', symObjAddr: 0x4E0, symBinAddr: 0x190FA0, symSize: 0x10 } + - { offsetInCU: 0x41E, offset: 0x21051A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCMa', symObjAddr: 0x520, symBinAddr: 0x190FE0, symSize: 0x20 } + - { offsetInCU: 0x432, offset: 0x21052E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwet', symObjAddr: 0x770, symBinAddr: 0x191000, symSize: 0x50 } + - { offsetInCU: 0x446, offset: 0x210542, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwst', symObjAddr: 0x7C0, symBinAddr: 0x191050, symSize: 0xA0 } + - { offsetInCU: 0x45A, offset: 0x210556, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwug', symObjAddr: 0x860, symBinAddr: 0x1910F0, symSize: 0x10 } + - { offsetInCU: 0x46E, offset: 0x21056A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwup', symObjAddr: 0x870, symBinAddr: 0x191100, symSize: 0x10 } + - { offsetInCU: 0x482, offset: 0x21057E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwui', symObjAddr: 0x880, symBinAddr: 0x191110, symSize: 0x10 } + - { offsetInCU: 0x496, offset: 0x210592, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOMa', symObjAddr: 0x890, symBinAddr: 0x191120, symSize: 0x10 } + - { offsetInCU: 0x4AA, offset: 0x2105A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASQWb', symObjAddr: 0x8A0, symBinAddr: 0x191130, symSize: 0x10 } + - { offsetInCU: 0x4BE, offset: 0x2105BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAESQAAWl', symObjAddr: 0x8B0, symBinAddr: 0x191140, symSize: 0x30 } + - { offsetInCU: 0x4D2, offset: 0x2105CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8E0, symBinAddr: 0x191170, symSize: 0x10 } + - { offsetInCU: 0x4E6, offset: 0x2105E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8F0, symBinAddr: 0x191180, symSize: 0x30 } + - { offsetInCU: 0x4FA, offset: 0x2105F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x920, symBinAddr: 0x1911B0, symSize: 0x10 } + - { offsetInCU: 0x50E, offset: 0x21060A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x930, symBinAddr: 0x1911C0, symSize: 0x30 } + - { offsetInCU: 0x549, offset: 0x210645, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C0, symBinAddr: 0x190C80, symSize: 0x10 } + - { offsetInCU: 0x589, offset: 0x210685, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1D0, symBinAddr: 0x190C90, symSize: 0x10 } + - { offsetInCU: 0x5C9, offset: 0x2106C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E0, symBinAddr: 0x190CA0, symSize: 0x10 } + - { offsetInCU: 0x609, offset: 0x210705, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1F0, symBinAddr: 0x190CB0, symSize: 0x10 } + - { offsetInCU: 0x641, offset: 0x21073D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x310, symBinAddr: 0x190DD0, symSize: 0x20 } + - { offsetInCU: 0x65D, offset: 0x210759, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x330, symBinAddr: 0x190DF0, symSize: 0x20 } + - { offsetInCU: 0x8A, offset: 0x210971, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0x1912C0, symSize: 0x20 } + - { offsetInCU: 0xBB, offset: 0x2109A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0x1912E0, symSize: 0x10 } + - { offsetInCU: 0xE4, offset: 0x2109CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x170, symBinAddr: 0x191380, symSize: 0x7D0 } + - { offsetInCU: 0x217, offset: 0x210AFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueSSvg', symObjAddr: 0x940, symBinAddr: 0x191B50, symSize: 0x20 } + - { offsetInCU: 0x24E, offset: 0x210B35, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x960, symBinAddr: 0x191B70, symSize: 0x20 } + - { offsetInCU: 0x2C1, offset: 0x210BA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValuexSg03RawR0Qz_tcfCTW', symObjAddr: 0xAD0, symBinAddr: 0x191CE0, symSize: 0x40 } + - { offsetInCU: 0x307, offset: 0x210BEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValue03RawR0QzvgTW', symObjAddr: 0xB10, symBinAddr: 0x191D20, symSize: 0x30 } + - { offsetInCU: 0x31B, offset: 0x210C02, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB40, symBinAddr: 0x191D50, symSize: 0x10 } + - { offsetInCU: 0x351, offset: 0x210C38, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB50, symBinAddr: 0x191D60, symSize: 0x30 } + - { offsetInCU: 0x3B6, offset: 0x210C9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB80, symBinAddr: 0x191D90, symSize: 0x10 } + - { offsetInCU: 0x3D2, offset: 0x210CB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB90, symBinAddr: 0x191DA0, symSize: 0x10 } + - { offsetInCU: 0x3EE, offset: 0x210CD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1C90, symBinAddr: 0x192CA0, symSize: 0x50 } + - { offsetInCU: 0x439, offset: 0x210D20, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCfD', symObjAddr: 0xBE0, symBinAddr: 0x191DF0, symSize: 0x30 } + - { offsetInCU: 0x47C, offset: 0x210D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC6encode2toys7Encoder_p_tKF', symObjAddr: 0xE00, symBinAddr: 0x191FF0, symSize: 0x3B0 } + - { offsetInCU: 0x4BB, offset: 0x210DA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x11B0, symBinAddr: 0x1923A0, symSize: 0x450 } + - { offsetInCU: 0x510, offset: 0x210DF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1600, symBinAddr: 0x1927F0, symSize: 0x50 } + - { offsetInCU: 0x547, offset: 0x210E2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1650, symBinAddr: 0x192840, symSize: 0x20 } + - { offsetInCU: 0x582, offset: 0x210E69, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x1860, symBinAddr: 0x192920, symSize: 0x100 } + - { offsetInCU: 0x609, offset: 0x210EF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCMa', symObjAddr: 0xC10, symBinAddr: 0x191E20, symSize: 0x20 } + - { offsetInCU: 0x61D, offset: 0x210F04, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwet', symObjAddr: 0xC50, symBinAddr: 0x191E40, symSize: 0x80 } + - { offsetInCU: 0x631, offset: 0x210F18, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwst', symObjAddr: 0xCD0, symBinAddr: 0x191EC0, symSize: 0xD0 } + - { offsetInCU: 0x645, offset: 0x210F2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwup', symObjAddr: 0xDA0, symBinAddr: 0x191F90, symSize: 0x10 } + - { offsetInCU: 0x659, offset: 0x210F40, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOMa', symObjAddr: 0xDB0, symBinAddr: 0x191FA0, symSize: 0x10 } + - { offsetInCU: 0x66D, offset: 0x210F54, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASQWb', symObjAddr: 0xDC0, symBinAddr: 0x191FB0, symSize: 0x10 } + - { offsetInCU: 0x681, offset: 0x210F68, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSQAAWl', symObjAddr: 0xDD0, symBinAddr: 0x191FC0, symSize: 0x30 } + - { offsetInCU: 0x695, offset: 0x210F7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs0D3KeyAAWl', symObjAddr: 0x16E0, symBinAddr: 0x192860, symSize: 0x30 } + - { offsetInCU: 0x6A9, offset: 0x210F90, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSeAAWl', symObjAddr: 0x1710, symBinAddr: 0x192890, symSize: 0x30 } + - { offsetInCU: 0x6BD, offset: 0x210FA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSEAAWl', symObjAddr: 0x17A0, symBinAddr: 0x1928C0, symSize: 0x30 } + - { offsetInCU: 0x6D1, offset: 0x210FB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSYAAWl', symObjAddr: 0x1830, symBinAddr: 0x1928F0, symSize: 0x30 } + - { offsetInCU: 0x6E5, offset: 0x210FCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwet', symObjAddr: 0x1A40, symBinAddr: 0x192A50, symSize: 0x80 } + - { offsetInCU: 0x6F9, offset: 0x210FE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwst', symObjAddr: 0x1AC0, symBinAddr: 0x192AD0, symSize: 0xD0 } + - { offsetInCU: 0x70D, offset: 0x210FF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwug', symObjAddr: 0x1B90, symBinAddr: 0x192BA0, symSize: 0x10 } + - { offsetInCU: 0x721, offset: 0x211008, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwup', symObjAddr: 0x1BA0, symBinAddr: 0x192BB0, symSize: 0x10 } + - { offsetInCU: 0x735, offset: 0x21101C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwui', symObjAddr: 0x1BB0, symBinAddr: 0x192BC0, symSize: 0x10 } + - { offsetInCU: 0x749, offset: 0x211030, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOMa', symObjAddr: 0x1BC0, symBinAddr: 0x192BD0, symSize: 0x10 } + - { offsetInCU: 0x75D, offset: 0x211044, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASQWb', symObjAddr: 0x1BD0, symBinAddr: 0x192BE0, symSize: 0x10 } + - { offsetInCU: 0x771, offset: 0x211058, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFSQAAWl', symObjAddr: 0x1BE0, symBinAddr: 0x192BF0, symSize: 0x30 } + - { offsetInCU: 0x785, offset: 0x21106C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1C10, symBinAddr: 0x192C20, symSize: 0x10 } + - { offsetInCU: 0x799, offset: 0x211080, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1C20, symBinAddr: 0x192C30, symSize: 0x30 } + - { offsetInCU: 0x7AD, offset: 0x211094, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1C50, symBinAddr: 0x192C60, symSize: 0x10 } + - { offsetInCU: 0x7C1, offset: 0x2110A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1C60, symBinAddr: 0x192C70, symSize: 0x30 } + - { offsetInCU: 0x7F5, offset: 0x2110DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x191210, symSize: 0x10 } + - { offsetInCU: 0x886, offset: 0x21116D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x191220, symSize: 0x40 } + - { offsetInCU: 0x935, offset: 0x21121C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x191260, symSize: 0x20 } + - { offsetInCU: 0x988, offset: 0x21126F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x191280, symSize: 0x40 } + - { offsetInCU: 0xA0C, offset: 0x2112F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0x1912F0, symSize: 0x50 } + - { offsetInCU: 0xA2F, offset: 0x211316, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0x191340, symSize: 0x40 } + - { offsetInCU: 0xA86, offset: 0x21136D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x980, symBinAddr: 0x191B90, symSize: 0x80 } + - { offsetInCU: 0xB55, offset: 0x21143C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA00, symBinAddr: 0x191C10, symSize: 0x50 } + - { offsetInCU: 0xBD3, offset: 0x2114BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA50, symBinAddr: 0x191C60, symSize: 0x30 } + - { offsetInCU: 0xC25, offset: 0x21150C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA80, symBinAddr: 0x191C90, symSize: 0x50 } + - { offsetInCU: 0xC88, offset: 0x21156F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBA0, symBinAddr: 0x191DB0, symSize: 0x20 } + - { offsetInCU: 0xCA4, offset: 0x21158B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xBC0, symBinAddr: 0x191DD0, symSize: 0x20 } + - { offsetInCU: 0x65, offset: 0x211785, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x192D10, symSize: 0x420 } + - { offsetInCU: 0xE5, offset: 0x211805, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x420, symBinAddr: 0x193130, symSize: 0x690 } + - { offsetInCU: 0x2A7, offset: 0x2119C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO8rawValueSSvg', symObjAddr: 0xAB0, symBinAddr: 0x1937C0, symSize: 0x20 } + - { offsetInCU: 0x2DE, offset: 0x2119FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xD20, symBinAddr: 0x193A30, symSize: 0x20 } + - { offsetInCU: 0x35C, offset: 0x211A7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xD80, symBinAddr: 0x193A90, symSize: 0x70 } + - { offsetInCU: 0x3C2, offset: 0x211AE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xDF0, symBinAddr: 0x193B00, symSize: 0x30 } + - { offsetInCU: 0x3DE, offset: 0x211AFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xE20, symBinAddr: 0x193B30, symSize: 0x10 } + - { offsetInCU: 0x414, offset: 0x211B34, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xE30, symBinAddr: 0x193B40, symSize: 0x60 } + - { offsetInCU: 0x499, offset: 0x211BB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xE90, symBinAddr: 0x193BA0, symSize: 0x10 } + - { offsetInCU: 0x4B5, offset: 0x211BD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xEA0, symBinAddr: 0x193BB0, symSize: 0x10 } + - { offsetInCU: 0x4F3, offset: 0x211C13, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xF30, symBinAddr: 0x193C40, symSize: 0x60 } + - { offsetInCU: 0x536, offset: 0x211C56, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xF90, symBinAddr: 0x193CA0, symSize: 0x20 } + - { offsetInCU: 0x576, offset: 0x211C96, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xFB0, symBinAddr: 0x193CC0, symSize: 0x10 } + - { offsetInCU: 0x5C1, offset: 0x211CE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xFC0, symBinAddr: 0x193CD0, symSize: 0x60 } + - { offsetInCU: 0x60C, offset: 0x211D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValueSiSgvgTW', symObjAddr: 0x1020, symBinAddr: 0x193D30, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x211D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1030, symBinAddr: 0x193D40, symSize: 0x10 } + - { offsetInCU: 0x644, offset: 0x211D64, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1830, symBinAddr: 0x194330, symSize: 0x20 } + - { offsetInCU: 0x662, offset: 0x211D82, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC6encode2toys7Encoder_p_tKF', symObjAddr: 0xAD0, symBinAddr: 0x1937E0, symSize: 0x250 } + - { offsetInCU: 0x6F3, offset: 0x211E13, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCfD', symObjAddr: 0x1080, symBinAddr: 0x193D90, symSize: 0x40 } + - { offsetInCU: 0x74E, offset: 0x211E6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x10E0, symBinAddr: 0x193DF0, symSize: 0x50 } + - { offsetInCU: 0x786, offset: 0x211EA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1130, symBinAddr: 0x193E40, symSize: 0x20 } + - { offsetInCU: 0x838, offset: 0x211F58, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCMa', symObjAddr: 0x10C0, symBinAddr: 0x193DD0, symSize: 0x20 } + - { offsetInCU: 0x84C, offset: 0x211F6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs0C3KeyAAWl', symObjAddr: 0x11C0, symBinAddr: 0x193E60, symSize: 0x30 } + - { offsetInCU: 0x860, offset: 0x211F80, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs06CodingD0AAWl', symObjAddr: 0x1220, symBinAddr: 0x193E90, symSize: 0x30 } + - { offsetInCU: 0x874, offset: 0x211F94, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x13E0, symBinAddr: 0x193EF0, symSize: 0x80 } + - { offsetInCU: 0x888, offset: 0x211FA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x1460, symBinAddr: 0x193F70, symSize: 0xD0 } + - { offsetInCU: 0x89C, offset: 0x211FBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x1530, symBinAddr: 0x194040, symSize: 0x10 } + - { offsetInCU: 0x8B0, offset: 0x211FD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x1540, symBinAddr: 0x194050, symSize: 0x10 } + - { offsetInCU: 0x8C4, offset: 0x211FE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x1550, symBinAddr: 0x194060, symSize: 0x10 } + - { offsetInCU: 0x8D8, offset: 0x211FF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x1560, symBinAddr: 0x194070, symSize: 0x10 } + - { offsetInCU: 0x8EC, offset: 0x21200C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x1580, symBinAddr: 0x194080, symSize: 0x50 } + - { offsetInCU: 0x900, offset: 0x212020, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x15D0, symBinAddr: 0x1940D0, symSize: 0xA0 } + - { offsetInCU: 0x914, offset: 0x212034, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x1670, symBinAddr: 0x194170, symSize: 0x10 } + - { offsetInCU: 0x928, offset: 0x212048, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x1680, symBinAddr: 0x194180, symSize: 0x10 } + - { offsetInCU: 0x93C, offset: 0x21205C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x1690, symBinAddr: 0x194190, symSize: 0x10 } + - { offsetInCU: 0x950, offset: 0x212070, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x16A0, symBinAddr: 0x1941A0, symSize: 0x10 } + - { offsetInCU: 0x964, offset: 0x212084, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x16B0, symBinAddr: 0x1941B0, symSize: 0x10 } + - { offsetInCU: 0x978, offset: 0x212098, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x16C0, symBinAddr: 0x1941C0, symSize: 0x30 } + - { offsetInCU: 0x98C, offset: 0x2120AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x16F0, symBinAddr: 0x1941F0, symSize: 0x10 } + - { offsetInCU: 0x9A0, offset: 0x2120C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x1700, symBinAddr: 0x194200, symSize: 0x30 } + - { offsetInCU: 0x9B4, offset: 0x2120D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1730, symBinAddr: 0x194230, symSize: 0x10 } + - { offsetInCU: 0x9C8, offset: 0x2120E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1740, symBinAddr: 0x194240, symSize: 0x30 } + - { offsetInCU: 0x9DC, offset: 0x2120FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1770, symBinAddr: 0x194270, symSize: 0x10 } + - { offsetInCU: 0x9F0, offset: 0x212110, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1780, symBinAddr: 0x194280, symSize: 0x30 } + - { offsetInCU: 0xA04, offset: 0x212124, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x17B0, symBinAddr: 0x1942B0, symSize: 0x10 } + - { offsetInCU: 0xA18, offset: 0x212138, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x17C0, symBinAddr: 0x1942C0, symSize: 0x30 } + - { offsetInCU: 0xA2C, offset: 0x21214C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x17F0, symBinAddr: 0x1942F0, symSize: 0x10 } + - { offsetInCU: 0xA40, offset: 0x212160, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1800, symBinAddr: 0x194300, symSize: 0x30 } + - { offsetInCU: 0xAA2, offset: 0x2121C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD40, symBinAddr: 0x193A50, symSize: 0x10 } + - { offsetInCU: 0xABE, offset: 0x2121DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xD50, symBinAddr: 0x193A60, symSize: 0x10 } + - { offsetInCU: 0xADA, offset: 0x2121FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD60, symBinAddr: 0x193A70, symSize: 0x10 } + - { offsetInCU: 0xAF6, offset: 0x212216, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD70, symBinAddr: 0x193A80, symSize: 0x10 } + - { offsetInCU: 0xB19, offset: 0x212239, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xEB0, symBinAddr: 0x193BC0, symSize: 0x20 } + - { offsetInCU: 0xB35, offset: 0x212255, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xED0, symBinAddr: 0x193BE0, symSize: 0x20 } + - { offsetInCU: 0xB60, offset: 0x212280, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xEF0, symBinAddr: 0x193C00, symSize: 0x10 } + - { offsetInCU: 0xBA0, offset: 0x2122C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xF00, symBinAddr: 0x193C10, symSize: 0x10 } + - { offsetInCU: 0xBE0, offset: 0x212300, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF10, symBinAddr: 0x193C20, symSize: 0x10 } + - { offsetInCU: 0xC20, offset: 0x212340, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xF20, symBinAddr: 0x193C30, symSize: 0x10 } + - { offsetInCU: 0xC58, offset: 0x212378, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1040, symBinAddr: 0x193D50, symSize: 0x20 } + - { offsetInCU: 0xC74, offset: 0x212394, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1060, symBinAddr: 0x193D70, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x2125CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x80, symBinAddr: 0x194350, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x212739, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x1944A0, symSize: 0x2E0 } + - { offsetInCU: 0x174, offset: 0x212886, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x1944A0, symSize: 0x2E0 } + - { offsetInCU: 0x40E, offset: 0x212B20, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x2E0, symBinAddr: 0x194780, symSize: 0x60 } + - { offsetInCU: 0x466, offset: 0x212B78, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfD', symObjAddr: 0x350, symBinAddr: 0x1947F0, symSize: 0x30 } + - { offsetInCU: 0x4C8, offset: 0x212BDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfE', symObjAddr: 0x340, symBinAddr: 0x1947E0, symSize: 0x10 } + - { offsetInCU: 0x520, offset: 0x212C32, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCMa', symObjAddr: 0x380, symBinAddr: 0x194820, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x212E80, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x194840, symSize: 0x130 } + - { offsetInCU: 0x79, offset: 0x212ECE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x194840, symSize: 0x130 } + - { offsetInCU: 0xC7, offset: 0x212F1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x130, symBinAddr: 0x194970, symSize: 0x100 } + - { offsetInCU: 0xFB, offset: 0x212F50, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfC', symObjAddr: 0x290, symBinAddr: 0x194A90, symSize: 0x50 } + - { offsetInCU: 0x119, offset: 0x212F6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfc', symObjAddr: 0x2E0, symBinAddr: 0x194AE0, symSize: 0x100 } + - { offsetInCU: 0x1BF, offset: 0x213014, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvg', symObjAddr: 0x4D0, symBinAddr: 0x194BE0, symSize: 0x30 } + - { offsetInCU: 0x20A, offset: 0x21305F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvs', symObjAddr: 0x500, symBinAddr: 0x194C10, symSize: 0x50 } + - { offsetInCU: 0x24E, offset: 0x2130A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM', symObjAddr: 0x550, symBinAddr: 0x194C60, symSize: 0x40 } + - { offsetInCU: 0x27B, offset: 0x2130D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM.resume.0', symObjAddr: 0x590, symBinAddr: 0x194CA0, symSize: 0x30 } + - { offsetInCU: 0x2C5, offset: 0x21311A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9valueTypeypXpvg', symObjAddr: 0x5C0, symBinAddr: 0x194CD0, symSize: 0x10 } + - { offsetInCU: 0x2F0, offset: 0x213145, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x5D0, symBinAddr: 0x194CE0, symSize: 0xB0 } + - { offsetInCU: 0x33B, offset: 0x213190, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x6A0, symBinAddr: 0x194DB0, symSize: 0x30 } + - { offsetInCU: 0x3A1, offset: 0x2131F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x740, symBinAddr: 0x194E50, symSize: 0x20 } + - { offsetInCU: 0x3C4, offset: 0x213219, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfd', symObjAddr: 0x760, symBinAddr: 0x194E70, symSize: 0x20 } + - { offsetInCU: 0x3FF, offset: 0x213254, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfD', symObjAddr: 0x7B0, symBinAddr: 0x194E90, symSize: 0x30 } + - { offsetInCU: 0x442, offset: 0x213297, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x7E0, symBinAddr: 0x194EC0, symSize: 0x20 } + - { offsetInCU: 0x45E, offset: 0x2132B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x800, symBinAddr: 0x194EE0, symSize: 0x10 } + - { offsetInCU: 0x4A4, offset: 0x2132F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x810, symBinAddr: 0x194EF0, symSize: 0x20 } + - { offsetInCU: 0x504, offset: 0x213359, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOe', symObjAddr: 0x230, symBinAddr: 0x194A70, symSize: 0x20 } + - { offsetInCU: 0x539, offset: 0x21338E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOy', symObjAddr: 0x680, symBinAddr: 0x194D90, symSize: 0x20 } + - { offsetInCU: 0x54D, offset: 0x2133A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x700, symBinAddr: 0x194E10, symSize: 0x40 } + - { offsetInCU: 0x595, offset: 0x2133EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x830, symBinAddr: 0x194F10, symSize: 0x20 } + - { offsetInCU: 0x5C4, offset: 0x213419, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x850, symBinAddr: 0x194F30, symSize: 0x10 } + - { offsetInCU: 0x60E, offset: 0x213463, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x860, symBinAddr: 0x194F40, symSize: 0x20 } + - { offsetInCU: 0x655, offset: 0x2134AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCMa', symObjAddr: 0x900, symBinAddr: 0x194FE0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x2136BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x195040, symSize: 0x10 } + - { offsetInCU: 0x50, offset: 0x2136E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x195040, symSize: 0x10 } + - { offsetInCU: 0xEA, offset: 0x21377D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x195050, symSize: 0x40 } + - { offsetInCU: 0x1D0, offset: 0x213863, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x195090, symSize: 0x20 } + - { offsetInCU: 0x255, offset: 0x2138E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0xB0, symBinAddr: 0x1950F0, symSize: 0x30 } + - { offsetInCU: 0x287, offset: 0x21391A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASQWb', symObjAddr: 0xE0, symBinAddr: 0x195120, symSize: 0x10 } + - { offsetInCU: 0x29B, offset: 0x21392E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVACSQAAWl', symObjAddr: 0xF0, symBinAddr: 0x195130, symSize: 0x30 } + - { offsetInCU: 0x2AF, offset: 0x213942, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwet', symObjAddr: 0x180, symBinAddr: 0x195160, symSize: 0x40 } + - { offsetInCU: 0x2C3, offset: 0x213956, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwst', symObjAddr: 0x1C0, symBinAddr: 0x1951A0, symSize: 0x40 } + - { offsetInCU: 0x2D7, offset: 0x21396A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVMa', symObjAddr: 0x200, symBinAddr: 0x1951E0, symSize: 0xA } + - { offsetInCU: 0x354, offset: 0x2139E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x1950B0, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x213BE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfC', symObjAddr: 0x0, symBinAddr: 0x1951F0, symSize: 0x70 } + - { offsetInCU: 0x69, offset: 0x213C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfC', symObjAddr: 0x70, symBinAddr: 0x195260, symSize: 0x50 } + - { offsetInCU: 0x87, offset: 0x213C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc', symObjAddr: 0xC0, symBinAddr: 0x1952B0, symSize: 0xF0 } + - { offsetInCU: 0xF2, offset: 0x213C8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc', symObjAddr: 0x1B0, symBinAddr: 0x1953A0, symSize: 0x130 } + - { offsetInCU: 0x19D, offset: 0x213D35, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5valuexvg', symObjAddr: 0x2E0, symBinAddr: 0x1954D0, symSize: 0x30 } + - { offsetInCU: 0x1D8, offset: 0x213D70, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg', symObjAddr: 0x310, symBinAddr: 0x195500, symSize: 0x20 } + - { offsetInCU: 0x205, offset: 0x213D9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC6isHoldSbvg', symObjAddr: 0x330, symBinAddr: 0x195520, symSize: 0x20 } + - { offsetInCU: 0x232, offset: 0x213DCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg', symObjAddr: 0x350, symBinAddr: 0x195540, symSize: 0x20 } + - { offsetInCU: 0x25F, offset: 0x213DF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg', symObjAddr: 0x370, symBinAddr: 0x195560, symSize: 0x20 } + - { offsetInCU: 0x28C, offset: 0x213E24, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg', symObjAddr: 0x390, symBinAddr: 0x195580, symSize: 0x30 } + - { offsetInCU: 0x2B9, offset: 0x213E51, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg', symObjAddr: 0x3C0, symBinAddr: 0x1955B0, symSize: 0x30 } + - { offsetInCU: 0x2E6, offset: 0x213E7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfd', symObjAddr: 0x3F0, symBinAddr: 0x1955E0, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x213ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfD', symObjAddr: 0x410, symBinAddr: 0x195600, symSize: 0x30 } + - { offsetInCU: 0x3CA, offset: 0x213F62, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x440, symBinAddr: 0x195630, symSize: 0x1D0 } + - { offsetInCU: 0x451, offset: 0x213FE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x610, symBinAddr: 0x195800, symSize: 0x20 } + - { offsetInCU: 0x50C, offset: 0x2140A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x630, symBinAddr: 0x195820, symSize: 0x210 } + - { offsetInCU: 0x85F, offset: 0x2143F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE9hashValueSivg', symObjAddr: 0x840, symBinAddr: 0x195A30, symSize: 0x40 } + - { offsetInCU: 0x8DD, offset: 0x214475, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x880, symBinAddr: 0x195A70, symSize: 0x20 } + - { offsetInCU: 0x8F9, offset: 0x214491, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8A0, symBinAddr: 0x195A90, symSize: 0x20 } + - { offsetInCU: 0x90D, offset: 0x2144A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSQWb', symObjAddr: 0x900, symBinAddr: 0x195AF0, symSize: 0x30 } + - { offsetInCU: 0x921, offset: 0x2144B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMi', symObjAddr: 0x930, symBinAddr: 0x195B20, symSize: 0x10 } + - { offsetInCU: 0x935, offset: 0x2144CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMr', symObjAddr: 0x940, symBinAddr: 0x195B30, symSize: 0xA0 } + - { offsetInCU: 0x949, offset: 0x2144E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMa', symObjAddr: 0x9E0, symBinAddr: 0x195BD0, symSize: 0x10 } + - { offsetInCU: 0xA02, offset: 0x21459A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8C0, symBinAddr: 0x195AB0, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x2147AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x195C20, symSize: 0x70 } + - { offsetInCU: 0x4F, offset: 0x2147CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x195C20, symSize: 0x70 } + - { offsetInCU: 0x7C, offset: 0x2147FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfD', symObjAddr: 0x70, symBinAddr: 0x195C90, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x214838, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0x195CD0, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x214879, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xD0, symBinAddr: 0x195CF0, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x2148BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x100, symBinAddr: 0x195D20, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x2148EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesC4starAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x1030, symBinAddr: 0x196C50, symSize: 0x770 } + - { offsetInCU: 0x6D7, offset: 0x214E57, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCMa', symObjAddr: 0x90, symBinAddr: 0x195CB0, symSize: 0x20 } + - { offsetInCU: 0x817, offset: 0x214F97, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x120, symBinAddr: 0x195D40, symSize: 0x190 } + - { offsetInCU: 0xA52, offset: 0x2151D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCfD', symObjAddr: 0x2B0, symBinAddr: 0x195ED0, symSize: 0x40 } + - { offsetInCU: 0xAB3, offset: 0x215233, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x310, symBinAddr: 0x195F30, symSize: 0x40 } + - { offsetInCU: 0xAFD, offset: 0x21527D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x350, symBinAddr: 0x195F70, symSize: 0x30 } + - { offsetInCU: 0xB2F, offset: 0x2152AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x380, symBinAddr: 0x195FA0, symSize: 0x10 } + - { offsetInCU: 0xB4B, offset: 0x2152CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x390, symBinAddr: 0x195FB0, symSize: 0x10 } + - { offsetInCU: 0xBAF, offset: 0x21532F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3A0, symBinAddr: 0x195FC0, symSize: 0x20 } + - { offsetInCU: 0xC11, offset: 0x215391, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x3C0, symBinAddr: 0x195FE0, symSize: 0x10 } + - { offsetInCU: 0xC3C, offset: 0x2153BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x3D0, symBinAddr: 0x195FF0, symSize: 0x10 } + - { offsetInCU: 0xC6E, offset: 0x2153EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x3E0, symBinAddr: 0x196000, symSize: 0x10 } + - { offsetInCU: 0xC99, offset: 0x215419, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x3F0, symBinAddr: 0x196010, symSize: 0x10 } + - { offsetInCU: 0xCDA, offset: 0x21545A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x400, symBinAddr: 0x196020, symSize: 0x10 } + - { offsetInCU: 0xD1B, offset: 0x21549B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x410, symBinAddr: 0x196030, symSize: 0x20 } + - { offsetInCU: 0xD5C, offset: 0x2154DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x430, symBinAddr: 0x196050, symSize: 0x20 } + - { offsetInCU: 0xD8E, offset: 0x21550E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC06parentC04starAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x17A0, symBinAddr: 0x1973C0, symSize: 0x130 } + - { offsetInCU: 0xE48, offset: 0x2155C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCMa', symObjAddr: 0x2F0, symBinAddr: 0x195F10, symSize: 0x20 } + - { offsetInCU: 0x12C3, offset: 0x215A43, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4star8position11outerRadius05innerG00F11Roundedness0hI014numberOfPoints8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA5qA0C9DirectionOtFZTf4nnnnnnnnd_n', symObjAddr: 0x450, symBinAddr: 0x196070, symSize: 0xBE0 } + - { offsetInCU: 0x27, offset: 0x216CB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x1974F0, symSize: 0x188 } + - { offsetInCU: 0x3F, offset: 0x216CD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x1974F0, symSize: 0x188 } + - { offsetInCU: 0x2B, offset: 0x216E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x197680, symSize: 0x1A0 } + - { offsetInCU: 0x4F, offset: 0x216E73, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x197680, symSize: 0x1A0 } + - { offsetInCU: 0xB1, offset: 0x216ED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1A0, symBinAddr: 0x197820, symSize: 0x50 } + - { offsetInCU: 0xF7, offset: 0x216F1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1F0, symBinAddr: 0x197870, symSize: 0x80 } + - { offsetInCU: 0x13E, offset: 0x216F62, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfD', symObjAddr: 0x2C0, symBinAddr: 0x197940, symSize: 0x30 } + - { offsetInCU: 0x16C, offset: 0x216F90, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfE', symObjAddr: 0x270, symBinAddr: 0x1978F0, symSize: 0x50 } + - { offsetInCU: 0x199, offset: 0x216FBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfETo', symObjAddr: 0x2F0, symBinAddr: 0x197970, symSize: 0x50 } + - { offsetInCU: 0x1C8, offset: 0x216FEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCMa', symObjAddr: 0x340, symBinAddr: 0x1979C0, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x21719A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x0, symBinAddr: 0x1979E0, symSize: 0x10 } + - { offsetInCU: 0x5B, offset: 0x2171B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg', symObjAddr: 0x10, symBinAddr: 0x1979F0, symSize: 0x10 } + - { offsetInCU: 0x82, offset: 0x2171DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x20, symBinAddr: 0x197A00, symSize: 0x10 } + - { offsetInCU: 0xAF, offset: 0x21720A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x30, symBinAddr: 0x197A10, symSize: 0x20 } + - { offsetInCU: 0xDE, offset: 0x217239, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x60, symBinAddr: 0x197A40, symSize: 0x10 } + - { offsetInCU: 0xFA, offset: 0x217255, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x70, symBinAddr: 0x197A50, symSize: 0x10 } + - { offsetInCU: 0x116, offset: 0x217271, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x80, symBinAddr: 0x197A60, symSize: 0x10 } + - { offsetInCU: 0x14C, offset: 0x2172A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x90, symBinAddr: 0x197A70, symSize: 0x20 } + - { offsetInCU: 0x193, offset: 0x2172EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg', symObjAddr: 0xB0, symBinAddr: 0x197A90, symSize: 0x10 } + - { offsetInCU: 0x1AF, offset: 0x21730A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0xE0, symBinAddr: 0x197AC0, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x2174D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x197AF0, symSize: 0x20 } + - { offsetInCU: 0x17F, offset: 0x2175F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0x20, symBinAddr: 0x197B10, symSize: 0x170 } + - { offsetInCU: 0x28B, offset: 0x2176FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x190, symBinAddr: 0x197C80, symSize: 0x10 } + - { offsetInCU: 0x2CC, offset: 0x21773F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP7lineCapAA04LineG0OvgTW', symObjAddr: 0x1A0, symBinAddr: 0x197C90, symSize: 0x10 } + - { offsetInCU: 0x30D, offset: 0x217780, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP8lineJoinAA04LineG0OvgTW', symObjAddr: 0x1B0, symBinAddr: 0x197CA0, symSize: 0x10 } + - { offsetInCU: 0x34E, offset: 0x2177C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x1C0, symBinAddr: 0x197CB0, symSize: 0x10 } + - { offsetInCU: 0x38F, offset: 0x217802, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x1D0, symBinAddr: 0x197CC0, symSize: 0x20 } + - { offsetInCU: 0x3D0, offset: 0x217843, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1F0, symBinAddr: 0x197CE0, symSize: 0x20 } + - { offsetInCU: 0x411, offset: 0x217884, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x210, symBinAddr: 0x197D00, symSize: 0x20 } + - { offsetInCU: 0x452, offset: 0x2178C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x230, symBinAddr: 0x197D20, symSize: 0x10 } + - { offsetInCU: 0x493, offset: 0x217906, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x240, symBinAddr: 0x197D30, symSize: 0x10 } + - { offsetInCU: 0x4D4, offset: 0x217947, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x250, symBinAddr: 0x197D40, symSize: 0x20 } + - { offsetInCU: 0x506, offset: 0x217979, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4B0, symBinAddr: 0x197FA0, symSize: 0x40 } + - { offsetInCU: 0x52B, offset: 0x21799E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x4F0, symBinAddr: 0x197FE0, symSize: 0x830 } + - { offsetInCU: 0x5CE, offset: 0x217A41, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xD20, symBinAddr: 0x198810, symSize: 0xFD0 } + - { offsetInCU: 0xA48, offset: 0x217EBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueSSvg', symObjAddr: 0x1CF0, symBinAddr: 0x1997E0, symSize: 0x20 } + - { offsetInCU: 0xA7F, offset: 0x217EF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x2260, symBinAddr: 0x199CD0, symSize: 0x20 } + - { offsetInCU: 0xAF2, offset: 0x217F65, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2400, symBinAddr: 0x199E70, symSize: 0x40 } + - { offsetInCU: 0xB38, offset: 0x217FAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x2440, symBinAddr: 0x199EB0, symSize: 0x30 } + - { offsetInCU: 0xB4C, offset: 0x217FBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2470, symBinAddr: 0x199EE0, symSize: 0x10 } + - { offsetInCU: 0xB82, offset: 0x217FF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2480, symBinAddr: 0x199EF0, symSize: 0x30 } + - { offsetInCU: 0xBE7, offset: 0x21805A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x24B0, symBinAddr: 0x199F20, symSize: 0x10 } + - { offsetInCU: 0xC03, offset: 0x218076, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x24C0, symBinAddr: 0x199F30, symSize: 0x10 } + - { offsetInCU: 0xC1F, offset: 0x218092, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3650, symBinAddr: 0x19AB90, symSize: 0x50 } + - { offsetInCU: 0xC57, offset: 0x2180CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x2280, symBinAddr: 0x199CF0, symSize: 0x30 } + - { offsetInCU: 0xC9C, offset: 0x21810F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2550, symBinAddr: 0x199FC0, symSize: 0x70 } + - { offsetInCU: 0xCD0, offset: 0x218143, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x25C0, symBinAddr: 0x19A030, symSize: 0x30 } + - { offsetInCU: 0xCEC, offset: 0x21815F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x25F0, symBinAddr: 0x19A060, symSize: 0x10 } + - { offsetInCU: 0xD22, offset: 0x218195, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2600, symBinAddr: 0x19A070, symSize: 0x70 } + - { offsetInCU: 0xD6D, offset: 0x2181E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2670, symBinAddr: 0x19A0E0, symSize: 0x10 } + - { offsetInCU: 0xD89, offset: 0x2181FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2680, symBinAddr: 0x19A0F0, symSize: 0x10 } + - { offsetInCU: 0xE37, offset: 0x2182AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1D90, symBinAddr: 0x199800, symSize: 0x4D0 } + - { offsetInCU: 0xEAA, offset: 0x21831D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfd', symObjAddr: 0x2720, symBinAddr: 0x19A190, symSize: 0x60 } + - { offsetInCU: 0xEF5, offset: 0x218368, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfD', symObjAddr: 0x2780, symBinAddr: 0x19A1F0, symSize: 0x20 } + - { offsetInCU: 0xF71, offset: 0x2183E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x2C0, symBinAddr: 0x197DB0, symSize: 0x20 } + - { offsetInCU: 0xFA2, offset: 0x218415, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x2E0, symBinAddr: 0x197DD0, symSize: 0x10 } + - { offsetInCU: 0x11C2, offset: 0x218635, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfE', symObjAddr: 0x26D0, symBinAddr: 0x19A140, symSize: 0x50 } + - { offsetInCU: 0x11EF, offset: 0x218662, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCMa', symObjAddr: 0x27A0, symBinAddr: 0x19A210, symSize: 0x20 } + - { offsetInCU: 0x1203, offset: 0x218676, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOwup', symObjAddr: 0x2800, symBinAddr: 0x19A250, symSize: 0x10 } + - { offsetInCU: 0x1217, offset: 0x21868A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOMa', symObjAddr: 0x2810, symBinAddr: 0x19A260, symSize: 0x10 } + - { offsetInCU: 0x122B, offset: 0x21869E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOwup', symObjAddr: 0x2990, symBinAddr: 0x19A3E0, symSize: 0x10 } + - { offsetInCU: 0x123F, offset: 0x2186B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOMa', symObjAddr: 0x29A0, symBinAddr: 0x19A3F0, symSize: 0x10 } + - { offsetInCU: 0x1253, offset: 0x2186C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASQWb', symObjAddr: 0x29B0, symBinAddr: 0x19A400, symSize: 0x10 } + - { offsetInCU: 0x1267, offset: 0x2186DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSQAAWl', symObjAddr: 0x29C0, symBinAddr: 0x19A410, symSize: 0x30 } + - { offsetInCU: 0x127B, offset: 0x2186EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSHAASQWb', symObjAddr: 0x29F0, symBinAddr: 0x19A440, symSize: 0x10 } + - { offsetInCU: 0x128F, offset: 0x218702, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSQAAWl', symObjAddr: 0x2A00, symBinAddr: 0x19A450, symSize: 0x30 } + - { offsetInCU: 0x12A3, offset: 0x218716, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSYAAWl', symObjAddr: 0x2A30, symBinAddr: 0x19A480, symSize: 0x30 } + - { offsetInCU: 0x12B7, offset: 0x21872A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSYAAWl', symObjAddr: 0x2A60, symBinAddr: 0x19A4B0, symSize: 0x30 } + - { offsetInCU: 0x12CB, offset: 0x21873E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs0D3KeyAAWl', symObjAddr: 0x2B00, symBinAddr: 0x19A4E0, symSize: 0x30 } + - { offsetInCU: 0x12DF, offset: 0x218752, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs9CodingKeyAAWl', symObjAddr: 0x2C20, symBinAddr: 0x19A510, symSize: 0x30 } + - { offsetInCU: 0x12F3, offset: 0x218766, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x31B0, symBinAddr: 0x19A6F0, symSize: 0x80 } + - { offsetInCU: 0x1307, offset: 0x21877A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x3230, symBinAddr: 0x19A770, symSize: 0xD0 } + - { offsetInCU: 0x131B, offset: 0x21878E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x3300, symBinAddr: 0x19A840, symSize: 0x10 } + - { offsetInCU: 0x132F, offset: 0x2187A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x3310, symBinAddr: 0x19A850, symSize: 0x10 } + - { offsetInCU: 0x1343, offset: 0x2187B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x3320, symBinAddr: 0x19A860, symSize: 0x10 } + - { offsetInCU: 0x1357, offset: 0x2187CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x3330, symBinAddr: 0x19A870, symSize: 0x10 } + - { offsetInCU: 0x136B, offset: 0x2187DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x3340, symBinAddr: 0x19A880, symSize: 0x80 } + - { offsetInCU: 0x137F, offset: 0x2187F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x33C0, symBinAddr: 0x19A900, symSize: 0xD0 } + - { offsetInCU: 0x1393, offset: 0x218806, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x3490, symBinAddr: 0x19A9D0, symSize: 0x10 } + - { offsetInCU: 0x13A7, offset: 0x21881A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x34A0, symBinAddr: 0x19A9E0, symSize: 0x10 } + - { offsetInCU: 0x13BB, offset: 0x21882E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x34B0, symBinAddr: 0x19A9F0, symSize: 0x10 } + - { offsetInCU: 0x13CF, offset: 0x218842, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x34C0, symBinAddr: 0x19AA00, symSize: 0x10 } + - { offsetInCU: 0x13E3, offset: 0x218856, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x34D0, symBinAddr: 0x19AA10, symSize: 0x10 } + - { offsetInCU: 0x13F7, offset: 0x21886A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x34E0, symBinAddr: 0x19AA20, symSize: 0x30 } + - { offsetInCU: 0x140B, offset: 0x21887E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x3510, symBinAddr: 0x19AA50, symSize: 0x10 } + - { offsetInCU: 0x141F, offset: 0x218892, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x3520, symBinAddr: 0x19AA60, symSize: 0x30 } + - { offsetInCU: 0x1433, offset: 0x2188A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3550, symBinAddr: 0x19AA90, symSize: 0x10 } + - { offsetInCU: 0x1447, offset: 0x2188BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3560, symBinAddr: 0x19AAA0, symSize: 0x30 } + - { offsetInCU: 0x145B, offset: 0x2188CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3590, symBinAddr: 0x19AAD0, symSize: 0x10 } + - { offsetInCU: 0x146F, offset: 0x2188E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x35A0, symBinAddr: 0x19AAE0, symSize: 0x30 } + - { offsetInCU: 0x1483, offset: 0x2188F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x35D0, symBinAddr: 0x19AB10, symSize: 0x10 } + - { offsetInCU: 0x1497, offset: 0x21890A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x35E0, symBinAddr: 0x19AB20, symSize: 0x30 } + - { offsetInCU: 0x14AB, offset: 0x21891E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3610, symBinAddr: 0x19AB50, symSize: 0x10 } + - { offsetInCU: 0x14BF, offset: 0x218932, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3620, symBinAddr: 0x19AB60, symSize: 0x30 } + - { offsetInCU: 0x1535, offset: 0x2189A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x270, symBinAddr: 0x197D60, symSize: 0x10 } + - { offsetInCU: 0x158A, offset: 0x2189FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x290, symBinAddr: 0x197D80, symSize: 0x20 } + - { offsetInCU: 0x15EC, offset: 0x218A5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2F0, symBinAddr: 0x197DE0, symSize: 0x50 } + - { offsetInCU: 0x160F, offset: 0x218A82, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x340, symBinAddr: 0x197E30, symSize: 0x40 } + - { offsetInCU: 0x1632, offset: 0x218AA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x420, symBinAddr: 0x197F10, symSize: 0x50 } + - { offsetInCU: 0x1655, offset: 0x218AC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x470, symBinAddr: 0x197F60, symSize: 0x40 } + - { offsetInCU: 0x172C, offset: 0x218B9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x22B0, symBinAddr: 0x199D20, symSize: 0x80 } + - { offsetInCU: 0x17FB, offset: 0x218C6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2330, symBinAddr: 0x199DA0, symSize: 0x50 } + - { offsetInCU: 0x1879, offset: 0x218CEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2380, symBinAddr: 0x199DF0, symSize: 0x30 } + - { offsetInCU: 0x18CB, offset: 0x218D3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x23B0, symBinAddr: 0x199E20, symSize: 0x50 } + - { offsetInCU: 0x192E, offset: 0x218DA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x24D0, symBinAddr: 0x199F40, symSize: 0x20 } + - { offsetInCU: 0x194A, offset: 0x218DBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x24F0, symBinAddr: 0x199F60, symSize: 0x20 } + - { offsetInCU: 0x1966, offset: 0x218DD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2510, symBinAddr: 0x199F80, symSize: 0x10 } + - { offsetInCU: 0x1982, offset: 0x218DF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2520, symBinAddr: 0x199F90, symSize: 0x10 } + - { offsetInCU: 0x199E, offset: 0x218E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2530, symBinAddr: 0x199FA0, symSize: 0x10 } + - { offsetInCU: 0x19BA, offset: 0x218E2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2540, symBinAddr: 0x199FB0, symSize: 0x10 } + - { offsetInCU: 0x19DD, offset: 0x218E50, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2690, symBinAddr: 0x19A100, symSize: 0x20 } + - { offsetInCU: 0x19F9, offset: 0x218E6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x26B0, symBinAddr: 0x19A120, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x2190F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x19AC60, symSize: 0x30 } + - { offsetInCU: 0xE9, offset: 0x21919E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x30, symBinAddr: 0x19AC90, symSize: 0x60 } + - { offsetInCU: 0x148, offset: 0x2191FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x90, symBinAddr: 0x19ACF0, symSize: 0x20 } + - { offsetInCU: 0x1B8, offset: 0x21926D, size: 0x8, addend: 0x0, symName: '_$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB0, symBinAddr: 0x19AD10, symSize: 0x1A0 } + - { offsetInCU: 0x3F0, offset: 0x2194A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x250, symBinAddr: 0x19AEB0, symSize: 0xD0 } + - { offsetInCU: 0x58D, offset: 0x219642, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x320, symBinAddr: 0x19AF80, symSize: 0x20 } + - { offsetInCU: 0x655, offset: 0x21970A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x340, symBinAddr: 0x19AFA0, symSize: 0x70 } + - { offsetInCU: 0x98E, offset: 0x219A43, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0p2InR0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x3B0, symBinAddr: 0x19B010, symSize: 0x60 } + - { offsetInCU: 0xB4E, offset: 0x219C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x410, symBinAddr: 0x19B070, symSize: 0x80 } + - { offsetInCU: 0xBDD, offset: 0x219C92, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x490, symBinAddr: 0x19B0F0, symSize: 0x50 } + - { offsetInCU: 0xCD4, offset: 0x219D89, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x4E0, symBinAddr: 0x19B140, symSize: 0x20 } + - { offsetInCU: 0xD91, offset: 0x219E46, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x500, symBinAddr: 0x19B160, symSize: 0x90 } + - { offsetInCU: 0xDF1, offset: 0x219EA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x590, symBinAddr: 0x19B1F0, symSize: 0x30 } + - { offsetInCU: 0xE6C, offset: 0x219F21, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x5C0, symBinAddr: 0x19B220, symSize: 0x40 } + - { offsetInCU: 0xF0A, offset: 0x219FBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x600, symBinAddr: 0x19B260, symSize: 0x120 } + - { offsetInCU: 0xFAC, offset: 0x21A061, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x720, symBinAddr: 0x19B380, symSize: 0x40 } + - { offsetInCU: 0x1088, offset: 0x21A13D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie14InterpolatableA2dEP11interpolate2to6amountxx_ACtFTW', symObjAddr: 0x760, symBinAddr: 0x19B3C0, symSize: 0x40 } + - { offsetInCU: 0x116B, offset: 0x21A220, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie17AnyInterpolatableA2dEP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_ACSo7CGPointVSgANtFTW', symObjAddr: 0x7A0, symBinAddr: 0x19B400, symSize: 0x40 } + - { offsetInCU: 0x129C, offset: 0x21A351, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x7E0, symBinAddr: 0x19B440, symSize: 0x40 } + - { offsetInCU: 0x137F, offset: 0x21A434, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x820, symBinAddr: 0x19B480, symSize: 0x40 } + - { offsetInCU: 0x145B, offset: 0x21A510, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0x860, symBinAddr: 0x19B4C0, symSize: 0x1A0 } + - { offsetInCU: 0x16F3, offset: 0x21A7A8, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xA00, symBinAddr: 0x19B660, symSize: 0x140 } + - { offsetInCU: 0x18A9, offset: 0x21A95E, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xB40, symBinAddr: 0x19B7A0, symSize: 0x140 } + - { offsetInCU: 0x1A30, offset: 0x21AAE5, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xC80, symBinAddr: 0x19B8E0, symSize: 0x30 } + - { offsetInCU: 0x1B0C, offset: 0x21ABC1, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xCB0, symBinAddr: 0x19B910, symSize: 0x40 } + - { offsetInCU: 0x1BFF, offset: 0x21ACB4, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xCF0, symBinAddr: 0x19B950, symSize: 0x40 } + - { offsetInCU: 0x1D49, offset: 0x21ADFE, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF', symObjAddr: 0xD30, symBinAddr: 0x19B990, symSize: 0xA0 } + - { offsetInCU: 0x1EF1, offset: 0x21AFA6, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie21SpatialInterpolatableA2cDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xDD0, symBinAddr: 0x19BA30, symSize: 0xC0 } + - { offsetInCU: 0x20D1, offset: 0x21B186, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xE90, symBinAddr: 0x19BAF0, symSize: 0xC0 } + - { offsetInCU: 0x2287, offset: 0x21B33C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xF50, symBinAddr: 0x19BBB0, symSize: 0x40 } + - { offsetInCU: 0x236A, offset: 0x21B41F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xF90, symBinAddr: 0x19BBF0, symSize: 0x10 } + - { offsetInCU: 0x23DB, offset: 0x21B490, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xFA0, symBinAddr: 0x19BC00, symSize: 0x40 } + - { offsetInCU: 0x2458, offset: 0x21B50D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xFE0, symBinAddr: 0x19BC40, symSize: 0x40 } + - { offsetInCU: 0x2590, offset: 0x21B645, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1020, symBinAddr: 0x19BC80, symSize: 0x40 } + - { offsetInCU: 0x2720, offset: 0x21B7D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x1060, symBinAddr: 0x19BCC0, symSize: 0xA0 } + - { offsetInCU: 0x28B9, offset: 0x21B96E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1100, symBinAddr: 0x19BD60, symSize: 0x30 } + - { offsetInCU: 0x2948, offset: 0x21B9FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1130, symBinAddr: 0x19BD90, symSize: 0xC0 } + - { offsetInCU: 0x2B47, offset: 0x21BBFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x11F0, symBinAddr: 0x19BE50, symSize: 0xF0 } + - { offsetInCU: 0x2CB0, offset: 0x21BD65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x12E0, symBinAddr: 0x19BF40, symSize: 0x30 } + - { offsetInCU: 0x2D21, offset: 0x21BDD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1310, symBinAddr: 0x19BF70, symSize: 0x60 } + - { offsetInCU: 0x2DF1, offset: 0x21BEA6, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1370, symBinAddr: 0x19BFD0, symSize: 0x250 } + - { offsetInCU: 0x2ED4, offset: 0x21BF89, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x15C0, symBinAddr: 0x19C220, symSize: 0x30 } + - { offsetInCU: 0x2EF0, offset: 0x21BFA5, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x15F0, symBinAddr: 0x19C250, symSize: 0x60 } + - { offsetInCU: 0x2F0C, offset: 0x21BFC1, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1650, symBinAddr: 0x19C2B0, symSize: 0x10 } + - { offsetInCU: 0x2F28, offset: 0x21BFDD, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1660, symBinAddr: 0x19C2C0, symSize: 0x60 } + - { offsetInCU: 0x2F4B, offset: 0x21C000, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldV11interpolate2to6amountACyxGAG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x16C0, symBinAddr: 0x19C320, symSize: 0x30 } + - { offsetInCU: 0x2F9B, offset: 0x21C050, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x16F0, symBinAddr: 0x19C350, symSize: 0x10 } + - { offsetInCU: 0x2FB8, offset: 0x21C06D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x1700, symBinAddr: 0x19C360, symSize: 0x30 } + - { offsetInCU: 0x2FD4, offset: 0x21C089, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufC12CoreGraphics7CGFloatV_ACTg5Tf4nd_n', symObjAddr: 0x1730, symBinAddr: 0x19C390, symSize: 0x10 } + - { offsetInCU: 0x2FEC, offset: 0x21C0A1, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSd_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1740, symBinAddr: 0x19C3A0, symSize: 0x10 } + - { offsetInCU: 0x3004, offset: 0x21C0B9, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSBAAWl', symObjAddr: 0x1750, symBinAddr: 0x19C3B0, symSize: 0x30 } + - { offsetInCU: 0x3018, offset: 0x21C0CD, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_TA', symObjAddr: 0x1780, symBinAddr: 0x19C3E0, symSize: 0x40 } + - { offsetInCU: 0x3041, offset: 0x21C0F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x17C0, symBinAddr: 0x19C420, symSize: 0x20 } + - { offsetInCU: 0x3055, offset: 0x21C10A, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_TA', symObjAddr: 0x17E0, symBinAddr: 0x19C440, symSize: 0x30 } + - { offsetInCU: 0x30B4, offset: 0x21C169, size: 0x8, addend: 0x0, symName: '_$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x1810, symBinAddr: 0x19C470, symSize: 0x60 } + - { offsetInCU: 0x30DD, offset: 0x21C192, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x1870, symBinAddr: 0x19C4D0, symSize: 0x30 } + - { offsetInCU: 0x30F1, offset: 0x21C1A6, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x18A0, symBinAddr: 0x19C500, symSize: 0x30 } + - { offsetInCU: 0x314A, offset: 0x21C1FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFAA11CurveVertexV_Tg5Tf4nnddn_n', symObjAddr: 0x1940, symBinAddr: 0x19C5A0, symSize: 0x60 } + - { offsetInCU: 0x33C8, offset: 0x21C47D, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x19A0, symBinAddr: 0x19C600, symSize: 0x10 } + - { offsetInCU: 0x340A, offset: 0x21C4BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMi', symObjAddr: 0x19B0, symBinAddr: 0x19C610, symSize: 0x10 } + - { offsetInCU: 0x341E, offset: 0x21C4D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMr', symObjAddr: 0x19C0, symBinAddr: 0x19C620, symSize: 0x60 } + - { offsetInCU: 0x3432, offset: 0x21C4E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwCP', symObjAddr: 0x1A20, symBinAddr: 0x19C680, symSize: 0x60 } + - { offsetInCU: 0x3446, offset: 0x21C4FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwxx', symObjAddr: 0x1A80, symBinAddr: 0x19C6E0, symSize: 0x20 } + - { offsetInCU: 0x345A, offset: 0x21C50F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwcp', symObjAddr: 0x1AA0, symBinAddr: 0x19C700, symSize: 0x20 } + - { offsetInCU: 0x346E, offset: 0x21C523, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwca', symObjAddr: 0x1AC0, symBinAddr: 0x19C720, symSize: 0x20 } + - { offsetInCU: 0x3482, offset: 0x21C537, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwtk', symObjAddr: 0x1AE0, symBinAddr: 0x19C740, symSize: 0x20 } + - { offsetInCU: 0x3496, offset: 0x21C54B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwta', symObjAddr: 0x1B00, symBinAddr: 0x19C760, symSize: 0x20 } + - { offsetInCU: 0x34AA, offset: 0x21C55F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwet', symObjAddr: 0x1B20, symBinAddr: 0x19C780, symSize: 0x110 } + - { offsetInCU: 0x34BE, offset: 0x21C573, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwst', symObjAddr: 0x1C30, symBinAddr: 0x19C890, symSize: 0x210 } + - { offsetInCU: 0x34D2, offset: 0x21C587, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMa', symObjAddr: 0x1E40, symBinAddr: 0x19CAA0, symSize: 0x10 } + - { offsetInCU: 0xCA, offset: 0x21CA43, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeO8rawValueSSvg', symObjAddr: 0x18E0, symBinAddr: 0x19E390, symSize: 0x20 } + - { offsetInCU: 0x11F, offset: 0x21CA98, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1940, symBinAddr: 0x19E3F0, symSize: 0x70 } + - { offsetInCU: 0x185, offset: 0x21CAFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x19B0, symBinAddr: 0x19E460, symSize: 0x30 } + - { offsetInCU: 0x234, offset: 0x21CBAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1A70, symBinAddr: 0x19E520, symSize: 0x330 } + - { offsetInCU: 0x383, offset: 0x21CCFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1DA0, symBinAddr: 0x19E850, symSize: 0x20 } + - { offsetInCU: 0x3C4, offset: 0x21CD3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1E00, symBinAddr: 0x19E8B0, symSize: 0x70 } + - { offsetInCU: 0x3F8, offset: 0x21CD71, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1E70, symBinAddr: 0x19E920, symSize: 0x30 } + - { offsetInCU: 0x414, offset: 0x21CD8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1EA0, symBinAddr: 0x19E950, symSize: 0x10 } + - { offsetInCU: 0x44A, offset: 0x21CDC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1EB0, symBinAddr: 0x19E960, symSize: 0x70 } + - { offsetInCU: 0x495, offset: 0x21CE0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1F20, symBinAddr: 0x19E9D0, symSize: 0x10 } + - { offsetInCU: 0x4B1, offset: 0x21CE2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1F30, symBinAddr: 0x19E9E0, symSize: 0x10 } + - { offsetInCU: 0x4EC, offset: 0x21CE65, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCfD', symObjAddr: 0x1F80, symBinAddr: 0x19EA30, symSize: 0x20 } + - { offsetInCU: 0x537, offset: 0x21CEB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC6encode2toys7Encoder_p_tKF', symObjAddr: 0x21B0, symBinAddr: 0x19EC40, symSize: 0x150 } + - { offsetInCU: 0x576, offset: 0x21CEEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x2300, symBinAddr: 0x19ED90, symSize: 0x1B0 } + - { offsetInCU: 0x5CB, offset: 0x21CF44, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x24B0, symBinAddr: 0x19EF40, symSize: 0x50 } + - { offsetInCU: 0x602, offset: 0x21CF7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2500, symBinAddr: 0x19EF90, symSize: 0x20 } + - { offsetInCU: 0x626, offset: 0x21CF9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCMa', symObjAddr: 0x1FA0, symBinAddr: 0x19EA50, symSize: 0x20 } + - { offsetInCU: 0x63A, offset: 0x21CFB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwet', symObjAddr: 0x1FE0, symBinAddr: 0x19EA70, symSize: 0x80 } + - { offsetInCU: 0x64E, offset: 0x21CFC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwst', symObjAddr: 0x2060, symBinAddr: 0x19EAF0, symSize: 0xD0 } + - { offsetInCU: 0x662, offset: 0x21CFDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwug', symObjAddr: 0x2130, symBinAddr: 0x19EBC0, symSize: 0x10 } + - { offsetInCU: 0x676, offset: 0x21CFEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwup', symObjAddr: 0x2140, symBinAddr: 0x19EBD0, symSize: 0x10 } + - { offsetInCU: 0x68A, offset: 0x21D003, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwui', symObjAddr: 0x2150, symBinAddr: 0x19EBE0, symSize: 0x10 } + - { offsetInCU: 0x69E, offset: 0x21D017, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOMa', symObjAddr: 0x2160, symBinAddr: 0x19EBF0, symSize: 0x10 } + - { offsetInCU: 0x6B2, offset: 0x21D02B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASQWb', symObjAddr: 0x2170, symBinAddr: 0x19EC00, symSize: 0x10 } + - { offsetInCU: 0x6C6, offset: 0x21D03F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSQAAWl', symObjAddr: 0x2180, symBinAddr: 0x19EC10, symSize: 0x30 } + - { offsetInCU: 0x6DA, offset: 0x21D053, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x2590, symBinAddr: 0x19EFB0, symSize: 0x30 } + - { offsetInCU: 0x6EE, offset: 0x21D067, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSeAAWl', symObjAddr: 0x25F0, symBinAddr: 0x19EFE0, symSize: 0x30 } + - { offsetInCU: 0x702, offset: 0x21D07B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSEAAWl', symObjAddr: 0x2680, symBinAddr: 0x19F010, symSize: 0x30 } + - { offsetInCU: 0x716, offset: 0x21D08F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSYAAWl', symObjAddr: 0x2740, symBinAddr: 0x19F0A0, symSize: 0x30 } + - { offsetInCU: 0x72A, offset: 0x21D0A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwet', symObjAddr: 0x2B90, symBinAddr: 0x19F490, symSize: 0x80 } + - { offsetInCU: 0x73E, offset: 0x21D0B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwst', symObjAddr: 0x2C10, symBinAddr: 0x19F510, symSize: 0xD0 } + - { offsetInCU: 0x752, offset: 0x21D0CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwug', symObjAddr: 0x2CE0, symBinAddr: 0x19F5E0, symSize: 0x10 } + - { offsetInCU: 0x766, offset: 0x21D0DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwup', symObjAddr: 0x2CF0, symBinAddr: 0x19F5F0, symSize: 0x10 } + - { offsetInCU: 0x77A, offset: 0x21D0F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwui', symObjAddr: 0x2D00, symBinAddr: 0x19F600, symSize: 0x10 } + - { offsetInCU: 0x78E, offset: 0x21D107, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOMa', symObjAddr: 0x2D10, symBinAddr: 0x19F610, symSize: 0x10 } + - { offsetInCU: 0x7A2, offset: 0x21D11B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASQWb', symObjAddr: 0x2D20, symBinAddr: 0x19F620, symSize: 0x10 } + - { offsetInCU: 0x7B6, offset: 0x21D12F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAESQAAWl', symObjAddr: 0x2D30, symBinAddr: 0x19F630, symSize: 0x30 } + - { offsetInCU: 0x7CA, offset: 0x21D143, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2D60, symBinAddr: 0x19F660, symSize: 0x10 } + - { offsetInCU: 0x7DE, offset: 0x21D157, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2D70, symBinAddr: 0x19F670, symSize: 0x30 } + - { offsetInCU: 0x7F2, offset: 0x21D16B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2DA0, symBinAddr: 0x19F6A0, symSize: 0x10 } + - { offsetInCU: 0x806, offset: 0x21D17F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2DB0, symBinAddr: 0x19F6B0, symSize: 0x30 } + - { offsetInCU: 0x867, offset: 0x21D1E0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x19CAB0, symSize: 0x60 } + - { offsetInCU: 0x941, offset: 0x21D2BA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x60, symBinAddr: 0x19CB10, symSize: 0x60 } + - { offsetInCU: 0xA1B, offset: 0x21D394, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0xC0, symBinAddr: 0x19CB70, symSize: 0x60 } + - { offsetInCU: 0xAF5, offset: 0x21D46E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x120, symBinAddr: 0x19CBD0, symSize: 0x60 } + - { offsetInCU: 0xBCF, offset: 0x21D548, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x180, symBinAddr: 0x19CC30, symSize: 0x60 } + - { offsetInCU: 0xCA9, offset: 0x21D622, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x1E0, symBinAddr: 0x19CC90, symSize: 0x60 } + - { offsetInCU: 0xD5A, offset: 0x21D6D3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x240, symBinAddr: 0x19CCF0, symSize: 0x60 } + - { offsetInCU: 0xE0B, offset: 0x21D784, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x2A0, symBinAddr: 0x19CD50, symSize: 0x60 } + - { offsetInCU: 0xEE5, offset: 0x21D85E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x300, symBinAddr: 0x19CDB0, symSize: 0x60 } + - { offsetInCU: 0xFBF, offset: 0x21D938, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x360, symBinAddr: 0x19CE10, symSize: 0x60 } + - { offsetInCU: 0x1099, offset: 0x21DA12, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x3C0, symBinAddr: 0x19CE70, symSize: 0x60 } + - { offsetInCU: 0x114A, offset: 0x21DAC3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x420, symBinAddr: 0x19CED0, symSize: 0x60 } + - { offsetInCU: 0x11FB, offset: 0x21DB74, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x480, symBinAddr: 0x19CF30, symSize: 0x60 } + - { offsetInCU: 0x12D5, offset: 0x21DC4E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x4E0, symBinAddr: 0x19CF90, symSize: 0x60 } + - { offsetInCU: 0x13AF, offset: 0x21DD28, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x540, symBinAddr: 0x19CFF0, symSize: 0x60 } + - { offsetInCU: 0x1489, offset: 0x21DE02, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x5A0, symBinAddr: 0x19D050, symSize: 0x60 } + - { offsetInCU: 0x1563, offset: 0x21DEDC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x600, symBinAddr: 0x19D0B0, symSize: 0x60 } + - { offsetInCU: 0x163D, offset: 0x21DFB6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x660, symBinAddr: 0x19D110, symSize: 0x90 } + - { offsetInCU: 0x170B, offset: 0x21E084, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15RenderingEngineO_TB5', symObjAddr: 0x6F0, symBinAddr: 0x19D1A0, symSize: 0x70 } + - { offsetInCU: 0x17BC, offset: 0x21E135, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0x760, symBinAddr: 0x19D210, symSize: 0x70 } + - { offsetInCU: 0x186D, offset: 0x21E1E6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x7D0, symBinAddr: 0x19D280, symSize: 0x60 } + - { offsetInCU: 0x1947, offset: 0x21E2C0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x840, symBinAddr: 0x19D2F0, symSize: 0x60 } + - { offsetInCU: 0x1A21, offset: 0x21E39A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x8A0, symBinAddr: 0x19D350, symSize: 0x60 } + - { offsetInCU: 0x1AFB, offset: 0x21E474, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x900, symBinAddr: 0x19D3B0, symSize: 0x70 } + - { offsetInCU: 0x1BAC, offset: 0x21E525, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x970, symBinAddr: 0x19D420, symSize: 0x60 } + - { offsetInCU: 0x1C86, offset: 0x21E5FF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x9D0, symBinAddr: 0x19D480, symSize: 0x60 } + - { offsetInCU: 0x1D60, offset: 0x21E6D9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0xA30, symBinAddr: 0x19D4E0, symSize: 0x60 } + - { offsetInCU: 0x1E3A, offset: 0x21E7B3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xB00, symBinAddr: 0x19D5B0, symSize: 0x60 } + - { offsetInCU: 0x1F14, offset: 0x21E88D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xB60, symBinAddr: 0x19D610, symSize: 0x60 } + - { offsetInCU: 0x1F89, offset: 0x21E902, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0xBC0, symBinAddr: 0x19D670, symSize: 0x60 } + - { offsetInCU: 0x1FDC, offset: 0x21E955, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xC20, symBinAddr: 0x19D6D0, symSize: 0x60 } + - { offsetInCU: 0x202F, offset: 0x21E9A8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xC80, symBinAddr: 0x19D730, symSize: 0x60 } + - { offsetInCU: 0x20AB, offset: 0x21EA24, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xCE0, symBinAddr: 0x19D790, symSize: 0x60 } + - { offsetInCU: 0x2127, offset: 0x21EAA0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xD40, symBinAddr: 0x19D7F0, symSize: 0x60 } + - { offsetInCU: 0x217A, offset: 0x21EAF3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xDA0, symBinAddr: 0x19D850, symSize: 0x50 } + - { offsetInCU: 0x21CD, offset: 0x21EB46, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xDF0, symBinAddr: 0x19D8A0, symSize: 0x60 } + - { offsetInCU: 0x2220, offset: 0x21EB99, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xE50, symBinAddr: 0x19D900, symSize: 0x60 } + - { offsetInCU: 0x22BA, offset: 0x21EC33, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xEC0, symBinAddr: 0x19D970, symSize: 0x60 } + - { offsetInCU: 0x235C, offset: 0x21ECD5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xF20, symBinAddr: 0x19D9D0, symSize: 0x60 } + - { offsetInCU: 0x23E0, offset: 0x21ED59, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xF80, symBinAddr: 0x19DA30, symSize: 0x60 } + - { offsetInCU: 0x245C, offset: 0x21EDD5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xFE0, symBinAddr: 0x19DA90, symSize: 0x60 } + - { offsetInCU: 0x24D8, offset: 0x21EE51, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x10B0, symBinAddr: 0x19DB60, symSize: 0x60 } + - { offsetInCU: 0x252B, offset: 0x21EEA4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x1110, symBinAddr: 0x19DBC0, symSize: 0x60 } + - { offsetInCU: 0x25A7, offset: 0x21EF20, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x1170, symBinAddr: 0x19DC20, symSize: 0x60 } + - { offsetInCU: 0x2623, offset: 0x21EF9C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x11D0, symBinAddr: 0x19DC80, symSize: 0x70 } + - { offsetInCU: 0x2676, offset: 0x21EFEF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x1240, symBinAddr: 0x19DCF0, symSize: 0x60 } + - { offsetInCU: 0x26F2, offset: 0x21F06B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x12A0, symBinAddr: 0x19DD50, symSize: 0x60 } + - { offsetInCU: 0x276E, offset: 0x21F0E7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x1300, symBinAddr: 0x19DDB0, symSize: 0x90 } + - { offsetInCU: 0x27DE, offset: 0x21F157, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x1390, symBinAddr: 0x19DE40, symSize: 0x60 } + - { offsetInCU: 0x285A, offset: 0x21F1D3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x13F0, symBinAddr: 0x19DEA0, symSize: 0x60 } + - { offsetInCU: 0x28D6, offset: 0x21F24F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x1450, symBinAddr: 0x19DF00, symSize: 0x60 } + - { offsetInCU: 0x2952, offset: 0x21F2CB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x14B0, symBinAddr: 0x19DF60, symSize: 0x60 } + - { offsetInCU: 0x29CE, offset: 0x21F347, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x1510, symBinAddr: 0x19DFC0, symSize: 0x60 } + - { offsetInCU: 0x2A4A, offset: 0x21F3C3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1570, symBinAddr: 0x19E020, symSize: 0x70 } + - { offsetInCU: 0x2A9D, offset: 0x21F416, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x15E0, symBinAddr: 0x19E090, symSize: 0x60 } + - { offsetInCU: 0x2B37, offset: 0x21F4B0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x1640, symBinAddr: 0x19E0F0, symSize: 0x60 } + - { offsetInCU: 0x2BBB, offset: 0x21F534, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x16A0, symBinAddr: 0x19E150, symSize: 0x60 } + - { offsetInCU: 0x2C55, offset: 0x21F5CE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x1700, symBinAddr: 0x19E1B0, symSize: 0x60 } + - { offsetInCU: 0x2CD9, offset: 0x21F652, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1760, symBinAddr: 0x19E210, symSize: 0x60 } + - { offsetInCU: 0x2D55, offset: 0x21F6CE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x17C0, symBinAddr: 0x19E270, symSize: 0x60 } + - { offsetInCU: 0x2DD1, offset: 0x21F74A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x1820, symBinAddr: 0x19E2D0, symSize: 0x60 } + - { offsetInCU: 0x2E4D, offset: 0x21F7C6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x1880, symBinAddr: 0x19E330, symSize: 0x60 } + - { offsetInCU: 0x2EC9, offset: 0x21F842, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1900, symBinAddr: 0x19E3B0, symSize: 0x10 } + - { offsetInCU: 0x2EE5, offset: 0x21F85E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x1910, symBinAddr: 0x19E3C0, symSize: 0x10 } + - { offsetInCU: 0x2F01, offset: 0x21F87A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1920, symBinAddr: 0x19E3D0, symSize: 0x10 } + - { offsetInCU: 0x2F15, offset: 0x21F88E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1930, symBinAddr: 0x19E3E0, symSize: 0x10 } + - { offsetInCU: 0x2F30, offset: 0x21F8A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x19E0, symBinAddr: 0x19E490, symSize: 0x50 } + - { offsetInCU: 0x2F53, offset: 0x21F8CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1A30, symBinAddr: 0x19E4E0, symSize: 0x40 } + - { offsetInCU: 0x2FB3, offset: 0x21F92C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1DC0, symBinAddr: 0x19E870, symSize: 0x10 } + - { offsetInCU: 0x2FCF, offset: 0x21F948, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1DD0, symBinAddr: 0x19E880, symSize: 0x10 } + - { offsetInCU: 0x2FEB, offset: 0x21F964, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1DE0, symBinAddr: 0x19E890, symSize: 0x10 } + - { offsetInCU: 0x2FFF, offset: 0x21F978, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1DF0, symBinAddr: 0x19E8A0, symSize: 0x10 } + - { offsetInCU: 0x301A, offset: 0x21F993, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1F40, symBinAddr: 0x19E9F0, symSize: 0x20 } + - { offsetInCU: 0x3036, offset: 0x21F9AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1F60, symBinAddr: 0x19EA10, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x21FB54, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x19F6E0, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x21FB78, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x19F6E0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x21FB9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x19F720, symSize: 0x180 } + - { offsetInCU: 0xF5, offset: 0x21FC1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x19F8A0, symSize: 0xD0 } + - { offsetInCU: 0x187, offset: 0x21FCB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x290, symBinAddr: 0x19F970, symSize: 0x100 } + - { offsetInCU: 0x20A, offset: 0x21FD33, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x3D0, symBinAddr: 0x19FAB0, symSize: 0x60 } + - { offsetInCU: 0x24D, offset: 0x21FD76, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x430, symBinAddr: 0x19FB10, symSize: 0x20 } + - { offsetInCU: 0x28D, offset: 0x21FDB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x450, symBinAddr: 0x19FB30, symSize: 0x10 } + - { offsetInCU: 0x2D8, offset: 0x21FE01, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x460, symBinAddr: 0x19FB40, symSize: 0x60 } + - { offsetInCU: 0x323, offset: 0x21FE4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4C0, symBinAddr: 0x19FBA0, symSize: 0x10 } + - { offsetInCU: 0x33F, offset: 0x21FE68, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0x19FBB0, symSize: 0x10 } + - { offsetInCU: 0x35B, offset: 0x21FE84, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO11stringValueSSvgTf4d_n', symObjAddr: 0x9B0, symBinAddr: 0x19FEC0, symSize: 0x20 } + - { offsetInCU: 0x397, offset: 0x21FEC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfD', symObjAddr: 0x540, symBinAddr: 0x19FC20, symSize: 0x60 } + - { offsetInCU: 0x433, offset: 0x21FF5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfE', symObjAddr: 0x520, symBinAddr: 0x19FC00, symSize: 0x20 } + - { offsetInCU: 0x48B, offset: 0x21FFB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCMa', symObjAddr: 0x5A0, symBinAddr: 0x19FC80, symSize: 0x20 } + - { offsetInCU: 0x49F, offset: 0x21FFC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs0E3KeyAAWl', symObjAddr: 0x630, symBinAddr: 0x19FCA0, symSize: 0x30 } + - { offsetInCU: 0x4B3, offset: 0x21FFDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwet', symObjAddr: 0x7C0, symBinAddr: 0x19FCD0, symSize: 0x50 } + - { offsetInCU: 0x4C7, offset: 0x21FFF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwst', symObjAddr: 0x810, symBinAddr: 0x19FD20, symSize: 0xA0 } + - { offsetInCU: 0x4DB, offset: 0x220004, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwug', symObjAddr: 0x8B0, symBinAddr: 0x19FDC0, symSize: 0x10 } + - { offsetInCU: 0x4EF, offset: 0x220018, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwup', symObjAddr: 0x8C0, symBinAddr: 0x19FDD0, symSize: 0x10 } + - { offsetInCU: 0x503, offset: 0x22002C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwui', symObjAddr: 0x8D0, symBinAddr: 0x19FDE0, symSize: 0x10 } + - { offsetInCU: 0x517, offset: 0x220040, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOMa', symObjAddr: 0x8E0, symBinAddr: 0x19FDF0, symSize: 0x10 } + - { offsetInCU: 0x52B, offset: 0x220054, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASQWb', symObjAddr: 0x8F0, symBinAddr: 0x19FE00, symSize: 0x10 } + - { offsetInCU: 0x53F, offset: 0x220068, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFSQAAWl', symObjAddr: 0x900, symBinAddr: 0x19FE10, symSize: 0x30 } + - { offsetInCU: 0x553, offset: 0x22007C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0x19FE40, symSize: 0x10 } + - { offsetInCU: 0x567, offset: 0x220090, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x940, symBinAddr: 0x19FE50, symSize: 0x30 } + - { offsetInCU: 0x57B, offset: 0x2200A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x970, symBinAddr: 0x19FE80, symSize: 0x10 } + - { offsetInCU: 0x58F, offset: 0x2200B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x980, symBinAddr: 0x19FE90, symSize: 0x30 } + - { offsetInCU: 0x5D1, offset: 0x2200FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0x19FA70, symSize: 0x10 } + - { offsetInCU: 0x611, offset: 0x22013A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3A0, symBinAddr: 0x19FA80, symSize: 0x10 } + - { offsetInCU: 0x651, offset: 0x22017A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B0, symBinAddr: 0x19FA90, symSize: 0x10 } + - { offsetInCU: 0x691, offset: 0x2201BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x19FAA0, symSize: 0x10 } + - { offsetInCU: 0x6C9, offset: 0x2201F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4E0, symBinAddr: 0x19FBC0, symSize: 0x20 } + - { offsetInCU: 0x6E5, offset: 0x22020E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x500, symBinAddr: 0x19FBE0, symSize: 0x20 } + - { offsetInCU: 0x118, offset: 0x2204FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x380, symBinAddr: 0x1A0260, symSize: 0x10 } + - { offsetInCU: 0x1A1, offset: 0x220588, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH9hashValueSivgTW', symObjAddr: 0x390, symBinAddr: 0x1A0270, symSize: 0x40 } + - { offsetInCU: 0x285, offset: 0x22066C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D0, symBinAddr: 0x1A02B0, symSize: 0x20 } + - { offsetInCU: 0x2F8, offset: 0x2206DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x470, symBinAddr: 0x1A0350, symSize: 0x30 } + - { offsetInCU: 0x344, offset: 0x22072B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCfD', symObjAddr: 0x4A0, symBinAddr: 0x1A0380, symSize: 0x30 } + - { offsetInCU: 0x388, offset: 0x22076F, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKF', symObjAddr: 0x0, symBinAddr: 0x19FEE0, symSize: 0x2C0 } + - { offsetInCU: 0x5B4, offset: 0x22099B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueV11descriptionSSvg', symObjAddr: 0x2C0, symBinAddr: 0x1A01A0, symSize: 0xA0 } + - { offsetInCU: 0x6CA, offset: 0x220AB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x360, symBinAddr: 0x1A0240, symSize: 0x20 } + - { offsetInCU: 0x7DB, offset: 0x220BC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCMa', symObjAddr: 0x4D0, symBinAddr: 0x1A03B0, symSize: 0x20 } + - { offsetInCU: 0x7EF, offset: 0x220BD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwet', symObjAddr: 0x530, symBinAddr: 0x1A03D0, symSize: 0x80 } + - { offsetInCU: 0x803, offset: 0x220BEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwst', symObjAddr: 0x5B0, symBinAddr: 0x1A0450, symSize: 0xD0 } + - { offsetInCU: 0x817, offset: 0x220BFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwug', symObjAddr: 0x680, symBinAddr: 0x1A0520, symSize: 0x10 } + - { offsetInCU: 0x82B, offset: 0x220C12, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwup', symObjAddr: 0x690, symBinAddr: 0x1A0530, symSize: 0x10 } + - { offsetInCU: 0x83F, offset: 0x220C26, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwui', symObjAddr: 0x6A0, symBinAddr: 0x1A0540, symSize: 0x10 } + - { offsetInCU: 0x853, offset: 0x220C3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOMa', symObjAddr: 0x6B0, symBinAddr: 0x1A0550, symSize: 0x10 } + - { offsetInCU: 0x867, offset: 0x220C4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVwCP', symObjAddr: 0x6C0, symBinAddr: 0x1A0560, symSize: 0x30 } + - { offsetInCU: 0x87B, offset: 0x220C62, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVMa', symObjAddr: 0x770, symBinAddr: 0x1A05F0, symSize: 0x10 } + - { offsetInCU: 0x88F, offset: 0x220C76, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASQWb', symObjAddr: 0x780, symBinAddr: 0x1A0600, symSize: 0x10 } + - { offsetInCU: 0x8A3, offset: 0x220C8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOAESQAAWl', symObjAddr: 0x790, symBinAddr: 0x1A0610, symSize: 0x30 } + - { offsetInCU: 0x8D5, offset: 0x220CBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueC0SSvgTW', symObjAddr: 0x7C0, symBinAddr: 0x1A0640, symSize: 0x30 } + - { offsetInCU: 0x91A, offset: 0x220D01, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV018compatibilityIssueD0SSvg', symObjAddr: 0x7F0, symBinAddr: 0x1A0670, symSize: 0x80 } + - { offsetInCU: 0x93C, offset: 0x220D23, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueD0SSvgTW', symObjAddr: 0x870, symBinAddr: 0x1A06F0, symSize: 0x10 } + - { offsetInCU: 0x950, offset: 0x220D37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x940, symBinAddr: 0x1A0710, symSize: 0x20 } + - { offsetInCU: 0x994, offset: 0x220D7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA12LayerContextV_Tg5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0x9C0, symBinAddr: 0x1A0730, symSize: 0x340 } + - { offsetInCU: 0xC70, offset: 0x221057, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA21LayerAnimationContextV_TB5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0xD00, symBinAddr: 0x1A0A70, symSize: 0x370 } + - { offsetInCU: 0xF38, offset: 0x22131F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwug', symObjAddr: 0x1330, symBinAddr: 0x1A1060, symSize: 0x10 } + - { offsetInCU: 0xF4C, offset: 0x221333, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwup', symObjAddr: 0x1340, symBinAddr: 0x1A1070, symSize: 0x10 } + - { offsetInCU: 0xF60, offset: 0x221347, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwui', symObjAddr: 0x1350, symBinAddr: 0x1A1080, symSize: 0x10 } + - { offsetInCU: 0xF74, offset: 0x22135B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOMa', symObjAddr: 0x1360, symBinAddr: 0x1A1090, symSize: 0x10 } + - { offsetInCU: 0xFE4, offset: 0x2213CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3F0, symBinAddr: 0x1A02D0, symSize: 0x40 } + - { offsetInCU: 0x1081, offset: 0x221468, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP7_domainSSvgTW', symObjAddr: 0x430, symBinAddr: 0x1A0310, symSize: 0x10 } + - { offsetInCU: 0x109D, offset: 0x221484, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP5_codeSivgTW', symObjAddr: 0x440, symBinAddr: 0x1A0320, symSize: 0x10 } + - { offsetInCU: 0x10B9, offset: 0x2214A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x450, symBinAddr: 0x1A0330, symSize: 0x10 } + - { offsetInCU: 0x10D5, offset: 0x2214BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x460, symBinAddr: 0x1A0340, symSize: 0x10 } +... diff --git a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Headers/Lottie-Swift.h b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Headers/Lottie-Swift.h index c81ee08..bb4ee05 100644 --- a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Headers/Lottie-Swift.h +++ b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Headers/Lottie-Swift.h @@ -1,4 +1,6 @@ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) #ifndef LOTTIE_SWIFT_H #define LOTTIE_SWIFT_H #pragma clang diagnostic push @@ -22,10 +24,38 @@ #endif #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -60,53 +90,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif #endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif #endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif #endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif #endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif #endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif #endif #if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -126,28 +169,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) # endif #endif - #if !defined(SWIFT_PROTOCOL) # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA #endif - #if !defined(SWIFT_EXTENSION) # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) #endif - #if !defined(OBJC_DESIGNATED_INITIALIZER) # if __has_attribute(objc_designated_initializer) # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) # else -# define OBJC_DESIGNATED_INITIALIZER +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -176,18 +216,68 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) -# define IBSegueAction +# define IBSegueAction +#endif #endif -#if __has_feature(modules) +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif +@import CoreFoundation; @import CoreGraphics; @import Foundation; @import ObjectiveC; @@ -195,6 +285,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @import UIKit; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -202,6 +293,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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") @@ -210,8 +302,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSCoder; -@class NSNumber; @class UITouch; @class UIEvent; @@ -257,6 +349,7 @@ SWIFT_CLASS("_TtC6Lottie14AnimatedButton") /// An interactive switch with an ‘On’ and ‘Off’ state. When the user taps on the /// switch the state is toggled and the appropriate animation is played. /// Both the ‘On’ and ‘Off’ have an animation play range associated with their state. +/// Also available as a SwiftUI view (LottieSwitch). SWIFT_CLASS("_TtC6Lottie14AnimatedSwitch") @interface AnimatedSwitch : AnimatedControl - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; @@ -301,6 +394,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") /// Called by CoreAnimation to create a shadow copy of this layer /// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (void)addSublayer:(CALayer * _Nonnull)layer; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end @@ -325,6 +419,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") + @class NSString; @@ -355,6 +450,8 @@ SWIFT_CLASS("_TtC6Lottie26CompatibleAnimationKeypath") enum CompatibleRenderingEngineOption : NSInteger; @class NSURL; @class NSData; +@class CompatibleDictionaryTextProvider; +enum CompatibleBackgroundBehavior : NSInteger; @class UIColor; /// An Objective-C compatible wrapper around Lottie’s LottieAnimationView. @@ -379,9 +476,10 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") /// animation using the given rendering engine configuration. - (nonnull instancetype)initWithData:(NSData * _Nonnull)data compatibleRenderingEngineOption:(enum CompatibleRenderingEngineOption)compatibleRenderingEngineOption OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @property (nonatomic, strong) CompatibleAnimation * _Nullable compatibleAnimation; @property (nonatomic) CGFloat loopAnimationCount; +@property (nonatomic, strong) CompatibleDictionaryTextProvider * _Nullable compatibleDictionaryTextProvider; @property (nonatomic) UIViewContentMode contentMode; @property (nonatomic) BOOL shouldRasterizeWhenIdle; @property (nonatomic) CGFloat currentProgress; @@ -393,6 +491,7 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") @property (nonatomic) CGFloat animationSpeed; @property (nonatomic) BOOL respectAnimationFrameRate; @property (nonatomic, readonly) BOOL isAnimationPlaying; +@property (nonatomic) enum CompatibleBackgroundBehavior backgroundMode; - (void)play; - (void)playWithCompletion:(void (^ _Nullable)(BOOL))completion; /// Note: When calling this code from Objective-C, the method signature is @@ -421,6 +520,48 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") - (CGFloat)durationFrameTimeForMarker:(NSString * _Nonnull)named SWIFT_WARN_UNUSED_RESULT; @end +/// An Objective-C compatible version of LottieBackgroundBehavior. +typedef SWIFT_ENUM(NSInteger, CompatibleBackgroundBehavior, open) { +/// Stop the animation and reset it to the beginning of its current play time. The completion block is called. + CompatibleBackgroundBehaviorStop = 0, +/// Pause the animation in its current state. The completion block is called. + CompatibleBackgroundBehaviorPause = 1, +/// Pause the animation and restart it when the application moves to the foreground. +/// The completion block is stored and called when the animation completes. +///
                  +///
                • +/// This is the default when using the Main Thread rendering engine. +///
                • +///
                + CompatibleBackgroundBehaviorPauseAndRestore = 2, +/// Stops the animation and sets it to the end of its current play time. The completion block is called. + CompatibleBackgroundBehaviorForceFinish = 3, +/// The animation continues playing in the background. +///
                  +///
                • +/// This is the default when using the Core Animation rendering engine. +/// Playing an animation using the Core Animation engine doesn’t come with any CPU overhead, +/// so using .continuePlaying avoids the need to stop and then resume the animation +/// (which does come with some CPU overhead). +///
                • +///
                • +/// This mode should not be used with the Main Thread rendering engine. +///
                • +///
                + CompatibleBackgroundBehaviorContinuePlaying = 4, +}; + + +/// An Objective-C compatible wrapper around Lottie’s DictionaryTextProvider. +/// Use in tandem with CompatibleAnimationView to supply text to LottieAnimationView +/// when using Lottie in Objective-C. +SWIFT_CLASS("_TtC6Lottie32CompatibleDictionaryTextProvider") +@interface CompatibleDictionaryTextProvider : NSObject +- (nonnull instancetype)initWithValues:(NSDictionary * _Nonnull)values OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + /// An Objective-C compatible wrapper around Lottie’s RenderingEngineOption enum. Pass in an option /// to the CompatibleAnimationView initializers to configure the rendering engine for the view. typedef SWIFT_ENUM(NSInteger, CompatibleRenderingEngineOption, open) { @@ -488,6 +629,7 @@ SWIFT_CLASS("_TtC6Lottie10DebugLayer") + /// A CAGradientLayer subclass used to render a gradient outside the normal layer bounds ///
                  ///
                • @@ -572,6 +714,23 @@ SWIFT_CLASS("_TtC6Lottie18InvertedMatteLayer") @end +/// A CALayer subclass for rendering Lottie animations. +///
                    +///
                  • +/// Also available as a SwiftUI view (LottieView) and a UIView subclass (LottieAnimationView) +///
                  • +///
                  +SWIFT_CLASS("_TtC6Lottie20LottieAnimationLayer") +@interface LottieAnimationLayer : CALayer +/// Called by CoreAnimation to create a shadow copy of this layer +/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init +- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + /// The base view for LottieAnimationView on iOS, tvOS, watchOS, and macCatalyst. /// Enables the LottieAnimationView implementation to be shared across platforms. SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @@ -586,6 +745,12 @@ SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @end +/// A UIView subclass for rendering Lottie animations. +///
                    +///
                  • +/// Also available as a SwiftUI view (LottieView) and a CALayer subclass (LottieAnimationLayer) +///
                  • +///
                  IB_DESIGNABLE SWIFT_CLASS("_TtC6Lottie19LottieAnimationView") @interface LottieAnimationView : LottieAnimationViewBase @@ -776,13 +941,22 @@ SWIFT_CLASS("_TtC6Lottie9TextLayer") /// The CALayer type responsible for only rendering the transform of a LayerModel SWIFT_CLASS("_TtC6Lottie14TransformLayer") @interface TransformLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)argument OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)__argument1 OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; @end + + +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif + +#else +#error unsupported Swift architecture +#endif diff --git a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Info.plist b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Info.plist index ad00189..1241f95 100644 Binary files a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Info.plist and b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Info.plist differ diff --git a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Lottie b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Lottie index f3b1dd2..871de7e 100755 Binary files a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Lottie and b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Lottie differ diff --git a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos.abi.json b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos.abi.json new file mode 100644 index 0000000..c41a3d8 --- /dev/null +++ b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos.abi.json @@ -0,0 +1,67010 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ImageAsset", + "printedName": "ImageAsset", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC4nameSSvp", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC4nameSSvg", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "directory", + "printedName": "directory", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC9directorySSvp", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC9directorySSvg", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC5widthSdvp", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC5widthSdvg", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC6heightSdvp", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC6heightSdvg", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Final", + "AccessControl", + "Override" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie10ImageAssetC", + "mangledName": "$s6Lottie10ImageAssetC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "superclassUsr": "s:6Lottie5AssetC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.Asset" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationLayer", + "printedName": "LottieAnimationLayer", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4stopyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pauseyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationLayerDidLoad", + "printedName": "animationLayerDidLoad", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLayer", + "printedName": "animationLayer", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "screenScale", + "printedName": "screenScale", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12reloadImagesyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForBackgroundState", + "printedName": "updateAnimationForBackgroundState()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForForegroundState", + "printedName": "updateAnimationForForegroundState(wasWaitingToPlayAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer(im)init", + "mangledName": "$s6Lottie0A14AnimationLayerCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer", + "mangledName": "$s6Lottie0A14AnimationLayerC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)CALayer", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "QuartzCore.CALayer", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieButton", + "printedName": "LottieButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:action:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "mangledName": "$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6ButtonV4bodyQrvp", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6ButtonV4bodyQrvg", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedButton) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromProgress:toProgress:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate12fromProgress02toE02onAC14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromMarker:toMarker:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6ButtonV", + "mangledName": "$s6Lottie0A6ButtonV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "children": [ + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationFontProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultFontProvider", + "printedName": "DefaultFontProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultFontProviderCACycfc", + "mangledName": "$s6Lottie19DefaultFontProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultFontProviderC", + "mangledName": "$s6Lottie19DefaultFontProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationCache", + "printedName": "LottieAnimationCache", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14AnimationCacheO", + "mangledName": "$s6Lottie0A14AnimationCacheO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultAnimationCache", + "printedName": "DefaultAnimationCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21DefaultAnimationCacheCACycfc", + "mangledName": "$s6Lottie21DefaultAnimationCacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC05clearD0yyF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC05clearD0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21DefaultAnimationCacheC", + "mangledName": "$s6Lottie21DefaultAnimationCacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngineOption", + "printedName": "RenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> (Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie21RenderingEngineOptionO", + "mangledName": "$s6Lottie21RenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngine", + "printedName": "RenderingEngine", + "children": [ + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO10mainThreadyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvp", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvg", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvp", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvg", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15RenderingEngineO", + "mangledName": "$s6Lottie15RenderingEngineO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FilepathImageProvider", + "printedName": "FilepathImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21FilepathImageProviderC", + "mangledName": "$s6Lottie21FilepathImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "children": [ + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "children": [ + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DictionaryTextProvider", + "printedName": "DictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "mangledName": "$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie22DictionaryTextProviderC", + "mangledName": "$s6Lottie22DictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextProvider", + "printedName": "DefaultTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultTextProviderCACycfc", + "mangledName": "$s6Lottie19DefaultTextProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultTextProviderC", + "mangledName": "$s6Lottie19DefaultTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CoordinateSpace", + "printedName": "CoordinateSpace", + "children": [ + { + "kind": "Var", + "name": "type2d", + "printedName": "type2d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type2dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type2dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "type3d", + "printedName": "type3d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type3dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type3dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CoordinateSpace?", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivp", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivg", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15CoordinateSpaceO", + "mangledName": "$s6Lottie15CoordinateSpaceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimation", + "printedName": "LottieAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionary:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "startFrame", + "printedName": "startFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endFrame", + "printedName": "endFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "framerate", + "printedName": "framerate", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC9framerateSdvp", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC9framerateSdvg", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "markerNames", + "printedName": "markerNames", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvp", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvg", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8durationSdvp", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8durationSdvg", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bounds", + "printedName": "bounds", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "filepath", + "printedName": "filepath(_:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(_:bundle:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(data:strategy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "mangledName": "$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:closure:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forFrame:clamped:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime8forFrame7clamped14CoreFoundation7CGFloatVAI_SbtF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime11forProgress14CoreFoundation7CGFloatVAH_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "time", + "printedName": "time(forFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4time8forFrameSd14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime03forD014CoreFoundation7CGFloatVSd_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A9AnimationC", + "mangledName": "$s6Lottie0A9AnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieSwitch", + "printedName": "LottieSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "mangledName": "$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6SwitchV4bodyQrvp", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6SwitchV4bodyQrvg", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isOn", + "printedName": "isOn(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "mangledName": "$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "onAnimation", + "printedName": "onAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "offAnimation", + "printedName": "offAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6SwitchV", + "mangledName": "$s6Lottie0A6SwitchV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "children": [ + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "mangledName": "$s6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "mangledName": "$s6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie22AnimationCacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject, τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieView", + "printedName": "LottieView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFile:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A4ViewV4bodyQrvp", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A4ViewV4bodyQrvg", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "mangledName": "$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resizable", + "printedName": "resizable()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9resizableACyxGyF", + "mangledName": "$s6Lottie0A4ViewV9resizableACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "intrinsicSize", + "printedName": "intrinsicSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "mangledName": "$s6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playACyxGyF", + "mangledName": "$s6Lottie0A4ViewV4playACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "looping", + "printedName": "looping()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7loopingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7loopingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "hasDefaultArg": true, + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "mangledName": "$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "mangledName": "$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7playingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paused", + "printedName": "paused(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "hasDefaultArg": true, + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playbackMode", + "printedName": "playbackMode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "mangledName": "$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationSpeed", + "printedName": "animationSpeed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "mangledName": "$s6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidLoad", + "printedName": "animationDidLoad(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "mangledName": "$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidFinish", + "printedName": "animationDidFinish(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "mangledName": "$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "mangledName": "$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "accessibilityLabel", + "printedName": "accessibilityLabel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "mangledName": "$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logger", + "printedName": "logger(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "mangledName": "$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "imageProvider", + "printedName": "imageProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationImageProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textProvider", + "printedName": "textProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationKeypathTextProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fontProvider", + "printedName": "fontProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationFontProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnyValueProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentProgress", + "printedName": "currentProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV15currentProgressyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentFrame", + "printedName": "currentFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12currentFrameyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV12currentFrameyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentTime", + "printedName": "currentTime(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "mangledName": "$s6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadAnimationTrigger", + "printedName": "reloadAnimationTrigger(_:showPlaceholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationProgress", + "printedName": "getRealtimeAnimationProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationFrame", + "printedName": "getRealtimeAnimationFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dotLottieConfigurationComponents", + "printedName": "dotLottieConfigurationComponents(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "mangledName": "$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A4ViewV", + "mangledName": "$s6Lottie0A4ViewV", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationSource", + "printedName": "LottieAnimationSource", + "children": [ + { + "kind": "Var", + "name": "lottieAnimation", + "printedName": "lottieAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dotLottieFile", + "printedName": "dotLottieFile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A15AnimationSourceO", + "mangledName": "$s6Lottie0A15AnimationSourceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Asset", + "printedName": "Asset", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Asset", + "printedName": "Lottie.Asset", + "usr": "s:6Lottie5AssetC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie5AssetC2idSSvp", + "mangledName": "$s6Lottie5AssetC2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "Final", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie5AssetC2idSSvg", + "mangledName": "$s6Lottie5AssetC2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie5AssetC", + "mangledName": "$s6Lottie5AssetC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "SizeValueProvider", + "printedName": "SizeValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderC5blockACSo6CGSizeV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "mangledName": "$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie17SizeValueProviderC", + "mangledName": "$s6Lottie17SizeValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOption", + "printedName": "ReducedMotionOption", + "children": [ + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dynamic", + "printedName": "dynamic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable)", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOptionProvider", + "printedName": "Lottie.ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnyHashable", + "printedName": "Swift.AnyHashable", + "usr": "s:s11AnyHashableV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "systemReducedMotionToggle", + "printedName": "systemReducedMotionToggle", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivp", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivg", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie19ReducedMotionOptionO", + "mangledName": "$s6Lottie19ReducedMotionOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionMode", + "printedName": "ReducedMotionMode", + "children": [ + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivp", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivg", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie17ReducedMotionModeO", + "mangledName": "$s6Lottie17ReducedMotionModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "children": [ + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.ReducedMotionOptionProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SystemReducedMotionOptionProvider", + "printedName": "SystemReducedMotionOptionProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "SystemReducedMotionOptionProvider", + "printedName": "Lottie.SystemReducedMotionOptionProvider", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderVACycfc", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderVACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "OperatorDecl", + "name": "+|", + "printedName": "+|", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "OperatorDecl", + "name": "+-", + "printedName": "+-", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimation", + "printedName": "CompatibleAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:subdirectory:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)initWithName:subdirectory:bundle:", + "mangledName": "$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc", + "moduleName": "Lottie", + "objc_name": "initWithName:subdirectory:bundle:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)init", + "mangledName": "$s6Lottie19CompatibleAnimationCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation", + "mangledName": "$s6Lottie19CompatibleAnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleRenderingEngineOption", + "printedName": "CompatibleRenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionShared", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO6sharedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "defaultEngine", + "printedName": "defaultEngine", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionDefaultEngine", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO07defaultD0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionAutomatic", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionMainThread", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionCoreAnimation", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Function", + "name": "generateLottieConfiguration", + "printedName": "generateLottieConfiguration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Func", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleRenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleBackgroundBehavior", + "printedName": "CompatibleBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorStop", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPause", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPauseAndRestore", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorForceFinish", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorContinuePlaying", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleBackgroundBehavior?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationView", + "printedName": "CompatibleAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "compatibleAnimation", + "printedName": "compatibleAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopAnimationCount", + "printedName": "loopAnimationCount", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setLoopAnimationCount:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC04loopC5Count14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "compatibleDictionaryTextProvider", + "printedName": "compatibleDictionaryTextProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleDictionaryTextProvider:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setContentMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setShouldRasterizeWhenIdle:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentProgress:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentTime:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setAnimationSpeed:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setRespectAnimationFrameRate:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundMode", + "printedName": "backgroundMode", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setBackgroundMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)play", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4playyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithCompletion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "objc_name": "playWithCompletion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromProgress:toProgress:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromProgress:toProgress:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromFrame:toFrame:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromFrame:toFrame:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromMarker:toMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromMarker:toMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playWithMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)stop", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)pause", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)reloadImages", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)forceDisplayUpdate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)logHierarchyKeypaths", + "mangledName": "$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setColorValue", + "printedName": "setColorValue(_:forKeypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setColorValue:forKeypath:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getColorValue", + "printedName": "getColorValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIColor?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getColorValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getColorValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)addSubview:forLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(rect:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithRect:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithRect:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(point:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithPoint:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithPoint:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)progressTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "progressTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)frameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "frameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)durationFrameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "durationFrameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView", + "mangledName": "$s6Lottie23CompatibleAnimationViewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleDictionaryTextProvider", + "printedName": "CompatibleDictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(values:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)initWithValues:", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithValues:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)init", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ColorFormatDenominator", + "printedName": "ColorFormatDenominator", + "children": [ + { + "kind": "Var", + "name": "One", + "printedName": "One", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "OneHundred", + "printedName": "OneHundred", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "TwoFiftyFive", + "printedName": "TwoFiftyFive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivp", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivg", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie22ColorFormatDenominatorO", + "mangledName": "$s6Lottie22ColorFormatDenominatorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieColor", + "printedName": "LottieColor", + "children": [ + { + "kind": "Var", + "name": "r", + "printedName": "r", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1rSdvp", + "mangledName": "$s6Lottie0A5ColorV1rSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvg", + "mangledName": "$s6Lottie0A5ColorV1rSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvs", + "mangledName": "$s6Lottie0A5ColorV1rSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvM", + "mangledName": "$s6Lottie0A5ColorV1rSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "g", + "printedName": "g", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1gSdvp", + "mangledName": "$s6Lottie0A5ColorV1gSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvg", + "mangledName": "$s6Lottie0A5ColorV1gSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvs", + "mangledName": "$s6Lottie0A5ColorV1gSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvM", + "mangledName": "$s6Lottie0A5ColorV1gSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "b", + "printedName": "b", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1bSdvp", + "mangledName": "$s6Lottie0A5ColorV1bSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvg", + "mangledName": "$s6Lottie0A5ColorV1bSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvs", + "mangledName": "$s6Lottie0A5ColorV1bSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvM", + "mangledName": "$s6Lottie0A5ColorV1bSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "a", + "printedName": "a", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1aSdvp", + "mangledName": "$s6Lottie0A5ColorV1aSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvg", + "mangledName": "$s6Lottie0A5ColorV1aSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvs", + "mangledName": "$s6Lottie0A5ColorV1aSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvM", + "mangledName": "$s6Lottie0A5ColorV1aSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(r:g:b:a:denominator:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "hasDefaultArg": true, + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "mangledName": "$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV9hashValueSivp", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV9hashValueSivg", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A5ColorV", + "mangledName": "$s6Lottie0A5ColorV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ColorValueProvider", + "printedName": "ColorValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottieColor", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderC5blockAcA0aB0V14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18ColorValueProviderC", + "mangledName": "$s6Lottie18ColorValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypath", + "printedName": "AnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "keys", + "printedName": "keys", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvp", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvg", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvp", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvg", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivp", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivg", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie16AnimationKeypathV", + "mangledName": "$s6Lottie16AnimationKeypathV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieConfiguration", + "printedName": "LottieConfiguration", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(renderingEngine:decodingStrategy:colorSpace:reducedMotionOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "hasDefaultArg": true, + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "hasDefaultArg": true, + "usr": "c:@T@CGColorSpaceRef" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "hasDefaultArg": true, + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvpZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvgZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvsZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvMZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renderingEngine", + "printedName": "renderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "decodingStrategy", + "printedName": "decodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotionOption", + "printedName": "reducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "colorSpace", + "printedName": "colorSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivp", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivg", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A13ConfigurationV", + "mangledName": "$s6Lottie0A13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieVector2D", + "printedName": "LottieVector2D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector2DV", + "mangledName": "$s6Lottie0A8Vector2DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottiePlaybackMode", + "printedName": "LottiePlaybackMode", + "children": [ + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(at: Lottie.LottiePlaybackMode.PausedState)", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "playing", + "printedName": "playing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO8progressyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO8progressyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5frameyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5frameyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5pauseyA2CmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5pauseyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO12fromProgressyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO12fromProgressyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO9fromFrameyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO9fromFrameyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "TypeDecl", + "name": "PausedState", + "printedName": "PausedState", + "children": [ + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO8progressyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO8progressyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO5frameyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO5frameyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, position: Lottie.LottieMarkerPosition)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PlaybackMode", + "printedName": "PlaybackMode", + "children": [ + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvpZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvgZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO10toProgress_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO10toProgress_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO7toFrame_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO7toFrame_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO", + "mangledName": "$s6Lottie0A12PlaybackModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieMarkerPosition", + "printedName": "LottieMarkerPosition", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO5startyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO5startyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO3endyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO3endyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivp", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivg", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14MarkerPositionO", + "mangledName": "$s6Lottie0A14MarkerPositionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DecodingStrategy", + "printedName": "DecodingStrategy", + "children": [ + { + "kind": "Var", + "name": "legacyCodable", + "printedName": "legacyCodable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dictionaryBased", + "printedName": "dictionaryBased", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivp", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivg", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie16DecodingStrategyO", + "mangledName": "$s6Lottie16DecodingStrategyO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedControl", + "printedName": "AnimatedControl", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)init", + "mangledName": "$s6Lottie15AnimatedControlCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedControl?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithCoder:", + "mangledName": "$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "isEnabled", + "printedName": "isEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)enabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "enabled", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isEnabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isEnabled", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setEnabled:", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setEnabled:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isSelected", + "printedName": "isSelected", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)selected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "selected", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isSelected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isSelected", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setSelected:", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setSelected:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isHighlighted", + "printedName": "isHighlighted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)highlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "highlighted", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isHighlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isHighlighted", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setHighlighted:", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setHighlighted:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "continueTracking", + "printedName": "continueTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)continueTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC16continueTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "continueTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancelTracking", + "printedName": "cancelTracking(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)cancelTrackingWithEvent:", + "mangledName": "$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "cancelTrackingWithEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC15animationDidSetyyF", + "mangledName": "$s6Lottie15AnimatedControlC15animationDidSetyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationView", + "printedName": "animationView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setLayer", + "printedName": "setLayer(named:forState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "State", + "printedName": "UIKit.UIControl.State", + "usr": "c:@E@UIControlState" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "mangledName": "$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "mangledName": "$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithFrame:", + "mangledName": "$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl", + "mangledName": "$s6Lottie15AnimatedControlC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIControl", + "superclassNames": [ + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedButton", + "printedName": "AnimatedButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)init", + "mangledName": "$s6Lottie14AnimatedButtonCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedButton?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "performAction", + "printedName": "performAction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvp", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvg", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvs", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvM", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromProgress:toProgress:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromMarker:toMarker:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton", + "mangledName": "$s6Lottie14AnimatedButtonC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "children": [ + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvp", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvg", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "typeErasedStorage", + "printedName": "typeErasedStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderP9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "value", + "printedName": "value(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderPAAE5value5frameyp14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ValueProviderStorage", + "printedName": "ValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> ([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe<τ_0_0>]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO7closureyACyxGx14CoreFoundation7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO7closureyACyxGx12CoreGraphics7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie20ValueProviderStorageO", + "mangledName": "$s6Lottie20ValueProviderStorageO", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProviderStorage", + "printedName": "AnyValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> ([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Lottie.Keyframe], interpolate: (CoreGraphics.CGFloat) -> Any)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp14CoreFoundation7CGFloatVctcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp12CoreGraphics7CGFloatVctcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO7closureyACyp14CoreFoundation7CGFloatVccACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO7closureyACyp12CoreGraphics7CGFloatVccACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie23AnyValueProviderStorageO", + "mangledName": "$s6Lottie23AnyValueProviderStorageO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedSwitch", + "printedName": "AnimatedSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)init", + "mangledName": "$s6Lottie14AnimatedSwitchCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedSwitch?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC15animationDidSetyyF", + "mangledName": "$s6Lottie14AnimatedSwitchC15animationDidSetyyF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "CancelBehavior", + "printedName": "CancelBehavior", + "children": [ + { + "kind": "Var", + "name": "reverse", + "printedName": "reverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Var", + "name": "cancelBehavior", + "printedName": "cancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animateUpdateWhenChangingAnimation", + "printedName": "animateUpdateWhenChangingAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "stateUpdated", + "printedName": "stateUpdated", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isOn", + "printedName": "isOn", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setIsOn", + "printedName": "setIsOn(_:animated:shouldFireHaptics:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "mangledName": "$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setProgressForState", + "printedName": "setProgressForState(fromProgress:toProgress:forOnState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y14CoreFoundation7CGFloatV_AJSbtF", + "mangledName": "$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch", + "mangledName": "$s6Lottie14AnimatedSwitchC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector1D", + "printedName": "LottieVector1D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DVyACSdcfc", + "mangledName": "$s6Lottie0A8Vector1DVyACSdcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV5valueSdvp", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV5valueSdvg", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector1DV", + "mangledName": "$s6Lottie0A8Vector1DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector3D", + "printedName": "LottieVector3D", + "children": [ + { + "kind": "Var", + "name": "x", + "printedName": "x", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1xSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1xSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "y", + "printedName": "y", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1ySdvp", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1ySdvg", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "z", + "printedName": "z", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1zSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1zSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(x:y:z:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "mangledName": "$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "pointValue", + "printedName": "pointValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sizeValue", + "printedName": "sizeValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector3DV", + "mangledName": "$s6Lottie0A8Vector3DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieBackgroundBehavior", + "printedName": "LottieBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "default", + "printedName": "default(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A18BackgroundBehaviorO", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieLoopMode", + "printedName": "LottieLoopMode", + "children": [ + { + "kind": "Var", + "name": "playOnce", + "printedName": "playOnce", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO8playOnceyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO8playOnceyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loop", + "printedName": "loop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO4loopyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO4loopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "autoReverse", + "printedName": "autoReverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO11autoReverseyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO11autoReverseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeat", + "printedName": "repeat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO6repeatyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO6repeatyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeatBackwards", + "printedName": "repeatBackwards", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivp", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivg", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A8LoopModeO", + "mangledName": "$s6Lottie0A8LoopModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationView", + "printedName": "LottieAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationView?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithCoder:", + "mangledName": "$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4stopyyF", + "mangledName": "$s6Lottie0A13AnimationViewC4stopyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC5pauseyyF", + "mangledName": "$s6Lottie0A13AnimationViewC5pauseyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animateLayoutChangesWithCurrentCoreAnimationContext", + "printedName": "animateLayoutChangesWithCurrentCoreAnimationContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationQueued", + "printedName": "isAnimationQueued", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvp", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvg", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvs", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "viewportFrame", + "printedName": "viewportFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(py)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12reloadImagesyyF", + "mangledName": "$s6Lottie0A13AnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:bundle:subdirectory:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filePath:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:imageProvider:session:closure:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(asset:bundle:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieName:bundle:subdirectory:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFilePath:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieUrl:animationId:dotLottieCache:configuration:session:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieAsset:bundle:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView", + "mangledName": "$s6Lottie0A13AnimationViewC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "IBDesignable", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.LottieAnimationViewBase", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieError", + "printedName": "DotLottieError", + "children": [ + { + "kind": "Var", + "name": "noDataLoaded", + "printedName": "noDataLoaded", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "assetNotFound", + "printedName": "assetNotFound", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> (Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, bundle: Foundation.Bundle?)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "mangledName": "$s6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loadingFromAssetNotSupported", + "printedName": "loadingFromAssetNotSupported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidFileFormat", + "printedName": "invalidFileFormat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "invalidData", + "printedName": "invalidData", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "animationNotAvailable", + "printedName": "animationNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA5ErrorO", + "mangledName": "$s6Lottie03DotA5ErrorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FloatValueProvider", + "printedName": "FloatValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderC5blockAC14CoreFoundation7CGFloatVAGc_tcfc", + "mangledName": "$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderCyAC14CoreFoundation7CGFloatVcfc", + "mangledName": "$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "float", + "printedName": "float", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18FloatValueProviderC", + "mangledName": "$s6Lottie18FloatValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationKeypath", + "printedName": "CompatibleAnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeypath:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeypath:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeys:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeys:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "animationKeypath", + "printedName": "animationKeypath", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)init", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "children": [ + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "mangledName": "$s6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie03DotA13CacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LayerType", + "printedName": "LayerType", + "children": [ + { + "kind": "Var", + "name": "precomp", + "printedName": "precomp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7precompyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7precompyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "solid", + "printedName": "solid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5solidyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5solidyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "image", + "printedName": "image", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5imageyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5imageyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "null", + "printedName": "null", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4nullyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4nullyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "shape", + "printedName": "shape", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5shapeyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5shapeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4textyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4textyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LayerType?", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9LayerTypeO8rawValueSivp", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9LayerTypeO8rawValueSivg", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9LayerTypeO", + "mangledName": "$s6Lottie9LayerTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MatteType", + "printedName": "MatteType", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO4noneyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO4noneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "add", + "printedName": "add", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO3addyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO3addyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "invert", + "printedName": "invert", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO6invertyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO6invertyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.MatteType?", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9MatteTypeO8rawValueSivp", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9MatteTypeO8rawValueSivg", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9MatteTypeO", + "mangledName": "$s6Lottie9MatteTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "BlendMode", + "printedName": "BlendMode", + "children": [ + { + "kind": "Var", + "name": "normal", + "printedName": "normal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6normalyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6normalyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "multiply", + "printedName": "multiply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO8multiplyyA2CmF", + "mangledName": "$s6Lottie9BlendModeO8multiplyyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "screen", + "printedName": "screen", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6screenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6screenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "overlay", + "printedName": "overlay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7overlayyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7overlayyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "darken", + "printedName": "darken", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6darkenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6darkenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "lighten", + "printedName": "lighten", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7lightenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7lightenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorDodge", + "printedName": "colorDodge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10colorDodgeyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10colorDodgeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorBurn", + "printedName": "colorBurn", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9colorBurnyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9colorBurnyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hardLight", + "printedName": "hardLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9hardLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9hardLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "softLight", + "printedName": "softLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9softLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9softLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "difference", + "printedName": "difference", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10differenceyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10differenceyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "exclusion", + "printedName": "exclusion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9exclusionyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9exclusionyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hue", + "printedName": "hue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO3hueyA2CmF", + "mangledName": "$s6Lottie9BlendModeO3hueyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "saturation", + "printedName": "saturation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10saturationyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10saturationyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO5coloryA2CmF", + "mangledName": "$s6Lottie9BlendModeO5coloryA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "luminosity", + "printedName": "luminosity", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10luminosityyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10luminosityyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.BlendMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9BlendModeO8rawValueSivp", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9BlendModeO8rawValueSivg", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9BlendModeO", + "mangledName": "$s6Lottie9BlendModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieCache", + "printedName": "DotLottieCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA5CacheCACycfc", + "mangledName": "$s6Lottie03DotA5CacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvpZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvgZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivp", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivg", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivs", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivM", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC05clearC0yyF", + "mangledName": "$s6Lottie03DotA5CacheC05clearC0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "mangledName": "$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA5CacheC", + "mangledName": "$s6Lottie03DotA5CacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "GradientValueProvider", + "printedName": "GradientValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((CoreGraphics.CGFloat) -> [Swift.Double])?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG14CoreFoundation7CGFloatVc_SaySdGAKcSgtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "colors", + "printedName": "colors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "locations", + "printedName": "locations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvp", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvg", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvs", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvM", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21GradientValueProviderC", + "mangledName": "$s6Lottie21GradientValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfiguration", + "printedName": "DotLottieConfiguration", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "speed", + "printedName": "speed", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA13ConfigurationV", + "mangledName": "$s6Lottie03DotA13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfigurationComponents", + "printedName": "DotLottieConfigurationComponents", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "all", + "printedName": "all", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "BundleImageProvider", + "printedName": "BundleImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(bundle:searchPath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "mangledName": "$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19BundleImageProviderC", + "mangledName": "$s6Lottie19BundleImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationSubview", + "printedName": "AnimationSubview", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithFrame:", + "mangledName": "$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationSubview?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithCoder:", + "mangledName": "$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview", + "mangledName": "$s6Lottie16AnimationSubviewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationViewBase", + "printedName": "LottieAnimationViewBase", + "children": [ + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(py)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)setContentMode:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "didMoveToWindow", + "printedName": "didMoveToWindow()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)didMoveToWindow", + "mangledName": "$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "didMoveToWindow", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)layoutSubviews", + "mangledName": "$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithFrame:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationViewBase?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithCoder:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "mangledName": "$s6Lottie0A17AnimationViewBaseC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieFile", + "printedName": "DotLottieFile", + "children": [ + { + "kind": "TypeDecl", + "name": "Animation", + "printedName": "Animation", + "children": [ + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA4FileC9AnimationV", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "animations", + "printedName": "animations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SynchronouslyBlockingCurrentThread", + "printedName": "SynchronouslyBlockingCurrentThread", + "children": [ + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA4FileC", + "mangledName": "$s6Lottie03DotA4FileC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieLogger", + "printedName": "LottieLogger", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(assert:assertionFailure:warn:info:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.Bool, @autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.Bool, () -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "hasDefaultArg": true + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "mangledName": "$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC6sharedACvpZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvgZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvsZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvMZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "assert", + "printedName": "assert(_:_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "assertionFailure", + "printedName": "assertionFailure(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "warn", + "printedName": "warn(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "info", + "printedName": "info(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4infoyySSyXKF", + "mangledName": "$s6Lottie0A6LoggerC4infoyySSyXKF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "printToConsole", + "printedName": "printToConsole", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvpZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvgZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvgZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A6LoggerC", + "mangledName": "$s6Lottie0A6LoggerC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "zlib", + "printedName": "zlib", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Compression", + "printedName": "Compression", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "PointValueProvider", + "printedName": "PointValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGPoint", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderC5blockACSo7CGPointV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "mangledName": "$s6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "point", + "printedName": "point", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18PointValueProviderC", + "mangledName": "$s6Lottie18PointValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Keyframe", + "printedName": "Keyframe", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "mangledName": "$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(value:time:isHold:inTangent:outTangent:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_14CoreFoundation7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "mangledName": "$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC5valuexvp", + "mangledName": "$s6Lottie8KeyframeC5valuexvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC5valuexvg", + "mangledName": "$s6Lottie8KeyframeC5valuexvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isHold", + "printedName": "isHold", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC6isHoldSbvp", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC6isHoldSbvg", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "inTangent", + "printedName": "inTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "outTangent", + "printedName": "outTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialInTangent", + "printedName": "spatialInTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialOutTangent", + "printedName": "spatialOutTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie8KeyframeC", + "mangledName": "$s6Lottie8KeyframeC", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "children": [ + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Interpolatable", + "printedName": "Interpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatableP11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatableP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable, τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "children": [ + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "UIView", + "printedName": "UIView", + "declKind": "Class", + "usr": "c:objc(cs)UIView", + "moduleName": "UIKit", + "isOpen": true, + "objc_name": "UIView", + "declAttributes": [ + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIResponder", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CALayer", + "printedName": "CALayer", + "children": [ + { + "kind": "Function", + "name": "logLayerTree", + "printedName": "logLayerTree(withIndent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:So7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "mangledName": "$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)CALayer", + "moduleName": "QuartzCore", + "isOpen": true, + "intro_tvOS": "9.0", + "objc_name": "CALayer", + "declAttributes": [ + "Available", + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Array", + "printedName": "Array", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:Sa", + "mangledName": "$sSa", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "_DestructorSafeContainer", + "printedName": "_DestructorSafeContainer", + "usr": "s:s24_DestructorSafeContainerP", + "mangledName": "$ss24_DestructorSafeContainerP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ArrayProtocol", + "printedName": "_ArrayProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "_Buffer", + "printedName": "_Buffer", + "children": [ + { + "kind": "TypeNominal", + "name": "_ArrayBuffer", + "printedName": "Swift._ArrayBuffer<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s12_ArrayBufferV" + } + ] + } + ], + "usr": "s:s14_ArrayProtocolP", + "mangledName": "$ss14_ArrayProtocolP" + }, + { + "kind": "Conformance", + "name": "RandomAccessCollection", + "printedName": "RandomAccessCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sk", + "mangledName": "$sSk" + }, + { + "kind": "Conformance", + "name": "MutableCollection", + "printedName": "MutableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:SM", + "mangledName": "$sSM" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSArray", + "printedName": "Foundation.NSArray", + "usr": "c:objc(cs)NSArray" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "ContiguousBytes", + "printedName": "ContiguousBytes", + "usr": "s:10Foundation15ContiguousBytesP", + "mangledName": "$s10Foundation15ContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DataProtocol", + "printedName": "DataProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "Regions", + "printedName": "Regions", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionOfOne", + "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt8]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt8", + "printedName": "Swift.UInt8", + "usr": "s:s5UInt8V" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s15CollectionOfOneV" + } + ] + } + ], + "usr": "s:10Foundation12DataProtocolP", + "mangledName": "$s10Foundation12DataProtocolP" + }, + { + "kind": "Conformance", + "name": "MutableDataProtocol", + "printedName": "MutableDataProtocol", + "usr": "s:10Foundation19MutableDataProtocolP", + "mangledName": "$s10Foundation19MutableDataProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Bundle", + "printedName": "Bundle", + "declKind": "Class", + "usr": "c:objc(cs)NSBundle", + "moduleName": "Foundation", + "isOpen": true, + "objc_name": "NSBundle", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGFloat", + "printedName": "CGFloat", + "declKind": "Struct", + "usr": "s:14CoreFoundation7CGFloatV", + "mangledName": "$s12CoreGraphics7CGFloatV", + "moduleName": "CoreFoundation", + "intro_Macosx": "10.0", + "intro_iOS": "2.0", + "intro_tvOS": "9.0", + "intro_watchOS": "1.0", + "declAttributes": [ + "Frozen", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "Available", + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Var", + "name": "lottieColorValue", + "printedName": "lottieColorValue", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGPoint", + "printedName": "CGPoint", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:So7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_14CoreFoundation7CGFloatVABSgALtF", + "mangledName": "$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGPoint", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Double", + "printedName": "Double", + "declKind": "Struct", + "usr": "s:Sd", + "mangledName": "$sSd", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Double.SIMD2Storage", + "usr": "s:Sd12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Double.SIMD4Storage", + "usr": "s:Sd12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Double.SIMD8Storage", + "usr": "s:Sd12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Double.SIMD16Storage", + "usr": "s:Sd13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Double.SIMD32Storage", + "usr": "s:Sd13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Double.SIMD64Storage", + "usr": "s:Sd13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGRect", + "printedName": "CGRect", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGRectV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGRect", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair, SwiftUI.AnimatablePair>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + }, + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGSize", + "printedName": "CGSize", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGSizeV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGSize", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DispatchQueue", + "printedName": "DispatchQueue", + "children": [ + { + "kind": "Var", + "name": "dotLottie", + "printedName": "dotLottie", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Var", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Accessor", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)OS_dispatch_queue", + "moduleName": "Dispatch", + "isOpen": true, + "objc_name": "OS_dispatch_queue", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "Sendable", + "HasMissingDesignatedInitializers", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)OS_dispatch_object", + "isExternal": true, + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Dispatch.DispatchObject", + "os_object.OS_object", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Scheduler", + "printedName": "Scheduler", + "children": [ + { + "kind": "TypeWitness", + "name": "SchedulerTimeType", + "printedName": "SchedulerTimeType", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerTimeType", + "printedName": "Dispatch.DispatchQueue.SchedulerTimeType", + "usr": "s:So17OS_dispatch_queueC8DispatchE17SchedulerTimeTypeV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SchedulerOptions", + "printedName": "SchedulerOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerOptions", + "printedName": "Dispatch.DispatchQueue.SchedulerOptions", + "usr": "s:So17OS_dispatch_queueC8DispatchE16SchedulerOptionsV" + } + ] + } + ], + "usr": "s:7Combine9SchedulerP", + "mangledName": "$s7Combine9SchedulerP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Float", + "printedName": "Float", + "declKind": "Struct", + "usr": "s:Sf", + "mangledName": "$sSf", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Float.SIMD2Storage", + "usr": "s:Sf12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Float.SIMD4Storage", + "usr": "s:Sf12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Float.SIMD8Storage", + "usr": "s:Sf12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Float.SIMD16Storage", + "usr": "s:Sf13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Float.SIMD32Storage", + "usr": "s:Sf13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Float.SIMD64Storage", + "usr": "s:Sf13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Optional", + "printedName": "Optional", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:Sq", + "mangledName": "$sSq", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "Gesture", + "printedName": "Gesture", + "children": [ + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI7GestureP", + "mangledName": "$s7SwiftUI7GestureP" + }, + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + }, + { + "kind": "Conformance", + "name": "ToolbarContent", + "printedName": "ToolbarContent", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI14ToolbarContentP", + "mangledName": "$s7SwiftUI14ToolbarContentP" + }, + { + "kind": "Conformance", + "name": "CustomizableToolbarContent", + "printedName": "CustomizableToolbarContent", + "usr": "s:7SwiftUI26CustomizableToolbarContentP", + "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 1936, + "length": 7, + "value": "\"width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 2039, + "length": 8, + "value": "\"height\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "Array", + "offset": 2473, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2957, + "length": 10, + "value": "\";base64,\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1176, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1255, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Lottie.ShapeLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1733, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2037, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2050, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2106, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 4881, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 5785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 10, + "value": "\"Lottie.GroupLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 8600, + "length": 17, + "value": "\"repeater copies\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 8644, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 10090, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 10114, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 11862, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12004, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12171, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12503, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12656, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 13924, + "length": 187, + "value": "\"The Core Animation rendering engine doesn't support applying separate x\/y scale values (x: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14047, + "length": 1, + "value": "\", y: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14062, + "length": 1, + "value": "\") to this stroke item (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14097, + "length": 1, + "value": "\").\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 14163, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15150, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15230, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15944, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 16071, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 18465, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19886, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 20363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 264, + "length": 7, + "value": "\"Lottie.Ellipse\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 973, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3294, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3718, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7882, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8834, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 12406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18430, + "length": 376, + "value": "\"`LottieBackgroundBehavior.continuePlaying` should not be used with the Main Thread\nrendering engine, since this would waste CPU resources on playing an animation\nthat is not visible. Consider using a different background mode, or switching to\nthe Core Animation rendering engine (which does not have any CPU overhead).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 21894, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22155, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22868, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24528, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25137, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 25453, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 26873, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 31688, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 36243, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38392, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38886, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 39527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 40063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 40882, + "length": 11, + "value": "\"sublayers\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43201, + "length": 79, + "value": "\"Encountered Core Animation compatibility issues while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43356, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43364, + "length": 6, + "value": "\"\n\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43385, + "length": 339, + "value": "\"This animation cannot be rendered correctly by the Core Animation engine.\nTo resolve this issue, you can use `RenderingEngineOption.automatic`, which automatically falls back\nto the Main Thread rendering engine when necessary, or just use `RenderingEngineOption.mainThread`.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44014, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44052, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45301, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45339, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 45388, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45813, + "length": 78, + "value": "\"Encountered Core Animation compatibility issue while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45963, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45971, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45986, + "length": 397, + "value": "\"This animation may have additional compatibility issues, but animation setup was cancelled early to avoid wasted work.\n\nAutomatically falling back to Main Thread rendering engine. This fallback comes with some additional performance\noverhead, which can be reduced by manually specifying that this animation should always use the Main Thread engine.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 46828, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49073, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49431, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 51455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 51990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52717, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 53122, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 53577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53748, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 54129, + "length": 8, + "value": "\"Lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 20, + "value": "\"Lottie.LottieAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56463, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56541, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56629, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 13, + "value": "\"* |Children\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 406, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 3, + "value": "\"|\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2801, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4717, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5943, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 715, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1129, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1390, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2554, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3491, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4032, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4423, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4551, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4677, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4780, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4974, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5076, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "BooleanLiteral", + "offset": 5236, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5279, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5583, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 492, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 500, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 804, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 931, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 950, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 961, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 7, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1641, + "length": 9, + "value": "\".lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 324, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 351, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 413, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 441, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 525, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 677, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "Array", + "offset": 824, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1198, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1587, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "FloatLiteral", + "offset": 2567, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2576, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2872, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 4028, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5313, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 599, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 627, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 633, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 786, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 911, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 933, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 990, + "length": 4, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 1023, + "length": 4, + "value": "\"|_\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1204, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 2516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3438, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3555, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3672, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "FloatLiteral", + "offset": 3675, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3680, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3720, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3723, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3841, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3864, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3959, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4149, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4251, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4294, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4297, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4412, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4435, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4537, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4540, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4583, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4586, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4704, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4727, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 332, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 406, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "Array", + "offset": 448, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 560, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 636, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 718, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1293, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1566, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1648, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1671, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2207, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2376, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2388, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2394, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2866, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/FontProvider\/AnimationFontProvider.swift", + "kind": "BooleanLiteral", + "offset": 860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 535, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 1351, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 2763, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 3271, + "length": 101, + "value": "\"The Core Animation rendering engine currently doesn't support text animators.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3873, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 186, + "length": 9, + "value": "\"Lottie.TextLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1415, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1543, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3150, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3176, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 4191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "FloatLiteral", + "offset": 4304, + "length": 6, + "value": "1000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 5558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 601, + "length": 20, + "value": "\"Lottie.TextCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1723, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1794, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2817, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2868, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3682, + "length": 6, + "value": "10000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/AnimationCache\/DefaultAnimationCache.swift", + "kind": "IntegerLiteral", + "offset": 1224, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2332, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2968, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3017, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3201, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3246, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerImageProvider.swift", + "kind": "Dictionary", + "offset": 459, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1238, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1892, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1929, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/TextProvider\/AnimationTextProvider.swift", + "kind": "BooleanLiteral", + "offset": 3899, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1140, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1632, + "length": 12, + "value": "\"X Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1676, + "length": 12, + "value": "\"Y Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "Array", + "offset": 2877, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3321, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "IntegerLiteral", + "offset": 3412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "FloatLiteral", + "offset": 3872, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 1744, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 3494, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 4143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 5435, + "length": 102, + "value": "[\"reduced motion\", \"reduced_motion\", \"reduced-motion\", \"reducedmotion\"]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 227, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "FloatLiteral", + "offset": 738, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "StringLiteral", + "offset": 1556, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2884, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 3344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4186, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 4911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5038, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5207, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5783, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 6132, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6579, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6748, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 706, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2155, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2164, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2172, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2600, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2905, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 3086, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7851, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7858, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7965, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7974, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7982, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8035, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8137, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8186, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 331, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 337, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 764, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 805, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 863, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 874, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 904, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 915, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 926, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 2, + "value": "-3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 961, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1063, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1083, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1155, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1177, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1186, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1210, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1369, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1503, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1530, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1732, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1792, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1865, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1880, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1973, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2158, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2175, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2285, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2308, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2325, + "length": 5, + "value": "-27.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2342, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2352, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2372, + "length": 4, + "value": "54.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2432, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2685, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2770, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2836, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2879, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2981, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2984, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3123, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3183, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3301, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3355, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3432, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3445, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3486, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 218, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 415, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 511, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1109, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1168, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1175, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1626, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2193, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2640, + "length": 7, + "value": "\"Angle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "Dictionary", + "offset": 3041, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 1046, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "Array", + "offset": 1216, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 1984, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2121, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2320, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3208, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3250, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 3335, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3639, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3923, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4058, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4575, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4615, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/SwiftUIView.swift", + "kind": "Array", + "offset": 1314, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 458, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1015, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1319, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "Array", + "offset": 1595, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 243, + "length": 20, + "value": "\"Lottie.MaskCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2246, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2562, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2575, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2631, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 352, + "length": 10, + "value": "0x06064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 10, + "value": "0x07064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1255, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1559, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2000, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2259, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2309, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2368, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2494, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2558, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4103, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4420, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4736, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4847, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5506, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5569, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5618, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6453, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6563, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1488, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3354, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3977, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 1078, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 2558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 525, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 1834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 2307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "StringLiteral", + "offset": 1513, + "length": 27, + "value": "\"Lottie.AnimationCompletionDelegate\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5751, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5755, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8480, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8698, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8956, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9835, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 13460, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 17756, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 21303, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22257, + "length": 67, + "value": "\"Failed to load asynchronous Lottie animation with error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22323, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 24126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/NodeProperty.swift", + "kind": "IntegerLiteral", + "offset": 453, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 943, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2844, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2857, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2913, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 2945, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3361, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3591, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3763, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 5467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 5958, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6763, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 6828, + "length": 36, + "value": "\"Lottie: Logging Animation Keypaths\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 348, + "length": 24, + "value": "\"Lottie.MainThreadAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 489, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 942, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.SolidCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 510, + "length": 30, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 529, + "length": 1, + "value": "\" (Content)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 598, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 902, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 971, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1369, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1999, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 20, + "value": "\"Lottie.BaseCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 590, + "length": 8, + "value": "\"Anchor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1291, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1509, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1742, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1978, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2214, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2760, + "length": 14, + "value": "\"Stroke Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3002, + "length": 12, + "value": "\"Fill Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3501, + "length": 10, + "value": "\"Tracking\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3727, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3936, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 4194, + "length": 22, + "value": "\"SelectedRangeOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5519, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 6023, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 7376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8327, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8389, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 8771, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9032, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 9385, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 807, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1060, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1147, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1297, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1380, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/ReducedMotionOption.swift", + "kind": "BooleanLiteral", + "offset": 2651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 840, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 994, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1735, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1776, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2138, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2183, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 4896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5290, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5815, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6331, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7638, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7660, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7727, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7847, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7897, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7979, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8182, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8239, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8362, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8786, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8926, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8952, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9272, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9435, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9558, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9586, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9613, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10049, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10062, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10535, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10615, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 11261, + "length": 4, + "value": "0.05" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11322, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 1328, + "length": 7, + "value": "0.55228" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1667, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 2479, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3619, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3673, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 442, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1394, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1796, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1816, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1892, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2195, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3801, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3856, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4093, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4146, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4295, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4862, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 4884, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4978, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5047, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5162, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5331, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6066, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6785, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7839, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8163, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8794, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8843, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 9479, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 10119, + "length": 57, + "value": "\"Vertex data does not match In Tangents and Out Tangents\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 10281, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 13490, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 13998, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 14041, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14718, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 328, + "length": 19, + "value": "\"Lottie.CompatibleAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7293, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7223, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "FloatLiteral", + "offset": 8127, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12172, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12199, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12252, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12491, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12546, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12573, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12601, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14128, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14617, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14723, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14808, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14891, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14972, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 15210, + "length": 32, + "value": "\"Lottie.CompatibleDictionaryTextProvider\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 418, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 653, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 778, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 853, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 874, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 909, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 929, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3104, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3654, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2144, + "length": 366, + "value": "\"`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2183, + "length": 1, + "value": "\"` animation for \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2234, + "length": 3, + "value": "\"\" includes an After Effects expression (https:\/\/helpx.adobe.com\/after-effects\/using\/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2942, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3893, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5249, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 5438, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11375, + "length": 55, + "value": "\"Cannot create point from keyframe with value \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11429, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 12556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 12976, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13125, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13271, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 14168, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15429, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15457, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15466, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15612, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15640, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16080, + "length": 52, + "value": "\"`values.count` must exactly equal `keyTimes.count`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16213, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16225, + "length": 63, + "value": "\"`timingFunctions.count` must exactly equal `values.count - 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16624, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16635, + "length": 56, + "value": "\"`keyTimes.count` must exactly equal `values.count + 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16745, + "length": 79, + "value": "\"Unexpected keyframe calculation mode \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16812, + "length": 1366, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17389, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17428, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "StringLiteral", + "offset": 426, + "length": 6, + "value": "\"Path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/URL+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 678, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 627, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 650, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 669, + "length": 8, + "value": "\"Offset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1575, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 1972, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 2032, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2206, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2213, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2276, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2286, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 2949, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3218, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3290, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3343, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3413, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3459, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3628, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4448, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 4813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 5690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 6086, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7760, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 7783, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8217, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8826, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8863, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 413, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 5, + "value": "0o644" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 5, + "value": "0o755" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 823, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 869, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 916, + "length": 10, + "value": "0x06054b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 964, + "length": 10, + "value": "0x04034b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1011, + "length": 10, + "value": "0x08074b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1060, + "length": 10, + "value": "0x02014b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 1093, + "length": 8, + "value": "\"memory\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 7252, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9257, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9276, + "length": 1, + "value": "\":\/\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10008, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10180, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10635, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10856, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 12529, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14638, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14745, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14815, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14870, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14934, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14987, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16580, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16684, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16797, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16908, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 811, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 2004, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 3490, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Dictionary", + "offset": 4209, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4810, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4858, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5036, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 5257, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6045, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6524, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6554, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6751, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6800, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6845, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7104, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7486, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7691, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7728, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7750, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1471, + "length": 57, + "value": "\"init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1527, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2071, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 2361, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 7927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8440, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 9075, + "length": 12, + "value": "\"root layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10090, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10812, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11364, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11744, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12303, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 219, + "length": 18, + "value": "\"Lottie.CoreAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12994, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13188, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15153, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15244, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 15857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 15905, + "length": 114, + "value": "\"The Core Animation rendering engine currently doesn't support `respectAnimationFrameRate`)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 16086, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17305, + "length": 77, + "value": "\"Cannot log hierarchy keypaths until animation has been set up at least once\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 17397, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17423, + "length": 69, + "value": "\"Lottie: Rebuilding animation with hierarchy keypath logging enabled\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18271, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18521, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18732, + "length": 104, + "value": "\"The Core Animation rendering engine doesn't support retrieving `CALayer`s by keypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18953, + "length": 84, + "value": "\"The Core Animation rendering engine does not use `AnimatorNode`s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20553, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20560, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20650, + "length": 235, + "value": "\"This animation has a very large number of layers with time remapping (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20764, + "length": 1, + "value": "\" layers over \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20802, + "length": 6, + "value": "\" frames) so will perform poorly with the Core Animation rendering engine.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21106, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 21468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21504, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 284, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 316, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 352, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 657, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1192, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1714, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1797, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1167, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1942, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 400, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "StringLiteral", + "offset": 602, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 866, + "length": 8, + "value": "0xFF0000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 879, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 885, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 8, + "value": "0x00FF00" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 938, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 943, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 8, + "value": "0x0000FF" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 993, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1313, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1796, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4114, + "length": 23, + "value": "\"transform.translation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4306, + "length": 25, + "value": "\"transform.translation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4505, + "length": 25, + "value": "\"transform.translation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4700, + "length": 17, + "value": "\"transform.scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4739, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4888, + "length": 19, + "value": "\"transform.scale.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4929, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5053, + "length": 19, + "value": "\"transform.scale.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5094, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5221, + "length": 22, + "value": "\"transform.rotation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5265, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5417, + "length": 22, + "value": "\"transform.rotation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5613, + "length": 22, + "value": "\"transform.rotation.z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5657, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6203, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6635, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6908, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7121, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7332, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7565, + "length": 4, + "value": "-3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8423, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8819, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 9025, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 10849, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11335, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11821, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 12298, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1641, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 101, + "length": 9, + "value": "\"Lottie.Rectangle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 643, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 719, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 684, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 801, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1107, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 405, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 812, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 970, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1334, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1818, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1825, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2180, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2189, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3393, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4638, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4933, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4940, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5198, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5207, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5215, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"Lottie.Repeater\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 4, + "value": "\"Lottie.Fill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "Array", + "offset": 293, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 551, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1774, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4548, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4598, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4648, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4939, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5049, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5560, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5639, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5667, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5681, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5768, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5782, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5824, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5952, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6000, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6014, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6056, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6112, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6126, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6553, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6743, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6778, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6852, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6985, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7018, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7176, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7202, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7232, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7478, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 1858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 4870, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 7143, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 8869, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/OpacityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1421, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 55, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2423, + "length": 1, + "value": "\" (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2457, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 84, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2881, + "length": 1, + "value": "\" (mask of \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2909, + "length": 1, + "value": "\") (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3152, + "length": 37, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3171, + "length": 1, + "value": "\" (parent, masked)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 4991, + "length": 5, + "value": "\"xor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1487, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1517, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2549, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2582, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2827, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2953, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 3146, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 5133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5188, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5846, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 438, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 610, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 776, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 785, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 793, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 941, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1616, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1746, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2275, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2577, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2871, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2880, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3181, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4833, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 105, + "length": 14, + "value": "\"Lottie.ShapeTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 262, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 297, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 338, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "BooleanLiteral", + "offset": 491, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "StringLiteral", + "offset": 3612, + "length": 201, + "value": "\"The Main Thread rendering engine doesn't currently support repeaters.\nTo play an animation with repeaters, you can use the Core Animation rendering engine instead.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 5, + "value": "\"Lottie.Merge\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 522, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 223, + "length": 13, + "value": "\"Lottie.RepeaterLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "Dictionary", + "offset": 5200, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5704, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6002, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6384, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6469, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6544, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6625, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "StringLiteral", + "offset": 936, + "length": 15, + "value": "\"Lottie.AnimatedControl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 458, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 762, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 775, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 831, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "Array", + "offset": 1991, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 12, + "value": "\"Lottie.PreCompLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 400, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 704, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 717, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 773, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 149, + "length": 10, + "value": "\"Lottie.SolidLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 122, + "length": 14, + "value": "\"Lottie.RoundedCorners\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TransformLayer.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 4672, + "length": 112, + "value": "\"`Transform` values must provide either `position` or `positionX` \/ `positionY` keyframes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 5169, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6157, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6547, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6948, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7215, + "length": 93, + "value": "\"`rotation.x` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7382, + "length": 93, + "value": "\"`rotation.y` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7849, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8054, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8460, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9890, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9898, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9906, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 9977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10046, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11624, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11949, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 12159, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1366, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1503, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1607, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1624, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1641, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1725, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1806, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1887, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2044, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2167, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2340, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2483, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2504, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2629, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "Array", + "offset": 2685, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4610, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 5151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "FloatLiteral", + "offset": 5434, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 962, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 996, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2080, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2445, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "FloatLiteral", + "offset": 2695, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 657, + "length": 91, + "value": "\"Expected old to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 698, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 91, + "value": "\"Expected new to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 944, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2176, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2799, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2803, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3006, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3822, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3827, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3906, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3914, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3972, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3984, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4220, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4560, + "length": 5, + "value": "0x400" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5659, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 5760, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5883, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6225, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6231, + "length": 4, + "value": "0x01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 8762, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9003, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9606, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12722, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1721, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 1866, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1989, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 2148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 736, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 757, + "length": 11, + "value": "\"Roundness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1652, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1818, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "FloatLiteral", + "offset": 2548, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 2701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4300, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4951, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5350, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6716, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "IntegerLiteral", + "offset": 1986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "BooleanLiteral", + "offset": 2005, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 315, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 340, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 422, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 451, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2512, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2566, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2618, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2654, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4646, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4674, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4716, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4756, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4785, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4818, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1895, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1926, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1982, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2005, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2036, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2092, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2915, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2930, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3222, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3226, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3373, + "length": 4, + "value": "1e-6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3491, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3504, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3794, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 797, + "length": 101, + "value": "\"Rounded corners support is not currently implemented for combined shape items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1389, + "length": 94, + "value": "\"Rounded corners support is currently not implemented for polygon items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1603, + "length": 42, + "value": "\"Unexpected shape type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1644, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2761, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5295, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5732, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5803, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5809, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6434, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6509, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6516, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6811, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6929, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8454, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 568, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 752, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 975, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 1459, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 446, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 501, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 522, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 768, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 977, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 747, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 926, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1092, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 21, + "value": "\"Lottie.ShapeCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 4480, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 5025, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7171, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1326, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "IntegerLiteral", + "offset": 1863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 4, + "value": "\"Lottie.Star\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 610, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1056, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2774, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 2892, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2982, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 3278, + "length": 12, + "value": "\"Time Remap\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 131, + "length": 19, + "value": "\"Lottie.PreCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 476, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 759, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 901, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1179, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1319, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1462, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1552, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1839, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1967, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2209, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2424, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3033, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3081, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3115, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3160, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3205, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3322, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3523, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 4823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5177, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5187, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5196, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5206, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5381, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5412, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5564, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5595, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5759, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5999, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 6018, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 6355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6404, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7139, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7407, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8369, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8415, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8422, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8741, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8795, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9266, + "length": 53, + "value": "\"Could not convert color \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9303, + "length": 2, + "value": "\" to RGB values.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9357, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9360, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9447, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10784, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10928, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 11310, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11656, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11753, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12135, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12325, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1505, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 1741, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1987, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 602, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 1760, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 754, + "length": 172, + "value": "\"The Core Animation rendering engine does not support animating multiple keyframes\nfor \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 870, + "length": 6, + "value": "\" values, due to limitations of Core Animation.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 979, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1101, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1127, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1532, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1879, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2118, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2313, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3182, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3849, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4678, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4829, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4878, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 5858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 6687, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6852, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6867, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6893, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6909, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 699, + "length": 196, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1025, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 216, + "value": "\"The Core Animation rendering engine currently doesn't support customizing \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1226, + "length": 3, + "value": "\"\" properties. Supported properties are: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2366, + "length": 202, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 175, + "value": "\"Could not convert value of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3027, + "length": 4, + "value": "\" from \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3052, + "length": 2, + "value": "\" to expected type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3105, + "length": 2656, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4345, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4588, + "length": 3, + "value": "\"^\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4664, + "length": 5, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4726, + "length": 3, + "value": "\"$\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5044, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5121, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5362, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5386, + "length": 1, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5398, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5475, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5683, + "length": 7, + "value": "\"[^.]+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 267, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 328, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 738, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 960, + "length": 12, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 966, + "length": 1, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StrokeAnimation.swift", + "kind": "StringLiteral", + "offset": 2279, + "length": 20, + "value": "\"stroke dashPattern\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 652, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 664, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 675, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 734, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 764, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 806, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 836, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1514, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1556, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2031, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2113, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2417, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2504, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2533, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "BooleanLiteral", + "offset": 812, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 5, + "value": "\"Lottie.Group\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 2295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 3480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 3990, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4078, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4122, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4166, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4210, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 5018, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5603, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5647, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5691, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5735, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5779, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5823, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5867, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 6704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7402, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7446, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7490, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7534, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7578, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7622, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7666, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7711, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 10139, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "FloatLiteral", + "offset": 11154, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 11551, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 11991, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 12426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13374, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3069, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3093, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 10452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14057, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 34406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35030, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35859, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 36384, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 36436, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37614, + "length": 50, + "value": "\"unsupported contentMode: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37663, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38527, + "length": 25, + "value": "\"LayoutPositionAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38578, + "length": 26, + "value": "\"LayoutTransformAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38820, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38866, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 38914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39106, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39206, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39250, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39477, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "FloatLiteral", + "offset": 40356, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 41884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 42193, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 1140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "StringLiteral", + "offset": 1774, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 2253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 4106, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 5550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTextProvider.swift", + "kind": "Array", + "offset": 328, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "BooleanLiteral", + "offset": 2916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieImageProvider.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 241, + "length": 12, + "value": "\"Lottie.GradientFill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 954, + "length": 7, + "value": "\"Style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1147, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1965, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2060, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 4, + "value": "\"Lottie.Trim\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 666, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 380, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1114, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1163, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1191, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1245, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1268, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1738, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1907, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1919, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3609, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3612, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3683, + "length": 12, + "value": "\"startPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3714, + "length": 10, + "value": "\"endPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3743, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3771, + "length": 11, + "value": "\"locations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3801, + "length": 8, + "value": "\"colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3828, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3855, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3887, + "length": 10, + "value": "\"isRadial\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3916, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4112, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4186, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4151, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 4228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4340, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4416, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4498, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "Array", + "offset": 1294, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1547, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "FloatLiteral", + "offset": 5664, + "length": 5, + "value": "0.999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5721, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5752, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6594, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "StringLiteral", + "offset": 6605, + "length": 62, + "value": "\"Each color must have RGB components and a location component\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6938, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7097, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7154, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7603, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7640, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7817, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 239, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 686, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "BooleanLiteral", + "offset": 1018, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 1155, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1057, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1398, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 314, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 972, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 26, + "value": "\"Lottie.CompatibleAnimationKeypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 766, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 910, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1166, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1783, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 2507, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "FloatLiteral", + "offset": 3561, + "length": 12, + "value": "1000000000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 4097, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 6153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 6949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 7023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "StringLiteral", + "offset": 7605, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 9489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10316, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10358, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10385, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10505, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 11473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12597, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12706, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12712, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12761, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12766, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12819, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12825, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12882, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12932, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12938, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13046, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13071, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13100, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13579, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13731, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13745, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13769, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13783, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13830, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13954, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13969, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13977, + "length": 3, + "value": "512" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14129, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14287, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14302, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14316, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 15282, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1106, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 18, + "value": "\"Lottie.InvertedMatteLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 694, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 710, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 770, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1021, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1575, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1683, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1690, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1705, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1720, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1735, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1998, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2077, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2083, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 916, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2608, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2814, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2820, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3363, + "length": 50, + "value": "\"Error when decoding lottie \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3400, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3412, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 4081, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 10225, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 15025, + "length": 30, + "value": "\"com.airbnb.lottie.dot-lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1933, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1117, + "length": 3, + "value": "375" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1130, + "length": 3, + "value": "150" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 1340, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6065, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6204, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 7130, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 564, + "length": 27, + "value": "\"Lottie.SwiftUIMeasurementContainer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 14216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 16576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16597, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 475, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 526, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 587, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 1881, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 1901, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1215, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1277, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1506, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1471, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1586, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1743, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1822, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "Array", + "offset": 2401, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2516, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2994, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 646, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1420, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1546, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "Array", + "offset": 1861, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 471, + "length": 18, + "value": "\"Lottie.MaskContainerLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1944, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1992, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2418, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2588, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2073, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4188, + "length": 7, + "value": "\"Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4211, + "length": 11, + "value": "\"Expansion\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 923, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 980, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1012, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1050, + "length": 15, + "value": "\"shadowOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1084, + "length": 14, + "value": "\"shadowOffset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 13, + "value": "\"shadowColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 14, + "value": "\"shadowRadius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1318, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1346, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1403, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1435, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1473, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 19, + "value": "\"Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2976, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Array", + "offset": 3382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 3521, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Dictionary", + "offset": 3926, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 16, + "value": "\"Lottie.CompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 809, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 942, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1038, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2517, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2626, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2838, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2940, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3042, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3134, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3235, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3542, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4039, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4092, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4141, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4189, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4237, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4467, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4517, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4565, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4620, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4675, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4735, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 5025, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6992, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7096, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7198, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7300, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7493, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7596, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7697, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7800, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7904, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8006, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8115, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8805, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8866, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 1702, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2184, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 2717, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3254, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3279, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3305, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3916, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4036, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4071, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4148, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4333, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4587, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/DataIDProviding.swift", + "kind": "StringLiteral", + "offset": 1690, + "length": 28, + "value": "\"DefaultDataID.noneProvided\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 922, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1341, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1432, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 779, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 1959, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 98, + "length": 6, + "value": "\"Lottie.Stroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CompositionLayersInitializer.swift", + "kind": "BooleanLiteral", + "offset": 815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "Array", + "offset": 286, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1856, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2058, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2105, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2131, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2185, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2310, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2330, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 2880, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2898, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 3014, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3288, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 4173, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 5, + "value": "\"Lottie.Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 562, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1677, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1683, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2238, + "length": 53, + "value": "\"Error when decoding animation \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2278, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2290, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3300, + "length": 135, + "value": "\"Failed to load animation from filepath \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3362, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3423, + "length": 1345, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4234, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4774, + "length": 165, + "value": "\"Failed to load animation with asset name \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 2, + "value": "\"\nin \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4866, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4927, + "length": 6638, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "BooleanLiteral", + "offset": 10105, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10273, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 2646, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 2796, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 2915, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 3035, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 3155, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 4850, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5044, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5247, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 617, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 890, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/Cache\/DotLottieCache.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2647, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5651, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5675, + "length": 4, + "value": "-0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6193, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1444, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 301, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 20, + "value": "\"Lottie.NullCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 1708, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2143, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2705, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2708, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4117, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4292, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4710, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5631, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6695, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6800, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10095, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10153, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 10218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 11153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11682, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12269, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12304, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12416, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12506, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12585, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12732, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12776, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12806, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 527, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 551, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 694, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1276, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 1765, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2024, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2235, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2457, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2477, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2546, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2663, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2961, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerFontProvider.swift", + "kind": "Array", + "offset": 365, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1632, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1950, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2289, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "Array", + "offset": 2465, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 3260, + "length": 24, + "value": "\"Missing keyframe data.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4080, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4299, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4361, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4591, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseAnimationLayer.swift", + "kind": "Array", + "offset": 781, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1848, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1938, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1972, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2104, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2134, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3350, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3754, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 4874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 1814, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2545, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 3128, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "StringLiteral", + "offset": 3244, + "length": 68, + "value": "\"Failed sanity check for old count with changes matching new count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 6923, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7339, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7356, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7379, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7710, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 2582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "Dictionary", + "offset": 2838, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 3677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2515, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2552, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2776, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2813, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 325, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 344, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 391, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 482, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 643, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 741, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 969, + "length": 5, + "value": "1.403" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 991, + "length": 5, + "value": "0.344" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1013, + "length": 5, + "value": "1.770" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1489, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1562, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1614, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1782, + "length": 5, + "value": "0.299" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1794, + "length": 5, + "value": "0.587" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1806, + "length": 5, + "value": "0.114" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1828, + "length": 8, + "value": "-0.14713" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1843, + "length": 7, + "value": "0.28886" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1857, + "length": 5, + "value": "0.436" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1879, + "length": 5, + "value": "0.615" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1891, + "length": 7, + "value": "0.51499" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1905, + "length": 7, + "value": "0.10001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2952, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 965, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1450, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1463, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1519, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5661, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6672, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 7702, + "length": 148, + "value": "\"The Core Animation rendering engine doesn't currently support applying\ntrims to filled shapes (only stroked shapes).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 7995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 8717, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 9855, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 256, + "length": 14, + "value": "\"Lottie.ShapeItemLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "BooleanLiteral", + "offset": 10576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 523, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 2797, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 10, + "value": "\"Lottie.ImageLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3630, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1647, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1771, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "FloatLiteral", + "offset": 1956, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "IntegerLiteral", + "offset": 852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "BooleanLiteral", + "offset": 1254, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 376, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 464, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 547, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 607, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 636, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 663, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 11, + "value": "\"fillColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 750, + "length": 13, + "value": "\"strokeColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 11, + "value": "\"lineWidth\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 12, + "value": "\"miterLimit\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 843, + "length": 15, + "value": "\"lineDashPhase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 904, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1266, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 177, + "length": 16, + "value": "\"Lottie.ShapeRenderLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 962, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1173, + "length": 39, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1211, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1334, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1421, + "length": 35, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1567, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2173, + "length": 15, + "value": "\"manifest.json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2233, + "length": 12, + "value": "\"animations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2286, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 2755, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 3309, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 3412, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 1894, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "FloatLiteral", + "offset": 1922, + "length": 6, + "value": "0.5519" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2007, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2219, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 2498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 3059, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3332, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3590, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3614, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4169, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4370, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4389, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1061, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 14, + "value": "\"Shadow Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 562, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 11, + "value": "\"Direction\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 917, + "length": 10, + "value": "\"Softness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "Array", + "offset": 1007, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 4289, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4597, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5744, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 5929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 6665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "Array", + "offset": 11072, + "length": 3133, + "value": "[0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de, 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856, 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9, 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a, 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599, 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924, 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e, 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01, 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed, 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950, 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5, 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010, 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f, 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615, 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8, 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344, 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb, 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c, 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef, 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236, 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c, 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713, 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b, 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242, 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278, 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7, 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66, 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9, 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14619, + "length": 10, + "value": "0xffffffff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14965, + "length": 4, + "value": "0xff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15001, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15054, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 38, + "value": "\"init(from:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1217, + "length": 44, + "value": "\"init(dictionary:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 846, + "length": 17, + "value": "\"Lottie.CombinedShapeItem\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1829, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 583, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 816, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1307, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1390, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "IntegerLiteral", + "offset": 555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 570, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 1161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1441, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1477, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1523, + "length": 14, + "value": "\"Inner Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1559, + "length": 19, + "value": "\"Inner Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1654, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 2638, + "length": 7, + "value": "0.47829" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2775, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2808, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4068, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4109, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4186, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4309, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4365, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4806, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 5167, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5220, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5236, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5379, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5457, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5498, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5714, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5950, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6085, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6839, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7112, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 507, + "length": 19, + "value": "\"multiplyBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 545, + "length": 17, + "value": "\"screenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 18, + "value": "\"overlayBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"darkenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 18, + "value": "\"lightenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 21, + "value": "\"colorDodgeBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 740, + "length": 20, + "value": "\"colorBurnBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 20, + "value": "\"hardLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 20, + "value": "\"softLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 867, + "length": 21, + "value": "\"differenceBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 910, + "length": 20, + "value": "\"exclusionBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 946, + "length": 14, + "value": "\"hueBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 21, + "value": "\"saturationBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1022, + "length": 16, + "value": "\"colorBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1061, + "length": 21, + "value": "\"luminosityBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 885, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.ImageCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/ImageProvider\/AnimationImageProvider.swift", + "kind": "BooleanLiteral", + "offset": 1338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "BooleanLiteral", + "offset": 1278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3201, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3900, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 3904, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 361, + "length": 14, + "value": "\"Lottie.GradientStroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "StringLiteral", + "offset": 7065, + "length": 74, + "value": "\"When interpolating Arrays, both array sound have the same element count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "IntegerLiteral", + "offset": 8003, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 535, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 362, + "length": 25, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 1, + "value": "\"] \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 386, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1333, + "length": 51, + "value": "\"Compatibility issue context is unexpectedly empty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1663, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1675, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "Array", + "offset": 2487, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 3577, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4169, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4190, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7931, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7953, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 10820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "BooleanLiteral", + "offset": 11274, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 14105, + "length": 5, + "value": "\"rb+\"" + } + ] +} \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos.private.swiftinterface b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos.private.swiftinterface new file mode 100644 index 0000000..04f9cb7 --- /dev/null +++ b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos.private.swiftinterface @@ -0,0 +1,1482 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-tvos13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine +import Compression +import CoreFoundation +import CoreGraphics +import CoreText +import Foundation +import QuartzCore +import Swift +import SwiftUI +import UIKit +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +import zlib +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { + final public let name: Swift.String + final public let directory: Swift.String + final public let width: Swift.Double + final public let height: Swift.Double + override final public func encode(to encoder: any Swift.Encoder) throws + @objc deinit +} +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} +extension QuartzCore.CALayer { + @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) +} +public protocol AnimationFontProvider { + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? +} +final public class DefaultFontProvider : Lottie.AnimationFontProvider { + public init() + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? + @objc deinit +} +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} +public enum LottieAnimationCache { + public static var shared: (any Lottie.AnimationCacheProvider)? +} +public class DefaultAnimationCache : Lottie.AnimationCacheProvider { + public init() + public static let sharedCache: Lottie.DefaultAnimationCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? + public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +public class FilepathImageProvider : Lottie.AnimationImageProvider { + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { + func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String +} +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? + final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init() + final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { + case type2d + case type3d + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws + public init(dictionary: [Swift.String : Any]) throws + final public let startFrame: Lottie.AnimationFrameTime + final public let endFrame: Lottie.AnimationFrameTime + final public let framerate: Swift.Double + final public var markerNames: [Swift.String] { + get + } + @objc deinit + final public func encode(to encoder: any Swift.Encoder) throws +} +extension UIKit.UIColor { + public var lottieColorValue: Lottie.LottieColor { + get + } +} +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { + func animation(forKey: Swift.String) -> Lottie.LottieAnimation? + func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) + func clearCache() +} +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { + required public init(from decoder: any Swift.Decoder) throws + final public let id: Swift.String + @objc deinit + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { +} +final public class SizeValueProvider { + public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +infix operator +| : DefaultPrecedence +infix operator +- : DefaultPrecedence +@objc final public class CompatibleAnimation : ObjectiveC.NSObject { + @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) + @objc deinit +} +@objc public enum CompatibleRenderingEngineOption : Swift.Int { + case shared + case defaultEngine + case automatic + case mainThread + case coreAnimation + public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) + @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) + @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public func play() + @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func stop() + @objc @_Concurrency.MainActor(unsafe) final public func pause() + @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() + @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() + @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc deinit +} +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat +public enum ColorFormatDenominator : Swift.Hashable { + case One + case OneHundred + case TwoFiftyFive + public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct LottieColor : Swift.Hashable { + public var r: Swift.Double + public var g: Swift.Double + public var b: Swift.Double + public var a: Swift.Double + public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +final public class ColorValueProvider { + public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) + public init(_ color: Lottie.LottieColor) + public init(_ keyframes: [Lottie.Keyframe]) + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor + final public var color: Lottie.LottieColor { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} +public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { + public init(keypath: Swift.String) + public init(stringLiteral: Swift.String) + public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias StringLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public var hashValue: Swift.Int { + get + } +} +public struct LottieConfiguration : Swift.Hashable { + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) + public static var shared: Lottie.LottieConfiguration + public var renderingEngine: Lottie.RenderingEngineOption + public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption + public var colorSpace: CoreGraphics.CGColorSpace + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { + get + } + public var sizeValue: CoreFoundation.CGSize { + get + } +} +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { + get + } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode +} +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieAnimationView { + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit +} +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event +public protocol AnyValueProvider { + var valueType: any Any.Type { get } + var typeErasedStorage: Lottie.AnyValueProviderStorage { get } + func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool +} +extension Lottie.AnyValueProvider { + public func value(frame: Lottie.AnimationFrameTime) -> Any +} +public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { + case singleValue(T) + case keyframes([Lottie.Keyframe]) + case closure((Lottie.AnimationFrameTime) -> T) +} +public enum AnyValueProviderStorage { + case singleValue(Any) + case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) + case closure((Lottie.AnimationFrameTime) -> Any) +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { + public init(_ value: Swift.Double) + public let value: Swift.Double + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { + public let x: Swift.Double + public let y: Swift.Double + public let z: Swift.Double + public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottieBackgroundBehavior { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior + public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum LottieLoopMode : Swift.Hashable { + case playOnce + case loop + case autoReverse + case `repeat`(Swift.Float) + case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieLoopMode : Swift.Equatable { + public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { + get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { + get + set + } + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @objc deinit +} +public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") + case invalidFileFormat + @available(*, deprecated, message: "Unused") + case invalidData + @available(*, deprecated, message: "Unused") + case animationNotAvailable +} +final public class FloatValueProvider { + public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} +@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { + @objc public init(keypath: Swift.String) + @objc public init(keys: [Swift.String]) + final public let animationKeypath: Lottie.AnimationKeypath + @objc deinit +} +extension Lottie.LottieColor : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.DotLottieFile { + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } + #if compiler(>=5.3) && $AsyncAwait + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile + #endif +} +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { + func file(forKey: Swift.String) -> Lottie.DotLottieFile? + func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) + func clearCache() +} +extension Lottie.LottieAnimation { + public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void + final public var duration: Foundation.TimeInterval { + get + } + final public var bounds: CoreFoundation.CGRect { + get + } + final public var size: CoreFoundation.CGSize { + get + } + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) + final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime + final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime + final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval + final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime +} +extension Foundation.Bundle : @unchecked Swift.Sendable { +} +public enum LayerType : Swift.Int, Swift.Codable { + case precomp + case solid + case image + case null + case shape + case text + case unknown + public init(from decoder: any Swift.Decoder) throws + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum MatteType : Swift.Int, Swift.Codable { + case none + case add + case invert + case unknown + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum BlendMode : Swift.Int, Swift.Codable { + case normal + case multiply + case screen + case overlay + case darken + case lighten + case colorDodge + case colorBurn + case hardLight + case softLight + case difference + case exclusion + case hue + case saturation + case color + case luminosity + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public class DotLottieCache : Lottie.DotLottieCacheProvider { + public init() + public static let sharedCache: Lottie.DotLottieCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? + public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} +final public class GradientValueProvider { + public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) + public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] + final public var colors: [Lottie.LottieColor] { + get + set + } + final public var locations: [Swift.Double] { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { + get + } +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int +} +public class BundleImageProvider : Lottie.AnimationImageProvider { + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } + @objc deinit +} +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} +final public class LottieLogger { + public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in + // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assert(condition(), message(), file: file, line: line) + }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in + // If we default to `Swift.assertionFailure` directly with + // `assertionFailure: AssertionFailure = Swift.assertionFailure`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assertionFailure(message(), file: file, line: line) + }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in + }, info: @escaping Lottie.LottieLogger.Info = { message in + }) + public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void + public static var shared: Lottie.LottieLogger + final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func info(_ message: @autoclosure () -> Swift.String = String()) + @objc deinit +} +extension Lottie.LottieLogger { + public static var printToConsole: Lottie.LottieLogger { + get + } +} +@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") +public typealias LRUAnimationCache = Lottie.DefaultAnimationCache +final public class PointValueProvider { + public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} +final public class Keyframe { + public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + final public let value: T + final public let time: Lottie.AnimationFrameTime + final public let isHold: Swift.Bool + final public let inTangent: Lottie.LottieVector2D? + final public let outTangent: Lottie.LottieVector2D? + final public let spatialInTangent: Lottie.LottieVector3D? + final public let spatialOutTangent: Lottie.LottieVector3D? + @objc deinit +} +extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { + public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool +} +extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { + final public func hash(into hasher: inout Swift.Hasher) + final public var hashValue: Swift.Int { + get + } +} +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} +public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } + func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +public protocol Interpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +public protocol AnyInterpolatable { + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.Interpolatable { + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.SpatialInterpolatable { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Swift.Double : Lottie.Interpolatable { +} +extension CoreFoundation.CGFloat : Lottie.Interpolatable { +} +extension Swift.Float : Lottie.Interpolatable { +} +extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect +} +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize +} +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint +} +extension Lottie.LottieColor : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor +} +extension Lottie.LottieVector1D : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D +} +extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D +} +extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D +} +extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? +} +extension Lottie.LottieButton : SwiftUI.View {} +extension Lottie.CoordinateSpace : Swift.Equatable {} +extension Lottie.CoordinateSpace : Swift.Hashable {} +extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} +extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} +extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} +extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} +extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} +extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LayerType : Swift.Equatable {} +extension Lottie.LayerType : Swift.Hashable {} +extension Lottie.LayerType : Swift.RawRepresentable {} +extension Lottie.MatteType : Swift.Equatable {} +extension Lottie.MatteType : Swift.Hashable {} +extension Lottie.MatteType : Swift.RawRepresentable {} +extension Lottie.BlendMode : Swift.Equatable {} +extension Lottie.BlendMode : Swift.Hashable {} +extension Lottie.BlendMode : Swift.RawRepresentable {} +extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} +extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos.swiftdoc b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos.swiftdoc index 21be644..e02a23e 100644 Binary files a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos.swiftdoc and b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos.swiftdoc differ diff --git a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos.swiftinterface b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos.swiftinterface index 3e984f7..04f9cb7 100644 --- a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos.swiftinterface +++ b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos.swiftinterface @@ -1,6 +1,8 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target arm64-apple-tvos11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-tvos13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine import Compression import CoreFoundation import CoreGraphics @@ -8,30 +10,174 @@ import CoreText import Foundation import QuartzCore import Swift +import SwiftUI import UIKit import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims import zlib @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { final public let name: Swift.String final public let directory: Swift.String final public let width: Swift.Double final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws + override final public func encode(to encoder: any Swift.Encoder) throws @objc deinit } +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} extension QuartzCore.CALayer { @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) } public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? } final public class DefaultFontProvider : Lottie.AnimationFontProvider { public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? @objc deinit } +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? + public static var shared: (any Lottie.AnimationCacheProvider)? } public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public init() @@ -45,26 +191,82 @@ public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) @objc deinit } +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } -public protocol AnimationTextProvider : AnyObject { +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String } -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String @objc deinit } -final public class DefaultTextProvider : Lottie.AnimationTextProvider { +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init() final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String @objc deinit } -public enum CoordinateSpace : Swift.Int, Swift.Codable { +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { case type2d case type3d public init?(rawValue: Swift.Int) @@ -73,8 +275,8 @@ public enum CoordinateSpace : Swift.Int, Swift.Codable { get } } -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws public init(dictionary: [Swift.String : Any]) throws final public let startFrame: Lottie.AnimationFrameTime final public let endFrame: Lottie.AnimationFrameTime @@ -83,42 +285,184 @@ final public class LottieAnimation : Swift.Codable { get } @objc deinit - final public func encode(to encoder: Swift.Encoder) throws + final public func encode(to encoder: any Swift.Encoder) throws } extension UIKit.UIColor { public var lottieColorValue: Lottie.LottieColor { get } } -public protocol AnimationCacheProvider : AnyObject { +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { func animation(forKey: Swift.String) -> Lottie.LottieAnimation? func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) func clearCache() } -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} @_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws + required public init(from decoder: any Swift.Decoder) throws final public let id: Swift.String @objc deinit - public func encode(to encoder: Swift.Encoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { } final public class SizeValueProvider { public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} infix operator +| : DefaultPrecedence infix operator +- : DefaultPrecedence @objc final public class CompatibleAnimation : ObjectiveC.NSObject { @@ -138,6 +482,18 @@ infix operator +- : DefaultPrecedence get } } +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) @@ -145,45 +501,49 @@ infix operator +- : DefaultPrecedence @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) override final public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set } @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { @objc get } @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { @objc get } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { @objc get } - @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { @objc get @objc set } @@ -194,30 +554,38 @@ infix operator +- : DefaultPrecedence @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { @objc get } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } @objc @_Concurrency.MainActor(unsafe) final public func play() @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreGraphics.CGFloat, toProgress: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreGraphics.CGFloat, toFrame: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func stop() @objc @_Concurrency.MainActor(unsafe) final public func pause() @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGRect - @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGPoint - @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat @objc deinit } -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat public enum ColorFormatDenominator : Swift.Hashable { case One case OneHundred @@ -244,24 +612,33 @@ final public class ColorValueProvider { public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) public init(_ color: Lottie.LottieColor) public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor final public var color: Lottie.LottieColor { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { public init(keypath: Swift.String) public init(stringLiteral: Swift.String) public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool public typealias ExtendedGraphemeClusterLiteralType = Swift.String @@ -272,10 +649,11 @@ public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLitera } } public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) public static var shared: Lottie.LottieConfiguration public var renderingEngine: Lottie.RenderingEngineOption public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption public var colorSpace: CoreGraphics.CGColorSpace public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool @@ -283,87 +661,184 @@ public struct LottieConfiguration : Swift.Hashable { get } } -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { get } } -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws } -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { get } - public var description: Swift.String { + public var sizeValue: CoreFoundation.CGSize { get } - public typealias RawValue = Swift.String } -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { get } - public var description: Swift.String { +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { get } - public typealias RawValue = Swift.String + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode } -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool public var hashValue: Swift.Int { get } } -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { +extension Lottie.LottieAnimationView { + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { get + set } - public var sizeValue: CoreGraphics.CGSize { + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { get + set } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit } -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit } +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event public protocol AnyValueProvider { - var valueType: Any.Type { get } + var valueType: any Any.Type { get } var typeErasedStorage: Lottie.AnyValueProviderStorage { get } func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool } @@ -380,7 +855,37 @@ public enum AnyValueProviderStorage { case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) case closure((Lottie.AnimationFrameTime) -> Any) } -public struct LottieVector1D : Swift.Hashable { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { public init(_ value: Swift.Double) public let value: Swift.Double public func hash(into hasher: inout Swift.Hasher) @@ -389,7 +894,7 @@ public struct LottieVector1D : Swift.Hashable { get } } -public struct LottieVector3D : Swift.Hashable { +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { public let x: Swift.Double public let y: Swift.Double public let z: Swift.Double @@ -413,187 +918,180 @@ public enum LottieBackgroundBehavior { get } } -public enum LottieLoopMode { +public enum LottieLoopMode : Swift.Hashable { case playOnce case loop case autoReverse case `repeat`(Swift.Float) case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } } extension Lottie.LottieLoopMode : Swift.Equatable { public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool } -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { get set } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { get set } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { get set } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { get set } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { get set } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { get } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { get } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { get set } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { get set } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { get set } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { get set } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { get } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { get } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { get set } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { get set } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { get } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : UIKit.UIControl { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) open func animationDidSet() - @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView - @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { get - set } - @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: UIKit.UIControl.State) - @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @objc deinit } public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") case invalidFileFormat + @available(*, deprecated, message: "Unused") case invalidData + @available(*, deprecated, message: "Unused") case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } } final public class FloatValueProvider { public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} @objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { @objc public init(keypath: Swift.String) @objc public init(keys: [Swift.String]) @@ -601,40 +1099,40 @@ final public class FloatValueProvider { @objc deinit } extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws } extension Lottie.DotLottieFile { - + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) } -public protocol DotLottieCacheProvider { +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { func file(forKey: Swift.String) -> Lottie.DotLottieFile? func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) func clearCache() @@ -644,23 +1142,20 @@ extension Lottie.LottieAnimation { final public var duration: Foundation.TimeInterval { get } - final public var bounds: CoreGraphics.CGRect { + final public var bounds: CoreFoundation.CGRect { get } - final public var size: CoreGraphics.CGSize { + final public var size: CoreFoundation.CGSize { get } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @@ -678,7 +1173,8 @@ public enum LayerType : Swift.Int, Swift.Codable { case null case shape case text - public init(from decoder: Swift.Decoder) throws + case unknown + public init(from decoder: any Swift.Decoder) throws public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { @@ -731,11 +1227,13 @@ public class DotLottieCache : Lottie.DotLottieCacheProvider { public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) @objc deinit } +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} final public class GradientValueProvider { public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] final public var colors: [Lottie.LottieColor] { get set @@ -744,68 +1242,75 @@ final public class GradientValueProvider { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) override open func animationDidSet() - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - public enum CancelBehavior { - case reverse - case none - public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior - @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { get - set } - @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) - @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) - @objc deinit +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int } public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : UIKit.UIView { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set + @objc get + @objc set } @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } @objc deinit } +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} final public class LottieLogger { public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, @@ -839,37 +1344,26 @@ extension Lottie.LottieLogger { } @available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: UIKit.UIControl.Event) - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: UIKit.UIControl.Event) - @objc deinit -} final public class PointValueProvider { public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} final public class Keyframe { public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) @@ -891,70 +1385,89 @@ extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { get } } +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity } public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self } extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Swift.Double : Lottie.Interpolatable { } -extension CoreGraphics.CGFloat : Lottie.Interpolatable { +extension CoreFoundation.CGFloat : Lottie.Interpolatable { } extension Swift.Float : Lottie.Interpolatable { } extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect } -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize } -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint } extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor } extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D } extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D } extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D } extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? } +extension Lottie.LottieButton : SwiftUI.View {} extension Lottie.CoordinateSpace : Swift.Equatable {} extension Lottie.CoordinateSpace : Swift.Hashable {} extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} extension Lottie.LayerType : Swift.Equatable {} extension Lottie.LayerType : Swift.Hashable {} @@ -966,6 +1479,4 @@ extension Lottie.BlendMode : Swift.Equatable {} extension Lottie.BlendMode : Swift.Hashable {} extension Lottie.BlendMode : Swift.RawRepresentable {} extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftdoc b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftdoc deleted file mode 100644 index 21be644..0000000 Binary files a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftinterface b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftinterface deleted file mode 100644 index 3e984f7..0000000 --- a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftinterface +++ /dev/null @@ -1,971 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target arm64-apple-tvos11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import UIKit -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -extension UIKit.UIColor { - public var lottieColorValue: Lottie.LottieColor { - get - } -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -@objc final public class CompatibleAnimation : ObjectiveC.NSObject { - @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) - @objc deinit -} -@objc public enum CompatibleRenderingEngineOption : Swift.Int { - case shared - case defaultEngine - case automatic - case mainThread - case coreAnimation - public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { - @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) - @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) - @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) - @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(frame: CoreGraphics.CGRect) - @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) override final public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public func play() - @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreGraphics.CGFloat, toProgress: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreGraphics.CGFloat, toFrame: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func stop() - @objc @_Concurrency.MainActor(unsafe) final public func pause() - @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() - @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> Any? - @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> UIKit.UIColor? - @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGRect - @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGPoint - @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc deinit -} -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : UIKit.UIControl { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) open func animationDidSet() - @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView - @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: UIKit.UIControl.State) - @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { - @objc public init(keypath: Swift.String) - @objc public init(keys: [Swift.String]) - final public let animationKeypath: Lottie.AnimationKeypath - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) override open func animationDidSet() - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - public enum CancelBehavior { - case reverse - case none - public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior - @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) - @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) - @objc deinit -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: UIKit.UIControl.Event) - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: UIKit.UIControl.Event) - @objc deinit -} -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} -extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} -extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/PrivacyInfo.xcprivacy b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..64e785c --- /dev/null +++ b/ios/platform/Lottie.xcframework/tvos-arm64/Lottie.framework/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyTracking + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + + diff --git a/ios/platform/Lottie.xcframework/tvos-arm64/dSYMs/Lottie.framework.dSYM/Contents/Info.plist b/ios/platform/Lottie.xcframework/tvos-arm64/dSYMs/Lottie.framework.dSYM/Contents/Info.plist new file mode 100644 index 0000000..01e3d47 --- /dev/null +++ b/ios/platform/Lottie.xcframework/tvos-arm64/dSYMs/Lottie.framework.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.com.airbnb.Lottie + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 4.5.0 + CFBundleVersion + 443 + + diff --git a/ios/platform/Lottie.xcframework/tvos-arm64/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie b/ios/platform/Lottie.xcframework/tvos-arm64/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie new file mode 100644 index 0000000..7f21d8d Binary files /dev/null and b/ios/platform/Lottie.xcframework/tvos-arm64/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie differ diff --git a/ios/platform/Lottie.xcframework/tvos-arm64/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml b/ios/platform/Lottie.xcframework/tvos-arm64/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml new file mode 100644 index 0000000..baac5d6 --- /dev/null +++ b/ios/platform/Lottie.xcframework/tvos-arm64/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml @@ -0,0 +1,7812 @@ +--- +triple: 'arm64-apple-darwin' +binary-path: '/Users/runner/Library/Developer/Xcode/DerivedData/Lottie-fxrioqbkappyvraatalsxfpfubmj/Build/Intermediates.noindex/ArchiveIntermediates/Lottie (tvOS)/InstallationBuildProductsLocation/Library/Frameworks/Lottie.framework/Lottie' +relocations: + - { offsetInCU: 0x34, offset: 0x53999, size: 0x8, addend: 0x0, symName: _LottieVersionString, symObjAddr: 0x0, symBinAddr: 0x17EB90, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x539CE, size: 0x8, addend: 0x0, symName: _LottieVersionNumber, symObjAddr: 0x28, symBinAddr: 0x17EBB8, symSize: 0x0 } + - { offsetInCU: 0x3F, offset: 0x53A23, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0x7C, symBinAddr: 0x4064, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x53A37, size: 0x8, addend: 0x0, symName: ___swift_memcpy152_8, symObjAddr: 0x80, symBinAddr: 0x4068, symSize: 0x34 } + - { offsetInCU: 0x67, offset: 0x53A4B, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwet', symObjAddr: 0xB4, symBinAddr: 0x409C, symSize: 0x5C } + - { offsetInCU: 0x7B, offset: 0x53A5F, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwst', symObjAddr: 0x110, symBinAddr: 0x40F8, symSize: 0x78 } + - { offsetInCU: 0x8F, offset: 0x53A73, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwCP', symObjAddr: 0x1C4, symBinAddr: 0x41AC, symSize: 0x30 } + - { offsetInCU: 0xA3, offset: 0x53A87, size: 0x8, addend: 0x0, symName: ___swift_memcpy128_8, symObjAddr: 0x1F4, symBinAddr: 0x41DC, symSize: 0x24 } + - { offsetInCU: 0xB7, offset: 0x53A9B, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwet', symObjAddr: 0x218, symBinAddr: 0x4200, symSize: 0x20 } + - { offsetInCU: 0xCB, offset: 0x53AAF, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwst', symObjAddr: 0x238, symBinAddr: 0x4220, symSize: 0x4C } + - { offsetInCU: 0xDF, offset: 0x53AC3, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0x2AC, symBinAddr: 0x4294, symSize: 0xC } + - { offsetInCU: 0xF3, offset: 0x53AD7, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0x2E4, symBinAddr: 0x42CC, symSize: 0xC } + - { offsetInCU: 0x107, offset: 0x53AEB, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwet', symObjAddr: 0x2F0, symBinAddr: 0x42D8, symSize: 0x20 } + - { offsetInCU: 0x11B, offset: 0x53AFF, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwst', symObjAddr: 0x310, symBinAddr: 0x42F8, symSize: 0x2C } + - { offsetInCU: 0x12F, offset: 0x53B13, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwet', symObjAddr: 0x350, symBinAddr: 0x4338, symSize: 0x20 } + - { offsetInCU: 0x16F, offset: 0x53B53, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE21_overrideSizeThatFits_2in02uiC0ySo6CGSizeVz_7SwiftUI09_ProposedF0VAA0L22UIMeasurementContainerCy7ContentQzGtF', symObjAddr: 0x39C, symBinAddr: 0x4384, symSize: 0x344 } + - { offsetInCU: 0x388, offset: 0x53D6C, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSQWb', symObjAddr: 0xA50, symBinAddr: 0x49B8, symSize: 0x2C } + - { offsetInCU: 0x3A7, offset: 0x53D8B, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0xB40, symBinAddr: 0x4A9C, symSize: 0x2C } + - { offsetInCU: 0x3BB, offset: 0x53D9F, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0xBAC, symBinAddr: 0x4B08, symSize: 0x2C } + - { offsetInCU: 0x3CF, offset: 0x53DB3, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityaSHSCSQWb', symObjAddr: 0x10E8, symBinAddr: 0x5044, symSize: 0x2C } + - { offsetInCU: 0x3E3, offset: 0x53DC7, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSQWb', symObjAddr: 0x1114, symBinAddr: 0x5070, symSize: 0x2C } + - { offsetInCU: 0x3F7, offset: 0x53DDB, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1140, symBinAddr: 0x509C, symSize: 0x2C } + - { offsetInCU: 0x40B, offset: 0x53DEF, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSQWb', symObjAddr: 0x116C, symBinAddr: 0x50C8, symSize: 0x2C } + - { offsetInCU: 0x41F, offset: 0x53E03, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1198, symBinAddr: 0x50F4, symSize: 0x2C } + - { offsetInCU: 0x433, offset: 0x53E17, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSQWb', symObjAddr: 0x11C4, symBinAddr: 0x5120, symSize: 0x2C } + - { offsetInCU: 0x447, offset: 0x53E2B, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x11F0, symBinAddr: 0x514C, symSize: 0x2C } + - { offsetInCU: 0x45B, offset: 0x53E3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE12sizeThatFits_02uiC07contextSo6CGSizeVSg7SwiftUI08ProposedC4SizeV_AA0K22UIMeasurementContainerCy7ContentQzGAJ06UIViewD7ContextVyxGtFTf4nndn_n', symObjAddr: 0x121C, symBinAddr: 0x5178, symSize: 0x8C } + - { offsetInCU: 0x4B8, offset: 0x53E9C, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_0, symObjAddr: 0x1328, symBinAddr: 0x5284, symSize: 0x3C } + - { offsetInCU: 0x4CC, offset: 0x53EB0, size: 0x8, addend: 0x0, symName: '_$sSSSg5label_yp5valuetWOh', symObjAddr: 0x1364, symBinAddr: 0x52C0, symSize: 0x40 } + - { offsetInCU: 0x4E0, offset: 0x53EC4, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x13A4, symBinAddr: 0x5300, symSize: 0x40 } + - { offsetInCU: 0x4F4, offset: 0x53ED8, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x13E4, symBinAddr: 0x5340, symSize: 0x10 } + - { offsetInCU: 0x508, offset: 0x53EEC, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x14B4, symBinAddr: 0x5410, symSize: 0x2C } + - { offsetInCU: 0x51C, offset: 0x53F00, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x14E0, symBinAddr: 0x543C, symSize: 0x2C } + - { offsetInCU: 0x530, offset: 0x53F14, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeaSHSCSQWb', symObjAddr: 0x150C, symBinAddr: 0x5468, symSize: 0x2C } + - { offsetInCU: 0x544, offset: 0x53F28, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1538, symBinAddr: 0x5494, symSize: 0x2C } + - { offsetInCU: 0x558, offset: 0x53F3C, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x1564, symBinAddr: 0x54C0, symSize: 0x2C } + - { offsetInCU: 0x56C, offset: 0x53F50, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1590, symBinAddr: 0x54EC, symSize: 0x2C } + - { offsetInCU: 0x580, offset: 0x53F64, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x15BC, symBinAddr: 0x5518, symSize: 0x2C } + - { offsetInCU: 0x594, offset: 0x53F78, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyaSHSCSQWb', symObjAddr: 0x15E8, symBinAddr: 0x5544, symSize: 0x2C } + - { offsetInCU: 0x5A8, offset: 0x53F8C, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaSHSCSQWb', symObjAddr: 0x1614, symBinAddr: 0x5570, symSize: 0x2C } + - { offsetInCU: 0x634, offset: 0x54018, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x6EC, symBinAddr: 0x46D4, symSize: 0x14 } + - { offsetInCU: 0x674, offset: 0x54058, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x700, symBinAddr: 0x46E8, symSize: 0x18 } + - { offsetInCU: 0x6BA, offset: 0x5409E, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x768, symBinAddr: 0x4704, symSize: 0x14 } + - { offsetInCU: 0x6FA, offset: 0x540DE, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x77C, symBinAddr: 0x4718, symSize: 0x18 } + - { offsetInCU: 0x73A, offset: 0x5411E, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x84C, symBinAddr: 0x47E8, symSize: 0x14 } + - { offsetInCU: 0x77A, offset: 0x5415E, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x860, symBinAddr: 0x47FC, symSize: 0x18 } + - { offsetInCU: 0x7BA, offset: 0x5419E, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x88C, symBinAddr: 0x4828, symSize: 0x14 } + - { offsetInCU: 0x7FA, offset: 0x541DE, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x8A0, symBinAddr: 0x483C, symSize: 0x18 } + - { offsetInCU: 0x882, offset: 0x54266, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH9hashValueSivgTW', symObjAddr: 0x914, symBinAddr: 0x48B0, symSize: 0x44 } + - { offsetInCU: 0x931, offset: 0x54315, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x958, symBinAddr: 0x48F4, symSize: 0x28 } + - { offsetInCU: 0x984, offset: 0x54368, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x980, symBinAddr: 0x491C, symSize: 0x40 } + - { offsetInCU: 0xA10, offset: 0x543F4, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0xA80, symBinAddr: 0x49E8, symSize: 0x14 } + - { offsetInCU: 0xA56, offset: 0x5443A, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xABC, symBinAddr: 0x4A18, symSize: 0x84 } + - { offsetInCU: 0xA72, offset: 0x54456, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xBD8, symBinAddr: 0x4B34, symSize: 0x84 } + - { offsetInCU: 0xA8E, offset: 0x54472, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xDF4, symBinAddr: 0x4D50, symSize: 0x84 } + - { offsetInCU: 0xAAA, offset: 0x5448E, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xEE4, symBinAddr: 0x4E40, symSize: 0x84 } + - { offsetInCU: 0xC0B, offset: 0x545EF, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0xA94, symBinAddr: 0x49FC, symSize: 0x10 } + - { offsetInCU: 0xC27, offset: 0x5460B, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0xAA4, symBinAddr: 0x4A0C, symSize: 0xC } + - { offsetInCU: 0xCC0, offset: 0x546A4, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x7B0, symBinAddr: 0x474C, symSize: 0x3C } + - { offsetInCU: 0xCDC, offset: 0x546C0, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x7EC, symBinAddr: 0x4788, symSize: 0x48 } + - { offsetInCU: 0xCF8, offset: 0x546DC, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xC5C, symBinAddr: 0x4BB8, symSize: 0x3C } + - { offsetInCU: 0xD14, offset: 0x546F8, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC98, symBinAddr: 0x4BF4, symSize: 0x48 } + - { offsetInCU: 0xD30, offset: 0x54714, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xCEC, symBinAddr: 0x4C48, symSize: 0x3C } + - { offsetInCU: 0xD4C, offset: 0x54730, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD28, symBinAddr: 0x4C84, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0x54882, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x56BC, symSize: 0x48 } + - { offsetInCU: 0x70, offset: 0x548A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x5704, symSize: 0x26C } + - { offsetInCU: 0xD8, offset: 0x5490F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2B4, symBinAddr: 0x5970, symSize: 0x41C } + - { offsetInCU: 0x261, offset: 0x54A98, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4nameSSvg', symObjAddr: 0x6D0, symBinAddr: 0x5D8C, symSize: 0x2C } + - { offsetInCU: 0x290, offset: 0x54AC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC9directorySSvg', symObjAddr: 0x6FC, symBinAddr: 0x5DB8, symSize: 0x2C } + - { offsetInCU: 0x2BF, offset: 0x54AF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC5widthSdvg', symObjAddr: 0x728, symBinAddr: 0x5DE4, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x54B23, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6heightSdvg', symObjAddr: 0x730, symBinAddr: 0x5DEC, symSize: 0x8 } + - { offsetInCU: 0x319, offset: 0x54B50, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x738, symBinAddr: 0x5DF4, symSize: 0x21C } + - { offsetInCU: 0x3AB, offset: 0x54BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO8rawValueSSvg', symObjAddr: 0xA40, symBinAddr: 0x60BC, symSize: 0x18 } + - { offsetInCU: 0x3E4, offset: 0x54C1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA58, symBinAddr: 0x60D4, symSize: 0x18 } + - { offsetInCU: 0x412, offset: 0x54C49, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA58, symBinAddr: 0x60D4, symSize: 0x18 } + - { offsetInCU: 0x464, offset: 0x54C9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xA94, symBinAddr: 0x6110, symSize: 0x64 } + - { offsetInCU: 0x4CA, offset: 0x54D01, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xAF8, symBinAddr: 0x6174, symSize: 0x28 } + - { offsetInCU: 0x4E6, offset: 0x54D1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xB20, symBinAddr: 0x619C, symSize: 0x8 } + - { offsetInCU: 0x51C, offset: 0x54D53, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB28, symBinAddr: 0x61A4, symSize: 0x68 } + - { offsetInCU: 0x5A1, offset: 0x54DD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xB90, symBinAddr: 0x620C, symSize: 0xC } + - { offsetInCU: 0x5BD, offset: 0x54DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xB9C, symBinAddr: 0x6218, symSize: 0xC } + - { offsetInCU: 0x5DA, offset: 0x54E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfd', symObjAddr: 0xC14, symBinAddr: 0x6290, symSize: 0x2C } + - { offsetInCU: 0x633, offset: 0x54E6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfD', symObjAddr: 0xC40, symBinAddr: 0x62BC, symSize: 0x34 } + - { offsetInCU: 0x76D, offset: 0x54FA4, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0x994, symBinAddr: 0x6010, symSize: 0x24 } + - { offsetInCU: 0x781, offset: 0x54FB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs0C3KeyAAWl', symObjAddr: 0x9B8, symBinAddr: 0x6034, symSize: 0x44 } + - { offsetInCU: 0x795, offset: 0x54FCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x9FC, symBinAddr: 0x6078, symSize: 0x44 } + - { offsetInCU: 0x7A9, offset: 0x54FE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfE', symObjAddr: 0xBF8, symBinAddr: 0x6274, symSize: 0x1C } + - { offsetInCU: 0x7D6, offset: 0x5500D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCMa', symObjAddr: 0xC74, symBinAddr: 0x62F0, symSize: 0x20 } + - { offsetInCU: 0x7EA, offset: 0x55021, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0xC94, symBinAddr: 0x6310, symSize: 0xC } + - { offsetInCU: 0x7FE, offset: 0x55035, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwet', symObjAddr: 0xCA4, symBinAddr: 0x631C, symSize: 0x90 } + - { offsetInCU: 0x812, offset: 0x55049, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwst', symObjAddr: 0xD34, symBinAddr: 0x63AC, symSize: 0xBC } + - { offsetInCU: 0x826, offset: 0x5505D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwug', symObjAddr: 0xDF0, symBinAddr: 0x6468, symSize: 0x8 } + - { offsetInCU: 0x83A, offset: 0x55071, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwup', symObjAddr: 0xDF8, symBinAddr: 0x6470, symSize: 0x4 } + - { offsetInCU: 0x84E, offset: 0x55085, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwui', symObjAddr: 0xDFC, symBinAddr: 0x6474, symSize: 0x8 } + - { offsetInCU: 0x862, offset: 0x55099, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOMa', symObjAddr: 0xE04, symBinAddr: 0x647C, symSize: 0x10 } + - { offsetInCU: 0x876, offset: 0x550AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASQWb', symObjAddr: 0xE14, symBinAddr: 0x648C, symSize: 0x4 } + - { offsetInCU: 0x88A, offset: 0x550C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAESQAAWl', symObjAddr: 0xE18, symBinAddr: 0x6490, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x550D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE5C, symBinAddr: 0x64D4, symSize: 0x4 } + - { offsetInCU: 0x8B2, offset: 0x550E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE60, symBinAddr: 0x64D8, symSize: 0x44 } + - { offsetInCU: 0x8C6, offset: 0x550FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xEA4, symBinAddr: 0x651C, symSize: 0x4 } + - { offsetInCU: 0x8DA, offset: 0x55111, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xEA8, symBinAddr: 0x6520, symSize: 0x44 } + - { offsetInCU: 0x8EE, offset: 0x55125, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0xEEC, symBinAddr: 0x6564, symSize: 0x20 } + - { offsetInCU: 0x902, offset: 0x55139, size: 0x8, addend: 0x0, symName: '_$ss7Decoder_pWOc', symObjAddr: 0xF0C, symBinAddr: 0x6584, symSize: 0x44 } + - { offsetInCU: 0x916, offset: 0x5514D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10dataString7optionsACSgSS_AcDE0B14URLReadOptionsVtcfC', symObjAddr: 0xF50, symBinAddr: 0x65C8, symSize: 0x498 } + - { offsetInCU: 0xA00, offset: 0x55237, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x13E8, symBinAddr: 0x6A60, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x5528D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOACs0C0AAWl', symObjAddr: 0x14B4, symBinAddr: 0x6B2C, symSize: 0x44 } + - { offsetInCU: 0xA6A, offset: 0x552A1, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0x14F8, symBinAddr: 0x6B70, symSize: 0x3C } + - { offsetInCU: 0xB0C, offset: 0x55343, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA70, symBinAddr: 0x60EC, symSize: 0xC } + - { offsetInCU: 0xB28, offset: 0x5535F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xA7C, symBinAddr: 0x60F8, symSize: 0x8 } + - { offsetInCU: 0xB44, offset: 0x5537B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA84, symBinAddr: 0x6100, symSize: 0x8 } + - { offsetInCU: 0xB60, offset: 0x55397, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA8C, symBinAddr: 0x6108, symSize: 0x8 } + - { offsetInCU: 0xB82, offset: 0x553B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xBA8, symBinAddr: 0x6224, symSize: 0x28 } + - { offsetInCU: 0xB9E, offset: 0x553D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xBD0, symBinAddr: 0x624C, symSize: 0x28 } + - { offsetInCU: 0xBE7, offset: 0x5541E, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTg5', symObjAddr: 0x1468, symBinAddr: 0x6AE0, symSize: 0x4C } + - { offsetInCU: 0x17A, offset: 0x55837, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC11setUpGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x6BAC, symSize: 0x1B8 } + - { offsetInCU: 0x3D0, offset: 0x55A8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1B8, symBinAddr: 0x6D64, symSize: 0x58 } + - { offsetInCU: 0x417, offset: 0x55AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5layerACyp_tcfc', symObjAddr: 0x210, symBinAddr: 0x6DBC, symSize: 0x1B0 } + - { offsetInCU: 0x57A, offset: 0x55C37, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14ShapeItemLayerC0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKF', symObjAddr: 0x4F0, symBinAddr: 0x709C, symSize: 0x288 } + - { offsetInCU: 0xA2A, offset: 0x560E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5group5items0D4Path7contextAcA0B0C_SayAA09ShapeItemC0C0I0VGSaySSGAA0C7ContextVtKcfc', symObjAddr: 0x7BC, symBinAddr: 0x7368, symSize: 0x118 } + - { offsetInCU: 0xA9F, offset: 0x5615C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC05setupC9Hierarchy33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x8D4, symBinAddr: 0x7480, symSize: 0x548 } + - { offsetInCU: 0x126E, offset: 0x5692B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xE1C, symBinAddr: 0x79C8, symSize: 0x70 } + - { offsetInCU: 0x12B5, offset: 0x56972, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5layerACyp_tcfc', symObjAddr: 0xE8C, symBinAddr: 0x7A38, symSize: 0x208 } + - { offsetInCU: 0x1378, offset: 0x56A35, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x10FC, symBinAddr: 0x7CA8, symSize: 0x470 } + - { offsetInCU: 0x14CF, offset: 0x56B8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC03nonB5Items33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x156C, symBinAddr: 0x8118, symSize: 0x17C } + - { offsetInCU: 0x169B, offset: 0x56D58, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC11childGroups33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x16E8, symBinAddr: 0x8294, symSize: 0x17C } + - { offsetInCU: 0x1885, offset: 0x56F42, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCACycfcTo', symObjAddr: 0x2594, symBinAddr: 0x9140, symSize: 0x2C } + - { offsetInCU: 0x197E, offset: 0x5703B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfE', symObjAddr: 0x778, symBinAddr: 0x7324, symSize: 0x10 } + - { offsetInCU: 0x19AB, offset: 0x57068, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfETo', symObjAddr: 0x78C, symBinAddr: 0x7338, symSize: 0x10 } + - { offsetInCU: 0x19DA, offset: 0x57097, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCMa', symObjAddr: 0x79C, symBinAddr: 0x7348, symSize: 0x20 } + - { offsetInCU: 0x1CE2, offset: 0x5739F, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tF', symObjAddr: 0x1864, symBinAddr: 0x8410, symSize: 0xD30 } + - { offsetInCU: 0x396C, offset: 0x59029, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_', symObjAddr: 0x387C, symBinAddr: 0xA428, symSize: 0x634 } + - { offsetInCU: 0x4318, offset: 0x599D5, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_SbycfU3_SbAEXEfU_', symObjAddr: 0x3EB0, symBinAddr: 0xAA5C, symSize: 0x25C } + - { offsetInCU: 0x441C, offset: 0x59AD9, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAlIcfU2_', symObjAddr: 0x410C, symBinAddr: 0xACB8, symSize: 0x54 } + - { offsetInCU: 0x480C, offset: 0x59EC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfE', symObjAddr: 0x25C0, symBinAddr: 0x916C, symSize: 0x5C } + - { offsetInCU: 0x4839, offset: 0x59EF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfETo', symObjAddr: 0x2654, symBinAddr: 0x9200, symSize: 0x68 } + - { offsetInCU: 0x4868, offset: 0x59F25, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCMa', symObjAddr: 0x26BC, symBinAddr: 0x9268, symSize: 0x20 } + - { offsetInCU: 0x48F5, offset: 0x59FB2, size: 0x8, addend: 0x0, symName: '_$sSl6LottieE5split14whereSeparatorSaySay7ElementQzG8grouping_AESg08trailingD0tGSbAEXE_tFSayAA14ShapeItemLayerC0I0VG_Tg5014$sSo7CALayerC6a93E11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14hiJ47C0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKFSbAMXEfU0_Tf1cn_n', symObjAddr: 0x26DC, symBinAddr: 0x9288, symSize: 0x2B0 } + - { offsetInCU: 0x4E5C, offset: 0x5A519, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE13setUpRepeater33_24524B13A39DBE5C7BD85D5BB4776E93LL_5items15parentGroupPath7contextyAC0E0C_SayAC14ShapeItemLayerC0T0VGSaySSGAC0U7ContextVtKF', symObjAddr: 0x298C, symBinAddr: 0x9538, symSize: 0x3C4 } + - { offsetInCU: 0x55F9, offset: 0x5ACB6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_', symObjAddr: 0x2D50, symBinAddr: 0x98FC, symSize: 0x448 } + - { offsetInCU: 0x5B2E, offset: 0x5B1EB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_', symObjAddr: 0x3198, symBinAddr: 0x9D44, symSize: 0x44 } + - { offsetInCU: 0x5B78, offset: 0x5B235, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKF', symObjAddr: 0x31DC, symBinAddr: 0x9D88, symSize: 0x324 } + - { offsetInCU: 0x5E3F, offset: 0x5B4FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_', symObjAddr: 0x3500, symBinAddr: 0xA0AC, symSize: 0x37C } + - { offsetInCU: 0x64B5, offset: 0x5BB72, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5', symObjAddr: 0x4160, symBinAddr: 0xAD0C, symSize: 0x6C } + - { offsetInCU: 0x64C9, offset: 0x5BB86, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5.resume.0', symObjAddr: 0x41CC, symBinAddr: 0xAD78, symSize: 0x2C } + - { offsetInCU: 0x64E1, offset: 0x5BB9E, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5', symObjAddr: 0x41F8, symBinAddr: 0xADA4, symSize: 0x98 } + - { offsetInCU: 0x6557, offset: 0x5BC14, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5.resume.0', symObjAddr: 0x4290, symBinAddr: 0xAE3C, symSize: 0x8 } + - { offsetInCU: 0x6586, offset: 0x5BC43, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4298, symBinAddr: 0xAE44, symSize: 0x13C } + - { offsetInCU: 0x65C6, offset: 0x5BC83, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4298, symBinAddr: 0xAE44, symSize: 0x13C } + - { offsetInCU: 0x65DB, offset: 0x5BC98, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4298, symBinAddr: 0xAE44, symSize: 0x13C } + - { offsetInCU: 0x6897, offset: 0x5BF54, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFTf4nnnnd_n', symObjAddr: 0x4720, symBinAddr: 0xB2CC, symSize: 0x620 } + - { offsetInCU: 0x71C7, offset: 0x5C884, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOy', symObjAddr: 0x4D40, symBinAddr: 0xB8EC, symSize: 0x2C } + - { offsetInCU: 0x71DB, offset: 0x5C898, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOe', symObjAddr: 0x4D6C, symBinAddr: 0xB918, symSize: 0x30 } + - { offsetInCU: 0x71EF, offset: 0x5C8AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOc', symObjAddr: 0x4D9C, symBinAddr: 0xB948, symSize: 0x3C } + - { offsetInCU: 0x7203, offset: 0x5C8C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOh', symObjAddr: 0x4DD8, symBinAddr: 0xB984, symSize: 0x34 } + - { offsetInCU: 0x7217, offset: 0x5C8D4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_TA', symObjAddr: 0x4E0C, symBinAddr: 0xB9B8, symSize: 0x1C } + - { offsetInCU: 0x722B, offset: 0x5C8E8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_TA', symObjAddr: 0x4E28, symBinAddr: 0xB9D4, symSize: 0x18 } + - { offsetInCU: 0x723F, offset: 0x5C8FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_TA', symObjAddr: 0x4E40, symBinAddr: 0xB9EC, symSize: 0x18 } + - { offsetInCU: 0x7253, offset: 0x5C910, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4EF4, symBinAddr: 0xBA60, symSize: 0x8 } + - { offsetInCU: 0x7267, offset: 0x5C924, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4EFC, symBinAddr: 0xBA68, symSize: 0x8 } + - { offsetInCU: 0x727B, offset: 0x5C938, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOAEsAdAWl', symObjAddr: 0x4F48, symBinAddr: 0xBA70, symSize: 0x44 } + - { offsetInCU: 0x728F, offset: 0x5C94C, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGAByxq_GSlsSlRzrlWl', symObjAddr: 0x4F9C, symBinAddr: 0xBAB4, symSize: 0x70 } + - { offsetInCU: 0x72A3, offset: 0x5C960, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGMa', symObjAddr: 0x500C, symBinAddr: 0xBB24, symSize: 0xB8 } + - { offsetInCU: 0x72B7, offset: 0x5C974, size: 0x8, addend: 0x0, symName: '_$s6Lottie21OpacityAnimationModel_pSgWOh', symObjAddr: 0x5184, symBinAddr: 0xBC9C, symSize: 0x40 } + - { offsetInCU: 0x72CB, offset: 0x5C988, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOe', symObjAddr: 0x51C4, symBinAddr: 0xBCDC, symSize: 0x10 } + - { offsetInCU: 0x72DF, offset: 0x5C99C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwCP', symObjAddr: 0x5254, symBinAddr: 0xBD30, symSize: 0x34 } + - { offsetInCU: 0x72F3, offset: 0x5C9B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwxx', symObjAddr: 0x5288, symBinAddr: 0xBD64, symSize: 0x28 } + - { offsetInCU: 0x7307, offset: 0x5C9C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwcp', symObjAddr: 0x52B0, symBinAddr: 0xBD8C, symSize: 0x34 } + - { offsetInCU: 0x731B, offset: 0x5C9D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwca', symObjAddr: 0x52E4, symBinAddr: 0xBDC0, symSize: 0x5C } + - { offsetInCU: 0x732F, offset: 0x5C9EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwta', symObjAddr: 0x534C, symBinAddr: 0xBE1C, symSize: 0x44 } + - { offsetInCU: 0x7343, offset: 0x5CA00, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwet', symObjAddr: 0x5390, symBinAddr: 0xBE60, symSize: 0x48 } + - { offsetInCU: 0x7357, offset: 0x5CA14, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwst', symObjAddr: 0x53D8, symBinAddr: 0xBEA8, symSize: 0x3C } + - { offsetInCU: 0x736B, offset: 0x5CA28, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVMa', symObjAddr: 0x5414, symBinAddr: 0xBEE4, symSize: 0x10 } + - { offsetInCU: 0x747A, offset: 0x5CB37, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AITg5', symObjAddr: 0x3CC, symBinAddr: 0x6F78, symSize: 0x124 } + - { offsetInCU: 0x7B1C, offset: 0x5D1D9, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVsSQRzlE2eeoiySbAByxG_ADtFZ6Lottie8KeyframeCyAE0D8Vector1DVG_Tg5Tf4nnd_n', symObjAddr: 0x43D4, symBinAddr: 0xAF80, symSize: 0x80 } + - { offsetInCU: 0x7BC2, offset: 0x5D27F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AE0D11RenderGroupVTg505$sSa6c4AA14def2C0l13VRszlE17shapeg54Groups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5h12VG05validG0_W37AEG06unusedN0tSb_tFAjIXEfU0_AiEXEfU4_AlJTf1cn_nTf4ngXg_n', symObjAddr: 0x4454, symBinAddr: 0xB000, symSize: 0x140 } + - { offsetInCU: 0x7DD6, offset: 0x5D493, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay6Lottie14ShapeItemLayerC0G0VG_Tg505$sSa6e4AA14fgh2C0l90VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_X29AEG06unusedN0tSb_tFSbAEXEfU4_So5NSSetCTf1cn_nTf4gg_n', symObjAddr: 0x4594, symBinAddr: 0xB140, symSize: 0x18C } + - { offsetInCU: 0x43, offset: 0x5DB8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwCP', symObjAddr: 0x0, symBinAddr: 0xBEFC, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x5DBA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwxx', symObjAddr: 0x30, symBinAddr: 0xBF2C, symSize: 0x38 } + - { offsetInCU: 0x6B, offset: 0x5DBB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwcp', symObjAddr: 0x68, symBinAddr: 0xBF64, symSize: 0x64 } + - { offsetInCU: 0x7F, offset: 0x5DBCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwca', symObjAddr: 0xCC, symBinAddr: 0xBFC8, symSize: 0xA4 } + - { offsetInCU: 0x93, offset: 0x5DBDF, size: 0x8, addend: 0x0, symName: ___swift_memcpy56_8, symObjAddr: 0x170, symBinAddr: 0xC06C, symSize: 0x1C } + - { offsetInCU: 0xA7, offset: 0x5DBF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwta', symObjAddr: 0x18C, symBinAddr: 0xC088, symSize: 0x64 } + - { offsetInCU: 0xBB, offset: 0x5DC07, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwet', symObjAddr: 0x1F0, symBinAddr: 0xC0EC, symSize: 0x48 } + - { offsetInCU: 0xCF, offset: 0x5DC1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwst', symObjAddr: 0x238, symBinAddr: 0xC134, symSize: 0x4C } + - { offsetInCU: 0xE3, offset: 0x5DC2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVMa', symObjAddr: 0x284, symBinAddr: 0xC180, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x5DC61, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueSSvg', symObjAddr: 0x294, symBinAddr: 0xC190, symSize: 0x20 } + - { offsetInCU: 0x164, offset: 0x5DCB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x454, symBinAddr: 0xC350, symSize: 0x14 } + - { offsetInCU: 0x1F3, offset: 0x5DD3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH9hashValueSivgTW', symObjAddr: 0x468, symBinAddr: 0xC364, symSize: 0x44 } + - { offsetInCU: 0x2D6, offset: 0x5DE22, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4AC, symBinAddr: 0xC3A8, symSize: 0x28 } + - { offsetInCU: 0x348, offset: 0x5DE94, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x514, symBinAddr: 0xC410, symSize: 0x8 } + - { offsetInCU: 0x373, offset: 0x5DEBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x51C, symBinAddr: 0xC418, symSize: 0x24 } + - { offsetInCU: 0x3A4, offset: 0x5DEF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x540, symBinAddr: 0xC43C, symSize: 0xC } + - { offsetInCU: 0x3C0, offset: 0x5DF0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x54C, symBinAddr: 0xC448, symSize: 0xC } + - { offsetInCU: 0x3DC, offset: 0x5DF28, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x634, symBinAddr: 0xC530, symSize: 0x1A8 } + - { offsetInCU: 0x422, offset: 0x5DF6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B4, symBinAddr: 0xC1B0, symSize: 0x1A0 } + - { offsetInCU: 0x477, offset: 0x5DFC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5A8, symBinAddr: 0xC4A4, symSize: 0x4C } + - { offsetInCU: 0x4AE, offset: 0x5DFFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5F4, symBinAddr: 0xC4F0, symSize: 0x40 } + - { offsetInCU: 0x4D1, offset: 0x5E01D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x7DC, symBinAddr: 0xC6D8, symSize: 0x2F0 } + - { offsetInCU: 0x524, offset: 0x5E070, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs0D3KeyAAWl', symObjAddr: 0xB30, symBinAddr: 0xC9C8, symSize: 0x44 } + - { offsetInCU: 0x538, offset: 0x5E084, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie03DotA9AnimationVGMa', symObjAddr: 0xB94, symBinAddr: 0xCA0C, symSize: 0x54 } + - { offsetInCU: 0x54C, offset: 0x5E098, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSeAAWl', symObjAddr: 0xBE8, symBinAddr: 0xCA60, symSize: 0x44 } + - { offsetInCU: 0x560, offset: 0x5E0AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSEAAWl', symObjAddr: 0xC90, symBinAddr: 0xCB08, symSize: 0x44 } + - { offsetInCU: 0x574, offset: 0x5E0C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwet', symObjAddr: 0xCE4, symBinAddr: 0xCB4C, symSize: 0x90 } + - { offsetInCU: 0x588, offset: 0x5E0D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwst', symObjAddr: 0xD74, symBinAddr: 0xCBDC, symSize: 0xBC } + - { offsetInCU: 0x59C, offset: 0x5E0E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwug', symObjAddr: 0xE30, symBinAddr: 0xCC98, symSize: 0x8 } + - { offsetInCU: 0x5B0, offset: 0x5E0FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwup', symObjAddr: 0xE38, symBinAddr: 0xCCA0, symSize: 0x4 } + - { offsetInCU: 0x5C4, offset: 0x5E110, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwui', symObjAddr: 0xE3C, symBinAddr: 0xCCA4, symSize: 0x8 } + - { offsetInCU: 0x5D8, offset: 0x5E124, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOMa', symObjAddr: 0xE44, symBinAddr: 0xCCAC, symSize: 0x10 } + - { offsetInCU: 0x5EC, offset: 0x5E138, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASQWb', symObjAddr: 0xE54, symBinAddr: 0xCCBC, symSize: 0x4 } + - { offsetInCU: 0x600, offset: 0x5E14C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFSQAAWl', symObjAddr: 0xE58, symBinAddr: 0xCCC0, symSize: 0x44 } + - { offsetInCU: 0x614, offset: 0x5E160, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE9C, symBinAddr: 0xCD04, symSize: 0x4 } + - { offsetInCU: 0x628, offset: 0x5E174, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xEA0, symBinAddr: 0xCD08, symSize: 0x44 } + - { offsetInCU: 0x63C, offset: 0x5E188, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xEE4, symBinAddr: 0xCD4C, symSize: 0x4 } + - { offsetInCU: 0x650, offset: 0x5E19C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xEE8, symBinAddr: 0xCD50, symSize: 0x44 } + - { offsetInCU: 0x6BE, offset: 0x5E20A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4D4, symBinAddr: 0xC3D0, symSize: 0x40 } + - { offsetInCU: 0x760, offset: 0x5E2AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x558, symBinAddr: 0xC454, symSize: 0x28 } + - { offsetInCU: 0x77C, offset: 0x5E2C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0xC47C, symSize: 0x28 } + - { offsetInCU: 0x92, offset: 0x5E4B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC4, symBinAddr: 0xCE58, symSize: 0x28 } + - { offsetInCU: 0xC3, offset: 0x5E4E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xEC, symBinAddr: 0xCE80, symSize: 0x10 } + - { offsetInCU: 0x10F, offset: 0x5E534, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A4, symBinAddr: 0xCF38, symSize: 0x48 } + - { offsetInCU: 0x134, offset: 0x5E559, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1EC, symBinAddr: 0xCF80, symSize: 0x294 } + - { offsetInCU: 0x19C, offset: 0x5E5C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x480, symBinAddr: 0xD214, symSize: 0x394 } + - { offsetInCU: 0x33A, offset: 0x5E75F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO8rawValueSSvg', symObjAddr: 0x814, symBinAddr: 0xD5A8, symSize: 0x18 } + - { offsetInCU: 0x373, offset: 0x5E798, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0x9EC, symBinAddr: 0xD780, symSize: 0x18 } + - { offsetInCU: 0x3A1, offset: 0x5E7C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0x9EC, symBinAddr: 0xD780, symSize: 0x18 } + - { offsetInCU: 0x3F3, offset: 0x5E818, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xA28, symBinAddr: 0xD7BC, symSize: 0x64 } + - { offsetInCU: 0x459, offset: 0x5E87E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xA8C, symBinAddr: 0xD820, symSize: 0x28 } + - { offsetInCU: 0x475, offset: 0x5E89A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xAB4, symBinAddr: 0xD848, symSize: 0x8 } + - { offsetInCU: 0x4AB, offset: 0x5E8D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xABC, symBinAddr: 0xD850, symSize: 0x68 } + - { offsetInCU: 0x530, offset: 0x5E955, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB24, symBinAddr: 0xD8B8, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x5E971, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB30, symBinAddr: 0xD8C4, symSize: 0xC } + - { offsetInCU: 0x56A, offset: 0x5E98F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC6encode2toys7Encoder_p_tKF', symObjAddr: 0x82C, symBinAddr: 0xD5C0, symSize: 0x1C0 } + - { offsetInCU: 0x5E4, offset: 0x5EA09, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfD', symObjAddr: 0xBA8, symBinAddr: 0xD93C, symSize: 0x34 } + - { offsetInCU: 0x6A3, offset: 0x5EAC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfE', symObjAddr: 0xB8C, symBinAddr: 0xD920, symSize: 0x1C } + - { offsetInCU: 0x6FB, offset: 0x5EB20, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCMa', symObjAddr: 0xBDC, symBinAddr: 0xD970, symSize: 0x20 } + - { offsetInCU: 0x70F, offset: 0x5EB34, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwug', symObjAddr: 0xC14, symBinAddr: 0xD998, symSize: 0x8 } + - { offsetInCU: 0x723, offset: 0x5EB48, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwup', symObjAddr: 0xC1C, symBinAddr: 0xD9A0, symSize: 0x4 } + - { offsetInCU: 0x737, offset: 0x5EB5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwui', symObjAddr: 0xC20, symBinAddr: 0xD9A4, symSize: 0x8 } + - { offsetInCU: 0x74B, offset: 0x5EB70, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOMa', symObjAddr: 0xC28, symBinAddr: 0xD9AC, symSize: 0x10 } + - { offsetInCU: 0x75F, offset: 0x5EB84, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASQWb', symObjAddr: 0xC38, symBinAddr: 0xD9BC, symSize: 0x4 } + - { offsetInCU: 0x773, offset: 0x5EB98, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSQAAWl', symObjAddr: 0xC3C, symBinAddr: 0xD9C0, symSize: 0x44 } + - { offsetInCU: 0x787, offset: 0x5EBAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSYAAWl', symObjAddr: 0xC80, symBinAddr: 0xDA04, symSize: 0x44 } + - { offsetInCU: 0x79B, offset: 0x5EBC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs0C3KeyAAWl', symObjAddr: 0xD28, symBinAddr: 0xDA48, symSize: 0x44 } + - { offsetInCU: 0x7AF, offset: 0x5EBD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSEAAWl', symObjAddr: 0xD6C, symBinAddr: 0xDA8C, symSize: 0x44 } + - { offsetInCU: 0x7C3, offset: 0x5EBE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGMa', symObjAddr: 0xDB0, symBinAddr: 0xDAD0, symSize: 0x54 } + - { offsetInCU: 0x7D7, offset: 0x5EBFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSEAAWl', symObjAddr: 0xE04, symBinAddr: 0xDB24, symSize: 0x44 } + - { offsetInCU: 0x7EB, offset: 0x5EC10, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSeAAWl', symObjAddr: 0xE48, symBinAddr: 0xDB68, symSize: 0x44 } + - { offsetInCU: 0x7FF, offset: 0x5EC24, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSeAAWl', symObjAddr: 0xEF0, symBinAddr: 0xDC10, symSize: 0x44 } + - { offsetInCU: 0xDEB, offset: 0x5F210, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector3DV_GTg5', symObjAddr: 0xF78, symBinAddr: 0xDC54, symSize: 0x238 } + - { offsetInCU: 0xF4C, offset: 0x5F371, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAL_GTg5', symObjAddr: 0x11B0, symBinAddr: 0xDE8C, symSize: 0x240 } + - { offsetInCU: 0x108B, offset: 0x5F4B0, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x13F0, symBinAddr: 0xE0CC, symSize: 0x238 } + - { offsetInCU: 0x11CA, offset: 0x5F5EF, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x1628, symBinAddr: 0xE304, symSize: 0x240 } + - { offsetInCU: 0x1309, offset: 0x5F72E, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x1868, symBinAddr: 0xE544, symSize: 0x238 } + - { offsetInCU: 0x1448, offset: 0x5F86D, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x1AA0, symBinAddr: 0xE77C, symSize: 0x240 } + - { offsetInCU: 0x1587, offset: 0x5F9AC, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1CE0, symBinAddr: 0xE9BC, symSize: 0x238 } + - { offsetInCU: 0x16C6, offset: 0x5FAEB, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1F18, symBinAddr: 0xEBF4, symSize: 0x240 } + - { offsetInCU: 0x1805, offset: 0x5FC2A, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x2158, symBinAddr: 0xEE34, symSize: 0x238 } + - { offsetInCU: 0x1944, offset: 0x5FD69, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x2390, symBinAddr: 0xF06C, symSize: 0x240 } + - { offsetInCU: 0x1A83, offset: 0x5FEA8, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x25D0, symBinAddr: 0xF2AC, symSize: 0x238 } + - { offsetInCU: 0x1BC2, offset: 0x5FFE7, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x2808, symBinAddr: 0xF4E4, symSize: 0x240 } + - { offsetInCU: 0x1D01, offset: 0x60126, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0x2A48, symBinAddr: 0xF724, symSize: 0x40 } + - { offsetInCU: 0x1DEE, offset: 0x60213, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4gd_n', symObjAddr: 0x2ACC, symBinAddr: 0xF764, symSize: 0x540 } + - { offsetInCU: 0x28D3, offset: 0x60CF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4nd_n', symObjAddr: 0x300C, symBinAddr: 0xFCA4, symSize: 0x778 } + - { offsetInCU: 0x2ECE, offset: 0x612F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4gd_n', symObjAddr: 0x3784, symBinAddr: 0x1041C, symSize: 0x5AC } + - { offsetInCU: 0x329E, offset: 0x616C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x3D30, symBinAddr: 0x109C8, symSize: 0x7C0 } + - { offsetInCU: 0x37E1, offset: 0x61C06, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0x455C, symBinAddr: 0x111A8, symSize: 0x48 } + - { offsetInCU: 0x391D, offset: 0x61D42, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4gd_n', symObjAddr: 0x45C8, symBinAddr: 0x11214, symSize: 0x538 } + - { offsetInCU: 0x3D71, offset: 0x62196, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4nd_n', symObjAddr: 0x4B00, symBinAddr: 0x1174C, symSize: 0x7DC } + - { offsetInCU: 0x43A7, offset: 0x627CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4gd_n', symObjAddr: 0x52DC, symBinAddr: 0x11F28, symSize: 0x59C } + - { offsetInCU: 0x4783, offset: 0x62BA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4nd_n', symObjAddr: 0x5878, symBinAddr: 0x124C4, symSize: 0x7CC } + - { offsetInCU: 0x4DA0, offset: 0x631C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4gd_n', symObjAddr: 0x6044, symBinAddr: 0x12C90, symSize: 0x4D0 } + - { offsetInCU: 0x520E, offset: 0x63633, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4nd_n', symObjAddr: 0x6514, symBinAddr: 0x13160, symSize: 0x7BC } + - { offsetInCU: 0x588C, offset: 0x63CB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4gd_n', symObjAddr: 0x6CD0, symBinAddr: 0x1391C, symSize: 0x4E8 } + - { offsetInCU: 0x5CF5, offset: 0x6411A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4nd_n', symObjAddr: 0x71B8, symBinAddr: 0x13E04, symSize: 0x784 } + - { offsetInCU: 0x624E, offset: 0x64673, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOwup', symObjAddr: 0x7B60, symBinAddr: 0x147AC, symSize: 0x4 } + - { offsetInCU: 0x6262, offset: 0x64687, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOMa', symObjAddr: 0x7B64, symBinAddr: 0x147B0, symSize: 0x10 } + - { offsetInCU: 0x6276, offset: 0x6469B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASQWb', symObjAddr: 0x7B74, symBinAddr: 0x147C0, symSize: 0x4 } + - { offsetInCU: 0x628A, offset: 0x646AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFSQAAWl', symObjAddr: 0x7B78, symBinAddr: 0x147C4, symSize: 0x44 } + - { offsetInCU: 0x629E, offset: 0x646C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x7BBC, symBinAddr: 0x14808, symSize: 0x4 } + - { offsetInCU: 0x62B2, offset: 0x646D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x7BC0, symBinAddr: 0x1480C, symSize: 0x44 } + - { offsetInCU: 0x62C6, offset: 0x646EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x7C04, symBinAddr: 0x14850, symSize: 0x4 } + - { offsetInCU: 0x62DA, offset: 0x646FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x7C08, symBinAddr: 0x14854, symSize: 0x44 } + - { offsetInCU: 0x630E, offset: 0x64733, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xCD94, symSize: 0x14 } + - { offsetInCU: 0x639F, offset: 0x647C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xCDA8, symSize: 0x44 } + - { offsetInCU: 0x6477, offset: 0x6489C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xCDEC, symSize: 0x2C } + - { offsetInCU: 0x64F3, offset: 0x64918, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x84, symBinAddr: 0xCE18, symSize: 0x40 } + - { offsetInCU: 0x659F, offset: 0x649C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFC, symBinAddr: 0xCE90, symSize: 0x5C } + - { offsetInCU: 0x65C2, offset: 0x649E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x158, symBinAddr: 0xCEEC, symSize: 0x4C } + - { offsetInCU: 0x6626, offset: 0x64A4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA04, symBinAddr: 0xD798, symSize: 0xC } + - { offsetInCU: 0x6642, offset: 0x64A67, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA10, symBinAddr: 0xD7A4, symSize: 0x8 } + - { offsetInCU: 0x665E, offset: 0x64A83, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA18, symBinAddr: 0xD7AC, symSize: 0x8 } + - { offsetInCU: 0x667A, offset: 0x64A9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA20, symBinAddr: 0xD7B4, symSize: 0x8 } + - { offsetInCU: 0x669C, offset: 0x64AC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB3C, symBinAddr: 0xD8D0, symSize: 0x28 } + - { offsetInCU: 0x66B8, offset: 0x64ADD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB64, symBinAddr: 0xD8F8, symSize: 0x28 } + - { offsetInCU: 0x50, offset: 0x65341, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLSSvpZ', symObjAddr: 0xEAB0, symBinAddr: 0x1E9988, symSize: 0x0 } + - { offsetInCU: 0x7A1, offset: 0x65A92, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1060, symBinAddr: 0x15900, symSize: 0xB8 } + - { offsetInCU: 0x7D3, offset: 0x65AC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x1140, symBinAddr: 0x159E0, symSize: 0xF8 } + - { offsetInCU: 0x7E7, offset: 0x65AD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1238, symBinAddr: 0x15AD8, symSize: 0x88 } + - { offsetInCU: 0x805, offset: 0x65AF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x12C0, symBinAddr: 0x15B60, symSize: 0x66C } + - { offsetInCU: 0x970, offset: 0x65C61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x192C, symBinAddr: 0x161CC, symSize: 0x50 } + - { offsetInCU: 0x9A4, offset: 0x65C95, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0x197C, symBinAddr: 0x1621C, symSize: 0x30 } + - { offsetInCU: 0xA78, offset: 0x65D69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfc', symObjAddr: 0x19AC, symBinAddr: 0x1624C, symSize: 0x590 } + - { offsetInCU: 0xBC7, offset: 0x65EB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1F3C, symBinAddr: 0x167DC, symSize: 0x4C } + - { offsetInCU: 0xBE3, offset: 0x65ED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1F88, symBinAddr: 0x16828, symSize: 0x1E4 } + - { offsetInCU: 0xC2E, offset: 0x65F1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x216C, symBinAddr: 0x16A0C, symSize: 0x24 } + - { offsetInCU: 0xC6A, offset: 0x65F5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF', symObjAddr: 0x2190, symBinAddr: 0x16A30, symSize: 0x1C4 } + - { offsetInCU: 0xD75, offset: 0x66066, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x2354, symBinAddr: 0x16BF4, symSize: 0x29C } + - { offsetInCU: 0x107E, offset: 0x6636F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x25F0, symBinAddr: 0x16E90, symSize: 0x2B0 } + - { offsetInCU: 0x1326, offset: 0x66617, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x28A0, symBinAddr: 0x17140, symSize: 0x508 } + - { offsetInCU: 0x17B9, offset: 0x66AAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x2DA8, symBinAddr: 0x17648, symSize: 0x238 } + - { offsetInCU: 0x194C, offset: 0x66C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x2FE0, symBinAddr: 0x17880, symSize: 0x260 } + - { offsetInCU: 0x1BC1, offset: 0x66EB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_', symObjAddr: 0x3240, symBinAddr: 0x17AE0, symSize: 0xA4 } + - { offsetInCU: 0x1CD1, offset: 0x66FC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4stopyyF', symObjAddr: 0x32E4, symBinAddr: 0x17B84, symSize: 0xE8 } + - { offsetInCU: 0x1D7B, offset: 0x6706C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pauseyyF', symObjAddr: 0x33CC, symBinAddr: 0x17C6C, symSize: 0x2C } + - { offsetInCU: 0x1F27, offset: 0x67218, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x33F8, symBinAddr: 0x17C98, symSize: 0x360 } + - { offsetInCU: 0x217C, offset: 0x6746D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF', symObjAddr: 0x3758, symBinAddr: 0x17FF8, symSize: 0x38 } + - { offsetInCU: 0x24E9, offset: 0x677DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF', symObjAddr: 0x3790, symBinAddr: 0x18030, symSize: 0x438 } + - { offsetInCU: 0x2920, offset: 0x67C11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0x3BC8, symBinAddr: 0x18468, symSize: 0xF8 } + - { offsetInCU: 0x2A3A, offset: 0x67D2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x3DFC, symBinAddr: 0x1869C, symSize: 0x68 } + - { offsetInCU: 0x2A86, offset: 0x67D77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x3ECC, symBinAddr: 0x1876C, symSize: 0x48 } + - { offsetInCU: 0x2AF2, offset: 0x67DE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs', symObjAddr: 0x4074, symBinAddr: 0x18914, symSize: 0x5C } + - { offsetInCU: 0x2B1B, offset: 0x67E0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM', symObjAddr: 0x40D0, symBinAddr: 0x18970, symSize: 0x44 } + - { offsetInCU: 0x2B4C, offset: 0x67E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM.resume.0', symObjAddr: 0x4114, symBinAddr: 0x189B4, symSize: 0x4 } + - { offsetInCU: 0x2BA6, offset: 0x67E97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvW', symObjAddr: 0x41BC, symBinAddr: 0x18A5C, symSize: 0x138 } + - { offsetInCU: 0x2C87, offset: 0x67F78, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x42F4, symBinAddr: 0x18B94, symSize: 0x50 } + - { offsetInCU: 0x2CA6, offset: 0x67F97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x4344, symBinAddr: 0x18BE4, symSize: 0x98 } + - { offsetInCU: 0x2CCF, offset: 0x67FC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x43DC, symBinAddr: 0x18C7C, symSize: 0x70 } + - { offsetInCU: 0x2D00, offset: 0x67FF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x444C, symBinAddr: 0x18CEC, symSize: 0xF4 } + - { offsetInCU: 0x2D44, offset: 0x68035, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg', symObjAddr: 0x4540, symBinAddr: 0x18DE0, symSize: 0x30 } + - { offsetInCU: 0x2DCF, offset: 0x680C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x462C, symBinAddr: 0x18ECC, symSize: 0xAC } + - { offsetInCU: 0x2E30, offset: 0x68121, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM', symObjAddr: 0x46D8, symBinAddr: 0x18F78, symSize: 0x58 } + - { offsetInCU: 0x2E61, offset: 0x68152, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x4730, symBinAddr: 0x18FD0, symSize: 0xA0 } + - { offsetInCU: 0x2F69, offset: 0x6825A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x47D0, symBinAddr: 0x19070, symSize: 0x1B8 } + - { offsetInCU: 0x31DE, offset: 0x684CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x4988, symBinAddr: 0x19228, symSize: 0x14 } + - { offsetInCU: 0x322C, offset: 0x6851D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x499C, symBinAddr: 0x1923C, symSize: 0x34 } + - { offsetInCU: 0x328A, offset: 0x6857B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x49D0, symBinAddr: 0x19270, symSize: 0x18 } + - { offsetInCU: 0x32F1, offset: 0x685E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg', symObjAddr: 0x4A18, symBinAddr: 0x192B8, symSize: 0x48 } + - { offsetInCU: 0x3310, offset: 0x68601, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs', symObjAddr: 0x4A60, symBinAddr: 0x19300, symSize: 0x24 } + - { offsetInCU: 0x3324, offset: 0x68615, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM', symObjAddr: 0x4A84, symBinAddr: 0x19324, symSize: 0x58 } + - { offsetInCU: 0x33B5, offset: 0x686A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x4ADC, symBinAddr: 0x1937C, symSize: 0xEC } + - { offsetInCU: 0x3422, offset: 0x68713, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x4DB8, symBinAddr: 0x19658, symSize: 0x34 } + - { offsetInCU: 0x3436, offset: 0x68727, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x4DEC, symBinAddr: 0x1968C, symSize: 0x58 } + - { offsetInCU: 0x34A7, offset: 0x68798, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x4E44, symBinAddr: 0x196E4, symSize: 0xB8 } + - { offsetInCU: 0x3537, offset: 0x68828, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x4F10, symBinAddr: 0x197B0, symSize: 0x190 } + - { offsetInCU: 0x35CC, offset: 0x688BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x50A0, symBinAddr: 0x19940, symSize: 0x58 } + - { offsetInCU: 0x35FD, offset: 0x688EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x50F8, symBinAddr: 0x19998, symSize: 0x170 } + - { offsetInCU: 0x3679, offset: 0x6896A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x52F8, symBinAddr: 0x19B98, symSize: 0x4C } + - { offsetInCU: 0x3698, offset: 0x68989, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x5344, symBinAddr: 0x19BE4, symSize: 0x24 } + - { offsetInCU: 0x36AC, offset: 0x6899D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x5368, symBinAddr: 0x19C08, symSize: 0x58 } + - { offsetInCU: 0x36FD, offset: 0x689EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x53C0, symBinAddr: 0x19C60, symSize: 0xAC } + - { offsetInCU: 0x3765, offset: 0x68A56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x54E8, symBinAddr: 0x19D88, symSize: 0xD4 } + - { offsetInCU: 0x37DD, offset: 0x68ACE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x55BC, symBinAddr: 0x19E5C, symSize: 0x58 } + - { offsetInCU: 0x380E, offset: 0x68AFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x5614, symBinAddr: 0x19EB4, symSize: 0xA4 } + - { offsetInCU: 0x38A3, offset: 0x68B94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs', symObjAddr: 0x5738, symBinAddr: 0x19FD8, symSize: 0x70 } + - { offsetInCU: 0x3927, offset: 0x68C18, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM', symObjAddr: 0x57A8, symBinAddr: 0x1A048, symSize: 0x58 } + - { offsetInCU: 0x3958, offset: 0x68C49, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x5800, symBinAddr: 0x1A0A0, symSize: 0x58 } + - { offsetInCU: 0x39BF, offset: 0x68CB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg', symObjAddr: 0x5858, symBinAddr: 0x1A0F8, symSize: 0x174 } + - { offsetInCU: 0x3A57, offset: 0x68D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x5A2C, symBinAddr: 0x1A2CC, symSize: 0x54 } + - { offsetInCU: 0x3A76, offset: 0x68D67, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x5A80, symBinAddr: 0x1A320, symSize: 0x5C } + - { offsetInCU: 0x3ABC, offset: 0x68DAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x5ADC, symBinAddr: 0x1A37C, symSize: 0x48 } + - { offsetInCU: 0x3B0D, offset: 0x68DFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x5B3C, symBinAddr: 0x1A3DC, symSize: 0x54 } + - { offsetInCU: 0x3B4F, offset: 0x68E40, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x5B90, symBinAddr: 0x1A430, symSize: 0x48 } + - { offsetInCU: 0x3B80, offset: 0x68E71, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x5BE4, symBinAddr: 0x1A484, symSize: 0x214 } + - { offsetInCU: 0x3D2D, offset: 0x6901E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x5DF8, symBinAddr: 0x1A698, symSize: 0xFC } + - { offsetInCU: 0x3E8C, offset: 0x6917D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x5EF4, symBinAddr: 0x1A794, symSize: 0x34 } + - { offsetInCU: 0x3EBD, offset: 0x691AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x5F28, symBinAddr: 0x1A7C8, symSize: 0x24 } + - { offsetInCU: 0x3EEA, offset: 0x691DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvs', symObjAddr: 0x5F4C, symBinAddr: 0x1A7EC, symSize: 0x218 } + - { offsetInCU: 0x4097, offset: 0x69388, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvg', symObjAddr: 0x6164, symBinAddr: 0x1AA04, symSize: 0xE4 } + - { offsetInCU: 0x412F, offset: 0x69420, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM', symObjAddr: 0x6248, symBinAddr: 0x1AAE8, symSize: 0x34 } + - { offsetInCU: 0x4160, offset: 0x69451, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM.resume.0', symObjAddr: 0x627C, symBinAddr: 0x1AB1C, symSize: 0x24 } + - { offsetInCU: 0x418D, offset: 0x6947E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x6330, symBinAddr: 0x1ABD0, symSize: 0xE8 } + - { offsetInCU: 0x420F, offset: 0x69500, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x6418, symBinAddr: 0x1ACB8, symSize: 0x88 } + - { offsetInCU: 0x4247, offset: 0x69538, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x64A0, symBinAddr: 0x1AD40, symSize: 0xAC } + - { offsetInCU: 0x42A8, offset: 0x69599, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x654C, symBinAddr: 0x1ADEC, symSize: 0x190 } + - { offsetInCU: 0x4333, offset: 0x69624, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x66DC, symBinAddr: 0x1AF7C, symSize: 0xEC } + - { offsetInCU: 0x43BD, offset: 0x696AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x67C8, symBinAddr: 0x1B068, symSize: 0x94 } + - { offsetInCU: 0x44F4, offset: 0x697E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x68A8, symBinAddr: 0x1B148, symSize: 0x54 } + - { offsetInCU: 0x453A, offset: 0x6982B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x68FC, symBinAddr: 0x1B19C, symSize: 0x48 } + - { offsetInCU: 0x45B8, offset: 0x698A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs', symObjAddr: 0x6A40, symBinAddr: 0x1B2E0, symSize: 0xA4 } + - { offsetInCU: 0x4619, offset: 0x6990A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM', symObjAddr: 0x6AE4, symBinAddr: 0x1B384, symSize: 0x58 } + - { offsetInCU: 0x464A, offset: 0x6993B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x6B3C, symBinAddr: 0x1B3DC, symSize: 0xA0 } + - { offsetInCU: 0x4692, offset: 0x69983, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x6BDC, symBinAddr: 0x1B47C, symSize: 0xA0 } + - { offsetInCU: 0x476E, offset: 0x69A5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x6D54, symBinAddr: 0x1B5F4, symSize: 0x8C } + - { offsetInCU: 0x47CD, offset: 0x69ABE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x6DE0, symBinAddr: 0x1B680, symSize: 0x58 } + - { offsetInCU: 0x47FE, offset: 0x69AEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x6E38, symBinAddr: 0x1B6D8, symSize: 0x7C } + - { offsetInCU: 0x484E, offset: 0x69B3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x6EB4, symBinAddr: 0x1B754, symSize: 0x9C } + - { offsetInCU: 0x48B9, offset: 0x69BAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x6F50, symBinAddr: 0x1B7F0, symSize: 0xCC } + - { offsetInCU: 0x49CA, offset: 0x69CBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12reloadImagesyyF', symObjAddr: 0x701C, symBinAddr: 0x1B8BC, symSize: 0x80 } + - { offsetInCU: 0x4A02, offset: 0x69CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x709C, symBinAddr: 0x1B93C, symSize: 0x80 } + - { offsetInCU: 0x4A5A, offset: 0x69D4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x711C, symBinAddr: 0x1B9BC, symSize: 0x158 } + - { offsetInCU: 0x4B10, offset: 0x69E01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x7274, symBinAddr: 0x1BB14, symSize: 0xC8 } + - { offsetInCU: 0x4B7A, offset: 0x69E6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x733C, symBinAddr: 0x1BBDC, symSize: 0xC8 } + - { offsetInCU: 0x4BE4, offset: 0x69ED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x7404, symBinAddr: 0x1BCA4, symSize: 0x80 } + - { offsetInCU: 0x4C2E, offset: 0x69F1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x7484, symBinAddr: 0x1BD24, symSize: 0x84 } + - { offsetInCU: 0x4C98, offset: 0x69F89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x7508, symBinAddr: 0x1BDA8, symSize: 0x1E0 } + - { offsetInCU: 0x4D59, offset: 0x6A04A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x76E8, symBinAddr: 0x1BF88, symSize: 0x188 } + - { offsetInCU: 0x4E1A, offset: 0x6A10B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x7870, symBinAddr: 0x1C110, symSize: 0x160 } + - { offsetInCU: 0x4FE8, offset: 0x6A2D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x79D0, symBinAddr: 0x1C270, symSize: 0x94 } + - { offsetInCU: 0x5063, offset: 0x6A354, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7A64, symBinAddr: 0x1C304, symSize: 0xF0 } + - { offsetInCU: 0x5147, offset: 0x6A438, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7B54, symBinAddr: 0x1C3F4, symSize: 0xF0 } + - { offsetInCU: 0x521D, offset: 0x6A50E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF', symObjAddr: 0x7C44, symBinAddr: 0x1C4E4, symSize: 0xD0 } + - { offsetInCU: 0x52C5, offset: 0x6A5B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF', symObjAddr: 0x7D14, symBinAddr: 0x1C5B4, symSize: 0xAC } + - { offsetInCU: 0x5338, offset: 0x6A629, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVF', symObjAddr: 0x7DC0, symBinAddr: 0x1C660, symSize: 0x158 } + - { offsetInCU: 0x5387, offset: 0x6A678, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_', symObjAddr: 0x7F18, symBinAddr: 0x1C7B8, symSize: 0x80 } + - { offsetInCU: 0x53CC, offset: 0x6A6BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014updateInFlightB0yyF', symObjAddr: 0x7F98, symBinAddr: 0x1C838, symSize: 0x27C } + - { offsetInCU: 0x5614, offset: 0x6A905, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC24updateRasterizationStateyyF', symObjAddr: 0x8214, symBinAddr: 0x1CAB4, symSize: 0x1F0 } + - { offsetInCU: 0x574C, offset: 0x6AA3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x8404, symBinAddr: 0x1CCA4, symSize: 0x130 } + - { offsetInCU: 0x5877, offset: 0x6AB68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04makebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL11usingEngineyAA09RenderingP6OptionO_tF', symObjAddr: 0x8534, symBinAddr: 0x1CDD4, symSize: 0x644 } + - { offsetInCU: 0x5C5E, offset: 0x6AF4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014makeMainThreadbC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0efbC0CAA0aB0C_tF', symObjAddr: 0x8B78, symBinAddr: 0x1D418, symSize: 0x1A4 } + - { offsetInCU: 0x5D73, offset: 0x6B064, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tF', symObjAddr: 0x8D1C, symBinAddr: 0x1D5BC, symSize: 0x240 } + - { offsetInCU: 0x5ECB, offset: 0x6B1BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_', symObjAddr: 0x8F5C, symBinAddr: 0x1D7FC, symSize: 0x20C } + - { offsetInCU: 0x61D8, offset: 0x6B4C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tF', symObjAddr: 0x9168, symBinAddr: 0x1DA08, symSize: 0x314 } + - { offsetInCU: 0x6383, offset: 0x6B674, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_', symObjAddr: 0x947C, symBinAddr: 0x1DD1C, symSize: 0x5C } + - { offsetInCU: 0x63C2, offset: 0x6B6B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGF', symObjAddr: 0x957C, symBinAddr: 0x1DE1C, symSize: 0x2E8 } + - { offsetInCU: 0x666B, offset: 0x6B95C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_', symObjAddr: 0x9864, symBinAddr: 0x1E104, symSize: 0x1D4 } + - { offsetInCU: 0x684C, offset: 0x6BB3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB11IfNecessary33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x9A38, symBinAddr: 0x1E2D8, symSize: 0x18C } + - { offsetInCU: 0x6AD5, offset: 0x6BDC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06addNewB10ForContext33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA0bG0VF', symObjAddr: 0x9BC4, symBinAddr: 0x1E464, symSize: 0xBF0 } + - { offsetInCU: 0x73F9, offset: 0x6C6EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19reducedMotionMarker33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLAA0F0CSgvg', symObjAddr: 0xA7D4, symBinAddr: 0x1F074, symSize: 0x138 } + - { offsetInCU: 0x74C8, offset: 0x6C7B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA03DotA4FileC0B0VF', symObjAddr: 0xA90C, symBinAddr: 0x1F1AC, symSize: 0x100 } + - { offsetInCU: 0x75C7, offset: 0x6C8B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC017playReducedMotionB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL10completionyySbcSg_tF', symObjAddr: 0xAA0C, symBinAddr: 0x1F2AC, symSize: 0x124 } + - { offsetInCU: 0x76E4, offset: 0x6C9D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfC', symObjAddr: 0xAB30, symBinAddr: 0x1F3D0, symSize: 0x20 } + - { offsetInCU: 0x7702, offset: 0x6C9F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfc', symObjAddr: 0xAB50, symBinAddr: 0x1F3F0, symSize: 0x2C } + - { offsetInCU: 0x7765, offset: 0x6CA56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfcTo', symObjAddr: 0xAB7C, symBinAddr: 0x1F41C, symSize: 0x2C } + - { offsetInCU: 0x77CC, offset: 0x6CABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfD', symObjAddr: 0xABA8, symBinAddr: 0x1F448, symSize: 0x30 } + - { offsetInCU: 0x77F9, offset: 0x6CAEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0xB81C, symBinAddr: 0x200BC, symSize: 0x4F4 } + - { offsetInCU: 0x7969, offset: 0x6CC5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfCTfq4nneennn_nTf4nnngnnn_n', symObjAddr: 0xC038, symBinAddr: 0x208D8, symSize: 0xDC } + - { offsetInCU: 0x79B0, offset: 0x6CCA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0xC2A8, symBinAddr: 0x20B08, symSize: 0x3FC } + - { offsetInCU: 0x7AAA, offset: 0x6CD9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvsTf4gn_n', symObjAddr: 0xCA58, symBinAddr: 0x212B8, symSize: 0x100 } + - { offsetInCU: 0x7B39, offset: 0x6CE2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0xCB78, symBinAddr: 0x213D8, symSize: 0xE4 } + - { offsetInCU: 0x7BB1, offset: 0x6CEA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0xCDC4, symBinAddr: 0x21624, symSize: 0xD0 } + - { offsetInCU: 0x7C51, offset: 0x6CF42, size: 0x8, addend: 0x0, symName: ___swift_mutable_project_boxed_opaque_existential_1, symObjAddr: 0x1118, symBinAddr: 0x159B8, symSize: 0x28 } + - { offsetInCU: 0x7F75, offset: 0x6D266, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTK', symObjAddr: 0x3CC0, symBinAddr: 0x18560, symSize: 0x6C } + - { offsetInCU: 0x7FA2, offset: 0x6D293, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTk', symObjAddr: 0x3D2C, symBinAddr: 0x185CC, symSize: 0xD0 } + - { offsetInCU: 0x8032, offset: 0x6D323, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvpACTk', symObjAddr: 0x3E64, symBinAddr: 0x18704, symSize: 0x68 } + - { offsetInCU: 0x8068, offset: 0x6D359, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTK', symObjAddr: 0x3F14, symBinAddr: 0x187B4, symSize: 0x94 } + - { offsetInCU: 0x8095, offset: 0x6D386, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTk', symObjAddr: 0x3FA8, symBinAddr: 0x18848, symSize: 0xB8 } + - { offsetInCU: 0x80CD, offset: 0x6D3BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x4118, symBinAddr: 0x189B8, symSize: 0xA4 } + - { offsetInCU: 0x810E, offset: 0x6D3FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x4570, symBinAddr: 0x18E10, symSize: 0xB0 } + - { offsetInCU: 0x8253, offset: 0x6D544, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvpACTk', symObjAddr: 0x49E8, symBinAddr: 0x19288, symSize: 0x30 } + - { offsetInCU: 0x8280, offset: 0x6D571, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x4BC8, symBinAddr: 0x19468, symSize: 0x94 } + - { offsetInCU: 0x82AD, offset: 0x6D59E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x4C5C, symBinAddr: 0x194FC, symSize: 0x88 } + - { offsetInCU: 0x82DA, offset: 0x6D5CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x4CE4, symBinAddr: 0x19584, symSize: 0x60 } + - { offsetInCU: 0x82F2, offset: 0x6D5E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x5268, symBinAddr: 0x19B08, symSize: 0x54 } + - { offsetInCU: 0x831F, offset: 0x6D610, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x52BC, symBinAddr: 0x19B5C, symSize: 0x3C } + - { offsetInCU: 0x834C, offset: 0x6D63D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x56B8, symBinAddr: 0x19F58, symSize: 0x74 } + - { offsetInCU: 0x83BC, offset: 0x6D6AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x59CC, symBinAddr: 0x1A26C, symSize: 0x60 } + - { offsetInCU: 0x8561, offset: 0x6D852, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x62A0, symBinAddr: 0x1AB40, symSize: 0x90 } + - { offsetInCU: 0x859D, offset: 0x6D88E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvpACTk', symObjAddr: 0x698C, symBinAddr: 0x1B22C, symSize: 0xA8 } + - { offsetInCU: 0x85EE, offset: 0x6D8DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x6C7C, symBinAddr: 0x1B51C, symSize: 0x8C } + - { offsetInCU: 0x8A5F, offset: 0x6DD50, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LL_WZ', symObjAddr: 0xA7B4, symBinAddr: 0x1F054, symSize: 0x20 } + - { offsetInCU: 0x8B1A, offset: 0x6DE0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfETo', symObjAddr: 0xABD8, symBinAddr: 0x1F478, symSize: 0x11C } + - { offsetInCU: 0x8B5F, offset: 0x6DE50, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0xACF4, symBinAddr: 0x1F594, symSize: 0x64 } + - { offsetInCU: 0x8BB7, offset: 0x6DEA8, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xAD58, symBinAddr: 0x1F5F8, symSize: 0x58 } + - { offsetInCU: 0x8C63, offset: 0x6DF54, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xADB0, symBinAddr: 0x1F650, symSize: 0x34 } + - { offsetInCU: 0x8CBB, offset: 0x6DFAC, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSi_Tg5', symObjAddr: 0xADE4, symBinAddr: 0x1F684, symSize: 0x38 } + - { offsetInCU: 0x8D08, offset: 0x6DFF9, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xAE1C, symBinAddr: 0x1F6BC, symSize: 0x30 } + - { offsetInCU: 0x8D56, offset: 0x6E047, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xAE4C, symBinAddr: 0x1F6EC, symSize: 0xAC } + - { offsetInCU: 0x8E5A, offset: 0x6E14B, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xAEF8, symBinAddr: 0x1F798, symSize: 0x30 } + - { offsetInCU: 0x8E87, offset: 0x6E178, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0xAFB8, symBinAddr: 0x1F858, symSize: 0xE0 } + - { offsetInCU: 0x8EC6, offset: 0x6E1B7, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xB098, symBinAddr: 0x1F938, symSize: 0x9C } + - { offsetInCU: 0x8F28, offset: 0x6E219, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xB134, symBinAddr: 0x1F9D4, symSize: 0x98 } + - { offsetInCU: 0x8F60, offset: 0x6E251, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xB1CC, symBinAddr: 0x1FA6C, symSize: 0x120 } + - { offsetInCU: 0x8FA6, offset: 0x6E297, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xB2EC, symBinAddr: 0x1FB8C, symSize: 0x18C } + - { offsetInCU: 0x90A8, offset: 0x6E399, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xB514, symBinAddr: 0x1FDB4, symSize: 0xC4 } + - { offsetInCU: 0x9159, offset: 0x6E44A, size: 0x8, addend: 0x0, symName: '_$ss32_copyCollectionToContiguousArrayys0dE0Vy7ElementQzGxSlRzlFs0E5SliceVySSG_Tg5', symObjAddr: 0xB74C, symBinAddr: 0x1FFEC, symSize: 0xD0 } + - { offsetInCU: 0x92CA, offset: 0x6E5BB, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_n', symObjAddr: 0xBD10, symBinAddr: 0x205B0, symSize: 0x15C } + - { offsetInCU: 0x936C, offset: 0x6E65D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_n', symObjAddr: 0xBE6C, symBinAddr: 0x2070C, symSize: 0xB4 } + - { offsetInCU: 0x944F, offset: 0x6E740, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOc', symObjAddr: 0xC114, symBinAddr: 0x209B4, symSize: 0x48 } + - { offsetInCU: 0x9463, offset: 0x6E754, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOh', symObjAddr: 0xC19C, symBinAddr: 0x209FC, symSize: 0x40 } + - { offsetInCU: 0x9477, offset: 0x6E768, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOc', symObjAddr: 0xC1DC, symBinAddr: 0x20A3C, symSize: 0x3C } + - { offsetInCU: 0x948B, offset: 0x6E77C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCMa', symObjAddr: 0xC218, symBinAddr: 0x20A78, symSize: 0x20 } + - { offsetInCU: 0x949F, offset: 0x6E790, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOh', symObjAddr: 0xC238, symBinAddr: 0x20A98, symSize: 0x34 } + - { offsetInCU: 0x94B3, offset: 0x6E7A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVSgWOe', symObjAddr: 0xC26C, symBinAddr: 0x20ACC, symSize: 0x3C } + - { offsetInCU: 0x9503, offset: 0x6E7F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOe', symObjAddr: 0xC6A4, symBinAddr: 0x20F04, symSize: 0x20 } + - { offsetInCU: 0x9517, offset: 0x6E808, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOe', symObjAddr: 0xC6C4, symBinAddr: 0x20F24, symSize: 0x88 } + - { offsetInCU: 0x952B, offset: 0x6E81C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOe', symObjAddr: 0xC74C, symBinAddr: 0x20FAC, symSize: 0x18 } + - { offsetInCU: 0x953F, offset: 0x6E830, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOe', symObjAddr: 0xC764, symBinAddr: 0x20FC4, symSize: 0x58 } + - { offsetInCU: 0x958A, offset: 0x6E87B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_TA', symObjAddr: 0xC8EC, symBinAddr: 0x2114C, symSize: 0xC } + - { offsetInCU: 0x959E, offset: 0x6E88F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOy', symObjAddr: 0xC8F8, symBinAddr: 0x21158, symSize: 0x18 } + - { offsetInCU: 0x95B2, offset: 0x6E8A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOy', symObjAddr: 0xC910, symBinAddr: 0x21170, symSize: 0x20 } + - { offsetInCU: 0x95C6, offset: 0x6E8B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOy', symObjAddr: 0xC930, symBinAddr: 0x21190, symSize: 0x8C } + - { offsetInCU: 0x95DA, offset: 0x6E8CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOy', symObjAddr: 0xC9BC, symBinAddr: 0x2121C, symSize: 0x60 } + - { offsetInCU: 0x95EE, offset: 0x6E8DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOf', symObjAddr: 0xCA1C, symBinAddr: 0x2127C, symSize: 0x3C } + - { offsetInCU: 0x9602, offset: 0x6E8F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOy', symObjAddr: 0xCB58, symBinAddr: 0x213B8, symSize: 0x10 } + - { offsetInCU: 0x9616, offset: 0x6E907, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOe', symObjAddr: 0xCB68, symBinAddr: 0x213C8, symSize: 0x10 } + - { offsetInCU: 0x962A, offset: 0x6E91B, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_1, symObjAddr: 0xCC5C, symBinAddr: 0x214BC, symSize: 0x168 } + - { offsetInCU: 0x963E, offset: 0x6E92F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerCMa', symObjAddr: 0xDE80, symBinAddr: 0x226E0, symSize: 0x3C } + - { offsetInCU: 0x9652, offset: 0x6E943, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_TA', symObjAddr: 0xDEBC, symBinAddr: 0x2271C, symSize: 0x8 } + - { offsetInCU: 0x9666, offset: 0x6E957, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xDEC4, symBinAddr: 0x22724, symSize: 0x8 } + - { offsetInCU: 0x967A, offset: 0x6E96B, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0xDECC, symBinAddr: 0x2272C, symSize: 0x48 } + - { offsetInCU: 0x968E, offset: 0x6E97F, size: 0x8, addend: 0x0, symName: '_$sSaySSGMa', symObjAddr: 0xDF14, symBinAddr: 0x22774, symSize: 0x54 } + - { offsetInCU: 0x96A2, offset: 0x6E993, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFSSyXEfu_TA', symObjAddr: 0xDF68, symBinAddr: 0x227C8, symSize: 0x18 } + - { offsetInCU: 0x96B6, offset: 0x6E9A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xDF80, symBinAddr: 0x227E0, symSize: 0x8 } + - { offsetInCU: 0x96CA, offset: 0x6E9BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xDF88, symBinAddr: 0x227E8, symSize: 0x8 } + - { offsetInCU: 0x96DE, offset: 0x6E9CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xDF90, symBinAddr: 0x227F0, symSize: 0x7C } + - { offsetInCU: 0x9763, offset: 0x6EA54, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SbyXEfu_TA', symObjAddr: 0xE00C, symBinAddr: 0x2286C, symSize: 0x14 } + - { offsetInCU: 0x97F7, offset: 0x6EAE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_TA', symObjAddr: 0xE020, symBinAddr: 0x22880, symSize: 0x8 } + - { offsetInCU: 0x980B, offset: 0x6EAFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xE028, symBinAddr: 0x22888, symSize: 0x8 } + - { offsetInCU: 0x981F, offset: 0x6EB10, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xE030, symBinAddr: 0x22890, symSize: 0x8 } + - { offsetInCU: 0x9833, offset: 0x6EB24, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyxq___GSHRzr0_lWOe', symObjAddr: 0xE038, symBinAddr: 0x22898, symSize: 0x10 } + - { offsetInCU: 0x9847, offset: 0x6EB38, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0xE0EC, symBinAddr: 0x22910, symSize: 0x8 } + - { offsetInCU: 0x9866, offset: 0x6EB57, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0xE0F4, symBinAddr: 0x22918, symSize: 0x28 } + - { offsetInCU: 0x989A, offset: 0x6EB8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOytIegnnr_AcEIeggn_TRTA', symObjAddr: 0xE11C, symBinAddr: 0x22940, symSize: 0x4C } + - { offsetInCU: 0x98CE, offset: 0x6EBBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOIeggn_AcEytIegnnr_TRTA', symObjAddr: 0xE168, symBinAddr: 0x2298C, symSize: 0x24 } + - { offsetInCU: 0x98F7, offset: 0x6EBE8, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0xE18C, symBinAddr: 0x229B0, symSize: 0x3C } + - { offsetInCU: 0x990B, offset: 0x6EBFC, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOh', symObjAddr: 0xE1C8, symBinAddr: 0x229EC, symSize: 0x34 } + - { offsetInCU: 0x991F, offset: 0x6EC10, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_1, symObjAddr: 0xE1FC, symBinAddr: 0x22A20, symSize: 0x3C } + - { offsetInCU: 0x9933, offset: 0x6EC24, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOb', symObjAddr: 0xE238, symBinAddr: 0x22A5C, symSize: 0x18 } + - { offsetInCU: 0x9947, offset: 0x6EC38, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_TA', symObjAddr: 0xE274, symBinAddr: 0x22A98, symSize: 0x8 } + - { offsetInCU: 0x995B, offset: 0x6EC4C, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xE27C, symBinAddr: 0x22AA0, symSize: 0x10 } + - { offsetInCU: 0x996F, offset: 0x6EC60, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xE28C, symBinAddr: 0x22AB0, symSize: 0x8 } + - { offsetInCU: 0x9983, offset: 0x6EC74, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOd', symObjAddr: 0xE294, symBinAddr: 0x22AB8, symSize: 0x3C } + - { offsetInCU: 0x9997, offset: 0x6EC88, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOe', symObjAddr: 0xE2D0, symBinAddr: 0x22AF4, symSize: 0x38 } + - { offsetInCU: 0x99AB, offset: 0x6EC9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOc', symObjAddr: 0xE308, symBinAddr: 0x22B2C, symSize: 0x3C } + - { offsetInCU: 0x99BF, offset: 0x6ECB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV3key_AA16AnyValueProvider_p5valuetSgWOb', symObjAddr: 0xE344, symBinAddr: 0x22B68, symSize: 0x48 } + - { offsetInCU: 0x99F2, offset: 0x6ECE3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x148A0, symSize: 0x64 } + - { offsetInCU: 0x9A81, offset: 0x6ED72, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x64, symBinAddr: 0x14904, symSize: 0x64 } + - { offsetInCU: 0x9B10, offset: 0x6EE01, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0xC8, symBinAddr: 0x14968, symSize: 0x64 } + - { offsetInCU: 0x9B9F, offset: 0x6EE90, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x12C, symBinAddr: 0x149CC, symSize: 0x84 } + - { offsetInCU: 0x9C2E, offset: 0x6EF1F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1B0, symBinAddr: 0x14A50, symSize: 0x84 } + - { offsetInCU: 0x9CBD, offset: 0x6EFAE, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8MaskModeO_Tg5', symObjAddr: 0x234, symBinAddr: 0x14AD4, symSize: 0x64 } + - { offsetInCU: 0x9D4C, offset: 0x6F03D, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x298, symBinAddr: 0x14B38, symSize: 0x64 } + - { offsetInCU: 0x9DDB, offset: 0x6F0CC, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x2FC, symBinAddr: 0x14B9C, symSize: 0x84 } + - { offsetInCU: 0x9E6A, offset: 0x6F15B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x380, symBinAddr: 0x14C20, symSize: 0x64 } + - { offsetInCU: 0x9EF9, offset: 0x6F1EA, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x3E4, symBinAddr: 0x14C84, symSize: 0x88 } + - { offsetInCU: 0x9F54, offset: 0x6F245, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x46C, symBinAddr: 0x14D0C, symSize: 0x84 } + - { offsetInCU: 0x9FE3, offset: 0x6F2D4, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x4F0, symBinAddr: 0x14D90, symSize: 0x64 } + - { offsetInCU: 0xA072, offset: 0x6F363, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x554, symBinAddr: 0x14DF4, symSize: 0x84 } + - { offsetInCU: 0xA101, offset: 0x6F3F2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x5D8, symBinAddr: 0x14E78, symSize: 0x84 } + - { offsetInCU: 0xA190, offset: 0x6F481, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x65C, symBinAddr: 0x14EFC, symSize: 0x84 } + - { offsetInCU: 0xA21F, offset: 0x6F510, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x6E0, symBinAddr: 0x14F80, symSize: 0x64 } + - { offsetInCU: 0xA2AE, offset: 0x6F59F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x744, symBinAddr: 0x14FE4, symSize: 0xEC } + - { offsetInCU: 0xA336, offset: 0x6F627, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x830, symBinAddr: 0x150D0, symSize: 0x84 } + - { offsetInCU: 0xA3C5, offset: 0x6F6B6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x8B4, symBinAddr: 0x15154, symSize: 0x64 } + - { offsetInCU: 0xA454, offset: 0x6F745, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x918, symBinAddr: 0x151B8, symSize: 0xB4 } + - { offsetInCU: 0xA4A7, offset: 0x6F798, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x9CC, symBinAddr: 0x1526C, symSize: 0x64 } + - { offsetInCU: 0xA536, offset: 0x6F827, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xA30, symBinAddr: 0x152D0, symSize: 0x64 } + - { offsetInCU: 0xA5C5, offset: 0x6F8B6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0xA94, symBinAddr: 0x15334, symSize: 0x64 } + - { offsetInCU: 0xA620, offset: 0x6F911, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xAFC, symBinAddr: 0x1539C, symSize: 0x84 } + - { offsetInCU: 0xA6AF, offset: 0x6F9A0, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xB80, symBinAddr: 0x15420, symSize: 0x64 } + - { offsetInCU: 0xA73E, offset: 0x6FA2F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xBE4, symBinAddr: 0x15484, symSize: 0x84 } + - { offsetInCU: 0xA7CD, offset: 0x6FABE, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xC68, symBinAddr: 0x15508, symSize: 0x64 } + - { offsetInCU: 0xA85C, offset: 0x6FB4D, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xD34, symBinAddr: 0x155D4, symSize: 0x64 } + - { offsetInCU: 0xA8EB, offset: 0x6FBDC, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie06EffectC0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xD98, symBinAddr: 0x15638, symSize: 0x64 } + - { offsetInCU: 0xA946, offset: 0x6FC37, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xDFC, symBinAddr: 0x1569C, symSize: 0x64 } + - { offsetInCU: 0xA9A1, offset: 0x6FC92, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xE60, symBinAddr: 0x15700, symSize: 0x64 } + - { offsetInCU: 0xA9FC, offset: 0x6FCED, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xEC4, symBinAddr: 0x15764, symSize: 0x64 } + - { offsetInCU: 0xAA8B, offset: 0x6FD7C, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xF28, symBinAddr: 0x157C8, symSize: 0x64 } + - { offsetInCU: 0xAB1A, offset: 0x6FE0B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xF8C, symBinAddr: 0x1582C, symSize: 0x60 } + - { offsetInCU: 0xAB75, offset: 0x6FE66, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0xFEC, symBinAddr: 0x1588C, symSize: 0x74 } + - { offsetInCU: 0xB0C2, offset: 0x703B3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xBF20, symBinAddr: 0x207C0, symSize: 0x8 } + - { offsetInCU: 0xB0DE, offset: 0x703CF, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie13DiscriminatorO_Tg5Tf4dd_n', symObjAddr: 0xBF28, symBinAddr: 0x207C8, symSize: 0x8 } + - { offsetInCU: 0xB0FA, offset: 0x703EB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4dd_n', symObjAddr: 0xBF30, symBinAddr: 0x207D0, symSize: 0x8 } + - { offsetInCU: 0xB116, offset: 0x70407, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4dd_n', symObjAddr: 0xBF38, symBinAddr: 0x207D8, symSize: 0x8 } + - { offsetInCU: 0xB132, offset: 0x70423, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4dd_n', symObjAddr: 0xBF40, symBinAddr: 0x207E0, symSize: 0x8 } + - { offsetInCU: 0xB14E, offset: 0x7043F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4dd_n', symObjAddr: 0xBF48, symBinAddr: 0x207E8, symSize: 0x8 } + - { offsetInCU: 0xB16A, offset: 0x7045B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie011ColorEffectC0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4dd_n', symObjAddr: 0xBF50, symBinAddr: 0x207F0, symSize: 0x8 } + - { offsetInCU: 0xB186, offset: 0x70477, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie014Vector1DEffectC0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4dd_n', symObjAddr: 0xBF58, symBinAddr: 0x207F8, symSize: 0x8 } + - { offsetInCU: 0xB1A2, offset: 0x70493, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4dd_n', symObjAddr: 0xBF60, symBinAddr: 0x20800, symSize: 0x8 } + - { offsetInCU: 0xB1BE, offset: 0x704AF, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4dd_n', symObjAddr: 0xBF68, symBinAddr: 0x20808, symSize: 0x8 } + - { offsetInCU: 0xB1DA, offset: 0x704CB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4dd_n', symObjAddr: 0xBF70, symBinAddr: 0x20810, symSize: 0x8 } + - { offsetInCU: 0xB1F6, offset: 0x704E7, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4dd_n', symObjAddr: 0xBF78, symBinAddr: 0x20818, symSize: 0x8 } + - { offsetInCU: 0xB212, offset: 0x70503, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8FontListC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xBF80, symBinAddr: 0x20820, symSize: 0x8 } + - { offsetInCU: 0xB24F, offset: 0x70540, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufC6Lottie15AnyNodeProperty_p_SD6ValuesVySSAdE_p_GTg5Tf4gd_n', symObjAddr: 0xBF88, symBinAddr: 0x20828, symSize: 0xB0 } + - { offsetInCU: 0xB32D, offset: 0x7061E, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufCSS_s10ArraySliceVySSGTg5Tf4nd_n', symObjAddr: 0xC7BC, symBinAddr: 0x2101C, symSize: 0xD0 } + - { offsetInCU: 0x3F, offset: 0x70D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF8, symBinAddr: 0x22BD4, symSize: 0x240 } + - { offsetInCU: 0xC8, offset: 0x70DD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x338, symBinAddr: 0x22E14, symSize: 0x320 } + - { offsetInCU: 0x13A, offset: 0x70E43, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE10updateTree_12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x658, symBinAddr: 0x23134, symSize: 0x4C } + - { offsetInCU: 0x197, offset: 0x70EA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE11keypathNameSSvg', symObjAddr: 0x6A4, symBinAddr: 0x23180, symSize: 0x70 } + - { offsetInCU: 0x1D4, offset: 0x70EDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE17keypathPropertiesSDySSAA03AnyC8Property_pGvg', symObjAddr: 0x714, symBinAddr: 0x231F0, symSize: 0x68 } + - { offsetInCU: 0x211, offset: 0x70F1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13childKeypathsSayAA17KeypathSearchable_pGvg', symObjAddr: 0x77C, symBinAddr: 0x23258, symSize: 0x68 } + - { offsetInCU: 0x24E, offset: 0x70F57, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x7E4, symBinAddr: 0x232C0, symSize: 0x8 } + - { offsetInCU: 0x26A, offset: 0x70F73, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x7EC, symBinAddr: 0x232C8, symSize: 0x8 } + - { offsetInCU: 0x286, offset: 0x70F8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7F4, symBinAddr: 0x232D0, symSize: 0x8 } + - { offsetInCU: 0x2A2, offset: 0x70FAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7FC, symBinAddr: 0x232D8, symSize: 0x4 } + - { offsetInCU: 0x2BE, offset: 0x70FC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x800, symBinAddr: 0x232DC, symSize: 0x28 } + - { offsetInCU: 0x2DA, offset: 0x70FE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x828, symBinAddr: 0x23304, symSize: 0x28 } + - { offsetInCU: 0x2F6, offset: 0x70FFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x850, symBinAddr: 0x2332C, symSize: 0x28 } + - { offsetInCU: 0x312, offset: 0x7101B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x878, symBinAddr: 0x23354, symSize: 0x8 } + - { offsetInCU: 0x32E, offset: 0x71037, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_2, symObjAddr: 0x880, symBinAddr: 0x2335C, symSize: 0x24 } + - { offsetInCU: 0x342, offset: 0x7104B, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_2, symObjAddr: 0x8A4, symBinAddr: 0x23380, symSize: 0x20 } + - { offsetInCU: 0x356, offset: 0x7105F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8C4, symBinAddr: 0x233A0, symSize: 0x8 } + - { offsetInCU: 0x372, offset: 0x7107B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x8CC, symBinAddr: 0x233A8, symSize: 0x8 } + - { offsetInCU: 0x38E, offset: 0x71097, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x8D4, symBinAddr: 0x233B0, symSize: 0x8 } + - { offsetInCU: 0x3AA, offset: 0x710B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x8DC, symBinAddr: 0x233B8, symSize: 0x4 } + - { offsetInCU: 0x462, offset: 0x7116B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x8E4, symBinAddr: 0x233C0, symSize: 0x10 } + - { offsetInCU: 0x51C, offset: 0x71225, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x8F4, symBinAddr: 0x233D0, symSize: 0x10 } + - { offsetInCU: 0x5B8, offset: 0x712C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x904, symBinAddr: 0x233E0, symSize: 0x8 } + - { offsetInCU: 0x5D4, offset: 0x712DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x90C, symBinAddr: 0x233E8, symSize: 0x8 } + - { offsetInCU: 0x5F0, offset: 0x712F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x914, symBinAddr: 0x233F0, symSize: 0x8 } + - { offsetInCU: 0x60C, offset: 0x71315, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x91C, symBinAddr: 0x233F8, symSize: 0x4 } + - { offsetInCU: 0x637, offset: 0x71340, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x920, symBinAddr: 0x233FC, symSize: 0x4 } + - { offsetInCU: 0x657, offset: 0x71360, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x920, symBinAddr: 0x233FC, symSize: 0x4 } + - { offsetInCU: 0x669, offset: 0x71372, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x924, symBinAddr: 0x23400, symSize: 0x28 } + - { offsetInCU: 0x685, offset: 0x7138E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x94C, symBinAddr: 0x23428, symSize: 0x28 } + - { offsetInCU: 0x6A1, offset: 0x713AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x974, symBinAddr: 0x23450, symSize: 0x28 } + - { offsetInCU: 0x6BD, offset: 0x713C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x99C, symBinAddr: 0x23478, symSize: 0x8 } + - { offsetInCU: 0x6D9, offset: 0x713E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x9A4, symBinAddr: 0x23480, symSize: 0x8 } + - { offsetInCU: 0x6F5, offset: 0x713FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x9AC, symBinAddr: 0x23488, symSize: 0x8 } + - { offsetInCU: 0x711, offset: 0x7141A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9B4, symBinAddr: 0x23490, symSize: 0x8 } + - { offsetInCU: 0x72D, offset: 0x71436, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9BC, symBinAddr: 0x23498, symSize: 0x4 } + - { offsetInCU: 0x7C7, offset: 0x714D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x9C4, symBinAddr: 0x234A0, symSize: 0x10 } + - { offsetInCU: 0x863, offset: 0x7156C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x9D4, symBinAddr: 0x234B0, symSize: 0xC } + - { offsetInCU: 0x87F, offset: 0x71588, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x9E0, symBinAddr: 0x234BC, symSize: 0x8 } + - { offsetInCU: 0x89B, offset: 0x715A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x9E8, symBinAddr: 0x234C4, symSize: 0x8 } + - { offsetInCU: 0x8B7, offset: 0x715C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x9F0, symBinAddr: 0x234CC, symSize: 0x8 } + - { offsetInCU: 0x8D3, offset: 0x715DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9F8, symBinAddr: 0x234D4, symSize: 0x8 } + - { offsetInCU: 0x8EF, offset: 0x715F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA00, symBinAddr: 0x234DC, symSize: 0x4 } + - { offsetInCU: 0x90B, offset: 0x71614, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA04, symBinAddr: 0x234E0, symSize: 0xC } + - { offsetInCU: 0x927, offset: 0x71630, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA10, symBinAddr: 0x234EC, symSize: 0x8 } + - { offsetInCU: 0x943, offset: 0x7164C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA18, symBinAddr: 0x234F4, symSize: 0x8 } + - { offsetInCU: 0x95F, offset: 0x71668, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA20, symBinAddr: 0x234FC, symSize: 0x8 } + - { offsetInCU: 0x97B, offset: 0x71684, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA28, symBinAddr: 0x23504, symSize: 0x4 } + - { offsetInCU: 0xA19, offset: 0x71722, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x23508, symSize: 0x8 } + - { offsetInCU: 0xA39, offset: 0x71742, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x23508, symSize: 0x8 } + - { offsetInCU: 0xA5F, offset: 0x71768, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x23508, symSize: 0x8 } + - { offsetInCU: 0xA74, offset: 0x7177D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x23508, symSize: 0x8 } + - { offsetInCU: 0xACC, offset: 0x717D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xA38, symBinAddr: 0x23514, symSize: 0x10 } + - { offsetInCU: 0xB68, offset: 0x71871, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA48, symBinAddr: 0x23524, symSize: 0xC } + - { offsetInCU: 0xB84, offset: 0x7188D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA54, symBinAddr: 0x23530, symSize: 0x8 } + - { offsetInCU: 0xBA0, offset: 0x718A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xA5C, symBinAddr: 0x23538, symSize: 0x8 } + - { offsetInCU: 0xBBC, offset: 0x718C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA64, symBinAddr: 0x23540, symSize: 0x8 } + - { offsetInCU: 0xBD8, offset: 0x718E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA6C, symBinAddr: 0x23548, symSize: 0x4 } + - { offsetInCU: 0xC76, offset: 0x7197F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x2354C, symSize: 0x8 } + - { offsetInCU: 0xC96, offset: 0x7199F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x2354C, symSize: 0x8 } + - { offsetInCU: 0xCBC, offset: 0x719C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x2354C, symSize: 0x8 } + - { offsetInCU: 0xCD1, offset: 0x719DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x2354C, symSize: 0x8 } + - { offsetInCU: 0xD29, offset: 0x71A32, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA7C, symBinAddr: 0x23558, symSize: 0x10 } + - { offsetInCU: 0xDC5, offset: 0x71ACE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA8C, symBinAddr: 0x23568, symSize: 0xC } + - { offsetInCU: 0xDE1, offset: 0x71AEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA98, symBinAddr: 0x23574, symSize: 0x8 } + - { offsetInCU: 0xDFD, offset: 0x71B06, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xAA0, symBinAddr: 0x2357C, symSize: 0x8 } + - { offsetInCU: 0xE19, offset: 0x71B22, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAA8, symBinAddr: 0x23584, symSize: 0x8 } + - { offsetInCU: 0xEB7, offset: 0x71BC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x2358C, symSize: 0x8 } + - { offsetInCU: 0xED7, offset: 0x71BE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x2358C, symSize: 0x8 } + - { offsetInCU: 0xEFD, offset: 0x71C06, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x2358C, symSize: 0x8 } + - { offsetInCU: 0xF12, offset: 0x71C1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x2358C, symSize: 0x8 } + - { offsetInCU: 0xF6A, offset: 0x71C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xAB8, symBinAddr: 0x23594, symSize: 0x10 } + - { offsetInCU: 0x1006, offset: 0x71D0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAC8, symBinAddr: 0x235A4, symSize: 0x8 } + - { offsetInCU: 0x1022, offset: 0x71D2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAD0, symBinAddr: 0x235AC, symSize: 0x8 } + - { offsetInCU: 0x103E, offset: 0x71D47, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAD8, symBinAddr: 0x235B4, symSize: 0x4 } + - { offsetInCU: 0x10D8, offset: 0x71DE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xADC, symBinAddr: 0x235B8, symSize: 0x10 } + - { offsetInCU: 0x1174, offset: 0x71E7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAEC, symBinAddr: 0x235C8, symSize: 0xC } + - { offsetInCU: 0x1190, offset: 0x71E99, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xAF8, symBinAddr: 0x235D4, symSize: 0x8 } + - { offsetInCU: 0x11AC, offset: 0x71EB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB00, symBinAddr: 0x235DC, symSize: 0x8 } + - { offsetInCU: 0x11C8, offset: 0x71ED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xB08, symBinAddr: 0x235E4, symSize: 0x8 } + - { offsetInCU: 0x11E4, offset: 0x71EED, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB10, symBinAddr: 0x235EC, symSize: 0x8 } + - { offsetInCU: 0x1200, offset: 0x71F09, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB18, symBinAddr: 0x235F4, symSize: 0x4 } + - { offsetInCU: 0x121C, offset: 0x71F25, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB20, symBinAddr: 0x235FC, symSize: 0xC } + - { offsetInCU: 0x1238, offset: 0x71F41, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB2C, symBinAddr: 0x23608, symSize: 0x8 } + - { offsetInCU: 0x1254, offset: 0x71F5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB34, symBinAddr: 0x23610, symSize: 0x8 } + - { offsetInCU: 0x1270, offset: 0x71F79, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB3C, symBinAddr: 0x23618, symSize: 0x8 } + - { offsetInCU: 0x128C, offset: 0x71F95, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB44, symBinAddr: 0x23620, symSize: 0x4 } + - { offsetInCU: 0x12A8, offset: 0x71FB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB80, symBinAddr: 0x2365C, symSize: 0xC } + - { offsetInCU: 0x12C4, offset: 0x71FCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB8C, symBinAddr: 0x23668, symSize: 0x8 } + - { offsetInCU: 0x12E0, offset: 0x71FE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xB94, symBinAddr: 0x23670, symSize: 0x8 } + - { offsetInCU: 0x12FC, offset: 0x72005, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB9C, symBinAddr: 0x23678, symSize: 0x8 } + - { offsetInCU: 0x1318, offset: 0x72021, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBA4, symBinAddr: 0x23680, symSize: 0x4 } + - { offsetInCU: 0x13B2, offset: 0x720BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xBA8, symBinAddr: 0x23684, symSize: 0x10 } + - { offsetInCU: 0x144E, offset: 0x72157, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xBB8, symBinAddr: 0x23694, symSize: 0xC } + - { offsetInCU: 0x146A, offset: 0x72173, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xBC4, symBinAddr: 0x236A0, symSize: 0x8 } + - { offsetInCU: 0x1486, offset: 0x7218F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xBCC, symBinAddr: 0x236A8, symSize: 0x8 } + - { offsetInCU: 0x14A2, offset: 0x721AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBD4, symBinAddr: 0x236B0, symSize: 0x8 } + - { offsetInCU: 0x14BE, offset: 0x721C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBDC, symBinAddr: 0x236B8, symSize: 0x4 } + - { offsetInCU: 0x14DA, offset: 0x721E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC14, symBinAddr: 0x236F0, symSize: 0xC } + - { offsetInCU: 0x14F6, offset: 0x721FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC20, symBinAddr: 0x236FC, symSize: 0x8 } + - { offsetInCU: 0x1512, offset: 0x7221B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xC28, symBinAddr: 0x23704, symSize: 0x8 } + - { offsetInCU: 0x152E, offset: 0x72237, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xC30, symBinAddr: 0x2370C, symSize: 0x8 } + - { offsetInCU: 0x154A, offset: 0x72253, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xC38, symBinAddr: 0x23714, symSize: 0x8 } + - { offsetInCU: 0x1566, offset: 0x7226F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xC40, symBinAddr: 0x2371C, symSize: 0x4 } + - { offsetInCU: 0x1582, offset: 0x7228B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC78, symBinAddr: 0x23754, symSize: 0xC } + - { offsetInCU: 0x159E, offset: 0x722A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC84, symBinAddr: 0x23760, symSize: 0x8 } + - { offsetInCU: 0x15BA, offset: 0x722C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xC8C, symBinAddr: 0x23768, symSize: 0x8 } + - { offsetInCU: 0x60, offset: 0x72578, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfC', symObjAddr: 0x0, symBinAddr: 0x237BC, symSize: 0xA8 } + - { offsetInCU: 0xAC, offset: 0x725C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvg', symObjAddr: 0xA8, symBinAddr: 0x23864, symSize: 0x1F4 } + - { offsetInCU: 0x1E0, offset: 0x726F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x29C, symBinAddr: 0x23A58, symSize: 0xB4 } + - { offsetInCU: 0x25F, offset: 0x72777, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x350, symBinAddr: 0x23B0C, symSize: 0xE0 } + - { offsetInCU: 0x330, offset: 0x72848, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x430, symBinAddr: 0x23BEC, symSize: 0xFC } + - { offsetInCU: 0x458, offset: 0x72970, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x52C, symBinAddr: 0x23CE8, symSize: 0x60 } + - { offsetInCU: 0x4DD, offset: 0x729F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x58C, symBinAddr: 0x23D48, symSize: 0x1A0 } + - { offsetInCU: 0x63E, offset: 0x72B56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x72C, symBinAddr: 0x23EE8, symSize: 0x140 } + - { offsetInCU: 0x706, offset: 0x72C1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0x86C, symBinAddr: 0x24028, symSize: 0x140 } + - { offsetInCU: 0x886, offset: 0x72D9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0x9AC, symBinAddr: 0x24168, symSize: 0x94 } + - { offsetInCU: 0x97C, offset: 0x72E94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF', symObjAddr: 0xA40, symBinAddr: 0x241FC, symSize: 0x158 } + - { offsetInCU: 0xAFC, offset: 0x73014, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0xB98, symBinAddr: 0x24354, symSize: 0x198 } + - { offsetInCU: 0xCBD, offset: 0x731D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xD30, symBinAddr: 0x244EC, symSize: 0x1B4 } + - { offsetInCU: 0xE3B, offset: 0x73353, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0xEE4, symBinAddr: 0x246A0, symSize: 0x420 } + - { offsetInCU: 0xEF8, offset: 0x73410, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x1324, symBinAddr: 0x24AE0, symSize: 0x4 } + - { offsetInCU: 0x186F, offset: 0x73D87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOc', symObjAddr: 0x1C48, symBinAddr: 0x253C8, symSize: 0x34 } + - { offsetInCU: 0x1883, offset: 0x73D9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x1CA0, symBinAddr: 0x25400, symSize: 0x8 } + - { offsetInCU: 0x1897, offset: 0x73DAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x1D10, symBinAddr: 0x25470, symSize: 0x8 } + - { offsetInCU: 0x18B6, offset: 0x73DCE, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedButtonCytG_Tg5TA', symObjAddr: 0x1D18, symBinAddr: 0x25478, symSize: 0x20 } + - { offsetInCU: 0x18DF, offset: 0x73DF7, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5', symObjAddr: 0x1D38, symBinAddr: 0x25498, symSize: 0x20 } + - { offsetInCU: 0x1970, offset: 0x73E88, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV24ZIP64ExtendedInformationV_Tg5', symObjAddr: 0x1D58, symBinAddr: 0x254B8, symSize: 0x104 } + - { offsetInCU: 0x1B00, offset: 0x74018, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompatibilityIssueV_Tg5', symObjAddr: 0x1E5C, symBinAddr: 0x255BC, symSize: 0x104 } + - { offsetInCU: 0x1C67, offset: 0x7417F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x1F60, symBinAddr: 0x256C0, symSize: 0x104 } + - { offsetInCU: 0x1DCE, offset: 0x742E6, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0Q0V_Tg5', symObjAddr: 0x2064, symBinAddr: 0x257C4, symSize: 0x104 } + - { offsetInCU: 0x1F6C, offset: 0x74484, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSay6Lottie14ShapeItemLayerC0Q0VG8grouping_ALSg17trailingSeparatort_Tg5', symObjAddr: 0x2198, symBinAddr: 0x258F8, symSize: 0x13C } + - { offsetInCU: 0x2104, offset: 0x7461C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x22D4, symBinAddr: 0x25A34, symSize: 0x104 } + - { offsetInCU: 0x226B, offset: 0x74783, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x23D8, symBinAddr: 0x25B38, symSize: 0xFC } + - { offsetInCU: 0x240E, offset: 0x74926, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x269C, symBinAddr: 0x25DFC, symSize: 0x124 } + - { offsetInCU: 0x25BC, offset: 0x74AD4, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo10CGColorRefa5color_12CoreGraphics7CGFloatV8locationt_Tg5', symObjAddr: 0x2E94, symBinAddr: 0x265F4, symSize: 0x128 } + - { offsetInCU: 0x2754, offset: 0x74C6C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10BezierPathV_Tg5', symObjAddr: 0x3180, symBinAddr: 0x268E0, symSize: 0x118 } + - { offsetInCU: 0x28BB, offset: 0x74DD3, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x32AC, symBinAddr: 0x26A0C, symSize: 0xFC } + - { offsetInCU: 0x2A5E, offset: 0x74F76, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo7CGPointV5point_12CoreGraphics7CGFloatV8distancet_Tg5', symObjAddr: 0x33A8, symBinAddr: 0x26B08, symSize: 0x114 } + - { offsetInCU: 0x2C01, offset: 0x75119, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11PathElementV_Tg5', symObjAddr: 0x34BC, symBinAddr: 0x26C1C, symSize: 0x118 } + - { offsetInCU: 0x2D99, offset: 0x752B1, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x35D4, symBinAddr: 0x26D34, symSize: 0x108 } + - { offsetInCU: 0x2F37, offset: 0x7544F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10LayerModelC5layer_AJ5model_AH9MatteTypeO05matteU0tSg4maskt_Tg5', symObjAddr: 0x36F0, symBinAddr: 0x26E50, symSize: 0x138 } + - { offsetInCU: 0x30FB, offset: 0x75613, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x38B0, symBinAddr: 0x27010, symSize: 0x114 } + - { offsetInCU: 0x329E, offset: 0x757B6, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV5start_AJ3endt_Tg5', symObjAddr: 0x39C4, symBinAddr: 0x27124, symSize: 0xFC } + - { offsetInCU: 0x3436, offset: 0x7594E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompoundBezierPathV_Tg5', symObjAddr: 0x3AC0, symBinAddr: 0x27220, symSize: 0x104 } + - { offsetInCU: 0x35D4, offset: 0x75AEC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16AnimationKeypathV7keypath_AH16AnyValueProvider_p05valueU0t_Tg5', symObjAddr: 0x3D88, symBinAddr: 0x274E8, symSize: 0x13C } + - { offsetInCU: 0x371F, offset: 0x75C37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x400C, symBinAddr: 0x2776C, symSize: 0x8 } + - { offsetInCU: 0x3733, offset: 0x75C4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x409C, symBinAddr: 0x277C0, symSize: 0x8 } + - { offsetInCU: 0x3747, offset: 0x75C5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOh', symObjAddr: 0x40C8, symBinAddr: 0x277EC, symSize: 0x2C } + - { offsetInCU: 0x375B, offset: 0x75C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOd', symObjAddr: 0x40F4, symBinAddr: 0x27818, symSize: 0x34 } + - { offsetInCU: 0x376F, offset: 0x75C87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4138, symBinAddr: 0x2785C, symSize: 0xC } + - { offsetInCU: 0x3783, offset: 0x75C9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4170, symBinAddr: 0x27894, symSize: 0x10 } + - { offsetInCU: 0x3797, offset: 0x75CAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x41EC, symBinAddr: 0x27910, symSize: 0x20 } + - { offsetInCU: 0x37AB, offset: 0x75CC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x420C, symBinAddr: 0x27930, symSize: 0x34 } + - { offsetInCU: 0x37BF, offset: 0x75CD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x4240, symBinAddr: 0x27964, symSize: 0x24 } + - { offsetInCU: 0x37D3, offset: 0x75CEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAC7SwiftUI4ViewAAWl', symObjAddr: 0x4264, symBinAddr: 0x27988, symSize: 0x44 } + - { offsetInCU: 0x37E7, offset: 0x75CFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x42A8, symBinAddr: 0x279CC, symSize: 0x10 } + - { offsetInCU: 0x37FB, offset: 0x75D13, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwCP', symObjAddr: 0x42B8, symBinAddr: 0x279DC, symSize: 0x30 } + - { offsetInCU: 0x380F, offset: 0x75D27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwxx', symObjAddr: 0x42E8, symBinAddr: 0x27A0C, symSize: 0x54 } + - { offsetInCU: 0x3823, offset: 0x75D3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwcp', symObjAddr: 0x433C, symBinAddr: 0x27A60, symSize: 0xF4 } + - { offsetInCU: 0x3837, offset: 0x75D4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwca', symObjAddr: 0x4430, symBinAddr: 0x27B54, symSize: 0x134 } + - { offsetInCU: 0x384B, offset: 0x75D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOh', symObjAddr: 0x4564, symBinAddr: 0x27C88, symSize: 0x34 } + - { offsetInCU: 0x385F, offset: 0x75D77, size: 0x8, addend: 0x0, symName: ___swift_memcpy136_8, symObjAddr: 0x4598, symBinAddr: 0x27CBC, symSize: 0x34 } + - { offsetInCU: 0x3873, offset: 0x75D8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwta', symObjAddr: 0x45CC, symBinAddr: 0x27CF0, symSize: 0xB4 } + - { offsetInCU: 0x3887, offset: 0x75D9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwet', symObjAddr: 0x4680, symBinAddr: 0x27DA4, symSize: 0x48 } + - { offsetInCU: 0x389B, offset: 0x75DB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwst', symObjAddr: 0x46C8, symBinAddr: 0x27DEC, symSize: 0x60 } + - { offsetInCU: 0x38AF, offset: 0x75DC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVMa', symObjAddr: 0x4728, symBinAddr: 0x27E4C, symSize: 0x10 } + - { offsetInCU: 0x393C, offset: 0x75E54, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tg5', symObjAddr: 0x4ABC, symBinAddr: 0x281E0, symSize: 0xFC } + - { offsetInCU: 0x3A66, offset: 0x75F7E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4MaskC_Tg5Tf4d_n', symObjAddr: 0x4DE4, symBinAddr: 0x28508, symSize: 0x50 } + - { offsetInCU: 0x3A7E, offset: 0x75F96, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20MaskCompositionLayerC0hJ0C_Tg5Tf4d_n', symObjAddr: 0x4E34, symBinAddr: 0x28558, symSize: 0x50 } + - { offsetInCU: 0x3A96, offset: 0x75FAE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GroupC_Tg5Tf4d_n', symObjAddr: 0x4E84, symBinAddr: 0x285A8, symSize: 0x50 } + - { offsetInCU: 0x3AAE, offset: 0x75FC6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9ShapeItemC_Tg5Tf4d_n', symObjAddr: 0x4ED4, symBinAddr: 0x285F8, symSize: 0x50 } + - { offsetInCU: 0x3AC6, offset: 0x75FDE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10GroupLayerC_Tg5Tf4d_n', symObjAddr: 0x4F24, symBinAddr: 0x28648, symSize: 0x50 } + - { offsetInCU: 0x3ADE, offset: 0x75FF6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x4F74, symBinAddr: 0x28698, symSize: 0x54 } + - { offsetInCU: 0x3AF6, offset: 0x7600E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector3DVG_Tg5Tf4d_n', symObjAddr: 0x4FD4, symBinAddr: 0x286F8, symSize: 0x54 } + - { offsetInCU: 0x3B0E, offset: 0x76026, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo19CAKeyframeAnimationC_Tg5Tf4d_n', symObjAddr: 0x5034, symBinAddr: 0x28758, symSize: 0x60 } + - { offsetInCU: 0x3B26, offset: 0x7603E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo8NSNumberC_Tg5Tf4d_n', symObjAddr: 0x5094, symBinAddr: 0x287B8, symSize: 0x60 } + - { offsetInCU: 0x3B3E, offset: 0x76056, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo21CAMediaTimingFunctionC_Tg5Tf4d_n', symObjAddr: 0x50F4, symBinAddr: 0x28818, symSize: 0x60 } + - { offsetInCU: 0x3B56, offset: 0x7606E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo10CGColorRefa_Tg5Tf4d_n', symObjAddr: 0x5154, symBinAddr: 0x28878, symSize: 0x50 } + - { offsetInCU: 0x3B6E, offset: 0x76086, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo9CGPathRefa_Tg5Tf4d_n', symObjAddr: 0x51A4, symBinAddr: 0x288C8, symSize: 0x50 } + - { offsetInCU: 0x3B86, offset: 0x7609E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySbGG_Tg5Tf4d_n', symObjAddr: 0x51F4, symBinAddr: 0x28918, symSize: 0x54 } + - { offsetInCU: 0x3B9E, offset: 0x760B6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF010BezierPathH0VG_Tg5Tf4d_n', symObjAddr: 0x5248, symBinAddr: 0x2896C, symSize: 0x54 } + - { offsetInCU: 0x3BB6, offset: 0x760CE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x529C, symBinAddr: 0x289C0, symSize: 0x54 } + - { offsetInCU: 0x3BCE, offset: 0x760E6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G5ColorVG_Tg5Tf4d_n', symObjAddr: 0x52F0, symBinAddr: 0x28A14, symSize: 0x54 } + - { offsetInCU: 0x3BE6, offset: 0x760FE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerStyleC_Tg5Tf4d_n', symObjAddr: 0x5350, symBinAddr: 0x28A74, symSize: 0x50 } + - { offsetInCU: 0x3BFE, offset: 0x76116, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11EffectValueC_Tg5Tf4d_n', symObjAddr: 0x53A0, symBinAddr: 0x28AC4, symSize: 0x50 } + - { offsetInCU: 0x3C16, offset: 0x7612E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11LayerEffectC_Tg5Tf4d_n', symObjAddr: 0x53F0, symBinAddr: 0x28B14, symSize: 0x50 } + - { offsetInCU: 0x3C2E, offset: 0x76146, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySdGG_Tg5Tf4d_n', symObjAddr: 0x5440, symBinAddr: 0x28B64, symSize: 0x54 } + - { offsetInCU: 0x3C46, offset: 0x7615E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11DashElementC_Tg5Tf4d_n', symObjAddr: 0x54A0, symBinAddr: 0x28BC4, symSize: 0x50 } + - { offsetInCU: 0x3C5E, offset: 0x76176, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF12TextDocumentCG_Tg5Tf4d_n', symObjAddr: 0x5530, symBinAddr: 0x28C14, symSize: 0x54 } + - { offsetInCU: 0x3C76, offset: 0x7618E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie12TextAnimatorC_Tg5Tf4d_n', symObjAddr: 0x5584, symBinAddr: 0x28C68, symSize: 0x50 } + - { offsetInCU: 0x3C8E, offset: 0x761A6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerModelC_Tg5Tf4d_n', symObjAddr: 0x55D4, symBinAddr: 0x28CB8, symSize: 0x50 } + - { offsetInCU: 0x3CA6, offset: 0x761BE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GlyphC_Tg5Tf4d_n', symObjAddr: 0x5630, symBinAddr: 0x28D14, symSize: 0x50 } + - { offsetInCU: 0x3CBE, offset: 0x761D6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4FontC_Tg5Tf4d_n', symObjAddr: 0x5680, symBinAddr: 0x28D64, symSize: 0x50 } + - { offsetInCU: 0x3CD6, offset: 0x761EE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie6MarkerC_Tg5Tf4d_n', symObjAddr: 0x56D0, symBinAddr: 0x28DB4, symSize: 0x50 } + - { offsetInCU: 0x3CEE, offset: 0x76206, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyypG_Tg5Tf4d_n', symObjAddr: 0x5720, symBinAddr: 0x28E04, symSize: 0x54 } + - { offsetInCU: 0x3D06, offset: 0x7621E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySo13CATransform3DVGG_Tg5Tf4d_n', symObjAddr: 0x5774, symBinAddr: 0x28E58, symSize: 0x54 } + - { offsetInCU: 0x3D1E, offset: 0x76236, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyypG_Tg5Tf4d_n', symObjAddr: 0x57D4, symBinAddr: 0x28EB8, symSize: 0x54 } + - { offsetInCU: 0x3D36, offset: 0x7624E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo13CATransform3DVG_Tg5Tf4d_n', symObjAddr: 0x5828, symBinAddr: 0x28F0C, symSize: 0x54 } + - { offsetInCU: 0x3D4E, offset: 0x76266, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo11CAAnimationC_Tg5Tf4d_n', symObjAddr: 0x5888, symBinAddr: 0x28F6C, symSize: 0x60 } + - { offsetInCU: 0x3D66, offset: 0x7627E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo7CGPointVG_Tg5Tf4d_n', symObjAddr: 0x58E8, symBinAddr: 0x28FCC, symSize: 0x54 } + - { offsetInCU: 0x3D7E, offset: 0x76296, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCy12CoreGraphics7CGFloatVG_Tg5Tf4d_n', symObjAddr: 0x5948, symBinAddr: 0x2902C, symSize: 0x54 } + - { offsetInCU: 0x3D96, offset: 0x762AE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySbG_Tg5Tf4d_n', symObjAddr: 0x59A8, symBinAddr: 0x2908C, symSize: 0x54 } + - { offsetInCU: 0x3DAE, offset: 0x762C6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo10CGColorRefaG_Tg5Tf4d_n', symObjAddr: 0x5A14, symBinAddr: 0x290F8, symSize: 0x54 } + - { offsetInCU: 0x3DC6, offset: 0x762DE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo6CGSizeVG_Tg5Tf4d_n', symObjAddr: 0x5A74, symBinAddr: 0x29158, symSize: 0x54 } + - { offsetInCU: 0x3DDE, offset: 0x762F6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo7CALayerC_Tg5Tf4d_n', symObjAddr: 0x5AD4, symBinAddr: 0x291B8, symSize: 0x60 } + - { offsetInCU: 0x3DF6, offset: 0x7630E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DV5start_AJ3endtG_Tg5Tf4d_n', symObjAddr: 0x5B34, symBinAddr: 0x29218, symSize: 0x54 } + - { offsetInCU: 0x3E0E, offset: 0x76326, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo9CGPathRefaG_Tg5Tf4d_n', symObjAddr: 0x5BA0, symBinAddr: 0x29284, symSize: 0x54 } + - { offsetInCU: 0x3E26, offset: 0x7633E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySayAF10BezierPathVGG_Tg5Tf4d_n', symObjAddr: 0x5C00, symBinAddr: 0x292E4, symSize: 0x54 } + - { offsetInCU: 0x3E3E, offset: 0x76356, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF7EllipseCAGVG_Tg5Tf4d_n', symObjAddr: 0x5C60, symBinAddr: 0x29344, symSize: 0x54 } + - { offsetInCU: 0x3E56, offset: 0x7636E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF9RectangleCAGVG_Tg5Tf4d_n', symObjAddr: 0x5CC0, symBinAddr: 0x293A4, symSize: 0x54 } + - { offsetInCU: 0x3E6E, offset: 0x76386, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4StarCAGVG_Tg5Tf4d_n', symObjAddr: 0x5D20, symBinAddr: 0x29404, symSize: 0x54 } + - { offsetInCU: 0x3E86, offset: 0x7639E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySo10CGColorRefaGG_Tg5Tf4d_n', symObjAddr: 0x5D80, symBinAddr: 0x29464, symSize: 0x54 } + - { offsetInCU: 0x3E9E, offset: 0x763B6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySay12CoreGraphics7CGFloatVGG_Tg5Tf4d_n', symObjAddr: 0x5DE0, symBinAddr: 0x294C4, symSize: 0x54 } + - { offsetInCU: 0x3EB6, offset: 0x763CE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5Tf4d_n', symObjAddr: 0x5E40, symBinAddr: 0x29524, symSize: 0x54 } + - { offsetInCU: 0x3ECE, offset: 0x763E6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x5EA0, symBinAddr: 0x29584, symSize: 0x54 } + - { offsetInCU: 0x3EE6, offset: 0x763FE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie16CompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6004, symBinAddr: 0x296E8, symSize: 0x50 } + - { offsetInCU: 0x3F09, offset: 0x76421, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfC6Lottie15AnyNodeProperty_p_Tg5Tf4nnd_n', symObjAddr: 0x6060, symBinAddr: 0x29744, symSize: 0x80 } + - { offsetInCU: 0x3F53, offset: 0x7646B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC_Tg5Tf4d_n', symObjAddr: 0x60E0, symBinAddr: 0x297C4, symSize: 0x50 } + - { offsetInCU: 0x3F6B, offset: 0x76483, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20KeyframeInterpolatorCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x6130, symBinAddr: 0x29814, symSize: 0x54 } + - { offsetInCU: 0x3F83, offset: 0x7649B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie19ShapeContainerLayerC_Tg5Tf4d_n', symObjAddr: 0x6190, symBinAddr: 0x29874, symSize: 0x50 } + - { offsetInCU: 0x3F9B, offset: 0x764B3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie14PathOutputNodeC_Tg5Tf4d_n', symObjAddr: 0x61E0, symBinAddr: 0x298C4, symSize: 0x50 } + - { offsetInCU: 0x3FB3, offset: 0x764CB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie21ImageCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6340, symBinAddr: 0x29A24, symSize: 0x50 } + - { offsetInCU: 0x3FCB, offset: 0x764E3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20TextCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6390, symBinAddr: 0x29A74, symSize: 0x50 } + - { offsetInCU: 0x3FE3, offset: 0x764FB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo18NSLayoutConstraintC_Tg5Tf4d_n', symObjAddr: 0x63E0, symBinAddr: 0x29AC4, symSize: 0x60 } + - { offsetInCU: 0x3FFB, offset: 0x76513, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5AssetC_Tg5Tf4d_n', symObjAddr: 0x644C, symBinAddr: 0x29B30, symSize: 0x50 } + - { offsetInCU: 0x4013, offset: 0x7652B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOc', symObjAddr: 0x6560, symBinAddr: 0x29C44, symSize: 0x44 } + - { offsetInCU: 0x4027, offset: 0x7653F, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0x660C, symBinAddr: 0x29C88, symSize: 0x10 } + - { offsetInCU: 0x4145, offset: 0x7665D, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie16ShapeRenderGroupV_SayAGGTg5', symObjAddr: 0x1328, symBinAddr: 0x24AE4, symSize: 0xDC } + - { offsetInCU: 0x436B, offset: 0x76883, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie14ShapeItemLayerC0G0V_SayAIGTg5', symObjAddr: 0x1404, symBinAddr: 0x24BC0, symSize: 0xDC } + - { offsetInCU: 0x4591, offset: 0x76AA9, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF12CoreGraphics7CGFloatV_SayAGGTg5', symObjAddr: 0x14E0, symBinAddr: 0x24C9C, symSize: 0xD4 } + - { offsetInCU: 0x47B7, offset: 0x76CCF, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSS_SaySSGTg5', symObjAddr: 0x15B4, symBinAddr: 0x24D70, symSize: 0xDC } + - { offsetInCU: 0x49DD, offset: 0x76EF5, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie10BezierPathV_SayAGGTg5', symObjAddr: 0x16B8, symBinAddr: 0x24E74, symSize: 0xE0 } + - { offsetInCU: 0x4C03, offset: 0x7711B, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSd_SaySdGTg5', symObjAddr: 0x1B38, symBinAddr: 0x252F4, symSize: 0xD4 } + - { offsetInCU: 0x4F7F, offset: 0x77497, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x1304, symBinAddr: 0x24AC0, symSize: 0x4 } + - { offsetInCU: 0x4F9B, offset: 0x774B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x1308, symBinAddr: 0x24AC4, symSize: 0x4 } + - { offsetInCU: 0x4FB7, offset: 0x774CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x130C, symBinAddr: 0x24AC8, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x7790E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x10, symBinAddr: 0x29CC4, symSize: 0x8 } + - { offsetInCU: 0x46, offset: 0x7792D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x10, symBinAddr: 0x29CC4, symSize: 0x8 } + - { offsetInCU: 0x9A, offset: 0x77981, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x29CCC, symSize: 0x40 } + - { offsetInCU: 0x17D, offset: 0x77A64, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x29D0C, symSize: 0x24 } + - { offsetInCU: 0x295, offset: 0x77B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV24zip64ExtendedInformationAC05ZIP64gH0VSgvg', symObjAddr: 0xC8, symBinAddr: 0x29D7C, symSize: 0x210 } + - { offsetInCU: 0x640, offset: 0x77F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x2D8, symBinAddr: 0x29F8C, symSize: 0x10C } + - { offsetInCU: 0x80D, offset: 0x780F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x3E4, symBinAddr: 0x2A098, symSize: 0x1FC } + - { offsetInCU: 0xC31, offset: 0x78518, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9A8, symBinAddr: 0x2A65C, symSize: 0x14 } + - { offsetInCU: 0xCC0, offset: 0x785A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH9hashValueSivgTW', symObjAddr: 0x9BC, symBinAddr: 0x2A670, symSize: 0x44 } + - { offsetInCU: 0xDA3, offset: 0x7868A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA00, symBinAddr: 0x2A6B4, symSize: 0x28 } + - { offsetInCU: 0xE60, offset: 0x78747, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt64V_Tg5', symObjAddr: 0x5E0, symBinAddr: 0x2A294, symSize: 0x1D4 } + - { offsetInCU: 0x105D, offset: 0x78944, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt32V_Tg5', symObjAddr: 0x7C4, symBinAddr: 0x2A478, symSize: 0x1D4 } + - { offsetInCU: 0x1268, offset: 0x78B4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfCTf4nnd_n', symObjAddr: 0xA68, symBinAddr: 0x2A71C, symSize: 0x24C } + - { offsetInCU: 0x1474, offset: 0x78D5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV07scanForC5Field2in6fieldsAESg10Foundation4DataV_SayAE0H0OGtFZTf4nnd_n', symObjAddr: 0xCC4, symBinAddr: 0x2A978, symSize: 0x20C } + - { offsetInCU: 0x160A, offset: 0x78EF1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0xEE0, symBinAddr: 0x2AB94, symSize: 0x44 } + - { offsetInCU: 0x161E, offset: 0x78F05, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAEs0C0AAWl', symObjAddr: 0xF34, symBinAddr: 0x2ABE8, symSize: 0x44 } + - { offsetInCU: 0x1632, offset: 0x78F19, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ExtensibleDataField_pWOc', symObjAddr: 0xF78, symBinAddr: 0x2AC2C, symSize: 0x44 } + - { offsetInCU: 0x1646, offset: 0x78F2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwet', symObjAddr: 0x102C, symBinAddr: 0x2AC70, symSize: 0x90 } + - { offsetInCU: 0x165A, offset: 0x78F41, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwst', symObjAddr: 0x10BC, symBinAddr: 0x2AD00, symSize: 0xBC } + - { offsetInCU: 0x166E, offset: 0x78F55, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwug', symObjAddr: 0x1178, symBinAddr: 0x2ADBC, symSize: 0x8 } + - { offsetInCU: 0x1682, offset: 0x78F69, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwup', symObjAddr: 0x1180, symBinAddr: 0x2ADC4, symSize: 0x4 } + - { offsetInCU: 0x1696, offset: 0x78F7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwui', symObjAddr: 0x1184, symBinAddr: 0x2ADC8, symSize: 0x8 } + - { offsetInCU: 0x16AA, offset: 0x78F91, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOMa', symObjAddr: 0x118C, symBinAddr: 0x2ADD0, symSize: 0x10 } + - { offsetInCU: 0x16BE, offset: 0x78FA5, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0x119C, symBinAddr: 0x2ADE0, symSize: 0x4 } + - { offsetInCU: 0x16D2, offset: 0x78FB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwet', symObjAddr: 0x11A0, symBinAddr: 0x2ADE4, symSize: 0x50 } + - { offsetInCU: 0x16E6, offset: 0x78FCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwst', symObjAddr: 0x11F0, symBinAddr: 0x2AE34, symSize: 0x8C } + - { offsetInCU: 0x16FA, offset: 0x78FE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwug', symObjAddr: 0x127C, symBinAddr: 0x2AEC0, symSize: 0x8 } + - { offsetInCU: 0x170E, offset: 0x78FF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwup', symObjAddr: 0x1284, symBinAddr: 0x2AEC8, symSize: 0x4 } + - { offsetInCU: 0x1722, offset: 0x79009, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwui', symObjAddr: 0x1288, symBinAddr: 0x2AECC, symSize: 0x4 } + - { offsetInCU: 0x1736, offset: 0x7901D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOMa', symObjAddr: 0x128C, symBinAddr: 0x2AED0, symSize: 0x10 } + - { offsetInCU: 0x174A, offset: 0x79031, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwCP', symObjAddr: 0x129C, symBinAddr: 0x2AEE0, symSize: 0x30 } + - { offsetInCU: 0x175E, offset: 0x79045, size: 0x8, addend: 0x0, symName: ___swift_memcpy36_8, symObjAddr: 0x12CC, symBinAddr: 0x2AF10, symSize: 0x14 } + - { offsetInCU: 0x1772, offset: 0x79059, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwet', symObjAddr: 0x12E0, symBinAddr: 0x2AF24, symSize: 0x20 } + - { offsetInCU: 0x1786, offset: 0x7906D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwst', symObjAddr: 0x1300, symBinAddr: 0x2AF44, symSize: 0x30 } + - { offsetInCU: 0x179A, offset: 0x79081, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVMa', symObjAddr: 0x1330, symBinAddr: 0x2AF74, symSize: 0x10 } + - { offsetInCU: 0x17AE, offset: 0x79095, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASQWb', symObjAddr: 0x1340, symBinAddr: 0x2AF84, symSize: 0x4 } + - { offsetInCU: 0x17C2, offset: 0x790A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAESQAAWl', symObjAddr: 0x1344, symBinAddr: 0x2AF88, symSize: 0x44 } + - { offsetInCU: 0x17D6, offset: 0x790BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASQWb', symObjAddr: 0x1388, symBinAddr: 0x2AFCC, symSize: 0x4 } + - { offsetInCU: 0x17EA, offset: 0x790D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOAGSQAAWl', symObjAddr: 0x138C, symBinAddr: 0x2AFD0, symSize: 0x44 } + - { offsetInCU: 0x185C, offset: 0x79143, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x7C, symBinAddr: 0x29D30, symSize: 0x3C } + - { offsetInCU: 0x18F8, offset: 0x791DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0xB8, symBinAddr: 0x29D6C, symSize: 0x4 } + - { offsetInCU: 0x1914, offset: 0x791FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0xBC, symBinAddr: 0x29D70, symSize: 0x4 } + - { offsetInCU: 0x1930, offset: 0x79217, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0xC0, symBinAddr: 0x29D74, symSize: 0x4 } + - { offsetInCU: 0x194C, offset: 0x79233, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xC4, symBinAddr: 0x29D78, symSize: 0x4 } + - { offsetInCU: 0x1A99, offset: 0x79380, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA28, symBinAddr: 0x2A6DC, symSize: 0x40 } + - { offsetInCU: 0x43, offset: 0x79626, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOh', symObjAddr: 0x468, symBinAddr: 0x2B43C, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x7977A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2B47C, symSize: 0x260 } + - { offsetInCU: 0x91, offset: 0x797E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2B47C, symSize: 0x260 } + - { offsetInCU: 0x264, offset: 0x799B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfcTo', symObjAddr: 0x260, symBinAddr: 0x2B6DC, symSize: 0x20 } + - { offsetInCU: 0x2AA, offset: 0x799F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x280, symBinAddr: 0x2B6FC, symSize: 0x7C } + - { offsetInCU: 0x2F1, offset: 0x79A40, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfc', symObjAddr: 0x2FC, symBinAddr: 0x2B778, symSize: 0x118 } + - { offsetInCU: 0x353, offset: 0x79AA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x414, symBinAddr: 0x2B890, symSize: 0x4C } + - { offsetInCU: 0x38D, offset: 0x79ADC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17markRenderUpdates8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x460, symBinAddr: 0x2B8DC, symSize: 0x14C } + - { offsetInCU: 0x510, offset: 0x79C5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15hasRenderUpdate8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x5AC, symBinAddr: 0x2BA28, symSize: 0x8 } + - { offsetInCU: 0x547, offset: 0x79C96, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x5B4, symBinAddr: 0x2BA30, symSize: 0x4 } + - { offsetInCU: 0x5E4, offset: 0x79D33, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17updateRenderScaleyyF', symObjAddr: 0x5B8, symBinAddr: 0x2BA34, symSize: 0x144 } + - { offsetInCU: 0x7D7, offset: 0x79F26, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfD', symObjAddr: 0x6FC, symBinAddr: 0x2BB78, symSize: 0x30 } + - { offsetInCU: 0x894, offset: 0x79FE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfETo', symObjAddr: 0x72C, symBinAddr: 0x2BBA8, symSize: 0x10 } + - { offsetInCU: 0x8C3, offset: 0x7A012, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCMa', symObjAddr: 0x73C, symBinAddr: 0x2BBB8, symSize: 0x20 } + - { offsetInCU: 0x8D7, offset: 0x7A026, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0x798, symBinAddr: 0x2BBD8, symSize: 0x20 } + - { offsetInCU: 0xBF, offset: 0x7A319, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x28, symBinAddr: 0x2BBF8, symSize: 0x1F4 } + - { offsetInCU: 0x53F, offset: 0x7A799, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x21C, symBinAddr: 0x2BDEC, symSize: 0xC } + - { offsetInCU: 0x57A, offset: 0x7A7D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x228, symBinAddr: 0x2BDF8, symSize: 0x20 } + - { offsetInCU: 0x5B4, offset: 0x7A80E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0x248, symBinAddr: 0x2BE18, symSize: 0xC } + - { offsetInCU: 0x60D, offset: 0x7A867, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x254, symBinAddr: 0x2BE24, symSize: 0xC } + - { offsetInCU: 0x666, offset: 0x7A8C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x260, symBinAddr: 0x2BE30, symSize: 0xC } + - { offsetInCU: 0x7FD, offset: 0x7AA57, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvg', symObjAddr: 0x26C, symBinAddr: 0x2BE3C, symSize: 0xA4 } + - { offsetInCU: 0x87B, offset: 0x7AAD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x310, symBinAddr: 0x2BEE0, symSize: 0x9C } + - { offsetInCU: 0x8F9, offset: 0x7AB53, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x3AC, symBinAddr: 0x2BF7C, symSize: 0x26C } + - { offsetInCU: 0xC1F, offset: 0x7AE79, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x618, symBinAddr: 0x2C1E8, symSize: 0x278 } + - { offsetInCU: 0xF45, offset: 0x7B19F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x890, symBinAddr: 0x2C460, symSize: 0x270 } + - { offsetInCU: 0x127A, offset: 0x7B4D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB00, symBinAddr: 0x2C6D0, symSize: 0x20 } + - { offsetInCU: 0x1296, offset: 0x7B4F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB20, symBinAddr: 0x2C6F0, symSize: 0x20 } + - { offsetInCU: 0x12B2, offset: 0x7B50C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0xB40, symBinAddr: 0x2C710, symSize: 0x20 } + - { offsetInCU: 0x12CE, offset: 0x7B528, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB60, symBinAddr: 0x2C730, symSize: 0x20 } + - { offsetInCU: 0x12EA, offset: 0x7B544, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB80, symBinAddr: 0x2C750, symSize: 0x20 } + - { offsetInCU: 0x13D6, offset: 0x7B630, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addDropShadowAnimations3for7contextyAC0dE5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xBA0, symBinAddr: 0x2C770, symSize: 0x224 } + - { offsetInCU: 0x15C8, offset: 0x7B822, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xDC4, symBinAddr: 0x2C994, symSize: 0x1C4 } + - { offsetInCU: 0x1769, offset: 0x7B9C3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xF88, symBinAddr: 0x2CB58, symSize: 0x130 } + - { offsetInCU: 0x1955, offset: 0x7BBAF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x10B8, symBinAddr: 0x2CC88, symSize: 0x22C } + - { offsetInCU: 0x1B12, offset: 0x7BD6C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6CGSizeVAC0B8Vector1DV_ANtXEfU_', symObjAddr: 0x12E4, symBinAddr: 0x2CEB4, symSize: 0x60 } + - { offsetInCU: 0x1C10, offset: 0x7BE6A, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie8KeyframeCyAH0F8Vector1DVG_Tg5', symObjAddr: 0x1384, symBinAddr: 0x2CF14, symSize: 0x154 } + - { offsetInCU: 0x1E4F, offset: 0x7C0A9, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie14PathOutputNodeC_Tg5', symObjAddr: 0x1660, symBinAddr: 0x2D1F0, symSize: 0x150 } + - { offsetInCU: 0x2105, offset: 0x7C35F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x2050, symBinAddr: 0x2DB80, symSize: 0x8 } + - { offsetInCU: 0x2119, offset: 0x7C373, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x2058, symBinAddr: 0x2DB88, symSize: 0x58 } + - { offsetInCU: 0x212D, offset: 0x7C387, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGMa', symObjAddr: 0x20B0, symBinAddr: 0x2DBE0, symSize: 0x54 } + - { offsetInCU: 0x214C, offset: 0x7C3A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x2114, symBinAddr: 0x2DC44, symSize: 0x18 } + - { offsetInCU: 0x2164, offset: 0x7C3BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x2114, symBinAddr: 0x2DC44, symSize: 0x18 } + - { offsetInCU: 0x2175, offset: 0x7C3CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x21A4, symBinAddr: 0x2DCD4, symSize: 0x8 } + - { offsetInCU: 0x2443, offset: 0x7C69D, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F41CRbzlFSbAHXEfU_AA014Vector1DEffectF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1938, symBinAddr: 0x2D4C8, symSize: 0x15C } + - { offsetInCU: 0x25C6, offset: 0x7C820, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F32CRbzlFSbAHXEfU_AA05ColorcF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1A94, symBinAddr: 0x2D624, symSize: 0x15C } + - { offsetInCU: 0x275E, offset: 0x7C9B8, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVyAByxGqd__c7ElementQyd__RszSTRd__lufC6Lottie8KeyframeCyAF0D8Vector1DVG_SayAKGTg5Tf4nd_n', symObjAddr: 0x1BF0, symBinAddr: 0x2D780, symSize: 0xC4 } + - { offsetInCU: 0x75, offset: 0x7CD8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x2DCE0, symSize: 0x58 } + - { offsetInCU: 0xDA, offset: 0x7CDF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCACycfcTo', symObjAddr: 0x58, symBinAddr: 0x2DD38, symSize: 0x2C } + - { offsetInCU: 0x169, offset: 0x7CE83, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5layerACyp_tcfcTo', symObjAddr: 0x84, symBinAddr: 0x2DD64, symSize: 0x54 } + - { offsetInCU: 0x1D0, offset: 0x7CEEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCfD', symObjAddr: 0xD8, symBinAddr: 0x2DDB8, symSize: 0x30 } + - { offsetInCU: 0x338, offset: 0x7D052, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF', symObjAddr: 0x108, symBinAddr: 0x2DDE8, symSize: 0x30C } + - { offsetInCU: 0x5F1, offset: 0x7D30B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tFSSyXEfu_TA', symObjAddr: 0x414, symBinAddr: 0x2E0F4, symSize: 0x30 } + - { offsetInCU: 0x62F, offset: 0x7D349, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x444, symBinAddr: 0x2E124, symSize: 0x8 } + - { offsetInCU: 0x643, offset: 0x7D35D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCMa', symObjAddr: 0x9E8, symBinAddr: 0x2E6B8, symSize: 0x20 } + - { offsetInCU: 0x27E, offset: 0x7D84E, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6renderyySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x2F024, symSize: 0x9D8 } + - { offsetInCU: 0xCFF, offset: 0x7E2CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x9D8, symBinAddr: 0x2F9FC, symSize: 0x44 } + - { offsetInCU: 0xD76, offset: 0x7E346, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfD', symObjAddr: 0xA24, symBinAddr: 0x2FA48, symSize: 0x2C } + - { offsetInCU: 0xDEE, offset: 0x7E3BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xA70, symBinAddr: 0x2FA94, symSize: 0xC } + - { offsetInCU: 0xE20, offset: 0x7E3F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeI0C_tFTW', symObjAddr: 0xA7C, symBinAddr: 0x2FAA0, symSize: 0x4 } + - { offsetInCU: 0xE3C, offset: 0x7E40C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xA80, symBinAddr: 0x2FAA4, symSize: 0x4 } + - { offsetInCU: 0xE58, offset: 0x7E428, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xA84, symBinAddr: 0x2FAA8, symSize: 0x20 } + - { offsetInCU: 0xED0, offset: 0x7E4A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfE', symObjAddr: 0xA1C, symBinAddr: 0x2FA40, symSize: 0x8 } + - { offsetInCU: 0xEFD, offset: 0x7E4CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCMa', symObjAddr: 0xA50, symBinAddr: 0x2FA74, symSize: 0x20 } + - { offsetInCU: 0xF11, offset: 0x7E4E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOh', symObjAddr: 0xB14, symBinAddr: 0x2FAF8, symSize: 0x40 } + - { offsetInCU: 0xF25, offset: 0x7E4F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOb', symObjAddr: 0xB54, symBinAddr: 0x2FB38, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0x7E8A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x2FC38, symSize: 0x10 } + - { offsetInCU: 0x69, offset: 0x7E8C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfc', symObjAddr: 0x10, symBinAddr: 0x2FC48, symSize: 0x8 } + - { offsetInCU: 0x98, offset: 0x7E8F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF', symObjAddr: 0x18, symBinAddr: 0x2FC50, symSize: 0x48 } + - { offsetInCU: 0xC7, offset: 0x7E91F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfd', symObjAddr: 0x60, symBinAddr: 0x2FC98, symSize: 0x8 } + - { offsetInCU: 0xF6, offset: 0x7E94E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfD', symObjAddr: 0x68, symBinAddr: 0x2FCA0, symSize: 0x10 } + - { offsetInCU: 0x15B, offset: 0x7E9B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCAA09AnimationcD0A2aDP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x78, symBinAddr: 0x2FCB0, symSize: 0x48 } + - { offsetInCU: 0x1A3, offset: 0x7E9FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0xC0, symBinAddr: 0x2FCF8, symSize: 0x8 } + - { offsetInCU: 0x1E6, offset: 0x7EA3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC8, symBinAddr: 0x2FD00, symSize: 0x8 } + - { offsetInCU: 0x202, offset: 0x7EA5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCMa', symObjAddr: 0xD8, symBinAddr: 0x2FD10, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x7EBF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x2FD44, symSize: 0x5C } + - { offsetInCU: 0x4B, offset: 0x7EC1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ', symObjAddr: 0x218, symBinAddr: 0x1EA268, symSize: 0x0 } + - { offsetInCU: 0x70, offset: 0x7EC41, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x2FD44, symSize: 0x5C } + - { offsetInCU: 0xB0, offset: 0x7EC81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ', symObjAddr: 0x5C, symBinAddr: 0x2FDA0, symSize: 0x70 } + - { offsetInCU: 0xE8, offset: 0x7ECB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ', symObjAddr: 0xCC, symBinAddr: 0x2FE10, symSize: 0x80 } + - { offsetInCU: 0x130, offset: 0x7ED01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ', symObjAddr: 0x14C, symBinAddr: 0x2FE90, symSize: 0x6C } + - { offsetInCU: 0x168, offset: 0x7ED39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ.resume.0', symObjAddr: 0x1B8, symBinAddr: 0x2FEFC, symSize: 0x4 } + - { offsetInCU: 0x194, offset: 0x7ED65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheOMa', symObjAddr: 0x1BC, symBinAddr: 0x2FF00, symSize: 0x10 } + - { offsetInCU: 0x1A8, offset: 0x7ED79, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAcA0cD8ProviderAAWl', symObjAddr: 0x1CC, symBinAddr: 0x2FF10, symSize: 0x48 } + - { offsetInCU: 0x388, offset: 0x7F273, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC04textC5Model7contextAcA0bcE0C_AA0C7ContextVtKcfc', symObjAddr: 0x0, symBinAddr: 0x2FF58, symSize: 0x14C } + - { offsetInCU: 0x433, offset: 0x7F31E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC015configureRenderC04withyAA0C7ContextV_tKF', symObjAddr: 0x14C, symBinAddr: 0x300A4, symSize: 0x8F4 } + - { offsetInCU: 0xAC1, offset: 0x7F9AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xA40, symBinAddr: 0x30998, symSize: 0xAC } + - { offsetInCU: 0xB0B, offset: 0x7F9F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfc', symObjAddr: 0xAEC, symBinAddr: 0x30A44, symSize: 0x200 } + - { offsetInCU: 0xBDB, offset: 0x7FAC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfcTo', symObjAddr: 0xCEC, symBinAddr: 0x30C44, symSize: 0x4C } + - { offsetInCU: 0xBF7, offset: 0x7FAE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0xD38, symBinAddr: 0x30C90, symSize: 0x758 } + - { offsetInCU: 0xEA5, offset: 0x7FD90, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfD', symObjAddr: 0x14BC, symBinAddr: 0x31414, symSize: 0x34 } + - { offsetInCU: 0x123F, offset: 0x8012A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfE', symObjAddr: 0x1490, symBinAddr: 0x313E8, symSize: 0x2C } + - { offsetInCU: 0x126C, offset: 0x80157, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfETo', symObjAddr: 0x14F0, symBinAddr: 0x31448, symSize: 0x38 } + - { offsetInCU: 0x129B, offset: 0x80186, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCMa', symObjAddr: 0x1528, symBinAddr: 0x31480, symSize: 0x20 } + - { offsetInCU: 0x12BA, offset: 0x801A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFAA12TextDocumentC_Tg5Tf4nnddn_g', symObjAddr: 0x15D0, symBinAddr: 0x314EC, symSize: 0xA0 } + - { offsetInCU: 0x135B, offset: 0x80246, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x1670, symBinAddr: 0x3158C, symSize: 0x8 } + - { offsetInCU: 0x136F, offset: 0x8025A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x1678, symBinAddr: 0x31594, symSize: 0x8 } + - { offsetInCU: 0x1383, offset: 0x8026E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_TA', symObjAddr: 0x1748, symBinAddr: 0x3159C, symSize: 0x8 } + - { offsetInCU: 0x1397, offset: 0x80282, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOy', symObjAddr: 0x1750, symBinAddr: 0x315A4, symSize: 0x10 } + - { offsetInCU: 0x677, offset: 0x80CD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFAA12TextDocumentC_Tg5', symObjAddr: 0x1744, symBinAddr: 0x32DB0, symSize: 0x60 } + - { offsetInCU: 0x7A1, offset: 0x80DFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC04textD00E8Provider04fontF0013rootAnimationD0AcA0bD5ModelC_AA0i7KeypathbF0_pAA0i4FontF0_pAA010MainThreadiD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x3166C, symSize: 0x500 } + - { offsetInCU: 0xB77, offset: 0x811D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x500, symBinAddr: 0x31B6C, symSize: 0xCC } + - { offsetInCU: 0xBC1, offset: 0x8121F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x5CC, symBinAddr: 0x31C38, symSize: 0x240 } + - { offsetInCU: 0xC5A, offset: 0x812B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x80C, symBinAddr: 0x31E78, symSize: 0x4C } + - { offsetInCU: 0xC76, offset: 0x812D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC20fullAnimationKeypathAA0fG0Vvg', symObjAddr: 0x858, symBinAddr: 0x31EC4, symSize: 0x234 } + - { offsetInCU: 0xDC1, offset: 0x8141F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xA8C, symBinAddr: 0x320F8, symSize: 0xCB8 } + - { offsetInCU: 0x161D, offset: 0x81C7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x17A4, symBinAddr: 0x32E10, symSize: 0x54 } + - { offsetInCU: 0x16A6, offset: 0x81D04, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfD', symObjAddr: 0x1874, symBinAddr: 0x32EE0, symSize: 0x34 } + - { offsetInCU: 0x192E, offset: 0x81F8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfE', symObjAddr: 0x17F8, symBinAddr: 0x32E64, symSize: 0x7C } + - { offsetInCU: 0x195B, offset: 0x81FB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfETo', symObjAddr: 0x18A8, symBinAddr: 0x32F14, symSize: 0x88 } + - { offsetInCU: 0x198A, offset: 0x81FE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCMa', symObjAddr: 0x1930, symBinAddr: 0x32F9C, symSize: 0x20 } + - { offsetInCU: 0x1B28, offset: 0x82186, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1974, symBinAddr: 0x32FBC, symSize: 0x4F4 } + - { offsetInCU: 0x2079, offset: 0x826D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchable_pWOb', symObjAddr: 0x1FC8, symBinAddr: 0x33514, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x82CF5, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x3352C, symSize: 0x27C } + - { offsetInCU: 0x214, offset: 0x82EE2, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x3352C, symSize: 0x27C } + - { offsetInCU: 0x41A, offset: 0x830E8, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKFSo9CGPathRefaAI8KeyframeVXEfU_', symObjAddr: 0x27C, symBinAddr: 0x337A8, symSize: 0xAC } + - { offsetInCU: 0x590, offset: 0x8325E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x328, symBinAddr: 0x33854, symSize: 0x104 } + - { offsetInCU: 0x661, offset: 0x8332F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x42C, symBinAddr: 0x33958, symSize: 0x4 } + - { offsetInCU: 0x67E, offset: 0x8334C, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSgWOb', symObjAddr: 0x454, symBinAddr: 0x33980, symSize: 0x48 } + - { offsetInCU: 0x692, offset: 0x83360, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x4DC, symBinAddr: 0x339C8, symSize: 0x8 } + - { offsetInCU: 0x6A6, offset: 0x83374, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x4E4, symBinAddr: 0x339D0, symSize: 0x58 } + - { offsetInCU: 0x6BA, offset: 0x83388, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwCP', symObjAddr: 0x590, symBinAddr: 0x33A28, symSize: 0x30 } + - { offsetInCU: 0x6CE, offset: 0x8339C, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x5C4, symBinAddr: 0x33A58, symSize: 0x14 } + - { offsetInCU: 0x6E2, offset: 0x833B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwet', symObjAddr: 0x5D8, symBinAddr: 0x33A6C, symSize: 0x20 } + - { offsetInCU: 0x6F6, offset: 0x833C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwst', symObjAddr: 0x5F8, symBinAddr: 0x33A8C, symSize: 0x38 } + - { offsetInCU: 0x70A, offset: 0x833D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVMa', symObjAddr: 0x630, symBinAddr: 0x33AC4, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x8366F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x33AD4, symSize: 0x1A4 } + - { offsetInCU: 0x4F, offset: 0x83693, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding12CoreGraphics7CGFloatVvpZ', symObjAddr: 0x41A8, symBinAddr: 0x2085D0, symSize: 0x0 } + - { offsetInCU: 0x7A, offset: 0x836BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x33AD4, symSize: 0x1A4 } + - { offsetInCU: 0x10A, offset: 0x8374E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tF', symObjAddr: 0x1A4, symBinAddr: 0x33C78, symSize: 0x164 } + - { offsetInCU: 0x1FC, offset: 0x83840, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCACycfcTo', symObjAddr: 0x308, symBinAddr: 0x33DDC, symSize: 0x50 } + - { offsetInCU: 0x25F, offset: 0x838A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x358, symBinAddr: 0x33E2C, symSize: 0xB0 } + - { offsetInCU: 0x2CC, offset: 0x83910, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x408, symBinAddr: 0x33EDC, symSize: 0x58 } + - { offsetInCU: 0x30F, offset: 0x83953, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCfD', symObjAddr: 0x460, symBinAddr: 0x33F34, symSize: 0x34 } + - { offsetInCU: 0x3E5, offset: 0x83A29, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCMa', symObjAddr: 0x494, symBinAddr: 0x33F68, symSize: 0x20 } + - { offsetInCU: 0x404, offset: 0x83A48, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC6layout16superlayerBoundsySo6CGRectV_tF', symObjAddr: 0x4B4, symBinAddr: 0x33F88, symSize: 0xE4 } + - { offsetInCU: 0x4BE, offset: 0x83B02, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x598, symBinAddr: 0x3406C, symSize: 0x4 } + - { offsetInCU: 0x4DA, offset: 0x83B1E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding_WZ', symObjAddr: 0x59C, symBinAddr: 0x34070, symSize: 0x14 } + - { offsetInCU: 0x4F4, offset: 0x83B38, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0x5B0, symBinAddr: 0x34084, symSize: 0x24 } + - { offsetInCU: 0x4F, offset: 0x83D64, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ', symObjAddr: 0x1808, symBinAddr: 0x1EA358, symSize: 0x0 } + - { offsetInCU: 0x87, offset: 0x83D9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfC', symObjAddr: 0x0, symBinAddr: 0x340A8, symSize: 0xE0 } + - { offsetInCU: 0x11E, offset: 0x83E33, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfc', symObjAddr: 0xE0, symBinAddr: 0x34188, symSize: 0xD0 } + - { offsetInCU: 0x1B2, offset: 0x83EC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ', symObjAddr: 0x2D4, symBinAddr: 0x3433C, symSize: 0x40 } + - { offsetInCU: 0x1E9, offset: 0x83EFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg', symObjAddr: 0x314, symBinAddr: 0x3437C, symSize: 0xC } + - { offsetInCU: 0x206, offset: 0x83F1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs', symObjAddr: 0x320, symBinAddr: 0x34388, symSize: 0x40 } + - { offsetInCU: 0x292, offset: 0x83FA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM', symObjAddr: 0x360, symBinAddr: 0x343C8, symSize: 0x20 } + - { offsetInCU: 0x306, offset: 0x8401B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM.resume.0', symObjAddr: 0x380, symBinAddr: 0x343E8, symSize: 0x44 } + - { offsetInCU: 0x370, offset: 0x84085, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC05clearD0yyF', symObjAddr: 0x3C4, symBinAddr: 0x3442C, symSize: 0x70 } + - { offsetInCU: 0x3DF, offset: 0x840F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF', symObjAddr: 0x434, symBinAddr: 0x3449C, symSize: 0x34 } + - { offsetInCU: 0x408, offset: 0x8411D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF', symObjAddr: 0x684, symBinAddr: 0x346EC, symSize: 0x48 } + - { offsetInCU: 0x43B, offset: 0x84150, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfd', symObjAddr: 0xD5C, symBinAddr: 0x34DC4, symSize: 0x1C } + - { offsetInCU: 0x476, offset: 0x8418B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfD', symObjAddr: 0xD78, symBinAddr: 0x34DE0, symSize: 0x24 } + - { offsetInCU: 0x4EB, offset: 0x84200, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP9animation6forKeyAA0aC0CSgSS_tFTW', symObjAddr: 0xD9C, symBinAddr: 0x34E04, symSize: 0x34 } + - { offsetInCU: 0x568, offset: 0x8427D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP03setC0_6forKeyyAA0aC0C_SStFTW', symObjAddr: 0xDD0, symBinAddr: 0x34E38, symSize: 0x48 } + - { offsetInCU: 0x5B7, offset: 0x842CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP05clearD0yyFTW', symObjAddr: 0xE18, symBinAddr: 0x34E80, symSize: 0x4 } + - { offsetInCU: 0x64E, offset: 0x84363, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0_WZ', symObjAddr: 0x1F0, symBinAddr: 0x34258, symSize: 0xE4 } + - { offsetInCU: 0x746, offset: 0x8445B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC5value6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x468, symBinAddr: 0x344D0, symSize: 0xF4 } + - { offsetInCU: 0x8F2, offset: 0x84607, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_So10CGImageRefaTg5', symObjAddr: 0x6CC, symBinAddr: 0x34734, symSize: 0x228 } + - { offsetInCU: 0xA56, offset: 0x8476B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA0A9AnimationCTg5', symObjAddr: 0x8F4, symBinAddr: 0x3495C, symSize: 0x234 } + - { offsetInCU: 0xBBA, offset: 0x848CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA03DotA4FileCTg5', symObjAddr: 0xB28, symBinAddr: 0x34B90, symSize: 0x234 } + - { offsetInCU: 0xD13, offset: 0x84A28, size: 0x8, addend: 0x0, symName: '_$s10Foundation12NotificationVIeghn_So14NSNotificationCIeyBhy_TR', symObjAddr: 0x1070, symBinAddr: 0x350D8, symSize: 0xA4 } + - { offsetInCU: 0xD2B, offset: 0x84A40, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCMa', symObjAddr: 0x1314, symBinAddr: 0x3537C, symSize: 0x20 } + - { offsetInCU: 0xD3F, offset: 0x84A54, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC11removeValue6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x13B0, symBinAddr: 0x35418, symSize: 0xE4 } + - { offsetInCU: 0xDBF, offset: 0x84AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA03DotA4FileCTg5TA', symObjAddr: 0x1788, symBinAddr: 0x357F0, symSize: 0x18 } + - { offsetInCU: 0xDD3, offset: 0x84AE8, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x17A0, symBinAddr: 0x35808, symSize: 0x10 } + - { offsetInCU: 0xDE7, offset: 0x84AFC, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x17B0, symBinAddr: 0x35818, symSize: 0x8 } + - { offsetInCU: 0xDFB, offset: 0x84B10, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA0A9AnimationCTg5TA', symObjAddr: 0x17B8, symBinAddr: 0x35820, symSize: 0x18 } + - { offsetInCU: 0xE0F, offset: 0x84B24, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_So10CGImageRefaTg5TA', symObjAddr: 0x17D0, symBinAddr: 0x35838, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x84E28, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x35868, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x84E4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x35868, symSize: 0x8 } + - { offsetInCU: 0x77, offset: 0x84E78, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ', symObjAddr: 0x8, symBinAddr: 0x35870, symSize: 0xC } + - { offsetInCU: 0xE5, offset: 0x84EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfC', symObjAddr: 0x5C, symBinAddr: 0x358C4, symSize: 0x180 } + - { offsetInCU: 0x1A8, offset: 0x84FA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfC', symObjAddr: 0x1DC, symBinAddr: 0x35A44, symSize: 0x124 } + - { offsetInCU: 0x217, offset: 0x85018, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueSSvg', symObjAddr: 0x300, symBinAddr: 0x35B68, symSize: 0x74 } + - { offsetInCU: 0x243, offset: 0x85044, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueSSvg', symObjAddr: 0x374, symBinAddr: 0x35BDC, symSize: 0x50 } + - { offsetInCU: 0x2AE, offset: 0x850AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO11descriptionSSvg', symObjAddr: 0x3C4, symBinAddr: 0x35C2C, symSize: 0x74 } + - { offsetInCU: 0x2F5, offset: 0x850F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x438, symBinAddr: 0x35CA0, symSize: 0xC } + - { offsetInCU: 0x311, offset: 0x85112, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x444, symBinAddr: 0x35CAC, symSize: 0x24 } + - { offsetInCU: 0x32D, offset: 0x8512E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x468, symBinAddr: 0x35CD0, symSize: 0x4 } + - { offsetInCU: 0x349, offset: 0x8514A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO11descriptionSSvg', symObjAddr: 0x46C, symBinAddr: 0x35CD4, symSize: 0x50 } + - { offsetInCU: 0x378, offset: 0x85179, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASQWb', symObjAddr: 0x4BC, symBinAddr: 0x35D24, symSize: 0x4 } + - { offsetInCU: 0x38C, offset: 0x8518D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOACSQAAWl', symObjAddr: 0x4C0, symBinAddr: 0x35D28, symSize: 0x44 } + - { offsetInCU: 0x3A0, offset: 0x851A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASQWb', symObjAddr: 0x504, symBinAddr: 0x35D6C, symSize: 0x4 } + - { offsetInCU: 0x3B4, offset: 0x851B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOACSQAAWl', symObjAddr: 0x508, symBinAddr: 0x35D70, symSize: 0x44 } + - { offsetInCU: 0x3C8, offset: 0x851C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x54C, symBinAddr: 0x35DB4, symSize: 0xC } + - { offsetInCU: 0x3E4, offset: 0x851E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x558, symBinAddr: 0x35DC0, symSize: 0x24 } + - { offsetInCU: 0x400, offset: 0x85201, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x57C, symBinAddr: 0x35DE4, symSize: 0x4 } + - { offsetInCU: 0x41C, offset: 0x8521D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwet', symObjAddr: 0x590, symBinAddr: 0x35DE8, symSize: 0xA4 } + - { offsetInCU: 0x430, offset: 0x85231, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwst', symObjAddr: 0x634, symBinAddr: 0x35E8C, symSize: 0xC4 } + - { offsetInCU: 0x444, offset: 0x85245, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwug', symObjAddr: 0x6F8, symBinAddr: 0x35F50, symSize: 0x14 } + - { offsetInCU: 0x458, offset: 0x85259, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwup', symObjAddr: 0x70C, symBinAddr: 0x35F64, symSize: 0x4 } + - { offsetInCU: 0x46C, offset: 0x8526D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwui', symObjAddr: 0x710, symBinAddr: 0x35F68, symSize: 0x10 } + - { offsetInCU: 0x480, offset: 0x85281, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOMa', symObjAddr: 0x720, symBinAddr: 0x35F78, symSize: 0x10 } + - { offsetInCU: 0x494, offset: 0x85295, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwet', symObjAddr: 0x730, symBinAddr: 0x35F88, symSize: 0x90 } + - { offsetInCU: 0x4A8, offset: 0x852A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwst', symObjAddr: 0x7C0, symBinAddr: 0x36018, symSize: 0xBC } + - { offsetInCU: 0x4BC, offset: 0x852BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwug', symObjAddr: 0x87C, symBinAddr: 0x360D4, symSize: 0x8 } + - { offsetInCU: 0x4D0, offset: 0x852D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwup', symObjAddr: 0x884, symBinAddr: 0x360DC, symSize: 0x4 } + - { offsetInCU: 0x4E4, offset: 0x852E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwui', symObjAddr: 0x888, symBinAddr: 0x360E0, symSize: 0xC } + - { offsetInCU: 0x4F8, offset: 0x852F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOMa', symObjAddr: 0x894, symBinAddr: 0x360EC, symSize: 0x10 } + - { offsetInCU: 0x51D, offset: 0x8531E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x3587C, symSize: 0x8 } + - { offsetInCU: 0x539, offset: 0x8533A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C, symBinAddr: 0x35884, symSize: 0x8 } + - { offsetInCU: 0x555, offset: 0x85356, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x24, symBinAddr: 0x3588C, symSize: 0x8 } + - { offsetInCU: 0x571, offset: 0x85372, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2C, symBinAddr: 0x35894, symSize: 0xC } + - { offsetInCU: 0x58D, offset: 0x8538E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x38, symBinAddr: 0x358A0, symSize: 0xC } + - { offsetInCU: 0x5A9, offset: 0x853AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH9hashValueSivgTW', symObjAddr: 0x44, symBinAddr: 0x358AC, symSize: 0x8 } + - { offsetInCU: 0x5C5, offset: 0x853C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4C, symBinAddr: 0x358B4, symSize: 0x8 } + - { offsetInCU: 0x5E1, offset: 0x853E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x54, symBinAddr: 0x358BC, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x85575, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x360FC, symSize: 0x2B4 } + - { offsetInCU: 0x195, offset: 0x856DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x360FC, symSize: 0x2B4 } + - { offsetInCU: 0x377, offset: 0x858C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC03addC6LayersyySayAA0c11CompositionB0CGF', symObjAddr: 0x2B4, symBinAddr: 0x363B0, symSize: 0x3BC } + - { offsetInCU: 0x5EA, offset: 0x85B34, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCfD', symObjAddr: 0x670, symBinAddr: 0x3676C, symSize: 0x34 } + - { offsetInCU: 0x686, offset: 0x85BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCMa', symObjAddr: 0x6A4, symBinAddr: 0x367A0, symSize: 0x20 } + - { offsetInCU: 0x69A, offset: 0x85BE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOc', symObjAddr: 0x6C4, symBinAddr: 0x367C0, symSize: 0x44 } + - { offsetInCU: 0x27, offset: 0x85E6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x36804, symSize: 0x70 } + - { offsetInCU: 0x81, offset: 0x85EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x36804, symSize: 0x70 } + - { offsetInCU: 0xC8, offset: 0x85F0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc', symObjAddr: 0x70, symBinAddr: 0x36874, symSize: 0xBC } + - { offsetInCU: 0x131, offset: 0x85F75, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfC', symObjAddr: 0x12C, symBinAddr: 0x36930, symSize: 0x78 } + - { offsetInCU: 0x17F, offset: 0x85FC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc', symObjAddr: 0x1A4, symBinAddr: 0x369A8, symSize: 0x64 } + - { offsetInCU: 0x1B2, offset: 0x85FF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x208, symBinAddr: 0x36A0C, symSize: 0x5B8 } + - { offsetInCU: 0x31F, offset: 0x86163, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_', symObjAddr: 0x800, symBinAddr: 0x36FC4, symSize: 0x90 } + - { offsetInCU: 0x3F6, offset: 0x8623A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x890, symBinAddr: 0x37054, symSize: 0x10 } + - { offsetInCU: 0x419, offset: 0x8625D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfd', symObjAddr: 0x8A0, symBinAddr: 0x37064, symSize: 0x54 } + - { offsetInCU: 0x456, offset: 0x8629A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfD', symObjAddr: 0x8F4, symBinAddr: 0x370B8, symSize: 0x60 } + - { offsetInCU: 0x4A3, offset: 0x862E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x954, symBinAddr: 0x37118, symSize: 0x20 } + - { offsetInCU: 0x4E9, offset: 0x8632D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x974, symBinAddr: 0x37138, symSize: 0x14 } + - { offsetInCU: 0x5BE, offset: 0x86402, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x988, symBinAddr: 0x3714C, symSize: 0x14 } + - { offsetInCU: 0x623, offset: 0x86467, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x99C, symBinAddr: 0x37160, symSize: 0x1C } + - { offsetInCU: 0x655, offset: 0x86499, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_TA', symObjAddr: 0x9B8, symBinAddr: 0x3717C, symSize: 0x8 } + - { offsetInCU: 0x669, offset: 0x864AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x9C0, symBinAddr: 0x37184, symSize: 0x8 } + - { offsetInCU: 0x67D, offset: 0x864C1, size: 0x8, addend: 0x0, symName: '_$sSo6NSDataC10contentsOf7optionsAB10Foundation3URLV_So0A14ReadingOptionsVtKcfcTO', symObjAddr: 0xA08, symBinAddr: 0x3718C, symSize: 0x120 } + - { offsetInCU: 0x69C, offset: 0x864E0, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0xB28, symBinAddr: 0x372AC, symSize: 0x50 } + - { offsetInCU: 0x6B0, offset: 0x864F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMU', symObjAddr: 0xBBC, symBinAddr: 0x372FC, symSize: 0x8 } + - { offsetInCU: 0x6C4, offset: 0x86508, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMa', symObjAddr: 0xBC4, symBinAddr: 0x37304, symSize: 0x3C } + - { offsetInCU: 0x6D8, offset: 0x8651C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMr', symObjAddr: 0xC00, symBinAddr: 0x37340, symSize: 0x74 } + - { offsetInCU: 0x4B, offset: 0x8679D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x373E8, symSize: 0x10 } + - { offsetInCU: 0x69, offset: 0x867BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfc', symObjAddr: 0x304, symBinAddr: 0x376EC, symSize: 0x8 } + - { offsetInCU: 0x98, offset: 0x867EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x3E8, symBinAddr: 0x376F4, symSize: 0x30 } + - { offsetInCU: 0xC3, offset: 0x86815, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF', symObjAddr: 0x418, symBinAddr: 0x37724, symSize: 0x30 } + - { offsetInCU: 0xFE, offset: 0x86850, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfd', symObjAddr: 0x448, symBinAddr: 0x37754, symSize: 0x8 } + - { offsetInCU: 0x12D, offset: 0x8687F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfD', symObjAddr: 0x450, symBinAddr: 0x3775C, symSize: 0x10 } + - { offsetInCU: 0x192, offset: 0x868E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x46C, symBinAddr: 0x37778, symSize: 0x30 } + - { offsetInCU: 0x1DA, offset: 0x8692C, size: 0x8, addend: 0x0, symName: '_$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF', symObjAddr: 0x10, symBinAddr: 0x373F8, symSize: 0xC } + - { offsetInCU: 0x251, offset: 0x869A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfC', symObjAddr: 0x1C, symBinAddr: 0x37404, symSize: 0x30 } + - { offsetInCU: 0x296, offset: 0x869E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc', symObjAddr: 0x4C, symBinAddr: 0x37434, symSize: 0xC } + - { offsetInCU: 0x2BD, offset: 0x86A0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF', symObjAddr: 0x58, symBinAddr: 0x37440, symSize: 0x198 } + - { offsetInCU: 0x462, offset: 0x86BB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x1F0, symBinAddr: 0x375D8, symSize: 0xAC } + - { offsetInCU: 0x4D3, offset: 0x86C25, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfd', symObjAddr: 0x29C, symBinAddr: 0x37684, symSize: 0x1C } + - { offsetInCU: 0x50E, offset: 0x86C60, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfD', symObjAddr: 0x2B8, symBinAddr: 0x376A0, symSize: 0x24 } + - { offsetInCU: 0x559, offset: 0x86CAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x2DC, symBinAddr: 0x376C4, symSize: 0x4 } + - { offsetInCU: 0x575, offset: 0x86CC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x2E0, symBinAddr: 0x376C8, symSize: 0x4 } + - { offsetInCU: 0x5FB, offset: 0x86D4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x2E4, symBinAddr: 0x376CC, symSize: 0xC } + - { offsetInCU: 0x675, offset: 0x86DC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2F0, symBinAddr: 0x376D8, symSize: 0x14 } + - { offsetInCU: 0x6CD, offset: 0x86E1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x460, symBinAddr: 0x3776C, symSize: 0xC } + - { offsetInCU: 0x6E9, offset: 0x86E3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x49C, symBinAddr: 0x377A8, symSize: 0x8 } + - { offsetInCU: 0x72C, offset: 0x86E7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4A4, symBinAddr: 0x377B0, symSize: 0x8 } + - { offsetInCU: 0x774, offset: 0x86EC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCMa', symObjAddr: 0x748, symBinAddr: 0x37A54, symSize: 0x20 } + - { offsetInCU: 0x788, offset: 0x86EDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCMa', symObjAddr: 0x77C, symBinAddr: 0x37A88, symSize: 0x20 } + - { offsetInCU: 0x848, offset: 0x86F9A, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SSTg5Tf4nnd_n', symObjAddr: 0x4AC, symBinAddr: 0x377B8, symSize: 0x28C } + - { offsetInCU: 0x27, offset: 0x871DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x37ABC, symSize: 0x9E0 } + - { offsetInCU: 0x24E, offset: 0x87405, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x37ABC, symSize: 0x9E0 } + - { offsetInCU: 0x91A, offset: 0x87AD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfd', symObjAddr: 0x9E0, symBinAddr: 0x3849C, symSize: 0x74 } + - { offsetInCU: 0x947, offset: 0x87AFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfD', symObjAddr: 0xA54, symBinAddr: 0x38510, symSize: 0x1C } + - { offsetInCU: 0x983, offset: 0x87B3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xA90, symBinAddr: 0x3854C, symSize: 0xC } + - { offsetInCU: 0x9C4, offset: 0x87B7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xA9C, symBinAddr: 0x38558, symSize: 0x30 } + - { offsetInCU: 0xA05, offset: 0x87BBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xACC, symBinAddr: 0x38588, symSize: 0xC } + - { offsetInCU: 0xA37, offset: 0x87BEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAD8, symBinAddr: 0x38594, symSize: 0xC } + - { offsetInCU: 0xA65, offset: 0x87C1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCMa', symObjAddr: 0xA70, symBinAddr: 0x3852C, symSize: 0x20 } + - { offsetInCU: 0xAD3, offset: 0x87C8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC9transformAcA0C0C_tcfc', symObjAddr: 0xAE4, symBinAddr: 0x385A0, symSize: 0x168 } + - { offsetInCU: 0xB7B, offset: 0x87D32, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCfD', symObjAddr: 0xC4C, symBinAddr: 0x38708, symSize: 0x34 } + - { offsetInCU: 0xBDC, offset: 0x87D93, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xCA0, symBinAddr: 0x3875C, symSize: 0x44 } + - { offsetInCU: 0xC28, offset: 0x87DDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xCE4, symBinAddr: 0x387A0, symSize: 0x24 } + - { offsetInCU: 0xC69, offset: 0x87E20, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xD08, symBinAddr: 0x387C4, symSize: 0xC } + - { offsetInCU: 0xCAA, offset: 0x87E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xD14, symBinAddr: 0x387D0, symSize: 0x4 } + - { offsetInCU: 0xCCA, offset: 0x87E81, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xD14, symBinAddr: 0x387D0, symSize: 0x4 } + - { offsetInCU: 0xCEB, offset: 0x87EA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xD18, symBinAddr: 0x387D4, symSize: 0x8 } + - { offsetInCU: 0xD0B, offset: 0x87EC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xD18, symBinAddr: 0x387D4, symSize: 0x8 } + - { offsetInCU: 0xD2C, offset: 0x87EE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xD20, symBinAddr: 0x387DC, symSize: 0x8 } + - { offsetInCU: 0xD4C, offset: 0x87F03, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xD20, symBinAddr: 0x387DC, symSize: 0x8 } + - { offsetInCU: 0xD6D, offset: 0x87F24, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xD28, symBinAddr: 0x387E4, symSize: 0x8 } + - { offsetInCU: 0xD8D, offset: 0x87F44, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xD28, symBinAddr: 0x387E4, symSize: 0x8 } + - { offsetInCU: 0xDAE, offset: 0x87F65, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xD30, symBinAddr: 0x387EC, symSize: 0x8 } + - { offsetInCU: 0xDCE, offset: 0x87F85, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xD30, symBinAddr: 0x387EC, symSize: 0x8 } + - { offsetInCU: 0xDEF, offset: 0x87FA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xD38, symBinAddr: 0x387F4, symSize: 0x8 } + - { offsetInCU: 0xE0F, offset: 0x87FC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xD38, symBinAddr: 0x387F4, symSize: 0x8 } + - { offsetInCU: 0xE30, offset: 0x87FE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xD40, symBinAddr: 0x387FC, symSize: 0x8 } + - { offsetInCU: 0xE50, offset: 0x88007, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xD40, symBinAddr: 0x387FC, symSize: 0x8 } + - { offsetInCU: 0xE71, offset: 0x88028, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xD48, symBinAddr: 0x38804, symSize: 0xC } + - { offsetInCU: 0xE91, offset: 0x88048, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xD48, symBinAddr: 0x38804, symSize: 0xC } + - { offsetInCU: 0xEB2, offset: 0x88069, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xD54, symBinAddr: 0x38810, symSize: 0x10 } + - { offsetInCU: 0xED2, offset: 0x88089, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xD54, symBinAddr: 0x38810, symSize: 0x10 } + - { offsetInCU: 0xF0E, offset: 0x880C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xD64, symBinAddr: 0x38820, symSize: 0x18 } + - { offsetInCU: 0xF4D, offset: 0x88104, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xD7C, symBinAddr: 0x38838, symSize: 0x41C } + - { offsetInCU: 0x12C1, offset: 0x88478, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCMa', symObjAddr: 0xC80, symBinAddr: 0x3873C, symSize: 0x20 } + - { offsetInCU: 0x13FD, offset: 0x885B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOc', symObjAddr: 0x1198, symBinAddr: 0x38C54, symSize: 0x44 } + - { offsetInCU: 0x1411, offset: 0x885C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOb', symObjAddr: 0x1294, symBinAddr: 0x38C98, symSize: 0x18 } + - { offsetInCU: 0x75, offset: 0x88920, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x1C0, symBinAddr: 0x38E70, symSize: 0x130 } + - { offsetInCU: 0x111, offset: 0x889BC, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSDySSypGSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x478, symBinAddr: 0x39128, symSize: 0x130 } + - { offsetInCU: 0x1FB, offset: 0x88AA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC19reducedMotionMarkerAA0E0CSgvg', symObjAddr: 0xB90, symBinAddr: 0x39840, symSize: 0x134 } + - { offsetInCU: 0x32A, offset: 0x88BD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xE94, symBinAddr: 0x39B44, symSize: 0x4C } + - { offsetInCU: 0x33E, offset: 0x88BE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xEE0, symBinAddr: 0x39B90, symSize: 0x790 } + - { offsetInCU: 0x621, offset: 0x88ECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfC', symObjAddr: 0x17C0, symBinAddr: 0x3A3EC, symSize: 0x4C } + - { offsetInCU: 0x686, offset: 0x88F31, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x180C, symBinAddr: 0x3A438, symSize: 0xBCC } + - { offsetInCU: 0xE1D, offset: 0x896C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueSSvg', symObjAddr: 0x23D8, symBinAddr: 0x3B004, symSize: 0x20 } + - { offsetInCU: 0xE56, offset: 0x89701, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x25AC, symBinAddr: 0x3B1D8, symSize: 0x20 } + - { offsetInCU: 0xE84, offset: 0x8972F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x25AC, symBinAddr: 0x3B1D8, symSize: 0x20 } + - { offsetInCU: 0xECD, offset: 0x89778, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2750, symBinAddr: 0x3B37C, symSize: 0x44 } + - { offsetInCU: 0xF13, offset: 0x897BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2794, symBinAddr: 0x3B3C0, symSize: 0x28 } + - { offsetInCU: 0xF27, offset: 0x897D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x27BC, symBinAddr: 0x3B3E8, symSize: 0x8 } + - { offsetInCU: 0xF5D, offset: 0x89808, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x27C4, symBinAddr: 0x3B3F0, symSize: 0x3C } + - { offsetInCU: 0xFC2, offset: 0x8986D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2800, symBinAddr: 0x3B42C, symSize: 0xC } + - { offsetInCU: 0xFDE, offset: 0x89889, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x280C, symBinAddr: 0x3B438, symSize: 0xC } + - { offsetInCU: 0xFFA, offset: 0x898A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0xE3B4, symBinAddr: 0x46F54, symSize: 0x50 } + - { offsetInCU: 0x1026, offset: 0x898D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x23F8, symBinAddr: 0x3B024, symSize: 0x8 } + - { offsetInCU: 0x1053, offset: 0x898FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x2400, symBinAddr: 0x3B02C, symSize: 0x8 } + - { offsetInCU: 0x1080, offset: 0x8992B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9framerateSdvg', symObjAddr: 0x2408, symBinAddr: 0x3B034, symSize: 0x8 } + - { offsetInCU: 0x10AD, offset: 0x89958, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC11markerNamesSaySSGvg', symObjAddr: 0x2410, symBinAddr: 0x3B03C, symSize: 0x19C } + - { offsetInCU: 0x12C2, offset: 0x89B6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfd', symObjAddr: 0x299C, symBinAddr: 0x3B5C8, symSize: 0x4C } + - { offsetInCU: 0x12EF, offset: 0x89B9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfD', symObjAddr: 0x29E8, symBinAddr: 0x3B614, symSize: 0x1C } + - { offsetInCU: 0x131C, offset: 0x89BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A04, symBinAddr: 0x3B630, symSize: 0x3E8 } + - { offsetInCU: 0x1373, offset: 0x89C1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2DEC, symBinAddr: 0x3BA18, symSize: 0x54 } + - { offsetInCU: 0x13AB, offset: 0x89C56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2E40, symBinAddr: 0x3BA6C, symSize: 0x20 } + - { offsetInCU: 0x13DB, offset: 0x89C86, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfC', symObjAddr: 0xCC4, symBinAddr: 0x39974, symSize: 0x2C } + - { offsetInCU: 0x13F8, offset: 0x89CA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueSivg', symObjAddr: 0xCF0, symBinAddr: 0x399A0, symSize: 0x8 } + - { offsetInCU: 0x142D, offset: 0x89CD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xDBC, symBinAddr: 0x39A6C, symSize: 0x24 } + - { offsetInCU: 0x1470, offset: 0x89D1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xDE0, symBinAddr: 0x39A90, symSize: 0xC } + - { offsetInCU: 0x1490, offset: 0x89D3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xDE0, symBinAddr: 0x39A90, symSize: 0xC } + - { offsetInCU: 0x1606, offset: 0x89EB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x16D4, symBinAddr: 0x3A320, symSize: 0x44 } + - { offsetInCU: 0x161A, offset: 0x89EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSeAAWl', symObjAddr: 0x1738, symBinAddr: 0x3A364, symSize: 0x44 } + - { offsetInCU: 0x162E, offset: 0x89ED9, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSeAAWl', symObjAddr: 0x177C, symBinAddr: 0x3A3A8, symSize: 0x44 } + - { offsetInCU: 0x185A, offset: 0x8A105, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20MaskCompositionLayerC0oQ0C_Tg5', symObjAddr: 0x2E60, symBinAddr: 0x3BA8C, symSize: 0x2C } + - { offsetInCU: 0x1872, offset: 0x8A11D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4MaskC_Tg5', symObjAddr: 0x2E8C, symBinAddr: 0x3BAB8, symSize: 0x2C } + - { offsetInCU: 0x188A, offset: 0x8A135, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie14ShapeItemLayerC0P0V_Tg5', symObjAddr: 0x2EB8, symBinAddr: 0x3BAE4, symSize: 0x1C } + - { offsetInCU: 0x18A2, offset: 0x8A14D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFyp_Tg5', symObjAddr: 0x2ED4, symBinAddr: 0x3BB00, symSize: 0x1C } + - { offsetInCU: 0x18BA, offset: 0x8A165, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x2EF0, symBinAddr: 0x3BB1C, symSize: 0x1C } + - { offsetInCU: 0x18D2, offset: 0x8A17D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie9ShapeItemC_Tg5', symObjAddr: 0x2F0C, symBinAddr: 0x3BB38, symSize: 0x2C } + - { offsetInCU: 0x18EA, offset: 0x8A195, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GroupC_Tg5', symObjAddr: 0x2F38, symBinAddr: 0x3BB64, symSize: 0x2C } + - { offsetInCU: 0x1902, offset: 0x8A1AD, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector3DVG_Tg5', symObjAddr: 0x2F64, symBinAddr: 0x3BB90, symSize: 0x2C } + - { offsetInCU: 0x191A, offset: 0x8A1C5, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x2F90, symBinAddr: 0x3BBBC, symSize: 0x2C } + - { offsetInCU: 0x1932, offset: 0x8A1DD, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyValueProvider_p_Tg5', symObjAddr: 0x2FBC, symBinAddr: 0x3BBE8, symSize: 0x2C } + - { offsetInCU: 0x194A, offset: 0x8A1F5, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie13KeyframeGroupCyypG_Tg5', symObjAddr: 0x2FE8, symBinAddr: 0x3BC14, symSize: 0x2C } + - { offsetInCU: 0x1962, offset: 0x8A20D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x3014, symBinAddr: 0x3BC40, symSize: 0x24 } + - { offsetInCU: 0x197A, offset: 0x8A225, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyypG_Tg5', symObjAddr: 0x3038, symBinAddr: 0x3BC64, symSize: 0x2C } + - { offsetInCU: 0x1992, offset: 0x8A23D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSd_Tg5', symObjAddr: 0x3064, symBinAddr: 0x3BC90, symSize: 0x1C } + - { offsetInCU: 0x19AA, offset: 0x8A255, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x3080, symBinAddr: 0x3BCAC, symSize: 0x1C } + - { offsetInCU: 0x19C2, offset: 0x8A26D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo19CAKeyframeAnimationC_Tg5', symObjAddr: 0x309C, symBinAddr: 0x3BCC8, symSize: 0x34 } + - { offsetInCU: 0x19DA, offset: 0x8A285, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo8NSNumberC_Tg5', symObjAddr: 0x30D0, symBinAddr: 0x3BCFC, symSize: 0x34 } + - { offsetInCU: 0x19F2, offset: 0x8A29D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x3104, symBinAddr: 0x3BD30, symSize: 0x1C } + - { offsetInCU: 0x1A0A, offset: 0x8A2B5, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySo13CATransform3DVGG_Tg5', symObjAddr: 0x3120, symBinAddr: 0x3BD4C, symSize: 0x2C } + - { offsetInCU: 0x1A22, offset: 0x8A2CD, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CGPointV_Tg5', symObjAddr: 0x314C, symBinAddr: 0x3BD78, symSize: 0x2C } + - { offsetInCU: 0x1A3A, offset: 0x8A2E5, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSb_Tg5', symObjAddr: 0x3178, symBinAddr: 0x3BDA4, symSize: 0x1C } + - { offsetInCU: 0x1A52, offset: 0x8A2FD, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySbGG_Tg5', symObjAddr: 0x3194, symBinAddr: 0x3BDC0, symSize: 0x2C } + - { offsetInCU: 0x1A6A, offset: 0x8A315, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo10CGColorRefa_Tg5', symObjAddr: 0x31C0, symBinAddr: 0x3BDEC, symSize: 0x2C } + - { offsetInCU: 0x1A82, offset: 0x8A32D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo6CGSizeV_Tg5', symObjAddr: 0x31EC, symBinAddr: 0x3BE18, symSize: 0x2C } + - { offsetInCU: 0x1A9A, offset: 0x8A345, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySo6CGSizeVG_Tg5', symObjAddr: 0x3218, symBinAddr: 0x3BE44, symSize: 0x2C } + - { offsetInCU: 0x1AB2, offset: 0x8A35D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DV5start_AK3endtG_Tg5', symObjAddr: 0x3244, symBinAddr: 0x3BE70, symSize: 0x2C } + - { offsetInCU: 0x1ACA, offset: 0x8A375, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG010BezierPathO0VG_Tg5', symObjAddr: 0x3270, symBinAddr: 0x3BE9C, symSize: 0x2C } + - { offsetInCU: 0x1AE2, offset: 0x8A38D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo9CGPathRefa_Tg5', symObjAddr: 0x329C, symBinAddr: 0x3BEC8, symSize: 0x2C } + - { offsetInCU: 0x1AFA, offset: 0x8A3A5, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG7EllipseCAHVG_Tg5', symObjAddr: 0x32C8, symBinAddr: 0x3BEF4, symSize: 0x2C } + - { offsetInCU: 0x1B12, offset: 0x8A3BD, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG9RectangleCAHVG_Tg5', symObjAddr: 0x32F4, symBinAddr: 0x3BF20, symSize: 0x2C } + - { offsetInCU: 0x1B2A, offset: 0x8A3D5, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4StarCAHVG_Tg5', symObjAddr: 0x3320, symBinAddr: 0x3BF4C, symSize: 0x2C } + - { offsetInCU: 0x1B42, offset: 0x8A3ED, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFABy6Lottie8KeyframeCyAG0N8Vector1DVGG_Tg5', symObjAddr: 0x334C, symBinAddr: 0x3BF78, symSize: 0x1C } + - { offsetInCU: 0x1B5A, offset: 0x8A405, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5', symObjAddr: 0x3368, symBinAddr: 0x3BF94, symSize: 0x2C } + - { offsetInCU: 0x1B72, offset: 0x8A41D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3394, symBinAddr: 0x3BFC0, symSize: 0x2C } + - { offsetInCU: 0x1B8A, offset: 0x8A435, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x33C0, symBinAddr: 0x3BFEC, symSize: 0x2C } + - { offsetInCU: 0x1BA2, offset: 0x8A44D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySayAG10BezierPathVGG_Tg5', symObjAddr: 0x33EC, symBinAddr: 0x3C018, symSize: 0x2C } + - { offsetInCU: 0x1BBA, offset: 0x8A465, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyKeyframeGroup_p_Tg5', symObjAddr: 0x3418, symBinAddr: 0x3C044, symSize: 0x2C } + - { offsetInCU: 0x1BD2, offset: 0x8A47D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20KeyframeInterpolatorCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x3444, symBinAddr: 0x3C070, symSize: 0x2C } + - { offsetInCU: 0x1BEA, offset: 0x8A495, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie0N8Vector1DV_Tg5', symObjAddr: 0x3470, symBinAddr: 0x3C09C, symSize: 0x24 } + - { offsetInCU: 0x1C02, offset: 0x8A4AD, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie17KeypathSearchable_p_Tg5', symObjAddr: 0x3494, symBinAddr: 0x3C0C0, symSize: 0x2C } + - { offsetInCU: 0x1C1A, offset: 0x8A4C5, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16CompositionLayerC_Tg5', symObjAddr: 0x34C0, symBinAddr: 0x3C0EC, symSize: 0x2C } + - { offsetInCU: 0x1C32, offset: 0x8A4DD, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4FontC_Tg5', symObjAddr: 0x34EC, symBinAddr: 0x3C118, symSize: 0x2C } + - { offsetInCU: 0x1C4A, offset: 0x8A4F5, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie6MarkerC_Tg5', symObjAddr: 0x3518, symBinAddr: 0x3C144, symSize: 0x2C } + - { offsetInCU: 0x1C62, offset: 0x8A50D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GlyphC_Tg5', symObjAddr: 0x3544, symBinAddr: 0x3C170, symSize: 0x2C } + - { offsetInCU: 0x1C7A, offset: 0x8A525, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N5ColorVG_Tg5', symObjAddr: 0x3570, symBinAddr: 0x3C19C, symSize: 0x2C } + - { offsetInCU: 0x1C92, offset: 0x8A53D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CALayerC_Tg5', symObjAddr: 0x359C, symBinAddr: 0x3C1C8, symSize: 0x34 } + - { offsetInCU: 0x1CAA, offset: 0x8A555, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie12TextAnimatorC_Tg5', symObjAddr: 0x35D0, symBinAddr: 0x3C1FC, symSize: 0x2C } + - { offsetInCU: 0x1CC2, offset: 0x8A56D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG12TextDocumentCG_Tg5', symObjAddr: 0x35FC, symBinAddr: 0x3C228, symSize: 0x2C } + - { offsetInCU: 0x1CDA, offset: 0x8A585, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySaySdGG_Tg5', symObjAddr: 0x3628, symBinAddr: 0x3C254, symSize: 0x2C } + - { offsetInCU: 0x1CF2, offset: 0x8A59D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie11DashElementC_Tg5', symObjAddr: 0x3654, symBinAddr: 0x3C280, symSize: 0x2C } + - { offsetInCU: 0x1D0A, offset: 0x8A5B5, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG10BezierPathVG_Tg5', symObjAddr: 0x3680, symBinAddr: 0x3C2AC, symSize: 0x2C } + - { offsetInCU: 0x1D22, offset: 0x8A5CD, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie03DotN4FileC9AnimationV_Tg5', symObjAddr: 0x36AC, symBinAddr: 0x3C2D8, symSize: 0x1C } + - { offsetInCU: 0x1D9D, offset: 0x8A648, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0R0V_Tg5', symObjAddr: 0x3804, symBinAddr: 0x3C430, symSize: 0x104 } + - { offsetInCU: 0x1F00, offset: 0x8A7AB, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x3908, symBinAddr: 0x3C534, symSize: 0x108 } + - { offsetInCU: 0x2063, offset: 0x8A90E, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x3A10, symBinAddr: 0x3C63C, symSize: 0x104 } + - { offsetInCU: 0x21C6, offset: 0x8AA71, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x3B14, symBinAddr: 0x3C740, symSize: 0xFC } + - { offsetInCU: 0x2313, offset: 0x8ABBE, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x3C10, symBinAddr: 0x3C83C, symSize: 0x104 } + - { offsetInCU: 0x2476, offset: 0x8AD21, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x3E64, symBinAddr: 0x3CA90, symSize: 0x124 } + - { offsetInCU: 0x25D9, offset: 0x8AE84, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSb_Tg5', symObjAddr: 0x3F88, symBinAddr: 0x3CBB4, symSize: 0xE8 } + - { offsetInCU: 0x273C, offset: 0x8AFE7, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs0aB0Vy6Lottie8KeyframeCyAJ0P8Vector1DVGG_Tg5', symObjAddr: 0x419C, symBinAddr: 0x3CDC8, symSize: 0x124 } + - { offsetInCU: 0x289F, offset: 0x8B14A, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV_Tg5', symObjAddr: 0x4748, symBinAddr: 0x3D374, symSize: 0x120 } + - { offsetInCU: 0x2A02, offset: 0x8B2AD, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie03DotP4FileC9AnimationV_Tg5', symObjAddr: 0x4868, symBinAddr: 0x3D494, symSize: 0x118 } + - { offsetInCU: 0x2B39, offset: 0x8B3E4, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x4980, symBinAddr: 0x3D5AC, symSize: 0x1AC } + - { offsetInCU: 0x2BDB, offset: 0x8B486, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector1DVTg5', symObjAddr: 0x4B2C, symBinAddr: 0x3D758, symSize: 0x188 } + - { offsetInCU: 0x2C7D, offset: 0x8B528, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector3DVTg5', symObjAddr: 0x4CB4, symBinAddr: 0x3D8E0, symSize: 0x1A0 } + - { offsetInCU: 0x2D1F, offset: 0x8B5CA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x4E54, symBinAddr: 0x3DA80, symSize: 0x188 } + - { offsetInCU: 0x2DC1, offset: 0x8B66C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G5ColorVTg5', symObjAddr: 0x4FDC, symBinAddr: 0x3DC08, symSize: 0x194 } + - { offsetInCU: 0x2E63, offset: 0x8B70E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x5170, symBinAddr: 0x3DD9C, symSize: 0x18C } + - { offsetInCU: 0x2F05, offset: 0x8B7B0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x52FC, symBinAddr: 0x3DF28, symSize: 0x1CC } + - { offsetInCU: 0x2FA7, offset: 0x8B852, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x54D4, symBinAddr: 0x3E100, symSize: 0x1A0 } + - { offsetInCU: 0x3049, offset: 0x8B8F4, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x5674, symBinAddr: 0x3E2A0, symSize: 0x1A8 } + - { offsetInCU: 0x30EB, offset: 0x8B996, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x581C, symBinAddr: 0x3E448, symSize: 0x1A8 } + - { offsetInCU: 0x318D, offset: 0x8BA38, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x59C4, symBinAddr: 0x3E5F0, symSize: 0x194 } + - { offsetInCU: 0x322F, offset: 0x8BADA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x5D34, symBinAddr: 0x3E960, symSize: 0x1F8 } + - { offsetInCU: 0x32DC, offset: 0x8BB87, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x5F2C, symBinAddr: 0x3EB58, symSize: 0x1B0 } + - { offsetInCU: 0x3389, offset: 0x8BC34, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0x60DC, symBinAddr: 0x3ED08, symSize: 0x1B8 } + - { offsetInCU: 0x342B, offset: 0x8BCD6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF6Lottie16AnimationKeypathV_AD16AnyValueProvider_pTg5', symObjAddr: 0x6294, symBinAddr: 0x3EEC0, symSize: 0x1DC } + - { offsetInCU: 0x34AC, offset: 0x8BD57, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie6MarkerCTg5', symObjAddr: 0x6470, symBinAddr: 0x3F09C, symSize: 0x1C4 } + - { offsetInCU: 0x3559, offset: 0x8BE04, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AH2totTg5', symObjAddr: 0x6640, symBinAddr: 0x3F26C, symSize: 0x1EC } + - { offsetInCU: 0x35F3, offset: 0x8BE9E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSu_SSTg5', symObjAddr: 0x682C, symBinAddr: 0x3F458, symSize: 0x1BC } + - { offsetInCU: 0x3695, offset: 0x8BF40, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_So10CGImageRefaTg5', symObjAddr: 0x6BC4, symBinAddr: 0x3F7F0, symSize: 0x1C4 } + - { offsetInCU: 0x374D, offset: 0x8BFF8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x6F50, symBinAddr: 0x3FB7C, symSize: 0x35C } + - { offsetInCU: 0x3859, offset: 0x8C104, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector1DVTg5', symObjAddr: 0x72AC, symBinAddr: 0x3FED8, symSize: 0x308 } + - { offsetInCU: 0x3965, offset: 0x8C210, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector3DVTg5', symObjAddr: 0x75B4, symBinAddr: 0x401E0, symSize: 0x320 } + - { offsetInCU: 0x3A71, offset: 0x8C31C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x78D4, symBinAddr: 0x40500, symSize: 0x2FC } + - { offsetInCU: 0x3B7D, offset: 0x8C428, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N5ColorVTg5', symObjAddr: 0x7BD0, symBinAddr: 0x407FC, symSize: 0x310 } + - { offsetInCU: 0x3C89, offset: 0x8C534, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x7EE0, symBinAddr: 0x40B0C, symSize: 0x300 } + - { offsetInCU: 0x3DA0, offset: 0x8C64B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x81E0, symBinAddr: 0x40E0C, symSize: 0x358 } + - { offsetInCU: 0x3EC0, offset: 0x8C76B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x8544, symBinAddr: 0x41170, symSize: 0x328 } + - { offsetInCU: 0x3FCC, offset: 0x8C877, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x886C, symBinAddr: 0x41498, symSize: 0x338 } + - { offsetInCU: 0x40D8, offset: 0x8C983, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x8BA4, symBinAddr: 0x417D0, symSize: 0x340 } + - { offsetInCU: 0x41E4, offset: 0x8CA8F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x8EE4, symBinAddr: 0x41B10, symSize: 0x310 } + - { offsetInCU: 0x4327, offset: 0x8CBD2, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie10LayerModelCTg5', symObjAddr: 0x9548, symBinAddr: 0x42174, symSize: 0x334 } + - { offsetInCU: 0x4454, offset: 0x8CCFF, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_Say6Lottie10LayerModelCGTg5', symObjAddr: 0x987C, symBinAddr: 0x424A8, symSize: 0x334 } + - { offsetInCU: 0x4571, offset: 0x8CE1C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x9BB0, symBinAddr: 0x427DC, symSize: 0x3B4 } + - { offsetInCU: 0x4691, offset: 0x8CF3C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x9F64, symBinAddr: 0x42B90, symSize: 0x334 } + - { offsetInCU: 0x47A8, offset: 0x8D053, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0xA298, symBinAddr: 0x42EC4, symSize: 0x358 } + - { offsetInCU: 0x489F, offset: 0x8D14A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTg5', symObjAddr: 0xA5F0, symBinAddr: 0x4321C, symSize: 0x274 } + - { offsetInCU: 0x4918, offset: 0x8D1C3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie6MarkerCTg5', symObjAddr: 0xA864, symBinAddr: 0x43490, symSize: 0x398 } + - { offsetInCU: 0x4A3A, offset: 0x8D2E5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AJ2totTg5', symObjAddr: 0xAC08, symBinAddr: 0x43834, symSize: 0x38C } + - { offsetInCU: 0x4B67, offset: 0x8D412, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSu_SSTg5', symObjAddr: 0xAF94, symBinAddr: 0x43BC0, symSize: 0x34C } + - { offsetInCU: 0x4C73, offset: 0x8D51E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_So10CGImageRefaTg5', symObjAddr: 0xB6B0, symBinAddr: 0x442DC, symSize: 0x398 } + - { offsetInCU: 0x4DDC, offset: 0x8D687, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV16_unsafeInsertNew3key5valueyxn_q_ntF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTB5', symObjAddr: 0xBDE8, symBinAddr: 0x44A14, symSize: 0x114 } + - { offsetInCU: 0x4F30, offset: 0x8D7DB, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSiAA5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOTg5Tf4dnnn_n', symObjAddr: 0xC084, symBinAddr: 0x44CB0, symSize: 0x104 } + - { offsetInCU: 0x4FAF, offset: 0x8D85A, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSAA15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOTg5Tf4dnnn_n', symObjAddr: 0xC188, symBinAddr: 0x44DB4, symSize: 0x10C } + - { offsetInCU: 0x5372, offset: 0x8DC1D, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC0D9AnimationC10CodingKeysO_AC10LayerModelCAC0N4TypeOTg5Tf4dnnn_n', symObjAddr: 0xCF6C, symBinAddr: 0x45B98, symSize: 0x3E8 } + - { offsetInCU: 0x559F, offset: 0x8DE4A, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSesSeRzlWl', symObjAddr: 0xD354, symBinAddr: 0x45F80, symSize: 0x88 } + - { offsetInCU: 0x55B3, offset: 0x8DE5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSEAAWl', symObjAddr: 0xD458, symBinAddr: 0x46008, symSize: 0x44 } + - { offsetInCU: 0x55C7, offset: 0x8DE72, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSEAAWl', symObjAddr: 0xD49C, symBinAddr: 0x4604C, symSize: 0x44 } + - { offsetInCU: 0x55DB, offset: 0x8DE86, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSEsSERzlWl', symObjAddr: 0xD4E0, symBinAddr: 0x46090, symSize: 0x88 } + - { offsetInCU: 0x55EF, offset: 0x8DE9A, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSEsSERzlWl', symObjAddr: 0xD644, symBinAddr: 0x461F4, symSize: 0x88 } + - { offsetInCU: 0x5603, offset: 0x8DEAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASQWb', symObjAddr: 0xD6CC, symBinAddr: 0x4627C, symSize: 0x4 } + - { offsetInCU: 0x5617, offset: 0x8DEC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSQAAWl', symObjAddr: 0xD6D0, symBinAddr: 0x46280, symSize: 0x44 } + - { offsetInCU: 0x562B, offset: 0x8DED6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwet', symObjAddr: 0xD724, symBinAddr: 0x462C4, symSize: 0x90 } + - { offsetInCU: 0x563F, offset: 0x8DEEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwst', symObjAddr: 0xD7B4, symBinAddr: 0x46354, symSize: 0xBC } + - { offsetInCU: 0x5653, offset: 0x8DEFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwug', symObjAddr: 0xD870, symBinAddr: 0x46410, symSize: 0x8 } + - { offsetInCU: 0x5667, offset: 0x8DF12, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwup', symObjAddr: 0xD878, symBinAddr: 0x46418, symSize: 0x4 } + - { offsetInCU: 0x567B, offset: 0x8DF26, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwui', symObjAddr: 0xD87C, symBinAddr: 0x4641C, symSize: 0xC } + - { offsetInCU: 0x568F, offset: 0x8DF3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOMa', symObjAddr: 0xD888, symBinAddr: 0x46428, symSize: 0x10 } + - { offsetInCU: 0x56A3, offset: 0x8DF4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCMa', symObjAddr: 0xD898, symBinAddr: 0x46438, symSize: 0x20 } + - { offsetInCU: 0x56B7, offset: 0x8DF62, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwet', symObjAddr: 0xD8F4, symBinAddr: 0x46494, symSize: 0x90 } + - { offsetInCU: 0x56CB, offset: 0x8DF76, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwst', symObjAddr: 0xD984, symBinAddr: 0x46524, symSize: 0xBC } + - { offsetInCU: 0x56DF, offset: 0x8DF8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwug', symObjAddr: 0xDA40, symBinAddr: 0x465E0, symSize: 0x8 } + - { offsetInCU: 0x56F3, offset: 0x8DF9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwup', symObjAddr: 0xDA48, symBinAddr: 0x465E8, symSize: 0x4 } + - { offsetInCU: 0x5707, offset: 0x8DFB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwui', symObjAddr: 0xDA4C, symBinAddr: 0x465EC, symSize: 0x8 } + - { offsetInCU: 0x571B, offset: 0x8DFC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOMa', symObjAddr: 0xDA54, symBinAddr: 0x465F4, symSize: 0x10 } + - { offsetInCU: 0x572F, offset: 0x8DFDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASQWb', symObjAddr: 0xDA64, symBinAddr: 0x46604, symSize: 0x4 } + - { offsetInCU: 0x5743, offset: 0x8DFEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAESQAAWl', symObjAddr: 0xDA68, symBinAddr: 0x46608, symSize: 0x44 } + - { offsetInCU: 0x5757, offset: 0x8E002, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDAAC, symBinAddr: 0x4664C, symSize: 0x4 } + - { offsetInCU: 0x576B, offset: 0x8E016, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xDAB0, symBinAddr: 0x46650, symSize: 0x44 } + - { offsetInCU: 0x577F, offset: 0x8E02A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xDAF4, symBinAddr: 0x46694, symSize: 0x4 } + - { offsetInCU: 0x5793, offset: 0x8E03E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xDAF8, symBinAddr: 0x46698, symSize: 0x44 } + - { offsetInCU: 0x57A7, offset: 0x8E052, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC12PrecompAssetC10CodingKeysO_AC10LayerModelCAC0O4TypeOTg5Tf4dnnn_n', symObjAddr: 0xDB3C, symBinAddr: 0x466DC, symSize: 0x3DC } + - { offsetInCU: 0x59CF, offset: 0x8E27A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs9CodingKeyAAWl', symObjAddr: 0xE42C, symBinAddr: 0x46FA4, symSize: 0x44 } + - { offsetInCU: 0x59E3, offset: 0x8E28E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSeAAWl', symObjAddr: 0xE470, symBinAddr: 0x46FE8, symSize: 0x44 } + - { offsetInCU: 0x59F7, offset: 0x8E2A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSeAAWl', symObjAddr: 0xE4FC, symBinAddr: 0x47064, symSize: 0x44 } + - { offsetInCU: 0x5A0B, offset: 0x8E2B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSYAAWl', symObjAddr: 0xE598, symBinAddr: 0x470E8, symSize: 0x44 } + - { offsetInCU: 0x5A5F, offset: 0x8E30A, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxcigSS_ypTg5', symObjAddr: 0xB08, symBinAddr: 0x397B8, symSize: 0x88 } + - { offsetInCU: 0x5AE3, offset: 0x8E38E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCF8, symBinAddr: 0x399A8, symSize: 0x18 } + - { offsetInCU: 0x5B74, offset: 0x8E41F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH9hashValueSivgTW', symObjAddr: 0xD10, symBinAddr: 0x399C0, symSize: 0x44 } + - { offsetInCU: 0x5C23, offset: 0x8E4CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD54, symBinAddr: 0x39A04, symSize: 0x28 } + - { offsetInCU: 0x5C76, offset: 0x8E521, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD7C, symBinAddr: 0x39A2C, symSize: 0x40 } + - { offsetInCU: 0x5CF9, offset: 0x8E5A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xDEC, symBinAddr: 0x39A9C, symSize: 0x5C } + - { offsetInCU: 0x5D1C, offset: 0x8E5C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xE48, symBinAddr: 0x39AF8, symSize: 0x4C } + - { offsetInCU: 0x5EC4, offset: 0x8E76F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x25CC, symBinAddr: 0x3B1F8, symSize: 0x88 } + - { offsetInCU: 0x5F73, offset: 0x8E81E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2654, symBinAddr: 0x3B280, symSize: 0x60 } + - { offsetInCU: 0x5FF1, offset: 0x8E89C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x26B4, symBinAddr: 0x3B2E0, symSize: 0x40 } + - { offsetInCU: 0x6043, offset: 0x8E8EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x26F4, symBinAddr: 0x3B320, symSize: 0x5C } + - { offsetInCU: 0x60A5, offset: 0x8E950, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2818, symBinAddr: 0x3B444, symSize: 0x28 } + - { offsetInCU: 0x60C1, offset: 0x8E96C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x2840, symBinAddr: 0x3B46C, symSize: 0x28 } + - { offsetInCU: 0x60DD, offset: 0x8E988, size: 0x8, addend: 0x0, symName: '_$sSh8containsySbxFSS_Tg5', symObjAddr: 0x2868, symBinAddr: 0x3B494, symSize: 0x134 } + - { offsetInCU: 0x62A5, offset: 0x8EB50, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie6MarkerCG_Tg5037$s6Lottie0A9AnimationC19reducedMotionE19AA0E0CSgvgSbAFXEfU_ShySSGTf1cn_nTf4ng_n', symObjAddr: 0xBEFC, symBinAddr: 0x44B28, symSize: 0x13C } + - { offsetInCU: 0x6419, offset: 0x8ECC4, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie6MarkerCTg5Tf4gd_n', symObjAddr: 0xC478, symBinAddr: 0x450A4, symSize: 0xEC } + - { offsetInCU: 0x6560, offset: 0x8EE0B, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_So8CAAction_pTg5Tf4gd_n', symObjAddr: 0xC588, symBinAddr: 0x451B4, symSize: 0xEC } + - { offsetInCU: 0x66A1, offset: 0x8EF4C, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie15AnyNodeProperty_pTg5Tf4gd_n', symObjAddr: 0xC68C, symBinAddr: 0x452B8, symSize: 0x114 } + - { offsetInCU: 0x67E2, offset: 0x8F08D, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo7CALayerC_6Lottie16AnimationKeypathVTg5Tf4gd_n', symObjAddr: 0xC7A0, symBinAddr: 0x453CC, symSize: 0xE4 } + - { offsetInCU: 0x6905, offset: 0x8F1B0, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SaySSGTg5Tf4gn_n', symObjAddr: 0xC884, symBinAddr: 0x454B0, symSize: 0x94 } + - { offsetInCU: 0x6A4B, offset: 0x8F2F6, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSu_SSTg5Tf4gd_n', symObjAddr: 0xC918, symBinAddr: 0x45544, symSize: 0x10C } + - { offsetInCU: 0x6B7C, offset: 0x8F427, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs11AnyHashableV_12CoreGraphics7CGFloatV4from_AG2totTg5Tf4gd_n', symObjAddr: 0xCA24, symBinAddr: 0x45650, symSize: 0x110 } + - { offsetInCU: 0x6CC9, offset: 0x8F574, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo17NSLayoutAttributeV_So0C10ConstraintCTg5Tf4gd_n', symObjAddr: 0xCB40, symBinAddr: 0x4576C, symSize: 0xFC } + - { offsetInCU: 0x6DFA, offset: 0x8F6A5, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTg5Tf4gd_n', symObjAddr: 0xCD68, symBinAddr: 0x45994, symSize: 0x110 } + - { offsetInCU: 0x4F, offset: 0x8FB80, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x471B4, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x8FBA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x471FC, symSize: 0x3D8 } + - { offsetInCU: 0xDC, offset: 0x8FC0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x420, symBinAddr: 0x475D4, symSize: 0x72C } + - { offsetInCU: 0x3A7, offset: 0x8FED8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB4C, symBinAddr: 0x47D00, symSize: 0x254 } + - { offsetInCU: 0x415, offset: 0x8FF46, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO8rawValueSSvg', symObjAddr: 0xDA0, symBinAddr: 0x47F54, symSize: 0x18 } + - { offsetInCU: 0x44E, offset: 0x8FF7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xDB8, symBinAddr: 0x47F6C, symSize: 0x18 } + - { offsetInCU: 0x47C, offset: 0x8FFAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xDB8, symBinAddr: 0x47F6C, symSize: 0x18 } + - { offsetInCU: 0x4CE, offset: 0x8FFFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0xDF4, symBinAddr: 0x47FA8, symSize: 0x64 } + - { offsetInCU: 0x534, offset: 0x90065, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0xE58, symBinAddr: 0x4800C, symSize: 0x28 } + - { offsetInCU: 0x550, offset: 0x90081, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xE80, symBinAddr: 0x48034, symSize: 0x8 } + - { offsetInCU: 0x586, offset: 0x900B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xE88, symBinAddr: 0x4803C, symSize: 0x68 } + - { offsetInCU: 0x60B, offset: 0x9013C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xEF0, symBinAddr: 0x480A4, symSize: 0xC } + - { offsetInCU: 0x627, offset: 0x90158, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xEFC, symBinAddr: 0x480B0, symSize: 0xC } + - { offsetInCU: 0x663, offset: 0x90194, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfD', symObjAddr: 0xF8C, symBinAddr: 0x48140, symSize: 0x4C } + - { offsetInCU: 0x738, offset: 0x90269, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfE', symObjAddr: 0xF58, symBinAddr: 0x4810C, symSize: 0x34 } + - { offsetInCU: 0x790, offset: 0x902C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCMa', symObjAddr: 0xFD8, symBinAddr: 0x4818C, symSize: 0x20 } + - { offsetInCU: 0x7A4, offset: 0x902D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs0E3KeyAAWl', symObjAddr: 0x105C, symBinAddr: 0x481AC, symSize: 0x44 } + - { offsetInCU: 0x7B8, offset: 0x902E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSEAAWl', symObjAddr: 0x10A0, symBinAddr: 0x481F0, symSize: 0x44 } + - { offsetInCU: 0x7CC, offset: 0x902FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSEAAWl', symObjAddr: 0x1128, symBinAddr: 0x48278, symSize: 0x44 } + - { offsetInCU: 0x7E0, offset: 0x90311, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSeAAWl', symObjAddr: 0x1200, symBinAddr: 0x48330, symSize: 0x44 } + - { offsetInCU: 0x7F4, offset: 0x90325, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSeAAWl', symObjAddr: 0x12B8, symBinAddr: 0x483E8, symSize: 0x44 } + - { offsetInCU: 0x808, offset: 0x90339, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwet', symObjAddr: 0x13D0, symBinAddr: 0x4842C, symSize: 0x90 } + - { offsetInCU: 0x81C, offset: 0x9034D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwst', symObjAddr: 0x1460, symBinAddr: 0x484BC, symSize: 0xBC } + - { offsetInCU: 0x830, offset: 0x90361, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwug', symObjAddr: 0x151C, symBinAddr: 0x48578, symSize: 0x8 } + - { offsetInCU: 0x844, offset: 0x90375, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwup', symObjAddr: 0x1524, symBinAddr: 0x48580, symSize: 0x4 } + - { offsetInCU: 0x858, offset: 0x90389, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwui', symObjAddr: 0x1528, symBinAddr: 0x48584, symSize: 0x8 } + - { offsetInCU: 0x86C, offset: 0x9039D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOMa', symObjAddr: 0x1530, symBinAddr: 0x4858C, symSize: 0x10 } + - { offsetInCU: 0x880, offset: 0x903B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASQWb', symObjAddr: 0x1540, symBinAddr: 0x4859C, symSize: 0x4 } + - { offsetInCU: 0x894, offset: 0x903C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFSQAAWl', symObjAddr: 0x1544, symBinAddr: 0x485A0, symSize: 0x44 } + - { offsetInCU: 0x8A8, offset: 0x903D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1588, symBinAddr: 0x485E4, symSize: 0x4 } + - { offsetInCU: 0x8BC, offset: 0x903ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x158C, symBinAddr: 0x485E8, symSize: 0x44 } + - { offsetInCU: 0x8D0, offset: 0x90401, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x15D0, symBinAddr: 0x4862C, symSize: 0x4 } + - { offsetInCU: 0x8E4, offset: 0x90415, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x15D4, symBinAddr: 0x48630, symSize: 0x44 } + - { offsetInCU: 0x94A, offset: 0x9047B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDD0, symBinAddr: 0x47F84, symSize: 0xC } + - { offsetInCU: 0x966, offset: 0x90497, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH9hashValueSivgTW', symObjAddr: 0xDDC, symBinAddr: 0x47F90, symSize: 0x8 } + - { offsetInCU: 0x982, offset: 0x904B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDE4, symBinAddr: 0x47F98, symSize: 0x8 } + - { offsetInCU: 0x99E, offset: 0x904CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDEC, symBinAddr: 0x47FA0, symSize: 0x8 } + - { offsetInCU: 0x9C0, offset: 0x904F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF08, symBinAddr: 0x480BC, symSize: 0x28 } + - { offsetInCU: 0x9DC, offset: 0x9050D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xF30, symBinAddr: 0x480E4, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x906DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x48674, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x906F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x48674, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x90709, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMr', symObjAddr: 0x4, symBinAddr: 0x48678, symSize: 0x5C } + - { offsetInCU: 0xA1, offset: 0x90753, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9keyframesACyxGs15ContiguousArrayVyAA0B0CyxGG_tcfC', symObjAddr: 0x60, symBinAddr: 0x486D4, symSize: 0x4C } + - { offsetInCU: 0xE5, offset: 0x90797, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0xAC, symBinAddr: 0x48720, symSize: 0x94 } + - { offsetInCU: 0x1A4, offset: 0x90856, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvg', symObjAddr: 0x168, symBinAddr: 0x487B4, symSize: 0x4C } + - { offsetInCU: 0x1E0, offset: 0x90892, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x1B4, symBinAddr: 0x48800, symSize: 0x138 } + - { offsetInCU: 0x29E, offset: 0x90950, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x2EC, symBinAddr: 0x48938, symSize: 0x334 } + - { offsetInCU: 0x461, offset: 0x90B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfd', symObjAddr: 0x620, symBinAddr: 0x48C6C, symSize: 0x2C } + - { offsetInCU: 0x48E, offset: 0x90B40, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfD', symObjAddr: 0x64C, symBinAddr: 0x48C98, symSize: 0x1C } + - { offsetInCU: 0x4BB, offset: 0x90B6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x674, symBinAddr: 0x48CC0, symSize: 0x20 } + - { offsetInCU: 0x4E6, offset: 0x90B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x694, symBinAddr: 0x48CE0, symSize: 0xC } + - { offsetInCU: 0x506, offset: 0x90BB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x694, symBinAddr: 0x48CE0, symSize: 0xC } + - { offsetInCU: 0x518, offset: 0x90BCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x6A0, symBinAddr: 0x48CEC, symSize: 0x24 } + - { offsetInCU: 0x534, offset: 0x90BE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x6D4, symBinAddr: 0x48D20, symSize: 0x4 } + - { offsetInCU: 0x5A0, offset: 0x90C52, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMa', symObjAddr: 0x668, symBinAddr: 0x48CB4, symSize: 0xC } + - { offsetInCU: 0x5B4, offset: 0x90C66, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x6C4, symBinAddr: 0x48D10, symSize: 0x8 } + - { offsetInCU: 0x5C8, offset: 0x90C7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6CC, symBinAddr: 0x48D18, symSize: 0x8 } + - { offsetInCU: 0x5DC, offset: 0x90C8E, size: 0x8, addend: 0x0, symName: ___swift_instantiateGenericMetadata, symObjAddr: 0x6D8, symBinAddr: 0x48D24, symSize: 0x2C } + - { offsetInCU: 0x6C, offset: 0x90EDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector1DV_TB5', symObjAddr: 0x20F8, symBinAddr: 0x4AD80, symSize: 0xC4 } + - { offsetInCU: 0x176, offset: 0x90FE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector3DV_TB5', symObjAddr: 0x21BC, symBinAddr: 0x4AE44, symSize: 0xD8 } + - { offsetInCU: 0x280, offset: 0x910F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A5ColorV_TB5', symObjAddr: 0x2360, symBinAddr: 0x4AFA4, symSize: 0xE4 } + - { offsetInCU: 0x397, offset: 0x91207, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x48D50, symSize: 0x994 } + - { offsetInCU: 0x4FD, offset: 0x9136D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x994, symBinAddr: 0x496E4, symSize: 0xCE8 } + - { offsetInCU: 0xA16, offset: 0x91886, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueSSvg', symObjAddr: 0x167C, symBinAddr: 0x4A3CC, symSize: 0x20 } + - { offsetInCU: 0xA4F, offset: 0x918BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x16B4, symBinAddr: 0x4A404, symSize: 0x20 } + - { offsetInCU: 0xA7D, offset: 0x918ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x16B4, symBinAddr: 0x4A404, symSize: 0x20 } + - { offsetInCU: 0xAC6, offset: 0x91936, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1870, symBinAddr: 0x4A5C0, symSize: 0x44 } + - { offsetInCU: 0xB0C, offset: 0x9197C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x18B4, symBinAddr: 0x4A604, symSize: 0x28 } + - { offsetInCU: 0xB20, offset: 0x91990, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x18DC, symBinAddr: 0x4A62C, symSize: 0x8 } + - { offsetInCU: 0xB56, offset: 0x919C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x18E4, symBinAddr: 0x4A634, symSize: 0x3C } + - { offsetInCU: 0xBBB, offset: 0x91A2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1920, symBinAddr: 0x4A670, symSize: 0xC } + - { offsetInCU: 0xBD7, offset: 0x91A47, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x192C, symBinAddr: 0x4A67C, symSize: 0xC } + - { offsetInCU: 0xBF3, offset: 0x91A63, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2CB0, symBinAddr: 0x4B820, symSize: 0x50 } + - { offsetInCU: 0xC2B, offset: 0x91A9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO8rawValueSSvg', symObjAddr: 0x169C, symBinAddr: 0x4A3EC, symSize: 0x18 } + - { offsetInCU: 0xC64, offset: 0x91AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x16D4, symBinAddr: 0x4A424, symSize: 0x18 } + - { offsetInCU: 0xC92, offset: 0x91B02, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x16D4, symBinAddr: 0x4A424, symSize: 0x18 } + - { offsetInCU: 0xCE4, offset: 0x91B54, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x19AC, symBinAddr: 0x4A6FC, symSize: 0x64 } + - { offsetInCU: 0xD4A, offset: 0x91BBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1A10, symBinAddr: 0x4A760, symSize: 0x28 } + - { offsetInCU: 0xD66, offset: 0x91BD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1A38, symBinAddr: 0x4A788, symSize: 0x8 } + - { offsetInCU: 0xD9C, offset: 0x91C0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1A40, symBinAddr: 0x4A790, symSize: 0x68 } + - { offsetInCU: 0xE21, offset: 0x91C91, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1AA8, symBinAddr: 0x4A7F8, symSize: 0xC } + - { offsetInCU: 0xE3D, offset: 0x91CAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1AB4, symBinAddr: 0x4A804, symSize: 0xC } + - { offsetInCU: 0xE5A, offset: 0x91CCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfd', symObjAddr: 0x1B10, symBinAddr: 0x4A860, symSize: 0x64 } + - { offsetInCU: 0xE87, offset: 0x91CF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfD', symObjAddr: 0x1B74, symBinAddr: 0x4A8C4, symSize: 0x1C } + - { offsetInCU: 0xEB4, offset: 0x91D24, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1BB0, symBinAddr: 0x4A900, symSize: 0x380 } + - { offsetInCU: 0xF0B, offset: 0x91D7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1F30, symBinAddr: 0x4AC80, symSize: 0x54 } + - { offsetInCU: 0xF43, offset: 0x91DB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1F84, symBinAddr: 0x4ACD4, symSize: 0x20 } + - { offsetInCU: 0xF75, offset: 0x91DE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x20B0, symBinAddr: 0x4AD38, symSize: 0xC } + - { offsetInCU: 0xFB6, offset: 0x91E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x20BC, symBinAddr: 0x4AD44, symSize: 0xC } + - { offsetInCU: 0xFF7, offset: 0x91E67, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x20C8, symBinAddr: 0x4AD50, symSize: 0xC } + - { offsetInCU: 0x1038, offset: 0x91EA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x20D4, symBinAddr: 0x4AD5C, symSize: 0xC } + - { offsetInCU: 0x1079, offset: 0x91EE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x20E0, symBinAddr: 0x4AD68, symSize: 0xC } + - { offsetInCU: 0x10BA, offset: 0x91F2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x20EC, symBinAddr: 0x4AD74, symSize: 0xC } + - { offsetInCU: 0x1193, offset: 0x92003, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC7defaultACvgZTf4d_n', symObjAddr: 0x25B4, symBinAddr: 0x4B170, symSize: 0x1AC } + - { offsetInCU: 0x131F, offset: 0x9218F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCMa', symObjAddr: 0x1B90, symBinAddr: 0x4A8E0, symSize: 0x20 } + - { offsetInCU: 0x1333, offset: 0x921A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x2008, symBinAddr: 0x4ACF4, symSize: 0x44 } + - { offsetInCU: 0x14A0, offset: 0x92310, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x2294, symBinAddr: 0x4AF1C, symSize: 0x44 } + - { offsetInCU: 0x14E0, offset: 0x92350, size: 0x8, addend: 0x0, symName: '_$sypSgWOb', symObjAddr: 0x27D8, symBinAddr: 0x4B358, symSize: 0x48 } + - { offsetInCU: 0x14F4, offset: 0x92364, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwet', symObjAddr: 0x2830, symBinAddr: 0x4B3A0, symSize: 0x90 } + - { offsetInCU: 0x1508, offset: 0x92378, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwst', symObjAddr: 0x28C0, symBinAddr: 0x4B430, symSize: 0xBC } + - { offsetInCU: 0x151C, offset: 0x9238C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwug', symObjAddr: 0x297C, symBinAddr: 0x4B4EC, symSize: 0x8 } + - { offsetInCU: 0x1530, offset: 0x923A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwup', symObjAddr: 0x2984, symBinAddr: 0x4B4F4, symSize: 0x4 } + - { offsetInCU: 0x1544, offset: 0x923B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwui', symObjAddr: 0x2988, symBinAddr: 0x4B4F8, symSize: 0x8 } + - { offsetInCU: 0x1558, offset: 0x923C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOMa', symObjAddr: 0x2990, symBinAddr: 0x4B500, symSize: 0x10 } + - { offsetInCU: 0x156C, offset: 0x923DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwet', symObjAddr: 0x29A0, symBinAddr: 0x4B510, symSize: 0x90 } + - { offsetInCU: 0x1580, offset: 0x923F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwst', symObjAddr: 0x2A30, symBinAddr: 0x4B5A0, symSize: 0xBC } + - { offsetInCU: 0x1594, offset: 0x92404, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwup', symObjAddr: 0x2AEC, symBinAddr: 0x4B65C, symSize: 0x4 } + - { offsetInCU: 0x15A8, offset: 0x92418, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOMa', symObjAddr: 0x2AF0, symBinAddr: 0x4B660, symSize: 0x10 } + - { offsetInCU: 0x15BC, offset: 0x9242C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASQWb', symObjAddr: 0x2B00, symBinAddr: 0x4B670, symSize: 0x4 } + - { offsetInCU: 0x15D0, offset: 0x92440, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAESQAAWl', symObjAddr: 0x2B04, symBinAddr: 0x4B674, symSize: 0x44 } + - { offsetInCU: 0x15E4, offset: 0x92454, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASQWb', symObjAddr: 0x2B48, symBinAddr: 0x4B6B8, symSize: 0x4 } + - { offsetInCU: 0x15F8, offset: 0x92468, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAESQAAWl', symObjAddr: 0x2B4C, symBinAddr: 0x4B6BC, symSize: 0x44 } + - { offsetInCU: 0x160C, offset: 0x9247C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2B90, symBinAddr: 0x4B700, symSize: 0x4 } + - { offsetInCU: 0x1620, offset: 0x92490, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B94, symBinAddr: 0x4B704, symSize: 0x44 } + - { offsetInCU: 0x1634, offset: 0x924A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2BD8, symBinAddr: 0x4B748, symSize: 0x4 } + - { offsetInCU: 0x1648, offset: 0x924B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2BDC, symBinAddr: 0x4B74C, symSize: 0x44 } + - { offsetInCU: 0x165C, offset: 0x924CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2C20, symBinAddr: 0x4B790, symSize: 0x4 } + - { offsetInCU: 0x1670, offset: 0x924E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2C24, symBinAddr: 0x4B794, symSize: 0x44 } + - { offsetInCU: 0x1684, offset: 0x924F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2C68, symBinAddr: 0x4B7D8, symSize: 0x4 } + - { offsetInCU: 0x1698, offset: 0x92508, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2C6C, symBinAddr: 0x4B7DC, symSize: 0x44 } + - { offsetInCU: 0x16F6, offset: 0x92566, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x16EC, symBinAddr: 0x4A43C, symSize: 0x88 } + - { offsetInCU: 0x17A5, offset: 0x92615, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1774, symBinAddr: 0x4A4C4, symSize: 0x60 } + - { offsetInCU: 0x1823, offset: 0x92693, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x17D4, symBinAddr: 0x4A524, symSize: 0x40 } + - { offsetInCU: 0x1875, offset: 0x926E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1814, symBinAddr: 0x4A564, symSize: 0x5C } + - { offsetInCU: 0x18D7, offset: 0x92747, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1938, symBinAddr: 0x4A688, symSize: 0x28 } + - { offsetInCU: 0x18F3, offset: 0x92763, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1960, symBinAddr: 0x4A6B0, symSize: 0x28 } + - { offsetInCU: 0x190F, offset: 0x9277F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1988, symBinAddr: 0x4A6D8, symSize: 0xC } + - { offsetInCU: 0x192B, offset: 0x9279B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1994, symBinAddr: 0x4A6E4, symSize: 0x8 } + - { offsetInCU: 0x1947, offset: 0x927B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x199C, symBinAddr: 0x4A6EC, symSize: 0x8 } + - { offsetInCU: 0x1963, offset: 0x927D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x19A4, symBinAddr: 0x4A6F4, symSize: 0x8 } + - { offsetInCU: 0x1985, offset: 0x927F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1AC0, symBinAddr: 0x4A810, symSize: 0x28 } + - { offsetInCU: 0x19A1, offset: 0x92811, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1AE8, symBinAddr: 0x4A838, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x92B0E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x4B878, symSize: 0xE0 } + - { offsetInCU: 0x81, offset: 0x92B64, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x4B878, symSize: 0xE0 } + - { offsetInCU: 0x216, offset: 0x92CF9, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0xE0, symBinAddr: 0x4B958, symSize: 0x58 } + - { offsetInCU: 0x268, offset: 0x92D4B, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0xE0, symBinAddr: 0x4B958, symSize: 0x58 } + - { offsetInCU: 0x325, offset: 0x92E08, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE10SolveCubic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A3CtFZTf4nnnnd_n', symObjAddr: 0x138, symBinAddr: 0x4B9B0, symSize: 0x258 } + - { offsetInCU: 0x27, offset: 0x932F1, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x4BC08, symSize: 0x88 } + - { offsetInCU: 0x3F, offset: 0x93309, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x4BC08, symSize: 0x88 } + - { offsetInCU: 0x27, offset: 0x93514, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x4BC90, symSize: 0xC4 } + - { offsetInCU: 0xCA, offset: 0x935B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x4BC90, symSize: 0xC4 } + - { offsetInCU: 0x11F, offset: 0x9360C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xC4, symBinAddr: 0x4BD54, symSize: 0x90 } + - { offsetInCU: 0x191, offset: 0x9367E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfD', symObjAddr: 0x170, symBinAddr: 0x4BE00, symSize: 0x34 } + - { offsetInCU: 0x201, offset: 0x936EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x1C4, symBinAddr: 0x4BE54, symSize: 0xC } + - { offsetInCU: 0x233, offset: 0x93720, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x1D0, symBinAddr: 0x4BE60, symSize: 0x4 } + - { offsetInCU: 0x279, offset: 0x93766, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x1D4, symBinAddr: 0x4BE64, symSize: 0x18 } + - { offsetInCU: 0x2FD, offset: 0x937EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1EC, symBinAddr: 0x4BE7C, symSize: 0x4 } + - { offsetInCU: 0x319, offset: 0x93806, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x1F0, symBinAddr: 0x4BE80, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x93822, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6parentAcA10NodeOutput_pSg_tcfcTf4ng_n', symObjAddr: 0x31C, symBinAddr: 0x4BEE8, symSize: 0x198 } + - { offsetInCU: 0x4DB, offset: 0x939C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfE', symObjAddr: 0x154, symBinAddr: 0x4BDE4, symSize: 0x1C } + - { offsetInCU: 0x508, offset: 0x939F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCMa', symObjAddr: 0x1A4, symBinAddr: 0x4BE34, symSize: 0x20 } + - { offsetInCU: 0x5AC, offset: 0x93A99, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOc', symObjAddr: 0x210, symBinAddr: 0x4BEA0, symSize: 0x48 } + - { offsetInCU: 0x1BB, offset: 0x93F37, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeC11applyEffect2toySo7CALayerC_tF', symObjAddr: 0x0, symBinAddr: 0x4C080, symSize: 0x23C } + - { offsetInCU: 0x425, offset: 0x941A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCfD', symObjAddr: 0x23C, symBinAddr: 0x4C2BC, symSize: 0x24 } + - { offsetInCU: 0x471, offset: 0x941ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCMa', symObjAddr: 0x260, symBinAddr: 0x4C2E0, symSize: 0x20 } + - { offsetInCU: 0x57E, offset: 0x942FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesC5modelAcA0bC5Model_p_tcfc', symObjAddr: 0x280, symBinAddr: 0x4C300, symSize: 0x8D4 } + - { offsetInCU: 0x968, offset: 0x946E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfd', symObjAddr: 0xB54, symBinAddr: 0x4CBD4, symSize: 0x4C } + - { offsetInCU: 0x995, offset: 0x94711, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfD', symObjAddr: 0xBA0, symBinAddr: 0x4CC20, symSize: 0x1C } + - { offsetInCU: 0x9D1, offset: 0x9474D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0xBDC, symBinAddr: 0x4CC5C, symSize: 0xC } + - { offsetInCU: 0xA04, offset: 0x94780, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCMa', symObjAddr: 0xBBC, symBinAddr: 0x4CC3C, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x94A55, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x4CE8C, symSize: 0x5C } + - { offsetInCU: 0x7C, offset: 0x94A82, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfD', symObjAddr: 0x5C, symBinAddr: 0x4CEE8, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x94ABE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x98, symBinAddr: 0x4CF24, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x94AFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xA4, symBinAddr: 0x4CF30, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x94B40, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xD4, symBinAddr: 0x4CF60, symSize: 0xC } + - { offsetInCU: 0x17B, offset: 0x94B81, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xE0, symBinAddr: 0x4CF6C, symSize: 0xC } + - { offsetInCU: 0x1AD, offset: 0x94BB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesC4starAcA4StarC_tcfcTf4gn_n', symObjAddr: 0xFD0, symBinAddr: 0x4DE1C, symSize: 0x444 } + - { offsetInCU: 0x540, offset: 0x94F46, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCMa', symObjAddr: 0x78, symBinAddr: 0x4CF04, symSize: 0x20 } + - { offsetInCU: 0x680, offset: 0x95086, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xEC, symBinAddr: 0x4CF78, symSize: 0x120 } + - { offsetInCU: 0x83F, offset: 0x95245, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCfD', symObjAddr: 0x20C, symBinAddr: 0x4D098, symSize: 0x34 } + - { offsetInCU: 0x8A0, offset: 0x952A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x260, symBinAddr: 0x4D0EC, symSize: 0x44 } + - { offsetInCU: 0x8EC, offset: 0x952F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x2A4, symBinAddr: 0x4D130, symSize: 0x24 } + - { offsetInCU: 0x91E, offset: 0x95324, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x2C8, symBinAddr: 0x4D154, symSize: 0x4 } + - { offsetInCU: 0x958, offset: 0x9535E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2CC, symBinAddr: 0x4D158, symSize: 0x8 } + - { offsetInCU: 0x978, offset: 0x9537E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2CC, symBinAddr: 0x4D158, symSize: 0x8 } + - { offsetInCU: 0x9DB, offset: 0x953E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2D4, symBinAddr: 0x4D160, symSize: 0x10 } + - { offsetInCU: 0x9FB, offset: 0x95401, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2D4, symBinAddr: 0x4D160, symSize: 0x10 } + - { offsetInCU: 0xA42, offset: 0x95448, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2E4, symBinAddr: 0x4D170, symSize: 0x8 } + - { offsetInCU: 0xA62, offset: 0x95468, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2E4, symBinAddr: 0x4D170, symSize: 0x8 } + - { offsetInCU: 0xA83, offset: 0x95489, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2EC, symBinAddr: 0x4D178, symSize: 0x8 } + - { offsetInCU: 0xAA3, offset: 0x954A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2EC, symBinAddr: 0x4D178, symSize: 0x8 } + - { offsetInCU: 0xAC4, offset: 0x954CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F4, symBinAddr: 0x4D180, symSize: 0x8 } + - { offsetInCU: 0xAE4, offset: 0x954EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F4, symBinAddr: 0x4D180, symSize: 0x8 } + - { offsetInCU: 0xB05, offset: 0x9550B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2FC, symBinAddr: 0x4D188, symSize: 0x8 } + - { offsetInCU: 0xB25, offset: 0x9552B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2FC, symBinAddr: 0x4D188, symSize: 0x8 } + - { offsetInCU: 0xB46, offset: 0x9554C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x304, symBinAddr: 0x4D190, symSize: 0xC } + - { offsetInCU: 0xB66, offset: 0x9556C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x304, symBinAddr: 0x4D190, symSize: 0xC } + - { offsetInCU: 0xB87, offset: 0x9558D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x310, symBinAddr: 0x4D19C, symSize: 0x10 } + - { offsetInCU: 0xBA7, offset: 0x955AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x310, symBinAddr: 0x4D19C, symSize: 0x10 } + - { offsetInCU: 0xBC8, offset: 0x955CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x320, symBinAddr: 0x4D1AC, symSize: 0xC } + - { offsetInCU: 0xBFA, offset: 0x95600, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC06parentC04starAcA08AnimatorC0_pSg_AA4StarCtcfcTf4ngn_n', symObjAddr: 0x1414, symBinAddr: 0x4E260, symSize: 0x114 } + - { offsetInCU: 0xCB3, offset: 0x956B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCMa', symObjAddr: 0x240, symBinAddr: 0x4D0CC, symSize: 0x20 } + - { offsetInCU: 0xFE2, offset: 0x959E8, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x718, symBinAddr: 0x4D5A4, symSize: 0x14 } + - { offsetInCU: 0x101A, offset: 0x95A20, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay6Lottie14ShapeItemLayerC0I0VG8grouping_AISg17trailingSeparatort_Tg5', symObjAddr: 0x72C, symBinAddr: 0x4D5B8, symSize: 0x14 } + - { offsetInCU: 0x1052, offset: 0x95A58, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo13CATransform3DV_Tg5', symObjAddr: 0x740, symBinAddr: 0x4D5CC, symSize: 0x14 } + - { offsetInCU: 0x108A, offset: 0x95A90, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x754, symBinAddr: 0x4D5E0, symSize: 0x14 } + - { offsetInCU: 0x10C2, offset: 0x95AC8, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo7CGPointV_Tg5', symObjAddr: 0x768, symBinAddr: 0x4D5F4, symSize: 0x14 } + - { offsetInCU: 0x10FA, offset: 0x95B00, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSb_Tg5', symObjAddr: 0x77C, symBinAddr: 0x4D608, symSize: 0x14 } + - { offsetInCU: 0x1132, offset: 0x95B38, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo6CGSizeV_Tg5', symObjAddr: 0x79C, symBinAddr: 0x4D628, symSize: 0x14 } + - { offsetInCU: 0x116A, offset: 0x95B70, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x7BC, symBinAddr: 0x4D648, symSize: 0x14 } + - { offsetInCU: 0x11A2, offset: 0x95BA8, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x7D0, symBinAddr: 0x4D65C, symSize: 0x14 } + - { offsetInCU: 0x11DA, offset: 0x95BE0, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x86C, symBinAddr: 0x4D6F8, symSize: 0x14 } + - { offsetInCU: 0x1212, offset: 0x95C18, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11PathElementV_Tg5', symObjAddr: 0x880, symBinAddr: 0x4D70C, symSize: 0x14 } + - { offsetInCU: 0x124A, offset: 0x95C50, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV5start_AG3endt_Tg5', symObjAddr: 0x894, symBinAddr: 0x4D720, symSize: 0x14 } + - { offsetInCU: 0x1282, offset: 0x95C88, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16AnimationKeypathV7keypath_AE16AnyValueProvider_p05valueM0t_Tg5', symObjAddr: 0x8A8, symBinAddr: 0x4D734, symSize: 0x14 } + - { offsetInCU: 0x12BA, offset: 0x95CC0, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSS_Tg5', symObjAddr: 0x8BC, symBinAddr: 0x4D748, symSize: 0x14 } + - { offsetInCU: 0x15EA, offset: 0x95FF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7polygon8position14numberOfPoints11outerRadius0I11Roundedness8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA3oA0C9DirectionOtFZTf4nnnnnnd_n', symObjAddr: 0x8D0, symBinAddr: 0x4D75C, symSize: 0x6C0 } + - { offsetInCU: 0x24BE, offset: 0x96EC4, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x32C, symBinAddr: 0x4D1B8, symSize: 0x2B0 } + - { offsetInCU: 0x27C8, offset: 0x971CE, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFSay6Lottie11CurveVertexVG_Tg5', symObjAddr: 0x5DC, symBinAddr: 0x4D468, symSize: 0x13C } + - { offsetInCU: 0x2B, offset: 0x97775, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x4E374, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x9778D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x4E374, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x977A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMr', symObjAddr: 0x4, symBinAddr: 0x4E378, symSize: 0x70 } + - { offsetInCU: 0x72, offset: 0x977BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableA2aEP6sizingAA0B30UIMeasurementContainerStrategyOvgTW', symObjAddr: 0x74, symBinAddr: 0x4E3E8, symSize: 0x8 } + - { offsetInCU: 0xBA, offset: 0x97804, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP04makeC07context0C4TypeQzAE0cE7ContextVyxG_tFTW', symObjAddr: 0x7C, symBinAddr: 0x4E3F0, symSize: 0x8 } + - { offsetInCU: 0xEC, offset: 0x97836, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP06updateC0_7contexty0C4TypeQz_AE0cE7ContextVyxGtFTW', symObjAddr: 0x84, symBinAddr: 0x4E3F8, symSize: 0x4 } + - { offsetInCU: 0x155, offset: 0x9789F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV06updateC0_7contextyAA0B22UIMeasurementContainerCyxG_0B2UI0C20RepresentableContextVyACyxq_GGtF', symObjAddr: 0x88, symBinAddr: 0x4E3FC, symSize: 0x2F8 } + - { offsetInCU: 0x281, offset: 0x979CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP15makeCoordinator0G0QzyFTW', symObjAddr: 0x384, symBinAddr: 0x4E6F8, symSize: 0x24 } + - { offsetInCU: 0x2F3, offset: 0x97A3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCfD', symObjAddr: 0x70C, symBinAddr: 0x4EA54, symSize: 0x38 } + - { offsetInCU: 0x38A, offset: 0x97AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorC7storageAEyxq__Gq__tc33_FF3F5C8F1A6E8A535DE5371260E28007LlfCTf4gn_n', symObjAddr: 0x162C, symBinAddr: 0x4F974, symSize: 0x7C } + - { offsetInCU: 0x3F0, offset: 0x97B3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV15makeCoordinatorAC0E0Cyxq__GyF', symObjAddr: 0x3A8, symBinAddr: 0x4E71C, symSize: 0x3C } + - { offsetInCU: 0x45F, offset: 0x97BA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP12sizeThatFits_6uiView7contextSo6CGSizeVSgAE08ProposedJ4SizeV_0C4TypeQzAE0cE7ContextVyxGtFTW', symObjAddr: 0x3E8, symBinAddr: 0x4E75C, symSize: 0x90 } + - { offsetInCU: 0x491, offset: 0x97BDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideSizeThatFits_2in6uiViewySo6CGSizeVz_AE09_ProposedG0V0C4TypeQztFTW', symObjAddr: 0x478, symBinAddr: 0x4E7EC, symSize: 0x5C } + - { offsetInCU: 0x4B9, offset: 0x97C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextV10oldStorage017viewRepresentableE09containerAEyxq__Gq__0B2UI0ciE0VyACyxq_GGAA0B22UIMeasurementContainerCyxGtcfC', symObjAddr: 0x600, symBinAddr: 0x4E974, symSize: 0xE0 } + - { offsetInCU: 0x4F5, offset: 0x97C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMa', symObjAddr: 0x744, symBinAddr: 0x4EA8C, symSize: 0xC } + - { offsetInCU: 0x509, offset: 0x97C53, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMi', symObjAddr: 0x750, symBinAddr: 0x4EA98, symSize: 0x8 } + - { offsetInCU: 0x51D, offset: 0x97C67, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMr', symObjAddr: 0x758, symBinAddr: 0x4EAA0, symSize: 0xC8 } + - { offsetInCU: 0x531, offset: 0x97C7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwCP', symObjAddr: 0x820, symBinAddr: 0x4EB68, symSize: 0xE8 } + - { offsetInCU: 0x545, offset: 0x97C8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMa', symObjAddr: 0x908, symBinAddr: 0x4EC50, symSize: 0xC } + - { offsetInCU: 0x559, offset: 0x97CA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwxx', symObjAddr: 0x914, symBinAddr: 0x4EC5C, symSize: 0x94 } + - { offsetInCU: 0x56D, offset: 0x97CB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwcp', symObjAddr: 0x9A8, symBinAddr: 0x4ECF0, symSize: 0xB4 } + - { offsetInCU: 0x581, offset: 0x97CCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwca', symObjAddr: 0xA5C, symBinAddr: 0x4EDA4, symSize: 0xC0 } + - { offsetInCU: 0x595, offset: 0x97CDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwtk', symObjAddr: 0xB1C, symBinAddr: 0x4EE64, symSize: 0xB0 } + - { offsetInCU: 0x5A9, offset: 0x97CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwta', symObjAddr: 0xBCC, symBinAddr: 0x4EF14, symSize: 0xB8 } + - { offsetInCU: 0x5BD, offset: 0x97D07, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwet', symObjAddr: 0xC84, symBinAddr: 0x4EFCC, symSize: 0xC } + - { offsetInCU: 0x5D1, offset: 0x97D1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwst', symObjAddr: 0xD58, symBinAddr: 0x4F0A0, symSize: 0xC } + - { offsetInCU: 0x5E5, offset: 0x97D2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMa', symObjAddr: 0xE38, symBinAddr: 0x4F180, symSize: 0xC } + - { offsetInCU: 0x5F9, offset: 0x97D43, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMi', symObjAddr: 0xE44, symBinAddr: 0x4F18C, symSize: 0x8 } + - { offsetInCU: 0x60D, offset: 0x97D57, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMr', symObjAddr: 0xE4C, symBinAddr: 0x4F194, symSize: 0x90 } + - { offsetInCU: 0x621, offset: 0x97D6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwCP', symObjAddr: 0xEDC, symBinAddr: 0x4F224, symSize: 0xE8 } + - { offsetInCU: 0x635, offset: 0x97D7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwxx', symObjAddr: 0xFC4, symBinAddr: 0x4F30C, symSize: 0x68 } + - { offsetInCU: 0x649, offset: 0x97D93, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwcp', symObjAddr: 0x102C, symBinAddr: 0x4F374, symSize: 0x9C } + - { offsetInCU: 0x65D, offset: 0x97DA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwca', symObjAddr: 0x10C8, symBinAddr: 0x4F410, symSize: 0xB0 } + - { offsetInCU: 0x671, offset: 0x97DBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwtk', symObjAddr: 0x1178, symBinAddr: 0x4F4C0, symSize: 0x88 } + - { offsetInCU: 0x685, offset: 0x97DCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwta', symObjAddr: 0x1200, symBinAddr: 0x4F548, symSize: 0xA0 } + - { offsetInCU: 0x699, offset: 0x97DE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwet', symObjAddr: 0x12A0, symBinAddr: 0x4F5E8, symSize: 0x110 } + - { offsetInCU: 0x6AD, offset: 0x97DF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwst', symObjAddr: 0x13B0, symBinAddr: 0x4F6F8, symSize: 0x190 } + - { offsetInCU: 0x6C1, offset: 0x97E0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AA20ConfigurationContextAaEP_AA13ViewProvidingPWT', symObjAddr: 0x1540, symBinAddr: 0x4F888, symSize: 0x10 } + - { offsetInCU: 0x6D5, offset: 0x97E1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AAWI', symObjAddr: 0x1550, symBinAddr: 0x4F898, symSize: 0x2C } + - { offsetInCU: 0x6E9, offset: 0x97E33, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableAAWI', symObjAddr: 0x157C, symBinAddr: 0x4F8C4, symSize: 0x2C } + - { offsetInCU: 0x6FD, offset: 0x97E47, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaE4ViewPWb', symObjAddr: 0x15A8, symBinAddr: 0x4F8F0, symSize: 0x10 } + - { offsetInCU: 0x711, offset: 0x97E5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAA4BodyAeFP_AHWT', symObjAddr: 0x15B8, symBinAddr: 0x4F900, symSize: 0xC } + - { offsetInCU: 0x725, offset: 0x97E6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV04makeC07contextAA0B22UIMeasurementContainerCyxG0B2UI0C20RepresentableContextVyACyxq_GG_tFTf4dn_n', symObjAddr: 0x15C4, symBinAddr: 0x4F90C, symSize: 0x68 } + - { offsetInCU: 0x7F6, offset: 0x97F40, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP09dismantleC0_11coordinatory0C4TypeQz_11CoordinatorQztFZTW', symObjAddr: 0x380, symBinAddr: 0x4E6F4, symSize: 0x4 } + - { offsetInCU: 0x812, offset: 0x97F5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP19_identifiedViewTree2inAE011_IdentifiedgH0O0C4TypeQz_tFTW', symObjAddr: 0x3E4, symBinAddr: 0x4E758, symSize: 0x4 } + - { offsetInCU: 0x82E, offset: 0x97F78, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideLayoutTraits_3foryAE01_gH0Vz_0C4TypeQztFTW', symObjAddr: 0x4D4, symBinAddr: 0x4E848, symSize: 0x4 } + - { offsetInCU: 0x84A, offset: 0x97F94, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP24_modifyBridgedViewInputsyyAE01_hI0VzFZTW', symObjAddr: 0x4D8, symBinAddr: 0x4E84C, symSize: 0x14 } + - { offsetInCU: 0x866, offset: 0x97FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP14_layoutOptionsyAE013_PlatformViewe6LayoutG0V0C4TypeQzFZTW', symObjAddr: 0x4EC, symBinAddr: 0x4E860, symSize: 0x14 } + - { offsetInCU: 0x882, offset: 0x97FCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE04view6inputsAE01_E7OutputsVAE11_GraphValueVyxG_AE01_E6InputsVtFZTW', symObjAddr: 0x500, symBinAddr: 0x4E874, symSize: 0x5C } + - { offsetInCU: 0x89E, offset: 0x97FE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE4List4view6inputsAE01_eG7OutputsVAE11_GraphValueVyxG_AE01_eG6InputsVtFZTW', symObjAddr: 0x55C, symBinAddr: 0x4E8D0, symSize: 0x5C } + - { offsetInCU: 0x8BA, offset: 0x98004, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP14_viewListCount6inputsSiSgAE01_egH6InputsV_tFZTW', symObjAddr: 0x5B8, symBinAddr: 0x4E92C, symSize: 0x18 } + - { offsetInCU: 0x8D6, offset: 0x98020, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP4body4BodyQzvgTW', symObjAddr: 0x5D0, symBinAddr: 0x4E944, symSize: 0x30 } + - { offsetInCU: 0x1F6, offset: 0x983B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE03logB5IssueyySSKFAA21LayerAnimationContextV_TB5', symObjAddr: 0x0, symBinAddr: 0x4F9F0, symSize: 0x258 } + - { offsetInCU: 0x516, offset: 0x986D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5coderAESgSo7NSCoderC_tcfcTo', symObjAddr: 0x1304, symBinAddr: 0x50CF4, symSize: 0x58 } + - { offsetInCU: 0x55D, offset: 0x9871C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5layerAEyp_tcfc', symObjAddr: 0x135C, symBinAddr: 0x50D4C, symSize: 0x1B0 } + - { offsetInCU: 0x63E, offset: 0x987FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAEycfcTo', symObjAddr: 0x1574, symBinAddr: 0x50F64, symSize: 0x2C } + - { offsetInCU: 0x6D0, offset: 0x9888F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x258, symBinAddr: 0x4FC48, symSize: 0x4CC } + - { offsetInCU: 0xBBC, offset: 0x98D7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x75C, symBinAddr: 0x5014C, symSize: 0x58 } + - { offsetInCU: 0xC03, offset: 0x98DC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x7B4, symBinAddr: 0x501A4, symSize: 0x1B0 } + - { offsetInCU: 0xCC6, offset: 0x98E85, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyF', symObjAddr: 0x970, symBinAddr: 0x50360, symSize: 0x1FC } + - { offsetInCU: 0xE86, offset: 0x99045, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyFTo', symObjAddr: 0xB6C, symBinAddr: 0x5055C, symSize: 0x2C } + - { offsetInCU: 0xEC0, offset: 0x9907F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCACycfcTo', symObjAddr: 0xB98, symBinAddr: 0x50588, symSize: 0x2C } + - { offsetInCU: 0x1142, offset: 0x99301, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCfETo', symObjAddr: 0xBC8, symBinAddr: 0x505B8, symSize: 0x10 } + - { offsetInCU: 0x1171, offset: 0x99330, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCMa', symObjAddr: 0xBD8, symBinAddr: 0x505C8, symSize: 0x20 } + - { offsetInCU: 0x1185, offset: 0x99344, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xBF8, symBinAddr: 0x505E8, symSize: 0x1F4 } + - { offsetInCU: 0x184C, offset: 0x99A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xDEC, symBinAddr: 0x507DC, symSize: 0x504 } + - { offsetInCU: 0x1D0C, offset: 0x99ECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_', symObjAddr: 0x1608, symBinAddr: 0x50FF8, symSize: 0x8C } + - { offsetInCU: 0x1D6B, offset: 0x99F2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCAA09AnimationD0A2aDP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x12F0, symBinAddr: 0x50CE0, symSize: 0x14 } + - { offsetInCU: 0x1D8E, offset: 0x99F4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CfETo', symObjAddr: 0x15D8, symBinAddr: 0x50FC8, symSize: 0x10 } + - { offsetInCU: 0x1DBD, offset: 0x99F7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CMa', symObjAddr: 0x15E8, symBinAddr: 0x50FD8, symSize: 0x20 } + - { offsetInCU: 0x1DD1, offset: 0x99F90, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAA09AnimationD0A2aFP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x1694, symBinAddr: 0x51084, symSize: 0x14 } + - { offsetInCU: 0x1E7A, offset: 0x9A039, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_So13CATransform3DV_Tg5Tf4nxnn_n', symObjAddr: 0x3A6C, symBinAddr: 0x5331C, symSize: 0x26C } + - { offsetInCU: 0x1FC0, offset: 0x9A17F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_12CoreGraphics7CGFloatV_Tg5Tf4nxnn_n', symObjAddr: 0x3CD8, symBinAddr: 0x53588, symSize: 0x19C } + - { offsetInCU: 0x2105, offset: 0x9A2C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_Sb_Tg5Tf4nxnn_n', symObjAddr: 0x3E74, symBinAddr: 0x53724, symSize: 0x1AC } + - { offsetInCU: 0x228A, offset: 0x9A449, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_TA', symObjAddr: 0x1D14, symBinAddr: 0x51704, symSize: 0x8 } + - { offsetInCU: 0x22C4, offset: 0x9A483, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5', symObjAddr: 0x1D5C, symBinAddr: 0x5170C, symSize: 0xBC } + - { offsetInCU: 0x2426, offset: 0x9A5E5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo13CATransform3DV_TB5Tf4xnd_n', symObjAddr: 0x1E18, symBinAddr: 0x517C8, symSize: 0x3BC } + - { offsetInCU: 0x2732, offset: 0x9A8F1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo7CGPointV_TB5Tf4xnd_n', symObjAddr: 0x21D4, symBinAddr: 0x51B84, symSize: 0x2E8 } + - { offsetInCU: 0x2A3E, offset: 0x9ABFD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlF12CoreGraphics7CGFloatV_TB5Tf4xnd_n', symObjAddr: 0x24BC, symBinAddr: 0x51E6C, symSize: 0x2E0 } + - { offsetInCU: 0x2D4E, offset: 0x9AF0D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSb_TB5Tf4xnd_n', symObjAddr: 0x279C, symBinAddr: 0x5214C, symSize: 0x2D8 } + - { offsetInCU: 0x3055, offset: 0x9B214, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo10CGColorRefa_TB5Tf4xnd_n', symObjAddr: 0x2A74, symBinAddr: 0x52424, symSize: 0x2A8 } + - { offsetInCU: 0x333A, offset: 0x9B4F9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo6CGSizeV_TB5Tf4xnd_n', symObjAddr: 0x2D1C, symBinAddr: 0x526CC, symSize: 0x2E8 } + - { offsetInCU: 0x35EE, offset: 0x9B7AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x3070, symBinAddr: 0x529D8, symSize: 0x8 } + - { offsetInCU: 0x365A, offset: 0x9B819, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo9CGPathRefa_TB5Tf4xnd_n', symObjAddr: 0x3078, symBinAddr: 0x529E0, symSize: 0x2A8 } + - { offsetInCU: 0x393F, offset: 0x9BAFE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSaySo10CGColorRefaG_TB5Tf4xnd_n', symObjAddr: 0x3320, symBinAddr: 0x52C88, symSize: 0x300 } + - { offsetInCU: 0x3C4E, offset: 0x9BE0D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSay12CoreGraphics7CGFloatVG_TB5Tf4xnd_n', symObjAddr: 0x3620, symBinAddr: 0x52F88, symSize: 0x300 } + - { offsetInCU: 0x3F05, offset: 0x9C0C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tSgWOh', symObjAddr: 0x3920, symBinAddr: 0x53288, symSize: 0x40 } + - { offsetInCU: 0x3FA3, offset: 0x9C162, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So9CGPathRefa_Tg5TA', symObjAddr: 0x41D0, symBinAddr: 0x53A80, symSize: 0x30 } + - { offsetInCU: 0x3FB7, offset: 0x9C176, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x4200, symBinAddr: 0x53AB0, symSize: 0x8 } + - { offsetInCU: 0x3FCB, offset: 0x9C18A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOr', symObjAddr: 0x422C, symBinAddr: 0x53ADC, symSize: 0x28 } + - { offsetInCU: 0x3FDF, offset: 0x9C19E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOs', symObjAddr: 0x4254, symBinAddr: 0x53B04, symSize: 0x28 } + - { offsetInCU: 0x3FF3, offset: 0x9C1B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x427C, symBinAddr: 0x53B2C, symSize: 0x8 } + - { offsetInCU: 0x4007, offset: 0x9C1C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4284, symBinAddr: 0x53B34, symSize: 0x8 } + - { offsetInCU: 0x401B, offset: 0x9C1DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOc', symObjAddr: 0x4314, symBinAddr: 0x53B3C, symSize: 0x48 } + - { offsetInCU: 0x402F, offset: 0x9C1EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x43F0, symBinAddr: 0x53C18, symSize: 0x2C } + - { offsetInCU: 0x4043, offset: 0x9C202, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x4494, symBinAddr: 0x53CBC, symSize: 0x30 } + - { offsetInCU: 0x4057, offset: 0x9C216, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So7CGPointV_Tg5TA', symObjAddr: 0x44F8, symBinAddr: 0x53D20, symSize: 0x2C } + - { offsetInCU: 0x406B, offset: 0x9C22A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Say12CoreGraphics7CGFloatVG_Tg5TA', symObjAddr: 0x4558, symBinAddr: 0x53D80, symSize: 0x38 } + - { offsetInCU: 0x407F, offset: 0x9C23E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_SaySo10CGColorRefaG_Tg5TA', symObjAddr: 0x4770, symBinAddr: 0x53F98, symSize: 0x30 } + - { offsetInCU: 0x4093, offset: 0x9C252, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So13CATransform3DV_Tg5TA', symObjAddr: 0x47BC, symBinAddr: 0x53FE4, symSize: 0x38 } + - { offsetInCU: 0x40A7, offset: 0x9C266, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So6CGSizeV_Tg5TA', symObjAddr: 0x4864, symBinAddr: 0x54050, symSize: 0x28 } + - { offsetInCU: 0x40BB, offset: 0x9C27A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Sb_Tg5TA', symObjAddr: 0x48A8, symBinAddr: 0x54094, symSize: 0x24 } + - { offsetInCU: 0x44A9, offset: 0x9C668, size: 0x8, addend: 0x0, symName: '_$sSKsE4last5where7ElementQzSgSbADKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AF16AnyValueProvider_p05valueJ0tG_Tg5011$s6Lottie18ij74StoreC05valueC033_4EC701FB5E0978BECCD084F684086AE8LL3forAA03AnybC0_pSgAA16eF20V_tFSbAJ_AaG_ptXEfU_AHTf1ncn_n', symObjAddr: 0x1C58, symBinAddr: 0x51648, symSize: 0xBC } + - { offsetInCU: 0x27, offset: 0x9CDFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x540D8, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x9CE17, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x540D8, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x9CE2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwxx', symObjAddr: 0x80, symBinAddr: 0x54108, symSize: 0xC } + - { offsetInCU: 0x67, offset: 0x9CE3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwcp', symObjAddr: 0xD0, symBinAddr: 0x54114, symSize: 0x78 } + - { offsetInCU: 0x7B, offset: 0x9CE53, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwca', symObjAddr: 0x148, symBinAddr: 0x5418C, symSize: 0xB8 } + - { offsetInCU: 0x8F, offset: 0x9CE67, size: 0x8, addend: 0x0, symName: ___swift_memcpy100_8, symObjAddr: 0x200, symBinAddr: 0x54244, symSize: 0x2C } + - { offsetInCU: 0xA3, offset: 0x9CE7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwta', symObjAddr: 0x22C, symBinAddr: 0x54270, symSize: 0x78 } + - { offsetInCU: 0xB7, offset: 0x9CE8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwet', symObjAddr: 0x2A4, symBinAddr: 0x542E8, symSize: 0x54 } + - { offsetInCU: 0xCB, offset: 0x9CEA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwst', symObjAddr: 0x2F8, symBinAddr: 0x5433C, symSize: 0x6C } + - { offsetInCU: 0xDF, offset: 0x9CEB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVMa', symObjAddr: 0x364, symBinAddr: 0x543A8, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x9CECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4ndd_n', symObjAddr: 0x374, symBinAddr: 0x543B8, symSize: 0x214 } + - { offsetInCU: 0x161, offset: 0x9CF39, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4gdd_n', symObjAddr: 0x598, symBinAddr: 0x545DC, symSize: 0x128 } + - { offsetInCU: 0x1B6, offset: 0x9CF8E, size: 0x8, addend: 0x0, symName: ___swift_memcpy20_8, symObjAddr: 0x6D0, symBinAddr: 0x54714, symSize: 0x14 } + - { offsetInCU: 0x1CA, offset: 0x9CFA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwet', symObjAddr: 0x6E8, symBinAddr: 0x54728, symSize: 0x20 } + - { offsetInCU: 0x1DE, offset: 0x9CFB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwst', symObjAddr: 0x708, symBinAddr: 0x54748, symSize: 0x2C } + - { offsetInCU: 0x1F2, offset: 0x9CFCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVMa', symObjAddr: 0x734, symBinAddr: 0x54774, symSize: 0x10 } + - { offsetInCU: 0x206, offset: 0x9CFDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x744, symBinAddr: 0x54784, symSize: 0x64 } + - { offsetInCU: 0x21A, offset: 0x9CFF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwca', symObjAddr: 0x7A8, symBinAddr: 0x547E8, symSize: 0x94 } + - { offsetInCU: 0x22E, offset: 0x9D006, size: 0x8, addend: 0x0, symName: ___swift_memcpy80_8, symObjAddr: 0x83C, symBinAddr: 0x5487C, symSize: 0x1C } + - { offsetInCU: 0x242, offset: 0x9D01A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwta', symObjAddr: 0x858, symBinAddr: 0x54898, symSize: 0x60 } + - { offsetInCU: 0x256, offset: 0x9D02E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwet', symObjAddr: 0x8B8, symBinAddr: 0x548F8, symSize: 0x54 } + - { offsetInCU: 0x26A, offset: 0x9D042, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwst', symObjAddr: 0x90C, symBinAddr: 0x5494C, symSize: 0x64 } + - { offsetInCU: 0x27E, offset: 0x9D056, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVMa', symObjAddr: 0x970, symBinAddr: 0x549B0, symSize: 0x10 } + - { offsetInCU: 0x60, offset: 0x9D244, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x549C8, symSize: 0x9C } + - { offsetInCU: 0x9C, offset: 0x9D280, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvg', symObjAddr: 0x9C, symBinAddr: 0x54A64, symSize: 0x1A4 } + - { offsetInCU: 0x1D0, offset: 0x9D3B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x240, symBinAddr: 0x54C08, symSize: 0xDC } + - { offsetInCU: 0x290, offset: 0x9D474, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x31C, symBinAddr: 0x54CE4, symSize: 0x160 } + - { offsetInCU: 0x41C, offset: 0x9D600, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x47C, symBinAddr: 0x54E44, symSize: 0xDC } + - { offsetInCU: 0x544, offset: 0x9D728, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x558, symBinAddr: 0x54F20, symSize: 0x60 } + - { offsetInCU: 0x5C9, offset: 0x9D7AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x5B8, symBinAddr: 0x54F80, symSize: 0x180 } + - { offsetInCU: 0x72A, offset: 0x9D90E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x738, symBinAddr: 0x55100, symSize: 0x140 } + - { offsetInCU: 0x7F2, offset: 0x9D9D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF', symObjAddr: 0x878, symBinAddr: 0x55240, symSize: 0x188 } + - { offsetInCU: 0x969, offset: 0x9DB4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_', symObjAddr: 0xA00, symBinAddr: 0x553C8, symSize: 0xB0 } + - { offsetInCU: 0x9CE, offset: 0x9DBB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_', symObjAddr: 0xAB0, symBinAddr: 0x55478, symSize: 0x224 } + - { offsetInCU: 0xA56, offset: 0x9DC3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xE84, symBinAddr: 0x5584C, symSize: 0x194 } + - { offsetInCU: 0xBD4, offset: 0x9DDB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0x1018, symBinAddr: 0x559E0, symSize: 0x420 } + - { offsetInCU: 0xC91, offset: 0x9DE75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x1458, symBinAddr: 0x55E20, symSize: 0x4 } + - { offsetInCU: 0x106B, offset: 0x9E24F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOc', symObjAddr: 0x1498, symBinAddr: 0x55E24, symSize: 0x34 } + - { offsetInCU: 0x107F, offset: 0x9E263, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x14F0, symBinAddr: 0x55E5C, symSize: 0x8 } + - { offsetInCU: 0x1093, offset: 0x9E277, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x1570, symBinAddr: 0x55EDC, symSize: 0x8 } + - { offsetInCU: 0x10A7, offset: 0x9E28B, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedSwitchCytG_Tg5TA', symObjAddr: 0x1578, symBinAddr: 0x55EE4, symSize: 0x8 } + - { offsetInCU: 0x10BB, offset: 0x9E29F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x1580, symBinAddr: 0x55EEC, symSize: 0x8 } + - { offsetInCU: 0x10CF, offset: 0x9E2B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1610, symBinAddr: 0x55F40, symSize: 0x8 } + - { offsetInCU: 0x10E3, offset: 0x9E2C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOh', symObjAddr: 0x163C, symBinAddr: 0x55F6C, symSize: 0x2C } + - { offsetInCU: 0x10F7, offset: 0x9E2DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOd', symObjAddr: 0x1668, symBinAddr: 0x55F98, symSize: 0x34 } + - { offsetInCU: 0x110B, offset: 0x9E2EF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGSgWOe', symObjAddr: 0x169C, symBinAddr: 0x55FCC, symSize: 0x2C } + - { offsetInCU: 0x111F, offset: 0x9E303, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x16D0, symBinAddr: 0x56000, symSize: 0xC } + - { offsetInCU: 0x1133, offset: 0x9E317, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x16EC, symBinAddr: 0x5601C, symSize: 0x28 } + - { offsetInCU: 0x1147, offset: 0x9E32B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1724, symBinAddr: 0x56054, symSize: 0x28 } + - { offsetInCU: 0x115B, offset: 0x9E33F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x17B8, symBinAddr: 0x560E8, symSize: 0x20 } + - { offsetInCU: 0x116F, offset: 0x9E353, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x17D8, symBinAddr: 0x56108, symSize: 0x34 } + - { offsetInCU: 0x1183, offset: 0x9E367, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x180C, symBinAddr: 0x5613C, symSize: 0x24 } + - { offsetInCU: 0x1197, offset: 0x9E37B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAC7SwiftUI4ViewAAWl', symObjAddr: 0x1830, symBinAddr: 0x56160, symSize: 0x44 } + - { offsetInCU: 0x11AB, offset: 0x9E38F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x1874, symBinAddr: 0x561A4, symSize: 0x10 } + - { offsetInCU: 0x11BF, offset: 0x9E3A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwCP', symObjAddr: 0x1884, symBinAddr: 0x561B4, symSize: 0x30 } + - { offsetInCU: 0x11D3, offset: 0x9E3B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwxx', symObjAddr: 0x18B4, symBinAddr: 0x561E4, symSize: 0x70 } + - { offsetInCU: 0x11E7, offset: 0x9E3CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwcp', symObjAddr: 0x1924, symBinAddr: 0x56254, symSize: 0x11C } + - { offsetInCU: 0x11FB, offset: 0x9E3DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwca', symObjAddr: 0x1A40, symBinAddr: 0x56370, symSize: 0x1C8 } + - { offsetInCU: 0x120F, offset: 0x9E3F3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGWOh', symObjAddr: 0x1C3C, symBinAddr: 0x56538, symSize: 0x40 } + - { offsetInCU: 0x1223, offset: 0x9E407, size: 0x8, addend: 0x0, symName: ___swift_memcpy137_8, symObjAddr: 0x1CBC, symBinAddr: 0x56578, symSize: 0x34 } + - { offsetInCU: 0x1237, offset: 0x9E41B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwta', symObjAddr: 0x1CF0, symBinAddr: 0x565AC, symSize: 0x108 } + - { offsetInCU: 0x124B, offset: 0x9E42F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwet', symObjAddr: 0x1DF8, symBinAddr: 0x566B4, symSize: 0x48 } + - { offsetInCU: 0x125F, offset: 0x9E443, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwst', symObjAddr: 0x1E40, symBinAddr: 0x566FC, symSize: 0x64 } + - { offsetInCU: 0x1273, offset: 0x9E457, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVMa', symObjAddr: 0x1EA4, symBinAddr: 0x56760, symSize: 0x10 } + - { offsetInCU: 0x1287, offset: 0x9E46B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_TA', symObjAddr: 0x1FD8, symBinAddr: 0x56850, symSize: 0xC } + - { offsetInCU: 0x129B, offset: 0x9E47F, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOe', symObjAddr: 0x1FE4, symBinAddr: 0x5685C, symSize: 0x10 } + - { offsetInCU: 0x12AF, offset: 0x9E493, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueCMa', symObjAddr: 0x1FF4, symBinAddr: 0x5686C, symSize: 0x3C } + - { offsetInCU: 0x12C3, offset: 0x9E4A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_yyScMYccfU_TA', symObjAddr: 0x2070, symBinAddr: 0x568E8, symSize: 0x54 } + - { offsetInCU: 0x12F7, offset: 0x9E4DB, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x20C4, symBinAddr: 0x5693C, symSize: 0x10 } + - { offsetInCU: 0x130B, offset: 0x9E4EF, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x20D4, symBinAddr: 0x5694C, symSize: 0x8 } + - { offsetInCU: 0x131F, offset: 0x9E503, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGMa', symObjAddr: 0x211C, symBinAddr: 0x56994, symSize: 0x54 } + - { offsetInCU: 0x141F, offset: 0x9E603, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x1438, symBinAddr: 0x55E00, symSize: 0x4 } + - { offsetInCU: 0x143B, offset: 0x9E61F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x143C, symBinAddr: 0x55E04, symSize: 0x4 } + - { offsetInCU: 0x1457, offset: 0x9E63B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x1440, symBinAddr: 0x55E08, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0x9E8A0, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x56A14, symSize: 0x2E0 } + - { offsetInCU: 0x9F, offset: 0x9E914, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x56A14, symSize: 0x2E0 } + - { offsetInCU: 0x27, offset: 0x9EC30, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x56D0C, symSize: 0x4C } + - { offsetInCU: 0x50, offset: 0x9EC59, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x56D0C, symSize: 0x4C } + - { offsetInCU: 0xAA, offset: 0x9ECB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4C, symBinAddr: 0x56D58, symSize: 0x14 } + - { offsetInCU: 0x139, offset: 0x9ED42, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH9hashValueSivgTW', symObjAddr: 0x60, symBinAddr: 0x56D6C, symSize: 0x44 } + - { offsetInCU: 0x21C, offset: 0x9EE25, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA4, symBinAddr: 0x56DB0, symSize: 0x28 } + - { offsetInCU: 0x335, offset: 0x9EF3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtF', symObjAddr: 0x10C, symBinAddr: 0x56E18, symSize: 0x1BC } + - { offsetInCU: 0x45E, offset: 0x9F067, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtFTo', symObjAddr: 0x2C8, symBinAddr: 0x56FD4, symSize: 0x64 } + - { offsetInCU: 0x498, offset: 0x9F0A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCACycfcTo', symObjAddr: 0x32C, symBinAddr: 0x57038, symSize: 0x2C } + - { offsetInCU: 0x4FF, offset: 0x9F108, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfD', symObjAddr: 0x358, symBinAddr: 0x57064, symSize: 0x30 } + - { offsetInCU: 0x543, offset: 0x9F14C, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfETo', symObjAddr: 0x388, symBinAddr: 0x57094, symSize: 0x50 } + - { offsetInCU: 0x572, offset: 0x9F17B, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCMa', symObjAddr: 0x3D8, symBinAddr: 0x570E4, symSize: 0x20 } + - { offsetInCU: 0x586, offset: 0x9F18F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwet', symObjAddr: 0x408, symBinAddr: 0x57104, symSize: 0x90 } + - { offsetInCU: 0x59A, offset: 0x9F1A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwst', symObjAddr: 0x498, symBinAddr: 0x57194, symSize: 0xBC } + - { offsetInCU: 0x5AE, offset: 0x9F1B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwug', symObjAddr: 0x554, symBinAddr: 0x57250, symSize: 0x8 } + - { offsetInCU: 0x5C2, offset: 0x9F1CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwup', symObjAddr: 0x55C, symBinAddr: 0x57258, symSize: 0x4 } + - { offsetInCU: 0x5D6, offset: 0x9F1DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwui', symObjAddr: 0x560, symBinAddr: 0x5725C, symSize: 0x8 } + - { offsetInCU: 0x5EA, offset: 0x9F1F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOMa', symObjAddr: 0x568, symBinAddr: 0x57264, symSize: 0x10 } + - { offsetInCU: 0x5FE, offset: 0x9F207, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwCP', symObjAddr: 0x578, symBinAddr: 0x57274, symSize: 0x34 } + - { offsetInCU: 0x612, offset: 0x9F21B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwxx', symObjAddr: 0x5AC, symBinAddr: 0x572A8, symSize: 0x8 } + - { offsetInCU: 0x626, offset: 0x9F22F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwcp', symObjAddr: 0x5B4, symBinAddr: 0x572B0, symSize: 0x34 } + - { offsetInCU: 0x63A, offset: 0x9F243, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwca', symObjAddr: 0x5E8, symBinAddr: 0x572E4, symSize: 0x48 } + - { offsetInCU: 0x64E, offset: 0x9F257, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x630, symBinAddr: 0x5732C, symSize: 0x14 } + - { offsetInCU: 0x662, offset: 0x9F26B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwta', symObjAddr: 0x644, symBinAddr: 0x57340, symSize: 0x38 } + - { offsetInCU: 0x676, offset: 0x9F27F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwet', symObjAddr: 0x67C, symBinAddr: 0x57378, symSize: 0x48 } + - { offsetInCU: 0x68A, offset: 0x9F293, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwst', symObjAddr: 0x6C4, symBinAddr: 0x573C0, symSize: 0x40 } + - { offsetInCU: 0x69E, offset: 0x9F2A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVMa', symObjAddr: 0x704, symBinAddr: 0x57400, symSize: 0x10 } + - { offsetInCU: 0x6B2, offset: 0x9F2BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASQWb', symObjAddr: 0x714, symBinAddr: 0x57410, symSize: 0x4 } + - { offsetInCU: 0x6C6, offset: 0x9F2CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOACSQAAWl', symObjAddr: 0x718, symBinAddr: 0x57414, symSize: 0x44 } + - { offsetInCU: 0x718, offset: 0x9F321, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCC, symBinAddr: 0x56DD8, symSize: 0x40 } + - { offsetInCU: 0x95, offset: 0x9F5BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufC', symObjAddr: 0x18, symBinAddr: 0x57470, symSize: 0x1FC } + - { offsetInCU: 0x14F, offset: 0x9F677, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufC', symObjAddr: 0x29C, symBinAddr: 0x5766C, symSize: 0x200 } + - { offsetInCU: 0x209, offset: 0x9F731, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_', symObjAddr: 0x4F8, symBinAddr: 0x578C8, symSize: 0x60 } + - { offsetInCU: 0x23D, offset: 0x9F765, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TQ0_', symObjAddr: 0x558, symBinAddr: 0x57928, symSize: 0x88 } + - { offsetInCU: 0x2BE, offset: 0x9F7E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x5E0, symBinAddr: 0x579B0, symSize: 0x24 } + - { offsetInCU: 0x2E8, offset: 0x9F810, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x5E0, symBinAddr: 0x579B0, symSize: 0x24 } + - { offsetInCU: 0x315, offset: 0x9F83D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC7SwiftUI05EmptyB0V_Tg5', symObjAddr: 0x604, symBinAddr: 0x579D4, symSize: 0x1E4 } + - { offsetInCU: 0x3BB, offset: 0x9F8E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC', symObjAddr: 0x7E8, symBinAddr: 0x57BB8, symSize: 0x1E4 } + - { offsetInCU: 0x469, offset: 0x9F991, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_', symObjAddr: 0xB38, symBinAddr: 0x57F08, symSize: 0x60 } + - { offsetInCU: 0x49D, offset: 0x9F9C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TQ0_', symObjAddr: 0xB98, symBinAddr: 0x57F68, symSize: 0x88 } + - { offsetInCU: 0x51E, offset: 0x9FA46, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xC20, symBinAddr: 0x57FF0, symSize: 0x28 } + - { offsetInCU: 0x548, offset: 0x9FA70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xC20, symBinAddr: 0x57FF0, symSize: 0x28 } + - { offsetInCU: 0x575, offset: 0x9FA9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufC', symObjAddr: 0xD10, symBinAddr: 0x580E0, symSize: 0x10 } + - { offsetInCU: 0x5A4, offset: 0x9FACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufcAFycfu_', symObjAddr: 0xD20, symBinAddr: 0x580F0, symSize: 0x4 } + - { offsetInCU: 0x5BE, offset: 0x9FAE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg', symObjAddr: 0xD24, symBinAddr: 0x580F4, symSize: 0x6A0 } + - { offsetInCU: 0x72C, offset: 0x9FC54, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_', symObjAddr: 0x13C4, symBinAddr: 0x58794, symSize: 0xFC } + - { offsetInCU: 0x765, offset: 0x9FC8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_', symObjAddr: 0x1560, symBinAddr: 0x58930, symSize: 0x90 } + - { offsetInCU: 0x7CE, offset: 0x9FCF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_', symObjAddr: 0x1D24, symBinAddr: 0x590F4, symSize: 0x22C } + - { offsetInCU: 0x8B8, offset: 0x9FDE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15animationSource33_787591BEA89A564C71734146BCF90079LLAA0a9AnimationD0OSgvg', symObjAddr: 0x14C0, symBinAddr: 0x58890, symSize: 0xA0 } + - { offsetInCU: 0x909, offset: 0x9FE31, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtF', symObjAddr: 0x15F0, symBinAddr: 0x589C0, symSize: 0x734 } + - { offsetInCU: 0xEAB, offset: 0xA03D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtFSbAA0E13ImageProvider_p_AaM_ptcfU_', symObjAddr: 0x4BF8, symBinAddr: 0x5BFC8, symSize: 0xDC } + - { offsetInCU: 0xF41, offset: 0xA0469, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x2020, symBinAddr: 0x593F0, symSize: 0x210 } + - { offsetInCU: 0xFA5, offset: 0xA04CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_', symObjAddr: 0x48CC, symBinAddr: 0x5BC9C, symSize: 0x20 } + - { offsetInCU: 0xFF3, offset: 0xA051B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY0_', symObjAddr: 0x48EC, symBinAddr: 0x5BCBC, symSize: 0xA8 } + - { offsetInCU: 0x1060, offset: 0xA0588, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TQ1_', symObjAddr: 0x4994, symBinAddr: 0x5BD64, symSize: 0x84 } + - { offsetInCU: 0x1111, offset: 0xA0639, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY2_', symObjAddr: 0x4A18, symBinAddr: 0x5BDE8, symSize: 0x88 } + - { offsetInCU: 0x11D5, offset: 0xA06FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY3_', symObjAddr: 0x4AA0, symBinAddr: 0x5BE70, symSize: 0xB4 } + - { offsetInCU: 0x12A5, offset: 0xA07CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_', symObjAddr: 0x4B54, symBinAddr: 0x5BF24, symSize: 0xA4 } + - { offsetInCU: 0x13B1, offset: 0xA08D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV31reloadAnimationTriggerDidChange33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x2230, symBinAddr: 0x59600, symSize: 0x88 } + - { offsetInCU: 0x1412, offset: 0xA093A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF', symObjAddr: 0x22B8, symBinAddr: 0x59688, symSize: 0x108 } + - { offsetInCU: 0x147C, offset: 0xA09A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_', symObjAddr: 0x23C0, symBinAddr: 0x59790, symSize: 0xAC } + - { offsetInCU: 0x14E4, offset: 0xA0A0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF', symObjAddr: 0x246C, symBinAddr: 0x5983C, symSize: 0xE4 } + - { offsetInCU: 0x1622, offset: 0xA0B4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_', symObjAddr: 0x2770, symBinAddr: 0x59B40, symSize: 0x60 } + - { offsetInCU: 0x167D, offset: 0xA0BA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF', symObjAddr: 0x2550, symBinAddr: 0x59920, symSize: 0x110 } + - { offsetInCU: 0x16E7, offset: 0xA0C0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_', symObjAddr: 0x2660, symBinAddr: 0x59A30, symSize: 0x110 } + - { offsetInCU: 0x174F, offset: 0xA0C77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF', symObjAddr: 0x2820, symBinAddr: 0x59BF0, symSize: 0xD0 } + - { offsetInCU: 0x178E, offset: 0xA0CB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7loopingACyxGyF', symObjAddr: 0x28F0, symBinAddr: 0x59CC0, symSize: 0x40 } + - { offsetInCU: 0x17BC, offset: 0xA0CE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF', symObjAddr: 0x2934, symBinAddr: 0x59D04, symSize: 0x38 } + - { offsetInCU: 0x17FA, offset: 0xA0D22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF', symObjAddr: 0x296C, symBinAddr: 0x59D3C, symSize: 0x44 } + - { offsetInCU: 0x1838, offset: 0xA0D60, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x2A48, symBinAddr: 0x59E18, symSize: 0x38 } + - { offsetInCU: 0x1876, offset: 0xA0D9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV14animationSpeedyACyxGSdF', symObjAddr: 0x2A80, symBinAddr: 0x59E50, symSize: 0x48 } + - { offsetInCU: 0x18B5, offset: 0xA0DDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF', symObjAddr: 0x2AC8, symBinAddr: 0x59E98, symSize: 0x64 } + - { offsetInCU: 0x18F7, offset: 0xA0E1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF', symObjAddr: 0x2B2C, symBinAddr: 0x59EFC, symSize: 0xA8 } + - { offsetInCU: 0x196F, offset: 0xA0E97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF', symObjAddr: 0x2BD4, symBinAddr: 0x59FA4, symSize: 0x6C } + - { offsetInCU: 0x19DA, offset: 0xA0F02, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF', symObjAddr: 0x2C40, symBinAddr: 0x5A010, symSize: 0x78 } + - { offsetInCU: 0x1A1B, offset: 0xA0F43, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_', symObjAddr: 0x2CB8, symBinAddr: 0x5A088, symSize: 0x6C } + - { offsetInCU: 0x1A5A, offset: 0xA0F82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF', symObjAddr: 0x2D24, symBinAddr: 0x5A0F4, symSize: 0x110 } + - { offsetInCU: 0x1A9B, offset: 0xA0FC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_', symObjAddr: 0x2E34, symBinAddr: 0x5A204, symSize: 0x120 } + - { offsetInCU: 0x1B7B, offset: 0xA10A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF', symObjAddr: 0x2F54, symBinAddr: 0x5A324, symSize: 0x58 } + - { offsetInCU: 0x1BBD, offset: 0xA10E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF', symObjAddr: 0x2FAC, symBinAddr: 0x5A37C, symSize: 0xC4 } + - { offsetInCU: 0x1C1A, offset: 0xA1142, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_', symObjAddr: 0x3070, symBinAddr: 0x5A440, symSize: 0x238 } + - { offsetInCU: 0x1CA5, offset: 0xA11CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF', symObjAddr: 0x32A8, symBinAddr: 0x5A678, symSize: 0x110 } + - { offsetInCU: 0x1D02, offset: 0xA122A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x33B8, symBinAddr: 0x5A788, symSize: 0x1A8 } + - { offsetInCU: 0x1DE9, offset: 0xA1311, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF', symObjAddr: 0x3560, symBinAddr: 0x5A930, symSize: 0x158 } + - { offsetInCU: 0x1E46, offset: 0xA136E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x36B8, symBinAddr: 0x5AA88, symSize: 0x3A0 } + - { offsetInCU: 0x1EEE, offset: 0xA1416, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF', symObjAddr: 0x3A58, symBinAddr: 0x5AE28, symSize: 0x114 } + - { offsetInCU: 0x1F5C, offset: 0xA1484, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_', symObjAddr: 0x3B6C, symBinAddr: 0x5AF3C, symSize: 0x40C } + - { offsetInCU: 0x2038, offset: 0xA1560, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF', symObjAddr: 0x3F78, symBinAddr: 0x5B348, symSize: 0x70 } + - { offsetInCU: 0x2092, offset: 0xA15BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF', symObjAddr: 0x407C, symBinAddr: 0x5B44C, symSize: 0xC8 } + - { offsetInCU: 0x20F1, offset: 0xA1619, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x4158, symBinAddr: 0x5B528, symSize: 0x118 } + - { offsetInCU: 0x21BB, offset: 0xA16E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x4800, symBinAddr: 0x5BBD0, symSize: 0x88 } + - { offsetInCU: 0x21F5, offset: 0xA171D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF', symObjAddr: 0x4888, symBinAddr: 0x5BC58, symSize: 0x44 } + - { offsetInCU: 0x2237, offset: 0xA175F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP4body4BodyQzvgTW', symObjAddr: 0x4CF4, symBinAddr: 0x5C0C4, symSize: 0x4 } + - { offsetInCU: 0x29F2, offset: 0xA1F1A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE7overlay33_787591BEA89A564C71734146BCF90079LL7contentQrqd__yXE_tAaBRd__lF', symObjAddr: 0x1F50, symBinAddr: 0x59320, symSize: 0xD0 } + - { offsetInCU: 0x2BCF, offset: 0xA20F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA', symObjAddr: 0x4D58, symBinAddr: 0x5C0EC, symSize: 0x90 } + - { offsetInCU: 0x2C2A, offset: 0xA2152, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5', symObjAddr: 0x4DE8, symBinAddr: 0x5C17C, symSize: 0x6C } + - { offsetInCU: 0x2C64, offset: 0xA218C, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TQ0_', symObjAddr: 0x4E54, symBinAddr: 0x5C1E8, symSize: 0x54 } + - { offsetInCU: 0x2CBF, offset: 0xA21E7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_', symObjAddr: 0x4EA8, symBinAddr: 0x5C23C, symSize: 0x178 } + - { offsetInCU: 0x2D42, offset: 0xA226A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7e4UI05g9B0VGAA0A9D26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x5020, symBinAddr: 0x5C3B4, symSize: 0x4 } + - { offsetInCU: 0x2D61, offset: 0xA2289, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA.5', symObjAddr: 0x5024, symBinAddr: 0x5C3B8, symSize: 0x90 } + - { offsetInCU: 0x2DBC, offset: 0xA22E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA', symObjAddr: 0x50B8, symBinAddr: 0x5C44C, symSize: 0x90 } + - { offsetInCU: 0x2E10, offset: 0xA2338, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7f4UI05h8B0VGAA03dkE26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x5148, symBinAddr: 0x5C4DC, symSize: 0x4 } + - { offsetInCU: 0x2E2F, offset: 0xA2357, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17', symObjAddr: 0x514C, symBinAddr: 0x5C4E0, symSize: 0x90 } + - { offsetInCU: 0x2E8A, offset: 0xA23B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17TQ0_', symObjAddr: 0x51DC, symBinAddr: 0x5C570, symSize: 0x50 } + - { offsetInCU: 0x2EDB, offset: 0xA2403, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGMa', symObjAddr: 0x5298, symBinAddr: 0x5C62C, symSize: 0x58 } + - { offsetInCU: 0x2EEF, offset: 0xA2417, size: 0x8, addend: 0x0, symName: '_$s7Combine4JustVy6Lottie12AnyEquatableVSgGMa', symObjAddr: 0x52F0, symBinAddr: 0x5C684, symSize: 0x64 } + - { offsetInCU: 0x2F03, offset: 0xA242B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy6Lottie0A6UIViewVyAD0E13AnimationViewCytGAA14_OpacityEffectVGACyxq_GAA0H0A2aNRzAA0H8ModifierR_rlWl', symObjAddr: 0x5354, symBinAddr: 0x5C6E8, symSize: 0xA0 } + - { offsetInCU: 0x2F17, offset: 0xA243F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_TA', symObjAddr: 0x5510, symBinAddr: 0x5C7AC, symSize: 0xC } + - { offsetInCU: 0x2F2B, offset: 0xA2453, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_TA', symObjAddr: 0x565C, symBinAddr: 0x5C8F8, symSize: 0xC } + - { offsetInCU: 0x2F3F, offset: 0xA2467, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5TA', symObjAddr: 0x5668, symBinAddr: 0x5C904, symSize: 0x8 } + - { offsetInCU: 0x2F53, offset: 0xA247B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_TA', symObjAddr: 0x5670, symBinAddr: 0x5C90C, symSize: 0xC } + - { offsetInCU: 0x2F67, offset: 0xA248F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyycfU2_TA', symObjAddr: 0x5680, symBinAddr: 0x5C91C, symSize: 0x2C } + - { offsetInCU: 0x2FAA, offset: 0xA24D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA12AnyEquatableVSgcfU3_TA', symObjAddr: 0x56B0, symBinAddr: 0x5C94C, symSize: 0x2C } + - { offsetInCU: 0x2FE7, offset: 0xA250F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSgxSgSQsSQRzlWl', symObjAddr: 0x56DC, symBinAddr: 0x5C978, symSize: 0x70 } + - { offsetInCU: 0x2FFB, offset: 0xA2523, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVACSQAAWl', symObjAddr: 0x574C, symBinAddr: 0x5C9E8, symSize: 0x44 } + - { offsetInCU: 0x300F, offset: 0xA2537, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGACyxq_GAA0F0A2aHRzAaHR_rlWl', symObjAddr: 0x5790, symBinAddr: 0x5CA2C, symSize: 0x58 } + - { offsetInCU: 0x3023, offset: 0xA254B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOe', symObjAddr: 0x57E8, symBinAddr: 0x5CA84, symSize: 0x18 } + - { offsetInCU: 0x3037, offset: 0xA255F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_TA', symObjAddr: 0x586C, symBinAddr: 0x5CB08, symSize: 0x20 } + - { offsetInCU: 0x304B, offset: 0xA2573, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_TA', symObjAddr: 0x588C, symBinAddr: 0x5CB28, symSize: 0x8 } + - { offsetInCU: 0x305F, offset: 0xA2587, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_TA', symObjAddr: 0x5900, symBinAddr: 0x5CB9C, symSize: 0x24 } + - { offsetInCU: 0x3073, offset: 0xA259B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOIegn_SgWOe', symObjAddr: 0x5A48, symBinAddr: 0x5CBC0, symSize: 0x10 } + - { offsetInCU: 0x3087, offset: 0xA25AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgFySbcfU_TA', symObjAddr: 0x5A94, symBinAddr: 0x5CC0C, symSize: 0x4C } + - { offsetInCU: 0x30BD, offset: 0xA25E5, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOy', symObjAddr: 0x5AE0, symBinAddr: 0x5CC58, symSize: 0x10 } + - { offsetInCU: 0x30D1, offset: 0xA25F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x5B00, symBinAddr: 0x5CC78, symSize: 0x24 } + - { offsetInCU: 0x3170, offset: 0xA2698, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x5B48, symBinAddr: 0x5CCC0, symSize: 0x8 } + - { offsetInCU: 0x3184, offset: 0xA26AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x5BD8, symBinAddr: 0x5CD14, symSize: 0x8 } + - { offsetInCU: 0x3198, offset: 0xA26C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_TA', symObjAddr: 0x5C2C, symBinAddr: 0x5CD2C, symSize: 0x10 } + - { offsetInCU: 0x31AC, offset: 0xA26D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOd', symObjAddr: 0x5C3C, symBinAddr: 0x5CD3C, symSize: 0x48 } + - { offsetInCU: 0x31C0, offset: 0xA26E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x5CA8, symBinAddr: 0x5CDA8, symSize: 0x10 } + - { offsetInCU: 0x31D4, offset: 0xA26FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x5D10, symBinAddr: 0x5CE10, symSize: 0x24 } + - { offsetInCU: 0x31E8, offset: 0xA2710, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_TA', symObjAddr: 0x5DA0, symBinAddr: 0x5CEA0, symSize: 0x24 } + - { offsetInCU: 0x31FC, offset: 0xA2724, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgWOy', symObjAddr: 0x5DDC, symBinAddr: 0x5CEDC, symSize: 0x30 } + - { offsetInCU: 0x3210, offset: 0xA2738, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI25AnimationTimelineScheduleVAcA0dE0AAWl', symObjAddr: 0x5E0C, symBinAddr: 0x5CF0C, symSize: 0x48 } + - { offsetInCU: 0x3224, offset: 0xA274C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaEP_AA0B9ProvidingPWT', symObjAddr: 0x5FF8, symBinAddr: 0x5D0F8, symSize: 0x2C } + - { offsetInCU: 0x3238, offset: 0xA2760, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x60AC, symBinAddr: 0x5D1AC, symSize: 0x2C } + - { offsetInCU: 0x324C, offset: 0xA2774, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AA4BodyAeFP_AHWT', symObjAddr: 0x60D8, symBinAddr: 0x5D1D8, symSize: 0x34 } + - { offsetInCU: 0x3260, offset: 0xA2788, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMi', symObjAddr: 0x610C, symBinAddr: 0x5D20C, symSize: 0x8 } + - { offsetInCU: 0x3274, offset: 0xA279C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwCP', symObjAddr: 0x6114, symBinAddr: 0x5D214, symSize: 0x30 } + - { offsetInCU: 0x3288, offset: 0xA27B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwxx', symObjAddr: 0x6144, symBinAddr: 0x5D244, symSize: 0x138 } + - { offsetInCU: 0x329C, offset: 0xA27C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwcp', symObjAddr: 0x627C, symBinAddr: 0x5D37C, symSize: 0x328 } + - { offsetInCU: 0x32B0, offset: 0xA27D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwca', symObjAddr: 0x65A4, symBinAddr: 0x5D6A4, symSize: 0x614 } + - { offsetInCU: 0x32C4, offset: 0xA27EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOWOh', symObjAddr: 0x6BB8, symBinAddr: 0x5DCB8, symSize: 0x34 } + - { offsetInCU: 0x32D8, offset: 0xA2800, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOh', symObjAddr: 0x6BEC, symBinAddr: 0x5DCEC, symSize: 0x34 } + - { offsetInCU: 0x32EC, offset: 0xA2814, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_0, symObjAddr: 0x6C20, symBinAddr: 0x5DD20, symSize: 0x160 } + - { offsetInCU: 0x3300, offset: 0xA2828, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVWOh', symObjAddr: 0x6D80, symBinAddr: 0x5DE80, symSize: 0x34 } + - { offsetInCU: 0x3314, offset: 0xA283C, size: 0x8, addend: 0x0, symName: ___swift_memcpy456_8, symObjAddr: 0x6F50, symBinAddr: 0x5DEB4, symSize: 0x8 } + - { offsetInCU: 0x3328, offset: 0xA2850, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwta', symObjAddr: 0x6F58, symBinAddr: 0x5DEBC, symSize: 0x418 } + - { offsetInCU: 0x333C, offset: 0xA2864, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwet', symObjAddr: 0x7370, symBinAddr: 0x5E2D4, symSize: 0x48 } + - { offsetInCU: 0x3350, offset: 0xA2878, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwst', symObjAddr: 0x73B8, symBinAddr: 0x5E31C, symSize: 0xB4 } + - { offsetInCU: 0x3364, offset: 0xA288C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMa', symObjAddr: 0x746C, symBinAddr: 0x5E3D0, symSize: 0xC } + - { offsetInCU: 0x3378, offset: 0xA28A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgyYaKcMa', symObjAddr: 0x7500, symBinAddr: 0x5E464, symSize: 0x50 } + - { offsetInCU: 0x338C, offset: 0xA28B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x7814, symBinAddr: 0x5E778, symSize: 0x34 } + - { offsetInCU: 0x33A0, offset: 0xA28C8, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x7894, symBinAddr: 0x5E7BC, symSize: 0x10 } + - { offsetInCU: 0x33B4, offset: 0xA28DC, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x78A4, symBinAddr: 0x5E7CC, symSize: 0x8 } + - { offsetInCU: 0x33C8, offset: 0xA28F0, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0x78EC, symBinAddr: 0x5E814, symSize: 0x60 } + - { offsetInCU: 0x33DC, offset: 0xA2904, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_TA', symObjAddr: 0x7970, symBinAddr: 0x5E898, symSize: 0x10 } + - { offsetInCU: 0x33F0, offset: 0xA2918, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x79B8, symBinAddr: 0x5E8E0, symSize: 0x34 } + - { offsetInCU: 0x340B, offset: 0xA2933, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TA', symObjAddr: 0x7C00, symBinAddr: 0x5EAF4, symSize: 0x98 } + - { offsetInCU: 0x3485, offset: 0xA29AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TATQ0_', symObjAddr: 0x7C98, symBinAddr: 0x5EB8C, symSize: 0x50 } + - { offsetInCU: 0x34DD, offset: 0xA2A05, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TA', symObjAddr: 0x7CE8, symBinAddr: 0x5EBDC, symSize: 0x78 } + - { offsetInCU: 0x3506, offset: 0xA2A2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_TA', symObjAddr: 0x7D60, symBinAddr: 0x5EC54, symSize: 0x8 } + - { offsetInCU: 0x351A, offset: 0xA2A42, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x7D68, symBinAddr: 0x5EC5C, symSize: 0x8 } + - { offsetInCU: 0x352E, offset: 0xA2A56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOy', symObjAddr: 0x7D70, symBinAddr: 0x5EC64, symSize: 0x18 } + - { offsetInCU: 0x3542, offset: 0xA2A6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOb', symObjAddr: 0x7E28, symBinAddr: 0x5ECFC, symSize: 0x18 } + - { offsetInCU: 0x3556, offset: 0xA2A7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOb', symObjAddr: 0x7E40, symBinAddr: 0x5ED14, symSize: 0x48 } + - { offsetInCU: 0x38BB, offset: 0xA2DE3, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV10buildBlockyxxAA0C0RzlFZ', symObjAddr: 0x0, symBinAddr: 0x57458, symSize: 0x18 } + - { offsetInCU: 0x3915, offset: 0xA2E3D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_GctcfC', symObjAddr: 0x4270, symBinAddr: 0x5B640, symSize: 0x10C } + - { offsetInCU: 0x394E, offset: 0xA2E76, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB04view6inputsAE01_B7OutputsVAE11_GraphValueVyxG_AE01_B6InputsVtFZTW', symObjAddr: 0x4CD4, symBinAddr: 0x5C0A4, symSize: 0x4 } + - { offsetInCU: 0x396A, offset: 0xA2E92, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB4List4view6inputsAE01_bF7OutputsVAE11_GraphValueVyxG_AE01_bF6InputsVtFZTW', symObjAddr: 0x4CD8, symBinAddr: 0x5C0A8, symSize: 0x4 } + - { offsetInCU: 0x3986, offset: 0xA2EAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP14_viewListCount6inputsSiSgAE01_bfG6InputsV_tFZTW', symObjAddr: 0x4CDC, symBinAddr: 0x5C0AC, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0xA3410, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x5ED94, symSize: 0xC } + - { offsetInCU: 0x3F, offset: 0xA3428, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x5ED94, symSize: 0xC } + - { offsetInCU: 0x6E, offset: 0xA3457, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg', symObjAddr: 0xC, symBinAddr: 0x5EDA0, symSize: 0x10 } + - { offsetInCU: 0x9D, offset: 0xA3486, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwCP', symObjAddr: 0x1C, symBinAddr: 0x5EDB0, symSize: 0x30 } + - { offsetInCU: 0xB1, offset: 0xA349A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwxx', symObjAddr: 0x4C, symBinAddr: 0x5EDE0, symSize: 0xC } + - { offsetInCU: 0xC5, offset: 0xA34AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwcp', symObjAddr: 0x58, symBinAddr: 0x5EDEC, symSize: 0x30 } + - { offsetInCU: 0xD9, offset: 0xA34C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwca', symObjAddr: 0x88, symBinAddr: 0x5EE1C, symSize: 0x40 } + - { offsetInCU: 0xED, offset: 0xA34D6, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0xC8, symBinAddr: 0x5EE5C, symSize: 0xC } + - { offsetInCU: 0x101, offset: 0xA34EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwta', symObjAddr: 0xD4, symBinAddr: 0x5EE68, symSize: 0x34 } + - { offsetInCU: 0x115, offset: 0xA34FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwet', symObjAddr: 0x108, symBinAddr: 0x5EE9C, symSize: 0x58 } + - { offsetInCU: 0x129, offset: 0xA3512, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwst', symObjAddr: 0x160, symBinAddr: 0x5EEF4, symSize: 0x54 } + - { offsetInCU: 0x13D, offset: 0xA3526, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwug', symObjAddr: 0x1B4, symBinAddr: 0x5EF48, symSize: 0xC } + - { offsetInCU: 0x151, offset: 0xA353A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwup', symObjAddr: 0x1C0, symBinAddr: 0x5EF54, symSize: 0x10 } + - { offsetInCU: 0x165, offset: 0xA354E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwui', symObjAddr: 0x1D0, symBinAddr: 0x5EF64, symSize: 0x14 } + - { offsetInCU: 0x179, offset: 0xA3562, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOMa', symObjAddr: 0x1E4, symBinAddr: 0x5EF78, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0xA36D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMi', symObjAddr: 0x0, symBinAddr: 0x5EF88, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0xA36E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMr', symObjAddr: 0x4, symBinAddr: 0x5EF8C, symSize: 0x50 } + - { offsetInCU: 0xA4, offset: 0xA3735, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11needsUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x54, symBinAddr: 0x5EFDC, symSize: 0xE4 } + - { offsetInCU: 0x125, offset: 0xA37B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11setProvider8provideryAA08AnyValueE0_p_tF', symObjAddr: 0x138, symBinAddr: 0x5F0C0, symSize: 0xC4 } + - { offsetInCU: 0x1BA, offset: 0xA384B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1FC, symBinAddr: 0x5F184, symSize: 0xB8 } + - { offsetInCU: 0x1F9, offset: 0xA388A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfd', symObjAddr: 0x2B4, symBinAddr: 0x5F23C, symSize: 0x2C } + - { offsetInCU: 0x226, offset: 0xA38B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfD', symObjAddr: 0x2E0, symBinAddr: 0x5F268, symSize: 0x1C } + - { offsetInCU: 0x253, offset: 0xA38E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11needsUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x308, symBinAddr: 0x5F290, symSize: 0x24 } + - { offsetInCU: 0x26F, offset: 0xA3900, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP6update5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x32C, symBinAddr: 0x5F2B4, symSize: 0x20 } + - { offsetInCU: 0x29A, offset: 0xA392B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP13valueProviderAA0d5ValueF0_pvgTW', symObjAddr: 0x34C, symBinAddr: 0x5F2D4, symSize: 0x4C } + - { offsetInCU: 0x2DB, offset: 0xA396C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP21originalValueProviderAA0dfG0_pvgTW', symObjAddr: 0x398, symBinAddr: 0x5F320, symSize: 0x10 } + - { offsetInCU: 0x30D, offset: 0xA399E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11setProvider8provideryAA0d5ValueF0_p_tFTW', symObjAddr: 0x3A8, symBinAddr: 0x5F330, symSize: 0x20 } + - { offsetInCU: 0x330, offset: 0xA39C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMa', symObjAddr: 0x2FC, symBinAddr: 0x5F284, symSize: 0xC } + - { offsetInCU: 0x780, offset: 0xA42AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC9animation13imageProvider04textH004fontH004maskD8ToBounds6loggerAcA0aD0C_AA0d5ImageH0_pAA0d11KeypathTextH0_pAA0d4FontH0_pSbAA0A6LoggerCtcfc', symObjAddr: 0x0, symBinAddr: 0x5F370, symSize: 0xCCC } + - { offsetInCU: 0x11C7, offset: 0xA4CF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfc', symObjAddr: 0xCCC, symBinAddr: 0x6003C, symSize: 0x574 } + - { offsetInCU: 0x1582, offset: 0xA50B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1240, symBinAddr: 0x605B0, symSize: 0x4C } + - { offsetInCU: 0x15C8, offset: 0xA50F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x128C, symBinAddr: 0x605FC, symSize: 0x9C } + - { offsetInCU: 0x1637, offset: 0xA5165, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12needsDisplay6forKeySbSS_tFZTo', symObjAddr: 0x1328, symBinAddr: 0x60698, symSize: 0x110 } + - { offsetInCU: 0x16A0, offset: 0xA51CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tF', symObjAddr: 0x1438, symBinAddr: 0x607A8, symSize: 0x1FC } + - { offsetInCU: 0x1740, offset: 0xA526E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0x1634, symBinAddr: 0x609A4, symSize: 0x64 } + - { offsetInCU: 0x175C, offset: 0xA528A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyF', symObjAddr: 0x1698, symBinAddr: 0x60A08, symSize: 0x1C0 } + - { offsetInCU: 0x18E9, offset: 0xA5417, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyFTo', symObjAddr: 0x1858, symBinAddr: 0x60BC8, symSize: 0x2C } + - { offsetInCU: 0x1905, offset: 0xA5433, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x1884, symBinAddr: 0x60BF4, symSize: 0x98 } + - { offsetInCU: 0x19A3, offset: 0xA54D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC11renderScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x191C, symBinAddr: 0x60C8C, symSize: 0xF4 } + - { offsetInCU: 0x1AF3, offset: 0xA5621, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x1A10, symBinAddr: 0x60D80, symSize: 0xC8 } + - { offsetInCU: 0x1BED, offset: 0xA571B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x1AD8, symBinAddr: 0x60E48, symSize: 0x130 } + - { offsetInCU: 0x1D52, offset: 0xA5880, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x1C08, symBinAddr: 0x60F78, symSize: 0xB4 } + - { offsetInCU: 0x1E48, offset: 0xA5976, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16setValueProvider_7keypathyAA03AnygH0_p_AA0D7KeypathVtF', symObjAddr: 0x214C, symBinAddr: 0x614BC, symSize: 0x1C4 } + - { offsetInCU: 0x2021, offset: 0xA5B4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x25B4, symBinAddr: 0x61924, symSize: 0x1B4 } + - { offsetInCU: 0x21EC, offset: 0xA5D1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x2768, symBinAddr: 0x61AD8, symSize: 0x1B4 } + - { offsetInCU: 0x23C0, offset: 0xA5EEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layer3forSo7CALayerCSgAA0D7KeypathV_tF', symObjAddr: 0x291C, symBinAddr: 0x61C8C, symSize: 0xD4 } + - { offsetInCU: 0x24C7, offset: 0xA5FF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tF', symObjAddr: 0x2BA4, symBinAddr: 0x61F14, symSize: 0xF8 } + - { offsetInCU: 0x266B, offset: 0xA6199, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCACycfcTo', symObjAddr: 0x3078, symBinAddr: 0x623E8, symSize: 0x2C } + - { offsetInCU: 0x26D2, offset: 0xA6200, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfD', symObjAddr: 0x30A4, symBinAddr: 0x62414, symSize: 0x34 } + - { offsetInCU: 0x2729, offset: 0xA6257, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP06lottiedE0AA0adE0CSgvsTW', symObjAddr: 0x3170, symBinAddr: 0x624E0, symSize: 0x34 } + - { offsetInCU: 0x277B, offset: 0xA62A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvgTW', symObjAddr: 0x31A4, symBinAddr: 0x62514, symSize: 0x10 } + - { offsetInCU: 0x27BC, offset: 0xA62EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x31B4, symBinAddr: 0x62524, symSize: 0x10 } + - { offsetInCU: 0x27EE, offset: 0xA631C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP11renderScale12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x31C4, symBinAddr: 0x62534, symSize: 0x4 } + - { offsetInCU: 0x2834, offset: 0xA6362, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x31C8, symBinAddr: 0x62538, symSize: 0x10 } + - { offsetInCU: 0x2854, offset: 0xA6382, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x31C8, symBinAddr: 0x62538, symSize: 0x10 } + - { offsetInCU: 0x286F, offset: 0xA639D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x31D8, symBinAddr: 0x62548, symSize: 0x4 } + - { offsetInCU: 0x28B5, offset: 0xA63E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13imageProviderAA0d5ImageH0_pvsTW', symObjAddr: 0x31DC, symBinAddr: 0x6254C, symSize: 0x80 } + - { offsetInCU: 0x294F, offset: 0xA647D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12textProviderAA0d11KeypathTextH0_pvsTW', symObjAddr: 0x325C, symBinAddr: 0x625CC, symSize: 0x24 } + - { offsetInCU: 0x29AB, offset: 0xA64D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12fontProviderAA0d4FontH0_pvsTW', symObjAddr: 0x3280, symBinAddr: 0x625F0, symSize: 0x80 } + - { offsetInCU: 0x2A19, offset: 0xA6547, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07primaryD3KeyAA0dH0OvgTW', symObjAddr: 0x3300, symBinAddr: 0x62670, symSize: 0xC } + - { offsetInCU: 0x2A35, offset: 0xA6563, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP02isD7PlayingSbSgvgTW', symObjAddr: 0x330C, symBinAddr: 0x6267C, symSize: 0x8 } + - { offsetInCU: 0x2A6F, offset: 0xA659D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12reloadImagesyyFTW', symObjAddr: 0x3314, symBinAddr: 0x62684, symSize: 0x28 } + - { offsetInCU: 0x2AAC, offset: 0xA65DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x333C, symBinAddr: 0x626AC, symSize: 0x4 } + - { offsetInCU: 0x2AC8, offset: 0xA65F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x3340, symBinAddr: 0x626B0, symSize: 0x4 } + - { offsetInCU: 0x2AE4, offset: 0xA6612, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x3344, symBinAddr: 0x626B4, symSize: 0x4 } + - { offsetInCU: 0x2B00, offset: 0xA662E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16setValueProvider_7keypathyAA03AnyhI0_p_AA0D7KeypathVtFTW', symObjAddr: 0x3348, symBinAddr: 0x626B8, symSize: 0x4 } + - { offsetInCU: 0x2B1C, offset: 0xA664A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x334C, symBinAddr: 0x626BC, symSize: 0x8 } + - { offsetInCU: 0x2B38, offset: 0xA6666, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x3354, symBinAddr: 0x626C4, symSize: 0x8 } + - { offsetInCU: 0x2B54, offset: 0xA6682, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP5layer3forSo7CALayerCSgAA0D7KeypathV_tFTW', symObjAddr: 0x335C, symBinAddr: 0x626CC, symSize: 0x4 } + - { offsetInCU: 0x2B70, offset: 0xA669E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tFTW', symObjAddr: 0x3360, symBinAddr: 0x626D0, symSize: 0x4 } + - { offsetInCU: 0x2B8C, offset: 0xA66BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12textProviderAA0d11KeypathTextG0_pvsTf4gn_n', symObjAddr: 0x3684, symBinAddr: 0x62798, symSize: 0x130 } + - { offsetInCU: 0x2D4A, offset: 0xA6878, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCfD', symObjAddr: 0x3364, symBinAddr: 0x626D4, symSize: 0x10 } + - { offsetInCU: 0x2D7B, offset: 0xA68A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tFTW', symObjAddr: 0x3394, symBinAddr: 0x62704, symSize: 0x8 } + - { offsetInCU: 0x2FAC, offset: 0xA6ADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1CBC, symBinAddr: 0x6102C, symSize: 0x490 } + - { offsetInCU: 0x36E1, offset: 0xA720F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2310, symBinAddr: 0x61680, symSize: 0x2A4 } + - { offsetInCU: 0x3A57, offset: 0xA7585, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x29F0, symBinAddr: 0x61D60, symSize: 0x1B4 } + - { offsetInCU: 0x3DEC, offset: 0xA791A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2C9C, symBinAddr: 0x6200C, symSize: 0x3DC } + - { offsetInCU: 0x43D7, offset: 0xA7F05, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfETo', symObjAddr: 0x30D8, symBinAddr: 0x62448, symSize: 0x78 } + - { offsetInCU: 0x4406, offset: 0xA7F34, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCMa', symObjAddr: 0x3150, symBinAddr: 0x624C0, symSize: 0x20 } + - { offsetInCU: 0x441A, offset: 0xA7F48, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCMa', symObjAddr: 0x3374, symBinAddr: 0x626E4, symSize: 0x20 } + - { offsetInCU: 0x442E, offset: 0xA7F5C, size: 0x8, addend: 0x0, symName: '_$sSa37_appendElementAssumeUniqueAndCapacity_03newB0ySi_xntF6Lottie12AnimatorNode_p_Tg5Tf4nen_n', symObjAddr: 0x33DC, symBinAddr: 0x6270C, symSize: 0x18 } + - { offsetInCU: 0x4488, offset: 0xA7FB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pSgWOh', symObjAddr: 0x33F4, symBinAddr: 0x62724, symSize: 0x40 } + - { offsetInCU: 0x449C, offset: 0xA7FCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu0_TA', symObjAddr: 0x34E8, symBinAddr: 0x62764, symSize: 0x2C } + - { offsetInCU: 0x44C5, offset: 0xA7FF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x3514, symBinAddr: 0x62790, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0xA8846, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x62950, symSize: 0x200 } + - { offsetInCU: 0xE0, offset: 0xA88FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x62950, symSize: 0x200 } + - { offsetInCU: 0x1B2, offset: 0xA89D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x200, symBinAddr: 0x62B50, symSize: 0x178 } + - { offsetInCU: 0x22E, offset: 0xA8A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x378, symBinAddr: 0x62CC8, symSize: 0x4C } + - { offsetInCU: 0x274, offset: 0xA8A93, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x3C4, symBinAddr: 0x62D14, symSize: 0xAC } + - { offsetInCU: 0x2CB, offset: 0xA8AEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x470, symBinAddr: 0x62DC0, symSize: 0xF0 } + - { offsetInCU: 0x3E4, offset: 0xA8C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x560, symBinAddr: 0x62EB0, symSize: 0x128 } + - { offsetInCU: 0x516, offset: 0xA8D35, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfD', symObjAddr: 0x6B4, symBinAddr: 0x63004, symSize: 0x34 } + - { offsetInCU: 0x64A, offset: 0xA8E69, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfE', symObjAddr: 0x688, symBinAddr: 0x62FD8, symSize: 0x2C } + - { offsetInCU: 0x677, offset: 0xA8E96, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfETo', symObjAddr: 0x6E8, symBinAddr: 0x63038, symSize: 0x38 } + - { offsetInCU: 0x6A6, offset: 0xA8EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCMa', symObjAddr: 0x720, symBinAddr: 0x63070, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0xA9169, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x63090, symSize: 0x178 } + - { offsetInCU: 0xC0, offset: 0xA91DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x260, symBinAddr: 0x63228, symSize: 0x20C } + - { offsetInCU: 0x17D, offset: 0xA9297, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x46C, symBinAddr: 0x63434, symSize: 0xE0 } + - { offsetInCU: 0x1BC, offset: 0xA92D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfd', symObjAddr: 0x54C, symBinAddr: 0x63514, symSize: 0x1C } + - { offsetInCU: 0x1D9, offset: 0xA92F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x568, symBinAddr: 0x63530, symSize: 0x4C } + - { offsetInCU: 0x1FE, offset: 0xA9318, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC2idSSvg', symObjAddr: 0x5B4, symBinAddr: 0x6357C, symSize: 0x2C } + - { offsetInCU: 0x254, offset: 0xA936E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x5F0, symBinAddr: 0x635B8, symSize: 0x64 } + - { offsetInCU: 0x297, offset: 0xA93B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x654, symBinAddr: 0x6361C, symSize: 0x24 } + - { offsetInCU: 0x2D7, offset: 0xA93F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x678, symBinAddr: 0x63640, symSize: 0x4 } + - { offsetInCU: 0x2F7, offset: 0xA9411, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x678, symBinAddr: 0x63640, symSize: 0x4 } + - { offsetInCU: 0x322, offset: 0xA943C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x67C, symBinAddr: 0x63644, symSize: 0x68 } + - { offsetInCU: 0x36D, offset: 0xA9487, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x6E4, symBinAddr: 0x636AC, symSize: 0xC } + - { offsetInCU: 0x389, offset: 0xA94A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x6F0, symBinAddr: 0x636B8, symSize: 0xC } + - { offsetInCU: 0x3A5, offset: 0xA94BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO11stringValueSSvgTf4d_n', symObjAddr: 0x9E0, symBinAddr: 0x639A0, symSize: 0xC } + - { offsetInCU: 0x3E1, offset: 0xA94FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfD', symObjAddr: 0x74C, symBinAddr: 0x63714, symSize: 0x24 } + - { offsetInCU: 0x42C, offset: 0xA9546, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x770, symBinAddr: 0x63738, symSize: 0x2C } + - { offsetInCU: 0x44F, offset: 0xA9569, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x79C, symBinAddr: 0x63764, symSize: 0x28 } + - { offsetInCU: 0x473, offset: 0xA958D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCMa', symObjAddr: 0x220, symBinAddr: 0x63208, symSize: 0x20 } + - { offsetInCU: 0x492, offset: 0xA95AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwet', symObjAddr: 0x80C, symBinAddr: 0x637CC, symSize: 0x50 } + - { offsetInCU: 0x4A6, offset: 0xA95C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwst', symObjAddr: 0x85C, symBinAddr: 0x6381C, symSize: 0x8C } + - { offsetInCU: 0x4BA, offset: 0xA95D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwug', symObjAddr: 0x8E8, symBinAddr: 0x638A8, symSize: 0x8 } + - { offsetInCU: 0x4CE, offset: 0xA95E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwup', symObjAddr: 0x8F0, symBinAddr: 0x638B0, symSize: 0x4 } + - { offsetInCU: 0x4E2, offset: 0xA95FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwui', symObjAddr: 0x8F4, symBinAddr: 0x638B4, symSize: 0x4 } + - { offsetInCU: 0x4F6, offset: 0xA9610, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOMa', symObjAddr: 0x8F8, symBinAddr: 0x638B8, symSize: 0x10 } + - { offsetInCU: 0x50A, offset: 0xA9624, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASQWb', symObjAddr: 0x908, symBinAddr: 0x638C8, symSize: 0x4 } + - { offsetInCU: 0x51E, offset: 0xA9638, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFSQAAWl', symObjAddr: 0x90C, symBinAddr: 0x638CC, symSize: 0x44 } + - { offsetInCU: 0x532, offset: 0xA964C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x950, symBinAddr: 0x63910, symSize: 0x4 } + - { offsetInCU: 0x546, offset: 0xA9660, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x954, symBinAddr: 0x63914, symSize: 0x44 } + - { offsetInCU: 0x55A, offset: 0xA9674, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x998, symBinAddr: 0x63958, symSize: 0x4 } + - { offsetInCU: 0x56E, offset: 0xA9688, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x99C, symBinAddr: 0x6395C, symSize: 0x44 } + - { offsetInCU: 0x5CC, offset: 0xA96E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5E0, symBinAddr: 0x635A8, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0xA9706, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5E0, symBinAddr: 0x635A8, symSize: 0x4 } + - { offsetInCU: 0x60C, offset: 0xA9726, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x5E4, symBinAddr: 0x635AC, symSize: 0x4 } + - { offsetInCU: 0x62C, offset: 0xA9746, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x5E4, symBinAddr: 0x635AC, symSize: 0x4 } + - { offsetInCU: 0x64C, offset: 0xA9766, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5E8, symBinAddr: 0x635B0, symSize: 0x4 } + - { offsetInCU: 0x66C, offset: 0xA9786, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5E8, symBinAddr: 0x635B0, symSize: 0x4 } + - { offsetInCU: 0x68C, offset: 0xA97A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5EC, symBinAddr: 0x635B4, symSize: 0x4 } + - { offsetInCU: 0x6AC, offset: 0xA97C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5EC, symBinAddr: 0x635B4, symSize: 0x4 } + - { offsetInCU: 0x6C3, offset: 0xA97DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x6FC, symBinAddr: 0x636C4, symSize: 0x28 } + - { offsetInCU: 0x6DF, offset: 0xA97F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x724, symBinAddr: 0x636EC, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0xA99E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC10layerModelAcA0dF0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x639AC, symSize: 0x20C } + - { offsetInCU: 0xE0, offset: 0xA9A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x20C, symBinAddr: 0x63BB8, symSize: 0x4C0 } + - { offsetInCU: 0x291, offset: 0xA9C26, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC06renderD8ContentsSbvg', symObjAddr: 0x6CC, symBinAddr: 0x64078, symSize: 0x8 } + - { offsetInCU: 0x2BC, offset: 0xA9C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC05setupD10Animations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x6D4, symBinAddr: 0x64080, symSize: 0x9B4 } + - { offsetInCU: 0x721, offset: 0xAA0B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC14setupSublayers33_569130E0C2329B8CD6C17F433FB572B2LLyyF', symObjAddr: 0x1088, symBinAddr: 0x64A34, symSize: 0x3E0 } + - { offsetInCU: 0x9F9, offset: 0xAA38E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x14A0, symBinAddr: 0x64E4C, symSize: 0xAC } + - { offsetInCU: 0xA43, offset: 0xAA3D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x154C, symBinAddr: 0x64EF8, symSize: 0x204 } + - { offsetInCU: 0xB13, offset: 0xAA4A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1750, symBinAddr: 0x650FC, symSize: 0x4C } + - { offsetInCU: 0xB59, offset: 0xAA4EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC11addSublayeryySo7CALayerCFTo', symObjAddr: 0x179C, symBinAddr: 0x65148, symSize: 0x74 } + - { offsetInCU: 0xBBE, offset: 0xAA553, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCACycfcTo', symObjAddr: 0x1810, symBinAddr: 0x651BC, symSize: 0x2C } + - { offsetInCU: 0xC25, offset: 0xAA5BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfD', symObjAddr: 0x1868, symBinAddr: 0x65214, symSize: 0x30 } + - { offsetInCU: 0xF79, offset: 0xAA90E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfE', symObjAddr: 0x183C, symBinAddr: 0x651E8, symSize: 0x2C } + - { offsetInCU: 0xFA6, offset: 0xAA93B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfETo', symObjAddr: 0x1898, symBinAddr: 0x65244, symSize: 0x38 } + - { offsetInCU: 0xFD5, offset: 0xAA96A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCMa', symObjAddr: 0x18D0, symBinAddr: 0x6527C, symSize: 0x20 } + - { offsetInCU: 0xFE9, offset: 0xAA97E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOc', symObjAddr: 0x1990, symBinAddr: 0x652BC, symSize: 0x48 } + - { offsetInCU: 0xFFD, offset: 0xAA992, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOh', symObjAddr: 0x1A18, symBinAddr: 0x65304, symSize: 0x40 } + - { offsetInCU: 0x1011, offset: 0xAA9A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pWOb', symObjAddr: 0x1A58, symBinAddr: 0x65344, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0xAAD31, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x6535C, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0xAAD55, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x6535C, symSize: 0x64 } + - { offsetInCU: 0x7E, offset: 0xAAD84, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeWidth12CoreGraphics7CGFloatVvg', symObjAddr: 0x64, symBinAddr: 0x653C0, symSize: 0x5C } + - { offsetInCU: 0xAD, offset: 0xAADB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC8tracking12CoreGraphics7CGFloatVvg', symObjAddr: 0xC0, symBinAddr: 0x6541C, symSize: 0x5C } + - { offsetInCU: 0xDC, offset: 0xAADE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC5xformSo13CATransform3DVvg', symObjAddr: 0x11C, symBinAddr: 0x65478, symSize: 0xE4 } + - { offsetInCU: 0x10B, offset: 0xAAE11, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC9fillColorSo10CGColorRefaSgvg', symObjAddr: 0x200, symBinAddr: 0x6555C, symSize: 0x64 } + - { offsetInCU: 0x13A, offset: 0xAAE40, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC7opacity12CoreGraphics7CGFloatVvg', symObjAddr: 0x264, symBinAddr: 0x655C0, symSize: 0x5C } + - { offsetInCU: 0x169, offset: 0xAAE6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfd', symObjAddr: 0x610, symBinAddr: 0x6596C, symSize: 0x7C } + - { offsetInCU: 0x198, offset: 0xAAE9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfD', symObjAddr: 0x68C, symBinAddr: 0x659E8, symSize: 0x1C } + - { offsetInCU: 0x1C5, offset: 0xAAECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x6C8, symBinAddr: 0x65A24, symSize: 0x8 } + - { offsetInCU: 0x1F0, offset: 0xAAEF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x6D0, symBinAddr: 0x65A2C, symSize: 0x2C } + - { offsetInCU: 0x231, offset: 0xAAF37, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x6FC, symBinAddr: 0x65A58, symSize: 0xC } + - { offsetInCU: 0x526, offset: 0xAB22C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x2C0, symBinAddr: 0x6561C, symSize: 0x220 } + - { offsetInCU: 0x756, offset: 0xAB45C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfd', symObjAddr: 0x4E0, symBinAddr: 0x6583C, symSize: 0xAC } + - { offsetInCU: 0x783, offset: 0xAB489, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfD', symObjAddr: 0x58C, symBinAddr: 0x658E8, symSize: 0x1C } + - { offsetInCU: 0x7BF, offset: 0xAB4C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0x5C8, symBinAddr: 0x65924, symSize: 0xC } + - { offsetInCU: 0x800, offset: 0xAB506, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x5D4, symBinAddr: 0x65930, symSize: 0x30 } + - { offsetInCU: 0x841, offset: 0xAB547, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP07keypathE0SDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x604, symBinAddr: 0x65960, symSize: 0xC } + - { offsetInCU: 0x873, offset: 0xAB579, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC04textC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0xCC0, symBinAddr: 0x65FDC, symSize: 0x2200 } + - { offsetInCU: 0x183B, offset: 0xAC541, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCMa', symObjAddr: 0x5A8, symBinAddr: 0x65904, symSize: 0x20 } + - { offsetInCU: 0x184F, offset: 0xAC555, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCMa', symObjAddr: 0x6A8, symBinAddr: 0x65A04, symSize: 0x20 } + - { offsetInCU: 0x188F, offset: 0xAC595, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCfD', symObjAddr: 0x708, symBinAddr: 0x65A64, symSize: 0x34 } + - { offsetInCU: 0x18F5, offset: 0xAC5FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyF0pvgTW', symObjAddr: 0x75C, symBinAddr: 0x65AB8, symSize: 0x44 } + - { offsetInCU: 0x1942, offset: 0xAC648, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x7A0, symBinAddr: 0x65AFC, symSize: 0x24 } + - { offsetInCU: 0x1995, offset: 0xAC69B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x7C4, symBinAddr: 0x65B20, symSize: 0x38 } + - { offsetInCU: 0x19E2, offset: 0xAC6E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7FC, symBinAddr: 0x65B58, symSize: 0x4 } + - { offsetInCU: 0x1A02, offset: 0xAC708, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7FC, symBinAddr: 0x65B58, symSize: 0x4 } + - { offsetInCU: 0x1A24, offset: 0xAC72A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x800, symBinAddr: 0x65B5C, symSize: 0x8 } + - { offsetInCU: 0x1A44, offset: 0xAC74A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x800, symBinAddr: 0x65B5C, symSize: 0x8 } + - { offsetInCU: 0x1A66, offset: 0xAC76C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x808, symBinAddr: 0x65B64, symSize: 0x8 } + - { offsetInCU: 0x1A86, offset: 0xAC78C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x808, symBinAddr: 0x65B64, symSize: 0x8 } + - { offsetInCU: 0x1AA8, offset: 0xAC7AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x810, symBinAddr: 0x65B6C, symSize: 0x8 } + - { offsetInCU: 0x1AC8, offset: 0xAC7CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x810, symBinAddr: 0x65B6C, symSize: 0x8 } + - { offsetInCU: 0x1AEA, offset: 0xAC7F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x818, symBinAddr: 0x65B74, symSize: 0x8 } + - { offsetInCU: 0x1B0A, offset: 0xAC810, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x818, symBinAddr: 0x65B74, symSize: 0x8 } + - { offsetInCU: 0x1B2C, offset: 0xAC832, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x820, symBinAddr: 0x65B7C, symSize: 0x8 } + - { offsetInCU: 0x1B4C, offset: 0xAC852, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x820, symBinAddr: 0x65B7C, symSize: 0x8 } + - { offsetInCU: 0x1B6E, offset: 0xAC874, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x828, symBinAddr: 0x65B84, symSize: 0x8 } + - { offsetInCU: 0x1B8E, offset: 0xAC894, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x828, symBinAddr: 0x65B84, symSize: 0x8 } + - { offsetInCU: 0x1BB0, offset: 0xAC8B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x830, symBinAddr: 0x65B8C, symSize: 0xC } + - { offsetInCU: 0x1BD0, offset: 0xAC8D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x830, symBinAddr: 0x65B8C, symSize: 0xC } + - { offsetInCU: 0x1BF2, offset: 0xAC8F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x83C, symBinAddr: 0x65B98, symSize: 0x10 } + - { offsetInCU: 0x1C12, offset: 0xAC918, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x83C, symBinAddr: 0x65B98, symSize: 0x10 } + - { offsetInCU: 0x1C25, offset: 0xAC92B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x84C, symBinAddr: 0x65BA8, symSize: 0x8 } + - { offsetInCU: 0x1C56, offset: 0xAC95C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x910, symBinAddr: 0x65C6C, symSize: 0x370 } + - { offsetInCU: 0x20D8, offset: 0xACDDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCMa', symObjAddr: 0x73C, symBinAddr: 0x65A98, symSize: 0x20 } + - { offsetInCU: 0x211E, offset: 0xACE24, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_6Lottie15AnyNodeProperty_pTg5Tf4nnen_n', symObjAddr: 0x854, symBinAddr: 0x65BB0, symSize: 0xBC } + - { offsetInCU: 0x2B, offset: 0xAD364, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x681DC, symSize: 0x148 } + - { offsetInCU: 0x79, offset: 0xAD3B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x681DC, symSize: 0x148 } + - { offsetInCU: 0xC7, offset: 0xAD400, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x148, symBinAddr: 0x68324, symSize: 0x130 } + - { offsetInCU: 0xFD, offset: 0xAD436, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfC', symObjAddr: 0x2D0, symBinAddr: 0x684AC, symSize: 0x4C } + - { offsetInCU: 0x11B, offset: 0xAD454, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc', symObjAddr: 0x31C, symBinAddr: 0x684F8, symSize: 0xD0 } + - { offsetInCU: 0x1C3, offset: 0xAD4FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg', symObjAddr: 0x524, symBinAddr: 0x686C0, symSize: 0x30 } + - { offsetInCU: 0x20E, offset: 0xAD547, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs', symObjAddr: 0x554, symBinAddr: 0x686F0, symSize: 0x50 } + - { offsetInCU: 0x254, offset: 0xAD58D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM', symObjAddr: 0x5A4, symBinAddr: 0x68740, symSize: 0x40 } + - { offsetInCU: 0x283, offset: 0xAD5BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM.resume.0', symObjAddr: 0x5E4, symBinAddr: 0x68780, symSize: 0x34 } + - { offsetInCU: 0x2C2, offset: 0xAD5FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9valueTypeypXpvg', symObjAddr: 0x618, symBinAddr: 0x687B4, symSize: 0xC } + - { offsetInCU: 0x2ED, offset: 0xAD626, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x624, symBinAddr: 0x687C0, symSize: 0xAC } + - { offsetInCU: 0x33A, offset: 0xAD673, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x6E0, symBinAddr: 0x6887C, symSize: 0x38 } + - { offsetInCU: 0x3A0, offset: 0xAD6D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x77C, symBinAddr: 0x68918, symSize: 0x18 } + - { offsetInCU: 0x3C3, offset: 0xAD6FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfd', symObjAddr: 0x794, symBinAddr: 0x68930, symSize: 0x24 } + - { offsetInCU: 0x3FE, offset: 0xAD737, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfD', symObjAddr: 0x7EC, symBinAddr: 0x68954, symSize: 0x2C } + - { offsetInCU: 0x441, offset: 0xAD77A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x818, symBinAddr: 0x68980, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0xAD796, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x838, symBinAddr: 0x689A0, symSize: 0xC } + - { offsetInCU: 0x4A3, offset: 0xAD7DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x844, symBinAddr: 0x689AC, symSize: 0x1C } + - { offsetInCU: 0x503, offset: 0xAD83C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOe', symObjAddr: 0x278, symBinAddr: 0x68454, symSize: 0x10 } + - { offsetInCU: 0x517, offset: 0xAD850, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVACSHAAWl', symObjAddr: 0x288, symBinAddr: 0x68464, symSize: 0x48 } + - { offsetInCU: 0x54C, offset: 0xAD885, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGSayxGSHsSHRzlWl', symObjAddr: 0x42C, symBinAddr: 0x685C8, symSize: 0x60 } + - { offsetInCU: 0x560, offset: 0xAD899, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGMa', symObjAddr: 0x48C, symBinAddr: 0x68628, symSize: 0x54 } + - { offsetInCU: 0x574, offset: 0xAD8AD, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSHAAWl', symObjAddr: 0x4E0, symBinAddr: 0x6867C, symSize: 0x44 } + - { offsetInCU: 0x588, offset: 0xAD8C1, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOy', symObjAddr: 0x6D0, symBinAddr: 0x6886C, symSize: 0x10 } + - { offsetInCU: 0x59C, offset: 0xAD8D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x744, symBinAddr: 0x688E0, symSize: 0x38 } + - { offsetInCU: 0x5E4, offset: 0xAD91D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x860, symBinAddr: 0x689C8, symSize: 0xC } + - { offsetInCU: 0x613, offset: 0xAD94C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x86C, symBinAddr: 0x689D4, symSize: 0xC } + - { offsetInCU: 0x65D, offset: 0xAD996, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x878, symBinAddr: 0x689E0, symSize: 0x14 } + - { offsetInCU: 0x6A0, offset: 0xAD9D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCMa', symObjAddr: 0x924, symBinAddr: 0x68A8C, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0xADC00, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg', symObjAddr: 0x0, symBinAddr: 0x68AC8, symSize: 0xA4 } + - { offsetInCU: 0x9F, offset: 0xADC60, size: 0x8, addend: 0x0, symName: '_$s6Lottie27ReducedMotionOptionProvider_pWOb', symObjAddr: 0xD8, symBinAddr: 0x68B6C, symSize: 0x18 } + - { offsetInCU: 0xB3, offset: 0xADC74, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ', symObjAddr: 0x168, symBinAddr: 0x68B84, symSize: 0xC } + - { offsetInCU: 0xDF, offset: 0xADCA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ', symObjAddr: 0x174, symBinAddr: 0x68B90, symSize: 0x10 } + - { offsetInCU: 0x10B, offset: 0xADCCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ', symObjAddr: 0x184, symBinAddr: 0x68BA0, symSize: 0x60 } + - { offsetInCU: 0x153, offset: 0xADD14, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVACycfC', symObjAddr: 0x1E4, symBinAddr: 0x68C00, symSize: 0x4 } + - { offsetInCU: 0x171, offset: 0xADD32, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg', symObjAddr: 0x530, symBinAddr: 0x68F4C, symSize: 0x24 } + - { offsetInCU: 0x196, offset: 0xADD57, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVAA0cdeF0A2aDP07currentcD4ModeAA0cdH0OvgTW', symObjAddr: 0x554, symBinAddr: 0x68F70, symSize: 0x24 } + - { offsetInCU: 0x1C9, offset: 0xADD8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ', symObjAddr: 0x1E8, symBinAddr: 0x68C04, symSize: 0x4 } + - { offsetInCU: 0x1E9, offset: 0xADDAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x1EC, symBinAddr: 0x68C08, symSize: 0x18 } + - { offsetInCU: 0x24F, offset: 0xADE10, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x400, symBinAddr: 0x68E1C, symSize: 0x28 } + - { offsetInCU: 0x2B2, offset: 0xADE73, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO9hashValueSivg', symObjAddr: 0x428, symBinAddr: 0x68E44, symSize: 0x44 } + - { offsetInCU: 0x3AC, offset: 0xADF6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x46C, symBinAddr: 0x68E88, symSize: 0x18 } + - { offsetInCU: 0x3CC, offset: 0xADF8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x46C, symBinAddr: 0x68E88, symSize: 0x18 } + - { offsetInCU: 0x40C, offset: 0xADFCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH9hashValueSivgTW', symObjAddr: 0x484, symBinAddr: 0x68EA0, symSize: 0x44 } + - { offsetInCU: 0x4EF, offset: 0xAE0B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4C8, symBinAddr: 0x68EE4, symSize: 0x28 } + - { offsetInCU: 0x583, offset: 0xAE144, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF', symObjAddr: 0x204, symBinAddr: 0x68C20, symSize: 0x74 } + - { offsetInCU: 0x733, offset: 0xAE2F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO9hashValueSivg', symObjAddr: 0x278, symBinAddr: 0x68C94, symSize: 0x88 } + - { offsetInCU: 0x89D, offset: 0xAE45E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x300, symBinAddr: 0x68D1C, symSize: 0x4 } + - { offsetInCU: 0x8B9, offset: 0xAE47A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x304, symBinAddr: 0x68D20, symSize: 0x74 } + - { offsetInCU: 0x9C7, offset: 0xAE588, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3FC, symBinAddr: 0x68E18, symSize: 0x4 } + - { offsetInCU: 0x9E7, offset: 0xAE5A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3FC, symBinAddr: 0x68E18, symSize: 0x4 } + - { offsetInCU: 0x9F9, offset: 0xAE5BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x578, symBinAddr: 0x68F94, symSize: 0xF8 } + - { offsetInCU: 0xAB4, offset: 0xAE675, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASQWb', symObjAddr: 0x670, symBinAddr: 0x6908C, symSize: 0x4 } + - { offsetInCU: 0xAC8, offset: 0xAE689, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOACSQAAWl', symObjAddr: 0x674, symBinAddr: 0x69090, symSize: 0x44 } + - { offsetInCU: 0xADC, offset: 0xAE69D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASQWb', symObjAddr: 0x6B8, symBinAddr: 0x690D4, symSize: 0x4 } + - { offsetInCU: 0xAF0, offset: 0xAE6B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOACSQAAWl', symObjAddr: 0x6BC, symBinAddr: 0x690D8, symSize: 0x44 } + - { offsetInCU: 0xB04, offset: 0xAE6C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwCP', symObjAddr: 0x700, symBinAddr: 0x6911C, symSize: 0x30 } + - { offsetInCU: 0xB18, offset: 0xAE6D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwxx', symObjAddr: 0x730, symBinAddr: 0x6914C, symSize: 0x50 } + - { offsetInCU: 0xB2C, offset: 0xAE6ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwcp', symObjAddr: 0x780, symBinAddr: 0x6919C, symSize: 0x90 } + - { offsetInCU: 0xB40, offset: 0xAE701, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwca', symObjAddr: 0x810, symBinAddr: 0x6922C, symSize: 0xD4 } + - { offsetInCU: 0xB54, offset: 0xAE715, size: 0x8, addend: 0x0, symName: ___swift_memcpy81_8, symObjAddr: 0x8E4, symBinAddr: 0x69300, symSize: 0x24 } + - { offsetInCU: 0xB68, offset: 0xAE729, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwta', symObjAddr: 0x908, symBinAddr: 0x69324, symSize: 0xA0 } + - { offsetInCU: 0xB7C, offset: 0xAE73D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwet', symObjAddr: 0x9A8, symBinAddr: 0x693C4, symSize: 0x3C } + - { offsetInCU: 0xB90, offset: 0xAE751, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwst', symObjAddr: 0x9E4, symBinAddr: 0x69400, symSize: 0x54 } + - { offsetInCU: 0xBA4, offset: 0xAE765, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwug', symObjAddr: 0xA38, symBinAddr: 0x69454, symSize: 0x1C } + - { offsetInCU: 0xBB8, offset: 0xAE779, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwup', symObjAddr: 0xA54, symBinAddr: 0x69470, symSize: 0x4 } + - { offsetInCU: 0xBCC, offset: 0xAE78D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwui', symObjAddr: 0xA58, symBinAddr: 0x69474, symSize: 0x34 } + - { offsetInCU: 0xBE0, offset: 0xAE7A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOMa', symObjAddr: 0xA8C, symBinAddr: 0x694A8, symSize: 0x10 } + - { offsetInCU: 0xBF4, offset: 0xAE7B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwet', symObjAddr: 0xAAC, symBinAddr: 0x694B8, symSize: 0x90 } + - { offsetInCU: 0xC08, offset: 0xAE7C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwst', symObjAddr: 0xB3C, symBinAddr: 0x69548, symSize: 0xBC } + - { offsetInCU: 0xC1C, offset: 0xAE7DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwug', symObjAddr: 0xBF8, symBinAddr: 0x69604, symSize: 0x8 } + - { offsetInCU: 0xC30, offset: 0xAE7F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwup', symObjAddr: 0xC00, symBinAddr: 0x6960C, symSize: 0x4 } + - { offsetInCU: 0xC44, offset: 0xAE805, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwui', symObjAddr: 0xC04, symBinAddr: 0x69610, symSize: 0xC } + - { offsetInCU: 0xC58, offset: 0xAE819, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOMa', symObjAddr: 0xC10, symBinAddr: 0x6961C, symSize: 0x10 } + - { offsetInCU: 0xC6C, offset: 0xAE82D, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVMa', symObjAddr: 0xC28, symBinAddr: 0x69634, symSize: 0x10 } + - { offsetInCU: 0xD13, offset: 0xAE8D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x378, symBinAddr: 0x68D94, symSize: 0x84 } + - { offsetInCU: 0xE6A, offset: 0xAEA2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4F0, symBinAddr: 0x68F0C, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0xAEC37, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x69644, symSize: 0x50C } + - { offsetInCU: 0x2AB, offset: 0xAEEBB, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x69644, symSize: 0x50C } + - { offsetInCU: 0x2B, offset: 0xAFDF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x69B50, symSize: 0x44 } + - { offsetInCU: 0x6D, offset: 0xAFE36, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x69B50, symSize: 0x44 } + - { offsetInCU: 0xBF, offset: 0xAFE88, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x64, symBinAddr: 0x69BB4, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0xAFEC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x70, symBinAddr: 0x69BC0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xAFF0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x69BF0, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0xAFF3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesC7ellipseAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x424, symBinAddr: 0x69F34, symSize: 0x274 } + - { offsetInCU: 0x409, offset: 0xB01D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCMa', symObjAddr: 0x44, symBinAddr: 0x69B94, symSize: 0x20 } + - { offsetInCU: 0x4DB, offset: 0xB02A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xAC, symBinAddr: 0x69BFC, symSize: 0xAC } + - { offsetInCU: 0x5C9, offset: 0xB0392, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCfD', symObjAddr: 0x158, symBinAddr: 0x69CA8, symSize: 0x34 } + - { offsetInCU: 0x62A, offset: 0xB03F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1AC, symBinAddr: 0x69CFC, symSize: 0x44 } + - { offsetInCU: 0x676, offset: 0xB043F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x1F0, symBinAddr: 0x69D40, symSize: 0x24 } + - { offsetInCU: 0x6A8, offset: 0xB0471, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x214, symBinAddr: 0x69D64, symSize: 0x4 } + - { offsetInCU: 0x6E2, offset: 0xB04AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x218, symBinAddr: 0x69D68, symSize: 0x8 } + - { offsetInCU: 0x702, offset: 0xB04CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x218, symBinAddr: 0x69D68, symSize: 0x8 } + - { offsetInCU: 0x765, offset: 0xB052E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x220, symBinAddr: 0x69D70, symSize: 0x10 } + - { offsetInCU: 0x785, offset: 0xB054E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x220, symBinAddr: 0x69D70, symSize: 0x10 } + - { offsetInCU: 0x7CC, offset: 0xB0595, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x69D80, symSize: 0x8 } + - { offsetInCU: 0x7EC, offset: 0xB05B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x69D80, symSize: 0x8 } + - { offsetInCU: 0x80D, offset: 0xB05D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x238, symBinAddr: 0x69D88, symSize: 0x8 } + - { offsetInCU: 0x82D, offset: 0xB05F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x238, symBinAddr: 0x69D88, symSize: 0x8 } + - { offsetInCU: 0x84E, offset: 0xB0617, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x240, symBinAddr: 0x69D90, symSize: 0x8 } + - { offsetInCU: 0x86E, offset: 0xB0637, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x240, symBinAddr: 0x69D90, symSize: 0x8 } + - { offsetInCU: 0x88F, offset: 0xB0658, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x248, symBinAddr: 0x69D98, symSize: 0x8 } + - { offsetInCU: 0x8AF, offset: 0xB0678, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x248, symBinAddr: 0x69D98, symSize: 0x8 } + - { offsetInCU: 0x8D0, offset: 0xB0699, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x69DA0, symSize: 0xC } + - { offsetInCU: 0x8F0, offset: 0xB06B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x69DA0, symSize: 0xC } + - { offsetInCU: 0x911, offset: 0xB06DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x25C, symBinAddr: 0x69DAC, symSize: 0x10 } + - { offsetInCU: 0x931, offset: 0xB06FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x25C, symBinAddr: 0x69DAC, symSize: 0x10 } + - { offsetInCU: 0x952, offset: 0xB071B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x26C, symBinAddr: 0x69DBC, symSize: 0xC } + - { offsetInCU: 0x984, offset: 0xB074D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC06parentC07ellipseAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x698, symBinAddr: 0x6A1A8, symSize: 0x114 } + - { offsetInCU: 0xA3D, offset: 0xB0806, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCMa', symObjAddr: 0x18C, symBinAddr: 0x69CDC, symSize: 0x20 } + - { offsetInCU: 0xB2F, offset: 0xB08F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7ellipse4size6center9directionACSo6CGSizeV_So7CGPointVAA0C9DirectionOtFZTf4nnnd_n', symObjAddr: 0x278, symBinAddr: 0x69DC8, symSize: 0x16C } + - { offsetInCU: 0x43, offset: 0xB0FD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x6A2BC, symSize: 0x3C } + - { offsetInCU: 0x57, offset: 0xB0FE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwxx', symObjAddr: 0x3C, symBinAddr: 0x6A2F8, symSize: 0x8 } + - { offsetInCU: 0x6B, offset: 0xB0FF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwcp', symObjAddr: 0x44, symBinAddr: 0x6A300, symSize: 0x3C } + - { offsetInCU: 0x7F, offset: 0xB100D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwca', symObjAddr: 0x80, symBinAddr: 0x6A33C, symSize: 0x54 } + - { offsetInCU: 0x93, offset: 0xB1021, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwta', symObjAddr: 0xE8, symBinAddr: 0x6A390, symSize: 0x44 } + - { offsetInCU: 0xA7, offset: 0xB1035, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwet', symObjAddr: 0x12C, symBinAddr: 0x6A3D4, symSize: 0x48 } + - { offsetInCU: 0xBB, offset: 0xB1049, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwst', symObjAddr: 0x174, symBinAddr: 0x6A41C, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0xB105D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVMa', symObjAddr: 0x1B4, symBinAddr: 0x6A45C, symSize: 0x10 } + - { offsetInCU: 0x45C, offset: 0xB13EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV02cgC0So9CGPathRefayF', symObjAddr: 0x1C4, symBinAddr: 0x6A46C, symSize: 0x140 } + - { offsetInCU: 0x5F3, offset: 0xB1581, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9addVertexyyAA05CurveE0VF', symObjAddr: 0x304, symBinAddr: 0x6A5AC, symSize: 0x19C } + - { offsetInCU: 0x9D4, offset: 0xB1962, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV04trimC9AtLengths33_3AD676776FA89DEF7F58E43AF7646C3ALL9positionsSayACGSay12CoreGraphics7CGFloatV5start_AJ3endtG_tF', symObjAddr: 0x4A0, symBinAddr: 0x6A748, symSize: 0xAB4 } + - { offsetInCU: 0x2127, offset: 0xB30B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO8rawValueSSvg', symObjAddr: 0xF54, symBinAddr: 0x6B1FC, symSize: 0x18 } + - { offsetInCU: 0x2160, offset: 0xB30EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0xF6C, symBinAddr: 0x6B214, symSize: 0x18 } + - { offsetInCU: 0x218E, offset: 0xB311C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0xF6C, symBinAddr: 0x6B214, symSize: 0x18 } + - { offsetInCU: 0x21E0, offset: 0xB316E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xFA8, symBinAddr: 0x6B250, symSize: 0x64 } + - { offsetInCU: 0x2246, offset: 0xB31D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x100C, symBinAddr: 0x6B2B4, symSize: 0x28 } + - { offsetInCU: 0x2262, offset: 0xB31F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1034, symBinAddr: 0x6B2DC, symSize: 0x8 } + - { offsetInCU: 0x2298, offset: 0xB3226, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x103C, symBinAddr: 0x6B2E4, symSize: 0x68 } + - { offsetInCU: 0x231D, offset: 0xB32AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x10A4, symBinAddr: 0x6B34C, symSize: 0xC } + - { offsetInCU: 0x2339, offset: 0xB32C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x10B0, symBinAddr: 0x6B358, symSize: 0xC } + - { offsetInCU: 0x2361, offset: 0xB32EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV6encode2toys7Encoder_p_tKF', symObjAddr: 0x110C, symBinAddr: 0x6B3B4, symSize: 0x31C } + - { offsetInCU: 0x254C, offset: 0xB34DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1428, symBinAddr: 0x6B6D0, symSize: 0x34 } + - { offsetInCU: 0x2585, offset: 0xB3513, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x145C, symBinAddr: 0x6B704, symSize: 0x1C } + - { offsetInCU: 0x2767, offset: 0xB36F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x1478, symBinAddr: 0x6B720, symSize: 0xBA0 } + - { offsetInCU: 0x3A65, offset: 0xB49F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x2018, symBinAddr: 0x6C2C0, symSize: 0xBBC } + - { offsetInCU: 0x4704, offset: 0xB5692, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x2C38, symBinAddr: 0x6CE7C, symSize: 0x44 } + - { offsetInCU: 0x4718, offset: 0xB56A6, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGSgWOh', symObjAddr: 0x2C7C, symBinAddr: 0x6CEC0, symSize: 0x40 } + - { offsetInCU: 0x472C, offset: 0xB56BA, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGMa', symObjAddr: 0x2CE4, symBinAddr: 0x6CF00, symSize: 0x58 } + - { offsetInCU: 0x4740, offset: 0xB56CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwet', symObjAddr: 0x2E2C, symBinAddr: 0x6CFB8, symSize: 0x90 } + - { offsetInCU: 0x4754, offset: 0xB56E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwst', symObjAddr: 0x2EBC, symBinAddr: 0x6D048, symSize: 0xBC } + - { offsetInCU: 0x4768, offset: 0xB56F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwug', symObjAddr: 0x2F78, symBinAddr: 0x6D104, symSize: 0x8 } + - { offsetInCU: 0x477C, offset: 0xB570A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwup', symObjAddr: 0x2F80, symBinAddr: 0x6D10C, symSize: 0x4 } + - { offsetInCU: 0x4790, offset: 0xB571E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwui', symObjAddr: 0x2F84, symBinAddr: 0x6D110, symSize: 0x8 } + - { offsetInCU: 0x47A4, offset: 0xB5732, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOMa', symObjAddr: 0x2F8C, symBinAddr: 0x6D118, symSize: 0x10 } + - { offsetInCU: 0x47B8, offset: 0xB5746, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASQWb', symObjAddr: 0x2F9C, symBinAddr: 0x6D128, symSize: 0x4 } + - { offsetInCU: 0x47CC, offset: 0xB575A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAESQAAWl', symObjAddr: 0x2FA0, symBinAddr: 0x6D12C, symSize: 0x44 } + - { offsetInCU: 0x47E0, offset: 0xB576E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2FE4, symBinAddr: 0x6D170, symSize: 0x4 } + - { offsetInCU: 0x47F4, offset: 0xB5782, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2FE8, symBinAddr: 0x6D174, symSize: 0x44 } + - { offsetInCU: 0x4808, offset: 0xB5796, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x302C, symBinAddr: 0x6D1B8, symSize: 0x4 } + - { offsetInCU: 0x481C, offset: 0xB57AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x3030, symBinAddr: 0x6D1BC, symSize: 0x44 } + - { offsetInCU: 0x4937, offset: 0xB58C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF84, symBinAddr: 0x6B22C, symSize: 0xC } + - { offsetInCU: 0x4953, offset: 0xB58E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xF90, symBinAddr: 0x6B238, symSize: 0x8 } + - { offsetInCU: 0x496F, offset: 0xB58FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF98, symBinAddr: 0x6B240, symSize: 0x8 } + - { offsetInCU: 0x498B, offset: 0xB5919, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xFA0, symBinAddr: 0x6B248, symSize: 0x8 } + - { offsetInCU: 0x49AD, offset: 0xB593B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x10BC, symBinAddr: 0x6B364, symSize: 0x28 } + - { offsetInCU: 0x49C9, offset: 0xB5957, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x10E4, symBinAddr: 0x6B38C, symSize: 0x28 } + - { offsetInCU: 0x9D, offset: 0xB5D99, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfC', symObjAddr: 0x0, symBinAddr: 0x6D200, symSize: 0x8C } + - { offsetInCU: 0xEE, offset: 0xB5DEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc', symObjAddr: 0x8C, symBinAddr: 0x6D28C, symSize: 0x8C } + - { offsetInCU: 0x135, offset: 0xB5E31, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfcTo', symObjAddr: 0x118, symBinAddr: 0x6D318, symSize: 0xBC } + - { offsetInCU: 0x1B5, offset: 0xB5EB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC5namedyACSSFZTo', symObjAddr: 0x1D4, symBinAddr: 0x6D3D4, symSize: 0xDC } + - { offsetInCU: 0x251, offset: 0xB5F4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfc', symObjAddr: 0x2BC, symBinAddr: 0x6D4BC, symSize: 0x2C } + - { offsetInCU: 0x2B4, offset: 0xB5FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfcTo', symObjAddr: 0x2E8, symBinAddr: 0x6D4E8, symSize: 0x2C } + - { offsetInCU: 0x35D, offset: 0xB6059, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCfETo', symObjAddr: 0x318, symBinAddr: 0x6D518, symSize: 0x50 } + - { offsetInCU: 0x3D4, offset: 0xB60D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ', symObjAddr: 0x368, symBinAddr: 0x6D568, symSize: 0x1A4 } + - { offsetInCU: 0x4C9, offset: 0xB61C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg', symObjAddr: 0x50C, symBinAddr: 0x6D70C, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0xB61FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfC', symObjAddr: 0x518, symBinAddr: 0x6D718, symSize: 0x14 } + - { offsetInCU: 0x51E, offset: 0xB621A, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg', symObjAddr: 0x52C, symBinAddr: 0x6D72C, symSize: 0x4 } + - { offsetInCU: 0x561, offset: 0xB625D, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x5F8, symBinAddr: 0x6D7F8, symSize: 0x20 } + - { offsetInCU: 0x592, offset: 0xB628E, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x618, symBinAddr: 0x6D818, symSize: 0xC } + - { offsetInCU: 0x612, offset: 0xB630E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfC', symObjAddr: 0x624, symBinAddr: 0x6D824, symSize: 0x48 } + - { offsetInCU: 0x659, offset: 0xB6355, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc', symObjAddr: 0x66C, symBinAddr: 0x6D86C, symSize: 0x44 } + - { offsetInCU: 0x68C, offset: 0xB6388, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfcTo', symObjAddr: 0x6B0, symBinAddr: 0x6D8B0, symSize: 0x10 } + - { offsetInCU: 0x6AC, offset: 0xB63A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfcTo', symObjAddr: 0x6B0, symBinAddr: 0x6D8B0, symSize: 0x10 } + - { offsetInCU: 0x6DE, offset: 0xB63DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfC', symObjAddr: 0x6C0, symBinAddr: 0x6D8C0, symSize: 0x50 } + - { offsetInCU: 0x712, offset: 0xB640E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc', symObjAddr: 0x710, symBinAddr: 0x6D910, symSize: 0x30 } + - { offsetInCU: 0x726, offset: 0xB6422, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTo', symObjAddr: 0x740, symBinAddr: 0x6D940, symSize: 0x58 } + - { offsetInCU: 0x78E, offset: 0xB648A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfC', symObjAddr: 0x798, symBinAddr: 0x6D998, symSize: 0x80 } + - { offsetInCU: 0x7E0, offset: 0xB64DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc', symObjAddr: 0x818, symBinAddr: 0x6DA18, symSize: 0x74 } + - { offsetInCU: 0x813, offset: 0xB650F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfcTo', symObjAddr: 0x88C, symBinAddr: 0x6DA8C, symSize: 0xB8 } + - { offsetInCU: 0x863, offset: 0xB655F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfC', symObjAddr: 0x944, symBinAddr: 0x6DB44, symSize: 0x40 } + - { offsetInCU: 0x8A1, offset: 0xB659D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc', symObjAddr: 0x984, symBinAddr: 0x6DB84, symSize: 0x1FC } + - { offsetInCU: 0x95B, offset: 0xB6657, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5Error_pSgcfU_', symObjAddr: 0xB80, symBinAddr: 0x6DD80, symSize: 0x4 } + - { offsetInCU: 0x973, offset: 0xB666F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfcTo', symObjAddr: 0xB84, symBinAddr: 0x6DD84, symSize: 0x80 } + - { offsetInCU: 0x9C5, offset: 0xB66C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfC', symObjAddr: 0xC04, symBinAddr: 0x6DE04, symSize: 0x78 } + - { offsetInCU: 0xA0C, offset: 0xB6708, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc', symObjAddr: 0xC7C, symBinAddr: 0x6DE7C, symSize: 0x64 } + - { offsetInCU: 0xA3F, offset: 0xB673B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfcTo', symObjAddr: 0xCE0, symBinAddr: 0x6DEE0, symSize: 0x90 } + - { offsetInCU: 0xA93, offset: 0xB678F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfC', symObjAddr: 0xD70, symBinAddr: 0x6DF70, symSize: 0x5C } + - { offsetInCU: 0xAC7, offset: 0xB67C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc', symObjAddr: 0xDCC, symBinAddr: 0x6DFCC, symSize: 0x40 } + - { offsetInCU: 0xADB, offset: 0xB67D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTo', symObjAddr: 0xE0C, symBinAddr: 0x6E00C, symSize: 0x80 } + - { offsetInCU: 0xB0D, offset: 0xB6809, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xE8C, symBinAddr: 0x6E08C, symSize: 0x50 } + - { offsetInCU: 0xB2B, offset: 0xB6827, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xEDC, symBinAddr: 0x6E0DC, symSize: 0x100 } + - { offsetInCU: 0xBB2, offset: 0xB68AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xFDC, symBinAddr: 0x6E1DC, symSize: 0x20 } + - { offsetInCU: 0xBDD, offset: 0xB68D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xFFC, symBinAddr: 0x6E1FC, symSize: 0x4C } + - { offsetInCU: 0xC0F, offset: 0xB690B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvW', symObjAddr: 0x1088, symBinAddr: 0x6E288, symSize: 0x154 } + - { offsetInCU: 0xCC7, offset: 0xB69C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM', symObjAddr: 0x11DC, symBinAddr: 0x6E3DC, symSize: 0x48 } + - { offsetInCU: 0xD14, offset: 0xB6A10, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1230, symBinAddr: 0x6E430, symSize: 0x44 } + - { offsetInCU: 0xD51, offset: 0xB6A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg', symObjAddr: 0x1274, symBinAddr: 0x6E474, symSize: 0x44 } + - { offsetInCU: 0xD70, offset: 0xB6A6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x12B8, symBinAddr: 0x6E4B8, symSize: 0x3C } + - { offsetInCU: 0xDAA, offset: 0xB6AA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs', symObjAddr: 0x12F4, symBinAddr: 0x6E4F4, symSize: 0xC0 } + - { offsetInCU: 0xE6E, offset: 0xB6B6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM', symObjAddr: 0x13B4, symBinAddr: 0x6E5B4, symSize: 0x58 } + - { offsetInCU: 0xE9D, offset: 0xB6B99, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x140C, symBinAddr: 0x6E60C, symSize: 0xB0 } + - { offsetInCU: 0xF32, offset: 0xB6C2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvW', symObjAddr: 0x1728, symBinAddr: 0x6E928, symSize: 0x188 } + - { offsetInCU: 0x101F, offset: 0xB6D1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM', symObjAddr: 0x18B0, symBinAddr: 0x6EAB0, symSize: 0x48 } + - { offsetInCU: 0x106C, offset: 0xB6D68, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0x1940, symBinAddr: 0x6EB40, symSize: 0x18 } + - { offsetInCU: 0x108C, offset: 0xB6D88, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0x1940, symBinAddr: 0x6EB40, symSize: 0x18 } + - { offsetInCU: 0x10A9, offset: 0xB6DA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg', symObjAddr: 0x1958, symBinAddr: 0x6EB58, symSize: 0x18 } + - { offsetInCU: 0x10F0, offset: 0xB6DEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x1970, symBinAddr: 0x6EB70, symSize: 0x18 } + - { offsetInCU: 0x1110, offset: 0xB6E0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x1970, symBinAddr: 0x6EB70, symSize: 0x18 } + - { offsetInCU: 0x1135, offset: 0xB6E31, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs', symObjAddr: 0x1988, symBinAddr: 0x6EB88, symSize: 0x1C } + - { offsetInCU: 0x115C, offset: 0xB6E58, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM', symObjAddr: 0x19A4, symBinAddr: 0x6EBA4, symSize: 0x48 } + - { offsetInCU: 0x11A2, offset: 0xB6E9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM.resume.0', symObjAddr: 0x19EC, symBinAddr: 0x6EBEC, symSize: 0x18 } + - { offsetInCU: 0x11D0, offset: 0xB6ECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM.resume.0', symObjAddr: 0x19EC, symBinAddr: 0x6EBEC, symSize: 0x18 } + - { offsetInCU: 0x121F, offset: 0xB6F1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvsTo', symObjAddr: 0x1A1C, symBinAddr: 0x6EC1C, symSize: 0x8C } + - { offsetInCU: 0x1294, offset: 0xB6F90, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x1AA8, symBinAddr: 0x6ECA8, symSize: 0x74 } + - { offsetInCU: 0x1329, offset: 0xB7025, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x1B94, symBinAddr: 0x6ED94, symSize: 0x8C } + - { offsetInCU: 0x139B, offset: 0xB7097, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x1C20, symBinAddr: 0x6EE20, symSize: 0x80 } + - { offsetInCU: 0x1418, offset: 0xB7114, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1CA0, symBinAddr: 0x6EEA0, symSize: 0x40 } + - { offsetInCU: 0x1434, offset: 0xB7130, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x1CE0, symBinAddr: 0x6EEE0, symSize: 0x124 } + - { offsetInCU: 0x1589, offset: 0xB7285, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x1E1C, symBinAddr: 0x6F01C, symSize: 0x34 } + - { offsetInCU: 0x15B8, offset: 0xB72B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1E5C, symBinAddr: 0x6F05C, symSize: 0x20 } + - { offsetInCU: 0x15D4, offset: 0xB72D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg', symObjAddr: 0x1E7C, symBinAddr: 0x6F07C, symSize: 0x80 } + - { offsetInCU: 0x164D, offset: 0xB7349, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvgTo', symObjAddr: 0x1EFC, symBinAddr: 0x6F0FC, symSize: 0x40 } + - { offsetInCU: 0x1669, offset: 0xB7365, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg', symObjAddr: 0x1F3C, symBinAddr: 0x6F13C, symSize: 0x108 } + - { offsetInCU: 0x1710, offset: 0xB740C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM', symObjAddr: 0x20F4, symBinAddr: 0x6F2F4, symSize: 0x34 } + - { offsetInCU: 0x175D, offset: 0xB7459, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x2174, symBinAddr: 0x6F374, symSize: 0xC0 } + - { offsetInCU: 0x17BD, offset: 0xB74B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x2234, symBinAddr: 0x6F434, symSize: 0xA8 } + - { offsetInCU: 0x1817, offset: 0xB7513, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x22DC, symBinAddr: 0x6F4DC, symSize: 0x3C } + - { offsetInCU: 0x1833, offset: 0xB752F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x2318, symBinAddr: 0x6F518, symSize: 0x10C } + - { offsetInCU: 0x18F0, offset: 0xB75EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x24D4, symBinAddr: 0x6F6D4, symSize: 0xCC } + - { offsetInCU: 0x1989, offset: 0xB7685, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x25A0, symBinAddr: 0x6F7A0, symSize: 0x1A8 } + - { offsetInCU: 0x1A48, offset: 0xB7744, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x2748, symBinAddr: 0x6F948, symSize: 0x58 } + - { offsetInCU: 0x1A8C, offset: 0xB7788, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x27A0, symBinAddr: 0x6F9A0, symSize: 0x38 } + - { offsetInCU: 0x1AC1, offset: 0xB77BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x27D8, symBinAddr: 0x6F9D8, symSize: 0x40 } + - { offsetInCU: 0x1ADD, offset: 0xB77D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x2818, symBinAddr: 0x6FA18, symSize: 0xB8 } + - { offsetInCU: 0x1C33, offset: 0xB792F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x28D0, symBinAddr: 0x6FAD0, symSize: 0x64 } + - { offsetInCU: 0x1C9E, offset: 0xB799A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x2934, symBinAddr: 0x6FB34, symSize: 0x64 } + - { offsetInCU: 0x1D17, offset: 0xB7A13, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x2998, symBinAddr: 0x6FB98, symSize: 0x94 } + - { offsetInCU: 0x1DAB, offset: 0xB7AA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x2A2C, symBinAddr: 0x6FC2C, symSize: 0x74 } + - { offsetInCU: 0x1E39, offset: 0xB7B35, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x2B18, symBinAddr: 0x6FD18, symSize: 0x8C } + - { offsetInCU: 0x1EAE, offset: 0xB7BAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x2BA4, symBinAddr: 0x6FDA4, symSize: 0x88 } + - { offsetInCU: 0x1F2E, offset: 0xB7C2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvsTo', symObjAddr: 0x2CFC, symBinAddr: 0x6FEFC, symSize: 0x3C } + - { offsetInCU: 0x1F4A, offset: 0xB7C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs', symObjAddr: 0x2D38, symBinAddr: 0x6FF38, symSize: 0xC8 } + - { offsetInCU: 0x1FE4, offset: 0xB7CE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM', symObjAddr: 0x2E00, symBinAddr: 0x70000, symSize: 0x8C } + - { offsetInCU: 0x2086, offset: 0xB7D82, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM.resume.0', symObjAddr: 0x2E8C, symBinAddr: 0x7008C, symSize: 0xDC } + - { offsetInCU: 0x2115, offset: 0xB7E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvgTo', symObjAddr: 0x2F68, symBinAddr: 0x70168, symSize: 0x38 } + - { offsetInCU: 0x2131, offset: 0xB7E2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg', symObjAddr: 0x2FA0, symBinAddr: 0x701A0, symSize: 0x190 } + - { offsetInCU: 0x21D2, offset: 0xB7ECE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvgTo', symObjAddr: 0x3130, symBinAddr: 0x70330, symSize: 0x38 } + - { offsetInCU: 0x21EE, offset: 0xB7EEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg', symObjAddr: 0x3168, symBinAddr: 0x70368, symSize: 0x48 } + - { offsetInCU: 0x2223, offset: 0xB7F1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvsTo', symObjAddr: 0x31B0, symBinAddr: 0x703B0, symSize: 0x3C } + - { offsetInCU: 0x223F, offset: 0xB7F3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs', symObjAddr: 0x31EC, symBinAddr: 0x703EC, symSize: 0x6C } + - { offsetInCU: 0x229F, offset: 0xB7F9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM', symObjAddr: 0x3258, symBinAddr: 0x70458, symSize: 0x60 } + - { offsetInCU: 0x22F3, offset: 0xB7FEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM.resume.0', symObjAddr: 0x32B8, symBinAddr: 0x704B8, symSize: 0x20 } + - { offsetInCU: 0x234D, offset: 0xB8049, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyF', symObjAddr: 0x32D8, symBinAddr: 0x704D8, symSize: 0x48 } + - { offsetInCU: 0x2397, offset: 0xB8093, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0x3320, symBinAddr: 0x70520, symSize: 0x40 } + - { offsetInCU: 0x23E0, offset: 0xB80DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyFTo', symObjAddr: 0x3360, symBinAddr: 0x70560, symSize: 0x5C } + - { offsetInCU: 0x2439, offset: 0xB8135, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tFTo', symObjAddr: 0x33BC, symBinAddr: 0x705BC, symSize: 0xB8 } + - { offsetInCU: 0x2479, offset: 0xB8175, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x3474, symBinAddr: 0x70674, symSize: 0x6C } + - { offsetInCU: 0x24FD, offset: 0xB81F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x34E0, symBinAddr: 0x706E0, symSize: 0xF0 } + - { offsetInCU: 0x2550, offset: 0xB824C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x35D0, symBinAddr: 0x707D0, symSize: 0x6C } + - { offsetInCU: 0x25D4, offset: 0xB82D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x363C, symBinAddr: 0x7083C, symSize: 0xF0 } + - { offsetInCU: 0x2627, offset: 0xB8323, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF', symObjAddr: 0x372C, symBinAddr: 0x7092C, symSize: 0x64 } + - { offsetInCU: 0x26AB, offset: 0xB83A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtFTo', symObjAddr: 0x3790, symBinAddr: 0x70990, symSize: 0x128 } + - { offsetInCU: 0x26FF, offset: 0xB83FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF', symObjAddr: 0x38B8, symBinAddr: 0x70AB8, symSize: 0x60 } + - { offsetInCU: 0x276C, offset: 0xB8468, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtFTo', symObjAddr: 0x3918, symBinAddr: 0x70B18, symSize: 0xF8 } + - { offsetInCU: 0x27B6, offset: 0xB84B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyF', symObjAddr: 0x3A10, symBinAddr: 0x70C10, symSize: 0x40 } + - { offsetInCU: 0x27F5, offset: 0xB84F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyFTo', symObjAddr: 0x3A50, symBinAddr: 0x70C50, symSize: 0x54 } + - { offsetInCU: 0x282B, offset: 0xB8527, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyF', symObjAddr: 0x3AA4, symBinAddr: 0x70CA4, symSize: 0x40 } + - { offsetInCU: 0x286A, offset: 0xB8566, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyFTo', symObjAddr: 0x3AE4, symBinAddr: 0x70CE4, symSize: 0x54 } + - { offsetInCU: 0x28A0, offset: 0xB859C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF', symObjAddr: 0x3B38, symBinAddr: 0x70D38, symSize: 0xA0 } + - { offsetInCU: 0x291B, offset: 0xB8617, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyFTo', symObjAddr: 0x3BD8, symBinAddr: 0x70DD8, symSize: 0xB8 } + - { offsetInCU: 0x297D, offset: 0xB8679, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x3C90, symBinAddr: 0x70E90, symSize: 0xA0 } + - { offsetInCU: 0x29F8, offset: 0xB86F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyFTo', symObjAddr: 0x3D30, symBinAddr: 0x70F30, symSize: 0xB8 } + - { offsetInCU: 0x2A5A, offset: 0xB8756, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x3DE8, symBinAddr: 0x70FE8, symSize: 0xFC } + - { offsetInCU: 0x2B01, offset: 0xB87FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x3EE4, symBinAddr: 0x710E4, symSize: 0x108 } + - { offsetInCU: 0x2B1D, offset: 0xB8819, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x3FEC, symBinAddr: 0x711EC, symSize: 0xA0 } + - { offsetInCU: 0x2B98, offset: 0xB8894, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyFTo', symObjAddr: 0x408C, symBinAddr: 0x7128C, symSize: 0xB8 } + - { offsetInCU: 0x2BFA, offset: 0xB88F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF', symObjAddr: 0x4144, symBinAddr: 0x71344, symSize: 0x380 } + - { offsetInCU: 0x2E61, offset: 0xB8B5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtFTo', symObjAddr: 0x44C4, symBinAddr: 0x716C4, symSize: 0x78 } + - { offsetInCU: 0x2E7D, offset: 0xB8B79, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x453C, symBinAddr: 0x7173C, symSize: 0x180 } + - { offsetInCU: 0x2F6F, offset: 0xB8C6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x46BC, symBinAddr: 0x718BC, symSize: 0x6C } + - { offsetInCU: 0x2F8B, offset: 0xB8C87, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF', symObjAddr: 0x4728, symBinAddr: 0x71928, symSize: 0x64 } + - { offsetInCU: 0x2FF8, offset: 0xB8CF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtFTo', symObjAddr: 0x478C, symBinAddr: 0x7198C, symSize: 0xB0 } + - { offsetInCU: 0x3040, offset: 0xB8D3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x483C, symBinAddr: 0x71A3C, symSize: 0x100 } + - { offsetInCU: 0x30C4, offset: 0xB8DC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x493C, symBinAddr: 0x71B3C, symSize: 0xA4 } + - { offsetInCU: 0x30E0, offset: 0xB8DDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x49E0, symBinAddr: 0x71BE0, symSize: 0xE0 } + - { offsetInCU: 0x317D, offset: 0xB8E79, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x4AC0, symBinAddr: 0x71CC0, symSize: 0x7C } + - { offsetInCU: 0x3199, offset: 0xB8E95, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4B3C, symBinAddr: 0x71D3C, symSize: 0xB8 } + - { offsetInCU: 0x324A, offset: 0xB8F46, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tFTo', symObjAddr: 0x4BF4, symBinAddr: 0x71DF4, symSize: 0xEC } + - { offsetInCU: 0x32E9, offset: 0xB8FE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4CE0, symBinAddr: 0x71EE0, symSize: 0x110 } + - { offsetInCU: 0x33D7, offset: 0xB90D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4DFC, symBinAddr: 0x71FFC, symSize: 0x110 } + - { offsetInCU: 0x34B7, offset: 0xB91B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10setUpViews33_A351FBFEE2E6C8ED3388379E4189DDDFLLyyF', symObjAddr: 0x4F90, symBinAddr: 0x72190, symSize: 0x244 } + - { offsetInCU: 0x34E8, offset: 0xB91E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTf4gnn_n', symObjAddr: 0x561C, symBinAddr: 0x727E0, symSize: 0x280 } + - { offsetInCU: 0x365B, offset: 0xB9357, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTf4gnn_n', symObjAddr: 0x58E0, symBinAddr: 0x72A60, symSize: 0x2D0 } + - { offsetInCU: 0x3839, offset: 0xB9535, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x6394, symBinAddr: 0x73294, symSize: 0xEC } + - { offsetInCU: 0x43F0, offset: 0xBA0EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfC', symObjAddr: 0x5220, symBinAddr: 0x72420, symSize: 0x4C } + - { offsetInCU: 0x4439, offset: 0xBA135, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc', symObjAddr: 0x526C, symBinAddr: 0x7246C, symSize: 0x4C } + - { offsetInCU: 0x446C, offset: 0xBA168, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfcTo', symObjAddr: 0x52B8, symBinAddr: 0x724B8, symSize: 0x74 } + - { offsetInCU: 0x44B2, offset: 0xBA1AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfc', symObjAddr: 0x5368, symBinAddr: 0x72568, symSize: 0x2C } + - { offsetInCU: 0x4518, offset: 0xBA214, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfcTo', symObjAddr: 0x5394, symBinAddr: 0x72594, symSize: 0x2C } + - { offsetInCU: 0x45CA, offset: 0xBA2C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x1B1C, symBinAddr: 0x6ED1C, symSize: 0x78 } + - { offsetInCU: 0x4747, offset: 0xBA443, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x2424, symBinAddr: 0x6F624, symSize: 0xB0 } + - { offsetInCU: 0x47B0, offset: 0xBA4AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x2AA0, symBinAddr: 0x6FCA0, symSize: 0x78 } + - { offsetInCU: 0x493E, offset: 0xBA63A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCfETo', symObjAddr: 0x51D8, symBinAddr: 0x723D8, symSize: 0x48 } + - { offsetInCU: 0x496D, offset: 0xBA669, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCfETo', symObjAddr: 0x53F4, symBinAddr: 0x725F4, symSize: 0x10 } + - { offsetInCU: 0x49D5, offset: 0xBA6D1, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_nAE05ColorcJ0C_Tg5', symObjAddr: 0x5440, symBinAddr: 0x72604, symSize: 0x13C } + - { offsetInCU: 0x4A74, offset: 0xBA770, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_nAK05ColornO0C_Tg5', symObjAddr: 0x557C, symBinAddr: 0x72740, symSize: 0xA0 } + - { offsetInCU: 0x4BBA, offset: 0xBA8B6, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVSgWOb', symObjAddr: 0x5DFC, symBinAddr: 0x72D30, symSize: 0x48 } + - { offsetInCU: 0x4BCE, offset: 0xBA8CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOSHAASQWb', symObjAddr: 0x5E44, symBinAddr: 0x72D78, symSize: 0x4 } + - { offsetInCU: 0x4BE2, offset: 0xBA8DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOACSQAAWl', symObjAddr: 0x5E48, symBinAddr: 0x72D7C, symSize: 0x44 } + - { offsetInCU: 0x4BF6, offset: 0xBA8F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASQWb', symObjAddr: 0x5E8C, symBinAddr: 0x72DC0, symSize: 0x4 } + - { offsetInCU: 0x4C0A, offset: 0xBA906, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOACSQAAWl', symObjAddr: 0x5E90, symBinAddr: 0x72DC4, symSize: 0x44 } + - { offsetInCU: 0x4C1E, offset: 0xBA91A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCMa', symObjAddr: 0x623C, symBinAddr: 0x73170, symSize: 0x20 } + - { offsetInCU: 0x4C32, offset: 0xBA92E, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOMa', symObjAddr: 0x6270, symBinAddr: 0x731A4, symSize: 0x10 } + - { offsetInCU: 0x4C46, offset: 0xBA942, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOMa', symObjAddr: 0x6280, symBinAddr: 0x731B4, symSize: 0x10 } + - { offsetInCU: 0x4C5A, offset: 0xBA956, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCMa', symObjAddr: 0x6290, symBinAddr: 0x731C4, symSize: 0x20 } + - { offsetInCU: 0x4C6E, offset: 0xBA96A, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCMa', symObjAddr: 0x62D4, symBinAddr: 0x73208, symSize: 0x20 } + - { offsetInCU: 0x4C8D, offset: 0xBA989, size: 0x8, addend: 0x0, symName: '_$s10ObjectiveC8ObjCBoolVIeyBy_SbIegy_TRTA', symObjAddr: 0x6380, symBinAddr: 0x73280, symSize: 0x14 } + - { offsetInCU: 0x4CFF, offset: 0xBA9FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x530, symBinAddr: 0x6D730, symSize: 0x14 } + - { offsetInCU: 0x4D54, offset: 0xBAA50, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58C, symBinAddr: 0x6D78C, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0xBB01C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x733C8, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0xBB041, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x73410, symSize: 0x344 } + - { offsetInCU: 0x113, offset: 0xBB0E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x38C, symBinAddr: 0x73754, symSize: 0x434 } + - { offsetInCU: 0x3DC, offset: 0xBB3A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x7C0, symBinAddr: 0x73B88, symSize: 0x24C } + - { offsetInCU: 0x461, offset: 0xBB42E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvg', symObjAddr: 0xA0C, symBinAddr: 0x73DD4, symSize: 0x18 } + - { offsetInCU: 0x4A2, offset: 0xBB46F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xBB4, symBinAddr: 0x73F7C, symSize: 0x70 } + - { offsetInCU: 0x4D6, offset: 0xBB4A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xC24, symBinAddr: 0x73FEC, symSize: 0x28 } + - { offsetInCU: 0x4F2, offset: 0xBB4BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xC4C, symBinAddr: 0x74014, symSize: 0x8 } + - { offsetInCU: 0x528, offset: 0xBB4F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC54, symBinAddr: 0x7401C, symSize: 0x74 } + - { offsetInCU: 0x573, offset: 0xBB540, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xCC8, symBinAddr: 0x74090, symSize: 0xC } + - { offsetInCU: 0x58F, offset: 0xBB55C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xCD4, symBinAddr: 0x7409C, symSize: 0xC } + - { offsetInCU: 0x5CD, offset: 0xBB59A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xA34, symBinAddr: 0x73DFC, symSize: 0x64 } + - { offsetInCU: 0x610, offset: 0xBB5DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xA98, symBinAddr: 0x73E60, symSize: 0x24 } + - { offsetInCU: 0x650, offset: 0xBB61D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xABC, symBinAddr: 0x73E84, symSize: 0x4 } + - { offsetInCU: 0x670, offset: 0xBB63D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xABC, symBinAddr: 0x73E84, symSize: 0x4 } + - { offsetInCU: 0x69B, offset: 0xBB668, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAC0, symBinAddr: 0x73E88, symSize: 0x68 } + - { offsetInCU: 0x6E6, offset: 0xBB6B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB28, symBinAddr: 0x73EF0, symSize: 0xC } + - { offsetInCU: 0x702, offset: 0xBB6CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB34, symBinAddr: 0x73EFC, symSize: 0xC } + - { offsetInCU: 0x71E, offset: 0xBB6EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvgTf4d_n', symObjAddr: 0x15A0, symBinAddr: 0x7480C, symSize: 0xC } + - { offsetInCU: 0x73C, offset: 0xBB709, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfd', symObjAddr: 0xD4C, symBinAddr: 0x74114, symSize: 0x4C } + - { offsetInCU: 0x77F, offset: 0xBB74C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfD', symObjAddr: 0xD98, symBinAddr: 0x74160, symSize: 0x1C } + - { offsetInCU: 0x921, offset: 0xBB8EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfE', symObjAddr: 0xD30, symBinAddr: 0x740F8, symSize: 0x1C } + - { offsetInCU: 0x979, offset: 0xBB946, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCMa', symObjAddr: 0xDB4, symBinAddr: 0x7417C, symSize: 0x20 } + - { offsetInCU: 0x98D, offset: 0xBB95A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xE38, symBinAddr: 0x7419C, symSize: 0x44 } + - { offsetInCU: 0x9A1, offset: 0xBB96E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xE7C, symBinAddr: 0x741E0, symSize: 0x44 } + - { offsetInCU: 0x9B5, offset: 0xBB982, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x1174, symBinAddr: 0x743EC, symSize: 0x50 } + - { offsetInCU: 0x9C9, offset: 0xBB996, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x11C4, symBinAddr: 0x7443C, symSize: 0x8C } + - { offsetInCU: 0x9DD, offset: 0xBB9AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x1250, symBinAddr: 0x744C8, symSize: 0x8 } + - { offsetInCU: 0x9F1, offset: 0xBB9BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x1258, symBinAddr: 0x744D0, symSize: 0x4 } + - { offsetInCU: 0xA05, offset: 0xBB9D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x125C, symBinAddr: 0x744D4, symSize: 0x4 } + - { offsetInCU: 0xA19, offset: 0xBB9E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x1260, symBinAddr: 0x744D8, symSize: 0x10 } + - { offsetInCU: 0xA2D, offset: 0xBB9FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x127C, symBinAddr: 0x744E8, symSize: 0x90 } + - { offsetInCU: 0xA41, offset: 0xBBA0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x130C, symBinAddr: 0x74578, symSize: 0xBC } + - { offsetInCU: 0xA55, offset: 0xBBA22, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x13C8, symBinAddr: 0x74634, symSize: 0x8 } + - { offsetInCU: 0xA69, offset: 0xBBA36, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x13D0, symBinAddr: 0x7463C, symSize: 0x4 } + - { offsetInCU: 0xA7D, offset: 0xBBA4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x13D4, symBinAddr: 0x74640, symSize: 0xC } + - { offsetInCU: 0xA91, offset: 0xBBA5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x13E0, symBinAddr: 0x7464C, symSize: 0x10 } + - { offsetInCU: 0xAA5, offset: 0xBBA72, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x13F0, symBinAddr: 0x7465C, symSize: 0x4 } + - { offsetInCU: 0xAB9, offset: 0xBBA86, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x13F4, symBinAddr: 0x74660, symSize: 0x44 } + - { offsetInCU: 0xACD, offset: 0xBBA9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x1438, symBinAddr: 0x746A4, symSize: 0x4 } + - { offsetInCU: 0xAE1, offset: 0xBBAAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x143C, symBinAddr: 0x746A8, symSize: 0x44 } + - { offsetInCU: 0xAF5, offset: 0xBBAC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1480, symBinAddr: 0x746EC, symSize: 0x4 } + - { offsetInCU: 0xB09, offset: 0xBBAD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1484, symBinAddr: 0x746F0, symSize: 0x44 } + - { offsetInCU: 0xB1D, offset: 0xBBAEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x14C8, symBinAddr: 0x74734, symSize: 0x4 } + - { offsetInCU: 0xB31, offset: 0xBBAFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x14CC, symBinAddr: 0x74738, symSize: 0x44 } + - { offsetInCU: 0xB45, offset: 0xBBB12, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1510, symBinAddr: 0x7477C, symSize: 0x4 } + - { offsetInCU: 0xB59, offset: 0xBBB26, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1514, symBinAddr: 0x74780, symSize: 0x44 } + - { offsetInCU: 0xB6D, offset: 0xBBB3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1558, symBinAddr: 0x747C4, symSize: 0x4 } + - { offsetInCU: 0xB81, offset: 0xBBB4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x155C, symBinAddr: 0x747C8, symSize: 0x44 } + - { offsetInCU: 0xC4B, offset: 0xBBC18, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA24, symBinAddr: 0x73DEC, symSize: 0x4 } + - { offsetInCU: 0xC6B, offset: 0xBBC38, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA24, symBinAddr: 0x73DEC, symSize: 0x4 } + - { offsetInCU: 0xC8B, offset: 0xBBC58, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA28, symBinAddr: 0x73DF0, symSize: 0x4 } + - { offsetInCU: 0xCAB, offset: 0xBBC78, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA28, symBinAddr: 0x73DF0, symSize: 0x4 } + - { offsetInCU: 0xCCB, offset: 0xBBC98, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x73DF4, symSize: 0x4 } + - { offsetInCU: 0xCEB, offset: 0xBBCB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x73DF4, symSize: 0x4 } + - { offsetInCU: 0xD0B, offset: 0xBBCD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA30, symBinAddr: 0x73DF8, symSize: 0x4 } + - { offsetInCU: 0xD2B, offset: 0xBBCF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA30, symBinAddr: 0x73DF8, symSize: 0x4 } + - { offsetInCU: 0xD42, offset: 0xBBD0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB40, symBinAddr: 0x73F08, symSize: 0x28 } + - { offsetInCU: 0xD5E, offset: 0xBBD2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB68, symBinAddr: 0x73F30, symSize: 0x28 } + - { offsetInCU: 0xD7A, offset: 0xBBD47, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB90, symBinAddr: 0x73F58, symSize: 0xC } + - { offsetInCU: 0xD96, offset: 0xBBD63, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xB9C, symBinAddr: 0x73F64, symSize: 0x8 } + - { offsetInCU: 0xDB2, offset: 0xBBD7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBA4, symBinAddr: 0x73F6C, symSize: 0x8 } + - { offsetInCU: 0xDCE, offset: 0xBBD9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBAC, symBinAddr: 0x73F74, symSize: 0x8 } + - { offsetInCU: 0xDF0, offset: 0xBBDBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xCE0, symBinAddr: 0x740A8, symSize: 0x28 } + - { offsetInCU: 0xE0C, offset: 0xBBDD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xD08, symBinAddr: 0x740D0, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0xBC001, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x74818, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0xBC019, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x74818, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0xBC02D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMr', symObjAddr: 0x4, symBinAddr: 0x7481C, symSize: 0x88 } + - { offsetInCU: 0x86, offset: 0xBC05C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtF', symObjAddr: 0x8C, symBinAddr: 0x748A4, symSize: 0x158 } + - { offsetInCU: 0x10F, offset: 0xBC0E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC14setNeedsUpdateyyF', symObjAddr: 0x1E4, symBinAddr: 0x749FC, symSize: 0xC } + - { offsetInCU: 0x177, offset: 0xBC14D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCfD', symObjAddr: 0x220, symBinAddr: 0x74A08, symSize: 0x3C } + - { offsetInCU: 0x1CB, offset: 0xBC1A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP14setNeedsUpdateyyFTW', symObjAddr: 0x268, symBinAddr: 0x74A50, symSize: 0x4 } + - { offsetInCU: 0x1F6, offset: 0xBC1CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x26C, symBinAddr: 0x74A54, symSize: 0x8 } + - { offsetInCU: 0x216, offset: 0xBC1EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x26C, symBinAddr: 0x74A54, symSize: 0x8 } + - { offsetInCU: 0x246, offset: 0xBC21C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC06outputB0xvsTf4gn_n', symObjAddr: 0x2B0, symBinAddr: 0x74A5C, symSize: 0x70 } + - { offsetInCU: 0x2B1, offset: 0xBC287, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMa', symObjAddr: 0x25C, symBinAddr: 0x74A44, symSize: 0xC } + - { offsetInCU: 0x2B, offset: 0xBC41C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x74ACC, symSize: 0x24 } + - { offsetInCU: 0x6D, offset: 0xBC45E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x74ACC, symSize: 0x24 } + - { offsetInCU: 0xB9, offset: 0xBC4AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCMa', symObjAddr: 0x24, symBinAddr: 0x74AF0, symSize: 0x20 } + - { offsetInCU: 0x163C, offset: 0xBDC1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySo13CATransform3DVG_Tg5', symObjAddr: 0x3630, symBinAddr: 0x78140, symSize: 0x2BC } + - { offsetInCU: 0x17DD, offset: 0xBDDBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x38EC, symBinAddr: 0x783FC, symSize: 0x1C0 } + - { offsetInCU: 0x198D, offset: 0xBDF6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x3AAC, symBinAddr: 0x785BC, symSize: 0x1E4 } + - { offsetInCU: 0x1B65, offset: 0xBE147, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySbG_Tg5', symObjAddr: 0x3C90, symBinAddr: 0x787A0, symSize: 0x1CC } + - { offsetInCU: 0x1CFB, offset: 0xBE2DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A5ColorV_Tg5', symObjAddr: 0x3E5C, symBinAddr: 0x7896C, symSize: 0x210 } + - { offsetInCU: 0x1E9D, offset: 0xBE47F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_So6CGSizeV_Tg5', symObjAddr: 0x406C, symBinAddr: 0x78B7C, symSize: 0x1D0 } + - { offsetInCU: 0x2049, offset: 0xBE62B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA010BezierPathI0V_Tg5', symObjAddr: 0x423C, symBinAddr: 0x78D4C, symSize: 0x248 } + - { offsetInCU: 0x21FF, offset: 0xBE7E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA7EllipseCALV_Tg5', symObjAddr: 0x4484, symBinAddr: 0x78F94, symSize: 0x228 } + - { offsetInCU: 0x23B9, offset: 0xBE99B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA9RectangleCALV_Tg5', symObjAddr: 0x46AC, symBinAddr: 0x791BC, symSize: 0x238 } + - { offsetInCU: 0x2573, offset: 0xBEB55, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4StarCALV_Tg5', symObjAddr: 0x48E4, symBinAddr: 0x793F4, symSize: 0x250 } + - { offsetInCU: 0x2728, offset: 0xBED0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5', symObjAddr: 0x4B34, symBinAddr: 0x79644, symSize: 0x210 } + - { offsetInCU: 0x37B4, offset: 0xBFD96, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySo13CATransform3DVG_AYTB505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7X40VtKFSo13CATransform3DVAC4HoldVyALGXEfU0_Tf1nncnn_n', symObjAddr: 0x602C, symBinAddr: 0x7AB3C, symSize: 0x560 } + - { offsetInCU: 0x421D, offset: 0xC07FF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX47VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU0_SiTf1nncnn_n', symObjAddr: 0x72E4, symBinAddr: 0x7BDF4, symSize: 0x508 } + - { offsetInCU: 0x45ED, offset: 0xC0BCF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX46VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU_SiTf1nncnn_n', symObjAddr: 0x77EC, symBinAddr: 0x7C2FC, symSize: 0x508 } + - { offsetInCU: 0x4D11, offset: 0xC12F3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX80VtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0x82F4, symBinAddr: 0x7CE04, symSize: 0x524 } + - { offsetInCU: 0x513D, offset: 0xC171F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX47VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnn_n', symObjAddr: 0x8818, symBinAddr: 0x7D328, symSize: 0x528 } + - { offsetInCU: 0x54FA, offset: 0xC1ADC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX46VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnn_n', symObjAddr: 0x8D40, symBinAddr: 0x7D850, symSize: 0x528 } + - { offsetInCU: 0x5A13, offset: 0xC1FF5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySbG_SbTB505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7X24VtKFSbAC4HoldVySbGXEfU0_Tf1nncnn_n', symObjAddr: 0x9268, symBinAddr: 0x7DD78, symSize: 0x55C } + - { offsetInCU: 0x5F03, offset: 0xC24E5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSo6CGSizeV_AWTB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7X22VtKFSo6CGSizeVALXEfU0_Tf1nncnn_n', symObjAddr: 0x9F00, symBinAddr: 0x7EA10, symSize: 0x52C } + - { offsetInCU: 0x646A, offset: 0xC2A4C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnncn_n', symObjAddr: 0xA42C, symBinAddr: 0x7EF3C, symSize: 0x530 } + - { offsetInCU: 0x6942, offset: 0xC2F24, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16dX43VSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnn_n', symObjAddr: 0xA95C, symBinAddr: 0x7F46C, symSize: 0x530 } + - { offsetInCU: 0x6E84, offset: 0xC3466, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX87VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xAE8C, symBinAddr: 0x7F99C, symSize: 0x544 } + - { offsetInCU: 0x722A, offset: 0xC380C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX85VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xB3D0, symBinAddr: 0x7FEE0, symSize: 0x544 } + - { offsetInCU: 0x7767, offset: 0xC3D49, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4HoldVySo13CATransform3DVGGG_ARTg5', symObjAddr: 0xB9EC, symBinAddr: 0x804FC, symSize: 0x494 } + - { offsetInCU: 0x80A4, offset: 0xC4686, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA0A8Vector3DVGG_AOTg5', symObjAddr: 0xBE80, symBinAddr: 0x80990, symSize: 0x494 } + - { offsetInCU: 0x89E1, offset: 0xC4FC3, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADySo6CGSizeVGG_AOTg5', symObjAddr: 0xC314, symBinAddr: 0x80E24, symSize: 0x494 } + - { offsetInCU: 0x931E, offset: 0xC5900, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA010BezierPathG0VGG_AOTg5', symObjAddr: 0xC7A8, symBinAddr: 0x812B8, symSize: 0x494 } + - { offsetInCU: 0x9CF5, offset: 0xC62D7, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA7EllipseCACVGG_APTg5', symObjAddr: 0xCC3C, symBinAddr: 0x8174C, symSize: 0x494 } + - { offsetInCU: 0xA6CC, offset: 0xC6CAE, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA9RectangleCACVGG_APTg5', symObjAddr: 0xD0D0, symBinAddr: 0x81BE0, symSize: 0x494 } + - { offsetInCU: 0xB0A3, offset: 0xC7685, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4StarCACVGG_APTg5', symObjAddr: 0xD564, symBinAddr: 0x82074, symSize: 0x494 } + - { offsetInCU: 0xC2E5, offset: 0xC88C7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4HoldVySo13CATransform3DVG_A1_Tg5', symObjAddr: 0xE3BC, symBinAddr: 0x82ECC, symSize: 0x2E8 } + - { offsetInCU: 0xC599, offset: 0xC8B7B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_So6CGSizeV_A_Tg5', symObjAddr: 0xE98C, symBinAddr: 0x8349C, symSize: 0x2E8 } + - { offsetInCU: 0xC84D, offset: 0xC8E2F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5', symObjAddr: 0xEC74, symBinAddr: 0x83784, symSize: 0x2E8 } + - { offsetInCU: 0xCB01, offset: 0xC90E3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5', symObjAddr: 0xEF5C, symBinAddr: 0x83A6C, symSize: 0x2E8 } + - { offsetInCU: 0xCDB5, offset: 0xC9397, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5', symObjAddr: 0xF244, symBinAddr: 0x83D54, symSize: 0x2E8 } + - { offsetInCU: 0xD069, offset: 0xC964B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4StarCAOV_So9CGPathRefaTg5', symObjAddr: 0xF52C, symBinAddr: 0x8403C, symSize: 0x2E8 } + - { offsetInCU: 0xD333, offset: 0xC9915, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_', symObjAddr: 0xFF60, symBinAddr: 0x84A70, symSize: 0xA0 } + - { offsetInCU: 0xD405, offset: 0xC99E7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x1033C, symBinAddr: 0x84E4C, symSize: 0x1A4 } + - { offsetInCU: 0xD4B9, offset: 0xC9A9B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x104E0, symBinAddr: 0x84FF0, symSize: 0x1A4 } + - { offsetInCU: 0xD56D, offset: 0xC9B4F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie0K5ColorVTg5', symObjAddr: 0x10684, symBinAddr: 0x85194, symSize: 0x1A4 } + - { offsetInCU: 0xD621, offset: 0xC9C03, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x10828, symBinAddr: 0x85338, symSize: 0x1C4 } + - { offsetInCU: 0xD6D5, offset: 0xC9CB7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x109EC, symBinAddr: 0x854FC, symSize: 0x1B8 } + - { offsetInCU: 0xD789, offset: 0xC9D6B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x10BA4, symBinAddr: 0x856B4, symSize: 0x1C0 } + - { offsetInCU: 0xD83D, offset: 0xC9E1F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x10D64, symBinAddr: 0x85874, symSize: 0x1B0 } + - { offsetInCU: 0xD8F1, offset: 0xC9ED3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x10F14, symBinAddr: 0x85A24, symSize: 0x1A4 } + - { offsetInCU: 0xD9D1, offset: 0xC9FB3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSo21NSAttributedStringKeya_ypTg5', symObjAddr: 0x1125C, symBinAddr: 0x85D6C, symSize: 0x210 } + - { offsetInCU: 0xDABB, offset: 0xCA09D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x11470, symBinAddr: 0x85F80, symSize: 0x1F4 } + - { offsetInCU: 0xDB83, offset: 0xCA165, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSo13CATransform3DV_s15CollectionOfOneVyAGGTg5', symObjAddr: 0x11998, symBinAddr: 0x864A8, symSize: 0xCC } + - { offsetInCU: 0xDCBF, offset: 0xCA2A1, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lF12CoreGraphics7CGFloatV_s15CollectionOfOneVyAHGTg5', symObjAddr: 0x11A64, symBinAddr: 0x86574, symSize: 0xD4 } + - { offsetInCU: 0xDDFB, offset: 0xCA3DD, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSb_s15CollectionOfOneVySbGTg5', symObjAddr: 0x11B38, symBinAddr: 0x86648, symSize: 0xCC } + - { offsetInCU: 0xDF37, offset: 0xCA519, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySo13CATransform3DVG_s010CollectionH3OneVyAMGTg5', symObjAddr: 0x121C8, symBinAddr: 0x86CD8, symSize: 0x22C } + - { offsetInCU: 0xE046, offset: 0xCA628, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy12CoreGraphics7CGFloatVG_s010CollectionH3OneVyANGTg5', symObjAddr: 0x123F4, symBinAddr: 0x86F04, symSize: 0x1B4 } + - { offsetInCU: 0xE16B, offset: 0xCA74D, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySbG_s010CollectionH3OneVySbGTg5', symObjAddr: 0x125A8, symBinAddr: 0x870B8, symSize: 0x1BC } + - { offsetInCU: 0xE238, offset: 0xCA81A, size: 0x8, addend: 0x0, symName: '_$sSa17_customRemoveLastxSgyFSo13CATransform3DV_Tg5', symObjAddr: 0x12E64, symBinAddr: 0x87974, symSize: 0x88 } + - { offsetInCU: 0xE2E2, offset: 0xCA8C4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5', symObjAddr: 0x12F58, symBinAddr: 0x87A68, symSize: 0x104 } + - { offsetInCU: 0xE39D, offset: 0xCA97F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5', symObjAddr: 0x1305C, symBinAddr: 0x87B6C, symSize: 0x100 } + - { offsetInCU: 0xE458, offset: 0xCAA3A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5', symObjAddr: 0x13200, symBinAddr: 0x87D10, symSize: 0xB4 } + - { offsetInCU: 0xE513, offset: 0xCAAF5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5', symObjAddr: 0x132B4, symBinAddr: 0x87DC4, symSize: 0xA4 } + - { offsetInCU: 0xE5CE, offset: 0xCABB0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5', symObjAddr: 0x13358, symBinAddr: 0x87E68, symSize: 0x9C } + - { offsetInCU: 0xE689, offset: 0xCAC6B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5', symObjAddr: 0x133F4, symBinAddr: 0x87F04, symSize: 0xB4 } + - { offsetInCU: 0xE744, offset: 0xCAD26, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5', symObjAddr: 0x134A8, symBinAddr: 0x87FB8, symSize: 0xA8 } + - { offsetInCU: 0xE7FF, offset: 0xCADE1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5', symObjAddr: 0x13550, symBinAddr: 0x88060, symSize: 0xD4 } + - { offsetInCU: 0xE8BA, offset: 0xCAE9C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5', symObjAddr: 0x136D0, symBinAddr: 0x881E0, symSize: 0xBC } + - { offsetInCU: 0xE975, offset: 0xCAF57, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5', symObjAddr: 0x1378C, symBinAddr: 0x8829C, symSize: 0xD0 } + - { offsetInCU: 0xEA30, offset: 0xCB012, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5', symObjAddr: 0x1385C, symBinAddr: 0x8836C, symSize: 0xDC } + - { offsetInCU: 0xEAE0, offset: 0xCB0C2, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV37_appendElementAssumeUniqueAndCapacity_03newD0ySi_xntF6Lottie17KeypathSearchable_p_Tg5Tf4nen_n', symObjAddr: 0x139E4, symBinAddr: 0x884F4, symSize: 0x78 } + - { offsetInCU: 0xEBE6, offset: 0xCB1C8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySo13CATransform3DVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t6VySo13U10DVG_A3_TG5xq_s5Error_pr0_lyAtSIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0vwaxb23E29addCombinedTransformz26_FCF865A3410C50F6C3BA6E234d59FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFSo13u5DVAC4T11VyALGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x13A5C, symBinAddr: 0x8856C, symSize: 0x678 } + - { offsetInCU: 0xF2AF, offset: 0xCB891, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo13CATransform3DV_TB5Tf4nnnnnd_n', symObjAddr: 0x140D4, symBinAddr: 0x88BE4, symSize: 0x940 } + - { offsetInCU: 0xFD65, offset: 0xCC347, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySo13CATransform3DVG_A_Tg505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7x25VtKFSo13CATransform3DVAC4Z11VyALGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x14A14, symBinAddr: 0x89524, symSize: 0xD60 } + - { offsetInCU: 0x10986, offset: 0xCCF68, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC0B8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x15914, symBinAddr: 0x8A424, symSize: 0x29C } + - { offsetInCU: 0x10D73, offset: 0xCD355, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d74FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKFSo7s6VAC0B8T53DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x15BB0, symBinAddr: 0x8A6C0, symSize: 0x290 } + - { offsetInCU: 0x1118F, offset: 0xCD771, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo7CGPointV_TB5Tf4nnnnnd_n', symObjAddr: 0x15E40, symBinAddr: 0x8A950, symSize: 0x904 } + - { offsetInCU: 0x11C52, offset: 0xCE234, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x16744, symBinAddr: 0x8B254, symSize: 0x3AC } + - { offsetInCU: 0x11FC5, offset: 0xCE5A7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb17E23addAnchorPointy26_FCF865A3410C50F6C3BA6E234d67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7s6VAC0B8T7DVXEfU_AbUTf1nncn_nTf4ndngg_n', symObjAddr: 0x16C9C, symBinAddr: 0x8B7AC, symSize: 0x7A0 } + - { offsetInCU: 0x12659, offset: 0xCEC3B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05W43F7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AbYTf1nncnnn_nTf4xnnndgg_n', symObjAddr: 0x17708, symBinAddr: 0x8C218, symSize: 0x4D0 } + - { offsetInCU: 0x12899, offset: 0xCEE7B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC0B8Vector3DV_So7CGPointVTg505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7x20VtKFSo7CGPointVAC0B8Z7DVXEfU_AbUTf1nnnnnc_nTf4nnndxgg_n', symObjAddr: 0x17BD8, symBinAddr: 0x8C6E8, symSize: 0xD54 } + - { offsetInCU: 0x13581, offset: 0xCFB63, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1AA34, symBinAddr: 0x8F544, symSize: 0x664 } + - { offsetInCU: 0x13AD9, offset: 0xD00BB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlF12CoreGraphics7CGFloatV_TB5Tf4nnnnnd_n', symObjAddr: 0x1B098, symBinAddr: 0x8FBA8, symSize: 0x8F4 } + - { offsetInCU: 0x1457E, offset: 0xD0B60, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1BB30, symBinAddr: 0x90640, symSize: 0x664 } + - { offsetInCU: 0x14A9E, offset: 0xD1080, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU3_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1C6FC, symBinAddr: 0x9120C, symSize: 0x664 } + - { offsetInCU: 0x14FBE, offset: 0xD15A0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU2_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1D2AC, symBinAddr: 0x91DBC, symSize: 0x664 } + - { offsetInCU: 0x154DE, offset: 0xD1AC0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU1_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1DAA8, symBinAddr: 0x925B8, symSize: 0x664 } + - { offsetInCU: 0x159FE, offset: 0xD1FE0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb99E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1EF8C, symBinAddr: 0x93A9C, symSize: 0x664 } + - { offsetInCU: 0x15F1E, offset: 0xD2500, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowRadiusy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T53DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1F794, symBinAddr: 0x942A4, symSize: 0x664 } + - { offsetInCU: 0x1643E, offset: 0xD2A20, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb19E25addShadowOpacityy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1FF9C, symBinAddr: 0x94AAC, symSize: 0x664 } + - { offsetInCU: 0x16970, offset: 0xD2F52, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T8DVXEfU0_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x207A4, symBinAddr: 0x952B4, symSize: 0x664 } + - { offsetInCU: 0x16EDF, offset: 0xD34C1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T7DVXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x20E08, symBinAddr: 0x95918, symSize: 0x664 } + - { offsetInCU: 0x1743C, offset: 0xD3A1E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x22544, symBinAddr: 0x97054, symSize: 0x664 } + - { offsetInCU: 0x1795C, offset: 0xD3F3E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x22D4C, symBinAddr: 0x9785C, symSize: 0x664 } + - { offsetInCU: 0x17EAA, offset: 0xD448C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2443C, symBinAddr: 0x98F4C, symSize: 0x6A0 } + - { offsetInCU: 0x183A9, offset: 0xD498B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x24ADC, symBinAddr: 0x995EC, symSize: 0x398 } + - { offsetInCU: 0x185C9, offset: 0xD4BAB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x25020, symBinAddr: 0x99B30, symSize: 0x6A0 } + - { offsetInCU: 0x18AB9, offset: 0xD509B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x256C0, symBinAddr: 0x9A1D0, symSize: 0x3A0 } + - { offsetInCU: 0x18DAC, offset: 0xD538E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySbG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4T11VySbG_SbTG5xq_s5Error_pr0_lyARSbIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb101E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKFSbAC4T11VySbGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x268F0, symBinAddr: 0x9B400, symSize: 0x664 } + - { offsetInCU: 0x19325, offset: 0xD5907, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSb_TB5Tf4nnnnnd_n', symObjAddr: 0x26F54, symBinAddr: 0x9BA64, symSize: 0x8EC } + - { offsetInCU: 0x19DE9, offset: 0xD63CB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySbG_SbTg505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7x9VtKFSbAC4Z11VySbGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x27840, symBinAddr: 0x9C350, symSize: 0xD70 } + - { offsetInCU: 0x1AB4F, offset: 0xD7131, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb12E23addShadowtY162_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x286F8, symBinAddr: 0x9D208, symSize: 0x8D0 } + - { offsetInCU: 0x1B505, offset: 0xD7AE7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo10CGColorRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x28FC8, symBinAddr: 0x9DAD8, symSize: 0xA40 } + - { offsetInCU: 0x1C0F0, offset: 0xD86D2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb84E13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x29BA0, symBinAddr: 0x9E6B0, symSize: 0x8D0 } + - { offsetInCU: 0x1CA09, offset: 0xD8FEB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb98E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2A9CC, symBinAddr: 0x9F4DC, symSize: 0x8D0 } + - { offsetInCU: 0x1D32C, offset: 0xD990E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n095$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKFSo10CGColorRefaAA0A5T6VXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2B434, symBinAddr: 0x9FF44, symSize: 0x8D0 } + - { offsetInCU: 0x1DC13, offset: 0xDA1F5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowOffsety92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6T9VALXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2CD1C, symBinAddr: 0xA182C, symSize: 0x68C } + - { offsetInCU: 0x1E1B3, offset: 0xDA795, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo6CGSizeV_TB5Tf4nnnnnd_n', symObjAddr: 0x2D3A8, symBinAddr: 0xA1EB8, symSize: 0x904 } + - { offsetInCU: 0x1EC76, offset: 0xDB258, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05W31F7ContextVtKFSo6CGSizeVALXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x2DCAC, symBinAddr: 0xA27BC, symSize: 0x3B0 } + - { offsetInCU: 0x1EE76, offset: 0xDB458, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So6CGSizeV_AYTg505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7x7VtKFSo6Z9VALXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x2E05C, symBinAddr: 0xA2B6C, symSize: 0xD50 } + - { offsetInCU: 0x1FAB4, offset: 0xDC096, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC010BezierPathS0V_Tg5Tf4nd_n', symObjAddr: 0x2EFA0, symBinAddr: 0xA3AB0, symSize: 0x29C } + - { offsetInCU: 0x1FEBA, offset: 0xDC49C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnncn_nTf4ndgn_n', symObjAddr: 0x2F23C, symBinAddr: 0xA3D4C, symSize: 0xCC0 } + - { offsetInCU: 0x20890, offset: 0xDCE72, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo9CGPathRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x2FEFC, symBinAddr: 0xA4A0C, symSize: 0xA40 } + - { offsetInCU: 0x21459, offset: 0xDDA3B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_n013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D57ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4xnnndn_n', symObjAddr: 0x3093C, symBinAddr: 0xA544C, symSize: 0x3D8 } + - { offsetInCU: 0x21665, offset: 0xDDC47, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4nnndxn_n', symObjAddr: 0x30D14, symBinAddr: 0xA5824, symSize: 0xD1C } + - { offsetInCU: 0x223CD, offset: 0xDE9AF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_nTf4ndngn_n', symObjAddr: 0x31A30, symBinAddr: 0xA6540, symSize: 0xD04 } + - { offsetInCU: 0x22DA2, offset: 0xDF384, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x32ABC, symBinAddr: 0xA75CC, symSize: 0x3F8 } + - { offsetInCU: 0x22FCC, offset: 0xDF5AE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x32EB4, symBinAddr: 0xA79C4, symSize: 0xCDC } + - { offsetInCU: 0x23C1F, offset: 0xE0201, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSayAC10BezierPathVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SayAC10tu6VG_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9p11RefaSayAC10tU7VGXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x33B90, symBinAddr: 0xA86A0, symSize: 0x79C } + - { offsetInCU: 0x240D9, offset: 0xE06BB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapew2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16D50ContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnnn_nTf4xnnndn_n', symObjAddr: 0x3432C, symBinAddr: 0xA8E3C, symSize: 0x3CC } + - { offsetInCU: 0x242FB, offset: 0xE08DD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SayAC10BezierPathVG_So9CGPathRefaTg5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16wx26VSitKFSo9CGPathRefaSayAC10Z11PathVGXEfU_SiTf1nnnnnc_nTf4nnndxn_n', symObjAddr: 0x346F8, symBinAddr: 0xA9208, symSize: 0xD30 } + - { offsetInCU: 0x24F44, offset: 0xE1526, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC7EllipseCAJV_Tg5Tf4nd_n', symObjAddr: 0x3561C, symBinAddr: 0xAA12C, symSize: 0x29C } + - { offsetInCU: 0x253AC, offset: 0xE198E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC7EllipseCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC7t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb48E13addAnimations3for7context14pathMultiplieryAC7t33C_AC0B16AnimationContextVSitKFSo9p7RefaAI8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x358B8, symBinAddr: 0xAA3C8, symSize: 0x984 } + - { offsetInCU: 0x25C7A, offset: 0xE225C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC7EllipseCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16d29ContextVSitKFSo9CGPathRefaAI8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x366D8, symBinAddr: 0xAB1E8, symSize: 0x434 } + - { offsetInCU: 0x25EC5, offset: 0xE24A7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b48E13addAnimations3for7context14pathMultiplieryAC7z8C_AC0B16wx22VSitKFSo9CGPathRefaAI8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x36B0C, symBinAddr: 0xAB61C, symSize: 0xD1C } + - { offsetInCU: 0x26B0E, offset: 0xE30F0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC9RectangleCAJV_Tg5Tf4nd_n', symObjAddr: 0x37A1C, symBinAddr: 0xAC52C, symSize: 0x29C } + - { offsetInCU: 0x26F7F, offset: 0xE3561, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC9RectangleCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC9t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9t49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x37CB8, symBinAddr: 0xAC7C8, symSize: 0xAD0 } + - { offsetInCU: 0x278A1, offset: 0xE3E83, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC9RectangleCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16d45ContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x38B24, symBinAddr: 0xAD634, symSize: 0x434 } + - { offsetInCU: 0x27AEC, offset: 0xE40CE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9z8C_AC0B16wx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x38F58, symBinAddr: 0xADA68, symSize: 0xD1C } + - { offsetInCU: 0x28735, offset: 0xE4D17, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC4StarCAJV_Tg5Tf4nd_n', symObjAddr: 0x39E68, symBinAddr: 0xAE978, symSize: 0x29C } + - { offsetInCU: 0x28B9A, offset: 0xE517C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb13E19addPolygony67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4t24C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3A104, symBinAddr: 0xAEC14, symSize: 0xB0C } + - { offsetInCU: 0x29513, offset: 0xE5AF5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb6E16addty93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3AFB4, symBinAddr: 0xAFAC4, symSize: 0xA2C } + - { offsetInCU: 0x29DC4, offset: 0xE63A6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S38VxKXEfU0_SaySdG_SaySo10CGColorRefaGTG5xq_s5Error_pr0_lyAPSaySo07CGColorQ0aGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x3CF40, symBinAddr: 0xB1A50, symSize: 0x7A8 } + - { offsetInCU: 0x2A352, offset: 0xE6934, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSaySo10CGColorRefaG_TB5Tf4nnnnnd_n', symObjAddr: 0x3D6E8, symBinAddr: 0xB21F8, symSize: 0x91C } + - { offsetInCU: 0x2AE4A, offset: 0xE742C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S46VxKXEfU0_SaySdG_Say12CoreGraphics7CGFloatVGTG5xq_s5Error_pr0_lyAPSay12CoreGraphics7CGFloatVGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x3E004, symBinAddr: 0xB2B14, symSize: 0x7A8 } + - { offsetInCU: 0x2B3D8, offset: 0xE79BA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSay12CoreGraphics7CGFloatVG_TB5Tf4nnnnnd_n', symObjAddr: 0x3E7AC, symBinAddr: 0xB32BC, symSize: 0x91C } + - { offsetInCU: 0x2BEDF, offset: 0xE84C1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x3F564, symBinAddr: 0xB4074, symSize: 0x290 } + - { offsetInCU: 0x2C27A, offset: 0xE885C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x3F7F4, symBinAddr: 0xB4304, symSize: 0x3AC } + - { offsetInCU: 0x2C4AC, offset: 0xE8A8E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V55AELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x3FD38, symBinAddr: 0xB4848, symSize: 0x290 } + - { offsetInCU: 0x2C818, offset: 0xE8DFA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x3FFC8, symBinAddr: 0xB4AD8, symSize: 0x3BC } + - { offsetInCU: 0x2CA7E, offset: 0xE9060, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySdG_s15EmptyCollectionVySdGTg5Tf4nndn_n', symObjAddr: 0x417F8, symBinAddr: 0xB6308, symSize: 0x15C } + - { offsetInCU: 0x2CB9C, offset: 0xE917E, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VyypG_s15EmptyCollectionVyypGTg5Tf4nndn_n', symObjAddr: 0x41968, symBinAddr: 0xB6478, symSize: 0x194 } + - { offsetInCU: 0x2CD5B, offset: 0xE933D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo13CATransform3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So13T9DV_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So13T6DV_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x41DB0, symBinAddr: 0xB68C0, symSize: 0x678 } + - { offsetInCU: 0x2D235, offset: 0xE9817, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSo13CATransform3DV_Tg5Tf4xnnn_n', symObjAddr: 0x42808, symBinAddr: 0xB7318, symSize: 0x2C4 } + - { offsetInCU: 0x2D3CF, offset: 0xE99B1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAO_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_A__A_TG5xq_s5Error_pr0_lyA2OIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf20ContextVtKlFxxXEfU0_uS5V_TG5Tf1nncn_nTf4ndd_n', symObjAddr: 0x42D6C, symBinAddr: 0xB787C, symSize: 0x290 } + - { offsetInCU: 0x2D76A, offset: 0xE9D4C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG35ContextVtKlFxxXEfU0_So7CGPointV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x42FFC, symBinAddr: 0xB7B0C, symSize: 0x3BC } + - { offsetInCU: 0x2DA39, offset: 0xEA01B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlF12CoreGraphics7CGFloatV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s11VxKXEfU0_12t9Graphics7V8V_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf22ContextVtKlFxxXEfU0_12t9Graphics7V5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x433B8, symBinAddr: 0xB7EC8, symSize: 0x664 } + - { offsetInCU: 0x2DF23, offset: 0xEA505, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlF12CoreGraphics7CGFloatV_Tg5Tf4xnnn_n', symObjAddr: 0x43A48, symBinAddr: 0xB8558, symSize: 0x238 } + - { offsetInCU: 0x2E00A, offset: 0xEA5EC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7X34VtKFSo7CGPointVAC0B8Vector3DVXEfU_AbTTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x43C80, symBinAddr: 0xB8790, symSize: 0x7B4 } + - { offsetInCU: 0x2E48C, offset: 0xEAA6E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12addAnimation3for9keyframes5value7contextyAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0iD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b102E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05i2F7m7VtKFSo7q6VAC0B8P7DVXEfU_AbPTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x44434, symBinAddr: 0xB8F44, symSize: 0x260 } + - { offsetInCU: 0x2E66B, offset: 0xEAC4D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSb_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_Sb_SbTG5xq_s5Error_pr0_lyS2bIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rF26ContextVtKlFxxXEfU0_Sb_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x44694, symBinAddr: 0xB91A4, symSize: 0x664 } + - { offsetInCU: 0x2EB55, offset: 0xEB137, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSb_Tg5Tf4xnnn_n', symObjAddr: 0x450D8, symBinAddr: 0xB9BE8, symSize: 0x224 } + - { offsetInCU: 0x2ED00, offset: 0xEB2E2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo07CGColorQ0a_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So10T11Refa_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So10T8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x452FC, symBinAddr: 0xB9E0C, symSize: 0x664 } + - { offsetInCU: 0x2F239, offset: 0xEB81B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo10CGColorRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG39ContextVtKlFxxXEfU0_So10CGColorRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x45960, symBinAddr: 0xBA470, symSize: 0x3C8 } + - { offsetInCU: 0x2F435, offset: 0xEBA17, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So6T5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x45D28, symBinAddr: 0xBA838, symSize: 0x68C } + - { offsetInCU: 0x2F925, offset: 0xEBF07, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG34ContextVtKlFxxXEfU0_So6CGSizeV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x463B4, symBinAddr: 0xBAEC4, symSize: 0x3C0 } + - { offsetInCU: 0x2FBF1, offset: 0xEC1D3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAI_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So9P11Refa_A1_TG5xq_s5Error_pr0_lyA2IIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So9P8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x469C0, symBinAddr: 0xBB4D0, symSize: 0x664 } + - { offsetInCU: 0x3011B, offset: 0xEC6FD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo9CGPathRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG37ContextVtKlFxxXEfU0_So9CGPathRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x47024, symBinAddr: 0xBBB34, symSize: 0x3C8 } + - { offsetInCU: 0x30426, offset: 0xECA08, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC7EllipseC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16dx22VSitKFSo9CGPathRefaAI8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x47600, symBinAddr: 0xBC110, symSize: 0x7B0 } + - { offsetInCU: 0x309B4, offset: 0xECF96, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC9RectangleC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16dx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x47DB0, symBinAddr: 0xBC8C0, symSize: 0x7B8 } + - { offsetInCU: 0x30FCC, offset: 0xED5AE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b98E16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x48568, symBinAddr: 0xBD078, symSize: 0x838 } + - { offsetInCU: 0x3147D, offset: 0xEDA5F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b103E19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x48DA0, symBinAddr: 0xBD8B0, symSize: 0x838 } + - { offsetInCU: 0x319C0, offset: 0xEDFA2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySo07CGColorQ0aG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SaySo10T12RefaG_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf27ContextVtKlFxxXEfU0_SaySo10T9RefaG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x495D8, symBinAddr: 0xBE0E8, symSize: 0x664 } + - { offsetInCU: 0x31EFE, offset: 0xEE4E0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSaySo10CGColorRefaG_A0_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG43ContextVtKlFxxXEfU0_SaySo10CGColorRefaG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x49C3C, symBinAddr: 0xBE74C, symSize: 0x3C0 } + - { offsetInCU: 0x321CA, offset: 0xEE7AC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSay12CoreGraphics7CGFloatVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_Say12t9Graphics7V9VG_A3_TG5xq_s5Error_pr0_lyA2SIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf25ContextVtKlFxxXEfU0_Say12t9Graphics7V6VG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4A2A8, symBinAddr: 0xBEDB8, symSize: 0x664 } + - { offsetInCU: 0x32708, offset: 0xEECEA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSay12CoreGraphics7CGFloatVG_A1_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG51ContextVtKlFxxXEfU0_Say12CoreGraphics7CGFloatVG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4A90C, symBinAddr: 0xBF41C, symSize: 0x3C0 } + - { offsetInCU: 0x32985, offset: 0xEEF67, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX34VtKFSo7CGPointVAA0A8Vector3DVXEfU_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x4AF50, symBinAddr: 0xBFA60, symSize: 0x808 } + - { offsetInCU: 0x32E6B, offset: 0xEF44D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX35VtKFSo7CGPointVAA0A8Vector3DVXEfU0_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x4B758, symBinAddr: 0xC0268, symSize: 0x808 } + - { offsetInCU: 0x3333B, offset: 0xEF91D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x4BF60, symBinAddr: 0xC0A70, symSize: 0x690 } + - { offsetInCU: 0x337C5, offset: 0xEFDA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOr', symObjAddr: 0x4C630, symBinAddr: 0xC1100, symSize: 0xB8 } + - { offsetInCU: 0x337D9, offset: 0xEFDBB, size: 0x8, addend: 0x0, symName: '_$sSSWOr', symObjAddr: 0x4C6F8, symBinAddr: 0xC11B8, symSize: 0x28 } + - { offsetInCU: 0x337ED, offset: 0xEFDCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOs', symObjAddr: 0x4C720, symBinAddr: 0xC11E0, symSize: 0xB8 } + - { offsetInCU: 0x33801, offset: 0xEFDE3, size: 0x8, addend: 0x0, symName: '_$sSSWOs', symObjAddr: 0x4C7E8, symBinAddr: 0xC1298, symSize: 0x28 } + - { offsetInCU: 0x33815, offset: 0xEFDF7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC010BezierPathV0V_So9CGPathRefaTg5TA', symObjAddr: 0x4C84C, symBinAddr: 0xC12DC, symSize: 0x18 } + - { offsetInCU: 0x33829, offset: 0xEFE0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4C864, symBinAddr: 0xC12F4, symSize: 0x8 } + - { offsetInCU: 0x3383D, offset: 0xEFE1F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5TA', symObjAddr: 0x4C8D8, symBinAddr: 0xC1334, symSize: 0x8 } + - { offsetInCU: 0x33851, offset: 0xEFE33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x4C8E0, symBinAddr: 0xC133C, symSize: 0x8 } + - { offsetInCU: 0x33865, offset: 0xEFE47, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_TA', symObjAddr: 0x4C8E8, symBinAddr: 0xC1344, symSize: 0x8 } + - { offsetInCU: 0x33879, offset: 0xEFE5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4C8F0, symBinAddr: 0xC134C, symSize: 0x8 } + - { offsetInCU: 0x3388D, offset: 0xEFE6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4C9A8, symBinAddr: 0xC1354, symSize: 0x8 } + - { offsetInCU: 0x338A1, offset: 0xEFE83, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So9CGPathRefa_A1_TG5TA', symObjAddr: 0x4CA38, symBinAddr: 0xC135C, symSize: 0x20 } + - { offsetInCU: 0x33918, offset: 0xEFEFA, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy6Lottie16AnimationKeypathV7keypath_AL16AnyValueProvider_p05valueP0tG_s15EmptyCollectionVyAnO_AlP_pAQtGTg5Tf4nndn_n', symObjAddr: 0x4CA58, symBinAddr: 0xC137C, symSize: 0x1B0 } + - { offsetInCU: 0x339F2, offset: 0xEFFD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOr', symObjAddr: 0x4CCEC, symBinAddr: 0xC1610, symSize: 0x2C } + - { offsetInCU: 0x33A06, offset: 0xEFFE8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x4CD70, symBinAddr: 0xC1694, symSize: 0x20 } + - { offsetInCU: 0x33A1A, offset: 0xEFFFC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4CD90, symBinAddr: 0xC16B4, symSize: 0x1C } + - { offsetInCU: 0x33A2E, offset: 0xF0010, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4CDAC, symBinAddr: 0xC16D0, symSize: 0x1C } + - { offsetInCU: 0x33A42, offset: 0xF0024, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4CDC8, symBinAddr: 0xC16EC, symSize: 0x1C } + - { offsetInCU: 0x33A56, offset: 0xF0038, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOs', symObjAddr: 0x4CDE4, symBinAddr: 0xC1708, symSize: 0x2C } + - { offsetInCU: 0x33A6A, offset: 0xF004C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_12CoreGraphics7CGFloatV_A2_TG5TA', symObjAddr: 0x4CE10, symBinAddr: 0xC1734, symSize: 0x20 } + - { offsetInCU: 0x33A7E, offset: 0xF0060, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5TA', symObjAddr: 0x4CE4C, symBinAddr: 0xC1770, symSize: 0x8 } + - { offsetInCU: 0x33A92, offset: 0xF0074, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_So10CGColorRefa_Tg5TA', symObjAddr: 0x4CE54, symBinAddr: 0xC1778, symSize: 0x1C } + - { offsetInCU: 0x33AA6, offset: 0xF0088, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x4CE70, symBinAddr: 0xC1794, symSize: 0x1C } + - { offsetInCU: 0x33ABA, offset: 0xF009C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_So10CGColorRefa_Tg5TA', symObjAddr: 0x4CE8C, symBinAddr: 0xC17B0, symSize: 0x1C } + - { offsetInCU: 0x33ACE, offset: 0xF00B0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So10CGColorRefa_A1_TG5TA', symObjAddr: 0x4CEA8, symBinAddr: 0xC17CC, symSize: 0x20 } + - { offsetInCU: 0x33AF4, offset: 0xF00D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_SayAA10BezierPathVG_TG5TA', symObjAddr: 0x4CEE4, symBinAddr: 0xC1808, symSize: 0x58 } + - { offsetInCU: 0x33B1D, offset: 0xF00FF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SayAC10BezierPathVG_So9CGPathRefaTG5TA', symObjAddr: 0x4CF3C, symBinAddr: 0xC1860, symSize: 0x20 } + - { offsetInCU: 0x33B31, offset: 0xF0113, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4CF78, symBinAddr: 0xC189C, symSize: 0x8 } + - { offsetInCU: 0x33B45, offset: 0xF0127, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4CF9C, symBinAddr: 0xC18C0, symSize: 0x8 } + - { offsetInCU: 0x33B59, offset: 0xF013B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4CFC0, symBinAddr: 0xC18E4, symSize: 0x8 } + - { offsetInCU: 0x33B6D, offset: 0xF014F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTG5TA', symObjAddr: 0x4D000, symBinAddr: 0xC1924, symSize: 0x20 } + - { offsetInCU: 0x33B81, offset: 0xF0163, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Say12CoreGraphics7CGFloatVG_A3_TG5TA', symObjAddr: 0x4D020, symBinAddr: 0xC1944, symSize: 0x20 } + - { offsetInCU: 0x33B95, offset: 0xF0177, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySo10CGColorRefaG_A2_TG5TA', symObjAddr: 0x4D040, symBinAddr: 0xC1964, symSize: 0x20 } + - { offsetInCU: 0x33BA9, offset: 0xF018B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC4HoldVySo13CATransform3DVG_AYTg5TA', symObjAddr: 0x4D07C, symBinAddr: 0xC19A0, symSize: 0x18 } + - { offsetInCU: 0x33BBD, offset: 0xF019F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5TA', symObjAddr: 0x4D094, symBinAddr: 0xC19B8, symSize: 0x8 } + - { offsetInCU: 0x33BD1, offset: 0xF01B3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5TA', symObjAddr: 0x4D09C, symBinAddr: 0xC19C0, symSize: 0x8 } + - { offsetInCU: 0x33BE5, offset: 0xF01C7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x4D0A4, symBinAddr: 0xC19C8, symSize: 0x8 } + - { offsetInCU: 0x33BF9, offset: 0xF01DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGACyxGAA03AnybC0A2A0F14InterpolatableRzlWl', symObjAddr: 0x4D0AC, symBinAddr: 0xC19D0, symSize: 0x70 } + - { offsetInCU: 0x33C0D, offset: 0xF01EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyKeyframeGroup_pWOb', symObjAddr: 0x4D160, symBinAddr: 0xC1A84, symSize: 0x18 } + - { offsetInCU: 0x33C21, offset: 0xF0203, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5TA', symObjAddr: 0x4D1F8, symBinAddr: 0xC1AB8, symSize: 0x8 } + - { offsetInCU: 0x33C35, offset: 0xF0217, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5TA', symObjAddr: 0x4D2B8, symBinAddr: 0xC1B78, symSize: 0x8 } + - { offsetInCU: 0x33C49, offset: 0xF022B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5TA', symObjAddr: 0x4D2C0, symBinAddr: 0xC1B80, symSize: 0x8 } + - { offsetInCU: 0x33C83, offset: 0xF0265, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W15Vector1DVXEfU0_SiTf1nnnnnc_n', symObjAddr: 0x0, symBinAddr: 0x74B10, symSize: 0x284 } + - { offsetInCU: 0x33E4B, offset: 0xF042D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W14Vector1DVXEfU_SiTf1nnnnnc_n', symObjAddr: 0x284, symBinAddr: 0x74D94, symSize: 0x284 } + - { offsetInCU: 0x34052, offset: 0xF0634, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_12CoreGraphics7CGFloatVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC0B8e5DV_12f9Graphics7H4VTG5xq_s5Error_pr0_lyAiNIsgnrzo_Tf1cn_n0ijklc49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234o73FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12f9Graphics7h6VAC0B8E8DVXEfU0_Tf1nc_n', symObjAddr: 0xD04, symBinAddr: 0x75814, symSize: 0x160 } + - { offsetInCU: 0x3429E, offset: 0xF0880, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySo6CGSizeVGG_AITg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wn29ContextVtKr0_lFq_ARKXEfU1_So6E7V_A_TG5xq_s5Error_pr0_lyA2IIsgnrzo_Tf1cn_n0fghic18E24addShadowOffsetk92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6E9VALXEfU0_Tf1nc_n', symObjAddr: 0x1338, symBinAddr: 0x75E48, symSize: 0x14C } + - { offsetInCU: 0x34568, offset: 0xF0B4A, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1ncn_n', symObjAddr: 0x1484, symBinAddr: 0x75F94, symSize: 0x380 } + - { offsetInCU: 0x34910, offset: 0xF0EF2, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySayAE10BezierPathVGGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq33ContextVtKr0_lFq_ARKXEfU1_SayAC10ef6VG_So9G7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9g11RefaSayAC10eF7VGXEfU_SiTf1nc_n', symObjAddr: 0x1978, symBinAddr: 0x76488, symSize: 0x180 } + - { offsetInCU: 0x34B4C, offset: 0xF112E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0ww30ContextVtKr0_lFq_ARKXEfU1_AC23ef12Keyframes33_hijklm5CLLV_pN4VTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n011$s6Lottie19f17RenderLayerC09adde16B10Animations33_hijklm62CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7n7VAA0fB9G57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nc_n', symObjAddr: 0x1AF8, symBinAddr: 0x76608, symSize: 0x14C } + - { offsetInCU: 0x34DF3, offset: 0xF13D5, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs18ReversedCollectionVySay6Lottie5GroupCGG_AH0G5LayerCTg5', symObjAddr: 0x1F1C, symBinAddr: 0x76A2C, symSize: 0x224 } + - { offsetInCU: 0x35097, offset: 0xF1679, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x263C, symBinAddr: 0x7714C, symSize: 0x130 } + - { offsetInCU: 0x35124, offset: 0xF1706, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x276C, symBinAddr: 0x7727C, symSize: 0xA0 } + - { offsetInCU: 0x351B1, offset: 0xF1793, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie0D5ColorVTB5', symObjAddr: 0x280C, symBinAddr: 0x7731C, symSize: 0xF4 } + - { offsetInCU: 0x35244, offset: 0xF1826, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x2900, symBinAddr: 0x77410, symSize: 0x128 } + - { offsetInCU: 0x352F9, offset: 0xF18DB, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x2A28, symBinAddr: 0x77538, symSize: 0xF8 } + - { offsetInCU: 0x35386, offset: 0xF1968, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x2B20, symBinAddr: 0x77630, symSize: 0x100 } + - { offsetInCU: 0x35413, offset: 0xF19F5, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x2C20, symBinAddr: 0x77730, symSize: 0x108 } + - { offsetInCU: 0x354A0, offset: 0xF1A82, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x2D28, symBinAddr: 0x77838, symSize: 0xF4 } + - { offsetInCU: 0x356C4, offset: 0xF1CA6, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSo13CATransform3DV_ypTg5', symObjAddr: 0x4F6C, symBinAddr: 0x79A7C, symSize: 0x150 } + - { offsetInCU: 0x358BF, offset: 0xF1EA1, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_ypTg5', symObjAddr: 0x50BC, symBinAddr: 0x79BCC, symSize: 0x120 } + - { offsetInCU: 0x35AC2, offset: 0xF20A4, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSb_ypTg5', symObjAddr: 0x51DC, symBinAddr: 0x79CEC, symSize: 0x120 } + - { offsetInCU: 0x35CC2, offset: 0xF22A4, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_So8NSNumberCTg5', symObjAddr: 0x5668, symBinAddr: 0x7A178, symSize: 0xC4 } + - { offsetInCU: 0x35EE1, offset: 0xF24C3, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie13KeyframeGroupCyAD10BezierPathVG_AD03AnyeF0_pTg5', symObjAddr: 0x586C, symBinAddr: 0x7A37C, symSize: 0x1DC } + - { offsetInCU: 0x360FA, offset: 0xF26DC, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie12AnimatorNode_p_AD17KeypathSearchable_pTg5', symObjAddr: 0x5A48, symBinAddr: 0x7A558, symSize: 0x19C } + - { offsetInCU: 0x362E4, offset: 0xF28C6, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie16CompositionLayerC_AD17KeypathSearchable_pTg5', symObjAddr: 0x5BE4, symBinAddr: 0x7A6F4, symSize: 0x1CC } + - { offsetInCU: 0x364AB, offset: 0xF2A8D, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSo13CATransform3DV_Tg5', symObjAddr: 0x5DB0, symBinAddr: 0x7A8C0, symSize: 0xB4 } + - { offsetInCU: 0x36554, offset: 0xF2B36, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tF12CoreGraphics7CGFloatV5start_AE3endt_Tg5', symObjAddr: 0x5F14, symBinAddr: 0x7AA24, symSize: 0x90 } + - { offsetInCU: 0x365F5, offset: 0xF2BD7, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSS_Tg5', symObjAddr: 0x5FA4, symBinAddr: 0x7AAB4, symSize: 0x88 } + - { offsetInCU: 0x37636, offset: 0xF3C18, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x16AF0, symBinAddr: 0x8B600, symSize: 0x1AC } + - { offsetInCU: 0x37816, offset: 0xF3DF8, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wo31ContextVtKr0_lFq_ARKXEfU1_AC0B8e3DV_hF4VTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0ghijc17E23addAnchorPointl26_FCF865A3410C50F6C3BA6E234m67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7f6VAC0B8E7DVXEfU_So0I0CAE21LayerAnimationContextVTf1nc_nTf4ngg_n', symObjAddr: 0x1743C, symBinAddr: 0x8BF4C, symSize: 0x2CC } + - { offsetInCU: 0x37B07, offset: 0xF40E9, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234L94FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AtRTf1nnnnnc_nTf4nnnnngg_n', symObjAddr: 0x1892C, symBinAddr: 0x8D43C, symSize: 0x2A8 } + - { offsetInCU: 0x37D7D, offset: 0xF435F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1B98C, symBinAddr: 0x9049C, symSize: 0x1A4 } + - { offsetInCU: 0x37F5D, offset: 0xF453F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1C558, symBinAddr: 0x91068, symSize: 0x1A4 } + - { offsetInCU: 0x3813D, offset: 0xF471F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU3_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1D114, symBinAddr: 0x91C24, symSize: 0x198 } + - { offsetInCU: 0x3831D, offset: 0xF48FF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU2_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1D910, symBinAddr: 0x92420, symSize: 0x198 } + - { offsetInCU: 0x384FD, offset: 0xF4ADF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU1_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1EDF4, symBinAddr: 0x93904, symSize: 0x198 } + - { offsetInCU: 0x386DD, offset: 0xF4CBF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI113E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1F5F0, symBinAddr: 0x94100, symSize: 0x1A4 } + - { offsetInCU: 0x388BD, offset: 0xF4E9F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI206E24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1FDF8, symBinAddr: 0x94908, symSize: 0x1A4 } + - { offsetInCU: 0x38A9D, offset: 0xF507F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI161E25addShadowOpacityAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x20600, symBinAddr: 0x95110, symSize: 0x1A4 } + - { offsetInCU: 0x38C7D, offset: 0xF525F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x22BA8, symBinAddr: 0x976B8, symSize: 0x1A4 } + - { offsetInCU: 0x38E5D, offset: 0xF543F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x240A4, symBinAddr: 0x98BB4, symSize: 0x1A4 } + - { offsetInCU: 0x39053, offset: 0xF5635, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x24E74, symBinAddr: 0x99984, symSize: 0x1AC } + - { offsetInCU: 0x39233, offset: 0xF5815, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x26744, symBinAddr: 0x9B254, symSize: 0x1AC } + - { offsetInCU: 0x395F7, offset: 0xF5BD9, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghI190E23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x29A08, symBinAddr: 0x9E518, symSize: 0x198 } + - { offsetInCU: 0x397D7, offset: 0xF5DB9, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi44E13addAnimations3for7contextyAC4FillC_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2A834, symBinAddr: 0x9F344, symSize: 0x198 } + - { offsetInCU: 0x399B7, offset: 0xF5F99, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2B29C, symBinAddr: 0x9FDAC, symSize: 0x198 } + - { offsetInCU: 0x39B97, offset: 0xF6179, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n054$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16D43ContextV_tKFSo10CGColorRefaAA0A5ColorVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2C9EC, symBinAddr: 0xA14FC, symSize: 0x198 } + - { offsetInCU: 0x39E6C, offset: 0xF644E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8g8CGSgAC0wp38ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC010eF20Y0V_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x2EDAC, symBinAddr: 0xA38BC, symSize: 0x1F4 } + - { offsetInCU: 0x3A1B9, offset: 0xF679B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_nTf4ngn_n', symObjAddr: 0x32734, symBinAddr: 0xA7244, symSize: 0x388 } + - { offsetInCU: 0x3A5E7, offset: 0xF6BC9, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC7E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x35428, symBinAddr: 0xA9F38, symSize: 0x1F4 } + - { offsetInCU: 0x3A87B, offset: 0xF6E5D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC7e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc48E13addAnimations3for7context14pathMultiplieryAC7e33C_AC0B16AnimationContextVSitKFSo9f7RefaAI8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3623C, symBinAddr: 0xAAD4C, symSize: 0x49C } + - { offsetInCU: 0x3AEB8, offset: 0xF749A, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC9E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x37828, symBinAddr: 0xAC338, symSize: 0x1F4 } + - { offsetInCU: 0x3B137, offset: 0xF7719, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC9e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9e49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x38788, symBinAddr: 0xAD298, symSize: 0x39C } + - { offsetInCU: 0x3B539, offset: 0xF7B1B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC4E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x39C74, symBinAddr: 0xAE784, symSize: 0x1F4 } + - { offsetInCU: 0x3B7B8, offset: 0xF7D9A, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc13E19addPolygonm67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4e24C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3AC10, symBinAddr: 0xAF720, symSize: 0x3A4 } + - { offsetInCU: 0x3BB1C, offset: 0xF80FE, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc6E16addem93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3B9E0, symBinAddr: 0xB04F0, symSize: 0x3AC } + - { offsetInCU: 0x3C04B, offset: 0xF862D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x3FBA0, symBinAddr: 0xB46B0, symSize: 0x198 } + - { offsetInCU: 0x3C22B, offset: 0xF880D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x4106C, symBinAddr: 0xB5B7C, symSize: 0x198 } + - { offsetInCU: 0x2B, offset: 0xF9A80, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xC298C, symSize: 0x3C } + - { offsetInCU: 0x6D, offset: 0xF9AC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xC298C, symSize: 0x3C } + - { offsetInCU: 0xBF, offset: 0xF9B14, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x5C, symBinAddr: 0xC29E8, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0xF9B55, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x68, symBinAddr: 0xC29F4, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xF9B96, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x98, symBinAddr: 0xC2A24, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0xF9BC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesC5shapeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x378, symBinAddr: 0xC2D04, symSize: 0x1C8 } + - { offsetInCU: 0x3AA, offset: 0xF9DFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCMa', symObjAddr: 0x3C, symBinAddr: 0xC29C8, symSize: 0x20 } + - { offsetInCU: 0x3E8, offset: 0xF9E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCfD', symObjAddr: 0xA4, symBinAddr: 0xC2A30, symSize: 0x34 } + - { offsetInCU: 0x449, offset: 0xF9E9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0xF8, symBinAddr: 0xC2A84, symSize: 0x44 } + - { offsetInCU: 0x495, offset: 0xF9EEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x13C, symBinAddr: 0xC2AC8, symSize: 0x24 } + - { offsetInCU: 0x4F1, offset: 0xF9F46, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x160, symBinAddr: 0xC2AEC, symSize: 0x84 } + - { offsetInCU: 0x593, offset: 0xF9FE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E4, symBinAddr: 0xC2B70, symSize: 0x8 } + - { offsetInCU: 0x5B3, offset: 0xFA008, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E4, symBinAddr: 0xC2B70, symSize: 0x8 } + - { offsetInCU: 0x616, offset: 0xFA06B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1EC, symBinAddr: 0xC2B78, symSize: 0x10 } + - { offsetInCU: 0x636, offset: 0xFA08B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1EC, symBinAddr: 0xC2B78, symSize: 0x10 } + - { offsetInCU: 0x67D, offset: 0xFA0D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1FC, symBinAddr: 0xC2B88, symSize: 0x8 } + - { offsetInCU: 0x69D, offset: 0xFA0F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1FC, symBinAddr: 0xC2B88, symSize: 0x8 } + - { offsetInCU: 0x6BE, offset: 0xFA113, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x204, symBinAddr: 0xC2B90, symSize: 0x8 } + - { offsetInCU: 0x6DE, offset: 0xFA133, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x204, symBinAddr: 0xC2B90, symSize: 0x8 } + - { offsetInCU: 0x6FF, offset: 0xFA154, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x20C, symBinAddr: 0xC2B98, symSize: 0x8 } + - { offsetInCU: 0x71F, offset: 0xFA174, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x20C, symBinAddr: 0xC2B98, symSize: 0x8 } + - { offsetInCU: 0x740, offset: 0xFA195, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x214, symBinAddr: 0xC2BA0, symSize: 0x8 } + - { offsetInCU: 0x760, offset: 0xFA1B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x214, symBinAddr: 0xC2BA0, symSize: 0x8 } + - { offsetInCU: 0x781, offset: 0xFA1D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x21C, symBinAddr: 0xC2BA8, symSize: 0xC } + - { offsetInCU: 0x7A1, offset: 0xFA1F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x21C, symBinAddr: 0xC2BA8, symSize: 0xC } + - { offsetInCU: 0x7C2, offset: 0xFA217, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x228, symBinAddr: 0xC2BB4, symSize: 0x10 } + - { offsetInCU: 0x7E2, offset: 0xFA237, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x228, symBinAddr: 0xC2BB4, symSize: 0x10 } + - { offsetInCU: 0x803, offset: 0xFA258, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x238, symBinAddr: 0xC2BC4, symSize: 0xC } + - { offsetInCU: 0x835, offset: 0xFA28A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeC06parentC05shapeAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x540, symBinAddr: 0xC2ECC, symSize: 0x114 } + - { offsetInCU: 0x8EE, offset: 0xFA343, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCMa', symObjAddr: 0xD8, symBinAddr: 0xC2A64, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0xFA37C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA10BezierPathV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x244, symBinAddr: 0xC2BD0, symSize: 0x134 } + - { offsetInCU: 0x2B, offset: 0xFA8AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xC2FE0, symSize: 0x4C } + - { offsetInCU: 0x6D, offset: 0xFA8ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xC2FE0, symSize: 0x4C } + - { offsetInCU: 0xBF, offset: 0xFA93F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x6C, symBinAddr: 0xC304C, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0xFA980, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x78, symBinAddr: 0xC3058, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xFA9C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xA8, symBinAddr: 0xC3088, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0xFA9F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesC4trimAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x108C, symBinAddr: 0xC4008, symSize: 0x2FC } + - { offsetInCU: 0x448, offset: 0xFACC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCMa', symObjAddr: 0x4C, symBinAddr: 0xC302C, symSize: 0x20 } + - { offsetInCU: 0x6D4, offset: 0xFAF54, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB4, symBinAddr: 0xC3094, symSize: 0xE3C } + - { offsetInCU: 0x19B8, offset: 0xFC238, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCfD', symObjAddr: 0xEF0, symBinAddr: 0xC3ED0, symSize: 0x3C } + - { offsetInCU: 0x1A19, offset: 0xFC299, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xF4C, symBinAddr: 0xC3F2C, symSize: 0x44 } + - { offsetInCU: 0x1A65, offset: 0xFC2E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xF90, symBinAddr: 0xC3F70, symSize: 0x24 } + - { offsetInCU: 0x1AA6, offset: 0xFC326, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xFB4, symBinAddr: 0xC3F94, symSize: 0xC } + - { offsetInCU: 0x1AD8, offset: 0xFC358, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xFC0, symBinAddr: 0xC3FA0, symSize: 0x4 } + - { offsetInCU: 0x1B03, offset: 0xFC383, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFC4, symBinAddr: 0xC3FA4, symSize: 0x8 } + - { offsetInCU: 0x1B23, offset: 0xFC3A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFC4, symBinAddr: 0xC3FA4, symSize: 0x8 } + - { offsetInCU: 0x1B44, offset: 0xFC3C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFCC, symBinAddr: 0xC3FAC, symSize: 0x8 } + - { offsetInCU: 0x1B64, offset: 0xFC3E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFCC, symBinAddr: 0xC3FAC, symSize: 0x8 } + - { offsetInCU: 0x1B85, offset: 0xFC405, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFD4, symBinAddr: 0xC3FB4, symSize: 0x8 } + - { offsetInCU: 0x1BA5, offset: 0xFC425, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFD4, symBinAddr: 0xC3FB4, symSize: 0x8 } + - { offsetInCU: 0x1BC6, offset: 0xFC446, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFDC, symBinAddr: 0xC3FBC, symSize: 0x8 } + - { offsetInCU: 0x1BE6, offset: 0xFC466, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFDC, symBinAddr: 0xC3FBC, symSize: 0x8 } + - { offsetInCU: 0x1C07, offset: 0xFC487, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE4, symBinAddr: 0xC3FC4, symSize: 0x8 } + - { offsetInCU: 0x1C27, offset: 0xFC4A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE4, symBinAddr: 0xC3FC4, symSize: 0x8 } + - { offsetInCU: 0x1C48, offset: 0xFC4C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFEC, symBinAddr: 0xC3FCC, symSize: 0x8 } + - { offsetInCU: 0x1C68, offset: 0xFC4E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFEC, symBinAddr: 0xC3FCC, symSize: 0x8 } + - { offsetInCU: 0x1C89, offset: 0xFC509, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xFF4, symBinAddr: 0xC3FD4, symSize: 0xC } + - { offsetInCU: 0x1CA9, offset: 0xFC529, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xFF4, symBinAddr: 0xC3FD4, symSize: 0xC } + - { offsetInCU: 0x1CCA, offset: 0xFC54A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1000, symBinAddr: 0xC3FE0, symSize: 0x10 } + - { offsetInCU: 0x1CEA, offset: 0xFC56A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1000, symBinAddr: 0xC3FE0, symSize: 0x10 } + - { offsetInCU: 0x1D1A, offset: 0xFC59A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x1010, symBinAddr: 0xC3FF0, symSize: 0x18 } + - { offsetInCU: 0x1D4F, offset: 0xFC5CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC06parentD04trim13upstreamPathsAcA08AnimatorD0_pSg_AA0B0CSayAA0c6OutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x1388, symBinAddr: 0xC4304, symSize: 0x118 } + - { offsetInCU: 0x1E18, offset: 0xFC698, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCMa', symObjAddr: 0xF2C, symBinAddr: 0xC3F0C, symSize: 0x20 } + - { offsetInCU: 0x1F57, offset: 0xFC7D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOb', symObjAddr: 0x1528, symBinAddr: 0xC441C, symSize: 0x18 } + - { offsetInCU: 0xC8, offset: 0xFCC49, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt16V_Tg5', symObjAddr: 0x0, symBinAddr: 0xC4434, symSize: 0x114 } + - { offsetInCU: 0x328, offset: 0xFCEA9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt32V_Tg5', symObjAddr: 0x124, symBinAddr: 0xC4558, symSize: 0xF8 } + - { offsetInCU: 0x588, offset: 0xFD109, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt64V_Tg5', symObjAddr: 0x22C, symBinAddr: 0xC4660, symSize: 0xF8 } + - { offsetInCU: 0x77E, offset: 0xFD2FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC3url10accessMode17preferredEncodingACSg10Foundation3URLV_AC06AccessE0OSSAHE0G0VSgtcfc', symObjAddr: 0x334, symBinAddr: 0xC4768, symSize: 0x318 } + - { offsetInCU: 0x827, offset: 0xFD3A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCfD', symObjAddr: 0x64C, symBinAddr: 0xC4A80, symSize: 0xD4 } + - { offsetInCU: 0x89C, offset: 0xFD41D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCBC, symBinAddr: 0xC504C, symSize: 0x14 } + - { offsetInCU: 0x92B, offset: 0xFD4AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0xCD0, symBinAddr: 0xC5060, symSize: 0x44 } + - { offsetInCU: 0xA0E, offset: 0xFD58F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD14, symBinAddr: 0xC50A4, symSize: 0x28 } + - { offsetInCU: 0xA9C, offset: 0xFD61D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xE4C, symBinAddr: 0xC51DC, symSize: 0x18 } + - { offsetInCU: 0xACD, offset: 0xFD64E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xE64, symBinAddr: 0xC51F4, symSize: 0xC } + - { offsetInCU: 0xB26, offset: 0xFD6A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyF', symObjAddr: 0x1D54, symBinAddr: 0xC60E4, symSize: 0xF0 } + - { offsetInCU: 0xC06, offset: 0xFD787, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_', symObjAddr: 0x1E44, symBinAddr: 0xC61D4, symSize: 0x658 } + - { offsetInCU: 0xF73, offset: 0xFDAF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_6$deferL_yyF', symObjAddr: 0x249C, symBinAddr: 0xC682C, symSize: 0xBC } + - { offsetInCU: 0x1033, offset: 0xFDBB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST12makeIterator0D0QzyFTW', symObjAddr: 0x2558, symBinAddr: 0xC68E8, symSize: 0x3C } + - { offsetInCU: 0x1056, offset: 0xFDBD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33scanForZIP64EndOfCentralDirectory06_D21B9K25A55B313329C5A8982D32CCC76LL2in10eocdOffsetAC0efghI0VSgSpySo7__sFILEVG_s6UInt64VtFZTf4nnd_n', symObjAddr: 0x30DC, symBinAddr: 0xC742C, symSize: 0x178 } + - { offsetInCU: 0x120F, offset: 0xFDD90, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC34scanForEndOfCentralDirectoryRecord2inAC0efghI0V_AC05ZIP64efgH0VSgtSgSpySo7__sFILEVG_tFZTf4nd_n', symObjAddr: 0x3254, symBinAddr: 0xC75A4, symSize: 0x218 } + - { offsetInCU: 0x1364, offset: 0xFDEE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMU', symObjAddr: 0x720, symBinAddr: 0xC4B54, symSize: 0x8 } + - { offsetInCU: 0x1378, offset: 0xFDEF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMa', symObjAddr: 0x728, symBinAddr: 0xC4B5C, symSize: 0x3C } + - { offsetInCU: 0x138C, offset: 0xFDF0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMr', symObjAddr: 0x764, symBinAddr: 0xC4B98, symSize: 0xBC } + - { offsetInCU: 0x13A0, offset: 0xFDF21, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgMa', symObjAddr: 0x820, symBinAddr: 0xC4C54, symSize: 0x54 } + - { offsetInCU: 0x13B4, offset: 0xFDF35, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwCP', symObjAddr: 0x874, symBinAddr: 0xC4CA8, symSize: 0x30 } + - { offsetInCU: 0x13C8, offset: 0xFDF49, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwxx', symObjAddr: 0x8F4, symBinAddr: 0xC4CD8, symSize: 0xC } + - { offsetInCU: 0x13DC, offset: 0xFDF5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x944, symBinAddr: 0xC4CE4, symSize: 0x5C } + - { offsetInCU: 0x13F0, offset: 0xFDF71, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwca', symObjAddr: 0x9A0, symBinAddr: 0xC4D40, symSize: 0x84 } + - { offsetInCU: 0x1404, offset: 0xFDF85, size: 0x8, addend: 0x0, symName: ___swift_memcpy40_8, symObjAddr: 0xA24, symBinAddr: 0xC4DC4, symSize: 0x14 } + - { offsetInCU: 0x1418, offset: 0xFDF99, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwta', symObjAddr: 0xA38, symBinAddr: 0xC4DD8, symSize: 0x58 } + - { offsetInCU: 0x142C, offset: 0xFDFAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwet', symObjAddr: 0xA90, symBinAddr: 0xC4E30, symSize: 0x54 } + - { offsetInCU: 0x1440, offset: 0xFDFC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwst', symObjAddr: 0xAE4, symBinAddr: 0xC4E84, symSize: 0x58 } + - { offsetInCU: 0x1454, offset: 0xFDFD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVMa', symObjAddr: 0xB3C, symBinAddr: 0xC4EDC, symSize: 0x10 } + - { offsetInCU: 0x1468, offset: 0xFDFE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwet', symObjAddr: 0xB5C, symBinAddr: 0xC4EEC, symSize: 0x90 } + - { offsetInCU: 0x147C, offset: 0xFDFFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwst', symObjAddr: 0xBEC, symBinAddr: 0xC4F7C, symSize: 0xBC } + - { offsetInCU: 0x1490, offset: 0xFE011, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwup', symObjAddr: 0xCA8, symBinAddr: 0xC5038, symSize: 0x4 } + - { offsetInCU: 0x14A4, offset: 0xFE025, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOMa', symObjAddr: 0xCAC, symBinAddr: 0xC503C, symSize: 0x10 } + - { offsetInCU: 0x14EF, offset: 0xFE070, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASQWb', symObjAddr: 0xE70, symBinAddr: 0xC5200, symSize: 0x4 } + - { offsetInCU: 0x1503, offset: 0xFE084, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOAESQAAWl', symObjAddr: 0xE74, symBinAddr: 0xC5204, symSize: 0x44 } + - { offsetInCU: 0x1517, offset: 0xFE098, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAA8IteratorST_StWT', symObjAddr: 0xEB8, symBinAddr: 0xC5248, symSize: 0x4 } + - { offsetInCU: 0x152B, offset: 0xFE0AC, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGAByxGStsWl', symObjAddr: 0xEBC, symBinAddr: 0xC524C, symSize: 0x48 } + - { offsetInCU: 0x153F, offset: 0xFE0C0, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGMa', symObjAddr: 0xF04, symBinAddr: 0xC5294, symSize: 0x54 } + - { offsetInCU: 0x1569, offset: 0xFE0EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data10Foundation4DataVvg', symObjAddr: 0xF58, symBinAddr: 0xC52E8, symSize: 0xD8C } + - { offsetInCU: 0x20D9, offset: 0xFEC5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_TA', symObjAddr: 0x2834, symBinAddr: 0xC6BC4, symSize: 0xC } + - { offsetInCU: 0x20ED, offset: 0xFEC6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt32V_Tg5', symObjAddr: 0x2880, symBinAddr: 0xC6BD0, symSize: 0x140 } + - { offsetInCU: 0x217E, offset: 0xFECFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt64V_Tg5', symObjAddr: 0x29D0, symBinAddr: 0xC6D20, symSize: 0x140 } + - { offsetInCU: 0x2246, offset: 0xFEDC7, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlF6Lottie7ArchiveC_Tg5', symObjAddr: 0x2B20, symBinAddr: 0xC6E70, symSize: 0x2F0 } + - { offsetInCU: 0x237A, offset: 0xFEEFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0J0V_AKSiKXEtcfC015$s10Foundation4j2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x2E10, symBinAddr: 0xC7160, symSize: 0x2AC } + - { offsetInCU: 0x257C, offset: 0xFF0FD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10LargeSliceVyAESWcfCTf4nd_n', symObjAddr: 0x346C, symBinAddr: 0xC77BC, symSize: 0x78 } + - { offsetInCU: 0x25A9, offset: 0xFF12A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAESWcfCTf4nd_n', symObjAddr: 0x34E4, symBinAddr: 0xC7834, symSize: 0x80 } + - { offsetInCU: 0x261F, offset: 0xFF1A0, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOyAESWcfCTf4nd_n', symObjAddr: 0x3564, symBinAddr: 0xC78B4, symSize: 0x68 } + - { offsetInCU: 0x2674, offset: 0xFF1F5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAeC0cB0VcfCTf4nd_n', symObjAddr: 0x35CC, symBinAddr: 0xC791C, symSize: 0xEC } + - { offsetInCU: 0x268C, offset: 0xFF20D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOe', symObjAddr: 0x36B8, symBinAddr: 0xC7A08, symSize: 0x78 } + - { offsetInCU: 0x26A0, offset: 0xFF221, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOy', symObjAddr: 0x3784, symBinAddr: 0xC7AD4, symSize: 0x78 } + - { offsetInCU: 0x26B4, offset: 0xFF235, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOy', symObjAddr: 0x37FC, symBinAddr: 0xC7B4C, symSize: 0x60 } + - { offsetInCU: 0x26C8, offset: 0xFF249, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOe', symObjAddr: 0x385C, symBinAddr: 0xC7BAC, symSize: 0x14 } + - { offsetInCU: 0x26DC, offset: 0xFF25D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOe', symObjAddr: 0x3870, symBinAddr: 0xC7BC0, symSize: 0x14 } + - { offsetInCU: 0x26F0, offset: 0xFF271, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOe', symObjAddr: 0x38CC, symBinAddr: 0xC7C1C, symSize: 0x60 } + - { offsetInCU: 0x2704, offset: 0xFF285, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_TA', symObjAddr: 0x392C, symBinAddr: 0xC7C7C, symSize: 0x18 } + - { offsetInCU: 0x2718, offset: 0xFF299, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOe', symObjAddr: 0x3944, symBinAddr: 0xC7C94, symSize: 0x1C } + - { offsetInCU: 0x272C, offset: 0xFF2AD, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOh', symObjAddr: 0x3960, symBinAddr: 0xC7CB0, symSize: 0x40 } + - { offsetInCU: 0x2740, offset: 0xFF2C1, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOf', symObjAddr: 0x39A0, symBinAddr: 0xC7CF0, symSize: 0x48 } + - { offsetInCU: 0x2754, offset: 0xFF2D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVWOr', symObjAddr: 0x39E8, symBinAddr: 0xC7D38, symSize: 0x2C } + - { offsetInCU: 0x2768, offset: 0xFF2E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOr', symObjAddr: 0x3A14, symBinAddr: 0xC7D64, symSize: 0x58 } + - { offsetInCU: 0x277C, offset: 0xFF2FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOy', symObjAddr: 0x3A6C, symBinAddr: 0xC7DBC, symSize: 0x1C } + - { offsetInCU: 0x2790, offset: 0xFF311, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOs', symObjAddr: 0x3A88, symBinAddr: 0xC7DD8, symSize: 0x60 } + - { offsetInCU: 0x27A4, offset: 0xFF325, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOe', symObjAddr: 0x3AE8, symBinAddr: 0xC7E38, symSize: 0xE0 } + - { offsetInCU: 0x27B8, offset: 0xFF339, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwet', symObjAddr: 0x3C0C, symBinAddr: 0xC7F5C, symSize: 0x90 } + - { offsetInCU: 0x27CC, offset: 0xFF34D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwst', symObjAddr: 0x3C9C, symBinAddr: 0xC7FEC, symSize: 0xBC } + - { offsetInCU: 0x27E0, offset: 0xFF361, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwug', symObjAddr: 0x3D58, symBinAddr: 0xC80A8, symSize: 0x8 } + - { offsetInCU: 0x27F4, offset: 0xFF375, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwup', symObjAddr: 0x3D60, symBinAddr: 0xC80B0, symSize: 0x4 } + - { offsetInCU: 0x2808, offset: 0xFF389, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwui', symObjAddr: 0x3D64, symBinAddr: 0xC80B4, symSize: 0x8 } + - { offsetInCU: 0x281C, offset: 0xFF39D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOMa', symObjAddr: 0x3D6C, symBinAddr: 0xC80BC, symSize: 0x10 } + - { offsetInCU: 0x2830, offset: 0xFF3B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASQWb', symObjAddr: 0x3D7C, symBinAddr: 0xC80CC, symSize: 0x4 } + - { offsetInCU: 0x2844, offset: 0xFF3C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAESQAAWl', symObjAddr: 0x3D80, symBinAddr: 0xC80D0, symSize: 0x44 } + - { offsetInCU: 0x2905, offset: 0xFF486, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD3C, symBinAddr: 0xC50CC, symSize: 0x40 } + - { offsetInCU: 0x29A1, offset: 0xFF522, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0xD7C, symBinAddr: 0xC510C, symSize: 0x4 } + - { offsetInCU: 0x29BD, offset: 0xFF53E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0xD80, symBinAddr: 0xC5110, symSize: 0x4 } + - { offsetInCU: 0x29D9, offset: 0xFF55A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0xD84, symBinAddr: 0xC5114, symSize: 0x4 } + - { offsetInCU: 0x29F5, offset: 0xFF576, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xD88, symBinAddr: 0xC5118, symSize: 0x4 } + - { offsetInCU: 0x2A20, offset: 0xFF5A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD8C, symBinAddr: 0xC511C, symSize: 0x14 } + - { offsetInCU: 0x2AB1, offset: 0xFF632, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH9hashValueSivgTW', symObjAddr: 0xDA0, symBinAddr: 0xC5130, symSize: 0x44 } + - { offsetInCU: 0x2B60, offset: 0xFF6E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDE4, symBinAddr: 0xC5174, symSize: 0x28 } + - { offsetInCU: 0x2BB3, offset: 0xFF734, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE0C, symBinAddr: 0xC519C, symSize: 0x40 } + - { offsetInCU: 0x2D21, offset: 0xFF8A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST19underestimatedCountSivgTW', symObjAddr: 0x2594, symBinAddr: 0xC6924, symSize: 0x8 } + - { offsetInCU: 0x2D3D, offset: 0xFF8BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST31_customContainsEquatableElementySbSg0F0QzFTW', symObjAddr: 0x259C, symBinAddr: 0xC692C, symSize: 0x8 } + - { offsetInCU: 0x2D6E, offset: 0xFF8EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST22_copyToContiguousArrays0eF0Vy7ElementQzGyFTW', symObjAddr: 0x25A4, symBinAddr: 0xC6934, symSize: 0x34 } + - { offsetInCU: 0x2D9F, offset: 0xFF920, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tFTW', symObjAddr: 0x25D8, symBinAddr: 0xC6968, symSize: 0x20 } + - { offsetInCU: 0x2DBB, offset: 0xFF93C, size: 0x8, addend: 0x0, symName: '_$sSTsE13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tF6Lottie7ArchiveC_Tg5', symObjAddr: 0x25F8, symBinAddr: 0xC6988, symSize: 0x1D8 } + - { offsetInCU: 0x2E32, offset: 0xFF9B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST32withContiguousStorageIfAvailableyqd__Sgqd__SRy7ElementQzGKXEKlFTW', symObjAddr: 0x27D0, symBinAddr: 0xC6B60, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0xFFDDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV8fullPathSSvg', symObjAddr: 0x0, symBinAddr: 0xC8130, symSize: 0x7C } + - { offsetInCU: 0x18A, offset: 0xFFF26, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tF', symObjAddr: 0x7C, symBinAddr: 0xC81AC, symSize: 0x4A0 } + - { offsetInCU: 0x7F3, offset: 0x10058F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tF', symObjAddr: 0x51C, symBinAddr: 0xC864C, symSize: 0x2A8 } + - { offsetInCU: 0xB3F, offset: 0x1008DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tF', symObjAddr: 0x7C4, symBinAddr: 0xC88F4, symSize: 0x1AC } + - { offsetInCU: 0xE13, offset: 0x100BAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tF', symObjAddr: 0x970, symBinAddr: 0xC8AA0, symSize: 0x4A0 } + - { offsetInCU: 0x134A, offset: 0x1010E6, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE13equalsKeypathySbSSF', symObjAddr: 0xE10, symBinAddr: 0xC8F40, symSize: 0x418 } + - { offsetInCU: 0x1649, offset: 0x1013E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6popKeyyACSgSSF', symObjAddr: 0x1228, symBinAddr: 0xC9358, symSize: 0x1AC } + - { offsetInCU: 0x18A2, offset: 0x10163E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV11propertyKeySSSgvg', symObjAddr: 0x1458, symBinAddr: 0xC9504, symSize: 0xD0 } + - { offsetInCU: 0x1B4D, offset: 0x1018E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tF', symObjAddr: 0x1528, symBinAddr: 0xC95D4, symSize: 0x550 } + - { offsetInCU: 0x22A0, offset: 0x10203C, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE10firstIndex2of0C0QzSgAB_tFSS_Tg5', symObjAddr: 0x1A78, symBinAddr: 0xC9B24, symSize: 0xE8 } + - { offsetInCU: 0x2362, offset: 0x1020FE, size: 0x8, addend: 0x0, symName: '_$sSlsE6suffix4from11SubSequenceQz5IndexQz_tFSS_Tg5Tf4ng_n', symObjAddr: 0x1B60, symBinAddr: 0xC9C0C, symSize: 0x4C } + - { offsetInCU: 0x299, offset: 0x1026D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC9animation13imageProvider04textG004fontG004maskC8ToBounds24compatibilityTrackerMode6loggerAcA0aC0C_AA0c5ImageG0_pAA0c11KeypathTextG0_pAA0c4FontG0_pSbAA013CompatibilityN0C0O0OAA0A6LoggerCtKcfc', symObjAddr: 0x0, symBinAddr: 0xC9C9C, symSize: 0x2D4 } + - { offsetInCU: 0x442, offset: 0x102881, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setupChildLayers33_5C367329EBD3162AE78388D54811A38BLLyyKF', symObjAddr: 0x2D4, symBinAddr: 0xC9F70, symSize: 0x140 } + - { offsetInCU: 0x4A0, offset: 0x1028DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfc', symObjAddr: 0x414, symBinAddr: 0xCA0B0, symSize: 0x464 } + - { offsetInCU: 0x58A, offset: 0x1029C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x878, symBinAddr: 0xCA514, symSize: 0x4C } + - { offsetInCU: 0x5A6, offset: 0x1029E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x8C4, symBinAddr: 0xCA560, symSize: 0x10C } + - { offsetInCU: 0x617, offset: 0x102A56, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x9D0, symBinAddr: 0xCA66C, symSize: 0x24 } + - { offsetInCU: 0x663, offset: 0x102AA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9F4, symBinAddr: 0xCA690, symSize: 0x40 } + - { offsetInCU: 0x6BD, offset: 0x102AFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA34, symBinAddr: 0xCA6D0, symSize: 0x3C } + - { offsetInCU: 0x70D, offset: 0x102B4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA70, symBinAddr: 0xCA70C, symSize: 0x48 } + - { offsetInCU: 0x73F, offset: 0x102B7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x3F14, symBinAddr: 0xCDB74, symSize: 0xD0 } + - { offsetInCU: 0x7E0, offset: 0x102C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13imageProviderAA0c5ImageF0_pvs', symObjAddr: 0xCE0, symBinAddr: 0xCA97C, symSize: 0x230 } + - { offsetInCU: 0x9BD, offset: 0x102DFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12fontProviderAA0c4FontF0_pvs', symObjAddr: 0xF10, symBinAddr: 0xCABAC, symSize: 0x25C } + - { offsetInCU: 0xB7C, offset: 0x102FBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x116C, symBinAddr: 0xCAE08, symSize: 0xA8 } + - { offsetInCU: 0xC27, offset: 0x103066, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x14C8, symBinAddr: 0xCB164, symSize: 0x2C } + - { offsetInCU: 0xC43, offset: 0x103082, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyF', symObjAddr: 0x14F4, symBinAddr: 0xCB190, symSize: 0x398 } + - { offsetInCU: 0xDC1, offset: 0x103200, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC05setupC033_5C367329EBD3162AE78388D54811A38BLL3foryAC0C13ConfigurationV_tKF', symObjAddr: 0x188C, symBinAddr: 0xCB528, symSize: 0x490 } + - { offsetInCU: 0xF61, offset: 0x1033A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyFTo', symObjAddr: 0x1D1C, symBinAddr: 0xCB9B8, symSize: 0x2C } + - { offsetInCU: 0xF9B, offset: 0x1033DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x1D48, symBinAddr: 0xCB9E4, symSize: 0x10 } + - { offsetInCU: 0xFBB, offset: 0x1033FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x1D48, symBinAddr: 0xCB9E4, symSize: 0x10 } + - { offsetInCU: 0x1000, offset: 0x10343F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x1D58, symBinAddr: 0xCB9F4, symSize: 0x10 } + - { offsetInCU: 0x1020, offset: 0x10345F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x1D58, symBinAddr: 0xCB9F4, symSize: 0x10 } + - { offsetInCU: 0x1062, offset: 0x1034A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20currentPlaybackState33_5C367329EBD3162AE78388D54811A38BLLAC0fG0OSgvW', symObjAddr: 0x1D68, symBinAddr: 0xCBA04, symSize: 0xE0 } + - { offsetInCU: 0x1136, offset: 0x103575, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC016setupPlaceholderC033_5C367329EBD3162AE78388D54811A38BLL7contextyAA0dC7ContextV_tF', symObjAddr: 0x2488, symBinAddr: 0xCC124, symSize: 0x218 } + - { offsetInCU: 0x11DC, offset: 0x10361B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCACycfcTo', symObjAddr: 0x288C, symBinAddr: 0xCC528, symSize: 0x2C } + - { offsetInCU: 0x1243, offset: 0x103682, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfD', symObjAddr: 0x29D4, symBinAddr: 0xCC670, symSize: 0x34 } + - { offsetInCU: 0x12EA, offset: 0x103729, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP06lottiecD0AA0acD0CSgvsTW', symObjAddr: 0x3CD4, symBinAddr: 0xCD96C, symSize: 0x34 } + - { offsetInCU: 0x132D, offset: 0x10376C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP13imageProviderAA0c5ImageG0_pvsTW', symObjAddr: 0x3D64, symBinAddr: 0xCD9FC, symSize: 0x4 } + - { offsetInCU: 0x1358, offset: 0x103797, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12textProviderAA0c11KeypathTextG0_pvsTW', symObjAddr: 0x3D68, symBinAddr: 0xCDA00, symSize: 0x24 } + - { offsetInCU: 0x138A, offset: 0x1037C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12fontProviderAA0c4FontG0_pvsTW', symObjAddr: 0x3D8C, symBinAddr: 0xCDA24, symSize: 0x4 } + - { offsetInCU: 0x13C4, offset: 0x103803, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12textProviderAA0c11KeypathTextF0_pvsTf4gn_n', symObjAddr: 0x42B8, symBinAddr: 0xCDD40, symSize: 0xAC } + - { offsetInCU: 0x1525, offset: 0x103964, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12reloadImagesyyF', symObjAddr: 0xAB8, symBinAddr: 0xCA754, symSize: 0x228 } + - { offsetInCU: 0x1831, offset: 0x103C70, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvs', symObjAddr: 0x1214, symBinAddr: 0xCAEB0, symSize: 0x2B4 } + - { offsetInCU: 0x1A20, offset: 0x103E5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC45validateReasonableNumberOfTimeRemappingLayersyyKF', symObjAddr: 0x1E48, symBinAddr: 0xCBAE4, symSize: 0x514 } + - { offsetInCU: 0x1E35, offset: 0x104274, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16removeAnimationsyyF', symObjAddr: 0x235C, symBinAddr: 0xCBFF8, symSize: 0x12C } + - { offsetInCU: 0x1FC4, offset: 0x104403, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC02isC7PlayingSbSgvg', symObjAddr: 0x26A0, symBinAddr: 0xCC33C, symSize: 0xBC } + - { offsetInCU: 0x200C, offset: 0x10444B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvg', symObjAddr: 0x275C, symBinAddr: 0xCC3F8, symSize: 0x130 } + - { offsetInCU: 0x208B, offset: 0x1044CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfE', symObjAddr: 0x28B8, symBinAddr: 0xCC554, symSize: 0x11C } + - { offsetInCU: 0x20B8, offset: 0x1044F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfETo', symObjAddr: 0x2A08, symBinAddr: 0xCC6A4, symSize: 0x128 } + - { offsetInCU: 0x20E7, offset: 0x104526, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCMa', symObjAddr: 0x2B30, symBinAddr: 0xCC7CC, symSize: 0x20 } + - { offsetInCU: 0x20FB, offset: 0x10453A, size: 0x8, addend: 0x0, symName: ___swift_memcpy9_8, symObjAddr: 0x2B50, symBinAddr: 0xCC7EC, symSize: 0x14 } + - { offsetInCU: 0x210F, offset: 0x10454E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwet', symObjAddr: 0x2B68, symBinAddr: 0xCC800, symSize: 0x20 } + - { offsetInCU: 0x2123, offset: 0x104562, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwst', symObjAddr: 0x2B88, symBinAddr: 0xCC820, symSize: 0x30 } + - { offsetInCU: 0x2137, offset: 0x104576, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwug', symObjAddr: 0x2BB8, symBinAddr: 0xCC850, symSize: 0x1C } + - { offsetInCU: 0x214B, offset: 0x10458A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwup', symObjAddr: 0x2BD4, symBinAddr: 0xCC86C, symSize: 0x4 } + - { offsetInCU: 0x215F, offset: 0x10459E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwui', symObjAddr: 0x2BD8, symBinAddr: 0xCC870, symSize: 0x20 } + - { offsetInCU: 0x2173, offset: 0x1045B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOMa', symObjAddr: 0x2BF8, symBinAddr: 0xCC890, symSize: 0x10 } + - { offsetInCU: 0x2187, offset: 0x1045C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwCP', symObjAddr: 0x2C08, symBinAddr: 0xCC8A0, symSize: 0x30 } + - { offsetInCU: 0x219B, offset: 0x1045DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwxx', symObjAddr: 0x2C38, symBinAddr: 0xCC8D0, symSize: 0x3C } + - { offsetInCU: 0x21AF, offset: 0x1045EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwcp', symObjAddr: 0x2C74, symBinAddr: 0xCC90C, symSize: 0x78 } + - { offsetInCU: 0x21C3, offset: 0x104602, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwca', symObjAddr: 0x2CEC, symBinAddr: 0xCC984, symSize: 0xCC } + - { offsetInCU: 0x21D7, offset: 0x104616, size: 0x8, addend: 0x0, symName: ___swift_memcpy64_8, symObjAddr: 0x2DB8, symBinAddr: 0xCCA50, symSize: 0x14 } + - { offsetInCU: 0x21EB, offset: 0x10462A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwta', symObjAddr: 0x2DCC, symBinAddr: 0xCCA64, symSize: 0xA8 } + - { offsetInCU: 0x21FF, offset: 0x10463E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwet', symObjAddr: 0x2E74, symBinAddr: 0xCCB0C, symSize: 0x48 } + - { offsetInCU: 0x2213, offset: 0x104652, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwst', symObjAddr: 0x2EBC, symBinAddr: 0xCCB54, symSize: 0x50 } + - { offsetInCU: 0x2227, offset: 0x104666, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVMa', symObjAddr: 0x2F0C, symBinAddr: 0xCCBA4, symSize: 0x10 } + - { offsetInCU: 0x223B, offset: 0x10467A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC11renderScale0B8Graphics7CGFloatVvs', symObjAddr: 0x2F1C, symBinAddr: 0xCCBB4, symSize: 0xD8 } + - { offsetInCU: 0x24AF, offset: 0x1048EE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12allSublayersSayABGvg', symObjAddr: 0x2FF4, symBinAddr: 0xCCC8C, symSize: 0x45C } + - { offsetInCU: 0x29EE, offset: 0x104E2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x3450, symBinAddr: 0xCD0E8, symSize: 0x27C } + - { offsetInCU: 0x2C8F, offset: 0x1050CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x36CC, symBinAddr: 0xCD364, symSize: 0x114 } + - { offsetInCU: 0x2DDC, offset: 0x10521B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x37E0, symBinAddr: 0xCD478, symSize: 0x194 } + - { offsetInCU: 0x2E94, offset: 0x1052D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_', symObjAddr: 0x3974, symBinAddr: 0xCD60C, symSize: 0xD4 } + - { offsetInCU: 0x3034, offset: 0x105473, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setValueProvider_7keypathyAA03AnyfG0_p_AA0C7KeypathVtF', symObjAddr: 0x3A48, symBinAddr: 0xCD6E0, symSize: 0xC4 } + - { offsetInCU: 0x30B1, offset: 0x1054F0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE31numberOfLayersWithTimeRemappingSivg', symObjAddr: 0x3B0C, symBinAddr: 0xCD7A4, symSize: 0x1C8 } + - { offsetInCU: 0x32B5, offset: 0x1056F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvgTW', symObjAddr: 0x3D08, symBinAddr: 0xCD9A0, symSize: 0x4 } + - { offsetInCU: 0x32D1, offset: 0x105710, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvsTW', symObjAddr: 0x3D0C, symBinAddr: 0xCD9A4, symSize: 0x4 } + - { offsetInCU: 0x32ED, offset: 0x10572C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP11renderScale0B8Graphics7CGFloatVvsTW', symObjAddr: 0x3D10, symBinAddr: 0xCD9A8, symSize: 0x4 } + - { offsetInCU: 0x3336, offset: 0x105775, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07respectC9FrameRateSbvsTW', symObjAddr: 0x3D14, symBinAddr: 0xCD9AC, symSize: 0x4C } + - { offsetInCU: 0x33A5, offset: 0x1057E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x3D60, symBinAddr: 0xCD9F8, symSize: 0x4 } + - { offsetInCU: 0x33C1, offset: 0x105800, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07primaryC3KeyAA0cG0OvgTW', symObjAddr: 0x3D90, symBinAddr: 0xCDA28, symSize: 0x1C } + - { offsetInCU: 0x33DD, offset: 0x10581C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP02isC7PlayingSbSgvgTW', symObjAddr: 0x3DAC, symBinAddr: 0xCDA44, symSize: 0x4 } + - { offsetInCU: 0x33F9, offset: 0x105838, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12reloadImagesyyFTW', symObjAddr: 0x3DB0, symBinAddr: 0xCDA48, symSize: 0x4 } + - { offsetInCU: 0x3415, offset: 0x105854, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x3DB4, symBinAddr: 0xCDA4C, symSize: 0x4 } + - { offsetInCU: 0x3431, offset: 0x105870, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x3DB8, symBinAddr: 0xCDA50, symSize: 0x4 } + - { offsetInCU: 0x344D, offset: 0x10588C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x3DBC, symBinAddr: 0xCDA54, symSize: 0x4 } + - { offsetInCU: 0x3469, offset: 0x1058A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16setValueProvider_7keypathyAA03AnygH0_p_AA0C7KeypathVtFTW', symObjAddr: 0x3DC0, symBinAddr: 0xCDA58, symSize: 0x4 } + - { offsetInCU: 0x3485, offset: 0x1058C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOe', symObjAddr: 0x3EA4, symBinAddr: 0xCDB3C, symSize: 0x38 } + - { offsetInCU: 0x34C3, offset: 0x105902, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_TA', symObjAddr: 0x4044, symBinAddr: 0xCDC68, symSize: 0x48 } + - { offsetInCU: 0x34F6, offset: 0x105935, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOe', symObjAddr: 0x408C, symBinAddr: 0xCDCB0, symSize: 0x10 } + - { offsetInCU: 0x350A, offset: 0x105949, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_TA', symObjAddr: 0x409C, symBinAddr: 0xCDCC0, symSize: 0x8 } + - { offsetInCU: 0x351E, offset: 0x10595D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_TA', symObjAddr: 0x40A4, symBinAddr: 0xCDCC8, symSize: 0x2C } + - { offsetInCU: 0x3547, offset: 0x105986, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x40D0, symBinAddr: 0xCDCF4, symSize: 0x8 } + - { offsetInCU: 0x355B, offset: 0x10599A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOy', symObjAddr: 0x4364, symBinAddr: 0xCDDEC, symSize: 0x38 } + - { offsetInCU: 0x356F, offset: 0x1059AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOy', symObjAddr: 0x439C, symBinAddr: 0xCDE24, symSize: 0x10 } + - { offsetInCU: 0x3583, offset: 0x1059C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOr', symObjAddr: 0x43AC, symBinAddr: 0xCDE34, symSize: 0x40 } + - { offsetInCU: 0x3597, offset: 0x1059D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOs', symObjAddr: 0x43EC, symBinAddr: 0xCDE74, symSize: 0x40 } + - { offsetInCU: 0x35AB, offset: 0x1059EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOy', symObjAddr: 0x44CC, symBinAddr: 0xCDEB4, symSize: 0x38 } + - { offsetInCU: 0x35BF, offset: 0x1059FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x453C, symBinAddr: 0xCDF0C, symSize: 0x8 } + - { offsetInCU: 0x35D3, offset: 0x105A12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4544, symBinAddr: 0xCDF14, symSize: 0x8 } + - { offsetInCU: 0x35E7, offset: 0x105A26, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwet', symObjAddr: 0x45E8, symBinAddr: 0xCDF1C, symSize: 0x54 } + - { offsetInCU: 0x35FB, offset: 0x105A3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwst', symObjAddr: 0x463C, symBinAddr: 0xCDF70, symSize: 0x44 } + - { offsetInCU: 0x360F, offset: 0x105A4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVMa', symObjAddr: 0x4680, symBinAddr: 0xCDFB4, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x105FE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xCDFC4, symSize: 0x4C } + - { offsetInCU: 0x69, offset: 0x106027, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ', symObjAddr: 0x4C, symBinAddr: 0xCE010, symSize: 0x14 } + - { offsetInCU: 0x9C, offset: 0x10605A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF', symObjAddr: 0x60, symBinAddr: 0xCE024, symSize: 0x28 } + - { offsetInCU: 0x132, offset: 0x1060F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO9hashValueSivg', symObjAddr: 0x88, symBinAddr: 0xCE04C, symSize: 0x44 } + - { offsetInCU: 0x22C, offset: 0x1061EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCC, symBinAddr: 0xCE090, symSize: 0x14 } + - { offsetInCU: 0x24C, offset: 0x10620A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCC, symBinAddr: 0xCE090, symSize: 0x14 } + - { offsetInCU: 0x28C, offset: 0x10624A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0xCE0A4, symSize: 0x44 } + - { offsetInCU: 0x36F, offset: 0x10632D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0xCE0E8, symSize: 0x28 } + - { offsetInCU: 0x3EE, offset: 0x1063AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xCDFC4, symSize: 0x4C } + - { offsetInCU: 0x47A, offset: 0x106438, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvg', symObjAddr: 0x18C, symBinAddr: 0xCE150, symSize: 0x8 } + - { offsetInCU: 0x498, offset: 0x106456, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvs', symObjAddr: 0x194, symBinAddr: 0xCE158, symSize: 0x8 } + - { offsetInCU: 0x4D5, offset: 0x106493, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM', symObjAddr: 0x19C, symBinAddr: 0xCE160, symSize: 0x10 } + - { offsetInCU: 0x4F3, offset: 0x1064B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM.resume.0', symObjAddr: 0x1AC, symBinAddr: 0xCE170, symSize: 0x4 } + - { offsetInCU: 0x51E, offset: 0x1064DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvg', symObjAddr: 0x1B0, symBinAddr: 0xCE174, symSize: 0x8 } + - { offsetInCU: 0x53C, offset: 0x1064FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvs', symObjAddr: 0x1B8, symBinAddr: 0xCE17C, symSize: 0x8 } + - { offsetInCU: 0x579, offset: 0x106537, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM', symObjAddr: 0x1C0, symBinAddr: 0xCE184, symSize: 0x10 } + - { offsetInCU: 0x5A7, offset: 0x106565, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM.resume.0', symObjAddr: 0x1D0, symBinAddr: 0xCE194, symSize: 0x4 } + - { offsetInCU: 0x5D2, offset: 0x106590, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvg', symObjAddr: 0x1D4, symBinAddr: 0xCE198, symSize: 0x8 } + - { offsetInCU: 0x5F0, offset: 0x1065AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvs', symObjAddr: 0x1DC, symBinAddr: 0xCE1A0, symSize: 0x8 } + - { offsetInCU: 0x62D, offset: 0x1065EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM', symObjAddr: 0x1E4, symBinAddr: 0xCE1A8, symSize: 0x10 } + - { offsetInCU: 0x65B, offset: 0x106619, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM.resume.0', symObjAddr: 0x1F4, symBinAddr: 0xCE1B8, symSize: 0x4 } + - { offsetInCU: 0x686, offset: 0x106644, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvg', symObjAddr: 0x1F8, symBinAddr: 0xCE1BC, symSize: 0x8 } + - { offsetInCU: 0x6A4, offset: 0x106662, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvs', symObjAddr: 0x200, symBinAddr: 0xCE1C4, symSize: 0x8 } + - { offsetInCU: 0x6E1, offset: 0x10669F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM', symObjAddr: 0x208, symBinAddr: 0xCE1CC, symSize: 0x10 } + - { offsetInCU: 0x70F, offset: 0x1066CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM.resume.0', symObjAddr: 0x218, symBinAddr: 0xCE1DC, symSize: 0x4 } + - { offsetInCU: 0x73A, offset: 0x1066F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF', symObjAddr: 0x21C, symBinAddr: 0xCE1E0, symSize: 0x68 } + - { offsetInCU: 0x7A3, offset: 0x106761, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ', symObjAddr: 0x284, symBinAddr: 0xCE248, symSize: 0x4 } + - { offsetInCU: 0x7C6, offset: 0x106784, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV9hashValueSivg', symObjAddr: 0x288, symBinAddr: 0xCE24C, symSize: 0x50 } + - { offsetInCU: 0x852, offset: 0x106810, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0xCE29C, symSize: 0x50 } + - { offsetInCU: 0x8E1, offset: 0x10689F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x328, symBinAddr: 0xCE2EC, symSize: 0x4 } + - { offsetInCU: 0x904, offset: 0x1068C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x378, symBinAddr: 0xCE33C, symSize: 0x4 } + - { offsetInCU: 0x924, offset: 0x1068E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x378, symBinAddr: 0xCE33C, symSize: 0x4 } + - { offsetInCU: 0x935, offset: 0x1068F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x37C, symBinAddr: 0xCE340, symSize: 0x3C } + - { offsetInCU: 0x97E, offset: 0x10693C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASQWb', symObjAddr: 0x3B8, symBinAddr: 0xCE37C, symSize: 0x4 } + - { offsetInCU: 0x992, offset: 0x106950, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOACSQAAWl', symObjAddr: 0x3BC, symBinAddr: 0xCE380, symSize: 0x44 } + - { offsetInCU: 0x9A6, offset: 0x106964, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASQWb', symObjAddr: 0x400, symBinAddr: 0xCE3C4, symSize: 0x4 } + - { offsetInCU: 0x9BA, offset: 0x106978, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSQAAWl', symObjAddr: 0x404, symBinAddr: 0xCE3C8, symSize: 0x44 } + - { offsetInCU: 0x9CE, offset: 0x10698C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwet', symObjAddr: 0x458, symBinAddr: 0xCE40C, symSize: 0x90 } + - { offsetInCU: 0x9E2, offset: 0x1069A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwst', symObjAddr: 0x4E8, symBinAddr: 0xCE49C, symSize: 0xBC } + - { offsetInCU: 0x9F6, offset: 0x1069B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwug', symObjAddr: 0x5A4, symBinAddr: 0xCE558, symSize: 0x8 } + - { offsetInCU: 0xA0A, offset: 0x1069C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwup', symObjAddr: 0x5AC, symBinAddr: 0xCE560, symSize: 0x4 } + - { offsetInCU: 0xA1E, offset: 0x1069DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwui', symObjAddr: 0x5B0, symBinAddr: 0xCE564, symSize: 0x8 } + - { offsetInCU: 0xA32, offset: 0x1069F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOMa', symObjAddr: 0x5B8, symBinAddr: 0xCE56C, symSize: 0x10 } + - { offsetInCU: 0xA46, offset: 0x106A04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwCP', symObjAddr: 0x5C8, symBinAddr: 0xCE57C, symSize: 0x30 } + - { offsetInCU: 0xA5A, offset: 0x106A18, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwet', symObjAddr: 0x604, symBinAddr: 0xCE5AC, symSize: 0x20 } + - { offsetInCU: 0xA6E, offset: 0x106A2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwst', symObjAddr: 0x624, symBinAddr: 0xCE5CC, symSize: 0x2C } + - { offsetInCU: 0xA82, offset: 0x106A40, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVMa', symObjAddr: 0x650, symBinAddr: 0xCE5F8, symSize: 0x10 } + - { offsetInCU: 0xAFF, offset: 0x106ABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x14C, symBinAddr: 0xCE110, symSize: 0x40 } + - { offsetInCU: 0xBC8, offset: 0x106B86, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x32C, symBinAddr: 0xCE2F0, symSize: 0x4C } + - { offsetInCU: 0x4F, offset: 0x106D44, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0VcfC', symObjAddr: 0x0, symBinAddr: 0xCE608, symSize: 0x3C } + - { offsetInCU: 0x7C, offset: 0x106D71, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x3C, symBinAddr: 0xCE644, symSize: 0x58 } + - { offsetInCU: 0xB0, offset: 0x106DA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x94, symBinAddr: 0xCE69C, symSize: 0x30 } + - { offsetInCU: 0xC4, offset: 0x106DB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc', symObjAddr: 0xC4, symBinAddr: 0xCE6CC, symSize: 0xC0 } + - { offsetInCU: 0x118, offset: 0x106E0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfC', symObjAddr: 0x184, symBinAddr: 0xCE78C, symSize: 0x3C } + - { offsetInCU: 0x136, offset: 0x106E2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc', symObjAddr: 0x1C0, symBinAddr: 0xCE7C8, symSize: 0xD8 } + - { offsetInCU: 0x18A, offset: 0x106E7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg', symObjAddr: 0x298, symBinAddr: 0xCE8A0, symSize: 0x40 } + - { offsetInCU: 0x1D7, offset: 0x106ECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs', symObjAddr: 0x2D8, symBinAddr: 0xCE8E0, symSize: 0x5C } + - { offsetInCU: 0x21D, offset: 0x106F12, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM', symObjAddr: 0x334, symBinAddr: 0xCE93C, symSize: 0x40 } + - { offsetInCU: 0x24C, offset: 0x106F41, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM.resume.0', symObjAddr: 0x374, symBinAddr: 0xCE97C, symSize: 0x34 } + - { offsetInCU: 0x28B, offset: 0x106F80, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9valueTypeypXpvg', symObjAddr: 0x3A8, symBinAddr: 0xCE9B0, symSize: 0xC } + - { offsetInCU: 0x2B6, offset: 0x106FAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg', symObjAddr: 0x3B4, symBinAddr: 0xCE9BC, symSize: 0xC4 } + - { offsetInCU: 0x353, offset: 0x107048, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x478, symBinAddr: 0xCEA80, symSize: 0x18 } + - { offsetInCU: 0x376, offset: 0x10706B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfd', symObjAddr: 0x490, symBinAddr: 0xCEA98, symSize: 0x2C } + - { offsetInCU: 0x3B1, offset: 0x1070A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfD', symObjAddr: 0x4BC, symBinAddr: 0xCEAC4, symSize: 0x34 } + - { offsetInCU: 0x3F4, offset: 0x1070E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x4F0, symBinAddr: 0xCEAF8, symSize: 0x20 } + - { offsetInCU: 0x410, offset: 0x107105, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x510, symBinAddr: 0xCEB18, symSize: 0xC } + - { offsetInCU: 0x456, offset: 0x10714B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x51C, symBinAddr: 0xCEB24, symSize: 0x1C } + - { offsetInCU: 0x48B, offset: 0x107180, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfcTf4gn_n', symObjAddr: 0x5FC, symBinAddr: 0xCEC04, symSize: 0x13C } + - { offsetInCU: 0x502, offset: 0x1071F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x538, symBinAddr: 0xCEB40, symSize: 0x60 } + - { offsetInCU: 0x567, offset: 0x10725C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x598, symBinAddr: 0xCEBA0, symSize: 0x64 } + - { offsetInCU: 0x5AE, offset: 0x1072A3, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOe', symObjAddr: 0x738, symBinAddr: 0xCED40, symSize: 0x10 } + - { offsetInCU: 0x5C2, offset: 0x1072B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSHAAWl', symObjAddr: 0x748, symBinAddr: 0xCED50, symSize: 0x44 } + - { offsetInCU: 0x5D6, offset: 0x1072CB, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie8KeyframeCyAA0A5ColorVGGMa', symObjAddr: 0x7CC, symBinAddr: 0xCED94, symSize: 0x54 } + - { offsetInCU: 0x5EA, offset: 0x1072DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyAA0A5ColorVGMa', symObjAddr: 0x820, symBinAddr: 0xCEDE8, symSize: 0x54 } + - { offsetInCU: 0x5FE, offset: 0x1072F3, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOy', symObjAddr: 0x8FC, symBinAddr: 0xCEEC4, symSize: 0x10 } + - { offsetInCU: 0x612, offset: 0x107307, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x938, symBinAddr: 0xCEF00, symSize: 0x28 } + - { offsetInCU: 0x657, offset: 0x10734C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x9D0, symBinAddr: 0xCEF28, symSize: 0xC } + - { offsetInCU: 0x66B, offset: 0x107360, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCMa', symObjAddr: 0xA84, symBinAddr: 0xCEFDC, symSize: 0x20 } + - { offsetInCU: 0x72, offset: 0x1075AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x36C, symBinAddr: 0xCF388, symSize: 0xBC } + - { offsetInCU: 0x1D3, offset: 0x10770E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x428, symBinAddr: 0xCF444, symSize: 0x4 } + - { offsetInCU: 0x22F, offset: 0x10776A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV9combining4path12cornerRadiusAA0D5GroupCyACGAHyAA0bC0VG_AHyAA0A8Vector1DVGSgtKFZTf4nnd_n', symObjAddr: 0x17B4, symBinAddr: 0xD07D0, symSize: 0x374 } + - { offsetInCU: 0x71A, offset: 0x107C55, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKF06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nnncnn_n', symObjAddr: 0x0, symBinAddr: 0xCF020, symSize: 0x124 } + - { offsetInCU: 0x857, offset: 0x107D92, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nncn_n', symObjAddr: 0x128, symBinAddr: 0xCF144, symSize: 0x114 } + - { offsetInCU: 0x91D, offset: 0x107E58, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_', symObjAddr: 0x23C, symBinAddr: 0xCF258, symSize: 0x130 } + - { offsetInCU: 0xB83, offset: 0x1080BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA010BezierPathQ0V_Tg5', symObjAddr: 0x42C, symBinAddr: 0xCF448, symSize: 0x28C } + - { offsetInCU: 0xE99, offset: 0x1083D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA010BezierPathQ0V_Tg5Tf4nnd_n', symObjAddr: 0x84C, symBinAddr: 0xCF868, symSize: 0x4A8 } + - { offsetInCU: 0x1554, offset: 0x108A8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA010BezierPathS0V_Tg5Tf4nnnd_n', symObjAddr: 0xE38, symBinAddr: 0xCFE54, symSize: 0x97C } + - { offsetInCU: 0x2571, offset: 0x109AAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x1BD4, symBinAddr: 0xD0B68, symSize: 0x8 } + - { offsetInCU: 0x2585, offset: 0x109AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_TA', symObjAddr: 0x1CB8, symBinAddr: 0xD0C08, symSize: 0x1C } + - { offsetInCU: 0x2599, offset: 0x109AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwCP', symObjAddr: 0x1D7C, symBinAddr: 0xD0C68, symSize: 0x30 } + - { offsetInCU: 0x25AD, offset: 0x109AE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwxx', symObjAddr: 0x1DAC, symBinAddr: 0xD0C98, symSize: 0x8 } + - { offsetInCU: 0x25C1, offset: 0x109AFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwcp', symObjAddr: 0x1DB4, symBinAddr: 0xD0CA0, symSize: 0x44 } + - { offsetInCU: 0x25D5, offset: 0x109B10, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwca', symObjAddr: 0x1DF8, symBinAddr: 0xD0CE4, symSize: 0x64 } + - { offsetInCU: 0x25E9, offset: 0x109B24, size: 0x8, addend: 0x0, symName: ___swift_memcpy33_8, symObjAddr: 0x1E5C, symBinAddr: 0xD0D48, symSize: 0x14 } + - { offsetInCU: 0x25FD, offset: 0x109B38, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwta', symObjAddr: 0x1E70, symBinAddr: 0xD0D5C, symSize: 0x54 } + - { offsetInCU: 0x2611, offset: 0x109B4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwet', symObjAddr: 0x1EC4, symBinAddr: 0xD0DB0, symSize: 0x48 } + - { offsetInCU: 0x2625, offset: 0x109B60, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwst', symObjAddr: 0x1F0C, symBinAddr: 0xD0DF8, symSize: 0x44 } + - { offsetInCU: 0x2639, offset: 0x109B74, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVMa', symObjAddr: 0x1F50, symBinAddr: 0xD0E3C, symSize: 0x10 } + - { offsetInCU: 0x279B, offset: 0x109CD6, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs8StrideToVy12CoreGraphics7CGFloatVG_6Lottie8KeyframeCyAL010BezierPathJ0VGTg50104$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13j56GroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12f9Graphics7h13VKXEfU2_AA010kL7Q0V_TG5SayAL16AnyValueProvider_pGSayypGxSgs5Error_plyAPIsggrzo_Tf1cn_nTf4ngg_n', symObjAddr: 0x6B8, symBinAddr: 0xCF6D4, symSize: 0x194 } + - { offsetInCU: 0x2AC9, offset: 0x10A004, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay6Lottie13KeyframeGroupCyypGG_Tg5023$sSTsE10allSatisfyyS2b7c29QzKXEKFSbACKXEfU_Say6Lottie13eF10CyypGG_TG5xSbs5Error_plyAHIsgndzo_Tf1cn_nTf4ng_n', symObjAddr: 0xCF4, symBinAddr: 0xCFD10, symSize: 0x144 } + - { offsetInCU: 0x27, offset: 0x10A65C, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xD0E4C, symSize: 0x238 } + - { offsetInCU: 0x3F, offset: 0x10A674, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xD0E4C, symSize: 0x238 } + - { offsetInCU: 0x27, offset: 0x10A8A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xD1084, symSize: 0x74 } + - { offsetInCU: 0x4B, offset: 0x10A8C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xD1084, symSize: 0x74 } + - { offsetInCU: 0x74, offset: 0x10A8EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfC', symObjAddr: 0xB8, symBinAddr: 0xD10F8, symSize: 0x8 } + - { offsetInCU: 0xD9, offset: 0x10A954, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfC', symObjAddr: 0xC0, symBinAddr: 0xD1100, symSize: 0x74 } + - { offsetInCU: 0x138, offset: 0x10A9B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysSaySSGvg', symObjAddr: 0x134, symBinAddr: 0xD1174, symSize: 0x8 } + - { offsetInCU: 0x156, offset: 0x10A9D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6stringSSvg', symObjAddr: 0x13C, symBinAddr: 0xD117C, symSize: 0x94 } + - { offsetInCU: 0x174, offset: 0x10A9EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF', symObjAddr: 0x264, symBinAddr: 0xD1210, symSize: 0x98 } + - { offsetInCU: 0x235, offset: 0x10AAB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ', symObjAddr: 0x2FC, symBinAddr: 0xD12A8, symSize: 0xC } + - { offsetInCU: 0x291, offset: 0x10AB0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV9hashValueSivg', symObjAddr: 0x308, symBinAddr: 0xD12B4, symSize: 0xA0 } + - { offsetInCU: 0x3A9, offset: 0x10AC24, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH9hashValueSivgTW', symObjAddr: 0x3A8, symBinAddr: 0xD1354, symSize: 0x4 } + - { offsetInCU: 0x3C5, offset: 0x10AC40, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3AC, symBinAddr: 0xD1358, symSize: 0x4 } + - { offsetInCU: 0x3D9, offset: 0x10AC54, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAsADP06stringG0x0fG4TypeQz_tcfCTW', symObjAddr: 0x44C, symBinAddr: 0xD13F8, symSize: 0xC } + - { offsetInCU: 0x40F, offset: 0x10AC8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x458, symBinAddr: 0xD1404, symSize: 0xC } + - { offsetInCU: 0x42F, offset: 0x10ACAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x458, symBinAddr: 0xD1404, symSize: 0xC } + - { offsetInCU: 0x4AE, offset: 0x10AD29, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASQWb', symObjAddr: 0x528, symBinAddr: 0xD14D4, symSize: 0x4 } + - { offsetInCU: 0x4C2, offset: 0x10AD3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACSQAAWl', symObjAddr: 0x52C, symBinAddr: 0xD14D8, symSize: 0x44 } + - { offsetInCU: 0x4D6, offset: 0x10AD51, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAs0de23ExtendedGraphemeClusterG0PWb', symObjAddr: 0x570, symBinAddr: 0xD151C, symSize: 0x4 } + - { offsetInCU: 0x4EA, offset: 0x10AD65, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs43ExpressibleByExtendedGraphemeClusterLiteralAAWl', symObjAddr: 0x574, symBinAddr: 0xD1520, symSize: 0x44 } + - { offsetInCU: 0x4FE, offset: 0x10AD79, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAA0fG4TypesADP_s01_de7BuiltinfG0PWT', symObjAddr: 0x5B8, symBinAddr: 0xD1564, symSize: 0xC } + - { offsetInCU: 0x512, offset: 0x10AD8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAAs0de13UnicodeScalarI0PWb', symObjAddr: 0x5C4, symBinAddr: 0xD1570, symSize: 0x4 } + - { offsetInCU: 0x526, offset: 0x10ADA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs33ExpressibleByUnicodeScalarLiteralAAWl', symObjAddr: 0x5C8, symBinAddr: 0xD1574, symSize: 0x44 } + - { offsetInCU: 0x53A, offset: 0x10ADB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAA0fghI4TypesADP_s01_de7BuiltinfghI0PWT', symObjAddr: 0x60C, symBinAddr: 0xD15B8, symSize: 0xC } + - { offsetInCU: 0x54E, offset: 0x10ADC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs33ExpressibleByUnicodeScalarLiteralAA0fgH4TypesADP_s01_de7BuiltinfgH0PWT', symObjAddr: 0x618, symBinAddr: 0xD15C4, symSize: 0xC } + - { offsetInCU: 0x562, offset: 0x10ADDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVMa', symObjAddr: 0x624, symBinAddr: 0xD15D0, symSize: 0x10 } + - { offsetInCU: 0x686, offset: 0x10AF01, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3B0, symBinAddr: 0xD135C, symSize: 0x9C } + - { offsetInCU: 0x77D, offset: 0x10AFF8, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSS_Tg5Tf4nnd_n', symObjAddr: 0x464, symBinAddr: 0xD1410, symSize: 0xC4 } + - { offsetInCU: 0x861, offset: 0x10B0DC, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSo10CGColorRefa_Tg5Tf4nnd_n', symObjAddr: 0x634, symBinAddr: 0xD15E0, symSize: 0x3BC } + - { offsetInCU: 0x973, offset: 0x10B1EE, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9F0, symBinAddr: 0xD199C, symSize: 0x74 } + - { offsetInCU: 0x993, offset: 0x10B20E, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9F0, symBinAddr: 0xD199C, symSize: 0x74 } + - { offsetInCU: 0x9A7, offset: 0x10B222, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9F0, symBinAddr: 0xD199C, symSize: 0x74 } + - { offsetInCU: 0x9BB, offset: 0x10B236, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9F0, symBinAddr: 0xD199C, symSize: 0x74 } + - { offsetInCU: 0x27, offset: 0x10B442, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xD1A58, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x10B466, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xD1A58, symSize: 0x20 } + - { offsetInCU: 0xAE, offset: 0x10B4C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x48, symBinAddr: 0xD1AA0, symSize: 0x64 } + - { offsetInCU: 0x114, offset: 0x10B52F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xAC, symBinAddr: 0xD1B04, symSize: 0x28 } + - { offsetInCU: 0x13F, offset: 0x10B55A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAAsADP8allCases03AllG0QzvgZTW', symObjAddr: 0xD4, symBinAddr: 0xD1B2C, symSize: 0x24 } + - { offsetInCU: 0x170, offset: 0x10B58B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8allCasesSayACGvgZTf4d_n', symObjAddr: 0x8A8, symBinAddr: 0xD2300, symSize: 0x50 } + - { offsetInCU: 0x1E1, offset: 0x10B5FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyV9transformACySo13CATransform3DVGvgZSbAFSgcfU_', symObjAddr: 0xF8, symBinAddr: 0xD1B50, symSize: 0x58 } + - { offsetInCU: 0x29F, offset: 0x10B6BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV5colorACySo10CGColorRefaGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x150, symBinAddr: 0xD1BA8, symSize: 0x10C } + - { offsetInCU: 0x362, offset: 0x10B77D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV7opacityACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x25C, symBinAddr: 0xD1CB4, symSize: 0x78 } + - { offsetInCU: 0x3A0, offset: 0x10B7BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleXACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x2D4, symBinAddr: 0xD1D2C, symSize: 0x78 } + - { offsetInCU: 0x3DE, offset: 0x10B7F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleYACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x34C, symBinAddr: 0xD1DA4, symSize: 0x78 } + - { offsetInCU: 0x41C, offset: 0x10B837, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8rotationACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x3C4, symBinAddr: 0xD1E1C, symSize: 0x88 } + - { offsetInCU: 0x45A, offset: 0x10B875, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8positionACySo7CGPointVGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x44C, symBinAddr: 0xD1EA4, symSize: 0x70 } + - { offsetInCU: 0x563, offset: 0x10B97E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV14gradientColorsACySaySo10CGColorRefaGGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x4BC, symBinAddr: 0xD1F14, symSize: 0x218 } + - { offsetInCU: 0x861, offset: 0x10BC7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV17gradientLocationsACySay12CoreGraphics7CGFloatVGGvgZAHSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x6D4, symBinAddr: 0xD212C, symSize: 0x168 } + - { offsetInCU: 0xA11, offset: 0x10BE2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV10floatValueyACy12CoreGraphics7CGFloatVGAA0C4NameOd_tFZAGSgyp_AA03AnyE8Provider_ptcfU_', symObjAddr: 0x83C, symBinAddr: 0xD2294, symSize: 0x6C } + - { offsetInCU: 0xA70, offset: 0x10BE8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwet', symObjAddr: 0x9C8, symBinAddr: 0xD2350, symSize: 0x90 } + - { offsetInCU: 0xA84, offset: 0x10BE9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwst', symObjAddr: 0xA58, symBinAddr: 0xD23E0, symSize: 0xBC } + - { offsetInCU: 0xA98, offset: 0x10BEB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwug', symObjAddr: 0xB14, symBinAddr: 0xD249C, symSize: 0x8 } + - { offsetInCU: 0xAAC, offset: 0x10BEC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwup', symObjAddr: 0xB1C, symBinAddr: 0xD24A4, symSize: 0x4 } + - { offsetInCU: 0xAC0, offset: 0x10BEDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwui', symObjAddr: 0xB20, symBinAddr: 0xD24A8, symSize: 0x8 } + - { offsetInCU: 0xAD4, offset: 0x10BEEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOMa', symObjAddr: 0xB28, symBinAddr: 0xD24B0, symSize: 0x10 } + - { offsetInCU: 0xAE8, offset: 0x10BF03, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMi', symObjAddr: 0xB38, symBinAddr: 0xD24C0, symSize: 0x8 } + - { offsetInCU: 0xAFC, offset: 0x10BF17, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwCP', symObjAddr: 0xB40, symBinAddr: 0xD24C8, symSize: 0x3C } + - { offsetInCU: 0xB10, offset: 0x10BF2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwxx', symObjAddr: 0xB7C, symBinAddr: 0xD2504, symSize: 0x28 } + - { offsetInCU: 0xB24, offset: 0x10BF3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwcp', symObjAddr: 0xBA4, symBinAddr: 0xD252C, symSize: 0x3C } + - { offsetInCU: 0xB38, offset: 0x10BF53, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwca', symObjAddr: 0xBE0, symBinAddr: 0xD2568, symSize: 0x5C } + - { offsetInCU: 0xB4C, offset: 0x10BF67, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwta', symObjAddr: 0xC50, symBinAddr: 0xD25C4, symSize: 0x44 } + - { offsetInCU: 0xB60, offset: 0x10BF7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwet', symObjAddr: 0xC94, symBinAddr: 0xD2608, symSize: 0x48 } + - { offsetInCU: 0xB74, offset: 0x10BF8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwst', symObjAddr: 0xCDC, symBinAddr: 0xD2650, symSize: 0x40 } + - { offsetInCU: 0xB88, offset: 0x10BFA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMa', symObjAddr: 0xD1C, symBinAddr: 0xD2690, symSize: 0xC } + - { offsetInCU: 0xB9C, offset: 0x10BFB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0xD28, symBinAddr: 0xD269C, symSize: 0x4 } + - { offsetInCU: 0xBB0, offset: 0x10BFCB, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGSayxGSlsWl', symObjAddr: 0xD2C, symBinAddr: 0xD26A0, symSize: 0x48 } + - { offsetInCU: 0xBC4, offset: 0x10BFDF, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGMa', symObjAddr: 0xD74, symBinAddr: 0xD26E8, symSize: 0x54 } + - { offsetInCU: 0xBD8, offset: 0x10BFF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASQWb', symObjAddr: 0xDC8, symBinAddr: 0xD273C, symSize: 0x4 } + - { offsetInCU: 0xBEC, offset: 0x10C007, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOACSQAAWl', symObjAddr: 0xDCC, symBinAddr: 0xD2740, symSize: 0x44 } + - { offsetInCU: 0xC1D, offset: 0x10C038, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0xD1A78, symSize: 0xC } + - { offsetInCU: 0xC57, offset: 0x10C072, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xD1A84, symSize: 0xC } + - { offsetInCU: 0xC77, offset: 0x10C092, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xD1A84, symSize: 0xC } + - { offsetInCU: 0xC8B, offset: 0x10C0A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xD1A84, symSize: 0xC } + - { offsetInCU: 0xC9D, offset: 0x10C0B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x38, symBinAddr: 0xD1A90, symSize: 0x8 } + - { offsetInCU: 0xCB9, offset: 0x10C0D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x40, symBinAddr: 0xD1A98, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x10C3B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xD2784, symSize: 0x18 } + - { offsetInCU: 0xB6, offset: 0x10C43F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xEC, symBinAddr: 0xD2870, symSize: 0x24 } + - { offsetInCU: 0xE7, offset: 0x10C470, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x110, symBinAddr: 0xD2894, symSize: 0x1C } + - { offsetInCU: 0x131, offset: 0x10C4BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x12C, symBinAddr: 0xD28B0, symSize: 0x2C } + - { offsetInCU: 0x169, offset: 0x10C4F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xF4C, symBinAddr: 0xD36C0, symSize: 0xE0 } + - { offsetInCU: 0x1D3, offset: 0x10C55C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO13discriminator_WZ', symObjAddr: 0x1A4, symBinAddr: 0xD2928, symSize: 0x4 } + - { offsetInCU: 0x1F9, offset: 0x10C582, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A8, symBinAddr: 0xD292C, symSize: 0x4C } + - { offsetInCU: 0x21E, offset: 0x10C5A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1F4, symBinAddr: 0xD2978, symSize: 0x1EC } + - { offsetInCU: 0x28F, offset: 0x10C618, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x3E0, symBinAddr: 0xD2B64, symSize: 0x2E0 } + - { offsetInCU: 0x3E0, offset: 0x10C769, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO8rawValueSSvg', symObjAddr: 0x6C0, symBinAddr: 0xD2E44, symSize: 0x18 } + - { offsetInCU: 0x419, offset: 0x10C7A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x6D8, symBinAddr: 0xD2E5C, symSize: 0x18 } + - { offsetInCU: 0x447, offset: 0x10C7D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x6D8, symBinAddr: 0xD2E5C, symSize: 0x18 } + - { offsetInCU: 0x499, offset: 0x10C822, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x714, symBinAddr: 0xD2E98, symSize: 0x64 } + - { offsetInCU: 0x4FF, offset: 0x10C888, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x778, symBinAddr: 0xD2EFC, symSize: 0x28 } + - { offsetInCU: 0x51B, offset: 0x10C8A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7A0, symBinAddr: 0xD2F24, symSize: 0x8 } + - { offsetInCU: 0x551, offset: 0x10C8DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7A8, symBinAddr: 0xD2F2C, symSize: 0x68 } + - { offsetInCU: 0x5D6, offset: 0x10C95F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x810, symBinAddr: 0xD2F94, symSize: 0xC } + - { offsetInCU: 0x5F2, offset: 0x10C97B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x81C, symBinAddr: 0xD2FA0, symSize: 0xC } + - { offsetInCU: 0x62E, offset: 0x10C9B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCfD', symObjAddr: 0x878, symBinAddr: 0xD2FFC, symSize: 0x2C } + - { offsetInCU: 0x671, offset: 0x10C9FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC6encode2toys7Encoder_p_tKF', symObjAddr: 0x8C4, symBinAddr: 0xD3048, symSize: 0x178 } + - { offsetInCU: 0x6B0, offset: 0x10CA39, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xC08, symBinAddr: 0xD337C, symSize: 0x2C } + - { offsetInCU: 0x6D3, offset: 0x10CA5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xC34, symBinAddr: 0xD33A8, symSize: 0x20 } + - { offsetInCU: 0x7A6, offset: 0x10CB2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCMa', symObjAddr: 0x8A4, symBinAddr: 0xD3028, symSize: 0x20 } + - { offsetInCU: 0x7BA, offset: 0x10CB43, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwet', symObjAddr: 0xA4C, symBinAddr: 0xD31C0, symSize: 0x90 } + - { offsetInCU: 0x7CE, offset: 0x10CB57, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwst', symObjAddr: 0xADC, symBinAddr: 0xD3250, symSize: 0xBC } + - { offsetInCU: 0x7E2, offset: 0x10CB6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwug', symObjAddr: 0xB98, symBinAddr: 0xD330C, symSize: 0x8 } + - { offsetInCU: 0x7F6, offset: 0x10CB7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwup', symObjAddr: 0xBA0, symBinAddr: 0xD3314, symSize: 0x4 } + - { offsetInCU: 0x80A, offset: 0x10CB93, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwui', symObjAddr: 0xBA4, symBinAddr: 0xD3318, symSize: 0xC } + - { offsetInCU: 0x81E, offset: 0x10CBA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOMa', symObjAddr: 0xBB0, symBinAddr: 0xD3324, symSize: 0x10 } + - { offsetInCU: 0x832, offset: 0x10CBBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASQWb', symObjAddr: 0xBC0, symBinAddr: 0xD3334, symSize: 0x4 } + - { offsetInCU: 0x846, offset: 0x10CBCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSQAAWl', symObjAddr: 0xBC4, symBinAddr: 0xD3338, symSize: 0x44 } + - { offsetInCU: 0x85A, offset: 0x10CBE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC54, symBinAddr: 0xD33C8, symSize: 0x24 } + - { offsetInCU: 0x86E, offset: 0x10CBF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSeAAWl', symObjAddr: 0xC78, symBinAddr: 0xD33EC, symSize: 0x44 } + - { offsetInCU: 0x8A7, offset: 0x10CC30, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xCBC, symBinAddr: 0xD3430, symSize: 0x108 } + - { offsetInCU: 0xA0A, offset: 0x10CD93, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xDC4, symBinAddr: 0xD3538, symSize: 0x188 } + - { offsetInCU: 0xC24, offset: 0x10CFAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSYAAWl', symObjAddr: 0x1070, symBinAddr: 0xD37A0, symSize: 0x44 } + - { offsetInCU: 0xC38, offset: 0x10CFC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs0D3KeyAAWl', symObjAddr: 0x10F4, symBinAddr: 0xD37E4, symSize: 0x44 } + - { offsetInCU: 0xC4C, offset: 0x10CFD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSEAAWl', symObjAddr: 0x1138, symBinAddr: 0xD3828, symSize: 0x44 } + - { offsetInCU: 0xC60, offset: 0x10CFE9, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGSayxGSEsSERzlWl', symObjAddr: 0x117C, symBinAddr: 0xD386C, symSize: 0x60 } + - { offsetInCU: 0xC74, offset: 0x10CFFD, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGMa', symObjAddr: 0x11DC, symBinAddr: 0xD38CC, symSize: 0x54 } + - { offsetInCU: 0xC88, offset: 0x10D011, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCACSEAAWl', symObjAddr: 0x1230, symBinAddr: 0xD3920, symSize: 0x48 } + - { offsetInCU: 0xC9C, offset: 0x10D025, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwet', symObjAddr: 0x1338, symBinAddr: 0xD3968, symSize: 0x90 } + - { offsetInCU: 0xCB0, offset: 0x10D039, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwst', symObjAddr: 0x13C8, symBinAddr: 0xD39F8, symSize: 0xBC } + - { offsetInCU: 0xCC4, offset: 0x10D04D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwug', symObjAddr: 0x1484, symBinAddr: 0xD3AB4, symSize: 0x8 } + - { offsetInCU: 0xCD8, offset: 0x10D061, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwup', symObjAddr: 0x148C, symBinAddr: 0xD3ABC, symSize: 0x4 } + - { offsetInCU: 0xCEC, offset: 0x10D075, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwui', symObjAddr: 0x1490, symBinAddr: 0xD3AC0, symSize: 0x8 } + - { offsetInCU: 0xD00, offset: 0x10D089, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOMa', symObjAddr: 0x1498, symBinAddr: 0xD3AC8, symSize: 0x10 } + - { offsetInCU: 0xD14, offset: 0x10D09D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASQWb', symObjAddr: 0x14A8, symBinAddr: 0xD3AD8, symSize: 0x4 } + - { offsetInCU: 0xD28, offset: 0x10D0B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFSQAAWl', symObjAddr: 0x14AC, symBinAddr: 0xD3ADC, symSize: 0x44 } + - { offsetInCU: 0xD3C, offset: 0x10D0C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x14F0, symBinAddr: 0xD3B20, symSize: 0x4 } + - { offsetInCU: 0xD50, offset: 0x10D0D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x14F4, symBinAddr: 0xD3B24, symSize: 0x44 } + - { offsetInCU: 0xD64, offset: 0x10D0ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1538, symBinAddr: 0xD3B68, symSize: 0x4 } + - { offsetInCU: 0xD78, offset: 0x10D101, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x153C, symBinAddr: 0xD3B6C, symSize: 0x44 } + - { offsetInCU: 0xDAC, offset: 0x10D135, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xD2784, symSize: 0x18 } + - { offsetInCU: 0xE3D, offset: 0x10D1C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0xD279C, symSize: 0x50 } + - { offsetInCU: 0xF1E, offset: 0x10D2A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x68, symBinAddr: 0xD27EC, symSize: 0x38 } + - { offsetInCU: 0xFA5, offset: 0x10D32E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA0, symBinAddr: 0xD2824, symSize: 0x4C } + - { offsetInCU: 0x105A, offset: 0x10D3E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x158, symBinAddr: 0xD28DC, symSize: 0x4C } + - { offsetInCU: 0x10CA, offset: 0x10D453, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F0, symBinAddr: 0xD2E74, symSize: 0xC } + - { offsetInCU: 0x10E6, offset: 0x10D46F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH9hashValueSivgTW', symObjAddr: 0x6FC, symBinAddr: 0xD2E80, symSize: 0x8 } + - { offsetInCU: 0x1102, offset: 0x10D48B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x704, symBinAddr: 0xD2E88, symSize: 0x8 } + - { offsetInCU: 0x111E, offset: 0x10D4A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70C, symBinAddr: 0xD2E90, symSize: 0x8 } + - { offsetInCU: 0x1140, offset: 0x10D4C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x828, symBinAddr: 0xD2FAC, symSize: 0x28 } + - { offsetInCU: 0x115C, offset: 0x10D4E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x850, symBinAddr: 0xD2FD4, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0x10D75F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xD3BB0, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x10D784, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xD3BF8, symSize: 0x328 } + - { offsetInCU: 0xDC, offset: 0x10D7EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x370, symBinAddr: 0xD3F20, symSize: 0x4D8 } + - { offsetInCU: 0x2FC, offset: 0x10DA0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO8rawValueSSvg', symObjAddr: 0x848, symBinAddr: 0xD43F8, symSize: 0x18 } + - { offsetInCU: 0x335, offset: 0x10DA45, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xA84, symBinAddr: 0xD4634, symSize: 0x18 } + - { offsetInCU: 0x363, offset: 0x10DA73, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xA84, symBinAddr: 0xD4634, symSize: 0x18 } + - { offsetInCU: 0x3B5, offset: 0x10DAC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0xAC0, symBinAddr: 0xD4670, symSize: 0x64 } + - { offsetInCU: 0x41B, offset: 0x10DB2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0xB24, symBinAddr: 0xD46D4, symSize: 0x28 } + - { offsetInCU: 0x437, offset: 0x10DB47, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB4C, symBinAddr: 0xD46FC, symSize: 0x8 } + - { offsetInCU: 0x46D, offset: 0x10DB7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB54, symBinAddr: 0xD4704, symSize: 0x68 } + - { offsetInCU: 0x4F2, offset: 0x10DC02, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBBC, symBinAddr: 0xD476C, symSize: 0xC } + - { offsetInCU: 0x50E, offset: 0x10DC1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBC8, symBinAddr: 0xD4778, symSize: 0xC } + - { offsetInCU: 0x52C, offset: 0x10DC3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x860, symBinAddr: 0xD4410, symSize: 0x224 } + - { offsetInCU: 0x5A6, offset: 0x10DCB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfD', symObjAddr: 0xC48, symBinAddr: 0xD47F8, symSize: 0x3C } + - { offsetInCU: 0x67B, offset: 0x10DD8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfE', symObjAddr: 0xC24, symBinAddr: 0xD47D4, symSize: 0x24 } + - { offsetInCU: 0x6D3, offset: 0x10DDE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCMa', symObjAddr: 0xC84, symBinAddr: 0xD4834, symSize: 0x20 } + - { offsetInCU: 0x6E7, offset: 0x10DDF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs0C3KeyAAWl', symObjAddr: 0xD08, symBinAddr: 0xD4854, symSize: 0x44 } + - { offsetInCU: 0x6FB, offset: 0x10DE0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwet', symObjAddr: 0x1144, symBinAddr: 0xD49C4, symSize: 0x90 } + - { offsetInCU: 0x70F, offset: 0x10DE1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwst', symObjAddr: 0x11D4, symBinAddr: 0xD4A54, symSize: 0xBC } + - { offsetInCU: 0x723, offset: 0x10DE33, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwug', symObjAddr: 0x1290, symBinAddr: 0xD4B10, symSize: 0x8 } + - { offsetInCU: 0x737, offset: 0x10DE47, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwup', symObjAddr: 0x1298, symBinAddr: 0xD4B18, symSize: 0x4 } + - { offsetInCU: 0x74B, offset: 0x10DE5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwui', symObjAddr: 0x129C, symBinAddr: 0xD4B1C, symSize: 0x8 } + - { offsetInCU: 0x75F, offset: 0x10DE6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOMa', symObjAddr: 0x12A4, symBinAddr: 0xD4B24, symSize: 0x10 } + - { offsetInCU: 0x773, offset: 0x10DE83, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASQWb', symObjAddr: 0x12B4, symBinAddr: 0xD4B34, symSize: 0x4 } + - { offsetInCU: 0x787, offset: 0x10DE97, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFSQAAWl', symObjAddr: 0x12B8, symBinAddr: 0xD4B38, symSize: 0x44 } + - { offsetInCU: 0x79B, offset: 0x10DEAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x12FC, symBinAddr: 0xD4B7C, symSize: 0x4 } + - { offsetInCU: 0x7AF, offset: 0x10DEBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1300, symBinAddr: 0xD4B80, symSize: 0x44 } + - { offsetInCU: 0x7C3, offset: 0x10DED3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1344, symBinAddr: 0xD4BC4, symSize: 0x4 } + - { offsetInCU: 0x7D7, offset: 0x10DEE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1348, symBinAddr: 0xD4BC8, symSize: 0x44 } + - { offsetInCU: 0x83D, offset: 0x10DF4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA9C, symBinAddr: 0xD464C, symSize: 0xC } + - { offsetInCU: 0x859, offset: 0x10DF69, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH9hashValueSivgTW', symObjAddr: 0xAA8, symBinAddr: 0xD4658, symSize: 0x8 } + - { offsetInCU: 0x875, offset: 0x10DF85, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAB0, symBinAddr: 0xD4660, symSize: 0x8 } + - { offsetInCU: 0x891, offset: 0x10DFA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAB8, symBinAddr: 0xD4668, symSize: 0x8 } + - { offsetInCU: 0x8B3, offset: 0x10DFC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBD4, symBinAddr: 0xD4784, symSize: 0x28 } + - { offsetInCU: 0x8CF, offset: 0x10DFDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xBFC, symBinAddr: 0xD47AC, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x10E1AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xD4C0C, symSize: 0x78 } + - { offsetInCU: 0x5A, offset: 0x10E1DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xD4C0C, symSize: 0x78 } + - { offsetInCU: 0xCC, offset: 0x10E250, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfD', symObjAddr: 0x80, symBinAddr: 0xD4C8C, symSize: 0x2C } + - { offsetInCU: 0x144, offset: 0x10E2C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xCC, symBinAddr: 0xD4CD8, symSize: 0xC } + - { offsetInCU: 0x176, offset: 0x10E2FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0xD8, symBinAddr: 0xD4CE4, symSize: 0x20 } + - { offsetInCU: 0x192, offset: 0x10E316, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xF8, symBinAddr: 0xD4D04, symSize: 0x4 } + - { offsetInCU: 0x1AE, offset: 0x10E332, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xFC, symBinAddr: 0xD4D08, symSize: 0x4 } + - { offsetInCU: 0x1CB, offset: 0x10E34F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfE', symObjAddr: 0x78, symBinAddr: 0xD4C84, symSize: 0x8 } + - { offsetInCU: 0x223, offset: 0x10E3A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCMa', symObjAddr: 0xAC, symBinAddr: 0xD4CB8, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x10E54C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xD4D0C, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x10E571, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xD4D54, symSize: 0xA18 } + - { offsetInCU: 0x1C9, offset: 0x10E6C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xA60, symBinAddr: 0xD576C, symSize: 0xF54 } + - { offsetInCU: 0x6B1, offset: 0x10EBAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x19B4, symBinAddr: 0xD66C0, symSize: 0x20 } + - { offsetInCU: 0x6EA, offset: 0x10EBE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E64, symBinAddr: 0xD6B70, symSize: 0x20 } + - { offsetInCU: 0x718, offset: 0x10EC15, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E64, symBinAddr: 0xD6B70, symSize: 0x20 } + - { offsetInCU: 0x76C, offset: 0x10EC69, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x1EC8, symBinAddr: 0xD6BD4, symSize: 0x64 } + - { offsetInCU: 0x7D2, offset: 0x10ECCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1F2C, symBinAddr: 0xD6C38, symSize: 0x28 } + - { offsetInCU: 0x7EE, offset: 0x10ECEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1F54, symBinAddr: 0xD6C60, symSize: 0x8 } + - { offsetInCU: 0x824, offset: 0x10ED21, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1F5C, symBinAddr: 0xD6C68, symSize: 0x68 } + - { offsetInCU: 0x8A9, offset: 0x10EDA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1FC4, symBinAddr: 0xD6CD0, symSize: 0xC } + - { offsetInCU: 0x8C5, offset: 0x10EDC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1FD0, symBinAddr: 0xD6CDC, symSize: 0xC } + - { offsetInCU: 0x8EE, offset: 0x10EDEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x19D4, symBinAddr: 0xD66E0, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0x10EE24, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E84, symBinAddr: 0xD6B90, symSize: 0x20 } + - { offsetInCU: 0x955, offset: 0x10EE52, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E84, symBinAddr: 0xD6B90, symSize: 0x20 } + - { offsetInCU: 0x98F, offset: 0x10EE8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x20C4, symBinAddr: 0xD6DD0, symSize: 0x44 } + - { offsetInCU: 0x9D5, offset: 0x10EED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2108, symBinAddr: 0xD6E14, symSize: 0x28 } + - { offsetInCU: 0x9F1, offset: 0x10EEEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2130, symBinAddr: 0xD6E3C, symSize: 0x8 } + - { offsetInCU: 0xA27, offset: 0x10EF24, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2138, symBinAddr: 0xD6E44, symSize: 0x3C } + - { offsetInCU: 0xA8C, offset: 0x10EF89, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2174, symBinAddr: 0xD6E80, symSize: 0xC } + - { offsetInCU: 0xAA8, offset: 0x10EFA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2180, symBinAddr: 0xD6E8C, symSize: 0xC } + - { offsetInCU: 0xAC4, offset: 0x10EFC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2BBC, symBinAddr: 0xD7620, symSize: 0x50 } + - { offsetInCU: 0xAF1, offset: 0x10EFEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC6encode2toys7Encoder_p_tKF', symObjAddr: 0x19F4, symBinAddr: 0xD6700, symSize: 0x470 } + - { offsetInCU: 0xB64, offset: 0x10F061, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfd', symObjAddr: 0x2238, symBinAddr: 0xD6F44, symSize: 0x6C } + - { offsetInCU: 0xBAF, offset: 0x10F0AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfD', symObjAddr: 0x22A4, symBinAddr: 0xD6FB0, symSize: 0x1C } + - { offsetInCU: 0xC50, offset: 0x10F14D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfE', symObjAddr: 0x21DC, symBinAddr: 0xD6EE8, symSize: 0x5C } + - { offsetInCU: 0xCA8, offset: 0x10F1A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCMa', symObjAddr: 0x22C0, symBinAddr: 0xD6FCC, symSize: 0x20 } + - { offsetInCU: 0xCBC, offset: 0x10F1B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs0C3KeyAAWl', symObjAddr: 0x2344, symBinAddr: 0xD6FEC, symSize: 0x44 } + - { offsetInCU: 0xCD0, offset: 0x10F1CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs9CodingKeyAAWl', symObjAddr: 0x23CC, symBinAddr: 0xD7030, symSize: 0x44 } + - { offsetInCU: 0xCE4, offset: 0x10F1E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x273C, symBinAddr: 0xD71A0, symSize: 0x90 } + - { offsetInCU: 0xCF8, offset: 0x10F1F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x27CC, symBinAddr: 0xD7230, symSize: 0xBC } + - { offsetInCU: 0xD0C, offset: 0x10F209, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwug', symObjAddr: 0x2888, symBinAddr: 0xD72EC, symSize: 0x8 } + - { offsetInCU: 0xD20, offset: 0x10F21D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x2890, symBinAddr: 0xD72F4, symSize: 0x4 } + - { offsetInCU: 0xD34, offset: 0x10F231, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwui', symObjAddr: 0x2894, symBinAddr: 0xD72F8, symSize: 0x8 } + - { offsetInCU: 0xD48, offset: 0x10F245, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x289C, symBinAddr: 0xD7300, symSize: 0x10 } + - { offsetInCU: 0xD5C, offset: 0x10F259, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x28AC, symBinAddr: 0xD7310, symSize: 0x90 } + - { offsetInCU: 0xD70, offset: 0x10F26D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x293C, symBinAddr: 0xD73A0, symSize: 0xBC } + - { offsetInCU: 0xD84, offset: 0x10F281, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x29F8, symBinAddr: 0xD745C, symSize: 0x4 } + - { offsetInCU: 0xD98, offset: 0x10F295, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x29FC, symBinAddr: 0xD7460, symSize: 0x10 } + - { offsetInCU: 0xDAC, offset: 0x10F2A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x2A0C, symBinAddr: 0xD7470, symSize: 0x4 } + - { offsetInCU: 0xDC0, offset: 0x10F2BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x2A10, symBinAddr: 0xD7474, symSize: 0x44 } + - { offsetInCU: 0xDD4, offset: 0x10F2D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x2A54, symBinAddr: 0xD74B8, symSize: 0x4 } + - { offsetInCU: 0xDE8, offset: 0x10F2E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x2A58, symBinAddr: 0xD74BC, symSize: 0x44 } + - { offsetInCU: 0xDFC, offset: 0x10F2F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2A9C, symBinAddr: 0xD7500, symSize: 0x4 } + - { offsetInCU: 0xE10, offset: 0x10F30D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2AA0, symBinAddr: 0xD7504, symSize: 0x44 } + - { offsetInCU: 0xE24, offset: 0x10F321, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2AE4, symBinAddr: 0xD7548, symSize: 0x4 } + - { offsetInCU: 0xE38, offset: 0x10F335, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2AE8, symBinAddr: 0xD754C, symSize: 0x44 } + - { offsetInCU: 0xE4C, offset: 0x10F349, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2B2C, symBinAddr: 0xD7590, symSize: 0x4 } + - { offsetInCU: 0xE60, offset: 0x10F35D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B30, symBinAddr: 0xD7594, symSize: 0x44 } + - { offsetInCU: 0xE74, offset: 0x10F371, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2B74, symBinAddr: 0xD75D8, symSize: 0x4 } + - { offsetInCU: 0xE88, offset: 0x10F385, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2B78, symBinAddr: 0xD75DC, symSize: 0x44 } + - { offsetInCU: 0xEEE, offset: 0x10F3EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1EA4, symBinAddr: 0xD6BB0, symSize: 0xC } + - { offsetInCU: 0xF0A, offset: 0x10F407, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x1EB0, symBinAddr: 0xD6BBC, symSize: 0x8 } + - { offsetInCU: 0xF26, offset: 0x10F423, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1EB8, symBinAddr: 0xD6BC4, symSize: 0x8 } + - { offsetInCU: 0xF42, offset: 0x10F43F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1EC0, symBinAddr: 0xD6BCC, symSize: 0x8 } + - { offsetInCU: 0xF64, offset: 0x10F461, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1FDC, symBinAddr: 0xD6CE8, symSize: 0x28 } + - { offsetInCU: 0xF80, offset: 0x10F47D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2004, symBinAddr: 0xD6D10, symSize: 0x28 } + - { offsetInCU: 0xF9C, offset: 0x10F499, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x202C, symBinAddr: 0xD6D38, symSize: 0xC } + - { offsetInCU: 0xFF4, offset: 0x10F4F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x2038, symBinAddr: 0xD6D44, symSize: 0x44 } + - { offsetInCU: 0x105C, offset: 0x10F559, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x207C, symBinAddr: 0xD6D88, symSize: 0x8 } + - { offsetInCU: 0x1070, offset: 0x10F56D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2084, symBinAddr: 0xD6D90, symSize: 0x40 } + - { offsetInCU: 0x10AC, offset: 0x10F5A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x218C, symBinAddr: 0xD6E98, symSize: 0x28 } + - { offsetInCU: 0x10C8, offset: 0x10F5C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x21B4, symBinAddr: 0xD6EC0, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x10F7CF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xD7678, symSize: 0x2C } + - { offsetInCU: 0x4B, offset: 0x10F7F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvpZ', symObjAddr: 0x1490, symBinAddr: 0x1ED608, symSize: 0x0 } + - { offsetInCU: 0x65, offset: 0x10F80D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvgZ', symObjAddr: 0x7C0, symBinAddr: 0xD7E38, symSize: 0x74 } + - { offsetInCU: 0x9D, offset: 0x10F845, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0OtcfC', symObjAddr: 0x834, symBinAddr: 0xD7EAC, symSize: 0x20 } + - { offsetInCU: 0x116, offset: 0x10F8BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvsZ', symObjAddr: 0x94C, symBinAddr: 0xD7F90, symSize: 0x84 } + - { offsetInCU: 0x15E, offset: 0x10F906, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ', symObjAddr: 0xA30, symBinAddr: 0xD8014, symSize: 0x6C } + - { offsetInCU: 0x196, offset: 0x10F93E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ.resume.0', symObjAddr: 0xA9C, symBinAddr: 0xD8080, symSize: 0x4 } + - { offsetInCU: 0x1C1, offset: 0x10F969, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg', symObjAddr: 0xAA0, symBinAddr: 0xD8084, symSize: 0xC } + - { offsetInCU: 0x1EF, offset: 0x10F997, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs', symObjAddr: 0xAAC, symBinAddr: 0xD8090, symSize: 0xC } + - { offsetInCU: 0x22D, offset: 0x10F9D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM', symObjAddr: 0xAB8, symBinAddr: 0xD809C, symSize: 0x10 } + - { offsetInCU: 0x24B, offset: 0x10F9F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM.resume.0', symObjAddr: 0xAC8, symBinAddr: 0xD80AC, symSize: 0x4 } + - { offsetInCU: 0x276, offset: 0x10FA1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg', symObjAddr: 0xACC, symBinAddr: 0xD80B0, symSize: 0xC } + - { offsetInCU: 0x2A4, offset: 0x10FA4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs', symObjAddr: 0xAD8, symBinAddr: 0xD80BC, symSize: 0xC } + - { offsetInCU: 0x2DE, offset: 0x10FA86, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM', symObjAddr: 0xAE4, symBinAddr: 0xD80C8, symSize: 0x10 } + - { offsetInCU: 0x30C, offset: 0x10FAB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM.resume.0', symObjAddr: 0xAF4, symBinAddr: 0xD80D8, symSize: 0x4 } + - { offsetInCU: 0x337, offset: 0x10FADF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg', symObjAddr: 0xAF8, symBinAddr: 0xD80DC, symSize: 0xC } + - { offsetInCU: 0x365, offset: 0x10FB0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs', symObjAddr: 0xB40, symBinAddr: 0xD80E8, symSize: 0x8 } + - { offsetInCU: 0x3A2, offset: 0x10FB4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM', symObjAddr: 0xB84, symBinAddr: 0xD80F0, symSize: 0x10 } + - { offsetInCU: 0x3D0, offset: 0x10FB78, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM.resume.0', symObjAddr: 0xB94, symBinAddr: 0xD8100, symSize: 0x4 } + - { offsetInCU: 0x3FB, offset: 0x10FBA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg', symObjAddr: 0xB98, symBinAddr: 0xD8104, symSize: 0x8 } + - { offsetInCU: 0x429, offset: 0x10FBD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs', symObjAddr: 0xBA0, symBinAddr: 0xD810C, symSize: 0x28 } + - { offsetInCU: 0x468, offset: 0x10FC10, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM', symObjAddr: 0xBC8, symBinAddr: 0xD8134, symSize: 0x10 } + - { offsetInCU: 0x496, offset: 0x10FC3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM.resume.0', symObjAddr: 0xBD8, symBinAddr: 0xD8144, symSize: 0x4 } + - { offsetInCU: 0x4C1, offset: 0x10FC69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF', symObjAddr: 0xBDC, symBinAddr: 0xD8148, symSize: 0x150 } + - { offsetInCU: 0x725, offset: 0x10FECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ', symObjAddr: 0xD2C, symBinAddr: 0xD8298, symSize: 0x4 } + - { offsetInCU: 0x748, offset: 0x10FEF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV9hashValueSivg', symObjAddr: 0xD30, symBinAddr: 0xD829C, symSize: 0x3C } + - { offsetInCU: 0x7D4, offset: 0x10FF7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH9hashValueSivgTW', symObjAddr: 0xD6C, symBinAddr: 0xD82D8, symSize: 0x3C } + - { offsetInCU: 0x863, offset: 0x11000B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDA8, symBinAddr: 0xD8314, symSize: 0x4 } + - { offsetInCU: 0x886, offset: 0x11002E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDE4, symBinAddr: 0xD8350, symSize: 0x4 } + - { offsetInCU: 0x8A6, offset: 0x11004E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDE4, symBinAddr: 0xD8350, symSize: 0x4 } + - { offsetInCU: 0x8B7, offset: 0x11005F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0xE84, symBinAddr: 0xD839C, symSize: 0x160 } + - { offsetInCU: 0x1109, offset: 0x1108B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6shared_WZ', symObjAddr: 0x854, symBinAddr: 0xD7ECC, symSize: 0x88 } + - { offsetInCU: 0x11B9, offset: 0x110961, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOb', symObjAddr: 0x910, symBinAddr: 0xD7F54, symSize: 0x3C } + - { offsetInCU: 0x1285, offset: 0x110A2D, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0xE3C, symBinAddr: 0xD8354, symSize: 0x48 } + - { offsetInCU: 0x12BE, offset: 0x110A66, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASQWb', symObjAddr: 0xFE4, symBinAddr: 0xD84FC, symSize: 0x4 } + - { offsetInCU: 0x12D2, offset: 0x110A7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVACSQAAWl', symObjAddr: 0xFE8, symBinAddr: 0xD8500, symSize: 0x44 } + - { offsetInCU: 0x12E6, offset: 0x110A8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwCP', symObjAddr: 0x102C, symBinAddr: 0xD8544, symSize: 0x30 } + - { offsetInCU: 0x12FA, offset: 0x110AA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwxx', symObjAddr: 0x105C, symBinAddr: 0xD8574, symSize: 0x3C } + - { offsetInCU: 0x130E, offset: 0x110AB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwcp', symObjAddr: 0x1098, symBinAddr: 0xD85B0, symSize: 0xB0 } + - { offsetInCU: 0x1322, offset: 0x110ACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwca', symObjAddr: 0x1148, symBinAddr: 0xD8660, symSize: 0xEC } + - { offsetInCU: 0x1336, offset: 0x110ADE, size: 0x8, addend: 0x0, symName: ___swift_memcpy104_8, symObjAddr: 0x1268, symBinAddr: 0xD874C, symSize: 0x2C } + - { offsetInCU: 0x134A, offset: 0x110AF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwta', symObjAddr: 0x1294, symBinAddr: 0xD8778, symSize: 0x84 } + - { offsetInCU: 0x135E, offset: 0x110B06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwet', symObjAddr: 0x1318, symBinAddr: 0xD87FC, symSize: 0x48 } + - { offsetInCU: 0x1372, offset: 0x110B1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwst', symObjAddr: 0x1360, symBinAddr: 0xD8844, symSize: 0x58 } + - { offsetInCU: 0x1386, offset: 0x110B2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVMa', symObjAddr: 0x13B8, symBinAddr: 0xD889C, symSize: 0x10 } + - { offsetInCU: 0x13AB, offset: 0x110B53, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xD7678, symSize: 0x2C } + - { offsetInCU: 0x140E, offset: 0x110BB6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x2C, symBinAddr: 0xD76A4, symSize: 0x2C } + - { offsetInCU: 0x1471, offset: 0x110C19, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x58, symBinAddr: 0xD76D0, symSize: 0x2C } + - { offsetInCU: 0x14D4, offset: 0x110C7C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x84, symBinAddr: 0xD76FC, symSize: 0x40 } + - { offsetInCU: 0x1539, offset: 0x110CE1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0xC4, symBinAddr: 0xD773C, symSize: 0x40 } + - { offsetInCU: 0x159E, offset: 0x110D46, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x104, symBinAddr: 0xD777C, symSize: 0x2C } + - { offsetInCU: 0x1601, offset: 0x110DA9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x130, symBinAddr: 0xD77A8, symSize: 0x2C } + - { offsetInCU: 0x1664, offset: 0x110E0C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x15C, symBinAddr: 0xD77D4, symSize: 0x40 } + - { offsetInCU: 0x16C9, offset: 0x110E71, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x19C, symBinAddr: 0xD7814, symSize: 0x2C } + - { offsetInCU: 0x172C, offset: 0x110ED4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1C8, symBinAddr: 0xD7840, symSize: 0x40 } + - { offsetInCU: 0x175D, offset: 0x110F05, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x208, symBinAddr: 0xD7880, symSize: 0x40 } + - { offsetInCU: 0x17C2, offset: 0x110F6A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x248, symBinAddr: 0xD78C0, symSize: 0x2C } + - { offsetInCU: 0x1825, offset: 0x110FCD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x274, symBinAddr: 0xD78EC, symSize: 0x40 } + - { offsetInCU: 0x188A, offset: 0x111032, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x2B4, symBinAddr: 0xD792C, symSize: 0x40 } + - { offsetInCU: 0x18EF, offset: 0x111097, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x2F4, symBinAddr: 0xD796C, symSize: 0x40 } + - { offsetInCU: 0x1954, offset: 0x1110FC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x334, symBinAddr: 0xD79AC, symSize: 0x2C } + - { offsetInCU: 0x19B7, offset: 0x11115F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x360, symBinAddr: 0xD79D8, symSize: 0x94 } + - { offsetInCU: 0x19FD, offset: 0x1111A5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x3F4, symBinAddr: 0xD7A6C, symSize: 0x40 } + - { offsetInCU: 0x1A62, offset: 0x11120A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x434, symBinAddr: 0xD7AAC, symSize: 0x2C } + - { offsetInCU: 0x1AC5, offset: 0x11126D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x460, symBinAddr: 0xD7AD8, symSize: 0x6C } + - { offsetInCU: 0x1AF6, offset: 0x11129E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x4CC, symBinAddr: 0xD7B44, symSize: 0x2C } + - { offsetInCU: 0x1B59, offset: 0x111301, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x4F8, symBinAddr: 0xD7B70, symSize: 0x2C } + - { offsetInCU: 0x1BBC, offset: 0x111364, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x524, symBinAddr: 0xD7B9C, symSize: 0x2C } + - { offsetInCU: 0x1BED, offset: 0x111395, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x550, symBinAddr: 0xD7BC8, symSize: 0x40 } + - { offsetInCU: 0x1C52, offset: 0x1113FA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x590, symBinAddr: 0xD7C08, symSize: 0x2C } + - { offsetInCU: 0x1CB5, offset: 0x11145D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0x5BC, symBinAddr: 0xD7C34, symSize: 0x40 } + - { offsetInCU: 0x1D1A, offset: 0x1114C2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x5FC, symBinAddr: 0xD7C74, symSize: 0x2C } + - { offsetInCU: 0x1D7D, offset: 0x111525, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC0G8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x628, symBinAddr: 0xD7CA0, symSize: 0x2C } + - { offsetInCU: 0x1DAE, offset: 0x111556, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x654, symBinAddr: 0xD7CCC, symSize: 0x2C } + - { offsetInCU: 0x1E11, offset: 0x1115B9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x680, symBinAddr: 0xD7CF8, symSize: 0x2C } + - { offsetInCU: 0x1E42, offset: 0x1115EA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0x6AC, symBinAddr: 0xD7D24, symSize: 0x2C } + - { offsetInCU: 0x1E73, offset: 0x11161B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x6D8, symBinAddr: 0xD7D50, symSize: 0x2C } + - { offsetInCU: 0x1EA4, offset: 0x11164C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x704, symBinAddr: 0xD7D7C, symSize: 0x2C } + - { offsetInCU: 0x1F07, offset: 0x1116AF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x730, symBinAddr: 0xD7DA8, symSize: 0x2C } + - { offsetInCU: 0x1F6A, offset: 0x111712, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x75C, symBinAddr: 0xD7DD4, symSize: 0x28 } + - { offsetInCU: 0x1F9B, offset: 0x111743, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0x784, symBinAddr: 0xD7DFC, symSize: 0x3C } + - { offsetInCU: 0x209C, offset: 0x111844, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDAC, symBinAddr: 0xD8318, symSize: 0x38 } + - { offsetInCU: 0x20F8, offset: 0x1118A0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x13C8, symBinAddr: 0xD88AC, symSize: 0x14 } + - { offsetInCU: 0x2118, offset: 0x1118C0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x13C8, symBinAddr: 0xD88AC, symSize: 0x14 } + - { offsetInCU: 0x2129, offset: 0x1118D1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x13DC, symBinAddr: 0xD88C0, symSize: 0xC } + - { offsetInCU: 0x2149, offset: 0x1118F1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x13DC, symBinAddr: 0xD88C0, symSize: 0xC } + - { offsetInCU: 0x215A, offset: 0x111902, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x13E8, symBinAddr: 0xD88CC, symSize: 0xC } + - { offsetInCU: 0x217A, offset: 0x111922, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x13E8, symBinAddr: 0xD88CC, symSize: 0xC } + - { offsetInCU: 0x218B, offset: 0x111933, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x13F4, symBinAddr: 0xD88D8, symSize: 0xC } + - { offsetInCU: 0x21AB, offset: 0x111953, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x13F4, symBinAddr: 0xD88D8, symSize: 0xC } + - { offsetInCU: 0x21BC, offset: 0x111964, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x1400, symBinAddr: 0xD88E4, symSize: 0x14 } + - { offsetInCU: 0x21DC, offset: 0x111984, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x1400, symBinAddr: 0xD88E4, symSize: 0x14 } + - { offsetInCU: 0x21ED, offset: 0x111995, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1414, symBinAddr: 0xD88F8, symSize: 0x14 } + - { offsetInCU: 0x220D, offset: 0x1119B5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1414, symBinAddr: 0xD88F8, symSize: 0x14 } + - { offsetInCU: 0x221E, offset: 0x1119C6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1428, symBinAddr: 0xD890C, symSize: 0xC } + - { offsetInCU: 0x223E, offset: 0x1119E6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1428, symBinAddr: 0xD890C, symSize: 0xC } + - { offsetInCU: 0x224F, offset: 0x1119F7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1434, symBinAddr: 0xD8918, symSize: 0xC } + - { offsetInCU: 0x226F, offset: 0x111A17, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1434, symBinAddr: 0xD8918, symSize: 0xC } + - { offsetInCU: 0x2280, offset: 0x111A28, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1440, symBinAddr: 0xD8924, symSize: 0xC } + - { offsetInCU: 0x22A0, offset: 0x111A48, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1440, symBinAddr: 0xD8924, symSize: 0xC } + - { offsetInCU: 0x22B1, offset: 0x111A59, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x144C, symBinAddr: 0xD8930, symSize: 0x14 } + - { offsetInCU: 0x22D1, offset: 0x111A79, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x144C, symBinAddr: 0xD8930, symSize: 0x14 } + - { offsetInCU: 0x22E2, offset: 0x111A8A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x1460, symBinAddr: 0xD8944, symSize: 0xC } + - { offsetInCU: 0x2302, offset: 0x111AAA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x1460, symBinAddr: 0xD8944, symSize: 0xC } + - { offsetInCU: 0x2313, offset: 0x111ABB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x146C, symBinAddr: 0xD8950, symSize: 0xC } + - { offsetInCU: 0x2333, offset: 0x111ADB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x146C, symBinAddr: 0xD8950, symSize: 0xC } + - { offsetInCU: 0x2344, offset: 0x111AEC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1478, symBinAddr: 0xD895C, symSize: 0x10 } + - { offsetInCU: 0x2364, offset: 0x111B0C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1478, symBinAddr: 0xD895C, symSize: 0x10 } + - { offsetInCU: 0x7F, offset: 0x111D94, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xD8A30, symSize: 0x18 } + - { offsetInCU: 0xB0, offset: 0x111DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0xD8A48, symSize: 0xC } + - { offsetInCU: 0xD9, offset: 0x111DEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0xD8AFC, symSize: 0x48 } + - { offsetInCU: 0xFE, offset: 0x111E13, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0xD8B44, symSize: 0x2E8 } + - { offsetInCU: 0x166, offset: 0x111E7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4BC, symBinAddr: 0xD8E2C, symSize: 0x3AC } + - { offsetInCU: 0x2FC, offset: 0x112011, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO8rawValueSSvg', symObjAddr: 0x868, symBinAddr: 0xD91D8, symSize: 0x18 } + - { offsetInCU: 0x335, offset: 0x11204A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xA68, symBinAddr: 0xD93D8, symSize: 0x18 } + - { offsetInCU: 0x363, offset: 0x112078, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xA68, symBinAddr: 0xD93D8, symSize: 0x18 } + - { offsetInCU: 0x3B5, offset: 0x1120CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xAA4, symBinAddr: 0xD9414, symSize: 0x64 } + - { offsetInCU: 0x41B, offset: 0x112130, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xB08, symBinAddr: 0xD9478, symSize: 0x28 } + - { offsetInCU: 0x437, offset: 0x11214C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB30, symBinAddr: 0xD94A0, symSize: 0x8 } + - { offsetInCU: 0x46D, offset: 0x112182, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB38, symBinAddr: 0xD94A8, symSize: 0x68 } + - { offsetInCU: 0x4F2, offset: 0x112207, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBA0, symBinAddr: 0xD9510, symSize: 0xC } + - { offsetInCU: 0x50E, offset: 0x112223, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBAC, symBinAddr: 0xD951C, symSize: 0xC } + - { offsetInCU: 0x52C, offset: 0x112241, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x880, symBinAddr: 0xD91F0, symSize: 0x1E8 } + - { offsetInCU: 0x5A6, offset: 0x1122BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfD', symObjAddr: 0xC24, symBinAddr: 0xD9594, symSize: 0x34 } + - { offsetInCU: 0x616, offset: 0x11232B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCEC, symBinAddr: 0xD964C, symSize: 0xC } + - { offsetInCU: 0x6BC, offset: 0x1123D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfE', symObjAddr: 0xC08, symBinAddr: 0xD9578, symSize: 0x1C } + - { offsetInCU: 0x714, offset: 0x112429, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCMa', symObjAddr: 0xC58, symBinAddr: 0xD95C8, symSize: 0x20 } + - { offsetInCU: 0x728, offset: 0x11243D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOwup', symObjAddr: 0xC90, symBinAddr: 0xD95F0, symSize: 0x4 } + - { offsetInCU: 0x73C, offset: 0x112451, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOMa', symObjAddr: 0xC94, symBinAddr: 0xD95F4, symSize: 0x10 } + - { offsetInCU: 0x750, offset: 0x112465, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASQWb', symObjAddr: 0xCA4, symBinAddr: 0xD9604, symSize: 0x4 } + - { offsetInCU: 0x764, offset: 0x112479, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSQAAWl', symObjAddr: 0xCA8, symBinAddr: 0xD9608, symSize: 0x44 } + - { offsetInCU: 0x778, offset: 0x11248D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSYAAWl', symObjAddr: 0xCF8, symBinAddr: 0xD9658, symSize: 0x44 } + - { offsetInCU: 0x78C, offset: 0x1124A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs0C3KeyAAWl', symObjAddr: 0xDA0, symBinAddr: 0xD969C, symSize: 0x44 } + - { offsetInCU: 0x7A0, offset: 0x1124B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSEAAWl', symObjAddr: 0xEB0, symBinAddr: 0xD9724, symSize: 0x44 } + - { offsetInCU: 0x7B4, offset: 0x1124C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSeAAWl', symObjAddr: 0x1084, symBinAddr: 0xD9850, symSize: 0x44 } + - { offsetInCU: 0x7C8, offset: 0x1124DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwug', symObjAddr: 0x1320, symBinAddr: 0xD99E8, symSize: 0x8 } + - { offsetInCU: 0x7DC, offset: 0x1124F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwup', symObjAddr: 0x1328, symBinAddr: 0xD99F0, symSize: 0x4 } + - { offsetInCU: 0x7F0, offset: 0x112505, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwui', symObjAddr: 0x132C, symBinAddr: 0xD99F4, symSize: 0x8 } + - { offsetInCU: 0x804, offset: 0x112519, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOMa', symObjAddr: 0x1334, symBinAddr: 0xD99FC, symSize: 0x10 } + - { offsetInCU: 0x818, offset: 0x11252D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASQWb', symObjAddr: 0x1344, symBinAddr: 0xD9A0C, symSize: 0x4 } + - { offsetInCU: 0x82C, offset: 0x112541, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFSQAAWl', symObjAddr: 0x1348, symBinAddr: 0xD9A10, symSize: 0x44 } + - { offsetInCU: 0x840, offset: 0x112555, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x138C, symBinAddr: 0xD9A54, symSize: 0x4 } + - { offsetInCU: 0x854, offset: 0x112569, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1390, symBinAddr: 0xD9A58, symSize: 0x44 } + - { offsetInCU: 0x868, offset: 0x11257D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x13D4, symBinAddr: 0xD9A9C, symSize: 0x4 } + - { offsetInCU: 0x87C, offset: 0x112591, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x13D8, symBinAddr: 0xD9AA0, symSize: 0x44 } + - { offsetInCU: 0x8B0, offset: 0x1125C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xD8970, symSize: 0x14 } + - { offsetInCU: 0x941, offset: 0x112656, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xD8984, symSize: 0x44 } + - { offsetInCU: 0x9F0, offset: 0x112705, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xD89C8, symSize: 0x28 } + - { offsetInCU: 0xA43, offset: 0x112758, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xD89F0, symSize: 0x40 } + - { offsetInCU: 0xAC6, offset: 0x1127DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0xD8A54, symSize: 0x5C } + - { offsetInCU: 0xAE9, offset: 0x1127FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xD8AB0, symSize: 0x4C } + - { offsetInCU: 0xB4D, offset: 0x112862, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA80, symBinAddr: 0xD93F0, symSize: 0xC } + - { offsetInCU: 0xB69, offset: 0x11287E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0xA8C, symBinAddr: 0xD93FC, symSize: 0x8 } + - { offsetInCU: 0xB85, offset: 0x11289A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA94, symBinAddr: 0xD9404, symSize: 0x8 } + - { offsetInCU: 0xBA1, offset: 0x1128B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA9C, symBinAddr: 0xD940C, symSize: 0x8 } + - { offsetInCU: 0xBC3, offset: 0x1128D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBB8, symBinAddr: 0xD9528, symSize: 0x28 } + - { offsetInCU: 0xBDF, offset: 0x1128F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xBE0, symBinAddr: 0xD9550, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x112AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x30, symBinAddr: 0xD9AEC, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x112AD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x30, symBinAddr: 0xD9AEC, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x112AEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwet', symObjAddr: 0x70, symBinAddr: 0xD9B1C, symSize: 0x20 } + - { offsetInCU: 0x67, offset: 0x112B00, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwst', symObjAddr: 0x90, symBinAddr: 0xD9B3C, symSize: 0x2C } + - { offsetInCU: 0x7B, offset: 0x112B14, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwug', symObjAddr: 0xBC, symBinAddr: 0xD9B68, symSize: 0x8 } + - { offsetInCU: 0x8F, offset: 0x112B28, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwup', symObjAddr: 0xC4, symBinAddr: 0xD9B70, symSize: 0x4 } + - { offsetInCU: 0xA3, offset: 0x112B3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwui', symObjAddr: 0xC8, symBinAddr: 0xD9B74, symSize: 0x4 } + - { offsetInCU: 0xB7, offset: 0x112B50, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOMa', symObjAddr: 0xCC, symBinAddr: 0xD9B78, symSize: 0x10 } + - { offsetInCU: 0xDC, offset: 0x112B75, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0xDC, symBinAddr: 0xD9B88, symSize: 0x4 } + - { offsetInCU: 0xF8, offset: 0x112B91, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0xE0, symBinAddr: 0xD9B8C, symSize: 0x4 } + - { offsetInCU: 0x114, offset: 0x112BAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0xE4, symBinAddr: 0xD9B90, symSize: 0x4 } + - { offsetInCU: 0x130, offset: 0x112BC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE8, symBinAddr: 0xD9B94, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x112D1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8, symBinAddr: 0xD9B98, symSize: 0xC4 } + - { offsetInCU: 0x81, offset: 0x112D77, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8, symBinAddr: 0xD9B98, symSize: 0xC4 } + - { offsetInCU: 0x1AF, offset: 0x112EA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xCC, symBinAddr: 0xD9C5C, symSize: 0xC4 } + - { offsetInCU: 0x2D0, offset: 0x112FC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x190, symBinAddr: 0xD9D20, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x112FE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x198, symBinAddr: 0xD9D28, symSize: 0x8 } + - { offsetInCU: 0x308, offset: 0x112FFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOc', symObjAddr: 0x1A0, symBinAddr: 0xD9D30, symSize: 0x44 } + - { offsetInCU: 0x31C, offset: 0x113012, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x228, symBinAddr: 0xD9D74, symSize: 0xC } + - { offsetInCU: 0x338, offset: 0x11302E, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x234, symBinAddr: 0xD9D80, symSize: 0x8 } + - { offsetInCU: 0x354, offset: 0x11304A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x23C, symBinAddr: 0xD9D88, symSize: 0xC } + - { offsetInCU: 0x370, offset: 0x113066, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x248, symBinAddr: 0xD9D94, symSize: 0x8 } + - { offsetInCU: 0x38C, offset: 0x113082, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x250, symBinAddr: 0xD9D9C, symSize: 0xC } + - { offsetInCU: 0x3A8, offset: 0x11309E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x25C, symBinAddr: 0xD9DA8, symSize: 0x8 } + - { offsetInCU: 0x3C4, offset: 0x1130BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x264, symBinAddr: 0xD9DB0, symSize: 0xC } + - { offsetInCU: 0x3E0, offset: 0x1130D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x270, symBinAddr: 0xD9DBC, symSize: 0x8 } + - { offsetInCU: 0x3FC, offset: 0x1130F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x278, symBinAddr: 0xD9DC4, symSize: 0xC } + - { offsetInCU: 0x418, offset: 0x11310E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x284, symBinAddr: 0xD9DD0, symSize: 0x8 } + - { offsetInCU: 0x434, offset: 0x11312A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xD9DD8, symSize: 0x8 } + - { offsetInCU: 0x450, offset: 0x113146, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x294, symBinAddr: 0xD9DE0, symSize: 0xC } + - { offsetInCU: 0x46C, offset: 0x113162, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2A0, symBinAddr: 0xD9DEC, symSize: 0x8 } + - { offsetInCU: 0x488, offset: 0x11317E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A8, symBinAddr: 0xD9DF4, symSize: 0xC } + - { offsetInCU: 0x4A4, offset: 0x11319A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2B4, symBinAddr: 0xD9E00, symSize: 0x8 } + - { offsetInCU: 0x4C0, offset: 0x1131B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2BC, symBinAddr: 0xD9E08, symSize: 0xC } + - { offsetInCU: 0x4DC, offset: 0x1131D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2C8, symBinAddr: 0xD9E14, symSize: 0x8 } + - { offsetInCU: 0x4F8, offset: 0x1131EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2D0, symBinAddr: 0xD9E1C, symSize: 0xC } + - { offsetInCU: 0x514, offset: 0x11320A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2DC, symBinAddr: 0xD9E28, symSize: 0x8 } + - { offsetInCU: 0x530, offset: 0x113226, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2E4, symBinAddr: 0xD9E30, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x113242, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0xD9E3C, symSize: 0x8 } + - { offsetInCU: 0x568, offset: 0x11325E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2F8, symBinAddr: 0xD9E44, symSize: 0xC } + - { offsetInCU: 0x584, offset: 0x11327A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x304, symBinAddr: 0xD9E50, symSize: 0x8 } + - { offsetInCU: 0x43, offset: 0x1134A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg', symObjAddr: 0x0, symBinAddr: 0xD9E58, symSize: 0x8 } + - { offsetInCU: 0x61, offset: 0x1134C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8, symBinAddr: 0xD9E60, symSize: 0x144 } + - { offsetInCU: 0xC8, offset: 0x11352E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x198, symBinAddr: 0xD9FA4, symSize: 0x90 } + - { offsetInCU: 0xF7, offset: 0x11355D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x228, symBinAddr: 0xDA034, symSize: 0x14 } + - { offsetInCU: 0x15C, offset: 0x1135C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x23C, symBinAddr: 0xDA048, symSize: 0x90 } + - { offsetInCU: 0x1F1, offset: 0x113657, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueACyp_tKcfC', symObjAddr: 0x2CC, symBinAddr: 0xDA0D8, symSize: 0x13C } + - { offsetInCU: 0x315, offset: 0x11377B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x408, symBinAddr: 0xDA214, symSize: 0x23C } + - { offsetInCU: 0x3F7, offset: 0x11385D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x774, symBinAddr: 0xDA540, symSize: 0x11C } + - { offsetInCU: 0x455, offset: 0x1138BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO11stringValueSSvg', symObjAddr: 0x890, symBinAddr: 0xDA65C, symSize: 0x14 } + - { offsetInCU: 0x496, offset: 0x1138FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x8C8, symBinAddr: 0xDA694, symSize: 0x70 } + - { offsetInCU: 0x4CA, offset: 0x113930, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x938, symBinAddr: 0xDA704, symSize: 0x28 } + - { offsetInCU: 0x4E6, offset: 0x11394C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x960, symBinAddr: 0xDA72C, symSize: 0x8 } + - { offsetInCU: 0x51C, offset: 0x113982, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x968, symBinAddr: 0xDA734, symSize: 0x74 } + - { offsetInCU: 0x567, offset: 0x1139CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x9DC, symBinAddr: 0xDA7A8, symSize: 0xC } + - { offsetInCU: 0x583, offset: 0x1139E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x9E8, symBinAddr: 0xDA7B4, symSize: 0xC } + - { offsetInCU: 0x5A1, offset: 0x113A07, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF', symObjAddr: 0xA44, symBinAddr: 0xDA810, symSize: 0x44 } + - { offsetInCU: 0x5FE, offset: 0x113A64, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ', symObjAddr: 0xA88, symBinAddr: 0xDA854, symSize: 0x2C } + - { offsetInCU: 0x646, offset: 0x113AAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV9hashValueSivg', symObjAddr: 0xAB4, symBinAddr: 0xDA880, symSize: 0x60 } + - { offsetInCU: 0x714, offset: 0x113B7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xB14, symBinAddr: 0xDA8E0, symSize: 0x14 } + - { offsetInCU: 0x737, offset: 0x113B9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xB28, symBinAddr: 0xDA8F4, symSize: 0x14 } + - { offsetInCU: 0x75A, offset: 0x113BC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH9hashValueSivgTW', symObjAddr: 0xB3C, symBinAddr: 0xDA908, symSize: 0x4 } + - { offsetInCU: 0x776, offset: 0x113BDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB40, symBinAddr: 0xDA90C, symSize: 0x44 } + - { offsetInCU: 0x801, offset: 0x113C67, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBE0, symBinAddr: 0xDA9AC, symSize: 0x2C } + - { offsetInCU: 0x821, offset: 0x113C87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBE0, symBinAddr: 0xDA9AC, symSize: 0x2C } + - { offsetInCU: 0x833, offset: 0x113C99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs0C3KeyAAWl', symObjAddr: 0x684, symBinAddr: 0xDA450, symSize: 0x44 } + - { offsetInCU: 0x847, offset: 0x113CAD, size: 0x8, addend: 0x0, symName: '_$sSaySdGSayxGSesSeRzlWl', symObjAddr: 0x6C8, symBinAddr: 0xDA494, symSize: 0x58 } + - { offsetInCU: 0x85B, offset: 0x113CC1, size: 0x8, addend: 0x0, symName: '_$sSaySdGMa', symObjAddr: 0x720, symBinAddr: 0xDA4EC, symSize: 0x54 } + - { offsetInCU: 0x890, offset: 0x113CF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV5valueACyp_tKcfC', symObjAddr: 0xC0C, symBinAddr: 0xDA9D8, symSize: 0x3F8 } + - { offsetInCU: 0xAD5, offset: 0x113F3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1004, symBinAddr: 0xDADD0, symSize: 0x1AC } + - { offsetInCU: 0xB30, offset: 0x113F96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x11B0, symBinAddr: 0xDAF7C, symSize: 0xFC } + - { offsetInCU: 0xB7B, offset: 0x113FE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASQWb', symObjAddr: 0x12AC, symBinAddr: 0xDB078, symSize: 0x4 } + - { offsetInCU: 0xB8F, offset: 0x113FF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSQAAWl', symObjAddr: 0x12B0, symBinAddr: 0xDB07C, symSize: 0x44 } + - { offsetInCU: 0xBA3, offset: 0x114009, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x12F4, symBinAddr: 0xDB0C0, symSize: 0x14 } + - { offsetInCU: 0xBC6, offset: 0x11402C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1308, symBinAddr: 0xDB0D4, symSize: 0x14 } + - { offsetInCU: 0xBE9, offset: 0x11404F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwet', symObjAddr: 0x132C, symBinAddr: 0xDB0E8, symSize: 0x20 } + - { offsetInCU: 0xBFD, offset: 0x114063, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwst', symObjAddr: 0x134C, symBinAddr: 0xDB108, symSize: 0x28 } + - { offsetInCU: 0xC11, offset: 0x114077, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVMa', symObjAddr: 0x1374, symBinAddr: 0xDB130, symSize: 0x10 } + - { offsetInCU: 0xC25, offset: 0x11408B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwet', symObjAddr: 0x1390, symBinAddr: 0xDB140, symSize: 0x90 } + - { offsetInCU: 0xC39, offset: 0x11409F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwst', symObjAddr: 0x1420, symBinAddr: 0xDB1D0, symSize: 0xBC } + - { offsetInCU: 0xC4D, offset: 0x1140B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwug', symObjAddr: 0x14DC, symBinAddr: 0xDB28C, symSize: 0x8 } + - { offsetInCU: 0xC61, offset: 0x1140C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwup', symObjAddr: 0x14E4, symBinAddr: 0xDB294, symSize: 0x4 } + - { offsetInCU: 0xC75, offset: 0x1140DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwui', symObjAddr: 0x14E8, symBinAddr: 0xDB298, symSize: 0xC } + - { offsetInCU: 0xC89, offset: 0x1140EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOMa', symObjAddr: 0x14F4, symBinAddr: 0xDB2A4, symSize: 0x10 } + - { offsetInCU: 0xC9D, offset: 0x114103, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASQWb', symObjAddr: 0x1504, symBinAddr: 0xDB2B4, symSize: 0x4 } + - { offsetInCU: 0xCB1, offset: 0x114117, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFSQAAWl', symObjAddr: 0x1508, symBinAddr: 0xDB2B8, symSize: 0x44 } + - { offsetInCU: 0xCC5, offset: 0x11412B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x154C, symBinAddr: 0xDB2FC, symSize: 0x4 } + - { offsetInCU: 0xCD9, offset: 0x11413F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1550, symBinAddr: 0xDB300, symSize: 0x44 } + - { offsetInCU: 0xCED, offset: 0x114153, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1594, symBinAddr: 0xDB344, symSize: 0x4 } + - { offsetInCU: 0xD01, offset: 0x114167, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1598, symBinAddr: 0xDB348, symSize: 0x44 } + - { offsetInCU: 0xD57, offset: 0x1141BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV5valueACyp_tKcfC', symObjAddr: 0x15DC, symBinAddr: 0xDB38C, symSize: 0x174 } + - { offsetInCU: 0x116E, offset: 0x1145D4, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE7rotated_4axisAB12CoreGraphics7CGFloatV_AbCE4AxisOtF', symObjAddr: 0x1750, symBinAddr: 0xDB500, symSize: 0xD4 } + - { offsetInCU: 0x12EE, offset: 0x114754, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE13makeTransform6anchor8position5scale9rotationX0H1Y0H1Z4skew0I4AxisABSo7CGPointV_ANSo6CGSizeV12CoreGraphics7CGFloatVA3SSgATtFZTf4nnnnnnnnd_n', symObjAddr: 0x1824, symBinAddr: 0xDB5D4, symSize: 0x460 } + - { offsetInCU: 0x15AC, offset: 0x114A12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8A4, symBinAddr: 0xDA670, symSize: 0xC } + - { offsetInCU: 0x15C8, offset: 0x114A2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH9hashValueSivgTW', symObjAddr: 0x8B0, symBinAddr: 0xDA67C, symSize: 0x8 } + - { offsetInCU: 0x15E4, offset: 0x114A4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8B8, symBinAddr: 0xDA684, symSize: 0x8 } + - { offsetInCU: 0x1600, offset: 0x114A66, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8C0, symBinAddr: 0xDA68C, symSize: 0x8 } + - { offsetInCU: 0x1622, offset: 0x114A88, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x9F4, symBinAddr: 0xDA7C0, symSize: 0x28 } + - { offsetInCU: 0x163E, offset: 0x114AA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA1C, symBinAddr: 0xDA7E8, symSize: 0x28 } + - { offsetInCU: 0x1687, offset: 0x114AED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB84, symBinAddr: 0xDA950, symSize: 0x5C } + - { offsetInCU: 0xED, offset: 0x114ED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF', symObjAddr: 0x330, symBinAddr: 0xDBD88, symSize: 0x32C } + - { offsetInCU: 0x36D, offset: 0x115155, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ', symObjAddr: 0x65C, symBinAddr: 0xDC0B4, symSize: 0x4 } + - { offsetInCU: 0x381, offset: 0x115169, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x678, symBinAddr: 0xDC0D0, symSize: 0x4 } + - { offsetInCU: 0x3A4, offset: 0x11518C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x688, symBinAddr: 0xDC0E0, symSize: 0x4 } + - { offsetInCU: 0x3C4, offset: 0x1151AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x688, symBinAddr: 0xDC0E0, symSize: 0x4 } + - { offsetInCU: 0x3E4, offset: 0x1151CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0xDA8, symBinAddr: 0xDC800, symSize: 0x868 } + - { offsetInCU: 0x478, offset: 0x115260, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF', symObjAddr: 0x178, symBinAddr: 0xDBBD0, symSize: 0xA8 } + - { offsetInCU: 0x59A, offset: 0x115382, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ', symObjAddr: 0x220, symBinAddr: 0xDBC78, symSize: 0x4 } + - { offsetInCU: 0x5BD, offset: 0x1153A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg', symObjAddr: 0x23C, symBinAddr: 0xDBC94, symSize: 0x50 } + - { offsetInCU: 0x649, offset: 0x115431, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH9hashValueSivgTW', symObjAddr: 0x28C, symBinAddr: 0xDBCE4, symSize: 0x50 } + - { offsetInCU: 0x6D8, offset: 0x1154C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2DC, symBinAddr: 0xDBD34, symSize: 0x4 } + - { offsetInCU: 0x6FB, offset: 0x1154E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x32C, symBinAddr: 0xDBD84, symSize: 0x4 } + - { offsetInCU: 0x71B, offset: 0x115503, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x32C, symBinAddr: 0xDBD84, symSize: 0x4 } + - { offsetInCU: 0x72C, offset: 0x115514, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x1610, symBinAddr: 0xDD068, symSize: 0x1E0 } + - { offsetInCU: 0x7A3, offset: 0x11558B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x68C, symBinAddr: 0xDC0E4, symSize: 0x3C0 } + - { offsetInCU: 0xA75, offset: 0x11585D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ', symObjAddr: 0xA4C, symBinAddr: 0xDC4A4, symSize: 0x4 } + - { offsetInCU: 0xA89, offset: 0x115871, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB20, symBinAddr: 0xDC578, symSize: 0x4 } + - { offsetInCU: 0xAB4, offset: 0x11589C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB88, symBinAddr: 0xDC5E0, symSize: 0x4 } + - { offsetInCU: 0xAD4, offset: 0x1158BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB88, symBinAddr: 0xDC5E0, symSize: 0x4 } + - { offsetInCU: 0xAE5, offset: 0x1158CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x18E8, symBinAddr: 0xDD248, symSize: 0xBD0 } + - { offsetInCU: 0xBD5, offset: 0x1159BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO04loopC0yAcA0a4LoopC0OF', symObjAddr: 0x0, symBinAddr: 0xDBA58, symSize: 0x178 } + - { offsetInCU: 0xCD7, offset: 0x115ABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ', symObjAddr: 0x224, symBinAddr: 0xDBC7C, symSize: 0x18 } + - { offsetInCU: 0xD0A, offset: 0x115AF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF', symObjAddr: 0xC78, symBinAddr: 0xDC6D0, symSize: 0x28 } + - { offsetInCU: 0xD6D, offset: 0x115B55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO9hashValueSivg', symObjAddr: 0xCA0, symBinAddr: 0xDC6F8, symSize: 0x44 } + - { offsetInCU: 0xE67, offset: 0x115C4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCE4, symBinAddr: 0xDC73C, symSize: 0x18 } + - { offsetInCU: 0xE87, offset: 0x115C6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCE4, symBinAddr: 0xDC73C, symSize: 0x18 } + - { offsetInCU: 0xEC7, offset: 0x115CAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH9hashValueSivgTW', symObjAddr: 0xCFC, symBinAddr: 0xDC754, symSize: 0x44 } + - { offsetInCU: 0xFAA, offset: 0x115D92, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD40, symBinAddr: 0xDC798, symSize: 0x28 } + - { offsetInCU: 0x10C2, offset: 0x115EAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO6pausedACvgZ', symObjAddr: 0xB8C, symBinAddr: 0xDC5E4, symSize: 0x18 } + - { offsetInCU: 0x10EE, offset: 0x115ED6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xBBC, symBinAddr: 0xDC614, symSize: 0x30 } + - { offsetInCU: 0x114D, offset: 0x115F35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xC4C, symBinAddr: 0xDC6A4, symSize: 0x2C } + - { offsetInCU: 0x11E1, offset: 0x115FC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASQWb', symObjAddr: 0x24B8, symBinAddr: 0xDDE18, symSize: 0x4 } + - { offsetInCU: 0x11F5, offset: 0x115FDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOAESQAAWl', symObjAddr: 0x24BC, symBinAddr: 0xDDE1C, symSize: 0x44 } + - { offsetInCU: 0x1209, offset: 0x115FF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASQWb', symObjAddr: 0x2500, symBinAddr: 0xDDE60, symSize: 0x4 } + - { offsetInCU: 0x121D, offset: 0x116005, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OAESQAAWl', symObjAddr: 0x2504, symBinAddr: 0xDDE64, symSize: 0x44 } + - { offsetInCU: 0x1231, offset: 0x116019, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASQWb', symObjAddr: 0x2548, symBinAddr: 0xDDEA8, symSize: 0x4 } + - { offsetInCU: 0x1245, offset: 0x11602D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOACSQAAWl', symObjAddr: 0x254C, symBinAddr: 0xDDEAC, symSize: 0x44 } + - { offsetInCU: 0x1259, offset: 0x116041, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASQWb', symObjAddr: 0x2590, symBinAddr: 0xDDEF0, symSize: 0x4 } + - { offsetInCU: 0x126D, offset: 0x116055, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOACSQAAWl', symObjAddr: 0x2594, symBinAddr: 0xDDEF4, symSize: 0x44 } + - { offsetInCU: 0x1281, offset: 0x116069, size: 0x8, addend: 0x0, symName: ___swift_memcpy41_8, symObjAddr: 0x2708, symBinAddr: 0xDDF64, symSize: 0x14 } + - { offsetInCU: 0x1295, offset: 0x11607D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwet', symObjAddr: 0x2728, symBinAddr: 0xDDF84, symSize: 0x60 } + - { offsetInCU: 0x12A9, offset: 0x116091, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwst', symObjAddr: 0x2788, symBinAddr: 0xDDFE4, symSize: 0x68 } + - { offsetInCU: 0x12BD, offset: 0x1160A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwug', symObjAddr: 0x27F0, symBinAddr: 0xDE04C, symSize: 0x28 } + - { offsetInCU: 0x12D1, offset: 0x1160B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwup', symObjAddr: 0x2818, symBinAddr: 0xDE074, symSize: 0x1C } + - { offsetInCU: 0x12E5, offset: 0x1160CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwui', symObjAddr: 0x2834, symBinAddr: 0xDE090, symSize: 0x54 } + - { offsetInCU: 0x12F9, offset: 0x1160E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOMa', symObjAddr: 0x2888, symBinAddr: 0xDE0E4, symSize: 0x10 } + - { offsetInCU: 0x130D, offset: 0x1160F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwCP', symObjAddr: 0x2898, symBinAddr: 0xDE0F4, symSize: 0x48 } + - { offsetInCU: 0x1321, offset: 0x116109, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwxx', symObjAddr: 0x28E0, symBinAddr: 0xDE13C, symSize: 0x10 } + - { offsetInCU: 0x1335, offset: 0x11611D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwcp', symObjAddr: 0x28F0, symBinAddr: 0xDE14C, symSize: 0x48 } + - { offsetInCU: 0x1349, offset: 0x116131, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwca', symObjAddr: 0x2938, symBinAddr: 0xDE194, symSize: 0x54 } + - { offsetInCU: 0x135D, offset: 0x116145, size: 0x8, addend: 0x0, symName: ___swift_memcpy17_8, symObjAddr: 0x298C, symBinAddr: 0xDE1E8, symSize: 0x14 } + - { offsetInCU: 0x1371, offset: 0x116159, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwta', symObjAddr: 0x29A0, symBinAddr: 0xDE1FC, symSize: 0x44 } + - { offsetInCU: 0x1385, offset: 0x11616D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwet', symObjAddr: 0x29E4, symBinAddr: 0xDE240, symSize: 0x54 } + - { offsetInCU: 0x1399, offset: 0x116181, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwst', symObjAddr: 0x2A38, symBinAddr: 0xDE294, symSize: 0x54 } + - { offsetInCU: 0x13AD, offset: 0x116195, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwug', symObjAddr: 0x2A8C, symBinAddr: 0xDE2E8, symSize: 0x20 } + - { offsetInCU: 0x13C1, offset: 0x1161A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwup', symObjAddr: 0x2AAC, symBinAddr: 0xDE308, symSize: 0x10 } + - { offsetInCU: 0x13D5, offset: 0x1161BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwui', symObjAddr: 0x2ABC, symBinAddr: 0xDE318, symSize: 0x2C } + - { offsetInCU: 0x13E9, offset: 0x1161D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOMa', symObjAddr: 0x2AE8, symBinAddr: 0xDE344, symSize: 0x10 } + - { offsetInCU: 0x13FD, offset: 0x1161E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OwCP', symObjAddr: 0x2AF8, symBinAddr: 0xDE354, symSize: 0x30 } + - { offsetInCU: 0x1411, offset: 0x1161F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owet', symObjAddr: 0x2CD8, symBinAddr: 0xDE534, symSize: 0x5C } + - { offsetInCU: 0x1425, offset: 0x11620D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owst', symObjAddr: 0x2D34, symBinAddr: 0xDE590, symSize: 0x60 } + - { offsetInCU: 0x1439, offset: 0x116221, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owug', symObjAddr: 0x2D94, symBinAddr: 0xDE5F0, symSize: 0xC } + - { offsetInCU: 0x144D, offset: 0x116235, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owup', symObjAddr: 0x2DA0, symBinAddr: 0xDE5FC, symSize: 0x10 } + - { offsetInCU: 0x1461, offset: 0x116249, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owui', symObjAddr: 0x2DB0, symBinAddr: 0xDE60C, symSize: 0x20 } + - { offsetInCU: 0x1475, offset: 0x11625D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OMa', symObjAddr: 0x2DD0, symBinAddr: 0xDE62C, symSize: 0x10 } + - { offsetInCU: 0x1489, offset: 0x116271, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwet', symObjAddr: 0x2DF0, symBinAddr: 0xDE63C, symSize: 0x90 } + - { offsetInCU: 0x149D, offset: 0x116285, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwst', symObjAddr: 0x2E80, symBinAddr: 0xDE6CC, symSize: 0xBC } + - { offsetInCU: 0x14B1, offset: 0x116299, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwug', symObjAddr: 0x2F3C, symBinAddr: 0xDE788, symSize: 0x8 } + - { offsetInCU: 0x14C5, offset: 0x1162AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwup', symObjAddr: 0x2F44, symBinAddr: 0xDE790, symSize: 0x4 } + - { offsetInCU: 0x14D9, offset: 0x1162C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwui', symObjAddr: 0x2F48, symBinAddr: 0xDE794, symSize: 0xC } + - { offsetInCU: 0x14ED, offset: 0x1162D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOMa', symObjAddr: 0x2F54, symBinAddr: 0xDE7A0, symSize: 0x10 } + - { offsetInCU: 0x164E, offset: 0x116436, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xDBD38, symSize: 0x4C } + - { offsetInCU: 0x16D7, offset: 0x1164BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD68, symBinAddr: 0xDC7C0, symSize: 0x40 } + - { offsetInCU: 0xC0, offset: 0x1167C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC17combinedKeyframes14roundedCornersAA13KeyframeGroupCyAC0G0VGAA07RoundedF0CSg_tKF', symObjAddr: 0x0, symBinAddr: 0xDE7B4, symSize: 0x13C } + - { offsetInCU: 0x205, offset: 0x11690D, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x13C, symBinAddr: 0xDE8F0, symSize: 0xB0 } + - { offsetInCU: 0x389, offset: 0x116A91, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1EC, symBinAddr: 0xDE9A0, symSize: 0x12C } + - { offsetInCU: 0x4F1, offset: 0x116BF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x318, symBinAddr: 0xDEACC, symSize: 0x4 } + - { offsetInCU: 0x519, offset: 0x116C21, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwCP', symObjAddr: 0x3F4, symBinAddr: 0xDEB68, symSize: 0x30 } + - { offsetInCU: 0x52D, offset: 0x116C35, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwet', symObjAddr: 0x444, symBinAddr: 0xDEB98, symSize: 0x20 } + - { offsetInCU: 0x541, offset: 0x116C49, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwst', symObjAddr: 0x464, symBinAddr: 0xDEBB8, symSize: 0x38 } + - { offsetInCU: 0x555, offset: 0x116C5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVMa', symObjAddr: 0x49C, symBinAddr: 0xDEBF0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x116E76, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x8, symBinAddr: 0xDEC00, symSize: 0x16C } + - { offsetInCU: 0xEB, offset: 0x116F3A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x8, symBinAddr: 0xDEC00, symSize: 0x16C } + - { offsetInCU: 0x1FE, offset: 0x11704D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSgWOb', symObjAddr: 0x1C4, symBinAddr: 0xDED7C, symSize: 0x48 } + - { offsetInCU: 0x212, offset: 0x117061, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x20C, symBinAddr: 0xDEDC4, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x11725E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xDEDCC, symSize: 0x56C } + - { offsetInCU: 0xA2, offset: 0x1172D5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xDEDCC, symSize: 0x56C } + - { offsetInCU: 0x50D, offset: 0x117740, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFAHSgAIcfu0_33_28d25105826188377df3c8fe74d211baAiLTf3nnpk_n', symObjAddr: 0x62C, symBinAddr: 0xDF3F8, symSize: 0x78 } + - { offsetInCU: 0x52C, offset: 0x11775F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU_', symObjAddr: 0x8E0, symBinAddr: 0xDF6AC, symSize: 0x90 } + - { offsetInCU: 0x5FA, offset: 0x11782D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU0_', symObjAddr: 0x970, symBinAddr: 0xDF73C, symSize: 0x10C } + - { offsetInCU: 0x7A7, offset: 0x1179DA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I13VtKFSSAHXEfU_AHTf1nncn_nTf4nnng_n', symObjAddr: 0x1040, symBinAddr: 0xDFE0C, symSize: 0x13C } + - { offsetInCU: 0x8A4, offset: 0x117AD7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I14VtKFSSAHXEfU0_AH5model_AC9MatteTypeO9matteTypetAHTf1nncn_nTf4nnngg_n', symObjAddr: 0x11BC, symBinAddr: 0xDFF48, symSize: 0x180 } + - { offsetInCU: 0xB70, offset: 0x117DA3, size: 0x8, addend: 0x0, symName: '_$sSlsE5first7ElementQzSgvpSay6Lottie10LayerModelCGTK', symObjAddr: 0x57C, symBinAddr: 0xDF348, symSize: 0xB0 } + - { offsetInCU: 0xD1C, offset: 0x117F4F, size: 0x8, addend: 0x0, symName: '_$sSl6LottieAA10LayerModelC7ElementRtzrlE20pairedLayersAndMasks33_FC3CD219EB0C773D32BBE7C7975F0DE6LLSayAC5layer_AC5model_AA9MatteTypeO05matteU0tSg4masktGyKFs18ReversedCollectionVySayACGG_Tg5', symObjAddr: 0x6A4, symBinAddr: 0xDF470, symSize: 0x23C } + - { offsetInCU: 0x1311, offset: 0x118544, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSDySiSay6Lottie10LayerModelCGG_s17_NativeDictionaryVySiAGGTg5051$sSD16compactMapValuesySDyxqd__Gqd__Sgq_KXEKlFys17_gh47Vyxqd__Gz_x3key_q_5valuettKXEfU_Si_Say6Lottie10eF7CGAKTG5xq_Sgs5Error_pr0_lyAhGIsgnrzo_Tf1ncn_nTf4nng_n', symObjAddr: 0xD5C, symBinAddr: 0xDFB28, symSize: 0x2E4 } + - { offsetInCU: 0x1504, offset: 0x118737, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSlsWl', symObjAddr: 0x1350, symBinAddr: 0xE00CC, symSize: 0x48 } + - { offsetInCU: 0x1518, offset: 0x11874B, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGMa', symObjAddr: 0x1398, symBinAddr: 0xE0114, symSize: 0x54 } + - { offsetInCU: 0x155A, offset: 0x11878D, size: 0x8, addend: 0x0, symName: '_$sSD8grouping2bySDyxSay7ElementQyd__GGqd__n_xADKXEtKcAERs_STRd__lufCSi_s18ReversedCollectionVySay6Lottie10LayerModelCGGTg5014$sSo7CALayerC6f8E19setupg30Hierarchy3for7contextySayAC0D5h3CG_P68D7ContextVtKFSiAHcfu_32c6367eac2e4f99784ca5c07d849dde74AHSiTf3nnpk_nTf1ncn_nTf4gd_n', symObjAddr: 0xA7C, symBinAddr: 0xDF848, symSize: 0x2E0 } + - { offsetInCU: 0x27, offset: 0x118F99, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xE016C, symSize: 0x18 } + - { offsetInCU: 0x4B, offset: 0x118FBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xE016C, symSize: 0x18 } + - { offsetInCU: 0x7E, offset: 0x118FF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF', symObjAddr: 0x18, symBinAddr: 0xE0184, symSize: 0x28 } + - { offsetInCU: 0x114, offset: 0x119086, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO9hashValueSivg', symObjAddr: 0x40, symBinAddr: 0xE01AC, symSize: 0x44 } + - { offsetInCU: 0x20E, offset: 0x119180, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x84, symBinAddr: 0xE01F0, symSize: 0x18 } + - { offsetInCU: 0x22E, offset: 0x1191A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x84, symBinAddr: 0xE01F0, symSize: 0x18 } + - { offsetInCU: 0x26E, offset: 0x1191E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x9C, symBinAddr: 0xE0208, symSize: 0x44 } + - { offsetInCU: 0x351, offset: 0x1192C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE0, symBinAddr: 0xE024C, symSize: 0x28 } + - { offsetInCU: 0x3DA, offset: 0x11934C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASQWb', symObjAddr: 0x148, symBinAddr: 0xE02B4, symSize: 0x4 } + - { offsetInCU: 0x3EE, offset: 0x119360, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOACSQAAWl', symObjAddr: 0x14C, symBinAddr: 0xE02B8, symSize: 0x44 } + - { offsetInCU: 0x402, offset: 0x119374, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwet', symObjAddr: 0x1A0, symBinAddr: 0xE02FC, symSize: 0x90 } + - { offsetInCU: 0x416, offset: 0x119388, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwst', symObjAddr: 0x230, symBinAddr: 0xE038C, symSize: 0xBC } + - { offsetInCU: 0x42A, offset: 0x11939C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwug', symObjAddr: 0x2EC, symBinAddr: 0xE0448, symSize: 0x8 } + - { offsetInCU: 0x43E, offset: 0x1193B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwup', symObjAddr: 0x2F4, symBinAddr: 0xE0450, symSize: 0x4 } + - { offsetInCU: 0x452, offset: 0x1193C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwui', symObjAddr: 0x2F8, symBinAddr: 0xE0454, symSize: 0xC } + - { offsetInCU: 0x466, offset: 0x1193D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOMa', symObjAddr: 0x304, symBinAddr: 0xE0460, symSize: 0x10 } + - { offsetInCU: 0x4B8, offset: 0x11942A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x108, symBinAddr: 0xE0274, symSize: 0x40 } + - { offsetInCU: 0x1C4, offset: 0x1197B1, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11DashElementCRszlE23shapeLayerConfigurations15ContiguousArrayVyAFyAA8KeyframeCyAA0A8Vector1DVGGG12dashPatterns_AL0K5Phasetvg', symObjAddr: 0x0, symBinAddr: 0xE0470, symSize: 0x680 } + - { offsetInCU: 0xA82, offset: 0x11A06F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfd', symObjAddr: 0x680, symBinAddr: 0xE0AF0, symSize: 0x54 } + - { offsetInCU: 0xAAF, offset: 0x11A09C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfD', symObjAddr: 0x6D4, symBinAddr: 0xE0B44, symSize: 0x1C } + - { offsetInCU: 0xAEB, offset: 0x11A0D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x710, symBinAddr: 0xE0B80, symSize: 0xC } + - { offsetInCU: 0xB2C, offset: 0x11A119, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x71C, symBinAddr: 0xE0B8C, symSize: 0x30 } + - { offsetInCU: 0xB6D, offset: 0x11A15A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x74C, symBinAddr: 0xE0BBC, symSize: 0xC } + - { offsetInCU: 0xB9F, offset: 0x11A18C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesC6strokeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xC44, symBinAddr: 0xE10B4, symSize: 0x5AC } + - { offsetInCU: 0x10A6, offset: 0x11A693, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCMa', symObjAddr: 0x6F0, symBinAddr: 0xE0B60, symSize: 0x20 } + - { offsetInCU: 0x111D, offset: 0x11A70A, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xE0BC8, symSize: 0x68 } + - { offsetInCU: 0x1188, offset: 0x11A775, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xE0BC8, symSize: 0x68 } + - { offsetInCU: 0x119C, offset: 0x11A789, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xE0BC8, symSize: 0x68 } + - { offsetInCU: 0x11B0, offset: 0x11A79D, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xE0BC8, symSize: 0x68 } + - { offsetInCU: 0x11C4, offset: 0x11A7B1, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xE0BC8, symSize: 0x68 } + - { offsetInCU: 0x12C8, offset: 0x11A8B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCfD', symObjAddr: 0x7C0, symBinAddr: 0xE0C30, symSize: 0x34 } + - { offsetInCU: 0x1329, offset: 0x11A916, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x814, symBinAddr: 0xE0C84, symSize: 0x44 } + - { offsetInCU: 0x1375, offset: 0x11A962, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x858, symBinAddr: 0xE0CC8, symSize: 0x24 } + - { offsetInCU: 0x13B6, offset: 0x11A9A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x87C, symBinAddr: 0xE0CEC, symSize: 0x4 } + - { offsetInCU: 0x13D6, offset: 0x11A9C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x87C, symBinAddr: 0xE0CEC, symSize: 0x4 } + - { offsetInCU: 0x1406, offset: 0x11A9F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x880, symBinAddr: 0xE0CF0, symSize: 0x8 } + - { offsetInCU: 0x1426, offset: 0x11AA13, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x880, symBinAddr: 0xE0CF0, symSize: 0x8 } + - { offsetInCU: 0x1489, offset: 0x11AA76, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x888, symBinAddr: 0xE0CF8, symSize: 0x10 } + - { offsetInCU: 0x14A9, offset: 0x11AA96, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x888, symBinAddr: 0xE0CF8, symSize: 0x10 } + - { offsetInCU: 0x14F0, offset: 0x11AADD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x898, symBinAddr: 0xE0D08, symSize: 0x8 } + - { offsetInCU: 0x1510, offset: 0x11AAFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x898, symBinAddr: 0xE0D08, symSize: 0x8 } + - { offsetInCU: 0x1531, offset: 0x11AB1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x8A0, symBinAddr: 0xE0D10, symSize: 0x8 } + - { offsetInCU: 0x1551, offset: 0x11AB3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x8A0, symBinAddr: 0xE0D10, symSize: 0x8 } + - { offsetInCU: 0x1572, offset: 0x11AB5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x8A8, symBinAddr: 0xE0D18, symSize: 0x8 } + - { offsetInCU: 0x1592, offset: 0x11AB7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x8A8, symBinAddr: 0xE0D18, symSize: 0x8 } + - { offsetInCU: 0x15B3, offset: 0x11ABA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x8B0, symBinAddr: 0xE0D20, symSize: 0x8 } + - { offsetInCU: 0x15D3, offset: 0x11ABC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x8B0, symBinAddr: 0xE0D20, symSize: 0x8 } + - { offsetInCU: 0x15F4, offset: 0x11ABE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x8B8, symBinAddr: 0xE0D28, symSize: 0xC } + - { offsetInCU: 0x1614, offset: 0x11AC01, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x8B8, symBinAddr: 0xE0D28, symSize: 0xC } + - { offsetInCU: 0x1635, offset: 0x11AC22, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x8C4, symBinAddr: 0xE0D34, symSize: 0x10 } + - { offsetInCU: 0x1655, offset: 0x11AC42, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x8C4, symBinAddr: 0xE0D34, symSize: 0x10 } + - { offsetInCU: 0x1667, offset: 0x11AC54, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8D4, symBinAddr: 0xE0D44, symSize: 0x8 } + - { offsetInCU: 0x16A1, offset: 0x11AC8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x8DC, symBinAddr: 0xE0D4C, symSize: 0x4C } + - { offsetInCU: 0x16DE, offset: 0x11ACCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x11F0, symBinAddr: 0xE1660, symSize: 0x338 } + - { offsetInCU: 0x1D13, offset: 0x11B300, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCMa', symObjAddr: 0x7F4, symBinAddr: 0xE0C64, symSize: 0x20 } + - { offsetInCU: 0x1DED, offset: 0x11B3DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC14keyframeGroupsACyxGs15ContiguousArrayVyAGyAA8KeyframeCyxGGG_tcfcAA0A8Vector1DV_Tg5Tf4gn_n', symObjAddr: 0xA84, symBinAddr: 0xE0EF4, symSize: 0x1C0 } + - { offsetInCU: 0x5E, offset: 0x11C47D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0xE1998, symSize: 0xC } + - { offsetInCU: 0x90, offset: 0x11C4AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC, symBinAddr: 0xE19A4, symSize: 0x48 } + - { offsetInCU: 0xB5, offset: 0x11C4D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x54, symBinAddr: 0xE19EC, symSize: 0x818 } + - { offsetInCU: 0x1DA, offset: 0x11C5F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x86C, symBinAddr: 0xE2204, symSize: 0xC20 } + - { offsetInCU: 0x672, offset: 0x11CA91, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueSSvg', symObjAddr: 0x148C, symBinAddr: 0xE2E24, symSize: 0x20 } + - { offsetInCU: 0x6AB, offset: 0x11CACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x17E4, symBinAddr: 0xE317C, symSize: 0x20 } + - { offsetInCU: 0x6D9, offset: 0x11CAF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x17E4, symBinAddr: 0xE317C, symSize: 0x20 } + - { offsetInCU: 0x722, offset: 0x11CB41, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x1988, symBinAddr: 0xE3320, symSize: 0x44 } + - { offsetInCU: 0x768, offset: 0x11CB87, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x19CC, symBinAddr: 0xE3364, symSize: 0x28 } + - { offsetInCU: 0x77C, offset: 0x11CB9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x19F4, symBinAddr: 0xE338C, symSize: 0x8 } + - { offsetInCU: 0x7B2, offset: 0x11CBD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x19FC, symBinAddr: 0xE3394, symSize: 0x3C } + - { offsetInCU: 0x817, offset: 0x11CC36, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1A38, symBinAddr: 0xE33D0, symSize: 0xC } + - { offsetInCU: 0x833, offset: 0x11CC52, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1A44, symBinAddr: 0xE33DC, symSize: 0xC } + - { offsetInCU: 0x84F, offset: 0x11CC6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x21E0, symBinAddr: 0xE3914, symSize: 0x50 } + - { offsetInCU: 0x87C, offset: 0x11CC9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x14AC, symBinAddr: 0xE2E44, symSize: 0x338 } + - { offsetInCU: 0x8D8, offset: 0x11CCF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfd', symObjAddr: 0x1AF4, symBinAddr: 0xE348C, symSize: 0x64 } + - { offsetInCU: 0x923, offset: 0x11CD42, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfD', symObjAddr: 0x1B58, symBinAddr: 0xE34F0, symSize: 0x1C } + - { offsetInCU: 0x95F, offset: 0x11CD7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1B94, symBinAddr: 0xE352C, symSize: 0xC } + - { offsetInCU: 0x9A0, offset: 0x11CDBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BA0, symBinAddr: 0xE3538, symSize: 0xC } + - { offsetInCU: 0x9E1, offset: 0x11CE00, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BAC, symBinAddr: 0xE3544, symSize: 0xC } + - { offsetInCU: 0xA22, offset: 0x11CE41, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BB8, symBinAddr: 0xE3550, symSize: 0xC } + - { offsetInCU: 0xAAD, offset: 0x11CECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfE', symObjAddr: 0x1AA0, symBinAddr: 0xE3438, symSize: 0x54 } + - { offsetInCU: 0xB05, offset: 0x11CF24, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCMa', symObjAddr: 0x1B74, symBinAddr: 0xE350C, symSize: 0x20 } + - { offsetInCU: 0xB19, offset: 0x11CF38, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs0D3KeyAAWl', symObjAddr: 0x1C28, symBinAddr: 0xE355C, symSize: 0x44 } + - { offsetInCU: 0xB2D, offset: 0x11CF4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwet', symObjAddr: 0x1F98, symBinAddr: 0xE36CC, symSize: 0x90 } + - { offsetInCU: 0xB41, offset: 0x11CF60, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwst', symObjAddr: 0x2028, symBinAddr: 0xE375C, symSize: 0xBC } + - { offsetInCU: 0xB55, offset: 0x11CF74, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwug', symObjAddr: 0x20E4, symBinAddr: 0xE3818, symSize: 0x8 } + - { offsetInCU: 0xB69, offset: 0x11CF88, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwup', symObjAddr: 0x20EC, symBinAddr: 0xE3820, symSize: 0x4 } + - { offsetInCU: 0xB7D, offset: 0x11CF9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwui', symObjAddr: 0x20F0, symBinAddr: 0xE3824, symSize: 0x8 } + - { offsetInCU: 0xB91, offset: 0x11CFB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOMa', symObjAddr: 0x20F8, symBinAddr: 0xE382C, symSize: 0x10 } + - { offsetInCU: 0xBA5, offset: 0x11CFC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASQWb', symObjAddr: 0x2108, symBinAddr: 0xE383C, symSize: 0x4 } + - { offsetInCU: 0xBB9, offset: 0x11CFD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFSQAAWl', symObjAddr: 0x210C, symBinAddr: 0xE3840, symSize: 0x44 } + - { offsetInCU: 0xBCD, offset: 0x11CFEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2150, symBinAddr: 0xE3884, symSize: 0x4 } + - { offsetInCU: 0xBE1, offset: 0x11D000, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2154, symBinAddr: 0xE3888, symSize: 0x44 } + - { offsetInCU: 0xBF5, offset: 0x11D014, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2198, symBinAddr: 0xE38CC, symSize: 0x4 } + - { offsetInCU: 0xC09, offset: 0x11D028, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x219C, symBinAddr: 0xE38D0, symSize: 0x44 } + - { offsetInCU: 0xC67, offset: 0x11D086, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1804, symBinAddr: 0xE319C, symSize: 0x88 } + - { offsetInCU: 0xD16, offset: 0x11D135, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x188C, symBinAddr: 0xE3224, symSize: 0x60 } + - { offsetInCU: 0xD94, offset: 0x11D1B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18EC, symBinAddr: 0xE3284, symSize: 0x40 } + - { offsetInCU: 0xDE6, offset: 0x11D205, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x192C, symBinAddr: 0xE32C4, symSize: 0x5C } + - { offsetInCU: 0xE48, offset: 0x11D267, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1A50, symBinAddr: 0xE33E8, symSize: 0x28 } + - { offsetInCU: 0xE64, offset: 0x11D283, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A78, symBinAddr: 0xE3410, symSize: 0x28 } + - { offsetInCU: 0x69, offset: 0x11D4A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCfD', symObjAddr: 0x0, symBinAddr: 0xE3964, symSize: 0x44 } + - { offsetInCU: 0xDC, offset: 0x11D51A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCMa', symObjAddr: 0x44, symBinAddr: 0xE39A8, symSize: 0x20 } + - { offsetInCU: 0x6F0, offset: 0x11DB2E, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyF', symObjAddr: 0x64, symBinAddr: 0xE39C8, symSize: 0x1590 } + - { offsetInCU: 0x1C78, offset: 0x11F0B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10RenderNode_pWOb', symObjAddr: 0x16AC, symBinAddr: 0xE4FD0, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0x11F40D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE4FE8, symSize: 0x14 } + - { offsetInCU: 0x8A, offset: 0x11F46C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xE50A8, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x11F49D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0xE50C0, symSize: 0xC } + - { offsetInCU: 0xE4, offset: 0x11F4C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0xE5174, symSize: 0x48 } + - { offsetInCU: 0x109, offset: 0x11F4EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0xE51BC, symSize: 0x1AC } + - { offsetInCU: 0x171, offset: 0x11F553, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x380, symBinAddr: 0xE5368, symSize: 0x100 } + - { offsetInCU: 0x223, offset: 0x11F605, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x480, symBinAddr: 0xE5468, symSize: 0x114 } + - { offsetInCU: 0x2A6, offset: 0x11F688, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x5A4, symBinAddr: 0xE558C, symSize: 0x64 } + - { offsetInCU: 0x2E9, offset: 0x11F6CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x608, symBinAddr: 0xE55F0, symSize: 0x24 } + - { offsetInCU: 0x329, offset: 0x11F70B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x62C, symBinAddr: 0xE5614, symSize: 0x4 } + - { offsetInCU: 0x349, offset: 0x11F72B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x62C, symBinAddr: 0xE5614, symSize: 0x4 } + - { offsetInCU: 0x374, offset: 0x11F756, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x630, symBinAddr: 0xE5618, symSize: 0x68 } + - { offsetInCU: 0x3BF, offset: 0x11F7A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x698, symBinAddr: 0xE5680, symSize: 0xC } + - { offsetInCU: 0x3DB, offset: 0x11F7BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x6A4, symBinAddr: 0xE568C, symSize: 0xC } + - { offsetInCU: 0x3F7, offset: 0x11F7D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO11stringValueSSvgTf4d_n', symObjAddr: 0xD00, symBinAddr: 0xE5BC8, symSize: 0xC } + - { offsetInCU: 0x433, offset: 0x11F815, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCfD', symObjAddr: 0x700, symBinAddr: 0xE56E8, symSize: 0x24 } + - { offsetInCU: 0x4DE, offset: 0x11F8C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCMa', symObjAddr: 0x724, symBinAddr: 0xE570C, symSize: 0x20 } + - { offsetInCU: 0x4F2, offset: 0x11F8D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwet', symObjAddr: 0x754, symBinAddr: 0xE572C, symSize: 0x90 } + - { offsetInCU: 0x506, offset: 0x11F8E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwst', symObjAddr: 0x7E4, symBinAddr: 0xE57BC, symSize: 0xBC } + - { offsetInCU: 0x51A, offset: 0x11F8FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwug', symObjAddr: 0x8A0, symBinAddr: 0xE5878, symSize: 0x8 } + - { offsetInCU: 0x52E, offset: 0x11F910, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwup', symObjAddr: 0x8A8, symBinAddr: 0xE5880, symSize: 0x4 } + - { offsetInCU: 0x542, offset: 0x11F924, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwui', symObjAddr: 0x8AC, symBinAddr: 0xE5884, symSize: 0x8 } + - { offsetInCU: 0x556, offset: 0x11F938, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOMa', symObjAddr: 0x8B4, symBinAddr: 0xE588C, symSize: 0x10 } + - { offsetInCU: 0x56A, offset: 0x11F94C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASQWb', symObjAddr: 0x8C4, symBinAddr: 0xE589C, symSize: 0x4 } + - { offsetInCU: 0x57E, offset: 0x11F960, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSQAAWl', symObjAddr: 0x8C8, symBinAddr: 0xE58A0, symSize: 0x44 } + - { offsetInCU: 0x592, offset: 0x11F974, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSYAAWl', symObjAddr: 0x90C, symBinAddr: 0xE58E4, symSize: 0x44 } + - { offsetInCU: 0x5A6, offset: 0x11F988, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs0C3KeyAAWl', symObjAddr: 0x9B4, symBinAddr: 0xE5928, symSize: 0x44 } + - { offsetInCU: 0x5BA, offset: 0x11F99C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSEAAWl', symObjAddr: 0x9F8, symBinAddr: 0xE596C, symSize: 0x44 } + - { offsetInCU: 0x5CE, offset: 0x11F9B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSeAAWl', symObjAddr: 0xA5C, symBinAddr: 0xE59B0, symSize: 0x44 } + - { offsetInCU: 0x5E2, offset: 0x11F9C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwet', symObjAddr: 0xB2C, symBinAddr: 0xE59F4, symSize: 0x50 } + - { offsetInCU: 0x5F6, offset: 0x11F9D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwst', symObjAddr: 0xB7C, symBinAddr: 0xE5A44, symSize: 0x8C } + - { offsetInCU: 0x60A, offset: 0x11F9EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwug', symObjAddr: 0xC08, symBinAddr: 0xE5AD0, symSize: 0x8 } + - { offsetInCU: 0x61E, offset: 0x11FA00, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwup', symObjAddr: 0xC10, symBinAddr: 0xE5AD8, symSize: 0x4 } + - { offsetInCU: 0x632, offset: 0x11FA14, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwui', symObjAddr: 0xC14, symBinAddr: 0xE5ADC, symSize: 0x4 } + - { offsetInCU: 0x646, offset: 0x11FA28, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOMa', symObjAddr: 0xC18, symBinAddr: 0xE5AE0, symSize: 0x10 } + - { offsetInCU: 0x65A, offset: 0x11FA3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASQWb', symObjAddr: 0xC28, symBinAddr: 0xE5AF0, symSize: 0x4 } + - { offsetInCU: 0x66E, offset: 0x11FA50, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFSQAAWl', symObjAddr: 0xC2C, symBinAddr: 0xE5AF4, symSize: 0x44 } + - { offsetInCU: 0x682, offset: 0x11FA64, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC70, symBinAddr: 0xE5B38, symSize: 0x4 } + - { offsetInCU: 0x696, offset: 0x11FA78, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC74, symBinAddr: 0xE5B3C, symSize: 0x44 } + - { offsetInCU: 0x6AA, offset: 0x11FA8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xCB8, symBinAddr: 0xE5B80, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x11FAA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xCBC, symBinAddr: 0xE5B84, symSize: 0x44 } + - { offsetInCU: 0x6F2, offset: 0x11FAD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE4FE8, symSize: 0x14 } + - { offsetInCU: 0x783, offset: 0x11FB65, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xE4FFC, symSize: 0x44 } + - { offsetInCU: 0x832, offset: 0x11FC14, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xE5040, symSize: 0x28 } + - { offsetInCU: 0x885, offset: 0x11FC67, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xE5068, symSize: 0x40 } + - { offsetInCU: 0x908, offset: 0x11FCEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0xE50CC, symSize: 0x5C } + - { offsetInCU: 0x92B, offset: 0x11FD0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xE5128, symSize: 0x4C } + - { offsetInCU: 0x95D, offset: 0x11FD3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x594, symBinAddr: 0xE557C, symSize: 0x4 } + - { offsetInCU: 0x97D, offset: 0x11FD5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x594, symBinAddr: 0xE557C, symSize: 0x4 } + - { offsetInCU: 0x99D, offset: 0x11FD7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x598, symBinAddr: 0xE5580, symSize: 0x4 } + - { offsetInCU: 0x9BD, offset: 0x11FD9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x598, symBinAddr: 0xE5580, symSize: 0x4 } + - { offsetInCU: 0x9DD, offset: 0x11FDBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x59C, symBinAddr: 0xE5584, symSize: 0x4 } + - { offsetInCU: 0x9FD, offset: 0x11FDDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x59C, symBinAddr: 0xE5584, symSize: 0x4 } + - { offsetInCU: 0xA1D, offset: 0x11FDFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5A0, symBinAddr: 0xE5588, symSize: 0x4 } + - { offsetInCU: 0xA3D, offset: 0x11FE1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5A0, symBinAddr: 0xE5588, symSize: 0x4 } + - { offsetInCU: 0xA54, offset: 0x11FE36, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x6B0, symBinAddr: 0xE5698, symSize: 0x28 } + - { offsetInCU: 0xA70, offset: 0x11FE52, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x6D8, symBinAddr: 0xE56C0, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x12003D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xE5BD4, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x120061, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xE5BD4, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x120086, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xE5C1C, symSize: 0x190 } + - { offsetInCU: 0xDC, offset: 0x1200EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1D8, symBinAddr: 0xE5DAC, symSize: 0xFC } + - { offsetInCU: 0x15F, offset: 0x120171, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2E4, symBinAddr: 0xE5EB8, symSize: 0x64 } + - { offsetInCU: 0x1A2, offset: 0x1201B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x348, symBinAddr: 0xE5F1C, symSize: 0x24 } + - { offsetInCU: 0x1E2, offset: 0x1201F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x36C, symBinAddr: 0xE5F40, symSize: 0x4 } + - { offsetInCU: 0x202, offset: 0x120214, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x36C, symBinAddr: 0xE5F40, symSize: 0x4 } + - { offsetInCU: 0x22D, offset: 0x12023F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x370, symBinAddr: 0xE5F44, symSize: 0x68 } + - { offsetInCU: 0x278, offset: 0x12028A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x3D8, symBinAddr: 0xE5FAC, symSize: 0xC } + - { offsetInCU: 0x294, offset: 0x1202A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x3E4, symBinAddr: 0xE5FB8, symSize: 0xC } + - { offsetInCU: 0x2B0, offset: 0x1202C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO11stringValueSSvgTf4d_n', symObjAddr: 0x79C, symBinAddr: 0xE62A0, symSize: 0x14 } + - { offsetInCU: 0x2EC, offset: 0x1202FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfD', symObjAddr: 0x448, symBinAddr: 0xE601C, symSize: 0x4C } + - { offsetInCU: 0x346, offset: 0x120358, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfE', symObjAddr: 0x440, symBinAddr: 0xE6014, symSize: 0x8 } + - { offsetInCU: 0x39E, offset: 0x1203B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCMa', symObjAddr: 0x494, symBinAddr: 0xE6068, symSize: 0x20 } + - { offsetInCU: 0x3B2, offset: 0x1203C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs0E3KeyAAWl', symObjAddr: 0x518, symBinAddr: 0xE6088, symSize: 0x44 } + - { offsetInCU: 0x3C6, offset: 0x1203D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwet', symObjAddr: 0x5C8, symBinAddr: 0xE60CC, symSize: 0x50 } + - { offsetInCU: 0x3DA, offset: 0x1203EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwst', symObjAddr: 0x618, symBinAddr: 0xE611C, symSize: 0x8C } + - { offsetInCU: 0x3EE, offset: 0x120400, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwug', symObjAddr: 0x6A4, symBinAddr: 0xE61A8, symSize: 0x8 } + - { offsetInCU: 0x402, offset: 0x120414, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwup', symObjAddr: 0x6AC, symBinAddr: 0xE61B0, symSize: 0x4 } + - { offsetInCU: 0x416, offset: 0x120428, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwui', symObjAddr: 0x6B0, symBinAddr: 0xE61B4, symSize: 0x4 } + - { offsetInCU: 0x42A, offset: 0x12043C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOMa', symObjAddr: 0x6B4, symBinAddr: 0xE61B8, symSize: 0x10 } + - { offsetInCU: 0x43E, offset: 0x120450, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASQWb', symObjAddr: 0x6C4, symBinAddr: 0xE61C8, symSize: 0x4 } + - { offsetInCU: 0x452, offset: 0x120464, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFSQAAWl', symObjAddr: 0x6C8, symBinAddr: 0xE61CC, symSize: 0x44 } + - { offsetInCU: 0x466, offset: 0x120478, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x70C, symBinAddr: 0xE6210, symSize: 0x4 } + - { offsetInCU: 0x47A, offset: 0x12048C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x710, symBinAddr: 0xE6214, symSize: 0x44 } + - { offsetInCU: 0x48E, offset: 0x1204A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x754, symBinAddr: 0xE6258, symSize: 0x4 } + - { offsetInCU: 0x4A2, offset: 0x1204B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x758, symBinAddr: 0xE625C, symSize: 0x44 } + - { offsetInCU: 0x4D6, offset: 0x1204E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2D4, symBinAddr: 0xE5EA8, symSize: 0x4 } + - { offsetInCU: 0x4F6, offset: 0x120508, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2D4, symBinAddr: 0xE5EA8, symSize: 0x4 } + - { offsetInCU: 0x516, offset: 0x120528, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0xE5EAC, symSize: 0x4 } + - { offsetInCU: 0x536, offset: 0x120548, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0xE5EAC, symSize: 0x4 } + - { offsetInCU: 0x556, offset: 0x120568, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2DC, symBinAddr: 0xE5EB0, symSize: 0x4 } + - { offsetInCU: 0x576, offset: 0x120588, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2DC, symBinAddr: 0xE5EB0, symSize: 0x4 } + - { offsetInCU: 0x596, offset: 0x1205A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xE5EB4, symSize: 0x4 } + - { offsetInCU: 0x5B6, offset: 0x1205C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xE5EB4, symSize: 0x4 } + - { offsetInCU: 0x5CD, offset: 0x1205DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x3F0, symBinAddr: 0xE5FC4, symSize: 0x28 } + - { offsetInCU: 0x5E9, offset: 0x1205FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x418, symBinAddr: 0xE5FEC, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1207B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xE62B4, symSize: 0xF0 } + - { offsetInCU: 0x64, offset: 0x1207EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tF', symObjAddr: 0xF0, symBinAddr: 0xE63A4, symSize: 0xF0 } + - { offsetInCU: 0xC1, offset: 0x120847, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCfD', symObjAddr: 0x1E0, symBinAddr: 0xE6494, symSize: 0x2C } + - { offsetInCU: 0x104, offset: 0x12088A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cQ0C_tFTW', symObjAddr: 0x22C, symBinAddr: 0xE64E0, symSize: 0x20 } + - { offsetInCU: 0x14A, offset: 0x1208D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP15contentsGravity3forSo015CALayerContentsP0aAA0C5AssetC_tFTW', symObjAddr: 0x24C, symBinAddr: 0xE6500, symSize: 0x50 } + - { offsetInCU: 0x1B9, offset: 0x12093F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC05imageD0AdA09AnimationcD0_p_tcfCTf4en_n', symObjAddr: 0x31C, symBinAddr: 0xE6550, symSize: 0xD0 } + - { offsetInCU: 0x23A, offset: 0x1209C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xE62B4, symSize: 0xF0 } + - { offsetInCU: 0x284, offset: 0x120A0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCMa', symObjAddr: 0x20C, symBinAddr: 0xE64C0, symSize: 0x20 } + - { offsetInCU: 0x79, offset: 0x120C39, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xE6620, symSize: 0x58 } + - { offsetInCU: 0xC0, offset: 0x120C80, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0xE6678, symSize: 0x208 } + - { offsetInCU: 0x183, offset: 0x120D43, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfcTo', symObjAddr: 0x260, symBinAddr: 0xE6880, symSize: 0x4C } + - { offsetInCU: 0x19F, offset: 0x120D5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2AC, symBinAddr: 0xE68CC, symSize: 0x208 } + - { offsetInCU: 0x202, offset: 0x120DC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCACycfcTo', symObjAddr: 0x4B4, symBinAddr: 0xE6AD4, symSize: 0x2C } + - { offsetInCU: 0x269, offset: 0x120E29, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfD', symObjAddr: 0x548, symBinAddr: 0xE6B68, symSize: 0x34 } + - { offsetInCU: 0x2C3, offset: 0x120E83, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfE', symObjAddr: 0x4E0, symBinAddr: 0xE6B00, symSize: 0x68 } + - { offsetInCU: 0x2F2, offset: 0x120EB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfETo', symObjAddr: 0x57C, symBinAddr: 0xE6B9C, symSize: 0x68 } + - { offsetInCU: 0x321, offset: 0x120EE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCMa', symObjAddr: 0x5E4, symBinAddr: 0xE6C04, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x120EF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwCP', symObjAddr: 0x604, symBinAddr: 0xE6C24, symSize: 0x30 } + - { offsetInCU: 0x349, offset: 0x120F09, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwxx', symObjAddr: 0x634, symBinAddr: 0xE6C54, symSize: 0x48 } + - { offsetInCU: 0x35D, offset: 0x120F1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwcp', symObjAddr: 0x67C, symBinAddr: 0xE6C9C, symSize: 0x74 } + - { offsetInCU: 0x371, offset: 0x120F31, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwca', symObjAddr: 0x6F0, symBinAddr: 0xE6D10, symSize: 0xBC } + - { offsetInCU: 0x385, offset: 0x120F45, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwta', symObjAddr: 0x7C0, symBinAddr: 0xE6DCC, symSize: 0x84 } + - { offsetInCU: 0x399, offset: 0x120F59, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwet', symObjAddr: 0x844, symBinAddr: 0xE6E50, symSize: 0x48 } + - { offsetInCU: 0x3AD, offset: 0x120F6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwst', symObjAddr: 0x88C, symBinAddr: 0xE6E98, symSize: 0x4C } + - { offsetInCU: 0x3C1, offset: 0x120F81, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVMa', symObjAddr: 0x8D8, symBinAddr: 0xE6EE4, symSize: 0x10 } + - { offsetInCU: 0x3F6, offset: 0x120FB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x8E8, symBinAddr: 0xE6EF4, symSize: 0x8 } + - { offsetInCU: 0x437, offset: 0x120FF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x908, symBinAddr: 0xE6F14, symSize: 0x8 } + - { offsetInCU: 0x478, offset: 0x121038, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x910, symBinAddr: 0xE6F1C, symSize: 0x8 } + - { offsetInCU: 0x4B9, offset: 0x121079, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x918, symBinAddr: 0xE6F24, symSize: 0x8 } + - { offsetInCU: 0x4FA, offset: 0x1210BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x920, symBinAddr: 0xE6F2C, symSize: 0x8 } + - { offsetInCU: 0x5AC, offset: 0x12116C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLV8repeater5indexAdA0B0C_SitcfCTf4nnd_n', symObjAddr: 0xA04, symBinAddr: 0xE6FB0, symSize: 0x884 } + - { offsetInCU: 0xFF6, offset: 0x121BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x8F0, symBinAddr: 0xE6EFC, symSize: 0x8 } + - { offsetInCU: 0x1028, offset: 0x121BE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x8F8, symBinAddr: 0xE6F04, symSize: 0x8 } + - { offsetInCU: 0x1044, offset: 0x121C04, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x900, symBinAddr: 0xE6F0C, symSize: 0x8 } + - { offsetInCU: 0x1060, offset: 0x121C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x928, symBinAddr: 0xE6F34, symSize: 0x8 } + - { offsetInCU: 0x107C, offset: 0x121C3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x930, symBinAddr: 0xE6F3C, symSize: 0x8 } + - { offsetInCU: 0x24D, offset: 0x122603, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC021$s6Lottie23Compatiblebc74C3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5P8_pSgcfU_Tf1nnncnnn_n', symObjAddr: 0x0, symBinAddr: 0xE7834, symSize: 0x5F0 } + - { offsetInCU: 0x499, offset: 0x12284F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x5F0, symBinAddr: 0xE7E24, symSize: 0x664 } + - { offsetInCU: 0x771, offset: 0x122B27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xC54, symBinAddr: 0xE8488, symSize: 0x1F8 } + - { offsetInCU: 0x97D, offset: 0x122D33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xE4C, symBinAddr: 0xE8680, symSize: 0x31C } + - { offsetInCU: 0xAD9, offset: 0x122E8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfcyAA0aB0CSgcfU_', symObjAddr: 0x1168, symBinAddr: 0xE899C, symSize: 0x98 } + - { offsetInCU: 0xB51, offset: 0x122F07, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x127C, symBinAddr: 0xE8A34, symSize: 0x1EC } + - { offsetInCU: 0xD44, offset: 0x1230FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1468, symBinAddr: 0xE8C20, symSize: 0x254 } + - { offsetInCU: 0xEBA, offset: 0x123270, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x16BC, symBinAddr: 0xE8E74, symSize: 0x228 } + - { offsetInCU: 0x10E2, offset: 0x123498, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x18E4, symBinAddr: 0xE909C, symSize: 0x8C0 } + - { offsetInCU: 0x13AF, offset: 0x123765, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x21A4, symBinAddr: 0xE995C, symSize: 0x23C } + - { offsetInCU: 0x1500, offset: 0x1238B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x24CC, symBinAddr: 0xE9C84, symSize: 0x8 } + - { offsetInCU: 0x1554, offset: 0x12390A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x24D4, symBinAddr: 0xE9C8C, symSize: 0x40 } + - { offsetInCU: 0x1637, offset: 0x1239ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2514, symBinAddr: 0xE9CCC, symSize: 0x24 } + - { offsetInCU: 0x16BF, offset: 0x123A75, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgSo13NSURLResponseCSgs5Error_pSgIeghggg_So6NSDataCSgAGSo7NSErrorCSgIeyBhyyy_TR', symObjAddr: 0x2584, symBinAddr: 0xE9D3C, symSize: 0xCC } + - { offsetInCU: 0x16D7, offset: 0x123A8D, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2660, symBinAddr: 0xE9E18, symSize: 0x10 } + - { offsetInCU: 0x16EB, offset: 0x123AA1, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2670, symBinAddr: 0xE9E28, symSize: 0x8 } + - { offsetInCU: 0x16FF, offset: 0x123AB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOy', symObjAddr: 0x2718, symBinAddr: 0xE9E38, symSize: 0x10 } + - { offsetInCU: 0x1713, offset: 0x123AC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOe', symObjAddr: 0x2764, symBinAddr: 0xE9E84, symSize: 0x10 } + - { offsetInCU: 0x1727, offset: 0x123ADD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOb', symObjAddr: 0x287C, symBinAddr: 0xE9F9C, symSize: 0x48 } + - { offsetInCU: 0x173B, offset: 0x123AF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_TA', symObjAddr: 0x28C4, symBinAddr: 0xE9FE4, symSize: 0x88 } + - { offsetInCU: 0x174F, offset: 0x123B05, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pWOb', symObjAddr: 0x294C, symBinAddr: 0xEA06C, symSize: 0x18 } + - { offsetInCU: 0x1763, offset: 0x123B19, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x2A08, symBinAddr: 0xEA0C8, symSize: 0x14 } + - { offsetInCU: 0x1777, offset: 0x123B2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACs0C0AAWl', symObjAddr: 0x2A60, symBinAddr: 0xEA0DC, symSize: 0x44 } + - { offsetInCU: 0x178B, offset: 0x123B41, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwet', symObjAddr: 0x2BEC, symBinAddr: 0xEA260, symSize: 0x50 } + - { offsetInCU: 0x179F, offset: 0x123B55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwst', symObjAddr: 0x2C3C, symBinAddr: 0xEA2B0, symSize: 0x8C } + - { offsetInCU: 0x17B3, offset: 0x123B69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwug', symObjAddr: 0x2CC8, symBinAddr: 0xEA33C, symSize: 0x8 } + - { offsetInCU: 0x17C7, offset: 0x123B7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwup', symObjAddr: 0x2CD0, symBinAddr: 0xEA344, symSize: 0x4 } + - { offsetInCU: 0x17DB, offset: 0x123B91, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwui', symObjAddr: 0x2CD4, symBinAddr: 0xEA348, symSize: 0x4 } + - { offsetInCU: 0x17EF, offset: 0x123BA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOMa', symObjAddr: 0x2CD8, symBinAddr: 0xEA34C, symSize: 0x10 } + - { offsetInCU: 0x1803, offset: 0x123BB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASQWb', symObjAddr: 0x2CE8, symBinAddr: 0xEA35C, symSize: 0x4 } + - { offsetInCU: 0x1817, offset: 0x123BCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACSQAAWl', symObjAddr: 0x2CEC, symBinAddr: 0xEA360, symSize: 0x44 } + - { offsetInCU: 0x1911, offset: 0x123CC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2538, symBinAddr: 0xE9CF0, symSize: 0x3C } + - { offsetInCU: 0x19AD, offset: 0x123D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x2574, symBinAddr: 0xE9D2C, symSize: 0x4 } + - { offsetInCU: 0x19C9, offset: 0x123D7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x2578, symBinAddr: 0xE9D30, symSize: 0x4 } + - { offsetInCU: 0x19E5, offset: 0x123D9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x257C, symBinAddr: 0xE9D34, symSize: 0x4 } + - { offsetInCU: 0x1A01, offset: 0x123DB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x2580, symBinAddr: 0xE9D38, symSize: 0x4 } + - { offsetInCU: 0x5E, offset: 0x124076, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0xEA3B4, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x1240AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x50, symBinAddr: 0xEA404, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x1240BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfC', symObjAddr: 0x80, symBinAddr: 0xEA434, symSize: 0x20 } + - { offsetInCU: 0xC4, offset: 0x1240DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfc', symObjAddr: 0xA0, symBinAddr: 0xEA454, symSize: 0xD8 } + - { offsetInCU: 0x132, offset: 0x12414A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfcTo', symObjAddr: 0x178, symBinAddr: 0xEA52C, symSize: 0x20 } + - { offsetInCU: 0x14E, offset: 0x124166, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x198, symBinAddr: 0xEA54C, symSize: 0x44 } + - { offsetInCU: 0x16C, offset: 0x124184, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1DC, symBinAddr: 0xEA590, symSize: 0x30 } + - { offsetInCU: 0x18F, offset: 0x1241A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x20C, symBinAddr: 0xEA5C0, symSize: 0x4C } + - { offsetInCU: 0x1DF, offset: 0x1241F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x414, symBinAddr: 0xEA6FC, symSize: 0x18 } + - { offsetInCU: 0x1FF, offset: 0x124217, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x414, symBinAddr: 0xEA6FC, symSize: 0x18 } + - { offsetInCU: 0x278, offset: 0x124290, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x5C0, symBinAddr: 0xEA7D0, symSize: 0x9C } + - { offsetInCU: 0x2FC, offset: 0x124314, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tFTo', symObjAddr: 0x6A0, symBinAddr: 0xEA86C, symSize: 0x74 } + - { offsetInCU: 0x337, offset: 0x12434F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC15animationDidSetyyF', symObjAddr: 0x714, symBinAddr: 0xEA8E0, symSize: 0x4 } + - { offsetInCU: 0x362, offset: 0x12437A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg', symObjAddr: 0x718, symBinAddr: 0xEA8E4, symSize: 0x10 } + - { offsetInCU: 0x3B9, offset: 0x1243D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvW', symObjAddr: 0x7A0, symBinAddr: 0xEA96C, symSize: 0xEC } + - { offsetInCU: 0x432, offset: 0x12444A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg', symObjAddr: 0x88C, symBinAddr: 0xEAA58, symSize: 0x48 } + - { offsetInCU: 0x451, offset: 0x124469, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs', symObjAddr: 0x8D4, symBinAddr: 0xEAAA0, symSize: 0x70 } + - { offsetInCU: 0x47A, offset: 0x124492, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM', symObjAddr: 0x944, symBinAddr: 0xEAB10, symSize: 0x48 } + - { offsetInCU: 0x4A9, offset: 0x1244C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM.resume.0', symObjAddr: 0x98C, symBinAddr: 0xEAB58, symSize: 0x30 } + - { offsetInCU: 0x4FE, offset: 0x124516, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0xA34, symBinAddr: 0xEAC00, symSize: 0x74 } + - { offsetInCU: 0x58B, offset: 0x1245A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0xAA8, symBinAddr: 0xEAC74, symSize: 0x64 } + - { offsetInCU: 0x5F4, offset: 0x12460C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0xB0C, symBinAddr: 0xEACD8, symSize: 0x8C } + - { offsetInCU: 0x666, offset: 0x12467E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0xB98, symBinAddr: 0xEAD64, symSize: 0x88 } + - { offsetInCU: 0x701, offset: 0x124719, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF', symObjAddr: 0xC20, symBinAddr: 0xEADEC, symSize: 0x8C } + - { offsetInCU: 0x77B, offset: 0x124793, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF', symObjAddr: 0xCAC, symBinAddr: 0xEAE78, symSize: 0x5C } + - { offsetInCU: 0x81B, offset: 0x124833, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14updateForStateyyF', symObjAddr: 0xD08, symBinAddr: 0xEAED4, symSize: 0x2F8 } + - { offsetInCU: 0xB95, offset: 0x124BAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC10commonInit33_3255EF2F4BCF8A3C447F424ACE2B7066LLyyF', symObjAddr: 0x1000, symBinAddr: 0xEB1CC, symSize: 0x2B4 } + - { offsetInCU: 0xC1D, offset: 0x124C35, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfC', symObjAddr: 0x12B4, symBinAddr: 0xEB480, symSize: 0x50 } + - { offsetInCU: 0xC3B, offset: 0x124C53, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc', symObjAddr: 0x1304, symBinAddr: 0xEB4D0, symSize: 0x2C } + - { offsetInCU: 0xCAE, offset: 0x124CC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x1330, symBinAddr: 0xEB4FC, symSize: 0x2C } + - { offsetInCU: 0xD15, offset: 0x124D2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfD', symObjAddr: 0x135C, symBinAddr: 0xEB528, symSize: 0x30 } + - { offsetInCU: 0xD42, offset: 0x124D5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x2690, symBinAddr: 0xEC85C, symSize: 0x1C0 } + - { offsetInCU: 0xE75, offset: 0x124E8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x2870, symBinAddr: 0xECA3C, symSize: 0xDC } + - { offsetInCU: 0xF12, offset: 0x124F2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvpACTk', symObjAddr: 0x728, symBinAddr: 0xEA8F4, symSize: 0x78 } + - { offsetInCU: 0x102A, offset: 0x125042, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x2430, symBinAddr: 0xEC5FC, symSize: 0x260 } + - { offsetInCU: 0x1251, offset: 0x125269, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x9BC, symBinAddr: 0xEAB88, symSize: 0x78 } + - { offsetInCU: 0x13D3, offset: 0x1253EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfETo', symObjAddr: 0x138C, symBinAddr: 0xEB558, symSize: 0x48 } + - { offsetInCU: 0x142E, offset: 0x125446, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x13D4, symBinAddr: 0xEB5A0, symSize: 0xBC } + - { offsetInCU: 0x14C4, offset: 0x1254DC, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector1DVTB5', symObjAddr: 0x1490, symBinAddr: 0xEB65C, symSize: 0x94 } + - { offsetInCU: 0x155A, offset: 0x125572, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector3DVTB5', symObjAddr: 0x1524, symBinAddr: 0xEB6F0, symSize: 0xBC } + - { offsetInCU: 0x15F0, offset: 0x125608, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x15E0, symBinAddr: 0xEB7AC, symSize: 0xA0 } + - { offsetInCU: 0x1686, offset: 0x12569E, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I5ColorVTB5', symObjAddr: 0x1680, symBinAddr: 0xEB84C, symSize: 0xC4 } + - { offsetInCU: 0x171C, offset: 0x125734, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x1744, symBinAddr: 0xEB910, symSize: 0xA8 } + - { offsetInCU: 0x17B2, offset: 0x1257CA, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x17EC, symBinAddr: 0xEB9B8, symSize: 0xB8 } + - { offsetInCU: 0x1840, offset: 0x125858, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x18C0, symBinAddr: 0xEBA8C, symSize: 0xB0 } + - { offsetInCU: 0x18D6, offset: 0x1258EE, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x1970, symBinAddr: 0xEBB3C, symSize: 0xB8 } + - { offsetInCU: 0x196C, offset: 0x125984, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1A28, symBinAddr: 0xEBBF4, symSize: 0xB8 } + - { offsetInCU: 0x1A02, offset: 0x125A1A, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x1AE0, symBinAddr: 0xEBCAC, symSize: 0xC4 } + - { offsetInCU: 0x1A98, offset: 0x125AB0, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AI2totTg5', symObjAddr: 0x1D78, symBinAddr: 0xEBF44, symSize: 0xB4 } + - { offsetInCU: 0x1B23, offset: 0x125B3B, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSu_SSTg5', symObjAddr: 0x1E2C, symBinAddr: 0xEBFF8, symSize: 0xC4 } + - { offsetInCU: 0x1B9B, offset: 0x125BB3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x2090, symBinAddr: 0xEC25C, symSize: 0xC8 } + - { offsetInCU: 0x1C29, offset: 0x125C41, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCMa', symObjAddr: 0x2850, symBinAddr: 0xECA1C, symSize: 0x20 } + - { offsetInCU: 0x1A0, offset: 0x1261A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xECCF4, symSize: 0x8C4 } + - { offsetInCU: 0x664, offset: 0x126666, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC5valueACyp_tKcfc', symObjAddr: 0x8C4, symBinAddr: 0xED5B8, symSize: 0x8B0 } + - { offsetInCU: 0xC55, offset: 0x126C57, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1174, symBinAddr: 0xEDE68, symSize: 0x170 } + - { offsetInCU: 0xD9E, offset: 0x126DA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCfD', symObjAddr: 0x12E4, symBinAddr: 0xEDFD8, symSize: 0x34 } + - { offsetInCU: 0xDF9, offset: 0x126DFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1338, symBinAddr: 0xEE02C, symSize: 0x54 } + - { offsetInCU: 0xE31, offset: 0x126E33, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x138C, symBinAddr: 0xEE080, symSize: 0x20 } + - { offsetInCU: 0xFE7, offset: 0x126FE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCMa', symObjAddr: 0x1318, symBinAddr: 0xEE00C, symSize: 0x20 } + - { offsetInCU: 0xFFB, offset: 0x126FFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x1438, symBinAddr: 0xEE0A0, symSize: 0x44 } + - { offsetInCU: 0x103B, offset: 0x12703D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x147C, symBinAddr: 0xEE0E4, symSize: 0x68 } + - { offsetInCU: 0x10D9, offset: 0x1270DB, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector1DVTB5', symObjAddr: 0x14E4, symBinAddr: 0xEE14C, symSize: 0x4C } + - { offsetInCU: 0x1177, offset: 0x127179, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector3DVTB5', symObjAddr: 0x1530, symBinAddr: 0xEE198, symSize: 0x54 } + - { offsetInCU: 0x1215, offset: 0x127217, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x1584, symBinAddr: 0xEE1EC, symSize: 0x48 } + - { offsetInCU: 0x12B3, offset: 0x1272B5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M5ColorVTB5', symObjAddr: 0x15CC, symBinAddr: 0xEE234, symSize: 0x58 } + - { offsetInCU: 0x1351, offset: 0x127353, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x1624, symBinAddr: 0xEE28C, symSize: 0x50 } + - { offsetInCU: 0x13EF, offset: 0x1273F1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x1674, symBinAddr: 0xEE2DC, symSize: 0x5C } + - { offsetInCU: 0x148D, offset: 0x12748F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x16D4, symBinAddr: 0xEE33C, symSize: 0x5C } + - { offsetInCU: 0x152B, offset: 0x12752D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x1730, symBinAddr: 0xEE398, symSize: 0x64 } + - { offsetInCU: 0x15C9, offset: 0x1275CB, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1794, symBinAddr: 0xEE3FC, symSize: 0x64 } + - { offsetInCU: 0x1667, offset: 0x127669, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x17F8, symBinAddr: 0xEE460, symSize: 0x58 } + - { offsetInCU: 0x1710, offset: 0x127712, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x18A8, symBinAddr: 0xEE50C, symSize: 0x4C } + - { offsetInCU: 0x17B9, offset: 0x1277BB, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSo7CALayerC_6Lottie16AnimationKeypathVTB5', symObjAddr: 0x18F4, symBinAddr: 0xEE558, symSize: 0x4C } + - { offsetInCU: 0x1857, offset: 0x127859, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSu_SSTg5', symObjAddr: 0x1940, symBinAddr: 0xEE5A4, symSize: 0x4C } + - { offsetInCU: 0x1900, offset: 0x127902, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x198C, symBinAddr: 0xEE5F0, symSize: 0x60 } + - { offsetInCU: 0x1A38, offset: 0x127A3A, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x1AA8, symBinAddr: 0xEE70C, symSize: 0x1D0 } + - { offsetInCU: 0x1C45, offset: 0x127C47, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie15AnyNodeProperty_p_G_Tg5', symObjAddr: 0x1C78, symBinAddr: 0xEE8DC, symSize: 0x1D0 } + - { offsetInCU: 0x1D47, offset: 0x127D49, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySo17NSLayoutAttributeVSo0H10ConstraintC_G_Tg5', symObjAddr: 0x1E48, symBinAddr: 0xEEAAC, symSize: 0x1C4 } + - { offsetInCU: 0x1E33, offset: 0x127E35, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie5AssetC_G_Tg5', symObjAddr: 0x200C, symBinAddr: 0xEEC70, symSize: 0x1C4 } + - { offsetInCU: 0x1EE8, offset: 0x127EEA, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie5AssetCGMa', symObjAddr: 0x21E0, symBinAddr: 0xEEE34, symSize: 0x54 } + - { offsetInCU: 0x75, offset: 0x12836B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xEEF70, symSize: 0x58 } + - { offsetInCU: 0xBC, offset: 0x1283B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0xEEFC8, symSize: 0x1B0 } + - { offsetInCU: 0x17F, offset: 0x128475, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfcTo', symObjAddr: 0x208, symBinAddr: 0xEF178, symSize: 0x4C } + - { offsetInCU: 0x19B, offset: 0x128491, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5setup7contextyAA0D7ContextV_tKF', symObjAddr: 0x254, symBinAddr: 0xEF1C4, symSize: 0xF0 } + - { offsetInCU: 0x202, offset: 0x1284F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x344, symBinAddr: 0xEF2B4, symSize: 0x538 } + - { offsetInCU: 0x4B0, offset: 0x1287A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_n', symObjAddr: 0x87C, symBinAddr: 0xEF7EC, symSize: 0x7C } + - { offsetInCU: 0x557, offset: 0x12884D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfD', symObjAddr: 0x908, symBinAddr: 0xEF878, symSize: 0x34 } + - { offsetInCU: 0x72C, offset: 0x128A22, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfE', symObjAddr: 0x8F8, symBinAddr: 0xEF868, symSize: 0x10 } + - { offsetInCU: 0x759, offset: 0x128A4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfETo', symObjAddr: 0x93C, symBinAddr: 0xEF8AC, symSize: 0x10 } + - { offsetInCU: 0x788, offset: 0x128A7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCMa', symObjAddr: 0x94C, symBinAddr: 0xEF8BC, symSize: 0x20 } + - { offsetInCU: 0x7C6, offset: 0x128ABC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x96C, symBinAddr: 0xEF8DC, symSize: 0x7C } + - { offsetInCU: 0x817, offset: 0x128B0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xB78, symBinAddr: 0xEF958, symSize: 0x14 } + - { offsetInCU: 0x82F, offset: 0x128B25, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xB78, symBinAddr: 0xEF958, symSize: 0x14 } + - { offsetInCU: 0x853, offset: 0x128B49, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_nTA', symObjAddr: 0xC20, symBinAddr: 0xEFA00, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x128DEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xEFA5C, symSize: 0xAC } + - { offsetInCU: 0x79, offset: 0x128E39, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xEFA5C, symSize: 0xAC } + - { offsetInCU: 0xD0, offset: 0x128E90, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfc', symObjAddr: 0xAC, symBinAddr: 0xEFB08, symSize: 0x200 } + - { offsetInCU: 0x1AD, offset: 0x128F6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfcTo', symObjAddr: 0x2AC, symBinAddr: 0xEFD08, symSize: 0x4C } + - { offsetInCU: 0x1C9, offset: 0x128F89, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2F8, symBinAddr: 0xEFD54, symSize: 0x3B0 } + - { offsetInCU: 0x430, offset: 0x1291F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfD', symObjAddr: 0x6D4, symBinAddr: 0xF0130, symSize: 0x34 } + - { offsetInCU: 0x47B, offset: 0x12923B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCyAcA0bC5ModelCcfcTf4gn_n', symObjAddr: 0xA24, symBinAddr: 0xF0230, symSize: 0x11C } + - { offsetInCU: 0x6C0, offset: 0x129480, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfE', symObjAddr: 0x6A8, symBinAddr: 0xF0104, symSize: 0x2C } + - { offsetInCU: 0x6ED, offset: 0x1294AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfETo', symObjAddr: 0x708, symBinAddr: 0xF0164, symSize: 0x38 } + - { offsetInCU: 0x71C, offset: 0x1294DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCMa', symObjAddr: 0x740, symBinAddr: 0xF019C, symSize: 0x20 } + - { offsetInCU: 0x730, offset: 0x1294F0, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSgWOb', symObjAddr: 0x7D4, symBinAddr: 0xF01E0, symSize: 0x48 } + - { offsetInCU: 0x744, offset: 0x129504, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x81C, symBinAddr: 0xF0228, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x129787, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0xF034C, symSize: 0x8DC } + - { offsetInCU: 0x3F, offset: 0x12979F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0xF034C, symSize: 0x8DC } + - { offsetInCU: 0x172, offset: 0x1298D2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd__cfU0_TA', symObjAddr: 0xB5C, symBinAddr: 0xF0E50, symSize: 0x20 } + - { offsetInCU: 0x1AF, offset: 0x12990F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd___qd__tcfU_TA', symObjAddr: 0xBD4, symBinAddr: 0xF0E70, symSize: 0x24 } + - { offsetInCU: 0x23F, offset: 0x12999F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV24buildLimitedAvailabilityyAA03AnyC0VxAA0C0RzlFZ', symObjAddr: 0x934, symBinAddr: 0xF0C28, symSize: 0x7C } + - { offsetInCU: 0x26A, offset: 0x1299CA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither5firstAA19_ConditionalContentVyxq_Gx_tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x9B0, symBinAddr: 0xF0CA4, symSize: 0xC4 } + - { offsetInCU: 0x2A3, offset: 0x129A03, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither6secondAA19_ConditionalContentVyxq_Gq__tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0xA74, symBinAddr: 0xF0D68, symSize: 0xC4 } + - { offsetInCU: 0x4F, offset: 0x129C41, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xF0E98, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x129C66, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xF0EE0, symSize: 0x1D0 } + - { offsetInCU: 0xDC, offset: 0x129CCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x218, symBinAddr: 0xF10B0, symSize: 0xD8 } + - { offsetInCU: 0x16E, offset: 0x129D60, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F0, symBinAddr: 0xF1188, symSize: 0x138 } + - { offsetInCU: 0x1F1, offset: 0x129DE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x438, symBinAddr: 0xF12D0, symSize: 0x64 } + - { offsetInCU: 0x234, offset: 0x129E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x49C, symBinAddr: 0xF1334, symSize: 0x24 } + - { offsetInCU: 0x274, offset: 0x129E66, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4C0, symBinAddr: 0xF1358, symSize: 0x4 } + - { offsetInCU: 0x294, offset: 0x129E86, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4C0, symBinAddr: 0xF1358, symSize: 0x4 } + - { offsetInCU: 0x2BF, offset: 0x129EB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4C4, symBinAddr: 0xF135C, symSize: 0x68 } + - { offsetInCU: 0x30A, offset: 0x129EFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x52C, symBinAddr: 0xF13C4, symSize: 0xC } + - { offsetInCU: 0x326, offset: 0x129F18, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x538, symBinAddr: 0xF13D0, symSize: 0xC } + - { offsetInCU: 0x342, offset: 0x129F34, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO11stringValueSSvgTf4d_n', symObjAddr: 0xA10, symBinAddr: 0xF16FC, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x129F70, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfD', symObjAddr: 0x59C, symBinAddr: 0xF1434, symSize: 0x2C } + - { offsetInCU: 0x40C, offset: 0x129FFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfE', symObjAddr: 0x594, symBinAddr: 0xF142C, symSize: 0x8 } + - { offsetInCU: 0x464, offset: 0x12A056, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCMa', symObjAddr: 0x5C8, symBinAddr: 0xF1460, symSize: 0x20 } + - { offsetInCU: 0x478, offset: 0x12A06A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs0D3KeyAAWl', symObjAddr: 0x64C, symBinAddr: 0xF1480, symSize: 0x44 } + - { offsetInCU: 0x48C, offset: 0x12A07E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwet', symObjAddr: 0x83C, symBinAddr: 0xF1528, symSize: 0x50 } + - { offsetInCU: 0x4A0, offset: 0x12A092, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwst', symObjAddr: 0x88C, symBinAddr: 0xF1578, symSize: 0x8C } + - { offsetInCU: 0x4B4, offset: 0x12A0A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwug', symObjAddr: 0x918, symBinAddr: 0xF1604, symSize: 0x8 } + - { offsetInCU: 0x4C8, offset: 0x12A0BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwup', symObjAddr: 0x920, symBinAddr: 0xF160C, symSize: 0x4 } + - { offsetInCU: 0x4DC, offset: 0x12A0CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwui', symObjAddr: 0x924, symBinAddr: 0xF1610, symSize: 0x4 } + - { offsetInCU: 0x4F0, offset: 0x12A0E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOMa', symObjAddr: 0x928, symBinAddr: 0xF1614, symSize: 0x10 } + - { offsetInCU: 0x504, offset: 0x12A0F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASQWb', symObjAddr: 0x938, symBinAddr: 0xF1624, symSize: 0x4 } + - { offsetInCU: 0x518, offset: 0x12A10A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFSQAAWl', symObjAddr: 0x93C, symBinAddr: 0xF1628, symSize: 0x44 } + - { offsetInCU: 0x52C, offset: 0x12A11E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x980, symBinAddr: 0xF166C, symSize: 0x4 } + - { offsetInCU: 0x540, offset: 0x12A132, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x984, symBinAddr: 0xF1670, symSize: 0x44 } + - { offsetInCU: 0x554, offset: 0x12A146, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x9C8, symBinAddr: 0xF16B4, symSize: 0x4 } + - { offsetInCU: 0x568, offset: 0x12A15A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x9CC, symBinAddr: 0xF16B8, symSize: 0x44 } + - { offsetInCU: 0x5A2, offset: 0x12A194, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x428, symBinAddr: 0xF12C0, symSize: 0x4 } + - { offsetInCU: 0x5C2, offset: 0x12A1B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x428, symBinAddr: 0xF12C0, symSize: 0x4 } + - { offsetInCU: 0x5E2, offset: 0x12A1D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x42C, symBinAddr: 0xF12C4, symSize: 0x4 } + - { offsetInCU: 0x602, offset: 0x12A1F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x42C, symBinAddr: 0xF12C4, symSize: 0x4 } + - { offsetInCU: 0x622, offset: 0x12A214, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xF12C8, symSize: 0x4 } + - { offsetInCU: 0x642, offset: 0x12A234, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xF12C8, symSize: 0x4 } + - { offsetInCU: 0x662, offset: 0x12A254, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x434, symBinAddr: 0xF12CC, symSize: 0x4 } + - { offsetInCU: 0x682, offset: 0x12A274, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x434, symBinAddr: 0xF12CC, symSize: 0x4 } + - { offsetInCU: 0x699, offset: 0x12A28B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x544, symBinAddr: 0xF13DC, symSize: 0x28 } + - { offsetInCU: 0x6B5, offset: 0x12A2A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x56C, symBinAddr: 0xF1404, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x12A484, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0xF1708, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x12A49C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0xF1708, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x12A4B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMr', symObjAddr: 0x4, symBinAddr: 0xF170C, symSize: 0x44 } + - { offsetInCU: 0x73, offset: 0x12A4D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvg', symObjAddr: 0x48, symBinAddr: 0xF1750, symSize: 0x70 } + - { offsetInCU: 0xAF, offset: 0x12A50C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0xB8, symBinAddr: 0xF17C0, symSize: 0xAC } + - { offsetInCU: 0xF8, offset: 0x12A555, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_', symObjAddr: 0x164, symBinAddr: 0xF186C, symSize: 0x90 } + - { offsetInCU: 0x148, offset: 0x12A5A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1F4, symBinAddr: 0xF18FC, symSize: 0xB8 } + - { offsetInCU: 0x20D, offset: 0x12A66A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCfD', symObjAddr: 0x2C8, symBinAddr: 0xF19B4, symSize: 0x24 } + - { offsetInCU: 0x257, offset: 0x12A6B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x2F8, symBinAddr: 0xF19E4, symSize: 0x20 } + - { offsetInCU: 0x282, offset: 0x12A6DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x318, symBinAddr: 0xF1A04, symSize: 0xC } + - { offsetInCU: 0x2A2, offset: 0x12A6FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x318, symBinAddr: 0xF1A04, symSize: 0xC } + - { offsetInCU: 0x2B4, offset: 0x12A711, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x324, symBinAddr: 0xF1A10, symSize: 0x24 } + - { offsetInCU: 0x2D0, offset: 0x12A72D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x420, symBinAddr: 0xF1B0C, symSize: 0xC } + - { offsetInCU: 0x2FE, offset: 0x12A75B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMa', symObjAddr: 0x2EC, symBinAddr: 0xF19D8, symSize: 0xC } + - { offsetInCU: 0x312, offset: 0x12A76F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x348, symBinAddr: 0xF1A34, symSize: 0x38 } + - { offsetInCU: 0x326, offset: 0x12A783, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x380, symBinAddr: 0xF1A6C, symSize: 0x8 } + - { offsetInCU: 0x345, offset: 0x12A7A2, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x3AC, symBinAddr: 0xF1A98, symSize: 0x28 } + - { offsetInCU: 0x36E, offset: 0x12A7CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3D4, symBinAddr: 0xF1AC0, symSize: 0x1C } + - { offsetInCU: 0x382, offset: 0x12A7DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFSbAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3F0, symBinAddr: 0xF1ADC, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x12A9BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0xF1B18, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x12A9E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0xF1B18, symSize: 0x8 } + - { offsetInCU: 0x9E, offset: 0x12AA35, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x8, symBinAddr: 0xF1B20, symSize: 0x44 } + - { offsetInCU: 0x109, offset: 0x12AAA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5layerACyp_tcfcTo', symObjAddr: 0x4C, symBinAddr: 0xF1B64, symSize: 0x9C } + - { offsetInCU: 0x14E, offset: 0x12AAE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCfD', symObjAddr: 0xE8, symBinAddr: 0xF1C00, symSize: 0x34 } + - { offsetInCU: 0x17C, offset: 0x12AB13, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCMa', symObjAddr: 0x11C, symBinAddr: 0xF1C34, symSize: 0x20 } + - { offsetInCU: 0xD2, offset: 0x12AD50, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0xF1C54, symSize: 0x370 } + - { offsetInCU: 0x279, offset: 0x12AEF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO8rawValueSSvg', symObjAddr: 0x370, symBinAddr: 0xF1FC4, symSize: 0x20 } + - { offsetInCU: 0x2B2, offset: 0x12AF30, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x390, symBinAddr: 0xF1FE4, symSize: 0x20 } + - { offsetInCU: 0x2E0, offset: 0x12AF5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x390, symBinAddr: 0xF1FE4, symSize: 0x20 } + - { offsetInCU: 0x334, offset: 0x12AFB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x3D4, symBinAddr: 0xF2028, symSize: 0x64 } + - { offsetInCU: 0x39A, offset: 0x12B018, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x438, symBinAddr: 0xF208C, symSize: 0x28 } + - { offsetInCU: 0x3B6, offset: 0x12B034, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x460, symBinAddr: 0xF20B4, symSize: 0x8 } + - { offsetInCU: 0x3EC, offset: 0x12B06A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x468, symBinAddr: 0xF20BC, symSize: 0x68 } + - { offsetInCU: 0x471, offset: 0x12B0EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4D0, symBinAddr: 0xF2124, symSize: 0xC } + - { offsetInCU: 0x48D, offset: 0x12B10B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4DC, symBinAddr: 0xF2130, symSize: 0xC } + - { offsetInCU: 0x4C9, offset: 0x12B147, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCfD', symObjAddr: 0x538, symBinAddr: 0xF218C, symSize: 0x34 } + - { offsetInCU: 0x50C, offset: 0x12B18A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC6encode2toys7Encoder_p_tKF', symObjAddr: 0x58C, symBinAddr: 0xF21E0, symSize: 0x164 } + - { offsetInCU: 0x54B, offset: 0x12B1C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x6F0, symBinAddr: 0xF2344, symSize: 0x22C } + - { offsetInCU: 0x58A, offset: 0x12B208, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x93C, symBinAddr: 0xF2590, symSize: 0x20 } + - { offsetInCU: 0x5C6, offset: 0x12B244, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCMa', symObjAddr: 0x56C, symBinAddr: 0xF21C0, symSize: 0x20 } + - { offsetInCU: 0x68A, offset: 0x12B308, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x95C, symBinAddr: 0xF25B0, symSize: 0x1D4 } + - { offsetInCU: 0x8BB, offset: 0x12B539, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xB40, symBinAddr: 0xF2794, symSize: 0x64 } + - { offsetInCU: 0x8FE, offset: 0x12B57C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xBA4, symBinAddr: 0xF27F8, symSize: 0x24 } + - { offsetInCU: 0x93E, offset: 0x12B5BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBC8, symBinAddr: 0xF281C, symSize: 0x4 } + - { offsetInCU: 0x95E, offset: 0x12B5DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBC8, symBinAddr: 0xF281C, symSize: 0x4 } + - { offsetInCU: 0x989, offset: 0x12B607, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBCC, symBinAddr: 0xF2820, symSize: 0x68 } + - { offsetInCU: 0x9D4, offset: 0x12B652, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xC34, symBinAddr: 0xF2888, symSize: 0xC } + - { offsetInCU: 0x9F0, offset: 0x12B66E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xC40, symBinAddr: 0xF2894, symSize: 0xC } + - { offsetInCU: 0xA0C, offset: 0x12B68A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x16DC, symBinAddr: 0xF3218, symSize: 0x10 } + - { offsetInCU: 0xA47, offset: 0x12B6C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCfD', symObjAddr: 0xC9C, symBinAddr: 0xF28F0, symSize: 0x24 } + - { offsetInCU: 0xA92, offset: 0x12B710, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC6encode2toys7Encoder_p_tKF', symObjAddr: 0xCE0, symBinAddr: 0xF2934, symSize: 0x128 } + - { offsetInCU: 0xAD1, offset: 0x12B74F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xE08, symBinAddr: 0xF2A5C, symSize: 0x174 } + - { offsetInCU: 0xB10, offset: 0x12B78E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xFFC, symBinAddr: 0xF2C50, symSize: 0x20 } + - { offsetInCU: 0xB6B, offset: 0x12B7E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCMa', symObjAddr: 0xCC0, symBinAddr: 0xF2914, symSize: 0x20 } + - { offsetInCU: 0xB7F, offset: 0x12B7FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x1080, symBinAddr: 0xF2C70, symSize: 0x44 } + - { offsetInCU: 0xB93, offset: 0x12B811, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie4FontCGMa', symObjAddr: 0x10E4, symBinAddr: 0xF2CB4, symSize: 0x50 } + - { offsetInCU: 0xBA7, offset: 0x12B825, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs0C3KeyAAWl', symObjAddr: 0x11E8, symBinAddr: 0xF2DB8, symSize: 0x44 } + - { offsetInCU: 0xBBB, offset: 0x12B839, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwet', symObjAddr: 0x12BC, symBinAddr: 0xF2DFC, symSize: 0x90 } + - { offsetInCU: 0xBCF, offset: 0x12B84D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwst', symObjAddr: 0x134C, symBinAddr: 0xF2E8C, symSize: 0xBC } + - { offsetInCU: 0xBE3, offset: 0x12B861, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwug', symObjAddr: 0x1408, symBinAddr: 0xF2F48, symSize: 0x8 } + - { offsetInCU: 0xBF7, offset: 0x12B875, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwup', symObjAddr: 0x1410, symBinAddr: 0xF2F50, symSize: 0x4 } + - { offsetInCU: 0xC0B, offset: 0x12B889, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwui', symObjAddr: 0x1414, symBinAddr: 0xF2F54, symSize: 0x8 } + - { offsetInCU: 0xC1F, offset: 0x12B89D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOMa', symObjAddr: 0x141C, symBinAddr: 0xF2F5C, symSize: 0x10 } + - { offsetInCU: 0xC33, offset: 0x12B8B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwet', symObjAddr: 0x1430, symBinAddr: 0xF2F6C, symSize: 0x50 } + - { offsetInCU: 0xC47, offset: 0x12B8C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwst', symObjAddr: 0x1480, symBinAddr: 0xF2FBC, symSize: 0x8C } + - { offsetInCU: 0xC5B, offset: 0x12B8D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwug', symObjAddr: 0x150C, symBinAddr: 0xF3048, symSize: 0x8 } + - { offsetInCU: 0xC6F, offset: 0x12B8ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwup', symObjAddr: 0x1514, symBinAddr: 0xF3050, symSize: 0x4 } + - { offsetInCU: 0xC83, offset: 0x12B901, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwui', symObjAddr: 0x1518, symBinAddr: 0xF3054, symSize: 0x4 } + - { offsetInCU: 0xC97, offset: 0x12B915, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOMa', symObjAddr: 0x151C, symBinAddr: 0xF3058, symSize: 0x10 } + - { offsetInCU: 0xCAB, offset: 0x12B929, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASQWb', symObjAddr: 0x152C, symBinAddr: 0xF3068, symSize: 0x4 } + - { offsetInCU: 0xCBF, offset: 0x12B93D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAESQAAWl', symObjAddr: 0x1530, symBinAddr: 0xF306C, symSize: 0x44 } + - { offsetInCU: 0xCD3, offset: 0x12B951, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASQWb', symObjAddr: 0x1574, symBinAddr: 0xF30B0, symSize: 0x4 } + - { offsetInCU: 0xCE7, offset: 0x12B965, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFSQAAWl', symObjAddr: 0x1578, symBinAddr: 0xF30B4, symSize: 0x44 } + - { offsetInCU: 0xCFB, offset: 0x12B979, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x15BC, symBinAddr: 0xF30F8, symSize: 0x4 } + - { offsetInCU: 0xD0F, offset: 0x12B98D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x15C0, symBinAddr: 0xF30FC, symSize: 0x44 } + - { offsetInCU: 0xD23, offset: 0x12B9A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1604, symBinAddr: 0xF3140, symSize: 0x4 } + - { offsetInCU: 0xD37, offset: 0x12B9B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1608, symBinAddr: 0xF3144, symSize: 0x44 } + - { offsetInCU: 0xD4B, offset: 0x12B9C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x164C, symBinAddr: 0xF3188, symSize: 0x4 } + - { offsetInCU: 0xD5F, offset: 0x12B9DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1650, symBinAddr: 0xF318C, symSize: 0x44 } + - { offsetInCU: 0xD73, offset: 0x12B9F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1694, symBinAddr: 0xF31D0, symSize: 0x4 } + - { offsetInCU: 0xD87, offset: 0x12BA05, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1698, symBinAddr: 0xF31D4, symSize: 0x44 } + - { offsetInCU: 0xDE7, offset: 0x12BA65, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0xF2004, symSize: 0xC } + - { offsetInCU: 0xE03, offset: 0x12BA81, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3BC, symBinAddr: 0xF2010, symSize: 0x8 } + - { offsetInCU: 0xE1F, offset: 0x12BA9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3C4, symBinAddr: 0xF2018, symSize: 0x8 } + - { offsetInCU: 0xE3B, offset: 0x12BAB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3CC, symBinAddr: 0xF2020, symSize: 0x8 } + - { offsetInCU: 0xE5D, offset: 0x12BADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4E8, symBinAddr: 0xF213C, symSize: 0x28 } + - { offsetInCU: 0xE79, offset: 0x12BAF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x510, symBinAddr: 0xF2164, symSize: 0x28 } + - { offsetInCU: 0xEFF, offset: 0x12BB7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB30, symBinAddr: 0xF2784, symSize: 0x4 } + - { offsetInCU: 0xF1F, offset: 0x12BB9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB30, symBinAddr: 0xF2784, symSize: 0x4 } + - { offsetInCU: 0xF3F, offset: 0x12BBBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB34, symBinAddr: 0xF2788, symSize: 0x4 } + - { offsetInCU: 0xF5F, offset: 0x12BBDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB34, symBinAddr: 0xF2788, symSize: 0x4 } + - { offsetInCU: 0xF7F, offset: 0x12BBFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB38, symBinAddr: 0xF278C, symSize: 0x4 } + - { offsetInCU: 0xF9F, offset: 0x12BC1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB38, symBinAddr: 0xF278C, symSize: 0x4 } + - { offsetInCU: 0xFBF, offset: 0x12BC3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB3C, symBinAddr: 0xF2790, symSize: 0x4 } + - { offsetInCU: 0xFDF, offset: 0x12BC5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB3C, symBinAddr: 0xF2790, symSize: 0x4 } + - { offsetInCU: 0xFF6, offset: 0x12BC74, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xC4C, symBinAddr: 0xF28A0, symSize: 0x28 } + - { offsetInCU: 0x1012, offset: 0x12BC90, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xC74, symBinAddr: 0xF28C8, symSize: 0x28 } + - { offsetInCU: 0x11A, offset: 0x12BF35, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addTransformAnimations3for7contextyAC0D5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x50, symBinAddr: 0xF3228, symSize: 0x30C } + - { offsetInCU: 0x20D, offset: 0x12C028, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x35C, symBinAddr: 0xF3534, symSize: 0xC } + - { offsetInCU: 0x266, offset: 0x12C081, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x368, symBinAddr: 0xF3540, symSize: 0xC } + - { offsetInCU: 0x2BF, offset: 0x12C0DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x374, symBinAddr: 0xF354C, symSize: 0xC } + - { offsetInCU: 0x2FA, offset: 0x12C115, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x380, symBinAddr: 0xF3558, symSize: 0x8 } + - { offsetInCU: 0x316, offset: 0x12C131, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x388, symBinAddr: 0xF3560, symSize: 0x8 } + - { offsetInCU: 0x350, offset: 0x12C16B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x390, symBinAddr: 0xF3568, symSize: 0xC } + - { offsetInCU: 0x3A9, offset: 0x12C1C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x39C, symBinAddr: 0xF3574, symSize: 0xC } + - { offsetInCU: 0x3E4, offset: 0x12C1FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3A8, symBinAddr: 0xF3580, symSize: 0x8 } + - { offsetInCU: 0x400, offset: 0x12C21B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B0, symBinAddr: 0xF3588, symSize: 0x8 } + - { offsetInCU: 0x43A, offset: 0x12C255, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B8, symBinAddr: 0xF3590, symSize: 0xC } + - { offsetInCU: 0x493, offset: 0x12C2AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3C4, symBinAddr: 0xF359C, symSize: 0xC } + - { offsetInCU: 0x505, offset: 0x12C320, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE7hasSkewSbvg', symObjAddr: 0x3F4, symBinAddr: 0xF35A8, symSize: 0xD4 } + - { offsetInCU: 0x699, offset: 0x12C4B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModel_pWOc', symObjAddr: 0x4C8, symBinAddr: 0xF367C, symSize: 0x44 } + - { offsetInCU: 0x6E4, offset: 0x12C4FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE23hasNegativeXScaleValuesSbvg', symObjAddr: 0x50C, symBinAddr: 0xF36C0, symSize: 0x98 } + - { offsetInCU: 0x810, offset: 0x12C62B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZAA0A8Vector3DV_AvA0A8Vector1DVAxv5xA4HoldVySo13CATransform3DVGTg5Tf4nnnnnnnnnnnnd_n', symObjAddr: 0x16E4, symBinAddr: 0xF475C, symSize: 0x208 } + - { offsetInCU: 0x995, offset: 0x12C7B0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x5C4, symBinAddr: 0xF3758, symSize: 0x508 } + - { offsetInCU: 0xA97, offset: 0x12C8B2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_', symObjAddr: 0x1540, symBinAddr: 0xF45F8, symSize: 0x14C } + - { offsetInCU: 0xBE8, offset: 0x12CA03, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addPositionAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xACC, symBinAddr: 0xF3C60, symSize: 0x31C } + - { offsetInCU: 0xE30, offset: 0x12CC4B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE18addScaleAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xDE8, symBinAddr: 0xF3F7C, symSize: 0x268 } + - { offsetInCU: 0x1047, offset: 0x12CE62, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addRotationAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x1050, symBinAddr: 0xF41E4, symSize: 0x35C } + - { offsetInCU: 0x1202, offset: 0x12D01D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE16hasSkewAnimationSbvg', symObjAddr: 0x1488, symBinAddr: 0xF4540, symSize: 0xB8 } + - { offsetInCU: 0x12F6, offset: 0x12D111, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5TA', symObjAddr: 0x16DC, symBinAddr: 0xF4754, symSize: 0x8 } + - { offsetInCU: 0x134C, offset: 0x12D167, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_TA', symObjAddr: 0x1A7C, symBinAddr: 0xF4964, symSize: 0x2C } + - { offsetInCU: 0x1360, offset: 0x12D17B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x1B94, symBinAddr: 0xF4A7C, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x12D549, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0xF4B10, symSize: 0x1A8 } + - { offsetInCU: 0x126, offset: 0x12D644, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0xF4B10, symSize: 0x1A8 } + - { offsetInCU: 0x35A, offset: 0x12D878, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfd', symObjAddr: 0x1A8, symBinAddr: 0xF4CB8, symSize: 0x7C } + - { offsetInCU: 0x387, offset: 0x12D8A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfD', symObjAddr: 0x224, symBinAddr: 0xF4D34, symSize: 0x1C } + - { offsetInCU: 0x3C3, offset: 0x12D8E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x260, symBinAddr: 0xF4D70, symSize: 0xC } + - { offsetInCU: 0x404, offset: 0x12D922, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x26C, symBinAddr: 0xF4D7C, symSize: 0x30 } + - { offsetInCU: 0x445, offset: 0x12D963, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x29C, symBinAddr: 0xF4DAC, symSize: 0xC } + - { offsetInCU: 0x486, offset: 0x12D9A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A8, symBinAddr: 0xF4DB8, symSize: 0xC } + - { offsetInCU: 0x4B8, offset: 0x12D9D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC9transformAcA14ShapeTransformCSg_tcfcTf4gn_n', symObjAddr: 0x574, symBinAddr: 0xF5084, symSize: 0x934 } + - { offsetInCU: 0xDA3, offset: 0x12E2C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCMa', symObjAddr: 0x240, symBinAddr: 0xF4D50, symSize: 0x20 } + - { offsetInCU: 0xDC3, offset: 0x12E2E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfd', symObjAddr: 0x2B4, symBinAddr: 0xF4DC4, symSize: 0x4C } + - { offsetInCU: 0xDF0, offset: 0x12E30E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfD', symObjAddr: 0x300, symBinAddr: 0xF4E10, symSize: 0x1C } + - { offsetInCU: 0xE3B, offset: 0x12E359, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x33C, symBinAddr: 0xF4E4C, symSize: 0x44 } + - { offsetInCU: 0xE87, offset: 0x12E3A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x380, symBinAddr: 0xF4E90, symSize: 0x24 } + - { offsetInCU: 0xED7, offset: 0x12E3F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x3A4, symBinAddr: 0xF4EB4, symSize: 0x3C } + - { offsetInCU: 0xF23, offset: 0x12E441, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xF4EF0, symSize: 0x4 } + - { offsetInCU: 0xF43, offset: 0x12E461, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xF4EF0, symSize: 0x4 } + - { offsetInCU: 0xF73, offset: 0x12E491, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x3E4, symBinAddr: 0xF4EF4, symSize: 0x8 } + - { offsetInCU: 0xF93, offset: 0x12E4B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x3E4, symBinAddr: 0xF4EF4, symSize: 0x8 } + - { offsetInCU: 0xFF6, offset: 0x12E514, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3EC, symBinAddr: 0xF4EFC, symSize: 0x20 } + - { offsetInCU: 0x1016, offset: 0x12E534, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3EC, symBinAddr: 0xF4EFC, symSize: 0x20 } + - { offsetInCU: 0x1067, offset: 0x12E585, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x40C, symBinAddr: 0xF4F1C, symSize: 0x8 } + - { offsetInCU: 0x1087, offset: 0x12E5A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x40C, symBinAddr: 0xF4F1C, symSize: 0x8 } + - { offsetInCU: 0x10A8, offset: 0x12E5C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x414, symBinAddr: 0xF4F24, symSize: 0x8 } + - { offsetInCU: 0x10C8, offset: 0x12E5E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x414, symBinAddr: 0xF4F24, symSize: 0x8 } + - { offsetInCU: 0x10E9, offset: 0x12E607, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x41C, symBinAddr: 0xF4F2C, symSize: 0x8 } + - { offsetInCU: 0x1109, offset: 0x12E627, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x41C, symBinAddr: 0xF4F2C, symSize: 0x8 } + - { offsetInCU: 0x112A, offset: 0x12E648, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x424, symBinAddr: 0xF4F34, symSize: 0x8 } + - { offsetInCU: 0x114A, offset: 0x12E668, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x424, symBinAddr: 0xF4F34, symSize: 0x8 } + - { offsetInCU: 0x116B, offset: 0x12E689, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x42C, symBinAddr: 0xF4F3C, symSize: 0xC } + - { offsetInCU: 0x118B, offset: 0x12E6A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x42C, symBinAddr: 0xF4F3C, symSize: 0xC } + - { offsetInCU: 0x11AC, offset: 0x12E6CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x438, symBinAddr: 0xF4F48, symSize: 0x10 } + - { offsetInCU: 0x11CC, offset: 0x12E6EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x438, symBinAddr: 0xF4F48, symSize: 0x10 } + - { offsetInCU: 0x1214, offset: 0x12E732, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x448, symBinAddr: 0xF4F58, symSize: 0x68 } + - { offsetInCU: 0x129B, offset: 0x12E7B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x4B0, symBinAddr: 0xF4FC0, symSize: 0x5C } + - { offsetInCU: 0x12FB, offset: 0x12E819, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x50C, symBinAddr: 0xF501C, symSize: 0x30 } + - { offsetInCU: 0x133C, offset: 0x12E85A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x53C, symBinAddr: 0xF504C, symSize: 0xC } + - { offsetInCU: 0x138C, offset: 0x12E8AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x548, symBinAddr: 0xF5058, symSize: 0x2C } + - { offsetInCU: 0x13C7, offset: 0x12E8E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC4name06parentC04treeACSS_AA08AnimatorC0_pSgAA0C4TreeCtcfcTf4gggn_n', symObjAddr: 0xEA8, symBinAddr: 0xF59B8, symSize: 0x4B8 } + - { offsetInCU: 0x1839, offset: 0x12ED57, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1360, symBinAddr: 0xF5E70, symSize: 0x148 } + - { offsetInCU: 0x18E4, offset: 0x12EE02, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCMa', symObjAddr: 0x31C, symBinAddr: 0xF4E2C, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x12F5BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0xF5FB8, symSize: 0x4C } + - { offsetInCU: 0x4F, offset: 0x12F5E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0xF5FB8, symSize: 0x4C } + - { offsetInCU: 0x7C, offset: 0x12F60D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfD', symObjAddr: 0x4C, symBinAddr: 0xF6004, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x12F649, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x88, symBinAddr: 0xF6040, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x12F68A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x94, symBinAddr: 0xF604C, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x12F6CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xC4, symBinAddr: 0xF607C, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x12F6FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesC12gradientfillAcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x628, symBinAddr: 0xF65E0, symSize: 0x3DC } + - { offsetInCU: 0x4A0, offset: 0x12FA31, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCMa', symObjAddr: 0x68, symBinAddr: 0xF6020, symSize: 0x20 } + - { offsetInCU: 0x4DE, offset: 0x12FA6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCfD', symObjAddr: 0xD0, symBinAddr: 0xF6088, symSize: 0x34 } + - { offsetInCU: 0x53F, offset: 0x12FAD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x124, symBinAddr: 0xF60DC, symSize: 0x44 } + - { offsetInCU: 0x58B, offset: 0x12FB1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x168, symBinAddr: 0xF6120, symSize: 0x24 } + - { offsetInCU: 0x5CC, offset: 0x12FB5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x18C, symBinAddr: 0xF6144, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0x12FB7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x18C, symBinAddr: 0xF6144, symSize: 0x4 } + - { offsetInCU: 0x61C, offset: 0x12FBAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x190, symBinAddr: 0xF6148, symSize: 0x8 } + - { offsetInCU: 0x63C, offset: 0x12FBCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x190, symBinAddr: 0xF6148, symSize: 0x8 } + - { offsetInCU: 0x69F, offset: 0x12FC30, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x198, symBinAddr: 0xF6150, symSize: 0x10 } + - { offsetInCU: 0x6BF, offset: 0x12FC50, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x198, symBinAddr: 0xF6150, symSize: 0x10 } + - { offsetInCU: 0x706, offset: 0x12FC97, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0xF6160, symSize: 0x8 } + - { offsetInCU: 0x726, offset: 0x12FCB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0xF6160, symSize: 0x8 } + - { offsetInCU: 0x747, offset: 0x12FCD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0xF6168, symSize: 0x8 } + - { offsetInCU: 0x767, offset: 0x12FCF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0xF6168, symSize: 0x8 } + - { offsetInCU: 0x788, offset: 0x12FD19, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1B8, symBinAddr: 0xF6170, symSize: 0x8 } + - { offsetInCU: 0x7A8, offset: 0x12FD39, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1B8, symBinAddr: 0xF6170, symSize: 0x8 } + - { offsetInCU: 0x7C9, offset: 0x12FD5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1C0, symBinAddr: 0xF6178, symSize: 0x8 } + - { offsetInCU: 0x7E9, offset: 0x12FD7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1C0, symBinAddr: 0xF6178, symSize: 0x8 } + - { offsetInCU: 0x80A, offset: 0x12FD9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1C8, symBinAddr: 0xF6180, symSize: 0xC } + - { offsetInCU: 0x82A, offset: 0x12FDBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1C8, symBinAddr: 0xF6180, symSize: 0xC } + - { offsetInCU: 0x84B, offset: 0x12FDDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1D4, symBinAddr: 0xF618C, symSize: 0x10 } + - { offsetInCU: 0x86B, offset: 0x12FDFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1D4, symBinAddr: 0xF618C, symSize: 0x10 } + - { offsetInCU: 0x87D, offset: 0x12FE0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1E4, symBinAddr: 0xF619C, symSize: 0x8 } + - { offsetInCU: 0x8B7, offset: 0x12FE48, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x1EC, symBinAddr: 0xF61A4, symSize: 0x4C } + - { offsetInCU: 0x8F4, offset: 0x12FE85, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xA04, symBinAddr: 0xF69BC, symSize: 0x220 } + - { offsetInCU: 0xD18, offset: 0x1302A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCMa', symObjAddr: 0x104, symBinAddr: 0xF60BC, symSize: 0x20 } + - { offsetInCU: 0xE47, offset: 0x1303D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x238, symBinAddr: 0xF61F0, symSize: 0x12C } + - { offsetInCU: 0xEE3, offset: 0x130474, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x364, symBinAddr: 0xF631C, symSize: 0x1A8 } + - { offsetInCU: 0x1057, offset: 0x1305E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcSaySdG_Tg5Tf4en_nAA20KeyframeInterpolatorCyAGG_Tg5', symObjAddr: 0x50C, symBinAddr: 0xF64C4, symSize: 0x11C } + - { offsetInCU: 0x16A6, offset: 0x130C37, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOc', symObjAddr: 0xCF0, symBinAddr: 0xF6BDC, symSize: 0x3C } + - { offsetInCU: 0x16BA, offset: 0x130C4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOh', symObjAddr: 0xD2C, symBinAddr: 0xF6C18, symSize: 0x34 } + - { offsetInCU: 0x75, offset: 0x131054, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4pathSSvg', symObjAddr: 0x0, symBinAddr: 0xF6C4C, symSize: 0x138 } + - { offsetInCU: 0x162, offset: 0x131141, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4typeAC0B4TypeOvg', symObjAddr: 0x144, symBinAddr: 0xF6D84, symSize: 0x118 } + - { offsetInCU: 0x239, offset: 0x131218, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV16uncompressedSizes6UInt64Vvg', symObjAddr: 0x25C, symBinAddr: 0xF6E9C, symSize: 0x188 } + - { offsetInCU: 0x314, offset: 0x1312F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E4, symBinAddr: 0xF7024, symSize: 0xC0 } + - { offsetInCU: 0x346, offset: 0x131325, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x4A4, symBinAddr: 0xF70E4, symSize: 0x1D8 } + - { offsetInCU: 0x3E3, offset: 0x1313C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25centralDirectoryStructure15localFileHeader14dataDescriptor09zip64DataJ0ACSgAC07CentraldE0V_AC05LocalgH0VAC0lJ0Vy_s6UInt32VGSgANy_s6UInt64VGSgtcfCTf4ggggd_n', symObjAddr: 0x67C, symBinAddr: 0xF72BC, symSize: 0x59C } + - { offsetInCU: 0x519, offset: 0x1314F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVWOr', symObjAddr: 0xC58, symBinAddr: 0xF7858, symSize: 0x64 } + - { offsetInCU: 0x52D, offset: 0x13150C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVWOr', symObjAddr: 0xD0C, symBinAddr: 0xF78BC, symSize: 0x4C } + - { offsetInCU: 0x541, offset: 0x131520, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOy', symObjAddr: 0xD58, symBinAddr: 0xF7908, symSize: 0x14 } + - { offsetInCU: 0x555, offset: 0x131534, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOr', symObjAddr: 0xD6C, symBinAddr: 0xF791C, symSize: 0x30 } + - { offsetInCU: 0x569, offset: 0x131548, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOy', symObjAddr: 0xD9C, symBinAddr: 0xF794C, symSize: 0x14 } + - { offsetInCU: 0x57D, offset: 0x13155C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMi', symObjAddr: 0xE60, symBinAddr: 0xF79A4, symSize: 0x8 } + - { offsetInCU: 0x591, offset: 0x131570, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMr', symObjAddr: 0xE68, symBinAddr: 0xF79AC, symSize: 0x88 } + - { offsetInCU: 0x5A5, offset: 0x131584, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwCP', symObjAddr: 0xEF0, symBinAddr: 0xF7A34, symSize: 0x128 } + - { offsetInCU: 0x5B9, offset: 0x131598, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwxx', symObjAddr: 0x1018, symBinAddr: 0xF7B5C, symSize: 0x94 } + - { offsetInCU: 0x5CD, offset: 0x1315AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwcp', symObjAddr: 0x10AC, symBinAddr: 0xF7BF0, symSize: 0xD0 } + - { offsetInCU: 0x5E1, offset: 0x1315C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwca', symObjAddr: 0x117C, symBinAddr: 0xF7CC0, symSize: 0xD8 } + - { offsetInCU: 0x5F5, offset: 0x1315D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwtk', symObjAddr: 0x1254, symBinAddr: 0xF7D98, symSize: 0xBC } + - { offsetInCU: 0x609, offset: 0x1315E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwta', symObjAddr: 0x1310, symBinAddr: 0xF7E54, symSize: 0xCC } + - { offsetInCU: 0x61D, offset: 0x1315FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwet', symObjAddr: 0x13DC, symBinAddr: 0xF7F20, symSize: 0x180 } + - { offsetInCU: 0x631, offset: 0x131610, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwst', symObjAddr: 0x155C, symBinAddr: 0xF80A0, symSize: 0x22C } + - { offsetInCU: 0x645, offset: 0x131624, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMa', symObjAddr: 0x1788, symBinAddr: 0xF82CC, symSize: 0xC } + - { offsetInCU: 0x659, offset: 0x131638, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwCP', symObjAddr: 0x1794, symBinAddr: 0xF82D8, symSize: 0x30 } + - { offsetInCU: 0x66D, offset: 0x13164C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwxx', symObjAddr: 0x17C4, symBinAddr: 0xF8308, symSize: 0x34 } + - { offsetInCU: 0x681, offset: 0x131660, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwcp', symObjAddr: 0x17F8, symBinAddr: 0xF833C, symSize: 0x88 } + - { offsetInCU: 0x695, offset: 0x131674, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwca', symObjAddr: 0x1880, symBinAddr: 0xF83C4, symSize: 0xD4 } + - { offsetInCU: 0x6A9, offset: 0x131688, size: 0x8, addend: 0x0, symName: ___swift_memcpy72_8, symObjAddr: 0x1954, symBinAddr: 0xF8498, symSize: 0x24 } + - { offsetInCU: 0x6BD, offset: 0x13169C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwta', symObjAddr: 0x1978, symBinAddr: 0xF84BC, symSize: 0x80 } + - { offsetInCU: 0x6D1, offset: 0x1316B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwet', symObjAddr: 0x19F8, symBinAddr: 0xF853C, symSize: 0x5C } + - { offsetInCU: 0x6E5, offset: 0x1316C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwst', symObjAddr: 0x1A54, symBinAddr: 0xF8598, symSize: 0x64 } + - { offsetInCU: 0x6F9, offset: 0x1316D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVMa', symObjAddr: 0x1AB8, symBinAddr: 0xF85FC, symSize: 0x10 } + - { offsetInCU: 0x70D, offset: 0x1316EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwxx', symObjAddr: 0x1AC8, symBinAddr: 0xF860C, symSize: 0x3C } + - { offsetInCU: 0x721, offset: 0x131700, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwcp', symObjAddr: 0x1B04, symBinAddr: 0xF8648, symSize: 0xB4 } + - { offsetInCU: 0x735, offset: 0x131714, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwca', symObjAddr: 0x1BB8, symBinAddr: 0xF86FC, symSize: 0x120 } + - { offsetInCU: 0x749, offset: 0x131728, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwta', symObjAddr: 0x1D04, symBinAddr: 0xF881C, symSize: 0xA8 } + - { offsetInCU: 0x75D, offset: 0x13173C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwet', symObjAddr: 0x1DAC, symBinAddr: 0xF88C4, symSize: 0x5C } + - { offsetInCU: 0x771, offset: 0x131750, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwst', symObjAddr: 0x1E08, symBinAddr: 0xF8920, symSize: 0x6C } + - { offsetInCU: 0x785, offset: 0x131764, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVMa', symObjAddr: 0x1E74, symBinAddr: 0xF898C, symSize: 0x10 } + - { offsetInCU: 0x799, offset: 0x131778, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwxx', symObjAddr: 0x1E84, symBinAddr: 0xF899C, symSize: 0x90 } + - { offsetInCU: 0x7AD, offset: 0x13178C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwcp', symObjAddr: 0x1F14, symBinAddr: 0xF8A2C, symSize: 0x1A0 } + - { offsetInCU: 0x7C1, offset: 0x1317A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwca', symObjAddr: 0x20B4, symBinAddr: 0xF8BCC, symSize: 0x340 } + - { offsetInCU: 0x7D5, offset: 0x1317B4, size: 0x8, addend: 0x0, symName: ___swift_memcpy248_8, symObjAddr: 0x2430, symBinAddr: 0xF8F48, symSize: 0x4C } + - { offsetInCU: 0x7E9, offset: 0x1317C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwta', symObjAddr: 0x247C, symBinAddr: 0xF8F94, symSize: 0x1D0 } + - { offsetInCU: 0x7FD, offset: 0x1317DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwet', symObjAddr: 0x264C, symBinAddr: 0xF9164, symSize: 0x5C } + - { offsetInCU: 0x811, offset: 0x1317F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwst', symObjAddr: 0x26A8, symBinAddr: 0xF91C0, symSize: 0x90 } + - { offsetInCU: 0x825, offset: 0x131804, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVMa', symObjAddr: 0x2738, symBinAddr: 0xF9250, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x131A90, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xF9268, symSize: 0x1EC } + - { offsetInCU: 0x5C, offset: 0x131AC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xF9268, symSize: 0x1EC } + - { offsetInCU: 0xB8, offset: 0x131B1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1EC, symBinAddr: 0xF9454, symSize: 0x2AC } + - { offsetInCU: 0x1F9, offset: 0x131C5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC6encode2toys7Encoder_p_tKF', symObjAddr: 0x498, symBinAddr: 0xF9700, symSize: 0x154 } + - { offsetInCU: 0x238, offset: 0x131C9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x874, symBinAddr: 0xF9ADC, symSize: 0x4C } + - { offsetInCU: 0x26F, offset: 0x131CD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO8rawValueSSvg', symObjAddr: 0x8C0, symBinAddr: 0xF9B28, symSize: 0x18 } + - { offsetInCU: 0x2A8, offset: 0x131D0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x8D8, symBinAddr: 0xF9B40, symSize: 0x18 } + - { offsetInCU: 0x2D6, offset: 0x131D3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x8D8, symBinAddr: 0xF9B40, symSize: 0x18 } + - { offsetInCU: 0x328, offset: 0x131D8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x914, symBinAddr: 0xF9B7C, symSize: 0x64 } + - { offsetInCU: 0x38E, offset: 0x131DF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x978, symBinAddr: 0xF9BE0, symSize: 0x28 } + - { offsetInCU: 0x3AA, offset: 0x131E0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x9A0, symBinAddr: 0xF9C08, symSize: 0x8 } + - { offsetInCU: 0x3E0, offset: 0x131E45, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x9A8, symBinAddr: 0xF9C10, symSize: 0x68 } + - { offsetInCU: 0x465, offset: 0x131ECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA10, symBinAddr: 0xF9C78, symSize: 0xC } + - { offsetInCU: 0x481, offset: 0x131EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xA1C, symBinAddr: 0xF9C84, symSize: 0xC } + - { offsetInCU: 0x4BD, offset: 0x131F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCfD', symObjAddr: 0xA78, symBinAddr: 0xF9CE0, symSize: 0x24 } + - { offsetInCU: 0x508, offset: 0x131F6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCDC, symBinAddr: 0xF9EF0, symSize: 0x2C } + - { offsetInCU: 0x52B, offset: 0x131F90, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD08, symBinAddr: 0xF9F1C, symSize: 0x28 } + - { offsetInCU: 0x5FC, offset: 0x132061, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueSSvg', symObjAddr: 0x5EC, symBinAddr: 0xF9854, symSize: 0x20 } + - { offsetInCU: 0x636, offset: 0x13209B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x790, symBinAddr: 0xF99F8, symSize: 0x44 } + - { offsetInCU: 0x67C, offset: 0x1320E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x7D4, symBinAddr: 0xF9A3C, symSize: 0x28 } + - { offsetInCU: 0x6A6, offset: 0x13210B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7FC, symBinAddr: 0xF9A64, symSize: 0x28 } + - { offsetInCU: 0x6DE, offset: 0x132143, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueACSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x11C0, symBinAddr: 0xFA3D4, symSize: 0x50 } + - { offsetInCU: 0x709, offset: 0x13216E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x13D8, symBinAddr: 0xFA5AC, symSize: 0xE0 } + - { offsetInCU: 0x7AE, offset: 0x132213, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO13discriminator_WZ', symObjAddr: 0x870, symBinAddr: 0xF9AD8, symSize: 0x4 } + - { offsetInCU: 0x7C8, offset: 0x13222D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCMa', symObjAddr: 0xA9C, symBinAddr: 0xF9D04, symSize: 0x20 } + - { offsetInCU: 0x7DC, offset: 0x132241, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwet', symObjAddr: 0xACC, symBinAddr: 0xF9D24, symSize: 0x90 } + - { offsetInCU: 0x7F0, offset: 0x132255, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwst', symObjAddr: 0xB5C, symBinAddr: 0xF9DB4, symSize: 0xBC } + - { offsetInCU: 0x804, offset: 0x132269, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwup', symObjAddr: 0xC18, symBinAddr: 0xF9E70, symSize: 0x4 } + - { offsetInCU: 0x818, offset: 0x13227D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOMa', symObjAddr: 0xC1C, symBinAddr: 0xF9E74, symSize: 0x10 } + - { offsetInCU: 0x82C, offset: 0x132291, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASQWb', symObjAddr: 0xC2C, symBinAddr: 0xF9E84, symSize: 0x4 } + - { offsetInCU: 0x840, offset: 0x1322A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSQAAWl', symObjAddr: 0xC30, symBinAddr: 0xF9E88, symSize: 0x44 } + - { offsetInCU: 0x854, offset: 0x1322B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC74, symBinAddr: 0xF9ECC, symSize: 0x24 } + - { offsetInCU: 0x868, offset: 0x1322CD, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZ', symObjAddr: 0xD30, symBinAddr: 0xF9F44, symSize: 0x14 } + - { offsetInCU: 0x884, offset: 0x1322E9, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xD44, symBinAddr: 0xF9F58, symSize: 0x47C } + - { offsetInCU: 0xC6F, offset: 0x1326D4, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x1250, symBinAddr: 0xFA424, symSize: 0x188 } + - { offsetInCU: 0xE89, offset: 0x1328EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSYAAWl', symObjAddr: 0x14FC, symBinAddr: 0xFA68C, symSize: 0x44 } + - { offsetInCU: 0xE9D, offset: 0x132902, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs0D3KeyAAWl', symObjAddr: 0x1540, symBinAddr: 0xFA6D0, symSize: 0x44 } + - { offsetInCU: 0xEB1, offset: 0x132916, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSEAAWl', symObjAddr: 0x1584, symBinAddr: 0xFA714, symSize: 0x44 } + - { offsetInCU: 0xEC5, offset: 0x13292A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwet', symObjAddr: 0x1688, symBinAddr: 0xFA758, symSize: 0x90 } + - { offsetInCU: 0xED9, offset: 0x13293E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwst', symObjAddr: 0x1718, symBinAddr: 0xFA7E8, symSize: 0xBC } + - { offsetInCU: 0xEED, offset: 0x132952, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwug', symObjAddr: 0x17D4, symBinAddr: 0xFA8A4, symSize: 0x8 } + - { offsetInCU: 0xF01, offset: 0x132966, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwup', symObjAddr: 0x17DC, symBinAddr: 0xFA8AC, symSize: 0x4 } + - { offsetInCU: 0xF15, offset: 0x13297A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwui', symObjAddr: 0x17E0, symBinAddr: 0xFA8B0, symSize: 0x8 } + - { offsetInCU: 0xF29, offset: 0x13298E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOMa', symObjAddr: 0x17E8, symBinAddr: 0xFA8B8, symSize: 0x10 } + - { offsetInCU: 0xF3D, offset: 0x1329A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASQWb', symObjAddr: 0x17F8, symBinAddr: 0xFA8C8, symSize: 0x4 } + - { offsetInCU: 0xF51, offset: 0x1329B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFSQAAWl', symObjAddr: 0x17FC, symBinAddr: 0xFA8CC, symSize: 0x44 } + - { offsetInCU: 0xF65, offset: 0x1329CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1840, symBinAddr: 0xFA910, symSize: 0x4 } + - { offsetInCU: 0xF79, offset: 0x1329DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1844, symBinAddr: 0xFA914, symSize: 0x44 } + - { offsetInCU: 0xF8D, offset: 0x1329F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1888, symBinAddr: 0xFA958, symSize: 0x4 } + - { offsetInCU: 0xFA1, offset: 0x132A06, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x188C, symBinAddr: 0xFA95C, symSize: 0x44 } + - { offsetInCU: 0x1031, offset: 0x132A96, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x60C, symBinAddr: 0xF9874, symSize: 0x88 } + - { offsetInCU: 0x10E0, offset: 0x132B45, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x694, symBinAddr: 0xF98FC, symSize: 0x60 } + - { offsetInCU: 0x115E, offset: 0x132BC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6F4, symBinAddr: 0xF995C, symSize: 0x40 } + - { offsetInCU: 0x11B0, offset: 0x132C15, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x734, symBinAddr: 0xF999C, symSize: 0x5C } + - { offsetInCU: 0x120C, offset: 0x132C71, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x824, symBinAddr: 0xF9A8C, symSize: 0x4C } + - { offsetInCU: 0x122F, offset: 0x132C94, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8F0, symBinAddr: 0xF9B58, symSize: 0xC } + - { offsetInCU: 0x124B, offset: 0x132CB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x8FC, symBinAddr: 0xF9B64, symSize: 0x8 } + - { offsetInCU: 0x1267, offset: 0x132CCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x904, symBinAddr: 0xF9B6C, symSize: 0x8 } + - { offsetInCU: 0x1283, offset: 0x132CE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x90C, symBinAddr: 0xF9B74, symSize: 0x8 } + - { offsetInCU: 0x12A5, offset: 0x132D0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA28, symBinAddr: 0xF9C90, symSize: 0x28 } + - { offsetInCU: 0x12C1, offset: 0x132D26, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA50, symBinAddr: 0xF9CB8, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x132F96, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xFA9A8, symSize: 0x4C } + - { offsetInCU: 0x6D, offset: 0x132FD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xFA9A8, symSize: 0x4C } + - { offsetInCU: 0xBF, offset: 0x13302A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x6C, symBinAddr: 0xFAA14, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x13306B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x78, symBinAddr: 0xFAA20, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x1330AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA8, symBinAddr: 0xFAA50, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x1330DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesC9rectangleAcA9RectangleC_tcfcTf4gn_n', symObjAddr: 0x880, symBinAddr: 0xFB1E8, symSize: 0x31C } + - { offsetInCU: 0x448, offset: 0x1333B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCMa', symObjAddr: 0x4C, symBinAddr: 0xFA9F4, symSize: 0x20 } + - { offsetInCU: 0x583, offset: 0x1334EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB4, symBinAddr: 0xFAA5C, symSize: 0xE0 } + - { offsetInCU: 0x6AF, offset: 0x13361A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCfD', symObjAddr: 0x194, symBinAddr: 0xFAB3C, symSize: 0x34 } + - { offsetInCU: 0x710, offset: 0x13367B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1E8, symBinAddr: 0xFAB90, symSize: 0x44 } + - { offsetInCU: 0x75C, offset: 0x1336C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x22C, symBinAddr: 0xFABD4, symSize: 0x24 } + - { offsetInCU: 0x78E, offset: 0x1336F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x250, symBinAddr: 0xFABF8, symSize: 0x4 } + - { offsetInCU: 0x7C8, offset: 0x133733, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x254, symBinAddr: 0xFABFC, symSize: 0x8 } + - { offsetInCU: 0x7E8, offset: 0x133753, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x254, symBinAddr: 0xFABFC, symSize: 0x8 } + - { offsetInCU: 0x84B, offset: 0x1337B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x25C, symBinAddr: 0xFAC04, symSize: 0x10 } + - { offsetInCU: 0x86B, offset: 0x1337D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x25C, symBinAddr: 0xFAC04, symSize: 0x10 } + - { offsetInCU: 0x8B2, offset: 0x13381D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x26C, symBinAddr: 0xFAC14, symSize: 0x8 } + - { offsetInCU: 0x8D2, offset: 0x13383D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x26C, symBinAddr: 0xFAC14, symSize: 0x8 } + - { offsetInCU: 0x8F3, offset: 0x13385E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x274, symBinAddr: 0xFAC1C, symSize: 0x8 } + - { offsetInCU: 0x913, offset: 0x13387E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x274, symBinAddr: 0xFAC1C, symSize: 0x8 } + - { offsetInCU: 0x934, offset: 0x13389F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x27C, symBinAddr: 0xFAC24, symSize: 0x8 } + - { offsetInCU: 0x954, offset: 0x1338BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x27C, symBinAddr: 0xFAC24, symSize: 0x8 } + - { offsetInCU: 0x975, offset: 0x1338E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x284, symBinAddr: 0xFAC2C, symSize: 0x8 } + - { offsetInCU: 0x995, offset: 0x133900, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x284, symBinAddr: 0xFAC2C, symSize: 0x8 } + - { offsetInCU: 0x9B6, offset: 0x133921, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xFAC34, symSize: 0xC } + - { offsetInCU: 0x9D6, offset: 0x133941, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xFAC34, symSize: 0xC } + - { offsetInCU: 0x9F7, offset: 0x133962, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x298, symBinAddr: 0xFAC40, symSize: 0x10 } + - { offsetInCU: 0xA17, offset: 0x133982, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x298, symBinAddr: 0xFAC40, symSize: 0x10 } + - { offsetInCU: 0xA38, offset: 0x1339A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x2A8, symBinAddr: 0xFAC50, symSize: 0xC } + - { offsetInCU: 0xA6A, offset: 0x1339D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC06parentC09rectangleAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xB9C, symBinAddr: 0xFB504, symSize: 0x110 } + - { offsetInCU: 0xB23, offset: 0x133A8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCMa', symObjAddr: 0x1C8, symBinAddr: 0xFAB70, symSize: 0x20 } + - { offsetInCU: 0xF80, offset: 0x133EEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9rectangle8position4size12cornerRadius9directionACSo7CGPointV_So6CGSizeV12CoreGraphics7CGFloatVAA0C9DirectionOtFZTf4nnnnd_n', symObjAddr: 0x2B4, symBinAddr: 0xFAC5C, symSize: 0x58C } + - { offsetInCU: 0x27, offset: 0x135743, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0xFB614, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x13575B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0xFB614, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x13576F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMr', symObjAddr: 0x4, symBinAddr: 0xFB618, symSize: 0x94 } + - { offsetInCU: 0x73, offset: 0x13578F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfC', symObjAddr: 0x98, symBinAddr: 0xFB6AC, symSize: 0xA4 } + - { offsetInCU: 0x91, offset: 0x1357AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfc', symObjAddr: 0x13C, symBinAddr: 0xFB750, symSize: 0x1B4 } + - { offsetInCU: 0x15A, offset: 0x135876, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x2F0, symBinAddr: 0xFB904, symSize: 0x5C } + - { offsetInCU: 0x18F, offset: 0x1358AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x34C, symBinAddr: 0xFB960, symSize: 0x4 } + - { offsetInCU: 0x1C4, offset: 0x1358E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueSSvg', symObjAddr: 0x350, symBinAddr: 0xFB964, symSize: 0x20 } + - { offsetInCU: 0x20D, offset: 0x135929, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x370, symBinAddr: 0xFB984, symSize: 0x20 } + - { offsetInCU: 0x245, offset: 0x135961, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x370, symBinAddr: 0xFB984, symSize: 0x20 } + - { offsetInCU: 0x261, offset: 0x13597D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0xFBAE4, symSize: 0x2C } + - { offsetInCU: 0x27D, offset: 0x135999, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x4FC, symBinAddr: 0xFBB10, symSize: 0x28 } + - { offsetInCU: 0x299, offset: 0x1359B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x524, symBinAddr: 0xFBB38, symSize: 0x8 } + - { offsetInCU: 0x2B5, offset: 0x1359D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x52C, symBinAddr: 0xFBB40, symSize: 0x24 } + - { offsetInCU: 0x2D1, offset: 0x1359ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x550, symBinAddr: 0xFBB64, symSize: 0xC } + - { offsetInCU: 0x2FC, offset: 0x135A18, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x55C, symBinAddr: 0xFBB70, symSize: 0x28 } + - { offsetInCU: 0x32D, offset: 0x135A49, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x13CC, symBinAddr: 0xFC7EC, symSize: 0x8 } + - { offsetInCU: 0x359, offset: 0x135A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC6isHoldSbvg', symObjAddr: 0x5EC, symBinAddr: 0xFBC00, symSize: 0x2C } + - { offsetInCU: 0x3DE, offset: 0x135AFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCfD', symObjAddr: 0x67C, symBinAddr: 0xFBC2C, symSize: 0x70 } + - { offsetInCU: 0x435, offset: 0x135B51, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMa', symObjAddr: 0x6EC, symBinAddr: 0xFBC9C, symSize: 0xC } + - { offsetInCU: 0x449, offset: 0x135B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x6F8, symBinAddr: 0xFBCA8, symSize: 0x370 } + - { offsetInCU: 0x496, offset: 0x135BB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0xA68, symBinAddr: 0xFC018, symSize: 0x54 } + - { offsetInCU: 0x4B9, offset: 0x135BD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfc', symObjAddr: 0xABC, symBinAddr: 0xFC06C, symSize: 0x504 } + - { offsetInCU: 0x506, offset: 0x135C22, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xFC0, symBinAddr: 0xFC570, symSize: 0x24 } + - { offsetInCU: 0x529, offset: 0x135C45, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFE4, symBinAddr: 0xFC594, symSize: 0x2C } + - { offsetInCU: 0x54C, offset: 0x135C68, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMa', symObjAddr: 0x1010, symBinAddr: 0xFC5C0, symSize: 0xC } + - { offsetInCU: 0x560, offset: 0x135C7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSEAAWl', symObjAddr: 0x1084, symBinAddr: 0xFC5CC, symSize: 0x44 } + - { offsetInCU: 0x574, offset: 0x135C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSeAAWl', symObjAddr: 0x1170, symBinAddr: 0xFC610, symSize: 0x44 } + - { offsetInCU: 0x588, offset: 0x135CA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMi', symObjAddr: 0x1224, symBinAddr: 0xFC654, symSize: 0x8 } + - { offsetInCU: 0x59C, offset: 0x135CB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwet', symObjAddr: 0x123C, symBinAddr: 0xFC65C, symSize: 0x90 } + - { offsetInCU: 0x5B0, offset: 0x135CCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwst', symObjAddr: 0x12CC, symBinAddr: 0xFC6EC, symSize: 0xBC } + - { offsetInCU: 0x5C4, offset: 0x135CE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwug', symObjAddr: 0x1388, symBinAddr: 0xFC7A8, symSize: 0x8 } + - { offsetInCU: 0x5D8, offset: 0x135CF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwup', symObjAddr: 0x1390, symBinAddr: 0xFC7B0, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0x135D08, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwui', symObjAddr: 0x1394, symBinAddr: 0xFC7B4, symSize: 0x8 } + - { offsetInCU: 0x600, offset: 0x135D1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASQWb', symObjAddr: 0x139C, symBinAddr: 0xFC7BC, symSize: 0x10 } + - { offsetInCU: 0x614, offset: 0x135D30, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x13AC, symBinAddr: 0xFC7CC, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x135D44, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x13BC, symBinAddr: 0xFC7DC, symSize: 0x10 } + - { offsetInCU: 0x64D, offset: 0x135D69, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0xFB9A4, symSize: 0x54 } + - { offsetInCU: 0x669, offset: 0x135D85, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x3E4, symBinAddr: 0xFB9F8, symSize: 0x4C } + - { offsetInCU: 0x685, offset: 0x135DA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xFBA44, symSize: 0x50 } + - { offsetInCU: 0x6A1, offset: 0x135DBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x480, symBinAddr: 0xFBA94, symSize: 0x50 } + - { offsetInCU: 0x6C3, offset: 0x135DDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x584, symBinAddr: 0xFBB98, symSize: 0x34 } + - { offsetInCU: 0x6DF, offset: 0x135DFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x5B8, symBinAddr: 0xFBBCC, symSize: 0x34 } + - { offsetInCU: 0xA5, offset: 0x13609F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x1604, symBinAddr: 0xFDDF8, symSize: 0x244 } + - { offsetInCU: 0x3DF, offset: 0x1363D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA17GroupInterpolatorCyAA0A8Vector1DVG_Tg5', symObjAddr: 0x70, symBinAddr: 0xFC864, symSize: 0x128 } + - { offsetInCU: 0x531, offset: 0x13652B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA06SinglecD0CySayAA0A8Vector1DVGG_Tg5', symObjAddr: 0x198, symBinAddr: 0xFC98C, symSize: 0xEC } + - { offsetInCU: 0x636, offset: 0x136630, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x3B0, symBinAddr: 0xFCBA4, symSize: 0xD4 } + - { offsetInCU: 0x69A, offset: 0x136694, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5', symObjAddr: 0x484, symBinAddr: 0xFCC78, symSize: 0xE8 } + - { offsetInCU: 0x749, offset: 0x136743, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x56C, symBinAddr: 0xFCD60, symSize: 0xD4 } + - { offsetInCU: 0x83A, offset: 0x136834, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_Tg5', symObjAddr: 0x640, symBinAddr: 0xFCE34, symSize: 0x254 } + - { offsetInCU: 0x966, offset: 0x136960, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_Tg5', symObjAddr: 0x894, symBinAddr: 0xFD088, symSize: 0x140 } + - { offsetInCU: 0xA48, offset: 0x136A42, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_Tg5', symObjAddr: 0x9D4, symBinAddr: 0xFD1C8, symSize: 0xD4 } + - { offsetInCU: 0xB30, offset: 0x136B2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0xAA8, symBinAddr: 0xFD29C, symSize: 0x2A0 } + - { offsetInCU: 0x121F, offset: 0x137219, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtFAA0A5ColorV_Tg5', symObjAddr: 0x1288, symBinAddr: 0xFDA7C, symSize: 0x100 } + - { offsetInCU: 0x1382, offset: 0x13737C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtFAA0A8Vector3DV_Tg5', symObjAddr: 0x1588, symBinAddr: 0xFDD7C, symSize: 0x7C } + - { offsetInCU: 0x17E5, offset: 0x1377DF, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9ShapeItemC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKF', symObjAddr: 0x1848, symBinAddr: 0xFE03C, symSize: 0x7AC } + - { offsetInCU: 0x1CF1, offset: 0x137CEB, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKF', symObjAddr: 0x1FF4, symBinAddr: 0xFE7E8, symSize: 0x1D0 } + - { offsetInCU: 0x1E8E, offset: 0x137E88, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF', symObjAddr: 0x21C4, symBinAddr: 0xFE9B8, symSize: 0x1C8 } + - { offsetInCU: 0x2051, offset: 0x13804B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKF', symObjAddr: 0x238C, symBinAddr: 0xFEB80, symSize: 0xBAC } + - { offsetInCU: 0x37B9, offset: 0x1397B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndtyF', symObjAddr: 0x2F58, symBinAddr: 0xFF72C, symSize: 0x430 } + - { offsetInCU: 0x3ED3, offset: 0x139ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b39C038startValueIsAlwaysLessOrEqualToThane7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x3420, symBinAddr: 0xFFBF4, symSize: 0x5F8 } + - { offsetInCU: 0x44FD, offset: 0x13A4F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b42C041startValueIsAlwaysGreaterThanOrEqualToe7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x3A18, symBinAddr: 0x1001EC, symSize: 0x5F8 } + - { offsetInCU: 0x4B27, offset: 0x13AB21, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5', symObjAddr: 0x4010, symBinAddr: 0x1007E4, symSize: 0x2C } + - { offsetInCU: 0x4B3F, offset: 0x13AB39, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5', symObjAddr: 0x403C, symBinAddr: 0x100810, symSize: 0x68 } + - { offsetInCU: 0x4B57, offset: 0x13AB51, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5', symObjAddr: 0x40A4, symBinAddr: 0x100878, symSize: 0x2C } + - { offsetInCU: 0x4B6F, offset: 0x13AB69, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5', symObjAddr: 0x40D0, symBinAddr: 0x1008A4, symSize: 0x54 } + - { offsetInCU: 0x4CD4, offset: 0x13ACCE, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4398, symBinAddr: 0x100B6C, symSize: 0x108 } + - { offsetInCU: 0x4D9F, offset: 0x13AD99, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnFSS_Tg5', symObjAddr: 0x44A0, symBinAddr: 0x100C74, symSize: 0x1AC } + - { offsetInCU: 0x4E36, offset: 0x13AE30, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x464C, symBinAddr: 0x100E20, symSize: 0x130 } + - { offsetInCU: 0x4EEB, offset: 0x13AEE5, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtFSS_Tg5', symObjAddr: 0x477C, symBinAddr: 0x100F50, symSize: 0x1B4 } + - { offsetInCU: 0x4FAB, offset: 0x13AFA5, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4930, symBinAddr: 0x101104, symSize: 0x190 } + - { offsetInCU: 0x5004, offset: 0x13AFFE, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyFSS_Tg5', symObjAddr: 0x4AC0, symBinAddr: 0x101294, symSize: 0x1AC } + - { offsetInCU: 0x5073, offset: 0x13B06D, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4C6C, symBinAddr: 0x101440, symSize: 0x25C } + - { offsetInCU: 0x5136, offset: 0x13B130, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tFSS_Tg5', symObjAddr: 0x4EC8, symBinAddr: 0x10169C, symSize: 0x290 } + - { offsetInCU: 0x51F4, offset: 0x13B1EE, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x5158, symBinAddr: 0x10192C, symSize: 0x300 } + - { offsetInCU: 0x52EC, offset: 0x13B2E6, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tFSS_Tg5', symObjAddr: 0x5458, symBinAddr: 0x101C2C, symSize: 0x328 } + - { offsetInCU: 0x53FF, offset: 0x13B3F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5', symObjAddr: 0x5780, symBinAddr: 0x101F54, symSize: 0x28 } + - { offsetInCU: 0x5455, offset: 0x13B44F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5', symObjAddr: 0x58A8, symBinAddr: 0x101FCC, symSize: 0xA4 } + - { offsetInCU: 0x549A, offset: 0x13B494, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x5990, symBinAddr: 0x102070, symSize: 0x8 } + - { offsetInCU: 0x54AE, offset: 0x13B4A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x5A74, symBinAddr: 0x1020D4, symSize: 0x8 } + - { offsetInCU: 0x54C2, offset: 0x13B4BC, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x5A9C, symBinAddr: 0x1020DC, symSize: 0x48 } + - { offsetInCU: 0x54D6, offset: 0x13B4D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x5BD8, symBinAddr: 0x102124, symSize: 0x8 } + - { offsetInCU: 0x54EA, offset: 0x13B4E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x5BE0, symBinAddr: 0x10212C, symSize: 0x8 } + - { offsetInCU: 0x54FE, offset: 0x13B4F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x5CB4, symBinAddr: 0x102178, symSize: 0x8 } + - { offsetInCU: 0x551D, offset: 0x13B517, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_TG5TA', symObjAddr: 0x5CBC, symBinAddr: 0x102180, symSize: 0x28 } + - { offsetInCU: 0x5551, offset: 0x13B54B, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE12TextDocumentCG_Tg5TA', symObjAddr: 0x5CE4, symBinAddr: 0x1021A8, symSize: 0x4C } + - { offsetInCU: 0x557A, offset: 0x13B574, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x5D30, symBinAddr: 0x1021F4, symSize: 0x8 } + - { offsetInCU: 0x5599, offset: 0x13B593, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E5ColorVG_Tg5TA', symObjAddr: 0x5D38, symBinAddr: 0x1021FC, symSize: 0x64 } + - { offsetInCU: 0x55C2, offset: 0x13B5BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x5DAC, symBinAddr: 0x102270, symSize: 0x8 } + - { offsetInCU: 0x55EC, offset: 0x13B5E6, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRAE0D8Vector1DV_TG5TA', symObjAddr: 0x5DB4, symBinAddr: 0x102278, symSize: 0x28 } + - { offsetInCU: 0x5635, offset: 0x13B62F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_TG5TA', symObjAddr: 0x5E18, symBinAddr: 0x1022DC, symSize: 0x28 } + - { offsetInCU: 0x5686, offset: 0x13B680, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_Sd_Tg5TA', symObjAddr: 0x5E94, symBinAddr: 0x102358, symSize: 0x18 } + - { offsetInCU: 0x5748, offset: 0x13B742, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_Sd_TG5TA', symObjAddr: 0x5EAC, symBinAddr: 0x102370, symSize: 0x44 } + - { offsetInCU: 0x5830, offset: 0x13B82A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5TA', symObjAddr: 0x5EF0, symBinAddr: 0x1023B4, symSize: 0x8 } + - { offsetInCU: 0x584F, offset: 0x13B849, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E8Vector3DVG_Tg5TA', symObjAddr: 0x5EF8, symBinAddr: 0x1023BC, symSize: 0x2C } + - { offsetInCU: 0x5883, offset: 0x13B87D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_TG5TA', symObjAddr: 0x5F24, symBinAddr: 0x1023E8, symSize: 0x34 } + - { offsetInCU: 0x58B7, offset: 0x13B8B1, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE10BezierPathVG_Tg5TA', symObjAddr: 0x5F58, symBinAddr: 0x10241C, symSize: 0x2C } + - { offsetInCU: 0x5CE6, offset: 0x13BCE0, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3388, symBinAddr: 0xFFB5C, symSize: 0x4C } + - { offsetInCU: 0x5D2E, offset: 0x13BD28, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3388, symBinAddr: 0xFFB5C, symSize: 0x4C } + - { offsetInCU: 0x5D42, offset: 0x13BD3C, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3388, symBinAddr: 0xFFB5C, symSize: 0x4C } + - { offsetInCU: 0x5D9F, offset: 0x13BD99, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x33D4, symBinAddr: 0xFFBA8, symSize: 0x4C } + - { offsetInCU: 0x5DE7, offset: 0x13BDE1, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x33D4, symBinAddr: 0xFFBA8, symSize: 0x4C } + - { offsetInCU: 0x5DFB, offset: 0x13BDF5, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x33D4, symBinAddr: 0xFFBA8, symSize: 0x4C } + - { offsetInCU: 0x5EF4, offset: 0x13BEEE, size: 0x8, addend: 0x0, symName: '_$sSTsE3mapySayqd__Gqd__7ElementQzKXEKlFs12Zip2SequenceVySaySdGAGG_SdTg574$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRSd_TG5S3ds0F0_pIgnnrzo_Tf1cn_n', symObjAddr: 0x4124, symBinAddr: 0x1008F8, symSize: 0x274 } + - { offsetInCU: 0x4F, offset: 0x13C507, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x1024A8, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x13C525, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0x1024E8, symSize: 0x170 } + - { offsetInCU: 0x1BF, offset: 0x13C677, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfC', symObjAddr: 0x1F0, symBinAddr: 0x102658, symSize: 0x20 } + - { offsetInCU: 0x1DD, offset: 0x13C695, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfc', symObjAddr: 0x210, symBinAddr: 0x102678, symSize: 0x11C } + - { offsetInCU: 0x2FA, offset: 0x13C7B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfcTo', symObjAddr: 0x32C, symBinAddr: 0x102794, symSize: 0x20 } + - { offsetInCU: 0x316, offset: 0x13C7CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x34C, symBinAddr: 0x1027B4, symSize: 0x44 } + - { offsetInCU: 0x334, offset: 0x13C7EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x390, symBinAddr: 0x1027F8, symSize: 0x160 } + - { offsetInCU: 0x461, offset: 0x13C919, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x4F0, symBinAddr: 0x102958, symSize: 0x30 } + - { offsetInCU: 0x49B, offset: 0x13C953, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF', symObjAddr: 0x520, symBinAddr: 0x102988, symSize: 0x148 } + - { offsetInCU: 0x570, offset: 0x13CA28, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtFTo', symObjAddr: 0x668, symBinAddr: 0x102AD0, symSize: 0x80 } + - { offsetInCU: 0x5AA, offset: 0x13CA62, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF', symObjAddr: 0x6E8, symBinAddr: 0x102B50, symSize: 0x1F0 } + - { offsetInCU: 0x6C7, offset: 0x13CB7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x8D8, symBinAddr: 0x102D40, symSize: 0x78 } + - { offsetInCU: 0x70D, offset: 0x13CBC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvg', symObjAddr: 0xA9C, symBinAddr: 0x102F04, symSize: 0x58 } + - { offsetInCU: 0x72C, offset: 0x13CBE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvs', symObjAddr: 0xAF4, symBinAddr: 0x102F5C, symSize: 0x5C } + - { offsetInCU: 0x755, offset: 0x13CC0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM', symObjAddr: 0xB50, symBinAddr: 0x102FB8, symSize: 0x44 } + - { offsetInCU: 0x784, offset: 0x13CC3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM.resume.0', symObjAddr: 0xB94, symBinAddr: 0x102FFC, symSize: 0x4 } + - { offsetInCU: 0x7CD, offset: 0x13CC85, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0xB98, symBinAddr: 0x103000, symSize: 0x70 } + - { offsetInCU: 0x893, offset: 0x13CD4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0xC48, symBinAddr: 0x103070, symSize: 0x44 } + - { offsetInCU: 0x907, offset: 0x13CDBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0xCCC, symBinAddr: 0x1030B4, symSize: 0x90 } + - { offsetInCU: 0x9C8, offset: 0x13CE80, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF', symObjAddr: 0xD5C, symBinAddr: 0x103144, symSize: 0x198 } + - { offsetInCU: 0xB83, offset: 0x13D03B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfD', symObjAddr: 0xF24, symBinAddr: 0x10330C, symSize: 0x30 } + - { offsetInCU: 0xC3E, offset: 0x13D0F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTK', symObjAddr: 0x950, symBinAddr: 0x102DB8, symSize: 0x94 } + - { offsetInCU: 0xC6B, offset: 0x13D123, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTk', symObjAddr: 0x9E4, symBinAddr: 0x102E4C, symSize: 0xB8 } + - { offsetInCU: 0xD6D, offset: 0x13D225, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfE', symObjAddr: 0xEF4, symBinAddr: 0x1032DC, symSize: 0x30 } + - { offsetInCU: 0xD9A, offset: 0x13D252, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfETo', symObjAddr: 0xF54, symBinAddr: 0x10333C, symSize: 0x3C } + - { offsetInCU: 0xDC9, offset: 0x13D281, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCMa', symObjAddr: 0x1000, symBinAddr: 0x103378, symSize: 0x20 } + - { offsetInCU: 0xDDD, offset: 0x13D295, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOy', symObjAddr: 0x1064, symBinAddr: 0x103398, symSize: 0x10 } + - { offsetInCU: 0xDFC, offset: 0x13D2B4, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x1138, symBinAddr: 0x10346C, symSize: 0x20 } + - { offsetInCU: 0xE30, offset: 0x13D2E8, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x1158, symBinAddr: 0x10348C, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x13D62B, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0x1034B0, symSize: 0xE0 } + - { offsetInCU: 0x55, offset: 0x13D659, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0x1034B0, symSize: 0xE0 } + - { offsetInCU: 0x27, offset: 0x13D929, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x103590, symSize: 0x370 } + - { offsetInCU: 0x1E0, offset: 0x13DAE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x103590, symSize: 0x370 } + - { offsetInCU: 0x4E9, offset: 0x13DDEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x370, symBinAddr: 0x103900, symSize: 0x140 } + - { offsetInCU: 0x54B, offset: 0x13DE4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x4B0, symBinAddr: 0x103A40, symSize: 0x4C } + - { offsetInCU: 0x591, offset: 0x13DE93, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x4FC, symBinAddr: 0x103A8C, symSize: 0x58 } + - { offsetInCU: 0x5D8, offset: 0x13DEDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x554, symBinAddr: 0x103AE4, symSize: 0x80 } + - { offsetInCU: 0x627, offset: 0x13DF29, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x5D4, symBinAddr: 0x103B64, symSize: 0x84 } + - { offsetInCU: 0x6EB, offset: 0x13DFED, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfD', symObjAddr: 0x684, symBinAddr: 0x103C14, symSize: 0x34 } + - { offsetInCU: 0x762, offset: 0x13E064, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfE', symObjAddr: 0x658, symBinAddr: 0x103BE8, symSize: 0x2C } + - { offsetInCU: 0x78F, offset: 0x13E091, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfETo', symObjAddr: 0x6B8, symBinAddr: 0x103C48, symSize: 0x38 } + - { offsetInCU: 0x7BE, offset: 0x13E0C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCMa', symObjAddr: 0x6F0, symBinAddr: 0x103C80, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x13E2F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x103CA0, symSize: 0x14 } + - { offsetInCU: 0x50, offset: 0x13E320, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x103CA0, symSize: 0x14 } + - { offsetInCU: 0xEA, offset: 0x13E3BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x103CB4, symSize: 0x44 } + - { offsetInCU: 0x1CF, offset: 0x13E49F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x103CF8, symSize: 0x28 } + - { offsetInCU: 0x254, offset: 0x13E524, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0xC0, symBinAddr: 0x103D60, symSize: 0x38 } + - { offsetInCU: 0x286, offset: 0x13E556, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASQWb', symObjAddr: 0xF8, symBinAddr: 0x103D98, symSize: 0x4 } + - { offsetInCU: 0x29A, offset: 0x13E56A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVACSQAAWl', symObjAddr: 0xFC, symBinAddr: 0x103D9C, symSize: 0x44 } + - { offsetInCU: 0x2AE, offset: 0x13E57E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwet', symObjAddr: 0x190, symBinAddr: 0x103DE0, symSize: 0x48 } + - { offsetInCU: 0x2C2, offset: 0x13E592, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwst', symObjAddr: 0x1D8, symBinAddr: 0x103E28, symSize: 0x3C } + - { offsetInCU: 0x2D6, offset: 0x13E5A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVMa', symObjAddr: 0x214, symBinAddr: 0x103E64, symSize: 0x10 } + - { offsetInCU: 0x353, offset: 0x13E623, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x103D20, symSize: 0x40 } + - { offsetInCU: 0x1CA, offset: 0x13E99C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV12progressTime3for12CoreGraphics7CGFloatVAH_tKF', symObjAddr: 0x18, symBinAddr: 0x103E74, symSize: 0x2FC } + - { offsetInCU: 0x3EC, offset: 0x13EBBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV19simpleTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x314, symBinAddr: 0x104170, symSize: 0x4 } + - { offsetInCU: 0x416, offset: 0x13EBE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20complexTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x318, symBinAddr: 0x104174, symSize: 0x4 } + - { offsetInCU: 0x440, offset: 0x13EC12, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU_', symObjAddr: 0x35C, symBinAddr: 0x1041B8, symSize: 0x4 } + - { offsetInCU: 0x46A, offset: 0x13EC3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU0_', symObjAddr: 0x360, symBinAddr: 0x1041BC, symSize: 0x4 } + - { offsetInCU: 0x4A3, offset: 0x13EC75, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x394, symBinAddr: 0x1041F0, symSize: 0x8 } + - { offsetInCU: 0x4C3, offset: 0x13EC95, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x394, symBinAddr: 0x1041F0, symSize: 0x8 } + - { offsetInCU: 0x503, offset: 0x13ECD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCfD', symObjAddr: 0x364, symBinAddr: 0x1041C0, symSize: 0x10 } + - { offsetInCU: 0x533, offset: 0x13ED05, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCMa', symObjAddr: 0x374, symBinAddr: 0x1041D0, symSize: 0x20 } + - { offsetInCU: 0x547, offset: 0x13ED19, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x478, symBinAddr: 0x1041F8, symSize: 0x8 } + - { offsetInCU: 0x55B, offset: 0x13ED2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x480, symBinAddr: 0x104200, symSize: 0x8 } + - { offsetInCU: 0x56F, offset: 0x13ED41, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwCP', symObjAddr: 0x510, symBinAddr: 0x104208, symSize: 0x30 } + - { offsetInCU: 0x583, offset: 0x13ED55, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwxx', symObjAddr: 0x540, symBinAddr: 0x104238, symSize: 0x70 } + - { offsetInCU: 0x597, offset: 0x13ED69, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwcp', symObjAddr: 0x5B0, symBinAddr: 0x1042A8, symSize: 0x104 } + - { offsetInCU: 0x5AB, offset: 0x13ED7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwca', symObjAddr: 0x6B4, symBinAddr: 0x1043AC, symSize: 0x198 } + - { offsetInCU: 0x5BF, offset: 0x13ED91, size: 0x8, addend: 0x0, symName: ___swift_memcpy153_8, symObjAddr: 0x84C, symBinAddr: 0x104544, symSize: 0x34 } + - { offsetInCU: 0x5D3, offset: 0x13EDA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwta', symObjAddr: 0x880, symBinAddr: 0x104578, symSize: 0x134 } + - { offsetInCU: 0x5E7, offset: 0x13EDB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwet', symObjAddr: 0x9B4, symBinAddr: 0x1046AC, symSize: 0x48 } + - { offsetInCU: 0x5FB, offset: 0x13EDCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwst', symObjAddr: 0x9FC, symBinAddr: 0x1046F4, symSize: 0x68 } + - { offsetInCU: 0x60F, offset: 0x13EDE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVMa', symObjAddr: 0xA64, symBinAddr: 0x10475C, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x13EFB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x10476C, symSize: 0x3C } + - { offsetInCU: 0x6D, offset: 0x13EFF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x10476C, symSize: 0x3C } + - { offsetInCU: 0xBF, offset: 0x13F047, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x5C, symBinAddr: 0x1047C8, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x13F088, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x68, symBinAddr: 0x1047D4, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x13F0C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x98, symBinAddr: 0x104804, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x13F0FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesC07roundedC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x6E4, symBinAddr: 0x104DEC, symSize: 0x1CC } + - { offsetInCU: 0x3AA, offset: 0x13F332, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCMa', symObjAddr: 0x3C, symBinAddr: 0x1047A8, symSize: 0x20 } + - { offsetInCU: 0x72F, offset: 0x13F6B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xA4, symBinAddr: 0x104810, symSize: 0x4A4 } + - { offsetInCU: 0xF23, offset: 0x13FEAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCfD', symObjAddr: 0x548, symBinAddr: 0x104CB4, symSize: 0x3C } + - { offsetInCU: 0xF84, offset: 0x13FF0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x5A4, symBinAddr: 0x104D10, symSize: 0x44 } + - { offsetInCU: 0xFD0, offset: 0x13FF58, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x5E8, symBinAddr: 0x104D54, symSize: 0x24 } + - { offsetInCU: 0x1011, offset: 0x13FF99, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x60C, symBinAddr: 0x104D78, symSize: 0xC } + - { offsetInCU: 0x1043, offset: 0x13FFCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x618, symBinAddr: 0x104D84, symSize: 0x4 } + - { offsetInCU: 0x106E, offset: 0x13FFF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x61C, symBinAddr: 0x104D88, symSize: 0x8 } + - { offsetInCU: 0x108E, offset: 0x140016, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x61C, symBinAddr: 0x104D88, symSize: 0x8 } + - { offsetInCU: 0x10AF, offset: 0x140037, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x624, symBinAddr: 0x104D90, symSize: 0x8 } + - { offsetInCU: 0x10CF, offset: 0x140057, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x624, symBinAddr: 0x104D90, symSize: 0x8 } + - { offsetInCU: 0x10F0, offset: 0x140078, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x62C, symBinAddr: 0x104D98, symSize: 0x8 } + - { offsetInCU: 0x1110, offset: 0x140098, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x62C, symBinAddr: 0x104D98, symSize: 0x8 } + - { offsetInCU: 0x1131, offset: 0x1400B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x634, symBinAddr: 0x104DA0, symSize: 0x8 } + - { offsetInCU: 0x1151, offset: 0x1400D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x634, symBinAddr: 0x104DA0, symSize: 0x8 } + - { offsetInCU: 0x1172, offset: 0x1400FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x63C, symBinAddr: 0x104DA8, symSize: 0x8 } + - { offsetInCU: 0x1192, offset: 0x14011A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x63C, symBinAddr: 0x104DA8, symSize: 0x8 } + - { offsetInCU: 0x11B3, offset: 0x14013B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x644, symBinAddr: 0x104DB0, symSize: 0x8 } + - { offsetInCU: 0x11D3, offset: 0x14015B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x644, symBinAddr: 0x104DB0, symSize: 0x8 } + - { offsetInCU: 0x11F4, offset: 0x14017C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x64C, symBinAddr: 0x104DB8, symSize: 0xC } + - { offsetInCU: 0x1214, offset: 0x14019C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x64C, symBinAddr: 0x104DB8, symSize: 0xC } + - { offsetInCU: 0x1235, offset: 0x1401BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x658, symBinAddr: 0x104DC4, symSize: 0x10 } + - { offsetInCU: 0x1255, offset: 0x1401DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x658, symBinAddr: 0x104DC4, symSize: 0x10 } + - { offsetInCU: 0x1285, offset: 0x14020D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x668, symBinAddr: 0x104DD4, symSize: 0x18 } + - { offsetInCU: 0x12BA, offset: 0x140242, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC06parentD007roundedC013upstreamPathsAcA08AnimatorD0_pSg_AA0bC0CSayAA010PathOutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x8B0, symBinAddr: 0x104FB8, symSize: 0x118 } + - { offsetInCU: 0x1383, offset: 0x14030B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCMa', symObjAddr: 0x584, symBinAddr: 0x104CF0, symSize: 0x20 } + - { offsetInCU: 0x8A, offset: 0x1408C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x105190, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x1408F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0x1051A8, symSize: 0xC } + - { offsetInCU: 0xE4, offset: 0x14091F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0x10525C, symSize: 0x48 } + - { offsetInCU: 0x109, offset: 0x140944, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0x1052A4, symSize: 0x5C8 } + - { offsetInCU: 0x171, offset: 0x1409AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x79C, symBinAddr: 0x10586C, symSize: 0xC10 } + - { offsetInCU: 0x5EB, offset: 0x140E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueSSvg', symObjAddr: 0x13AC, symBinAddr: 0x10647C, symSize: 0x20 } + - { offsetInCU: 0x624, offset: 0x140E5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x172C, symBinAddr: 0x1067FC, symSize: 0x20 } + - { offsetInCU: 0x652, offset: 0x140E8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x172C, symBinAddr: 0x1067FC, symSize: 0x20 } + - { offsetInCU: 0x68C, offset: 0x140EC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x17E4, symBinAddr: 0x1068B4, symSize: 0x44 } + - { offsetInCU: 0x6D2, offset: 0x140F0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x1828, symBinAddr: 0x1068F8, symSize: 0x28 } + - { offsetInCU: 0x6EE, offset: 0x140F29, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1850, symBinAddr: 0x106920, symSize: 0x8 } + - { offsetInCU: 0x724, offset: 0x140F5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1858, symBinAddr: 0x106928, symSize: 0x3C } + - { offsetInCU: 0x789, offset: 0x140FC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1894, symBinAddr: 0x106964, symSize: 0xC } + - { offsetInCU: 0x7A5, offset: 0x140FE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x18A0, symBinAddr: 0x106970, symSize: 0xC } + - { offsetInCU: 0x7C1, offset: 0x140FFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2408, symBinAddr: 0x1071A8, symSize: 0x50 } + - { offsetInCU: 0x7EE, offset: 0x141029, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC6encode2toys7Encoder_p_tKF', symObjAddr: 0x13CC, symBinAddr: 0x10649C, symSize: 0x360 } + - { offsetInCU: 0x84A, offset: 0x141085, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfd', symObjAddr: 0x1940, symBinAddr: 0x106A10, symSize: 0x54 } + - { offsetInCU: 0x895, offset: 0x1410D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfD', symObjAddr: 0x1994, symBinAddr: 0x106A64, symSize: 0x1C } + - { offsetInCU: 0x972, offset: 0x1411AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfE', symObjAddr: 0x18FC, symBinAddr: 0x1069CC, symSize: 0x44 } + - { offsetInCU: 0x9CA, offset: 0x141205, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCMa', symObjAddr: 0x19B0, symBinAddr: 0x106A80, symSize: 0x20 } + - { offsetInCU: 0x9DE, offset: 0x141219, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwet', symObjAddr: 0x19E0, symBinAddr: 0x106AA0, symSize: 0x90 } + - { offsetInCU: 0x9F2, offset: 0x14122D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwst', symObjAddr: 0x1A70, symBinAddr: 0x106B30, symSize: 0xBC } + - { offsetInCU: 0xA06, offset: 0x141241, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwup', symObjAddr: 0x1B2C, symBinAddr: 0x106BEC, symSize: 0x4 } + - { offsetInCU: 0xA1A, offset: 0x141255, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOMa', symObjAddr: 0x1B30, symBinAddr: 0x106BF0, symSize: 0x10 } + - { offsetInCU: 0xA2E, offset: 0x141269, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASQWb', symObjAddr: 0x1B40, symBinAddr: 0x106C00, symSize: 0x4 } + - { offsetInCU: 0xA42, offset: 0x14127D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSQAAWl', symObjAddr: 0x1B44, symBinAddr: 0x106C04, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x141291, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSYAAWl', symObjAddr: 0x1B88, symBinAddr: 0x106C48, symSize: 0x44 } + - { offsetInCU: 0xA6A, offset: 0x1412A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs0C3KeyAAWl', symObjAddr: 0x1C30, symBinAddr: 0x106C8C, symSize: 0x44 } + - { offsetInCU: 0xA7E, offset: 0x1412B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGSgxSgSEsSERzlWl', symObjAddr: 0x1D84, symBinAddr: 0x106D14, symSize: 0x78 } + - { offsetInCU: 0xA92, offset: 0x1412CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGSgMa', symObjAddr: 0x1DFC, symBinAddr: 0x106D8C, symSize: 0x64 } + - { offsetInCU: 0xAA6, offset: 0x1412E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSEAAWl', symObjAddr: 0x1E60, symBinAddr: 0x106DF0, symSize: 0x44 } + - { offsetInCU: 0xABA, offset: 0x1412F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSeAAWl', symObjAddr: 0x2078, symBinAddr: 0x106F1C, symSize: 0x44 } + - { offsetInCU: 0xACE, offset: 0x141309, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwet', symObjAddr: 0x21C0, symBinAddr: 0x106F60, symSize: 0x90 } + - { offsetInCU: 0xAE2, offset: 0x14131D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwst', symObjAddr: 0x2250, symBinAddr: 0x106FF0, symSize: 0xBC } + - { offsetInCU: 0xAF6, offset: 0x141331, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwug', symObjAddr: 0x230C, symBinAddr: 0x1070AC, symSize: 0x8 } + - { offsetInCU: 0xB0A, offset: 0x141345, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwup', symObjAddr: 0x2314, symBinAddr: 0x1070B4, symSize: 0x4 } + - { offsetInCU: 0xB1E, offset: 0x141359, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwui', symObjAddr: 0x2318, symBinAddr: 0x1070B8, symSize: 0x8 } + - { offsetInCU: 0xB32, offset: 0x14136D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOMa', symObjAddr: 0x2320, symBinAddr: 0x1070C0, symSize: 0x10 } + - { offsetInCU: 0xB46, offset: 0x141381, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASQWb', symObjAddr: 0x2330, symBinAddr: 0x1070D0, symSize: 0x4 } + - { offsetInCU: 0xB5A, offset: 0x141395, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFSQAAWl', symObjAddr: 0x2334, symBinAddr: 0x1070D4, symSize: 0x44 } + - { offsetInCU: 0xB6E, offset: 0x1413A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2378, symBinAddr: 0x107118, symSize: 0x4 } + - { offsetInCU: 0xB82, offset: 0x1413BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x237C, symBinAddr: 0x10711C, symSize: 0x44 } + - { offsetInCU: 0xB96, offset: 0x1413D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x23C0, symBinAddr: 0x107160, symSize: 0x4 } + - { offsetInCU: 0xBAA, offset: 0x1413E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x23C4, symBinAddr: 0x107164, symSize: 0x44 } + - { offsetInCU: 0xBDE, offset: 0x141419, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x1050D0, symSize: 0x14 } + - { offsetInCU: 0xC6F, offset: 0x1414AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x1050E4, symSize: 0x44 } + - { offsetInCU: 0xD1E, offset: 0x141559, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x105128, symSize: 0x28 } + - { offsetInCU: 0xD71, offset: 0x1415AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x105150, symSize: 0x40 } + - { offsetInCU: 0xDF4, offset: 0x14162F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0x1051B4, symSize: 0x5C } + - { offsetInCU: 0xE17, offset: 0x141652, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0x105210, symSize: 0x4C } + - { offsetInCU: 0xE7B, offset: 0x1416B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x174C, symBinAddr: 0x10681C, symSize: 0xC } + - { offsetInCU: 0xED3, offset: 0x14170E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1758, symBinAddr: 0x106828, symSize: 0x44 } + - { offsetInCU: 0xF3B, offset: 0x141776, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x179C, symBinAddr: 0x10686C, symSize: 0x8 } + - { offsetInCU: 0xF4F, offset: 0x14178A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x17A4, symBinAddr: 0x106874, symSize: 0x40 } + - { offsetInCU: 0xF8B, offset: 0x1417C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x18AC, symBinAddr: 0x10697C, symSize: 0x28 } + - { offsetInCU: 0xFA7, offset: 0x1417E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x18D4, symBinAddr: 0x1069A4, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x1419D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwet', symObjAddr: 0x20, symBinAddr: 0x107200, symSize: 0x50 } + - { offsetInCU: 0x53, offset: 0x1419E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwst', symObjAddr: 0x70, symBinAddr: 0x107250, symSize: 0x8C } + - { offsetInCU: 0x67, offset: 0x1419F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwug', symObjAddr: 0xFC, symBinAddr: 0x1072DC, symSize: 0x8 } + - { offsetInCU: 0x7B, offset: 0x141A0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwup', symObjAddr: 0x104, symBinAddr: 0x1072E4, symSize: 0x4 } + - { offsetInCU: 0x8F, offset: 0x141A20, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwui', symObjAddr: 0x108, symBinAddr: 0x1072E8, symSize: 0x4 } + - { offsetInCU: 0xA3, offset: 0x141A34, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOMa', symObjAddr: 0x10C, symBinAddr: 0x1072EC, symSize: 0x10 } + - { offsetInCU: 0xD8, offset: 0x141A69, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x12C, symBinAddr: 0x10730C, symSize: 0x64 } + - { offsetInCU: 0x11B, offset: 0x141AAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValue03RawD0QzvgTW', symObjAddr: 0x190, symBinAddr: 0x107370, symSize: 0x24 } + - { offsetInCU: 0x15B, offset: 0x141AEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x1B4, symBinAddr: 0x107394, symSize: 0x4 } + - { offsetInCU: 0x17B, offset: 0x141B0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x1B4, symBinAddr: 0x107394, symSize: 0x4 } + - { offsetInCU: 0x1A6, offset: 0x141B37, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1B8, symBinAddr: 0x107398, symSize: 0x68 } + - { offsetInCU: 0x1F1, offset: 0x141B82, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x220, symBinAddr: 0x107400, symSize: 0xC } + - { offsetInCU: 0x20D, offset: 0x141B9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x22C, symBinAddr: 0x10740C, symSize: 0xC } + - { offsetInCU: 0x229, offset: 0x141BBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorO11stringValueSSvgTf4d_n', symObjAddr: 0x3A0, symBinAddr: 0x107540, symSize: 0xC } + - { offsetInCU: 0x246, offset: 0x141BD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASQWb', symObjAddr: 0x288, symBinAddr: 0x107468, symSize: 0x4 } + - { offsetInCU: 0x25A, offset: 0x141BEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACSQAAWl', symObjAddr: 0x28C, symBinAddr: 0x10746C, symSize: 0x44 } + - { offsetInCU: 0x26E, offset: 0x141BFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2D0, symBinAddr: 0x1074B0, symSize: 0x4 } + - { offsetInCU: 0x282, offset: 0x141C13, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2D4, symBinAddr: 0x1074B4, symSize: 0x44 } + - { offsetInCU: 0x296, offset: 0x141C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x318, symBinAddr: 0x1074F8, symSize: 0x4 } + - { offsetInCU: 0x2AA, offset: 0x141C3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs23CustomStringConvertibleAAWl', symObjAddr: 0x31C, symBinAddr: 0x1074FC, symSize: 0x44 } + - { offsetInCU: 0x2DE, offset: 0x141C6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11C, symBinAddr: 0x1072FC, symSize: 0x4 } + - { offsetInCU: 0x2FE, offset: 0x141C8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11C, symBinAddr: 0x1072FC, symSize: 0x4 } + - { offsetInCU: 0x31E, offset: 0x141CAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x120, symBinAddr: 0x107300, symSize: 0x4 } + - { offsetInCU: 0x33E, offset: 0x141CCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x120, symBinAddr: 0x107300, symSize: 0x4 } + - { offsetInCU: 0x35E, offset: 0x141CEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0x107304, symSize: 0x4 } + - { offsetInCU: 0x37E, offset: 0x141D0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0x107304, symSize: 0x4 } + - { offsetInCU: 0x39E, offset: 0x141D2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x128, symBinAddr: 0x107308, symSize: 0x4 } + - { offsetInCU: 0x3BE, offset: 0x141D4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x128, symBinAddr: 0x107308, symSize: 0x4 } + - { offsetInCU: 0x3D5, offset: 0x141D66, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x238, symBinAddr: 0x107418, symSize: 0x28 } + - { offsetInCU: 0x3F1, offset: 0x141D82, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x260, symBinAddr: 0x107440, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x141EE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x10754C, symSize: 0x970 } + - { offsetInCU: 0x4CC, offset: 0x142386, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x10754C, symSize: 0x970 } + - { offsetInCU: 0xC6E, offset: 0x142B28, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x970, symBinAddr: 0x107EBC, symSize: 0x180 } + - { offsetInCU: 0xCD0, offset: 0x142B8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0xAF0, symBinAddr: 0x10803C, symSize: 0x4C } + - { offsetInCU: 0xD16, offset: 0x142BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB3C, symBinAddr: 0x108088, symSize: 0x58 } + - { offsetInCU: 0xD5D, offset: 0x142C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0xB94, symBinAddr: 0x1080E0, symSize: 0xF8 } + - { offsetInCU: 0xE76, offset: 0x142D30, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xC8C, symBinAddr: 0x1081D8, symSize: 0x178 } + - { offsetInCU: 0x105F, offset: 0x142F19, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0xE04, symBinAddr: 0x108350, symSize: 0x148 } + - { offsetInCU: 0x1252, offset: 0x14310C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfD', symObjAddr: 0xF78, symBinAddr: 0x1084C4, symSize: 0x34 } + - { offsetInCU: 0x12FE, offset: 0x1431B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfE', symObjAddr: 0xF4C, symBinAddr: 0x108498, symSize: 0x2C } + - { offsetInCU: 0x132B, offset: 0x1431E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfETo', symObjAddr: 0xFAC, symBinAddr: 0x1084F8, symSize: 0x38 } + - { offsetInCU: 0x135A, offset: 0x143214, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCMa', symObjAddr: 0xFE4, symBinAddr: 0x108530, symSize: 0x20 } + - { offsetInCU: 0x94, offset: 0x14369D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x108570, symSize: 0xAC } + - { offsetInCU: 0x123, offset: 0x14372C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMi', symObjAddr: 0x13C, symBinAddr: 0x108634, symSize: 0x8 } + - { offsetInCU: 0x137, offset: 0x143740, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMr', symObjAddr: 0x144, symBinAddr: 0x10863C, symSize: 0x84 } + - { offsetInCU: 0x14B, offset: 0x143754, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwCP', symObjAddr: 0x1C8, symBinAddr: 0x1086C0, symSize: 0x134 } + - { offsetInCU: 0x15F, offset: 0x143768, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwxx', symObjAddr: 0x2FC, symBinAddr: 0x1087F4, symSize: 0xB0 } + - { offsetInCU: 0x173, offset: 0x14377C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwcp', symObjAddr: 0x3AC, symBinAddr: 0x1088A4, symSize: 0xF8 } + - { offsetInCU: 0x187, offset: 0x143790, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwca', symObjAddr: 0x4A4, symBinAddr: 0x10899C, symSize: 0x1C4 } + - { offsetInCU: 0x19B, offset: 0x1437A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwtk', symObjAddr: 0x668, symBinAddr: 0x108B60, symSize: 0xEC } + - { offsetInCU: 0x1AF, offset: 0x1437B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwta', symObjAddr: 0x754, symBinAddr: 0x108C4C, symSize: 0x1B8 } + - { offsetInCU: 0x1C3, offset: 0x1437CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwet', symObjAddr: 0x90C, symBinAddr: 0x108E04, symSize: 0x110 } + - { offsetInCU: 0x1D7, offset: 0x1437E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwst', symObjAddr: 0xA1C, symBinAddr: 0x108F14, symSize: 0x1A8 } + - { offsetInCU: 0x1EB, offset: 0x1437F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwug', symObjAddr: 0xBC4, symBinAddr: 0x1090BC, symSize: 0x90 } + - { offsetInCU: 0x1FF, offset: 0x143808, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwup', symObjAddr: 0xC54, symBinAddr: 0x10914C, symSize: 0x4 } + - { offsetInCU: 0x213, offset: 0x14381C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwui', symObjAddr: 0xC58, symBinAddr: 0x109150, symSize: 0xE0 } + - { offsetInCU: 0x227, offset: 0x143830, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMa', symObjAddr: 0xD38, symBinAddr: 0x109230, symSize: 0xC } + - { offsetInCU: 0x23B, offset: 0x143844, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwCP', symObjAddr: 0xD44, symBinAddr: 0x10923C, symSize: 0x30 } + - { offsetInCU: 0x24F, offset: 0x143858, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwxx', symObjAddr: 0xD74, symBinAddr: 0x10926C, symSize: 0x64 } + - { offsetInCU: 0x263, offset: 0x14386C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwcp', symObjAddr: 0xDF8, symBinAddr: 0x1092D0, symSize: 0x9C } + - { offsetInCU: 0x277, offset: 0x143880, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwca', symObjAddr: 0xE94, symBinAddr: 0x10936C, symSize: 0xF4 } + - { offsetInCU: 0x28B, offset: 0x143894, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwta', symObjAddr: 0xF9C, symBinAddr: 0x109460, symSize: 0xD0 } + - { offsetInCU: 0x29F, offset: 0x1438A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwet', symObjAddr: 0x106C, symBinAddr: 0x109530, symSize: 0x3C } + - { offsetInCU: 0x2B3, offset: 0x1438BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwst', symObjAddr: 0x10A8, symBinAddr: 0x10956C, symSize: 0x4C } + - { offsetInCU: 0x2C7, offset: 0x1438D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwug', symObjAddr: 0x10F4, symBinAddr: 0x1095B8, symSize: 0x1C } + - { offsetInCU: 0x2DB, offset: 0x1438E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwup', symObjAddr: 0x1110, symBinAddr: 0x1095D4, symSize: 0x4 } + - { offsetInCU: 0x2EF, offset: 0x1438F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwui', symObjAddr: 0x1114, symBinAddr: 0x1095D8, symSize: 0x2C } + - { offsetInCU: 0x303, offset: 0x14390C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOMa', symObjAddr: 0x1140, symBinAddr: 0x109604, symSize: 0x10 } + - { offsetInCU: 0x317, offset: 0x143920, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1150, symBinAddr: 0x109614, symSize: 0x44 } + - { offsetInCU: 0x382, offset: 0x14398B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA04SizebC0C_Tg5', symObjAddr: 0x1194, symBinAddr: 0x109658, symSize: 0xDC } + - { offsetInCU: 0x490, offset: 0x143A99, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg', symObjAddr: 0x18EC, symBinAddr: 0x109DB0, symSize: 0x2A0 } + - { offsetInCU: 0x559, offset: 0x143B62, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_', symObjAddr: 0x1C10, symBinAddr: 0x10A0D4, symSize: 0xB8 } + - { offsetInCU: 0x598, offset: 0x143BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_', symObjAddr: 0x1D20, symBinAddr: 0x10A1A4, symSize: 0x120 } + - { offsetInCU: 0x5CF, offset: 0x143BD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_', symObjAddr: 0x1F10, symBinAddr: 0x10A358, symSize: 0xA8 } + - { offsetInCU: 0x765, offset: 0x143D6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05ColorbC0C_Tg5', symObjAddr: 0x1270, symBinAddr: 0x109734, symSize: 0x3E8 } + - { offsetInCU: 0xB3A, offset: 0x144143, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05FloatbC0C_Tg5', symObjAddr: 0x1658, symBinAddr: 0x109B1C, symSize: 0xD8 } + - { offsetInCU: 0xC0A, offset: 0x144213, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05PointbC0C_Tg5', symObjAddr: 0x1730, symBinAddr: 0x109BF4, symSize: 0xD8 } + - { offsetInCU: 0xCD8, offset: 0x1442E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA08GradientbC0C_Tg5', symObjAddr: 0x1808, symBinAddr: 0x109CCC, symSize: 0xE4 } + - { offsetInCU: 0xD5F, offset: 0x144368, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1B8C, symBinAddr: 0x10A050, symSize: 0x20 } + - { offsetInCU: 0xD7B, offset: 0x144384, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1BAC, symBinAddr: 0x10A070, symSize: 0x20 } + - { offsetInCU: 0xD97, offset: 0x1443A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1BCC, symBinAddr: 0x10A090, symSize: 0x44 } + - { offsetInCU: 0xDB3, offset: 0x1443BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_TA', symObjAddr: 0x1CC8, symBinAddr: 0x10A18C, symSize: 0x18 } + - { offsetInCU: 0xDC7, offset: 0x1443D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_TA', symObjAddr: 0x20B4, symBinAddr: 0x10A4FC, symSize: 0xB4 } + - { offsetInCU: 0xE25, offset: 0x14442E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tFAA0A5ColorV_TB5', symObjAddr: 0x2168, symBinAddr: 0x10A5B0, symSize: 0x140 } + - { offsetInCU: 0xEEB, offset: 0x1444F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tF', symObjAddr: 0x22A8, symBinAddr: 0x10A6F0, symSize: 0x1A8 } + - { offsetInCU: 0xF6F, offset: 0x144578, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2450, symBinAddr: 0x10A898, symSize: 0x44 } + - { offsetInCU: 0xF8B, offset: 0x144594, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2494, symBinAddr: 0x10A8DC, symSize: 0x20 } + - { offsetInCU: 0xFA7, offset: 0x1445B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x24B4, symBinAddr: 0x10A8FC, symSize: 0x20 } + - { offsetInCU: 0xFC3, offset: 0x1445CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x24D4, symBinAddr: 0x10A91C, symSize: 0x20 } + - { offsetInCU: 0xFDF, offset: 0x1445E8, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05PointdF0C_Tg5TA', symObjAddr: 0x2528, symBinAddr: 0x10A970, symSize: 0x8 } + - { offsetInCU: 0xFF3, offset: 0x1445FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x2534, symBinAddr: 0x10A97C, symSize: 0xC } + - { offsetInCU: 0x1007, offset: 0x144610, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0x2540, symBinAddr: 0x10A988, symSize: 0x8 } + - { offsetInCU: 0x101B, offset: 0x144624, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5TA', symObjAddr: 0x2548, symBinAddr: 0x10A990, symSize: 0x8 } + - { offsetInCU: 0x102F, offset: 0x144638, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOy', symObjAddr: 0x2550, symBinAddr: 0x10A998, symSize: 0x10 } + - { offsetInCU: 0x1043, offset: 0x14464C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x2564, symBinAddr: 0x10A9AC, symSize: 0xC } + - { offsetInCU: 0x1057, offset: 0x144660, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5TA', symObjAddr: 0x2570, symBinAddr: 0x10A9B8, symSize: 0x8 } + - { offsetInCU: 0x106B, offset: 0x144674, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOe', symObjAddr: 0x25F0, symBinAddr: 0x10A9FC, symSize: 0x24 } + - { offsetInCU: 0x107F, offset: 0x144688, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOb', symObjAddr: 0x2614, symBinAddr: 0x10AA20, symSize: 0x48 } + - { offsetInCU: 0x109E, offset: 0x1446A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_AA05ColorbC0C_TG5TA', symObjAddr: 0x265C, symBinAddr: 0x10AA68, symSize: 0x4C } + - { offsetInCU: 0x10EF, offset: 0x1446F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOy', symObjAddr: 0x26A8, symBinAddr: 0x10AAB4, symSize: 0x24 } + - { offsetInCU: 0x1103, offset: 0x14470C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5TA', symObjAddr: 0x26CC, symBinAddr: 0x10AAD8, symSize: 0x8 } + - { offsetInCU: 0x1117, offset: 0x144720, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x26D4, symBinAddr: 0x10AAE0, symSize: 0x8 } + - { offsetInCU: 0x112B, offset: 0x144734, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5TA', symObjAddr: 0x2760, symBinAddr: 0x10AB6C, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x144BA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x10AB94, symSize: 0xF24 } + - { offsetInCU: 0x261, offset: 0x144DDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x10AB94, symSize: 0xF24 } + - { offsetInCU: 0xBE3, offset: 0x14575D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_', symObjAddr: 0x13E4, symBinAddr: 0x10BF78, symSize: 0xB8 } + - { offsetInCU: 0xC7F, offset: 0x1457F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0xF24, symBinAddr: 0x10BAB8, symSize: 0x8 } + - { offsetInCU: 0xC9B, offset: 0x145815, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xF2C, symBinAddr: 0x10BAC0, symSize: 0x388 } + - { offsetInCU: 0xDEC, offset: 0x145966, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x1394, symBinAddr: 0x10BF28, symSize: 0x50 } + - { offsetInCU: 0xE08, offset: 0x145982, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfc', symObjAddr: 0x149C, symBinAddr: 0x10C030, symSize: 0x15C } + - { offsetInCU: 0xE37, offset: 0x1459B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfcTo', symObjAddr: 0x15F8, symBinAddr: 0x10C18C, symSize: 0x20 } + - { offsetInCU: 0xE53, offset: 0x1459CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfc', symObjAddr: 0x1618, symBinAddr: 0x10C1AC, symSize: 0x1AC } + - { offsetInCU: 0xE90, offset: 0x145A0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x17C4, symBinAddr: 0x10C358, symSize: 0x4C } + - { offsetInCU: 0xEAC, offset: 0x145A26, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1810, symBinAddr: 0x10C3A4, symSize: 0x17C } + - { offsetInCU: 0xEE9, offset: 0x145A63, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x198C, symBinAddr: 0x10C520, symSize: 0x30 } + - { offsetInCU: 0xF05, offset: 0x145A7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfD', symObjAddr: 0x19BC, symBinAddr: 0x10C550, symSize: 0x34 } + - { offsetInCU: 0xF7B, offset: 0x145AF5, size: 0x8, addend: 0x0, symName: '_$sSo12CGContextRefa6LottieE21adjustWithLineOrigins33_ADD2B19552B13F52C52B0803615BD067LL2in4withySo07CTFrameB0a_So06CTFontB0aSgtF', symObjAddr: 0x12B4, symBinAddr: 0x10BE48, symSize: 0xE0 } + - { offsetInCU: 0x10C4, offset: 0x145C3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfETo', symObjAddr: 0x19F0, symBinAddr: 0x10C584, symSize: 0x8C } + - { offsetInCU: 0x10F3, offset: 0x145C6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCMa', symObjAddr: 0x1A7C, symBinAddr: 0x10C610, symSize: 0x20 } + - { offsetInCU: 0x1107, offset: 0x145C81, size: 0x8, addend: 0x0, symName: '_$sSo23NSMutableParagraphStyleCMa', symObjAddr: 0x1ADC, symBinAddr: 0x10C630, symSize: 0x3C } + - { offsetInCU: 0x11B5, offset: 0x145D2F, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaABSHSCWl', symObjAddr: 0x1CDC, symBinAddr: 0x10C830, symSize: 0x48 } + - { offsetInCU: 0x11C9, offset: 0x145D43, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_TA', symObjAddr: 0x1D94, symBinAddr: 0x10C878, symSize: 0x8 } + - { offsetInCU: 0x11DD, offset: 0x145D57, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x1D9C, symBinAddr: 0x10C880, symSize: 0x8 } + - { offsetInCU: 0x12F4, offset: 0x145E6E, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSo018NSAttributedStringD0a_ypTg5', symObjAddr: 0x1B18, symBinAddr: 0x10C66C, symSize: 0xD8 } + - { offsetInCU: 0x13A7, offset: 0x145F21, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x1BF0, symBinAddr: 0x10C744, symSize: 0xEC } + - { offsetInCU: 0x4F, offset: 0x1463CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x10C888, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1463EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x10C8D0, symSize: 0x2B4 } + - { offsetInCU: 0xDC, offset: 0x146457, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2FC, symBinAddr: 0x10CB84, symSize: 0x44C } + - { offsetInCU: 0x285, offset: 0x146600, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO8rawValueSSvg', symObjAddr: 0x748, symBinAddr: 0x10CFD0, symSize: 0x20 } + - { offsetInCU: 0x2BE, offset: 0x146639, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x92C, symBinAddr: 0x10D1B4, symSize: 0x20 } + - { offsetInCU: 0x2EC, offset: 0x146667, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x92C, symBinAddr: 0x10D1B4, symSize: 0x20 } + - { offsetInCU: 0x340, offset: 0x1466BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x970, symBinAddr: 0x10D1F8, symSize: 0x64 } + - { offsetInCU: 0x3A6, offset: 0x146721, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x9D4, symBinAddr: 0x10D25C, symSize: 0x28 } + - { offsetInCU: 0x3C2, offset: 0x14673D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x9FC, symBinAddr: 0x10D284, symSize: 0x8 } + - { offsetInCU: 0x3F8, offset: 0x146773, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA04, symBinAddr: 0x10D28C, symSize: 0x68 } + - { offsetInCU: 0x47D, offset: 0x1467F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA6C, symBinAddr: 0x10D2F4, symSize: 0xC } + - { offsetInCU: 0x499, offset: 0x146814, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xA78, symBinAddr: 0x10D300, symSize: 0xC } + - { offsetInCU: 0x4B7, offset: 0x146832, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x768, symBinAddr: 0x10CFF0, symSize: 0x1C4 } + - { offsetInCU: 0x513, offset: 0x14688E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfd', symObjAddr: 0xAF0, symBinAddr: 0x10D378, symSize: 0x4C } + - { offsetInCU: 0x556, offset: 0x1468D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfD', symObjAddr: 0xB3C, symBinAddr: 0x10D3C4, symSize: 0x1C } + - { offsetInCU: 0x61D, offset: 0x146998, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfE', symObjAddr: 0xAD4, symBinAddr: 0x10D35C, symSize: 0x1C } + - { offsetInCU: 0x675, offset: 0x1469F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCMa', symObjAddr: 0xB58, symBinAddr: 0x10D3E0, symSize: 0x20 } + - { offsetInCU: 0x689, offset: 0x146A04, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs0F3KeyAAWl', symObjAddr: 0xBDC, symBinAddr: 0x10D400, symSize: 0x44 } + - { offsetInCU: 0x69D, offset: 0x146A18, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwet', symObjAddr: 0xF0C, symBinAddr: 0x10D4CC, symSize: 0x90 } + - { offsetInCU: 0x6B1, offset: 0x146A2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwst', symObjAddr: 0xF9C, symBinAddr: 0x10D55C, symSize: 0xBC } + - { offsetInCU: 0x6C5, offset: 0x146A40, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwug', symObjAddr: 0x1058, symBinAddr: 0x10D618, symSize: 0x8 } + - { offsetInCU: 0x6D9, offset: 0x146A54, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwup', symObjAddr: 0x1060, symBinAddr: 0x10D620, symSize: 0x4 } + - { offsetInCU: 0x6ED, offset: 0x146A68, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwui', symObjAddr: 0x1064, symBinAddr: 0x10D624, symSize: 0x8 } + - { offsetInCU: 0x701, offset: 0x146A7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOMa', symObjAddr: 0x106C, symBinAddr: 0x10D62C, symSize: 0x10 } + - { offsetInCU: 0x715, offset: 0x146A90, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASQWb', symObjAddr: 0x107C, symBinAddr: 0x10D63C, symSize: 0x4 } + - { offsetInCU: 0x729, offset: 0x146AA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFSQAAWl', symObjAddr: 0x1080, symBinAddr: 0x10D640, symSize: 0x44 } + - { offsetInCU: 0x73D, offset: 0x146AB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x10C4, symBinAddr: 0x10D684, symSize: 0x4 } + - { offsetInCU: 0x751, offset: 0x146ACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x10C8, symBinAddr: 0x10D688, symSize: 0x44 } + - { offsetInCU: 0x765, offset: 0x146AE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x110C, symBinAddr: 0x10D6CC, symSize: 0x4 } + - { offsetInCU: 0x779, offset: 0x146AF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1110, symBinAddr: 0x10D6D0, symSize: 0x44 } + - { offsetInCU: 0x7D9, offset: 0x146B54, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x94C, symBinAddr: 0x10D1D4, symSize: 0xC } + - { offsetInCU: 0x7F5, offset: 0x146B70, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x958, symBinAddr: 0x10D1E0, symSize: 0x8 } + - { offsetInCU: 0x811, offset: 0x146B8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x960, symBinAddr: 0x10D1E8, symSize: 0x8 } + - { offsetInCU: 0x82D, offset: 0x146BA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x968, symBinAddr: 0x10D1F0, symSize: 0x8 } + - { offsetInCU: 0x84F, offset: 0x146BCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA84, symBinAddr: 0x10D30C, symSize: 0x28 } + - { offsetInCU: 0x86B, offset: 0x146BE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xAAC, symBinAddr: 0x10D334, symSize: 0x28 } + - { offsetInCU: 0x4B, offset: 0x146DD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0x10D714, symSize: 0x18 } + - { offsetInCU: 0xAE, offset: 0x146E39, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x40, symBinAddr: 0x10D754, symSize: 0x64 } + - { offsetInCU: 0x114, offset: 0x146E9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xA4, symBinAddr: 0x10D7B8, symSize: 0x28 } + - { offsetInCU: 0x13D, offset: 0x146EC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x174, symBinAddr: 0x10D888, symSize: 0x344 } + - { offsetInCU: 0x1C3, offset: 0x146F4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4B8, symBinAddr: 0x10DBCC, symSize: 0x510 } + - { offsetInCU: 0x40E, offset: 0x147199, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO8rawValueSSvg', symObjAddr: 0x9C8, symBinAddr: 0x10E0DC, symSize: 0x20 } + - { offsetInCU: 0x447, offset: 0x1471D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0x9E8, symBinAddr: 0x10E0FC, symSize: 0x20 } + - { offsetInCU: 0x475, offset: 0x147200, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0x9E8, symBinAddr: 0x10E0FC, symSize: 0x20 } + - { offsetInCU: 0x4C9, offset: 0x147254, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xA2C, symBinAddr: 0x10E140, symSize: 0x64 } + - { offsetInCU: 0x52F, offset: 0x1472BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xA90, symBinAddr: 0x10E1A4, symSize: 0x28 } + - { offsetInCU: 0x54B, offset: 0x1472D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xAB8, symBinAddr: 0x10E1CC, symSize: 0x8 } + - { offsetInCU: 0x581, offset: 0x14730C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAC0, symBinAddr: 0x10E1D4, symSize: 0x68 } + - { offsetInCU: 0x606, offset: 0x147391, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xB28, symBinAddr: 0x10E23C, symSize: 0xC } + - { offsetInCU: 0x622, offset: 0x1473AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xB34, symBinAddr: 0x10E248, symSize: 0xC } + - { offsetInCU: 0x65D, offset: 0x1473E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCfD', symObjAddr: 0xB90, symBinAddr: 0x10E2A4, symSize: 0x34 } + - { offsetInCU: 0x6A0, offset: 0x14742B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC6encode2toys7Encoder_p_tKF', symObjAddr: 0xD9C, symBinAddr: 0x10E4A0, symSize: 0x230 } + - { offsetInCU: 0x6F7, offset: 0x147482, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFCC, symBinAddr: 0x10E6D0, symSize: 0x54 } + - { offsetInCU: 0x72F, offset: 0x1474BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1020, symBinAddr: 0x10E724, symSize: 0x20 } + - { offsetInCU: 0x7EA, offset: 0x147575, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCMa', symObjAddr: 0xBC4, symBinAddr: 0x10E2D8, symSize: 0x20 } + - { offsetInCU: 0x7FE, offset: 0x147589, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwet', symObjAddr: 0xBF4, symBinAddr: 0x10E2F8, symSize: 0x90 } + - { offsetInCU: 0x812, offset: 0x14759D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwst', symObjAddr: 0xC84, symBinAddr: 0x10E388, symSize: 0xBC } + - { offsetInCU: 0x826, offset: 0x1475B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwup', symObjAddr: 0xD40, symBinAddr: 0x10E444, symSize: 0x4 } + - { offsetInCU: 0x83A, offset: 0x1475C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOMa', symObjAddr: 0xD44, symBinAddr: 0x10E448, symSize: 0x10 } + - { offsetInCU: 0x84E, offset: 0x1475D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASQWb', symObjAddr: 0xD54, symBinAddr: 0x10E458, symSize: 0x4 } + - { offsetInCU: 0x862, offset: 0x1475ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSQAAWl', symObjAddr: 0xD58, symBinAddr: 0x10E45C, symSize: 0x44 } + - { offsetInCU: 0x876, offset: 0x147601, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x10A4, symBinAddr: 0x10E744, symSize: 0x44 } + - { offsetInCU: 0x88A, offset: 0x147615, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSeAAWl', symObjAddr: 0x1108, symBinAddr: 0x10E788, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x147629, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSeAAWl', symObjAddr: 0x11D4, symBinAddr: 0x10E810, symSize: 0x44 } + - { offsetInCU: 0x8B2, offset: 0x14763D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSEAAWl', symObjAddr: 0x1218, symBinAddr: 0x10E854, symSize: 0x44 } + - { offsetInCU: 0x8C6, offset: 0x147651, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSEAAWl', symObjAddr: 0x1388, symBinAddr: 0x10E980, symSize: 0x44 } + - { offsetInCU: 0x8DA, offset: 0x147665, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSYAAWl', symObjAddr: 0x13CC, symBinAddr: 0x10E9C4, symSize: 0x44 } + - { offsetInCU: 0x8EE, offset: 0x147679, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwet', symObjAddr: 0x14D0, symBinAddr: 0x10EA08, symSize: 0x90 } + - { offsetInCU: 0x902, offset: 0x14768D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwst', symObjAddr: 0x1560, symBinAddr: 0x10EA98, symSize: 0xBC } + - { offsetInCU: 0x916, offset: 0x1476A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwug', symObjAddr: 0x161C, symBinAddr: 0x10EB54, symSize: 0x8 } + - { offsetInCU: 0x92A, offset: 0x1476B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwup', symObjAddr: 0x1624, symBinAddr: 0x10EB5C, symSize: 0x4 } + - { offsetInCU: 0x93E, offset: 0x1476C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwui', symObjAddr: 0x1628, symBinAddr: 0x10EB60, symSize: 0x8 } + - { offsetInCU: 0x952, offset: 0x1476DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOMa', symObjAddr: 0x1630, symBinAddr: 0x10EB68, symSize: 0x10 } + - { offsetInCU: 0x966, offset: 0x1476F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASQWb', symObjAddr: 0x1640, symBinAddr: 0x10EB78, symSize: 0x4 } + - { offsetInCU: 0x97A, offset: 0x147705, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAESQAAWl', symObjAddr: 0x1644, symBinAddr: 0x10EB7C, symSize: 0x44 } + - { offsetInCU: 0x98E, offset: 0x147719, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1688, symBinAddr: 0x10EBC0, symSize: 0x4 } + - { offsetInCU: 0x9A2, offset: 0x14772D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x168C, symBinAddr: 0x10EBC4, symSize: 0x44 } + - { offsetInCU: 0x9B6, offset: 0x147741, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16D0, symBinAddr: 0x10EC08, symSize: 0x4 } + - { offsetInCU: 0x9CA, offset: 0x147755, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x16D4, symBinAddr: 0x10EC0C, symSize: 0x44 } + - { offsetInCU: 0x9EF, offset: 0x14777A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x10D72C, symSize: 0xC } + - { offsetInCU: 0xA29, offset: 0x1477B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0x10D738, symSize: 0xC } + - { offsetInCU: 0xA49, offset: 0x1477D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0x10D738, symSize: 0xC } + - { offsetInCU: 0xA5D, offset: 0x1477E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0x10D738, symSize: 0xC } + - { offsetInCU: 0xA6F, offset: 0x1477FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x30, symBinAddr: 0x10D744, symSize: 0x8 } + - { offsetInCU: 0xA8B, offset: 0x147816, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x38, symBinAddr: 0x10D74C, symSize: 0x8 } + - { offsetInCU: 0xAA5, offset: 0x147830, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCC, symBinAddr: 0x10D7E0, symSize: 0x5C } + - { offsetInCU: 0xAC8, offset: 0x147853, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x128, symBinAddr: 0x10D83C, symSize: 0x4C } + - { offsetInCU: 0xB32, offset: 0x1478BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA08, symBinAddr: 0x10E11C, symSize: 0xC } + - { offsetInCU: 0xB4E, offset: 0x1478D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xA14, symBinAddr: 0x10E128, symSize: 0x8 } + - { offsetInCU: 0xB6A, offset: 0x1478F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA1C, symBinAddr: 0x10E130, symSize: 0x8 } + - { offsetInCU: 0xB86, offset: 0x147911, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA24, symBinAddr: 0x10E138, symSize: 0x8 } + - { offsetInCU: 0xBA8, offset: 0x147933, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xB40, symBinAddr: 0x10E254, symSize: 0x28 } + - { offsetInCU: 0xBC4, offset: 0x14794F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xB68, symBinAddr: 0x10E27C, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x147B05, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x10EC58, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x147B1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x10EC58, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x147B31, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwet', symObjAddr: 0x50, symBinAddr: 0x10EC88, symSize: 0x20 } + - { offsetInCU: 0x6B, offset: 0x147B45, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwst', symObjAddr: 0x70, symBinAddr: 0x10ECA8, symSize: 0x38 } + - { offsetInCU: 0x7F, offset: 0x147B59, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVMa', symObjAddr: 0xA8, symBinAddr: 0x10ECE0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x147CA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x10ECF0, symSize: 0xA4 } + - { offsetInCU: 0x81, offset: 0x147D03, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x10ECF0, symSize: 0xA4 } + - { offsetInCU: 0x2B, offset: 0x147F30, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x10ED94, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x147F54, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x10ED94, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x147F79, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x10EDDC, symSize: 0x218 } + - { offsetInCU: 0xDC, offset: 0x147FE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x260, symBinAddr: 0x10EFF4, symSize: 0x330 } + - { offsetInCU: 0x217, offset: 0x14811C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x590, symBinAddr: 0x10F324, symSize: 0x158 } + - { offsetInCU: 0x285, offset: 0x14818A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO8rawValueSSvg', symObjAddr: 0x6E8, symBinAddr: 0x10F47C, symSize: 0x18 } + - { offsetInCU: 0x2BE, offset: 0x1481C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x700, symBinAddr: 0x10F494, symSize: 0x18 } + - { offsetInCU: 0x2EC, offset: 0x1481F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x700, symBinAddr: 0x10F494, symSize: 0x18 } + - { offsetInCU: 0x33E, offset: 0x148243, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x73C, symBinAddr: 0x10F4D0, symSize: 0x64 } + - { offsetInCU: 0x3A4, offset: 0x1482A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x7A0, symBinAddr: 0x10F534, symSize: 0x28 } + - { offsetInCU: 0x3C0, offset: 0x1482C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7C8, symBinAddr: 0x10F55C, symSize: 0x8 } + - { offsetInCU: 0x3F6, offset: 0x1482FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7D0, symBinAddr: 0x10F564, symSize: 0x68 } + - { offsetInCU: 0x47B, offset: 0x148380, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x838, symBinAddr: 0x10F5CC, symSize: 0xC } + - { offsetInCU: 0x497, offset: 0x14839C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x844, symBinAddr: 0x10F5D8, symSize: 0xC } + - { offsetInCU: 0x4D3, offset: 0x1483D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfD', symObjAddr: 0x8A8, symBinAddr: 0x10F63C, symSize: 0x4C } + - { offsetInCU: 0x5B0, offset: 0x1484B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfE', symObjAddr: 0x8A0, symBinAddr: 0x10F634, symSize: 0x8 } + - { offsetInCU: 0x608, offset: 0x14850D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCMa', symObjAddr: 0x8F4, symBinAddr: 0x10F688, symSize: 0x20 } + - { offsetInCU: 0x61C, offset: 0x148521, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs0E3KeyAAWl', symObjAddr: 0x978, symBinAddr: 0x10F6A8, symSize: 0x44 } + - { offsetInCU: 0x630, offset: 0x148535, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwet', symObjAddr: 0xAB0, symBinAddr: 0x10F6EC, symSize: 0x90 } + - { offsetInCU: 0x644, offset: 0x148549, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwst', symObjAddr: 0xB40, symBinAddr: 0x10F77C, symSize: 0xBC } + - { offsetInCU: 0x658, offset: 0x14855D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwug', symObjAddr: 0xBFC, symBinAddr: 0x10F838, symSize: 0x8 } + - { offsetInCU: 0x66C, offset: 0x148571, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwup', symObjAddr: 0xC04, symBinAddr: 0x10F840, symSize: 0x4 } + - { offsetInCU: 0x680, offset: 0x148585, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwui', symObjAddr: 0xC08, symBinAddr: 0x10F844, symSize: 0x8 } + - { offsetInCU: 0x694, offset: 0x148599, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOMa', symObjAddr: 0xC10, symBinAddr: 0x10F84C, symSize: 0x10 } + - { offsetInCU: 0x6A8, offset: 0x1485AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASQWb', symObjAddr: 0xC20, symBinAddr: 0x10F85C, symSize: 0x4 } + - { offsetInCU: 0x6BC, offset: 0x1485C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFSQAAWl', symObjAddr: 0xC24, symBinAddr: 0x10F860, symSize: 0x44 } + - { offsetInCU: 0x6D0, offset: 0x1485D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC68, symBinAddr: 0x10F8A4, symSize: 0x4 } + - { offsetInCU: 0x6E4, offset: 0x1485E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC6C, symBinAddr: 0x10F8A8, symSize: 0x44 } + - { offsetInCU: 0x6F8, offset: 0x1485FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xCB0, symBinAddr: 0x10F8EC, symSize: 0x4 } + - { offsetInCU: 0x70C, offset: 0x148611, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xCB4, symBinAddr: 0x10F8F0, symSize: 0x44 } + - { offsetInCU: 0x76C, offset: 0x148671, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x718, symBinAddr: 0x10F4AC, symSize: 0xC } + - { offsetInCU: 0x788, offset: 0x14868D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH9hashValueSivgTW', symObjAddr: 0x724, symBinAddr: 0x10F4B8, symSize: 0x8 } + - { offsetInCU: 0x7A4, offset: 0x1486A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x72C, symBinAddr: 0x10F4C0, symSize: 0x8 } + - { offsetInCU: 0x7C0, offset: 0x1486C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x734, symBinAddr: 0x10F4C8, symSize: 0x8 } + - { offsetInCU: 0x7E2, offset: 0x1486E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x850, symBinAddr: 0x10F5E4, symSize: 0x28 } + - { offsetInCU: 0x7FE, offset: 0x148703, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x878, symBinAddr: 0x10F60C, symSize: 0x28 } + - { offsetInCU: 0x5E, offset: 0x148906, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x10F934, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x14893A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x50, symBinAddr: 0x10F984, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x14894E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfC', symObjAddr: 0x80, symBinAddr: 0x10F9B4, symSize: 0x20 } + - { offsetInCU: 0xD3, offset: 0x14897B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfc', symObjAddr: 0xA0, symBinAddr: 0x10F9D4, symSize: 0x124 } + - { offsetInCU: 0x13C, offset: 0x1489E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfcTo', symObjAddr: 0x1C4, symBinAddr: 0x10FAF8, symSize: 0x20 } + - { offsetInCU: 0x158, offset: 0x148A00, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x1E4, symBinAddr: 0x10FB18, symSize: 0x44 } + - { offsetInCU: 0x176, offset: 0x148A1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x228, symBinAddr: 0x10FB5C, symSize: 0x138 } + - { offsetInCU: 0x1DA, offset: 0x148A82, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x360, symBinAddr: 0x10FC94, symSize: 0x30 } + - { offsetInCU: 0x232, offset: 0x148ADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC15animationDidSetyyF', symObjAddr: 0x390, symBinAddr: 0x10FCC4, symSize: 0x60 } + - { offsetInCU: 0x31A, offset: 0x148BC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x474, symBinAddr: 0x10FD24, symSize: 0xD4 } + - { offsetInCU: 0x3A2, offset: 0x148C4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ', symObjAddr: 0x548, symBinAddr: 0x10FDF8, symSize: 0x18 } + - { offsetInCU: 0x3D5, offset: 0x148C7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x560, symBinAddr: 0x10FE10, symSize: 0x28 } + - { offsetInCU: 0x46B, offset: 0x148D13, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg', symObjAddr: 0x588, symBinAddr: 0x10FE38, symSize: 0x44 } + - { offsetInCU: 0x565, offset: 0x148E0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5CC, symBinAddr: 0x10FE7C, symSize: 0x18 } + - { offsetInCU: 0x585, offset: 0x148E2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5CC, symBinAddr: 0x10FE7C, symSize: 0x18 } + - { offsetInCU: 0x5C5, offset: 0x148E6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x5E4, symBinAddr: 0x10FE94, symSize: 0x44 } + - { offsetInCU: 0x6A8, offset: 0x148F50, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x628, symBinAddr: 0x10FED8, symSize: 0x28 } + - { offsetInCU: 0x71B, offset: 0x148FC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg', symObjAddr: 0x690, symBinAddr: 0x10FF40, symSize: 0x4C } + - { offsetInCU: 0x73A, offset: 0x148FE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs', symObjAddr: 0x6DC, symBinAddr: 0x10FF8C, symSize: 0x50 } + - { offsetInCU: 0x775, offset: 0x14901D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM', symObjAddr: 0x72C, symBinAddr: 0x10FFDC, symSize: 0x44 } + - { offsetInCU: 0x7A4, offset: 0x14904C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg', symObjAddr: 0x770, symBinAddr: 0x110020, symSize: 0x44 } + - { offsetInCU: 0x7C3, offset: 0x14906B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs', symObjAddr: 0x7B4, symBinAddr: 0x110064, symSize: 0x48 } + - { offsetInCU: 0x7FE, offset: 0x1490A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM', symObjAddr: 0x7FC, symBinAddr: 0x1100AC, symSize: 0x44 } + - { offsetInCU: 0x84B, offset: 0x1490F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0x840, symBinAddr: 0x1100F0, symSize: 0x70 } + - { offsetInCU: 0x911, offset: 0x1491B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0x8F0, symBinAddr: 0x110160, symSize: 0x44 } + - { offsetInCU: 0x9AF, offset: 0x149257, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg', symObjAddr: 0xAC0, symBinAddr: 0x1102F0, symSize: 0x58 } + - { offsetInCU: 0x9CE, offset: 0x149276, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs', symObjAddr: 0xB18, symBinAddr: 0x110348, symSize: 0x5C } + - { offsetInCU: 0x9F7, offset: 0x14929F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM', symObjAddr: 0xB74, symBinAddr: 0x1103A4, symSize: 0x44 } + - { offsetInCU: 0xA26, offset: 0x1492CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM.resume.0', symObjAddr: 0xBB8, symBinAddr: 0x1103E8, symSize: 0x4 } + - { offsetInCU: 0xA51, offset: 0x1492F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvs', symObjAddr: 0xBBC, symBinAddr: 0x1103EC, symSize: 0x24 } + - { offsetInCU: 0xAA7, offset: 0x14934F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0xBE0, symBinAddr: 0x110410, symSize: 0x10 } + - { offsetInCU: 0xAC7, offset: 0x14936F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0xBE0, symBinAddr: 0x110410, symSize: 0x10 } + - { offsetInCU: 0xB00, offset: 0x1493A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM', symObjAddr: 0xBF0, symBinAddr: 0x110420, symSize: 0x24 } + - { offsetInCU: 0xB86, offset: 0x14942E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM.resume.0', symObjAddr: 0xC14, symBinAddr: 0x110444, symSize: 0x34 } + - { offsetInCU: 0xBEF, offset: 0x149497, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF', symObjAddr: 0xC48, symBinAddr: 0x110478, symSize: 0x24 } + - { offsetInCU: 0xC77, offset: 0x14951F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF', symObjAddr: 0xC6C, symBinAddr: 0x11049C, symSize: 0x50 } + - { offsetInCU: 0xD05, offset: 0x1495AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_', symObjAddr: 0xCBC, symBinAddr: 0x1104EC, symSize: 0xD4 } + - { offsetInCU: 0xDBB, offset: 0x149663, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC24updateAccessibilityLabel33_69DC16219B29E88431F21A6FFAC9EAE9LLyyF', symObjAddr: 0xD90, symBinAddr: 0x1105C0, symSize: 0xFC } + - { offsetInCU: 0xE27, offset: 0x1496CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfD', symObjAddr: 0xEBC, symBinAddr: 0x1106EC, symSize: 0x30 } + - { offsetInCU: 0xEBA, offset: 0x149762, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFTf4nndn_n', symObjAddr: 0xF38, symBinAddr: 0x110768, symSize: 0x2CC } + - { offsetInCU: 0x1106, offset: 0x1499AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x1204, symBinAddr: 0x110A34, symSize: 0x13C } + - { offsetInCU: 0x11C3, offset: 0x149A6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19NullHapticGeneratorCfD', symObjAddr: 0xF28, symBinAddr: 0x110758, symSize: 0x10 } + - { offsetInCU: 0x1221, offset: 0x149AC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTK', symObjAddr: 0x974, symBinAddr: 0x1101A4, symSize: 0x94 } + - { offsetInCU: 0x124E, offset: 0x149AF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTk', symObjAddr: 0xA08, symBinAddr: 0x110238, symSize: 0xB8 } + - { offsetInCU: 0x137D, offset: 0x149C25, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfE', symObjAddr: 0xE8C, symBinAddr: 0x1106BC, symSize: 0x30 } + - { offsetInCU: 0x13AA, offset: 0x149C52, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfETo', symObjAddr: 0xEEC, symBinAddr: 0x11071C, symSize: 0x3C } + - { offsetInCU: 0x1428, offset: 0x149CD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19NullHapticGeneratorCMa', symObjAddr: 0x1340, symBinAddr: 0x110B70, symSize: 0x20 } + - { offsetInCU: 0x143C, offset: 0x149CE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImpactGenerator_pWOb', symObjAddr: 0x1360, symBinAddr: 0x110B90, symSize: 0x18 } + - { offsetInCU: 0x1450, offset: 0x149CF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCMa', symObjAddr: 0x1378, symBinAddr: 0x110BA8, symSize: 0x20 } + - { offsetInCU: 0x1464, offset: 0x149D0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASQWb', symObjAddr: 0x13B8, symBinAddr: 0x110BC8, symSize: 0x4 } + - { offsetInCU: 0x1478, offset: 0x149D20, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOAESQAAWl', symObjAddr: 0x13BC, symBinAddr: 0x110BCC, symSize: 0x44 } + - { offsetInCU: 0x148C, offset: 0x149D34, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwet', symObjAddr: 0x16D4, symBinAddr: 0x110ED4, symSize: 0x90 } + - { offsetInCU: 0x14A0, offset: 0x149D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwst', symObjAddr: 0x1764, symBinAddr: 0x110F64, symSize: 0xBC } + - { offsetInCU: 0x14B4, offset: 0x149D5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwug', symObjAddr: 0x1820, symBinAddr: 0x111020, symSize: 0x8 } + - { offsetInCU: 0x14C8, offset: 0x149D70, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwup', symObjAddr: 0x1828, symBinAddr: 0x111028, symSize: 0x4 } + - { offsetInCU: 0x14DC, offset: 0x149D84, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwui', symObjAddr: 0x182C, symBinAddr: 0x11102C, symSize: 0xC } + - { offsetInCU: 0x14F0, offset: 0x149D98, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOMa', symObjAddr: 0x1838, symBinAddr: 0x111038, symSize: 0x10 } + - { offsetInCU: 0x150F, offset: 0x149DB7, size: 0x8, addend: 0x0, symName: '_$sSbytIegnr_SbIegy_TRTA', symObjAddr: 0x1894, symBinAddr: 0x11106C, symSize: 0x30 } + - { offsetInCU: 0x1543, offset: 0x149DEB, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SbytIegnr_TRTA', symObjAddr: 0x18C4, symBinAddr: 0x11109C, symSize: 0x24 } + - { offsetInCU: 0x156C, offset: 0x149E14, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_TA', symObjAddr: 0x1930, symBinAddr: 0x111108, symSize: 0xC } + - { offsetInCU: 0x15F2, offset: 0x149E9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x650, symBinAddr: 0x10FF00, symSize: 0x40 } + - { offsetInCU: 0x118, offset: 0x14A2A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtF', symObjAddr: 0x0, symBinAddr: 0x111120, symSize: 0x388 } + - { offsetInCU: 0x688, offset: 0x14A813, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_', symObjAddr: 0x388, symBinAddr: 0x1114A8, symSize: 0xAC } + - { offsetInCU: 0x6B9, offset: 0x14A844, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_', symObjAddr: 0x434, symBinAddr: 0x111554, symSize: 0xC8 } + - { offsetInCU: 0x80E, offset: 0x14A999, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_', symObjAddr: 0x4FC, symBinAddr: 0x11161C, symSize: 0xFC } + - { offsetInCU: 0x9F3, offset: 0x14AB7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCfD', symObjAddr: 0xAE4, symBinAddr: 0x111BCC, symSize: 0x2C } + - { offsetInCU: 0xC54, offset: 0x14ADDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7matchesySbACF', symObjAddr: 0x630, symBinAddr: 0x111718, symSize: 0x4B4 } + - { offsetInCU: 0xD04, offset: 0x14AE8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCMa', symObjAddr: 0xB10, symBinAddr: 0x111BF8, symSize: 0x20 } + - { offsetInCU: 0xD18, offset: 0x14AEA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_TA', symObjAddr: 0xC50, symBinAddr: 0x111C18, symSize: 0x8 } + - { offsetInCU: 0xD2C, offset: 0x14AEB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xC58, symBinAddr: 0x111C20, symSize: 0x8 } + - { offsetInCU: 0xD40, offset: 0x14AECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_TA', symObjAddr: 0xC60, symBinAddr: 0x111C28, symSize: 0xC } + - { offsetInCU: 0xD54, offset: 0x14AEDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_TA', symObjAddr: 0xC6C, symBinAddr: 0x111C34, symSize: 0xC } + - { offsetInCU: 0xD68, offset: 0x14AEF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xC78, symBinAddr: 0x111C40, symSize: 0x8 } + - { offsetInCU: 0xE4D, offset: 0x14AFD8, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AG16AnyValueProvider_p05valueN0tG_Tg5011$s6Lottie18mn32StoreC03setbC0_7keypathyAA03Anybt7_p_AA16iJ32VtFSbAhE_AaF_p05valueC0t_tXEfU0_AITf1cn_nTf4ng_n', symObjAddr: 0xC80, symBinAddr: 0x111C48, symSize: 0x33C } + - { offsetInCU: 0x133A, offset: 0x14B4C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOd', symObjAddr: 0x1084, symBinAddr: 0x111FC0, symSize: 0x48 } + - { offsetInCU: 0x2B, offset: 0x14B85F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x11200C, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x14B877, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x11200C, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x14B88B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwxx', symObjAddr: 0x30, symBinAddr: 0x11203C, symSize: 0x8 } + - { offsetInCU: 0x6B, offset: 0x14B89F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwcp', symObjAddr: 0x38, symBinAddr: 0x112044, symSize: 0x54 } + - { offsetInCU: 0x7F, offset: 0x14B8B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwca', symObjAddr: 0x8C, symBinAddr: 0x112098, symSize: 0x7C } + - { offsetInCU: 0x93, offset: 0x14B8C7, size: 0x8, addend: 0x0, symName: ___swift_memcpy50_8, symObjAddr: 0x108, symBinAddr: 0x112114, symSize: 0x1C } + - { offsetInCU: 0xA7, offset: 0x14B8DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwta', symObjAddr: 0x124, symBinAddr: 0x112130, symSize: 0x5C } + - { offsetInCU: 0xBB, offset: 0x14B8EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwet', symObjAddr: 0x180, symBinAddr: 0x11218C, symSize: 0x48 } + - { offsetInCU: 0xCF, offset: 0x14B903, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwst', symObjAddr: 0x1C8, symBinAddr: 0x1121D4, symSize: 0x50 } + - { offsetInCU: 0xE3, offset: 0x14B917, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVMa', symObjAddr: 0x218, symBinAddr: 0x112224, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x14B949, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueSSvg', symObjAddr: 0x228, symBinAddr: 0x112234, symSize: 0x20 } + - { offsetInCU: 0x164, offset: 0x14B998, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x42C, symBinAddr: 0x112438, symSize: 0x14 } + - { offsetInCU: 0x1F3, offset: 0x14BA27, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH9hashValueSivgTW', symObjAddr: 0x440, symBinAddr: 0x11244C, symSize: 0x44 } + - { offsetInCU: 0x2D6, offset: 0x14BB0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x484, symBinAddr: 0x112490, symSize: 0x28 } + - { offsetInCU: 0x348, offset: 0x14BB7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4EC, symBinAddr: 0x1124F8, symSize: 0x8 } + - { offsetInCU: 0x373, offset: 0x14BBA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4F4, symBinAddr: 0x112500, symSize: 0x24 } + - { offsetInCU: 0x3A4, offset: 0x14BBD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x518, symBinAddr: 0x112524, symSize: 0xC } + - { offsetInCU: 0x3C0, offset: 0x14BBF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x524, symBinAddr: 0x112530, symSize: 0xC } + - { offsetInCU: 0x3DC, offset: 0x14BC10, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x770, symBinAddr: 0x11277C, symSize: 0x1C4 } + - { offsetInCU: 0x422, offset: 0x14BC56, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV6encode2toys7Encoder_p_tKF', symObjAddr: 0x248, symBinAddr: 0x112254, symSize: 0x1BC } + - { offsetInCU: 0x477, offset: 0x14BCAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x580, symBinAddr: 0x11258C, symSize: 0x4C } + - { offsetInCU: 0x4AE, offset: 0x14BCE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5CC, symBinAddr: 0x1125D8, symSize: 0x40 } + - { offsetInCU: 0x4D1, offset: 0x14BD05, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x934, symBinAddr: 0x112940, symSize: 0x260 } + - { offsetInCU: 0x50F, offset: 0x14BD43, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeO8rawValueSSvg', symObjAddr: 0x404, symBinAddr: 0x112410, symSize: 0x28 } + - { offsetInCU: 0x550, offset: 0x14BD84, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x630, symBinAddr: 0x11263C, symSize: 0x70 } + - { offsetInCU: 0x584, offset: 0x14BDB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x6A0, symBinAddr: 0x1126AC, symSize: 0x28 } + - { offsetInCU: 0x5C2, offset: 0x14BDF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs0D3KeyAAWl', symObjAddr: 0xBF8, symBinAddr: 0x112BA0, symSize: 0x44 } + - { offsetInCU: 0x5D6, offset: 0x14BE0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSeAAWl', symObjAddr: 0xC5C, symBinAddr: 0x112BE4, symSize: 0x44 } + - { offsetInCU: 0x5EA, offset: 0x14BE1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSgWOb', symObjAddr: 0xCA0, symBinAddr: 0x112C28, symSize: 0x48 } + - { offsetInCU: 0x5FE, offset: 0x14BE32, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSEAAWl', symObjAddr: 0xCE8, symBinAddr: 0x112C70, symSize: 0x44 } + - { offsetInCU: 0x612, offset: 0x14BE46, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwet', symObjAddr: 0xD3C, symBinAddr: 0x112CB4, symSize: 0x90 } + - { offsetInCU: 0x626, offset: 0x14BE5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwst', symObjAddr: 0xDCC, symBinAddr: 0x112D44, symSize: 0xBC } + - { offsetInCU: 0x63A, offset: 0x14BE6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwug', symObjAddr: 0xE88, symBinAddr: 0x112E00, symSize: 0x8 } + - { offsetInCU: 0x64E, offset: 0x14BE82, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwup', symObjAddr: 0xE90, symBinAddr: 0x112E08, symSize: 0x4 } + - { offsetInCU: 0x662, offset: 0x14BE96, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwui', symObjAddr: 0xE94, symBinAddr: 0x112E0C, symSize: 0x8 } + - { offsetInCU: 0x676, offset: 0x14BEAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOMa', symObjAddr: 0xE9C, symBinAddr: 0x112E14, symSize: 0x10 } + - { offsetInCU: 0x68A, offset: 0x14BEBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwet', symObjAddr: 0xEAC, symBinAddr: 0x112E24, symSize: 0x90 } + - { offsetInCU: 0x69E, offset: 0x14BED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwst', symObjAddr: 0xF3C, symBinAddr: 0x112EB4, symSize: 0xBC } + - { offsetInCU: 0x6B2, offset: 0x14BEE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwug', symObjAddr: 0xFF8, symBinAddr: 0x112F70, symSize: 0x8 } + - { offsetInCU: 0x6C6, offset: 0x14BEFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwup', symObjAddr: 0x1000, symBinAddr: 0x112F78, symSize: 0x4 } + - { offsetInCU: 0x6DA, offset: 0x14BF0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwui', symObjAddr: 0x1004, symBinAddr: 0x112F7C, symSize: 0xC } + - { offsetInCU: 0x6EE, offset: 0x14BF22, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOMa', symObjAddr: 0x1010, symBinAddr: 0x112F88, symSize: 0x10 } + - { offsetInCU: 0x702, offset: 0x14BF36, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASQWb', symObjAddr: 0x1020, symBinAddr: 0x112F98, symSize: 0x4 } + - { offsetInCU: 0x716, offset: 0x14BF4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSQAAWl', symObjAddr: 0x1024, symBinAddr: 0x112F9C, symSize: 0x44 } + - { offsetInCU: 0x72A, offset: 0x14BF5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASQWb', symObjAddr: 0x1068, symBinAddr: 0x112FE0, symSize: 0x4 } + - { offsetInCU: 0x73E, offset: 0x14BF72, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFSQAAWl', symObjAddr: 0x106C, symBinAddr: 0x112FE4, symSize: 0x44 } + - { offsetInCU: 0x752, offset: 0x14BF86, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x10B0, symBinAddr: 0x113028, symSize: 0x4 } + - { offsetInCU: 0x766, offset: 0x14BF9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x10B4, symBinAddr: 0x11302C, symSize: 0x44 } + - { offsetInCU: 0x77A, offset: 0x14BFAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x10F8, symBinAddr: 0x113070, symSize: 0x4 } + - { offsetInCU: 0x78E, offset: 0x14BFC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x10FC, symBinAddr: 0x113074, symSize: 0x44 } + - { offsetInCU: 0x7A2, offset: 0x14BFD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSYAAWl', symObjAddr: 0x1140, symBinAddr: 0x1130B8, symSize: 0x44 } + - { offsetInCU: 0x7F4, offset: 0x14C028, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4AC, symBinAddr: 0x1124B8, symSize: 0x40 } + - { offsetInCU: 0x896, offset: 0x14C0CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x530, symBinAddr: 0x11253C, symSize: 0x28 } + - { offsetInCU: 0x8B2, offset: 0x14C0E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x558, symBinAddr: 0x112564, symSize: 0x28 } + - { offsetInCU: 0x8CE, offset: 0x14C102, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x60C, symBinAddr: 0x112618, symSize: 0xC } + - { offsetInCU: 0x8EA, offset: 0x14C11E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH9hashValueSivgTW', symObjAddr: 0x618, symBinAddr: 0x112624, symSize: 0x8 } + - { offsetInCU: 0x906, offset: 0x14C13A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x620, symBinAddr: 0x11262C, symSize: 0x8 } + - { offsetInCU: 0x922, offset: 0x14C156, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x628, symBinAddr: 0x112634, symSize: 0x8 } + - { offsetInCU: 0x944, offset: 0x14C178, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x6C8, symBinAddr: 0x1126D4, symSize: 0x5C } + - { offsetInCU: 0x967, offset: 0x14C19B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x724, symBinAddr: 0x112730, symSize: 0x4C } + - { offsetInCU: 0x5D, offset: 0x14C361, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x38, symBinAddr: 0x1130FC, symSize: 0x8 } + - { offsetInCU: 0x7D, offset: 0x14C381, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x38, symBinAddr: 0x1130FC, symSize: 0x8 } + - { offsetInCU: 0xD1, offset: 0x14C3D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x40, symBinAddr: 0x113104, symSize: 0x24 } + - { offsetInCU: 0x114, offset: 0x14C418, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aG0VGSgvgTW', symObjAddr: 0x64, symBinAddr: 0x113128, symSize: 0x8 } + - { offsetInCU: 0x169, offset: 0x14C46D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x6C, symBinAddr: 0x113130, symSize: 0x24 } + - { offsetInCU: 0x394, offset: 0x14C698, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF', symObjAddr: 0x90, symBinAddr: 0x113154, symSize: 0x630 } + - { offsetInCU: 0x91A, offset: 0x14CC1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x710, symBinAddr: 0x113794, symSize: 0x8 } + - { offsetInCU: 0x92E, offset: 0x14CC32, size: 0x8, addend: 0x0, symName: '_$sSo8NSNumberCMa', symObjAddr: 0x8D8, symBinAddr: 0x1137AC, symSize: 0x3C } + - { offsetInCU: 0x942, offset: 0x14CC46, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x97C, symBinAddr: 0x113850, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x14CFAF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x11385C, symSize: 0x780 } + - { offsetInCU: 0x35C, offset: 0x14D2E4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x11385C, symSize: 0x780 } + - { offsetInCU: 0xBD7, offset: 0x14DB5F, size: 0x8, addend: 0x0, symName: '_$sSbSgWOb', symObjAddr: 0x80C, symBinAddr: 0x113FEC, symSize: 0x48 } + - { offsetInCU: 0xC27, offset: 0x14DBAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Sb_TG5TA', symObjAddr: 0x854, symBinAddr: 0x114034, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x14DFF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x114074, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x14E015, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x114074, symSize: 0x8 } + - { offsetInCU: 0x88, offset: 0x14E052, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueSdvg', symObjAddr: 0x14, symBinAddr: 0x114088, symSize: 0x8 } + - { offsetInCU: 0xA6, offset: 0x14E070, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF', symObjAddr: 0x1C, symBinAddr: 0x114090, symSize: 0x30 } + - { offsetInCU: 0x103, offset: 0x14E0CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ', symObjAddr: 0x4C, symBinAddr: 0x1140C0, symSize: 0x14 } + - { offsetInCU: 0x14B, offset: 0x14E115, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV9hashValueSivg', symObjAddr: 0x60, symBinAddr: 0x1140D4, symSize: 0x48 } + - { offsetInCU: 0x220, offset: 0x14E1EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH9hashValueSivgTW', symObjAddr: 0xA8, symBinAddr: 0x11411C, symSize: 0x48 } + - { offsetInCU: 0x303, offset: 0x14E2CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF0, symBinAddr: 0x114164, symSize: 0x30 } + - { offsetInCU: 0x38F, offset: 0x14E359, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x164, symBinAddr: 0x1141D8, symSize: 0x14 } + - { offsetInCU: 0x3AF, offset: 0x14E379, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x164, symBinAddr: 0x1141D8, symSize: 0x14 } + - { offsetInCU: 0x3C8, offset: 0x14E392, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfC', symObjAddr: 0x8, symBinAddr: 0x11407C, symSize: 0xC } + - { offsetInCU: 0x414, offset: 0x14E3DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1xSdvg', symObjAddr: 0x178, symBinAddr: 0x1141EC, symSize: 0x8 } + - { offsetInCU: 0x432, offset: 0x14E3FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1ySdvg', symObjAddr: 0x180, symBinAddr: 0x1141F4, symSize: 0x8 } + - { offsetInCU: 0x450, offset: 0x14E41A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1zSdvg', symObjAddr: 0x188, symBinAddr: 0x1141FC, symSize: 0x8 } + - { offsetInCU: 0x46E, offset: 0x14E438, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF', symObjAddr: 0x190, symBinAddr: 0x114204, symSize: 0x54 } + - { offsetInCU: 0x4CB, offset: 0x14E495, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ', symObjAddr: 0x1E4, symBinAddr: 0x114258, symSize: 0x30 } + - { offsetInCU: 0x513, offset: 0x14E4DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV9hashValueSivg', symObjAddr: 0x214, symBinAddr: 0x114288, symSize: 0x74 } + - { offsetInCU: 0x5E1, offset: 0x14E5AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH9hashValueSivgTW', symObjAddr: 0x288, symBinAddr: 0x1142FC, symSize: 0x4 } + - { offsetInCU: 0x5FD, offset: 0x14E5C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x28C, symBinAddr: 0x114300, symSize: 0x54 } + - { offsetInCU: 0x688, offset: 0x14E652, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E0, symBinAddr: 0x114454, symSize: 0x30 } + - { offsetInCU: 0x6C8, offset: 0x14E692, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASQWb', symObjAddr: 0x350, symBinAddr: 0x1143C4, symSize: 0x4 } + - { offsetInCU: 0x6DC, offset: 0x14E6A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSQAAWl', symObjAddr: 0x354, symBinAddr: 0x1143C8, symSize: 0x44 } + - { offsetInCU: 0x6F0, offset: 0x14E6BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASQWb', symObjAddr: 0x398, symBinAddr: 0x11440C, symSize: 0x4 } + - { offsetInCU: 0x704, offset: 0x14E6CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSQAAWl', symObjAddr: 0x39C, symBinAddr: 0x114410, symSize: 0x44 } + - { offsetInCU: 0x718, offset: 0x14E6E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVMa', symObjAddr: 0x410, symBinAddr: 0x114484, symSize: 0x10 } + - { offsetInCU: 0x72C, offset: 0x14E6F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwet', symObjAddr: 0x438, symBinAddr: 0x114494, symSize: 0x20 } + - { offsetInCU: 0x740, offset: 0x14E70A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwst', symObjAddr: 0x458, symBinAddr: 0x1144B4, symSize: 0x2C } + - { offsetInCU: 0x754, offset: 0x14E71E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVMa', symObjAddr: 0x484, symBinAddr: 0x1144E0, symSize: 0x10 } + - { offsetInCU: 0x7A6, offset: 0x14E770, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x120, symBinAddr: 0x114194, symSize: 0x44 } + - { offsetInCU: 0x86F, offset: 0x14E839, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x114354, symSize: 0x70 } + - { offsetInCU: 0x2B, offset: 0x14EA38, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1144F0, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x14EA5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1144F0, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x14EA81, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x114538, symSize: 0x194 } + - { offsetInCU: 0xF1, offset: 0x14EAFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1DC, symBinAddr: 0x1146CC, symSize: 0xD4 } + - { offsetInCU: 0x16E, offset: 0x14EB7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B0, symBinAddr: 0x1147A0, symSize: 0x120 } + - { offsetInCU: 0x1F1, offset: 0x14EBFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0x1148D0, symSize: 0x64 } + - { offsetInCU: 0x234, offset: 0x14EC41, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x444, symBinAddr: 0x114934, symSize: 0x24 } + - { offsetInCU: 0x274, offset: 0x14EC81, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x114958, symSize: 0x4 } + - { offsetInCU: 0x294, offset: 0x14ECA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x114958, symSize: 0x4 } + - { offsetInCU: 0x2BF, offset: 0x14ECCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x46C, symBinAddr: 0x11495C, symSize: 0x68 } + - { offsetInCU: 0x30A, offset: 0x14ED17, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4D4, symBinAddr: 0x1149C4, symSize: 0xC } + - { offsetInCU: 0x326, offset: 0x14ED33, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x1149D0, symSize: 0xC } + - { offsetInCU: 0x342, offset: 0x14ED4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO11stringValueSSvgTf4d_n', symObjAddr: 0x974, symBinAddr: 0x114D94, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x14ED8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfD', symObjAddr: 0x544, symBinAddr: 0x114A34, symSize: 0x2C } + - { offsetInCU: 0x40C, offset: 0x14EE19, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfE', symObjAddr: 0x53C, symBinAddr: 0x114A2C, symSize: 0x8 } + - { offsetInCU: 0x464, offset: 0x14EE71, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCMa', symObjAddr: 0x570, symBinAddr: 0x114A60, symSize: 0x20 } + - { offsetInCU: 0x478, offset: 0x14EE85, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs0C3KeyAAWl', symObjAddr: 0x5F4, symBinAddr: 0x114A80, symSize: 0x44 } + - { offsetInCU: 0x48C, offset: 0x14EE99, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGSayxGSEsSERzlWl', symObjAddr: 0x638, symBinAddr: 0x114AC4, symSize: 0x60 } + - { offsetInCU: 0x4A0, offset: 0x14EEAD, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGMa', symObjAddr: 0x698, symBinAddr: 0x114B24, symSize: 0x54 } + - { offsetInCU: 0x4B4, offset: 0x14EEC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCACSEAAWl', symObjAddr: 0x6EC, symBinAddr: 0x114B78, symSize: 0x48 } + - { offsetInCU: 0x4C8, offset: 0x14EED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwet', symObjAddr: 0x7A0, symBinAddr: 0x114BC0, symSize: 0x50 } + - { offsetInCU: 0x4DC, offset: 0x14EEE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwst', symObjAddr: 0x7F0, symBinAddr: 0x114C10, symSize: 0x8C } + - { offsetInCU: 0x4F0, offset: 0x14EEFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwug', symObjAddr: 0x87C, symBinAddr: 0x114C9C, symSize: 0x8 } + - { offsetInCU: 0x504, offset: 0x14EF11, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwup', symObjAddr: 0x884, symBinAddr: 0x114CA4, symSize: 0x4 } + - { offsetInCU: 0x518, offset: 0x14EF25, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwui', symObjAddr: 0x888, symBinAddr: 0x114CA8, symSize: 0x4 } + - { offsetInCU: 0x52C, offset: 0x14EF39, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOMa', symObjAddr: 0x88C, symBinAddr: 0x114CAC, symSize: 0x10 } + - { offsetInCU: 0x540, offset: 0x14EF4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASQWb', symObjAddr: 0x89C, symBinAddr: 0x114CBC, symSize: 0x4 } + - { offsetInCU: 0x554, offset: 0x14EF61, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFSQAAWl', symObjAddr: 0x8A0, symBinAddr: 0x114CC0, symSize: 0x44 } + - { offsetInCU: 0x568, offset: 0x14EF75, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8E4, symBinAddr: 0x114D04, symSize: 0x4 } + - { offsetInCU: 0x57C, offset: 0x14EF89, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8E8, symBinAddr: 0x114D08, symSize: 0x44 } + - { offsetInCU: 0x590, offset: 0x14EF9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x92C, symBinAddr: 0x114D4C, symSize: 0x4 } + - { offsetInCU: 0x5A4, offset: 0x14EFB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x930, symBinAddr: 0x114D50, symSize: 0x44 } + - { offsetInCU: 0x5E4, offset: 0x14EFF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x1148C0, symSize: 0x4 } + - { offsetInCU: 0x604, offset: 0x14F011, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x1148C0, symSize: 0x4 } + - { offsetInCU: 0x624, offset: 0x14F031, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x1148C4, symSize: 0x4 } + - { offsetInCU: 0x644, offset: 0x14F051, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x1148C4, symSize: 0x4 } + - { offsetInCU: 0x664, offset: 0x14F071, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x1148C8, symSize: 0x4 } + - { offsetInCU: 0x684, offset: 0x14F091, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x1148C8, symSize: 0x4 } + - { offsetInCU: 0x6A4, offset: 0x14F0B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x1148CC, symSize: 0x4 } + - { offsetInCU: 0x6C4, offset: 0x14F0D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x1148CC, symSize: 0x4 } + - { offsetInCU: 0x6DB, offset: 0x14F0E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4EC, symBinAddr: 0x1149DC, symSize: 0x28 } + - { offsetInCU: 0x6F7, offset: 0x14F104, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x514, symBinAddr: 0x114A04, symSize: 0x28 } + - { offsetInCU: 0x18C, offset: 0x14F465, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_27requiresManualInterpolationAA13KeyframeGroupCySayxGGSayAGyxGG_SbtAA17AnyInterpolatableRzlFZAHSgSayypGXEfU_AA10BezierPathV_Tg5', symObjAddr: 0xDC, symBinAddr: 0x114E7C, symSize: 0x174 } + - { offsetInCU: 0x35D, offset: 0x14F636, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6CGSizeVTg5', symObjAddr: 0x250, symBinAddr: 0x114FF0, symSize: 0x104 } + - { offsetInCU: 0x435, offset: 0x14F70E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_A2P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_n', symObjAddr: 0x354, symBinAddr: 0x1150F4, symSize: 0xEC } + - { offsetInCU: 0x526, offset: 0x14F7FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA10BezierPathV_AA0A8Vector1DVAA0noJ0VTg5011$s6Lottie10no6VAA0A8p8DVAA0bC8j55Vs5Error_pIggnrzo_AceGsAH_pIegnnrzo_TR011$s6Lottie10bc6s26A8d10DVSgAA0bC8e14VIeggnr_z73Hs5f80_pIeggnrzo_TR011$s6Lottie18bce60V9combining4path12cornerRadiusAA0D5K69CyACGAHyl10C0VG_AHyk2J35D22DVGSgtKFZAcK_ANSgtcfu_Tf3nnnpf_nTf3nnnpf_nTf3nnpf_n', symObjAddr: 0x440, symBinAddr: 0x1151E0, symSize: 0x110 } + - { offsetInCU: 0x646, offset: 0x14F91F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7EllipseC0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_n', symObjAddr: 0x550, symBinAddr: 0x1152F0, symSize: 0x100 } + - { offsetInCU: 0x74C, offset: 0x14FA25, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x650, symBinAddr: 0x1153F0, symSize: 0x134 } + - { offsetInCU: 0x824, offset: 0x14FAFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_AA0A8Vector3DVAPTg5', symObjAddr: 0x784, symBinAddr: 0x115524, symSize: 0x110 } + - { offsetInCU: 0x8F3, offset: 0x14FBCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector1DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_A2ItXEfU0_Tf3nnpf_n', symObjAddr: 0x894, symBinAddr: 0x115634, symSize: 0x140 } + - { offsetInCU: 0xAA0, offset: 0x14FD79, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9RectangleC0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_n', symObjAddr: 0x9D4, symBinAddr: 0x115774, symSize: 0x14C } + - { offsetInCU: 0xC03, offset: 0x14FEDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0xB20, symBinAddr: 0x1158C0, symSize: 0x244 } + - { offsetInCU: 0xF13, offset: 0x1501EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4HoldVySo13CATransform3DVGTg5', symObjAddr: 0xD64, symBinAddr: 0x115B04, symSize: 0x348 } + - { offsetInCU: 0x12D3, offset: 0x1505AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_', symObjAddr: 0x10AC, symBinAddr: 0x115E4C, symSize: 0xA8 } + - { offsetInCU: 0x143C, offset: 0x150715, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA7EllipseCANV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7W85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x13B4, symBinAddr: 0x116154, symSize: 0x274 } + - { offsetInCU: 0x16C7, offset: 0x1509A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA9RectangleCANV_Tg5010$s6Lottie9b48O8combined___27requiresManualInterpolation18makeop4AA13qr45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17s82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9W133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x1628, symBinAddr: 0x1163C8, symSize: 0x278 } + - { offsetInCU: 0x1952, offset: 0x150C2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4StarCANV_Tg5010$s6Lottie9b52O8combined_______27requiresManualInterpolation18makeop4AA13qr85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17s107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4W8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA0_A0_A0_A0_A0_AWIsgnnnnnnnr_Tf1nnc_n0x7Lottie4w11C17combinedb4AA13qR51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0x18A0, symBinAddr: 0x116640, symSize: 0x280 } + - { offsetInCU: 0x1BDE, offset: 0x150EB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SayAA10BezierPathVG_Tg5010$s6Lottie9b44O8combined_27requiresManualInterpolationAA13qr25CySayxGGSayAGyxGG_SbtAA17s38InterpolatableRzlFZAHSgSayypGXEfU_AA10wX5V_TG5Tf1nnc_n', symObjAddr: 0x1B20, symBinAddr: 0x1168C0, symSize: 0x24C } + - { offsetInCU: 0x1E77, offset: 0x151150, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b55O8combined__________27requiresManualInterpolation18makeop4AA13qr115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17s128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4w6VySo13X6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVA0_AA0A8Vector1DVA2_A0_A2_A2_A2_A2_A2_AYIsgnnnnnnnnnnr_Tf1nnc_nTf4nng_n', symObjAddr: 0x1D6C, symBinAddr: 0x116B0C, symSize: 0x2CC } + - { offsetInCU: 0x21B1, offset: 0x15148A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b22O8combined__________27mn19Interpolation18makeqr4AA13st115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17u128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4v6VySo13W6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVAvA0A8Vector1DVAxv5xSIsgnnnnnnnnnnr_Tf1nncn_nTf4nndn_n', symObjAddr: 0x2038, symBinAddr: 0x116DD8, symSize: 0xA70 } + - { offsetInCU: 0x2D42, offset: 0x15201B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_So6CGSizeV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6W4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAzVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x2AA8, symBinAddr: 0x117848, symSize: 0x268 } + - { offsetInCU: 0x3059, offset: 0x152332, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSo6CGSizeV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6V4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAtPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x32C8, symBinAddr: 0x118068, symSize: 0xA68 } + - { offsetInCU: 0x3D09, offset: 0x152FE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8v3DV_L179P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x3D30, symBinAddr: 0x118AD0, symSize: 0xA00 } + - { offsetInCU: 0x493B, offset: 0x153C14, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u54InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8v184DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_L17ItXEfU0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x4D34, symBinAddr: 0x119AD4, symSize: 0x9E0 } + - { offsetInCU: 0x553E, offset: 0x154817, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA7EllipseC0S0V_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7V85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x5CA4, symBinAddr: 0x11A97C, symSize: 0xA50 } + - { offsetInCU: 0x61E5, offset: 0x1554BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA9RectangleC0S0V_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9V133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x66F4, symBinAddr: 0x11B3CC, symSize: 0xAA4 } + - { offsetInCU: 0x6E55, offset: 0x15612E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4StarC0S0V_Tg5010$s6Lottie9b19O8combined_______27mn19Interpolation18makeqr4AA13st85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17u107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4V8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA5wRIsgnnnnnnnr_Tf1nncn_n0w7Lottie4v11C17combinedb4AA13sT51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnnc_nTf4nnd_n', symObjAddr: 0x7198, symBinAddr: 0x11BE70, symSize: 0xA20 } + - { offsetInCU: 0x79FC, offset: 0x156CD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZAA0A8Vector3DV_AA0A8Vector1DVA5uA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnnnnnnncn_nTf4nnnnnnnnd_n', symObjAddr: 0x7BB8, symBinAddr: 0x11C890, symSize: 0x1A0 } + - { offsetInCU: 0x7B40, offset: 0x156E19, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014wx5B033_yZ26A01782ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVA_AWIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x7DF0, symBinAddr: 0x11CAC8, symSize: 0x288 } + - { offsetInCU: 0x7E53, offset: 0x15712C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014vw5B033_xyZ20ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVAuQIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x8078, symBinAddr: 0x11CD50, symSize: 0xACC } + - { offsetInCU: 0x8AC7, offset: 0x157DA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSayAA10BezierPathVG_Tg5010$s6Lottie9b13O8combined_27mno4AA13st25CySayxGGSayAGyxGG_SbtAA17u38InterpolatableRzlFZAHSgSayypGXEfU_AA10vW5V_TG5Tf1nncn_nTf4nnd_n', symObjAddr: 0x8D18, symBinAddr: 0x11D9F0, symSize: 0xA78 } + - { offsetInCU: 0x97A2, offset: 0x158A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA0A8Vector1DV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8W22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyAvA0A8Vector3DVAVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x97B0, symBinAddr: 0x11E488, symSize: 0x268 } + - { offsetInCU: 0x9AAE, offset: 0x158D87, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8V22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyApA0A8Vector3DVAPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x9A18, symBinAddr: 0x11E6F0, symSize: 0xA98 } + - { offsetInCU: 0xB6CB, offset: 0x15A9A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVSgWOb', symObjAddr: 0x8B44, symBinAddr: 0x11D81C, symSize: 0x48 } + - { offsetInCU: 0xB808, offset: 0x15AAE1, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFs12Zip2SequenceVys15ContiguousArrayVy6Lottie8KeyframeCyypGGAMG_Tg5023$sSTsE10allSatisfyyS2b7c20QzKXEKFSbACKXEfU_s12de5Vys15fg10Vy6Lottie8I212CyypGGALG_TG5010$s6Lottie8i138CyxGACyqd__GSbs5Error_pIgggdzo_AD_AEtSbsAF_pIegndzo_r__lTRyp_ypTG5011$s6Lottie13b77GroupC23hasSameTimingParameters2asSbACyqd__G_tlFSbAA0B0l16G_AHyqd__GtXEfU_W14_U3Tg5Tf3npf_nTf3npf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x114DA0, symSize: 0xDC } + - { offsetInCU: 0x4F, offset: 0x15B4FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ', symObjAddr: 0x0, symBinAddr: 0x11F188, symSize: 0x1C } + - { offsetInCU: 0x8E, offset: 0x15B539, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ', symObjAddr: 0x1C, symBinAddr: 0x11F1A4, symSize: 0x14 } + - { offsetInCU: 0xC1, offset: 0x15B56C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x3AC, symBinAddr: 0x11F534, symSize: 0x28 } + - { offsetInCU: 0x157, offset: 0x15B602, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO9hashValueSivg', symObjAddr: 0x3D4, symBinAddr: 0x11F55C, symSize: 0x44 } + - { offsetInCU: 0x251, offset: 0x15B6FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x418, symBinAddr: 0x11F5A0, symSize: 0x14 } + - { offsetInCU: 0x271, offset: 0x15B71C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x418, symBinAddr: 0x11F5A0, symSize: 0x14 } + - { offsetInCU: 0x2B1, offset: 0x15B75C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x42C, symBinAddr: 0x11F5B4, symSize: 0x44 } + - { offsetInCU: 0x394, offset: 0x15B83F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x470, symBinAddr: 0x11F5F8, symSize: 0x28 } + - { offsetInCU: 0x413, offset: 0x15B8BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationSource13imageProvider04textG004fontG013configuration6loggerAcA0abE0OSg_AA0b5ImageG0_pSgAA0b11KeypathTextG0_pAA0b4FontG0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x30, symBinAddr: 0x11F1B8, symSize: 0x194 } + - { offsetInCU: 0x4F7, offset: 0x15B9A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1C4, symBinAddr: 0x11F34C, symSize: 0x100 } + - { offsetInCU: 0x53A, offset: 0x15B9E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x2C4, symBinAddr: 0x11F44C, symSize: 0x50 } + - { offsetInCU: 0x56E, offset: 0x15BA19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x6E0, symBinAddr: 0x11F868, symSize: 0xF8 } + - { offsetInCU: 0x582, offset: 0x15BA2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x7D8, symBinAddr: 0x11F960, symSize: 0x88 } + - { offsetInCU: 0x5C0, offset: 0x15BA6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x860, symBinAddr: 0x11F9E8, symSize: 0x298 } + - { offsetInCU: 0x6CD, offset: 0x15BB78, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0xAF8, symBinAddr: 0x11FC80, symSize: 0x30 } + - { offsetInCU: 0x6E1, offset: 0x15BB8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xB28, symBinAddr: 0x11FCB0, symSize: 0x50 } + - { offsetInCU: 0x6FF, offset: 0x15BBAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xB78, symBinAddr: 0x11FD00, symSize: 0x2A4 } + - { offsetInCU: 0x826, offset: 0x15BCD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xE1C, symBinAddr: 0x11FFA4, symSize: 0x20 } + - { offsetInCU: 0x842, offset: 0x15BCED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0xE3C, symBinAddr: 0x11FFC4, symSize: 0x44 } + - { offsetInCU: 0x860, offset: 0x15BD0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0xE80, symBinAddr: 0x120008, symSize: 0x30 } + - { offsetInCU: 0x883, offset: 0x15BD2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xEB0, symBinAddr: 0x120038, symSize: 0x4C } + - { offsetInCU: 0x8B5, offset: 0x15BD60, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0xEFC, symBinAddr: 0x120084, symSize: 0x108 } + - { offsetInCU: 0x9E5, offset: 0x15BE90, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0x1004, symBinAddr: 0x12018C, symSize: 0x28 } + - { offsetInCU: 0xA24, offset: 0x15BECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x108C, symBinAddr: 0x120214, symSize: 0x44 } + - { offsetInCU: 0xAAA, offset: 0x15BF55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x10D0, symBinAddr: 0x120258, symSize: 0x44 } + - { offsetInCU: 0xB0E, offset: 0x15BFB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x1114, symBinAddr: 0x12029C, symSize: 0x28 } + - { offsetInCU: 0xB61, offset: 0x15C00C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4stopyyF', symObjAddr: 0x113C, symBinAddr: 0x1202C4, symSize: 0xFC } + - { offsetInCU: 0xC24, offset: 0x15C0CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5pauseyyF', symObjAddr: 0x1238, symBinAddr: 0x1203C0, symSize: 0x40 } + - { offsetInCU: 0xC74, offset: 0x15C11F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg', symObjAddr: 0x12CC, symBinAddr: 0x120454, symSize: 0x44 } + - { offsetInCU: 0xC93, offset: 0x15C13E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs', symObjAddr: 0x1310, symBinAddr: 0x120498, symSize: 0x48 } + - { offsetInCU: 0xCB8, offset: 0x15C163, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM', symObjAddr: 0x1358, symBinAddr: 0x1204E0, symSize: 0x44 } + - { offsetInCU: 0xCE9, offset: 0x15C194, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM.resume.0', symObjAddr: 0x139C, symBinAddr: 0x120524, symSize: 0x4 } + - { offsetInCU: 0xD63, offset: 0x15C20E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x14CC, symBinAddr: 0x120654, symSize: 0x60 } + - { offsetInCU: 0xD98, offset: 0x15C243, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x152C, symBinAddr: 0x1206B4, symSize: 0xB8 } + - { offsetInCU: 0xDEB, offset: 0x15C296, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x15E4, symBinAddr: 0x12076C, symSize: 0x80 } + - { offsetInCU: 0xE49, offset: 0x15C2F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x1664, symBinAddr: 0x1207EC, symSize: 0x168 } + - { offsetInCU: 0xEBE, offset: 0x15C369, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x17CC, symBinAddr: 0x120954, symSize: 0x58 } + - { offsetInCU: 0xF05, offset: 0x15C3B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x1824, symBinAddr: 0x1209AC, symSize: 0x28 } + - { offsetInCU: 0xF24, offset: 0x15C3CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x184C, symBinAddr: 0x1209D4, symSize: 0x20 } + - { offsetInCU: 0xFA9, offset: 0x15C454, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x186C, symBinAddr: 0x1209F4, symSize: 0x40 } + - { offsetInCU: 0x101E, offset: 0x15C4C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x18AC, symBinAddr: 0x120A34, symSize: 0x1C } + - { offsetInCU: 0x104E, offset: 0x15C4F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x18AC, symBinAddr: 0x120A34, symSize: 0x1C } + - { offsetInCU: 0x10CE, offset: 0x15C579, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg', symObjAddr: 0x1968, symBinAddr: 0x120AF0, symSize: 0x58 } + - { offsetInCU: 0x1103, offset: 0x15C5AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs', symObjAddr: 0x19C0, symBinAddr: 0x120B48, symSize: 0x30 } + - { offsetInCU: 0x1142, offset: 0x15C5ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM', symObjAddr: 0x19F0, symBinAddr: 0x120B78, symSize: 0x84 } + - { offsetInCU: 0x11A0, offset: 0x15C64B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x1A74, symBinAddr: 0x120BFC, symSize: 0x64 } + - { offsetInCU: 0x122B, offset: 0x15C6D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg', symObjAddr: 0x1C54, symBinAddr: 0x120DDC, symSize: 0x58 } + - { offsetInCU: 0x124A, offset: 0x15C6F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x1CAC, symBinAddr: 0x120E34, symSize: 0x34 } + - { offsetInCU: 0x125E, offset: 0x15C709, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x1CE0, symBinAddr: 0x120E68, symSize: 0x58 } + - { offsetInCU: 0x12CF, offset: 0x15C77A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x1D38, symBinAddr: 0x120EC0, symSize: 0xC8 } + - { offsetInCU: 0x1336, offset: 0x15C7E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x1E14, symBinAddr: 0x120F9C, symSize: 0x1B0 } + - { offsetInCU: 0x13F2, offset: 0x15C89D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x1FC4, symBinAddr: 0x12114C, symSize: 0x80 } + - { offsetInCU: 0x1458, offset: 0x15C903, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x2044, symBinAddr: 0x1211CC, symSize: 0x60 } + - { offsetInCU: 0x14CF, offset: 0x15C97A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x2144, symBinAddr: 0x1212CC, symSize: 0x5C } + - { offsetInCU: 0x1504, offset: 0x15C9AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x21A0, symBinAddr: 0x121328, symSize: 0x24 } + - { offsetInCU: 0x1525, offset: 0x15C9D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x21C4, symBinAddr: 0x12134C, symSize: 0x84 } + - { offsetInCU: 0x1583, offset: 0x15CA2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x2248, symBinAddr: 0x1213D0, symSize: 0x19C } + - { offsetInCU: 0x160A, offset: 0x15CAB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x2578, symBinAddr: 0x121700, symSize: 0x98 } + - { offsetInCU: 0x163E, offset: 0x15CAE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x2610, symBinAddr: 0x121798, symSize: 0x80 } + - { offsetInCU: 0x16A4, offset: 0x15CB4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x2690, symBinAddr: 0x121818, symSize: 0x150 } + - { offsetInCU: 0x170A, offset: 0x15CBB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs', symObjAddr: 0x2874, symBinAddr: 0x1219FC, symSize: 0x84 } + - { offsetInCU: 0x17AC, offset: 0x15CC57, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM', symObjAddr: 0x28F8, symBinAddr: 0x121A80, symSize: 0x7C } + - { offsetInCU: 0x180A, offset: 0x15CCB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x2974, symBinAddr: 0x121AFC, symSize: 0x8C } + - { offsetInCU: 0x18A9, offset: 0x15CD54, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB7PlayingSbvg', symObjAddr: 0x2A00, symBinAddr: 0x121B88, symSize: 0x180 } + - { offsetInCU: 0x195B, offset: 0x15CE06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB6QueuedSbvg', symObjAddr: 0x2B80, symBinAddr: 0x121D08, symSize: 0x3C } + - { offsetInCU: 0x1A03, offset: 0x15CEAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x2C2C, symBinAddr: 0x121DB4, symSize: 0x64 } + - { offsetInCU: 0x1A38, offset: 0x15CEE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x2C90, symBinAddr: 0x121E18, symSize: 0x6C } + - { offsetInCU: 0x1AC7, offset: 0x15CF72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x2CFC, symBinAddr: 0x121E84, symSize: 0x84 } + - { offsetInCU: 0x1B25, offset: 0x15CFD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x2D80, symBinAddr: 0x121F08, symSize: 0x80 } + - { offsetInCU: 0x1BC3, offset: 0x15D06E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x2E74, symBinAddr: 0x121FFC, symSize: 0x64 } + - { offsetInCU: 0x1C44, offset: 0x15D0EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x2ED8, symBinAddr: 0x122060, symSize: 0x7C } + - { offsetInCU: 0x1CA2, offset: 0x15D14D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x2F54, symBinAddr: 0x1220DC, symSize: 0x70 } + - { offsetInCU: 0x1D13, offset: 0x15D1BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x2FC4, symBinAddr: 0x12214C, symSize: 0x114 } + - { offsetInCU: 0x1E5C, offset: 0x15D307, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x30D8, symBinAddr: 0x122260, symSize: 0x28 } + - { offsetInCU: 0x1E9E, offset: 0x15D349, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x3100, symBinAddr: 0x122288, symSize: 0x34 } + - { offsetInCU: 0x1ECF, offset: 0x15D37A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvg', symObjAddr: 0x3140, symBinAddr: 0x1222C8, symSize: 0xF8 } + - { offsetInCU: 0x1F6A, offset: 0x15D415, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvs', symObjAddr: 0x3238, symBinAddr: 0x1223C0, symSize: 0x28 } + - { offsetInCU: 0x1FAC, offset: 0x15D457, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvM', symObjAddr: 0x3260, symBinAddr: 0x1223E8, symSize: 0x34 } + - { offsetInCU: 0x1FFD, offset: 0x15D4A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3370, symBinAddr: 0x1224F8, symSize: 0x98 } + - { offsetInCU: 0x2041, offset: 0x15D4EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x3408, symBinAddr: 0x122590, symSize: 0xFC } + - { offsetInCU: 0x20E6, offset: 0x15D591, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x3504, symBinAddr: 0x12268C, symSize: 0xBC } + - { offsetInCU: 0x2176, offset: 0x15D621, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x35C0, symBinAddr: 0x122748, symSize: 0x198 } + - { offsetInCU: 0x2209, offset: 0x15D6B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3758, symBinAddr: 0x1228E0, symSize: 0x28 } + - { offsetInCU: 0x223A, offset: 0x15D6E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x3780, symBinAddr: 0x122908, symSize: 0xA8 } + - { offsetInCU: 0x238E, offset: 0x15D839, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x3890, symBinAddr: 0x122A18, symSize: 0x54 } + - { offsetInCU: 0x23C3, offset: 0x15D86E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x38E4, symBinAddr: 0x122A6C, symSize: 0x64 } + - { offsetInCU: 0x2451, offset: 0x15D8FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x3948, symBinAddr: 0x122AD0, symSize: 0x7C } + - { offsetInCU: 0x24AF, offset: 0x15D95A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x39C4, symBinAddr: 0x122B4C, symSize: 0x78 } + - { offsetInCU: 0x254D, offset: 0x15D9F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs', symObjAddr: 0x3B04, symBinAddr: 0x122C8C, symSize: 0xB8 } + - { offsetInCU: 0x25D0, offset: 0x15DA7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM', symObjAddr: 0x3BBC, symBinAddr: 0x122D44, symSize: 0x7C } + - { offsetInCU: 0x262E, offset: 0x15DAD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x3C38, symBinAddr: 0x122DC0, symSize: 0xCC } + - { offsetInCU: 0x274B, offset: 0x15DBF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg', symObjAddr: 0x3E4C, symBinAddr: 0x122FD4, symSize: 0x54 } + - { offsetInCU: 0x276A, offset: 0x15DC15, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs', symObjAddr: 0x3EA0, symBinAddr: 0x123028, symSize: 0xD4 } + - { offsetInCU: 0x27C9, offset: 0x15DC74, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM', symObjAddr: 0x3F74, symBinAddr: 0x1230FC, symSize: 0x48 } + - { offsetInCU: 0x27FA, offset: 0x15DCA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM.resume.0', symObjAddr: 0x3FBC, symBinAddr: 0x123144, symSize: 0xB8 } + - { offsetInCU: 0x2895, offset: 0x15DD40, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x4074, symBinAddr: 0x1231FC, symSize: 0x68 } + - { offsetInCU: 0x2950, offset: 0x15DDFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x4144, symBinAddr: 0x123264, symSize: 0xB4 } + - { offsetInCU: 0x29E4, offset: 0x15DE8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x41F8, symBinAddr: 0x123318, symSize: 0x78 } + - { offsetInCU: 0x2A50, offset: 0x15DEFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x4368, symBinAddr: 0x123488, symSize: 0xA0 } + - { offsetInCU: 0x2ADD, offset: 0x15DF88, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x4408, symBinAddr: 0x123528, symSize: 0x7C } + - { offsetInCU: 0x2B3B, offset: 0x15DFE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x4484, symBinAddr: 0x1235A4, symSize: 0xA4 } + - { offsetInCU: 0x2BC3, offset: 0x15E06E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x4528, symBinAddr: 0x123648, symSize: 0xA4 } + - { offsetInCU: 0x2C64, offset: 0x15E10F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x45CC, symBinAddr: 0x1236EC, symSize: 0xD8 } + - { offsetInCU: 0x2D9B, offset: 0x15E246, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12reloadImagesyyF', symObjAddr: 0x46A4, symBinAddr: 0x1237C4, symSize: 0x90 } + - { offsetInCU: 0x2DF1, offset: 0x15E29C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x4734, symBinAddr: 0x123854, symSize: 0x90 } + - { offsetInCU: 0x2E47, offset: 0x15E2F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x47C4, symBinAddr: 0x1238E4, symSize: 0x40 } + - { offsetInCU: 0x2E63, offset: 0x15E30E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x4804, symBinAddr: 0x123924, symSize: 0xD8 } + - { offsetInCU: 0x2EDD, offset: 0x15E388, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x48DC, symBinAddr: 0x1239FC, symSize: 0xD8 } + - { offsetInCU: 0x2F57, offset: 0x15E402, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x49B4, symBinAddr: 0x123AD4, symSize: 0x90 } + - { offsetInCU: 0x2FAD, offset: 0x15E458, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x4A44, symBinAddr: 0x123B64, symSize: 0x94 } + - { offsetInCU: 0x3003, offset: 0x15E4AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF', symObjAddr: 0x4AD8, symBinAddr: 0x123BF8, symSize: 0x190 } + - { offsetInCU: 0x30D8, offset: 0x15E583, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4C68, symBinAddr: 0x123D88, symSize: 0x7C } + - { offsetInCU: 0x314A, offset: 0x15E5F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4CE4, symBinAddr: 0x123E04, symSize: 0x80 } + - { offsetInCU: 0x31B9, offset: 0x15E664, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x4D64, symBinAddr: 0x123E84, symSize: 0x3C } + - { offsetInCU: 0x320C, offset: 0x15E6B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4DA0, symBinAddr: 0x123EC0, symSize: 0xA4 } + - { offsetInCU: 0x3292, offset: 0x15E73D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4E44, symBinAddr: 0x123F64, symSize: 0x100 } + - { offsetInCU: 0x3371, offset: 0x15E81C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4F44, symBinAddr: 0x124064, symSize: 0x100 } + - { offsetInCU: 0x3462, offset: 0x15E90D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvgTo', symObjAddr: 0x5044, symBinAddr: 0x124164, symSize: 0x5C } + - { offsetInCU: 0x34A5, offset: 0x15E950, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTo', symObjAddr: 0x50A0, symBinAddr: 0x1241C0, symSize: 0x68 } + - { offsetInCU: 0x34D8, offset: 0x15E983, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyF', symObjAddr: 0x5108, symBinAddr: 0x124228, symSize: 0x2A8 } + - { offsetInCU: 0x360E, offset: 0x15EAB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_', symObjAddr: 0x53B0, symBinAddr: 0x1244D0, symSize: 0xCC } + - { offsetInCU: 0x368C, offset: 0x15EB37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_', symObjAddr: 0x547C, symBinAddr: 0x12459C, symSize: 0x6C } + - { offsetInCU: 0x3703, offset: 0x15EBAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyF', symObjAddr: 0x54E8, symBinAddr: 0x124608, symSize: 0xF90 } + - { offsetInCU: 0x403A, offset: 0x15F4E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_', symObjAddr: 0x64AC, symBinAddr: 0x1255CC, symSize: 0xB0 } + - { offsetInCU: 0x40E0, offset: 0x15F58B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyF', symObjAddr: 0x655C, symBinAddr: 0x12567C, symSize: 0xE0 } + - { offsetInCU: 0x41C1, offset: 0x15F66C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x663C, symBinAddr: 0x12575C, symSize: 0x2C } + - { offsetInCU: 0x422A, offset: 0x15F6D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyF', symObjAddr: 0x6668, symBinAddr: 0x125788, symSize: 0xF0 } + - { offsetInCU: 0x4304, offset: 0x15F7AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyFTo', symObjAddr: 0x6758, symBinAddr: 0x125878, symSize: 0x2C } + - { offsetInCU: 0x4320, offset: 0x15F7CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22animationMovedToWindowyyF', symObjAddr: 0x6784, symBinAddr: 0x1258A4, symSize: 0x60 } + - { offsetInCU: 0x434F, offset: 0x15F7FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0yyAA0aB6SourceOSgF', symObjAddr: 0x67E4, symBinAddr: 0x125904, symSize: 0x108 } + - { offsetInCU: 0x4517, offset: 0x15F9C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForBackgroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x68EC, symBinAddr: 0x125A0C, symSize: 0xE0 } + - { offsetInCU: 0x45C5, offset: 0x15FA70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForForegroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x69CC, symBinAddr: 0x125AEC, symSize: 0xF0 } + - { offsetInCU: 0x466C, offset: 0x15FB17, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfD', symObjAddr: 0x6B10, symBinAddr: 0x125C30, symSize: 0x30 } + - { offsetInCU: 0x4699, offset: 0x15FB44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0x6BA0, symBinAddr: 0x125CC0, symSize: 0x32C } + - { offsetInCU: 0x4773, offset: 0x15FC1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtFTf4enn_n', symObjAddr: 0x7448, symBinAddr: 0x126520, symSize: 0x1A0 } + - { offsetInCU: 0x483E, offset: 0x15FCE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvsTf4en_n', symObjAddr: 0x75E8, symBinAddr: 0x1266C0, symSize: 0x118 } + - { offsetInCU: 0x48CB, offset: 0x15FD76, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0x7700, symBinAddr: 0x1267D8, symSize: 0x134 } + - { offsetInCU: 0x494D, offset: 0x15FDF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x78C4, symBinAddr: 0x12692C, symSize: 0x288 } + - { offsetInCU: 0x4A74, offset: 0x15FF1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0x7CB0, symBinAddr: 0x126BC4, symSize: 0xF4 } + - { offsetInCU: 0x4B02, offset: 0x15FFAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0x7F40, symBinAddr: 0x126CC8, symSize: 0xE4 } + - { offsetInCU: 0x4BE7, offset: 0x160092, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTf4gn_n', symObjAddr: 0x93C4, symBinAddr: 0x127F24, symSize: 0xB8 } + - { offsetInCU: 0x4CB1, offset: 0x16015C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x314, symBinAddr: 0x11F49C, symSize: 0x98 } + - { offsetInCU: 0x4D1C, offset: 0x1601C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x4D8, symBinAddr: 0x11F660, symSize: 0x78 } + - { offsetInCU: 0x4DC8, offset: 0x160273, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO9hashValueSivg', symObjAddr: 0x550, symBinAddr: 0x11F6D8, symSize: 0x50 } + - { offsetInCU: 0x4E54, offset: 0x1602FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH9hashValueSivgTW', symObjAddr: 0x5A0, symBinAddr: 0x11F728, symSize: 0x50 } + - { offsetInCU: 0x4EE3, offset: 0x16038E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5F0, symBinAddr: 0x11F778, symSize: 0x4 } + - { offsetInCU: 0x4F2E, offset: 0x1603D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x640, symBinAddr: 0x11F7C8, symSize: 0xA0 } + - { offsetInCU: 0x5BFD, offset: 0x1610A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x6F14, symBinAddr: 0x125FEC, symSize: 0x534 } + - { offsetInCU: 0x5EC8, offset: 0x161373, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTK', symObjAddr: 0x13A0, symBinAddr: 0x120528, symSize: 0x64 } + - { offsetInCU: 0x5F0C, offset: 0x1613B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x1404, symBinAddr: 0x12058C, symSize: 0xC8 } + - { offsetInCU: 0x5F6F, offset: 0x16141A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTK', symObjAddr: 0x18C8, symBinAddr: 0x120A50, symSize: 0x64 } + - { offsetInCU: 0x5FB3, offset: 0x16145E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTk', symObjAddr: 0x192C, symBinAddr: 0x120AB4, symSize: 0x3C } + - { offsetInCU: 0x5FF7, offset: 0x1614A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x1AD8, symBinAddr: 0x120C60, symSize: 0x94 } + - { offsetInCU: 0x6024, offset: 0x1614CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x1B6C, symBinAddr: 0x120CF4, symSize: 0x88 } + - { offsetInCU: 0x6051, offset: 0x1614FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x1BF4, symBinAddr: 0x120D7C, symSize: 0x60 } + - { offsetInCU: 0x6069, offset: 0x161514, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x20A4, symBinAddr: 0x12122C, symSize: 0x64 } + - { offsetInCU: 0x60AD, offset: 0x161558, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x2108, symBinAddr: 0x121290, symSize: 0x3C } + - { offsetInCU: 0x60DA, offset: 0x161585, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvpACTk', symObjAddr: 0x244C, symBinAddr: 0x1215D4, symSize: 0xA4 } + - { offsetInCU: 0x6107, offset: 0x1615B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x27E0, symBinAddr: 0x121968, symSize: 0x88 } + - { offsetInCU: 0x618E, offset: 0x161639, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x2BBC, symBinAddr: 0x121D44, symSize: 0x70 } + - { offsetInCU: 0x620C, offset: 0x1616B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x2E00, symBinAddr: 0x121F88, symSize: 0x68 } + - { offsetInCU: 0x6355, offset: 0x161800, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x32D0, symBinAddr: 0x122458, symSize: 0xA0 } + - { offsetInCU: 0x63A8, offset: 0x161853, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x3828, symBinAddr: 0x1229B0, symSize: 0x68 } + - { offsetInCU: 0x6424, offset: 0x1618CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvpACTk', symObjAddr: 0x3A3C, symBinAddr: 0x122BC4, symSize: 0xBC } + - { offsetInCU: 0x648C, offset: 0x161937, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTK', symObjAddr: 0x3D04, symBinAddr: 0x122E8C, symSize: 0x58 } + - { offsetInCU: 0x64B9, offset: 0x161964, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTk', symObjAddr: 0x3D5C, symBinAddr: 0x122EE4, symSize: 0xF0 } + - { offsetInCU: 0x652F, offset: 0x1619DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x4270, symBinAddr: 0x123390, symSize: 0xA0 } + - { offsetInCU: 0x68B1, offset: 0x161D5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfE', symObjAddr: 0x6ABC, symBinAddr: 0x125BDC, symSize: 0x54 } + - { offsetInCU: 0x68DE, offset: 0x161D89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfETo', symObjAddr: 0x6B40, symBinAddr: 0x125C60, symSize: 0x60 } + - { offsetInCU: 0x692A, offset: 0x161DD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCMa', symObjAddr: 0x7870, symBinAddr: 0x12690C, symSize: 0x20 } + - { offsetInCU: 0x693E, offset: 0x161DE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOy', symObjAddr: 0x7CA0, symBinAddr: 0x126BB4, symSize: 0x10 } + - { offsetInCU: 0x6952, offset: 0x161DFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOe', symObjAddr: 0x7DA4, symBinAddr: 0x126CB8, symSize: 0x10 } + - { offsetInCU: 0x6966, offset: 0x161E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASQWb', symObjAddr: 0x820C, symBinAddr: 0x126DAC, symSize: 0x4 } + - { offsetInCU: 0x697A, offset: 0x161E25, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOACSQAAWl', symObjAddr: 0x8210, symBinAddr: 0x126DB0, symSize: 0x44 } + - { offsetInCU: 0x698E, offset: 0x161E39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASQWb', symObjAddr: 0x8254, symBinAddr: 0x126DF4, symSize: 0x4 } + - { offsetInCU: 0x69A2, offset: 0x161E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOACSQAAWl', symObjAddr: 0x8258, symBinAddr: 0x126DF8, symSize: 0x44 } + - { offsetInCU: 0x69B6, offset: 0x161E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwet', symObjAddr: 0x8684, symBinAddr: 0x127214, symSize: 0x90 } + - { offsetInCU: 0x69CA, offset: 0x161E75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwst', symObjAddr: 0x8714, symBinAddr: 0x1272A4, symSize: 0xBC } + - { offsetInCU: 0x69DE, offset: 0x161E89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwug', symObjAddr: 0x87D0, symBinAddr: 0x127360, symSize: 0x8 } + - { offsetInCU: 0x69F2, offset: 0x161E9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwup', symObjAddr: 0x87D8, symBinAddr: 0x127368, symSize: 0x4 } + - { offsetInCU: 0x6A06, offset: 0x161EB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwui', symObjAddr: 0x87DC, symBinAddr: 0x12736C, symSize: 0x8 } + - { offsetInCU: 0x6A1A, offset: 0x161EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOMa', symObjAddr: 0x87E4, symBinAddr: 0x127374, symSize: 0x10 } + - { offsetInCU: 0x6A2E, offset: 0x161ED9, size: 0x8, addend: 0x0, symName: ___swift_memcpy5_4, symObjAddr: 0x87F4, symBinAddr: 0x127384, symSize: 0x14 } + - { offsetInCU: 0x6A42, offset: 0x161EED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwet', symObjAddr: 0x8808, symBinAddr: 0x127398, symSize: 0x48 } + - { offsetInCU: 0x6A56, offset: 0x161F01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwst', symObjAddr: 0x8850, symBinAddr: 0x1273E0, symSize: 0x44 } + - { offsetInCU: 0x6A6A, offset: 0x161F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwug', symObjAddr: 0x8894, symBinAddr: 0x127424, symSize: 0x18 } + - { offsetInCU: 0x6A7E, offset: 0x161F29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwup', symObjAddr: 0x88AC, symBinAddr: 0x12743C, symSize: 0x4 } + - { offsetInCU: 0x6A92, offset: 0x161F3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwui', symObjAddr: 0x88B0, symBinAddr: 0x127440, symSize: 0x18 } + - { offsetInCU: 0x6AA6, offset: 0x161F51, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOMa', symObjAddr: 0x88C8, symBinAddr: 0x127458, symSize: 0x10 } + - { offsetInCU: 0x6ABA, offset: 0x161F65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_TA', symObjAddr: 0x9348, symBinAddr: 0x127ED8, symSize: 0x8 } + - { offsetInCU: 0x6ACE, offset: 0x161F79, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x9350, symBinAddr: 0x127EE0, symSize: 0x8 } + - { offsetInCU: 0x6AE2, offset: 0x161F8D, size: 0x8, addend: 0x0, symName: '_$sSo16CABasicAnimationCMa', symObjAddr: 0x9358, symBinAddr: 0x127EE8, symSize: 0x3C } + - { offsetInCU: 0x6B12, offset: 0x161FBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0x94A0, symBinAddr: 0x128000, symSize: 0x8 } + - { offsetInCU: 0x6B31, offset: 0x161FDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0x94A8, symBinAddr: 0x128008, symSize: 0x28 } + - { offsetInCU: 0x6B5A, offset: 0x162005, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_TA', symObjAddr: 0x95D0, symBinAddr: 0x128054, symSize: 0x8 } + - { offsetInCU: 0x6B6E, offset: 0x162019, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_TA', symObjAddr: 0x95D8, symBinAddr: 0x12805C, symSize: 0x8 } + - { offsetInCU: 0x6BC0, offset: 0x16206B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x498, symBinAddr: 0x11F620, symSize: 0x40 } + - { offsetInCU: 0x6C89, offset: 0x162134, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5F4, symBinAddr: 0x11F77C, symSize: 0x4C } + - { offsetInCU: 0x6C, offset: 0x162915, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKF', symObjAddr: 0x0, symBinAddr: 0x1280AC, symSize: 0x7DC } + - { offsetInCU: 0x408, offset: 0x162CB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU0_', symObjAddr: 0x1244, symBinAddr: 0x1292F0, symSize: 0xD8 } + - { offsetInCU: 0x459, offset: 0x162D02, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU1_', symObjAddr: 0x131C, symBinAddr: 0x1293C8, symSize: 0x1C0 } + - { offsetInCU: 0x524, offset: 0x162DCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAEs0C0AAWl', symObjAddr: 0x7DC, symBinAddr: 0x128888, symSize: 0x44 } + - { offsetInCU: 0x73F, offset: 0x162FE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF010$s6Lottie7b46C7extract_2to10bufferSize9skipCRC328progresss6j4VAA5k27V_10Foundation3URLVSiSbSo10l10CSgtKFyAM4N6VKcfU_SpySo7__sFILEVGTf1nnnncn_n', symObjAddr: 0x820, symBinAddr: 0x1288CC, symSize: 0x548 } + - { offsetInCU: 0xB2F, offset: 0x1633D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0xD78, symBinAddr: 0x128E24, symSize: 0x4BC } + - { offsetInCU: 0xE88, offset: 0x163731, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tgq5', symObjAddr: 0x14FC, symBinAddr: 0x1295A8, symSize: 0x64 } + - { offsetInCU: 0xEAB, offset: 0x163754, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tgq5', symObjAddr: 0x1560, symBinAddr: 0x12960C, symSize: 0x144 } + - { offsetInCU: 0xF13, offset: 0x1637BC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0V15withUnsafeBytesyxxSWKXEKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6G15VAH_tFAHSWXEfU_AcHTf1cn_nTf4ngn_n', symObjAddr: 0x1818, symBinAddr: 0x129884, symSize: 0xD0 } + - { offsetInCU: 0xF70, offset: 0x163819, size: 0x8, addend: 0x0, symName: '_$s10Foundation13__DataStorageC15withUnsafeBytes2in5applyxSnySiG_xSWKXEtKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6I15VAH_tFAHSWXEfU_AA0B0VAITf1ncn_nTf4nngn_n', symObjAddr: 0x18E8, symBinAddr: 0x129954, symSize: 0xC0 } + - { offsetInCU: 0xFB1, offset: 0x16385A, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTgq5Tf4gd_n', symObjAddr: 0x19A8, symBinAddr: 0x129A14, symSize: 0xFC } + - { offsetInCU: 0x101A, offset: 0x1638C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU_TA', symObjAddr: 0x1AB4, symBinAddr: 0x129B20, symSize: 0x18 } + - { offsetInCU: 0x106B, offset: 0x163914, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVSgWOb', symObjAddr: 0x1ACC, symBinAddr: 0x129B38, symSize: 0x48 } + - { offsetInCU: 0x107F, offset: 0x163928, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFs0D0ADWl', symObjAddr: 0x1BA8, symBinAddr: 0x129B80, symSize: 0x44 } + - { offsetInCU: 0x1093, offset: 0x16393C, size: 0x8, addend: 0x0, symName: '_$sSS_yptWOc', symObjAddr: 0x1BEC, symBinAddr: 0x129BC4, symSize: 0x48 } + - { offsetInCU: 0x2B, offset: 0x163CD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x129C0C, symSize: 0x2C } + - { offsetInCU: 0x6D, offset: 0x163D16, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x129C0C, symSize: 0x2C } + - { offsetInCU: 0xB1, offset: 0x163D5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCMa', symObjAddr: 0x2C, symBinAddr: 0x129C38, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x163EB7, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x129C58, symSize: 0x22C } + - { offsetInCU: 0xA1, offset: 0x163F31, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x129C58, symSize: 0x22C } + - { offsetInCU: 0x229, offset: 0x1640B9, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationCMa', symObjAddr: 0x22C, symBinAddr: 0x129E84, symSize: 0x3C } + - { offsetInCU: 0xA5, offset: 0x164350, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x0, symBinAddr: 0x129EC0, symSize: 0x178 } + - { offsetInCU: 0x175, offset: 0x164420, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC10loadImages33_018EEA5A3C8AB5F957268211713A2543LLyyF', symObjAddr: 0x178, symBinAddr: 0x12A038, symSize: 0x4D0 } + - { offsetInCU: 0x417, offset: 0x1646C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCfD', symObjAddr: 0x648, symBinAddr: 0x12A508, symSize: 0x60 } + - { offsetInCU: 0x464, offset: 0x16470F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x764, symBinAddr: 0x12A624, symSize: 0x20 } + - { offsetInCU: 0x4AA, offset: 0x164755, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC8filepathACSg10Foundation3URLV_tcfCTf4nd_n', symObjAddr: 0xA54, symBinAddr: 0x12A82C, symSize: 0x104 } + - { offsetInCU: 0x600, offset: 0x1648AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMU', symObjAddr: 0x6A8, symBinAddr: 0x12A568, symSize: 0x8 } + - { offsetInCU: 0x614, offset: 0x1648BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMa', symObjAddr: 0x6B0, symBinAddr: 0x12A570, symSize: 0x3C } + - { offsetInCU: 0x628, offset: 0x1648D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMr', symObjAddr: 0x6EC, symBinAddr: 0x12A5AC, symSize: 0x78 } + - { offsetInCU: 0x68F, offset: 0x16493A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH9hashValueSivgTW', symObjAddr: 0x784, symBinAddr: 0x12A644, symSize: 0x7C } + - { offsetInCU: 0x74A, offset: 0x1649F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x800, symBinAddr: 0x12A6C0, symSize: 0x6C } + - { offsetInCU: 0x7C9, offset: 0x164A74, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8E4, symBinAddr: 0x12A7A4, symSize: 0x1C } + - { offsetInCU: 0x7FB, offset: 0x164AA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASQWb', symObjAddr: 0x900, symBinAddr: 0x12A7C0, symSize: 0x2C } + - { offsetInCU: 0x8E7, offset: 0x164B92, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x86C, symBinAddr: 0x12A72C, symSize: 0x78 } + - { offsetInCU: 0x5E, offset: 0x164E4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x12A930, symSize: 0xC } + - { offsetInCU: 0x90, offset: 0x164E7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x198, symBinAddr: 0x12AAC8, symSize: 0x48 } + - { offsetInCU: 0xB5, offset: 0x164EA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0x12AB10, symSize: 0x698 } + - { offsetInCU: 0x138, offset: 0x164F25, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x878, symBinAddr: 0x12B1A8, symSize: 0xC50 } + - { offsetInCU: 0x5DB, offset: 0x1653C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueSSvg', symObjAddr: 0x14C8, symBinAddr: 0x12BDF8, symSize: 0x18 } + - { offsetInCU: 0x614, offset: 0x165401, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18DC, symBinAddr: 0x12C20C, symSize: 0x18 } + - { offsetInCU: 0x642, offset: 0x16542F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18DC, symBinAddr: 0x12C20C, symSize: 0x18 } + - { offsetInCU: 0x67A, offset: 0x165467, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1934, symBinAddr: 0x12C264, symSize: 0x44 } + - { offsetInCU: 0x6C0, offset: 0x1654AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1978, symBinAddr: 0x12C2A8, symSize: 0x28 } + - { offsetInCU: 0x6DC, offset: 0x1654C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x19A0, symBinAddr: 0x12C2D0, symSize: 0x8 } + - { offsetInCU: 0x712, offset: 0x1654FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x19A8, symBinAddr: 0x12C2D8, symSize: 0x3C } + - { offsetInCU: 0x777, offset: 0x165564, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x19E4, symBinAddr: 0x12C314, symSize: 0xC } + - { offsetInCU: 0x793, offset: 0x165580, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x19F0, symBinAddr: 0x12C320, symSize: 0xC } + - { offsetInCU: 0x7AF, offset: 0x16559C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2AB8, symBinAddr: 0x12D0B8, symSize: 0x50 } + - { offsetInCU: 0x7E7, offset: 0x1655D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18F4, symBinAddr: 0x12C224, symSize: 0x18 } + - { offsetInCU: 0x828, offset: 0x165615, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1A70, symBinAddr: 0x12C3A0, symSize: 0x70 } + - { offsetInCU: 0x85C, offset: 0x165649, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1AE0, symBinAddr: 0x12C410, symSize: 0x28 } + - { offsetInCU: 0x878, offset: 0x165665, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1B08, symBinAddr: 0x12C438, symSize: 0x8 } + - { offsetInCU: 0x8AE, offset: 0x16569B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1B10, symBinAddr: 0x12C440, symSize: 0x74 } + - { offsetInCU: 0x8F9, offset: 0x1656E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1B84, symBinAddr: 0x12C4B4, symSize: 0xC } + - { offsetInCU: 0x915, offset: 0x165702, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1B90, symBinAddr: 0x12C4C0, symSize: 0xC } + - { offsetInCU: 0x933, offset: 0x165720, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x14E0, symBinAddr: 0x12BE10, symSize: 0x3FC } + - { offsetInCU: 0x9A6, offset: 0x165793, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfd', symObjAddr: 0x1C28, symBinAddr: 0x12C558, symSize: 0x4C } + - { offsetInCU: 0x9F1, offset: 0x1657DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfD', symObjAddr: 0x1C74, symBinAddr: 0x12C5A4, symSize: 0x1C } + - { offsetInCU: 0xA2D, offset: 0x16581A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1E68, symBinAddr: 0x12C788, symSize: 0xC } + - { offsetInCU: 0xA6E, offset: 0x16585B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1E74, symBinAddr: 0x12C794, symSize: 0xC } + - { offsetInCU: 0xAA0, offset: 0x16588D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x1E80, symBinAddr: 0x12C7A0, symSize: 0xC } + - { offsetInCU: 0xACB, offset: 0x1658B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x1E8C, symBinAddr: 0x12C7AC, symSize: 0xC } + - { offsetInCU: 0xB0C, offset: 0x1658F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x1E98, symBinAddr: 0x12C7B8, symSize: 0xC } + - { offsetInCU: 0xB86, offset: 0x165973, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xCC, symBinAddr: 0x12A9FC, symSize: 0x18 } + - { offsetInCU: 0xBB7, offset: 0x1659A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xE4, symBinAddr: 0x12AA14, symSize: 0xC } + - { offsetInCU: 0xD11, offset: 0x165AFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfE', symObjAddr: 0x1BEC, symBinAddr: 0x12C51C, symSize: 0x3C } + - { offsetInCU: 0xD69, offset: 0x165B56, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCMa', symObjAddr: 0x1C90, symBinAddr: 0x12C5C0, symSize: 0x20 } + - { offsetInCU: 0xD7D, offset: 0x165B6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwet', symObjAddr: 0x1CC0, symBinAddr: 0x12C5E0, symSize: 0x90 } + - { offsetInCU: 0xD91, offset: 0x165B7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwst', symObjAddr: 0x1D50, symBinAddr: 0x12C670, symSize: 0xBC } + - { offsetInCU: 0xDA5, offset: 0x165B92, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwup', symObjAddr: 0x1E0C, symBinAddr: 0x12C72C, symSize: 0x4 } + - { offsetInCU: 0xDB9, offset: 0x165BA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOMa', symObjAddr: 0x1E10, symBinAddr: 0x12C730, symSize: 0x10 } + - { offsetInCU: 0xDCD, offset: 0x165BBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASQWb', symObjAddr: 0x1E20, symBinAddr: 0x12C740, symSize: 0x4 } + - { offsetInCU: 0xDE1, offset: 0x165BCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSQAAWl', symObjAddr: 0x1E24, symBinAddr: 0x12C744, symSize: 0x44 } + - { offsetInCU: 0xDF5, offset: 0x165BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSYAAWl', symObjAddr: 0x1EA4, symBinAddr: 0x12C7C4, symSize: 0x44 } + - { offsetInCU: 0xE09, offset: 0x165BF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs0D3KeyAAWl', symObjAddr: 0x1F4C, symBinAddr: 0x12C808, symSize: 0x44 } + - { offsetInCU: 0xE1D, offset: 0x165C0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSEAAWl', symObjAddr: 0x2018, symBinAddr: 0x12C84C, symSize: 0x44 } + - { offsetInCU: 0xE31, offset: 0x165C1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs9CodingKeyAAWl', symObjAddr: 0x20A0, symBinAddr: 0x12C890, symSize: 0x44 } + - { offsetInCU: 0xE45, offset: 0x165C32, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSEAASERzlWl', symObjAddr: 0x20E4, symBinAddr: 0x12C8D4, symSize: 0x78 } + - { offsetInCU: 0xE59, offset: 0x165C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGMa', symObjAddr: 0x215C, symBinAddr: 0x12C94C, symSize: 0x6C } + - { offsetInCU: 0xE6D, offset: 0x165C5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSeAAWl', symObjAddr: 0x23AC, symBinAddr: 0x12CAF4, symSize: 0x44 } + - { offsetInCU: 0xE81, offset: 0x165C6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSeAASeRzlWl', symObjAddr: 0x2434, symBinAddr: 0x12CB38, symSize: 0x78 } + - { offsetInCU: 0xE95, offset: 0x165C82, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x2624, symBinAddr: 0x12CC24, symSize: 0x90 } + - { offsetInCU: 0xEA9, offset: 0x165C96, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x26B4, symBinAddr: 0x12CCB4, symSize: 0xBC } + - { offsetInCU: 0xEBD, offset: 0x165CAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x2770, symBinAddr: 0x12CD70, symSize: 0x8 } + - { offsetInCU: 0xED1, offset: 0x165CBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x2778, symBinAddr: 0x12CD78, symSize: 0x4 } + - { offsetInCU: 0xEE5, offset: 0x165CD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x277C, symBinAddr: 0x12CD7C, symSize: 0x8 } + - { offsetInCU: 0xEF9, offset: 0x165CE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x2784, symBinAddr: 0x12CD84, symSize: 0x10 } + - { offsetInCU: 0xF0D, offset: 0x165CFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x2794, symBinAddr: 0x12CD94, symSize: 0x90 } + - { offsetInCU: 0xF21, offset: 0x165D0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x2824, symBinAddr: 0x12CE24, symSize: 0xBC } + - { offsetInCU: 0xF35, offset: 0x165D22, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x28E0, symBinAddr: 0x12CEE0, symSize: 0x8 } + - { offsetInCU: 0xF49, offset: 0x165D36, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x28E8, symBinAddr: 0x12CEE8, symSize: 0x4 } + - { offsetInCU: 0xF5D, offset: 0x165D4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x28EC, symBinAddr: 0x12CEEC, symSize: 0xC } + - { offsetInCU: 0xF71, offset: 0x165D5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x28F8, symBinAddr: 0x12CEF8, symSize: 0x10 } + - { offsetInCU: 0xF85, offset: 0x165D72, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x2908, symBinAddr: 0x12CF08, symSize: 0x4 } + - { offsetInCU: 0xF99, offset: 0x165D86, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x290C, symBinAddr: 0x12CF0C, symSize: 0x44 } + - { offsetInCU: 0xFAD, offset: 0x165D9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x2950, symBinAddr: 0x12CF50, symSize: 0x4 } + - { offsetInCU: 0xFC1, offset: 0x165DAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x2954, symBinAddr: 0x12CF54, symSize: 0x44 } + - { offsetInCU: 0xFD5, offset: 0x165DC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2998, symBinAddr: 0x12CF98, symSize: 0x4 } + - { offsetInCU: 0xFE9, offset: 0x165DD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x299C, symBinAddr: 0x12CF9C, symSize: 0x44 } + - { offsetInCU: 0xFFD, offset: 0x165DEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x29E0, symBinAddr: 0x12CFE0, symSize: 0x4 } + - { offsetInCU: 0x1011, offset: 0x165DFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x29E4, symBinAddr: 0x12CFE4, symSize: 0x44 } + - { offsetInCU: 0x1025, offset: 0x165E12, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2A28, symBinAddr: 0x12D028, symSize: 0x4 } + - { offsetInCU: 0x1039, offset: 0x165E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2A2C, symBinAddr: 0x12D02C, symSize: 0x44 } + - { offsetInCU: 0x104D, offset: 0x165E3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2A70, symBinAddr: 0x12D070, symSize: 0x4 } + - { offsetInCU: 0x1061, offset: 0x165E4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2A74, symBinAddr: 0x12D074, symSize: 0x44 } + - { offsetInCU: 0x1095, offset: 0x165E82, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC, symBinAddr: 0x12A93C, symSize: 0x14 } + - { offsetInCU: 0x1126, offset: 0x165F13, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x20, symBinAddr: 0x12A950, symSize: 0x44 } + - { offsetInCU: 0x11D5, offset: 0x165FC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x12A994, symSize: 0x28 } + - { offsetInCU: 0x1228, offset: 0x166015, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8C, symBinAddr: 0x12A9BC, symSize: 0x40 } + - { offsetInCU: 0x12AB, offset: 0x166098, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF0, symBinAddr: 0x12AA20, symSize: 0x5C } + - { offsetInCU: 0x12CE, offset: 0x1660BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x14C, symBinAddr: 0x12AA7C, symSize: 0x4C } + - { offsetInCU: 0x1332, offset: 0x16611F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x190C, symBinAddr: 0x12C23C, symSize: 0xC } + - { offsetInCU: 0x136C, offset: 0x166159, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1918, symBinAddr: 0x12C248, symSize: 0xC } + - { offsetInCU: 0x138C, offset: 0x166179, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1918, symBinAddr: 0x12C248, symSize: 0xC } + - { offsetInCU: 0x13A0, offset: 0x16618D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1918, symBinAddr: 0x12C248, symSize: 0xC } + - { offsetInCU: 0x13B2, offset: 0x16619F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1924, symBinAddr: 0x12C254, symSize: 0x8 } + - { offsetInCU: 0x13CE, offset: 0x1661BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x192C, symBinAddr: 0x12C25C, symSize: 0x8 } + - { offsetInCU: 0x13E8, offset: 0x1661D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x19FC, symBinAddr: 0x12C32C, symSize: 0x28 } + - { offsetInCU: 0x1404, offset: 0x1661F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A24, symBinAddr: 0x12C354, symSize: 0x28 } + - { offsetInCU: 0x1420, offset: 0x16620D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A4C, symBinAddr: 0x12C37C, symSize: 0xC } + - { offsetInCU: 0x143C, offset: 0x166229, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1A58, symBinAddr: 0x12C388, symSize: 0x8 } + - { offsetInCU: 0x1458, offset: 0x166245, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A60, symBinAddr: 0x12C390, symSize: 0x8 } + - { offsetInCU: 0x1474, offset: 0x166261, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1A68, symBinAddr: 0x12C398, symSize: 0x8 } + - { offsetInCU: 0x1496, offset: 0x166283, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1B9C, symBinAddr: 0x12C4CC, symSize: 0x28 } + - { offsetInCU: 0x14B2, offset: 0x16629F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1BC4, symBinAddr: 0x12C4F4, symSize: 0x28 } + - { offsetInCU: 0x5C, offset: 0x1664E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x12D110, symSize: 0x1A8 } + - { offsetInCU: 0xB8, offset: 0x166544, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1A8, symBinAddr: 0x12D2B8, symSize: 0x210 } + - { offsetInCU: 0x1B3, offset: 0x16663F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x3B8, symBinAddr: 0x12D4C8, symSize: 0x12C } + - { offsetInCU: 0x1F2, offset: 0x16667E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x67C, symBinAddr: 0x12D78C, symSize: 0x4C } + - { offsetInCU: 0x229, offset: 0x1666B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO8rawValueSSvg', symObjAddr: 0x6C8, symBinAddr: 0x12D7D8, symSize: 0x18 } + - { offsetInCU: 0x250, offset: 0x1666DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO11stringValueSSvg', symObjAddr: 0x6E0, symBinAddr: 0x12D7F0, symSize: 0x18 } + - { offsetInCU: 0x291, offset: 0x16671D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x71C, symBinAddr: 0x12D82C, symSize: 0x70 } + - { offsetInCU: 0x2C5, offset: 0x166751, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x78C, symBinAddr: 0x12D89C, symSize: 0x28 } + - { offsetInCU: 0x2E1, offset: 0x16676D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7B4, symBinAddr: 0x12D8C4, symSize: 0x8 } + - { offsetInCU: 0x317, offset: 0x1667A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7BC, symBinAddr: 0x12D8CC, symSize: 0x74 } + - { offsetInCU: 0x362, offset: 0x1667EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x830, symBinAddr: 0x12D940, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x16680A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x83C, symBinAddr: 0x12D94C, symSize: 0xC } + - { offsetInCU: 0x3BA, offset: 0x166846, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCfD', symObjAddr: 0x898, symBinAddr: 0x12D9A8, symSize: 0x24 } + - { offsetInCU: 0x405, offset: 0x166891, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x9B8, symBinAddr: 0x12DAB8, symSize: 0x2C } + - { offsetInCU: 0x428, offset: 0x1668B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x9E4, symBinAddr: 0x12DAE4, symSize: 0x28 } + - { offsetInCU: 0x51E, offset: 0x1669AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x5C4, symBinAddr: 0x12D6D4, symSize: 0x24 } + - { offsetInCU: 0x54F, offset: 0x1669DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x5E8, symBinAddr: 0x12D6F8, symSize: 0x18 } + - { offsetInCU: 0x599, offset: 0x166A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x600, symBinAddr: 0x12D710, symSize: 0x2C } + - { offsetInCU: 0x5D1, offset: 0x166A5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xCC8, symBinAddr: 0x12DDC8, symSize: 0xE0 } + - { offsetInCU: 0x646, offset: 0x166AD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO13discriminator_WZ', symObjAddr: 0x678, symBinAddr: 0x12D788, symSize: 0x4 } + - { offsetInCU: 0x660, offset: 0x166AEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCMa', symObjAddr: 0x8BC, symBinAddr: 0x12D9CC, symSize: 0x20 } + - { offsetInCU: 0x674, offset: 0x166B00, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOwup', symObjAddr: 0x8F4, symBinAddr: 0x12D9F4, symSize: 0x4 } + - { offsetInCU: 0x688, offset: 0x166B14, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOMa', symObjAddr: 0x8F8, symBinAddr: 0x12D9F8, symSize: 0x10 } + - { offsetInCU: 0x69C, offset: 0x166B28, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASQWb', symObjAddr: 0x908, symBinAddr: 0x12DA08, symSize: 0x4 } + - { offsetInCU: 0x6B0, offset: 0x166B3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSQAAWl', symObjAddr: 0x90C, symBinAddr: 0x12DA0C, symSize: 0x44 } + - { offsetInCU: 0x6C4, offset: 0x166B50, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOAA11ClassFamilyAAWI', symObjAddr: 0x950, symBinAddr: 0x12DA50, symSize: 0x24 } + - { offsetInCU: 0x6D8, offset: 0x166B64, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSeAAWl', symObjAddr: 0x974, symBinAddr: 0x12DA74, symSize: 0x44 } + - { offsetInCU: 0x70C, offset: 0x166B98, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xA0C, symBinAddr: 0x12DB0C, symSize: 0x134 } + - { offsetInCU: 0x85F, offset: 0x166CEB, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xB40, symBinAddr: 0x12DC40, symSize: 0x188 } + - { offsetInCU: 0xA79, offset: 0x166F05, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSYAAWl', symObjAddr: 0xDEC, symBinAddr: 0x12DEA8, symSize: 0x44 } + - { offsetInCU: 0xA8D, offset: 0x166F19, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs0D3KeyAAWl', symObjAddr: 0xE70, symBinAddr: 0x12DEEC, symSize: 0x44 } + - { offsetInCU: 0xAA1, offset: 0x166F2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSEAAWl', symObjAddr: 0xEB4, symBinAddr: 0x12DF30, symSize: 0x44 } + - { offsetInCU: 0xAB5, offset: 0x166F41, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwug', symObjAddr: 0x110C, symBinAddr: 0x12E0C8, symSize: 0x8 } + - { offsetInCU: 0xAC9, offset: 0x166F55, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwup', symObjAddr: 0x1114, symBinAddr: 0x12E0D0, symSize: 0x4 } + - { offsetInCU: 0xADD, offset: 0x166F69, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwui', symObjAddr: 0x1118, symBinAddr: 0x12E0D4, symSize: 0xC } + - { offsetInCU: 0xAF1, offset: 0x166F7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOMa', symObjAddr: 0x1124, symBinAddr: 0x12E0E0, symSize: 0x10 } + - { offsetInCU: 0xB05, offset: 0x166F91, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASQWb', symObjAddr: 0x1134, symBinAddr: 0x12E0F0, symSize: 0x4 } + - { offsetInCU: 0xB19, offset: 0x166FA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFSQAAWl', symObjAddr: 0x1138, symBinAddr: 0x12E0F4, symSize: 0x44 } + - { offsetInCU: 0xB2D, offset: 0x166FB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x117C, symBinAddr: 0x12E138, symSize: 0x4 } + - { offsetInCU: 0xB41, offset: 0x166FCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1180, symBinAddr: 0x12E13C, symSize: 0x44 } + - { offsetInCU: 0xB55, offset: 0x166FE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x11C4, symBinAddr: 0x12E180, symSize: 0x4 } + - { offsetInCU: 0xB69, offset: 0x166FF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x11C8, symBinAddr: 0x12E184, symSize: 0x44 } + - { offsetInCU: 0xBE4, offset: 0x167070, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4E4, symBinAddr: 0x12D5F4, symSize: 0x18 } + - { offsetInCU: 0xC75, offset: 0x167101, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x4FC, symBinAddr: 0x12D60C, symSize: 0x4C } + - { offsetInCU: 0xD56, offset: 0x1671E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x548, symBinAddr: 0x12D658, symSize: 0x34 } + - { offsetInCU: 0xDDD, offset: 0x167269, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x57C, symBinAddr: 0x12D68C, symSize: 0x48 } + - { offsetInCU: 0xE8C, offset: 0x167318, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x62C, symBinAddr: 0x12D73C, symSize: 0x4C } + - { offsetInCU: 0xEAF, offset: 0x16733B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F8, symBinAddr: 0x12D808, symSize: 0xC } + - { offsetInCU: 0xECB, offset: 0x167357, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x704, symBinAddr: 0x12D814, symSize: 0x8 } + - { offsetInCU: 0xEE7, offset: 0x167373, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x70C, symBinAddr: 0x12D81C, symSize: 0x8 } + - { offsetInCU: 0xF03, offset: 0x16738F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x714, symBinAddr: 0x12D824, symSize: 0x8 } + - { offsetInCU: 0xF25, offset: 0x1673B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x848, symBinAddr: 0x12D958, symSize: 0x28 } + - { offsetInCU: 0xF41, offset: 0x1673CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x870, symBinAddr: 0x12D980, symSize: 0x28 } + - { offsetInCU: 0x9D, offset: 0x167695, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xE0, symBinAddr: 0x12E2B0, symSize: 0x20 } + - { offsetInCU: 0xCE, offset: 0x1676C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x100, symBinAddr: 0x12E2D0, symSize: 0x18 } + - { offsetInCU: 0x125, offset: 0x16771D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1C0, symBinAddr: 0x12E390, symSize: 0x48 } + - { offsetInCU: 0x14A, offset: 0x167742, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x208, symBinAddr: 0x12E3D8, symSize: 0x338 } + - { offsetInCU: 0x1B2, offset: 0x1677AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x540, symBinAddr: 0x12E710, symSize: 0x5E0 } + - { offsetInCU: 0x41F, offset: 0x167A17, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB20, symBinAddr: 0x12ECF0, symSize: 0x1F8 } + - { offsetInCU: 0x48D, offset: 0x167A85, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO8rawValueSSvg', symObjAddr: 0xD18, symBinAddr: 0x12EEE8, symSize: 0x18 } + - { offsetInCU: 0x4C6, offset: 0x167ABE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xD30, symBinAddr: 0x12EF00, symSize: 0x18 } + - { offsetInCU: 0x4F4, offset: 0x167AEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xD30, symBinAddr: 0x12EF00, symSize: 0x18 } + - { offsetInCU: 0x546, offset: 0x167B3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0xD6C, symBinAddr: 0x12EF3C, symSize: 0x64 } + - { offsetInCU: 0x5AC, offset: 0x167BA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0xDD0, symBinAddr: 0x12EFA0, symSize: 0x28 } + - { offsetInCU: 0x5C8, offset: 0x167BC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xDF8, symBinAddr: 0x12EFC8, symSize: 0x8 } + - { offsetInCU: 0x5FE, offset: 0x167BF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xE00, symBinAddr: 0x12EFD0, symSize: 0x68 } + - { offsetInCU: 0x683, offset: 0x167C7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xE68, symBinAddr: 0x12F038, symSize: 0xC } + - { offsetInCU: 0x69F, offset: 0x167C97, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xE74, symBinAddr: 0x12F044, symSize: 0xC } + - { offsetInCU: 0x6DB, offset: 0x167CD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfD', symObjAddr: 0xEF4, symBinAddr: 0x12F0C4, symSize: 0x3C } + - { offsetInCU: 0x7D6, offset: 0x167DCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfE', symObjAddr: 0xED0, symBinAddr: 0x12F0A0, symSize: 0x24 } + - { offsetInCU: 0x82E, offset: 0x167E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCMa', symObjAddr: 0xF30, symBinAddr: 0x12F100, symSize: 0x20 } + - { offsetInCU: 0x842, offset: 0x167E3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwet', symObjAddr: 0xF60, symBinAddr: 0x12F120, symSize: 0x90 } + - { offsetInCU: 0x856, offset: 0x167E4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwst', symObjAddr: 0xFF0, symBinAddr: 0x12F1B0, symSize: 0xBC } + - { offsetInCU: 0x86A, offset: 0x167E62, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwug', symObjAddr: 0x10AC, symBinAddr: 0x12F26C, symSize: 0x8 } + - { offsetInCU: 0x87E, offset: 0x167E76, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwup', symObjAddr: 0x10B4, symBinAddr: 0x12F274, symSize: 0x4 } + - { offsetInCU: 0x892, offset: 0x167E8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwui', symObjAddr: 0x10B8, symBinAddr: 0x12F278, symSize: 0xC } + - { offsetInCU: 0x8A6, offset: 0x167E9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOMa', symObjAddr: 0x10C4, symBinAddr: 0x12F284, symSize: 0x10 } + - { offsetInCU: 0x8BA, offset: 0x167EB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASQWb', symObjAddr: 0x10D4, symBinAddr: 0x12F294, symSize: 0x4 } + - { offsetInCU: 0x8CE, offset: 0x167EC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSQAAWl', symObjAddr: 0x10D8, symBinAddr: 0x12F298, symSize: 0x44 } + - { offsetInCU: 0x8E2, offset: 0x167EDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSYAAWl', symObjAddr: 0x111C, symBinAddr: 0x12F2DC, symSize: 0x44 } + - { offsetInCU: 0x8F6, offset: 0x167EEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs0C3KeyAAWl', symObjAddr: 0x11C4, symBinAddr: 0x12F320, symSize: 0x44 } + - { offsetInCU: 0x90A, offset: 0x167F02, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSEAAWl', symObjAddr: 0x12A0, symBinAddr: 0x12F364, symSize: 0x44 } + - { offsetInCU: 0x91E, offset: 0x167F16, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSeAAWl', symObjAddr: 0x13AC, symBinAddr: 0x12F40C, symSize: 0x44 } + - { offsetInCU: 0x932, offset: 0x167F2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwet', symObjAddr: 0x14B4, symBinAddr: 0x12F450, symSize: 0x90 } + - { offsetInCU: 0x946, offset: 0x167F3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwst', symObjAddr: 0x1544, symBinAddr: 0x12F4E0, symSize: 0xBC } + - { offsetInCU: 0x95A, offset: 0x167F52, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwug', symObjAddr: 0x1600, symBinAddr: 0x12F59C, symSize: 0x8 } + - { offsetInCU: 0x96E, offset: 0x167F66, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwup', symObjAddr: 0x1608, symBinAddr: 0x12F5A4, symSize: 0x4 } + - { offsetInCU: 0x982, offset: 0x167F7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwui', symObjAddr: 0x160C, symBinAddr: 0x12F5A8, symSize: 0x8 } + - { offsetInCU: 0x996, offset: 0x167F8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOMa', symObjAddr: 0x1614, symBinAddr: 0x12F5B0, symSize: 0x10 } + - { offsetInCU: 0x9AA, offset: 0x167FA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASQWb', symObjAddr: 0x1624, symBinAddr: 0x12F5C0, symSize: 0x4 } + - { offsetInCU: 0x9BE, offset: 0x167FB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFSQAAWl', symObjAddr: 0x1628, symBinAddr: 0x12F5C4, symSize: 0x44 } + - { offsetInCU: 0x9D2, offset: 0x167FCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x166C, symBinAddr: 0x12F608, symSize: 0x4 } + - { offsetInCU: 0x9E6, offset: 0x167FDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1670, symBinAddr: 0x12F60C, symSize: 0x44 } + - { offsetInCU: 0x9FA, offset: 0x167FF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16B4, symBinAddr: 0x12F650, symSize: 0x4 } + - { offsetInCU: 0xA0E, offset: 0x168006, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16B8, symBinAddr: 0x12F654, symSize: 0x44 } + - { offsetInCU: 0xA42, offset: 0x16803A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x12E1D0, symSize: 0x18 } + - { offsetInCU: 0xAD3, offset: 0x1680CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x12E1E8, symSize: 0x4C } + - { offsetInCU: 0xBB4, offset: 0x1681AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x12E234, symSize: 0x34 } + - { offsetInCU: 0xC3B, offset: 0x168233, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98, symBinAddr: 0x12E268, symSize: 0x48 } + - { offsetInCU: 0xCF0, offset: 0x1682E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x118, symBinAddr: 0x12E2E8, symSize: 0x5C } + - { offsetInCU: 0xD13, offset: 0x16830B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x174, symBinAddr: 0x12E344, symSize: 0x4C } + - { offsetInCU: 0xD77, offset: 0x16836F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD48, symBinAddr: 0x12EF18, symSize: 0xC } + - { offsetInCU: 0xD93, offset: 0x16838B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH9hashValueSivgTW', symObjAddr: 0xD54, symBinAddr: 0x12EF24, symSize: 0x8 } + - { offsetInCU: 0xDAF, offset: 0x1683A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD5C, symBinAddr: 0x12EF2C, symSize: 0x8 } + - { offsetInCU: 0xDCB, offset: 0x1683C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD64, symBinAddr: 0x12EF34, symSize: 0x8 } + - { offsetInCU: 0xDED, offset: 0x1683E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xE80, symBinAddr: 0x12F050, symSize: 0x28 } + - { offsetInCU: 0xE09, offset: 0x168401, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xEA8, symBinAddr: 0x12F078, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1685DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x12F698, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x1685F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x12F698, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x168607, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMr', symObjAddr: 0x4, symBinAddr: 0x12F69C, symSize: 0x78 } + - { offsetInCU: 0x77, offset: 0x168627, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC7storageAA0cD7StorageOyxGvg', symObjAddr: 0x7C, symBinAddr: 0x12F714, symSize: 0x64 } + - { offsetInCU: 0xEF, offset: 0x16869F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCfD', symObjAddr: 0x110, symBinAddr: 0x12F778, symSize: 0x3C } + - { offsetInCU: 0x143, offset: 0x1686F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0A2aEP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x158, symBinAddr: 0x12F7C0, symSize: 0x20 } + - { offsetInCU: 0x16E, offset: 0x16871E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x178, symBinAddr: 0x12F7E0, symSize: 0xC } + - { offsetInCU: 0x18E, offset: 0x16873E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x178, symBinAddr: 0x12F7E0, symSize: 0xC } + - { offsetInCU: 0x1AF, offset: 0x16875F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x184, symBinAddr: 0x12F7EC, symSize: 0x24 } + - { offsetInCU: 0x1E1, offset: 0x168791, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1B0, symBinAddr: 0x12F818, symSize: 0x10 } + - { offsetInCU: 0x20E, offset: 0x1687BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9valueTypeypXpvgTf4d_n', symObjAddr: 0x1C0, symBinAddr: 0x12F828, symSize: 0x4 } + - { offsetInCU: 0x23A, offset: 0x1687EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMa', symObjAddr: 0x14C, symBinAddr: 0x12F7B4, symSize: 0xC } + - { offsetInCU: 0x24E, offset: 0x1687FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0AA0C0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x1A8, symBinAddr: 0x12F810, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x16896F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x12F82C, symSize: 0x90C } + - { offsetInCU: 0x284, offset: 0x168BC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x12F82C, symSize: 0x90C } + - { offsetInCU: 0xC8B, offset: 0x1695CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x90C, symBinAddr: 0x130138, symSize: 0x50 } + - { offsetInCU: 0xCC5, offset: 0x169609, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCADycfcTo', symObjAddr: 0x95C, symBinAddr: 0x130188, symSize: 0x88 } + - { offsetInCU: 0xD28, offset: 0x16966C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5layerADyp_tcfcTo', symObjAddr: 0x9E4, symBinAddr: 0x130210, symSize: 0xE8 } + - { offsetInCU: 0xD6D, offset: 0x1696B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfc', symObjAddr: 0xACC, symBinAddr: 0x1302F8, symSize: 0xA0 } + - { offsetInCU: 0xDAA, offset: 0x1696EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB6C, symBinAddr: 0x130398, symSize: 0x30 } + - { offsetInCU: 0xDC6, offset: 0x16970A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfD', symObjAddr: 0xB9C, symBinAddr: 0x1303C8, symSize: 0x34 } + - { offsetInCU: 0xF6E, offset: 0x1698B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfETo', symObjAddr: 0xBD0, symBinAddr: 0x1303FC, symSize: 0x10 } + - { offsetInCU: 0xF9D, offset: 0x1698E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCMa', symObjAddr: 0xBE0, symBinAddr: 0x13040C, symSize: 0x20 } + - { offsetInCU: 0x105A, offset: 0x16999E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0xC00, symBinAddr: 0x13042C, symSize: 0x4A0 } + - { offsetInCU: 0x13D2, offset: 0x169D16, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC16updateShapeLayer5layerySo07CAShapeG0C_tF', symObjAddr: 0x10A0, symBinAddr: 0x1308CC, symSize: 0x1C4 } + - { offsetInCU: 0x15B0, offset: 0x169EF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfD', symObjAddr: 0x1288, symBinAddr: 0x130AB4, symSize: 0x3C } + - { offsetInCU: 0x1620, offset: 0x169F64, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x12E4, symBinAddr: 0x130B10, symSize: 0xC } + - { offsetInCU: 0x1652, offset: 0x169F96, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x12F0, symBinAddr: 0x130B1C, symSize: 0x20 } + - { offsetInCU: 0x1698, offset: 0x169FDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1310, symBinAddr: 0x130B3C, symSize: 0x40 } + - { offsetInCU: 0x16DF, offset: 0x16A023, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x1350, symBinAddr: 0x130B7C, symSize: 0x4 } + - { offsetInCU: 0x1707, offset: 0x16A04B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfE', symObjAddr: 0x1264, symBinAddr: 0x130A90, symSize: 0x24 } + - { offsetInCU: 0x1734, offset: 0x16A078, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCMa', symObjAddr: 0x12C4, symBinAddr: 0x130AF0, symSize: 0x20 } + - { offsetInCU: 0x3E6, offset: 0x16A8DF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_Say12CoreGraphics7CGFloatVGTB5', symObjAddr: 0x210, symBinAddr: 0x130D68, symSize: 0x594 } + - { offsetInCU: 0x8BA, offset: 0x16ADB3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_SaySo10CGColorRefaGTB5', symObjAddr: 0x7A4, symBinAddr: 0x1312FC, symSize: 0x594 } + - { offsetInCU: 0xEC3, offset: 0x16B3BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKF', symObjAddr: 0xD78, symBinAddr: 0x1318D0, symSize: 0x7E8 } + - { offsetInCU: 0x1355, offset: 0x16B84E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_', symObjAddr: 0x1A60, symBinAddr: 0x132518, symSize: 0x138 } + - { offsetInCU: 0x1507, offset: 0x16BA00, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_', symObjAddr: 0x1B98, symBinAddr: 0x132650, symSize: 0x128 } + - { offsetInCU: 0x1766, offset: 0x16BC5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientShapeItemPAAE18colorConfiguration33_B799B7369307A01782ECC9AEBF9C580CLL4from4typeSaySo10CGColorRefa0E0_12CoreGraphics7CGFloatV8locationtGSaySdG_AA0B11ContentTypeOtF', symObjAddr: 0x15C4, symBinAddr: 0x1320B8, symSize: 0x460 } + - { offsetInCU: 0x2080, offset: 0x16C579, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x1CC0, symBinAddr: 0x132778, symSize: 0x3E0 } + - { offsetInCU: 0x22F8, offset: 0x16C7F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x20A0, symBinAddr: 0x132B58, symSize: 0x29C } + - { offsetInCU: 0x249F, offset: 0x16C998, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_', symObjAddr: 0x23A4, symBinAddr: 0x132DF4, symSize: 0x90 } + - { offsetInCU: 0x2626, offset: 0x16CB1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x2434, symBinAddr: 0x132E84, symSize: 0x50 } + - { offsetInCU: 0x27D4, offset: 0x16CCCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5', symObjAddr: 0x2484, symBinAddr: 0x132ED4, symSize: 0x30 } + - { offsetInCU: 0x281D, offset: 0x16CD16, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5', symObjAddr: 0x24B4, symBinAddr: 0x132F04, symSize: 0x70 } + - { offsetInCU: 0x287D, offset: 0x16CD76, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5TA', symObjAddr: 0x2548, symBinAddr: 0x132F98, symSize: 0x8 } + - { offsetInCU: 0x2891, offset: 0x16CD8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_TA', symObjAddr: 0x2550, symBinAddr: 0x132FA0, symSize: 0x1C } + - { offsetInCU: 0x28E1, offset: 0x16CDDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Say12CoreGraphics7CGFloatVG_TG5TA', symObjAddr: 0x256C, symBinAddr: 0x132FBC, symSize: 0x2C } + - { offsetInCU: 0x294E, offset: 0x16CE47, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_TA', symObjAddr: 0x2598, symBinAddr: 0x132FE8, symSize: 0x1C } + - { offsetInCU: 0x2BF5, offset: 0x16D0EE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_SaySo10CGColorRefaGTg5Tf4nnndxn_n', symObjAddr: 0x2624, symBinAddr: 0x133038, symSize: 0xD54 } + - { offsetInCU: 0x37E6, offset: 0x16DCDF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_Say12CoreGraphics7CGFloatVGTg5Tf4nnndxn_n', symObjAddr: 0x3C70, symBinAddr: 0x134684, symSize: 0xD54 } + - { offsetInCU: 0x43D7, offset: 0x16E8D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_TA', symObjAddr: 0x4B5C, symBinAddr: 0x135570, symSize: 0x18 } + - { offsetInCU: 0x43EB, offset: 0x16E8E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOr', symObjAddr: 0x4CFC, symBinAddr: 0x1355B0, symSize: 0x2C } + - { offsetInCU: 0x43FF, offset: 0x16E8F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOs', symObjAddr: 0x4D50, symBinAddr: 0x1355DC, symSize: 0x2C } + - { offsetInCU: 0x4413, offset: 0x16E90C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTg5TA', symObjAddr: 0x4E58, symBinAddr: 0x13561C, symSize: 0x8 } + - { offsetInCU: 0x4427, offset: 0x16E920, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4E60, symBinAddr: 0x135624, symSize: 0x8 } + - { offsetInCU: 0x443B, offset: 0x16E934, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4F94, symBinAddr: 0x135664, symSize: 0x8 } + - { offsetInCU: 0x444F, offset: 0x16E948, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4F9C, symBinAddr: 0x13566C, symSize: 0x8 } + - { offsetInCU: 0x4463, offset: 0x16E95C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_SaySo10CGColorRefaGTg5TA', symObjAddr: 0x5114, symBinAddr: 0x13575C, symSize: 0x8 } + - { offsetInCU: 0x4477, offset: 0x16E970, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwCP', symObjAddr: 0x511C, symBinAddr: 0x135764, symSize: 0x30 } + - { offsetInCU: 0x448B, offset: 0x16E984, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwet', symObjAddr: 0x515C, symBinAddr: 0x135794, symSize: 0x20 } + - { offsetInCU: 0x449F, offset: 0x16E998, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwst', symObjAddr: 0x517C, symBinAddr: 0x1357B4, symSize: 0x2C } + - { offsetInCU: 0x44B3, offset: 0x16E9AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVMa', symObjAddr: 0x51A8, symBinAddr: 0x1357E0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x16F272, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x135830, symSize: 0x134 } + - { offsetInCU: 0x69, offset: 0x16F2B4, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x135830, symSize: 0x134 } + - { offsetInCU: 0xBA, offset: 0x16F305, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwCP', symObjAddr: 0x144, symBinAddr: 0x135974, symSize: 0x60 } + - { offsetInCU: 0xCE, offset: 0x16F319, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwxx', symObjAddr: 0x1A4, symBinAddr: 0x1359D4, symSize: 0x40 } + - { offsetInCU: 0xE2, offset: 0x16F32D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwcp', symObjAddr: 0x1E4, symBinAddr: 0x135A14, symSize: 0x60 } + - { offsetInCU: 0xF6, offset: 0x16F341, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwca', symObjAddr: 0x244, symBinAddr: 0x135A74, symSize: 0xD8 } + - { offsetInCU: 0x10A, offset: 0x16F355, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwta', symObjAddr: 0x330, symBinAddr: 0x135B4C, symSize: 0x80 } + - { offsetInCU: 0x11E, offset: 0x16F369, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwet', symObjAddr: 0x3B0, symBinAddr: 0x135BCC, symSize: 0x58 } + - { offsetInCU: 0x132, offset: 0x16F37D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwst', symObjAddr: 0x408, symBinAddr: 0x135C24, symSize: 0x58 } + - { offsetInCU: 0x146, offset: 0x16F391, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwug', symObjAddr: 0x460, symBinAddr: 0x135C7C, symSize: 0x18 } + - { offsetInCU: 0x15A, offset: 0x16F3A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwup', symObjAddr: 0x478, symBinAddr: 0x135C94, symSize: 0x4 } + - { offsetInCU: 0x16E, offset: 0x16F3B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwui', symObjAddr: 0x47C, symBinAddr: 0x135C98, symSize: 0x24 } + - { offsetInCU: 0x182, offset: 0x16F3CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOMa', symObjAddr: 0x4A0, symBinAddr: 0x135CBC, symSize: 0x10 } + - { offsetInCU: 0x1AD, offset: 0x16F3F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x134, symBinAddr: 0x135964, symSize: 0x4 } + - { offsetInCU: 0x1C9, offset: 0x16F414, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x138, symBinAddr: 0x135968, symSize: 0x4 } + - { offsetInCU: 0x1E5, offset: 0x16F430, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x13C, symBinAddr: 0x13596C, symSize: 0x4 } + - { offsetInCU: 0x201, offset: 0x16F44C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x140, symBinAddr: 0x135970, symSize: 0x4 } + - { offsetInCU: 0x5E, offset: 0x16F604, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfC', symObjAddr: 0x0, symBinAddr: 0x135CCC, symSize: 0x58 } + - { offsetInCU: 0x92, offset: 0x16F638, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc', symObjAddr: 0x58, symBinAddr: 0x135D24, symSize: 0x30 } + - { offsetInCU: 0xD0, offset: 0x16F676, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfC', symObjAddr: 0x88, symBinAddr: 0x135D54, symSize: 0xA8 } + - { offsetInCU: 0x123, offset: 0x16F6C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc', symObjAddr: 0x130, symBinAddr: 0x135DFC, symSize: 0x94 } + - { offsetInCU: 0x161, offset: 0x16F707, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg', symObjAddr: 0x1C4, symBinAddr: 0x135E90, symSize: 0x30 } + - { offsetInCU: 0x1AC, offset: 0x16F752, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs', symObjAddr: 0x1F4, symBinAddr: 0x135EC0, symSize: 0x4C } + - { offsetInCU: 0x1F2, offset: 0x16F798, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM', symObjAddr: 0x240, symBinAddr: 0x135F0C, symSize: 0x40 } + - { offsetInCU: 0x221, offset: 0x16F7C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x280, symBinAddr: 0x135F4C, symSize: 0x34 } + - { offsetInCU: 0x260, offset: 0x16F806, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9valueTypeypXpvg', symObjAddr: 0x2B4, symBinAddr: 0x135F80, symSize: 0xC } + - { offsetInCU: 0x28B, offset: 0x16F831, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg', symObjAddr: 0x2C0, symBinAddr: 0x135F8C, symSize: 0xA0 } + - { offsetInCU: 0x2D8, offset: 0x16F87E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x360, symBinAddr: 0x13602C, symSize: 0x2C } + - { offsetInCU: 0x33E, offset: 0x16F8E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x38C, symBinAddr: 0x136058, symSize: 0x18 } + - { offsetInCU: 0x361, offset: 0x16F907, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfd', symObjAddr: 0x3A4, symBinAddr: 0x136070, symSize: 0x24 } + - { offsetInCU: 0x39C, offset: 0x16F942, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfD', symObjAddr: 0x3C8, symBinAddr: 0x136094, symSize: 0x2C } + - { offsetInCU: 0x3DF, offset: 0x16F985, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x3F4, symBinAddr: 0x1360C0, symSize: 0x20 } + - { offsetInCU: 0x3FB, offset: 0x16F9A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x414, symBinAddr: 0x1360E0, symSize: 0xC } + - { offsetInCU: 0x441, offset: 0x16F9E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x420, symBinAddr: 0x1360EC, symSize: 0x1C } + - { offsetInCU: 0x476, offset: 0x16FA1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfcTf4gn_n', symObjAddr: 0x500, symBinAddr: 0x1361CC, symSize: 0x124 } + - { offsetInCU: 0x4ED, offset: 0x16FA93, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x43C, symBinAddr: 0x136108, symSize: 0x60 } + - { offsetInCU: 0x552, offset: 0x16FAF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x49C, symBinAddr: 0x136168, symSize: 0x64 } + - { offsetInCU: 0x599, offset: 0x16FB3F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOe', symObjAddr: 0x624, symBinAddr: 0x1362F0, symSize: 0x10 } + - { offsetInCU: 0x5AD, offset: 0x16FB53, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6B4, symBinAddr: 0x13632C, symSize: 0x30 } + - { offsetInCU: 0x5F5, offset: 0x16FB9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x754, symBinAddr: 0x13635C, symSize: 0xC } + - { offsetInCU: 0x609, offset: 0x16FBAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCMa', symObjAddr: 0x7F4, symBinAddr: 0x1363FC, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x16FD7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x136438, symSize: 0xA4 } + - { offsetInCU: 0x4B, offset: 0x16FDA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x136438, symSize: 0xA4 } + - { offsetInCU: 0xA9, offset: 0x16FE00, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC16hasRenderUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0xA4, symBinAddr: 0x1364DC, symSize: 0xA0 } + - { offsetInCU: 0xE8, offset: 0x16FE3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16hasRenderUpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x144, symBinAddr: 0x13657C, symSize: 0x24 } + - { offsetInCU: 0x122, offset: 0x16FE79, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCfD', symObjAddr: 0x168, symBinAddr: 0x1365A0, symSize: 0x24 } + - { offsetInCU: 0x16D, offset: 0x16FEC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP03hasD7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x1AC, symBinAddr: 0x1365E4, symSize: 0x2C } + - { offsetInCU: 0x1B6, offset: 0x16FF0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x1D8, symBinAddr: 0x136610, symSize: 0x90 } + - { offsetInCU: 0x21A, offset: 0x16FF71, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x268, symBinAddr: 0x1366A0, symSize: 0xC } + - { offsetInCU: 0x24D, offset: 0x16FFA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCMa', symObjAddr: 0x18C, symBinAddr: 0x1365C4, symSize: 0x20 } + - { offsetInCU: 0x73, offset: 0x170188, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1366BC, symSize: 0x50 } + - { offsetInCU: 0xA7, offset: 0x1701BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc', symObjAddr: 0x50, symBinAddr: 0x13670C, symSize: 0x30 } + - { offsetInCU: 0xC8, offset: 0x1701DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTo', symObjAddr: 0x80, symBinAddr: 0x13673C, symSize: 0xC8 } + - { offsetInCU: 0x149, offset: 0x17025E, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfC', symObjAddr: 0x148, symBinAddr: 0x136804, symSize: 0x4C } + - { offsetInCU: 0x190, offset: 0x1702A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc', symObjAddr: 0x194, symBinAddr: 0x136850, symSize: 0x4C } + - { offsetInCU: 0x1B9, offset: 0x1702CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfcTo', symObjAddr: 0x1E0, symBinAddr: 0x13689C, symSize: 0x68 } + - { offsetInCU: 0x1FE, offset: 0x170313, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg', symObjAddr: 0x248, symBinAddr: 0x136904, symSize: 0x14 } + - { offsetInCU: 0x22B, offset: 0x170340, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfC', symObjAddr: 0x25C, symBinAddr: 0x136918, symSize: 0x20 } + - { offsetInCU: 0x249, offset: 0x17035E, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfc', symObjAddr: 0x27C, symBinAddr: 0x136938, symSize: 0x2C } + - { offsetInCU: 0x2AC, offset: 0x1703C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfcTo', symObjAddr: 0x2A8, symBinAddr: 0x136964, symSize: 0x2C } + - { offsetInCU: 0x313, offset: 0x170428, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfD', symObjAddr: 0x2D4, symBinAddr: 0x136990, symSize: 0x34 } + - { offsetInCU: 0x340, offset: 0x170455, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTf4gn_n', symObjAddr: 0x318, symBinAddr: 0x1369D4, symSize: 0xA8 } + - { offsetInCU: 0x3E5, offset: 0x1704FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfETo', symObjAddr: 0x308, symBinAddr: 0x1369C4, symSize: 0x10 } + - { offsetInCU: 0x414, offset: 0x170529, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCMa', symObjAddr: 0x3C0, symBinAddr: 0x136A7C, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1706B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x136AB8, symSize: 0x408 } + - { offsetInCU: 0x4F, offset: 0x1706D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x136AB8, symSize: 0x408 } + - { offsetInCU: 0x19F, offset: 0x170829, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCfD', symObjAddr: 0x408, symBinAddr: 0x136EC0, symSize: 0x34 } + - { offsetInCU: 0x1EA, offset: 0x170874, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x45C, symBinAddr: 0x136F14, symSize: 0x24 } + - { offsetInCU: 0x215, offset: 0x17089F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x480, symBinAddr: 0x136F38, symSize: 0x2C } + - { offsetInCU: 0x256, offset: 0x1708E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x4AC, symBinAddr: 0x136F64, symSize: 0xC } + - { offsetInCU: 0x289, offset: 0x170913, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCMa', symObjAddr: 0x43C, symBinAddr: 0x136EF4, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x170AF5, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE30createParentDirectoryStructure3fory10Foundation3URLV_tKF', symObjAddr: 0x0, symBinAddr: 0x136F70, symSize: 0x144 } + - { offsetInCU: 0xAA, offset: 0x170B60, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DateV6LottieE8dateTimeACs6UInt16V_AGt_tcfC', symObjAddr: 0x144, symBinAddr: 0x1370B4, symSize: 0x9C } + - { offsetInCU: 0x236, offset: 0x170CEC, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x1E0, symBinAddr: 0x137150, symSize: 0x68 } + - { offsetInCU: 0x33D, offset: 0x170DF3, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x248, symBinAddr: 0x1371B8, symSize: 0xF4 } + - { offsetInCU: 0x6AB, offset: 0x171161, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nnncn_n', symObjAddr: 0x33C, symBinAddr: 0x1372AC, symSize: 0x958 } + - { offsetInCU: 0xA77, offset: 0x17152D, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6i114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5J10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xC94, symBinAddr: 0x137C04, symSize: 0x330 } + - { offsetInCU: 0xC3D, offset: 0x1716F3, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xFC4, symBinAddr: 0x137F34, symSize: 0x294 } + - { offsetInCU: 0xE2A, offset: 0x1718E0, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0x1258, symBinAddr: 0x1381C8, symSize: 0x154 } + - { offsetInCU: 0xF90, offset: 0x171A46, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6g114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5H10V_ATtXEfU_Tf1nnnnc_n', symObjAddr: 0x13AC, symBinAddr: 0x13831C, symSize: 0x444 } + - { offsetInCU: 0x1004, offset: 0x171ABA, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSnySiG_Tgq5', symObjAddr: 0x17F0, symBinAddr: 0x138760, symSize: 0x14 } + - { offsetInCU: 0x103D, offset: 0x171AF3, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tgq5', symObjAddr: 0x1804, symBinAddr: 0x138774, symSize: 0xFC } + - { offsetInCU: 0x10CF, offset: 0x171B85, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie5EntryV_Tg5', symObjAddr: 0x1900, symBinAddr: 0x138870, symSize: 0x14 } + - { offsetInCU: 0x10FC, offset: 0x171BB2, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE11permissions3for6osType05entryG0s6UInt16Vs6UInt32V_AC5EntryV6OSTypeOAM0kG0OtFZTf4nnnd_n', symObjAddr: 0x1914, symBinAddr: 0x138884, symSize: 0x70 } + - { offsetInCU: 0x124A, offset: 0x171D00, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE10attributes4fromSDySo0A12AttributeKeyaypGAC5EntryV_tFZTf4nd_n', symObjAddr: 0x1984, symBinAddr: 0x1388F4, symSize: 0x2BC } + - { offsetInCU: 0x16FF, offset: 0x1721B5, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFTf4nnnnnd_n', symObjAddr: 0x1C40, symBinAddr: 0x138BB0, symSize: 0xDFC } + - { offsetInCU: 0x1DA7, offset: 0x17285D, size: 0x8, addend: 0x0, symName: '_$s10Foundation10CocoaErrorVAcA21_BridgedStoredNSErrorAAWl', symObjAddr: 0x2A7C, symBinAddr: 0x1399AC, symSize: 0x48 } + - { offsetInCU: 0x1DBB, offset: 0x172871, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOc', symObjAddr: 0x2AC4, symBinAddr: 0x1399F4, symSize: 0x48 } + - { offsetInCU: 0x1DCF, offset: 0x172885, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOr', symObjAddr: 0x2B50, symBinAddr: 0x139A3C, symSize: 0x100 } + - { offsetInCU: 0x1DE3, offset: 0x172899, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOs', symObjAddr: 0x2CC8, symBinAddr: 0x139B3C, symSize: 0x100 } + - { offsetInCU: 0x27, offset: 0x172DEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x139C80, symSize: 0x124 } + - { offsetInCU: 0x4B, offset: 0x172E13, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x139C80, symSize: 0x124 } + - { offsetInCU: 0xAD, offset: 0x172E75, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfcTo', symObjAddr: 0x124, symBinAddr: 0x139DA4, symSize: 0x4C } + - { offsetInCU: 0xF3, offset: 0x172EBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x170, symBinAddr: 0x139DF0, symSize: 0x58 } + - { offsetInCU: 0x13A, offset: 0x172F02, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x1C8, symBinAddr: 0x139E48, symSize: 0x12C } + - { offsetInCU: 0x268, offset: 0x173030, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x2F4, symBinAddr: 0x139F74, symSize: 0x50 } + - { offsetInCU: 0x2A2, offset: 0x17306A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCACycfcTo', symObjAddr: 0x344, symBinAddr: 0x139FC4, symSize: 0x2C } + - { offsetInCU: 0x309, offset: 0x1730D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfD', symObjAddr: 0x370, symBinAddr: 0x139FF0, symSize: 0x34 } + - { offsetInCU: 0x3F7, offset: 0x1731BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfETo', symObjAddr: 0x3A4, symBinAddr: 0x13A024, symSize: 0x10 } + - { offsetInCU: 0x426, offset: 0x1731EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCMa', symObjAddr: 0x3B4, symBinAddr: 0x13A034, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1733ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x13A054, symSize: 0x1F0 } + - { offsetInCU: 0x3F, offset: 0x173405, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x13A054, symSize: 0x1F0 } + - { offsetInCU: 0xCF, offset: 0x173495, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF', symObjAddr: 0x23C, symBinAddr: 0x13A244, symSize: 0x12C } + - { offsetInCU: 0x11A, offset: 0x1734E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x368, symBinAddr: 0x13A370, symSize: 0x14 } + - { offsetInCU: 0x13D, offset: 0x173503, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x37C, symBinAddr: 0x13A384, symSize: 0x14 } + - { offsetInCU: 0x1D9, offset: 0x17359F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV5valueACyp_tKcfC', symObjAddr: 0x390, symBinAddr: 0x13A398, symSize: 0x1AC } + - { offsetInCU: 0x4C, offset: 0x173BC4, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ', symObjAddr: 0x4588, symBinAddr: 0x1F0690, symSize: 0x0 } + - { offsetInCU: 0x5A, offset: 0x173BD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x4, symBinAddr: 0x13A568, symSize: 0xC } + - { offsetInCU: 0x6E, offset: 0x173BE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x77C, symBinAddr: 0x13ACE0, symSize: 0x26C } + - { offsetInCU: 0x130, offset: 0x173CA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x10, symBinAddr: 0x13A574, symSize: 0x4 } + - { offsetInCU: 0x144, offset: 0x173CBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0xC7C, symBinAddr: 0x13B1E0, symSize: 0x250 } + - { offsetInCU: 0x1E6, offset: 0x173D5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ', symObjAddr: 0x14, symBinAddr: 0x13A578, symSize: 0x274 } + - { offsetInCU: 0x259, offset: 0x173DD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_', symObjAddr: 0x1D3C, symBinAddr: 0x13C2A0, symSize: 0x548 } + - { offsetInCU: 0x3AF, offset: 0x173F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_', symObjAddr: 0x2284, symBinAddr: 0x13C7E8, symSize: 0xC4 } + - { offsetInCU: 0x410, offset: 0x173F88, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x288, symBinAddr: 0x13A7EC, symSize: 0x4 } + - { offsetInCU: 0x424, offset: 0x173F9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x1138, symBinAddr: 0x13B69C, symSize: 0x72C } + - { offsetInCU: 0x5B3, offset: 0x17412B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ', symObjAddr: 0x28C, symBinAddr: 0x13A7F0, symSize: 0x18 } + - { offsetInCU: 0x5C7, offset: 0x17413F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ', symObjAddr: 0x2A4, symBinAddr: 0x13A808, symSize: 0x18 } + - { offsetInCU: 0x5DB, offset: 0x174153, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_', symObjAddr: 0x2BC, symBinAddr: 0x13A820, symSize: 0xD8 } + - { offsetInCU: 0x6F1, offset: 0x174269, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ', symObjAddr: 0x394, symBinAddr: 0x13A8F8, symSize: 0x124 } + - { offsetInCU: 0x7B7, offset: 0x17432F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x33BC, symBinAddr: 0x13D83C, symSize: 0x36C } + - { offsetInCU: 0x8C9, offset: 0x174441, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x3728, symBinAddr: 0x13DBA8, symSize: 0x3E8 } + - { offsetInCU: 0xB3B, offset: 0x1746B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0x4B8, symBinAddr: 0x13AA1C, symSize: 0x24 } + - { offsetInCU: 0xC99, offset: 0x174811, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0x4DC, symBinAddr: 0x13AA40, symSize: 0x1E4 } + - { offsetInCU: 0xDFE, offset: 0x174976, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x6C0, symBinAddr: 0x13AC24, symSize: 0x7C } + - { offsetInCU: 0xEF0, offset: 0x174A68, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ', symObjAddr: 0x73C, symBinAddr: 0x13ACA0, symSize: 0x40 } + - { offsetInCU: 0xF1E, offset: 0x174A96, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xA18, symBinAddr: 0x13AF7C, symSize: 0x1C } + - { offsetInCU: 0xFDF, offset: 0x174B57, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xA34, symBinAddr: 0x13AF98, symSize: 0x1CC } + - { offsetInCU: 0x1101, offset: 0x174C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0xC00, symBinAddr: 0x13B164, symSize: 0x7C } + - { offsetInCU: 0x11D5, offset: 0x174D4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xECC, symBinAddr: 0x13B430, symSize: 0x20 } + - { offsetInCU: 0x12B6, offset: 0x174E2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xEEC, symBinAddr: 0x13B450, symSize: 0x1D0 } + - { offsetInCU: 0x13FA, offset: 0x174F72, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x10BC, symBinAddr: 0x13B620, symSize: 0x7C } + - { offsetInCU: 0x1590, offset: 0x175108, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ', symObjAddr: 0x1864, symBinAddr: 0x13BDC8, symSize: 0x6C } + - { offsetInCU: 0x171A, offset: 0x175292, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTY0_', symObjAddr: 0x18D0, symBinAddr: 0x13BE34, symSize: 0x3D4 } + - { offsetInCU: 0x18F7, offset: 0x17546F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1CA4, symBinAddr: 0x13C208, symSize: 0x98 } + - { offsetInCU: 0x19EB, offset: 0x175563, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ', symObjAddr: 0x2348, symBinAddr: 0x13C8AC, symSize: 0x4 } + - { offsetInCU: 0x19FF, offset: 0x175577, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x234C, symBinAddr: 0x13C8B0, symSize: 0x3E0 } + - { offsetInCU: 0x1AEC, offset: 0x175664, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ', symObjAddr: 0x272C, symBinAddr: 0x13CC90, symSize: 0x20 } + - { offsetInCU: 0x1BD3, offset: 0x17574B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTY0_', symObjAddr: 0x274C, symBinAddr: 0x13CCB0, symSize: 0x198 } + - { offsetInCU: 0x1CD1, offset: 0x175849, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTQ1_', symObjAddr: 0x28E4, symBinAddr: 0x13CE48, symSize: 0x7C } + - { offsetInCU: 0x1DB5, offset: 0x17592D, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0_WZ', symObjAddr: 0x29CC, symBinAddr: 0x13CF30, symSize: 0x1C0 } + - { offsetInCU: 0x1DFD, offset: 0x175975, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnnd_n', symObjAddr: 0x2B8C, symBinAddr: 0x13D0F0, symSize: 0x24C } + - { offsetInCU: 0x1EA6, offset: 0x175A1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x2DD8, symBinAddr: 0x13D33C, symSize: 0x224 } + - { offsetInCU: 0x1F2F, offset: 0x175AA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOc', symObjAddr: 0x2FFC, symBinAddr: 0x13D560, symSize: 0x48 } + - { offsetInCU: 0x1F43, offset: 0x175ABB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOh', symObjAddr: 0x3084, symBinAddr: 0x13D5A8, symSize: 0x40 } + - { offsetInCU: 0x1F57, offset: 0x175ACF, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x3134, symBinAddr: 0x13D5F0, symSize: 0x10 } + - { offsetInCU: 0x1F6B, offset: 0x175AE3, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x3144, symBinAddr: 0x13D600, symSize: 0x8 } + - { offsetInCU: 0x1F7F, offset: 0x175AF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnd_n', symObjAddr: 0x3188, symBinAddr: 0x13D608, symSize: 0x234 } + - { offsetInCU: 0x2018, offset: 0x175B90, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x3CF4, symBinAddr: 0x13E124, symSize: 0x21C } + - { offsetInCU: 0x20A8, offset: 0x175C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadOMa', symObjAddr: 0x3F7C, symBinAddr: 0x13E3AC, symSize: 0x10 } + - { offsetInCU: 0x20BC, offset: 0x175C34, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4004, symBinAddr: 0x13E3F0, symSize: 0x10 } + - { offsetInCU: 0x20D0, offset: 0x175C48, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_TA', symObjAddr: 0x40A8, symBinAddr: 0x13E458, symSize: 0xC } + - { offsetInCU: 0x20E4, offset: 0x175C5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x40B4, symBinAddr: 0x13E464, symSize: 0x8 } + - { offsetInCU: 0x20F8, offset: 0x175C70, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4100, symBinAddr: 0x13E4B0, symSize: 0x14 } + - { offsetInCU: 0x210C, offset: 0x175C84, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOACs0C0AAWl', symObjAddr: 0x4164, symBinAddr: 0x13E514, symSize: 0x44 } + - { offsetInCU: 0x2120, offset: 0x175C98, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_TA', symObjAddr: 0x42B0, symBinAddr: 0x13E660, symSize: 0x4C } + - { offsetInCU: 0x2134, offset: 0x175CAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4338, symBinAddr: 0x13E6E8, symSize: 0x10 } + - { offsetInCU: 0x2148, offset: 0x175CC0, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOe', symObjAddr: 0x434C, symBinAddr: 0x13E6FC, symSize: 0xC } + - { offsetInCU: 0x215C, offset: 0x175CD4, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOy', symObjAddr: 0x435C, symBinAddr: 0x13E70C, symSize: 0xC } + - { offsetInCU: 0x2170, offset: 0x175CE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x43B4, symBinAddr: 0x13E764, symSize: 0x18 } + - { offsetInCU: 0x43, offset: 0x1760CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMi', symObjAddr: 0x0, symBinAddr: 0x13E8DC, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x1760DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMr', symObjAddr: 0x4, symBinAddr: 0x13E8E0, symSize: 0x78 } + - { offsetInCU: 0xA1, offset: 0x176128, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC8strategyAA0bcD8StrategyOvs', symObjAddr: 0x7C, symBinAddr: 0x13E958, symSize: 0x54 } + - { offsetInCU: 0x12B, offset: 0x1761B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC12proposedSizeSo6CGSizeVvs', symObjAddr: 0xD0, symBinAddr: 0x13E9AC, symSize: 0x4C } + - { offsetInCU: 0x18F, offset: 0x176216, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC19measuredFittingSizeSo6CGSizeVvg', symObjAddr: 0x11C, symBinAddr: 0x13E9F8, symSize: 0x34 } + - { offsetInCU: 0x1BC, offset: 0x176243, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyF', symObjAddr: 0x150, symBinAddr: 0x13EA2C, symSize: 0x64 } + - { offsetInCU: 0x1F8, offset: 0x17627F, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16setUpConstraints33_F565762597C0825EC266BB3D57FF8E36LLyyF', symObjAddr: 0x1B4, symBinAddr: 0x13EA90, symSize: 0x46C } + - { offsetInCU: 0x4D7, offset: 0x17655E, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfc', symObjAddr: 0x620, symBinAddr: 0x13EEFC, symSize: 0xD8 } + - { offsetInCU: 0x51B, offset: 0x1765A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfcTo', symObjAddr: 0x6F8, symBinAddr: 0x13EFD4, symSize: 0x24 } + - { offsetInCU: 0x537, offset: 0x1765BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC11measureView33_F565762597C0825EC266BB3D57FF8E36LLSo6CGSizeVyF', symObjAddr: 0x71C, symBinAddr: 0x13EFF8, symSize: 0x1F8 } + - { offsetInCU: 0x6C6, offset: 0x17674D, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x914, symBinAddr: 0x13F1F0, symSize: 0x20 } + - { offsetInCU: 0x6E2, offset: 0x176769, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvg', symObjAddr: 0x934, symBinAddr: 0x13F210, symSize: 0x14 } + - { offsetInCU: 0x70F, offset: 0x176796, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyF', symObjAddr: 0x948, symBinAddr: 0x13F224, symSize: 0xA0 } + - { offsetInCU: 0x73E, offset: 0x1767C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyFTo', symObjAddr: 0x9E8, symBinAddr: 0x13F2C4, symSize: 0x28 } + - { offsetInCU: 0x75A, offset: 0x1767E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyFTo', symObjAddr: 0xA10, symBinAddr: 0x13F2EC, symSize: 0x28 } + - { offsetInCU: 0x776, offset: 0x1767FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16resolvedStrategy33_F565762597C0825EC266BB3D57FF8E36LLAA08ResolvedbcdF0AELLOvg', symObjAddr: 0xA38, symBinAddr: 0x13F314, symSize: 0x19C } + - { offsetInCU: 0x86C, offset: 0x1768F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTo', symObjAddr: 0xD60, symBinAddr: 0x13F63C, symSize: 0x1C } + - { offsetInCU: 0x8AC, offset: 0x176933, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfD', symObjAddr: 0xD7C, symBinAddr: 0x13F658, symSize: 0x34 } + - { offsetInCU: 0x8D9, offset: 0x176960, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC21prioritizeConstraints33_F565762597C0825EC266BB3D57FF8E36LL_8strategyySDySo17NSLayoutAttributeVSo0O10ConstraintCG_AA08ResolvedbcD8StrategyAELLOtFTf4nnd_n', symObjAddr: 0x1130, symBinAddr: 0x13F9E8, symSize: 0x14C } + - { offsetInCU: 0x9C0, offset: 0x176A47, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfcTf4gnn_n', symObjAddr: 0x127C, symBinAddr: 0x13FB34, symSize: 0x174 } + - { offsetInCU: 0xA3A, offset: 0x176AC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfCTf4gnn_n', symObjAddr: 0x13F0, symBinAddr: 0x13FCA8, symSize: 0x40 } + - { offsetInCU: 0xA6E, offset: 0x176AF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTf4dd_n', symObjAddr: 0x14B8, symBinAddr: 0x13FD20, symSize: 0x2C } + - { offsetInCU: 0xAF6, offset: 0x176B7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1070, symBinAddr: 0x13F928, symSize: 0x14 } + - { offsetInCU: 0xB85, offset: 0x176C0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x1084, symBinAddr: 0x13F93C, symSize: 0x44 } + - { offsetInCU: 0xC68, offset: 0x176CEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x10C8, symBinAddr: 0x13F980, symSize: 0x28 } + - { offsetInCU: 0xF0B, offset: 0x176F92, size: 0x8, addend: 0x0, symName: '_$sSo6UIViewC6LottieE32containsDoubleLayoutPassSubviews33_F565762597C0825EC266BB3D57FF8E36LLSbyF', symObjAddr: 0xBD4, symBinAddr: 0x13F4B0, symSize: 0x18C } + - { offsetInCU: 0x10B3, offset: 0x17713A, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfETo', symObjAddr: 0xDB0, symBinAddr: 0x13F68C, symSize: 0x38 } + - { offsetInCU: 0x10E2, offset: 0x177169, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMa', symObjAddr: 0xDE8, symBinAddr: 0x13F6C4, symSize: 0xC } + - { offsetInCU: 0x10F6, offset: 0x17717D, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwet', symObjAddr: 0xE0C, symBinAddr: 0x13F6D0, symSize: 0x20 } + - { offsetInCU: 0x110A, offset: 0x177191, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwst', symObjAddr: 0xE2C, symBinAddr: 0x13F6F0, symSize: 0x30 } + - { offsetInCU: 0x111E, offset: 0x1771A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwug', symObjAddr: 0xE5C, symBinAddr: 0x13F720, symSize: 0x1C } + - { offsetInCU: 0x1132, offset: 0x1771B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwup', symObjAddr: 0xE78, symBinAddr: 0x13F73C, symSize: 0x4 } + - { offsetInCU: 0x1146, offset: 0x1771CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwui', symObjAddr: 0xE7C, symBinAddr: 0x13F740, symSize: 0x20 } + - { offsetInCU: 0x115A, offset: 0x1771E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOMa', symObjAddr: 0xE9C, symBinAddr: 0x13F760, symSize: 0x10 } + - { offsetInCU: 0x116E, offset: 0x1771F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwet', symObjAddr: 0xEB8, symBinAddr: 0x13F770, symSize: 0x90 } + - { offsetInCU: 0x1182, offset: 0x177209, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwst', symObjAddr: 0xF48, symBinAddr: 0x13F800, symSize: 0xBC } + - { offsetInCU: 0x1196, offset: 0x17721D, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwug', symObjAddr: 0x1004, symBinAddr: 0x13F8BC, symSize: 0x8 } + - { offsetInCU: 0x11AA, offset: 0x177231, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwup', symObjAddr: 0x100C, symBinAddr: 0x13F8C4, symSize: 0x4 } + - { offsetInCU: 0x11BE, offset: 0x177245, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwui', symObjAddr: 0x1010, symBinAddr: 0x13F8C8, symSize: 0x8 } + - { offsetInCU: 0x11D2, offset: 0x177259, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOMa', symObjAddr: 0x1018, symBinAddr: 0x13F8D0, symSize: 0x10 } + - { offsetInCU: 0x11E6, offset: 0x17726D, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASQWb', symObjAddr: 0x1028, symBinAddr: 0x13F8E0, symSize: 0x4 } + - { offsetInCU: 0x11FA, offset: 0x177281, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOACSQAAWl', symObjAddr: 0x102C, symBinAddr: 0x13F8E4, symSize: 0x44 } + - { offsetInCU: 0x1350, offset: 0x1773D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x10F0, symBinAddr: 0x13F9A8, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x177708, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x13FD4C, symSize: 0x29C } + - { offsetInCU: 0xCE, offset: 0x1777AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x13FD4C, symSize: 0x29C } + - { offsetInCU: 0x219, offset: 0x1778FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO8rawValueSSvg', symObjAddr: 0x29C, symBinAddr: 0x13FFE8, symSize: 0x18 } + - { offsetInCU: 0x252, offset: 0x177933, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2B4, symBinAddr: 0x140000, symSize: 0x18 } + - { offsetInCU: 0x280, offset: 0x177961, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2B4, symBinAddr: 0x140000, symSize: 0x18 } + - { offsetInCU: 0x2D2, offset: 0x1779B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2F0, symBinAddr: 0x14003C, symSize: 0x64 } + - { offsetInCU: 0x338, offset: 0x177A19, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x354, symBinAddr: 0x1400A0, symSize: 0x28 } + - { offsetInCU: 0x354, offset: 0x177A35, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x37C, symBinAddr: 0x1400C8, symSize: 0x8 } + - { offsetInCU: 0x38A, offset: 0x177A6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x384, symBinAddr: 0x1400D0, symSize: 0x68 } + - { offsetInCU: 0x40F, offset: 0x177AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x3EC, symBinAddr: 0x140138, symSize: 0xC } + - { offsetInCU: 0x42B, offset: 0x177B0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x3F8, symBinAddr: 0x140144, symSize: 0xC } + - { offsetInCU: 0x466, offset: 0x177B47, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCfD', symObjAddr: 0x454, symBinAddr: 0x1401A0, symSize: 0x24 } + - { offsetInCU: 0x4B1, offset: 0x177B92, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC6encode2toys7Encoder_p_tKF', symObjAddr: 0x498, symBinAddr: 0x1401E4, symSize: 0x16C } + - { offsetInCU: 0x4F0, offset: 0x177BD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x604, symBinAddr: 0x140350, symSize: 0x1EC } + - { offsetInCU: 0x545, offset: 0x177C26, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7F0, symBinAddr: 0x14053C, symSize: 0x54 } + - { offsetInCU: 0x57C, offset: 0x177C5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x844, symBinAddr: 0x140590, symSize: 0x20 } + - { offsetInCU: 0x5A0, offset: 0x177C81, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCMa', symObjAddr: 0x478, symBinAddr: 0x1401C4, symSize: 0x20 } + - { offsetInCU: 0x5B4, offset: 0x177C95, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x8C8, symBinAddr: 0x1405B0, symSize: 0x44 } + - { offsetInCU: 0x5C8, offset: 0x177CA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwet', symObjAddr: 0xA44, symBinAddr: 0x1405F4, symSize: 0x90 } + - { offsetInCU: 0x5DC, offset: 0x177CBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwst', symObjAddr: 0xAD4, symBinAddr: 0x140684, symSize: 0xBC } + - { offsetInCU: 0x5F0, offset: 0x177CD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwug', symObjAddr: 0xB90, symBinAddr: 0x140740, symSize: 0x8 } + - { offsetInCU: 0x604, offset: 0x177CE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwup', symObjAddr: 0xB98, symBinAddr: 0x140748, symSize: 0x4 } + - { offsetInCU: 0x618, offset: 0x177CF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwui', symObjAddr: 0xB9C, symBinAddr: 0x14074C, symSize: 0x8 } + - { offsetInCU: 0x62C, offset: 0x177D0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOMa', symObjAddr: 0xBA4, symBinAddr: 0x140754, symSize: 0x10 } + - { offsetInCU: 0x640, offset: 0x177D21, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASQWb', symObjAddr: 0xBB4, symBinAddr: 0x140764, symSize: 0x4 } + - { offsetInCU: 0x654, offset: 0x177D35, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAESQAAWl', symObjAddr: 0xBB8, symBinAddr: 0x140768, symSize: 0x44 } + - { offsetInCU: 0x668, offset: 0x177D49, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xBFC, symBinAddr: 0x1407AC, symSize: 0x4 } + - { offsetInCU: 0x67C, offset: 0x177D5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC00, symBinAddr: 0x1407B0, symSize: 0x44 } + - { offsetInCU: 0x690, offset: 0x177D71, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC44, symBinAddr: 0x1407F4, symSize: 0x4 } + - { offsetInCU: 0x6A4, offset: 0x177D85, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xC48, symBinAddr: 0x1407F8, symSize: 0x44 } + - { offsetInCU: 0x704, offset: 0x177DE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2CC, symBinAddr: 0x140018, symSize: 0xC } + - { offsetInCU: 0x720, offset: 0x177E01, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0x140024, symSize: 0x8 } + - { offsetInCU: 0x73C, offset: 0x177E1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x14002C, symSize: 0x8 } + - { offsetInCU: 0x758, offset: 0x177E39, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E8, symBinAddr: 0x140034, symSize: 0x8 } + - { offsetInCU: 0x77A, offset: 0x177E5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x404, symBinAddr: 0x140150, symSize: 0x28 } + - { offsetInCU: 0x796, offset: 0x177E77, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x42C, symBinAddr: 0x140178, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x178010, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x140854, symSize: 0x558 } + - { offsetInCU: 0x1CF, offset: 0x1781B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x140854, symSize: 0x558 } + - { offsetInCU: 0x4FB, offset: 0x1784E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03setB0_11updateFrameyAA06BezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x558, symBinAddr: 0x140DAC, symSize: 0xC8 } + - { offsetInCU: 0x61C, offset: 0x178601, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC06appendB0_11updateFrameyAA014CompoundBezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x620, symBinAddr: 0x140E74, symSize: 0xDC } + - { offsetInCU: 0x775, offset: 0x17875A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCfD', symObjAddr: 0x6FC, symBinAddr: 0x140F50, symSize: 0x34 } + - { offsetInCU: 0x7B8, offset: 0x17879D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x750, symBinAddr: 0x140FA4, symSize: 0x24 } + - { offsetInCU: 0x7E3, offset: 0x1787C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP06outputB0So9CGPathRefaSgvgTW', symObjAddr: 0x774, symBinAddr: 0x140FC8, symSize: 0x2C } + - { offsetInCU: 0x824, offset: 0x178809, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x7A0, symBinAddr: 0x140FF4, symSize: 0xC } + - { offsetInCU: 0x8F1, offset: 0x1788D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCMa', symObjAddr: 0x730, symBinAddr: 0x140F84, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x178BBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0xC, symBinAddr: 0x141004, symSize: 0x3C } + - { offsetInCU: 0x5D, offset: 0x178BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0xC, symBinAddr: 0x141004, symSize: 0x3C } + - { offsetInCU: 0x2B, offset: 0x178D9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x141088, symSize: 0xBC } + - { offsetInCU: 0x8B, offset: 0x178DFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x141088, symSize: 0xBC } + - { offsetInCU: 0x12F, offset: 0x178E9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xBC, symBinAddr: 0x141144, symSize: 0xAC } + - { offsetInCU: 0x19A, offset: 0x178F09, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x168, symBinAddr: 0x1411F0, symSize: 0x230 } + - { offsetInCU: 0x3DF, offset: 0x17914E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x398, symBinAddr: 0x141420, symSize: 0x44 } + - { offsetInCU: 0x45E, offset: 0x1791CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfD', symObjAddr: 0x3F8, symBinAddr: 0x141480, symSize: 0x34 } + - { offsetInCU: 0x4CE, offset: 0x17923D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x44C, symBinAddr: 0x1414D4, symSize: 0xC } + - { offsetInCU: 0x500, offset: 0x17926F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0x458, symBinAddr: 0x1414E0, symSize: 0x20 } + - { offsetInCU: 0x546, offset: 0x1792B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x478, symBinAddr: 0x141500, symSize: 0x14 } + - { offsetInCU: 0x5A0, offset: 0x17930F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x48C, symBinAddr: 0x141514, symSize: 0x4 } + - { offsetInCU: 0x5BC, offset: 0x17932B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x490, symBinAddr: 0x141518, symSize: 0x20 } + - { offsetInCU: 0x71A, offset: 0x179489, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfE', symObjAddr: 0x3DC, symBinAddr: 0x141464, symSize: 0x1C } + - { offsetInCU: 0x747, offset: 0x1794B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCMa', symObjAddr: 0x42C, symBinAddr: 0x1414B4, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x179767, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x141538, symSize: 0x34 } + - { offsetInCU: 0x6D, offset: 0x1797A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x141538, symSize: 0x34 } + - { offsetInCU: 0xB1, offset: 0x1797ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCMa', symObjAddr: 0x34, symBinAddr: 0x14156C, symSize: 0x20 } + - { offsetInCU: 0x1AC, offset: 0x179ACF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtFAA10BezierPathV_Tg5', symObjAddr: 0x228, symBinAddr: 0x1417B4, symSize: 0xBC } + - { offsetInCU: 0x2D1, offset: 0x179BF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14158C, symSize: 0x124 } + - { offsetInCU: 0x39A, offset: 0x179CBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A8Vector1DV_Tg5', symObjAddr: 0x124, symBinAddr: 0x1416B0, symSize: 0x104 } + - { offsetInCU: 0x64A, offset: 0x179F6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfc', symObjAddr: 0x990, symBinAddr: 0x141F1C, symSize: 0x428 } + - { offsetInCU: 0x9C2, offset: 0x17A2E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5layerADyp_tcfcTo', symObjAddr: 0xDD4, symBinAddr: 0x142360, symSize: 0xF8 } + - { offsetInCU: 0xA43, offset: 0x17A366, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xECC, symBinAddr: 0x142458, symSize: 0xAC } + - { offsetInCU: 0xA9A, offset: 0x17A3BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC15updateWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF78, symBinAddr: 0x142504, symSize: 0x3D0 } + - { offsetInCU: 0xDB8, offset: 0x17A6DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCADycfcTo', symObjAddr: 0x1348, symBinAddr: 0x1428D4, symSize: 0x2C } + - { offsetInCU: 0xE1F, offset: 0x17A742, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1374, symBinAddr: 0x142900, symSize: 0x34 } + - { offsetInCU: 0xE97, offset: 0x17A7BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1400, symBinAddr: 0x14298C, symSize: 0x44 } + - { offsetInCU: 0xEE9, offset: 0x17A80C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCAA0C11PropertyMapA2aEP10propertiesSayAA03AnycJ0_pGvgTW', symObjAddr: 0x1464, symBinAddr: 0x1429F0, symSize: 0xC } + - { offsetInCU: 0xF1B, offset: 0x17A83E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfcTf4gn_n', symObjAddr: 0x1534, symBinAddr: 0x142A40, symSize: 0x318 } + - { offsetInCU: 0x124B, offset: 0x17AB6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x2E4, symBinAddr: 0x141870, symSize: 0x41C } + - { offsetInCU: 0x15E3, offset: 0x17AF06, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfc', symObjAddr: 0x738, symBinAddr: 0x141CC4, symSize: 0x110 } + - { offsetInCU: 0x1645, offset: 0x17AF68, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x848, symBinAddr: 0x141DD4, symSize: 0x4C } + - { offsetInCU: 0x168B, offset: 0x17AFAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x894, symBinAddr: 0x141E20, symSize: 0x6C } + - { offsetInCU: 0x16F0, offset: 0x17B013, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCACycfcTo', symObjAddr: 0x900, symBinAddr: 0x141E8C, symSize: 0x2C } + - { offsetInCU: 0x1757, offset: 0x17B07A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfD', symObjAddr: 0x92C, symBinAddr: 0x141EB8, symSize: 0x34 } + - { offsetInCU: 0x179B, offset: 0x17B0BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfETo', symObjAddr: 0x960, symBinAddr: 0x141EEC, symSize: 0x10 } + - { offsetInCU: 0x17CA, offset: 0x17B0ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCMa', symObjAddr: 0x970, symBinAddr: 0x141EFC, symSize: 0x20 } + - { offsetInCU: 0x18DB, offset: 0x17B1FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfETo', symObjAddr: 0x13A8, symBinAddr: 0x142934, symSize: 0x38 } + - { offsetInCU: 0x190A, offset: 0x17B22D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x13E0, symBinAddr: 0x14296C, symSize: 0x20 } + - { offsetInCU: 0x191E, offset: 0x17B241, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x1444, symBinAddr: 0x1429D0, symSize: 0x20 } + - { offsetInCU: 0x1D5, offset: 0x17B9A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x0, symBinAddr: 0x142D58, symSize: 0x150 } + - { offsetInCU: 0x52F, offset: 0x17BD02, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA04TextbC0C_Tg5', symObjAddr: 0x150, symBinAddr: 0x142EA8, symSize: 0x190 } + - { offsetInCU: 0x760, offset: 0x17BF33, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x2E0, symBinAddr: 0x143038, symSize: 0x190 } + - { offsetInCU: 0x9C7, offset: 0x17C19A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA012TextAnimatorB10PropertiesC_Tg5', symObjAddr: 0x470, symBinAddr: 0x1431C8, symSize: 0xC4 } + - { offsetInCU: 0xAE5, offset: 0x17C2B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA24LayerTransformPropertiesC_Tg5', symObjAddr: 0x534, symBinAddr: 0x14328C, symSize: 0xC4 } + - { offsetInCU: 0xC24, offset: 0x17C3F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA012TextAnimatorbF0C_Tg5', symObjAddr: 0x5F8, symBinAddr: 0x143350, symSize: 0xA4 } + - { offsetInCU: 0xD56, offset: 0x17C529, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA014LayerTransformF0C_Tg5', symObjAddr: 0x69C, symBinAddr: 0x1433F4, symSize: 0xA4 } + - { offsetInCU: 0xF83, offset: 0x17C756, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layer4sizeAcA0C5ModelC_So6CGSizeVtcfc', symObjAddr: 0x740, symBinAddr: 0x143498, symSize: 0xF90 } + - { offsetInCU: 0x1AAD, offset: 0x17D280, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x1708, symBinAddr: 0x144460, symSize: 0x1C } + - { offsetInCU: 0x1AFA, offset: 0x17D2CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x1724, symBinAddr: 0x14447C, symSize: 0xC } + - { offsetInCU: 0x1B28, offset: 0x17D2FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x1724, symBinAddr: 0x14447C, symSize: 0xC } + - { offsetInCU: 0x1B76, offset: 0x17D349, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC16displayWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1730, symBinAddr: 0x144488, symSize: 0x37C } + - { offsetInCU: 0x1FFA, offset: 0x17D7CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfc', symObjAddr: 0x1AAC, symBinAddr: 0x144804, symSize: 0x32C } + - { offsetInCU: 0x20DF, offset: 0x17D8B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1DD8, symBinAddr: 0x144B30, symSize: 0x4C } + - { offsetInCU: 0x20FB, offset: 0x17D8CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1E24, symBinAddr: 0x144B7C, symSize: 0xF4 } + - { offsetInCU: 0x2152, offset: 0x17D925, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1F18, symBinAddr: 0x144C70, symSize: 0x24 } + - { offsetInCU: 0x216E, offset: 0x17D941, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1F3C, symBinAddr: 0x144C94, symSize: 0x4 } + - { offsetInCU: 0x21CF, offset: 0x17D9A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCACycfcTo', symObjAddr: 0x1F40, symBinAddr: 0x144C98, symSize: 0x2C } + - { offsetInCU: 0x2236, offset: 0x17DA09, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfD', symObjAddr: 0x1F6C, symBinAddr: 0x144CC4, symSize: 0x30 } + - { offsetInCU: 0x2281, offset: 0x17DA54, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x20B0, symBinAddr: 0x144E00, symSize: 0x3C } + - { offsetInCU: 0x22B3, offset: 0x17DA86, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x20EC, symBinAddr: 0x144E3C, symSize: 0x38 } + - { offsetInCU: 0x22ED, offset: 0x17DAC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2124, symBinAddr: 0x144E74, symSize: 0x14 } + - { offsetInCU: 0x233D, offset: 0x17DB10, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP07keypathC0So7CALayerCSgvgTW', symObjAddr: 0x2138, symBinAddr: 0x144E88, symSize: 0x34 } + - { offsetInCU: 0x28D3, offset: 0x17E0A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfETo', symObjAddr: 0x1F9C, symBinAddr: 0x144CF4, symSize: 0xEC } + - { offsetInCU: 0x2902, offset: 0x17E0D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCMa', symObjAddr: 0x2088, symBinAddr: 0x144DE0, symSize: 0x20 } + - { offsetInCU: 0x2916, offset: 0x17E0E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24CompositionLayerDelegate_pSgXwWOh', symObjAddr: 0x222C, symBinAddr: 0x144EDC, symSize: 0x24 } + - { offsetInCU: 0x27, offset: 0x17E648, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0x144F44, symSize: 0x6A4 } + - { offsetInCU: 0xE2, offset: 0x17E703, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0x144F44, symSize: 0x6A4 } + - { offsetInCU: 0x332, offset: 0x17E953, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x6C4, symBinAddr: 0x145608, symSize: 0x504 } + - { offsetInCU: 0x27, offset: 0x17ED71, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x145B3C, symSize: 0x688 } + - { offsetInCU: 0xD8, offset: 0x17EE22, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x145B3C, symSize: 0x688 } + - { offsetInCU: 0x273, offset: 0x17EFBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV_AC05ZIP64cdeF0VSgtSgWOb', symObjAddr: 0x688, symBinAddr: 0x1461C4, symSize: 0x48 } + - { offsetInCU: 0x287, offset: 0x17EFD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwCP', symObjAddr: 0x7DC, symBinAddr: 0x14620C, symSize: 0x30 } + - { offsetInCU: 0x29B, offset: 0x17EFE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwxx', symObjAddr: 0x80C, symBinAddr: 0x14623C, symSize: 0x44 } + - { offsetInCU: 0x2AF, offset: 0x17EFF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwcp', symObjAddr: 0x850, symBinAddr: 0x146280, symSize: 0xFC } + - { offsetInCU: 0x2C3, offset: 0x17F00D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwca', symObjAddr: 0x94C, symBinAddr: 0x14637C, symSize: 0x23C } + - { offsetInCU: 0x2D7, offset: 0x17F021, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVWOh', symObjAddr: 0xB88, symBinAddr: 0x1465B8, symSize: 0x34 } + - { offsetInCU: 0x2EB, offset: 0x17F035, size: 0x8, addend: 0x0, symName: ___swift_memcpy160_8, symObjAddr: 0xBBC, symBinAddr: 0x1465EC, symSize: 0x2C } + - { offsetInCU: 0x2FF, offset: 0x17F049, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwta', symObjAddr: 0xBE8, symBinAddr: 0x146618, symSize: 0x11C } + - { offsetInCU: 0x313, offset: 0x17F05D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwet', symObjAddr: 0xD04, symBinAddr: 0x146734, symSize: 0x5C } + - { offsetInCU: 0x327, offset: 0x17F071, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwst', symObjAddr: 0xD60, symBinAddr: 0x146790, symSize: 0x7C } + - { offsetInCU: 0x33B, offset: 0x17F085, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVMa', symObjAddr: 0xDDC, symBinAddr: 0x14680C, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x17F2FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x14681C, symSize: 0xB4 } + - { offsetInCU: 0x79, offset: 0x17F34A, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x14681C, symSize: 0xB4 } + - { offsetInCU: 0xFC, offset: 0x17F3CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB4, symBinAddr: 0x1468D0, symSize: 0xAC } + - { offsetInCU: 0x189, offset: 0x17F45A, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x160, symBinAddr: 0x14697C, symSize: 0xE8 } + - { offsetInCU: 0x1E0, offset: 0x17F4B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x248, symBinAddr: 0x146A64, symSize: 0x1FC } + - { offsetInCU: 0x29E, offset: 0x17F56F, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x444, symBinAddr: 0x146C60, symSize: 0x2C } + - { offsetInCU: 0x2BA, offset: 0x17F58B, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfD', symObjAddr: 0x480, symBinAddr: 0x146C9C, symSize: 0x34 } + - { offsetInCU: 0x2F9, offset: 0x17F5CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfE', symObjAddr: 0x470, symBinAddr: 0x146C8C, symSize: 0x10 } + - { offsetInCU: 0x326, offset: 0x17F5F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfETo', symObjAddr: 0x4B4, symBinAddr: 0x146CD0, symSize: 0x10 } + - { offsetInCU: 0x355, offset: 0x17F626, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCMa', symObjAddr: 0x4C4, symBinAddr: 0x146CE0, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x17F856, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x146D00, symSize: 0xC } + - { offsetInCU: 0x137, offset: 0x17F92F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0xC, symBinAddr: 0x146D0C, symSize: 0xC0 } + - { offsetInCU: 0x222, offset: 0x17FA1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCC, symBinAddr: 0x146DCC, symSize: 0x8 } + - { offsetInCU: 0x242, offset: 0x17FA3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCC, symBinAddr: 0x146DCC, symSize: 0x8 } + - { offsetInCU: 0x254, offset: 0x17FA4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP7lineCapAA04LineF0OvgTW', symObjAddr: 0xD4, symBinAddr: 0x146DD4, symSize: 0x8 } + - { offsetInCU: 0x270, offset: 0x17FA68, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP8lineJoinAA04LineF0OvgTW', symObjAddr: 0xDC, symBinAddr: 0x146DDC, symSize: 0x8 } + - { offsetInCU: 0x29B, offset: 0x17FA93, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0xE4, symBinAddr: 0x146DE4, symSize: 0x8 } + - { offsetInCU: 0x2BB, offset: 0x17FAB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0xE4, symBinAddr: 0x146DE4, symSize: 0x8 } + - { offsetInCU: 0x2DC, offset: 0x17FAD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0xEC, symBinAddr: 0x146DEC, symSize: 0x8 } + - { offsetInCU: 0x2FC, offset: 0x17FAF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0xEC, symBinAddr: 0x146DEC, symSize: 0x8 } + - { offsetInCU: 0x30E, offset: 0x17FB06, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xF4, symBinAddr: 0x146DF4, symSize: 0x48 } + - { offsetInCU: 0x333, offset: 0x17FB2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x13C, symBinAddr: 0x146E3C, symSize: 0x45C } + - { offsetInCU: 0x3BB, offset: 0x17FBB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x598, symBinAddr: 0x147298, symSize: 0x860 } + - { offsetInCU: 0x824, offset: 0x18001C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO8rawValueSSvg', symObjAddr: 0xDF8, symBinAddr: 0x147AF8, symSize: 0x20 } + - { offsetInCU: 0x85D, offset: 0x180055, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x1144, symBinAddr: 0x147E10, symSize: 0x20 } + - { offsetInCU: 0x88B, offset: 0x180083, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x1144, symBinAddr: 0x147E10, symSize: 0x20 } + - { offsetInCU: 0x8DF, offset: 0x1800D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x118C, symBinAddr: 0x147E58, symSize: 0x64 } + - { offsetInCU: 0x945, offset: 0x18013D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x11F0, symBinAddr: 0x147EBC, symSize: 0x28 } + - { offsetInCU: 0x961, offset: 0x180159, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1218, symBinAddr: 0x147EE4, symSize: 0x8 } + - { offsetInCU: 0x997, offset: 0x18018F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1220, symBinAddr: 0x147EEC, symSize: 0x68 } + - { offsetInCU: 0xA1C, offset: 0x180214, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1288, symBinAddr: 0x147F54, symSize: 0xC } + - { offsetInCU: 0xA38, offset: 0x180230, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1294, symBinAddr: 0x147F60, symSize: 0xC } + - { offsetInCU: 0xABC, offset: 0x1802B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0xE4C, symBinAddr: 0x147B18, symSize: 0x2F8 } + - { offsetInCU: 0xB36, offset: 0x18032E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfD', symObjAddr: 0x131C, symBinAddr: 0x147FE8, symSize: 0x44 } + - { offsetInCU: 0xD99, offset: 0x180591, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfE', symObjAddr: 0x12F0, symBinAddr: 0x147FBC, symSize: 0x2C } + - { offsetInCU: 0xDC6, offset: 0x1805BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCMa', symObjAddr: 0x1360, symBinAddr: 0x14802C, symSize: 0x20 } + - { offsetInCU: 0xDDA, offset: 0x1805D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs0C3KeyAAWl', symObjAddr: 0x13E4, symBinAddr: 0x14804C, symSize: 0x44 } + - { offsetInCU: 0xDEE, offset: 0x1805E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSEAAWl', symObjAddr: 0x14F4, symBinAddr: 0x1480D4, symSize: 0x44 } + - { offsetInCU: 0xE02, offset: 0x1805FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSEAAWl', symObjAddr: 0x1538, symBinAddr: 0x148118, symSize: 0x44 } + - { offsetInCU: 0xE16, offset: 0x18060E, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11DashElementCGMa', symObjAddr: 0x15F4, symBinAddr: 0x1481D4, symSize: 0x54 } + - { offsetInCU: 0xE2A, offset: 0x180622, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSeAAWl', symObjAddr: 0x17D8, symBinAddr: 0x148310, symSize: 0x44 } + - { offsetInCU: 0xE3E, offset: 0x180636, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSeAAWl', symObjAddr: 0x181C, symBinAddr: 0x148354, symSize: 0x44 } + - { offsetInCU: 0xE52, offset: 0x18064A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwet', symObjAddr: 0x19B4, symBinAddr: 0x1483D8, symSize: 0x90 } + - { offsetInCU: 0xE66, offset: 0x18065E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwst', symObjAddr: 0x1A44, symBinAddr: 0x148468, symSize: 0xBC } + - { offsetInCU: 0xE7A, offset: 0x180672, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwug', symObjAddr: 0x1B00, symBinAddr: 0x148524, symSize: 0x8 } + - { offsetInCU: 0xE8E, offset: 0x180686, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwup', symObjAddr: 0x1B08, symBinAddr: 0x14852C, symSize: 0x4 } + - { offsetInCU: 0xEA2, offset: 0x18069A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwui', symObjAddr: 0x1B0C, symBinAddr: 0x148530, symSize: 0x8 } + - { offsetInCU: 0xEB6, offset: 0x1806AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOMa', symObjAddr: 0x1B14, symBinAddr: 0x148538, symSize: 0x10 } + - { offsetInCU: 0xECA, offset: 0x1806C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASQWb', symObjAddr: 0x1B24, symBinAddr: 0x148548, symSize: 0x4 } + - { offsetInCU: 0xEDE, offset: 0x1806D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFSQAAWl', symObjAddr: 0x1B28, symBinAddr: 0x14854C, symSize: 0x44 } + - { offsetInCU: 0xEF2, offset: 0x1806EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1B6C, symBinAddr: 0x148590, symSize: 0x4 } + - { offsetInCU: 0xF06, offset: 0x1806FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1B70, symBinAddr: 0x148594, symSize: 0x44 } + - { offsetInCU: 0xF1A, offset: 0x180712, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1BB4, symBinAddr: 0x1485D8, symSize: 0x4 } + - { offsetInCU: 0xF2E, offset: 0x180726, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1BB8, symBinAddr: 0x1485DC, symSize: 0x44 } + - { offsetInCU: 0x1015, offset: 0x18080D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1164, symBinAddr: 0x147E30, symSize: 0xC } + - { offsetInCU: 0x104F, offset: 0x180847, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1170, symBinAddr: 0x147E3C, symSize: 0xC } + - { offsetInCU: 0x106F, offset: 0x180867, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1170, symBinAddr: 0x147E3C, symSize: 0xC } + - { offsetInCU: 0x1083, offset: 0x18087B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1170, symBinAddr: 0x147E3C, symSize: 0xC } + - { offsetInCU: 0x1095, offset: 0x18088D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x117C, symBinAddr: 0x147E48, symSize: 0x8 } + - { offsetInCU: 0x10B1, offset: 0x1808A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1184, symBinAddr: 0x147E50, symSize: 0x8 } + - { offsetInCU: 0x10CB, offset: 0x1808C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x12A0, symBinAddr: 0x147F6C, symSize: 0x28 } + - { offsetInCU: 0x10E7, offset: 0x1808DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x12C8, symBinAddr: 0x147F94, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x180AF8, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x148620, symSize: 0x1124 } + - { offsetInCU: 0x34D, offset: 0x180E1E, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x148620, symSize: 0x1124 } + - { offsetInCU: 0x1466, offset: 0x181F37, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationFontProvider_pWOc', symObjAddr: 0x1124, symBinAddr: 0x149744, symSize: 0x44 } + - { offsetInCU: 0x27, offset: 0x1822AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x149788, symSize: 0x2C } + - { offsetInCU: 0x3F, offset: 0x1822C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x149788, symSize: 0x2C } + - { offsetInCU: 0x53, offset: 0x1822DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwxx', symObjAddr: 0x2C, symBinAddr: 0x1497B4, symSize: 0x8 } + - { offsetInCU: 0x67, offset: 0x1822EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwcp', symObjAddr: 0x34, symBinAddr: 0x1497BC, symSize: 0x2C } + - { offsetInCU: 0x7B, offset: 0x182303, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwca', symObjAddr: 0x60, symBinAddr: 0x1497E8, symSize: 0x4C } + - { offsetInCU: 0x8F, offset: 0x182317, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwta', symObjAddr: 0xB8, symBinAddr: 0x149834, symSize: 0x3C } + - { offsetInCU: 0xA3, offset: 0x18232B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwet', symObjAddr: 0xF4, symBinAddr: 0x149870, symSize: 0x48 } + - { offsetInCU: 0xB7, offset: 0x18233F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwst', symObjAddr: 0x13C, symBinAddr: 0x1498B8, symSize: 0x3C } + - { offsetInCU: 0xCB, offset: 0x182353, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVMa', symObjAddr: 0x178, symBinAddr: 0x1498F4, symSize: 0x10 } + - { offsetInCU: 0x24F, offset: 0x1824D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathV4trim12fromPosition02toG06offset0E14SimultaneouslyAC12CoreGraphics7CGFloatV_A2KSbtF', symObjAddr: 0x188, symBinAddr: 0x149904, symSize: 0x814 } + - { offsetInCU: 0x27, offset: 0x1833D6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x14A118, symSize: 0x134 } + - { offsetInCU: 0x3F, offset: 0x1833EE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x14A118, symSize: 0x134 } + - { offsetInCU: 0x4F, offset: 0x183654, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x14A24C, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x183679, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x14A294, symSize: 0x24C } + - { offsetInCU: 0xDC, offset: 0x1836E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x294, symBinAddr: 0x14A4E0, symSize: 0x274 } + - { offsetInCU: 0x1E8, offset: 0x1837ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO8rawValueSSvg', symObjAddr: 0x508, symBinAddr: 0x14A754, symSize: 0x20 } + - { offsetInCU: 0x20F, offset: 0x183814, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO11stringValueSSvg', symObjAddr: 0x6AC, symBinAddr: 0x14A8F8, symSize: 0x20 } + - { offsetInCU: 0x250, offset: 0x183855, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x6F0, symBinAddr: 0x14A93C, symSize: 0x70 } + - { offsetInCU: 0x284, offset: 0x183889, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x760, symBinAddr: 0x14A9AC, symSize: 0x28 } + - { offsetInCU: 0x2A0, offset: 0x1838A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x788, symBinAddr: 0x14A9D4, symSize: 0x8 } + - { offsetInCU: 0x2D6, offset: 0x1838DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x790, symBinAddr: 0x14A9DC, symSize: 0x74 } + - { offsetInCU: 0x321, offset: 0x183926, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x804, symBinAddr: 0x14AA50, symSize: 0xC } + - { offsetInCU: 0x33D, offset: 0x183942, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x810, symBinAddr: 0x14AA5C, symSize: 0xC } + - { offsetInCU: 0x35B, offset: 0x183960, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x528, symBinAddr: 0x14A774, symSize: 0x184 } + - { offsetInCU: 0x3D5, offset: 0x1839DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfD', symObjAddr: 0x874, symBinAddr: 0x14AAC0, symSize: 0x2C } + - { offsetInCU: 0x494, offset: 0x183A99, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfE', symObjAddr: 0x86C, symBinAddr: 0x14AAB8, symSize: 0x8 } + - { offsetInCU: 0x4EC, offset: 0x183AF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCMa', symObjAddr: 0x8A0, symBinAddr: 0x14AAEC, symSize: 0x20 } + - { offsetInCU: 0x500, offset: 0x183B05, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs0C3KeyAAWl', symObjAddr: 0x924, symBinAddr: 0x14AB0C, symSize: 0x44 } + - { offsetInCU: 0x514, offset: 0x183B19, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGMa', symObjAddr: 0x968, symBinAddr: 0x14AB50, symSize: 0x54 } + - { offsetInCU: 0x528, offset: 0x183B2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwet', symObjAddr: 0xC64, symBinAddr: 0x14AC08, symSize: 0x90 } + - { offsetInCU: 0x53C, offset: 0x183B41, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwst', symObjAddr: 0xCF4, symBinAddr: 0x14AC98, symSize: 0xBC } + - { offsetInCU: 0x550, offset: 0x183B55, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwug', symObjAddr: 0xDB0, symBinAddr: 0x14AD54, symSize: 0x8 } + - { offsetInCU: 0x564, offset: 0x183B69, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwup', symObjAddr: 0xDB8, symBinAddr: 0x14AD5C, symSize: 0x4 } + - { offsetInCU: 0x578, offset: 0x183B7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwui', symObjAddr: 0xDBC, symBinAddr: 0x14AD60, symSize: 0xC } + - { offsetInCU: 0x58C, offset: 0x183B91, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOMa', symObjAddr: 0xDC8, symBinAddr: 0x14AD6C, symSize: 0x10 } + - { offsetInCU: 0x5A0, offset: 0x183BA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASQWb', symObjAddr: 0xDD8, symBinAddr: 0x14AD7C, symSize: 0x4 } + - { offsetInCU: 0x5B4, offset: 0x183BB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFSQAAWl', symObjAddr: 0xDDC, symBinAddr: 0x14AD80, symSize: 0x44 } + - { offsetInCU: 0x5C8, offset: 0x183BCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE20, symBinAddr: 0x14ADC4, symSize: 0x4 } + - { offsetInCU: 0x5DC, offset: 0x183BE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE24, symBinAddr: 0x14ADC8, symSize: 0x44 } + - { offsetInCU: 0x5F0, offset: 0x183BF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE68, symBinAddr: 0x14AE0C, symSize: 0x4 } + - { offsetInCU: 0x604, offset: 0x183C09, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xE6C, symBinAddr: 0x14AE10, symSize: 0x44 } + - { offsetInCU: 0x66A, offset: 0x183C6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6CC, symBinAddr: 0x14A918, symSize: 0xC } + - { offsetInCU: 0x686, offset: 0x183C8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x6D8, symBinAddr: 0x14A924, symSize: 0x8 } + - { offsetInCU: 0x6A2, offset: 0x183CA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6E0, symBinAddr: 0x14A92C, symSize: 0x8 } + - { offsetInCU: 0x6BE, offset: 0x183CC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6E8, symBinAddr: 0x14A934, symSize: 0x8 } + - { offsetInCU: 0x6E0, offset: 0x183CE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x81C, symBinAddr: 0x14AA68, symSize: 0x28 } + - { offsetInCU: 0x6FC, offset: 0x183D01, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x844, symBinAddr: 0x14AA90, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x183EE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6boundsSo6CGRectVvg', symObjAddr: 0x0, symBinAddr: 0x14AE54, symSize: 0x10 } + - { offsetInCU: 0x6C, offset: 0x183F12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF', symObjAddr: 0x10, symBinAddr: 0x14AE64, symSize: 0x14 } + - { offsetInCU: 0x11E, offset: 0x183FC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF', symObjAddr: 0x24, symBinAddr: 0x14AE78, symSize: 0x2C } + - { offsetInCU: 0x1DD, offset: 0x184083, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF', symObjAddr: 0x50, symBinAddr: 0x14AEA4, symSize: 0x14 } + - { offsetInCU: 0x21D, offset: 0x1840C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF', symObjAddr: 0x64, symBinAddr: 0x14AEB8, symSize: 0x14 } + - { offsetInCU: 0x2C2, offset: 0x184168, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x78, symBinAddr: 0x14AECC, symSize: 0xE0 } + - { offsetInCU: 0x3F7, offset: 0x18429D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x158, symBinAddr: 0x14AFAC, symSize: 0xA8 } + - { offsetInCU: 0x486, offset: 0x18432C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x200, symBinAddr: 0x14B054, symSize: 0xA8 } + - { offsetInCU: 0x503, offset: 0x1843A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ', symObjAddr: 0x2A8, symBinAddr: 0x14B0FC, symSize: 0x4 } + - { offsetInCU: 0x51F, offset: 0x1843C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZSSyXEfu0_', symObjAddr: 0x4E0, symBinAddr: 0x14B334, symSize: 0xD8 } + - { offsetInCU: 0x635, offset: 0x1844DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ', symObjAddr: 0x2AC, symBinAddr: 0x14B100, symSize: 0x14 } + - { offsetInCU: 0x649, offset: 0x1844EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8durationSdvg', symObjAddr: 0x2C0, symBinAddr: 0x14B114, symSize: 0x14 } + - { offsetInCU: 0x676, offset: 0x18451C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ', symObjAddr: 0x2D4, symBinAddr: 0x14B128, symSize: 0x4 } + - { offsetInCU: 0x692, offset: 0x184538, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x5B8, symBinAddr: 0x14B40C, symSize: 0x154 } + - { offsetInCU: 0x7FC, offset: 0x1846A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ', symObjAddr: 0x2D8, symBinAddr: 0x14B12C, symSize: 0x1FC } + - { offsetInCU: 0x877, offset: 0x18471D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_', symObjAddr: 0xD44, symBinAddr: 0x14BB98, symSize: 0x568 } + - { offsetInCU: 0x9A8, offset: 0x18484E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_', symObjAddr: 0x12AC, symBinAddr: 0x14C100, symSize: 0x94 } + - { offsetInCU: 0xA1E, offset: 0x1848C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ', symObjAddr: 0x4D4, symBinAddr: 0x14B328, symSize: 0x4 } + - { offsetInCU: 0xA3A, offset: 0x1848E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x70C, symBinAddr: 0x14B560, symSize: 0x1C4 } + - { offsetInCU: 0xC22, offset: 0x184AC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg', symObjAddr: 0x4D8, symBinAddr: 0x14B32C, symSize: 0x8 } + - { offsetInCU: 0xD2A, offset: 0x184BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ', symObjAddr: 0x8D0, symBinAddr: 0x14B724, symSize: 0x6C } + - { offsetInCU: 0xE86, offset: 0x184D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_', symObjAddr: 0xD00, symBinAddr: 0x14BB54, symSize: 0x44 } + - { offsetInCU: 0xEDF, offset: 0x184D85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTY0_', symObjAddr: 0x93C, symBinAddr: 0x14B790, symSize: 0x36C } + - { offsetInCU: 0x106C, offset: 0x184F12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTQ1_', symObjAddr: 0xCA8, symBinAddr: 0x14BAFC, symSize: 0x58 } + - { offsetInCU: 0x11AB, offset: 0x185051, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZTf4nnd_n', symObjAddr: 0x1340, symBinAddr: 0x14C194, symSize: 0x26C } + - { offsetInCU: 0x129F, offset: 0x185145, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x15AC, symBinAddr: 0x14C400, symSize: 0x358 } + - { offsetInCU: 0x1446, offset: 0x1852EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x1904, symBinAddr: 0x14C758, symSize: 0x308 } + - { offsetInCU: 0x1598, offset: 0x18543E, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1C14, symBinAddr: 0x14CA68, symSize: 0x10 } + - { offsetInCU: 0x15AC, offset: 0x185452, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1C24, symBinAddr: 0x14CA78, symSize: 0x8 } + - { offsetInCU: 0x15C0, offset: 0x185466, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZTf4nnnd_n', symObjAddr: 0x1C2C, symBinAddr: 0x14CA80, symSize: 0x304 } + - { offsetInCU: 0x1743, offset: 0x1855E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_TA', symObjAddr: 0x1FD4, symBinAddr: 0x14CDE8, symSize: 0x40 } + - { offsetInCU: 0x1757, offset: 0x1855FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_TA', symObjAddr: 0x2114, symBinAddr: 0x14CF28, symSize: 0xC } + - { offsetInCU: 0x176B, offset: 0x185611, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x2120, symBinAddr: 0x14CF34, symSize: 0x8 } + - { offsetInCU: 0x177F, offset: 0x185625, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU1_TA', symObjAddr: 0x237C, symBinAddr: 0x14CFAC, symSize: 0x24 } + - { offsetInCU: 0x17B3, offset: 0x185659, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_TA', symObjAddr: 0x243C, symBinAddr: 0x14D06C, symSize: 0x4C } + - { offsetInCU: 0xF3, offset: 0x185B69, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x14D104, symSize: 0x598 } + - { offsetInCU: 0x22C, offset: 0x185CA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x598, symBinAddr: 0x14D69C, symSize: 0x954 } + - { offsetInCU: 0x68B, offset: 0x186101, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0xEEC, symBinAddr: 0x14DFF0, symSize: 0x46C } + - { offsetInCU: 0x6CA, offset: 0x186140, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1B84, symBinAddr: 0x14EBF0, symSize: 0x4C } + - { offsetInCU: 0x701, offset: 0x186177, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueSSvg', symObjAddr: 0x1BD0, symBinAddr: 0x14EC3C, symSize: 0x20 } + - { offsetInCU: 0x73A, offset: 0x1861B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1BF0, symBinAddr: 0x14EC5C, symSize: 0x20 } + - { offsetInCU: 0x768, offset: 0x1861DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1BF0, symBinAddr: 0x14EC5C, symSize: 0x20 } + - { offsetInCU: 0x7B1, offset: 0x186227, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x1D94, symBinAddr: 0x14EE00, symSize: 0x44 } + - { offsetInCU: 0x7F7, offset: 0x18626D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1DD8, symBinAddr: 0x14EE44, symSize: 0x28 } + - { offsetInCU: 0x80B, offset: 0x186281, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1E00, symBinAddr: 0x14EE6C, symSize: 0x8 } + - { offsetInCU: 0x841, offset: 0x1862B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1E08, symBinAddr: 0x14EE74, symSize: 0x3C } + - { offsetInCU: 0x8A6, offset: 0x18631C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1E44, symBinAddr: 0x14EEB0, symSize: 0xC } + - { offsetInCU: 0x8C2, offset: 0x186338, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1E50, symBinAddr: 0x14EEBC, symSize: 0xC } + - { offsetInCU: 0x8DE, offset: 0x186354, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x38B0, symBinAddr: 0x1506E4, symSize: 0x50 } + - { offsetInCU: 0x929, offset: 0x18639F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCfD', symObjAddr: 0x1EAC, symBinAddr: 0x14EF18, symSize: 0x44 } + - { offsetInCU: 0x96C, offset: 0x1863E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1F10, symBinAddr: 0x14EF7C, symSize: 0x2C } + - { offsetInCU: 0x98F, offset: 0x186405, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1F3C, symBinAddr: 0x14EFA8, symSize: 0x28 } + - { offsetInCU: 0x9D9, offset: 0x18644F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x135C, symBinAddr: 0x14E460, symSize: 0xD0 } + - { offsetInCU: 0xA2C, offset: 0x1864A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x1470, symBinAddr: 0x14E530, symSize: 0x14 } + - { offsetInCU: 0xA49, offset: 0x1864BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x148C, symBinAddr: 0x14E54C, symSize: 0x8 } + - { offsetInCU: 0xA65, offset: 0x1864DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1494, symBinAddr: 0x14E554, symSize: 0x14 } + - { offsetInCU: 0xBA1, offset: 0x186617, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO13discriminator_WZ', symObjAddr: 0x1358, symBinAddr: 0x14E45C, symSize: 0x4 } + - { offsetInCU: 0xBC7, offset: 0x18663D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x14F4, symBinAddr: 0x14E5B4, symSize: 0x14 } + - { offsetInCU: 0xBF0, offset: 0x186666, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1508, symBinAddr: 0x14E5C8, symSize: 0x8 } + - { offsetInCU: 0xC19, offset: 0x18668F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueACSgSi_tcfC', symObjAddr: 0x15B8, symBinAddr: 0x14E678, symSize: 0x14 } + - { offsetInCU: 0xC42, offset: 0x1866B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueSivg', symObjAddr: 0x15CC, symBinAddr: 0x14E68C, symSize: 0x8 } + - { offsetInCU: 0xC5D, offset: 0x1866D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x17DC, symBinAddr: 0x14E858, symSize: 0x8 } + - { offsetInCU: 0xC93, offset: 0x186709, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x17E4, symBinAddr: 0x14E860, symSize: 0xC } + - { offsetInCU: 0xCB3, offset: 0x186729, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x17E4, symBinAddr: 0x14E860, symSize: 0xC } + - { offsetInCU: 0xCC5, offset: 0x18673B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOAA11ClassFamilyAAWI', symObjAddr: 0x15D4, symBinAddr: 0x14E694, symSize: 0x24 } + - { offsetInCU: 0xCD9, offset: 0x18674F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSHAASQWb', symObjAddr: 0x163C, symBinAddr: 0x14E6B8, symSize: 0x4 } + - { offsetInCU: 0xCED, offset: 0x186763, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSQAAWl', symObjAddr: 0x1640, symBinAddr: 0x14E6BC, symSize: 0x44 } + - { offsetInCU: 0xD01, offset: 0x186777, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSHAASQWb', symObjAddr: 0x1684, symBinAddr: 0x14E700, symSize: 0x4 } + - { offsetInCU: 0xD15, offset: 0x18678B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSQAAWl', symObjAddr: 0x1688, symBinAddr: 0x14E704, symSize: 0x44 } + - { offsetInCU: 0xD34, offset: 0x1867AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASQWb', symObjAddr: 0x16E0, symBinAddr: 0x14E75C, symSize: 0x4 } + - { offsetInCU: 0xD48, offset: 0x1867BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSQAAWl', symObjAddr: 0x16E4, symBinAddr: 0x14E760, symSize: 0x44 } + - { offsetInCU: 0xD72, offset: 0x1867E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwet', symObjAddr: 0x18A8, symBinAddr: 0x14E914, symSize: 0x90 } + - { offsetInCU: 0xD86, offset: 0x1867FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwst', symObjAddr: 0x1938, symBinAddr: 0x14E9A4, symSize: 0xBC } + - { offsetInCU: 0xD9A, offset: 0x186810, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwup', symObjAddr: 0x19F4, symBinAddr: 0x14EA60, symSize: 0x4 } + - { offsetInCU: 0xDAE, offset: 0x186824, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOMa', symObjAddr: 0x19F8, symBinAddr: 0x14EA64, symSize: 0x10 } + - { offsetInCU: 0xDC2, offset: 0x186838, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwet', symObjAddr: 0x1A08, symBinAddr: 0x14EA74, symSize: 0x90 } + - { offsetInCU: 0xDD6, offset: 0x18684C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwst', symObjAddr: 0x1A98, symBinAddr: 0x14EB04, symSize: 0xBC } + - { offsetInCU: 0xDEA, offset: 0x186860, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwup', symObjAddr: 0x1B54, symBinAddr: 0x14EBC0, symSize: 0x4 } + - { offsetInCU: 0xDFE, offset: 0x186874, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOMa', symObjAddr: 0x1B58, symBinAddr: 0x14EBC4, symSize: 0x10 } + - { offsetInCU: 0xE12, offset: 0x186888, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOwup', symObjAddr: 0x1B70, symBinAddr: 0x14EBDC, symSize: 0x4 } + - { offsetInCU: 0xE26, offset: 0x18689C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOMa', symObjAddr: 0x1B74, symBinAddr: 0x14EBE0, symSize: 0x10 } + - { offsetInCU: 0xE5B, offset: 0x1868D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCMa', symObjAddr: 0x1EF0, symBinAddr: 0x14EF5C, symSize: 0x20 } + - { offsetInCU: 0xE6F, offset: 0x1868E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs0D3KeyAAWl', symObjAddr: 0x1FA4, symBinAddr: 0x14EFD0, symSize: 0x44 } + - { offsetInCU: 0xF6E, offset: 0x1869E4, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x202C, symBinAddr: 0x14F014, symSize: 0x2A0 } + - { offsetInCU: 0x106B, offset: 0x186AE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSeAAWl', symObjAddr: 0x22CC, symBinAddr: 0x14F2B4, symSize: 0x44 } + - { offsetInCU: 0x107F, offset: 0x186AF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSeAAWl', symObjAddr: 0x2310, symBinAddr: 0x14F2F8, symSize: 0x44 } + - { offsetInCU: 0x112D, offset: 0x186BA3, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x2354, symBinAddr: 0x14F33C, symSize: 0x188 } + - { offsetInCU: 0x1427, offset: 0x186E9D, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M5StyleCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x24DC, symBinAddr: 0x14F4C4, symSize: 0x3C4 } + - { offsetInCU: 0x1744, offset: 0x1871BA, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M6EffectCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x28A0, symBinAddr: 0x14F888, symSize: 0x3C4 } + - { offsetInCU: 0x1981, offset: 0x1873F7, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOb', symObjAddr: 0x2C64, symBinAddr: 0x14FC4C, symSize: 0x18 } + - { offsetInCU: 0x1995, offset: 0x18740B, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOc', symObjAddr: 0x2C7C, symBinAddr: 0x14FC64, symSize: 0x44 } + - { offsetInCU: 0x1A95, offset: 0x18750B, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_AC0N5ValueCAC0nZ4TypeOTg5Tf4dnnn_n', symObjAddr: 0x2DB4, symBinAddr: 0x14FCA8, symSize: 0x3E4 } + - { offsetInCU: 0x1CC2, offset: 0x187738, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSeAAWl', symObjAddr: 0x3198, symBinAddr: 0x15008C, symSize: 0x44 } + - { offsetInCU: 0x1CD6, offset: 0x18774C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSEAAWl', symObjAddr: 0x31DC, symBinAddr: 0x1500D0, symSize: 0x44 } + - { offsetInCU: 0x1CEA, offset: 0x187760, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSEAAWl', symObjAddr: 0x3264, symBinAddr: 0x150114, symSize: 0x44 } + - { offsetInCU: 0x1CFE, offset: 0x187774, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSEAAWl', symObjAddr: 0x3338, symBinAddr: 0x1501E8, symSize: 0x44 } + - { offsetInCU: 0x1D12, offset: 0x187788, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerStyleCGSayxGSEsSERzlWl', symObjAddr: 0x337C, symBinAddr: 0x15022C, symSize: 0x88 } + - { offsetInCU: 0x1D26, offset: 0x18779C, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11LayerEffectCGSayxGSEsSERzlWl', symObjAddr: 0x3404, symBinAddr: 0x1502B4, symSize: 0x88 } + - { offsetInCU: 0x1D3A, offset: 0x1877B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSYAAWl', symObjAddr: 0x3518, symBinAddr: 0x1503C8, symSize: 0x44 } + - { offsetInCU: 0x1D4E, offset: 0x1877C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSYAAWl', symObjAddr: 0x355C, symBinAddr: 0x15040C, symSize: 0x44 } + - { offsetInCU: 0x1D62, offset: 0x1877D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSYAAWl', symObjAddr: 0x35A0, symBinAddr: 0x150450, symSize: 0x44 } + - { offsetInCU: 0x1D76, offset: 0x1877EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwug', symObjAddr: 0x37B4, symBinAddr: 0x1505E8, symSize: 0x8 } + - { offsetInCU: 0x1D8A, offset: 0x187800, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwup', symObjAddr: 0x37BC, symBinAddr: 0x1505F0, symSize: 0x4 } + - { offsetInCU: 0x1D9E, offset: 0x187814, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwui', symObjAddr: 0x37C0, symBinAddr: 0x1505F4, symSize: 0x8 } + - { offsetInCU: 0x1DB2, offset: 0x187828, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOMa', symObjAddr: 0x37C8, symBinAddr: 0x1505FC, symSize: 0x10 } + - { offsetInCU: 0x1DC6, offset: 0x18783C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASQWb', symObjAddr: 0x37D8, symBinAddr: 0x15060C, symSize: 0x4 } + - { offsetInCU: 0x1DDA, offset: 0x187850, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFSQAAWl', symObjAddr: 0x37DC, symBinAddr: 0x150610, symSize: 0x44 } + - { offsetInCU: 0x1DEE, offset: 0x187864, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3820, symBinAddr: 0x150654, symSize: 0x4 } + - { offsetInCU: 0x1E02, offset: 0x187878, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3824, symBinAddr: 0x150658, symSize: 0x44 } + - { offsetInCU: 0x1E16, offset: 0x18788C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3868, symBinAddr: 0x15069C, symSize: 0x4 } + - { offsetInCU: 0x1E2A, offset: 0x1878A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x386C, symBinAddr: 0x1506A0, symSize: 0x44 } + - { offsetInCU: 0x1F21, offset: 0x187997, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x14A8, symBinAddr: 0x14E568, symSize: 0x4C } + - { offsetInCU: 0x1F44, offset: 0x1879BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1510, symBinAddr: 0x14E5D0, symSize: 0x5C } + - { offsetInCU: 0x1F67, offset: 0x1879DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x156C, symBinAddr: 0x14E62C, symSize: 0x4C } + - { offsetInCU: 0x1F99, offset: 0x187A0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x16CC, symBinAddr: 0x14E748, symSize: 0x14 } + - { offsetInCU: 0x1FEE, offset: 0x187A64, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1770, symBinAddr: 0x14E7EC, symSize: 0x28 } + - { offsetInCU: 0x2049, offset: 0x187ABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x17F0, symBinAddr: 0x14E86C, symSize: 0x5C } + - { offsetInCU: 0x206C, offset: 0x187AE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x184C, symBinAddr: 0x14E8C8, symSize: 0x4C } + - { offsetInCU: 0x20AD, offset: 0x187B23, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C10, symBinAddr: 0x14EC7C, symSize: 0x88 } + - { offsetInCU: 0x215C, offset: 0x187BD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH9hashValueSivgTW', symObjAddr: 0x1C98, symBinAddr: 0x14ED04, symSize: 0x60 } + - { offsetInCU: 0x21DA, offset: 0x187C50, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1CF8, symBinAddr: 0x14ED64, symSize: 0x40 } + - { offsetInCU: 0x222C, offset: 0x187CA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D38, symBinAddr: 0x14EDA4, symSize: 0x5C } + - { offsetInCU: 0x228E, offset: 0x187D04, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1E5C, symBinAddr: 0x14EEC8, symSize: 0x28 } + - { offsetInCU: 0x22AA, offset: 0x187D20, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1E84, symBinAddr: 0x14EEF0, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1880D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x150774, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x1880F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvpZ', symObjAddr: 0x700, symBinAddr: 0x1F1360, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x188112, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x150774, symSize: 0x40 } + - { offsetInCU: 0xBE, offset: 0x188167, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfC', symObjAddr: 0x40, symBinAddr: 0x1507B4, symSize: 0xB0 } + - { offsetInCU: 0x155, offset: 0x1881FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfc', symObjAddr: 0xF0, symBinAddr: 0x150864, symSize: 0xA0 } + - { offsetInCU: 0x24F, offset: 0x1882F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivg', symObjAddr: 0x2E0, symBinAddr: 0x150A14, symSize: 0x30 } + - { offsetInCU: 0x26C, offset: 0x188315, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivs', symObjAddr: 0x310, symBinAddr: 0x150A44, symSize: 0x58 } + - { offsetInCU: 0x30D, offset: 0x1883B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM', symObjAddr: 0x368, symBinAddr: 0x150A9C, symSize: 0x40 } + - { offsetInCU: 0x33C, offset: 0x1883E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM.resume.0', symObjAddr: 0x3A8, symBinAddr: 0x150ADC, symSize: 0x50 } + - { offsetInCU: 0x3B3, offset: 0x18845C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC05clearC0yyF', symObjAddr: 0x3F8, symBinAddr: 0x150B2C, symSize: 0x84 } + - { offsetInCU: 0x440, offset: 0x1884E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF', symObjAddr: 0x47C, symBinAddr: 0x150BB0, symSize: 0x50 } + - { offsetInCU: 0x487, offset: 0x188530, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF', symObjAddr: 0x4CC, symBinAddr: 0x150C00, symSize: 0x5C } + - { offsetInCU: 0x4D8, offset: 0x188581, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfd', symObjAddr: 0x528, symBinAddr: 0x150C5C, symSize: 0x1C } + - { offsetInCU: 0x513, offset: 0x1885BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfD', symObjAddr: 0x544, symBinAddr: 0x150C78, symSize: 0x24 } + - { offsetInCU: 0x588, offset: 0x188631, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP4file6forKeyAA0bA4FileCSgSS_tFTW', symObjAddr: 0x568, symBinAddr: 0x150C9C, symSize: 0x54 } + - { offsetInCU: 0x623, offset: 0x1886CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP7setFile_6forKeyyAA0baF0C_SStFTW', symObjAddr: 0x5BC, symBinAddr: 0x150CF0, symSize: 0x60 } + - { offsetInCU: 0x688, offset: 0x188731, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP05clearC0yyFTW', symObjAddr: 0x61C, symBinAddr: 0x150D50, symSize: 0x20 } + - { offsetInCU: 0x742, offset: 0x1887EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0_WZ', symObjAddr: 0x190, symBinAddr: 0x150904, symSize: 0xB4 } + - { offsetInCU: 0x7F5, offset: 0x18889E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivpACTk', symObjAddr: 0x284, symBinAddr: 0x1509B8, symSize: 0x5C } + - { offsetInCU: 0x8D6, offset: 0x18897F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCMa', symObjAddr: 0x684, symBinAddr: 0x150DB8, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x188B37, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x150E34, symSize: 0x13C } + - { offsetInCU: 0x87, offset: 0x188B97, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x150E34, symSize: 0x13C } + - { offsetInCU: 0x459, offset: 0x188F69, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV04trimB002toC08atLength05curveG010maxSamples8accuracyAC5start_AC0D5PointAC3endtAC_12CoreGraphics7CGFloatVAOSiAOtF', symObjAddr: 0x13C, symBinAddr: 0x150F70, symSize: 0x304 } + - { offsetInCU: 0xD15, offset: 0x189825, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV05splitB002toC08positionAC5start_AC9trimPointAC3endtAC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x440, symBinAddr: 0x151274, symSize: 0x188 } + - { offsetInCU: 0x1528, offset: 0x18A038, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwCP', symObjAddr: 0x5C8, symBinAddr: 0x1513FC, symSize: 0x30 } + - { offsetInCU: 0x153C, offset: 0x18A04C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwet', symObjAddr: 0x610, symBinAddr: 0x15142C, symSize: 0x20 } + - { offsetInCU: 0x1550, offset: 0x18A060, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwst', symObjAddr: 0x630, symBinAddr: 0x15144C, symSize: 0x38 } + - { offsetInCU: 0x1564, offset: 0x18A074, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVMa', symObjAddr: 0x668, symBinAddr: 0x151484, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x18A2B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x151494, symSize: 0x24 } + - { offsetInCU: 0x9F, offset: 0x18A32B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0xEC, symBinAddr: 0x151580, symSize: 0x4C } + - { offsetInCU: 0xC8, offset: 0x18A354, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x138, symBinAddr: 0x1515CC, symSize: 0x18 } + - { offsetInCU: 0x107, offset: 0x18A393, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x150, symBinAddr: 0x1515E4, symSize: 0x28 } + - { offsetInCU: 0x13F, offset: 0x18A3CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xE44, symBinAddr: 0x152284, symSize: 0x100 } + - { offsetInCU: 0x1B4, offset: 0x18A440, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO13discriminator_WZ', symObjAddr: 0x1C4, symBinAddr: 0x151658, symSize: 0x4 } + - { offsetInCU: 0x1DA, offset: 0x18A466, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1C8, symBinAddr: 0x15165C, symSize: 0x4C } + - { offsetInCU: 0x1FF, offset: 0x18A48B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x214, symBinAddr: 0x1516A8, symSize: 0x188 } + - { offsetInCU: 0x26D, offset: 0x18A4F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO03rawC0SSvg', symObjAddr: 0x39C, symBinAddr: 0x151830, symSize: 0x18 } + - { offsetInCU: 0x294, offset: 0x18A520, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO06stringC0SSvg', symObjAddr: 0x3B4, symBinAddr: 0x151848, symSize: 0x18 } + - { offsetInCU: 0x2D5, offset: 0x18A561, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0x3F0, symBinAddr: 0x151884, symSize: 0x70 } + - { offsetInCU: 0x309, offset: 0x18A595, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x460, symBinAddr: 0x1518F4, symSize: 0x28 } + - { offsetInCU: 0x325, offset: 0x18A5B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0SSvgTW', symObjAddr: 0x488, symBinAddr: 0x15191C, symSize: 0x8 } + - { offsetInCU: 0x35B, offset: 0x18A5E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0xSgSS_tcfCTW', symObjAddr: 0x490, symBinAddr: 0x151924, symSize: 0x74 } + - { offsetInCU: 0x3A6, offset: 0x18A632, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0SiSgvgTW', symObjAddr: 0x504, symBinAddr: 0x151998, symSize: 0xC } + - { offsetInCU: 0x3C2, offset: 0x18A64E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0xSgSi_tcfCTW', symObjAddr: 0x510, symBinAddr: 0x1519A4, symSize: 0xC } + - { offsetInCU: 0x3FE, offset: 0x18A68A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCfD', symObjAddr: 0x56C, symBinAddr: 0x151A00, symSize: 0x24 } + - { offsetInCU: 0x449, offset: 0x18A6D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5B0, symBinAddr: 0x151A44, symSize: 0x12C } + - { offsetInCU: 0x488, offset: 0x18A714, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x8A4, symBinAddr: 0x151D28, symSize: 0x2C } + - { offsetInCU: 0x4AB, offset: 0x18A737, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x8D0, symBinAddr: 0x151D54, symSize: 0x28 } + - { offsetInCU: 0x51A, offset: 0x18A7A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10dictionaryACSDySSypG_tKcfcTf4gn_n', symObjAddr: 0xB04, symBinAddr: 0x151F44, symSize: 0x1B8 } + - { offsetInCU: 0x635, offset: 0x18A8C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCMa', symObjAddr: 0x590, symBinAddr: 0x151A24, symSize: 0x20 } + - { offsetInCU: 0x649, offset: 0x18A8D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwet', symObjAddr: 0x6EC, symBinAddr: 0x151B70, symSize: 0x90 } + - { offsetInCU: 0x65D, offset: 0x18A8E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwst', symObjAddr: 0x77C, symBinAddr: 0x151C00, symSize: 0xBC } + - { offsetInCU: 0x671, offset: 0x18A8FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwug', symObjAddr: 0x838, symBinAddr: 0x151CBC, symSize: 0x8 } + - { offsetInCU: 0x685, offset: 0x18A911, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwup', symObjAddr: 0x840, symBinAddr: 0x151CC4, symSize: 0x4 } + - { offsetInCU: 0x699, offset: 0x18A925, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwui', symObjAddr: 0x844, symBinAddr: 0x151CC8, symSize: 0x8 } + - { offsetInCU: 0x6AD, offset: 0x18A939, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOMa', symObjAddr: 0x84C, symBinAddr: 0x151CD0, symSize: 0x10 } + - { offsetInCU: 0x6C1, offset: 0x18A94D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASQWb', symObjAddr: 0x85C, symBinAddr: 0x151CE0, symSize: 0x4 } + - { offsetInCU: 0x6D5, offset: 0x18A961, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSQAAWl', symObjAddr: 0x860, symBinAddr: 0x151CE4, symSize: 0x44 } + - { offsetInCU: 0x6E9, offset: 0x18A975, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOAA11ClassFamilyAAWI', symObjAddr: 0x8F8, symBinAddr: 0x151D7C, symSize: 0x24 } + - { offsetInCU: 0x728, offset: 0x18A9B4, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x960, symBinAddr: 0x151DA0, symSize: 0x1A4 } + - { offsetInCU: 0x8C9, offset: 0x18AB55, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xCBC, symBinAddr: 0x1520FC, symSize: 0x188 } + - { offsetInCU: 0xAE3, offset: 0x18AD6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSYAAWl', symObjAddr: 0xF88, symBinAddr: 0x152384, symSize: 0x44 } + - { offsetInCU: 0xAF7, offset: 0x18AD83, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs0D3KeyAAWl', symObjAddr: 0x100C, symBinAddr: 0x1523C8, symSize: 0x44 } + - { offsetInCU: 0xB0B, offset: 0x18AD97, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSEAAWl', symObjAddr: 0x1050, symBinAddr: 0x15240C, symSize: 0x44 } + - { offsetInCU: 0xB1F, offset: 0x18ADAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwet', symObjAddr: 0x1110, symBinAddr: 0x152450, symSize: 0x90 } + - { offsetInCU: 0xB33, offset: 0x18ADBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwst', symObjAddr: 0x11A0, symBinAddr: 0x1524E0, symSize: 0xBC } + - { offsetInCU: 0xB47, offset: 0x18ADD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwug', symObjAddr: 0x125C, symBinAddr: 0x15259C, symSize: 0x8 } + - { offsetInCU: 0xB5B, offset: 0x18ADE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwup', symObjAddr: 0x1264, symBinAddr: 0x1525A4, symSize: 0x4 } + - { offsetInCU: 0xB6F, offset: 0x18ADFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwui', symObjAddr: 0x1268, symBinAddr: 0x1525A8, symSize: 0xC } + - { offsetInCU: 0xB83, offset: 0x18AE0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOMa', symObjAddr: 0x1274, symBinAddr: 0x1525B4, symSize: 0x10 } + - { offsetInCU: 0xB97, offset: 0x18AE23, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASQWb', symObjAddr: 0x1284, symBinAddr: 0x1525C4, symSize: 0x4 } + - { offsetInCU: 0xBAB, offset: 0x18AE37, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFSQAAWl', symObjAddr: 0x1288, symBinAddr: 0x1525C8, symSize: 0x44 } + - { offsetInCU: 0xBBF, offset: 0x18AE4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x12CC, symBinAddr: 0x15260C, symSize: 0x4 } + - { offsetInCU: 0xBD3, offset: 0x18AE5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x12D0, symBinAddr: 0x152610, symSize: 0x44 } + - { offsetInCU: 0xBE7, offset: 0x18AE73, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1314, symBinAddr: 0x152654, symSize: 0x4 } + - { offsetInCU: 0xBFB, offset: 0x18AE87, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1318, symBinAddr: 0x152658, symSize: 0x44 } + - { offsetInCU: 0xC2F, offset: 0x18AEBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x151494, symSize: 0x24 } + - { offsetInCU: 0xCD1, offset: 0x18AF5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH04hashC0SivgTW', symObjAddr: 0x24, symBinAddr: 0x1514B8, symSize: 0x4C } + - { offsetInCU: 0xDA9, offset: 0x18B035, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x70, symBinAddr: 0x151504, symSize: 0x34 } + - { offsetInCU: 0xE25, offset: 0x18B0B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0xA4, symBinAddr: 0x151538, symSize: 0x48 } + - { offsetInCU: 0xED1, offset: 0x18B15D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x178, symBinAddr: 0x15160C, symSize: 0x4C } + - { offsetInCU: 0xEF4, offset: 0x18B180, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3CC, symBinAddr: 0x151860, symSize: 0xC } + - { offsetInCU: 0xF10, offset: 0x18B19C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH04hashC0SivgTW', symObjAddr: 0x3D8, symBinAddr: 0x15186C, symSize: 0x8 } + - { offsetInCU: 0xF2C, offset: 0x18B1B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3E0, symBinAddr: 0x151874, symSize: 0x8 } + - { offsetInCU: 0xF48, offset: 0x18B1D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0x3E8, symBinAddr: 0x15187C, symSize: 0x8 } + - { offsetInCU: 0xF6A, offset: 0x18B1F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x51C, symBinAddr: 0x1519B0, symSize: 0x28 } + - { offsetInCU: 0xF86, offset: 0x18B212, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x544, symBinAddr: 0x1519D8, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x18B4B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x15269C, symSize: 0x58 } + - { offsetInCU: 0x75, offset: 0x18B507, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x15269C, symSize: 0x58 } + - { offsetInCU: 0xBC, offset: 0x18B54E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0x1526F4, symSize: 0xFC } + - { offsetInCU: 0x11E, offset: 0x18B5B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x154, symBinAddr: 0x1527F0, symSize: 0x4C } + - { offsetInCU: 0x13A, offset: 0x18B5CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCfD', symObjAddr: 0x1A0, symBinAddr: 0x15283C, symSize: 0x34 } + - { offsetInCU: 0x168, offset: 0x18B5FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCMa', symObjAddr: 0x1D4, symBinAddr: 0x152870, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x18B7B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x152890, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x18B7DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x1528D8, symSize: 0x1D8 } + - { offsetInCU: 0xDC, offset: 0x18B843, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x220, symBinAddr: 0x152AB0, symSize: 0xE0 } + - { offsetInCU: 0x17B, offset: 0x18B8E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x300, symBinAddr: 0x152B90, symSize: 0x140 } + - { offsetInCU: 0x1FE, offset: 0x18B965, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x152CE0, symSize: 0x64 } + - { offsetInCU: 0x241, offset: 0x18B9A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B4, symBinAddr: 0x152D44, symSize: 0x24 } + - { offsetInCU: 0x281, offset: 0x18B9E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D8, symBinAddr: 0x152D68, symSize: 0x4 } + - { offsetInCU: 0x2A1, offset: 0x18BA08, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D8, symBinAddr: 0x152D68, symSize: 0x4 } + - { offsetInCU: 0x2CC, offset: 0x18BA33, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4DC, symBinAddr: 0x152D6C, symSize: 0x68 } + - { offsetInCU: 0x317, offset: 0x18BA7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x544, symBinAddr: 0x152DD4, symSize: 0xC } + - { offsetInCU: 0x333, offset: 0x18BA9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x550, symBinAddr: 0x152DE0, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x18BAB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO03rawD0SSvgTf4d_n', symObjAddr: 0x8C4, symBinAddr: 0x153004, symSize: 0xC } + - { offsetInCU: 0x38B, offset: 0x18BAF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfD', symObjAddr: 0x5B4, symBinAddr: 0x152E44, symSize: 0x2C } + - { offsetInCU: 0x45A, offset: 0x18BBC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfE', symObjAddr: 0x5AC, symBinAddr: 0x152E3C, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x18BBEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCMa', symObjAddr: 0x5E0, symBinAddr: 0x152E70, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x18BC02, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs0E3KeyAAWl', symObjAddr: 0x664, symBinAddr: 0x152E90, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x18BC16, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A5ColorVGSgMa', symObjAddr: 0x6A8, symBinAddr: 0x152ED4, symSize: 0x54 } + - { offsetInCU: 0x4C3, offset: 0x18BC2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A5ColorVGMa', symObjAddr: 0x6FC, symBinAddr: 0x152F28, symSize: 0x54 } + - { offsetInCU: 0x4D7, offset: 0x18BC3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwet', symObjAddr: 0x8D8, symBinAddr: 0x153010, symSize: 0x50 } + - { offsetInCU: 0x4EB, offset: 0x18BC52, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwst', symObjAddr: 0x928, symBinAddr: 0x153060, symSize: 0x8C } + - { offsetInCU: 0x4FF, offset: 0x18BC66, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwug', symObjAddr: 0x9B4, symBinAddr: 0x1530EC, symSize: 0x8 } + - { offsetInCU: 0x513, offset: 0x18BC7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwup', symObjAddr: 0x9BC, symBinAddr: 0x1530F4, symSize: 0x4 } + - { offsetInCU: 0x527, offset: 0x18BC8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwui', symObjAddr: 0x9C0, symBinAddr: 0x1530F8, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x18BCA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOMa', symObjAddr: 0x9C4, symBinAddr: 0x1530FC, symSize: 0x10 } + - { offsetInCU: 0x54F, offset: 0x18BCB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASQWb', symObjAddr: 0x9D4, symBinAddr: 0x15310C, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x18BCCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFSQAAWl', symObjAddr: 0x9D8, symBinAddr: 0x153110, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x18BCDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA1C, symBinAddr: 0x153154, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x18BCF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA20, symBinAddr: 0x153158, symSize: 0x44 } + - { offsetInCU: 0x59F, offset: 0x18BD06, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA64, symBinAddr: 0x15319C, symSize: 0x4 } + - { offsetInCU: 0x5B3, offset: 0x18BD1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA68, symBinAddr: 0x1531A0, symSize: 0x44 } + - { offsetInCU: 0x5ED, offset: 0x18BD54, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x440, symBinAddr: 0x152CD0, symSize: 0x4 } + - { offsetInCU: 0x60D, offset: 0x18BD74, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x440, symBinAddr: 0x152CD0, symSize: 0x4 } + - { offsetInCU: 0x62D, offset: 0x18BD94, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x444, symBinAddr: 0x152CD4, symSize: 0x4 } + - { offsetInCU: 0x64D, offset: 0x18BDB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x444, symBinAddr: 0x152CD4, symSize: 0x4 } + - { offsetInCU: 0x66D, offset: 0x18BDD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x448, symBinAddr: 0x152CD8, symSize: 0x4 } + - { offsetInCU: 0x68D, offset: 0x18BDF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x448, symBinAddr: 0x152CD8, symSize: 0x4 } + - { offsetInCU: 0x6AD, offset: 0x18BE14, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x44C, symBinAddr: 0x152CDC, symSize: 0x4 } + - { offsetInCU: 0x6CD, offset: 0x18BE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x44C, symBinAddr: 0x152CDC, symSize: 0x4 } + - { offsetInCU: 0x6E4, offset: 0x18BE4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x55C, symBinAddr: 0x152DEC, symSize: 0x28 } + - { offsetInCU: 0x700, offset: 0x18BE67, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x584, symBinAddr: 0x152E14, symSize: 0x28 } + - { offsetInCU: 0x85, offset: 0x18C0A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC16readUncompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x0, symBinAddr: 0x1531E4, symSize: 0x130 } + - { offsetInCU: 0x211, offset: 0x18C22E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x1B8, symBinAddr: 0x153314, symSize: 0x134 } + - { offsetInCU: 0x38B, offset: 0x18C3A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKFASs5Int64V_SitKXEfU_TA', symObjAddr: 0x490, symBinAddr: 0x1535A8, symSize: 0x28 } + - { offsetInCU: 0x5E, offset: 0x18C608, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x153614, symSize: 0x7C } + - { offsetInCU: 0x92, offset: 0x18C63C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc', symObjAddr: 0x7C, symBinAddr: 0x153690, symSize: 0x4C } + - { offsetInCU: 0xB5, offset: 0x18C65F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfC', symObjAddr: 0xC8, symBinAddr: 0x1536DC, symSize: 0x60 } + - { offsetInCU: 0xE9, offset: 0x18C693, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc', symObjAddr: 0x128, symBinAddr: 0x15373C, symSize: 0x44 } + - { offsetInCU: 0xFD, offset: 0x18C6A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg', symObjAddr: 0x16C, symBinAddr: 0x153780, symSize: 0x34 } + - { offsetInCU: 0x12A, offset: 0x18C6D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs', symObjAddr: 0x1A0, symBinAddr: 0x1537B4, symSize: 0x24 } + - { offsetInCU: 0x146, offset: 0x18C6F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM', symObjAddr: 0x1C4, symBinAddr: 0x1537D8, symSize: 0x40 } + - { offsetInCU: 0x1C0, offset: 0x18C76A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM.resume.0', symObjAddr: 0x204, symBinAddr: 0x153818, symSize: 0x94 } + - { offsetInCU: 0x22F, offset: 0x18C7D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvg', symObjAddr: 0x298, symBinAddr: 0x1538AC, symSize: 0x34 } + - { offsetInCU: 0x25C, offset: 0x18C806, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvs', symObjAddr: 0x308, symBinAddr: 0x15391C, symSize: 0x24 } + - { offsetInCU: 0x278, offset: 0x18C822, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM', symObjAddr: 0x32C, symBinAddr: 0x153940, symSize: 0x40 } + - { offsetInCU: 0x2C5, offset: 0x18C86F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM.resume.0', symObjAddr: 0x36C, symBinAddr: 0x153980, symSize: 0x90 } + - { offsetInCU: 0x334, offset: 0x18C8DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9valueTypeypXpvg', symObjAddr: 0x3FC, symBinAddr: 0x153A10, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x18C8F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg', symObjAddr: 0x408, symBinAddr: 0x153A1C, symSize: 0xB0 } + - { offsetInCU: 0x39C, offset: 0x18C946, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x4B8, symBinAddr: 0x153ACC, symSize: 0x14 } + - { offsetInCU: 0x3BB, offset: 0x18C965, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_Tf4nnn_g', symObjAddr: 0x107C, symBinAddr: 0x15461C, symSize: 0xB4 } + - { offsetInCU: 0x44A, offset: 0x18C9F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x4F4, symBinAddr: 0x153B08, symSize: 0x28 } + - { offsetInCU: 0x46D, offset: 0x18CA17, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfd', symObjAddr: 0x51C, symBinAddr: 0x153B30, symSize: 0x44 } + - { offsetInCU: 0x4A8, offset: 0x18CA52, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfD', symObjAddr: 0x560, symBinAddr: 0x153B74, symSize: 0x4C } + - { offsetInCU: 0x4EB, offset: 0x18CA95, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x5AC, symBinAddr: 0x153BC0, symSize: 0x20 } + - { offsetInCU: 0x525, offset: 0x18CACF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5CC, symBinAddr: 0x153BE0, symSize: 0xC } + - { offsetInCU: 0x545, offset: 0x18CAEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5CC, symBinAddr: 0x153BE0, symSize: 0xC } + - { offsetInCU: 0x581, offset: 0x18CB2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x5D8, symBinAddr: 0x153BEC, symSize: 0x24 } + - { offsetInCU: 0x5B6, offset: 0x18CB60, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfcTf4ggn_n', symObjAddr: 0x61C, symBinAddr: 0x153C30, symSize: 0x180 } + - { offsetInCU: 0x612, offset: 0x18CBBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5value33_20EE40CC71F69DE358C26FA8AA04C199LL4from9locationsSaySdGSayAA0A5ColorVG_AHtFTf4nnd_n', symObjAddr: 0x79C, symBinAddr: 0x153DB0, symSize: 0x340 } + - { offsetInCU: 0xCE1, offset: 0x18D28B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfcTf4ggn_n', symObjAddr: 0xADC, symBinAddr: 0x1540F0, symSize: 0x1CC } + - { offsetInCU: 0xDD8, offset: 0x18D382, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvsTf4gn_n', symObjAddr: 0xCA8, symBinAddr: 0x1542BC, symSize: 0xC0 } + - { offsetInCU: 0xE57, offset: 0x18D401, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvsTf4gn_n', symObjAddr: 0xD68, symBinAddr: 0x15437C, symSize: 0xBC } + - { offsetInCU: 0xED7, offset: 0x18D481, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TR', symObjAddr: 0x4CC, symBinAddr: 0x153AE0, symSize: 0x28 } + - { offsetInCU: 0xEEB, offset: 0x18D495, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x5FC, symBinAddr: 0x153C10, symSize: 0xC } + - { offsetInCU: 0xF50, offset: 0x18D4FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x608, symBinAddr: 0x153C1C, symSize: 0x14 } + - { offsetInCU: 0x1090, offset: 0x18D63A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOy', symObjAddr: 0xE64, symBinAddr: 0x154438, symSize: 0x10 } + - { offsetInCU: 0x10A4, offset: 0x18D64E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0xEA0, symBinAddr: 0x154474, symSize: 0x1C } + - { offsetInCU: 0x10D8, offset: 0x18D682, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0xEE0, symBinAddr: 0x1544B4, symSize: 0x28 } + - { offsetInCU: 0x1101, offset: 0x18D6AB, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOe', symObjAddr: 0xF08, symBinAddr: 0x1544DC, symSize: 0x10 } + - { offsetInCU: 0x1115, offset: 0x18D6BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0xF4C, symBinAddr: 0x1544EC, symSize: 0x2C } + - { offsetInCU: 0x1129, offset: 0x18D6D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCMa', symObjAddr: 0x1040, symBinAddr: 0x1545E0, symSize: 0x20 } + - { offsetInCU: 0x113D, offset: 0x18D6E7, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie0A5ColorVGSayxGSHsSHRzlWl', symObjAddr: 0x1130, symBinAddr: 0x1546D0, symSize: 0x70 } + - { offsetInCU: 0x1151, offset: 0x18D6FB, size: 0x8, addend: 0x0, symName: '_$sSays11AnyHashableVGSayxGSHsSHRzlWl', symObjAddr: 0x1250, symBinAddr: 0x1547AC, symSize: 0x68 } + - { offsetInCU: 0x2B, offset: 0x18D9F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x154858, symSize: 0x14C } + - { offsetInCU: 0xDE, offset: 0x18DAA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x154858, symSize: 0x14C } + - { offsetInCU: 0x257, offset: 0x18DC1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC04fontD0AA09AnimationcD0_pvW', symObjAddr: 0x14C, symBinAddr: 0x1549A4, symSize: 0x14C } + - { offsetInCU: 0x3C5, offset: 0x18DD8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCfD', symObjAddr: 0x298, symBinAddr: 0x154AF0, symSize: 0x2C } + - { offsetInCU: 0x409, offset: 0x18DDCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCMa', symObjAddr: 0x2C4, symBinAddr: 0x154B1C, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x18DF81, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x154B3C, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x18DFA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ', symObjAddr: 0x778, symBinAddr: 0x1F1880, symSize: 0x0 } + - { offsetInCU: 0x9E, offset: 0x18DFF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfC', symObjAddr: 0x16C, symBinAddr: 0x154CA8, symSize: 0x8 } + - { offsetInCU: 0xC3, offset: 0x18E01D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ', symObjAddr: 0x174, symBinAddr: 0x154CB0, symSize: 0xC } + - { offsetInCU: 0xEF, offset: 0x18E049, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ', symObjAddr: 0x180, symBinAddr: 0x154CBC, symSize: 0xC } + - { offsetInCU: 0x11B, offset: 0x18E075, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ', symObjAddr: 0x18C, symBinAddr: 0x154CC8, symSize: 0xC } + - { offsetInCU: 0x147, offset: 0x18E0A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ', symObjAddr: 0x1CC, symBinAddr: 0x154D08, symSize: 0x50 } + - { offsetInCU: 0x17F, offset: 0x18E0D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ', symObjAddr: 0x21C, symBinAddr: 0x154D58, symSize: 0x8 } + - { offsetInCU: 0x1AB, offset: 0x18E105, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg', symObjAddr: 0x224, symBinAddr: 0x154D60, symSize: 0x8 } + - { offsetInCU: 0x1BF, offset: 0x18E119, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAsADP8rawValuex03RawH0Qz_tcfCTW', symObjAddr: 0x2BC, symBinAddr: 0x154DF8, symSize: 0xC } + - { offsetInCU: 0x1FA, offset: 0x18E154, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2C8, symBinAddr: 0x154E04, symSize: 0x10 } + - { offsetInCU: 0x227, offset: 0x18E181, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2D8, symBinAddr: 0x154E14, symSize: 0xC } + - { offsetInCU: 0x23F, offset: 0x18E199, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2D8, symBinAddr: 0x154E14, symSize: 0xC } + - { offsetInCU: 0x2DB, offset: 0x18E235, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg', symObjAddr: 0x40, symBinAddr: 0x154B7C, symSize: 0x58 } + - { offsetInCU: 0x2F9, offset: 0x18E253, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvg', symObjAddr: 0x98, symBinAddr: 0x154BD4, symSize: 0x2C } + - { offsetInCU: 0x317, offset: 0x18E271, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvs', symObjAddr: 0xC4, symBinAddr: 0x154C00, symSize: 0x34 } + - { offsetInCU: 0x356, offset: 0x18E2B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM', symObjAddr: 0xF8, symBinAddr: 0x154C34, symSize: 0x10 } + - { offsetInCU: 0x374, offset: 0x18E2CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM.resume.0', symObjAddr: 0x108, symBinAddr: 0x154C44, symSize: 0x4 } + - { offsetInCU: 0x39F, offset: 0x18E2F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x10C, symBinAddr: 0x154C48, symSize: 0x14 } + - { offsetInCU: 0x3BD, offset: 0x18E317, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x120, symBinAddr: 0x154C5C, symSize: 0x14 } + - { offsetInCU: 0x3FB, offset: 0x18E355, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM', symObjAddr: 0x134, symBinAddr: 0x154C70, symSize: 0x10 } + - { offsetInCU: 0x429, offset: 0x18E383, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x144, symBinAddr: 0x154C80, symSize: 0x4 } + - { offsetInCU: 0x454, offset: 0x18E3AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvg', symObjAddr: 0x148, symBinAddr: 0x154C84, symSize: 0x8 } + - { offsetInCU: 0x472, offset: 0x18E3CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvs', symObjAddr: 0x150, symBinAddr: 0x154C8C, symSize: 0x8 } + - { offsetInCU: 0x4AF, offset: 0x18E409, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM', symObjAddr: 0x158, symBinAddr: 0x154C94, symSize: 0x10 } + - { offsetInCU: 0x4DD, offset: 0x18E437, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM.resume.0', symObjAddr: 0x168, symBinAddr: 0x154CA4, symSize: 0x4 } + - { offsetInCU: 0x509, offset: 0x18E463, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x154CD4, symSize: 0x34 } + - { offsetInCU: 0x527, offset: 0x18E481, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x154CD4, symSize: 0x34 } + - { offsetInCU: 0x53C, offset: 0x18E496, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x154CD4, symSize: 0x34 } + - { offsetInCU: 0x550, offset: 0x18E4AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x154CD4, symSize: 0x34 } + - { offsetInCU: 0x5CE, offset: 0x18E528, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAASYWb', symObjAddr: 0x22C, symBinAddr: 0x154D68, symSize: 0x4 } + - { offsetInCU: 0x5E2, offset: 0x18E53C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSYAAWl', symObjAddr: 0x230, symBinAddr: 0x154D6C, symSize: 0x44 } + - { offsetInCU: 0x5F6, offset: 0x18E550, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAs0F7AlgebraPWb', symObjAddr: 0x274, symBinAddr: 0x154DB0, symSize: 0x4 } + - { offsetInCU: 0x60A, offset: 0x18E564, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs10SetAlgebraAAWl', symObjAddr: 0x278, symBinAddr: 0x154DB4, symSize: 0x44 } + - { offsetInCU: 0x61E, offset: 0x18E578, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAASQWb', symObjAddr: 0x2E4, symBinAddr: 0x154E20, symSize: 0x4 } + - { offsetInCU: 0x632, offset: 0x18E58C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSQAAWl', symObjAddr: 0x2E8, symBinAddr: 0x154E24, symSize: 0x44 } + - { offsetInCU: 0x646, offset: 0x18E5A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x32C, symBinAddr: 0x154E68, symSize: 0x4 } + - { offsetInCU: 0x65A, offset: 0x18E5B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs25ExpressibleByArrayLiteralAAWl', symObjAddr: 0x330, symBinAddr: 0x154E6C, symSize: 0x44 } + - { offsetInCU: 0x679, offset: 0x18E5D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwCP', symObjAddr: 0x534, symBinAddr: 0x155070, symSize: 0x30 } + - { offsetInCU: 0x68D, offset: 0x18E5E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwxx', symObjAddr: 0x564, symBinAddr: 0x1550A0, symSize: 0x28 } + - { offsetInCU: 0x6A1, offset: 0x18E5FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwcp', symObjAddr: 0x58C, symBinAddr: 0x1550C8, symSize: 0x4C } + - { offsetInCU: 0x6B5, offset: 0x18E60F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwca', symObjAddr: 0x5D8, symBinAddr: 0x155114, symSize: 0x7C } + - { offsetInCU: 0x6C9, offset: 0x18E623, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwta', symObjAddr: 0x668, symBinAddr: 0x155190, symSize: 0x5C } + - { offsetInCU: 0x6DD, offset: 0x18E637, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwet', symObjAddr: 0x6C4, symBinAddr: 0x1551EC, symSize: 0x48 } + - { offsetInCU: 0x6F1, offset: 0x18E64B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwst', symObjAddr: 0x70C, symBinAddr: 0x155234, symSize: 0x48 } + - { offsetInCU: 0x705, offset: 0x18E65F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVMa', symObjAddr: 0x754, symBinAddr: 0x15527C, symSize: 0x10 } + - { offsetInCU: 0x719, offset: 0x18E673, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVMa', symObjAddr: 0x764, symBinAddr: 0x15528C, symSize: 0x10 } + - { offsetInCU: 0x81B, offset: 0x18E775, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x154B3C, symSize: 0x40 } + - { offsetInCU: 0x833, offset: 0x18E78D, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x154B3C, symSize: 0x40 } + - { offsetInCU: 0x847, offset: 0x18E7A1, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x154B3C, symSize: 0x40 } + - { offsetInCU: 0x85B, offset: 0x18E7B5, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x154B3C, symSize: 0x40 } + - { offsetInCU: 0x86F, offset: 0x18E7C9, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x154B3C, symSize: 0x40 } + - { offsetInCU: 0x883, offset: 0x18E7DD, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x154B3C, symSize: 0x40 } + - { offsetInCU: 0x897, offset: 0x18E7F1, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x154B3C, symSize: 0x40 } + - { offsetInCU: 0xA6B, offset: 0x18E9C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x154EB0, symSize: 0x8 } + - { offsetInCU: 0xA83, offset: 0x18E9DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x154EB0, symSize: 0x8 } + - { offsetInCU: 0xA97, offset: 0x18E9F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x154EB0, symSize: 0x8 } + - { offsetInCU: 0xAAB, offset: 0x18EA05, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x154EB0, symSize: 0x8 } + - { offsetInCU: 0xADD, offset: 0x18EA37, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP5unionyxxnFTW', symObjAddr: 0x37C, symBinAddr: 0x154EB8, symSize: 0x14 } + - { offsetInCU: 0xB88, offset: 0x18EAE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP12intersectionyxxFTW', symObjAddr: 0x390, symBinAddr: 0x154ECC, symSize: 0x14 } + - { offsetInCU: 0xC58, offset: 0x18EBB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP19symmetricDifferenceyxxnFTW', symObjAddr: 0x3A4, symBinAddr: 0x154EE0, symSize: 0x14 } + - { offsetInCU: 0xD21, offset: 0x18EC7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6insertySb8inserted_7ElementQz17memberAfterInserttAInFTW', symObjAddr: 0x3B8, symBinAddr: 0x154EF4, symSize: 0x30 } + - { offsetInCU: 0xE7A, offset: 0x18EDD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6removey7ElementQzSgAHFTW', symObjAddr: 0x3E8, symBinAddr: 0x154F24, symSize: 0x38 } + - { offsetInCU: 0x1032, offset: 0x18EF8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6update4with7ElementQzSgAIn_tFTW', symObjAddr: 0x420, symBinAddr: 0x154F5C, symSize: 0x24 } + - { offsetInCU: 0x1145, offset: 0x18F09F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP9formUnionyyxnFTW', symObjAddr: 0x444, symBinAddr: 0x154F80, symSize: 0x14 } + - { offsetInCU: 0x11E8, offset: 0x18F142, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP16formIntersectionyyxFTW', symObjAddr: 0x458, symBinAddr: 0x154F94, symSize: 0x14 } + - { offsetInCU: 0x128B, offset: 0x18F1E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x46C, symBinAddr: 0x154FA8, symSize: 0x14 } + - { offsetInCU: 0x133D, offset: 0x18F297, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP11subtractingyxxFTW', symObjAddr: 0x480, symBinAddr: 0x154FBC, symSize: 0x14 } + - { offsetInCU: 0x1421, offset: 0x18F37B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8isSubset2ofSbx_tFTW', symObjAddr: 0x494, symBinAddr: 0x154FD0, symSize: 0x14 } + - { offsetInCU: 0x1498, offset: 0x18F3F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isDisjoint4withSbx_tFTW', symObjAddr: 0x4A8, symBinAddr: 0x154FE4, symSize: 0x14 } + - { offsetInCU: 0x1550, offset: 0x18F4AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isSuperset2ofSbx_tFTW', symObjAddr: 0x4BC, symBinAddr: 0x154FF8, symSize: 0x14 } + - { offsetInCU: 0x15EA, offset: 0x18F544, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP7isEmptySbvgTW', symObjAddr: 0x4D0, symBinAddr: 0x15500C, symSize: 0x10 } + - { offsetInCU: 0x1652, offset: 0x18F5AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPyxqd__ncSTRd__7ElementQyd__AFRtzlufCTW', symObjAddr: 0x4E0, symBinAddr: 0x15501C, symSize: 0x28 } + - { offsetInCU: 0x166E, offset: 0x18F5C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8subtractyyxFTW', symObjAddr: 0x508, symBinAddr: 0x155044, symSize: 0x14 } + - { offsetInCU: 0x1711, offset: 0x18F66B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x51C, symBinAddr: 0x155058, symSize: 0x14 } + - { offsetInCU: 0x174F, offset: 0x18F6A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs25ExpressibleByArrayLiteralAAsADP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x530, symBinAddr: 0x15506C, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x18F84C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMi', symObjAddr: 0x0, symBinAddr: 0x1552A0, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x18F860, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMr', symObjAddr: 0x4, symBinAddr: 0x1552A4, symSize: 0x4C } + - { offsetInCU: 0xBA, offset: 0x18F8C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC9keyframes33unsupportedAfterEffectsExpressionACyxGs15ContiguousArrayVyAA0B0CyxGG_SSSgtcfC', symObjAddr: 0x208, symBinAddr: 0x1554A8, symSize: 0x44 } + - { offsetInCU: 0x10A, offset: 0x18F917, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueSSvg', symObjAddr: 0x24C, symBinAddr: 0x1554EC, symSize: 0x18 } + - { offsetInCU: 0x13B, offset: 0x18F948, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x38C, symBinAddr: 0x15561C, symSize: 0x6C } + - { offsetInCU: 0x170, offset: 0x18F97D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x3F8, symBinAddr: 0x155688, symSize: 0x4 } + - { offsetInCU: 0x1A5, offset: 0x18F9B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueSSvg', symObjAddr: 0x3FC, symBinAddr: 0x15568C, symSize: 0x18 } + - { offsetInCU: 0x1D6, offset: 0x18F9E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x554, symBinAddr: 0x1557E4, symSize: 0x2C } + - { offsetInCU: 0x1F2, offset: 0x18F9FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x580, symBinAddr: 0x155810, symSize: 0x28 } + - { offsetInCU: 0x20E, offset: 0x18FA1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValueSSvgTW', symObjAddr: 0x5A8, symBinAddr: 0x155838, symSize: 0x8 } + - { offsetInCU: 0x22A, offset: 0x18FA37, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5B0, symBinAddr: 0x155840, symSize: 0x24 } + - { offsetInCU: 0x246, offset: 0x18FA53, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValueSiSgvgTW', symObjAddr: 0x5D4, symBinAddr: 0x155864, symSize: 0xC } + - { offsetInCU: 0x271, offset: 0x18FA7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x5E0, symBinAddr: 0x155870, symSize: 0x28 } + - { offsetInCU: 0x2A2, offset: 0x18FAAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1B7C, symBinAddr: 0x156D6C, symSize: 0x8 } + - { offsetInCU: 0x312, offset: 0x18FB1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCfD', symObjAddr: 0x694, symBinAddr: 0x155900, symSize: 0x2C } + - { offsetInCU: 0x35D, offset: 0x18FB6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlF', symObjAddr: 0x50, symBinAddr: 0x1552F0, symSize: 0x158 } + - { offsetInCU: 0x3FC, offset: 0x18FC09, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_', symObjAddr: 0x1820, symBinAddr: 0x156A7C, symSize: 0xB8 } + - { offsetInCU: 0x460, offset: 0x18FC6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE12interpolatorAA0D13ValueProvider_pvg', symObjAddr: 0x1A8, symBinAddr: 0x155448, symSize: 0x60 } + - { offsetInCU: 0x49D, offset: 0x18FCAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9withValueyACyqd__Gqd__lF', symObjAddr: 0x264, symBinAddr: 0x155504, symSize: 0x118 } + - { offsetInCU: 0x4EA, offset: 0x18FCF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMa', symObjAddr: 0x6C0, symBinAddr: 0x15592C, symSize: 0xC } + - { offsetInCU: 0x509, offset: 0x18FD16, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0x6DC, symBinAddr: 0x155938, symSize: 0xA24 } + - { offsetInCU: 0x6E9, offset: 0x18FEF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1100, symBinAddr: 0x15635C, symSize: 0x2C } + - { offsetInCU: 0x738, offset: 0x18FF45, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x112C, symBinAddr: 0x156388, symSize: 0x4F8 } + - { offsetInCU: 0x8B1, offset: 0x1900BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1624, symBinAddr: 0x156880, symSize: 0x24 } + - { offsetInCU: 0x8D4, offset: 0x1900E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x1648, symBinAddr: 0x1568A4, symSize: 0x74 } + - { offsetInCU: 0x931, offset: 0x19013E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x16BC, symBinAddr: 0x156918, symSize: 0x10 } + - { offsetInCU: 0x958, offset: 0x190165, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x16CC, symBinAddr: 0x156928, symSize: 0x84 } + - { offsetInCU: 0x9CE, offset: 0x1901DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE9hashValueSivg', symObjAddr: 0x1750, symBinAddr: 0x1569AC, symSize: 0x44 } + - { offsetInCU: 0xA4C, offset: 0x190259, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x1794, symBinAddr: 0x1569F0, symSize: 0x24 } + - { offsetInCU: 0xA68, offset: 0x190275, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x17B8, symBinAddr: 0x156A14, symSize: 0x24 } + - { offsetInCU: 0xA7C, offset: 0x190289, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvg', symObjAddr: 0x18D8, symBinAddr: 0x156B34, symSize: 0x4C } + - { offsetInCU: 0xAE1, offset: 0x1902EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP7untypedACyypGvgTW', symObjAddr: 0x1924, symBinAddr: 0x156B80, symSize: 0x24 } + - { offsetInCU: 0xAFD, offset: 0x19030A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP12interpolatorAA0D13ValueProvider_pvgTW', symObjAddr: 0x1948, symBinAddr: 0x156BA4, symSize: 0x24 } + - { offsetInCU: 0xB19, offset: 0x190326, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSQWb', symObjAddr: 0x196C, symBinAddr: 0x156BC8, symSize: 0x38 } + - { offsetInCU: 0xB2D, offset: 0x19033A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_TA', symObjAddr: 0x19A4, symBinAddr: 0x156C00, symSize: 0x1C } + - { offsetInCU: 0xB41, offset: 0x19034E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMa', symObjAddr: 0x19C0, symBinAddr: 0x156C1C, symSize: 0xC } + - { offsetInCU: 0xB5C, offset: 0x190369, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF', symObjAddr: 0x1A38, symBinAddr: 0x156C28, symSize: 0x60 } + - { offsetInCU: 0xBFA, offset: 0x190407, size: 0x8, addend: 0x0, symName: '_$sSa13_adoptStorage_5countSayxG_SpyxGts016_ContiguousArrayB0CyxGn_SitFZTf4gnn_n', symObjAddr: 0x1B84, symBinAddr: 0x156D74, symSize: 0x88 } + - { offsetInCU: 0xC69, offset: 0x190476, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvgypxXEfU_TA', symObjAddr: 0x1C4C, symBinAddr: 0x156DFC, symSize: 0x50 } + - { offsetInCU: 0xCA4, offset: 0x1904B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMi', symObjAddr: 0x1D04, symBinAddr: 0x156E4C, symSize: 0x8 } + - { offsetInCU: 0xCB8, offset: 0x1904C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwet', symObjAddr: 0x1D1C, symBinAddr: 0x156E54, symSize: 0x90 } + - { offsetInCU: 0xCCC, offset: 0x1904D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwst', symObjAddr: 0x1DAC, symBinAddr: 0x156EE4, symSize: 0xBC } + - { offsetInCU: 0xCE0, offset: 0x1904ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwug', symObjAddr: 0x1E68, symBinAddr: 0x156FA0, symSize: 0x8 } + - { offsetInCU: 0xCF4, offset: 0x190501, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwup', symObjAddr: 0x1E70, symBinAddr: 0x156FA8, symSize: 0x4 } + - { offsetInCU: 0xD08, offset: 0x190515, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwui', symObjAddr: 0x1E74, symBinAddr: 0x156FAC, symSize: 0xC } + - { offsetInCU: 0xD1C, offset: 0x190529, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASQWb', symObjAddr: 0x1E80, symBinAddr: 0x156FB8, symSize: 0x10 } + - { offsetInCU: 0xD30, offset: 0x19053D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E90, symBinAddr: 0x156FC8, symSize: 0x10 } + - { offsetInCU: 0xD44, offset: 0x190551, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1EA0, symBinAddr: 0x156FD8, symSize: 0x10 } + - { offsetInCU: 0xDA9, offset: 0x1905B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x414, symBinAddr: 0x1556A4, symSize: 0x54 } + - { offsetInCU: 0xDC5, offset: 0x1905D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x468, symBinAddr: 0x1556F8, symSize: 0x4C } + - { offsetInCU: 0xDE1, offset: 0x1905EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4B4, symBinAddr: 0x155744, symSize: 0x50 } + - { offsetInCU: 0xDFD, offset: 0x19060A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x504, symBinAddr: 0x155794, symSize: 0x50 } + - { offsetInCU: 0xE1F, offset: 0x19062C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x608, symBinAddr: 0x155898, symSize: 0x34 } + - { offsetInCU: 0xE3B, offset: 0x190648, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x63C, symBinAddr: 0x1558CC, symSize: 0x34 } + - { offsetInCU: 0xF08, offset: 0x190715, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x17DC, symBinAddr: 0x156A38, symSize: 0x44 } + - { offsetInCU: 0xF4C, offset: 0x190759, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV6appendyyxnFTf4gn_n', symObjAddr: 0x1A98, symBinAddr: 0x156C88, symSize: 0x74 } + - { offsetInCU: 0xFBA, offset: 0x1907C7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV12arrayLiteralAByxGxd_tcfCTf4gn_n', symObjAddr: 0x1B0C, symBinAddr: 0x156CFC, symSize: 0x70 } + - { offsetInCU: 0x2B, offset: 0x190A88, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x156FE8, symSize: 0x15C } + - { offsetInCU: 0xBD, offset: 0x190B1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x156FE8, symSize: 0x15C } + - { offsetInCU: 0x1F6, offset: 0x190C53, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15setupAnimations7contextyAA0dC7ContextV_tKF', symObjAddr: 0x15C, symBinAddr: 0x157144, symSize: 0x258 } + - { offsetInCU: 0x384, offset: 0x190DE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x3B4, symBinAddr: 0x15739C, symSize: 0x19C } + - { offsetInCU: 0x550, offset: 0x190FAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x550, symBinAddr: 0x157538, symSize: 0x2C } + - { offsetInCU: 0x58A, offset: 0x190FE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCACycfcTo', symObjAddr: 0x57C, symBinAddr: 0x157564, symSize: 0x3C } + - { offsetInCU: 0x5ED, offset: 0x19104A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x5B8, symBinAddr: 0x1575A0, symSize: 0x94 } + - { offsetInCU: 0x65A, offset: 0x1910B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x64C, symBinAddr: 0x157634, symSize: 0x44 } + - { offsetInCU: 0x69D, offset: 0x1910FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCfD', symObjAddr: 0x690, symBinAddr: 0x157678, symSize: 0x30 } + - { offsetInCU: 0x6CA, offset: 0x191127, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCAA0cD0A2aDP15setupAnimations7contextyAA0dC7ContextV_tKFTW', symObjAddr: 0x6E0, symBinAddr: 0x1576C8, symSize: 0x2C } + - { offsetInCU: 0x79F, offset: 0x1911FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCMa', symObjAddr: 0x6C0, symBinAddr: 0x1576A8, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x19146D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x1576F4, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0x191491, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x1576F4, symSize: 0x64 } + - { offsetInCU: 0x7C, offset: 0x1914BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfD', symObjAddr: 0x64, symBinAddr: 0x157758, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x1914FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x157794, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x19153B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xAC, symBinAddr: 0x1577A0, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x19157C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xDC, symBinAddr: 0x1577D0, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x1915AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesC08gradientC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x250, symBinAddr: 0x157944, symSize: 0x93C } + - { offsetInCU: 0x8D0, offset: 0x191D12, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x157774, symSize: 0x20 } + - { offsetInCU: 0x90E, offset: 0x191D50, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCfD', symObjAddr: 0xE8, symBinAddr: 0x1577DC, symSize: 0x34 } + - { offsetInCU: 0x96F, offset: 0x191DB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x13C, symBinAddr: 0x157830, symSize: 0x44 } + - { offsetInCU: 0x9BB, offset: 0x191DFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x180, symBinAddr: 0x157874, symSize: 0x24 } + - { offsetInCU: 0x9FC, offset: 0x191E3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A4, symBinAddr: 0x157898, symSize: 0x4 } + - { offsetInCU: 0xA1C, offset: 0x191E5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A4, symBinAddr: 0x157898, symSize: 0x4 } + - { offsetInCU: 0xA4C, offset: 0x191E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0x15789C, symSize: 0x8 } + - { offsetInCU: 0xA6C, offset: 0x191EAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0x15789C, symSize: 0x8 } + - { offsetInCU: 0xACF, offset: 0x191F11, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0x1578A4, symSize: 0x10 } + - { offsetInCU: 0xAEF, offset: 0x191F31, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0x1578A4, symSize: 0x10 } + - { offsetInCU: 0xB36, offset: 0x191F78, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x1578B4, symSize: 0x8 } + - { offsetInCU: 0xB56, offset: 0x191F98, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x1578B4, symSize: 0x8 } + - { offsetInCU: 0xB77, offset: 0x191FB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1C8, symBinAddr: 0x1578BC, symSize: 0x8 } + - { offsetInCU: 0xB97, offset: 0x191FD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1C8, symBinAddr: 0x1578BC, symSize: 0x8 } + - { offsetInCU: 0xBB8, offset: 0x191FFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x1578C4, symSize: 0x8 } + - { offsetInCU: 0xBD8, offset: 0x19201A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x1578C4, symSize: 0x8 } + - { offsetInCU: 0xBF9, offset: 0x19203B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1D8, symBinAddr: 0x1578CC, symSize: 0x8 } + - { offsetInCU: 0xC19, offset: 0x19205B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1D8, symBinAddr: 0x1578CC, symSize: 0x8 } + - { offsetInCU: 0xC3A, offset: 0x19207C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1E0, symBinAddr: 0x1578D4, symSize: 0xC } + - { offsetInCU: 0xC5A, offset: 0x19209C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1E0, symBinAddr: 0x1578D4, symSize: 0xC } + - { offsetInCU: 0xC7B, offset: 0x1920BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1EC, symBinAddr: 0x1578E0, symSize: 0x10 } + - { offsetInCU: 0xC9B, offset: 0x1920DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1EC, symBinAddr: 0x1578E0, symSize: 0x10 } + - { offsetInCU: 0xCAD, offset: 0x1920EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1FC, symBinAddr: 0x1578F0, symSize: 0x8 } + - { offsetInCU: 0xCE7, offset: 0x192129, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x204, symBinAddr: 0x1578F8, symSize: 0x4C } + - { offsetInCU: 0xD24, offset: 0x192166, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xB8C, symBinAddr: 0x158280, symSize: 0x458 } + - { offsetInCU: 0x1618, offset: 0x192A5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCMa', symObjAddr: 0x11C, symBinAddr: 0x157810, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x193888, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x1586D8, symSize: 0x2C } + - { offsetInCU: 0x73, offset: 0x1938D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x1586D8, symSize: 0x2C } + - { offsetInCU: 0xB8, offset: 0x193915, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCMa', symObjAddr: 0x2C, symBinAddr: 0x158704, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x193A76, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x158724, symSize: 0x4 } + - { offsetInCU: 0x4F, offset: 0x193A9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotificationSo18NSNotificationNameavp', symObjAddr: 0x3218, symBinAddr: 0x208628, symSize: 0x0 } + - { offsetInCU: 0x5D, offset: 0x193AA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x158724, symSize: 0x4 } + - { offsetInCU: 0x71, offset: 0x193ABC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMr', symObjAddr: 0x4, symBinAddr: 0x158728, symSize: 0x7C } + - { offsetInCU: 0x85, offset: 0x193AD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotification_WZ', symObjAddr: 0x80, symBinAddr: 0x1587A4, symSize: 0x18 } + - { offsetInCU: 0xAB, offset: 0x193AF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfd', symObjAddr: 0x98, symBinAddr: 0x1587BC, symSize: 0x4C } + - { offsetInCU: 0xEF, offset: 0x193B3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfD', symObjAddr: 0xE4, symBinAddr: 0x158808, symSize: 0x1C } + - { offsetInCU: 0x11D, offset: 0x193B68, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMa', symObjAddr: 0x100, symBinAddr: 0x158824, symSize: 0xC } + - { offsetInCU: 0x131, offset: 0x193B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMi', symObjAddr: 0x10C, symBinAddr: 0x158830, symSize: 0x4 } + - { offsetInCU: 0x145, offset: 0x193B90, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMr', symObjAddr: 0x110, symBinAddr: 0x158834, symSize: 0xA8 } + - { offsetInCU: 0x19D, offset: 0x193BE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCfD', symObjAddr: 0x1B8, symBinAddr: 0x1588DC, symSize: 0x60 } + - { offsetInCU: 0x1FF, offset: 0x193C4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMa', symObjAddr: 0x218, symBinAddr: 0x15893C, symSize: 0xC } + - { offsetInCU: 0x8D, offset: 0x193E56, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfC', symObjAddr: 0x0, symBinAddr: 0x158948, symSize: 0x50 } + - { offsetInCU: 0xE4, offset: 0x193EAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc', symObjAddr: 0x50, symBinAddr: 0x158998, symSize: 0x10 } + - { offsetInCU: 0x11D, offset: 0x193EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x60, symBinAddr: 0x1589A8, symSize: 0x610 } + - { offsetInCU: 0x344, offset: 0x19410D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x700, symBinAddr: 0x159048, symSize: 0x8 } + - { offsetInCU: 0x367, offset: 0x194130, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfd', symObjAddr: 0x708, symBinAddr: 0x159050, symSize: 0x2C } + - { offsetInCU: 0x3A2, offset: 0x19416B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfD', symObjAddr: 0x734, symBinAddr: 0x15907C, symSize: 0x34 } + - { offsetInCU: 0x3E5, offset: 0x1941AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x768, symBinAddr: 0x1590B0, symSize: 0x20 } + - { offsetInCU: 0x42B, offset: 0x1941F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x788, symBinAddr: 0x1590D0, symSize: 0xC } + - { offsetInCU: 0x512, offset: 0x1942DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x794, symBinAddr: 0x1590DC, symSize: 0x4 } + - { offsetInCU: 0x535, offset: 0x1942FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x798, symBinAddr: 0x1590E0, symSize: 0xC } + - { offsetInCU: 0x567, offset: 0x194330, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x7A4, symBinAddr: 0x1590EC, symSize: 0x8 } + - { offsetInCU: 0x57B, offset: 0x194344, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu0_TA', symObjAddr: 0x7AC, symBinAddr: 0x1590F4, symSize: 0x18 } + - { offsetInCU: 0x59A, offset: 0x194363, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x81C, symBinAddr: 0x15910C, symSize: 0x98 } + - { offsetInCU: 0x603, offset: 0x1943CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCMa', symObjAddr: 0x8B4, symBinAddr: 0x1591A4, symSize: 0x20 } + - { offsetInCU: 0x617, offset: 0x1943E0, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCMa', symObjAddr: 0x900, symBinAddr: 0x1591F0, symSize: 0x3C } + - { offsetInCU: 0x27, offset: 0x19465D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x159234, symSize: 0xEC } + - { offsetInCU: 0x17E, offset: 0x1947B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x159234, symSize: 0xEC } + - { offsetInCU: 0x523, offset: 0x194B59, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xEC, symBinAddr: 0x159320, symSize: 0x68 } + - { offsetInCU: 0x743, offset: 0x194D79, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x154, symBinAddr: 0x159388, symSize: 0x64 } + - { offsetInCU: 0x75F, offset: 0x194D95, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1B8, symBinAddr: 0x1593EC, symSize: 0x44 } + - { offsetInCU: 0x7B1, offset: 0x194DE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1FC, symBinAddr: 0x159430, symSize: 0x18 } + - { offsetInCU: 0x13F, offset: 0x195110, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5shape10otherItems7contextA2C0C0V_SayAHGAA0D7ContextVtKcfc', symObjAddr: 0x330, symBinAddr: 0x159778, symSize: 0x8A8 } + - { offsetInCU: 0x976, offset: 0x195947, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xBD8, symBinAddr: 0x15A020, symSize: 0x7C } + - { offsetInCU: 0x9BD, offset: 0x19598E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfc', symObjAddr: 0xC54, symBinAddr: 0x15A09C, symSize: 0x20C } + - { offsetInCU: 0xA80, offset: 0x195A51, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfcTo', symObjAddr: 0xE60, symBinAddr: 0x15A2A8, symSize: 0x4C } + - { offsetInCU: 0xAB2, offset: 0x195A83, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xEAC, symBinAddr: 0x15A2F4, symSize: 0x42C } + - { offsetInCU: 0xB66, offset: 0x195B37, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC24setupSolidFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL05shapeD07contextySo07CAShapeD0C_AA0D16AnimationContextVtKF', symObjAddr: 0x12D8, symBinAddr: 0x15A720, symSize: 0xD90 } + - { offsetInCU: 0x13B2, offset: 0x196383, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC27setupGradientFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKF', symObjAddr: 0x2068, symBinAddr: 0x15B4B0, symSize: 0xD1C } + - { offsetInCU: 0x1AB0, offset: 0x196A81, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC017setupGradientFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0gD13ConfigurationAELLOAA0fG0C_tF', symObjAddr: 0x2D84, symBinAddr: 0x15C1CC, symSize: 0x288 } + - { offsetInCU: 0x1D05, offset: 0x196CD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC014setupSolidFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLAC0gD13ConfigurationAELLOyF', symObjAddr: 0x300C, symBinAddr: 0x15C454, symSize: 0xB8 } + - { offsetInCU: 0x1E82, offset: 0x196E53, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC019setupGradientStrokeD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0F6LayersAELLVAA0fG0C_tF', symObjAddr: 0x30C4, symBinAddr: 0x15C50C, symSize: 0x220 } + - { offsetInCU: 0x2088, offset: 0x197059, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCACycfcTo', symObjAddr: 0x3608, symBinAddr: 0x15CA50, symSize: 0x2C } + - { offsetInCU: 0x20EF, offset: 0x1970C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfD', symObjAddr: 0x36A8, symBinAddr: 0x15CAF0, symSize: 0x34 } + - { offsetInCU: 0x211C, offset: 0x1970ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC29setupGradientStrokeAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKFTf4xnn_n', symObjAddr: 0x3F28, symBinAddr: 0x15D344, symSize: 0x974 } + - { offsetInCU: 0x2BA6, offset: 0x197B77, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV3foryAcA09ShapeItemB0C0G0VF', symObjAddr: 0x32E4, symBinAddr: 0x15C72C, symSize: 0x324 } + - { offsetInCU: 0x2EA7, offset: 0x197E78, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfE', symObjAddr: 0x3634, symBinAddr: 0x15CA7C, symSize: 0x74 } + - { offsetInCU: 0x2ED6, offset: 0x197EA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfETo', symObjAddr: 0x36DC, symBinAddr: 0x15CB24, symSize: 0x78 } + - { offsetInCU: 0x2F05, offset: 0x197ED6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCMa', symObjAddr: 0x3754, symBinAddr: 0x15CB9C, symSize: 0x20 } + - { offsetInCU: 0x2F19, offset: 0x197EEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwxx', symObjAddr: 0x3774, symBinAddr: 0x15CBBC, symSize: 0x38 } + - { offsetInCU: 0x2F2D, offset: 0x197EFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwcp', symObjAddr: 0x37AC, symBinAddr: 0x15CBF4, symSize: 0x54 } + - { offsetInCU: 0x2F41, offset: 0x197F12, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwca', symObjAddr: 0x3800, symBinAddr: 0x15CC48, symSize: 0x8C } + - { offsetInCU: 0x2F55, offset: 0x197F26, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwta', symObjAddr: 0x3898, symBinAddr: 0x15CCD4, symSize: 0x64 } + - { offsetInCU: 0x2F69, offset: 0x197F3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwet', symObjAddr: 0x38FC, symBinAddr: 0x15CD38, symSize: 0x48 } + - { offsetInCU: 0x2F7D, offset: 0x197F4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwst', symObjAddr: 0x3944, symBinAddr: 0x15CD80, symSize: 0x40 } + - { offsetInCU: 0x2F91, offset: 0x197F62, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVMa', symObjAddr: 0x3984, symBinAddr: 0x15CDC0, symSize: 0x10 } + - { offsetInCU: 0x2FA5, offset: 0x197F76, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwCP', symObjAddr: 0x3994, symBinAddr: 0x15CDD0, symSize: 0x30 } + - { offsetInCU: 0x2FB9, offset: 0x197F8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOy', symObjAddr: 0x39C4, symBinAddr: 0x15CE00, symSize: 0x50 } + - { offsetInCU: 0x2FCD, offset: 0x197F9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwxx', symObjAddr: 0x3A14, symBinAddr: 0x15CE50, symSize: 0x14 } + - { offsetInCU: 0x2FE1, offset: 0x197FB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOe', symObjAddr: 0x3A28, symBinAddr: 0x15CE64, symSize: 0x5C } + - { offsetInCU: 0x2FF5, offset: 0x197FC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwcp', symObjAddr: 0x3A84, symBinAddr: 0x15CEC0, symSize: 0x60 } + - { offsetInCU: 0x3009, offset: 0x197FDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwca', symObjAddr: 0x3AE4, symBinAddr: 0x15CF20, symSize: 0x70 } + - { offsetInCU: 0x301D, offset: 0x197FEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwta', symObjAddr: 0x3B68, symBinAddr: 0x15CF90, symSize: 0x48 } + - { offsetInCU: 0x3031, offset: 0x198002, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwet', symObjAddr: 0x3BB0, symBinAddr: 0x15CFD8, symSize: 0x48 } + - { offsetInCU: 0x3045, offset: 0x198016, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwst', symObjAddr: 0x3BF8, symBinAddr: 0x15D020, symSize: 0x48 } + - { offsetInCU: 0x3059, offset: 0x19802A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwug', symObjAddr: 0x3C40, symBinAddr: 0x15D068, symSize: 0x8 } + - { offsetInCU: 0x306D, offset: 0x19803E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwup', symObjAddr: 0x3C48, symBinAddr: 0x15D070, symSize: 0x4 } + - { offsetInCU: 0x3081, offset: 0x198052, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwui', symObjAddr: 0x3C4C, symBinAddr: 0x15D074, symSize: 0xC } + - { offsetInCU: 0x3095, offset: 0x198066, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOMa', symObjAddr: 0x3C58, symBinAddr: 0x15D080, symSize: 0x10 } + - { offsetInCU: 0x30A9, offset: 0x19807A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VwCP', symObjAddr: 0x3C68, symBinAddr: 0x15D090, symSize: 0x34 } + - { offsetInCU: 0x30BD, offset: 0x19808E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwxx', symObjAddr: 0x3C9C, symBinAddr: 0x15D0C4, symSize: 0x28 } + - { offsetInCU: 0x30D1, offset: 0x1980A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwcp', symObjAddr: 0x3CC4, symBinAddr: 0x15D0EC, symSize: 0x34 } + - { offsetInCU: 0x30E5, offset: 0x1980B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwca', symObjAddr: 0x3CF8, symBinAddr: 0x15D120, symSize: 0x5C } + - { offsetInCU: 0x30F9, offset: 0x1980CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwta', symObjAddr: 0x3D60, symBinAddr: 0x15D17C, symSize: 0x44 } + - { offsetInCU: 0x310D, offset: 0x1980DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwet', symObjAddr: 0x3DA4, symBinAddr: 0x15D1C0, symSize: 0x48 } + - { offsetInCU: 0x3121, offset: 0x1980F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwst', symObjAddr: 0x3DEC, symBinAddr: 0x15D208, symSize: 0x3C } + - { offsetInCU: 0x3135, offset: 0x198106, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VMa', symObjAddr: 0x3E28, symBinAddr: 0x15D244, symSize: 0x10 } + - { offsetInCU: 0x3149, offset: 0x19811A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLO4fill_AC14GradientLayersAELLVSg14gradientStroketSgWOe', symObjAddr: 0x3E38, symBinAddr: 0x15D254, symSize: 0x54 } + - { offsetInCU: 0x315D, offset: 0x19812E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOe', symObjAddr: 0x3E8C, symBinAddr: 0x15D2A8, symSize: 0x4C } + - { offsetInCU: 0x3171, offset: 0x198142, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOy', symObjAddr: 0x3ED8, symBinAddr: 0x15D2F4, symSize: 0x50 } + - { offsetInCU: 0x31C5, offset: 0x198196, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4988, symBinAddr: 0x15DCB8, symSize: 0x8 } + - { offsetInCU: 0x31D9, offset: 0x1981AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4990, symBinAddr: 0x15DCC0, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x198684, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x15DCFC, symSize: 0x50 } + - { offsetInCU: 0x4B, offset: 0x1986A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x15DCFC, symSize: 0x50 } + - { offsetInCU: 0x69, offset: 0x1986C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x50, symBinAddr: 0x15DD4C, symSize: 0x64 } + - { offsetInCU: 0xBA, offset: 0x198717, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xB4, symBinAddr: 0x15DDB0, symSize: 0x6C } + - { offsetInCU: 0xF5, offset: 0x198752, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x120, symBinAddr: 0x15DE1C, symSize: 0x44 } + - { offsetInCU: 0x113, offset: 0x198770, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x164, symBinAddr: 0x15DE60, symSize: 0x54 } + - { offsetInCU: 0x164, offset: 0x1987C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1B8, symBinAddr: 0x15DEB4, symSize: 0x44 } + - { offsetInCU: 0x1A7, offset: 0x198804, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCfD', symObjAddr: 0x1FC, symBinAddr: 0x15DEF8, symSize: 0x34 } + - { offsetInCU: 0x1D5, offset: 0x198832, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCMa', symObjAddr: 0x230, symBinAddr: 0x15DF2C, symSize: 0x20 } + - { offsetInCU: 0x92, offset: 0x198A39, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xE0, symBinAddr: 0x15E02C, symSize: 0x20 } + - { offsetInCU: 0xC3, offset: 0x198A6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x100, symBinAddr: 0x15E04C, symSize: 0x18 } + - { offsetInCU: 0x11A, offset: 0x198AC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x15E10C, symSize: 0xD58 } + - { offsetInCU: 0x1A4, offset: 0x198B4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xF18, symBinAddr: 0x15EE64, symSize: 0xFA4 } + - { offsetInCU: 0x7AE, offset: 0x199155, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x1EBC, symBinAddr: 0x15FE08, symSize: 0x20 } + - { offsetInCU: 0x7E7, offset: 0x19918E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2200, symBinAddr: 0x16014C, symSize: 0x20 } + - { offsetInCU: 0x815, offset: 0x1991BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2200, symBinAddr: 0x16014C, symSize: 0x20 } + - { offsetInCU: 0x85E, offset: 0x199205, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x26B4, symBinAddr: 0x160600, symSize: 0x44 } + - { offsetInCU: 0x8A4, offset: 0x19924B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x26F8, symBinAddr: 0x160644, symSize: 0x28 } + - { offsetInCU: 0x8B8, offset: 0x19925F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2720, symBinAddr: 0x16066C, symSize: 0x8 } + - { offsetInCU: 0x8EE, offset: 0x199295, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2728, symBinAddr: 0x160674, symSize: 0x3C } + - { offsetInCU: 0x953, offset: 0x1992FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2764, symBinAddr: 0x1606B0, symSize: 0xC } + - { offsetInCU: 0x96F, offset: 0x199316, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2770, symBinAddr: 0x1606BC, symSize: 0xC } + - { offsetInCU: 0x98B, offset: 0x199332, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x37CC, symBinAddr: 0x161440, symSize: 0x50 } + - { offsetInCU: 0x9C3, offset: 0x19936A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x1EDC, symBinAddr: 0x15FE28, symSize: 0x18 } + - { offsetInCU: 0x9FC, offset: 0x1993A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21E8, symBinAddr: 0x160134, symSize: 0x18 } + - { offsetInCU: 0xA2A, offset: 0x1993D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21E8, symBinAddr: 0x160134, symSize: 0x18 } + - { offsetInCU: 0xA7C, offset: 0x199423, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x23CC, symBinAddr: 0x160318, symSize: 0x64 } + - { offsetInCU: 0xAE2, offset: 0x199489, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x2430, symBinAddr: 0x16037C, symSize: 0x28 } + - { offsetInCU: 0xAFE, offset: 0x1994A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2458, symBinAddr: 0x1603A4, symSize: 0x8 } + - { offsetInCU: 0xB34, offset: 0x1994DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2460, symBinAddr: 0x1603AC, symSize: 0x68 } + - { offsetInCU: 0xBB9, offset: 0x199560, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x24C8, symBinAddr: 0x160414, symSize: 0xC } + - { offsetInCU: 0xBD5, offset: 0x19957C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x24D4, symBinAddr: 0x160420, symSize: 0xC } + - { offsetInCU: 0xBFE, offset: 0x1995A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x21A8, symBinAddr: 0x1600F4, symSize: 0x20 } + - { offsetInCU: 0xC37, offset: 0x1995DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21C8, symBinAddr: 0x160114, symSize: 0x20 } + - { offsetInCU: 0xC65, offset: 0x19960C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21C8, symBinAddr: 0x160114, symSize: 0x20 } + - { offsetInCU: 0xCB9, offset: 0x199660, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2244, symBinAddr: 0x160190, symSize: 0x64 } + - { offsetInCU: 0xD1F, offset: 0x1996C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x22A8, symBinAddr: 0x1601F4, symSize: 0x28 } + - { offsetInCU: 0xD3B, offset: 0x1996E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x22D0, symBinAddr: 0x16021C, symSize: 0x8 } + - { offsetInCU: 0xD71, offset: 0x199718, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x22D8, symBinAddr: 0x160224, symSize: 0x68 } + - { offsetInCU: 0xDF6, offset: 0x19979D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2340, symBinAddr: 0x16028C, symSize: 0xC } + - { offsetInCU: 0xE12, offset: 0x1997B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x234C, symBinAddr: 0x160298, symSize: 0xC } + - { offsetInCU: 0xE30, offset: 0x1997D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1EF4, symBinAddr: 0x15FE40, symSize: 0x2B4 } + - { offsetInCU: 0xEA3, offset: 0x19984A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfd', symObjAddr: 0x27CC, symBinAddr: 0x160718, symSize: 0x94 } + - { offsetInCU: 0xED0, offset: 0x199877, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfD', symObjAddr: 0x2860, symBinAddr: 0x1607AC, symSize: 0x1C } + - { offsetInCU: 0xF15, offset: 0x1998BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2A68, symBinAddr: 0x1609A4, symSize: 0x54 } + - { offsetInCU: 0xF4D, offset: 0x1998F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2ABC, symBinAddr: 0x1609F8, symSize: 0x20 } + - { offsetInCU: 0x103F, offset: 0x1999E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCMa', symObjAddr: 0x287C, symBinAddr: 0x1607C8, symSize: 0x20 } + - { offsetInCU: 0x1053, offset: 0x1999FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwet', symObjAddr: 0x28AC, symBinAddr: 0x1607E8, symSize: 0x90 } + - { offsetInCU: 0x1067, offset: 0x199A0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwst', symObjAddr: 0x293C, symBinAddr: 0x160878, symSize: 0xBC } + - { offsetInCU: 0x107B, offset: 0x199A22, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwug', symObjAddr: 0x29F8, symBinAddr: 0x160934, symSize: 0x8 } + - { offsetInCU: 0x108F, offset: 0x199A36, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwup', symObjAddr: 0x2A00, symBinAddr: 0x16093C, symSize: 0x4 } + - { offsetInCU: 0x10A3, offset: 0x199A4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwui', symObjAddr: 0x2A04, symBinAddr: 0x160940, symSize: 0xC } + - { offsetInCU: 0x10B7, offset: 0x199A5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOMa', symObjAddr: 0x2A10, symBinAddr: 0x16094C, symSize: 0x10 } + - { offsetInCU: 0x10CB, offset: 0x199A72, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASQWb', symObjAddr: 0x2A20, symBinAddr: 0x16095C, symSize: 0x4 } + - { offsetInCU: 0x10DF, offset: 0x199A86, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSQAAWl', symObjAddr: 0x2A24, symBinAddr: 0x160960, symSize: 0x44 } + - { offsetInCU: 0x10F3, offset: 0x199A9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs0D3KeyAAWl', symObjAddr: 0x2B40, symBinAddr: 0x160A18, symSize: 0x44 } + - { offsetInCU: 0x1107, offset: 0x199AAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2BA4, symBinAddr: 0x160A5C, symSize: 0x44 } + - { offsetInCU: 0x111B, offset: 0x199AC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGSeAASeRzlWl', symObjAddr: 0x2C2C, symBinAddr: 0x160AA0, symSize: 0x70 } + - { offsetInCU: 0x112F, offset: 0x199AD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGSeAASeRzlWl', symObjAddr: 0x2CE0, symBinAddr: 0x160B10, symSize: 0x70 } + - { offsetInCU: 0x1143, offset: 0x199AEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2DD8, symBinAddr: 0x160BC4, symSize: 0x44 } + - { offsetInCU: 0x1157, offset: 0x199AFE, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOGSgWOc', symObjAddr: 0x2E1C, symBinAddr: 0x160C08, symSize: 0x48 } + - { offsetInCU: 0x116B, offset: 0x199B12, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSeAAWl', symObjAddr: 0x2E64, symBinAddr: 0x160C50, symSize: 0x44 } + - { offsetInCU: 0x117F, offset: 0x199B26, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSYAAWl', symObjAddr: 0x3014, symBinAddr: 0x160D08, symSize: 0x44 } + - { offsetInCU: 0x1193, offset: 0x199B3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3114, symBinAddr: 0x160D88, symSize: 0x90 } + - { offsetInCU: 0x11A7, offset: 0x199B4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x31A4, symBinAddr: 0x160E18, symSize: 0xBC } + - { offsetInCU: 0x11BB, offset: 0x199B62, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x3260, symBinAddr: 0x160ED4, symSize: 0x4 } + - { offsetInCU: 0x11CF, offset: 0x199B76, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x3264, symBinAddr: 0x160ED8, symSize: 0x10 } + - { offsetInCU: 0x11E3, offset: 0x199B8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3274, symBinAddr: 0x160EE8, symSize: 0x90 } + - { offsetInCU: 0x11F7, offset: 0x199B9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3304, symBinAddr: 0x160F78, symSize: 0xBC } + - { offsetInCU: 0x120B, offset: 0x199BB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x33C0, symBinAddr: 0x161034, symSize: 0x4 } + - { offsetInCU: 0x121F, offset: 0x199BC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x33C4, symBinAddr: 0x161038, symSize: 0x10 } + - { offsetInCU: 0x1233, offset: 0x199BDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x33D4, symBinAddr: 0x161048, symSize: 0x90 } + - { offsetInCU: 0x1247, offset: 0x199BEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3464, symBinAddr: 0x1610D8, symSize: 0xBC } + - { offsetInCU: 0x125B, offset: 0x199C02, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwug', symObjAddr: 0x3520, symBinAddr: 0x161194, symSize: 0x8 } + - { offsetInCU: 0x126F, offset: 0x199C16, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x3528, symBinAddr: 0x16119C, symSize: 0x4 } + - { offsetInCU: 0x1283, offset: 0x199C2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwui', symObjAddr: 0x352C, symBinAddr: 0x1611A0, symSize: 0x8 } + - { offsetInCU: 0x1297, offset: 0x199C3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x3534, symBinAddr: 0x1611A8, symSize: 0x10 } + - { offsetInCU: 0x12AB, offset: 0x199C52, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3544, symBinAddr: 0x1611B8, symSize: 0x4 } + - { offsetInCU: 0x12BF, offset: 0x199C66, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3548, symBinAddr: 0x1611BC, symSize: 0x44 } + - { offsetInCU: 0x12D3, offset: 0x199C7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x358C, symBinAddr: 0x161200, symSize: 0x4 } + - { offsetInCU: 0x12E7, offset: 0x199C8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3590, symBinAddr: 0x161204, symSize: 0x44 } + - { offsetInCU: 0x12FB, offset: 0x199CA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x35D4, symBinAddr: 0x161248, symSize: 0x4 } + - { offsetInCU: 0x130F, offset: 0x199CB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x35D8, symBinAddr: 0x16124C, symSize: 0x44 } + - { offsetInCU: 0x1323, offset: 0x199CCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x361C, symBinAddr: 0x161290, symSize: 0x4 } + - { offsetInCU: 0x1337, offset: 0x199CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3620, symBinAddr: 0x161294, symSize: 0x44 } + - { offsetInCU: 0x134B, offset: 0x199CF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3664, symBinAddr: 0x1612D8, symSize: 0x4 } + - { offsetInCU: 0x135F, offset: 0x199D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3668, symBinAddr: 0x1612DC, symSize: 0x44 } + - { offsetInCU: 0x1373, offset: 0x199D1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x36AC, symBinAddr: 0x161320, symSize: 0x4 } + - { offsetInCU: 0x1387, offset: 0x199D2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x36B0, symBinAddr: 0x161324, symSize: 0x44 } + - { offsetInCU: 0x139B, offset: 0x199D42, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x36F4, symBinAddr: 0x161368, symSize: 0x4 } + - { offsetInCU: 0x13AF, offset: 0x199D56, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x36F8, symBinAddr: 0x16136C, symSize: 0x44 } + - { offsetInCU: 0x13C3, offset: 0x199D6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x373C, symBinAddr: 0x1613B0, symSize: 0x4 } + - { offsetInCU: 0x13D7, offset: 0x199D7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3740, symBinAddr: 0x1613B4, symSize: 0x44 } + - { offsetInCU: 0x13EB, offset: 0x199D92, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3784, symBinAddr: 0x1613F8, symSize: 0x4 } + - { offsetInCU: 0x13FF, offset: 0x199DA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3788, symBinAddr: 0x1613FC, symSize: 0x44 } + - { offsetInCU: 0x1433, offset: 0x199DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x15DF4C, symSize: 0x18 } + - { offsetInCU: 0x14C4, offset: 0x199E6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x15DF64, symSize: 0x4C } + - { offsetInCU: 0x15A5, offset: 0x199F4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x15DFB0, symSize: 0x34 } + - { offsetInCU: 0x162C, offset: 0x199FD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98, symBinAddr: 0x15DFE4, symSize: 0x48 } + - { offsetInCU: 0x16E1, offset: 0x19A088, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x118, symBinAddr: 0x15E064, symSize: 0x5C } + - { offsetInCU: 0x1704, offset: 0x19A0AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x174, symBinAddr: 0x15E0C0, symSize: 0x4C } + - { offsetInCU: 0x176E, offset: 0x19A115, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2220, symBinAddr: 0x16016C, symSize: 0xC } + - { offsetInCU: 0x178A, offset: 0x19A131, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x222C, symBinAddr: 0x160178, symSize: 0x8 } + - { offsetInCU: 0x17A6, offset: 0x19A14D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2234, symBinAddr: 0x160180, symSize: 0x8 } + - { offsetInCU: 0x17C2, offset: 0x19A169, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x223C, symBinAddr: 0x160188, symSize: 0x8 } + - { offsetInCU: 0x17E4, offset: 0x19A18B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2358, symBinAddr: 0x1602A4, symSize: 0x28 } + - { offsetInCU: 0x1800, offset: 0x19A1A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2380, symBinAddr: 0x1602CC, symSize: 0x28 } + - { offsetInCU: 0x181C, offset: 0x19A1C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x23A8, symBinAddr: 0x1602F4, symSize: 0xC } + - { offsetInCU: 0x1838, offset: 0x19A1DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x23B4, symBinAddr: 0x160300, symSize: 0x8 } + - { offsetInCU: 0x1854, offset: 0x19A1FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x23BC, symBinAddr: 0x160308, symSize: 0x8 } + - { offsetInCU: 0x1870, offset: 0x19A217, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x23C4, symBinAddr: 0x160310, symSize: 0x8 } + - { offsetInCU: 0x1892, offset: 0x19A239, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x24E0, symBinAddr: 0x16042C, symSize: 0x28 } + - { offsetInCU: 0x18AE, offset: 0x19A255, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2508, symBinAddr: 0x160454, symSize: 0x28 } + - { offsetInCU: 0x18E8, offset: 0x19A28F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2530, symBinAddr: 0x16047C, symSize: 0x88 } + - { offsetInCU: 0x1997, offset: 0x19A33E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x25B8, symBinAddr: 0x160504, symSize: 0x60 } + - { offsetInCU: 0x1A15, offset: 0x19A3BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2618, symBinAddr: 0x160564, symSize: 0x40 } + - { offsetInCU: 0x1A67, offset: 0x19A40E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2658, symBinAddr: 0x1605A4, symSize: 0x5C } + - { offsetInCU: 0x1AC9, offset: 0x19A470, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x277C, symBinAddr: 0x1606C8, symSize: 0x28 } + - { offsetInCU: 0x1AE5, offset: 0x19A48C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x27A4, symBinAddr: 0x1606F0, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x19A6C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x1614A0, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x19A6DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x1614A0, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x19A6F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwxx', symObjAddr: 0x30, symBinAddr: 0x1614D0, symSize: 0x24 } + - { offsetInCU: 0x6B, offset: 0x19A704, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwcp', symObjAddr: 0x74, symBinAddr: 0x1614F4, symSize: 0x44 } + - { offsetInCU: 0x7F, offset: 0x19A718, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwca', symObjAddr: 0xB8, symBinAddr: 0x161538, symSize: 0x40 } + - { offsetInCU: 0x93, offset: 0x19A72C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwta', symObjAddr: 0x26C, symBinAddr: 0x161578, symSize: 0x40 } + - { offsetInCU: 0xA7, offset: 0x19A740, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwet', symObjAddr: 0x2AC, symBinAddr: 0x1615B8, symSize: 0x48 } + - { offsetInCU: 0xBB, offset: 0x19A754, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwst', symObjAddr: 0x2F4, symBinAddr: 0x161600, symSize: 0x4C } + - { offsetInCU: 0xCF, offset: 0x19A768, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVMa', symObjAddr: 0x340, symBinAddr: 0x16164C, symSize: 0x10 } + - { offsetInCU: 0xEF, offset: 0x19A788, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufC', symObjAddr: 0x350, symBinAddr: 0x16165C, symSize: 0xE4 } + - { offsetInCU: 0x12C, offset: 0x19A7C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_', symObjAddr: 0x434, symBinAddr: 0x161740, symSize: 0x31C } + - { offsetInCU: 0x1A0, offset: 0x19A839, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x750, symBinAddr: 0x161A5C, symSize: 0x28 } + - { offsetInCU: 0x1E7, offset: 0x19A880, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_TA', symObjAddr: 0x80C, symBinAddr: 0x161ADC, symSize: 0x1C } + - { offsetInCU: 0x5A, offset: 0x19AA4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC05setupB07contextyAA0C7ContextV_tF', symObjAddr: 0x0, symBinAddr: 0x161AF8, symSize: 0x1EC } + - { offsetInCU: 0x10F, offset: 0x19AB00, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1EC, symBinAddr: 0x161CE4, symSize: 0x64 } + - { offsetInCU: 0x156, offset: 0x19AB47, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfc', symObjAddr: 0x250, symBinAddr: 0x161D48, symSize: 0x1BC } + - { offsetInCU: 0x219, offset: 0x19AC0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfcTo', symObjAddr: 0x40C, symBinAddr: 0x161F04, symSize: 0x4C } + - { offsetInCU: 0x235, offset: 0x19AC26, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfD', symObjAddr: 0x484, symBinAddr: 0x161F7C, symSize: 0x34 } + - { offsetInCU: 0x279, offset: 0x19AC6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfE', symObjAddr: 0x458, symBinAddr: 0x161F50, symSize: 0x2C } + - { offsetInCU: 0x2A6, offset: 0x19AC97, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfETo', symObjAddr: 0x4B8, symBinAddr: 0x161FB0, symSize: 0x38 } + - { offsetInCU: 0x2D5, offset: 0x19ACC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCMa', symObjAddr: 0x4F0, symBinAddr: 0x161FE8, symSize: 0x20 } + - { offsetInCU: 0x322, offset: 0x19AD13, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCAA012CustomLayoutC0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x510, symBinAddr: 0x162008, symSize: 0x78 } + - { offsetInCU: 0x27, offset: 0x19AF55, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x1620A4, symSize: 0x8 } + - { offsetInCU: 0x3F, offset: 0x19AF6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x1620A4, symSize: 0x8 } + - { offsetInCU: 0x53, offset: 0x19AF81, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwCP', symObjAddr: 0x8, symBinAddr: 0x1620AC, symSize: 0x30 } + - { offsetInCU: 0x67, offset: 0x19AF95, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwxx', symObjAddr: 0x38, symBinAddr: 0x1620DC, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x19AFA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwcp', symObjAddr: 0x68, symBinAddr: 0x16210C, symSize: 0x54 } + - { offsetInCU: 0x8F, offset: 0x19AFBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwca', symObjAddr: 0xBC, symBinAddr: 0x162160, symSize: 0x74 } + - { offsetInCU: 0xA3, offset: 0x19AFD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwta', symObjAddr: 0x144, symBinAddr: 0x1621D4, symSize: 0x54 } + - { offsetInCU: 0xB7, offset: 0x19AFE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwet', symObjAddr: 0x198, symBinAddr: 0x162228, symSize: 0x48 } + - { offsetInCU: 0xCB, offset: 0x19AFF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwst', symObjAddr: 0x1E0, symBinAddr: 0x162270, symSize: 0x48 } + - { offsetInCU: 0xDF, offset: 0x19B00D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMa', symObjAddr: 0x228, symBinAddr: 0x1622B8, symSize: 0xC } + - { offsetInCU: 0xF3, offset: 0x19B021, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMi', symObjAddr: 0x260, symBinAddr: 0x1622C4, symSize: 0x8 } + - { offsetInCU: 0x107, offset: 0x19B035, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwCP', symObjAddr: 0x268, symBinAddr: 0x1622CC, symSize: 0x2C } + - { offsetInCU: 0x11B, offset: 0x19B049, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwxx', symObjAddr: 0x294, symBinAddr: 0x1622F8, symSize: 0x8 } + - { offsetInCU: 0x12F, offset: 0x19B05D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwcp', symObjAddr: 0x29C, symBinAddr: 0x162300, symSize: 0x2C } + - { offsetInCU: 0x143, offset: 0x19B071, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwca', symObjAddr: 0x2C8, symBinAddr: 0x16232C, symSize: 0x38 } + - { offsetInCU: 0x157, offset: 0x19B085, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwta', symObjAddr: 0x30C, symBinAddr: 0x162364, symSize: 0x30 } + - { offsetInCU: 0x16B, offset: 0x19B099, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwet', symObjAddr: 0x33C, symBinAddr: 0x162394, symSize: 0x48 } + - { offsetInCU: 0x17F, offset: 0x19B0AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwst', symObjAddr: 0x384, symBinAddr: 0x1623DC, symSize: 0x3C } + - { offsetInCU: 0x193, offset: 0x19B0C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMa', symObjAddr: 0x3C0, symBinAddr: 0x162418, symSize: 0xC } + - { offsetInCU: 0x2B, offset: 0x19B211, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x162424, symSize: 0x2A8 } + - { offsetInCU: 0x26C, offset: 0x19B452, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x162424, symSize: 0x2A8 } + - { offsetInCU: 0x44C, offset: 0x19B632, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC17combinedKeyframesAA13KeyframeGroupCyAC0E0VGyKF', symObjAddr: 0x2A8, symBinAddr: 0x1626CC, symSize: 0x11C } + - { offsetInCU: 0x522, offset: 0x19B708, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x3C4, symBinAddr: 0x1627E8, symSize: 0xB4 } + - { offsetInCU: 0x5F0, offset: 0x19B7D6, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x478, symBinAddr: 0x16289C, symSize: 0xB4 } + - { offsetInCU: 0x77F, offset: 0x19B965, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x52C, symBinAddr: 0x162950, symSize: 0x154 } + - { offsetInCU: 0xAB4, offset: 0x19BC9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x680, symBinAddr: 0x162AA4, symSize: 0x4 } + - { offsetInCU: 0xAD1, offset: 0x19BCB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x730, symBinAddr: 0x162ACC, symSize: 0x8 } + - { offsetInCU: 0xAE5, offset: 0x19BCCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwCP', symObjAddr: 0x738, symBinAddr: 0x162AD4, symSize: 0x30 } + - { offsetInCU: 0xAF9, offset: 0x19BCDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwet', symObjAddr: 0x790, symBinAddr: 0x162B04, symSize: 0x20 } + - { offsetInCU: 0xB0D, offset: 0x19BCF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwst', symObjAddr: 0x7B0, symBinAddr: 0x162B24, symSize: 0x3C } + - { offsetInCU: 0xB21, offset: 0x19BD07, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVMa', symObjAddr: 0x7EC, symBinAddr: 0x162B60, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x19BF6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x162B78, symSize: 0x2E4 } + - { offsetInCU: 0x84, offset: 0x19BFC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x2E4, symBinAddr: 0x162E5C, symSize: 0x8 } + - { offsetInCU: 0xA4, offset: 0x19BFE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x2E4, symBinAddr: 0x162E5C, symSize: 0x8 } + - { offsetInCU: 0x214, offset: 0x19C159, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x162B78, symSize: 0x2E4 } + - { offsetInCU: 0x3C8, offset: 0x19C30D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwCP', symObjAddr: 0x34C, symBinAddr: 0x162E64, symSize: 0x30 } + - { offsetInCU: 0x3DC, offset: 0x19C321, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwxx', symObjAddr: 0x37C, symBinAddr: 0x162E94, symSize: 0x48 } + - { offsetInCU: 0x3F0, offset: 0x19C335, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwcp', symObjAddr: 0x3E4, symBinAddr: 0x162EDC, symSize: 0xB8 } + - { offsetInCU: 0x404, offset: 0x19C349, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwca', symObjAddr: 0x49C, symBinAddr: 0x162F94, symSize: 0xB0 } + - { offsetInCU: 0x418, offset: 0x19C35D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwta', symObjAddr: 0x6D8, symBinAddr: 0x163044, symSize: 0x9C } + - { offsetInCU: 0x42C, offset: 0x19C371, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwet', symObjAddr: 0x774, symBinAddr: 0x1630E0, symSize: 0x48 } + - { offsetInCU: 0x440, offset: 0x19C385, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwst', symObjAddr: 0x7BC, symBinAddr: 0x163128, symSize: 0x60 } + - { offsetInCU: 0x454, offset: 0x19C399, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVMa', symObjAddr: 0x81C, symBinAddr: 0x163188, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x19C527, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x163198, symSize: 0x44 } + - { offsetInCU: 0x6D, offset: 0x19C569, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x163198, symSize: 0x44 } + - { offsetInCU: 0xBF, offset: 0x19C5BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x64, symBinAddr: 0x1631FC, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x19C5FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x70, symBinAddr: 0x163208, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x19C63D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x163238, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x19C66F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesC4fillAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x7B4, symBinAddr: 0x16394C, symSize: 0x278 } + - { offsetInCU: 0x409, offset: 0x19C905, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCMa', symObjAddr: 0x44, symBinAddr: 0x1631DC, symSize: 0x20 } + - { offsetInCU: 0x447, offset: 0x19C943, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCfD', symObjAddr: 0xAC, symBinAddr: 0x163244, symSize: 0x34 } + - { offsetInCU: 0x4A8, offset: 0x19C9A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x100, symBinAddr: 0x163298, symSize: 0x44 } + - { offsetInCU: 0x4F4, offset: 0x19C9F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x144, symBinAddr: 0x1632DC, symSize: 0x24 } + - { offsetInCU: 0x535, offset: 0x19CA31, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x168, symBinAddr: 0x163300, symSize: 0x4 } + - { offsetInCU: 0x555, offset: 0x19CA51, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x168, symBinAddr: 0x163300, symSize: 0x4 } + - { offsetInCU: 0x585, offset: 0x19CA81, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x16C, symBinAddr: 0x163304, symSize: 0x8 } + - { offsetInCU: 0x5A5, offset: 0x19CAA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x16C, symBinAddr: 0x163304, symSize: 0x8 } + - { offsetInCU: 0x608, offset: 0x19CB04, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x174, symBinAddr: 0x16330C, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x19CB24, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x174, symBinAddr: 0x16330C, symSize: 0x10 } + - { offsetInCU: 0x66F, offset: 0x19CB6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x184, symBinAddr: 0x16331C, symSize: 0x8 } + - { offsetInCU: 0x68F, offset: 0x19CB8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x184, symBinAddr: 0x16331C, symSize: 0x8 } + - { offsetInCU: 0x6B0, offset: 0x19CBAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x18C, symBinAddr: 0x163324, symSize: 0x8 } + - { offsetInCU: 0x6D0, offset: 0x19CBCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x18C, symBinAddr: 0x163324, symSize: 0x8 } + - { offsetInCU: 0x6F1, offset: 0x19CBED, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x194, symBinAddr: 0x16332C, symSize: 0x8 } + - { offsetInCU: 0x711, offset: 0x19CC0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x194, symBinAddr: 0x16332C, symSize: 0x8 } + - { offsetInCU: 0x732, offset: 0x19CC2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x19C, symBinAddr: 0x163334, symSize: 0x8 } + - { offsetInCU: 0x752, offset: 0x19CC4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x19C, symBinAddr: 0x163334, symSize: 0x8 } + - { offsetInCU: 0x773, offset: 0x19CC6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1A4, symBinAddr: 0x16333C, symSize: 0xC } + - { offsetInCU: 0x793, offset: 0x19CC8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1A4, symBinAddr: 0x16333C, symSize: 0xC } + - { offsetInCU: 0x7B4, offset: 0x19CCB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1B0, symBinAddr: 0x163348, symSize: 0x10 } + - { offsetInCU: 0x7D4, offset: 0x19CCD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1B0, symBinAddr: 0x163348, symSize: 0x10 } + - { offsetInCU: 0x7E6, offset: 0x19CCE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1C0, symBinAddr: 0x163358, symSize: 0x8 } + - { offsetInCU: 0x820, offset: 0x19CD1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x1C8, symBinAddr: 0x163360, symSize: 0x4C } + - { offsetInCU: 0x85D, offset: 0x19CD59, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC06parentC04fillAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xA2C, symBinAddr: 0x163BC4, symSize: 0x104 } + - { offsetInCU: 0x92A, offset: 0x19CE26, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xB30, symBinAddr: 0x163CC8, symSize: 0x164 } + - { offsetInCU: 0xB2C, offset: 0x19D028, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCMa', symObjAddr: 0xE0, symBinAddr: 0x163278, symSize: 0x20 } + - { offsetInCU: 0xC3D, offset: 0x19D139, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x214, symBinAddr: 0x1633AC, symSize: 0x11C } + - { offsetInCU: 0xCD8, offset: 0x19D1D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x330, symBinAddr: 0x1634C8, symSize: 0x190 } + - { offsetInCU: 0xE63, offset: 0x19D35F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x4C0, symBinAddr: 0x163658, symSize: 0x12C } + - { offsetInCU: 0xEFF, offset: 0x19D3FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x5EC, symBinAddr: 0x163784, symSize: 0x1C8 } + - { offsetInCU: 0x2B, offset: 0x19DE04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x163E3C, symSize: 0xE8 } + - { offsetInCU: 0x4F, offset: 0x19DE28, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x163E3C, symSize: 0xE8 } + - { offsetInCU: 0x9C, offset: 0x19DE75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0xE8, symBinAddr: 0x163F24, symSize: 0x3C } + - { offsetInCU: 0x12C, offset: 0x19DF05, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x174, symBinAddr: 0x163F80, symSize: 0x74 } + - { offsetInCU: 0x1CA, offset: 0x19DFA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyFTo', symObjAddr: 0x284, symBinAddr: 0x163FF4, symSize: 0x78 } + - { offsetInCU: 0x228, offset: 0x19E001, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyFTo', symObjAddr: 0x348, symBinAddr: 0x16406C, symSize: 0x78 } + - { offsetInCU: 0x25B, offset: 0x19E034, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC06layoutB0yyF', symObjAddr: 0x3C0, symBinAddr: 0x1640E4, symSize: 0x4 } + - { offsetInCU: 0x286, offset: 0x19E05F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC22animationMovedToWindowyyF', symObjAddr: 0x3C4, symBinAddr: 0x1640E8, symSize: 0x4 } + - { offsetInCU: 0x2B1, offset: 0x19E08A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x3C8, symBinAddr: 0x1640EC, symSize: 0x4 } + - { offsetInCU: 0x2CD, offset: 0x19E0A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC28animationWillEnterForegroundyyFTo', symObjAddr: 0x3CC, symBinAddr: 0x1640F0, symSize: 0x4 } + - { offsetInCU: 0x2E9, offset: 0x19E0C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfC', symObjAddr: 0x3D0, symBinAddr: 0x1640F4, symSize: 0x50 } + - { offsetInCU: 0x307, offset: 0x19E0E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc', symObjAddr: 0x420, symBinAddr: 0x164144, symSize: 0x60 } + - { offsetInCU: 0x356, offset: 0x19E12F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x480, symBinAddr: 0x1641A4, symSize: 0x6C } + - { offsetInCU: 0x391, offset: 0x19E16A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x4EC, symBinAddr: 0x164210, symSize: 0x44 } + - { offsetInCU: 0x3AF, offset: 0x19E188, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x530, symBinAddr: 0x164254, symSize: 0x50 } + - { offsetInCU: 0x400, offset: 0x19E1D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x580, symBinAddr: 0x1642A4, symSize: 0x44 } + - { offsetInCU: 0x443, offset: 0x19E21C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCfD', symObjAddr: 0x5C4, symBinAddr: 0x1642E8, symSize: 0x30 } + - { offsetInCU: 0x471, offset: 0x19E24A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCMa', symObjAddr: 0x154, symBinAddr: 0x163F60, symSize: 0x20 } + - { offsetInCU: 0x91, offset: 0x19E469, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC8rendererAcA10NodeOutput_AA10Renderablep_tcfc', symObjAddr: 0x0, symBinAddr: 0x164324, symSize: 0x630 } + - { offsetInCU: 0x51E, offset: 0x19E8F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfc', symObjAddr: 0x630, symBinAddr: 0x164954, symSize: 0x1B8 } + - { offsetInCU: 0x59A, offset: 0x19E972, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x7E8, symBinAddr: 0x164B0C, symSize: 0x4C } + - { offsetInCU: 0x5E0, offset: 0x19E9B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x834, symBinAddr: 0x164B58, symSize: 0xAC } + - { offsetInCU: 0x637, offset: 0x19EA0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC03hasC6Update8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8E0, symBinAddr: 0x164C04, symSize: 0x10C } + - { offsetInCU: 0x676, offset: 0x19EA4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x9EC, symBinAddr: 0x164D10, symSize: 0x2F4 } + - { offsetInCU: 0x6C6, offset: 0x19EA9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xCE0, symBinAddr: 0x165004, symSize: 0x134 } + - { offsetInCU: 0x71C, offset: 0x19EAF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0xE14, symBinAddr: 0x165138, symSize: 0x50 } + - { offsetInCU: 0x738, offset: 0x19EB10, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC06updateC5ScaleyyF', symObjAddr: 0xE64, symBinAddr: 0x165188, symSize: 0x164 } + - { offsetInCU: 0x970, offset: 0x19ED48, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCACycfcTo', symObjAddr: 0xFC8, symBinAddr: 0x1652EC, symSize: 0x2C } + - { offsetInCU: 0x9D7, offset: 0x19EDAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfD', symObjAddr: 0x1020, symBinAddr: 0x165344, symSize: 0x34 } + - { offsetInCU: 0xB68, offset: 0x19EF40, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfE', symObjAddr: 0xFF4, symBinAddr: 0x165318, symSize: 0x2C } + - { offsetInCU: 0xB95, offset: 0x19EF6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfETo', symObjAddr: 0x1054, symBinAddr: 0x165378, symSize: 0x38 } + - { offsetInCU: 0xBC4, offset: 0x19EF9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCMa', symObjAddr: 0x108C, symBinAddr: 0x1653B0, symSize: 0x20 } + - { offsetInCU: 0xBD8, offset: 0x19EFB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOc', symObjAddr: 0x10D0, symBinAddr: 0x1653D0, symSize: 0x44 } + - { offsetInCU: 0xBEC, offset: 0x19EFC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOb', symObjAddr: 0x1150, symBinAddr: 0x165414, symSize: 0x18 } + - { offsetInCU: 0x4F, offset: 0x19F2C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1C68, symBinAddr: 0x1F23B0, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x19F2DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1C78, symBinAddr: 0x1F23C0, symSize: 0x0 } + - { offsetInCU: 0x83, offset: 0x19F2F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1C88, symBinAddr: 0x1F23D0, symSize: 0x0 } + - { offsetInCU: 0xDB, offset: 0x19F34E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg', symObjAddr: 0x570, symBinAddr: 0x1659BC, symSize: 0x8 } + - { offsetInCU: 0xF9, offset: 0x19F36C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg', symObjAddr: 0x578, symBinAddr: 0x1659C4, symSize: 0x48 } + - { offsetInCU: 0x129, offset: 0x19F39C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9animation3forAC9AnimationVSgSSSg_tF', symObjAddr: 0x0, symBinAddr: 0x16544C, symSize: 0x17C } + - { offsetInCU: 0x3C4, offset: 0x19F637, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC4data8filenameAC10Foundation4DataV_SStKcfc', symObjAddr: 0x17C, symBinAddr: 0x1655C8, symSize: 0x3F4 } + - { offsetInCU: 0x4A1, offset: 0x19F714, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg', symObjAddr: 0x5C0, symBinAddr: 0x165A0C, symSize: 0x34 } + - { offsetInCU: 0x4CE, offset: 0x19F741, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC13animationsUrl10Foundation3URLVvg', symObjAddr: 0x5F4, symBinAddr: 0x165A40, symSize: 0x214 } + - { offsetInCU: 0x50A, offset: 0x19F77D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9imagesUrl10Foundation3URLVvg', symObjAddr: 0x808, symBinAddr: 0x165C54, symSize: 0x214 } + - { offsetInCU: 0x59D, offset: 0x19F810, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10decompress33_275A06DD5956033D98FBA55D0E0AF6FCLL4from2toy10Foundation3URLV_AJtKF', symObjAddr: 0xA94, symBinAddr: 0x165EE0, symSize: 0x610 } + - { offsetInCU: 0x6D2, offset: 0x19F945, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9AnimationVAA0baN0VKXEfU_', symObjAddr: 0x10A4, symBinAddr: 0x1664F0, symSize: 0x30C } + - { offsetInCU: 0x803, offset: 0x19FA76, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfd', symObjAddr: 0x13B0, symBinAddr: 0x1667FC, symSize: 0xA4 } + - { offsetInCU: 0x840, offset: 0x19FAB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfD', symObjAddr: 0x1494, symBinAddr: 0x1668A0, symSize: 0xB0 } + - { offsetInCU: 0x947, offset: 0x19FBBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA1C, symBinAddr: 0x165E68, symSize: 0x30 } + - { offsetInCU: 0x961, offset: 0x19FBD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA4C, symBinAddr: 0x165E98, symSize: 0x28 } + - { offsetInCU: 0x97B, offset: 0x19FBEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA74, symBinAddr: 0x165EC0, symSize: 0x20 } + - { offsetInCU: 0xB0E, offset: 0x19FD81, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMU', symObjAddr: 0x1544, symBinAddr: 0x166950, symSize: 0x8 } + - { offsetInCU: 0xB22, offset: 0x19FD95, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMa', symObjAddr: 0x154C, symBinAddr: 0x166958, symSize: 0x3C } + - { offsetInCU: 0xB36, offset: 0x19FDA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMr', symObjAddr: 0x1588, symBinAddr: 0x166994, symSize: 0xA4 } + - { offsetInCU: 0xB4A, offset: 0x19FDBD, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgMa', symObjAddr: 0x1638, symBinAddr: 0x166A44, symSize: 0x54 } + - { offsetInCU: 0xB5E, offset: 0x19FDD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwCP', symObjAddr: 0x168C, symBinAddr: 0x166A98, symSize: 0x30 } + - { offsetInCU: 0xB72, offset: 0x19FDE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwxx', symObjAddr: 0x16BC, symBinAddr: 0x166AC8, symSize: 0x30 } + - { offsetInCU: 0xB86, offset: 0x19FDF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwcp', symObjAddr: 0x16EC, symBinAddr: 0x166AF8, symSize: 0x64 } + - { offsetInCU: 0xB9A, offset: 0x19FE0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwca', symObjAddr: 0x1750, symBinAddr: 0x166B5C, symSize: 0x94 } + - { offsetInCU: 0xBAE, offset: 0x19FE21, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwta', symObjAddr: 0x17F8, symBinAddr: 0x166BF0, symSize: 0x6C } + - { offsetInCU: 0xBC2, offset: 0x19FE35, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwet', symObjAddr: 0x1864, symBinAddr: 0x166C5C, symSize: 0x48 } + - { offsetInCU: 0xBD6, offset: 0x19FE49, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwst', symObjAddr: 0x18AC, symBinAddr: 0x166CA4, symSize: 0x4C } + - { offsetInCU: 0xBEA, offset: 0x19FE5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVMa', symObjAddr: 0x18F8, symBinAddr: 0x166CF0, symSize: 0x10 } + - { offsetInCU: 0xCA3, offset: 0x19FF16, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVACSeAAWl', symObjAddr: 0x1B24, symBinAddr: 0x166ED8, symSize: 0x44 } + - { offsetInCU: 0xCB7, offset: 0x19FF2A, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOc', symObjAddr: 0x1BD8, symBinAddr: 0x166F1C, symSize: 0x48 } + - { offsetInCU: 0xCCB, offset: 0x19FF3E, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOd', symObjAddr: 0x1C20, symBinAddr: 0x166F64, symSize: 0x48 } + - { offsetInCU: 0xD9C, offset: 0x1A000F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie03DotC9AnimationVG_AE0dC4FileC0E0VTg5011$s6Lottie03d2A4f58C11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9E15VAA0baN0VKXEfU_AJTf1cn_nTf4ng_n', symObjAddr: 0x194C, symBinAddr: 0x166D00, symSize: 0x19C } + - { offsetInCU: 0x27, offset: 0x1A0348, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x166FAC, symSize: 0xA74 } + - { offsetInCU: 0x499, offset: 0x1A07BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x166FAC, symSize: 0xA74 } + - { offsetInCU: 0x4F, offset: 0x1A26D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvpZ', symObjAddr: 0x930, symBinAddr: 0x1F24F8, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x1A26F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvgZ', symObjAddr: 0x0, symBinAddr: 0x167A20, symSize: 0x6C } + - { offsetInCU: 0xA0, offset: 0x1A2728, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0x6C, symBinAddr: 0x167A8C, symSize: 0x38 } + - { offsetInCU: 0xFE, offset: 0x1A2786, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_182$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x48C, symBinAddr: 0x167EAC, symSize: 0x1C } + - { offsetInCU: 0x116, offset: 0x1A279E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_204$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SSyXEfu_Tf3pf_n', symObjAddr: 0x4A8, symBinAddr: 0x167EC8, symSize: 0x1C } + - { offsetInCU: 0x12E, offset: 0x1A27B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_78$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvgSSyXEfu1_Tf3pf_n', symObjAddr: 0x4C4, symBinAddr: 0x167EE4, symSize: 0x1C } + - { offsetInCU: 0x146, offset: 0x1A27CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_62$s6Lottie18CoreAnimationLayerC07respectC9FrameRateSbvsSSyXEfu_Tf3pf_n', symObjAddr: 0x4E0, symBinAddr: 0x167F00, symSize: 0x1C } + - { offsetInCU: 0x15E, offset: 0x1A27E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_101$s6Lottie18CoreAnimationLayerC8getValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x4FC, symBinAddr: 0x167F1C, symSize: 0x1C } + - { offsetInCU: 0x176, offset: 0x1A27FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_110$s6Lottie18CoreAnimationLayerC16getOriginalValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x518, symBinAddr: 0x167F38, symSize: 0x1C } + - { offsetInCU: 0x18E, offset: 0x1A2816, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_77$s6Lottie18CoreAnimationLayerC5layer3forSo7CALayerCSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x534, symBinAddr: 0x167F54, symSize: 0x1C } + - { offsetInCU: 0x1A6, offset: 0x1A282E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_97$s6Lottie18CoreAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x550, symBinAddr: 0x167F70, symSize: 0x1C } + - { offsetInCU: 0x1BE, offset: 0x1A2846, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_87$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x56C, symBinAddr: 0x167F8C, symSize: 0x1C } + - { offsetInCU: 0x1D6, offset: 0x1A285E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_0150$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0V39GSg12CoreGraphics7CGFloatVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x588, symBinAddr: 0x167FA8, symSize: 0x1C } + - { offsetInCU: 0x1EE, offset: 0x1A2876, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_014$sSo7CALayerC6A158E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x5A4, symBinAddr: 0x167FC4, symSize: 0x1C } + - { offsetInCU: 0x206, offset: 0x1A288E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_', symObjAddr: 0x5C0, symBinAddr: 0x167FE0, symSize: 0x20 } + - { offsetInCU: 0x226, offset: 0x1A28AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF', symObjAddr: 0xA4, symBinAddr: 0x167AC4, symSize: 0x48 } + - { offsetInCU: 0x294, offset: 0x1A291C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_', symObjAddr: 0x36C, symBinAddr: 0x167D8C, symSize: 0x24 } + - { offsetInCU: 0x2A8, offset: 0x1A2930, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_75$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSSyXEfu0_Tf3pf_n', symObjAddr: 0x390, symBinAddr: 0x167DB0, symSize: 0x1C } + - { offsetInCU: 0x2C0, offset: 0x1A2948, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu0_Tf3pf_n', symObjAddr: 0x3AC, symBinAddr: 0x167DCC, symSize: 0x1C } + - { offsetInCU: 0x2D8, offset: 0x1A2960, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu2_Tf3pf_n', symObjAddr: 0x3C8, symBinAddr: 0x167DE8, symSize: 0x1C } + - { offsetInCU: 0x2F0, offset: 0x1A2978, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu4_Tf3pf_n', symObjAddr: 0x3E4, symBinAddr: 0x167E04, symSize: 0x1C } + - { offsetInCU: 0x308, offset: 0x1A2990, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_056$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybO35_p_AA16AnimationKeypathVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x400, symBinAddr: 0x167E20, symSize: 0x1C } + - { offsetInCU: 0x320, offset: 0x1A29A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_05$sSa6A87AA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x41C, symBinAddr: 0x167E3C, symSize: 0x1C } + - { offsetInCU: 0x338, offset: 0x1A29C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_147$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x438, symBinAddr: 0x167E58, symSize: 0x1C } + - { offsetInCU: 0x350, offset: 0x1A29D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_170$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x454, symBinAddr: 0x167E74, symSize: 0x1C } + - { offsetInCU: 0x368, offset: 0x1A29F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_139$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x470, symBinAddr: 0x167E90, symSize: 0x1C } + - { offsetInCU: 0x38C, offset: 0x1A2A14, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0xEC, symBinAddr: 0x167B0C, symSize: 0x38 } + - { offsetInCU: 0x3EA, offset: 0x1A2A72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_05$sSa6A55AA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyFSSyXEfu_Tf3pf_n', symObjAddr: 0x624, symBinAddr: 0x168044, symSize: 0x1C } + - { offsetInCU: 0x403, offset: 0x1A2A8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKF', symObjAddr: 0x124, symBinAddr: 0x167B44, symSize: 0x38 } + - { offsetInCU: 0x441, offset: 0x1A2AC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu1_Tf3pf_n', symObjAddr: 0x640, symBinAddr: 0x168060, symSize: 0x1C } + - { offsetInCU: 0x459, offset: 0x1A2AE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu0_Tf3pf_n', symObjAddr: 0x65C, symBinAddr: 0x16807C, symSize: 0x1C } + - { offsetInCU: 0x471, offset: 0x1A2AF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_Tf3pf_n', symObjAddr: 0x678, symBinAddr: 0x168098, symSize: 0x1C } + - { offsetInCU: 0x48A, offset: 0x1A2B12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA_ySbyXE_SSyXEAISutcfU_', symObjAddr: 0x15C, symBinAddr: 0x167B7C, symSize: 0x4 } + - { offsetInCU: 0x4E3, offset: 0x1A2B6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA0_ySSyXE_AISutcfU_', symObjAddr: 0x160, symBinAddr: 0x167B80, symSize: 0x4 } + - { offsetInCU: 0x52C, offset: 0x1A2BB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA2_ySSyXEcfU_', symObjAddr: 0x164, symBinAddr: 0x167B84, symSize: 0x4 } + - { offsetInCU: 0x5A5, offset: 0x1A2C2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfC', symObjAddr: 0x168, symBinAddr: 0x167B88, symSize: 0x78 } + - { offsetInCU: 0x600, offset: 0x1A2C88, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc', symObjAddr: 0x1E0, symBinAddr: 0x167C00, symSize: 0x18 } + - { offsetInCU: 0x656, offset: 0x1A2CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvsZ', symObjAddr: 0x250, symBinAddr: 0x167C70, symSize: 0x74 } + - { offsetInCU: 0x69D, offset: 0x1A2D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ', symObjAddr: 0x2C4, symBinAddr: 0x167CE4, symSize: 0x6C } + - { offsetInCU: 0x6D4, offset: 0x1A2D5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ.resume.0', symObjAddr: 0x330, symBinAddr: 0x167D50, symSize: 0x4 } + - { offsetInCU: 0x6FF, offset: 0x1A2D87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfd', symObjAddr: 0x694, symBinAddr: 0x1680B4, symSize: 0x34 } + - { offsetInCU: 0x73A, offset: 0x1A2DC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfD', symObjAddr: 0x6C8, symBinAddr: 0x1680E8, symSize: 0x3C } + - { offsetInCU: 0x78F, offset: 0x1A2E17, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6shared_WZ', symObjAddr: 0x1F8, symBinAddr: 0x167C18, symSize: 0x58 } + - { offsetInCU: 0x806, offset: 0x1A2E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x5E0, symBinAddr: 0x168000, symSize: 0x20 } + - { offsetInCU: 0x82F, offset: 0x1A2EB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x600, symBinAddr: 0x168020, symSize: 0x24 } + - { offsetInCU: 0x858, offset: 0x1A2EE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZ', symObjAddr: 0x704, symBinAddr: 0x168124, symSize: 0x50 } + - { offsetInCU: 0x8E2, offset: 0x1A2F6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySbyXE_SSyXEs12StaticStringVSutcfU_', symObjAddr: 0x754, symBinAddr: 0x168174, symSize: 0xA0 } + - { offsetInCU: 0x991, offset: 0x1A3019, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySSyXE_s12StaticStringVSutcfU0_', symObjAddr: 0x7F4, symBinAddr: 0x168214, symSize: 0x80 } + - { offsetInCU: 0xA52, offset: 0x1A30DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCMa', symObjAddr: 0x874, symBinAddr: 0x168294, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1A32D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x1682E4, symSize: 0x124 } + - { offsetInCU: 0x7D, offset: 0x1A332F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x1682E4, symSize: 0x124 } + - { offsetInCU: 0x174, offset: 0x1A3426, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x124, symBinAddr: 0x168408, symSize: 0x15C } + - { offsetInCU: 0x27, offset: 0x1A3605, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x168564, symSize: 0x74 } + - { offsetInCU: 0x87, offset: 0x1A3665, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x168564, symSize: 0x74 } + - { offsetInCU: 0xF3, offset: 0x1A36D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCfD', symObjAddr: 0x74, symBinAddr: 0x1685D8, symSize: 0x2C } + - { offsetInCU: 0x178, offset: 0x1A3756, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCMa', symObjAddr: 0xA0, symBinAddr: 0x168604, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1A38BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x168624, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0x1A38E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x168624, symSize: 0x48 } + - { offsetInCU: 0x70, offset: 0x1A3906, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x16866C, symSize: 0x194 } + - { offsetInCU: 0x10E, offset: 0x1A39A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1EC, symBinAddr: 0x168810, symSize: 0x64 } + - { offsetInCU: 0x151, offset: 0x1A39E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x250, symBinAddr: 0x168874, symSize: 0x24 } + - { offsetInCU: 0x191, offset: 0x1A3A27, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x274, symBinAddr: 0x168898, symSize: 0x4 } + - { offsetInCU: 0x1B1, offset: 0x1A3A47, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x274, symBinAddr: 0x168898, symSize: 0x4 } + - { offsetInCU: 0x1DC, offset: 0x1A3A72, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x278, symBinAddr: 0x16889C, symSize: 0x68 } + - { offsetInCU: 0x227, offset: 0x1A3ABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0x168904, symSize: 0xC } + - { offsetInCU: 0x243, offset: 0x1A3AD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x2EC, symBinAddr: 0x168910, symSize: 0xC } + - { offsetInCU: 0x25F, offset: 0x1A3AF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x984, symBinAddr: 0x168D54, symSize: 0x14 } + - { offsetInCU: 0x27C, offset: 0x1A3B12, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x348, symBinAddr: 0x16896C, symSize: 0x1C0 } + - { offsetInCU: 0x320, offset: 0x1A3BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfD', symObjAddr: 0x510, symBinAddr: 0x168B34, symSize: 0x2C } + - { offsetInCU: 0x3ED, offset: 0x1A3C83, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfE', symObjAddr: 0x508, symBinAddr: 0x168B2C, symSize: 0x8 } + - { offsetInCU: 0x41A, offset: 0x1A3CB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCMa', symObjAddr: 0x53C, symBinAddr: 0x168B60, symSize: 0x20 } + - { offsetInCU: 0x42E, offset: 0x1A3CC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwet', symObjAddr: 0x7B0, symBinAddr: 0x168B80, symSize: 0x50 } + - { offsetInCU: 0x442, offset: 0x1A3CD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwst', symObjAddr: 0x800, symBinAddr: 0x168BD0, symSize: 0x8C } + - { offsetInCU: 0x456, offset: 0x1A3CEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwug', symObjAddr: 0x88C, symBinAddr: 0x168C5C, symSize: 0x8 } + - { offsetInCU: 0x46A, offset: 0x1A3D00, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwup', symObjAddr: 0x894, symBinAddr: 0x168C64, symSize: 0x4 } + - { offsetInCU: 0x47E, offset: 0x1A3D14, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwui', symObjAddr: 0x898, symBinAddr: 0x168C68, symSize: 0x4 } + - { offsetInCU: 0x492, offset: 0x1A3D28, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOMa', symObjAddr: 0x89C, symBinAddr: 0x168C6C, symSize: 0x10 } + - { offsetInCU: 0x4A6, offset: 0x1A3D3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASQWb', symObjAddr: 0x8AC, symBinAddr: 0x168C7C, symSize: 0x4 } + - { offsetInCU: 0x4BA, offset: 0x1A3D50, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAESQAAWl', symObjAddr: 0x8B0, symBinAddr: 0x168C80, symSize: 0x44 } + - { offsetInCU: 0x4CE, offset: 0x1A3D64, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8F4, symBinAddr: 0x168CC4, symSize: 0x4 } + - { offsetInCU: 0x4E2, offset: 0x1A3D78, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8F8, symBinAddr: 0x168CC8, symSize: 0x44 } + - { offsetInCU: 0x4F6, offset: 0x1A3D8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x93C, symBinAddr: 0x168D0C, symSize: 0x4 } + - { offsetInCU: 0x50A, offset: 0x1A3DA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x940, symBinAddr: 0x168D10, symSize: 0x44 } + - { offsetInCU: 0x544, offset: 0x1A3DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1DC, symBinAddr: 0x168800, symSize: 0x4 } + - { offsetInCU: 0x564, offset: 0x1A3DFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1DC, symBinAddr: 0x168800, symSize: 0x4 } + - { offsetInCU: 0x584, offset: 0x1A3E1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1E0, symBinAddr: 0x168804, symSize: 0x4 } + - { offsetInCU: 0x5A4, offset: 0x1A3E3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1E0, symBinAddr: 0x168804, symSize: 0x4 } + - { offsetInCU: 0x5C4, offset: 0x1A3E5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E4, symBinAddr: 0x168808, symSize: 0x4 } + - { offsetInCU: 0x5E4, offset: 0x1A3E7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E4, symBinAddr: 0x168808, symSize: 0x4 } + - { offsetInCU: 0x604, offset: 0x1A3E9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1E8, symBinAddr: 0x16880C, symSize: 0x4 } + - { offsetInCU: 0x624, offset: 0x1A3EBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1E8, symBinAddr: 0x16880C, symSize: 0x4 } + - { offsetInCU: 0x63B, offset: 0x1A3ED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2F8, symBinAddr: 0x16891C, symSize: 0x28 } + - { offsetInCU: 0x657, offset: 0x1A3EED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x320, symBinAddr: 0x168944, symSize: 0x28 } + - { offsetInCU: 0x8A, offset: 0x1A4102, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x168E28, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x1A4133, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0x168E40, symSize: 0xC } + - { offsetInCU: 0xEF, offset: 0x1A4167, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x18C, symBinAddr: 0x168EF4, symSize: 0x698 } + - { offsetInCU: 0x276, offset: 0x1A42EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueSSvg', symObjAddr: 0x824, symBinAddr: 0x16958C, symSize: 0x20 } + - { offsetInCU: 0x2AF, offset: 0x1A4327, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x844, symBinAddr: 0x1695AC, symSize: 0x20 } + - { offsetInCU: 0x2DD, offset: 0x1A4355, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x844, symBinAddr: 0x1695AC, symSize: 0x20 } + - { offsetInCU: 0x326, offset: 0x1A439E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValuexSg03RawR0Qz_tcfCTW', symObjAddr: 0x9E8, symBinAddr: 0x169750, symSize: 0x44 } + - { offsetInCU: 0x36C, offset: 0x1A43E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValue03RawR0QzvgTW', symObjAddr: 0xA2C, symBinAddr: 0x169794, symSize: 0x28 } + - { offsetInCU: 0x380, offset: 0x1A43F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA54, symBinAddr: 0x1697BC, symSize: 0x8 } + - { offsetInCU: 0x3B6, offset: 0x1A442E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA5C, symBinAddr: 0x1697C4, symSize: 0x3C } + - { offsetInCU: 0x41B, offset: 0x1A4493, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA98, symBinAddr: 0x169800, symSize: 0xC } + - { offsetInCU: 0x437, offset: 0x1A44AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xAA4, symBinAddr: 0x16980C, symSize: 0xC } + - { offsetInCU: 0x453, offset: 0x1A44CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1C18, symBinAddr: 0x16A72C, symSize: 0x50 } + - { offsetInCU: 0x49E, offset: 0x1A4516, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCfD', symObjAddr: 0xB00, symBinAddr: 0x169868, symSize: 0x2C } + - { offsetInCU: 0x4E1, offset: 0x1A4559, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC6encode2toys7Encoder_p_tKF', symObjAddr: 0xD04, symBinAddr: 0x169A5C, symSize: 0x38C } + - { offsetInCU: 0x520, offset: 0x1A4598, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1090, symBinAddr: 0x169DE8, symSize: 0x448 } + - { offsetInCU: 0x575, offset: 0x1A45ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x14D8, symBinAddr: 0x16A230, symSize: 0x54 } + - { offsetInCU: 0x5AC, offset: 0x1A4624, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x152C, symBinAddr: 0x16A284, symSize: 0x20 } + - { offsetInCU: 0x5E7, offset: 0x1A465F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x17D0, symBinAddr: 0x16A3B4, symSize: 0x110 } + - { offsetInCU: 0x66E, offset: 0x1A46E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCMa', symObjAddr: 0xB2C, symBinAddr: 0x169894, symSize: 0x20 } + - { offsetInCU: 0x682, offset: 0x1A46FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwet', symObjAddr: 0xB5C, symBinAddr: 0x1698B4, symSize: 0x90 } + - { offsetInCU: 0x696, offset: 0x1A470E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwst', symObjAddr: 0xBEC, symBinAddr: 0x169944, symSize: 0xBC } + - { offsetInCU: 0x6AA, offset: 0x1A4722, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwup', symObjAddr: 0xCA8, symBinAddr: 0x169A00, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x1A4736, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOMa', symObjAddr: 0xCAC, symBinAddr: 0x169A04, symSize: 0x10 } + - { offsetInCU: 0x6D2, offset: 0x1A474A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASQWb', symObjAddr: 0xCBC, symBinAddr: 0x169A14, symSize: 0x4 } + - { offsetInCU: 0x6E6, offset: 0x1A475E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSQAAWl', symObjAddr: 0xCC0, symBinAddr: 0x169A18, symSize: 0x44 } + - { offsetInCU: 0x6FA, offset: 0x1A4772, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs0D3KeyAAWl', symObjAddr: 0x15B0, symBinAddr: 0x16A2A4, symSize: 0x44 } + - { offsetInCU: 0x70E, offset: 0x1A4786, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSeAAWl', symObjAddr: 0x15F4, symBinAddr: 0x16A2E8, symSize: 0x44 } + - { offsetInCU: 0x722, offset: 0x1A479A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSEAAWl', symObjAddr: 0x16C0, symBinAddr: 0x16A32C, symSize: 0x44 } + - { offsetInCU: 0x736, offset: 0x1A47AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSYAAWl', symObjAddr: 0x178C, symBinAddr: 0x16A370, symSize: 0x44 } + - { offsetInCU: 0x74A, offset: 0x1A47C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwet', symObjAddr: 0x19D0, symBinAddr: 0x16A4E4, symSize: 0x90 } + - { offsetInCU: 0x75E, offset: 0x1A47D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwst', symObjAddr: 0x1A60, symBinAddr: 0x16A574, symSize: 0xBC } + - { offsetInCU: 0x772, offset: 0x1A47EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwug', symObjAddr: 0x1B1C, symBinAddr: 0x16A630, symSize: 0x8 } + - { offsetInCU: 0x786, offset: 0x1A47FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwup', symObjAddr: 0x1B24, symBinAddr: 0x16A638, symSize: 0x4 } + - { offsetInCU: 0x79A, offset: 0x1A4812, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwui', symObjAddr: 0x1B28, symBinAddr: 0x16A63C, symSize: 0x8 } + - { offsetInCU: 0x7AE, offset: 0x1A4826, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOMa', symObjAddr: 0x1B30, symBinAddr: 0x16A644, symSize: 0x10 } + - { offsetInCU: 0x7C2, offset: 0x1A483A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASQWb', symObjAddr: 0x1B40, symBinAddr: 0x16A654, symSize: 0x4 } + - { offsetInCU: 0x7D6, offset: 0x1A484E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFSQAAWl', symObjAddr: 0x1B44, symBinAddr: 0x16A658, symSize: 0x44 } + - { offsetInCU: 0x7EA, offset: 0x1A4862, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1B88, symBinAddr: 0x16A69C, symSize: 0x4 } + - { offsetInCU: 0x7FE, offset: 0x1A4876, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1B8C, symBinAddr: 0x16A6A0, symSize: 0x44 } + - { offsetInCU: 0x812, offset: 0x1A488A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1BD0, symBinAddr: 0x16A6E4, symSize: 0x4 } + - { offsetInCU: 0x826, offset: 0x1A489E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1BD4, symBinAddr: 0x16A6E8, symSize: 0x44 } + - { offsetInCU: 0x85A, offset: 0x1A48D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x168D68, symSize: 0x14 } + - { offsetInCU: 0x8EB, offset: 0x1A4963, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x168D7C, symSize: 0x44 } + - { offsetInCU: 0x99A, offset: 0x1A4A12, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x168DC0, symSize: 0x28 } + - { offsetInCU: 0x9ED, offset: 0x1A4A65, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x168DE8, symSize: 0x40 } + - { offsetInCU: 0xA70, offset: 0x1A4AE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0x168E4C, symSize: 0x5C } + - { offsetInCU: 0xA93, offset: 0x1A4B0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0x168EA8, symSize: 0x4C } + - { offsetInCU: 0xAEF, offset: 0x1A4B67, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x864, symBinAddr: 0x1695CC, symSize: 0x88 } + - { offsetInCU: 0xB9E, offset: 0x1A4C16, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH9hashValueSivgTW', symObjAddr: 0x8EC, symBinAddr: 0x169654, symSize: 0x60 } + - { offsetInCU: 0xC1C, offset: 0x1A4C94, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x94C, symBinAddr: 0x1696B4, symSize: 0x40 } + - { offsetInCU: 0xC6E, offset: 0x1A4CE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98C, symBinAddr: 0x1696F4, symSize: 0x5C } + - { offsetInCU: 0xCD0, offset: 0x1A4D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xAB0, symBinAddr: 0x169818, symSize: 0x28 } + - { offsetInCU: 0xCEC, offset: 0x1A4D64, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xAD8, symBinAddr: 0x169840, symSize: 0x28 } + - { offsetInCU: 0x65, offset: 0x1A4F5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x16A784, symSize: 0x444 } + - { offsetInCU: 0xE5, offset: 0x1A4FDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x444, symBinAddr: 0x16ABC8, symSize: 0x5FC } + - { offsetInCU: 0x338, offset: 0x1A522E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO8rawValueSSvg', symObjAddr: 0xA40, symBinAddr: 0x16B1C4, symSize: 0x20 } + - { offsetInCU: 0x371, offset: 0x1A5267, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xCCC, symBinAddr: 0x16B450, symSize: 0x20 } + - { offsetInCU: 0x39F, offset: 0x1A5295, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xCCC, symBinAddr: 0x16B450, symSize: 0x20 } + - { offsetInCU: 0x3F3, offset: 0x1A52E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xD10, symBinAddr: 0x16B494, symSize: 0x64 } + - { offsetInCU: 0x459, offset: 0x1A534F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xD74, symBinAddr: 0x16B4F8, symSize: 0x28 } + - { offsetInCU: 0x475, offset: 0x1A536B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xD9C, symBinAddr: 0x16B520, symSize: 0x8 } + - { offsetInCU: 0x4AB, offset: 0x1A53A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xDA4, symBinAddr: 0x16B528, symSize: 0x68 } + - { offsetInCU: 0x530, offset: 0x1A5426, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xE0C, symBinAddr: 0x16B590, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x1A5442, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xE18, symBinAddr: 0x16B59C, symSize: 0xC } + - { offsetInCU: 0x58A, offset: 0x1A5480, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xE84, symBinAddr: 0x16B608, symSize: 0x64 } + - { offsetInCU: 0x5CD, offset: 0x1A54C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xEE8, symBinAddr: 0x16B66C, symSize: 0x24 } + - { offsetInCU: 0x60D, offset: 0x1A5503, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xF0C, symBinAddr: 0x16B690, symSize: 0x4 } + - { offsetInCU: 0x62D, offset: 0x1A5523, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xF0C, symBinAddr: 0x16B690, symSize: 0x4 } + - { offsetInCU: 0x658, offset: 0x1A554E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xF10, symBinAddr: 0x16B694, symSize: 0x68 } + - { offsetInCU: 0x6A3, offset: 0x1A5599, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValueSiSgvgTW', symObjAddr: 0xF78, symBinAddr: 0x16B6FC, symSize: 0xC } + - { offsetInCU: 0x6BF, offset: 0x1A55B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF84, symBinAddr: 0x16B708, symSize: 0xC } + - { offsetInCU: 0x6DB, offset: 0x1A55D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvgTf4d_n', symObjAddr: 0x17A4, symBinAddr: 0x16BD14, symSize: 0x14 } + - { offsetInCU: 0x6F9, offset: 0x1A55EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC6encode2toys7Encoder_p_tKF', symObjAddr: 0xA60, symBinAddr: 0x16B1E4, symSize: 0x26C } + - { offsetInCU: 0x78A, offset: 0x1A5680, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCfD', symObjAddr: 0xFE0, symBinAddr: 0x16B764, symSize: 0x3C } + - { offsetInCU: 0x7E5, offset: 0x1A56DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x103C, symBinAddr: 0x16B7C0, symSize: 0x54 } + - { offsetInCU: 0x81D, offset: 0x1A5713, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1090, symBinAddr: 0x16B814, symSize: 0x20 } + - { offsetInCU: 0x8DA, offset: 0x1A57D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCMa', symObjAddr: 0x101C, symBinAddr: 0x16B7A0, symSize: 0x20 } + - { offsetInCU: 0x8EE, offset: 0x1A57E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs0C3KeyAAWl', symObjAddr: 0x1114, symBinAddr: 0x16B834, symSize: 0x44 } + - { offsetInCU: 0x902, offset: 0x1A57F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs06CodingD0AAWl', symObjAddr: 0x1178, symBinAddr: 0x16B878, symSize: 0x44 } + - { offsetInCU: 0x916, offset: 0x1A580C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x1384, symBinAddr: 0x16B8F8, symSize: 0x90 } + - { offsetInCU: 0x92A, offset: 0x1A5820, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x1414, symBinAddr: 0x16B988, symSize: 0xBC } + - { offsetInCU: 0x93E, offset: 0x1A5834, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x14D0, symBinAddr: 0x16BA44, symSize: 0x8 } + - { offsetInCU: 0x952, offset: 0x1A5848, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x14D8, symBinAddr: 0x16BA4C, symSize: 0x4 } + - { offsetInCU: 0x966, offset: 0x1A585C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x14DC, symBinAddr: 0x16BA50, symSize: 0x8 } + - { offsetInCU: 0x97A, offset: 0x1A5870, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x14E4, symBinAddr: 0x16BA58, symSize: 0x10 } + - { offsetInCU: 0x98E, offset: 0x1A5884, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x14F8, symBinAddr: 0x16BA68, symSize: 0x50 } + - { offsetInCU: 0x9A2, offset: 0x1A5898, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x1548, symBinAddr: 0x16BAB8, symSize: 0x8C } + - { offsetInCU: 0x9B6, offset: 0x1A58AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x15D4, symBinAddr: 0x16BB44, symSize: 0x8 } + - { offsetInCU: 0x9CA, offset: 0x1A58C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x15DC, symBinAddr: 0x16BB4C, symSize: 0x4 } + - { offsetInCU: 0x9DE, offset: 0x1A58D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x15E0, symBinAddr: 0x16BB50, symSize: 0x4 } + - { offsetInCU: 0x9F2, offset: 0x1A58E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x15E4, symBinAddr: 0x16BB54, symSize: 0x10 } + - { offsetInCU: 0xA06, offset: 0x1A58FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x15F4, symBinAddr: 0x16BB64, symSize: 0x4 } + - { offsetInCU: 0xA1A, offset: 0x1A5910, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x15F8, symBinAddr: 0x16BB68, symSize: 0x44 } + - { offsetInCU: 0xA2E, offset: 0x1A5924, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x163C, symBinAddr: 0x16BBAC, symSize: 0x4 } + - { offsetInCU: 0xA42, offset: 0x1A5938, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x1640, symBinAddr: 0x16BBB0, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x1A594C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1684, symBinAddr: 0x16BBF4, symSize: 0x4 } + - { offsetInCU: 0xA6A, offset: 0x1A5960, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1688, symBinAddr: 0x16BBF8, symSize: 0x44 } + - { offsetInCU: 0xA7E, offset: 0x1A5974, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs23CustomStringConvertiblePWb', symObjAddr: 0x16CC, symBinAddr: 0x16BC3C, symSize: 0x4 } + - { offsetInCU: 0xA92, offset: 0x1A5988, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16D0, symBinAddr: 0x16BC40, symSize: 0x44 } + - { offsetInCU: 0xAA6, offset: 0x1A599C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1714, symBinAddr: 0x16BC84, symSize: 0x4 } + - { offsetInCU: 0xABA, offset: 0x1A59B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1718, symBinAddr: 0x16BC88, symSize: 0x44 } + - { offsetInCU: 0xACE, offset: 0x1A59C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x175C, symBinAddr: 0x16BCCC, symSize: 0x4 } + - { offsetInCU: 0xAE2, offset: 0x1A59D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1760, symBinAddr: 0x16BCD0, symSize: 0x44 } + - { offsetInCU: 0xB48, offset: 0x1A5A3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCEC, symBinAddr: 0x16B470, symSize: 0xC } + - { offsetInCU: 0xB64, offset: 0x1A5A5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xCF8, symBinAddr: 0x16B47C, symSize: 0x8 } + - { offsetInCU: 0xB80, offset: 0x1A5A76, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD00, symBinAddr: 0x16B484, symSize: 0x8 } + - { offsetInCU: 0xB9C, offset: 0x1A5A92, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD08, symBinAddr: 0x16B48C, symSize: 0x8 } + - { offsetInCU: 0xBBE, offset: 0x1A5AB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xE24, symBinAddr: 0x16B5A8, symSize: 0x28 } + - { offsetInCU: 0xBDA, offset: 0x1A5AD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xE4C, symBinAddr: 0x16B5D0, symSize: 0x28 } + - { offsetInCU: 0xC05, offset: 0x1A5AFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE74, symBinAddr: 0x16B5F8, symSize: 0x4 } + - { offsetInCU: 0xC25, offset: 0x1A5B1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE74, symBinAddr: 0x16B5F8, symSize: 0x4 } + - { offsetInCU: 0xC45, offset: 0x1A5B3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE78, symBinAddr: 0x16B5FC, symSize: 0x4 } + - { offsetInCU: 0xC65, offset: 0x1A5B5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE78, symBinAddr: 0x16B5FC, symSize: 0x4 } + - { offsetInCU: 0xC85, offset: 0x1A5B7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE7C, symBinAddr: 0x16B600, symSize: 0x4 } + - { offsetInCU: 0xCA5, offset: 0x1A5B9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE7C, symBinAddr: 0x16B600, symSize: 0x4 } + - { offsetInCU: 0xCC5, offset: 0x1A5BBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE80, symBinAddr: 0x16B604, symSize: 0x4 } + - { offsetInCU: 0xCE5, offset: 0x1A5BDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE80, symBinAddr: 0x16B604, symSize: 0x4 } + - { offsetInCU: 0xCFC, offset: 0x1A5BF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF90, symBinAddr: 0x16B714, symSize: 0x28 } + - { offsetInCU: 0xD18, offset: 0x1A5C0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xFB8, symBinAddr: 0x16B73C, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x1A5E45, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x40, symBinAddr: 0x16BD28, symSize: 0x4 } + - { offsetInCU: 0x2B, offset: 0x1A5FB3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x16BE20, symSize: 0x18 } + - { offsetInCU: 0x73, offset: 0x1A5FFB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x16BE20, symSize: 0x18 } + - { offsetInCU: 0x104, offset: 0x1A608C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x16BE38, symSize: 0x44 } + - { offsetInCU: 0x1E7, offset: 0x1A616F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5C, symBinAddr: 0x16BE7C, symSize: 0x28 } + - { offsetInCU: 0x286, offset: 0x1A620E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5crc328checksums6UInt32VAH_tFAHSWXEfU_', symObjAddr: 0xD4, symBinAddr: 0x16BEF4, symSize: 0xA8 } + - { offsetInCU: 0x716, offset: 0x1A669E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE7process9operation4size10bufferSize9skipCRC328provider8consumers6UInt32VSo019compression_stream_E0a_s5Int64VSiSbAcQ_SitKXEyACKXEtKFZTf4nnnnnnd_n', symObjAddr: 0x18C, symBinAddr: 0x16BFAC, symSize: 0xDA0 } + - { offsetInCU: 0x12BC, offset: 0x1A7244, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFs0E0ADWl', symObjAddr: 0xF6C, symBinAddr: 0x16CD8C, symSize: 0x44 } + - { offsetInCU: 0x12D0, offset: 0x1A7258, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwet', symObjAddr: 0x1068, symBinAddr: 0x16CDD0, symSize: 0x90 } + - { offsetInCU: 0x12E4, offset: 0x1A726C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwst', symObjAddr: 0x10F8, symBinAddr: 0x16CE60, symSize: 0xBC } + - { offsetInCU: 0x12F8, offset: 0x1A7280, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwug', symObjAddr: 0x11B4, symBinAddr: 0x16CF1C, symSize: 0x8 } + - { offsetInCU: 0x130C, offset: 0x1A7294, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwup', symObjAddr: 0x11BC, symBinAddr: 0x16CF24, symSize: 0x4 } + - { offsetInCU: 0x1320, offset: 0x1A72A8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwui', symObjAddr: 0x11C0, symBinAddr: 0x16CF28, symSize: 0xC } + - { offsetInCU: 0x1334, offset: 0x1A72BC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOMa', symObjAddr: 0x11CC, symBinAddr: 0x16CF34, symSize: 0x10 } + - { offsetInCU: 0x1348, offset: 0x1A72D0, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSQWb', symObjAddr: 0x11DC, symBinAddr: 0x16CF44, symSize: 0x4 } + - { offsetInCU: 0x135C, offset: 0x1A72E4, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFSQADWl', symObjAddr: 0x11E0, symBinAddr: 0x16CF48, symSize: 0x44 } + - { offsetInCU: 0x13AE, offset: 0x1A7336, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x84, symBinAddr: 0x16BEA4, symSize: 0x40 } + - { offsetInCU: 0x144A, offset: 0x1A73D2, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP7_domainSSvgTW', symObjAddr: 0xC4, symBinAddr: 0x16BEE4, symSize: 0x4 } + - { offsetInCU: 0x1466, offset: 0x1A73EE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP5_codeSivgTW', symObjAddr: 0xC8, symBinAddr: 0x16BEE8, symSize: 0x4 } + - { offsetInCU: 0x1482, offset: 0x1A740A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xCC, symBinAddr: 0x16BEEC, symSize: 0x4 } + - { offsetInCU: 0x149E, offset: 0x1A7426, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xD0, symBinAddr: 0x16BEF0, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x1A7798, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x16CF8C, symSize: 0x238 } + - { offsetInCU: 0x174, offset: 0x1A78E5, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x16CF8C, symSize: 0x238 } + - { offsetInCU: 0x3F6, offset: 0x1A7B67, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x238, symBinAddr: 0x16D1C4, symSize: 0x5C } + - { offsetInCU: 0x44E, offset: 0x1A7BBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfD', symObjAddr: 0x29C, symBinAddr: 0x16D228, symSize: 0x2C } + - { offsetInCU: 0x4B0, offset: 0x1A7C21, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfE', symObjAddr: 0x294, symBinAddr: 0x16D220, symSize: 0x8 } + - { offsetInCU: 0x508, offset: 0x1A7C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCMa', symObjAddr: 0x2C8, symBinAddr: 0x16D254, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1A7EC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x16D274, symSize: 0x148 } + - { offsetInCU: 0x79, offset: 0x1A7F0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x16D274, symSize: 0x148 } + - { offsetInCU: 0xC7, offset: 0x1A7F5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x148, symBinAddr: 0x16D3BC, symSize: 0x130 } + - { offsetInCU: 0xFD, offset: 0x1A7F93, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfC', symObjAddr: 0x2D0, symBinAddr: 0x16D4FC, symSize: 0x4C } + - { offsetInCU: 0x11B, offset: 0x1A7FB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfc', symObjAddr: 0x31C, symBinAddr: 0x16D548, symSize: 0xD0 } + - { offsetInCU: 0x1C3, offset: 0x1A8059, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvg', symObjAddr: 0x524, symBinAddr: 0x16D618, symSize: 0x30 } + - { offsetInCU: 0x20E, offset: 0x1A80A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvs', symObjAddr: 0x554, symBinAddr: 0x16D648, symSize: 0x50 } + - { offsetInCU: 0x254, offset: 0x1A80EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM', symObjAddr: 0x5A4, symBinAddr: 0x16D698, symSize: 0x40 } + - { offsetInCU: 0x283, offset: 0x1A8119, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM.resume.0', symObjAddr: 0x5E4, symBinAddr: 0x16D6D8, symSize: 0x34 } + - { offsetInCU: 0x2C2, offset: 0x1A8158, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9valueTypeypXpvg', symObjAddr: 0x618, symBinAddr: 0x16D70C, symSize: 0xC } + - { offsetInCU: 0x2ED, offset: 0x1A8183, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x624, symBinAddr: 0x16D718, symSize: 0xA8 } + - { offsetInCU: 0x33A, offset: 0x1A81D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x6DC, symBinAddr: 0x16D7D0, symSize: 0x34 } + - { offsetInCU: 0x3A0, offset: 0x1A8236, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x770, symBinAddr: 0x16D864, symSize: 0x18 } + - { offsetInCU: 0x3C3, offset: 0x1A8259, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfd', symObjAddr: 0x788, symBinAddr: 0x16D87C, symSize: 0x24 } + - { offsetInCU: 0x3FE, offset: 0x1A8294, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfD', symObjAddr: 0x7E0, symBinAddr: 0x16D8A0, symSize: 0x2C } + - { offsetInCU: 0x441, offset: 0x1A82D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x80C, symBinAddr: 0x16D8CC, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0x1A82F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x82C, symBinAddr: 0x16D8EC, symSize: 0xC } + - { offsetInCU: 0x4A3, offset: 0x1A8339, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x838, symBinAddr: 0x16D8F8, symSize: 0x1C } + - { offsetInCU: 0x503, offset: 0x1A8399, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOe', symObjAddr: 0x278, symBinAddr: 0x16D4EC, symSize: 0x10 } + - { offsetInCU: 0x538, offset: 0x1A83CE, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOy', symObjAddr: 0x6CC, symBinAddr: 0x16D7C0, symSize: 0x10 } + - { offsetInCU: 0x54C, offset: 0x1A83E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x73C, symBinAddr: 0x16D830, symSize: 0x34 } + - { offsetInCU: 0x594, offset: 0x1A842A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x854, symBinAddr: 0x16D914, symSize: 0xC } + - { offsetInCU: 0x5C3, offset: 0x1A8459, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x860, symBinAddr: 0x16D920, symSize: 0xC } + - { offsetInCU: 0x60D, offset: 0x1A84A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x86C, symBinAddr: 0x16D92C, symSize: 0x14 } + - { offsetInCU: 0x650, offset: 0x1A84E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCMa', symObjAddr: 0x918, symBinAddr: 0x16D9D8, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x1A8713, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfC', symObjAddr: 0x0, symBinAddr: 0x16DA14, symSize: 0x8C } + - { offsetInCU: 0x69, offset: 0x1A8731, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfC', symObjAddr: 0x8C, symBinAddr: 0x16DAA0, symSize: 0x54 } + - { offsetInCU: 0x87, offset: 0x1A874F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc', symObjAddr: 0xE0, symBinAddr: 0x16DAF4, symSize: 0xEC } + - { offsetInCU: 0xF4, offset: 0x1A87BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc', symObjAddr: 0x1CC, symBinAddr: 0x16DBE0, symSize: 0x128 } + - { offsetInCU: 0x19D, offset: 0x1A8865, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5valuexvg', symObjAddr: 0x2F4, symBinAddr: 0x16DD08, symSize: 0x1C } + - { offsetInCU: 0x1D8, offset: 0x1A88A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg', symObjAddr: 0x310, symBinAddr: 0x16DD24, symSize: 0x10 } + - { offsetInCU: 0x205, offset: 0x1A88CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC6isHoldSbvg', symObjAddr: 0x320, symBinAddr: 0x16DD34, symSize: 0x10 } + - { offsetInCU: 0x232, offset: 0x1A88FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg', symObjAddr: 0x330, symBinAddr: 0x16DD44, symSize: 0x20 } + - { offsetInCU: 0x25F, offset: 0x1A8927, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg', symObjAddr: 0x350, symBinAddr: 0x16DD64, symSize: 0x20 } + - { offsetInCU: 0x28C, offset: 0x1A8954, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg', symObjAddr: 0x370, symBinAddr: 0x16DD84, symSize: 0x28 } + - { offsetInCU: 0x2B9, offset: 0x1A8981, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg', symObjAddr: 0x398, symBinAddr: 0x16DDAC, symSize: 0x28 } + - { offsetInCU: 0x2E6, offset: 0x1A89AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfd', symObjAddr: 0x3C0, symBinAddr: 0x16DDD4, symSize: 0x2C } + - { offsetInCU: 0x335, offset: 0x1A89FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfD', symObjAddr: 0x3EC, symBinAddr: 0x16DE00, symSize: 0x38 } + - { offsetInCU: 0x3CA, offset: 0x1A8A92, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x424, symBinAddr: 0x16DE38, symSize: 0x1A8 } + - { offsetInCU: 0x451, offset: 0x1A8B19, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x5CC, symBinAddr: 0x16DFE0, symSize: 0x10 } + - { offsetInCU: 0x50C, offset: 0x1A8BD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x5DC, symBinAddr: 0x16DFF0, symSize: 0x1D0 } + - { offsetInCU: 0x85F, offset: 0x1A8F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE9hashValueSivg', symObjAddr: 0x7AC, symBinAddr: 0x16E1C0, symSize: 0x44 } + - { offsetInCU: 0x8DD, offset: 0x1A8FA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x7F0, symBinAddr: 0x16E204, symSize: 0x24 } + - { offsetInCU: 0x8F9, offset: 0x1A8FC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x814, symBinAddr: 0x16E228, symSize: 0x24 } + - { offsetInCU: 0x90D, offset: 0x1A8FD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSQWb', symObjAddr: 0x87C, symBinAddr: 0x16E290, symSize: 0x38 } + - { offsetInCU: 0x921, offset: 0x1A8FE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMi', symObjAddr: 0x8B4, symBinAddr: 0x16E2C8, symSize: 0x4 } + - { offsetInCU: 0x935, offset: 0x1A8FFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMr', symObjAddr: 0x8B8, symBinAddr: 0x16E2CC, symSize: 0xA0 } + - { offsetInCU: 0x949, offset: 0x1A9011, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMa', symObjAddr: 0x958, symBinAddr: 0x16E36C, symSize: 0xC } + - { offsetInCU: 0xA02, offset: 0x1A90CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x838, symBinAddr: 0x16E24C, symSize: 0x44 } + - { offsetInCU: 0x2B, offset: 0x1A92D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x16E394, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0x1A92FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x16E394, symSize: 0x64 } + - { offsetInCU: 0x7C, offset: 0x1A9327, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfD', symObjAddr: 0x64, symBinAddr: 0x16E3F8, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x1A9363, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x16E434, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x1A93A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xAC, symBinAddr: 0x16E440, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x1A93E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xDC, symBinAddr: 0x16E470, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x1A9417, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesC4starAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xAF8, symBinAddr: 0x16EE8C, symSize: 0x5F4 } + - { offsetInCU: 0x6B3, offset: 0x1A995E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x16E414, symSize: 0x20 } + - { offsetInCU: 0x7F3, offset: 0x1A9A9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE8, symBinAddr: 0x16E47C, symSize: 0x170 } + - { offsetInCU: 0xA2E, offset: 0x1A9CD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCfD', symObjAddr: 0x258, symBinAddr: 0x16E5EC, symSize: 0x34 } + - { offsetInCU: 0xA8F, offset: 0x1A9D3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x2AC, symBinAddr: 0x16E640, symSize: 0x44 } + - { offsetInCU: 0xADB, offset: 0x1A9D86, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0x16E684, symSize: 0x24 } + - { offsetInCU: 0xB0D, offset: 0x1A9DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x314, symBinAddr: 0x16E6A8, symSize: 0x4 } + - { offsetInCU: 0xB47, offset: 0x1A9DF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x318, symBinAddr: 0x16E6AC, symSize: 0x8 } + - { offsetInCU: 0xB67, offset: 0x1A9E12, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x318, symBinAddr: 0x16E6AC, symSize: 0x8 } + - { offsetInCU: 0xBCA, offset: 0x1A9E75, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x320, symBinAddr: 0x16E6B4, symSize: 0x10 } + - { offsetInCU: 0xBEA, offset: 0x1A9E95, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x320, symBinAddr: 0x16E6B4, symSize: 0x10 } + - { offsetInCU: 0xC31, offset: 0x1A9EDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x330, symBinAddr: 0x16E6C4, symSize: 0x8 } + - { offsetInCU: 0xC51, offset: 0x1A9EFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x330, symBinAddr: 0x16E6C4, symSize: 0x8 } + - { offsetInCU: 0xC72, offset: 0x1A9F1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x338, symBinAddr: 0x16E6CC, symSize: 0x8 } + - { offsetInCU: 0xC92, offset: 0x1A9F3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x338, symBinAddr: 0x16E6CC, symSize: 0x8 } + - { offsetInCU: 0xCB3, offset: 0x1A9F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x340, symBinAddr: 0x16E6D4, symSize: 0x8 } + - { offsetInCU: 0xCD3, offset: 0x1A9F7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x340, symBinAddr: 0x16E6D4, symSize: 0x8 } + - { offsetInCU: 0xCF4, offset: 0x1A9F9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x348, symBinAddr: 0x16E6DC, symSize: 0x8 } + - { offsetInCU: 0xD14, offset: 0x1A9FBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x348, symBinAddr: 0x16E6DC, symSize: 0x8 } + - { offsetInCU: 0xD35, offset: 0x1A9FE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x350, symBinAddr: 0x16E6E4, symSize: 0xC } + - { offsetInCU: 0xD55, offset: 0x1AA000, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x350, symBinAddr: 0x16E6E4, symSize: 0xC } + - { offsetInCU: 0xD76, offset: 0x1AA021, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x35C, symBinAddr: 0x16E6F0, symSize: 0x10 } + - { offsetInCU: 0xD96, offset: 0x1AA041, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x35C, symBinAddr: 0x16E6F0, symSize: 0x10 } + - { offsetInCU: 0xDB7, offset: 0x1AA062, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x36C, symBinAddr: 0x16E700, symSize: 0xC } + - { offsetInCU: 0xDE9, offset: 0x1AA094, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC06parentC04starAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x10EC, symBinAddr: 0x16F480, symSize: 0x114 } + - { offsetInCU: 0xEA2, offset: 0x1AA14D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCMa', symObjAddr: 0x28C, symBinAddr: 0x16E620, symSize: 0x20 } + - { offsetInCU: 0x1348, offset: 0x1AA5F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4star8position11outerRadius05innerG00F11Roundedness0hI014numberOfPoints8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA5qA0C9DirectionOtFZTf4nnnnnnnnd_n', symObjAddr: 0x378, symBinAddr: 0x16E70C, symSize: 0x780 } + - { offsetInCU: 0x27, offset: 0x1AB8D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x16F594, symSize: 0x184 } + - { offsetInCU: 0x3F, offset: 0x1AB8EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x16F594, symSize: 0x184 } + - { offsetInCU: 0x2B, offset: 0x1ABA67, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x16F718, symSize: 0x18C } + - { offsetInCU: 0x4F, offset: 0x1ABA8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x16F718, symSize: 0x18C } + - { offsetInCU: 0xB1, offset: 0x1ABAED, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x18C, symBinAddr: 0x16F8A4, symSize: 0x4C } + - { offsetInCU: 0xF7, offset: 0x1ABB33, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1D8, symBinAddr: 0x16F8F0, symSize: 0x7C } + - { offsetInCU: 0x13E, offset: 0x1ABB7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfD', symObjAddr: 0x294, symBinAddr: 0x16F9AC, symSize: 0x34 } + - { offsetInCU: 0x16C, offset: 0x1ABBA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfE', symObjAddr: 0x254, symBinAddr: 0x16F96C, symSize: 0x40 } + - { offsetInCU: 0x199, offset: 0x1ABBD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfETo', symObjAddr: 0x2C8, symBinAddr: 0x16F9E0, symSize: 0x4C } + - { offsetInCU: 0x1C8, offset: 0x1ABC04, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCMa', symObjAddr: 0x314, symBinAddr: 0x16FA2C, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x1ABDB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x0, symBinAddr: 0x16FA4C, symSize: 0x8 } + - { offsetInCU: 0x5B, offset: 0x1ABDCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg', symObjAddr: 0x8, symBinAddr: 0x16FA54, symSize: 0x8 } + - { offsetInCU: 0x82, offset: 0x1ABDF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x10, symBinAddr: 0x16FA5C, symSize: 0x8 } + - { offsetInCU: 0xAF, offset: 0x1ABE20, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x18, symBinAddr: 0x16FA64, symSize: 0x10 } + - { offsetInCU: 0xCD, offset: 0x1ABE3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x18, symBinAddr: 0x16FA64, symSize: 0x10 } + - { offsetInCU: 0xDE, offset: 0x1ABE4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x30, symBinAddr: 0x16FA7C, symSize: 0x8 } + - { offsetInCU: 0xFA, offset: 0x1ABE6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x38, symBinAddr: 0x16FA84, symSize: 0x8 } + - { offsetInCU: 0x130, offset: 0x1ABEA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x40, symBinAddr: 0x16FA8C, symSize: 0x10 } + - { offsetInCU: 0x150, offset: 0x1ABEC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x40, symBinAddr: 0x16FA8C, symSize: 0x10 } + - { offsetInCU: 0x165, offset: 0x1ABED6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x40, symBinAddr: 0x16FA8C, symSize: 0x10 } + - { offsetInCU: 0x177, offset: 0x1ABEE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x50, symBinAddr: 0x16FA9C, symSize: 0x8 } + - { offsetInCU: 0x193, offset: 0x1ABF04, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg', symObjAddr: 0x58, symBinAddr: 0x16FAA4, symSize: 0x8 } + - { offsetInCU: 0x1AF, offset: 0x1ABF20, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x16FABC, symSize: 0x10 } + - { offsetInCU: 0x1CF, offset: 0x1ABF40, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x16FABC, symSize: 0x10 } + - { offsetInCU: 0x1E4, offset: 0x1ABF55, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x16FABC, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1AC0AF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x16FAD0, symSize: 0x18 } + - { offsetInCU: 0x6F, offset: 0x1AC0F7, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x16FAD0, symSize: 0x18 } + - { offsetInCU: 0x100, offset: 0x1AC188, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0x16FAE8, symSize: 0x44 } + - { offsetInCU: 0x1E3, offset: 0x1AC26B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x74, symBinAddr: 0x16FB2C, symSize: 0x28 } + - { offsetInCU: 0x2B7, offset: 0x1AC33F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_', symObjAddr: 0xEC, symBinAddr: 0x16FBA4, symSize: 0x14 } + - { offsetInCU: 0x310, offset: 0x1AC398, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x100, symBinAddr: 0x16FBB8, symSize: 0xC } + - { offsetInCU: 0x34C, offset: 0x1AC3D4, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x100, symBinAddr: 0x16FBB8, symSize: 0xC } + - { offsetInCU: 0x37F, offset: 0x1AC407, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0VyAESWcfCTf4nd_n', symObjAddr: 0x10C, symBinAddr: 0x16FBC4, symSize: 0xC4 } + - { offsetInCU: 0x400, offset: 0x1AC488, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationO_5countAeA02__B7StorageC_SitcfCTf4nnd_n', symObjAddr: 0x1D0, symBinAddr: 0x16FC88, symSize: 0xE4 } + - { offsetInCU: 0x460, offset: 0x1AC4E8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x2B4, symBinAddr: 0x16FD6C, symSize: 0x1CC } + - { offsetInCU: 0x5EE, offset: 0x1AC676, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5write5chunk2toSiAC_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x4C4, symBinAddr: 0x16FF38, symSize: 0x238 } + - { offsetInCU: 0x923, offset: 0x1AC9AB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE11consumePart2of9chunkSize9skipCRC328provider8consumers6UInt32Vs5Int64V_SiSbAcN_SitKXEyACKXEtKFZTf4nnnnnd_n', symObjAddr: 0x70C, symBinAddr: 0x170180, symSize: 0x358 } + - { offsetInCU: 0xD21, offset: 0x1ACDA9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwet', symObjAddr: 0xAC8, symBinAddr: 0x1704E8, symSize: 0x90 } + - { offsetInCU: 0xD35, offset: 0x1ACDBD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwst', symObjAddr: 0xB58, symBinAddr: 0x170578, symSize: 0xBC } + - { offsetInCU: 0xD49, offset: 0x1ACDD1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwug', symObjAddr: 0xC14, symBinAddr: 0x170634, symSize: 0x8 } + - { offsetInCU: 0xD5D, offset: 0x1ACDE5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwup', symObjAddr: 0xC1C, symBinAddr: 0x17063C, symSize: 0x4 } + - { offsetInCU: 0xD71, offset: 0x1ACDF9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwui', symObjAddr: 0xC20, symBinAddr: 0x170640, symSize: 0xC } + - { offsetInCU: 0xD85, offset: 0x1ACE0D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOMa', symObjAddr: 0xC2C, symBinAddr: 0x17064C, symSize: 0x10 } + - { offsetInCU: 0xD99, offset: 0x1ACE21, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSQWb', symObjAddr: 0xC3C, symBinAddr: 0x17065C, symSize: 0x4 } + - { offsetInCU: 0xDAD, offset: 0x1ACE35, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFSQADWl', symObjAddr: 0xC40, symBinAddr: 0x170660, symSize: 0x44 } + - { offsetInCU: 0xDFF, offset: 0x1ACE87, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x9C, symBinAddr: 0x16FB54, symSize: 0x40 } + - { offsetInCU: 0xE9B, offset: 0x1ACF23, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP7_domainSSvgTW', symObjAddr: 0xDC, symBinAddr: 0x16FB94, symSize: 0x4 } + - { offsetInCU: 0xEB7, offset: 0x1ACF3F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP5_codeSivgTW', symObjAddr: 0xE0, symBinAddr: 0x16FB98, symSize: 0x4 } + - { offsetInCU: 0xED3, offset: 0x1ACF5B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xE4, symBinAddr: 0x16FB9C, symSize: 0x4 } + - { offsetInCU: 0xEEF, offset: 0x1ACF77, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE8, symBinAddr: 0x16FBA0, symSize: 0x4 } + - { offsetInCU: 0x5E, offset: 0x1AD27B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x1706A4, symSize: 0xC } + - { offsetInCU: 0x17F, offset: 0x1AD39C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0xC, symBinAddr: 0x1706B0, symSize: 0x12C } + - { offsetInCU: 0x29E, offset: 0x1AD4BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x138, symBinAddr: 0x1707DC, symSize: 0x8 } + - { offsetInCU: 0x2BE, offset: 0x1AD4DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x138, symBinAddr: 0x1707DC, symSize: 0x8 } + - { offsetInCU: 0x2D0, offset: 0x1AD4ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP7lineCapAA04LineG0OvgTW', symObjAddr: 0x140, symBinAddr: 0x1707E4, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x1AD509, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP8lineJoinAA04LineG0OvgTW', symObjAddr: 0x148, symBinAddr: 0x1707EC, symSize: 0x8 } + - { offsetInCU: 0x317, offset: 0x1AD534, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x150, symBinAddr: 0x1707F4, symSize: 0x8 } + - { offsetInCU: 0x337, offset: 0x1AD554, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x150, symBinAddr: 0x1707F4, symSize: 0x8 } + - { offsetInCU: 0x358, offset: 0x1AD575, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x158, symBinAddr: 0x1707FC, symSize: 0x8 } + - { offsetInCU: 0x378, offset: 0x1AD595, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x158, symBinAddr: 0x1707FC, symSize: 0x8 } + - { offsetInCU: 0x399, offset: 0x1AD5B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x160, symBinAddr: 0x170804, symSize: 0xC } + - { offsetInCU: 0x3DA, offset: 0x1AD5F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x16C, symBinAddr: 0x170810, symSize: 0xC } + - { offsetInCU: 0x40C, offset: 0x1AD629, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x178, symBinAddr: 0x17081C, symSize: 0xC } + - { offsetInCU: 0x437, offset: 0x1AD654, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x184, symBinAddr: 0x170828, symSize: 0xC } + - { offsetInCU: 0x478, offset: 0x1AD695, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x190, symBinAddr: 0x170834, symSize: 0xC } + - { offsetInCU: 0x4AA, offset: 0x1AD6C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x3E0, symBinAddr: 0x170A84, symSize: 0x48 } + - { offsetInCU: 0x4CF, offset: 0x1AD6EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x428, symBinAddr: 0x170ACC, symSize: 0x838 } + - { offsetInCU: 0x572, offset: 0x1AD78F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xC60, symBinAddr: 0x171304, symSize: 0xD7C } + - { offsetInCU: 0xA91, offset: 0x1ADCAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueSSvg', symObjAddr: 0x19DC, symBinAddr: 0x172080, symSize: 0x20 } + - { offsetInCU: 0xACA, offset: 0x1ADCE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F64, symBinAddr: 0x1725BC, symSize: 0x20 } + - { offsetInCU: 0xAF8, offset: 0x1ADD15, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F64, symBinAddr: 0x1725BC, symSize: 0x20 } + - { offsetInCU: 0xB41, offset: 0x1ADD5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2120, symBinAddr: 0x172778, symSize: 0x44 } + - { offsetInCU: 0xB87, offset: 0x1ADDA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x2164, symBinAddr: 0x1727BC, symSize: 0x28 } + - { offsetInCU: 0xB9B, offset: 0x1ADDB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x218C, symBinAddr: 0x1727E4, symSize: 0x8 } + - { offsetInCU: 0xBD1, offset: 0x1ADDEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2194, symBinAddr: 0x1727EC, symSize: 0x3C } + - { offsetInCU: 0xC36, offset: 0x1ADE53, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x21D0, symBinAddr: 0x172828, symSize: 0xC } + - { offsetInCU: 0xC52, offset: 0x1ADE6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x21DC, symBinAddr: 0x172834, symSize: 0xC } + - { offsetInCU: 0xC6E, offset: 0x1ADE8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x34CC, symBinAddr: 0x1734C0, symSize: 0x50 } + - { offsetInCU: 0xCA6, offset: 0x1ADEC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F84, symBinAddr: 0x1725DC, symSize: 0x18 } + - { offsetInCU: 0xCE7, offset: 0x1ADF04, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x225C, symBinAddr: 0x1728B4, symSize: 0x70 } + - { offsetInCU: 0xD1B, offset: 0x1ADF38, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x22CC, symBinAddr: 0x172924, symSize: 0x28 } + - { offsetInCU: 0xD37, offset: 0x1ADF54, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x22F4, symBinAddr: 0x17294C, symSize: 0x8 } + - { offsetInCU: 0xD6D, offset: 0x1ADF8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x22FC, symBinAddr: 0x172954, symSize: 0x74 } + - { offsetInCU: 0xDB8, offset: 0x1ADFD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2370, symBinAddr: 0x1729C8, symSize: 0xC } + - { offsetInCU: 0xDD4, offset: 0x1ADFF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x237C, symBinAddr: 0x1729D4, symSize: 0xC } + - { offsetInCU: 0xE7C, offset: 0x1AE099, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1A48, symBinAddr: 0x1720A0, symSize: 0x51C } + - { offsetInCU: 0xEEF, offset: 0x1AE10C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfd', symObjAddr: 0x2424, symBinAddr: 0x172A7C, symSize: 0x5C } + - { offsetInCU: 0xF3A, offset: 0x1AE157, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfD', symObjAddr: 0x2480, symBinAddr: 0x172AD8, symSize: 0x1C } + - { offsetInCU: 0xFB6, offset: 0x1AE1D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1E0, symBinAddr: 0x170884, symSize: 0x18 } + - { offsetInCU: 0xFE7, offset: 0x1AE204, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x1F8, symBinAddr: 0x17089C, symSize: 0xC } + - { offsetInCU: 0x121D, offset: 0x1AE43A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfE', symObjAddr: 0x23D8, symBinAddr: 0x172A30, symSize: 0x4C } + - { offsetInCU: 0x124A, offset: 0x1AE467, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCMa', symObjAddr: 0x249C, symBinAddr: 0x172AF4, symSize: 0x20 } + - { offsetInCU: 0x125E, offset: 0x1AE47B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOwup', symObjAddr: 0x24D4, symBinAddr: 0x172B1C, symSize: 0x4 } + - { offsetInCU: 0x1272, offset: 0x1AE48F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOMa', symObjAddr: 0x24D8, symBinAddr: 0x172B20, symSize: 0x10 } + - { offsetInCU: 0x1286, offset: 0x1AE4A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOwup', symObjAddr: 0x263C, symBinAddr: 0x172C84, symSize: 0x4 } + - { offsetInCU: 0x129A, offset: 0x1AE4B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOMa', symObjAddr: 0x2640, symBinAddr: 0x172C88, symSize: 0x10 } + - { offsetInCU: 0x12AE, offset: 0x1AE4CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASQWb', symObjAddr: 0x2650, symBinAddr: 0x172C98, symSize: 0x4 } + - { offsetInCU: 0x12C2, offset: 0x1AE4DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSQAAWl', symObjAddr: 0x2654, symBinAddr: 0x172C9C, symSize: 0x44 } + - { offsetInCU: 0x12D6, offset: 0x1AE4F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSHAASQWb', symObjAddr: 0x2698, symBinAddr: 0x172CE0, symSize: 0x4 } + - { offsetInCU: 0x12EA, offset: 0x1AE507, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSQAAWl', symObjAddr: 0x269C, symBinAddr: 0x172CE4, symSize: 0x44 } + - { offsetInCU: 0x12FE, offset: 0x1AE51B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSYAAWl', symObjAddr: 0x26E0, symBinAddr: 0x172D28, symSize: 0x44 } + - { offsetInCU: 0x1312, offset: 0x1AE52F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSYAAWl', symObjAddr: 0x2724, symBinAddr: 0x172D6C, symSize: 0x44 } + - { offsetInCU: 0x1326, offset: 0x1AE543, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs0D3KeyAAWl', symObjAddr: 0x27CC, symBinAddr: 0x172DB0, symSize: 0x44 } + - { offsetInCU: 0x133A, offset: 0x1AE557, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs9CodingKeyAAWl', symObjAddr: 0x2964, symBinAddr: 0x172DF4, symSize: 0x44 } + - { offsetInCU: 0x134E, offset: 0x1AE56B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x3038, symBinAddr: 0x17302C, symSize: 0x90 } + - { offsetInCU: 0x1362, offset: 0x1AE57F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x30C8, symBinAddr: 0x1730BC, symSize: 0xBC } + - { offsetInCU: 0x1376, offset: 0x1AE593, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x3184, symBinAddr: 0x173178, symSize: 0x8 } + - { offsetInCU: 0x138A, offset: 0x1AE5A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x318C, symBinAddr: 0x173180, symSize: 0x4 } + - { offsetInCU: 0x139E, offset: 0x1AE5BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x3190, symBinAddr: 0x173184, symSize: 0x8 } + - { offsetInCU: 0x13B2, offset: 0x1AE5CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x3198, symBinAddr: 0x17318C, symSize: 0x10 } + - { offsetInCU: 0x13C6, offset: 0x1AE5E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x31A8, symBinAddr: 0x17319C, symSize: 0x90 } + - { offsetInCU: 0x13DA, offset: 0x1AE5F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x3238, symBinAddr: 0x17322C, symSize: 0xBC } + - { offsetInCU: 0x13EE, offset: 0x1AE60B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x32F4, symBinAddr: 0x1732E8, symSize: 0x8 } + - { offsetInCU: 0x1402, offset: 0x1AE61F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x32FC, symBinAddr: 0x1732F0, symSize: 0x4 } + - { offsetInCU: 0x1416, offset: 0x1AE633, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x3300, symBinAddr: 0x1732F4, symSize: 0xC } + - { offsetInCU: 0x142A, offset: 0x1AE647, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x330C, symBinAddr: 0x173300, symSize: 0x10 } + - { offsetInCU: 0x143E, offset: 0x1AE65B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x331C, symBinAddr: 0x173310, symSize: 0x4 } + - { offsetInCU: 0x1452, offset: 0x1AE66F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x3320, symBinAddr: 0x173314, symSize: 0x44 } + - { offsetInCU: 0x1466, offset: 0x1AE683, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x3364, symBinAddr: 0x173358, symSize: 0x4 } + - { offsetInCU: 0x147A, offset: 0x1AE697, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x3368, symBinAddr: 0x17335C, symSize: 0x44 } + - { offsetInCU: 0x148E, offset: 0x1AE6AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x33AC, symBinAddr: 0x1733A0, symSize: 0x4 } + - { offsetInCU: 0x14A2, offset: 0x1AE6BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x33B0, symBinAddr: 0x1733A4, symSize: 0x44 } + - { offsetInCU: 0x14B6, offset: 0x1AE6D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x33F4, symBinAddr: 0x1733E8, symSize: 0x4 } + - { offsetInCU: 0x14CA, offset: 0x1AE6E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x33F8, symBinAddr: 0x1733EC, symSize: 0x44 } + - { offsetInCU: 0x14DE, offset: 0x1AE6FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x343C, symBinAddr: 0x173430, symSize: 0x4 } + - { offsetInCU: 0x14F2, offset: 0x1AE70F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3440, symBinAddr: 0x173434, symSize: 0x44 } + - { offsetInCU: 0x1506, offset: 0x1AE723, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3484, symBinAddr: 0x173478, symSize: 0x4 } + - { offsetInCU: 0x151A, offset: 0x1AE737, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3488, symBinAddr: 0x17347C, symSize: 0x44 } + - { offsetInCU: 0x158E, offset: 0x1AE7AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x19C, symBinAddr: 0x170840, symSize: 0x14 } + - { offsetInCU: 0x15E3, offset: 0x1AE800, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1B4, symBinAddr: 0x170858, symSize: 0x28 } + - { offsetInCU: 0x1644, offset: 0x1AE861, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x204, symBinAddr: 0x1708A8, symSize: 0x5C } + - { offsetInCU: 0x1667, offset: 0x1AE884, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x260, symBinAddr: 0x170904, symSize: 0x4C } + - { offsetInCU: 0x168A, offset: 0x1AE8A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x338, symBinAddr: 0x1709DC, symSize: 0x5C } + - { offsetInCU: 0x16AD, offset: 0x1AE8CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x394, symBinAddr: 0x170A38, symSize: 0x4C } + - { offsetInCU: 0x178D, offset: 0x1AE9AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1F9C, symBinAddr: 0x1725F4, symSize: 0x88 } + - { offsetInCU: 0x183C, offset: 0x1AEA59, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2024, symBinAddr: 0x17267C, symSize: 0x60 } + - { offsetInCU: 0x18BA, offset: 0x1AEAD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2084, symBinAddr: 0x1726DC, symSize: 0x40 } + - { offsetInCU: 0x190C, offset: 0x1AEB29, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x20C4, symBinAddr: 0x17271C, symSize: 0x5C } + - { offsetInCU: 0x196E, offset: 0x1AEB8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x21E8, symBinAddr: 0x172840, symSize: 0x28 } + - { offsetInCU: 0x198A, offset: 0x1AEBA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2210, symBinAddr: 0x172868, symSize: 0x28 } + - { offsetInCU: 0x19A6, offset: 0x1AEBC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2238, symBinAddr: 0x172890, symSize: 0xC } + - { offsetInCU: 0x19C2, offset: 0x1AEBDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2244, symBinAddr: 0x17289C, symSize: 0x8 } + - { offsetInCU: 0x19DE, offset: 0x1AEBFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x224C, symBinAddr: 0x1728A4, symSize: 0x8 } + - { offsetInCU: 0x19FA, offset: 0x1AEC17, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2254, symBinAddr: 0x1728AC, symSize: 0x8 } + - { offsetInCU: 0x1A1C, offset: 0x1AEC39, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2388, symBinAddr: 0x1729E0, symSize: 0x28 } + - { offsetInCU: 0x1A38, offset: 0x1AEC55, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x23B0, symBinAddr: 0x172A08, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x1AEED8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x173540, symSize: 0x40 } + - { offsetInCU: 0xE9, offset: 0x1AEF82, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x40, symBinAddr: 0x173580, symSize: 0x4C } + - { offsetInCU: 0x14F, offset: 0x1AEFE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x8C, symBinAddr: 0x1735CC, symSize: 0x10 } + - { offsetInCU: 0x1C1, offset: 0x1AF05A, size: 0x8, addend: 0x0, symName: '_$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x9C, symBinAddr: 0x1735DC, symSize: 0x1F8 } + - { offsetInCU: 0x3F9, offset: 0x1AF292, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x294, symBinAddr: 0x1737D4, symSize: 0xBC } + - { offsetInCU: 0x59C, offset: 0x1AF435, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x350, symBinAddr: 0x173890, symSize: 0x1C } + - { offsetInCU: 0x668, offset: 0x1AF501, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x36C, symBinAddr: 0x1738AC, symSize: 0x60 } + - { offsetInCU: 0x9A8, offset: 0x1AF841, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0p2InR0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x3CC, symBinAddr: 0x17390C, symSize: 0x50 } + - { offsetInCU: 0xB68, offset: 0x1AFA01, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x41C, symBinAddr: 0x17395C, symSize: 0x64 } + - { offsetInCU: 0xBF7, offset: 0x1AFA90, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x480, symBinAddr: 0x1739C0, symSize: 0x50 } + - { offsetInCU: 0xCEF, offset: 0x1AFB88, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x4D0, symBinAddr: 0x173A10, symSize: 0x18 } + - { offsetInCU: 0xDAE, offset: 0x1AFC47, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x4E8, symBinAddr: 0x173A28, symSize: 0x64 } + - { offsetInCU: 0xE15, offset: 0x1AFCAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x54C, symBinAddr: 0x173A8C, symSize: 0x18 } + - { offsetInCU: 0xE8D, offset: 0x1AFD26, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x564, symBinAddr: 0x173AA4, symSize: 0x40 } + - { offsetInCU: 0xF2B, offset: 0x1AFDC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x5A4, symBinAddr: 0x173AE4, symSize: 0x164 } + - { offsetInCU: 0xFCD, offset: 0x1AFE66, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x708, symBinAddr: 0x173C48, symSize: 0x40 } + - { offsetInCU: 0x10A9, offset: 0x1AFF42, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie14InterpolatableA2dEP11interpolate2to6amountxx_ACtFTW', symObjAddr: 0x748, symBinAddr: 0x173C88, symSize: 0x40 } + - { offsetInCU: 0x118C, offset: 0x1B0025, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie17AnyInterpolatableA2dEP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_ACSo7CGPointVSgANtFTW', symObjAddr: 0x788, symBinAddr: 0x173CC8, symSize: 0x40 } + - { offsetInCU: 0x12BD, offset: 0x1B0156, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x7C8, symBinAddr: 0x173D08, symSize: 0x40 } + - { offsetInCU: 0x13A0, offset: 0x1B0239, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x808, symBinAddr: 0x173D48, symSize: 0x40 } + - { offsetInCU: 0x147C, offset: 0x1B0315, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0x848, symBinAddr: 0x173D88, symSize: 0xF0 } + - { offsetInCU: 0x16FB, offset: 0x1B0594, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x938, symBinAddr: 0x173E78, symSize: 0x118 } + - { offsetInCU: 0x19B7, offset: 0x1B0850, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xA50, symBinAddr: 0x173F90, symSize: 0x118 } + - { offsetInCU: 0x1C58, offset: 0x1B0AF1, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB68, symBinAddr: 0x1740A8, symSize: 0x1C } + - { offsetInCU: 0x1C8D, offset: 0x1B0B26, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB68, symBinAddr: 0x1740A8, symSize: 0x1C } + - { offsetInCU: 0x1CBE, offset: 0x1B0B57, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB68, symBinAddr: 0x1740A8, symSize: 0x1C } + - { offsetInCU: 0x1DA2, offset: 0x1B0C3B, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xB84, symBinAddr: 0x1740C4, symSize: 0x44 } + - { offsetInCU: 0x1E95, offset: 0x1B0D2E, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xBC8, symBinAddr: 0x174108, symSize: 0x44 } + - { offsetInCU: 0x1FDF, offset: 0x1B0E78, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF', symObjAddr: 0xC0C, symBinAddr: 0x17414C, symSize: 0x7C } + - { offsetInCU: 0x21E2, offset: 0x1B107B, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie21SpatialInterpolatableA2cDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xC88, symBinAddr: 0x1741C8, symSize: 0xB4 } + - { offsetInCU: 0x246C, offset: 0x1B1305, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xD3C, symBinAddr: 0x17427C, symSize: 0xB4 } + - { offsetInCU: 0x26F0, offset: 0x1B1589, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xDF0, symBinAddr: 0x174330, symSize: 0x28 } + - { offsetInCU: 0x27DC, offset: 0x1B1675, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xE18, symBinAddr: 0x174358, symSize: 0x4 } + - { offsetInCU: 0x284D, offset: 0x1B16E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xE1C, symBinAddr: 0x17435C, symSize: 0x4C } + - { offsetInCU: 0x28D1, offset: 0x1B176A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xE68, symBinAddr: 0x1743A8, symSize: 0x40 } + - { offsetInCU: 0x2A0C, offset: 0x1B18A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xEA8, symBinAddr: 0x1743E8, symSize: 0x40 } + - { offsetInCU: 0x2B4F, offset: 0x1B19E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0xEE8, symBinAddr: 0x174428, symSize: 0x94 } + - { offsetInCU: 0x2D88, offset: 0x1B1C21, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xF7C, symBinAddr: 0x1744BC, symSize: 0xC } + - { offsetInCU: 0x2E67, offset: 0x1B1D00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xF88, symBinAddr: 0x1744C8, symSize: 0xB4 } + - { offsetInCU: 0x3135, offset: 0x1B1FCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x103C, symBinAddr: 0x17457C, symSize: 0xB4 } + - { offsetInCU: 0x329E, offset: 0x1B2137, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x10F0, symBinAddr: 0x174630, symSize: 0xC } + - { offsetInCU: 0x330F, offset: 0x1B21A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x10FC, symBinAddr: 0x17463C, symSize: 0x54 } + - { offsetInCU: 0x33E9, offset: 0x1B2282, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1150, symBinAddr: 0x174690, symSize: 0x24C } + - { offsetInCU: 0x34CC, offset: 0x1B2365, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x139C, symBinAddr: 0x1748DC, symSize: 0x38 } + - { offsetInCU: 0x34E8, offset: 0x1B2381, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x13D4, symBinAddr: 0x174914, symSize: 0x78 } + - { offsetInCU: 0x3504, offset: 0x1B239D, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x144C, symBinAddr: 0x17498C, symSize: 0x8 } + - { offsetInCU: 0x3520, offset: 0x1B23B9, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1454, symBinAddr: 0x174994, symSize: 0x78 } + - { offsetInCU: 0x3543, offset: 0x1B23DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldV11interpolate2to6amountACyxGAG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x14CC, symBinAddr: 0x174A0C, symSize: 0x20 } + - { offsetInCU: 0x3594, offset: 0x1B242D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x14EC, symBinAddr: 0x174A2C, symSize: 0x4 } + - { offsetInCU: 0x35B1, offset: 0x1B244A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x14F0, symBinAddr: 0x174A30, symSize: 0x10 } + - { offsetInCU: 0x35CD, offset: 0x1B2466, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufC12CoreGraphics7CGFloatV_ACTg5Tf4nd_n', symObjAddr: 0x1500, symBinAddr: 0x174A40, symSize: 0x4 } + - { offsetInCU: 0x35E5, offset: 0x1B247E, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSd_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1504, symBinAddr: 0x174A44, symSize: 0x4 } + - { offsetInCU: 0x35FD, offset: 0x1B2496, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSBAAWl', symObjAddr: 0x1508, symBinAddr: 0x174A48, symSize: 0x44 } + - { offsetInCU: 0x3611, offset: 0x1B24AA, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_TA', symObjAddr: 0x154C, symBinAddr: 0x174A8C, symSize: 0x48 } + - { offsetInCU: 0x363A, offset: 0x1B24D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x1594, symBinAddr: 0x174AD4, symSize: 0x8 } + - { offsetInCU: 0x364E, offset: 0x1B24E7, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_TA', symObjAddr: 0x159C, symBinAddr: 0x174ADC, symSize: 0x38 } + - { offsetInCU: 0x36AE, offset: 0x1B2547, size: 0x8, addend: 0x0, symName: '_$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x15D4, symBinAddr: 0x174B14, symSize: 0x68 } + - { offsetInCU: 0x36D7, offset: 0x1B2570, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x163C, symBinAddr: 0x174B7C, symSize: 0x40 } + - { offsetInCU: 0x36EB, offset: 0x1B2584, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x167C, symBinAddr: 0x174BBC, symSize: 0x40 } + - { offsetInCU: 0x3744, offset: 0x1B25DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFAA11CurveVertexV_Tg5Tf4nnddn_n', symObjAddr: 0x16F4, symBinAddr: 0x174C34, symSize: 0x40 } + - { offsetInCU: 0x39F8, offset: 0x1B2891, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1734, symBinAddr: 0x174C74, symSize: 0x8 } + - { offsetInCU: 0x3A14, offset: 0x1B28AD, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1734, symBinAddr: 0x174C74, symSize: 0x8 } + - { offsetInCU: 0x3A28, offset: 0x1B28C1, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1734, symBinAddr: 0x174C74, symSize: 0x8 } + - { offsetInCU: 0x3A3A, offset: 0x1B28D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMi', symObjAddr: 0x173C, symBinAddr: 0x174C7C, symSize: 0x8 } + - { offsetInCU: 0x3A4E, offset: 0x1B28E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMr', symObjAddr: 0x1744, symBinAddr: 0x174C84, symSize: 0x6C } + - { offsetInCU: 0x3A62, offset: 0x1B28FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwCP', symObjAddr: 0x17B0, symBinAddr: 0x174CF0, symSize: 0x70 } + - { offsetInCU: 0x3A76, offset: 0x1B290F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwxx', symObjAddr: 0x1820, symBinAddr: 0x174D60, symSize: 0x10 } + - { offsetInCU: 0x3A8A, offset: 0x1B2923, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwcp', symObjAddr: 0x1830, symBinAddr: 0x174D70, symSize: 0x30 } + - { offsetInCU: 0x3A9E, offset: 0x1B2937, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwca', symObjAddr: 0x1860, symBinAddr: 0x174DA0, symSize: 0x30 } + - { offsetInCU: 0x3AB2, offset: 0x1B294B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwtk', symObjAddr: 0x1890, symBinAddr: 0x174DD0, symSize: 0x30 } + - { offsetInCU: 0x3AC6, offset: 0x1B295F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwta', symObjAddr: 0x18C0, symBinAddr: 0x174E00, symSize: 0x30 } + - { offsetInCU: 0x3ADA, offset: 0x1B2973, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwet', symObjAddr: 0x18F0, symBinAddr: 0x174E30, symSize: 0x10C } + - { offsetInCU: 0x3AEE, offset: 0x1B2987, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwst', symObjAddr: 0x19FC, symBinAddr: 0x174F3C, symSize: 0x1B8 } + - { offsetInCU: 0x3B02, offset: 0x1B299B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMa', symObjAddr: 0x1BB4, symBinAddr: 0x1750F4, symSize: 0xC } + - { offsetInCU: 0x4F, offset: 0x1B2DD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x175100, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1B2DFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x175148, symSize: 0x1D8 } + - { offsetInCU: 0xDC, offset: 0x1B2E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x220, symBinAddr: 0x175320, symSize: 0xE0 } + - { offsetInCU: 0x17B, offset: 0x1B2F03, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x300, symBinAddr: 0x175400, symSize: 0x140 } + - { offsetInCU: 0x1FE, offset: 0x1B2F86, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x175550, symSize: 0x64 } + - { offsetInCU: 0x241, offset: 0x1B2FC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B4, symBinAddr: 0x1755B4, symSize: 0x24 } + - { offsetInCU: 0x281, offset: 0x1B3009, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D8, symBinAddr: 0x1755D8, symSize: 0x4 } + - { offsetInCU: 0x2A1, offset: 0x1B3029, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D8, symBinAddr: 0x1755D8, symSize: 0x4 } + - { offsetInCU: 0x2CC, offset: 0x1B3054, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4DC, symBinAddr: 0x1755DC, symSize: 0x68 } + - { offsetInCU: 0x317, offset: 0x1B309F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x544, symBinAddr: 0x175644, symSize: 0xC } + - { offsetInCU: 0x333, offset: 0x1B30BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x550, symBinAddr: 0x175650, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x1B30D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO03rawD0SSvgTf4d_n', symObjAddr: 0x8C4, symBinAddr: 0x1757A8, symSize: 0xC } + - { offsetInCU: 0x38B, offset: 0x1B3113, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfD', symObjAddr: 0x5B4, symBinAddr: 0x1756B4, symSize: 0x2C } + - { offsetInCU: 0x45A, offset: 0x1B31E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfE', symObjAddr: 0x5AC, symBinAddr: 0x1756AC, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x1B320F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCMa', symObjAddr: 0x5E0, symBinAddr: 0x1756E0, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x1B3223, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs0E3KeyAAWl', symObjAddr: 0x664, symBinAddr: 0x175700, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x1B3237, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwet', symObjAddr: 0x8D8, symBinAddr: 0x1757B4, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x1B324B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwst', symObjAddr: 0x928, symBinAddr: 0x175804, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x1B325F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwug', symObjAddr: 0x9B4, symBinAddr: 0x175890, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x1B3273, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwup', symObjAddr: 0x9BC, symBinAddr: 0x175898, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x1B3287, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwui', symObjAddr: 0x9C0, symBinAddr: 0x17589C, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x1B329B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOMa', symObjAddr: 0x9C4, symBinAddr: 0x1758A0, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x1B32AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASQWb', symObjAddr: 0x9D4, symBinAddr: 0x1758B0, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x1B32C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFSQAAWl', symObjAddr: 0x9D8, symBinAddr: 0x1758B4, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x1B32D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA1C, symBinAddr: 0x1758F8, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x1B32EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA20, symBinAddr: 0x1758FC, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x1B32FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA64, symBinAddr: 0x175940, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x1B3313, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA68, symBinAddr: 0x175944, symSize: 0x44 } + - { offsetInCU: 0x5C5, offset: 0x1B334D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x440, symBinAddr: 0x175540, symSize: 0x4 } + - { offsetInCU: 0x5E5, offset: 0x1B336D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x440, symBinAddr: 0x175540, symSize: 0x4 } + - { offsetInCU: 0x605, offset: 0x1B338D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x444, symBinAddr: 0x175544, symSize: 0x4 } + - { offsetInCU: 0x625, offset: 0x1B33AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x444, symBinAddr: 0x175544, symSize: 0x4 } + - { offsetInCU: 0x645, offset: 0x1B33CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x448, symBinAddr: 0x175548, symSize: 0x4 } + - { offsetInCU: 0x665, offset: 0x1B33ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x448, symBinAddr: 0x175548, symSize: 0x4 } + - { offsetInCU: 0x685, offset: 0x1B340D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x44C, symBinAddr: 0x17554C, symSize: 0x4 } + - { offsetInCU: 0x6A5, offset: 0x1B342D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x44C, symBinAddr: 0x17554C, symSize: 0x4 } + - { offsetInCU: 0x6BC, offset: 0x1B3444, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x55C, symBinAddr: 0x17565C, symSize: 0x28 } + - { offsetInCU: 0x6D8, offset: 0x1B3460, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x584, symBinAddr: 0x175684, symSize: 0x28 } + - { offsetInCU: 0xCA, offset: 0x1B36E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeO8rawValueSSvg', symObjAddr: 0x1890, symBinAddr: 0x177218, symSize: 0x18 } + - { offsetInCU: 0x121, offset: 0x1B3737, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x18CC, symBinAddr: 0x177254, symSize: 0x64 } + - { offsetInCU: 0x187, offset: 0x1B379D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x1930, symBinAddr: 0x1772B8, symSize: 0x28 } + - { offsetInCU: 0x241, offset: 0x1B3857, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1A00, symBinAddr: 0x177388, symSize: 0x2F8 } + - { offsetInCU: 0x3BA, offset: 0x1B39D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1CF8, symBinAddr: 0x177680, symSize: 0x18 } + - { offsetInCU: 0x3FB, offset: 0x1B3A11, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1D34, symBinAddr: 0x1776BC, symSize: 0x70 } + - { offsetInCU: 0x42F, offset: 0x1B3A45, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1DA4, symBinAddr: 0x17772C, symSize: 0x28 } + - { offsetInCU: 0x44B, offset: 0x1B3A61, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1DCC, symBinAddr: 0x177754, symSize: 0x8 } + - { offsetInCU: 0x481, offset: 0x1B3A97, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1DD4, symBinAddr: 0x17775C, symSize: 0x74 } + - { offsetInCU: 0x4CC, offset: 0x1B3AE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1E48, symBinAddr: 0x1777D0, symSize: 0xC } + - { offsetInCU: 0x4E8, offset: 0x1B3AFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1E54, symBinAddr: 0x1777DC, symSize: 0xC } + - { offsetInCU: 0x523, offset: 0x1B3B39, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCfD', symObjAddr: 0x1EB0, symBinAddr: 0x177838, symSize: 0x24 } + - { offsetInCU: 0x56E, offset: 0x1B3B84, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC6encode2toys7Encoder_p_tKF', symObjAddr: 0x20BC, symBinAddr: 0x177A34, symSize: 0x168 } + - { offsetInCU: 0x5AD, offset: 0x1B3BC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x2224, symBinAddr: 0x177B9C, symSize: 0x1CC } + - { offsetInCU: 0x602, offset: 0x1B3C18, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x23F0, symBinAddr: 0x177D68, symSize: 0x54 } + - { offsetInCU: 0x639, offset: 0x1B3C4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2444, symBinAddr: 0x177DBC, symSize: 0x20 } + - { offsetInCU: 0x65D, offset: 0x1B3C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCMa', symObjAddr: 0x1ED4, symBinAddr: 0x17785C, symSize: 0x20 } + - { offsetInCU: 0x671, offset: 0x1B3C87, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwet', symObjAddr: 0x1F04, symBinAddr: 0x17787C, symSize: 0x90 } + - { offsetInCU: 0x685, offset: 0x1B3C9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwst', symObjAddr: 0x1F94, symBinAddr: 0x17790C, symSize: 0xBC } + - { offsetInCU: 0x699, offset: 0x1B3CAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwug', symObjAddr: 0x2050, symBinAddr: 0x1779C8, symSize: 0x8 } + - { offsetInCU: 0x6AD, offset: 0x1B3CC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwup', symObjAddr: 0x2058, symBinAddr: 0x1779D0, symSize: 0x4 } + - { offsetInCU: 0x6C1, offset: 0x1B3CD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwui', symObjAddr: 0x205C, symBinAddr: 0x1779D4, symSize: 0x8 } + - { offsetInCU: 0x6D5, offset: 0x1B3CEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOMa', symObjAddr: 0x2064, symBinAddr: 0x1779DC, symSize: 0x10 } + - { offsetInCU: 0x6E9, offset: 0x1B3CFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASQWb', symObjAddr: 0x2074, symBinAddr: 0x1779EC, symSize: 0x4 } + - { offsetInCU: 0x6FD, offset: 0x1B3D13, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSQAAWl', symObjAddr: 0x2078, symBinAddr: 0x1779F0, symSize: 0x44 } + - { offsetInCU: 0x711, offset: 0x1B3D27, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x24C8, symBinAddr: 0x177DDC, symSize: 0x44 } + - { offsetInCU: 0x725, offset: 0x1B3D3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSeAAWl', symObjAddr: 0x252C, symBinAddr: 0x177E20, symSize: 0x44 } + - { offsetInCU: 0x739, offset: 0x1B3D4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSEAAWl', symObjAddr: 0x2608, symBinAddr: 0x177E64, symSize: 0x44 } + - { offsetInCU: 0x74D, offset: 0x1B3D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSYAAWl', symObjAddr: 0x26F4, symBinAddr: 0x177F0C, symSize: 0x44 } + - { offsetInCU: 0x761, offset: 0x1B3D77, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwet', symObjAddr: 0x29CC, symBinAddr: 0x178164, symSize: 0x90 } + - { offsetInCU: 0x775, offset: 0x1B3D8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwst', symObjAddr: 0x2A5C, symBinAddr: 0x1781F4, symSize: 0xBC } + - { offsetInCU: 0x789, offset: 0x1B3D9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwug', symObjAddr: 0x2B18, symBinAddr: 0x1782B0, symSize: 0x8 } + - { offsetInCU: 0x79D, offset: 0x1B3DB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwup', symObjAddr: 0x2B20, symBinAddr: 0x1782B8, symSize: 0x4 } + - { offsetInCU: 0x7B1, offset: 0x1B3DC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwui', symObjAddr: 0x2B24, symBinAddr: 0x1782BC, symSize: 0xC } + - { offsetInCU: 0x7C5, offset: 0x1B3DDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOMa', symObjAddr: 0x2B30, symBinAddr: 0x1782C8, symSize: 0x10 } + - { offsetInCU: 0x7D9, offset: 0x1B3DEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASQWb', symObjAddr: 0x2B40, symBinAddr: 0x1782D8, symSize: 0x4 } + - { offsetInCU: 0x7ED, offset: 0x1B3E03, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAESQAAWl', symObjAddr: 0x2B44, symBinAddr: 0x1782DC, symSize: 0x44 } + - { offsetInCU: 0x801, offset: 0x1B3E17, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2B88, symBinAddr: 0x178320, symSize: 0x4 } + - { offsetInCU: 0x815, offset: 0x1B3E2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B8C, symBinAddr: 0x178324, symSize: 0x44 } + - { offsetInCU: 0x829, offset: 0x1B3E3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2BD0, symBinAddr: 0x178368, symSize: 0x4 } + - { offsetInCU: 0x83D, offset: 0x1B3E53, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2BD4, symBinAddr: 0x17836C, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x1B3EB4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x175988, symSize: 0x5C } + - { offsetInCU: 0x978, offset: 0x1B3F8E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x5C, symBinAddr: 0x1759E4, symSize: 0x5C } + - { offsetInCU: 0xA52, offset: 0x1B4068, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0xB8, symBinAddr: 0x175A40, symSize: 0xBC } + - { offsetInCU: 0xB15, offset: 0x1B412B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15RenderingEngineO_TB5', symObjAddr: 0x174, symBinAddr: 0x175AFC, symSize: 0x94 } + - { offsetInCU: 0xBC6, offset: 0x1B41DC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x208, symBinAddr: 0x175B90, symSize: 0x5C } + - { offsetInCU: 0xCA0, offset: 0x1B42B6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x264, symBinAddr: 0x175BEC, symSize: 0x5C } + - { offsetInCU: 0xD7A, offset: 0x1B4390, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x175C48, symSize: 0x5C } + - { offsetInCU: 0xE54, offset: 0x1B446A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x31C, symBinAddr: 0x175CA4, symSize: 0x5C } + - { offsetInCU: 0xF05, offset: 0x1B451B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x378, symBinAddr: 0x175D00, symSize: 0x5C } + - { offsetInCU: 0xFDF, offset: 0x1B45F5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x3D4, symBinAddr: 0x175D5C, symSize: 0x5C } + - { offsetInCU: 0x10B9, offset: 0x1B46CF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x430, symBinAddr: 0x175DB8, symSize: 0x68 } + - { offsetInCU: 0x1193, offset: 0x1B47A9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x498, symBinAddr: 0x175E20, symSize: 0x5C } + - { offsetInCU: 0x126D, offset: 0x1B4883, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x4F4, symBinAddr: 0x175E7C, symSize: 0x58 } + - { offsetInCU: 0x131E, offset: 0x1B4934, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x54C, symBinAddr: 0x175ED4, symSize: 0x68 } + - { offsetInCU: 0x13F8, offset: 0x1B4A0E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x5B4, symBinAddr: 0x175F3C, symSize: 0x5C } + - { offsetInCU: 0x14D2, offset: 0x1B4AE8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x610, symBinAddr: 0x175F98, symSize: 0x68 } + - { offsetInCU: 0x15AC, offset: 0x1B4BC2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x678, symBinAddr: 0x176000, symSize: 0x68 } + - { offsetInCU: 0x1686, offset: 0x1B4C9C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x6E0, symBinAddr: 0x176068, symSize: 0x5C } + - { offsetInCU: 0x1760, offset: 0x1B4D76, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0x73C, symBinAddr: 0x1760C4, symSize: 0x6C } + - { offsetInCU: 0x1811, offset: 0x1B4E27, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x7AC, symBinAddr: 0x176134, symSize: 0x5C } + - { offsetInCU: 0x18C2, offset: 0x1B4ED8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x808, symBinAddr: 0x176190, symSize: 0x5C } + - { offsetInCU: 0x199C, offset: 0x1B4FB2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x864, symBinAddr: 0x1761EC, symSize: 0x5C } + - { offsetInCU: 0x1A76, offset: 0x1B508C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x8C0, symBinAddr: 0x176248, symSize: 0x68 } + - { offsetInCU: 0x1B27, offset: 0x1B513D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x928, symBinAddr: 0x1762B0, symSize: 0x5C } + - { offsetInCU: 0x1BD8, offset: 0x1B51EE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x984, symBinAddr: 0x17630C, symSize: 0x68 } + - { offsetInCU: 0x1CB2, offset: 0x1B52C8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x9EC, symBinAddr: 0x176374, symSize: 0x5C } + - { offsetInCU: 0x1D8C, offset: 0x1B53A2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0xA48, symBinAddr: 0x1763D0, symSize: 0x68 } + - { offsetInCU: 0x1E66, offset: 0x1B547C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xB10, symBinAddr: 0x176498, symSize: 0x5C } + - { offsetInCU: 0x1F40, offset: 0x1B5556, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xB6C, symBinAddr: 0x1764F4, symSize: 0x5C } + - { offsetInCU: 0x1FB5, offset: 0x1B55CB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0xBC8, symBinAddr: 0x176550, symSize: 0x68 } + - { offsetInCU: 0x2008, offset: 0x1B561E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xC30, symBinAddr: 0x1765B8, symSize: 0x54 } + - { offsetInCU: 0x205B, offset: 0x1B5671, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xC84, symBinAddr: 0x17660C, symSize: 0x58 } + - { offsetInCU: 0x20D7, offset: 0x1B56ED, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xCDC, symBinAddr: 0x176664, symSize: 0x58 } + - { offsetInCU: 0x2153, offset: 0x1B5769, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xD34, symBinAddr: 0x1766BC, symSize: 0x58 } + - { offsetInCU: 0x21A6, offset: 0x1B57BC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xD8C, symBinAddr: 0x176714, symSize: 0x58 } + - { offsetInCU: 0x21F9, offset: 0x1B580F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xDE4, symBinAddr: 0x17676C, symSize: 0x58 } + - { offsetInCU: 0x224C, offset: 0x1B5862, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xE3C, symBinAddr: 0x1767C4, symSize: 0x58 } + - { offsetInCU: 0x22E6, offset: 0x1B58FC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xE98, symBinAddr: 0x176820, symSize: 0x58 } + - { offsetInCU: 0x2388, offset: 0x1B599E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xEF0, symBinAddr: 0x176878, symSize: 0x64 } + - { offsetInCU: 0x240C, offset: 0x1B5A22, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xF54, symBinAddr: 0x1768DC, symSize: 0x58 } + - { offsetInCU: 0x2488, offset: 0x1B5A9E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xFAC, symBinAddr: 0x176934, symSize: 0x64 } + - { offsetInCU: 0x2504, offset: 0x1B5B1A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x106C, symBinAddr: 0x1769F4, symSize: 0x58 } + - { offsetInCU: 0x2557, offset: 0x1B5B6D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x10C4, symBinAddr: 0x176A4C, symSize: 0x58 } + - { offsetInCU: 0x25D3, offset: 0x1B5BE9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x111C, symBinAddr: 0x176AA4, symSize: 0x58 } + - { offsetInCU: 0x264F, offset: 0x1B5C65, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x1174, symBinAddr: 0x176AFC, symSize: 0x90 } + - { offsetInCU: 0x26A2, offset: 0x1B5CB8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x1204, symBinAddr: 0x176B8C, symSize: 0x58 } + - { offsetInCU: 0x271E, offset: 0x1B5D34, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x125C, symBinAddr: 0x176BE4, symSize: 0x64 } + - { offsetInCU: 0x279A, offset: 0x1B5DB0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x12C0, symBinAddr: 0x176C48, symSize: 0xB8 } + - { offsetInCU: 0x27FF, offset: 0x1B5E15, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x1378, symBinAddr: 0x176D00, symSize: 0x58 } + - { offsetInCU: 0x287B, offset: 0x1B5E91, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x13D0, symBinAddr: 0x176D58, symSize: 0x64 } + - { offsetInCU: 0x28F7, offset: 0x1B5F0D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x1434, symBinAddr: 0x176DBC, symSize: 0x64 } + - { offsetInCU: 0x2973, offset: 0x1B5F89, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x1498, symBinAddr: 0x176E20, symSize: 0x58 } + - { offsetInCU: 0x29EF, offset: 0x1B6005, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x14F0, symBinAddr: 0x176E78, symSize: 0x64 } + - { offsetInCU: 0x2A6B, offset: 0x1B6081, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1554, symBinAddr: 0x176EDC, symSize: 0x64 } + - { offsetInCU: 0x2ABE, offset: 0x1B60D4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x15B8, symBinAddr: 0x176F40, symSize: 0x58 } + - { offsetInCU: 0x2B58, offset: 0x1B616E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x1610, symBinAddr: 0x176F98, symSize: 0x64 } + - { offsetInCU: 0x2BDC, offset: 0x1B61F2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x1674, symBinAddr: 0x176FFC, symSize: 0x58 } + - { offsetInCU: 0x2C76, offset: 0x1B628C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x16CC, symBinAddr: 0x177054, symSize: 0x58 } + - { offsetInCU: 0x2CFA, offset: 0x1B6310, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1724, symBinAddr: 0x1770AC, symSize: 0x64 } + - { offsetInCU: 0x2D76, offset: 0x1B638C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x1788, symBinAddr: 0x177110, symSize: 0x58 } + - { offsetInCU: 0x2DF2, offset: 0x1B6408, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x17E0, symBinAddr: 0x177168, symSize: 0x58 } + - { offsetInCU: 0x2E6E, offset: 0x1B6484, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x1838, symBinAddr: 0x1771C0, symSize: 0x58 } + - { offsetInCU: 0x2EEA, offset: 0x1B6500, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18A8, symBinAddr: 0x177230, symSize: 0xC } + - { offsetInCU: 0x2F06, offset: 0x1B651C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18B4, symBinAddr: 0x17723C, symSize: 0x8 } + - { offsetInCU: 0x2F22, offset: 0x1B6538, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18BC, symBinAddr: 0x177244, symSize: 0x8 } + - { offsetInCU: 0x2F36, offset: 0x1B654C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x18C4, symBinAddr: 0x17724C, symSize: 0x8 } + - { offsetInCU: 0x2F50, offset: 0x1B6566, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1958, symBinAddr: 0x1772E0, symSize: 0x5C } + - { offsetInCU: 0x2F73, offset: 0x1B6589, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x19B4, symBinAddr: 0x17733C, symSize: 0x4C } + - { offsetInCU: 0x2FD7, offset: 0x1B65ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1D10, symBinAddr: 0x177698, symSize: 0xC } + - { offsetInCU: 0x2FF3, offset: 0x1B6609, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1D1C, symBinAddr: 0x1776A4, symSize: 0x8 } + - { offsetInCU: 0x300F, offset: 0x1B6625, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1D24, symBinAddr: 0x1776AC, symSize: 0x8 } + - { offsetInCU: 0x3023, offset: 0x1B6639, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D2C, symBinAddr: 0x1776B4, symSize: 0x8 } + - { offsetInCU: 0x303D, offset: 0x1B6653, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1E60, symBinAddr: 0x1777E8, symSize: 0x28 } + - { offsetInCU: 0x3059, offset: 0x1B666F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1E88, symBinAddr: 0x177810, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1B6810, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1783B0, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x1B6834, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1783B0, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1B6859, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x1783F8, symSize: 0x194 } + - { offsetInCU: 0xF1, offset: 0x1B68D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1DC, symBinAddr: 0x17858C, symSize: 0xD4 } + - { offsetInCU: 0x183, offset: 0x1B6968, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B0, symBinAddr: 0x178660, symSize: 0x120 } + - { offsetInCU: 0x206, offset: 0x1B69EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0x178790, symSize: 0x64 } + - { offsetInCU: 0x249, offset: 0x1B6A2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x444, symBinAddr: 0x1787F4, symSize: 0x24 } + - { offsetInCU: 0x289, offset: 0x1B6A6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x178818, symSize: 0x4 } + - { offsetInCU: 0x2A9, offset: 0x1B6A8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x178818, symSize: 0x4 } + - { offsetInCU: 0x2D4, offset: 0x1B6AB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x46C, symBinAddr: 0x17881C, symSize: 0x68 } + - { offsetInCU: 0x31F, offset: 0x1B6B04, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4D4, symBinAddr: 0x178884, symSize: 0xC } + - { offsetInCU: 0x33B, offset: 0x1B6B20, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x178890, symSize: 0xC } + - { offsetInCU: 0x357, offset: 0x1B6B3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO11stringValueSSvgTf4d_n', symObjAddr: 0x994, symBinAddr: 0x178B78, symSize: 0x14 } + - { offsetInCU: 0x393, offset: 0x1B6B78, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfD', symObjAddr: 0x544, symBinAddr: 0x1788F4, symSize: 0x4C } + - { offsetInCU: 0x42F, offset: 0x1B6C14, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfE', symObjAddr: 0x53C, symBinAddr: 0x1788EC, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x1B6C6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCMa', symObjAddr: 0x590, symBinAddr: 0x178940, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x1B6C80, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs0E3KeyAAWl', symObjAddr: 0x614, symBinAddr: 0x178960, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x1B6C94, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwet', symObjAddr: 0x7C0, symBinAddr: 0x1789A4, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x1B6CA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwst', symObjAddr: 0x810, symBinAddr: 0x1789F4, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x1B6CBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwug', symObjAddr: 0x89C, symBinAddr: 0x178A80, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x1B6CD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwup', symObjAddr: 0x8A4, symBinAddr: 0x178A88, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x1B6CE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwui', symObjAddr: 0x8A8, symBinAddr: 0x178A8C, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x1B6CF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOMa', symObjAddr: 0x8AC, symBinAddr: 0x178A90, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x1B6D0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASQWb', symObjAddr: 0x8BC, symBinAddr: 0x178AA0, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x1B6D20, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFSQAAWl', symObjAddr: 0x8C0, symBinAddr: 0x178AA4, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x1B6D34, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x904, symBinAddr: 0x178AE8, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x1B6D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x908, symBinAddr: 0x178AEC, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x1B6D5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x94C, symBinAddr: 0x178B30, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x1B6D70, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x950, symBinAddr: 0x178B34, symSize: 0x44 } + - { offsetInCU: 0x5CB, offset: 0x1B6DB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x178780, symSize: 0x4 } + - { offsetInCU: 0x5EB, offset: 0x1B6DD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x178780, symSize: 0x4 } + - { offsetInCU: 0x60B, offset: 0x1B6DF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x178784, symSize: 0x4 } + - { offsetInCU: 0x62B, offset: 0x1B6E10, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x178784, symSize: 0x4 } + - { offsetInCU: 0x64B, offset: 0x1B6E30, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x178788, symSize: 0x4 } + - { offsetInCU: 0x66B, offset: 0x1B6E50, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x178788, symSize: 0x4 } + - { offsetInCU: 0x68B, offset: 0x1B6E70, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x17878C, symSize: 0x4 } + - { offsetInCU: 0x6AB, offset: 0x1B6E90, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x17878C, symSize: 0x4 } + - { offsetInCU: 0x6C2, offset: 0x1B6EA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4EC, symBinAddr: 0x17889C, symSize: 0x28 } + - { offsetInCU: 0x6DE, offset: 0x1B6EC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x514, symBinAddr: 0x1788C4, symSize: 0x28 } + - { offsetInCU: 0x118, offset: 0x1B71B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x328, symBinAddr: 0x178EB4, symSize: 0x18 } + - { offsetInCU: 0x1A9, offset: 0x1B7241, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH9hashValueSivgTW', symObjAddr: 0x340, symBinAddr: 0x178ECC, symSize: 0x44 } + - { offsetInCU: 0x28C, offset: 0x1B7324, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x384, symBinAddr: 0x178F10, symSize: 0x28 } + - { offsetInCU: 0x2FF, offset: 0x1B7397, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x3FC, symBinAddr: 0x178F88, symSize: 0x1C } + - { offsetInCU: 0x31B, offset: 0x1B73B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x3FC, symBinAddr: 0x178F88, symSize: 0x1C } + - { offsetInCU: 0x34B, offset: 0x1B73E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCfD', symObjAddr: 0x418, symBinAddr: 0x178FA4, symSize: 0x2C } + - { offsetInCU: 0x38F, offset: 0x1B7427, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKF', symObjAddr: 0x0, symBinAddr: 0x178B8C, symSize: 0x27C } + - { offsetInCU: 0x5DA, offset: 0x1B7672, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueV11descriptionSSvg', symObjAddr: 0x27C, symBinAddr: 0x178E08, symSize: 0xA0 } + - { offsetInCU: 0x6F0, offset: 0x1B7788, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x31C, symBinAddr: 0x178EA8, symSize: 0xC } + - { offsetInCU: 0x80C, offset: 0x1B78A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCMa', symObjAddr: 0x444, symBinAddr: 0x178FD0, symSize: 0x20 } + - { offsetInCU: 0x820, offset: 0x1B78B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwet', symObjAddr: 0x484, symBinAddr: 0x178FF0, symSize: 0x90 } + - { offsetInCU: 0x834, offset: 0x1B78CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwst', symObjAddr: 0x514, symBinAddr: 0x179080, symSize: 0xBC } + - { offsetInCU: 0x848, offset: 0x1B78E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwug', symObjAddr: 0x5D0, symBinAddr: 0x17913C, symSize: 0x8 } + - { offsetInCU: 0x85C, offset: 0x1B78F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwup', symObjAddr: 0x5D8, symBinAddr: 0x179144, symSize: 0x4 } + - { offsetInCU: 0x870, offset: 0x1B7908, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwui', symObjAddr: 0x5DC, symBinAddr: 0x179148, symSize: 0xC } + - { offsetInCU: 0x884, offset: 0x1B791C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOMa', symObjAddr: 0x5E8, symBinAddr: 0x179154, symSize: 0x10 } + - { offsetInCU: 0x898, offset: 0x1B7930, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVwCP', symObjAddr: 0x5F8, symBinAddr: 0x179164, symSize: 0x30 } + - { offsetInCU: 0x8AC, offset: 0x1B7944, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVMa', symObjAddr: 0x64C, symBinAddr: 0x1791AC, symSize: 0x10 } + - { offsetInCU: 0x8C0, offset: 0x1B7958, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASQWb', symObjAddr: 0x65C, symBinAddr: 0x1791BC, symSize: 0x4 } + - { offsetInCU: 0x8D4, offset: 0x1B796C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOAESQAAWl', symObjAddr: 0x660, symBinAddr: 0x1791C0, symSize: 0x44 } + - { offsetInCU: 0x906, offset: 0x1B799E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueC0SSvgTW', symObjAddr: 0x6A4, symBinAddr: 0x179204, symSize: 0x2C } + - { offsetInCU: 0x94C, offset: 0x1B79E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV018compatibilityIssueD0SSvg', symObjAddr: 0x6D0, symBinAddr: 0x179230, symSize: 0x7C } + - { offsetInCU: 0x96E, offset: 0x1B7A06, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueD0SSvgTW', symObjAddr: 0x74C, symBinAddr: 0x1792AC, symSize: 0x4 } + - { offsetInCU: 0x982, offset: 0x1B7A1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x830, symBinAddr: 0x1792B4, symSize: 0x8 } + - { offsetInCU: 0x9C6, offset: 0x1B7A5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA12LayerContextV_Tg5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0x8C0, symBinAddr: 0x1792BC, symSize: 0x2D0 } + - { offsetInCU: 0xCB7, offset: 0x1B7D4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA21LayerAnimationContextV_TB5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0xB90, symBinAddr: 0x17958C, symSize: 0x310 } + - { offsetInCU: 0xF94, offset: 0x1B802C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwug', symObjAddr: 0x10CC, symBinAddr: 0x179A78, symSize: 0x8 } + - { offsetInCU: 0xFA8, offset: 0x1B8040, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwup', symObjAddr: 0x10D4, symBinAddr: 0x179A80, symSize: 0x4 } + - { offsetInCU: 0xFBC, offset: 0x1B8054, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwui', symObjAddr: 0x10D8, symBinAddr: 0x179A84, symSize: 0x4 } + - { offsetInCU: 0xFD0, offset: 0x1B8068, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOMa', symObjAddr: 0x10DC, symBinAddr: 0x179A88, symSize: 0x10 } + - { offsetInCU: 0x1046, offset: 0x1B80DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3AC, symBinAddr: 0x178F38, symSize: 0x40 } + - { offsetInCU: 0x10E2, offset: 0x1B817A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP7_domainSSvgTW', symObjAddr: 0x3EC, symBinAddr: 0x178F78, symSize: 0x4 } + - { offsetInCU: 0x10FE, offset: 0x1B8196, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP5_codeSivgTW', symObjAddr: 0x3F0, symBinAddr: 0x178F7C, symSize: 0x4 } + - { offsetInCU: 0x111A, offset: 0x1B81B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x3F4, symBinAddr: 0x178F80, symSize: 0x4 } + - { offsetInCU: 0x1136, offset: 0x1B81CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x3F8, symBinAddr: 0x178F84, symSize: 0x4 } +... diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Headers/Lottie-Swift.h b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Headers/Lottie-Swift.h index 6dc7744..17af69f 100644 --- a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Headers/Lottie-Swift.h +++ b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Headers/Lottie-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) #ifndef LOTTIE_SWIFT_H #define LOTTIE_SWIFT_H #pragma clang diagnostic push @@ -24,10 +24,38 @@ #endif #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -62,53 +90,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif #endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif #endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif #endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif #endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif #endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif #endif #if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -128,28 +169,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) # endif #endif - #if !defined(SWIFT_PROTOCOL) # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA #endif - #if !defined(SWIFT_EXTENSION) # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) #endif - #if !defined(OBJC_DESIGNATED_INITIALIZER) # if __has_attribute(objc_designated_initializer) # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) # else -# define OBJC_DESIGNATED_INITIALIZER +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -178,18 +216,68 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) -# define IBSegueAction +# define IBSegueAction +#endif #endif -#if __has_feature(modules) +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif +@import CoreFoundation; @import CoreGraphics; @import Foundation; @import ObjectiveC; @@ -197,6 +285,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @import UIKit; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -204,6 +293,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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") @@ -212,8 +302,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSCoder; -@class NSNumber; @class UITouch; @class UIEvent; @@ -259,6 +349,7 @@ SWIFT_CLASS("_TtC6Lottie14AnimatedButton") /// An interactive switch with an ‘On’ and ‘Off’ state. When the user taps on the /// switch the state is toggled and the appropriate animation is played. /// Both the ‘On’ and ‘Off’ have an animation play range associated with their state. +/// Also available as a SwiftUI view (LottieSwitch). SWIFT_CLASS("_TtC6Lottie14AnimatedSwitch") @interface AnimatedSwitch : AnimatedControl - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; @@ -303,6 +394,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") /// Called by CoreAnimation to create a shadow copy of this layer /// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (void)addSublayer:(CALayer * _Nonnull)layer; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end @@ -327,6 +419,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") + @class NSString; @@ -357,6 +450,8 @@ SWIFT_CLASS("_TtC6Lottie26CompatibleAnimationKeypath") enum CompatibleRenderingEngineOption : NSInteger; @class NSURL; @class NSData; +@class CompatibleDictionaryTextProvider; +enum CompatibleBackgroundBehavior : NSInteger; @class UIColor; /// An Objective-C compatible wrapper around Lottie’s LottieAnimationView. @@ -381,9 +476,10 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") /// animation using the given rendering engine configuration. - (nonnull instancetype)initWithData:(NSData * _Nonnull)data compatibleRenderingEngineOption:(enum CompatibleRenderingEngineOption)compatibleRenderingEngineOption OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @property (nonatomic, strong) CompatibleAnimation * _Nullable compatibleAnimation; @property (nonatomic) CGFloat loopAnimationCount; +@property (nonatomic, strong) CompatibleDictionaryTextProvider * _Nullable compatibleDictionaryTextProvider; @property (nonatomic) UIViewContentMode contentMode; @property (nonatomic) BOOL shouldRasterizeWhenIdle; @property (nonatomic) CGFloat currentProgress; @@ -395,6 +491,7 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") @property (nonatomic) CGFloat animationSpeed; @property (nonatomic) BOOL respectAnimationFrameRate; @property (nonatomic, readonly) BOOL isAnimationPlaying; +@property (nonatomic) enum CompatibleBackgroundBehavior backgroundMode; - (void)play; - (void)playWithCompletion:(void (^ _Nullable)(BOOL))completion; /// Note: When calling this code from Objective-C, the method signature is @@ -423,6 +520,48 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") - (CGFloat)durationFrameTimeForMarker:(NSString * _Nonnull)named SWIFT_WARN_UNUSED_RESULT; @end +/// An Objective-C compatible version of LottieBackgroundBehavior. +typedef SWIFT_ENUM(NSInteger, CompatibleBackgroundBehavior, open) { +/// Stop the animation and reset it to the beginning of its current play time. The completion block is called. + CompatibleBackgroundBehaviorStop = 0, +/// Pause the animation in its current state. The completion block is called. + CompatibleBackgroundBehaviorPause = 1, +/// Pause the animation and restart it when the application moves to the foreground. +/// The completion block is stored and called when the animation completes. +///
                    +///
                  • +/// This is the default when using the Main Thread rendering engine. +///
                  • +///
                  + CompatibleBackgroundBehaviorPauseAndRestore = 2, +/// Stops the animation and sets it to the end of its current play time. The completion block is called. + CompatibleBackgroundBehaviorForceFinish = 3, +/// The animation continues playing in the background. +///
                    +///
                  • +/// This is the default when using the Core Animation rendering engine. +/// Playing an animation using the Core Animation engine doesn’t come with any CPU overhead, +/// so using .continuePlaying avoids the need to stop and then resume the animation +/// (which does come with some CPU overhead). +///
                  • +///
                  • +/// This mode should not be used with the Main Thread rendering engine. +///
                  • +///
                  + CompatibleBackgroundBehaviorContinuePlaying = 4, +}; + + +/// An Objective-C compatible wrapper around Lottie’s DictionaryTextProvider. +/// Use in tandem with CompatibleAnimationView to supply text to LottieAnimationView +/// when using Lottie in Objective-C. +SWIFT_CLASS("_TtC6Lottie32CompatibleDictionaryTextProvider") +@interface CompatibleDictionaryTextProvider : NSObject +- (nonnull instancetype)initWithValues:(NSDictionary * _Nonnull)values OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + /// An Objective-C compatible wrapper around Lottie’s RenderingEngineOption enum. Pass in an option /// to the CompatibleAnimationView initializers to configure the rendering engine for the view. typedef SWIFT_ENUM(NSInteger, CompatibleRenderingEngineOption, open) { @@ -490,6 +629,7 @@ SWIFT_CLASS("_TtC6Lottie10DebugLayer") + /// A CAGradientLayer subclass used to render a gradient outside the normal layer bounds ///
                    ///
                  • @@ -574,6 +714,23 @@ SWIFT_CLASS("_TtC6Lottie18InvertedMatteLayer") @end +/// A CALayer subclass for rendering Lottie animations. +///
                      +///
                    • +/// Also available as a SwiftUI view (LottieView) and a UIView subclass (LottieAnimationView) +///
                    • +///
                    +SWIFT_CLASS("_TtC6Lottie20LottieAnimationLayer") +@interface LottieAnimationLayer : CALayer +/// Called by CoreAnimation to create a shadow copy of this layer +/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init +- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + /// The base view for LottieAnimationView on iOS, tvOS, watchOS, and macCatalyst. /// Enables the LottieAnimationView implementation to be shared across platforms. SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @@ -588,6 +745,12 @@ SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @end +/// A UIView subclass for rendering Lottie animations. +///
                      +///
                    • +/// Also available as a SwiftUI view (LottieView) and a CALayer subclass (LottieAnimationLayer) +///
                    • +///
                    IB_DESIGNABLE SWIFT_CLASS("_TtC6Lottie19LottieAnimationView") @interface LottieAnimationView : LottieAnimationViewBase @@ -778,19 +941,24 @@ SWIFT_CLASS("_TtC6Lottie9TextLayer") /// The CALayer type responsible for only rendering the transform of a LayerModel SWIFT_CLASS("_TtC6Lottie14TransformLayer") @interface TransformLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)argument OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)__argument1 OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; @end + + +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) +// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) #ifndef LOTTIE_SWIFT_H #define LOTTIE_SWIFT_H #pragma clang diagnostic push @@ -814,10 +982,38 @@ SWIFT_CLASS("_TtC6Lottie14TransformLayer") #endif #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -852,53 +1048,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif #endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif #endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif #endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif #endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif #endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif #endif #if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -918,28 +1127,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) # endif #endif - #if !defined(SWIFT_PROTOCOL) # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA #endif - #if !defined(SWIFT_EXTENSION) # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) #endif - #if !defined(OBJC_DESIGNATED_INITIALIZER) # if __has_attribute(objc_designated_initializer) # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) # else -# define OBJC_DESIGNATED_INITIALIZER +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -968,18 +1174,68 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) -# define IBSegueAction +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif #endif -#if __has_feature(modules) +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif +@import CoreFoundation; @import CoreGraphics; @import Foundation; @import ObjectiveC; @@ -987,6 +1243,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @import UIKit; #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -994,6 +1251,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #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") @@ -1002,8 +1260,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # pragma pop_macro("any") #endif +#if defined(__OBJC__) @class NSCoder; -@class NSNumber; @class UITouch; @class UIEvent; @@ -1049,6 +1307,7 @@ SWIFT_CLASS("_TtC6Lottie14AnimatedButton") /// An interactive switch with an ‘On’ and ‘Off’ state. When the user taps on the /// switch the state is toggled and the appropriate animation is played. /// Both the ‘On’ and ‘Off’ have an animation play range associated with their state. +/// Also available as a SwiftUI view (LottieSwitch). SWIFT_CLASS("_TtC6Lottie14AnimatedSwitch") @interface AnimatedSwitch : AnimatedControl - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; @@ -1093,6 +1352,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") /// Called by CoreAnimation to create a shadow copy of this layer /// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (void)addSublayer:(CALayer * _Nonnull)layer; - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end @@ -1117,6 +1377,7 @@ SWIFT_CLASS("_TtC6Lottie20BaseCompositionLayer") + @class NSString; @@ -1147,6 +1408,8 @@ SWIFT_CLASS("_TtC6Lottie26CompatibleAnimationKeypath") enum CompatibleRenderingEngineOption : NSInteger; @class NSURL; @class NSData; +@class CompatibleDictionaryTextProvider; +enum CompatibleBackgroundBehavior : NSInteger; @class UIColor; /// An Objective-C compatible wrapper around Lottie’s LottieAnimationView. @@ -1171,9 +1434,10 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") /// animation using the given rendering engine configuration. - (nonnull instancetype)initWithData:(NSData * _Nonnull)data compatibleRenderingEngineOption:(enum CompatibleRenderingEngineOption)compatibleRenderingEngineOption OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER; -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; @property (nonatomic, strong) CompatibleAnimation * _Nullable compatibleAnimation; @property (nonatomic) CGFloat loopAnimationCount; +@property (nonatomic, strong) CompatibleDictionaryTextProvider * _Nullable compatibleDictionaryTextProvider; @property (nonatomic) UIViewContentMode contentMode; @property (nonatomic) BOOL shouldRasterizeWhenIdle; @property (nonatomic) CGFloat currentProgress; @@ -1185,6 +1449,7 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") @property (nonatomic) CGFloat animationSpeed; @property (nonatomic) BOOL respectAnimationFrameRate; @property (nonatomic, readonly) BOOL isAnimationPlaying; +@property (nonatomic) enum CompatibleBackgroundBehavior backgroundMode; - (void)play; - (void)playWithCompletion:(void (^ _Nullable)(BOOL))completion; /// Note: When calling this code from Objective-C, the method signature is @@ -1213,6 +1478,48 @@ SWIFT_CLASS("_TtC6Lottie23CompatibleAnimationView") - (CGFloat)durationFrameTimeForMarker:(NSString * _Nonnull)named SWIFT_WARN_UNUSED_RESULT; @end +/// An Objective-C compatible version of LottieBackgroundBehavior. +typedef SWIFT_ENUM(NSInteger, CompatibleBackgroundBehavior, open) { +/// Stop the animation and reset it to the beginning of its current play time. The completion block is called. + CompatibleBackgroundBehaviorStop = 0, +/// Pause the animation in its current state. The completion block is called. + CompatibleBackgroundBehaviorPause = 1, +/// Pause the animation and restart it when the application moves to the foreground. +/// The completion block is stored and called when the animation completes. +///
                      +///
                    • +/// This is the default when using the Main Thread rendering engine. +///
                    • +///
                    + CompatibleBackgroundBehaviorPauseAndRestore = 2, +/// Stops the animation and sets it to the end of its current play time. The completion block is called. + CompatibleBackgroundBehaviorForceFinish = 3, +/// The animation continues playing in the background. +///
                      +///
                    • +/// This is the default when using the Core Animation rendering engine. +/// Playing an animation using the Core Animation engine doesn’t come with any CPU overhead, +/// so using .continuePlaying avoids the need to stop and then resume the animation +/// (which does come with some CPU overhead). +///
                    • +///
                    • +/// This mode should not be used with the Main Thread rendering engine. +///
                    • +///
                    + CompatibleBackgroundBehaviorContinuePlaying = 4, +}; + + +/// An Objective-C compatible wrapper around Lottie’s DictionaryTextProvider. +/// Use in tandem with CompatibleAnimationView to supply text to LottieAnimationView +/// when using Lottie in Objective-C. +SWIFT_CLASS("_TtC6Lottie32CompatibleDictionaryTextProvider") +@interface CompatibleDictionaryTextProvider : NSObject +- (nonnull instancetype)initWithValues:(NSDictionary * _Nonnull)values OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + /// An Objective-C compatible wrapper around Lottie’s RenderingEngineOption enum. Pass in an option /// to the CompatibleAnimationView initializers to configure the rendering engine for the view. typedef SWIFT_ENUM(NSInteger, CompatibleRenderingEngineOption, open) { @@ -1280,6 +1587,7 @@ SWIFT_CLASS("_TtC6Lottie10DebugLayer") + /// A CAGradientLayer subclass used to render a gradient outside the normal layer bounds ///
                      ///
                    • @@ -1364,6 +1672,23 @@ SWIFT_CLASS("_TtC6Lottie18InvertedMatteLayer") @end +/// A CALayer subclass for rendering Lottie animations. +///
                        +///
                      • +/// Also available as a SwiftUI view (LottieView) and a UIView subclass (LottieAnimationView) +///
                      • +///
                      +SWIFT_CLASS("_TtC6Lottie20LottieAnimationLayer") +@interface LottieAnimationLayer : CALayer +/// Called by CoreAnimation to create a shadow copy of this layer +/// More details: https://developer.apple.com/documentation/quartzcore/calayer/1410842-init +- (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)_ OBJC_DESIGNATED_INITIALIZER; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + /// The base view for LottieAnimationView on iOS, tvOS, watchOS, and macCatalyst. /// Enables the LottieAnimationView implementation to be shared across platforms. SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @@ -1378,6 +1703,12 @@ SWIFT_CLASS("_TtC6Lottie23LottieAnimationViewBase") @end +/// A UIView subclass for rendering Lottie animations. +///
                        +///
                      • +/// Also available as a SwiftUI view (LottieView) and a CALayer subclass (LottieAnimationLayer) +///
                      • +///
                      IB_DESIGNABLE SWIFT_CLASS("_TtC6Lottie19LottieAnimationView") @interface LottieAnimationView : LottieAnimationViewBase @@ -1568,15 +1899,22 @@ SWIFT_CLASS("_TtC6Lottie9TextLayer") /// The CALayer type responsible for only rendering the transform of a LayerModel SWIFT_CLASS("_TtC6Lottie14TransformLayer") @interface TransformLayer : BaseCompositionLayer -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)argument OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)__argument1 OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)initWithLayer:(id _Nonnull)layer OBJC_DESIGNATED_INITIALIZER; @end + + +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif +#else +#error unsupported Swift architecture #endif diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Info.plist b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Info.plist index d64fd4d..c967b77 100644 Binary files a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Info.plist and b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Info.plist differ diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Lottie b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Lottie index ead6479..77b894c 100755 Binary files a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Lottie and b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Lottie differ diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.abi.json b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.abi.json new file mode 100644 index 0000000..c41a3d8 --- /dev/null +++ b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.abi.json @@ -0,0 +1,67010 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ImageAsset", + "printedName": "ImageAsset", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC4nameSSvp", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC4nameSSvg", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "directory", + "printedName": "directory", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC9directorySSvp", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC9directorySSvg", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC5widthSdvp", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC5widthSdvg", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC6heightSdvp", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC6heightSdvg", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Final", + "AccessControl", + "Override" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie10ImageAssetC", + "mangledName": "$s6Lottie10ImageAssetC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "superclassUsr": "s:6Lottie5AssetC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.Asset" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationLayer", + "printedName": "LottieAnimationLayer", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4stopyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pauseyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationLayerDidLoad", + "printedName": "animationLayerDidLoad", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLayer", + "printedName": "animationLayer", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "screenScale", + "printedName": "screenScale", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12reloadImagesyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForBackgroundState", + "printedName": "updateAnimationForBackgroundState()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForForegroundState", + "printedName": "updateAnimationForForegroundState(wasWaitingToPlayAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer(im)init", + "mangledName": "$s6Lottie0A14AnimationLayerCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer", + "mangledName": "$s6Lottie0A14AnimationLayerC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)CALayer", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "QuartzCore.CALayer", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieButton", + "printedName": "LottieButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:action:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "mangledName": "$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6ButtonV4bodyQrvp", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6ButtonV4bodyQrvg", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedButton) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromProgress:toProgress:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate12fromProgress02toE02onAC14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromMarker:toMarker:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6ButtonV", + "mangledName": "$s6Lottie0A6ButtonV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "children": [ + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationFontProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultFontProvider", + "printedName": "DefaultFontProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultFontProviderCACycfc", + "mangledName": "$s6Lottie19DefaultFontProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultFontProviderC", + "mangledName": "$s6Lottie19DefaultFontProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationCache", + "printedName": "LottieAnimationCache", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14AnimationCacheO", + "mangledName": "$s6Lottie0A14AnimationCacheO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultAnimationCache", + "printedName": "DefaultAnimationCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21DefaultAnimationCacheCACycfc", + "mangledName": "$s6Lottie21DefaultAnimationCacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC05clearD0yyF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC05clearD0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21DefaultAnimationCacheC", + "mangledName": "$s6Lottie21DefaultAnimationCacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngineOption", + "printedName": "RenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> (Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie21RenderingEngineOptionO", + "mangledName": "$s6Lottie21RenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngine", + "printedName": "RenderingEngine", + "children": [ + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO10mainThreadyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvp", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvg", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvp", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvg", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15RenderingEngineO", + "mangledName": "$s6Lottie15RenderingEngineO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FilepathImageProvider", + "printedName": "FilepathImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21FilepathImageProviderC", + "mangledName": "$s6Lottie21FilepathImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "children": [ + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "children": [ + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DictionaryTextProvider", + "printedName": "DictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "mangledName": "$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie22DictionaryTextProviderC", + "mangledName": "$s6Lottie22DictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextProvider", + "printedName": "DefaultTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultTextProviderCACycfc", + "mangledName": "$s6Lottie19DefaultTextProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultTextProviderC", + "mangledName": "$s6Lottie19DefaultTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CoordinateSpace", + "printedName": "CoordinateSpace", + "children": [ + { + "kind": "Var", + "name": "type2d", + "printedName": "type2d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type2dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type2dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "type3d", + "printedName": "type3d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type3dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type3dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CoordinateSpace?", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivp", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivg", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15CoordinateSpaceO", + "mangledName": "$s6Lottie15CoordinateSpaceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimation", + "printedName": "LottieAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionary:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "startFrame", + "printedName": "startFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endFrame", + "printedName": "endFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "framerate", + "printedName": "framerate", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC9framerateSdvp", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC9framerateSdvg", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "markerNames", + "printedName": "markerNames", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvp", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvg", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8durationSdvp", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8durationSdvg", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bounds", + "printedName": "bounds", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "filepath", + "printedName": "filepath(_:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(_:bundle:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(data:strategy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "mangledName": "$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:closure:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forFrame:clamped:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime8forFrame7clamped14CoreFoundation7CGFloatVAI_SbtF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime11forProgress14CoreFoundation7CGFloatVAH_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "time", + "printedName": "time(forFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4time8forFrameSd14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime03forD014CoreFoundation7CGFloatVSd_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A9AnimationC", + "mangledName": "$s6Lottie0A9AnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieSwitch", + "printedName": "LottieSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "mangledName": "$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6SwitchV4bodyQrvp", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6SwitchV4bodyQrvg", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isOn", + "printedName": "isOn(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "mangledName": "$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "onAnimation", + "printedName": "onAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "offAnimation", + "printedName": "offAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6SwitchV", + "mangledName": "$s6Lottie0A6SwitchV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "children": [ + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "mangledName": "$s6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "mangledName": "$s6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie22AnimationCacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject, τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieView", + "printedName": "LottieView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFile:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A4ViewV4bodyQrvp", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A4ViewV4bodyQrvg", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "mangledName": "$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resizable", + "printedName": "resizable()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9resizableACyxGyF", + "mangledName": "$s6Lottie0A4ViewV9resizableACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "intrinsicSize", + "printedName": "intrinsicSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "mangledName": "$s6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playACyxGyF", + "mangledName": "$s6Lottie0A4ViewV4playACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "looping", + "printedName": "looping()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7loopingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7loopingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "hasDefaultArg": true, + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "mangledName": "$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "mangledName": "$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7playingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paused", + "printedName": "paused(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "hasDefaultArg": true, + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playbackMode", + "printedName": "playbackMode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "mangledName": "$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationSpeed", + "printedName": "animationSpeed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "mangledName": "$s6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidLoad", + "printedName": "animationDidLoad(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "mangledName": "$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidFinish", + "printedName": "animationDidFinish(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "mangledName": "$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "mangledName": "$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "accessibilityLabel", + "printedName": "accessibilityLabel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "mangledName": "$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logger", + "printedName": "logger(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "mangledName": "$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "imageProvider", + "printedName": "imageProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationImageProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textProvider", + "printedName": "textProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationKeypathTextProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fontProvider", + "printedName": "fontProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationFontProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnyValueProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentProgress", + "printedName": "currentProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV15currentProgressyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentFrame", + "printedName": "currentFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12currentFrameyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV12currentFrameyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentTime", + "printedName": "currentTime(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "mangledName": "$s6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadAnimationTrigger", + "printedName": "reloadAnimationTrigger(_:showPlaceholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationProgress", + "printedName": "getRealtimeAnimationProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationFrame", + "printedName": "getRealtimeAnimationFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dotLottieConfigurationComponents", + "printedName": "dotLottieConfigurationComponents(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "mangledName": "$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A4ViewV", + "mangledName": "$s6Lottie0A4ViewV", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationSource", + "printedName": "LottieAnimationSource", + "children": [ + { + "kind": "Var", + "name": "lottieAnimation", + "printedName": "lottieAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dotLottieFile", + "printedName": "dotLottieFile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A15AnimationSourceO", + "mangledName": "$s6Lottie0A15AnimationSourceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Asset", + "printedName": "Asset", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Asset", + "printedName": "Lottie.Asset", + "usr": "s:6Lottie5AssetC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie5AssetC2idSSvp", + "mangledName": "$s6Lottie5AssetC2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "Final", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie5AssetC2idSSvg", + "mangledName": "$s6Lottie5AssetC2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie5AssetC", + "mangledName": "$s6Lottie5AssetC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "SizeValueProvider", + "printedName": "SizeValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderC5blockACSo6CGSizeV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "mangledName": "$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie17SizeValueProviderC", + "mangledName": "$s6Lottie17SizeValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOption", + "printedName": "ReducedMotionOption", + "children": [ + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dynamic", + "printedName": "dynamic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable)", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOptionProvider", + "printedName": "Lottie.ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnyHashable", + "printedName": "Swift.AnyHashable", + "usr": "s:s11AnyHashableV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "systemReducedMotionToggle", + "printedName": "systemReducedMotionToggle", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivp", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivg", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie19ReducedMotionOptionO", + "mangledName": "$s6Lottie19ReducedMotionOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionMode", + "printedName": "ReducedMotionMode", + "children": [ + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivp", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivg", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie17ReducedMotionModeO", + "mangledName": "$s6Lottie17ReducedMotionModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "children": [ + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.ReducedMotionOptionProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SystemReducedMotionOptionProvider", + "printedName": "SystemReducedMotionOptionProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "SystemReducedMotionOptionProvider", + "printedName": "Lottie.SystemReducedMotionOptionProvider", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderVACycfc", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderVACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "OperatorDecl", + "name": "+|", + "printedName": "+|", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "OperatorDecl", + "name": "+-", + "printedName": "+-", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimation", + "printedName": "CompatibleAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:subdirectory:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)initWithName:subdirectory:bundle:", + "mangledName": "$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc", + "moduleName": "Lottie", + "objc_name": "initWithName:subdirectory:bundle:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)init", + "mangledName": "$s6Lottie19CompatibleAnimationCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation", + "mangledName": "$s6Lottie19CompatibleAnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleRenderingEngineOption", + "printedName": "CompatibleRenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionShared", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO6sharedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "defaultEngine", + "printedName": "defaultEngine", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionDefaultEngine", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO07defaultD0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionAutomatic", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionMainThread", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionCoreAnimation", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Function", + "name": "generateLottieConfiguration", + "printedName": "generateLottieConfiguration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Func", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleRenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleBackgroundBehavior", + "printedName": "CompatibleBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorStop", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPause", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPauseAndRestore", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorForceFinish", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorContinuePlaying", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleBackgroundBehavior?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationView", + "printedName": "CompatibleAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "compatibleAnimation", + "printedName": "compatibleAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopAnimationCount", + "printedName": "loopAnimationCount", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setLoopAnimationCount:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC04loopC5Count14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "compatibleDictionaryTextProvider", + "printedName": "compatibleDictionaryTextProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleDictionaryTextProvider:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setContentMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setShouldRasterizeWhenIdle:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentProgress:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentTime:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setAnimationSpeed:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setRespectAnimationFrameRate:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundMode", + "printedName": "backgroundMode", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setBackgroundMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)play", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4playyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithCompletion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "objc_name": "playWithCompletion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromProgress:toProgress:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromProgress:toProgress:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromFrame:toFrame:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromFrame:toFrame:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromMarker:toMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromMarker:toMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playWithMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)stop", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)pause", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)reloadImages", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)forceDisplayUpdate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)logHierarchyKeypaths", + "mangledName": "$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setColorValue", + "printedName": "setColorValue(_:forKeypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setColorValue:forKeypath:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getColorValue", + "printedName": "getColorValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIColor?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getColorValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getColorValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)addSubview:forLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(rect:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithRect:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithRect:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(point:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithPoint:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithPoint:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)progressTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "progressTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)frameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "frameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)durationFrameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "durationFrameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView", + "mangledName": "$s6Lottie23CompatibleAnimationViewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleDictionaryTextProvider", + "printedName": "CompatibleDictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(values:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)initWithValues:", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithValues:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)init", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ColorFormatDenominator", + "printedName": "ColorFormatDenominator", + "children": [ + { + "kind": "Var", + "name": "One", + "printedName": "One", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "OneHundred", + "printedName": "OneHundred", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "TwoFiftyFive", + "printedName": "TwoFiftyFive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivp", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivg", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie22ColorFormatDenominatorO", + "mangledName": "$s6Lottie22ColorFormatDenominatorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieColor", + "printedName": "LottieColor", + "children": [ + { + "kind": "Var", + "name": "r", + "printedName": "r", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1rSdvp", + "mangledName": "$s6Lottie0A5ColorV1rSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvg", + "mangledName": "$s6Lottie0A5ColorV1rSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvs", + "mangledName": "$s6Lottie0A5ColorV1rSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvM", + "mangledName": "$s6Lottie0A5ColorV1rSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "g", + "printedName": "g", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1gSdvp", + "mangledName": "$s6Lottie0A5ColorV1gSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvg", + "mangledName": "$s6Lottie0A5ColorV1gSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvs", + "mangledName": "$s6Lottie0A5ColorV1gSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvM", + "mangledName": "$s6Lottie0A5ColorV1gSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "b", + "printedName": "b", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1bSdvp", + "mangledName": "$s6Lottie0A5ColorV1bSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvg", + "mangledName": "$s6Lottie0A5ColorV1bSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvs", + "mangledName": "$s6Lottie0A5ColorV1bSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvM", + "mangledName": "$s6Lottie0A5ColorV1bSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "a", + "printedName": "a", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1aSdvp", + "mangledName": "$s6Lottie0A5ColorV1aSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvg", + "mangledName": "$s6Lottie0A5ColorV1aSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvs", + "mangledName": "$s6Lottie0A5ColorV1aSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvM", + "mangledName": "$s6Lottie0A5ColorV1aSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(r:g:b:a:denominator:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "hasDefaultArg": true, + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "mangledName": "$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV9hashValueSivp", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV9hashValueSivg", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A5ColorV", + "mangledName": "$s6Lottie0A5ColorV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ColorValueProvider", + "printedName": "ColorValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottieColor", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderC5blockAcA0aB0V14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18ColorValueProviderC", + "mangledName": "$s6Lottie18ColorValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypath", + "printedName": "AnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "keys", + "printedName": "keys", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvp", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvg", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvp", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvg", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivp", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivg", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie16AnimationKeypathV", + "mangledName": "$s6Lottie16AnimationKeypathV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieConfiguration", + "printedName": "LottieConfiguration", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(renderingEngine:decodingStrategy:colorSpace:reducedMotionOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "hasDefaultArg": true, + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "hasDefaultArg": true, + "usr": "c:@T@CGColorSpaceRef" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "hasDefaultArg": true, + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvpZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvgZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvsZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvMZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renderingEngine", + "printedName": "renderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "decodingStrategy", + "printedName": "decodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotionOption", + "printedName": "reducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "colorSpace", + "printedName": "colorSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivp", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivg", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A13ConfigurationV", + "mangledName": "$s6Lottie0A13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieVector2D", + "printedName": "LottieVector2D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector2DV", + "mangledName": "$s6Lottie0A8Vector2DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottiePlaybackMode", + "printedName": "LottiePlaybackMode", + "children": [ + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(at: Lottie.LottiePlaybackMode.PausedState)", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "playing", + "printedName": "playing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO8progressyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO8progressyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5frameyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5frameyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5pauseyA2CmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5pauseyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO12fromProgressyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO12fromProgressyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO9fromFrameyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO9fromFrameyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "TypeDecl", + "name": "PausedState", + "printedName": "PausedState", + "children": [ + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO8progressyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO8progressyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO5frameyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO5frameyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, position: Lottie.LottieMarkerPosition)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PlaybackMode", + "printedName": "PlaybackMode", + "children": [ + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvpZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvgZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO10toProgress_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO10toProgress_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO7toFrame_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO7toFrame_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO", + "mangledName": "$s6Lottie0A12PlaybackModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieMarkerPosition", + "printedName": "LottieMarkerPosition", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO5startyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO5startyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO3endyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO3endyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivp", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivg", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14MarkerPositionO", + "mangledName": "$s6Lottie0A14MarkerPositionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DecodingStrategy", + "printedName": "DecodingStrategy", + "children": [ + { + "kind": "Var", + "name": "legacyCodable", + "printedName": "legacyCodable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dictionaryBased", + "printedName": "dictionaryBased", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivp", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivg", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie16DecodingStrategyO", + "mangledName": "$s6Lottie16DecodingStrategyO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedControl", + "printedName": "AnimatedControl", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)init", + "mangledName": "$s6Lottie15AnimatedControlCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedControl?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithCoder:", + "mangledName": "$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "isEnabled", + "printedName": "isEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)enabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "enabled", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isEnabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isEnabled", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setEnabled:", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setEnabled:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isSelected", + "printedName": "isSelected", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)selected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "selected", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isSelected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isSelected", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setSelected:", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setSelected:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isHighlighted", + "printedName": "isHighlighted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)highlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "highlighted", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isHighlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isHighlighted", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setHighlighted:", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setHighlighted:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "continueTracking", + "printedName": "continueTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)continueTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC16continueTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "continueTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancelTracking", + "printedName": "cancelTracking(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)cancelTrackingWithEvent:", + "mangledName": "$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "cancelTrackingWithEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC15animationDidSetyyF", + "mangledName": "$s6Lottie15AnimatedControlC15animationDidSetyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationView", + "printedName": "animationView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setLayer", + "printedName": "setLayer(named:forState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "State", + "printedName": "UIKit.UIControl.State", + "usr": "c:@E@UIControlState" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "mangledName": "$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "mangledName": "$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithFrame:", + "mangledName": "$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl", + "mangledName": "$s6Lottie15AnimatedControlC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIControl", + "superclassNames": [ + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedButton", + "printedName": "AnimatedButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)init", + "mangledName": "$s6Lottie14AnimatedButtonCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedButton?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "performAction", + "printedName": "performAction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvp", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvg", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvs", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvM", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromProgress:toProgress:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromMarker:toMarker:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton", + "mangledName": "$s6Lottie14AnimatedButtonC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "children": [ + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvp", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvg", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "typeErasedStorage", + "printedName": "typeErasedStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderP9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "value", + "printedName": "value(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderPAAE5value5frameyp14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ValueProviderStorage", + "printedName": "ValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> ([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe<τ_0_0>]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO7closureyACyxGx14CoreFoundation7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO7closureyACyxGx12CoreGraphics7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie20ValueProviderStorageO", + "mangledName": "$s6Lottie20ValueProviderStorageO", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProviderStorage", + "printedName": "AnyValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> ([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Lottie.Keyframe], interpolate: (CoreGraphics.CGFloat) -> Any)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp14CoreFoundation7CGFloatVctcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp12CoreGraphics7CGFloatVctcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO7closureyACyp14CoreFoundation7CGFloatVccACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO7closureyACyp12CoreGraphics7CGFloatVccACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie23AnyValueProviderStorageO", + "mangledName": "$s6Lottie23AnyValueProviderStorageO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedSwitch", + "printedName": "AnimatedSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)init", + "mangledName": "$s6Lottie14AnimatedSwitchCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedSwitch?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC15animationDidSetyyF", + "mangledName": "$s6Lottie14AnimatedSwitchC15animationDidSetyyF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "CancelBehavior", + "printedName": "CancelBehavior", + "children": [ + { + "kind": "Var", + "name": "reverse", + "printedName": "reverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Var", + "name": "cancelBehavior", + "printedName": "cancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animateUpdateWhenChangingAnimation", + "printedName": "animateUpdateWhenChangingAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "stateUpdated", + "printedName": "stateUpdated", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isOn", + "printedName": "isOn", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setIsOn", + "printedName": "setIsOn(_:animated:shouldFireHaptics:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "mangledName": "$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setProgressForState", + "printedName": "setProgressForState(fromProgress:toProgress:forOnState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y14CoreFoundation7CGFloatV_AJSbtF", + "mangledName": "$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch", + "mangledName": "$s6Lottie14AnimatedSwitchC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector1D", + "printedName": "LottieVector1D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DVyACSdcfc", + "mangledName": "$s6Lottie0A8Vector1DVyACSdcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV5valueSdvp", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV5valueSdvg", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector1DV", + "mangledName": "$s6Lottie0A8Vector1DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector3D", + "printedName": "LottieVector3D", + "children": [ + { + "kind": "Var", + "name": "x", + "printedName": "x", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1xSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1xSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "y", + "printedName": "y", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1ySdvp", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1ySdvg", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "z", + "printedName": "z", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1zSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1zSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(x:y:z:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "mangledName": "$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "pointValue", + "printedName": "pointValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sizeValue", + "printedName": "sizeValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector3DV", + "mangledName": "$s6Lottie0A8Vector3DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieBackgroundBehavior", + "printedName": "LottieBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "default", + "printedName": "default(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A18BackgroundBehaviorO", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieLoopMode", + "printedName": "LottieLoopMode", + "children": [ + { + "kind": "Var", + "name": "playOnce", + "printedName": "playOnce", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO8playOnceyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO8playOnceyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loop", + "printedName": "loop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO4loopyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO4loopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "autoReverse", + "printedName": "autoReverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO11autoReverseyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO11autoReverseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeat", + "printedName": "repeat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO6repeatyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO6repeatyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeatBackwards", + "printedName": "repeatBackwards", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivp", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivg", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A8LoopModeO", + "mangledName": "$s6Lottie0A8LoopModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationView", + "printedName": "LottieAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationView?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithCoder:", + "mangledName": "$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4stopyyF", + "mangledName": "$s6Lottie0A13AnimationViewC4stopyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC5pauseyyF", + "mangledName": "$s6Lottie0A13AnimationViewC5pauseyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animateLayoutChangesWithCurrentCoreAnimationContext", + "printedName": "animateLayoutChangesWithCurrentCoreAnimationContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationQueued", + "printedName": "isAnimationQueued", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvp", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvg", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvs", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "viewportFrame", + "printedName": "viewportFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(py)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12reloadImagesyyF", + "mangledName": "$s6Lottie0A13AnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:bundle:subdirectory:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filePath:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:imageProvider:session:closure:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(asset:bundle:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieName:bundle:subdirectory:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFilePath:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieUrl:animationId:dotLottieCache:configuration:session:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieAsset:bundle:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView", + "mangledName": "$s6Lottie0A13AnimationViewC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "IBDesignable", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.LottieAnimationViewBase", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieError", + "printedName": "DotLottieError", + "children": [ + { + "kind": "Var", + "name": "noDataLoaded", + "printedName": "noDataLoaded", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "assetNotFound", + "printedName": "assetNotFound", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> (Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, bundle: Foundation.Bundle?)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "mangledName": "$s6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loadingFromAssetNotSupported", + "printedName": "loadingFromAssetNotSupported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidFileFormat", + "printedName": "invalidFileFormat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "invalidData", + "printedName": "invalidData", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "animationNotAvailable", + "printedName": "animationNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA5ErrorO", + "mangledName": "$s6Lottie03DotA5ErrorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FloatValueProvider", + "printedName": "FloatValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderC5blockAC14CoreFoundation7CGFloatVAGc_tcfc", + "mangledName": "$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderCyAC14CoreFoundation7CGFloatVcfc", + "mangledName": "$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "float", + "printedName": "float", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18FloatValueProviderC", + "mangledName": "$s6Lottie18FloatValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationKeypath", + "printedName": "CompatibleAnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeypath:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeypath:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeys:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeys:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "animationKeypath", + "printedName": "animationKeypath", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)init", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "children": [ + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "mangledName": "$s6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie03DotA13CacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LayerType", + "printedName": "LayerType", + "children": [ + { + "kind": "Var", + "name": "precomp", + "printedName": "precomp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7precompyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7precompyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "solid", + "printedName": "solid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5solidyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5solidyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "image", + "printedName": "image", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5imageyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5imageyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "null", + "printedName": "null", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4nullyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4nullyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "shape", + "printedName": "shape", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5shapeyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5shapeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4textyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4textyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LayerType?", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9LayerTypeO8rawValueSivp", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9LayerTypeO8rawValueSivg", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9LayerTypeO", + "mangledName": "$s6Lottie9LayerTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MatteType", + "printedName": "MatteType", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO4noneyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO4noneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "add", + "printedName": "add", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO3addyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO3addyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "invert", + "printedName": "invert", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO6invertyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO6invertyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.MatteType?", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9MatteTypeO8rawValueSivp", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9MatteTypeO8rawValueSivg", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9MatteTypeO", + "mangledName": "$s6Lottie9MatteTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "BlendMode", + "printedName": "BlendMode", + "children": [ + { + "kind": "Var", + "name": "normal", + "printedName": "normal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6normalyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6normalyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "multiply", + "printedName": "multiply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO8multiplyyA2CmF", + "mangledName": "$s6Lottie9BlendModeO8multiplyyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "screen", + "printedName": "screen", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6screenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6screenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "overlay", + "printedName": "overlay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7overlayyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7overlayyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "darken", + "printedName": "darken", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6darkenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6darkenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "lighten", + "printedName": "lighten", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7lightenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7lightenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorDodge", + "printedName": "colorDodge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10colorDodgeyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10colorDodgeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorBurn", + "printedName": "colorBurn", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9colorBurnyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9colorBurnyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hardLight", + "printedName": "hardLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9hardLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9hardLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "softLight", + "printedName": "softLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9softLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9softLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "difference", + "printedName": "difference", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10differenceyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10differenceyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "exclusion", + "printedName": "exclusion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9exclusionyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9exclusionyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hue", + "printedName": "hue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO3hueyA2CmF", + "mangledName": "$s6Lottie9BlendModeO3hueyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "saturation", + "printedName": "saturation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10saturationyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10saturationyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO5coloryA2CmF", + "mangledName": "$s6Lottie9BlendModeO5coloryA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "luminosity", + "printedName": "luminosity", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10luminosityyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10luminosityyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.BlendMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9BlendModeO8rawValueSivp", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9BlendModeO8rawValueSivg", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9BlendModeO", + "mangledName": "$s6Lottie9BlendModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieCache", + "printedName": "DotLottieCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA5CacheCACycfc", + "mangledName": "$s6Lottie03DotA5CacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvpZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvgZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivp", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivg", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivs", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivM", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC05clearC0yyF", + "mangledName": "$s6Lottie03DotA5CacheC05clearC0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "mangledName": "$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA5CacheC", + "mangledName": "$s6Lottie03DotA5CacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "GradientValueProvider", + "printedName": "GradientValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((CoreGraphics.CGFloat) -> [Swift.Double])?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG14CoreFoundation7CGFloatVc_SaySdGAKcSgtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "colors", + "printedName": "colors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "locations", + "printedName": "locations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvp", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvg", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvs", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvM", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21GradientValueProviderC", + "mangledName": "$s6Lottie21GradientValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfiguration", + "printedName": "DotLottieConfiguration", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "speed", + "printedName": "speed", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA13ConfigurationV", + "mangledName": "$s6Lottie03DotA13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfigurationComponents", + "printedName": "DotLottieConfigurationComponents", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "all", + "printedName": "all", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "BundleImageProvider", + "printedName": "BundleImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(bundle:searchPath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "mangledName": "$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19BundleImageProviderC", + "mangledName": "$s6Lottie19BundleImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationSubview", + "printedName": "AnimationSubview", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithFrame:", + "mangledName": "$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationSubview?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithCoder:", + "mangledName": "$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview", + "mangledName": "$s6Lottie16AnimationSubviewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationViewBase", + "printedName": "LottieAnimationViewBase", + "children": [ + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(py)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)setContentMode:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "didMoveToWindow", + "printedName": "didMoveToWindow()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)didMoveToWindow", + "mangledName": "$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "didMoveToWindow", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)layoutSubviews", + "mangledName": "$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithFrame:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationViewBase?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithCoder:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "mangledName": "$s6Lottie0A17AnimationViewBaseC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieFile", + "printedName": "DotLottieFile", + "children": [ + { + "kind": "TypeDecl", + "name": "Animation", + "printedName": "Animation", + "children": [ + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA4FileC9AnimationV", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "animations", + "printedName": "animations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SynchronouslyBlockingCurrentThread", + "printedName": "SynchronouslyBlockingCurrentThread", + "children": [ + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA4FileC", + "mangledName": "$s6Lottie03DotA4FileC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieLogger", + "printedName": "LottieLogger", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(assert:assertionFailure:warn:info:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.Bool, @autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.Bool, () -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "hasDefaultArg": true + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "mangledName": "$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC6sharedACvpZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvgZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvsZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvMZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "assert", + "printedName": "assert(_:_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "assertionFailure", + "printedName": "assertionFailure(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "warn", + "printedName": "warn(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "info", + "printedName": "info(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4infoyySSyXKF", + "mangledName": "$s6Lottie0A6LoggerC4infoyySSyXKF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "printToConsole", + "printedName": "printToConsole", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvpZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvgZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvgZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A6LoggerC", + "mangledName": "$s6Lottie0A6LoggerC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "zlib", + "printedName": "zlib", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Compression", + "printedName": "Compression", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "PointValueProvider", + "printedName": "PointValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGPoint", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderC5blockACSo7CGPointV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "mangledName": "$s6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "point", + "printedName": "point", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18PointValueProviderC", + "mangledName": "$s6Lottie18PointValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Keyframe", + "printedName": "Keyframe", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "mangledName": "$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(value:time:isHold:inTangent:outTangent:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_14CoreFoundation7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "mangledName": "$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC5valuexvp", + "mangledName": "$s6Lottie8KeyframeC5valuexvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC5valuexvg", + "mangledName": "$s6Lottie8KeyframeC5valuexvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isHold", + "printedName": "isHold", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC6isHoldSbvp", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC6isHoldSbvg", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "inTangent", + "printedName": "inTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "outTangent", + "printedName": "outTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialInTangent", + "printedName": "spatialInTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialOutTangent", + "printedName": "spatialOutTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie8KeyframeC", + "mangledName": "$s6Lottie8KeyframeC", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "children": [ + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Interpolatable", + "printedName": "Interpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatableP11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatableP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable, τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "children": [ + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "UIView", + "printedName": "UIView", + "declKind": "Class", + "usr": "c:objc(cs)UIView", + "moduleName": "UIKit", + "isOpen": true, + "objc_name": "UIView", + "declAttributes": [ + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIResponder", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CALayer", + "printedName": "CALayer", + "children": [ + { + "kind": "Function", + "name": "logLayerTree", + "printedName": "logLayerTree(withIndent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:So7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "mangledName": "$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)CALayer", + "moduleName": "QuartzCore", + "isOpen": true, + "intro_tvOS": "9.0", + "objc_name": "CALayer", + "declAttributes": [ + "Available", + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Array", + "printedName": "Array", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:Sa", + "mangledName": "$sSa", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "_DestructorSafeContainer", + "printedName": "_DestructorSafeContainer", + "usr": "s:s24_DestructorSafeContainerP", + "mangledName": "$ss24_DestructorSafeContainerP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ArrayProtocol", + "printedName": "_ArrayProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "_Buffer", + "printedName": "_Buffer", + "children": [ + { + "kind": "TypeNominal", + "name": "_ArrayBuffer", + "printedName": "Swift._ArrayBuffer<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s12_ArrayBufferV" + } + ] + } + ], + "usr": "s:s14_ArrayProtocolP", + "mangledName": "$ss14_ArrayProtocolP" + }, + { + "kind": "Conformance", + "name": "RandomAccessCollection", + "printedName": "RandomAccessCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sk", + "mangledName": "$sSk" + }, + { + "kind": "Conformance", + "name": "MutableCollection", + "printedName": "MutableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:SM", + "mangledName": "$sSM" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSArray", + "printedName": "Foundation.NSArray", + "usr": "c:objc(cs)NSArray" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "ContiguousBytes", + "printedName": "ContiguousBytes", + "usr": "s:10Foundation15ContiguousBytesP", + "mangledName": "$s10Foundation15ContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DataProtocol", + "printedName": "DataProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "Regions", + "printedName": "Regions", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionOfOne", + "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt8]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt8", + "printedName": "Swift.UInt8", + "usr": "s:s5UInt8V" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s15CollectionOfOneV" + } + ] + } + ], + "usr": "s:10Foundation12DataProtocolP", + "mangledName": "$s10Foundation12DataProtocolP" + }, + { + "kind": "Conformance", + "name": "MutableDataProtocol", + "printedName": "MutableDataProtocol", + "usr": "s:10Foundation19MutableDataProtocolP", + "mangledName": "$s10Foundation19MutableDataProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Bundle", + "printedName": "Bundle", + "declKind": "Class", + "usr": "c:objc(cs)NSBundle", + "moduleName": "Foundation", + "isOpen": true, + "objc_name": "NSBundle", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGFloat", + "printedName": "CGFloat", + "declKind": "Struct", + "usr": "s:14CoreFoundation7CGFloatV", + "mangledName": "$s12CoreGraphics7CGFloatV", + "moduleName": "CoreFoundation", + "intro_Macosx": "10.0", + "intro_iOS": "2.0", + "intro_tvOS": "9.0", + "intro_watchOS": "1.0", + "declAttributes": [ + "Frozen", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "Available", + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Var", + "name": "lottieColorValue", + "printedName": "lottieColorValue", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGPoint", + "printedName": "CGPoint", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:So7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_14CoreFoundation7CGFloatVABSgALtF", + "mangledName": "$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGPoint", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Double", + "printedName": "Double", + "declKind": "Struct", + "usr": "s:Sd", + "mangledName": "$sSd", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Double.SIMD2Storage", + "usr": "s:Sd12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Double.SIMD4Storage", + "usr": "s:Sd12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Double.SIMD8Storage", + "usr": "s:Sd12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Double.SIMD16Storage", + "usr": "s:Sd13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Double.SIMD32Storage", + "usr": "s:Sd13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Double.SIMD64Storage", + "usr": "s:Sd13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGRect", + "printedName": "CGRect", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGRectV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGRect", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair, SwiftUI.AnimatablePair>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + }, + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGSize", + "printedName": "CGSize", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGSizeV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGSize", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DispatchQueue", + "printedName": "DispatchQueue", + "children": [ + { + "kind": "Var", + "name": "dotLottie", + "printedName": "dotLottie", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Var", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Accessor", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)OS_dispatch_queue", + "moduleName": "Dispatch", + "isOpen": true, + "objc_name": "OS_dispatch_queue", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "Sendable", + "HasMissingDesignatedInitializers", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)OS_dispatch_object", + "isExternal": true, + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Dispatch.DispatchObject", + "os_object.OS_object", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Scheduler", + "printedName": "Scheduler", + "children": [ + { + "kind": "TypeWitness", + "name": "SchedulerTimeType", + "printedName": "SchedulerTimeType", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerTimeType", + "printedName": "Dispatch.DispatchQueue.SchedulerTimeType", + "usr": "s:So17OS_dispatch_queueC8DispatchE17SchedulerTimeTypeV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SchedulerOptions", + "printedName": "SchedulerOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerOptions", + "printedName": "Dispatch.DispatchQueue.SchedulerOptions", + "usr": "s:So17OS_dispatch_queueC8DispatchE16SchedulerOptionsV" + } + ] + } + ], + "usr": "s:7Combine9SchedulerP", + "mangledName": "$s7Combine9SchedulerP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Float", + "printedName": "Float", + "declKind": "Struct", + "usr": "s:Sf", + "mangledName": "$sSf", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Float.SIMD2Storage", + "usr": "s:Sf12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Float.SIMD4Storage", + "usr": "s:Sf12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Float.SIMD8Storage", + "usr": "s:Sf12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Float.SIMD16Storage", + "usr": "s:Sf13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Float.SIMD32Storage", + "usr": "s:Sf13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Float.SIMD64Storage", + "usr": "s:Sf13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Optional", + "printedName": "Optional", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:Sq", + "mangledName": "$sSq", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "Gesture", + "printedName": "Gesture", + "children": [ + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI7GestureP", + "mangledName": "$s7SwiftUI7GestureP" + }, + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + }, + { + "kind": "Conformance", + "name": "ToolbarContent", + "printedName": "ToolbarContent", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI14ToolbarContentP", + "mangledName": "$s7SwiftUI14ToolbarContentP" + }, + { + "kind": "Conformance", + "name": "CustomizableToolbarContent", + "printedName": "CustomizableToolbarContent", + "usr": "s:7SwiftUI26CustomizableToolbarContentP", + "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 1936, + "length": 7, + "value": "\"width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 2039, + "length": 8, + "value": "\"height\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "Array", + "offset": 2473, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2957, + "length": 10, + "value": "\";base64,\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1176, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1255, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Lottie.ShapeLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1733, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2037, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2050, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2106, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 4881, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 5785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 10, + "value": "\"Lottie.GroupLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 8600, + "length": 17, + "value": "\"repeater copies\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 8644, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 10090, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 10114, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 11862, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12004, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12171, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12503, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12656, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 13924, + "length": 187, + "value": "\"The Core Animation rendering engine doesn't support applying separate x\/y scale values (x: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14047, + "length": 1, + "value": "\", y: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14062, + "length": 1, + "value": "\") to this stroke item (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14097, + "length": 1, + "value": "\").\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 14163, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15150, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15230, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15944, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 16071, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 18465, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19886, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 20363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 264, + "length": 7, + "value": "\"Lottie.Ellipse\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 973, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3294, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3718, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7882, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8834, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 12406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18430, + "length": 376, + "value": "\"`LottieBackgroundBehavior.continuePlaying` should not be used with the Main Thread\nrendering engine, since this would waste CPU resources on playing an animation\nthat is not visible. Consider using a different background mode, or switching to\nthe Core Animation rendering engine (which does not have any CPU overhead).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 21894, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22155, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22868, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24528, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25137, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 25453, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 26873, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 31688, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 36243, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38392, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38886, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 39527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 40063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 40882, + "length": 11, + "value": "\"sublayers\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43201, + "length": 79, + "value": "\"Encountered Core Animation compatibility issues while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43356, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43364, + "length": 6, + "value": "\"\n\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43385, + "length": 339, + "value": "\"This animation cannot be rendered correctly by the Core Animation engine.\nTo resolve this issue, you can use `RenderingEngineOption.automatic`, which automatically falls back\nto the Main Thread rendering engine when necessary, or just use `RenderingEngineOption.mainThread`.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44014, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44052, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45301, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45339, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 45388, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45813, + "length": 78, + "value": "\"Encountered Core Animation compatibility issue while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45963, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45971, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45986, + "length": 397, + "value": "\"This animation may have additional compatibility issues, but animation setup was cancelled early to avoid wasted work.\n\nAutomatically falling back to Main Thread rendering engine. This fallback comes with some additional performance\noverhead, which can be reduced by manually specifying that this animation should always use the Main Thread engine.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 46828, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49073, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49431, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 51455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 51990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52717, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 53122, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 53577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53748, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 54129, + "length": 8, + "value": "\"Lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 20, + "value": "\"Lottie.LottieAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56463, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56541, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56629, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 13, + "value": "\"* |Children\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 406, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 3, + "value": "\"|\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2801, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4717, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5943, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 715, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1129, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1390, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2554, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3491, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4032, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4423, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4551, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4677, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4780, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4974, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5076, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "BooleanLiteral", + "offset": 5236, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5279, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5583, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 492, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 500, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 804, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 931, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 950, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 961, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 7, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1641, + "length": 9, + "value": "\".lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 324, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 351, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 413, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 441, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 525, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 677, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "Array", + "offset": 824, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1198, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1587, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "FloatLiteral", + "offset": 2567, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2576, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2872, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 4028, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5313, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 599, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 627, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 633, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 786, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 911, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 933, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 990, + "length": 4, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 1023, + "length": 4, + "value": "\"|_\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1204, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 2516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3438, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3555, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3672, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "FloatLiteral", + "offset": 3675, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3680, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3720, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3723, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3841, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3864, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3959, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4149, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4251, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4294, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4297, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4412, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4435, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4537, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4540, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4583, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4586, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4704, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4727, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 332, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 406, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "Array", + "offset": 448, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 560, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 636, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 718, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1293, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1566, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1648, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1671, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2207, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2376, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2388, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2394, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2866, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/FontProvider\/AnimationFontProvider.swift", + "kind": "BooleanLiteral", + "offset": 860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 535, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 1351, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 2763, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 3271, + "length": 101, + "value": "\"The Core Animation rendering engine currently doesn't support text animators.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3873, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 186, + "length": 9, + "value": "\"Lottie.TextLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1415, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1543, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3150, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3176, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 4191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "FloatLiteral", + "offset": 4304, + "length": 6, + "value": "1000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 5558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 601, + "length": 20, + "value": "\"Lottie.TextCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1723, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1794, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2817, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2868, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3682, + "length": 6, + "value": "10000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/AnimationCache\/DefaultAnimationCache.swift", + "kind": "IntegerLiteral", + "offset": 1224, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2332, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2968, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3017, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3201, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3246, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerImageProvider.swift", + "kind": "Dictionary", + "offset": 459, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1238, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1892, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1929, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/TextProvider\/AnimationTextProvider.swift", + "kind": "BooleanLiteral", + "offset": 3899, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1140, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1632, + "length": 12, + "value": "\"X Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1676, + "length": 12, + "value": "\"Y Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "Array", + "offset": 2877, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3321, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "IntegerLiteral", + "offset": 3412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "FloatLiteral", + "offset": 3872, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 1744, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 3494, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 4143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 5435, + "length": 102, + "value": "[\"reduced motion\", \"reduced_motion\", \"reduced-motion\", \"reducedmotion\"]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 227, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "FloatLiteral", + "offset": 738, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "StringLiteral", + "offset": 1556, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2884, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 3344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4186, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 4911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5038, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5207, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5783, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 6132, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6579, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6748, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 706, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2155, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2164, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2172, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2600, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2905, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 3086, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7851, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7858, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7965, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7974, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7982, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8035, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8137, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8186, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 331, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 337, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 764, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 805, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 863, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 874, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 904, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 915, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 926, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 2, + "value": "-3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 961, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1063, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1083, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1155, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1177, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1186, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1210, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1369, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1503, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1530, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1732, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1792, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1865, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1880, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1973, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2158, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2175, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2285, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2308, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2325, + "length": 5, + "value": "-27.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2342, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2352, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2372, + "length": 4, + "value": "54.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2432, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2685, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2770, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2836, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2879, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2981, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2984, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3123, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3183, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3301, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3355, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3432, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3445, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3486, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 218, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 415, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 511, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1109, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1168, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1175, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1626, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2193, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2640, + "length": 7, + "value": "\"Angle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "Dictionary", + "offset": 3041, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 1046, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "Array", + "offset": 1216, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 1984, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2121, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2320, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3208, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3250, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 3335, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3639, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3923, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4058, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4575, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4615, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/SwiftUIView.swift", + "kind": "Array", + "offset": 1314, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 458, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1015, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1319, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "Array", + "offset": 1595, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 243, + "length": 20, + "value": "\"Lottie.MaskCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2246, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2562, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2575, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2631, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 352, + "length": 10, + "value": "0x06064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 10, + "value": "0x07064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1255, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1559, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2000, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2259, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2309, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2368, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2494, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2558, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4103, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4420, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4736, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4847, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5506, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5569, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5618, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6453, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6563, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1488, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3354, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3977, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 1078, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 2558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 525, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 1834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 2307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "StringLiteral", + "offset": 1513, + "length": 27, + "value": "\"Lottie.AnimationCompletionDelegate\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5751, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5755, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8480, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8698, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8956, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9835, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 13460, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 17756, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 21303, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22257, + "length": 67, + "value": "\"Failed to load asynchronous Lottie animation with error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22323, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 24126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/NodeProperty.swift", + "kind": "IntegerLiteral", + "offset": 453, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 943, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2844, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2857, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2913, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 2945, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3361, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3591, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3763, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 5467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 5958, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6763, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 6828, + "length": 36, + "value": "\"Lottie: Logging Animation Keypaths\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 348, + "length": 24, + "value": "\"Lottie.MainThreadAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 489, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 942, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.SolidCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 510, + "length": 30, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 529, + "length": 1, + "value": "\" (Content)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 598, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 902, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 971, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1369, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1999, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 20, + "value": "\"Lottie.BaseCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 590, + "length": 8, + "value": "\"Anchor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1291, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1509, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1742, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1978, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2214, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2760, + "length": 14, + "value": "\"Stroke Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3002, + "length": 12, + "value": "\"Fill Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3501, + "length": 10, + "value": "\"Tracking\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3727, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3936, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 4194, + "length": 22, + "value": "\"SelectedRangeOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5519, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 6023, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 7376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8327, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8389, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 8771, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9032, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 9385, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 807, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1060, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1147, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1297, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1380, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/ReducedMotionOption.swift", + "kind": "BooleanLiteral", + "offset": 2651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 840, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 994, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1735, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1776, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2138, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2183, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 4896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5290, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5815, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6331, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7638, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7660, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7727, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7847, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7897, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7979, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8182, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8239, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8362, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8786, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8926, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8952, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9272, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9435, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9558, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9586, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9613, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10049, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10062, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10535, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10615, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 11261, + "length": 4, + "value": "0.05" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11322, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 1328, + "length": 7, + "value": "0.55228" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1667, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 2479, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3619, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3673, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 442, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1394, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1796, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1816, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1892, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2195, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3801, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3856, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4093, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4146, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4295, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4862, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 4884, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4978, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5047, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5162, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5331, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6066, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6785, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7839, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8163, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8794, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8843, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 9479, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 10119, + "length": 57, + "value": "\"Vertex data does not match In Tangents and Out Tangents\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 10281, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 13490, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 13998, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 14041, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14718, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 328, + "length": 19, + "value": "\"Lottie.CompatibleAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7293, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7223, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "FloatLiteral", + "offset": 8127, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12172, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12199, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12252, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12491, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12546, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12573, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12601, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14128, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14617, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14723, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14808, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14891, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14972, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 15210, + "length": 32, + "value": "\"Lottie.CompatibleDictionaryTextProvider\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 418, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 653, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 778, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 853, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 874, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 909, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 929, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3104, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3654, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2144, + "length": 366, + "value": "\"`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2183, + "length": 1, + "value": "\"` animation for \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2234, + "length": 3, + "value": "\"\" includes an After Effects expression (https:\/\/helpx.adobe.com\/after-effects\/using\/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2942, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3893, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5249, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 5438, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11375, + "length": 55, + "value": "\"Cannot create point from keyframe with value \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11429, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 12556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 12976, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13125, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13271, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 14168, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15429, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15457, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15466, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15612, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15640, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16080, + "length": 52, + "value": "\"`values.count` must exactly equal `keyTimes.count`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16213, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16225, + "length": 63, + "value": "\"`timingFunctions.count` must exactly equal `values.count - 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16624, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16635, + "length": 56, + "value": "\"`keyTimes.count` must exactly equal `values.count + 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16745, + "length": 79, + "value": "\"Unexpected keyframe calculation mode \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16812, + "length": 1366, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17389, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17428, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "StringLiteral", + "offset": 426, + "length": 6, + "value": "\"Path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/URL+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 678, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 627, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 650, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 669, + "length": 8, + "value": "\"Offset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1575, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 1972, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 2032, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2206, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2213, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2276, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2286, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 2949, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3218, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3290, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3343, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3413, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3459, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3628, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4448, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 4813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 5690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 6086, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7760, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 7783, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8217, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8826, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8863, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 413, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 5, + "value": "0o644" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 5, + "value": "0o755" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 823, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 869, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 916, + "length": 10, + "value": "0x06054b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 964, + "length": 10, + "value": "0x04034b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1011, + "length": 10, + "value": "0x08074b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1060, + "length": 10, + "value": "0x02014b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 1093, + "length": 8, + "value": "\"memory\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 7252, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9257, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9276, + "length": 1, + "value": "\":\/\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10008, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10180, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10635, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10856, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 12529, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14638, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14745, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14815, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14870, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14934, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14987, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16580, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16684, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16797, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16908, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 811, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 2004, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 3490, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Dictionary", + "offset": 4209, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4810, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4858, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5036, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 5257, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6045, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6524, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6554, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6751, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6800, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6845, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7104, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7486, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7691, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7728, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7750, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1471, + "length": 57, + "value": "\"init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1527, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2071, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 2361, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 7927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8440, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 9075, + "length": 12, + "value": "\"root layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10090, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10812, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11364, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11744, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12303, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 219, + "length": 18, + "value": "\"Lottie.CoreAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12994, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13188, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15153, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15244, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 15857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 15905, + "length": 114, + "value": "\"The Core Animation rendering engine currently doesn't support `respectAnimationFrameRate`)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 16086, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17305, + "length": 77, + "value": "\"Cannot log hierarchy keypaths until animation has been set up at least once\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 17397, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17423, + "length": 69, + "value": "\"Lottie: Rebuilding animation with hierarchy keypath logging enabled\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18271, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18521, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18732, + "length": 104, + "value": "\"The Core Animation rendering engine doesn't support retrieving `CALayer`s by keypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18953, + "length": 84, + "value": "\"The Core Animation rendering engine does not use `AnimatorNode`s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20553, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20560, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20650, + "length": 235, + "value": "\"This animation has a very large number of layers with time remapping (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20764, + "length": 1, + "value": "\" layers over \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20802, + "length": 6, + "value": "\" frames) so will perform poorly with the Core Animation rendering engine.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21106, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 21468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21504, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 284, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 316, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 352, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 657, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1192, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1714, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1797, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1167, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1942, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 400, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "StringLiteral", + "offset": 602, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 866, + "length": 8, + "value": "0xFF0000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 879, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 885, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 8, + "value": "0x00FF00" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 938, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 943, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 8, + "value": "0x0000FF" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 993, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1313, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1796, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4114, + "length": 23, + "value": "\"transform.translation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4306, + "length": 25, + "value": "\"transform.translation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4505, + "length": 25, + "value": "\"transform.translation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4700, + "length": 17, + "value": "\"transform.scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4739, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4888, + "length": 19, + "value": "\"transform.scale.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4929, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5053, + "length": 19, + "value": "\"transform.scale.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5094, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5221, + "length": 22, + "value": "\"transform.rotation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5265, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5417, + "length": 22, + "value": "\"transform.rotation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5613, + "length": 22, + "value": "\"transform.rotation.z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5657, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6203, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6635, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6908, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7121, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7332, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7565, + "length": 4, + "value": "-3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8423, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8819, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 9025, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 10849, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11335, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11821, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 12298, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1641, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 101, + "length": 9, + "value": "\"Lottie.Rectangle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 643, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 719, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 684, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 801, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1107, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 405, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 812, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 970, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1334, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1818, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1825, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2180, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2189, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3393, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4638, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4933, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4940, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5198, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5207, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5215, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"Lottie.Repeater\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 4, + "value": "\"Lottie.Fill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "Array", + "offset": 293, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 551, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1774, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4548, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4598, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4648, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4939, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5049, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5560, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5639, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5667, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5681, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5768, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5782, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5824, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5952, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6000, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6014, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6056, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6112, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6126, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6553, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6743, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6778, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6852, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6985, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7018, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7176, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7202, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7232, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7478, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 1858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 4870, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 7143, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 8869, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/OpacityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1421, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 55, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2423, + "length": 1, + "value": "\" (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2457, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 84, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2881, + "length": 1, + "value": "\" (mask of \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2909, + "length": 1, + "value": "\") (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3152, + "length": 37, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3171, + "length": 1, + "value": "\" (parent, masked)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 4991, + "length": 5, + "value": "\"xor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1487, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1517, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2549, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2582, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2827, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2953, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 3146, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 5133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5188, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5846, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 438, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 610, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 776, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 785, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 793, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 941, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1616, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1746, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2275, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2577, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2871, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2880, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3181, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4833, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 105, + "length": 14, + "value": "\"Lottie.ShapeTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 262, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 297, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 338, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "BooleanLiteral", + "offset": 491, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "StringLiteral", + "offset": 3612, + "length": 201, + "value": "\"The Main Thread rendering engine doesn't currently support repeaters.\nTo play an animation with repeaters, you can use the Core Animation rendering engine instead.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 5, + "value": "\"Lottie.Merge\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 522, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 223, + "length": 13, + "value": "\"Lottie.RepeaterLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "Dictionary", + "offset": 5200, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5704, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6002, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6384, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6469, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6544, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6625, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "StringLiteral", + "offset": 936, + "length": 15, + "value": "\"Lottie.AnimatedControl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 458, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 762, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 775, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 831, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "Array", + "offset": 1991, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 12, + "value": "\"Lottie.PreCompLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 400, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 704, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 717, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 773, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 149, + "length": 10, + "value": "\"Lottie.SolidLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 122, + "length": 14, + "value": "\"Lottie.RoundedCorners\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TransformLayer.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 4672, + "length": 112, + "value": "\"`Transform` values must provide either `position` or `positionX` \/ `positionY` keyframes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 5169, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6157, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6547, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6948, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7215, + "length": 93, + "value": "\"`rotation.x` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7382, + "length": 93, + "value": "\"`rotation.y` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7849, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8054, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8460, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9890, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9898, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9906, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 9977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10046, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11624, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11949, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 12159, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1366, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1503, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1607, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1624, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1641, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1725, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1806, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1887, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2044, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2167, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2340, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2483, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2504, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2629, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "Array", + "offset": 2685, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4610, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 5151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "FloatLiteral", + "offset": 5434, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 962, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 996, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2080, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2445, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "FloatLiteral", + "offset": 2695, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 657, + "length": 91, + "value": "\"Expected old to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 698, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 91, + "value": "\"Expected new to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 944, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2176, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2799, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2803, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3006, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3822, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3827, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3906, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3914, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3972, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3984, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4220, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4560, + "length": 5, + "value": "0x400" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5659, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 5760, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5883, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6225, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6231, + "length": 4, + "value": "0x01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 8762, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9003, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9606, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12722, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1721, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 1866, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1989, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 2148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 736, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 757, + "length": 11, + "value": "\"Roundness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1652, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1818, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "FloatLiteral", + "offset": 2548, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 2701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4300, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4951, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5350, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6716, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "IntegerLiteral", + "offset": 1986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "BooleanLiteral", + "offset": 2005, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 315, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 340, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 422, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 451, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2512, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2566, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2618, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2654, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4646, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4674, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4716, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4756, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4785, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4818, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1895, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1926, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1982, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2005, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2036, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2092, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2915, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2930, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3222, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3226, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3373, + "length": 4, + "value": "1e-6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3491, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3504, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3794, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 797, + "length": 101, + "value": "\"Rounded corners support is not currently implemented for combined shape items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1389, + "length": 94, + "value": "\"Rounded corners support is currently not implemented for polygon items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1603, + "length": 42, + "value": "\"Unexpected shape type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1644, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2761, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5295, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5732, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5803, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5809, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6434, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6509, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6516, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6811, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6929, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8454, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 568, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 752, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 975, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 1459, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 446, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 501, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 522, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 768, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 977, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 747, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 926, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1092, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 21, + "value": "\"Lottie.ShapeCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 4480, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 5025, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7171, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1326, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "IntegerLiteral", + "offset": 1863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 4, + "value": "\"Lottie.Star\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 610, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1056, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2774, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 2892, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2982, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 3278, + "length": 12, + "value": "\"Time Remap\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 131, + "length": 19, + "value": "\"Lottie.PreCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 476, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 759, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 901, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1179, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1319, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1462, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1552, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1839, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1967, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2209, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2424, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3033, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3081, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3115, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3160, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3205, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3322, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3523, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 4823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5177, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5187, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5196, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5206, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5381, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5412, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5564, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5595, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5759, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5999, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 6018, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 6355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6404, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7139, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7407, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8369, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8415, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8422, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8741, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8795, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9266, + "length": 53, + "value": "\"Could not convert color \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9303, + "length": 2, + "value": "\" to RGB values.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9357, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9360, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9447, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10784, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10928, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 11310, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11656, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11753, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12135, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12325, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1505, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 1741, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1987, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 602, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 1760, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 754, + "length": 172, + "value": "\"The Core Animation rendering engine does not support animating multiple keyframes\nfor \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 870, + "length": 6, + "value": "\" values, due to limitations of Core Animation.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 979, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1101, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1127, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1532, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1879, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2118, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2313, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3182, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3849, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4678, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4829, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4878, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 5858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 6687, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6852, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6867, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6893, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6909, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 699, + "length": 196, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1025, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 216, + "value": "\"The Core Animation rendering engine currently doesn't support customizing \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1226, + "length": 3, + "value": "\"\" properties. Supported properties are: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2366, + "length": 202, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 175, + "value": "\"Could not convert value of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3027, + "length": 4, + "value": "\" from \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3052, + "length": 2, + "value": "\" to expected type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3105, + "length": 2656, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4345, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4588, + "length": 3, + "value": "\"^\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4664, + "length": 5, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4726, + "length": 3, + "value": "\"$\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5044, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5121, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5362, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5386, + "length": 1, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5398, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5475, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5683, + "length": 7, + "value": "\"[^.]+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 267, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 328, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 738, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 960, + "length": 12, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 966, + "length": 1, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StrokeAnimation.swift", + "kind": "StringLiteral", + "offset": 2279, + "length": 20, + "value": "\"stroke dashPattern\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 652, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 664, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 675, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 734, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 764, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 806, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 836, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1514, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1556, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2031, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2113, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2417, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2504, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2533, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "BooleanLiteral", + "offset": 812, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 5, + "value": "\"Lottie.Group\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 2295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 3480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 3990, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4078, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4122, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4166, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4210, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 5018, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5603, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5647, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5691, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5735, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5779, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5823, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5867, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 6704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7402, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7446, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7490, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7534, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7578, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7622, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7666, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7711, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 10139, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "FloatLiteral", + "offset": 11154, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 11551, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 11991, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 12426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13374, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3069, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3093, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 10452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14057, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 34406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35030, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35859, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 36384, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 36436, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37614, + "length": 50, + "value": "\"unsupported contentMode: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37663, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38527, + "length": 25, + "value": "\"LayoutPositionAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38578, + "length": 26, + "value": "\"LayoutTransformAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38820, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38866, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 38914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39106, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39206, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39250, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39477, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "FloatLiteral", + "offset": 40356, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 41884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 42193, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 1140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "StringLiteral", + "offset": 1774, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 2253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 4106, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 5550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTextProvider.swift", + "kind": "Array", + "offset": 328, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "BooleanLiteral", + "offset": 2916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieImageProvider.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 241, + "length": 12, + "value": "\"Lottie.GradientFill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 954, + "length": 7, + "value": "\"Style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1147, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1965, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2060, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 4, + "value": "\"Lottie.Trim\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 666, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 380, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1114, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1163, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1191, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1245, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1268, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1738, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1907, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1919, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3609, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3612, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3683, + "length": 12, + "value": "\"startPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3714, + "length": 10, + "value": "\"endPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3743, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3771, + "length": 11, + "value": "\"locations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3801, + "length": 8, + "value": "\"colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3828, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3855, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3887, + "length": 10, + "value": "\"isRadial\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3916, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4112, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4186, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4151, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 4228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4340, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4416, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4498, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "Array", + "offset": 1294, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1547, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "FloatLiteral", + "offset": 5664, + "length": 5, + "value": "0.999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5721, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5752, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6594, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "StringLiteral", + "offset": 6605, + "length": 62, + "value": "\"Each color must have RGB components and a location component\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6938, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7097, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7154, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7603, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7640, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7817, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 239, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 686, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "BooleanLiteral", + "offset": 1018, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 1155, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1057, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1398, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 314, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 972, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 26, + "value": "\"Lottie.CompatibleAnimationKeypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 766, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 910, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1166, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1783, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 2507, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "FloatLiteral", + "offset": 3561, + "length": 12, + "value": "1000000000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 4097, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 6153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 6949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 7023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "StringLiteral", + "offset": 7605, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 9489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10316, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10358, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10385, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10505, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 11473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12597, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12706, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12712, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12761, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12766, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12819, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12825, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12882, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12932, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12938, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13046, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13071, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13100, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13579, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13731, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13745, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13769, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13783, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13830, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13954, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13969, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13977, + "length": 3, + "value": "512" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14129, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14287, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14302, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14316, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 15282, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1106, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 18, + "value": "\"Lottie.InvertedMatteLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 694, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 710, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 770, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1021, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1575, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1683, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1690, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1705, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1720, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1735, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1998, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2077, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2083, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 916, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2608, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2814, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2820, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3363, + "length": 50, + "value": "\"Error when decoding lottie \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3400, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3412, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 4081, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 10225, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 15025, + "length": 30, + "value": "\"com.airbnb.lottie.dot-lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1933, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1117, + "length": 3, + "value": "375" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1130, + "length": 3, + "value": "150" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 1340, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6065, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6204, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 7130, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 564, + "length": 27, + "value": "\"Lottie.SwiftUIMeasurementContainer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 14216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 16576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16597, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 475, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 526, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 587, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 1881, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 1901, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1215, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1277, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1506, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1471, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1586, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1743, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1822, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "Array", + "offset": 2401, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2516, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2994, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 646, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1420, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1546, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "Array", + "offset": 1861, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 471, + "length": 18, + "value": "\"Lottie.MaskContainerLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1944, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1992, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2418, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2588, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2073, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4188, + "length": 7, + "value": "\"Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4211, + "length": 11, + "value": "\"Expansion\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 923, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 980, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1012, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1050, + "length": 15, + "value": "\"shadowOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1084, + "length": 14, + "value": "\"shadowOffset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 13, + "value": "\"shadowColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 14, + "value": "\"shadowRadius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1318, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1346, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1403, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1435, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1473, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 19, + "value": "\"Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2976, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Array", + "offset": 3382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 3521, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Dictionary", + "offset": 3926, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 16, + "value": "\"Lottie.CompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 809, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 942, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1038, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2517, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2626, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2838, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2940, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3042, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3134, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3235, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3542, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4039, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4092, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4141, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4189, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4237, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4467, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4517, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4565, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4620, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4675, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4735, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 5025, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6992, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7096, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7198, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7300, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7493, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7596, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7697, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7800, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7904, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8006, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8115, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8805, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8866, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 1702, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2184, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 2717, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3254, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3279, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3305, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3916, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4036, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4071, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4148, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4333, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4587, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/DataIDProviding.swift", + "kind": "StringLiteral", + "offset": 1690, + "length": 28, + "value": "\"DefaultDataID.noneProvided\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 922, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1341, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1432, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 779, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 1959, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 98, + "length": 6, + "value": "\"Lottie.Stroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CompositionLayersInitializer.swift", + "kind": "BooleanLiteral", + "offset": 815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "Array", + "offset": 286, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1856, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2058, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2105, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2131, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2185, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2310, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2330, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 2880, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2898, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 3014, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3288, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 4173, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 5, + "value": "\"Lottie.Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 562, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1677, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1683, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2238, + "length": 53, + "value": "\"Error when decoding animation \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2278, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2290, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3300, + "length": 135, + "value": "\"Failed to load animation from filepath \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3362, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3423, + "length": 1345, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4234, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4774, + "length": 165, + "value": "\"Failed to load animation with asset name \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 2, + "value": "\"\nin \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4866, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4927, + "length": 6638, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "BooleanLiteral", + "offset": 10105, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10273, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 2646, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 2796, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 2915, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 3035, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 3155, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 4850, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5044, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5247, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 617, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 890, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/Cache\/DotLottieCache.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2647, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5651, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5675, + "length": 4, + "value": "-0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6193, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1444, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 301, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 20, + "value": "\"Lottie.NullCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 1708, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2143, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2705, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2708, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4117, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4292, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4710, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5631, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6695, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6800, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10095, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10153, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 10218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 11153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11682, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12269, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12304, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12416, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12506, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12585, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12732, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12776, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12806, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 527, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 551, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 694, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1276, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 1765, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2024, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2235, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2457, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2477, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2546, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2663, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2961, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerFontProvider.swift", + "kind": "Array", + "offset": 365, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1632, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1950, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2289, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "Array", + "offset": 2465, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 3260, + "length": 24, + "value": "\"Missing keyframe data.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4080, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4299, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4361, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4591, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseAnimationLayer.swift", + "kind": "Array", + "offset": 781, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1848, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1938, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1972, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2104, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2134, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3350, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3754, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 4874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 1814, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2545, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 3128, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "StringLiteral", + "offset": 3244, + "length": 68, + "value": "\"Failed sanity check for old count with changes matching new count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 6923, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7339, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7356, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7379, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7710, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 2582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "Dictionary", + "offset": 2838, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 3677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2515, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2552, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2776, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2813, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 325, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 344, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 391, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 482, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 643, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 741, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 969, + "length": 5, + "value": "1.403" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 991, + "length": 5, + "value": "0.344" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1013, + "length": 5, + "value": "1.770" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1489, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1562, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1614, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1782, + "length": 5, + "value": "0.299" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1794, + "length": 5, + "value": "0.587" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1806, + "length": 5, + "value": "0.114" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1828, + "length": 8, + "value": "-0.14713" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1843, + "length": 7, + "value": "0.28886" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1857, + "length": 5, + "value": "0.436" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1879, + "length": 5, + "value": "0.615" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1891, + "length": 7, + "value": "0.51499" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1905, + "length": 7, + "value": "0.10001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2952, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 965, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1450, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1463, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1519, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5661, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6672, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 7702, + "length": 148, + "value": "\"The Core Animation rendering engine doesn't currently support applying\ntrims to filled shapes (only stroked shapes).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 7995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 8717, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 9855, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 256, + "length": 14, + "value": "\"Lottie.ShapeItemLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "BooleanLiteral", + "offset": 10576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 523, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 2797, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 10, + "value": "\"Lottie.ImageLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3630, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1647, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1771, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "FloatLiteral", + "offset": 1956, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "IntegerLiteral", + "offset": 852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "BooleanLiteral", + "offset": 1254, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 376, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 464, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 547, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 607, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 636, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 663, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 11, + "value": "\"fillColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 750, + "length": 13, + "value": "\"strokeColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 11, + "value": "\"lineWidth\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 12, + "value": "\"miterLimit\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 843, + "length": 15, + "value": "\"lineDashPhase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 904, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1266, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 177, + "length": 16, + "value": "\"Lottie.ShapeRenderLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 962, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1173, + "length": 39, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1211, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1334, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1421, + "length": 35, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1567, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2173, + "length": 15, + "value": "\"manifest.json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2233, + "length": 12, + "value": "\"animations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2286, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 2755, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 3309, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 3412, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 1894, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "FloatLiteral", + "offset": 1922, + "length": 6, + "value": "0.5519" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2007, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2219, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 2498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 3059, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3332, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3590, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3614, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4169, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4370, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4389, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1061, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 14, + "value": "\"Shadow Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 562, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 11, + "value": "\"Direction\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 917, + "length": 10, + "value": "\"Softness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "Array", + "offset": 1007, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 4289, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4597, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5744, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 5929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 6665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "Array", + "offset": 11072, + "length": 3133, + "value": "[0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de, 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856, 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9, 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a, 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599, 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924, 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e, 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01, 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed, 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950, 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5, 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010, 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f, 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615, 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8, 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344, 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb, 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c, 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef, 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236, 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c, 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713, 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b, 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242, 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278, 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7, 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66, 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9, 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14619, + "length": 10, + "value": "0xffffffff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14965, + "length": 4, + "value": "0xff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15001, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15054, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 38, + "value": "\"init(from:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1217, + "length": 44, + "value": "\"init(dictionary:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 846, + "length": 17, + "value": "\"Lottie.CombinedShapeItem\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1829, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 583, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 816, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1307, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1390, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "IntegerLiteral", + "offset": 555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 570, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 1161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1441, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1477, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1523, + "length": 14, + "value": "\"Inner Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1559, + "length": 19, + "value": "\"Inner Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1654, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 2638, + "length": 7, + "value": "0.47829" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2775, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2808, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4068, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4109, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4186, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4309, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4365, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4806, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 5167, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5220, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5236, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5379, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5457, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5498, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5714, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5950, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6085, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6839, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7112, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 507, + "length": 19, + "value": "\"multiplyBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 545, + "length": 17, + "value": "\"screenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 18, + "value": "\"overlayBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"darkenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 18, + "value": "\"lightenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 21, + "value": "\"colorDodgeBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 740, + "length": 20, + "value": "\"colorBurnBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 20, + "value": "\"hardLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 20, + "value": "\"softLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 867, + "length": 21, + "value": "\"differenceBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 910, + "length": 20, + "value": "\"exclusionBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 946, + "length": 14, + "value": "\"hueBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 21, + "value": "\"saturationBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1022, + "length": 16, + "value": "\"colorBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1061, + "length": 21, + "value": "\"luminosityBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 885, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.ImageCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/ImageProvider\/AnimationImageProvider.swift", + "kind": "BooleanLiteral", + "offset": 1338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "BooleanLiteral", + "offset": 1278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3201, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3900, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 3904, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 361, + "length": 14, + "value": "\"Lottie.GradientStroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "StringLiteral", + "offset": 7065, + "length": 74, + "value": "\"When interpolating Arrays, both array sound have the same element count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "IntegerLiteral", + "offset": 8003, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 535, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 362, + "length": 25, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 1, + "value": "\"] \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 386, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1333, + "length": 51, + "value": "\"Compatibility issue context is unexpectedly empty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1663, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1675, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "Array", + "offset": 2487, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 3577, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4169, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4190, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7931, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7953, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 10820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "BooleanLiteral", + "offset": 11274, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 14105, + "length": 5, + "value": "\"rb+\"" + } + ] +} \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface new file mode 100644 index 0000000..e64a508 --- /dev/null +++ b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface @@ -0,0 +1,1482 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-tvos13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine +import Compression +import CoreFoundation +import CoreGraphics +import CoreText +import Foundation +import QuartzCore +import Swift +import SwiftUI +import UIKit +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +import zlib +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { + final public let name: Swift.String + final public let directory: Swift.String + final public let width: Swift.Double + final public let height: Swift.Double + override final public func encode(to encoder: any Swift.Encoder) throws + @objc deinit +} +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} +extension QuartzCore.CALayer { + @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) +} +public protocol AnimationFontProvider { + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? +} +final public class DefaultFontProvider : Lottie.AnimationFontProvider { + public init() + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? + @objc deinit +} +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} +public enum LottieAnimationCache { + public static var shared: (any Lottie.AnimationCacheProvider)? +} +public class DefaultAnimationCache : Lottie.AnimationCacheProvider { + public init() + public static let sharedCache: Lottie.DefaultAnimationCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? + public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +public class FilepathImageProvider : Lottie.AnimationImageProvider { + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { + func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String +} +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? + final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init() + final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { + case type2d + case type3d + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws + public init(dictionary: [Swift.String : Any]) throws + final public let startFrame: Lottie.AnimationFrameTime + final public let endFrame: Lottie.AnimationFrameTime + final public let framerate: Swift.Double + final public var markerNames: [Swift.String] { + get + } + @objc deinit + final public func encode(to encoder: any Swift.Encoder) throws +} +extension UIKit.UIColor { + public var lottieColorValue: Lottie.LottieColor { + get + } +} +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { + func animation(forKey: Swift.String) -> Lottie.LottieAnimation? + func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) + func clearCache() +} +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { + required public init(from decoder: any Swift.Decoder) throws + final public let id: Swift.String + @objc deinit + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { +} +final public class SizeValueProvider { + public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +infix operator +| : DefaultPrecedence +infix operator +- : DefaultPrecedence +@objc final public class CompatibleAnimation : ObjectiveC.NSObject { + @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) + @objc deinit +} +@objc public enum CompatibleRenderingEngineOption : Swift.Int { + case shared + case defaultEngine + case automatic + case mainThread + case coreAnimation + public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) + @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) + @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public func play() + @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func stop() + @objc @_Concurrency.MainActor(unsafe) final public func pause() + @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() + @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() + @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc deinit +} +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat +public enum ColorFormatDenominator : Swift.Hashable { + case One + case OneHundred + case TwoFiftyFive + public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct LottieColor : Swift.Hashable { + public var r: Swift.Double + public var g: Swift.Double + public var b: Swift.Double + public var a: Swift.Double + public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +final public class ColorValueProvider { + public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) + public init(_ color: Lottie.LottieColor) + public init(_ keyframes: [Lottie.Keyframe]) + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor + final public var color: Lottie.LottieColor { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} +public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { + public init(keypath: Swift.String) + public init(stringLiteral: Swift.String) + public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias StringLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public var hashValue: Swift.Int { + get + } +} +public struct LottieConfiguration : Swift.Hashable { + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) + public static var shared: Lottie.LottieConfiguration + public var renderingEngine: Lottie.RenderingEngineOption + public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption + public var colorSpace: CoreGraphics.CGColorSpace + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { + get + } + public var sizeValue: CoreFoundation.CGSize { + get + } +} +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { + get + } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode +} +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieAnimationView { + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit +} +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event +public protocol AnyValueProvider { + var valueType: any Any.Type { get } + var typeErasedStorage: Lottie.AnyValueProviderStorage { get } + func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool +} +extension Lottie.AnyValueProvider { + public func value(frame: Lottie.AnimationFrameTime) -> Any +} +public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { + case singleValue(T) + case keyframes([Lottie.Keyframe]) + case closure((Lottie.AnimationFrameTime) -> T) +} +public enum AnyValueProviderStorage { + case singleValue(Any) + case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) + case closure((Lottie.AnimationFrameTime) -> Any) +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { + public init(_ value: Swift.Double) + public let value: Swift.Double + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { + public let x: Swift.Double + public let y: Swift.Double + public let z: Swift.Double + public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottieBackgroundBehavior { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior + public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum LottieLoopMode : Swift.Hashable { + case playOnce + case loop + case autoReverse + case `repeat`(Swift.Float) + case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieLoopMode : Swift.Equatable { + public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { + get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { + get + set + } + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @objc deinit +} +public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") + case invalidFileFormat + @available(*, deprecated, message: "Unused") + case invalidData + @available(*, deprecated, message: "Unused") + case animationNotAvailable +} +final public class FloatValueProvider { + public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} +@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { + @objc public init(keypath: Swift.String) + @objc public init(keys: [Swift.String]) + final public let animationKeypath: Lottie.AnimationKeypath + @objc deinit +} +extension Lottie.LottieColor : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.DotLottieFile { + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } + #if compiler(>=5.3) && $AsyncAwait + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile + #endif +} +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { + func file(forKey: Swift.String) -> Lottie.DotLottieFile? + func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) + func clearCache() +} +extension Lottie.LottieAnimation { + public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void + final public var duration: Foundation.TimeInterval { + get + } + final public var bounds: CoreFoundation.CGRect { + get + } + final public var size: CoreFoundation.CGSize { + get + } + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) + final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime + final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime + final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval + final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime +} +extension Foundation.Bundle : @unchecked Swift.Sendable { +} +public enum LayerType : Swift.Int, Swift.Codable { + case precomp + case solid + case image + case null + case shape + case text + case unknown + public init(from decoder: any Swift.Decoder) throws + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum MatteType : Swift.Int, Swift.Codable { + case none + case add + case invert + case unknown + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum BlendMode : Swift.Int, Swift.Codable { + case normal + case multiply + case screen + case overlay + case darken + case lighten + case colorDodge + case colorBurn + case hardLight + case softLight + case difference + case exclusion + case hue + case saturation + case color + case luminosity + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public class DotLottieCache : Lottie.DotLottieCacheProvider { + public init() + public static let sharedCache: Lottie.DotLottieCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? + public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} +final public class GradientValueProvider { + public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) + public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] + final public var colors: [Lottie.LottieColor] { + get + set + } + final public var locations: [Swift.Double] { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { + get + } +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int +} +public class BundleImageProvider : Lottie.AnimationImageProvider { + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } + @objc deinit +} +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} +final public class LottieLogger { + public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in + // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assert(condition(), message(), file: file, line: line) + }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in + // If we default to `Swift.assertionFailure` directly with + // `assertionFailure: AssertionFailure = Swift.assertionFailure`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assertionFailure(message(), file: file, line: line) + }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in + }, info: @escaping Lottie.LottieLogger.Info = { message in + }) + public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void + public static var shared: Lottie.LottieLogger + final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func info(_ message: @autoclosure () -> Swift.String = String()) + @objc deinit +} +extension Lottie.LottieLogger { + public static var printToConsole: Lottie.LottieLogger { + get + } +} +@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") +public typealias LRUAnimationCache = Lottie.DefaultAnimationCache +final public class PointValueProvider { + public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} +final public class Keyframe { + public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + final public let value: T + final public let time: Lottie.AnimationFrameTime + final public let isHold: Swift.Bool + final public let inTangent: Lottie.LottieVector2D? + final public let outTangent: Lottie.LottieVector2D? + final public let spatialInTangent: Lottie.LottieVector3D? + final public let spatialOutTangent: Lottie.LottieVector3D? + @objc deinit +} +extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { + public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool +} +extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { + final public func hash(into hasher: inout Swift.Hasher) + final public var hashValue: Swift.Int { + get + } +} +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} +public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } + func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +public protocol Interpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +public protocol AnyInterpolatable { + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.Interpolatable { + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.SpatialInterpolatable { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Swift.Double : Lottie.Interpolatable { +} +extension CoreFoundation.CGFloat : Lottie.Interpolatable { +} +extension Swift.Float : Lottie.Interpolatable { +} +extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect +} +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize +} +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint +} +extension Lottie.LottieColor : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor +} +extension Lottie.LottieVector1D : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D +} +extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D +} +extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D +} +extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? +} +extension Lottie.LottieButton : SwiftUI.View {} +extension Lottie.CoordinateSpace : Swift.Equatable {} +extension Lottie.CoordinateSpace : Swift.Hashable {} +extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} +extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} +extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} +extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} +extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} +extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LayerType : Swift.Equatable {} +extension Lottie.LayerType : Swift.Hashable {} +extension Lottie.LayerType : Swift.RawRepresentable {} +extension Lottie.MatteType : Swift.Equatable {} +extension Lottie.MatteType : Swift.Hashable {} +extension Lottie.MatteType : Swift.RawRepresentable {} +extension Lottie.BlendMode : Swift.Equatable {} +extension Lottie.BlendMode : Swift.Hashable {} +extension Lottie.BlendMode : Swift.RawRepresentable {} +extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} +extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftdoc b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftdoc index 9715103..57ae65e 100644 Binary files a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftdoc and b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftdoc differ diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftinterface b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftinterface index 8fc4c49..e64a508 100644 --- a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftinterface +++ b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftinterface @@ -1,6 +1,8 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target arm64-apple-tvos11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target arm64-apple-tvos13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine import Compression import CoreFoundation import CoreGraphics @@ -8,30 +10,174 @@ import CoreText import Foundation import QuartzCore import Swift +import SwiftUI import UIKit import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims import zlib @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { final public let name: Swift.String final public let directory: Swift.String final public let width: Swift.Double final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws + override final public func encode(to encoder: any Swift.Encoder) throws @objc deinit } +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} extension QuartzCore.CALayer { @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) } public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? } final public class DefaultFontProvider : Lottie.AnimationFontProvider { public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? @objc deinit } +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? + public static var shared: (any Lottie.AnimationCacheProvider)? } public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public init() @@ -45,26 +191,82 @@ public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) @objc deinit } +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } -public protocol AnimationTextProvider : AnyObject { +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String } -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String @objc deinit } -final public class DefaultTextProvider : Lottie.AnimationTextProvider { +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init() final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String @objc deinit } -public enum CoordinateSpace : Swift.Int, Swift.Codable { +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { case type2d case type3d public init?(rawValue: Swift.Int) @@ -73,8 +275,8 @@ public enum CoordinateSpace : Swift.Int, Swift.Codable { get } } -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws public init(dictionary: [Swift.String : Any]) throws final public let startFrame: Lottie.AnimationFrameTime final public let endFrame: Lottie.AnimationFrameTime @@ -83,42 +285,184 @@ final public class LottieAnimation : Swift.Codable { get } @objc deinit - final public func encode(to encoder: Swift.Encoder) throws + final public func encode(to encoder: any Swift.Encoder) throws } extension UIKit.UIColor { public var lottieColorValue: Lottie.LottieColor { get } } -public protocol AnimationCacheProvider : AnyObject { +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { func animation(forKey: Swift.String) -> Lottie.LottieAnimation? func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) func clearCache() } -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} @_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws + required public init(from decoder: any Swift.Decoder) throws final public let id: Swift.String @objc deinit - public func encode(to encoder: Swift.Encoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { } final public class SizeValueProvider { public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} infix operator +| : DefaultPrecedence infix operator +- : DefaultPrecedence @objc final public class CompatibleAnimation : ObjectiveC.NSObject { @@ -138,6 +482,18 @@ infix operator +- : DefaultPrecedence get } } +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) @@ -145,45 +501,49 @@ infix operator +- : DefaultPrecedence @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) override final public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set } @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { @objc get } @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { @objc get } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { @objc get } - @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { @objc get @objc set } @@ -194,30 +554,38 @@ infix operator +- : DefaultPrecedence @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { @objc get } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } @objc @_Concurrency.MainActor(unsafe) final public func play() @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreGraphics.CGFloat, toProgress: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreGraphics.CGFloat, toFrame: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func stop() @objc @_Concurrency.MainActor(unsafe) final public func pause() @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGRect - @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGPoint - @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat @objc deinit } -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat public enum ColorFormatDenominator : Swift.Hashable { case One case OneHundred @@ -244,24 +612,33 @@ final public class ColorValueProvider { public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) public init(_ color: Lottie.LottieColor) public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor final public var color: Lottie.LottieColor { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { public init(keypath: Swift.String) public init(stringLiteral: Swift.String) public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool public typealias ExtendedGraphemeClusterLiteralType = Swift.String @@ -272,10 +649,11 @@ public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLitera } } public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) public static var shared: Lottie.LottieConfiguration public var renderingEngine: Lottie.RenderingEngineOption public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption public var colorSpace: CoreGraphics.CGColorSpace public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool @@ -283,87 +661,184 @@ public struct LottieConfiguration : Swift.Hashable { get } } -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { get } } -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws } -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { get } - public var description: Swift.String { + public var sizeValue: CoreFoundation.CGSize { get } - public typealias RawValue = Swift.String } -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { get } - public var description: Swift.String { +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { get } - public typealias RawValue = Swift.String + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode } -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool public var hashValue: Swift.Int { get } } -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { +extension Lottie.LottieAnimationView { + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { get + set } - public var sizeValue: CoreGraphics.CGSize { + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { get + set } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit } -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit } +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event public protocol AnyValueProvider { - var valueType: Any.Type { get } + var valueType: any Any.Type { get } var typeErasedStorage: Lottie.AnyValueProviderStorage { get } func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool } @@ -380,7 +855,37 @@ public enum AnyValueProviderStorage { case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) case closure((Lottie.AnimationFrameTime) -> Any) } -public struct LottieVector1D : Swift.Hashable { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { public init(_ value: Swift.Double) public let value: Swift.Double public func hash(into hasher: inout Swift.Hasher) @@ -389,7 +894,7 @@ public struct LottieVector1D : Swift.Hashable { get } } -public struct LottieVector3D : Swift.Hashable { +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { public let x: Swift.Double public let y: Swift.Double public let z: Swift.Double @@ -413,187 +918,180 @@ public enum LottieBackgroundBehavior { get } } -public enum LottieLoopMode { +public enum LottieLoopMode : Swift.Hashable { case playOnce case loop case autoReverse case `repeat`(Swift.Float) case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } } extension Lottie.LottieLoopMode : Swift.Equatable { public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool } -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { get set } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { get set } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { get set } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { get set } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { get set } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { get } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { get } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { get set } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { get set } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { get set } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { get set } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { get } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { get } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { get set } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { get set } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { get } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : UIKit.UIControl { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) open func animationDidSet() - @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView - @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { get - set } - @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: UIKit.UIControl.State) - @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @objc deinit } public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") case invalidFileFormat + @available(*, deprecated, message: "Unused") case invalidData + @available(*, deprecated, message: "Unused") case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } } final public class FloatValueProvider { public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} @objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { @objc public init(keypath: Swift.String) @objc public init(keys: [Swift.String]) @@ -601,40 +1099,40 @@ final public class FloatValueProvider { @objc deinit } extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws } extension Lottie.DotLottieFile { - + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) } -public protocol DotLottieCacheProvider { +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { func file(forKey: Swift.String) -> Lottie.DotLottieFile? func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) func clearCache() @@ -644,23 +1142,20 @@ extension Lottie.LottieAnimation { final public var duration: Foundation.TimeInterval { get } - final public var bounds: CoreGraphics.CGRect { + final public var bounds: CoreFoundation.CGRect { get } - final public var size: CoreGraphics.CGSize { + final public var size: CoreFoundation.CGSize { get } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @@ -678,7 +1173,8 @@ public enum LayerType : Swift.Int, Swift.Codable { case null case shape case text - public init(from decoder: Swift.Decoder) throws + case unknown + public init(from decoder: any Swift.Decoder) throws public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { @@ -731,11 +1227,13 @@ public class DotLottieCache : Lottie.DotLottieCacheProvider { public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) @objc deinit } +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} final public class GradientValueProvider { public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] final public var colors: [Lottie.LottieColor] { get set @@ -744,68 +1242,75 @@ final public class GradientValueProvider { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) override open func animationDidSet() - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - public enum CancelBehavior { - case reverse - case none - public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior - @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { get - set } - @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) - @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) - @objc deinit +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int } public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : UIKit.UIView { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set + @objc get + @objc set } @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } @objc deinit } +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} final public class LottieLogger { public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, @@ -839,37 +1344,26 @@ extension Lottie.LottieLogger { } @available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: UIKit.UIControl.Event) - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: UIKit.UIControl.Event) - @objc deinit -} final public class PointValueProvider { public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} final public class Keyframe { public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) @@ -891,70 +1385,89 @@ extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { get } } +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity } public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self } extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Swift.Double : Lottie.Interpolatable { } -extension CoreGraphics.CGFloat : Lottie.Interpolatable { +extension CoreFoundation.CGFloat : Lottie.Interpolatable { } extension Swift.Float : Lottie.Interpolatable { } extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect } -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize } -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint } extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor } extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D } extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D } extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D } extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? } +extension Lottie.LottieButton : SwiftUI.View {} extension Lottie.CoordinateSpace : Swift.Equatable {} extension Lottie.CoordinateSpace : Swift.Hashable {} extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} extension Lottie.LayerType : Swift.Equatable {} extension Lottie.LayerType : Swift.Hashable {} @@ -966,6 +1479,4 @@ extension Lottie.BlendMode : Swift.Equatable {} extension Lottie.BlendMode : Swift.Hashable {} extension Lottie.BlendMode : Swift.RawRepresentable {} extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftdoc b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftdoc deleted file mode 100644 index 9715103..0000000 Binary files a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftinterface b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftinterface deleted file mode 100644 index 8fc4c49..0000000 --- a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/arm64.swiftinterface +++ /dev/null @@ -1,971 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target arm64-apple-tvos11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import UIKit -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -extension UIKit.UIColor { - public var lottieColorValue: Lottie.LottieColor { - get - } -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -@objc final public class CompatibleAnimation : ObjectiveC.NSObject { - @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) - @objc deinit -} -@objc public enum CompatibleRenderingEngineOption : Swift.Int { - case shared - case defaultEngine - case automatic - case mainThread - case coreAnimation - public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { - @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) - @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) - @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) - @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(frame: CoreGraphics.CGRect) - @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) override final public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public func play() - @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreGraphics.CGFloat, toProgress: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreGraphics.CGFloat, toFrame: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func stop() - @objc @_Concurrency.MainActor(unsafe) final public func pause() - @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() - @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> Any? - @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> UIKit.UIColor? - @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGRect - @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGPoint - @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc deinit -} -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : UIKit.UIControl { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) open func animationDidSet() - @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView - @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: UIKit.UIControl.State) - @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { - @objc public init(keypath: Swift.String) - @objc public init(keys: [Swift.String]) - final public let animationKeypath: Lottie.AnimationKeypath - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) override open func animationDidSet() - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - public enum CancelBehavior { - case reverse - case none - public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior - @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) - @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) - @objc deinit -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: UIKit.UIControl.Event) - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: UIKit.UIControl.Event) - @objc deinit -} -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} -extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} -extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.abi.json b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.abi.json new file mode 100644 index 0000000..c41a3d8 --- /dev/null +++ b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.abi.json @@ -0,0 +1,67010 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ImageAsset", + "printedName": "ImageAsset", + "children": [ + { + "kind": "Var", + "name": "name", + "printedName": "name", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC4nameSSvp", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC4nameSSvg", + "mangledName": "$s6Lottie10ImageAssetC4nameSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "directory", + "printedName": "directory", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC9directorySSvp", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC9directorySSvg", + "mangledName": "$s6Lottie10ImageAssetC9directorySSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "width", + "printedName": "width", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC5widthSdvp", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC5widthSdvg", + "mangledName": "$s6Lottie10ImageAssetC5widthSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "height", + "printedName": "height", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie10ImageAssetC6heightSdvp", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie10ImageAssetC6heightSdvg", + "mangledName": "$s6Lottie10ImageAssetC6heightSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Final", + "AccessControl", + "Override" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie10ImageAssetC", + "mangledName": "$s6Lottie10ImageAssetC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "superclassUsr": "s:6Lottie5AssetC", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.Asset" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationLayer", + "printedName": "LottieAnimationLayer", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4stopyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pauseyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationLayerDidLoad", + "printedName": "animationLayerDidLoad", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.RenderingEngineOption)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLayer", + "printedName": "animationLayer", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "QuartzCore.CALayer?", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayer", + "printedName": "QuartzCore.CALayer", + "usr": "c:objc(cs)CALayer" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "screenScale", + "printedName": "screenScale", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11screenScale14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationLayer, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvp", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvg", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvs", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC11currentTimeSdvM", + "mangledName": "$s6Lottie0A14AnimationLayerC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12reloadImagesyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForBackgroundState", + "printedName": "updateAnimationForBackgroundState()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateAnimationForForegroundState", + "printedName": "updateAnimationForForegroundState(wasWaitingToPlayAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "mangledName": "$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationLayer", + "printedName": "Lottie.LottieAnimationLayer", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer(im)init", + "mangledName": "$s6Lottie0A14AnimationLayerCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationLayer", + "mangledName": "$s6Lottie0A14AnimationLayerC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)CALayer", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "QuartzCore.CALayer", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieButton", + "printedName": "LottieButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:action:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "mangledName": "$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6ButtonV4bodyQrvp", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6ButtonV4bodyQrvg", + "mangledName": "$s6Lottie0A6ButtonV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedButton) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromProgress:toProgress:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate12fromProgress02toE02onAC14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animate", + "printedName": "animate(fromMarker:toMarker:on:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieButton", + "printedName": "Lottie.LottieButton", + "usr": "s:6Lottie0A6ButtonV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6ButtonV", + "mangledName": "$s6Lottie0A6ButtonV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "children": [ + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21AnimationFontProviderP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationFontProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultFontProvider", + "printedName": "DefaultFontProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultFontProviderCACycfc", + "mangledName": "$s6Lottie19DefaultFontProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "fontFor", + "printedName": "fontFor(family:size:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreText.CTFont?", + "children": [ + { + "kind": "TypeNominal", + "name": "CTFont", + "printedName": "CoreText.CTFont", + "usr": "c:@T@CTFontRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultFontProvider", + "printedName": "Lottie.DefaultFontProvider", + "usr": "s:6Lottie19DefaultFontProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultFontProviderC", + "mangledName": "$s6Lottie19DefaultFontProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationFontProvider", + "printedName": "AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP", + "mangledName": "$s6Lottie21AnimationFontProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationCache", + "printedName": "LottieAnimationCache", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "mangledName": "$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14AnimationCacheO", + "mangledName": "$s6Lottie0A14AnimationCacheO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultAnimationCache", + "printedName": "DefaultAnimationCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21DefaultAnimationCacheCACycfc", + "mangledName": "$s6Lottie21DefaultAnimationCacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultAnimationCache", + "printedName": "Lottie.DefaultAnimationCache", + "usr": "s:6Lottie21DefaultAnimationCacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "mangledName": "$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC05clearD0yyF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC05clearD0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "mangledName": "$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21DefaultAnimationCacheC", + "mangledName": "$s6Lottie21DefaultAnimationCacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngineOption", + "printedName": "RenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngineOption.Type) -> (Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine) -> Lottie.RenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "mangledName": "$s6Lottie21RenderingEngineOptionO8specificyAcA0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "mangledName": "$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ", + "moduleName": "Lottie", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO8rawValueSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvp", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21RenderingEngineOptionO11descriptionSSvg", + "mangledName": "$s6Lottie21RenderingEngineOptionO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie21RenderingEngineOptionO", + "mangledName": "$s6Lottie21RenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RenderingEngine", + "printedName": "RenderingEngine", + "children": [ + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO10mainThreadyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.RenderingEngine.Type) -> Lottie.RenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.RenderingEngine.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "mangledName": "$s6Lottie15RenderingEngineO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvp", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO8rawValueSSvg", + "mangledName": "$s6Lottie15RenderingEngineO8rawValueSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvp", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15RenderingEngineO11descriptionSSvg", + "mangledName": "$s6Lottie15RenderingEngineO11descriptionSSvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15RenderingEngineO", + "mangledName": "$s6Lottie15RenderingEngineO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FilepathImageProvider", + "printedName": "FilepathImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filepath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "mangledName": "$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "FilepathImageProvider", + "printedName": "Lottie.FilepathImageProvider", + "usr": "s:6Lottie21FilepathImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21FilepathImageProviderC", + "mangledName": "$s6Lottie21FilepathImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "children": [ + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP4text3for06sourceD0SSSgAA0bC0V_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "children": [ + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP7textFor11keypathName06sourceD0S2S_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.LegacyAnimationTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnimationKeypathTextProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DictionaryTextProvider", + "printedName": "DictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "mangledName": "$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DictionaryTextProvider", + "printedName": "Lottie.DictionaryTextProvider", + "usr": "s:6Lottie22DictionaryTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie22DictionaryTextProviderC", + "mangledName": "$s6Lottie22DictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextProvider", + "printedName": "DefaultTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19DefaultTextProviderCACycfc", + "mangledName": "$s6Lottie19DefaultTextProviderCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "textFor", + "printedName": "textFor(keypathName:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "text", + "printedName": "text(for:sourceText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "mangledName": "$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + }, + { + "kind": "TypeNominal", + "name": "DefaultTextProvider", + "printedName": "Lottie.DefaultTextProvider", + "usr": "s:6Lottie19DefaultTextProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19DefaultTextProviderC", + "mangledName": "$s6Lottie19DefaultTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationKeypathTextProvider", + "printedName": "AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP", + "mangledName": "$s6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "Conformance", + "name": "LegacyAnimationTextProvider", + "printedName": "LegacyAnimationTextProvider", + "usr": "s:6Lottie27LegacyAnimationTextProviderP", + "mangledName": "$s6Lottie27LegacyAnimationTextProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CoordinateSpace", + "printedName": "CoordinateSpace", + "children": [ + { + "kind": "Var", + "name": "type2d", + "printedName": "type2d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type2dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type2dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "type3d", + "printedName": "type3d", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CoordinateSpace.Type) -> Lottie.CoordinateSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CoordinateSpace.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie15CoordinateSpaceO6type3dyA2CmF", + "mangledName": "$s6Lottie15CoordinateSpaceO6type3dyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CoordinateSpace?", + "children": [ + { + "kind": "TypeNominal", + "name": "CoordinateSpace", + "printedName": "Lottie.CoordinateSpace", + "usr": "s:6Lottie15CoordinateSpaceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivp", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15CoordinateSpaceO8rawValueSivg", + "mangledName": "$s6Lottie15CoordinateSpaceO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie15CoordinateSpaceO", + "mangledName": "$s6Lottie15CoordinateSpaceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimation", + "printedName": "LottieAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dictionary:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "mangledName": "$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "startFrame", + "printedName": "startFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC10startFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "endFrame", + "printedName": "endFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8endFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "framerate", + "printedName": "framerate", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC9framerateSdvp", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC9framerateSdvg", + "mangledName": "$s6Lottie0A9AnimationC9framerateSdvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "markerNames", + "printedName": "markerNames", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvp", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC11markerNamesSaySSGvg", + "mangledName": "$s6Lottie0A9AnimationC11markerNamesSaySSGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "mangledName": "$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC8durationSdvp", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC8durationSdvg", + "mangledName": "$s6Lottie0A9AnimationC8durationSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bounds", + "printedName": "bounds", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "mangledName": "$s6Lottie0A9AnimationC6boundsSo6CGRectVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "filepath", + "printedName": "filepath(_:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(_:bundle:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "from", + "printedName": "from(data:strategy:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "mangledName": "$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:closure:animationCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "mangledName": "$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forFrame:clamped:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC12progressTime8forFrame7clamped14CoreFoundation7CGFloatVAI_SbtF", + "mangledName": "$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime11forProgress14CoreFoundation7CGFloatVAH_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "time", + "printedName": "time(forFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC4time8forFrameSd14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forTime:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A9AnimationC9frameTime03forD014CoreFoundation7CGFloatVSd_tF", + "mangledName": "$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A9AnimationC", + "mangledName": "$s6Lottie0A9AnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieSwitch", + "printedName": "LottieSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "mangledName": "$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6SwitchV4bodyQrvp", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6SwitchV4bodyQrvg", + "mangledName": "$s6Lottie0A6SwitchV4bodyQrvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "mangledName": "$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isOn", + "printedName": "isOn(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "mangledName": "$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "onAnimation", + "printedName": "onAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "offAnimation", + "printedName": "offAnimation(fromProgress:toProgress:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC14CoreFoundation7CGFloatV_AItF", + "mangledName": "$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieSwitch", + "printedName": "Lottie.LottieSwitch", + "usr": "s:6Lottie0A6SwitchV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "mangledName": "$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A6SwitchV", + "mangledName": "$s6Lottie0A6SwitchV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationCacheProvider", + "printedName": "AnimationCacheProvider", + "children": [ + { + "kind": "Function", + "name": "animation", + "printedName": "animation(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "mangledName": "$s6Lottie22AnimationCacheProviderP9animation6forKeyAA0aB0CSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAnimation", + "printedName": "setAnimation(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "mangledName": "$s6Lottie22AnimationCacheProviderP03setB0_6forKeyyAA0aB0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationCacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie22AnimationCacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationCacheProviderP", + "mangledName": "$s6Lottie22AnimationCacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : AnyObject, τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieView", + "printedName": "LottieView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFile:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "mangledName": "$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A9AnimationCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA03DotA4FileCSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "mangledName": "$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 == SwiftUI.EmptyView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:placeholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() async throws -> Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "mangledName": "$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "body", + "printedName": "body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A4ViewV4bodyQrvp", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A4ViewV4bodyQrvg", + "mangledName": "$s6Lottie0A4ViewV4bodyQrvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "ReferenceWritableKeyPath", + "printedName": "Swift.ReferenceWritableKeyPath", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "usr": "s:s24ReferenceWritableKeyPathC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configure", + "printedName": "configure(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "mangledName": "$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "resizable", + "printedName": "resizable()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV9resizableACyxGyF", + "mangledName": "$s6Lottie0A4ViewV9resizableACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "intrinsicSize", + "printedName": "intrinsicSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "mangledName": "$s6Lottie0A4ViewV13intrinsicSizeACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playACyxGyF", + "mangledName": "$s6Lottie0A4ViewV4playACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "looping", + "printedName": "looping()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7loopingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7loopingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "hasDefaultArg": true, + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV4play8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "mangledName": "$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "mangledName": "$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing(loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "mangledName": "$s6Lottie0A4ViewV7playing8loopModeACyxGAA0a4LoopE0O_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playing", + "printedName": "playing()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV7playingACyxGyF", + "mangledName": "$s6Lottie0A4ViewV7playingACyxGyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paused", + "printedName": "paused(at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "hasDefaultArg": true, + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "mangledName": "$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "playbackMode", + "printedName": "playbackMode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "mangledName": "$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationSpeed", + "printedName": "animationSpeed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "mangledName": "$s6Lottie0A4ViewV14animationSpeedyACyxGSdF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidLoad", + "printedName": "animationDidLoad(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "mangledName": "$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidFinish", + "printedName": "animationDidFinish(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "mangledName": "$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "mangledName": "$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "accessibilityLabel", + "printedName": "accessibilityLabel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "mangledName": "$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "configuration", + "printedName": "configuration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "mangledName": "$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logger", + "printedName": "logger(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "mangledName": "$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "imageProvider", + "printedName": "imageProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationImageProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textProvider", + "printedName": "textProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationKeypathTextProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fontProvider", + "printedName": "fontProvider(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnimationFontProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "valueProvider", + "printedName": "valueProvider(_:for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "mangledName": "$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Lottie.AnyValueProvider, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentProgress", + "printedName": "currentProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV15currentProgressyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentFrame", + "printedName": "currentFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV12currentFrameyACyxG14CoreFoundation7CGFloatVSgF", + "mangledName": "$s6Lottie0A4ViewV12currentFrameyACyxG12CoreGraphics7CGFloatVSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "currentTime", + "printedName": "currentTime(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "mangledName": "$s6Lottie0A4ViewV11currentTimeyACyxGSdSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadAnimationTrigger", + "printedName": "reloadAnimationTrigger(_:showPlaceholder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "mangledName": "$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : SwiftUI.View, τ_1_0 : Swift.Equatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationProgress", + "printedName": "getRealtimeAnimationProgress(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRealtimeAnimationFrame", + "printedName": "getRealtimeAnimationFrame(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TimelineView", + "printedName": "SwiftUI.TimelineView>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTimelineSchedule", + "printedName": "SwiftUI.AnimationTimelineSchedule", + "usr": "s:7SwiftUI25AnimationTimelineScheduleV" + }, + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + } + ], + "usr": "s:7SwiftUI12TimelineViewV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.Binding?", + "children": [ + { + "kind": "TypeNominal", + "name": "Binding", + "printedName": "SwiftUI.Binding", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI7BindingV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy14CoreFoundation7CGFloatVGSgF", + "mangledName": "$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "intro_Macosx": "12.0", + "intro_iOS": "15.0", + "intro_tvOS": "15.0", + "declAttributes": [ + "AccessControl", + "Available", + "Available", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dotLottieConfigurationComponents", + "printedName": "dotLottieConfigurationComponents(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieView", + "printedName": "Lottie.LottieView<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie0A4ViewV" + }, + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "mangledName": "$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A4ViewV", + "mangledName": "$s6Lottie0A4ViewV", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent, SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>>", + "children": [ + { + "kind": "TypeNominal", + "name": "_ConditionalContent", + "printedName": "SwiftUI._ConditionalContent", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + }, + { + "kind": "TypeNominal", + "name": "AnyView", + "printedName": "SwiftUI.AnyView", + "usr": "s:7SwiftUI7AnyViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + }, + { + "kind": "TypeNominal", + "name": "SubscriptionView", + "printedName": "SwiftUI.SubscriptionView, SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>>", + "children": [ + { + "kind": "TypeNominal", + "name": "Just", + "printedName": "Combine.Just", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnyEquatable?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyEquatable", + "printedName": "Lottie.AnyEquatable", + "usr": "s:6Lottie12AnyEquatableV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7Combine4JustV" + }, + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>, SwiftUI._AppearanceActionModifier>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>, SwiftUI._OverlayModifier?>>", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "SwiftUIView", + "printedName": "Lottie.SwiftUIView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "usr": "s:6Lottie11SwiftUIViewV" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_OverlayModifier", + "printedName": "SwiftUI._OverlayModifier?>", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>?", + "children": [ + { + "kind": "TypeNominal", + "name": "ModifiedContent", + "printedName": "SwiftUI.ModifiedContent<τ_0_0, SwiftUI._OpacityEffect>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "_OpacityEffect", + "printedName": "SwiftUI._OpacityEffect", + "usr": "s:7SwiftUI14_OpacityEffectV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:7SwiftUI16_OverlayModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + }, + { + "kind": "TypeNominal", + "name": "_AppearanceActionModifier", + "printedName": "SwiftUI._AppearanceActionModifier", + "usr": "s:7SwiftUI25_AppearanceActionModifierV" + } + ], + "usr": "s:7SwiftUI15ModifiedContentV" + } + ], + "usr": "s:7SwiftUI16SubscriptionViewV" + } + ], + "usr": "s:7SwiftUI19_ConditionalContentV" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationSource", + "printedName": "LottieAnimationSource", + "children": [ + { + "kind": "Var", + "name": "lottieAnimation", + "printedName": "lottieAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimation) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO06lottieB0yAcA0aB0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dotLottieFile", + "printedName": "dotLottieFile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationSource.Type) -> (Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieFile) -> Lottie.LottieAnimationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieAnimationSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "mangledName": "$s6Lottie0A15AnimationSourceO03dotA4FileyAcA03DotaE0CcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A15AnimationSourceO", + "mangledName": "$s6Lottie0A15AnimationSourceO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Asset", + "printedName": "Asset", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Asset", + "printedName": "Lottie.Asset", + "usr": "s:6Lottie5AssetC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie5AssetC2idSSvp", + "mangledName": "$s6Lottie5AssetC2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "Final", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie5AssetC2idSSvg", + "mangledName": "$s6Lottie5AssetC2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie5AssetC6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie5AssetC", + "mangledName": "$s6Lottie5AssetC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "SizeValueProvider", + "printedName": "SizeValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderC5blockACSo6CGSizeV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "mangledName": "$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "size", + "printedName": "size", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "mangledName": "$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie17SizeValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "SizeValueProvider", + "printedName": "Lottie.SizeValueProvider", + "usr": "s:6Lottie17SizeValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie17SizeValueProviderC", + "mangledName": "$s6Lottie17SizeValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOption", + "printedName": "ReducedMotionOption", + "children": [ + { + "kind": "Var", + "name": "specific", + "printedName": "specific", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO8specificyAcA0bC4ModeOcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dynamic", + "printedName": "dynamic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOption.Type) -> (Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionOptionProvider, Swift.AnyHashable) -> Lottie.ReducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable)", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOptionProvider", + "printedName": "Lottie.ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnyHashable", + "printedName": "Swift.AnyHashable", + "usr": "s:s11AnyHashableV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "mangledName": "$s6Lottie19ReducedMotionOptionO7dynamicyAcA0bcD8Provider_p_s11AnyHashableVtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "systemReducedMotionToggle", + "printedName": "systemReducedMotionToggle", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "mangledName": "$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivp", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie19ReducedMotionOptionO9hashValueSivg", + "mangledName": "$s6Lottie19ReducedMotionOptionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie19ReducedMotionOptionO", + "mangledName": "$s6Lottie19ReducedMotionOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionMode", + "printedName": "ReducedMotionMode", + "children": [ + { + "kind": "Var", + "name": "standardMotion", + "printedName": "standardMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO08standardC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "reducedMotion", + "printedName": "reducedMotion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ReducedMotionMode.Type) -> Lottie.ReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ReducedMotionMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "mangledName": "$s6Lottie17ReducedMotionModeO07reducedC0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivp", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie17ReducedMotionModeO9hashValueSivg", + "mangledName": "$s6Lottie17ReducedMotionModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie17ReducedMotionModeO", + "mangledName": "$s6Lottie17ReducedMotionModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "children": [ + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP07currentbC4ModeAA0bcG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.ReducedMotionOptionProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SystemReducedMotionOptionProvider", + "printedName": "SystemReducedMotionOptionProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "SystemReducedMotionOptionProvider", + "printedName": "Lottie.SystemReducedMotionOptionProvider", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderVACycfc", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderVACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "currentReducedMotionMode", + "printedName": "currentReducedMotionMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionMode", + "printedName": "Lottie.ReducedMotionMode", + "usr": "s:6Lottie17ReducedMotionModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie33SystemReducedMotionOptionProviderV", + "mangledName": "$s6Lottie33SystemReducedMotionOptionProviderV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "ReducedMotionOptionProvider", + "printedName": "ReducedMotionOptionProvider", + "usr": "s:6Lottie27ReducedMotionOptionProviderP", + "mangledName": "$s6Lottie27ReducedMotionOptionProviderP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "OperatorDecl", + "name": "+|", + "printedName": "+|", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "OperatorDecl", + "name": "+-", + "printedName": "+-", + "declKind": "InfixOperator", + "moduleName": "Lottie", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimation", + "printedName": "CompatibleAnimation", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:subdirectory:bundle:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)initWithName:subdirectory:bundle:", + "mangledName": "$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc", + "moduleName": "Lottie", + "objc_name": "initWithName:subdirectory:bundle:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation(im)init", + "mangledName": "$s6Lottie19CompatibleAnimationCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation", + "mangledName": "$s6Lottie19CompatibleAnimationC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleRenderingEngineOption", + "printedName": "CompatibleRenderingEngineOption", + "children": [ + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionShared", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO6sharedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "defaultEngine", + "printedName": "defaultEngine", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionDefaultEngine", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO07defaultD0yA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "automatic", + "printedName": "automatic", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionAutomatic", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO9automaticyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "mainThread", + "printedName": "mainThread", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionMainThread", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO10mainThreadyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "coreAnimation", + "printedName": "coreAnimation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleRenderingEngineOption.Type) -> Lottie.CompatibleRenderingEngineOption", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleRenderingEngineOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption@CompatibleRenderingEngineOptionCoreAnimation", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO13coreAnimationyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Function", + "name": "generateLottieConfiguration", + "printedName": "generateLottieConfiguration(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Func", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleRenderingEngineOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption", + "mangledName": "$s6Lottie31CompatibleRenderingEngineOptionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleBackgroundBehavior", + "printedName": "CompatibleBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorStop", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPause", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorPauseAndRestore", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorForceFinish", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.CompatibleBackgroundBehavior.Type) -> Lottie.CompatibleBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.CompatibleBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior@CompatibleBackgroundBehaviorContinuePlaying", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment", + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleBackgroundBehavior?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior", + "mangledName": "$s6Lottie28CompatibleBackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationView", + "printedName": "CompatibleAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(compatibleAnimation:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithCompatibleAnimation:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithUrl:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithUrl:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(data:compatibleRenderingEngineOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "CompatibleRenderingEngineOption", + "printedName": "Lottie.CompatibleRenderingEngineOption", + "usr": "c:@M@Lottie@E@CompatibleRenderingEngineOption" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithData:compatibleRenderingEngineOption:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc", + "moduleName": "Lottie", + "objc_name": "initWithData:compatibleRenderingEngineOption:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationView", + "printedName": "Lottie.CompatibleAnimationView", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "compatibleAnimation", + "printedName": "compatibleAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleAnimation", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimation", + "printedName": "Lottie.CompatibleAnimation", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleAnimation:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopAnimationCount", + "printedName": "loopAnimationCount", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)loopAnimationCount", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setLoopAnimationCount:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC04loopC5Count14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "compatibleDictionaryTextProvider", + "printedName": "compatibleDictionaryTextProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "Custom", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)compatibleDictionaryTextProvider", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleDictionaryTextProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCompatibleDictionaryTextProvider:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)contentMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setContentMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)shouldRasterizeWhenIdle", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setShouldRasterizeWhenIdle:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentProgress:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "duration", + "printedName": "duration", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)duration", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentTime", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentTime:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)currentFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setCurrentFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationFrame", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)realtimeAnimationProgress", + "mangledName": "$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)animationSpeed", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setAnimationSpeed:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)respectAnimationFrameRate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setRespectAnimationFrameRate:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)isAnimationPlaying", + "mangledName": "$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundMode", + "printedName": "backgroundMode", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(py)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)backgroundMode", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CompatibleBackgroundBehavior", + "printedName": "Lottie.CompatibleBackgroundBehavior", + "usr": "c:@M@Lottie@E@CompatibleBackgroundBehavior" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setBackgroundMode:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "mangledName": "$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "play", + "printedName": "play()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)play", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4playyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithCompletion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "objc_name": "playWithCompletion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromProgress:toProgress:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromProgress:toProgress:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromFrame:toFrame:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromFrame:toFrame:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playFromMarker:toMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playFromMarker:toMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)playWithMarker:completion:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF", + "moduleName": "Lottie", + "objc_name": "playWithMarker:completion:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)stop", + "mangledName": "$s6Lottie23CompatibleAnimationViewC4stopyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)pause", + "mangledName": "$s6Lottie23CompatibleAnimationViewC5pauseyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)reloadImages", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)forceDisplayUpdate", + "mangledName": "$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)logHierarchyKeypaths", + "mangledName": "$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setColorValue", + "printedName": "setColorValue(_:forKeypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)setColorValue:forKeypath:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getColorValue", + "printedName": "getColorValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIColor?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)getColorValueFor:atFrame:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "objc_name": "getColorValueFor:atFrame:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)addSubview:forLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(rect:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithRect:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithRect:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(point:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.CompatibleAnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)convertWithPoint:toLayerAt:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF", + "moduleName": "Lottie", + "objc_name": "convertWithPoint:toLayerAt:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)progressTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "progressTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)frameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "frameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView(im)durationFrameTimeForMarker:", + "mangledName": "$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF", + "moduleName": "Lottie", + "objc_name": "durationFrameTimeForMarker:", + "declAttributes": [ + "Final", + "Custom", + "AccessControl", + "ObjC" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationView", + "mangledName": "$s6Lottie23CompatibleAnimationViewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleDictionaryTextProvider", + "printedName": "CompatibleDictionaryTextProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(values:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)initWithValues:", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithValues:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleDictionaryTextProvider", + "printedName": "Lottie.CompatibleDictionaryTextProvider", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider(im)init", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleDictionaryTextProvider", + "mangledName": "$s6Lottie32CompatibleDictionaryTextProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ColorFormatDenominator", + "printedName": "ColorFormatDenominator", + "children": [ + { + "kind": "Var", + "name": "One", + "printedName": "One", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO3OneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "OneHundred", + "printedName": "OneHundred", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO10OneHundredyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "TwoFiftyFive", + "printedName": "TwoFiftyFive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.ColorFormatDenominator.Type) -> Lottie.ColorFormatDenominator", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ColorFormatDenominator.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO12TwoFiftyFiveyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivp", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22ColorFormatDenominatorO9hashValueSivg", + "mangledName": "$s6Lottie22ColorFormatDenominatorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie22ColorFormatDenominatorO", + "mangledName": "$s6Lottie22ColorFormatDenominatorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieColor", + "printedName": "LottieColor", + "children": [ + { + "kind": "Var", + "name": "r", + "printedName": "r", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1rSdvp", + "mangledName": "$s6Lottie0A5ColorV1rSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvg", + "mangledName": "$s6Lottie0A5ColorV1rSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvs", + "mangledName": "$s6Lottie0A5ColorV1rSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1rSdvM", + "mangledName": "$s6Lottie0A5ColorV1rSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "g", + "printedName": "g", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1gSdvp", + "mangledName": "$s6Lottie0A5ColorV1gSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvg", + "mangledName": "$s6Lottie0A5ColorV1gSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvs", + "mangledName": "$s6Lottie0A5ColorV1gSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1gSdvM", + "mangledName": "$s6Lottie0A5ColorV1gSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "b", + "printedName": "b", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1bSdvp", + "mangledName": "$s6Lottie0A5ColorV1bSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvg", + "mangledName": "$s6Lottie0A5ColorV1bSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvs", + "mangledName": "$s6Lottie0A5ColorV1bSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1bSdvM", + "mangledName": "$s6Lottie0A5ColorV1bSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "a", + "printedName": "a", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV1aSdvp", + "mangledName": "$s6Lottie0A5ColorV1aSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvg", + "mangledName": "$s6Lottie0A5ColorV1aSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvs", + "mangledName": "$s6Lottie0A5ColorV1aSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV1aSdvM", + "mangledName": "$s6Lottie0A5ColorV1aSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(r:g:b:a:denominator:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "ColorFormatDenominator", + "printedName": "Lottie.ColorFormatDenominator", + "hasDefaultArg": true, + "usr": "s:6Lottie22ColorFormatDenominatorO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "mangledName": "$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A5ColorV9hashValueSivp", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A5ColorV9hashValueSivg", + "mangledName": "$s6Lottie0A5ColorV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A5ColorV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A5ColorV", + "mangledName": "$s6Lottie0A5ColorV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "ColorValueProvider", + "printedName": "ColorValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottieColor", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderC5blockAcA0aB0V14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "mangledName": "$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "mangledName": "$s6Lottie18ColorValueProviderC5colorAA0aB0VvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18ColorValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "mangledName": "$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "ColorValueProvider", + "printedName": "Lottie.ColorValueProvider", + "usr": "s:6Lottie18ColorValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18ColorValueProviderC", + "mangledName": "$s6Lottie18ColorValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationKeypath", + "printedName": "AnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV7keypathACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(stringLiteral:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "mangledName": "$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "keys", + "printedName": "keys", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvp", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV4keysSaySSGvg", + "mangledName": "$s6Lottie16AnimationKeypathV4keysSaySSGvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "string", + "printedName": "string", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvp", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV6stringSSvg", + "mangledName": "$s6Lottie16AnimationKeypathV6stringSSvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivp", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnimationKeypathV9hashValueSivg", + "mangledName": "$s6Lottie16AnimationKeypathV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie16AnimationKeypathV", + "mangledName": "$s6Lottie16AnimationKeypathV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieConfiguration", + "printedName": "LottieConfiguration", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(renderingEngine:decodingStrategy:colorSpace:reducedMotionOption:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "hasDefaultArg": true, + "usr": "s:6Lottie21RenderingEngineOptionO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "hasDefaultArg": true, + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "hasDefaultArg": true, + "usr": "c:@T@CGColorSpaceRef" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "hasDefaultArg": true, + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0Otcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvpZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvgZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvsZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV6sharedACvMZ", + "mangledName": "$s6Lottie0A13ConfigurationV6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "renderingEngine", + "printedName": "renderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngineOption", + "printedName": "Lottie.RenderingEngineOption", + "usr": "s:6Lottie21RenderingEngineOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "mangledName": "$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "decodingStrategy", + "printedName": "decodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reducedMotionOption", + "printedName": "reducedMotionOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReducedMotionOption", + "printedName": "Lottie.ReducedMotionOption", + "usr": "s:6Lottie19ReducedMotionOptionO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "mangledName": "$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "colorSpace", + "printedName": "colorSpace", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGColorSpace", + "printedName": "CoreGraphics.CGColorSpace", + "usr": "c:@T@CGColorSpaceRef" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "mangledName": "$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivp", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13ConfigurationV9hashValueSivg", + "mangledName": "$s6Lottie0A13ConfigurationV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A13ConfigurationV", + "mangledName": "$s6Lottie0A13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieVector2D", + "printedName": "LottieVector2D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector2DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector2DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector2DV", + "mangledName": "$s6Lottie0A8Vector2DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottiePlaybackMode", + "printedName": "LottiePlaybackMode", + "children": [ + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(at: Lottie.LottiePlaybackMode.PausedState)", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedyA2C11PausedStateO_tcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "playing", + "printedName": "playing", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7playingyA2C0bC0OcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO8progressyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO8progressyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5frameyAC14CoreFoundation7CGFloatVcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5frameyAC12CoreGraphics7CGFloatVcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO4timeyACSdcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO5pauseyA2CmF", + "mangledName": "$s6Lottie0A12PlaybackModeO5pauseyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO12fromProgressyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO12fromProgressyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO9fromFrameyAC14CoreFoundation7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO9fromFrameyAC12CoreGraphics7CGFloatVSg_AgA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO10fromMarkeryACSSSg_SSSbAA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO6markeryACSS_AA0a4LoopC0OtcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "mangledName": "$s6Lottie0A12PlaybackModeO7markersyACSaySSGcACmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "TypeDecl", + "name": "PausedState", + "printedName": "PausedState", + "children": [ + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO12currentFrameyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "progress", + "printedName": "progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO8progressyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO8progressyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "frame", + "printedName": "frame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO5frameyAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO5frameyAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Double) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4timeyAESdcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PausedState.Type) -> (Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieMarkerPosition) -> Lottie.LottiePlaybackMode.PausedState", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, position: Lottie.LottieMarkerPosition)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PausedState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO6markeryAESS_AA0A14MarkerPositionOtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + }, + { + "kind": "TypeNominal", + "name": "PausedState", + "printedName": "Lottie.LottiePlaybackMode.PausedState", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO11PausedStateO", + "mangledName": "$s6Lottie0A12PlaybackModeO11PausedStateO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PlaybackMode", + "printedName": "PlaybackMode", + "children": [ + { + "kind": "Var", + "name": "fromProgress", + "printedName": "fromProgress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toProgress: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O12fromProgressyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromFrame", + "printedName": "fromFrame", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat?, CoreGraphics.CGFloat, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(CoreGraphics.CGFloat?, toFrame: CoreGraphics.CGFloat, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE14CoreFoundation7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9fromFrameyAE12CoreGraphics7CGFloatVSg_AiA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "fromMarker", + "printedName": "fromMarker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Swift.String, Swift.Bool, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10fromMarkeryAESSSg_SSSbAA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marker", + "printedName": "marker", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> (Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.String, loopMode: Lottie.LottieLoopMode)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O6markeryAESS_AA0a4LoopC0OtcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "markers", + "printedName": "markers", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottiePlaybackMode.PlaybackMode.Type) -> ([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Swift.String]) -> Lottie.LottiePlaybackMode.PlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7markersyAESaySSGcAEmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O10toProgress_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O7toFrame_04loopC0AE12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O", + "mangledName": "$s6Lottie0A12PlaybackModeO0bC0O", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivp", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO9hashValueSivg", + "mangledName": "$s6Lottie0A12PlaybackModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "paused", + "printedName": "paused", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvpZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A12PlaybackModeO6pausedACvgZ", + "mangledName": "$s6Lottie0A12PlaybackModeO6pausedACvgZ", + "moduleName": "Lottie", + "static": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "toProgress", + "printedName": "toProgress(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO10toProgress_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO10toProgress_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toFrame", + "printedName": "toFrame(_:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO7toFrame_04loopC0AC14CoreFoundation7CGFloatV_AA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO7toFrame_04loopC0AC12CoreGraphics7CGFloatV_AA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "toMarker", + "printedName": "toMarker(_:playEndMarkerFrame:loopMode:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "mangledName": "$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ", + "moduleName": "Lottie", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A12PlaybackModeO", + "mangledName": "$s6Lottie0A12PlaybackModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieMarkerPosition", + "printedName": "LottieMarkerPosition", + "children": [ + { + "kind": "Var", + "name": "start", + "printedName": "start", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO5startyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO5startyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "end", + "printedName": "end", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieMarkerPosition.Type) -> Lottie.LottieMarkerPosition", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieMarkerPosition.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A14MarkerPositionO3endyA2CmF", + "mangledName": "$s6Lottie0A14MarkerPositionO3endyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + }, + { + "kind": "TypeNominal", + "name": "LottieMarkerPosition", + "printedName": "Lottie.LottieMarkerPosition", + "usr": "s:6Lottie0A14MarkerPositionO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivp", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A14MarkerPositionO9hashValueSivg", + "mangledName": "$s6Lottie0A14MarkerPositionO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A14MarkerPositionO", + "mangledName": "$s6Lottie0A14MarkerPositionO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DecodingStrategy", + "printedName": "DecodingStrategy", + "children": [ + { + "kind": "Var", + "name": "legacyCodable", + "printedName": "legacyCodable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO13legacyCodableyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dictionaryBased", + "printedName": "dictionaryBased", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DecodingStrategy.Type) -> Lottie.DecodingStrategy", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DecodingStrategy.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "mangledName": "$s6Lottie16DecodingStrategyO15dictionaryBasedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + }, + { + "kind": "TypeNominal", + "name": "DecodingStrategy", + "printedName": "Lottie.DecodingStrategy", + "usr": "s:6Lottie16DecodingStrategyO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivp", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16DecodingStrategyO9hashValueSivg", + "mangledName": "$s6Lottie16DecodingStrategyO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie16DecodingStrategyO", + "mangledName": "$s6Lottie16DecodingStrategyO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedControl", + "printedName": "AnimatedControl", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)init", + "mangledName": "$s6Lottie15AnimatedControlCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedControl?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithCoder:", + "mangledName": "$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "isEnabled", + "printedName": "isEnabled", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)enabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "enabled", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isEnabled", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isEnabled", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setEnabled:", + "mangledName": "$s6Lottie15AnimatedControlC9isEnabledSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setEnabled:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isSelected", + "printedName": "isSelected", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)selected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "selected", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isSelected", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isSelected", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setSelected:", + "mangledName": "$s6Lottie15AnimatedControlC10isSelectedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setSelected:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "isHighlighted", + "printedName": "isHighlighted", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)highlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "highlighted", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)isHighlighted", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "isHighlighted", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)setHighlighted:", + "mangledName": "$s6Lottie15AnimatedControlC13isHighlightedSbvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "isOpen": true, + "objc_name": "setHighlighted:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(py)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)intrinsicContentSize", + "mangledName": "$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "continueTracking", + "printedName": "continueTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)continueTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC16continueTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "continueTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancelTracking", + "printedName": "cancelTracking(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)cancelTrackingWithEvent:", + "mangledName": "$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "cancelTrackingWithEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC15animationDidSetyyF", + "mangledName": "$s6Lottie15AnimatedControlC15animationDidSetyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animationView", + "printedName": "animationView", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "mangledName": "$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "mangledName": "$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie15AnimatedControlC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setLayer", + "printedName": "setLayer(named:forState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "State", + "printedName": "UIKit.UIControl.State", + "usr": "c:@E@UIControlState" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "mangledName": "$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "mangledName": "$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedControl", + "printedName": "Lottie.AnimatedControl", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl(im)initWithFrame:", + "mangledName": "$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedControl", + "mangledName": "$s6Lottie15AnimatedControlC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIControl", + "superclassNames": [ + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Combine", + "printedName": "Combine", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedButton", + "printedName": "AnimatedButton", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)init", + "mangledName": "$s6Lottie14AnimatedButtonCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedButton?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedButton", + "printedName": "Lottie.AnimatedButton", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "beginTracking", + "printedName": "beginTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)beginTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "beginTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "performAction", + "printedName": "performAction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvp", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvg", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvs", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedButtonC13performActionyycSgvM", + "mangledName": "$s6Lottie14AnimatedButtonC13performActionyycSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromProgress:toProgress:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy14CoreFoundation7CGFloatV_AJSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlayRange", + "printedName": "setPlayRange(fromMarker:toMarker:event:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "UIKit.UIControl.Event", + "usr": "c:@E@UIControlEvents" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "mangledName": "$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedButton", + "mangledName": "$s6Lottie14AnimatedButtonC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "children": [ + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvp", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP9valueTypeypXpvg", + "mangledName": "$s6Lottie16AnyValueProviderP9valueTypeypXpvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "typeErasedStorage", + "printedName": "typeErasedStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "mangledName": "$s6Lottie16AnyValueProviderP17typeErasedStorageAA0bcdG0Ovg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderP9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "value", + "printedName": "value(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie16AnyValueProviderPAAE5value5frameyp14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyValueProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ValueProviderStorage", + "printedName": "ValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO06singleB0yACyxGxcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> ([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe<τ_0_0>]) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe<τ_0_0>]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO9keyframesyACyxGSayAA8KeyframeCyxGGcAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "GenericFunction", + "printedName": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable> (Lottie.ValueProviderStorage<τ_0_0>.Type) -> (@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> τ_0_0) -> Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> τ_0_0", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie20ValueProviderStorageO7closureyACyxGx14CoreFoundation7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "mangledName": "$s6Lottie20ValueProviderStorageO7closureyACyxGx12CoreGraphics7CGFloatVccAEmAA17AnyInterpolatableRzlF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie20ValueProviderStorageO", + "mangledName": "$s6Lottie20ValueProviderStorageO", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnyValueProviderStorage", + "printedName": "AnyValueProviderStorage", + "children": [ + { + "kind": "Var", + "name": "singleValue", + "printedName": "singleValue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO06singleC0yACypcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "keyframes", + "printedName": "keyframes", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> ([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([Lottie.Keyframe], @escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([Lottie.Keyframe], interpolate: (CoreGraphics.CGFloat) -> Any)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.Keyframe]", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp14CoreFoundation7CGFloatVctcACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO9keyframesyACSayAA8KeyframeCyypGG_yp12CoreGraphics7CGFloatVctcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "closure", + "printedName": "closure", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnyValueProviderStorage.Type) -> (@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@escaping (CoreGraphics.CGFloat) -> Any) -> Lottie.AnyValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> Any", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnyValueProviderStorage.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyValueProviderStorage", + "printedName": "Lottie.AnyValueProviderStorage", + "usr": "s:6Lottie23AnyValueProviderStorageO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie23AnyValueProviderStorageO7closureyACyp14CoreFoundation7CGFloatVccACmF", + "mangledName": "$s6Lottie23AnyValueProviderStorageO7closureyACyp12CoreGraphics7CGFloatVccACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie23AnyValueProviderStorageO", + "mangledName": "$s6Lottie23AnyValueProviderStorageO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreText", + "printedName": "CoreText", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimatedSwitch", + "printedName": "AnimatedSwitch", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "overriding": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)init", + "mangledName": "$s6Lottie14AnimatedSwitchCACycfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimatedSwitch?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatedSwitch", + "printedName": "Lottie.AnimatedSwitch", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)initWithCoder:", + "mangledName": "$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "animationDidSet", + "printedName": "animationDidSet()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC15animationDidSetyyF", + "mangledName": "$s6Lottie14AnimatedSwitchC15animationDidSetyyF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "endTracking", + "printedName": "endTracking(_:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITouch?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITouch", + "printedName": "UIKit.UITouch", + "usr": "c:objc(cs)UITouch" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEvent?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIEvent", + "printedName": "UIKit.UIEvent", + "usr": "c:objc(cs)UIEvent" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)endTrackingWithTouch:withEvent:", + "mangledName": "$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF", + "moduleName": "Lottie", + "overriding": true, + "isOpen": true, + "objc_name": "endTrackingWithTouch:withEvent:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "CancelBehavior", + "printedName": "CancelBehavior", + "children": [ + { + "kind": "Var", + "name": "reverse", + "printedName": "reverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO7reverseyA2EmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.AnimatedSwitch.CancelBehavior.Type) -> Lottie.AnimatedSwitch.CancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4noneyA2EmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO", + "mangledName": "$s6Lottie14AnimatedSwitchC14CancelBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Var", + "name": "cancelBehavior", + "printedName": "cancelBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CancelBehavior", + "printedName": "Lottie.AnimatedSwitch.CancelBehavior", + "usr": "s:6Lottie14AnimatedSwitchC14CancelBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "mangledName": "$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animateUpdateWhenChangingAnimation", + "printedName": "animateUpdateWhenChangingAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "accessibilityTraits", + "printedName": "accessibilityTraits", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(py)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)accessibilityTraits", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "accessibilityTraits", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIAccessibilityTraits", + "printedName": "UIKit.UIAccessibilityTraits", + "usr": "c:@T@UIAccessibilityTraits" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch(im)setAccessibilityTraits:", + "mangledName": "$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avs", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "setAccessibilityTraits:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Var", + "name": "stateUpdated", + "printedName": "stateUpdated", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "Custom", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "mangledName": "$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isOn", + "printedName": "isOn", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvp", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvg", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvs", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie14AnimatedSwitchC4isOnSbvM", + "mangledName": "$s6Lottie14AnimatedSwitchC4isOnSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setIsOn", + "printedName": "setIsOn(_:animated:shouldFireHaptics:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "mangledName": "$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setProgressForState", + "printedName": "setProgressForState(fromProgress:toProgress:forOnState:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y14CoreFoundation7CGFloatV_AJSbtF", + "mangledName": "$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimatedSwitch", + "mangledName": "$s6Lottie14AnimatedSwitchC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)AnimatedControl", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.AnimatedControl", + "UIKit.UIControl", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector1D", + "printedName": "LottieVector1D", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DVyACSdcfc", + "mangledName": "$s6Lottie0A8Vector1DVyACSdcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV5valueSdvp", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV5valueSdvg", + "mangledName": "$s6Lottie0A8Vector1DV5valueSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector1DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector1DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector1DV11interpolate2to6amountA2C_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector1DV", + "mangledName": "$s6Lottie0A8Vector1DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieVector3D", + "printedName": "LottieVector3D", + "children": [ + { + "kind": "Var", + "name": "x", + "printedName": "x", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1xSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1xSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1xSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "y", + "printedName": "y", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1ySdvp", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1ySdvg", + "mangledName": "$s6Lottie0A8Vector3DV1ySdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "z", + "printedName": "z", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV1zSdvp", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV1zSdvg", + "mangledName": "$s6Lottie0A8Vector3DV1zSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(x:y:z:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "mangledName": "$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivp", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9hashValueSivg", + "mangledName": "$s6Lottie0A8Vector3DV9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "mangledName": "$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "pointValue", + "printedName": "pointValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "mangledName": "$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "sizeValue", + "printedName": "sizeValue", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "mangledName": "$s6Lottie0A8Vector3DV9sizeValueSo6CGSizeVvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:6Lottie0A8Vector3DV", + "mangledName": "$s6Lottie0A8Vector3DV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LottieBackgroundBehavior", + "printedName": "LottieBackgroundBehavior", + "children": [ + { + "kind": "Var", + "name": "stop", + "printedName": "stop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4stopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pause", + "printedName": "pause", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO5pauseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pauseAndRestore", + "printedName": "pauseAndRestore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15pauseAndRestoreyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "forceFinish", + "printedName": "forceFinish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO11forceFinishyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "continuePlaying", + "printedName": "continuePlaying", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieBackgroundBehavior.Type) -> Lottie.LottieBackgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieBackgroundBehavior.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO15continuePlayingyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "default", + "printedName": "default(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A18BackgroundBehaviorO", + "mangledName": "$s6Lottie0A18BackgroundBehaviorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieLoopMode", + "printedName": "LottieLoopMode", + "children": [ + { + "kind": "Var", + "name": "playOnce", + "printedName": "playOnce", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO8playOnceyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO8playOnceyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loop", + "printedName": "loop", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO4loopyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO4loopyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "autoReverse", + "printedName": "autoReverse", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO11autoReverseyA2CmF", + "mangledName": "$s6Lottie0A8LoopModeO11autoReverseyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeat", + "printedName": "repeat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO6repeatyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO6repeatyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "repeatBackwards", + "printedName": "repeatBackwards", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieLoopMode.Type) -> (Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Float) -> Lottie.LottieLoopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LottieLoopMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "mangledName": "$s6Lottie0A8LoopModeO15repeatBackwardsyACSfcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivp", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A8LoopModeO9hashValueSivg", + "mangledName": "$s6Lottie0A8LoopModeO9hashValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie0A8LoopModeO", + "mangledName": "$s6Lottie0A8LoopModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationView", + "printedName": "LottieAnimationView", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(animation:imageProvider:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottie:animationId:textProvider:fontProvider:configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "hasDefaultArg": true, + "usr": "s:6Lottie21AnimationFontProviderP" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(configuration:logger:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "hasDefaultArg": true, + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithFrame:", + "mangledName": "$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationView?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)initWithCoder:", + "mangledName": "$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Required" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PlaybackMode", + "printedName": "Lottie.LottiePlaybackMode.PlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO0bC0O" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromProgress:toProgress:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromFrame:toFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony14CoreFoundation7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(fromMarker:toMarker:playEndMarkerFrame:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(marker:loopMode:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieLoopMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(markers:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "stop", + "printedName": "stop()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4stopyyF", + "mangledName": "$s6Lottie0A13AnimationViewC4stopyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "pause", + "printedName": "pause()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC5pauseyyF", + "mangledName": "$s6Lottie0A13AnimationViewC5pauseyyF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "play", + "printedName": "play(_:animationCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF", + "moduleName": "Lottie", + "deprecated": true, + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "Available" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPlaybackMode", + "printedName": "setPlaybackMode(_:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "animateLayoutChangesWithCurrentCoreAnimationContext", + "printedName": "animateLayoutChangesWithCurrentCoreAnimationContext", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "mangledName": "$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueProviders", + "printedName": "valueProviders", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Lottie.AnimationKeypath : Lottie.AnyValueProvider]", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "mangledName": "$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "backgroundBehavior", + "printedName": "backgroundBehavior", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieBackgroundBehavior", + "printedName": "Lottie.LottieBackgroundBehavior", + "usr": "s:6Lottie0A18BackgroundBehaviorO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimation?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "animationLoaded", + "printedName": "animationLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Lottie.LottieAnimation)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "textProvider", + "printedName": "textProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypathTextProvider", + "printedName": "Lottie.AnimationKeypathTextProvider", + "usr": "s:6Lottie28AnimationKeypathTextProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fontProvider", + "printedName": "fontProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationFontProvider", + "printedName": "Lottie.AnimationFontProvider", + "usr": "s:6Lottie21AnimationFontProviderP" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "mangledName": "$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "maskAnimationToBounds", + "printedName": "maskAnimationToBounds", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationPlaying", + "printedName": "isAnimationPlaying", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB7PlayingSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAnimationQueued", + "printedName": "isAnimationQueued", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC02isB6QueuedSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldRasterizeWhenIdle", + "printedName": "shouldRasterizeWhenIdle", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentProgress", + "printedName": "currentProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC15currentProgress14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentTime", + "printedName": "currentTime", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvp", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvg", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvs", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC11currentTimeSdvM", + "mangledName": "$s6Lottie0A13AnimationViewC11currentTimeSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "currentFrame", + "printedName": "currentFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC12currentFrame14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationFrame", + "printedName": "realtimeAnimationFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB5Frame14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "realtimeAnimationProgress", + "printedName": "realtimeAnimationProgress", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC08realtimeB8Progress14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC14animationSpeed14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "respectAnimationFrameRate", + "printedName": "respectAnimationFrameRate", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "viewportFrame", + "printedName": "viewportFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "mangledName": "$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "intrinsicContentSize", + "printedName": "intrinsicContentSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(py)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView(im)intrinsicContentSize", + "mangledName": "$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvg", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "intrinsicContentSize", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentRenderingEngine", + "printedName": "currentRenderingEngine", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.RenderingEngine?", + "children": [ + { + "kind": "TypeNominal", + "name": "RenderingEngine", + "printedName": "Lottie.RenderingEngine", + "usr": "s:6Lottie15RenderingEngineO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "currentPlaybackMode", + "printedName": "currentPlaybackMode", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottiePlaybackMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottiePlaybackMode", + "printedName": "Lottie.LottiePlaybackMode", + "usr": "s:6Lottie0A12PlaybackModeO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "mangledName": "$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "printedName": "mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvg", + "moduleName": "Lottie", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs", + "moduleName": "Lottie", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "mangledName": "$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(_:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadAnimation", + "printedName": "loadAnimation(atIndex:from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "mangledName": "$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reloadImages", + "printedName": "reloadImages()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12reloadImagesyyF", + "mangledName": "$s6Lottie0A13AnimationViewC12reloadImagesyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "forceDisplayUpdate", + "printedName": "forceDisplayUpdate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "mangledName": "$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setValueProvider", + "printedName": "setValueProvider(_:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnyValueProvider", + "printedName": "Lottie.AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getValue", + "printedName": "getValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getOriginalValue", + "printedName": "getOriginalValue(for:atFrame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_14CoreFoundation7CGFloatVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "logHierarchyKeypaths", + "printedName": "logHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "mangledName": "$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "allHierarchyKeypaths", + "printedName": "allHierarchyKeypaths()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "mangledName": "$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "addSubview", + "printedName": "addSubview(_:forLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGRect?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "convert", + "printedName": "convert(_:toLayerAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationKeypath?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "mangledName": "$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setNodeIsEnabled", + "printedName": "setNodeIsEnabled(isEnabled:keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "mangledName": "$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "progressTime", + "printedName": "progressTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC12progressTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "frameTime", + "printedName": "frameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC9frameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "durationFrameTime", + "printedName": "durationFrameTime(forMarker:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A13AnimationViewC17durationFrameTime9forMarker14CoreFoundation7CGFloatVSgSS_tF", + "mangledName": "$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:bundle:subdirectory:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(filePath:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(url:imageProvider:session:closure:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(asset:bundle:imageProvider:animationCache:configuration:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationCacheProvider", + "printedName": "Lottie.AnimationCacheProvider", + "usr": "s:6Lottie22AnimationCacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieName:bundle:subdirectory:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieFilePath:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieUrl:animationId:dotLottieCache:configuration:session:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(dotLottieAsset:bundle:animationId:dotLottieCache:configuration:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "LottieConfiguration", + "printedName": "Lottie.LottieConfiguration", + "hasDefaultArg": true, + "usr": "s:6Lottie0A13ConfigurationV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Lottie.LottieAnimationView, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Lottie.LottieAnimationView, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationView", + "printedName": "Lottie.LottieAnimationView", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "mangledName": "$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "init_kind": "Convenience" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationView", + "mangledName": "$s6Lottie0A13AnimationViewC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "IBDesignable", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Lottie.LottieAnimationViewBase", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieError", + "printedName": "DotLottieError", + "children": [ + { + "kind": "Var", + "name": "noDataLoaded", + "printedName": "noDataLoaded", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO12noDataLoadedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "assetNotFound", + "printedName": "assetNotFound", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> (Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String, Foundation.Bundle?) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String, bundle: Foundation.Bundle?)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "mangledName": "$s6Lottie03DotA5ErrorO13assetNotFoundyACSS_So8NSBundleCSgtcACmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "loadingFromAssetNotSupported", + "printedName": "loadingFromAssetNotSupported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO28loadingFromAssetNotSupportedyA2CmF", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "invalidFileFormat", + "printedName": "invalidFileFormat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO17invalidFileFormatyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "invalidData", + "printedName": "invalidData", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO11invalidDatayA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + }, + { + "kind": "Var", + "name": "animationNotAvailable", + "printedName": "animationNotAvailable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.DotLottieError.Type) -> Lottie.DotLottieError", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.DotLottieError.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieError", + "printedName": "Lottie.DotLottieError", + "usr": "s:6Lottie03DotA5ErrorO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "mangledName": "$s6Lottie03DotA5ErrorO21animationNotAvailableyA2CmF", + "moduleName": "Lottie", + "deprecated": true, + "declAttributes": [ + "Available" + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA5ErrorO", + "mangledName": "$s6Lottie03DotA5ErrorO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "FloatValueProvider", + "printedName": "FloatValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderC5blockAC14CoreFoundation7CGFloatVAGc_tcfc", + "mangledName": "$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18FloatValueProviderCyAC14CoreFoundation7CGFloatVcfc", + "mangledName": "$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "float", + "printedName": "float", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvs", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC5float14CoreFoundation7CGFloatVvM", + "mangledName": "$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18FloatValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector1D", + "printedName": "Lottie.LottieVector1D", + "usr": "s:6Lottie0A8Vector1DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "mangledName": "$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "FloatValueProvider", + "printedName": "Lottie.FloatValueProvider", + "usr": "s:6Lottie18FloatValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18FloatValueProviderC", + "mangledName": "$s6Lottie18FloatValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CompatibleAnimationKeypath", + "printedName": "CompatibleAnimationKeypath", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keypath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeypath:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeypath:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(keys:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)initWithKeys:", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc", + "moduleName": "Lottie", + "objc_name": "initWithKeys:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "animationKeypath", + "printedName": "animationKeypath", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationKeypath", + "printedName": "Lottie.AnimationKeypath", + "usr": "s:6Lottie16AnimationKeypathV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "CompatibleAnimationKeypath", + "printedName": "Lottie.CompatibleAnimationKeypath", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath(im)init", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathCACycfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)CompatibleAnimationKeypath", + "mangledName": "$s6Lottie26CompatibleAnimationKeypathC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "children": [ + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA13CacheProviderP4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "mangledName": "$s6Lottie03DotA13CacheProviderP7setFile_6forKeyyAA0baF0C_SStF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA13CacheProviderP05clearC0yyF", + "mangledName": "$s6Lottie03DotA13CacheProviderP05clearC0yyF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.DotLottieCacheProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Swift.Sendable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LayerType", + "printedName": "LayerType", + "children": [ + { + "kind": "Var", + "name": "precomp", + "printedName": "precomp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7precompyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7precompyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "solid", + "printedName": "solid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5solidyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5solidyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "image", + "printedName": "image", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5imageyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5imageyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "null", + "printedName": "null", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4nullyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4nullyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "shape", + "printedName": "shape", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO5shapeyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO5shapeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "text", + "printedName": "text", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO4textyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO4textyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.LayerType.Type) -> Lottie.LayerType", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.LayerType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9LayerTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9LayerTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "mangledName": "$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LayerType?", + "children": [ + { + "kind": "TypeNominal", + "name": "LayerType", + "printedName": "Lottie.LayerType", + "usr": "s:6Lottie9LayerTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9LayerTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9LayerTypeO8rawValueSivp", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9LayerTypeO8rawValueSivg", + "mangledName": "$s6Lottie9LayerTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9LayerTypeO", + "mangledName": "$s6Lottie9LayerTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "MatteType", + "printedName": "MatteType", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO4noneyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO4noneyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "add", + "printedName": "add", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO3addyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO3addyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "invert", + "printedName": "invert", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO6invertyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO6invertyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "unknown", + "printedName": "unknown", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.MatteType.Type) -> Lottie.MatteType", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.MatteType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9MatteTypeO7unknownyA2CmF", + "mangledName": "$s6Lottie9MatteTypeO7unknownyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.MatteType?", + "children": [ + { + "kind": "TypeNominal", + "name": "MatteType", + "printedName": "Lottie.MatteType", + "usr": "s:6Lottie9MatteTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9MatteTypeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9MatteTypeO8rawValueSivp", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9MatteTypeO8rawValueSivg", + "mangledName": "$s6Lottie9MatteTypeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9MatteTypeO", + "mangledName": "$s6Lottie9MatteTypeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "BlendMode", + "printedName": "BlendMode", + "children": [ + { + "kind": "Var", + "name": "normal", + "printedName": "normal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6normalyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6normalyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "multiply", + "printedName": "multiply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO8multiplyyA2CmF", + "mangledName": "$s6Lottie9BlendModeO8multiplyyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "screen", + "printedName": "screen", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6screenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6screenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "overlay", + "printedName": "overlay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7overlayyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7overlayyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "darken", + "printedName": "darken", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO6darkenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO6darkenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "lighten", + "printedName": "lighten", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO7lightenyA2CmF", + "mangledName": "$s6Lottie9BlendModeO7lightenyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorDodge", + "printedName": "colorDodge", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10colorDodgeyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10colorDodgeyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "colorBurn", + "printedName": "colorBurn", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9colorBurnyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9colorBurnyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hardLight", + "printedName": "hardLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9hardLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9hardLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "softLight", + "printedName": "softLight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9softLightyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9softLightyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "difference", + "printedName": "difference", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10differenceyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10differenceyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "exclusion", + "printedName": "exclusion", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO9exclusionyA2CmF", + "mangledName": "$s6Lottie9BlendModeO9exclusionyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "hue", + "printedName": "hue", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO3hueyA2CmF", + "mangledName": "$s6Lottie9BlendModeO3hueyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "saturation", + "printedName": "saturation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10saturationyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10saturationyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "color", + "printedName": "color", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO5coloryA2CmF", + "mangledName": "$s6Lottie9BlendModeO5coloryA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Var", + "name": "luminosity", + "printedName": "luminosity", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Lottie.BlendMode.Type) -> Lottie.BlendMode", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "Lottie.BlendMode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:6Lottie9BlendModeO10luminosityyA2CmF", + "mangledName": "$s6Lottie9BlendModeO10luminosityyA2CmF", + "moduleName": "Lottie" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.BlendMode?", + "children": [ + { + "kind": "TypeNominal", + "name": "BlendMode", + "printedName": "Lottie.BlendMode", + "usr": "s:6Lottie9BlendModeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "mangledName": "$s6Lottie9BlendModeO8rawValueACSgSi_tcfc", + "moduleName": "Lottie", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie9BlendModeO8rawValueSivp", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivp", + "moduleName": "Lottie", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie9BlendModeO8rawValueSivg", + "mangledName": "$s6Lottie9BlendModeO8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:6Lottie9BlendModeO", + "mangledName": "$s6Lottie9BlendModeO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieCache", + "printedName": "DotLottieCache", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA5CacheCACycfc", + "mangledName": "$s6Lottie03DotA5CacheCACycfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sharedCache", + "printedName": "sharedCache", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvpZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCache", + "printedName": "Lottie.DotLottieCache", + "usr": "s:6Lottie03DotA5CacheC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC06sharedC0ACvgZ", + "mangledName": "$s6Lottie03DotA5CacheC06sharedC0ACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cacheSize", + "printedName": "cacheSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivp", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivg", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivs", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA5CacheC9cacheSizeSivM", + "mangledName": "$s6Lottie03DotA5CacheC9cacheSizeSivM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "clearCache", + "printedName": "clearCache()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC05clearC0yyF", + "mangledName": "$s6Lottie03DotA5CacheC05clearC0yyF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "file", + "printedName": "file(forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieFile?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "mangledName": "$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setFile", + "printedName": "setFile(_:forKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "mangledName": "$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA5CacheC", + "mangledName": "$s6Lottie03DotA5CacheC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "DotLottieCacheProvider", + "printedName": "DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP", + "mangledName": "$s6Lottie03DotA13CacheProviderP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "GradientValueProvider", + "printedName": "GradientValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((CoreGraphics.CGFloat) -> [Swift.Double])?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> [Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG14CoreFoundation7CGFloatVc_SaySdGAKcSgtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:locations:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "mangledName": "$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "colors", + "printedName": "colors", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.LottieColor]", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "mangledName": "$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "locations", + "printedName": "locations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvp", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvg", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvs", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9locationsSaySdGvM", + "mangledName": "$s6Lottie21GradientValueProviderC9locationsSaySdGvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie21GradientValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage<[Swift.Double]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "mangledName": "$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "GradientValueProvider", + "printedName": "Lottie.GradientValueProvider", + "usr": "s:6Lottie21GradientValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie21GradientValueProviderC", + "mangledName": "$s6Lottie21GradientValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfiguration", + "printedName": "DotLottieConfiguration", + "children": [ + { + "kind": "Var", + "name": "id", + "printedName": "id", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV2idSSvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV2idSSvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLoopMode", + "printedName": "Lottie.LottieLoopMode", + "usr": "s:6Lottie0A8LoopModeO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "speed", + "printedName": "speed", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvs", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvs", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV5speedSdvM", + "mangledName": "$s6Lottie03DotA13ConfigurationV5speedSdvM", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationImageProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationImageProvider", + "printedName": "Lottie.AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "mangledName": "$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg", + "moduleName": "Lottie", + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA13ConfigurationV", + "mangledName": "$s6Lottie03DotA13ConfigurationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieConfigurationComponents", + "printedName": "DotLottieConfigurationComponents", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "imageProvider", + "printedName": "imageProvider", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "loopMode", + "printedName": "loopMode", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSpeed", + "printedName": "animationSpeed", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "all", + "printedName": "all", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV", + "mangledName": "$s6Lottie03DotA23ConfigurationComponentsV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfigurationComponents", + "printedName": "Lottie.DotLottieConfigurationComponents", + "usr": "s:6Lottie03DotA23ConfigurationComponentsV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "BundleImageProvider", + "printedName": "BundleImageProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(bundle:searchPath:contentsGravity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "hasDefaultArg": true, + "usr": "c:@T@CALayerContentsGravity" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "mangledName": "$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + }, + { + "kind": "TypeNominal", + "name": "BundleImageProvider", + "printedName": "Lottie.BundleImageProvider", + "usr": "s:6Lottie19BundleImageProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie19BundleImageProviderC", + "mangledName": "$s6Lottie19BundleImageProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "AnimationSubview", + "printedName": "AnimationSubview", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithFrame:", + "mangledName": "$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.AnimationSubview?", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationSubview", + "printedName": "Lottie.AnimationSubview", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview(im)initWithCoder:", + "mangledName": "$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)AnimationSubview", + "mangledName": "$s6Lottie16AnimationSubviewC", + "moduleName": "Lottie", + "declAttributes": [ + "Custom", + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieAnimationViewBase", + "printedName": "LottieAnimationViewBase", + "children": [ + { + "kind": "Var", + "name": "contentMode", + "printedName": "contentMode", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Var", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(py)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvp", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)contentMode", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvg", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "contentMode", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContentMode", + "printedName": "UIKit.UIView.ContentMode", + "usr": "c:@E@UIViewContentMode" + } + ], + "declKind": "Accessor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)setContentMode:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0Vvs", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "setContentMode:", + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "accessorKind": "set" + } + ] + }, + { + "kind": "Function", + "name": "didMoveToWindow", + "printedName": "didMoveToWindow()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)didMoveToWindow", + "mangledName": "$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "didMoveToWindow", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "layoutSubviews", + "printedName": "layoutSubviews()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)layoutSubviews", + "mangledName": "$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyF", + "moduleName": "Lottie", + "overriding": true, + "objc_name": "layoutSubviews", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithFrame:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(coder:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieAnimationViewBase?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationViewBase", + "printedName": "Lottie.LottieAnimationViewBase", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "NSCoder", + "printedName": "Foundation.NSCoder", + "usr": "c:objc(cs)NSCoder" + } + ], + "declKind": "Constructor", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase(im)initWithCoder:", + "mangledName": "$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc", + "moduleName": "Lottie", + "overriding": true, + "implicit": true, + "objc_name": "initWithCoder:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Required" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@Lottie@objc(cs)LottieAnimationViewBase", + "mangledName": "$s6Lottie0A17AnimationViewBaseC", + "moduleName": "Lottie", + "isOpen": true, + "declAttributes": [ + "Custom", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)UIView", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DotLottieFile", + "printedName": "DotLottieFile", + "children": [ + { + "kind": "TypeDecl", + "name": "Animation", + "printedName": "Animation", + "children": [ + { + "kind": "Var", + "name": "animation", + "printedName": "animation", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimation", + "printedName": "Lottie.LottieAnimation", + "usr": "s:6Lottie0A9AnimationC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "configuration", + "printedName": "configuration", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieConfiguration", + "printedName": "Lottie.DotLottieConfiguration", + "usr": "s:6Lottie03DotA13ConfigurationV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg", + "moduleName": "Lottie", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:6Lottie03DotA4FileC9AnimationV", + "mangledName": "$s6Lottie03DotA4FileC9AnimationV", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "animations", + "printedName": "animations", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Lottie.DotLottieFile.Animation]", + "children": [ + { + "kind": "TypeNominal", + "name": "Animation", + "printedName": "Lottie.DotLottieFile.Animation", + "usr": "s:6Lottie03DotA4FileC9AnimationV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "mangledName": "$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "animationSource", + "printedName": "animationSource", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieAnimationSource", + "printedName": "Lottie.LottieAnimationSource", + "usr": "s:6Lottie0A15AnimationSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "mangledName": "$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SynchronouslyBlockingCurrentThread", + "printedName": "SynchronouslyBlockingCurrentThread", + "children": [ + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "mangledName": "$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "named", + "printedName": "named(_:bundle:subdirectory:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(filepath:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "asset", + "printedName": "asset(named:bundle:dotLottieCache:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSBundle" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(url:session:dotLottieCache:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + }, + { + "kind": "TypeNominal", + "name": "URLSession", + "printedName": "Foundation.URLSession", + "hasDefaultArg": true, + "usr": "c:objc(cs)NSURLSession" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.DotLottieCacheProvider?", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieCacheProvider", + "printedName": "Lottie.DotLottieCacheProvider", + "usr": "s:6Lottie03DotA13CacheProviderP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:handleResult:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Result) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Result", + "printedName": "Swift.Result", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:s6ResultO" + } + ] + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "loadedFrom", + "printedName": "loadedFrom(data:filename:dispatchQueue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DotLottieFile", + "printedName": "Lottie.DotLottieFile", + "usr": "s:6Lottie03DotA4FileC" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "hasDefaultArg": true, + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Func", + "usr": "s:6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "mangledName": "$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie03DotA4FileC", + "mangledName": "$s6Lottie03DotA4FileC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "LottieLogger", + "printedName": "LottieLogger", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(assert:assertionFailure:warn:info:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.Bool, @autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.Bool, () -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String, Swift.StaticString, Swift.UInt) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(() -> Swift.String, Swift.StaticString, Swift.UInt)", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "hasDefaultArg": true + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(@autoclosure () -> Swift.String) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "hasDefaultArg": true + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "mangledName": "$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "shared", + "printedName": "shared", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC6sharedACvpZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvgZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvsZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvsZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC6sharedACvMZ", + "mangledName": "$s6Lottie0A6LoggerC6sharedACvMZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "assert", + "printedName": "assert(_:_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "assertionFailure", + "printedName": "assertionFailure(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "warn", + "printedName": "warn(_:fileID:line:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + }, + { + "kind": "TypeNominal", + "name": "StaticString", + "printedName": "Swift.StaticString", + "hasDefaultArg": true, + "usr": "s:s12StaticStringV" + }, + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "hasDefaultArg": true, + "usr": "s:Su" + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "mangledName": "$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "info", + "printedName": "info(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> Swift.String", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "typeAttributes": [ + "noescape" + ], + "hasDefaultArg": true + } + ], + "declKind": "Func", + "usr": "s:6Lottie0A6LoggerC4infoyySSyXKF", + "mangledName": "$s6Lottie0A6LoggerC4infoyySSyXKF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "printToConsole", + "printedName": "printToConsole", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Var", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvpZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieLogger", + "printedName": "Lottie.LottieLogger", + "usr": "s:6Lottie0A6LoggerC" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie0A6LoggerC14printToConsoleACvgZ", + "mangledName": "$s6Lottie0A6LoggerC14printToConsoleACvgZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie0A6LoggerC", + "mangledName": "$s6Lottie0A6LoggerC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "zlib", + "printedName": "zlib", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "Compression", + "printedName": "Compression", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "TypeDecl", + "name": "PointValueProvider", + "printedName": "PointValueProvider", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(block:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> CoreFoundation.CGPoint", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderC5blockACSo7CGPointV14CoreFoundation7CGFloatVc_tcfc", + "mangledName": "$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "mangledName": "$s6Lottie18PointValueProviderCyACSo7CGPointVcfc", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "point", + "printedName": "point", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvg", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvs", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "mangledName": "$s6Lottie18PointValueProviderC5pointSo7CGPointVvM", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "valueType", + "printedName": "valueType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvp", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC9valueTypeypXpvg", + "mangledName": "$s6Lottie18PointValueProviderC9valueTypeypXpvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "storage", + "printedName": "storage", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Var", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ValueProviderStorage", + "printedName": "Lottie.ValueProviderStorage", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:6Lottie20ValueProviderStorageO" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "mangledName": "$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg", + "moduleName": "Lottie", + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hasUpdate", + "printedName": "hasUpdate(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC9hasUpdate5frameSb14CoreFoundation7CGFloatV_tF", + "mangledName": "$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + }, + { + "kind": "TypeNominal", + "name": "PointValueProvider", + "printedName": "Lottie.PointValueProvider", + "usr": "s:6Lottie18PointValueProviderC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "mangledName": "$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:6Lottie18PointValueProviderC", + "mangledName": "$s6Lottie18PointValueProviderC", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyValueProvider", + "printedName": "AnyValueProvider", + "usr": "s:6Lottie16AnyValueProviderP", + "mangledName": "$s6Lottie16AnyValueProviderP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "CoreFoundation", + "printedName": "CoreFoundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Keyframe", + "printedName": "Keyframe", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "mangledName": "$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(value:time:isHold:inTangent:outTangent:spatialInTangent:spatialOutTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_14CoreFoundation7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "mangledName": "$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "value", + "printedName": "value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC5valuexvp", + "mangledName": "$s6Lottie8KeyframeC5valuexvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC5valuexvg", + "mangledName": "$s6Lottie8KeyframeC5valuexvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "time", + "printedName": "time", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvp", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC4time14CoreFoundation7CGFloatVvg", + "mangledName": "$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isHold", + "printedName": "isHold", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC6isHoldSbvp", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC6isHoldSbvg", + "mangledName": "$s6Lottie8KeyframeC6isHoldSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "inTangent", + "printedName": "inTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "outTangent", + "printedName": "outTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector2D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector2D", + "printedName": "Lottie.LottieVector2D", + "usr": "s:6Lottie0A8Vector2DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "mangledName": "$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialInTangent", + "printedName": "spatialInTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "spatialOutTangent", + "printedName": "spatialOutTangent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvp", + "moduleName": "Lottie", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Lottie.LottieVector3D?", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieVector3D", + "printedName": "Lottie.LottieVector3D", + "usr": "s:6Lottie0A8Vector3DV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "mangledName": "$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + }, + { + "kind": "TypeNominal", + "name": "Keyframe", + "printedName": "Lottie.Keyframe<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:6Lottie8KeyframeC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivp", + "moduleName": "Lottie", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "mangledName": "$s6Lottie8KeyframeCAASHRzlE9hashValueSivg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "s:6Lottie8KeyframeC", + "mangledName": "$s6Lottie8KeyframeC", + "moduleName": "Lottie", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie" + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "QuartzCore", + "printedName": "QuartzCore", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AnimationImageProvider", + "printedName": "AnimationImageProvider", + "children": [ + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvp", + "moduleName": "Lottie", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "imageForAsset", + "printedName": "imageForAsset(asset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGImage", + "printedName": "CoreGraphics.CGImage", + "usr": "c:@T@CGImageRef" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "cacheEligible", + "printedName": "cacheEligible", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "contentsGravity", + "printedName": "contentsGravity(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CALayerContentsGravity", + "printedName": "QuartzCore.CALayerContentsGravity", + "usr": "c:@T@CALayerContentsGravity" + }, + { + "kind": "TypeNominal", + "name": "ImageAsset", + "printedName": "Lottie.ImageAsset", + "usr": "s:6Lottie10ImageAssetC" + } + ], + "declKind": "Func", + "usr": "s:6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "mangledName": "$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnimationImageProvider>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie22AnimationImageProviderP", + "mangledName": "$s6Lottie22AnimationImageProviderP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreGraphics", + "printedName": "CoreGraphics", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Interpolatable", + "printedName": "Interpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatableP11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatableP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable, τ_0_0 : Swift.BinaryFloatingPoint>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatableP11interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_14CoreFoundation7CGFloatVtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.SpatialInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "children": [ + { + "kind": "Function", + "name": "_interpolate", + "printedName": "_interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_14CoreFoundation7CGFloatVSo7CGPointVSgANtF", + "mangledName": "$s6Lottie17AnyInterpolatableP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.AnyInterpolatable>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "Lottie", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "UIView", + "printedName": "UIView", + "declKind": "Class", + "usr": "c:objc(cs)UIView", + "moduleName": "UIKit", + "isOpen": true, + "objc_name": "UIView", + "declAttributes": [ + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIResponder", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CALayer", + "printedName": "CALayer", + "children": [ + { + "kind": "Function", + "name": "logLayerTree", + "printedName": "logLayerTree(withIndent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:So7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "mangledName": "$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl", + "NonObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)CALayer", + "moduleName": "QuartzCore", + "isOpen": true, + "intro_tvOS": "9.0", + "objc_name": "CALayer", + "declAttributes": [ + "Available", + "ObjC", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Array", + "printedName": "Array", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:Sa", + "mangledName": "$sSa", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "_DestructorSafeContainer", + "printedName": "_DestructorSafeContainer", + "usr": "s:s24_DestructorSafeContainerP", + "mangledName": "$ss24_DestructorSafeContainerP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ArrayProtocol", + "printedName": "_ArrayProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "_Buffer", + "printedName": "_Buffer", + "children": [ + { + "kind": "TypeNominal", + "name": "_ArrayBuffer", + "printedName": "Swift._ArrayBuffer<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s12_ArrayBufferV" + } + ] + } + ], + "usr": "s:s14_ArrayProtocolP", + "mangledName": "$ss14_ArrayProtocolP" + }, + { + "kind": "Conformance", + "name": "RandomAccessCollection", + "printedName": "RandomAccessCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sk", + "mangledName": "$sSk" + }, + { + "kind": "Conformance", + "name": "MutableCollection", + "printedName": "MutableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:SM", + "mangledName": "$sSM" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator<[τ_0_0]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "ArraySlice", + "printedName": "Swift.ArraySlice<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s10ArraySliceV" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSArray", + "printedName": "Foundation.NSArray", + "usr": "c:objc(cs)NSArray" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "ContiguousBytes", + "printedName": "ContiguousBytes", + "usr": "s:10Foundation15ContiguousBytesP", + "mangledName": "$s10Foundation15ContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DataProtocol", + "printedName": "DataProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "Regions", + "printedName": "Regions", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionOfOne", + "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.UInt8]", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt8", + "printedName": "Swift.UInt8", + "usr": "s:s5UInt8V" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:s15CollectionOfOneV" + } + ] + } + ], + "usr": "s:10Foundation12DataProtocolP", + "mangledName": "$s10Foundation12DataProtocolP" + }, + { + "kind": "Conformance", + "name": "MutableDataProtocol", + "printedName": "MutableDataProtocol", + "usr": "s:10Foundation19MutableDataProtocolP", + "mangledName": "$s10Foundation19MutableDataProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Bundle", + "printedName": "Bundle", + "declKind": "Class", + "usr": "c:objc(cs)NSBundle", + "moduleName": "Foundation", + "isOpen": true, + "objc_name": "NSBundle", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGFloat", + "printedName": "CGFloat", + "declKind": "Struct", + "usr": "s:14CoreFoundation7CGFloatV", + "mangledName": "$s12CoreGraphics7CGFloatV", + "moduleName": "CoreFoundation", + "intro_Macosx": "10.0", + "intro_iOS": "2.0", + "intro_tvOS": "9.0", + "intro_watchOS": "1.0", + "declAttributes": [ + "Frozen", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "OriginallyDefinedIn", + "Available", + "Available", + "Available", + "Available", + "Available" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UIColor", + "printedName": "UIColor", + "children": [ + { + "kind": "Var", + "name": "lottieColorValue", + "printedName": "lottieColorValue", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Var", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvp", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "LottieColor", + "printedName": "Lottie.LottieColor", + "usr": "s:6Lottie0A5ColorV" + } + ], + "declKind": "Accessor", + "usr": "s:So7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "mangledName": "$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg", + "moduleName": "Lottie", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UIColor", + "moduleName": "UIKit", + "isOpen": true, + "objc_name": "UIColor", + "declAttributes": [ + "Available", + "ObjC", + "SynthesizedProtocol", + "NonSendable", + "Sendable", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)NSObject", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByColorLiteral", + "printedName": "_ExpressibleByColorLiteral", + "usr": "s:s26_ExpressibleByColorLiteralP", + "mangledName": "$ss26_ExpressibleByColorLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGPoint", + "printedName": "CGPoint", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:spatialOutTangent:spatialInTangent:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGPoint?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:So7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_14CoreFoundation7CGFloatVABSgALtF", + "mangledName": "$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGPoint", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "SpatialInterpolatable", + "printedName": "SpatialInterpolatable", + "usr": "s:6Lottie21SpatialInterpolatableP", + "mangledName": "$s6Lottie21SpatialInterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Double", + "printedName": "Double", + "declKind": "Struct", + "usr": "s:Sd", + "mangledName": "$sSd", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Double.SIMD2Storage", + "usr": "s:Sd12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Double.SIMD4Storage", + "usr": "s:Sd12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Double.SIMD8Storage", + "usr": "s:Sd12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Double.SIMD16Storage", + "usr": "s:Sd13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Double.SIMD32Storage", + "usr": "s:Sd13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Double.SIMD64Storage", + "usr": "s:Sd13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGRect", + "printedName": "CGRect", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGRectV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGRect", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair, SwiftUI.AnimatablePair>", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + }, + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CGSize", + "printedName": "CGSize", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:So6CGSizeV6LottieE11interpolate2to6amountA2B_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "c:@S@CGSize", + "moduleName": "CoreFoundation", + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSValue", + "printedName": "Foundation.NSValue", + "usr": "c:objc(cs)NSValue" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Animatable", + "printedName": "Animatable", + "children": [ + { + "kind": "TypeWitness", + "name": "AnimatableData", + "printedName": "AnimatableData", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimatablePair", + "printedName": "SwiftUI.AnimatablePair", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:7SwiftUI14AnimatablePairV" + } + ] + } + ], + "usr": "s:7SwiftUI10AnimatableP", + "mangledName": "$s7SwiftUI10AnimatableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DispatchQueue", + "printedName": "DispatchQueue", + "children": [ + { + "kind": "Var", + "name": "dotLottie", + "printedName": "dotLottie", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Var", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ", + "moduleName": "Lottie", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "DispatchQueue", + "printedName": "Dispatch.DispatchQueue", + "usr": "c:objc(cs)OS_dispatch_queue" + } + ], + "declKind": "Accessor", + "usr": "s:So17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "mangledName": "$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ", + "moduleName": "Lottie", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Class", + "usr": "c:objc(cs)OS_dispatch_queue", + "moduleName": "Dispatch", + "isOpen": true, + "objc_name": "OS_dispatch_queue", + "declAttributes": [ + "ObjC", + "SynthesizedProtocol", + "Sendable", + "HasMissingDesignatedInitializers", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)OS_dispatch_object", + "isExternal": true, + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "Dispatch.DispatchObject", + "os_object.OS_object", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Scheduler", + "printedName": "Scheduler", + "children": [ + { + "kind": "TypeWitness", + "name": "SchedulerTimeType", + "printedName": "SchedulerTimeType", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerTimeType", + "printedName": "Dispatch.DispatchQueue.SchedulerTimeType", + "usr": "s:So17OS_dispatch_queueC8DispatchE17SchedulerTimeTypeV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SchedulerOptions", + "printedName": "SchedulerOptions", + "children": [ + { + "kind": "TypeNominal", + "name": "SchedulerOptions", + "printedName": "Dispatch.DispatchQueue.SchedulerOptions", + "usr": "s:So17OS_dispatch_queueC8DispatchE16SchedulerOptionsV" + } + ] + } + ], + "usr": "s:7Combine9SchedulerP", + "mangledName": "$s7Combine9SchedulerP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Float", + "printedName": "Float", + "declKind": "Struct", + "usr": "s:Sf", + "mangledName": "$sSf", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "_CVarArgPassedAsDouble", + "printedName": "_CVarArgPassedAsDouble", + "usr": "s:s22_CVarArgPassedAsDoubleP", + "mangledName": "$ss22_CVarArgPassedAsDoubleP" + }, + { + "kind": "Conformance", + "name": "_CVarArgAligned", + "printedName": "_CVarArgAligned", + "usr": "s:s15_CVarArgAlignedP", + "mangledName": "$ss15_CVarArgAlignedP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "BinaryFloatingPoint", + "printedName": "BinaryFloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "RawSignificand", + "printedName": "RawSignificand", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "RawExponent", + "printedName": "RawExponent", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:SB", + "mangledName": "$sSB" + }, + { + "kind": "Conformance", + "name": "ExpressibleByFloatLiteral", + "printedName": "ExpressibleByFloatLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "FloatLiteralType", + "printedName": "FloatLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:s25ExpressibleByFloatLiteralP", + "mangledName": "$ss25ExpressibleByFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "FloatingPoint", + "printedName": "FloatingPoint", + "children": [ + { + "kind": "TypeWitness", + "name": "Exponent", + "printedName": "Exponent", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SF", + "mangledName": "$sSF" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinFloatLiteral", + "printedName": "_ExpressibleByBuiltinFloatLiteral", + "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP", + "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "SIMDScalar", + "printedName": "SIMDScalar", + "children": [ + { + "kind": "TypeWitness", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD2Storage", + "printedName": "Swift.Float.SIMD2Storage", + "usr": "s:Sf12SIMD2StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD4Storage", + "printedName": "Swift.Float.SIMD4Storage", + "usr": "s:Sf12SIMD4StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD8Storage", + "printedName": "Swift.Float.SIMD8Storage", + "usr": "s:Sf12SIMD8StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD16Storage", + "printedName": "Swift.Float.SIMD16Storage", + "usr": "s:Sf13SIMD16StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD32Storage", + "printedName": "Swift.Float.SIMD32Storage", + "usr": "s:Sf13SIMD32StorageV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", + "children": [ + { + "kind": "TypeNominal", + "name": "SIMD64Storage", + "printedName": "Swift.Float.SIMD64Storage", + "usr": "s:Sf13SIMD64StorageV" + } + ] + } + ], + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "VectorArithmetic", + "printedName": "VectorArithmetic", + "usr": "s:7SwiftUI16VectorArithmeticP", + "mangledName": "$s7SwiftUI16VectorArithmeticP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "_Arg", + "printedName": "_Arg", + "children": [ + { + "kind": "TypeNominal", + "name": "Float", + "printedName": "Swift.Float", + "usr": "s:Sf" + } + ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Optional", + "printedName": "Optional", + "children": [ + { + "kind": "Function", + "name": "interpolate", + "printedName": "interpolate(to:amount:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "s:Sq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_14CoreFoundation7CGFloatVtF", + "mangledName": "$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF", + "moduleName": "Lottie", + "genericSig": "<τ_0_0 where τ_0_0 : Lottie.Interpolatable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:Sq", + "mangledName": "$sSq", + "moduleName": "Swift", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "ExpressibleByNilLiteral", + "printedName": "ExpressibleByNilLiteral", + "usr": "s:s23ExpressibleByNilLiteralP", + "mangledName": "$ss23ExpressibleByNilLiteralP" + }, + { + "kind": "Conformance", + "name": "Interpolatable", + "printedName": "Interpolatable", + "usr": "s:6Lottie14InterpolatableP", + "mangledName": "$s6Lottie14InterpolatableP" + }, + { + "kind": "Conformance", + "name": "AnyInterpolatable", + "printedName": "AnyInterpolatable", + "usr": "s:6Lottie17AnyInterpolatableP", + "mangledName": "$s6Lottie17AnyInterpolatableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "EncodableWithConfiguration", + "printedName": "EncodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "EncodingConfiguration", + "printedName": "EncodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.EncodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26EncodableWithConfigurationP", + "mangledName": "$s10Foundation26EncodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "DecodableWithConfiguration", + "printedName": "DecodableWithConfiguration", + "children": [ + { + "kind": "TypeWitness", + "name": "DecodingConfiguration", + "printedName": "DecodingConfiguration", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.DecodingConfiguration" + } + ] + } + ], + "usr": "s:10Foundation26DecodableWithConfigurationP", + "mangledName": "$s10Foundation26DecodableWithConfigurationP" + }, + { + "kind": "Conformance", + "name": "Gesture", + "printedName": "Gesture", + "children": [ + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "DependentMember", + "printedName": "τ_0_0.Value" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI7GestureP", + "mangledName": "$s7SwiftUI7GestureP" + }, + { + "kind": "Conformance", + "name": "View", + "printedName": "View", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI4ViewP", + "mangledName": "$s7SwiftUI4ViewP" + }, + { + "kind": "Conformance", + "name": "ToolbarContent", + "printedName": "ToolbarContent", + "children": [ + { + "kind": "TypeWitness", + "name": "Body", + "printedName": "Body", + "children": [ + { + "kind": "TypeNominal", + "name": "Never", + "printedName": "Swift.Never", + "usr": "s:s5NeverO" + } + ] + } + ], + "usr": "s:7SwiftUI14ToolbarContentP", + "mangledName": "$s7SwiftUI14ToolbarContentP" + }, + { + "kind": "Conformance", + "name": "CustomizableToolbarContent", + "printedName": "CustomizableToolbarContent", + "usr": "s:7SwiftUI26CustomizableToolbarContentP", + "mangledName": "$s7SwiftUI26CustomizableToolbarContentP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 1936, + "length": 7, + "value": "\"width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/MeasuringViewRepresentable.swift", + "kind": "StringLiteral", + "offset": 2039, + "length": 8, + "value": "\"height\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/ViewDifferentiatorProviding.swift", + "kind": "StringLiteral", + "offset": 1010, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1680, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 3, + "value": "\"u\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1726, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 1748, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "Array", + "offset": 2473, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "StringLiteral", + "offset": 2957, + "length": 10, + "value": "\";base64,\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Assets\/ImageAsset.swift", + "kind": "IntegerLiteral", + "offset": 3408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1176, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 1255, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 215, + "length": 10, + "value": "\"Lottie.ShapeLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1733, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2037, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2050, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 2106, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 4881, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 5785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 10, + "value": "\"Lottie.GroupLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 8600, + "length": 17, + "value": "\"repeater copies\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 8644, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 10090, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 10114, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 11862, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12004, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12171, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12328, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12503, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 12656, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 13924, + "length": 187, + "value": "\"The Core Animation rendering engine doesn't support applying separate x\/y scale values (x: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14047, + "length": 1, + "value": "\", y: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14062, + "length": 1, + "value": "\") to this stroke item (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "StringLiteral", + "offset": 14097, + "length": 1, + "value": "\").\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 14163, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15150, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15230, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 15944, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "Array", + "offset": 16071, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 18465, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "IntegerLiteral", + "offset": 19886, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeLayer.swift", + "kind": "BooleanLiteral", + "offset": 20363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 171, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 199, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2054, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2078, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 2098, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Ellipse.swift", + "kind": "StringLiteral", + "offset": 264, + "length": 7, + "value": "\"Lottie.Ellipse\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 973, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1868, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3294, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3718, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7882, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8834, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 12406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18430, + "length": 376, + "value": "\"`LottieBackgroundBehavior.continuePlaying` should not be used with the Main Thread\nrendering engine, since this would waste CPU resources on playing an animation\nthat is not visible. Consider using a different background mode, or switching to\nthe Core Animation rendering engine (which does not have any CPU overhead).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 21894, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22155, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 22868, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 23977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 24528, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 25137, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 25453, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 26873, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 31688, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 36243, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38392, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 38886, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 39527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 40063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 40882, + "length": 11, + "value": "\"sublayers\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43201, + "length": 79, + "value": "\"Encountered Core Animation compatibility issues while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43356, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43364, + "length": 6, + "value": "\"\n\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 43385, + "length": 339, + "value": "\"This animation cannot be rendered correctly by the Core Animation engine.\nTo resolve this issue, you can use `RenderingEngineOption.automatic`, which automatically falls back\nto the Main Thread rendering engine when necessary, or just use `RenderingEngineOption.mainThread`.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44014, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 44052, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45301, + "length": 39, + "value": "\"Encountered unexpected error \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45339, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "Array", + "offset": 45388, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45813, + "length": 78, + "value": "\"Encountered Core Animation compatibility issue while setting up animation:\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45963, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45971, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 45986, + "length": 397, + "value": "\"This animation may have additional compatibility issues, but animation setup was cancelled early to avoid wasted work.\n\nAutomatically falling back to Main Thread rendering engine. This fallback comes with some additional performance\noverhead, which can be reduced by manually specifying that this animation should always use the Main Thread engine.\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 46828, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49073, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 49431, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 51455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 51990, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 52717, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 53122, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 53577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53604, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 53748, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 54129, + "length": 8, + "value": "\"Lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 20, + "value": "\"Lottie.LottieAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56463, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56541, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 56629, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 13, + "value": "\"* |Children\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 406, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/AnimatorNodeDebugging.swift", + "kind": "StringLiteral", + "offset": 455, + "length": 3, + "value": "\"|\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2724, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 2801, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3322, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3363, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 3919, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4677, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 4717, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Protocols\/AnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 5943, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 715, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1129, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "Array", + "offset": 1390, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2554, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3227, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3491, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4032, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4423, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4551, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4677, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4780, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4974, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5076, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "BooleanLiteral", + "offset": 5236, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5279, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5583, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 470, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 492, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 500, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 804, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 931, + "length": 31, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 950, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 1, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 961, + "length": 8, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1294, + "length": 7, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/Bundle.swift", + "kind": "StringLiteral", + "offset": 1641, + "length": 9, + "value": "\".lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 324, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 351, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 413, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 441, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 525, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "StringLiteral", + "offset": 677, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "Array", + "offset": 824, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1198, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 1383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1587, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "FloatLiteral", + "offset": 2567, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2576, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2872, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 4028, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/DropShadowAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5313, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 599, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 627, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 633, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 786, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 511, + "length": 10, + "value": "\"Lottie.DebugLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 911, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 933, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 990, + "length": 4, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "StringLiteral", + "offset": 1023, + "length": 4, + "value": "\"|_\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1204, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 2516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3398, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3435, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3438, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3555, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3672, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "FloatLiteral", + "offset": 3675, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3680, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3720, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3723, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3841, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3864, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3959, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 3968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4011, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4149, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4251, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4294, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4297, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4412, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4435, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4537, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4540, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4543, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4583, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4586, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4704, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4727, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/LayerDebugging.swift", + "kind": "IntegerLiteral", + "offset": 4936, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 332, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 406, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 484, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "Array", + "offset": 448, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 560, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 636, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 718, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 984, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1293, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1400, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1566, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1628, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1648, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1671, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2207, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2376, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2388, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2394, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2866, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/LegacyGradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/FontProvider\/AnimationFontProvider.swift", + "kind": "BooleanLiteral", + "offset": 860, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 535, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 852, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 908, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 1351, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 2763, + "length": 17, + "value": "\"text layer text\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 3271, + "length": 101, + "value": "\"The Core Animation rendering engine currently doesn't support text animators.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3683, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "IntegerLiteral", + "offset": 3873, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TextLayer.swift", + "kind": "StringLiteral", + "offset": 186, + "length": 9, + "value": "\"Lottie.TextLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1415, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1543, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3116, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3150, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 3176, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 4191, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "FloatLiteral", + "offset": 4304, + "length": 6, + "value": "1000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 5558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/TextCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 601, + "length": 20, + "value": "\"Lottie.TextCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1723, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1794, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2817, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2868, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/GradientRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3682, + "length": 6, + "value": "10000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/AnimationCache\/DefaultAnimationCache.swift", + "kind": "IntegerLiteral", + "offset": 1224, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2332, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2603, + "length": 11, + "value": "\"Automatic\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 2968, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3017, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3201, + "length": 13, + "value": "\"Main Thread\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/RenderingEngineOption.swift", + "kind": "StringLiteral", + "offset": 3246, + "length": 16, + "value": "\"Core Animation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerImageProvider.swift", + "kind": "Dictionary", + "offset": 459, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1238, + "length": 7, + "value": "\"data:\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1892, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/FilepathImageProvider.swift", + "kind": "StringLiteral", + "offset": 1929, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/TextProvider\/AnimationTextProvider.swift", + "kind": "BooleanLiteral", + "offset": 3899, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1076, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1140, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1632, + "length": 12, + "value": "\"X Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 1676, + "length": 12, + "value": "\"Y Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "Array", + "offset": 2877, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3321, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "IntegerLiteral", + "offset": 3412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTransformNode.swift", + "kind": "FloatLiteral", + "offset": 3872, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 1744, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Dictionary", + "offset": 3494, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 4143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4287, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4315, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4340, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4366, + "length": 4, + "value": "\"fr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4388, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4410, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4448, + "length": 7, + "value": "\"chars\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "StringLiteral", + "offset": 4495, + "length": 8, + "value": "\"assets\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimation.swift", + "kind": "Array", + "offset": 5435, + "length": 102, + "value": "[\"reduced motion\", \"reduced_motion\", \"reduced-motion\", \"reducedmotion\"]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 227, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Debugging\/TestHelpers.swift", + "kind": "BooleanLiteral", + "offset": 354, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2700, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2723, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2744, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2764, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/DropShadowStyle.swift", + "kind": "StringLiteral", + "offset": 2788, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "FloatLiteral", + "offset": 738, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+timeRemapping.swift", + "kind": "StringLiteral", + "offset": 1556, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1253, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 1483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2310, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2488, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2861, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 2884, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 3344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4041, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4186, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 4667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 4911, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5038, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5207, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5690, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 5783, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 5986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "BooleanLiteral", + "offset": 6132, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6579, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeInterpolator.swift", + "kind": "IntegerLiteral", + "offset": 6748, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 706, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 719, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1932, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2155, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2164, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2172, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2600, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 2905, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 3086, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7249, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7273, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7298, + "length": 4, + "value": "\"px\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7324, + "length": 4, + "value": "\"py\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7346, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7370, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7395, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7421, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7447, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7471, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7544, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7569, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "StringLiteral", + "offset": 7594, + "length": 3, + "value": "\"y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7778, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7785, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7791, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7851, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7858, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7965, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7974, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 7982, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8035, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8137, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Transform.swift", + "kind": "IntegerLiteral", + "offset": 8186, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 331, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 337, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 764, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 805, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 863, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 874, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 904, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 915, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 926, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 2, + "value": "-3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 961, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1063, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1083, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1155, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1177, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1186, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1210, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1369, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1503, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 1530, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1732, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1789, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1792, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1865, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1880, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1925, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1973, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2158, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2175, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2285, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2308, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2325, + "length": 5, + "value": "-27.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2342, + "length": 3, + "value": "9.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2352, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2372, + "length": 4, + "value": "54.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2432, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2580, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2685, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2770, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 2836, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2879, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2981, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2984, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3123, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3183, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3301, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3355, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3432, + "length": 3, + "value": "4.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "FloatLiteral", + "offset": 3445, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3483, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3486, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGFloatExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 218, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/UIColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 415, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 418, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 511, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1109, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1131, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientStrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1168, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 784, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1175, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "IntegerLiteral", + "offset": 1626, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2193, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2640, + "length": 7, + "value": "\"Angle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/LayerEffectNodes\/DropShadowNode.swift", + "kind": "Dictionary", + "offset": 3041, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 951, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "StringLiteral", + "offset": 1046, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "Array", + "offset": 1216, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 1984, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2121, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "BooleanLiteral", + "offset": 2320, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3208, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3250, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "FloatLiteral", + "offset": 3335, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3639, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 3923, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4058, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4575, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/PolygonNode.swift", + "kind": "IntegerLiteral", + "offset": 4615, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/SwiftUIView.swift", + "kind": "Array", + "offset": 1314, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 458, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 669, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1015, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1319, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1332, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "Array", + "offset": 1595, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 243, + "length": 20, + "value": "\"Lottie.MaskCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2246, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2562, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2575, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2631, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/MaskCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 352, + "length": 10, + "value": "0x06064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 10, + "value": "0x07064b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 6, + "value": "0x0001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1255, + "length": 2, + "value": "56" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1559, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2000, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2055, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2259, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2309, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2368, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2494, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 2558, + "length": 2, + "value": "48" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4103, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4420, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4736, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4847, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 4942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5046, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5506, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5569, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 5618, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6453, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6563, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ZIP64.swift", + "kind": "IntegerLiteral", + "offset": 6667, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1488, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3354, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/LottieSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3977, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 1078, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/EpoxyableView+SwiftUIView.swift", + "kind": "BooleanLiteral", + "offset": 2558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 512, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CGPointExtension.swift", + "kind": "IntegerLiteral", + "offset": 525, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 1834, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "BooleanLiteral", + "offset": 2307, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Helpers\/AnimationContext.swift", + "kind": "StringLiteral", + "offset": 1513, + "length": 27, + "value": "\"Lottie.AnimationCompletionDelegate\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5751, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5755, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5836, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 5840, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8480, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8683, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8698, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 8956, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9627, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "IntegerLiteral", + "offset": 9835, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 13460, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 17756, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 21303, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22257, + "length": 67, + "value": "\"Failed to load asynchronous Lottie animation with error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "StringLiteral", + "offset": 22323, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieView.swift", + "kind": "BooleanLiteral", + "offset": 24126, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/NodeProperty.swift", + "kind": "IntegerLiteral", + "offset": 453, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 943, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2844, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2857, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2913, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "Array", + "offset": 2945, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3361, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3591, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3621, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 3763, + "length": 14, + "value": "\"currentFrame\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 5467, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 5958, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6763, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 6828, + "length": 36, + "value": "\"Lottie: Logging Animation Keypaths\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7444, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8892, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/MainThreadAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 348, + "length": 24, + "value": "\"Lottie.MainThreadAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 489, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 942, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1108, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/SolidCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.SolidCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 510, + "length": 30, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 529, + "length": 1, + "value": "\" (Content)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 598, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 902, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 915, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 971, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1369, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1999, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 232, + "length": 20, + "value": "\"Lottie.BaseCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 590, + "length": 8, + "value": "\"Anchor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1291, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1509, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1742, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 1978, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2214, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 2760, + "length": 14, + "value": "\"Stroke Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3002, + "length": 12, + "value": "\"Fill Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3501, + "length": 10, + "value": "\"Tracking\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3727, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 3936, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "StringLiteral", + "offset": 4194, + "length": 22, + "value": "\"SelectedRangeOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5519, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5641, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 5694, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 6023, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6341, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 6913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 7376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8294, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8327, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8389, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "BooleanLiteral", + "offset": 8628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 8771, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9032, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "IntegerLiteral", + "offset": 9125, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/Text\/TextAnimatorNode.swift", + "kind": "FloatLiteral", + "offset": 9385, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 572, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 807, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1060, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1147, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1297, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/SizeValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1380, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Configuration\/ReducedMotionOption.swift", + "kind": "BooleanLiteral", + "offset": 2651, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 542, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 840, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 949, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 994, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1735, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 1776, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2138, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 2183, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 4896, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5290, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5815, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6321, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 6331, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7638, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7660, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7688, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7727, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7847, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 7897, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 7979, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8117, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8182, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8209, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8239, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8362, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8786, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 8926, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 8952, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9004, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9272, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9435, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9558, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 9586, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 9613, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10049, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "IntegerLiteral", + "offset": 10062, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10535, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 10615, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "FloatLiteral", + "offset": 11261, + "length": 4, + "value": "0.05" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11322, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/MathKit.swift", + "kind": "BooleanLiteral", + "offset": 11344, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "StringLiteral", + "offset": 621, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 1328, + "length": 7, + "value": "0.55228" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1468, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "BooleanLiteral", + "offset": 1667, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "FloatLiteral", + "offset": 2479, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 2980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3499, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3619, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/EllipseNode.swift", + "kind": "IntegerLiteral", + "offset": 3673, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 405, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 442, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 837, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1394, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1414, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1796, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1816, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 1892, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2195, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2248, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2505, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3801, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 3856, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4093, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4146, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4221, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4295, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4862, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 4884, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4978, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5047, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5076, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5162, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 5331, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6066, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6245, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6412, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 6785, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7532, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 7839, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8163, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8177, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8794, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 8843, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 8888, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 9479, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 10119, + "length": 57, + "value": "\"Vertex data does not match In Tangents and Out Tangents\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10238, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 10281, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 10739, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12109, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12133, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12158, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "StringLiteral", + "offset": 12182, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 12737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "BooleanLiteral", + "offset": 13490, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 13998, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "Array", + "offset": 14041, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPath.swift", + "kind": "IntegerLiteral", + "offset": 14718, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 328, + "length": 19, + "value": "\"Lottie.CompatibleAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1375, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1588, + "length": 9, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 2925, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3178, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3309, + "length": 11, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 3780, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7293, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 7223, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "FloatLiteral", + "offset": 8127, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12172, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12199, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12252, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12491, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12546, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12573, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 12601, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14128, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 14396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14617, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14723, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14808, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14891, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14972, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationView.swift", + "kind": "StringLiteral", + "offset": 15210, + "length": 32, + "value": "\"Lottie.CompatibleDictionaryTextProvider\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1773, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1849, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/TextLayerModel.swift", + "kind": "StringLiteral", + "offset": 1874, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 418, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 527, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 653, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueContainer.swift", + "kind": "BooleanLiteral", + "offset": 778, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 853, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 874, + "length": 3, + "value": "\"+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 909, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "StringLiteral", + "offset": 929, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 2555, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3104, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3654, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+MemoryFile.swift", + "kind": "IntegerLiteral", + "offset": 3937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2113, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2144, + "length": 366, + "value": "\"`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2183, + "length": 1, + "value": "\"` animation for \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 2234, + "length": 3, + "value": "\"\" includes an After Effects expression (https:\/\/helpx.adobe.com\/after-effects\/using\/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 2942, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3893, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3993, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5249, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "BooleanLiteral", + "offset": 5438, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11375, + "length": 55, + "value": "\"Cannot create point from keyframe with value \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 11429, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 12556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 12976, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13125, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13271, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 13277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 14168, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15429, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15457, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15466, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 15578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15612, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "FloatLiteral", + "offset": 15640, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16080, + "length": 52, + "value": "\"`values.count` must exactly equal `keyTimes.count`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16213, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16225, + "length": 63, + "value": "\"`timingFunctions.count` must exactly equal `values.count - 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "IntegerLiteral", + "offset": 16624, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16635, + "length": 56, + "value": "\"`keyTimes.count` must exactly equal `values.count + 1`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16745, + "length": 79, + "value": "\"Unexpected keyframe calculation mode \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "StringLiteral", + "offset": 16812, + "length": 1366, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17389, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CALayer+addAnimation.swift", + "kind": "Array", + "offset": 17428, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "StringLiteral", + "offset": 426, + "length": 6, + "value": "\"Path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1123, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/ShapeNode.swift", + "kind": "BooleanLiteral", + "offset": 1321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/URL+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 678, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 627, + "length": 7, + "value": "\"Start\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 650, + "length": 5, + "value": "\"End\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "StringLiteral", + "offset": 669, + "length": 8, + "value": "\"Offset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1542, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1575, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 1637, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 1972, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "FloatLiteral", + "offset": 2032, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2206, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2213, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2276, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 2286, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 2949, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3218, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3290, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3343, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3413, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3459, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3485, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3628, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 3913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4448, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 4790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 4813, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 5690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6063, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 6086, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 6937, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 7760, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 7783, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8217, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8240, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "IntegerLiteral", + "offset": 8826, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/TrimPathNode.swift", + "kind": "BooleanLiteral", + "offset": 8863, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 413, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 5, + "value": "0o644" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 5, + "value": "0o755" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 823, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 869, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 916, + "length": 10, + "value": "0x06054b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 964, + "length": 10, + "value": "0x04034b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1011, + "length": 10, + "value": "0x08074b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 1060, + "length": 10, + "value": "0x02014b50" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 1093, + "length": 8, + "value": "\"memory\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6417, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6525, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 6761, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 7252, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9257, + "length": 23, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "StringLiteral", + "offset": 9276, + "length": 1, + "value": "\":\/\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 9927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10008, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10180, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10635, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 10856, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 12529, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14638, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14745, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14815, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14870, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14934, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 14987, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16580, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16684, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16797, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 16908, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive.swift", + "kind": "IntegerLiteral", + "offset": 17228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 811, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 2004, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Array", + "offset": 3490, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "Dictionary", + "offset": 4209, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4810, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 4858, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5036, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 5257, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 5481, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6045, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 6213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6524, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6554, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6751, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 6800, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "StringLiteral", + "offset": 6845, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7104, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7317, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "IntegerLiteral", + "offset": 7365, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7486, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7691, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7728, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/AnimationKeypathExtension.swift", + "kind": "BooleanLiteral", + "offset": 7750, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1471, + "length": 57, + "value": "\"init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 1527, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 2071, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 2361, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2421, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 2458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 7927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 8440, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 9075, + "length": 12, + "value": "\"root layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10090, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 10812, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11323, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 11364, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 11744, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12303, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 219, + "length": 18, + "value": "\"Lottie.CoreAnimationLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 12994, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13023, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 13188, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15153, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 15244, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 15857, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 15905, + "length": 114, + "value": "\"The Core Animation rendering engine currently doesn't support `respectAnimationFrameRate`)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 16086, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17305, + "length": 77, + "value": "\"Cannot log hierarchy keypaths until animation has been set up at least once\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 17397, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 17423, + "length": 69, + "value": "\"Lottie: Rebuilding animation with hierarchy keypath logging enabled\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18271, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18521, + "length": 109, + "value": "\"The Core Animation rendering engine doesn't support querying values for individual frames\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18732, + "length": 104, + "value": "\"The Core Animation rendering engine doesn't support retrieving `CALayer`s by keypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 18953, + "length": 84, + "value": "\"The Core Animation rendering engine does not use `AnimatorNode`s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20553, + "length": 4, + "value": "1000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 20560, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20650, + "length": 235, + "value": "\"This animation has a very large number of layers with time remapping (\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20764, + "length": 1, + "value": "\" layers over \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 20802, + "length": 6, + "value": "\" frames) so will perform poorly with the Core Animation rendering engine.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21106, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21143, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 21468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CoreAnimationLayer.swift", + "kind": "Array", + "offset": 21504, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 284, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 316, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Primitives\/LottieColor.swift", + "kind": "FloatLiteral", + "offset": 352, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 657, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 864, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 870, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 882, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1192, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1439, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1577, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1714, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/ColorValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1797, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1167, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CustomPathAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1942, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 400, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "StringLiteral", + "offset": 602, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 687, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 866, + "length": 8, + "value": "0xFF0000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 879, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 885, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 8, + "value": "0x00FF00" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 938, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 943, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 8, + "value": "0x0000FF" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/StringExtensions.swift", + "kind": "FloatLiteral", + "offset": 993, + "length": 5, + "value": "255.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1313, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/AnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 1796, + "length": 3, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3790, + "length": 7, + "value": "\"Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3815, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3840, + "length": 7, + "value": "\"Scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3866, + "length": 10, + "value": "\"Position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3895, + "length": 10, + "value": "\"Rotation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3927, + "length": 14, + "value": "\"Stroke Width\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 3966, + "length": 8, + "value": "\"Colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4114, + "length": 23, + "value": "\"transform.translation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4176, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4306, + "length": 25, + "value": "\"transform.translation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4505, + "length": 25, + "value": "\"transform.translation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4552, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4700, + "length": 17, + "value": "\"transform.scale\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4739, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 4888, + "length": 19, + "value": "\"transform.scale.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 4929, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5053, + "length": 19, + "value": "\"transform.scale.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5094, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5221, + "length": 22, + "value": "\"transform.rotation.x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5265, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5417, + "length": 22, + "value": "\"transform.rotation.y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5461, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "StringLiteral", + "offset": 5613, + "length": 22, + "value": "\"transform.rotation.z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 5657, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6203, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6375, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "BooleanLiteral", + "offset": 6635, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 6908, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7121, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7332, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 7554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "FloatLiteral", + "offset": 7565, + "length": 4, + "value": "-3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8423, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 8819, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 9025, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 10849, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11335, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 11821, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/LayerProperty.swift", + "kind": "IntegerLiteral", + "offset": 12298, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 258, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "IntegerLiteral", + "offset": 278, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 1348, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "Array", + "offset": 1641, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2175, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2196, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/LayerEffect.swift", + "kind": "StringLiteral", + "offset": 2220, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2303, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2327, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2347, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 2375, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Rectangle.swift", + "kind": "StringLiteral", + "offset": 101, + "length": 9, + "value": "\"Lottie.Rectangle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 643, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 719, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 684, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 801, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/FillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1107, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 405, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 812, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 970, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1334, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1649, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1818, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1825, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 1831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2005, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2180, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2189, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 2754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3124, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3393, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 3915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4638, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4651, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4933, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4940, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 4946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5198, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5207, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "IntegerLiteral", + "offset": 5215, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6976, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 6998, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7023, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7103, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7128, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7154, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7180, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7209, + "length": 4, + "value": "\"so\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7236, + "length": 4, + "value": "\"eo\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7264, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7288, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 7309, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Repeater.swift", + "kind": "StringLiteral", + "offset": 100, + "length": 8, + "value": "\"Lottie.Repeater\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "IntegerLiteral", + "offset": 181, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 1995, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2016, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 2040, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Fill.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 4, + "value": "\"Lottie.Fill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "Array", + "offset": 293, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 551, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/Protocols\/NodePropertyMap.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1774, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1957, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3876, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 3980, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4548, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4598, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4624, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4648, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4674, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 4939, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5049, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5462, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5476, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5490, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5504, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5532, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5546, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5560, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5588, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5639, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5667, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5681, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5754, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5768, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5782, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5824, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5838, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5938, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 5952, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6000, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6014, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6056, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6098, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6112, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6126, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6553, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6743, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6778, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 6852, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "FloatLiteral", + "offset": 6985, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7018, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7176, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7180, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7202, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7206, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7228, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7232, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/VectorsExtensions.swift", + "kind": "IntegerLiteral", + "offset": 7478, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 1858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 4870, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 7143, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottiePlaybackMode.swift", + "kind": "BooleanLiteral", + "offset": 8869, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/OpacityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1421, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 55, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2423, + "length": 1, + "value": "\" (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2457, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2862, + "length": 84, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2881, + "length": 1, + "value": "\" (mask of \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2909, + "length": 1, + "value": "\") (parent, \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 1, + "value": "\")\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3152, + "length": 37, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 3171, + "length": 1, + "value": "\" (parent, masked)\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4912, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4915, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "IntegerLiteral", + "offset": 4918, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/CALayer+setupLayerHierarchy.swift", + "kind": "StringLiteral", + "offset": 4991, + "length": 5, + "value": "\"xor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1012, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1305, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1487, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "StringLiteral", + "offset": 1517, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2549, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2582, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2827, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 2953, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 3146, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 3516, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 5133, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5188, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/StrokeNode.swift", + "kind": "FloatLiteral", + "offset": 5846, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 438, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 445, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 451, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 610, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 617, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 623, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 776, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 785, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 793, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 941, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1468, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1616, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1746, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 1889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2262, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2269, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2275, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2577, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2584, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2590, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2871, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2880, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 2888, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3181, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 3989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "IntegerLiteral", + "offset": 4833, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6204, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6228, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6249, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6273, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6298, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6324, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6350, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6374, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6394, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 6419, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeTransform.swift", + "kind": "StringLiteral", + "offset": 105, + "length": 14, + "value": "\"Lottie.ShapeTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 262, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 297, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "Array", + "offset": 338, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "BooleanLiteral", + "offset": 491, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Extensions\/ItemsExtension.swift", + "kind": "StringLiteral", + "offset": 3612, + "length": 201, + "value": "\"The Main Thread rendering engine doesn't currently support repeaters.\nTo play an animation with repeaters, you can use the Core Animation rendering engine instead.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 167, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 3, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 8, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 9, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "IntegerLiteral", + "offset": 224, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 1197, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Merge.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 5, + "value": "\"Lottie.Merge\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ImageLayerModel.swift", + "kind": "StringLiteral", + "offset": 992, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 522, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 839, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/RepeaterLayer.swift", + "kind": "StringLiteral", + "offset": 223, + "length": 13, + "value": "\"Lottie.RepeaterLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "Dictionary", + "offset": 5200, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5704, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5745, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 5976, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6002, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6081, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6288, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6384, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6469, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6544, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "BooleanLiteral", + "offset": 6625, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedControl.swift", + "kind": "StringLiteral", + "offset": 936, + "length": 15, + "value": "\"Lottie.AnimatedControl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 458, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 762, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 775, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 831, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "Array", + "offset": 1991, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "StringLiteral", + "offset": 221, + "length": 12, + "value": "\"Lottie.PreCompLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/PreCompLayer.swift", + "kind": "BooleanLiteral", + "offset": 3929, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 400, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 704, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 717, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 773, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "IntegerLiteral", + "offset": 1977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/SolidLayer.swift", + "kind": "StringLiteral", + "offset": 149, + "length": 10, + "value": "\"Lottie.SolidLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 1110, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/RoundedCorners.swift", + "kind": "StringLiteral", + "offset": 122, + "length": 14, + "value": "\"Lottie.RoundedCorners\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/TransformLayer.swift", + "kind": "BooleanLiteral", + "offset": 378, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 659, + "length": 7, + "value": "\"fName\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 689, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 8, + "value": "\"fStyle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Font.swift", + "kind": "StringLiteral", + "offset": 1159, + "length": 6, + "value": "\"list\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 4672, + "length": 112, + "value": "\"`Transform` values must provide either `position` or `positionX` \/ `positionY` keyframes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5099, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 5118, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 5169, + "length": 57, + "value": "\"Size must be non-zero before an animation can be played\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6157, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6547, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6831, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6948, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7215, + "length": 93, + "value": "\"`rotation.x` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "StringLiteral", + "offset": 7382, + "length": 93, + "value": "\"`rotation.y` values are not displayed correctly in snapshot tests\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7849, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8054, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 8460, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9890, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9898, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "FloatLiteral", + "offset": 9906, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 9977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10046, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10234, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 10302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11624, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11707, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "BooleanLiteral", + "offset": 11905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11949, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 11988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/TransformAnimations.swift", + "kind": "IntegerLiteral", + "offset": 12159, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1366, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1396, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1488, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1503, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1518, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1607, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1624, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1641, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1725, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1806, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1887, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2044, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "IntegerLiteral", + "offset": 2124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2167, + "length": 14, + "value": "\"Anchor Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2340, + "length": 12, + "value": "\"Rotation X\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2372, + "length": 12, + "value": "\"Rotation Y\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2404, + "length": 12, + "value": "\"Rotation Z\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2483, + "length": 6, + "value": "\"Skew\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2504, + "length": 11, + "value": "\"Skew Axis\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "StringLiteral", + "offset": 2629, + "length": 11, + "value": "\"Transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "Array", + "offset": 2685, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4610, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4643, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 4920, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "BooleanLiteral", + "offset": 5151, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderContainers\/GroupNode.swift", + "kind": "FloatLiteral", + "offset": 5434, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 962, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "StringLiteral", + "offset": 996, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2047, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2080, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2321, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "BooleanLiteral", + "offset": 2445, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientFillNode.swift", + "kind": "FloatLiteral", + "offset": 2695, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 657, + "length": 91, + "value": "\"Expected old to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 698, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 91, + "value": "\"Expected new to be of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 1, + "value": "\", instead found \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Internal\/AnyEpoxyModelProperty.swift", + "kind": "StringLiteral", + "offset": 944, + "length": 1, + "value": "\". This is programmer error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 9, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1646, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1664, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1681, + "length": 2, + "value": "19" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 1702, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2176, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2799, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 2803, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3006, + "length": 2, + "value": "46" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3822, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3827, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3834, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3906, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3914, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3972, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 3984, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4220, + "length": 2, + "value": "45" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 4560, + "length": 5, + "value": "0x400" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5659, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 5760, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 5883, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6225, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 6231, + "length": 4, + "value": "0x01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7755, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 7845, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "StringLiteral", + "offset": 8762, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9003, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9606, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 9645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12495, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry.swift", + "kind": "IntegerLiteral", + "offset": 12722, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 172, + "length": 4, + "value": "\"el\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 4, + "value": "\"fl\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 4, + "value": "\"gf\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 4, + "value": "\"gr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 267, + "length": 4, + "value": "\"gs\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 287, + "length": 4, + "value": "\"mm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 4, + "value": "\"rc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 334, + "length": 4, + "value": "\"rp\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 354, + "length": 4, + "value": "\"rd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 414, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1721, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 1866, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 1989, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "BooleanLiteral", + "offset": 2148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2527, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2548, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/ShapeItem.swift", + "kind": "StringLiteral", + "offset": 2571, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 736, + "length": 6, + "value": "\"Size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "StringLiteral", + "offset": 757, + "length": 11, + "value": "\"Roundness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1619, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1652, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "BooleanLiteral", + "offset": 1818, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "FloatLiteral", + "offset": 2548, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 2701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 3986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4022, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4250, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4300, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4901, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 4951, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5350, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 5977, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/RectNode.swift", + "kind": "IntegerLiteral", + "offset": 6716, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1031, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1075, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1095, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1120, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1178, + "length": 4, + "value": "\"ti\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "StringLiteral", + "offset": 1212, + "length": 4, + "value": "\"to\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "IntegerLiteral", + "offset": 1986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeData.swift", + "kind": "BooleanLiteral", + "offset": 2005, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 315, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 340, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 422, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 451, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2481, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2512, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2566, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2618, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 2654, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4646, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4674, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4716, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4756, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4785, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/IndexChangeset.swift", + "kind": "Array", + "offset": 4818, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1895, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1926, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 1982, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2005, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2036, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2092, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2915, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 2930, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3222, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "IntegerLiteral", + "offset": 3226, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3373, + "length": 4, + "value": "1e-6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3491, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3504, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/UnitBezier.swift", + "kind": "FloatLiteral", + "offset": 3794, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 797, + "length": 101, + "value": "\"Rounded corners support is not currently implemented for combined shape items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1389, + "length": 94, + "value": "\"Rounded corners support is currently not implemented for polygon items\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1603, + "length": 42, + "value": "\"Unexpected shape type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1644, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2761, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3197, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5241, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5295, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5726, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5732, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5803, + "length": 3, + "value": "360" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 5809, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6434, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6509, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6516, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 6558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6811, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "FloatLiteral", + "offset": 6929, + "length": 5, + "value": "100.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8454, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/ShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 8486, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 568, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 752, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 975, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedButton.swift", + "kind": "BooleanLiteral", + "offset": 1459, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 446, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 479, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 501, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "IntegerLiteral", + "offset": 522, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 768, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/CGColor+RGB.swift", + "kind": "FloatLiteral", + "offset": 977, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 747, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 926, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1092, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ShapeCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 21, + "value": "\"Lottie.ShapeCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 3248, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 3703, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 4480, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "StringLiteral", + "offset": 5025, + "length": 79, + "value": "\"LayerAnimationContext.time(forFrame:) does not support complex time remapping\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 6788, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/AnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 7171, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "StringLiteral", + "offset": 465, + "length": 8, + "value": "\"Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1326, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "BooleanLiteral", + "offset": 1388, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/ModifierNodes\/RoundedCornersNode.swift", + "kind": "IntegerLiteral", + "offset": 1863, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 164, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "IntegerLiteral", + "offset": 176, + "length": 7, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4701, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4725, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4752, + "length": 4, + "value": "\"or\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4783, + "length": 4, + "value": "\"os\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4811, + "length": 4, + "value": "\"ir\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4842, + "length": 4, + "value": "\"is\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4867, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4889, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 4914, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Star.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 4, + "value": "\"Lottie.Star\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Extensions\/KeyedDecodingContainerExtensions.swift", + "kind": "StringLiteral", + "offset": 769, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 610, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 1056, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2774, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "Array", + "offset": 2892, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2982, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 3278, + "length": 12, + "value": "\"Time Remap\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/PreCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 131, + "length": 19, + "value": "\"Lottie.PreCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 476, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 759, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 901, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1041, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1179, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1319, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1462, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 1418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1552, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1709, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1839, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1967, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2209, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2424, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 2986, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3033, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3081, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3115, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3160, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 3205, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3267, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3314, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 3322, + "length": 4, + "value": "-1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3523, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 4823, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5177, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5187, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5196, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5206, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5371, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5381, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5412, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5535, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5554, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5564, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5595, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5730, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5740, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5749, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 5759, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5989, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 5999, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6008, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 6018, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6075, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 6355, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 6404, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7139, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 7407, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8254, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8364, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8369, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8415, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8422, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8741, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 8795, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9266, + "length": 53, + "value": "\"Could not convert color \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "StringLiteral", + "offset": 9303, + "length": 2, + "value": "\" to RGB values.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9354, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9357, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9360, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9444, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 9447, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10784, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 10928, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "FloatLiteral", + "offset": 11310, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11415, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11429, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11645, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11656, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11697, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11742, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 11753, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12135, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12274, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12325, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CoreTextRenderLayer.swift", + "kind": "IntegerLiteral", + "offset": 12369, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1953, + "length": 7, + "value": "\"refId\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 1986, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2008, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/PreCompLayerModel.swift", + "kind": "StringLiteral", + "offset": 2030, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 151, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 173, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 196, + "length": 3, + "value": "\"i\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 3, + "value": "\"l\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 237, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 261, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 279, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 881, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1028, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1505, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "BooleanLiteral", + "offset": 1741, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "IntegerLiteral", + "offset": 1987, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2095, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2119, + "length": 5, + "value": "\"inv\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2142, + "length": 4, + "value": "\"pt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Mask.swift", + "kind": "StringLiteral", + "offset": 2168, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 602, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/PathElement.swift", + "kind": "IntegerLiteral", + "offset": 1760, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 745, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 754, + "length": 172, + "value": "\"The Core Animation rendering engine does not support animating multiple keyframes\nfor \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "StringLiteral", + "offset": 870, + "length": 6, + "value": "\" values, due to limitations of Core Animation.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/KeyframeGroup+exactlyOneKeyframe.swift", + "kind": "IntegerLiteral", + "offset": 950, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1453, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1475, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/SolidLayerModel.swift", + "kind": "StringLiteral", + "offset": 1498, + "length": 4, + "value": "\"sh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 979, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1101, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1127, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1532, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1558, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 1879, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2118, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2313, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 2338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3182, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3849, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 3875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4067, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4678, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 4704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4829, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4878, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "IntegerLiteral", + "offset": 4925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 5858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "BooleanLiteral", + "offset": 6687, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6852, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6867, + "length": 4, + "value": "\"On\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6893, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Controls\/AnimatedSwitch.swift", + "kind": "StringLiteral", + "offset": 6909, + "length": 5, + "value": "\"Off\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 699, + "length": 196, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1025, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 216, + "value": "\"The Core Animation rendering engine currently doesn't support customizing \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1226, + "length": 3, + "value": "\"\" properties. Supported properties are: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1314, + "length": 4, + "value": "\", \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2366, + "length": 202, + "value": "\"The Core Animation rendering engine doesn't support Value Providers that vend a closure,\nbecause that would require calling the closure on the main thread once per frame.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 2944, + "length": 175, + "value": "\"Could not convert value of type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3027, + "length": 4, + "value": "\" from \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3052, + "length": 2, + "value": "\" to expected type \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 3105, + "length": 2656, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "BooleanLiteral", + "offset": 4345, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4588, + "length": 3, + "value": "\"^\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4664, + "length": 5, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 4726, + "length": 3, + "value": "\"$\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5044, + "length": 4, + "value": "\"**\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5121, + "length": 3, + "value": "\"*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5362, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5386, + "length": 1, + "value": "\"\\.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5398, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5475, + "length": 4, + "value": "\".*\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/ValueProviderStore.swift", + "kind": "StringLiteral", + "offset": 5683, + "length": 7, + "value": "\"[^.]+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 267, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 328, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 369, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "BooleanLiteral", + "offset": 608, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "IntegerLiteral", + "offset": 738, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 960, + "length": 12, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieAnimation.swift", + "kind": "StringLiteral", + "offset": 966, + "length": 1, + "value": "\".json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StrokeAnimation.swift", + "kind": "StringLiteral", + "offset": 2279, + "length": 20, + "value": "\"stroke dashPattern\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 652, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 664, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 675, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 734, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 764, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 806, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 836, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1514, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1556, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2031, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2113, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2417, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "IntegerLiteral", + "offset": 2504, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/VisibilityAnimation.swift", + "kind": "FloatLiteral", + "offset": 2533, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "BooleanLiteral", + "offset": 812, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 1188, + "length": 4, + "value": "\"it\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Group.swift", + "kind": "StringLiteral", + "offset": 150, + "length": 5, + "value": "\"Lottie.Group\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 1293, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 1712, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 2295, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2721, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 2765, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 3480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 3990, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4034, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4078, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4122, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4166, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4210, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 4254, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 5018, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5603, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5647, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5691, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5735, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5779, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5823, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 5867, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 6704, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7402, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7446, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7490, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7534, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7578, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7622, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7666, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 7711, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9181, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 9747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 10139, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10765, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 10804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "FloatLiteral", + "offset": 11154, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "StringLiteral", + "offset": 11551, + "length": 111, + "value": "\"Failed to cast untyped keyframe values to expected type. This is an internal error.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 11991, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "BooleanLiteral", + "offset": 12426, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13354, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Extensions\/Keyframes+combined.swift", + "kind": "IntegerLiteral", + "offset": 13374, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3069, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 3093, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 10452, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 14057, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 34406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35030, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35070, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35358, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 35859, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "IntegerLiteral", + "offset": 36384, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 36436, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37614, + "length": 50, + "value": "\"unsupported contentMode: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 37663, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38527, + "length": 25, + "value": "\"LayoutPositionAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38578, + "length": 26, + "value": "\"LayoutTransformAnimation\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38820, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 38866, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 38914, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39106, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39206, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "StringLiteral", + "offset": 39250, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39296, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 39477, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "FloatLiteral", + "offset": 40356, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 41884, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationView.swift", + "kind": "BooleanLiteral", + "offset": 42193, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 1140, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 1344, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "StringLiteral", + "offset": 1774, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 2253, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "BooleanLiteral", + "offset": 4106, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4215, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 4298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Reading.swift", + "kind": "IntegerLiteral", + "offset": 5550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerTextProvider.swift", + "kind": "Array", + "offset": 328, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1342, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "BooleanLiteral", + "offset": 2916, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CAAnimation+TimingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieImageProvider.swift", + "kind": "IntegerLiteral", + "offset": 676, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "IntegerLiteral", + "offset": 194, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5016, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5042, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5066, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5094, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5125, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5155, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5177, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5201, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5289, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 5311, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientFill.swift", + "kind": "StringLiteral", + "offset": 241, + "length": 12, + "value": "\"Lottie.GradientFill\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 187, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 954, + "length": 7, + "value": "\"Style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1147, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerStyles\/LayerStyle.swift", + "kind": "StringLiteral", + "offset": 1485, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 159, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 183, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1938, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1965, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 1983, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2017, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2042, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "IntegerLiteral", + "offset": 2060, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2524, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2546, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 2570, + "length": 3, + "value": "\"m\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Trim.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 4, + "value": "\"Lottie.Trim\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 410, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/NodeProperties\/ValueProviders\/SingleValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 666, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 380, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 981, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1114, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1163, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1191, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1225, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1245, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1268, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1738, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1830, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1901, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1907, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1913, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1919, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1927, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2385, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3192, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3609, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 3612, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3683, + "length": 12, + "value": "\"startPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3714, + "length": 10, + "value": "\"endPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3743, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3771, + "length": 11, + "value": "\"locations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3801, + "length": 8, + "value": "\"colors\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3828, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3855, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3887, + "length": 10, + "value": "\"isRadial\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "StringLiteral", + "offset": 3916, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4043, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4112, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4186, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4151, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4264, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "Array", + "offset": 4228, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4340, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4416, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "IntegerLiteral", + "offset": 4381, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4498, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/GradientFillRenderer.swift", + "kind": "BooleanLiteral", + "offset": 4860, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "Array", + "offset": 1294, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1547, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1662, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1668, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 1747, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "FloatLiteral", + "offset": 5664, + "length": 5, + "value": "0.999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5721, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "BooleanLiteral", + "offset": 5752, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6594, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "StringLiteral", + "offset": 6605, + "length": 62, + "value": "\"Each color must have RGB components and a location component\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 6938, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7097, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7154, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7211, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7603, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7640, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7772, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7817, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/GradientAnimations.swift", + "kind": "IntegerLiteral", + "offset": 7823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "StringLiteral", + "offset": 239, + "length": 6, + "value": "\"json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 686, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "BooleanLiteral", + "offset": 1018, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/DotLottie\/DotLottieUtils.swift", + "kind": "Array", + "offset": 1155, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 804, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1057, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1154, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1315, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/FloatValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1398, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 314, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PassThroughOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 972, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/Compatibility\/CompatibleAnimationKeypath.swift", + "kind": "StringLiteral", + "offset": 238, + "length": 26, + "value": "\"Lottie.CompatibleAnimationKeypath\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 383, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 766, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 910, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1032, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1112, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/GroupOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 1166, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1783, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 2507, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "FloatLiteral", + "offset": 3561, + "length": 12, + "value": "1000000000.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 4097, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 6153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 6949, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 7023, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "StringLiteral", + "offset": 7605, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 9489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10269, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10316, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10358, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 10385, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 10505, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 11473, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 12427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12597, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12706, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12712, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12761, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12766, + "length": 2, + "value": "63" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12819, + "length": 2, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12825, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12876, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12882, + "length": 2, + "value": "31" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12932, + "length": 2, + "value": "21" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12938, + "length": 2, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 12965, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13046, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13071, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13100, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13579, + "length": 4, + "value": "1900" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13731, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13745, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13769, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13783, + "length": 4, + "value": "2099" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13830, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13954, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13969, + "length": 4, + "value": "1980" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 13977, + "length": 3, + "value": "512" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14129, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14287, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14302, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "IntegerLiteral", + "offset": 14316, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/FileManager+ZIP.swift", + "kind": "BooleanLiteral", + "offset": 15282, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 798, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "IntegerLiteral", + "offset": 1106, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/InvertedMatteLayer.swift", + "kind": "StringLiteral", + "offset": 265, + "length": 18, + "value": "\"Lottie.InvertedMatteLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 417, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 544, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 671, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 694, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 702, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 710, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 730, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 770, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1021, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1539, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1575, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1601, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1663, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1676, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1683, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1690, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1705, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1720, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1735, + "length": 3, + "value": "255" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 1998, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2077, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2080, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2083, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/ColorExtension.swift", + "kind": "IntegerLiteral", + "offset": 2086, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 916, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2608, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2814, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 2820, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3363, + "length": 50, + "value": "\"Error when decoding lottie \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3400, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 3412, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 4081, + "length": 100, + "value": "\"`DotLottieFile.SynchronouslyBlockingCurrentThread` methods shouldn't be called on the main thread.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 10225, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFileHelpers.swift", + "kind": "StringLiteral", + "offset": 15025, + "length": 30, + "value": "\"com.airbnb.lottie.dot-lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1660, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Progress.swift", + "kind": "IntegerLiteral", + "offset": 1933, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1117, + "length": 3, + "value": "375" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 1130, + "length": 3, + "value": "150" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 1340, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6065, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 6204, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 7130, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "StringLiteral", + "offset": 564, + "length": 27, + "value": "\"Lottie.SwiftUIMeasurementContainer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 14216, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16501, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "IntegerLiteral", + "offset": 16576, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/SwiftUI\/LayoutUtilities\/SwiftUIMeasurementContainer.swift", + "kind": "BooleanLiteral", + "offset": 16597, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 4, + "value": "\"cm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 540, + "length": 4, + "value": "\"tm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/Marker.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 4, + "value": "\"dr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 475, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 526, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 587, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 739, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "BooleanLiteral", + "offset": 917, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "IntegerLiteral", + "offset": 1881, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/PathOutputNode.swift", + "kind": "Array", + "offset": 1901, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1215, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1277, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1353, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1318, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1427, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1506, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 1471, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1586, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1743, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 1822, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2389, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "Array", + "offset": 2401, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2516, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "BooleanLiteral", + "offset": 2600, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/OutputNodes\/Renderables\/StrokeRenderer.swift", + "kind": "IntegerLiteral", + "offset": 2994, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 646, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "BooleanLiteral", + "offset": 896, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1420, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 1546, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "Array", + "offset": 1861, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 471, + "length": 18, + "value": "\"Lottie.MaskContainerLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1944, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1966, + "length": 11, + "value": "-10000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 1992, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2018, + "length": 10, + "value": "20000000" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2311, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2317, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "IntegerLiteral", + "offset": 2339, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2418, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2588, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 2073, + "length": 9, + "value": "\"Lottie.MaskLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4188, + "length": 7, + "value": "\"Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/MaskContainerLayer.swift", + "kind": "StringLiteral", + "offset": 4211, + "length": 11, + "value": "\"Expansion\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 895, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 923, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 953, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 980, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1012, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1050, + "length": 15, + "value": "\"shadowOpacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1084, + "length": 14, + "value": "\"shadowOffset\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 13, + "value": "\"shadowColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1149, + "length": 14, + "value": "\"shadowRadius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1318, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1346, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1376, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1403, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1435, + "length": 19, + "value": "\"sublayerTransform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 1473, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2505, + "length": 19, + "value": "\"Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 2976, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Array", + "offset": 3382, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "IntegerLiteral", + "offset": 3521, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "Dictionary", + "offset": 3926, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/CompositionLayer.swift", + "kind": "StringLiteral", + "offset": 210, + "length": 16, + "value": "\"Lottie.CompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 558, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 660, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 713, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 809, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 857, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 942, + "length": 2, + "value": "18" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 991, + "length": 2, + "value": "22" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1038, + "length": 2, + "value": "26" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2517, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2626, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2734, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2838, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2940, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3042, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3134, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3235, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3439, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3542, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3891, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4039, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4092, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4141, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4189, + "length": 2, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4237, + "length": 2, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4275, + "length": 2, + "value": "16" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4371, + "length": 2, + "value": "24" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 2, + "value": "28" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4467, + "length": 2, + "value": "30" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4517, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4565, + "length": 2, + "value": "34" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4620, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4675, + "length": 2, + "value": "38" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4735, + "length": 2, + "value": "42" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 5025, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6775, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6884, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 6992, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7096, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7198, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7300, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7392, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7493, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7596, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7697, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7800, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 7904, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8006, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8115, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8224, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8338, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8670, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8805, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Entry+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 8866, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 1702, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2145, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2184, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2235, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2314, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 2717, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2889, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3254, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3279, + "length": 5, + "value": "\"wb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "StringLiteral", + "offset": 3305, + "length": 5, + "value": "\"rb+\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3916, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3946, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 3985, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4036, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4071, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4148, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4333, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+BackingConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 4587, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/Providers\/DataIDProviding.swift", + "kind": "StringLiteral", + "offset": 1690, + "length": 28, + "value": "\"DefaultDataID.noneProvided\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "StringLiteral", + "offset": 544, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "BooleanLiteral", + "offset": 922, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1341, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1432, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1611, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/InfiniteOpaqueAnimationLayer.swift", + "kind": "IntegerLiteral", + "offset": 1659, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 779, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "IntegerLiteral", + "offset": 1959, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4177, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4198, + "length": 3, + "value": "\"c\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4219, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4242, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4294, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 4322, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Stroke.swift", + "kind": "StringLiteral", + "offset": 98, + "length": 6, + "value": "\"Lottie.Stroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/CompositionLayersInitializer.swift", + "kind": "BooleanLiteral", + "offset": 815, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "Array", + "offset": 286, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 559, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1856, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1935, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1962, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 1988, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2034, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2058, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2105, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2131, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2185, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2224, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2244, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2310, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2330, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2810, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2850, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 2880, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 2898, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 3014, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3288, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 3779, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4082, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4124, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "BooleanLiteral", + "offset": 4173, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CompoundBezierPath.swift", + "kind": "IntegerLiteral", + "offset": 4263, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 1481, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/Shape.swift", + "kind": "StringLiteral", + "offset": 144, + "length": 5, + "value": "\"Lottie.Shape\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 562, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1677, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 1683, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2238, + "length": 53, + "value": "\"Error when decoding animation \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2278, + "length": 1, + "value": "\"\": \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 2290, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3300, + "length": 135, + "value": "\"Failed to load animation from filepath \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3362, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 3423, + "length": 1345, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4234, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4774, + "length": 165, + "value": "\"Failed to load animation with asset name \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 2, + "value": "\"\nin \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4866, + "length": 4, + "value": "\"\nwith underlying error: \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "StringLiteral", + "offset": 4927, + "length": 6638, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "BooleanLiteral", + "offset": 10105, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10270, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Animation\/LottieAnimationHelpers.swift", + "kind": "IntegerLiteral", + "offset": 10273, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 724, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 737, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 750, + "length": 4, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 762, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 775, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 787, + "length": 7, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1026, + "length": 3, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1037, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1051, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1159, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1173, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1188, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1202, + "length": 7, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1217, + "length": 10, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1235, + "length": 9, + "value": "7" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1252, + "length": 9, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1269, + "length": 9, + "value": "9" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1286, + "length": 10, + "value": "10" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1304, + "length": 9, + "value": "11" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1321, + "length": 3, + "value": "12" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1332, + "length": 10, + "value": "13" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1350, + "length": 5, + "value": "14" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 1363, + "length": 10, + "value": "15" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 2646, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 2796, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 2915, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 3035, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 3155, + "length": 7, + "value": "\"Layer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "IntegerLiteral", + "offset": 4623, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "BooleanLiteral", + "offset": 4850, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5044, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "Array", + "offset": 5247, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6445, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6467, + "length": 5, + "value": "\"ind\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6489, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6521, + "length": 5, + "value": "\"ddd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6546, + "length": 4, + "value": "\"ip\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6571, + "length": 4, + "value": "\"op\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6597, + "length": 4, + "value": "\"st\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6623, + "length": 4, + "value": "\"ks\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6665, + "length": 4, + "value": "\"bm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6687, + "length": 17, + "value": "\"masksProperties\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6728, + "length": 4, + "value": "\"sr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6750, + "length": 4, + "value": "\"tt\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6773, + "length": 4, + "value": "\"hd\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6796, + "length": 4, + "value": "\"sy\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/LayerModel.swift", + "kind": "StringLiteral", + "offset": 6820, + "length": 4, + "value": "\"ef\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 617, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Model\/EpoxyModelArrayBuilder.swift", + "kind": "Array", + "offset": 890, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/Cache\/DotLottieCache.swift", + "kind": "IntegerLiteral", + "offset": 1087, + "length": 3, + "value": "100" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2296, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 2647, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5291, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 5336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5651, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "FloatLiteral", + "offset": 5675, + "length": 4, + "value": "-0.5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6193, + "length": 2, + "value": "25" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6397, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/CurveVertex.swift", + "kind": "IntegerLiteral", + "offset": 6443, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 260, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 277, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 4, + "value": "9999" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1444, + "length": 8, + "value": "\"Effect\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1685, + "length": 4, + "value": "\"ty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/EffectValue.swift", + "kind": "StringLiteral", + "offset": 1706, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 301, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/NullCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 132, + "length": 20, + "value": "\"Lottie.NullCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/ColorEffectValue.swift", + "kind": "StringLiteral", + "offset": 1036, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 962, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 1708, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2143, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2174, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2705, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 2708, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3613, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3653, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 3690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4117, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4292, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4418, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 4710, + "length": 4, + "value": "2048" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5594, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 5631, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6392, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6470, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6695, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6745, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6800, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 6828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10095, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10153, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 10218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 10872, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "BooleanLiteral", + "offset": 11153, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11629, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 11682, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12269, + "length": 2, + "value": "44" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12304, + "length": 3, + "value": "789" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12386, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12416, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12455, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12506, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12541, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12585, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12732, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12776, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Helpers.swift", + "kind": "IntegerLiteral", + "offset": 12806, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 527, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 551, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 694, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 858, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1276, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1432, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1668, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 1765, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2024, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2107, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2235, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2457, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2477, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 2546, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "IntegerLiteral", + "offset": 2663, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/GradientValueProvider.swift", + "kind": "Array", + "offset": 2961, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/Utility\/LayerFontProvider.swift", + "kind": "Array", + "offset": 365, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1632, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1637, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1950, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 1955, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2289, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "IntegerLiteral", + "offset": 2294, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieConfiguration.swift", + "kind": "Array", + "offset": 2465, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 991, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 1040, + "length": 3, + "value": "\"x\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "StringLiteral", + "offset": 3260, + "length": 24, + "value": "\"Missing keyframe data.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4080, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4115, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4299, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4361, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Keyframes\/KeyframeGroup.swift", + "kind": "IntegerLiteral", + "offset": 4591, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/BaseAnimationLayer.swift", + "kind": "Array", + "offset": 781, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 1848, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1938, + "length": 13, + "value": "\"Start Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 1972, + "length": 11, + "value": "\"End Point\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2104, + "length": 8, + "value": "\"Dashes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "StringLiteral", + "offset": 2134, + "length": 12, + "value": "\"Dash Phase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3350, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3383, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3628, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "BooleanLiteral", + "offset": 3754, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/GradientStrokeNode.swift", + "kind": "IntegerLiteral", + "offset": 4874, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 1814, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2331, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 2545, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 3128, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "StringLiteral", + "offset": 3244, + "length": 68, + "value": "\"Failed sanity check for old count with changes matching new count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4102, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 4126, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 6923, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7339, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7356, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "BooleanLiteral", + "offset": 7379, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7606, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/EpoxyCore\/Diffing\/Collection+Diff.swift", + "kind": "IntegerLiteral", + "offset": 7710, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 2582, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "Dictionary", + "offset": 2838, + "length": 3, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/LRUCache\/LRUCache.swift", + "kind": "IntegerLiteral", + "offset": 3677, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2515, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2552, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2776, + "length": 50, + "value": "\"Could not find image \"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/BundleImageProvider.swift", + "kind": "StringLiteral", + "offset": 2813, + "length": 1, + "value": "\"\" in bundle\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 325, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 344, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 391, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 424, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 482, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 496, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 594, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 643, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 741, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 804, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 828, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 969, + "length": 5, + "value": "1.403" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 991, + "length": 5, + "value": "0.344" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1013, + "length": 5, + "value": "1.770" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1337, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1395, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1489, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1493, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1528, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1562, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1614, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1782, + "length": 5, + "value": "0.299" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1794, + "length": 5, + "value": "0.587" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1806, + "length": 5, + "value": "0.114" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1828, + "length": 8, + "value": "-0.14713" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1843, + "length": 7, + "value": "0.28886" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1857, + "length": 5, + "value": "0.436" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1879, + "length": 5, + "value": "0.615" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1891, + "length": 7, + "value": "0.51499" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "FloatLiteral", + "offset": 1905, + "length": 7, + "value": "0.10001" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/InterpolatableExtensions.swift", + "kind": "IntegerLiteral", + "offset": 2952, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 965, + "length": 77, + "value": "\"`ShapeItemLayer` must contain exactly one `ShapeItem` that draws a `GPPath`\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1146, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1450, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1463, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 1519, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5655, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5658, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 5661, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6672, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6675, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 6678, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 7702, + "length": 148, + "value": "\"The Core Animation rendering engine doesn't currently support applying\ntrims to filled shapes (only stroked shapes).\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 7995, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 8717, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "IntegerLiteral", + "offset": 9855, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "StringLiteral", + "offset": 256, + "length": 14, + "value": "\"Lottie.ShapeItemLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ShapeItemLayer.swift", + "kind": "BooleanLiteral", + "offset": 10576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 191, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "IntegerLiteral", + "offset": 208, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 523, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 2797, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8521, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8549, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8569, + "length": 4, + "value": "\"nm\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8649, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8668, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8690, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8720, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8803, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8831, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8859, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8884, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8906, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8930, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8951, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8971, + "length": 4, + "value": "\"sk\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 8996, + "length": 4, + "value": "\"sa\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9021, + "length": 3, + "value": "\"r\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9046, + "length": 4, + "value": "\"rx\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9072, + "length": 4, + "value": "\"ry\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9098, + "length": 4, + "value": "\"rz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextAnimator.swift", + "kind": "StringLiteral", + "offset": 9122, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 508, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 70, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 825, + "length": 1, + "value": "\".init(layer:) incorrectly called with \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 881, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Layers\/ImageLayer.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 10, + "value": "\"Lottie.ImageLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3550, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/StarAnimation.swift", + "kind": "IntegerLiteral", + "offset": 3630, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1373, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1406, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1647, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "BooleanLiteral", + "offset": 1771, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/RenderNodes\/FillNode.swift", + "kind": "FloatLiteral", + "offset": 1956, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "IntegerLiteral", + "offset": 852, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/iOS\/LottieAnimationViewBase.swift", + "kind": "BooleanLiteral", + "offset": 1254, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 376, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 432, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 464, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 489, + "length": 11, + "value": "\"transform\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 547, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 607, + "length": 10, + "value": "\"position\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 636, + "length": 8, + "value": "\"bounds\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 663, + "length": 13, + "value": "\"anchorPoint\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 695, + "length": 6, + "value": "\"path\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 720, + "length": 11, + "value": "\"fillColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 750, + "length": 13, + "value": "\"strokeColor\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 11, + "value": "\"lineWidth\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 812, + "length": 12, + "value": "\"miterLimit\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 843, + "length": 15, + "value": "\"lineDashPhase\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 877, + "length": 9, + "value": "\"opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 904, + "length": 8, + "value": "\"hidden\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1115, + "length": 27, + "value": "\"init(layer:) wrong class.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 1266, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1544, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "BooleanLiteral", + "offset": 1564, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/RenderLayers\/ShapeRenderLayer.swift", + "kind": "StringLiteral", + "offset": 177, + "length": 16, + "value": "\"Lottie.ShapeRenderLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 962, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1173, + "length": 39, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1211, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1334, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1421, + "length": 35, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 1455, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "Array", + "offset": 1567, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2173, + "length": 15, + "value": "\"manifest.json\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2233, + "length": 12, + "value": "\"animations\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 2286, + "length": 8, + "value": "\"images\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 2755, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "StringLiteral", + "offset": 3309, + "length": 8, + "value": "\"lottie\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DotLottie\/DotLottieFile.swift", + "kind": "BooleanLiteral", + "offset": 3412, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 1894, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "FloatLiteral", + "offset": 1922, + "length": 6, + "value": "0.5519" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2007, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2052, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2084, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2133, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2169, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2219, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2265, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2336, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 2498, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 2529, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "BooleanLiteral", + "offset": 3059, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3157, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3332, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3389, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3571, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3590, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 3614, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4169, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4370, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4389, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Primitives\/BezierPathRoundExtension.swift", + "kind": "IntegerLiteral", + "offset": 4413, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 679, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 728, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 766, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 889, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 895, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 986, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 997, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1061, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1195, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Interpolatable\/KeyframeExtensions.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 454, + "length": 14, + "value": "\"Shadow Color\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 562, + "length": 9, + "value": "\"Opacity\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 694, + "length": 11, + "value": "\"Direction\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 806, + "length": 10, + "value": "\"Distance\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/DropShadowEffect.swift", + "kind": "StringLiteral", + "offset": 917, + "length": 10, + "value": "\"Softness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 180, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "IntegerLiteral", + "offset": 193, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2869, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2893, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2919, + "length": 3, + "value": "\"f\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2948, + "length": 3, + "value": "\"j\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2972, + "length": 4, + "value": "\"tr\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 4, + "value": "\"lh\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3024, + "length": 4, + "value": "\"ls\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3054, + "length": 4, + "value": "\"fc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3086, + "length": 4, + "value": "\"sc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3114, + "length": 4, + "value": "\"sw\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3145, + "length": 4, + "value": "\"of\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3179, + "length": 4, + "value": "\"ps\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/TextDocument.swift", + "kind": "StringLiteral", + "offset": 3209, + "length": 4, + "value": "\"sz\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "Array", + "offset": 1007, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2677, + "length": 4, + "value": "\"ch\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2702, + "length": 6, + "value": "\"size\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2731, + "length": 9, + "value": "\"fFamily\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2762, + "length": 7, + "value": "\"style\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2787, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Text\/Glyph.swift", + "kind": "StringLiteral", + "offset": 2815, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 698, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 4289, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4390, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4597, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 4922, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5016, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5100, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 5744, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "BooleanLiteral", + "offset": 5929, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 6665, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "Array", + "offset": 11072, + "length": 3133, + "value": "[0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de, 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856, 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9, 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a, 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599, 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924, 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e, 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01, 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed, 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950, 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5, 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010, 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f, 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615, 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8, 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344, 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb, 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c, 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef, 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236, 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c, 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713, 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b, 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242, 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278, 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7, 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66, 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9, 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14619, + "length": 10, + "value": "0xffffffff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14823, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 14965, + "length": 4, + "value": "0xff" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15001, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Compression.swift", + "kind": "IntegerLiteral", + "offset": 15054, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "BooleanLiteral", + "offset": 1034, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 38, + "value": "\"init(from:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 1217, + "length": 44, + "value": "\"init(dictionary:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "StringLiteral", + "offset": 846, + "length": 17, + "value": "\"Lottie.CombinedShapeItem\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1790, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/Animations\/CombinedShapeAnimation.swift", + "kind": "IntegerLiteral", + "offset": 1829, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 583, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 816, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1156, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1307, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/DynamicProperties\/ValueProviders\/PointValueProvider.swift", + "kind": "BooleanLiteral", + "offset": 1390, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "IntegerLiteral", + "offset": 555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 570, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Keyframe.swift", + "kind": "BooleanLiteral", + "offset": 819, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 890, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 1161, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1441, + "length": 14, + "value": "\"Outer Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1477, + "length": 19, + "value": "\"Outer Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1523, + "length": 14, + "value": "\"Inner Radius\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1559, + "length": 19, + "value": "\"Inner Roundedness\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "StringLiteral", + "offset": 1654, + "length": 8, + "value": "\"Points\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 2638, + "length": 7, + "value": "0.47829" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2775, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2808, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 2973, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4068, + "length": 2, + "value": "90" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4109, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4186, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4309, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "FloatLiteral", + "offset": 4365, + "length": 4, + "value": "0.01" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4441, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4472, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4519, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 4806, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "BooleanLiteral", + "offset": 5167, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5220, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5236, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5379, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5457, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5498, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5518, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5714, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5737, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 5950, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6085, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6839, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6861, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 6945, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7072, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/NodeRenderSystem\/Nodes\/PathNodes\/StarNode.swift", + "kind": "IntegerLiteral", + "offset": 7112, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 507, + "length": 19, + "value": "\"multiplyBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 545, + "length": 17, + "value": "\"screenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 582, + "length": 18, + "value": "\"overlayBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 17, + "value": "\"darkenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 18, + "value": "\"lightenBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 21, + "value": "\"colorDodgeBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 740, + "length": 20, + "value": "\"colorBurnBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 782, + "length": 20, + "value": "\"hardLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 20, + "value": "\"softLightBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 867, + "length": 21, + "value": "\"differenceBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 910, + "length": 20, + "value": "\"exclusionBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 946, + "length": 14, + "value": "\"hueBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 983, + "length": 21, + "value": "\"saturationBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1022, + "length": 16, + "value": "\"colorBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Utility\/Extensions\/BlendMode+Filter.swift", + "kind": "StringLiteral", + "offset": 1061, + "length": 21, + "value": "\"luminosityBlendMode\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "BooleanLiteral", + "offset": 376, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 32, + "value": "\"init(layer:) Wrong Layer Class\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 885, + "length": 39, + "value": "\"init(coder:) has not been implemented\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/MainThread\/LayerContainers\/CompLayers\/ImageCompositionLayer.swift", + "kind": "StringLiteral", + "offset": 133, + "length": 21, + "value": "\"Lottie.ImageCompositionLayer\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/ImageProvider\/AnimationImageProvider.swift", + "kind": "BooleanLiteral", + "offset": 1338, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "BooleanLiteral", + "offset": 1278, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1382, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1402, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 1597, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2347, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2406, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 2877, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3009, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3121, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3201, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3446, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3578, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 3900, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Data+Serialization.swift", + "kind": "IntegerLiteral", + "offset": 4031, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 172, + "length": 4, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 184, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 197, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 300, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 313, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 1470, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "IntegerLiteral", + "offset": 3904, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8208, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8234, + "length": 3, + "value": "\"s\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8258, + "length": 3, + "value": "\"e\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8286, + "length": 3, + "value": "\"t\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8317, + "length": 3, + "value": "\"h\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8347, + "length": 3, + "value": "\"a\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8369, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8390, + "length": 3, + "value": "\"w\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8413, + "length": 4, + "value": "\"lc\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8438, + "length": 4, + "value": "\"lj\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8465, + "length": 4, + "value": "\"ml\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8493, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8581, + "length": 3, + "value": "\"p\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 8603, + "length": 3, + "value": "\"k\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/ShapeItems\/GradientStroke.swift", + "kind": "StringLiteral", + "offset": 361, + "length": 14, + "value": "\"Lottie.GradientStroke\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "StringLiteral", + "offset": 7065, + "length": 74, + "value": "\"When interpolating Arrays, both array sound have the same element count.\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Public\/Keyframes\/Interpolatable.swift", + "kind": "IntegerLiteral", + "offset": 8003, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/LayerEffects\/EffectValues\/Vector1DEffectValue.swift", + "kind": "StringLiteral", + "offset": 1049, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 176, + "length": 3, + "value": "\"o\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 194, + "length": 3, + "value": "\"d\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 3, + "value": "\"g\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 824, + "length": 3, + "value": "\"n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Objects\/DashPattern.swift", + "kind": "StringLiteral", + "offset": 845, + "length": 3, + "value": "\"v\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/Model\/Layers\/ShapeLayerModel.swift", + "kind": "StringLiteral", + "offset": 1079, + "length": 8, + "value": "\"shapes\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 535, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+ReadingDeprecated.swift", + "kind": "BooleanLiteral", + "offset": 875, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 362, + "length": 25, + "value": "\"[\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 374, + "length": 1, + "value": "\"] \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 386, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1333, + "length": 51, + "value": "\"Compatibility issue context is unexpectedly empty\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1663, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "StringLiteral", + "offset": 1675, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/CoreAnimation\/CompatibilityTracker.swift", + "kind": "Array", + "offset": 2487, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 385, + "length": 1, + "value": "-1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 403, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 3577, + "length": 4, + "value": "\"rb\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4169, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 4190, + "length": 3, + "value": "\"\/\"" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7931, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 7953, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "IntegerLiteral", + "offset": 10820, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "BooleanLiteral", + "offset": 11274, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/runner\/work\/lottie-ios\/lottie-ios\/Sources\/Private\/EmbeddedLibraries\/ZipFoundation\/Archive+Writing.swift", + "kind": "StringLiteral", + "offset": 14105, + "length": 5, + "value": "\"rb+\"" + } + ] +} \ No newline at end of file diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface new file mode 100644 index 0000000..511a780 --- /dev/null +++ b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface @@ -0,0 +1,1482 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target x86_64-apple-tvos13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine +import Compression +import CoreFoundation +import CoreGraphics +import CoreText +import Foundation +import QuartzCore +import Swift +import SwiftUI +import UIKit +import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims +import zlib +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { + final public let name: Swift.String + final public let directory: Swift.String + final public let width: Swift.Double + final public let height: Swift.Double + override final public func encode(to encoder: any Swift.Encoder) throws + @objc deinit +} +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} +extension QuartzCore.CALayer { + @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) +} +public protocol AnimationFontProvider { + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? +} +final public class DefaultFontProvider : Lottie.AnimationFontProvider { + public init() + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? + @objc deinit +} +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} +public enum LottieAnimationCache { + public static var shared: (any Lottie.AnimationCacheProvider)? +} +public class DefaultAnimationCache : Lottie.AnimationCacheProvider { + public init() + public static let sharedCache: Lottie.DefaultAnimationCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? + public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +public class FilepathImageProvider : Lottie.AnimationImageProvider { + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { + func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String +} +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? + final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { + public init() + final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String + @objc deinit +} +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { + case type2d + case type3d + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws + public init(dictionary: [Swift.String : Any]) throws + final public let startFrame: Lottie.AnimationFrameTime + final public let endFrame: Lottie.AnimationFrameTime + final public let framerate: Swift.Double + final public var markerNames: [Swift.String] { + get + } + @objc deinit + final public func encode(to encoder: any Swift.Encoder) throws +} +extension UIKit.UIColor { + public var lottieColorValue: Lottie.LottieColor { + get + } +} +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { + func animation(forKey: Swift.String) -> Lottie.LottieAnimation? + func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) + func clearCache() +} +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { + required public init(from decoder: any Swift.Decoder) throws + final public let id: Swift.String + @objc deinit + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { +} +final public class SizeValueProvider { + public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +infix operator +| : DefaultPrecedence +infix operator +- : DefaultPrecedence +@objc final public class CompatibleAnimation : ObjectiveC.NSObject { + @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) + @objc deinit +} +@objc public enum CompatibleRenderingEngineOption : Swift.Int { + case shared + case defaultEngine + case automatic + case mainThread + case coreAnimation + public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) + @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) + @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) final public func play() + @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func stop() + @objc @_Concurrency.MainActor(unsafe) final public func pause() + @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() + @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() + @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc deinit +} +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat +public enum ColorFormatDenominator : Swift.Hashable { + case One + case OneHundred + case TwoFiftyFive + public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public struct LottieColor : Swift.Hashable { + public var r: Swift.Double + public var g: Swift.Double + public var b: Swift.Double + public var a: Swift.Double + public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +final public class ColorValueProvider { + public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) + public init(_ color: Lottie.LottieColor) + public init(_ keyframes: [Lottie.Keyframe]) + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor + final public var color: Lottie.LottieColor { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} +public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { + public init(keypath: Swift.String) + public init(stringLiteral: Swift.String) + public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool + public typealias ExtendedGraphemeClusterLiteralType = Swift.String + public typealias StringLiteralType = Swift.String + public typealias UnicodeScalarLiteralType = Swift.String + public var hashValue: Swift.Int { + get + } +} +public struct LottieConfiguration : Swift.Hashable { + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) + public static var shared: Lottie.LottieConfiguration + public var renderingEngine: Lottie.RenderingEngineOption + public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption + public var colorSpace: CoreGraphics.CGColorSpace + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { + get + } + public var sizeValue: CoreFoundation.CGSize { + get + } +} +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { + get + } + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode +} +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieAnimationView { + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit +} +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event +public protocol AnyValueProvider { + var valueType: any Any.Type { get } + var typeErasedStorage: Lottie.AnyValueProviderStorage { get } + func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool +} +extension Lottie.AnyValueProvider { + public func value(frame: Lottie.AnimationFrameTime) -> Any +} +public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { + case singleValue(T) + case keyframes([Lottie.Keyframe]) + case closure((Lottie.AnimationFrameTime) -> T) +} +public enum AnyValueProviderStorage { + case singleValue(Any) + case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) + case closure((Lottie.AnimationFrameTime) -> Any) +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { + public init(_ value: Swift.Double) + public let value: Swift.Double + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { + public let x: Swift.Double + public let y: Swift.Double + public let z: Swift.Double + public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +public enum LottieBackgroundBehavior { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior + public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum LottieLoopMode : Swift.Hashable { + case playOnce + case loop + case autoReverse + case `repeat`(Swift.Float) + case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +extension Lottie.LottieLoopMode : Swift.Equatable { + public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { + get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + get + set + } + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { + get + } + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { + get + set + } + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { + get + set + } + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { + get + set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @objc deinit +} +public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") + case invalidFileFormat + @available(*, deprecated, message: "Unused") + case invalidData + @available(*, deprecated, message: "Unused") + case animationNotAvailable +} +final public class FloatValueProvider { + public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} +@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { + @objc public init(keypath: Swift.String) + @objc public init(keys: [Swift.String]) + final public let animationKeypath: Lottie.AnimationKeypath + @objc deinit +} +extension Lottie.LottieColor : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.DotLottieFile { + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } + #if compiler(>=5.3) && $AsyncAwait + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile + #endif +} +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { + func file(forKey: Swift.String) -> Lottie.DotLottieFile? + func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) + func clearCache() +} +extension Lottie.LottieAnimation { + public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void + final public var duration: Foundation.TimeInterval { + get + } + final public var bounds: CoreFoundation.CGRect { + get + } + final public var size: CoreFoundation.CGSize { + get + } + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) + final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime + final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime + final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval + final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime +} +extension Foundation.Bundle : @unchecked Swift.Sendable { +} +public enum LayerType : Swift.Int, Swift.Codable { + case precomp + case solid + case image + case null + case shape + case text + case unknown + public init(from decoder: any Swift.Decoder) throws + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum MatteType : Swift.Int, Swift.Codable { + case none + case add + case invert + case unknown + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum BlendMode : Swift.Int, Swift.Codable { + case normal + case multiply + case screen + case overlay + case darken + case lighten + case colorDodge + case colorBurn + case hardLight + case softLight + case difference + case exclusion + case hue + case saturation + case color + case luminosity + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public class DotLottieCache : Lottie.DotLottieCacheProvider { + public init() + public static let sharedCache: Lottie.DotLottieCache + public var cacheSize: Swift.Int { + get + set + } + public func clearCache() + public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? + public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) + @objc deinit +} +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} +final public class GradientValueProvider { + public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) + public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] + final public var colors: [Lottie.LottieColor] { + get + set + } + final public var locations: [Swift.Double] { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { + get + } +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int +} +public class BundleImageProvider : Lottie.AnimationImageProvider { + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity + @objc deinit +} +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { + @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) + @objc deinit +} +@_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } + @objc deinit +} +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} +final public class LottieLogger { + public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in + // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assert(condition(), message(), file: file, line: line) + }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in + // If we default to `Swift.assertionFailure` directly with + // `assertionFailure: AssertionFailure = Swift.assertionFailure`, + // the call will unexpectedly not respect the -O flag and will crash in release + // https://github.com/apple/swift/issues/60249 + Swift.assertionFailure(message(), file: file, line: line) + }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in + }, info: @escaping Lottie.LottieLogger.Info = { message in + }) + public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void + public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void + public static var shared: Lottie.LottieLogger + final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) + final public func info(_ message: @autoclosure () -> Swift.String = String()) + @objc deinit +} +extension Lottie.LottieLogger { + public static var printToConsole: Lottie.LottieLogger { + get + } +} +@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") +public typealias LRUAnimationCache = Lottie.DefaultAnimationCache +final public class PointValueProvider { + public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { + get + set + } + final public var valueType: any Any.Type { + get + } + final public var storage: Lottie.ValueProviderStorage { + get + } + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool + @objc deinit +} +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} +final public class Keyframe { + public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) + final public let value: T + final public let time: Lottie.AnimationFrameTime + final public let isHold: Swift.Bool + final public let inTangent: Lottie.LottieVector2D? + final public let outTangent: Lottie.LottieVector2D? + final public let spatialInTangent: Lottie.LottieVector3D? + final public let spatialOutTangent: Lottie.LottieVector3D? + @objc deinit +} +extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { + public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool +} +extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { + final public func hash(into hasher: inout Swift.Hasher) + final public var hashValue: Swift.Int { + get + } +} +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} +public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } + func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +public protocol Interpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +public protocol AnyInterpolatable { + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.Interpolatable { + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self +} +extension Lottie.SpatialInterpolatable { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self +} +extension Swift.Double : Lottie.Interpolatable { +} +extension CoreFoundation.CGFloat : Lottie.Interpolatable { +} +extension Swift.Float : Lottie.Interpolatable { +} +extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self +} +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect +} +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize +} +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint +} +extension Lottie.LottieColor : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor +} +extension Lottie.LottieVector1D : Lottie.Interpolatable { + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D +} +extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D +} +extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D +} +extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? +} +extension Lottie.LottieButton : SwiftUI.View {} +extension Lottie.CoordinateSpace : Swift.Equatable {} +extension Lottie.CoordinateSpace : Swift.Hashable {} +extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} +extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} +extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} +extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} +extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} +extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} +extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} +extension Lottie.LayerType : Swift.Equatable {} +extension Lottie.LayerType : Swift.Hashable {} +extension Lottie.LayerType : Swift.RawRepresentable {} +extension Lottie.MatteType : Swift.Equatable {} +extension Lottie.MatteType : Swift.Hashable {} +extension Lottie.MatteType : Swift.RawRepresentable {} +extension Lottie.BlendMode : Swift.Equatable {} +extension Lottie.BlendMode : Swift.Hashable {} +extension Lottie.BlendMode : Swift.RawRepresentable {} +extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} +extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc index 64a436c..60cdfed 100644 Binary files a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc and b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc differ diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface index 646fbcc..511a780 100644 --- a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface +++ b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface @@ -1,6 +1,8 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target x86_64-apple-tvos11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) +// swift-module-flags: -target x86_64-apple-tvos13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Combine import Compression import CoreFoundation import CoreGraphics @@ -8,30 +10,174 @@ import CoreText import Foundation import QuartzCore import Swift +import SwiftUI import UIKit import _Concurrency +import _StringProcessing +import _SwiftConcurrencyShims import zlib @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { final public let name: Swift.String final public let directory: Swift.String final public let width: Swift.Double final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws + override final public func encode(to encoder: any Swift.Encoder) throws @objc deinit } +@objc @_hasMissingDesignatedInitializers public class LottieAnimationLayer : QuartzCore.CALayer { + public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + open func play(completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + open func stop() + open func pause() + open func pause(at state: Lottie.LottiePlaybackMode.PausedState) + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + open func play(_ playbackMode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + public var currentPlaybackMode: Lottie.LottiePlaybackMode? { + get + } + public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + public var animationLayerDidLoad: ((_ animationLayer: Lottie.LottieAnimationLayer, _ renderingEngine: Lottie.RenderingEngineOption) -> Swift.Void)? + public var configuration: Lottie.LottieConfiguration { + get + set + } + public var animationLayer: QuartzCore.CALayer? { + get + } + public var screenScale: CoreFoundation.CGFloat { + get + set + } + public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set + } + public var animation: Lottie.LottieAnimation? { + get + set + } + public var animationLoaded: ((_ animationLayer: Lottie.LottieAnimationLayer, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + get + set + } + public var imageProvider: any Lottie.AnimationImageProvider { + get + set + } + public var textProvider: any Lottie.AnimationKeypathTextProvider { + get + set + } + public var fontProvider: any Lottie.AnimationFontProvider { + get + set + } + public var maskAnimationToBounds: Swift.Bool { + get + set + } + public var isAnimationPlaying: Swift.Bool { + get + } + public var loopMode: Lottie.LottieLoopMode { + get + set + } + public var shouldRasterizeWhenIdle: Swift.Bool { + get + set + } + public var currentProgress: Lottie.AnimationProgressTime { + get + set + } + public var currentTime: Foundation.TimeInterval { + get + set + } + public var currentFrame: Lottie.AnimationFrameTime { + get + set + } + public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + get + } + public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + get + } + public var animationSpeed: CoreFoundation.CGFloat { + get + set + } + public var respectAnimationFrameRate: Swift.Bool { + get + set + } + public var currentRenderingEngine: Lottie.RenderingEngine? { + get + } + public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { + get + set + } + public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + public func reloadImages() + public func forceDisplayUpdate() + public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + public func logHierarchyKeypaths() + public func allHierarchyKeypaths() -> [Swift.String] + public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + public func updateAnimationForBackgroundState() + public func updateAnimationForForegroundState(wasWaitingToPlayAnimation: Swift.Bool) + @objc deinit +} +public struct LottieButton { + public init(animation: Lottie.LottieAnimation?, action: @escaping () -> Swift.Void) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedButton) -> Swift.Void) -> Lottie.LottieButton + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieButton + public func animate(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func animate(fromMarker: Swift.String, toMarker: Swift.String, on event: Lottie.LottieControlEvent) -> Lottie.LottieButton + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieButton where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6ButtonV4bodyQrvp", 0) __ +} extension QuartzCore.CALayer { @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) } public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? } final public class DefaultFontProvider : Lottie.AnimationFontProvider { public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? + final public func fontFor(family: Swift.String, size: CoreFoundation.CGFloat) -> CoreText.CTFont? @objc deinit } +extension Lottie.DefaultFontProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultFontProvider, _: Lottie.DefaultFontProvider) -> Swift.Bool +} public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? + public static var shared: (any Lottie.AnimationCacheProvider)? } public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public init() @@ -45,26 +191,82 @@ public class DefaultAnimationCache : Lottie.AnimationCacheProvider { public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) @objc deinit } +extension Lottie.DefaultAnimationCache : @unchecked Swift.Sendable { +} +public enum RenderingEngineOption : Swift.Hashable { + case automatic + case specific(Lottie.RenderingEngine) + public static var mainThread: Lottie.RenderingEngineOption { + get + } + public static var coreAnimation: Lottie.RenderingEngineOption { + get + } +} +public enum RenderingEngine : Swift.Hashable { + case mainThread + case coreAnimation +} +extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} +extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { + public init?(rawValue: Swift.String) + public var rawValue: Swift.String { + get + } + public var description: Swift.String { + get + } + public typealias RawValue = Swift.String +} public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) + public init(filepath: Swift.String, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) + public init(filepath: Foundation.URL, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } -public protocol AnimationTextProvider : AnyObject { +extension Lottie.FilepathImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.FilepathImageProvider, rhs: Lottie.FilepathImageProvider) -> Swift.Bool +} +public protocol AnimationKeypathTextProvider : AnyObject { + func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? +} +@available(*, deprecated, message: "`AnimationKeypathTextProvider` has been deprecated and renamed to `LegacyAnimationTextProvider`. Instead, conform to `AnimationKeypathTextProvider` instead or conform to `LegacyAnimationTextProvider` explicitly.") +public typealias AnimationTextProvider = Lottie.LegacyAnimationTextProvider +public protocol LegacyAnimationTextProvider : Lottie.AnimationKeypathTextProvider { func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String } -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { +extension Lottie.LegacyAnimationTextProvider { + public func text(for _: Lottie.AnimationKeypath, sourceText _: Swift.String) -> Swift.String? +} +final public class DictionaryTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init(_ values: [Swift.String : Swift.String]) + final public func text(for keypath: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String? final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String @objc deinit } -final public class DefaultTextProvider : Lottie.AnimationTextProvider { +extension Lottie.DictionaryTextProvider : Swift.Equatable { + public static func == (lhs: Lottie.DictionaryTextProvider, rhs: Lottie.DictionaryTextProvider) -> Swift.Bool +} +final public class DefaultTextProvider : Lottie.AnimationKeypathTextProvider, Lottie.LegacyAnimationTextProvider { public init() final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String + final public func text(for _: Lottie.AnimationKeypath, sourceText: Swift.String) -> Swift.String @objc deinit } -public enum CoordinateSpace : Swift.Int, Swift.Codable { +extension Lottie.DefaultTextProvider : Swift.Equatable { + public static func == (_: Lottie.DefaultTextProvider, _: Lottie.DefaultTextProvider) -> Swift.Bool +} +public enum CoordinateSpace : Swift.Int, Swift.Codable, Swift.Sendable { case type2d case type3d public init?(rawValue: Swift.Int) @@ -73,8 +275,8 @@ public enum CoordinateSpace : Swift.Int, Swift.Codable { get } } -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws +final public class LottieAnimation : Swift.Codable, Swift.Sendable { + required public init(from decoder: any Swift.Decoder) throws public init(dictionary: [Swift.String : Any]) throws final public let startFrame: Lottie.AnimationFrameTime final public let endFrame: Lottie.AnimationFrameTime @@ -83,42 +285,184 @@ final public class LottieAnimation : Swift.Codable { get } @objc deinit - final public func encode(to encoder: Swift.Encoder) throws + final public func encode(to encoder: any Swift.Encoder) throws } extension UIKit.UIColor { public var lottieColorValue: Lottie.LottieColor { get } } -public protocol AnimationCacheProvider : AnyObject { +public struct LottieSwitch { + public init(animation: Lottie.LottieAnimation?) + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ configure: @escaping (Lottie.AnimatedSwitch) -> Swift.Void) -> Lottie.LottieSwitch + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieSwitch + public func isOn(_ binding: SwiftUI.Binding) -> Lottie.LottieSwitch + public func onAnimation(fromProgress onStartProgress: Lottie.AnimationProgressTime, toProgress onEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func offAnimation(fromProgress offStartProgress: Lottie.AnimationProgressTime, toProgress offEndProgress: Lottie.AnimationProgressTime) -> Lottie.LottieSwitch + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieSwitch where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A6SwitchV4bodyQrvp", 0) __ +} +public protocol AnimationCacheProvider : AnyObject, Swift.Sendable { func animation(forKey: Swift.String) -> Lottie.LottieAnimation? func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) func clearCache() } -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void +public typealias LottieCompletionBlock = (_ completed: Swift.Bool) -> Swift.Void +public struct LottieView where Placeholder : SwiftUI.View { + public init(animation: Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + public init(dotLottieFile: Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimation?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadDotLottieFile: @escaping () async throws -> Lottie.DotLottieFile?, @SwiftUI.ViewBuilder placeholder: @escaping (() -> Placeholder)) + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?) where Placeholder == SwiftUI.EmptyView + #endif + #if compiler(>=5.3) && $AsyncAwait + public init(_ loadAnimation: @escaping () async throws -> Lottie.LottieAnimationSource?, @SwiftUI.ViewBuilder placeholder: @escaping () -> Placeholder) + #endif + @_Concurrency.MainActor(unsafe) public var body: some SwiftUI.View { + get + } + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView + public func configure(_ property: Swift.ReferenceWritableKeyPath, to value: Property) -> Lottie.LottieView where Property : Swift.Equatable + public func configure(_ configure: @escaping (Lottie.LottieAnimationView) -> Swift.Void) -> Lottie.LottieView + public func resizable() -> Lottie.LottieView + public func intrinsicSize() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing()", message: "Will be removed in a future major release.") + public func play() -> Lottie.LottieView + public func looping() -> Lottie.LottieView + @available(*, deprecated, renamed: "playing(_:)", message: "Will be removed in a future major release.") + public func play(loopMode: Lottie.LottieLoopMode = .playOnce) -> Lottie.LottieView + @available(*, deprecated, renamed: "playbackMode(_:)", message: "Will be removed in a future major release.") + public func play(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func playing(_ mode: Lottie.LottiePlaybackMode.PlaybackMode) -> Lottie.LottieView + public func playing(loopMode: Lottie.LottieLoopMode) -> Lottie.LottieView + public func playing() -> Lottie.LottieView + public func paused(at state: Lottie.LottiePlaybackMode.PausedState = .currentFrame) -> Lottie.LottieView + public func playbackMode(_ playbackMode: Lottie.LottiePlaybackMode) -> Lottie.LottieView + public func animationSpeed(_ animationSpeed: Swift.Double) -> Lottie.LottieView + public func animationDidLoad(_ animationDidLoad: @escaping (Lottie.LottieAnimationSource) -> Swift.Void) -> Lottie.LottieView + public func animationDidFinish(_ animationCompletionHandler: Lottie.LottieCompletionBlock?) -> Lottie.LottieView + public func backgroundBehavior(_ value: Lottie.LottieBackgroundBehavior) -> Lottie.LottieView + public func accessibilityLabel(_ accessibilityLabel: Swift.String?) -> Lottie.LottieView + public func configuration(_ configuration: Lottie.LottieConfiguration) -> Lottie.LottieView + public func logger(_ logger: Lottie.LottieLogger) -> Lottie.LottieView + public func imageProvider(_ imageProvider: ImageProvider) -> Lottie.LottieView where ImageProvider : Lottie.AnimationImageProvider, ImageProvider : Swift.Equatable + public func textProvider(_ textProvider: TextProvider) -> Lottie.LottieView where TextProvider : Lottie.AnimationKeypathTextProvider, TextProvider : Swift.Equatable + public func fontProvider(_ fontProvider: FontProvider) -> Lottie.LottieView where FontProvider : Lottie.AnimationFontProvider, FontProvider : Swift.Equatable + public func valueProvider(_ valueProvider: ValueProvider, for keypath: Lottie.AnimationKeypath) -> Lottie.LottieView where ValueProvider : Lottie.AnyValueProvider, ValueProvider : Swift.Equatable + public func currentProgress(_ currentProgress: Lottie.AnimationProgressTime?) -> Lottie.LottieView + public func currentFrame(_ currentFrame: Lottie.AnimationFrameTime?) -> Lottie.LottieView + public func currentTime(_ currentTime: Foundation.TimeInterval?) -> Lottie.LottieView + public func reloadAnimationTrigger(_ value: some Equatable, showPlaceholder: Swift.Bool = true) -> Lottie.LottieView + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationProgress(_ realtimeAnimationProgress: SwiftUI.Binding?) -> some SwiftUI.View + + @available(iOS 15.0, tvOS 15.0, macOS 12.0, *) + public func getRealtimeAnimationFrame(_ realtimeAnimationFrame: SwiftUI.Binding?) -> some SwiftUI.View + + public func dotLottieConfigurationComponents(_ dotLottieConfigurationComponents: Lottie.DotLottieConfigurationComponents) -> Lottie.LottieView + public typealias Body = @_opaqueReturnTypeOf("$s6Lottie0A4ViewV4bodyQrvp", 0) __ +} +public enum LottieAnimationSource : Swift.Sendable { + case lottieAnimation(Lottie.LottieAnimation) + case dotLottieFile(Lottie.DotLottieFile) +} +extension Lottie.LottieAnimation { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} +extension Lottie.DotLottieFile { + final public var animationSource: Lottie.LottieAnimationSource { + get + } +} @_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws + required public init(from decoder: any Swift.Decoder) throws final public let id: Swift.String @objc deinit - public func encode(to encoder: Swift.Encoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +extension Lottie.Asset : @unchecked Swift.Sendable { } final public class SizeValueProvider { public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { + public init(_ size: CoreFoundation.CGSize) + public typealias SizeValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGSize + final public var size: CoreFoundation.CGSize { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.SizeValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.SizeValueProvider, rhs: Lottie.SizeValueProvider) -> Swift.Bool +} +public enum ReducedMotionOption { + case specific(Lottie.ReducedMotionMode) + case dynamic(any Lottie.ReducedMotionOptionProvider, dataID: Swift.AnyHashable) +} +extension Lottie.ReducedMotionOption { + public static var standardMotion: Lottie.ReducedMotionOption { + get + } + public static var reducedMotion: Lottie.ReducedMotionOption { + get + } + public static var systemReducedMotionToggle: Lottie.ReducedMotionOption { + get + } +} +extension Lottie.ReducedMotionOption { + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} +extension Lottie.ReducedMotionOption : Swift.Hashable { + public static func == (lhs: Lottie.ReducedMotionOption, rhs: Lottie.ReducedMotionOption) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public enum ReducedMotionMode : Swift.Hashable { + case standardMotion + case reducedMotion + public static func == (a: Lottie.ReducedMotionMode, b: Lottie.ReducedMotionMode) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +public protocol ReducedMotionOptionProvider { + var currentReducedMotionMode: Lottie.ReducedMotionMode { get } +} +public struct SystemReducedMotionOptionProvider : Lottie.ReducedMotionOptionProvider { + public init() + public var currentReducedMotionMode: Lottie.ReducedMotionMode { + get + } +} infix operator +| : DefaultPrecedence infix operator +- : DefaultPrecedence @objc final public class CompatibleAnimation : ObjectiveC.NSObject { @@ -138,6 +482,18 @@ infix operator +- : DefaultPrecedence get } } +@objc public enum CompatibleBackgroundBehavior : Swift.Int { + case stop + case pause + case pauseAndRestore + case forceFinish + case continuePlaying + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) @@ -145,45 +501,49 @@ infix operator +- : DefaultPrecedence @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) override final public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set + @objc @_Concurrency.MainActor(unsafe) final public var compatibleDictionaryTextProvider: Lottie.CompatibleDictionaryTextProvider? { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override final public var contentMode: UIKit.UIView.ContentMode { + @objc get + @objc set } @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreFoundation.CGFloat { @objc get } @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreFoundation.CGFloat { @objc get @objc set } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreFoundation.CGFloat { @objc get } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreFoundation.CGFloat { @objc get } - @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { + @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreFoundation.CGFloat { @objc get @objc set } @@ -194,30 +554,38 @@ infix operator +- : DefaultPrecedence @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { @objc get } + @objc @_Concurrency.MainActor(unsafe) final public var backgroundMode: Lottie.CompatibleBackgroundBehavior { + @objc get + @objc set + } @objc @_Concurrency.MainActor(unsafe) final public func play() @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreGraphics.CGFloat, toProgress: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreGraphics.CGFloat, toFrame: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreFoundation.CGFloat, toProgress: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) + @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreFoundation.CGFloat, toFrame: CoreFoundation.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) @objc @_Concurrency.MainActor(unsafe) final public func stop() @objc @_Concurrency.MainActor(unsafe) final public func pause() @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> Any? + @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> Any? @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> UIKit.UIColor? + @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreFoundation.CGFloat) -> UIKit.UIColor? @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGRect - @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGPoint - @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGRect + @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreFoundation.CGPoint + @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat + @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreFoundation.CGFloat @objc deinit } -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat +@objc final public class CompatibleDictionaryTextProvider : ObjectiveC.NSObject { + @objc public init(values: [Swift.String : Swift.String]) + @objc deinit +} +public typealias AnimationFrameTime = CoreFoundation.CGFloat +public typealias AnimationProgressTime = CoreFoundation.CGFloat public enum ColorFormatDenominator : Swift.Hashable { case One case OneHundred @@ -244,24 +612,33 @@ final public class ColorValueProvider { public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) public init(_ color: Lottie.LottieColor) public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor + public typealias ColorValueBlock = (CoreFoundation.CGFloat) -> Lottie.LottieColor final public var color: Lottie.LottieColor { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.ColorValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.ColorValueProvider, rhs: Lottie.ColorValueProvider) -> Swift.Bool +} public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { public init(keypath: Swift.String) public init(stringLiteral: Swift.String) public init(keys: [Swift.String]) + public var keys: [Swift.String] { + get + } + public var string: Swift.String { + get + } public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool public typealias ExtendedGraphemeClusterLiteralType = Swift.String @@ -272,10 +649,11 @@ public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLitera } } public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) + public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB(), reducedMotionOption: Lottie.ReducedMotionOption = .systemReducedMotionToggle) public static var shared: Lottie.LottieConfiguration public var renderingEngine: Lottie.RenderingEngineOption public var decodingStrategy: Lottie.DecodingStrategy + public var reducedMotionOption: Lottie.ReducedMotionOption public var colorSpace: CoreGraphics.CGColorSpace public func hash(into hasher: inout Swift.Hasher) public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool @@ -283,87 +661,184 @@ public struct LottieConfiguration : Swift.Hashable { get } } -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { +extension Lottie.LottieVector1D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws +} +public struct LottieVector2D : Swift.Codable, Swift.Hashable, Swift.Sendable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool + public var hashValue: Swift.Int { get } } -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation +extension Lottie.LottieVector3D : Swift.Codable { + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws } -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { +extension Lottie.LottieVector3D { + public var pointValue: CoreFoundation.CGPoint { get } - public var description: Swift.String { + public var sizeValue: CoreFoundation.CGSize { get } - public typealias RawValue = Swift.String } -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { +public enum LottiePlaybackMode : Swift.Hashable { + case paused(at: Lottie.LottiePlaybackMode.PausedState) + case playing(_: Lottie.LottiePlaybackMode.PlaybackMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case progress(_: Lottie.AnimationProgressTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case frame(_: Lottie.AnimationFrameTime) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case time(_: Foundation.TimeInterval) + @available(*, deprecated, renamed: "LottiePlaybackMode.paused(at:)", message: "Will be removed in a future major release.") + case pause + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + case markers(_: [Swift.String]) + public enum PausedState : Swift.Hashable { + case currentFrame + case progress(_: Lottie.AnimationProgressTime) + case frame(_: Lottie.AnimationFrameTime) + case time(_: Foundation.TimeInterval) + case marker(_: Swift.String, position: Lottie.LottieMarkerPosition = .start) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PausedState, b: Lottie.LottiePlaybackMode.PausedState) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public enum PlaybackMode : Swift.Hashable { + case fromProgress(_: Lottie.AnimationProgressTime?, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) + case fromFrame(_: Lottie.AnimationFrameTime?, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) + case fromMarker(_: Swift.String?, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) + case marker(_: Swift.String, loopMode: Lottie.LottieLoopMode) + case markers(_: [Swift.String]) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode.PlaybackMode, b: Lottie.LottiePlaybackMode.PlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { + get + } + } + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: Lottie.LottiePlaybackMode, b: Lottie.LottiePlaybackMode) -> Swift.Bool + public var hashValue: Swift.Int { get } - public var description: Swift.String { +} +extension Lottie.LottiePlaybackMode { + public static var paused: Lottie.LottiePlaybackMode { get } - public typealias RawValue = Swift.String + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode + @available(*, deprecated, renamed: "LottiePlaybackMode.playing(_:)", message: "Will be removed in a future major release.") + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode } -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool +extension Lottie.LottiePlaybackMode.PlaybackMode { + public static func toProgress(_ toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toFrame(_ toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode + public static func toMarker(_ toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode) -> Lottie.LottiePlaybackMode.PlaybackMode +} +public enum LottieMarkerPosition : Swift.Hashable { + case start + case end + public static func == (a: Lottie.LottieMarkerPosition, b: Lottie.LottieMarkerPosition) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) public var hashValue: Swift.Int { get } } -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws +public enum DecodingStrategy : Swift.Hashable { + case legacyCodable + case dictionaryBased + public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool public var hashValue: Swift.Int { get } } -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { +extension Lottie.LottieAnimationView { + @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: (any Lottie.AnimationImageProvider)? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: (any Lottie.AnimationImageProvider)? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, (any Swift.Error)?) -> Swift.Void)? = nil) + public typealias DownloadClosure = ((any Swift.Error)?) -> Swift.Void +} +@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : Lottie.LottieControlType { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreFoundation.CGSize { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) open func animationDidSet() + @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { get + set } - public var sizeValue: CoreGraphics.CGSize { + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { get + set } + @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: Lottie.LottieControlState) + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @objc deinit } -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + @_Concurrency.MainActor(unsafe) public var performAction: (() -> Swift.Void)? + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: Lottie.LottieControlEvent) + @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: Lottie.LottieControlEvent) + @objc deinit } +public typealias LottieControlType = UIKit.UIControl +public typealias LottieControlState = UIKit.UIControl.State +public typealias LottieControlEvent = UIKit.UIControl.Event public protocol AnyValueProvider { - var valueType: Any.Type { get } + var valueType: any Any.Type { get } var typeErasedStorage: Lottie.AnyValueProviderStorage { get } func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool } @@ -380,7 +855,37 @@ public enum AnyValueProviderStorage { case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) case closure((Lottie.AnimationFrameTime) -> Any) } -public struct LottieVector1D : Swift.Hashable { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { + @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation?, configuration: Lottie.LottieConfiguration = .shared) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init() + @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) + @_Concurrency.MainActor(unsafe) override open func animationDidSet() + @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) + public enum CancelBehavior { + case reverse + case none + public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior + @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool + @_Concurrency.MainActor(unsafe) @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { + @objc get + @objc set + } + @_Concurrency.MainActor(unsafe) public var stateUpdated: ((_ isOn: Swift.Bool) -> Swift.Void)? + @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { + get + set + } + @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) + @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) + @objc deinit +} +public struct LottieVector1D : Swift.Hashable, Swift.Sendable { public init(_ value: Swift.Double) public let value: Swift.Double public func hash(into hasher: inout Swift.Hasher) @@ -389,7 +894,7 @@ public struct LottieVector1D : Swift.Hashable { get } } -public struct LottieVector3D : Swift.Hashable { +public struct LottieVector3D : Swift.Hashable, Swift.Sendable { public let x: Swift.Double public let y: Swift.Double public let z: Swift.Double @@ -413,187 +918,180 @@ public enum LottieBackgroundBehavior { get } } -public enum LottieLoopMode { +public enum LottieLoopMode : Swift.Hashable { case playOnce case loop case autoReverse case `repeat`(Swift.Float) case repeatBackwards(Swift.Float) + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } } extension Lottie.LottieLoopMode : Swift.Equatable { public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool } -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) +@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) open class LottieAnimationView : Lottie.LottieAnimationViewBase { + @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: (any Lottie.AnimationImageProvider)? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) + @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: any Lottie.AnimationKeypathTextProvider = DefaultTextProvider(), fontProvider: any Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { + @_Concurrency.MainActor(unsafe) open func play(_ mode: Lottie.LottiePlaybackMode.PlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func play(markers: [Swift.String], completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func stop() + @_Concurrency.MainActor(unsafe) open func pause() + @available(*, deprecated, renamed: "setPlaybackMode(_:completion:)", message: "Will be removed in a future major release.") + @_Concurrency.MainActor(unsafe) open func play(_ playbackMode: Lottie.LottiePlaybackMode, animationCompletionHandler: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) open func setPlaybackMode(_ playbackMode: Lottie.LottiePlaybackMode, completion: Lottie.LottieCompletionBlock? = nil) + @_Concurrency.MainActor(unsafe) public var animateLayoutChangesWithCurrentCoreAnimationContext: Swift.Bool + @_Concurrency.MainActor(unsafe) public var configuration: Lottie.LottieConfiguration { get + set + } + @_Concurrency.MainActor(unsafe) public var valueProviders: [Lottie.AnimationKeypath : any Lottie.AnyValueProvider] { + get + } + @_Concurrency.MainActor(unsafe) public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + get + set } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { + @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { get set } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { + @_Concurrency.MainActor(unsafe) public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { get set } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { + @_Concurrency.MainActor(unsafe) public var imageProvider: any Lottie.AnimationImageProvider { get set } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { + @_Concurrency.MainActor(unsafe) public var textProvider: any Lottie.AnimationKeypathTextProvider { get set } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { + @_Concurrency.MainActor(unsafe) public var fontProvider: any Lottie.AnimationFontProvider { get set } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { + @_Concurrency.MainActor(unsafe) public var maskAnimationToBounds: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var isAnimationPlaying: Swift.Bool { get } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var isAnimationQueued: Swift.Bool { get } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { + @_Concurrency.MainActor(unsafe) public var loopMode: Lottie.LottieLoopMode { get set } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var shouldRasterizeWhenIdle: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var currentProgress: Lottie.AnimationProgressTime { get set } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { + @_Concurrency.MainActor(unsafe) public var currentTime: Foundation.TimeInterval { get set } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var currentFrame: Lottie.AnimationFrameTime { get set } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationFrame: Lottie.AnimationFrameTime { get } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { + @_Concurrency.MainActor(unsafe) public var realtimeAnimationProgress: Lottie.AnimationProgressTime { get } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreFoundation.CGFloat { get set } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { + @_Concurrency.MainActor(unsafe) public var respectAnimationFrameRate: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { + @_Concurrency.MainActor(unsafe) public var viewportFrame: CoreFoundation.CGRect? { get set } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get + @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize { + @objc get } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { + @_Concurrency.MainActor(unsafe) public var currentRenderingEngine: Lottie.RenderingEngine? { get } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : UIKit.UIControl { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) open func animationDidSet() - @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView - @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { + @_Concurrency.MainActor(unsafe) public var currentPlaybackMode: Lottie.LottiePlaybackMode? { get - set } - @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreGraphics.CGFloat { + @_Concurrency.MainActor(unsafe) public var mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrame: Swift.Bool { get set } - @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: UIKit.UIControl.State) - @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func loadAnimation(atIndex index: Swift.Int, from dotLottieFile: Lottie.DotLottieFile) + @_Concurrency.MainActor(unsafe) public func reloadImages() + @_Concurrency.MainActor(unsafe) public func forceDisplayUpdate() + @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: any Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? + @_Concurrency.MainActor(unsafe) public func logHierarchyKeypaths() + @_Concurrency.MainActor(unsafe) public func allHierarchyKeypaths() -> [Swift.String] + @_Concurrency.MainActor(unsafe) public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func convert(_ rect: CoreFoundation.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGRect? + @_Concurrency.MainActor(unsafe) public func convert(_ point: CoreFoundation.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreFoundation.CGPoint? + @_Concurrency.MainActor(unsafe) public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) + @_Concurrency.MainActor(unsafe) public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? + @_Concurrency.MainActor(unsafe) public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? + @_Concurrency.MainActor(unsafe) public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @objc deinit } public enum DotLottieError : Swift.Error { + case noDataLoaded + case assetNotFound(name: Swift.String, bundle: Foundation.Bundle?) + case loadingFromAssetNotSupported + @available(*, deprecated, message: "Unused") case invalidFileFormat + @available(*, deprecated, message: "Unused") case invalidData + @available(*, deprecated, message: "Unused") case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } } final public class FloatValueProvider { public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { + public init(_ float: CoreFoundation.CGFloat) + public typealias CGFloatValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGFloat + final public var float: CoreFoundation.CGFloat { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.FloatValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.FloatValueProvider, rhs: Lottie.FloatValueProvider) -> Swift.Bool +} @objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { @objc public init(keypath: Swift.String) @objc public init(keys: [Swift.String]) @@ -601,40 +1099,40 @@ final public class FloatValueProvider { @objc deinit } extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + public func encode(to encoder: any Swift.Encoder) throws } extension Lottie.DotLottieFile { - + public enum SynchronouslyBlockingCurrentThread { + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) -> Swift.Result + public static func loadedFrom(data: Foundation.Data, filename: Swift.String) -> Swift.Result + } #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func loadedFrom(filepath: Swift.String, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - + public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) + #if compiler(>=5.3) && $AsyncAwait + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + #endif + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: (any Lottie.DotLottieCacheProvider)? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie, handleResult: @escaping (Swift.Result) -> Swift.Void) #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile + public static func loadedFrom(data: Foundation.Data, filename: Swift.String, dispatchQueue: Dispatch.DispatchQueue = .dotLottie) async throws -> Lottie.DotLottieFile #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) } -public protocol DotLottieCacheProvider { +extension Dispatch.DispatchQueue { + public static let dotLottie: Dispatch.DispatchQueue +} +public protocol DotLottieCacheProvider : Swift.Sendable { func file(forKey: Swift.String) -> Lottie.DotLottieFile? func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) func clearCache() @@ -644,23 +1142,20 @@ extension Lottie.LottieAnimation { final public var duration: Foundation.TimeInterval { get } - final public var bounds: CoreGraphics.CGRect { + final public var bounds: CoreFoundation.CGRect { get } - final public var size: CoreGraphics.CGSize { + final public var size: CoreFoundation.CGSize { get } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func filepath(_ filepath: Swift.String, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? + public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) + public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: (any Lottie.AnimationCacheProvider)? = LottieAnimationCache.shared) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? @@ -678,7 +1173,8 @@ public enum LayerType : Swift.Int, Swift.Codable { case null case shape case text - public init(from decoder: Swift.Decoder) throws + case unknown + public init(from decoder: any Swift.Decoder) throws public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { @@ -731,11 +1227,13 @@ public class DotLottieCache : Lottie.DotLottieCacheProvider { public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) @objc deinit } +extension Lottie.DotLottieCache : @unchecked Swift.Sendable { +} final public class GradientValueProvider { public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] + public typealias ColorsValueBlock = (CoreFoundation.CGFloat) -> [Lottie.LottieColor] + public typealias ColorLocationsBlock = (CoreFoundation.CGFloat) -> [Swift.Double] final public var colors: [Lottie.LottieColor] { get set @@ -744,68 +1242,75 @@ final public class GradientValueProvider { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) override open func animationDidSet() - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - public enum CancelBehavior { - case reverse - case none - public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior - @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { +extension Lottie.GradientValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.GradientValueProvider, rhs: Lottie.GradientValueProvider) -> Swift.Bool +} +public struct DotLottieConfiguration { + public var id: Swift.String + public var loopMode: Lottie.LottieLoopMode + public var speed: Swift.Double + public var imageProvider: (any Lottie.AnimationImageProvider)? { get - set } - @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) - @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) - @objc deinit +} +public struct DotLottieConfigurationComponents : Swift.OptionSet { + public init(rawValue: Swift.Int) + public static let imageProvider: Lottie.DotLottieConfigurationComponents + public static let loopMode: Lottie.DotLottieConfigurationComponents + public static let animationSpeed: Lottie.DotLottieConfigurationComponents + public static let all: Lottie.DotLottieConfigurationComponents + public static let none: Lottie.DotLottieConfigurationComponents + public let rawValue: Swift.Int + public typealias ArrayLiteralElement = Lottie.DotLottieConfigurationComponents + public typealias Element = Lottie.DotLottieConfigurationComponents + public typealias RawValue = Swift.Int } public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) + public init(bundle: Foundation.Bundle, searchPath: Swift.String?, contentsGravity: QuartzCore.CALayerContentsGravity = .resize) public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity @objc deinit } +extension Lottie.BundleImageProvider : Swift.Equatable { + public static func == (lhs: Lottie.BundleImageProvider, rhs: Lottie.BundleImageProvider) -> Swift.Bool +} @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : UIKit.UIView { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class LottieAnimationViewBase : UIKit.UIView { @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set + @objc get + @objc set } @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) + @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect) @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) @objc deinit } @_hasMissingDesignatedInitializers final public class DotLottieFile { + public struct Animation { + public let animation: Lottie.LottieAnimation + public let configuration: Lottie.DotLottieConfiguration + } + final public var animations: [Lottie.DotLottieFile.Animation] { + get + } @objc deinit } +extension Lottie.DotLottieFile : @unchecked Swift.Sendable { +} final public class LottieLogger { public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, @@ -839,37 +1344,26 @@ extension Lottie.LottieLogger { } @available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: UIKit.UIControl.Event) - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: UIKit.UIControl.Event) - @objc deinit -} final public class PointValueProvider { public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { + public init(_ point: CoreFoundation.CGPoint) + public typealias PointValueBlock = (CoreFoundation.CGFloat) -> CoreFoundation.CGPoint + final public var point: CoreFoundation.CGPoint { get set } - final public var valueType: Any.Type { + final public var valueType: any Any.Type { get } final public var storage: Lottie.ValueProviderStorage { get } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool + final public func hasUpdate(frame _: CoreFoundation.CGFloat) -> Swift.Bool @objc deinit } +extension Lottie.PointValueProvider : Swift.Equatable { + public static func == (lhs: Lottie.PointValueProvider, rhs: Lottie.PointValueProvider) -> Swift.Bool +} final public class Keyframe { public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) @@ -891,70 +1385,89 @@ extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { get } } +extension Lottie.Keyframe : Swift.Sendable where T : Swift.Sendable { +} public protocol AnimationImageProvider { + var cacheEligible: Swift.Bool { get } func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? + func contentsGravity(for asset: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity +} +extension Lottie.AnimationImageProvider { + public var cacheEligible: Swift.Bool { + get + } + public func contentsGravity(for _: Lottie.ImageAsset) -> QuartzCore.CALayerContentsGravity } public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent _: CoreFoundation.CGPoint?, spatialInTangent _: CoreFoundation.CGPoint?) -> Self } extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self + public func _interpolate(to: Self, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Self } extension Swift.Double : Lottie.Interpolatable { } -extension CoreGraphics.CGFloat : Lottie.Interpolatable { +extension CoreFoundation.CGFloat : Lottie.Interpolatable { } extension Swift.Float : Lottie.Interpolatable { } extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self + public func interpolate(to: Self, amount: CoreFoundation.CGFloat) -> Self } -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect +extension CoreFoundation.CGRect : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGRect, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGRect } -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize +extension CoreFoundation.CGSize : Lottie.Interpolatable { + public func interpolate(to: CoreFoundation.CGSize, amount: CoreFoundation.CGFloat) -> CoreFoundation.CGSize } -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint +extension CoreFoundation.CGPoint : Lottie.SpatialInterpolatable { + public func interpolate(to: CoreFoundation.CGPoint, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> CoreFoundation.CGPoint } extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor + public func interpolate(to: Lottie.LottieColor, amount: CoreFoundation.CGFloat) -> Lottie.LottieColor } extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D + public func interpolate(to: Lottie.LottieVector1D, amount: CoreFoundation.CGFloat) -> Lottie.LottieVector1D } extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D + public func interpolate(to: Lottie.LottieVector2D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector2D } extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D + public func interpolate(to: Lottie.LottieVector3D, amount: CoreFoundation.CGFloat, spatialOutTangent: CoreFoundation.CGPoint?, spatialInTangent: CoreFoundation.CGPoint?) -> Lottie.LottieVector3D } extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] + public func interpolate(to: [Element], amount: CoreFoundation.CGFloat) -> [Element] +} +extension Swift.Optional : Lottie.Interpolatable, Lottie.AnyInterpolatable where Wrapped : Lottie.Interpolatable { + public func interpolate(to: Wrapped?, amount: CoreFoundation.CGFloat) -> Wrapped? } +extension Lottie.LottieButton : SwiftUI.View {} extension Lottie.CoordinateSpace : Swift.Equatable {} extension Lottie.CoordinateSpace : Swift.Hashable {} extension Lottie.CoordinateSpace : Swift.RawRepresentable {} +extension Lottie.LottieSwitch : SwiftUI.View {} +extension Lottie.LottieView : SwiftUI.View {} extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Equatable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.Hashable {} +extension Lottie.CompatibleBackgroundBehavior : Swift.RawRepresentable {} extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} +extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} extension Lottie.LayerType : Swift.Equatable {} extension Lottie.LayerType : Swift.Hashable {} @@ -966,6 +1479,4 @@ extension Lottie.BlendMode : Swift.Equatable {} extension Lottie.BlendMode : Swift.Hashable {} extension Lottie.BlendMode : Swift.RawRepresentable {} extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftdoc b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftdoc deleted file mode 100644 index 64a436c..0000000 Binary files a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftdoc and /dev/null differ diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftinterface b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftinterface deleted file mode 100644 index 646fbcc..0000000 --- a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/Modules/Lottie.swiftmodule/x86_64.swiftinterface +++ /dev/null @@ -1,971 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) -// swift-module-flags: -target x86_64-apple-tvos11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Lottie -import Compression -import CoreFoundation -import CoreGraphics -import CoreText -import Foundation -import QuartzCore -import Swift -import UIKit -import _Concurrency -import zlib -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class ImageAsset : Lottie.Asset { - final public let name: Swift.String - final public let directory: Swift.String - final public let width: Swift.Double - final public let height: Swift.Double - override final public func encode(to encoder: Swift.Encoder) throws - @objc deinit -} -extension QuartzCore.CALayer { - @nonobjc public func logLayerTree(withIndent: Swift.Int = 0) -} -public protocol AnimationFontProvider { - func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? -} -final public class DefaultFontProvider : Lottie.AnimationFontProvider { - public init() - final public func fontFor(family: Swift.String, size: CoreGraphics.CGFloat) -> CoreText.CTFont? - @objc deinit -} -public enum LottieAnimationCache { - public static var shared: Lottie.AnimationCacheProvider? -} -public class DefaultAnimationCache : Lottie.AnimationCacheProvider { - public init() - public static let sharedCache: Lottie.DefaultAnimationCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func animation(forKey key: Swift.String) -> Lottie.LottieAnimation? - public func setAnimation(_ animation: Lottie.LottieAnimation, forKey key: Swift.String) - @objc deinit -} -public class FilepathImageProvider : Lottie.AnimationImageProvider { - public init(filepath: Swift.String) - public init(filepath: Foundation.URL) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -public protocol AnimationTextProvider : AnyObject { - func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String -} -final public class DictionaryTextProvider : Lottie.AnimationTextProvider { - public init(_ values: [Swift.String : Swift.String]) - final public func textFor(keypathName: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -final public class DefaultTextProvider : Lottie.AnimationTextProvider { - public init() - final public func textFor(keypathName _: Swift.String, sourceText: Swift.String) -> Swift.String - @objc deinit -} -public enum CoordinateSpace : Swift.Int, Swift.Codable { - case type2d - case type3d - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -final public class LottieAnimation : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - public init(dictionary: [Swift.String : Any]) throws - final public let startFrame: Lottie.AnimationFrameTime - final public let endFrame: Lottie.AnimationFrameTime - final public let framerate: Swift.Double - final public var markerNames: [Swift.String] { - get - } - @objc deinit - final public func encode(to encoder: Swift.Encoder) throws -} -extension UIKit.UIColor { - public var lottieColorValue: Lottie.LottieColor { - get - } -} -public protocol AnimationCacheProvider : AnyObject { - func animation(forKey: Swift.String) -> Lottie.LottieAnimation? - func setAnimation(_ animation: Lottie.LottieAnimation, forKey: Swift.String) - func clearCache() -} -public typealias LottieCompletionBlock = (Swift.Bool) -> Swift.Void -@_hasMissingDesignatedInitializers public class Asset : Swift.Codable { - required public init(from decoder: Swift.Decoder) throws - final public let id: Swift.String - @objc deinit - public func encode(to encoder: Swift.Encoder) throws -} -final public class SizeValueProvider { - public init(block: @escaping Lottie.SizeValueProvider.SizeValueBlock) - public init(_ size: CoreGraphics.CGSize) - public typealias SizeValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGSize - final public var size: CoreGraphics.CGSize { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -infix operator +| : DefaultPrecedence -infix operator +- : DefaultPrecedence -@objc final public class CompatibleAnimation : ObjectiveC.NSObject { - @objc public init(name: Swift.String, subdirectory: Swift.String? = nil, bundle: Foundation.Bundle = Bundle.main) - @objc deinit -} -@objc public enum CompatibleRenderingEngineOption : Swift.Int { - case shared - case defaultEngine - case automatic - case mainThread - case coreAnimation - public static func generateLottieConfiguration(_ configuration: Lottie.CompatibleRenderingEngineOption) -> Lottie.LottieConfiguration - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) final public class CompatibleAnimationView : UIKit.UIView { - @objc @_Concurrency.MainActor(unsafe) convenience public init(compatibleAnimation: Lottie.CompatibleAnimation) - @objc @_Concurrency.MainActor(unsafe) public init(compatibleAnimation: Lottie.CompatibleAnimation, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL) - @objc @_Concurrency.MainActor(unsafe) public init(url: Foundation.URL, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) convenience public init(data: Foundation.Data) - @objc @_Concurrency.MainActor(unsafe) public init(data: Foundation.Data, compatibleRenderingEngineOption: Lottie.CompatibleRenderingEngineOption) - @objc @_Concurrency.MainActor(unsafe) override dynamic public init(frame: CoreGraphics.CGRect) - @objc @_Concurrency.MainActor(unsafe) final public var compatibleAnimation: Lottie.CompatibleAnimation? { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var loopAnimationCount: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) override final public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var currentProgress: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var duration: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var currentFrame: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: CoreGraphics.CGFloat { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - @objc get - @objc set - } - @objc @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - @objc get - } - @objc @_Concurrency.MainActor(unsafe) final public func play() - @objc @_Concurrency.MainActor(unsafe) final public func play(completion: ((Swift.Bool) -> Swift.Void)?) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromProgress: CoreGraphics.CGFloat, toProgress: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromFrame: CoreGraphics.CGFloat, toFrame: CoreGraphics.CGFloat, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String, toMarker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, completion: ((Swift.Bool) -> Swift.Void)? = nil) - @objc @_Concurrency.MainActor(unsafe) final public func stop() - @objc @_Concurrency.MainActor(unsafe) final public func pause() - @objc @_Concurrency.MainActor(unsafe) final public func reloadImages() - @objc @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @objc @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> Any? - @objc @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @objc @_Concurrency.MainActor(unsafe) final public func setColorValue(_ color: UIKit.UIColor, forKeypath keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func getColorValue(for keypath: Lottie.CompatibleAnimationKeypath, atFrame: CoreGraphics.CGFloat) -> UIKit.UIColor? - @objc @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.CompatibleAnimationKeypath) - @objc @_Concurrency.MainActor(unsafe) final public func convert(rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGRect - @objc @_Concurrency.MainActor(unsafe) final public func convert(point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.CompatibleAnimationKeypath?) -> CoreGraphics.CGPoint - @objc @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> CoreGraphics.CGFloat - @objc deinit -} -public typealias AnimationFrameTime = CoreGraphics.CGFloat -public typealias AnimationProgressTime = CoreGraphics.CGFloat -public enum ColorFormatDenominator : Swift.Hashable { - case One - case OneHundred - case TwoFiftyFive - public static func == (a: Lottie.ColorFormatDenominator, b: Lottie.ColorFormatDenominator) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public struct LottieColor : Swift.Hashable { - public var r: Swift.Double - public var g: Swift.Double - public var b: Swift.Double - public var a: Swift.Double - public init(r: Swift.Double, g: Swift.Double, b: Swift.Double, a: Swift.Double, denominator: Lottie.ColorFormatDenominator = .One) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieColor, b: Lottie.LottieColor) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -final public class ColorValueProvider { - public init(block: @escaping Lottie.ColorValueProvider.ColorValueBlock) - public init(_ color: Lottie.LottieColor) - public init(_ keyframes: [Lottie.Keyframe]) - public typealias ColorValueBlock = (CoreGraphics.CGFloat) -> Lottie.LottieColor - final public var color: Lottie.LottieColor { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -public struct AnimationKeypath : Swift.Hashable, Swift.ExpressibleByStringLiteral { - public init(keypath: Swift.String) - public init(stringLiteral: Swift.String) - public init(keys: [Swift.String]) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.AnimationKeypath, b: Lottie.AnimationKeypath) -> Swift.Bool - public typealias ExtendedGraphemeClusterLiteralType = Swift.String - public typealias StringLiteralType = Swift.String - public typealias UnicodeScalarLiteralType = Swift.String - public var hashValue: Swift.Int { - get - } -} -public struct LottieConfiguration : Swift.Hashable { - public init(renderingEngine: Lottie.RenderingEngineOption = .automatic, decodingStrategy: Lottie.DecodingStrategy = .dictionaryBased, colorSpace: CoreGraphics.CGColorSpace = CGColorSpaceCreateDeviceRGB()) - public static var shared: Lottie.LottieConfiguration - public var renderingEngine: Lottie.RenderingEngineOption - public var decodingStrategy: Lottie.DecodingStrategy - public var colorSpace: CoreGraphics.CGColorSpace - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieConfiguration, b: Lottie.LottieConfiguration) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum RenderingEngineOption : Swift.Hashable { - case automatic - case specific(Lottie.RenderingEngine) - public static var mainThread: Lottie.RenderingEngineOption { - get - } - public static var coreAnimation: Lottie.RenderingEngineOption { - get - } -} -public enum RenderingEngine : Swift.Hashable { - case mainThread - case coreAnimation -} -extension Lottie.RenderingEngineOption : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -extension Lottie.RenderingEngine : Swift.RawRepresentable, Swift.CustomStringConvertible { - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - public var description: Swift.String { - get - } - public typealias RawValue = Swift.String -} -public enum DecodingStrategy : Swift.Hashable { - case legacyCodable - case dictionaryBased - public static func == (a: Lottie.DecodingStrategy, b: Lottie.DecodingStrategy) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector1D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -public struct LottieVector2D : Swift.Codable, Swift.Hashable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector2D, b: Lottie.LottieVector2D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -extension Lottie.LottieVector3D : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.LottieVector3D { - public var pointValue: CoreGraphics.CGPoint { - get - } - public var sizeValue: CoreGraphics.CGSize { - get - } -} -extension Lottie.LottieAnimationView { - @_Concurrency.MainActor(unsafe) convenience public init(name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(filePath: Swift.String, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(url: Foundation.URL, imageProvider: Lottie.AnimationImageProvider? = nil, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimationView.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(asset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, imageProvider: Lottie.AnimationImageProvider? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared, configuration: Lottie.LottieConfiguration = .shared) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieName name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieFilePath filePath: Swift.String, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieUrl url: Foundation.URL, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, session: Foundation.URLSession = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - @_Concurrency.MainActor(unsafe) convenience public init(dotLottieAsset name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationId: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, configuration: Lottie.LottieConfiguration = .shared, completion: ((Lottie.LottieAnimationView, Swift.Error?) -> Swift.Void)? = nil) - public typealias DownloadClosure = (Swift.Error?) -> Swift.Void -} -public protocol AnyValueProvider { - var valueType: Any.Type { get } - var typeErasedStorage: Lottie.AnyValueProviderStorage { get } - func hasUpdate(frame: Lottie.AnimationFrameTime) -> Swift.Bool -} -extension Lottie.AnyValueProvider { - public func value(frame: Lottie.AnimationFrameTime) -> Any -} -public enum ValueProviderStorage where T : Lottie.AnyInterpolatable { - case singleValue(T) - case keyframes([Lottie.Keyframe]) - case closure((Lottie.AnimationFrameTime) -> T) -} -public enum AnyValueProviderStorage { - case singleValue(Any) - case keyframes([Lottie.Keyframe], interpolate: (Lottie.AnimationFrameTime) -> Any) - case closure((Lottie.AnimationFrameTime) -> Any) -} -public struct LottieVector1D : Swift.Hashable { - public init(_ value: Swift.Double) - public let value: Swift.Double - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector1D, b: Lottie.LottieVector1D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public struct LottieVector3D : Swift.Hashable { - public let x: Swift.Double - public let y: Swift.Double - public let z: Swift.Double - public init(x: Swift.Double, y: Swift.Double, z: Swift.Double) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: Lottie.LottieVector3D, b: Lottie.LottieVector3D) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -public enum LottieBackgroundBehavior { - case stop - case pause - case pauseAndRestore - case forceFinish - case continuePlaying - public static func `default`(for renderingEngine: Lottie.RenderingEngine) -> Lottie.LottieBackgroundBehavior - public static func == (a: Lottie.LottieBackgroundBehavior, b: Lottie.LottieBackgroundBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -public enum LottieLoopMode { - case playOnce - case loop - case autoReverse - case `repeat`(Swift.Float) - case repeatBackwards(Swift.Float) -} -extension Lottie.LottieLoopMode : Swift.Equatable { - public static func == (lhs: Lottie.LottieLoopMode, rhs: Lottie.LottieLoopMode) -> Swift.Bool -} -@objc @_inheritsConvenienceInitializers @IBDesignable @_Concurrency.MainActor(unsafe) final public class LottieAnimationView : Lottie.LottieAnimationViewBase { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation?, imageProvider: Lottie.AnimationImageProvider? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(dotLottie: Lottie.DotLottieFile?, animationId: Swift.String? = nil, textProvider: Lottie.AnimationTextProvider = DefaultTextProvider(), fontProvider: Lottie.AnimationFontProvider = DefaultFontProvider(), configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) public init(configuration: Lottie.LottieConfiguration = .shared, logger: Lottie.LottieLogger = .shared) - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) final public let configuration: Lottie.LottieConfiguration - @_Concurrency.MainActor(unsafe) final public var valueProviders: [Lottie.AnimationKeypath : Lottie.AnyValueProvider] { - get - } - @_Concurrency.MainActor(unsafe) final public var backgroundBehavior: Lottie.LottieBackgroundBehavior { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var animationLoaded: ((_ animationView: Lottie.LottieAnimationView, _ animation: Lottie.LottieAnimation) -> Swift.Void)? { - get - set - } - @_Concurrency.MainActor(unsafe) final public var imageProvider: Lottie.AnimationImageProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var textProvider: Lottie.AnimationTextProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var fontProvider: Lottie.AnimationFontProvider { - get - set - } - @_Concurrency.MainActor(unsafe) final public var isAnimationPlaying: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var isAnimationQueued: Swift.Bool { - get - } - @_Concurrency.MainActor(unsafe) final public var loopMode: Lottie.LottieLoopMode { - get - set - } - @_Concurrency.MainActor(unsafe) final public var shouldRasterizeWhenIdle: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentProgress: Lottie.AnimationProgressTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentTime: Foundation.TimeInterval { - get - set - } - @_Concurrency.MainActor(unsafe) final public var currentFrame: Lottie.AnimationFrameTime { - get - set - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationFrame: Lottie.AnimationFrameTime { - get - } - @_Concurrency.MainActor(unsafe) final public var realtimeAnimationProgress: Lottie.AnimationProgressTime { - get - } - @_Concurrency.MainActor(unsafe) final public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) final public var respectAnimationFrameRate: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) final public var viewportFrame: CoreGraphics.CGRect? { - get - set - } - @_Concurrency.MainActor(unsafe) @objc override final public var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) final public var currentRenderingEngine: Lottie.RenderingEngine? { - get - } - @_Concurrency.MainActor(unsafe) final public func loadAnimation(_ animationId: Swift.String? = nil, from dotLottieFile: Lottie.DotLottieFile) - @_Concurrency.MainActor(unsafe) final public func play(completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromProgress: Lottie.AnimationProgressTime? = nil, toProgress: Lottie.AnimationProgressTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromFrame: Lottie.AnimationFrameTime? = nil, toFrame: Lottie.AnimationFrameTime, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(fromMarker: Swift.String? = nil, toMarker: Swift.String, playEndMarkerFrame: Swift.Bool = true, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func play(marker: Swift.String, loopMode: Lottie.LottieLoopMode? = nil, completion: Lottie.LottieCompletionBlock? = nil) - @_Concurrency.MainActor(unsafe) final public func stop() - @_Concurrency.MainActor(unsafe) final public func pause() - @_Concurrency.MainActor(unsafe) final public func reloadImages() - @_Concurrency.MainActor(unsafe) final public func forceDisplayUpdate() - @_Concurrency.MainActor(unsafe) final public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func getValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func getOriginalValue(for keypath: Lottie.AnimationKeypath, atFrame: Lottie.AnimationFrameTime?) -> Any? - @_Concurrency.MainActor(unsafe) final public func logHierarchyKeypaths() - @_Concurrency.MainActor(unsafe) final public func addSubview(_ subview: Lottie.AnimationSubview, forLayerAt keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func convert(_ rect: CoreGraphics.CGRect, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGRect? - @_Concurrency.MainActor(unsafe) final public func convert(_ point: CoreGraphics.CGPoint, toLayerAt keypath: Lottie.AnimationKeypath?) -> CoreGraphics.CGPoint? - @_Concurrency.MainActor(unsafe) final public func setNodeIsEnabled(isEnabled: Swift.Bool, keypath: Lottie.AnimationKeypath) - @_Concurrency.MainActor(unsafe) final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - @_Concurrency.MainActor(unsafe) final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @_Concurrency.MainActor(unsafe) final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - @objc deinit -} -@objc @_Concurrency.MainActor(unsafe) open class AnimatedControl : UIKit.UIControl { - @_Concurrency.MainActor(unsafe) public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isEnabled: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isSelected: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var isHighlighted: Swift.Bool { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open var intrinsicContentSize: CoreGraphics.CGSize { - @_Concurrency.MainActor(unsafe) @objc get - } - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func continueTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func cancelTracking(with event: UIKit.UIEvent?) - @_Concurrency.MainActor(unsafe) open func animationDidSet() - @_Concurrency.MainActor(unsafe) final public let animationView: Lottie.LottieAnimationView - @_Concurrency.MainActor(unsafe) public var animation: Lottie.LottieAnimation? { - get - set - } - @_Concurrency.MainActor(unsafe) public var animationSpeed: CoreGraphics.CGFloat { - get - set - } - @_Concurrency.MainActor(unsafe) public func setLayer(named: Swift.String, forState: UIKit.UIControl.State) - @_Concurrency.MainActor(unsafe) public func setValueProvider(_ valueProvider: Lottie.AnyValueProvider, keypath: Lottie.AnimationKeypath) - @objc deinit -} -public enum DotLottieError : Swift.Error { - case invalidFileFormat - case invalidData - case animationNotAvailable - public static func == (a: Lottie.DotLottieError, b: Lottie.DotLottieError) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -final public class FloatValueProvider { - public init(block: @escaping Lottie.FloatValueProvider.CGFloatValueBlock) - public init(_ float: CoreGraphics.CGFloat) - public typealias CGFloatValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGFloat - final public var float: CoreGraphics.CGFloat { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@objc final public class CompatibleAnimationKeypath : ObjectiveC.NSObject { - @objc public init(keypath: Swift.String) - @objc public init(keys: [Swift.String]) - final public let animationKeypath: Lottie.AnimationKeypath - @objc deinit -} -extension Lottie.LottieColor : Swift.Codable { - public init(from decoder: Swift.Decoder) throws - public func encode(to encoder: Swift.Encoder) throws -} -extension Lottie.DotLottieFile { - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(filepath: Swift.String, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func asset(named name: Swift.String, bundle: Foundation.Bundle = Bundle.main, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache) async throws -> Lottie.DotLottieFile - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, dotLottieCache: Lottie.DotLottieCacheProvider? = DotLottieCache.sharedCache, handleResult: @escaping (Swift.Result) -> Swift.Void) -} -public protocol DotLottieCacheProvider { - func file(forKey: Swift.String) -> Lottie.DotLottieFile? - func setFile(_ lottie: Lottie.DotLottieFile, forKey: Swift.String) - func clearCache() -} -extension Lottie.LottieAnimation { - public typealias DownloadClosure = (Lottie.LottieAnimation?) -> Swift.Void - final public var duration: Foundation.TimeInterval { - get - } - final public var bounds: CoreGraphics.CGRect { - get - } - final public var size: CoreGraphics.CGSize { - get - } - public static func named(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, subdirectory: Swift.String? = nil, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func filepath(_ filepath: Swift.String, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func asset(_ name: Swift.String, bundle: Foundation.Bundle = Bundle.main, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) -> Lottie.LottieAnimation? - public static func from(data: Foundation.Data, strategy: Lottie.DecodingStrategy = LottieConfiguration.shared.decodingStrategy) throws -> Lottie.LottieAnimation - - #if compiler(>=5.3) && $AsyncAwait - @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) async -> Lottie.LottieAnimation? - #endif - - public static func loadedFrom(url: Foundation.URL, session: Foundation.URLSession = .shared, closure: @escaping Lottie.LottieAnimation.DownloadClosure, animationCache: Lottie.AnimationCacheProvider? = LottieAnimationCache.shared) - final public func progressTime(forMarker named: Swift.String) -> Lottie.AnimationProgressTime? - final public func frameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func durationFrameTime(forMarker named: Swift.String) -> Lottie.AnimationFrameTime? - final public func progressTime(forFrame frameTime: Lottie.AnimationFrameTime, clamped: Swift.Bool = true) -> Lottie.AnimationProgressTime - final public func frameTime(forProgress progressTime: Lottie.AnimationProgressTime) -> Lottie.AnimationFrameTime - final public func time(forFrame frameTime: Lottie.AnimationFrameTime) -> Foundation.TimeInterval - final public func frameTime(forTime time: Foundation.TimeInterval) -> Lottie.AnimationFrameTime -} -extension Foundation.Bundle : @unchecked Swift.Sendable { -} -public enum LayerType : Swift.Int, Swift.Codable { - case precomp - case solid - case image - case null - case shape - case text - public init(from decoder: Swift.Decoder) throws - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum MatteType : Swift.Int, Swift.Codable { - case none - case add - case invert - case unknown - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public enum BlendMode : Swift.Int, Swift.Codable { - case normal - case multiply - case screen - case overlay - case darken - case lighten - case colorDodge - case colorBurn - case hardLight - case softLight - case difference - case exclusion - case hue - case saturation - case color - case luminosity - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public class DotLottieCache : Lottie.DotLottieCacheProvider { - public init() - public static let sharedCache: Lottie.DotLottieCache - public var cacheSize: Swift.Int { - get - set - } - public func clearCache() - public func file(forKey key: Swift.String) -> Lottie.DotLottieFile? - public func setFile(_ lottie: Lottie.DotLottieFile, forKey key: Swift.String) - @objc deinit -} -final public class GradientValueProvider { - public init(block: @escaping Lottie.GradientValueProvider.ColorsValueBlock, locations: Lottie.GradientValueProvider.ColorLocationsBlock? = nil) - public init(_ colors: [Lottie.LottieColor], locations: [Swift.Double] = []) - public typealias ColorsValueBlock = (CoreGraphics.CGFloat) -> [Lottie.LottieColor] - public typealias ColorLocationsBlock = (CoreGraphics.CGFloat) -> [Swift.Double] - final public var colors: [Lottie.LottieColor] { - get - set - } - final public var locations: [Swift.Double] { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage<[Swift.Double]> { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedSwitch : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) override open func animationDidSet() - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - public enum CancelBehavior { - case reverse - case none - public static func == (a: Lottie.AnimatedSwitch.CancelBehavior, b: Lottie.AnimatedSwitch.CancelBehavior) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } - } - @_Concurrency.MainActor(unsafe) public var cancelBehavior: Lottie.AnimatedSwitch.CancelBehavior - @_Concurrency.MainActor(unsafe) public var animateUpdateWhenChangingAnimation: Swift.Bool - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public var isOn: Swift.Bool { - get - set - } - @_Concurrency.MainActor(unsafe) public func setIsOn(_ isOn: Swift.Bool, animated: Swift.Bool, shouldFireHaptics: Swift.Bool = true) - @_Concurrency.MainActor(unsafe) public func setProgressForState(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, forOnState: Swift.Bool) - @objc deinit -} -public class BundleImageProvider : Lottie.AnimationImageProvider { - public init(bundle: Foundation.Bundle, searchPath: Swift.String?) - public func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class AnimationSubview : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LottieAnimationViewBase : UIKit.UIView { - @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentMode: UIKit.UIView.ContentMode { - @_Concurrency.MainActor(unsafe) @objc get - @_Concurrency.MainActor(unsafe) @objc set - } - @_Concurrency.MainActor(unsafe) @objc override dynamic public func didMoveToWindow() - @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews() - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect) - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) - @objc deinit -} -@_hasMissingDesignatedInitializers final public class DotLottieFile { - @objc deinit -} -final public class LottieLogger { - public init(assert: @escaping Lottie.LottieLogger.Assert = { condition, message, file, line in - // If we default to `Swift.assert` directly with `assert: Assert = Swift.assert`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assert(condition(), message(), file: file, line: line) - }, assertionFailure: @escaping Lottie.LottieLogger.AssertionFailure = { message, file, line in - // If we default to `Swift.assertionFailure` directly with - // `assertionFailure: AssertionFailure = Swift.assertionFailure`, - // the call will unexpectedly not respect the -O flag and will crash in release - // https://github.com/apple/swift/issues/60249 - Swift.assertionFailure(message(), file: file, line: line) - }, warn: @escaping Lottie.LottieLogger.Warn = { message, _, _ in - }, info: @escaping Lottie.LottieLogger.Info = { message in - }) - public typealias Assert = (_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias AssertionFailure = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Warn = (_ message: @autoclosure () -> Swift.String, _ fileID: Swift.StaticString, _ line: Swift.UInt) -> Swift.Void - public typealias Info = (_ message: @autoclosure () -> Swift.String) -> Swift.Void - public static var shared: Lottie.LottieLogger - final public func assert(_ condition: @autoclosure () -> Swift.Bool, _ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func assertionFailure(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func warn(_ message: @autoclosure () -> Swift.String = String(), fileID: Swift.StaticString = #fileID, line: Swift.UInt = #line) - final public func info(_ message: @autoclosure () -> Swift.String = String()) - @objc deinit -} -extension Lottie.LottieLogger { - public static var printToConsole: Lottie.LottieLogger { - get - } -} -@available(*, deprecated, message: "Use DefaultAnimationCache instead, which is thread-safe and automatically responds to memory pressure.") -public typealias LRUAnimationCache = Lottie.DefaultAnimationCache -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class AnimatedButton : Lottie.AnimatedControl { - @_Concurrency.MainActor(unsafe) override public init(animation: Lottie.LottieAnimation, configuration: Lottie.LottieConfiguration = .shared) - @objc override dynamic public init() - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) - @_Concurrency.MainActor(unsafe) @objc override dynamic open func beginTracking(_ touch: UIKit.UITouch, with event: UIKit.UIEvent?) -> Swift.Bool - @_Concurrency.MainActor(unsafe) @objc override dynamic open func endTracking(_ touch: UIKit.UITouch?, with event: UIKit.UIEvent?) - @objc override dynamic public var accessibilityTraits: UIKit.UIAccessibilityTraits { - @objc get - @objc set - } - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromProgress: Lottie.AnimationProgressTime, toProgress: Lottie.AnimationProgressTime, event: UIKit.UIControl.Event) - @_Concurrency.MainActor(unsafe) public func setPlayRange(fromMarker fromName: Swift.String, toMarker toName: Swift.String, event: UIKit.UIControl.Event) - @objc deinit -} -final public class PointValueProvider { - public init(block: @escaping Lottie.PointValueProvider.PointValueBlock) - public init(_ point: CoreGraphics.CGPoint) - public typealias PointValueBlock = (CoreGraphics.CGFloat) -> CoreGraphics.CGPoint - final public var point: CoreGraphics.CGPoint { - get - set - } - final public var valueType: Any.Type { - get - } - final public var storage: Lottie.ValueProviderStorage { - get - } - final public func hasUpdate(frame _: CoreGraphics.CGFloat) -> Swift.Bool - @objc deinit -} -final public class Keyframe { - public init(_ value: T, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - public init(value: T, time: Lottie.AnimationFrameTime, isHold: Swift.Bool = false, inTangent: Lottie.LottieVector2D? = nil, outTangent: Lottie.LottieVector2D? = nil, spatialInTangent: Lottie.LottieVector3D? = nil, spatialOutTangent: Lottie.LottieVector3D? = nil) - final public let value: T - final public let time: Lottie.AnimationFrameTime - final public let isHold: Swift.Bool - final public let inTangent: Lottie.LottieVector2D? - final public let outTangent: Lottie.LottieVector2D? - final public let spatialInTangent: Lottie.LottieVector3D? - final public let spatialOutTangent: Lottie.LottieVector3D? - @objc deinit -} -extension Lottie.Keyframe : Swift.Equatable where T : Swift.Equatable { - public static func == (lhs: Lottie.Keyframe, rhs: Lottie.Keyframe) -> Swift.Bool -} -extension Lottie.Keyframe : Swift.Hashable where T : Swift.Hashable { - final public func hash(into hasher: inout Swift.Hasher) - final public var hashValue: Swift.Int { - get - } -} -public protocol AnimationImageProvider { - func imageForAsset(asset: Lottie.ImageAsset) -> CoreGraphics.CGImage? -} -public protocol Interpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -public protocol SpatialInterpolatable : Lottie.AnyInterpolatable { - func interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -public protocol AnyInterpolatable { - func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.Interpolatable { - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent _: CoreGraphics.CGPoint?, spatialInTangent _: CoreGraphics.CGPoint?) -> Self -} -extension Lottie.SpatialInterpolatable { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self - public func _interpolate(to: Self, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Self -} -extension Swift.Double : Lottie.Interpolatable { -} -extension CoreGraphics.CGFloat : Lottie.Interpolatable { -} -extension Swift.Float : Lottie.Interpolatable { -} -extension Lottie.Interpolatable where Self : Swift.BinaryFloatingPoint { - public func interpolate(to: Self, amount: CoreGraphics.CGFloat) -> Self -} -extension CoreGraphics.CGRect : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGRect, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGRect -} -extension CoreGraphics.CGSize : Lottie.Interpolatable { - public func interpolate(to: CoreGraphics.CGSize, amount: CoreGraphics.CGFloat) -> CoreGraphics.CGSize -} -extension CoreGraphics.CGPoint : Lottie.SpatialInterpolatable { - public func interpolate(to: CoreGraphics.CGPoint, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> CoreGraphics.CGPoint -} -extension Lottie.LottieColor : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieColor, amount: CoreGraphics.CGFloat) -> Lottie.LottieColor -} -extension Lottie.LottieVector1D : Lottie.Interpolatable { - public func interpolate(to: Lottie.LottieVector1D, amount: CoreGraphics.CGFloat) -> Lottie.LottieVector1D -} -extension Lottie.LottieVector2D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector2D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector2D -} -extension Lottie.LottieVector3D : Lottie.SpatialInterpolatable { - public func interpolate(to: Lottie.LottieVector3D, amount: CoreGraphics.CGFloat, spatialOutTangent: CoreGraphics.CGPoint?, spatialInTangent: CoreGraphics.CGPoint?) -> Lottie.LottieVector3D -} -extension Swift.Array : Lottie.Interpolatable, Lottie.AnyInterpolatable where Element : Lottie.Interpolatable { - public func interpolate(to: [Element], amount: CoreGraphics.CGFloat) -> [Element] -} -extension Lottie.CoordinateSpace : Swift.Equatable {} -extension Lottie.CoordinateSpace : Swift.Hashable {} -extension Lottie.CoordinateSpace : Swift.RawRepresentable {} -extension Lottie.SizeValueProvider : Lottie.AnyValueProvider {} -extension Lottie.CompatibleRenderingEngineOption : Swift.Equatable {} -extension Lottie.CompatibleRenderingEngineOption : Swift.Hashable {} -extension Lottie.CompatibleRenderingEngineOption : Swift.RawRepresentable {} -extension Lottie.ColorValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LottieBackgroundBehavior : Swift.Equatable {} -extension Lottie.LottieBackgroundBehavior : Swift.Hashable {} -extension Lottie.DotLottieError : Swift.Equatable {} -extension Lottie.DotLottieError : Swift.Hashable {} -extension Lottie.FloatValueProvider : Lottie.AnyValueProvider {} -extension Lottie.LayerType : Swift.Equatable {} -extension Lottie.LayerType : Swift.Hashable {} -extension Lottie.LayerType : Swift.RawRepresentable {} -extension Lottie.MatteType : Swift.Equatable {} -extension Lottie.MatteType : Swift.Hashable {} -extension Lottie.MatteType : Swift.RawRepresentable {} -extension Lottie.BlendMode : Swift.Equatable {} -extension Lottie.BlendMode : Swift.Hashable {} -extension Lottie.BlendMode : Swift.RawRepresentable {} -extension Lottie.GradientValueProvider : Lottie.AnyValueProvider {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Equatable {} -extension Lottie.AnimatedSwitch.CancelBehavior : Swift.Hashable {} -extension Lottie.PointValueProvider : Lottie.AnyValueProvider {} diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/PrivacyInfo.xcprivacy b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..64e785c --- /dev/null +++ b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyTracking + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + + diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/_CodeSignature/CodeResources b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/_CodeSignature/CodeResources index 7f02cde..20fe381 100644 --- a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/_CodeSignature/CodeResources +++ b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/Lottie.framework/_CodeSignature/CodeResources @@ -6,64 +6,60 @@ Headers/Lottie-Swift.h - 7YVeloaCxavQf+TQSoIJ6oiEMVM= + kryiBHq9BWL0GEph37F73zHjGtY= Info.plist - ylTvYQ0rIMjWakoVNcK3foH0fq4= + fbYzUDgQqwHVglipO7OtlWbuCZo= + + Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.abi.json + + 7EoaJukYNdkQ6c5DE4V/eOm83cE= + + Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface + + UqnIpvegxw0UHIw/roxwX2aFcqA= Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftdoc - vCwPP2q71o8EttEw7AAKitW6Js8= + rN/VB6njft1fA+IS9Pt87p9Y8AE= Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftinterface - GdVUO9E5O+RG3La7uhKPsVaEslg= + UqnIpvegxw0UHIw/roxwX2aFcqA= Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftmodule - M3MbdpQNnVtJIJWHJLid/4KJwDs= + 6uRD51j7wceAmaLs2f1ZYwFoDTc= - Modules/Lottie.swiftmodule/arm64.swiftdoc + Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.abi.json - vCwPP2q71o8EttEw7AAKitW6Js8= + 7EoaJukYNdkQ6c5DE4V/eOm83cE= - Modules/Lottie.swiftmodule/arm64.swiftinterface + Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface - GdVUO9E5O+RG3La7uhKPsVaEslg= - - Modules/Lottie.swiftmodule/arm64.swiftmodule - - M3MbdpQNnVtJIJWHJLid/4KJwDs= + wsOuNFZp/l5GAVYD2IfBgwttZm0= Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc - nI72ux80W0lT8dJeuBNjmdRI0dk= + rym38DY0l8vJxGkOjnSrFl+ySJI= Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface - BsXRp2WCfkZ9YOa0QTsEm69cQtY= + wsOuNFZp/l5GAVYD2IfBgwttZm0= Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftmodule - cl3KqmEwa/8cE+McnCIEQDbnFIU= - - Modules/Lottie.swiftmodule/x86_64.swiftdoc - - nI72ux80W0lT8dJeuBNjmdRI0dk= - - Modules/Lottie.swiftmodule/x86_64.swiftinterface - - BsXRp2WCfkZ9YOa0QTsEm69cQtY= - - Modules/Lottie.swiftmodule/x86_64.swiftmodule - - cl3KqmEwa/8cE+McnCIEQDbnFIU= + QuTuVbt6B5oBbIjQ16YvP0E6A/A= Modules/module.modulemap DV06Wqt1A0d79oGLNVIbxjpgBhU= + PrivacyInfo.xcprivacy + + 9slhmTZYKDmos4efk+3YOXYOQXo= + files2 @@ -71,98 +67,91 @@ hash2 - cDCmC4Ygy8netVK/8HI/50BC4cnvgF/pSpl6diKkMyY= + lL2ucBnjsplkjaKUiIxxlBKgtOqIffwUCk5D/bjEX9Y= - Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftdoc + Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.abi.json hash2 - nbkWctT5q7S09ARK5Xo3qePGTDuA4XYlGvJDE1sfcoE= + AkXNImq8wm2vhlzyqzQIfINJGdqniuntjG5Za04It50= - Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftinterface + Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface hash2 - V0N8W603BqlW64xi6U61NN7pGkytE/HyDROLqPSNCJE= + yf6D6i3f97mCqCGWFy8RD+GY6CMO9nqGy5qIIjhL5Zs= - Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftmodule - - hash2 - - CKcz23V+zbSDSb2nhD6HFQ55SYuNHTsJ5I4noP+sQhg= - - - Modules/Lottie.swiftmodule/arm64.swiftdoc + Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftdoc hash2 - nbkWctT5q7S09ARK5Xo3qePGTDuA4XYlGvJDE1sfcoE= + i39O3yeD/9/z5XqMhZjShC5TousCPYpCkXf+lH3lK+g= - Modules/Lottie.swiftmodule/arm64.swiftinterface + Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftinterface hash2 - V0N8W603BqlW64xi6U61NN7pGkytE/HyDROLqPSNCJE= + yf6D6i3f97mCqCGWFy8RD+GY6CMO9nqGy5qIIjhL5Zs= - Modules/Lottie.swiftmodule/arm64.swiftmodule + Modules/Lottie.swiftmodule/arm64-apple-tvos-simulator.swiftmodule hash2 - CKcz23V+zbSDSb2nhD6HFQ55SYuNHTsJ5I4noP+sQhg= + VW4ZicV6A5oyCq1/DtXNxl952LMo2ldjEp2+i4CoCoQ= - Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc + Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.abi.json hash2 - JXGHg2dJLuJGdaMwSWvHQwNJFAyBA5/XHGms/LPDoYk= + AkXNImq8wm2vhlzyqzQIfINJGdqniuntjG5Za04It50= - Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface + Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface hash2 - i6RL2iLn8tJeMJ6yZa1oDVL6qfso0Bfr5nVeY0y3ehc= + 7aUqF7oMHsdeweGN8nP2jFGggH9ErAmcPMubW7R2NEc= - Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftmodule + Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc hash2 - ofJqKksj6/8nupft1ZSmeQXWACevbnVM6mDbxzSTGRc= + kWVikxjk3Q2QXCbA25StBjc0FfDZHGPTzia8nNgezCY= - Modules/Lottie.swiftmodule/x86_64.swiftdoc + Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface hash2 - JXGHg2dJLuJGdaMwSWvHQwNJFAyBA5/XHGms/LPDoYk= + 7aUqF7oMHsdeweGN8nP2jFGggH9ErAmcPMubW7R2NEc= - Modules/Lottie.swiftmodule/x86_64.swiftinterface + Modules/Lottie.swiftmodule/x86_64-apple-tvos-simulator.swiftmodule hash2 - i6RL2iLn8tJeMJ6yZa1oDVL6qfso0Bfr5nVeY0y3ehc= + aFI1rLznPXAobBKxlTdTxf7FhU5RosRUeDWqACwwrlE= - Modules/Lottie.swiftmodule/x86_64.swiftmodule + Modules/module.modulemap hash2 - ofJqKksj6/8nupft1ZSmeQXWACevbnVM6mDbxzSTGRc= + GTUIX/Hf1jwA337lpALyQjuRidby1Hc8v68BlEnql9s= - Modules/module.modulemap + PrivacyInfo.xcprivacy hash2 - GTUIX/Hf1jwA337lpALyQjuRidby1Hc8v68BlEnql9s= + ENpn8heCTwGSiOwyirq8KQqwOZxS6b53ok1JQzkTfaI= diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Info.plist b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Info.plist new file mode 100644 index 0000000..01e3d47 --- /dev/null +++ b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.com.airbnb.Lottie + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 4.5.0 + CFBundleVersion + 443 + + diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie new file mode 100644 index 0000000..155b877 Binary files /dev/null and b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie differ diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml new file mode 100644 index 0000000..c9247b6 --- /dev/null +++ b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/aarch64/Lottie.yml @@ -0,0 +1,7789 @@ +--- +triple: 'arm64-apple-darwin' +binary-path: '/Users/runner/Library/Developer/Xcode/DerivedData/Lottie-fxrioqbkappyvraatalsxfpfubmj/Build/Intermediates.noindex/ArchiveIntermediates/Lottie (tvOS)/InstallationBuildProductsLocation/Library/Frameworks/Lottie.framework/Lottie' +relocations: + - { offsetInCU: 0x34, offset: 0x53E96, size: 0x8, addend: 0x0, symName: _LottieVersionString, symObjAddr: 0x0, symBinAddr: 0x176B00, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x53ECB, size: 0x8, addend: 0x0, symName: _LottieVersionNumber, symObjAddr: 0x28, symBinAddr: 0x176B28, symSize: 0x0 } + - { offsetInCU: 0x3F, offset: 0x53F20, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0x7C, symBinAddr: 0x4064, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x53F34, size: 0x8, addend: 0x0, symName: ___swift_memcpy152_8, symObjAddr: 0x80, symBinAddr: 0x4068, symSize: 0x34 } + - { offsetInCU: 0x67, offset: 0x53F48, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwet', symObjAddr: 0xB4, symBinAddr: 0x409C, symSize: 0x5C } + - { offsetInCU: 0x7B, offset: 0x53F5C, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwst', symObjAddr: 0x110, symBinAddr: 0x40F8, symSize: 0x78 } + - { offsetInCU: 0x8F, offset: 0x53F70, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwCP', symObjAddr: 0x1C4, symBinAddr: 0x41AC, symSize: 0x30 } + - { offsetInCU: 0xA3, offset: 0x53F84, size: 0x8, addend: 0x0, symName: ___swift_memcpy128_8, symObjAddr: 0x1F4, symBinAddr: 0x41DC, symSize: 0x24 } + - { offsetInCU: 0xB7, offset: 0x53F98, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwet', symObjAddr: 0x218, symBinAddr: 0x4200, symSize: 0x20 } + - { offsetInCU: 0xCB, offset: 0x53FAC, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwst', symObjAddr: 0x238, symBinAddr: 0x4220, symSize: 0x4C } + - { offsetInCU: 0xDF, offset: 0x53FC0, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0x2AC, symBinAddr: 0x4294, symSize: 0xC } + - { offsetInCU: 0xF3, offset: 0x53FD4, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0x2E4, symBinAddr: 0x42CC, symSize: 0xC } + - { offsetInCU: 0x107, offset: 0x53FE8, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwet', symObjAddr: 0x2F0, symBinAddr: 0x42D8, symSize: 0x20 } + - { offsetInCU: 0x11B, offset: 0x53FFC, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwst', symObjAddr: 0x310, symBinAddr: 0x42F8, symSize: 0x2C } + - { offsetInCU: 0x12F, offset: 0x54010, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwet', symObjAddr: 0x350, symBinAddr: 0x4338, symSize: 0x20 } + - { offsetInCU: 0x16F, offset: 0x54050, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE21_overrideSizeThatFits_2in02uiC0ySo6CGSizeVz_7SwiftUI09_ProposedF0VAA0L22UIMeasurementContainerCy7ContentQzGtF', symObjAddr: 0x39C, symBinAddr: 0x4384, symSize: 0x334 } + - { offsetInCU: 0x388, offset: 0x54269, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSQWb', symObjAddr: 0xA40, symBinAddr: 0x49A8, symSize: 0x2C } + - { offsetInCU: 0x3A7, offset: 0x54288, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0xB30, symBinAddr: 0x4A8C, symSize: 0x2C } + - { offsetInCU: 0x3BB, offset: 0x5429C, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0xB9C, symBinAddr: 0x4AF8, symSize: 0x2C } + - { offsetInCU: 0x3CF, offset: 0x542B0, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityaSHSCSQWb', symObjAddr: 0x10D8, symBinAddr: 0x5034, symSize: 0x2C } + - { offsetInCU: 0x3E3, offset: 0x542C4, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSQWb', symObjAddr: 0x1104, symBinAddr: 0x5060, symSize: 0x2C } + - { offsetInCU: 0x3F7, offset: 0x542D8, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1130, symBinAddr: 0x508C, symSize: 0x2C } + - { offsetInCU: 0x40B, offset: 0x542EC, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSQWb', symObjAddr: 0x115C, symBinAddr: 0x50B8, symSize: 0x2C } + - { offsetInCU: 0x41F, offset: 0x54300, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1188, symBinAddr: 0x50E4, symSize: 0x2C } + - { offsetInCU: 0x433, offset: 0x54314, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSQWb', symObjAddr: 0x11B4, symBinAddr: 0x5110, symSize: 0x2C } + - { offsetInCU: 0x447, offset: 0x54328, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x11E0, symBinAddr: 0x513C, symSize: 0x2C } + - { offsetInCU: 0x45B, offset: 0x5433C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE12sizeThatFits_02uiC07contextSo6CGSizeVSg7SwiftUI08ProposedC4SizeV_AA0K22UIMeasurementContainerCy7ContentQzGAJ06UIViewD7ContextVyxGtFTf4nndn_n', symObjAddr: 0x120C, symBinAddr: 0x5168, symSize: 0x8C } + - { offsetInCU: 0x4B8, offset: 0x54399, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_0, symObjAddr: 0x1318, symBinAddr: 0x5274, symSize: 0x3C } + - { offsetInCU: 0x4CC, offset: 0x543AD, size: 0x8, addend: 0x0, symName: '_$sSSSg5label_yp5valuetWOh', symObjAddr: 0x1354, symBinAddr: 0x52B0, symSize: 0x40 } + - { offsetInCU: 0x4E0, offset: 0x543C1, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x1394, symBinAddr: 0x52F0, symSize: 0x40 } + - { offsetInCU: 0x4F4, offset: 0x543D5, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x13D4, symBinAddr: 0x5330, symSize: 0x10 } + - { offsetInCU: 0x508, offset: 0x543E9, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x14A4, symBinAddr: 0x5400, symSize: 0x2C } + - { offsetInCU: 0x51C, offset: 0x543FD, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x14D0, symBinAddr: 0x542C, symSize: 0x2C } + - { offsetInCU: 0x530, offset: 0x54411, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeaSHSCSQWb', symObjAddr: 0x14FC, symBinAddr: 0x5458, symSize: 0x2C } + - { offsetInCU: 0x544, offset: 0x54425, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1528, symBinAddr: 0x5484, symSize: 0x2C } + - { offsetInCU: 0x558, offset: 0x54439, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x1554, symBinAddr: 0x54B0, symSize: 0x2C } + - { offsetInCU: 0x56C, offset: 0x5444D, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1580, symBinAddr: 0x54DC, symSize: 0x2C } + - { offsetInCU: 0x580, offset: 0x54461, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x15AC, symBinAddr: 0x5508, symSize: 0x2C } + - { offsetInCU: 0x594, offset: 0x54475, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyaSHSCSQWb', symObjAddr: 0x15D8, symBinAddr: 0x5534, symSize: 0x2C } + - { offsetInCU: 0x5A8, offset: 0x54489, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaSHSCSQWb', symObjAddr: 0x1604, symBinAddr: 0x5560, symSize: 0x2C } + - { offsetInCU: 0x634, offset: 0x54515, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x6DC, symBinAddr: 0x46C4, symSize: 0x14 } + - { offsetInCU: 0x674, offset: 0x54555, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x6F0, symBinAddr: 0x46D8, symSize: 0x18 } + - { offsetInCU: 0x6BA, offset: 0x5459B, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x758, symBinAddr: 0x46F4, symSize: 0x14 } + - { offsetInCU: 0x6FA, offset: 0x545DB, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x76C, symBinAddr: 0x4708, symSize: 0x18 } + - { offsetInCU: 0x73A, offset: 0x5461B, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x83C, symBinAddr: 0x47D8, symSize: 0x14 } + - { offsetInCU: 0x77A, offset: 0x5465B, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x850, symBinAddr: 0x47EC, symSize: 0x18 } + - { offsetInCU: 0x7BA, offset: 0x5469B, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x87C, symBinAddr: 0x4818, symSize: 0x14 } + - { offsetInCU: 0x7FA, offset: 0x546DB, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x890, symBinAddr: 0x482C, symSize: 0x18 } + - { offsetInCU: 0x882, offset: 0x54763, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH9hashValueSivgTW', symObjAddr: 0x904, symBinAddr: 0x48A0, symSize: 0x44 } + - { offsetInCU: 0x931, offset: 0x54812, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x948, symBinAddr: 0x48E4, symSize: 0x28 } + - { offsetInCU: 0x984, offset: 0x54865, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x970, symBinAddr: 0x490C, symSize: 0x40 } + - { offsetInCU: 0xA10, offset: 0x548F1, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0xA70, symBinAddr: 0x49D8, symSize: 0x14 } + - { offsetInCU: 0xA56, offset: 0x54937, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xAAC, symBinAddr: 0x4A08, symSize: 0x84 } + - { offsetInCU: 0xA72, offset: 0x54953, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xBC8, symBinAddr: 0x4B24, symSize: 0x84 } + - { offsetInCU: 0xA8E, offset: 0x5496F, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xDE4, symBinAddr: 0x4D40, symSize: 0x84 } + - { offsetInCU: 0xAAA, offset: 0x5498B, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xED4, symBinAddr: 0x4E30, symSize: 0x84 } + - { offsetInCU: 0xC0B, offset: 0x54AEC, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0xA84, symBinAddr: 0x49EC, symSize: 0x10 } + - { offsetInCU: 0xC27, offset: 0x54B08, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0xA94, symBinAddr: 0x49FC, symSize: 0xC } + - { offsetInCU: 0xCC0, offset: 0x54BA1, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x7A0, symBinAddr: 0x473C, symSize: 0x3C } + - { offsetInCU: 0xCDC, offset: 0x54BBD, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x7DC, symBinAddr: 0x4778, symSize: 0x48 } + - { offsetInCU: 0xCF8, offset: 0x54BD9, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xC4C, symBinAddr: 0x4BA8, symSize: 0x3C } + - { offsetInCU: 0xD14, offset: 0x54BF5, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC88, symBinAddr: 0x4BE4, symSize: 0x48 } + - { offsetInCU: 0xD30, offset: 0x54C11, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xCDC, symBinAddr: 0x4C38, symSize: 0x3C } + - { offsetInCU: 0xD4C, offset: 0x54C2D, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD18, symBinAddr: 0x4C74, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0x54D7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x56AC, symSize: 0x48 } + - { offsetInCU: 0x70, offset: 0x54DA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x56F4, symSize: 0x25C } + - { offsetInCU: 0xD8, offset: 0x54E0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2A4, symBinAddr: 0x5950, symSize: 0x41C } + - { offsetInCU: 0x261, offset: 0x54F95, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4nameSSvg', symObjAddr: 0x6C0, symBinAddr: 0x5D6C, symSize: 0x2C } + - { offsetInCU: 0x290, offset: 0x54FC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC9directorySSvg', symObjAddr: 0x6EC, symBinAddr: 0x5D98, symSize: 0x2C } + - { offsetInCU: 0x2BF, offset: 0x54FF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC5widthSdvg', symObjAddr: 0x718, symBinAddr: 0x5DC4, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x55020, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6heightSdvg', symObjAddr: 0x720, symBinAddr: 0x5DCC, symSize: 0x8 } + - { offsetInCU: 0x319, offset: 0x5504D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x728, symBinAddr: 0x5DD4, symSize: 0x1F8 } + - { offsetInCU: 0x3AB, offset: 0x550DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO8rawValueSSvg', symObjAddr: 0xA0C, symBinAddr: 0x6078, symSize: 0x18 } + - { offsetInCU: 0x3E4, offset: 0x55118, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA24, symBinAddr: 0x6090, symSize: 0x18 } + - { offsetInCU: 0x412, offset: 0x55146, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA24, symBinAddr: 0x6090, symSize: 0x18 } + - { offsetInCU: 0x464, offset: 0x55198, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xA60, symBinAddr: 0x60CC, symSize: 0x64 } + - { offsetInCU: 0x4CA, offset: 0x551FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xAC4, symBinAddr: 0x6130, symSize: 0x28 } + - { offsetInCU: 0x4E6, offset: 0x5521A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xAEC, symBinAddr: 0x6158, symSize: 0x8 } + - { offsetInCU: 0x51C, offset: 0x55250, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAF4, symBinAddr: 0x6160, symSize: 0x68 } + - { offsetInCU: 0x5A1, offset: 0x552D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xB5C, symBinAddr: 0x61C8, symSize: 0xC } + - { offsetInCU: 0x5BD, offset: 0x552F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xB68, symBinAddr: 0x61D4, symSize: 0xC } + - { offsetInCU: 0x5DA, offset: 0x5530E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfd', symObjAddr: 0xBE0, symBinAddr: 0x624C, symSize: 0x2C } + - { offsetInCU: 0x633, offset: 0x55367, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfD', symObjAddr: 0xC0C, symBinAddr: 0x6278, symSize: 0x34 } + - { offsetInCU: 0x76D, offset: 0x554A1, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0x960, symBinAddr: 0x5FCC, symSize: 0x24 } + - { offsetInCU: 0x781, offset: 0x554B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs0C3KeyAAWl', symObjAddr: 0x984, symBinAddr: 0x5FF0, symSize: 0x44 } + - { offsetInCU: 0x795, offset: 0x554C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x9C8, symBinAddr: 0x6034, symSize: 0x44 } + - { offsetInCU: 0x7A9, offset: 0x554DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfE', symObjAddr: 0xBC4, symBinAddr: 0x6230, symSize: 0x1C } + - { offsetInCU: 0x7D6, offset: 0x5550A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCMa', symObjAddr: 0xC40, symBinAddr: 0x62AC, symSize: 0x20 } + - { offsetInCU: 0x7EA, offset: 0x5551E, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0xC60, symBinAddr: 0x62CC, symSize: 0xC } + - { offsetInCU: 0x7FE, offset: 0x55532, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwet', symObjAddr: 0xC70, symBinAddr: 0x62D8, symSize: 0x90 } + - { offsetInCU: 0x812, offset: 0x55546, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwst', symObjAddr: 0xD00, symBinAddr: 0x6368, symSize: 0xBC } + - { offsetInCU: 0x826, offset: 0x5555A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwug', symObjAddr: 0xDBC, symBinAddr: 0x6424, symSize: 0x8 } + - { offsetInCU: 0x83A, offset: 0x5556E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwup', symObjAddr: 0xDC4, symBinAddr: 0x642C, symSize: 0x4 } + - { offsetInCU: 0x84E, offset: 0x55582, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwui', symObjAddr: 0xDC8, symBinAddr: 0x6430, symSize: 0x8 } + - { offsetInCU: 0x862, offset: 0x55596, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOMa', symObjAddr: 0xDD0, symBinAddr: 0x6438, symSize: 0x10 } + - { offsetInCU: 0x876, offset: 0x555AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASQWb', symObjAddr: 0xDE0, symBinAddr: 0x6448, symSize: 0x4 } + - { offsetInCU: 0x88A, offset: 0x555BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAESQAAWl', symObjAddr: 0xDE4, symBinAddr: 0x644C, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x555D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE28, symBinAddr: 0x6490, symSize: 0x4 } + - { offsetInCU: 0x8B2, offset: 0x555E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE2C, symBinAddr: 0x6494, symSize: 0x44 } + - { offsetInCU: 0x8C6, offset: 0x555FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE70, symBinAddr: 0x64D8, symSize: 0x4 } + - { offsetInCU: 0x8DA, offset: 0x5560E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xE74, symBinAddr: 0x64DC, symSize: 0x44 } + - { offsetInCU: 0x8EE, offset: 0x55622, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0xEB8, symBinAddr: 0x6520, symSize: 0x20 } + - { offsetInCU: 0x902, offset: 0x55636, size: 0x8, addend: 0x0, symName: '_$ss7Decoder_pWOc', symObjAddr: 0xED8, symBinAddr: 0x6540, symSize: 0x44 } + - { offsetInCU: 0x916, offset: 0x5564A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10dataString7optionsACSgSS_AcDE0B14URLReadOptionsVtcfC', symObjAddr: 0xF1C, symBinAddr: 0x6584, symSize: 0x448 } + - { offsetInCU: 0xA00, offset: 0x55734, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x1364, symBinAddr: 0x69CC, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x5578A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOACs0C0AAWl', symObjAddr: 0x1430, symBinAddr: 0x6A98, symSize: 0x44 } + - { offsetInCU: 0xA6A, offset: 0x5579E, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0x1474, symBinAddr: 0x6ADC, symSize: 0x3C } + - { offsetInCU: 0xB0C, offset: 0x55840, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA3C, symBinAddr: 0x60A8, symSize: 0xC } + - { offsetInCU: 0xB28, offset: 0x5585C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xA48, symBinAddr: 0x60B4, symSize: 0x8 } + - { offsetInCU: 0xB44, offset: 0x55878, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA50, symBinAddr: 0x60BC, symSize: 0x8 } + - { offsetInCU: 0xB60, offset: 0x55894, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA58, symBinAddr: 0x60C4, symSize: 0x8 } + - { offsetInCU: 0xB82, offset: 0x558B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xB74, symBinAddr: 0x61E0, symSize: 0x28 } + - { offsetInCU: 0xB9E, offset: 0x558D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xB9C, symBinAddr: 0x6208, symSize: 0x28 } + - { offsetInCU: 0xBE7, offset: 0x5591B, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTg5', symObjAddr: 0x13E4, symBinAddr: 0x6A4C, symSize: 0x4C } + - { offsetInCU: 0x17A, offset: 0x55D34, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC11setUpGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x6B18, symSize: 0x1B8 } + - { offsetInCU: 0x3D0, offset: 0x55F8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1B8, symBinAddr: 0x6CD0, symSize: 0x58 } + - { offsetInCU: 0x417, offset: 0x55FD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5layerACyp_tcfc', symObjAddr: 0x210, symBinAddr: 0x6D28, symSize: 0x1B0 } + - { offsetInCU: 0x57A, offset: 0x56134, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14ShapeItemLayerC0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKF', symObjAddr: 0x4F0, symBinAddr: 0x7008, symSize: 0x288 } + - { offsetInCU: 0xA2A, offset: 0x565E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5group5items0D4Path7contextAcA0B0C_SayAA09ShapeItemC0C0I0VGSaySSGAA0C7ContextVtKcfc', symObjAddr: 0x7BC, symBinAddr: 0x72D4, symSize: 0x118 } + - { offsetInCU: 0xA9F, offset: 0x56659, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC05setupC9Hierarchy33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x8D4, symBinAddr: 0x73EC, symSize: 0x548 } + - { offsetInCU: 0x126E, offset: 0x56E28, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xE1C, symBinAddr: 0x7934, symSize: 0x70 } + - { offsetInCU: 0x12B5, offset: 0x56E6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5layerACyp_tcfc', symObjAddr: 0xE8C, symBinAddr: 0x79A4, symSize: 0x208 } + - { offsetInCU: 0x1378, offset: 0x56F32, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x10FC, symBinAddr: 0x7C14, symSize: 0x470 } + - { offsetInCU: 0x14CF, offset: 0x57089, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC03nonB5Items33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x156C, symBinAddr: 0x8084, symSize: 0x17C } + - { offsetInCU: 0x169B, offset: 0x57255, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC11childGroups33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x16E8, symBinAddr: 0x8200, symSize: 0x17C } + - { offsetInCU: 0x1885, offset: 0x5743F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCACycfcTo', symObjAddr: 0x2594, symBinAddr: 0x90AC, symSize: 0x2C } + - { offsetInCU: 0x197E, offset: 0x57538, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfE', symObjAddr: 0x778, symBinAddr: 0x7290, symSize: 0x10 } + - { offsetInCU: 0x19AB, offset: 0x57565, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfETo', symObjAddr: 0x78C, symBinAddr: 0x72A4, symSize: 0x10 } + - { offsetInCU: 0x19DA, offset: 0x57594, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCMa', symObjAddr: 0x79C, symBinAddr: 0x72B4, symSize: 0x20 } + - { offsetInCU: 0x1CE2, offset: 0x5789C, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tF', symObjAddr: 0x1864, symBinAddr: 0x837C, symSize: 0xD30 } + - { offsetInCU: 0x396C, offset: 0x59526, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_', symObjAddr: 0x382C, symBinAddr: 0xA344, symSize: 0x634 } + - { offsetInCU: 0x4318, offset: 0x59ED2, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_SbycfU3_SbAEXEfU_', symObjAddr: 0x3E60, symBinAddr: 0xA978, symSize: 0x23C } + - { offsetInCU: 0x441C, offset: 0x59FD6, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAlIcfU2_', symObjAddr: 0x409C, symBinAddr: 0xABB4, symSize: 0x54 } + - { offsetInCU: 0x480C, offset: 0x5A3C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfE', symObjAddr: 0x25C0, symBinAddr: 0x90D8, symSize: 0x5C } + - { offsetInCU: 0x4839, offset: 0x5A3F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfETo', symObjAddr: 0x2654, symBinAddr: 0x916C, symSize: 0x68 } + - { offsetInCU: 0x4868, offset: 0x5A422, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCMa', symObjAddr: 0x26BC, symBinAddr: 0x91D4, symSize: 0x20 } + - { offsetInCU: 0x48F5, offset: 0x5A4AF, size: 0x8, addend: 0x0, symName: '_$sSl6LottieE5split14whereSeparatorSaySay7ElementQzG8grouping_AESg08trailingD0tGSbAEXE_tFSayAA14ShapeItemLayerC0I0VG_Tg5014$sSo7CALayerC6a93E11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14hiJ47C0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKFSbAMXEfU0_Tf1cn_n', symObjAddr: 0x26DC, symBinAddr: 0x91F4, symSize: 0x2B0 } + - { offsetInCU: 0x4E5C, offset: 0x5AA16, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE13setUpRepeater33_24524B13A39DBE5C7BD85D5BB4776E93LL_5items15parentGroupPath7contextyAC0E0C_SayAC14ShapeItemLayerC0T0VGSaySSGAC0U7ContextVtKF', symObjAddr: 0x298C, symBinAddr: 0x94A4, symSize: 0x3C4 } + - { offsetInCU: 0x55F9, offset: 0x5B1B3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_', symObjAddr: 0x2D50, symBinAddr: 0x9868, symSize: 0x438 } + - { offsetInCU: 0x5B2E, offset: 0x5B6E8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_', symObjAddr: 0x3188, symBinAddr: 0x9CA0, symSize: 0x44 } + - { offsetInCU: 0x5B78, offset: 0x5B732, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKF', symObjAddr: 0x31CC, symBinAddr: 0x9CE4, symSize: 0x304 } + - { offsetInCU: 0x5E3F, offset: 0x5B9F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_', symObjAddr: 0x34D0, symBinAddr: 0x9FE8, symSize: 0x35C } + - { offsetInCU: 0x64B5, offset: 0x5C06F, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5', symObjAddr: 0x40F0, symBinAddr: 0xAC08, symSize: 0x6C } + - { offsetInCU: 0x64C9, offset: 0x5C083, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5.resume.0', symObjAddr: 0x415C, symBinAddr: 0xAC74, symSize: 0x2C } + - { offsetInCU: 0x64E1, offset: 0x5C09B, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5', symObjAddr: 0x4188, symBinAddr: 0xACA0, symSize: 0x98 } + - { offsetInCU: 0x6557, offset: 0x5C111, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5.resume.0', symObjAddr: 0x4220, symBinAddr: 0xAD38, symSize: 0x8 } + - { offsetInCU: 0x6586, offset: 0x5C140, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4228, symBinAddr: 0xAD40, symSize: 0x13C } + - { offsetInCU: 0x65C6, offset: 0x5C180, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4228, symBinAddr: 0xAD40, symSize: 0x13C } + - { offsetInCU: 0x65DB, offset: 0x5C195, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4228, symBinAddr: 0xAD40, symSize: 0x13C } + - { offsetInCU: 0x6897, offset: 0x5C451, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFTf4nnnnd_n', symObjAddr: 0x46B0, symBinAddr: 0xB1C8, symSize: 0x610 } + - { offsetInCU: 0x71C7, offset: 0x5CD81, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOy', symObjAddr: 0x4CC0, symBinAddr: 0xB7D8, symSize: 0x2C } + - { offsetInCU: 0x71DB, offset: 0x5CD95, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOe', symObjAddr: 0x4CEC, symBinAddr: 0xB804, symSize: 0x30 } + - { offsetInCU: 0x71EF, offset: 0x5CDA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOc', symObjAddr: 0x4D1C, symBinAddr: 0xB834, symSize: 0x3C } + - { offsetInCU: 0x7203, offset: 0x5CDBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOh', symObjAddr: 0x4D58, symBinAddr: 0xB870, symSize: 0x34 } + - { offsetInCU: 0x7217, offset: 0x5CDD1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_TA', symObjAddr: 0x4D8C, symBinAddr: 0xB8A4, symSize: 0x1C } + - { offsetInCU: 0x722B, offset: 0x5CDE5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_TA', symObjAddr: 0x4DA8, symBinAddr: 0xB8C0, symSize: 0x18 } + - { offsetInCU: 0x723F, offset: 0x5CDF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_TA', symObjAddr: 0x4DC0, symBinAddr: 0xB8D8, symSize: 0x18 } + - { offsetInCU: 0x7253, offset: 0x5CE0D, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledNameAbstract, symObjAddr: 0x4E18, symBinAddr: 0xB8F0, symSize: 0x44 } + - { offsetInCU: 0x7267, offset: 0x5CE21, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4EB0, symBinAddr: 0xB988, symSize: 0x8 } + - { offsetInCU: 0x727B, offset: 0x5CE35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4EB8, symBinAddr: 0xB990, symSize: 0x8 } + - { offsetInCU: 0x728F, offset: 0x5CE49, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOAEsAdAWl', symObjAddr: 0x4F04, symBinAddr: 0xB998, symSize: 0x44 } + - { offsetInCU: 0x72A3, offset: 0x5CE5D, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGAByxq_GSlsSlRzrlWl', symObjAddr: 0x4F58, symBinAddr: 0xB9DC, symSize: 0x64 } + - { offsetInCU: 0x72B7, offset: 0x5CE71, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie16ShapeRenderGroupVGSayxGSlsWl', symObjAddr: 0x4FBC, symBinAddr: 0xBA40, symSize: 0x4C } + - { offsetInCU: 0x72CB, offset: 0x5CE85, size: 0x8, addend: 0x0, symName: '_$s6Lottie21OpacityAnimationModel_pSgWOh', symObjAddr: 0x502C, symBinAddr: 0xBAB0, symSize: 0x40 } + - { offsetInCU: 0x72DF, offset: 0x5CE99, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOe', symObjAddr: 0x506C, symBinAddr: 0xBAF0, symSize: 0x10 } + - { offsetInCU: 0x72F3, offset: 0x5CEAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwCP', symObjAddr: 0x50FC, symBinAddr: 0xBB44, symSize: 0x34 } + - { offsetInCU: 0x7307, offset: 0x5CEC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwxx', symObjAddr: 0x5130, symBinAddr: 0xBB78, symSize: 0x28 } + - { offsetInCU: 0x731B, offset: 0x5CED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwcp', symObjAddr: 0x5158, symBinAddr: 0xBBA0, symSize: 0x34 } + - { offsetInCU: 0x732F, offset: 0x5CEE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwca', symObjAddr: 0x518C, symBinAddr: 0xBBD4, symSize: 0x5C } + - { offsetInCU: 0x7343, offset: 0x5CEFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwta', symObjAddr: 0x51F4, symBinAddr: 0xBC30, symSize: 0x44 } + - { offsetInCU: 0x7357, offset: 0x5CF11, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwet', symObjAddr: 0x5238, symBinAddr: 0xBC74, symSize: 0x48 } + - { offsetInCU: 0x736B, offset: 0x5CF25, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwst', symObjAddr: 0x5280, symBinAddr: 0xBCBC, symSize: 0x3C } + - { offsetInCU: 0x737F, offset: 0x5CF39, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVMa', symObjAddr: 0x52BC, symBinAddr: 0xBCF8, symSize: 0x10 } + - { offsetInCU: 0x748E, offset: 0x5D048, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AITg5', symObjAddr: 0x3CC, symBinAddr: 0x6EE4, symSize: 0x124 } + - { offsetInCU: 0x7B30, offset: 0x5D6EA, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVsSQRzlE2eeoiySbAByxG_ADtFZ6Lottie8KeyframeCyAE0D8Vector1DVG_Tg5Tf4nnd_n', symObjAddr: 0x4364, symBinAddr: 0xAE7C, symSize: 0x80 } + - { offsetInCU: 0x7BD6, offset: 0x5D790, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AE0D11RenderGroupVTg505$sSa6c4AA14def2C0l13VRszlE17shapeg54Groups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5h12VG05validG0_W37AEG06unusedN0tSb_tFAjIXEfU0_AiEXEfU4_AlJTf1cn_nTf4ngXg_n', symObjAddr: 0x43E4, symBinAddr: 0xAEFC, symSize: 0x140 } + - { offsetInCU: 0x7DEA, offset: 0x5D9A4, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay6Lottie14ShapeItemLayerC0G0VG_Tg505$sSa6e4AA14fgh2C0l90VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_X29AEG06unusedN0tSb_tFSbAEXEfU4_So5NSSetCTf1cn_nTf4gg_n', symObjAddr: 0x4524, symBinAddr: 0xB03C, symSize: 0x18C } + - { offsetInCU: 0x43, offset: 0x5E0A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwCP', symObjAddr: 0x0, symBinAddr: 0xBD10, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x5E0B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwxx', symObjAddr: 0x30, symBinAddr: 0xBD40, symSize: 0x38 } + - { offsetInCU: 0x6B, offset: 0x5E0C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwcp', symObjAddr: 0x68, symBinAddr: 0xBD78, symSize: 0x64 } + - { offsetInCU: 0x7F, offset: 0x5E0DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwca', symObjAddr: 0xCC, symBinAddr: 0xBDDC, symSize: 0xA4 } + - { offsetInCU: 0x93, offset: 0x5E0F0, size: 0x8, addend: 0x0, symName: ___swift_memcpy56_8, symObjAddr: 0x170, symBinAddr: 0xBE80, symSize: 0x1C } + - { offsetInCU: 0xA7, offset: 0x5E104, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwta', symObjAddr: 0x18C, symBinAddr: 0xBE9C, symSize: 0x64 } + - { offsetInCU: 0xBB, offset: 0x5E118, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwet', symObjAddr: 0x1F0, symBinAddr: 0xBF00, symSize: 0x48 } + - { offsetInCU: 0xCF, offset: 0x5E12C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwst', symObjAddr: 0x238, symBinAddr: 0xBF48, symSize: 0x4C } + - { offsetInCU: 0xE3, offset: 0x5E140, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVMa', symObjAddr: 0x284, symBinAddr: 0xBF94, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x5E172, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueSSvg', symObjAddr: 0x294, symBinAddr: 0xBFA4, symSize: 0x20 } + - { offsetInCU: 0x164, offset: 0x5E1C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x444, symBinAddr: 0xC154, symSize: 0x14 } + - { offsetInCU: 0x1F3, offset: 0x5E250, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH9hashValueSivgTW', symObjAddr: 0x458, symBinAddr: 0xC168, symSize: 0x44 } + - { offsetInCU: 0x2D6, offset: 0x5E333, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x49C, symBinAddr: 0xC1AC, symSize: 0x28 } + - { offsetInCU: 0x348, offset: 0x5E3A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x504, symBinAddr: 0xC214, symSize: 0x8 } + - { offsetInCU: 0x373, offset: 0x5E3D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x50C, symBinAddr: 0xC21C, symSize: 0x24 } + - { offsetInCU: 0x3A4, offset: 0x5E401, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x530, symBinAddr: 0xC240, symSize: 0xC } + - { offsetInCU: 0x3C0, offset: 0x5E41D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x53C, symBinAddr: 0xC24C, symSize: 0xC } + - { offsetInCU: 0x3DC, offset: 0x5E439, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x624, symBinAddr: 0xC334, symSize: 0x1A8 } + - { offsetInCU: 0x422, offset: 0x5E47F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B4, symBinAddr: 0xBFC4, symSize: 0x190 } + - { offsetInCU: 0x477, offset: 0x5E4D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x598, symBinAddr: 0xC2A8, symSize: 0x4C } + - { offsetInCU: 0x4AE, offset: 0x5E50B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5E4, symBinAddr: 0xC2F4, symSize: 0x40 } + - { offsetInCU: 0x4D1, offset: 0x5E52E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x7CC, symBinAddr: 0xC4DC, symSize: 0x2E0 } + - { offsetInCU: 0x524, offset: 0x5E581, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs0D3KeyAAWl', symObjAddr: 0xB10, symBinAddr: 0xC7BC, symSize: 0x44 } + - { offsetInCU: 0x538, offset: 0x5E595, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSeAAWl', symObjAddr: 0xBB8, symBinAddr: 0xC800, symSize: 0x44 } + - { offsetInCU: 0x54C, offset: 0x5E5A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSEAAWl', symObjAddr: 0xC64, symBinAddr: 0xC8AC, symSize: 0x44 } + - { offsetInCU: 0x560, offset: 0x5E5BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwet', symObjAddr: 0xCB8, symBinAddr: 0xC8F0, symSize: 0x90 } + - { offsetInCU: 0x574, offset: 0x5E5D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwst', symObjAddr: 0xD48, symBinAddr: 0xC980, symSize: 0xBC } + - { offsetInCU: 0x588, offset: 0x5E5E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwug', symObjAddr: 0xE04, symBinAddr: 0xCA3C, symSize: 0x8 } + - { offsetInCU: 0x59C, offset: 0x5E5F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwup', symObjAddr: 0xE0C, symBinAddr: 0xCA44, symSize: 0x4 } + - { offsetInCU: 0x5B0, offset: 0x5E60D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwui', symObjAddr: 0xE10, symBinAddr: 0xCA48, symSize: 0x8 } + - { offsetInCU: 0x5C4, offset: 0x5E621, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOMa', symObjAddr: 0xE18, symBinAddr: 0xCA50, symSize: 0x10 } + - { offsetInCU: 0x5D8, offset: 0x5E635, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASQWb', symObjAddr: 0xE28, symBinAddr: 0xCA60, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0x5E649, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFSQAAWl', symObjAddr: 0xE2C, symBinAddr: 0xCA64, symSize: 0x44 } + - { offsetInCU: 0x600, offset: 0x5E65D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE70, symBinAddr: 0xCAA8, symSize: 0x4 } + - { offsetInCU: 0x614, offset: 0x5E671, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE74, symBinAddr: 0xCAAC, symSize: 0x44 } + - { offsetInCU: 0x628, offset: 0x5E685, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xEB8, symBinAddr: 0xCAF0, symSize: 0x4 } + - { offsetInCU: 0x63C, offset: 0x5E699, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xEBC, symBinAddr: 0xCAF4, symSize: 0x44 } + - { offsetInCU: 0x6AA, offset: 0x5E707, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4C4, symBinAddr: 0xC1D4, symSize: 0x40 } + - { offsetInCU: 0x74C, offset: 0x5E7A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x548, symBinAddr: 0xC258, symSize: 0x28 } + - { offsetInCU: 0x768, offset: 0x5E7C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x570, symBinAddr: 0xC280, symSize: 0x28 } + - { offsetInCU: 0x92, offset: 0x5E9B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC4, symBinAddr: 0xCBFC, symSize: 0x28 } + - { offsetInCU: 0xC3, offset: 0x5E9E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xEC, symBinAddr: 0xCC24, symSize: 0x10 } + - { offsetInCU: 0x10F, offset: 0x5EA31, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A4, symBinAddr: 0xCCDC, symSize: 0x48 } + - { offsetInCU: 0x134, offset: 0x5EA56, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1EC, symBinAddr: 0xCD24, symSize: 0x284 } + - { offsetInCU: 0x19C, offset: 0x5EABE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x470, symBinAddr: 0xCFA8, symSize: 0x394 } + - { offsetInCU: 0x33A, offset: 0x5EC5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO8rawValueSSvg', symObjAddr: 0x804, symBinAddr: 0xD33C, symSize: 0x18 } + - { offsetInCU: 0x373, offset: 0x5EC95, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0x9CC, symBinAddr: 0xD504, symSize: 0x18 } + - { offsetInCU: 0x3A1, offset: 0x5ECC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0x9CC, symBinAddr: 0xD504, symSize: 0x18 } + - { offsetInCU: 0x3F3, offset: 0x5ED15, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xA08, symBinAddr: 0xD540, symSize: 0x64 } + - { offsetInCU: 0x459, offset: 0x5ED7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xA6C, symBinAddr: 0xD5A4, symSize: 0x28 } + - { offsetInCU: 0x475, offset: 0x5ED97, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA94, symBinAddr: 0xD5CC, symSize: 0x8 } + - { offsetInCU: 0x4AB, offset: 0x5EDCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA9C, symBinAddr: 0xD5D4, symSize: 0x68 } + - { offsetInCU: 0x530, offset: 0x5EE52, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB04, symBinAddr: 0xD63C, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x5EE6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB10, symBinAddr: 0xD648, symSize: 0xC } + - { offsetInCU: 0x56A, offset: 0x5EE8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC6encode2toys7Encoder_p_tKF', symObjAddr: 0x81C, symBinAddr: 0xD354, symSize: 0x1B0 } + - { offsetInCU: 0x5E4, offset: 0x5EF06, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfD', symObjAddr: 0xB88, symBinAddr: 0xD6C0, symSize: 0x34 } + - { offsetInCU: 0x6A3, offset: 0x5EFC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfE', symObjAddr: 0xB6C, symBinAddr: 0xD6A4, symSize: 0x1C } + - { offsetInCU: 0x6FB, offset: 0x5F01D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCMa', symObjAddr: 0xBBC, symBinAddr: 0xD6F4, symSize: 0x20 } + - { offsetInCU: 0x70F, offset: 0x5F031, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwug', symObjAddr: 0xBF4, symBinAddr: 0xD71C, symSize: 0x8 } + - { offsetInCU: 0x723, offset: 0x5F045, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwup', symObjAddr: 0xBFC, symBinAddr: 0xD724, symSize: 0x4 } + - { offsetInCU: 0x737, offset: 0x5F059, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwui', symObjAddr: 0xC00, symBinAddr: 0xD728, symSize: 0x8 } + - { offsetInCU: 0x74B, offset: 0x5F06D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOMa', symObjAddr: 0xC08, symBinAddr: 0xD730, symSize: 0x10 } + - { offsetInCU: 0x75F, offset: 0x5F081, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASQWb', symObjAddr: 0xC18, symBinAddr: 0xD740, symSize: 0x4 } + - { offsetInCU: 0x773, offset: 0x5F095, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSQAAWl', symObjAddr: 0xC1C, symBinAddr: 0xD744, symSize: 0x44 } + - { offsetInCU: 0x787, offset: 0x5F0A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSYAAWl', symObjAddr: 0xC60, symBinAddr: 0xD788, symSize: 0x44 } + - { offsetInCU: 0x79B, offset: 0x5F0BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs0C3KeyAAWl', symObjAddr: 0xD08, symBinAddr: 0xD7CC, symSize: 0x44 } + - { offsetInCU: 0x7AF, offset: 0x5F0D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSEAAWl', symObjAddr: 0xD4C, symBinAddr: 0xD810, symSize: 0x44 } + - { offsetInCU: 0x7C3, offset: 0x5F0E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSEAAWl', symObjAddr: 0xDD4, symBinAddr: 0xD854, symSize: 0x44 } + - { offsetInCU: 0x7D7, offset: 0x5F0F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSeAAWl', symObjAddr: 0xE18, symBinAddr: 0xD898, symSize: 0x44 } + - { offsetInCU: 0x7EB, offset: 0x5F10D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSeAAWl', symObjAddr: 0xEC4, symBinAddr: 0xD944, symSize: 0x44 } + - { offsetInCU: 0xDD7, offset: 0x5F6F9, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector3DV_GTg5', symObjAddr: 0xF4C, symBinAddr: 0xD988, symSize: 0x238 } + - { offsetInCU: 0xF38, offset: 0x5F85A, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAL_GTg5', symObjAddr: 0x1184, symBinAddr: 0xDBC0, symSize: 0x240 } + - { offsetInCU: 0x1077, offset: 0x5F999, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x13C4, symBinAddr: 0xDE00, symSize: 0x238 } + - { offsetInCU: 0x11B6, offset: 0x5FAD8, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x15FC, symBinAddr: 0xE038, symSize: 0x240 } + - { offsetInCU: 0x12F5, offset: 0x5FC17, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x183C, symBinAddr: 0xE278, symSize: 0x238 } + - { offsetInCU: 0x1434, offset: 0x5FD56, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x1A74, symBinAddr: 0xE4B0, symSize: 0x240 } + - { offsetInCU: 0x1573, offset: 0x5FE95, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1CB4, symBinAddr: 0xE6F0, symSize: 0x238 } + - { offsetInCU: 0x16B2, offset: 0x5FFD4, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1EEC, symBinAddr: 0xE928, symSize: 0x240 } + - { offsetInCU: 0x17F1, offset: 0x60113, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x212C, symBinAddr: 0xEB68, symSize: 0x238 } + - { offsetInCU: 0x1930, offset: 0x60252, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x2364, symBinAddr: 0xEDA0, symSize: 0x240 } + - { offsetInCU: 0x1A6F, offset: 0x60391, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x25A4, symBinAddr: 0xEFE0, symSize: 0x238 } + - { offsetInCU: 0x1BAE, offset: 0x604D0, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x27DC, symBinAddr: 0xF218, symSize: 0x240 } + - { offsetInCU: 0x1CED, offset: 0x6060F, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0x2A1C, symBinAddr: 0xF458, symSize: 0x40 } + - { offsetInCU: 0x1DDA, offset: 0x606FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4gd_n', symObjAddr: 0x2AA0, symBinAddr: 0xF498, symSize: 0x540 } + - { offsetInCU: 0x28BF, offset: 0x611E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4nd_n', symObjAddr: 0x2FE0, symBinAddr: 0xF9D8, symSize: 0x778 } + - { offsetInCU: 0x2EBA, offset: 0x617DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4gd_n', symObjAddr: 0x3758, symBinAddr: 0x10150, symSize: 0x5AC } + - { offsetInCU: 0x328A, offset: 0x61BAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x3D04, symBinAddr: 0x106FC, symSize: 0x7C0 } + - { offsetInCU: 0x37CD, offset: 0x620EF, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0x4530, symBinAddr: 0x10EDC, symSize: 0x48 } + - { offsetInCU: 0x3909, offset: 0x6222B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4gd_n', symObjAddr: 0x459C, symBinAddr: 0x10F48, symSize: 0x538 } + - { offsetInCU: 0x3D5D, offset: 0x6267F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4nd_n', symObjAddr: 0x4AD4, symBinAddr: 0x11480, symSize: 0x7DC } + - { offsetInCU: 0x4393, offset: 0x62CB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4gd_n', symObjAddr: 0x52B0, symBinAddr: 0x11C5C, symSize: 0x59C } + - { offsetInCU: 0x476F, offset: 0x63091, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4nd_n', symObjAddr: 0x584C, symBinAddr: 0x121F8, symSize: 0x7CC } + - { offsetInCU: 0x4D8C, offset: 0x636AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4gd_n', symObjAddr: 0x6018, symBinAddr: 0x129C4, symSize: 0x4D0 } + - { offsetInCU: 0x51FA, offset: 0x63B1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4nd_n', symObjAddr: 0x64E8, symBinAddr: 0x12E94, symSize: 0x7BC } + - { offsetInCU: 0x5878, offset: 0x6419A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4gd_n', symObjAddr: 0x6CA4, symBinAddr: 0x13650, symSize: 0x4E8 } + - { offsetInCU: 0x5CE1, offset: 0x64603, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4nd_n', symObjAddr: 0x718C, symBinAddr: 0x13B38, symSize: 0x784 } + - { offsetInCU: 0x623A, offset: 0x64B5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOwup', symObjAddr: 0x7B34, symBinAddr: 0x144E0, symSize: 0x4 } + - { offsetInCU: 0x624E, offset: 0x64B70, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOMa', symObjAddr: 0x7B38, symBinAddr: 0x144E4, symSize: 0x10 } + - { offsetInCU: 0x6262, offset: 0x64B84, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASQWb', symObjAddr: 0x7B48, symBinAddr: 0x144F4, symSize: 0x4 } + - { offsetInCU: 0x6276, offset: 0x64B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFSQAAWl', symObjAddr: 0x7B4C, symBinAddr: 0x144F8, symSize: 0x44 } + - { offsetInCU: 0x628A, offset: 0x64BAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x7B90, symBinAddr: 0x1453C, symSize: 0x4 } + - { offsetInCU: 0x629E, offset: 0x64BC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x7B94, symBinAddr: 0x14540, symSize: 0x44 } + - { offsetInCU: 0x62B2, offset: 0x64BD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x7BD8, symBinAddr: 0x14584, symSize: 0x4 } + - { offsetInCU: 0x62C6, offset: 0x64BE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x7BDC, symBinAddr: 0x14588, symSize: 0x44 } + - { offsetInCU: 0x62FA, offset: 0x64C1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xCB38, symSize: 0x14 } + - { offsetInCU: 0x638B, offset: 0x64CAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xCB4C, symSize: 0x44 } + - { offsetInCU: 0x6463, offset: 0x64D85, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xCB90, symSize: 0x2C } + - { offsetInCU: 0x64DF, offset: 0x64E01, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x84, symBinAddr: 0xCBBC, symSize: 0x40 } + - { offsetInCU: 0x658B, offset: 0x64EAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFC, symBinAddr: 0xCC34, symSize: 0x5C } + - { offsetInCU: 0x65AE, offset: 0x64ED0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x158, symBinAddr: 0xCC90, symSize: 0x4C } + - { offsetInCU: 0x6612, offset: 0x64F34, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9E4, symBinAddr: 0xD51C, symSize: 0xC } + - { offsetInCU: 0x662E, offset: 0x64F50, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH9hashValueSivgTW', symObjAddr: 0x9F0, symBinAddr: 0xD528, symSize: 0x8 } + - { offsetInCU: 0x664A, offset: 0x64F6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x9F8, symBinAddr: 0xD530, symSize: 0x8 } + - { offsetInCU: 0x6666, offset: 0x64F88, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA00, symBinAddr: 0xD538, symSize: 0x8 } + - { offsetInCU: 0x6688, offset: 0x64FAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB1C, symBinAddr: 0xD654, symSize: 0x28 } + - { offsetInCU: 0x66A4, offset: 0x64FC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB44, symBinAddr: 0xD67C, symSize: 0x28 } + - { offsetInCU: 0x50, offset: 0x6582A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLSSvpZ', symObjAddr: 0xE9F0, symBinAddr: 0x1E3178, symSize: 0x0 } + - { offsetInCU: 0x7A1, offset: 0x65F7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1060, symBinAddr: 0x15634, symSize: 0xB8 } + - { offsetInCU: 0x7D3, offset: 0x65FAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x1140, symBinAddr: 0x15714, symSize: 0xE8 } + - { offsetInCU: 0x7E7, offset: 0x65FC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1228, symBinAddr: 0x157FC, symSize: 0x88 } + - { offsetInCU: 0x805, offset: 0x65FDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x12B0, symBinAddr: 0x15884, symSize: 0x66C } + - { offsetInCU: 0x970, offset: 0x6614A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x191C, symBinAddr: 0x15EF0, symSize: 0x50 } + - { offsetInCU: 0x9A4, offset: 0x6617E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0x196C, symBinAddr: 0x15F40, symSize: 0x30 } + - { offsetInCU: 0xA78, offset: 0x66252, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfc', symObjAddr: 0x199C, symBinAddr: 0x15F70, symSize: 0x590 } + - { offsetInCU: 0xBC7, offset: 0x663A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1F2C, symBinAddr: 0x16500, symSize: 0x4C } + - { offsetInCU: 0xBE3, offset: 0x663BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1F78, symBinAddr: 0x1654C, symSize: 0x1E4 } + - { offsetInCU: 0xC2E, offset: 0x66408, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x215C, symBinAddr: 0x16730, symSize: 0x24 } + - { offsetInCU: 0xC6A, offset: 0x66444, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF', symObjAddr: 0x2180, symBinAddr: 0x16754, symSize: 0x1C4 } + - { offsetInCU: 0xD75, offset: 0x6654F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x2344, symBinAddr: 0x16918, symSize: 0x29C } + - { offsetInCU: 0x107E, offset: 0x66858, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x25E0, symBinAddr: 0x16BB4, symSize: 0x2B0 } + - { offsetInCU: 0x1326, offset: 0x66B00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x2890, symBinAddr: 0x16E64, symSize: 0x508 } + - { offsetInCU: 0x17B9, offset: 0x66F93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x2D98, symBinAddr: 0x1736C, symSize: 0x238 } + - { offsetInCU: 0x194C, offset: 0x67126, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x2FD0, symBinAddr: 0x175A4, symSize: 0x260 } + - { offsetInCU: 0x1BC1, offset: 0x6739B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_', symObjAddr: 0x3230, symBinAddr: 0x17804, symSize: 0xA4 } + - { offsetInCU: 0x1CD1, offset: 0x674AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4stopyyF', symObjAddr: 0x32D4, symBinAddr: 0x178A8, symSize: 0xE8 } + - { offsetInCU: 0x1D7B, offset: 0x67555, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pauseyyF', symObjAddr: 0x33BC, symBinAddr: 0x17990, symSize: 0x2C } + - { offsetInCU: 0x1F27, offset: 0x67701, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x33E8, symBinAddr: 0x179BC, symSize: 0x360 } + - { offsetInCU: 0x217C, offset: 0x67956, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF', symObjAddr: 0x3748, symBinAddr: 0x17D1C, symSize: 0x38 } + - { offsetInCU: 0x24E9, offset: 0x67CC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF', symObjAddr: 0x3780, symBinAddr: 0x17D54, symSize: 0x438 } + - { offsetInCU: 0x2920, offset: 0x680FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0x3BB8, symBinAddr: 0x1818C, symSize: 0xF8 } + - { offsetInCU: 0x2A3A, offset: 0x68214, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x3DEC, symBinAddr: 0x183C0, symSize: 0x68 } + - { offsetInCU: 0x2A86, offset: 0x68260, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x3EBC, symBinAddr: 0x18490, symSize: 0x48 } + - { offsetInCU: 0x2AF2, offset: 0x682CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs', symObjAddr: 0x4064, symBinAddr: 0x18638, symSize: 0x5C } + - { offsetInCU: 0x2B1B, offset: 0x682F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM', symObjAddr: 0x40C0, symBinAddr: 0x18694, symSize: 0x44 } + - { offsetInCU: 0x2B4C, offset: 0x68326, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM.resume.0', symObjAddr: 0x4104, symBinAddr: 0x186D8, symSize: 0x4 } + - { offsetInCU: 0x2BA6, offset: 0x68380, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvW', symObjAddr: 0x41AC, symBinAddr: 0x18780, symSize: 0x138 } + - { offsetInCU: 0x2C87, offset: 0x68461, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x42E4, symBinAddr: 0x188B8, symSize: 0x50 } + - { offsetInCU: 0x2CA6, offset: 0x68480, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x4334, symBinAddr: 0x18908, symSize: 0x98 } + - { offsetInCU: 0x2CCF, offset: 0x684A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x43CC, symBinAddr: 0x189A0, symSize: 0x70 } + - { offsetInCU: 0x2D00, offset: 0x684DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x443C, symBinAddr: 0x18A10, symSize: 0xF4 } + - { offsetInCU: 0x2D44, offset: 0x6851E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg', symObjAddr: 0x4530, symBinAddr: 0x18B04, symSize: 0x30 } + - { offsetInCU: 0x2DCF, offset: 0x685A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x461C, symBinAddr: 0x18BF0, symSize: 0xAC } + - { offsetInCU: 0x2E30, offset: 0x6860A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM', symObjAddr: 0x46C8, symBinAddr: 0x18C9C, symSize: 0x58 } + - { offsetInCU: 0x2E61, offset: 0x6863B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x4720, symBinAddr: 0x18CF4, symSize: 0xA0 } + - { offsetInCU: 0x2F69, offset: 0x68743, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x47C0, symBinAddr: 0x18D94, symSize: 0x1B8 } + - { offsetInCU: 0x31DE, offset: 0x689B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x4978, symBinAddr: 0x18F4C, symSize: 0x14 } + - { offsetInCU: 0x322C, offset: 0x68A06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x498C, symBinAddr: 0x18F60, symSize: 0x34 } + - { offsetInCU: 0x328A, offset: 0x68A64, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x49C0, symBinAddr: 0x18F94, symSize: 0x18 } + - { offsetInCU: 0x32F1, offset: 0x68ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg', symObjAddr: 0x4A08, symBinAddr: 0x18FDC, symSize: 0x48 } + - { offsetInCU: 0x3310, offset: 0x68AEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs', symObjAddr: 0x4A50, symBinAddr: 0x19024, symSize: 0x24 } + - { offsetInCU: 0x3324, offset: 0x68AFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM', symObjAddr: 0x4A74, symBinAddr: 0x19048, symSize: 0x58 } + - { offsetInCU: 0x33B5, offset: 0x68B8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x4ACC, symBinAddr: 0x190A0, symSize: 0xEC } + - { offsetInCU: 0x3422, offset: 0x68BFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x4DA8, symBinAddr: 0x1937C, symSize: 0x34 } + - { offsetInCU: 0x3436, offset: 0x68C10, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x4DDC, symBinAddr: 0x193B0, symSize: 0x58 } + - { offsetInCU: 0x34A7, offset: 0x68C81, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x4E34, symBinAddr: 0x19408, symSize: 0xB8 } + - { offsetInCU: 0x3537, offset: 0x68D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x4F00, symBinAddr: 0x194D4, symSize: 0x180 } + - { offsetInCU: 0x35CC, offset: 0x68DA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x5080, symBinAddr: 0x19654, symSize: 0x58 } + - { offsetInCU: 0x35FD, offset: 0x68DD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x50D8, symBinAddr: 0x196AC, symSize: 0x164 } + - { offsetInCU: 0x3679, offset: 0x68E53, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x52CC, symBinAddr: 0x198A0, symSize: 0x4C } + - { offsetInCU: 0x3698, offset: 0x68E72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x5318, symBinAddr: 0x198EC, symSize: 0x24 } + - { offsetInCU: 0x36AC, offset: 0x68E86, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x533C, symBinAddr: 0x19910, symSize: 0x58 } + - { offsetInCU: 0x36FD, offset: 0x68ED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x5394, symBinAddr: 0x19968, symSize: 0xAC } + - { offsetInCU: 0x3765, offset: 0x68F3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x54BC, symBinAddr: 0x19A90, symSize: 0xD4 } + - { offsetInCU: 0x37DD, offset: 0x68FB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x5590, symBinAddr: 0x19B64, symSize: 0x58 } + - { offsetInCU: 0x380E, offset: 0x68FE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x55E8, symBinAddr: 0x19BBC, symSize: 0xA4 } + - { offsetInCU: 0x38A3, offset: 0x6907D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs', symObjAddr: 0x570C, symBinAddr: 0x19CE0, symSize: 0x70 } + - { offsetInCU: 0x3927, offset: 0x69101, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM', symObjAddr: 0x577C, symBinAddr: 0x19D50, symSize: 0x58 } + - { offsetInCU: 0x3958, offset: 0x69132, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x57D4, symBinAddr: 0x19DA8, symSize: 0x58 } + - { offsetInCU: 0x39BF, offset: 0x69199, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg', symObjAddr: 0x582C, symBinAddr: 0x19E00, symSize: 0x174 } + - { offsetInCU: 0x3A57, offset: 0x69231, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x5A00, symBinAddr: 0x19FD4, symSize: 0x54 } + - { offsetInCU: 0x3A76, offset: 0x69250, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x5A54, symBinAddr: 0x1A028, symSize: 0x5C } + - { offsetInCU: 0x3ABC, offset: 0x69296, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x5AB0, symBinAddr: 0x1A084, symSize: 0x48 } + - { offsetInCU: 0x3B0D, offset: 0x692E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x5B10, symBinAddr: 0x1A0E4, symSize: 0x54 } + - { offsetInCU: 0x3B4F, offset: 0x69329, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x5B64, symBinAddr: 0x1A138, symSize: 0x48 } + - { offsetInCU: 0x3B80, offset: 0x6935A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x5BB8, symBinAddr: 0x1A18C, symSize: 0x214 } + - { offsetInCU: 0x3D2D, offset: 0x69507, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x5DCC, symBinAddr: 0x1A3A0, symSize: 0xFC } + - { offsetInCU: 0x3E8C, offset: 0x69666, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x5EC8, symBinAddr: 0x1A49C, symSize: 0x34 } + - { offsetInCU: 0x3EBD, offset: 0x69697, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x5EFC, symBinAddr: 0x1A4D0, symSize: 0x24 } + - { offsetInCU: 0x3EEA, offset: 0x696C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvs', symObjAddr: 0x5F20, symBinAddr: 0x1A4F4, symSize: 0x218 } + - { offsetInCU: 0x4097, offset: 0x69871, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvg', symObjAddr: 0x6138, symBinAddr: 0x1A70C, symSize: 0xE4 } + - { offsetInCU: 0x412F, offset: 0x69909, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM', symObjAddr: 0x621C, symBinAddr: 0x1A7F0, symSize: 0x34 } + - { offsetInCU: 0x4160, offset: 0x6993A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM.resume.0', symObjAddr: 0x6250, symBinAddr: 0x1A824, symSize: 0x24 } + - { offsetInCU: 0x418D, offset: 0x69967, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x6304, symBinAddr: 0x1A8D8, symSize: 0xE8 } + - { offsetInCU: 0x420F, offset: 0x699E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x63EC, symBinAddr: 0x1A9C0, symSize: 0x88 } + - { offsetInCU: 0x4247, offset: 0x69A21, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x6474, symBinAddr: 0x1AA48, symSize: 0xAC } + - { offsetInCU: 0x42A8, offset: 0x69A82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x6520, symBinAddr: 0x1AAF4, symSize: 0x190 } + - { offsetInCU: 0x4333, offset: 0x69B0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x66B0, symBinAddr: 0x1AC84, symSize: 0xEC } + - { offsetInCU: 0x43BD, offset: 0x69B97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x679C, symBinAddr: 0x1AD70, symSize: 0x94 } + - { offsetInCU: 0x44F4, offset: 0x69CCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x687C, symBinAddr: 0x1AE50, symSize: 0x54 } + - { offsetInCU: 0x453A, offset: 0x69D14, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x68D0, symBinAddr: 0x1AEA4, symSize: 0x48 } + - { offsetInCU: 0x45B8, offset: 0x69D92, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs', symObjAddr: 0x6A14, symBinAddr: 0x1AFE8, symSize: 0xA4 } + - { offsetInCU: 0x4619, offset: 0x69DF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM', symObjAddr: 0x6AB8, symBinAddr: 0x1B08C, symSize: 0x58 } + - { offsetInCU: 0x464A, offset: 0x69E24, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x6B10, symBinAddr: 0x1B0E4, symSize: 0xA0 } + - { offsetInCU: 0x4692, offset: 0x69E6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x6BB0, symBinAddr: 0x1B184, symSize: 0xA0 } + - { offsetInCU: 0x476E, offset: 0x69F48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x6D28, symBinAddr: 0x1B2FC, symSize: 0x8C } + - { offsetInCU: 0x47CD, offset: 0x69FA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x6DB4, symBinAddr: 0x1B388, symSize: 0x58 } + - { offsetInCU: 0x47FE, offset: 0x69FD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x6E0C, symBinAddr: 0x1B3E0, symSize: 0x7C } + - { offsetInCU: 0x484E, offset: 0x6A028, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x6E88, symBinAddr: 0x1B45C, symSize: 0x9C } + - { offsetInCU: 0x48B9, offset: 0x6A093, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x6F24, symBinAddr: 0x1B4F8, symSize: 0xCC } + - { offsetInCU: 0x49CA, offset: 0x6A1A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12reloadImagesyyF', symObjAddr: 0x6FF0, symBinAddr: 0x1B5C4, symSize: 0x80 } + - { offsetInCU: 0x4A02, offset: 0x6A1DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x7070, symBinAddr: 0x1B644, symSize: 0x80 } + - { offsetInCU: 0x4A5A, offset: 0x6A234, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x70F0, symBinAddr: 0x1B6C4, symSize: 0x148 } + - { offsetInCU: 0x4B10, offset: 0x6A2EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x7238, symBinAddr: 0x1B80C, symSize: 0xC8 } + - { offsetInCU: 0x4B7A, offset: 0x6A354, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x7300, symBinAddr: 0x1B8D4, symSize: 0xC8 } + - { offsetInCU: 0x4BE4, offset: 0x6A3BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x73C8, symBinAddr: 0x1B99C, symSize: 0x80 } + - { offsetInCU: 0x4C2E, offset: 0x6A408, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x7448, symBinAddr: 0x1BA1C, symSize: 0x84 } + - { offsetInCU: 0x4C98, offset: 0x6A472, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x74CC, symBinAddr: 0x1BAA0, symSize: 0x1E0 } + - { offsetInCU: 0x4D59, offset: 0x6A533, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x76AC, symBinAddr: 0x1BC80, symSize: 0x188 } + - { offsetInCU: 0x4E1A, offset: 0x6A5F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x7834, symBinAddr: 0x1BE08, symSize: 0x160 } + - { offsetInCU: 0x4FE8, offset: 0x6A7C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7994, symBinAddr: 0x1BF68, symSize: 0x94 } + - { offsetInCU: 0x5063, offset: 0x6A83D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7A28, symBinAddr: 0x1BFFC, symSize: 0xF0 } + - { offsetInCU: 0x5147, offset: 0x6A921, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7B18, symBinAddr: 0x1C0EC, symSize: 0xF0 } + - { offsetInCU: 0x521D, offset: 0x6A9F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF', symObjAddr: 0x7C08, symBinAddr: 0x1C1DC, symSize: 0xD0 } + - { offsetInCU: 0x52C5, offset: 0x6AA9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF', symObjAddr: 0x7CD8, symBinAddr: 0x1C2AC, symSize: 0xAC } + - { offsetInCU: 0x5338, offset: 0x6AB12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVF', symObjAddr: 0x7D84, symBinAddr: 0x1C358, symSize: 0x158 } + - { offsetInCU: 0x5387, offset: 0x6AB61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_', symObjAddr: 0x7EDC, symBinAddr: 0x1C4B0, symSize: 0x80 } + - { offsetInCU: 0x53CC, offset: 0x6ABA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014updateInFlightB0yyF', symObjAddr: 0x7F5C, symBinAddr: 0x1C530, symSize: 0x27C } + - { offsetInCU: 0x5614, offset: 0x6ADEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC24updateRasterizationStateyyF', symObjAddr: 0x81D8, symBinAddr: 0x1C7AC, symSize: 0x1F0 } + - { offsetInCU: 0x574C, offset: 0x6AF26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x83C8, symBinAddr: 0x1C99C, symSize: 0x130 } + - { offsetInCU: 0x5877, offset: 0x6B051, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04makebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL11usingEngineyAA09RenderingP6OptionO_tF', symObjAddr: 0x84F8, symBinAddr: 0x1CACC, symSize: 0x644 } + - { offsetInCU: 0x5C5E, offset: 0x6B438, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014makeMainThreadbC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0efbC0CAA0aB0C_tF', symObjAddr: 0x8B3C, symBinAddr: 0x1D110, symSize: 0x1A4 } + - { offsetInCU: 0x5D73, offset: 0x6B54D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tF', symObjAddr: 0x8CE0, symBinAddr: 0x1D2B4, symSize: 0x220 } + - { offsetInCU: 0x5ECB, offset: 0x6B6A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_', symObjAddr: 0x8F00, symBinAddr: 0x1D4D4, symSize: 0x20C } + - { offsetInCU: 0x61D8, offset: 0x6B9B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tF', symObjAddr: 0x910C, symBinAddr: 0x1D6E0, symSize: 0x2F4 } + - { offsetInCU: 0x6383, offset: 0x6BB5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_', symObjAddr: 0x9400, symBinAddr: 0x1D9D4, symSize: 0x5C } + - { offsetInCU: 0x63C2, offset: 0x6BB9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGF', symObjAddr: 0x9500, symBinAddr: 0x1DAD4, symSize: 0x2C8 } + - { offsetInCU: 0x666B, offset: 0x6BE45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_', symObjAddr: 0x97C8, symBinAddr: 0x1DD9C, symSize: 0x1D4 } + - { offsetInCU: 0x684C, offset: 0x6C026, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB11IfNecessary33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x999C, symBinAddr: 0x1DF70, symSize: 0x18C } + - { offsetInCU: 0x6AD5, offset: 0x6C2AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06addNewB10ForContext33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA0bG0VF', symObjAddr: 0x9B28, symBinAddr: 0x1E0FC, symSize: 0xBF0 } + - { offsetInCU: 0x73F9, offset: 0x6CBD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19reducedMotionMarker33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLAA0F0CSgvg', symObjAddr: 0xA738, symBinAddr: 0x1ED0C, symSize: 0x138 } + - { offsetInCU: 0x74C8, offset: 0x6CCA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA03DotA4FileC0B0VF', symObjAddr: 0xA870, symBinAddr: 0x1EE44, symSize: 0x100 } + - { offsetInCU: 0x75C7, offset: 0x6CDA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC017playReducedMotionB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL10completionyySbcSg_tF', symObjAddr: 0xA970, symBinAddr: 0x1EF44, symSize: 0x124 } + - { offsetInCU: 0x76E4, offset: 0x6CEBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfC', symObjAddr: 0xAA94, symBinAddr: 0x1F068, symSize: 0x20 } + - { offsetInCU: 0x7702, offset: 0x6CEDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfc', symObjAddr: 0xAAB4, symBinAddr: 0x1F088, symSize: 0x2C } + - { offsetInCU: 0x7765, offset: 0x6CF3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfcTo', symObjAddr: 0xAAE0, symBinAddr: 0x1F0B4, symSize: 0x2C } + - { offsetInCU: 0x77CC, offset: 0x6CFA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfD', symObjAddr: 0xAB0C, symBinAddr: 0x1F0E0, symSize: 0x30 } + - { offsetInCU: 0x77F9, offset: 0x6CFD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0xB780, symBinAddr: 0x1FD54, symSize: 0x4F4 } + - { offsetInCU: 0x7969, offset: 0x6D143, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfCTfq4nneennn_nTf4nnngnnn_n', symObjAddr: 0xBF8C, symBinAddr: 0x20560, symSize: 0xCC } + - { offsetInCU: 0x79B0, offset: 0x6D18A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0xC1EC, symBinAddr: 0x20780, symSize: 0x3FC } + - { offsetInCU: 0x7AAA, offset: 0x6D284, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvsTf4gn_n', symObjAddr: 0xC99C, symBinAddr: 0x20F30, symSize: 0x100 } + - { offsetInCU: 0x7B39, offset: 0x6D313, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0xCABC, symBinAddr: 0x21050, symSize: 0xE4 } + - { offsetInCU: 0x7BB1, offset: 0x6D38B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0xCD08, symBinAddr: 0x2129C, symSize: 0xD0 } + - { offsetInCU: 0x7C51, offset: 0x6D42B, size: 0x8, addend: 0x0, symName: ___swift_mutable_project_boxed_opaque_existential_1, symObjAddr: 0x1118, symBinAddr: 0x156EC, symSize: 0x28 } + - { offsetInCU: 0x7F75, offset: 0x6D74F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTK', symObjAddr: 0x3CB0, symBinAddr: 0x18284, symSize: 0x6C } + - { offsetInCU: 0x7FA2, offset: 0x6D77C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTk', symObjAddr: 0x3D1C, symBinAddr: 0x182F0, symSize: 0xD0 } + - { offsetInCU: 0x8032, offset: 0x6D80C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvpACTk', symObjAddr: 0x3E54, symBinAddr: 0x18428, symSize: 0x68 } + - { offsetInCU: 0x8068, offset: 0x6D842, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTK', symObjAddr: 0x3F04, symBinAddr: 0x184D8, symSize: 0x94 } + - { offsetInCU: 0x8095, offset: 0x6D86F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTk', symObjAddr: 0x3F98, symBinAddr: 0x1856C, symSize: 0xB8 } + - { offsetInCU: 0x80CD, offset: 0x6D8A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x4108, symBinAddr: 0x186DC, symSize: 0xA4 } + - { offsetInCU: 0x810E, offset: 0x6D8E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x4560, symBinAddr: 0x18B34, symSize: 0xB0 } + - { offsetInCU: 0x8253, offset: 0x6DA2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvpACTk', symObjAddr: 0x49D8, symBinAddr: 0x18FAC, symSize: 0x30 } + - { offsetInCU: 0x8280, offset: 0x6DA5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x4BB8, symBinAddr: 0x1918C, symSize: 0x94 } + - { offsetInCU: 0x82AD, offset: 0x6DA87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x4C4C, symBinAddr: 0x19220, symSize: 0x88 } + - { offsetInCU: 0x82DA, offset: 0x6DAB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x4CD4, symBinAddr: 0x192A8, symSize: 0x60 } + - { offsetInCU: 0x82F2, offset: 0x6DACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x523C, symBinAddr: 0x19810, symSize: 0x54 } + - { offsetInCU: 0x831F, offset: 0x6DAF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x5290, symBinAddr: 0x19864, symSize: 0x3C } + - { offsetInCU: 0x834C, offset: 0x6DB26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x568C, symBinAddr: 0x19C60, symSize: 0x74 } + - { offsetInCU: 0x83BC, offset: 0x6DB96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x59A0, symBinAddr: 0x19F74, symSize: 0x60 } + - { offsetInCU: 0x8561, offset: 0x6DD3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x6274, symBinAddr: 0x1A848, symSize: 0x90 } + - { offsetInCU: 0x859D, offset: 0x6DD77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvpACTk', symObjAddr: 0x6960, symBinAddr: 0x1AF34, symSize: 0xA8 } + - { offsetInCU: 0x85EE, offset: 0x6DDC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x6C50, symBinAddr: 0x1B224, symSize: 0x8C } + - { offsetInCU: 0x8A5F, offset: 0x6E239, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LL_WZ', symObjAddr: 0xA718, symBinAddr: 0x1ECEC, symSize: 0x20 } + - { offsetInCU: 0x8B1A, offset: 0x6E2F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfETo', symObjAddr: 0xAB3C, symBinAddr: 0x1F110, symSize: 0x11C } + - { offsetInCU: 0x8B5F, offset: 0x6E339, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0xAC58, symBinAddr: 0x1F22C, symSize: 0x64 } + - { offsetInCU: 0x8BB7, offset: 0x6E391, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xACBC, symBinAddr: 0x1F290, symSize: 0x58 } + - { offsetInCU: 0x8C63, offset: 0x6E43D, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xAD14, symBinAddr: 0x1F2E8, symSize: 0x34 } + - { offsetInCU: 0x8CBB, offset: 0x6E495, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSi_Tg5', symObjAddr: 0xAD48, symBinAddr: 0x1F31C, symSize: 0x38 } + - { offsetInCU: 0x8D08, offset: 0x6E4E2, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xAD80, symBinAddr: 0x1F354, symSize: 0x30 } + - { offsetInCU: 0x8D56, offset: 0x6E530, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xADB0, symBinAddr: 0x1F384, symSize: 0xAC } + - { offsetInCU: 0x8E5A, offset: 0x6E634, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xAE5C, symBinAddr: 0x1F430, symSize: 0x30 } + - { offsetInCU: 0x8E87, offset: 0x6E661, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0xAF1C, symBinAddr: 0x1F4F0, symSize: 0xE0 } + - { offsetInCU: 0x8EC6, offset: 0x6E6A0, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xAFFC, symBinAddr: 0x1F5D0, symSize: 0x9C } + - { offsetInCU: 0x8F28, offset: 0x6E702, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xB098, symBinAddr: 0x1F66C, symSize: 0x98 } + - { offsetInCU: 0x8F60, offset: 0x6E73A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xB130, symBinAddr: 0x1F704, symSize: 0x120 } + - { offsetInCU: 0x8FA6, offset: 0x6E780, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xB250, symBinAddr: 0x1F824, symSize: 0x18C } + - { offsetInCU: 0x90A8, offset: 0x6E882, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xB478, symBinAddr: 0x1FA4C, symSize: 0xC4 } + - { offsetInCU: 0x9159, offset: 0x6E933, size: 0x8, addend: 0x0, symName: '_$ss32_copyCollectionToContiguousArrayys0dE0Vy7ElementQzGxSlRzlFs0E5SliceVySSG_Tg5', symObjAddr: 0xB6B0, symBinAddr: 0x1FC84, symSize: 0xD0 } + - { offsetInCU: 0x92CA, offset: 0x6EAA4, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_n', symObjAddr: 0xBC74, symBinAddr: 0x20248, symSize: 0x14C } + - { offsetInCU: 0x936C, offset: 0x6EB46, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_n', symObjAddr: 0xBDC0, symBinAddr: 0x20394, symSize: 0xB4 } + - { offsetInCU: 0x944F, offset: 0x6EC29, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOc', symObjAddr: 0xC058, symBinAddr: 0x2062C, symSize: 0x48 } + - { offsetInCU: 0x9463, offset: 0x6EC3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOh', symObjAddr: 0xC0E0, symBinAddr: 0x20674, symSize: 0x40 } + - { offsetInCU: 0x9477, offset: 0x6EC51, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOc', symObjAddr: 0xC120, symBinAddr: 0x206B4, symSize: 0x3C } + - { offsetInCU: 0x948B, offset: 0x6EC65, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCMa', symObjAddr: 0xC15C, symBinAddr: 0x206F0, symSize: 0x20 } + - { offsetInCU: 0x949F, offset: 0x6EC79, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOh', symObjAddr: 0xC17C, symBinAddr: 0x20710, symSize: 0x34 } + - { offsetInCU: 0x94B3, offset: 0x6EC8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVSgWOe', symObjAddr: 0xC1B0, symBinAddr: 0x20744, symSize: 0x3C } + - { offsetInCU: 0x9503, offset: 0x6ECDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOe', symObjAddr: 0xC5E8, symBinAddr: 0x20B7C, symSize: 0x20 } + - { offsetInCU: 0x9517, offset: 0x6ECF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOe', symObjAddr: 0xC608, symBinAddr: 0x20B9C, symSize: 0x88 } + - { offsetInCU: 0x952B, offset: 0x6ED05, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOe', symObjAddr: 0xC690, symBinAddr: 0x20C24, symSize: 0x18 } + - { offsetInCU: 0x953F, offset: 0x6ED19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOe', symObjAddr: 0xC6A8, symBinAddr: 0x20C3C, symSize: 0x58 } + - { offsetInCU: 0x958A, offset: 0x6ED64, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_TA', symObjAddr: 0xC830, symBinAddr: 0x20DC4, symSize: 0xC } + - { offsetInCU: 0x959E, offset: 0x6ED78, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOy', symObjAddr: 0xC83C, symBinAddr: 0x20DD0, symSize: 0x18 } + - { offsetInCU: 0x95B2, offset: 0x6ED8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOy', symObjAddr: 0xC854, symBinAddr: 0x20DE8, symSize: 0x20 } + - { offsetInCU: 0x95C6, offset: 0x6EDA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOy', symObjAddr: 0xC874, symBinAddr: 0x20E08, symSize: 0x8C } + - { offsetInCU: 0x95DA, offset: 0x6EDB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOy', symObjAddr: 0xC900, symBinAddr: 0x20E94, symSize: 0x60 } + - { offsetInCU: 0x95EE, offset: 0x6EDC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOf', symObjAddr: 0xC960, symBinAddr: 0x20EF4, symSize: 0x3C } + - { offsetInCU: 0x9602, offset: 0x6EDDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOy', symObjAddr: 0xCA9C, symBinAddr: 0x21030, symSize: 0x10 } + - { offsetInCU: 0x9616, offset: 0x6EDF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOe', symObjAddr: 0xCAAC, symBinAddr: 0x21040, symSize: 0x10 } + - { offsetInCU: 0x962A, offset: 0x6EE04, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_1, symObjAddr: 0xCBA0, symBinAddr: 0x21134, symSize: 0x168 } + - { offsetInCU: 0x963E, offset: 0x6EE18, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerCMa', symObjAddr: 0xDDC4, symBinAddr: 0x22358, symSize: 0x3C } + - { offsetInCU: 0x9652, offset: 0x6EE2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_TA', symObjAddr: 0xDE00, symBinAddr: 0x22394, symSize: 0x8 } + - { offsetInCU: 0x9666, offset: 0x6EE40, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xDE08, symBinAddr: 0x2239C, symSize: 0x8 } + - { offsetInCU: 0x967A, offset: 0x6EE54, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0xDE10, symBinAddr: 0x223A4, symSize: 0x4C } + - { offsetInCU: 0x968E, offset: 0x6EE68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFSSyXEfu_TA', symObjAddr: 0xDEA0, symBinAddr: 0x223F0, symSize: 0x18 } + - { offsetInCU: 0x96A2, offset: 0x6EE7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xDEB8, symBinAddr: 0x22408, symSize: 0x8 } + - { offsetInCU: 0x96B6, offset: 0x6EE90, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xDEC0, symBinAddr: 0x22410, symSize: 0x8 } + - { offsetInCU: 0x96CA, offset: 0x6EEA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xDEC8, symBinAddr: 0x22418, symSize: 0x7C } + - { offsetInCU: 0x974F, offset: 0x6EF29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SbyXEfu_TA', symObjAddr: 0xDF44, symBinAddr: 0x22494, symSize: 0x14 } + - { offsetInCU: 0x97E3, offset: 0x6EFBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_TA', symObjAddr: 0xDF58, symBinAddr: 0x224A8, symSize: 0x8 } + - { offsetInCU: 0x97F7, offset: 0x6EFD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xDF60, symBinAddr: 0x224B0, symSize: 0x8 } + - { offsetInCU: 0x980B, offset: 0x6EFE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xDF68, symBinAddr: 0x224B8, symSize: 0x8 } + - { offsetInCU: 0x981F, offset: 0x6EFF9, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyxq___GSHRzr0_lWOe', symObjAddr: 0xDF70, symBinAddr: 0x224C0, symSize: 0x10 } + - { offsetInCU: 0x9833, offset: 0x6F00D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0xE024, symBinAddr: 0x22538, symSize: 0x8 } + - { offsetInCU: 0x9852, offset: 0x6F02C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0xE02C, symBinAddr: 0x22540, symSize: 0x28 } + - { offsetInCU: 0x9886, offset: 0x6F060, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOytIegnnr_AcEIeggn_TRTA', symObjAddr: 0xE054, symBinAddr: 0x22568, symSize: 0x4C } + - { offsetInCU: 0x98BA, offset: 0x6F094, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOIeggn_AcEytIegnnr_TRTA', symObjAddr: 0xE0A0, symBinAddr: 0x225B4, symSize: 0x24 } + - { offsetInCU: 0x98E3, offset: 0x6F0BD, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0xE0C4, symBinAddr: 0x225D8, symSize: 0x3C } + - { offsetInCU: 0x98F7, offset: 0x6F0D1, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOh', symObjAddr: 0xE100, symBinAddr: 0x22614, symSize: 0x34 } + - { offsetInCU: 0x990B, offset: 0x6F0E5, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_1, symObjAddr: 0xE134, symBinAddr: 0x22648, symSize: 0x3C } + - { offsetInCU: 0x991F, offset: 0x6F0F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOb', symObjAddr: 0xE170, symBinAddr: 0x22684, symSize: 0x18 } + - { offsetInCU: 0x9933, offset: 0x6F10D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_TA', symObjAddr: 0xE1AC, symBinAddr: 0x226C0, symSize: 0x8 } + - { offsetInCU: 0x9947, offset: 0x6F121, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xE1B4, symBinAddr: 0x226C8, symSize: 0x10 } + - { offsetInCU: 0x995B, offset: 0x6F135, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xE1C4, symBinAddr: 0x226D8, symSize: 0x8 } + - { offsetInCU: 0x996F, offset: 0x6F149, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOd', symObjAddr: 0xE1CC, symBinAddr: 0x226E0, symSize: 0x3C } + - { offsetInCU: 0x9983, offset: 0x6F15D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOe', symObjAddr: 0xE208, symBinAddr: 0x2271C, symSize: 0x38 } + - { offsetInCU: 0x9997, offset: 0x6F171, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOc', symObjAddr: 0xE240, symBinAddr: 0x22754, symSize: 0x3C } + - { offsetInCU: 0x99AB, offset: 0x6F185, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV3key_AA16AnyValueProvider_p5valuetSgWOb', symObjAddr: 0xE27C, symBinAddr: 0x22790, symSize: 0x48 } + - { offsetInCU: 0x99DE, offset: 0x6F1B8, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x145D4, symSize: 0x64 } + - { offsetInCU: 0x9A6D, offset: 0x6F247, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x64, symBinAddr: 0x14638, symSize: 0x64 } + - { offsetInCU: 0x9AFC, offset: 0x6F2D6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0xC8, symBinAddr: 0x1469C, symSize: 0x64 } + - { offsetInCU: 0x9B8B, offset: 0x6F365, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x12C, symBinAddr: 0x14700, symSize: 0x84 } + - { offsetInCU: 0x9C1A, offset: 0x6F3F4, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1B0, symBinAddr: 0x14784, symSize: 0x84 } + - { offsetInCU: 0x9CA9, offset: 0x6F483, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8MaskModeO_Tg5', symObjAddr: 0x234, symBinAddr: 0x14808, symSize: 0x64 } + - { offsetInCU: 0x9D38, offset: 0x6F512, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x298, symBinAddr: 0x1486C, symSize: 0x64 } + - { offsetInCU: 0x9DC7, offset: 0x6F5A1, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x2FC, symBinAddr: 0x148D0, symSize: 0x84 } + - { offsetInCU: 0x9E56, offset: 0x6F630, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x380, symBinAddr: 0x14954, symSize: 0x64 } + - { offsetInCU: 0x9EE5, offset: 0x6F6BF, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x3E4, symBinAddr: 0x149B8, symSize: 0x88 } + - { offsetInCU: 0x9F40, offset: 0x6F71A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x46C, symBinAddr: 0x14A40, symSize: 0x84 } + - { offsetInCU: 0x9FCF, offset: 0x6F7A9, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x4F0, symBinAddr: 0x14AC4, symSize: 0x64 } + - { offsetInCU: 0xA05E, offset: 0x6F838, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x554, symBinAddr: 0x14B28, symSize: 0x84 } + - { offsetInCU: 0xA0ED, offset: 0x6F8C7, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x5D8, symBinAddr: 0x14BAC, symSize: 0x84 } + - { offsetInCU: 0xA17C, offset: 0x6F956, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x65C, symBinAddr: 0x14C30, symSize: 0x84 } + - { offsetInCU: 0xA20B, offset: 0x6F9E5, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x6E0, symBinAddr: 0x14CB4, symSize: 0x64 } + - { offsetInCU: 0xA29A, offset: 0x6FA74, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x744, symBinAddr: 0x14D18, symSize: 0xEC } + - { offsetInCU: 0xA322, offset: 0x6FAFC, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x830, symBinAddr: 0x14E04, symSize: 0x84 } + - { offsetInCU: 0xA3B1, offset: 0x6FB8B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x8B4, symBinAddr: 0x14E88, symSize: 0x64 } + - { offsetInCU: 0xA440, offset: 0x6FC1A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x918, symBinAddr: 0x14EEC, symSize: 0xB4 } + - { offsetInCU: 0xA493, offset: 0x6FC6D, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x9CC, symBinAddr: 0x14FA0, symSize: 0x64 } + - { offsetInCU: 0xA522, offset: 0x6FCFC, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xA30, symBinAddr: 0x15004, symSize: 0x64 } + - { offsetInCU: 0xA5B1, offset: 0x6FD8B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0xA94, symBinAddr: 0x15068, symSize: 0x64 } + - { offsetInCU: 0xA60C, offset: 0x6FDE6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xAFC, symBinAddr: 0x150D0, symSize: 0x84 } + - { offsetInCU: 0xA69B, offset: 0x6FE75, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xB80, symBinAddr: 0x15154, symSize: 0x64 } + - { offsetInCU: 0xA72A, offset: 0x6FF04, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xBE4, symBinAddr: 0x151B8, symSize: 0x84 } + - { offsetInCU: 0xA7B9, offset: 0x6FF93, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xC68, symBinAddr: 0x1523C, symSize: 0x64 } + - { offsetInCU: 0xA848, offset: 0x70022, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xD34, symBinAddr: 0x15308, symSize: 0x64 } + - { offsetInCU: 0xA8D7, offset: 0x700B1, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie06EffectC0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xD98, symBinAddr: 0x1536C, symSize: 0x64 } + - { offsetInCU: 0xA932, offset: 0x7010C, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xDFC, symBinAddr: 0x153D0, symSize: 0x64 } + - { offsetInCU: 0xA98D, offset: 0x70167, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xE60, symBinAddr: 0x15434, symSize: 0x64 } + - { offsetInCU: 0xA9E8, offset: 0x701C2, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xEC4, symBinAddr: 0x15498, symSize: 0x64 } + - { offsetInCU: 0xAA77, offset: 0x70251, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xF28, symBinAddr: 0x154FC, symSize: 0x64 } + - { offsetInCU: 0xAB06, offset: 0x702E0, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xF8C, symBinAddr: 0x15560, symSize: 0x60 } + - { offsetInCU: 0xAB61, offset: 0x7033B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0xFEC, symBinAddr: 0x155C0, symSize: 0x74 } + - { offsetInCU: 0xB0AE, offset: 0x70888, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xBE74, symBinAddr: 0x20448, symSize: 0x8 } + - { offsetInCU: 0xB0CA, offset: 0x708A4, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie13DiscriminatorO_Tg5Tf4dd_n', symObjAddr: 0xBE7C, symBinAddr: 0x20450, symSize: 0x8 } + - { offsetInCU: 0xB0E6, offset: 0x708C0, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4dd_n', symObjAddr: 0xBE84, symBinAddr: 0x20458, symSize: 0x8 } + - { offsetInCU: 0xB102, offset: 0x708DC, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4dd_n', symObjAddr: 0xBE8C, symBinAddr: 0x20460, symSize: 0x8 } + - { offsetInCU: 0xB11E, offset: 0x708F8, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4dd_n', symObjAddr: 0xBE94, symBinAddr: 0x20468, symSize: 0x8 } + - { offsetInCU: 0xB13A, offset: 0x70914, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4dd_n', symObjAddr: 0xBE9C, symBinAddr: 0x20470, symSize: 0x8 } + - { offsetInCU: 0xB156, offset: 0x70930, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie011ColorEffectC0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4dd_n', symObjAddr: 0xBEA4, symBinAddr: 0x20478, symSize: 0x8 } + - { offsetInCU: 0xB172, offset: 0x7094C, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie014Vector1DEffectC0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4dd_n', symObjAddr: 0xBEAC, symBinAddr: 0x20480, symSize: 0x8 } + - { offsetInCU: 0xB18E, offset: 0x70968, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4dd_n', symObjAddr: 0xBEB4, symBinAddr: 0x20488, symSize: 0x8 } + - { offsetInCU: 0xB1AA, offset: 0x70984, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4dd_n', symObjAddr: 0xBEBC, symBinAddr: 0x20490, symSize: 0x8 } + - { offsetInCU: 0xB1C6, offset: 0x709A0, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4dd_n', symObjAddr: 0xBEC4, symBinAddr: 0x20498, symSize: 0x8 } + - { offsetInCU: 0xB1E2, offset: 0x709BC, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4dd_n', symObjAddr: 0xBECC, symBinAddr: 0x204A0, symSize: 0x8 } + - { offsetInCU: 0xB1FE, offset: 0x709D8, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8FontListC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xBED4, symBinAddr: 0x204A8, symSize: 0x8 } + - { offsetInCU: 0xB23B, offset: 0x70A15, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufC6Lottie15AnyNodeProperty_p_SD6ValuesVySSAdE_p_GTg5Tf4gd_n', symObjAddr: 0xBEDC, symBinAddr: 0x204B0, symSize: 0xB0 } + - { offsetInCU: 0xB319, offset: 0x70AF3, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufCSS_s10ArraySliceVySSGTg5Tf4nd_n', symObjAddr: 0xC700, symBinAddr: 0x20C94, symSize: 0xD0 } + - { offsetInCU: 0x3F, offset: 0x7121D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF8, symBinAddr: 0x227FC, symSize: 0x240 } + - { offsetInCU: 0xC8, offset: 0x712A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x338, symBinAddr: 0x22A3C, symSize: 0x320 } + - { offsetInCU: 0x13A, offset: 0x71318, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE10updateTree_12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x658, symBinAddr: 0x22D5C, symSize: 0x4C } + - { offsetInCU: 0x197, offset: 0x71375, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE11keypathNameSSvg', symObjAddr: 0x6A4, symBinAddr: 0x22DA8, symSize: 0x70 } + - { offsetInCU: 0x1D4, offset: 0x713B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE17keypathPropertiesSDySSAA03AnyC8Property_pGvg', symObjAddr: 0x714, symBinAddr: 0x22E18, symSize: 0x68 } + - { offsetInCU: 0x211, offset: 0x713EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13childKeypathsSayAA17KeypathSearchable_pGvg', symObjAddr: 0x77C, symBinAddr: 0x22E80, symSize: 0x68 } + - { offsetInCU: 0x24E, offset: 0x7142C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x7E4, symBinAddr: 0x22EE8, symSize: 0x8 } + - { offsetInCU: 0x26A, offset: 0x71448, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x7EC, symBinAddr: 0x22EF0, symSize: 0x8 } + - { offsetInCU: 0x286, offset: 0x71464, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7F4, symBinAddr: 0x22EF8, symSize: 0x8 } + - { offsetInCU: 0x2A2, offset: 0x71480, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7FC, symBinAddr: 0x22F00, symSize: 0x4 } + - { offsetInCU: 0x2BE, offset: 0x7149C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x800, symBinAddr: 0x22F04, symSize: 0x28 } + - { offsetInCU: 0x2DA, offset: 0x714B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x828, symBinAddr: 0x22F2C, symSize: 0x28 } + - { offsetInCU: 0x2F6, offset: 0x714D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x850, symBinAddr: 0x22F54, symSize: 0x28 } + - { offsetInCU: 0x312, offset: 0x714F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x878, symBinAddr: 0x22F7C, symSize: 0x8 } + - { offsetInCU: 0x32E, offset: 0x7150C, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_2, symObjAddr: 0x880, symBinAddr: 0x22F84, symSize: 0x24 } + - { offsetInCU: 0x342, offset: 0x71520, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_2, symObjAddr: 0x8A4, symBinAddr: 0x22FA8, symSize: 0x20 } + - { offsetInCU: 0x356, offset: 0x71534, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8C4, symBinAddr: 0x22FC8, symSize: 0x8 } + - { offsetInCU: 0x372, offset: 0x71550, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x8CC, symBinAddr: 0x22FD0, symSize: 0x8 } + - { offsetInCU: 0x38E, offset: 0x7156C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x8D4, symBinAddr: 0x22FD8, symSize: 0x8 } + - { offsetInCU: 0x3AA, offset: 0x71588, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x8DC, symBinAddr: 0x22FE0, symSize: 0x4 } + - { offsetInCU: 0x462, offset: 0x71640, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x8E4, symBinAddr: 0x22FE8, symSize: 0x10 } + - { offsetInCU: 0x51C, offset: 0x716FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x8F4, symBinAddr: 0x22FF8, symSize: 0x10 } + - { offsetInCU: 0x5B8, offset: 0x71796, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x904, symBinAddr: 0x23008, symSize: 0x8 } + - { offsetInCU: 0x5D4, offset: 0x717B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x90C, symBinAddr: 0x23010, symSize: 0x8 } + - { offsetInCU: 0x5F0, offset: 0x717CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x914, symBinAddr: 0x23018, symSize: 0x8 } + - { offsetInCU: 0x60C, offset: 0x717EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x91C, symBinAddr: 0x23020, symSize: 0x4 } + - { offsetInCU: 0x637, offset: 0x71815, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x920, symBinAddr: 0x23024, symSize: 0x4 } + - { offsetInCU: 0x657, offset: 0x71835, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x920, symBinAddr: 0x23024, symSize: 0x4 } + - { offsetInCU: 0x669, offset: 0x71847, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x924, symBinAddr: 0x23028, symSize: 0x28 } + - { offsetInCU: 0x685, offset: 0x71863, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x94C, symBinAddr: 0x23050, symSize: 0x28 } + - { offsetInCU: 0x6A1, offset: 0x7187F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x974, symBinAddr: 0x23078, symSize: 0x28 } + - { offsetInCU: 0x6BD, offset: 0x7189B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x99C, symBinAddr: 0x230A0, symSize: 0x8 } + - { offsetInCU: 0x6D9, offset: 0x718B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x9A4, symBinAddr: 0x230A8, symSize: 0x8 } + - { offsetInCU: 0x6F5, offset: 0x718D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x9AC, symBinAddr: 0x230B0, symSize: 0x8 } + - { offsetInCU: 0x711, offset: 0x718EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9B4, symBinAddr: 0x230B8, symSize: 0x8 } + - { offsetInCU: 0x72D, offset: 0x7190B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9BC, symBinAddr: 0x230C0, symSize: 0x4 } + - { offsetInCU: 0x7C7, offset: 0x719A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x9C4, symBinAddr: 0x230C8, symSize: 0x10 } + - { offsetInCU: 0x863, offset: 0x71A41, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x9D4, symBinAddr: 0x230D8, symSize: 0xC } + - { offsetInCU: 0x87F, offset: 0x71A5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x9E0, symBinAddr: 0x230E4, symSize: 0x8 } + - { offsetInCU: 0x89B, offset: 0x71A79, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x9E8, symBinAddr: 0x230EC, symSize: 0x8 } + - { offsetInCU: 0x8B7, offset: 0x71A95, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x9F0, symBinAddr: 0x230F4, symSize: 0x8 } + - { offsetInCU: 0x8D3, offset: 0x71AB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9F8, symBinAddr: 0x230FC, symSize: 0x8 } + - { offsetInCU: 0x8EF, offset: 0x71ACD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA00, symBinAddr: 0x23104, symSize: 0x4 } + - { offsetInCU: 0x90B, offset: 0x71AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA04, symBinAddr: 0x23108, symSize: 0xC } + - { offsetInCU: 0x927, offset: 0x71B05, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA10, symBinAddr: 0x23114, symSize: 0x8 } + - { offsetInCU: 0x943, offset: 0x71B21, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA18, symBinAddr: 0x2311C, symSize: 0x8 } + - { offsetInCU: 0x95F, offset: 0x71B3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA20, symBinAddr: 0x23124, symSize: 0x8 } + - { offsetInCU: 0x97B, offset: 0x71B59, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA28, symBinAddr: 0x2312C, symSize: 0x4 } + - { offsetInCU: 0xA19, offset: 0x71BF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x23130, symSize: 0x8 } + - { offsetInCU: 0xA39, offset: 0x71C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x23130, symSize: 0x8 } + - { offsetInCU: 0xA5F, offset: 0x71C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x23130, symSize: 0x8 } + - { offsetInCU: 0xA74, offset: 0x71C52, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x23130, symSize: 0x8 } + - { offsetInCU: 0xACC, offset: 0x71CAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xA38, symBinAddr: 0x2313C, symSize: 0x10 } + - { offsetInCU: 0xB68, offset: 0x71D46, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA48, symBinAddr: 0x2314C, symSize: 0xC } + - { offsetInCU: 0xB84, offset: 0x71D62, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA54, symBinAddr: 0x23158, symSize: 0x8 } + - { offsetInCU: 0xBA0, offset: 0x71D7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xA5C, symBinAddr: 0x23160, symSize: 0x8 } + - { offsetInCU: 0xBBC, offset: 0x71D9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA64, symBinAddr: 0x23168, symSize: 0x8 } + - { offsetInCU: 0xBD8, offset: 0x71DB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA6C, symBinAddr: 0x23170, symSize: 0x4 } + - { offsetInCU: 0xC76, offset: 0x71E54, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x23174, symSize: 0x8 } + - { offsetInCU: 0xC96, offset: 0x71E74, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x23174, symSize: 0x8 } + - { offsetInCU: 0xCBC, offset: 0x71E9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x23174, symSize: 0x8 } + - { offsetInCU: 0xCD1, offset: 0x71EAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xA70, symBinAddr: 0x23174, symSize: 0x8 } + - { offsetInCU: 0xD29, offset: 0x71F07, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA7C, symBinAddr: 0x23180, symSize: 0x10 } + - { offsetInCU: 0xDC5, offset: 0x71FA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA8C, symBinAddr: 0x23190, symSize: 0xC } + - { offsetInCU: 0xDE1, offset: 0x71FBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA98, symBinAddr: 0x2319C, symSize: 0x8 } + - { offsetInCU: 0xDFD, offset: 0x71FDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xAA0, symBinAddr: 0x231A4, symSize: 0x8 } + - { offsetInCU: 0xE19, offset: 0x71FF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAA8, symBinAddr: 0x231AC, symSize: 0x8 } + - { offsetInCU: 0xEB7, offset: 0x72095, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x231B4, symSize: 0x8 } + - { offsetInCU: 0xED7, offset: 0x720B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x231B4, symSize: 0x8 } + - { offsetInCU: 0xEFD, offset: 0x720DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x231B4, symSize: 0x8 } + - { offsetInCU: 0xF12, offset: 0x720F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x231B4, symSize: 0x8 } + - { offsetInCU: 0xF6A, offset: 0x72148, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xAB8, symBinAddr: 0x231BC, symSize: 0x10 } + - { offsetInCU: 0x1006, offset: 0x721E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAC8, symBinAddr: 0x231CC, symSize: 0x8 } + - { offsetInCU: 0x1022, offset: 0x72200, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAD0, symBinAddr: 0x231D4, symSize: 0x8 } + - { offsetInCU: 0x103E, offset: 0x7221C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAD8, symBinAddr: 0x231DC, symSize: 0x4 } + - { offsetInCU: 0x10D8, offset: 0x722B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xADC, symBinAddr: 0x231E0, symSize: 0x10 } + - { offsetInCU: 0x1174, offset: 0x72352, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAEC, symBinAddr: 0x231F0, symSize: 0xC } + - { offsetInCU: 0x1190, offset: 0x7236E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xAF8, symBinAddr: 0x231FC, symSize: 0x8 } + - { offsetInCU: 0x11AC, offset: 0x7238A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB00, symBinAddr: 0x23204, symSize: 0x8 } + - { offsetInCU: 0x11C8, offset: 0x723A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xB08, symBinAddr: 0x2320C, symSize: 0x8 } + - { offsetInCU: 0x11E4, offset: 0x723C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB10, symBinAddr: 0x23214, symSize: 0x8 } + - { offsetInCU: 0x1200, offset: 0x723DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB18, symBinAddr: 0x2321C, symSize: 0x4 } + - { offsetInCU: 0x121C, offset: 0x723FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB20, symBinAddr: 0x23224, symSize: 0xC } + - { offsetInCU: 0x1238, offset: 0x72416, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB2C, symBinAddr: 0x23230, symSize: 0x8 } + - { offsetInCU: 0x1254, offset: 0x72432, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB34, symBinAddr: 0x23238, symSize: 0x8 } + - { offsetInCU: 0x1270, offset: 0x7244E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB3C, symBinAddr: 0x23240, symSize: 0x8 } + - { offsetInCU: 0x128C, offset: 0x7246A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB44, symBinAddr: 0x23248, symSize: 0x4 } + - { offsetInCU: 0x12A8, offset: 0x72486, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB80, symBinAddr: 0x23284, symSize: 0xC } + - { offsetInCU: 0x12C4, offset: 0x724A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB8C, symBinAddr: 0x23290, symSize: 0x8 } + - { offsetInCU: 0x12E0, offset: 0x724BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xB94, symBinAddr: 0x23298, symSize: 0x8 } + - { offsetInCU: 0x12FC, offset: 0x724DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB9C, symBinAddr: 0x232A0, symSize: 0x8 } + - { offsetInCU: 0x1318, offset: 0x724F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBA4, symBinAddr: 0x232A8, symSize: 0x4 } + - { offsetInCU: 0x13B2, offset: 0x72590, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xBA8, symBinAddr: 0x232AC, symSize: 0x10 } + - { offsetInCU: 0x144E, offset: 0x7262C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xBB8, symBinAddr: 0x232BC, symSize: 0xC } + - { offsetInCU: 0x146A, offset: 0x72648, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xBC4, symBinAddr: 0x232C8, symSize: 0x8 } + - { offsetInCU: 0x1486, offset: 0x72664, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xBCC, symBinAddr: 0x232D0, symSize: 0x8 } + - { offsetInCU: 0x14A2, offset: 0x72680, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBD4, symBinAddr: 0x232D8, symSize: 0x8 } + - { offsetInCU: 0x14BE, offset: 0x7269C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBDC, symBinAddr: 0x232E0, symSize: 0x4 } + - { offsetInCU: 0x14DA, offset: 0x726B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC14, symBinAddr: 0x23318, symSize: 0xC } + - { offsetInCU: 0x14F6, offset: 0x726D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC20, symBinAddr: 0x23324, symSize: 0x8 } + - { offsetInCU: 0x1512, offset: 0x726F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xC28, symBinAddr: 0x2332C, symSize: 0x8 } + - { offsetInCU: 0x152E, offset: 0x7270C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xC30, symBinAddr: 0x23334, symSize: 0x8 } + - { offsetInCU: 0x154A, offset: 0x72728, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xC38, symBinAddr: 0x2333C, symSize: 0x8 } + - { offsetInCU: 0x1566, offset: 0x72744, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xC40, symBinAddr: 0x23344, symSize: 0x4 } + - { offsetInCU: 0x1582, offset: 0x72760, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC78, symBinAddr: 0x2337C, symSize: 0xC } + - { offsetInCU: 0x159E, offset: 0x7277C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC84, symBinAddr: 0x23388, symSize: 0x8 } + - { offsetInCU: 0x15BA, offset: 0x72798, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xC8C, symBinAddr: 0x23390, symSize: 0x8 } + - { offsetInCU: 0x60, offset: 0x72A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfC', symObjAddr: 0x0, symBinAddr: 0x233E4, symSize: 0xA8 } + - { offsetInCU: 0xAC, offset: 0x72A99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvg', symObjAddr: 0xA8, symBinAddr: 0x2348C, symSize: 0x1F4 } + - { offsetInCU: 0x1E0, offset: 0x72BCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x29C, symBinAddr: 0x23680, symSize: 0xB4 } + - { offsetInCU: 0x25F, offset: 0x72C4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x350, symBinAddr: 0x23734, symSize: 0xE0 } + - { offsetInCU: 0x330, offset: 0x72D1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x430, symBinAddr: 0x23814, symSize: 0xFC } + - { offsetInCU: 0x458, offset: 0x72E45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x52C, symBinAddr: 0x23910, symSize: 0x60 } + - { offsetInCU: 0x4DD, offset: 0x72ECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x58C, symBinAddr: 0x23970, symSize: 0x1A0 } + - { offsetInCU: 0x63E, offset: 0x7302B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x72C, symBinAddr: 0x23B10, symSize: 0x140 } + - { offsetInCU: 0x706, offset: 0x730F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0x86C, symBinAddr: 0x23C50, symSize: 0x140 } + - { offsetInCU: 0x886, offset: 0x73273, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0x9AC, symBinAddr: 0x23D90, symSize: 0x94 } + - { offsetInCU: 0x97C, offset: 0x73369, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF', symObjAddr: 0xA40, symBinAddr: 0x23E24, symSize: 0x158 } + - { offsetInCU: 0xAFC, offset: 0x734E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0xB98, symBinAddr: 0x23F7C, symSize: 0x198 } + - { offsetInCU: 0xCBD, offset: 0x736AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xD30, symBinAddr: 0x24114, symSize: 0x1A4 } + - { offsetInCU: 0xE3B, offset: 0x73828, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0xED4, symBinAddr: 0x242B8, symSize: 0x3D0 } + - { offsetInCU: 0xEF8, offset: 0x738E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x12C4, symBinAddr: 0x246A8, symSize: 0x4 } + - { offsetInCU: 0x186F, offset: 0x7425C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOc', symObjAddr: 0x1BE8, symBinAddr: 0x24F90, symSize: 0x34 } + - { offsetInCU: 0x1883, offset: 0x74270, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x1C40, symBinAddr: 0x24FC8, symSize: 0x8 } + - { offsetInCU: 0x1897, offset: 0x74284, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x1CB0, symBinAddr: 0x25038, symSize: 0x8 } + - { offsetInCU: 0x18B6, offset: 0x742A3, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedButtonCytG_Tg5TA', symObjAddr: 0x1CB8, symBinAddr: 0x25040, symSize: 0x20 } + - { offsetInCU: 0x18DF, offset: 0x742CC, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5', symObjAddr: 0x1CD8, symBinAddr: 0x25060, symSize: 0x20 } + - { offsetInCU: 0x1970, offset: 0x7435D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV24ZIP64ExtendedInformationV_Tg5', symObjAddr: 0x1CF8, symBinAddr: 0x25080, symSize: 0x104 } + - { offsetInCU: 0x1B00, offset: 0x744ED, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompatibilityIssueV_Tg5', symObjAddr: 0x1DFC, symBinAddr: 0x25184, symSize: 0x104 } + - { offsetInCU: 0x1C67, offset: 0x74654, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x1F00, symBinAddr: 0x25288, symSize: 0x104 } + - { offsetInCU: 0x1DCE, offset: 0x747BB, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0Q0V_Tg5', symObjAddr: 0x2004, symBinAddr: 0x2538C, symSize: 0x104 } + - { offsetInCU: 0x1F6C, offset: 0x74959, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSay6Lottie14ShapeItemLayerC0Q0VG8grouping_ALSg17trailingSeparatort_Tg5', symObjAddr: 0x2138, symBinAddr: 0x254C0, symSize: 0x13C } + - { offsetInCU: 0x2104, offset: 0x74AF1, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x2274, symBinAddr: 0x255FC, symSize: 0x104 } + - { offsetInCU: 0x226B, offset: 0x74C58, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x2378, symBinAddr: 0x25700, symSize: 0xFC } + - { offsetInCU: 0x240E, offset: 0x74DFB, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x263C, symBinAddr: 0x259C4, symSize: 0x124 } + - { offsetInCU: 0x25BC, offset: 0x74FA9, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo10CGColorRefa5color_12CoreGraphics7CGFloatV8locationt_Tg5', symObjAddr: 0x2E34, symBinAddr: 0x261BC, symSize: 0x128 } + - { offsetInCU: 0x2754, offset: 0x75141, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10BezierPathV_Tg5', symObjAddr: 0x3120, symBinAddr: 0x264A8, symSize: 0x118 } + - { offsetInCU: 0x28BB, offset: 0x752A8, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x324C, symBinAddr: 0x265D4, symSize: 0xFC } + - { offsetInCU: 0x2A5E, offset: 0x7544B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo7CGPointV5point_12CoreGraphics7CGFloatV8distancet_Tg5', symObjAddr: 0x3348, symBinAddr: 0x266D0, symSize: 0x114 } + - { offsetInCU: 0x2C01, offset: 0x755EE, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11PathElementV_Tg5', symObjAddr: 0x345C, symBinAddr: 0x267E4, symSize: 0x118 } + - { offsetInCU: 0x2D99, offset: 0x75786, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x3574, symBinAddr: 0x268FC, symSize: 0x108 } + - { offsetInCU: 0x2F37, offset: 0x75924, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10LayerModelC5layer_AJ5model_AH9MatteTypeO05matteU0tSg4maskt_Tg5', symObjAddr: 0x3690, symBinAddr: 0x26A18, symSize: 0x138 } + - { offsetInCU: 0x30FB, offset: 0x75AE8, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x3850, symBinAddr: 0x26BD8, symSize: 0x114 } + - { offsetInCU: 0x329E, offset: 0x75C8B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV5start_AJ3endt_Tg5', symObjAddr: 0x3964, symBinAddr: 0x26CEC, symSize: 0xFC } + - { offsetInCU: 0x3436, offset: 0x75E23, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompoundBezierPathV_Tg5', symObjAddr: 0x3A60, symBinAddr: 0x26DE8, symSize: 0x104 } + - { offsetInCU: 0x35D4, offset: 0x75FC1, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16AnimationKeypathV7keypath_AH16AnyValueProvider_p05valueU0t_Tg5', symObjAddr: 0x3D28, symBinAddr: 0x270B0, symSize: 0x13C } + - { offsetInCU: 0x371F, offset: 0x7610C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x3FAC, symBinAddr: 0x27334, symSize: 0x8 } + - { offsetInCU: 0x3733, offset: 0x76120, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x403C, symBinAddr: 0x27388, symSize: 0x8 } + - { offsetInCU: 0x3747, offset: 0x76134, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOh', symObjAddr: 0x4068, symBinAddr: 0x273B4, symSize: 0x2C } + - { offsetInCU: 0x375B, offset: 0x76148, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOd', symObjAddr: 0x4094, symBinAddr: 0x273E0, symSize: 0x34 } + - { offsetInCU: 0x376F, offset: 0x7615C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x40D8, symBinAddr: 0x27424, symSize: 0xC } + - { offsetInCU: 0x3783, offset: 0x76170, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4110, symBinAddr: 0x2745C, symSize: 0x10 } + - { offsetInCU: 0x3797, offset: 0x76184, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x418C, symBinAddr: 0x274D8, symSize: 0x20 } + - { offsetInCU: 0x37AB, offset: 0x76198, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x41AC, symBinAddr: 0x274F8, symSize: 0x2C } + - { offsetInCU: 0x37BF, offset: 0x761AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x421C, symBinAddr: 0x27524, symSize: 0x24 } + - { offsetInCU: 0x37D3, offset: 0x761C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAC7SwiftUI4ViewAAWl', symObjAddr: 0x4240, symBinAddr: 0x27548, symSize: 0x44 } + - { offsetInCU: 0x37E7, offset: 0x761D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x4284, symBinAddr: 0x2758C, symSize: 0x10 } + - { offsetInCU: 0x37FB, offset: 0x761E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwCP', symObjAddr: 0x4294, symBinAddr: 0x2759C, symSize: 0x30 } + - { offsetInCU: 0x380F, offset: 0x761FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwxx', symObjAddr: 0x42C4, symBinAddr: 0x275CC, symSize: 0x54 } + - { offsetInCU: 0x3823, offset: 0x76210, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwcp', symObjAddr: 0x4318, symBinAddr: 0x27620, symSize: 0xF4 } + - { offsetInCU: 0x3837, offset: 0x76224, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwca', symObjAddr: 0x440C, symBinAddr: 0x27714, symSize: 0x134 } + - { offsetInCU: 0x384B, offset: 0x76238, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOh', symObjAddr: 0x4540, symBinAddr: 0x27848, symSize: 0x34 } + - { offsetInCU: 0x385F, offset: 0x7624C, size: 0x8, addend: 0x0, symName: ___swift_memcpy136_8, symObjAddr: 0x4574, symBinAddr: 0x2787C, symSize: 0x34 } + - { offsetInCU: 0x3873, offset: 0x76260, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwta', symObjAddr: 0x45A8, symBinAddr: 0x278B0, symSize: 0xB4 } + - { offsetInCU: 0x3887, offset: 0x76274, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwet', symObjAddr: 0x465C, symBinAddr: 0x27964, symSize: 0x48 } + - { offsetInCU: 0x389B, offset: 0x76288, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwst', symObjAddr: 0x46A4, symBinAddr: 0x279AC, symSize: 0x60 } + - { offsetInCU: 0x38AF, offset: 0x7629C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVMa', symObjAddr: 0x4704, symBinAddr: 0x27A0C, symSize: 0x10 } + - { offsetInCU: 0x393C, offset: 0x76329, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tg5', symObjAddr: 0x4A2C, symBinAddr: 0x27D34, symSize: 0xFC } + - { offsetInCU: 0x3A66, offset: 0x76453, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4MaskC_Tg5Tf4d_n', symObjAddr: 0x4D54, symBinAddr: 0x2805C, symSize: 0x50 } + - { offsetInCU: 0x3A7E, offset: 0x7646B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20MaskCompositionLayerC0hJ0C_Tg5Tf4d_n', symObjAddr: 0x4DA4, symBinAddr: 0x280AC, symSize: 0x50 } + - { offsetInCU: 0x3A96, offset: 0x76483, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GroupC_Tg5Tf4d_n', symObjAddr: 0x4DF4, symBinAddr: 0x280FC, symSize: 0x50 } + - { offsetInCU: 0x3AAE, offset: 0x7649B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9ShapeItemC_Tg5Tf4d_n', symObjAddr: 0x4E44, symBinAddr: 0x2814C, symSize: 0x50 } + - { offsetInCU: 0x3AC6, offset: 0x764B3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10GroupLayerC_Tg5Tf4d_n', symObjAddr: 0x4E94, symBinAddr: 0x2819C, symSize: 0x50 } + - { offsetInCU: 0x3ADE, offset: 0x764CB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x4EE4, symBinAddr: 0x281EC, symSize: 0x54 } + - { offsetInCU: 0x3AF6, offset: 0x764E3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector3DVG_Tg5Tf4d_n', symObjAddr: 0x4F44, symBinAddr: 0x2824C, symSize: 0x54 } + - { offsetInCU: 0x3B0E, offset: 0x764FB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo19CAKeyframeAnimationC_Tg5Tf4d_n', symObjAddr: 0x4FA4, symBinAddr: 0x282AC, symSize: 0x60 } + - { offsetInCU: 0x3B26, offset: 0x76513, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo8NSNumberC_Tg5Tf4d_n', symObjAddr: 0x5004, symBinAddr: 0x2830C, symSize: 0x60 } + - { offsetInCU: 0x3B3E, offset: 0x7652B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo21CAMediaTimingFunctionC_Tg5Tf4d_n', symObjAddr: 0x5064, symBinAddr: 0x2836C, symSize: 0x60 } + - { offsetInCU: 0x3B56, offset: 0x76543, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo10CGColorRefa_Tg5Tf4d_n', symObjAddr: 0x50C4, symBinAddr: 0x283CC, symSize: 0x50 } + - { offsetInCU: 0x3B6E, offset: 0x7655B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo9CGPathRefa_Tg5Tf4d_n', symObjAddr: 0x5114, symBinAddr: 0x2841C, symSize: 0x50 } + - { offsetInCU: 0x3B86, offset: 0x76573, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySbGG_Tg5Tf4d_n', symObjAddr: 0x5164, symBinAddr: 0x2846C, symSize: 0x54 } + - { offsetInCU: 0x3B9E, offset: 0x7658B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF010BezierPathH0VG_Tg5Tf4d_n', symObjAddr: 0x51B8, symBinAddr: 0x284C0, symSize: 0x54 } + - { offsetInCU: 0x3BB6, offset: 0x765A3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x520C, symBinAddr: 0x28514, symSize: 0x54 } + - { offsetInCU: 0x3BCE, offset: 0x765BB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G5ColorVG_Tg5Tf4d_n', symObjAddr: 0x5260, symBinAddr: 0x28568, symSize: 0x54 } + - { offsetInCU: 0x3BE6, offset: 0x765D3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerStyleC_Tg5Tf4d_n', symObjAddr: 0x52C0, symBinAddr: 0x285C8, symSize: 0x50 } + - { offsetInCU: 0x3BFE, offset: 0x765EB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11EffectValueC_Tg5Tf4d_n', symObjAddr: 0x5310, symBinAddr: 0x28618, symSize: 0x50 } + - { offsetInCU: 0x3C16, offset: 0x76603, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11LayerEffectC_Tg5Tf4d_n', symObjAddr: 0x5360, symBinAddr: 0x28668, symSize: 0x50 } + - { offsetInCU: 0x3C2E, offset: 0x7661B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySdGG_Tg5Tf4d_n', symObjAddr: 0x53B0, symBinAddr: 0x286B8, symSize: 0x54 } + - { offsetInCU: 0x3C46, offset: 0x76633, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11DashElementC_Tg5Tf4d_n', symObjAddr: 0x5410, symBinAddr: 0x28718, symSize: 0x50 } + - { offsetInCU: 0x3C5E, offset: 0x7664B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF12TextDocumentCG_Tg5Tf4d_n', symObjAddr: 0x54A0, symBinAddr: 0x28768, symSize: 0x54 } + - { offsetInCU: 0x3C76, offset: 0x76663, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie12TextAnimatorC_Tg5Tf4d_n', symObjAddr: 0x54F4, symBinAddr: 0x287BC, symSize: 0x50 } + - { offsetInCU: 0x3C8E, offset: 0x7667B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerModelC_Tg5Tf4d_n', symObjAddr: 0x5544, symBinAddr: 0x2880C, symSize: 0x50 } + - { offsetInCU: 0x3CA6, offset: 0x76693, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GlyphC_Tg5Tf4d_n', symObjAddr: 0x55A0, symBinAddr: 0x28868, symSize: 0x50 } + - { offsetInCU: 0x3CBE, offset: 0x766AB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4FontC_Tg5Tf4d_n', symObjAddr: 0x55F0, symBinAddr: 0x288B8, symSize: 0x50 } + - { offsetInCU: 0x3CD6, offset: 0x766C3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie6MarkerC_Tg5Tf4d_n', symObjAddr: 0x5640, symBinAddr: 0x28908, symSize: 0x50 } + - { offsetInCU: 0x3CEE, offset: 0x766DB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyypG_Tg5Tf4d_n', symObjAddr: 0x5690, symBinAddr: 0x28958, symSize: 0x54 } + - { offsetInCU: 0x3D06, offset: 0x766F3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySo13CATransform3DVGG_Tg5Tf4d_n', symObjAddr: 0x56E4, symBinAddr: 0x289AC, symSize: 0x54 } + - { offsetInCU: 0x3D1E, offset: 0x7670B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyypG_Tg5Tf4d_n', symObjAddr: 0x5744, symBinAddr: 0x28A0C, symSize: 0x54 } + - { offsetInCU: 0x3D36, offset: 0x76723, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo13CATransform3DVG_Tg5Tf4d_n', symObjAddr: 0x5798, symBinAddr: 0x28A60, symSize: 0x54 } + - { offsetInCU: 0x3D4E, offset: 0x7673B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo11CAAnimationC_Tg5Tf4d_n', symObjAddr: 0x57F8, symBinAddr: 0x28AC0, symSize: 0x60 } + - { offsetInCU: 0x3D66, offset: 0x76753, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo7CGPointVG_Tg5Tf4d_n', symObjAddr: 0x5858, symBinAddr: 0x28B20, symSize: 0x54 } + - { offsetInCU: 0x3D7E, offset: 0x7676B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCy12CoreGraphics7CGFloatVG_Tg5Tf4d_n', symObjAddr: 0x58B8, symBinAddr: 0x28B80, symSize: 0x54 } + - { offsetInCU: 0x3D96, offset: 0x76783, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySbG_Tg5Tf4d_n', symObjAddr: 0x5918, symBinAddr: 0x28BE0, symSize: 0x54 } + - { offsetInCU: 0x3DAE, offset: 0x7679B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo10CGColorRefaG_Tg5Tf4d_n', symObjAddr: 0x5984, symBinAddr: 0x28C4C, symSize: 0x54 } + - { offsetInCU: 0x3DC6, offset: 0x767B3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo6CGSizeVG_Tg5Tf4d_n', symObjAddr: 0x59E4, symBinAddr: 0x28CAC, symSize: 0x54 } + - { offsetInCU: 0x3DDE, offset: 0x767CB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo7CALayerC_Tg5Tf4d_n', symObjAddr: 0x5A44, symBinAddr: 0x28D0C, symSize: 0x60 } + - { offsetInCU: 0x3DF6, offset: 0x767E3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DV5start_AJ3endtG_Tg5Tf4d_n', symObjAddr: 0x5AA4, symBinAddr: 0x28D6C, symSize: 0x54 } + - { offsetInCU: 0x3E0E, offset: 0x767FB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo9CGPathRefaG_Tg5Tf4d_n', symObjAddr: 0x5B10, symBinAddr: 0x28DD8, symSize: 0x54 } + - { offsetInCU: 0x3E26, offset: 0x76813, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySayAF10BezierPathVGG_Tg5Tf4d_n', symObjAddr: 0x5B70, symBinAddr: 0x28E38, symSize: 0x54 } + - { offsetInCU: 0x3E3E, offset: 0x7682B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF7EllipseCAGVG_Tg5Tf4d_n', symObjAddr: 0x5BD0, symBinAddr: 0x28E98, symSize: 0x54 } + - { offsetInCU: 0x3E56, offset: 0x76843, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF9RectangleCAGVG_Tg5Tf4d_n', symObjAddr: 0x5C30, symBinAddr: 0x28EF8, symSize: 0x54 } + - { offsetInCU: 0x3E6E, offset: 0x7685B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4StarCAGVG_Tg5Tf4d_n', symObjAddr: 0x5C90, symBinAddr: 0x28F58, symSize: 0x54 } + - { offsetInCU: 0x3E86, offset: 0x76873, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySo10CGColorRefaGG_Tg5Tf4d_n', symObjAddr: 0x5CF0, symBinAddr: 0x28FB8, symSize: 0x54 } + - { offsetInCU: 0x3E9E, offset: 0x7688B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySay12CoreGraphics7CGFloatVGG_Tg5Tf4d_n', symObjAddr: 0x5D50, symBinAddr: 0x29018, symSize: 0x54 } + - { offsetInCU: 0x3EB6, offset: 0x768A3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5Tf4d_n', symObjAddr: 0x5DB0, symBinAddr: 0x29078, symSize: 0x54 } + - { offsetInCU: 0x3ECE, offset: 0x768BB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x5E10, symBinAddr: 0x290D8, symSize: 0x54 } + - { offsetInCU: 0x3EE6, offset: 0x768D3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie16CompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x5F74, symBinAddr: 0x2923C, symSize: 0x50 } + - { offsetInCU: 0x3F09, offset: 0x768F6, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfC6Lottie15AnyNodeProperty_p_Tg5Tf4nnd_n', symObjAddr: 0x5FD0, symBinAddr: 0x29298, symSize: 0x80 } + - { offsetInCU: 0x3F53, offset: 0x76940, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC_Tg5Tf4d_n', symObjAddr: 0x6050, symBinAddr: 0x29318, symSize: 0x50 } + - { offsetInCU: 0x3F6B, offset: 0x76958, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20KeyframeInterpolatorCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x60A0, symBinAddr: 0x29368, symSize: 0x54 } + - { offsetInCU: 0x3F83, offset: 0x76970, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie19ShapeContainerLayerC_Tg5Tf4d_n', symObjAddr: 0x6100, symBinAddr: 0x293C8, symSize: 0x50 } + - { offsetInCU: 0x3F9B, offset: 0x76988, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie14PathOutputNodeC_Tg5Tf4d_n', symObjAddr: 0x6150, symBinAddr: 0x29418, symSize: 0x50 } + - { offsetInCU: 0x3FB3, offset: 0x769A0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie21ImageCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x62B0, symBinAddr: 0x29578, symSize: 0x50 } + - { offsetInCU: 0x3FCB, offset: 0x769B8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20TextCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6300, symBinAddr: 0x295C8, symSize: 0x50 } + - { offsetInCU: 0x3FE3, offset: 0x769D0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo18NSLayoutConstraintC_Tg5Tf4d_n', symObjAddr: 0x6350, symBinAddr: 0x29618, symSize: 0x60 } + - { offsetInCU: 0x3FFB, offset: 0x769E8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5AssetC_Tg5Tf4d_n', symObjAddr: 0x63BC, symBinAddr: 0x29684, symSize: 0x50 } + - { offsetInCU: 0x4013, offset: 0x76A00, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOc', symObjAddr: 0x64D0, symBinAddr: 0x29798, symSize: 0x44 } + - { offsetInCU: 0x4027, offset: 0x76A14, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0x657C, symBinAddr: 0x297DC, symSize: 0x10 } + - { offsetInCU: 0x4145, offset: 0x76B32, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie16ShapeRenderGroupV_SayAGGTg5', symObjAddr: 0x12C8, symBinAddr: 0x246AC, symSize: 0xDC } + - { offsetInCU: 0x436B, offset: 0x76D58, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie14ShapeItemLayerC0G0V_SayAIGTg5', symObjAddr: 0x13A4, symBinAddr: 0x24788, symSize: 0xDC } + - { offsetInCU: 0x4591, offset: 0x76F7E, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF12CoreGraphics7CGFloatV_SayAGGTg5', symObjAddr: 0x1480, symBinAddr: 0x24864, symSize: 0xD4 } + - { offsetInCU: 0x47B7, offset: 0x771A4, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSS_SaySSGTg5', symObjAddr: 0x1554, symBinAddr: 0x24938, symSize: 0xDC } + - { offsetInCU: 0x49DD, offset: 0x773CA, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie10BezierPathV_SayAGGTg5', symObjAddr: 0x1658, symBinAddr: 0x24A3C, symSize: 0xE0 } + - { offsetInCU: 0x4C03, offset: 0x775F0, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSd_SaySdGTg5', symObjAddr: 0x1AD8, symBinAddr: 0x24EBC, symSize: 0xD4 } + - { offsetInCU: 0x4F7F, offset: 0x7796C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x12A4, symBinAddr: 0x24688, symSize: 0x4 } + - { offsetInCU: 0x4F9B, offset: 0x77988, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x12A8, symBinAddr: 0x2468C, symSize: 0x4 } + - { offsetInCU: 0x4FB7, offset: 0x779A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x12AC, symBinAddr: 0x24690, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x77DE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x10, symBinAddr: 0x29818, symSize: 0x8 } + - { offsetInCU: 0x46, offset: 0x77E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x10, symBinAddr: 0x29818, symSize: 0x8 } + - { offsetInCU: 0x9A, offset: 0x77E56, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x29820, symSize: 0x40 } + - { offsetInCU: 0x17D, offset: 0x77F39, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x29860, symSize: 0x24 } + - { offsetInCU: 0x295, offset: 0x78051, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV24zip64ExtendedInformationAC05ZIP64gH0VSgvg', symObjAddr: 0xC8, symBinAddr: 0x298D0, symSize: 0x210 } + - { offsetInCU: 0x640, offset: 0x783FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x2D8, symBinAddr: 0x29AE0, symSize: 0x10C } + - { offsetInCU: 0x80D, offset: 0x785C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x3E4, symBinAddr: 0x29BEC, symSize: 0x1FC } + - { offsetInCU: 0xC31, offset: 0x789ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9A8, symBinAddr: 0x2A1B0, symSize: 0x14 } + - { offsetInCU: 0xCC0, offset: 0x78A7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH9hashValueSivgTW', symObjAddr: 0x9BC, symBinAddr: 0x2A1C4, symSize: 0x44 } + - { offsetInCU: 0xDA3, offset: 0x78B5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA00, symBinAddr: 0x2A208, symSize: 0x28 } + - { offsetInCU: 0xE60, offset: 0x78C1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt64V_Tg5', symObjAddr: 0x5E0, symBinAddr: 0x29DE8, symSize: 0x1D4 } + - { offsetInCU: 0x105D, offset: 0x78E19, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt32V_Tg5', symObjAddr: 0x7C4, symBinAddr: 0x29FCC, symSize: 0x1D4 } + - { offsetInCU: 0x1268, offset: 0x79024, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfCTf4nnd_n', symObjAddr: 0xA68, symBinAddr: 0x2A270, symSize: 0x24C } + - { offsetInCU: 0x1474, offset: 0x79230, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV07scanForC5Field2in6fieldsAESg10Foundation4DataV_SayAE0H0OGtFZTf4nnd_n', symObjAddr: 0xCC4, symBinAddr: 0x2A4CC, symSize: 0x20C } + - { offsetInCU: 0x160A, offset: 0x793C6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0xEE0, symBinAddr: 0x2A6E8, symSize: 0x44 } + - { offsetInCU: 0x161E, offset: 0x793DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAEs0C0AAWl', symObjAddr: 0xF34, symBinAddr: 0x2A73C, symSize: 0x44 } + - { offsetInCU: 0x1632, offset: 0x793EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ExtensibleDataField_pWOc', symObjAddr: 0xF78, symBinAddr: 0x2A780, symSize: 0x44 } + - { offsetInCU: 0x1646, offset: 0x79402, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwet', symObjAddr: 0x102C, symBinAddr: 0x2A7C4, symSize: 0x90 } + - { offsetInCU: 0x165A, offset: 0x79416, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwst', symObjAddr: 0x10BC, symBinAddr: 0x2A854, symSize: 0xBC } + - { offsetInCU: 0x166E, offset: 0x7942A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwug', symObjAddr: 0x1178, symBinAddr: 0x2A910, symSize: 0x8 } + - { offsetInCU: 0x1682, offset: 0x7943E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwup', symObjAddr: 0x1180, symBinAddr: 0x2A918, symSize: 0x4 } + - { offsetInCU: 0x1696, offset: 0x79452, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwui', symObjAddr: 0x1184, symBinAddr: 0x2A91C, symSize: 0x8 } + - { offsetInCU: 0x16AA, offset: 0x79466, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOMa', symObjAddr: 0x118C, symBinAddr: 0x2A924, symSize: 0x10 } + - { offsetInCU: 0x16BE, offset: 0x7947A, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0x119C, symBinAddr: 0x2A934, symSize: 0x4 } + - { offsetInCU: 0x16D2, offset: 0x7948E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwet', symObjAddr: 0x11A0, symBinAddr: 0x2A938, symSize: 0x50 } + - { offsetInCU: 0x16E6, offset: 0x794A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwst', symObjAddr: 0x11F0, symBinAddr: 0x2A988, symSize: 0x8C } + - { offsetInCU: 0x16FA, offset: 0x794B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwug', symObjAddr: 0x127C, symBinAddr: 0x2AA14, symSize: 0x8 } + - { offsetInCU: 0x170E, offset: 0x794CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwup', symObjAddr: 0x1284, symBinAddr: 0x2AA1C, symSize: 0x4 } + - { offsetInCU: 0x1722, offset: 0x794DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwui', symObjAddr: 0x1288, symBinAddr: 0x2AA20, symSize: 0x4 } + - { offsetInCU: 0x1736, offset: 0x794F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOMa', symObjAddr: 0x128C, symBinAddr: 0x2AA24, symSize: 0x10 } + - { offsetInCU: 0x174A, offset: 0x79506, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwCP', symObjAddr: 0x129C, symBinAddr: 0x2AA34, symSize: 0x30 } + - { offsetInCU: 0x175E, offset: 0x7951A, size: 0x8, addend: 0x0, symName: ___swift_memcpy36_8, symObjAddr: 0x12CC, symBinAddr: 0x2AA64, symSize: 0x14 } + - { offsetInCU: 0x1772, offset: 0x7952E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwet', symObjAddr: 0x12E0, symBinAddr: 0x2AA78, symSize: 0x20 } + - { offsetInCU: 0x1786, offset: 0x79542, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwst', symObjAddr: 0x1300, symBinAddr: 0x2AA98, symSize: 0x30 } + - { offsetInCU: 0x179A, offset: 0x79556, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVMa', symObjAddr: 0x1330, symBinAddr: 0x2AAC8, symSize: 0x10 } + - { offsetInCU: 0x17AE, offset: 0x7956A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASQWb', symObjAddr: 0x1340, symBinAddr: 0x2AAD8, symSize: 0x4 } + - { offsetInCU: 0x17C2, offset: 0x7957E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAESQAAWl', symObjAddr: 0x1344, symBinAddr: 0x2AADC, symSize: 0x44 } + - { offsetInCU: 0x17D6, offset: 0x79592, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASQWb', symObjAddr: 0x1388, symBinAddr: 0x2AB20, symSize: 0x4 } + - { offsetInCU: 0x17EA, offset: 0x795A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOAGSQAAWl', symObjAddr: 0x138C, symBinAddr: 0x2AB24, symSize: 0x44 } + - { offsetInCU: 0x185C, offset: 0x79618, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x7C, symBinAddr: 0x29884, symSize: 0x3C } + - { offsetInCU: 0x18F8, offset: 0x796B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0xB8, symBinAddr: 0x298C0, symSize: 0x4 } + - { offsetInCU: 0x1914, offset: 0x796D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0xBC, symBinAddr: 0x298C4, symSize: 0x4 } + - { offsetInCU: 0x1930, offset: 0x796EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0xC0, symBinAddr: 0x298C8, symSize: 0x4 } + - { offsetInCU: 0x194C, offset: 0x79708, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xC4, symBinAddr: 0x298CC, symSize: 0x4 } + - { offsetInCU: 0x1A99, offset: 0x79855, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA28, symBinAddr: 0x2A230, symSize: 0x40 } + - { offsetInCU: 0x43, offset: 0x79AFB, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOh', symObjAddr: 0x428, symBinAddr: 0x2AF50, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x79C4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2AF90, symSize: 0x260 } + - { offsetInCU: 0x91, offset: 0x79CB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2AF90, symSize: 0x260 } + - { offsetInCU: 0x264, offset: 0x79E88, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfcTo', symObjAddr: 0x260, symBinAddr: 0x2B1F0, symSize: 0x20 } + - { offsetInCU: 0x2AA, offset: 0x79ECE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x280, symBinAddr: 0x2B210, symSize: 0x7C } + - { offsetInCU: 0x2F1, offset: 0x79F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfc', symObjAddr: 0x2FC, symBinAddr: 0x2B28C, symSize: 0x118 } + - { offsetInCU: 0x353, offset: 0x79F77, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x414, symBinAddr: 0x2B3A4, symSize: 0x4C } + - { offsetInCU: 0x38D, offset: 0x79FB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17markRenderUpdates8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x460, symBinAddr: 0x2B3F0, symSize: 0x14C } + - { offsetInCU: 0x510, offset: 0x7A134, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15hasRenderUpdate8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x5AC, symBinAddr: 0x2B53C, symSize: 0x8 } + - { offsetInCU: 0x547, offset: 0x7A16B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x5B4, symBinAddr: 0x2B544, symSize: 0x4 } + - { offsetInCU: 0x5E4, offset: 0x7A208, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17updateRenderScaleyyF', symObjAddr: 0x5B8, symBinAddr: 0x2B548, symSize: 0x144 } + - { offsetInCU: 0x7D7, offset: 0x7A3FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfD', symObjAddr: 0x6FC, symBinAddr: 0x2B68C, symSize: 0x30 } + - { offsetInCU: 0x894, offset: 0x7A4B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfETo', symObjAddr: 0x72C, symBinAddr: 0x2B6BC, symSize: 0x10 } + - { offsetInCU: 0x8C3, offset: 0x7A4E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCMa', symObjAddr: 0x73C, symBinAddr: 0x2B6CC, symSize: 0x20 } + - { offsetInCU: 0x8D7, offset: 0x7A4FB, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0x798, symBinAddr: 0x2B6EC, symSize: 0x20 } + - { offsetInCU: 0xBF, offset: 0x7A7EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x28, symBinAddr: 0x2B70C, symSize: 0x1F4 } + - { offsetInCU: 0x53F, offset: 0x7AC6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x21C, symBinAddr: 0x2B900, symSize: 0xC } + - { offsetInCU: 0x57A, offset: 0x7ACA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x228, symBinAddr: 0x2B90C, symSize: 0x20 } + - { offsetInCU: 0x5B4, offset: 0x7ACE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0x248, symBinAddr: 0x2B92C, symSize: 0xC } + - { offsetInCU: 0x60D, offset: 0x7AD3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x254, symBinAddr: 0x2B938, symSize: 0xC } + - { offsetInCU: 0x666, offset: 0x7AD95, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x260, symBinAddr: 0x2B944, symSize: 0xC } + - { offsetInCU: 0x7FD, offset: 0x7AF2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvg', symObjAddr: 0x26C, symBinAddr: 0x2B950, symSize: 0xA4 } + - { offsetInCU: 0x87B, offset: 0x7AFAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x310, symBinAddr: 0x2B9F4, symSize: 0x9C } + - { offsetInCU: 0x8F9, offset: 0x7B028, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x3AC, symBinAddr: 0x2BA90, symSize: 0x26C } + - { offsetInCU: 0xC1F, offset: 0x7B34E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x618, symBinAddr: 0x2BCFC, symSize: 0x278 } + - { offsetInCU: 0xF45, offset: 0x7B674, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x890, symBinAddr: 0x2BF74, symSize: 0x270 } + - { offsetInCU: 0x127A, offset: 0x7B9A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB00, symBinAddr: 0x2C1E4, symSize: 0x20 } + - { offsetInCU: 0x1296, offset: 0x7B9C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB20, symBinAddr: 0x2C204, symSize: 0x20 } + - { offsetInCU: 0x12B2, offset: 0x7B9E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0xB40, symBinAddr: 0x2C224, symSize: 0x20 } + - { offsetInCU: 0x12CE, offset: 0x7B9FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB60, symBinAddr: 0x2C244, symSize: 0x20 } + - { offsetInCU: 0x12EA, offset: 0x7BA19, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB80, symBinAddr: 0x2C264, symSize: 0x20 } + - { offsetInCU: 0x13D6, offset: 0x7BB05, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addDropShadowAnimations3for7contextyAC0dE5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xBA0, symBinAddr: 0x2C284, symSize: 0x224 } + - { offsetInCU: 0x15C8, offset: 0x7BCF7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xDC4, symBinAddr: 0x2C4A8, symSize: 0x1C4 } + - { offsetInCU: 0x1769, offset: 0x7BE98, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xF88, symBinAddr: 0x2C66C, symSize: 0x130 } + - { offsetInCU: 0x1955, offset: 0x7C084, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x10B8, symBinAddr: 0x2C79C, symSize: 0x22C } + - { offsetInCU: 0x1B12, offset: 0x7C241, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6CGSizeVAC0B8Vector1DV_ANtXEfU_', symObjAddr: 0x12E4, symBinAddr: 0x2C9C8, symSize: 0x60 } + - { offsetInCU: 0x1C10, offset: 0x7C33F, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie8KeyframeCyAH0F8Vector1DVG_Tg5', symObjAddr: 0x1384, symBinAddr: 0x2CA28, symSize: 0x154 } + - { offsetInCU: 0x1E4F, offset: 0x7C57E, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie14PathOutputNodeC_Tg5', symObjAddr: 0x1660, symBinAddr: 0x2CD04, symSize: 0x150 } + - { offsetInCU: 0x2105, offset: 0x7C834, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x2050, symBinAddr: 0x2D694, symSize: 0x8 } + - { offsetInCU: 0x2119, offset: 0x7C848, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x2058, symBinAddr: 0x2D69C, symSize: 0x5C } + - { offsetInCU: 0x2138, offset: 0x7C867, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x2108, symBinAddr: 0x2D708, symSize: 0x18 } + - { offsetInCU: 0x2150, offset: 0x7C87F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x2108, symBinAddr: 0x2D708, symSize: 0x18 } + - { offsetInCU: 0x2161, offset: 0x7C890, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x2198, symBinAddr: 0x2D798, symSize: 0x8 } + - { offsetInCU: 0x242F, offset: 0x7CB5E, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F41CRbzlFSbAHXEfU_AA014Vector1DEffectF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1938, symBinAddr: 0x2CFDC, symSize: 0x15C } + - { offsetInCU: 0x25B2, offset: 0x7CCE1, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F32CRbzlFSbAHXEfU_AA05ColorcF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1A94, symBinAddr: 0x2D138, symSize: 0x15C } + - { offsetInCU: 0x274A, offset: 0x7CE79, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVyAByxGqd__c7ElementQyd__RszSTRd__lufC6Lottie8KeyframeCyAF0D8Vector1DVG_SayAKGTg5Tf4nd_n', symObjAddr: 0x1BF0, symBinAddr: 0x2D294, symSize: 0xC4 } + - { offsetInCU: 0x75, offset: 0x7D250, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x2D7A4, symSize: 0x58 } + - { offsetInCU: 0xDA, offset: 0x7D2B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCACycfcTo', symObjAddr: 0x58, symBinAddr: 0x2D7FC, symSize: 0x2C } + - { offsetInCU: 0x169, offset: 0x7D344, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5layerACyp_tcfcTo', symObjAddr: 0x84, symBinAddr: 0x2D828, symSize: 0x54 } + - { offsetInCU: 0x1D0, offset: 0x7D3AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCfD', symObjAddr: 0xD8, symBinAddr: 0x2D87C, symSize: 0x30 } + - { offsetInCU: 0x338, offset: 0x7D513, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF', symObjAddr: 0x108, symBinAddr: 0x2D8AC, symSize: 0x2EC } + - { offsetInCU: 0x5F1, offset: 0x7D7CC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tFSSyXEfu_TA', symObjAddr: 0x3F4, symBinAddr: 0x2DB98, symSize: 0x30 } + - { offsetInCU: 0x62F, offset: 0x7D80A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x424, symBinAddr: 0x2DBC8, symSize: 0x8 } + - { offsetInCU: 0x643, offset: 0x7D81E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCMa', symObjAddr: 0x9C8, symBinAddr: 0x2E15C, symSize: 0x20 } + - { offsetInCU: 0x27E, offset: 0x7DD0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6renderyySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x2EAC8, symSize: 0x9C8 } + - { offsetInCU: 0xCFF, offset: 0x7E790, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x9C8, symBinAddr: 0x2F490, symSize: 0x44 } + - { offsetInCU: 0xD76, offset: 0x7E807, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfD', symObjAddr: 0xA14, symBinAddr: 0x2F4DC, symSize: 0x2C } + - { offsetInCU: 0xDEE, offset: 0x7E87F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xA60, symBinAddr: 0x2F528, symSize: 0xC } + - { offsetInCU: 0xE20, offset: 0x7E8B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeI0C_tFTW', symObjAddr: 0xA6C, symBinAddr: 0x2F534, symSize: 0x4 } + - { offsetInCU: 0xE3C, offset: 0x7E8CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xA70, symBinAddr: 0x2F538, symSize: 0x4 } + - { offsetInCU: 0xE58, offset: 0x7E8E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xA74, symBinAddr: 0x2F53C, symSize: 0x20 } + - { offsetInCU: 0xED0, offset: 0x7E961, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfE', symObjAddr: 0xA0C, symBinAddr: 0x2F4D4, symSize: 0x8 } + - { offsetInCU: 0xEFD, offset: 0x7E98E, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCMa', symObjAddr: 0xA40, symBinAddr: 0x2F508, symSize: 0x20 } + - { offsetInCU: 0xF11, offset: 0x7E9A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOh', symObjAddr: 0xB04, symBinAddr: 0x2F58C, symSize: 0x40 } + - { offsetInCU: 0xF25, offset: 0x7E9B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOb', symObjAddr: 0xB44, symBinAddr: 0x2F5CC, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0x7ED64, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x2F6CC, symSize: 0x10 } + - { offsetInCU: 0x69, offset: 0x7ED82, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfc', symObjAddr: 0x10, symBinAddr: 0x2F6DC, symSize: 0x8 } + - { offsetInCU: 0x98, offset: 0x7EDB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF', symObjAddr: 0x18, symBinAddr: 0x2F6E4, symSize: 0x48 } + - { offsetInCU: 0xC7, offset: 0x7EDE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfd', symObjAddr: 0x60, symBinAddr: 0x2F72C, symSize: 0x8 } + - { offsetInCU: 0xF6, offset: 0x7EE0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfD', symObjAddr: 0x68, symBinAddr: 0x2F734, symSize: 0x10 } + - { offsetInCU: 0x15B, offset: 0x7EE74, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCAA09AnimationcD0A2aDP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x78, symBinAddr: 0x2F744, symSize: 0x48 } + - { offsetInCU: 0x1A3, offset: 0x7EEBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0xC0, symBinAddr: 0x2F78C, symSize: 0x8 } + - { offsetInCU: 0x1E6, offset: 0x7EEFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC8, symBinAddr: 0x2F794, symSize: 0x8 } + - { offsetInCU: 0x202, offset: 0x7EF1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCMa', symObjAddr: 0xD8, symBinAddr: 0x2F7A4, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x7F0B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x2F7D8, symSize: 0x5C } + - { offsetInCU: 0x4B, offset: 0x7F0DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ', symObjAddr: 0x218, symBinAddr: 0x1E3A48, symSize: 0x0 } + - { offsetInCU: 0x70, offset: 0x7F102, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x2F7D8, symSize: 0x5C } + - { offsetInCU: 0xB0, offset: 0x7F142, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ', symObjAddr: 0x5C, symBinAddr: 0x2F834, symSize: 0x70 } + - { offsetInCU: 0xE8, offset: 0x7F17A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ', symObjAddr: 0xCC, symBinAddr: 0x2F8A4, symSize: 0x80 } + - { offsetInCU: 0x130, offset: 0x7F1C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ', symObjAddr: 0x14C, symBinAddr: 0x2F924, symSize: 0x6C } + - { offsetInCU: 0x168, offset: 0x7F1FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ.resume.0', symObjAddr: 0x1B8, symBinAddr: 0x2F990, symSize: 0x4 } + - { offsetInCU: 0x194, offset: 0x7F226, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheOMa', symObjAddr: 0x1BC, symBinAddr: 0x2F994, symSize: 0x10 } + - { offsetInCU: 0x1A8, offset: 0x7F23A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAcA0cD8ProviderAAWl', symObjAddr: 0x1CC, symBinAddr: 0x2F9A4, symSize: 0x48 } + - { offsetInCU: 0x388, offset: 0x7F734, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC04textC5Model7contextAcA0bcE0C_AA0C7ContextVtKcfc', symObjAddr: 0x0, symBinAddr: 0x2F9EC, symSize: 0x14C } + - { offsetInCU: 0x433, offset: 0x7F7DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC015configureRenderC04withyAA0C7ContextV_tKF', symObjAddr: 0x14C, symBinAddr: 0x2FB38, symSize: 0x8D4 } + - { offsetInCU: 0xAC1, offset: 0x7FE6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xA20, symBinAddr: 0x3040C, symSize: 0xAC } + - { offsetInCU: 0xB0B, offset: 0x7FEB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfc', symObjAddr: 0xACC, symBinAddr: 0x304B8, symSize: 0x200 } + - { offsetInCU: 0xBDB, offset: 0x7FF87, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfcTo', symObjAddr: 0xCCC, symBinAddr: 0x306B8, symSize: 0x4C } + - { offsetInCU: 0xBF7, offset: 0x7FFA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0xD18, symBinAddr: 0x30704, symSize: 0x758 } + - { offsetInCU: 0xEA5, offset: 0x80251, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfD', symObjAddr: 0x149C, symBinAddr: 0x30E88, symSize: 0x34 } + - { offsetInCU: 0x123F, offset: 0x805EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfE', symObjAddr: 0x1470, symBinAddr: 0x30E5C, symSize: 0x2C } + - { offsetInCU: 0x126C, offset: 0x80618, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfETo', symObjAddr: 0x14D0, symBinAddr: 0x30EBC, symSize: 0x38 } + - { offsetInCU: 0x129B, offset: 0x80647, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCMa', symObjAddr: 0x1508, symBinAddr: 0x30EF4, symSize: 0x20 } + - { offsetInCU: 0x12BA, offset: 0x80666, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFAA12TextDocumentC_Tg5Tf4nnddn_g', symObjAddr: 0x15B0, symBinAddr: 0x30F60, symSize: 0xA0 } + - { offsetInCU: 0x135B, offset: 0x80707, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x1650, symBinAddr: 0x31000, symSize: 0x8 } + - { offsetInCU: 0x136F, offset: 0x8071B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x1658, symBinAddr: 0x31008, symSize: 0x8 } + - { offsetInCU: 0x1383, offset: 0x8072F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_TA', symObjAddr: 0x1728, symBinAddr: 0x31010, symSize: 0x8 } + - { offsetInCU: 0x1397, offset: 0x80743, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOy', symObjAddr: 0x1730, symBinAddr: 0x31018, symSize: 0x10 } + - { offsetInCU: 0x677, offset: 0x81196, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFAA12TextDocumentC_Tg5', symObjAddr: 0x1744, symBinAddr: 0x32824, symSize: 0x60 } + - { offsetInCU: 0x7A1, offset: 0x812C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC04textD00E8Provider04fontF0013rootAnimationD0AcA0bD5ModelC_AA0i7KeypathbF0_pAA0i4FontF0_pAA010MainThreadiD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x310E0, symSize: 0x500 } + - { offsetInCU: 0xB77, offset: 0x81696, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x500, symBinAddr: 0x315E0, symSize: 0xCC } + - { offsetInCU: 0xBC1, offset: 0x816E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x5CC, symBinAddr: 0x316AC, symSize: 0x240 } + - { offsetInCU: 0xC5A, offset: 0x81779, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x80C, symBinAddr: 0x318EC, symSize: 0x4C } + - { offsetInCU: 0xC76, offset: 0x81795, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC20fullAnimationKeypathAA0fG0Vvg', symObjAddr: 0x858, symBinAddr: 0x31938, symSize: 0x234 } + - { offsetInCU: 0xDC1, offset: 0x818E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xA8C, symBinAddr: 0x31B6C, symSize: 0xCB8 } + - { offsetInCU: 0x161D, offset: 0x8213C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x17A4, symBinAddr: 0x32884, symSize: 0x54 } + - { offsetInCU: 0x16A6, offset: 0x821C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfD', symObjAddr: 0x1874, symBinAddr: 0x32954, symSize: 0x34 } + - { offsetInCU: 0x192E, offset: 0x8244D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfE', symObjAddr: 0x17F8, symBinAddr: 0x328D8, symSize: 0x7C } + - { offsetInCU: 0x195B, offset: 0x8247A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfETo', symObjAddr: 0x18A8, symBinAddr: 0x32988, symSize: 0x88 } + - { offsetInCU: 0x198A, offset: 0x824A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCMa', symObjAddr: 0x1930, symBinAddr: 0x32A10, symSize: 0x20 } + - { offsetInCU: 0x1B28, offset: 0x82647, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1974, symBinAddr: 0x32A30, symSize: 0x4F4 } + - { offsetInCU: 0x2079, offset: 0x82B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchable_pWOb', symObjAddr: 0x1FC8, symBinAddr: 0x32F88, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x831B6, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x32FA0, symSize: 0x27C } + - { offsetInCU: 0x214, offset: 0x833A3, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x32FA0, symSize: 0x27C } + - { offsetInCU: 0x41A, offset: 0x835A9, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKFSo9CGPathRefaAI8KeyframeVXEfU_', symObjAddr: 0x27C, symBinAddr: 0x3321C, symSize: 0xAC } + - { offsetInCU: 0x590, offset: 0x8371F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x328, symBinAddr: 0x332C8, symSize: 0x104 } + - { offsetInCU: 0x661, offset: 0x837F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x42C, symBinAddr: 0x333CC, symSize: 0x4 } + - { offsetInCU: 0x67E, offset: 0x8380D, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSgWOb', symObjAddr: 0x454, symBinAddr: 0x333F4, symSize: 0x48 } + - { offsetInCU: 0x692, offset: 0x83821, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x4DC, symBinAddr: 0x3343C, symSize: 0x8 } + - { offsetInCU: 0x6A6, offset: 0x83835, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x4E4, symBinAddr: 0x33444, symSize: 0x5C } + - { offsetInCU: 0x6BA, offset: 0x83849, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwCP', symObjAddr: 0x584, symBinAddr: 0x334A0, symSize: 0x30 } + - { offsetInCU: 0x6CE, offset: 0x8385D, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x5B8, symBinAddr: 0x334D0, symSize: 0x14 } + - { offsetInCU: 0x6E2, offset: 0x83871, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwet', symObjAddr: 0x5CC, symBinAddr: 0x334E4, symSize: 0x20 } + - { offsetInCU: 0x6F6, offset: 0x83885, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwst', symObjAddr: 0x5EC, symBinAddr: 0x33504, symSize: 0x38 } + - { offsetInCU: 0x70A, offset: 0x83899, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVMa', symObjAddr: 0x624, symBinAddr: 0x3353C, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x83B30, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x3354C, symSize: 0x1A4 } + - { offsetInCU: 0x4F, offset: 0x83B54, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding12CoreGraphics7CGFloatVvpZ', symObjAddr: 0x4340, symBinAddr: 0x201B38, symSize: 0x0 } + - { offsetInCU: 0x7A, offset: 0x83B7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x3354C, symSize: 0x1A4 } + - { offsetInCU: 0x10A, offset: 0x83C0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tF', symObjAddr: 0x1A4, symBinAddr: 0x336F0, symSize: 0x164 } + - { offsetInCU: 0x1FC, offset: 0x83D01, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCACycfcTo', symObjAddr: 0x308, symBinAddr: 0x33854, symSize: 0x50 } + - { offsetInCU: 0x25F, offset: 0x83D64, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x358, symBinAddr: 0x338A4, symSize: 0xB0 } + - { offsetInCU: 0x2CC, offset: 0x83DD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x408, symBinAddr: 0x33954, symSize: 0x58 } + - { offsetInCU: 0x30F, offset: 0x83E14, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCfD', symObjAddr: 0x460, symBinAddr: 0x339AC, symSize: 0x34 } + - { offsetInCU: 0x3E5, offset: 0x83EEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCMa', symObjAddr: 0x494, symBinAddr: 0x339E0, symSize: 0x20 } + - { offsetInCU: 0x404, offset: 0x83F09, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC6layout16superlayerBoundsySo6CGRectV_tF', symObjAddr: 0x4B4, symBinAddr: 0x33A00, symSize: 0xE4 } + - { offsetInCU: 0x4BE, offset: 0x83FC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x598, symBinAddr: 0x33AE4, symSize: 0x4 } + - { offsetInCU: 0x4DA, offset: 0x83FDF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding_WZ', symObjAddr: 0x59C, symBinAddr: 0x33AE8, symSize: 0x14 } + - { offsetInCU: 0x4F4, offset: 0x83FF9, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0x5B0, symBinAddr: 0x33AFC, symSize: 0x24 } + - { offsetInCU: 0x4F, offset: 0x84225, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ', symObjAddr: 0x17F8, symBinAddr: 0x1E3B38, symSize: 0x0 } + - { offsetInCU: 0x87, offset: 0x8425D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfC', symObjAddr: 0x0, symBinAddr: 0x33B20, symSize: 0xE0 } + - { offsetInCU: 0x11E, offset: 0x842F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfc', symObjAddr: 0xE0, symBinAddr: 0x33C00, symSize: 0xD0 } + - { offsetInCU: 0x1B2, offset: 0x84388, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ', symObjAddr: 0x2D4, symBinAddr: 0x33DB4, symSize: 0x40 } + - { offsetInCU: 0x1E9, offset: 0x843BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg', symObjAddr: 0x314, symBinAddr: 0x33DF4, symSize: 0xC } + - { offsetInCU: 0x206, offset: 0x843DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs', symObjAddr: 0x320, symBinAddr: 0x33E00, symSize: 0x40 } + - { offsetInCU: 0x292, offset: 0x84468, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM', symObjAddr: 0x360, symBinAddr: 0x33E40, symSize: 0x20 } + - { offsetInCU: 0x306, offset: 0x844DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM.resume.0', symObjAddr: 0x380, symBinAddr: 0x33E60, symSize: 0x44 } + - { offsetInCU: 0x370, offset: 0x84546, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC05clearD0yyF', symObjAddr: 0x3C4, symBinAddr: 0x33EA4, symSize: 0x70 } + - { offsetInCU: 0x3DF, offset: 0x845B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF', symObjAddr: 0x434, symBinAddr: 0x33F14, symSize: 0x34 } + - { offsetInCU: 0x408, offset: 0x845DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF', symObjAddr: 0x684, symBinAddr: 0x34164, symSize: 0x48 } + - { offsetInCU: 0x43B, offset: 0x84611, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfd', symObjAddr: 0xD5C, symBinAddr: 0x3483C, symSize: 0x1C } + - { offsetInCU: 0x476, offset: 0x8464C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfD', symObjAddr: 0xD78, symBinAddr: 0x34858, symSize: 0x24 } + - { offsetInCU: 0x4EB, offset: 0x846C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP9animation6forKeyAA0aC0CSgSS_tFTW', symObjAddr: 0xD9C, symBinAddr: 0x3487C, symSize: 0x34 } + - { offsetInCU: 0x568, offset: 0x8473E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP03setC0_6forKeyyAA0aC0C_SStFTW', symObjAddr: 0xDD0, symBinAddr: 0x348B0, symSize: 0x48 } + - { offsetInCU: 0x5B7, offset: 0x8478D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP05clearD0yyFTW', symObjAddr: 0xE18, symBinAddr: 0x348F8, symSize: 0x4 } + - { offsetInCU: 0x64E, offset: 0x84824, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0_WZ', symObjAddr: 0x1F0, symBinAddr: 0x33CD0, symSize: 0xE4 } + - { offsetInCU: 0x746, offset: 0x8491C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC5value6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x468, symBinAddr: 0x33F48, symSize: 0xF4 } + - { offsetInCU: 0x8F2, offset: 0x84AC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_So10CGImageRefaTg5', symObjAddr: 0x6CC, symBinAddr: 0x341AC, symSize: 0x228 } + - { offsetInCU: 0xA56, offset: 0x84C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA0A9AnimationCTg5', symObjAddr: 0x8F4, symBinAddr: 0x343D4, symSize: 0x234 } + - { offsetInCU: 0xBBA, offset: 0x84D90, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA03DotA4FileCTg5', symObjAddr: 0xB28, symBinAddr: 0x34608, symSize: 0x234 } + - { offsetInCU: 0xD13, offset: 0x84EE9, size: 0x8, addend: 0x0, symName: '_$s10Foundation12NotificationVIeghn_So14NSNotificationCIeyBhy_TR', symObjAddr: 0x1070, symBinAddr: 0x34B50, symSize: 0x94 } + - { offsetInCU: 0xD2B, offset: 0x84F01, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCMa', symObjAddr: 0x1304, symBinAddr: 0x34DE4, symSize: 0x20 } + - { offsetInCU: 0xD3F, offset: 0x84F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC11removeValue6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x13A0, symBinAddr: 0x34E80, symSize: 0xE4 } + - { offsetInCU: 0xDBF, offset: 0x84F95, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA03DotA4FileCTg5TA', symObjAddr: 0x1778, symBinAddr: 0x35258, symSize: 0x18 } + - { offsetInCU: 0xDD3, offset: 0x84FA9, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1790, symBinAddr: 0x35270, symSize: 0x10 } + - { offsetInCU: 0xDE7, offset: 0x84FBD, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x17A0, symBinAddr: 0x35280, symSize: 0x8 } + - { offsetInCU: 0xDFB, offset: 0x84FD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA0A9AnimationCTg5TA', symObjAddr: 0x17A8, symBinAddr: 0x35288, symSize: 0x18 } + - { offsetInCU: 0xE0F, offset: 0x84FE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_So10CGImageRefaTg5TA', symObjAddr: 0x17C0, symBinAddr: 0x352A0, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0x852E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x352D0, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x8530D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x352D0, symSize: 0x8 } + - { offsetInCU: 0x77, offset: 0x85339, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ', symObjAddr: 0x8, symBinAddr: 0x352D8, symSize: 0xC } + - { offsetInCU: 0xE5, offset: 0x853A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfC', symObjAddr: 0x5C, symBinAddr: 0x3532C, symSize: 0x180 } + - { offsetInCU: 0x1A8, offset: 0x8546A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfC', symObjAddr: 0x1DC, symBinAddr: 0x354AC, symSize: 0x124 } + - { offsetInCU: 0x217, offset: 0x854D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueSSvg', symObjAddr: 0x300, symBinAddr: 0x355D0, symSize: 0x74 } + - { offsetInCU: 0x243, offset: 0x85505, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueSSvg', symObjAddr: 0x374, symBinAddr: 0x35644, symSize: 0x50 } + - { offsetInCU: 0x2AE, offset: 0x85570, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO11descriptionSSvg', symObjAddr: 0x3C4, symBinAddr: 0x35694, symSize: 0x74 } + - { offsetInCU: 0x2F5, offset: 0x855B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x438, symBinAddr: 0x35708, symSize: 0xC } + - { offsetInCU: 0x311, offset: 0x855D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x444, symBinAddr: 0x35714, symSize: 0x24 } + - { offsetInCU: 0x32D, offset: 0x855EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x468, symBinAddr: 0x35738, symSize: 0x4 } + - { offsetInCU: 0x349, offset: 0x8560B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO11descriptionSSvg', symObjAddr: 0x46C, symBinAddr: 0x3573C, symSize: 0x50 } + - { offsetInCU: 0x378, offset: 0x8563A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASQWb', symObjAddr: 0x4BC, symBinAddr: 0x3578C, symSize: 0x4 } + - { offsetInCU: 0x38C, offset: 0x8564E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOACSQAAWl', symObjAddr: 0x4C0, symBinAddr: 0x35790, symSize: 0x44 } + - { offsetInCU: 0x3A0, offset: 0x85662, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASQWb', symObjAddr: 0x504, symBinAddr: 0x357D4, symSize: 0x4 } + - { offsetInCU: 0x3B4, offset: 0x85676, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOACSQAAWl', symObjAddr: 0x508, symBinAddr: 0x357D8, symSize: 0x44 } + - { offsetInCU: 0x3C8, offset: 0x8568A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x54C, symBinAddr: 0x3581C, symSize: 0xC } + - { offsetInCU: 0x3E4, offset: 0x856A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x558, symBinAddr: 0x35828, symSize: 0x24 } + - { offsetInCU: 0x400, offset: 0x856C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x57C, symBinAddr: 0x3584C, symSize: 0x4 } + - { offsetInCU: 0x41C, offset: 0x856DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwet', symObjAddr: 0x590, symBinAddr: 0x35850, symSize: 0xA4 } + - { offsetInCU: 0x430, offset: 0x856F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwst', symObjAddr: 0x634, symBinAddr: 0x358F4, symSize: 0xC4 } + - { offsetInCU: 0x444, offset: 0x85706, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwug', symObjAddr: 0x6F8, symBinAddr: 0x359B8, symSize: 0x14 } + - { offsetInCU: 0x458, offset: 0x8571A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwup', symObjAddr: 0x70C, symBinAddr: 0x359CC, symSize: 0x4 } + - { offsetInCU: 0x46C, offset: 0x8572E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwui', symObjAddr: 0x710, symBinAddr: 0x359D0, symSize: 0x10 } + - { offsetInCU: 0x480, offset: 0x85742, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOMa', symObjAddr: 0x720, symBinAddr: 0x359E0, symSize: 0x10 } + - { offsetInCU: 0x494, offset: 0x85756, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwet', symObjAddr: 0x730, symBinAddr: 0x359F0, symSize: 0x90 } + - { offsetInCU: 0x4A8, offset: 0x8576A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwst', symObjAddr: 0x7C0, symBinAddr: 0x35A80, symSize: 0xBC } + - { offsetInCU: 0x4BC, offset: 0x8577E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwug', symObjAddr: 0x87C, symBinAddr: 0x35B3C, symSize: 0x8 } + - { offsetInCU: 0x4D0, offset: 0x85792, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwup', symObjAddr: 0x884, symBinAddr: 0x35B44, symSize: 0x4 } + - { offsetInCU: 0x4E4, offset: 0x857A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwui', symObjAddr: 0x888, symBinAddr: 0x35B48, symSize: 0xC } + - { offsetInCU: 0x4F8, offset: 0x857BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOMa', symObjAddr: 0x894, symBinAddr: 0x35B54, symSize: 0x10 } + - { offsetInCU: 0x51D, offset: 0x857DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x352E4, symSize: 0x8 } + - { offsetInCU: 0x539, offset: 0x857FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C, symBinAddr: 0x352EC, symSize: 0x8 } + - { offsetInCU: 0x555, offset: 0x85817, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x24, symBinAddr: 0x352F4, symSize: 0x8 } + - { offsetInCU: 0x571, offset: 0x85833, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2C, symBinAddr: 0x352FC, symSize: 0xC } + - { offsetInCU: 0x58D, offset: 0x8584F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x38, symBinAddr: 0x35308, symSize: 0xC } + - { offsetInCU: 0x5A9, offset: 0x8586B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH9hashValueSivgTW', symObjAddr: 0x44, symBinAddr: 0x35314, symSize: 0x8 } + - { offsetInCU: 0x5C5, offset: 0x85887, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4C, symBinAddr: 0x3531C, symSize: 0x8 } + - { offsetInCU: 0x5E1, offset: 0x858A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x54, symBinAddr: 0x35324, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x85A36, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x35B64, symSize: 0x2B4 } + - { offsetInCU: 0x195, offset: 0x85BA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x35B64, symSize: 0x2B4 } + - { offsetInCU: 0x377, offset: 0x85D82, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC03addC6LayersyySayAA0c11CompositionB0CGF', symObjAddr: 0x2B4, symBinAddr: 0x35E18, symSize: 0x3BC } + - { offsetInCU: 0x5EA, offset: 0x85FF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCfD', symObjAddr: 0x670, symBinAddr: 0x361D4, symSize: 0x34 } + - { offsetInCU: 0x686, offset: 0x86091, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCMa', symObjAddr: 0x6A4, symBinAddr: 0x36208, symSize: 0x20 } + - { offsetInCU: 0x69A, offset: 0x860A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOc', symObjAddr: 0x6C4, symBinAddr: 0x36228, symSize: 0x44 } + - { offsetInCU: 0x27, offset: 0x8632C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x3626C, symSize: 0x70 } + - { offsetInCU: 0x81, offset: 0x86386, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x3626C, symSize: 0x70 } + - { offsetInCU: 0xC8, offset: 0x863CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc', symObjAddr: 0x70, symBinAddr: 0x362DC, symSize: 0xAC } + - { offsetInCU: 0x131, offset: 0x86436, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfC', symObjAddr: 0x11C, symBinAddr: 0x36388, symSize: 0x78 } + - { offsetInCU: 0x17F, offset: 0x86484, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc', symObjAddr: 0x194, symBinAddr: 0x36400, symSize: 0x64 } + - { offsetInCU: 0x1B2, offset: 0x864B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x1F8, symBinAddr: 0x36464, symSize: 0x558 } + - { offsetInCU: 0x31F, offset: 0x86624, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_', symObjAddr: 0x790, symBinAddr: 0x369BC, symSize: 0x90 } + - { offsetInCU: 0x3F6, offset: 0x866FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x820, symBinAddr: 0x36A4C, symSize: 0x10 } + - { offsetInCU: 0x419, offset: 0x8671E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfd', symObjAddr: 0x830, symBinAddr: 0x36A5C, symSize: 0x54 } + - { offsetInCU: 0x456, offset: 0x8675B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfD', symObjAddr: 0x884, symBinAddr: 0x36AB0, symSize: 0x60 } + - { offsetInCU: 0x4A3, offset: 0x867A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x8E4, symBinAddr: 0x36B10, symSize: 0x20 } + - { offsetInCU: 0x4E9, offset: 0x867EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x904, symBinAddr: 0x36B30, symSize: 0x14 } + - { offsetInCU: 0x5BE, offset: 0x868C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x918, symBinAddr: 0x36B44, symSize: 0x14 } + - { offsetInCU: 0x623, offset: 0x86928, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x92C, symBinAddr: 0x36B58, symSize: 0x1C } + - { offsetInCU: 0x655, offset: 0x8695A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_TA', symObjAddr: 0x948, symBinAddr: 0x36B74, symSize: 0x8 } + - { offsetInCU: 0x669, offset: 0x8696E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x950, symBinAddr: 0x36B7C, symSize: 0x8 } + - { offsetInCU: 0x67D, offset: 0x86982, size: 0x8, addend: 0x0, symName: '_$sSo6NSDataC10contentsOf7optionsAB10Foundation3URLV_So0A14ReadingOptionsVtKcfcTO', symObjAddr: 0x998, symBinAddr: 0x36B84, symSize: 0x120 } + - { offsetInCU: 0x69C, offset: 0x869A1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0xAB8, symBinAddr: 0x36CA4, symSize: 0x50 } + - { offsetInCU: 0x6B0, offset: 0x869B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMU', symObjAddr: 0xB4C, symBinAddr: 0x36CF4, symSize: 0x8 } + - { offsetInCU: 0x6C4, offset: 0x869C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMa', symObjAddr: 0xB54, symBinAddr: 0x36CFC, symSize: 0x3C } + - { offsetInCU: 0x6D8, offset: 0x869DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMr', symObjAddr: 0xB90, symBinAddr: 0x36D38, symSize: 0x74 } + - { offsetInCU: 0x4B, offset: 0x86C5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x36DE0, symSize: 0x10 } + - { offsetInCU: 0x69, offset: 0x86C7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfc', symObjAddr: 0x304, symBinAddr: 0x370E4, symSize: 0x8 } + - { offsetInCU: 0x98, offset: 0x86CAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x3DC, symBinAddr: 0x370EC, symSize: 0x30 } + - { offsetInCU: 0xC3, offset: 0x86CD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF', symObjAddr: 0x40C, symBinAddr: 0x3711C, symSize: 0x30 } + - { offsetInCU: 0xFE, offset: 0x86D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfd', symObjAddr: 0x43C, symBinAddr: 0x3714C, symSize: 0x8 } + - { offsetInCU: 0x12D, offset: 0x86D40, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfD', symObjAddr: 0x444, symBinAddr: 0x37154, symSize: 0x10 } + - { offsetInCU: 0x192, offset: 0x86DA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x460, symBinAddr: 0x37170, symSize: 0x30 } + - { offsetInCU: 0x1DA, offset: 0x86DED, size: 0x8, addend: 0x0, symName: '_$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF', symObjAddr: 0x10, symBinAddr: 0x36DF0, symSize: 0xC } + - { offsetInCU: 0x251, offset: 0x86E64, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfC', symObjAddr: 0x1C, symBinAddr: 0x36DFC, symSize: 0x30 } + - { offsetInCU: 0x296, offset: 0x86EA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc', symObjAddr: 0x4C, symBinAddr: 0x36E2C, symSize: 0xC } + - { offsetInCU: 0x2BD, offset: 0x86ED0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF', symObjAddr: 0x58, symBinAddr: 0x36E38, symSize: 0x198 } + - { offsetInCU: 0x462, offset: 0x87075, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x1F0, symBinAddr: 0x36FD0, symSize: 0xAC } + - { offsetInCU: 0x4D3, offset: 0x870E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfd', symObjAddr: 0x29C, symBinAddr: 0x3707C, symSize: 0x1C } + - { offsetInCU: 0x50E, offset: 0x87121, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfD', symObjAddr: 0x2B8, symBinAddr: 0x37098, symSize: 0x24 } + - { offsetInCU: 0x559, offset: 0x8716C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x2DC, symBinAddr: 0x370BC, symSize: 0x4 } + - { offsetInCU: 0x575, offset: 0x87188, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x2E0, symBinAddr: 0x370C0, symSize: 0x4 } + - { offsetInCU: 0x5FB, offset: 0x8720E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x2E4, symBinAddr: 0x370C4, symSize: 0xC } + - { offsetInCU: 0x675, offset: 0x87288, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2F0, symBinAddr: 0x370D0, symSize: 0x14 } + - { offsetInCU: 0x6CD, offset: 0x872E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x454, symBinAddr: 0x37164, symSize: 0xC } + - { offsetInCU: 0x6E9, offset: 0x872FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x490, symBinAddr: 0x371A0, symSize: 0x8 } + - { offsetInCU: 0x72C, offset: 0x8733F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x498, symBinAddr: 0x371A8, symSize: 0x8 } + - { offsetInCU: 0x774, offset: 0x87387, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCMa', symObjAddr: 0x73C, symBinAddr: 0x3744C, symSize: 0x20 } + - { offsetInCU: 0x788, offset: 0x8739B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCMa', symObjAddr: 0x770, symBinAddr: 0x37480, symSize: 0x20 } + - { offsetInCU: 0x848, offset: 0x8745B, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SSTg5Tf4nnd_n', symObjAddr: 0x4A0, symBinAddr: 0x371B0, symSize: 0x28C } + - { offsetInCU: 0x27, offset: 0x8769F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x374B4, symSize: 0x9B0 } + - { offsetInCU: 0x24E, offset: 0x878C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x374B4, symSize: 0x9B0 } + - { offsetInCU: 0x91A, offset: 0x87F92, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfd', symObjAddr: 0x9B0, symBinAddr: 0x37E64, symSize: 0x74 } + - { offsetInCU: 0x947, offset: 0x87FBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfD', symObjAddr: 0xA24, symBinAddr: 0x37ED8, symSize: 0x1C } + - { offsetInCU: 0x983, offset: 0x87FFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xA60, symBinAddr: 0x37F14, symSize: 0xC } + - { offsetInCU: 0x9C4, offset: 0x8803C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xA6C, symBinAddr: 0x37F20, symSize: 0x30 } + - { offsetInCU: 0xA05, offset: 0x8807D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xA9C, symBinAddr: 0x37F50, symSize: 0xC } + - { offsetInCU: 0xA37, offset: 0x880AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAA8, symBinAddr: 0x37F5C, symSize: 0xC } + - { offsetInCU: 0xA65, offset: 0x880DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCMa', symObjAddr: 0xA40, symBinAddr: 0x37EF4, symSize: 0x20 } + - { offsetInCU: 0xAD3, offset: 0x8814B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC9transformAcA0C0C_tcfc', symObjAddr: 0xAB4, symBinAddr: 0x37F68, symSize: 0x168 } + - { offsetInCU: 0xB7B, offset: 0x881F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCfD', symObjAddr: 0xC1C, symBinAddr: 0x380D0, symSize: 0x34 } + - { offsetInCU: 0xBDC, offset: 0x88254, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xC70, symBinAddr: 0x38124, symSize: 0x44 } + - { offsetInCU: 0xC28, offset: 0x882A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xCB4, symBinAddr: 0x38168, symSize: 0x24 } + - { offsetInCU: 0xC69, offset: 0x882E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xCD8, symBinAddr: 0x3818C, symSize: 0xC } + - { offsetInCU: 0xCAA, offset: 0x88322, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xCE4, symBinAddr: 0x38198, symSize: 0x4 } + - { offsetInCU: 0xCCA, offset: 0x88342, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xCE4, symBinAddr: 0x38198, symSize: 0x4 } + - { offsetInCU: 0xCEB, offset: 0x88363, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xCE8, symBinAddr: 0x3819C, symSize: 0x8 } + - { offsetInCU: 0xD0B, offset: 0x88383, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xCE8, symBinAddr: 0x3819C, symSize: 0x8 } + - { offsetInCU: 0xD2C, offset: 0x883A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xCF0, symBinAddr: 0x381A4, symSize: 0x8 } + - { offsetInCU: 0xD4C, offset: 0x883C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xCF0, symBinAddr: 0x381A4, symSize: 0x8 } + - { offsetInCU: 0xD6D, offset: 0x883E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xCF8, symBinAddr: 0x381AC, symSize: 0x8 } + - { offsetInCU: 0xD8D, offset: 0x88405, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xCF8, symBinAddr: 0x381AC, symSize: 0x8 } + - { offsetInCU: 0xDAE, offset: 0x88426, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xD00, symBinAddr: 0x381B4, symSize: 0x8 } + - { offsetInCU: 0xDCE, offset: 0x88446, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xD00, symBinAddr: 0x381B4, symSize: 0x8 } + - { offsetInCU: 0xDEF, offset: 0x88467, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xD08, symBinAddr: 0x381BC, symSize: 0x8 } + - { offsetInCU: 0xE0F, offset: 0x88487, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xD08, symBinAddr: 0x381BC, symSize: 0x8 } + - { offsetInCU: 0xE30, offset: 0x884A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xD10, symBinAddr: 0x381C4, symSize: 0x8 } + - { offsetInCU: 0xE50, offset: 0x884C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xD10, symBinAddr: 0x381C4, symSize: 0x8 } + - { offsetInCU: 0xE71, offset: 0x884E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xD18, symBinAddr: 0x381CC, symSize: 0xC } + - { offsetInCU: 0xE91, offset: 0x88509, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xD18, symBinAddr: 0x381CC, symSize: 0xC } + - { offsetInCU: 0xEB2, offset: 0x8852A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xD24, symBinAddr: 0x381D8, symSize: 0x10 } + - { offsetInCU: 0xED2, offset: 0x8854A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xD24, symBinAddr: 0x381D8, symSize: 0x10 } + - { offsetInCU: 0xF0E, offset: 0x88586, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xD34, symBinAddr: 0x381E8, symSize: 0x18 } + - { offsetInCU: 0xF4D, offset: 0x885C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xD4C, symBinAddr: 0x38200, symSize: 0x41C } + - { offsetInCU: 0x12C1, offset: 0x88939, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCMa', symObjAddr: 0xC50, symBinAddr: 0x38104, symSize: 0x20 } + - { offsetInCU: 0x13FD, offset: 0x88A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOc', symObjAddr: 0x1168, symBinAddr: 0x3861C, symSize: 0x44 } + - { offsetInCU: 0x1411, offset: 0x88A89, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOb', symObjAddr: 0x1264, symBinAddr: 0x38660, symSize: 0x18 } + - { offsetInCU: 0x75, offset: 0x88DE1, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x1C0, symBinAddr: 0x38838, symSize: 0x130 } + - { offsetInCU: 0x111, offset: 0x88E7D, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSDySSypGSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x478, symBinAddr: 0x38AF0, symSize: 0x130 } + - { offsetInCU: 0x1FB, offset: 0x88F67, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC19reducedMotionMarkerAA0E0CSgvg', symObjAddr: 0xB90, symBinAddr: 0x39208, symSize: 0x134 } + - { offsetInCU: 0x32A, offset: 0x89096, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xE94, symBinAddr: 0x3950C, symSize: 0x4C } + - { offsetInCU: 0x33E, offset: 0x890AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xEE0, symBinAddr: 0x39558, symSize: 0x780 } + - { offsetInCU: 0x621, offset: 0x8938D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfC', symObjAddr: 0x17B0, symBinAddr: 0x39DA4, symSize: 0x4C } + - { offsetInCU: 0x686, offset: 0x893F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x17FC, symBinAddr: 0x39DF0, symSize: 0xBCC } + - { offsetInCU: 0xE1D, offset: 0x89B89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueSSvg', symObjAddr: 0x23C8, symBinAddr: 0x3A9BC, symSize: 0x20 } + - { offsetInCU: 0xE56, offset: 0x89BC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x259C, symBinAddr: 0x3AB90, symSize: 0x20 } + - { offsetInCU: 0xE84, offset: 0x89BF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x259C, symBinAddr: 0x3AB90, symSize: 0x20 } + - { offsetInCU: 0xECD, offset: 0x89C39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2740, symBinAddr: 0x3AD34, symSize: 0x44 } + - { offsetInCU: 0xF13, offset: 0x89C7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2784, symBinAddr: 0x3AD78, symSize: 0x28 } + - { offsetInCU: 0xF27, offset: 0x89C93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x27AC, symBinAddr: 0x3ADA0, symSize: 0x8 } + - { offsetInCU: 0xF5D, offset: 0x89CC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x27B4, symBinAddr: 0x3ADA8, symSize: 0x3C } + - { offsetInCU: 0xFC2, offset: 0x89D2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x27F0, symBinAddr: 0x3ADE4, symSize: 0xC } + - { offsetInCU: 0xFDE, offset: 0x89D4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x27FC, symBinAddr: 0x3ADF0, symSize: 0xC } + - { offsetInCU: 0xFFA, offset: 0x89D66, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0xE32C, symBinAddr: 0x46850, symSize: 0x50 } + - { offsetInCU: 0x1026, offset: 0x89D92, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x23E8, symBinAddr: 0x3A9DC, symSize: 0x8 } + - { offsetInCU: 0x1053, offset: 0x89DBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x23F0, symBinAddr: 0x3A9E4, symSize: 0x8 } + - { offsetInCU: 0x1080, offset: 0x89DEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9framerateSdvg', symObjAddr: 0x23F8, symBinAddr: 0x3A9EC, symSize: 0x8 } + - { offsetInCU: 0x10AD, offset: 0x89E19, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC11markerNamesSaySSGvg', symObjAddr: 0x2400, symBinAddr: 0x3A9F4, symSize: 0x19C } + - { offsetInCU: 0x12C2, offset: 0x8A02E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfd', symObjAddr: 0x298C, symBinAddr: 0x3AF80, symSize: 0x4C } + - { offsetInCU: 0x12EF, offset: 0x8A05B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfD', symObjAddr: 0x29D8, symBinAddr: 0x3AFCC, symSize: 0x1C } + - { offsetInCU: 0x131C, offset: 0x8A088, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF', symObjAddr: 0x29F4, symBinAddr: 0x3AFE8, symSize: 0x3D8 } + - { offsetInCU: 0x1373, offset: 0x8A0DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2DCC, symBinAddr: 0x3B3C0, symSize: 0x54 } + - { offsetInCU: 0x13AB, offset: 0x8A117, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2E20, symBinAddr: 0x3B414, symSize: 0x20 } + - { offsetInCU: 0x13DB, offset: 0x8A147, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfC', symObjAddr: 0xCC4, symBinAddr: 0x3933C, symSize: 0x2C } + - { offsetInCU: 0x13F8, offset: 0x8A164, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueSivg', symObjAddr: 0xCF0, symBinAddr: 0x39368, symSize: 0x8 } + - { offsetInCU: 0x142D, offset: 0x8A199, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xDBC, symBinAddr: 0x39434, symSize: 0x24 } + - { offsetInCU: 0x1470, offset: 0x8A1DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xDE0, symBinAddr: 0x39458, symSize: 0xC } + - { offsetInCU: 0x1490, offset: 0x8A1FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xDE0, symBinAddr: 0x39458, symSize: 0xC } + - { offsetInCU: 0x1606, offset: 0x8A372, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x16C4, symBinAddr: 0x39CD8, symSize: 0x44 } + - { offsetInCU: 0x161A, offset: 0x8A386, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSeAAWl', symObjAddr: 0x1728, symBinAddr: 0x39D1C, symSize: 0x44 } + - { offsetInCU: 0x162E, offset: 0x8A39A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSeAAWl', symObjAddr: 0x176C, symBinAddr: 0x39D60, symSize: 0x44 } + - { offsetInCU: 0x185A, offset: 0x8A5C6, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20MaskCompositionLayerC0oQ0C_Tg5', symObjAddr: 0x2E40, symBinAddr: 0x3B434, symSize: 0x2C } + - { offsetInCU: 0x1872, offset: 0x8A5DE, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4MaskC_Tg5', symObjAddr: 0x2E6C, symBinAddr: 0x3B460, symSize: 0x2C } + - { offsetInCU: 0x188A, offset: 0x8A5F6, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie14ShapeItemLayerC0P0V_Tg5', symObjAddr: 0x2E98, symBinAddr: 0x3B48C, symSize: 0x1C } + - { offsetInCU: 0x18A2, offset: 0x8A60E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFyp_Tg5', symObjAddr: 0x2EB4, symBinAddr: 0x3B4A8, symSize: 0x1C } + - { offsetInCU: 0x18BA, offset: 0x8A626, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x2ED0, symBinAddr: 0x3B4C4, symSize: 0x1C } + - { offsetInCU: 0x18D2, offset: 0x8A63E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie9ShapeItemC_Tg5', symObjAddr: 0x2EEC, symBinAddr: 0x3B4E0, symSize: 0x2C } + - { offsetInCU: 0x18EA, offset: 0x8A656, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GroupC_Tg5', symObjAddr: 0x2F18, symBinAddr: 0x3B50C, symSize: 0x2C } + - { offsetInCU: 0x1902, offset: 0x8A66E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector3DVG_Tg5', symObjAddr: 0x2F44, symBinAddr: 0x3B538, symSize: 0x2C } + - { offsetInCU: 0x191A, offset: 0x8A686, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x2F70, symBinAddr: 0x3B564, symSize: 0x2C } + - { offsetInCU: 0x1932, offset: 0x8A69E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyValueProvider_p_Tg5', symObjAddr: 0x2F9C, symBinAddr: 0x3B590, symSize: 0x2C } + - { offsetInCU: 0x194A, offset: 0x8A6B6, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie13KeyframeGroupCyypG_Tg5', symObjAddr: 0x2FC8, symBinAddr: 0x3B5BC, symSize: 0x2C } + - { offsetInCU: 0x1962, offset: 0x8A6CE, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x2FF4, symBinAddr: 0x3B5E8, symSize: 0x24 } + - { offsetInCU: 0x197A, offset: 0x8A6E6, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyypG_Tg5', symObjAddr: 0x3018, symBinAddr: 0x3B60C, symSize: 0x2C } + - { offsetInCU: 0x1992, offset: 0x8A6FE, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSd_Tg5', symObjAddr: 0x3044, symBinAddr: 0x3B638, symSize: 0x1C } + - { offsetInCU: 0x19AA, offset: 0x8A716, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x3060, symBinAddr: 0x3B654, symSize: 0x1C } + - { offsetInCU: 0x19C2, offset: 0x8A72E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo19CAKeyframeAnimationC_Tg5', symObjAddr: 0x307C, symBinAddr: 0x3B670, symSize: 0x34 } + - { offsetInCU: 0x19DA, offset: 0x8A746, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo8NSNumberC_Tg5', symObjAddr: 0x30B0, symBinAddr: 0x3B6A4, symSize: 0x34 } + - { offsetInCU: 0x19F2, offset: 0x8A75E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x30E4, symBinAddr: 0x3B6D8, symSize: 0x1C } + - { offsetInCU: 0x1A0A, offset: 0x8A776, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySo13CATransform3DVGG_Tg5', symObjAddr: 0x3100, symBinAddr: 0x3B6F4, symSize: 0x2C } + - { offsetInCU: 0x1A22, offset: 0x8A78E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CGPointV_Tg5', symObjAddr: 0x312C, symBinAddr: 0x3B720, symSize: 0x2C } + - { offsetInCU: 0x1A3A, offset: 0x8A7A6, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSb_Tg5', symObjAddr: 0x3158, symBinAddr: 0x3B74C, symSize: 0x1C } + - { offsetInCU: 0x1A52, offset: 0x8A7BE, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySbGG_Tg5', symObjAddr: 0x3174, symBinAddr: 0x3B768, symSize: 0x2C } + - { offsetInCU: 0x1A6A, offset: 0x8A7D6, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo10CGColorRefa_Tg5', symObjAddr: 0x31A0, symBinAddr: 0x3B794, symSize: 0x2C } + - { offsetInCU: 0x1A82, offset: 0x8A7EE, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo6CGSizeV_Tg5', symObjAddr: 0x31CC, symBinAddr: 0x3B7C0, symSize: 0x2C } + - { offsetInCU: 0x1A9A, offset: 0x8A806, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySo6CGSizeVG_Tg5', symObjAddr: 0x31F8, symBinAddr: 0x3B7EC, symSize: 0x2C } + - { offsetInCU: 0x1AB2, offset: 0x8A81E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DV5start_AK3endtG_Tg5', symObjAddr: 0x3224, symBinAddr: 0x3B818, symSize: 0x2C } + - { offsetInCU: 0x1ACA, offset: 0x8A836, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG010BezierPathO0VG_Tg5', symObjAddr: 0x3250, symBinAddr: 0x3B844, symSize: 0x2C } + - { offsetInCU: 0x1AE2, offset: 0x8A84E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo9CGPathRefa_Tg5', symObjAddr: 0x327C, symBinAddr: 0x3B870, symSize: 0x2C } + - { offsetInCU: 0x1AFA, offset: 0x8A866, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG7EllipseCAHVG_Tg5', symObjAddr: 0x32A8, symBinAddr: 0x3B89C, symSize: 0x2C } + - { offsetInCU: 0x1B12, offset: 0x8A87E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG9RectangleCAHVG_Tg5', symObjAddr: 0x32D4, symBinAddr: 0x3B8C8, symSize: 0x2C } + - { offsetInCU: 0x1B2A, offset: 0x8A896, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4StarCAHVG_Tg5', symObjAddr: 0x3300, symBinAddr: 0x3B8F4, symSize: 0x2C } + - { offsetInCU: 0x1B42, offset: 0x8A8AE, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFABy6Lottie8KeyframeCyAG0N8Vector1DVGG_Tg5', symObjAddr: 0x332C, symBinAddr: 0x3B920, symSize: 0x1C } + - { offsetInCU: 0x1B5A, offset: 0x8A8C6, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5', symObjAddr: 0x3348, symBinAddr: 0x3B93C, symSize: 0x2C } + - { offsetInCU: 0x1B72, offset: 0x8A8DE, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3374, symBinAddr: 0x3B968, symSize: 0x2C } + - { offsetInCU: 0x1B8A, offset: 0x8A8F6, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x33A0, symBinAddr: 0x3B994, symSize: 0x2C } + - { offsetInCU: 0x1BA2, offset: 0x8A90E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySayAG10BezierPathVGG_Tg5', symObjAddr: 0x33CC, symBinAddr: 0x3B9C0, symSize: 0x2C } + - { offsetInCU: 0x1BBA, offset: 0x8A926, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyKeyframeGroup_p_Tg5', symObjAddr: 0x33F8, symBinAddr: 0x3B9EC, symSize: 0x2C } + - { offsetInCU: 0x1BD2, offset: 0x8A93E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20KeyframeInterpolatorCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x3424, symBinAddr: 0x3BA18, symSize: 0x2C } + - { offsetInCU: 0x1BEA, offset: 0x8A956, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie0N8Vector1DV_Tg5', symObjAddr: 0x3450, symBinAddr: 0x3BA44, symSize: 0x24 } + - { offsetInCU: 0x1C02, offset: 0x8A96E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie17KeypathSearchable_p_Tg5', symObjAddr: 0x3474, symBinAddr: 0x3BA68, symSize: 0x2C } + - { offsetInCU: 0x1C1A, offset: 0x8A986, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16CompositionLayerC_Tg5', symObjAddr: 0x34A0, symBinAddr: 0x3BA94, symSize: 0x2C } + - { offsetInCU: 0x1C32, offset: 0x8A99E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4FontC_Tg5', symObjAddr: 0x34CC, symBinAddr: 0x3BAC0, symSize: 0x2C } + - { offsetInCU: 0x1C4A, offset: 0x8A9B6, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie6MarkerC_Tg5', symObjAddr: 0x34F8, symBinAddr: 0x3BAEC, symSize: 0x2C } + - { offsetInCU: 0x1C62, offset: 0x8A9CE, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GlyphC_Tg5', symObjAddr: 0x3524, symBinAddr: 0x3BB18, symSize: 0x2C } + - { offsetInCU: 0x1C7A, offset: 0x8A9E6, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N5ColorVG_Tg5', symObjAddr: 0x3550, symBinAddr: 0x3BB44, symSize: 0x2C } + - { offsetInCU: 0x1C92, offset: 0x8A9FE, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CALayerC_Tg5', symObjAddr: 0x357C, symBinAddr: 0x3BB70, symSize: 0x34 } + - { offsetInCU: 0x1CAA, offset: 0x8AA16, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie12TextAnimatorC_Tg5', symObjAddr: 0x35B0, symBinAddr: 0x3BBA4, symSize: 0x2C } + - { offsetInCU: 0x1CC2, offset: 0x8AA2E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG12TextDocumentCG_Tg5', symObjAddr: 0x35DC, symBinAddr: 0x3BBD0, symSize: 0x2C } + - { offsetInCU: 0x1CDA, offset: 0x8AA46, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySaySdGG_Tg5', symObjAddr: 0x3608, symBinAddr: 0x3BBFC, symSize: 0x2C } + - { offsetInCU: 0x1CF2, offset: 0x8AA5E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie11DashElementC_Tg5', symObjAddr: 0x3634, symBinAddr: 0x3BC28, symSize: 0x2C } + - { offsetInCU: 0x1D0A, offset: 0x8AA76, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG10BezierPathVG_Tg5', symObjAddr: 0x3660, symBinAddr: 0x3BC54, symSize: 0x2C } + - { offsetInCU: 0x1D22, offset: 0x8AA8E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie03DotN4FileC9AnimationV_Tg5', symObjAddr: 0x368C, symBinAddr: 0x3BC80, symSize: 0x1C } + - { offsetInCU: 0x1D9D, offset: 0x8AB09, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0R0V_Tg5', symObjAddr: 0x37E4, symBinAddr: 0x3BDD8, symSize: 0x104 } + - { offsetInCU: 0x1F00, offset: 0x8AC6C, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x38E8, symBinAddr: 0x3BEDC, symSize: 0x108 } + - { offsetInCU: 0x2063, offset: 0x8ADCF, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x39F0, symBinAddr: 0x3BFE4, symSize: 0x104 } + - { offsetInCU: 0x21C6, offset: 0x8AF32, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x3AF4, symBinAddr: 0x3C0E8, symSize: 0xFC } + - { offsetInCU: 0x2313, offset: 0x8B07F, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x3BF0, symBinAddr: 0x3C1E4, symSize: 0x104 } + - { offsetInCU: 0x2476, offset: 0x8B1E2, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x3E44, symBinAddr: 0x3C438, symSize: 0x124 } + - { offsetInCU: 0x25D9, offset: 0x8B345, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSb_Tg5', symObjAddr: 0x3F68, symBinAddr: 0x3C55C, symSize: 0xE8 } + - { offsetInCU: 0x273C, offset: 0x8B4A8, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs0aB0Vy6Lottie8KeyframeCyAJ0P8Vector1DVGG_Tg5', symObjAddr: 0x417C, symBinAddr: 0x3C770, symSize: 0x124 } + - { offsetInCU: 0x289F, offset: 0x8B60B, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV_Tg5', symObjAddr: 0x4728, symBinAddr: 0x3CD1C, symSize: 0x120 } + - { offsetInCU: 0x2A02, offset: 0x8B76E, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie03DotP4FileC9AnimationV_Tg5', symObjAddr: 0x4848, symBinAddr: 0x3CE3C, symSize: 0x118 } + - { offsetInCU: 0x2B39, offset: 0x8B8A5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x4960, symBinAddr: 0x3CF54, symSize: 0x1AC } + - { offsetInCU: 0x2BDB, offset: 0x8B947, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector1DVTg5', symObjAddr: 0x4B0C, symBinAddr: 0x3D100, symSize: 0x188 } + - { offsetInCU: 0x2C7D, offset: 0x8B9E9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector3DVTg5', symObjAddr: 0x4C94, symBinAddr: 0x3D288, symSize: 0x1A0 } + - { offsetInCU: 0x2D1F, offset: 0x8BA8B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x4E34, symBinAddr: 0x3D428, symSize: 0x188 } + - { offsetInCU: 0x2DC1, offset: 0x8BB2D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G5ColorVTg5', symObjAddr: 0x4FBC, symBinAddr: 0x3D5B0, symSize: 0x194 } + - { offsetInCU: 0x2E63, offset: 0x8BBCF, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x5150, symBinAddr: 0x3D744, symSize: 0x18C } + - { offsetInCU: 0x2F05, offset: 0x8BC71, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x52DC, symBinAddr: 0x3D8D0, symSize: 0x1CC } + - { offsetInCU: 0x2FA7, offset: 0x8BD13, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x54B4, symBinAddr: 0x3DAA8, symSize: 0x1A0 } + - { offsetInCU: 0x3049, offset: 0x8BDB5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x5654, symBinAddr: 0x3DC48, symSize: 0x1A8 } + - { offsetInCU: 0x30EB, offset: 0x8BE57, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x57FC, symBinAddr: 0x3DDF0, symSize: 0x1A8 } + - { offsetInCU: 0x318D, offset: 0x8BEF9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x59A4, symBinAddr: 0x3DF98, symSize: 0x194 } + - { offsetInCU: 0x322F, offset: 0x8BF9B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x5D14, symBinAddr: 0x3E308, symSize: 0x1F8 } + - { offsetInCU: 0x32DC, offset: 0x8C048, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x5F0C, symBinAddr: 0x3E500, symSize: 0x1B0 } + - { offsetInCU: 0x3389, offset: 0x8C0F5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0x60BC, symBinAddr: 0x3E6B0, symSize: 0x1B8 } + - { offsetInCU: 0x342B, offset: 0x8C197, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF6Lottie16AnimationKeypathV_AD16AnyValueProvider_pTg5', symObjAddr: 0x6274, symBinAddr: 0x3E868, symSize: 0x1DC } + - { offsetInCU: 0x34AC, offset: 0x8C218, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie6MarkerCTg5', symObjAddr: 0x6450, symBinAddr: 0x3EA44, symSize: 0x1C4 } + - { offsetInCU: 0x3559, offset: 0x8C2C5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AH2totTg5', symObjAddr: 0x6620, symBinAddr: 0x3EC14, symSize: 0x1EC } + - { offsetInCU: 0x35F3, offset: 0x8C35F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSu_SSTg5', symObjAddr: 0x680C, symBinAddr: 0x3EE00, symSize: 0x1BC } + - { offsetInCU: 0x3695, offset: 0x8C401, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_So10CGImageRefaTg5', symObjAddr: 0x6BA4, symBinAddr: 0x3F198, symSize: 0x1C4 } + - { offsetInCU: 0x374D, offset: 0x8C4B9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x6F30, symBinAddr: 0x3F524, symSize: 0x35C } + - { offsetInCU: 0x3859, offset: 0x8C5C5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector1DVTg5', symObjAddr: 0x728C, symBinAddr: 0x3F880, symSize: 0x308 } + - { offsetInCU: 0x3965, offset: 0x8C6D1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector3DVTg5', symObjAddr: 0x7594, symBinAddr: 0x3FB88, symSize: 0x320 } + - { offsetInCU: 0x3A71, offset: 0x8C7DD, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x78B4, symBinAddr: 0x3FEA8, symSize: 0x2FC } + - { offsetInCU: 0x3B7D, offset: 0x8C8E9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N5ColorVTg5', symObjAddr: 0x7BB0, symBinAddr: 0x401A4, symSize: 0x310 } + - { offsetInCU: 0x3C89, offset: 0x8C9F5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x7EC0, symBinAddr: 0x404B4, symSize: 0x300 } + - { offsetInCU: 0x3DA0, offset: 0x8CB0C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x81C0, symBinAddr: 0x407B4, symSize: 0x358 } + - { offsetInCU: 0x3EC0, offset: 0x8CC2C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x8524, symBinAddr: 0x40B18, symSize: 0x328 } + - { offsetInCU: 0x3FCC, offset: 0x8CD38, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x884C, symBinAddr: 0x40E40, symSize: 0x338 } + - { offsetInCU: 0x40D8, offset: 0x8CE44, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x8B84, symBinAddr: 0x41178, symSize: 0x340 } + - { offsetInCU: 0x41E4, offset: 0x8CF50, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x8EC4, symBinAddr: 0x414B8, symSize: 0x310 } + - { offsetInCU: 0x4327, offset: 0x8D093, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie10LayerModelCTg5', symObjAddr: 0x9528, symBinAddr: 0x41B1C, symSize: 0x334 } + - { offsetInCU: 0x4454, offset: 0x8D1C0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_Say6Lottie10LayerModelCGTg5', symObjAddr: 0x985C, symBinAddr: 0x41E50, symSize: 0x334 } + - { offsetInCU: 0x4571, offset: 0x8D2DD, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x9B90, symBinAddr: 0x42184, symSize: 0x3B4 } + - { offsetInCU: 0x4691, offset: 0x8D3FD, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x9F44, symBinAddr: 0x42538, symSize: 0x334 } + - { offsetInCU: 0x47A8, offset: 0x8D514, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0xA278, symBinAddr: 0x4286C, symSize: 0x358 } + - { offsetInCU: 0x489F, offset: 0x8D60B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTg5', symObjAddr: 0xA5D0, symBinAddr: 0x42BC4, symSize: 0x274 } + - { offsetInCU: 0x4918, offset: 0x8D684, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie6MarkerCTg5', symObjAddr: 0xA844, symBinAddr: 0x42E38, symSize: 0x398 } + - { offsetInCU: 0x4A3A, offset: 0x8D7A6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AJ2totTg5', symObjAddr: 0xABE8, symBinAddr: 0x431DC, symSize: 0x38C } + - { offsetInCU: 0x4B67, offset: 0x8D8D3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSu_SSTg5', symObjAddr: 0xAF74, symBinAddr: 0x43568, symSize: 0x34C } + - { offsetInCU: 0x4C73, offset: 0x8D9DF, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_So10CGImageRefaTg5', symObjAddr: 0xB690, symBinAddr: 0x43C84, symSize: 0x398 } + - { offsetInCU: 0x4DDC, offset: 0x8DB48, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV16_unsafeInsertNew3key5valueyxn_q_ntF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTB5', symObjAddr: 0xBDC8, symBinAddr: 0x443BC, symSize: 0x114 } + - { offsetInCU: 0x4F30, offset: 0x8DC9C, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSiAA5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOTg5Tf4dnnn_n', symObjAddr: 0xC064, symBinAddr: 0x44658, symSize: 0x104 } + - { offsetInCU: 0x4FAF, offset: 0x8DD1B, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSAA15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOTg5Tf4dnnn_n', symObjAddr: 0xC168, symBinAddr: 0x4475C, symSize: 0x10C } + - { offsetInCU: 0x5372, offset: 0x8E0DE, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC0D9AnimationC10CodingKeysO_AC10LayerModelCAC0N4TypeOTg5Tf4dnnn_n', symObjAddr: 0xCF4C, symBinAddr: 0x45540, symSize: 0x3D8 } + - { offsetInCU: 0x559F, offset: 0x8E30B, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSesSeRzlWl', symObjAddr: 0xD368, symBinAddr: 0x45918, symSize: 0x7C } + - { offsetInCU: 0x55B3, offset: 0x8E31F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSEAAWl', symObjAddr: 0xD460, symBinAddr: 0x45994, symSize: 0x44 } + - { offsetInCU: 0x55C7, offset: 0x8E333, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSEAAWl', symObjAddr: 0xD4A4, symBinAddr: 0x459D8, symSize: 0x44 } + - { offsetInCU: 0x55DB, offset: 0x8E347, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSEsSERzlWl', symObjAddr: 0xD4E8, symBinAddr: 0x45A1C, symSize: 0x7C } + - { offsetInCU: 0x55EF, offset: 0x8E35B, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSEsSERzlWl', symObjAddr: 0xD5E8, symBinAddr: 0x45B1C, symSize: 0x7C } + - { offsetInCU: 0x5603, offset: 0x8E36F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASQWb', symObjAddr: 0xD664, symBinAddr: 0x45B98, symSize: 0x4 } + - { offsetInCU: 0x5617, offset: 0x8E383, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSQAAWl', symObjAddr: 0xD668, symBinAddr: 0x45B9C, symSize: 0x44 } + - { offsetInCU: 0x562B, offset: 0x8E397, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwet', symObjAddr: 0xD6BC, symBinAddr: 0x45BE0, symSize: 0x90 } + - { offsetInCU: 0x563F, offset: 0x8E3AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwst', symObjAddr: 0xD74C, symBinAddr: 0x45C70, symSize: 0xBC } + - { offsetInCU: 0x5653, offset: 0x8E3BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwug', symObjAddr: 0xD808, symBinAddr: 0x45D2C, symSize: 0x8 } + - { offsetInCU: 0x5667, offset: 0x8E3D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwup', symObjAddr: 0xD810, symBinAddr: 0x45D34, symSize: 0x4 } + - { offsetInCU: 0x567B, offset: 0x8E3E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwui', symObjAddr: 0xD814, symBinAddr: 0x45D38, symSize: 0xC } + - { offsetInCU: 0x568F, offset: 0x8E3FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOMa', symObjAddr: 0xD820, symBinAddr: 0x45D44, symSize: 0x10 } + - { offsetInCU: 0x56A3, offset: 0x8E40F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCMa', symObjAddr: 0xD830, symBinAddr: 0x45D54, symSize: 0x20 } + - { offsetInCU: 0x56B7, offset: 0x8E423, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwet', symObjAddr: 0xD88C, symBinAddr: 0x45DB0, symSize: 0x90 } + - { offsetInCU: 0x56CB, offset: 0x8E437, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwst', symObjAddr: 0xD91C, symBinAddr: 0x45E40, symSize: 0xBC } + - { offsetInCU: 0x56DF, offset: 0x8E44B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwug', symObjAddr: 0xD9D8, symBinAddr: 0x45EFC, symSize: 0x8 } + - { offsetInCU: 0x56F3, offset: 0x8E45F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwup', symObjAddr: 0xD9E0, symBinAddr: 0x45F04, symSize: 0x4 } + - { offsetInCU: 0x5707, offset: 0x8E473, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwui', symObjAddr: 0xD9E4, symBinAddr: 0x45F08, symSize: 0x8 } + - { offsetInCU: 0x571B, offset: 0x8E487, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOMa', symObjAddr: 0xD9EC, symBinAddr: 0x45F10, symSize: 0x10 } + - { offsetInCU: 0x572F, offset: 0x8E49B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASQWb', symObjAddr: 0xD9FC, symBinAddr: 0x45F20, symSize: 0x4 } + - { offsetInCU: 0x5743, offset: 0x8E4AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAESQAAWl', symObjAddr: 0xDA00, symBinAddr: 0x45F24, symSize: 0x44 } + - { offsetInCU: 0x5757, offset: 0x8E4C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDA44, symBinAddr: 0x45F68, symSize: 0x4 } + - { offsetInCU: 0x576B, offset: 0x8E4D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xDA48, symBinAddr: 0x45F6C, symSize: 0x44 } + - { offsetInCU: 0x577F, offset: 0x8E4EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xDA8C, symBinAddr: 0x45FB0, symSize: 0x4 } + - { offsetInCU: 0x5793, offset: 0x8E4FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xDA90, symBinAddr: 0x45FB4, symSize: 0x44 } + - { offsetInCU: 0x57A7, offset: 0x8E513, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC12PrecompAssetC10CodingKeysO_AC10LayerModelCAC0O4TypeOTg5Tf4dnnn_n', symObjAddr: 0xDAD4, symBinAddr: 0x45FF8, symSize: 0x3CC } + - { offsetInCU: 0x59CF, offset: 0x8E73B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs9CodingKeyAAWl', symObjAddr: 0xE3A4, symBinAddr: 0x468A0, symSize: 0x44 } + - { offsetInCU: 0x59E3, offset: 0x8E74F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSeAAWl', symObjAddr: 0xE3E8, symBinAddr: 0x468E4, symSize: 0x44 } + - { offsetInCU: 0x59F7, offset: 0x8E763, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSeAAWl', symObjAddr: 0xE474, symBinAddr: 0x46960, symSize: 0x44 } + - { offsetInCU: 0x5A0B, offset: 0x8E777, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSYAAWl', symObjAddr: 0xE510, symBinAddr: 0x469E4, symSize: 0x44 } + - { offsetInCU: 0x5A5F, offset: 0x8E7CB, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxcigSS_ypTg5', symObjAddr: 0xB08, symBinAddr: 0x39180, symSize: 0x88 } + - { offsetInCU: 0x5AE3, offset: 0x8E84F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCF8, symBinAddr: 0x39370, symSize: 0x18 } + - { offsetInCU: 0x5B74, offset: 0x8E8E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH9hashValueSivgTW', symObjAddr: 0xD10, symBinAddr: 0x39388, symSize: 0x44 } + - { offsetInCU: 0x5C23, offset: 0x8E98F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD54, symBinAddr: 0x393CC, symSize: 0x28 } + - { offsetInCU: 0x5C76, offset: 0x8E9E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD7C, symBinAddr: 0x393F4, symSize: 0x40 } + - { offsetInCU: 0x5CF9, offset: 0x8EA65, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xDEC, symBinAddr: 0x39464, symSize: 0x5C } + - { offsetInCU: 0x5D1C, offset: 0x8EA88, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xE48, symBinAddr: 0x394C0, symSize: 0x4C } + - { offsetInCU: 0x5EC4, offset: 0x8EC30, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x25BC, symBinAddr: 0x3ABB0, symSize: 0x88 } + - { offsetInCU: 0x5F73, offset: 0x8ECDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2644, symBinAddr: 0x3AC38, symSize: 0x60 } + - { offsetInCU: 0x5FF1, offset: 0x8ED5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x26A4, symBinAddr: 0x3AC98, symSize: 0x40 } + - { offsetInCU: 0x6043, offset: 0x8EDAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x26E4, symBinAddr: 0x3ACD8, symSize: 0x5C } + - { offsetInCU: 0x60A5, offset: 0x8EE11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2808, symBinAddr: 0x3ADFC, symSize: 0x28 } + - { offsetInCU: 0x60C1, offset: 0x8EE2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x2830, symBinAddr: 0x3AE24, symSize: 0x28 } + - { offsetInCU: 0x60DD, offset: 0x8EE49, size: 0x8, addend: 0x0, symName: '_$sSh8containsySbxFSS_Tg5', symObjAddr: 0x2858, symBinAddr: 0x3AE4C, symSize: 0x134 } + - { offsetInCU: 0x62A5, offset: 0x8F011, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie6MarkerCG_Tg5037$s6Lottie0A9AnimationC19reducedMotionE19AA0E0CSgvgSbAFXEfU_ShySSGTf1cn_nTf4ng_n', symObjAddr: 0xBEDC, symBinAddr: 0x444D0, symSize: 0x13C } + - { offsetInCU: 0x6419, offset: 0x8F185, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie6MarkerCTg5Tf4gd_n', symObjAddr: 0xC458, symBinAddr: 0x44A4C, symSize: 0xEC } + - { offsetInCU: 0x6560, offset: 0x8F2CC, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_So8CAAction_pTg5Tf4gd_n', symObjAddr: 0xC568, symBinAddr: 0x44B5C, symSize: 0xEC } + - { offsetInCU: 0x66A1, offset: 0x8F40D, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie15AnyNodeProperty_pTg5Tf4gd_n', symObjAddr: 0xC66C, symBinAddr: 0x44C60, symSize: 0x114 } + - { offsetInCU: 0x67E2, offset: 0x8F54E, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo7CALayerC_6Lottie16AnimationKeypathVTg5Tf4gd_n', symObjAddr: 0xC780, symBinAddr: 0x44D74, symSize: 0xE4 } + - { offsetInCU: 0x6905, offset: 0x8F671, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SaySSGTg5Tf4gn_n', symObjAddr: 0xC864, symBinAddr: 0x44E58, symSize: 0x94 } + - { offsetInCU: 0x6A4B, offset: 0x8F7B7, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSu_SSTg5Tf4gd_n', symObjAddr: 0xC8F8, symBinAddr: 0x44EEC, symSize: 0x10C } + - { offsetInCU: 0x6B7C, offset: 0x8F8E8, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs11AnyHashableV_12CoreGraphics7CGFloatV4from_AG2totTg5Tf4gd_n', symObjAddr: 0xCA04, symBinAddr: 0x44FF8, symSize: 0x110 } + - { offsetInCU: 0x6CC9, offset: 0x8FA35, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo17NSLayoutAttributeV_So0C10ConstraintCTg5Tf4gd_n', symObjAddr: 0xCB20, symBinAddr: 0x45114, symSize: 0xFC } + - { offsetInCU: 0x6DFA, offset: 0x8FB66, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTg5Tf4gd_n', symObjAddr: 0xCD48, symBinAddr: 0x4533C, symSize: 0x110 } + - { offsetInCU: 0x4F, offset: 0x90041, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x46AB0, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x90066, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x46AF8, symSize: 0x3D4 } + - { offsetInCU: 0xDC, offset: 0x900CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x41C, symBinAddr: 0x46ECC, symSize: 0x72C } + - { offsetInCU: 0x3A7, offset: 0x90399, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB48, symBinAddr: 0x475F8, symSize: 0x254 } + - { offsetInCU: 0x415, offset: 0x90407, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO8rawValueSSvg', symObjAddr: 0xD9C, symBinAddr: 0x4784C, symSize: 0x18 } + - { offsetInCU: 0x44E, offset: 0x90440, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xDB4, symBinAddr: 0x47864, symSize: 0x18 } + - { offsetInCU: 0x47C, offset: 0x9046E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xDB4, symBinAddr: 0x47864, symSize: 0x18 } + - { offsetInCU: 0x4CE, offset: 0x904C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0xDF0, symBinAddr: 0x478A0, symSize: 0x64 } + - { offsetInCU: 0x534, offset: 0x90526, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0xE54, symBinAddr: 0x47904, symSize: 0x28 } + - { offsetInCU: 0x550, offset: 0x90542, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xE7C, symBinAddr: 0x4792C, symSize: 0x8 } + - { offsetInCU: 0x586, offset: 0x90578, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xE84, symBinAddr: 0x47934, symSize: 0x68 } + - { offsetInCU: 0x60B, offset: 0x905FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xEEC, symBinAddr: 0x4799C, symSize: 0xC } + - { offsetInCU: 0x627, offset: 0x90619, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xEF8, symBinAddr: 0x479A8, symSize: 0xC } + - { offsetInCU: 0x663, offset: 0x90655, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfD', symObjAddr: 0xF88, symBinAddr: 0x47A38, symSize: 0x4C } + - { offsetInCU: 0x738, offset: 0x9072A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfE', symObjAddr: 0xF54, symBinAddr: 0x47A04, symSize: 0x34 } + - { offsetInCU: 0x790, offset: 0x90782, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCMa', symObjAddr: 0xFD4, symBinAddr: 0x47A84, symSize: 0x20 } + - { offsetInCU: 0x7A4, offset: 0x90796, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs0E3KeyAAWl', symObjAddr: 0x1058, symBinAddr: 0x47AA4, symSize: 0x44 } + - { offsetInCU: 0x7B8, offset: 0x907AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSEAAWl', symObjAddr: 0x10E0, symBinAddr: 0x47AE8, symSize: 0x44 } + - { offsetInCU: 0x7CC, offset: 0x907BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSEAAWl', symObjAddr: 0x1124, symBinAddr: 0x47B2C, symSize: 0x44 } + - { offsetInCU: 0x7E0, offset: 0x907D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSeAAWl', symObjAddr: 0x1188, symBinAddr: 0x47B70, symSize: 0x44 } + - { offsetInCU: 0x7F4, offset: 0x907E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSeAAWl', symObjAddr: 0x1230, symBinAddr: 0x47C18, symSize: 0x44 } + - { offsetInCU: 0x808, offset: 0x907FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwet', symObjAddr: 0x1348, symBinAddr: 0x47C5C, symSize: 0x90 } + - { offsetInCU: 0x81C, offset: 0x9080E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwst', symObjAddr: 0x13D8, symBinAddr: 0x47CEC, symSize: 0xBC } + - { offsetInCU: 0x830, offset: 0x90822, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwug', symObjAddr: 0x1494, symBinAddr: 0x47DA8, symSize: 0x8 } + - { offsetInCU: 0x844, offset: 0x90836, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwup', symObjAddr: 0x149C, symBinAddr: 0x47DB0, symSize: 0x4 } + - { offsetInCU: 0x858, offset: 0x9084A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwui', symObjAddr: 0x14A0, symBinAddr: 0x47DB4, symSize: 0x8 } + - { offsetInCU: 0x86C, offset: 0x9085E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOMa', symObjAddr: 0x14A8, symBinAddr: 0x47DBC, symSize: 0x10 } + - { offsetInCU: 0x880, offset: 0x90872, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASQWb', symObjAddr: 0x14B8, symBinAddr: 0x47DCC, symSize: 0x4 } + - { offsetInCU: 0x894, offset: 0x90886, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFSQAAWl', symObjAddr: 0x14BC, symBinAddr: 0x47DD0, symSize: 0x44 } + - { offsetInCU: 0x8A8, offset: 0x9089A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1500, symBinAddr: 0x47E14, symSize: 0x4 } + - { offsetInCU: 0x8BC, offset: 0x908AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1504, symBinAddr: 0x47E18, symSize: 0x44 } + - { offsetInCU: 0x8D0, offset: 0x908C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1548, symBinAddr: 0x47E5C, symSize: 0x4 } + - { offsetInCU: 0x8E4, offset: 0x908D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x154C, symBinAddr: 0x47E60, symSize: 0x44 } + - { offsetInCU: 0x94A, offset: 0x9093C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDCC, symBinAddr: 0x4787C, symSize: 0xC } + - { offsetInCU: 0x966, offset: 0x90958, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH9hashValueSivgTW', symObjAddr: 0xDD8, symBinAddr: 0x47888, symSize: 0x8 } + - { offsetInCU: 0x982, offset: 0x90974, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDE0, symBinAddr: 0x47890, symSize: 0x8 } + - { offsetInCU: 0x99E, offset: 0x90990, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDE8, symBinAddr: 0x47898, symSize: 0x8 } + - { offsetInCU: 0x9C0, offset: 0x909B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF04, symBinAddr: 0x479B4, symSize: 0x28 } + - { offsetInCU: 0x9DC, offset: 0x909CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xF2C, symBinAddr: 0x479DC, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x90B9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x47EA4, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x90BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x47EA4, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x90BCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMr', symObjAddr: 0x4, symBinAddr: 0x47EA8, symSize: 0x5C } + - { offsetInCU: 0xA1, offset: 0x90C14, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9keyframesACyxGs15ContiguousArrayVyAA0B0CyxGG_tcfC', symObjAddr: 0x60, symBinAddr: 0x47F04, symSize: 0x4C } + - { offsetInCU: 0xE5, offset: 0x90C58, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0xAC, symBinAddr: 0x47F50, symSize: 0x94 } + - { offsetInCU: 0x1A4, offset: 0x90D17, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvg', symObjAddr: 0x168, symBinAddr: 0x47FE4, symSize: 0x4C } + - { offsetInCU: 0x1E0, offset: 0x90D53, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x1B4, symBinAddr: 0x48030, symSize: 0x138 } + - { offsetInCU: 0x29E, offset: 0x90E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x2EC, symBinAddr: 0x48168, symSize: 0x334 } + - { offsetInCU: 0x461, offset: 0x90FD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfd', symObjAddr: 0x620, symBinAddr: 0x4849C, symSize: 0x2C } + - { offsetInCU: 0x48E, offset: 0x91001, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfD', symObjAddr: 0x64C, symBinAddr: 0x484C8, symSize: 0x1C } + - { offsetInCU: 0x4BB, offset: 0x9102E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x674, symBinAddr: 0x484F0, symSize: 0x20 } + - { offsetInCU: 0x4E6, offset: 0x91059, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x694, symBinAddr: 0x48510, symSize: 0xC } + - { offsetInCU: 0x506, offset: 0x91079, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x694, symBinAddr: 0x48510, symSize: 0xC } + - { offsetInCU: 0x518, offset: 0x9108B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x6A0, symBinAddr: 0x4851C, symSize: 0x24 } + - { offsetInCU: 0x534, offset: 0x910A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x6D4, symBinAddr: 0x48550, symSize: 0x4 } + - { offsetInCU: 0x5A0, offset: 0x91113, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMa', symObjAddr: 0x668, symBinAddr: 0x484E4, symSize: 0xC } + - { offsetInCU: 0x5B4, offset: 0x91127, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x6C4, symBinAddr: 0x48540, symSize: 0x8 } + - { offsetInCU: 0x5C8, offset: 0x9113B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6CC, symBinAddr: 0x48548, symSize: 0x8 } + - { offsetInCU: 0x5DC, offset: 0x9114F, size: 0x8, addend: 0x0, symName: ___swift_instantiateGenericMetadata, symObjAddr: 0x6D8, symBinAddr: 0x48554, symSize: 0x2C } + - { offsetInCU: 0x6C, offset: 0x9139D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector1DV_TB5', symObjAddr: 0x214C, symBinAddr: 0x4A5C0, symSize: 0xC4 } + - { offsetInCU: 0x176, offset: 0x914A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector3DV_TB5', symObjAddr: 0x2210, symBinAddr: 0x4A684, symSize: 0xD8 } + - { offsetInCU: 0x280, offset: 0x915B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A5ColorV_TB5', symObjAddr: 0x2370, symBinAddr: 0x4A7A0, symSize: 0xE4 } + - { offsetInCU: 0x397, offset: 0x916C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x48580, symSize: 0x9A4 } + - { offsetInCU: 0x4FD, offset: 0x9182E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x9A4, symBinAddr: 0x48F24, symSize: 0xCE8 } + - { offsetInCU: 0xA16, offset: 0x91D47, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueSSvg', symObjAddr: 0x168C, symBinAddr: 0x49C0C, symSize: 0x20 } + - { offsetInCU: 0xA4F, offset: 0x91D80, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x16C4, symBinAddr: 0x49C44, symSize: 0x20 } + - { offsetInCU: 0xA7D, offset: 0x91DAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x16C4, symBinAddr: 0x49C44, symSize: 0x20 } + - { offsetInCU: 0xAC6, offset: 0x91DF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1880, symBinAddr: 0x49E00, symSize: 0x44 } + - { offsetInCU: 0xB0C, offset: 0x91E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x18C4, symBinAddr: 0x49E44, symSize: 0x28 } + - { offsetInCU: 0xB20, offset: 0x91E51, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x18EC, symBinAddr: 0x49E6C, symSize: 0x8 } + - { offsetInCU: 0xB56, offset: 0x91E87, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x18F4, symBinAddr: 0x49E74, symSize: 0x3C } + - { offsetInCU: 0xBBB, offset: 0x91EEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1930, symBinAddr: 0x49EB0, symSize: 0xC } + - { offsetInCU: 0xBD7, offset: 0x91F08, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x193C, symBinAddr: 0x49EBC, symSize: 0xC } + - { offsetInCU: 0xBF3, offset: 0x91F24, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2C3C, symBinAddr: 0x4AF98, symSize: 0x50 } + - { offsetInCU: 0xC2B, offset: 0x91F5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO8rawValueSSvg', symObjAddr: 0x16AC, symBinAddr: 0x49C2C, symSize: 0x18 } + - { offsetInCU: 0xC64, offset: 0x91F95, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x16E4, symBinAddr: 0x49C64, symSize: 0x18 } + - { offsetInCU: 0xC92, offset: 0x91FC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x16E4, symBinAddr: 0x49C64, symSize: 0x18 } + - { offsetInCU: 0xCE4, offset: 0x92015, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x19BC, symBinAddr: 0x49F3C, symSize: 0x64 } + - { offsetInCU: 0xD4A, offset: 0x9207B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1A20, symBinAddr: 0x49FA0, symSize: 0x28 } + - { offsetInCU: 0xD66, offset: 0x92097, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1A48, symBinAddr: 0x49FC8, symSize: 0x8 } + - { offsetInCU: 0xD9C, offset: 0x920CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1A50, symBinAddr: 0x49FD0, symSize: 0x68 } + - { offsetInCU: 0xE21, offset: 0x92152, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1AB8, symBinAddr: 0x4A038, symSize: 0xC } + - { offsetInCU: 0xE3D, offset: 0x9216E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1AC4, symBinAddr: 0x4A044, symSize: 0xC } + - { offsetInCU: 0xE5A, offset: 0x9218B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfd', symObjAddr: 0x1B20, symBinAddr: 0x4A0A0, symSize: 0x64 } + - { offsetInCU: 0xE87, offset: 0x921B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfD', symObjAddr: 0x1B84, symBinAddr: 0x4A104, symSize: 0x1C } + - { offsetInCU: 0xEB4, offset: 0x921E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1BC0, symBinAddr: 0x4A140, symSize: 0x380 } + - { offsetInCU: 0xF0B, offset: 0x9223C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1F40, symBinAddr: 0x4A4C0, symSize: 0x54 } + - { offsetInCU: 0xF43, offset: 0x92274, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1F94, symBinAddr: 0x4A514, symSize: 0x20 } + - { offsetInCU: 0xF75, offset: 0x922A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2104, symBinAddr: 0x4A578, symSize: 0xC } + - { offsetInCU: 0xFB6, offset: 0x922E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x2110, symBinAddr: 0x4A584, symSize: 0xC } + - { offsetInCU: 0xFF7, offset: 0x92328, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x211C, symBinAddr: 0x4A590, symSize: 0xC } + - { offsetInCU: 0x1038, offset: 0x92369, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2128, symBinAddr: 0x4A59C, symSize: 0xC } + - { offsetInCU: 0x1079, offset: 0x923AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2134, symBinAddr: 0x4A5A8, symSize: 0xC } + - { offsetInCU: 0x10BA, offset: 0x923EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2140, symBinAddr: 0x4A5B4, symSize: 0xC } + - { offsetInCU: 0x1193, offset: 0x924C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC7defaultACvgZTf4d_n', symObjAddr: 0x2540, symBinAddr: 0x4A8E8, symSize: 0x1AC } + - { offsetInCU: 0x131F, offset: 0x92650, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCMa', symObjAddr: 0x1BA0, symBinAddr: 0x4A120, symSize: 0x20 } + - { offsetInCU: 0x1333, offset: 0x92664, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x2018, symBinAddr: 0x4A534, symSize: 0x44 } + - { offsetInCU: 0x14A0, offset: 0x927D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x22E8, symBinAddr: 0x4A75C, symSize: 0x44 } + - { offsetInCU: 0x14E0, offset: 0x92811, size: 0x8, addend: 0x0, symName: '_$sypSgWOb', symObjAddr: 0x2764, symBinAddr: 0x4AAD0, symSize: 0x48 } + - { offsetInCU: 0x14F4, offset: 0x92825, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwet', symObjAddr: 0x27BC, symBinAddr: 0x4AB18, symSize: 0x90 } + - { offsetInCU: 0x1508, offset: 0x92839, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwst', symObjAddr: 0x284C, symBinAddr: 0x4ABA8, symSize: 0xBC } + - { offsetInCU: 0x151C, offset: 0x9284D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwug', symObjAddr: 0x2908, symBinAddr: 0x4AC64, symSize: 0x8 } + - { offsetInCU: 0x1530, offset: 0x92861, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwup', symObjAddr: 0x2910, symBinAddr: 0x4AC6C, symSize: 0x4 } + - { offsetInCU: 0x1544, offset: 0x92875, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwui', symObjAddr: 0x2914, symBinAddr: 0x4AC70, symSize: 0x8 } + - { offsetInCU: 0x1558, offset: 0x92889, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOMa', symObjAddr: 0x291C, symBinAddr: 0x4AC78, symSize: 0x10 } + - { offsetInCU: 0x156C, offset: 0x9289D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwet', symObjAddr: 0x292C, symBinAddr: 0x4AC88, symSize: 0x90 } + - { offsetInCU: 0x1580, offset: 0x928B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwst', symObjAddr: 0x29BC, symBinAddr: 0x4AD18, symSize: 0xBC } + - { offsetInCU: 0x1594, offset: 0x928C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwup', symObjAddr: 0x2A78, symBinAddr: 0x4ADD4, symSize: 0x4 } + - { offsetInCU: 0x15A8, offset: 0x928D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOMa', symObjAddr: 0x2A7C, symBinAddr: 0x4ADD8, symSize: 0x10 } + - { offsetInCU: 0x15BC, offset: 0x928ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASQWb', symObjAddr: 0x2A8C, symBinAddr: 0x4ADE8, symSize: 0x4 } + - { offsetInCU: 0x15D0, offset: 0x92901, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAESQAAWl', symObjAddr: 0x2A90, symBinAddr: 0x4ADEC, symSize: 0x44 } + - { offsetInCU: 0x15E4, offset: 0x92915, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASQWb', symObjAddr: 0x2AD4, symBinAddr: 0x4AE30, symSize: 0x4 } + - { offsetInCU: 0x15F8, offset: 0x92929, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAESQAAWl', symObjAddr: 0x2AD8, symBinAddr: 0x4AE34, symSize: 0x44 } + - { offsetInCU: 0x160C, offset: 0x9293D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2B1C, symBinAddr: 0x4AE78, symSize: 0x4 } + - { offsetInCU: 0x1620, offset: 0x92951, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B20, symBinAddr: 0x4AE7C, symSize: 0x44 } + - { offsetInCU: 0x1634, offset: 0x92965, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2B64, symBinAddr: 0x4AEC0, symSize: 0x4 } + - { offsetInCU: 0x1648, offset: 0x92979, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2B68, symBinAddr: 0x4AEC4, symSize: 0x44 } + - { offsetInCU: 0x165C, offset: 0x9298D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2BAC, symBinAddr: 0x4AF08, symSize: 0x4 } + - { offsetInCU: 0x1670, offset: 0x929A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2BB0, symBinAddr: 0x4AF0C, symSize: 0x44 } + - { offsetInCU: 0x1684, offset: 0x929B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2BF4, symBinAddr: 0x4AF50, symSize: 0x4 } + - { offsetInCU: 0x1698, offset: 0x929C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2BF8, symBinAddr: 0x4AF54, symSize: 0x44 } + - { offsetInCU: 0x16F6, offset: 0x92A27, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x16FC, symBinAddr: 0x49C7C, symSize: 0x88 } + - { offsetInCU: 0x17A5, offset: 0x92AD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1784, symBinAddr: 0x49D04, symSize: 0x60 } + - { offsetInCU: 0x1823, offset: 0x92B54, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x17E4, symBinAddr: 0x49D64, symSize: 0x40 } + - { offsetInCU: 0x1875, offset: 0x92BA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1824, symBinAddr: 0x49DA4, symSize: 0x5C } + - { offsetInCU: 0x18D7, offset: 0x92C08, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1948, symBinAddr: 0x49EC8, symSize: 0x28 } + - { offsetInCU: 0x18F3, offset: 0x92C24, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1970, symBinAddr: 0x49EF0, symSize: 0x28 } + - { offsetInCU: 0x190F, offset: 0x92C40, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1998, symBinAddr: 0x49F18, symSize: 0xC } + - { offsetInCU: 0x192B, offset: 0x92C5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x19A4, symBinAddr: 0x49F24, symSize: 0x8 } + - { offsetInCU: 0x1947, offset: 0x92C78, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x19AC, symBinAddr: 0x49F2C, symSize: 0x8 } + - { offsetInCU: 0x1963, offset: 0x92C94, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x19B4, symBinAddr: 0x49F34, symSize: 0x8 } + - { offsetInCU: 0x1985, offset: 0x92CB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1AD0, symBinAddr: 0x4A050, symSize: 0x28 } + - { offsetInCU: 0x19A1, offset: 0x92CD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1AF8, symBinAddr: 0x4A078, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x92FCF, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x4AFF0, symSize: 0xE0 } + - { offsetInCU: 0x81, offset: 0x93025, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x4AFF0, symSize: 0xE0 } + - { offsetInCU: 0x216, offset: 0x931BA, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0xE0, symBinAddr: 0x4B0D0, symSize: 0x58 } + - { offsetInCU: 0x268, offset: 0x9320C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0xE0, symBinAddr: 0x4B0D0, symSize: 0x58 } + - { offsetInCU: 0x325, offset: 0x932C9, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE10SolveCubic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A3CtFZTf4nnnnd_n', symObjAddr: 0x138, symBinAddr: 0x4B128, symSize: 0x258 } + - { offsetInCU: 0x27, offset: 0x937B2, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x4B380, symSize: 0x88 } + - { offsetInCU: 0x3F, offset: 0x937CA, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x4B380, symSize: 0x88 } + - { offsetInCU: 0x27, offset: 0x939D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x4B408, symSize: 0xC4 } + - { offsetInCU: 0xCA, offset: 0x93A78, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x4B408, symSize: 0xC4 } + - { offsetInCU: 0x11F, offset: 0x93ACD, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xC4, symBinAddr: 0x4B4CC, symSize: 0x90 } + - { offsetInCU: 0x191, offset: 0x93B3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfD', symObjAddr: 0x170, symBinAddr: 0x4B578, symSize: 0x34 } + - { offsetInCU: 0x201, offset: 0x93BAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x1C4, symBinAddr: 0x4B5CC, symSize: 0xC } + - { offsetInCU: 0x233, offset: 0x93BE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x1D0, symBinAddr: 0x4B5D8, symSize: 0x4 } + - { offsetInCU: 0x279, offset: 0x93C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x1D4, symBinAddr: 0x4B5DC, symSize: 0x18 } + - { offsetInCU: 0x2FD, offset: 0x93CAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1EC, symBinAddr: 0x4B5F4, symSize: 0x4 } + - { offsetInCU: 0x319, offset: 0x93CC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x1F0, symBinAddr: 0x4B5F8, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x93CE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6parentAcA10NodeOutput_pSg_tcfcTf4ng_n', symObjAddr: 0x31C, symBinAddr: 0x4B660, symSize: 0x198 } + - { offsetInCU: 0x4DB, offset: 0x93E89, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfE', symObjAddr: 0x154, symBinAddr: 0x4B55C, symSize: 0x1C } + - { offsetInCU: 0x508, offset: 0x93EB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCMa', symObjAddr: 0x1A4, symBinAddr: 0x4B5AC, symSize: 0x20 } + - { offsetInCU: 0x5AC, offset: 0x93F5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOc', symObjAddr: 0x210, symBinAddr: 0x4B618, symSize: 0x48 } + - { offsetInCU: 0x1BB, offset: 0x943F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeC11applyEffect2toySo7CALayerC_tF', symObjAddr: 0x0, symBinAddr: 0x4B7F8, symSize: 0x23C } + - { offsetInCU: 0x425, offset: 0x94662, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCfD', symObjAddr: 0x23C, symBinAddr: 0x4BA34, symSize: 0x24 } + - { offsetInCU: 0x471, offset: 0x946AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCMa', symObjAddr: 0x260, symBinAddr: 0x4BA58, symSize: 0x20 } + - { offsetInCU: 0x57E, offset: 0x947BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesC5modelAcA0bC5Model_p_tcfc', symObjAddr: 0x280, symBinAddr: 0x4BA78, symSize: 0x884 } + - { offsetInCU: 0x968, offset: 0x94BA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfd', symObjAddr: 0xB04, symBinAddr: 0x4C2FC, symSize: 0x4C } + - { offsetInCU: 0x995, offset: 0x94BD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfD', symObjAddr: 0xB50, symBinAddr: 0x4C348, symSize: 0x1C } + - { offsetInCU: 0x9D1, offset: 0x94C0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0xB8C, symBinAddr: 0x4C384, symSize: 0xC } + - { offsetInCU: 0xA04, offset: 0x94C41, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCMa', symObjAddr: 0xB6C, symBinAddr: 0x4C364, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x94F16, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x4C5A4, symSize: 0x5C } + - { offsetInCU: 0x7C, offset: 0x94F43, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfD', symObjAddr: 0x5C, symBinAddr: 0x4C600, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x94F7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x98, symBinAddr: 0x4C63C, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x94FC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xA4, symBinAddr: 0x4C648, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x95001, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xD4, symBinAddr: 0x4C678, symSize: 0xC } + - { offsetInCU: 0x17B, offset: 0x95042, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xE0, symBinAddr: 0x4C684, symSize: 0xC } + - { offsetInCU: 0x1AD, offset: 0x95074, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesC4starAcA4StarC_tcfcTf4gn_n', symObjAddr: 0xFD0, symBinAddr: 0x4D534, symSize: 0x444 } + - { offsetInCU: 0x540, offset: 0x95407, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCMa', symObjAddr: 0x78, symBinAddr: 0x4C61C, symSize: 0x20 } + - { offsetInCU: 0x680, offset: 0x95547, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xEC, symBinAddr: 0x4C690, symSize: 0x120 } + - { offsetInCU: 0x83F, offset: 0x95706, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCfD', symObjAddr: 0x20C, symBinAddr: 0x4C7B0, symSize: 0x34 } + - { offsetInCU: 0x8A0, offset: 0x95767, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x260, symBinAddr: 0x4C804, symSize: 0x44 } + - { offsetInCU: 0x8EC, offset: 0x957B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x2A4, symBinAddr: 0x4C848, symSize: 0x24 } + - { offsetInCU: 0x91E, offset: 0x957E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x2C8, symBinAddr: 0x4C86C, symSize: 0x4 } + - { offsetInCU: 0x958, offset: 0x9581F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2CC, symBinAddr: 0x4C870, symSize: 0x8 } + - { offsetInCU: 0x978, offset: 0x9583F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2CC, symBinAddr: 0x4C870, symSize: 0x8 } + - { offsetInCU: 0x9DB, offset: 0x958A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2D4, symBinAddr: 0x4C878, symSize: 0x10 } + - { offsetInCU: 0x9FB, offset: 0x958C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2D4, symBinAddr: 0x4C878, symSize: 0x10 } + - { offsetInCU: 0xA42, offset: 0x95909, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2E4, symBinAddr: 0x4C888, symSize: 0x8 } + - { offsetInCU: 0xA62, offset: 0x95929, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2E4, symBinAddr: 0x4C888, symSize: 0x8 } + - { offsetInCU: 0xA83, offset: 0x9594A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2EC, symBinAddr: 0x4C890, symSize: 0x8 } + - { offsetInCU: 0xAA3, offset: 0x9596A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2EC, symBinAddr: 0x4C890, symSize: 0x8 } + - { offsetInCU: 0xAC4, offset: 0x9598B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F4, symBinAddr: 0x4C898, symSize: 0x8 } + - { offsetInCU: 0xAE4, offset: 0x959AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F4, symBinAddr: 0x4C898, symSize: 0x8 } + - { offsetInCU: 0xB05, offset: 0x959CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2FC, symBinAddr: 0x4C8A0, symSize: 0x8 } + - { offsetInCU: 0xB25, offset: 0x959EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2FC, symBinAddr: 0x4C8A0, symSize: 0x8 } + - { offsetInCU: 0xB46, offset: 0x95A0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x304, symBinAddr: 0x4C8A8, symSize: 0xC } + - { offsetInCU: 0xB66, offset: 0x95A2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x304, symBinAddr: 0x4C8A8, symSize: 0xC } + - { offsetInCU: 0xB87, offset: 0x95A4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x310, symBinAddr: 0x4C8B4, symSize: 0x10 } + - { offsetInCU: 0xBA7, offset: 0x95A6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x310, symBinAddr: 0x4C8B4, symSize: 0x10 } + - { offsetInCU: 0xBC8, offset: 0x95A8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x320, symBinAddr: 0x4C8C4, symSize: 0xC } + - { offsetInCU: 0xBFA, offset: 0x95AC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC06parentC04starAcA08AnimatorC0_pSg_AA4StarCtcfcTf4ngn_n', symObjAddr: 0x1414, symBinAddr: 0x4D978, symSize: 0x114 } + - { offsetInCU: 0xCB3, offset: 0x95B7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCMa', symObjAddr: 0x240, symBinAddr: 0x4C7E4, symSize: 0x20 } + - { offsetInCU: 0xFE2, offset: 0x95EA9, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x718, symBinAddr: 0x4CCBC, symSize: 0x14 } + - { offsetInCU: 0x101A, offset: 0x95EE1, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay6Lottie14ShapeItemLayerC0I0VG8grouping_AISg17trailingSeparatort_Tg5', symObjAddr: 0x72C, symBinAddr: 0x4CCD0, symSize: 0x14 } + - { offsetInCU: 0x1052, offset: 0x95F19, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo13CATransform3DV_Tg5', symObjAddr: 0x740, symBinAddr: 0x4CCE4, symSize: 0x14 } + - { offsetInCU: 0x108A, offset: 0x95F51, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x754, symBinAddr: 0x4CCF8, symSize: 0x14 } + - { offsetInCU: 0x10C2, offset: 0x95F89, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo7CGPointV_Tg5', symObjAddr: 0x768, symBinAddr: 0x4CD0C, symSize: 0x14 } + - { offsetInCU: 0x10FA, offset: 0x95FC1, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSb_Tg5', symObjAddr: 0x77C, symBinAddr: 0x4CD20, symSize: 0x14 } + - { offsetInCU: 0x1132, offset: 0x95FF9, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo6CGSizeV_Tg5', symObjAddr: 0x79C, symBinAddr: 0x4CD40, symSize: 0x14 } + - { offsetInCU: 0x116A, offset: 0x96031, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x7BC, symBinAddr: 0x4CD60, symSize: 0x14 } + - { offsetInCU: 0x11A2, offset: 0x96069, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x7D0, symBinAddr: 0x4CD74, symSize: 0x14 } + - { offsetInCU: 0x11DA, offset: 0x960A1, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x86C, symBinAddr: 0x4CE10, symSize: 0x14 } + - { offsetInCU: 0x1212, offset: 0x960D9, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11PathElementV_Tg5', symObjAddr: 0x880, symBinAddr: 0x4CE24, symSize: 0x14 } + - { offsetInCU: 0x124A, offset: 0x96111, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV5start_AG3endt_Tg5', symObjAddr: 0x894, symBinAddr: 0x4CE38, symSize: 0x14 } + - { offsetInCU: 0x1282, offset: 0x96149, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16AnimationKeypathV7keypath_AE16AnyValueProvider_p05valueM0t_Tg5', symObjAddr: 0x8A8, symBinAddr: 0x4CE4C, symSize: 0x14 } + - { offsetInCU: 0x12BA, offset: 0x96181, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSS_Tg5', symObjAddr: 0x8BC, symBinAddr: 0x4CE60, symSize: 0x14 } + - { offsetInCU: 0x15EA, offset: 0x964B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7polygon8position14numberOfPoints11outerRadius0I11Roundedness8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA3oA0C9DirectionOtFZTf4nnnnnnd_n', symObjAddr: 0x8D0, symBinAddr: 0x4CE74, symSize: 0x6C0 } + - { offsetInCU: 0x24BE, offset: 0x97385, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x32C, symBinAddr: 0x4C8D0, symSize: 0x2B0 } + - { offsetInCU: 0x27C8, offset: 0x9768F, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFSay6Lottie11CurveVertexVG_Tg5', symObjAddr: 0x5DC, symBinAddr: 0x4CB80, symSize: 0x13C } + - { offsetInCU: 0x2B, offset: 0x97C36, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x4DA8C, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x97C4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x4DA8C, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x97C62, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMr', symObjAddr: 0x4, symBinAddr: 0x4DA90, symSize: 0x70 } + - { offsetInCU: 0x72, offset: 0x97C7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableA2aEP6sizingAA0B30UIMeasurementContainerStrategyOvgTW', symObjAddr: 0x74, symBinAddr: 0x4DB00, symSize: 0x8 } + - { offsetInCU: 0xBA, offset: 0x97CC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP04makeC07context0C4TypeQzAE0cE7ContextVyxG_tFTW', symObjAddr: 0x7C, symBinAddr: 0x4DB08, symSize: 0x8 } + - { offsetInCU: 0xEC, offset: 0x97CF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP06updateC0_7contexty0C4TypeQz_AE0cE7ContextVyxGtFTW', symObjAddr: 0x84, symBinAddr: 0x4DB10, symSize: 0x4 } + - { offsetInCU: 0x155, offset: 0x97D60, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV06updateC0_7contextyAA0B22UIMeasurementContainerCyxG_0B2UI0C20RepresentableContextVyACyxq_GGtF', symObjAddr: 0x88, symBinAddr: 0x4DB14, symSize: 0x2B8 } + - { offsetInCU: 0x281, offset: 0x97E8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP15makeCoordinator0G0QzyFTW', symObjAddr: 0x344, symBinAddr: 0x4DDD0, symSize: 0x24 } + - { offsetInCU: 0x2F3, offset: 0x97EFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCfD', symObjAddr: 0x6CC, symBinAddr: 0x4E12C, symSize: 0x38 } + - { offsetInCU: 0x38A, offset: 0x97F95, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorC7storageAEyxq__Gq__tc33_FF3F5C8F1A6E8A535DE5371260E28007LlfCTf4gn_n', symObjAddr: 0x15EC, symBinAddr: 0x4F04C, symSize: 0x7C } + - { offsetInCU: 0x3F0, offset: 0x97FFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV15makeCoordinatorAC0E0Cyxq__GyF', symObjAddr: 0x368, symBinAddr: 0x4DDF4, symSize: 0x3C } + - { offsetInCU: 0x45F, offset: 0x9806A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP12sizeThatFits_6uiView7contextSo6CGSizeVSgAE08ProposedJ4SizeV_0C4TypeQzAE0cE7ContextVyxGtFTW', symObjAddr: 0x3A8, symBinAddr: 0x4DE34, symSize: 0x90 } + - { offsetInCU: 0x491, offset: 0x9809C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideSizeThatFits_2in6uiViewySo6CGSizeVz_AE09_ProposedG0V0C4TypeQztFTW', symObjAddr: 0x438, symBinAddr: 0x4DEC4, symSize: 0x5C } + - { offsetInCU: 0x4B9, offset: 0x980C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextV10oldStorage017viewRepresentableE09containerAEyxq__Gq__0B2UI0ciE0VyACyxq_GGAA0B22UIMeasurementContainerCyxGtcfC', symObjAddr: 0x5C0, symBinAddr: 0x4E04C, symSize: 0xE0 } + - { offsetInCU: 0x4F5, offset: 0x98100, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMa', symObjAddr: 0x704, symBinAddr: 0x4E164, symSize: 0xC } + - { offsetInCU: 0x509, offset: 0x98114, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMi', symObjAddr: 0x710, symBinAddr: 0x4E170, symSize: 0x8 } + - { offsetInCU: 0x51D, offset: 0x98128, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMr', symObjAddr: 0x718, symBinAddr: 0x4E178, symSize: 0xC8 } + - { offsetInCU: 0x531, offset: 0x9813C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwCP', symObjAddr: 0x7E0, symBinAddr: 0x4E240, symSize: 0xE8 } + - { offsetInCU: 0x545, offset: 0x98150, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMa', symObjAddr: 0x8C8, symBinAddr: 0x4E328, symSize: 0xC } + - { offsetInCU: 0x559, offset: 0x98164, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwxx', symObjAddr: 0x8D4, symBinAddr: 0x4E334, symSize: 0x94 } + - { offsetInCU: 0x56D, offset: 0x98178, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwcp', symObjAddr: 0x968, symBinAddr: 0x4E3C8, symSize: 0xB4 } + - { offsetInCU: 0x581, offset: 0x9818C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwca', symObjAddr: 0xA1C, symBinAddr: 0x4E47C, symSize: 0xC0 } + - { offsetInCU: 0x595, offset: 0x981A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwtk', symObjAddr: 0xADC, symBinAddr: 0x4E53C, symSize: 0xB0 } + - { offsetInCU: 0x5A9, offset: 0x981B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwta', symObjAddr: 0xB8C, symBinAddr: 0x4E5EC, symSize: 0xB8 } + - { offsetInCU: 0x5BD, offset: 0x981C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwet', symObjAddr: 0xC44, symBinAddr: 0x4E6A4, symSize: 0xC } + - { offsetInCU: 0x5D1, offset: 0x981DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwst', symObjAddr: 0xD18, symBinAddr: 0x4E778, symSize: 0xC } + - { offsetInCU: 0x5E5, offset: 0x981F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMa', symObjAddr: 0xDF8, symBinAddr: 0x4E858, symSize: 0xC } + - { offsetInCU: 0x5F9, offset: 0x98204, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMi', symObjAddr: 0xE04, symBinAddr: 0x4E864, symSize: 0x8 } + - { offsetInCU: 0x60D, offset: 0x98218, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMr', symObjAddr: 0xE0C, symBinAddr: 0x4E86C, symSize: 0x90 } + - { offsetInCU: 0x621, offset: 0x9822C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwCP', symObjAddr: 0xE9C, symBinAddr: 0x4E8FC, symSize: 0xE8 } + - { offsetInCU: 0x635, offset: 0x98240, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwxx', symObjAddr: 0xF84, symBinAddr: 0x4E9E4, symSize: 0x68 } + - { offsetInCU: 0x649, offset: 0x98254, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwcp', symObjAddr: 0xFEC, symBinAddr: 0x4EA4C, symSize: 0x9C } + - { offsetInCU: 0x65D, offset: 0x98268, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwca', symObjAddr: 0x1088, symBinAddr: 0x4EAE8, symSize: 0xB0 } + - { offsetInCU: 0x671, offset: 0x9827C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwtk', symObjAddr: 0x1138, symBinAddr: 0x4EB98, symSize: 0x88 } + - { offsetInCU: 0x685, offset: 0x98290, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwta', symObjAddr: 0x11C0, symBinAddr: 0x4EC20, symSize: 0xA0 } + - { offsetInCU: 0x699, offset: 0x982A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwet', symObjAddr: 0x1260, symBinAddr: 0x4ECC0, symSize: 0x110 } + - { offsetInCU: 0x6AD, offset: 0x982B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwst', symObjAddr: 0x1370, symBinAddr: 0x4EDD0, symSize: 0x190 } + - { offsetInCU: 0x6C1, offset: 0x982CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AA20ConfigurationContextAaEP_AA13ViewProvidingPWT', symObjAddr: 0x1500, symBinAddr: 0x4EF60, symSize: 0x10 } + - { offsetInCU: 0x6D5, offset: 0x982E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AAWI', symObjAddr: 0x1510, symBinAddr: 0x4EF70, symSize: 0x2C } + - { offsetInCU: 0x6E9, offset: 0x982F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableAAWI', symObjAddr: 0x153C, symBinAddr: 0x4EF9C, symSize: 0x2C } + - { offsetInCU: 0x6FD, offset: 0x98308, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaE4ViewPWb', symObjAddr: 0x1568, symBinAddr: 0x4EFC8, symSize: 0x10 } + - { offsetInCU: 0x711, offset: 0x9831C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAA4BodyAeFP_AHWT', symObjAddr: 0x1578, symBinAddr: 0x4EFD8, symSize: 0xC } + - { offsetInCU: 0x725, offset: 0x98330, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV04makeC07contextAA0B22UIMeasurementContainerCyxG0B2UI0C20RepresentableContextVyACyxq_GG_tFTf4dn_n', symObjAddr: 0x1584, symBinAddr: 0x4EFE4, symSize: 0x68 } + - { offsetInCU: 0x7F6, offset: 0x98401, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP09dismantleC0_11coordinatory0C4TypeQz_11CoordinatorQztFZTW', symObjAddr: 0x340, symBinAddr: 0x4DDCC, symSize: 0x4 } + - { offsetInCU: 0x812, offset: 0x9841D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP19_identifiedViewTree2inAE011_IdentifiedgH0O0C4TypeQz_tFTW', symObjAddr: 0x3A4, symBinAddr: 0x4DE30, symSize: 0x4 } + - { offsetInCU: 0x82E, offset: 0x98439, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideLayoutTraits_3foryAE01_gH0Vz_0C4TypeQztFTW', symObjAddr: 0x494, symBinAddr: 0x4DF20, symSize: 0x4 } + - { offsetInCU: 0x84A, offset: 0x98455, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP24_modifyBridgedViewInputsyyAE01_hI0VzFZTW', symObjAddr: 0x498, symBinAddr: 0x4DF24, symSize: 0x14 } + - { offsetInCU: 0x866, offset: 0x98471, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP14_layoutOptionsyAE013_PlatformViewe6LayoutG0V0C4TypeQzFZTW', symObjAddr: 0x4AC, symBinAddr: 0x4DF38, symSize: 0x14 } + - { offsetInCU: 0x882, offset: 0x9848D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE04view6inputsAE01_E7OutputsVAE11_GraphValueVyxG_AE01_E6InputsVtFZTW', symObjAddr: 0x4C0, symBinAddr: 0x4DF4C, symSize: 0x5C } + - { offsetInCU: 0x89E, offset: 0x984A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE4List4view6inputsAE01_eG7OutputsVAE11_GraphValueVyxG_AE01_eG6InputsVtFZTW', symObjAddr: 0x51C, symBinAddr: 0x4DFA8, symSize: 0x5C } + - { offsetInCU: 0x8BA, offset: 0x984C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP14_viewListCount6inputsSiSgAE01_egH6InputsV_tFZTW', symObjAddr: 0x578, symBinAddr: 0x4E004, symSize: 0x18 } + - { offsetInCU: 0x8D6, offset: 0x984E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP4body4BodyQzvgTW', symObjAddr: 0x590, symBinAddr: 0x4E01C, symSize: 0x30 } + - { offsetInCU: 0x1F6, offset: 0x98876, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE03logB5IssueyySSKFAA21LayerAnimationContextV_TB5', symObjAddr: 0x0, symBinAddr: 0x4F0C8, symSize: 0x240 } + - { offsetInCU: 0x516, offset: 0x98B96, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5coderAESgSo7NSCoderC_tcfcTo', symObjAddr: 0x12DC, symBinAddr: 0x503A4, symSize: 0x58 } + - { offsetInCU: 0x55D, offset: 0x98BDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5layerAEyp_tcfc', symObjAddr: 0x1334, symBinAddr: 0x503FC, symSize: 0x1B0 } + - { offsetInCU: 0x63E, offset: 0x98CBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAEycfcTo', symObjAddr: 0x154C, symBinAddr: 0x50614, symSize: 0x2C } + - { offsetInCU: 0x6D0, offset: 0x98D50, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x240, symBinAddr: 0x4F308, symSize: 0x4CC } + - { offsetInCU: 0xBBC, offset: 0x9923C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x744, symBinAddr: 0x4F80C, symSize: 0x58 } + - { offsetInCU: 0xC03, offset: 0x99283, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x79C, symBinAddr: 0x4F864, symSize: 0x1B0 } + - { offsetInCU: 0xCC6, offset: 0x99346, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyF', symObjAddr: 0x958, symBinAddr: 0x4FA20, symSize: 0x1FC } + - { offsetInCU: 0xE86, offset: 0x99506, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyFTo', symObjAddr: 0xB54, symBinAddr: 0x4FC1C, symSize: 0x2C } + - { offsetInCU: 0xEC0, offset: 0x99540, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCACycfcTo', symObjAddr: 0xB80, symBinAddr: 0x4FC48, symSize: 0x2C } + - { offsetInCU: 0x1142, offset: 0x997C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCfETo', symObjAddr: 0xBB0, symBinAddr: 0x4FC78, symSize: 0x10 } + - { offsetInCU: 0x1171, offset: 0x997F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCMa', symObjAddr: 0xBC0, symBinAddr: 0x4FC88, symSize: 0x20 } + - { offsetInCU: 0x1185, offset: 0x99805, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xBE0, symBinAddr: 0x4FCA8, symSize: 0x1F4 } + - { offsetInCU: 0x184C, offset: 0x99ECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xDD4, symBinAddr: 0x4FE9C, symSize: 0x4F4 } + - { offsetInCU: 0x1D0C, offset: 0x9A38C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_', symObjAddr: 0x15E0, symBinAddr: 0x506A8, symSize: 0x8C } + - { offsetInCU: 0x1D6B, offset: 0x9A3EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCAA09AnimationD0A2aDP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x12C8, symBinAddr: 0x50390, symSize: 0x14 } + - { offsetInCU: 0x1D8E, offset: 0x9A40E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CfETo', symObjAddr: 0x15B0, symBinAddr: 0x50678, symSize: 0x10 } + - { offsetInCU: 0x1DBD, offset: 0x9A43D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CMa', symObjAddr: 0x15C0, symBinAddr: 0x50688, symSize: 0x20 } + - { offsetInCU: 0x1DD1, offset: 0x9A451, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAA09AnimationD0A2aFP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x166C, symBinAddr: 0x50734, symSize: 0x14 } + - { offsetInCU: 0x1E7A, offset: 0x9A4FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_So13CATransform3DV_Tg5Tf4nxnn_n', symObjAddr: 0x3A40, symBinAddr: 0x5298C, symSize: 0x24C } + - { offsetInCU: 0x1FC0, offset: 0x9A640, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_12CoreGraphics7CGFloatV_Tg5Tf4nxnn_n', symObjAddr: 0x3C8C, symBinAddr: 0x52BD8, symSize: 0x17C } + - { offsetInCU: 0x2105, offset: 0x9A785, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_Sb_Tg5Tf4nxnn_n', symObjAddr: 0x3E08, symBinAddr: 0x52D54, symSize: 0x18C } + - { offsetInCU: 0x228A, offset: 0x9A90A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_TA', symObjAddr: 0x1CC4, symBinAddr: 0x50D8C, symSize: 0x8 } + - { offsetInCU: 0x22C4, offset: 0x9A944, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5', symObjAddr: 0x1D0C, symBinAddr: 0x50D94, symSize: 0xA4 } + - { offsetInCU: 0x2426, offset: 0x9AAA6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo13CATransform3DV_TB5Tf4xnd_n', symObjAddr: 0x1DB0, symBinAddr: 0x50E38, symSize: 0x3BC } + - { offsetInCU: 0x2732, offset: 0x9ADB2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo7CGPointV_TB5Tf4xnd_n', symObjAddr: 0x216C, symBinAddr: 0x511F4, symSize: 0x2E8 } + - { offsetInCU: 0x2A3E, offset: 0x9B0BE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlF12CoreGraphics7CGFloatV_TB5Tf4xnd_n', symObjAddr: 0x2454, symBinAddr: 0x514DC, symSize: 0x2E0 } + - { offsetInCU: 0x2D4E, offset: 0x9B3CE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSb_TB5Tf4xnd_n', symObjAddr: 0x2734, symBinAddr: 0x517BC, symSize: 0x2D8 } + - { offsetInCU: 0x3055, offset: 0x9B6D5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo10CGColorRefa_TB5Tf4xnd_n', symObjAddr: 0x2A0C, symBinAddr: 0x51A94, symSize: 0x2A8 } + - { offsetInCU: 0x333A, offset: 0x9B9BA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo6CGSizeV_TB5Tf4xnd_n', symObjAddr: 0x2CB4, symBinAddr: 0x51D3C, symSize: 0x2E8 } + - { offsetInCU: 0x35EE, offset: 0x9BC6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x3008, symBinAddr: 0x52048, symSize: 0x8 } + - { offsetInCU: 0x365A, offset: 0x9BCDA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo9CGPathRefa_TB5Tf4xnd_n', symObjAddr: 0x3010, symBinAddr: 0x52050, symSize: 0x2A8 } + - { offsetInCU: 0x393F, offset: 0x9BFBF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSaySo10CGColorRefaG_TB5Tf4xnd_n', symObjAddr: 0x32B8, symBinAddr: 0x522F8, symSize: 0x300 } + - { offsetInCU: 0x3C4E, offset: 0x9C2CE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSay12CoreGraphics7CGFloatVG_TB5Tf4xnd_n', symObjAddr: 0x35B8, symBinAddr: 0x525F8, symSize: 0x300 } + - { offsetInCU: 0x3F05, offset: 0x9C585, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tSgWOh', symObjAddr: 0x38B8, symBinAddr: 0x528F8, symSize: 0x40 } + - { offsetInCU: 0x3FA3, offset: 0x9C623, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So9CGPathRefa_Tg5TA', symObjAddr: 0x4124, symBinAddr: 0x53070, symSize: 0x30 } + - { offsetInCU: 0x3FB7, offset: 0x9C637, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x4154, symBinAddr: 0x530A0, symSize: 0x8 } + - { offsetInCU: 0x3FCB, offset: 0x9C64B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOr', symObjAddr: 0x4180, symBinAddr: 0x530CC, symSize: 0x28 } + - { offsetInCU: 0x3FDF, offset: 0x9C65F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOs', symObjAddr: 0x41A8, symBinAddr: 0x530F4, symSize: 0x28 } + - { offsetInCU: 0x3FF3, offset: 0x9C673, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x41D0, symBinAddr: 0x5311C, symSize: 0x8 } + - { offsetInCU: 0x4007, offset: 0x9C687, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x41D8, symBinAddr: 0x53124, symSize: 0x8 } + - { offsetInCU: 0x401B, offset: 0x9C69B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOc', symObjAddr: 0x4268, symBinAddr: 0x5312C, symSize: 0x48 } + - { offsetInCU: 0x402F, offset: 0x9C6AF, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x42B0, symBinAddr: 0x53174, symSize: 0x48 } + - { offsetInCU: 0x4043, offset: 0x9C6C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x434C, symBinAddr: 0x53210, symSize: 0x2C } + - { offsetInCU: 0x4057, offset: 0x9C6D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x43F0, symBinAddr: 0x532B4, symSize: 0x30 } + - { offsetInCU: 0x406B, offset: 0x9C6EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So7CGPointV_Tg5TA', symObjAddr: 0x4454, symBinAddr: 0x53318, symSize: 0x2C } + - { offsetInCU: 0x407F, offset: 0x9C6FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Say12CoreGraphics7CGFloatVG_Tg5TA', symObjAddr: 0x44B4, symBinAddr: 0x53378, symSize: 0x38 } + - { offsetInCU: 0x4093, offset: 0x9C713, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_SaySo10CGColorRefaG_Tg5TA', symObjAddr: 0x46AC, symBinAddr: 0x53570, symSize: 0x30 } + - { offsetInCU: 0x40A7, offset: 0x9C727, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So13CATransform3DV_Tg5TA', symObjAddr: 0x46F8, symBinAddr: 0x535BC, symSize: 0x38 } + - { offsetInCU: 0x40BB, offset: 0x9C73B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So6CGSizeV_Tg5TA', symObjAddr: 0x47A0, symBinAddr: 0x53628, symSize: 0x28 } + - { offsetInCU: 0x40CF, offset: 0x9C74F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Sb_Tg5TA', symObjAddr: 0x47E4, symBinAddr: 0x5366C, symSize: 0x24 } + - { offsetInCU: 0x44BD, offset: 0x9CB3D, size: 0x8, addend: 0x0, symName: '_$sSKsE4last5where7ElementQzSgSbADKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AF16AnyValueProvider_p05valueJ0tG_Tg5011$s6Lottie18ij74StoreC05valueC033_4EC701FB5E0978BECCD084F684086AE8LL3forAA03AnybC0_pSgAA16eF20V_tFSbAJ_AaG_ptXEfU_AHTf1ncn_n', symObjAddr: 0x1C08, symBinAddr: 0x50CD0, symSize: 0xBC } + - { offsetInCU: 0x27, offset: 0x9D2D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x536B0, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x9D2EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x536B0, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x9D300, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwxx', symObjAddr: 0x80, symBinAddr: 0x536E0, symSize: 0xC } + - { offsetInCU: 0x67, offset: 0x9D314, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwcp', symObjAddr: 0xD0, symBinAddr: 0x536EC, symSize: 0x78 } + - { offsetInCU: 0x7B, offset: 0x9D328, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwca', symObjAddr: 0x148, symBinAddr: 0x53764, symSize: 0xB8 } + - { offsetInCU: 0x8F, offset: 0x9D33C, size: 0x8, addend: 0x0, symName: ___swift_memcpy100_8, symObjAddr: 0x200, symBinAddr: 0x5381C, symSize: 0x2C } + - { offsetInCU: 0xA3, offset: 0x9D350, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwta', symObjAddr: 0x22C, symBinAddr: 0x53848, symSize: 0x78 } + - { offsetInCU: 0xB7, offset: 0x9D364, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwet', symObjAddr: 0x2A4, symBinAddr: 0x538C0, symSize: 0x54 } + - { offsetInCU: 0xCB, offset: 0x9D378, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwst', symObjAddr: 0x2F8, symBinAddr: 0x53914, symSize: 0x6C } + - { offsetInCU: 0xDF, offset: 0x9D38C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVMa', symObjAddr: 0x364, symBinAddr: 0x53980, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x9D3A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4ndd_n', symObjAddr: 0x374, symBinAddr: 0x53990, symSize: 0x214 } + - { offsetInCU: 0x161, offset: 0x9D40E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4gdd_n', symObjAddr: 0x598, symBinAddr: 0x53BB4, symSize: 0x128 } + - { offsetInCU: 0x1B6, offset: 0x9D463, size: 0x8, addend: 0x0, symName: ___swift_memcpy20_8, symObjAddr: 0x6D0, symBinAddr: 0x53CEC, symSize: 0x14 } + - { offsetInCU: 0x1CA, offset: 0x9D477, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwet', symObjAddr: 0x6E8, symBinAddr: 0x53D00, symSize: 0x20 } + - { offsetInCU: 0x1DE, offset: 0x9D48B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwst', symObjAddr: 0x708, symBinAddr: 0x53D20, symSize: 0x2C } + - { offsetInCU: 0x1F2, offset: 0x9D49F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVMa', symObjAddr: 0x734, symBinAddr: 0x53D4C, symSize: 0x10 } + - { offsetInCU: 0x206, offset: 0x9D4B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x744, symBinAddr: 0x53D5C, symSize: 0x64 } + - { offsetInCU: 0x21A, offset: 0x9D4C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwca', symObjAddr: 0x7A8, symBinAddr: 0x53DC0, symSize: 0x94 } + - { offsetInCU: 0x22E, offset: 0x9D4DB, size: 0x8, addend: 0x0, symName: ___swift_memcpy80_8, symObjAddr: 0x83C, symBinAddr: 0x53E54, symSize: 0x1C } + - { offsetInCU: 0x242, offset: 0x9D4EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwta', symObjAddr: 0x858, symBinAddr: 0x53E70, symSize: 0x60 } + - { offsetInCU: 0x256, offset: 0x9D503, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwet', symObjAddr: 0x8B8, symBinAddr: 0x53ED0, symSize: 0x54 } + - { offsetInCU: 0x26A, offset: 0x9D517, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwst', symObjAddr: 0x90C, symBinAddr: 0x53F24, symSize: 0x64 } + - { offsetInCU: 0x27E, offset: 0x9D52B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVMa', symObjAddr: 0x970, symBinAddr: 0x53F88, symSize: 0x10 } + - { offsetInCU: 0x60, offset: 0x9D719, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x53FA0, symSize: 0x9C } + - { offsetInCU: 0x9C, offset: 0x9D755, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvg', symObjAddr: 0x9C, symBinAddr: 0x5403C, symSize: 0x1A4 } + - { offsetInCU: 0x1D0, offset: 0x9D889, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x240, symBinAddr: 0x541E0, symSize: 0xDC } + - { offsetInCU: 0x290, offset: 0x9D949, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x31C, symBinAddr: 0x542BC, symSize: 0x160 } + - { offsetInCU: 0x41C, offset: 0x9DAD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x47C, symBinAddr: 0x5441C, symSize: 0xDC } + - { offsetInCU: 0x544, offset: 0x9DBFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x558, symBinAddr: 0x544F8, symSize: 0x60 } + - { offsetInCU: 0x5C9, offset: 0x9DC82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x5B8, symBinAddr: 0x54558, symSize: 0x180 } + - { offsetInCU: 0x72A, offset: 0x9DDE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x738, symBinAddr: 0x546D8, symSize: 0x140 } + - { offsetInCU: 0x7F2, offset: 0x9DEAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF', symObjAddr: 0x878, symBinAddr: 0x54818, symSize: 0x188 } + - { offsetInCU: 0x969, offset: 0x9E022, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_', symObjAddr: 0xA00, symBinAddr: 0x549A0, symSize: 0xB0 } + - { offsetInCU: 0x9CE, offset: 0x9E087, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_', symObjAddr: 0xAB0, symBinAddr: 0x54A50, symSize: 0x1EC } + - { offsetInCU: 0xA56, offset: 0x9E10F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xE4C, symBinAddr: 0x54DEC, symSize: 0x184 } + - { offsetInCU: 0xBD4, offset: 0x9E28D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0xFD0, symBinAddr: 0x54F70, symSize: 0x3D0 } + - { offsetInCU: 0xC91, offset: 0x9E34A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x13C0, symBinAddr: 0x55360, symSize: 0x4 } + - { offsetInCU: 0x106B, offset: 0x9E724, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOc', symObjAddr: 0x1400, symBinAddr: 0x55364, symSize: 0x34 } + - { offsetInCU: 0x107F, offset: 0x9E738, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x1458, symBinAddr: 0x5539C, symSize: 0x8 } + - { offsetInCU: 0x1093, offset: 0x9E74C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x14D8, symBinAddr: 0x5541C, symSize: 0x8 } + - { offsetInCU: 0x10A7, offset: 0x9E760, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedSwitchCytG_Tg5TA', symObjAddr: 0x14E0, symBinAddr: 0x55424, symSize: 0x8 } + - { offsetInCU: 0x10BB, offset: 0x9E774, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x14E8, symBinAddr: 0x5542C, symSize: 0x8 } + - { offsetInCU: 0x10CF, offset: 0x9E788, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1578, symBinAddr: 0x55480, symSize: 0x8 } + - { offsetInCU: 0x10E3, offset: 0x9E79C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOh', symObjAddr: 0x15A4, symBinAddr: 0x554AC, symSize: 0x2C } + - { offsetInCU: 0x10F7, offset: 0x9E7B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOd', symObjAddr: 0x15D0, symBinAddr: 0x554D8, symSize: 0x34 } + - { offsetInCU: 0x110B, offset: 0x9E7C4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGSgWOe', symObjAddr: 0x1604, symBinAddr: 0x5550C, symSize: 0x2C } + - { offsetInCU: 0x111F, offset: 0x9E7D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1638, symBinAddr: 0x55540, symSize: 0xC } + - { offsetInCU: 0x1133, offset: 0x9E7EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1654, symBinAddr: 0x5555C, symSize: 0x28 } + - { offsetInCU: 0x1147, offset: 0x9E800, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x168C, symBinAddr: 0x55594, symSize: 0x28 } + - { offsetInCU: 0x115B, offset: 0x9E814, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1720, symBinAddr: 0x55628, symSize: 0x20 } + - { offsetInCU: 0x116F, offset: 0x9E828, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x1740, symBinAddr: 0x55648, symSize: 0x2C } + - { offsetInCU: 0x1183, offset: 0x9E83C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x17B0, symBinAddr: 0x55674, symSize: 0x24 } + - { offsetInCU: 0x1197, offset: 0x9E850, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAC7SwiftUI4ViewAAWl', symObjAddr: 0x17D4, symBinAddr: 0x55698, symSize: 0x44 } + - { offsetInCU: 0x11AB, offset: 0x9E864, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x1818, symBinAddr: 0x556DC, symSize: 0x10 } + - { offsetInCU: 0x11BF, offset: 0x9E878, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwCP', symObjAddr: 0x1828, symBinAddr: 0x556EC, symSize: 0x30 } + - { offsetInCU: 0x11D3, offset: 0x9E88C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwxx', symObjAddr: 0x1858, symBinAddr: 0x5571C, symSize: 0x70 } + - { offsetInCU: 0x11E7, offset: 0x9E8A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwcp', symObjAddr: 0x18C8, symBinAddr: 0x5578C, symSize: 0x11C } + - { offsetInCU: 0x11FB, offset: 0x9E8B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwca', symObjAddr: 0x19E4, symBinAddr: 0x558A8, symSize: 0x1C8 } + - { offsetInCU: 0x120F, offset: 0x9E8C8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGWOh', symObjAddr: 0x1BE0, symBinAddr: 0x55A70, symSize: 0x40 } + - { offsetInCU: 0x1223, offset: 0x9E8DC, size: 0x8, addend: 0x0, symName: ___swift_memcpy137_8, symObjAddr: 0x1C60, symBinAddr: 0x55AB0, symSize: 0x34 } + - { offsetInCU: 0x1237, offset: 0x9E8F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwta', symObjAddr: 0x1C94, symBinAddr: 0x55AE4, symSize: 0x108 } + - { offsetInCU: 0x124B, offset: 0x9E904, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwet', symObjAddr: 0x1D9C, symBinAddr: 0x55BEC, symSize: 0x48 } + - { offsetInCU: 0x125F, offset: 0x9E918, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwst', symObjAddr: 0x1DE4, symBinAddr: 0x55C34, symSize: 0x64 } + - { offsetInCU: 0x1273, offset: 0x9E92C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVMa', symObjAddr: 0x1E48, symBinAddr: 0x55C98, symSize: 0x10 } + - { offsetInCU: 0x1287, offset: 0x9E940, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_TA', symObjAddr: 0x1ED0, symBinAddr: 0x55CDC, symSize: 0xC } + - { offsetInCU: 0x129B, offset: 0x9E954, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOe', symObjAddr: 0x1EDC, symBinAddr: 0x55CE8, symSize: 0x10 } + - { offsetInCU: 0x12AF, offset: 0x9E968, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueCMa', symObjAddr: 0x1EEC, symBinAddr: 0x55CF8, symSize: 0x3C } + - { offsetInCU: 0x12C3, offset: 0x9E97C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_yyScMYccfU_TA', symObjAddr: 0x1F68, symBinAddr: 0x55D74, symSize: 0x54 } + - { offsetInCU: 0x12F7, offset: 0x9E9B0, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1FBC, symBinAddr: 0x55DC8, symSize: 0x10 } + - { offsetInCU: 0x130B, offset: 0x9E9C4, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1FCC, symBinAddr: 0x55DD8, symSize: 0x8 } + - { offsetInCU: 0x131F, offset: 0x9E9D8, size: 0x8, addend: 0x0, symName: '_$s8Dispatch0A13WorkItemFlagsVACs10SetAlgebraAAWl', symObjAddr: 0x1FD4, symBinAddr: 0x55DE0, symSize: 0x48 } + - { offsetInCU: 0x141F, offset: 0x9EAD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x13A0, symBinAddr: 0x55340, symSize: 0x4 } + - { offsetInCU: 0x143B, offset: 0x9EAF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x13A4, symBinAddr: 0x55344, symSize: 0x4 } + - { offsetInCU: 0x1457, offset: 0x9EB10, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x13A8, symBinAddr: 0x55348, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0x9ED75, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x55E94, symSize: 0x2E0 } + - { offsetInCU: 0x9F, offset: 0x9EDE9, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x55E94, symSize: 0x2E0 } + - { offsetInCU: 0x27, offset: 0x9F105, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x5618C, symSize: 0x4C } + - { offsetInCU: 0x50, offset: 0x9F12E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x5618C, symSize: 0x4C } + - { offsetInCU: 0xAA, offset: 0x9F188, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4C, symBinAddr: 0x561D8, symSize: 0x14 } + - { offsetInCU: 0x139, offset: 0x9F217, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH9hashValueSivgTW', symObjAddr: 0x60, symBinAddr: 0x561EC, symSize: 0x44 } + - { offsetInCU: 0x21C, offset: 0x9F2FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA4, symBinAddr: 0x56230, symSize: 0x28 } + - { offsetInCU: 0x335, offset: 0x9F413, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtF', symObjAddr: 0x10C, symBinAddr: 0x56298, symSize: 0x1BC } + - { offsetInCU: 0x45E, offset: 0x9F53C, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtFTo', symObjAddr: 0x2C8, symBinAddr: 0x56454, symSize: 0x64 } + - { offsetInCU: 0x498, offset: 0x9F576, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCACycfcTo', symObjAddr: 0x32C, symBinAddr: 0x564B8, symSize: 0x2C } + - { offsetInCU: 0x4FF, offset: 0x9F5DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfD', symObjAddr: 0x358, symBinAddr: 0x564E4, symSize: 0x30 } + - { offsetInCU: 0x543, offset: 0x9F621, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfETo', symObjAddr: 0x388, symBinAddr: 0x56514, symSize: 0x50 } + - { offsetInCU: 0x572, offset: 0x9F650, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCMa', symObjAddr: 0x3D8, symBinAddr: 0x56564, symSize: 0x20 } + - { offsetInCU: 0x586, offset: 0x9F664, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwet', symObjAddr: 0x408, symBinAddr: 0x56584, symSize: 0x90 } + - { offsetInCU: 0x59A, offset: 0x9F678, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwst', symObjAddr: 0x498, symBinAddr: 0x56614, symSize: 0xBC } + - { offsetInCU: 0x5AE, offset: 0x9F68C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwug', symObjAddr: 0x554, symBinAddr: 0x566D0, symSize: 0x8 } + - { offsetInCU: 0x5C2, offset: 0x9F6A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwup', symObjAddr: 0x55C, symBinAddr: 0x566D8, symSize: 0x4 } + - { offsetInCU: 0x5D6, offset: 0x9F6B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwui', symObjAddr: 0x560, symBinAddr: 0x566DC, symSize: 0x8 } + - { offsetInCU: 0x5EA, offset: 0x9F6C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOMa', symObjAddr: 0x568, symBinAddr: 0x566E4, symSize: 0x10 } + - { offsetInCU: 0x5FE, offset: 0x9F6DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwCP', symObjAddr: 0x578, symBinAddr: 0x566F4, symSize: 0x34 } + - { offsetInCU: 0x612, offset: 0x9F6F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwxx', symObjAddr: 0x5AC, symBinAddr: 0x56728, symSize: 0x8 } + - { offsetInCU: 0x626, offset: 0x9F704, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwcp', symObjAddr: 0x5B4, symBinAddr: 0x56730, symSize: 0x34 } + - { offsetInCU: 0x63A, offset: 0x9F718, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwca', symObjAddr: 0x5E8, symBinAddr: 0x56764, symSize: 0x48 } + - { offsetInCU: 0x64E, offset: 0x9F72C, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x630, symBinAddr: 0x567AC, symSize: 0x14 } + - { offsetInCU: 0x662, offset: 0x9F740, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwta', symObjAddr: 0x644, symBinAddr: 0x567C0, symSize: 0x38 } + - { offsetInCU: 0x676, offset: 0x9F754, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwet', symObjAddr: 0x67C, symBinAddr: 0x567F8, symSize: 0x48 } + - { offsetInCU: 0x68A, offset: 0x9F768, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwst', symObjAddr: 0x6C4, symBinAddr: 0x56840, symSize: 0x40 } + - { offsetInCU: 0x69E, offset: 0x9F77C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVMa', symObjAddr: 0x704, symBinAddr: 0x56880, symSize: 0x10 } + - { offsetInCU: 0x6B2, offset: 0x9F790, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASQWb', symObjAddr: 0x714, symBinAddr: 0x56890, symSize: 0x4 } + - { offsetInCU: 0x6C6, offset: 0x9F7A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOACSQAAWl', symObjAddr: 0x718, symBinAddr: 0x56894, symSize: 0x44 } + - { offsetInCU: 0x718, offset: 0x9F7F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCC, symBinAddr: 0x56258, symSize: 0x40 } + - { offsetInCU: 0x95, offset: 0x9FA92, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufC', symObjAddr: 0x18, symBinAddr: 0x568F0, symSize: 0x1FC } + - { offsetInCU: 0x14F, offset: 0x9FB4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufC', symObjAddr: 0x29C, symBinAddr: 0x56AEC, symSize: 0x200 } + - { offsetInCU: 0x209, offset: 0x9FC06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_', symObjAddr: 0x4F8, symBinAddr: 0x56D48, symSize: 0x60 } + - { offsetInCU: 0x23D, offset: 0x9FC3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TQ0_', symObjAddr: 0x558, symBinAddr: 0x56DA8, symSize: 0x88 } + - { offsetInCU: 0x2BE, offset: 0x9FCBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x5E0, symBinAddr: 0x56E30, symSize: 0x24 } + - { offsetInCU: 0x2E8, offset: 0x9FCE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x5E0, symBinAddr: 0x56E30, symSize: 0x24 } + - { offsetInCU: 0x315, offset: 0x9FD12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC7SwiftUI05EmptyB0V_Tg5', symObjAddr: 0x604, symBinAddr: 0x56E54, symSize: 0x1E4 } + - { offsetInCU: 0x3BB, offset: 0x9FDB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC', symObjAddr: 0x7E8, symBinAddr: 0x57038, symSize: 0x1E4 } + - { offsetInCU: 0x469, offset: 0x9FE66, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_', symObjAddr: 0xB38, symBinAddr: 0x57388, symSize: 0x60 } + - { offsetInCU: 0x49D, offset: 0x9FE9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TQ0_', symObjAddr: 0xB98, symBinAddr: 0x573E8, symSize: 0x88 } + - { offsetInCU: 0x51E, offset: 0x9FF1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xC20, symBinAddr: 0x57470, symSize: 0x28 } + - { offsetInCU: 0x548, offset: 0x9FF45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xC20, symBinAddr: 0x57470, symSize: 0x28 } + - { offsetInCU: 0x575, offset: 0x9FF72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufC', symObjAddr: 0xCF0, symBinAddr: 0x57540, symSize: 0x10 } + - { offsetInCU: 0x5A4, offset: 0x9FFA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufcAFycfu_', symObjAddr: 0xD00, symBinAddr: 0x57550, symSize: 0x4 } + - { offsetInCU: 0x5BE, offset: 0x9FFBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg', symObjAddr: 0xD04, symBinAddr: 0x57554, symSize: 0x63C } + - { offsetInCU: 0x72C, offset: 0xA0129, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_', symObjAddr: 0x1340, symBinAddr: 0x57B90, symSize: 0xFC } + - { offsetInCU: 0x765, offset: 0xA0162, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_', symObjAddr: 0x14DC, symBinAddr: 0x57D2C, symSize: 0x90 } + - { offsetInCU: 0x7CE, offset: 0xA01CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_', symObjAddr: 0x1CA0, symBinAddr: 0x584F0, symSize: 0x1FC } + - { offsetInCU: 0x8B8, offset: 0xA02B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15animationSource33_787591BEA89A564C71734146BCF90079LLAA0a9AnimationD0OSgvg', symObjAddr: 0x143C, symBinAddr: 0x57C8C, symSize: 0xA0 } + - { offsetInCU: 0x909, offset: 0xA0306, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtF', symObjAddr: 0x156C, symBinAddr: 0x57DBC, symSize: 0x734 } + - { offsetInCU: 0xEAB, offset: 0xA08A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtFSbAA0E13ImageProvider_p_AaM_ptcfU_', symObjAddr: 0x4978, symBinAddr: 0x5B1C8, symSize: 0xDC } + - { offsetInCU: 0xF41, offset: 0xA093E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x1F5C, symBinAddr: 0x587AC, symSize: 0x1E0 } + - { offsetInCU: 0xFA5, offset: 0xA09A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_', symObjAddr: 0x464C, symBinAddr: 0x5AE9C, symSize: 0x20 } + - { offsetInCU: 0xFF3, offset: 0xA09F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY0_', symObjAddr: 0x466C, symBinAddr: 0x5AEBC, symSize: 0xA8 } + - { offsetInCU: 0x1060, offset: 0xA0A5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TQ1_', symObjAddr: 0x4714, symBinAddr: 0x5AF64, symSize: 0x84 } + - { offsetInCU: 0x1111, offset: 0xA0B0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY2_', symObjAddr: 0x4798, symBinAddr: 0x5AFE8, symSize: 0x88 } + - { offsetInCU: 0x11D5, offset: 0xA0BD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY3_', symObjAddr: 0x4820, symBinAddr: 0x5B070, symSize: 0xB4 } + - { offsetInCU: 0x12A5, offset: 0xA0CA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_', symObjAddr: 0x48D4, symBinAddr: 0x5B124, symSize: 0xA4 } + - { offsetInCU: 0x13B1, offset: 0xA0DAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV31reloadAnimationTriggerDidChange33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x213C, symBinAddr: 0x5898C, symSize: 0x88 } + - { offsetInCU: 0x1412, offset: 0xA0E0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF', symObjAddr: 0x21C4, symBinAddr: 0x58A14, symSize: 0xF8 } + - { offsetInCU: 0x147C, offset: 0xA0E79, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_', symObjAddr: 0x22BC, symBinAddr: 0x58B0C, symSize: 0xA0 } + - { offsetInCU: 0x14E4, offset: 0xA0EE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF', symObjAddr: 0x235C, symBinAddr: 0x58BAC, symSize: 0xE4 } + - { offsetInCU: 0x1622, offset: 0xA101F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_', symObjAddr: 0x2644, symBinAddr: 0x58E94, symSize: 0x60 } + - { offsetInCU: 0x167D, offset: 0xA107A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF', symObjAddr: 0x2440, symBinAddr: 0x58C90, symSize: 0x100 } + - { offsetInCU: 0x16E7, offset: 0xA10E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_', symObjAddr: 0x2540, symBinAddr: 0x58D90, symSize: 0x104 } + - { offsetInCU: 0x174F, offset: 0xA114C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF', symObjAddr: 0x26F4, symBinAddr: 0x58F44, symSize: 0xD0 } + - { offsetInCU: 0x178E, offset: 0xA118B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7loopingACyxGyF', symObjAddr: 0x27C4, symBinAddr: 0x59014, symSize: 0x40 } + - { offsetInCU: 0x17BC, offset: 0xA11B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF', symObjAddr: 0x2808, symBinAddr: 0x59058, symSize: 0x38 } + - { offsetInCU: 0x17FA, offset: 0xA11F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF', symObjAddr: 0x2840, symBinAddr: 0x59090, symSize: 0x44 } + - { offsetInCU: 0x1838, offset: 0xA1235, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x291C, symBinAddr: 0x5916C, symSize: 0x38 } + - { offsetInCU: 0x1876, offset: 0xA1273, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV14animationSpeedyACyxGSdF', symObjAddr: 0x2954, symBinAddr: 0x591A4, symSize: 0x48 } + - { offsetInCU: 0x18B5, offset: 0xA12B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF', symObjAddr: 0x299C, symBinAddr: 0x591EC, symSize: 0x64 } + - { offsetInCU: 0x18F7, offset: 0xA12F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF', symObjAddr: 0x2A00, symBinAddr: 0x59250, symSize: 0xA8 } + - { offsetInCU: 0x196F, offset: 0xA136C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF', symObjAddr: 0x2AA8, symBinAddr: 0x592F8, symSize: 0x6C } + - { offsetInCU: 0x19DA, offset: 0xA13D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF', symObjAddr: 0x2B14, symBinAddr: 0x59364, symSize: 0x78 } + - { offsetInCU: 0x1A1B, offset: 0xA1418, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_', symObjAddr: 0x2B8C, symBinAddr: 0x593DC, symSize: 0x6C } + - { offsetInCU: 0x1A5A, offset: 0xA1457, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF', symObjAddr: 0x2BF8, symBinAddr: 0x59448, symSize: 0x110 } + - { offsetInCU: 0x1A9B, offset: 0xA1498, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_', symObjAddr: 0x2D08, symBinAddr: 0x59558, symSize: 0x120 } + - { offsetInCU: 0x1B7B, offset: 0xA1578, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF', symObjAddr: 0x2E28, symBinAddr: 0x59678, symSize: 0x58 } + - { offsetInCU: 0x1BBD, offset: 0xA15BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF', symObjAddr: 0x2E80, symBinAddr: 0x596D0, symSize: 0xC4 } + - { offsetInCU: 0x1C1A, offset: 0xA1617, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_', symObjAddr: 0x2F44, symBinAddr: 0x59794, symSize: 0x1F4 } + - { offsetInCU: 0x1CA5, offset: 0xA16A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF', symObjAddr: 0x3138, symBinAddr: 0x59988, symSize: 0x110 } + - { offsetInCU: 0x1D02, offset: 0xA16FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x3248, symBinAddr: 0x59A98, symSize: 0x1A8 } + - { offsetInCU: 0x1DE9, offset: 0xA17E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF', symObjAddr: 0x33F0, symBinAddr: 0x59C40, symSize: 0x148 } + - { offsetInCU: 0x1E46, offset: 0xA1843, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x3538, symBinAddr: 0x59D88, symSize: 0x350 } + - { offsetInCU: 0x1EEE, offset: 0xA18EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF', symObjAddr: 0x3888, symBinAddr: 0x5A0D8, symSize: 0x104 } + - { offsetInCU: 0x1F5C, offset: 0xA1959, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_', symObjAddr: 0x398C, symBinAddr: 0x5A1DC, symSize: 0x3BC } + - { offsetInCU: 0x2038, offset: 0xA1A35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF', symObjAddr: 0x3D48, symBinAddr: 0x5A598, symSize: 0x70 } + - { offsetInCU: 0x2092, offset: 0xA1A8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF', symObjAddr: 0x3E4C, symBinAddr: 0x5A69C, symSize: 0xB8 } + - { offsetInCU: 0x20F1, offset: 0xA1AEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x3F18, symBinAddr: 0x5A768, symSize: 0x118 } + - { offsetInCU: 0x21BB, offset: 0xA1BB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x4580, symBinAddr: 0x5ADD0, symSize: 0x88 } + - { offsetInCU: 0x21F5, offset: 0xA1BF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF', symObjAddr: 0x4608, symBinAddr: 0x5AE58, symSize: 0x44 } + - { offsetInCU: 0x2237, offset: 0xA1C34, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP4body4BodyQzvgTW', symObjAddr: 0x4A74, symBinAddr: 0x5B2C4, symSize: 0x4 } + - { offsetInCU: 0x29F2, offset: 0xA23EF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE7overlay33_787591BEA89A564C71734146BCF90079LL7contentQrqd__yXE_tAaBRd__lF', symObjAddr: 0x1E9C, symBinAddr: 0x586EC, symSize: 0xC0 } + - { offsetInCU: 0x2BCF, offset: 0xA25CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA', symObjAddr: 0x4AD8, symBinAddr: 0x5B2EC, symSize: 0x90 } + - { offsetInCU: 0x2C2A, offset: 0xA2627, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5', symObjAddr: 0x4B68, symBinAddr: 0x5B37C, symSize: 0x6C } + - { offsetInCU: 0x2C64, offset: 0xA2661, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TQ0_', symObjAddr: 0x4BD4, symBinAddr: 0x5B3E8, symSize: 0x54 } + - { offsetInCU: 0x2CBF, offset: 0xA26BC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_', symObjAddr: 0x4C28, symBinAddr: 0x5B43C, symSize: 0x148 } + - { offsetInCU: 0x2D42, offset: 0xA273F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7e4UI05g9B0VGAA0A9D26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x4D70, symBinAddr: 0x5B584, symSize: 0x4 } + - { offsetInCU: 0x2D61, offset: 0xA275E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA.5', symObjAddr: 0x4D74, symBinAddr: 0x5B588, symSize: 0x90 } + - { offsetInCU: 0x2DBC, offset: 0xA27B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA', symObjAddr: 0x4E08, symBinAddr: 0x5B61C, symSize: 0x90 } + - { offsetInCU: 0x2E10, offset: 0xA280D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7f4UI05h8B0VGAA03dkE26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x4E98, symBinAddr: 0x5B6AC, symSize: 0x4 } + - { offsetInCU: 0x2E2F, offset: 0xA282C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17', symObjAddr: 0x4E9C, symBinAddr: 0x5B6B0, symSize: 0x90 } + - { offsetInCU: 0x2E8A, offset: 0xA2887, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17TQ0_', symObjAddr: 0x4F2C, symBinAddr: 0x5B740, symSize: 0x50 } + - { offsetInCU: 0x2EDB, offset: 0xA28D8, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy6Lottie0A6UIViewVyAD0E13AnimationViewCytGAA14_OpacityEffectVGACyxq_GAA0H0A2aNRzAA0H8ModifierR_rlWl', symObjAddr: 0x5004, symBinAddr: 0x5B7D4, symSize: 0x84 } + - { offsetInCU: 0x2EEF, offset: 0xA28EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_TA', symObjAddr: 0x51A4, symBinAddr: 0x5B87C, symSize: 0xC } + - { offsetInCU: 0x2F03, offset: 0xA2900, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_TA', symObjAddr: 0x52F0, symBinAddr: 0x5B9C8, symSize: 0xC } + - { offsetInCU: 0x2F17, offset: 0xA2914, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5TA', symObjAddr: 0x52FC, symBinAddr: 0x5B9D4, symSize: 0x8 } + - { offsetInCU: 0x2F2B, offset: 0xA2928, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_TA', symObjAddr: 0x5304, symBinAddr: 0x5B9DC, symSize: 0xC } + - { offsetInCU: 0x2F3F, offset: 0xA293C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyycfU2_TA', symObjAddr: 0x5314, symBinAddr: 0x5B9EC, symSize: 0x2C } + - { offsetInCU: 0x2F82, offset: 0xA297F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA12AnyEquatableVSgcfU3_TA', symObjAddr: 0x5344, symBinAddr: 0x5BA1C, symSize: 0x2C } + - { offsetInCU: 0x2FBF, offset: 0xA29BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSgxSgSQsSQRzlWl', symObjAddr: 0x5370, symBinAddr: 0x5BA48, symSize: 0x64 } + - { offsetInCU: 0x2FD3, offset: 0xA29D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVACSQAAWl', symObjAddr: 0x53D4, symBinAddr: 0x5BAAC, symSize: 0x44 } + - { offsetInCU: 0x2FE7, offset: 0xA29E4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGACyxq_GAA0F0A2aHRzAaHR_rlWl', symObjAddr: 0x5418, symBinAddr: 0x5BAF0, symSize: 0x5C } + - { offsetInCU: 0x2FFB, offset: 0xA29F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOe', symObjAddr: 0x5474, symBinAddr: 0x5BB4C, symSize: 0x18 } + - { offsetInCU: 0x300F, offset: 0xA2A0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_TA', symObjAddr: 0x54F8, symBinAddr: 0x5BBD0, symSize: 0x20 } + - { offsetInCU: 0x3023, offset: 0xA2A20, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_TA', symObjAddr: 0x5518, symBinAddr: 0x5BBF0, symSize: 0x8 } + - { offsetInCU: 0x3037, offset: 0xA2A34, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_TA', symObjAddr: 0x558C, symBinAddr: 0x5BC64, symSize: 0x24 } + - { offsetInCU: 0x304B, offset: 0xA2A48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOIegn_SgWOe', symObjAddr: 0x56D4, symBinAddr: 0x5BC88, symSize: 0x10 } + - { offsetInCU: 0x305F, offset: 0xA2A5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgFySbcfU_TA', symObjAddr: 0x5720, symBinAddr: 0x5BCD4, symSize: 0x4C } + - { offsetInCU: 0x3095, offset: 0xA2A92, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOy', symObjAddr: 0x576C, symBinAddr: 0x5BD20, symSize: 0x10 } + - { offsetInCU: 0x30A9, offset: 0xA2AA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x578C, symBinAddr: 0x5BD40, symSize: 0x24 } + - { offsetInCU: 0x3148, offset: 0xA2B45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x57D4, symBinAddr: 0x5BD88, symSize: 0x8 } + - { offsetInCU: 0x315C, offset: 0xA2B59, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x5864, symBinAddr: 0x5BDDC, symSize: 0x8 } + - { offsetInCU: 0x3170, offset: 0xA2B6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_TA', symObjAddr: 0x58B8, symBinAddr: 0x5BDF4, symSize: 0x10 } + - { offsetInCU: 0x3184, offset: 0xA2B81, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOd', symObjAddr: 0x58C8, symBinAddr: 0x5BE04, symSize: 0x48 } + - { offsetInCU: 0x3198, offset: 0xA2B95, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x5934, symBinAddr: 0x5BE70, symSize: 0x10 } + - { offsetInCU: 0x31AC, offset: 0xA2BA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x599C, symBinAddr: 0x5BED8, symSize: 0x24 } + - { offsetInCU: 0x31C0, offset: 0xA2BBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_TA', symObjAddr: 0x5A2C, symBinAddr: 0x5BF68, symSize: 0x24 } + - { offsetInCU: 0x31D4, offset: 0xA2BD1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgWOy', symObjAddr: 0x5A68, symBinAddr: 0x5BFA4, symSize: 0x30 } + - { offsetInCU: 0x31E8, offset: 0xA2BE5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI25AnimationTimelineScheduleVAcA0dE0AAWl', symObjAddr: 0x5A98, symBinAddr: 0x5BFD4, symSize: 0x48 } + - { offsetInCU: 0x31FC, offset: 0xA2BF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaEP_AA0B9ProvidingPWT', symObjAddr: 0x5C84, symBinAddr: 0x5C1C0, symSize: 0x2C } + - { offsetInCU: 0x3210, offset: 0xA2C0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x5CB0, symBinAddr: 0x5C1EC, symSize: 0x2C } + - { offsetInCU: 0x3224, offset: 0xA2C21, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AA4BodyAeFP_AHWT', symObjAddr: 0x5CDC, symBinAddr: 0x5C218, symSize: 0x34 } + - { offsetInCU: 0x3238, offset: 0xA2C35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMi', symObjAddr: 0x5D10, symBinAddr: 0x5C24C, symSize: 0x8 } + - { offsetInCU: 0x324C, offset: 0xA2C49, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwCP', symObjAddr: 0x5D18, symBinAddr: 0x5C254, symSize: 0x30 } + - { offsetInCU: 0x3260, offset: 0xA2C5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwxx', symObjAddr: 0x5D48, symBinAddr: 0x5C284, symSize: 0x138 } + - { offsetInCU: 0x3274, offset: 0xA2C71, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwcp', symObjAddr: 0x5E80, symBinAddr: 0x5C3BC, symSize: 0x328 } + - { offsetInCU: 0x3288, offset: 0xA2C85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwca', symObjAddr: 0x61A8, symBinAddr: 0x5C6E4, symSize: 0x614 } + - { offsetInCU: 0x329C, offset: 0xA2C99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOWOh', symObjAddr: 0x67BC, symBinAddr: 0x5CCF8, symSize: 0x34 } + - { offsetInCU: 0x32B0, offset: 0xA2CAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOh', symObjAddr: 0x67F0, symBinAddr: 0x5CD2C, symSize: 0x34 } + - { offsetInCU: 0x32C4, offset: 0xA2CC1, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_0, symObjAddr: 0x6824, symBinAddr: 0x5CD60, symSize: 0x160 } + - { offsetInCU: 0x32D8, offset: 0xA2CD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVWOh', symObjAddr: 0x6984, symBinAddr: 0x5CEC0, symSize: 0x34 } + - { offsetInCU: 0x32EC, offset: 0xA2CE9, size: 0x8, addend: 0x0, symName: ___swift_memcpy456_8, symObjAddr: 0x6B54, symBinAddr: 0x5CEF4, symSize: 0x8 } + - { offsetInCU: 0x3300, offset: 0xA2CFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwta', symObjAddr: 0x6B5C, symBinAddr: 0x5CEFC, symSize: 0x418 } + - { offsetInCU: 0x3314, offset: 0xA2D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwet', symObjAddr: 0x6F74, symBinAddr: 0x5D314, symSize: 0x48 } + - { offsetInCU: 0x3328, offset: 0xA2D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwst', symObjAddr: 0x6FBC, symBinAddr: 0x5D35C, symSize: 0xB4 } + - { offsetInCU: 0x333C, offset: 0xA2D39, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMa', symObjAddr: 0x7070, symBinAddr: 0x5D410, symSize: 0xC } + - { offsetInCU: 0x3350, offset: 0xA2D4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgyYaKcSgMa', symObjAddr: 0x7084, symBinAddr: 0x5D424, symSize: 0x54 } + - { offsetInCU: 0x3364, offset: 0xA2D61, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgyYaKcMa', symObjAddr: 0x70D8, symBinAddr: 0x5D478, symSize: 0x44 } + - { offsetInCU: 0x3378, offset: 0xA2D75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x7384, symBinAddr: 0x5D724, symSize: 0x34 } + - { offsetInCU: 0x338C, offset: 0xA2D89, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x7404, symBinAddr: 0x5D768, symSize: 0x10 } + - { offsetInCU: 0x33A0, offset: 0xA2D9D, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x7414, symBinAddr: 0x5D778, symSize: 0x8 } + - { offsetInCU: 0x33B4, offset: 0xA2DB1, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_TA', symObjAddr: 0x74C8, symBinAddr: 0x5D7E4, symSize: 0x10 } + - { offsetInCU: 0x33C8, offset: 0xA2DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x7510, symBinAddr: 0x5D82C, symSize: 0x34 } + - { offsetInCU: 0x33E3, offset: 0xA2DE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TA', symObjAddr: 0x7758, symBinAddr: 0x5DA40, symSize: 0x98 } + - { offsetInCU: 0x345D, offset: 0xA2E5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TATQ0_', symObjAddr: 0x77F0, symBinAddr: 0x5DAD8, symSize: 0x50 } + - { offsetInCU: 0x34B5, offset: 0xA2EB2, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TA', symObjAddr: 0x7840, symBinAddr: 0x5DB28, symSize: 0x78 } + - { offsetInCU: 0x34DE, offset: 0xA2EDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_TA', symObjAddr: 0x78B8, symBinAddr: 0x5DBA0, symSize: 0x8 } + - { offsetInCU: 0x34F2, offset: 0xA2EEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x78C0, symBinAddr: 0x5DBA8, symSize: 0x8 } + - { offsetInCU: 0x3506, offset: 0xA2F03, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOy', symObjAddr: 0x78C8, symBinAddr: 0x5DBB0, symSize: 0x18 } + - { offsetInCU: 0x351A, offset: 0xA2F17, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOb', symObjAddr: 0x7980, symBinAddr: 0x5DC48, symSize: 0x18 } + - { offsetInCU: 0x352E, offset: 0xA2F2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOb', symObjAddr: 0x7998, symBinAddr: 0x5DC60, symSize: 0x48 } + - { offsetInCU: 0x3893, offset: 0xA3290, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV10buildBlockyxxAA0C0RzlFZ', symObjAddr: 0x0, symBinAddr: 0x568D8, symSize: 0x18 } + - { offsetInCU: 0x38ED, offset: 0xA32EA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_GctcfC', symObjAddr: 0x4030, symBinAddr: 0x5A880, symSize: 0xFC } + - { offsetInCU: 0x3926, offset: 0xA3323, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB04view6inputsAE01_B7OutputsVAE11_GraphValueVyxG_AE01_B6InputsVtFZTW', symObjAddr: 0x4A54, symBinAddr: 0x5B2A4, symSize: 0x4 } + - { offsetInCU: 0x3942, offset: 0xA333F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB4List4view6inputsAE01_bF7OutputsVAE11_GraphValueVyxG_AE01_bF6InputsVtFZTW', symObjAddr: 0x4A58, symBinAddr: 0x5B2A8, symSize: 0x4 } + - { offsetInCU: 0x395E, offset: 0xA335B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP14_viewListCount6inputsSiSgAE01_bfG6InputsV_tFZTW', symObjAddr: 0x4A5C, symBinAddr: 0x5B2AC, symSize: 0x18 } + - { offsetInCU: 0x27, offset: 0xA38BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x5DCE0, symSize: 0xC } + - { offsetInCU: 0x3F, offset: 0xA38D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x5DCE0, symSize: 0xC } + - { offsetInCU: 0x6E, offset: 0xA3904, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg', symObjAddr: 0xC, symBinAddr: 0x5DCEC, symSize: 0x10 } + - { offsetInCU: 0x9D, offset: 0xA3933, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwCP', symObjAddr: 0x1C, symBinAddr: 0x5DCFC, symSize: 0x30 } + - { offsetInCU: 0xB1, offset: 0xA3947, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwxx', symObjAddr: 0x4C, symBinAddr: 0x5DD2C, symSize: 0xC } + - { offsetInCU: 0xC5, offset: 0xA395B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwcp', symObjAddr: 0x58, symBinAddr: 0x5DD38, symSize: 0x30 } + - { offsetInCU: 0xD9, offset: 0xA396F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwca', symObjAddr: 0x88, symBinAddr: 0x5DD68, symSize: 0x40 } + - { offsetInCU: 0xED, offset: 0xA3983, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0xC8, symBinAddr: 0x5DDA8, symSize: 0xC } + - { offsetInCU: 0x101, offset: 0xA3997, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwta', symObjAddr: 0xD4, symBinAddr: 0x5DDB4, symSize: 0x34 } + - { offsetInCU: 0x115, offset: 0xA39AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwet', symObjAddr: 0x108, symBinAddr: 0x5DDE8, symSize: 0x58 } + - { offsetInCU: 0x129, offset: 0xA39BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwst', symObjAddr: 0x160, symBinAddr: 0x5DE40, symSize: 0x54 } + - { offsetInCU: 0x13D, offset: 0xA39D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwug', symObjAddr: 0x1B4, symBinAddr: 0x5DE94, symSize: 0xC } + - { offsetInCU: 0x151, offset: 0xA39E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwup', symObjAddr: 0x1C0, symBinAddr: 0x5DEA0, symSize: 0x10 } + - { offsetInCU: 0x165, offset: 0xA39FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwui', symObjAddr: 0x1D0, symBinAddr: 0x5DEB0, symSize: 0x14 } + - { offsetInCU: 0x179, offset: 0xA3A0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOMa', symObjAddr: 0x1E4, symBinAddr: 0x5DEC4, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0xA3B81, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMi', symObjAddr: 0x0, symBinAddr: 0x5DED4, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0xA3B95, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMr', symObjAddr: 0x4, symBinAddr: 0x5DED8, symSize: 0x50 } + - { offsetInCU: 0xA4, offset: 0xA3BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11needsUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x54, symBinAddr: 0x5DF28, symSize: 0xE4 } + - { offsetInCU: 0x125, offset: 0xA3C63, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11setProvider8provideryAA08AnyValueE0_p_tF', symObjAddr: 0x138, symBinAddr: 0x5E00C, symSize: 0xC4 } + - { offsetInCU: 0x1BA, offset: 0xA3CF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1FC, symBinAddr: 0x5E0D0, symSize: 0xB8 } + - { offsetInCU: 0x1F9, offset: 0xA3D37, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfd', symObjAddr: 0x2B4, symBinAddr: 0x5E188, symSize: 0x2C } + - { offsetInCU: 0x226, offset: 0xA3D64, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfD', symObjAddr: 0x2E0, symBinAddr: 0x5E1B4, symSize: 0x1C } + - { offsetInCU: 0x253, offset: 0xA3D91, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11needsUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x308, symBinAddr: 0x5E1DC, symSize: 0x24 } + - { offsetInCU: 0x26F, offset: 0xA3DAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP6update5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x32C, symBinAddr: 0x5E200, symSize: 0x20 } + - { offsetInCU: 0x29A, offset: 0xA3DD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP13valueProviderAA0d5ValueF0_pvgTW', symObjAddr: 0x34C, symBinAddr: 0x5E220, symSize: 0x4C } + - { offsetInCU: 0x2DB, offset: 0xA3E19, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP21originalValueProviderAA0dfG0_pvgTW', symObjAddr: 0x398, symBinAddr: 0x5E26C, symSize: 0x10 } + - { offsetInCU: 0x30D, offset: 0xA3E4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11setProvider8provideryAA0d5ValueF0_p_tFTW', symObjAddr: 0x3A8, symBinAddr: 0x5E27C, symSize: 0x20 } + - { offsetInCU: 0x330, offset: 0xA3E6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMa', symObjAddr: 0x2FC, symBinAddr: 0x5E1D0, symSize: 0xC } + - { offsetInCU: 0x780, offset: 0xA475B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC9animation13imageProvider04textH004fontH004maskD8ToBounds6loggerAcA0aD0C_AA0d5ImageH0_pAA0d11KeypathTextH0_pAA0d4FontH0_pSbAA0A6LoggerCtcfc', symObjAddr: 0x0, symBinAddr: 0x5E2BC, symSize: 0xCCC } + - { offsetInCU: 0x11C7, offset: 0xA51A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfc', symObjAddr: 0xCCC, symBinAddr: 0x5EF88, symSize: 0x574 } + - { offsetInCU: 0x1582, offset: 0xA555D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1240, symBinAddr: 0x5F4FC, symSize: 0x4C } + - { offsetInCU: 0x15C8, offset: 0xA55A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x128C, symBinAddr: 0x5F548, symSize: 0x9C } + - { offsetInCU: 0x1637, offset: 0xA5612, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12needsDisplay6forKeySbSS_tFZTo', symObjAddr: 0x1328, symBinAddr: 0x5F5E4, symSize: 0x110 } + - { offsetInCU: 0x16A0, offset: 0xA567B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tF', symObjAddr: 0x1438, symBinAddr: 0x5F6F4, symSize: 0x1FC } + - { offsetInCU: 0x1740, offset: 0xA571B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0x1634, symBinAddr: 0x5F8F0, symSize: 0x64 } + - { offsetInCU: 0x175C, offset: 0xA5737, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyF', symObjAddr: 0x1698, symBinAddr: 0x5F954, symSize: 0x1C0 } + - { offsetInCU: 0x18E9, offset: 0xA58C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyFTo', symObjAddr: 0x1858, symBinAddr: 0x5FB14, symSize: 0x2C } + - { offsetInCU: 0x1905, offset: 0xA58E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x1884, symBinAddr: 0x5FB40, symSize: 0x98 } + - { offsetInCU: 0x19A3, offset: 0xA597E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC11renderScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x191C, symBinAddr: 0x5FBD8, symSize: 0xF4 } + - { offsetInCU: 0x1AF3, offset: 0xA5ACE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x1A10, symBinAddr: 0x5FCCC, symSize: 0xC8 } + - { offsetInCU: 0x1BED, offset: 0xA5BC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x1AD8, symBinAddr: 0x5FD94, symSize: 0x110 } + - { offsetInCU: 0x1D52, offset: 0xA5D2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x1BE8, symBinAddr: 0x5FEA4, symSize: 0xB4 } + - { offsetInCU: 0x1E48, offset: 0xA5E23, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16setValueProvider_7keypathyAA03AnygH0_p_AA0D7KeypathVtF', symObjAddr: 0x212C, symBinAddr: 0x603E8, symSize: 0x1C4 } + - { offsetInCU: 0x2021, offset: 0xA5FFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x2594, symBinAddr: 0x60850, symSize: 0x1B4 } + - { offsetInCU: 0x21EC, offset: 0xA61C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x2748, symBinAddr: 0x60A04, symSize: 0x1B4 } + - { offsetInCU: 0x23C0, offset: 0xA639B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layer3forSo7CALayerCSgAA0D7KeypathV_tF', symObjAddr: 0x28FC, symBinAddr: 0x60BB8, symSize: 0xD4 } + - { offsetInCU: 0x24C7, offset: 0xA64A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tF', symObjAddr: 0x2B84, symBinAddr: 0x60E40, symSize: 0xF8 } + - { offsetInCU: 0x266B, offset: 0xA6646, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCACycfcTo', symObjAddr: 0x3058, symBinAddr: 0x61314, symSize: 0x2C } + - { offsetInCU: 0x26D2, offset: 0xA66AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfD', symObjAddr: 0x3084, symBinAddr: 0x61340, symSize: 0x34 } + - { offsetInCU: 0x2729, offset: 0xA6704, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP06lottiedE0AA0adE0CSgvsTW', symObjAddr: 0x3150, symBinAddr: 0x6140C, symSize: 0x34 } + - { offsetInCU: 0x277B, offset: 0xA6756, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvgTW', symObjAddr: 0x3184, symBinAddr: 0x61440, symSize: 0x10 } + - { offsetInCU: 0x27BC, offset: 0xA6797, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x3194, symBinAddr: 0x61450, symSize: 0x10 } + - { offsetInCU: 0x27EE, offset: 0xA67C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP11renderScale12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x31A4, symBinAddr: 0x61460, symSize: 0x4 } + - { offsetInCU: 0x2834, offset: 0xA680F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x31A8, symBinAddr: 0x61464, symSize: 0x10 } + - { offsetInCU: 0x2854, offset: 0xA682F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x31A8, symBinAddr: 0x61464, symSize: 0x10 } + - { offsetInCU: 0x286F, offset: 0xA684A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x31B8, symBinAddr: 0x61474, symSize: 0x4 } + - { offsetInCU: 0x28B5, offset: 0xA6890, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13imageProviderAA0d5ImageH0_pvsTW', symObjAddr: 0x31BC, symBinAddr: 0x61478, symSize: 0x80 } + - { offsetInCU: 0x294F, offset: 0xA692A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12textProviderAA0d11KeypathTextH0_pvsTW', symObjAddr: 0x323C, symBinAddr: 0x614F8, symSize: 0x24 } + - { offsetInCU: 0x29AB, offset: 0xA6986, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12fontProviderAA0d4FontH0_pvsTW', symObjAddr: 0x3260, symBinAddr: 0x6151C, symSize: 0x80 } + - { offsetInCU: 0x2A19, offset: 0xA69F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07primaryD3KeyAA0dH0OvgTW', symObjAddr: 0x32E0, symBinAddr: 0x6159C, symSize: 0xC } + - { offsetInCU: 0x2A35, offset: 0xA6A10, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP02isD7PlayingSbSgvgTW', symObjAddr: 0x32EC, symBinAddr: 0x615A8, symSize: 0x8 } + - { offsetInCU: 0x2A6F, offset: 0xA6A4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12reloadImagesyyFTW', symObjAddr: 0x32F4, symBinAddr: 0x615B0, symSize: 0x28 } + - { offsetInCU: 0x2AAC, offset: 0xA6A87, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x331C, symBinAddr: 0x615D8, symSize: 0x4 } + - { offsetInCU: 0x2AC8, offset: 0xA6AA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x3320, symBinAddr: 0x615DC, symSize: 0x4 } + - { offsetInCU: 0x2AE4, offset: 0xA6ABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x3324, symBinAddr: 0x615E0, symSize: 0x4 } + - { offsetInCU: 0x2B00, offset: 0xA6ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16setValueProvider_7keypathyAA03AnyhI0_p_AA0D7KeypathVtFTW', symObjAddr: 0x3328, symBinAddr: 0x615E4, symSize: 0x4 } + - { offsetInCU: 0x2B1C, offset: 0xA6AF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x332C, symBinAddr: 0x615E8, symSize: 0x8 } + - { offsetInCU: 0x2B38, offset: 0xA6B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x3334, symBinAddr: 0x615F0, symSize: 0x8 } + - { offsetInCU: 0x2B54, offset: 0xA6B2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP5layer3forSo7CALayerCSgAA0D7KeypathV_tFTW', symObjAddr: 0x333C, symBinAddr: 0x615F8, symSize: 0x4 } + - { offsetInCU: 0x2B70, offset: 0xA6B4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tFTW', symObjAddr: 0x3340, symBinAddr: 0x615FC, symSize: 0x4 } + - { offsetInCU: 0x2B8C, offset: 0xA6B67, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12textProviderAA0d11KeypathTextG0_pvsTf4gn_n', symObjAddr: 0x3658, symBinAddr: 0x616C4, symSize: 0x130 } + - { offsetInCU: 0x2D4A, offset: 0xA6D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCfD', symObjAddr: 0x3344, symBinAddr: 0x61600, symSize: 0x10 } + - { offsetInCU: 0x2D7B, offset: 0xA6D56, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tFTW', symObjAddr: 0x3374, symBinAddr: 0x61630, symSize: 0x8 } + - { offsetInCU: 0x2FAC, offset: 0xA6F87, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1C9C, symBinAddr: 0x5FF58, symSize: 0x490 } + - { offsetInCU: 0x36E1, offset: 0xA76BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x22F0, symBinAddr: 0x605AC, symSize: 0x2A4 } + - { offsetInCU: 0x3A57, offset: 0xA7A32, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x29D0, symBinAddr: 0x60C8C, symSize: 0x1B4 } + - { offsetInCU: 0x3DEC, offset: 0xA7DC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2C7C, symBinAddr: 0x60F38, symSize: 0x3DC } + - { offsetInCU: 0x43D7, offset: 0xA83B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfETo', symObjAddr: 0x30B8, symBinAddr: 0x61374, symSize: 0x78 } + - { offsetInCU: 0x4406, offset: 0xA83E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCMa', symObjAddr: 0x3130, symBinAddr: 0x613EC, symSize: 0x20 } + - { offsetInCU: 0x441A, offset: 0xA83F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCMa', symObjAddr: 0x3354, symBinAddr: 0x61610, symSize: 0x20 } + - { offsetInCU: 0x442E, offset: 0xA8409, size: 0x8, addend: 0x0, symName: '_$sSa37_appendElementAssumeUniqueAndCapacity_03newB0ySi_xntF6Lottie12AnimatorNode_p_Tg5Tf4nen_n', symObjAddr: 0x33BC, symBinAddr: 0x61638, symSize: 0x18 } + - { offsetInCU: 0x4488, offset: 0xA8463, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pSgWOh', symObjAddr: 0x33D4, symBinAddr: 0x61650, symSize: 0x40 } + - { offsetInCU: 0x449C, offset: 0xA8477, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu0_TA', symObjAddr: 0x34BC, symBinAddr: 0x61690, symSize: 0x2C } + - { offsetInCU: 0x44C5, offset: 0xA84A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x34E8, symBinAddr: 0x616BC, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0xA8CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x6187C, symSize: 0x200 } + - { offsetInCU: 0xE0, offset: 0xA8DAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x6187C, symSize: 0x200 } + - { offsetInCU: 0x1B2, offset: 0xA8E7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x200, symBinAddr: 0x61A7C, symSize: 0x178 } + - { offsetInCU: 0x22E, offset: 0xA8EFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x378, symBinAddr: 0x61BF4, symSize: 0x4C } + - { offsetInCU: 0x274, offset: 0xA8F40, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x3C4, symBinAddr: 0x61C40, symSize: 0xAC } + - { offsetInCU: 0x2CB, offset: 0xA8F97, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x470, symBinAddr: 0x61CEC, symSize: 0xF0 } + - { offsetInCU: 0x3E4, offset: 0xA90B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x560, symBinAddr: 0x61DDC, symSize: 0x128 } + - { offsetInCU: 0x516, offset: 0xA91E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfD', symObjAddr: 0x6B4, symBinAddr: 0x61F30, symSize: 0x34 } + - { offsetInCU: 0x64A, offset: 0xA9316, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfE', symObjAddr: 0x688, symBinAddr: 0x61F04, symSize: 0x2C } + - { offsetInCU: 0x677, offset: 0xA9343, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfETo', symObjAddr: 0x6E8, symBinAddr: 0x61F64, symSize: 0x38 } + - { offsetInCU: 0x6A6, offset: 0xA9372, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCMa', symObjAddr: 0x720, symBinAddr: 0x61F9C, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0xA9616, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x61FBC, symSize: 0x168 } + - { offsetInCU: 0xC0, offset: 0xA9687, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x250, symBinAddr: 0x62144, symSize: 0x20C } + - { offsetInCU: 0x17D, offset: 0xA9744, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x45C, symBinAddr: 0x62350, symSize: 0xD0 } + - { offsetInCU: 0x1BC, offset: 0xA9783, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfd', symObjAddr: 0x52C, symBinAddr: 0x62420, symSize: 0x1C } + - { offsetInCU: 0x1D9, offset: 0xA97A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x548, symBinAddr: 0x6243C, symSize: 0x4C } + - { offsetInCU: 0x1FE, offset: 0xA97C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC2idSSvg', symObjAddr: 0x594, symBinAddr: 0x62488, symSize: 0x2C } + - { offsetInCU: 0x254, offset: 0xA981B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x5D0, symBinAddr: 0x624C4, symSize: 0x64 } + - { offsetInCU: 0x297, offset: 0xA985E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x634, symBinAddr: 0x62528, symSize: 0x24 } + - { offsetInCU: 0x2D7, offset: 0xA989E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x658, symBinAddr: 0x6254C, symSize: 0x4 } + - { offsetInCU: 0x2F7, offset: 0xA98BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x658, symBinAddr: 0x6254C, symSize: 0x4 } + - { offsetInCU: 0x322, offset: 0xA98E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x65C, symBinAddr: 0x62550, symSize: 0x68 } + - { offsetInCU: 0x36D, offset: 0xA9934, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x6C4, symBinAddr: 0x625B8, symSize: 0xC } + - { offsetInCU: 0x389, offset: 0xA9950, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x6D0, symBinAddr: 0x625C4, symSize: 0xC } + - { offsetInCU: 0x3A5, offset: 0xA996C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO11stringValueSSvgTf4d_n', symObjAddr: 0x9C0, symBinAddr: 0x628AC, symSize: 0xC } + - { offsetInCU: 0x3E1, offset: 0xA99A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfD', symObjAddr: 0x72C, symBinAddr: 0x62620, symSize: 0x24 } + - { offsetInCU: 0x42C, offset: 0xA99F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x750, symBinAddr: 0x62644, symSize: 0x2C } + - { offsetInCU: 0x44F, offset: 0xA9A16, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x77C, symBinAddr: 0x62670, symSize: 0x28 } + - { offsetInCU: 0x473, offset: 0xA9A3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCMa', symObjAddr: 0x210, symBinAddr: 0x62124, symSize: 0x20 } + - { offsetInCU: 0x492, offset: 0xA9A59, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwet', symObjAddr: 0x7EC, symBinAddr: 0x626D8, symSize: 0x50 } + - { offsetInCU: 0x4A6, offset: 0xA9A6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwst', symObjAddr: 0x83C, symBinAddr: 0x62728, symSize: 0x8C } + - { offsetInCU: 0x4BA, offset: 0xA9A81, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwug', symObjAddr: 0x8C8, symBinAddr: 0x627B4, symSize: 0x8 } + - { offsetInCU: 0x4CE, offset: 0xA9A95, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwup', symObjAddr: 0x8D0, symBinAddr: 0x627BC, symSize: 0x4 } + - { offsetInCU: 0x4E2, offset: 0xA9AA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwui', symObjAddr: 0x8D4, symBinAddr: 0x627C0, symSize: 0x4 } + - { offsetInCU: 0x4F6, offset: 0xA9ABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOMa', symObjAddr: 0x8D8, symBinAddr: 0x627C4, symSize: 0x10 } + - { offsetInCU: 0x50A, offset: 0xA9AD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASQWb', symObjAddr: 0x8E8, symBinAddr: 0x627D4, symSize: 0x4 } + - { offsetInCU: 0x51E, offset: 0xA9AE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFSQAAWl', symObjAddr: 0x8EC, symBinAddr: 0x627D8, symSize: 0x44 } + - { offsetInCU: 0x532, offset: 0xA9AF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0x6281C, symSize: 0x4 } + - { offsetInCU: 0x546, offset: 0xA9B0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x934, symBinAddr: 0x62820, symSize: 0x44 } + - { offsetInCU: 0x55A, offset: 0xA9B21, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x978, symBinAddr: 0x62864, symSize: 0x4 } + - { offsetInCU: 0x56E, offset: 0xA9B35, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x97C, symBinAddr: 0x62868, symSize: 0x44 } + - { offsetInCU: 0x5CC, offset: 0xA9B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5C0, symBinAddr: 0x624B4, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0xA9BB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5C0, symBinAddr: 0x624B4, symSize: 0x4 } + - { offsetInCU: 0x60C, offset: 0xA9BD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x5C4, symBinAddr: 0x624B8, symSize: 0x4 } + - { offsetInCU: 0x62C, offset: 0xA9BF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x5C4, symBinAddr: 0x624B8, symSize: 0x4 } + - { offsetInCU: 0x64C, offset: 0xA9C13, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5C8, symBinAddr: 0x624BC, symSize: 0x4 } + - { offsetInCU: 0x66C, offset: 0xA9C33, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5C8, symBinAddr: 0x624BC, symSize: 0x4 } + - { offsetInCU: 0x68C, offset: 0xA9C53, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5CC, symBinAddr: 0x624C0, symSize: 0x4 } + - { offsetInCU: 0x6AC, offset: 0xA9C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5CC, symBinAddr: 0x624C0, symSize: 0x4 } + - { offsetInCU: 0x6C3, offset: 0xA9C8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x6DC, symBinAddr: 0x625D0, symSize: 0x28 } + - { offsetInCU: 0x6DF, offset: 0xA9CA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x704, symBinAddr: 0x625F8, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0xA9E91, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC10layerModelAcA0dF0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x628B8, symSize: 0x20C } + - { offsetInCU: 0xE0, offset: 0xA9F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x20C, symBinAddr: 0x62AC4, symSize: 0x4C0 } + - { offsetInCU: 0x291, offset: 0xAA0D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC06renderD8ContentsSbvg', symObjAddr: 0x6CC, symBinAddr: 0x62F84, symSize: 0x8 } + - { offsetInCU: 0x2BC, offset: 0xAA0FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC05setupD10Animations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x6D4, symBinAddr: 0x62F8C, symSize: 0x9B4 } + - { offsetInCU: 0x721, offset: 0xAA563, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC14setupSublayers33_569130E0C2329B8CD6C17F433FB572B2LLyyF', symObjAddr: 0x1088, symBinAddr: 0x63940, symSize: 0x3E0 } + - { offsetInCU: 0x9F9, offset: 0xAA83B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x14A0, symBinAddr: 0x63D58, symSize: 0xAC } + - { offsetInCU: 0xA43, offset: 0xAA885, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x154C, symBinAddr: 0x63E04, symSize: 0x204 } + - { offsetInCU: 0xB13, offset: 0xAA955, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1750, symBinAddr: 0x64008, symSize: 0x4C } + - { offsetInCU: 0xB59, offset: 0xAA99B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC11addSublayeryySo7CALayerCFTo', symObjAddr: 0x179C, symBinAddr: 0x64054, symSize: 0x74 } + - { offsetInCU: 0xBBE, offset: 0xAAA00, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCACycfcTo', symObjAddr: 0x1810, symBinAddr: 0x640C8, symSize: 0x2C } + - { offsetInCU: 0xC25, offset: 0xAAA67, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfD', symObjAddr: 0x1868, symBinAddr: 0x64120, symSize: 0x30 } + - { offsetInCU: 0xF79, offset: 0xAADBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfE', symObjAddr: 0x183C, symBinAddr: 0x640F4, symSize: 0x2C } + - { offsetInCU: 0xFA6, offset: 0xAADE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfETo', symObjAddr: 0x1898, symBinAddr: 0x64150, symSize: 0x38 } + - { offsetInCU: 0xFD5, offset: 0xAAE17, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCMa', symObjAddr: 0x18D0, symBinAddr: 0x64188, symSize: 0x20 } + - { offsetInCU: 0xFE9, offset: 0xAAE2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOc', symObjAddr: 0x1990, symBinAddr: 0x641C8, symSize: 0x48 } + - { offsetInCU: 0xFFD, offset: 0xAAE3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOh', symObjAddr: 0x1A18, symBinAddr: 0x64210, symSize: 0x40 } + - { offsetInCU: 0x1011, offset: 0xAAE53, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pWOb', symObjAddr: 0x1A58, symBinAddr: 0x64250, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0xAB1DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x64268, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0xAB202, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x64268, symSize: 0x64 } + - { offsetInCU: 0x7E, offset: 0xAB231, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeWidth12CoreGraphics7CGFloatVvg', symObjAddr: 0x64, symBinAddr: 0x642CC, symSize: 0x5C } + - { offsetInCU: 0xAD, offset: 0xAB260, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC8tracking12CoreGraphics7CGFloatVvg', symObjAddr: 0xC0, symBinAddr: 0x64328, symSize: 0x5C } + - { offsetInCU: 0xDC, offset: 0xAB28F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC5xformSo13CATransform3DVvg', symObjAddr: 0x11C, symBinAddr: 0x64384, symSize: 0xE4 } + - { offsetInCU: 0x10B, offset: 0xAB2BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC9fillColorSo10CGColorRefaSgvg', symObjAddr: 0x200, symBinAddr: 0x64468, symSize: 0x64 } + - { offsetInCU: 0x13A, offset: 0xAB2ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC7opacity12CoreGraphics7CGFloatVvg', symObjAddr: 0x264, symBinAddr: 0x644CC, symSize: 0x5C } + - { offsetInCU: 0x169, offset: 0xAB31C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfd', symObjAddr: 0x610, symBinAddr: 0x64878, symSize: 0x7C } + - { offsetInCU: 0x198, offset: 0xAB34B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfD', symObjAddr: 0x68C, symBinAddr: 0x648F4, symSize: 0x1C } + - { offsetInCU: 0x1C5, offset: 0xAB378, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x6C8, symBinAddr: 0x64930, symSize: 0x8 } + - { offsetInCU: 0x1F0, offset: 0xAB3A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x6D0, symBinAddr: 0x64938, symSize: 0x2C } + - { offsetInCU: 0x231, offset: 0xAB3E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x6FC, symBinAddr: 0x64964, symSize: 0xC } + - { offsetInCU: 0x526, offset: 0xAB6D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x2C0, symBinAddr: 0x64528, symSize: 0x220 } + - { offsetInCU: 0x756, offset: 0xAB909, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfd', symObjAddr: 0x4E0, symBinAddr: 0x64748, symSize: 0xAC } + - { offsetInCU: 0x783, offset: 0xAB936, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfD', symObjAddr: 0x58C, symBinAddr: 0x647F4, symSize: 0x1C } + - { offsetInCU: 0x7BF, offset: 0xAB972, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0x5C8, symBinAddr: 0x64830, symSize: 0xC } + - { offsetInCU: 0x800, offset: 0xAB9B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x5D4, symBinAddr: 0x6483C, symSize: 0x30 } + - { offsetInCU: 0x841, offset: 0xAB9F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP07keypathE0SDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x604, symBinAddr: 0x6486C, symSize: 0xC } + - { offsetInCU: 0x873, offset: 0xABA26, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC04textC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0xCC0, symBinAddr: 0x64EE8, symSize: 0x20F0 } + - { offsetInCU: 0x183B, offset: 0xAC9EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCMa', symObjAddr: 0x5A8, symBinAddr: 0x64810, symSize: 0x20 } + - { offsetInCU: 0x184F, offset: 0xACA02, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCMa', symObjAddr: 0x6A8, symBinAddr: 0x64910, symSize: 0x20 } + - { offsetInCU: 0x188F, offset: 0xACA42, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCfD', symObjAddr: 0x708, symBinAddr: 0x64970, symSize: 0x34 } + - { offsetInCU: 0x18F5, offset: 0xACAA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyF0pvgTW', symObjAddr: 0x75C, symBinAddr: 0x649C4, symSize: 0x44 } + - { offsetInCU: 0x1942, offset: 0xACAF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x7A0, symBinAddr: 0x64A08, symSize: 0x24 } + - { offsetInCU: 0x1995, offset: 0xACB48, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x7C4, symBinAddr: 0x64A2C, symSize: 0x38 } + - { offsetInCU: 0x19E2, offset: 0xACB95, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7FC, symBinAddr: 0x64A64, symSize: 0x4 } + - { offsetInCU: 0x1A02, offset: 0xACBB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7FC, symBinAddr: 0x64A64, symSize: 0x4 } + - { offsetInCU: 0x1A24, offset: 0xACBD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x800, symBinAddr: 0x64A68, symSize: 0x8 } + - { offsetInCU: 0x1A44, offset: 0xACBF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x800, symBinAddr: 0x64A68, symSize: 0x8 } + - { offsetInCU: 0x1A66, offset: 0xACC19, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x808, symBinAddr: 0x64A70, symSize: 0x8 } + - { offsetInCU: 0x1A86, offset: 0xACC39, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x808, symBinAddr: 0x64A70, symSize: 0x8 } + - { offsetInCU: 0x1AA8, offset: 0xACC5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x810, symBinAddr: 0x64A78, symSize: 0x8 } + - { offsetInCU: 0x1AC8, offset: 0xACC7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x810, symBinAddr: 0x64A78, symSize: 0x8 } + - { offsetInCU: 0x1AEA, offset: 0xACC9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x818, symBinAddr: 0x64A80, symSize: 0x8 } + - { offsetInCU: 0x1B0A, offset: 0xACCBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x818, symBinAddr: 0x64A80, symSize: 0x8 } + - { offsetInCU: 0x1B2C, offset: 0xACCDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x820, symBinAddr: 0x64A88, symSize: 0x8 } + - { offsetInCU: 0x1B4C, offset: 0xACCFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x820, symBinAddr: 0x64A88, symSize: 0x8 } + - { offsetInCU: 0x1B6E, offset: 0xACD21, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x828, symBinAddr: 0x64A90, symSize: 0x8 } + - { offsetInCU: 0x1B8E, offset: 0xACD41, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x828, symBinAddr: 0x64A90, symSize: 0x8 } + - { offsetInCU: 0x1BB0, offset: 0xACD63, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x830, symBinAddr: 0x64A98, symSize: 0xC } + - { offsetInCU: 0x1BD0, offset: 0xACD83, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x830, symBinAddr: 0x64A98, symSize: 0xC } + - { offsetInCU: 0x1BF2, offset: 0xACDA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x83C, symBinAddr: 0x64AA4, symSize: 0x10 } + - { offsetInCU: 0x1C12, offset: 0xACDC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x83C, symBinAddr: 0x64AA4, symSize: 0x10 } + - { offsetInCU: 0x1C25, offset: 0xACDD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x84C, symBinAddr: 0x64AB4, symSize: 0x8 } + - { offsetInCU: 0x1C56, offset: 0xACE09, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x910, symBinAddr: 0x64B78, symSize: 0x370 } + - { offsetInCU: 0x20D8, offset: 0xAD28B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCMa', symObjAddr: 0x73C, symBinAddr: 0x649A4, symSize: 0x20 } + - { offsetInCU: 0x211E, offset: 0xAD2D1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_6Lottie15AnyNodeProperty_pTg5Tf4nnen_n', symObjAddr: 0x854, symBinAddr: 0x64ABC, symSize: 0xBC } + - { offsetInCU: 0x2B, offset: 0xAD811, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x66FD8, symSize: 0x128 } + - { offsetInCU: 0x79, offset: 0xAD85F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x66FD8, symSize: 0x128 } + - { offsetInCU: 0xC7, offset: 0xAD8AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x128, symBinAddr: 0x67100, symSize: 0x110 } + - { offsetInCU: 0xFD, offset: 0xAD8E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfC', symObjAddr: 0x290, symBinAddr: 0x67268, symSize: 0x4C } + - { offsetInCU: 0x11B, offset: 0xAD901, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc', symObjAddr: 0x2DC, symBinAddr: 0x672B4, symSize: 0xD0 } + - { offsetInCU: 0x1C3, offset: 0xAD9A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg', symObjAddr: 0x4D8, symBinAddr: 0x6742C, symSize: 0x30 } + - { offsetInCU: 0x20E, offset: 0xAD9F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs', symObjAddr: 0x508, symBinAddr: 0x6745C, symSize: 0x50 } + - { offsetInCU: 0x254, offset: 0xADA3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM', symObjAddr: 0x558, symBinAddr: 0x674AC, symSize: 0x40 } + - { offsetInCU: 0x283, offset: 0xADA69, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM.resume.0', symObjAddr: 0x598, symBinAddr: 0x674EC, symSize: 0x34 } + - { offsetInCU: 0x2C2, offset: 0xADAA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9valueTypeypXpvg', symObjAddr: 0x5CC, symBinAddr: 0x67520, symSize: 0xC } + - { offsetInCU: 0x2ED, offset: 0xADAD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x5D8, symBinAddr: 0x6752C, symSize: 0xAC } + - { offsetInCU: 0x33A, offset: 0xADB20, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x694, symBinAddr: 0x675E8, symSize: 0x38 } + - { offsetInCU: 0x3A0, offset: 0xADB86, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x730, symBinAddr: 0x67684, symSize: 0x18 } + - { offsetInCU: 0x3C3, offset: 0xADBA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfd', symObjAddr: 0x748, symBinAddr: 0x6769C, symSize: 0x24 } + - { offsetInCU: 0x3FE, offset: 0xADBE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfD', symObjAddr: 0x7A0, symBinAddr: 0x676C0, symSize: 0x2C } + - { offsetInCU: 0x441, offset: 0xADC27, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x7CC, symBinAddr: 0x676EC, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0xADC43, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x7EC, symBinAddr: 0x6770C, symSize: 0xC } + - { offsetInCU: 0x4A3, offset: 0xADC89, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7F8, symBinAddr: 0x67718, symSize: 0x1C } + - { offsetInCU: 0x503, offset: 0xADCE9, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOe', symObjAddr: 0x238, symBinAddr: 0x67210, symSize: 0x10 } + - { offsetInCU: 0x517, offset: 0xADCFD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVACSHAAWl', symObjAddr: 0x248, symBinAddr: 0x67220, symSize: 0x48 } + - { offsetInCU: 0x54C, offset: 0xADD32, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGSayxGSHsSHRzlWl', symObjAddr: 0x3EC, symBinAddr: 0x67384, symSize: 0x64 } + - { offsetInCU: 0x560, offset: 0xADD46, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSHAAWl', symObjAddr: 0x494, symBinAddr: 0x673E8, symSize: 0x44 } + - { offsetInCU: 0x574, offset: 0xADD5A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOy', symObjAddr: 0x684, symBinAddr: 0x675D8, symSize: 0x10 } + - { offsetInCU: 0x588, offset: 0xADD6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6F8, symBinAddr: 0x6764C, symSize: 0x38 } + - { offsetInCU: 0x5D0, offset: 0xADDB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x814, symBinAddr: 0x67734, symSize: 0xC } + - { offsetInCU: 0x5FF, offset: 0xADDE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x820, symBinAddr: 0x67740, symSize: 0xC } + - { offsetInCU: 0x649, offset: 0xADE2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x82C, symBinAddr: 0x6774C, symSize: 0x14 } + - { offsetInCU: 0x68C, offset: 0xADE72, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCMa', symObjAddr: 0x8D8, symBinAddr: 0x677F8, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0xAE099, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg', symObjAddr: 0x0, symBinAddr: 0x67834, symSize: 0xA4 } + - { offsetInCU: 0x9F, offset: 0xAE0F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie27ReducedMotionOptionProvider_pWOb', symObjAddr: 0xD8, symBinAddr: 0x678D8, symSize: 0x18 } + - { offsetInCU: 0xB3, offset: 0xAE10D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ', symObjAddr: 0x168, symBinAddr: 0x678F0, symSize: 0xC } + - { offsetInCU: 0xDF, offset: 0xAE139, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ', symObjAddr: 0x174, symBinAddr: 0x678FC, symSize: 0x10 } + - { offsetInCU: 0x10B, offset: 0xAE165, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ', symObjAddr: 0x184, symBinAddr: 0x6790C, symSize: 0x60 } + - { offsetInCU: 0x153, offset: 0xAE1AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVACycfC', symObjAddr: 0x1E4, symBinAddr: 0x6796C, symSize: 0x4 } + - { offsetInCU: 0x171, offset: 0xAE1CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg', symObjAddr: 0x530, symBinAddr: 0x67CB8, symSize: 0x24 } + - { offsetInCU: 0x196, offset: 0xAE1F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVAA0cdeF0A2aDP07currentcD4ModeAA0cdH0OvgTW', symObjAddr: 0x554, symBinAddr: 0x67CDC, symSize: 0x24 } + - { offsetInCU: 0x1C9, offset: 0xAE223, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ', symObjAddr: 0x1E8, symBinAddr: 0x67970, symSize: 0x4 } + - { offsetInCU: 0x1E9, offset: 0xAE243, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x1EC, symBinAddr: 0x67974, symSize: 0x18 } + - { offsetInCU: 0x24F, offset: 0xAE2A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x400, symBinAddr: 0x67B88, symSize: 0x28 } + - { offsetInCU: 0x2B2, offset: 0xAE30C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO9hashValueSivg', symObjAddr: 0x428, symBinAddr: 0x67BB0, symSize: 0x44 } + - { offsetInCU: 0x3AC, offset: 0xAE406, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x46C, symBinAddr: 0x67BF4, symSize: 0x18 } + - { offsetInCU: 0x3CC, offset: 0xAE426, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x46C, symBinAddr: 0x67BF4, symSize: 0x18 } + - { offsetInCU: 0x40C, offset: 0xAE466, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH9hashValueSivgTW', symObjAddr: 0x484, symBinAddr: 0x67C0C, symSize: 0x44 } + - { offsetInCU: 0x4EF, offset: 0xAE549, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4C8, symBinAddr: 0x67C50, symSize: 0x28 } + - { offsetInCU: 0x583, offset: 0xAE5DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF', symObjAddr: 0x204, symBinAddr: 0x6798C, symSize: 0x74 } + - { offsetInCU: 0x733, offset: 0xAE78D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO9hashValueSivg', symObjAddr: 0x278, symBinAddr: 0x67A00, symSize: 0x88 } + - { offsetInCU: 0x89D, offset: 0xAE8F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x300, symBinAddr: 0x67A88, symSize: 0x4 } + - { offsetInCU: 0x8B9, offset: 0xAE913, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x304, symBinAddr: 0x67A8C, symSize: 0x74 } + - { offsetInCU: 0x9C7, offset: 0xAEA21, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3FC, symBinAddr: 0x67B84, symSize: 0x4 } + - { offsetInCU: 0x9E7, offset: 0xAEA41, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3FC, symBinAddr: 0x67B84, symSize: 0x4 } + - { offsetInCU: 0x9F9, offset: 0xAEA53, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x578, symBinAddr: 0x67D00, symSize: 0xF8 } + - { offsetInCU: 0xAB4, offset: 0xAEB0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASQWb', symObjAddr: 0x670, symBinAddr: 0x67DF8, symSize: 0x4 } + - { offsetInCU: 0xAC8, offset: 0xAEB22, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOACSQAAWl', symObjAddr: 0x674, symBinAddr: 0x67DFC, symSize: 0x44 } + - { offsetInCU: 0xADC, offset: 0xAEB36, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASQWb', symObjAddr: 0x6B8, symBinAddr: 0x67E40, symSize: 0x4 } + - { offsetInCU: 0xAF0, offset: 0xAEB4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOACSQAAWl', symObjAddr: 0x6BC, symBinAddr: 0x67E44, symSize: 0x44 } + - { offsetInCU: 0xB04, offset: 0xAEB5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwCP', symObjAddr: 0x700, symBinAddr: 0x67E88, symSize: 0x30 } + - { offsetInCU: 0xB18, offset: 0xAEB72, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwxx', symObjAddr: 0x730, symBinAddr: 0x67EB8, symSize: 0x50 } + - { offsetInCU: 0xB2C, offset: 0xAEB86, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwcp', symObjAddr: 0x780, symBinAddr: 0x67F08, symSize: 0x90 } + - { offsetInCU: 0xB40, offset: 0xAEB9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwca', symObjAddr: 0x810, symBinAddr: 0x67F98, symSize: 0xD4 } + - { offsetInCU: 0xB54, offset: 0xAEBAE, size: 0x8, addend: 0x0, symName: ___swift_memcpy81_8, symObjAddr: 0x8E4, symBinAddr: 0x6806C, symSize: 0x24 } + - { offsetInCU: 0xB68, offset: 0xAEBC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwta', symObjAddr: 0x908, symBinAddr: 0x68090, symSize: 0xA0 } + - { offsetInCU: 0xB7C, offset: 0xAEBD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwet', symObjAddr: 0x9A8, symBinAddr: 0x68130, symSize: 0x3C } + - { offsetInCU: 0xB90, offset: 0xAEBEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwst', symObjAddr: 0x9E4, symBinAddr: 0x6816C, symSize: 0x54 } + - { offsetInCU: 0xBA4, offset: 0xAEBFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwug', symObjAddr: 0xA38, symBinAddr: 0x681C0, symSize: 0x1C } + - { offsetInCU: 0xBB8, offset: 0xAEC12, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwup', symObjAddr: 0xA54, symBinAddr: 0x681DC, symSize: 0x4 } + - { offsetInCU: 0xBCC, offset: 0xAEC26, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwui', symObjAddr: 0xA58, symBinAddr: 0x681E0, symSize: 0x34 } + - { offsetInCU: 0xBE0, offset: 0xAEC3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOMa', symObjAddr: 0xA8C, symBinAddr: 0x68214, symSize: 0x10 } + - { offsetInCU: 0xBF4, offset: 0xAEC4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwet', symObjAddr: 0xAAC, symBinAddr: 0x68224, symSize: 0x90 } + - { offsetInCU: 0xC08, offset: 0xAEC62, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwst', symObjAddr: 0xB3C, symBinAddr: 0x682B4, symSize: 0xBC } + - { offsetInCU: 0xC1C, offset: 0xAEC76, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwug', symObjAddr: 0xBF8, symBinAddr: 0x68370, symSize: 0x8 } + - { offsetInCU: 0xC30, offset: 0xAEC8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwup', symObjAddr: 0xC00, symBinAddr: 0x68378, symSize: 0x4 } + - { offsetInCU: 0xC44, offset: 0xAEC9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwui', symObjAddr: 0xC04, symBinAddr: 0x6837C, symSize: 0xC } + - { offsetInCU: 0xC58, offset: 0xAECB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOMa', symObjAddr: 0xC10, symBinAddr: 0x68388, symSize: 0x10 } + - { offsetInCU: 0xC6C, offset: 0xAECC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVMa', symObjAddr: 0xC28, symBinAddr: 0x683A0, symSize: 0x10 } + - { offsetInCU: 0xD13, offset: 0xAED6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x378, symBinAddr: 0x67B00, symSize: 0x84 } + - { offsetInCU: 0xE6A, offset: 0xAEEC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4F0, symBinAddr: 0x67C78, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0xAF0D0, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x683B0, symSize: 0x50C } + - { offsetInCU: 0x2AB, offset: 0xAF354, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x683B0, symSize: 0x50C } + - { offsetInCU: 0x2B, offset: 0xB028D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x688BC, symSize: 0x44 } + - { offsetInCU: 0x6D, offset: 0xB02CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x688BC, symSize: 0x44 } + - { offsetInCU: 0xBF, offset: 0xB0321, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x64, symBinAddr: 0x68920, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0xB0362, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x70, symBinAddr: 0x6892C, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xB03A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x6895C, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0xB03D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesC7ellipseAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x424, symBinAddr: 0x68CA0, symSize: 0x274 } + - { offsetInCU: 0x409, offset: 0xB066B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCMa', symObjAddr: 0x44, symBinAddr: 0x68900, symSize: 0x20 } + - { offsetInCU: 0x4DB, offset: 0xB073D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xAC, symBinAddr: 0x68968, symSize: 0xAC } + - { offsetInCU: 0x5C9, offset: 0xB082B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCfD', symObjAddr: 0x158, symBinAddr: 0x68A14, symSize: 0x34 } + - { offsetInCU: 0x62A, offset: 0xB088C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1AC, symBinAddr: 0x68A68, symSize: 0x44 } + - { offsetInCU: 0x676, offset: 0xB08D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x1F0, symBinAddr: 0x68AAC, symSize: 0x24 } + - { offsetInCU: 0x6A8, offset: 0xB090A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x214, symBinAddr: 0x68AD0, symSize: 0x4 } + - { offsetInCU: 0x6E2, offset: 0xB0944, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x218, symBinAddr: 0x68AD4, symSize: 0x8 } + - { offsetInCU: 0x702, offset: 0xB0964, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x218, symBinAddr: 0x68AD4, symSize: 0x8 } + - { offsetInCU: 0x765, offset: 0xB09C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x220, symBinAddr: 0x68ADC, symSize: 0x10 } + - { offsetInCU: 0x785, offset: 0xB09E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x220, symBinAddr: 0x68ADC, symSize: 0x10 } + - { offsetInCU: 0x7CC, offset: 0xB0A2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x68AEC, symSize: 0x8 } + - { offsetInCU: 0x7EC, offset: 0xB0A4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x68AEC, symSize: 0x8 } + - { offsetInCU: 0x80D, offset: 0xB0A6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x238, symBinAddr: 0x68AF4, symSize: 0x8 } + - { offsetInCU: 0x82D, offset: 0xB0A8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x238, symBinAddr: 0x68AF4, symSize: 0x8 } + - { offsetInCU: 0x84E, offset: 0xB0AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x240, symBinAddr: 0x68AFC, symSize: 0x8 } + - { offsetInCU: 0x86E, offset: 0xB0AD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x240, symBinAddr: 0x68AFC, symSize: 0x8 } + - { offsetInCU: 0x88F, offset: 0xB0AF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x248, symBinAddr: 0x68B04, symSize: 0x8 } + - { offsetInCU: 0x8AF, offset: 0xB0B11, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x248, symBinAddr: 0x68B04, symSize: 0x8 } + - { offsetInCU: 0x8D0, offset: 0xB0B32, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x68B0C, symSize: 0xC } + - { offsetInCU: 0x8F0, offset: 0xB0B52, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x68B0C, symSize: 0xC } + - { offsetInCU: 0x911, offset: 0xB0B73, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x25C, symBinAddr: 0x68B18, symSize: 0x10 } + - { offsetInCU: 0x931, offset: 0xB0B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x25C, symBinAddr: 0x68B18, symSize: 0x10 } + - { offsetInCU: 0x952, offset: 0xB0BB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x26C, symBinAddr: 0x68B28, symSize: 0xC } + - { offsetInCU: 0x984, offset: 0xB0BE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC06parentC07ellipseAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x698, symBinAddr: 0x68F14, symSize: 0x114 } + - { offsetInCU: 0xA3D, offset: 0xB0C9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCMa', symObjAddr: 0x18C, symBinAddr: 0x68A48, symSize: 0x20 } + - { offsetInCU: 0xB2F, offset: 0xB0D91, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7ellipse4size6center9directionACSo6CGSizeV_So7CGPointVAA0C9DirectionOtFZTf4nnnd_n', symObjAddr: 0x278, symBinAddr: 0x68B34, symSize: 0x16C } + - { offsetInCU: 0x43, offset: 0xB146A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x69028, symSize: 0x3C } + - { offsetInCU: 0x57, offset: 0xB147E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwxx', symObjAddr: 0x3C, symBinAddr: 0x69064, symSize: 0x8 } + - { offsetInCU: 0x6B, offset: 0xB1492, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwcp', symObjAddr: 0x44, symBinAddr: 0x6906C, symSize: 0x3C } + - { offsetInCU: 0x7F, offset: 0xB14A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwca', symObjAddr: 0x80, symBinAddr: 0x690A8, symSize: 0x54 } + - { offsetInCU: 0x93, offset: 0xB14BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwta', symObjAddr: 0xE8, symBinAddr: 0x690FC, symSize: 0x44 } + - { offsetInCU: 0xA7, offset: 0xB14CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwet', symObjAddr: 0x12C, symBinAddr: 0x69140, symSize: 0x48 } + - { offsetInCU: 0xBB, offset: 0xB14E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwst', symObjAddr: 0x174, symBinAddr: 0x69188, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0xB14F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVMa', symObjAddr: 0x1B4, symBinAddr: 0x691C8, symSize: 0x10 } + - { offsetInCU: 0x45C, offset: 0xB1883, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV02cgC0So9CGPathRefayF', symObjAddr: 0x1C4, symBinAddr: 0x691D8, symSize: 0x140 } + - { offsetInCU: 0x5F3, offset: 0xB1A1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9addVertexyyAA05CurveE0VF', symObjAddr: 0x304, symBinAddr: 0x69318, symSize: 0x19C } + - { offsetInCU: 0x9D4, offset: 0xB1DFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV04trimC9AtLengths33_3AD676776FA89DEF7F58E43AF7646C3ALL9positionsSayACGSay12CoreGraphics7CGFloatV5start_AJ3endtG_tF', symObjAddr: 0x4A0, symBinAddr: 0x694B4, symSize: 0xAB4 } + - { offsetInCU: 0x2127, offset: 0xB354E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO8rawValueSSvg', symObjAddr: 0xF54, symBinAddr: 0x69F68, symSize: 0x18 } + - { offsetInCU: 0x2160, offset: 0xB3587, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0xF6C, symBinAddr: 0x69F80, symSize: 0x18 } + - { offsetInCU: 0x218E, offset: 0xB35B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0xF6C, symBinAddr: 0x69F80, symSize: 0x18 } + - { offsetInCU: 0x21E0, offset: 0xB3607, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xFA8, symBinAddr: 0x69FBC, symSize: 0x64 } + - { offsetInCU: 0x2246, offset: 0xB366D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x100C, symBinAddr: 0x6A020, symSize: 0x28 } + - { offsetInCU: 0x2262, offset: 0xB3689, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1034, symBinAddr: 0x6A048, symSize: 0x8 } + - { offsetInCU: 0x2298, offset: 0xB36BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x103C, symBinAddr: 0x6A050, symSize: 0x68 } + - { offsetInCU: 0x231D, offset: 0xB3744, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x10A4, symBinAddr: 0x6A0B8, symSize: 0xC } + - { offsetInCU: 0x2339, offset: 0xB3760, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x10B0, symBinAddr: 0x6A0C4, symSize: 0xC } + - { offsetInCU: 0x2361, offset: 0xB3788, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV6encode2toys7Encoder_p_tKF', symObjAddr: 0x110C, symBinAddr: 0x6A120, symSize: 0x2F8 } + - { offsetInCU: 0x254C, offset: 0xB3973, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1404, symBinAddr: 0x6A418, symSize: 0x34 } + - { offsetInCU: 0x2585, offset: 0xB39AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1438, symBinAddr: 0x6A44C, symSize: 0x1C } + - { offsetInCU: 0x2767, offset: 0xB3B8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x1454, symBinAddr: 0x6A468, symSize: 0xBA0 } + - { offsetInCU: 0x3A65, offset: 0xB4E8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x1FF4, symBinAddr: 0x6B008, symSize: 0xB30 } + - { offsetInCU: 0x4704, offset: 0xB5B2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x2B88, symBinAddr: 0x6BB38, symSize: 0x44 } + - { offsetInCU: 0x4718, offset: 0xB5B3F, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGSgWOh', symObjAddr: 0x2BCC, symBinAddr: 0x6BB7C, symSize: 0x40 } + - { offsetInCU: 0x472C, offset: 0xB5B53, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGAByxGs0abC8ProtocolsWl', symObjAddr: 0x2C34, symBinAddr: 0x6BBBC, symSize: 0x4C } + - { offsetInCU: 0x4740, offset: 0xB5B67, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwet', symObjAddr: 0x2DB4, symBinAddr: 0x6BC68, symSize: 0x90 } + - { offsetInCU: 0x4754, offset: 0xB5B7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwst', symObjAddr: 0x2E44, symBinAddr: 0x6BCF8, symSize: 0xBC } + - { offsetInCU: 0x4768, offset: 0xB5B8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwug', symObjAddr: 0x2F00, symBinAddr: 0x6BDB4, symSize: 0x8 } + - { offsetInCU: 0x477C, offset: 0xB5BA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwup', symObjAddr: 0x2F08, symBinAddr: 0x6BDBC, symSize: 0x4 } + - { offsetInCU: 0x4790, offset: 0xB5BB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwui', symObjAddr: 0x2F0C, symBinAddr: 0x6BDC0, symSize: 0x8 } + - { offsetInCU: 0x47A4, offset: 0xB5BCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOMa', symObjAddr: 0x2F14, symBinAddr: 0x6BDC8, symSize: 0x10 } + - { offsetInCU: 0x47B8, offset: 0xB5BDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASQWb', symObjAddr: 0x2F24, symBinAddr: 0x6BDD8, symSize: 0x4 } + - { offsetInCU: 0x47CC, offset: 0xB5BF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAESQAAWl', symObjAddr: 0x2F28, symBinAddr: 0x6BDDC, symSize: 0x44 } + - { offsetInCU: 0x47E0, offset: 0xB5C07, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2F6C, symBinAddr: 0x6BE20, symSize: 0x4 } + - { offsetInCU: 0x47F4, offset: 0xB5C1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2F70, symBinAddr: 0x6BE24, symSize: 0x44 } + - { offsetInCU: 0x4808, offset: 0xB5C2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2FB4, symBinAddr: 0x6BE68, symSize: 0x4 } + - { offsetInCU: 0x481C, offset: 0xB5C43, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2FB8, symBinAddr: 0x6BE6C, symSize: 0x44 } + - { offsetInCU: 0x4937, offset: 0xB5D5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF84, symBinAddr: 0x69F98, symSize: 0xC } + - { offsetInCU: 0x4953, offset: 0xB5D7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xF90, symBinAddr: 0x69FA4, symSize: 0x8 } + - { offsetInCU: 0x496F, offset: 0xB5D96, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF98, symBinAddr: 0x69FAC, symSize: 0x8 } + - { offsetInCU: 0x498B, offset: 0xB5DB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xFA0, symBinAddr: 0x69FB4, symSize: 0x8 } + - { offsetInCU: 0x49AD, offset: 0xB5DD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x10BC, symBinAddr: 0x6A0D0, symSize: 0x28 } + - { offsetInCU: 0x49C9, offset: 0xB5DF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x10E4, symBinAddr: 0x6A0F8, symSize: 0x28 } + - { offsetInCU: 0x9D, offset: 0xB6232, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfC', symObjAddr: 0x0, symBinAddr: 0x6BEB0, symSize: 0x8C } + - { offsetInCU: 0xEE, offset: 0xB6283, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc', symObjAddr: 0x8C, symBinAddr: 0x6BF3C, symSize: 0x8C } + - { offsetInCU: 0x135, offset: 0xB62CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfcTo', symObjAddr: 0x118, symBinAddr: 0x6BFC8, symSize: 0xBC } + - { offsetInCU: 0x1B5, offset: 0xB634A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC5namedyACSSFZTo', symObjAddr: 0x1D4, symBinAddr: 0x6C084, symSize: 0xDC } + - { offsetInCU: 0x251, offset: 0xB63E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfc', symObjAddr: 0x2BC, symBinAddr: 0x6C16C, symSize: 0x2C } + - { offsetInCU: 0x2B4, offset: 0xB6449, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfcTo', symObjAddr: 0x2E8, symBinAddr: 0x6C198, symSize: 0x2C } + - { offsetInCU: 0x35D, offset: 0xB64F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCfETo', symObjAddr: 0x318, symBinAddr: 0x6C1C8, symSize: 0x50 } + - { offsetInCU: 0x3D4, offset: 0xB6569, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ', symObjAddr: 0x368, symBinAddr: 0x6C218, symSize: 0x1A4 } + - { offsetInCU: 0x4C9, offset: 0xB665E, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg', symObjAddr: 0x50C, symBinAddr: 0x6C3BC, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0xB6694, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfC', symObjAddr: 0x518, symBinAddr: 0x6C3C8, symSize: 0x14 } + - { offsetInCU: 0x51E, offset: 0xB66B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg', symObjAddr: 0x52C, symBinAddr: 0x6C3DC, symSize: 0x4 } + - { offsetInCU: 0x561, offset: 0xB66F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x5F8, symBinAddr: 0x6C4A8, symSize: 0x20 } + - { offsetInCU: 0x592, offset: 0xB6727, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x618, symBinAddr: 0x6C4C8, symSize: 0xC } + - { offsetInCU: 0x612, offset: 0xB67A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfC', symObjAddr: 0x624, symBinAddr: 0x6C4D4, symSize: 0x48 } + - { offsetInCU: 0x659, offset: 0xB67EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc', symObjAddr: 0x66C, symBinAddr: 0x6C51C, symSize: 0x44 } + - { offsetInCU: 0x68C, offset: 0xB6821, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfcTo', symObjAddr: 0x6B0, symBinAddr: 0x6C560, symSize: 0x10 } + - { offsetInCU: 0x6AC, offset: 0xB6841, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfcTo', symObjAddr: 0x6B0, symBinAddr: 0x6C560, symSize: 0x10 } + - { offsetInCU: 0x6DE, offset: 0xB6873, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfC', symObjAddr: 0x6C0, symBinAddr: 0x6C570, symSize: 0x50 } + - { offsetInCU: 0x712, offset: 0xB68A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc', symObjAddr: 0x710, symBinAddr: 0x6C5C0, symSize: 0x30 } + - { offsetInCU: 0x726, offset: 0xB68BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTo', symObjAddr: 0x740, symBinAddr: 0x6C5F0, symSize: 0x58 } + - { offsetInCU: 0x78E, offset: 0xB6923, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfC', symObjAddr: 0x798, symBinAddr: 0x6C648, symSize: 0x80 } + - { offsetInCU: 0x7E0, offset: 0xB6975, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc', symObjAddr: 0x818, symBinAddr: 0x6C6C8, symSize: 0x74 } + - { offsetInCU: 0x813, offset: 0xB69A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfcTo', symObjAddr: 0x88C, symBinAddr: 0x6C73C, symSize: 0xA8 } + - { offsetInCU: 0x863, offset: 0xB69F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfC', symObjAddr: 0x934, symBinAddr: 0x6C7E4, symSize: 0x40 } + - { offsetInCU: 0x8A1, offset: 0xB6A36, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc', symObjAddr: 0x974, symBinAddr: 0x6C824, symSize: 0x1EC } + - { offsetInCU: 0x95B, offset: 0xB6AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5Error_pSgcfU_', symObjAddr: 0xB60, symBinAddr: 0x6CA10, symSize: 0x4 } + - { offsetInCU: 0x973, offset: 0xB6B08, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfcTo', symObjAddr: 0xB64, symBinAddr: 0x6CA14, symSize: 0x70 } + - { offsetInCU: 0x9C5, offset: 0xB6B5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfC', symObjAddr: 0xBD4, symBinAddr: 0x6CA84, symSize: 0x78 } + - { offsetInCU: 0xA0C, offset: 0xB6BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc', symObjAddr: 0xC4C, symBinAddr: 0x6CAFC, symSize: 0x64 } + - { offsetInCU: 0xA3F, offset: 0xB6BD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfcTo', symObjAddr: 0xCB0, symBinAddr: 0x6CB60, symSize: 0x90 } + - { offsetInCU: 0xA93, offset: 0xB6C28, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfC', symObjAddr: 0xD40, symBinAddr: 0x6CBF0, symSize: 0x5C } + - { offsetInCU: 0xAC7, offset: 0xB6C5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc', symObjAddr: 0xD9C, symBinAddr: 0x6CC4C, symSize: 0x40 } + - { offsetInCU: 0xADB, offset: 0xB6C70, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTo', symObjAddr: 0xDDC, symBinAddr: 0x6CC8C, symSize: 0x80 } + - { offsetInCU: 0xB0D, offset: 0xB6CA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xE5C, symBinAddr: 0x6CD0C, symSize: 0x50 } + - { offsetInCU: 0xB2B, offset: 0xB6CC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xEAC, symBinAddr: 0x6CD5C, symSize: 0x100 } + - { offsetInCU: 0xBB2, offset: 0xB6D47, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xFAC, symBinAddr: 0x6CE5C, symSize: 0x20 } + - { offsetInCU: 0xBDD, offset: 0xB6D72, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xFCC, symBinAddr: 0x6CE7C, symSize: 0x4C } + - { offsetInCU: 0xC0F, offset: 0xB6DA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvW', symObjAddr: 0x1058, symBinAddr: 0x6CF08, symSize: 0x154 } + - { offsetInCU: 0xCC7, offset: 0xB6E5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM', symObjAddr: 0x11AC, symBinAddr: 0x6D05C, symSize: 0x48 } + - { offsetInCU: 0xD14, offset: 0xB6EA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1200, symBinAddr: 0x6D0B0, symSize: 0x44 } + - { offsetInCU: 0xD51, offset: 0xB6EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg', symObjAddr: 0x1244, symBinAddr: 0x6D0F4, symSize: 0x44 } + - { offsetInCU: 0xD70, offset: 0xB6F05, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x1288, symBinAddr: 0x6D138, symSize: 0x3C } + - { offsetInCU: 0xDAA, offset: 0xB6F3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs', symObjAddr: 0x12C4, symBinAddr: 0x6D174, symSize: 0xC0 } + - { offsetInCU: 0xE6E, offset: 0xB7003, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM', symObjAddr: 0x1384, symBinAddr: 0x6D234, symSize: 0x58 } + - { offsetInCU: 0xE9D, offset: 0xB7032, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x13DC, symBinAddr: 0x6D28C, symSize: 0xB0 } + - { offsetInCU: 0xF32, offset: 0xB70C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvW', symObjAddr: 0x16F8, symBinAddr: 0x6D5A8, symSize: 0x188 } + - { offsetInCU: 0x101F, offset: 0xB71B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM', symObjAddr: 0x1880, symBinAddr: 0x6D730, symSize: 0x48 } + - { offsetInCU: 0x106C, offset: 0xB7201, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0x1910, symBinAddr: 0x6D7C0, symSize: 0x18 } + - { offsetInCU: 0x108C, offset: 0xB7221, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0x1910, symBinAddr: 0x6D7C0, symSize: 0x18 } + - { offsetInCU: 0x10A9, offset: 0xB723E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg', symObjAddr: 0x1928, symBinAddr: 0x6D7D8, symSize: 0x18 } + - { offsetInCU: 0x10F0, offset: 0xB7285, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x1940, symBinAddr: 0x6D7F0, symSize: 0x18 } + - { offsetInCU: 0x1110, offset: 0xB72A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x1940, symBinAddr: 0x6D7F0, symSize: 0x18 } + - { offsetInCU: 0x1135, offset: 0xB72CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs', symObjAddr: 0x1958, symBinAddr: 0x6D808, symSize: 0x1C } + - { offsetInCU: 0x115C, offset: 0xB72F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM', symObjAddr: 0x1974, symBinAddr: 0x6D824, symSize: 0x48 } + - { offsetInCU: 0x11A2, offset: 0xB7337, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM.resume.0', symObjAddr: 0x19BC, symBinAddr: 0x6D86C, symSize: 0x18 } + - { offsetInCU: 0x11D0, offset: 0xB7365, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM.resume.0', symObjAddr: 0x19BC, symBinAddr: 0x6D86C, symSize: 0x18 } + - { offsetInCU: 0x121F, offset: 0xB73B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvsTo', symObjAddr: 0x19EC, symBinAddr: 0x6D89C, symSize: 0x8C } + - { offsetInCU: 0x1294, offset: 0xB7429, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x1A78, symBinAddr: 0x6D928, symSize: 0x74 } + - { offsetInCU: 0x1329, offset: 0xB74BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x1B64, symBinAddr: 0x6DA14, symSize: 0x8C } + - { offsetInCU: 0x139B, offset: 0xB7530, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x1BF0, symBinAddr: 0x6DAA0, symSize: 0x80 } + - { offsetInCU: 0x1418, offset: 0xB75AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1C70, symBinAddr: 0x6DB20, symSize: 0x40 } + - { offsetInCU: 0x1434, offset: 0xB75C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x1CB0, symBinAddr: 0x6DB60, symSize: 0x124 } + - { offsetInCU: 0x1589, offset: 0xB771E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x1DEC, symBinAddr: 0x6DC9C, symSize: 0x34 } + - { offsetInCU: 0x15B8, offset: 0xB774D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1E2C, symBinAddr: 0x6DCDC, symSize: 0x20 } + - { offsetInCU: 0x15D4, offset: 0xB7769, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg', symObjAddr: 0x1E4C, symBinAddr: 0x6DCFC, symSize: 0x80 } + - { offsetInCU: 0x164D, offset: 0xB77E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvgTo', symObjAddr: 0x1ECC, symBinAddr: 0x6DD7C, symSize: 0x40 } + - { offsetInCU: 0x1669, offset: 0xB77FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg', symObjAddr: 0x1F0C, symBinAddr: 0x6DDBC, symSize: 0x108 } + - { offsetInCU: 0x1710, offset: 0xB78A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM', symObjAddr: 0x20C4, symBinAddr: 0x6DF74, symSize: 0x34 } + - { offsetInCU: 0x175D, offset: 0xB78F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x2144, symBinAddr: 0x6DFF4, symSize: 0xC0 } + - { offsetInCU: 0x17BD, offset: 0xB7952, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x2204, symBinAddr: 0x6E0B4, symSize: 0xA8 } + - { offsetInCU: 0x1817, offset: 0xB79AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x22AC, symBinAddr: 0x6E15C, symSize: 0x3C } + - { offsetInCU: 0x1833, offset: 0xB79C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x22E8, symBinAddr: 0x6E198, symSize: 0x10C } + - { offsetInCU: 0x18F0, offset: 0xB7A85, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x24A4, symBinAddr: 0x6E354, symSize: 0xCC } + - { offsetInCU: 0x1989, offset: 0xB7B1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x2570, symBinAddr: 0x6E420, symSize: 0x1A8 } + - { offsetInCU: 0x1A48, offset: 0xB7BDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x2718, symBinAddr: 0x6E5C8, symSize: 0x58 } + - { offsetInCU: 0x1A8C, offset: 0xB7C21, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x2770, symBinAddr: 0x6E620, symSize: 0x38 } + - { offsetInCU: 0x1AC1, offset: 0xB7C56, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x27A8, symBinAddr: 0x6E658, symSize: 0x40 } + - { offsetInCU: 0x1ADD, offset: 0xB7C72, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x27E8, symBinAddr: 0x6E698, symSize: 0xB8 } + - { offsetInCU: 0x1C33, offset: 0xB7DC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x28A0, symBinAddr: 0x6E750, symSize: 0x64 } + - { offsetInCU: 0x1C9E, offset: 0xB7E33, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x2904, symBinAddr: 0x6E7B4, symSize: 0x64 } + - { offsetInCU: 0x1D17, offset: 0xB7EAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x2968, symBinAddr: 0x6E818, symSize: 0x94 } + - { offsetInCU: 0x1DAB, offset: 0xB7F40, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x29FC, symBinAddr: 0x6E8AC, symSize: 0x74 } + - { offsetInCU: 0x1E39, offset: 0xB7FCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x2AE8, symBinAddr: 0x6E998, symSize: 0x8C } + - { offsetInCU: 0x1EAE, offset: 0xB8043, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x2B74, symBinAddr: 0x6EA24, symSize: 0x88 } + - { offsetInCU: 0x1F2E, offset: 0xB80C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvsTo', symObjAddr: 0x2CCC, symBinAddr: 0x6EB7C, symSize: 0x3C } + - { offsetInCU: 0x1F4A, offset: 0xB80DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs', symObjAddr: 0x2D08, symBinAddr: 0x6EBB8, symSize: 0xC8 } + - { offsetInCU: 0x1FE4, offset: 0xB8179, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM', symObjAddr: 0x2DD0, symBinAddr: 0x6EC80, symSize: 0x8C } + - { offsetInCU: 0x2086, offset: 0xB821B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM.resume.0', symObjAddr: 0x2E5C, symBinAddr: 0x6ED0C, symSize: 0xDC } + - { offsetInCU: 0x2115, offset: 0xB82AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvgTo', symObjAddr: 0x2F38, symBinAddr: 0x6EDE8, symSize: 0x38 } + - { offsetInCU: 0x2131, offset: 0xB82C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg', symObjAddr: 0x2F70, symBinAddr: 0x6EE20, symSize: 0x190 } + - { offsetInCU: 0x21D2, offset: 0xB8367, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvgTo', symObjAddr: 0x3100, symBinAddr: 0x6EFB0, symSize: 0x38 } + - { offsetInCU: 0x21EE, offset: 0xB8383, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg', symObjAddr: 0x3138, symBinAddr: 0x6EFE8, symSize: 0x48 } + - { offsetInCU: 0x2223, offset: 0xB83B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvsTo', symObjAddr: 0x3180, symBinAddr: 0x6F030, symSize: 0x3C } + - { offsetInCU: 0x223F, offset: 0xB83D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs', symObjAddr: 0x31BC, symBinAddr: 0x6F06C, symSize: 0x6C } + - { offsetInCU: 0x229F, offset: 0xB8434, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM', symObjAddr: 0x3228, symBinAddr: 0x6F0D8, symSize: 0x60 } + - { offsetInCU: 0x22F3, offset: 0xB8488, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM.resume.0', symObjAddr: 0x3288, symBinAddr: 0x6F138, symSize: 0x20 } + - { offsetInCU: 0x234D, offset: 0xB84E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyF', symObjAddr: 0x32A8, symBinAddr: 0x6F158, symSize: 0x48 } + - { offsetInCU: 0x2397, offset: 0xB852C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0x32F0, symBinAddr: 0x6F1A0, symSize: 0x40 } + - { offsetInCU: 0x23E0, offset: 0xB8575, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyFTo', symObjAddr: 0x3330, symBinAddr: 0x6F1E0, symSize: 0x5C } + - { offsetInCU: 0x2439, offset: 0xB85CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tFTo', symObjAddr: 0x338C, symBinAddr: 0x6F23C, symSize: 0xB8 } + - { offsetInCU: 0x2479, offset: 0xB860E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x3444, symBinAddr: 0x6F2F4, symSize: 0x6C } + - { offsetInCU: 0x24FD, offset: 0xB8692, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x34B0, symBinAddr: 0x6F360, symSize: 0xF0 } + - { offsetInCU: 0x2550, offset: 0xB86E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x35A0, symBinAddr: 0x6F450, symSize: 0x6C } + - { offsetInCU: 0x25D4, offset: 0xB8769, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x360C, symBinAddr: 0x6F4BC, symSize: 0xF0 } + - { offsetInCU: 0x2627, offset: 0xB87BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF', symObjAddr: 0x36FC, symBinAddr: 0x6F5AC, symSize: 0x64 } + - { offsetInCU: 0x26AB, offset: 0xB8840, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtFTo', symObjAddr: 0x3760, symBinAddr: 0x6F610, symSize: 0x128 } + - { offsetInCU: 0x26FF, offset: 0xB8894, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF', symObjAddr: 0x3888, symBinAddr: 0x6F738, symSize: 0x60 } + - { offsetInCU: 0x276C, offset: 0xB8901, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtFTo', symObjAddr: 0x38E8, symBinAddr: 0x6F798, symSize: 0xF8 } + - { offsetInCU: 0x27B6, offset: 0xB894B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyF', symObjAddr: 0x39E0, symBinAddr: 0x6F890, symSize: 0x40 } + - { offsetInCU: 0x27F5, offset: 0xB898A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyFTo', symObjAddr: 0x3A20, symBinAddr: 0x6F8D0, symSize: 0x54 } + - { offsetInCU: 0x282B, offset: 0xB89C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyF', symObjAddr: 0x3A74, symBinAddr: 0x6F924, symSize: 0x40 } + - { offsetInCU: 0x286A, offset: 0xB89FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyFTo', symObjAddr: 0x3AB4, symBinAddr: 0x6F964, symSize: 0x54 } + - { offsetInCU: 0x28A0, offset: 0xB8A35, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF', symObjAddr: 0x3B08, symBinAddr: 0x6F9B8, symSize: 0xA0 } + - { offsetInCU: 0x291B, offset: 0xB8AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyFTo', symObjAddr: 0x3BA8, symBinAddr: 0x6FA58, symSize: 0xB8 } + - { offsetInCU: 0x297D, offset: 0xB8B12, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x3C60, symBinAddr: 0x6FB10, symSize: 0xA0 } + - { offsetInCU: 0x29F8, offset: 0xB8B8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyFTo', symObjAddr: 0x3D00, symBinAddr: 0x6FBB0, symSize: 0xB8 } + - { offsetInCU: 0x2A5A, offset: 0xB8BEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x3DB8, symBinAddr: 0x6FC68, symSize: 0xFC } + - { offsetInCU: 0x2B01, offset: 0xB8C96, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x3EB4, symBinAddr: 0x6FD64, symSize: 0xF8 } + - { offsetInCU: 0x2B1D, offset: 0xB8CB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x3FAC, symBinAddr: 0x6FE5C, symSize: 0xA0 } + - { offsetInCU: 0x2B98, offset: 0xB8D2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyFTo', symObjAddr: 0x404C, symBinAddr: 0x6FEFC, symSize: 0xB8 } + - { offsetInCU: 0x2BFA, offset: 0xB8D8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF', symObjAddr: 0x4104, symBinAddr: 0x6FFB4, symSize: 0x370 } + - { offsetInCU: 0x2E61, offset: 0xB8FF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtFTo', symObjAddr: 0x4474, symBinAddr: 0x70324, symSize: 0x78 } + - { offsetInCU: 0x2E7D, offset: 0xB9012, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x44EC, symBinAddr: 0x7039C, symSize: 0x180 } + - { offsetInCU: 0x2F6F, offset: 0xB9104, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x466C, symBinAddr: 0x7051C, symSize: 0x6C } + - { offsetInCU: 0x2F8B, offset: 0xB9120, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF', symObjAddr: 0x46D8, symBinAddr: 0x70588, symSize: 0x64 } + - { offsetInCU: 0x2FF8, offset: 0xB918D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtFTo', symObjAddr: 0x473C, symBinAddr: 0x705EC, symSize: 0xB0 } + - { offsetInCU: 0x3040, offset: 0xB91D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x47EC, symBinAddr: 0x7069C, symSize: 0x100 } + - { offsetInCU: 0x30C4, offset: 0xB9259, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x48EC, symBinAddr: 0x7079C, symSize: 0xA4 } + - { offsetInCU: 0x30E0, offset: 0xB9275, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x4990, symBinAddr: 0x70840, symSize: 0xE0 } + - { offsetInCU: 0x317D, offset: 0xB9312, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x4A70, symBinAddr: 0x70920, symSize: 0x7C } + - { offsetInCU: 0x3199, offset: 0xB932E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4AEC, symBinAddr: 0x7099C, symSize: 0xB8 } + - { offsetInCU: 0x324A, offset: 0xB93DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tFTo', symObjAddr: 0x4BA4, symBinAddr: 0x70A54, symSize: 0xEC } + - { offsetInCU: 0x32E9, offset: 0xB947E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4C90, symBinAddr: 0x70B40, symSize: 0x110 } + - { offsetInCU: 0x33D7, offset: 0xB956C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4DAC, symBinAddr: 0x70C5C, symSize: 0x110 } + - { offsetInCU: 0x34B7, offset: 0xB964C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10setUpViews33_A351FBFEE2E6C8ED3388379E4189DDDFLLyyF', symObjAddr: 0x4F40, symBinAddr: 0x70DF0, symSize: 0x244 } + - { offsetInCU: 0x34E8, offset: 0xB967D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTf4gnn_n', symObjAddr: 0x55BC, symBinAddr: 0x71430, symSize: 0x280 } + - { offsetInCU: 0x365B, offset: 0xB97F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTf4gnn_n', symObjAddr: 0x5880, symBinAddr: 0x716B0, symSize: 0x2D0 } + - { offsetInCU: 0x3839, offset: 0xB99CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x6334, symBinAddr: 0x71EE4, symSize: 0xEC } + - { offsetInCU: 0x43F0, offset: 0xBA585, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfC', symObjAddr: 0x51D0, symBinAddr: 0x71080, symSize: 0x4C } + - { offsetInCU: 0x4439, offset: 0xBA5CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc', symObjAddr: 0x521C, symBinAddr: 0x710CC, symSize: 0x4C } + - { offsetInCU: 0x446C, offset: 0xBA601, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfcTo', symObjAddr: 0x5268, symBinAddr: 0x71118, symSize: 0x74 } + - { offsetInCU: 0x44B2, offset: 0xBA647, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfc', symObjAddr: 0x5318, symBinAddr: 0x711C8, symSize: 0x2C } + - { offsetInCU: 0x4518, offset: 0xBA6AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfcTo', symObjAddr: 0x5344, symBinAddr: 0x711F4, symSize: 0x2C } + - { offsetInCU: 0x45CA, offset: 0xBA75F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x1AEC, symBinAddr: 0x6D99C, symSize: 0x78 } + - { offsetInCU: 0x4747, offset: 0xBA8DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x23F4, symBinAddr: 0x6E2A4, symSize: 0xB0 } + - { offsetInCU: 0x47B0, offset: 0xBA945, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x2A70, symBinAddr: 0x6E920, symSize: 0x78 } + - { offsetInCU: 0x493E, offset: 0xBAAD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCfETo', symObjAddr: 0x5188, symBinAddr: 0x71038, symSize: 0x48 } + - { offsetInCU: 0x496D, offset: 0xBAB02, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCfETo', symObjAddr: 0x53A4, symBinAddr: 0x71254, symSize: 0x10 } + - { offsetInCU: 0x49D5, offset: 0xBAB6A, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_nAE05ColorcJ0C_Tg5', symObjAddr: 0x53F0, symBinAddr: 0x71264, symSize: 0x12C } + - { offsetInCU: 0x4A74, offset: 0xBAC09, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_nAK05ColornO0C_Tg5', symObjAddr: 0x551C, symBinAddr: 0x71390, symSize: 0xA0 } + - { offsetInCU: 0x4BBA, offset: 0xBAD4F, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVSgWOb', symObjAddr: 0x5D9C, symBinAddr: 0x71980, symSize: 0x48 } + - { offsetInCU: 0x4BCE, offset: 0xBAD63, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOSHAASQWb', symObjAddr: 0x5DE4, symBinAddr: 0x719C8, symSize: 0x4 } + - { offsetInCU: 0x4BE2, offset: 0xBAD77, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOACSQAAWl', symObjAddr: 0x5DE8, symBinAddr: 0x719CC, symSize: 0x44 } + - { offsetInCU: 0x4BF6, offset: 0xBAD8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASQWb', symObjAddr: 0x5E2C, symBinAddr: 0x71A10, symSize: 0x4 } + - { offsetInCU: 0x4C0A, offset: 0xBAD9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOACSQAAWl', symObjAddr: 0x5E30, symBinAddr: 0x71A14, symSize: 0x44 } + - { offsetInCU: 0x4C1E, offset: 0xBADB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCMa', symObjAddr: 0x61DC, symBinAddr: 0x71DC0, symSize: 0x20 } + - { offsetInCU: 0x4C32, offset: 0xBADC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOMa', symObjAddr: 0x6210, symBinAddr: 0x71DF4, symSize: 0x10 } + - { offsetInCU: 0x4C46, offset: 0xBADDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOMa', symObjAddr: 0x6220, symBinAddr: 0x71E04, symSize: 0x10 } + - { offsetInCU: 0x4C5A, offset: 0xBADEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCMa', symObjAddr: 0x6230, symBinAddr: 0x71E14, symSize: 0x20 } + - { offsetInCU: 0x4C6E, offset: 0xBAE03, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCMa', symObjAddr: 0x6274, symBinAddr: 0x71E58, symSize: 0x20 } + - { offsetInCU: 0x4C8D, offset: 0xBAE22, size: 0x8, addend: 0x0, symName: '_$s10ObjectiveC8ObjCBoolVIeyBy_SbIegy_TRTA', symObjAddr: 0x6320, symBinAddr: 0x71ED0, symSize: 0x14 } + - { offsetInCU: 0x4CFF, offset: 0xBAE94, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x530, symBinAddr: 0x6C3E0, symSize: 0x14 } + - { offsetInCU: 0x4D54, offset: 0xBAEE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58C, symBinAddr: 0x6C43C, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0xBB4B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x72018, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0xBB4DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x72060, symSize: 0x324 } + - { offsetInCU: 0x113, offset: 0xBB579, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x36C, symBinAddr: 0x72384, symSize: 0x434 } + - { offsetInCU: 0x3DC, offset: 0xBB842, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x7A0, symBinAddr: 0x727B8, symSize: 0x230 } + - { offsetInCU: 0x461, offset: 0xBB8C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvg', symObjAddr: 0x9D0, symBinAddr: 0x729E8, symSize: 0x18 } + - { offsetInCU: 0x4A2, offset: 0xBB908, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xB78, symBinAddr: 0x72B90, symSize: 0x70 } + - { offsetInCU: 0x4D6, offset: 0xBB93C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xBE8, symBinAddr: 0x72C00, symSize: 0x28 } + - { offsetInCU: 0x4F2, offset: 0xBB958, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xC10, symBinAddr: 0x72C28, symSize: 0x8 } + - { offsetInCU: 0x528, offset: 0xBB98E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC18, symBinAddr: 0x72C30, symSize: 0x74 } + - { offsetInCU: 0x573, offset: 0xBB9D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xC8C, symBinAddr: 0x72CA4, symSize: 0xC } + - { offsetInCU: 0x58F, offset: 0xBB9F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xC98, symBinAddr: 0x72CB0, symSize: 0xC } + - { offsetInCU: 0x5CD, offset: 0xBBA33, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x9F8, symBinAddr: 0x72A10, symSize: 0x64 } + - { offsetInCU: 0x610, offset: 0xBBA76, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xA5C, symBinAddr: 0x72A74, symSize: 0x24 } + - { offsetInCU: 0x650, offset: 0xBBAB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA80, symBinAddr: 0x72A98, symSize: 0x4 } + - { offsetInCU: 0x670, offset: 0xBBAD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA80, symBinAddr: 0x72A98, symSize: 0x4 } + - { offsetInCU: 0x69B, offset: 0xBBB01, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA84, symBinAddr: 0x72A9C, symSize: 0x68 } + - { offsetInCU: 0x6E6, offset: 0xBBB4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xAEC, symBinAddr: 0x72B04, symSize: 0xC } + - { offsetInCU: 0x702, offset: 0xBBB68, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xAF8, symBinAddr: 0x72B10, symSize: 0xC } + - { offsetInCU: 0x71E, offset: 0xBBB84, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1528, symBinAddr: 0x733A0, symSize: 0xC } + - { offsetInCU: 0x73C, offset: 0xBBBA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfd', symObjAddr: 0xD10, symBinAddr: 0x72D28, symSize: 0x4C } + - { offsetInCU: 0x77F, offset: 0xBBBE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfD', symObjAddr: 0xD5C, symBinAddr: 0x72D74, symSize: 0x1C } + - { offsetInCU: 0x921, offset: 0xBBD87, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfE', symObjAddr: 0xCF4, symBinAddr: 0x72D0C, symSize: 0x1C } + - { offsetInCU: 0x979, offset: 0xBBDDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCMa', symObjAddr: 0xD78, symBinAddr: 0x72D90, symSize: 0x20 } + - { offsetInCU: 0x98D, offset: 0xBBDF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xDFC, symBinAddr: 0x72DB0, symSize: 0x44 } + - { offsetInCU: 0x9A1, offset: 0xBBE07, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xE40, symBinAddr: 0x72DF4, symSize: 0x44 } + - { offsetInCU: 0x9B5, offset: 0xBBE1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x10FC, symBinAddr: 0x72F80, symSize: 0x50 } + - { offsetInCU: 0x9C9, offset: 0xBBE2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x114C, symBinAddr: 0x72FD0, symSize: 0x8C } + - { offsetInCU: 0x9DD, offset: 0xBBE43, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x11D8, symBinAddr: 0x7305C, symSize: 0x8 } + - { offsetInCU: 0x9F1, offset: 0xBBE57, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x11E0, symBinAddr: 0x73064, symSize: 0x4 } + - { offsetInCU: 0xA05, offset: 0xBBE6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x11E4, symBinAddr: 0x73068, symSize: 0x4 } + - { offsetInCU: 0xA19, offset: 0xBBE7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x11E8, symBinAddr: 0x7306C, symSize: 0x10 } + - { offsetInCU: 0xA2D, offset: 0xBBE93, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x1204, symBinAddr: 0x7307C, symSize: 0x90 } + - { offsetInCU: 0xA41, offset: 0xBBEA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x1294, symBinAddr: 0x7310C, symSize: 0xBC } + - { offsetInCU: 0xA55, offset: 0xBBEBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x1350, symBinAddr: 0x731C8, symSize: 0x8 } + - { offsetInCU: 0xA69, offset: 0xBBECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x1358, symBinAddr: 0x731D0, symSize: 0x4 } + - { offsetInCU: 0xA7D, offset: 0xBBEE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x135C, symBinAddr: 0x731D4, symSize: 0xC } + - { offsetInCU: 0xA91, offset: 0xBBEF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x1368, symBinAddr: 0x731E0, symSize: 0x10 } + - { offsetInCU: 0xAA5, offset: 0xBBF0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x1378, symBinAddr: 0x731F0, symSize: 0x4 } + - { offsetInCU: 0xAB9, offset: 0xBBF1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x137C, symBinAddr: 0x731F4, symSize: 0x44 } + - { offsetInCU: 0xACD, offset: 0xBBF33, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x13C0, symBinAddr: 0x73238, symSize: 0x4 } + - { offsetInCU: 0xAE1, offset: 0xBBF47, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x13C4, symBinAddr: 0x7323C, symSize: 0x44 } + - { offsetInCU: 0xAF5, offset: 0xBBF5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1408, symBinAddr: 0x73280, symSize: 0x4 } + - { offsetInCU: 0xB09, offset: 0xBBF6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x140C, symBinAddr: 0x73284, symSize: 0x44 } + - { offsetInCU: 0xB1D, offset: 0xBBF83, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1450, symBinAddr: 0x732C8, symSize: 0x4 } + - { offsetInCU: 0xB31, offset: 0xBBF97, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1454, symBinAddr: 0x732CC, symSize: 0x44 } + - { offsetInCU: 0xB45, offset: 0xBBFAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1498, symBinAddr: 0x73310, symSize: 0x4 } + - { offsetInCU: 0xB59, offset: 0xBBFBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x149C, symBinAddr: 0x73314, symSize: 0x44 } + - { offsetInCU: 0xB6D, offset: 0xBBFD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x14E0, symBinAddr: 0x73358, symSize: 0x4 } + - { offsetInCU: 0xB81, offset: 0xBBFE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x14E4, symBinAddr: 0x7335C, symSize: 0x44 } + - { offsetInCU: 0xC4B, offset: 0xBC0B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9E8, symBinAddr: 0x72A00, symSize: 0x4 } + - { offsetInCU: 0xC6B, offset: 0xBC0D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9E8, symBinAddr: 0x72A00, symSize: 0x4 } + - { offsetInCU: 0xC8B, offset: 0xBC0F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0x9EC, symBinAddr: 0x72A04, symSize: 0x4 } + - { offsetInCU: 0xCAB, offset: 0xBC111, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0x9EC, symBinAddr: 0x72A04, symSize: 0x4 } + - { offsetInCU: 0xCCB, offset: 0xBC131, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x9F0, symBinAddr: 0x72A08, symSize: 0x4 } + - { offsetInCU: 0xCEB, offset: 0xBC151, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x9F0, symBinAddr: 0x72A08, symSize: 0x4 } + - { offsetInCU: 0xD0B, offset: 0xBC171, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x9F4, symBinAddr: 0x72A0C, symSize: 0x4 } + - { offsetInCU: 0xD2B, offset: 0xBC191, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x9F4, symBinAddr: 0x72A0C, symSize: 0x4 } + - { offsetInCU: 0xD42, offset: 0xBC1A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB04, symBinAddr: 0x72B1C, symSize: 0x28 } + - { offsetInCU: 0xD5E, offset: 0xBC1C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB2C, symBinAddr: 0x72B44, symSize: 0x28 } + - { offsetInCU: 0xD7A, offset: 0xBC1E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB54, symBinAddr: 0x72B6C, symSize: 0xC } + - { offsetInCU: 0xD96, offset: 0xBC1FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xB60, symBinAddr: 0x72B78, symSize: 0x8 } + - { offsetInCU: 0xDB2, offset: 0xBC218, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB68, symBinAddr: 0x72B80, symSize: 0x8 } + - { offsetInCU: 0xDCE, offset: 0xBC234, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB70, symBinAddr: 0x72B88, symSize: 0x8 } + - { offsetInCU: 0xDF0, offset: 0xBC256, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xCA4, symBinAddr: 0x72CBC, symSize: 0x28 } + - { offsetInCU: 0xE0C, offset: 0xBC272, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xCCC, symBinAddr: 0x72CE4, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0xBC49A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x733AC, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0xBC4B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x733AC, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0xBC4C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMr', symObjAddr: 0x4, symBinAddr: 0x733B0, symSize: 0x88 } + - { offsetInCU: 0x86, offset: 0xBC4F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtF', symObjAddr: 0x8C, symBinAddr: 0x73438, symSize: 0x13C } + - { offsetInCU: 0x10F, offset: 0xBC57E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC14setNeedsUpdateyyF', symObjAddr: 0x1C8, symBinAddr: 0x73574, symSize: 0xC } + - { offsetInCU: 0x177, offset: 0xBC5E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCfD', symObjAddr: 0x204, symBinAddr: 0x73580, symSize: 0x3C } + - { offsetInCU: 0x1CB, offset: 0xBC63A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP14setNeedsUpdateyyFTW', symObjAddr: 0x24C, symBinAddr: 0x735C8, symSize: 0x4 } + - { offsetInCU: 0x1F6, offset: 0xBC665, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x250, symBinAddr: 0x735CC, symSize: 0x8 } + - { offsetInCU: 0x216, offset: 0xBC685, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x250, symBinAddr: 0x735CC, symSize: 0x8 } + - { offsetInCU: 0x246, offset: 0xBC6B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC06outputB0xvsTf4gn_n', symObjAddr: 0x294, symBinAddr: 0x735D4, symSize: 0x70 } + - { offsetInCU: 0x2B1, offset: 0xBC720, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMa', symObjAddr: 0x240, symBinAddr: 0x735BC, symSize: 0xC } + - { offsetInCU: 0x2B, offset: 0xBC8B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x73644, symSize: 0x24 } + - { offsetInCU: 0x6D, offset: 0xBC8F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x73644, symSize: 0x24 } + - { offsetInCU: 0xB9, offset: 0xBC943, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCMa', symObjAddr: 0x24, symBinAddr: 0x73668, symSize: 0x20 } + - { offsetInCU: 0x163C, offset: 0xBE0B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySo13CATransform3DVG_Tg5', symObjAddr: 0x3630, symBinAddr: 0x76CB8, symSize: 0x2BC } + - { offsetInCU: 0x17DD, offset: 0xBE258, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x38EC, symBinAddr: 0x76F74, symSize: 0x1C0 } + - { offsetInCU: 0x198D, offset: 0xBE408, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x3AAC, symBinAddr: 0x77134, symSize: 0x1E4 } + - { offsetInCU: 0x1B65, offset: 0xBE5E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySbG_Tg5', symObjAddr: 0x3C90, symBinAddr: 0x77318, symSize: 0x1CC } + - { offsetInCU: 0x1CFB, offset: 0xBE776, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A5ColorV_Tg5', symObjAddr: 0x3E5C, symBinAddr: 0x774E4, symSize: 0x210 } + - { offsetInCU: 0x1E9D, offset: 0xBE918, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_So6CGSizeV_Tg5', symObjAddr: 0x406C, symBinAddr: 0x776F4, symSize: 0x1D0 } + - { offsetInCU: 0x2049, offset: 0xBEAC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA010BezierPathI0V_Tg5', symObjAddr: 0x423C, symBinAddr: 0x778C4, symSize: 0x248 } + - { offsetInCU: 0x21FF, offset: 0xBEC7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA7EllipseCALV_Tg5', symObjAddr: 0x4484, symBinAddr: 0x77B0C, symSize: 0x228 } + - { offsetInCU: 0x23B9, offset: 0xBEE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA9RectangleCALV_Tg5', symObjAddr: 0x46AC, symBinAddr: 0x77D34, symSize: 0x238 } + - { offsetInCU: 0x2573, offset: 0xBEFEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4StarCALV_Tg5', symObjAddr: 0x48E4, symBinAddr: 0x77F6C, symSize: 0x250 } + - { offsetInCU: 0x2728, offset: 0xBF1A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5', symObjAddr: 0x4B34, symBinAddr: 0x781BC, symSize: 0x210 } + - { offsetInCU: 0x37B4, offset: 0xC022F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySo13CATransform3DVG_AYTB505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7X40VtKFSo13CATransform3DVAC4HoldVyALGXEfU0_Tf1nncnn_n', symObjAddr: 0x601C, symBinAddr: 0x796A4, symSize: 0x530 } + - { offsetInCU: 0x421D, offset: 0xC0C98, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX47VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU0_SiTf1nncnn_n', symObjAddr: 0x7248, symBinAddr: 0x7A8D0, symSize: 0x4D8 } + - { offsetInCU: 0x45ED, offset: 0xC1068, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX46VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU_SiTf1nncnn_n', symObjAddr: 0x7720, symBinAddr: 0x7ADA8, symSize: 0x4D8 } + - { offsetInCU: 0x4D11, offset: 0xC178C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX80VtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0x81CC, symBinAddr: 0x7B854, symSize: 0x4F4 } + - { offsetInCU: 0x513D, offset: 0xC1BB8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX47VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnn_n', symObjAddr: 0x86C0, symBinAddr: 0x7BD48, symSize: 0x4F8 } + - { offsetInCU: 0x54FA, offset: 0xC1F75, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX46VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnn_n', symObjAddr: 0x8BB8, symBinAddr: 0x7C240, symSize: 0x4F8 } + - { offsetInCU: 0x5A13, offset: 0xC248E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySbG_SbTB505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7X24VtKFSbAC4HoldVySbGXEfU0_Tf1nncnn_n', symObjAddr: 0x90B0, symBinAddr: 0x7C738, symSize: 0x52C } + - { offsetInCU: 0x5F03, offset: 0xC297E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSo6CGSizeV_AWTB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7X22VtKFSo6CGSizeVALXEfU0_Tf1nncnn_n', symObjAddr: 0x9CE8, symBinAddr: 0x7D370, symSize: 0x4FC } + - { offsetInCU: 0x646A, offset: 0xC2EE5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnncn_n', symObjAddr: 0xA1E4, symBinAddr: 0x7D86C, symSize: 0x500 } + - { offsetInCU: 0x6942, offset: 0xC33BD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16dX43VSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnn_n', symObjAddr: 0xA6E4, symBinAddr: 0x7DD6C, symSize: 0x500 } + - { offsetInCU: 0x6E84, offset: 0xC38FF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX87VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xABE4, symBinAddr: 0x7E26C, symSize: 0x514 } + - { offsetInCU: 0x722A, offset: 0xC3CA5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX85VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xB0F8, symBinAddr: 0x7E780, symSize: 0x514 } + - { offsetInCU: 0x7767, offset: 0xC41E2, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4HoldVySo13CATransform3DVGGG_ARTg5', symObjAddr: 0xB6E4, symBinAddr: 0x7ED6C, symSize: 0x494 } + - { offsetInCU: 0x80A4, offset: 0xC4B1F, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA0A8Vector3DVGG_AOTg5', symObjAddr: 0xBB78, symBinAddr: 0x7F200, symSize: 0x494 } + - { offsetInCU: 0x89E1, offset: 0xC545C, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADySo6CGSizeVGG_AOTg5', symObjAddr: 0xC00C, symBinAddr: 0x7F694, symSize: 0x494 } + - { offsetInCU: 0x931E, offset: 0xC5D99, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA010BezierPathG0VGG_AOTg5', symObjAddr: 0xC4A0, symBinAddr: 0x7FB28, symSize: 0x494 } + - { offsetInCU: 0x9CF5, offset: 0xC6770, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA7EllipseCACVGG_APTg5', symObjAddr: 0xC934, symBinAddr: 0x7FFBC, symSize: 0x494 } + - { offsetInCU: 0xA6CC, offset: 0xC7147, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA9RectangleCACVGG_APTg5', symObjAddr: 0xCDC8, symBinAddr: 0x80450, symSize: 0x494 } + - { offsetInCU: 0xB0A3, offset: 0xC7B1E, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4StarCACVGG_APTg5', symObjAddr: 0xD25C, symBinAddr: 0x808E4, symSize: 0x494 } + - { offsetInCU: 0xC2E5, offset: 0xC8D60, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4HoldVySo13CATransform3DVG_A1_Tg5', symObjAddr: 0xE0B4, symBinAddr: 0x8173C, symSize: 0x2C8 } + - { offsetInCU: 0xC599, offset: 0xC9014, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_So6CGSizeV_A_Tg5', symObjAddr: 0xE644, symBinAddr: 0x81CCC, symSize: 0x2C8 } + - { offsetInCU: 0xC84D, offset: 0xC92C8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5', symObjAddr: 0xE90C, symBinAddr: 0x81F94, symSize: 0x2C8 } + - { offsetInCU: 0xCB01, offset: 0xC957C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5', symObjAddr: 0xEBD4, symBinAddr: 0x8225C, symSize: 0x2C8 } + - { offsetInCU: 0xCDB5, offset: 0xC9830, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5', symObjAddr: 0xEE9C, symBinAddr: 0x82524, symSize: 0x2C8 } + - { offsetInCU: 0xD069, offset: 0xC9AE4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4StarCAOV_So9CGPathRefaTg5', symObjAddr: 0xF164, symBinAddr: 0x827EC, symSize: 0x2C8 } + - { offsetInCU: 0xD333, offset: 0xC9DAE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_', symObjAddr: 0xFB38, symBinAddr: 0x831C0, symSize: 0xA0 } + - { offsetInCU: 0xD405, offset: 0xC9E80, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0xFF14, symBinAddr: 0x8359C, symSize: 0x1A4 } + - { offsetInCU: 0xD4B9, offset: 0xC9F34, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x100B8, symBinAddr: 0x83740, symSize: 0x1A4 } + - { offsetInCU: 0xD56D, offset: 0xC9FE8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie0K5ColorVTg5', symObjAddr: 0x1025C, symBinAddr: 0x838E4, symSize: 0x1A4 } + - { offsetInCU: 0xD621, offset: 0xCA09C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x10400, symBinAddr: 0x83A88, symSize: 0x1C4 } + - { offsetInCU: 0xD6D5, offset: 0xCA150, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x105C4, symBinAddr: 0x83C4C, symSize: 0x1B8 } + - { offsetInCU: 0xD789, offset: 0xCA204, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x1077C, symBinAddr: 0x83E04, symSize: 0x1C0 } + - { offsetInCU: 0xD83D, offset: 0xCA2B8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x1093C, symBinAddr: 0x83FC4, symSize: 0x1B0 } + - { offsetInCU: 0xD8F1, offset: 0xCA36C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x10AEC, symBinAddr: 0x84174, symSize: 0x1A4 } + - { offsetInCU: 0xD9D1, offset: 0xCA44C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSo21NSAttributedStringKeya_ypTg5', symObjAddr: 0x10E34, symBinAddr: 0x844BC, symSize: 0x210 } + - { offsetInCU: 0xDABB, offset: 0xCA536, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x11048, symBinAddr: 0x846D0, symSize: 0x1F4 } + - { offsetInCU: 0xDB83, offset: 0xCA5FE, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSo13CATransform3DV_s15CollectionOfOneVyAGGTg5', symObjAddr: 0x11570, symBinAddr: 0x84BF8, symSize: 0xCC } + - { offsetInCU: 0xDCBF, offset: 0xCA73A, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lF12CoreGraphics7CGFloatV_s15CollectionOfOneVyAHGTg5', symObjAddr: 0x1163C, symBinAddr: 0x84CC4, symSize: 0xD4 } + - { offsetInCU: 0xDDFB, offset: 0xCA876, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSb_s15CollectionOfOneVySbGTg5', symObjAddr: 0x11710, symBinAddr: 0x84D98, symSize: 0xCC } + - { offsetInCU: 0xDF37, offset: 0xCA9B2, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySo13CATransform3DVG_s010CollectionH3OneVyAMGTg5', symObjAddr: 0x11DA0, symBinAddr: 0x85428, symSize: 0x22C } + - { offsetInCU: 0xE046, offset: 0xCAAC1, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy12CoreGraphics7CGFloatVG_s010CollectionH3OneVyANGTg5', symObjAddr: 0x11FCC, symBinAddr: 0x85654, symSize: 0x1B4 } + - { offsetInCU: 0xE16B, offset: 0xCABE6, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySbG_s010CollectionH3OneVySbGTg5', symObjAddr: 0x12180, symBinAddr: 0x85808, symSize: 0x1BC } + - { offsetInCU: 0xE238, offset: 0xCACB3, size: 0x8, addend: 0x0, symName: '_$sSa17_customRemoveLastxSgyFSo13CATransform3DV_Tg5', symObjAddr: 0x12A3C, symBinAddr: 0x860C4, symSize: 0x88 } + - { offsetInCU: 0xE2E2, offset: 0xCAD5D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5', symObjAddr: 0x12B30, symBinAddr: 0x861B8, symSize: 0x104 } + - { offsetInCU: 0xE39D, offset: 0xCAE18, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5', symObjAddr: 0x12C34, symBinAddr: 0x862BC, symSize: 0x100 } + - { offsetInCU: 0xE458, offset: 0xCAED3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5', symObjAddr: 0x12DD8, symBinAddr: 0x86460, symSize: 0xB4 } + - { offsetInCU: 0xE513, offset: 0xCAF8E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5', symObjAddr: 0x12E8C, symBinAddr: 0x86514, symSize: 0xA4 } + - { offsetInCU: 0xE5CE, offset: 0xCB049, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5', symObjAddr: 0x12F30, symBinAddr: 0x865B8, symSize: 0x9C } + - { offsetInCU: 0xE689, offset: 0xCB104, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5', symObjAddr: 0x12FCC, symBinAddr: 0x86654, symSize: 0xB4 } + - { offsetInCU: 0xE744, offset: 0xCB1BF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5', symObjAddr: 0x13080, symBinAddr: 0x86708, symSize: 0xA8 } + - { offsetInCU: 0xE7FF, offset: 0xCB27A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5', symObjAddr: 0x13128, symBinAddr: 0x867B0, symSize: 0xD4 } + - { offsetInCU: 0xE8BA, offset: 0xCB335, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5', symObjAddr: 0x132A8, symBinAddr: 0x86930, symSize: 0xBC } + - { offsetInCU: 0xE975, offset: 0xCB3F0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5', symObjAddr: 0x13364, symBinAddr: 0x869EC, symSize: 0xD0 } + - { offsetInCU: 0xEA30, offset: 0xCB4AB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5', symObjAddr: 0x13434, symBinAddr: 0x86ABC, symSize: 0xDC } + - { offsetInCU: 0xEAE0, offset: 0xCB55B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV37_appendElementAssumeUniqueAndCapacity_03newD0ySi_xntF6Lottie17KeypathSearchable_p_Tg5Tf4nen_n', symObjAddr: 0x135BC, symBinAddr: 0x86C44, symSize: 0x78 } + - { offsetInCU: 0xEBE6, offset: 0xCB661, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySo13CATransform3DVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t6VySo13U10DVG_A3_TG5xq_s5Error_pr0_lyAtSIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0vwaxb23E29addCombinedTransformz26_FCF865A3410C50F6C3BA6E234d59FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFSo13u5DVAC4T11VyALGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x13634, symBinAddr: 0x86CBC, symSize: 0x5D8 } + - { offsetInCU: 0xF2AF, offset: 0xCBD2A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo13CATransform3DV_TB5Tf4nnnnnd_n', symObjAddr: 0x13C0C, symBinAddr: 0x87294, symSize: 0x8C0 } + - { offsetInCU: 0xFD65, offset: 0xCC7E0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySo13CATransform3DVG_A_Tg505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7x25VtKFSo13CATransform3DVAC4Z11VyALGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x144CC, symBinAddr: 0x87B54, symSize: 0xCE0 } + - { offsetInCU: 0x10986, offset: 0xCD401, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC0B8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x1534C, symBinAddr: 0x889D4, symSize: 0x29C } + - { offsetInCU: 0x10D73, offset: 0xCD7EE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d74FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKFSo7s6VAC0B8T53DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x155E8, symBinAddr: 0x88C70, symSize: 0x290 } + - { offsetInCU: 0x1118F, offset: 0xCDC0A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo7CGPointV_TB5Tf4nnnnnd_n', symObjAddr: 0x15878, symBinAddr: 0x88F00, symSize: 0x884 } + - { offsetInCU: 0x11C52, offset: 0xCE6CD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x160FC, symBinAddr: 0x89784, symSize: 0x3AC } + - { offsetInCU: 0x11FC5, offset: 0xCEA40, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb17E23addAnchorPointy26_FCF865A3410C50F6C3BA6E234d67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7s6VAC0B8T7DVXEfU_AbUTf1nncn_nTf4ndngg_n', symObjAddr: 0x16654, symBinAddr: 0x89CDC, symSize: 0x7A0 } + - { offsetInCU: 0x12659, offset: 0xCF0D4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05W43F7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AbYTf1nncnnn_nTf4xnnndgg_n', symObjAddr: 0x170C0, symBinAddr: 0x8A748, symSize: 0x4D0 } + - { offsetInCU: 0x12899, offset: 0xCF314, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC0B8Vector3DV_So7CGPointVTg505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7x20VtKFSo7CGPointVAC0B8Z7DVXEfU_AbUTf1nnnnnc_nTf4nnndxgg_n', symObjAddr: 0x17590, symBinAddr: 0x8AC18, symSize: 0xD48 } + - { offsetInCU: 0x13581, offset: 0xCFFFC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1A364, symBinAddr: 0x8D9EC, symSize: 0x588 } + - { offsetInCU: 0x13AD9, offset: 0xD0554, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlF12CoreGraphics7CGFloatV_TB5Tf4nnnnnd_n', symObjAddr: 0x1A8EC, symBinAddr: 0x8DF74, symSize: 0x874 } + - { offsetInCU: 0x1457E, offset: 0xD0FF9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1B304, symBinAddr: 0x8E98C, symSize: 0x588 } + - { offsetInCU: 0x14A9E, offset: 0xD1519, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU3_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1BDF4, symBinAddr: 0x8F47C, symSize: 0x588 } + - { offsetInCU: 0x14FBE, offset: 0xD1A39, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU2_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1C8C8, symBinAddr: 0x8FF50, symSize: 0x588 } + - { offsetInCU: 0x154DE, offset: 0xD1F59, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU1_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1CFE8, symBinAddr: 0x90670, symSize: 0x588 } + - { offsetInCU: 0x159FE, offset: 0xD2479, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb99E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1E3B8, symBinAddr: 0x91A40, symSize: 0x588 } + - { offsetInCU: 0x15F1E, offset: 0xD2999, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowRadiusy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T53DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1EAE4, symBinAddr: 0x9216C, symSize: 0x588 } + - { offsetInCU: 0x1643E, offset: 0xD2EB9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb19E25addShadowOpacityy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x1F210, symBinAddr: 0x92898, symSize: 0x588 } + - { offsetInCU: 0x16970, offset: 0xD33EB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T8DVXEfU0_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x1F93C, symBinAddr: 0x92FC4, symSize: 0x588 } + - { offsetInCU: 0x16EDF, offset: 0xD395A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T7DVXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x1FEC4, symBinAddr: 0x9354C, symSize: 0x588 } + - { offsetInCU: 0x1743C, offset: 0xD3EB7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x214A8, symBinAddr: 0x94B30, symSize: 0x588 } + - { offsetInCU: 0x1795C, offset: 0xD43D7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x21BD4, symBinAddr: 0x9525C, symSize: 0x588 } + - { offsetInCU: 0x17EAA, offset: 0xD4925, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x231B0, symBinAddr: 0x96838, symSize: 0x600 } + - { offsetInCU: 0x183A9, offset: 0xD4E24, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x237B0, symBinAddr: 0x96E38, symSize: 0x398 } + - { offsetInCU: 0x185C9, offset: 0xD5044, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x23CF4, symBinAddr: 0x9737C, symSize: 0x600 } + - { offsetInCU: 0x18AB9, offset: 0xD5534, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x242F4, symBinAddr: 0x9797C, symSize: 0x3A0 } + - { offsetInCU: 0x18DAC, offset: 0xD5827, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySbG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4T11VySbG_SbTG5xq_s5Error_pr0_lyARSbIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb101E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKFSbAC4T11VySbGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x254D8, symBinAddr: 0x98B60, symSize: 0x588 } + - { offsetInCU: 0x19325, offset: 0xD5DA0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSb_TB5Tf4nnnnnd_n', symObjAddr: 0x25A60, symBinAddr: 0x990E8, symSize: 0x86C } + - { offsetInCU: 0x19DE9, offset: 0xD6864, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySbG_SbTg505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7x9VtKFSbAC4Z11VySbGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x262CC, symBinAddr: 0x99954, symSize: 0xCF0 } + - { offsetInCU: 0x1AB4F, offset: 0xD75CA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb12E23addShadowtY162_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x27104, symBinAddr: 0x9A78C, symSize: 0x830 } + - { offsetInCU: 0x1B505, offset: 0xD7F80, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo10CGColorRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x27934, symBinAddr: 0x9AFBC, symSize: 0x9C0 } + - { offsetInCU: 0x1C0F0, offset: 0xD8B6B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb84E13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2848C, symBinAddr: 0x9BB14, symSize: 0x830 } + - { offsetInCU: 0x1CA09, offset: 0xD9484, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb98E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x29218, symBinAddr: 0x9C8A0, symSize: 0x830 } + - { offsetInCU: 0x1D32C, offset: 0xD9DA7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n095$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKFSo10CGColorRefaAA0A5T6VXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x29BE0, symBinAddr: 0x9D268, symSize: 0x830 } + - { offsetInCU: 0x1DC13, offset: 0xDA68E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowOffsety92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6T9VALXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2B3F0, symBinAddr: 0x9EA78, symSize: 0x5EC } + - { offsetInCU: 0x1E1B3, offset: 0xDAC2E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo6CGSizeV_TB5Tf4nnnnnd_n', symObjAddr: 0x2B9DC, symBinAddr: 0x9F064, symSize: 0x884 } + - { offsetInCU: 0x1EC76, offset: 0xDB6F1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05W31F7ContextVtKFSo6CGSizeVALXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x2C260, symBinAddr: 0x9F8E8, symSize: 0x3B0 } + - { offsetInCU: 0x1EE76, offset: 0xDB8F1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So6CGSizeV_AYTg505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7x7VtKFSo6Z9VALXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x2C610, symBinAddr: 0x9FC98, symSize: 0xCD0 } + - { offsetInCU: 0x1FAB4, offset: 0xDC52F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC010BezierPathS0V_Tg5Tf4nd_n', symObjAddr: 0x2D4D4, symBinAddr: 0xA0B5C, symSize: 0x29C } + - { offsetInCU: 0x1FEBA, offset: 0xDC935, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnncn_nTf4ndgn_n', symObjAddr: 0x2D770, symBinAddr: 0xA0DF8, symSize: 0xC20 } + - { offsetInCU: 0x20890, offset: 0xDD30B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo9CGPathRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x2E390, symBinAddr: 0xA1A18, symSize: 0x9C0 } + - { offsetInCU: 0x21459, offset: 0xDDED4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_n013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D57ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4xnnndn_n', symObjAddr: 0x2ED50, symBinAddr: 0xA23D8, symSize: 0x3D8 } + - { offsetInCU: 0x21665, offset: 0xDE0E0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4nnndxn_n', symObjAddr: 0x2F128, symBinAddr: 0xA27B0, symSize: 0xCC0 } + - { offsetInCU: 0x223CD, offset: 0xDEE48, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_nTf4ndngn_n', symObjAddr: 0x2FDE8, symBinAddr: 0xA3470, symSize: 0xC64 } + - { offsetInCU: 0x22DA2, offset: 0xDF81D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x30DD4, symBinAddr: 0xA445C, symSize: 0x3F8 } + - { offsetInCU: 0x22FCC, offset: 0xDFA47, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x311CC, symBinAddr: 0xA4854, symSize: 0xCAC } + - { offsetInCU: 0x23C1F, offset: 0xE069A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSayAC10BezierPathVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SayAC10tu6VG_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9p11RefaSayAC10tU7VGXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x31E78, symBinAddr: 0xA5500, symSize: 0x6FC } + - { offsetInCU: 0x240D9, offset: 0xE0B54, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapew2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16D50ContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnnn_nTf4xnnndn_n', symObjAddr: 0x32574, symBinAddr: 0xA5BFC, symSize: 0x3CC } + - { offsetInCU: 0x242FB, offset: 0xE0D76, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SayAC10BezierPathVG_So9CGPathRefaTg5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16wx26VSitKFSo9CGPathRefaSayAC10Z11PathVGXEfU_SiTf1nnnnnc_nTf4nnndxn_n', symObjAddr: 0x32940, symBinAddr: 0xA5FC8, symSize: 0xCE0 } + - { offsetInCU: 0x24F44, offset: 0xE19BF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC7EllipseCAJV_Tg5Tf4nd_n', symObjAddr: 0x33814, symBinAddr: 0xA6E9C, symSize: 0x29C } + - { offsetInCU: 0x253AC, offset: 0xE1E27, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC7EllipseCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC7t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb48E13addAnimations3for7context14pathMultiplieryAC7t33C_AC0B16AnimationContextVSitKFSo9p7RefaAI8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x33AB0, symBinAddr: 0xA7138, symSize: 0x8E4 } + - { offsetInCU: 0x25C7A, offset: 0xE26F5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC7EllipseCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16d29ContextVSitKFSo9CGPathRefaAI8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x34830, symBinAddr: 0xA7EB8, symSize: 0x434 } + - { offsetInCU: 0x25EC5, offset: 0xE2940, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b48E13addAnimations3for7context14pathMultiplieryAC7z8C_AC0B16wx22VSitKFSo9CGPathRefaAI8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x34C64, symBinAddr: 0xA82EC, symSize: 0xD10 } + - { offsetInCU: 0x26B0E, offset: 0xE3589, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC9RectangleCAJV_Tg5Tf4nd_n', symObjAddr: 0x35B68, symBinAddr: 0xA91F0, symSize: 0x29C } + - { offsetInCU: 0x26F7F, offset: 0xE39FA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC9RectangleCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC9t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9t49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x35E04, symBinAddr: 0xA948C, symSize: 0xA30 } + - { offsetInCU: 0x278A1, offset: 0xE431C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC9RectangleCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16d45ContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x36BD0, symBinAddr: 0xAA258, symSize: 0x434 } + - { offsetInCU: 0x27AEC, offset: 0xE4567, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9z8C_AC0B16wx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x37004, symBinAddr: 0xAA68C, symSize: 0xD10 } + - { offsetInCU: 0x28735, offset: 0xE51B0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC4StarCAJV_Tg5Tf4nd_n', symObjAddr: 0x37F08, symBinAddr: 0xAB590, symSize: 0x29C } + - { offsetInCU: 0x28B9A, offset: 0xE5615, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb13E19addPolygony67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4t24C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x381A4, symBinAddr: 0xAB82C, symSize: 0xA6C } + - { offsetInCU: 0x29513, offset: 0xE5F8E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb6E16addty93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x38FB4, symBinAddr: 0xAC63C, symSize: 0x98C } + - { offsetInCU: 0x29DC4, offset: 0xE683F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S38VxKXEfU0_SaySdG_SaySo10CGColorRefaGTG5xq_s5Error_pr0_lyAPSaySo07CGColorQ0aGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x3AE20, symBinAddr: 0xAE4A8, symSize: 0x738 } + - { offsetInCU: 0x2A352, offset: 0xE6DCD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSaySo10CGColorRefaG_TB5Tf4nnnnnd_n', symObjAddr: 0x3B558, symBinAddr: 0xAEBE0, symSize: 0x89C } + - { offsetInCU: 0x2AE4A, offset: 0xE78C5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S46VxKXEfU0_SaySdG_Say12CoreGraphics7CGFloatVGTG5xq_s5Error_pr0_lyAPSay12CoreGraphics7CGFloatVGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x3BDF4, symBinAddr: 0xAF47C, symSize: 0x738 } + - { offsetInCU: 0x2B3D8, offset: 0xE7E53, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSay12CoreGraphics7CGFloatVG_TB5Tf4nnnnnd_n', symObjAddr: 0x3C52C, symBinAddr: 0xAFBB4, symSize: 0x89C } + - { offsetInCU: 0x2BEDF, offset: 0xE895A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x3D264, symBinAddr: 0xB08EC, symSize: 0x290 } + - { offsetInCU: 0x2C27A, offset: 0xE8CF5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x3D4F4, symBinAddr: 0xB0B7C, symSize: 0x3AC } + - { offsetInCU: 0x2C4AC, offset: 0xE8F27, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V55AELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x3DA38, symBinAddr: 0xB10C0, symSize: 0x290 } + - { offsetInCU: 0x2C818, offset: 0xE9293, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x3DCC8, symBinAddr: 0xB1350, symSize: 0x3BC } + - { offsetInCU: 0x2CA7E, offset: 0xE94F9, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySdG_s15EmptyCollectionVySdGTg5Tf4nndn_n', symObjAddr: 0x3F4AC, symBinAddr: 0xB2B34, symSize: 0x15C } + - { offsetInCU: 0x2CB9C, offset: 0xE9617, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VyypG_s15EmptyCollectionVyypGTg5Tf4nndn_n', symObjAddr: 0x3F61C, symBinAddr: 0xB2CA4, symSize: 0x194 } + - { offsetInCU: 0x2CD5B, offset: 0xE97D6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo13CATransform3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So13T9DV_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So13T6DV_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x3FA64, symBinAddr: 0xB30EC, symSize: 0x5D8 } + - { offsetInCU: 0x2D235, offset: 0xE9CB0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSo13CATransform3DV_Tg5Tf4xnnn_n', symObjAddr: 0x4041C, symBinAddr: 0xB3AA4, symSize: 0x2C4 } + - { offsetInCU: 0x2D3CF, offset: 0xE9E4A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAO_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_A__A_TG5xq_s5Error_pr0_lyA2OIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf20ContextVtKlFxxXEfU0_uS5V_TG5Tf1nncn_nTf4ndd_n', symObjAddr: 0x40980, symBinAddr: 0xB4008, symSize: 0x290 } + - { offsetInCU: 0x2D76A, offset: 0xEA1E5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG35ContextVtKlFxxXEfU0_So7CGPointV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x40C10, symBinAddr: 0xB4298, symSize: 0x3BC } + - { offsetInCU: 0x2DA39, offset: 0xEA4B4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlF12CoreGraphics7CGFloatV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s11VxKXEfU0_12t9Graphics7V8V_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf22ContextVtKlFxxXEfU0_12t9Graphics7V5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x40FCC, symBinAddr: 0xB4654, symSize: 0x588 } + - { offsetInCU: 0x2DF23, offset: 0xEA99E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlF12CoreGraphics7CGFloatV_Tg5Tf4xnnn_n', symObjAddr: 0x41580, symBinAddr: 0xB4C08, symSize: 0x238 } + - { offsetInCU: 0x2E00A, offset: 0xEAA85, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7X34VtKFSo7CGPointVAC0B8Vector3DVXEfU_AbTTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x417B8, symBinAddr: 0xB4E40, symSize: 0x780 } + - { offsetInCU: 0x2E48C, offset: 0xEAF07, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12addAnimation3for9keyframes5value7contextyAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0iD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b102E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05i2F7m7VtKFSo7q6VAC0B8P7DVXEfU_AbPTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x41F38, symBinAddr: 0xB55C0, symSize: 0x260 } + - { offsetInCU: 0x2E66B, offset: 0xEB0E6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSb_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_Sb_SbTG5xq_s5Error_pr0_lyS2bIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rF26ContextVtKlFxxXEfU0_Sb_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x42198, symBinAddr: 0xB5820, symSize: 0x588 } + - { offsetInCU: 0x2EB55, offset: 0xEB5D0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSb_Tg5Tf4xnnn_n', symObjAddr: 0x42B00, symBinAddr: 0xB6188, symSize: 0x224 } + - { offsetInCU: 0x2ED00, offset: 0xEB77B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo07CGColorQ0a_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So10T11Refa_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So10T8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x42D24, symBinAddr: 0xB63AC, symSize: 0x588 } + - { offsetInCU: 0x2F239, offset: 0xEBCB4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo10CGColorRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG39ContextVtKlFxxXEfU0_So10CGColorRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x432AC, symBinAddr: 0xB6934, symSize: 0x3C8 } + - { offsetInCU: 0x2F435, offset: 0xEBEB0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So6T5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x43674, symBinAddr: 0xB6CFC, symSize: 0x5EC } + - { offsetInCU: 0x2F925, offset: 0xEC3A0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG34ContextVtKlFxxXEfU0_So6CGSizeV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x43C60, symBinAddr: 0xB72E8, symSize: 0x3C0 } + - { offsetInCU: 0x2FBF1, offset: 0xEC66C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAI_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So9P11Refa_A1_TG5xq_s5Error_pr0_lyA2IIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So9P8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4426C, symBinAddr: 0xB78F4, symSize: 0x588 } + - { offsetInCU: 0x3011B, offset: 0xECB96, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo9CGPathRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG37ContextVtKlFxxXEfU0_So9CGPathRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x447F4, symBinAddr: 0xB7E7C, symSize: 0x3C8 } + - { offsetInCU: 0x30426, offset: 0xECEA1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC7EllipseC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16dx22VSitKFSo9CGPathRefaAI8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x44DD0, symBinAddr: 0xB8458, symSize: 0x798 } + - { offsetInCU: 0x309B2, offset: 0xED42D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC9RectangleC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16dx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x45568, symBinAddr: 0xB8BF0, symSize: 0x7A0 } + - { offsetInCU: 0x30FC8, offset: 0xEDA43, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b98E16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x45D08, symBinAddr: 0xB9390, symSize: 0x808 } + - { offsetInCU: 0x31479, offset: 0xEDEF4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b103E19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x46510, symBinAddr: 0xB9B98, symSize: 0x808 } + - { offsetInCU: 0x319BC, offset: 0xEE437, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySo07CGColorQ0aG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SaySo10T12RefaG_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf27ContextVtKlFxxXEfU0_SaySo10T9RefaG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x46D18, symBinAddr: 0xBA3A0, symSize: 0x588 } + - { offsetInCU: 0x31EFA, offset: 0xEE975, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSaySo10CGColorRefaG_A0_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG43ContextVtKlFxxXEfU0_SaySo10CGColorRefaG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x472A0, symBinAddr: 0xBA928, symSize: 0x3C0 } + - { offsetInCU: 0x321C6, offset: 0xEEC41, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSay12CoreGraphics7CGFloatVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_Say12t9Graphics7V9VG_A3_TG5xq_s5Error_pr0_lyA2SIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf25ContextVtKlFxxXEfU0_Say12t9Graphics7V6VG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4790C, symBinAddr: 0xBAF94, symSize: 0x588 } + - { offsetInCU: 0x32704, offset: 0xEF17F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSay12CoreGraphics7CGFloatVG_A1_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG51ContextVtKlFxxXEfU0_Say12CoreGraphics7CGFloatVG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x47E94, symBinAddr: 0xBB51C, symSize: 0x3C0 } + - { offsetInCU: 0x32981, offset: 0xEF3FC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX34VtKFSo7CGPointVAA0A8Vector3DVXEfU_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x484D8, symBinAddr: 0xBBB60, symSize: 0x7D4 } + - { offsetInCU: 0x32E67, offset: 0xEF8E2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX35VtKFSo7CGPointVAA0A8Vector3DVXEfU0_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x48CAC, symBinAddr: 0xBC334, symSize: 0x7D4 } + - { offsetInCU: 0x33337, offset: 0xEFDB2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x49480, symBinAddr: 0xBCB08, symSize: 0x65C } + - { offsetInCU: 0x337C1, offset: 0xF023C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOr', symObjAddr: 0x49B1C, symBinAddr: 0xBD164, symSize: 0xB8 } + - { offsetInCU: 0x337D5, offset: 0xF0250, size: 0x8, addend: 0x0, symName: '_$sSSWOr', symObjAddr: 0x49BE4, symBinAddr: 0xBD21C, symSize: 0x28 } + - { offsetInCU: 0x337E9, offset: 0xF0264, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOs', symObjAddr: 0x49C0C, symBinAddr: 0xBD244, symSize: 0xB8 } + - { offsetInCU: 0x337FD, offset: 0xF0278, size: 0x8, addend: 0x0, symName: '_$sSSWOs', symObjAddr: 0x49CD4, symBinAddr: 0xBD2FC, symSize: 0x28 } + - { offsetInCU: 0x33811, offset: 0xF028C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC010BezierPathV0V_So9CGPathRefaTg5TA', symObjAddr: 0x49D38, symBinAddr: 0xBD340, symSize: 0x18 } + - { offsetInCU: 0x33825, offset: 0xF02A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x49D50, symBinAddr: 0xBD358, symSize: 0x8 } + - { offsetInCU: 0x33839, offset: 0xF02B4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5TA', symObjAddr: 0x49DC4, symBinAddr: 0xBD398, symSize: 0x8 } + - { offsetInCU: 0x3384D, offset: 0xF02C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x49DCC, symBinAddr: 0xBD3A0, symSize: 0x8 } + - { offsetInCU: 0x33861, offset: 0xF02DC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_TA', symObjAddr: 0x49DD4, symBinAddr: 0xBD3A8, symSize: 0x8 } + - { offsetInCU: 0x33875, offset: 0xF02F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x49DDC, symBinAddr: 0xBD3B0, symSize: 0x8 } + - { offsetInCU: 0x33889, offset: 0xF0304, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x49EC4, symBinAddr: 0xBD3B8, symSize: 0x8 } + - { offsetInCU: 0x3389D, offset: 0xF0318, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So9CGPathRefa_A1_TG5TA', symObjAddr: 0x49F54, symBinAddr: 0xBD3C0, symSize: 0x20 } + - { offsetInCU: 0x33914, offset: 0xF038F, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy6Lottie16AnimationKeypathV7keypath_AL16AnyValueProvider_p05valueP0tG_s15EmptyCollectionVyAnO_AlP_pAQtGTg5Tf4nndn_n', symObjAddr: 0x49F74, symBinAddr: 0xBD3E0, symSize: 0x1B0 } + - { offsetInCU: 0x339EE, offset: 0xF0469, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOr', symObjAddr: 0x4A208, symBinAddr: 0xBD674, symSize: 0x2C } + - { offsetInCU: 0x33A02, offset: 0xF047D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x4A28C, symBinAddr: 0xBD6F8, symSize: 0x20 } + - { offsetInCU: 0x33A16, offset: 0xF0491, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4A2AC, symBinAddr: 0xBD718, symSize: 0x1C } + - { offsetInCU: 0x33A2A, offset: 0xF04A5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4A2C8, symBinAddr: 0xBD734, symSize: 0x1C } + - { offsetInCU: 0x33A3E, offset: 0xF04B9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4A2E4, symBinAddr: 0xBD750, symSize: 0x1C } + - { offsetInCU: 0x33A52, offset: 0xF04CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOs', symObjAddr: 0x4A300, symBinAddr: 0xBD76C, symSize: 0x2C } + - { offsetInCU: 0x33A66, offset: 0xF04E1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_12CoreGraphics7CGFloatV_A2_TG5TA', symObjAddr: 0x4A32C, symBinAddr: 0xBD798, symSize: 0x20 } + - { offsetInCU: 0x33A7A, offset: 0xF04F5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5TA', symObjAddr: 0x4A368, symBinAddr: 0xBD7D4, symSize: 0x8 } + - { offsetInCU: 0x33A8E, offset: 0xF0509, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_So10CGColorRefa_Tg5TA', symObjAddr: 0x4A370, symBinAddr: 0xBD7DC, symSize: 0x1C } + - { offsetInCU: 0x33AA2, offset: 0xF051D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x4A38C, symBinAddr: 0xBD7F8, symSize: 0x1C } + - { offsetInCU: 0x33AB6, offset: 0xF0531, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_So10CGColorRefa_Tg5TA', symObjAddr: 0x4A3A8, symBinAddr: 0xBD814, symSize: 0x1C } + - { offsetInCU: 0x33ACA, offset: 0xF0545, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So10CGColorRefa_A1_TG5TA', symObjAddr: 0x4A3C4, symBinAddr: 0xBD830, symSize: 0x20 } + - { offsetInCU: 0x33AF0, offset: 0xF056B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_SayAA10BezierPathVG_TG5TA', symObjAddr: 0x4A400, symBinAddr: 0xBD86C, symSize: 0x58 } + - { offsetInCU: 0x33B19, offset: 0xF0594, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SayAC10BezierPathVG_So9CGPathRefaTG5TA', symObjAddr: 0x4A458, symBinAddr: 0xBD8C4, symSize: 0x20 } + - { offsetInCU: 0x33B2D, offset: 0xF05A8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4A494, symBinAddr: 0xBD900, symSize: 0x8 } + - { offsetInCU: 0x33B41, offset: 0xF05BC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4A4B8, symBinAddr: 0xBD924, symSize: 0x8 } + - { offsetInCU: 0x33B55, offset: 0xF05D0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x4A4DC, symBinAddr: 0xBD948, symSize: 0x8 } + - { offsetInCU: 0x33B69, offset: 0xF05E4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTG5TA', symObjAddr: 0x4A51C, symBinAddr: 0xBD988, symSize: 0x20 } + - { offsetInCU: 0x33B7D, offset: 0xF05F8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Say12CoreGraphics7CGFloatVG_A3_TG5TA', symObjAddr: 0x4A53C, symBinAddr: 0xBD9A8, symSize: 0x20 } + - { offsetInCU: 0x33B91, offset: 0xF060C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySo10CGColorRefaG_A2_TG5TA', symObjAddr: 0x4A55C, symBinAddr: 0xBD9C8, symSize: 0x20 } + - { offsetInCU: 0x33BA5, offset: 0xF0620, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC4HoldVySo13CATransform3DVG_AYTg5TA', symObjAddr: 0x4A598, symBinAddr: 0xBDA04, symSize: 0x18 } + - { offsetInCU: 0x33BB9, offset: 0xF0634, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5TA', symObjAddr: 0x4A5B0, symBinAddr: 0xBDA1C, symSize: 0x8 } + - { offsetInCU: 0x33BCD, offset: 0xF0648, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5TA', symObjAddr: 0x4A5B8, symBinAddr: 0xBDA24, symSize: 0x8 } + - { offsetInCU: 0x33BE1, offset: 0xF065C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x4A5C0, symBinAddr: 0xBDA2C, symSize: 0x8 } + - { offsetInCU: 0x33BF5, offset: 0xF0670, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGACyxGAA03AnybC0A2A0F14InterpolatableRzlWl', symObjAddr: 0x4A5C8, symBinAddr: 0xBDA34, symSize: 0x5C } + - { offsetInCU: 0x33C09, offset: 0xF0684, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyKeyframeGroup_pWOb', symObjAddr: 0x4A624, symBinAddr: 0xBDA90, symSize: 0x18 } + - { offsetInCU: 0x33C1D, offset: 0xF0698, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5TA', symObjAddr: 0x4A6BC, symBinAddr: 0xBDAC4, symSize: 0x8 } + - { offsetInCU: 0x33C31, offset: 0xF06AC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5TA', symObjAddr: 0x4A77C, symBinAddr: 0xBDB84, symSize: 0x8 } + - { offsetInCU: 0x33C45, offset: 0xF06C0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5TA', symObjAddr: 0x4A784, symBinAddr: 0xBDB8C, symSize: 0x8 } + - { offsetInCU: 0x33C7F, offset: 0xF06FA, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W15Vector1DVXEfU0_SiTf1nnnnnc_n', symObjAddr: 0x0, symBinAddr: 0x73688, symSize: 0x284 } + - { offsetInCU: 0x33E47, offset: 0xF08C2, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W14Vector1DVXEfU_SiTf1nnnnnc_n', symObjAddr: 0x284, symBinAddr: 0x7390C, symSize: 0x284 } + - { offsetInCU: 0x3404E, offset: 0xF0AC9, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_12CoreGraphics7CGFloatVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC0B8e5DV_12f9Graphics7H4VTG5xq_s5Error_pr0_lyAiNIsgnrzo_Tf1cn_n0ijklc49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234o73FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12f9Graphics7h6VAC0B8E8DVXEfU0_Tf1nc_n', symObjAddr: 0xD04, symBinAddr: 0x7438C, symSize: 0x160 } + - { offsetInCU: 0x3429A, offset: 0xF0D15, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySo6CGSizeVGG_AITg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wn29ContextVtKr0_lFq_ARKXEfU1_So6E7V_A_TG5xq_s5Error_pr0_lyA2IIsgnrzo_Tf1cn_n0fghic18E24addShadowOffsetk92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6E9VALXEfU0_Tf1nc_n', symObjAddr: 0x1338, symBinAddr: 0x749C0, symSize: 0x14C } + - { offsetInCU: 0x34564, offset: 0xF0FDF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1ncn_n', symObjAddr: 0x1484, symBinAddr: 0x74B0C, symSize: 0x380 } + - { offsetInCU: 0x3490C, offset: 0xF1387, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySayAE10BezierPathVGGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq33ContextVtKr0_lFq_ARKXEfU1_SayAC10ef6VG_So9G7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9g11RefaSayAC10eF7VGXEfU_SiTf1nc_n', symObjAddr: 0x1978, symBinAddr: 0x75000, symSize: 0x180 } + - { offsetInCU: 0x34B48, offset: 0xF15C3, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0ww30ContextVtKr0_lFq_ARKXEfU1_AC23ef12Keyframes33_hijklm5CLLV_pN4VTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n011$s6Lottie19f17RenderLayerC09adde16B10Animations33_hijklm62CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7n7VAA0fB9G57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nc_n', symObjAddr: 0x1AF8, symBinAddr: 0x75180, symSize: 0x14C } + - { offsetInCU: 0x34DEF, offset: 0xF186A, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs18ReversedCollectionVySay6Lottie5GroupCGG_AH0G5LayerCTg5', symObjAddr: 0x1F1C, symBinAddr: 0x755A4, symSize: 0x224 } + - { offsetInCU: 0x35093, offset: 0xF1B0E, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x263C, symBinAddr: 0x75CC4, symSize: 0x130 } + - { offsetInCU: 0x35120, offset: 0xF1B9B, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x276C, symBinAddr: 0x75DF4, symSize: 0xA0 } + - { offsetInCU: 0x351AD, offset: 0xF1C28, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie0D5ColorVTB5', symObjAddr: 0x280C, symBinAddr: 0x75E94, symSize: 0xF4 } + - { offsetInCU: 0x35240, offset: 0xF1CBB, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x2900, symBinAddr: 0x75F88, symSize: 0x128 } + - { offsetInCU: 0x352F5, offset: 0xF1D70, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x2A28, symBinAddr: 0x760B0, symSize: 0xF8 } + - { offsetInCU: 0x35382, offset: 0xF1DFD, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x2B20, symBinAddr: 0x761A8, symSize: 0x100 } + - { offsetInCU: 0x3540F, offset: 0xF1E8A, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x2C20, symBinAddr: 0x762A8, symSize: 0x108 } + - { offsetInCU: 0x3549C, offset: 0xF1F17, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x2D28, symBinAddr: 0x763B0, symSize: 0xF4 } + - { offsetInCU: 0x356C0, offset: 0xF213B, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSo13CATransform3DV_ypTg5', symObjAddr: 0x4F6C, symBinAddr: 0x785F4, symSize: 0x150 } + - { offsetInCU: 0x358BB, offset: 0xF2336, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_ypTg5', symObjAddr: 0x50BC, symBinAddr: 0x78744, symSize: 0x120 } + - { offsetInCU: 0x35ABE, offset: 0xF2539, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSb_ypTg5', symObjAddr: 0x51DC, symBinAddr: 0x78864, symSize: 0x120 } + - { offsetInCU: 0x35CBE, offset: 0xF2739, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_So8NSNumberCTg5', symObjAddr: 0x5668, symBinAddr: 0x78CF0, symSize: 0xC4 } + - { offsetInCU: 0x35EDD, offset: 0xF2958, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie13KeyframeGroupCyAD10BezierPathVG_AD03AnyeF0_pTg5', symObjAddr: 0x586C, symBinAddr: 0x78EF4, symSize: 0x1DC } + - { offsetInCU: 0x360F6, offset: 0xF2B71, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie12AnimatorNode_p_AD17KeypathSearchable_pTg5', symObjAddr: 0x5A48, symBinAddr: 0x790D0, symSize: 0x18C } + - { offsetInCU: 0x362E0, offset: 0xF2D5B, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie16CompositionLayerC_AD17KeypathSearchable_pTg5', symObjAddr: 0x5BD4, symBinAddr: 0x7925C, symSize: 0x1CC } + - { offsetInCU: 0x364A7, offset: 0xF2F22, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSo13CATransform3DV_Tg5', symObjAddr: 0x5DA0, symBinAddr: 0x79428, symSize: 0xB4 } + - { offsetInCU: 0x36550, offset: 0xF2FCB, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tF12CoreGraphics7CGFloatV5start_AE3endt_Tg5', symObjAddr: 0x5F04, symBinAddr: 0x7958C, symSize: 0x90 } + - { offsetInCU: 0x365F1, offset: 0xF306C, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSS_Tg5', symObjAddr: 0x5F94, symBinAddr: 0x7961C, symSize: 0x88 } + - { offsetInCU: 0x37632, offset: 0xF40AD, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x164A8, symBinAddr: 0x89B30, symSize: 0x1AC } + - { offsetInCU: 0x37812, offset: 0xF428D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wo31ContextVtKr0_lFq_ARKXEfU1_AC0B8e3DV_hF4VTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0ghijc17E23addAnchorPointl26_FCF865A3410C50F6C3BA6E234m67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7f6VAC0B8E7DVXEfU_So0I0CAE21LayerAnimationContextVTf1nc_nTf4ngg_n', symObjAddr: 0x16DF4, symBinAddr: 0x8A47C, symSize: 0x2CC } + - { offsetInCU: 0x37B03, offset: 0xF457E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234L94FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AtRTf1nnnnnc_nTf4nnnnngg_n', symObjAddr: 0x182D8, symBinAddr: 0x8B960, symSize: 0x2A8 } + - { offsetInCU: 0x37D79, offset: 0xF47F4, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1B160, symBinAddr: 0x8E7E8, symSize: 0x1A4 } + - { offsetInCU: 0x37F59, offset: 0xF49D4, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1BC50, symBinAddr: 0x8F2D8, symSize: 0x1A4 } + - { offsetInCU: 0x38139, offset: 0xF4BB4, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU3_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1C730, symBinAddr: 0x8FDB8, symSize: 0x198 } + - { offsetInCU: 0x38319, offset: 0xF4D94, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU2_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1CE50, symBinAddr: 0x904D8, symSize: 0x198 } + - { offsetInCU: 0x384F9, offset: 0xF4F74, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU1_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1E220, symBinAddr: 0x918A8, symSize: 0x198 } + - { offsetInCU: 0x386D9, offset: 0xF5154, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI113E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1E940, symBinAddr: 0x91FC8, symSize: 0x1A4 } + - { offsetInCU: 0x388B9, offset: 0xF5334, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI206E24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1F06C, symBinAddr: 0x926F4, symSize: 0x1A4 } + - { offsetInCU: 0x38A99, offset: 0xF5514, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI161E25addShadowOpacityAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1F798, symBinAddr: 0x92E20, symSize: 0x1A4 } + - { offsetInCU: 0x38C79, offset: 0xF56F4, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x21A30, symBinAddr: 0x950B8, symSize: 0x1A4 } + - { offsetInCU: 0x38E59, offset: 0xF58D4, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x22E18, symBinAddr: 0x964A0, symSize: 0x1A4 } + - { offsetInCU: 0x3904F, offset: 0xF5ACA, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x23B48, symBinAddr: 0x971D0, symSize: 0x1AC } + - { offsetInCU: 0x3922F, offset: 0xF5CAA, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2532C, symBinAddr: 0x989B4, symSize: 0x1AC } + - { offsetInCU: 0x395F3, offset: 0xF606E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghI190E23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x282F4, symBinAddr: 0x9B97C, symSize: 0x198 } + - { offsetInCU: 0x397D3, offset: 0xF624E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi44E13addAnimations3for7contextyAC4FillC_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x29080, symBinAddr: 0x9C708, symSize: 0x198 } + - { offsetInCU: 0x399B3, offset: 0xF642E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x29A48, symBinAddr: 0x9D0D0, symSize: 0x198 } + - { offsetInCU: 0x39B93, offset: 0xF660E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n054$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16D43ContextV_tKFSo10CGColorRefaAA0A5ColorVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2B0C0, symBinAddr: 0x9E748, symSize: 0x198 } + - { offsetInCU: 0x39E68, offset: 0xF68E3, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8g8CGSgAC0wp38ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC010eF20Y0V_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x2D2E0, symBinAddr: 0xA0968, symSize: 0x1F4 } + - { offsetInCU: 0x3A1B5, offset: 0xF6C30, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_nTf4ngn_n', symObjAddr: 0x30A4C, symBinAddr: 0xA40D4, symSize: 0x388 } + - { offsetInCU: 0x3A5E3, offset: 0xF705E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC7E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x33620, symBinAddr: 0xA6CA8, symSize: 0x1F4 } + - { offsetInCU: 0x3A877, offset: 0xF72F2, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC7e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc48E13addAnimations3for7context14pathMultiplieryAC7e33C_AC0B16AnimationContextVSitKFSo9f7RefaAI8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x34394, symBinAddr: 0xA7A1C, symSize: 0x49C } + - { offsetInCU: 0x3AEB4, offset: 0xF792F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC9E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x35974, symBinAddr: 0xA8FFC, symSize: 0x1F4 } + - { offsetInCU: 0x3B133, offset: 0xF7BAE, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC9e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9e49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x36834, symBinAddr: 0xA9EBC, symSize: 0x39C } + - { offsetInCU: 0x3B535, offset: 0xF7FB0, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC4E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x37D14, symBinAddr: 0xAB39C, symSize: 0x1F4 } + - { offsetInCU: 0x3B7B4, offset: 0xF822F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc13E19addPolygonm67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4e24C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x38C10, symBinAddr: 0xAC298, symSize: 0x3A4 } + - { offsetInCU: 0x3BB18, offset: 0xF8593, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc6E16addem93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x39940, symBinAddr: 0xACFC8, symSize: 0x3AC } + - { offsetInCU: 0x3C047, offset: 0xF8AC2, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x3D8A0, symBinAddr: 0xB0F28, symSize: 0x198 } + - { offsetInCU: 0x3C227, offset: 0xF8CA2, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x3ED20, symBinAddr: 0xB23A8, symSize: 0x198 } + - { offsetInCU: 0x2B, offset: 0xF9F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xBE998, symSize: 0x3C } + - { offsetInCU: 0x6D, offset: 0xF9F57, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xBE998, symSize: 0x3C } + - { offsetInCU: 0xBF, offset: 0xF9FA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x5C, symBinAddr: 0xBE9F4, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0xF9FEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x68, symBinAddr: 0xBEA00, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xFA02B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x98, symBinAddr: 0xBEA30, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0xFA05D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesC5shapeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x378, symBinAddr: 0xBED10, symSize: 0x1C8 } + - { offsetInCU: 0x3AA, offset: 0xFA294, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCMa', symObjAddr: 0x3C, symBinAddr: 0xBE9D4, symSize: 0x20 } + - { offsetInCU: 0x3E8, offset: 0xFA2D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCfD', symObjAddr: 0xA4, symBinAddr: 0xBEA3C, symSize: 0x34 } + - { offsetInCU: 0x449, offset: 0xFA333, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0xF8, symBinAddr: 0xBEA90, symSize: 0x44 } + - { offsetInCU: 0x495, offset: 0xFA37F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x13C, symBinAddr: 0xBEAD4, symSize: 0x24 } + - { offsetInCU: 0x4F1, offset: 0xFA3DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x160, symBinAddr: 0xBEAF8, symSize: 0x84 } + - { offsetInCU: 0x593, offset: 0xFA47D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E4, symBinAddr: 0xBEB7C, symSize: 0x8 } + - { offsetInCU: 0x5B3, offset: 0xFA49D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E4, symBinAddr: 0xBEB7C, symSize: 0x8 } + - { offsetInCU: 0x616, offset: 0xFA500, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1EC, symBinAddr: 0xBEB84, symSize: 0x10 } + - { offsetInCU: 0x636, offset: 0xFA520, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1EC, symBinAddr: 0xBEB84, symSize: 0x10 } + - { offsetInCU: 0x67D, offset: 0xFA567, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1FC, symBinAddr: 0xBEB94, symSize: 0x8 } + - { offsetInCU: 0x69D, offset: 0xFA587, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1FC, symBinAddr: 0xBEB94, symSize: 0x8 } + - { offsetInCU: 0x6BE, offset: 0xFA5A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x204, symBinAddr: 0xBEB9C, symSize: 0x8 } + - { offsetInCU: 0x6DE, offset: 0xFA5C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x204, symBinAddr: 0xBEB9C, symSize: 0x8 } + - { offsetInCU: 0x6FF, offset: 0xFA5E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x20C, symBinAddr: 0xBEBA4, symSize: 0x8 } + - { offsetInCU: 0x71F, offset: 0xFA609, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x20C, symBinAddr: 0xBEBA4, symSize: 0x8 } + - { offsetInCU: 0x740, offset: 0xFA62A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x214, symBinAddr: 0xBEBAC, symSize: 0x8 } + - { offsetInCU: 0x760, offset: 0xFA64A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x214, symBinAddr: 0xBEBAC, symSize: 0x8 } + - { offsetInCU: 0x781, offset: 0xFA66B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x21C, symBinAddr: 0xBEBB4, symSize: 0xC } + - { offsetInCU: 0x7A1, offset: 0xFA68B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x21C, symBinAddr: 0xBEBB4, symSize: 0xC } + - { offsetInCU: 0x7C2, offset: 0xFA6AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x228, symBinAddr: 0xBEBC0, symSize: 0x10 } + - { offsetInCU: 0x7E2, offset: 0xFA6CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x228, symBinAddr: 0xBEBC0, symSize: 0x10 } + - { offsetInCU: 0x803, offset: 0xFA6ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x238, symBinAddr: 0xBEBD0, symSize: 0xC } + - { offsetInCU: 0x835, offset: 0xFA71F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeC06parentC05shapeAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x540, symBinAddr: 0xBEED8, symSize: 0x114 } + - { offsetInCU: 0x8EE, offset: 0xFA7D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCMa', symObjAddr: 0xD8, symBinAddr: 0xBEA70, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0xFA811, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA10BezierPathV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x244, symBinAddr: 0xBEBDC, symSize: 0x134 } + - { offsetInCU: 0x2B, offset: 0xFAD40, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xBEFEC, symSize: 0x4C } + - { offsetInCU: 0x6D, offset: 0xFAD82, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xBEFEC, symSize: 0x4C } + - { offsetInCU: 0xBF, offset: 0xFADD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x6C, symBinAddr: 0xBF058, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0xFAE15, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x78, symBinAddr: 0xBF064, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xFAE56, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xA8, symBinAddr: 0xBF094, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0xFAE88, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesC4trimAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x108C, symBinAddr: 0xC0014, symSize: 0x2FC } + - { offsetInCU: 0x448, offset: 0xFB15D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCMa', symObjAddr: 0x4C, symBinAddr: 0xBF038, symSize: 0x20 } + - { offsetInCU: 0x6D4, offset: 0xFB3E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB4, symBinAddr: 0xBF0A0, symSize: 0xE3C } + - { offsetInCU: 0x19B8, offset: 0xFC6CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCfD', symObjAddr: 0xEF0, symBinAddr: 0xBFEDC, symSize: 0x3C } + - { offsetInCU: 0x1A19, offset: 0xFC72E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xF4C, symBinAddr: 0xBFF38, symSize: 0x44 } + - { offsetInCU: 0x1A65, offset: 0xFC77A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xF90, symBinAddr: 0xBFF7C, symSize: 0x24 } + - { offsetInCU: 0x1AA6, offset: 0xFC7BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xFB4, symBinAddr: 0xBFFA0, symSize: 0xC } + - { offsetInCU: 0x1AD8, offset: 0xFC7ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xFC0, symBinAddr: 0xBFFAC, symSize: 0x4 } + - { offsetInCU: 0x1B03, offset: 0xFC818, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFC4, symBinAddr: 0xBFFB0, symSize: 0x8 } + - { offsetInCU: 0x1B23, offset: 0xFC838, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFC4, symBinAddr: 0xBFFB0, symSize: 0x8 } + - { offsetInCU: 0x1B44, offset: 0xFC859, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFCC, symBinAddr: 0xBFFB8, symSize: 0x8 } + - { offsetInCU: 0x1B64, offset: 0xFC879, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFCC, symBinAddr: 0xBFFB8, symSize: 0x8 } + - { offsetInCU: 0x1B85, offset: 0xFC89A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFD4, symBinAddr: 0xBFFC0, symSize: 0x8 } + - { offsetInCU: 0x1BA5, offset: 0xFC8BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFD4, symBinAddr: 0xBFFC0, symSize: 0x8 } + - { offsetInCU: 0x1BC6, offset: 0xFC8DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFDC, symBinAddr: 0xBFFC8, symSize: 0x8 } + - { offsetInCU: 0x1BE6, offset: 0xFC8FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFDC, symBinAddr: 0xBFFC8, symSize: 0x8 } + - { offsetInCU: 0x1C07, offset: 0xFC91C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE4, symBinAddr: 0xBFFD0, symSize: 0x8 } + - { offsetInCU: 0x1C27, offset: 0xFC93C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE4, symBinAddr: 0xBFFD0, symSize: 0x8 } + - { offsetInCU: 0x1C48, offset: 0xFC95D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFEC, symBinAddr: 0xBFFD8, symSize: 0x8 } + - { offsetInCU: 0x1C68, offset: 0xFC97D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFEC, symBinAddr: 0xBFFD8, symSize: 0x8 } + - { offsetInCU: 0x1C89, offset: 0xFC99E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xFF4, symBinAddr: 0xBFFE0, symSize: 0xC } + - { offsetInCU: 0x1CA9, offset: 0xFC9BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xFF4, symBinAddr: 0xBFFE0, symSize: 0xC } + - { offsetInCU: 0x1CCA, offset: 0xFC9DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1000, symBinAddr: 0xBFFEC, symSize: 0x10 } + - { offsetInCU: 0x1CEA, offset: 0xFC9FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1000, symBinAddr: 0xBFFEC, symSize: 0x10 } + - { offsetInCU: 0x1D1A, offset: 0xFCA2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x1010, symBinAddr: 0xBFFFC, symSize: 0x18 } + - { offsetInCU: 0x1D4F, offset: 0xFCA64, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC06parentD04trim13upstreamPathsAcA08AnimatorD0_pSg_AA0B0CSayAA0c6OutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x1388, symBinAddr: 0xC0310, symSize: 0x118 } + - { offsetInCU: 0x1E18, offset: 0xFCB2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCMa', symObjAddr: 0xF2C, symBinAddr: 0xBFF18, symSize: 0x20 } + - { offsetInCU: 0x1F57, offset: 0xFCC6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOb', symObjAddr: 0x1528, symBinAddr: 0xC0428, symSize: 0x18 } + - { offsetInCU: 0xC8, offset: 0xFD0DE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt16V_Tg5', symObjAddr: 0x0, symBinAddr: 0xC0440, symSize: 0x114 } + - { offsetInCU: 0x328, offset: 0xFD33E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt32V_Tg5', symObjAddr: 0x124, symBinAddr: 0xC0564, symSize: 0xF8 } + - { offsetInCU: 0x588, offset: 0xFD59E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt64V_Tg5', symObjAddr: 0x22C, symBinAddr: 0xC066C, symSize: 0xF8 } + - { offsetInCU: 0x77E, offset: 0xFD794, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC3url10accessMode17preferredEncodingACSg10Foundation3URLV_AC06AccessE0OSSAHE0G0VSgtcfc', symObjAddr: 0x334, symBinAddr: 0xC0774, symSize: 0x318 } + - { offsetInCU: 0x827, offset: 0xFD83D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCfD', symObjAddr: 0x64C, symBinAddr: 0xC0A8C, symSize: 0xD4 } + - { offsetInCU: 0x89C, offset: 0xFD8B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCBC, symBinAddr: 0xC1058, symSize: 0x14 } + - { offsetInCU: 0x92B, offset: 0xFD941, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0xCD0, symBinAddr: 0xC106C, symSize: 0x44 } + - { offsetInCU: 0xA0E, offset: 0xFDA24, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD14, symBinAddr: 0xC10B0, symSize: 0x28 } + - { offsetInCU: 0xA9C, offset: 0xFDAB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xE4C, symBinAddr: 0xC11E8, symSize: 0x18 } + - { offsetInCU: 0xACD, offset: 0xFDAE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xE64, symBinAddr: 0xC1200, symSize: 0xC } + - { offsetInCU: 0xB26, offset: 0xFDB3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyF', symObjAddr: 0x1D48, symBinAddr: 0xC20A0, symSize: 0xF0 } + - { offsetInCU: 0xC06, offset: 0xFDC1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_', symObjAddr: 0x1E38, symBinAddr: 0xC2190, symSize: 0x638 } + - { offsetInCU: 0xF73, offset: 0xFDF89, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_6$deferL_yyF', symObjAddr: 0x2470, symBinAddr: 0xC27C8, symSize: 0xBC } + - { offsetInCU: 0x1033, offset: 0xFE049, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST12makeIterator0D0QzyFTW', symObjAddr: 0x252C, symBinAddr: 0xC2884, symSize: 0x3C } + - { offsetInCU: 0x1056, offset: 0xFE06C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33scanForZIP64EndOfCentralDirectory06_D21B9K25A55B313329C5A8982D32CCC76LL2in10eocdOffsetAC0efghI0VSgSpySo7__sFILEVG_s6UInt64VtFZTf4nnd_n', symObjAddr: 0x30B0, symBinAddr: 0xC33C8, symSize: 0x178 } + - { offsetInCU: 0x120F, offset: 0xFE225, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC34scanForEndOfCentralDirectoryRecord2inAC0efghI0V_AC05ZIP64efgH0VSgtSgSpySo7__sFILEVG_tFZTf4nd_n', symObjAddr: 0x3228, symBinAddr: 0xC3540, symSize: 0x218 } + - { offsetInCU: 0x1364, offset: 0xFE37A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMU', symObjAddr: 0x720, symBinAddr: 0xC0B60, symSize: 0x8 } + - { offsetInCU: 0x1378, offset: 0xFE38E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMa', symObjAddr: 0x728, symBinAddr: 0xC0B68, symSize: 0x3C } + - { offsetInCU: 0x138C, offset: 0xFE3A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMr', symObjAddr: 0x764, symBinAddr: 0xC0BA4, symSize: 0xBC } + - { offsetInCU: 0x13A0, offset: 0xFE3B6, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgMa', symObjAddr: 0x820, symBinAddr: 0xC0C60, symSize: 0x54 } + - { offsetInCU: 0x13B4, offset: 0xFE3CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwCP', symObjAddr: 0x874, symBinAddr: 0xC0CB4, symSize: 0x30 } + - { offsetInCU: 0x13C8, offset: 0xFE3DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwxx', symObjAddr: 0x8F4, symBinAddr: 0xC0CE4, symSize: 0xC } + - { offsetInCU: 0x13DC, offset: 0xFE3F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x944, symBinAddr: 0xC0CF0, symSize: 0x5C } + - { offsetInCU: 0x13F0, offset: 0xFE406, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwca', symObjAddr: 0x9A0, symBinAddr: 0xC0D4C, symSize: 0x84 } + - { offsetInCU: 0x1404, offset: 0xFE41A, size: 0x8, addend: 0x0, symName: ___swift_memcpy40_8, symObjAddr: 0xA24, symBinAddr: 0xC0DD0, symSize: 0x14 } + - { offsetInCU: 0x1418, offset: 0xFE42E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwta', symObjAddr: 0xA38, symBinAddr: 0xC0DE4, symSize: 0x58 } + - { offsetInCU: 0x142C, offset: 0xFE442, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwet', symObjAddr: 0xA90, symBinAddr: 0xC0E3C, symSize: 0x54 } + - { offsetInCU: 0x1440, offset: 0xFE456, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwst', symObjAddr: 0xAE4, symBinAddr: 0xC0E90, symSize: 0x58 } + - { offsetInCU: 0x1454, offset: 0xFE46A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVMa', symObjAddr: 0xB3C, symBinAddr: 0xC0EE8, symSize: 0x10 } + - { offsetInCU: 0x1468, offset: 0xFE47E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwet', symObjAddr: 0xB5C, symBinAddr: 0xC0EF8, symSize: 0x90 } + - { offsetInCU: 0x147C, offset: 0xFE492, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwst', symObjAddr: 0xBEC, symBinAddr: 0xC0F88, symSize: 0xBC } + - { offsetInCU: 0x1490, offset: 0xFE4A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwup', symObjAddr: 0xCA8, symBinAddr: 0xC1044, symSize: 0x4 } + - { offsetInCU: 0x14A4, offset: 0xFE4BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOMa', symObjAddr: 0xCAC, symBinAddr: 0xC1048, symSize: 0x10 } + - { offsetInCU: 0x14EF, offset: 0xFE505, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASQWb', symObjAddr: 0xE70, symBinAddr: 0xC120C, symSize: 0x4 } + - { offsetInCU: 0x1503, offset: 0xFE519, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOAESQAAWl', symObjAddr: 0xE74, symBinAddr: 0xC1210, symSize: 0x44 } + - { offsetInCU: 0x1517, offset: 0xFE52D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAA8IteratorST_StWT', symObjAddr: 0xEB8, symBinAddr: 0xC1254, symSize: 0x4 } + - { offsetInCU: 0x152B, offset: 0xFE541, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGAByxGStsWl', symObjAddr: 0xEBC, symBinAddr: 0xC1258, symSize: 0x4C } + - { offsetInCU: 0x1555, offset: 0xFE56B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data10Foundation4DataVvg', symObjAddr: 0xF4C, symBinAddr: 0xC12A4, symSize: 0xD8C } + - { offsetInCU: 0x20C5, offset: 0xFF0DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_TA', symObjAddr: 0x2808, symBinAddr: 0xC2B60, symSize: 0xC } + - { offsetInCU: 0x20D9, offset: 0xFF0EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt32V_Tg5', symObjAddr: 0x2854, symBinAddr: 0xC2B6C, symSize: 0x140 } + - { offsetInCU: 0x216A, offset: 0xFF180, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt64V_Tg5', symObjAddr: 0x29A4, symBinAddr: 0xC2CBC, symSize: 0x140 } + - { offsetInCU: 0x2232, offset: 0xFF248, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlF6Lottie7ArchiveC_Tg5', symObjAddr: 0x2AF4, symBinAddr: 0xC2E0C, symSize: 0x2F0 } + - { offsetInCU: 0x2366, offset: 0xFF37C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0J0V_AKSiKXEtcfC015$s10Foundation4j2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x2DE4, symBinAddr: 0xC30FC, symSize: 0x2AC } + - { offsetInCU: 0x2568, offset: 0xFF57E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10LargeSliceVyAESWcfCTf4nd_n', symObjAddr: 0x3440, symBinAddr: 0xC3758, symSize: 0x78 } + - { offsetInCU: 0x2595, offset: 0xFF5AB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAESWcfCTf4nd_n', symObjAddr: 0x34B8, symBinAddr: 0xC37D0, symSize: 0x80 } + - { offsetInCU: 0x260B, offset: 0xFF621, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOyAESWcfCTf4nd_n', symObjAddr: 0x3538, symBinAddr: 0xC3850, symSize: 0x68 } + - { offsetInCU: 0x2660, offset: 0xFF676, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAeC0cB0VcfCTf4nd_n', symObjAddr: 0x35A0, symBinAddr: 0xC38B8, symSize: 0xEC } + - { offsetInCU: 0x2678, offset: 0xFF68E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOe', symObjAddr: 0x368C, symBinAddr: 0xC39A4, symSize: 0x78 } + - { offsetInCU: 0x268C, offset: 0xFF6A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOy', symObjAddr: 0x3758, symBinAddr: 0xC3A70, symSize: 0x78 } + - { offsetInCU: 0x26A0, offset: 0xFF6B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOy', symObjAddr: 0x37D0, symBinAddr: 0xC3AE8, symSize: 0x60 } + - { offsetInCU: 0x26B4, offset: 0xFF6CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOe', symObjAddr: 0x3830, symBinAddr: 0xC3B48, symSize: 0x14 } + - { offsetInCU: 0x26C8, offset: 0xFF6DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOe', symObjAddr: 0x3844, symBinAddr: 0xC3B5C, symSize: 0x14 } + - { offsetInCU: 0x26DC, offset: 0xFF6F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOe', symObjAddr: 0x38A0, symBinAddr: 0xC3BB8, symSize: 0x60 } + - { offsetInCU: 0x26F0, offset: 0xFF706, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_TA', symObjAddr: 0x3900, symBinAddr: 0xC3C18, symSize: 0x18 } + - { offsetInCU: 0x2704, offset: 0xFF71A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOe', symObjAddr: 0x3918, symBinAddr: 0xC3C30, symSize: 0x1C } + - { offsetInCU: 0x2718, offset: 0xFF72E, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOh', symObjAddr: 0x3934, symBinAddr: 0xC3C4C, symSize: 0x40 } + - { offsetInCU: 0x272C, offset: 0xFF742, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOf', symObjAddr: 0x3974, symBinAddr: 0xC3C8C, symSize: 0x48 } + - { offsetInCU: 0x2740, offset: 0xFF756, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVWOr', symObjAddr: 0x39BC, symBinAddr: 0xC3CD4, symSize: 0x2C } + - { offsetInCU: 0x2754, offset: 0xFF76A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOr', symObjAddr: 0x39E8, symBinAddr: 0xC3D00, symSize: 0x58 } + - { offsetInCU: 0x2768, offset: 0xFF77E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOy', symObjAddr: 0x3A40, symBinAddr: 0xC3D58, symSize: 0x1C } + - { offsetInCU: 0x277C, offset: 0xFF792, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOs', symObjAddr: 0x3A5C, symBinAddr: 0xC3D74, symSize: 0x60 } + - { offsetInCU: 0x2790, offset: 0xFF7A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOe', symObjAddr: 0x3ABC, symBinAddr: 0xC3DD4, symSize: 0xE0 } + - { offsetInCU: 0x27A4, offset: 0xFF7BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwet', symObjAddr: 0x3BE0, symBinAddr: 0xC3EF8, symSize: 0x90 } + - { offsetInCU: 0x27B8, offset: 0xFF7CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwst', symObjAddr: 0x3C70, symBinAddr: 0xC3F88, symSize: 0xBC } + - { offsetInCU: 0x27CC, offset: 0xFF7E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwug', symObjAddr: 0x3D2C, symBinAddr: 0xC4044, symSize: 0x8 } + - { offsetInCU: 0x27E0, offset: 0xFF7F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwup', symObjAddr: 0x3D34, symBinAddr: 0xC404C, symSize: 0x4 } + - { offsetInCU: 0x27F4, offset: 0xFF80A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwui', symObjAddr: 0x3D38, symBinAddr: 0xC4050, symSize: 0x8 } + - { offsetInCU: 0x2808, offset: 0xFF81E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOMa', symObjAddr: 0x3D40, symBinAddr: 0xC4058, symSize: 0x10 } + - { offsetInCU: 0x281C, offset: 0xFF832, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASQWb', symObjAddr: 0x3D50, symBinAddr: 0xC4068, symSize: 0x4 } + - { offsetInCU: 0x2830, offset: 0xFF846, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAESQAAWl', symObjAddr: 0x3D54, symBinAddr: 0xC406C, symSize: 0x44 } + - { offsetInCU: 0x28F1, offset: 0xFF907, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD3C, symBinAddr: 0xC10D8, symSize: 0x40 } + - { offsetInCU: 0x298D, offset: 0xFF9A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0xD7C, symBinAddr: 0xC1118, symSize: 0x4 } + - { offsetInCU: 0x29A9, offset: 0xFF9BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0xD80, symBinAddr: 0xC111C, symSize: 0x4 } + - { offsetInCU: 0x29C5, offset: 0xFF9DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0xD84, symBinAddr: 0xC1120, symSize: 0x4 } + - { offsetInCU: 0x29E1, offset: 0xFF9F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xD88, symBinAddr: 0xC1124, symSize: 0x4 } + - { offsetInCU: 0x2A0C, offset: 0xFFA22, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD8C, symBinAddr: 0xC1128, symSize: 0x14 } + - { offsetInCU: 0x2A9D, offset: 0xFFAB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH9hashValueSivgTW', symObjAddr: 0xDA0, symBinAddr: 0xC113C, symSize: 0x44 } + - { offsetInCU: 0x2B4C, offset: 0xFFB62, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDE4, symBinAddr: 0xC1180, symSize: 0x28 } + - { offsetInCU: 0x2B9F, offset: 0xFFBB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE0C, symBinAddr: 0xC11A8, symSize: 0x40 } + - { offsetInCU: 0x2D0D, offset: 0xFFD23, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST19underestimatedCountSivgTW', symObjAddr: 0x2568, symBinAddr: 0xC28C0, symSize: 0x8 } + - { offsetInCU: 0x2D29, offset: 0xFFD3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST31_customContainsEquatableElementySbSg0F0QzFTW', symObjAddr: 0x2570, symBinAddr: 0xC28C8, symSize: 0x8 } + - { offsetInCU: 0x2D5A, offset: 0xFFD70, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST22_copyToContiguousArrays0eF0Vy7ElementQzGyFTW', symObjAddr: 0x2578, symBinAddr: 0xC28D0, symSize: 0x34 } + - { offsetInCU: 0x2D8B, offset: 0xFFDA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tFTW', symObjAddr: 0x25AC, symBinAddr: 0xC2904, symSize: 0x20 } + - { offsetInCU: 0x2DA7, offset: 0xFFDBD, size: 0x8, addend: 0x0, symName: '_$sSTsE13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tF6Lottie7ArchiveC_Tg5', symObjAddr: 0x25CC, symBinAddr: 0xC2924, symSize: 0x1D8 } + - { offsetInCU: 0x2E1E, offset: 0xFFE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST32withContiguousStorageIfAvailableyqd__Sgqd__SRy7ElementQzGKXEKlFTW', symObjAddr: 0x27A4, symBinAddr: 0xC2AFC, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x10025C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV8fullPathSSvg', symObjAddr: 0x0, symBinAddr: 0xC40CC, symSize: 0x7C } + - { offsetInCU: 0x18A, offset: 0x1003A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tF', symObjAddr: 0x7C, symBinAddr: 0xC4148, symSize: 0x4A0 } + - { offsetInCU: 0x7F3, offset: 0x100A10, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tF', symObjAddr: 0x51C, symBinAddr: 0xC45E8, symSize: 0x2A8 } + - { offsetInCU: 0xB3F, offset: 0x100D5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tF', symObjAddr: 0x7C4, symBinAddr: 0xC4890, symSize: 0x1AC } + - { offsetInCU: 0xE13, offset: 0x101030, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tF', symObjAddr: 0x970, symBinAddr: 0xC4A3C, symSize: 0x47C } + - { offsetInCU: 0x134A, offset: 0x101567, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE13equalsKeypathySbSSF', symObjAddr: 0xDEC, symBinAddr: 0xC4EB8, symSize: 0x418 } + - { offsetInCU: 0x1649, offset: 0x101866, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6popKeyyACSgSSF', symObjAddr: 0x1204, symBinAddr: 0xC52D0, symSize: 0x1AC } + - { offsetInCU: 0x18A2, offset: 0x101ABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV11propertyKeySSSgvg', symObjAddr: 0x1434, symBinAddr: 0xC547C, symSize: 0xD0 } + - { offsetInCU: 0x1B4D, offset: 0x101D6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tF', symObjAddr: 0x1504, symBinAddr: 0xC554C, symSize: 0x540 } + - { offsetInCU: 0x22A0, offset: 0x1024BD, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE10firstIndex2of0C0QzSgAB_tFSS_Tg5', symObjAddr: 0x1A44, symBinAddr: 0xC5A8C, symSize: 0xE8 } + - { offsetInCU: 0x2362, offset: 0x10257F, size: 0x8, addend: 0x0, symName: '_$sSlsE6suffix4from11SubSequenceQz5IndexQz_tFSS_Tg5Tf4ng_n', symObjAddr: 0x1B2C, symBinAddr: 0xC5B74, symSize: 0x4C } + - { offsetInCU: 0x299, offset: 0x102B59, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC9animation13imageProvider04textG004fontG004maskC8ToBounds24compatibilityTrackerMode6loggerAcA0aC0C_AA0c5ImageG0_pAA0c11KeypathTextG0_pAA0c4FontG0_pSbAA013CompatibilityN0C0O0OAA0A6LoggerCtKcfc', symObjAddr: 0x0, symBinAddr: 0xC5C04, symSize: 0x2D4 } + - { offsetInCU: 0x442, offset: 0x102D02, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setupChildLayers33_5C367329EBD3162AE78388D54811A38BLLyyKF', symObjAddr: 0x2D4, symBinAddr: 0xC5ED8, symSize: 0x140 } + - { offsetInCU: 0x4A0, offset: 0x102D60, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfc', symObjAddr: 0x414, symBinAddr: 0xC6018, symSize: 0x464 } + - { offsetInCU: 0x58A, offset: 0x102E4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x878, symBinAddr: 0xC647C, symSize: 0x4C } + - { offsetInCU: 0x5A6, offset: 0x102E66, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x8C4, symBinAddr: 0xC64C8, symSize: 0x10C } + - { offsetInCU: 0x617, offset: 0x102ED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x9D0, symBinAddr: 0xC65D4, symSize: 0x24 } + - { offsetInCU: 0x663, offset: 0x102F23, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9F4, symBinAddr: 0xC65F8, symSize: 0x40 } + - { offsetInCU: 0x6BD, offset: 0x102F7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA34, symBinAddr: 0xC6638, symSize: 0x3C } + - { offsetInCU: 0x70D, offset: 0x102FCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA70, symBinAddr: 0xC6674, symSize: 0x48 } + - { offsetInCU: 0x73F, offset: 0x102FFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x3ED4, symBinAddr: 0xC9A9C, symSize: 0xD0 } + - { offsetInCU: 0x7E0, offset: 0x1030A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13imageProviderAA0c5ImageF0_pvs', symObjAddr: 0xCE0, symBinAddr: 0xC68E4, symSize: 0x230 } + - { offsetInCU: 0x9BD, offset: 0x10327D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12fontProviderAA0c4FontF0_pvs', symObjAddr: 0xF10, symBinAddr: 0xC6B14, symSize: 0x25C } + - { offsetInCU: 0xB7C, offset: 0x10343C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x116C, symBinAddr: 0xC6D70, symSize: 0xA8 } + - { offsetInCU: 0xC27, offset: 0x1034E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x14C8, symBinAddr: 0xC70CC, symSize: 0x2C } + - { offsetInCU: 0xC43, offset: 0x103503, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyF', symObjAddr: 0x14F4, symBinAddr: 0xC70F8, symSize: 0x398 } + - { offsetInCU: 0xDC1, offset: 0x103681, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC05setupC033_5C367329EBD3162AE78388D54811A38BLL3foryAC0C13ConfigurationV_tKF', symObjAddr: 0x188C, symBinAddr: 0xC7490, symSize: 0x490 } + - { offsetInCU: 0xF61, offset: 0x103821, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyFTo', symObjAddr: 0x1D1C, symBinAddr: 0xC7920, symSize: 0x2C } + - { offsetInCU: 0xF9B, offset: 0x10385B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x1D48, symBinAddr: 0xC794C, symSize: 0x10 } + - { offsetInCU: 0xFBB, offset: 0x10387B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x1D48, symBinAddr: 0xC794C, symSize: 0x10 } + - { offsetInCU: 0x1000, offset: 0x1038C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x1D58, symBinAddr: 0xC795C, symSize: 0x10 } + - { offsetInCU: 0x1020, offset: 0x1038E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x1D58, symBinAddr: 0xC795C, symSize: 0x10 } + - { offsetInCU: 0x1062, offset: 0x103922, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20currentPlaybackState33_5C367329EBD3162AE78388D54811A38BLLAC0fG0OSgvW', symObjAddr: 0x1D68, symBinAddr: 0xC796C, symSize: 0xE0 } + - { offsetInCU: 0x1136, offset: 0x1039F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC016setupPlaceholderC033_5C367329EBD3162AE78388D54811A38BLL7contextyAA0dC7ContextV_tF', symObjAddr: 0x2468, symBinAddr: 0xC806C, symSize: 0x218 } + - { offsetInCU: 0x11DC, offset: 0x103A9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCACycfcTo', symObjAddr: 0x286C, symBinAddr: 0xC8470, symSize: 0x2C } + - { offsetInCU: 0x1243, offset: 0x103B03, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfD', symObjAddr: 0x29B4, symBinAddr: 0xC85B8, symSize: 0x34 } + - { offsetInCU: 0x12EA, offset: 0x103BAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP06lottiecD0AA0acD0CSgvsTW', symObjAddr: 0x3C94, symBinAddr: 0xC9894, symSize: 0x34 } + - { offsetInCU: 0x132D, offset: 0x103BED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP13imageProviderAA0c5ImageG0_pvsTW', symObjAddr: 0x3D24, symBinAddr: 0xC9924, symSize: 0x4 } + - { offsetInCU: 0x1358, offset: 0x103C18, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12textProviderAA0c11KeypathTextG0_pvsTW', symObjAddr: 0x3D28, symBinAddr: 0xC9928, symSize: 0x24 } + - { offsetInCU: 0x138A, offset: 0x103C4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12fontProviderAA0c4FontG0_pvsTW', symObjAddr: 0x3D4C, symBinAddr: 0xC994C, symSize: 0x4 } + - { offsetInCU: 0x13C4, offset: 0x103C84, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12textProviderAA0c11KeypathTextF0_pvsTf4gn_n', symObjAddr: 0x4278, symBinAddr: 0xC9C68, symSize: 0xAC } + - { offsetInCU: 0x1525, offset: 0x103DE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12reloadImagesyyF', symObjAddr: 0xAB8, symBinAddr: 0xC66BC, symSize: 0x228 } + - { offsetInCU: 0x1831, offset: 0x1040F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvs', symObjAddr: 0x1214, symBinAddr: 0xC6E18, symSize: 0x2B4 } + - { offsetInCU: 0x1A20, offset: 0x1042E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC45validateReasonableNumberOfTimeRemappingLayersyyKF', symObjAddr: 0x1E48, symBinAddr: 0xC7A4C, symSize: 0x4F4 } + - { offsetInCU: 0x1E35, offset: 0x1046F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16removeAnimationsyyF', symObjAddr: 0x233C, symBinAddr: 0xC7F40, symSize: 0x12C } + - { offsetInCU: 0x1FC4, offset: 0x104884, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC02isC7PlayingSbSgvg', symObjAddr: 0x2680, symBinAddr: 0xC8284, symSize: 0xBC } + - { offsetInCU: 0x200C, offset: 0x1048CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvg', symObjAddr: 0x273C, symBinAddr: 0xC8340, symSize: 0x130 } + - { offsetInCU: 0x208B, offset: 0x10494B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfE', symObjAddr: 0x2898, symBinAddr: 0xC849C, symSize: 0x11C } + - { offsetInCU: 0x20B8, offset: 0x104978, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfETo', symObjAddr: 0x29E8, symBinAddr: 0xC85EC, symSize: 0x128 } + - { offsetInCU: 0x20E7, offset: 0x1049A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCMa', symObjAddr: 0x2B10, symBinAddr: 0xC8714, symSize: 0x20 } + - { offsetInCU: 0x20FB, offset: 0x1049BB, size: 0x8, addend: 0x0, symName: ___swift_memcpy9_8, symObjAddr: 0x2B30, symBinAddr: 0xC8734, symSize: 0x14 } + - { offsetInCU: 0x210F, offset: 0x1049CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwet', symObjAddr: 0x2B48, symBinAddr: 0xC8748, symSize: 0x20 } + - { offsetInCU: 0x2123, offset: 0x1049E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwst', symObjAddr: 0x2B68, symBinAddr: 0xC8768, symSize: 0x30 } + - { offsetInCU: 0x2137, offset: 0x1049F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwug', symObjAddr: 0x2B98, symBinAddr: 0xC8798, symSize: 0x1C } + - { offsetInCU: 0x214B, offset: 0x104A0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwup', symObjAddr: 0x2BB4, symBinAddr: 0xC87B4, symSize: 0x4 } + - { offsetInCU: 0x215F, offset: 0x104A1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwui', symObjAddr: 0x2BB8, symBinAddr: 0xC87B8, symSize: 0x20 } + - { offsetInCU: 0x2173, offset: 0x104A33, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOMa', symObjAddr: 0x2BD8, symBinAddr: 0xC87D8, symSize: 0x10 } + - { offsetInCU: 0x2187, offset: 0x104A47, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwCP', symObjAddr: 0x2BE8, symBinAddr: 0xC87E8, symSize: 0x30 } + - { offsetInCU: 0x219B, offset: 0x104A5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwxx', symObjAddr: 0x2C18, symBinAddr: 0xC8818, symSize: 0x3C } + - { offsetInCU: 0x21AF, offset: 0x104A6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwcp', symObjAddr: 0x2C54, symBinAddr: 0xC8854, symSize: 0x78 } + - { offsetInCU: 0x21C3, offset: 0x104A83, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwca', symObjAddr: 0x2CCC, symBinAddr: 0xC88CC, symSize: 0xCC } + - { offsetInCU: 0x21D7, offset: 0x104A97, size: 0x8, addend: 0x0, symName: ___swift_memcpy64_8, symObjAddr: 0x2D98, symBinAddr: 0xC8998, symSize: 0x14 } + - { offsetInCU: 0x21EB, offset: 0x104AAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwta', symObjAddr: 0x2DAC, symBinAddr: 0xC89AC, symSize: 0xA8 } + - { offsetInCU: 0x21FF, offset: 0x104ABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwet', symObjAddr: 0x2E54, symBinAddr: 0xC8A54, symSize: 0x48 } + - { offsetInCU: 0x2213, offset: 0x104AD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwst', symObjAddr: 0x2E9C, symBinAddr: 0xC8A9C, symSize: 0x50 } + - { offsetInCU: 0x2227, offset: 0x104AE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVMa', symObjAddr: 0x2EEC, symBinAddr: 0xC8AEC, symSize: 0x10 } + - { offsetInCU: 0x223B, offset: 0x104AFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC11renderScale0B8Graphics7CGFloatVvs', symObjAddr: 0x2EFC, symBinAddr: 0xC8AFC, symSize: 0xD8 } + - { offsetInCU: 0x24AF, offset: 0x104D6F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12allSublayersSayABGvg', symObjAddr: 0x2FD4, symBinAddr: 0xC8BD4, symSize: 0x45C } + - { offsetInCU: 0x29EE, offset: 0x1052AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x3430, symBinAddr: 0xC9030, symSize: 0x27C } + - { offsetInCU: 0x2C8F, offset: 0x10554F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x36AC, symBinAddr: 0xC92AC, symSize: 0xF4 } + - { offsetInCU: 0x2DDC, offset: 0x10569C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x37A0, symBinAddr: 0xC93A0, symSize: 0x194 } + - { offsetInCU: 0x2E94, offset: 0x105754, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_', symObjAddr: 0x3934, symBinAddr: 0xC9534, symSize: 0xD4 } + - { offsetInCU: 0x3034, offset: 0x1058F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setValueProvider_7keypathyAA03AnyfG0_p_AA0C7KeypathVtF', symObjAddr: 0x3A08, symBinAddr: 0xC9608, symSize: 0xC4 } + - { offsetInCU: 0x30B1, offset: 0x105971, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE31numberOfLayersWithTimeRemappingSivg', symObjAddr: 0x3ACC, symBinAddr: 0xC96CC, symSize: 0x1C8 } + - { offsetInCU: 0x32B5, offset: 0x105B75, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvgTW', symObjAddr: 0x3CC8, symBinAddr: 0xC98C8, symSize: 0x4 } + - { offsetInCU: 0x32D1, offset: 0x105B91, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvsTW', symObjAddr: 0x3CCC, symBinAddr: 0xC98CC, symSize: 0x4 } + - { offsetInCU: 0x32ED, offset: 0x105BAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP11renderScale0B8Graphics7CGFloatVvsTW', symObjAddr: 0x3CD0, symBinAddr: 0xC98D0, symSize: 0x4 } + - { offsetInCU: 0x3336, offset: 0x105BF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07respectC9FrameRateSbvsTW', symObjAddr: 0x3CD4, symBinAddr: 0xC98D4, symSize: 0x4C } + - { offsetInCU: 0x33A5, offset: 0x105C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x3D20, symBinAddr: 0xC9920, symSize: 0x4 } + - { offsetInCU: 0x33C1, offset: 0x105C81, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07primaryC3KeyAA0cG0OvgTW', symObjAddr: 0x3D50, symBinAddr: 0xC9950, symSize: 0x1C } + - { offsetInCU: 0x33DD, offset: 0x105C9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP02isC7PlayingSbSgvgTW', symObjAddr: 0x3D6C, symBinAddr: 0xC996C, symSize: 0x4 } + - { offsetInCU: 0x33F9, offset: 0x105CB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12reloadImagesyyFTW', symObjAddr: 0x3D70, symBinAddr: 0xC9970, symSize: 0x4 } + - { offsetInCU: 0x3415, offset: 0x105CD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x3D74, symBinAddr: 0xC9974, symSize: 0x4 } + - { offsetInCU: 0x3431, offset: 0x105CF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x3D78, symBinAddr: 0xC9978, symSize: 0x4 } + - { offsetInCU: 0x344D, offset: 0x105D0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x3D7C, symBinAddr: 0xC997C, symSize: 0x4 } + - { offsetInCU: 0x3469, offset: 0x105D29, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16setValueProvider_7keypathyAA03AnygH0_p_AA0C7KeypathVtFTW', symObjAddr: 0x3D80, symBinAddr: 0xC9980, symSize: 0x4 } + - { offsetInCU: 0x3485, offset: 0x105D45, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOe', symObjAddr: 0x3E64, symBinAddr: 0xC9A64, symSize: 0x38 } + - { offsetInCU: 0x34C3, offset: 0x105D83, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_TA', symObjAddr: 0x4004, symBinAddr: 0xC9B90, symSize: 0x48 } + - { offsetInCU: 0x34F6, offset: 0x105DB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOe', symObjAddr: 0x404C, symBinAddr: 0xC9BD8, symSize: 0x10 } + - { offsetInCU: 0x350A, offset: 0x105DCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_TA', symObjAddr: 0x405C, symBinAddr: 0xC9BE8, symSize: 0x8 } + - { offsetInCU: 0x351E, offset: 0x105DDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_TA', symObjAddr: 0x4064, symBinAddr: 0xC9BF0, symSize: 0x2C } + - { offsetInCU: 0x3547, offset: 0x105E07, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4090, symBinAddr: 0xC9C1C, symSize: 0x8 } + - { offsetInCU: 0x355B, offset: 0x105E1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOy', symObjAddr: 0x4324, symBinAddr: 0xC9D14, symSize: 0x38 } + - { offsetInCU: 0x356F, offset: 0x105E2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOy', symObjAddr: 0x435C, symBinAddr: 0xC9D4C, symSize: 0x10 } + - { offsetInCU: 0x3583, offset: 0x105E43, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOr', symObjAddr: 0x436C, symBinAddr: 0xC9D5C, symSize: 0x40 } + - { offsetInCU: 0x3597, offset: 0x105E57, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOs', symObjAddr: 0x43AC, symBinAddr: 0xC9D9C, symSize: 0x40 } + - { offsetInCU: 0x35AB, offset: 0x105E6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOy', symObjAddr: 0x448C, symBinAddr: 0xC9DDC, symSize: 0x38 } + - { offsetInCU: 0x35BF, offset: 0x105E7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x44FC, symBinAddr: 0xC9E34, symSize: 0x8 } + - { offsetInCU: 0x35D3, offset: 0x105E93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4504, symBinAddr: 0xC9E3C, symSize: 0x8 } + - { offsetInCU: 0x35E7, offset: 0x105EA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwet', symObjAddr: 0x45A8, symBinAddr: 0xC9E44, symSize: 0x54 } + - { offsetInCU: 0x35FB, offset: 0x105EBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwst', symObjAddr: 0x45FC, symBinAddr: 0xC9E98, symSize: 0x44 } + - { offsetInCU: 0x360F, offset: 0x105ECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVMa', symObjAddr: 0x4640, symBinAddr: 0xC9EDC, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x106466, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xC9EEC, symSize: 0x4C } + - { offsetInCU: 0x69, offset: 0x1064A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ', symObjAddr: 0x4C, symBinAddr: 0xC9F38, symSize: 0x14 } + - { offsetInCU: 0x9C, offset: 0x1064DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF', symObjAddr: 0x60, symBinAddr: 0xC9F4C, symSize: 0x28 } + - { offsetInCU: 0x132, offset: 0x106571, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO9hashValueSivg', symObjAddr: 0x88, symBinAddr: 0xC9F74, symSize: 0x44 } + - { offsetInCU: 0x22C, offset: 0x10666B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCC, symBinAddr: 0xC9FB8, symSize: 0x14 } + - { offsetInCU: 0x24C, offset: 0x10668B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCC, symBinAddr: 0xC9FB8, symSize: 0x14 } + - { offsetInCU: 0x28C, offset: 0x1066CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0xC9FCC, symSize: 0x44 } + - { offsetInCU: 0x36F, offset: 0x1067AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0xCA010, symSize: 0x28 } + - { offsetInCU: 0x3EE, offset: 0x10682D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xC9EEC, symSize: 0x4C } + - { offsetInCU: 0x47A, offset: 0x1068B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvg', symObjAddr: 0x18C, symBinAddr: 0xCA078, symSize: 0x8 } + - { offsetInCU: 0x498, offset: 0x1068D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvs', symObjAddr: 0x194, symBinAddr: 0xCA080, symSize: 0x8 } + - { offsetInCU: 0x4D5, offset: 0x106914, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM', symObjAddr: 0x19C, symBinAddr: 0xCA088, symSize: 0x10 } + - { offsetInCU: 0x4F3, offset: 0x106932, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM.resume.0', symObjAddr: 0x1AC, symBinAddr: 0xCA098, symSize: 0x4 } + - { offsetInCU: 0x51E, offset: 0x10695D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvg', symObjAddr: 0x1B0, symBinAddr: 0xCA09C, symSize: 0x8 } + - { offsetInCU: 0x53C, offset: 0x10697B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvs', symObjAddr: 0x1B8, symBinAddr: 0xCA0A4, symSize: 0x8 } + - { offsetInCU: 0x579, offset: 0x1069B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM', symObjAddr: 0x1C0, symBinAddr: 0xCA0AC, symSize: 0x10 } + - { offsetInCU: 0x5A7, offset: 0x1069E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM.resume.0', symObjAddr: 0x1D0, symBinAddr: 0xCA0BC, symSize: 0x4 } + - { offsetInCU: 0x5D2, offset: 0x106A11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvg', symObjAddr: 0x1D4, symBinAddr: 0xCA0C0, symSize: 0x8 } + - { offsetInCU: 0x5F0, offset: 0x106A2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvs', symObjAddr: 0x1DC, symBinAddr: 0xCA0C8, symSize: 0x8 } + - { offsetInCU: 0x62D, offset: 0x106A6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM', symObjAddr: 0x1E4, symBinAddr: 0xCA0D0, symSize: 0x10 } + - { offsetInCU: 0x65B, offset: 0x106A9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM.resume.0', symObjAddr: 0x1F4, symBinAddr: 0xCA0E0, symSize: 0x4 } + - { offsetInCU: 0x686, offset: 0x106AC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvg', symObjAddr: 0x1F8, symBinAddr: 0xCA0E4, symSize: 0x8 } + - { offsetInCU: 0x6A4, offset: 0x106AE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvs', symObjAddr: 0x200, symBinAddr: 0xCA0EC, symSize: 0x8 } + - { offsetInCU: 0x6E1, offset: 0x106B20, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM', symObjAddr: 0x208, symBinAddr: 0xCA0F4, symSize: 0x10 } + - { offsetInCU: 0x70F, offset: 0x106B4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM.resume.0', symObjAddr: 0x218, symBinAddr: 0xCA104, symSize: 0x4 } + - { offsetInCU: 0x73A, offset: 0x106B79, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF', symObjAddr: 0x21C, symBinAddr: 0xCA108, symSize: 0x68 } + - { offsetInCU: 0x7A3, offset: 0x106BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ', symObjAddr: 0x284, symBinAddr: 0xCA170, symSize: 0x4 } + - { offsetInCU: 0x7C6, offset: 0x106C05, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV9hashValueSivg', symObjAddr: 0x288, symBinAddr: 0xCA174, symSize: 0x50 } + - { offsetInCU: 0x852, offset: 0x106C91, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0xCA1C4, symSize: 0x50 } + - { offsetInCU: 0x8E1, offset: 0x106D20, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x328, symBinAddr: 0xCA214, symSize: 0x4 } + - { offsetInCU: 0x904, offset: 0x106D43, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x378, symBinAddr: 0xCA264, symSize: 0x4 } + - { offsetInCU: 0x924, offset: 0x106D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x378, symBinAddr: 0xCA264, symSize: 0x4 } + - { offsetInCU: 0x935, offset: 0x106D74, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x37C, symBinAddr: 0xCA268, symSize: 0x3C } + - { offsetInCU: 0x97E, offset: 0x106DBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASQWb', symObjAddr: 0x3B8, symBinAddr: 0xCA2A4, symSize: 0x4 } + - { offsetInCU: 0x992, offset: 0x106DD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOACSQAAWl', symObjAddr: 0x3BC, symBinAddr: 0xCA2A8, symSize: 0x44 } + - { offsetInCU: 0x9A6, offset: 0x106DE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASQWb', symObjAddr: 0x400, symBinAddr: 0xCA2EC, symSize: 0x4 } + - { offsetInCU: 0x9BA, offset: 0x106DF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSQAAWl', symObjAddr: 0x404, symBinAddr: 0xCA2F0, symSize: 0x44 } + - { offsetInCU: 0x9CE, offset: 0x106E0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwet', symObjAddr: 0x458, symBinAddr: 0xCA334, symSize: 0x90 } + - { offsetInCU: 0x9E2, offset: 0x106E21, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwst', symObjAddr: 0x4E8, symBinAddr: 0xCA3C4, symSize: 0xBC } + - { offsetInCU: 0x9F6, offset: 0x106E35, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwug', symObjAddr: 0x5A4, symBinAddr: 0xCA480, symSize: 0x8 } + - { offsetInCU: 0xA0A, offset: 0x106E49, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwup', symObjAddr: 0x5AC, symBinAddr: 0xCA488, symSize: 0x4 } + - { offsetInCU: 0xA1E, offset: 0x106E5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwui', symObjAddr: 0x5B0, symBinAddr: 0xCA48C, symSize: 0x8 } + - { offsetInCU: 0xA32, offset: 0x106E71, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOMa', symObjAddr: 0x5B8, symBinAddr: 0xCA494, symSize: 0x10 } + - { offsetInCU: 0xA46, offset: 0x106E85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwCP', symObjAddr: 0x5C8, symBinAddr: 0xCA4A4, symSize: 0x30 } + - { offsetInCU: 0xA5A, offset: 0x106E99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwet', symObjAddr: 0x604, symBinAddr: 0xCA4D4, symSize: 0x20 } + - { offsetInCU: 0xA6E, offset: 0x106EAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwst', symObjAddr: 0x624, symBinAddr: 0xCA4F4, symSize: 0x2C } + - { offsetInCU: 0xA82, offset: 0x106EC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVMa', symObjAddr: 0x650, symBinAddr: 0xCA520, symSize: 0x10 } + - { offsetInCU: 0xAFF, offset: 0x106F3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x14C, symBinAddr: 0xCA038, symSize: 0x40 } + - { offsetInCU: 0xBC8, offset: 0x107007, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x32C, symBinAddr: 0xCA218, symSize: 0x4C } + - { offsetInCU: 0x4F, offset: 0x1071C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0VcfC', symObjAddr: 0x0, symBinAddr: 0xCA530, symSize: 0x3C } + - { offsetInCU: 0x7C, offset: 0x1071F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x3C, symBinAddr: 0xCA56C, symSize: 0x58 } + - { offsetInCU: 0xB0, offset: 0x107226, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x94, symBinAddr: 0xCA5C4, symSize: 0x30 } + - { offsetInCU: 0xC4, offset: 0x10723A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc', symObjAddr: 0xC4, symBinAddr: 0xCA5F4, symSize: 0xC0 } + - { offsetInCU: 0x118, offset: 0x10728E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfC', symObjAddr: 0x184, symBinAddr: 0xCA6B4, symSize: 0x3C } + - { offsetInCU: 0x136, offset: 0x1072AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc', symObjAddr: 0x1C0, symBinAddr: 0xCA6F0, symSize: 0xD8 } + - { offsetInCU: 0x18A, offset: 0x107300, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg', symObjAddr: 0x298, symBinAddr: 0xCA7C8, symSize: 0x40 } + - { offsetInCU: 0x1D7, offset: 0x10734D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs', symObjAddr: 0x2D8, symBinAddr: 0xCA808, symSize: 0x5C } + - { offsetInCU: 0x21D, offset: 0x107393, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM', symObjAddr: 0x334, symBinAddr: 0xCA864, symSize: 0x40 } + - { offsetInCU: 0x24C, offset: 0x1073C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM.resume.0', symObjAddr: 0x374, symBinAddr: 0xCA8A4, symSize: 0x34 } + - { offsetInCU: 0x28B, offset: 0x107401, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9valueTypeypXpvg', symObjAddr: 0x3A8, symBinAddr: 0xCA8D8, symSize: 0xC } + - { offsetInCU: 0x2B6, offset: 0x10742C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg', symObjAddr: 0x3B4, symBinAddr: 0xCA8E4, symSize: 0xC4 } + - { offsetInCU: 0x353, offset: 0x1074C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x478, symBinAddr: 0xCA9A8, symSize: 0x18 } + - { offsetInCU: 0x376, offset: 0x1074EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfd', symObjAddr: 0x490, symBinAddr: 0xCA9C0, symSize: 0x2C } + - { offsetInCU: 0x3B1, offset: 0x107527, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfD', symObjAddr: 0x4BC, symBinAddr: 0xCA9EC, symSize: 0x34 } + - { offsetInCU: 0x3F4, offset: 0x10756A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x4F0, symBinAddr: 0xCAA20, symSize: 0x20 } + - { offsetInCU: 0x410, offset: 0x107586, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x510, symBinAddr: 0xCAA40, symSize: 0xC } + - { offsetInCU: 0x456, offset: 0x1075CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x51C, symBinAddr: 0xCAA4C, symSize: 0x1C } + - { offsetInCU: 0x48B, offset: 0x107601, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfcTf4gn_n', symObjAddr: 0x5FC, symBinAddr: 0xCAB2C, symSize: 0x11C } + - { offsetInCU: 0x502, offset: 0x107678, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x538, symBinAddr: 0xCAA68, symSize: 0x60 } + - { offsetInCU: 0x567, offset: 0x1076DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x598, symBinAddr: 0xCAAC8, symSize: 0x64 } + - { offsetInCU: 0x5AE, offset: 0x107724, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOe', symObjAddr: 0x718, symBinAddr: 0xCAC48, symSize: 0x10 } + - { offsetInCU: 0x5C2, offset: 0x107738, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSHAAWl', symObjAddr: 0x728, symBinAddr: 0xCAC58, symSize: 0x44 } + - { offsetInCU: 0x5D6, offset: 0x10774C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOy', symObjAddr: 0x878, symBinAddr: 0xCAD24, symSize: 0x10 } + - { offsetInCU: 0x5EA, offset: 0x107760, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x8B4, symBinAddr: 0xCAD60, symSize: 0x28 } + - { offsetInCU: 0x62F, offset: 0x1077A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x94C, symBinAddr: 0xCAD88, symSize: 0xC } + - { offsetInCU: 0x643, offset: 0x1077B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCMa', symObjAddr: 0xA00, symBinAddr: 0xCAE3C, symSize: 0x20 } + - { offsetInCU: 0x72, offset: 0x107A06, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x36C, symBinAddr: 0xCB1E8, symSize: 0xBC } + - { offsetInCU: 0x1D3, offset: 0x107B67, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x428, symBinAddr: 0xCB2A4, symSize: 0x4 } + - { offsetInCU: 0x22F, offset: 0x107BC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV9combining4path12cornerRadiusAA0D5GroupCyACGAHyAA0bC0VG_AHyAA0A8Vector1DVGSgtKFZTf4nnd_n', symObjAddr: 0x17A4, symBinAddr: 0xCC620, symSize: 0x364 } + - { offsetInCU: 0x71A, offset: 0x1080AE, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKF06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nnncnn_n', symObjAddr: 0x0, symBinAddr: 0xCAE80, symSize: 0x124 } + - { offsetInCU: 0x857, offset: 0x1081EB, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nncn_n', symObjAddr: 0x128, symBinAddr: 0xCAFA4, symSize: 0x114 } + - { offsetInCU: 0x91D, offset: 0x1082B1, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_', symObjAddr: 0x23C, symBinAddr: 0xCB0B8, symSize: 0x130 } + - { offsetInCU: 0xB83, offset: 0x108517, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA010BezierPathQ0V_Tg5', symObjAddr: 0x42C, symBinAddr: 0xCB2A8, symSize: 0x28C } + - { offsetInCU: 0xE99, offset: 0x10882D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA010BezierPathQ0V_Tg5Tf4nnd_n', symObjAddr: 0x84C, symBinAddr: 0xCB6C8, symSize: 0x4A8 } + - { offsetInCU: 0x1554, offset: 0x108EE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA010BezierPathS0V_Tg5Tf4nnnd_n', symObjAddr: 0xE38, symBinAddr: 0xCBCB4, symSize: 0x96C } + - { offsetInCU: 0x2571, offset: 0x109F05, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x1BB4, symBinAddr: 0xCC9A8, symSize: 0x8 } + - { offsetInCU: 0x2585, offset: 0x109F19, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_TA', symObjAddr: 0x1C98, symBinAddr: 0xCCA04, symSize: 0x1C } + - { offsetInCU: 0x2599, offset: 0x109F2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwCP', symObjAddr: 0x1D5C, symBinAddr: 0xCCA64, symSize: 0x30 } + - { offsetInCU: 0x25AD, offset: 0x109F41, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwxx', symObjAddr: 0x1D8C, symBinAddr: 0xCCA94, symSize: 0x8 } + - { offsetInCU: 0x25C1, offset: 0x109F55, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwcp', symObjAddr: 0x1D94, symBinAddr: 0xCCA9C, symSize: 0x44 } + - { offsetInCU: 0x25D5, offset: 0x109F69, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwca', symObjAddr: 0x1DD8, symBinAddr: 0xCCAE0, symSize: 0x64 } + - { offsetInCU: 0x25E9, offset: 0x109F7D, size: 0x8, addend: 0x0, symName: ___swift_memcpy33_8, symObjAddr: 0x1E3C, symBinAddr: 0xCCB44, symSize: 0x14 } + - { offsetInCU: 0x25FD, offset: 0x109F91, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwta', symObjAddr: 0x1E50, symBinAddr: 0xCCB58, symSize: 0x54 } + - { offsetInCU: 0x2611, offset: 0x109FA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwet', symObjAddr: 0x1EA4, symBinAddr: 0xCCBAC, symSize: 0x48 } + - { offsetInCU: 0x2625, offset: 0x109FB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwst', symObjAddr: 0x1EEC, symBinAddr: 0xCCBF4, symSize: 0x44 } + - { offsetInCU: 0x2639, offset: 0x109FCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVMa', symObjAddr: 0x1F30, symBinAddr: 0xCCC38, symSize: 0x10 } + - { offsetInCU: 0x279B, offset: 0x10A12F, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs8StrideToVy12CoreGraphics7CGFloatVG_6Lottie8KeyframeCyAL010BezierPathJ0VGTg50104$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13j56GroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12f9Graphics7h13VKXEfU2_AA010kL7Q0V_TG5SayAL16AnyValueProvider_pGSayypGxSgs5Error_plyAPIsggrzo_Tf1cn_nTf4ngg_n', symObjAddr: 0x6B8, symBinAddr: 0xCB534, symSize: 0x194 } + - { offsetInCU: 0x2AC9, offset: 0x10A45D, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay6Lottie13KeyframeGroupCyypGG_Tg5023$sSTsE10allSatisfyyS2b7c29QzKXEKFSbACKXEfU_Say6Lottie13eF10CyypGG_TG5xSbs5Error_plyAHIsgndzo_Tf1cn_nTf4ng_n', symObjAddr: 0xCF4, symBinAddr: 0xCBB70, symSize: 0x144 } + - { offsetInCU: 0x27, offset: 0x10AAB5, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xCCC48, symSize: 0x228 } + - { offsetInCU: 0x3F, offset: 0x10AACD, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xCCC48, symSize: 0x228 } + - { offsetInCU: 0x27, offset: 0x10ACFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xCCE70, symSize: 0x74 } + - { offsetInCU: 0x4B, offset: 0x10AD1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xCCE70, symSize: 0x74 } + - { offsetInCU: 0x74, offset: 0x10AD48, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfC', symObjAddr: 0xB8, symBinAddr: 0xCCEE4, symSize: 0x8 } + - { offsetInCU: 0xD9, offset: 0x10ADAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfC', symObjAddr: 0xC0, symBinAddr: 0xCCEEC, symSize: 0x74 } + - { offsetInCU: 0x138, offset: 0x10AE0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysSaySSGvg', symObjAddr: 0x134, symBinAddr: 0xCCF60, symSize: 0x8 } + - { offsetInCU: 0x156, offset: 0x10AE2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6stringSSvg', symObjAddr: 0x13C, symBinAddr: 0xCCF68, symSize: 0x7C } + - { offsetInCU: 0x174, offset: 0x10AE48, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF', symObjAddr: 0x288, symBinAddr: 0xCCFE4, symSize: 0x98 } + - { offsetInCU: 0x235, offset: 0x10AF09, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ', symObjAddr: 0x320, symBinAddr: 0xCD07C, symSize: 0xC } + - { offsetInCU: 0x291, offset: 0x10AF65, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV9hashValueSivg', symObjAddr: 0x32C, symBinAddr: 0xCD088, symSize: 0xA0 } + - { offsetInCU: 0x3A9, offset: 0x10B07D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH9hashValueSivgTW', symObjAddr: 0x3CC, symBinAddr: 0xCD128, symSize: 0x4 } + - { offsetInCU: 0x3C5, offset: 0x10B099, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D0, symBinAddr: 0xCD12C, symSize: 0x4 } + - { offsetInCU: 0x3D9, offset: 0x10B0AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAsADP06stringG0x0fG4TypeQz_tcfCTW', symObjAddr: 0x470, symBinAddr: 0xCD1CC, symSize: 0xC } + - { offsetInCU: 0x40F, offset: 0x10B0E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x47C, symBinAddr: 0xCD1D8, symSize: 0xC } + - { offsetInCU: 0x42F, offset: 0x10B103, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x47C, symBinAddr: 0xCD1D8, symSize: 0xC } + - { offsetInCU: 0x4AE, offset: 0x10B182, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASQWb', symObjAddr: 0x54C, symBinAddr: 0xCD2A8, symSize: 0x4 } + - { offsetInCU: 0x4C2, offset: 0x10B196, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACSQAAWl', symObjAddr: 0x550, symBinAddr: 0xCD2AC, symSize: 0x44 } + - { offsetInCU: 0x4D6, offset: 0x10B1AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAs0de23ExtendedGraphemeClusterG0PWb', symObjAddr: 0x594, symBinAddr: 0xCD2F0, symSize: 0x4 } + - { offsetInCU: 0x4EA, offset: 0x10B1BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs43ExpressibleByExtendedGraphemeClusterLiteralAAWl', symObjAddr: 0x598, symBinAddr: 0xCD2F4, symSize: 0x44 } + - { offsetInCU: 0x4FE, offset: 0x10B1D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAA0fG4TypesADP_s01_de7BuiltinfG0PWT', symObjAddr: 0x5DC, symBinAddr: 0xCD338, symSize: 0xC } + - { offsetInCU: 0x512, offset: 0x10B1E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAAs0de13UnicodeScalarI0PWb', symObjAddr: 0x5E8, symBinAddr: 0xCD344, symSize: 0x4 } + - { offsetInCU: 0x526, offset: 0x10B1FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs33ExpressibleByUnicodeScalarLiteralAAWl', symObjAddr: 0x5EC, symBinAddr: 0xCD348, symSize: 0x44 } + - { offsetInCU: 0x53A, offset: 0x10B20E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAA0fghI4TypesADP_s01_de7BuiltinfghI0PWT', symObjAddr: 0x630, symBinAddr: 0xCD38C, symSize: 0xC } + - { offsetInCU: 0x54E, offset: 0x10B222, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs33ExpressibleByUnicodeScalarLiteralAA0fgH4TypesADP_s01_de7BuiltinfgH0PWT', symObjAddr: 0x63C, symBinAddr: 0xCD398, symSize: 0xC } + - { offsetInCU: 0x562, offset: 0x10B236, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVMa', symObjAddr: 0x648, symBinAddr: 0xCD3A4, symSize: 0x10 } + - { offsetInCU: 0x61B, offset: 0x10B2EF, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0xA70, symBinAddr: 0xCD7CC, symSize: 0x48 } + - { offsetInCU: 0x69A, offset: 0x10B36E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3D4, symBinAddr: 0xCD130, symSize: 0x9C } + - { offsetInCU: 0x791, offset: 0x10B465, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSS_Tg5Tf4nnd_n', symObjAddr: 0x488, symBinAddr: 0xCD1E4, symSize: 0xC4 } + - { offsetInCU: 0x875, offset: 0x10B549, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSo10CGColorRefa_Tg5Tf4nnd_n', symObjAddr: 0x658, symBinAddr: 0xCD3B4, symSize: 0x3A4 } + - { offsetInCU: 0x987, offset: 0x10B65B, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9FC, symBinAddr: 0xCD758, symSize: 0x74 } + - { offsetInCU: 0x9A7, offset: 0x10B67B, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9FC, symBinAddr: 0xCD758, symSize: 0x74 } + - { offsetInCU: 0x9BB, offset: 0x10B68F, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9FC, symBinAddr: 0xCD758, symSize: 0x74 } + - { offsetInCU: 0x9CF, offset: 0x10B6A3, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0x9FC, symBinAddr: 0xCD758, symSize: 0x74 } + - { offsetInCU: 0x27, offset: 0x10B8AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xCD81C, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x10B8D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xCD81C, symSize: 0x20 } + - { offsetInCU: 0xAE, offset: 0x10B936, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x48, symBinAddr: 0xCD864, symSize: 0x64 } + - { offsetInCU: 0x114, offset: 0x10B99C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xAC, symBinAddr: 0xCD8C8, symSize: 0x28 } + - { offsetInCU: 0x13F, offset: 0x10B9C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAAsADP8allCases03AllG0QzvgZTW', symObjAddr: 0xD4, symBinAddr: 0xCD8F0, symSize: 0x24 } + - { offsetInCU: 0x170, offset: 0x10B9F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8allCasesSayACGvgZTf4d_n', symObjAddr: 0x8A8, symBinAddr: 0xCE0C4, symSize: 0x50 } + - { offsetInCU: 0x1E1, offset: 0x10BA69, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyV9transformACySo13CATransform3DVGvgZSbAFSgcfU_', symObjAddr: 0xF8, symBinAddr: 0xCD914, symSize: 0x58 } + - { offsetInCU: 0x29F, offset: 0x10BB27, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV5colorACySo10CGColorRefaGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x150, symBinAddr: 0xCD96C, symSize: 0x10C } + - { offsetInCU: 0x362, offset: 0x10BBEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV7opacityACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x25C, symBinAddr: 0xCDA78, symSize: 0x78 } + - { offsetInCU: 0x3A0, offset: 0x10BC28, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleXACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x2D4, symBinAddr: 0xCDAF0, symSize: 0x78 } + - { offsetInCU: 0x3DE, offset: 0x10BC66, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleYACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x34C, symBinAddr: 0xCDB68, symSize: 0x78 } + - { offsetInCU: 0x41C, offset: 0x10BCA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8rotationACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x3C4, symBinAddr: 0xCDBE0, symSize: 0x88 } + - { offsetInCU: 0x45A, offset: 0x10BCE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8positionACySo7CGPointVGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x44C, symBinAddr: 0xCDC68, symSize: 0x70 } + - { offsetInCU: 0x563, offset: 0x10BDEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV14gradientColorsACySaySo10CGColorRefaGGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x4BC, symBinAddr: 0xCDCD8, symSize: 0x218 } + - { offsetInCU: 0x861, offset: 0x10C0E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV17gradientLocationsACySay12CoreGraphics7CGFloatVGGvgZAHSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x6D4, symBinAddr: 0xCDEF0, symSize: 0x168 } + - { offsetInCU: 0xA11, offset: 0x10C299, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV10floatValueyACy12CoreGraphics7CGFloatVGAA0C4NameOd_tFZAGSgyp_AA03AnyE8Provider_ptcfU_', symObjAddr: 0x83C, symBinAddr: 0xCE058, symSize: 0x6C } + - { offsetInCU: 0xA70, offset: 0x10C2F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwet', symObjAddr: 0x9C8, symBinAddr: 0xCE114, symSize: 0x90 } + - { offsetInCU: 0xA84, offset: 0x10C30C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwst', symObjAddr: 0xA58, symBinAddr: 0xCE1A4, symSize: 0xBC } + - { offsetInCU: 0xA98, offset: 0x10C320, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwug', symObjAddr: 0xB14, symBinAddr: 0xCE260, symSize: 0x8 } + - { offsetInCU: 0xAAC, offset: 0x10C334, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwup', symObjAddr: 0xB1C, symBinAddr: 0xCE268, symSize: 0x4 } + - { offsetInCU: 0xAC0, offset: 0x10C348, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwui', symObjAddr: 0xB20, symBinAddr: 0xCE26C, symSize: 0x8 } + - { offsetInCU: 0xAD4, offset: 0x10C35C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOMa', symObjAddr: 0xB28, symBinAddr: 0xCE274, symSize: 0x10 } + - { offsetInCU: 0xAE8, offset: 0x10C370, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMi', symObjAddr: 0xB38, symBinAddr: 0xCE284, symSize: 0x8 } + - { offsetInCU: 0xAFC, offset: 0x10C384, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwCP', symObjAddr: 0xB40, symBinAddr: 0xCE28C, symSize: 0x3C } + - { offsetInCU: 0xB10, offset: 0x10C398, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwxx', symObjAddr: 0xB7C, symBinAddr: 0xCE2C8, symSize: 0x28 } + - { offsetInCU: 0xB24, offset: 0x10C3AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwcp', symObjAddr: 0xBA4, symBinAddr: 0xCE2F0, symSize: 0x3C } + - { offsetInCU: 0xB38, offset: 0x10C3C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwca', symObjAddr: 0xBE0, symBinAddr: 0xCE32C, symSize: 0x5C } + - { offsetInCU: 0xB4C, offset: 0x10C3D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwta', symObjAddr: 0xC50, symBinAddr: 0xCE388, symSize: 0x44 } + - { offsetInCU: 0xB60, offset: 0x10C3E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwet', symObjAddr: 0xC94, symBinAddr: 0xCE3CC, symSize: 0x48 } + - { offsetInCU: 0xB74, offset: 0x10C3FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwst', symObjAddr: 0xCDC, symBinAddr: 0xCE414, symSize: 0x40 } + - { offsetInCU: 0xB88, offset: 0x10C410, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMa', symObjAddr: 0xD1C, symBinAddr: 0xCE454, symSize: 0xC } + - { offsetInCU: 0xB9C, offset: 0x10C424, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0xD28, symBinAddr: 0xCE460, symSize: 0x4 } + - { offsetInCU: 0xBB0, offset: 0x10C438, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGSayxGSlsWl', symObjAddr: 0xD2C, symBinAddr: 0xCE464, symSize: 0x4C } + - { offsetInCU: 0xBC4, offset: 0x10C44C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASQWb', symObjAddr: 0xDBC, symBinAddr: 0xCE4B0, symSize: 0x4 } + - { offsetInCU: 0xBD8, offset: 0x10C460, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOACSQAAWl', symObjAddr: 0xDC0, symBinAddr: 0xCE4B4, symSize: 0x44 } + - { offsetInCU: 0xC09, offset: 0x10C491, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0xCD83C, symSize: 0xC } + - { offsetInCU: 0xC43, offset: 0x10C4CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xCD848, symSize: 0xC } + - { offsetInCU: 0xC63, offset: 0x10C4EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xCD848, symSize: 0xC } + - { offsetInCU: 0xC77, offset: 0x10C4FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x2C, symBinAddr: 0xCD848, symSize: 0xC } + - { offsetInCU: 0xC89, offset: 0x10C511, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x38, symBinAddr: 0xCD854, symSize: 0x8 } + - { offsetInCU: 0xCA5, offset: 0x10C52D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x40, symBinAddr: 0xCD85C, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x10C80D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xCE4F8, symSize: 0x18 } + - { offsetInCU: 0xB6, offset: 0x10C898, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xEC, symBinAddr: 0xCE5E4, symSize: 0x24 } + - { offsetInCU: 0xE7, offset: 0x10C8C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x110, symBinAddr: 0xCE608, symSize: 0x1C } + - { offsetInCU: 0x131, offset: 0x10C913, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x12C, symBinAddr: 0xCE624, symSize: 0x2C } + - { offsetInCU: 0x169, offset: 0x10C94B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xF2C, symBinAddr: 0xCF414, symSize: 0xE0 } + - { offsetInCU: 0x1D3, offset: 0x10C9B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO13discriminator_WZ', symObjAddr: 0x1A4, symBinAddr: 0xCE69C, symSize: 0x4 } + - { offsetInCU: 0x1F9, offset: 0x10C9DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A8, symBinAddr: 0xCE6A0, symSize: 0x4C } + - { offsetInCU: 0x21E, offset: 0x10CA00, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1F4, symBinAddr: 0xCE6EC, symSize: 0x1DC } + - { offsetInCU: 0x28F, offset: 0x10CA71, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x3D0, symBinAddr: 0xCE8C8, symSize: 0x2E0 } + - { offsetInCU: 0x3E0, offset: 0x10CBC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO8rawValueSSvg', symObjAddr: 0x6B0, symBinAddr: 0xCEBA8, symSize: 0x18 } + - { offsetInCU: 0x419, offset: 0x10CBFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x6C8, symBinAddr: 0xCEBC0, symSize: 0x18 } + - { offsetInCU: 0x447, offset: 0x10CC29, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x6C8, symBinAddr: 0xCEBC0, symSize: 0x18 } + - { offsetInCU: 0x499, offset: 0x10CC7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x704, symBinAddr: 0xCEBFC, symSize: 0x64 } + - { offsetInCU: 0x4FF, offset: 0x10CCE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x768, symBinAddr: 0xCEC60, symSize: 0x28 } + - { offsetInCU: 0x51B, offset: 0x10CCFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x790, symBinAddr: 0xCEC88, symSize: 0x8 } + - { offsetInCU: 0x551, offset: 0x10CD33, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x798, symBinAddr: 0xCEC90, symSize: 0x68 } + - { offsetInCU: 0x5D6, offset: 0x10CDB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x800, symBinAddr: 0xCECF8, symSize: 0xC } + - { offsetInCU: 0x5F2, offset: 0x10CDD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x80C, symBinAddr: 0xCED04, symSize: 0xC } + - { offsetInCU: 0x62E, offset: 0x10CE10, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCfD', symObjAddr: 0x868, symBinAddr: 0xCED60, symSize: 0x2C } + - { offsetInCU: 0x671, offset: 0x10CE53, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC6encode2toys7Encoder_p_tKF', symObjAddr: 0x8B4, symBinAddr: 0xCEDAC, symSize: 0x168 } + - { offsetInCU: 0x6B0, offset: 0x10CE92, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xBE8, symBinAddr: 0xCF0D0, symSize: 0x2C } + - { offsetInCU: 0x6D3, offset: 0x10CEB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xC14, symBinAddr: 0xCF0FC, symSize: 0x20 } + - { offsetInCU: 0x7A6, offset: 0x10CF88, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCMa', symObjAddr: 0x894, symBinAddr: 0xCED8C, symSize: 0x20 } + - { offsetInCU: 0x7BA, offset: 0x10CF9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwet', symObjAddr: 0xA2C, symBinAddr: 0xCEF14, symSize: 0x90 } + - { offsetInCU: 0x7CE, offset: 0x10CFB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwst', symObjAddr: 0xABC, symBinAddr: 0xCEFA4, symSize: 0xBC } + - { offsetInCU: 0x7E2, offset: 0x10CFC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwug', symObjAddr: 0xB78, symBinAddr: 0xCF060, symSize: 0x8 } + - { offsetInCU: 0x7F6, offset: 0x10CFD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwup', symObjAddr: 0xB80, symBinAddr: 0xCF068, symSize: 0x4 } + - { offsetInCU: 0x80A, offset: 0x10CFEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwui', symObjAddr: 0xB84, symBinAddr: 0xCF06C, symSize: 0xC } + - { offsetInCU: 0x81E, offset: 0x10D000, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOMa', symObjAddr: 0xB90, symBinAddr: 0xCF078, symSize: 0x10 } + - { offsetInCU: 0x832, offset: 0x10D014, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASQWb', symObjAddr: 0xBA0, symBinAddr: 0xCF088, symSize: 0x4 } + - { offsetInCU: 0x846, offset: 0x10D028, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSQAAWl', symObjAddr: 0xBA4, symBinAddr: 0xCF08C, symSize: 0x44 } + - { offsetInCU: 0x85A, offset: 0x10D03C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC34, symBinAddr: 0xCF11C, symSize: 0x24 } + - { offsetInCU: 0x86E, offset: 0x10D050, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSeAAWl', symObjAddr: 0xC58, symBinAddr: 0xCF140, symSize: 0x44 } + - { offsetInCU: 0x8A7, offset: 0x10D089, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xC9C, symBinAddr: 0xCF184, symSize: 0x108 } + - { offsetInCU: 0xA0A, offset: 0x10D1EC, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xDA4, symBinAddr: 0xCF28C, symSize: 0x188 } + - { offsetInCU: 0xC24, offset: 0x10D406, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSYAAWl', symObjAddr: 0x1050, symBinAddr: 0xCF4F4, symSize: 0x44 } + - { offsetInCU: 0xC38, offset: 0x10D41A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs0D3KeyAAWl', symObjAddr: 0x10D4, symBinAddr: 0xCF538, symSize: 0x44 } + - { offsetInCU: 0xC4C, offset: 0x10D42E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSEAAWl', symObjAddr: 0x1118, symBinAddr: 0xCF57C, symSize: 0x44 } + - { offsetInCU: 0xC60, offset: 0x10D442, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGSayxGSEsSERzlWl', symObjAddr: 0x115C, symBinAddr: 0xCF5C0, symSize: 0x64 } + - { offsetInCU: 0xC74, offset: 0x10D456, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCACSEAAWl', symObjAddr: 0x1204, symBinAddr: 0xCF624, symSize: 0x48 } + - { offsetInCU: 0xC88, offset: 0x10D46A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwet', symObjAddr: 0x130C, symBinAddr: 0xCF66C, symSize: 0x90 } + - { offsetInCU: 0xC9C, offset: 0x10D47E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwst', symObjAddr: 0x139C, symBinAddr: 0xCF6FC, symSize: 0xBC } + - { offsetInCU: 0xCB0, offset: 0x10D492, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwug', symObjAddr: 0x1458, symBinAddr: 0xCF7B8, symSize: 0x8 } + - { offsetInCU: 0xCC4, offset: 0x10D4A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwup', symObjAddr: 0x1460, symBinAddr: 0xCF7C0, symSize: 0x4 } + - { offsetInCU: 0xCD8, offset: 0x10D4BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwui', symObjAddr: 0x1464, symBinAddr: 0xCF7C4, symSize: 0x8 } + - { offsetInCU: 0xCEC, offset: 0x10D4CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOMa', symObjAddr: 0x146C, symBinAddr: 0xCF7CC, symSize: 0x10 } + - { offsetInCU: 0xD00, offset: 0x10D4E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASQWb', symObjAddr: 0x147C, symBinAddr: 0xCF7DC, symSize: 0x4 } + - { offsetInCU: 0xD14, offset: 0x10D4F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFSQAAWl', symObjAddr: 0x1480, symBinAddr: 0xCF7E0, symSize: 0x44 } + - { offsetInCU: 0xD28, offset: 0x10D50A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x14C4, symBinAddr: 0xCF824, symSize: 0x4 } + - { offsetInCU: 0xD3C, offset: 0x10D51E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x14C8, symBinAddr: 0xCF828, symSize: 0x44 } + - { offsetInCU: 0xD50, offset: 0x10D532, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x150C, symBinAddr: 0xCF86C, symSize: 0x4 } + - { offsetInCU: 0xD64, offset: 0x10D546, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1510, symBinAddr: 0xCF870, symSize: 0x44 } + - { offsetInCU: 0xD98, offset: 0x10D57A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xCE4F8, symSize: 0x18 } + - { offsetInCU: 0xE29, offset: 0x10D60B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0xCE510, symSize: 0x50 } + - { offsetInCU: 0xF0A, offset: 0x10D6EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x68, symBinAddr: 0xCE560, symSize: 0x38 } + - { offsetInCU: 0xF91, offset: 0x10D773, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA0, symBinAddr: 0xCE598, symSize: 0x4C } + - { offsetInCU: 0x1046, offset: 0x10D828, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x158, symBinAddr: 0xCE650, symSize: 0x4C } + - { offsetInCU: 0x10B6, offset: 0x10D898, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6E0, symBinAddr: 0xCEBD8, symSize: 0xC } + - { offsetInCU: 0x10D2, offset: 0x10D8B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH9hashValueSivgTW', symObjAddr: 0x6EC, symBinAddr: 0xCEBE4, symSize: 0x8 } + - { offsetInCU: 0x10EE, offset: 0x10D8D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6F4, symBinAddr: 0xCEBEC, symSize: 0x8 } + - { offsetInCU: 0x110A, offset: 0x10D8EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6FC, symBinAddr: 0xCEBF4, symSize: 0x8 } + - { offsetInCU: 0x112C, offset: 0x10D90E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x818, symBinAddr: 0xCED10, symSize: 0x28 } + - { offsetInCU: 0x1148, offset: 0x10D92A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x840, symBinAddr: 0xCED38, symSize: 0x28 } + - { offsetInCU: 0x4F, offset: 0x10DBA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xCF8B4, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x10DBC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xCF8FC, symSize: 0x328 } + - { offsetInCU: 0xDC, offset: 0x10DC31, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x370, symBinAddr: 0xCFC24, symSize: 0x4D8 } + - { offsetInCU: 0x2FC, offset: 0x10DE51, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO8rawValueSSvg', symObjAddr: 0x848, symBinAddr: 0xD00FC, symSize: 0x18 } + - { offsetInCU: 0x335, offset: 0x10DE8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xA84, symBinAddr: 0xD0338, symSize: 0x18 } + - { offsetInCU: 0x363, offset: 0x10DEB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xA84, symBinAddr: 0xD0338, symSize: 0x18 } + - { offsetInCU: 0x3B5, offset: 0x10DF0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0xAC0, symBinAddr: 0xD0374, symSize: 0x64 } + - { offsetInCU: 0x41B, offset: 0x10DF70, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0xB24, symBinAddr: 0xD03D8, symSize: 0x28 } + - { offsetInCU: 0x437, offset: 0x10DF8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB4C, symBinAddr: 0xD0400, symSize: 0x8 } + - { offsetInCU: 0x46D, offset: 0x10DFC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB54, symBinAddr: 0xD0408, symSize: 0x68 } + - { offsetInCU: 0x4F2, offset: 0x10E047, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBBC, symBinAddr: 0xD0470, symSize: 0xC } + - { offsetInCU: 0x50E, offset: 0x10E063, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBC8, symBinAddr: 0xD047C, symSize: 0xC } + - { offsetInCU: 0x52C, offset: 0x10E081, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x860, symBinAddr: 0xD0114, symSize: 0x224 } + - { offsetInCU: 0x5A6, offset: 0x10E0FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfD', symObjAddr: 0xC48, symBinAddr: 0xD04FC, symSize: 0x3C } + - { offsetInCU: 0x67B, offset: 0x10E1D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfE', symObjAddr: 0xC24, symBinAddr: 0xD04D8, symSize: 0x24 } + - { offsetInCU: 0x6D3, offset: 0x10E228, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCMa', symObjAddr: 0xC84, symBinAddr: 0xD0538, symSize: 0x20 } + - { offsetInCU: 0x6E7, offset: 0x10E23C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs0C3KeyAAWl', symObjAddr: 0xD08, symBinAddr: 0xD0558, symSize: 0x44 } + - { offsetInCU: 0x6FB, offset: 0x10E250, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwet', symObjAddr: 0x10C0, symBinAddr: 0xD0600, symSize: 0x90 } + - { offsetInCU: 0x70F, offset: 0x10E264, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwst', symObjAddr: 0x1150, symBinAddr: 0xD0690, symSize: 0xBC } + - { offsetInCU: 0x723, offset: 0x10E278, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwug', symObjAddr: 0x120C, symBinAddr: 0xD074C, symSize: 0x8 } + - { offsetInCU: 0x737, offset: 0x10E28C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwup', symObjAddr: 0x1214, symBinAddr: 0xD0754, symSize: 0x4 } + - { offsetInCU: 0x74B, offset: 0x10E2A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwui', symObjAddr: 0x1218, symBinAddr: 0xD0758, symSize: 0x8 } + - { offsetInCU: 0x75F, offset: 0x10E2B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOMa', symObjAddr: 0x1220, symBinAddr: 0xD0760, symSize: 0x10 } + - { offsetInCU: 0x773, offset: 0x10E2C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASQWb', symObjAddr: 0x1230, symBinAddr: 0xD0770, symSize: 0x4 } + - { offsetInCU: 0x787, offset: 0x10E2DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFSQAAWl', symObjAddr: 0x1234, symBinAddr: 0xD0774, symSize: 0x44 } + - { offsetInCU: 0x79B, offset: 0x10E2F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1278, symBinAddr: 0xD07B8, symSize: 0x4 } + - { offsetInCU: 0x7AF, offset: 0x10E304, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x127C, symBinAddr: 0xD07BC, symSize: 0x44 } + - { offsetInCU: 0x7C3, offset: 0x10E318, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x12C0, symBinAddr: 0xD0800, symSize: 0x4 } + - { offsetInCU: 0x7D7, offset: 0x10E32C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x12C4, symBinAddr: 0xD0804, symSize: 0x44 } + - { offsetInCU: 0x83D, offset: 0x10E392, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA9C, symBinAddr: 0xD0350, symSize: 0xC } + - { offsetInCU: 0x859, offset: 0x10E3AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH9hashValueSivgTW', symObjAddr: 0xAA8, symBinAddr: 0xD035C, symSize: 0x8 } + - { offsetInCU: 0x875, offset: 0x10E3CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAB0, symBinAddr: 0xD0364, symSize: 0x8 } + - { offsetInCU: 0x891, offset: 0x10E3E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAB8, symBinAddr: 0xD036C, symSize: 0x8 } + - { offsetInCU: 0x8B3, offset: 0x10E408, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBD4, symBinAddr: 0xD0488, symSize: 0x28 } + - { offsetInCU: 0x8CF, offset: 0x10E424, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xBFC, symBinAddr: 0xD04B0, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x10E5F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xD0848, symSize: 0x78 } + - { offsetInCU: 0x5A, offset: 0x10E623, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xD0848, symSize: 0x78 } + - { offsetInCU: 0xCC, offset: 0x10E695, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfD', symObjAddr: 0x80, symBinAddr: 0xD08C8, symSize: 0x2C } + - { offsetInCU: 0x144, offset: 0x10E70D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xCC, symBinAddr: 0xD0914, symSize: 0xC } + - { offsetInCU: 0x176, offset: 0x10E73F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0xD8, symBinAddr: 0xD0920, symSize: 0x20 } + - { offsetInCU: 0x192, offset: 0x10E75B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xF8, symBinAddr: 0xD0940, symSize: 0x4 } + - { offsetInCU: 0x1AE, offset: 0x10E777, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xFC, symBinAddr: 0xD0944, symSize: 0x4 } + - { offsetInCU: 0x1CB, offset: 0x10E794, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfE', symObjAddr: 0x78, symBinAddr: 0xD08C0, symSize: 0x8 } + - { offsetInCU: 0x223, offset: 0x10E7EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCMa', symObjAddr: 0xAC, symBinAddr: 0xD08F4, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x10E991, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xD0948, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x10E9B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xD0990, symSize: 0xA08 } + - { offsetInCU: 0x1C9, offset: 0x10EB0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xA50, symBinAddr: 0xD1398, symSize: 0xF54 } + - { offsetInCU: 0x6B1, offset: 0x10EFF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x19A4, symBinAddr: 0xD22EC, symSize: 0x20 } + - { offsetInCU: 0x6EA, offset: 0x10F02C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E44, symBinAddr: 0xD278C, symSize: 0x20 } + - { offsetInCU: 0x718, offset: 0x10F05A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E44, symBinAddr: 0xD278C, symSize: 0x20 } + - { offsetInCU: 0x76C, offset: 0x10F0AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x1EA8, symBinAddr: 0xD27F0, symSize: 0x64 } + - { offsetInCU: 0x7D2, offset: 0x10F114, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1F0C, symBinAddr: 0xD2854, symSize: 0x28 } + - { offsetInCU: 0x7EE, offset: 0x10F130, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1F34, symBinAddr: 0xD287C, symSize: 0x8 } + - { offsetInCU: 0x824, offset: 0x10F166, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1F3C, symBinAddr: 0xD2884, symSize: 0x68 } + - { offsetInCU: 0x8A9, offset: 0x10F1EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1FA4, symBinAddr: 0xD28EC, symSize: 0xC } + - { offsetInCU: 0x8C5, offset: 0x10F207, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1FB0, symBinAddr: 0xD28F8, symSize: 0xC } + - { offsetInCU: 0x8EE, offset: 0x10F230, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x19C4, symBinAddr: 0xD230C, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0x10F269, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E64, symBinAddr: 0xD27AC, symSize: 0x20 } + - { offsetInCU: 0x955, offset: 0x10F297, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x1E64, symBinAddr: 0xD27AC, symSize: 0x20 } + - { offsetInCU: 0x98F, offset: 0x10F2D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x20A4, symBinAddr: 0xD29EC, symSize: 0x44 } + - { offsetInCU: 0x9D5, offset: 0x10F317, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x20E8, symBinAddr: 0xD2A30, symSize: 0x28 } + - { offsetInCU: 0x9F1, offset: 0x10F333, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2110, symBinAddr: 0xD2A58, symSize: 0x8 } + - { offsetInCU: 0xA27, offset: 0x10F369, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2118, symBinAddr: 0xD2A60, symSize: 0x3C } + - { offsetInCU: 0xA8C, offset: 0x10F3CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2154, symBinAddr: 0xD2A9C, symSize: 0xC } + - { offsetInCU: 0xAA8, offset: 0x10F3EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2160, symBinAddr: 0xD2AA8, symSize: 0xC } + - { offsetInCU: 0xAC4, offset: 0x10F406, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2B18, symBinAddr: 0xD3174, symSize: 0x50 } + - { offsetInCU: 0xAF1, offset: 0x10F433, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC6encode2toys7Encoder_p_tKF', symObjAddr: 0x19E4, symBinAddr: 0xD232C, symSize: 0x460 } + - { offsetInCU: 0xB64, offset: 0x10F4A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfd', symObjAddr: 0x2218, symBinAddr: 0xD2B60, symSize: 0x6C } + - { offsetInCU: 0xBAF, offset: 0x10F4F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfD', symObjAddr: 0x2284, symBinAddr: 0xD2BCC, symSize: 0x1C } + - { offsetInCU: 0xC50, offset: 0x10F592, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfE', symObjAddr: 0x21BC, symBinAddr: 0xD2B04, symSize: 0x5C } + - { offsetInCU: 0xCA8, offset: 0x10F5EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCMa', symObjAddr: 0x22A0, symBinAddr: 0xD2BE8, symSize: 0x20 } + - { offsetInCU: 0xCBC, offset: 0x10F5FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs0C3KeyAAWl', symObjAddr: 0x2324, symBinAddr: 0xD2C08, symSize: 0x44 } + - { offsetInCU: 0xCD0, offset: 0x10F612, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs9CodingKeyAAWl', symObjAddr: 0x23F0, symBinAddr: 0xD2C4C, symSize: 0x44 } + - { offsetInCU: 0xCE4, offset: 0x10F626, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x2698, symBinAddr: 0xD2CF4, symSize: 0x90 } + - { offsetInCU: 0xCF8, offset: 0x10F63A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x2728, symBinAddr: 0xD2D84, symSize: 0xBC } + - { offsetInCU: 0xD0C, offset: 0x10F64E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwug', symObjAddr: 0x27E4, symBinAddr: 0xD2E40, symSize: 0x8 } + - { offsetInCU: 0xD20, offset: 0x10F662, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x27EC, symBinAddr: 0xD2E48, symSize: 0x4 } + - { offsetInCU: 0xD34, offset: 0x10F676, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwui', symObjAddr: 0x27F0, symBinAddr: 0xD2E4C, symSize: 0x8 } + - { offsetInCU: 0xD48, offset: 0x10F68A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x27F8, symBinAddr: 0xD2E54, symSize: 0x10 } + - { offsetInCU: 0xD5C, offset: 0x10F69E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x2808, symBinAddr: 0xD2E64, symSize: 0x90 } + - { offsetInCU: 0xD70, offset: 0x10F6B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x2898, symBinAddr: 0xD2EF4, symSize: 0xBC } + - { offsetInCU: 0xD84, offset: 0x10F6C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x2954, symBinAddr: 0xD2FB0, symSize: 0x4 } + - { offsetInCU: 0xD98, offset: 0x10F6DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x2958, symBinAddr: 0xD2FB4, symSize: 0x10 } + - { offsetInCU: 0xDAC, offset: 0x10F6EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x2968, symBinAddr: 0xD2FC4, symSize: 0x4 } + - { offsetInCU: 0xDC0, offset: 0x10F702, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x296C, symBinAddr: 0xD2FC8, symSize: 0x44 } + - { offsetInCU: 0xDD4, offset: 0x10F716, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x29B0, symBinAddr: 0xD300C, symSize: 0x4 } + - { offsetInCU: 0xDE8, offset: 0x10F72A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x29B4, symBinAddr: 0xD3010, symSize: 0x44 } + - { offsetInCU: 0xDFC, offset: 0x10F73E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x29F8, symBinAddr: 0xD3054, symSize: 0x4 } + - { offsetInCU: 0xE10, offset: 0x10F752, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x29FC, symBinAddr: 0xD3058, symSize: 0x44 } + - { offsetInCU: 0xE24, offset: 0x10F766, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2A40, symBinAddr: 0xD309C, symSize: 0x4 } + - { offsetInCU: 0xE38, offset: 0x10F77A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2A44, symBinAddr: 0xD30A0, symSize: 0x44 } + - { offsetInCU: 0xE4C, offset: 0x10F78E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2A88, symBinAddr: 0xD30E4, symSize: 0x4 } + - { offsetInCU: 0xE60, offset: 0x10F7A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2A8C, symBinAddr: 0xD30E8, symSize: 0x44 } + - { offsetInCU: 0xE74, offset: 0x10F7B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2AD0, symBinAddr: 0xD312C, symSize: 0x4 } + - { offsetInCU: 0xE88, offset: 0x10F7CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2AD4, symBinAddr: 0xD3130, symSize: 0x44 } + - { offsetInCU: 0xEEE, offset: 0x10F830, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1E84, symBinAddr: 0xD27CC, symSize: 0xC } + - { offsetInCU: 0xF0A, offset: 0x10F84C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x1E90, symBinAddr: 0xD27D8, symSize: 0x8 } + - { offsetInCU: 0xF26, offset: 0x10F868, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E98, symBinAddr: 0xD27E0, symSize: 0x8 } + - { offsetInCU: 0xF42, offset: 0x10F884, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1EA0, symBinAddr: 0xD27E8, symSize: 0x8 } + - { offsetInCU: 0xF64, offset: 0x10F8A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1FBC, symBinAddr: 0xD2904, symSize: 0x28 } + - { offsetInCU: 0xF80, offset: 0x10F8C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1FE4, symBinAddr: 0xD292C, symSize: 0x28 } + - { offsetInCU: 0xF9C, offset: 0x10F8DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x200C, symBinAddr: 0xD2954, symSize: 0xC } + - { offsetInCU: 0xFF4, offset: 0x10F936, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x2018, symBinAddr: 0xD2960, symSize: 0x44 } + - { offsetInCU: 0x105C, offset: 0x10F99E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x205C, symBinAddr: 0xD29A4, symSize: 0x8 } + - { offsetInCU: 0x1070, offset: 0x10F9B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2064, symBinAddr: 0xD29AC, symSize: 0x40 } + - { offsetInCU: 0x10AC, offset: 0x10F9EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x216C, symBinAddr: 0xD2AB4, symSize: 0x28 } + - { offsetInCU: 0x10C8, offset: 0x10FA0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2194, symBinAddr: 0xD2ADC, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x10FC14, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xD31CC, symSize: 0x2C } + - { offsetInCU: 0x4B, offset: 0x10FC38, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvpZ', symObjAddr: 0x1490, symBinAddr: 0x1E6D60, symSize: 0x0 } + - { offsetInCU: 0x65, offset: 0x10FC52, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvgZ', symObjAddr: 0x7C0, symBinAddr: 0xD398C, symSize: 0x74 } + - { offsetInCU: 0x9D, offset: 0x10FC8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0OtcfC', symObjAddr: 0x834, symBinAddr: 0xD3A00, symSize: 0x20 } + - { offsetInCU: 0x116, offset: 0x10FD03, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvsZ', symObjAddr: 0x94C, symBinAddr: 0xD3AE4, symSize: 0x84 } + - { offsetInCU: 0x15E, offset: 0x10FD4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ', symObjAddr: 0xA30, symBinAddr: 0xD3B68, symSize: 0x6C } + - { offsetInCU: 0x196, offset: 0x10FD83, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ.resume.0', symObjAddr: 0xA9C, symBinAddr: 0xD3BD4, symSize: 0x4 } + - { offsetInCU: 0x1C1, offset: 0x10FDAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg', symObjAddr: 0xAA0, symBinAddr: 0xD3BD8, symSize: 0xC } + - { offsetInCU: 0x1EF, offset: 0x10FDDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs', symObjAddr: 0xAAC, symBinAddr: 0xD3BE4, symSize: 0xC } + - { offsetInCU: 0x22D, offset: 0x10FE1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM', symObjAddr: 0xAB8, symBinAddr: 0xD3BF0, symSize: 0x10 } + - { offsetInCU: 0x24B, offset: 0x10FE38, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM.resume.0', symObjAddr: 0xAC8, symBinAddr: 0xD3C00, symSize: 0x4 } + - { offsetInCU: 0x276, offset: 0x10FE63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg', symObjAddr: 0xACC, symBinAddr: 0xD3C04, symSize: 0xC } + - { offsetInCU: 0x2A4, offset: 0x10FE91, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs', symObjAddr: 0xAD8, symBinAddr: 0xD3C10, symSize: 0xC } + - { offsetInCU: 0x2DE, offset: 0x10FECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM', symObjAddr: 0xAE4, symBinAddr: 0xD3C1C, symSize: 0x10 } + - { offsetInCU: 0x30C, offset: 0x10FEF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM.resume.0', symObjAddr: 0xAF4, symBinAddr: 0xD3C2C, symSize: 0x4 } + - { offsetInCU: 0x337, offset: 0x10FF24, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg', symObjAddr: 0xAF8, symBinAddr: 0xD3C30, symSize: 0xC } + - { offsetInCU: 0x365, offset: 0x10FF52, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs', symObjAddr: 0xB40, symBinAddr: 0xD3C3C, symSize: 0x8 } + - { offsetInCU: 0x3A2, offset: 0x10FF8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM', symObjAddr: 0xB84, symBinAddr: 0xD3C44, symSize: 0x10 } + - { offsetInCU: 0x3D0, offset: 0x10FFBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM.resume.0', symObjAddr: 0xB94, symBinAddr: 0xD3C54, symSize: 0x4 } + - { offsetInCU: 0x3FB, offset: 0x10FFE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg', symObjAddr: 0xB98, symBinAddr: 0xD3C58, symSize: 0x8 } + - { offsetInCU: 0x429, offset: 0x110016, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs', symObjAddr: 0xBA0, symBinAddr: 0xD3C60, symSize: 0x28 } + - { offsetInCU: 0x468, offset: 0x110055, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM', symObjAddr: 0xBC8, symBinAddr: 0xD3C88, symSize: 0x10 } + - { offsetInCU: 0x496, offset: 0x110083, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM.resume.0', symObjAddr: 0xBD8, symBinAddr: 0xD3C98, symSize: 0x4 } + - { offsetInCU: 0x4C1, offset: 0x1100AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF', symObjAddr: 0xBDC, symBinAddr: 0xD3C9C, symSize: 0x150 } + - { offsetInCU: 0x725, offset: 0x110312, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ', symObjAddr: 0xD2C, symBinAddr: 0xD3DEC, symSize: 0x4 } + - { offsetInCU: 0x748, offset: 0x110335, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV9hashValueSivg', symObjAddr: 0xD30, symBinAddr: 0xD3DF0, symSize: 0x3C } + - { offsetInCU: 0x7D4, offset: 0x1103C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH9hashValueSivgTW', symObjAddr: 0xD6C, symBinAddr: 0xD3E2C, symSize: 0x3C } + - { offsetInCU: 0x863, offset: 0x110450, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDA8, symBinAddr: 0xD3E68, symSize: 0x4 } + - { offsetInCU: 0x886, offset: 0x110473, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDE4, symBinAddr: 0xD3EA4, symSize: 0x4 } + - { offsetInCU: 0x8A6, offset: 0x110493, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDE4, symBinAddr: 0xD3EA4, symSize: 0x4 } + - { offsetInCU: 0x8B7, offset: 0x1104A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0xE84, symBinAddr: 0xD3EF0, symSize: 0x160 } + - { offsetInCU: 0x1109, offset: 0x110CF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6shared_WZ', symObjAddr: 0x854, symBinAddr: 0xD3A20, symSize: 0x88 } + - { offsetInCU: 0x11B9, offset: 0x110DA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOb', symObjAddr: 0x910, symBinAddr: 0xD3AA8, symSize: 0x3C } + - { offsetInCU: 0x1285, offset: 0x110E72, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0xE3C, symBinAddr: 0xD3EA8, symSize: 0x48 } + - { offsetInCU: 0x12BE, offset: 0x110EAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASQWb', symObjAddr: 0xFE4, symBinAddr: 0xD4050, symSize: 0x4 } + - { offsetInCU: 0x12D2, offset: 0x110EBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVACSQAAWl', symObjAddr: 0xFE8, symBinAddr: 0xD4054, symSize: 0x44 } + - { offsetInCU: 0x12E6, offset: 0x110ED3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwCP', symObjAddr: 0x102C, symBinAddr: 0xD4098, symSize: 0x30 } + - { offsetInCU: 0x12FA, offset: 0x110EE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwxx', symObjAddr: 0x105C, symBinAddr: 0xD40C8, symSize: 0x3C } + - { offsetInCU: 0x130E, offset: 0x110EFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwcp', symObjAddr: 0x1098, symBinAddr: 0xD4104, symSize: 0xB0 } + - { offsetInCU: 0x1322, offset: 0x110F0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwca', symObjAddr: 0x1148, symBinAddr: 0xD41B4, symSize: 0xEC } + - { offsetInCU: 0x1336, offset: 0x110F23, size: 0x8, addend: 0x0, symName: ___swift_memcpy104_8, symObjAddr: 0x1268, symBinAddr: 0xD42A0, symSize: 0x2C } + - { offsetInCU: 0x134A, offset: 0x110F37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwta', symObjAddr: 0x1294, symBinAddr: 0xD42CC, symSize: 0x84 } + - { offsetInCU: 0x135E, offset: 0x110F4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwet', symObjAddr: 0x1318, symBinAddr: 0xD4350, symSize: 0x48 } + - { offsetInCU: 0x1372, offset: 0x110F5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwst', symObjAddr: 0x1360, symBinAddr: 0xD4398, symSize: 0x58 } + - { offsetInCU: 0x1386, offset: 0x110F73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVMa', symObjAddr: 0x13B8, symBinAddr: 0xD43F0, symSize: 0x10 } + - { offsetInCU: 0x13AB, offset: 0x110F98, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xD31CC, symSize: 0x2C } + - { offsetInCU: 0x140E, offset: 0x110FFB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x2C, symBinAddr: 0xD31F8, symSize: 0x2C } + - { offsetInCU: 0x1471, offset: 0x11105E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x58, symBinAddr: 0xD3224, symSize: 0x2C } + - { offsetInCU: 0x14D4, offset: 0x1110C1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x84, symBinAddr: 0xD3250, symSize: 0x40 } + - { offsetInCU: 0x1539, offset: 0x111126, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0xC4, symBinAddr: 0xD3290, symSize: 0x40 } + - { offsetInCU: 0x159E, offset: 0x11118B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x104, symBinAddr: 0xD32D0, symSize: 0x2C } + - { offsetInCU: 0x1601, offset: 0x1111EE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x130, symBinAddr: 0xD32FC, symSize: 0x2C } + - { offsetInCU: 0x1664, offset: 0x111251, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x15C, symBinAddr: 0xD3328, symSize: 0x40 } + - { offsetInCU: 0x16C9, offset: 0x1112B6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x19C, symBinAddr: 0xD3368, symSize: 0x2C } + - { offsetInCU: 0x172C, offset: 0x111319, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1C8, symBinAddr: 0xD3394, symSize: 0x40 } + - { offsetInCU: 0x175D, offset: 0x11134A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x208, symBinAddr: 0xD33D4, symSize: 0x40 } + - { offsetInCU: 0x17C2, offset: 0x1113AF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x248, symBinAddr: 0xD3414, symSize: 0x2C } + - { offsetInCU: 0x1825, offset: 0x111412, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x274, symBinAddr: 0xD3440, symSize: 0x40 } + - { offsetInCU: 0x188A, offset: 0x111477, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x2B4, symBinAddr: 0xD3480, symSize: 0x40 } + - { offsetInCU: 0x18EF, offset: 0x1114DC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x2F4, symBinAddr: 0xD34C0, symSize: 0x40 } + - { offsetInCU: 0x1954, offset: 0x111541, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x334, symBinAddr: 0xD3500, symSize: 0x2C } + - { offsetInCU: 0x19B7, offset: 0x1115A4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x360, symBinAddr: 0xD352C, symSize: 0x94 } + - { offsetInCU: 0x19FD, offset: 0x1115EA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x3F4, symBinAddr: 0xD35C0, symSize: 0x40 } + - { offsetInCU: 0x1A62, offset: 0x11164F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x434, symBinAddr: 0xD3600, symSize: 0x2C } + - { offsetInCU: 0x1AC5, offset: 0x1116B2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x460, symBinAddr: 0xD362C, symSize: 0x6C } + - { offsetInCU: 0x1AF6, offset: 0x1116E3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x4CC, symBinAddr: 0xD3698, symSize: 0x2C } + - { offsetInCU: 0x1B59, offset: 0x111746, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x4F8, symBinAddr: 0xD36C4, symSize: 0x2C } + - { offsetInCU: 0x1BBC, offset: 0x1117A9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x524, symBinAddr: 0xD36F0, symSize: 0x2C } + - { offsetInCU: 0x1BED, offset: 0x1117DA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x550, symBinAddr: 0xD371C, symSize: 0x40 } + - { offsetInCU: 0x1C52, offset: 0x11183F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x590, symBinAddr: 0xD375C, symSize: 0x2C } + - { offsetInCU: 0x1CB5, offset: 0x1118A2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0x5BC, symBinAddr: 0xD3788, symSize: 0x40 } + - { offsetInCU: 0x1D1A, offset: 0x111907, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x5FC, symBinAddr: 0xD37C8, symSize: 0x2C } + - { offsetInCU: 0x1D7D, offset: 0x11196A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC0G8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x628, symBinAddr: 0xD37F4, symSize: 0x2C } + - { offsetInCU: 0x1DAE, offset: 0x11199B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x654, symBinAddr: 0xD3820, symSize: 0x2C } + - { offsetInCU: 0x1E11, offset: 0x1119FE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x680, symBinAddr: 0xD384C, symSize: 0x2C } + - { offsetInCU: 0x1E42, offset: 0x111A2F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0x6AC, symBinAddr: 0xD3878, symSize: 0x2C } + - { offsetInCU: 0x1E73, offset: 0x111A60, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x6D8, symBinAddr: 0xD38A4, symSize: 0x2C } + - { offsetInCU: 0x1EA4, offset: 0x111A91, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x704, symBinAddr: 0xD38D0, symSize: 0x2C } + - { offsetInCU: 0x1F07, offset: 0x111AF4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x730, symBinAddr: 0xD38FC, symSize: 0x2C } + - { offsetInCU: 0x1F6A, offset: 0x111B57, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x75C, symBinAddr: 0xD3928, symSize: 0x28 } + - { offsetInCU: 0x1F9B, offset: 0x111B88, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0x784, symBinAddr: 0xD3950, symSize: 0x3C } + - { offsetInCU: 0x209C, offset: 0x111C89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDAC, symBinAddr: 0xD3E6C, symSize: 0x38 } + - { offsetInCU: 0x20F8, offset: 0x111CE5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x13C8, symBinAddr: 0xD4400, symSize: 0x14 } + - { offsetInCU: 0x2118, offset: 0x111D05, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x13C8, symBinAddr: 0xD4400, symSize: 0x14 } + - { offsetInCU: 0x2129, offset: 0x111D16, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x13DC, symBinAddr: 0xD4414, symSize: 0xC } + - { offsetInCU: 0x2149, offset: 0x111D36, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x13DC, symBinAddr: 0xD4414, symSize: 0xC } + - { offsetInCU: 0x215A, offset: 0x111D47, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x13E8, symBinAddr: 0xD4420, symSize: 0xC } + - { offsetInCU: 0x217A, offset: 0x111D67, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x13E8, symBinAddr: 0xD4420, symSize: 0xC } + - { offsetInCU: 0x218B, offset: 0x111D78, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x13F4, symBinAddr: 0xD442C, symSize: 0xC } + - { offsetInCU: 0x21AB, offset: 0x111D98, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x13F4, symBinAddr: 0xD442C, symSize: 0xC } + - { offsetInCU: 0x21BC, offset: 0x111DA9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x1400, symBinAddr: 0xD4438, symSize: 0x14 } + - { offsetInCU: 0x21DC, offset: 0x111DC9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x1400, symBinAddr: 0xD4438, symSize: 0x14 } + - { offsetInCU: 0x21ED, offset: 0x111DDA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1414, symBinAddr: 0xD444C, symSize: 0x14 } + - { offsetInCU: 0x220D, offset: 0x111DFA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1414, symBinAddr: 0xD444C, symSize: 0x14 } + - { offsetInCU: 0x221E, offset: 0x111E0B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1428, symBinAddr: 0xD4460, symSize: 0xC } + - { offsetInCU: 0x223E, offset: 0x111E2B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1428, symBinAddr: 0xD4460, symSize: 0xC } + - { offsetInCU: 0x224F, offset: 0x111E3C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1434, symBinAddr: 0xD446C, symSize: 0xC } + - { offsetInCU: 0x226F, offset: 0x111E5C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1434, symBinAddr: 0xD446C, symSize: 0xC } + - { offsetInCU: 0x2280, offset: 0x111E6D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1440, symBinAddr: 0xD4478, symSize: 0xC } + - { offsetInCU: 0x22A0, offset: 0x111E8D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1440, symBinAddr: 0xD4478, symSize: 0xC } + - { offsetInCU: 0x22B1, offset: 0x111E9E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x144C, symBinAddr: 0xD4484, symSize: 0x14 } + - { offsetInCU: 0x22D1, offset: 0x111EBE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x144C, symBinAddr: 0xD4484, symSize: 0x14 } + - { offsetInCU: 0x22E2, offset: 0x111ECF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x1460, symBinAddr: 0xD4498, symSize: 0xC } + - { offsetInCU: 0x2302, offset: 0x111EEF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x1460, symBinAddr: 0xD4498, symSize: 0xC } + - { offsetInCU: 0x2313, offset: 0x111F00, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x146C, symBinAddr: 0xD44A4, symSize: 0xC } + - { offsetInCU: 0x2333, offset: 0x111F20, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x146C, symBinAddr: 0xD44A4, symSize: 0xC } + - { offsetInCU: 0x2344, offset: 0x111F31, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1478, symBinAddr: 0xD44B0, symSize: 0x10 } + - { offsetInCU: 0x2364, offset: 0x111F51, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1478, symBinAddr: 0xD44B0, symSize: 0x10 } + - { offsetInCU: 0x7F, offset: 0x1121D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xD4584, symSize: 0x18 } + - { offsetInCU: 0xB0, offset: 0x11220A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0xD459C, symSize: 0xC } + - { offsetInCU: 0xD9, offset: 0x112233, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0xD4650, symSize: 0x48 } + - { offsetInCU: 0xFE, offset: 0x112258, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0xD4698, symSize: 0x2E8 } + - { offsetInCU: 0x166, offset: 0x1122C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4BC, symBinAddr: 0xD4980, symSize: 0x3AC } + - { offsetInCU: 0x2FC, offset: 0x112456, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO8rawValueSSvg', symObjAddr: 0x868, symBinAddr: 0xD4D2C, symSize: 0x18 } + - { offsetInCU: 0x335, offset: 0x11248F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xA68, symBinAddr: 0xD4F2C, symSize: 0x18 } + - { offsetInCU: 0x363, offset: 0x1124BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xA68, symBinAddr: 0xD4F2C, symSize: 0x18 } + - { offsetInCU: 0x3B5, offset: 0x11250F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xAA4, symBinAddr: 0xD4F68, symSize: 0x64 } + - { offsetInCU: 0x41B, offset: 0x112575, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xB08, symBinAddr: 0xD4FCC, symSize: 0x28 } + - { offsetInCU: 0x437, offset: 0x112591, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB30, symBinAddr: 0xD4FF4, symSize: 0x8 } + - { offsetInCU: 0x46D, offset: 0x1125C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB38, symBinAddr: 0xD4FFC, symSize: 0x68 } + - { offsetInCU: 0x4F2, offset: 0x11264C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBA0, symBinAddr: 0xD5064, symSize: 0xC } + - { offsetInCU: 0x50E, offset: 0x112668, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBAC, symBinAddr: 0xD5070, symSize: 0xC } + - { offsetInCU: 0x52C, offset: 0x112686, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x880, symBinAddr: 0xD4D44, symSize: 0x1E8 } + - { offsetInCU: 0x5A6, offset: 0x112700, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfD', symObjAddr: 0xC24, symBinAddr: 0xD50E8, symSize: 0x34 } + - { offsetInCU: 0x616, offset: 0x112770, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCEC, symBinAddr: 0xD51A0, symSize: 0xC } + - { offsetInCU: 0x6BC, offset: 0x112816, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfE', symObjAddr: 0xC08, symBinAddr: 0xD50CC, symSize: 0x1C } + - { offsetInCU: 0x714, offset: 0x11286E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCMa', symObjAddr: 0xC58, symBinAddr: 0xD511C, symSize: 0x20 } + - { offsetInCU: 0x728, offset: 0x112882, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOwup', symObjAddr: 0xC90, symBinAddr: 0xD5144, symSize: 0x4 } + - { offsetInCU: 0x73C, offset: 0x112896, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOMa', symObjAddr: 0xC94, symBinAddr: 0xD5148, symSize: 0x10 } + - { offsetInCU: 0x750, offset: 0x1128AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASQWb', symObjAddr: 0xCA4, symBinAddr: 0xD5158, symSize: 0x4 } + - { offsetInCU: 0x764, offset: 0x1128BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSQAAWl', symObjAddr: 0xCA8, symBinAddr: 0xD515C, symSize: 0x44 } + - { offsetInCU: 0x778, offset: 0x1128D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSYAAWl', symObjAddr: 0xCF8, symBinAddr: 0xD51AC, symSize: 0x44 } + - { offsetInCU: 0x78C, offset: 0x1128E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs0C3KeyAAWl', symObjAddr: 0xDA0, symBinAddr: 0xD51F0, symSize: 0x44 } + - { offsetInCU: 0x7A0, offset: 0x1128FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSEAAWl', symObjAddr: 0xEB0, symBinAddr: 0xD5234, symSize: 0x44 } + - { offsetInCU: 0x7B4, offset: 0x11290E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSeAAWl', symObjAddr: 0x1000, symBinAddr: 0xD52DC, symSize: 0x44 } + - { offsetInCU: 0x7C8, offset: 0x112922, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwug', symObjAddr: 0x129C, symBinAddr: 0xD5474, symSize: 0x8 } + - { offsetInCU: 0x7DC, offset: 0x112936, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwup', symObjAddr: 0x12A4, symBinAddr: 0xD547C, symSize: 0x4 } + - { offsetInCU: 0x7F0, offset: 0x11294A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwui', symObjAddr: 0x12A8, symBinAddr: 0xD5480, symSize: 0x8 } + - { offsetInCU: 0x804, offset: 0x11295E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOMa', symObjAddr: 0x12B0, symBinAddr: 0xD5488, symSize: 0x10 } + - { offsetInCU: 0x818, offset: 0x112972, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASQWb', symObjAddr: 0x12C0, symBinAddr: 0xD5498, symSize: 0x4 } + - { offsetInCU: 0x82C, offset: 0x112986, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFSQAAWl', symObjAddr: 0x12C4, symBinAddr: 0xD549C, symSize: 0x44 } + - { offsetInCU: 0x840, offset: 0x11299A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1308, symBinAddr: 0xD54E0, symSize: 0x4 } + - { offsetInCU: 0x854, offset: 0x1129AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x130C, symBinAddr: 0xD54E4, symSize: 0x44 } + - { offsetInCU: 0x868, offset: 0x1129C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1350, symBinAddr: 0xD5528, symSize: 0x4 } + - { offsetInCU: 0x87C, offset: 0x1129D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1354, symBinAddr: 0xD552C, symSize: 0x44 } + - { offsetInCU: 0x8B0, offset: 0x112A0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xD44C4, symSize: 0x14 } + - { offsetInCU: 0x941, offset: 0x112A9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xD44D8, symSize: 0x44 } + - { offsetInCU: 0x9F0, offset: 0x112B4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xD451C, symSize: 0x28 } + - { offsetInCU: 0xA43, offset: 0x112B9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xD4544, symSize: 0x40 } + - { offsetInCU: 0xAC6, offset: 0x112C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0xD45A8, symSize: 0x5C } + - { offsetInCU: 0xAE9, offset: 0x112C43, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xD4604, symSize: 0x4C } + - { offsetInCU: 0xB4D, offset: 0x112CA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA80, symBinAddr: 0xD4F44, symSize: 0xC } + - { offsetInCU: 0xB69, offset: 0x112CC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0xA8C, symBinAddr: 0xD4F50, symSize: 0x8 } + - { offsetInCU: 0xB85, offset: 0x112CDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA94, symBinAddr: 0xD4F58, symSize: 0x8 } + - { offsetInCU: 0xBA1, offset: 0x112CFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA9C, symBinAddr: 0xD4F60, symSize: 0x8 } + - { offsetInCU: 0xBC3, offset: 0x112D1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBB8, symBinAddr: 0xD507C, symSize: 0x28 } + - { offsetInCU: 0xBDF, offset: 0x112D39, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xBE0, symBinAddr: 0xD50A4, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x112F05, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x30, symBinAddr: 0xD5578, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x112F1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x30, symBinAddr: 0xD5578, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x112F31, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwet', symObjAddr: 0x70, symBinAddr: 0xD55A8, symSize: 0x20 } + - { offsetInCU: 0x67, offset: 0x112F45, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwst', symObjAddr: 0x90, symBinAddr: 0xD55C8, symSize: 0x2C } + - { offsetInCU: 0x7B, offset: 0x112F59, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwug', symObjAddr: 0xBC, symBinAddr: 0xD55F4, symSize: 0x8 } + - { offsetInCU: 0x8F, offset: 0x112F6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwup', symObjAddr: 0xC4, symBinAddr: 0xD55FC, symSize: 0x4 } + - { offsetInCU: 0xA3, offset: 0x112F81, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwui', symObjAddr: 0xC8, symBinAddr: 0xD5600, symSize: 0x4 } + - { offsetInCU: 0xB7, offset: 0x112F95, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOMa', symObjAddr: 0xCC, symBinAddr: 0xD5604, symSize: 0x10 } + - { offsetInCU: 0xDC, offset: 0x112FBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0xDC, symBinAddr: 0xD5614, symSize: 0x4 } + - { offsetInCU: 0xF8, offset: 0x112FD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0xE0, symBinAddr: 0xD5618, symSize: 0x4 } + - { offsetInCU: 0x114, offset: 0x112FF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0xE4, symBinAddr: 0xD561C, symSize: 0x4 } + - { offsetInCU: 0x130, offset: 0x11300E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE8, symBinAddr: 0xD5620, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x113162, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8, symBinAddr: 0xD5624, symSize: 0xC4 } + - { offsetInCU: 0x81, offset: 0x1131BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8, symBinAddr: 0xD5624, symSize: 0xC4 } + - { offsetInCU: 0x1AF, offset: 0x1132EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xCC, symBinAddr: 0xD56E8, symSize: 0xC4 } + - { offsetInCU: 0x2D0, offset: 0x11340B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x190, symBinAddr: 0xD57AC, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x113427, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x198, symBinAddr: 0xD57B4, symSize: 0x8 } + - { offsetInCU: 0x308, offset: 0x113443, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOc', symObjAddr: 0x1A0, symBinAddr: 0xD57BC, symSize: 0x44 } + - { offsetInCU: 0x31C, offset: 0x113457, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x228, symBinAddr: 0xD5800, symSize: 0xC } + - { offsetInCU: 0x338, offset: 0x113473, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x234, symBinAddr: 0xD580C, symSize: 0x8 } + - { offsetInCU: 0x354, offset: 0x11348F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x23C, symBinAddr: 0xD5814, symSize: 0xC } + - { offsetInCU: 0x370, offset: 0x1134AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x248, symBinAddr: 0xD5820, symSize: 0x8 } + - { offsetInCU: 0x38C, offset: 0x1134C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x250, symBinAddr: 0xD5828, symSize: 0xC } + - { offsetInCU: 0x3A8, offset: 0x1134E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x25C, symBinAddr: 0xD5834, symSize: 0x8 } + - { offsetInCU: 0x3C4, offset: 0x1134FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x264, symBinAddr: 0xD583C, symSize: 0xC } + - { offsetInCU: 0x3E0, offset: 0x11351B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x270, symBinAddr: 0xD5848, symSize: 0x8 } + - { offsetInCU: 0x3FC, offset: 0x113537, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x278, symBinAddr: 0xD5850, symSize: 0xC } + - { offsetInCU: 0x418, offset: 0x113553, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x284, symBinAddr: 0xD585C, symSize: 0x8 } + - { offsetInCU: 0x434, offset: 0x11356F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xD5864, symSize: 0x8 } + - { offsetInCU: 0x450, offset: 0x11358B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x294, symBinAddr: 0xD586C, symSize: 0xC } + - { offsetInCU: 0x46C, offset: 0x1135A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2A0, symBinAddr: 0xD5878, symSize: 0x8 } + - { offsetInCU: 0x488, offset: 0x1135C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A8, symBinAddr: 0xD5880, symSize: 0xC } + - { offsetInCU: 0x4A4, offset: 0x1135DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2B4, symBinAddr: 0xD588C, symSize: 0x8 } + - { offsetInCU: 0x4C0, offset: 0x1135FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2BC, symBinAddr: 0xD5894, symSize: 0xC } + - { offsetInCU: 0x4DC, offset: 0x113617, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2C8, symBinAddr: 0xD58A0, symSize: 0x8 } + - { offsetInCU: 0x4F8, offset: 0x113633, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2D0, symBinAddr: 0xD58A8, symSize: 0xC } + - { offsetInCU: 0x514, offset: 0x11364F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2DC, symBinAddr: 0xD58B4, symSize: 0x8 } + - { offsetInCU: 0x530, offset: 0x11366B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2E4, symBinAddr: 0xD58BC, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x113687, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0xD58C8, symSize: 0x8 } + - { offsetInCU: 0x568, offset: 0x1136A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2F8, symBinAddr: 0xD58D0, symSize: 0xC } + - { offsetInCU: 0x584, offset: 0x1136BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x304, symBinAddr: 0xD58DC, symSize: 0x8 } + - { offsetInCU: 0x43, offset: 0x1138EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg', symObjAddr: 0x0, symBinAddr: 0xD58E4, symSize: 0x8 } + - { offsetInCU: 0x61, offset: 0x11390C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8, symBinAddr: 0xD58EC, symSize: 0x144 } + - { offsetInCU: 0xC8, offset: 0x113973, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x198, symBinAddr: 0xD5A30, symSize: 0x90 } + - { offsetInCU: 0xF7, offset: 0x1139A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x228, symBinAddr: 0xD5AC0, symSize: 0x14 } + - { offsetInCU: 0x15C, offset: 0x113A07, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x23C, symBinAddr: 0xD5AD4, symSize: 0x90 } + - { offsetInCU: 0x1F1, offset: 0x113A9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueACyp_tKcfC', symObjAddr: 0x2CC, symBinAddr: 0xD5B64, symSize: 0x13C } + - { offsetInCU: 0x315, offset: 0x113BC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x408, symBinAddr: 0xD5CA0, symSize: 0x22C } + - { offsetInCU: 0x3F7, offset: 0x113CA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x758, symBinAddr: 0xD5F6C, symSize: 0x10C } + - { offsetInCU: 0x455, offset: 0x113D00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO11stringValueSSvg', symObjAddr: 0x864, symBinAddr: 0xD6078, symSize: 0x14 } + - { offsetInCU: 0x496, offset: 0x113D41, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x89C, symBinAddr: 0xD60B0, symSize: 0x70 } + - { offsetInCU: 0x4CA, offset: 0x113D75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x90C, symBinAddr: 0xD6120, symSize: 0x28 } + - { offsetInCU: 0x4E6, offset: 0x113D91, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x934, symBinAddr: 0xD6148, symSize: 0x8 } + - { offsetInCU: 0x51C, offset: 0x113DC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x93C, symBinAddr: 0xD6150, symSize: 0x74 } + - { offsetInCU: 0x567, offset: 0x113E12, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x9B0, symBinAddr: 0xD61C4, symSize: 0xC } + - { offsetInCU: 0x583, offset: 0x113E2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x9BC, symBinAddr: 0xD61D0, symSize: 0xC } + - { offsetInCU: 0x5A1, offset: 0x113E4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF', symObjAddr: 0xA18, symBinAddr: 0xD622C, symSize: 0x44 } + - { offsetInCU: 0x5FE, offset: 0x113EA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ', symObjAddr: 0xA5C, symBinAddr: 0xD6270, symSize: 0x2C } + - { offsetInCU: 0x646, offset: 0x113EF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV9hashValueSivg', symObjAddr: 0xA88, symBinAddr: 0xD629C, symSize: 0x60 } + - { offsetInCU: 0x714, offset: 0x113FBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xAE8, symBinAddr: 0xD62FC, symSize: 0x14 } + - { offsetInCU: 0x737, offset: 0x113FE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xAFC, symBinAddr: 0xD6310, symSize: 0x14 } + - { offsetInCU: 0x75A, offset: 0x114005, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH9hashValueSivgTW', symObjAddr: 0xB10, symBinAddr: 0xD6324, symSize: 0x4 } + - { offsetInCU: 0x776, offset: 0x114021, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB14, symBinAddr: 0xD6328, symSize: 0x44 } + - { offsetInCU: 0x801, offset: 0x1140AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBB4, symBinAddr: 0xD63C8, symSize: 0x2C } + - { offsetInCU: 0x821, offset: 0x1140CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBB4, symBinAddr: 0xD63C8, symSize: 0x2C } + - { offsetInCU: 0x833, offset: 0x1140DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs0C3KeyAAWl', symObjAddr: 0x674, symBinAddr: 0xD5ECC, symSize: 0x44 } + - { offsetInCU: 0x847, offset: 0x1140F2, size: 0x8, addend: 0x0, symName: '_$sSaySdGSayxGSesSeRzlWl', symObjAddr: 0x6B8, symBinAddr: 0xD5F10, symSize: 0x5C } + - { offsetInCU: 0x87C, offset: 0x114127, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV5valueACyp_tKcfC', symObjAddr: 0xBE0, symBinAddr: 0xD63F4, symSize: 0x3F8 } + - { offsetInCU: 0xAC1, offset: 0x11436C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0xFD8, symBinAddr: 0xD67EC, symSize: 0x1AC } + - { offsetInCU: 0xB1C, offset: 0x1143C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1184, symBinAddr: 0xD6998, symSize: 0xFC } + - { offsetInCU: 0xB67, offset: 0x114412, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASQWb', symObjAddr: 0x1280, symBinAddr: 0xD6A94, symSize: 0x4 } + - { offsetInCU: 0xB7B, offset: 0x114426, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSQAAWl', symObjAddr: 0x1284, symBinAddr: 0xD6A98, symSize: 0x44 } + - { offsetInCU: 0xB8F, offset: 0x11443A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x12C8, symBinAddr: 0xD6ADC, symSize: 0x14 } + - { offsetInCU: 0xBB2, offset: 0x11445D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x12DC, symBinAddr: 0xD6AF0, symSize: 0x14 } + - { offsetInCU: 0xBD5, offset: 0x114480, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwet', symObjAddr: 0x1300, symBinAddr: 0xD6B04, symSize: 0x20 } + - { offsetInCU: 0xBE9, offset: 0x114494, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwst', symObjAddr: 0x1320, symBinAddr: 0xD6B24, symSize: 0x28 } + - { offsetInCU: 0xBFD, offset: 0x1144A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVMa', symObjAddr: 0x1348, symBinAddr: 0xD6B4C, symSize: 0x10 } + - { offsetInCU: 0xC11, offset: 0x1144BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwet', symObjAddr: 0x1364, symBinAddr: 0xD6B5C, symSize: 0x90 } + - { offsetInCU: 0xC25, offset: 0x1144D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwst', symObjAddr: 0x13F4, symBinAddr: 0xD6BEC, symSize: 0xBC } + - { offsetInCU: 0xC39, offset: 0x1144E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwug', symObjAddr: 0x14B0, symBinAddr: 0xD6CA8, symSize: 0x8 } + - { offsetInCU: 0xC4D, offset: 0x1144F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwup', symObjAddr: 0x14B8, symBinAddr: 0xD6CB0, symSize: 0x4 } + - { offsetInCU: 0xC61, offset: 0x11450C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwui', symObjAddr: 0x14BC, symBinAddr: 0xD6CB4, symSize: 0xC } + - { offsetInCU: 0xC75, offset: 0x114520, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOMa', symObjAddr: 0x14C8, symBinAddr: 0xD6CC0, symSize: 0x10 } + - { offsetInCU: 0xC89, offset: 0x114534, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASQWb', symObjAddr: 0x14D8, symBinAddr: 0xD6CD0, symSize: 0x4 } + - { offsetInCU: 0xC9D, offset: 0x114548, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFSQAAWl', symObjAddr: 0x14DC, symBinAddr: 0xD6CD4, symSize: 0x44 } + - { offsetInCU: 0xCB1, offset: 0x11455C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1520, symBinAddr: 0xD6D18, symSize: 0x4 } + - { offsetInCU: 0xCC5, offset: 0x114570, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1524, symBinAddr: 0xD6D1C, symSize: 0x44 } + - { offsetInCU: 0xCD9, offset: 0x114584, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1568, symBinAddr: 0xD6D60, symSize: 0x4 } + - { offsetInCU: 0xCED, offset: 0x114598, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x156C, symBinAddr: 0xD6D64, symSize: 0x44 } + - { offsetInCU: 0xD43, offset: 0x1145EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV5valueACyp_tKcfC', symObjAddr: 0x15B0, symBinAddr: 0xD6DA8, symSize: 0x174 } + - { offsetInCU: 0x115A, offset: 0x114A05, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE7rotated_4axisAB12CoreGraphics7CGFloatV_AbCE4AxisOtF', symObjAddr: 0x1724, symBinAddr: 0xD6F1C, symSize: 0xD4 } + - { offsetInCU: 0x12DA, offset: 0x114B85, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE13makeTransform6anchor8position5scale9rotationX0H1Y0H1Z4skew0I4AxisABSo7CGPointV_ANSo6CGSizeV12CoreGraphics7CGFloatVA3SSgATtFZTf4nnnnnnnnd_n', symObjAddr: 0x17F8, symBinAddr: 0xD6FF0, symSize: 0x460 } + - { offsetInCU: 0x1598, offset: 0x114E43, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x878, symBinAddr: 0xD608C, symSize: 0xC } + - { offsetInCU: 0x15B4, offset: 0x114E5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH9hashValueSivgTW', symObjAddr: 0x884, symBinAddr: 0xD6098, symSize: 0x8 } + - { offsetInCU: 0x15D0, offset: 0x114E7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x88C, symBinAddr: 0xD60A0, symSize: 0x8 } + - { offsetInCU: 0x15EC, offset: 0x114E97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x894, symBinAddr: 0xD60A8, symSize: 0x8 } + - { offsetInCU: 0x160E, offset: 0x114EB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x9C8, symBinAddr: 0xD61DC, symSize: 0x28 } + - { offsetInCU: 0x162A, offset: 0x114ED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x9F0, symBinAddr: 0xD6204, symSize: 0x28 } + - { offsetInCU: 0x1673, offset: 0x114F1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB58, symBinAddr: 0xD636C, symSize: 0x5C } + - { offsetInCU: 0xED, offset: 0x115306, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF', symObjAddr: 0x330, symBinAddr: 0xD77A4, symSize: 0x32C } + - { offsetInCU: 0x36D, offset: 0x115586, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ', symObjAddr: 0x65C, symBinAddr: 0xD7AD0, symSize: 0x4 } + - { offsetInCU: 0x381, offset: 0x11559A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x678, symBinAddr: 0xD7AEC, symSize: 0x4 } + - { offsetInCU: 0x3A4, offset: 0x1155BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x688, symBinAddr: 0xD7AFC, symSize: 0x4 } + - { offsetInCU: 0x3C4, offset: 0x1155DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x688, symBinAddr: 0xD7AFC, symSize: 0x4 } + - { offsetInCU: 0x3E4, offset: 0x1155FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0xDA8, symBinAddr: 0xD821C, symSize: 0x868 } + - { offsetInCU: 0x478, offset: 0x115691, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF', symObjAddr: 0x178, symBinAddr: 0xD75EC, symSize: 0xA8 } + - { offsetInCU: 0x59A, offset: 0x1157B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ', symObjAddr: 0x220, symBinAddr: 0xD7694, symSize: 0x4 } + - { offsetInCU: 0x5BD, offset: 0x1157D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg', symObjAddr: 0x23C, symBinAddr: 0xD76B0, symSize: 0x50 } + - { offsetInCU: 0x649, offset: 0x115862, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH9hashValueSivgTW', symObjAddr: 0x28C, symBinAddr: 0xD7700, symSize: 0x50 } + - { offsetInCU: 0x6D8, offset: 0x1158F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2DC, symBinAddr: 0xD7750, symSize: 0x4 } + - { offsetInCU: 0x6FB, offset: 0x115914, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x32C, symBinAddr: 0xD77A0, symSize: 0x4 } + - { offsetInCU: 0x71B, offset: 0x115934, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x32C, symBinAddr: 0xD77A0, symSize: 0x4 } + - { offsetInCU: 0x72C, offset: 0x115945, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x1610, symBinAddr: 0xD8A84, symSize: 0x1E0 } + - { offsetInCU: 0x7A3, offset: 0x1159BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x68C, symBinAddr: 0xD7B00, symSize: 0x3C0 } + - { offsetInCU: 0xA75, offset: 0x115C8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ', symObjAddr: 0xA4C, symBinAddr: 0xD7EC0, symSize: 0x4 } + - { offsetInCU: 0xA89, offset: 0x115CA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB20, symBinAddr: 0xD7F94, symSize: 0x4 } + - { offsetInCU: 0xAB4, offset: 0x115CCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB88, symBinAddr: 0xD7FFC, symSize: 0x4 } + - { offsetInCU: 0xAD4, offset: 0x115CED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB88, symBinAddr: 0xD7FFC, symSize: 0x4 } + - { offsetInCU: 0xAE5, offset: 0x115CFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x18E8, symBinAddr: 0xD8C64, symSize: 0xBD0 } + - { offsetInCU: 0xBD5, offset: 0x115DEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO04loopC0yAcA0a4LoopC0OF', symObjAddr: 0x0, symBinAddr: 0xD7474, symSize: 0x178 } + - { offsetInCU: 0xCD7, offset: 0x115EF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ', symObjAddr: 0x224, symBinAddr: 0xD7698, symSize: 0x18 } + - { offsetInCU: 0xD0A, offset: 0x115F23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF', symObjAddr: 0xC78, symBinAddr: 0xD80EC, symSize: 0x28 } + - { offsetInCU: 0xD6D, offset: 0x115F86, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO9hashValueSivg', symObjAddr: 0xCA0, symBinAddr: 0xD8114, symSize: 0x44 } + - { offsetInCU: 0xE67, offset: 0x116080, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCE4, symBinAddr: 0xD8158, symSize: 0x18 } + - { offsetInCU: 0xE87, offset: 0x1160A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCE4, symBinAddr: 0xD8158, symSize: 0x18 } + - { offsetInCU: 0xEC7, offset: 0x1160E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH9hashValueSivgTW', symObjAddr: 0xCFC, symBinAddr: 0xD8170, symSize: 0x44 } + - { offsetInCU: 0xFAA, offset: 0x1161C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD40, symBinAddr: 0xD81B4, symSize: 0x28 } + - { offsetInCU: 0x10C2, offset: 0x1162DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO6pausedACvgZ', symObjAddr: 0xB8C, symBinAddr: 0xD8000, symSize: 0x18 } + - { offsetInCU: 0x10EE, offset: 0x116307, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xBBC, symBinAddr: 0xD8030, symSize: 0x30 } + - { offsetInCU: 0x114D, offset: 0x116366, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xC4C, symBinAddr: 0xD80C0, symSize: 0x2C } + - { offsetInCU: 0x11E1, offset: 0x1163FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASQWb', symObjAddr: 0x24B8, symBinAddr: 0xD9834, symSize: 0x4 } + - { offsetInCU: 0x11F5, offset: 0x11640E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOAESQAAWl', symObjAddr: 0x24BC, symBinAddr: 0xD9838, symSize: 0x44 } + - { offsetInCU: 0x1209, offset: 0x116422, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASQWb', symObjAddr: 0x2500, symBinAddr: 0xD987C, symSize: 0x4 } + - { offsetInCU: 0x121D, offset: 0x116436, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OAESQAAWl', symObjAddr: 0x2504, symBinAddr: 0xD9880, symSize: 0x44 } + - { offsetInCU: 0x1231, offset: 0x11644A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASQWb', symObjAddr: 0x2548, symBinAddr: 0xD98C4, symSize: 0x4 } + - { offsetInCU: 0x1245, offset: 0x11645E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOACSQAAWl', symObjAddr: 0x254C, symBinAddr: 0xD98C8, symSize: 0x44 } + - { offsetInCU: 0x1259, offset: 0x116472, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASQWb', symObjAddr: 0x2590, symBinAddr: 0xD990C, symSize: 0x4 } + - { offsetInCU: 0x126D, offset: 0x116486, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOACSQAAWl', symObjAddr: 0x2594, symBinAddr: 0xD9910, symSize: 0x44 } + - { offsetInCU: 0x1281, offset: 0x11649A, size: 0x8, addend: 0x0, symName: ___swift_memcpy41_8, symObjAddr: 0x2708, symBinAddr: 0xD9980, symSize: 0x14 } + - { offsetInCU: 0x1295, offset: 0x1164AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwet', symObjAddr: 0x2728, symBinAddr: 0xD99A0, symSize: 0x60 } + - { offsetInCU: 0x12A9, offset: 0x1164C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwst', symObjAddr: 0x2788, symBinAddr: 0xD9A00, symSize: 0x68 } + - { offsetInCU: 0x12BD, offset: 0x1164D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwug', symObjAddr: 0x27F0, symBinAddr: 0xD9A68, symSize: 0x28 } + - { offsetInCU: 0x12D1, offset: 0x1164EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwup', symObjAddr: 0x2818, symBinAddr: 0xD9A90, symSize: 0x1C } + - { offsetInCU: 0x12E5, offset: 0x1164FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwui', symObjAddr: 0x2834, symBinAddr: 0xD9AAC, symSize: 0x54 } + - { offsetInCU: 0x12F9, offset: 0x116512, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOMa', symObjAddr: 0x2888, symBinAddr: 0xD9B00, symSize: 0x10 } + - { offsetInCU: 0x130D, offset: 0x116526, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwCP', symObjAddr: 0x2898, symBinAddr: 0xD9B10, symSize: 0x48 } + - { offsetInCU: 0x1321, offset: 0x11653A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwxx', symObjAddr: 0x28E0, symBinAddr: 0xD9B58, symSize: 0x10 } + - { offsetInCU: 0x1335, offset: 0x11654E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwcp', symObjAddr: 0x28F0, symBinAddr: 0xD9B68, symSize: 0x48 } + - { offsetInCU: 0x1349, offset: 0x116562, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwca', symObjAddr: 0x2938, symBinAddr: 0xD9BB0, symSize: 0x54 } + - { offsetInCU: 0x135D, offset: 0x116576, size: 0x8, addend: 0x0, symName: ___swift_memcpy17_8, symObjAddr: 0x298C, symBinAddr: 0xD9C04, symSize: 0x14 } + - { offsetInCU: 0x1371, offset: 0x11658A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwta', symObjAddr: 0x29A0, symBinAddr: 0xD9C18, symSize: 0x44 } + - { offsetInCU: 0x1385, offset: 0x11659E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwet', symObjAddr: 0x29E4, symBinAddr: 0xD9C5C, symSize: 0x54 } + - { offsetInCU: 0x1399, offset: 0x1165B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwst', symObjAddr: 0x2A38, symBinAddr: 0xD9CB0, symSize: 0x54 } + - { offsetInCU: 0x13AD, offset: 0x1165C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwug', symObjAddr: 0x2A8C, symBinAddr: 0xD9D04, symSize: 0x20 } + - { offsetInCU: 0x13C1, offset: 0x1165DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwup', symObjAddr: 0x2AAC, symBinAddr: 0xD9D24, symSize: 0x10 } + - { offsetInCU: 0x13D5, offset: 0x1165EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwui', symObjAddr: 0x2ABC, symBinAddr: 0xD9D34, symSize: 0x2C } + - { offsetInCU: 0x13E9, offset: 0x116602, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOMa', symObjAddr: 0x2AE8, symBinAddr: 0xD9D60, symSize: 0x10 } + - { offsetInCU: 0x13FD, offset: 0x116616, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OwCP', symObjAddr: 0x2AF8, symBinAddr: 0xD9D70, symSize: 0x30 } + - { offsetInCU: 0x1411, offset: 0x11662A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owet', symObjAddr: 0x2CD8, symBinAddr: 0xD9F50, symSize: 0x5C } + - { offsetInCU: 0x1425, offset: 0x11663E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owst', symObjAddr: 0x2D34, symBinAddr: 0xD9FAC, symSize: 0x60 } + - { offsetInCU: 0x1439, offset: 0x116652, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owug', symObjAddr: 0x2D94, symBinAddr: 0xDA00C, symSize: 0xC } + - { offsetInCU: 0x144D, offset: 0x116666, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owup', symObjAddr: 0x2DA0, symBinAddr: 0xDA018, symSize: 0x10 } + - { offsetInCU: 0x1461, offset: 0x11667A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owui', symObjAddr: 0x2DB0, symBinAddr: 0xDA028, symSize: 0x20 } + - { offsetInCU: 0x1475, offset: 0x11668E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OMa', symObjAddr: 0x2DD0, symBinAddr: 0xDA048, symSize: 0x10 } + - { offsetInCU: 0x1489, offset: 0x1166A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwet', symObjAddr: 0x2DF0, symBinAddr: 0xDA058, symSize: 0x90 } + - { offsetInCU: 0x149D, offset: 0x1166B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwst', symObjAddr: 0x2E80, symBinAddr: 0xDA0E8, symSize: 0xBC } + - { offsetInCU: 0x14B1, offset: 0x1166CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwug', symObjAddr: 0x2F3C, symBinAddr: 0xDA1A4, symSize: 0x8 } + - { offsetInCU: 0x14C5, offset: 0x1166DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwup', symObjAddr: 0x2F44, symBinAddr: 0xDA1AC, symSize: 0x4 } + - { offsetInCU: 0x14D9, offset: 0x1166F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwui', symObjAddr: 0x2F48, symBinAddr: 0xDA1B0, symSize: 0xC } + - { offsetInCU: 0x14ED, offset: 0x116706, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOMa', symObjAddr: 0x2F54, symBinAddr: 0xDA1BC, symSize: 0x10 } + - { offsetInCU: 0x164E, offset: 0x116867, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xD7754, symSize: 0x4C } + - { offsetInCU: 0x16D7, offset: 0x1168F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD68, symBinAddr: 0xD81DC, symSize: 0x40 } + - { offsetInCU: 0xC0, offset: 0x116BF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC17combinedKeyframes14roundedCornersAA13KeyframeGroupCyAC0G0VGAA07RoundedF0CSg_tKF', symObjAddr: 0x0, symBinAddr: 0xDA1D0, symSize: 0x134 } + - { offsetInCU: 0x205, offset: 0x116D3E, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x134, symBinAddr: 0xDA304, symSize: 0xB0 } + - { offsetInCU: 0x389, offset: 0x116EC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1E4, symBinAddr: 0xDA3B4, symSize: 0x12C } + - { offsetInCU: 0x4F1, offset: 0x11702A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x310, symBinAddr: 0xDA4E0, symSize: 0x4 } + - { offsetInCU: 0x519, offset: 0x117052, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwCP', symObjAddr: 0x3EC, symBinAddr: 0xDA538, symSize: 0x30 } + - { offsetInCU: 0x52D, offset: 0x117066, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwet', symObjAddr: 0x43C, symBinAddr: 0xDA568, symSize: 0x20 } + - { offsetInCU: 0x541, offset: 0x11707A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwst', symObjAddr: 0x45C, symBinAddr: 0xDA588, symSize: 0x38 } + - { offsetInCU: 0x555, offset: 0x11708E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVMa', symObjAddr: 0x494, symBinAddr: 0xDA5C0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1172A7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x8, symBinAddr: 0xDA5D0, symSize: 0x16C } + - { offsetInCU: 0xEB, offset: 0x11736B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x8, symBinAddr: 0xDA5D0, symSize: 0x16C } + - { offsetInCU: 0x1FE, offset: 0x11747E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSgWOb', symObjAddr: 0x1C4, symBinAddr: 0xDA74C, symSize: 0x48 } + - { offsetInCU: 0x212, offset: 0x117492, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x20C, symBinAddr: 0xDA794, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x11768F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xDA79C, symSize: 0x56C } + - { offsetInCU: 0xA2, offset: 0x117706, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xDA79C, symSize: 0x56C } + - { offsetInCU: 0x50D, offset: 0x117B71, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFAHSgAIcfu0_33_28d25105826188377df3c8fe74d211baAiLTf3nnpk_n', symObjAddr: 0x62C, symBinAddr: 0xDADC8, symSize: 0x78 } + - { offsetInCU: 0x52C, offset: 0x117B90, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU_', symObjAddr: 0x8E0, symBinAddr: 0xDB07C, symSize: 0x90 } + - { offsetInCU: 0x5FA, offset: 0x117C5E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU0_', symObjAddr: 0x970, symBinAddr: 0xDB10C, symSize: 0x10C } + - { offsetInCU: 0x7A7, offset: 0x117E0B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I13VtKFSSAHXEfU_AHTf1nncn_nTf4nnng_n', symObjAddr: 0x1040, symBinAddr: 0xDB7DC, symSize: 0x13C } + - { offsetInCU: 0x8A4, offset: 0x117F08, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I14VtKFSSAHXEfU0_AH5model_AC9MatteTypeO9matteTypetAHTf1nncn_nTf4nnngg_n', symObjAddr: 0x11BC, symBinAddr: 0xDB918, symSize: 0x180 } + - { offsetInCU: 0xB70, offset: 0x1181D4, size: 0x8, addend: 0x0, symName: '_$sSlsE5first7ElementQzSgvpSay6Lottie10LayerModelCGTK', symObjAddr: 0x57C, symBinAddr: 0xDAD18, symSize: 0xB0 } + - { offsetInCU: 0xD1C, offset: 0x118380, size: 0x8, addend: 0x0, symName: '_$sSl6LottieAA10LayerModelC7ElementRtzrlE20pairedLayersAndMasks33_FC3CD219EB0C773D32BBE7C7975F0DE6LLSayAC5layer_AC5model_AA9MatteTypeO05matteU0tSg4masktGyKFs18ReversedCollectionVySayACGG_Tg5', symObjAddr: 0x6A4, symBinAddr: 0xDAE40, symSize: 0x23C } + - { offsetInCU: 0x1311, offset: 0x118975, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSDySiSay6Lottie10LayerModelCGG_s17_NativeDictionaryVySiAGGTg5051$sSD16compactMapValuesySDyxqd__Gqd__Sgq_KXEKlFys17_gh47Vyxqd__Gz_x3key_q_5valuettKXEfU_Si_Say6Lottie10eF7CGAKTG5xq_Sgs5Error_pr0_lyAhGIsgnrzo_Tf1ncn_nTf4nng_n', symObjAddr: 0xD5C, symBinAddr: 0xDB4F8, symSize: 0x2E4 } + - { offsetInCU: 0x1504, offset: 0x118B68, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSlsWl', symObjAddr: 0x1350, symBinAddr: 0xDBA9C, symSize: 0x4C } + - { offsetInCU: 0x1546, offset: 0x118BAA, size: 0x8, addend: 0x0, symName: '_$sSD8grouping2bySDyxSay7ElementQyd__GGqd__n_xADKXEtKcAERs_STRd__lufCSi_s18ReversedCollectionVySay6Lottie10LayerModelCGGTg5014$sSo7CALayerC6f8E19setupg30Hierarchy3for7contextySayAC0D5h3CG_P68D7ContextVtKFSiAHcfu_32c6367eac2e4f99784ca5c07d849dde74AHSiTf3nnpk_nTf1ncn_nTf4gd_n', symObjAddr: 0xA7C, symBinAddr: 0xDB218, symSize: 0x2E0 } + - { offsetInCU: 0x27, offset: 0x1193B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xDBAEC, symSize: 0x18 } + - { offsetInCU: 0x4B, offset: 0x1193DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xDBAEC, symSize: 0x18 } + - { offsetInCU: 0x7E, offset: 0x11940D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF', symObjAddr: 0x18, symBinAddr: 0xDBB04, symSize: 0x28 } + - { offsetInCU: 0x114, offset: 0x1194A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO9hashValueSivg', symObjAddr: 0x40, symBinAddr: 0xDBB2C, symSize: 0x44 } + - { offsetInCU: 0x20E, offset: 0x11959D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x84, symBinAddr: 0xDBB70, symSize: 0x18 } + - { offsetInCU: 0x22E, offset: 0x1195BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x84, symBinAddr: 0xDBB70, symSize: 0x18 } + - { offsetInCU: 0x26E, offset: 0x1195FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x9C, symBinAddr: 0xDBB88, symSize: 0x44 } + - { offsetInCU: 0x351, offset: 0x1196E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE0, symBinAddr: 0xDBBCC, symSize: 0x28 } + - { offsetInCU: 0x3DA, offset: 0x119769, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASQWb', symObjAddr: 0x148, symBinAddr: 0xDBC34, symSize: 0x4 } + - { offsetInCU: 0x3EE, offset: 0x11977D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOACSQAAWl', symObjAddr: 0x14C, symBinAddr: 0xDBC38, symSize: 0x44 } + - { offsetInCU: 0x402, offset: 0x119791, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwet', symObjAddr: 0x1A0, symBinAddr: 0xDBC7C, symSize: 0x90 } + - { offsetInCU: 0x416, offset: 0x1197A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwst', symObjAddr: 0x230, symBinAddr: 0xDBD0C, symSize: 0xBC } + - { offsetInCU: 0x42A, offset: 0x1197B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwug', symObjAddr: 0x2EC, symBinAddr: 0xDBDC8, symSize: 0x8 } + - { offsetInCU: 0x43E, offset: 0x1197CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwup', symObjAddr: 0x2F4, symBinAddr: 0xDBDD0, symSize: 0x4 } + - { offsetInCU: 0x452, offset: 0x1197E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwui', symObjAddr: 0x2F8, symBinAddr: 0xDBDD4, symSize: 0xC } + - { offsetInCU: 0x466, offset: 0x1197F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOMa', symObjAddr: 0x304, symBinAddr: 0xDBDE0, symSize: 0x10 } + - { offsetInCU: 0x4B8, offset: 0x119847, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x108, symBinAddr: 0xDBBF4, symSize: 0x40 } + - { offsetInCU: 0x1C4, offset: 0x119BCE, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11DashElementCRszlE23shapeLayerConfigurations15ContiguousArrayVyAFyAA8KeyframeCyAA0A8Vector1DVGGG12dashPatterns_AL0K5Phasetvg', symObjAddr: 0x0, symBinAddr: 0xDBDF0, symSize: 0x680 } + - { offsetInCU: 0xA82, offset: 0x11A48C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfd', symObjAddr: 0x680, symBinAddr: 0xDC470, symSize: 0x54 } + - { offsetInCU: 0xAAF, offset: 0x11A4B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfD', symObjAddr: 0x6D4, symBinAddr: 0xDC4C4, symSize: 0x1C } + - { offsetInCU: 0xAEB, offset: 0x11A4F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x710, symBinAddr: 0xDC500, symSize: 0xC } + - { offsetInCU: 0xB2C, offset: 0x11A536, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x71C, symBinAddr: 0xDC50C, symSize: 0x30 } + - { offsetInCU: 0xB6D, offset: 0x11A577, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x74C, symBinAddr: 0xDC53C, symSize: 0xC } + - { offsetInCU: 0xB9F, offset: 0x11A5A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesC6strokeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xC44, symBinAddr: 0xDCA34, symSize: 0x5AC } + - { offsetInCU: 0x10A6, offset: 0x11AAB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCMa', symObjAddr: 0x6F0, symBinAddr: 0xDC4E0, symSize: 0x20 } + - { offsetInCU: 0x111D, offset: 0x11AB27, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xDC548, symSize: 0x68 } + - { offsetInCU: 0x1188, offset: 0x11AB92, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xDC548, symSize: 0x68 } + - { offsetInCU: 0x119C, offset: 0x11ABA6, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xDC548, symSize: 0x68 } + - { offsetInCU: 0x11B0, offset: 0x11ABBA, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xDC548, symSize: 0x68 } + - { offsetInCU: 0x11C4, offset: 0x11ABCE, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x758, symBinAddr: 0xDC548, symSize: 0x68 } + - { offsetInCU: 0x12C8, offset: 0x11ACD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCfD', symObjAddr: 0x7C0, symBinAddr: 0xDC5B0, symSize: 0x34 } + - { offsetInCU: 0x1329, offset: 0x11AD33, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x814, symBinAddr: 0xDC604, symSize: 0x44 } + - { offsetInCU: 0x1375, offset: 0x11AD7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x858, symBinAddr: 0xDC648, symSize: 0x24 } + - { offsetInCU: 0x13B6, offset: 0x11ADC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x87C, symBinAddr: 0xDC66C, symSize: 0x4 } + - { offsetInCU: 0x13D6, offset: 0x11ADE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x87C, symBinAddr: 0xDC66C, symSize: 0x4 } + - { offsetInCU: 0x1406, offset: 0x11AE10, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x880, symBinAddr: 0xDC670, symSize: 0x8 } + - { offsetInCU: 0x1426, offset: 0x11AE30, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x880, symBinAddr: 0xDC670, symSize: 0x8 } + - { offsetInCU: 0x1489, offset: 0x11AE93, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x888, symBinAddr: 0xDC678, symSize: 0x10 } + - { offsetInCU: 0x14A9, offset: 0x11AEB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x888, symBinAddr: 0xDC678, symSize: 0x10 } + - { offsetInCU: 0x14F0, offset: 0x11AEFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x898, symBinAddr: 0xDC688, symSize: 0x8 } + - { offsetInCU: 0x1510, offset: 0x11AF1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x898, symBinAddr: 0xDC688, symSize: 0x8 } + - { offsetInCU: 0x1531, offset: 0x11AF3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x8A0, symBinAddr: 0xDC690, symSize: 0x8 } + - { offsetInCU: 0x1551, offset: 0x11AF5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x8A0, symBinAddr: 0xDC690, symSize: 0x8 } + - { offsetInCU: 0x1572, offset: 0x11AF7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x8A8, symBinAddr: 0xDC698, symSize: 0x8 } + - { offsetInCU: 0x1592, offset: 0x11AF9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x8A8, symBinAddr: 0xDC698, symSize: 0x8 } + - { offsetInCU: 0x15B3, offset: 0x11AFBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x8B0, symBinAddr: 0xDC6A0, symSize: 0x8 } + - { offsetInCU: 0x15D3, offset: 0x11AFDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x8B0, symBinAddr: 0xDC6A0, symSize: 0x8 } + - { offsetInCU: 0x15F4, offset: 0x11AFFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x8B8, symBinAddr: 0xDC6A8, symSize: 0xC } + - { offsetInCU: 0x1614, offset: 0x11B01E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x8B8, symBinAddr: 0xDC6A8, symSize: 0xC } + - { offsetInCU: 0x1635, offset: 0x11B03F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x8C4, symBinAddr: 0xDC6B4, symSize: 0x10 } + - { offsetInCU: 0x1655, offset: 0x11B05F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x8C4, symBinAddr: 0xDC6B4, symSize: 0x10 } + - { offsetInCU: 0x1667, offset: 0x11B071, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8D4, symBinAddr: 0xDC6C4, symSize: 0x8 } + - { offsetInCU: 0x16A1, offset: 0x11B0AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x8DC, symBinAddr: 0xDC6CC, symSize: 0x4C } + - { offsetInCU: 0x16DE, offset: 0x11B0E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x11F0, symBinAddr: 0xDCFE0, symSize: 0x338 } + - { offsetInCU: 0x1D13, offset: 0x11B71D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCMa', symObjAddr: 0x7F4, symBinAddr: 0xDC5E4, symSize: 0x20 } + - { offsetInCU: 0x1DED, offset: 0x11B7F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC14keyframeGroupsACyxGs15ContiguousArrayVyAGyAA8KeyframeCyxGGG_tcfcAA0A8Vector1DV_Tg5Tf4gn_n', symObjAddr: 0xA84, symBinAddr: 0xDC874, symSize: 0x1C0 } + - { offsetInCU: 0x5E, offset: 0x11C89A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0xDD318, symSize: 0xC } + - { offsetInCU: 0x90, offset: 0x11C8CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC, symBinAddr: 0xDD324, symSize: 0x48 } + - { offsetInCU: 0xB5, offset: 0x11C8F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x54, symBinAddr: 0xDD36C, symSize: 0x818 } + - { offsetInCU: 0x1DA, offset: 0x11CA16, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x86C, symBinAddr: 0xDDB84, symSize: 0xC20 } + - { offsetInCU: 0x672, offset: 0x11CEAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueSSvg', symObjAddr: 0x148C, symBinAddr: 0xDE7A4, symSize: 0x20 } + - { offsetInCU: 0x6AB, offset: 0x11CEE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x17E4, symBinAddr: 0xDEAFC, symSize: 0x20 } + - { offsetInCU: 0x6D9, offset: 0x11CF15, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x17E4, symBinAddr: 0xDEAFC, symSize: 0x20 } + - { offsetInCU: 0x722, offset: 0x11CF5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x1988, symBinAddr: 0xDECA0, symSize: 0x44 } + - { offsetInCU: 0x768, offset: 0x11CFA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x19CC, symBinAddr: 0xDECE4, symSize: 0x28 } + - { offsetInCU: 0x77C, offset: 0x11CFB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x19F4, symBinAddr: 0xDED0C, symSize: 0x8 } + - { offsetInCU: 0x7B2, offset: 0x11CFEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x19FC, symBinAddr: 0xDED14, symSize: 0x3C } + - { offsetInCU: 0x817, offset: 0x11D053, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1A38, symBinAddr: 0xDED50, symSize: 0xC } + - { offsetInCU: 0x833, offset: 0x11D06F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1A44, symBinAddr: 0xDED5C, symSize: 0xC } + - { offsetInCU: 0x84F, offset: 0x11D08B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x215C, symBinAddr: 0xDF1CC, symSize: 0x50 } + - { offsetInCU: 0x87C, offset: 0x11D0B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x14AC, symBinAddr: 0xDE7C4, symSize: 0x338 } + - { offsetInCU: 0x8D8, offset: 0x11D114, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfd', symObjAddr: 0x1AF4, symBinAddr: 0xDEE0C, symSize: 0x64 } + - { offsetInCU: 0x923, offset: 0x11D15F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfD', symObjAddr: 0x1B58, symBinAddr: 0xDEE70, symSize: 0x1C } + - { offsetInCU: 0x95F, offset: 0x11D19B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1B94, symBinAddr: 0xDEEAC, symSize: 0xC } + - { offsetInCU: 0x9A0, offset: 0x11D1DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BA0, symBinAddr: 0xDEEB8, symSize: 0xC } + - { offsetInCU: 0x9E1, offset: 0x11D21D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BAC, symBinAddr: 0xDEEC4, symSize: 0xC } + - { offsetInCU: 0xA22, offset: 0x11D25E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1BB8, symBinAddr: 0xDEED0, symSize: 0xC } + - { offsetInCU: 0xAAD, offset: 0x11D2E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfE', symObjAddr: 0x1AA0, symBinAddr: 0xDEDB8, symSize: 0x54 } + - { offsetInCU: 0xB05, offset: 0x11D341, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCMa', symObjAddr: 0x1B74, symBinAddr: 0xDEE8C, symSize: 0x20 } + - { offsetInCU: 0xB19, offset: 0x11D355, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs0D3KeyAAWl', symObjAddr: 0x1C28, symBinAddr: 0xDEEDC, symSize: 0x44 } + - { offsetInCU: 0xB2D, offset: 0x11D369, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwet', symObjAddr: 0x1F14, symBinAddr: 0xDEF84, symSize: 0x90 } + - { offsetInCU: 0xB41, offset: 0x11D37D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwst', symObjAddr: 0x1FA4, symBinAddr: 0xDF014, symSize: 0xBC } + - { offsetInCU: 0xB55, offset: 0x11D391, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwug', symObjAddr: 0x2060, symBinAddr: 0xDF0D0, symSize: 0x8 } + - { offsetInCU: 0xB69, offset: 0x11D3A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwup', symObjAddr: 0x2068, symBinAddr: 0xDF0D8, symSize: 0x4 } + - { offsetInCU: 0xB7D, offset: 0x11D3B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwui', symObjAddr: 0x206C, symBinAddr: 0xDF0DC, symSize: 0x8 } + - { offsetInCU: 0xB91, offset: 0x11D3CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOMa', symObjAddr: 0x2074, symBinAddr: 0xDF0E4, symSize: 0x10 } + - { offsetInCU: 0xBA5, offset: 0x11D3E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASQWb', symObjAddr: 0x2084, symBinAddr: 0xDF0F4, symSize: 0x4 } + - { offsetInCU: 0xBB9, offset: 0x11D3F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFSQAAWl', symObjAddr: 0x2088, symBinAddr: 0xDF0F8, symSize: 0x44 } + - { offsetInCU: 0xBCD, offset: 0x11D409, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x20CC, symBinAddr: 0xDF13C, symSize: 0x4 } + - { offsetInCU: 0xBE1, offset: 0x11D41D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x20D0, symBinAddr: 0xDF140, symSize: 0x44 } + - { offsetInCU: 0xBF5, offset: 0x11D431, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2114, symBinAddr: 0xDF184, symSize: 0x4 } + - { offsetInCU: 0xC09, offset: 0x11D445, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2118, symBinAddr: 0xDF188, symSize: 0x44 } + - { offsetInCU: 0xC67, offset: 0x11D4A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1804, symBinAddr: 0xDEB1C, symSize: 0x88 } + - { offsetInCU: 0xD16, offset: 0x11D552, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x188C, symBinAddr: 0xDEBA4, symSize: 0x60 } + - { offsetInCU: 0xD94, offset: 0x11D5D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18EC, symBinAddr: 0xDEC04, symSize: 0x40 } + - { offsetInCU: 0xDE6, offset: 0x11D622, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x192C, symBinAddr: 0xDEC44, symSize: 0x5C } + - { offsetInCU: 0xE48, offset: 0x11D684, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1A50, symBinAddr: 0xDED68, symSize: 0x28 } + - { offsetInCU: 0xE64, offset: 0x11D6A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A78, symBinAddr: 0xDED90, symSize: 0x28 } + - { offsetInCU: 0x69, offset: 0x11D8C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCfD', symObjAddr: 0x0, symBinAddr: 0xDF21C, symSize: 0x44 } + - { offsetInCU: 0xDC, offset: 0x11D937, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCMa', symObjAddr: 0x44, symBinAddr: 0xDF260, symSize: 0x20 } + - { offsetInCU: 0x6F0, offset: 0x11DF4B, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyF', symObjAddr: 0x64, symBinAddr: 0xDF280, symSize: 0x1590 } + - { offsetInCU: 0x1C78, offset: 0x11F4D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10RenderNode_pWOb', symObjAddr: 0x16AC, symBinAddr: 0xE0888, symSize: 0x18 } + - { offsetInCU: 0x2B, offset: 0x11F82A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE08A0, symSize: 0x14 } + - { offsetInCU: 0x8A, offset: 0x11F889, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xE0960, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x11F8BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0xE0978, symSize: 0xC } + - { offsetInCU: 0xE4, offset: 0x11F8E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0xE0A2C, symSize: 0x48 } + - { offsetInCU: 0x109, offset: 0x11F908, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0xE0A74, symSize: 0x19C } + - { offsetInCU: 0x171, offset: 0x11F970, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x370, symBinAddr: 0xE0C10, symSize: 0x100 } + - { offsetInCU: 0x223, offset: 0x11FA22, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x470, symBinAddr: 0xE0D10, symSize: 0x104 } + - { offsetInCU: 0x2A6, offset: 0x11FAA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x584, symBinAddr: 0xE0E24, symSize: 0x64 } + - { offsetInCU: 0x2E9, offset: 0x11FAE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x5E8, symBinAddr: 0xE0E88, symSize: 0x24 } + - { offsetInCU: 0x329, offset: 0x11FB28, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x60C, symBinAddr: 0xE0EAC, symSize: 0x4 } + - { offsetInCU: 0x349, offset: 0x11FB48, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x60C, symBinAddr: 0xE0EAC, symSize: 0x4 } + - { offsetInCU: 0x374, offset: 0x11FB73, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x610, symBinAddr: 0xE0EB0, symSize: 0x68 } + - { offsetInCU: 0x3BF, offset: 0x11FBBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x678, symBinAddr: 0xE0F18, symSize: 0xC } + - { offsetInCU: 0x3DB, offset: 0x11FBDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x684, symBinAddr: 0xE0F24, symSize: 0xC } + - { offsetInCU: 0x3F7, offset: 0x11FBF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO11stringValueSSvgTf4d_n', symObjAddr: 0xCE0, symBinAddr: 0xE1460, symSize: 0xC } + - { offsetInCU: 0x433, offset: 0x11FC32, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCfD', symObjAddr: 0x6E0, symBinAddr: 0xE0F80, symSize: 0x24 } + - { offsetInCU: 0x4DE, offset: 0x11FCDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCMa', symObjAddr: 0x704, symBinAddr: 0xE0FA4, symSize: 0x20 } + - { offsetInCU: 0x4F2, offset: 0x11FCF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwet', symObjAddr: 0x734, symBinAddr: 0xE0FC4, symSize: 0x90 } + - { offsetInCU: 0x506, offset: 0x11FD05, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwst', symObjAddr: 0x7C4, symBinAddr: 0xE1054, symSize: 0xBC } + - { offsetInCU: 0x51A, offset: 0x11FD19, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwug', symObjAddr: 0x880, symBinAddr: 0xE1110, symSize: 0x8 } + - { offsetInCU: 0x52E, offset: 0x11FD2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwup', symObjAddr: 0x888, symBinAddr: 0xE1118, symSize: 0x4 } + - { offsetInCU: 0x542, offset: 0x11FD41, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwui', symObjAddr: 0x88C, symBinAddr: 0xE111C, symSize: 0x8 } + - { offsetInCU: 0x556, offset: 0x11FD55, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOMa', symObjAddr: 0x894, symBinAddr: 0xE1124, symSize: 0x10 } + - { offsetInCU: 0x56A, offset: 0x11FD69, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASQWb', symObjAddr: 0x8A4, symBinAddr: 0xE1134, symSize: 0x4 } + - { offsetInCU: 0x57E, offset: 0x11FD7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSQAAWl', symObjAddr: 0x8A8, symBinAddr: 0xE1138, symSize: 0x44 } + - { offsetInCU: 0x592, offset: 0x11FD91, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSYAAWl', symObjAddr: 0x8EC, symBinAddr: 0xE117C, symSize: 0x44 } + - { offsetInCU: 0x5A6, offset: 0x11FDA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs0C3KeyAAWl', symObjAddr: 0x994, symBinAddr: 0xE11C0, symSize: 0x44 } + - { offsetInCU: 0x5BA, offset: 0x11FDB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSEAAWl', symObjAddr: 0x9D8, symBinAddr: 0xE1204, symSize: 0x44 } + - { offsetInCU: 0x5CE, offset: 0x11FDCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSeAAWl', symObjAddr: 0xA3C, symBinAddr: 0xE1248, symSize: 0x44 } + - { offsetInCU: 0x5E2, offset: 0x11FDE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwet', symObjAddr: 0xB0C, symBinAddr: 0xE128C, symSize: 0x50 } + - { offsetInCU: 0x5F6, offset: 0x11FDF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwst', symObjAddr: 0xB5C, symBinAddr: 0xE12DC, symSize: 0x8C } + - { offsetInCU: 0x60A, offset: 0x11FE09, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwug', symObjAddr: 0xBE8, symBinAddr: 0xE1368, symSize: 0x8 } + - { offsetInCU: 0x61E, offset: 0x11FE1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwup', symObjAddr: 0xBF0, symBinAddr: 0xE1370, symSize: 0x4 } + - { offsetInCU: 0x632, offset: 0x11FE31, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwui', symObjAddr: 0xBF4, symBinAddr: 0xE1374, symSize: 0x4 } + - { offsetInCU: 0x646, offset: 0x11FE45, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOMa', symObjAddr: 0xBF8, symBinAddr: 0xE1378, symSize: 0x10 } + - { offsetInCU: 0x65A, offset: 0x11FE59, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASQWb', symObjAddr: 0xC08, symBinAddr: 0xE1388, symSize: 0x4 } + - { offsetInCU: 0x66E, offset: 0x11FE6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFSQAAWl', symObjAddr: 0xC0C, symBinAddr: 0xE138C, symSize: 0x44 } + - { offsetInCU: 0x682, offset: 0x11FE81, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC50, symBinAddr: 0xE13D0, symSize: 0x4 } + - { offsetInCU: 0x696, offset: 0x11FE95, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC54, symBinAddr: 0xE13D4, symSize: 0x44 } + - { offsetInCU: 0x6AA, offset: 0x11FEA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC98, symBinAddr: 0xE1418, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x11FEBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xC9C, symBinAddr: 0xE141C, symSize: 0x44 } + - { offsetInCU: 0x6F2, offset: 0x11FEF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE08A0, symSize: 0x14 } + - { offsetInCU: 0x783, offset: 0x11FF82, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xE08B4, symSize: 0x44 } + - { offsetInCU: 0x832, offset: 0x120031, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xE08F8, symSize: 0x28 } + - { offsetInCU: 0x885, offset: 0x120084, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xE0920, symSize: 0x40 } + - { offsetInCU: 0x908, offset: 0x120107, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0xE0984, symSize: 0x5C } + - { offsetInCU: 0x92B, offset: 0x12012A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xE09E0, symSize: 0x4C } + - { offsetInCU: 0x95D, offset: 0x12015C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x574, symBinAddr: 0xE0E14, symSize: 0x4 } + - { offsetInCU: 0x97D, offset: 0x12017C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x574, symBinAddr: 0xE0E14, symSize: 0x4 } + - { offsetInCU: 0x99D, offset: 0x12019C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x578, symBinAddr: 0xE0E18, symSize: 0x4 } + - { offsetInCU: 0x9BD, offset: 0x1201BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x578, symBinAddr: 0xE0E18, symSize: 0x4 } + - { offsetInCU: 0x9DD, offset: 0x1201DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x57C, symBinAddr: 0xE0E1C, symSize: 0x4 } + - { offsetInCU: 0x9FD, offset: 0x1201FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x57C, symBinAddr: 0xE0E1C, symSize: 0x4 } + - { offsetInCU: 0xA1D, offset: 0x12021C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x580, symBinAddr: 0xE0E20, symSize: 0x4 } + - { offsetInCU: 0xA3D, offset: 0x12023C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x580, symBinAddr: 0xE0E20, symSize: 0x4 } + - { offsetInCU: 0xA54, offset: 0x120253, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x690, symBinAddr: 0xE0F30, symSize: 0x28 } + - { offsetInCU: 0xA70, offset: 0x12026F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x6B8, symBinAddr: 0xE0F58, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x12045A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xE146C, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x12047E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xE146C, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1204A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xE14B4, symSize: 0x180 } + - { offsetInCU: 0xDC, offset: 0x12050B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C8, symBinAddr: 0xE1634, symSize: 0xEC } + - { offsetInCU: 0x15F, offset: 0x12058E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2C4, symBinAddr: 0xE1730, symSize: 0x64 } + - { offsetInCU: 0x1A2, offset: 0x1205D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x328, symBinAddr: 0xE1794, symSize: 0x24 } + - { offsetInCU: 0x1E2, offset: 0x120611, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x34C, symBinAddr: 0xE17B8, symSize: 0x4 } + - { offsetInCU: 0x202, offset: 0x120631, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x34C, symBinAddr: 0xE17B8, symSize: 0x4 } + - { offsetInCU: 0x22D, offset: 0x12065C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x350, symBinAddr: 0xE17BC, symSize: 0x68 } + - { offsetInCU: 0x278, offset: 0x1206A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x3B8, symBinAddr: 0xE1824, symSize: 0xC } + - { offsetInCU: 0x294, offset: 0x1206C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x3C4, symBinAddr: 0xE1830, symSize: 0xC } + - { offsetInCU: 0x2B0, offset: 0x1206DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO11stringValueSSvgTf4d_n', symObjAddr: 0x77C, symBinAddr: 0xE1B18, symSize: 0x14 } + - { offsetInCU: 0x2EC, offset: 0x12071B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfD', symObjAddr: 0x428, symBinAddr: 0xE1894, symSize: 0x4C } + - { offsetInCU: 0x346, offset: 0x120775, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfE', symObjAddr: 0x420, symBinAddr: 0xE188C, symSize: 0x8 } + - { offsetInCU: 0x39E, offset: 0x1207CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCMa', symObjAddr: 0x474, symBinAddr: 0xE18E0, symSize: 0x20 } + - { offsetInCU: 0x3B2, offset: 0x1207E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs0E3KeyAAWl', symObjAddr: 0x4F8, symBinAddr: 0xE1900, symSize: 0x44 } + - { offsetInCU: 0x3C6, offset: 0x1207F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwet', symObjAddr: 0x5A8, symBinAddr: 0xE1944, symSize: 0x50 } + - { offsetInCU: 0x3DA, offset: 0x120809, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwst', symObjAddr: 0x5F8, symBinAddr: 0xE1994, symSize: 0x8C } + - { offsetInCU: 0x3EE, offset: 0x12081D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwug', symObjAddr: 0x684, symBinAddr: 0xE1A20, symSize: 0x8 } + - { offsetInCU: 0x402, offset: 0x120831, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwup', symObjAddr: 0x68C, symBinAddr: 0xE1A28, symSize: 0x4 } + - { offsetInCU: 0x416, offset: 0x120845, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwui', symObjAddr: 0x690, symBinAddr: 0xE1A2C, symSize: 0x4 } + - { offsetInCU: 0x42A, offset: 0x120859, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOMa', symObjAddr: 0x694, symBinAddr: 0xE1A30, symSize: 0x10 } + - { offsetInCU: 0x43E, offset: 0x12086D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASQWb', symObjAddr: 0x6A4, symBinAddr: 0xE1A40, symSize: 0x4 } + - { offsetInCU: 0x452, offset: 0x120881, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFSQAAWl', symObjAddr: 0x6A8, symBinAddr: 0xE1A44, symSize: 0x44 } + - { offsetInCU: 0x466, offset: 0x120895, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x6EC, symBinAddr: 0xE1A88, symSize: 0x4 } + - { offsetInCU: 0x47A, offset: 0x1208A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x6F0, symBinAddr: 0xE1A8C, symSize: 0x44 } + - { offsetInCU: 0x48E, offset: 0x1208BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x734, symBinAddr: 0xE1AD0, symSize: 0x4 } + - { offsetInCU: 0x4A2, offset: 0x1208D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x738, symBinAddr: 0xE1AD4, symSize: 0x44 } + - { offsetInCU: 0x4D6, offset: 0x120905, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2B4, symBinAddr: 0xE1720, symSize: 0x4 } + - { offsetInCU: 0x4F6, offset: 0x120925, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2B4, symBinAddr: 0xE1720, symSize: 0x4 } + - { offsetInCU: 0x516, offset: 0x120945, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2B8, symBinAddr: 0xE1724, symSize: 0x4 } + - { offsetInCU: 0x536, offset: 0x120965, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2B8, symBinAddr: 0xE1724, symSize: 0x4 } + - { offsetInCU: 0x556, offset: 0x120985, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2BC, symBinAddr: 0xE1728, symSize: 0x4 } + - { offsetInCU: 0x576, offset: 0x1209A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2BC, symBinAddr: 0xE1728, symSize: 0x4 } + - { offsetInCU: 0x596, offset: 0x1209C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2C0, symBinAddr: 0xE172C, symSize: 0x4 } + - { offsetInCU: 0x5B6, offset: 0x1209E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2C0, symBinAddr: 0xE172C, symSize: 0x4 } + - { offsetInCU: 0x5CD, offset: 0x1209FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x3D0, symBinAddr: 0xE183C, symSize: 0x28 } + - { offsetInCU: 0x5E9, offset: 0x120A18, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x3F8, symBinAddr: 0xE1864, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x120BCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xE1B2C, symSize: 0xE0 } + - { offsetInCU: 0x64, offset: 0x120C07, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tF', symObjAddr: 0xE0, symBinAddr: 0xE1C0C, symSize: 0xF0 } + - { offsetInCU: 0xC1, offset: 0x120C64, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCfD', symObjAddr: 0x1D0, symBinAddr: 0xE1CFC, symSize: 0x2C } + - { offsetInCU: 0x104, offset: 0x120CA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cQ0C_tFTW', symObjAddr: 0x21C, symBinAddr: 0xE1D48, symSize: 0x20 } + - { offsetInCU: 0x14A, offset: 0x120CED, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP15contentsGravity3forSo015CALayerContentsP0aAA0C5AssetC_tFTW', symObjAddr: 0x23C, symBinAddr: 0xE1D68, symSize: 0x50 } + - { offsetInCU: 0x1B9, offset: 0x120D5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC05imageD0AdA09AnimationcD0_p_tcfCTf4en_n', symObjAddr: 0x30C, symBinAddr: 0xE1DB8, symSize: 0xD0 } + - { offsetInCU: 0x23A, offset: 0x120DDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xE1B2C, symSize: 0xE0 } + - { offsetInCU: 0x284, offset: 0x120E27, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCMa', symObjAddr: 0x1FC, symBinAddr: 0xE1D28, symSize: 0x20 } + - { offsetInCU: 0x79, offset: 0x121056, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xE1E88, symSize: 0x58 } + - { offsetInCU: 0xC0, offset: 0x12109D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0xE1EE0, symSize: 0x208 } + - { offsetInCU: 0x183, offset: 0x121160, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfcTo', symObjAddr: 0x260, symBinAddr: 0xE20E8, symSize: 0x4C } + - { offsetInCU: 0x19F, offset: 0x12117C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2AC, symBinAddr: 0xE2134, symSize: 0x208 } + - { offsetInCU: 0x202, offset: 0x1211DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCACycfcTo', symObjAddr: 0x4B4, symBinAddr: 0xE233C, symSize: 0x2C } + - { offsetInCU: 0x269, offset: 0x121246, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfD', symObjAddr: 0x548, symBinAddr: 0xE23D0, symSize: 0x34 } + - { offsetInCU: 0x2C3, offset: 0x1212A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfE', symObjAddr: 0x4E0, symBinAddr: 0xE2368, symSize: 0x68 } + - { offsetInCU: 0x2F2, offset: 0x1212CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfETo', symObjAddr: 0x57C, symBinAddr: 0xE2404, symSize: 0x68 } + - { offsetInCU: 0x321, offset: 0x1212FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCMa', symObjAddr: 0x5E4, symBinAddr: 0xE246C, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x121312, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwCP', symObjAddr: 0x604, symBinAddr: 0xE248C, symSize: 0x30 } + - { offsetInCU: 0x349, offset: 0x121326, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwxx', symObjAddr: 0x634, symBinAddr: 0xE24BC, symSize: 0x48 } + - { offsetInCU: 0x35D, offset: 0x12133A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwcp', symObjAddr: 0x67C, symBinAddr: 0xE2504, symSize: 0x74 } + - { offsetInCU: 0x371, offset: 0x12134E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwca', symObjAddr: 0x6F0, symBinAddr: 0xE2578, symSize: 0xBC } + - { offsetInCU: 0x385, offset: 0x121362, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwta', symObjAddr: 0x7C0, symBinAddr: 0xE2634, symSize: 0x84 } + - { offsetInCU: 0x399, offset: 0x121376, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwet', symObjAddr: 0x844, symBinAddr: 0xE26B8, symSize: 0x48 } + - { offsetInCU: 0x3AD, offset: 0x12138A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwst', symObjAddr: 0x88C, symBinAddr: 0xE2700, symSize: 0x4C } + - { offsetInCU: 0x3C1, offset: 0x12139E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVMa', symObjAddr: 0x8D8, symBinAddr: 0xE274C, symSize: 0x10 } + - { offsetInCU: 0x3F6, offset: 0x1213D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x8E8, symBinAddr: 0xE275C, symSize: 0x8 } + - { offsetInCU: 0x437, offset: 0x121414, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x908, symBinAddr: 0xE277C, symSize: 0x8 } + - { offsetInCU: 0x478, offset: 0x121455, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x910, symBinAddr: 0xE2784, symSize: 0x8 } + - { offsetInCU: 0x4B9, offset: 0x121496, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x918, symBinAddr: 0xE278C, symSize: 0x8 } + - { offsetInCU: 0x4FA, offset: 0x1214D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x920, symBinAddr: 0xE2794, symSize: 0x8 } + - { offsetInCU: 0x5AC, offset: 0x121589, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLV8repeater5indexAdA0B0C_SitcfCTf4nnd_n', symObjAddr: 0xA04, symBinAddr: 0xE2818, symSize: 0x884 } + - { offsetInCU: 0xFF6, offset: 0x121FD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x8F0, symBinAddr: 0xE2764, symSize: 0x8 } + - { offsetInCU: 0x1028, offset: 0x122005, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x8F8, symBinAddr: 0xE276C, symSize: 0x8 } + - { offsetInCU: 0x1044, offset: 0x122021, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x900, symBinAddr: 0xE2774, symSize: 0x8 } + - { offsetInCU: 0x1060, offset: 0x12203D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x928, symBinAddr: 0xE279C, symSize: 0x8 } + - { offsetInCU: 0x107C, offset: 0x122059, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x930, symBinAddr: 0xE27A4, symSize: 0x8 } + - { offsetInCU: 0x24D, offset: 0x122A20, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC021$s6Lottie23Compatiblebc74C3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5P8_pSgcfU_Tf1nnncnnn_n', symObjAddr: 0x0, symBinAddr: 0xE309C, symSize: 0x5E4 } + - { offsetInCU: 0x499, offset: 0x122C6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x5E4, symBinAddr: 0xE3680, symSize: 0x678 } + - { offsetInCU: 0x771, offset: 0x122F44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xC5C, symBinAddr: 0xE3CF8, symSize: 0x1F8 } + - { offsetInCU: 0x97D, offset: 0x123150, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xE54, symBinAddr: 0xE3EF0, symSize: 0x2FC } + - { offsetInCU: 0xAD9, offset: 0x1232AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfcyAA0aB0CSgcfU_', symObjAddr: 0x1150, symBinAddr: 0xE41EC, symSize: 0x98 } + - { offsetInCU: 0xB51, offset: 0x123324, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x1264, symBinAddr: 0xE4284, symSize: 0x1EC } + - { offsetInCU: 0xD44, offset: 0x123517, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1450, symBinAddr: 0xE4470, symSize: 0x254 } + - { offsetInCU: 0xEBA, offset: 0x12368D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x16A4, symBinAddr: 0xE46C4, symSize: 0x228 } + - { offsetInCU: 0x10E2, offset: 0x1238B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x18CC, symBinAddr: 0xE48EC, symSize: 0x8E0 } + - { offsetInCU: 0x13AF, offset: 0x123B82, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x21AC, symBinAddr: 0xE51CC, symSize: 0x23C } + - { offsetInCU: 0x1500, offset: 0x123CD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x24D4, symBinAddr: 0xE54F4, symSize: 0x8 } + - { offsetInCU: 0x1554, offset: 0x123D27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x24DC, symBinAddr: 0xE54FC, symSize: 0x40 } + - { offsetInCU: 0x1637, offset: 0x123E0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x251C, symBinAddr: 0xE553C, symSize: 0x24 } + - { offsetInCU: 0x16BF, offset: 0x123E92, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgSo13NSURLResponseCSgs5Error_pSgIeghggg_So6NSDataCSgAGSo7NSErrorCSgIeyBhyyy_TR', symObjAddr: 0x258C, symBinAddr: 0xE55AC, symSize: 0xCC } + - { offsetInCU: 0x16D7, offset: 0x123EAA, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2668, symBinAddr: 0xE5688, symSize: 0x10 } + - { offsetInCU: 0x16EB, offset: 0x123EBE, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2678, symBinAddr: 0xE5698, symSize: 0x8 } + - { offsetInCU: 0x16FF, offset: 0x123ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOy', symObjAddr: 0x2720, symBinAddr: 0xE56A8, symSize: 0x10 } + - { offsetInCU: 0x1713, offset: 0x123EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOe', symObjAddr: 0x276C, symBinAddr: 0xE56F4, symSize: 0x10 } + - { offsetInCU: 0x1727, offset: 0x123EFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOb', symObjAddr: 0x2884, symBinAddr: 0xE580C, symSize: 0x48 } + - { offsetInCU: 0x173B, offset: 0x123F0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_TA', symObjAddr: 0x28CC, symBinAddr: 0xE5854, symSize: 0x88 } + - { offsetInCU: 0x174F, offset: 0x123F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pWOb', symObjAddr: 0x2954, symBinAddr: 0xE58DC, symSize: 0x18 } + - { offsetInCU: 0x1763, offset: 0x123F36, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x2A10, symBinAddr: 0xE5938, symSize: 0x14 } + - { offsetInCU: 0x1777, offset: 0x123F4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACs0C0AAWl', symObjAddr: 0x2A68, symBinAddr: 0xE594C, symSize: 0x44 } + - { offsetInCU: 0x178B, offset: 0x123F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwet', symObjAddr: 0x2BF4, symBinAddr: 0xE5AD0, symSize: 0x50 } + - { offsetInCU: 0x179F, offset: 0x123F72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwst', symObjAddr: 0x2C44, symBinAddr: 0xE5B20, symSize: 0x8C } + - { offsetInCU: 0x17B3, offset: 0x123F86, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwug', symObjAddr: 0x2CD0, symBinAddr: 0xE5BAC, symSize: 0x8 } + - { offsetInCU: 0x17C7, offset: 0x123F9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwup', symObjAddr: 0x2CD8, symBinAddr: 0xE5BB4, symSize: 0x4 } + - { offsetInCU: 0x17DB, offset: 0x123FAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwui', symObjAddr: 0x2CDC, symBinAddr: 0xE5BB8, symSize: 0x4 } + - { offsetInCU: 0x17EF, offset: 0x123FC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOMa', symObjAddr: 0x2CE0, symBinAddr: 0xE5BBC, symSize: 0x10 } + - { offsetInCU: 0x1803, offset: 0x123FD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASQWb', symObjAddr: 0x2CF0, symBinAddr: 0xE5BCC, symSize: 0x4 } + - { offsetInCU: 0x1817, offset: 0x123FEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACSQAAWl', symObjAddr: 0x2CF4, symBinAddr: 0xE5BD0, symSize: 0x44 } + - { offsetInCU: 0x1911, offset: 0x1240E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2540, symBinAddr: 0xE5560, symSize: 0x3C } + - { offsetInCU: 0x19AD, offset: 0x124180, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x257C, symBinAddr: 0xE559C, symSize: 0x4 } + - { offsetInCU: 0x19C9, offset: 0x12419C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x2580, symBinAddr: 0xE55A0, symSize: 0x4 } + - { offsetInCU: 0x19E5, offset: 0x1241B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x2584, symBinAddr: 0xE55A4, symSize: 0x4 } + - { offsetInCU: 0x1A01, offset: 0x1241D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x2588, symBinAddr: 0xE55A8, symSize: 0x4 } + - { offsetInCU: 0x5E, offset: 0x124493, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0xE5C24, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x1244C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x50, symBinAddr: 0xE5C74, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x1244DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfC', symObjAddr: 0x80, symBinAddr: 0xE5CA4, symSize: 0x20 } + - { offsetInCU: 0xC4, offset: 0x1244F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfc', symObjAddr: 0xA0, symBinAddr: 0xE5CC4, symSize: 0xD8 } + - { offsetInCU: 0x132, offset: 0x124567, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfcTo', symObjAddr: 0x178, symBinAddr: 0xE5D9C, symSize: 0x20 } + - { offsetInCU: 0x14E, offset: 0x124583, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x198, symBinAddr: 0xE5DBC, symSize: 0x44 } + - { offsetInCU: 0x16C, offset: 0x1245A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1DC, symBinAddr: 0xE5E00, symSize: 0x30 } + - { offsetInCU: 0x18F, offset: 0x1245C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x20C, symBinAddr: 0xE5E30, symSize: 0x4C } + - { offsetInCU: 0x1DF, offset: 0x124614, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x414, symBinAddr: 0xE5F6C, symSize: 0x18 } + - { offsetInCU: 0x1FF, offset: 0x124634, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x414, symBinAddr: 0xE5F6C, symSize: 0x18 } + - { offsetInCU: 0x278, offset: 0x1246AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x5C0, symBinAddr: 0xE6040, symSize: 0x9C } + - { offsetInCU: 0x2FC, offset: 0x124731, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tFTo', symObjAddr: 0x6A0, symBinAddr: 0xE60DC, symSize: 0x74 } + - { offsetInCU: 0x337, offset: 0x12476C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC15animationDidSetyyF', symObjAddr: 0x714, symBinAddr: 0xE6150, symSize: 0x4 } + - { offsetInCU: 0x362, offset: 0x124797, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg', symObjAddr: 0x718, symBinAddr: 0xE6154, symSize: 0x10 } + - { offsetInCU: 0x3B9, offset: 0x1247EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvW', symObjAddr: 0x7A0, symBinAddr: 0xE61DC, symSize: 0xEC } + - { offsetInCU: 0x432, offset: 0x124867, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg', symObjAddr: 0x88C, symBinAddr: 0xE62C8, symSize: 0x48 } + - { offsetInCU: 0x451, offset: 0x124886, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs', symObjAddr: 0x8D4, symBinAddr: 0xE6310, symSize: 0x70 } + - { offsetInCU: 0x47A, offset: 0x1248AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM', symObjAddr: 0x944, symBinAddr: 0xE6380, symSize: 0x48 } + - { offsetInCU: 0x4A9, offset: 0x1248DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM.resume.0', symObjAddr: 0x98C, symBinAddr: 0xE63C8, symSize: 0x30 } + - { offsetInCU: 0x4FE, offset: 0x124933, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0xA34, symBinAddr: 0xE6470, symSize: 0x74 } + - { offsetInCU: 0x58B, offset: 0x1249C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0xAA8, symBinAddr: 0xE64E4, symSize: 0x64 } + - { offsetInCU: 0x5F4, offset: 0x124A29, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0xB0C, symBinAddr: 0xE6548, symSize: 0x8C } + - { offsetInCU: 0x666, offset: 0x124A9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0xB98, symBinAddr: 0xE65D4, symSize: 0x88 } + - { offsetInCU: 0x701, offset: 0x124B36, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF', symObjAddr: 0xC20, symBinAddr: 0xE665C, symSize: 0x8C } + - { offsetInCU: 0x77B, offset: 0x124BB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF', symObjAddr: 0xCAC, symBinAddr: 0xE66E8, symSize: 0x5C } + - { offsetInCU: 0x81B, offset: 0x124C50, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14updateForStateyyF', symObjAddr: 0xD08, symBinAddr: 0xE6744, symSize: 0x2F8 } + - { offsetInCU: 0xB95, offset: 0x124FCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC10commonInit33_3255EF2F4BCF8A3C447F424ACE2B7066LLyyF', symObjAddr: 0x1000, symBinAddr: 0xE6A3C, symSize: 0x2B4 } + - { offsetInCU: 0xC1D, offset: 0x125052, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfC', symObjAddr: 0x12B4, symBinAddr: 0xE6CF0, symSize: 0x50 } + - { offsetInCU: 0xC3B, offset: 0x125070, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc', symObjAddr: 0x1304, symBinAddr: 0xE6D40, symSize: 0x2C } + - { offsetInCU: 0xCAE, offset: 0x1250E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x1330, symBinAddr: 0xE6D6C, symSize: 0x2C } + - { offsetInCU: 0xD15, offset: 0x12514A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfD', symObjAddr: 0x135C, symBinAddr: 0xE6D98, symSize: 0x30 } + - { offsetInCU: 0xD42, offset: 0x125177, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x2690, symBinAddr: 0xE80CC, symSize: 0x1C0 } + - { offsetInCU: 0xE75, offset: 0x1252AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x2870, symBinAddr: 0xE82AC, symSize: 0xDC } + - { offsetInCU: 0xF12, offset: 0x125347, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvpACTk', symObjAddr: 0x728, symBinAddr: 0xE6164, symSize: 0x78 } + - { offsetInCU: 0x102A, offset: 0x12545F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x2430, symBinAddr: 0xE7E6C, symSize: 0x260 } + - { offsetInCU: 0x1251, offset: 0x125686, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x9BC, symBinAddr: 0xE63F8, symSize: 0x78 } + - { offsetInCU: 0x13D3, offset: 0x125808, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfETo', symObjAddr: 0x138C, symBinAddr: 0xE6DC8, symSize: 0x48 } + - { offsetInCU: 0x142E, offset: 0x125863, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x13D4, symBinAddr: 0xE6E10, symSize: 0xBC } + - { offsetInCU: 0x14C4, offset: 0x1258F9, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector1DVTB5', symObjAddr: 0x1490, symBinAddr: 0xE6ECC, symSize: 0x94 } + - { offsetInCU: 0x155A, offset: 0x12598F, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector3DVTB5', symObjAddr: 0x1524, symBinAddr: 0xE6F60, symSize: 0xBC } + - { offsetInCU: 0x15F0, offset: 0x125A25, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x15E0, symBinAddr: 0xE701C, symSize: 0xA0 } + - { offsetInCU: 0x1686, offset: 0x125ABB, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I5ColorVTB5', symObjAddr: 0x1680, symBinAddr: 0xE70BC, symSize: 0xC4 } + - { offsetInCU: 0x171C, offset: 0x125B51, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x1744, symBinAddr: 0xE7180, symSize: 0xA8 } + - { offsetInCU: 0x17B2, offset: 0x125BE7, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x17EC, symBinAddr: 0xE7228, symSize: 0xB8 } + - { offsetInCU: 0x1840, offset: 0x125C75, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x18C0, symBinAddr: 0xE72FC, symSize: 0xB0 } + - { offsetInCU: 0x18D6, offset: 0x125D0B, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x1970, symBinAddr: 0xE73AC, symSize: 0xB8 } + - { offsetInCU: 0x196C, offset: 0x125DA1, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1A28, symBinAddr: 0xE7464, symSize: 0xB8 } + - { offsetInCU: 0x1A02, offset: 0x125E37, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x1AE0, symBinAddr: 0xE751C, symSize: 0xC4 } + - { offsetInCU: 0x1A98, offset: 0x125ECD, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AI2totTg5', symObjAddr: 0x1D78, symBinAddr: 0xE77B4, symSize: 0xB4 } + - { offsetInCU: 0x1B23, offset: 0x125F58, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSu_SSTg5', symObjAddr: 0x1E2C, symBinAddr: 0xE7868, symSize: 0xC4 } + - { offsetInCU: 0x1B9B, offset: 0x125FD0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x2090, symBinAddr: 0xE7ACC, symSize: 0xC8 } + - { offsetInCU: 0x1C29, offset: 0x12605E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCMa', symObjAddr: 0x2850, symBinAddr: 0xE828C, symSize: 0x20 } + - { offsetInCU: 0x1A0, offset: 0x1265BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xE8564, symSize: 0x8A4 } + - { offsetInCU: 0x664, offset: 0x126A83, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC5valueACyp_tKcfc', symObjAddr: 0x8A4, symBinAddr: 0xE8E08, symSize: 0x8B0 } + - { offsetInCU: 0xC55, offset: 0x127074, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1154, symBinAddr: 0xE96B8, symSize: 0x158 } + - { offsetInCU: 0xD9E, offset: 0x1271BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCfD', symObjAddr: 0x12AC, symBinAddr: 0xE9810, symSize: 0x34 } + - { offsetInCU: 0xDF9, offset: 0x127218, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1300, symBinAddr: 0xE9864, symSize: 0x54 } + - { offsetInCU: 0xE31, offset: 0x127250, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1354, symBinAddr: 0xE98B8, symSize: 0x20 } + - { offsetInCU: 0xFE7, offset: 0x127406, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCMa', symObjAddr: 0x12E0, symBinAddr: 0xE9844, symSize: 0x20 } + - { offsetInCU: 0xFFB, offset: 0x12741A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x1400, symBinAddr: 0xE98D8, symSize: 0x44 } + - { offsetInCU: 0x103B, offset: 0x12745A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x1444, symBinAddr: 0xE991C, symSize: 0x68 } + - { offsetInCU: 0x10D9, offset: 0x1274F8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector1DVTB5', symObjAddr: 0x14AC, symBinAddr: 0xE9984, symSize: 0x4C } + - { offsetInCU: 0x1177, offset: 0x127596, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector3DVTB5', symObjAddr: 0x14F8, symBinAddr: 0xE99D0, symSize: 0x54 } + - { offsetInCU: 0x1215, offset: 0x127634, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x154C, symBinAddr: 0xE9A24, symSize: 0x48 } + - { offsetInCU: 0x12B3, offset: 0x1276D2, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M5ColorVTB5', symObjAddr: 0x1594, symBinAddr: 0xE9A6C, symSize: 0x58 } + - { offsetInCU: 0x1351, offset: 0x127770, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x15EC, symBinAddr: 0xE9AC4, symSize: 0x50 } + - { offsetInCU: 0x13EF, offset: 0x12780E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x163C, symBinAddr: 0xE9B14, symSize: 0x5C } + - { offsetInCU: 0x148D, offset: 0x1278AC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x169C, symBinAddr: 0xE9B74, symSize: 0x5C } + - { offsetInCU: 0x152B, offset: 0x12794A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x16F8, symBinAddr: 0xE9BD0, symSize: 0x64 } + - { offsetInCU: 0x15C9, offset: 0x1279E8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x175C, symBinAddr: 0xE9C34, symSize: 0x64 } + - { offsetInCU: 0x1667, offset: 0x127A86, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x17C0, symBinAddr: 0xE9C98, symSize: 0x58 } + - { offsetInCU: 0x1710, offset: 0x127B2F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x1870, symBinAddr: 0xE9D44, symSize: 0x4C } + - { offsetInCU: 0x17B9, offset: 0x127BD8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSo7CALayerC_6Lottie16AnimationKeypathVTB5', symObjAddr: 0x18BC, symBinAddr: 0xE9D90, symSize: 0x4C } + - { offsetInCU: 0x1857, offset: 0x127C76, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSu_SSTg5', symObjAddr: 0x1908, symBinAddr: 0xE9DDC, symSize: 0x4C } + - { offsetInCU: 0x1900, offset: 0x127D1F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x1954, symBinAddr: 0xE9E28, symSize: 0x60 } + - { offsetInCU: 0x1A38, offset: 0x127E57, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x1A70, symBinAddr: 0xE9F44, symSize: 0x1D0 } + - { offsetInCU: 0x1C45, offset: 0x128064, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie15AnyNodeProperty_p_G_Tg5', symObjAddr: 0x1C40, symBinAddr: 0xEA114, symSize: 0x1D0 } + - { offsetInCU: 0x1D47, offset: 0x128166, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySo17NSLayoutAttributeVSo0H10ConstraintC_G_Tg5', symObjAddr: 0x1E10, symBinAddr: 0xEA2E4, symSize: 0x1C4 } + - { offsetInCU: 0x1E33, offset: 0x128252, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie5AssetC_G_Tg5', symObjAddr: 0x1FD4, symBinAddr: 0xEA4A8, symSize: 0x1C4 } + - { offsetInCU: 0x1EE8, offset: 0x128307, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie5AssetCGSayxGSTsWl', symObjAddr: 0x21A8, symBinAddr: 0xEA66C, symSize: 0x4C } + - { offsetInCU: 0x75, offset: 0x128788, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xEA7A0, symSize: 0x58 } + - { offsetInCU: 0xBC, offset: 0x1287CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0xEA7F8, symSize: 0x1B0 } + - { offsetInCU: 0x17F, offset: 0x128892, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfcTo', symObjAddr: 0x208, symBinAddr: 0xEA9A8, symSize: 0x4C } + - { offsetInCU: 0x19B, offset: 0x1288AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5setup7contextyAA0D7ContextV_tKF', symObjAddr: 0x254, symBinAddr: 0xEA9F4, symSize: 0xF0 } + - { offsetInCU: 0x202, offset: 0x128915, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x344, symBinAddr: 0xEAAE4, symSize: 0x538 } + - { offsetInCU: 0x4B0, offset: 0x128BC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_n', symObjAddr: 0x87C, symBinAddr: 0xEB01C, symSize: 0x7C } + - { offsetInCU: 0x557, offset: 0x128C6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfD', symObjAddr: 0x908, symBinAddr: 0xEB0A8, symSize: 0x34 } + - { offsetInCU: 0x72C, offset: 0x128E3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfE', symObjAddr: 0x8F8, symBinAddr: 0xEB098, symSize: 0x10 } + - { offsetInCU: 0x759, offset: 0x128E6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfETo', symObjAddr: 0x93C, symBinAddr: 0xEB0DC, symSize: 0x10 } + - { offsetInCU: 0x788, offset: 0x128E9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCMa', symObjAddr: 0x94C, symBinAddr: 0xEB0EC, symSize: 0x20 } + - { offsetInCU: 0x7C6, offset: 0x128ED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x96C, symBinAddr: 0xEB10C, symSize: 0x7C } + - { offsetInCU: 0x817, offset: 0x128F2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xB78, symBinAddr: 0xEB188, symSize: 0x14 } + - { offsetInCU: 0x82F, offset: 0x128F42, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xB78, symBinAddr: 0xEB188, symSize: 0x14 } + - { offsetInCU: 0x853, offset: 0x128F66, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_nTA', symObjAddr: 0xC20, symBinAddr: 0xEB230, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x129208, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xEB28C, symSize: 0xAC } + - { offsetInCU: 0x79, offset: 0x129256, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xEB28C, symSize: 0xAC } + - { offsetInCU: 0xD0, offset: 0x1292AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfc', symObjAddr: 0xAC, symBinAddr: 0xEB338, symSize: 0x200 } + - { offsetInCU: 0x1AD, offset: 0x12938A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfcTo', symObjAddr: 0x2AC, symBinAddr: 0xEB538, symSize: 0x4C } + - { offsetInCU: 0x1C9, offset: 0x1293A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2F8, symBinAddr: 0xEB584, symSize: 0x3B0 } + - { offsetInCU: 0x430, offset: 0x12960D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfD', symObjAddr: 0x6D4, symBinAddr: 0xEB960, symSize: 0x34 } + - { offsetInCU: 0x47B, offset: 0x129658, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCyAcA0bC5ModelCcfcTf4gn_n', symObjAddr: 0xA24, symBinAddr: 0xEBA60, symSize: 0x11C } + - { offsetInCU: 0x6C0, offset: 0x12989D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfE', symObjAddr: 0x6A8, symBinAddr: 0xEB934, symSize: 0x2C } + - { offsetInCU: 0x6ED, offset: 0x1298CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfETo', symObjAddr: 0x708, symBinAddr: 0xEB994, symSize: 0x38 } + - { offsetInCU: 0x71C, offset: 0x1298F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCMa', symObjAddr: 0x740, symBinAddr: 0xEB9CC, symSize: 0x20 } + - { offsetInCU: 0x730, offset: 0x12990D, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSgWOb', symObjAddr: 0x7D4, symBinAddr: 0xEBA10, symSize: 0x48 } + - { offsetInCU: 0x744, offset: 0x129921, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x81C, symBinAddr: 0xEBA58, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x129BA4, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0xEBB7C, symSize: 0x7D4 } + - { offsetInCU: 0x3F, offset: 0x129BBC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0xEBB7C, symSize: 0x7D4 } + - { offsetInCU: 0x172, offset: 0x129CEF, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd__cfU0_TA', symObjAddr: 0xA18, symBinAddr: 0xEC550, symSize: 0x20 } + - { offsetInCU: 0x1AF, offset: 0x129D2C, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd___qd__tcfU_TA', symObjAddr: 0xA94, symBinAddr: 0xEC570, symSize: 0x24 } + - { offsetInCU: 0x23F, offset: 0x129DBC, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV24buildLimitedAvailabilityyAA03AnyC0VxAA0C0RzlFZ', symObjAddr: 0x818, symBinAddr: 0xEC350, symSize: 0x6C } + - { offsetInCU: 0x26A, offset: 0x129DE7, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither5firstAA19_ConditionalContentVyxq_Gx_tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x884, symBinAddr: 0xEC3BC, symSize: 0xB8 } + - { offsetInCU: 0x2A3, offset: 0x129E20, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither6secondAA19_ConditionalContentVyxq_Gq__tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x93C, symBinAddr: 0xEC474, symSize: 0xB8 } + - { offsetInCU: 0x4F, offset: 0x12A05E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xEC598, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x12A083, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0xEC5E0, symSize: 0x1C0 } + - { offsetInCU: 0xDC, offset: 0x12A0EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x208, symBinAddr: 0xEC7A0, symSize: 0xD8 } + - { offsetInCU: 0x16E, offset: 0x12A17D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2E0, symBinAddr: 0xEC878, symSize: 0x128 } + - { offsetInCU: 0x1F1, offset: 0x12A200, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x418, symBinAddr: 0xEC9B0, symSize: 0x64 } + - { offsetInCU: 0x234, offset: 0x12A243, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x47C, symBinAddr: 0xECA14, symSize: 0x24 } + - { offsetInCU: 0x274, offset: 0x12A283, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4A0, symBinAddr: 0xECA38, symSize: 0x4 } + - { offsetInCU: 0x294, offset: 0x12A2A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4A0, symBinAddr: 0xECA38, symSize: 0x4 } + - { offsetInCU: 0x2BF, offset: 0x12A2CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4A4, symBinAddr: 0xECA3C, symSize: 0x68 } + - { offsetInCU: 0x30A, offset: 0x12A319, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x50C, symBinAddr: 0xECAA4, symSize: 0xC } + - { offsetInCU: 0x326, offset: 0x12A335, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x518, symBinAddr: 0xECAB0, symSize: 0xC } + - { offsetInCU: 0x342, offset: 0x12A351, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO11stringValueSSvgTf4d_n', symObjAddr: 0x9E4, symBinAddr: 0xECDE0, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x12A38D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfD', symObjAddr: 0x57C, symBinAddr: 0xECB14, symSize: 0x2C } + - { offsetInCU: 0x40C, offset: 0x12A41B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfE', symObjAddr: 0x574, symBinAddr: 0xECB0C, symSize: 0x8 } + - { offsetInCU: 0x464, offset: 0x12A473, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCMa', symObjAddr: 0x5A8, symBinAddr: 0xECB40, symSize: 0x20 } + - { offsetInCU: 0x478, offset: 0x12A487, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs0D3KeyAAWl', symObjAddr: 0x62C, symBinAddr: 0xECB60, symSize: 0x44 } + - { offsetInCU: 0x48C, offset: 0x12A49B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwet', symObjAddr: 0x810, symBinAddr: 0xECC0C, symSize: 0x50 } + - { offsetInCU: 0x4A0, offset: 0x12A4AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwst', symObjAddr: 0x860, symBinAddr: 0xECC5C, symSize: 0x8C } + - { offsetInCU: 0x4B4, offset: 0x12A4C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwug', symObjAddr: 0x8EC, symBinAddr: 0xECCE8, symSize: 0x8 } + - { offsetInCU: 0x4C8, offset: 0x12A4D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwup', symObjAddr: 0x8F4, symBinAddr: 0xECCF0, symSize: 0x4 } + - { offsetInCU: 0x4DC, offset: 0x12A4EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwui', symObjAddr: 0x8F8, symBinAddr: 0xECCF4, symSize: 0x4 } + - { offsetInCU: 0x4F0, offset: 0x12A4FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOMa', symObjAddr: 0x8FC, symBinAddr: 0xECCF8, symSize: 0x10 } + - { offsetInCU: 0x504, offset: 0x12A513, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASQWb', symObjAddr: 0x90C, symBinAddr: 0xECD08, symSize: 0x4 } + - { offsetInCU: 0x518, offset: 0x12A527, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFSQAAWl', symObjAddr: 0x910, symBinAddr: 0xECD0C, symSize: 0x44 } + - { offsetInCU: 0x52C, offset: 0x12A53B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x954, symBinAddr: 0xECD50, symSize: 0x4 } + - { offsetInCU: 0x540, offset: 0x12A54F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x958, symBinAddr: 0xECD54, symSize: 0x44 } + - { offsetInCU: 0x554, offset: 0x12A563, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x99C, symBinAddr: 0xECD98, symSize: 0x4 } + - { offsetInCU: 0x568, offset: 0x12A577, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x9A0, symBinAddr: 0xECD9C, symSize: 0x44 } + - { offsetInCU: 0x5A2, offset: 0x12A5B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x408, symBinAddr: 0xEC9A0, symSize: 0x4 } + - { offsetInCU: 0x5C2, offset: 0x12A5D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x408, symBinAddr: 0xEC9A0, symSize: 0x4 } + - { offsetInCU: 0x5E2, offset: 0x12A5F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x40C, symBinAddr: 0xEC9A4, symSize: 0x4 } + - { offsetInCU: 0x602, offset: 0x12A611, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x40C, symBinAddr: 0xEC9A4, symSize: 0x4 } + - { offsetInCU: 0x622, offset: 0x12A631, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x410, symBinAddr: 0xEC9A8, symSize: 0x4 } + - { offsetInCU: 0x642, offset: 0x12A651, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x410, symBinAddr: 0xEC9A8, symSize: 0x4 } + - { offsetInCU: 0x662, offset: 0x12A671, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x414, symBinAddr: 0xEC9AC, symSize: 0x4 } + - { offsetInCU: 0x682, offset: 0x12A691, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x414, symBinAddr: 0xEC9AC, symSize: 0x4 } + - { offsetInCU: 0x699, offset: 0x12A6A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x524, symBinAddr: 0xECABC, symSize: 0x28 } + - { offsetInCU: 0x6B5, offset: 0x12A6C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x54C, symBinAddr: 0xECAE4, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x12A8A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0xECDEC, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x12A8B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0xECDEC, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x12A8CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMr', symObjAddr: 0x4, symBinAddr: 0xECDF0, symSize: 0x44 } + - { offsetInCU: 0x73, offset: 0x12A8ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvg', symObjAddr: 0x48, symBinAddr: 0xECE34, symSize: 0x70 } + - { offsetInCU: 0xAF, offset: 0x12A929, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0xB8, symBinAddr: 0xECEA4, symSize: 0xAC } + - { offsetInCU: 0xF8, offset: 0x12A972, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_', symObjAddr: 0x164, symBinAddr: 0xECF50, symSize: 0x90 } + - { offsetInCU: 0x148, offset: 0x12A9C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1F4, symBinAddr: 0xECFE0, symSize: 0xB8 } + - { offsetInCU: 0x20D, offset: 0x12AA87, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCfD', symObjAddr: 0x2C8, symBinAddr: 0xED098, symSize: 0x24 } + - { offsetInCU: 0x257, offset: 0x12AAD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x2F8, symBinAddr: 0xED0C8, symSize: 0x20 } + - { offsetInCU: 0x282, offset: 0x12AAFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x318, symBinAddr: 0xED0E8, symSize: 0xC } + - { offsetInCU: 0x2A2, offset: 0x12AB1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x318, symBinAddr: 0xED0E8, symSize: 0xC } + - { offsetInCU: 0x2B4, offset: 0x12AB2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x324, symBinAddr: 0xED0F4, symSize: 0x24 } + - { offsetInCU: 0x2D0, offset: 0x12AB4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x420, symBinAddr: 0xED1F0, symSize: 0xC } + - { offsetInCU: 0x2FE, offset: 0x12AB78, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMa', symObjAddr: 0x2EC, symBinAddr: 0xED0BC, symSize: 0xC } + - { offsetInCU: 0x312, offset: 0x12AB8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x348, symBinAddr: 0xED118, symSize: 0x38 } + - { offsetInCU: 0x326, offset: 0x12ABA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x380, symBinAddr: 0xED150, symSize: 0x8 } + - { offsetInCU: 0x345, offset: 0x12ABBF, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x3AC, symBinAddr: 0xED17C, symSize: 0x28 } + - { offsetInCU: 0x36E, offset: 0x12ABE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3D4, symBinAddr: 0xED1A4, symSize: 0x1C } + - { offsetInCU: 0x382, offset: 0x12ABFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFSbAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3F0, symBinAddr: 0xED1C0, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x12ADDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0xED1FC, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x12ADFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0xED1FC, symSize: 0x8 } + - { offsetInCU: 0x9E, offset: 0x12AE52, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x8, symBinAddr: 0xED204, symSize: 0x44 } + - { offsetInCU: 0x109, offset: 0x12AEBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5layerACyp_tcfcTo', symObjAddr: 0x4C, symBinAddr: 0xED248, symSize: 0x9C } + - { offsetInCU: 0x14E, offset: 0x12AF02, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCfD', symObjAddr: 0xE8, symBinAddr: 0xED2E4, symSize: 0x34 } + - { offsetInCU: 0x17C, offset: 0x12AF30, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCMa', symObjAddr: 0x11C, symBinAddr: 0xED318, symSize: 0x20 } + - { offsetInCU: 0xD2, offset: 0x12B16D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0xED338, symSize: 0x370 } + - { offsetInCU: 0x279, offset: 0x12B314, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO8rawValueSSvg', symObjAddr: 0x370, symBinAddr: 0xED6A8, symSize: 0x20 } + - { offsetInCU: 0x2B2, offset: 0x12B34D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x390, symBinAddr: 0xED6C8, symSize: 0x20 } + - { offsetInCU: 0x2E0, offset: 0x12B37B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x390, symBinAddr: 0xED6C8, symSize: 0x20 } + - { offsetInCU: 0x334, offset: 0x12B3CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x3D4, symBinAddr: 0xED70C, symSize: 0x64 } + - { offsetInCU: 0x39A, offset: 0x12B435, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x438, symBinAddr: 0xED770, symSize: 0x28 } + - { offsetInCU: 0x3B6, offset: 0x12B451, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x460, symBinAddr: 0xED798, symSize: 0x8 } + - { offsetInCU: 0x3EC, offset: 0x12B487, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x468, symBinAddr: 0xED7A0, symSize: 0x68 } + - { offsetInCU: 0x471, offset: 0x12B50C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4D0, symBinAddr: 0xED808, symSize: 0xC } + - { offsetInCU: 0x48D, offset: 0x12B528, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4DC, symBinAddr: 0xED814, symSize: 0xC } + - { offsetInCU: 0x4C9, offset: 0x12B564, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCfD', symObjAddr: 0x538, symBinAddr: 0xED870, symSize: 0x34 } + - { offsetInCU: 0x50C, offset: 0x12B5A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC6encode2toys7Encoder_p_tKF', symObjAddr: 0x58C, symBinAddr: 0xED8C4, symSize: 0x154 } + - { offsetInCU: 0x54B, offset: 0x12B5E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x6E0, symBinAddr: 0xEDA18, symSize: 0x21C } + - { offsetInCU: 0x58A, offset: 0x12B625, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x91C, symBinAddr: 0xEDC54, symSize: 0x20 } + - { offsetInCU: 0x5C6, offset: 0x12B661, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCMa', symObjAddr: 0x56C, symBinAddr: 0xED8A4, symSize: 0x20 } + - { offsetInCU: 0x68A, offset: 0x12B725, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x93C, symBinAddr: 0xEDC74, symSize: 0x1D4 } + - { offsetInCU: 0x8BB, offset: 0x12B956, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xB20, symBinAddr: 0xEDE58, symSize: 0x64 } + - { offsetInCU: 0x8FE, offset: 0x12B999, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xB84, symBinAddr: 0xEDEBC, symSize: 0x24 } + - { offsetInCU: 0x93E, offset: 0x12B9D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBA8, symBinAddr: 0xEDEE0, symSize: 0x4 } + - { offsetInCU: 0x95E, offset: 0x12B9F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBA8, symBinAddr: 0xEDEE0, symSize: 0x4 } + - { offsetInCU: 0x989, offset: 0x12BA24, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBAC, symBinAddr: 0xEDEE4, symSize: 0x68 } + - { offsetInCU: 0x9D4, offset: 0x12BA6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xC14, symBinAddr: 0xEDF4C, symSize: 0xC } + - { offsetInCU: 0x9F0, offset: 0x12BA8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xC20, symBinAddr: 0xEDF58, symSize: 0xC } + - { offsetInCU: 0xA0C, offset: 0x12BAA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x1694, symBinAddr: 0xEE870, symSize: 0x10 } + - { offsetInCU: 0xA47, offset: 0x12BAE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCfD', symObjAddr: 0xC7C, symBinAddr: 0xEDFB4, symSize: 0x24 } + - { offsetInCU: 0xA92, offset: 0x12BB2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC6encode2toys7Encoder_p_tKF', symObjAddr: 0xCC0, symBinAddr: 0xEDFF8, symSize: 0x118 } + - { offsetInCU: 0xAD1, offset: 0x12BB6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xDD8, symBinAddr: 0xEE110, symSize: 0x164 } + - { offsetInCU: 0xB10, offset: 0x12BBAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xFBC, symBinAddr: 0xEE2F4, symSize: 0x20 } + - { offsetInCU: 0xB6B, offset: 0x12BC06, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCMa', symObjAddr: 0xCA0, symBinAddr: 0xEDFD8, symSize: 0x20 } + - { offsetInCU: 0xB7F, offset: 0x12BC1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x1040, symBinAddr: 0xEE314, symSize: 0x44 } + - { offsetInCU: 0xB93, offset: 0x12BC2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs0C3KeyAAWl', symObjAddr: 0x11A0, symBinAddr: 0xEE410, symSize: 0x44 } + - { offsetInCU: 0xBA7, offset: 0x12BC42, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwet', symObjAddr: 0x1274, symBinAddr: 0xEE454, symSize: 0x90 } + - { offsetInCU: 0xBBB, offset: 0x12BC56, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwst', symObjAddr: 0x1304, symBinAddr: 0xEE4E4, symSize: 0xBC } + - { offsetInCU: 0xBCF, offset: 0x12BC6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwug', symObjAddr: 0x13C0, symBinAddr: 0xEE5A0, symSize: 0x8 } + - { offsetInCU: 0xBE3, offset: 0x12BC7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwup', symObjAddr: 0x13C8, symBinAddr: 0xEE5A8, symSize: 0x4 } + - { offsetInCU: 0xBF7, offset: 0x12BC92, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwui', symObjAddr: 0x13CC, symBinAddr: 0xEE5AC, symSize: 0x8 } + - { offsetInCU: 0xC0B, offset: 0x12BCA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOMa', symObjAddr: 0x13D4, symBinAddr: 0xEE5B4, symSize: 0x10 } + - { offsetInCU: 0xC1F, offset: 0x12BCBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwet', symObjAddr: 0x13E8, symBinAddr: 0xEE5C4, symSize: 0x50 } + - { offsetInCU: 0xC33, offset: 0x12BCCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwst', symObjAddr: 0x1438, symBinAddr: 0xEE614, symSize: 0x8C } + - { offsetInCU: 0xC47, offset: 0x12BCE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwug', symObjAddr: 0x14C4, symBinAddr: 0xEE6A0, symSize: 0x8 } + - { offsetInCU: 0xC5B, offset: 0x12BCF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwup', symObjAddr: 0x14CC, symBinAddr: 0xEE6A8, symSize: 0x4 } + - { offsetInCU: 0xC6F, offset: 0x12BD0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwui', symObjAddr: 0x14D0, symBinAddr: 0xEE6AC, symSize: 0x4 } + - { offsetInCU: 0xC83, offset: 0x12BD1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOMa', symObjAddr: 0x14D4, symBinAddr: 0xEE6B0, symSize: 0x10 } + - { offsetInCU: 0xC97, offset: 0x12BD32, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASQWb', symObjAddr: 0x14E4, symBinAddr: 0xEE6C0, symSize: 0x4 } + - { offsetInCU: 0xCAB, offset: 0x12BD46, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAESQAAWl', symObjAddr: 0x14E8, symBinAddr: 0xEE6C4, symSize: 0x44 } + - { offsetInCU: 0xCBF, offset: 0x12BD5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASQWb', symObjAddr: 0x152C, symBinAddr: 0xEE708, symSize: 0x4 } + - { offsetInCU: 0xCD3, offset: 0x12BD6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFSQAAWl', symObjAddr: 0x1530, symBinAddr: 0xEE70C, symSize: 0x44 } + - { offsetInCU: 0xCE7, offset: 0x12BD82, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1574, symBinAddr: 0xEE750, symSize: 0x4 } + - { offsetInCU: 0xCFB, offset: 0x12BD96, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1578, symBinAddr: 0xEE754, symSize: 0x44 } + - { offsetInCU: 0xD0F, offset: 0x12BDAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x15BC, symBinAddr: 0xEE798, symSize: 0x4 } + - { offsetInCU: 0xD23, offset: 0x12BDBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x15C0, symBinAddr: 0xEE79C, symSize: 0x44 } + - { offsetInCU: 0xD37, offset: 0x12BDD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1604, symBinAddr: 0xEE7E0, symSize: 0x4 } + - { offsetInCU: 0xD4B, offset: 0x12BDE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1608, symBinAddr: 0xEE7E4, symSize: 0x44 } + - { offsetInCU: 0xD5F, offset: 0x12BDFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x164C, symBinAddr: 0xEE828, symSize: 0x4 } + - { offsetInCU: 0xD73, offset: 0x12BE0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1650, symBinAddr: 0xEE82C, symSize: 0x44 } + - { offsetInCU: 0xDD3, offset: 0x12BE6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0xED6E8, symSize: 0xC } + - { offsetInCU: 0xDEF, offset: 0x12BE8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3BC, symBinAddr: 0xED6F4, symSize: 0x8 } + - { offsetInCU: 0xE0B, offset: 0x12BEA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3C4, symBinAddr: 0xED6FC, symSize: 0x8 } + - { offsetInCU: 0xE27, offset: 0x12BEC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3CC, symBinAddr: 0xED704, symSize: 0x8 } + - { offsetInCU: 0xE49, offset: 0x12BEE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4E8, symBinAddr: 0xED820, symSize: 0x28 } + - { offsetInCU: 0xE65, offset: 0x12BF00, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x510, symBinAddr: 0xED848, symSize: 0x28 } + - { offsetInCU: 0xEEB, offset: 0x12BF86, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB10, symBinAddr: 0xEDE48, symSize: 0x4 } + - { offsetInCU: 0xF0B, offset: 0x12BFA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB10, symBinAddr: 0xEDE48, symSize: 0x4 } + - { offsetInCU: 0xF2B, offset: 0x12BFC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB14, symBinAddr: 0xEDE4C, symSize: 0x4 } + - { offsetInCU: 0xF4B, offset: 0x12BFE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB14, symBinAddr: 0xEDE4C, symSize: 0x4 } + - { offsetInCU: 0xF6B, offset: 0x12C006, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB18, symBinAddr: 0xEDE50, symSize: 0x4 } + - { offsetInCU: 0xF8B, offset: 0x12C026, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB18, symBinAddr: 0xEDE50, symSize: 0x4 } + - { offsetInCU: 0xFAB, offset: 0x12C046, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB1C, symBinAddr: 0xEDE54, symSize: 0x4 } + - { offsetInCU: 0xFCB, offset: 0x12C066, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB1C, symBinAddr: 0xEDE54, symSize: 0x4 } + - { offsetInCU: 0xFE2, offset: 0x12C07D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xC2C, symBinAddr: 0xEDF64, symSize: 0x28 } + - { offsetInCU: 0xFFE, offset: 0x12C099, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xC54, symBinAddr: 0xEDF8C, symSize: 0x28 } + - { offsetInCU: 0x11A, offset: 0x12C33E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addTransformAnimations3for7contextyAC0D5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x50, symBinAddr: 0xEE880, symSize: 0x30C } + - { offsetInCU: 0x20D, offset: 0x12C431, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x35C, symBinAddr: 0xEEB8C, symSize: 0xC } + - { offsetInCU: 0x266, offset: 0x12C48A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x368, symBinAddr: 0xEEB98, symSize: 0xC } + - { offsetInCU: 0x2BF, offset: 0x12C4E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x374, symBinAddr: 0xEEBA4, symSize: 0xC } + - { offsetInCU: 0x2FA, offset: 0x12C51E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x380, symBinAddr: 0xEEBB0, symSize: 0x8 } + - { offsetInCU: 0x316, offset: 0x12C53A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x388, symBinAddr: 0xEEBB8, symSize: 0x8 } + - { offsetInCU: 0x350, offset: 0x12C574, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x390, symBinAddr: 0xEEBC0, symSize: 0xC } + - { offsetInCU: 0x3A9, offset: 0x12C5CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x39C, symBinAddr: 0xEEBCC, symSize: 0xC } + - { offsetInCU: 0x3E4, offset: 0x12C608, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3A8, symBinAddr: 0xEEBD8, symSize: 0x8 } + - { offsetInCU: 0x400, offset: 0x12C624, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B0, symBinAddr: 0xEEBE0, symSize: 0x8 } + - { offsetInCU: 0x43A, offset: 0x12C65E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B8, symBinAddr: 0xEEBE8, symSize: 0xC } + - { offsetInCU: 0x493, offset: 0x12C6B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3C4, symBinAddr: 0xEEBF4, symSize: 0xC } + - { offsetInCU: 0x505, offset: 0x12C729, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE7hasSkewSbvg', symObjAddr: 0x3F4, symBinAddr: 0xEEC00, symSize: 0xD4 } + - { offsetInCU: 0x699, offset: 0x12C8BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModel_pWOc', symObjAddr: 0x4C8, symBinAddr: 0xEECD4, symSize: 0x44 } + - { offsetInCU: 0x6E4, offset: 0x12C908, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE23hasNegativeXScaleValuesSbvg', symObjAddr: 0x50C, symBinAddr: 0xEED18, symSize: 0x98 } + - { offsetInCU: 0x810, offset: 0x12CA34, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZAA0A8Vector3DV_AvA0A8Vector1DVAxv5xA4HoldVySo13CATransform3DVGTg5Tf4nnnnnnnnnnnnd_n', symObjAddr: 0x16D4, symBinAddr: 0xEFDA4, symSize: 0x1FC } + - { offsetInCU: 0x995, offset: 0x12CBB9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x5C4, symBinAddr: 0xEEDB0, symSize: 0x4F8 } + - { offsetInCU: 0xA97, offset: 0x12CCBB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_', symObjAddr: 0x1530, symBinAddr: 0xEFC40, symSize: 0x14C } + - { offsetInCU: 0xBE8, offset: 0x12CE0C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addPositionAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xABC, symBinAddr: 0xEF2A8, symSize: 0x31C } + - { offsetInCU: 0xE30, offset: 0x12D054, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE18addScaleAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xDD8, symBinAddr: 0xEF5C4, symSize: 0x268 } + - { offsetInCU: 0x1047, offset: 0x12D26B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addRotationAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x1040, symBinAddr: 0xEF82C, symSize: 0x35C } + - { offsetInCU: 0x1202, offset: 0x12D426, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE16hasSkewAnimationSbvg', symObjAddr: 0x1478, symBinAddr: 0xEFB88, symSize: 0xB8 } + - { offsetInCU: 0x12F6, offset: 0x12D51A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5TA', symObjAddr: 0x16CC, symBinAddr: 0xEFD9C, symSize: 0x8 } + - { offsetInCU: 0x134C, offset: 0x12D570, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_TA', symObjAddr: 0x1A60, symBinAddr: 0xEFFA0, symSize: 0x2C } + - { offsetInCU: 0x1360, offset: 0x12D584, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x1B78, symBinAddr: 0xF0074, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x12D952, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0xF0108, symSize: 0x1A8 } + - { offsetInCU: 0x126, offset: 0x12DA4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0xF0108, symSize: 0x1A8 } + - { offsetInCU: 0x35A, offset: 0x12DC81, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfd', symObjAddr: 0x1A8, symBinAddr: 0xF02B0, symSize: 0x7C } + - { offsetInCU: 0x387, offset: 0x12DCAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfD', symObjAddr: 0x224, symBinAddr: 0xF032C, symSize: 0x1C } + - { offsetInCU: 0x3C3, offset: 0x12DCEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x260, symBinAddr: 0xF0368, symSize: 0xC } + - { offsetInCU: 0x404, offset: 0x12DD2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x26C, symBinAddr: 0xF0374, symSize: 0x30 } + - { offsetInCU: 0x445, offset: 0x12DD6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x29C, symBinAddr: 0xF03A4, symSize: 0xC } + - { offsetInCU: 0x486, offset: 0x12DDAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A8, symBinAddr: 0xF03B0, symSize: 0xC } + - { offsetInCU: 0x4B8, offset: 0x12DDDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC9transformAcA14ShapeTransformCSg_tcfcTf4gn_n', symObjAddr: 0x574, symBinAddr: 0xF067C, symSize: 0x934 } + - { offsetInCU: 0xDA3, offset: 0x12E6CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCMa', symObjAddr: 0x240, symBinAddr: 0xF0348, symSize: 0x20 } + - { offsetInCU: 0xDC3, offset: 0x12E6EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfd', symObjAddr: 0x2B4, symBinAddr: 0xF03BC, symSize: 0x4C } + - { offsetInCU: 0xDF0, offset: 0x12E717, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfD', symObjAddr: 0x300, symBinAddr: 0xF0408, symSize: 0x1C } + - { offsetInCU: 0xE3B, offset: 0x12E762, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x33C, symBinAddr: 0xF0444, symSize: 0x44 } + - { offsetInCU: 0xE87, offset: 0x12E7AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x380, symBinAddr: 0xF0488, symSize: 0x24 } + - { offsetInCU: 0xED7, offset: 0x12E7FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x3A4, symBinAddr: 0xF04AC, symSize: 0x3C } + - { offsetInCU: 0xF23, offset: 0x12E84A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xF04E8, symSize: 0x4 } + - { offsetInCU: 0xF43, offset: 0x12E86A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xF04E8, symSize: 0x4 } + - { offsetInCU: 0xF73, offset: 0x12E89A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x3E4, symBinAddr: 0xF04EC, symSize: 0x8 } + - { offsetInCU: 0xF93, offset: 0x12E8BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x3E4, symBinAddr: 0xF04EC, symSize: 0x8 } + - { offsetInCU: 0xFF6, offset: 0x12E91D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3EC, symBinAddr: 0xF04F4, symSize: 0x20 } + - { offsetInCU: 0x1016, offset: 0x12E93D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3EC, symBinAddr: 0xF04F4, symSize: 0x20 } + - { offsetInCU: 0x1067, offset: 0x12E98E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x40C, symBinAddr: 0xF0514, symSize: 0x8 } + - { offsetInCU: 0x1087, offset: 0x12E9AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x40C, symBinAddr: 0xF0514, symSize: 0x8 } + - { offsetInCU: 0x10A8, offset: 0x12E9CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x414, symBinAddr: 0xF051C, symSize: 0x8 } + - { offsetInCU: 0x10C8, offset: 0x12E9EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x414, symBinAddr: 0xF051C, symSize: 0x8 } + - { offsetInCU: 0x10E9, offset: 0x12EA10, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x41C, symBinAddr: 0xF0524, symSize: 0x8 } + - { offsetInCU: 0x1109, offset: 0x12EA30, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x41C, symBinAddr: 0xF0524, symSize: 0x8 } + - { offsetInCU: 0x112A, offset: 0x12EA51, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x424, symBinAddr: 0xF052C, symSize: 0x8 } + - { offsetInCU: 0x114A, offset: 0x12EA71, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x424, symBinAddr: 0xF052C, symSize: 0x8 } + - { offsetInCU: 0x116B, offset: 0x12EA92, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x42C, symBinAddr: 0xF0534, symSize: 0xC } + - { offsetInCU: 0x118B, offset: 0x12EAB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x42C, symBinAddr: 0xF0534, symSize: 0xC } + - { offsetInCU: 0x11AC, offset: 0x12EAD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x438, symBinAddr: 0xF0540, symSize: 0x10 } + - { offsetInCU: 0x11CC, offset: 0x12EAF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x438, symBinAddr: 0xF0540, symSize: 0x10 } + - { offsetInCU: 0x1214, offset: 0x12EB3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x448, symBinAddr: 0xF0550, symSize: 0x68 } + - { offsetInCU: 0x129B, offset: 0x12EBC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x4B0, symBinAddr: 0xF05B8, symSize: 0x5C } + - { offsetInCU: 0x12FB, offset: 0x12EC22, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x50C, symBinAddr: 0xF0614, symSize: 0x30 } + - { offsetInCU: 0x133C, offset: 0x12EC63, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x53C, symBinAddr: 0xF0644, symSize: 0xC } + - { offsetInCU: 0x138C, offset: 0x12ECB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x548, symBinAddr: 0xF0650, symSize: 0x2C } + - { offsetInCU: 0x13C7, offset: 0x12ECEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC4name06parentC04treeACSS_AA08AnimatorC0_pSgAA0C4TreeCtcfcTf4gggn_n', symObjAddr: 0xEA8, symBinAddr: 0xF0FB0, symSize: 0x4B8 } + - { offsetInCU: 0x1839, offset: 0x12F160, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1360, symBinAddr: 0xF1468, symSize: 0x148 } + - { offsetInCU: 0x18E4, offset: 0x12F20B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCMa', symObjAddr: 0x31C, symBinAddr: 0xF0424, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x12F9C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0xF15B0, symSize: 0x4C } + - { offsetInCU: 0x4F, offset: 0x12F9E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0xF15B0, symSize: 0x4C } + - { offsetInCU: 0x7C, offset: 0x12FA16, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfD', symObjAddr: 0x4C, symBinAddr: 0xF15FC, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x12FA52, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x88, symBinAddr: 0xF1638, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x12FA93, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x94, symBinAddr: 0xF1644, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x12FAD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xC4, symBinAddr: 0xF1674, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x12FB06, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesC12gradientfillAcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x628, symBinAddr: 0xF1BD8, symSize: 0x3DC } + - { offsetInCU: 0x4A0, offset: 0x12FE3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCMa', symObjAddr: 0x68, symBinAddr: 0xF1618, symSize: 0x20 } + - { offsetInCU: 0x4DE, offset: 0x12FE78, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCfD', symObjAddr: 0xD0, symBinAddr: 0xF1680, symSize: 0x34 } + - { offsetInCU: 0x53F, offset: 0x12FED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x124, symBinAddr: 0xF16D4, symSize: 0x44 } + - { offsetInCU: 0x58B, offset: 0x12FF25, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x168, symBinAddr: 0xF1718, symSize: 0x24 } + - { offsetInCU: 0x5CC, offset: 0x12FF66, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x18C, symBinAddr: 0xF173C, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0x12FF86, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x18C, symBinAddr: 0xF173C, symSize: 0x4 } + - { offsetInCU: 0x61C, offset: 0x12FFB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x190, symBinAddr: 0xF1740, symSize: 0x8 } + - { offsetInCU: 0x63C, offset: 0x12FFD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x190, symBinAddr: 0xF1740, symSize: 0x8 } + - { offsetInCU: 0x69F, offset: 0x130039, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x198, symBinAddr: 0xF1748, symSize: 0x10 } + - { offsetInCU: 0x6BF, offset: 0x130059, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x198, symBinAddr: 0xF1748, symSize: 0x10 } + - { offsetInCU: 0x706, offset: 0x1300A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0xF1758, symSize: 0x8 } + - { offsetInCU: 0x726, offset: 0x1300C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0xF1758, symSize: 0x8 } + - { offsetInCU: 0x747, offset: 0x1300E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0xF1760, symSize: 0x8 } + - { offsetInCU: 0x767, offset: 0x130101, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0xF1760, symSize: 0x8 } + - { offsetInCU: 0x788, offset: 0x130122, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1B8, symBinAddr: 0xF1768, symSize: 0x8 } + - { offsetInCU: 0x7A8, offset: 0x130142, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1B8, symBinAddr: 0xF1768, symSize: 0x8 } + - { offsetInCU: 0x7C9, offset: 0x130163, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1C0, symBinAddr: 0xF1770, symSize: 0x8 } + - { offsetInCU: 0x7E9, offset: 0x130183, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1C0, symBinAddr: 0xF1770, symSize: 0x8 } + - { offsetInCU: 0x80A, offset: 0x1301A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1C8, symBinAddr: 0xF1778, symSize: 0xC } + - { offsetInCU: 0x82A, offset: 0x1301C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1C8, symBinAddr: 0xF1778, symSize: 0xC } + - { offsetInCU: 0x84B, offset: 0x1301E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1D4, symBinAddr: 0xF1784, symSize: 0x10 } + - { offsetInCU: 0x86B, offset: 0x130205, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1D4, symBinAddr: 0xF1784, symSize: 0x10 } + - { offsetInCU: 0x87D, offset: 0x130217, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1E4, symBinAddr: 0xF1794, symSize: 0x8 } + - { offsetInCU: 0x8B7, offset: 0x130251, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x1EC, symBinAddr: 0xF179C, symSize: 0x4C } + - { offsetInCU: 0x8F4, offset: 0x13028E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xA04, symBinAddr: 0xF1FB4, symSize: 0x220 } + - { offsetInCU: 0xD18, offset: 0x1306B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCMa', symObjAddr: 0x104, symBinAddr: 0xF16B4, symSize: 0x20 } + - { offsetInCU: 0xE47, offset: 0x1307E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x238, symBinAddr: 0xF17E8, symSize: 0x12C } + - { offsetInCU: 0xEE3, offset: 0x13087D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x364, symBinAddr: 0xF1914, symSize: 0x1A8 } + - { offsetInCU: 0x1057, offset: 0x1309F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcSaySdG_Tg5Tf4en_nAA20KeyframeInterpolatorCyAGG_Tg5', symObjAddr: 0x50C, symBinAddr: 0xF1ABC, symSize: 0x11C } + - { offsetInCU: 0x16A6, offset: 0x131040, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOc', symObjAddr: 0xCF0, symBinAddr: 0xF21D4, symSize: 0x3C } + - { offsetInCU: 0x16BA, offset: 0x131054, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOh', symObjAddr: 0xD2C, symBinAddr: 0xF2210, symSize: 0x34 } + - { offsetInCU: 0x75, offset: 0x13145D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4pathSSvg', symObjAddr: 0x0, symBinAddr: 0xF2244, symSize: 0x108 } + - { offsetInCU: 0x162, offset: 0x13154A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4typeAC0B4TypeOvg', symObjAddr: 0x114, symBinAddr: 0xF234C, symSize: 0x118 } + - { offsetInCU: 0x239, offset: 0x131621, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV16uncompressedSizes6UInt64Vvg', symObjAddr: 0x22C, symBinAddr: 0xF2464, symSize: 0x188 } + - { offsetInCU: 0x314, offset: 0x1316FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B4, symBinAddr: 0xF25EC, symSize: 0xC0 } + - { offsetInCU: 0x346, offset: 0x13172E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x474, symBinAddr: 0xF26AC, symSize: 0x1D8 } + - { offsetInCU: 0x3E3, offset: 0x1317CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25centralDirectoryStructure15localFileHeader14dataDescriptor09zip64DataJ0ACSgAC07CentraldE0V_AC05LocalgH0VAC0lJ0Vy_s6UInt32VGSgANy_s6UInt64VGSgtcfCTf4ggggd_n', symObjAddr: 0x64C, symBinAddr: 0xF2884, symSize: 0x59C } + - { offsetInCU: 0x519, offset: 0x131901, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVWOr', symObjAddr: 0xC28, symBinAddr: 0xF2E20, symSize: 0x64 } + - { offsetInCU: 0x52D, offset: 0x131915, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVWOr', symObjAddr: 0xCDC, symBinAddr: 0xF2E84, symSize: 0x4C } + - { offsetInCU: 0x541, offset: 0x131929, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOy', symObjAddr: 0xD28, symBinAddr: 0xF2ED0, symSize: 0x14 } + - { offsetInCU: 0x555, offset: 0x13193D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOr', symObjAddr: 0xD3C, symBinAddr: 0xF2EE4, symSize: 0x30 } + - { offsetInCU: 0x569, offset: 0x131951, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOy', symObjAddr: 0xD6C, symBinAddr: 0xF2F14, symSize: 0x14 } + - { offsetInCU: 0x57D, offset: 0x131965, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMi', symObjAddr: 0xE30, symBinAddr: 0xF2F6C, symSize: 0x8 } + - { offsetInCU: 0x591, offset: 0x131979, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMr', symObjAddr: 0xE38, symBinAddr: 0xF2F74, symSize: 0x88 } + - { offsetInCU: 0x5A5, offset: 0x13198D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwCP', symObjAddr: 0xEC0, symBinAddr: 0xF2FFC, symSize: 0x128 } + - { offsetInCU: 0x5B9, offset: 0x1319A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwxx', symObjAddr: 0xFE8, symBinAddr: 0xF3124, symSize: 0x94 } + - { offsetInCU: 0x5CD, offset: 0x1319B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwcp', symObjAddr: 0x107C, symBinAddr: 0xF31B8, symSize: 0xD0 } + - { offsetInCU: 0x5E1, offset: 0x1319C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwca', symObjAddr: 0x114C, symBinAddr: 0xF3288, symSize: 0xD8 } + - { offsetInCU: 0x5F5, offset: 0x1319DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwtk', symObjAddr: 0x1224, symBinAddr: 0xF3360, symSize: 0xBC } + - { offsetInCU: 0x609, offset: 0x1319F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwta', symObjAddr: 0x12E0, symBinAddr: 0xF341C, symSize: 0xCC } + - { offsetInCU: 0x61D, offset: 0x131A05, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwet', symObjAddr: 0x13AC, symBinAddr: 0xF34E8, symSize: 0x180 } + - { offsetInCU: 0x631, offset: 0x131A19, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwst', symObjAddr: 0x152C, symBinAddr: 0xF3668, symSize: 0x22C } + - { offsetInCU: 0x645, offset: 0x131A2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMa', symObjAddr: 0x1758, symBinAddr: 0xF3894, symSize: 0xC } + - { offsetInCU: 0x659, offset: 0x131A41, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwCP', symObjAddr: 0x1764, symBinAddr: 0xF38A0, symSize: 0x30 } + - { offsetInCU: 0x66D, offset: 0x131A55, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwxx', symObjAddr: 0x1794, symBinAddr: 0xF38D0, symSize: 0x34 } + - { offsetInCU: 0x681, offset: 0x131A69, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwcp', symObjAddr: 0x17C8, symBinAddr: 0xF3904, symSize: 0x88 } + - { offsetInCU: 0x695, offset: 0x131A7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwca', symObjAddr: 0x1850, symBinAddr: 0xF398C, symSize: 0xD4 } + - { offsetInCU: 0x6A9, offset: 0x131A91, size: 0x8, addend: 0x0, symName: ___swift_memcpy72_8, symObjAddr: 0x1924, symBinAddr: 0xF3A60, symSize: 0x24 } + - { offsetInCU: 0x6BD, offset: 0x131AA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwta', symObjAddr: 0x1948, symBinAddr: 0xF3A84, symSize: 0x80 } + - { offsetInCU: 0x6D1, offset: 0x131AB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwet', symObjAddr: 0x19C8, symBinAddr: 0xF3B04, symSize: 0x5C } + - { offsetInCU: 0x6E5, offset: 0x131ACD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwst', symObjAddr: 0x1A24, symBinAddr: 0xF3B60, symSize: 0x64 } + - { offsetInCU: 0x6F9, offset: 0x131AE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVMa', symObjAddr: 0x1A88, symBinAddr: 0xF3BC4, symSize: 0x10 } + - { offsetInCU: 0x70D, offset: 0x131AF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwxx', symObjAddr: 0x1A98, symBinAddr: 0xF3BD4, symSize: 0x3C } + - { offsetInCU: 0x721, offset: 0x131B09, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwcp', symObjAddr: 0x1AD4, symBinAddr: 0xF3C10, symSize: 0xB4 } + - { offsetInCU: 0x735, offset: 0x131B1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwca', symObjAddr: 0x1B88, symBinAddr: 0xF3CC4, symSize: 0x120 } + - { offsetInCU: 0x749, offset: 0x131B31, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwta', symObjAddr: 0x1CD4, symBinAddr: 0xF3DE4, symSize: 0xA8 } + - { offsetInCU: 0x75D, offset: 0x131B45, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwet', symObjAddr: 0x1D7C, symBinAddr: 0xF3E8C, symSize: 0x5C } + - { offsetInCU: 0x771, offset: 0x131B59, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwst', symObjAddr: 0x1DD8, symBinAddr: 0xF3EE8, symSize: 0x6C } + - { offsetInCU: 0x785, offset: 0x131B6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVMa', symObjAddr: 0x1E44, symBinAddr: 0xF3F54, symSize: 0x10 } + - { offsetInCU: 0x799, offset: 0x131B81, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwxx', symObjAddr: 0x1E54, symBinAddr: 0xF3F64, symSize: 0x90 } + - { offsetInCU: 0x7AD, offset: 0x131B95, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwcp', symObjAddr: 0x1EE4, symBinAddr: 0xF3FF4, symSize: 0x1A0 } + - { offsetInCU: 0x7C1, offset: 0x131BA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwca', symObjAddr: 0x2084, symBinAddr: 0xF4194, symSize: 0x340 } + - { offsetInCU: 0x7D5, offset: 0x131BBD, size: 0x8, addend: 0x0, symName: ___swift_memcpy248_8, symObjAddr: 0x2400, symBinAddr: 0xF4510, symSize: 0x4C } + - { offsetInCU: 0x7E9, offset: 0x131BD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwta', symObjAddr: 0x244C, symBinAddr: 0xF455C, symSize: 0x1D0 } + - { offsetInCU: 0x7FD, offset: 0x131BE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwet', symObjAddr: 0x261C, symBinAddr: 0xF472C, symSize: 0x5C } + - { offsetInCU: 0x811, offset: 0x131BF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwst', symObjAddr: 0x2678, symBinAddr: 0xF4788, symSize: 0x90 } + - { offsetInCU: 0x825, offset: 0x131C0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVMa', symObjAddr: 0x2708, symBinAddr: 0xF4818, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x131E99, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xF4830, symSize: 0x1DC } + - { offsetInCU: 0x5C, offset: 0x131ECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xF4830, symSize: 0x1DC } + - { offsetInCU: 0xB8, offset: 0x131F26, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1DC, symBinAddr: 0xF4A0C, symSize: 0x2AC } + - { offsetInCU: 0x1F9, offset: 0x132067, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC6encode2toys7Encoder_p_tKF', symObjAddr: 0x488, symBinAddr: 0xF4CB8, symSize: 0x144 } + - { offsetInCU: 0x238, offset: 0x1320A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x854, symBinAddr: 0xF5084, symSize: 0x4C } + - { offsetInCU: 0x26F, offset: 0x1320DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO8rawValueSSvg', symObjAddr: 0x8A0, symBinAddr: 0xF50D0, symSize: 0x18 } + - { offsetInCU: 0x2A8, offset: 0x132116, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x8B8, symBinAddr: 0xF50E8, symSize: 0x18 } + - { offsetInCU: 0x2D6, offset: 0x132144, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x8B8, symBinAddr: 0xF50E8, symSize: 0x18 } + - { offsetInCU: 0x328, offset: 0x132196, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x8F4, symBinAddr: 0xF5124, symSize: 0x64 } + - { offsetInCU: 0x38E, offset: 0x1321FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x958, symBinAddr: 0xF5188, symSize: 0x28 } + - { offsetInCU: 0x3AA, offset: 0x132218, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x980, symBinAddr: 0xF51B0, symSize: 0x8 } + - { offsetInCU: 0x3E0, offset: 0x13224E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x988, symBinAddr: 0xF51B8, symSize: 0x68 } + - { offsetInCU: 0x465, offset: 0x1322D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x9F0, symBinAddr: 0xF5220, symSize: 0xC } + - { offsetInCU: 0x481, offset: 0x1322EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x9FC, symBinAddr: 0xF522C, symSize: 0xC } + - { offsetInCU: 0x4BD, offset: 0x13232B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCfD', symObjAddr: 0xA58, symBinAddr: 0xF5288, symSize: 0x24 } + - { offsetInCU: 0x508, offset: 0x132376, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCBC, symBinAddr: 0xF5498, symSize: 0x2C } + - { offsetInCU: 0x52B, offset: 0x132399, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xCE8, symBinAddr: 0xF54C4, symSize: 0x28 } + - { offsetInCU: 0x5FC, offset: 0x13246A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueSSvg', symObjAddr: 0x5CC, symBinAddr: 0xF4DFC, symSize: 0x20 } + - { offsetInCU: 0x636, offset: 0x1324A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x770, symBinAddr: 0xF4FA0, symSize: 0x44 } + - { offsetInCU: 0x67C, offset: 0x1324EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x7B4, symBinAddr: 0xF4FE4, symSize: 0x28 } + - { offsetInCU: 0x6A6, offset: 0x132514, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7DC, symBinAddr: 0xF500C, symSize: 0x28 } + - { offsetInCU: 0x6DE, offset: 0x13254C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueACSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x11A0, symBinAddr: 0xF597C, symSize: 0x50 } + - { offsetInCU: 0x709, offset: 0x132577, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x13B8, symBinAddr: 0xF5B54, symSize: 0xE0 } + - { offsetInCU: 0x7AE, offset: 0x13261C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO13discriminator_WZ', symObjAddr: 0x850, symBinAddr: 0xF5080, symSize: 0x4 } + - { offsetInCU: 0x7C8, offset: 0x132636, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCMa', symObjAddr: 0xA7C, symBinAddr: 0xF52AC, symSize: 0x20 } + - { offsetInCU: 0x7DC, offset: 0x13264A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwet', symObjAddr: 0xAAC, symBinAddr: 0xF52CC, symSize: 0x90 } + - { offsetInCU: 0x7F0, offset: 0x13265E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwst', symObjAddr: 0xB3C, symBinAddr: 0xF535C, symSize: 0xBC } + - { offsetInCU: 0x804, offset: 0x132672, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwup', symObjAddr: 0xBF8, symBinAddr: 0xF5418, symSize: 0x4 } + - { offsetInCU: 0x818, offset: 0x132686, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOMa', symObjAddr: 0xBFC, symBinAddr: 0xF541C, symSize: 0x10 } + - { offsetInCU: 0x82C, offset: 0x13269A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASQWb', symObjAddr: 0xC0C, symBinAddr: 0xF542C, symSize: 0x4 } + - { offsetInCU: 0x840, offset: 0x1326AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSQAAWl', symObjAddr: 0xC10, symBinAddr: 0xF5430, symSize: 0x44 } + - { offsetInCU: 0x854, offset: 0x1326C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC54, symBinAddr: 0xF5474, symSize: 0x24 } + - { offsetInCU: 0x868, offset: 0x1326D6, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZ', symObjAddr: 0xD10, symBinAddr: 0xF54EC, symSize: 0x14 } + - { offsetInCU: 0x884, offset: 0x1326F2, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xD24, symBinAddr: 0xF5500, symSize: 0x47C } + - { offsetInCU: 0xC6F, offset: 0x132ADD, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x1230, symBinAddr: 0xF59CC, symSize: 0x188 } + - { offsetInCU: 0xE89, offset: 0x132CF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSYAAWl', symObjAddr: 0x14DC, symBinAddr: 0xF5C34, symSize: 0x44 } + - { offsetInCU: 0xE9D, offset: 0x132D0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs0D3KeyAAWl', symObjAddr: 0x1520, symBinAddr: 0xF5C78, symSize: 0x44 } + - { offsetInCU: 0xEB1, offset: 0x132D1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSEAAWl', symObjAddr: 0x1564, symBinAddr: 0xF5CBC, symSize: 0x44 } + - { offsetInCU: 0xEC5, offset: 0x132D33, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwet', symObjAddr: 0x1668, symBinAddr: 0xF5D00, symSize: 0x90 } + - { offsetInCU: 0xED9, offset: 0x132D47, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwst', symObjAddr: 0x16F8, symBinAddr: 0xF5D90, symSize: 0xBC } + - { offsetInCU: 0xEED, offset: 0x132D5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwug', symObjAddr: 0x17B4, symBinAddr: 0xF5E4C, symSize: 0x8 } + - { offsetInCU: 0xF01, offset: 0x132D6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwup', symObjAddr: 0x17BC, symBinAddr: 0xF5E54, symSize: 0x4 } + - { offsetInCU: 0xF15, offset: 0x132D83, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwui', symObjAddr: 0x17C0, symBinAddr: 0xF5E58, symSize: 0x8 } + - { offsetInCU: 0xF29, offset: 0x132D97, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOMa', symObjAddr: 0x17C8, symBinAddr: 0xF5E60, symSize: 0x10 } + - { offsetInCU: 0xF3D, offset: 0x132DAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASQWb', symObjAddr: 0x17D8, symBinAddr: 0xF5E70, symSize: 0x4 } + - { offsetInCU: 0xF51, offset: 0x132DBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFSQAAWl', symObjAddr: 0x17DC, symBinAddr: 0xF5E74, symSize: 0x44 } + - { offsetInCU: 0xF65, offset: 0x132DD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1820, symBinAddr: 0xF5EB8, symSize: 0x4 } + - { offsetInCU: 0xF79, offset: 0x132DE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1824, symBinAddr: 0xF5EBC, symSize: 0x44 } + - { offsetInCU: 0xF8D, offset: 0x132DFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1868, symBinAddr: 0xF5F00, symSize: 0x4 } + - { offsetInCU: 0xFA1, offset: 0x132E0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x186C, symBinAddr: 0xF5F04, symSize: 0x44 } + - { offsetInCU: 0x1031, offset: 0x132E9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5EC, symBinAddr: 0xF4E1C, symSize: 0x88 } + - { offsetInCU: 0x10E0, offset: 0x132F4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x674, symBinAddr: 0xF4EA4, symSize: 0x60 } + - { offsetInCU: 0x115E, offset: 0x132FCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6D4, symBinAddr: 0xF4F04, symSize: 0x40 } + - { offsetInCU: 0x11B0, offset: 0x13301E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x714, symBinAddr: 0xF4F44, symSize: 0x5C } + - { offsetInCU: 0x120C, offset: 0x13307A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x804, symBinAddr: 0xF5034, symSize: 0x4C } + - { offsetInCU: 0x122F, offset: 0x13309D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8D0, symBinAddr: 0xF5100, symSize: 0xC } + - { offsetInCU: 0x124B, offset: 0x1330B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x8DC, symBinAddr: 0xF510C, symSize: 0x8 } + - { offsetInCU: 0x1267, offset: 0x1330D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8E4, symBinAddr: 0xF5114, symSize: 0x8 } + - { offsetInCU: 0x1283, offset: 0x1330F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8EC, symBinAddr: 0xF511C, symSize: 0x8 } + - { offsetInCU: 0x12A5, offset: 0x133113, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA08, symBinAddr: 0xF5238, symSize: 0x28 } + - { offsetInCU: 0x12C1, offset: 0x13312F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA30, symBinAddr: 0xF5260, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x13339F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xF5F50, symSize: 0x4C } + - { offsetInCU: 0x6D, offset: 0x1333E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xF5F50, symSize: 0x4C } + - { offsetInCU: 0xBF, offset: 0x133433, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x6C, symBinAddr: 0xF5FBC, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x133474, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x78, symBinAddr: 0xF5FC8, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x1334B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA8, symBinAddr: 0xF5FF8, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x1334E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesC9rectangleAcA9RectangleC_tcfcTf4gn_n', symObjAddr: 0x880, symBinAddr: 0xF6790, symSize: 0x31C } + - { offsetInCU: 0x448, offset: 0x1337BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCMa', symObjAddr: 0x4C, symBinAddr: 0xF5F9C, symSize: 0x20 } + - { offsetInCU: 0x583, offset: 0x1338F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB4, symBinAddr: 0xF6004, symSize: 0xE0 } + - { offsetInCU: 0x6AF, offset: 0x133A23, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCfD', symObjAddr: 0x194, symBinAddr: 0xF60E4, symSize: 0x34 } + - { offsetInCU: 0x710, offset: 0x133A84, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1E8, symBinAddr: 0xF6138, symSize: 0x44 } + - { offsetInCU: 0x75C, offset: 0x133AD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x22C, symBinAddr: 0xF617C, symSize: 0x24 } + - { offsetInCU: 0x78E, offset: 0x133B02, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x250, symBinAddr: 0xF61A0, symSize: 0x4 } + - { offsetInCU: 0x7C8, offset: 0x133B3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x254, symBinAddr: 0xF61A4, symSize: 0x8 } + - { offsetInCU: 0x7E8, offset: 0x133B5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x254, symBinAddr: 0xF61A4, symSize: 0x8 } + - { offsetInCU: 0x84B, offset: 0x133BBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x25C, symBinAddr: 0xF61AC, symSize: 0x10 } + - { offsetInCU: 0x86B, offset: 0x133BDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x25C, symBinAddr: 0xF61AC, symSize: 0x10 } + - { offsetInCU: 0x8B2, offset: 0x133C26, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x26C, symBinAddr: 0xF61BC, symSize: 0x8 } + - { offsetInCU: 0x8D2, offset: 0x133C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x26C, symBinAddr: 0xF61BC, symSize: 0x8 } + - { offsetInCU: 0x8F3, offset: 0x133C67, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x274, symBinAddr: 0xF61C4, symSize: 0x8 } + - { offsetInCU: 0x913, offset: 0x133C87, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x274, symBinAddr: 0xF61C4, symSize: 0x8 } + - { offsetInCU: 0x934, offset: 0x133CA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x27C, symBinAddr: 0xF61CC, symSize: 0x8 } + - { offsetInCU: 0x954, offset: 0x133CC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x27C, symBinAddr: 0xF61CC, symSize: 0x8 } + - { offsetInCU: 0x975, offset: 0x133CE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x284, symBinAddr: 0xF61D4, symSize: 0x8 } + - { offsetInCU: 0x995, offset: 0x133D09, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x284, symBinAddr: 0xF61D4, symSize: 0x8 } + - { offsetInCU: 0x9B6, offset: 0x133D2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xF61DC, symSize: 0xC } + - { offsetInCU: 0x9D6, offset: 0x133D4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x28C, symBinAddr: 0xF61DC, symSize: 0xC } + - { offsetInCU: 0x9F7, offset: 0x133D6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x298, symBinAddr: 0xF61E8, symSize: 0x10 } + - { offsetInCU: 0xA17, offset: 0x133D8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x298, symBinAddr: 0xF61E8, symSize: 0x10 } + - { offsetInCU: 0xA38, offset: 0x133DAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x2A8, symBinAddr: 0xF61F8, symSize: 0xC } + - { offsetInCU: 0xA6A, offset: 0x133DDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC06parentC09rectangleAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xB9C, symBinAddr: 0xF6AAC, symSize: 0x110 } + - { offsetInCU: 0xB23, offset: 0x133E97, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCMa', symObjAddr: 0x1C8, symBinAddr: 0xF6118, symSize: 0x20 } + - { offsetInCU: 0xF80, offset: 0x1342F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9rectangle8position4size12cornerRadius9directionACSo7CGPointV_So6CGSizeV12CoreGraphics7CGFloatVAA0C9DirectionOtFZTf4nnnnd_n', symObjAddr: 0x2B4, symBinAddr: 0xF6204, symSize: 0x58C } + - { offsetInCU: 0x27, offset: 0x135B4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0xF6BBC, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x135B64, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0xF6BBC, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x135B78, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMr', symObjAddr: 0x4, symBinAddr: 0xF6BC0, symSize: 0x94 } + - { offsetInCU: 0x73, offset: 0x135B98, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfC', symObjAddr: 0x98, symBinAddr: 0xF6C54, symSize: 0xA4 } + - { offsetInCU: 0x91, offset: 0x135BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfc', symObjAddr: 0x13C, symBinAddr: 0xF6CF8, symSize: 0x1B4 } + - { offsetInCU: 0x15A, offset: 0x135C7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x2F0, symBinAddr: 0xF6EAC, symSize: 0x5C } + - { offsetInCU: 0x18F, offset: 0x135CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x34C, symBinAddr: 0xF6F08, symSize: 0x4 } + - { offsetInCU: 0x1C4, offset: 0x135CE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueSSvg', symObjAddr: 0x350, symBinAddr: 0xF6F0C, symSize: 0x20 } + - { offsetInCU: 0x20D, offset: 0x135D32, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x370, symBinAddr: 0xF6F2C, symSize: 0x20 } + - { offsetInCU: 0x245, offset: 0x135D6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x370, symBinAddr: 0xF6F2C, symSize: 0x20 } + - { offsetInCU: 0x261, offset: 0x135D86, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0xF708C, symSize: 0x2C } + - { offsetInCU: 0x27D, offset: 0x135DA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x4FC, symBinAddr: 0xF70B8, symSize: 0x28 } + - { offsetInCU: 0x299, offset: 0x135DBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x524, symBinAddr: 0xF70E0, symSize: 0x8 } + - { offsetInCU: 0x2B5, offset: 0x135DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x52C, symBinAddr: 0xF70E8, symSize: 0x24 } + - { offsetInCU: 0x2D1, offset: 0x135DF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x550, symBinAddr: 0xF710C, symSize: 0xC } + - { offsetInCU: 0x2FC, offset: 0x135E21, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x55C, symBinAddr: 0xF7118, symSize: 0x28 } + - { offsetInCU: 0x32D, offset: 0x135E52, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1390, symBinAddr: 0xF7D58, symSize: 0x8 } + - { offsetInCU: 0x359, offset: 0x135E7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC6isHoldSbvg', symObjAddr: 0x5EC, symBinAddr: 0xF71A8, symSize: 0x2C } + - { offsetInCU: 0x3DE, offset: 0x135F03, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCfD', symObjAddr: 0x67C, symBinAddr: 0xF71D4, symSize: 0x70 } + - { offsetInCU: 0x435, offset: 0x135F5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMa', symObjAddr: 0x6EC, symBinAddr: 0xF7244, symSize: 0xC } + - { offsetInCU: 0x449, offset: 0x135F6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x6F8, symBinAddr: 0xF7250, symSize: 0x364 } + - { offsetInCU: 0x496, offset: 0x135FBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0xA5C, symBinAddr: 0xF75B4, symSize: 0x54 } + - { offsetInCU: 0x4B9, offset: 0x135FDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfc', symObjAddr: 0xAB0, symBinAddr: 0xF7608, symSize: 0x4D4 } + - { offsetInCU: 0x506, offset: 0x13602B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xF84, symBinAddr: 0xF7ADC, symSize: 0x24 } + - { offsetInCU: 0x529, offset: 0x13604E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFA8, symBinAddr: 0xF7B00, symSize: 0x2C } + - { offsetInCU: 0x54C, offset: 0x136071, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMa', symObjAddr: 0xFD4, symBinAddr: 0xF7B2C, symSize: 0xC } + - { offsetInCU: 0x560, offset: 0x136085, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSEAAWl', symObjAddr: 0x1048, symBinAddr: 0xF7B38, symSize: 0x44 } + - { offsetInCU: 0x574, offset: 0x136099, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSeAAWl', symObjAddr: 0x1134, symBinAddr: 0xF7B7C, symSize: 0x44 } + - { offsetInCU: 0x588, offset: 0x1360AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMi', symObjAddr: 0x11E8, symBinAddr: 0xF7BC0, symSize: 0x8 } + - { offsetInCU: 0x59C, offset: 0x1360C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwet', symObjAddr: 0x1200, symBinAddr: 0xF7BC8, symSize: 0x90 } + - { offsetInCU: 0x5B0, offset: 0x1360D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwst', symObjAddr: 0x1290, symBinAddr: 0xF7C58, symSize: 0xBC } + - { offsetInCU: 0x5C4, offset: 0x1360E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwug', symObjAddr: 0x134C, symBinAddr: 0xF7D14, symSize: 0x8 } + - { offsetInCU: 0x5D8, offset: 0x1360FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwup', symObjAddr: 0x1354, symBinAddr: 0xF7D1C, symSize: 0x4 } + - { offsetInCU: 0x5EC, offset: 0x136111, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwui', symObjAddr: 0x1358, symBinAddr: 0xF7D20, symSize: 0x8 } + - { offsetInCU: 0x600, offset: 0x136125, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASQWb', symObjAddr: 0x1360, symBinAddr: 0xF7D28, symSize: 0x10 } + - { offsetInCU: 0x614, offset: 0x136139, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1370, symBinAddr: 0xF7D38, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x13614D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1380, symBinAddr: 0xF7D48, symSize: 0x10 } + - { offsetInCU: 0x64D, offset: 0x136172, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0xF6F4C, symSize: 0x54 } + - { offsetInCU: 0x669, offset: 0x13618E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x3E4, symBinAddr: 0xF6FA0, symSize: 0x4C } + - { offsetInCU: 0x685, offset: 0x1361AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xF6FEC, symSize: 0x50 } + - { offsetInCU: 0x6A1, offset: 0x1361C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x480, symBinAddr: 0xF703C, symSize: 0x50 } + - { offsetInCU: 0x6C3, offset: 0x1361E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x584, symBinAddr: 0xF7140, symSize: 0x34 } + - { offsetInCU: 0x6DF, offset: 0x136204, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x5B8, symBinAddr: 0xF7174, symSize: 0x34 } + - { offsetInCU: 0xA5, offset: 0x1364A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x15D4, symBinAddr: 0xF9334, symSize: 0x244 } + - { offsetInCU: 0x3DF, offset: 0x1367E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA17GroupInterpolatorCyAA0A8Vector1DVG_Tg5', symObjAddr: 0x70, symBinAddr: 0xF7DD0, symSize: 0x128 } + - { offsetInCU: 0x531, offset: 0x136934, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA06SinglecD0CySayAA0A8Vector1DVGG_Tg5', symObjAddr: 0x198, symBinAddr: 0xF7EF8, symSize: 0xEC } + - { offsetInCU: 0x636, offset: 0x136A39, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x3B0, symBinAddr: 0xF8110, symSize: 0xD4 } + - { offsetInCU: 0x69A, offset: 0x136A9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5', symObjAddr: 0x484, symBinAddr: 0xF81E4, symSize: 0xE8 } + - { offsetInCU: 0x749, offset: 0x136B4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x56C, symBinAddr: 0xF82CC, symSize: 0xD4 } + - { offsetInCU: 0x83A, offset: 0x136C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_Tg5', symObjAddr: 0x640, symBinAddr: 0xF83A0, symSize: 0x224 } + - { offsetInCU: 0x966, offset: 0x136D69, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_Tg5', symObjAddr: 0x864, symBinAddr: 0xF85C4, symSize: 0x140 } + - { offsetInCU: 0xA48, offset: 0x136E4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_Tg5', symObjAddr: 0x9A4, symBinAddr: 0xF8704, symSize: 0xD4 } + - { offsetInCU: 0xB30, offset: 0x136F33, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0xA78, symBinAddr: 0xF87D8, symSize: 0x2A0 } + - { offsetInCU: 0x121F, offset: 0x137622, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtFAA0A5ColorV_Tg5', symObjAddr: 0x1258, symBinAddr: 0xF8FB8, symSize: 0x100 } + - { offsetInCU: 0x1382, offset: 0x137785, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtFAA0A8Vector3DV_Tg5', symObjAddr: 0x1558, symBinAddr: 0xF92B8, symSize: 0x7C } + - { offsetInCU: 0x17E5, offset: 0x137BE8, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9ShapeItemC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKF', symObjAddr: 0x1818, symBinAddr: 0xF9578, symSize: 0x768 } + - { offsetInCU: 0x1CF1, offset: 0x1380F4, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKF', symObjAddr: 0x1F80, symBinAddr: 0xF9CE0, symSize: 0x1D0 } + - { offsetInCU: 0x1E8E, offset: 0x138291, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF', symObjAddr: 0x2150, symBinAddr: 0xF9EB0, symSize: 0x1C8 } + - { offsetInCU: 0x2051, offset: 0x138454, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKF', symObjAddr: 0x2318, symBinAddr: 0xFA078, symSize: 0xBAC } + - { offsetInCU: 0x37B9, offset: 0x139BBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndtyF', symObjAddr: 0x2EE4, symBinAddr: 0xFAC24, symSize: 0x430 } + - { offsetInCU: 0x3ED3, offset: 0x13A2D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b39C038startValueIsAlwaysLessOrEqualToThane7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x33AC, symBinAddr: 0xFB0EC, symSize: 0x5F8 } + - { offsetInCU: 0x44FD, offset: 0x13A900, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b42C041startValueIsAlwaysGreaterThanOrEqualToe7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x39A4, symBinAddr: 0xFB6E4, symSize: 0x5F8 } + - { offsetInCU: 0x4B27, offset: 0x13AF2A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5', symObjAddr: 0x3F9C, symBinAddr: 0xFBCDC, symSize: 0x2C } + - { offsetInCU: 0x4B3F, offset: 0x13AF42, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5', symObjAddr: 0x3FC8, symBinAddr: 0xFBD08, symSize: 0x68 } + - { offsetInCU: 0x4B57, offset: 0x13AF5A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5', symObjAddr: 0x4030, symBinAddr: 0xFBD70, symSize: 0x2C } + - { offsetInCU: 0x4B6F, offset: 0x13AF72, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5', symObjAddr: 0x405C, symBinAddr: 0xFBD9C, symSize: 0x54 } + - { offsetInCU: 0x4CD4, offset: 0x13B0D7, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4324, symBinAddr: 0xFC064, symSize: 0x108 } + - { offsetInCU: 0x4D9F, offset: 0x13B1A2, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnFSS_Tg5', symObjAddr: 0x442C, symBinAddr: 0xFC16C, symSize: 0x1AC } + - { offsetInCU: 0x4E36, offset: 0x13B239, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x45D8, symBinAddr: 0xFC318, symSize: 0x130 } + - { offsetInCU: 0x4EEB, offset: 0x13B2EE, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtFSS_Tg5', symObjAddr: 0x4708, symBinAddr: 0xFC448, symSize: 0x1B4 } + - { offsetInCU: 0x4FAB, offset: 0x13B3AE, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x48BC, symBinAddr: 0xFC5FC, symSize: 0x190 } + - { offsetInCU: 0x5004, offset: 0x13B407, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyFSS_Tg5', symObjAddr: 0x4A4C, symBinAddr: 0xFC78C, symSize: 0x1AC } + - { offsetInCU: 0x5073, offset: 0x13B476, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4BF8, symBinAddr: 0xFC938, symSize: 0x25C } + - { offsetInCU: 0x5136, offset: 0x13B539, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tFSS_Tg5', symObjAddr: 0x4E54, symBinAddr: 0xFCB94, symSize: 0x290 } + - { offsetInCU: 0x51F4, offset: 0x13B5F7, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x50E4, symBinAddr: 0xFCE24, symSize: 0x300 } + - { offsetInCU: 0x52EC, offset: 0x13B6EF, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tFSS_Tg5', symObjAddr: 0x53E4, symBinAddr: 0xFD124, symSize: 0x328 } + - { offsetInCU: 0x53FF, offset: 0x13B802, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5', symObjAddr: 0x570C, symBinAddr: 0xFD44C, symSize: 0x28 } + - { offsetInCU: 0x5455, offset: 0x13B858, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5', symObjAddr: 0x5864, symBinAddr: 0xFD4C4, symSize: 0xA4 } + - { offsetInCU: 0x549A, offset: 0x13B89D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x594C, symBinAddr: 0xFD568, symSize: 0x8 } + - { offsetInCU: 0x54AE, offset: 0x13B8B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x5A30, symBinAddr: 0xFD5CC, symSize: 0x8 } + - { offsetInCU: 0x54C2, offset: 0x13B8C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x5B3C, symBinAddr: 0xFD5D4, symSize: 0x8 } + - { offsetInCU: 0x54D6, offset: 0x13B8D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x5B44, symBinAddr: 0xFD5DC, symSize: 0x8 } + - { offsetInCU: 0x54EA, offset: 0x13B8ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x5C18, symBinAddr: 0xFD628, symSize: 0x8 } + - { offsetInCU: 0x5509, offset: 0x13B90C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_TG5TA', symObjAddr: 0x5C20, symBinAddr: 0xFD630, symSize: 0x28 } + - { offsetInCU: 0x553D, offset: 0x13B940, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE12TextDocumentCG_Tg5TA', symObjAddr: 0x5C48, symBinAddr: 0xFD658, symSize: 0x4C } + - { offsetInCU: 0x5566, offset: 0x13B969, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x5C94, symBinAddr: 0xFD6A4, symSize: 0x8 } + - { offsetInCU: 0x5585, offset: 0x13B988, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E5ColorVG_Tg5TA', symObjAddr: 0x5C9C, symBinAddr: 0xFD6AC, symSize: 0x64 } + - { offsetInCU: 0x55AE, offset: 0x13B9B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x5D10, symBinAddr: 0xFD720, symSize: 0x8 } + - { offsetInCU: 0x55D8, offset: 0x13B9DB, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRAE0D8Vector1DV_TG5TA', symObjAddr: 0x5D18, symBinAddr: 0xFD728, symSize: 0x28 } + - { offsetInCU: 0x5621, offset: 0x13BA24, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_TG5TA', symObjAddr: 0x5D7C, symBinAddr: 0xFD78C, symSize: 0x28 } + - { offsetInCU: 0x5672, offset: 0x13BA75, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_Sd_Tg5TA', symObjAddr: 0x5DF8, symBinAddr: 0xFD808, symSize: 0x18 } + - { offsetInCU: 0x5734, offset: 0x13BB37, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_Sd_TG5TA', symObjAddr: 0x5E10, symBinAddr: 0xFD820, symSize: 0x44 } + - { offsetInCU: 0x581C, offset: 0x13BC1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5TA', symObjAddr: 0x5E54, symBinAddr: 0xFD864, symSize: 0x8 } + - { offsetInCU: 0x583B, offset: 0x13BC3E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E8Vector3DVG_Tg5TA', symObjAddr: 0x5E5C, symBinAddr: 0xFD86C, symSize: 0x2C } + - { offsetInCU: 0x586F, offset: 0x13BC72, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_TG5TA', symObjAddr: 0x5E88, symBinAddr: 0xFD898, symSize: 0x34 } + - { offsetInCU: 0x58A3, offset: 0x13BCA6, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE10BezierPathVG_Tg5TA', symObjAddr: 0x5EBC, symBinAddr: 0xFD8CC, symSize: 0x2C } + - { offsetInCU: 0x5CD2, offset: 0x13C0D5, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3314, symBinAddr: 0xFB054, symSize: 0x4C } + - { offsetInCU: 0x5D1A, offset: 0x13C11D, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3314, symBinAddr: 0xFB054, symSize: 0x4C } + - { offsetInCU: 0x5D2E, offset: 0x13C131, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3314, symBinAddr: 0xFB054, symSize: 0x4C } + - { offsetInCU: 0x5D8B, offset: 0x13C18E, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3360, symBinAddr: 0xFB0A0, symSize: 0x4C } + - { offsetInCU: 0x5DD3, offset: 0x13C1D6, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3360, symBinAddr: 0xFB0A0, symSize: 0x4C } + - { offsetInCU: 0x5DE7, offset: 0x13C1EA, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3360, symBinAddr: 0xFB0A0, symSize: 0x4C } + - { offsetInCU: 0x5EE0, offset: 0x13C2E3, size: 0x8, addend: 0x0, symName: '_$sSTsE3mapySayqd__Gqd__7ElementQzKXEKlFs12Zip2SequenceVySaySdGAGG_SdTg574$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRSd_TG5S3ds0F0_pIgnnrzo_Tf1cn_n', symObjAddr: 0x40B0, symBinAddr: 0xFBDF0, symSize: 0x274 } + - { offsetInCU: 0x4F, offset: 0x13C8FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0xFD958, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x13C91A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0xFD998, symSize: 0x170 } + - { offsetInCU: 0x1BF, offset: 0x13CA6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfC', symObjAddr: 0x1F0, symBinAddr: 0xFDB08, symSize: 0x20 } + - { offsetInCU: 0x1DD, offset: 0x13CA8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfc', symObjAddr: 0x210, symBinAddr: 0xFDB28, symSize: 0x11C } + - { offsetInCU: 0x2FA, offset: 0x13CBA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfcTo', symObjAddr: 0x32C, symBinAddr: 0xFDC44, symSize: 0x20 } + - { offsetInCU: 0x316, offset: 0x13CBC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x34C, symBinAddr: 0xFDC64, symSize: 0x44 } + - { offsetInCU: 0x334, offset: 0x13CBE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x390, symBinAddr: 0xFDCA8, symSize: 0x160 } + - { offsetInCU: 0x461, offset: 0x13CD0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x4F0, symBinAddr: 0xFDE08, symSize: 0x30 } + - { offsetInCU: 0x49B, offset: 0x13CD48, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF', symObjAddr: 0x520, symBinAddr: 0xFDE38, symSize: 0x148 } + - { offsetInCU: 0x570, offset: 0x13CE1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtFTo', symObjAddr: 0x668, symBinAddr: 0xFDF80, symSize: 0x80 } + - { offsetInCU: 0x5AA, offset: 0x13CE57, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF', symObjAddr: 0x6E8, symBinAddr: 0xFE000, symSize: 0x1F0 } + - { offsetInCU: 0x6C7, offset: 0x13CF74, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x8D8, symBinAddr: 0xFE1F0, symSize: 0x78 } + - { offsetInCU: 0x70D, offset: 0x13CFBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvg', symObjAddr: 0xA9C, symBinAddr: 0xFE3B4, symSize: 0x58 } + - { offsetInCU: 0x72C, offset: 0x13CFD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvs', symObjAddr: 0xAF4, symBinAddr: 0xFE40C, symSize: 0x5C } + - { offsetInCU: 0x755, offset: 0x13D002, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM', symObjAddr: 0xB50, symBinAddr: 0xFE468, symSize: 0x44 } + - { offsetInCU: 0x784, offset: 0x13D031, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM.resume.0', symObjAddr: 0xB94, symBinAddr: 0xFE4AC, symSize: 0x4 } + - { offsetInCU: 0x7CD, offset: 0x13D07A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0xB98, symBinAddr: 0xFE4B0, symSize: 0x70 } + - { offsetInCU: 0x893, offset: 0x13D140, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0xC48, symBinAddr: 0xFE520, symSize: 0x44 } + - { offsetInCU: 0x907, offset: 0x13D1B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0xCCC, symBinAddr: 0xFE564, symSize: 0x90 } + - { offsetInCU: 0x9C8, offset: 0x13D275, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF', symObjAddr: 0xD5C, symBinAddr: 0xFE5F4, symSize: 0x198 } + - { offsetInCU: 0xB83, offset: 0x13D430, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfD', symObjAddr: 0xF24, symBinAddr: 0xFE7BC, symSize: 0x30 } + - { offsetInCU: 0xC3E, offset: 0x13D4EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTK', symObjAddr: 0x950, symBinAddr: 0xFE268, symSize: 0x94 } + - { offsetInCU: 0xC6B, offset: 0x13D518, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTk', symObjAddr: 0x9E4, symBinAddr: 0xFE2FC, symSize: 0xB8 } + - { offsetInCU: 0xD6D, offset: 0x13D61A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfE', symObjAddr: 0xEF4, symBinAddr: 0xFE78C, symSize: 0x30 } + - { offsetInCU: 0xD9A, offset: 0x13D647, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfETo', symObjAddr: 0xF54, symBinAddr: 0xFE7EC, symSize: 0x3C } + - { offsetInCU: 0xDC9, offset: 0x13D676, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCMa', symObjAddr: 0x1000, symBinAddr: 0xFE828, symSize: 0x20 } + - { offsetInCU: 0xDDD, offset: 0x13D68A, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOy', symObjAddr: 0x1064, symBinAddr: 0xFE848, symSize: 0x10 } + - { offsetInCU: 0xDFC, offset: 0x13D6A9, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x1138, symBinAddr: 0xFE91C, symSize: 0x20 } + - { offsetInCU: 0xE30, offset: 0x13D6DD, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x1158, symBinAddr: 0xFE93C, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x13DA20, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0xFE960, symSize: 0xE0 } + - { offsetInCU: 0x55, offset: 0x13DA4E, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0xFE960, symSize: 0xE0 } + - { offsetInCU: 0x27, offset: 0x13DD1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0xFEA40, symSize: 0x370 } + - { offsetInCU: 0x1E0, offset: 0x13DED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0xFEA40, symSize: 0x370 } + - { offsetInCU: 0x4E9, offset: 0x13E1E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x370, symBinAddr: 0xFEDB0, symSize: 0x140 } + - { offsetInCU: 0x54B, offset: 0x13E242, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x4B0, symBinAddr: 0xFEEF0, symSize: 0x4C } + - { offsetInCU: 0x591, offset: 0x13E288, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x4FC, symBinAddr: 0xFEF3C, symSize: 0x58 } + - { offsetInCU: 0x5D8, offset: 0x13E2CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x554, symBinAddr: 0xFEF94, symSize: 0x80 } + - { offsetInCU: 0x627, offset: 0x13E31E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x5D4, symBinAddr: 0xFF014, symSize: 0x84 } + - { offsetInCU: 0x6EB, offset: 0x13E3E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfD', symObjAddr: 0x684, symBinAddr: 0xFF0C4, symSize: 0x34 } + - { offsetInCU: 0x762, offset: 0x13E459, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfE', symObjAddr: 0x658, symBinAddr: 0xFF098, symSize: 0x2C } + - { offsetInCU: 0x78F, offset: 0x13E486, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfETo', symObjAddr: 0x6B8, symBinAddr: 0xFF0F8, symSize: 0x38 } + - { offsetInCU: 0x7BE, offset: 0x13E4B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCMa', symObjAddr: 0x6F0, symBinAddr: 0xFF130, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x13E6EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xFF150, symSize: 0x14 } + - { offsetInCU: 0x50, offset: 0x13E715, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xFF150, symSize: 0x14 } + - { offsetInCU: 0xEA, offset: 0x13E7AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0xFF164, symSize: 0x44 } + - { offsetInCU: 0x1CF, offset: 0x13E894, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0xFF1A8, symSize: 0x28 } + - { offsetInCU: 0x254, offset: 0x13E919, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0xC0, symBinAddr: 0xFF210, symSize: 0x38 } + - { offsetInCU: 0x286, offset: 0x13E94B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASQWb', symObjAddr: 0xF8, symBinAddr: 0xFF248, symSize: 0x4 } + - { offsetInCU: 0x29A, offset: 0x13E95F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVACSQAAWl', symObjAddr: 0xFC, symBinAddr: 0xFF24C, symSize: 0x44 } + - { offsetInCU: 0x2AE, offset: 0x13E973, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwet', symObjAddr: 0x190, symBinAddr: 0xFF290, symSize: 0x48 } + - { offsetInCU: 0x2C2, offset: 0x13E987, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwst', symObjAddr: 0x1D8, symBinAddr: 0xFF2D8, symSize: 0x3C } + - { offsetInCU: 0x2D6, offset: 0x13E99B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVMa', symObjAddr: 0x214, symBinAddr: 0xFF314, symSize: 0x10 } + - { offsetInCU: 0x353, offset: 0x13EA18, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xFF1D0, symSize: 0x40 } + - { offsetInCU: 0x1CA, offset: 0x13ED91, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV12progressTime3for12CoreGraphics7CGFloatVAH_tKF', symObjAddr: 0x18, symBinAddr: 0xFF324, symSize: 0x2DC } + - { offsetInCU: 0x3EC, offset: 0x13EFB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV19simpleTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x2F4, symBinAddr: 0xFF600, symSize: 0x4 } + - { offsetInCU: 0x416, offset: 0x13EFDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20complexTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x2F8, symBinAddr: 0xFF604, symSize: 0x4 } + - { offsetInCU: 0x440, offset: 0x13F007, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU_', symObjAddr: 0x33C, symBinAddr: 0xFF648, symSize: 0x4 } + - { offsetInCU: 0x46A, offset: 0x13F031, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU0_', symObjAddr: 0x340, symBinAddr: 0xFF64C, symSize: 0x4 } + - { offsetInCU: 0x4A3, offset: 0x13F06A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x374, symBinAddr: 0xFF680, symSize: 0x8 } + - { offsetInCU: 0x4C3, offset: 0x13F08A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x374, symBinAddr: 0xFF680, symSize: 0x8 } + - { offsetInCU: 0x503, offset: 0x13F0CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCfD', symObjAddr: 0x344, symBinAddr: 0xFF650, symSize: 0x10 } + - { offsetInCU: 0x533, offset: 0x13F0FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCMa', symObjAddr: 0x354, symBinAddr: 0xFF660, symSize: 0x20 } + - { offsetInCU: 0x547, offset: 0x13F10E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x44C, symBinAddr: 0xFF688, symSize: 0x8 } + - { offsetInCU: 0x55B, offset: 0x13F122, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x454, symBinAddr: 0xFF690, symSize: 0x8 } + - { offsetInCU: 0x56F, offset: 0x13F136, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwCP', symObjAddr: 0x4E4, symBinAddr: 0xFF698, symSize: 0x30 } + - { offsetInCU: 0x583, offset: 0x13F14A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwxx', symObjAddr: 0x514, symBinAddr: 0xFF6C8, symSize: 0x70 } + - { offsetInCU: 0x597, offset: 0x13F15E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwcp', symObjAddr: 0x584, symBinAddr: 0xFF738, symSize: 0x104 } + - { offsetInCU: 0x5AB, offset: 0x13F172, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwca', symObjAddr: 0x688, symBinAddr: 0xFF83C, symSize: 0x198 } + - { offsetInCU: 0x5BF, offset: 0x13F186, size: 0x8, addend: 0x0, symName: ___swift_memcpy153_8, symObjAddr: 0x820, symBinAddr: 0xFF9D4, symSize: 0x34 } + - { offsetInCU: 0x5D3, offset: 0x13F19A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwta', symObjAddr: 0x854, symBinAddr: 0xFFA08, symSize: 0x134 } + - { offsetInCU: 0x5E7, offset: 0x13F1AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwet', symObjAddr: 0x988, symBinAddr: 0xFFB3C, symSize: 0x48 } + - { offsetInCU: 0x5FB, offset: 0x13F1C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwst', symObjAddr: 0x9D0, symBinAddr: 0xFFB84, symSize: 0x68 } + - { offsetInCU: 0x60F, offset: 0x13F1D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVMa', symObjAddr: 0xA38, symBinAddr: 0xFFBEC, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x13F3A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xFFBFC, symSize: 0x3C } + - { offsetInCU: 0x6D, offset: 0x13F3EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xFFBFC, symSize: 0x3C } + - { offsetInCU: 0xBF, offset: 0x13F43C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x5C, symBinAddr: 0xFFC58, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x13F47D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x68, symBinAddr: 0xFFC64, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x13F4BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x98, symBinAddr: 0xFFC94, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x13F4F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesC07roundedC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x6E4, symBinAddr: 0x10027C, symSize: 0x1CC } + - { offsetInCU: 0x3AA, offset: 0x13F727, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCMa', symObjAddr: 0x3C, symBinAddr: 0xFFC38, symSize: 0x20 } + - { offsetInCU: 0x72F, offset: 0x13FAAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xA4, symBinAddr: 0xFFCA0, symSize: 0x4A4 } + - { offsetInCU: 0xF23, offset: 0x1402A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCfD', symObjAddr: 0x548, symBinAddr: 0x100144, symSize: 0x3C } + - { offsetInCU: 0xF84, offset: 0x140301, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x5A4, symBinAddr: 0x1001A0, symSize: 0x44 } + - { offsetInCU: 0xFD0, offset: 0x14034D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x5E8, symBinAddr: 0x1001E4, symSize: 0x24 } + - { offsetInCU: 0x1011, offset: 0x14038E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x60C, symBinAddr: 0x100208, symSize: 0xC } + - { offsetInCU: 0x1043, offset: 0x1403C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x618, symBinAddr: 0x100214, symSize: 0x4 } + - { offsetInCU: 0x106E, offset: 0x1403EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x61C, symBinAddr: 0x100218, symSize: 0x8 } + - { offsetInCU: 0x108E, offset: 0x14040B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x61C, symBinAddr: 0x100218, symSize: 0x8 } + - { offsetInCU: 0x10AF, offset: 0x14042C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x624, symBinAddr: 0x100220, symSize: 0x8 } + - { offsetInCU: 0x10CF, offset: 0x14044C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x624, symBinAddr: 0x100220, symSize: 0x8 } + - { offsetInCU: 0x10F0, offset: 0x14046D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x62C, symBinAddr: 0x100228, symSize: 0x8 } + - { offsetInCU: 0x1110, offset: 0x14048D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x62C, symBinAddr: 0x100228, symSize: 0x8 } + - { offsetInCU: 0x1131, offset: 0x1404AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x634, symBinAddr: 0x100230, symSize: 0x8 } + - { offsetInCU: 0x1151, offset: 0x1404CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x634, symBinAddr: 0x100230, symSize: 0x8 } + - { offsetInCU: 0x1172, offset: 0x1404EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x63C, symBinAddr: 0x100238, symSize: 0x8 } + - { offsetInCU: 0x1192, offset: 0x14050F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x63C, symBinAddr: 0x100238, symSize: 0x8 } + - { offsetInCU: 0x11B3, offset: 0x140530, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x644, symBinAddr: 0x100240, symSize: 0x8 } + - { offsetInCU: 0x11D3, offset: 0x140550, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x644, symBinAddr: 0x100240, symSize: 0x8 } + - { offsetInCU: 0x11F4, offset: 0x140571, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x64C, symBinAddr: 0x100248, symSize: 0xC } + - { offsetInCU: 0x1214, offset: 0x140591, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x64C, symBinAddr: 0x100248, symSize: 0xC } + - { offsetInCU: 0x1235, offset: 0x1405B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x658, symBinAddr: 0x100254, symSize: 0x10 } + - { offsetInCU: 0x1255, offset: 0x1405D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x658, symBinAddr: 0x100254, symSize: 0x10 } + - { offsetInCU: 0x1285, offset: 0x140602, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x668, symBinAddr: 0x100264, symSize: 0x18 } + - { offsetInCU: 0x12BA, offset: 0x140637, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC06parentD007roundedC013upstreamPathsAcA08AnimatorD0_pSg_AA0bC0CSayAA010PathOutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x8B0, symBinAddr: 0x100448, symSize: 0x118 } + - { offsetInCU: 0x1383, offset: 0x140700, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCMa', symObjAddr: 0x584, symBinAddr: 0x100180, symSize: 0x20 } + - { offsetInCU: 0x8A, offset: 0x140CBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x100620, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x140CEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0x100638, symSize: 0xC } + - { offsetInCU: 0xE4, offset: 0x140D14, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18C, symBinAddr: 0x1006EC, symSize: 0x48 } + - { offsetInCU: 0x109, offset: 0x140D39, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D4, symBinAddr: 0x100734, symSize: 0x5C8 } + - { offsetInCU: 0x171, offset: 0x140DA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x79C, symBinAddr: 0x100CFC, symSize: 0xC10 } + - { offsetInCU: 0x5EB, offset: 0x14121B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueSSvg', symObjAddr: 0x13AC, symBinAddr: 0x10190C, symSize: 0x20 } + - { offsetInCU: 0x624, offset: 0x141254, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x172C, symBinAddr: 0x101C8C, symSize: 0x20 } + - { offsetInCU: 0x652, offset: 0x141282, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x172C, symBinAddr: 0x101C8C, symSize: 0x20 } + - { offsetInCU: 0x68C, offset: 0x1412BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x17E4, symBinAddr: 0x101D44, symSize: 0x44 } + - { offsetInCU: 0x6D2, offset: 0x141302, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x1828, symBinAddr: 0x101D88, symSize: 0x28 } + - { offsetInCU: 0x6EE, offset: 0x14131E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1850, symBinAddr: 0x101DB0, symSize: 0x8 } + - { offsetInCU: 0x724, offset: 0x141354, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1858, symBinAddr: 0x101DB8, symSize: 0x3C } + - { offsetInCU: 0x789, offset: 0x1413B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1894, symBinAddr: 0x101DF4, symSize: 0xC } + - { offsetInCU: 0x7A5, offset: 0x1413D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x18A0, symBinAddr: 0x101E00, symSize: 0xC } + - { offsetInCU: 0x7C1, offset: 0x1413F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x22CC, symBinAddr: 0x1024B8, symSize: 0x50 } + - { offsetInCU: 0x7EE, offset: 0x14141E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC6encode2toys7Encoder_p_tKF', symObjAddr: 0x13CC, symBinAddr: 0x10192C, symSize: 0x360 } + - { offsetInCU: 0x84A, offset: 0x14147A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfd', symObjAddr: 0x1940, symBinAddr: 0x101EA0, symSize: 0x54 } + - { offsetInCU: 0x895, offset: 0x1414C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfD', symObjAddr: 0x1994, symBinAddr: 0x101EF4, symSize: 0x1C } + - { offsetInCU: 0x972, offset: 0x1415A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfE', symObjAddr: 0x18FC, symBinAddr: 0x101E5C, symSize: 0x44 } + - { offsetInCU: 0x9CA, offset: 0x1415FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCMa', symObjAddr: 0x19B0, symBinAddr: 0x101F10, symSize: 0x20 } + - { offsetInCU: 0x9DE, offset: 0x14160E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwet', symObjAddr: 0x19E0, symBinAddr: 0x101F30, symSize: 0x90 } + - { offsetInCU: 0x9F2, offset: 0x141622, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwst', symObjAddr: 0x1A70, symBinAddr: 0x101FC0, symSize: 0xBC } + - { offsetInCU: 0xA06, offset: 0x141636, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwup', symObjAddr: 0x1B2C, symBinAddr: 0x10207C, symSize: 0x4 } + - { offsetInCU: 0xA1A, offset: 0x14164A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOMa', symObjAddr: 0x1B30, symBinAddr: 0x102080, symSize: 0x10 } + - { offsetInCU: 0xA2E, offset: 0x14165E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASQWb', symObjAddr: 0x1B40, symBinAddr: 0x102090, symSize: 0x4 } + - { offsetInCU: 0xA42, offset: 0x141672, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSQAAWl', symObjAddr: 0x1B44, symBinAddr: 0x102094, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x141686, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSYAAWl', symObjAddr: 0x1B88, symBinAddr: 0x1020D8, symSize: 0x44 } + - { offsetInCU: 0xA6A, offset: 0x14169A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs0C3KeyAAWl', symObjAddr: 0x1C30, symBinAddr: 0x10211C, symSize: 0x44 } + - { offsetInCU: 0xA7E, offset: 0x1416AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSEAAWl', symObjAddr: 0x1DA8, symBinAddr: 0x102184, symSize: 0x44 } + - { offsetInCU: 0xA92, offset: 0x1416C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSeAAWl', symObjAddr: 0x1F3C, symBinAddr: 0x10222C, symSize: 0x44 } + - { offsetInCU: 0xAA6, offset: 0x1416D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwet', symObjAddr: 0x2084, symBinAddr: 0x102270, symSize: 0x90 } + - { offsetInCU: 0xABA, offset: 0x1416EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwst', symObjAddr: 0x2114, symBinAddr: 0x102300, symSize: 0xBC } + - { offsetInCU: 0xACE, offset: 0x1416FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwug', symObjAddr: 0x21D0, symBinAddr: 0x1023BC, symSize: 0x8 } + - { offsetInCU: 0xAE2, offset: 0x141712, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwup', symObjAddr: 0x21D8, symBinAddr: 0x1023C4, symSize: 0x4 } + - { offsetInCU: 0xAF6, offset: 0x141726, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwui', symObjAddr: 0x21DC, symBinAddr: 0x1023C8, symSize: 0x8 } + - { offsetInCU: 0xB0A, offset: 0x14173A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOMa', symObjAddr: 0x21E4, symBinAddr: 0x1023D0, symSize: 0x10 } + - { offsetInCU: 0xB1E, offset: 0x14174E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASQWb', symObjAddr: 0x21F4, symBinAddr: 0x1023E0, symSize: 0x4 } + - { offsetInCU: 0xB32, offset: 0x141762, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFSQAAWl', symObjAddr: 0x21F8, symBinAddr: 0x1023E4, symSize: 0x44 } + - { offsetInCU: 0xB46, offset: 0x141776, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x223C, symBinAddr: 0x102428, symSize: 0x4 } + - { offsetInCU: 0xB5A, offset: 0x14178A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2240, symBinAddr: 0x10242C, symSize: 0x44 } + - { offsetInCU: 0xB6E, offset: 0x14179E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2284, symBinAddr: 0x102470, symSize: 0x4 } + - { offsetInCU: 0xB82, offset: 0x1417B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2288, symBinAddr: 0x102474, symSize: 0x44 } + - { offsetInCU: 0xBB6, offset: 0x1417E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x100560, symSize: 0x14 } + - { offsetInCU: 0xC47, offset: 0x141877, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x100574, symSize: 0x44 } + - { offsetInCU: 0xCF6, offset: 0x141926, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x1005B8, symSize: 0x28 } + - { offsetInCU: 0xD49, offset: 0x141979, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x1005E0, symSize: 0x40 } + - { offsetInCU: 0xDCC, offset: 0x1419FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0x100644, symSize: 0x5C } + - { offsetInCU: 0xDEF, offset: 0x141A1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0x1006A0, symSize: 0x4C } + - { offsetInCU: 0xE53, offset: 0x141A83, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x174C, symBinAddr: 0x101CAC, symSize: 0xC } + - { offsetInCU: 0xEAB, offset: 0x141ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1758, symBinAddr: 0x101CB8, symSize: 0x44 } + - { offsetInCU: 0xF13, offset: 0x141B43, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x179C, symBinAddr: 0x101CFC, symSize: 0x8 } + - { offsetInCU: 0xF27, offset: 0x141B57, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x17A4, symBinAddr: 0x101D04, symSize: 0x40 } + - { offsetInCU: 0xF63, offset: 0x141B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x18AC, symBinAddr: 0x101E0C, symSize: 0x28 } + - { offsetInCU: 0xF7F, offset: 0x141BAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x18D4, symBinAddr: 0x101E34, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x141D9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwet', symObjAddr: 0x20, symBinAddr: 0x102510, symSize: 0x50 } + - { offsetInCU: 0x53, offset: 0x141DB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwst', symObjAddr: 0x70, symBinAddr: 0x102560, symSize: 0x8C } + - { offsetInCU: 0x67, offset: 0x141DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwug', symObjAddr: 0xFC, symBinAddr: 0x1025EC, symSize: 0x8 } + - { offsetInCU: 0x7B, offset: 0x141DD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwup', symObjAddr: 0x104, symBinAddr: 0x1025F4, symSize: 0x4 } + - { offsetInCU: 0x8F, offset: 0x141DED, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwui', symObjAddr: 0x108, symBinAddr: 0x1025F8, symSize: 0x4 } + - { offsetInCU: 0xA3, offset: 0x141E01, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOMa', symObjAddr: 0x10C, symBinAddr: 0x1025FC, symSize: 0x10 } + - { offsetInCU: 0xD8, offset: 0x141E36, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x12C, symBinAddr: 0x10261C, symSize: 0x64 } + - { offsetInCU: 0x11B, offset: 0x141E79, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValue03RawD0QzvgTW', symObjAddr: 0x190, symBinAddr: 0x102680, symSize: 0x24 } + - { offsetInCU: 0x15B, offset: 0x141EB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x1B4, symBinAddr: 0x1026A4, symSize: 0x4 } + - { offsetInCU: 0x17B, offset: 0x141ED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x1B4, symBinAddr: 0x1026A4, symSize: 0x4 } + - { offsetInCU: 0x1A6, offset: 0x141F04, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1B8, symBinAddr: 0x1026A8, symSize: 0x68 } + - { offsetInCU: 0x1F1, offset: 0x141F4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x220, symBinAddr: 0x102710, symSize: 0xC } + - { offsetInCU: 0x20D, offset: 0x141F6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x22C, symBinAddr: 0x10271C, symSize: 0xC } + - { offsetInCU: 0x229, offset: 0x141F87, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorO11stringValueSSvgTf4d_n', symObjAddr: 0x3A0, symBinAddr: 0x102850, symSize: 0xC } + - { offsetInCU: 0x246, offset: 0x141FA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASQWb', symObjAddr: 0x288, symBinAddr: 0x102778, symSize: 0x4 } + - { offsetInCU: 0x25A, offset: 0x141FB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACSQAAWl', symObjAddr: 0x28C, symBinAddr: 0x10277C, symSize: 0x44 } + - { offsetInCU: 0x26E, offset: 0x141FCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2D0, symBinAddr: 0x1027C0, symSize: 0x4 } + - { offsetInCU: 0x282, offset: 0x141FE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2D4, symBinAddr: 0x1027C4, symSize: 0x44 } + - { offsetInCU: 0x296, offset: 0x141FF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x318, symBinAddr: 0x102808, symSize: 0x4 } + - { offsetInCU: 0x2AA, offset: 0x142008, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs23CustomStringConvertibleAAWl', symObjAddr: 0x31C, symBinAddr: 0x10280C, symSize: 0x44 } + - { offsetInCU: 0x2DE, offset: 0x14203C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11C, symBinAddr: 0x10260C, symSize: 0x4 } + - { offsetInCU: 0x2FE, offset: 0x14205C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11C, symBinAddr: 0x10260C, symSize: 0x4 } + - { offsetInCU: 0x31E, offset: 0x14207C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x120, symBinAddr: 0x102610, symSize: 0x4 } + - { offsetInCU: 0x33E, offset: 0x14209C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x120, symBinAddr: 0x102610, symSize: 0x4 } + - { offsetInCU: 0x35E, offset: 0x1420BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0x102614, symSize: 0x4 } + - { offsetInCU: 0x37E, offset: 0x1420DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x124, symBinAddr: 0x102614, symSize: 0x4 } + - { offsetInCU: 0x39E, offset: 0x1420FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x128, symBinAddr: 0x102618, symSize: 0x4 } + - { offsetInCU: 0x3BE, offset: 0x14211C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x128, symBinAddr: 0x102618, symSize: 0x4 } + - { offsetInCU: 0x3D5, offset: 0x142133, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x238, symBinAddr: 0x102728, symSize: 0x28 } + - { offsetInCU: 0x3F1, offset: 0x14214F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x260, symBinAddr: 0x102750, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1422B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x10285C, symSize: 0x970 } + - { offsetInCU: 0x4CC, offset: 0x142753, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x10285C, symSize: 0x970 } + - { offsetInCU: 0xC6E, offset: 0x142EF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x970, symBinAddr: 0x1031CC, symSize: 0x180 } + - { offsetInCU: 0xCD0, offset: 0x142F57, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0xAF0, symBinAddr: 0x10334C, symSize: 0x4C } + - { offsetInCU: 0xD16, offset: 0x142F9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB3C, symBinAddr: 0x103398, symSize: 0x58 } + - { offsetInCU: 0xD5D, offset: 0x142FE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0xB94, symBinAddr: 0x1033F0, symSize: 0xF8 } + - { offsetInCU: 0xE76, offset: 0x1430FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xC8C, symBinAddr: 0x1034E8, symSize: 0x178 } + - { offsetInCU: 0x105F, offset: 0x1432E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0xE04, symBinAddr: 0x103660, symSize: 0x148 } + - { offsetInCU: 0x1252, offset: 0x1434D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfD', symObjAddr: 0xF78, symBinAddr: 0x1037D4, symSize: 0x34 } + - { offsetInCU: 0x12FE, offset: 0x143585, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfE', symObjAddr: 0xF4C, symBinAddr: 0x1037A8, symSize: 0x2C } + - { offsetInCU: 0x132B, offset: 0x1435B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfETo', symObjAddr: 0xFAC, symBinAddr: 0x103808, symSize: 0x38 } + - { offsetInCU: 0x135A, offset: 0x1435E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCMa', symObjAddr: 0xFE4, symBinAddr: 0x103840, symSize: 0x20 } + - { offsetInCU: 0x94, offset: 0x143A6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x103880, symSize: 0xAC } + - { offsetInCU: 0x123, offset: 0x143AF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMi', symObjAddr: 0x13C, symBinAddr: 0x103944, symSize: 0x8 } + - { offsetInCU: 0x137, offset: 0x143B0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMr', symObjAddr: 0x144, symBinAddr: 0x10394C, symSize: 0x84 } + - { offsetInCU: 0x14B, offset: 0x143B21, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwCP', symObjAddr: 0x1C8, symBinAddr: 0x1039D0, symSize: 0x134 } + - { offsetInCU: 0x15F, offset: 0x143B35, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwxx', symObjAddr: 0x2FC, symBinAddr: 0x103B04, symSize: 0xB0 } + - { offsetInCU: 0x173, offset: 0x143B49, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwcp', symObjAddr: 0x3AC, symBinAddr: 0x103BB4, symSize: 0xF8 } + - { offsetInCU: 0x187, offset: 0x143B5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwca', symObjAddr: 0x4A4, symBinAddr: 0x103CAC, symSize: 0x1C4 } + - { offsetInCU: 0x19B, offset: 0x143B71, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwtk', symObjAddr: 0x668, symBinAddr: 0x103E70, symSize: 0xEC } + - { offsetInCU: 0x1AF, offset: 0x143B85, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwta', symObjAddr: 0x754, symBinAddr: 0x103F5C, symSize: 0x1B8 } + - { offsetInCU: 0x1C3, offset: 0x143B99, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwet', symObjAddr: 0x90C, symBinAddr: 0x104114, symSize: 0x110 } + - { offsetInCU: 0x1D7, offset: 0x143BAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwst', symObjAddr: 0xA1C, symBinAddr: 0x104224, symSize: 0x1A8 } + - { offsetInCU: 0x1EB, offset: 0x143BC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwug', symObjAddr: 0xBC4, symBinAddr: 0x1043CC, symSize: 0x90 } + - { offsetInCU: 0x1FF, offset: 0x143BD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwup', symObjAddr: 0xC54, symBinAddr: 0x10445C, symSize: 0x4 } + - { offsetInCU: 0x213, offset: 0x143BE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwui', symObjAddr: 0xC58, symBinAddr: 0x104460, symSize: 0xE0 } + - { offsetInCU: 0x227, offset: 0x143BFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMa', symObjAddr: 0xD38, symBinAddr: 0x104540, symSize: 0xC } + - { offsetInCU: 0x23B, offset: 0x143C11, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwCP', symObjAddr: 0xD44, symBinAddr: 0x10454C, symSize: 0x30 } + - { offsetInCU: 0x24F, offset: 0x143C25, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwxx', symObjAddr: 0xD74, symBinAddr: 0x10457C, symSize: 0x64 } + - { offsetInCU: 0x263, offset: 0x143C39, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwcp', symObjAddr: 0xDF8, symBinAddr: 0x1045E0, symSize: 0x9C } + - { offsetInCU: 0x277, offset: 0x143C4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwca', symObjAddr: 0xE94, symBinAddr: 0x10467C, symSize: 0xF4 } + - { offsetInCU: 0x28B, offset: 0x143C61, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwta', symObjAddr: 0xF9C, symBinAddr: 0x104770, symSize: 0xD0 } + - { offsetInCU: 0x29F, offset: 0x143C75, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwet', symObjAddr: 0x106C, symBinAddr: 0x104840, symSize: 0x3C } + - { offsetInCU: 0x2B3, offset: 0x143C89, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwst', symObjAddr: 0x10A8, symBinAddr: 0x10487C, symSize: 0x4C } + - { offsetInCU: 0x2C7, offset: 0x143C9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwug', symObjAddr: 0x10F4, symBinAddr: 0x1048C8, symSize: 0x1C } + - { offsetInCU: 0x2DB, offset: 0x143CB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwup', symObjAddr: 0x1110, symBinAddr: 0x1048E4, symSize: 0x4 } + - { offsetInCU: 0x2EF, offset: 0x143CC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwui', symObjAddr: 0x1114, symBinAddr: 0x1048E8, symSize: 0x2C } + - { offsetInCU: 0x303, offset: 0x143CD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOMa', symObjAddr: 0x1140, symBinAddr: 0x104914, symSize: 0x10 } + - { offsetInCU: 0x317, offset: 0x143CED, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1150, symBinAddr: 0x104924, symSize: 0x44 } + - { offsetInCU: 0x382, offset: 0x143D58, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA04SizebC0C_Tg5', symObjAddr: 0x1194, symBinAddr: 0x104968, symSize: 0xDC } + - { offsetInCU: 0x490, offset: 0x143E66, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg', symObjAddr: 0x18EC, symBinAddr: 0x1050C0, symSize: 0x270 } + - { offsetInCU: 0x559, offset: 0x143F2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_', symObjAddr: 0x1BE0, symBinAddr: 0x1053B4, symSize: 0xB8 } + - { offsetInCU: 0x598, offset: 0x143F6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_', symObjAddr: 0x1CF0, symBinAddr: 0x105484, symSize: 0x110 } + - { offsetInCU: 0x5CF, offset: 0x143FA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_', symObjAddr: 0x1ED0, symBinAddr: 0x105628, symSize: 0xA8 } + - { offsetInCU: 0x765, offset: 0x14413B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05ColorbC0C_Tg5', symObjAddr: 0x1270, symBinAddr: 0x104A44, symSize: 0x3E8 } + - { offsetInCU: 0xB3A, offset: 0x144510, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05FloatbC0C_Tg5', symObjAddr: 0x1658, symBinAddr: 0x104E2C, symSize: 0xD8 } + - { offsetInCU: 0xC0A, offset: 0x1445E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05PointbC0C_Tg5', symObjAddr: 0x1730, symBinAddr: 0x104F04, symSize: 0xD8 } + - { offsetInCU: 0xCD8, offset: 0x1446AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA08GradientbC0C_Tg5', symObjAddr: 0x1808, symBinAddr: 0x104FDC, symSize: 0xE4 } + - { offsetInCU: 0xD5F, offset: 0x144735, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1B5C, symBinAddr: 0x105330, symSize: 0x20 } + - { offsetInCU: 0xD7B, offset: 0x144751, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1B7C, symBinAddr: 0x105350, symSize: 0x20 } + - { offsetInCU: 0xD97, offset: 0x14476D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1B9C, symBinAddr: 0x105370, symSize: 0x44 } + - { offsetInCU: 0xDB3, offset: 0x144789, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_TA', symObjAddr: 0x1C98, symBinAddr: 0x10546C, symSize: 0x18 } + - { offsetInCU: 0xDC7, offset: 0x14479D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_TA', symObjAddr: 0x2074, symBinAddr: 0x1057CC, symSize: 0xB4 } + - { offsetInCU: 0xE25, offset: 0x1447FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tFAA0A5ColorV_TB5', symObjAddr: 0x2128, symBinAddr: 0x105880, symSize: 0x140 } + - { offsetInCU: 0xEEB, offset: 0x1448C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tF', symObjAddr: 0x2268, symBinAddr: 0x1059C0, symSize: 0x188 } + - { offsetInCU: 0xF6F, offset: 0x144945, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x23F0, symBinAddr: 0x105B48, symSize: 0x44 } + - { offsetInCU: 0xF8B, offset: 0x144961, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2434, symBinAddr: 0x105B8C, symSize: 0x20 } + - { offsetInCU: 0xFA7, offset: 0x14497D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2454, symBinAddr: 0x105BAC, symSize: 0x20 } + - { offsetInCU: 0xFC3, offset: 0x144999, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2474, symBinAddr: 0x105BCC, symSize: 0x20 } + - { offsetInCU: 0xFDF, offset: 0x1449B5, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05PointdF0C_Tg5TA', symObjAddr: 0x24C8, symBinAddr: 0x105C20, symSize: 0x8 } + - { offsetInCU: 0xFF3, offset: 0x1449C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x24D4, symBinAddr: 0x105C2C, symSize: 0xC } + - { offsetInCU: 0x1007, offset: 0x1449DD, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0x24E0, symBinAddr: 0x105C38, symSize: 0x8 } + - { offsetInCU: 0x101B, offset: 0x1449F1, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5TA', symObjAddr: 0x24E8, symBinAddr: 0x105C40, symSize: 0x8 } + - { offsetInCU: 0x102F, offset: 0x144A05, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOy', symObjAddr: 0x24F0, symBinAddr: 0x105C48, symSize: 0x10 } + - { offsetInCU: 0x1043, offset: 0x144A19, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x2504, symBinAddr: 0x105C5C, symSize: 0xC } + - { offsetInCU: 0x1057, offset: 0x144A2D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5TA', symObjAddr: 0x2510, symBinAddr: 0x105C68, symSize: 0x8 } + - { offsetInCU: 0x106B, offset: 0x144A41, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOe', symObjAddr: 0x2590, symBinAddr: 0x105CAC, symSize: 0x24 } + - { offsetInCU: 0x107F, offset: 0x144A55, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOb', symObjAddr: 0x25B4, symBinAddr: 0x105CD0, symSize: 0x48 } + - { offsetInCU: 0x109E, offset: 0x144A74, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_AA05ColorbC0C_TG5TA', symObjAddr: 0x25FC, symBinAddr: 0x105D18, symSize: 0x4C } + - { offsetInCU: 0x10EF, offset: 0x144AC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOy', symObjAddr: 0x2648, symBinAddr: 0x105D64, symSize: 0x24 } + - { offsetInCU: 0x1103, offset: 0x144AD9, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5TA', symObjAddr: 0x266C, symBinAddr: 0x105D88, symSize: 0x8 } + - { offsetInCU: 0x1117, offset: 0x144AED, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x2674, symBinAddr: 0x105D90, symSize: 0x8 } + - { offsetInCU: 0x112B, offset: 0x144B01, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5TA', symObjAddr: 0x2700, symBinAddr: 0x105E1C, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x144F72, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x105E44, symSize: 0xF04 } + - { offsetInCU: 0x261, offset: 0x1451A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x105E44, symSize: 0xF04 } + - { offsetInCU: 0xBE3, offset: 0x145B2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_', symObjAddr: 0x13C4, symBinAddr: 0x107208, symSize: 0xB8 } + - { offsetInCU: 0xC7F, offset: 0x145BC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0xF04, symBinAddr: 0x106D48, symSize: 0x8 } + - { offsetInCU: 0xC9B, offset: 0x145BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xF0C, symBinAddr: 0x106D50, symSize: 0x388 } + - { offsetInCU: 0xDEC, offset: 0x145D33, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x1374, symBinAddr: 0x1071B8, symSize: 0x50 } + - { offsetInCU: 0xE08, offset: 0x145D4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfc', symObjAddr: 0x147C, symBinAddr: 0x1072C0, symSize: 0x15C } + - { offsetInCU: 0xE37, offset: 0x145D7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfcTo', symObjAddr: 0x15D8, symBinAddr: 0x10741C, symSize: 0x20 } + - { offsetInCU: 0xE53, offset: 0x145D9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfc', symObjAddr: 0x15F8, symBinAddr: 0x10743C, symSize: 0x1AC } + - { offsetInCU: 0xE90, offset: 0x145DD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x17A4, symBinAddr: 0x1075E8, symSize: 0x4C } + - { offsetInCU: 0xEAC, offset: 0x145DF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x17F0, symBinAddr: 0x107634, symSize: 0x17C } + - { offsetInCU: 0xEE9, offset: 0x145E30, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x196C, symBinAddr: 0x1077B0, symSize: 0x30 } + - { offsetInCU: 0xF05, offset: 0x145E4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfD', symObjAddr: 0x199C, symBinAddr: 0x1077E0, symSize: 0x34 } + - { offsetInCU: 0xF7B, offset: 0x145EC2, size: 0x8, addend: 0x0, symName: '_$sSo12CGContextRefa6LottieE21adjustWithLineOrigins33_ADD2B19552B13F52C52B0803615BD067LL2in4withySo07CTFrameB0a_So06CTFontB0aSgtF', symObjAddr: 0x1294, symBinAddr: 0x1070D8, symSize: 0xE0 } + - { offsetInCU: 0x10C4, offset: 0x14600B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfETo', symObjAddr: 0x19D0, symBinAddr: 0x107814, symSize: 0x8C } + - { offsetInCU: 0x10F3, offset: 0x14603A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCMa', symObjAddr: 0x1A5C, symBinAddr: 0x1078A0, symSize: 0x20 } + - { offsetInCU: 0x1107, offset: 0x14604E, size: 0x8, addend: 0x0, symName: '_$sSo23NSMutableParagraphStyleCMa', symObjAddr: 0x1ABC, symBinAddr: 0x1078C0, symSize: 0x3C } + - { offsetInCU: 0x11B5, offset: 0x1460FC, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaABSHSCWl', symObjAddr: 0x1CBC, symBinAddr: 0x107AC0, symSize: 0x48 } + - { offsetInCU: 0x11C9, offset: 0x146110, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_TA', symObjAddr: 0x1D74, symBinAddr: 0x107B08, symSize: 0x8 } + - { offsetInCU: 0x11DD, offset: 0x146124, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x1D7C, symBinAddr: 0x107B10, symSize: 0x8 } + - { offsetInCU: 0x12F4, offset: 0x14623B, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSo018NSAttributedStringD0a_ypTg5', symObjAddr: 0x1AF8, symBinAddr: 0x1078FC, symSize: 0xD8 } + - { offsetInCU: 0x13A7, offset: 0x1462EE, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x1BD0, symBinAddr: 0x1079D4, symSize: 0xEC } + - { offsetInCU: 0x4F, offset: 0x146797, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x107B18, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1467BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x107B60, symSize: 0x2A4 } + - { offsetInCU: 0xDC, offset: 0x146824, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2EC, symBinAddr: 0x107E04, symSize: 0x44C } + - { offsetInCU: 0x285, offset: 0x1469CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO8rawValueSSvg', symObjAddr: 0x738, symBinAddr: 0x108250, symSize: 0x20 } + - { offsetInCU: 0x2BE, offset: 0x146A06, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x90C, symBinAddr: 0x108424, symSize: 0x20 } + - { offsetInCU: 0x2EC, offset: 0x146A34, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x90C, symBinAddr: 0x108424, symSize: 0x20 } + - { offsetInCU: 0x340, offset: 0x146A88, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x950, symBinAddr: 0x108468, symSize: 0x64 } + - { offsetInCU: 0x3A6, offset: 0x146AEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x9B4, symBinAddr: 0x1084CC, symSize: 0x28 } + - { offsetInCU: 0x3C2, offset: 0x146B0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x9DC, symBinAddr: 0x1084F4, symSize: 0x8 } + - { offsetInCU: 0x3F8, offset: 0x146B40, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x9E4, symBinAddr: 0x1084FC, symSize: 0x68 } + - { offsetInCU: 0x47D, offset: 0x146BC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA4C, symBinAddr: 0x108564, symSize: 0xC } + - { offsetInCU: 0x499, offset: 0x146BE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xA58, symBinAddr: 0x108570, symSize: 0xC } + - { offsetInCU: 0x4B7, offset: 0x146BFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x758, symBinAddr: 0x108270, symSize: 0x1B4 } + - { offsetInCU: 0x513, offset: 0x146C5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfd', symObjAddr: 0xAD0, symBinAddr: 0x1085E8, symSize: 0x4C } + - { offsetInCU: 0x556, offset: 0x146C9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfD', symObjAddr: 0xB1C, symBinAddr: 0x108634, symSize: 0x1C } + - { offsetInCU: 0x61D, offset: 0x146D65, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfE', symObjAddr: 0xAB4, symBinAddr: 0x1085CC, symSize: 0x1C } + - { offsetInCU: 0x675, offset: 0x146DBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCMa', symObjAddr: 0xB38, symBinAddr: 0x108650, symSize: 0x20 } + - { offsetInCU: 0x689, offset: 0x146DD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs0F3KeyAAWl', symObjAddr: 0xBBC, symBinAddr: 0x108670, symSize: 0x44 } + - { offsetInCU: 0x69D, offset: 0x146DE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwet', symObjAddr: 0xE88, symBinAddr: 0x108718, symSize: 0x90 } + - { offsetInCU: 0x6B1, offset: 0x146DF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwst', symObjAddr: 0xF18, symBinAddr: 0x1087A8, symSize: 0xBC } + - { offsetInCU: 0x6C5, offset: 0x146E0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwug', symObjAddr: 0xFD4, symBinAddr: 0x108864, symSize: 0x8 } + - { offsetInCU: 0x6D9, offset: 0x146E21, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwup', symObjAddr: 0xFDC, symBinAddr: 0x10886C, symSize: 0x4 } + - { offsetInCU: 0x6ED, offset: 0x146E35, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwui', symObjAddr: 0xFE0, symBinAddr: 0x108870, symSize: 0x8 } + - { offsetInCU: 0x701, offset: 0x146E49, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOMa', symObjAddr: 0xFE8, symBinAddr: 0x108878, symSize: 0x10 } + - { offsetInCU: 0x715, offset: 0x146E5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASQWb', symObjAddr: 0xFF8, symBinAddr: 0x108888, symSize: 0x4 } + - { offsetInCU: 0x729, offset: 0x146E71, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFSQAAWl', symObjAddr: 0xFFC, symBinAddr: 0x10888C, symSize: 0x44 } + - { offsetInCU: 0x73D, offset: 0x146E85, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1040, symBinAddr: 0x1088D0, symSize: 0x4 } + - { offsetInCU: 0x751, offset: 0x146E99, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1044, symBinAddr: 0x1088D4, symSize: 0x44 } + - { offsetInCU: 0x765, offset: 0x146EAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1088, symBinAddr: 0x108918, symSize: 0x4 } + - { offsetInCU: 0x779, offset: 0x146EC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x108C, symBinAddr: 0x10891C, symSize: 0x44 } + - { offsetInCU: 0x7D9, offset: 0x146F21, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x92C, symBinAddr: 0x108444, symSize: 0xC } + - { offsetInCU: 0x7F5, offset: 0x146F3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x938, symBinAddr: 0x108450, symSize: 0x8 } + - { offsetInCU: 0x811, offset: 0x146F59, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x940, symBinAddr: 0x108458, symSize: 0x8 } + - { offsetInCU: 0x82D, offset: 0x146F75, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x948, symBinAddr: 0x108460, symSize: 0x8 } + - { offsetInCU: 0x84F, offset: 0x146F97, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA64, symBinAddr: 0x10857C, symSize: 0x28 } + - { offsetInCU: 0x86B, offset: 0x146FB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA8C, symBinAddr: 0x1085A4, symSize: 0x28 } + - { offsetInCU: 0x4B, offset: 0x1471A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0x108960, symSize: 0x18 } + - { offsetInCU: 0xAE, offset: 0x147206, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x40, symBinAddr: 0x1089A0, symSize: 0x64 } + - { offsetInCU: 0x114, offset: 0x14726C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xA4, symBinAddr: 0x108A04, symSize: 0x28 } + - { offsetInCU: 0x13D, offset: 0x147295, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x174, symBinAddr: 0x108AD4, symSize: 0x35C } + - { offsetInCU: 0x1C3, offset: 0x14731B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4D0, symBinAddr: 0x108E30, symSize: 0x510 } + - { offsetInCU: 0x40E, offset: 0x147566, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO8rawValueSSvg', symObjAddr: 0x9E0, symBinAddr: 0x109340, symSize: 0x20 } + - { offsetInCU: 0x447, offset: 0x14759F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA00, symBinAddr: 0x109360, symSize: 0x20 } + - { offsetInCU: 0x475, offset: 0x1475CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0xA00, symBinAddr: 0x109360, symSize: 0x20 } + - { offsetInCU: 0x4C9, offset: 0x147621, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xA44, symBinAddr: 0x1093A4, symSize: 0x64 } + - { offsetInCU: 0x52F, offset: 0x147687, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xAA8, symBinAddr: 0x109408, symSize: 0x28 } + - { offsetInCU: 0x54B, offset: 0x1476A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xAD0, symBinAddr: 0x109430, symSize: 0x8 } + - { offsetInCU: 0x581, offset: 0x1476D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAD8, symBinAddr: 0x109438, symSize: 0x68 } + - { offsetInCU: 0x606, offset: 0x14775E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xB40, symBinAddr: 0x1094A0, symSize: 0xC } + - { offsetInCU: 0x622, offset: 0x14777A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xB4C, symBinAddr: 0x1094AC, symSize: 0xC } + - { offsetInCU: 0x65D, offset: 0x1477B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCfD', symObjAddr: 0xBA8, symBinAddr: 0x109508, symSize: 0x34 } + - { offsetInCU: 0x6A0, offset: 0x1477F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC6encode2toys7Encoder_p_tKF', symObjAddr: 0xDB4, symBinAddr: 0x109704, symSize: 0x238 } + - { offsetInCU: 0x6F7, offset: 0x14784F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFEC, symBinAddr: 0x10993C, symSize: 0x54 } + - { offsetInCU: 0x72F, offset: 0x147887, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1040, symBinAddr: 0x109990, symSize: 0x20 } + - { offsetInCU: 0x7EA, offset: 0x147942, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCMa', symObjAddr: 0xBDC, symBinAddr: 0x10953C, symSize: 0x20 } + - { offsetInCU: 0x7FE, offset: 0x147956, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwet', symObjAddr: 0xC0C, symBinAddr: 0x10955C, symSize: 0x90 } + - { offsetInCU: 0x812, offset: 0x14796A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwst', symObjAddr: 0xC9C, symBinAddr: 0x1095EC, symSize: 0xBC } + - { offsetInCU: 0x826, offset: 0x14797E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwup', symObjAddr: 0xD58, symBinAddr: 0x1096A8, symSize: 0x4 } + - { offsetInCU: 0x83A, offset: 0x147992, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOMa', symObjAddr: 0xD5C, symBinAddr: 0x1096AC, symSize: 0x10 } + - { offsetInCU: 0x84E, offset: 0x1479A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASQWb', symObjAddr: 0xD6C, symBinAddr: 0x1096BC, symSize: 0x4 } + - { offsetInCU: 0x862, offset: 0x1479BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSQAAWl', symObjAddr: 0xD70, symBinAddr: 0x1096C0, symSize: 0x44 } + - { offsetInCU: 0x876, offset: 0x1479CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x10C4, symBinAddr: 0x1099B0, symSize: 0x44 } + - { offsetInCU: 0x88A, offset: 0x1479E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSeAAWl', symObjAddr: 0x1128, symBinAddr: 0x1099F4, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x1479F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSeAAWl', symObjAddr: 0x11F4, symBinAddr: 0x109A38, symSize: 0x44 } + - { offsetInCU: 0x8B2, offset: 0x147A0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSEAAWl', symObjAddr: 0x1238, symBinAddr: 0x109A7C, symSize: 0x44 } + - { offsetInCU: 0x8C6, offset: 0x147A1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSEAAWl', symObjAddr: 0x1324, symBinAddr: 0x109B24, symSize: 0x44 } + - { offsetInCU: 0x8DA, offset: 0x147A32, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSYAAWl', symObjAddr: 0x1368, symBinAddr: 0x109B68, symSize: 0x44 } + - { offsetInCU: 0x8EE, offset: 0x147A46, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwet', symObjAddr: 0x146C, symBinAddr: 0x109BAC, symSize: 0x90 } + - { offsetInCU: 0x902, offset: 0x147A5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwst', symObjAddr: 0x14FC, symBinAddr: 0x109C3C, symSize: 0xBC } + - { offsetInCU: 0x916, offset: 0x147A6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwug', symObjAddr: 0x15B8, symBinAddr: 0x109CF8, symSize: 0x8 } + - { offsetInCU: 0x92A, offset: 0x147A82, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwup', symObjAddr: 0x15C0, symBinAddr: 0x109D00, symSize: 0x4 } + - { offsetInCU: 0x93E, offset: 0x147A96, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwui', symObjAddr: 0x15C4, symBinAddr: 0x109D04, symSize: 0x8 } + - { offsetInCU: 0x952, offset: 0x147AAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOMa', symObjAddr: 0x15CC, symBinAddr: 0x109D0C, symSize: 0x10 } + - { offsetInCU: 0x966, offset: 0x147ABE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASQWb', symObjAddr: 0x15DC, symBinAddr: 0x109D1C, symSize: 0x4 } + - { offsetInCU: 0x97A, offset: 0x147AD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAESQAAWl', symObjAddr: 0x15E0, symBinAddr: 0x109D20, symSize: 0x44 } + - { offsetInCU: 0x98E, offset: 0x147AE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1624, symBinAddr: 0x109D64, symSize: 0x4 } + - { offsetInCU: 0x9A2, offset: 0x147AFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1628, symBinAddr: 0x109D68, symSize: 0x44 } + - { offsetInCU: 0x9B6, offset: 0x147B0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x166C, symBinAddr: 0x109DAC, symSize: 0x4 } + - { offsetInCU: 0x9CA, offset: 0x147B22, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1670, symBinAddr: 0x109DB0, symSize: 0x44 } + - { offsetInCU: 0x9EF, offset: 0x147B47, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x108978, symSize: 0xC } + - { offsetInCU: 0xA29, offset: 0x147B81, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0x108984, symSize: 0xC } + - { offsetInCU: 0xA49, offset: 0x147BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0x108984, symSize: 0xC } + - { offsetInCU: 0xA5D, offset: 0x147BB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x24, symBinAddr: 0x108984, symSize: 0xC } + - { offsetInCU: 0xA6F, offset: 0x147BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x30, symBinAddr: 0x108990, symSize: 0x8 } + - { offsetInCU: 0xA8B, offset: 0x147BE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x38, symBinAddr: 0x108998, symSize: 0x8 } + - { offsetInCU: 0xAA5, offset: 0x147BFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCC, symBinAddr: 0x108A2C, symSize: 0x5C } + - { offsetInCU: 0xAC8, offset: 0x147C20, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x128, symBinAddr: 0x108A88, symSize: 0x4C } + - { offsetInCU: 0xB32, offset: 0x147C8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA20, symBinAddr: 0x109380, symSize: 0xC } + - { offsetInCU: 0xB4E, offset: 0x147CA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xA2C, symBinAddr: 0x10938C, symSize: 0x8 } + - { offsetInCU: 0xB6A, offset: 0x147CC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA34, symBinAddr: 0x109394, symSize: 0x8 } + - { offsetInCU: 0xB86, offset: 0x147CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA3C, symBinAddr: 0x10939C, symSize: 0x8 } + - { offsetInCU: 0xBA8, offset: 0x147D00, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xB58, symBinAddr: 0x1094B8, symSize: 0x28 } + - { offsetInCU: 0xBC4, offset: 0x147D1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xB80, symBinAddr: 0x1094E0, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x147ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x109DFC, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x147EEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x109DFC, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x147EFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwet', symObjAddr: 0x50, symBinAddr: 0x109E2C, symSize: 0x20 } + - { offsetInCU: 0x6B, offset: 0x147F12, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwst', symObjAddr: 0x70, symBinAddr: 0x109E4C, symSize: 0x38 } + - { offsetInCU: 0x7F, offset: 0x147F26, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVMa', symObjAddr: 0xA8, symBinAddr: 0x109E84, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x148076, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x109E94, symSize: 0xA4 } + - { offsetInCU: 0x81, offset: 0x1480D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x109E94, symSize: 0xA4 } + - { offsetInCU: 0x2B, offset: 0x1482FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x109F38, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x148321, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x109F38, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x148346, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x109F80, symSize: 0x208 } + - { offsetInCU: 0xDC, offset: 0x1483AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x250, symBinAddr: 0x10A188, symSize: 0x330 } + - { offsetInCU: 0x217, offset: 0x1484E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x580, symBinAddr: 0x10A4B8, symSize: 0x148 } + - { offsetInCU: 0x285, offset: 0x148557, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO8rawValueSSvg', symObjAddr: 0x6C8, symBinAddr: 0x10A600, symSize: 0x18 } + - { offsetInCU: 0x2BE, offset: 0x148590, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x6E0, symBinAddr: 0x10A618, symSize: 0x18 } + - { offsetInCU: 0x2EC, offset: 0x1485BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x6E0, symBinAddr: 0x10A618, symSize: 0x18 } + - { offsetInCU: 0x33E, offset: 0x148610, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x71C, symBinAddr: 0x10A654, symSize: 0x64 } + - { offsetInCU: 0x3A4, offset: 0x148676, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x780, symBinAddr: 0x10A6B8, symSize: 0x28 } + - { offsetInCU: 0x3C0, offset: 0x148692, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7A8, symBinAddr: 0x10A6E0, symSize: 0x8 } + - { offsetInCU: 0x3F6, offset: 0x1486C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7B0, symBinAddr: 0x10A6E8, symSize: 0x68 } + - { offsetInCU: 0x47B, offset: 0x14874D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x818, symBinAddr: 0x10A750, symSize: 0xC } + - { offsetInCU: 0x497, offset: 0x148769, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x824, symBinAddr: 0x10A75C, symSize: 0xC } + - { offsetInCU: 0x4D3, offset: 0x1487A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfD', symObjAddr: 0x888, symBinAddr: 0x10A7C0, symSize: 0x4C } + - { offsetInCU: 0x5B0, offset: 0x148882, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfE', symObjAddr: 0x880, symBinAddr: 0x10A7B8, symSize: 0x8 } + - { offsetInCU: 0x608, offset: 0x1488DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCMa', symObjAddr: 0x8D4, symBinAddr: 0x10A80C, symSize: 0x20 } + - { offsetInCU: 0x61C, offset: 0x1488EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs0E3KeyAAWl', symObjAddr: 0x958, symBinAddr: 0x10A82C, symSize: 0x44 } + - { offsetInCU: 0x630, offset: 0x148902, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwet', symObjAddr: 0xA90, symBinAddr: 0x10A870, symSize: 0x90 } + - { offsetInCU: 0x644, offset: 0x148916, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwst', symObjAddr: 0xB20, symBinAddr: 0x10A900, symSize: 0xBC } + - { offsetInCU: 0x658, offset: 0x14892A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwug', symObjAddr: 0xBDC, symBinAddr: 0x10A9BC, symSize: 0x8 } + - { offsetInCU: 0x66C, offset: 0x14893E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwup', symObjAddr: 0xBE4, symBinAddr: 0x10A9C4, symSize: 0x4 } + - { offsetInCU: 0x680, offset: 0x148952, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwui', symObjAddr: 0xBE8, symBinAddr: 0x10A9C8, symSize: 0x8 } + - { offsetInCU: 0x694, offset: 0x148966, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOMa', symObjAddr: 0xBF0, symBinAddr: 0x10A9D0, symSize: 0x10 } + - { offsetInCU: 0x6A8, offset: 0x14897A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASQWb', symObjAddr: 0xC00, symBinAddr: 0x10A9E0, symSize: 0x4 } + - { offsetInCU: 0x6BC, offset: 0x14898E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFSQAAWl', symObjAddr: 0xC04, symBinAddr: 0x10A9E4, symSize: 0x44 } + - { offsetInCU: 0x6D0, offset: 0x1489A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC48, symBinAddr: 0x10AA28, symSize: 0x4 } + - { offsetInCU: 0x6E4, offset: 0x1489B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC4C, symBinAddr: 0x10AA2C, symSize: 0x44 } + - { offsetInCU: 0x6F8, offset: 0x1489CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC90, symBinAddr: 0x10AA70, symSize: 0x4 } + - { offsetInCU: 0x70C, offset: 0x1489DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xC94, symBinAddr: 0x10AA74, symSize: 0x44 } + - { offsetInCU: 0x76C, offset: 0x148A3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F8, symBinAddr: 0x10A630, symSize: 0xC } + - { offsetInCU: 0x788, offset: 0x148A5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH9hashValueSivgTW', symObjAddr: 0x704, symBinAddr: 0x10A63C, symSize: 0x8 } + - { offsetInCU: 0x7A4, offset: 0x148A76, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x70C, symBinAddr: 0x10A644, symSize: 0x8 } + - { offsetInCU: 0x7C0, offset: 0x148A92, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x714, symBinAddr: 0x10A64C, symSize: 0x8 } + - { offsetInCU: 0x7E2, offset: 0x148AB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x830, symBinAddr: 0x10A768, symSize: 0x28 } + - { offsetInCU: 0x7FE, offset: 0x148AD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x858, symBinAddr: 0x10A790, symSize: 0x28 } + - { offsetInCU: 0x5E, offset: 0x148CD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x10AAB8, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x148D07, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x50, symBinAddr: 0x10AB08, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x148D1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfC', symObjAddr: 0x80, symBinAddr: 0x10AB38, symSize: 0x20 } + - { offsetInCU: 0xD3, offset: 0x148D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfc', symObjAddr: 0xA0, symBinAddr: 0x10AB58, symSize: 0x124 } + - { offsetInCU: 0x13C, offset: 0x148DB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfcTo', symObjAddr: 0x1C4, symBinAddr: 0x10AC7C, symSize: 0x20 } + - { offsetInCU: 0x158, offset: 0x148DCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x1E4, symBinAddr: 0x10AC9C, symSize: 0x44 } + - { offsetInCU: 0x176, offset: 0x148DEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x228, symBinAddr: 0x10ACE0, symSize: 0x138 } + - { offsetInCU: 0x1DA, offset: 0x148E4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x360, symBinAddr: 0x10AE18, symSize: 0x30 } + - { offsetInCU: 0x232, offset: 0x148EA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC15animationDidSetyyF', symObjAddr: 0x390, symBinAddr: 0x10AE48, symSize: 0x60 } + - { offsetInCU: 0x31A, offset: 0x148F8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x474, symBinAddr: 0x10AEA8, symSize: 0xD4 } + - { offsetInCU: 0x3A2, offset: 0x149017, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ', symObjAddr: 0x548, symBinAddr: 0x10AF7C, symSize: 0x18 } + - { offsetInCU: 0x3D5, offset: 0x14904A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x560, symBinAddr: 0x10AF94, symSize: 0x28 } + - { offsetInCU: 0x46B, offset: 0x1490E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg', symObjAddr: 0x588, symBinAddr: 0x10AFBC, symSize: 0x44 } + - { offsetInCU: 0x565, offset: 0x1491DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5CC, symBinAddr: 0x10B000, symSize: 0x18 } + - { offsetInCU: 0x585, offset: 0x1491FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5CC, symBinAddr: 0x10B000, symSize: 0x18 } + - { offsetInCU: 0x5C5, offset: 0x14923A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x5E4, symBinAddr: 0x10B018, symSize: 0x44 } + - { offsetInCU: 0x6A8, offset: 0x14931D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x628, symBinAddr: 0x10B05C, symSize: 0x28 } + - { offsetInCU: 0x71B, offset: 0x149390, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg', symObjAddr: 0x690, symBinAddr: 0x10B0C4, symSize: 0x4C } + - { offsetInCU: 0x73A, offset: 0x1493AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs', symObjAddr: 0x6DC, symBinAddr: 0x10B110, symSize: 0x50 } + - { offsetInCU: 0x775, offset: 0x1493EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM', symObjAddr: 0x72C, symBinAddr: 0x10B160, symSize: 0x44 } + - { offsetInCU: 0x7A4, offset: 0x149419, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg', symObjAddr: 0x770, symBinAddr: 0x10B1A4, symSize: 0x44 } + - { offsetInCU: 0x7C3, offset: 0x149438, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs', symObjAddr: 0x7B4, symBinAddr: 0x10B1E8, symSize: 0x48 } + - { offsetInCU: 0x7FE, offset: 0x149473, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM', symObjAddr: 0x7FC, symBinAddr: 0x10B230, symSize: 0x44 } + - { offsetInCU: 0x84B, offset: 0x1494C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0x840, symBinAddr: 0x10B274, symSize: 0x70 } + - { offsetInCU: 0x911, offset: 0x149586, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0x8F0, symBinAddr: 0x10B2E4, symSize: 0x44 } + - { offsetInCU: 0x9AF, offset: 0x149624, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg', symObjAddr: 0xAC0, symBinAddr: 0x10B474, symSize: 0x58 } + - { offsetInCU: 0x9CE, offset: 0x149643, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs', symObjAddr: 0xB18, symBinAddr: 0x10B4CC, symSize: 0x5C } + - { offsetInCU: 0x9F7, offset: 0x14966C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM', symObjAddr: 0xB74, symBinAddr: 0x10B528, symSize: 0x44 } + - { offsetInCU: 0xA26, offset: 0x14969B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM.resume.0', symObjAddr: 0xBB8, symBinAddr: 0x10B56C, symSize: 0x4 } + - { offsetInCU: 0xA51, offset: 0x1496C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvs', symObjAddr: 0xBBC, symBinAddr: 0x10B570, symSize: 0x24 } + - { offsetInCU: 0xAA7, offset: 0x14971C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0xBE0, symBinAddr: 0x10B594, symSize: 0x10 } + - { offsetInCU: 0xAC7, offset: 0x14973C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0xBE0, symBinAddr: 0x10B594, symSize: 0x10 } + - { offsetInCU: 0xB00, offset: 0x149775, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM', symObjAddr: 0xBF0, symBinAddr: 0x10B5A4, symSize: 0x24 } + - { offsetInCU: 0xB86, offset: 0x1497FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM.resume.0', symObjAddr: 0xC14, symBinAddr: 0x10B5C8, symSize: 0x34 } + - { offsetInCU: 0xBEF, offset: 0x149864, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF', symObjAddr: 0xC48, symBinAddr: 0x10B5FC, symSize: 0x24 } + - { offsetInCU: 0xC77, offset: 0x1498EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF', symObjAddr: 0xC6C, symBinAddr: 0x10B620, symSize: 0x50 } + - { offsetInCU: 0xD05, offset: 0x14997A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_', symObjAddr: 0xCBC, symBinAddr: 0x10B670, symSize: 0xD4 } + - { offsetInCU: 0xDBB, offset: 0x149A30, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC24updateAccessibilityLabel33_69DC16219B29E88431F21A6FFAC9EAE9LLyyF', symObjAddr: 0xD90, symBinAddr: 0x10B744, symSize: 0xFC } + - { offsetInCU: 0xE27, offset: 0x149A9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfD', symObjAddr: 0xEBC, symBinAddr: 0x10B870, symSize: 0x30 } + - { offsetInCU: 0xEBA, offset: 0x149B2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFTf4nndn_n', symObjAddr: 0xF38, symBinAddr: 0x10B8EC, symSize: 0x2CC } + - { offsetInCU: 0x1106, offset: 0x149D7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x1204, symBinAddr: 0x10BBB8, symSize: 0x13C } + - { offsetInCU: 0x11C3, offset: 0x149E38, size: 0x8, addend: 0x0, symName: '_$s6Lottie19NullHapticGeneratorCfD', symObjAddr: 0xF28, symBinAddr: 0x10B8DC, symSize: 0x10 } + - { offsetInCU: 0x1221, offset: 0x149E96, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTK', symObjAddr: 0x974, symBinAddr: 0x10B328, symSize: 0x94 } + - { offsetInCU: 0x124E, offset: 0x149EC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTk', symObjAddr: 0xA08, symBinAddr: 0x10B3BC, symSize: 0xB8 } + - { offsetInCU: 0x137D, offset: 0x149FF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfE', symObjAddr: 0xE8C, symBinAddr: 0x10B840, symSize: 0x30 } + - { offsetInCU: 0x13AA, offset: 0x14A01F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfETo', symObjAddr: 0xEEC, symBinAddr: 0x10B8A0, symSize: 0x3C } + - { offsetInCU: 0x1428, offset: 0x14A09D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19NullHapticGeneratorCMa', symObjAddr: 0x1340, symBinAddr: 0x10BCF4, symSize: 0x20 } + - { offsetInCU: 0x143C, offset: 0x14A0B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImpactGenerator_pWOb', symObjAddr: 0x1360, symBinAddr: 0x10BD14, symSize: 0x18 } + - { offsetInCU: 0x1450, offset: 0x14A0C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCMa', symObjAddr: 0x1378, symBinAddr: 0x10BD2C, symSize: 0x20 } + - { offsetInCU: 0x1464, offset: 0x14A0D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASQWb', symObjAddr: 0x13B8, symBinAddr: 0x10BD4C, symSize: 0x4 } + - { offsetInCU: 0x1478, offset: 0x14A0ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOAESQAAWl', symObjAddr: 0x13BC, symBinAddr: 0x10BD50, symSize: 0x44 } + - { offsetInCU: 0x148C, offset: 0x14A101, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwet', symObjAddr: 0x16D4, symBinAddr: 0x10C058, symSize: 0x90 } + - { offsetInCU: 0x14A0, offset: 0x14A115, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwst', symObjAddr: 0x1764, symBinAddr: 0x10C0E8, symSize: 0xBC } + - { offsetInCU: 0x14B4, offset: 0x14A129, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwug', symObjAddr: 0x1820, symBinAddr: 0x10C1A4, symSize: 0x8 } + - { offsetInCU: 0x14C8, offset: 0x14A13D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwup', symObjAddr: 0x1828, symBinAddr: 0x10C1AC, symSize: 0x4 } + - { offsetInCU: 0x14DC, offset: 0x14A151, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwui', symObjAddr: 0x182C, symBinAddr: 0x10C1B0, symSize: 0xC } + - { offsetInCU: 0x14F0, offset: 0x14A165, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOMa', symObjAddr: 0x1838, symBinAddr: 0x10C1BC, symSize: 0x10 } + - { offsetInCU: 0x150F, offset: 0x14A184, size: 0x8, addend: 0x0, symName: '_$sSbytIegnr_SbIegy_TRTA', symObjAddr: 0x1894, symBinAddr: 0x10C1F0, symSize: 0x30 } + - { offsetInCU: 0x1543, offset: 0x14A1B8, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SbytIegnr_TRTA', symObjAddr: 0x18C4, symBinAddr: 0x10C220, symSize: 0x24 } + - { offsetInCU: 0x156C, offset: 0x14A1E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_TA', symObjAddr: 0x1930, symBinAddr: 0x10C28C, symSize: 0xC } + - { offsetInCU: 0x15F2, offset: 0x14A267, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x650, symBinAddr: 0x10B084, symSize: 0x40 } + - { offsetInCU: 0x118, offset: 0x14A670, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtF', symObjAddr: 0x0, symBinAddr: 0x10C2A4, symSize: 0x348 } + - { offsetInCU: 0x688, offset: 0x14ABE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_', symObjAddr: 0x348, symBinAddr: 0x10C5EC, symSize: 0xAC } + - { offsetInCU: 0x6B9, offset: 0x14AC11, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_', symObjAddr: 0x3F4, symBinAddr: 0x10C698, symSize: 0xC8 } + - { offsetInCU: 0x80E, offset: 0x14AD66, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_', symObjAddr: 0x4BC, symBinAddr: 0x10C760, symSize: 0xFC } + - { offsetInCU: 0x9F3, offset: 0x14AF4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCfD', symObjAddr: 0xA84, symBinAddr: 0x10CCF0, symSize: 0x2C } + - { offsetInCU: 0xC54, offset: 0x14B1AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7matchesySbACF', symObjAddr: 0x5F0, symBinAddr: 0x10C85C, symSize: 0x494 } + - { offsetInCU: 0xD04, offset: 0x14B25C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCMa', symObjAddr: 0xAB0, symBinAddr: 0x10CD1C, symSize: 0x20 } + - { offsetInCU: 0xD18, offset: 0x14B270, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_TA', symObjAddr: 0xBE4, symBinAddr: 0x10CD3C, symSize: 0x8 } + - { offsetInCU: 0xD2C, offset: 0x14B284, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xBEC, symBinAddr: 0x10CD44, symSize: 0x8 } + - { offsetInCU: 0xD40, offset: 0x14B298, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_TA', symObjAddr: 0xBF4, symBinAddr: 0x10CD4C, symSize: 0xC } + - { offsetInCU: 0xD54, offset: 0x14B2AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_TA', symObjAddr: 0xC00, symBinAddr: 0x10CD58, symSize: 0xC } + - { offsetInCU: 0xD68, offset: 0x14B2C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xC0C, symBinAddr: 0x10CD64, symSize: 0x8 } + - { offsetInCU: 0xE4D, offset: 0x14B3A5, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AG16AnyValueProvider_p05valueN0tG_Tg5011$s6Lottie18mn32StoreC03setbC0_7keypathyAA03Anybt7_p_AA16iJ32VtFSbAhE_AaF_p05valueC0t_tXEfU0_AITf1cn_nTf4ng_n', symObjAddr: 0xC14, symBinAddr: 0x10CD6C, symSize: 0x33C } + - { offsetInCU: 0x133A, offset: 0x14B892, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOd', symObjAddr: 0x1018, symBinAddr: 0x10D0E4, symSize: 0x48 } + - { offsetInCU: 0x2B, offset: 0x14BC2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x10D130, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x14BC44, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x10D130, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x14BC58, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwxx', symObjAddr: 0x30, symBinAddr: 0x10D160, symSize: 0x8 } + - { offsetInCU: 0x6B, offset: 0x14BC6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwcp', symObjAddr: 0x38, symBinAddr: 0x10D168, symSize: 0x54 } + - { offsetInCU: 0x7F, offset: 0x14BC80, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwca', symObjAddr: 0x8C, symBinAddr: 0x10D1BC, symSize: 0x7C } + - { offsetInCU: 0x93, offset: 0x14BC94, size: 0x8, addend: 0x0, symName: ___swift_memcpy50_8, symObjAddr: 0x108, symBinAddr: 0x10D238, symSize: 0x1C } + - { offsetInCU: 0xA7, offset: 0x14BCA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwta', symObjAddr: 0x124, symBinAddr: 0x10D254, symSize: 0x5C } + - { offsetInCU: 0xBB, offset: 0x14BCBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwet', symObjAddr: 0x180, symBinAddr: 0x10D2B0, symSize: 0x48 } + - { offsetInCU: 0xCF, offset: 0x14BCD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwst', symObjAddr: 0x1C8, symBinAddr: 0x10D2F8, symSize: 0x50 } + - { offsetInCU: 0xE3, offset: 0x14BCE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVMa', symObjAddr: 0x218, symBinAddr: 0x10D348, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x14BD16, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueSSvg', symObjAddr: 0x228, symBinAddr: 0x10D358, symSize: 0x20 } + - { offsetInCU: 0x164, offset: 0x14BD65, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x41C, symBinAddr: 0x10D54C, symSize: 0x14 } + - { offsetInCU: 0x1F3, offset: 0x14BDF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH9hashValueSivgTW', symObjAddr: 0x430, symBinAddr: 0x10D560, symSize: 0x44 } + - { offsetInCU: 0x2D6, offset: 0x14BED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x474, symBinAddr: 0x10D5A4, symSize: 0x28 } + - { offsetInCU: 0x348, offset: 0x14BF49, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4DC, symBinAddr: 0x10D60C, symSize: 0x8 } + - { offsetInCU: 0x373, offset: 0x14BF74, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4E4, symBinAddr: 0x10D614, symSize: 0x24 } + - { offsetInCU: 0x3A4, offset: 0x14BFA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x508, symBinAddr: 0x10D638, symSize: 0xC } + - { offsetInCU: 0x3C0, offset: 0x14BFC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x514, symBinAddr: 0x10D644, symSize: 0xC } + - { offsetInCU: 0x3DC, offset: 0x14BFDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x760, symBinAddr: 0x10D890, symSize: 0x1C4 } + - { offsetInCU: 0x422, offset: 0x14C023, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV6encode2toys7Encoder_p_tKF', symObjAddr: 0x248, symBinAddr: 0x10D378, symSize: 0x1AC } + - { offsetInCU: 0x477, offset: 0x14C078, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x570, symBinAddr: 0x10D6A0, symSize: 0x4C } + - { offsetInCU: 0x4AE, offset: 0x14C0AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5BC, symBinAddr: 0x10D6EC, symSize: 0x40 } + - { offsetInCU: 0x4D1, offset: 0x14C0D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x924, symBinAddr: 0x10DA54, symSize: 0x250 } + - { offsetInCU: 0x50F, offset: 0x14C110, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeO8rawValueSSvg', symObjAddr: 0x3F4, symBinAddr: 0x10D524, symSize: 0x28 } + - { offsetInCU: 0x550, offset: 0x14C151, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x620, symBinAddr: 0x10D750, symSize: 0x70 } + - { offsetInCU: 0x584, offset: 0x14C185, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x690, symBinAddr: 0x10D7C0, symSize: 0x28 } + - { offsetInCU: 0x5C2, offset: 0x14C1C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs0D3KeyAAWl', symObjAddr: 0xBD8, symBinAddr: 0x10DCA4, symSize: 0x44 } + - { offsetInCU: 0x5D6, offset: 0x14C1D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSeAAWl', symObjAddr: 0xC3C, symBinAddr: 0x10DCE8, symSize: 0x44 } + - { offsetInCU: 0x5EA, offset: 0x14C1EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSgWOb', symObjAddr: 0xC80, symBinAddr: 0x10DD2C, symSize: 0x48 } + - { offsetInCU: 0x5FE, offset: 0x14C1FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSEAAWl', symObjAddr: 0xCC8, symBinAddr: 0x10DD74, symSize: 0x44 } + - { offsetInCU: 0x612, offset: 0x14C213, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwet', symObjAddr: 0xD1C, symBinAddr: 0x10DDB8, symSize: 0x90 } + - { offsetInCU: 0x626, offset: 0x14C227, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwst', symObjAddr: 0xDAC, symBinAddr: 0x10DE48, symSize: 0xBC } + - { offsetInCU: 0x63A, offset: 0x14C23B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwug', symObjAddr: 0xE68, symBinAddr: 0x10DF04, symSize: 0x8 } + - { offsetInCU: 0x64E, offset: 0x14C24F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwup', symObjAddr: 0xE70, symBinAddr: 0x10DF0C, symSize: 0x4 } + - { offsetInCU: 0x662, offset: 0x14C263, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwui', symObjAddr: 0xE74, symBinAddr: 0x10DF10, symSize: 0x8 } + - { offsetInCU: 0x676, offset: 0x14C277, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOMa', symObjAddr: 0xE7C, symBinAddr: 0x10DF18, symSize: 0x10 } + - { offsetInCU: 0x68A, offset: 0x14C28B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwet', symObjAddr: 0xE8C, symBinAddr: 0x10DF28, symSize: 0x90 } + - { offsetInCU: 0x69E, offset: 0x14C29F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwst', symObjAddr: 0xF1C, symBinAddr: 0x10DFB8, symSize: 0xBC } + - { offsetInCU: 0x6B2, offset: 0x14C2B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwug', symObjAddr: 0xFD8, symBinAddr: 0x10E074, symSize: 0x8 } + - { offsetInCU: 0x6C6, offset: 0x14C2C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwup', symObjAddr: 0xFE0, symBinAddr: 0x10E07C, symSize: 0x4 } + - { offsetInCU: 0x6DA, offset: 0x14C2DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwui', symObjAddr: 0xFE4, symBinAddr: 0x10E080, symSize: 0xC } + - { offsetInCU: 0x6EE, offset: 0x14C2EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOMa', symObjAddr: 0xFF0, symBinAddr: 0x10E08C, symSize: 0x10 } + - { offsetInCU: 0x702, offset: 0x14C303, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASQWb', symObjAddr: 0x1000, symBinAddr: 0x10E09C, symSize: 0x4 } + - { offsetInCU: 0x716, offset: 0x14C317, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSQAAWl', symObjAddr: 0x1004, symBinAddr: 0x10E0A0, symSize: 0x44 } + - { offsetInCU: 0x72A, offset: 0x14C32B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASQWb', symObjAddr: 0x1048, symBinAddr: 0x10E0E4, symSize: 0x4 } + - { offsetInCU: 0x73E, offset: 0x14C33F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFSQAAWl', symObjAddr: 0x104C, symBinAddr: 0x10E0E8, symSize: 0x44 } + - { offsetInCU: 0x752, offset: 0x14C353, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1090, symBinAddr: 0x10E12C, symSize: 0x4 } + - { offsetInCU: 0x766, offset: 0x14C367, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1094, symBinAddr: 0x10E130, symSize: 0x44 } + - { offsetInCU: 0x77A, offset: 0x14C37B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x10D8, symBinAddr: 0x10E174, symSize: 0x4 } + - { offsetInCU: 0x78E, offset: 0x14C38F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x10DC, symBinAddr: 0x10E178, symSize: 0x44 } + - { offsetInCU: 0x7A2, offset: 0x14C3A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSYAAWl', symObjAddr: 0x1120, symBinAddr: 0x10E1BC, symSize: 0x44 } + - { offsetInCU: 0x7F4, offset: 0x14C3F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x49C, symBinAddr: 0x10D5CC, symSize: 0x40 } + - { offsetInCU: 0x896, offset: 0x14C497, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x520, symBinAddr: 0x10D650, symSize: 0x28 } + - { offsetInCU: 0x8B2, offset: 0x14C4B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x548, symBinAddr: 0x10D678, symSize: 0x28 } + - { offsetInCU: 0x8CE, offset: 0x14C4CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5FC, symBinAddr: 0x10D72C, symSize: 0xC } + - { offsetInCU: 0x8EA, offset: 0x14C4EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH9hashValueSivgTW', symObjAddr: 0x608, symBinAddr: 0x10D738, symSize: 0x8 } + - { offsetInCU: 0x906, offset: 0x14C507, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x610, symBinAddr: 0x10D740, symSize: 0x8 } + - { offsetInCU: 0x922, offset: 0x14C523, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x618, symBinAddr: 0x10D748, symSize: 0x8 } + - { offsetInCU: 0x944, offset: 0x14C545, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x6B8, symBinAddr: 0x10D7E8, symSize: 0x5C } + - { offsetInCU: 0x967, offset: 0x14C568, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x714, symBinAddr: 0x10D844, symSize: 0x4C } + - { offsetInCU: 0x5D, offset: 0x14C72E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x38, symBinAddr: 0x10E200, symSize: 0x8 } + - { offsetInCU: 0x7D, offset: 0x14C74E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x38, symBinAddr: 0x10E200, symSize: 0x8 } + - { offsetInCU: 0xD1, offset: 0x14C7A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x40, symBinAddr: 0x10E208, symSize: 0x24 } + - { offsetInCU: 0x114, offset: 0x14C7E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aG0VGSgvgTW', symObjAddr: 0x64, symBinAddr: 0x10E22C, symSize: 0x8 } + - { offsetInCU: 0x169, offset: 0x14C83A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x6C, symBinAddr: 0x10E234, symSize: 0x24 } + - { offsetInCU: 0x394, offset: 0x14CA65, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF', symObjAddr: 0x90, symBinAddr: 0x10E258, symSize: 0x630 } + - { offsetInCU: 0x91A, offset: 0x14CFEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x710, symBinAddr: 0x10E898, symSize: 0x8 } + - { offsetInCU: 0x92E, offset: 0x14CFFF, size: 0x8, addend: 0x0, symName: '_$sSo8NSNumberCMa', symObjAddr: 0x8D8, symBinAddr: 0x10E8B0, symSize: 0x3C } + - { offsetInCU: 0x942, offset: 0x14D013, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x97C, symBinAddr: 0x10E954, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x14D37C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x10E960, symSize: 0x780 } + - { offsetInCU: 0x35C, offset: 0x14D6B1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x10E960, symSize: 0x780 } + - { offsetInCU: 0xBD7, offset: 0x14DF2C, size: 0x8, addend: 0x0, symName: '_$sSbSgWOb', symObjAddr: 0x80C, symBinAddr: 0x10F0F0, symSize: 0x48 } + - { offsetInCU: 0xC27, offset: 0x14DF7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Sb_TG5TA', symObjAddr: 0x854, symBinAddr: 0x10F138, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x14E3BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x10F178, symSize: 0x8 } + - { offsetInCU: 0x4B, offset: 0x14E3E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x10F178, symSize: 0x8 } + - { offsetInCU: 0x88, offset: 0x14E41F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueSdvg', symObjAddr: 0x14, symBinAddr: 0x10F18C, symSize: 0x8 } + - { offsetInCU: 0xA6, offset: 0x14E43D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF', symObjAddr: 0x1C, symBinAddr: 0x10F194, symSize: 0x30 } + - { offsetInCU: 0x103, offset: 0x14E49A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ', symObjAddr: 0x4C, symBinAddr: 0x10F1C4, symSize: 0x14 } + - { offsetInCU: 0x14B, offset: 0x14E4E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV9hashValueSivg', symObjAddr: 0x60, symBinAddr: 0x10F1D8, symSize: 0x48 } + - { offsetInCU: 0x220, offset: 0x14E5B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH9hashValueSivgTW', symObjAddr: 0xA8, symBinAddr: 0x10F220, symSize: 0x48 } + - { offsetInCU: 0x303, offset: 0x14E69A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF0, symBinAddr: 0x10F268, symSize: 0x30 } + - { offsetInCU: 0x38F, offset: 0x14E726, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x164, symBinAddr: 0x10F2DC, symSize: 0x14 } + - { offsetInCU: 0x3AF, offset: 0x14E746, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x164, symBinAddr: 0x10F2DC, symSize: 0x14 } + - { offsetInCU: 0x3C8, offset: 0x14E75F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfC', symObjAddr: 0x8, symBinAddr: 0x10F180, symSize: 0xC } + - { offsetInCU: 0x414, offset: 0x14E7AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1xSdvg', symObjAddr: 0x178, symBinAddr: 0x10F2F0, symSize: 0x8 } + - { offsetInCU: 0x432, offset: 0x14E7C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1ySdvg', symObjAddr: 0x180, symBinAddr: 0x10F2F8, symSize: 0x8 } + - { offsetInCU: 0x450, offset: 0x14E7E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1zSdvg', symObjAddr: 0x188, symBinAddr: 0x10F300, symSize: 0x8 } + - { offsetInCU: 0x46E, offset: 0x14E805, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF', symObjAddr: 0x190, symBinAddr: 0x10F308, symSize: 0x54 } + - { offsetInCU: 0x4CB, offset: 0x14E862, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ', symObjAddr: 0x1E4, symBinAddr: 0x10F35C, symSize: 0x30 } + - { offsetInCU: 0x513, offset: 0x14E8AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV9hashValueSivg', symObjAddr: 0x214, symBinAddr: 0x10F38C, symSize: 0x74 } + - { offsetInCU: 0x5E1, offset: 0x14E978, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH9hashValueSivgTW', symObjAddr: 0x288, symBinAddr: 0x10F400, symSize: 0x4 } + - { offsetInCU: 0x5FD, offset: 0x14E994, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x28C, symBinAddr: 0x10F404, symSize: 0x54 } + - { offsetInCU: 0x688, offset: 0x14EA1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E0, symBinAddr: 0x10F558, symSize: 0x30 } + - { offsetInCU: 0x6C8, offset: 0x14EA5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASQWb', symObjAddr: 0x350, symBinAddr: 0x10F4C8, symSize: 0x4 } + - { offsetInCU: 0x6DC, offset: 0x14EA73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSQAAWl', symObjAddr: 0x354, symBinAddr: 0x10F4CC, symSize: 0x44 } + - { offsetInCU: 0x6F0, offset: 0x14EA87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASQWb', symObjAddr: 0x398, symBinAddr: 0x10F510, symSize: 0x4 } + - { offsetInCU: 0x704, offset: 0x14EA9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSQAAWl', symObjAddr: 0x39C, symBinAddr: 0x10F514, symSize: 0x44 } + - { offsetInCU: 0x718, offset: 0x14EAAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVMa', symObjAddr: 0x410, symBinAddr: 0x10F588, symSize: 0x10 } + - { offsetInCU: 0x72C, offset: 0x14EAC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwet', symObjAddr: 0x438, symBinAddr: 0x10F598, symSize: 0x20 } + - { offsetInCU: 0x740, offset: 0x14EAD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwst', symObjAddr: 0x458, symBinAddr: 0x10F5B8, symSize: 0x2C } + - { offsetInCU: 0x754, offset: 0x14EAEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVMa', symObjAddr: 0x484, symBinAddr: 0x10F5E4, symSize: 0x10 } + - { offsetInCU: 0x7A6, offset: 0x14EB3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x120, symBinAddr: 0x10F298, symSize: 0x44 } + - { offsetInCU: 0x86F, offset: 0x14EC06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x10F458, symSize: 0x70 } + - { offsetInCU: 0x2B, offset: 0x14EE05, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x10F5F4, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x14EE29, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x10F5F4, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x14EE4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x10F63C, symSize: 0x184 } + - { offsetInCU: 0xF1, offset: 0x14EECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1CC, symBinAddr: 0x10F7C0, symSize: 0xD4 } + - { offsetInCU: 0x16E, offset: 0x14EF48, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0x10F894, symSize: 0x110 } + - { offsetInCU: 0x1F1, offset: 0x14EFCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x3C0, symBinAddr: 0x10F9B4, symSize: 0x64 } + - { offsetInCU: 0x234, offset: 0x14F00E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x424, symBinAddr: 0x10FA18, symSize: 0x24 } + - { offsetInCU: 0x274, offset: 0x14F04E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x448, symBinAddr: 0x10FA3C, symSize: 0x4 } + - { offsetInCU: 0x294, offset: 0x14F06E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x448, symBinAddr: 0x10FA3C, symSize: 0x4 } + - { offsetInCU: 0x2BF, offset: 0x14F099, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x44C, symBinAddr: 0x10FA40, symSize: 0x68 } + - { offsetInCU: 0x30A, offset: 0x14F0E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4B4, symBinAddr: 0x10FAA8, symSize: 0xC } + - { offsetInCU: 0x326, offset: 0x14F100, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0x10FAB4, symSize: 0xC } + - { offsetInCU: 0x342, offset: 0x14F11C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO11stringValueSSvgTf4d_n', symObjAddr: 0x948, symBinAddr: 0x10FE28, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x14F158, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfD', symObjAddr: 0x524, symBinAddr: 0x10FB18, symSize: 0x2C } + - { offsetInCU: 0x40C, offset: 0x14F1E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfE', symObjAddr: 0x51C, symBinAddr: 0x10FB10, symSize: 0x8 } + - { offsetInCU: 0x464, offset: 0x14F23E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCMa', symObjAddr: 0x550, symBinAddr: 0x10FB44, symSize: 0x20 } + - { offsetInCU: 0x478, offset: 0x14F252, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs0C3KeyAAWl', symObjAddr: 0x5D4, symBinAddr: 0x10FB64, symSize: 0x44 } + - { offsetInCU: 0x48C, offset: 0x14F266, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGSayxGSEsSERzlWl', symObjAddr: 0x618, symBinAddr: 0x10FBA8, symSize: 0x64 } + - { offsetInCU: 0x4A0, offset: 0x14F27A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCACSEAAWl', symObjAddr: 0x6C0, symBinAddr: 0x10FC0C, symSize: 0x48 } + - { offsetInCU: 0x4B4, offset: 0x14F28E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwet', symObjAddr: 0x774, symBinAddr: 0x10FC54, symSize: 0x50 } + - { offsetInCU: 0x4C8, offset: 0x14F2A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwst', symObjAddr: 0x7C4, symBinAddr: 0x10FCA4, symSize: 0x8C } + - { offsetInCU: 0x4DC, offset: 0x14F2B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwug', symObjAddr: 0x850, symBinAddr: 0x10FD30, symSize: 0x8 } + - { offsetInCU: 0x4F0, offset: 0x14F2CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwup', symObjAddr: 0x858, symBinAddr: 0x10FD38, symSize: 0x4 } + - { offsetInCU: 0x504, offset: 0x14F2DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwui', symObjAddr: 0x85C, symBinAddr: 0x10FD3C, symSize: 0x4 } + - { offsetInCU: 0x518, offset: 0x14F2F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOMa', symObjAddr: 0x860, symBinAddr: 0x10FD40, symSize: 0x10 } + - { offsetInCU: 0x52C, offset: 0x14F306, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASQWb', symObjAddr: 0x870, symBinAddr: 0x10FD50, symSize: 0x4 } + - { offsetInCU: 0x540, offset: 0x14F31A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFSQAAWl', symObjAddr: 0x874, symBinAddr: 0x10FD54, symSize: 0x44 } + - { offsetInCU: 0x554, offset: 0x14F32E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8B8, symBinAddr: 0x10FD98, symSize: 0x4 } + - { offsetInCU: 0x568, offset: 0x14F342, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8BC, symBinAddr: 0x10FD9C, symSize: 0x44 } + - { offsetInCU: 0x57C, offset: 0x14F356, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x900, symBinAddr: 0x10FDE0, symSize: 0x4 } + - { offsetInCU: 0x590, offset: 0x14F36A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x904, symBinAddr: 0x10FDE4, symSize: 0x44 } + - { offsetInCU: 0x5D0, offset: 0x14F3AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0x10F9A4, symSize: 0x4 } + - { offsetInCU: 0x5F0, offset: 0x14F3CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0x10F9A4, symSize: 0x4 } + - { offsetInCU: 0x610, offset: 0x14F3EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3B4, symBinAddr: 0x10F9A8, symSize: 0x4 } + - { offsetInCU: 0x630, offset: 0x14F40A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3B4, symBinAddr: 0x10F9A8, symSize: 0x4 } + - { offsetInCU: 0x650, offset: 0x14F42A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B8, symBinAddr: 0x10F9AC, symSize: 0x4 } + - { offsetInCU: 0x670, offset: 0x14F44A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B8, symBinAddr: 0x10F9AC, symSize: 0x4 } + - { offsetInCU: 0x690, offset: 0x14F46A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3BC, symBinAddr: 0x10F9B0, symSize: 0x4 } + - { offsetInCU: 0x6B0, offset: 0x14F48A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3BC, symBinAddr: 0x10F9B0, symSize: 0x4 } + - { offsetInCU: 0x6C7, offset: 0x14F4A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4CC, symBinAddr: 0x10FAC0, symSize: 0x28 } + - { offsetInCU: 0x6E3, offset: 0x14F4BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x4F4, symBinAddr: 0x10FAE8, symSize: 0x28 } + - { offsetInCU: 0x18C, offset: 0x14F81E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_27requiresManualInterpolationAA13KeyframeGroupCySayxGGSayAGyxGG_SbtAA17AnyInterpolatableRzlFZAHSgSayypGXEfU_AA10BezierPathV_Tg5', symObjAddr: 0xDC, symBinAddr: 0x10FF10, symSize: 0x174 } + - { offsetInCU: 0x35D, offset: 0x14F9EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6CGSizeVTg5', symObjAddr: 0x250, symBinAddr: 0x110084, symSize: 0x104 } + - { offsetInCU: 0x435, offset: 0x14FAC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_A2P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_n', symObjAddr: 0x354, symBinAddr: 0x110188, symSize: 0xEC } + - { offsetInCU: 0x526, offset: 0x14FBB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA10BezierPathV_AA0A8Vector1DVAA0noJ0VTg5011$s6Lottie10no6VAA0A8p8DVAA0bC8j55Vs5Error_pIggnrzo_AceGsAH_pIegnnrzo_TR011$s6Lottie10bc6s26A8d10DVSgAA0bC8e14VIeggnr_z73Hs5f80_pIeggnrzo_TR011$s6Lottie18bce60V9combining4path12cornerRadiusAA0D5K69CyACGAHyl10C0VG_AHyk2J35D22DVGSgtKFZAcK_ANSgtcfu_Tf3nnnpf_nTf3nnnpf_nTf3nnpf_n', symObjAddr: 0x440, symBinAddr: 0x110274, symSize: 0x110 } + - { offsetInCU: 0x646, offset: 0x14FCD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7EllipseC0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_n', symObjAddr: 0x550, symBinAddr: 0x110384, symSize: 0x100 } + - { offsetInCU: 0x74C, offset: 0x14FDDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x650, symBinAddr: 0x110484, symSize: 0x134 } + - { offsetInCU: 0x824, offset: 0x14FEB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_AA0A8Vector3DVAPTg5', symObjAddr: 0x784, symBinAddr: 0x1105B8, symSize: 0x110 } + - { offsetInCU: 0x8F3, offset: 0x14FF85, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector1DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_A2ItXEfU0_Tf3nnpf_n', symObjAddr: 0x894, symBinAddr: 0x1106C8, symSize: 0x140 } + - { offsetInCU: 0xAA0, offset: 0x150132, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9RectangleC0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_n', symObjAddr: 0x9D4, symBinAddr: 0x110808, symSize: 0x14C } + - { offsetInCU: 0xC03, offset: 0x150295, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0xB20, symBinAddr: 0x110954, symSize: 0x244 } + - { offsetInCU: 0xF13, offset: 0x1505A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4HoldVySo13CATransform3DVGTg5', symObjAddr: 0xD64, symBinAddr: 0x110B98, symSize: 0x348 } + - { offsetInCU: 0x12D3, offset: 0x150965, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_', symObjAddr: 0x10AC, symBinAddr: 0x110EE0, symSize: 0xA8 } + - { offsetInCU: 0x143C, offset: 0x150ACE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA7EllipseCANV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7W85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x13B4, symBinAddr: 0x1111E8, symSize: 0x274 } + - { offsetInCU: 0x16C7, offset: 0x150D59, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA9RectangleCANV_Tg5010$s6Lottie9b48O8combined___27requiresManualInterpolation18makeop4AA13qr45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17s82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9W133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x1628, symBinAddr: 0x11145C, symSize: 0x278 } + - { offsetInCU: 0x1952, offset: 0x150FE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4StarCANV_Tg5010$s6Lottie9b52O8combined_______27requiresManualInterpolation18makeop4AA13qr85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17s107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4W8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA0_A0_A0_A0_A0_AWIsgnnnnnnnr_Tf1nnc_n0x7Lottie4w11C17combinedb4AA13qR51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0x18A0, symBinAddr: 0x1116D4, symSize: 0x280 } + - { offsetInCU: 0x1BDE, offset: 0x151270, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SayAA10BezierPathVG_Tg5010$s6Lottie9b44O8combined_27requiresManualInterpolationAA13qr25CySayxGGSayAGyxGG_SbtAA17s38InterpolatableRzlFZAHSgSayypGXEfU_AA10wX5V_TG5Tf1nnc_n', symObjAddr: 0x1B20, symBinAddr: 0x111954, symSize: 0x24C } + - { offsetInCU: 0x1E77, offset: 0x151509, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b55O8combined__________27requiresManualInterpolation18makeop4AA13qr115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17s128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4w6VySo13X6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVA0_AA0A8Vector1DVA2_A0_A2_A2_A2_A2_A2_AYIsgnnnnnnnnnnr_Tf1nnc_nTf4nng_n', symObjAddr: 0x1D6C, symBinAddr: 0x111BA0, symSize: 0x2CC } + - { offsetInCU: 0x21B1, offset: 0x151843, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b22O8combined__________27mn19Interpolation18makeqr4AA13st115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17u128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4v6VySo13W6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVAvA0A8Vector1DVAxv5xSIsgnnnnnnnnnnr_Tf1nncn_nTf4nndn_n', symObjAddr: 0x2038, symBinAddr: 0x111E6C, symSize: 0xA70 } + - { offsetInCU: 0x2D42, offset: 0x1523D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_So6CGSizeV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6W4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAzVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x2AA8, symBinAddr: 0x1128DC, symSize: 0x268 } + - { offsetInCU: 0x3059, offset: 0x1526EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSo6CGSizeV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6V4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAtPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x32C8, symBinAddr: 0x1130FC, symSize: 0xA68 } + - { offsetInCU: 0x3D09, offset: 0x15339B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8v3DV_L179P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x3D30, symBinAddr: 0x113B64, symSize: 0xA00 } + - { offsetInCU: 0x493B, offset: 0x153FCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u54InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8v184DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_L17ItXEfU0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x4D34, symBinAddr: 0x114B68, symSize: 0x9E0 } + - { offsetInCU: 0x553E, offset: 0x154BD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA7EllipseC0S0V_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7V85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x5CA4, symBinAddr: 0x115A10, symSize: 0xA50 } + - { offsetInCU: 0x61E5, offset: 0x155877, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA9RectangleC0S0V_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9V133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x66F4, symBinAddr: 0x116460, symSize: 0xAA4 } + - { offsetInCU: 0x6E55, offset: 0x1564E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4StarC0S0V_Tg5010$s6Lottie9b19O8combined_______27mn19Interpolation18makeqr4AA13st85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17u107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4V8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA5wRIsgnnnnnnnr_Tf1nncn_n0w7Lottie4v11C17combinedb4AA13sT51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnnc_nTf4nnd_n', symObjAddr: 0x7198, symBinAddr: 0x116F04, symSize: 0xA20 } + - { offsetInCU: 0x79FC, offset: 0x15708E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZAA0A8Vector3DV_AA0A8Vector1DVA5uA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnnnnnnncn_nTf4nnnnnnnnd_n', symObjAddr: 0x7BB8, symBinAddr: 0x117924, symSize: 0x194 } + - { offsetInCU: 0x7B40, offset: 0x1571D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014wx5B033_yZ26A01782ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVA_AWIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x7DE4, symBinAddr: 0x117B0C, symSize: 0x288 } + - { offsetInCU: 0x7E53, offset: 0x1574E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014vw5B033_xyZ20ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVAuQIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x806C, symBinAddr: 0x117D94, symSize: 0xACC } + - { offsetInCU: 0x8AC7, offset: 0x158159, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSayAA10BezierPathVG_Tg5010$s6Lottie9b13O8combined_27mno4AA13st25CySayxGGSayAGyxGG_SbtAA17u38InterpolatableRzlFZAHSgSayypGXEfU_AA10vW5V_TG5Tf1nncn_nTf4nnd_n', symObjAddr: 0x8D0C, symBinAddr: 0x118A34, symSize: 0xA78 } + - { offsetInCU: 0x97A2, offset: 0x158E34, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA0A8Vector1DV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8W22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyAvA0A8Vector3DVAVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x97A4, symBinAddr: 0x1194CC, symSize: 0x268 } + - { offsetInCU: 0x9AAE, offset: 0x159140, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8V22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyApA0A8Vector3DVAPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x9A0C, symBinAddr: 0x119734, symSize: 0xA98 } + - { offsetInCU: 0xB6CB, offset: 0x15AD5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVSgWOb', symObjAddr: 0x8B38, symBinAddr: 0x118860, symSize: 0x48 } + - { offsetInCU: 0xB808, offset: 0x15AE9A, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFs12Zip2SequenceVys15ContiguousArrayVy6Lottie8KeyframeCyypGGAMG_Tg5023$sSTsE10allSatisfyyS2b7c20QzKXEKFSbACKXEfU_s12de5Vys15fg10Vy6Lottie8I212CyypGGALG_TG5010$s6Lottie8i138CyxGACyqd__GSbs5Error_pIgggdzo_AD_AEtSbsAF_pIegndzo_r__lTRyp_ypTG5011$s6Lottie13b77GroupC23hasSameTimingParameters2asSbACyqd__G_tlFSbAA0B0l16G_AHyqd__GtXEfU_W14_U3Tg5Tf3npf_nTf3npf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x10FE34, symSize: 0xDC } + - { offsetInCU: 0x4F, offset: 0x15B8B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ', symObjAddr: 0x0, symBinAddr: 0x11A1CC, symSize: 0x1C } + - { offsetInCU: 0x8E, offset: 0x15B8F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ', symObjAddr: 0x1C, symBinAddr: 0x11A1E8, symSize: 0x14 } + - { offsetInCU: 0xC1, offset: 0x15B925, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x39C, symBinAddr: 0x11A568, symSize: 0x28 } + - { offsetInCU: 0x157, offset: 0x15B9BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO9hashValueSivg', symObjAddr: 0x3C4, symBinAddr: 0x11A590, symSize: 0x44 } + - { offsetInCU: 0x251, offset: 0x15BAB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x408, symBinAddr: 0x11A5D4, symSize: 0x14 } + - { offsetInCU: 0x271, offset: 0x15BAD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x408, symBinAddr: 0x11A5D4, symSize: 0x14 } + - { offsetInCU: 0x2B1, offset: 0x15BB15, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x41C, symBinAddr: 0x11A5E8, symSize: 0x44 } + - { offsetInCU: 0x394, offset: 0x15BBF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x460, symBinAddr: 0x11A62C, symSize: 0x28 } + - { offsetInCU: 0x413, offset: 0x15BC77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationSource13imageProvider04textG004fontG013configuration6loggerAcA0abE0OSg_AA0b5ImageG0_pSgAA0b11KeypathTextG0_pAA0b4FontG0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x30, symBinAddr: 0x11A1FC, symSize: 0x194 } + - { offsetInCU: 0x4F7, offset: 0x15BD5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1C4, symBinAddr: 0x11A390, symSize: 0xF0 } + - { offsetInCU: 0x53A, offset: 0x15BD9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x2B4, symBinAddr: 0x11A480, symSize: 0x50 } + - { offsetInCU: 0x56E, offset: 0x15BDD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x6D0, symBinAddr: 0x11A89C, symSize: 0xE8 } + - { offsetInCU: 0x582, offset: 0x15BDE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x7B8, symBinAddr: 0x11A984, symSize: 0x88 } + - { offsetInCU: 0x5C0, offset: 0x15BE24, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x840, symBinAddr: 0x11AA0C, symSize: 0x298 } + - { offsetInCU: 0x6CD, offset: 0x15BF31, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0xAD8, symBinAddr: 0x11ACA4, symSize: 0x30 } + - { offsetInCU: 0x6E1, offset: 0x15BF45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xB08, symBinAddr: 0x11ACD4, symSize: 0x50 } + - { offsetInCU: 0x6FF, offset: 0x15BF63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xB58, symBinAddr: 0x11AD24, symSize: 0x2A4 } + - { offsetInCU: 0x826, offset: 0x15C08A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xDFC, symBinAddr: 0x11AFC8, symSize: 0x20 } + - { offsetInCU: 0x842, offset: 0x15C0A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0xE1C, symBinAddr: 0x11AFE8, symSize: 0x44 } + - { offsetInCU: 0x860, offset: 0x15C0C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0xE60, symBinAddr: 0x11B02C, symSize: 0x30 } + - { offsetInCU: 0x883, offset: 0x15C0E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xE90, symBinAddr: 0x11B05C, symSize: 0x4C } + - { offsetInCU: 0x8B5, offset: 0x15C119, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0xEDC, symBinAddr: 0x11B0A8, symSize: 0x108 } + - { offsetInCU: 0x9E5, offset: 0x15C249, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0xFE4, symBinAddr: 0x11B1B0, symSize: 0x28 } + - { offsetInCU: 0xA24, offset: 0x15C288, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x106C, symBinAddr: 0x11B238, symSize: 0x44 } + - { offsetInCU: 0xAAA, offset: 0x15C30E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x10B0, symBinAddr: 0x11B27C, symSize: 0x44 } + - { offsetInCU: 0xB0E, offset: 0x15C372, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x10F4, symBinAddr: 0x11B2C0, symSize: 0x28 } + - { offsetInCU: 0xB61, offset: 0x15C3C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4stopyyF', symObjAddr: 0x111C, symBinAddr: 0x11B2E8, symSize: 0xFC } + - { offsetInCU: 0xC24, offset: 0x15C488, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5pauseyyF', symObjAddr: 0x1218, symBinAddr: 0x11B3E4, symSize: 0x40 } + - { offsetInCU: 0xC74, offset: 0x15C4D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg', symObjAddr: 0x12AC, symBinAddr: 0x11B478, symSize: 0x44 } + - { offsetInCU: 0xC93, offset: 0x15C4F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs', symObjAddr: 0x12F0, symBinAddr: 0x11B4BC, symSize: 0x48 } + - { offsetInCU: 0xCB8, offset: 0x15C51C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM', symObjAddr: 0x1338, symBinAddr: 0x11B504, symSize: 0x44 } + - { offsetInCU: 0xCE9, offset: 0x15C54D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM.resume.0', symObjAddr: 0x137C, symBinAddr: 0x11B548, symSize: 0x4 } + - { offsetInCU: 0xD63, offset: 0x15C5C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x14AC, symBinAddr: 0x11B678, symSize: 0x60 } + - { offsetInCU: 0xD98, offset: 0x15C5FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x150C, symBinAddr: 0x11B6D8, symSize: 0xB8 } + - { offsetInCU: 0xDEB, offset: 0x15C64F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x15C4, symBinAddr: 0x11B790, symSize: 0x80 } + - { offsetInCU: 0xE49, offset: 0x15C6AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x1644, symBinAddr: 0x11B810, symSize: 0x168 } + - { offsetInCU: 0xEBE, offset: 0x15C722, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x17AC, symBinAddr: 0x11B978, symSize: 0x58 } + - { offsetInCU: 0xF05, offset: 0x15C769, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x1804, symBinAddr: 0x11B9D0, symSize: 0x28 } + - { offsetInCU: 0xF24, offset: 0x15C788, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x182C, symBinAddr: 0x11B9F8, symSize: 0x20 } + - { offsetInCU: 0xFA9, offset: 0x15C80D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x184C, symBinAddr: 0x11BA18, symSize: 0x40 } + - { offsetInCU: 0x101E, offset: 0x15C882, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x188C, symBinAddr: 0x11BA58, symSize: 0x1C } + - { offsetInCU: 0x104E, offset: 0x15C8B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x188C, symBinAddr: 0x11BA58, symSize: 0x1C } + - { offsetInCU: 0x10CE, offset: 0x15C932, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg', symObjAddr: 0x1948, symBinAddr: 0x11BB14, symSize: 0x58 } + - { offsetInCU: 0x1103, offset: 0x15C967, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs', symObjAddr: 0x19A0, symBinAddr: 0x11BB6C, symSize: 0x30 } + - { offsetInCU: 0x1142, offset: 0x15C9A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM', symObjAddr: 0x19D0, symBinAddr: 0x11BB9C, symSize: 0x84 } + - { offsetInCU: 0x11A0, offset: 0x15CA04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x1A54, symBinAddr: 0x11BC20, symSize: 0x64 } + - { offsetInCU: 0x122B, offset: 0x15CA8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg', symObjAddr: 0x1C34, symBinAddr: 0x11BE00, symSize: 0x58 } + - { offsetInCU: 0x124A, offset: 0x15CAAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x1C8C, symBinAddr: 0x11BE58, symSize: 0x34 } + - { offsetInCU: 0x125E, offset: 0x15CAC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x1CC0, symBinAddr: 0x11BE8C, symSize: 0x58 } + - { offsetInCU: 0x12CF, offset: 0x15CB33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x1D18, symBinAddr: 0x11BEE4, symSize: 0xC8 } + - { offsetInCU: 0x1336, offset: 0x15CB9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x1DF4, symBinAddr: 0x11BFC0, symSize: 0x1A0 } + - { offsetInCU: 0x13F2, offset: 0x15CC56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x1F94, symBinAddr: 0x11C160, symSize: 0x80 } + - { offsetInCU: 0x1458, offset: 0x15CCBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x2014, symBinAddr: 0x11C1E0, symSize: 0x60 } + - { offsetInCU: 0x14CF, offset: 0x15CD33, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x2114, symBinAddr: 0x11C2E0, symSize: 0x5C } + - { offsetInCU: 0x1504, offset: 0x15CD68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x2170, symBinAddr: 0x11C33C, symSize: 0x24 } + - { offsetInCU: 0x1525, offset: 0x15CD89, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x2194, symBinAddr: 0x11C360, symSize: 0x84 } + - { offsetInCU: 0x1583, offset: 0x15CDE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x2218, symBinAddr: 0x11C3E4, symSize: 0x19C } + - { offsetInCU: 0x160A, offset: 0x15CE6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x2538, symBinAddr: 0x11C704, symSize: 0x88 } + - { offsetInCU: 0x163E, offset: 0x15CEA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x25C0, symBinAddr: 0x11C78C, symSize: 0x80 } + - { offsetInCU: 0x16A4, offset: 0x15CF08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x2640, symBinAddr: 0x11C80C, symSize: 0x130 } + - { offsetInCU: 0x170A, offset: 0x15CF6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs', symObjAddr: 0x2804, symBinAddr: 0x11C9D0, symSize: 0x84 } + - { offsetInCU: 0x17AC, offset: 0x15D010, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM', symObjAddr: 0x2888, symBinAddr: 0x11CA54, symSize: 0x7C } + - { offsetInCU: 0x180A, offset: 0x15D06E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x2904, symBinAddr: 0x11CAD0, symSize: 0x8C } + - { offsetInCU: 0x18A9, offset: 0x15D10D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB7PlayingSbvg', symObjAddr: 0x2990, symBinAddr: 0x11CB5C, symSize: 0x180 } + - { offsetInCU: 0x195B, offset: 0x15D1BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB6QueuedSbvg', symObjAddr: 0x2B10, symBinAddr: 0x11CCDC, symSize: 0x3C } + - { offsetInCU: 0x1A03, offset: 0x15D267, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x2BBC, symBinAddr: 0x11CD88, symSize: 0x64 } + - { offsetInCU: 0x1A38, offset: 0x15D29C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x2C20, symBinAddr: 0x11CDEC, symSize: 0x6C } + - { offsetInCU: 0x1AC7, offset: 0x15D32B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x2C8C, symBinAddr: 0x11CE58, symSize: 0x84 } + - { offsetInCU: 0x1B25, offset: 0x15D389, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x2D10, symBinAddr: 0x11CEDC, symSize: 0x80 } + - { offsetInCU: 0x1BC3, offset: 0x15D427, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x2E04, symBinAddr: 0x11CFD0, symSize: 0x64 } + - { offsetInCU: 0x1C44, offset: 0x15D4A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x2E68, symBinAddr: 0x11D034, symSize: 0x7C } + - { offsetInCU: 0x1CA2, offset: 0x15D506, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x2EE4, symBinAddr: 0x11D0B0, symSize: 0x70 } + - { offsetInCU: 0x1D13, offset: 0x15D577, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x2F54, symBinAddr: 0x11D120, symSize: 0x114 } + - { offsetInCU: 0x1E5C, offset: 0x15D6C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x3068, symBinAddr: 0x11D234, symSize: 0x28 } + - { offsetInCU: 0x1E9E, offset: 0x15D702, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x3090, symBinAddr: 0x11D25C, symSize: 0x34 } + - { offsetInCU: 0x1ECF, offset: 0x15D733, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvg', symObjAddr: 0x30D0, symBinAddr: 0x11D29C, symSize: 0xF8 } + - { offsetInCU: 0x1F6A, offset: 0x15D7CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvs', symObjAddr: 0x31C8, symBinAddr: 0x11D394, symSize: 0x28 } + - { offsetInCU: 0x1FAC, offset: 0x15D810, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvM', symObjAddr: 0x31F0, symBinAddr: 0x11D3BC, symSize: 0x34 } + - { offsetInCU: 0x1FFD, offset: 0x15D861, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3300, symBinAddr: 0x11D4CC, symSize: 0x98 } + - { offsetInCU: 0x2041, offset: 0x15D8A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x3398, symBinAddr: 0x11D564, symSize: 0xFC } + - { offsetInCU: 0x20E6, offset: 0x15D94A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x3494, symBinAddr: 0x11D660, symSize: 0xBC } + - { offsetInCU: 0x2176, offset: 0x15D9DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x3550, symBinAddr: 0x11D71C, symSize: 0x198 } + - { offsetInCU: 0x2209, offset: 0x15DA6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x36E8, symBinAddr: 0x11D8B4, symSize: 0x28 } + - { offsetInCU: 0x223A, offset: 0x15DA9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x3710, symBinAddr: 0x11D8DC, symSize: 0xA8 } + - { offsetInCU: 0x238E, offset: 0x15DBF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x3820, symBinAddr: 0x11D9EC, symSize: 0x54 } + - { offsetInCU: 0x23C3, offset: 0x15DC27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x3874, symBinAddr: 0x11DA40, symSize: 0x64 } + - { offsetInCU: 0x2451, offset: 0x15DCB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x38D8, symBinAddr: 0x11DAA4, symSize: 0x7C } + - { offsetInCU: 0x24AF, offset: 0x15DD13, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x3954, symBinAddr: 0x11DB20, symSize: 0x78 } + - { offsetInCU: 0x254D, offset: 0x15DDB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs', symObjAddr: 0x3A94, symBinAddr: 0x11DC60, symSize: 0xB8 } + - { offsetInCU: 0x25D0, offset: 0x15DE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM', symObjAddr: 0x3B4C, symBinAddr: 0x11DD18, symSize: 0x7C } + - { offsetInCU: 0x262E, offset: 0x15DE92, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x3BC8, symBinAddr: 0x11DD94, symSize: 0xCC } + - { offsetInCU: 0x274B, offset: 0x15DFAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg', symObjAddr: 0x3DDC, symBinAddr: 0x11DFA8, symSize: 0x54 } + - { offsetInCU: 0x276A, offset: 0x15DFCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs', symObjAddr: 0x3E30, symBinAddr: 0x11DFFC, symSize: 0xD4 } + - { offsetInCU: 0x27C9, offset: 0x15E02D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM', symObjAddr: 0x3F04, symBinAddr: 0x11E0D0, symSize: 0x48 } + - { offsetInCU: 0x27FA, offset: 0x15E05E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM.resume.0', symObjAddr: 0x3F4C, symBinAddr: 0x11E118, symSize: 0xB8 } + - { offsetInCU: 0x2895, offset: 0x15E0F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x4004, symBinAddr: 0x11E1D0, symSize: 0x68 } + - { offsetInCU: 0x2950, offset: 0x15E1B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x40D4, symBinAddr: 0x11E238, symSize: 0xB4 } + - { offsetInCU: 0x29E4, offset: 0x15E248, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x4188, symBinAddr: 0x11E2EC, symSize: 0x78 } + - { offsetInCU: 0x2A50, offset: 0x15E2B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x42F8, symBinAddr: 0x11E45C, symSize: 0xA0 } + - { offsetInCU: 0x2ADD, offset: 0x15E341, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x4398, symBinAddr: 0x11E4FC, symSize: 0x7C } + - { offsetInCU: 0x2B3B, offset: 0x15E39F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x4414, symBinAddr: 0x11E578, symSize: 0xA4 } + - { offsetInCU: 0x2BC3, offset: 0x15E427, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x44B8, symBinAddr: 0x11E61C, symSize: 0xA4 } + - { offsetInCU: 0x2C64, offset: 0x15E4C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x455C, symBinAddr: 0x11E6C0, symSize: 0xD8 } + - { offsetInCU: 0x2D9B, offset: 0x15E5FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12reloadImagesyyF', symObjAddr: 0x4634, symBinAddr: 0x11E798, symSize: 0x90 } + - { offsetInCU: 0x2DF1, offset: 0x15E655, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x46C4, symBinAddr: 0x11E828, symSize: 0x90 } + - { offsetInCU: 0x2E47, offset: 0x15E6AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x4754, symBinAddr: 0x11E8B8, symSize: 0x40 } + - { offsetInCU: 0x2E63, offset: 0x15E6C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x4794, symBinAddr: 0x11E8F8, symSize: 0xD8 } + - { offsetInCU: 0x2EDD, offset: 0x15E741, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x486C, symBinAddr: 0x11E9D0, symSize: 0xD8 } + - { offsetInCU: 0x2F57, offset: 0x15E7BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x4944, symBinAddr: 0x11EAA8, symSize: 0x90 } + - { offsetInCU: 0x2FAD, offset: 0x15E811, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x49D4, symBinAddr: 0x11EB38, symSize: 0x94 } + - { offsetInCU: 0x3003, offset: 0x15E867, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF', symObjAddr: 0x4A68, symBinAddr: 0x11EBCC, symSize: 0x190 } + - { offsetInCU: 0x30D8, offset: 0x15E93C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4BF8, symBinAddr: 0x11ED5C, symSize: 0x7C } + - { offsetInCU: 0x314A, offset: 0x15E9AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4C74, symBinAddr: 0x11EDD8, symSize: 0x80 } + - { offsetInCU: 0x31B9, offset: 0x15EA1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x4CF4, symBinAddr: 0x11EE58, symSize: 0x3C } + - { offsetInCU: 0x320C, offset: 0x15EA70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4D30, symBinAddr: 0x11EE94, symSize: 0xA4 } + - { offsetInCU: 0x3292, offset: 0x15EAF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4DD4, symBinAddr: 0x11EF38, symSize: 0x100 } + - { offsetInCU: 0x3371, offset: 0x15EBD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4ED4, symBinAddr: 0x11F038, symSize: 0x100 } + - { offsetInCU: 0x3462, offset: 0x15ECC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvgTo', symObjAddr: 0x4FD4, symBinAddr: 0x11F138, symSize: 0x5C } + - { offsetInCU: 0x34A5, offset: 0x15ED09, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTo', symObjAddr: 0x5030, symBinAddr: 0x11F194, symSize: 0x68 } + - { offsetInCU: 0x34D8, offset: 0x15ED3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyF', symObjAddr: 0x5098, symBinAddr: 0x11F1FC, symSize: 0x2A8 } + - { offsetInCU: 0x360E, offset: 0x15EE72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_', symObjAddr: 0x5340, symBinAddr: 0x11F4A4, symSize: 0xCC } + - { offsetInCU: 0x368C, offset: 0x15EEF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_', symObjAddr: 0x540C, symBinAddr: 0x11F570, symSize: 0x6C } + - { offsetInCU: 0x3703, offset: 0x15EF67, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyF', symObjAddr: 0x5478, symBinAddr: 0x11F5DC, symSize: 0xF70 } + - { offsetInCU: 0x403A, offset: 0x15F89E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_', symObjAddr: 0x641C, symBinAddr: 0x120580, symSize: 0xB0 } + - { offsetInCU: 0x40E0, offset: 0x15F944, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyF', symObjAddr: 0x64CC, symBinAddr: 0x120630, symSize: 0xE0 } + - { offsetInCU: 0x41C1, offset: 0x15FA25, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x65AC, symBinAddr: 0x120710, symSize: 0x2C } + - { offsetInCU: 0x422A, offset: 0x15FA8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyF', symObjAddr: 0x65D8, symBinAddr: 0x12073C, symSize: 0xF0 } + - { offsetInCU: 0x4304, offset: 0x15FB68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyFTo', symObjAddr: 0x66C8, symBinAddr: 0x12082C, symSize: 0x2C } + - { offsetInCU: 0x4320, offset: 0x15FB84, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22animationMovedToWindowyyF', symObjAddr: 0x66F4, symBinAddr: 0x120858, symSize: 0x60 } + - { offsetInCU: 0x434F, offset: 0x15FBB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0yyAA0aB6SourceOSgF', symObjAddr: 0x6754, symBinAddr: 0x1208B8, symSize: 0x108 } + - { offsetInCU: 0x4517, offset: 0x15FD7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForBackgroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x685C, symBinAddr: 0x1209C0, symSize: 0xE0 } + - { offsetInCU: 0x45C5, offset: 0x15FE29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForForegroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x693C, symBinAddr: 0x120AA0, symSize: 0xF0 } + - { offsetInCU: 0x466C, offset: 0x15FED0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfD', symObjAddr: 0x6A80, symBinAddr: 0x120BE4, symSize: 0x30 } + - { offsetInCU: 0x4699, offset: 0x15FEFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0x6B10, symBinAddr: 0x120C74, symSize: 0x310 } + - { offsetInCU: 0x4773, offset: 0x15FFD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtFTf4enn_n', symObjAddr: 0x739C, symBinAddr: 0x1214B8, symSize: 0x190 } + - { offsetInCU: 0x483E, offset: 0x1600A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvsTf4en_n', symObjAddr: 0x752C, symBinAddr: 0x121648, symSize: 0x118 } + - { offsetInCU: 0x48CB, offset: 0x16012F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0x7644, symBinAddr: 0x121760, symSize: 0x134 } + - { offsetInCU: 0x494D, offset: 0x1601B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x7808, symBinAddr: 0x1218B4, symSize: 0x288 } + - { offsetInCU: 0x4A74, offset: 0x1602D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0x7BF4, symBinAddr: 0x121B4C, symSize: 0xF4 } + - { offsetInCU: 0x4B02, offset: 0x160366, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0x7E84, symBinAddr: 0x121C50, symSize: 0xE4 } + - { offsetInCU: 0x4BE7, offset: 0x16044B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTf4gn_n', symObjAddr: 0x9308, symBinAddr: 0x122EAC, symSize: 0xB8 } + - { offsetInCU: 0x4CB1, offset: 0x160515, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x304, symBinAddr: 0x11A4D0, symSize: 0x98 } + - { offsetInCU: 0x4D1C, offset: 0x160580, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x4C8, symBinAddr: 0x11A694, symSize: 0x78 } + - { offsetInCU: 0x4DC8, offset: 0x16062C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO9hashValueSivg', symObjAddr: 0x540, symBinAddr: 0x11A70C, symSize: 0x50 } + - { offsetInCU: 0x4E54, offset: 0x1606B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH9hashValueSivgTW', symObjAddr: 0x590, symBinAddr: 0x11A75C, symSize: 0x50 } + - { offsetInCU: 0x4EE3, offset: 0x160747, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5E0, symBinAddr: 0x11A7AC, symSize: 0x4 } + - { offsetInCU: 0x4F2E, offset: 0x160792, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x630, symBinAddr: 0x11A7FC, symSize: 0xA0 } + - { offsetInCU: 0x5BFD, offset: 0x161461, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x6E68, symBinAddr: 0x120F84, symSize: 0x534 } + - { offsetInCU: 0x5EC8, offset: 0x16172C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTK', symObjAddr: 0x1380, symBinAddr: 0x11B54C, symSize: 0x64 } + - { offsetInCU: 0x5F0C, offset: 0x161770, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x13E4, symBinAddr: 0x11B5B0, symSize: 0xC8 } + - { offsetInCU: 0x5F6F, offset: 0x1617D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTK', symObjAddr: 0x18A8, symBinAddr: 0x11BA74, symSize: 0x64 } + - { offsetInCU: 0x5FB3, offset: 0x161817, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTk', symObjAddr: 0x190C, symBinAddr: 0x11BAD8, symSize: 0x3C } + - { offsetInCU: 0x5FF7, offset: 0x16185B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x1AB8, symBinAddr: 0x11BC84, symSize: 0x94 } + - { offsetInCU: 0x6024, offset: 0x161888, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x1B4C, symBinAddr: 0x11BD18, symSize: 0x88 } + - { offsetInCU: 0x6051, offset: 0x1618B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x1BD4, symBinAddr: 0x11BDA0, symSize: 0x60 } + - { offsetInCU: 0x6069, offset: 0x1618CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x2074, symBinAddr: 0x11C240, symSize: 0x64 } + - { offsetInCU: 0x60AD, offset: 0x161911, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x20D8, symBinAddr: 0x11C2A4, symSize: 0x3C } + - { offsetInCU: 0x60DA, offset: 0x16193E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvpACTk', symObjAddr: 0x241C, symBinAddr: 0x11C5E8, symSize: 0x94 } + - { offsetInCU: 0x6107, offset: 0x16196B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x2770, symBinAddr: 0x11C93C, symSize: 0x88 } + - { offsetInCU: 0x618E, offset: 0x1619F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x2B4C, symBinAddr: 0x11CD18, symSize: 0x70 } + - { offsetInCU: 0x620C, offset: 0x161A70, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x2D90, symBinAddr: 0x11CF5C, symSize: 0x68 } + - { offsetInCU: 0x6355, offset: 0x161BB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x3260, symBinAddr: 0x11D42C, symSize: 0xA0 } + - { offsetInCU: 0x63A8, offset: 0x161C0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x37B8, symBinAddr: 0x11D984, symSize: 0x68 } + - { offsetInCU: 0x6424, offset: 0x161C88, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvpACTk', symObjAddr: 0x39CC, symBinAddr: 0x11DB98, symSize: 0xBC } + - { offsetInCU: 0x648C, offset: 0x161CF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTK', symObjAddr: 0x3C94, symBinAddr: 0x11DE60, symSize: 0x58 } + - { offsetInCU: 0x64B9, offset: 0x161D1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTk', symObjAddr: 0x3CEC, symBinAddr: 0x11DEB8, symSize: 0xF0 } + - { offsetInCU: 0x652F, offset: 0x161D93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x4200, symBinAddr: 0x11E364, symSize: 0xA0 } + - { offsetInCU: 0x68B1, offset: 0x162115, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfE', symObjAddr: 0x6A2C, symBinAddr: 0x120B90, symSize: 0x54 } + - { offsetInCU: 0x68DE, offset: 0x162142, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfETo', symObjAddr: 0x6AB0, symBinAddr: 0x120C14, symSize: 0x60 } + - { offsetInCU: 0x692A, offset: 0x16218E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCMa', symObjAddr: 0x77B4, symBinAddr: 0x121894, symSize: 0x20 } + - { offsetInCU: 0x693E, offset: 0x1621A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOy', symObjAddr: 0x7BE4, symBinAddr: 0x121B3C, symSize: 0x10 } + - { offsetInCU: 0x6952, offset: 0x1621B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOe', symObjAddr: 0x7CE8, symBinAddr: 0x121C40, symSize: 0x10 } + - { offsetInCU: 0x6966, offset: 0x1621CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASQWb', symObjAddr: 0x8150, symBinAddr: 0x121D34, symSize: 0x4 } + - { offsetInCU: 0x697A, offset: 0x1621DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOACSQAAWl', symObjAddr: 0x8154, symBinAddr: 0x121D38, symSize: 0x44 } + - { offsetInCU: 0x698E, offset: 0x1621F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASQWb', symObjAddr: 0x8198, symBinAddr: 0x121D7C, symSize: 0x4 } + - { offsetInCU: 0x69A2, offset: 0x162206, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOACSQAAWl', symObjAddr: 0x819C, symBinAddr: 0x121D80, symSize: 0x44 } + - { offsetInCU: 0x69B6, offset: 0x16221A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwet', symObjAddr: 0x85C8, symBinAddr: 0x12219C, symSize: 0x90 } + - { offsetInCU: 0x69CA, offset: 0x16222E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwst', symObjAddr: 0x8658, symBinAddr: 0x12222C, symSize: 0xBC } + - { offsetInCU: 0x69DE, offset: 0x162242, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwug', symObjAddr: 0x8714, symBinAddr: 0x1222E8, symSize: 0x8 } + - { offsetInCU: 0x69F2, offset: 0x162256, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwup', symObjAddr: 0x871C, symBinAddr: 0x1222F0, symSize: 0x4 } + - { offsetInCU: 0x6A06, offset: 0x16226A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwui', symObjAddr: 0x8720, symBinAddr: 0x1222F4, symSize: 0x8 } + - { offsetInCU: 0x6A1A, offset: 0x16227E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOMa', symObjAddr: 0x8728, symBinAddr: 0x1222FC, symSize: 0x10 } + - { offsetInCU: 0x6A2E, offset: 0x162292, size: 0x8, addend: 0x0, symName: ___swift_memcpy5_4, symObjAddr: 0x8738, symBinAddr: 0x12230C, symSize: 0x14 } + - { offsetInCU: 0x6A42, offset: 0x1622A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwet', symObjAddr: 0x874C, symBinAddr: 0x122320, symSize: 0x48 } + - { offsetInCU: 0x6A56, offset: 0x1622BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwst', symObjAddr: 0x8794, symBinAddr: 0x122368, symSize: 0x44 } + - { offsetInCU: 0x6A6A, offset: 0x1622CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwug', symObjAddr: 0x87D8, symBinAddr: 0x1223AC, symSize: 0x18 } + - { offsetInCU: 0x6A7E, offset: 0x1622E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwup', symObjAddr: 0x87F0, symBinAddr: 0x1223C4, symSize: 0x4 } + - { offsetInCU: 0x6A92, offset: 0x1622F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwui', symObjAddr: 0x87F4, symBinAddr: 0x1223C8, symSize: 0x18 } + - { offsetInCU: 0x6AA6, offset: 0x16230A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOMa', symObjAddr: 0x880C, symBinAddr: 0x1223E0, symSize: 0x10 } + - { offsetInCU: 0x6ABA, offset: 0x16231E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_TA', symObjAddr: 0x928C, symBinAddr: 0x122E60, symSize: 0x8 } + - { offsetInCU: 0x6ACE, offset: 0x162332, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x9294, symBinAddr: 0x122E68, symSize: 0x8 } + - { offsetInCU: 0x6AE2, offset: 0x162346, size: 0x8, addend: 0x0, symName: '_$sSo16CABasicAnimationCMa', symObjAddr: 0x929C, symBinAddr: 0x122E70, symSize: 0x3C } + - { offsetInCU: 0x6B12, offset: 0x162376, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0x93E4, symBinAddr: 0x122F88, symSize: 0x8 } + - { offsetInCU: 0x6B31, offset: 0x162395, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0x93EC, symBinAddr: 0x122F90, symSize: 0x28 } + - { offsetInCU: 0x6B5A, offset: 0x1623BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_TA', symObjAddr: 0x9514, symBinAddr: 0x122FDC, symSize: 0x8 } + - { offsetInCU: 0x6B6E, offset: 0x1623D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_TA', symObjAddr: 0x951C, symBinAddr: 0x122FE4, symSize: 0x8 } + - { offsetInCU: 0x6BC0, offset: 0x162424, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x488, symBinAddr: 0x11A654, symSize: 0x40 } + - { offsetInCU: 0x6C89, offset: 0x1624ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5E4, symBinAddr: 0x11A7B0, symSize: 0x4C } + - { offsetInCU: 0x6C, offset: 0x162CCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKF', symObjAddr: 0x0, symBinAddr: 0x123034, symSize: 0x7AC } + - { offsetInCU: 0x408, offset: 0x16306A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU0_', symObjAddr: 0x1214, symBinAddr: 0x124248, symSize: 0xD8 } + - { offsetInCU: 0x459, offset: 0x1630BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU1_', symObjAddr: 0x12EC, symBinAddr: 0x124320, symSize: 0x1B0 } + - { offsetInCU: 0x524, offset: 0x163186, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAEs0C0AAWl', symObjAddr: 0x7AC, symBinAddr: 0x1237E0, symSize: 0x44 } + - { offsetInCU: 0x73F, offset: 0x1633A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF010$s6Lottie7b46C7extract_2to10bufferSize9skipCRC328progresss6j4VAA5k27V_10Foundation3URLVSiSbSo10l10CSgtKFyAM4N6VKcfU_SpySo7__sFILEVGTf1nnnncn_n', symObjAddr: 0x7F0, symBinAddr: 0x123824, symSize: 0x548 } + - { offsetInCU: 0xB2F, offset: 0x163791, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0xD48, symBinAddr: 0x123D7C, symSize: 0x4BC } + - { offsetInCU: 0xE88, offset: 0x163AEA, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tgq5', symObjAddr: 0x14BC, symBinAddr: 0x1244F0, symSize: 0x64 } + - { offsetInCU: 0xEAB, offset: 0x163B0D, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tgq5', symObjAddr: 0x1520, symBinAddr: 0x124554, symSize: 0x144 } + - { offsetInCU: 0xF13, offset: 0x163B75, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0V15withUnsafeBytesyxxSWKXEKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6G15VAH_tFAHSWXEfU_AcHTf1cn_nTf4ngn_n', symObjAddr: 0x17D8, symBinAddr: 0x1247CC, symSize: 0xD0 } + - { offsetInCU: 0xF70, offset: 0x163BD2, size: 0x8, addend: 0x0, symName: '_$s10Foundation13__DataStorageC15withUnsafeBytes2in5applyxSnySiG_xSWKXEtKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6I15VAH_tFAHSWXEfU_AA0B0VAITf1ncn_nTf4nngn_n', symObjAddr: 0x18A8, symBinAddr: 0x12489C, symSize: 0xC0 } + - { offsetInCU: 0xFB1, offset: 0x163C13, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTgq5Tf4gd_n', symObjAddr: 0x1968, symBinAddr: 0x12495C, symSize: 0xFC } + - { offsetInCU: 0x101A, offset: 0x163C7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU_TA', symObjAddr: 0x1A74, symBinAddr: 0x124A68, symSize: 0x18 } + - { offsetInCU: 0x106B, offset: 0x163CCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVSgWOb', symObjAddr: 0x1A8C, symBinAddr: 0x124A80, symSize: 0x48 } + - { offsetInCU: 0x107F, offset: 0x163CE1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFs0D0ADWl', symObjAddr: 0x1B68, symBinAddr: 0x124AC8, symSize: 0x44 } + - { offsetInCU: 0x1093, offset: 0x163CF5, size: 0x8, addend: 0x0, symName: '_$sSS_yptWOc', symObjAddr: 0x1BAC, symBinAddr: 0x124B0C, symSize: 0x48 } + - { offsetInCU: 0x2B, offset: 0x16408D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x124B54, symSize: 0x2C } + - { offsetInCU: 0x6D, offset: 0x1640CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x124B54, symSize: 0x2C } + - { offsetInCU: 0xB1, offset: 0x164113, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCMa', symObjAddr: 0x2C, symBinAddr: 0x124B80, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x164270, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x124BA0, symSize: 0x22C } + - { offsetInCU: 0xA1, offset: 0x1642EA, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x124BA0, symSize: 0x22C } + - { offsetInCU: 0x229, offset: 0x164472, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationCMa', symObjAddr: 0x22C, symBinAddr: 0x124DCC, symSize: 0x3C } + - { offsetInCU: 0xA5, offset: 0x164709, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x0, symBinAddr: 0x124E08, symSize: 0x178 } + - { offsetInCU: 0x175, offset: 0x1647D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC10loadImages33_018EEA5A3C8AB5F957268211713A2543LLyyF', symObjAddr: 0x178, symBinAddr: 0x124F80, symSize: 0x4B0 } + - { offsetInCU: 0x417, offset: 0x164A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCfD', symObjAddr: 0x628, symBinAddr: 0x125430, symSize: 0x60 } + - { offsetInCU: 0x464, offset: 0x164AC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x744, symBinAddr: 0x12554C, symSize: 0x20 } + - { offsetInCU: 0x4AA, offset: 0x164B0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC8filepathACSg10Foundation3URLV_tcfCTf4nd_n', symObjAddr: 0xA34, symBinAddr: 0x125754, symSize: 0x104 } + - { offsetInCU: 0x600, offset: 0x164C64, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMU', symObjAddr: 0x688, symBinAddr: 0x125490, symSize: 0x8 } + - { offsetInCU: 0x614, offset: 0x164C78, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMa', symObjAddr: 0x690, symBinAddr: 0x125498, symSize: 0x3C } + - { offsetInCU: 0x628, offset: 0x164C8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMr', symObjAddr: 0x6CC, symBinAddr: 0x1254D4, symSize: 0x78 } + - { offsetInCU: 0x68F, offset: 0x164CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH9hashValueSivgTW', symObjAddr: 0x764, symBinAddr: 0x12556C, symSize: 0x7C } + - { offsetInCU: 0x74A, offset: 0x164DAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x7E0, symBinAddr: 0x1255E8, symSize: 0x6C } + - { offsetInCU: 0x7C9, offset: 0x164E2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8C4, symBinAddr: 0x1256CC, symSize: 0x1C } + - { offsetInCU: 0x7FB, offset: 0x164E5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASQWb', symObjAddr: 0x8E0, symBinAddr: 0x1256E8, symSize: 0x2C } + - { offsetInCU: 0x8E7, offset: 0x164F4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x84C, symBinAddr: 0x125654, symSize: 0x78 } + - { offsetInCU: 0x5E, offset: 0x165204, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x125858, symSize: 0xC } + - { offsetInCU: 0x90, offset: 0x165236, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x198, symBinAddr: 0x1259F0, symSize: 0x48 } + - { offsetInCU: 0xB5, offset: 0x16525B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0x125A38, symSize: 0x684 } + - { offsetInCU: 0x138, offset: 0x1652DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x864, symBinAddr: 0x1260BC, symSize: 0xC50 } + - { offsetInCU: 0x5DB, offset: 0x165781, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueSSvg', symObjAddr: 0x14B4, symBinAddr: 0x126D0C, symSize: 0x18 } + - { offsetInCU: 0x614, offset: 0x1657BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18B8, symBinAddr: 0x127110, symSize: 0x18 } + - { offsetInCU: 0x642, offset: 0x1657E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18B8, symBinAddr: 0x127110, symSize: 0x18 } + - { offsetInCU: 0x67A, offset: 0x165820, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1910, symBinAddr: 0x127168, symSize: 0x44 } + - { offsetInCU: 0x6C0, offset: 0x165866, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1954, symBinAddr: 0x1271AC, symSize: 0x28 } + - { offsetInCU: 0x6DC, offset: 0x165882, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x197C, symBinAddr: 0x1271D4, symSize: 0x8 } + - { offsetInCU: 0x712, offset: 0x1658B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1984, symBinAddr: 0x1271DC, symSize: 0x3C } + - { offsetInCU: 0x777, offset: 0x16591D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x19C0, symBinAddr: 0x127218, symSize: 0xC } + - { offsetInCU: 0x793, offset: 0x165939, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x19CC, symBinAddr: 0x127224, symSize: 0xC } + - { offsetInCU: 0x7AF, offset: 0x165955, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2988, symBinAddr: 0x127E6C, symSize: 0x50 } + - { offsetInCU: 0x7E7, offset: 0x16598D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x18D0, symBinAddr: 0x127128, symSize: 0x18 } + - { offsetInCU: 0x828, offset: 0x1659CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1A4C, symBinAddr: 0x1272A4, symSize: 0x70 } + - { offsetInCU: 0x85C, offset: 0x165A02, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1ABC, symBinAddr: 0x127314, symSize: 0x28 } + - { offsetInCU: 0x878, offset: 0x165A1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1AE4, symBinAddr: 0x12733C, symSize: 0x8 } + - { offsetInCU: 0x8AE, offset: 0x165A54, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1AEC, symBinAddr: 0x127344, symSize: 0x74 } + - { offsetInCU: 0x8F9, offset: 0x165A9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1B60, symBinAddr: 0x1273B8, symSize: 0xC } + - { offsetInCU: 0x915, offset: 0x165ABB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1B6C, symBinAddr: 0x1273C4, symSize: 0xC } + - { offsetInCU: 0x933, offset: 0x165AD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x14CC, symBinAddr: 0x126D24, symSize: 0x3EC } + - { offsetInCU: 0x9A6, offset: 0x165B4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfd', symObjAddr: 0x1C04, symBinAddr: 0x12745C, symSize: 0x4C } + - { offsetInCU: 0x9F1, offset: 0x165B97, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfD', symObjAddr: 0x1C50, symBinAddr: 0x1274A8, symSize: 0x1C } + - { offsetInCU: 0xA2D, offset: 0x165BD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1E44, symBinAddr: 0x12768C, symSize: 0xC } + - { offsetInCU: 0xA6E, offset: 0x165C14, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1E50, symBinAddr: 0x127698, symSize: 0xC } + - { offsetInCU: 0xAA0, offset: 0x165C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x1E5C, symBinAddr: 0x1276A4, symSize: 0xC } + - { offsetInCU: 0xACB, offset: 0x165C71, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x1E68, symBinAddr: 0x1276B0, symSize: 0xC } + - { offsetInCU: 0xB0C, offset: 0x165CB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x1E74, symBinAddr: 0x1276BC, symSize: 0xC } + - { offsetInCU: 0xB86, offset: 0x165D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xCC, symBinAddr: 0x125924, symSize: 0x18 } + - { offsetInCU: 0xBB7, offset: 0x165D5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xE4, symBinAddr: 0x12593C, symSize: 0xC } + - { offsetInCU: 0xD11, offset: 0x165EB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfE', symObjAddr: 0x1BC8, symBinAddr: 0x127420, symSize: 0x3C } + - { offsetInCU: 0xD69, offset: 0x165F0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCMa', symObjAddr: 0x1C6C, symBinAddr: 0x1274C4, symSize: 0x20 } + - { offsetInCU: 0xD7D, offset: 0x165F23, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwet', symObjAddr: 0x1C9C, symBinAddr: 0x1274E4, symSize: 0x90 } + - { offsetInCU: 0xD91, offset: 0x165F37, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwst', symObjAddr: 0x1D2C, symBinAddr: 0x127574, symSize: 0xBC } + - { offsetInCU: 0xDA5, offset: 0x165F4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwup', symObjAddr: 0x1DE8, symBinAddr: 0x127630, symSize: 0x4 } + - { offsetInCU: 0xDB9, offset: 0x165F5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOMa', symObjAddr: 0x1DEC, symBinAddr: 0x127634, symSize: 0x10 } + - { offsetInCU: 0xDCD, offset: 0x165F73, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASQWb', symObjAddr: 0x1DFC, symBinAddr: 0x127644, symSize: 0x4 } + - { offsetInCU: 0xDE1, offset: 0x165F87, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSQAAWl', symObjAddr: 0x1E00, symBinAddr: 0x127648, symSize: 0x44 } + - { offsetInCU: 0xDF5, offset: 0x165F9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSYAAWl', symObjAddr: 0x1E80, symBinAddr: 0x1276C8, symSize: 0x44 } + - { offsetInCU: 0xE09, offset: 0x165FAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs0D3KeyAAWl', symObjAddr: 0x1F28, symBinAddr: 0x12770C, symSize: 0x44 } + - { offsetInCU: 0xE1D, offset: 0x165FC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSEAAWl', symObjAddr: 0x209C, symBinAddr: 0x1277B4, symSize: 0x44 } + - { offsetInCU: 0xE31, offset: 0x165FD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs9CodingKeyAAWl', symObjAddr: 0x2124, symBinAddr: 0x1277F8, symSize: 0x44 } + - { offsetInCU: 0xE45, offset: 0x165FEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSEAASERzlWl', symObjAddr: 0x2168, symBinAddr: 0x12783C, symSize: 0x7C } + - { offsetInCU: 0xE59, offset: 0x165FFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSeAAWl', symObjAddr: 0x228C, symBinAddr: 0x1278B8, symSize: 0x44 } + - { offsetInCU: 0xE6D, offset: 0x166013, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSeAASeRzlWl', symObjAddr: 0x2314, symBinAddr: 0x1278FC, symSize: 0x7C } + - { offsetInCU: 0xE81, offset: 0x166027, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x24F4, symBinAddr: 0x1279D8, symSize: 0x90 } + - { offsetInCU: 0xE95, offset: 0x16603B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x2584, symBinAddr: 0x127A68, symSize: 0xBC } + - { offsetInCU: 0xEA9, offset: 0x16604F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x2640, symBinAddr: 0x127B24, symSize: 0x8 } + - { offsetInCU: 0xEBD, offset: 0x166063, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x2648, symBinAddr: 0x127B2C, symSize: 0x4 } + - { offsetInCU: 0xED1, offset: 0x166077, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x264C, symBinAddr: 0x127B30, symSize: 0x8 } + - { offsetInCU: 0xEE5, offset: 0x16608B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x2654, symBinAddr: 0x127B38, symSize: 0x10 } + - { offsetInCU: 0xEF9, offset: 0x16609F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x2664, symBinAddr: 0x127B48, symSize: 0x90 } + - { offsetInCU: 0xF0D, offset: 0x1660B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x26F4, symBinAddr: 0x127BD8, symSize: 0xBC } + - { offsetInCU: 0xF21, offset: 0x1660C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x27B0, symBinAddr: 0x127C94, symSize: 0x8 } + - { offsetInCU: 0xF35, offset: 0x1660DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x27B8, symBinAddr: 0x127C9C, symSize: 0x4 } + - { offsetInCU: 0xF49, offset: 0x1660EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x27BC, symBinAddr: 0x127CA0, symSize: 0xC } + - { offsetInCU: 0xF5D, offset: 0x166103, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x27C8, symBinAddr: 0x127CAC, symSize: 0x10 } + - { offsetInCU: 0xF71, offset: 0x166117, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x27D8, symBinAddr: 0x127CBC, symSize: 0x4 } + - { offsetInCU: 0xF85, offset: 0x16612B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x27DC, symBinAddr: 0x127CC0, symSize: 0x44 } + - { offsetInCU: 0xF99, offset: 0x16613F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x2820, symBinAddr: 0x127D04, symSize: 0x4 } + - { offsetInCU: 0xFAD, offset: 0x166153, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x2824, symBinAddr: 0x127D08, symSize: 0x44 } + - { offsetInCU: 0xFC1, offset: 0x166167, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2868, symBinAddr: 0x127D4C, symSize: 0x4 } + - { offsetInCU: 0xFD5, offset: 0x16617B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x286C, symBinAddr: 0x127D50, symSize: 0x44 } + - { offsetInCU: 0xFE9, offset: 0x16618F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x28B0, symBinAddr: 0x127D94, symSize: 0x4 } + - { offsetInCU: 0xFFD, offset: 0x1661A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x28B4, symBinAddr: 0x127D98, symSize: 0x44 } + - { offsetInCU: 0x1011, offset: 0x1661B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x28F8, symBinAddr: 0x127DDC, symSize: 0x4 } + - { offsetInCU: 0x1025, offset: 0x1661CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x28FC, symBinAddr: 0x127DE0, symSize: 0x44 } + - { offsetInCU: 0x1039, offset: 0x1661DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2940, symBinAddr: 0x127E24, symSize: 0x4 } + - { offsetInCU: 0x104D, offset: 0x1661F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2944, symBinAddr: 0x127E28, symSize: 0x44 } + - { offsetInCU: 0x1081, offset: 0x166227, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC, symBinAddr: 0x125864, symSize: 0x14 } + - { offsetInCU: 0x1112, offset: 0x1662B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x20, symBinAddr: 0x125878, symSize: 0x44 } + - { offsetInCU: 0x11C1, offset: 0x166367, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x1258BC, symSize: 0x28 } + - { offsetInCU: 0x1214, offset: 0x1663BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8C, symBinAddr: 0x1258E4, symSize: 0x40 } + - { offsetInCU: 0x1297, offset: 0x16643D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF0, symBinAddr: 0x125948, symSize: 0x5C } + - { offsetInCU: 0x12BA, offset: 0x166460, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x14C, symBinAddr: 0x1259A4, symSize: 0x4C } + - { offsetInCU: 0x131E, offset: 0x1664C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18E8, symBinAddr: 0x127140, symSize: 0xC } + - { offsetInCU: 0x1358, offset: 0x1664FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x18F4, symBinAddr: 0x12714C, symSize: 0xC } + - { offsetInCU: 0x1378, offset: 0x16651E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x18F4, symBinAddr: 0x12714C, symSize: 0xC } + - { offsetInCU: 0x138C, offset: 0x166532, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x18F4, symBinAddr: 0x12714C, symSize: 0xC } + - { offsetInCU: 0x139E, offset: 0x166544, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1900, symBinAddr: 0x127158, symSize: 0x8 } + - { offsetInCU: 0x13BA, offset: 0x166560, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1908, symBinAddr: 0x127160, symSize: 0x8 } + - { offsetInCU: 0x13D4, offset: 0x16657A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x19D8, symBinAddr: 0x127230, symSize: 0x28 } + - { offsetInCU: 0x13F0, offset: 0x166596, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A00, symBinAddr: 0x127258, symSize: 0x28 } + - { offsetInCU: 0x140C, offset: 0x1665B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A28, symBinAddr: 0x127280, symSize: 0xC } + - { offsetInCU: 0x1428, offset: 0x1665CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1A34, symBinAddr: 0x12728C, symSize: 0x8 } + - { offsetInCU: 0x1444, offset: 0x1665EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A3C, symBinAddr: 0x127294, symSize: 0x8 } + - { offsetInCU: 0x1460, offset: 0x166606, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1A44, symBinAddr: 0x12729C, symSize: 0x8 } + - { offsetInCU: 0x1482, offset: 0x166628, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1B78, symBinAddr: 0x1273D0, symSize: 0x28 } + - { offsetInCU: 0x149E, offset: 0x166644, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1BA0, symBinAddr: 0x1273F8, symSize: 0x28 } + - { offsetInCU: 0x5C, offset: 0x16688D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x127EC4, symSize: 0x198 } + - { offsetInCU: 0xB8, offset: 0x1668E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x198, symBinAddr: 0x12805C, symSize: 0x210 } + - { offsetInCU: 0x1B3, offset: 0x1669E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x3A8, symBinAddr: 0x12826C, symSize: 0x11C } + - { offsetInCU: 0x1F2, offset: 0x166A23, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x65C, symBinAddr: 0x128520, symSize: 0x4C } + - { offsetInCU: 0x229, offset: 0x166A5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO8rawValueSSvg', symObjAddr: 0x6A8, symBinAddr: 0x12856C, symSize: 0x18 } + - { offsetInCU: 0x250, offset: 0x166A81, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO11stringValueSSvg', symObjAddr: 0x6C0, symBinAddr: 0x128584, symSize: 0x18 } + - { offsetInCU: 0x291, offset: 0x166AC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x6FC, symBinAddr: 0x1285C0, symSize: 0x70 } + - { offsetInCU: 0x2C5, offset: 0x166AF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x76C, symBinAddr: 0x128630, symSize: 0x28 } + - { offsetInCU: 0x2E1, offset: 0x166B12, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x794, symBinAddr: 0x128658, symSize: 0x8 } + - { offsetInCU: 0x317, offset: 0x166B48, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x79C, symBinAddr: 0x128660, symSize: 0x74 } + - { offsetInCU: 0x362, offset: 0x166B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x810, symBinAddr: 0x1286D4, symSize: 0xC } + - { offsetInCU: 0x37E, offset: 0x166BAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x81C, symBinAddr: 0x1286E0, symSize: 0xC } + - { offsetInCU: 0x3BA, offset: 0x166BEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCfD', symObjAddr: 0x878, symBinAddr: 0x12873C, symSize: 0x24 } + - { offsetInCU: 0x405, offset: 0x166C36, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x998, symBinAddr: 0x12884C, symSize: 0x2C } + - { offsetInCU: 0x428, offset: 0x166C59, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x9C4, symBinAddr: 0x128878, symSize: 0x28 } + - { offsetInCU: 0x51E, offset: 0x166D4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x5A4, symBinAddr: 0x128468, symSize: 0x24 } + - { offsetInCU: 0x54F, offset: 0x166D80, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x5C8, symBinAddr: 0x12848C, symSize: 0x18 } + - { offsetInCU: 0x599, offset: 0x166DCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5E0, symBinAddr: 0x1284A4, symSize: 0x2C } + - { offsetInCU: 0x5D1, offset: 0x166E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xCA8, symBinAddr: 0x128B5C, symSize: 0xE0 } + - { offsetInCU: 0x646, offset: 0x166E77, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO13discriminator_WZ', symObjAddr: 0x658, symBinAddr: 0x12851C, symSize: 0x4 } + - { offsetInCU: 0x660, offset: 0x166E91, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCMa', symObjAddr: 0x89C, symBinAddr: 0x128760, symSize: 0x20 } + - { offsetInCU: 0x674, offset: 0x166EA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOwup', symObjAddr: 0x8D4, symBinAddr: 0x128788, symSize: 0x4 } + - { offsetInCU: 0x688, offset: 0x166EB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOMa', symObjAddr: 0x8D8, symBinAddr: 0x12878C, symSize: 0x10 } + - { offsetInCU: 0x69C, offset: 0x166ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASQWb', symObjAddr: 0x8E8, symBinAddr: 0x12879C, symSize: 0x4 } + - { offsetInCU: 0x6B0, offset: 0x166EE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSQAAWl', symObjAddr: 0x8EC, symBinAddr: 0x1287A0, symSize: 0x44 } + - { offsetInCU: 0x6C4, offset: 0x166EF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOAA11ClassFamilyAAWI', symObjAddr: 0x930, symBinAddr: 0x1287E4, symSize: 0x24 } + - { offsetInCU: 0x6D8, offset: 0x166F09, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSeAAWl', symObjAddr: 0x954, symBinAddr: 0x128808, symSize: 0x44 } + - { offsetInCU: 0x70C, offset: 0x166F3D, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x9EC, symBinAddr: 0x1288A0, symSize: 0x134 } + - { offsetInCU: 0x85F, offset: 0x167090, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xB20, symBinAddr: 0x1289D4, symSize: 0x188 } + - { offsetInCU: 0xA79, offset: 0x1672AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSYAAWl', symObjAddr: 0xDCC, symBinAddr: 0x128C3C, symSize: 0x44 } + - { offsetInCU: 0xA8D, offset: 0x1672BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs0D3KeyAAWl', symObjAddr: 0xE50, symBinAddr: 0x128C80, symSize: 0x44 } + - { offsetInCU: 0xAA1, offset: 0x1672D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSEAAWl', symObjAddr: 0xE94, symBinAddr: 0x128CC4, symSize: 0x44 } + - { offsetInCU: 0xAB5, offset: 0x1672E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwug', symObjAddr: 0x10EC, symBinAddr: 0x128E5C, symSize: 0x8 } + - { offsetInCU: 0xAC9, offset: 0x1672FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwup', symObjAddr: 0x10F4, symBinAddr: 0x128E64, symSize: 0x4 } + - { offsetInCU: 0xADD, offset: 0x16730E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwui', symObjAddr: 0x10F8, symBinAddr: 0x128E68, symSize: 0xC } + - { offsetInCU: 0xAF1, offset: 0x167322, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOMa', symObjAddr: 0x1104, symBinAddr: 0x128E74, symSize: 0x10 } + - { offsetInCU: 0xB05, offset: 0x167336, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASQWb', symObjAddr: 0x1114, symBinAddr: 0x128E84, symSize: 0x4 } + - { offsetInCU: 0xB19, offset: 0x16734A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFSQAAWl', symObjAddr: 0x1118, symBinAddr: 0x128E88, symSize: 0x44 } + - { offsetInCU: 0xB2D, offset: 0x16735E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x115C, symBinAddr: 0x128ECC, symSize: 0x4 } + - { offsetInCU: 0xB41, offset: 0x167372, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1160, symBinAddr: 0x128ED0, symSize: 0x44 } + - { offsetInCU: 0xB55, offset: 0x167386, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x11A4, symBinAddr: 0x128F14, symSize: 0x4 } + - { offsetInCU: 0xB69, offset: 0x16739A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x11A8, symBinAddr: 0x128F18, symSize: 0x44 } + - { offsetInCU: 0xBE4, offset: 0x167415, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4C4, symBinAddr: 0x128388, symSize: 0x18 } + - { offsetInCU: 0xC75, offset: 0x1674A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x4DC, symBinAddr: 0x1283A0, symSize: 0x4C } + - { offsetInCU: 0xD56, offset: 0x167587, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x528, symBinAddr: 0x1283EC, symSize: 0x34 } + - { offsetInCU: 0xDDD, offset: 0x16760E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x55C, symBinAddr: 0x128420, symSize: 0x48 } + - { offsetInCU: 0xE8C, offset: 0x1676BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x60C, symBinAddr: 0x1284D0, symSize: 0x4C } + - { offsetInCU: 0xEAF, offset: 0x1676E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6D8, symBinAddr: 0x12859C, symSize: 0xC } + - { offsetInCU: 0xECB, offset: 0x1676FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x6E4, symBinAddr: 0x1285A8, symSize: 0x8 } + - { offsetInCU: 0xEE7, offset: 0x167718, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6EC, symBinAddr: 0x1285B0, symSize: 0x8 } + - { offsetInCU: 0xF03, offset: 0x167734, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6F4, symBinAddr: 0x1285B8, symSize: 0x8 } + - { offsetInCU: 0xF25, offset: 0x167756, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x828, symBinAddr: 0x1286EC, symSize: 0x28 } + - { offsetInCU: 0xF41, offset: 0x167772, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x850, symBinAddr: 0x128714, symSize: 0x28 } + - { offsetInCU: 0x9D, offset: 0x167A3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xE0, symBinAddr: 0x129044, symSize: 0x20 } + - { offsetInCU: 0xCE, offset: 0x167A6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x100, symBinAddr: 0x129064, symSize: 0x18 } + - { offsetInCU: 0x125, offset: 0x167AC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1C0, symBinAddr: 0x129124, symSize: 0x48 } + - { offsetInCU: 0x14A, offset: 0x167AE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x208, symBinAddr: 0x12916C, symSize: 0x328 } + - { offsetInCU: 0x1B2, offset: 0x167B4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x530, symBinAddr: 0x129494, symSize: 0x5E0 } + - { offsetInCU: 0x41F, offset: 0x167DBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB10, symBinAddr: 0x129A74, symSize: 0x1E8 } + - { offsetInCU: 0x48D, offset: 0x167E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO8rawValueSSvg', symObjAddr: 0xCF8, symBinAddr: 0x129C5C, symSize: 0x18 } + - { offsetInCU: 0x4C6, offset: 0x167E63, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xD10, symBinAddr: 0x129C74, symSize: 0x18 } + - { offsetInCU: 0x4F4, offset: 0x167E91, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xD10, symBinAddr: 0x129C74, symSize: 0x18 } + - { offsetInCU: 0x546, offset: 0x167EE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0xD4C, symBinAddr: 0x129CB0, symSize: 0x64 } + - { offsetInCU: 0x5AC, offset: 0x167F49, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0xDB0, symBinAddr: 0x129D14, symSize: 0x28 } + - { offsetInCU: 0x5C8, offset: 0x167F65, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xDD8, symBinAddr: 0x129D3C, symSize: 0x8 } + - { offsetInCU: 0x5FE, offset: 0x167F9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xDE0, symBinAddr: 0x129D44, symSize: 0x68 } + - { offsetInCU: 0x683, offset: 0x168020, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xE48, symBinAddr: 0x129DAC, symSize: 0xC } + - { offsetInCU: 0x69F, offset: 0x16803C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xE54, symBinAddr: 0x129DB8, symSize: 0xC } + - { offsetInCU: 0x6DB, offset: 0x168078, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfD', symObjAddr: 0xED4, symBinAddr: 0x129E38, symSize: 0x3C } + - { offsetInCU: 0x7D6, offset: 0x168173, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfE', symObjAddr: 0xEB0, symBinAddr: 0x129E14, symSize: 0x24 } + - { offsetInCU: 0x82E, offset: 0x1681CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCMa', symObjAddr: 0xF10, symBinAddr: 0x129E74, symSize: 0x20 } + - { offsetInCU: 0x842, offset: 0x1681DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwet', symObjAddr: 0xF40, symBinAddr: 0x129E94, symSize: 0x90 } + - { offsetInCU: 0x856, offset: 0x1681F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwst', symObjAddr: 0xFD0, symBinAddr: 0x129F24, symSize: 0xBC } + - { offsetInCU: 0x86A, offset: 0x168207, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwug', symObjAddr: 0x108C, symBinAddr: 0x129FE0, symSize: 0x8 } + - { offsetInCU: 0x87E, offset: 0x16821B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwup', symObjAddr: 0x1094, symBinAddr: 0x129FE8, symSize: 0x4 } + - { offsetInCU: 0x892, offset: 0x16822F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwui', symObjAddr: 0x1098, symBinAddr: 0x129FEC, symSize: 0xC } + - { offsetInCU: 0x8A6, offset: 0x168243, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOMa', symObjAddr: 0x10A4, symBinAddr: 0x129FF8, symSize: 0x10 } + - { offsetInCU: 0x8BA, offset: 0x168257, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASQWb', symObjAddr: 0x10B4, symBinAddr: 0x12A008, symSize: 0x4 } + - { offsetInCU: 0x8CE, offset: 0x16826B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSQAAWl', symObjAddr: 0x10B8, symBinAddr: 0x12A00C, symSize: 0x44 } + - { offsetInCU: 0x8E2, offset: 0x16827F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSYAAWl', symObjAddr: 0x10FC, symBinAddr: 0x12A050, symSize: 0x44 } + - { offsetInCU: 0x8F6, offset: 0x168293, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs0C3KeyAAWl', symObjAddr: 0x11A4, symBinAddr: 0x12A094, symSize: 0x44 } + - { offsetInCU: 0x90A, offset: 0x1682A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSEAAWl', symObjAddr: 0x1270, symBinAddr: 0x12A0D8, symSize: 0x44 } + - { offsetInCU: 0x91E, offset: 0x1682BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSeAAWl', symObjAddr: 0x1380, symBinAddr: 0x12A184, symSize: 0x44 } + - { offsetInCU: 0x932, offset: 0x1682CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwet', symObjAddr: 0x1488, symBinAddr: 0x12A1C8, symSize: 0x90 } + - { offsetInCU: 0x946, offset: 0x1682E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwst', symObjAddr: 0x1518, symBinAddr: 0x12A258, symSize: 0xBC } + - { offsetInCU: 0x95A, offset: 0x1682F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwug', symObjAddr: 0x15D4, symBinAddr: 0x12A314, symSize: 0x8 } + - { offsetInCU: 0x96E, offset: 0x16830B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwup', symObjAddr: 0x15DC, symBinAddr: 0x12A31C, symSize: 0x4 } + - { offsetInCU: 0x982, offset: 0x16831F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwui', symObjAddr: 0x15E0, symBinAddr: 0x12A320, symSize: 0x8 } + - { offsetInCU: 0x996, offset: 0x168333, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOMa', symObjAddr: 0x15E8, symBinAddr: 0x12A328, symSize: 0x10 } + - { offsetInCU: 0x9AA, offset: 0x168347, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASQWb', symObjAddr: 0x15F8, symBinAddr: 0x12A338, symSize: 0x4 } + - { offsetInCU: 0x9BE, offset: 0x16835B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFSQAAWl', symObjAddr: 0x15FC, symBinAddr: 0x12A33C, symSize: 0x44 } + - { offsetInCU: 0x9D2, offset: 0x16836F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1640, symBinAddr: 0x12A380, symSize: 0x4 } + - { offsetInCU: 0x9E6, offset: 0x168383, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1644, symBinAddr: 0x12A384, symSize: 0x44 } + - { offsetInCU: 0x9FA, offset: 0x168397, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1688, symBinAddr: 0x12A3C8, symSize: 0x4 } + - { offsetInCU: 0xA0E, offset: 0x1683AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x168C, symBinAddr: 0x12A3CC, symSize: 0x44 } + - { offsetInCU: 0xA42, offset: 0x1683DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x128F64, symSize: 0x18 } + - { offsetInCU: 0xAD3, offset: 0x168470, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x128F7C, symSize: 0x4C } + - { offsetInCU: 0xBB4, offset: 0x168551, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x128FC8, symSize: 0x34 } + - { offsetInCU: 0xC3B, offset: 0x1685D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98, symBinAddr: 0x128FFC, symSize: 0x48 } + - { offsetInCU: 0xCF0, offset: 0x16868D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x118, symBinAddr: 0x12907C, symSize: 0x5C } + - { offsetInCU: 0xD13, offset: 0x1686B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x174, symBinAddr: 0x1290D8, symSize: 0x4C } + - { offsetInCU: 0xD77, offset: 0x168714, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD28, symBinAddr: 0x129C8C, symSize: 0xC } + - { offsetInCU: 0xD93, offset: 0x168730, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH9hashValueSivgTW', symObjAddr: 0xD34, symBinAddr: 0x129C98, symSize: 0x8 } + - { offsetInCU: 0xDAF, offset: 0x16874C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD3C, symBinAddr: 0x129CA0, symSize: 0x8 } + - { offsetInCU: 0xDCB, offset: 0x168768, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD44, symBinAddr: 0x129CA8, symSize: 0x8 } + - { offsetInCU: 0xDED, offset: 0x16878A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xE60, symBinAddr: 0x129DC4, symSize: 0x28 } + - { offsetInCU: 0xE09, offset: 0x1687A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xE88, symBinAddr: 0x129DEC, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x168980, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x12A410, symSize: 0x4 } + - { offsetInCU: 0x43, offset: 0x168998, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x12A410, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x1689AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMr', symObjAddr: 0x4, symBinAddr: 0x12A414, symSize: 0x78 } + - { offsetInCU: 0x77, offset: 0x1689CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC7storageAA0cD7StorageOyxGvg', symObjAddr: 0x7C, symBinAddr: 0x12A48C, symSize: 0x64 } + - { offsetInCU: 0xEF, offset: 0x168A44, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCfD', symObjAddr: 0x110, symBinAddr: 0x12A4F0, symSize: 0x3C } + - { offsetInCU: 0x143, offset: 0x168A98, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0A2aEP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x158, symBinAddr: 0x12A538, symSize: 0x20 } + - { offsetInCU: 0x16E, offset: 0x168AC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x178, symBinAddr: 0x12A558, symSize: 0xC } + - { offsetInCU: 0x18E, offset: 0x168AE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x178, symBinAddr: 0x12A558, symSize: 0xC } + - { offsetInCU: 0x1AF, offset: 0x168B04, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x184, symBinAddr: 0x12A564, symSize: 0x24 } + - { offsetInCU: 0x1E1, offset: 0x168B36, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1B0, symBinAddr: 0x12A590, symSize: 0x10 } + - { offsetInCU: 0x20E, offset: 0x168B63, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9valueTypeypXpvgTf4d_n', symObjAddr: 0x1C0, symBinAddr: 0x12A5A0, symSize: 0x4 } + - { offsetInCU: 0x23A, offset: 0x168B8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMa', symObjAddr: 0x14C, symBinAddr: 0x12A52C, symSize: 0xC } + - { offsetInCU: 0x24E, offset: 0x168BA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0AA0C0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x1A8, symBinAddr: 0x12A588, symSize: 0x8 } + - { offsetInCU: 0x2B, offset: 0x168D14, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x12A5A4, symSize: 0x90C } + - { offsetInCU: 0x284, offset: 0x168F6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x12A5A4, symSize: 0x90C } + - { offsetInCU: 0xC8B, offset: 0x169974, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x90C, symBinAddr: 0x12AEB0, symSize: 0x50 } + - { offsetInCU: 0xCC5, offset: 0x1699AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCADycfcTo', symObjAddr: 0x95C, symBinAddr: 0x12AF00, symSize: 0x88 } + - { offsetInCU: 0xD28, offset: 0x169A11, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5layerADyp_tcfcTo', symObjAddr: 0x9E4, symBinAddr: 0x12AF88, symSize: 0xE8 } + - { offsetInCU: 0xD6D, offset: 0x169A56, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfc', symObjAddr: 0xACC, symBinAddr: 0x12B070, symSize: 0xA0 } + - { offsetInCU: 0xDAA, offset: 0x169A93, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB6C, symBinAddr: 0x12B110, symSize: 0x30 } + - { offsetInCU: 0xDC6, offset: 0x169AAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfD', symObjAddr: 0xB9C, symBinAddr: 0x12B140, symSize: 0x34 } + - { offsetInCU: 0xF6E, offset: 0x169C57, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfETo', symObjAddr: 0xBD0, symBinAddr: 0x12B174, symSize: 0x10 } + - { offsetInCU: 0xF9D, offset: 0x169C86, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCMa', symObjAddr: 0xBE0, symBinAddr: 0x12B184, symSize: 0x20 } + - { offsetInCU: 0x105A, offset: 0x169D43, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0xC00, symBinAddr: 0x12B1A4, symSize: 0x4A0 } + - { offsetInCU: 0x13D2, offset: 0x16A0BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC16updateShapeLayer5layerySo07CAShapeG0C_tF', symObjAddr: 0x10A0, symBinAddr: 0x12B644, symSize: 0x1C4 } + - { offsetInCU: 0x15B0, offset: 0x16A299, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfD', symObjAddr: 0x1288, symBinAddr: 0x12B82C, symSize: 0x3C } + - { offsetInCU: 0x1620, offset: 0x16A309, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x12E4, symBinAddr: 0x12B888, symSize: 0xC } + - { offsetInCU: 0x1652, offset: 0x16A33B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x12F0, symBinAddr: 0x12B894, symSize: 0x20 } + - { offsetInCU: 0x1698, offset: 0x16A381, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1310, symBinAddr: 0x12B8B4, symSize: 0x40 } + - { offsetInCU: 0x16DF, offset: 0x16A3C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x1350, symBinAddr: 0x12B8F4, symSize: 0x4 } + - { offsetInCU: 0x1707, offset: 0x16A3F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfE', symObjAddr: 0x1264, symBinAddr: 0x12B808, symSize: 0x24 } + - { offsetInCU: 0x1734, offset: 0x16A41D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCMa', symObjAddr: 0x12C4, symBinAddr: 0x12B868, symSize: 0x20 } + - { offsetInCU: 0x3E6, offset: 0x16AC84, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_Say12CoreGraphics7CGFloatVGTB5', symObjAddr: 0x210, symBinAddr: 0x12BAE0, symSize: 0x564 } + - { offsetInCU: 0x8BA, offset: 0x16B158, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_SaySo10CGColorRefaGTB5', symObjAddr: 0x774, symBinAddr: 0x12C044, symSize: 0x564 } + - { offsetInCU: 0xEC3, offset: 0x16B761, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKF', symObjAddr: 0xD18, symBinAddr: 0x12C5E8, symSize: 0x7C8 } + - { offsetInCU: 0x1355, offset: 0x16BBF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_', symObjAddr: 0x19D0, symBinAddr: 0x12D200, symSize: 0x138 } + - { offsetInCU: 0x1507, offset: 0x16BDA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_', symObjAddr: 0x1B08, symBinAddr: 0x12D338, symSize: 0x128 } + - { offsetInCU: 0x1766, offset: 0x16C004, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientShapeItemPAAE18colorConfiguration33_B799B7369307A01782ECC9AEBF9C580CLL4from4typeSaySo10CGColorRefa0E0_12CoreGraphics7CGFloatV8locationtGSaySdG_AA0B11ContentTypeOtF', symObjAddr: 0x1544, symBinAddr: 0x12CDB0, symSize: 0x450 } + - { offsetInCU: 0x2080, offset: 0x16C91E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x1C30, symBinAddr: 0x12D460, symSize: 0x3E0 } + - { offsetInCU: 0x22F8, offset: 0x16CB96, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x2010, symBinAddr: 0x12D840, symSize: 0x29C } + - { offsetInCU: 0x249F, offset: 0x16CD3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_', symObjAddr: 0x2314, symBinAddr: 0x12DADC, symSize: 0x90 } + - { offsetInCU: 0x2626, offset: 0x16CEC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x23A4, symBinAddr: 0x12DB6C, symSize: 0x50 } + - { offsetInCU: 0x27D4, offset: 0x16D072, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5', symObjAddr: 0x23F4, symBinAddr: 0x12DBBC, symSize: 0x30 } + - { offsetInCU: 0x281D, offset: 0x16D0BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5', symObjAddr: 0x2424, symBinAddr: 0x12DBEC, symSize: 0x70 } + - { offsetInCU: 0x287D, offset: 0x16D11B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5TA', symObjAddr: 0x24B8, symBinAddr: 0x12DC80, symSize: 0x8 } + - { offsetInCU: 0x2891, offset: 0x16D12F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_TA', symObjAddr: 0x24C0, symBinAddr: 0x12DC88, symSize: 0x1C } + - { offsetInCU: 0x28E1, offset: 0x16D17F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Say12CoreGraphics7CGFloatVG_TG5TA', symObjAddr: 0x24DC, symBinAddr: 0x12DCA4, symSize: 0x2C } + - { offsetInCU: 0x294E, offset: 0x16D1EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_TA', symObjAddr: 0x2508, symBinAddr: 0x12DCD0, symSize: 0x1C } + - { offsetInCU: 0x2BF5, offset: 0x16D493, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_SaySo10CGColorRefaGTg5Tf4nnndxn_n', symObjAddr: 0x2594, symBinAddr: 0x12DD20, symSize: 0xCE0 } + - { offsetInCU: 0x37E6, offset: 0x16E084, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_Say12CoreGraphics7CGFloatVGTg5Tf4nnndxn_n', symObjAddr: 0x3B6C, symBinAddr: 0x12F2F8, symSize: 0xCE0 } + - { offsetInCU: 0x43D7, offset: 0x16EC75, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_TA', symObjAddr: 0x49E4, symBinAddr: 0x130170, symSize: 0x18 } + - { offsetInCU: 0x43EB, offset: 0x16EC89, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOr', symObjAddr: 0x4BB4, symBinAddr: 0x1301B0, symSize: 0x2C } + - { offsetInCU: 0x43FF, offset: 0x16EC9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOs', symObjAddr: 0x4C08, symBinAddr: 0x1301DC, symSize: 0x2C } + - { offsetInCU: 0x4413, offset: 0x16ECB1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTg5TA', symObjAddr: 0x4D10, symBinAddr: 0x13021C, symSize: 0x8 } + - { offsetInCU: 0x4427, offset: 0x16ECC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4D18, symBinAddr: 0x130224, symSize: 0x8 } + - { offsetInCU: 0x443B, offset: 0x16ECD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4DF4, symBinAddr: 0x130264, symSize: 0x8 } + - { offsetInCU: 0x444F, offset: 0x16ECED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4DFC, symBinAddr: 0x13026C, symSize: 0x8 } + - { offsetInCU: 0x4463, offset: 0x16ED01, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_SaySo10CGColorRefaGTg5TA', symObjAddr: 0x4F74, symBinAddr: 0x13035C, symSize: 0x8 } + - { offsetInCU: 0x4477, offset: 0x16ED15, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwCP', symObjAddr: 0x4F7C, symBinAddr: 0x130364, symSize: 0x30 } + - { offsetInCU: 0x448B, offset: 0x16ED29, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwet', symObjAddr: 0x4FBC, symBinAddr: 0x130394, symSize: 0x20 } + - { offsetInCU: 0x449F, offset: 0x16ED3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwst', symObjAddr: 0x4FDC, symBinAddr: 0x1303B4, symSize: 0x2C } + - { offsetInCU: 0x44B3, offset: 0x16ED51, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVMa', symObjAddr: 0x5008, symBinAddr: 0x1303E0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x16F617, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x130430, symSize: 0x134 } + - { offsetInCU: 0x69, offset: 0x16F659, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x130430, symSize: 0x134 } + - { offsetInCU: 0xBA, offset: 0x16F6AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwCP', symObjAddr: 0x144, symBinAddr: 0x130574, symSize: 0x60 } + - { offsetInCU: 0xCE, offset: 0x16F6BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwxx', symObjAddr: 0x1A4, symBinAddr: 0x1305D4, symSize: 0x40 } + - { offsetInCU: 0xE2, offset: 0x16F6D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwcp', symObjAddr: 0x1E4, symBinAddr: 0x130614, symSize: 0x60 } + - { offsetInCU: 0xF6, offset: 0x16F6E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwca', symObjAddr: 0x244, symBinAddr: 0x130674, symSize: 0xD8 } + - { offsetInCU: 0x10A, offset: 0x16F6FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwta', symObjAddr: 0x330, symBinAddr: 0x13074C, symSize: 0x80 } + - { offsetInCU: 0x11E, offset: 0x16F70E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwet', symObjAddr: 0x3B0, symBinAddr: 0x1307CC, symSize: 0x58 } + - { offsetInCU: 0x132, offset: 0x16F722, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwst', symObjAddr: 0x408, symBinAddr: 0x130824, symSize: 0x58 } + - { offsetInCU: 0x146, offset: 0x16F736, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwug', symObjAddr: 0x460, symBinAddr: 0x13087C, symSize: 0x18 } + - { offsetInCU: 0x15A, offset: 0x16F74A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwup', symObjAddr: 0x478, symBinAddr: 0x130894, symSize: 0x4 } + - { offsetInCU: 0x16E, offset: 0x16F75E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwui', symObjAddr: 0x47C, symBinAddr: 0x130898, symSize: 0x24 } + - { offsetInCU: 0x182, offset: 0x16F772, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOMa', symObjAddr: 0x4A0, symBinAddr: 0x1308BC, symSize: 0x10 } + - { offsetInCU: 0x1AD, offset: 0x16F79D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x134, symBinAddr: 0x130564, symSize: 0x4 } + - { offsetInCU: 0x1C9, offset: 0x16F7B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x138, symBinAddr: 0x130568, symSize: 0x4 } + - { offsetInCU: 0x1E5, offset: 0x16F7D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x13C, symBinAddr: 0x13056C, symSize: 0x4 } + - { offsetInCU: 0x201, offset: 0x16F7F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x140, symBinAddr: 0x130570, symSize: 0x4 } + - { offsetInCU: 0x5E, offset: 0x16F9A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfC', symObjAddr: 0x0, symBinAddr: 0x1308CC, symSize: 0x58 } + - { offsetInCU: 0x92, offset: 0x16F9DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc', symObjAddr: 0x58, symBinAddr: 0x130924, symSize: 0x30 } + - { offsetInCU: 0xD0, offset: 0x16FA1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfC', symObjAddr: 0x88, symBinAddr: 0x130954, symSize: 0xA8 } + - { offsetInCU: 0x123, offset: 0x16FA6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc', symObjAddr: 0x130, symBinAddr: 0x1309FC, symSize: 0x94 } + - { offsetInCU: 0x161, offset: 0x16FAAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg', symObjAddr: 0x1C4, symBinAddr: 0x130A90, symSize: 0x30 } + - { offsetInCU: 0x1AC, offset: 0x16FAF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs', symObjAddr: 0x1F4, symBinAddr: 0x130AC0, symSize: 0x4C } + - { offsetInCU: 0x1F2, offset: 0x16FB3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM', symObjAddr: 0x240, symBinAddr: 0x130B0C, symSize: 0x40 } + - { offsetInCU: 0x221, offset: 0x16FB6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x280, symBinAddr: 0x130B4C, symSize: 0x34 } + - { offsetInCU: 0x260, offset: 0x16FBAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9valueTypeypXpvg', symObjAddr: 0x2B4, symBinAddr: 0x130B80, symSize: 0xC } + - { offsetInCU: 0x28B, offset: 0x16FBD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg', symObjAddr: 0x2C0, symBinAddr: 0x130B8C, symSize: 0xA0 } + - { offsetInCU: 0x2D8, offset: 0x16FC23, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x360, symBinAddr: 0x130C2C, symSize: 0x2C } + - { offsetInCU: 0x33E, offset: 0x16FC89, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x38C, symBinAddr: 0x130C58, symSize: 0x18 } + - { offsetInCU: 0x361, offset: 0x16FCAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfd', symObjAddr: 0x3A4, symBinAddr: 0x130C70, symSize: 0x24 } + - { offsetInCU: 0x39C, offset: 0x16FCE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfD', symObjAddr: 0x3C8, symBinAddr: 0x130C94, symSize: 0x2C } + - { offsetInCU: 0x3DF, offset: 0x16FD2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x3F4, symBinAddr: 0x130CC0, symSize: 0x20 } + - { offsetInCU: 0x3FB, offset: 0x16FD46, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x414, symBinAddr: 0x130CE0, symSize: 0xC } + - { offsetInCU: 0x441, offset: 0x16FD8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x420, symBinAddr: 0x130CEC, symSize: 0x1C } + - { offsetInCU: 0x476, offset: 0x16FDC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfcTf4gn_n', symObjAddr: 0x500, symBinAddr: 0x130DCC, symSize: 0x104 } + - { offsetInCU: 0x4ED, offset: 0x16FE38, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x43C, symBinAddr: 0x130D08, symSize: 0x60 } + - { offsetInCU: 0x552, offset: 0x16FE9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x49C, symBinAddr: 0x130D68, symSize: 0x64 } + - { offsetInCU: 0x599, offset: 0x16FEE4, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOe', symObjAddr: 0x604, symBinAddr: 0x130ED0, symSize: 0x10 } + - { offsetInCU: 0x5AD, offset: 0x16FEF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x694, symBinAddr: 0x130F0C, symSize: 0x30 } + - { offsetInCU: 0x5F5, offset: 0x16FF40, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x734, symBinAddr: 0x130F3C, symSize: 0xC } + - { offsetInCU: 0x609, offset: 0x16FF54, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCMa', symObjAddr: 0x7D4, symBinAddr: 0x130FDC, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x170123, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x131018, symSize: 0xA4 } + - { offsetInCU: 0x4B, offset: 0x170147, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x131018, symSize: 0xA4 } + - { offsetInCU: 0xA9, offset: 0x1701A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC16hasRenderUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0xA4, symBinAddr: 0x1310BC, symSize: 0xA0 } + - { offsetInCU: 0xE8, offset: 0x1701E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16hasRenderUpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x144, symBinAddr: 0x13115C, symSize: 0x24 } + - { offsetInCU: 0x122, offset: 0x17021E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCfD', symObjAddr: 0x168, symBinAddr: 0x131180, symSize: 0x24 } + - { offsetInCU: 0x16D, offset: 0x170269, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP03hasD7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x1AC, symBinAddr: 0x1311C4, symSize: 0x2C } + - { offsetInCU: 0x1B6, offset: 0x1702B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x1D8, symBinAddr: 0x1311F0, symSize: 0x90 } + - { offsetInCU: 0x21A, offset: 0x170316, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x268, symBinAddr: 0x131280, symSize: 0xC } + - { offsetInCU: 0x24D, offset: 0x170349, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCMa', symObjAddr: 0x18C, symBinAddr: 0x1311A4, symSize: 0x20 } + - { offsetInCU: 0x73, offset: 0x17052D, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x13129C, symSize: 0x50 } + - { offsetInCU: 0xA7, offset: 0x170561, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc', symObjAddr: 0x50, symBinAddr: 0x1312EC, symSize: 0x30 } + - { offsetInCU: 0xC8, offset: 0x170582, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTo', symObjAddr: 0x80, symBinAddr: 0x13131C, symSize: 0xC8 } + - { offsetInCU: 0x149, offset: 0x170603, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfC', symObjAddr: 0x148, symBinAddr: 0x1313E4, symSize: 0x4C } + - { offsetInCU: 0x190, offset: 0x17064A, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc', symObjAddr: 0x194, symBinAddr: 0x131430, symSize: 0x4C } + - { offsetInCU: 0x1B9, offset: 0x170673, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfcTo', symObjAddr: 0x1E0, symBinAddr: 0x13147C, symSize: 0x68 } + - { offsetInCU: 0x1FE, offset: 0x1706B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg', symObjAddr: 0x248, symBinAddr: 0x1314E4, symSize: 0x14 } + - { offsetInCU: 0x22B, offset: 0x1706E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfC', symObjAddr: 0x25C, symBinAddr: 0x1314F8, symSize: 0x20 } + - { offsetInCU: 0x249, offset: 0x170703, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfc', symObjAddr: 0x27C, symBinAddr: 0x131518, symSize: 0x2C } + - { offsetInCU: 0x2AC, offset: 0x170766, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfcTo', symObjAddr: 0x2A8, symBinAddr: 0x131544, symSize: 0x2C } + - { offsetInCU: 0x313, offset: 0x1707CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfD', symObjAddr: 0x2D4, symBinAddr: 0x131570, symSize: 0x34 } + - { offsetInCU: 0x340, offset: 0x1707FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTf4gn_n', symObjAddr: 0x318, symBinAddr: 0x1315B4, symSize: 0xA8 } + - { offsetInCU: 0x3E5, offset: 0x17089F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfETo', symObjAddr: 0x308, symBinAddr: 0x1315A4, symSize: 0x10 } + - { offsetInCU: 0x414, offset: 0x1708CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCMa', symObjAddr: 0x3C0, symBinAddr: 0x13165C, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x170A5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x131698, symSize: 0x3F8 } + - { offsetInCU: 0x4F, offset: 0x170A7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x131698, symSize: 0x3F8 } + - { offsetInCU: 0x19F, offset: 0x170BCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCfD', symObjAddr: 0x3F8, symBinAddr: 0x131A90, symSize: 0x34 } + - { offsetInCU: 0x1EA, offset: 0x170C19, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x44C, symBinAddr: 0x131AE4, symSize: 0x24 } + - { offsetInCU: 0x215, offset: 0x170C44, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x470, symBinAddr: 0x131B08, symSize: 0x2C } + - { offsetInCU: 0x256, offset: 0x170C85, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x49C, symBinAddr: 0x131B34, symSize: 0xC } + - { offsetInCU: 0x289, offset: 0x170CB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCMa', symObjAddr: 0x42C, symBinAddr: 0x131AC4, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x170E9A, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE30createParentDirectoryStructure3fory10Foundation3URLV_tKF', symObjAddr: 0x0, symBinAddr: 0x131B40, symSize: 0x134 } + - { offsetInCU: 0xAA, offset: 0x170F05, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DateV6LottieE8dateTimeACs6UInt16V_AGt_tcfC', symObjAddr: 0x134, symBinAddr: 0x131C74, symSize: 0x9C } + - { offsetInCU: 0x236, offset: 0x171091, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x1D0, symBinAddr: 0x131D10, symSize: 0x68 } + - { offsetInCU: 0x33D, offset: 0x171198, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x238, symBinAddr: 0x131D78, symSize: 0xF4 } + - { offsetInCU: 0x6AB, offset: 0x171506, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nnncn_n', symObjAddr: 0x32C, symBinAddr: 0x131E6C, symSize: 0x958 } + - { offsetInCU: 0xA77, offset: 0x1718D2, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6i114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5J10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xC84, symBinAddr: 0x1327C4, symSize: 0x330 } + - { offsetInCU: 0xC3D, offset: 0x171A98, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xFB4, symBinAddr: 0x132AF4, symSize: 0x294 } + - { offsetInCU: 0xE2A, offset: 0x171C85, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0x1248, symBinAddr: 0x132D88, symSize: 0x154 } + - { offsetInCU: 0xF90, offset: 0x171DEB, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6g114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5H10V_ATtXEfU_Tf1nnnnc_n', symObjAddr: 0x139C, symBinAddr: 0x132EDC, symSize: 0x444 } + - { offsetInCU: 0x1004, offset: 0x171E5F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSnySiG_Tgq5', symObjAddr: 0x17E0, symBinAddr: 0x133320, symSize: 0x14 } + - { offsetInCU: 0x103D, offset: 0x171E98, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tgq5', symObjAddr: 0x17F4, symBinAddr: 0x133334, symSize: 0xFC } + - { offsetInCU: 0x10CF, offset: 0x171F2A, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie5EntryV_Tg5', symObjAddr: 0x18F0, symBinAddr: 0x133430, symSize: 0x14 } + - { offsetInCU: 0x10FC, offset: 0x171F57, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE11permissions3for6osType05entryG0s6UInt16Vs6UInt32V_AC5EntryV6OSTypeOAM0kG0OtFZTf4nnnd_n', symObjAddr: 0x1904, symBinAddr: 0x133444, symSize: 0x70 } + - { offsetInCU: 0x124A, offset: 0x1720A5, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE10attributes4fromSDySo0A12AttributeKeyaypGAC5EntryV_tFZTf4nd_n', symObjAddr: 0x1974, symBinAddr: 0x1334B4, symSize: 0x2BC } + - { offsetInCU: 0x16FF, offset: 0x17255A, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFTf4nnnnnd_n', symObjAddr: 0x1C30, symBinAddr: 0x133770, symSize: 0xD58 } + - { offsetInCU: 0x1DA7, offset: 0x172C02, size: 0x8, addend: 0x0, symName: '_$s10Foundation10CocoaErrorVAcA21_BridgedStoredNSErrorAAWl', symObjAddr: 0x29C8, symBinAddr: 0x1344C8, symSize: 0x48 } + - { offsetInCU: 0x1DBB, offset: 0x172C16, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOc', symObjAddr: 0x2A10, symBinAddr: 0x134510, symSize: 0x48 } + - { offsetInCU: 0x1DCF, offset: 0x172C2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOr', symObjAddr: 0x2A9C, symBinAddr: 0x134558, symSize: 0x100 } + - { offsetInCU: 0x1DE3, offset: 0x172C3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOs', symObjAddr: 0x2C14, symBinAddr: 0x134658, symSize: 0x100 } + - { offsetInCU: 0x27, offset: 0x173194, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x13479C, symSize: 0x124 } + - { offsetInCU: 0x4B, offset: 0x1731B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x13479C, symSize: 0x124 } + - { offsetInCU: 0xAD, offset: 0x17321A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfcTo', symObjAddr: 0x124, symBinAddr: 0x1348C0, symSize: 0x4C } + - { offsetInCU: 0xF3, offset: 0x173260, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x170, symBinAddr: 0x13490C, symSize: 0x58 } + - { offsetInCU: 0x13A, offset: 0x1732A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x1C8, symBinAddr: 0x134964, symSize: 0x12C } + - { offsetInCU: 0x268, offset: 0x1733D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x2F4, symBinAddr: 0x134A90, symSize: 0x50 } + - { offsetInCU: 0x2A2, offset: 0x17340F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCACycfcTo', symObjAddr: 0x344, symBinAddr: 0x134AE0, symSize: 0x2C } + - { offsetInCU: 0x309, offset: 0x173476, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfD', symObjAddr: 0x370, symBinAddr: 0x134B0C, symSize: 0x34 } + - { offsetInCU: 0x3F7, offset: 0x173564, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfETo', symObjAddr: 0x3A4, symBinAddr: 0x134B40, symSize: 0x10 } + - { offsetInCU: 0x426, offset: 0x173593, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCMa', symObjAddr: 0x3B4, symBinAddr: 0x134B50, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x173792, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x134B70, symSize: 0x1F0 } + - { offsetInCU: 0x3F, offset: 0x1737AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x134B70, symSize: 0x1F0 } + - { offsetInCU: 0xCF, offset: 0x17383A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF', symObjAddr: 0x23C, symBinAddr: 0x134D60, symSize: 0x12C } + - { offsetInCU: 0x11A, offset: 0x173885, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x368, symBinAddr: 0x134E8C, symSize: 0x14 } + - { offsetInCU: 0x13D, offset: 0x1738A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x37C, symBinAddr: 0x134EA0, symSize: 0x14 } + - { offsetInCU: 0x1D9, offset: 0x173944, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV5valueACyp_tKcfC', symObjAddr: 0x390, symBinAddr: 0x134EB4, symSize: 0x1AC } + - { offsetInCU: 0x4C, offset: 0x173F69, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ', symObjAddr: 0x4378, symBinAddr: 0x1E9DB8, symSize: 0x0 } + - { offsetInCU: 0x5A, offset: 0x173F77, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x4, symBinAddr: 0x135084, symSize: 0xC } + - { offsetInCU: 0x6E, offset: 0x173F8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x770, symBinAddr: 0x1357F0, symSize: 0x244 } + - { offsetInCU: 0x130, offset: 0x17404D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x10, symBinAddr: 0x135090, symSize: 0x4 } + - { offsetInCU: 0x144, offset: 0x174061, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0xC48, symBinAddr: 0x135CC8, symSize: 0x22C } + - { offsetInCU: 0x1E6, offset: 0x174103, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ', symObjAddr: 0x14, symBinAddr: 0x135094, symSize: 0x268 } + - { offsetInCU: 0x259, offset: 0x174176, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_', symObjAddr: 0x1CD8, symBinAddr: 0x136D58, symSize: 0x4FC } + - { offsetInCU: 0x3AF, offset: 0x1742CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_', symObjAddr: 0x21D4, symBinAddr: 0x137254, symSize: 0xC4 } + - { offsetInCU: 0x410, offset: 0x17432D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x27C, symBinAddr: 0x1352FC, symSize: 0x4 } + - { offsetInCU: 0x424, offset: 0x174341, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x10E0, symBinAddr: 0x136160, symSize: 0x720 } + - { offsetInCU: 0x5B3, offset: 0x1744D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ', symObjAddr: 0x280, symBinAddr: 0x135300, symSize: 0x18 } + - { offsetInCU: 0x5C7, offset: 0x1744E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ', symObjAddr: 0x298, symBinAddr: 0x135318, symSize: 0x18 } + - { offsetInCU: 0x5DB, offset: 0x1744F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_', symObjAddr: 0x2B0, symBinAddr: 0x135330, symSize: 0xD8 } + - { offsetInCU: 0x6F1, offset: 0x17460E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ', symObjAddr: 0x388, symBinAddr: 0x135408, symSize: 0x124 } + - { offsetInCU: 0x7B7, offset: 0x1746D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x3230, symBinAddr: 0x1381CC, symSize: 0x33C } + - { offsetInCU: 0x8C9, offset: 0x1747E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x356C, symBinAddr: 0x138508, symSize: 0x3C4 } + - { offsetInCU: 0xB3B, offset: 0x174A58, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0x4AC, symBinAddr: 0x13552C, symSize: 0x24 } + - { offsetInCU: 0xC99, offset: 0x174BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0x4D0, symBinAddr: 0x135550, symSize: 0x1E4 } + - { offsetInCU: 0xDFE, offset: 0x174D1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x6B4, symBinAddr: 0x135734, symSize: 0x7C } + - { offsetInCU: 0xEF0, offset: 0x174E0D, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ', symObjAddr: 0x730, symBinAddr: 0x1357B0, symSize: 0x40 } + - { offsetInCU: 0xF1E, offset: 0x174E3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ', symObjAddr: 0x9E4, symBinAddr: 0x135A64, symSize: 0x1C } + - { offsetInCU: 0xFDF, offset: 0x174EFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xA00, symBinAddr: 0x135A80, symSize: 0x1CC } + - { offsetInCU: 0x1101, offset: 0x17501E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0xBCC, symBinAddr: 0x135C4C, symSize: 0x7C } + - { offsetInCU: 0x11D5, offset: 0x1750F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xE74, symBinAddr: 0x135EF4, symSize: 0x20 } + - { offsetInCU: 0x12B6, offset: 0x1751D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xE94, symBinAddr: 0x135F14, symSize: 0x1D0 } + - { offsetInCU: 0x13FA, offset: 0x175317, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1064, symBinAddr: 0x1360E4, symSize: 0x7C } + - { offsetInCU: 0x1590, offset: 0x1754AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ', symObjAddr: 0x1800, symBinAddr: 0x136880, symSize: 0x6C } + - { offsetInCU: 0x171A, offset: 0x175637, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTY0_', symObjAddr: 0x186C, symBinAddr: 0x1368EC, symSize: 0x3D4 } + - { offsetInCU: 0x18F7, offset: 0x175814, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1C40, symBinAddr: 0x136CC0, symSize: 0x98 } + - { offsetInCU: 0x19EB, offset: 0x175908, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ', symObjAddr: 0x2298, symBinAddr: 0x137318, symSize: 0x4 } + - { offsetInCU: 0x19FF, offset: 0x17591C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x229C, symBinAddr: 0x13731C, symSize: 0x3B0 } + - { offsetInCU: 0x1AEC, offset: 0x175A09, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ', symObjAddr: 0x264C, symBinAddr: 0x1376CC, symSize: 0x20 } + - { offsetInCU: 0x1BD3, offset: 0x175AF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTY0_', symObjAddr: 0x266C, symBinAddr: 0x1376EC, symSize: 0x198 } + - { offsetInCU: 0x1CD1, offset: 0x175BEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTQ1_', symObjAddr: 0x2804, symBinAddr: 0x137884, symSize: 0x7C } + - { offsetInCU: 0x1DB5, offset: 0x175CD2, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0_WZ', symObjAddr: 0x28EC, symBinAddr: 0x13796C, symSize: 0x18C } + - { offsetInCU: 0x1DFD, offset: 0x175D1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnnd_n', symObjAddr: 0x2A78, symBinAddr: 0x137AF8, symSize: 0x224 } + - { offsetInCU: 0x1EA6, offset: 0x175DC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x2C9C, symBinAddr: 0x137D1C, symSize: 0x1FC } + - { offsetInCU: 0x1F2F, offset: 0x175E4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOc', symObjAddr: 0x2E98, symBinAddr: 0x137F18, symSize: 0x48 } + - { offsetInCU: 0x1F43, offset: 0x175E60, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOh', symObjAddr: 0x2F20, symBinAddr: 0x137F60, symSize: 0x40 } + - { offsetInCU: 0x1F57, offset: 0x175E74, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2FD0, symBinAddr: 0x137FA8, symSize: 0x10 } + - { offsetInCU: 0x1F6B, offset: 0x175E88, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2FE0, symBinAddr: 0x137FB8, symSize: 0x8 } + - { offsetInCU: 0x1F7F, offset: 0x175E9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnd_n', symObjAddr: 0x3024, symBinAddr: 0x137FC0, symSize: 0x20C } + - { offsetInCU: 0x2018, offset: 0x175F35, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x3B14, symBinAddr: 0x138A60, symSize: 0x1F4 } + - { offsetInCU: 0x20A8, offset: 0x175FC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadOMa', symObjAddr: 0x3D74, symBinAddr: 0x138CC0, symSize: 0x10 } + - { offsetInCU: 0x20BC, offset: 0x175FD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x3DFC, symBinAddr: 0x138D04, symSize: 0x10 } + - { offsetInCU: 0x20D0, offset: 0x175FED, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_TA', symObjAddr: 0x3EA4, symBinAddr: 0x138D2C, symSize: 0xC } + - { offsetInCU: 0x20E4, offset: 0x176001, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x3EB0, symBinAddr: 0x138D38, symSize: 0x8 } + - { offsetInCU: 0x20F8, offset: 0x176015, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x3EFC, symBinAddr: 0x138D84, symSize: 0x14 } + - { offsetInCU: 0x210C, offset: 0x176029, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOACs0C0AAWl', symObjAddr: 0x3F60, symBinAddr: 0x138DE8, symSize: 0x44 } + - { offsetInCU: 0x2120, offset: 0x17603D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_TA', symObjAddr: 0x40AC, symBinAddr: 0x138F34, symSize: 0x4C } + - { offsetInCU: 0x2134, offset: 0x176051, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4134, symBinAddr: 0x138FBC, symSize: 0x10 } + - { offsetInCU: 0x2148, offset: 0x176065, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOe', symObjAddr: 0x4148, symBinAddr: 0x138FD0, symSize: 0xC } + - { offsetInCU: 0x215C, offset: 0x176079, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOy', symObjAddr: 0x4158, symBinAddr: 0x138FE0, symSize: 0xC } + - { offsetInCU: 0x2170, offset: 0x17608D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x41B0, symBinAddr: 0x139038, symSize: 0x18 } + - { offsetInCU: 0x43, offset: 0x17646F, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMi', symObjAddr: 0x0, symBinAddr: 0x1391A4, symSize: 0x4 } + - { offsetInCU: 0x57, offset: 0x176483, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMr', symObjAddr: 0x4, symBinAddr: 0x1391A8, symSize: 0x78 } + - { offsetInCU: 0xA1, offset: 0x1764CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC8strategyAA0bcD8StrategyOvs', symObjAddr: 0x7C, symBinAddr: 0x139220, symSize: 0x54 } + - { offsetInCU: 0x12B, offset: 0x176557, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC12proposedSizeSo6CGSizeVvs', symObjAddr: 0xD0, symBinAddr: 0x139274, symSize: 0x4C } + - { offsetInCU: 0x18F, offset: 0x1765BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC19measuredFittingSizeSo6CGSizeVvg', symObjAddr: 0x11C, symBinAddr: 0x1392C0, symSize: 0x34 } + - { offsetInCU: 0x1BC, offset: 0x1765E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyF', symObjAddr: 0x150, symBinAddr: 0x1392F4, symSize: 0x64 } + - { offsetInCU: 0x1F8, offset: 0x176624, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16setUpConstraints33_F565762597C0825EC266BB3D57FF8E36LLyyF', symObjAddr: 0x1B4, symBinAddr: 0x139358, symSize: 0x46C } + - { offsetInCU: 0x4D7, offset: 0x176903, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfc', symObjAddr: 0x620, symBinAddr: 0x1397C4, symSize: 0xD8 } + - { offsetInCU: 0x51B, offset: 0x176947, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfcTo', symObjAddr: 0x6F8, symBinAddr: 0x13989C, symSize: 0x24 } + - { offsetInCU: 0x537, offset: 0x176963, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC11measureView33_F565762597C0825EC266BB3D57FF8E36LLSo6CGSizeVyF', symObjAddr: 0x71C, symBinAddr: 0x1398C0, symSize: 0x1F8 } + - { offsetInCU: 0x6C6, offset: 0x176AF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x914, symBinAddr: 0x139AB8, symSize: 0x20 } + - { offsetInCU: 0x6E2, offset: 0x176B0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvg', symObjAddr: 0x934, symBinAddr: 0x139AD8, symSize: 0x14 } + - { offsetInCU: 0x70F, offset: 0x176B3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyF', symObjAddr: 0x948, symBinAddr: 0x139AEC, symSize: 0xA0 } + - { offsetInCU: 0x73E, offset: 0x176B6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyFTo', symObjAddr: 0x9E8, symBinAddr: 0x139B8C, symSize: 0x28 } + - { offsetInCU: 0x75A, offset: 0x176B86, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyFTo', symObjAddr: 0xA10, symBinAddr: 0x139BB4, symSize: 0x28 } + - { offsetInCU: 0x776, offset: 0x176BA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16resolvedStrategy33_F565762597C0825EC266BB3D57FF8E36LLAA08ResolvedbcdF0AELLOvg', symObjAddr: 0xA38, symBinAddr: 0x139BDC, symSize: 0x19C } + - { offsetInCU: 0x86C, offset: 0x176C98, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTo', symObjAddr: 0xD60, symBinAddr: 0x139F04, symSize: 0x1C } + - { offsetInCU: 0x8AC, offset: 0x176CD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfD', symObjAddr: 0xD7C, symBinAddr: 0x139F20, symSize: 0x34 } + - { offsetInCU: 0x8D9, offset: 0x176D05, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC21prioritizeConstraints33_F565762597C0825EC266BB3D57FF8E36LL_8strategyySDySo17NSLayoutAttributeVSo0O10ConstraintCG_AA08ResolvedbcD8StrategyAELLOtFTf4nnd_n', symObjAddr: 0x1130, symBinAddr: 0x13A2B0, symSize: 0x14C } + - { offsetInCU: 0x9C0, offset: 0x176DEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfcTf4gnn_n', symObjAddr: 0x127C, symBinAddr: 0x13A3FC, symSize: 0x174 } + - { offsetInCU: 0xA3A, offset: 0x176E66, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfCTf4gnn_n', symObjAddr: 0x13F0, symBinAddr: 0x13A570, symSize: 0x40 } + - { offsetInCU: 0xA6E, offset: 0x176E9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTf4dd_n', symObjAddr: 0x14B8, symBinAddr: 0x13A5E8, symSize: 0x2C } + - { offsetInCU: 0xAF6, offset: 0x176F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1070, symBinAddr: 0x13A1F0, symSize: 0x14 } + - { offsetInCU: 0xB85, offset: 0x176FB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x1084, symBinAddr: 0x13A204, symSize: 0x44 } + - { offsetInCU: 0xC68, offset: 0x177094, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x10C8, symBinAddr: 0x13A248, symSize: 0x28 } + - { offsetInCU: 0xF0B, offset: 0x177337, size: 0x8, addend: 0x0, symName: '_$sSo6UIViewC6LottieE32containsDoubleLayoutPassSubviews33_F565762597C0825EC266BB3D57FF8E36LLSbyF', symObjAddr: 0xBD4, symBinAddr: 0x139D78, symSize: 0x18C } + - { offsetInCU: 0x10B3, offset: 0x1774DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfETo', symObjAddr: 0xDB0, symBinAddr: 0x139F54, symSize: 0x38 } + - { offsetInCU: 0x10E2, offset: 0x17750E, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMa', symObjAddr: 0xDE8, symBinAddr: 0x139F8C, symSize: 0xC } + - { offsetInCU: 0x10F6, offset: 0x177522, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwet', symObjAddr: 0xE0C, symBinAddr: 0x139F98, symSize: 0x20 } + - { offsetInCU: 0x110A, offset: 0x177536, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwst', symObjAddr: 0xE2C, symBinAddr: 0x139FB8, symSize: 0x30 } + - { offsetInCU: 0x111E, offset: 0x17754A, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwug', symObjAddr: 0xE5C, symBinAddr: 0x139FE8, symSize: 0x1C } + - { offsetInCU: 0x1132, offset: 0x17755E, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwup', symObjAddr: 0xE78, symBinAddr: 0x13A004, symSize: 0x4 } + - { offsetInCU: 0x1146, offset: 0x177572, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwui', symObjAddr: 0xE7C, symBinAddr: 0x13A008, symSize: 0x20 } + - { offsetInCU: 0x115A, offset: 0x177586, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOMa', symObjAddr: 0xE9C, symBinAddr: 0x13A028, symSize: 0x10 } + - { offsetInCU: 0x116E, offset: 0x17759A, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwet', symObjAddr: 0xEB8, symBinAddr: 0x13A038, symSize: 0x90 } + - { offsetInCU: 0x1182, offset: 0x1775AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwst', symObjAddr: 0xF48, symBinAddr: 0x13A0C8, symSize: 0xBC } + - { offsetInCU: 0x1196, offset: 0x1775C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwug', symObjAddr: 0x1004, symBinAddr: 0x13A184, symSize: 0x8 } + - { offsetInCU: 0x11AA, offset: 0x1775D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwup', symObjAddr: 0x100C, symBinAddr: 0x13A18C, symSize: 0x4 } + - { offsetInCU: 0x11BE, offset: 0x1775EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwui', symObjAddr: 0x1010, symBinAddr: 0x13A190, symSize: 0x8 } + - { offsetInCU: 0x11D2, offset: 0x1775FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOMa', symObjAddr: 0x1018, symBinAddr: 0x13A198, symSize: 0x10 } + - { offsetInCU: 0x11E6, offset: 0x177612, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASQWb', symObjAddr: 0x1028, symBinAddr: 0x13A1A8, symSize: 0x4 } + - { offsetInCU: 0x11FA, offset: 0x177626, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOACSQAAWl', symObjAddr: 0x102C, symBinAddr: 0x13A1AC, symSize: 0x44 } + - { offsetInCU: 0x1350, offset: 0x17777C, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x10F0, symBinAddr: 0x13A270, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x177AAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x13A614, symSize: 0x29C } + - { offsetInCU: 0xCE, offset: 0x177B54, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x13A614, symSize: 0x29C } + - { offsetInCU: 0x219, offset: 0x177C9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO8rawValueSSvg', symObjAddr: 0x29C, symBinAddr: 0x13A8B0, symSize: 0x18 } + - { offsetInCU: 0x252, offset: 0x177CD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2B4, symBinAddr: 0x13A8C8, symSize: 0x18 } + - { offsetInCU: 0x280, offset: 0x177D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2B4, symBinAddr: 0x13A8C8, symSize: 0x18 } + - { offsetInCU: 0x2D2, offset: 0x177D58, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2F0, symBinAddr: 0x13A904, symSize: 0x64 } + - { offsetInCU: 0x338, offset: 0x177DBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x354, symBinAddr: 0x13A968, symSize: 0x28 } + - { offsetInCU: 0x354, offset: 0x177DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x37C, symBinAddr: 0x13A990, symSize: 0x8 } + - { offsetInCU: 0x38A, offset: 0x177E10, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x384, symBinAddr: 0x13A998, symSize: 0x68 } + - { offsetInCU: 0x40F, offset: 0x177E95, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x3EC, symBinAddr: 0x13AA00, symSize: 0xC } + - { offsetInCU: 0x42B, offset: 0x177EB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x3F8, symBinAddr: 0x13AA0C, symSize: 0xC } + - { offsetInCU: 0x466, offset: 0x177EEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCfD', symObjAddr: 0x454, symBinAddr: 0x13AA68, symSize: 0x24 } + - { offsetInCU: 0x4B1, offset: 0x177F37, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC6encode2toys7Encoder_p_tKF', symObjAddr: 0x498, symBinAddr: 0x13AAAC, symSize: 0x15C } + - { offsetInCU: 0x4F0, offset: 0x177F76, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x5F4, symBinAddr: 0x13AC08, symSize: 0x1DC } + - { offsetInCU: 0x545, offset: 0x177FCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7D0, symBinAddr: 0x13ADE4, symSize: 0x54 } + - { offsetInCU: 0x57C, offset: 0x178002, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x824, symBinAddr: 0x13AE38, symSize: 0x20 } + - { offsetInCU: 0x5A0, offset: 0x178026, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCMa', symObjAddr: 0x478, symBinAddr: 0x13AA8C, symSize: 0x20 } + - { offsetInCU: 0x5B4, offset: 0x17803A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x8A8, symBinAddr: 0x13AE58, symSize: 0x44 } + - { offsetInCU: 0x5C8, offset: 0x17804E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwet', symObjAddr: 0xA24, symBinAddr: 0x13AE9C, symSize: 0x90 } + - { offsetInCU: 0x5DC, offset: 0x178062, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwst', symObjAddr: 0xAB4, symBinAddr: 0x13AF2C, symSize: 0xBC } + - { offsetInCU: 0x5F0, offset: 0x178076, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwug', symObjAddr: 0xB70, symBinAddr: 0x13AFE8, symSize: 0x8 } + - { offsetInCU: 0x604, offset: 0x17808A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwup', symObjAddr: 0xB78, symBinAddr: 0x13AFF0, symSize: 0x4 } + - { offsetInCU: 0x618, offset: 0x17809E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwui', symObjAddr: 0xB7C, symBinAddr: 0x13AFF4, symSize: 0x8 } + - { offsetInCU: 0x62C, offset: 0x1780B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOMa', symObjAddr: 0xB84, symBinAddr: 0x13AFFC, symSize: 0x10 } + - { offsetInCU: 0x640, offset: 0x1780C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASQWb', symObjAddr: 0xB94, symBinAddr: 0x13B00C, symSize: 0x4 } + - { offsetInCU: 0x654, offset: 0x1780DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAESQAAWl', symObjAddr: 0xB98, symBinAddr: 0x13B010, symSize: 0x44 } + - { offsetInCU: 0x668, offset: 0x1780EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xBDC, symBinAddr: 0x13B054, symSize: 0x4 } + - { offsetInCU: 0x67C, offset: 0x178102, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xBE0, symBinAddr: 0x13B058, symSize: 0x44 } + - { offsetInCU: 0x690, offset: 0x178116, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC24, symBinAddr: 0x13B09C, symSize: 0x4 } + - { offsetInCU: 0x6A4, offset: 0x17812A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xC28, symBinAddr: 0x13B0A0, symSize: 0x44 } + - { offsetInCU: 0x704, offset: 0x17818A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2CC, symBinAddr: 0x13A8E0, symSize: 0xC } + - { offsetInCU: 0x720, offset: 0x1781A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2D8, symBinAddr: 0x13A8EC, symSize: 0x8 } + - { offsetInCU: 0x73C, offset: 0x1781C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x13A8F4, symSize: 0x8 } + - { offsetInCU: 0x758, offset: 0x1781DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E8, symBinAddr: 0x13A8FC, symSize: 0x8 } + - { offsetInCU: 0x77A, offset: 0x178200, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x404, symBinAddr: 0x13AA18, symSize: 0x28 } + - { offsetInCU: 0x796, offset: 0x17821C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x42C, symBinAddr: 0x13AA40, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1783B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x13B0FC, symSize: 0x548 } + - { offsetInCU: 0x1CF, offset: 0x178559, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x13B0FC, symSize: 0x548 } + - { offsetInCU: 0x4FB, offset: 0x178885, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03setB0_11updateFrameyAA06BezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x548, symBinAddr: 0x13B644, symSize: 0xC8 } + - { offsetInCU: 0x61C, offset: 0x1789A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC06appendB0_11updateFrameyAA014CompoundBezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x610, symBinAddr: 0x13B70C, symSize: 0xDC } + - { offsetInCU: 0x775, offset: 0x178AFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCfD', symObjAddr: 0x6EC, symBinAddr: 0x13B7E8, symSize: 0x34 } + - { offsetInCU: 0x7B8, offset: 0x178B42, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x740, symBinAddr: 0x13B83C, symSize: 0x24 } + - { offsetInCU: 0x7E3, offset: 0x178B6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP06outputB0So9CGPathRefaSgvgTW', symObjAddr: 0x764, symBinAddr: 0x13B860, symSize: 0x2C } + - { offsetInCU: 0x824, offset: 0x178BAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x790, symBinAddr: 0x13B88C, symSize: 0xC } + - { offsetInCU: 0x8F1, offset: 0x178C7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCMa', symObjAddr: 0x720, symBinAddr: 0x13B81C, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x178F60, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0xC, symBinAddr: 0x13B89C, symSize: 0x3C } + - { offsetInCU: 0x5D, offset: 0x178F96, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0xC, symBinAddr: 0x13B89C, symSize: 0x3C } + - { offsetInCU: 0x2B, offset: 0x17913F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x13B920, symSize: 0xBC } + - { offsetInCU: 0x8B, offset: 0x17919F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x13B920, symSize: 0xBC } + - { offsetInCU: 0x12F, offset: 0x179243, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xBC, symBinAddr: 0x13B9DC, symSize: 0xAC } + - { offsetInCU: 0x19A, offset: 0x1792AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x168, symBinAddr: 0x13BA88, symSize: 0x230 } + - { offsetInCU: 0x3DF, offset: 0x1794F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x398, symBinAddr: 0x13BCB8, symSize: 0x44 } + - { offsetInCU: 0x45E, offset: 0x179572, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfD', symObjAddr: 0x3F8, symBinAddr: 0x13BD18, symSize: 0x34 } + - { offsetInCU: 0x4CE, offset: 0x1795E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x44C, symBinAddr: 0x13BD6C, symSize: 0xC } + - { offsetInCU: 0x500, offset: 0x179614, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0x458, symBinAddr: 0x13BD78, symSize: 0x20 } + - { offsetInCU: 0x546, offset: 0x17965A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x478, symBinAddr: 0x13BD98, symSize: 0x14 } + - { offsetInCU: 0x5A0, offset: 0x1796B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x48C, symBinAddr: 0x13BDAC, symSize: 0x4 } + - { offsetInCU: 0x5BC, offset: 0x1796D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x490, symBinAddr: 0x13BDB0, symSize: 0x20 } + - { offsetInCU: 0x71A, offset: 0x17982E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfE', symObjAddr: 0x3DC, symBinAddr: 0x13BCFC, symSize: 0x1C } + - { offsetInCU: 0x747, offset: 0x17985B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCMa', symObjAddr: 0x42C, symBinAddr: 0x13BD4C, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x179B0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x13BDD0, symSize: 0x34 } + - { offsetInCU: 0x6D, offset: 0x179B4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x13BDD0, symSize: 0x34 } + - { offsetInCU: 0xB1, offset: 0x179B92, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCMa', symObjAddr: 0x34, symBinAddr: 0x13BE04, symSize: 0x20 } + - { offsetInCU: 0x1AC, offset: 0x179E74, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtFAA10BezierPathV_Tg5', symObjAddr: 0x228, symBinAddr: 0x13C04C, symSize: 0xBC } + - { offsetInCU: 0x2D1, offset: 0x179F99, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0x0, symBinAddr: 0x13BE24, symSize: 0x124 } + - { offsetInCU: 0x39A, offset: 0x17A062, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A8Vector1DV_Tg5', symObjAddr: 0x124, symBinAddr: 0x13BF48, symSize: 0x104 } + - { offsetInCU: 0x64A, offset: 0x17A312, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfc', symObjAddr: 0x990, symBinAddr: 0x13C7B4, symSize: 0x428 } + - { offsetInCU: 0x9C2, offset: 0x17A68A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5layerADyp_tcfcTo', symObjAddr: 0xDD4, symBinAddr: 0x13CBF8, symSize: 0xF8 } + - { offsetInCU: 0xA43, offset: 0x17A70B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xECC, symBinAddr: 0x13CCF0, symSize: 0xAC } + - { offsetInCU: 0xA9A, offset: 0x17A762, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC15updateWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF78, symBinAddr: 0x13CD9C, symSize: 0x3D0 } + - { offsetInCU: 0xDB8, offset: 0x17AA80, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCADycfcTo', symObjAddr: 0x1348, symBinAddr: 0x13D16C, symSize: 0x2C } + - { offsetInCU: 0xE1F, offset: 0x17AAE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1374, symBinAddr: 0x13D198, symSize: 0x34 } + - { offsetInCU: 0xE97, offset: 0x17AB5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1400, symBinAddr: 0x13D224, symSize: 0x44 } + - { offsetInCU: 0xEE9, offset: 0x17ABB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCAA0C11PropertyMapA2aEP10propertiesSayAA03AnycJ0_pGvgTW', symObjAddr: 0x1464, symBinAddr: 0x13D288, symSize: 0xC } + - { offsetInCU: 0xF1B, offset: 0x17ABE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfcTf4gn_n', symObjAddr: 0x1534, symBinAddr: 0x13D2D8, symSize: 0x318 } + - { offsetInCU: 0x124B, offset: 0x17AF13, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x2E4, symBinAddr: 0x13C108, symSize: 0x41C } + - { offsetInCU: 0x15E3, offset: 0x17B2AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfc', symObjAddr: 0x738, symBinAddr: 0x13C55C, symSize: 0x110 } + - { offsetInCU: 0x1645, offset: 0x17B30D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x848, symBinAddr: 0x13C66C, symSize: 0x4C } + - { offsetInCU: 0x168B, offset: 0x17B353, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x894, symBinAddr: 0x13C6B8, symSize: 0x6C } + - { offsetInCU: 0x16F0, offset: 0x17B3B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCACycfcTo', symObjAddr: 0x900, symBinAddr: 0x13C724, symSize: 0x2C } + - { offsetInCU: 0x1757, offset: 0x17B41F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfD', symObjAddr: 0x92C, symBinAddr: 0x13C750, symSize: 0x34 } + - { offsetInCU: 0x179B, offset: 0x17B463, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfETo', symObjAddr: 0x960, symBinAddr: 0x13C784, symSize: 0x10 } + - { offsetInCU: 0x17CA, offset: 0x17B492, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCMa', symObjAddr: 0x970, symBinAddr: 0x13C794, symSize: 0x20 } + - { offsetInCU: 0x18DB, offset: 0x17B5A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfETo', symObjAddr: 0x13A8, symBinAddr: 0x13D1CC, symSize: 0x38 } + - { offsetInCU: 0x190A, offset: 0x17B5D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x13E0, symBinAddr: 0x13D204, symSize: 0x20 } + - { offsetInCU: 0x191E, offset: 0x17B5E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x1444, symBinAddr: 0x13D268, symSize: 0x20 } + - { offsetInCU: 0x1D5, offset: 0x17BD4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x0, symBinAddr: 0x13D5F0, symSize: 0x150 } + - { offsetInCU: 0x52F, offset: 0x17C0A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA04TextbC0C_Tg5', symObjAddr: 0x150, symBinAddr: 0x13D740, symSize: 0x190 } + - { offsetInCU: 0x760, offset: 0x17C2D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x2E0, symBinAddr: 0x13D8D0, symSize: 0x190 } + - { offsetInCU: 0x9C7, offset: 0x17C53F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA012TextAnimatorB10PropertiesC_Tg5', symObjAddr: 0x470, symBinAddr: 0x13DA60, symSize: 0xC4 } + - { offsetInCU: 0xAE5, offset: 0x17C65D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA24LayerTransformPropertiesC_Tg5', symObjAddr: 0x534, symBinAddr: 0x13DB24, symSize: 0xC4 } + - { offsetInCU: 0xC24, offset: 0x17C79C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA012TextAnimatorbF0C_Tg5', symObjAddr: 0x5F8, symBinAddr: 0x13DBE8, symSize: 0xA4 } + - { offsetInCU: 0xD56, offset: 0x17C8CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA014LayerTransformF0C_Tg5', symObjAddr: 0x69C, symBinAddr: 0x13DC8C, symSize: 0xA4 } + - { offsetInCU: 0xF83, offset: 0x17CAFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layer4sizeAcA0C5ModelC_So6CGSizeVtcfc', symObjAddr: 0x740, symBinAddr: 0x13DD30, symSize: 0xF80 } + - { offsetInCU: 0x1AAD, offset: 0x17D625, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x16F8, symBinAddr: 0x13ECE8, symSize: 0x1C } + - { offsetInCU: 0x1AFA, offset: 0x17D672, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x1714, symBinAddr: 0x13ED04, symSize: 0xC } + - { offsetInCU: 0x1B28, offset: 0x17D6A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x1714, symBinAddr: 0x13ED04, symSize: 0xC } + - { offsetInCU: 0x1B76, offset: 0x17D6EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC16displayWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1720, symBinAddr: 0x13ED10, symSize: 0x37C } + - { offsetInCU: 0x1FFA, offset: 0x17DB72, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfc', symObjAddr: 0x1A9C, symBinAddr: 0x13F08C, symSize: 0x32C } + - { offsetInCU: 0x20DF, offset: 0x17DC57, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1DC8, symBinAddr: 0x13F3B8, symSize: 0x4C } + - { offsetInCU: 0x20FB, offset: 0x17DC73, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1E14, symBinAddr: 0x13F404, symSize: 0xF4 } + - { offsetInCU: 0x2152, offset: 0x17DCCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1F08, symBinAddr: 0x13F4F8, symSize: 0x24 } + - { offsetInCU: 0x216E, offset: 0x17DCE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1F2C, symBinAddr: 0x13F51C, symSize: 0x4 } + - { offsetInCU: 0x21CF, offset: 0x17DD47, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCACycfcTo', symObjAddr: 0x1F30, symBinAddr: 0x13F520, symSize: 0x2C } + - { offsetInCU: 0x2236, offset: 0x17DDAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfD', symObjAddr: 0x1F5C, symBinAddr: 0x13F54C, symSize: 0x30 } + - { offsetInCU: 0x2281, offset: 0x17DDF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x20A0, symBinAddr: 0x13F688, symSize: 0x3C } + - { offsetInCU: 0x22B3, offset: 0x17DE2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x20DC, symBinAddr: 0x13F6C4, symSize: 0x38 } + - { offsetInCU: 0x22ED, offset: 0x17DE65, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2114, symBinAddr: 0x13F6FC, symSize: 0x14 } + - { offsetInCU: 0x233D, offset: 0x17DEB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP07keypathC0So7CALayerCSgvgTW', symObjAddr: 0x2128, symBinAddr: 0x13F710, symSize: 0x34 } + - { offsetInCU: 0x28D3, offset: 0x17E44B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfETo', symObjAddr: 0x1F8C, symBinAddr: 0x13F57C, symSize: 0xEC } + - { offsetInCU: 0x2902, offset: 0x17E47A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCMa', symObjAddr: 0x2078, symBinAddr: 0x13F668, symSize: 0x20 } + - { offsetInCU: 0x2916, offset: 0x17E48E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24CompositionLayerDelegate_pSgXwWOh', symObjAddr: 0x221C, symBinAddr: 0x13F764, symSize: 0x24 } + - { offsetInCU: 0x27, offset: 0x17E9ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0x13F7CC, symSize: 0x6A4 } + - { offsetInCU: 0xE2, offset: 0x17EAA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0x13F7CC, symSize: 0x6A4 } + - { offsetInCU: 0x332, offset: 0x17ECF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x6C4, symBinAddr: 0x13FE90, symSize: 0x504 } + - { offsetInCU: 0x27, offset: 0x17F116, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x1403C4, symSize: 0x688 } + - { offsetInCU: 0xD8, offset: 0x17F1C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x1403C4, symSize: 0x688 } + - { offsetInCU: 0x273, offset: 0x17F362, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV_AC05ZIP64cdeF0VSgtSgWOb', symObjAddr: 0x688, symBinAddr: 0x140A4C, symSize: 0x48 } + - { offsetInCU: 0x287, offset: 0x17F376, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwCP', symObjAddr: 0x7DC, symBinAddr: 0x140A94, symSize: 0x30 } + - { offsetInCU: 0x29B, offset: 0x17F38A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwxx', symObjAddr: 0x80C, symBinAddr: 0x140AC4, symSize: 0x44 } + - { offsetInCU: 0x2AF, offset: 0x17F39E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwcp', symObjAddr: 0x850, symBinAddr: 0x140B08, symSize: 0xFC } + - { offsetInCU: 0x2C3, offset: 0x17F3B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwca', symObjAddr: 0x94C, symBinAddr: 0x140C04, symSize: 0x23C } + - { offsetInCU: 0x2D7, offset: 0x17F3C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVWOh', symObjAddr: 0xB88, symBinAddr: 0x140E40, symSize: 0x34 } + - { offsetInCU: 0x2EB, offset: 0x17F3DA, size: 0x8, addend: 0x0, symName: ___swift_memcpy160_8, symObjAddr: 0xBBC, symBinAddr: 0x140E74, symSize: 0x2C } + - { offsetInCU: 0x2FF, offset: 0x17F3EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwta', symObjAddr: 0xBE8, symBinAddr: 0x140EA0, symSize: 0x11C } + - { offsetInCU: 0x313, offset: 0x17F402, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwet', symObjAddr: 0xD04, symBinAddr: 0x140FBC, symSize: 0x5C } + - { offsetInCU: 0x327, offset: 0x17F416, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwst', symObjAddr: 0xD60, symBinAddr: 0x141018, symSize: 0x7C } + - { offsetInCU: 0x33B, offset: 0x17F42A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVMa', symObjAddr: 0xDDC, symBinAddr: 0x141094, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x17F6A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x1410A4, symSize: 0xB4 } + - { offsetInCU: 0x79, offset: 0x17F6EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x1410A4, symSize: 0xB4 } + - { offsetInCU: 0xFC, offset: 0x17F772, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB4, symBinAddr: 0x141158, symSize: 0xAC } + - { offsetInCU: 0x189, offset: 0x17F7FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x160, symBinAddr: 0x141204, symSize: 0xE8 } + - { offsetInCU: 0x1E0, offset: 0x17F856, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x248, symBinAddr: 0x1412EC, symSize: 0x1FC } + - { offsetInCU: 0x29E, offset: 0x17F914, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x444, symBinAddr: 0x1414E8, symSize: 0x2C } + - { offsetInCU: 0x2BA, offset: 0x17F930, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfD', symObjAddr: 0x480, symBinAddr: 0x141524, symSize: 0x34 } + - { offsetInCU: 0x2F9, offset: 0x17F96F, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfE', symObjAddr: 0x470, symBinAddr: 0x141514, symSize: 0x10 } + - { offsetInCU: 0x326, offset: 0x17F99C, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfETo', symObjAddr: 0x4B4, symBinAddr: 0x141558, symSize: 0x10 } + - { offsetInCU: 0x355, offset: 0x17F9CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCMa', symObjAddr: 0x4C4, symBinAddr: 0x141568, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x17FBFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x141588, symSize: 0xC } + - { offsetInCU: 0x137, offset: 0x17FCD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0xC, symBinAddr: 0x141594, symSize: 0xC0 } + - { offsetInCU: 0x222, offset: 0x17FDBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCC, symBinAddr: 0x141654, symSize: 0x8 } + - { offsetInCU: 0x242, offset: 0x17FDDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xCC, symBinAddr: 0x141654, symSize: 0x8 } + - { offsetInCU: 0x254, offset: 0x17FDF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP7lineCapAA04LineF0OvgTW', symObjAddr: 0xD4, symBinAddr: 0x14165C, symSize: 0x8 } + - { offsetInCU: 0x270, offset: 0x17FE0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP8lineJoinAA04LineF0OvgTW', symObjAddr: 0xDC, symBinAddr: 0x141664, symSize: 0x8 } + - { offsetInCU: 0x29B, offset: 0x17FE38, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0xE4, symBinAddr: 0x14166C, symSize: 0x8 } + - { offsetInCU: 0x2BB, offset: 0x17FE58, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0xE4, symBinAddr: 0x14166C, symSize: 0x8 } + - { offsetInCU: 0x2DC, offset: 0x17FE79, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0xEC, symBinAddr: 0x141674, symSize: 0x8 } + - { offsetInCU: 0x2FC, offset: 0x17FE99, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0xEC, symBinAddr: 0x141674, symSize: 0x8 } + - { offsetInCU: 0x30E, offset: 0x17FEAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xF4, symBinAddr: 0x14167C, symSize: 0x48 } + - { offsetInCU: 0x333, offset: 0x17FED0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x13C, symBinAddr: 0x1416C4, symSize: 0x4B4 } + - { offsetInCU: 0x3BB, offset: 0x17FF58, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x5F0, symBinAddr: 0x141B78, symSize: 0x860 } + - { offsetInCU: 0x824, offset: 0x1803C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO8rawValueSSvg', symObjAddr: 0xE50, symBinAddr: 0x1423D8, symSize: 0x20 } + - { offsetInCU: 0x85D, offset: 0x1803FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x119C, symBinAddr: 0x1426F0, symSize: 0x20 } + - { offsetInCU: 0x88B, offset: 0x180428, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x119C, symBinAddr: 0x1426F0, symSize: 0x20 } + - { offsetInCU: 0x8DF, offset: 0x18047C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x11E4, symBinAddr: 0x142738, symSize: 0x64 } + - { offsetInCU: 0x945, offset: 0x1804E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1248, symBinAddr: 0x14279C, symSize: 0x28 } + - { offsetInCU: 0x961, offset: 0x1804FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1270, symBinAddr: 0x1427C4, symSize: 0x8 } + - { offsetInCU: 0x997, offset: 0x180534, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1278, symBinAddr: 0x1427CC, symSize: 0x68 } + - { offsetInCU: 0xA1C, offset: 0x1805B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x12E0, symBinAddr: 0x142834, symSize: 0xC } + - { offsetInCU: 0xA38, offset: 0x1805D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x12EC, symBinAddr: 0x142840, symSize: 0xC } + - { offsetInCU: 0xABC, offset: 0x180659, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0xEA4, symBinAddr: 0x1423F8, symSize: 0x2F8 } + - { offsetInCU: 0xB36, offset: 0x1806D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfD', symObjAddr: 0x1374, symBinAddr: 0x1428C8, symSize: 0x44 } + - { offsetInCU: 0xD99, offset: 0x180936, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfE', symObjAddr: 0x1348, symBinAddr: 0x14289C, symSize: 0x2C } + - { offsetInCU: 0xDC6, offset: 0x180963, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCMa', symObjAddr: 0x13B8, symBinAddr: 0x14290C, symSize: 0x20 } + - { offsetInCU: 0xDDA, offset: 0x180977, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs0C3KeyAAWl', symObjAddr: 0x143C, symBinAddr: 0x14292C, symSize: 0x44 } + - { offsetInCU: 0xDEE, offset: 0x18098B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSEAAWl', symObjAddr: 0x15B0, symBinAddr: 0x1429D4, symSize: 0x44 } + - { offsetInCU: 0xE02, offset: 0x18099F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSEAAWl', symObjAddr: 0x15F4, symBinAddr: 0x142A18, symSize: 0x44 } + - { offsetInCU: 0xE16, offset: 0x1809B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSeAAWl', symObjAddr: 0x175C, symBinAddr: 0x142AD8, symSize: 0x44 } + - { offsetInCU: 0xE2A, offset: 0x1809C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSeAAWl', symObjAddr: 0x17A0, symBinAddr: 0x142B1C, symSize: 0x44 } + - { offsetInCU: 0xE3E, offset: 0x1809DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwet', symObjAddr: 0x1938, symBinAddr: 0x142BA0, symSize: 0x90 } + - { offsetInCU: 0xE52, offset: 0x1809EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwst', symObjAddr: 0x19C8, symBinAddr: 0x142C30, symSize: 0xBC } + - { offsetInCU: 0xE66, offset: 0x180A03, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwug', symObjAddr: 0x1A84, symBinAddr: 0x142CEC, symSize: 0x8 } + - { offsetInCU: 0xE7A, offset: 0x180A17, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwup', symObjAddr: 0x1A8C, symBinAddr: 0x142CF4, symSize: 0x4 } + - { offsetInCU: 0xE8E, offset: 0x180A2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwui', symObjAddr: 0x1A90, symBinAddr: 0x142CF8, symSize: 0x8 } + - { offsetInCU: 0xEA2, offset: 0x180A3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOMa', symObjAddr: 0x1A98, symBinAddr: 0x142D00, symSize: 0x10 } + - { offsetInCU: 0xEB6, offset: 0x180A53, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASQWb', symObjAddr: 0x1AA8, symBinAddr: 0x142D10, symSize: 0x4 } + - { offsetInCU: 0xECA, offset: 0x180A67, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFSQAAWl', symObjAddr: 0x1AAC, symBinAddr: 0x142D14, symSize: 0x44 } + - { offsetInCU: 0xEDE, offset: 0x180A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1AF0, symBinAddr: 0x142D58, symSize: 0x4 } + - { offsetInCU: 0xEF2, offset: 0x180A8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1AF4, symBinAddr: 0x142D5C, symSize: 0x44 } + - { offsetInCU: 0xF06, offset: 0x180AA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1B38, symBinAddr: 0x142DA0, symSize: 0x4 } + - { offsetInCU: 0xF1A, offset: 0x180AB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1B3C, symBinAddr: 0x142DA4, symSize: 0x44 } + - { offsetInCU: 0x1001, offset: 0x180B9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11BC, symBinAddr: 0x142710, symSize: 0xC } + - { offsetInCU: 0x103B, offset: 0x180BD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x11C8, symBinAddr: 0x14271C, symSize: 0xC } + - { offsetInCU: 0x105B, offset: 0x180BF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x11C8, symBinAddr: 0x14271C, symSize: 0xC } + - { offsetInCU: 0x106F, offset: 0x180C0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x11C8, symBinAddr: 0x14271C, symSize: 0xC } + - { offsetInCU: 0x1081, offset: 0x180C1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x11D4, symBinAddr: 0x142728, symSize: 0x8 } + - { offsetInCU: 0x109D, offset: 0x180C3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x11DC, symBinAddr: 0x142730, symSize: 0x8 } + - { offsetInCU: 0x10B7, offset: 0x180C54, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x12F8, symBinAddr: 0x14284C, symSize: 0x28 } + - { offsetInCU: 0x10D3, offset: 0x180C70, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1320, symBinAddr: 0x142874, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x180E89, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x142DE8, symSize: 0x1124 } + - { offsetInCU: 0x34D, offset: 0x1811AF, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x142DE8, symSize: 0x1124 } + - { offsetInCU: 0x1466, offset: 0x1822C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationFontProvider_pWOc', symObjAddr: 0x1124, symBinAddr: 0x143F0C, symSize: 0x44 } + - { offsetInCU: 0x27, offset: 0x182640, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x143F50, symSize: 0x2C } + - { offsetInCU: 0x3F, offset: 0x182658, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x143F50, symSize: 0x2C } + - { offsetInCU: 0x53, offset: 0x18266C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwxx', symObjAddr: 0x2C, symBinAddr: 0x143F7C, symSize: 0x8 } + - { offsetInCU: 0x67, offset: 0x182680, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwcp', symObjAddr: 0x34, symBinAddr: 0x143F84, symSize: 0x2C } + - { offsetInCU: 0x7B, offset: 0x182694, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwca', symObjAddr: 0x60, symBinAddr: 0x143FB0, symSize: 0x4C } + - { offsetInCU: 0x8F, offset: 0x1826A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwta', symObjAddr: 0xB8, symBinAddr: 0x143FFC, symSize: 0x3C } + - { offsetInCU: 0xA3, offset: 0x1826BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwet', symObjAddr: 0xF4, symBinAddr: 0x144038, symSize: 0x48 } + - { offsetInCU: 0xB7, offset: 0x1826D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwst', symObjAddr: 0x13C, symBinAddr: 0x144080, symSize: 0x3C } + - { offsetInCU: 0xCB, offset: 0x1826E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVMa', symObjAddr: 0x178, symBinAddr: 0x1440BC, symSize: 0x10 } + - { offsetInCU: 0x24F, offset: 0x182868, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathV4trim12fromPosition02toG06offset0E14SimultaneouslyAC12CoreGraphics7CGFloatV_A2KSbtF', symObjAddr: 0x188, symBinAddr: 0x1440CC, symSize: 0x814 } + - { offsetInCU: 0x27, offset: 0x183767, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x1448E0, symSize: 0x134 } + - { offsetInCU: 0x3F, offset: 0x18377F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x1448E0, symSize: 0x134 } + - { offsetInCU: 0x4F, offset: 0x1839E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x144A14, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x183A0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x144A5C, symSize: 0x23C } + - { offsetInCU: 0xDC, offset: 0x183A72, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x284, symBinAddr: 0x144C98, symSize: 0x274 } + - { offsetInCU: 0x1E8, offset: 0x183B7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO8rawValueSSvg', symObjAddr: 0x4F8, symBinAddr: 0x144F0C, symSize: 0x20 } + - { offsetInCU: 0x20F, offset: 0x183BA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO11stringValueSSvg', symObjAddr: 0x68C, symBinAddr: 0x1450A0, symSize: 0x20 } + - { offsetInCU: 0x250, offset: 0x183BE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x6D0, symBinAddr: 0x1450E4, symSize: 0x70 } + - { offsetInCU: 0x284, offset: 0x183C1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x740, symBinAddr: 0x145154, symSize: 0x28 } + - { offsetInCU: 0x2A0, offset: 0x183C36, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x768, symBinAddr: 0x14517C, symSize: 0x8 } + - { offsetInCU: 0x2D6, offset: 0x183C6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x770, symBinAddr: 0x145184, symSize: 0x74 } + - { offsetInCU: 0x321, offset: 0x183CB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x7E4, symBinAddr: 0x1451F8, symSize: 0xC } + - { offsetInCU: 0x33D, offset: 0x183CD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x7F0, symBinAddr: 0x145204, symSize: 0xC } + - { offsetInCU: 0x35B, offset: 0x183CF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x518, symBinAddr: 0x144F2C, symSize: 0x174 } + - { offsetInCU: 0x3D5, offset: 0x183D6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfD', symObjAddr: 0x854, symBinAddr: 0x145268, symSize: 0x2C } + - { offsetInCU: 0x494, offset: 0x183E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfE', symObjAddr: 0x84C, symBinAddr: 0x145260, symSize: 0x8 } + - { offsetInCU: 0x4EC, offset: 0x183E82, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCMa', symObjAddr: 0x880, symBinAddr: 0x145294, symSize: 0x20 } + - { offsetInCU: 0x500, offset: 0x183E96, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs0C3KeyAAWl', symObjAddr: 0x904, symBinAddr: 0x1452B4, symSize: 0x44 } + - { offsetInCU: 0x514, offset: 0x183EAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwet', symObjAddr: 0xC38, symBinAddr: 0x145360, symSize: 0x90 } + - { offsetInCU: 0x528, offset: 0x183EBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwst', symObjAddr: 0xCC8, symBinAddr: 0x1453F0, symSize: 0xBC } + - { offsetInCU: 0x53C, offset: 0x183ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwug', symObjAddr: 0xD84, symBinAddr: 0x1454AC, symSize: 0x8 } + - { offsetInCU: 0x550, offset: 0x183EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwup', symObjAddr: 0xD8C, symBinAddr: 0x1454B4, symSize: 0x4 } + - { offsetInCU: 0x564, offset: 0x183EFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwui', symObjAddr: 0xD90, symBinAddr: 0x1454B8, symSize: 0xC } + - { offsetInCU: 0x578, offset: 0x183F0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOMa', symObjAddr: 0xD9C, symBinAddr: 0x1454C4, symSize: 0x10 } + - { offsetInCU: 0x58C, offset: 0x183F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASQWb', symObjAddr: 0xDAC, symBinAddr: 0x1454D4, symSize: 0x4 } + - { offsetInCU: 0x5A0, offset: 0x183F36, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFSQAAWl', symObjAddr: 0xDB0, symBinAddr: 0x1454D8, symSize: 0x44 } + - { offsetInCU: 0x5B4, offset: 0x183F4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDF4, symBinAddr: 0x14551C, symSize: 0x4 } + - { offsetInCU: 0x5C8, offset: 0x183F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xDF8, symBinAddr: 0x145520, symSize: 0x44 } + - { offsetInCU: 0x5DC, offset: 0x183F72, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE3C, symBinAddr: 0x145564, symSize: 0x4 } + - { offsetInCU: 0x5F0, offset: 0x183F86, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xE40, symBinAddr: 0x145568, symSize: 0x44 } + - { offsetInCU: 0x656, offset: 0x183FEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6AC, symBinAddr: 0x1450C0, symSize: 0xC } + - { offsetInCU: 0x672, offset: 0x184008, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x6B8, symBinAddr: 0x1450CC, symSize: 0x8 } + - { offsetInCU: 0x68E, offset: 0x184024, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6C0, symBinAddr: 0x1450D4, symSize: 0x8 } + - { offsetInCU: 0x6AA, offset: 0x184040, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6C8, symBinAddr: 0x1450DC, symSize: 0x8 } + - { offsetInCU: 0x6CC, offset: 0x184062, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x7FC, symBinAddr: 0x145210, symSize: 0x28 } + - { offsetInCU: 0x6E8, offset: 0x18407E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x824, symBinAddr: 0x145238, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x184262, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6boundsSo6CGRectVvg', symObjAddr: 0x0, symBinAddr: 0x1455AC, symSize: 0x10 } + - { offsetInCU: 0x6C, offset: 0x18428F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF', symObjAddr: 0x10, symBinAddr: 0x1455BC, symSize: 0x14 } + - { offsetInCU: 0x11E, offset: 0x184341, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF', symObjAddr: 0x24, symBinAddr: 0x1455D0, symSize: 0x2C } + - { offsetInCU: 0x1DD, offset: 0x184400, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF', symObjAddr: 0x50, symBinAddr: 0x1455FC, symSize: 0x14 } + - { offsetInCU: 0x21D, offset: 0x184440, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF', symObjAddr: 0x64, symBinAddr: 0x145610, symSize: 0x14 } + - { offsetInCU: 0x2C2, offset: 0x1844E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x78, symBinAddr: 0x145624, symSize: 0xE0 } + - { offsetInCU: 0x3F7, offset: 0x18461A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x158, symBinAddr: 0x145704, symSize: 0xA8 } + - { offsetInCU: 0x486, offset: 0x1846A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x200, symBinAddr: 0x1457AC, symSize: 0xA8 } + - { offsetInCU: 0x503, offset: 0x184726, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ', symObjAddr: 0x2A8, symBinAddr: 0x145854, symSize: 0x4 } + - { offsetInCU: 0x51F, offset: 0x184742, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZSSyXEfu0_', symObjAddr: 0x4D0, symBinAddr: 0x145A7C, symSize: 0xD8 } + - { offsetInCU: 0x635, offset: 0x184858, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ', symObjAddr: 0x2AC, symBinAddr: 0x145858, symSize: 0x14 } + - { offsetInCU: 0x649, offset: 0x18486C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8durationSdvg', symObjAddr: 0x2C0, symBinAddr: 0x14586C, symSize: 0x14 } + - { offsetInCU: 0x676, offset: 0x184899, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ', symObjAddr: 0x2D4, symBinAddr: 0x145880, symSize: 0x4 } + - { offsetInCU: 0x692, offset: 0x1848B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x5A8, symBinAddr: 0x145B54, symSize: 0x144 } + - { offsetInCU: 0x7FC, offset: 0x184A1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ', symObjAddr: 0x2D8, symBinAddr: 0x145884, symSize: 0x1EC } + - { offsetInCU: 0x877, offset: 0x184A9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_', symObjAddr: 0xD14, symBinAddr: 0x1462C0, symSize: 0x4FC } + - { offsetInCU: 0x9A8, offset: 0x184BCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_', symObjAddr: 0x1210, symBinAddr: 0x1467BC, symSize: 0x94 } + - { offsetInCU: 0xA1E, offset: 0x184C41, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ', symObjAddr: 0x4C4, symBinAddr: 0x145A70, symSize: 0x4 } + - { offsetInCU: 0xA3A, offset: 0x184C5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x6EC, symBinAddr: 0x145C98, symSize: 0x1B4 } + - { offsetInCU: 0xC22, offset: 0x184E45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg', symObjAddr: 0x4C8, symBinAddr: 0x145A74, symSize: 0x8 } + - { offsetInCU: 0xD2A, offset: 0x184F4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ', symObjAddr: 0x8A0, symBinAddr: 0x145E4C, symSize: 0x6C } + - { offsetInCU: 0xE86, offset: 0x1850A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_', symObjAddr: 0xCD0, symBinAddr: 0x14627C, symSize: 0x44 } + - { offsetInCU: 0xEDF, offset: 0x185102, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTY0_', symObjAddr: 0x90C, symBinAddr: 0x145EB8, symSize: 0x36C } + - { offsetInCU: 0x106C, offset: 0x18528F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTQ1_', symObjAddr: 0xC78, symBinAddr: 0x146224, symSize: 0x58 } + - { offsetInCU: 0x11AB, offset: 0x1853CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZTf4nnd_n', symObjAddr: 0x12A4, symBinAddr: 0x146850, symSize: 0x26C } + - { offsetInCU: 0x129F, offset: 0x1854C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x1510, symBinAddr: 0x146ABC, symSize: 0x334 } + - { offsetInCU: 0x1446, offset: 0x185669, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x1844, symBinAddr: 0x146DF0, symSize: 0x2C8 } + - { offsetInCU: 0x1598, offset: 0x1857BB, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1B14, symBinAddr: 0x1470C0, symSize: 0x10 } + - { offsetInCU: 0x15AC, offset: 0x1857CF, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1B24, symBinAddr: 0x1470D0, symSize: 0x8 } + - { offsetInCU: 0x15C0, offset: 0x1857E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZTf4nnnd_n', symObjAddr: 0x1B2C, symBinAddr: 0x1470D8, symSize: 0x2E4 } + - { offsetInCU: 0x1743, offset: 0x185966, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_TA', symObjAddr: 0x1EB4, symBinAddr: 0x147420, symSize: 0x40 } + - { offsetInCU: 0x1757, offset: 0x18597A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_TA', symObjAddr: 0x1FF4, symBinAddr: 0x147560, symSize: 0xC } + - { offsetInCU: 0x176B, offset: 0x18598E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x2000, symBinAddr: 0x14756C, symSize: 0x8 } + - { offsetInCU: 0x177F, offset: 0x1859A2, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0x2208, symBinAddr: 0x1475E4, symSize: 0x4C } + - { offsetInCU: 0x1793, offset: 0x1859B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU1_TA', symObjAddr: 0x2298, symBinAddr: 0x147630, symSize: 0x24 } + - { offsetInCU: 0x17C7, offset: 0x1859EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_TA', symObjAddr: 0x2358, symBinAddr: 0x1476F0, symSize: 0x4C } + - { offsetInCU: 0xF3, offset: 0x185EFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x147788, symSize: 0x588 } + - { offsetInCU: 0x22C, offset: 0x186033, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x588, symBinAddr: 0x147D10, symSize: 0x954 } + - { offsetInCU: 0x68B, offset: 0x186492, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0xEDC, symBinAddr: 0x148664, symSize: 0x45C } + - { offsetInCU: 0x6CA, offset: 0x1864D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1B64, symBinAddr: 0x149254, symSize: 0x4C } + - { offsetInCU: 0x701, offset: 0x186508, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueSSvg', symObjAddr: 0x1BB0, symBinAddr: 0x1492A0, symSize: 0x20 } + - { offsetInCU: 0x73A, offset: 0x186541, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1BD0, symBinAddr: 0x1492C0, symSize: 0x20 } + - { offsetInCU: 0x768, offset: 0x18656F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1BD0, symBinAddr: 0x1492C0, symSize: 0x20 } + - { offsetInCU: 0x7B1, offset: 0x1865B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x1D74, symBinAddr: 0x149464, symSize: 0x44 } + - { offsetInCU: 0x7F7, offset: 0x1865FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1DB8, symBinAddr: 0x1494A8, symSize: 0x28 } + - { offsetInCU: 0x80B, offset: 0x186612, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1DE0, symBinAddr: 0x1494D0, symSize: 0x8 } + - { offsetInCU: 0x841, offset: 0x186648, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1DE8, symBinAddr: 0x1494D8, symSize: 0x3C } + - { offsetInCU: 0x8A6, offset: 0x1866AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1E24, symBinAddr: 0x149514, symSize: 0xC } + - { offsetInCU: 0x8C2, offset: 0x1866C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1E30, symBinAddr: 0x149520, symSize: 0xC } + - { offsetInCU: 0x8DE, offset: 0x1866E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3834, symBinAddr: 0x14ACA8, symSize: 0x50 } + - { offsetInCU: 0x929, offset: 0x186730, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCfD', symObjAddr: 0x1E8C, symBinAddr: 0x14957C, symSize: 0x44 } + - { offsetInCU: 0x96C, offset: 0x186773, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1EF0, symBinAddr: 0x1495E0, symSize: 0x2C } + - { offsetInCU: 0x98F, offset: 0x186796, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1F1C, symBinAddr: 0x14960C, symSize: 0x28 } + - { offsetInCU: 0x9D9, offset: 0x1867E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x133C, symBinAddr: 0x148AC4, symSize: 0xD0 } + - { offsetInCU: 0xA2C, offset: 0x186833, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x1450, symBinAddr: 0x148B94, symSize: 0x14 } + - { offsetInCU: 0xA49, offset: 0x186850, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x146C, symBinAddr: 0x148BB0, symSize: 0x8 } + - { offsetInCU: 0xA65, offset: 0x18686C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1474, symBinAddr: 0x148BB8, symSize: 0x14 } + - { offsetInCU: 0xBA1, offset: 0x1869A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO13discriminator_WZ', symObjAddr: 0x1338, symBinAddr: 0x148AC0, symSize: 0x4 } + - { offsetInCU: 0xBC7, offset: 0x1869CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x14D4, symBinAddr: 0x148C18, symSize: 0x14 } + - { offsetInCU: 0xBF0, offset: 0x1869F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x14E8, symBinAddr: 0x148C2C, symSize: 0x8 } + - { offsetInCU: 0xC19, offset: 0x186A20, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueACSgSi_tcfC', symObjAddr: 0x1598, symBinAddr: 0x148CDC, symSize: 0x14 } + - { offsetInCU: 0xC42, offset: 0x186A49, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueSivg', symObjAddr: 0x15AC, symBinAddr: 0x148CF0, symSize: 0x8 } + - { offsetInCU: 0xC5D, offset: 0x186A64, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x17BC, symBinAddr: 0x148EBC, symSize: 0x8 } + - { offsetInCU: 0xC93, offset: 0x186A9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x17C4, symBinAddr: 0x148EC4, symSize: 0xC } + - { offsetInCU: 0xCB3, offset: 0x186ABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x17C4, symBinAddr: 0x148EC4, symSize: 0xC } + - { offsetInCU: 0xCC5, offset: 0x186ACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOAA11ClassFamilyAAWI', symObjAddr: 0x15B4, symBinAddr: 0x148CF8, symSize: 0x24 } + - { offsetInCU: 0xCD9, offset: 0x186AE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSHAASQWb', symObjAddr: 0x161C, symBinAddr: 0x148D1C, symSize: 0x4 } + - { offsetInCU: 0xCED, offset: 0x186AF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSQAAWl', symObjAddr: 0x1620, symBinAddr: 0x148D20, symSize: 0x44 } + - { offsetInCU: 0xD01, offset: 0x186B08, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSHAASQWb', symObjAddr: 0x1664, symBinAddr: 0x148D64, symSize: 0x4 } + - { offsetInCU: 0xD15, offset: 0x186B1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSQAAWl', symObjAddr: 0x1668, symBinAddr: 0x148D68, symSize: 0x44 } + - { offsetInCU: 0xD34, offset: 0x186B3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASQWb', symObjAddr: 0x16C0, symBinAddr: 0x148DC0, symSize: 0x4 } + - { offsetInCU: 0xD48, offset: 0x186B4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSQAAWl', symObjAddr: 0x16C4, symBinAddr: 0x148DC4, symSize: 0x44 } + - { offsetInCU: 0xD72, offset: 0x186B79, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwet', symObjAddr: 0x1888, symBinAddr: 0x148F78, symSize: 0x90 } + - { offsetInCU: 0xD86, offset: 0x186B8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwst', symObjAddr: 0x1918, symBinAddr: 0x149008, symSize: 0xBC } + - { offsetInCU: 0xD9A, offset: 0x186BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwup', symObjAddr: 0x19D4, symBinAddr: 0x1490C4, symSize: 0x4 } + - { offsetInCU: 0xDAE, offset: 0x186BB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOMa', symObjAddr: 0x19D8, symBinAddr: 0x1490C8, symSize: 0x10 } + - { offsetInCU: 0xDC2, offset: 0x186BC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwet', symObjAddr: 0x19E8, symBinAddr: 0x1490D8, symSize: 0x90 } + - { offsetInCU: 0xDD6, offset: 0x186BDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwst', symObjAddr: 0x1A78, symBinAddr: 0x149168, symSize: 0xBC } + - { offsetInCU: 0xDEA, offset: 0x186BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwup', symObjAddr: 0x1B34, symBinAddr: 0x149224, symSize: 0x4 } + - { offsetInCU: 0xDFE, offset: 0x186C05, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOMa', symObjAddr: 0x1B38, symBinAddr: 0x149228, symSize: 0x10 } + - { offsetInCU: 0xE12, offset: 0x186C19, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOwup', symObjAddr: 0x1B50, symBinAddr: 0x149240, symSize: 0x4 } + - { offsetInCU: 0xE26, offset: 0x186C2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOMa', symObjAddr: 0x1B54, symBinAddr: 0x149244, symSize: 0x10 } + - { offsetInCU: 0xE5B, offset: 0x186C62, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCMa', symObjAddr: 0x1ED0, symBinAddr: 0x1495C0, symSize: 0x20 } + - { offsetInCU: 0xE6F, offset: 0x186C76, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs0D3KeyAAWl', symObjAddr: 0x1F84, symBinAddr: 0x149634, symSize: 0x44 } + - { offsetInCU: 0xF6E, offset: 0x186D75, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x200C, symBinAddr: 0x149678, symSize: 0x2A0 } + - { offsetInCU: 0x106B, offset: 0x186E72, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSeAAWl', symObjAddr: 0x22AC, symBinAddr: 0x149918, symSize: 0x44 } + - { offsetInCU: 0x107F, offset: 0x186E86, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSeAAWl', symObjAddr: 0x2334, symBinAddr: 0x14995C, symSize: 0x44 } + - { offsetInCU: 0x112D, offset: 0x186F34, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x2378, symBinAddr: 0x1499A0, symSize: 0x188 } + - { offsetInCU: 0x1427, offset: 0x18722E, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M5StyleCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x2500, symBinAddr: 0x149B28, symSize: 0x3B4 } + - { offsetInCU: 0x1744, offset: 0x18754B, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M6EffectCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x28B4, symBinAddr: 0x149EDC, symSize: 0x3B4 } + - { offsetInCU: 0x1981, offset: 0x187788, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOb', symObjAddr: 0x2C68, symBinAddr: 0x14A290, symSize: 0x18 } + - { offsetInCU: 0x1995, offset: 0x18779C, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOc', symObjAddr: 0x2C80, symBinAddr: 0x14A2A8, symSize: 0x44 } + - { offsetInCU: 0x1A95, offset: 0x18789C, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_AC0N5ValueCAC0nZ4TypeOTg5Tf4dnnn_n', symObjAddr: 0x2DB8, symBinAddr: 0x14A2EC, symSize: 0x3D4 } + - { offsetInCU: 0x1CC2, offset: 0x187AC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSeAAWl', symObjAddr: 0x318C, symBinAddr: 0x14A6C0, symSize: 0x44 } + - { offsetInCU: 0x1CD6, offset: 0x187ADD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSEAAWl', symObjAddr: 0x31D0, symBinAddr: 0x14A704, symSize: 0x44 } + - { offsetInCU: 0x1CEA, offset: 0x187AF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSEAAWl', symObjAddr: 0x3258, symBinAddr: 0x14A748, symSize: 0x44 } + - { offsetInCU: 0x1CFE, offset: 0x187B05, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSEAAWl', symObjAddr: 0x3320, symBinAddr: 0x14A810, symSize: 0x44 } + - { offsetInCU: 0x1D12, offset: 0x187B19, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerStyleCGSayxGSEsSERzlWl', symObjAddr: 0x3364, symBinAddr: 0x14A854, symSize: 0x7C } + - { offsetInCU: 0x1D26, offset: 0x187B2D, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11LayerEffectCGSayxGSEsSERzlWl', symObjAddr: 0x33E0, symBinAddr: 0x14A8D0, symSize: 0x7C } + - { offsetInCU: 0x1D3A, offset: 0x187B41, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSYAAWl', symObjAddr: 0x349C, symBinAddr: 0x14A98C, symSize: 0x44 } + - { offsetInCU: 0x1D4E, offset: 0x187B55, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSYAAWl', symObjAddr: 0x34E0, symBinAddr: 0x14A9D0, symSize: 0x44 } + - { offsetInCU: 0x1D62, offset: 0x187B69, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSYAAWl', symObjAddr: 0x3524, symBinAddr: 0x14AA14, symSize: 0x44 } + - { offsetInCU: 0x1D76, offset: 0x187B7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwug', symObjAddr: 0x3738, symBinAddr: 0x14ABAC, symSize: 0x8 } + - { offsetInCU: 0x1D8A, offset: 0x187B91, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwup', symObjAddr: 0x3740, symBinAddr: 0x14ABB4, symSize: 0x4 } + - { offsetInCU: 0x1D9E, offset: 0x187BA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwui', symObjAddr: 0x3744, symBinAddr: 0x14ABB8, symSize: 0x8 } + - { offsetInCU: 0x1DB2, offset: 0x187BB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOMa', symObjAddr: 0x374C, symBinAddr: 0x14ABC0, symSize: 0x10 } + - { offsetInCU: 0x1DC6, offset: 0x187BCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASQWb', symObjAddr: 0x375C, symBinAddr: 0x14ABD0, symSize: 0x4 } + - { offsetInCU: 0x1DDA, offset: 0x187BE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFSQAAWl', symObjAddr: 0x3760, symBinAddr: 0x14ABD4, symSize: 0x44 } + - { offsetInCU: 0x1DEE, offset: 0x187BF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x37A4, symBinAddr: 0x14AC18, symSize: 0x4 } + - { offsetInCU: 0x1E02, offset: 0x187C09, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x37A8, symBinAddr: 0x14AC1C, symSize: 0x44 } + - { offsetInCU: 0x1E16, offset: 0x187C1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x37EC, symBinAddr: 0x14AC60, symSize: 0x4 } + - { offsetInCU: 0x1E2A, offset: 0x187C31, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x37F0, symBinAddr: 0x14AC64, symSize: 0x44 } + - { offsetInCU: 0x1F21, offset: 0x187D28, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1488, symBinAddr: 0x148BCC, symSize: 0x4C } + - { offsetInCU: 0x1F44, offset: 0x187D4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x14F0, symBinAddr: 0x148C34, symSize: 0x5C } + - { offsetInCU: 0x1F67, offset: 0x187D6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x154C, symBinAddr: 0x148C90, symSize: 0x4C } + - { offsetInCU: 0x1F99, offset: 0x187DA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x16AC, symBinAddr: 0x148DAC, symSize: 0x14 } + - { offsetInCU: 0x1FEE, offset: 0x187DF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1750, symBinAddr: 0x148E50, symSize: 0x28 } + - { offsetInCU: 0x2049, offset: 0x187E50, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x17D0, symBinAddr: 0x148ED0, symSize: 0x5C } + - { offsetInCU: 0x206C, offset: 0x187E73, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x182C, symBinAddr: 0x148F2C, symSize: 0x4C } + - { offsetInCU: 0x20AD, offset: 0x187EB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1BF0, symBinAddr: 0x1492E0, symSize: 0x88 } + - { offsetInCU: 0x215C, offset: 0x187F63, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH9hashValueSivgTW', symObjAddr: 0x1C78, symBinAddr: 0x149368, symSize: 0x60 } + - { offsetInCU: 0x21DA, offset: 0x187FE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1CD8, symBinAddr: 0x1493C8, symSize: 0x40 } + - { offsetInCU: 0x222C, offset: 0x188033, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D18, symBinAddr: 0x149408, symSize: 0x5C } + - { offsetInCU: 0x228E, offset: 0x188095, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1E3C, symBinAddr: 0x14952C, symSize: 0x28 } + - { offsetInCU: 0x22AA, offset: 0x1880B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1E64, symBinAddr: 0x149554, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x188465, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x14AD38, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x188489, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvpZ', symObjAddr: 0x700, symBinAddr: 0x1EAA60, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x1884A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x14AD38, symSize: 0x40 } + - { offsetInCU: 0xBE, offset: 0x1884F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfC', symObjAddr: 0x40, symBinAddr: 0x14AD78, symSize: 0xB0 } + - { offsetInCU: 0x155, offset: 0x18858F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfc', symObjAddr: 0xF0, symBinAddr: 0x14AE28, symSize: 0xA0 } + - { offsetInCU: 0x24F, offset: 0x188689, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivg', symObjAddr: 0x2E0, symBinAddr: 0x14AFD8, symSize: 0x30 } + - { offsetInCU: 0x26C, offset: 0x1886A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivs', symObjAddr: 0x310, symBinAddr: 0x14B008, symSize: 0x58 } + - { offsetInCU: 0x30D, offset: 0x188747, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM', symObjAddr: 0x368, symBinAddr: 0x14B060, symSize: 0x40 } + - { offsetInCU: 0x33C, offset: 0x188776, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM.resume.0', symObjAddr: 0x3A8, symBinAddr: 0x14B0A0, symSize: 0x50 } + - { offsetInCU: 0x3B3, offset: 0x1887ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC05clearC0yyF', symObjAddr: 0x3F8, symBinAddr: 0x14B0F0, symSize: 0x84 } + - { offsetInCU: 0x440, offset: 0x18887A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF', symObjAddr: 0x47C, symBinAddr: 0x14B174, symSize: 0x50 } + - { offsetInCU: 0x487, offset: 0x1888C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF', symObjAddr: 0x4CC, symBinAddr: 0x14B1C4, symSize: 0x5C } + - { offsetInCU: 0x4D8, offset: 0x188912, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfd', symObjAddr: 0x528, symBinAddr: 0x14B220, symSize: 0x1C } + - { offsetInCU: 0x513, offset: 0x18894D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfD', symObjAddr: 0x544, symBinAddr: 0x14B23C, symSize: 0x24 } + - { offsetInCU: 0x588, offset: 0x1889C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP4file6forKeyAA0bA4FileCSgSS_tFTW', symObjAddr: 0x568, symBinAddr: 0x14B260, symSize: 0x54 } + - { offsetInCU: 0x623, offset: 0x188A5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP7setFile_6forKeyyAA0baF0C_SStFTW', symObjAddr: 0x5BC, symBinAddr: 0x14B2B4, symSize: 0x60 } + - { offsetInCU: 0x688, offset: 0x188AC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP05clearC0yyFTW', symObjAddr: 0x61C, symBinAddr: 0x14B314, symSize: 0x20 } + - { offsetInCU: 0x742, offset: 0x188B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0_WZ', symObjAddr: 0x190, symBinAddr: 0x14AEC8, symSize: 0xB4 } + - { offsetInCU: 0x7F5, offset: 0x188C2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivpACTk', symObjAddr: 0x284, symBinAddr: 0x14AF7C, symSize: 0x5C } + - { offsetInCU: 0x8D6, offset: 0x188D10, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCMa', symObjAddr: 0x684, symBinAddr: 0x14B37C, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x188EC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x14B3F8, symSize: 0x13C } + - { offsetInCU: 0x87, offset: 0x188F28, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x14B3F8, symSize: 0x13C } + - { offsetInCU: 0x459, offset: 0x1892FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV04trimB002toC08atLength05curveG010maxSamples8accuracyAC5start_AC0D5PointAC3endtAC_12CoreGraphics7CGFloatVAOSiAOtF', symObjAddr: 0x13C, symBinAddr: 0x14B534, symSize: 0x304 } + - { offsetInCU: 0xD15, offset: 0x189BB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV05splitB002toC08positionAC5start_AC9trimPointAC3endtAC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x440, symBinAddr: 0x14B838, symSize: 0x188 } + - { offsetInCU: 0x1528, offset: 0x18A3C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwCP', symObjAddr: 0x5C8, symBinAddr: 0x14B9C0, symSize: 0x30 } + - { offsetInCU: 0x153C, offset: 0x18A3DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwet', symObjAddr: 0x610, symBinAddr: 0x14B9F0, symSize: 0x20 } + - { offsetInCU: 0x1550, offset: 0x18A3F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwst', symObjAddr: 0x630, symBinAddr: 0x14BA10, symSize: 0x38 } + - { offsetInCU: 0x1564, offset: 0x18A405, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVMa', symObjAddr: 0x668, symBinAddr: 0x14BA48, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x18A648, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x14BA58, symSize: 0x24 } + - { offsetInCU: 0x9F, offset: 0x18A6BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0xEC, symBinAddr: 0x14BB44, symSize: 0x4C } + - { offsetInCU: 0xC8, offset: 0x18A6E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x138, symBinAddr: 0x14BB90, symSize: 0x18 } + - { offsetInCU: 0x107, offset: 0x18A724, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x150, symBinAddr: 0x14BBA8, symSize: 0x28 } + - { offsetInCU: 0x13F, offset: 0x18A75C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xE24, symBinAddr: 0x14C828, symSize: 0x100 } + - { offsetInCU: 0x1B4, offset: 0x18A7D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO13discriminator_WZ', symObjAddr: 0x1C4, symBinAddr: 0x14BC1C, symSize: 0x4 } + - { offsetInCU: 0x1DA, offset: 0x18A7F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1C8, symBinAddr: 0x14BC20, symSize: 0x4C } + - { offsetInCU: 0x1FF, offset: 0x18A81C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x214, symBinAddr: 0x14BC6C, symSize: 0x178 } + - { offsetInCU: 0x26D, offset: 0x18A88A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO03rawC0SSvg', symObjAddr: 0x38C, symBinAddr: 0x14BDE4, symSize: 0x18 } + - { offsetInCU: 0x294, offset: 0x18A8B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO06stringC0SSvg', symObjAddr: 0x3A4, symBinAddr: 0x14BDFC, symSize: 0x18 } + - { offsetInCU: 0x2D5, offset: 0x18A8F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0x14BE38, symSize: 0x70 } + - { offsetInCU: 0x309, offset: 0x18A926, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x450, symBinAddr: 0x14BEA8, symSize: 0x28 } + - { offsetInCU: 0x325, offset: 0x18A942, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0SSvgTW', symObjAddr: 0x478, symBinAddr: 0x14BED0, symSize: 0x8 } + - { offsetInCU: 0x35B, offset: 0x18A978, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0xSgSS_tcfCTW', symObjAddr: 0x480, symBinAddr: 0x14BED8, symSize: 0x74 } + - { offsetInCU: 0x3A6, offset: 0x18A9C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0SiSgvgTW', symObjAddr: 0x4F4, symBinAddr: 0x14BF4C, symSize: 0xC } + - { offsetInCU: 0x3C2, offset: 0x18A9DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0xSgSi_tcfCTW', symObjAddr: 0x500, symBinAddr: 0x14BF58, symSize: 0xC } + - { offsetInCU: 0x3FE, offset: 0x18AA1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCfD', symObjAddr: 0x55C, symBinAddr: 0x14BFB4, symSize: 0x24 } + - { offsetInCU: 0x449, offset: 0x18AA66, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5A0, symBinAddr: 0x14BFF8, symSize: 0x11C } + - { offsetInCU: 0x488, offset: 0x18AAA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x884, symBinAddr: 0x14C2CC, symSize: 0x2C } + - { offsetInCU: 0x4AB, offset: 0x18AAC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x8B0, symBinAddr: 0x14C2F8, symSize: 0x28 } + - { offsetInCU: 0x51A, offset: 0x18AB37, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10dictionaryACSDySSypG_tKcfcTf4gn_n', symObjAddr: 0xAE4, symBinAddr: 0x14C4E8, symSize: 0x1B8 } + - { offsetInCU: 0x635, offset: 0x18AC52, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCMa', symObjAddr: 0x580, symBinAddr: 0x14BFD8, symSize: 0x20 } + - { offsetInCU: 0x649, offset: 0x18AC66, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwet', symObjAddr: 0x6CC, symBinAddr: 0x14C114, symSize: 0x90 } + - { offsetInCU: 0x65D, offset: 0x18AC7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwst', symObjAddr: 0x75C, symBinAddr: 0x14C1A4, symSize: 0xBC } + - { offsetInCU: 0x671, offset: 0x18AC8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwug', symObjAddr: 0x818, symBinAddr: 0x14C260, symSize: 0x8 } + - { offsetInCU: 0x685, offset: 0x18ACA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwup', symObjAddr: 0x820, symBinAddr: 0x14C268, symSize: 0x4 } + - { offsetInCU: 0x699, offset: 0x18ACB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwui', symObjAddr: 0x824, symBinAddr: 0x14C26C, symSize: 0x8 } + - { offsetInCU: 0x6AD, offset: 0x18ACCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOMa', symObjAddr: 0x82C, symBinAddr: 0x14C274, symSize: 0x10 } + - { offsetInCU: 0x6C1, offset: 0x18ACDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASQWb', symObjAddr: 0x83C, symBinAddr: 0x14C284, symSize: 0x4 } + - { offsetInCU: 0x6D5, offset: 0x18ACF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSQAAWl', symObjAddr: 0x840, symBinAddr: 0x14C288, symSize: 0x44 } + - { offsetInCU: 0x6E9, offset: 0x18AD06, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOAA11ClassFamilyAAWI', symObjAddr: 0x8D8, symBinAddr: 0x14C320, symSize: 0x24 } + - { offsetInCU: 0x728, offset: 0x18AD45, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x940, symBinAddr: 0x14C344, symSize: 0x1A4 } + - { offsetInCU: 0x8C9, offset: 0x18AEE6, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xC9C, symBinAddr: 0x14C6A0, symSize: 0x188 } + - { offsetInCU: 0xAE3, offset: 0x18B100, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSYAAWl', symObjAddr: 0xF68, symBinAddr: 0x14C928, symSize: 0x44 } + - { offsetInCU: 0xAF7, offset: 0x18B114, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs0D3KeyAAWl', symObjAddr: 0xFEC, symBinAddr: 0x14C96C, symSize: 0x44 } + - { offsetInCU: 0xB0B, offset: 0x18B128, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSEAAWl', symObjAddr: 0x1030, symBinAddr: 0x14C9B0, symSize: 0x44 } + - { offsetInCU: 0xB1F, offset: 0x18B13C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwet', symObjAddr: 0x10F0, symBinAddr: 0x14C9F4, symSize: 0x90 } + - { offsetInCU: 0xB33, offset: 0x18B150, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwst', symObjAddr: 0x1180, symBinAddr: 0x14CA84, symSize: 0xBC } + - { offsetInCU: 0xB47, offset: 0x18B164, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwug', symObjAddr: 0x123C, symBinAddr: 0x14CB40, symSize: 0x8 } + - { offsetInCU: 0xB5B, offset: 0x18B178, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwup', symObjAddr: 0x1244, symBinAddr: 0x14CB48, symSize: 0x4 } + - { offsetInCU: 0xB6F, offset: 0x18B18C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwui', symObjAddr: 0x1248, symBinAddr: 0x14CB4C, symSize: 0xC } + - { offsetInCU: 0xB83, offset: 0x18B1A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOMa', symObjAddr: 0x1254, symBinAddr: 0x14CB58, symSize: 0x10 } + - { offsetInCU: 0xB97, offset: 0x18B1B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASQWb', symObjAddr: 0x1264, symBinAddr: 0x14CB68, symSize: 0x4 } + - { offsetInCU: 0xBAB, offset: 0x18B1C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFSQAAWl', symObjAddr: 0x1268, symBinAddr: 0x14CB6C, symSize: 0x44 } + - { offsetInCU: 0xBBF, offset: 0x18B1DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x12AC, symBinAddr: 0x14CBB0, symSize: 0x4 } + - { offsetInCU: 0xBD3, offset: 0x18B1F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x12B0, symBinAddr: 0x14CBB4, symSize: 0x44 } + - { offsetInCU: 0xBE7, offset: 0x18B204, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x12F4, symBinAddr: 0x14CBF8, symSize: 0x4 } + - { offsetInCU: 0xBFB, offset: 0x18B218, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x12F8, symBinAddr: 0x14CBFC, symSize: 0x44 } + - { offsetInCU: 0xC2F, offset: 0x18B24C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x14BA58, symSize: 0x24 } + - { offsetInCU: 0xCD1, offset: 0x18B2EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH04hashC0SivgTW', symObjAddr: 0x24, symBinAddr: 0x14BA7C, symSize: 0x4C } + - { offsetInCU: 0xDA9, offset: 0x18B3C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x70, symBinAddr: 0x14BAC8, symSize: 0x34 } + - { offsetInCU: 0xE25, offset: 0x18B442, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0xA4, symBinAddr: 0x14BAFC, symSize: 0x48 } + - { offsetInCU: 0xED1, offset: 0x18B4EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x178, symBinAddr: 0x14BBD0, symSize: 0x4C } + - { offsetInCU: 0xEF4, offset: 0x18B511, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3BC, symBinAddr: 0x14BE14, symSize: 0xC } + - { offsetInCU: 0xF10, offset: 0x18B52D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH04hashC0SivgTW', symObjAddr: 0x3C8, symBinAddr: 0x14BE20, symSize: 0x8 } + - { offsetInCU: 0xF2C, offset: 0x18B549, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D0, symBinAddr: 0x14BE28, symSize: 0x8 } + - { offsetInCU: 0xF48, offset: 0x18B565, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x14BE30, symSize: 0x8 } + - { offsetInCU: 0xF6A, offset: 0x18B587, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x50C, symBinAddr: 0x14BF64, symSize: 0x28 } + - { offsetInCU: 0xF86, offset: 0x18B5A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x534, symBinAddr: 0x14BF8C, symSize: 0x28 } + - { offsetInCU: 0x27, offset: 0x18B84A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x14CC40, symSize: 0x58 } + - { offsetInCU: 0x75, offset: 0x18B898, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x14CC40, symSize: 0x58 } + - { offsetInCU: 0xBC, offset: 0x18B8DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x58, symBinAddr: 0x14CC98, symSize: 0xFC } + - { offsetInCU: 0x11E, offset: 0x18B941, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x154, symBinAddr: 0x14CD94, symSize: 0x4C } + - { offsetInCU: 0x13A, offset: 0x18B95D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCfD', symObjAddr: 0x1A0, symBinAddr: 0x14CDE0, symSize: 0x34 } + - { offsetInCU: 0x168, offset: 0x18B98B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCMa', symObjAddr: 0x1D4, symBinAddr: 0x14CE14, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x18BB47, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x14CE34, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x18BB6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x14CE7C, symSize: 0x1CC } + - { offsetInCU: 0xDC, offset: 0x18BBD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x214, symBinAddr: 0x14D048, symSize: 0xE0 } + - { offsetInCU: 0x17B, offset: 0x18BC73, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F4, symBinAddr: 0x14D128, symSize: 0x130 } + - { offsetInCU: 0x1FE, offset: 0x18BCF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x434, symBinAddr: 0x14D268, symSize: 0x64 } + - { offsetInCU: 0x241, offset: 0x18BD39, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x498, symBinAddr: 0x14D2CC, symSize: 0x24 } + - { offsetInCU: 0x281, offset: 0x18BD79, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4BC, symBinAddr: 0x14D2F0, symSize: 0x4 } + - { offsetInCU: 0x2A1, offset: 0x18BD99, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4BC, symBinAddr: 0x14D2F0, symSize: 0x4 } + - { offsetInCU: 0x2CC, offset: 0x18BDC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0x14D2F4, symSize: 0x68 } + - { offsetInCU: 0x317, offset: 0x18BE0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x528, symBinAddr: 0x14D35C, symSize: 0xC } + - { offsetInCU: 0x333, offset: 0x18BE2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x534, symBinAddr: 0x14D368, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x18BE47, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO03rawD0SSvgTf4d_n', symObjAddr: 0x844, symBinAddr: 0x14D4E4, symSize: 0xC } + - { offsetInCU: 0x38B, offset: 0x18BE83, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfD', symObjAddr: 0x598, symBinAddr: 0x14D3CC, symSize: 0x2C } + - { offsetInCU: 0x45A, offset: 0x18BF52, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfE', symObjAddr: 0x590, symBinAddr: 0x14D3C4, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x18BF7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCMa', symObjAddr: 0x5C4, symBinAddr: 0x14D3F8, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x18BF93, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs0E3KeyAAWl', symObjAddr: 0x648, symBinAddr: 0x14D418, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x18BFA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwet', symObjAddr: 0x858, symBinAddr: 0x14D4F0, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x18BFBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwst', symObjAddr: 0x8A8, symBinAddr: 0x14D540, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x18BFCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwug', symObjAddr: 0x934, symBinAddr: 0x14D5CC, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x18BFE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwup', symObjAddr: 0x93C, symBinAddr: 0x14D5D4, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x18BFF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwui', symObjAddr: 0x940, symBinAddr: 0x14D5D8, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x18C00B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOMa', symObjAddr: 0x944, symBinAddr: 0x14D5DC, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x18C01F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASQWb', symObjAddr: 0x954, symBinAddr: 0x14D5EC, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x18C033, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFSQAAWl', symObjAddr: 0x958, symBinAddr: 0x14D5F0, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x18C047, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x99C, symBinAddr: 0x14D634, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x18C05B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x9A0, symBinAddr: 0x14D638, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x18C06F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x9E4, symBinAddr: 0x14D67C, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x18C083, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x9E8, symBinAddr: 0x14D680, symSize: 0x44 } + - { offsetInCU: 0x5C5, offset: 0x18C0BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x424, symBinAddr: 0x14D258, symSize: 0x4 } + - { offsetInCU: 0x5E5, offset: 0x18C0DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x424, symBinAddr: 0x14D258, symSize: 0x4 } + - { offsetInCU: 0x605, offset: 0x18C0FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x428, symBinAddr: 0x14D25C, symSize: 0x4 } + - { offsetInCU: 0x625, offset: 0x18C11D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x428, symBinAddr: 0x14D25C, symSize: 0x4 } + - { offsetInCU: 0x645, offset: 0x18C13D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x42C, symBinAddr: 0x14D260, symSize: 0x4 } + - { offsetInCU: 0x665, offset: 0x18C15D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x42C, symBinAddr: 0x14D260, symSize: 0x4 } + - { offsetInCU: 0x685, offset: 0x18C17D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x430, symBinAddr: 0x14D264, symSize: 0x4 } + - { offsetInCU: 0x6A5, offset: 0x18C19D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x430, symBinAddr: 0x14D264, symSize: 0x4 } + - { offsetInCU: 0x6BC, offset: 0x18C1B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x540, symBinAddr: 0x14D374, symSize: 0x28 } + - { offsetInCU: 0x6D8, offset: 0x18C1D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x568, symBinAddr: 0x14D39C, symSize: 0x28 } + - { offsetInCU: 0x85, offset: 0x18C40B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC16readUncompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x0, symBinAddr: 0x14D6C4, symSize: 0x120 } + - { offsetInCU: 0x211, offset: 0x18C597, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x1A8, symBinAddr: 0x14D7E4, symSize: 0x124 } + - { offsetInCU: 0x38B, offset: 0x18C711, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKFASs5Int64V_SitKXEfU_TA', symObjAddr: 0x470, symBinAddr: 0x14DA68, symSize: 0x28 } + - { offsetInCU: 0x5E, offset: 0x18C971, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x14DAD4, symSize: 0x7C } + - { offsetInCU: 0x92, offset: 0x18C9A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc', symObjAddr: 0x7C, symBinAddr: 0x14DB50, symSize: 0x4C } + - { offsetInCU: 0xB5, offset: 0x18C9C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfC', symObjAddr: 0xC8, symBinAddr: 0x14DB9C, symSize: 0x60 } + - { offsetInCU: 0xE9, offset: 0x18C9FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc', symObjAddr: 0x128, symBinAddr: 0x14DBFC, symSize: 0x44 } + - { offsetInCU: 0xFD, offset: 0x18CA10, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg', symObjAddr: 0x16C, symBinAddr: 0x14DC40, symSize: 0x34 } + - { offsetInCU: 0x12A, offset: 0x18CA3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs', symObjAddr: 0x1A0, symBinAddr: 0x14DC74, symSize: 0x24 } + - { offsetInCU: 0x146, offset: 0x18CA59, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM', symObjAddr: 0x1C4, symBinAddr: 0x14DC98, symSize: 0x40 } + - { offsetInCU: 0x1C0, offset: 0x18CAD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM.resume.0', symObjAddr: 0x204, symBinAddr: 0x14DCD8, symSize: 0x94 } + - { offsetInCU: 0x22F, offset: 0x18CB42, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvg', symObjAddr: 0x298, symBinAddr: 0x14DD6C, symSize: 0x34 } + - { offsetInCU: 0x25C, offset: 0x18CB6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvs', symObjAddr: 0x308, symBinAddr: 0x14DDDC, symSize: 0x24 } + - { offsetInCU: 0x278, offset: 0x18CB8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM', symObjAddr: 0x32C, symBinAddr: 0x14DE00, symSize: 0x40 } + - { offsetInCU: 0x2C5, offset: 0x18CBD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM.resume.0', symObjAddr: 0x36C, symBinAddr: 0x14DE40, symSize: 0x90 } + - { offsetInCU: 0x334, offset: 0x18CC47, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9valueTypeypXpvg', symObjAddr: 0x3FC, symBinAddr: 0x14DED0, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x18CC62, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg', symObjAddr: 0x408, symBinAddr: 0x14DEDC, symSize: 0xB0 } + - { offsetInCU: 0x39C, offset: 0x18CCAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x4B8, symBinAddr: 0x14DF8C, symSize: 0x14 } + - { offsetInCU: 0x3BB, offset: 0x18CCCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_Tf4nnn_g', symObjAddr: 0x10D8, symBinAddr: 0x14EAF4, symSize: 0xB4 } + - { offsetInCU: 0x44A, offset: 0x18CD5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x4F4, symBinAddr: 0x14DFC8, symSize: 0x28 } + - { offsetInCU: 0x46D, offset: 0x18CD80, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfd', symObjAddr: 0x51C, symBinAddr: 0x14DFF0, symSize: 0x44 } + - { offsetInCU: 0x4A8, offset: 0x18CDBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfD', symObjAddr: 0x560, symBinAddr: 0x14E034, symSize: 0x4C } + - { offsetInCU: 0x4EB, offset: 0x18CDFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x5AC, symBinAddr: 0x14E080, symSize: 0x20 } + - { offsetInCU: 0x525, offset: 0x18CE38, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5CC, symBinAddr: 0x14E0A0, symSize: 0xC } + - { offsetInCU: 0x545, offset: 0x18CE58, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5CC, symBinAddr: 0x14E0A0, symSize: 0xC } + - { offsetInCU: 0x581, offset: 0x18CE94, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x5D8, symBinAddr: 0x14E0AC, symSize: 0x24 } + - { offsetInCU: 0x5B6, offset: 0x18CEC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfcTf4ggn_n', symObjAddr: 0x61C, symBinAddr: 0x14E0F0, symSize: 0x160 } + - { offsetInCU: 0x612, offset: 0x18CF25, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5value33_20EE40CC71F69DE358C26FA8AA04C199LL4from9locationsSaySdGSayAA0A5ColorVG_AHtFTf4nnd_n', symObjAddr: 0x77C, symBinAddr: 0x14E250, symSize: 0x340 } + - { offsetInCU: 0xCE1, offset: 0x18D5F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfcTf4ggn_n', symObjAddr: 0xABC, symBinAddr: 0x14E590, symSize: 0x1FC } + - { offsetInCU: 0xDD8, offset: 0x18D6EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvsTf4gn_n', symObjAddr: 0xCB8, symBinAddr: 0x14E78C, symSize: 0xC0 } + - { offsetInCU: 0xE57, offset: 0x18D76A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvsTf4gn_n', symObjAddr: 0xD78, symBinAddr: 0x14E84C, symSize: 0xBC } + - { offsetInCU: 0xED7, offset: 0x18D7EA, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TR', symObjAddr: 0x4CC, symBinAddr: 0x14DFA0, symSize: 0x28 } + - { offsetInCU: 0xEEB, offset: 0x18D7FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x5FC, symBinAddr: 0x14E0D0, symSize: 0xC } + - { offsetInCU: 0xF50, offset: 0x18D863, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x608, symBinAddr: 0x14E0DC, symSize: 0x14 } + - { offsetInCU: 0x1090, offset: 0x18D9A3, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOy', symObjAddr: 0xE74, symBinAddr: 0x14E908, symSize: 0x10 } + - { offsetInCU: 0x10A4, offset: 0x18D9B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0xEB0, symBinAddr: 0x14E944, symSize: 0x1C } + - { offsetInCU: 0x10D8, offset: 0x18D9EB, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0xEF0, symBinAddr: 0x14E984, symSize: 0x28 } + - { offsetInCU: 0x1101, offset: 0x18DA14, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOe', symObjAddr: 0xF18, symBinAddr: 0x14E9AC, symSize: 0x10 } + - { offsetInCU: 0x1115, offset: 0x18DA28, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0xF5C, symBinAddr: 0x14E9BC, symSize: 0x34 } + - { offsetInCU: 0x1129, offset: 0x18DA3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCMa', symObjAddr: 0x109C, symBinAddr: 0x14EAB8, symSize: 0x20 } + - { offsetInCU: 0x113D, offset: 0x18DA50, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie0A5ColorVGSayxGSHsSHRzlWl', symObjAddr: 0x118C, symBinAddr: 0x14EBA8, symSize: 0x64 } + - { offsetInCU: 0x2B, offset: 0x18DD45, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x14EC68, symSize: 0x14C } + - { offsetInCU: 0xDE, offset: 0x18DDF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x14EC68, symSize: 0x14C } + - { offsetInCU: 0x257, offset: 0x18DF71, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC04fontD0AA09AnimationcD0_pvW', symObjAddr: 0x14C, symBinAddr: 0x14EDB4, symSize: 0x14C } + - { offsetInCU: 0x3C5, offset: 0x18E0DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCfD', symObjAddr: 0x298, symBinAddr: 0x14EF00, symSize: 0x2C } + - { offsetInCU: 0x409, offset: 0x18E123, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCMa', symObjAddr: 0x2C4, symBinAddr: 0x14EF2C, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x18E2D6, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14EF4C, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x18E2FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ', symObjAddr: 0x778, symBinAddr: 0x1EAF68, symSize: 0x0 } + - { offsetInCU: 0x9E, offset: 0x18E34D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfC', symObjAddr: 0x16C, symBinAddr: 0x14F0B8, symSize: 0x8 } + - { offsetInCU: 0xC3, offset: 0x18E372, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ', symObjAddr: 0x174, symBinAddr: 0x14F0C0, symSize: 0xC } + - { offsetInCU: 0xEF, offset: 0x18E39E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ', symObjAddr: 0x180, symBinAddr: 0x14F0CC, symSize: 0xC } + - { offsetInCU: 0x11B, offset: 0x18E3CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ', symObjAddr: 0x18C, symBinAddr: 0x14F0D8, symSize: 0xC } + - { offsetInCU: 0x147, offset: 0x18E3F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ', symObjAddr: 0x1CC, symBinAddr: 0x14F118, symSize: 0x50 } + - { offsetInCU: 0x17F, offset: 0x18E42E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ', symObjAddr: 0x21C, symBinAddr: 0x14F168, symSize: 0x8 } + - { offsetInCU: 0x1AB, offset: 0x18E45A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg', symObjAddr: 0x224, symBinAddr: 0x14F170, symSize: 0x8 } + - { offsetInCU: 0x1BF, offset: 0x18E46E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAsADP8rawValuex03RawH0Qz_tcfCTW', symObjAddr: 0x2BC, symBinAddr: 0x14F208, symSize: 0xC } + - { offsetInCU: 0x1FA, offset: 0x18E4A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2C8, symBinAddr: 0x14F214, symSize: 0x10 } + - { offsetInCU: 0x227, offset: 0x18E4D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2D8, symBinAddr: 0x14F224, symSize: 0xC } + - { offsetInCU: 0x23F, offset: 0x18E4EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2D8, symBinAddr: 0x14F224, symSize: 0xC } + - { offsetInCU: 0x2DB, offset: 0x18E58A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg', symObjAddr: 0x40, symBinAddr: 0x14EF8C, symSize: 0x58 } + - { offsetInCU: 0x2F9, offset: 0x18E5A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvg', symObjAddr: 0x98, symBinAddr: 0x14EFE4, symSize: 0x2C } + - { offsetInCU: 0x317, offset: 0x18E5C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvs', symObjAddr: 0xC4, symBinAddr: 0x14F010, symSize: 0x34 } + - { offsetInCU: 0x356, offset: 0x18E605, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM', symObjAddr: 0xF8, symBinAddr: 0x14F044, symSize: 0x10 } + - { offsetInCU: 0x374, offset: 0x18E623, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM.resume.0', symObjAddr: 0x108, symBinAddr: 0x14F054, symSize: 0x4 } + - { offsetInCU: 0x39F, offset: 0x18E64E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x10C, symBinAddr: 0x14F058, symSize: 0x14 } + - { offsetInCU: 0x3BD, offset: 0x18E66C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x120, symBinAddr: 0x14F06C, symSize: 0x14 } + - { offsetInCU: 0x3FB, offset: 0x18E6AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM', symObjAddr: 0x134, symBinAddr: 0x14F080, symSize: 0x10 } + - { offsetInCU: 0x429, offset: 0x18E6D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x144, symBinAddr: 0x14F090, symSize: 0x4 } + - { offsetInCU: 0x454, offset: 0x18E703, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvg', symObjAddr: 0x148, symBinAddr: 0x14F094, symSize: 0x8 } + - { offsetInCU: 0x472, offset: 0x18E721, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvs', symObjAddr: 0x150, symBinAddr: 0x14F09C, symSize: 0x8 } + - { offsetInCU: 0x4AF, offset: 0x18E75E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM', symObjAddr: 0x158, symBinAddr: 0x14F0A4, symSize: 0x10 } + - { offsetInCU: 0x4DD, offset: 0x18E78C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM.resume.0', symObjAddr: 0x168, symBinAddr: 0x14F0B4, symSize: 0x4 } + - { offsetInCU: 0x509, offset: 0x18E7B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x14F0E4, symSize: 0x34 } + - { offsetInCU: 0x527, offset: 0x18E7D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x14F0E4, symSize: 0x34 } + - { offsetInCU: 0x53C, offset: 0x18E7EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x14F0E4, symSize: 0x34 } + - { offsetInCU: 0x550, offset: 0x18E7FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x198, symBinAddr: 0x14F0E4, symSize: 0x34 } + - { offsetInCU: 0x5CE, offset: 0x18E87D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAASYWb', symObjAddr: 0x22C, symBinAddr: 0x14F178, symSize: 0x4 } + - { offsetInCU: 0x5E2, offset: 0x18E891, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSYAAWl', symObjAddr: 0x230, symBinAddr: 0x14F17C, symSize: 0x44 } + - { offsetInCU: 0x5F6, offset: 0x18E8A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAs0F7AlgebraPWb', symObjAddr: 0x274, symBinAddr: 0x14F1C0, symSize: 0x4 } + - { offsetInCU: 0x60A, offset: 0x18E8B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs10SetAlgebraAAWl', symObjAddr: 0x278, symBinAddr: 0x14F1C4, symSize: 0x44 } + - { offsetInCU: 0x61E, offset: 0x18E8CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAASQWb', symObjAddr: 0x2E4, symBinAddr: 0x14F230, symSize: 0x4 } + - { offsetInCU: 0x632, offset: 0x18E8E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSQAAWl', symObjAddr: 0x2E8, symBinAddr: 0x14F234, symSize: 0x44 } + - { offsetInCU: 0x646, offset: 0x18E8F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x32C, symBinAddr: 0x14F278, symSize: 0x4 } + - { offsetInCU: 0x65A, offset: 0x18E909, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs25ExpressibleByArrayLiteralAAWl', symObjAddr: 0x330, symBinAddr: 0x14F27C, symSize: 0x44 } + - { offsetInCU: 0x679, offset: 0x18E928, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwCP', symObjAddr: 0x534, symBinAddr: 0x14F480, symSize: 0x30 } + - { offsetInCU: 0x68D, offset: 0x18E93C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwxx', symObjAddr: 0x564, symBinAddr: 0x14F4B0, symSize: 0x28 } + - { offsetInCU: 0x6A1, offset: 0x18E950, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwcp', symObjAddr: 0x58C, symBinAddr: 0x14F4D8, symSize: 0x4C } + - { offsetInCU: 0x6B5, offset: 0x18E964, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwca', symObjAddr: 0x5D8, symBinAddr: 0x14F524, symSize: 0x7C } + - { offsetInCU: 0x6C9, offset: 0x18E978, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwta', symObjAddr: 0x668, symBinAddr: 0x14F5A0, symSize: 0x5C } + - { offsetInCU: 0x6DD, offset: 0x18E98C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwet', symObjAddr: 0x6C4, symBinAddr: 0x14F5FC, symSize: 0x48 } + - { offsetInCU: 0x6F1, offset: 0x18E9A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwst', symObjAddr: 0x70C, symBinAddr: 0x14F644, symSize: 0x48 } + - { offsetInCU: 0x705, offset: 0x18E9B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVMa', symObjAddr: 0x754, symBinAddr: 0x14F68C, symSize: 0x10 } + - { offsetInCU: 0x719, offset: 0x18E9C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVMa', symObjAddr: 0x764, symBinAddr: 0x14F69C, symSize: 0x10 } + - { offsetInCU: 0x81B, offset: 0x18EACA, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14EF4C, symSize: 0x40 } + - { offsetInCU: 0x833, offset: 0x18EAE2, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14EF4C, symSize: 0x40 } + - { offsetInCU: 0x847, offset: 0x18EAF6, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14EF4C, symSize: 0x40 } + - { offsetInCU: 0x85B, offset: 0x18EB0A, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14EF4C, symSize: 0x40 } + - { offsetInCU: 0x86F, offset: 0x18EB1E, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14EF4C, symSize: 0x40 } + - { offsetInCU: 0x883, offset: 0x18EB32, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14EF4C, symSize: 0x40 } + - { offsetInCU: 0x897, offset: 0x18EB46, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x14EF4C, symSize: 0x40 } + - { offsetInCU: 0xA6B, offset: 0x18ED1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x14F2C0, symSize: 0x8 } + - { offsetInCU: 0xA83, offset: 0x18ED32, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x14F2C0, symSize: 0x8 } + - { offsetInCU: 0xA97, offset: 0x18ED46, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x14F2C0, symSize: 0x8 } + - { offsetInCU: 0xAAB, offset: 0x18ED5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x374, symBinAddr: 0x14F2C0, symSize: 0x8 } + - { offsetInCU: 0xADD, offset: 0x18ED8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP5unionyxxnFTW', symObjAddr: 0x37C, symBinAddr: 0x14F2C8, symSize: 0x14 } + - { offsetInCU: 0xB88, offset: 0x18EE37, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP12intersectionyxxFTW', symObjAddr: 0x390, symBinAddr: 0x14F2DC, symSize: 0x14 } + - { offsetInCU: 0xC58, offset: 0x18EF07, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP19symmetricDifferenceyxxnFTW', symObjAddr: 0x3A4, symBinAddr: 0x14F2F0, symSize: 0x14 } + - { offsetInCU: 0xD21, offset: 0x18EFD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6insertySb8inserted_7ElementQz17memberAfterInserttAInFTW', symObjAddr: 0x3B8, symBinAddr: 0x14F304, symSize: 0x30 } + - { offsetInCU: 0xE7A, offset: 0x18F129, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6removey7ElementQzSgAHFTW', symObjAddr: 0x3E8, symBinAddr: 0x14F334, symSize: 0x38 } + - { offsetInCU: 0x1032, offset: 0x18F2E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6update4with7ElementQzSgAIn_tFTW', symObjAddr: 0x420, symBinAddr: 0x14F36C, symSize: 0x24 } + - { offsetInCU: 0x1145, offset: 0x18F3F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP9formUnionyyxnFTW', symObjAddr: 0x444, symBinAddr: 0x14F390, symSize: 0x14 } + - { offsetInCU: 0x11E8, offset: 0x18F497, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP16formIntersectionyyxFTW', symObjAddr: 0x458, symBinAddr: 0x14F3A4, symSize: 0x14 } + - { offsetInCU: 0x128B, offset: 0x18F53A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x46C, symBinAddr: 0x14F3B8, symSize: 0x14 } + - { offsetInCU: 0x133D, offset: 0x18F5EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP11subtractingyxxFTW', symObjAddr: 0x480, symBinAddr: 0x14F3CC, symSize: 0x14 } + - { offsetInCU: 0x1421, offset: 0x18F6D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8isSubset2ofSbx_tFTW', symObjAddr: 0x494, symBinAddr: 0x14F3E0, symSize: 0x14 } + - { offsetInCU: 0x1498, offset: 0x18F747, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isDisjoint4withSbx_tFTW', symObjAddr: 0x4A8, symBinAddr: 0x14F3F4, symSize: 0x14 } + - { offsetInCU: 0x1550, offset: 0x18F7FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isSuperset2ofSbx_tFTW', symObjAddr: 0x4BC, symBinAddr: 0x14F408, symSize: 0x14 } + - { offsetInCU: 0x15EA, offset: 0x18F899, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP7isEmptySbvgTW', symObjAddr: 0x4D0, symBinAddr: 0x14F41C, symSize: 0x10 } + - { offsetInCU: 0x1652, offset: 0x18F901, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPyxqd__ncSTRd__7ElementQyd__AFRtzlufCTW', symObjAddr: 0x4E0, symBinAddr: 0x14F42C, symSize: 0x28 } + - { offsetInCU: 0x166E, offset: 0x18F91D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8subtractyyxFTW', symObjAddr: 0x508, symBinAddr: 0x14F454, symSize: 0x14 } + - { offsetInCU: 0x1711, offset: 0x18F9C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x51C, symBinAddr: 0x14F468, symSize: 0x14 } + - { offsetInCU: 0x174F, offset: 0x18F9FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs25ExpressibleByArrayLiteralAAsADP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x530, symBinAddr: 0x14F47C, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x18FBA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMi', symObjAddr: 0x0, symBinAddr: 0x14F6B0, symSize: 0x4 } + - { offsetInCU: 0x53, offset: 0x18FBB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMr', symObjAddr: 0x4, symBinAddr: 0x14F6B4, symSize: 0x4C } + - { offsetInCU: 0xBA, offset: 0x18FC1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC9keyframes33unsupportedAfterEffectsExpressionACyxGs15ContiguousArrayVyAA0B0CyxGG_SSSgtcfC', symObjAddr: 0x208, symBinAddr: 0x14F8B8, symSize: 0x44 } + - { offsetInCU: 0x10A, offset: 0x18FC6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueSSvg', symObjAddr: 0x24C, symBinAddr: 0x14F8FC, symSize: 0x18 } + - { offsetInCU: 0x13B, offset: 0x18FC9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x37C, symBinAddr: 0x14FA1C, symSize: 0x6C } + - { offsetInCU: 0x170, offset: 0x18FCD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x3E8, symBinAddr: 0x14FA88, symSize: 0x4 } + - { offsetInCU: 0x1A5, offset: 0x18FD07, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueSSvg', symObjAddr: 0x3EC, symBinAddr: 0x14FA8C, symSize: 0x18 } + - { offsetInCU: 0x1D6, offset: 0x18FD38, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x544, symBinAddr: 0x14FBE4, symSize: 0x2C } + - { offsetInCU: 0x1F2, offset: 0x18FD54, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x570, symBinAddr: 0x14FC10, symSize: 0x28 } + - { offsetInCU: 0x20E, offset: 0x18FD70, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValueSSvgTW', symObjAddr: 0x598, symBinAddr: 0x14FC38, symSize: 0x8 } + - { offsetInCU: 0x22A, offset: 0x18FD8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5A0, symBinAddr: 0x14FC40, symSize: 0x24 } + - { offsetInCU: 0x246, offset: 0x18FDA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValueSiSgvgTW', symObjAddr: 0x5C4, symBinAddr: 0x14FC64, symSize: 0xC } + - { offsetInCU: 0x271, offset: 0x18FDD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x5D0, symBinAddr: 0x14FC70, symSize: 0x28 } + - { offsetInCU: 0x2A2, offset: 0x18FE04, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1AF8, symBinAddr: 0x1510F8, symSize: 0x8 } + - { offsetInCU: 0x312, offset: 0x18FE74, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCfD', symObjAddr: 0x684, symBinAddr: 0x14FD00, symSize: 0x2C } + - { offsetInCU: 0x35D, offset: 0x18FEBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlF', symObjAddr: 0x50, symBinAddr: 0x14F700, symSize: 0x158 } + - { offsetInCU: 0x3FC, offset: 0x18FF5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_', symObjAddr: 0x17AC, symBinAddr: 0x150E18, symSize: 0xA8 } + - { offsetInCU: 0x460, offset: 0x18FFC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE12interpolatorAA0D13ValueProvider_pvg', symObjAddr: 0x1A8, symBinAddr: 0x14F858, symSize: 0x60 } + - { offsetInCU: 0x49D, offset: 0x18FFFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9withValueyACyqd__Gqd__lF', symObjAddr: 0x264, symBinAddr: 0x14F914, symSize: 0x108 } + - { offsetInCU: 0x4EA, offset: 0x19004C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMa', symObjAddr: 0x6B0, symBinAddr: 0x14FD2C, symSize: 0xC } + - { offsetInCU: 0x509, offset: 0x19006B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0x6CC, symBinAddr: 0x14FD38, symSize: 0x9E4 } + - { offsetInCU: 0x6E9, offset: 0x19024B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x10B0, symBinAddr: 0x15071C, symSize: 0x2C } + - { offsetInCU: 0x738, offset: 0x19029A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x10DC, symBinAddr: 0x150748, symSize: 0x4D4 } + - { offsetInCU: 0x8B1, offset: 0x190413, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x15B0, symBinAddr: 0x150C1C, symSize: 0x24 } + - { offsetInCU: 0x8D4, offset: 0x190436, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x15D4, symBinAddr: 0x150C40, symSize: 0x74 } + - { offsetInCU: 0x931, offset: 0x190493, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x1648, symBinAddr: 0x150CB4, symSize: 0x10 } + - { offsetInCU: 0x958, offset: 0x1904BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x1658, symBinAddr: 0x150CC4, symSize: 0x84 } + - { offsetInCU: 0x9CE, offset: 0x190530, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE9hashValueSivg', symObjAddr: 0x16DC, symBinAddr: 0x150D48, symSize: 0x44 } + - { offsetInCU: 0xA4C, offset: 0x1905AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x1720, symBinAddr: 0x150D8C, symSize: 0x24 } + - { offsetInCU: 0xA68, offset: 0x1905CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1744, symBinAddr: 0x150DB0, symSize: 0x24 } + - { offsetInCU: 0xA7C, offset: 0x1905DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvg', symObjAddr: 0x1854, symBinAddr: 0x150EC0, symSize: 0x4C } + - { offsetInCU: 0xAE1, offset: 0x190643, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP7untypedACyypGvgTW', symObjAddr: 0x18A0, symBinAddr: 0x150F0C, symSize: 0x24 } + - { offsetInCU: 0xAFD, offset: 0x19065F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP12interpolatorAA0D13ValueProvider_pvgTW', symObjAddr: 0x18C4, symBinAddr: 0x150F30, symSize: 0x24 } + - { offsetInCU: 0xB19, offset: 0x19067B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSQWb', symObjAddr: 0x18E8, symBinAddr: 0x150F54, symSize: 0x38 } + - { offsetInCU: 0xB2D, offset: 0x19068F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_TA', symObjAddr: 0x1920, symBinAddr: 0x150F8C, symSize: 0x1C } + - { offsetInCU: 0xB41, offset: 0x1906A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMa', symObjAddr: 0x193C, symBinAddr: 0x150FA8, symSize: 0xC } + - { offsetInCU: 0xB5C, offset: 0x1906BE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF', symObjAddr: 0x19B4, symBinAddr: 0x150FB4, symSize: 0x60 } + - { offsetInCU: 0xBFA, offset: 0x19075C, size: 0x8, addend: 0x0, symName: '_$sSa13_adoptStorage_5countSayxG_SpyxGts016_ContiguousArrayB0CyxGn_SitFZTf4gnn_n', symObjAddr: 0x1B00, symBinAddr: 0x151100, symSize: 0x88 } + - { offsetInCU: 0xC69, offset: 0x1907CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvgypxXEfU_TA', symObjAddr: 0x1BC8, symBinAddr: 0x151188, symSize: 0x50 } + - { offsetInCU: 0xCA4, offset: 0x190806, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMi', symObjAddr: 0x1C80, symBinAddr: 0x1511D8, symSize: 0x8 } + - { offsetInCU: 0xCB8, offset: 0x19081A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwet', symObjAddr: 0x1C98, symBinAddr: 0x1511E0, symSize: 0x90 } + - { offsetInCU: 0xCCC, offset: 0x19082E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwst', symObjAddr: 0x1D28, symBinAddr: 0x151270, symSize: 0xBC } + - { offsetInCU: 0xCE0, offset: 0x190842, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwug', symObjAddr: 0x1DE4, symBinAddr: 0x15132C, symSize: 0x8 } + - { offsetInCU: 0xCF4, offset: 0x190856, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwup', symObjAddr: 0x1DEC, symBinAddr: 0x151334, symSize: 0x4 } + - { offsetInCU: 0xD08, offset: 0x19086A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwui', symObjAddr: 0x1DF0, symBinAddr: 0x151338, symSize: 0xC } + - { offsetInCU: 0xD1C, offset: 0x19087E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASQWb', symObjAddr: 0x1DFC, symBinAddr: 0x151344, symSize: 0x10 } + - { offsetInCU: 0xD30, offset: 0x190892, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E0C, symBinAddr: 0x151354, symSize: 0x10 } + - { offsetInCU: 0xD44, offset: 0x1908A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1E1C, symBinAddr: 0x151364, symSize: 0x10 } + - { offsetInCU: 0xDA9, offset: 0x19090B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x404, symBinAddr: 0x14FAA4, symSize: 0x54 } + - { offsetInCU: 0xDC5, offset: 0x190927, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x458, symBinAddr: 0x14FAF8, symSize: 0x4C } + - { offsetInCU: 0xDE1, offset: 0x190943, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4A4, symBinAddr: 0x14FB44, symSize: 0x50 } + - { offsetInCU: 0xDFD, offset: 0x19095F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4F4, symBinAddr: 0x14FB94, symSize: 0x50 } + - { offsetInCU: 0xE1F, offset: 0x190981, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x5F8, symBinAddr: 0x14FC98, symSize: 0x34 } + - { offsetInCU: 0xE3B, offset: 0x19099D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x62C, symBinAddr: 0x14FCCC, symSize: 0x34 } + - { offsetInCU: 0xF08, offset: 0x190A6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1768, symBinAddr: 0x150DD4, symSize: 0x44 } + - { offsetInCU: 0xF4C, offset: 0x190AAE, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV6appendyyxnFTf4gn_n', symObjAddr: 0x1A14, symBinAddr: 0x151014, symSize: 0x74 } + - { offsetInCU: 0xFBA, offset: 0x190B1C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV12arrayLiteralAByxGxd_tcfCTf4gn_n', symObjAddr: 0x1A88, symBinAddr: 0x151088, symSize: 0x70 } + - { offsetInCU: 0x2B, offset: 0x190DDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x151374, symSize: 0x15C } + - { offsetInCU: 0xBD, offset: 0x190E6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x151374, symSize: 0x15C } + - { offsetInCU: 0x1F6, offset: 0x190FA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15setupAnimations7contextyAA0dC7ContextV_tKF', symObjAddr: 0x15C, symBinAddr: 0x1514D0, symSize: 0x258 } + - { offsetInCU: 0x384, offset: 0x191136, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x3B4, symBinAddr: 0x151728, symSize: 0x19C } + - { offsetInCU: 0x550, offset: 0x191302, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x550, symBinAddr: 0x1518C4, symSize: 0x2C } + - { offsetInCU: 0x58A, offset: 0x19133C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCACycfcTo', symObjAddr: 0x57C, symBinAddr: 0x1518F0, symSize: 0x3C } + - { offsetInCU: 0x5ED, offset: 0x19139F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x5B8, symBinAddr: 0x15192C, symSize: 0x94 } + - { offsetInCU: 0x65A, offset: 0x19140C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x64C, symBinAddr: 0x1519C0, symSize: 0x44 } + - { offsetInCU: 0x69D, offset: 0x19144F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCfD', symObjAddr: 0x690, symBinAddr: 0x151A04, symSize: 0x30 } + - { offsetInCU: 0x6CA, offset: 0x19147C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCAA0cD0A2aDP15setupAnimations7contextyAA0dC7ContextV_tKFTW', symObjAddr: 0x6E0, symBinAddr: 0x151A54, symSize: 0x2C } + - { offsetInCU: 0x79F, offset: 0x191551, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCMa', symObjAddr: 0x6C0, symBinAddr: 0x151A34, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1917C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x151A80, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0x1917E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x151A80, symSize: 0x64 } + - { offsetInCU: 0x7C, offset: 0x191813, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfD', symObjAddr: 0x64, symBinAddr: 0x151AE4, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x19184F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x151B20, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x191890, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xAC, symBinAddr: 0x151B2C, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x1918D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xDC, symBinAddr: 0x151B5C, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x191903, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesC08gradientC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x250, symBinAddr: 0x151CD0, symSize: 0x93C } + - { offsetInCU: 0x8D0, offset: 0x192067, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x151B00, symSize: 0x20 } + - { offsetInCU: 0x90E, offset: 0x1920A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCfD', symObjAddr: 0xE8, symBinAddr: 0x151B68, symSize: 0x34 } + - { offsetInCU: 0x96F, offset: 0x192106, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x13C, symBinAddr: 0x151BBC, symSize: 0x44 } + - { offsetInCU: 0x9BB, offset: 0x192152, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x180, symBinAddr: 0x151C00, symSize: 0x24 } + - { offsetInCU: 0x9FC, offset: 0x192193, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A4, symBinAddr: 0x151C24, symSize: 0x4 } + - { offsetInCU: 0xA1C, offset: 0x1921B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A4, symBinAddr: 0x151C24, symSize: 0x4 } + - { offsetInCU: 0xA4C, offset: 0x1921E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0x151C28, symSize: 0x8 } + - { offsetInCU: 0xA6C, offset: 0x192203, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1A8, symBinAddr: 0x151C28, symSize: 0x8 } + - { offsetInCU: 0xACF, offset: 0x192266, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0x151C30, symSize: 0x10 } + - { offsetInCU: 0xAEF, offset: 0x192286, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1B0, symBinAddr: 0x151C30, symSize: 0x10 } + - { offsetInCU: 0xB36, offset: 0x1922CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x151C40, symSize: 0x8 } + - { offsetInCU: 0xB56, offset: 0x1922ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x151C40, symSize: 0x8 } + - { offsetInCU: 0xB77, offset: 0x19230E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1C8, symBinAddr: 0x151C48, symSize: 0x8 } + - { offsetInCU: 0xB97, offset: 0x19232E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1C8, symBinAddr: 0x151C48, symSize: 0x8 } + - { offsetInCU: 0xBB8, offset: 0x19234F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x151C50, symSize: 0x8 } + - { offsetInCU: 0xBD8, offset: 0x19236F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x151C50, symSize: 0x8 } + - { offsetInCU: 0xBF9, offset: 0x192390, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1D8, symBinAddr: 0x151C58, symSize: 0x8 } + - { offsetInCU: 0xC19, offset: 0x1923B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1D8, symBinAddr: 0x151C58, symSize: 0x8 } + - { offsetInCU: 0xC3A, offset: 0x1923D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1E0, symBinAddr: 0x151C60, symSize: 0xC } + - { offsetInCU: 0xC5A, offset: 0x1923F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1E0, symBinAddr: 0x151C60, symSize: 0xC } + - { offsetInCU: 0xC7B, offset: 0x192412, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1EC, symBinAddr: 0x151C6C, symSize: 0x10 } + - { offsetInCU: 0xC9B, offset: 0x192432, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1EC, symBinAddr: 0x151C6C, symSize: 0x10 } + - { offsetInCU: 0xCAD, offset: 0x192444, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1FC, symBinAddr: 0x151C7C, symSize: 0x8 } + - { offsetInCU: 0xCE7, offset: 0x19247E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x204, symBinAddr: 0x151C84, symSize: 0x4C } + - { offsetInCU: 0xD24, offset: 0x1924BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xB8C, symBinAddr: 0x15260C, symSize: 0x458 } + - { offsetInCU: 0x1618, offset: 0x192DAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCMa', symObjAddr: 0x11C, symBinAddr: 0x151B9C, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x193BDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x152A64, symSize: 0x2C } + - { offsetInCU: 0x73, offset: 0x193C25, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x152A64, symSize: 0x2C } + - { offsetInCU: 0xB8, offset: 0x193C6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCMa', symObjAddr: 0x2C, symBinAddr: 0x152A90, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x193DCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x152AB0, symSize: 0x4 } + - { offsetInCU: 0x4F, offset: 0x193DEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotificationSo18NSNotificationNameavp', symObjAddr: 0x33B8, symBinAddr: 0x201B90, symSize: 0x0 } + - { offsetInCU: 0x5D, offset: 0x193DFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x152AB0, symSize: 0x4 } + - { offsetInCU: 0x71, offset: 0x193E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMr', symObjAddr: 0x4, symBinAddr: 0x152AB4, symSize: 0x7C } + - { offsetInCU: 0x85, offset: 0x193E25, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotification_WZ', symObjAddr: 0x80, symBinAddr: 0x152B30, symSize: 0x18 } + - { offsetInCU: 0xAB, offset: 0x193E4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfd', symObjAddr: 0x98, symBinAddr: 0x152B48, symSize: 0x4C } + - { offsetInCU: 0xEF, offset: 0x193E8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfD', symObjAddr: 0xE4, symBinAddr: 0x152B94, symSize: 0x1C } + - { offsetInCU: 0x11D, offset: 0x193EBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMa', symObjAddr: 0x100, symBinAddr: 0x152BB0, symSize: 0xC } + - { offsetInCU: 0x131, offset: 0x193ED1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMi', symObjAddr: 0x10C, symBinAddr: 0x152BBC, symSize: 0x4 } + - { offsetInCU: 0x145, offset: 0x193EE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMr', symObjAddr: 0x110, symBinAddr: 0x152BC0, symSize: 0xA8 } + - { offsetInCU: 0x19D, offset: 0x193F3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCfD', symObjAddr: 0x1B8, symBinAddr: 0x152C68, symSize: 0x60 } + - { offsetInCU: 0x1FF, offset: 0x193F9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMa', symObjAddr: 0x218, symBinAddr: 0x152CC8, symSize: 0xC } + - { offsetInCU: 0x8D, offset: 0x1941AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfC', symObjAddr: 0x0, symBinAddr: 0x152CD4, symSize: 0x50 } + - { offsetInCU: 0xE4, offset: 0x194202, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc', symObjAddr: 0x50, symBinAddr: 0x152D24, symSize: 0x10 } + - { offsetInCU: 0x11D, offset: 0x19423B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x60, symBinAddr: 0x152D34, symSize: 0x5E0 } + - { offsetInCU: 0x344, offset: 0x194462, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x6D0, symBinAddr: 0x1533A4, symSize: 0x8 } + - { offsetInCU: 0x367, offset: 0x194485, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfd', symObjAddr: 0x6D8, symBinAddr: 0x1533AC, symSize: 0x2C } + - { offsetInCU: 0x3A2, offset: 0x1944C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfD', symObjAddr: 0x704, symBinAddr: 0x1533D8, symSize: 0x34 } + - { offsetInCU: 0x3E5, offset: 0x194503, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x738, symBinAddr: 0x15340C, symSize: 0x20 } + - { offsetInCU: 0x42B, offset: 0x194549, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x758, symBinAddr: 0x15342C, symSize: 0xC } + - { offsetInCU: 0x512, offset: 0x194630, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x764, symBinAddr: 0x153438, symSize: 0x4 } + - { offsetInCU: 0x535, offset: 0x194653, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x768, symBinAddr: 0x15343C, symSize: 0xC } + - { offsetInCU: 0x567, offset: 0x194685, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x774, symBinAddr: 0x153448, symSize: 0x8 } + - { offsetInCU: 0x57B, offset: 0x194699, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu0_TA', symObjAddr: 0x77C, symBinAddr: 0x153450, symSize: 0x18 } + - { offsetInCU: 0x59A, offset: 0x1946B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x7EC, symBinAddr: 0x153468, symSize: 0x98 } + - { offsetInCU: 0x603, offset: 0x194721, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCMa', symObjAddr: 0x884, symBinAddr: 0x153500, symSize: 0x20 } + - { offsetInCU: 0x617, offset: 0x194735, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCMa', symObjAddr: 0x8D0, symBinAddr: 0x15354C, symSize: 0x3C } + - { offsetInCU: 0x27, offset: 0x1949B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x153590, symSize: 0xEC } + - { offsetInCU: 0x17E, offset: 0x194B09, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x153590, symSize: 0xEC } + - { offsetInCU: 0x523, offset: 0x194EAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xEC, symBinAddr: 0x15367C, symSize: 0x68 } + - { offsetInCU: 0x743, offset: 0x1950CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x154, symBinAddr: 0x1536E4, symSize: 0x64 } + - { offsetInCU: 0x75F, offset: 0x1950EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1B8, symBinAddr: 0x153748, symSize: 0x44 } + - { offsetInCU: 0x7B1, offset: 0x19513C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1FC, symBinAddr: 0x15378C, symSize: 0x18 } + - { offsetInCU: 0x13F, offset: 0x195465, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5shape10otherItems7contextA2C0C0V_SayAHGAA0D7ContextVtKcfc', symObjAddr: 0x330, symBinAddr: 0x153AD4, symSize: 0x87C } + - { offsetInCU: 0x976, offset: 0x195C9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xBAC, symBinAddr: 0x154350, symSize: 0x7C } + - { offsetInCU: 0x9BD, offset: 0x195CE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfc', symObjAddr: 0xC28, symBinAddr: 0x1543CC, symSize: 0x20C } + - { offsetInCU: 0xA80, offset: 0x195DA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfcTo', symObjAddr: 0xE34, symBinAddr: 0x1545D8, symSize: 0x4C } + - { offsetInCU: 0xAB2, offset: 0x195DD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xE80, symBinAddr: 0x154624, symSize: 0x42C } + - { offsetInCU: 0xB66, offset: 0x195E8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC24setupSolidFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL05shapeD07contextySo07CAShapeD0C_AA0D16AnimationContextVtKF', symObjAddr: 0x12AC, symBinAddr: 0x154A50, symSize: 0xD70 } + - { offsetInCU: 0x13B2, offset: 0x1966D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC27setupGradientFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKF', symObjAddr: 0x201C, symBinAddr: 0x1557C0, symSize: 0xD1C } + - { offsetInCU: 0x1AB0, offset: 0x196DD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC017setupGradientFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0gD13ConfigurationAELLOAA0fG0C_tF', symObjAddr: 0x2D38, symBinAddr: 0x1564DC, symSize: 0x288 } + - { offsetInCU: 0x1D05, offset: 0x19702B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC014setupSolidFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLAC0gD13ConfigurationAELLOyF', symObjAddr: 0x2FC0, symBinAddr: 0x156764, symSize: 0xB8 } + - { offsetInCU: 0x1E82, offset: 0x1971A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC019setupGradientStrokeD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0F6LayersAELLVAA0fG0C_tF', symObjAddr: 0x3078, symBinAddr: 0x15681C, symSize: 0x220 } + - { offsetInCU: 0x2088, offset: 0x1973AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCACycfcTo', symObjAddr: 0x35BC, symBinAddr: 0x156D60, symSize: 0x2C } + - { offsetInCU: 0x20EF, offset: 0x197415, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfD', symObjAddr: 0x365C, symBinAddr: 0x156E00, symSize: 0x34 } + - { offsetInCU: 0x211C, offset: 0x197442, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC29setupGradientStrokeAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKFTf4xnn_n', symObjAddr: 0x3EDC, symBinAddr: 0x157654, symSize: 0x974 } + - { offsetInCU: 0x2BA6, offset: 0x197ECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV3foryAcA09ShapeItemB0C0G0VF', symObjAddr: 0x3298, symBinAddr: 0x156A3C, symSize: 0x324 } + - { offsetInCU: 0x2EA7, offset: 0x1981CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfE', symObjAddr: 0x35E8, symBinAddr: 0x156D8C, symSize: 0x74 } + - { offsetInCU: 0x2ED6, offset: 0x1981FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfETo', symObjAddr: 0x3690, symBinAddr: 0x156E34, symSize: 0x78 } + - { offsetInCU: 0x2F05, offset: 0x19822B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCMa', symObjAddr: 0x3708, symBinAddr: 0x156EAC, symSize: 0x20 } + - { offsetInCU: 0x2F19, offset: 0x19823F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwxx', symObjAddr: 0x3728, symBinAddr: 0x156ECC, symSize: 0x38 } + - { offsetInCU: 0x2F2D, offset: 0x198253, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwcp', symObjAddr: 0x3760, symBinAddr: 0x156F04, symSize: 0x54 } + - { offsetInCU: 0x2F41, offset: 0x198267, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwca', symObjAddr: 0x37B4, symBinAddr: 0x156F58, symSize: 0x8C } + - { offsetInCU: 0x2F55, offset: 0x19827B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwta', symObjAddr: 0x384C, symBinAddr: 0x156FE4, symSize: 0x64 } + - { offsetInCU: 0x2F69, offset: 0x19828F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwet', symObjAddr: 0x38B0, symBinAddr: 0x157048, symSize: 0x48 } + - { offsetInCU: 0x2F7D, offset: 0x1982A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwst', symObjAddr: 0x38F8, symBinAddr: 0x157090, symSize: 0x40 } + - { offsetInCU: 0x2F91, offset: 0x1982B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVMa', symObjAddr: 0x3938, symBinAddr: 0x1570D0, symSize: 0x10 } + - { offsetInCU: 0x2FA5, offset: 0x1982CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwCP', symObjAddr: 0x3948, symBinAddr: 0x1570E0, symSize: 0x30 } + - { offsetInCU: 0x2FB9, offset: 0x1982DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOy', symObjAddr: 0x3978, symBinAddr: 0x157110, symSize: 0x50 } + - { offsetInCU: 0x2FCD, offset: 0x1982F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwxx', symObjAddr: 0x39C8, symBinAddr: 0x157160, symSize: 0x14 } + - { offsetInCU: 0x2FE1, offset: 0x198307, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOe', symObjAddr: 0x39DC, symBinAddr: 0x157174, symSize: 0x5C } + - { offsetInCU: 0x2FF5, offset: 0x19831B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwcp', symObjAddr: 0x3A38, symBinAddr: 0x1571D0, symSize: 0x60 } + - { offsetInCU: 0x3009, offset: 0x19832F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwca', symObjAddr: 0x3A98, symBinAddr: 0x157230, symSize: 0x70 } + - { offsetInCU: 0x301D, offset: 0x198343, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwta', symObjAddr: 0x3B1C, symBinAddr: 0x1572A0, symSize: 0x48 } + - { offsetInCU: 0x3031, offset: 0x198357, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwet', symObjAddr: 0x3B64, symBinAddr: 0x1572E8, symSize: 0x48 } + - { offsetInCU: 0x3045, offset: 0x19836B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwst', symObjAddr: 0x3BAC, symBinAddr: 0x157330, symSize: 0x48 } + - { offsetInCU: 0x3059, offset: 0x19837F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwug', symObjAddr: 0x3BF4, symBinAddr: 0x157378, symSize: 0x8 } + - { offsetInCU: 0x306D, offset: 0x198393, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwup', symObjAddr: 0x3BFC, symBinAddr: 0x157380, symSize: 0x4 } + - { offsetInCU: 0x3081, offset: 0x1983A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwui', symObjAddr: 0x3C00, symBinAddr: 0x157384, symSize: 0xC } + - { offsetInCU: 0x3095, offset: 0x1983BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOMa', symObjAddr: 0x3C0C, symBinAddr: 0x157390, symSize: 0x10 } + - { offsetInCU: 0x30A9, offset: 0x1983CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VwCP', symObjAddr: 0x3C1C, symBinAddr: 0x1573A0, symSize: 0x34 } + - { offsetInCU: 0x30BD, offset: 0x1983E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwxx', symObjAddr: 0x3C50, symBinAddr: 0x1573D4, symSize: 0x28 } + - { offsetInCU: 0x30D1, offset: 0x1983F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwcp', symObjAddr: 0x3C78, symBinAddr: 0x1573FC, symSize: 0x34 } + - { offsetInCU: 0x30E5, offset: 0x19840B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwca', symObjAddr: 0x3CAC, symBinAddr: 0x157430, symSize: 0x5C } + - { offsetInCU: 0x30F9, offset: 0x19841F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwta', symObjAddr: 0x3D14, symBinAddr: 0x15748C, symSize: 0x44 } + - { offsetInCU: 0x310D, offset: 0x198433, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwet', symObjAddr: 0x3D58, symBinAddr: 0x1574D0, symSize: 0x48 } + - { offsetInCU: 0x3121, offset: 0x198447, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwst', symObjAddr: 0x3DA0, symBinAddr: 0x157518, symSize: 0x3C } + - { offsetInCU: 0x3135, offset: 0x19845B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VMa', symObjAddr: 0x3DDC, symBinAddr: 0x157554, symSize: 0x10 } + - { offsetInCU: 0x3149, offset: 0x19846F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLO4fill_AC14GradientLayersAELLVSg14gradientStroketSgWOe', symObjAddr: 0x3DEC, symBinAddr: 0x157564, symSize: 0x54 } + - { offsetInCU: 0x315D, offset: 0x198483, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOe', symObjAddr: 0x3E40, symBinAddr: 0x1575B8, symSize: 0x4C } + - { offsetInCU: 0x3171, offset: 0x198497, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOy', symObjAddr: 0x3E8C, symBinAddr: 0x157604, symSize: 0x50 } + - { offsetInCU: 0x31C5, offset: 0x1984EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4930, symBinAddr: 0x157FC8, symSize: 0x8 } + - { offsetInCU: 0x31D9, offset: 0x1984FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4938, symBinAddr: 0x157FD0, symSize: 0x8 } + - { offsetInCU: 0x27, offset: 0x1989D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x15800C, symSize: 0x50 } + - { offsetInCU: 0x4B, offset: 0x1989FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x15800C, symSize: 0x50 } + - { offsetInCU: 0x69, offset: 0x198A1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x50, symBinAddr: 0x15805C, symSize: 0x64 } + - { offsetInCU: 0xBA, offset: 0x198A6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xB4, symBinAddr: 0x1580C0, symSize: 0x6C } + - { offsetInCU: 0xF5, offset: 0x198AA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x120, symBinAddr: 0x15812C, symSize: 0x44 } + - { offsetInCU: 0x113, offset: 0x198AC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x164, symBinAddr: 0x158170, symSize: 0x54 } + - { offsetInCU: 0x164, offset: 0x198B16, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1B8, symBinAddr: 0x1581C4, symSize: 0x44 } + - { offsetInCU: 0x1A7, offset: 0x198B59, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCfD', symObjAddr: 0x1FC, symBinAddr: 0x158208, symSize: 0x34 } + - { offsetInCU: 0x1D5, offset: 0x198B87, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCMa', symObjAddr: 0x230, symBinAddr: 0x15823C, symSize: 0x20 } + - { offsetInCU: 0x92, offset: 0x198D8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xE0, symBinAddr: 0x15833C, symSize: 0x20 } + - { offsetInCU: 0xC3, offset: 0x198DBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x100, symBinAddr: 0x15835C, symSize: 0x18 } + - { offsetInCU: 0x11A, offset: 0x198E16, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x15841C, symSize: 0xD40 } + - { offsetInCU: 0x1A4, offset: 0x198EA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xF00, symBinAddr: 0x15915C, symSize: 0xFA4 } + - { offsetInCU: 0x7AE, offset: 0x1994AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x1EA4, symBinAddr: 0x15A100, symSize: 0x20 } + - { offsetInCU: 0x7E7, offset: 0x1994E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21F0, symBinAddr: 0x15A44C, symSize: 0x20 } + - { offsetInCU: 0x815, offset: 0x199511, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21F0, symBinAddr: 0x15A44C, symSize: 0x20 } + - { offsetInCU: 0x85E, offset: 0x19955A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x26A4, symBinAddr: 0x15A900, symSize: 0x44 } + - { offsetInCU: 0x8A4, offset: 0x1995A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x26E8, symBinAddr: 0x15A944, symSize: 0x28 } + - { offsetInCU: 0x8B8, offset: 0x1995B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2710, symBinAddr: 0x15A96C, symSize: 0x8 } + - { offsetInCU: 0x8EE, offset: 0x1995EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2718, symBinAddr: 0x15A974, symSize: 0x3C } + - { offsetInCU: 0x953, offset: 0x19964F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2754, symBinAddr: 0x15A9B0, symSize: 0xC } + - { offsetInCU: 0x96F, offset: 0x19966B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2760, symBinAddr: 0x15A9BC, symSize: 0xC } + - { offsetInCU: 0x98B, offset: 0x199687, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x365C, symBinAddr: 0x15B60C, symSize: 0x50 } + - { offsetInCU: 0x9C3, offset: 0x1996BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x1EC4, symBinAddr: 0x15A120, symSize: 0x18 } + - { offsetInCU: 0x9FC, offset: 0x1996F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21D8, symBinAddr: 0x15A434, symSize: 0x18 } + - { offsetInCU: 0xA2A, offset: 0x199726, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21D8, symBinAddr: 0x15A434, symSize: 0x18 } + - { offsetInCU: 0xA7C, offset: 0x199778, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x23BC, symBinAddr: 0x15A618, symSize: 0x64 } + - { offsetInCU: 0xAE2, offset: 0x1997DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x2420, symBinAddr: 0x15A67C, symSize: 0x28 } + - { offsetInCU: 0xAFE, offset: 0x1997FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2448, symBinAddr: 0x15A6A4, symSize: 0x8 } + - { offsetInCU: 0xB34, offset: 0x199830, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2450, symBinAddr: 0x15A6AC, symSize: 0x68 } + - { offsetInCU: 0xBB9, offset: 0x1998B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x24B8, symBinAddr: 0x15A714, symSize: 0xC } + - { offsetInCU: 0xBD5, offset: 0x1998D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x24C4, symBinAddr: 0x15A720, symSize: 0xC } + - { offsetInCU: 0xBFE, offset: 0x1998FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x2198, symBinAddr: 0x15A3F4, symSize: 0x20 } + - { offsetInCU: 0xC37, offset: 0x199933, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21B8, symBinAddr: 0x15A414, symSize: 0x20 } + - { offsetInCU: 0xC65, offset: 0x199961, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x21B8, symBinAddr: 0x15A414, symSize: 0x20 } + - { offsetInCU: 0xCB9, offset: 0x1999B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2234, symBinAddr: 0x15A490, symSize: 0x64 } + - { offsetInCU: 0xD1F, offset: 0x199A1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x2298, symBinAddr: 0x15A4F4, symSize: 0x28 } + - { offsetInCU: 0xD3B, offset: 0x199A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x22C0, symBinAddr: 0x15A51C, symSize: 0x8 } + - { offsetInCU: 0xD71, offset: 0x199A6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x22C8, symBinAddr: 0x15A524, symSize: 0x68 } + - { offsetInCU: 0xDF6, offset: 0x199AF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2330, symBinAddr: 0x15A58C, symSize: 0xC } + - { offsetInCU: 0xE12, offset: 0x199B0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x233C, symBinAddr: 0x15A598, symSize: 0xC } + - { offsetInCU: 0xE30, offset: 0x199B2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1EDC, symBinAddr: 0x15A138, symSize: 0x2BC } + - { offsetInCU: 0xEA3, offset: 0x199B9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfd', symObjAddr: 0x27BC, symBinAddr: 0x15AA18, symSize: 0x94 } + - { offsetInCU: 0xED0, offset: 0x199BCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfD', symObjAddr: 0x2850, symBinAddr: 0x15AAAC, symSize: 0x1C } + - { offsetInCU: 0xF15, offset: 0x199C11, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2A58, symBinAddr: 0x15ACA4, symSize: 0x54 } + - { offsetInCU: 0xF4D, offset: 0x199C49, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2AAC, symBinAddr: 0x15ACF8, symSize: 0x20 } + - { offsetInCU: 0x103F, offset: 0x199D3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCMa', symObjAddr: 0x286C, symBinAddr: 0x15AAC8, symSize: 0x20 } + - { offsetInCU: 0x1053, offset: 0x199D4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwet', symObjAddr: 0x289C, symBinAddr: 0x15AAE8, symSize: 0x90 } + - { offsetInCU: 0x1067, offset: 0x199D63, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwst', symObjAddr: 0x292C, symBinAddr: 0x15AB78, symSize: 0xBC } + - { offsetInCU: 0x107B, offset: 0x199D77, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwug', symObjAddr: 0x29E8, symBinAddr: 0x15AC34, symSize: 0x8 } + - { offsetInCU: 0x108F, offset: 0x199D8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwup', symObjAddr: 0x29F0, symBinAddr: 0x15AC3C, symSize: 0x4 } + - { offsetInCU: 0x10A3, offset: 0x199D9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwui', symObjAddr: 0x29F4, symBinAddr: 0x15AC40, symSize: 0xC } + - { offsetInCU: 0x10B7, offset: 0x199DB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOMa', symObjAddr: 0x2A00, symBinAddr: 0x15AC4C, symSize: 0x10 } + - { offsetInCU: 0x10CB, offset: 0x199DC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASQWb', symObjAddr: 0x2A10, symBinAddr: 0x15AC5C, symSize: 0x4 } + - { offsetInCU: 0x10DF, offset: 0x199DDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSQAAWl', symObjAddr: 0x2A14, symBinAddr: 0x15AC60, symSize: 0x44 } + - { offsetInCU: 0x10F3, offset: 0x199DEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs0D3KeyAAWl', symObjAddr: 0x2B30, symBinAddr: 0x15AD18, symSize: 0x44 } + - { offsetInCU: 0x1107, offset: 0x199E03, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2B94, symBinAddr: 0x15AD5C, symSize: 0x44 } + - { offsetInCU: 0x111B, offset: 0x199E17, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2CE8, symBinAddr: 0x15ADA0, symSize: 0x44 } + - { offsetInCU: 0x112F, offset: 0x199E2B, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOGSgWOc', symObjAddr: 0x2D2C, symBinAddr: 0x15ADE4, symSize: 0x48 } + - { offsetInCU: 0x1143, offset: 0x199E3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSeAAWl', symObjAddr: 0x2D74, symBinAddr: 0x15AE2C, symSize: 0x44 } + - { offsetInCU: 0x1157, offset: 0x199E53, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSYAAWl', symObjAddr: 0x2EA4, symBinAddr: 0x15AED4, symSize: 0x44 } + - { offsetInCU: 0x116B, offset: 0x199E67, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x2FA4, symBinAddr: 0x15AF54, symSize: 0x90 } + - { offsetInCU: 0x117F, offset: 0x199E7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3034, symBinAddr: 0x15AFE4, symSize: 0xBC } + - { offsetInCU: 0x1193, offset: 0x199E8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x30F0, symBinAddr: 0x15B0A0, symSize: 0x4 } + - { offsetInCU: 0x11A7, offset: 0x199EA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x30F4, symBinAddr: 0x15B0A4, symSize: 0x10 } + - { offsetInCU: 0x11BB, offset: 0x199EB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3104, symBinAddr: 0x15B0B4, symSize: 0x90 } + - { offsetInCU: 0x11CF, offset: 0x199ECB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3194, symBinAddr: 0x15B144, symSize: 0xBC } + - { offsetInCU: 0x11E3, offset: 0x199EDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x3250, symBinAddr: 0x15B200, symSize: 0x4 } + - { offsetInCU: 0x11F7, offset: 0x199EF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x3254, symBinAddr: 0x15B204, symSize: 0x10 } + - { offsetInCU: 0x120B, offset: 0x199F07, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3264, symBinAddr: 0x15B214, symSize: 0x90 } + - { offsetInCU: 0x121F, offset: 0x199F1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x32F4, symBinAddr: 0x15B2A4, symSize: 0xBC } + - { offsetInCU: 0x1233, offset: 0x199F2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwug', symObjAddr: 0x33B0, symBinAddr: 0x15B360, symSize: 0x8 } + - { offsetInCU: 0x1247, offset: 0x199F43, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x33B8, symBinAddr: 0x15B368, symSize: 0x4 } + - { offsetInCU: 0x125B, offset: 0x199F57, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwui', symObjAddr: 0x33BC, symBinAddr: 0x15B36C, symSize: 0x8 } + - { offsetInCU: 0x126F, offset: 0x199F6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x33C4, symBinAddr: 0x15B374, symSize: 0x10 } + - { offsetInCU: 0x1283, offset: 0x199F7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x33D4, symBinAddr: 0x15B384, symSize: 0x4 } + - { offsetInCU: 0x1297, offset: 0x199F93, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x33D8, symBinAddr: 0x15B388, symSize: 0x44 } + - { offsetInCU: 0x12AB, offset: 0x199FA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x341C, symBinAddr: 0x15B3CC, symSize: 0x4 } + - { offsetInCU: 0x12BF, offset: 0x199FBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3420, symBinAddr: 0x15B3D0, symSize: 0x44 } + - { offsetInCU: 0x12D3, offset: 0x199FCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3464, symBinAddr: 0x15B414, symSize: 0x4 } + - { offsetInCU: 0x12E7, offset: 0x199FE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3468, symBinAddr: 0x15B418, symSize: 0x44 } + - { offsetInCU: 0x12FB, offset: 0x199FF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x34AC, symBinAddr: 0x15B45C, symSize: 0x4 } + - { offsetInCU: 0x130F, offset: 0x19A00B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x34B0, symBinAddr: 0x15B460, symSize: 0x44 } + - { offsetInCU: 0x1323, offset: 0x19A01F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x34F4, symBinAddr: 0x15B4A4, symSize: 0x4 } + - { offsetInCU: 0x1337, offset: 0x19A033, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x34F8, symBinAddr: 0x15B4A8, symSize: 0x44 } + - { offsetInCU: 0x134B, offset: 0x19A047, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x353C, symBinAddr: 0x15B4EC, symSize: 0x4 } + - { offsetInCU: 0x135F, offset: 0x19A05B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3540, symBinAddr: 0x15B4F0, symSize: 0x44 } + - { offsetInCU: 0x1373, offset: 0x19A06F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3584, symBinAddr: 0x15B534, symSize: 0x4 } + - { offsetInCU: 0x1387, offset: 0x19A083, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3588, symBinAddr: 0x15B538, symSize: 0x44 } + - { offsetInCU: 0x139B, offset: 0x19A097, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x35CC, symBinAddr: 0x15B57C, symSize: 0x4 } + - { offsetInCU: 0x13AF, offset: 0x19A0AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x35D0, symBinAddr: 0x15B580, symSize: 0x44 } + - { offsetInCU: 0x13C3, offset: 0x19A0BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3614, symBinAddr: 0x15B5C4, symSize: 0x4 } + - { offsetInCU: 0x13D7, offset: 0x19A0D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3618, symBinAddr: 0x15B5C8, symSize: 0x44 } + - { offsetInCU: 0x140B, offset: 0x19A107, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x15825C, symSize: 0x18 } + - { offsetInCU: 0x149C, offset: 0x19A198, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x158274, symSize: 0x4C } + - { offsetInCU: 0x157D, offset: 0x19A279, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x64, symBinAddr: 0x1582C0, symSize: 0x34 } + - { offsetInCU: 0x1604, offset: 0x19A300, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98, symBinAddr: 0x1582F4, symSize: 0x48 } + - { offsetInCU: 0x16B9, offset: 0x19A3B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x118, symBinAddr: 0x158374, symSize: 0x5C } + - { offsetInCU: 0x16DC, offset: 0x19A3D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x174, symBinAddr: 0x1583D0, symSize: 0x4C } + - { offsetInCU: 0x1746, offset: 0x19A442, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2210, symBinAddr: 0x15A46C, symSize: 0xC } + - { offsetInCU: 0x1762, offset: 0x19A45E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x221C, symBinAddr: 0x15A478, symSize: 0x8 } + - { offsetInCU: 0x177E, offset: 0x19A47A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2224, symBinAddr: 0x15A480, symSize: 0x8 } + - { offsetInCU: 0x179A, offset: 0x19A496, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x222C, symBinAddr: 0x15A488, symSize: 0x8 } + - { offsetInCU: 0x17BC, offset: 0x19A4B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2348, symBinAddr: 0x15A5A4, symSize: 0x28 } + - { offsetInCU: 0x17D8, offset: 0x19A4D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2370, symBinAddr: 0x15A5CC, symSize: 0x28 } + - { offsetInCU: 0x17F4, offset: 0x19A4F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2398, symBinAddr: 0x15A5F4, symSize: 0xC } + - { offsetInCU: 0x1810, offset: 0x19A50C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x23A4, symBinAddr: 0x15A600, symSize: 0x8 } + - { offsetInCU: 0x182C, offset: 0x19A528, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x23AC, symBinAddr: 0x15A608, symSize: 0x8 } + - { offsetInCU: 0x1848, offset: 0x19A544, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x23B4, symBinAddr: 0x15A610, symSize: 0x8 } + - { offsetInCU: 0x186A, offset: 0x19A566, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x24D0, symBinAddr: 0x15A72C, symSize: 0x28 } + - { offsetInCU: 0x1886, offset: 0x19A582, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x24F8, symBinAddr: 0x15A754, symSize: 0x28 } + - { offsetInCU: 0x18C0, offset: 0x19A5BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2520, symBinAddr: 0x15A77C, symSize: 0x88 } + - { offsetInCU: 0x196F, offset: 0x19A66B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x25A8, symBinAddr: 0x15A804, symSize: 0x60 } + - { offsetInCU: 0x19ED, offset: 0x19A6E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2608, symBinAddr: 0x15A864, symSize: 0x40 } + - { offsetInCU: 0x1A3F, offset: 0x19A73B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2648, symBinAddr: 0x15A8A4, symSize: 0x5C } + - { offsetInCU: 0x1AA1, offset: 0x19A79D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x276C, symBinAddr: 0x15A9C8, symSize: 0x28 } + - { offsetInCU: 0x1ABD, offset: 0x19A7B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2794, symBinAddr: 0x15A9F0, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x19A9F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x15B66C, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x19AA09, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x15B66C, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x19AA1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwxx', symObjAddr: 0x30, symBinAddr: 0x15B69C, symSize: 0x24 } + - { offsetInCU: 0x6B, offset: 0x19AA31, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwcp', symObjAddr: 0x74, symBinAddr: 0x15B6C0, symSize: 0x44 } + - { offsetInCU: 0x7F, offset: 0x19AA45, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwca', symObjAddr: 0xB8, symBinAddr: 0x15B704, symSize: 0x40 } + - { offsetInCU: 0x93, offset: 0x19AA59, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwta', symObjAddr: 0x26C, symBinAddr: 0x15B744, symSize: 0x40 } + - { offsetInCU: 0xA7, offset: 0x19AA6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwet', symObjAddr: 0x2AC, symBinAddr: 0x15B784, symSize: 0x48 } + - { offsetInCU: 0xBB, offset: 0x19AA81, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwst', symObjAddr: 0x2F4, symBinAddr: 0x15B7CC, symSize: 0x4C } + - { offsetInCU: 0xCF, offset: 0x19AA95, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVMa', symObjAddr: 0x340, symBinAddr: 0x15B818, symSize: 0x10 } + - { offsetInCU: 0xEF, offset: 0x19AAB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufC', symObjAddr: 0x350, symBinAddr: 0x15B828, symSize: 0xD4 } + - { offsetInCU: 0x12C, offset: 0x19AAF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_', symObjAddr: 0x424, symBinAddr: 0x15B8FC, symSize: 0x2CC } + - { offsetInCU: 0x1A0, offset: 0x19AB66, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6F0, symBinAddr: 0x15BBC8, symSize: 0x28 } + - { offsetInCU: 0x1E7, offset: 0x19ABAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_TA', symObjAddr: 0x7AC, symBinAddr: 0x15BC48, symSize: 0x1C } + - { offsetInCU: 0x5A, offset: 0x19AD78, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC05setupB07contextyAA0C7ContextV_tF', symObjAddr: 0x0, symBinAddr: 0x15BC64, symSize: 0x1EC } + - { offsetInCU: 0x10F, offset: 0x19AE2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1EC, symBinAddr: 0x15BE50, symSize: 0x64 } + - { offsetInCU: 0x156, offset: 0x19AE74, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfc', symObjAddr: 0x250, symBinAddr: 0x15BEB4, symSize: 0x1BC } + - { offsetInCU: 0x219, offset: 0x19AF37, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfcTo', symObjAddr: 0x40C, symBinAddr: 0x15C070, symSize: 0x4C } + - { offsetInCU: 0x235, offset: 0x19AF53, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfD', symObjAddr: 0x484, symBinAddr: 0x15C0E8, symSize: 0x34 } + - { offsetInCU: 0x279, offset: 0x19AF97, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfE', symObjAddr: 0x458, symBinAddr: 0x15C0BC, symSize: 0x2C } + - { offsetInCU: 0x2A6, offset: 0x19AFC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfETo', symObjAddr: 0x4B8, symBinAddr: 0x15C11C, symSize: 0x38 } + - { offsetInCU: 0x2D5, offset: 0x19AFF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCMa', symObjAddr: 0x4F0, symBinAddr: 0x15C154, symSize: 0x20 } + - { offsetInCU: 0x322, offset: 0x19B040, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCAA012CustomLayoutC0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x510, symBinAddr: 0x15C174, symSize: 0x78 } + - { offsetInCU: 0x27, offset: 0x19B282, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x15C210, symSize: 0x8 } + - { offsetInCU: 0x3F, offset: 0x19B29A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x15C210, symSize: 0x8 } + - { offsetInCU: 0x53, offset: 0x19B2AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwCP', symObjAddr: 0x8, symBinAddr: 0x15C218, symSize: 0x30 } + - { offsetInCU: 0x67, offset: 0x19B2C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwxx', symObjAddr: 0x38, symBinAddr: 0x15C248, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x19B2D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwcp', symObjAddr: 0x68, symBinAddr: 0x15C278, symSize: 0x54 } + - { offsetInCU: 0x8F, offset: 0x19B2EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwca', symObjAddr: 0xBC, symBinAddr: 0x15C2CC, symSize: 0x74 } + - { offsetInCU: 0xA3, offset: 0x19B2FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwta', symObjAddr: 0x144, symBinAddr: 0x15C340, symSize: 0x54 } + - { offsetInCU: 0xB7, offset: 0x19B312, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwet', symObjAddr: 0x198, symBinAddr: 0x15C394, symSize: 0x48 } + - { offsetInCU: 0xCB, offset: 0x19B326, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwst', symObjAddr: 0x1E0, symBinAddr: 0x15C3DC, symSize: 0x48 } + - { offsetInCU: 0xDF, offset: 0x19B33A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMa', symObjAddr: 0x228, symBinAddr: 0x15C424, symSize: 0xC } + - { offsetInCU: 0xF3, offset: 0x19B34E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMi', symObjAddr: 0x260, symBinAddr: 0x15C430, symSize: 0x8 } + - { offsetInCU: 0x107, offset: 0x19B362, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwCP', symObjAddr: 0x268, symBinAddr: 0x15C438, symSize: 0x2C } + - { offsetInCU: 0x11B, offset: 0x19B376, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwxx', symObjAddr: 0x294, symBinAddr: 0x15C464, symSize: 0x8 } + - { offsetInCU: 0x12F, offset: 0x19B38A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwcp', symObjAddr: 0x29C, symBinAddr: 0x15C46C, symSize: 0x2C } + - { offsetInCU: 0x143, offset: 0x19B39E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwca', symObjAddr: 0x2C8, symBinAddr: 0x15C498, symSize: 0x38 } + - { offsetInCU: 0x157, offset: 0x19B3B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwta', symObjAddr: 0x30C, symBinAddr: 0x15C4D0, symSize: 0x30 } + - { offsetInCU: 0x16B, offset: 0x19B3C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwet', symObjAddr: 0x33C, symBinAddr: 0x15C500, symSize: 0x48 } + - { offsetInCU: 0x17F, offset: 0x19B3DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwst', symObjAddr: 0x384, symBinAddr: 0x15C548, symSize: 0x3C } + - { offsetInCU: 0x193, offset: 0x19B3EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMa', symObjAddr: 0x3C0, symBinAddr: 0x15C584, symSize: 0xC } + - { offsetInCU: 0x2B, offset: 0x19B53E, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x15C590, symSize: 0x2A8 } + - { offsetInCU: 0x26C, offset: 0x19B77F, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x15C590, symSize: 0x2A8 } + - { offsetInCU: 0x44C, offset: 0x19B95F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC17combinedKeyframesAA13KeyframeGroupCyAC0E0VGyKF', symObjAddr: 0x2A8, symBinAddr: 0x15C838, symSize: 0x11C } + - { offsetInCU: 0x522, offset: 0x19BA35, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x3C4, symBinAddr: 0x15C954, symSize: 0xB4 } + - { offsetInCU: 0x5F0, offset: 0x19BB03, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x478, symBinAddr: 0x15CA08, symSize: 0xB4 } + - { offsetInCU: 0x77F, offset: 0x19BC92, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x52C, symBinAddr: 0x15CABC, symSize: 0x154 } + - { offsetInCU: 0xAB4, offset: 0x19BFC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x680, symBinAddr: 0x15CC10, symSize: 0x4 } + - { offsetInCU: 0xAD1, offset: 0x19BFE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x730, symBinAddr: 0x15CC38, symSize: 0x8 } + - { offsetInCU: 0xAE5, offset: 0x19BFF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwCP', symObjAddr: 0x738, symBinAddr: 0x15CC40, symSize: 0x30 } + - { offsetInCU: 0xAF9, offset: 0x19C00C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwet', symObjAddr: 0x790, symBinAddr: 0x15CC70, symSize: 0x20 } + - { offsetInCU: 0xB0D, offset: 0x19C020, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwst', symObjAddr: 0x7B0, symBinAddr: 0x15CC90, symSize: 0x3C } + - { offsetInCU: 0xB21, offset: 0x19C034, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVMa', symObjAddr: 0x7EC, symBinAddr: 0x15CCCC, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x19C299, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x15CCE4, symSize: 0x2E4 } + - { offsetInCU: 0x84, offset: 0x19C2F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x2E4, symBinAddr: 0x15CFC8, symSize: 0x8 } + - { offsetInCU: 0xA4, offset: 0x19C316, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x2E4, symBinAddr: 0x15CFC8, symSize: 0x8 } + - { offsetInCU: 0x214, offset: 0x19C486, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x15CCE4, symSize: 0x2E4 } + - { offsetInCU: 0x3C8, offset: 0x19C63A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwCP', symObjAddr: 0x34C, symBinAddr: 0x15CFD0, symSize: 0x30 } + - { offsetInCU: 0x3DC, offset: 0x19C64E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwxx', symObjAddr: 0x37C, symBinAddr: 0x15D000, symSize: 0x48 } + - { offsetInCU: 0x3F0, offset: 0x19C662, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwcp', symObjAddr: 0x3E4, symBinAddr: 0x15D048, symSize: 0xB8 } + - { offsetInCU: 0x404, offset: 0x19C676, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwca', symObjAddr: 0x49C, symBinAddr: 0x15D100, symSize: 0xB0 } + - { offsetInCU: 0x418, offset: 0x19C68A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwta', symObjAddr: 0x6D8, symBinAddr: 0x15D1B0, symSize: 0x9C } + - { offsetInCU: 0x42C, offset: 0x19C69E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwet', symObjAddr: 0x774, symBinAddr: 0x15D24C, symSize: 0x48 } + - { offsetInCU: 0x440, offset: 0x19C6B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwst', symObjAddr: 0x7BC, symBinAddr: 0x15D294, symSize: 0x60 } + - { offsetInCU: 0x454, offset: 0x19C6C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVMa', symObjAddr: 0x81C, symBinAddr: 0x15D2F4, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x19C854, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x15D304, symSize: 0x44 } + - { offsetInCU: 0x6D, offset: 0x19C896, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x15D304, symSize: 0x44 } + - { offsetInCU: 0xBF, offset: 0x19C8E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x64, symBinAddr: 0x15D368, symSize: 0xC } + - { offsetInCU: 0x100, offset: 0x19C929, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x70, symBinAddr: 0x15D374, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x19C96A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x15D3A4, symSize: 0xC } + - { offsetInCU: 0x173, offset: 0x19C99C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesC4fillAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x7B4, symBinAddr: 0x15DAB8, symSize: 0x278 } + - { offsetInCU: 0x409, offset: 0x19CC32, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCMa', symObjAddr: 0x44, symBinAddr: 0x15D348, symSize: 0x20 } + - { offsetInCU: 0x447, offset: 0x19CC70, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCfD', symObjAddr: 0xAC, symBinAddr: 0x15D3B0, symSize: 0x34 } + - { offsetInCU: 0x4A8, offset: 0x19CCD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x100, symBinAddr: 0x15D404, symSize: 0x44 } + - { offsetInCU: 0x4F4, offset: 0x19CD1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x144, symBinAddr: 0x15D448, symSize: 0x24 } + - { offsetInCU: 0x535, offset: 0x19CD5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x168, symBinAddr: 0x15D46C, symSize: 0x4 } + - { offsetInCU: 0x555, offset: 0x19CD7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x168, symBinAddr: 0x15D46C, symSize: 0x4 } + - { offsetInCU: 0x585, offset: 0x19CDAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x16C, symBinAddr: 0x15D470, symSize: 0x8 } + - { offsetInCU: 0x5A5, offset: 0x19CDCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x16C, symBinAddr: 0x15D470, symSize: 0x8 } + - { offsetInCU: 0x608, offset: 0x19CE31, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x174, symBinAddr: 0x15D478, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x19CE51, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x174, symBinAddr: 0x15D478, symSize: 0x10 } + - { offsetInCU: 0x66F, offset: 0x19CE98, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x184, symBinAddr: 0x15D488, symSize: 0x8 } + - { offsetInCU: 0x68F, offset: 0x19CEB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x184, symBinAddr: 0x15D488, symSize: 0x8 } + - { offsetInCU: 0x6B0, offset: 0x19CED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x18C, symBinAddr: 0x15D490, symSize: 0x8 } + - { offsetInCU: 0x6D0, offset: 0x19CEF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x18C, symBinAddr: 0x15D490, symSize: 0x8 } + - { offsetInCU: 0x6F1, offset: 0x19CF1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x194, symBinAddr: 0x15D498, symSize: 0x8 } + - { offsetInCU: 0x711, offset: 0x19CF3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x194, symBinAddr: 0x15D498, symSize: 0x8 } + - { offsetInCU: 0x732, offset: 0x19CF5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x19C, symBinAddr: 0x15D4A0, symSize: 0x8 } + - { offsetInCU: 0x752, offset: 0x19CF7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x19C, symBinAddr: 0x15D4A0, symSize: 0x8 } + - { offsetInCU: 0x773, offset: 0x19CF9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1A4, symBinAddr: 0x15D4A8, symSize: 0xC } + - { offsetInCU: 0x793, offset: 0x19CFBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1A4, symBinAddr: 0x15D4A8, symSize: 0xC } + - { offsetInCU: 0x7B4, offset: 0x19CFDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1B0, symBinAddr: 0x15D4B4, symSize: 0x10 } + - { offsetInCU: 0x7D4, offset: 0x19CFFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1B0, symBinAddr: 0x15D4B4, symSize: 0x10 } + - { offsetInCU: 0x7E6, offset: 0x19D00F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x1C0, symBinAddr: 0x15D4C4, symSize: 0x8 } + - { offsetInCU: 0x820, offset: 0x19D049, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x1C8, symBinAddr: 0x15D4CC, symSize: 0x4C } + - { offsetInCU: 0x85D, offset: 0x19D086, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC06parentC04fillAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xA2C, symBinAddr: 0x15DD30, symSize: 0x104 } + - { offsetInCU: 0x92A, offset: 0x19D153, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xB30, symBinAddr: 0x15DE34, symSize: 0x164 } + - { offsetInCU: 0xB2C, offset: 0x19D355, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCMa', symObjAddr: 0xE0, symBinAddr: 0x15D3E4, symSize: 0x20 } + - { offsetInCU: 0xC3D, offset: 0x19D466, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x214, symBinAddr: 0x15D518, symSize: 0x11C } + - { offsetInCU: 0xCD8, offset: 0x19D501, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x330, symBinAddr: 0x15D634, symSize: 0x190 } + - { offsetInCU: 0xE63, offset: 0x19D68C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x4C0, symBinAddr: 0x15D7C4, symSize: 0x12C } + - { offsetInCU: 0xEFF, offset: 0x19D728, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x5EC, symBinAddr: 0x15D8F0, symSize: 0x1C8 } + - { offsetInCU: 0x2B, offset: 0x19E131, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x15DFA8, symSize: 0xE8 } + - { offsetInCU: 0x4F, offset: 0x19E155, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x15DFA8, symSize: 0xE8 } + - { offsetInCU: 0x9C, offset: 0x19E1A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0xE8, symBinAddr: 0x15E090, symSize: 0x3C } + - { offsetInCU: 0x12C, offset: 0x19E232, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x174, symBinAddr: 0x15E0EC, symSize: 0x74 } + - { offsetInCU: 0x1CA, offset: 0x19E2D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyFTo', symObjAddr: 0x284, symBinAddr: 0x15E160, symSize: 0x78 } + - { offsetInCU: 0x228, offset: 0x19E32E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyFTo', symObjAddr: 0x348, symBinAddr: 0x15E1D8, symSize: 0x78 } + - { offsetInCU: 0x25B, offset: 0x19E361, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC06layoutB0yyF', symObjAddr: 0x3C0, symBinAddr: 0x15E250, symSize: 0x4 } + - { offsetInCU: 0x286, offset: 0x19E38C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC22animationMovedToWindowyyF', symObjAddr: 0x3C4, symBinAddr: 0x15E254, symSize: 0x4 } + - { offsetInCU: 0x2B1, offset: 0x19E3B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x3C8, symBinAddr: 0x15E258, symSize: 0x4 } + - { offsetInCU: 0x2CD, offset: 0x19E3D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC28animationWillEnterForegroundyyFTo', symObjAddr: 0x3CC, symBinAddr: 0x15E25C, symSize: 0x4 } + - { offsetInCU: 0x2E9, offset: 0x19E3EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfC', symObjAddr: 0x3D0, symBinAddr: 0x15E260, symSize: 0x50 } + - { offsetInCU: 0x307, offset: 0x19E40D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc', symObjAddr: 0x420, symBinAddr: 0x15E2B0, symSize: 0x60 } + - { offsetInCU: 0x356, offset: 0x19E45C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x480, symBinAddr: 0x15E310, symSize: 0x6C } + - { offsetInCU: 0x391, offset: 0x19E497, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x4EC, symBinAddr: 0x15E37C, symSize: 0x44 } + - { offsetInCU: 0x3AF, offset: 0x19E4B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x530, symBinAddr: 0x15E3C0, symSize: 0x50 } + - { offsetInCU: 0x400, offset: 0x19E506, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x580, symBinAddr: 0x15E410, symSize: 0x44 } + - { offsetInCU: 0x443, offset: 0x19E549, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCfD', symObjAddr: 0x5C4, symBinAddr: 0x15E454, symSize: 0x30 } + - { offsetInCU: 0x471, offset: 0x19E577, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCMa', symObjAddr: 0x154, symBinAddr: 0x15E0CC, symSize: 0x20 } + - { offsetInCU: 0x91, offset: 0x19E796, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC8rendererAcA10NodeOutput_AA10Renderablep_tcfc', symObjAddr: 0x0, symBinAddr: 0x15E490, symSize: 0x630 } + - { offsetInCU: 0x51E, offset: 0x19EC23, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfc', symObjAddr: 0x630, symBinAddr: 0x15EAC0, symSize: 0x1B8 } + - { offsetInCU: 0x59A, offset: 0x19EC9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x7E8, symBinAddr: 0x15EC78, symSize: 0x4C } + - { offsetInCU: 0x5E0, offset: 0x19ECE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x834, symBinAddr: 0x15ECC4, symSize: 0xAC } + - { offsetInCU: 0x637, offset: 0x19ED3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC03hasC6Update8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x8E0, symBinAddr: 0x15ED70, symSize: 0x10C } + - { offsetInCU: 0x676, offset: 0x19ED7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x9EC, symBinAddr: 0x15EE7C, symSize: 0x2C8 } + - { offsetInCU: 0x6C6, offset: 0x19EDCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xCB4, symBinAddr: 0x15F144, symSize: 0x128 } + - { offsetInCU: 0x71C, offset: 0x19EE21, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0xDDC, symBinAddr: 0x15F26C, symSize: 0x50 } + - { offsetInCU: 0x738, offset: 0x19EE3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC06updateC5ScaleyyF', symObjAddr: 0xE2C, symBinAddr: 0x15F2BC, symSize: 0x164 } + - { offsetInCU: 0x970, offset: 0x19F075, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCACycfcTo', symObjAddr: 0xF90, symBinAddr: 0x15F420, symSize: 0x2C } + - { offsetInCU: 0x9D7, offset: 0x19F0DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfD', symObjAddr: 0xFE8, symBinAddr: 0x15F478, symSize: 0x34 } + - { offsetInCU: 0xB68, offset: 0x19F26D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfE', symObjAddr: 0xFBC, symBinAddr: 0x15F44C, symSize: 0x2C } + - { offsetInCU: 0xB95, offset: 0x19F29A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfETo', symObjAddr: 0x101C, symBinAddr: 0x15F4AC, symSize: 0x38 } + - { offsetInCU: 0xBC4, offset: 0x19F2C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCMa', symObjAddr: 0x1054, symBinAddr: 0x15F4E4, symSize: 0x20 } + - { offsetInCU: 0xBD8, offset: 0x19F2DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOc', symObjAddr: 0x1098, symBinAddr: 0x15F504, symSize: 0x44 } + - { offsetInCU: 0xBEC, offset: 0x19F2F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOb', symObjAddr: 0x1118, symBinAddr: 0x15F548, symSize: 0x18 } + - { offsetInCU: 0x4F, offset: 0x19F5EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1B68, symBinAddr: 0x1EBA98, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x19F609, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1B78, symBinAddr: 0x1EBAA8, symSize: 0x0 } + - { offsetInCU: 0x83, offset: 0x19F623, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1B88, symBinAddr: 0x1EBAB8, symSize: 0x0 } + - { offsetInCU: 0xDB, offset: 0x19F67B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg', symObjAddr: 0x540, symBinAddr: 0x15FAC0, symSize: 0x8 } + - { offsetInCU: 0xF9, offset: 0x19F699, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg', symObjAddr: 0x548, symBinAddr: 0x15FAC8, symSize: 0x48 } + - { offsetInCU: 0x129, offset: 0x19F6C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9animation3forAC9AnimationVSgSSSg_tF', symObjAddr: 0x0, symBinAddr: 0x15F580, symSize: 0x17C } + - { offsetInCU: 0x3C4, offset: 0x19F964, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC4data8filenameAC10Foundation4DataV_SStKcfc', symObjAddr: 0x17C, symBinAddr: 0x15F6FC, symSize: 0x3C4 } + - { offsetInCU: 0x4A1, offset: 0x19FA41, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg', symObjAddr: 0x590, symBinAddr: 0x15FB10, symSize: 0x34 } + - { offsetInCU: 0x4CE, offset: 0x19FA6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC13animationsUrl10Foundation3URLVvg', symObjAddr: 0x5C4, symBinAddr: 0x15FB44, symSize: 0x1E4 } + - { offsetInCU: 0x50A, offset: 0x19FAAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9imagesUrl10Foundation3URLVvg', symObjAddr: 0x7A8, symBinAddr: 0x15FD28, symSize: 0x1E4 } + - { offsetInCU: 0x59D, offset: 0x19FB3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10decompress33_275A06DD5956033D98FBA55D0E0AF6FCLL4from2toy10Foundation3URLV_AJtKF', symObjAddr: 0xA04, symBinAddr: 0x15FF84, symSize: 0x5D0 } + - { offsetInCU: 0x6D2, offset: 0x19FC72, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9AnimationVAA0baN0VKXEfU_', symObjAddr: 0xFD4, symBinAddr: 0x160554, symSize: 0x2DC } + - { offsetInCU: 0x803, offset: 0x19FDA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfd', symObjAddr: 0x12B0, symBinAddr: 0x160830, symSize: 0xA4 } + - { offsetInCU: 0x840, offset: 0x19FDE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfD', symObjAddr: 0x1394, symBinAddr: 0x1608D4, symSize: 0xB0 } + - { offsetInCU: 0x947, offset: 0x19FEE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0x98C, symBinAddr: 0x15FF0C, symSize: 0x30 } + - { offsetInCU: 0x961, offset: 0x19FF01, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0x9BC, symBinAddr: 0x15FF3C, symSize: 0x28 } + - { offsetInCU: 0x97B, offset: 0x19FF1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0x9E4, symBinAddr: 0x15FF64, symSize: 0x20 } + - { offsetInCU: 0xB0E, offset: 0x1A00AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMU', symObjAddr: 0x1444, symBinAddr: 0x160984, symSize: 0x8 } + - { offsetInCU: 0xB22, offset: 0x1A00C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMa', symObjAddr: 0x144C, symBinAddr: 0x16098C, symSize: 0x3C } + - { offsetInCU: 0xB36, offset: 0x1A00D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMr', symObjAddr: 0x1488, symBinAddr: 0x1609C8, symSize: 0xA4 } + - { offsetInCU: 0xB4A, offset: 0x1A00EA, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgMa', symObjAddr: 0x1538, symBinAddr: 0x160A78, symSize: 0x54 } + - { offsetInCU: 0xB5E, offset: 0x1A00FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwCP', symObjAddr: 0x158C, symBinAddr: 0x160ACC, symSize: 0x30 } + - { offsetInCU: 0xB72, offset: 0x1A0112, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwxx', symObjAddr: 0x15BC, symBinAddr: 0x160AFC, symSize: 0x30 } + - { offsetInCU: 0xB86, offset: 0x1A0126, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwcp', symObjAddr: 0x15EC, symBinAddr: 0x160B2C, symSize: 0x64 } + - { offsetInCU: 0xB9A, offset: 0x1A013A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwca', symObjAddr: 0x1650, symBinAddr: 0x160B90, symSize: 0x94 } + - { offsetInCU: 0xBAE, offset: 0x1A014E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwta', symObjAddr: 0x16F8, symBinAddr: 0x160C24, symSize: 0x6C } + - { offsetInCU: 0xBC2, offset: 0x1A0162, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwet', symObjAddr: 0x1764, symBinAddr: 0x160C90, symSize: 0x48 } + - { offsetInCU: 0xBD6, offset: 0x1A0176, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwst', symObjAddr: 0x17AC, symBinAddr: 0x160CD8, symSize: 0x4C } + - { offsetInCU: 0xBEA, offset: 0x1A018A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVMa', symObjAddr: 0x17F8, symBinAddr: 0x160D24, symSize: 0x10 } + - { offsetInCU: 0xCA3, offset: 0x1A0243, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVACSeAAWl', symObjAddr: 0x1A24, symBinAddr: 0x160F0C, symSize: 0x44 } + - { offsetInCU: 0xCB7, offset: 0x1A0257, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOc', symObjAddr: 0x1AD8, symBinAddr: 0x160F50, symSize: 0x48 } + - { offsetInCU: 0xCCB, offset: 0x1A026B, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOd', symObjAddr: 0x1B20, symBinAddr: 0x160F98, symSize: 0x48 } + - { offsetInCU: 0xD9C, offset: 0x1A033C, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie03DotC9AnimationVG_AE0dC4FileC0E0VTg5011$s6Lottie03d2A4f58C11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9E15VAA0baN0VKXEfU_AJTf1cn_nTf4ng_n', symObjAddr: 0x184C, symBinAddr: 0x160D34, symSize: 0x19C } + - { offsetInCU: 0x27, offset: 0x1A0675, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x160FE0, symSize: 0xA74 } + - { offsetInCU: 0x499, offset: 0x1A0AE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x160FE0, symSize: 0xA74 } + - { offsetInCU: 0x4F, offset: 0x1A2A04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvpZ', symObjAddr: 0x930, symBinAddr: 0x1EBBE0, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x1A2A1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvgZ', symObjAddr: 0x0, symBinAddr: 0x161A54, symSize: 0x6C } + - { offsetInCU: 0xA0, offset: 0x1A2A55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0x6C, symBinAddr: 0x161AC0, symSize: 0x38 } + - { offsetInCU: 0xFE, offset: 0x1A2AB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_182$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x48C, symBinAddr: 0x161EE0, symSize: 0x1C } + - { offsetInCU: 0x116, offset: 0x1A2ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_204$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SSyXEfu_Tf3pf_n', symObjAddr: 0x4A8, symBinAddr: 0x161EFC, symSize: 0x1C } + - { offsetInCU: 0x12E, offset: 0x1A2AE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_78$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvgSSyXEfu1_Tf3pf_n', symObjAddr: 0x4C4, symBinAddr: 0x161F18, symSize: 0x1C } + - { offsetInCU: 0x146, offset: 0x1A2AFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_62$s6Lottie18CoreAnimationLayerC07respectC9FrameRateSbvsSSyXEfu_Tf3pf_n', symObjAddr: 0x4E0, symBinAddr: 0x161F34, symSize: 0x1C } + - { offsetInCU: 0x15E, offset: 0x1A2B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_101$s6Lottie18CoreAnimationLayerC8getValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x4FC, symBinAddr: 0x161F50, symSize: 0x1C } + - { offsetInCU: 0x176, offset: 0x1A2B2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_110$s6Lottie18CoreAnimationLayerC16getOriginalValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x518, symBinAddr: 0x161F6C, symSize: 0x1C } + - { offsetInCU: 0x18E, offset: 0x1A2B43, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_77$s6Lottie18CoreAnimationLayerC5layer3forSo7CALayerCSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x534, symBinAddr: 0x161F88, symSize: 0x1C } + - { offsetInCU: 0x1A6, offset: 0x1A2B5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_97$s6Lottie18CoreAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x550, symBinAddr: 0x161FA4, symSize: 0x1C } + - { offsetInCU: 0x1BE, offset: 0x1A2B73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_87$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x56C, symBinAddr: 0x161FC0, symSize: 0x1C } + - { offsetInCU: 0x1D6, offset: 0x1A2B8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_0150$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0V39GSg12CoreGraphics7CGFloatVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x588, symBinAddr: 0x161FDC, symSize: 0x1C } + - { offsetInCU: 0x1EE, offset: 0x1A2BA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_014$sSo7CALayerC6A158E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x5A4, symBinAddr: 0x161FF8, symSize: 0x1C } + - { offsetInCU: 0x206, offset: 0x1A2BBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_', symObjAddr: 0x5C0, symBinAddr: 0x162014, symSize: 0x20 } + - { offsetInCU: 0x226, offset: 0x1A2BDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF', symObjAddr: 0xA4, symBinAddr: 0x161AF8, symSize: 0x48 } + - { offsetInCU: 0x294, offset: 0x1A2C49, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_', symObjAddr: 0x36C, symBinAddr: 0x161DC0, symSize: 0x24 } + - { offsetInCU: 0x2A8, offset: 0x1A2C5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_75$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSSyXEfu0_Tf3pf_n', symObjAddr: 0x390, symBinAddr: 0x161DE4, symSize: 0x1C } + - { offsetInCU: 0x2C0, offset: 0x1A2C75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu0_Tf3pf_n', symObjAddr: 0x3AC, symBinAddr: 0x161E00, symSize: 0x1C } + - { offsetInCU: 0x2D8, offset: 0x1A2C8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu2_Tf3pf_n', symObjAddr: 0x3C8, symBinAddr: 0x161E1C, symSize: 0x1C } + - { offsetInCU: 0x2F0, offset: 0x1A2CA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu4_Tf3pf_n', symObjAddr: 0x3E4, symBinAddr: 0x161E38, symSize: 0x1C } + - { offsetInCU: 0x308, offset: 0x1A2CBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_056$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybO35_p_AA16AnimationKeypathVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x400, symBinAddr: 0x161E54, symSize: 0x1C } + - { offsetInCU: 0x320, offset: 0x1A2CD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_05$sSa6A87AA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x41C, symBinAddr: 0x161E70, symSize: 0x1C } + - { offsetInCU: 0x338, offset: 0x1A2CED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_147$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x438, symBinAddr: 0x161E8C, symSize: 0x1C } + - { offsetInCU: 0x350, offset: 0x1A2D05, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_170$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x454, symBinAddr: 0x161EA8, symSize: 0x1C } + - { offsetInCU: 0x368, offset: 0x1A2D1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_139$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x470, symBinAddr: 0x161EC4, symSize: 0x1C } + - { offsetInCU: 0x38C, offset: 0x1A2D41, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0xEC, symBinAddr: 0x161B40, symSize: 0x38 } + - { offsetInCU: 0x3EA, offset: 0x1A2D9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_05$sSa6A55AA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyFSSyXEfu_Tf3pf_n', symObjAddr: 0x624, symBinAddr: 0x162078, symSize: 0x1C } + - { offsetInCU: 0x403, offset: 0x1A2DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKF', symObjAddr: 0x124, symBinAddr: 0x161B78, symSize: 0x38 } + - { offsetInCU: 0x441, offset: 0x1A2DF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu1_Tf3pf_n', symObjAddr: 0x640, symBinAddr: 0x162094, symSize: 0x1C } + - { offsetInCU: 0x459, offset: 0x1A2E0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu0_Tf3pf_n', symObjAddr: 0x65C, symBinAddr: 0x1620B0, symSize: 0x1C } + - { offsetInCU: 0x471, offset: 0x1A2E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_Tf3pf_n', symObjAddr: 0x678, symBinAddr: 0x1620CC, symSize: 0x1C } + - { offsetInCU: 0x48A, offset: 0x1A2E3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA_ySbyXE_SSyXEAISutcfU_', symObjAddr: 0x15C, symBinAddr: 0x161BB0, symSize: 0x4 } + - { offsetInCU: 0x4E3, offset: 0x1A2E98, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA0_ySSyXE_AISutcfU_', symObjAddr: 0x160, symBinAddr: 0x161BB4, symSize: 0x4 } + - { offsetInCU: 0x52C, offset: 0x1A2EE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA2_ySSyXEcfU_', symObjAddr: 0x164, symBinAddr: 0x161BB8, symSize: 0x4 } + - { offsetInCU: 0x5A5, offset: 0x1A2F5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfC', symObjAddr: 0x168, symBinAddr: 0x161BBC, symSize: 0x78 } + - { offsetInCU: 0x600, offset: 0x1A2FB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc', symObjAddr: 0x1E0, symBinAddr: 0x161C34, symSize: 0x18 } + - { offsetInCU: 0x656, offset: 0x1A300B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvsZ', symObjAddr: 0x250, symBinAddr: 0x161CA4, symSize: 0x74 } + - { offsetInCU: 0x69D, offset: 0x1A3052, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ', symObjAddr: 0x2C4, symBinAddr: 0x161D18, symSize: 0x6C } + - { offsetInCU: 0x6D4, offset: 0x1A3089, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ.resume.0', symObjAddr: 0x330, symBinAddr: 0x161D84, symSize: 0x4 } + - { offsetInCU: 0x6FF, offset: 0x1A30B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfd', symObjAddr: 0x694, symBinAddr: 0x1620E8, symSize: 0x34 } + - { offsetInCU: 0x73A, offset: 0x1A30EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfD', symObjAddr: 0x6C8, symBinAddr: 0x16211C, symSize: 0x3C } + - { offsetInCU: 0x78F, offset: 0x1A3144, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6shared_WZ', symObjAddr: 0x1F8, symBinAddr: 0x161C4C, symSize: 0x58 } + - { offsetInCU: 0x806, offset: 0x1A31BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x5E0, symBinAddr: 0x162034, symSize: 0x20 } + - { offsetInCU: 0x82F, offset: 0x1A31E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x600, symBinAddr: 0x162054, symSize: 0x24 } + - { offsetInCU: 0x858, offset: 0x1A320D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZ', symObjAddr: 0x704, symBinAddr: 0x162158, symSize: 0x50 } + - { offsetInCU: 0x8E2, offset: 0x1A3297, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySbyXE_SSyXEs12StaticStringVSutcfU_', symObjAddr: 0x754, symBinAddr: 0x1621A8, symSize: 0xA0 } + - { offsetInCU: 0x991, offset: 0x1A3346, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySSyXE_s12StaticStringVSutcfU0_', symObjAddr: 0x7F4, symBinAddr: 0x162248, symSize: 0x80 } + - { offsetInCU: 0xA52, offset: 0x1A3407, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCMa', symObjAddr: 0x874, symBinAddr: 0x1622C8, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1A3606, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x162318, symSize: 0x124 } + - { offsetInCU: 0x7D, offset: 0x1A365C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x162318, symSize: 0x124 } + - { offsetInCU: 0x174, offset: 0x1A3753, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x124, symBinAddr: 0x16243C, symSize: 0x138 } + - { offsetInCU: 0x27, offset: 0x1A3932, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x162574, symSize: 0x74 } + - { offsetInCU: 0x87, offset: 0x1A3992, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x162574, symSize: 0x74 } + - { offsetInCU: 0xF3, offset: 0x1A39FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCfD', symObjAddr: 0x74, symBinAddr: 0x1625E8, symSize: 0x2C } + - { offsetInCU: 0x178, offset: 0x1A3A83, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCMa', symObjAddr: 0xA0, symBinAddr: 0x162614, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1A3BEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x162634, symSize: 0x48 } + - { offsetInCU: 0x4B, offset: 0x1A3C0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x162634, symSize: 0x48 } + - { offsetInCU: 0x70, offset: 0x1A3C33, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x16267C, symSize: 0x184 } + - { offsetInCU: 0x10E, offset: 0x1A3CD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1DC, symBinAddr: 0x162810, symSize: 0x64 } + - { offsetInCU: 0x151, offset: 0x1A3D14, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x240, symBinAddr: 0x162874, symSize: 0x24 } + - { offsetInCU: 0x191, offset: 0x1A3D54, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x264, symBinAddr: 0x162898, symSize: 0x4 } + - { offsetInCU: 0x1B1, offset: 0x1A3D74, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x264, symBinAddr: 0x162898, symSize: 0x4 } + - { offsetInCU: 0x1DC, offset: 0x1A3D9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x268, symBinAddr: 0x16289C, symSize: 0x68 } + - { offsetInCU: 0x227, offset: 0x1A3DEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2D0, symBinAddr: 0x162904, symSize: 0xC } + - { offsetInCU: 0x243, offset: 0x1A3E06, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x2DC, symBinAddr: 0x162910, symSize: 0xC } + - { offsetInCU: 0x25F, offset: 0x1A3E22, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x948, symBinAddr: 0x162D34, symSize: 0x14 } + - { offsetInCU: 0x27C, offset: 0x1A3E3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x338, symBinAddr: 0x16296C, symSize: 0x1A0 } + - { offsetInCU: 0x320, offset: 0x1A3EE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfD', symObjAddr: 0x4E0, symBinAddr: 0x162B14, symSize: 0x2C } + - { offsetInCU: 0x3ED, offset: 0x1A3FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfE', symObjAddr: 0x4D8, symBinAddr: 0x162B0C, symSize: 0x8 } + - { offsetInCU: 0x41A, offset: 0x1A3FDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCMa', symObjAddr: 0x50C, symBinAddr: 0x162B40, symSize: 0x20 } + - { offsetInCU: 0x42E, offset: 0x1A3FF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwet', symObjAddr: 0x774, symBinAddr: 0x162B60, symSize: 0x50 } + - { offsetInCU: 0x442, offset: 0x1A4005, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwst', symObjAddr: 0x7C4, symBinAddr: 0x162BB0, symSize: 0x8C } + - { offsetInCU: 0x456, offset: 0x1A4019, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwug', symObjAddr: 0x850, symBinAddr: 0x162C3C, symSize: 0x8 } + - { offsetInCU: 0x46A, offset: 0x1A402D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwup', symObjAddr: 0x858, symBinAddr: 0x162C44, symSize: 0x4 } + - { offsetInCU: 0x47E, offset: 0x1A4041, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwui', symObjAddr: 0x85C, symBinAddr: 0x162C48, symSize: 0x4 } + - { offsetInCU: 0x492, offset: 0x1A4055, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOMa', symObjAddr: 0x860, symBinAddr: 0x162C4C, symSize: 0x10 } + - { offsetInCU: 0x4A6, offset: 0x1A4069, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASQWb', symObjAddr: 0x870, symBinAddr: 0x162C5C, symSize: 0x4 } + - { offsetInCU: 0x4BA, offset: 0x1A407D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAESQAAWl', symObjAddr: 0x874, symBinAddr: 0x162C60, symSize: 0x44 } + - { offsetInCU: 0x4CE, offset: 0x1A4091, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8B8, symBinAddr: 0x162CA4, symSize: 0x4 } + - { offsetInCU: 0x4E2, offset: 0x1A40A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8BC, symBinAddr: 0x162CA8, symSize: 0x44 } + - { offsetInCU: 0x4F6, offset: 0x1A40B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x900, symBinAddr: 0x162CEC, symSize: 0x4 } + - { offsetInCU: 0x50A, offset: 0x1A40CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x904, symBinAddr: 0x162CF0, symSize: 0x44 } + - { offsetInCU: 0x544, offset: 0x1A4107, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1CC, symBinAddr: 0x162800, symSize: 0x4 } + - { offsetInCU: 0x564, offset: 0x1A4127, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1CC, symBinAddr: 0x162800, symSize: 0x4 } + - { offsetInCU: 0x584, offset: 0x1A4147, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1D0, symBinAddr: 0x162804, symSize: 0x4 } + - { offsetInCU: 0x5A4, offset: 0x1A4167, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1D0, symBinAddr: 0x162804, symSize: 0x4 } + - { offsetInCU: 0x5C4, offset: 0x1A4187, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1D4, symBinAddr: 0x162808, symSize: 0x4 } + - { offsetInCU: 0x5E4, offset: 0x1A41A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1D4, symBinAddr: 0x162808, symSize: 0x4 } + - { offsetInCU: 0x604, offset: 0x1A41C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D8, symBinAddr: 0x16280C, symSize: 0x4 } + - { offsetInCU: 0x624, offset: 0x1A41E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D8, symBinAddr: 0x16280C, symSize: 0x4 } + - { offsetInCU: 0x63B, offset: 0x1A41FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2E8, symBinAddr: 0x16291C, symSize: 0x28 } + - { offsetInCU: 0x657, offset: 0x1A421A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x310, symBinAddr: 0x162944, symSize: 0x28 } + - { offsetInCU: 0x8A, offset: 0x1A442F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x162E08, symSize: 0x18 } + - { offsetInCU: 0xBB, offset: 0x1A4460, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD8, symBinAddr: 0x162E20, symSize: 0xC } + - { offsetInCU: 0xEF, offset: 0x1A4494, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x18C, symBinAddr: 0x162ED4, symSize: 0x698 } + - { offsetInCU: 0x276, offset: 0x1A461B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueSSvg', symObjAddr: 0x824, symBinAddr: 0x16356C, symSize: 0x20 } + - { offsetInCU: 0x2AF, offset: 0x1A4654, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x844, symBinAddr: 0x16358C, symSize: 0x20 } + - { offsetInCU: 0x2DD, offset: 0x1A4682, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x844, symBinAddr: 0x16358C, symSize: 0x20 } + - { offsetInCU: 0x326, offset: 0x1A46CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValuexSg03RawR0Qz_tcfCTW', symObjAddr: 0x9E8, symBinAddr: 0x163730, symSize: 0x44 } + - { offsetInCU: 0x36C, offset: 0x1A4711, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValue03RawR0QzvgTW', symObjAddr: 0xA2C, symBinAddr: 0x163774, symSize: 0x28 } + - { offsetInCU: 0x380, offset: 0x1A4725, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA54, symBinAddr: 0x16379C, symSize: 0x8 } + - { offsetInCU: 0x3B6, offset: 0x1A475B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA5C, symBinAddr: 0x1637A4, symSize: 0x3C } + - { offsetInCU: 0x41B, offset: 0x1A47C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA98, symBinAddr: 0x1637E0, symSize: 0xC } + - { offsetInCU: 0x437, offset: 0x1A47DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xAA4, symBinAddr: 0x1637EC, symSize: 0xC } + - { offsetInCU: 0x453, offset: 0x1A47F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1BF8, symBinAddr: 0x1646EC, symSize: 0x50 } + - { offsetInCU: 0x49E, offset: 0x1A4843, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCfD', symObjAddr: 0xB00, symBinAddr: 0x163848, symSize: 0x2C } + - { offsetInCU: 0x4E1, offset: 0x1A4886, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC6encode2toys7Encoder_p_tKF', symObjAddr: 0xD04, symBinAddr: 0x163A3C, symSize: 0x37C } + - { offsetInCU: 0x520, offset: 0x1A48C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1080, symBinAddr: 0x163DB8, symSize: 0x438 } + - { offsetInCU: 0x575, offset: 0x1A491A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x14B8, symBinAddr: 0x1641F0, symSize: 0x54 } + - { offsetInCU: 0x5AC, offset: 0x1A4951, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x150C, symBinAddr: 0x164244, symSize: 0x20 } + - { offsetInCU: 0x5E7, offset: 0x1A498C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x17B0, symBinAddr: 0x164374, symSize: 0x110 } + - { offsetInCU: 0x66E, offset: 0x1A4A13, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCMa', symObjAddr: 0xB2C, symBinAddr: 0x163874, symSize: 0x20 } + - { offsetInCU: 0x682, offset: 0x1A4A27, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwet', symObjAddr: 0xB5C, symBinAddr: 0x163894, symSize: 0x90 } + - { offsetInCU: 0x696, offset: 0x1A4A3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwst', symObjAddr: 0xBEC, symBinAddr: 0x163924, symSize: 0xBC } + - { offsetInCU: 0x6AA, offset: 0x1A4A4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwup', symObjAddr: 0xCA8, symBinAddr: 0x1639E0, symSize: 0x4 } + - { offsetInCU: 0x6BE, offset: 0x1A4A63, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOMa', symObjAddr: 0xCAC, symBinAddr: 0x1639E4, symSize: 0x10 } + - { offsetInCU: 0x6D2, offset: 0x1A4A77, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASQWb', symObjAddr: 0xCBC, symBinAddr: 0x1639F4, symSize: 0x4 } + - { offsetInCU: 0x6E6, offset: 0x1A4A8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSQAAWl', symObjAddr: 0xCC0, symBinAddr: 0x1639F8, symSize: 0x44 } + - { offsetInCU: 0x6FA, offset: 0x1A4A9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs0D3KeyAAWl', symObjAddr: 0x1590, symBinAddr: 0x164264, symSize: 0x44 } + - { offsetInCU: 0x70E, offset: 0x1A4AB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSeAAWl', symObjAddr: 0x15D4, symBinAddr: 0x1642A8, symSize: 0x44 } + - { offsetInCU: 0x722, offset: 0x1A4AC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSEAAWl', symObjAddr: 0x16A0, symBinAddr: 0x1642EC, symSize: 0x44 } + - { offsetInCU: 0x736, offset: 0x1A4ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSYAAWl', symObjAddr: 0x176C, symBinAddr: 0x164330, symSize: 0x44 } + - { offsetInCU: 0x74A, offset: 0x1A4AEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwet', symObjAddr: 0x19B0, symBinAddr: 0x1644A4, symSize: 0x90 } + - { offsetInCU: 0x75E, offset: 0x1A4B03, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwst', symObjAddr: 0x1A40, symBinAddr: 0x164534, symSize: 0xBC } + - { offsetInCU: 0x772, offset: 0x1A4B17, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwug', symObjAddr: 0x1AFC, symBinAddr: 0x1645F0, symSize: 0x8 } + - { offsetInCU: 0x786, offset: 0x1A4B2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwup', symObjAddr: 0x1B04, symBinAddr: 0x1645F8, symSize: 0x4 } + - { offsetInCU: 0x79A, offset: 0x1A4B3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwui', symObjAddr: 0x1B08, symBinAddr: 0x1645FC, symSize: 0x8 } + - { offsetInCU: 0x7AE, offset: 0x1A4B53, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOMa', symObjAddr: 0x1B10, symBinAddr: 0x164604, symSize: 0x10 } + - { offsetInCU: 0x7C2, offset: 0x1A4B67, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASQWb', symObjAddr: 0x1B20, symBinAddr: 0x164614, symSize: 0x4 } + - { offsetInCU: 0x7D6, offset: 0x1A4B7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFSQAAWl', symObjAddr: 0x1B24, symBinAddr: 0x164618, symSize: 0x44 } + - { offsetInCU: 0x7EA, offset: 0x1A4B8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1B68, symBinAddr: 0x16465C, symSize: 0x4 } + - { offsetInCU: 0x7FE, offset: 0x1A4BA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1B6C, symBinAddr: 0x164660, symSize: 0x44 } + - { offsetInCU: 0x812, offset: 0x1A4BB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1BB0, symBinAddr: 0x1646A4, symSize: 0x4 } + - { offsetInCU: 0x826, offset: 0x1A4BCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1BB4, symBinAddr: 0x1646A8, symSize: 0x44 } + - { offsetInCU: 0x85A, offset: 0x1A4BFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x162D48, symSize: 0x14 } + - { offsetInCU: 0x8EB, offset: 0x1A4C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH9hashValueSivgTW', symObjAddr: 0x14, symBinAddr: 0x162D5C, symSize: 0x44 } + - { offsetInCU: 0x99A, offset: 0x1A4D3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x58, symBinAddr: 0x162DA0, symSize: 0x28 } + - { offsetInCU: 0x9ED, offset: 0x1A4D92, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x162DC8, symSize: 0x40 } + - { offsetInCU: 0xA70, offset: 0x1A4E15, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE4, symBinAddr: 0x162E2C, symSize: 0x5C } + - { offsetInCU: 0xA93, offset: 0x1A4E38, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0x162E88, symSize: 0x4C } + - { offsetInCU: 0xAEF, offset: 0x1A4E94, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x864, symBinAddr: 0x1635AC, symSize: 0x88 } + - { offsetInCU: 0xB9E, offset: 0x1A4F43, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH9hashValueSivgTW', symObjAddr: 0x8EC, symBinAddr: 0x163634, symSize: 0x60 } + - { offsetInCU: 0xC1C, offset: 0x1A4FC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x94C, symBinAddr: 0x163694, symSize: 0x40 } + - { offsetInCU: 0xC6E, offset: 0x1A5013, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x98C, symBinAddr: 0x1636D4, symSize: 0x5C } + - { offsetInCU: 0xCD0, offset: 0x1A5075, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xAB0, symBinAddr: 0x1637F8, symSize: 0x28 } + - { offsetInCU: 0xCEC, offset: 0x1A5091, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xAD8, symBinAddr: 0x163820, symSize: 0x28 } + - { offsetInCU: 0x65, offset: 0x1A5288, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x164744, symSize: 0x414 } + - { offsetInCU: 0xE5, offset: 0x1A5308, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x414, symBinAddr: 0x164B58, symSize: 0x5FC } + - { offsetInCU: 0x338, offset: 0x1A555B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO8rawValueSSvg', symObjAddr: 0xA10, symBinAddr: 0x165154, symSize: 0x20 } + - { offsetInCU: 0x371, offset: 0x1A5594, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xC7C, symBinAddr: 0x1653C0, symSize: 0x20 } + - { offsetInCU: 0x39F, offset: 0x1A55C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xC7C, symBinAddr: 0x1653C0, symSize: 0x20 } + - { offsetInCU: 0x3F3, offset: 0x1A5616, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xCC0, symBinAddr: 0x165404, symSize: 0x64 } + - { offsetInCU: 0x459, offset: 0x1A567C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xD24, symBinAddr: 0x165468, symSize: 0x28 } + - { offsetInCU: 0x475, offset: 0x1A5698, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xD4C, symBinAddr: 0x165490, symSize: 0x8 } + - { offsetInCU: 0x4AB, offset: 0x1A56CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xD54, symBinAddr: 0x165498, symSize: 0x68 } + - { offsetInCU: 0x530, offset: 0x1A5753, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xDBC, symBinAddr: 0x165500, symSize: 0xC } + - { offsetInCU: 0x54C, offset: 0x1A576F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xDC8, symBinAddr: 0x16550C, symSize: 0xC } + - { offsetInCU: 0x58A, offset: 0x1A57AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xE34, symBinAddr: 0x165578, symSize: 0x64 } + - { offsetInCU: 0x5CD, offset: 0x1A57F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xE98, symBinAddr: 0x1655DC, symSize: 0x24 } + - { offsetInCU: 0x60D, offset: 0x1A5830, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xEBC, symBinAddr: 0x165600, symSize: 0x4 } + - { offsetInCU: 0x62D, offset: 0x1A5850, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xEBC, symBinAddr: 0x165600, symSize: 0x4 } + - { offsetInCU: 0x658, offset: 0x1A587B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xEC0, symBinAddr: 0x165604, symSize: 0x68 } + - { offsetInCU: 0x6A3, offset: 0x1A58C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValueSiSgvgTW', symObjAddr: 0xF28, symBinAddr: 0x16566C, symSize: 0xC } + - { offsetInCU: 0x6BF, offset: 0x1A58E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF34, symBinAddr: 0x165678, symSize: 0xC } + - { offsetInCU: 0x6DB, offset: 0x1A58FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1748, symBinAddr: 0x165C84, symSize: 0x14 } + - { offsetInCU: 0x6F9, offset: 0x1A591C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC6encode2toys7Encoder_p_tKF', symObjAddr: 0xA30, symBinAddr: 0x165174, symSize: 0x24C } + - { offsetInCU: 0x78A, offset: 0x1A59AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCfD', symObjAddr: 0xF90, symBinAddr: 0x1656D4, symSize: 0x3C } + - { offsetInCU: 0x7E5, offset: 0x1A5A08, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xFEC, symBinAddr: 0x165730, symSize: 0x54 } + - { offsetInCU: 0x81D, offset: 0x1A5A40, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1040, symBinAddr: 0x165784, symSize: 0x20 } + - { offsetInCU: 0x8DA, offset: 0x1A5AFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCMa', symObjAddr: 0xFCC, symBinAddr: 0x165710, symSize: 0x20 } + - { offsetInCU: 0x8EE, offset: 0x1A5B11, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs0C3KeyAAWl', symObjAddr: 0x10C4, symBinAddr: 0x1657A4, symSize: 0x44 } + - { offsetInCU: 0x902, offset: 0x1A5B25, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs06CodingD0AAWl', symObjAddr: 0x1128, symBinAddr: 0x1657E8, symSize: 0x44 } + - { offsetInCU: 0x916, offset: 0x1A5B39, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x1328, symBinAddr: 0x165868, symSize: 0x90 } + - { offsetInCU: 0x92A, offset: 0x1A5B4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x13B8, symBinAddr: 0x1658F8, symSize: 0xBC } + - { offsetInCU: 0x93E, offset: 0x1A5B61, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x1474, symBinAddr: 0x1659B4, symSize: 0x8 } + - { offsetInCU: 0x952, offset: 0x1A5B75, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x147C, symBinAddr: 0x1659BC, symSize: 0x4 } + - { offsetInCU: 0x966, offset: 0x1A5B89, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x1480, symBinAddr: 0x1659C0, symSize: 0x8 } + - { offsetInCU: 0x97A, offset: 0x1A5B9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x1488, symBinAddr: 0x1659C8, symSize: 0x10 } + - { offsetInCU: 0x98E, offset: 0x1A5BB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x149C, symBinAddr: 0x1659D8, symSize: 0x50 } + - { offsetInCU: 0x9A2, offset: 0x1A5BC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x14EC, symBinAddr: 0x165A28, symSize: 0x8C } + - { offsetInCU: 0x9B6, offset: 0x1A5BD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x1578, symBinAddr: 0x165AB4, symSize: 0x8 } + - { offsetInCU: 0x9CA, offset: 0x1A5BED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x1580, symBinAddr: 0x165ABC, symSize: 0x4 } + - { offsetInCU: 0x9DE, offset: 0x1A5C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x1584, symBinAddr: 0x165AC0, symSize: 0x4 } + - { offsetInCU: 0x9F2, offset: 0x1A5C15, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x1588, symBinAddr: 0x165AC4, symSize: 0x10 } + - { offsetInCU: 0xA06, offset: 0x1A5C29, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x1598, symBinAddr: 0x165AD4, symSize: 0x4 } + - { offsetInCU: 0xA1A, offset: 0x1A5C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x159C, symBinAddr: 0x165AD8, symSize: 0x44 } + - { offsetInCU: 0xA2E, offset: 0x1A5C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x15E0, symBinAddr: 0x165B1C, symSize: 0x4 } + - { offsetInCU: 0xA42, offset: 0x1A5C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x15E4, symBinAddr: 0x165B20, symSize: 0x44 } + - { offsetInCU: 0xA56, offset: 0x1A5C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1628, symBinAddr: 0x165B64, symSize: 0x4 } + - { offsetInCU: 0xA6A, offset: 0x1A5C8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x162C, symBinAddr: 0x165B68, symSize: 0x44 } + - { offsetInCU: 0xA7E, offset: 0x1A5CA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1670, symBinAddr: 0x165BAC, symSize: 0x4 } + - { offsetInCU: 0xA92, offset: 0x1A5CB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1674, symBinAddr: 0x165BB0, symSize: 0x44 } + - { offsetInCU: 0xAA6, offset: 0x1A5CC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x16B8, symBinAddr: 0x165BF4, symSize: 0x4 } + - { offsetInCU: 0xABA, offset: 0x1A5CDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x16BC, symBinAddr: 0x165BF8, symSize: 0x44 } + - { offsetInCU: 0xACE, offset: 0x1A5CF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1700, symBinAddr: 0x165C3C, symSize: 0x4 } + - { offsetInCU: 0xAE2, offset: 0x1A5D05, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1704, symBinAddr: 0x165C40, symSize: 0x44 } + - { offsetInCU: 0xB48, offset: 0x1A5D6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC9C, symBinAddr: 0x1653E0, symSize: 0xC } + - { offsetInCU: 0xB64, offset: 0x1A5D87, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xCA8, symBinAddr: 0x1653EC, symSize: 0x8 } + - { offsetInCU: 0xB80, offset: 0x1A5DA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xCB0, symBinAddr: 0x1653F4, symSize: 0x8 } + - { offsetInCU: 0xB9C, offset: 0x1A5DBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCB8, symBinAddr: 0x1653FC, symSize: 0x8 } + - { offsetInCU: 0xBBE, offset: 0x1A5DE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xDD4, symBinAddr: 0x165518, symSize: 0x28 } + - { offsetInCU: 0xBDA, offset: 0x1A5DFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xDFC, symBinAddr: 0x165540, symSize: 0x28 } + - { offsetInCU: 0xC05, offset: 0x1A5E28, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE24, symBinAddr: 0x165568, symSize: 0x4 } + - { offsetInCU: 0xC25, offset: 0x1A5E48, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE24, symBinAddr: 0x165568, symSize: 0x4 } + - { offsetInCU: 0xC45, offset: 0x1A5E68, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE28, symBinAddr: 0x16556C, symSize: 0x4 } + - { offsetInCU: 0xC65, offset: 0x1A5E88, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE28, symBinAddr: 0x16556C, symSize: 0x4 } + - { offsetInCU: 0xC85, offset: 0x1A5EA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE2C, symBinAddr: 0x165570, symSize: 0x4 } + - { offsetInCU: 0xCA5, offset: 0x1A5EC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE2C, symBinAddr: 0x165570, symSize: 0x4 } + - { offsetInCU: 0xCC5, offset: 0x1A5EE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE30, symBinAddr: 0x165574, symSize: 0x4 } + - { offsetInCU: 0xCE5, offset: 0x1A5F08, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE30, symBinAddr: 0x165574, symSize: 0x4 } + - { offsetInCU: 0xCFC, offset: 0x1A5F1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF40, symBinAddr: 0x165684, symSize: 0x28 } + - { offsetInCU: 0xD18, offset: 0x1A5F3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xF68, symBinAddr: 0x1656AC, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x1A6172, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x40, symBinAddr: 0x165C98, symSize: 0x4 } + - { offsetInCU: 0x2B, offset: 0x1A62E0, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x165D90, symSize: 0x18 } + - { offsetInCU: 0x73, offset: 0x1A6328, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x165D90, symSize: 0x18 } + - { offsetInCU: 0x104, offset: 0x1A63B9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x18, symBinAddr: 0x165DA8, symSize: 0x44 } + - { offsetInCU: 0x1E7, offset: 0x1A649C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5C, symBinAddr: 0x165DEC, symSize: 0x28 } + - { offsetInCU: 0x286, offset: 0x1A653B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5crc328checksums6UInt32VAH_tFAHSWXEfU_', symObjAddr: 0xD4, symBinAddr: 0x165E64, symSize: 0xA8 } + - { offsetInCU: 0x716, offset: 0x1A69CB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE7process9operation4size10bufferSize9skipCRC328provider8consumers6UInt32VSo019compression_stream_E0a_s5Int64VSiSbAcQ_SitKXEyACKXEtKFZTf4nnnnnnd_n', symObjAddr: 0x18C, symBinAddr: 0x165F1C, symSize: 0xD90 } + - { offsetInCU: 0x12BC, offset: 0x1A7571, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFs0E0ADWl', symObjAddr: 0xF5C, symBinAddr: 0x166CEC, symSize: 0x44 } + - { offsetInCU: 0x12D0, offset: 0x1A7585, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwet', symObjAddr: 0x1058, symBinAddr: 0x166D30, symSize: 0x90 } + - { offsetInCU: 0x12E4, offset: 0x1A7599, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwst', symObjAddr: 0x10E8, symBinAddr: 0x166DC0, symSize: 0xBC } + - { offsetInCU: 0x12F8, offset: 0x1A75AD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwug', symObjAddr: 0x11A4, symBinAddr: 0x166E7C, symSize: 0x8 } + - { offsetInCU: 0x130C, offset: 0x1A75C1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwup', symObjAddr: 0x11AC, symBinAddr: 0x166E84, symSize: 0x4 } + - { offsetInCU: 0x1320, offset: 0x1A75D5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwui', symObjAddr: 0x11B0, symBinAddr: 0x166E88, symSize: 0xC } + - { offsetInCU: 0x1334, offset: 0x1A75E9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOMa', symObjAddr: 0x11BC, symBinAddr: 0x166E94, symSize: 0x10 } + - { offsetInCU: 0x1348, offset: 0x1A75FD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSQWb', symObjAddr: 0x11CC, symBinAddr: 0x166EA4, symSize: 0x4 } + - { offsetInCU: 0x135C, offset: 0x1A7611, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFSQADWl', symObjAddr: 0x11D0, symBinAddr: 0x166EA8, symSize: 0x44 } + - { offsetInCU: 0x13AE, offset: 0x1A7663, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x84, symBinAddr: 0x165E14, symSize: 0x40 } + - { offsetInCU: 0x144A, offset: 0x1A76FF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP7_domainSSvgTW', symObjAddr: 0xC4, symBinAddr: 0x165E54, symSize: 0x4 } + - { offsetInCU: 0x1466, offset: 0x1A771B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP5_codeSivgTW', symObjAddr: 0xC8, symBinAddr: 0x165E58, symSize: 0x4 } + - { offsetInCU: 0x1482, offset: 0x1A7737, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xCC, symBinAddr: 0x165E5C, symSize: 0x4 } + - { offsetInCU: 0x149E, offset: 0x1A7753, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xD0, symBinAddr: 0x165E60, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x1A7AC5, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x166EEC, symSize: 0x238 } + - { offsetInCU: 0x174, offset: 0x1A7C12, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x166EEC, symSize: 0x238 } + - { offsetInCU: 0x3F6, offset: 0x1A7E94, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x238, symBinAddr: 0x167124, symSize: 0x5C } + - { offsetInCU: 0x44E, offset: 0x1A7EEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfD', symObjAddr: 0x29C, symBinAddr: 0x167188, symSize: 0x2C } + - { offsetInCU: 0x4B0, offset: 0x1A7F4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfE', symObjAddr: 0x294, symBinAddr: 0x167180, symSize: 0x8 } + - { offsetInCU: 0x508, offset: 0x1A7FA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCMa', symObjAddr: 0x2C8, symBinAddr: 0x1671B4, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1A81EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x1671D4, symSize: 0x128 } + - { offsetInCU: 0x79, offset: 0x1A823C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x1671D4, symSize: 0x128 } + - { offsetInCU: 0xC7, offset: 0x1A828A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x128, symBinAddr: 0x1672FC, symSize: 0x110 } + - { offsetInCU: 0xFD, offset: 0x1A82C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfC', symObjAddr: 0x290, symBinAddr: 0x16741C, symSize: 0x4C } + - { offsetInCU: 0x11B, offset: 0x1A82DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfc', symObjAddr: 0x2DC, symBinAddr: 0x167468, symSize: 0xD0 } + - { offsetInCU: 0x1C3, offset: 0x1A8386, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvg', symObjAddr: 0x4D8, symBinAddr: 0x167538, symSize: 0x30 } + - { offsetInCU: 0x20E, offset: 0x1A83D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvs', symObjAddr: 0x508, symBinAddr: 0x167568, symSize: 0x50 } + - { offsetInCU: 0x254, offset: 0x1A8417, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM', symObjAddr: 0x558, symBinAddr: 0x1675B8, symSize: 0x40 } + - { offsetInCU: 0x283, offset: 0x1A8446, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM.resume.0', symObjAddr: 0x598, symBinAddr: 0x1675F8, symSize: 0x34 } + - { offsetInCU: 0x2C2, offset: 0x1A8485, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9valueTypeypXpvg', symObjAddr: 0x5CC, symBinAddr: 0x16762C, symSize: 0xC } + - { offsetInCU: 0x2ED, offset: 0x1A84B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x5D8, symBinAddr: 0x167638, symSize: 0xA8 } + - { offsetInCU: 0x33A, offset: 0x1A84FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x690, symBinAddr: 0x1676F0, symSize: 0x34 } + - { offsetInCU: 0x3A0, offset: 0x1A8563, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x724, symBinAddr: 0x167784, symSize: 0x18 } + - { offsetInCU: 0x3C3, offset: 0x1A8586, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfd', symObjAddr: 0x73C, symBinAddr: 0x16779C, symSize: 0x24 } + - { offsetInCU: 0x3FE, offset: 0x1A85C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfD', symObjAddr: 0x794, symBinAddr: 0x1677C0, symSize: 0x2C } + - { offsetInCU: 0x441, offset: 0x1A8604, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x7C0, symBinAddr: 0x1677EC, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0x1A8620, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x7E0, symBinAddr: 0x16780C, symSize: 0xC } + - { offsetInCU: 0x4A3, offset: 0x1A8666, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7EC, symBinAddr: 0x167818, symSize: 0x1C } + - { offsetInCU: 0x503, offset: 0x1A86C6, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOe', symObjAddr: 0x238, symBinAddr: 0x16740C, symSize: 0x10 } + - { offsetInCU: 0x538, offset: 0x1A86FB, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOy', symObjAddr: 0x680, symBinAddr: 0x1676E0, symSize: 0x10 } + - { offsetInCU: 0x54C, offset: 0x1A870F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6F0, symBinAddr: 0x167750, symSize: 0x34 } + - { offsetInCU: 0x594, offset: 0x1A8757, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x808, symBinAddr: 0x167834, symSize: 0xC } + - { offsetInCU: 0x5C3, offset: 0x1A8786, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x814, symBinAddr: 0x167840, symSize: 0xC } + - { offsetInCU: 0x60D, offset: 0x1A87D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x820, symBinAddr: 0x16784C, symSize: 0x14 } + - { offsetInCU: 0x650, offset: 0x1A8813, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCMa', symObjAddr: 0x8CC, symBinAddr: 0x1678F8, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x1A8A40, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfC', symObjAddr: 0x0, symBinAddr: 0x167934, symSize: 0x8C } + - { offsetInCU: 0x69, offset: 0x1A8A5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfC', symObjAddr: 0x8C, symBinAddr: 0x1679C0, symSize: 0x54 } + - { offsetInCU: 0x87, offset: 0x1A8A7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc', symObjAddr: 0xE0, symBinAddr: 0x167A14, symSize: 0xEC } + - { offsetInCU: 0xF4, offset: 0x1A8AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc', symObjAddr: 0x1CC, symBinAddr: 0x167B00, symSize: 0x128 } + - { offsetInCU: 0x19D, offset: 0x1A8B92, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5valuexvg', symObjAddr: 0x2F4, symBinAddr: 0x167C28, symSize: 0x1C } + - { offsetInCU: 0x1D8, offset: 0x1A8BCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg', symObjAddr: 0x310, symBinAddr: 0x167C44, symSize: 0x10 } + - { offsetInCU: 0x205, offset: 0x1A8BFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC6isHoldSbvg', symObjAddr: 0x320, symBinAddr: 0x167C54, symSize: 0x10 } + - { offsetInCU: 0x232, offset: 0x1A8C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg', symObjAddr: 0x330, symBinAddr: 0x167C64, symSize: 0x20 } + - { offsetInCU: 0x25F, offset: 0x1A8C54, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg', symObjAddr: 0x350, symBinAddr: 0x167C84, symSize: 0x20 } + - { offsetInCU: 0x28C, offset: 0x1A8C81, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg', symObjAddr: 0x370, symBinAddr: 0x167CA4, symSize: 0x28 } + - { offsetInCU: 0x2B9, offset: 0x1A8CAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg', symObjAddr: 0x398, symBinAddr: 0x167CCC, symSize: 0x28 } + - { offsetInCU: 0x2E6, offset: 0x1A8CDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfd', symObjAddr: 0x3C0, symBinAddr: 0x167CF4, symSize: 0x2C } + - { offsetInCU: 0x335, offset: 0x1A8D2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfD', symObjAddr: 0x3EC, symBinAddr: 0x167D20, symSize: 0x38 } + - { offsetInCU: 0x3CA, offset: 0x1A8DBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x424, symBinAddr: 0x167D58, symSize: 0x1A8 } + - { offsetInCU: 0x451, offset: 0x1A8E46, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x5CC, symBinAddr: 0x167F00, symSize: 0x10 } + - { offsetInCU: 0x50C, offset: 0x1A8F01, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x5DC, symBinAddr: 0x167F10, symSize: 0x1D0 } + - { offsetInCU: 0x85F, offset: 0x1A9254, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE9hashValueSivg', symObjAddr: 0x7AC, symBinAddr: 0x1680E0, symSize: 0x44 } + - { offsetInCU: 0x8DD, offset: 0x1A92D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x7F0, symBinAddr: 0x168124, symSize: 0x24 } + - { offsetInCU: 0x8F9, offset: 0x1A92EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x814, symBinAddr: 0x168148, symSize: 0x24 } + - { offsetInCU: 0x90D, offset: 0x1A9302, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSQWb', symObjAddr: 0x87C, symBinAddr: 0x1681B0, symSize: 0x38 } + - { offsetInCU: 0x921, offset: 0x1A9316, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMi', symObjAddr: 0x8B4, symBinAddr: 0x1681E8, symSize: 0x4 } + - { offsetInCU: 0x935, offset: 0x1A932A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMr', symObjAddr: 0x8B8, symBinAddr: 0x1681EC, symSize: 0xA0 } + - { offsetInCU: 0x949, offset: 0x1A933E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMa', symObjAddr: 0x958, symBinAddr: 0x16828C, symSize: 0xC } + - { offsetInCU: 0xA02, offset: 0x1A93F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x838, symBinAddr: 0x16816C, symSize: 0x44 } + - { offsetInCU: 0x2B, offset: 0x1A9603, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x1682B4, symSize: 0x64 } + - { offsetInCU: 0x4F, offset: 0x1A9627, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x1682B4, symSize: 0x64 } + - { offsetInCU: 0x7C, offset: 0x1A9654, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfD', symObjAddr: 0x64, symBinAddr: 0x168318, symSize: 0x1C } + - { offsetInCU: 0xB8, offset: 0x1A9690, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x168354, symSize: 0xC } + - { offsetInCU: 0xF9, offset: 0x1A96D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xAC, symBinAddr: 0x168360, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x1A9712, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xDC, symBinAddr: 0x168390, symSize: 0xC } + - { offsetInCU: 0x16C, offset: 0x1A9744, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesC4starAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xAF8, symBinAddr: 0x168DAC, symSize: 0x5F4 } + - { offsetInCU: 0x6B3, offset: 0x1A9C8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x168334, symSize: 0x20 } + - { offsetInCU: 0x7F3, offset: 0x1A9DCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE8, symBinAddr: 0x16839C, symSize: 0x170 } + - { offsetInCU: 0xA2E, offset: 0x1AA006, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCfD', symObjAddr: 0x258, symBinAddr: 0x16850C, symSize: 0x34 } + - { offsetInCU: 0xA8F, offset: 0x1AA067, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x2AC, symBinAddr: 0x168560, symSize: 0x44 } + - { offsetInCU: 0xADB, offset: 0x1AA0B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0x1685A4, symSize: 0x24 } + - { offsetInCU: 0xB0D, offset: 0x1AA0E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x314, symBinAddr: 0x1685C8, symSize: 0x4 } + - { offsetInCU: 0xB47, offset: 0x1AA11F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x318, symBinAddr: 0x1685CC, symSize: 0x8 } + - { offsetInCU: 0xB67, offset: 0x1AA13F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x318, symBinAddr: 0x1685CC, symSize: 0x8 } + - { offsetInCU: 0xBCA, offset: 0x1AA1A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x320, symBinAddr: 0x1685D4, symSize: 0x10 } + - { offsetInCU: 0xBEA, offset: 0x1AA1C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x320, symBinAddr: 0x1685D4, symSize: 0x10 } + - { offsetInCU: 0xC31, offset: 0x1AA209, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x330, symBinAddr: 0x1685E4, symSize: 0x8 } + - { offsetInCU: 0xC51, offset: 0x1AA229, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x330, symBinAddr: 0x1685E4, symSize: 0x8 } + - { offsetInCU: 0xC72, offset: 0x1AA24A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x338, symBinAddr: 0x1685EC, symSize: 0x8 } + - { offsetInCU: 0xC92, offset: 0x1AA26A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x338, symBinAddr: 0x1685EC, symSize: 0x8 } + - { offsetInCU: 0xCB3, offset: 0x1AA28B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x340, symBinAddr: 0x1685F4, symSize: 0x8 } + - { offsetInCU: 0xCD3, offset: 0x1AA2AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x340, symBinAddr: 0x1685F4, symSize: 0x8 } + - { offsetInCU: 0xCF4, offset: 0x1AA2CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x348, symBinAddr: 0x1685FC, symSize: 0x8 } + - { offsetInCU: 0xD14, offset: 0x1AA2EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x348, symBinAddr: 0x1685FC, symSize: 0x8 } + - { offsetInCU: 0xD35, offset: 0x1AA30D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x350, symBinAddr: 0x168604, symSize: 0xC } + - { offsetInCU: 0xD55, offset: 0x1AA32D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x350, symBinAddr: 0x168604, symSize: 0xC } + - { offsetInCU: 0xD76, offset: 0x1AA34E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x35C, symBinAddr: 0x168610, symSize: 0x10 } + - { offsetInCU: 0xD96, offset: 0x1AA36E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x35C, symBinAddr: 0x168610, symSize: 0x10 } + - { offsetInCU: 0xDB7, offset: 0x1AA38F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x36C, symBinAddr: 0x168620, symSize: 0xC } + - { offsetInCU: 0xDE9, offset: 0x1AA3C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC06parentC04starAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x10EC, symBinAddr: 0x1693A0, symSize: 0x114 } + - { offsetInCU: 0xEA2, offset: 0x1AA47A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCMa', symObjAddr: 0x28C, symBinAddr: 0x168540, symSize: 0x20 } + - { offsetInCU: 0x1348, offset: 0x1AA920, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4star8position11outerRadius05innerG00F11Roundedness0hI014numberOfPoints8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA5qA0C9DirectionOtFZTf4nnnnnnnnd_n', symObjAddr: 0x378, symBinAddr: 0x16862C, symSize: 0x780 } + - { offsetInCU: 0x27, offset: 0x1ABBFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x1694B4, symSize: 0x184 } + - { offsetInCU: 0x3F, offset: 0x1ABC17, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x1694B4, symSize: 0x184 } + - { offsetInCU: 0x2B, offset: 0x1ABD94, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x169638, symSize: 0x18C } + - { offsetInCU: 0x4F, offset: 0x1ABDB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x169638, symSize: 0x18C } + - { offsetInCU: 0xB1, offset: 0x1ABE1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x18C, symBinAddr: 0x1697C4, symSize: 0x4C } + - { offsetInCU: 0xF7, offset: 0x1ABE60, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1D8, symBinAddr: 0x169810, symSize: 0x7C } + - { offsetInCU: 0x13E, offset: 0x1ABEA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfD', symObjAddr: 0x294, symBinAddr: 0x1698CC, symSize: 0x34 } + - { offsetInCU: 0x16C, offset: 0x1ABED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfE', symObjAddr: 0x254, symBinAddr: 0x16988C, symSize: 0x40 } + - { offsetInCU: 0x199, offset: 0x1ABF02, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfETo', symObjAddr: 0x2C8, symBinAddr: 0x169900, symSize: 0x4C } + - { offsetInCU: 0x1C8, offset: 0x1ABF31, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCMa', symObjAddr: 0x314, symBinAddr: 0x16994C, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x1AC0DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x0, symBinAddr: 0x16996C, symSize: 0x8 } + - { offsetInCU: 0x5B, offset: 0x1AC0F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg', symObjAddr: 0x8, symBinAddr: 0x169974, symSize: 0x8 } + - { offsetInCU: 0x82, offset: 0x1AC120, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x10, symBinAddr: 0x16997C, symSize: 0x8 } + - { offsetInCU: 0xAF, offset: 0x1AC14D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x18, symBinAddr: 0x169984, symSize: 0x10 } + - { offsetInCU: 0xCD, offset: 0x1AC16B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x18, symBinAddr: 0x169984, symSize: 0x10 } + - { offsetInCU: 0xDE, offset: 0x1AC17C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x30, symBinAddr: 0x16999C, symSize: 0x8 } + - { offsetInCU: 0xFA, offset: 0x1AC198, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x38, symBinAddr: 0x1699A4, symSize: 0x8 } + - { offsetInCU: 0x130, offset: 0x1AC1CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x40, symBinAddr: 0x1699AC, symSize: 0x10 } + - { offsetInCU: 0x150, offset: 0x1AC1EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x40, symBinAddr: 0x1699AC, symSize: 0x10 } + - { offsetInCU: 0x165, offset: 0x1AC203, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x40, symBinAddr: 0x1699AC, symSize: 0x10 } + - { offsetInCU: 0x177, offset: 0x1AC215, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x50, symBinAddr: 0x1699BC, symSize: 0x8 } + - { offsetInCU: 0x193, offset: 0x1AC231, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg', symObjAddr: 0x58, symBinAddr: 0x1699C4, symSize: 0x8 } + - { offsetInCU: 0x1AF, offset: 0x1AC24D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x1699DC, symSize: 0x10 } + - { offsetInCU: 0x1CF, offset: 0x1AC26D, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x1699DC, symSize: 0x10 } + - { offsetInCU: 0x1E4, offset: 0x1AC282, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x70, symBinAddr: 0x1699DC, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1AC3DC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x1699F0, symSize: 0x18 } + - { offsetInCU: 0x6F, offset: 0x1AC424, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x18, symBinAddr: 0x1699F0, symSize: 0x18 } + - { offsetInCU: 0x100, offset: 0x1AC4B5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0x169A08, symSize: 0x44 } + - { offsetInCU: 0x1E3, offset: 0x1AC598, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x74, symBinAddr: 0x169A4C, symSize: 0x28 } + - { offsetInCU: 0x2B7, offset: 0x1AC66C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_', symObjAddr: 0xEC, symBinAddr: 0x169AC4, symSize: 0x14 } + - { offsetInCU: 0x310, offset: 0x1AC6C5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x100, symBinAddr: 0x169AD8, symSize: 0xC } + - { offsetInCU: 0x34C, offset: 0x1AC701, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x100, symBinAddr: 0x169AD8, symSize: 0xC } + - { offsetInCU: 0x37F, offset: 0x1AC734, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0VyAESWcfCTf4nd_n', symObjAddr: 0x10C, symBinAddr: 0x169AE4, symSize: 0xC4 } + - { offsetInCU: 0x400, offset: 0x1AC7B5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationO_5countAeA02__B7StorageC_SitcfCTf4nnd_n', symObjAddr: 0x1D0, symBinAddr: 0x169BA8, symSize: 0xE4 } + - { offsetInCU: 0x460, offset: 0x1AC815, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x2B4, symBinAddr: 0x169C8C, symSize: 0x1BC } + - { offsetInCU: 0x5EE, offset: 0x1AC9A3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5write5chunk2toSiAC_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x4B4, symBinAddr: 0x169E48, symSize: 0x238 } + - { offsetInCU: 0x923, offset: 0x1ACCD8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE11consumePart2of9chunkSize9skipCRC328provider8consumers6UInt32Vs5Int64V_SiSbAcN_SitKXEyACKXEtKFZTf4nnnnnd_n', symObjAddr: 0x6FC, symBinAddr: 0x16A090, symSize: 0x358 } + - { offsetInCU: 0xD21, offset: 0x1AD0D6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwet', symObjAddr: 0xAB8, symBinAddr: 0x16A3F8, symSize: 0x90 } + - { offsetInCU: 0xD35, offset: 0x1AD0EA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwst', symObjAddr: 0xB48, symBinAddr: 0x16A488, symSize: 0xBC } + - { offsetInCU: 0xD49, offset: 0x1AD0FE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwug', symObjAddr: 0xC04, symBinAddr: 0x16A544, symSize: 0x8 } + - { offsetInCU: 0xD5D, offset: 0x1AD112, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwup', symObjAddr: 0xC0C, symBinAddr: 0x16A54C, symSize: 0x4 } + - { offsetInCU: 0xD71, offset: 0x1AD126, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwui', symObjAddr: 0xC10, symBinAddr: 0x16A550, symSize: 0xC } + - { offsetInCU: 0xD85, offset: 0x1AD13A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOMa', symObjAddr: 0xC1C, symBinAddr: 0x16A55C, symSize: 0x10 } + - { offsetInCU: 0xD99, offset: 0x1AD14E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSQWb', symObjAddr: 0xC2C, symBinAddr: 0x16A56C, symSize: 0x4 } + - { offsetInCU: 0xDAD, offset: 0x1AD162, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFSQADWl', symObjAddr: 0xC30, symBinAddr: 0x16A570, symSize: 0x44 } + - { offsetInCU: 0xDFF, offset: 0x1AD1B4, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x9C, symBinAddr: 0x169A74, symSize: 0x40 } + - { offsetInCU: 0xE9B, offset: 0x1AD250, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP7_domainSSvgTW', symObjAddr: 0xDC, symBinAddr: 0x169AB4, symSize: 0x4 } + - { offsetInCU: 0xEB7, offset: 0x1AD26C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP5_codeSivgTW', symObjAddr: 0xE0, symBinAddr: 0x169AB8, symSize: 0x4 } + - { offsetInCU: 0xED3, offset: 0x1AD288, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xE4, symBinAddr: 0x169ABC, symSize: 0x4 } + - { offsetInCU: 0xEEF, offset: 0x1AD2A4, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE8, symBinAddr: 0x169AC0, symSize: 0x4 } + - { offsetInCU: 0x5E, offset: 0x1AD5A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x16A5B4, symSize: 0xC } + - { offsetInCU: 0x17F, offset: 0x1AD6C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0xC, symBinAddr: 0x16A5C0, symSize: 0x12C } + - { offsetInCU: 0x29E, offset: 0x1AD7E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x138, symBinAddr: 0x16A6EC, symSize: 0x8 } + - { offsetInCU: 0x2BE, offset: 0x1AD808, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x138, symBinAddr: 0x16A6EC, symSize: 0x8 } + - { offsetInCU: 0x2D0, offset: 0x1AD81A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP7lineCapAA04LineG0OvgTW', symObjAddr: 0x140, symBinAddr: 0x16A6F4, symSize: 0x8 } + - { offsetInCU: 0x2EC, offset: 0x1AD836, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP8lineJoinAA04LineG0OvgTW', symObjAddr: 0x148, symBinAddr: 0x16A6FC, symSize: 0x8 } + - { offsetInCU: 0x317, offset: 0x1AD861, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x150, symBinAddr: 0x16A704, symSize: 0x8 } + - { offsetInCU: 0x337, offset: 0x1AD881, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x150, symBinAddr: 0x16A704, symSize: 0x8 } + - { offsetInCU: 0x358, offset: 0x1AD8A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x158, symBinAddr: 0x16A70C, symSize: 0x8 } + - { offsetInCU: 0x378, offset: 0x1AD8C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x158, symBinAddr: 0x16A70C, symSize: 0x8 } + - { offsetInCU: 0x399, offset: 0x1AD8E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x160, symBinAddr: 0x16A714, symSize: 0xC } + - { offsetInCU: 0x3DA, offset: 0x1AD924, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x16C, symBinAddr: 0x16A720, symSize: 0xC } + - { offsetInCU: 0x40C, offset: 0x1AD956, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x178, symBinAddr: 0x16A72C, symSize: 0xC } + - { offsetInCU: 0x437, offset: 0x1AD981, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x184, symBinAddr: 0x16A738, symSize: 0xC } + - { offsetInCU: 0x478, offset: 0x1AD9C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x190, symBinAddr: 0x16A744, symSize: 0xC } + - { offsetInCU: 0x4AA, offset: 0x1AD9F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x3E0, symBinAddr: 0x16A994, symSize: 0x48 } + - { offsetInCU: 0x4CF, offset: 0x1ADA19, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x428, symBinAddr: 0x16A9DC, symSize: 0x82C } + - { offsetInCU: 0x572, offset: 0x1ADABC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xC54, symBinAddr: 0x16B208, symSize: 0xD7C } + - { offsetInCU: 0xA91, offset: 0x1ADFDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueSSvg', symObjAddr: 0x19D0, symBinAddr: 0x16BF84, symSize: 0x20 } + - { offsetInCU: 0xACA, offset: 0x1AE014, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F48, symBinAddr: 0x16C4B0, symSize: 0x20 } + - { offsetInCU: 0xAF8, offset: 0x1AE042, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F48, symBinAddr: 0x16C4B0, symSize: 0x20 } + - { offsetInCU: 0xB41, offset: 0x1AE08B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2104, symBinAddr: 0x16C66C, symSize: 0x44 } + - { offsetInCU: 0xB87, offset: 0x1AE0D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x2148, symBinAddr: 0x16C6B0, symSize: 0x28 } + - { offsetInCU: 0xB9B, offset: 0x1AE0E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2170, symBinAddr: 0x16C6D8, symSize: 0x8 } + - { offsetInCU: 0xBD1, offset: 0x1AE11B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2178, symBinAddr: 0x16C6E0, symSize: 0x3C } + - { offsetInCU: 0xC36, offset: 0x1AE180, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x21B4, symBinAddr: 0x16C71C, symSize: 0xC } + - { offsetInCU: 0xC52, offset: 0x1AE19C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x21C0, symBinAddr: 0x16C728, symSize: 0xC } + - { offsetInCU: 0xC6E, offset: 0x1AE1B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3354, symBinAddr: 0x16D2E0, symSize: 0x50 } + - { offsetInCU: 0xCA6, offset: 0x1AE1F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x1F68, symBinAddr: 0x16C4D0, symSize: 0x18 } + - { offsetInCU: 0xCE7, offset: 0x1AE231, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2240, symBinAddr: 0x16C7A8, symSize: 0x70 } + - { offsetInCU: 0xD1B, offset: 0x1AE265, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x22B0, symBinAddr: 0x16C818, symSize: 0x28 } + - { offsetInCU: 0xD37, offset: 0x1AE281, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x22D8, symBinAddr: 0x16C840, symSize: 0x8 } + - { offsetInCU: 0xD6D, offset: 0x1AE2B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x22E0, symBinAddr: 0x16C848, symSize: 0x74 } + - { offsetInCU: 0xDB8, offset: 0x1AE302, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2354, symBinAddr: 0x16C8BC, symSize: 0xC } + - { offsetInCU: 0xDD4, offset: 0x1AE31E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2360, symBinAddr: 0x16C8C8, symSize: 0xC } + - { offsetInCU: 0xE7C, offset: 0x1AE3C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1A3C, symBinAddr: 0x16BFA4, symSize: 0x50C } + - { offsetInCU: 0xEEF, offset: 0x1AE439, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfd', symObjAddr: 0x2408, symBinAddr: 0x16C970, symSize: 0x5C } + - { offsetInCU: 0xF3A, offset: 0x1AE484, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfD', symObjAddr: 0x2464, symBinAddr: 0x16C9CC, symSize: 0x1C } + - { offsetInCU: 0xFB6, offset: 0x1AE500, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1E0, symBinAddr: 0x16A794, symSize: 0x18 } + - { offsetInCU: 0xFE7, offset: 0x1AE531, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x1F8, symBinAddr: 0x16A7AC, symSize: 0xC } + - { offsetInCU: 0x121D, offset: 0x1AE767, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfE', symObjAddr: 0x23BC, symBinAddr: 0x16C924, symSize: 0x4C } + - { offsetInCU: 0x124A, offset: 0x1AE794, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCMa', symObjAddr: 0x2480, symBinAddr: 0x16C9E8, symSize: 0x20 } + - { offsetInCU: 0x125E, offset: 0x1AE7A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOwup', symObjAddr: 0x24B8, symBinAddr: 0x16CA10, symSize: 0x4 } + - { offsetInCU: 0x1272, offset: 0x1AE7BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOMa', symObjAddr: 0x24BC, symBinAddr: 0x16CA14, symSize: 0x10 } + - { offsetInCU: 0x1286, offset: 0x1AE7D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOwup', symObjAddr: 0x2620, symBinAddr: 0x16CB78, symSize: 0x4 } + - { offsetInCU: 0x129A, offset: 0x1AE7E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOMa', symObjAddr: 0x2624, symBinAddr: 0x16CB7C, symSize: 0x10 } + - { offsetInCU: 0x12AE, offset: 0x1AE7F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASQWb', symObjAddr: 0x2634, symBinAddr: 0x16CB8C, symSize: 0x4 } + - { offsetInCU: 0x12C2, offset: 0x1AE80C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSQAAWl', symObjAddr: 0x2638, symBinAddr: 0x16CB90, symSize: 0x44 } + - { offsetInCU: 0x12D6, offset: 0x1AE820, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSHAASQWb', symObjAddr: 0x267C, symBinAddr: 0x16CBD4, symSize: 0x4 } + - { offsetInCU: 0x12EA, offset: 0x1AE834, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSQAAWl', symObjAddr: 0x2680, symBinAddr: 0x16CBD8, symSize: 0x44 } + - { offsetInCU: 0x12FE, offset: 0x1AE848, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSYAAWl', symObjAddr: 0x26C4, symBinAddr: 0x16CC1C, symSize: 0x44 } + - { offsetInCU: 0x1312, offset: 0x1AE85C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSYAAWl', symObjAddr: 0x2708, symBinAddr: 0x16CC60, symSize: 0x44 } + - { offsetInCU: 0x1326, offset: 0x1AE870, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs0D3KeyAAWl', symObjAddr: 0x27B0, symBinAddr: 0x16CCA4, symSize: 0x44 } + - { offsetInCU: 0x133A, offset: 0x1AE884, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs9CodingKeyAAWl', symObjAddr: 0x29F0, symBinAddr: 0x16CD4C, symSize: 0x44 } + - { offsetInCU: 0x134E, offset: 0x1AE898, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x2EC0, symBinAddr: 0x16CE4C, symSize: 0x90 } + - { offsetInCU: 0x1362, offset: 0x1AE8AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x2F50, symBinAddr: 0x16CEDC, symSize: 0xBC } + - { offsetInCU: 0x1376, offset: 0x1AE8C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x300C, symBinAddr: 0x16CF98, symSize: 0x8 } + - { offsetInCU: 0x138A, offset: 0x1AE8D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x3014, symBinAddr: 0x16CFA0, symSize: 0x4 } + - { offsetInCU: 0x139E, offset: 0x1AE8E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x3018, symBinAddr: 0x16CFA4, symSize: 0x8 } + - { offsetInCU: 0x13B2, offset: 0x1AE8FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x3020, symBinAddr: 0x16CFAC, symSize: 0x10 } + - { offsetInCU: 0x13C6, offset: 0x1AE910, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x3030, symBinAddr: 0x16CFBC, symSize: 0x90 } + - { offsetInCU: 0x13DA, offset: 0x1AE924, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x30C0, symBinAddr: 0x16D04C, symSize: 0xBC } + - { offsetInCU: 0x13EE, offset: 0x1AE938, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x317C, symBinAddr: 0x16D108, symSize: 0x8 } + - { offsetInCU: 0x1402, offset: 0x1AE94C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x3184, symBinAddr: 0x16D110, symSize: 0x4 } + - { offsetInCU: 0x1416, offset: 0x1AE960, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x3188, symBinAddr: 0x16D114, symSize: 0xC } + - { offsetInCU: 0x142A, offset: 0x1AE974, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x3194, symBinAddr: 0x16D120, symSize: 0x10 } + - { offsetInCU: 0x143E, offset: 0x1AE988, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x31A4, symBinAddr: 0x16D130, symSize: 0x4 } + - { offsetInCU: 0x1452, offset: 0x1AE99C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x31A8, symBinAddr: 0x16D134, symSize: 0x44 } + - { offsetInCU: 0x1466, offset: 0x1AE9B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x31EC, symBinAddr: 0x16D178, symSize: 0x4 } + - { offsetInCU: 0x147A, offset: 0x1AE9C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x31F0, symBinAddr: 0x16D17C, symSize: 0x44 } + - { offsetInCU: 0x148E, offset: 0x1AE9D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3234, symBinAddr: 0x16D1C0, symSize: 0x4 } + - { offsetInCU: 0x14A2, offset: 0x1AE9EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3238, symBinAddr: 0x16D1C4, symSize: 0x44 } + - { offsetInCU: 0x14B6, offset: 0x1AEA00, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x327C, symBinAddr: 0x16D208, symSize: 0x4 } + - { offsetInCU: 0x14CA, offset: 0x1AEA14, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3280, symBinAddr: 0x16D20C, symSize: 0x44 } + - { offsetInCU: 0x14DE, offset: 0x1AEA28, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x32C4, symBinAddr: 0x16D250, symSize: 0x4 } + - { offsetInCU: 0x14F2, offset: 0x1AEA3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x32C8, symBinAddr: 0x16D254, symSize: 0x44 } + - { offsetInCU: 0x1506, offset: 0x1AEA50, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x330C, symBinAddr: 0x16D298, symSize: 0x4 } + - { offsetInCU: 0x151A, offset: 0x1AEA64, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3310, symBinAddr: 0x16D29C, symSize: 0x44 } + - { offsetInCU: 0x158E, offset: 0x1AEAD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x19C, symBinAddr: 0x16A750, symSize: 0x14 } + - { offsetInCU: 0x15E3, offset: 0x1AEB2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1B4, symBinAddr: 0x16A768, symSize: 0x28 } + - { offsetInCU: 0x1644, offset: 0x1AEB8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x204, symBinAddr: 0x16A7B8, symSize: 0x5C } + - { offsetInCU: 0x1667, offset: 0x1AEBB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x260, symBinAddr: 0x16A814, symSize: 0x4C } + - { offsetInCU: 0x168A, offset: 0x1AEBD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x338, symBinAddr: 0x16A8EC, symSize: 0x5C } + - { offsetInCU: 0x16AD, offset: 0x1AEBF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x394, symBinAddr: 0x16A948, symSize: 0x4C } + - { offsetInCU: 0x178D, offset: 0x1AECD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1F80, symBinAddr: 0x16C4E8, symSize: 0x88 } + - { offsetInCU: 0x183C, offset: 0x1AED86, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2008, symBinAddr: 0x16C570, symSize: 0x60 } + - { offsetInCU: 0x18BA, offset: 0x1AEE04, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2068, symBinAddr: 0x16C5D0, symSize: 0x40 } + - { offsetInCU: 0x190C, offset: 0x1AEE56, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x20A8, symBinAddr: 0x16C610, symSize: 0x5C } + - { offsetInCU: 0x196E, offset: 0x1AEEB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x21CC, symBinAddr: 0x16C734, symSize: 0x28 } + - { offsetInCU: 0x198A, offset: 0x1AEED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x21F4, symBinAddr: 0x16C75C, symSize: 0x28 } + - { offsetInCU: 0x19A6, offset: 0x1AEEF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x221C, symBinAddr: 0x16C784, symSize: 0xC } + - { offsetInCU: 0x19C2, offset: 0x1AEF0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2228, symBinAddr: 0x16C790, symSize: 0x8 } + - { offsetInCU: 0x19DE, offset: 0x1AEF28, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2230, symBinAddr: 0x16C798, symSize: 0x8 } + - { offsetInCU: 0x19FA, offset: 0x1AEF44, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2238, symBinAddr: 0x16C7A0, symSize: 0x8 } + - { offsetInCU: 0x1A1C, offset: 0x1AEF66, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x236C, symBinAddr: 0x16C8D4, symSize: 0x28 } + - { offsetInCU: 0x1A38, offset: 0x1AEF82, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2394, symBinAddr: 0x16C8FC, symSize: 0x28 } + - { offsetInCU: 0x3F, offset: 0x1AF205, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x16D360, symSize: 0x40 } + - { offsetInCU: 0xE9, offset: 0x1AF2AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x40, symBinAddr: 0x16D3A0, symSize: 0x4C } + - { offsetInCU: 0x14F, offset: 0x1AF315, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x8C, symBinAddr: 0x16D3EC, symSize: 0x10 } + - { offsetInCU: 0x1C1, offset: 0x1AF387, size: 0x8, addend: 0x0, symName: '_$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x9C, symBinAddr: 0x16D3FC, symSize: 0x1B8 } + - { offsetInCU: 0x3F9, offset: 0x1AF5BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x254, symBinAddr: 0x16D5B4, symSize: 0xBC } + - { offsetInCU: 0x59C, offset: 0x1AF762, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x310, symBinAddr: 0x16D670, symSize: 0x1C } + - { offsetInCU: 0x668, offset: 0x1AF82E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x32C, symBinAddr: 0x16D68C, symSize: 0x60 } + - { offsetInCU: 0x9A8, offset: 0x1AFB6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0p2InR0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x38C, symBinAddr: 0x16D6EC, symSize: 0x50 } + - { offsetInCU: 0xB68, offset: 0x1AFD2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x3DC, symBinAddr: 0x16D73C, symSize: 0x64 } + - { offsetInCU: 0xBF7, offset: 0x1AFDBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x440, symBinAddr: 0x16D7A0, symSize: 0x50 } + - { offsetInCU: 0xCEF, offset: 0x1AFEB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x490, symBinAddr: 0x16D7F0, symSize: 0x18 } + - { offsetInCU: 0xDAE, offset: 0x1AFF74, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x4A8, symBinAddr: 0x16D808, symSize: 0x64 } + - { offsetInCU: 0xE15, offset: 0x1AFFDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x50C, symBinAddr: 0x16D86C, symSize: 0x18 } + - { offsetInCU: 0xE8D, offset: 0x1B0053, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x524, symBinAddr: 0x16D884, symSize: 0x40 } + - { offsetInCU: 0xF2B, offset: 0x1B00F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x564, symBinAddr: 0x16D8C4, symSize: 0x134 } + - { offsetInCU: 0xFCD, offset: 0x1B0193, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x698, symBinAddr: 0x16D9F8, symSize: 0x40 } + - { offsetInCU: 0x10A9, offset: 0x1B026F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie14InterpolatableA2dEP11interpolate2to6amountxx_ACtFTW', symObjAddr: 0x6D8, symBinAddr: 0x16DA38, symSize: 0x40 } + - { offsetInCU: 0x118C, offset: 0x1B0352, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie17AnyInterpolatableA2dEP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_ACSo7CGPointVSgANtFTW', symObjAddr: 0x718, symBinAddr: 0x16DA78, symSize: 0x40 } + - { offsetInCU: 0x12BD, offset: 0x1B0483, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x758, symBinAddr: 0x16DAB8, symSize: 0x40 } + - { offsetInCU: 0x13A0, offset: 0x1B0566, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x798, symBinAddr: 0x16DAF8, symSize: 0x40 } + - { offsetInCU: 0x147C, offset: 0x1B0642, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0x7D8, symBinAddr: 0x16DB38, symSize: 0xF0 } + - { offsetInCU: 0x16FB, offset: 0x1B08C1, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x8C8, symBinAddr: 0x16DC28, symSize: 0x118 } + - { offsetInCU: 0x19B7, offset: 0x1B0B7D, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x9E0, symBinAddr: 0x16DD40, symSize: 0x118 } + - { offsetInCU: 0x1C58, offset: 0x1B0E1E, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xAF8, symBinAddr: 0x16DE58, symSize: 0x1C } + - { offsetInCU: 0x1C8D, offset: 0x1B0E53, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xAF8, symBinAddr: 0x16DE58, symSize: 0x1C } + - { offsetInCU: 0x1CBE, offset: 0x1B0E84, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xAF8, symBinAddr: 0x16DE58, symSize: 0x1C } + - { offsetInCU: 0x1DA2, offset: 0x1B0F68, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xB14, symBinAddr: 0x16DE74, symSize: 0x44 } + - { offsetInCU: 0x1E95, offset: 0x1B105B, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xB58, symBinAddr: 0x16DEB8, symSize: 0x44 } + - { offsetInCU: 0x1FDF, offset: 0x1B11A5, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF', symObjAddr: 0xB9C, symBinAddr: 0x16DEFC, symSize: 0x7C } + - { offsetInCU: 0x21E2, offset: 0x1B13A8, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie21SpatialInterpolatableA2cDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xC18, symBinAddr: 0x16DF78, symSize: 0xB4 } + - { offsetInCU: 0x246C, offset: 0x1B1632, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xCCC, symBinAddr: 0x16E02C, symSize: 0xB4 } + - { offsetInCU: 0x26F0, offset: 0x1B18B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xD80, symBinAddr: 0x16E0E0, symSize: 0x28 } + - { offsetInCU: 0x27DC, offset: 0x1B19A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xDA8, symBinAddr: 0x16E108, symSize: 0x4 } + - { offsetInCU: 0x284D, offset: 0x1B1A13, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xDAC, symBinAddr: 0x16E10C, symSize: 0x4C } + - { offsetInCU: 0x28D1, offset: 0x1B1A97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xDF8, symBinAddr: 0x16E158, symSize: 0x40 } + - { offsetInCU: 0x2A0C, offset: 0x1B1BD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xE38, symBinAddr: 0x16E198, symSize: 0x40 } + - { offsetInCU: 0x2B4F, offset: 0x1B1D15, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0xE78, symBinAddr: 0x16E1D8, symSize: 0x94 } + - { offsetInCU: 0x2D88, offset: 0x1B1F4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xF0C, symBinAddr: 0x16E26C, symSize: 0xC } + - { offsetInCU: 0x2E67, offset: 0x1B202D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xF18, symBinAddr: 0x16E278, symSize: 0xB4 } + - { offsetInCU: 0x3135, offset: 0x1B22FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0xFCC, symBinAddr: 0x16E32C, symSize: 0xB4 } + - { offsetInCU: 0x329E, offset: 0x1B2464, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1080, symBinAddr: 0x16E3E0, symSize: 0xC } + - { offsetInCU: 0x330F, offset: 0x1B24D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x108C, symBinAddr: 0x16E3EC, symSize: 0x54 } + - { offsetInCU: 0x33E9, offset: 0x1B25AF, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x10E0, symBinAddr: 0x16E440, symSize: 0x20C } + - { offsetInCU: 0x34CC, offset: 0x1B2692, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x12EC, symBinAddr: 0x16E64C, symSize: 0x38 } + - { offsetInCU: 0x34E8, offset: 0x1B26AE, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1324, symBinAddr: 0x16E684, symSize: 0x78 } + - { offsetInCU: 0x3504, offset: 0x1B26CA, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x139C, symBinAddr: 0x16E6FC, symSize: 0x8 } + - { offsetInCU: 0x3520, offset: 0x1B26E6, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x13A4, symBinAddr: 0x16E704, symSize: 0x78 } + - { offsetInCU: 0x3543, offset: 0x1B2709, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldV11interpolate2to6amountACyxGAG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x141C, symBinAddr: 0x16E77C, symSize: 0x20 } + - { offsetInCU: 0x3594, offset: 0x1B275A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x143C, symBinAddr: 0x16E79C, symSize: 0x4 } + - { offsetInCU: 0x35B1, offset: 0x1B2777, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x1440, symBinAddr: 0x16E7A0, symSize: 0x10 } + - { offsetInCU: 0x35CD, offset: 0x1B2793, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufC12CoreGraphics7CGFloatV_ACTg5Tf4nd_n', symObjAddr: 0x1450, symBinAddr: 0x16E7B0, symSize: 0x4 } + - { offsetInCU: 0x35E5, offset: 0x1B27AB, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSd_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1454, symBinAddr: 0x16E7B4, symSize: 0x4 } + - { offsetInCU: 0x35FD, offset: 0x1B27C3, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSBAAWl', symObjAddr: 0x1458, symBinAddr: 0x16E7B8, symSize: 0x44 } + - { offsetInCU: 0x3611, offset: 0x1B27D7, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_TA', symObjAddr: 0x149C, symBinAddr: 0x16E7FC, symSize: 0x48 } + - { offsetInCU: 0x363A, offset: 0x1B2800, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x14E4, symBinAddr: 0x16E844, symSize: 0x8 } + - { offsetInCU: 0x364E, offset: 0x1B2814, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_TA', symObjAddr: 0x14EC, symBinAddr: 0x16E84C, symSize: 0x38 } + - { offsetInCU: 0x36AE, offset: 0x1B2874, size: 0x8, addend: 0x0, symName: '_$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x1524, symBinAddr: 0x16E884, symSize: 0x68 } + - { offsetInCU: 0x36D7, offset: 0x1B289D, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x158C, symBinAddr: 0x16E8EC, symSize: 0x40 } + - { offsetInCU: 0x36EB, offset: 0x1B28B1, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x15CC, symBinAddr: 0x16E92C, symSize: 0x40 } + - { offsetInCU: 0x3744, offset: 0x1B290A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFAA11CurveVertexV_Tg5Tf4nnddn_n', symObjAddr: 0x1644, symBinAddr: 0x16E9A4, symSize: 0x40 } + - { offsetInCU: 0x39F8, offset: 0x1B2BBE, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1684, symBinAddr: 0x16E9E4, symSize: 0x8 } + - { offsetInCU: 0x3A14, offset: 0x1B2BDA, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1684, symBinAddr: 0x16E9E4, symSize: 0x8 } + - { offsetInCU: 0x3A28, offset: 0x1B2BEE, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1684, symBinAddr: 0x16E9E4, symSize: 0x8 } + - { offsetInCU: 0x3A3A, offset: 0x1B2C00, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMi', symObjAddr: 0x168C, symBinAddr: 0x16E9EC, symSize: 0x8 } + - { offsetInCU: 0x3A4E, offset: 0x1B2C14, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMr', symObjAddr: 0x1694, symBinAddr: 0x16E9F4, symSize: 0x6C } + - { offsetInCU: 0x3A62, offset: 0x1B2C28, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwCP', symObjAddr: 0x1700, symBinAddr: 0x16EA60, symSize: 0x70 } + - { offsetInCU: 0x3A76, offset: 0x1B2C3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwxx', symObjAddr: 0x1770, symBinAddr: 0x16EAD0, symSize: 0x10 } + - { offsetInCU: 0x3A8A, offset: 0x1B2C50, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwcp', symObjAddr: 0x1780, symBinAddr: 0x16EAE0, symSize: 0x30 } + - { offsetInCU: 0x3A9E, offset: 0x1B2C64, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwca', symObjAddr: 0x17B0, symBinAddr: 0x16EB10, symSize: 0x30 } + - { offsetInCU: 0x3AB2, offset: 0x1B2C78, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwtk', symObjAddr: 0x17E0, symBinAddr: 0x16EB40, symSize: 0x30 } + - { offsetInCU: 0x3AC6, offset: 0x1B2C8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwta', symObjAddr: 0x1810, symBinAddr: 0x16EB70, symSize: 0x30 } + - { offsetInCU: 0x3ADA, offset: 0x1B2CA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwet', symObjAddr: 0x1840, symBinAddr: 0x16EBA0, symSize: 0x10C } + - { offsetInCU: 0x3AEE, offset: 0x1B2CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwst', symObjAddr: 0x194C, symBinAddr: 0x16ECAC, symSize: 0x1B8 } + - { offsetInCU: 0x3B02, offset: 0x1B2CC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMa', symObjAddr: 0x1B04, symBinAddr: 0x16EE64, symSize: 0xC } + - { offsetInCU: 0x4F, offset: 0x1B3104, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x16EE70, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1B3129, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x16EEB8, symSize: 0x1CC } + - { offsetInCU: 0xDC, offset: 0x1B3191, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x214, symBinAddr: 0x16F084, symSize: 0xE0 } + - { offsetInCU: 0x17B, offset: 0x1B3230, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F4, symBinAddr: 0x16F164, symSize: 0x130 } + - { offsetInCU: 0x1FE, offset: 0x1B32B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x434, symBinAddr: 0x16F2A4, symSize: 0x64 } + - { offsetInCU: 0x241, offset: 0x1B32F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x498, symBinAddr: 0x16F308, symSize: 0x24 } + - { offsetInCU: 0x281, offset: 0x1B3336, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4BC, symBinAddr: 0x16F32C, symSize: 0x4 } + - { offsetInCU: 0x2A1, offset: 0x1B3356, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4BC, symBinAddr: 0x16F32C, symSize: 0x4 } + - { offsetInCU: 0x2CC, offset: 0x1B3381, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0x16F330, symSize: 0x68 } + - { offsetInCU: 0x317, offset: 0x1B33CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x528, symBinAddr: 0x16F398, symSize: 0xC } + - { offsetInCU: 0x333, offset: 0x1B33E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x534, symBinAddr: 0x16F3A4, symSize: 0xC } + - { offsetInCU: 0x34F, offset: 0x1B3404, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO03rawD0SSvgTf4d_n', symObjAddr: 0x844, symBinAddr: 0x16F4FC, symSize: 0xC } + - { offsetInCU: 0x38B, offset: 0x1B3440, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfD', symObjAddr: 0x598, symBinAddr: 0x16F408, symSize: 0x2C } + - { offsetInCU: 0x45A, offset: 0x1B350F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfE', symObjAddr: 0x590, symBinAddr: 0x16F400, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x1B353C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCMa', symObjAddr: 0x5C4, symBinAddr: 0x16F434, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x1B3550, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs0E3KeyAAWl', symObjAddr: 0x648, symBinAddr: 0x16F454, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x1B3564, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwet', symObjAddr: 0x858, symBinAddr: 0x16F508, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x1B3578, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwst', symObjAddr: 0x8A8, symBinAddr: 0x16F558, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x1B358C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwug', symObjAddr: 0x934, symBinAddr: 0x16F5E4, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x1B35A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwup', symObjAddr: 0x93C, symBinAddr: 0x16F5EC, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x1B35B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwui', symObjAddr: 0x940, symBinAddr: 0x16F5F0, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x1B35C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOMa', symObjAddr: 0x944, symBinAddr: 0x16F5F4, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x1B35DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASQWb', symObjAddr: 0x954, symBinAddr: 0x16F604, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x1B35F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFSQAAWl', symObjAddr: 0x958, symBinAddr: 0x16F608, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x1B3604, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x99C, symBinAddr: 0x16F64C, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x1B3618, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x9A0, symBinAddr: 0x16F650, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x1B362C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x9E4, symBinAddr: 0x16F694, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x1B3640, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x9E8, symBinAddr: 0x16F698, symSize: 0x44 } + - { offsetInCU: 0x5C5, offset: 0x1B367A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x424, symBinAddr: 0x16F294, symSize: 0x4 } + - { offsetInCU: 0x5E5, offset: 0x1B369A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x424, symBinAddr: 0x16F294, symSize: 0x4 } + - { offsetInCU: 0x605, offset: 0x1B36BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x428, symBinAddr: 0x16F298, symSize: 0x4 } + - { offsetInCU: 0x625, offset: 0x1B36DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x428, symBinAddr: 0x16F298, symSize: 0x4 } + - { offsetInCU: 0x645, offset: 0x1B36FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x42C, symBinAddr: 0x16F29C, symSize: 0x4 } + - { offsetInCU: 0x665, offset: 0x1B371A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x42C, symBinAddr: 0x16F29C, symSize: 0x4 } + - { offsetInCU: 0x685, offset: 0x1B373A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x430, symBinAddr: 0x16F2A0, symSize: 0x4 } + - { offsetInCU: 0x6A5, offset: 0x1B375A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x430, symBinAddr: 0x16F2A0, symSize: 0x4 } + - { offsetInCU: 0x6BC, offset: 0x1B3771, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x540, symBinAddr: 0x16F3B0, symSize: 0x28 } + - { offsetInCU: 0x6D8, offset: 0x1B378D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x568, symBinAddr: 0x16F3D8, symSize: 0x28 } + - { offsetInCU: 0xCA, offset: 0x1B3A0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeO8rawValueSSvg', symObjAddr: 0x1890, symBinAddr: 0x170F6C, symSize: 0x18 } + - { offsetInCU: 0x121, offset: 0x1B3A64, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x18CC, symBinAddr: 0x170FA8, symSize: 0x64 } + - { offsetInCU: 0x187, offset: 0x1B3ACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x1930, symBinAddr: 0x17100C, symSize: 0x28 } + - { offsetInCU: 0x241, offset: 0x1B3B84, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1A00, symBinAddr: 0x1710DC, symSize: 0x2F8 } + - { offsetInCU: 0x3BA, offset: 0x1B3CFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1CF8, symBinAddr: 0x1713D4, symSize: 0x18 } + - { offsetInCU: 0x3FB, offset: 0x1B3D3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1D34, symBinAddr: 0x171410, symSize: 0x70 } + - { offsetInCU: 0x42F, offset: 0x1B3D72, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1DA4, symBinAddr: 0x171480, symSize: 0x28 } + - { offsetInCU: 0x44B, offset: 0x1B3D8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1DCC, symBinAddr: 0x1714A8, symSize: 0x8 } + - { offsetInCU: 0x481, offset: 0x1B3DC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1DD4, symBinAddr: 0x1714B0, symSize: 0x74 } + - { offsetInCU: 0x4CC, offset: 0x1B3E0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1E48, symBinAddr: 0x171524, symSize: 0xC } + - { offsetInCU: 0x4E8, offset: 0x1B3E2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1E54, symBinAddr: 0x171530, symSize: 0xC } + - { offsetInCU: 0x523, offset: 0x1B3E66, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCfD', symObjAddr: 0x1EB0, symBinAddr: 0x17158C, symSize: 0x24 } + - { offsetInCU: 0x56E, offset: 0x1B3EB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC6encode2toys7Encoder_p_tKF', symObjAddr: 0x20BC, symBinAddr: 0x171788, symSize: 0x158 } + - { offsetInCU: 0x5AD, offset: 0x1B3EF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x2214, symBinAddr: 0x1718E0, symSize: 0x1BC } + - { offsetInCU: 0x602, offset: 0x1B3F45, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x23D0, symBinAddr: 0x171A9C, symSize: 0x54 } + - { offsetInCU: 0x639, offset: 0x1B3F7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2424, symBinAddr: 0x171AF0, symSize: 0x20 } + - { offsetInCU: 0x65D, offset: 0x1B3FA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCMa', symObjAddr: 0x1ED4, symBinAddr: 0x1715B0, symSize: 0x20 } + - { offsetInCU: 0x671, offset: 0x1B3FB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwet', symObjAddr: 0x1F04, symBinAddr: 0x1715D0, symSize: 0x90 } + - { offsetInCU: 0x685, offset: 0x1B3FC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwst', symObjAddr: 0x1F94, symBinAddr: 0x171660, symSize: 0xBC } + - { offsetInCU: 0x699, offset: 0x1B3FDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwug', symObjAddr: 0x2050, symBinAddr: 0x17171C, symSize: 0x8 } + - { offsetInCU: 0x6AD, offset: 0x1B3FF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwup', symObjAddr: 0x2058, symBinAddr: 0x171724, symSize: 0x4 } + - { offsetInCU: 0x6C1, offset: 0x1B4004, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwui', symObjAddr: 0x205C, symBinAddr: 0x171728, symSize: 0x8 } + - { offsetInCU: 0x6D5, offset: 0x1B4018, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOMa', symObjAddr: 0x2064, symBinAddr: 0x171730, symSize: 0x10 } + - { offsetInCU: 0x6E9, offset: 0x1B402C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASQWb', symObjAddr: 0x2074, symBinAddr: 0x171740, symSize: 0x4 } + - { offsetInCU: 0x6FD, offset: 0x1B4040, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSQAAWl', symObjAddr: 0x2078, symBinAddr: 0x171744, symSize: 0x44 } + - { offsetInCU: 0x711, offset: 0x1B4054, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x24A8, symBinAddr: 0x171B10, symSize: 0x44 } + - { offsetInCU: 0x725, offset: 0x1B4068, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSeAAWl', symObjAddr: 0x250C, symBinAddr: 0x171B54, symSize: 0x44 } + - { offsetInCU: 0x739, offset: 0x1B407C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSEAAWl', symObjAddr: 0x25D8, symBinAddr: 0x171B98, symSize: 0x44 } + - { offsetInCU: 0x74D, offset: 0x1B4090, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSYAAWl', symObjAddr: 0x26C8, symBinAddr: 0x171C44, symSize: 0x44 } + - { offsetInCU: 0x761, offset: 0x1B40A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwet', symObjAddr: 0x29A0, symBinAddr: 0x171E9C, symSize: 0x90 } + - { offsetInCU: 0x775, offset: 0x1B40B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwst', symObjAddr: 0x2A30, symBinAddr: 0x171F2C, symSize: 0xBC } + - { offsetInCU: 0x789, offset: 0x1B40CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwug', symObjAddr: 0x2AEC, symBinAddr: 0x171FE8, symSize: 0x8 } + - { offsetInCU: 0x79D, offset: 0x1B40E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwup', symObjAddr: 0x2AF4, symBinAddr: 0x171FF0, symSize: 0x4 } + - { offsetInCU: 0x7B1, offset: 0x1B40F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwui', symObjAddr: 0x2AF8, symBinAddr: 0x171FF4, symSize: 0xC } + - { offsetInCU: 0x7C5, offset: 0x1B4108, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOMa', symObjAddr: 0x2B04, symBinAddr: 0x172000, symSize: 0x10 } + - { offsetInCU: 0x7D9, offset: 0x1B411C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASQWb', symObjAddr: 0x2B14, symBinAddr: 0x172010, symSize: 0x4 } + - { offsetInCU: 0x7ED, offset: 0x1B4130, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAESQAAWl', symObjAddr: 0x2B18, symBinAddr: 0x172014, symSize: 0x44 } + - { offsetInCU: 0x801, offset: 0x1B4144, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2B5C, symBinAddr: 0x172058, symSize: 0x4 } + - { offsetInCU: 0x815, offset: 0x1B4158, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B60, symBinAddr: 0x17205C, symSize: 0x44 } + - { offsetInCU: 0x829, offset: 0x1B416C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2BA4, symBinAddr: 0x1720A0, symSize: 0x4 } + - { offsetInCU: 0x83D, offset: 0x1B4180, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2BA8, symBinAddr: 0x1720A4, symSize: 0x44 } + - { offsetInCU: 0x89E, offset: 0x1B41E1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x16F6DC, symSize: 0x5C } + - { offsetInCU: 0x978, offset: 0x1B42BB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x5C, symBinAddr: 0x16F738, symSize: 0x5C } + - { offsetInCU: 0xA52, offset: 0x1B4395, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0xB8, symBinAddr: 0x16F794, symSize: 0xBC } + - { offsetInCU: 0xB15, offset: 0x1B4458, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15RenderingEngineO_TB5', symObjAddr: 0x174, symBinAddr: 0x16F850, symSize: 0x94 } + - { offsetInCU: 0xBC6, offset: 0x1B4509, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x208, symBinAddr: 0x16F8E4, symSize: 0x5C } + - { offsetInCU: 0xCA0, offset: 0x1B45E3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x264, symBinAddr: 0x16F940, symSize: 0x5C } + - { offsetInCU: 0xD7A, offset: 0x1B46BD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x16F99C, symSize: 0x5C } + - { offsetInCU: 0xE54, offset: 0x1B4797, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x31C, symBinAddr: 0x16F9F8, symSize: 0x5C } + - { offsetInCU: 0xF05, offset: 0x1B4848, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x378, symBinAddr: 0x16FA54, symSize: 0x5C } + - { offsetInCU: 0xFDF, offset: 0x1B4922, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x3D4, symBinAddr: 0x16FAB0, symSize: 0x5C } + - { offsetInCU: 0x10B9, offset: 0x1B49FC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x430, symBinAddr: 0x16FB0C, symSize: 0x68 } + - { offsetInCU: 0x1193, offset: 0x1B4AD6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x498, symBinAddr: 0x16FB74, symSize: 0x5C } + - { offsetInCU: 0x126D, offset: 0x1B4BB0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x4F4, symBinAddr: 0x16FBD0, symSize: 0x58 } + - { offsetInCU: 0x131E, offset: 0x1B4C61, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x54C, symBinAddr: 0x16FC28, symSize: 0x68 } + - { offsetInCU: 0x13F8, offset: 0x1B4D3B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x5B4, symBinAddr: 0x16FC90, symSize: 0x5C } + - { offsetInCU: 0x14D2, offset: 0x1B4E15, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x610, symBinAddr: 0x16FCEC, symSize: 0x68 } + - { offsetInCU: 0x15AC, offset: 0x1B4EEF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x678, symBinAddr: 0x16FD54, symSize: 0x68 } + - { offsetInCU: 0x1686, offset: 0x1B4FC9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x6E0, symBinAddr: 0x16FDBC, symSize: 0x5C } + - { offsetInCU: 0x1760, offset: 0x1B50A3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0x73C, symBinAddr: 0x16FE18, symSize: 0x6C } + - { offsetInCU: 0x1811, offset: 0x1B5154, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x7AC, symBinAddr: 0x16FE88, symSize: 0x5C } + - { offsetInCU: 0x18C2, offset: 0x1B5205, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x808, symBinAddr: 0x16FEE4, symSize: 0x5C } + - { offsetInCU: 0x199C, offset: 0x1B52DF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x864, symBinAddr: 0x16FF40, symSize: 0x5C } + - { offsetInCU: 0x1A76, offset: 0x1B53B9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x8C0, symBinAddr: 0x16FF9C, symSize: 0x68 } + - { offsetInCU: 0x1B27, offset: 0x1B546A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x928, symBinAddr: 0x170004, symSize: 0x5C } + - { offsetInCU: 0x1BD8, offset: 0x1B551B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x984, symBinAddr: 0x170060, symSize: 0x68 } + - { offsetInCU: 0x1CB2, offset: 0x1B55F5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x9EC, symBinAddr: 0x1700C8, symSize: 0x5C } + - { offsetInCU: 0x1D8C, offset: 0x1B56CF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0xA48, symBinAddr: 0x170124, symSize: 0x68 } + - { offsetInCU: 0x1E66, offset: 0x1B57A9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xB10, symBinAddr: 0x1701EC, symSize: 0x5C } + - { offsetInCU: 0x1F40, offset: 0x1B5883, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xB6C, symBinAddr: 0x170248, symSize: 0x5C } + - { offsetInCU: 0x1FB5, offset: 0x1B58F8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0xBC8, symBinAddr: 0x1702A4, symSize: 0x68 } + - { offsetInCU: 0x2008, offset: 0x1B594B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xC30, symBinAddr: 0x17030C, symSize: 0x54 } + - { offsetInCU: 0x205B, offset: 0x1B599E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xC84, symBinAddr: 0x170360, symSize: 0x58 } + - { offsetInCU: 0x20D7, offset: 0x1B5A1A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xCDC, symBinAddr: 0x1703B8, symSize: 0x58 } + - { offsetInCU: 0x2153, offset: 0x1B5A96, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xD34, symBinAddr: 0x170410, symSize: 0x58 } + - { offsetInCU: 0x21A6, offset: 0x1B5AE9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xD8C, symBinAddr: 0x170468, symSize: 0x58 } + - { offsetInCU: 0x21F9, offset: 0x1B5B3C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xDE4, symBinAddr: 0x1704C0, symSize: 0x58 } + - { offsetInCU: 0x224C, offset: 0x1B5B8F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xE3C, symBinAddr: 0x170518, symSize: 0x58 } + - { offsetInCU: 0x22E6, offset: 0x1B5C29, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xE98, symBinAddr: 0x170574, symSize: 0x58 } + - { offsetInCU: 0x2388, offset: 0x1B5CCB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xEF0, symBinAddr: 0x1705CC, symSize: 0x64 } + - { offsetInCU: 0x240C, offset: 0x1B5D4F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xF54, symBinAddr: 0x170630, symSize: 0x58 } + - { offsetInCU: 0x2488, offset: 0x1B5DCB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xFAC, symBinAddr: 0x170688, symSize: 0x64 } + - { offsetInCU: 0x2504, offset: 0x1B5E47, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x106C, symBinAddr: 0x170748, symSize: 0x58 } + - { offsetInCU: 0x2557, offset: 0x1B5E9A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x10C4, symBinAddr: 0x1707A0, symSize: 0x58 } + - { offsetInCU: 0x25D3, offset: 0x1B5F16, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x111C, symBinAddr: 0x1707F8, symSize: 0x58 } + - { offsetInCU: 0x264F, offset: 0x1B5F92, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x1174, symBinAddr: 0x170850, symSize: 0x90 } + - { offsetInCU: 0x26A2, offset: 0x1B5FE5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x1204, symBinAddr: 0x1708E0, symSize: 0x58 } + - { offsetInCU: 0x271E, offset: 0x1B6061, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x125C, symBinAddr: 0x170938, symSize: 0x64 } + - { offsetInCU: 0x279A, offset: 0x1B60DD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x12C0, symBinAddr: 0x17099C, symSize: 0xB8 } + - { offsetInCU: 0x27FF, offset: 0x1B6142, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x1378, symBinAddr: 0x170A54, symSize: 0x58 } + - { offsetInCU: 0x287B, offset: 0x1B61BE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x13D0, symBinAddr: 0x170AAC, symSize: 0x64 } + - { offsetInCU: 0x28F7, offset: 0x1B623A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x1434, symBinAddr: 0x170B10, symSize: 0x64 } + - { offsetInCU: 0x2973, offset: 0x1B62B6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x1498, symBinAddr: 0x170B74, symSize: 0x58 } + - { offsetInCU: 0x29EF, offset: 0x1B6332, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x14F0, symBinAddr: 0x170BCC, symSize: 0x64 } + - { offsetInCU: 0x2A6B, offset: 0x1B63AE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1554, symBinAddr: 0x170C30, symSize: 0x64 } + - { offsetInCU: 0x2ABE, offset: 0x1B6401, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x15B8, symBinAddr: 0x170C94, symSize: 0x58 } + - { offsetInCU: 0x2B58, offset: 0x1B649B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x1610, symBinAddr: 0x170CEC, symSize: 0x64 } + - { offsetInCU: 0x2BDC, offset: 0x1B651F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x1674, symBinAddr: 0x170D50, symSize: 0x58 } + - { offsetInCU: 0x2C76, offset: 0x1B65B9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x16CC, symBinAddr: 0x170DA8, symSize: 0x58 } + - { offsetInCU: 0x2CFA, offset: 0x1B663D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1724, symBinAddr: 0x170E00, symSize: 0x64 } + - { offsetInCU: 0x2D76, offset: 0x1B66B9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x1788, symBinAddr: 0x170E64, symSize: 0x58 } + - { offsetInCU: 0x2DF2, offset: 0x1B6735, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x17E0, symBinAddr: 0x170EBC, symSize: 0x58 } + - { offsetInCU: 0x2E6E, offset: 0x1B67B1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x1838, symBinAddr: 0x170F14, symSize: 0x58 } + - { offsetInCU: 0x2EEA, offset: 0x1B682D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18A8, symBinAddr: 0x170F84, symSize: 0xC } + - { offsetInCU: 0x2F06, offset: 0x1B6849, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x18B4, symBinAddr: 0x170F90, symSize: 0x8 } + - { offsetInCU: 0x2F22, offset: 0x1B6865, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18BC, symBinAddr: 0x170F98, symSize: 0x8 } + - { offsetInCU: 0x2F36, offset: 0x1B6879, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x18C4, symBinAddr: 0x170FA0, symSize: 0x8 } + - { offsetInCU: 0x2F50, offset: 0x1B6893, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1958, symBinAddr: 0x171034, symSize: 0x5C } + - { offsetInCU: 0x2F73, offset: 0x1B68B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x19B4, symBinAddr: 0x171090, symSize: 0x4C } + - { offsetInCU: 0x2FD7, offset: 0x1B691A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1D10, symBinAddr: 0x1713EC, symSize: 0xC } + - { offsetInCU: 0x2FF3, offset: 0x1B6936, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1D1C, symBinAddr: 0x1713F8, symSize: 0x8 } + - { offsetInCU: 0x300F, offset: 0x1B6952, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1D24, symBinAddr: 0x171400, symSize: 0x8 } + - { offsetInCU: 0x3023, offset: 0x1B6966, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D2C, symBinAddr: 0x171408, symSize: 0x8 } + - { offsetInCU: 0x303D, offset: 0x1B6980, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1E60, symBinAddr: 0x17153C, symSize: 0x28 } + - { offsetInCU: 0x3059, offset: 0x1B699C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1E88, symBinAddr: 0x171564, symSize: 0x28 } + - { offsetInCU: 0x2B, offset: 0x1B6B3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1720E8, symSize: 0x48 } + - { offsetInCU: 0x4F, offset: 0x1B6B61, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1720E8, symSize: 0x48 } + - { offsetInCU: 0x74, offset: 0x1B6B86, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x48, symBinAddr: 0x172130, symSize: 0x184 } + - { offsetInCU: 0xF1, offset: 0x1B6C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1CC, symBinAddr: 0x1722B4, symSize: 0xD4 } + - { offsetInCU: 0x183, offset: 0x1B6C95, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0x172388, symSize: 0x110 } + - { offsetInCU: 0x206, offset: 0x1B6D18, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x3C0, symBinAddr: 0x1724A8, symSize: 0x64 } + - { offsetInCU: 0x249, offset: 0x1B6D5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x424, symBinAddr: 0x17250C, symSize: 0x24 } + - { offsetInCU: 0x289, offset: 0x1B6D9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x448, symBinAddr: 0x172530, symSize: 0x4 } + - { offsetInCU: 0x2A9, offset: 0x1B6DBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x448, symBinAddr: 0x172530, symSize: 0x4 } + - { offsetInCU: 0x2D4, offset: 0x1B6DE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x44C, symBinAddr: 0x172534, symSize: 0x68 } + - { offsetInCU: 0x31F, offset: 0x1B6E31, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4B4, symBinAddr: 0x17259C, symSize: 0xC } + - { offsetInCU: 0x33B, offset: 0x1B6E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0x1725A8, symSize: 0xC } + - { offsetInCU: 0x357, offset: 0x1B6E69, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO11stringValueSSvgTf4d_n', symObjAddr: 0x968, symBinAddr: 0x172890, symSize: 0x14 } + - { offsetInCU: 0x393, offset: 0x1B6EA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfD', symObjAddr: 0x524, symBinAddr: 0x17260C, symSize: 0x4C } + - { offsetInCU: 0x42F, offset: 0x1B6F41, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfE', symObjAddr: 0x51C, symBinAddr: 0x172604, symSize: 0x8 } + - { offsetInCU: 0x487, offset: 0x1B6F99, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCMa', symObjAddr: 0x570, symBinAddr: 0x172658, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x1B6FAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs0E3KeyAAWl', symObjAddr: 0x5F4, symBinAddr: 0x172678, symSize: 0x44 } + - { offsetInCU: 0x4AF, offset: 0x1B6FC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwet', symObjAddr: 0x794, symBinAddr: 0x1726BC, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x1B6FD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwst', symObjAddr: 0x7E4, symBinAddr: 0x17270C, symSize: 0x8C } + - { offsetInCU: 0x4D7, offset: 0x1B6FE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwug', symObjAddr: 0x870, symBinAddr: 0x172798, symSize: 0x8 } + - { offsetInCU: 0x4EB, offset: 0x1B6FFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwup', symObjAddr: 0x878, symBinAddr: 0x1727A0, symSize: 0x4 } + - { offsetInCU: 0x4FF, offset: 0x1B7011, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwui', symObjAddr: 0x87C, symBinAddr: 0x1727A4, symSize: 0x4 } + - { offsetInCU: 0x513, offset: 0x1B7025, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOMa', symObjAddr: 0x880, symBinAddr: 0x1727A8, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x1B7039, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASQWb', symObjAddr: 0x890, symBinAddr: 0x1727B8, symSize: 0x4 } + - { offsetInCU: 0x53B, offset: 0x1B704D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFSQAAWl', symObjAddr: 0x894, symBinAddr: 0x1727BC, symSize: 0x44 } + - { offsetInCU: 0x54F, offset: 0x1B7061, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8D8, symBinAddr: 0x172800, symSize: 0x4 } + - { offsetInCU: 0x563, offset: 0x1B7075, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8DC, symBinAddr: 0x172804, symSize: 0x44 } + - { offsetInCU: 0x577, offset: 0x1B7089, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x920, symBinAddr: 0x172848, symSize: 0x4 } + - { offsetInCU: 0x58B, offset: 0x1B709D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x924, symBinAddr: 0x17284C, symSize: 0x44 } + - { offsetInCU: 0x5CB, offset: 0x1B70DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0x172498, symSize: 0x4 } + - { offsetInCU: 0x5EB, offset: 0x1B70FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0x172498, symSize: 0x4 } + - { offsetInCU: 0x60B, offset: 0x1B711D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3B4, symBinAddr: 0x17249C, symSize: 0x4 } + - { offsetInCU: 0x62B, offset: 0x1B713D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3B4, symBinAddr: 0x17249C, symSize: 0x4 } + - { offsetInCU: 0x64B, offset: 0x1B715D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B8, symBinAddr: 0x1724A0, symSize: 0x4 } + - { offsetInCU: 0x66B, offset: 0x1B717D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B8, symBinAddr: 0x1724A0, symSize: 0x4 } + - { offsetInCU: 0x68B, offset: 0x1B719D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3BC, symBinAddr: 0x1724A4, symSize: 0x4 } + - { offsetInCU: 0x6AB, offset: 0x1B71BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3BC, symBinAddr: 0x1724A4, symSize: 0x4 } + - { offsetInCU: 0x6C2, offset: 0x1B71D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4CC, symBinAddr: 0x1725B4, symSize: 0x28 } + - { offsetInCU: 0x6DE, offset: 0x1B71F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x4F4, symBinAddr: 0x1725DC, symSize: 0x28 } + - { offsetInCU: 0x118, offset: 0x1B74DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x308, symBinAddr: 0x172BAC, symSize: 0x18 } + - { offsetInCU: 0x1A9, offset: 0x1B756E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH9hashValueSivgTW', symObjAddr: 0x320, symBinAddr: 0x172BC4, symSize: 0x44 } + - { offsetInCU: 0x28C, offset: 0x1B7651, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x364, symBinAddr: 0x172C08, symSize: 0x28 } + - { offsetInCU: 0x2FF, offset: 0x1B76C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x3DC, symBinAddr: 0x172C80, symSize: 0x1C } + - { offsetInCU: 0x31B, offset: 0x1B76E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x3DC, symBinAddr: 0x172C80, symSize: 0x1C } + - { offsetInCU: 0x34B, offset: 0x1B7710, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCfD', symObjAddr: 0x3F8, symBinAddr: 0x172C9C, symSize: 0x2C } + - { offsetInCU: 0x38F, offset: 0x1B7754, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKF', symObjAddr: 0x0, symBinAddr: 0x1728A4, symSize: 0x25C } + - { offsetInCU: 0x5DA, offset: 0x1B799F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueV11descriptionSSvg', symObjAddr: 0x25C, symBinAddr: 0x172B00, symSize: 0xA0 } + - { offsetInCU: 0x6F0, offset: 0x1B7AB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x2FC, symBinAddr: 0x172BA0, symSize: 0xC } + - { offsetInCU: 0x80C, offset: 0x1B7BD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCMa', symObjAddr: 0x424, symBinAddr: 0x172CC8, symSize: 0x20 } + - { offsetInCU: 0x820, offset: 0x1B7BE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwet', symObjAddr: 0x464, symBinAddr: 0x172CE8, symSize: 0x90 } + - { offsetInCU: 0x834, offset: 0x1B7BF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwst', symObjAddr: 0x4F4, symBinAddr: 0x172D78, symSize: 0xBC } + - { offsetInCU: 0x848, offset: 0x1B7C0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwug', symObjAddr: 0x5B0, symBinAddr: 0x172E34, symSize: 0x8 } + - { offsetInCU: 0x85C, offset: 0x1B7C21, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwup', symObjAddr: 0x5B8, symBinAddr: 0x172E3C, symSize: 0x4 } + - { offsetInCU: 0x870, offset: 0x1B7C35, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwui', symObjAddr: 0x5BC, symBinAddr: 0x172E40, symSize: 0xC } + - { offsetInCU: 0x884, offset: 0x1B7C49, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOMa', symObjAddr: 0x5C8, symBinAddr: 0x172E4C, symSize: 0x10 } + - { offsetInCU: 0x898, offset: 0x1B7C5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVwCP', symObjAddr: 0x5D8, symBinAddr: 0x172E5C, symSize: 0x30 } + - { offsetInCU: 0x8AC, offset: 0x1B7C71, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVMa', symObjAddr: 0x62C, symBinAddr: 0x172EA4, symSize: 0x10 } + - { offsetInCU: 0x8C0, offset: 0x1B7C85, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASQWb', symObjAddr: 0x63C, symBinAddr: 0x172EB4, symSize: 0x4 } + - { offsetInCU: 0x8D4, offset: 0x1B7C99, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOAESQAAWl', symObjAddr: 0x640, symBinAddr: 0x172EB8, symSize: 0x44 } + - { offsetInCU: 0x906, offset: 0x1B7CCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueC0SSvgTW', symObjAddr: 0x684, symBinAddr: 0x172EFC, symSize: 0x2C } + - { offsetInCU: 0x94C, offset: 0x1B7D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV018compatibilityIssueD0SSvg', symObjAddr: 0x6B0, symBinAddr: 0x172F28, symSize: 0x7C } + - { offsetInCU: 0x96E, offset: 0x1B7D33, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueD0SSvgTW', symObjAddr: 0x72C, symBinAddr: 0x172FA4, symSize: 0x4 } + - { offsetInCU: 0x982, offset: 0x1B7D47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x804, symBinAddr: 0x172FAC, symSize: 0x8 } + - { offsetInCU: 0x9C6, offset: 0x1B7D8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA12LayerContextV_Tg5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0x894, symBinAddr: 0x172FB4, symSize: 0x2B0 } + - { offsetInCU: 0xCB7, offset: 0x1B807C, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA21LayerAnimationContextV_TB5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0xB44, symBinAddr: 0x173264, symSize: 0x2F0 } + - { offsetInCU: 0xF94, offset: 0x1B8359, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwug', symObjAddr: 0x1060, symBinAddr: 0x173730, symSize: 0x8 } + - { offsetInCU: 0xFA8, offset: 0x1B836D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwup', symObjAddr: 0x1068, symBinAddr: 0x173738, symSize: 0x4 } + - { offsetInCU: 0xFBC, offset: 0x1B8381, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwui', symObjAddr: 0x106C, symBinAddr: 0x17373C, symSize: 0x4 } + - { offsetInCU: 0xFD0, offset: 0x1B8395, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOMa', symObjAddr: 0x1070, symBinAddr: 0x173740, symSize: 0x10 } + - { offsetInCU: 0x1046, offset: 0x1B840B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x38C, symBinAddr: 0x172C30, symSize: 0x40 } + - { offsetInCU: 0x10E2, offset: 0x1B84A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP7_domainSSvgTW', symObjAddr: 0x3CC, symBinAddr: 0x172C70, symSize: 0x4 } + - { offsetInCU: 0x10FE, offset: 0x1B84C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP5_codeSivgTW', symObjAddr: 0x3D0, symBinAddr: 0x172C74, symSize: 0x4 } + - { offsetInCU: 0x111A, offset: 0x1B84DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x3D4, symBinAddr: 0x172C78, symSize: 0x4 } + - { offsetInCU: 0x1136, offset: 0x1B84FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x3D8, symBinAddr: 0x172C7C, symSize: 0x4 } +... diff --git a/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/x86_64/Lottie.yml b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/x86_64/Lottie.yml new file mode 100644 index 0000000..441d3a7 --- /dev/null +++ b/ios/platform/Lottie.xcframework/tvos-arm64_x86_64-simulator/dSYMs/Lottie.framework.dSYM/Contents/Resources/Relocations/x86_64/Lottie.yml @@ -0,0 +1,7482 @@ +--- +triple: 'x86_64-apple-darwin' +binary-path: '/Users/runner/Library/Developer/Xcode/DerivedData/Lottie-fxrioqbkappyvraatalsxfpfubmj/Build/Intermediates.noindex/ArchiveIntermediates/Lottie (tvOS)/InstallationBuildProductsLocation/Library/Frameworks/Lottie.framework/Lottie' +relocations: + - { offsetInCU: 0x34, offset: 0x54A7E, size: 0x8, addend: 0x0, symName: _LottieVersionString, symObjAddr: 0x0, symBinAddr: 0x1A6110, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x54AB3, size: 0x8, addend: 0x0, symName: _LottieVersionNumber, symObjAddr: 0x28, symBinAddr: 0x1A6138, symSize: 0x0 } + - { offsetInCU: 0x3F, offset: 0x54B08, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0xD0, symBinAddr: 0x40A0, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x54B1C, size: 0x8, addend: 0x0, symName: ___swift_memcpy152_8, symObjAddr: 0xE0, symBinAddr: 0x40B0, symSize: 0x10 } + - { offsetInCU: 0x67, offset: 0x54B30, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwet', symObjAddr: 0xF0, symBinAddr: 0x40C0, symSize: 0x50 } + - { offsetInCU: 0x7B, offset: 0x54B44, size: 0x8, addend: 0x0, symName: '_$sSo7__sFILEVwst', symObjAddr: 0x140, symBinAddr: 0x4110, symSize: 0x70 } + - { offsetInCU: 0x8F, offset: 0x54B58, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwCP', symObjAddr: 0x210, symBinAddr: 0x41E0, symSize: 0x30 } + - { offsetInCU: 0xA3, offset: 0x54B6C, size: 0x8, addend: 0x0, symName: ___swift_memcpy128_8, symObjAddr: 0x240, symBinAddr: 0x4210, symSize: 0x50 } + - { offsetInCU: 0xB7, offset: 0x54B80, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwet', symObjAddr: 0x290, symBinAddr: 0x4260, symSize: 0x20 } + - { offsetInCU: 0xCB, offset: 0x54B94, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DVwst', symObjAddr: 0x2B0, symBinAddr: 0x4280, symSize: 0x50 } + - { offsetInCU: 0xDF, offset: 0x54BA8, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0x340, symBinAddr: 0x4310, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x54BBC, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0x3A0, symBinAddr: 0x4370, symSize: 0x20 } + - { offsetInCU: 0x107, offset: 0x54BD0, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwet', symObjAddr: 0x3C0, symBinAddr: 0x4390, symSize: 0x20 } + - { offsetInCU: 0x11B, offset: 0x54BE4, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVwst', symObjAddr: 0x3E0, symBinAddr: 0x43B0, symSize: 0x30 } + - { offsetInCU: 0x12F, offset: 0x54BF8, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwet', symObjAddr: 0x430, symBinAddr: 0x4400, symSize: 0x20 } + - { offsetInCU: 0x17A, offset: 0x54C43, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE21_overrideSizeThatFits_2in02uiC0ySo6CGSizeVz_7SwiftUI09_ProposedF0VAA0L22UIMeasurementContainerCy7ContentQzGtF', symObjAddr: 0x4A0, symBinAddr: 0x4470, symSize: 0x3D0 } + - { offsetInCU: 0x358, offset: 0x54E21, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSQWb', symObjAddr: 0xC80, symBinAddr: 0x4BC0, symSize: 0x20 } + - { offsetInCU: 0x377, offset: 0x54E40, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0xD60, symBinAddr: 0x4C90, symSize: 0x20 } + - { offsetInCU: 0x38B, offset: 0x54E54, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0xDB0, symBinAddr: 0x4CE0, symSize: 0x20 } + - { offsetInCU: 0x39F, offset: 0x54E68, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityaSHSCSQWb', symObjAddr: 0x1290, symBinAddr: 0x51C0, symSize: 0x20 } + - { offsetInCU: 0x3B3, offset: 0x54E7C, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSQWb', symObjAddr: 0x12B0, symBinAddr: 0x51E0, symSize: 0x20 } + - { offsetInCU: 0x3C7, offset: 0x54E90, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x12D0, symBinAddr: 0x5200, symSize: 0x20 } + - { offsetInCU: 0x3DB, offset: 0x54EA4, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSQWb', symObjAddr: 0x12F0, symBinAddr: 0x5220, symSize: 0x20 } + - { offsetInCU: 0x3EF, offset: 0x54EB8, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1310, symBinAddr: 0x5240, symSize: 0x20 } + - { offsetInCU: 0x403, offset: 0x54ECC, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSQWb', symObjAddr: 0x1330, symBinAddr: 0x5260, symSize: 0x20 } + - { offsetInCU: 0x417, offset: 0x54EE0, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x1350, symBinAddr: 0x5280, symSize: 0x20 } + - { offsetInCU: 0x42B, offset: 0x54EF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie26MeasuringViewRepresentablePAAE12sizeThatFits_02uiC07contextSo6CGSizeVSg7SwiftUI08ProposedC4SizeV_AA0K22UIMeasurementContainerCy7ContentQzGAJ06UIViewD7ContextVyxGtFTf4nndn_n', symObjAddr: 0x1370, symBinAddr: 0x52A0, symSize: 0x90 } + - { offsetInCU: 0x488, offset: 0x54F51, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_0, symObjAddr: 0x1480, symBinAddr: 0x53B0, symSize: 0x30 } + - { offsetInCU: 0x49C, offset: 0x54F65, size: 0x8, addend: 0x0, symName: '_$sSSSg5label_yp5valuetWOh', symObjAddr: 0x14B0, symBinAddr: 0x53E0, symSize: 0x30 } + - { offsetInCU: 0x4B0, offset: 0x54F79, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x14E0, symBinAddr: 0x5410, symSize: 0x40 } + - { offsetInCU: 0x4C4, offset: 0x54F8D, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x1520, symBinAddr: 0x5450, symSize: 0x20 } + - { offsetInCU: 0x4D8, offset: 0x54FA1, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1630, symBinAddr: 0x5560, symSize: 0x20 } + - { offsetInCU: 0x4EC, offset: 0x54FB5, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x1650, symBinAddr: 0x5580, symSize: 0x20 } + - { offsetInCU: 0x500, offset: 0x54FC9, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeaSHSCSQWb', symObjAddr: 0x1670, symBinAddr: 0x55A0, symSize: 0x20 } + - { offsetInCU: 0x514, offset: 0x54FDD, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x1690, symBinAddr: 0x55C0, symSize: 0x20 } + - { offsetInCU: 0x528, offset: 0x54FF1, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x16B0, symBinAddr: 0x55E0, symSize: 0x20 } + - { offsetInCU: 0x53C, offset: 0x55005, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x16D0, symBinAddr: 0x5600, symSize: 0x20 } + - { offsetInCU: 0x550, offset: 0x55019, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x16F0, symBinAddr: 0x5620, symSize: 0x20 } + - { offsetInCU: 0x564, offset: 0x5502D, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyaSHSCSQWb', symObjAddr: 0x1710, symBinAddr: 0x5640, symSize: 0x20 } + - { offsetInCU: 0x578, offset: 0x55041, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaSHSCSQWb', symObjAddr: 0x1730, symBinAddr: 0x5660, symSize: 0x20 } + - { offsetInCU: 0x604, offset: 0x550CD, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x890, symBinAddr: 0x4860, symSize: 0x10 } + - { offsetInCU: 0x644, offset: 0x5510D, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x8A0, symBinAddr: 0x4870, symSize: 0x10 } + - { offsetInCU: 0x68A, offset: 0x55153, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x910, symBinAddr: 0x4890, symSize: 0x10 } + - { offsetInCU: 0x6CA, offset: 0x55193, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x920, symBinAddr: 0x48A0, symSize: 0x10 } + - { offsetInCU: 0x70A, offset: 0x551D3, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0xA30, symBinAddr: 0x49B0, symSize: 0x10 } + - { offsetInCU: 0x74A, offset: 0x55213, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0xA40, symBinAddr: 0x49C0, symSize: 0x10 } + - { offsetInCU: 0x78A, offset: 0x55253, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0xA60, symBinAddr: 0x49E0, symSize: 0x10 } + - { offsetInCU: 0x7CA, offset: 0x55293, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0xA70, symBinAddr: 0x49F0, symSize: 0x10 } + - { offsetInCU: 0x852, offset: 0x5531B, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH9hashValueSivgTW', symObjAddr: 0xB20, symBinAddr: 0x4AA0, symSize: 0x40 } + - { offsetInCU: 0x901, offset: 0x553CA, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB60, symBinAddr: 0x4AE0, symSize: 0x20 } + - { offsetInCU: 0x954, offset: 0x5541D, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB80, symBinAddr: 0x4B00, symSize: 0x40 } + - { offsetInCU: 0x9E0, offset: 0x554A9, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0xCB0, symBinAddr: 0x4BF0, symSize: 0x10 } + - { offsetInCU: 0xA26, offset: 0x554EF, size: 0x8, addend: 0x0, symName: '_$sSo22CALayerContentsGravityas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xCF0, symBinAddr: 0x4C20, symSize: 0x70 } + - { offsetInCU: 0xA42, offset: 0x5550B, size: 0x8, addend: 0x0, symName: '_$sSo26CAAnimationCalculationModeas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xDD0, symBinAddr: 0x4D00, symSize: 0x70 } + - { offsetInCU: 0xA5E, offset: 0x55527, size: 0x8, addend: 0x0, symName: '_$sSo18NSFileAttributeKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0xFE0, symBinAddr: 0x4F10, symSize: 0x70 } + - { offsetInCU: 0xA7A, offset: 0x55543, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0x10B0, symBinAddr: 0x4FE0, symSize: 0x70 } + - { offsetInCU: 0xBCC, offset: 0x55695, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0xCC0, symBinAddr: 0x4C00, symSize: 0x10 } + - { offsetInCU: 0xBE8, offset: 0x556B1, size: 0x8, addend: 0x0, symName: '_$sSo17NSLayoutAttributeVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0xCD0, symBinAddr: 0x4C10, symSize: 0x10 } + - { offsetInCU: 0xC81, offset: 0x5574A, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x980, symBinAddr: 0x4900, symSize: 0x30 } + - { offsetInCU: 0xC9D, offset: 0x55766, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x9B0, symBinAddr: 0x4930, symSize: 0x40 } + - { offsetInCU: 0xCB9, offset: 0x55782, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xE40, symBinAddr: 0x4D70, symSize: 0x30 } + - { offsetInCU: 0xCD5, offset: 0x5579E, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE70, symBinAddr: 0x4DA0, symSize: 0x40 } + - { offsetInCU: 0xCF1, offset: 0x557BA, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH9hashValueSivgTW', symObjAddr: 0xED0, symBinAddr: 0x4E00, symSize: 0x30 } + - { offsetInCU: 0xD0D, offset: 0x557D6, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF00, symBinAddr: 0x4E30, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x55928, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x5840, symSize: 0x40 } + - { offsetInCU: 0x70, offset: 0x5594D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x5880, symSize: 0x280 } + - { offsetInCU: 0xDC, offset: 0x559B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x2C0, symBinAddr: 0x5B00, symSize: 0x470 } + - { offsetInCU: 0x211, offset: 0x55AEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC4nameSSvg', symObjAddr: 0x730, symBinAddr: 0x5F70, symSize: 0x30 } + - { offsetInCU: 0x23E, offset: 0x55B1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC9directorySSvg', symObjAddr: 0x760, symBinAddr: 0x5FA0, symSize: 0x30 } + - { offsetInCU: 0x26B, offset: 0x55B48, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC5widthSdvg', symObjAddr: 0x790, symBinAddr: 0x5FD0, symSize: 0x10 } + - { offsetInCU: 0x298, offset: 0x55B75, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6heightSdvg', symObjAddr: 0x7A0, symBinAddr: 0x5FE0, symSize: 0x10 } + - { offsetInCU: 0x2C5, offset: 0x55BA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x7B0, symBinAddr: 0x5FF0, symSize: 0x210 } + - { offsetInCU: 0x357, offset: 0x55C34, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO8rawValueSSvg', symObjAddr: 0xA90, symBinAddr: 0x6290, symSize: 0x20 } + - { offsetInCU: 0x38E, offset: 0x55C6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysO11stringValueSSvg', symObjAddr: 0xAB0, symBinAddr: 0x62B0, symSize: 0x20 } + - { offsetInCU: 0x40C, offset: 0x55CE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xB10, symBinAddr: 0x6310, symSize: 0x70 } + - { offsetInCU: 0x472, offset: 0x55D4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xB80, symBinAddr: 0x6380, symSize: 0x30 } + - { offsetInCU: 0x48E, offset: 0x55D6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBB0, symBinAddr: 0x63B0, symSize: 0x10 } + - { offsetInCU: 0x4C4, offset: 0x55DA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBC0, symBinAddr: 0x63C0, symSize: 0x60 } + - { offsetInCU: 0x549, offset: 0x55E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xC20, symBinAddr: 0x6420, symSize: 0x10 } + - { offsetInCU: 0x565, offset: 0x55E42, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xC30, symBinAddr: 0x6430, symSize: 0x10 } + - { offsetInCU: 0x582, offset: 0x55E5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfd', symObjAddr: 0xCA0, symBinAddr: 0x64A0, symSize: 0x30 } + - { offsetInCU: 0x5DB, offset: 0x55EB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfD', symObjAddr: 0xCD0, symBinAddr: 0x64D0, symSize: 0x40 } + - { offsetInCU: 0x70A, offset: 0x55FE7, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0xA00, symBinAddr: 0x6200, symSize: 0x30 } + - { offsetInCU: 0x71E, offset: 0x55FFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs0C3KeyAAWl', symObjAddr: 0xA30, symBinAddr: 0x6230, symSize: 0x30 } + - { offsetInCU: 0x732, offset: 0x5600F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0xA60, symBinAddr: 0x6260, symSize: 0x30 } + - { offsetInCU: 0x746, offset: 0x56023, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCfE', symObjAddr: 0xC80, symBinAddr: 0x6480, symSize: 0x20 } + - { offsetInCU: 0x773, offset: 0x56050, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetCMa', symObjAddr: 0xD10, symBinAddr: 0x6510, symSize: 0x20 } + - { offsetInCU: 0x787, offset: 0x56064, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0xD30, symBinAddr: 0x6530, symSize: 0x10 } + - { offsetInCU: 0x79B, offset: 0x56078, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwet', symObjAddr: 0xD50, symBinAddr: 0x6540, symSize: 0x80 } + - { offsetInCU: 0x7AF, offset: 0x5608C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwst', symObjAddr: 0xDD0, symBinAddr: 0x65C0, symSize: 0xD0 } + - { offsetInCU: 0x7C3, offset: 0x560A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwug', symObjAddr: 0xEA0, symBinAddr: 0x6690, symSize: 0x10 } + - { offsetInCU: 0x7D7, offset: 0x560B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwup', symObjAddr: 0xEB0, symBinAddr: 0x66A0, symSize: 0x10 } + - { offsetInCU: 0x7EB, offset: 0x560C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOwui', symObjAddr: 0xEC0, symBinAddr: 0x66B0, symSize: 0x10 } + - { offsetInCU: 0x7FF, offset: 0x560DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOMa', symObjAddr: 0xED0, symBinAddr: 0x66C0, symSize: 0x10 } + - { offsetInCU: 0x813, offset: 0x560F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASQWb', symObjAddr: 0xEE0, symBinAddr: 0x66D0, symSize: 0x10 } + - { offsetInCU: 0x827, offset: 0x56104, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAESQAAWl', symObjAddr: 0xEF0, symBinAddr: 0x66E0, symSize: 0x30 } + - { offsetInCU: 0x83B, offset: 0x56118, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xF20, symBinAddr: 0x6710, symSize: 0x10 } + - { offsetInCU: 0x84F, offset: 0x5612C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xF30, symBinAddr: 0x6720, symSize: 0x30 } + - { offsetInCU: 0x863, offset: 0x56140, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xF60, symBinAddr: 0x6750, symSize: 0x10 } + - { offsetInCU: 0x877, offset: 0x56154, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xF70, symBinAddr: 0x6760, symSize: 0x30 } + - { offsetInCU: 0x88B, offset: 0x56168, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0xFA0, symBinAddr: 0x6790, symSize: 0x30 } + - { offsetInCU: 0x89F, offset: 0x5617C, size: 0x8, addend: 0x0, symName: '_$ss7Decoder_pWOc', symObjAddr: 0xFD0, symBinAddr: 0x67C0, symSize: 0x30 } + - { offsetInCU: 0x8B3, offset: 0x56190, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10dataString7optionsACSgSS_AcDE0B14URLReadOptionsVtcfC', symObjAddr: 0x1000, symBinAddr: 0x67F0, symSize: 0x450 } + - { offsetInCU: 0x99D, offset: 0x5627A, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x1450, symBinAddr: 0x6C40, symSize: 0x30 } + - { offsetInCU: 0x9F3, offset: 0x562D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOACs0C0AAWl', symObjAddr: 0x1510, symBinAddr: 0x6D00, symSize: 0x30 } + - { offsetInCU: 0xA07, offset: 0x562E4, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0x1540, symBinAddr: 0x6D30, symSize: 0x27 } + - { offsetInCU: 0xAA3, offset: 0x56380, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAD0, symBinAddr: 0x62D0, symSize: 0x10 } + - { offsetInCU: 0xABF, offset: 0x5639C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xAE0, symBinAddr: 0x62E0, symSize: 0x10 } + - { offsetInCU: 0xADB, offset: 0x563B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAF0, symBinAddr: 0x62F0, symSize: 0x10 } + - { offsetInCU: 0xAF7, offset: 0x563D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB00, symBinAddr: 0x6300, symSize: 0x10 } + - { offsetInCU: 0xB19, offset: 0x563F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xC40, symBinAddr: 0x6440, symSize: 0x20 } + - { offsetInCU: 0xB35, offset: 0x56412, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xC60, symBinAddr: 0x6460, symSize: 0x20 } + - { offsetInCU: 0xB7E, offset: 0x5645B, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTg5', symObjAddr: 0x14B0, symBinAddr: 0x6CA0, symSize: 0x60 } + - { offsetInCU: 0x17A, offset: 0x56874, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC11setUpGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x6D60, symSize: 0x1B0 } + - { offsetInCU: 0x3D0, offset: 0x56ACA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1B0, symBinAddr: 0x6F10, symSize: 0x50 } + - { offsetInCU: 0x417, offset: 0x56B11, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerC5layerACyp_tcfc', symObjAddr: 0x200, symBinAddr: 0x6F60, symSize: 0x1D0 } + - { offsetInCU: 0x585, offset: 0x56C7F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14ShapeItemLayerC0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKF', symObjAddr: 0x550, symBinAddr: 0x72B0, symSize: 0x300 } + - { offsetInCU: 0xA98, offset: 0x57192, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5group5items0D4Path7contextAcA0B0C_SayAA09ShapeItemC0C0I0VGSaySSGAA0C7ContextVtKcfc', symObjAddr: 0x8C0, symBinAddr: 0x7620, symSize: 0x120 } + - { offsetInCU: 0xB0D, offset: 0x57207, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC05setupC9Hierarchy33_24524B13A39DBE5C7BD85D5BB4776E93LL7contextyAA0C7ContextV_tKF', symObjAddr: 0x9E0, symBinAddr: 0x7740, symSize: 0x610 } + - { offsetInCU: 0x12EB, offset: 0x579E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xFF0, symBinAddr: 0x7D50, symSize: 0x70 } + - { offsetInCU: 0x1332, offset: 0x57A2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC5layerACyp_tcfc', symObjAddr: 0x1060, symBinAddr: 0x7DC0, symSize: 0x230 } + - { offsetInCU: 0x13F5, offset: 0x57AEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x1300, symBinAddr: 0x8060, symSize: 0x7A0 } + - { offsetInCU: 0x154C, offset: 0x57C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC03nonB5Items33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x1AA0, symBinAddr: 0x8800, symSize: 0x1A0 } + - { offsetInCU: 0x1704, offset: 0x57DFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerC11childGroups33_24524B13A39DBE5C7BD85D5BB4776E93LLSayAA09ShapeItemC0C0O0VGvg', symObjAddr: 0x1C40, symBinAddr: 0x89A0, symSize: 0x1A0 } + - { offsetInCU: 0x18DA, offset: 0x57FD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCACycfcTo', symObjAddr: 0x2DF0, symBinAddr: 0x9B50, symSize: 0x30 } + - { offsetInCU: 0x199C, offset: 0x58096, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfE', symObjAddr: 0x850, symBinAddr: 0x75B0, symSize: 0x20 } + - { offsetInCU: 0x19C9, offset: 0x580C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCfETo', symObjAddr: 0x880, symBinAddr: 0x75E0, symSize: 0x20 } + - { offsetInCU: 0x19F8, offset: 0x580F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ShapeLayerCMa', symObjAddr: 0x8A0, symBinAddr: 0x7600, symSize: 0x20 } + - { offsetInCU: 0x1D00, offset: 0x583FA, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tF', symObjAddr: 0x1DE0, symBinAddr: 0x8B40, symSize: 0x1010 } + - { offsetInCU: 0x37AE, offset: 0x59EA8, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_', symObjAddr: 0x4380, symBinAddr: 0xB0E0, symSize: 0x750 } + - { offsetInCU: 0x4130, offset: 0x5A82A, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAjIXEfU0_SbycfU3_SbAEXEfU_', symObjAddr: 0x4AD0, symBinAddr: 0xB830, symSize: 0x230 } + - { offsetInCU: 0x4233, offset: 0x5A92D, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14ShapeItemLayerC0C0VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_SayAEG06unusedN0tSb_tFAlIcfU2_', symObjAddr: 0x4D00, symBinAddr: 0xBA60, symSize: 0x50 } + - { offsetInCU: 0x4618, offset: 0x5AD12, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfE', symObjAddr: 0x2E20, symBinAddr: 0x9B80, symSize: 0x60 } + - { offsetInCU: 0x4645, offset: 0x5AD3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCfETo', symObjAddr: 0x2EC0, symBinAddr: 0x9C20, symSize: 0x60 } + - { offsetInCU: 0x4674, offset: 0x5AD6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10GroupLayerCMa', symObjAddr: 0x2F20, symBinAddr: 0x9C80, symSize: 0x20 } + - { offsetInCU: 0x470C, offset: 0x5AE06, size: 0x8, addend: 0x0, symName: '_$sSl6LottieE5split14whereSeparatorSaySay7ElementQzG8grouping_AESg08trailingD0tGSbAEXE_tFSayAA14ShapeItemLayerC0I0VG_Tg5014$sSo7CALayerC6a93E11setupGroups33_24524B13A39DBE5C7BD85D5BB4776E93LL4from11parentGroup0nO4Path7contextySayAC14hiJ47C0S0VG_AC0O0CSgSaySSGAC0T7ContextVtKFSbAMXEfU0_Tf1cn_n', symObjAddr: 0x2F40, symBinAddr: 0x9CA0, symSize: 0x350 } + - { offsetInCU: 0x4C28, offset: 0x5B322, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE13setUpRepeater33_24524B13A39DBE5C7BD85D5BB4776E93LL_5items15parentGroupPath7contextyAC0E0C_SayAC14ShapeItemLayerC0T0VGSaySSGAC0U7ContextVtKF', symObjAddr: 0x3290, symBinAddr: 0x9FF0, symSize: 0x470 } + - { offsetInCU: 0x5399, offset: 0x5BA93, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_', symObjAddr: 0x3700, symBinAddr: 0xA460, symSize: 0x510 } + - { offsetInCU: 0x58BF, offset: 0x5BFB9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_', symObjAddr: 0x3C10, symBinAddr: 0xA970, symSize: 0x50 } + - { offsetInCU: 0x5909, offset: 0x5C003, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKF', symObjAddr: 0x3C60, symBinAddr: 0xA9C0, symSize: 0x330 } + - { offsetInCU: 0x5BF4, offset: 0x5C2EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_', symObjAddr: 0x3F90, symBinAddr: 0xACF0, symSize: 0x3F0 } + - { offsetInCU: 0x623F, offset: 0x5C939, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5', symObjAddr: 0x4D50, symBinAddr: 0xBAB0, symSize: 0x60 } + - { offsetInCU: 0x6253, offset: 0x5C94D, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVyxq_GSlsSlRzrlSly7ElementQz5IndexQzcirTWSay6Lottie16ShapeRenderGroupVG_SayAH0G9ItemLayerC0J0VGTg5.resume.0', symObjAddr: 0x4DB0, symBinAddr: 0xBB10, symSize: 0x20 } + - { offsetInCU: 0x626B, offset: 0x5C965, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5', symObjAddr: 0x4DD0, symBinAddr: 0xBB30, symSize: 0x90 } + - { offsetInCU: 0x62E1, offset: 0x5C9DB, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVsSlRzrlEyq_5IndexQzcirSay6Lottie16ShapeRenderGroupVG_SayAE0F9ItemLayerC0I0VGTg5.resume.0', symObjAddr: 0x4E60, symBinAddr: 0xBBC0, symSize: 0x10 } + - { offsetInCU: 0x6310, offset: 0x5CA0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZAA0A8Vector1DV_Tg5Tf4nnd_n', symObjAddr: 0x4E70, symBinAddr: 0xBBD0, symSize: 0x150 } + - { offsetInCU: 0x660A, offset: 0x5CD04, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFTf4nnnnd_n', symObjAddr: 0x5340, symBinAddr: 0xC0A0, symSize: 0x750 } + - { offsetInCU: 0x6F48, offset: 0x5D642, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOy', symObjAddr: 0x5A90, symBinAddr: 0xC7F0, symSize: 0x30 } + - { offsetInCU: 0x6F5C, offset: 0x5D656, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VSgWOe', symObjAddr: 0x5AC0, symBinAddr: 0xC820, symSize: 0x30 } + - { offsetInCU: 0x6F70, offset: 0x5D66A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOc', symObjAddr: 0x5AF0, symBinAddr: 0xC850, symSize: 0x30 } + - { offsetInCU: 0x6F84, offset: 0x5D67E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVWOh', symObjAddr: 0x5B20, symBinAddr: 0xC880, symSize: 0x30 } + - { offsetInCU: 0x6F98, offset: 0x5D692, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_TA', symObjAddr: 0x5B50, symBinAddr: 0xC8B0, symSize: 0x20 } + - { offsetInCU: 0x6FAC, offset: 0x5D6A6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15makeGroupLayers33_24524B13A39DBE5C7BD85D5BB4776E93LL4from06parentD00oD4Path7contextSayAC0D5LayerCGSayAC09ShapeItemR0C0T0VG_AC0D0CSgSaySSGAC0R7ContextVtKFAKSgASKXEfU4_A2PKXEfU1_TA', symObjAddr: 0x5B70, symBinAddr: 0xC8D0, symSize: 0x20 } + - { offsetInCU: 0x6FC0, offset: 0x5D6BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC23scaledCopyForChildGroup_7contextAcA0H0C_AA12LayerContextVtKFAA0A8Vector1DVAK_AA0A8Vector3DVtKXEfU0_TA', symObjAddr: 0x5B90, symBinAddr: 0xC8F0, symSize: 0x20 } + - { offsetInCU: 0x6FD4, offset: 0x5D6CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x5C40, symBinAddr: 0xC960, symSize: 0x20 } + - { offsetInCU: 0x6FE8, offset: 0x5D6E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x5C60, symBinAddr: 0xC980, symSize: 0x20 } + - { offsetInCU: 0x6FFC, offset: 0x5D6F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOAEsAdAWl', symObjAddr: 0x5CB0, symBinAddr: 0xC9A0, symSize: 0x30 } + - { offsetInCU: 0x7010, offset: 0x5D70A, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGAByxq_GSlsSlRzrlWl', symObjAddr: 0x5D00, symBinAddr: 0xC9D0, symSize: 0x60 } + - { offsetInCU: 0x7024, offset: 0x5D71E, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceVySay6Lottie16ShapeRenderGroupVGSayAC0E9ItemLayerC0H0VGGMa', symObjAddr: 0x5D60, symBinAddr: 0xCA30, symSize: 0xA0 } + - { offsetInCU: 0x7038, offset: 0x5D732, size: 0x8, addend: 0x0, symName: '_$s6Lottie21OpacityAnimationModel_pSgWOh', symObjAddr: 0x5EA0, symBinAddr: 0xCB70, symSize: 0x30 } + - { offsetInCU: 0x704C, offset: 0x5D746, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOe', symObjAddr: 0x5ED0, symBinAddr: 0xCBA0, symSize: 0x20 } + - { offsetInCU: 0x7060, offset: 0x5D75A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwCP', symObjAddr: 0x5F80, symBinAddr: 0xCC20, symSize: 0x30 } + - { offsetInCU: 0x7074, offset: 0x5D76E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwxx', symObjAddr: 0x5FB0, symBinAddr: 0xCC50, symSize: 0x20 } + - { offsetInCU: 0x7088, offset: 0x5D782, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwcp', symObjAddr: 0x5FD0, symBinAddr: 0xCC70, symSize: 0x30 } + - { offsetInCU: 0x709C, offset: 0x5D796, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwca', symObjAddr: 0x6000, symBinAddr: 0xCCA0, symSize: 0x50 } + - { offsetInCU: 0x70B0, offset: 0x5D7AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwta', symObjAddr: 0x6060, symBinAddr: 0xCCF0, symSize: 0x30 } + - { offsetInCU: 0x70C4, offset: 0x5D7BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwet', symObjAddr: 0x6090, symBinAddr: 0xCD20, symSize: 0x40 } + - { offsetInCU: 0x70D8, offset: 0x5D7D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVwst', symObjAddr: 0x60D0, symBinAddr: 0xCD60, symSize: 0x40 } + - { offsetInCU: 0x70EC, offset: 0x5D7E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderGroupVMa', symObjAddr: 0x6110, symBinAddr: 0xCDA0, symSize: 0x10 } + - { offsetInCU: 0x71F5, offset: 0x5D8EF, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AITg5', symObjAddr: 0x3F0, symBinAddr: 0x7150, symSize: 0x160 } + - { offsetInCU: 0x7859, offset: 0x5DF53, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVsSQRzlE2eeoiySbAByxG_ADtFZ6Lottie8KeyframeCyAE0D8Vector1DVG_Tg5Tf4nnd_n', symObjAddr: 0x4FC0, symBinAddr: 0xBD20, symSize: 0x80 } + - { offsetInCU: 0x78FF, offset: 0x5DFF9, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie14ShapeItemLayerC0E0VG_AE0D11RenderGroupVTg505$sSa6c4AA14def2C0l13VRszlE17shapeg54Groups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5h12VG05validG0_W37AEG06unusedN0tSb_tFAjIXEfU0_AiEXEfU4_AlJTf1cn_nTf4ngXg_n', symObjAddr: 0x5040, symBinAddr: 0xBDA0, symSize: 0x160 } + - { offsetInCU: 0x7B01, offset: 0x5E1FB, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay6Lottie14ShapeItemLayerC0G0VG_Tg505$sSa6e4AA14fgh2C0l90VRszlE17shapeRenderGroups013groupHasChildG20ToInheritUnusedItemsSayAA0bF5GroupVG05validG0_X29AEG06unusedN0tSb_tFSbAEXEfU4_So5NSSetCTf1cn_nTf4gg_n', symObjAddr: 0x51A0, symBinAddr: 0xBF00, symSize: 0x1A0 } + - { offsetInCU: 0x43, offset: 0x5E8AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwCP', symObjAddr: 0x0, symBinAddr: 0xCDD0, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x5E8C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwxx', symObjAddr: 0x30, symBinAddr: 0xCE00, symSize: 0x40 } + - { offsetInCU: 0x6B, offset: 0x5E8D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwcp', symObjAddr: 0x70, symBinAddr: 0xCE40, symSize: 0x70 } + - { offsetInCU: 0x7F, offset: 0x5E8EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwca', symObjAddr: 0xE0, symBinAddr: 0xCEB0, symSize: 0xA0 } + - { offsetInCU: 0x93, offset: 0x5E8FE, size: 0x8, addend: 0x0, symName: ___swift_memcpy56_8, symObjAddr: 0x180, symBinAddr: 0xCF50, symSize: 0x30 } + - { offsetInCU: 0xA7, offset: 0x5E912, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwta', symObjAddr: 0x1B0, symBinAddr: 0xCF80, symSize: 0x70 } + - { offsetInCU: 0xBB, offset: 0x5E926, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwet', symObjAddr: 0x220, symBinAddr: 0xCFF0, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0x5E93A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVwst', symObjAddr: 0x260, symBinAddr: 0xD030, symSize: 0x50 } + - { offsetInCU: 0xE3, offset: 0x5E94E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVMa', symObjAddr: 0x2B0, symBinAddr: 0xD080, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x5E980, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueSSvg', symObjAddr: 0x2C0, symBinAddr: 0xD090, symSize: 0x20 } + - { offsetInCU: 0x162, offset: 0x5E9CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x480, symBinAddr: 0xD250, symSize: 0x10 } + - { offsetInCU: 0x1E9, offset: 0x5EA54, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH9hashValueSivgTW', symObjAddr: 0x490, symBinAddr: 0xD260, symSize: 0x40 } + - { offsetInCU: 0x2CD, offset: 0x5EB38, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4D0, symBinAddr: 0xD2A0, symSize: 0x20 } + - { offsetInCU: 0x33F, offset: 0x5EBAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x530, symBinAddr: 0xD300, symSize: 0x10 } + - { offsetInCU: 0x36A, offset: 0x5EBD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x540, symBinAddr: 0xD310, symSize: 0x20 } + - { offsetInCU: 0x39B, offset: 0x5EC06, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x560, symBinAddr: 0xD330, symSize: 0x10 } + - { offsetInCU: 0x3B7, offset: 0x5EC22, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x570, symBinAddr: 0xD340, symSize: 0x10 } + - { offsetInCU: 0x3D3, offset: 0x5EC3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x640, symBinAddr: 0xD410, symSize: 0x120 } + - { offsetInCU: 0x419, offset: 0x5EC84, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2E0, symBinAddr: 0xD0B0, symSize: 0x1A0 } + - { offsetInCU: 0x46E, offset: 0x5ECD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5C0, symBinAddr: 0xD390, symSize: 0x40 } + - { offsetInCU: 0x4A5, offset: 0x5ED10, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x600, symBinAddr: 0xD3D0, symSize: 0x40 } + - { offsetInCU: 0x4C8, offset: 0x5ED33, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x760, symBinAddr: 0xD530, symSize: 0x2E0 } + - { offsetInCU: 0x51B, offset: 0x5ED86, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs0D3KeyAAWl', symObjAddr: 0xAB0, symBinAddr: 0xD810, symSize: 0x30 } + - { offsetInCU: 0x52F, offset: 0x5ED9A, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie03DotA9AnimationVGMa', symObjAddr: 0xB10, symBinAddr: 0xD840, symSize: 0x30 } + - { offsetInCU: 0x543, offset: 0x5EDAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSeAAWl', symObjAddr: 0xB40, symBinAddr: 0xD870, symSize: 0x30 } + - { offsetInCU: 0x557, offset: 0x5EDC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVACSEAAWl', symObjAddr: 0xBD0, symBinAddr: 0xD900, symSize: 0x30 } + - { offsetInCU: 0x56B, offset: 0x5EDD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwet', symObjAddr: 0xC20, symBinAddr: 0xD930, symSize: 0x80 } + - { offsetInCU: 0x57F, offset: 0x5EDEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwst', symObjAddr: 0xCA0, symBinAddr: 0xD9B0, symSize: 0xD0 } + - { offsetInCU: 0x593, offset: 0x5EDFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwug', symObjAddr: 0xD70, symBinAddr: 0xDA80, symSize: 0x10 } + - { offsetInCU: 0x5A7, offset: 0x5EE12, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwup', symObjAddr: 0xD80, symBinAddr: 0xDA90, symSize: 0x10 } + - { offsetInCU: 0x5BB, offset: 0x5EE26, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOwui', symObjAddr: 0xD90, symBinAddr: 0xDAA0, symSize: 0x10 } + - { offsetInCU: 0x5CF, offset: 0x5EE3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOMa', symObjAddr: 0xDA0, symBinAddr: 0xDAB0, symSize: 0x10 } + - { offsetInCU: 0x5E3, offset: 0x5EE4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASQWb', symObjAddr: 0xDB0, symBinAddr: 0xDAC0, symSize: 0x10 } + - { offsetInCU: 0x5F7, offset: 0x5EE62, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFSQAAWl', symObjAddr: 0xDC0, symBinAddr: 0xDAD0, symSize: 0x30 } + - { offsetInCU: 0x60B, offset: 0x5EE76, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDF0, symBinAddr: 0xDB00, symSize: 0x10 } + - { offsetInCU: 0x61F, offset: 0x5EE8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE00, symBinAddr: 0xDB10, symSize: 0x30 } + - { offsetInCU: 0x633, offset: 0x5EE9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE30, symBinAddr: 0xDB40, symSize: 0x10 } + - { offsetInCU: 0x647, offset: 0x5EEB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xE40, symBinAddr: 0xDB50, symSize: 0x2E } + - { offsetInCU: 0x6B5, offset: 0x5EF20, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4F0, symBinAddr: 0xD2C0, symSize: 0x40 } + - { offsetInCU: 0x758, offset: 0x5EFC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0xD350, symSize: 0x20 } + - { offsetInCU: 0x774, offset: 0x5EFDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestV10CodingKeys33_2356AC90F13B8664D62847B55FF662ACLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x5A0, symBinAddr: 0xD370, symSize: 0x20 } + - { offsetInCU: 0x92, offset: 0x5F1CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0xDC40, symSize: 0x30 } + - { offsetInCU: 0xC3, offset: 0x5F1FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0xDC70, symSize: 0x20 } + - { offsetInCU: 0x10F, offset: 0x5F24B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A0, symBinAddr: 0xDD20, symSize: 0x40 } + - { offsetInCU: 0x134, offset: 0x5F270, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0xDD60, symSize: 0x2A0 } + - { offsetInCU: 0x1A0, offset: 0x5F2DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x480, symBinAddr: 0xE000, symSize: 0x3E0 } + - { offsetInCU: 0x2FF, offset: 0x5F43B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO8rawValueSSvg', symObjAddr: 0x860, symBinAddr: 0xE3E0, symSize: 0x20 } + - { offsetInCU: 0x336, offset: 0x5F472, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO11stringValueSSvg', symObjAddr: 0xA30, symBinAddr: 0xE5B0, symSize: 0x20 } + - { offsetInCU: 0x3B4, offset: 0x5F4F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xA90, symBinAddr: 0xE610, symSize: 0x70 } + - { offsetInCU: 0x41A, offset: 0x5F556, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xB00, symBinAddr: 0xE680, symSize: 0x30 } + - { offsetInCU: 0x436, offset: 0x5F572, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB30, symBinAddr: 0xE6B0, symSize: 0x10 } + - { offsetInCU: 0x46C, offset: 0x5F5A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB40, symBinAddr: 0xE6C0, symSize: 0x60 } + - { offsetInCU: 0x4F1, offset: 0x5F62D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBA0, symBinAddr: 0xE720, symSize: 0x10 } + - { offsetInCU: 0x50D, offset: 0x5F649, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBB0, symBinAddr: 0xE730, symSize: 0x10 } + - { offsetInCU: 0x52B, offset: 0x5F667, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC6encode2toys7Encoder_p_tKF', symObjAddr: 0x880, symBinAddr: 0xE400, symSize: 0x1B0 } + - { offsetInCU: 0x5A5, offset: 0x5F6E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfD', symObjAddr: 0xC20, symBinAddr: 0xE7A0, symSize: 0x40 } + - { offsetInCU: 0x659, offset: 0x5F795, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCfE', symObjAddr: 0xC00, symBinAddr: 0xE780, symSize: 0x20 } + - { offsetInCU: 0x6B1, offset: 0x5F7ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseCMa', symObjAddr: 0xC60, symBinAddr: 0xE7E0, symSize: 0x20 } + - { offsetInCU: 0x6C5, offset: 0x5F801, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwug', symObjAddr: 0xCC0, symBinAddr: 0xE820, symSize: 0x10 } + - { offsetInCU: 0x6D9, offset: 0x5F815, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwup', symObjAddr: 0xCD0, symBinAddr: 0xE830, symSize: 0x10 } + - { offsetInCU: 0x6ED, offset: 0x5F829, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOwui', symObjAddr: 0xCE0, symBinAddr: 0xE840, symSize: 0x10 } + - { offsetInCU: 0x701, offset: 0x5F83D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOMa', symObjAddr: 0xCF0, symBinAddr: 0xE850, symSize: 0x10 } + - { offsetInCU: 0x715, offset: 0x5F851, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASQWb', symObjAddr: 0xD00, symBinAddr: 0xE860, symSize: 0x10 } + - { offsetInCU: 0x729, offset: 0x5F865, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSQAAWl', symObjAddr: 0xD10, symBinAddr: 0xE870, symSize: 0x30 } + - { offsetInCU: 0x73D, offset: 0x5F879, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSYAAWl', symObjAddr: 0xD40, symBinAddr: 0xE8A0, symSize: 0x30 } + - { offsetInCU: 0x751, offset: 0x5F88D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs0C3KeyAAWl', symObjAddr: 0xDE0, symBinAddr: 0xE8D0, symSize: 0x30 } + - { offsetInCU: 0x765, offset: 0x5F8A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSEAAWl', symObjAddr: 0xE10, symBinAddr: 0xE900, symSize: 0x30 } + - { offsetInCU: 0x779, offset: 0x5F8B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGMa', symObjAddr: 0xE40, symBinAddr: 0xE930, symSize: 0x30 } + - { offsetInCU: 0x78D, offset: 0x5F8C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSEAAWl', symObjAddr: 0xE70, symBinAddr: 0xE960, symSize: 0x30 } + - { offsetInCU: 0x7A1, offset: 0x5F8DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOACSeAAWl', symObjAddr: 0xEA0, symBinAddr: 0xE990, symSize: 0x30 } + - { offsetInCU: 0x7B5, offset: 0x5F8F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSeAAWl', symObjAddr: 0xF30, symBinAddr: 0xEA20, symSize: 0x30 } + - { offsetInCU: 0xDA1, offset: 0x5FEDD, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector3DV_GTg5', symObjAddr: 0xF90, symBinAddr: 0xEA50, symSize: 0x270 } + - { offsetInCU: 0xEEF, offset: 0x6002B, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAL_GTg5', symObjAddr: 0x1200, symBinAddr: 0xECC0, symSize: 0x270 } + - { offsetInCU: 0x101F, offset: 0x6015B, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x1470, symBinAddr: 0xEF30, symSize: 0x270 } + - { offsetInCU: 0x114B, offset: 0x60287, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A5ColorV_GTg5', symObjAddr: 0x16E0, symBinAddr: 0xF1A0, symSize: 0x270 } + - { offsetInCU: 0x127B, offset: 0x603B7, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x1950, symBinAddr: 0xF410, symSize: 0x270 } + - { offsetInCU: 0x13A7, offset: 0x604E3, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA0A8Vector1DV_GTg5', symObjAddr: 0x1BC0, symBinAddr: 0xF680, symSize: 0x270 } + - { offsetInCU: 0x14D7, offset: 0x60613, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x1E30, symBinAddr: 0xF8F0, symSize: 0x270 } + - { offsetInCU: 0x1603, offset: 0x6073F, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA12TextDocumentC_GTg5', symObjAddr: 0x20A0, symBinAddr: 0xFB60, symSize: 0x270 } + - { offsetInCU: 0x1733, offset: 0x6086F, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x2310, symBinAddr: 0xFDD0, symSize: 0x270 } + - { offsetInCU: 0x185F, offset: 0x6099B, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOySaySdG_GTg5', symObjAddr: 0x2580, symBinAddr: 0x10040, symSize: 0x270 } + - { offsetInCU: 0x198F, offset: 0x60ACB, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector2DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x27F0, symBinAddr: 0x102B0, symSize: 0x270 } + - { offsetInCU: 0x1ABB, offset: 0x60BF7, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszAA16AnyInitializableRd__SYRd_0_r0_lFSS_ypAA0A8Vector3DVAA12KeyframeDataC10CodingKeysOyAA10BezierPathV_GTg5', symObjAddr: 0x2A60, symBinAddr: 0x10520, symSize: 0x270 } + - { offsetInCU: 0x1BEB, offset: 0x60D27, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0x2CD0, symBinAddr: 0x10790, symSize: 0x30 } + - { offsetInCU: 0x1CD8, offset: 0x60E14, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4gd_n', symObjAddr: 0x2D30, symBinAddr: 0x107C0, symSize: 0x630 } + - { offsetInCU: 0x273E, offset: 0x6187A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector1DV_Tg5Tf4nd_n', symObjAddr: 0x3360, symBinAddr: 0x10DF0, symSize: 0x900 } + - { offsetInCU: 0x2CEF, offset: 0x61E2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4gd_n', symObjAddr: 0x3C60, symBinAddr: 0x116F0, symSize: 0x690 } + - { offsetInCU: 0x3040, offset: 0x6217C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x42F0, symBinAddr: 0x11D80, symSize: 0x9B0 } + - { offsetInCU: 0x3532, offset: 0x6266E, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0x4D20, symBinAddr: 0x12760, symSize: 0x40 } + - { offsetInCU: 0x366E, offset: 0x627AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4gd_n', symObjAddr: 0x4D80, symBinAddr: 0x127C0, symSize: 0x660 } + - { offsetInCU: 0x3A43, offset: 0x62B7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA10BezierPathV_Tg5Tf4nd_n', symObjAddr: 0x53E0, symBinAddr: 0x12E20, symSize: 0x960 } + - { offsetInCU: 0x401C, offset: 0x63158, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4gd_n', symObjAddr: 0x5D40, symBinAddr: 0x13780, symSize: 0x6A0 } + - { offsetInCU: 0x4379, offset: 0x634B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA0A5ColorV_Tg5Tf4nd_n', symObjAddr: 0x63E0, symBinAddr: 0x13E20, symSize: 0x9B0 } + - { offsetInCU: 0x4941, offset: 0x63A7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4gd_n', symObjAddr: 0x6D90, symBinAddr: 0x147D0, symSize: 0x590 } + - { offsetInCU: 0x4D3A, offset: 0x63E76, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCSaySdG_Tg5Tf4nd_n', symObjAddr: 0x7320, symBinAddr: 0x14D60, symSize: 0x950 } + - { offsetInCU: 0x5366, offset: 0x644A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4gd_n', symObjAddr: 0x7C70, symBinAddr: 0x156B0, symSize: 0x5D0 } + - { offsetInCU: 0x575A, offset: 0x64896, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A16AnyInitializableRzlE10dictionaryACyxGSDySSypG_tKcfCAA12TextDocumentC_Tg5Tf4nd_n', symObjAddr: 0x8240, symBinAddr: 0x15C80, symSize: 0x940 } + - { offsetInCU: 0x5C63, offset: 0x64D9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOwup', symObjAddr: 0x8DC0, symBinAddr: 0x16800, symSize: 0x10 } + - { offsetInCU: 0x5C77, offset: 0x64DB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOMa', symObjAddr: 0x8DD0, symBinAddr: 0x16810, symSize: 0x10 } + - { offsetInCU: 0x5C8B, offset: 0x64DC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASQWb', symObjAddr: 0x8DE0, symBinAddr: 0x16820, symSize: 0x10 } + - { offsetInCU: 0x5C9F, offset: 0x64DDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFSQAAWl', symObjAddr: 0x8DF0, symBinAddr: 0x16830, symSize: 0x30 } + - { offsetInCU: 0x5CB3, offset: 0x64DEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8E20, symBinAddr: 0x16860, symSize: 0x10 } + - { offsetInCU: 0x5CC7, offset: 0x64E03, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8E30, symBinAddr: 0x16870, symSize: 0x30 } + - { offsetInCU: 0x5CDB, offset: 0x64E17, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x8E60, symBinAddr: 0x168A0, symSize: 0x10 } + - { offsetInCU: 0x5CEF, offset: 0x64E2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x8E70, symBinAddr: 0x168B0, symSize: 0x30 } + - { offsetInCU: 0x5D23, offset: 0x64E5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xDB80, symSize: 0x10 } + - { offsetInCU: 0x5DB4, offset: 0x64EF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0xDB90, symSize: 0x40 } + - { offsetInCU: 0x5E8C, offset: 0x64FC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0xDBD0, symSize: 0x30 } + - { offsetInCU: 0x5F08, offset: 0x65044, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0xDC00, symSize: 0x40 } + - { offsetInCU: 0x5FB4, offset: 0x650F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0xDC90, symSize: 0x50 } + - { offsetInCU: 0x5FD7, offset: 0x65113, size: 0x8, addend: 0x0, symName: '_$s6Lottie13PathDirectionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0xDCE0, symSize: 0x40 } + - { offsetInCU: 0x6035, offset: 0x65171, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA50, symBinAddr: 0xE5D0, symSize: 0x10 } + - { offsetInCU: 0x6051, offset: 0x6518D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA60, symBinAddr: 0xE5E0, symSize: 0x10 } + - { offsetInCU: 0x606D, offset: 0x651A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA70, symBinAddr: 0xE5F0, symSize: 0x10 } + - { offsetInCU: 0x6089, offset: 0x651C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA80, symBinAddr: 0xE600, symSize: 0x10 } + - { offsetInCU: 0x60AB, offset: 0x651E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBC0, symBinAddr: 0xE740, symSize: 0x20 } + - { offsetInCU: 0x60C7, offset: 0x65203, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xBE0, symBinAddr: 0xE760, symSize: 0x20 } + - { offsetInCU: 0x50, offset: 0x65A43, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLSSvpZ', symObjAddr: 0xF170, symBinAddr: 0x2059A0, symSize: 0x0 } + - { offsetInCU: 0x7A1, offset: 0x66194, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0xF30, symBinAddr: 0x17830, symSize: 0xA0 } + - { offsetInCU: 0x7D3, offset: 0x661C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x1000, symBinAddr: 0x17900, symSize: 0xC0 } + - { offsetInCU: 0x7E7, offset: 0x661DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x10C0, symBinAddr: 0x179C0, symSize: 0x60 } + - { offsetInCU: 0x805, offset: 0x661F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x1120, symBinAddr: 0x17A20, symSize: 0x730 } + - { offsetInCU: 0x96F, offset: 0x66362, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x1850, symBinAddr: 0x18150, symSize: 0x40 } + - { offsetInCU: 0x9A3, offset: 0x66396, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0x1890, symBinAddr: 0x18190, symSize: 0x30 } + - { offsetInCU: 0xA77, offset: 0x6646A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfc', symObjAddr: 0x18C0, symBinAddr: 0x181C0, symSize: 0x610 } + - { offsetInCU: 0xBC6, offset: 0x665B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x1ED0, symBinAddr: 0x187D0, symSize: 0x50 } + - { offsetInCU: 0xBE2, offset: 0x665D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1F20, symBinAddr: 0x18820, symSize: 0x1E0 } + - { offsetInCU: 0xC2D, offset: 0x66620, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x2100, symBinAddr: 0x18A00, symSize: 0x20 } + - { offsetInCU: 0xC89, offset: 0x6667C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10completionyySbcSg_tF', symObjAddr: 0x2120, symBinAddr: 0x18A20, symSize: 0x280 } + - { offsetInCU: 0xEAB, offset: 0x6689E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play12fromProgress02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x23A0, symBinAddr: 0x18CA0, symSize: 0x370 } + - { offsetInCU: 0x1215, offset: 0x66C08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play9fromFrame02toF08loopMode10completiony12CoreGraphics7CGFloatVSg_AkA0a4LoopI0OSgySbcSgtF', symObjAddr: 0x2710, symBinAddr: 0x19010, symSize: 0x300 } + - { offsetInCU: 0x1506, offset: 0x66EF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x2A10, symBinAddr: 0x19310, symSize: 0x680 } + - { offsetInCU: 0x1980, offset: 0x67373, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x3090, symBinAddr: 0x19990, symSize: 0x280 } + - { offsetInCU: 0x1B3D, offset: 0x67530, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x3310, symBinAddr: 0x19C10, symSize: 0x310 } + - { offsetInCU: 0x1DA8, offset: 0x6779B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_', symObjAddr: 0x3620, symBinAddr: 0x19F20, symSize: 0x90 } + - { offsetInCU: 0x1E8E, offset: 0x67881, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4stopyyF', symObjAddr: 0x36B0, symBinAddr: 0x19FB0, symSize: 0x100 } + - { offsetInCU: 0x1F3A, offset: 0x6792D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pauseyyF', symObjAddr: 0x37B0, symBinAddr: 0x1A0B0, symSize: 0x30 } + - { offsetInCU: 0x20E6, offset: 0x67AD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC5pause2atyAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x37E0, symBinAddr: 0x1A0E0, symSize: 0x3F0 } + - { offsetInCU: 0x232D, offset: 0x67D20, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_26animationCompletionHandleryAA0A12PlaybackModeO_ySbcSgtF', symObjAddr: 0x3BD0, symBinAddr: 0x1A4D0, symSize: 0x40 } + - { offsetInCU: 0x269A, offset: 0x6808D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15setPlaybackMode_10completionyAA0aeF0O_ySbcSgtF', symObjAddr: 0x3C10, symBinAddr: 0x1A510, symSize: 0x4E0 } + - { offsetInCU: 0x2ABC, offset: 0x684AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0x40F0, symBinAddr: 0x1A9F0, symSize: 0x110 } + - { offsetInCU: 0x2BCE, offset: 0x685C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x4360, symBinAddr: 0x1AC60, symSize: 0x70 } + - { offsetInCU: 0x2C18, offset: 0x6860B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x4430, symBinAddr: 0x1AD30, symSize: 0x40 } + - { offsetInCU: 0x2C82, offset: 0x68675, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvs', symObjAddr: 0x45E0, symBinAddr: 0x1AEE0, symSize: 0x60 } + - { offsetInCU: 0x2CA9, offset: 0x6869C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM', symObjAddr: 0x4640, symBinAddr: 0x1AF40, symSize: 0x40 } + - { offsetInCU: 0x2CDA, offset: 0x686CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvM.resume.0', symObjAddr: 0x4680, symBinAddr: 0x1AF80, symSize: 0x10 } + - { offsetInCU: 0x2D34, offset: 0x68727, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvW', symObjAddr: 0x4740, symBinAddr: 0x1B040, symSize: 0x110 } + - { offsetInCU: 0x2DEB, offset: 0x687DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x4850, symBinAddr: 0x1B150, symSize: 0x40 } + - { offsetInCU: 0x2E0A, offset: 0x687FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x4890, symBinAddr: 0x1B190, symSize: 0xA0 } + - { offsetInCU: 0x2E31, offset: 0x68824, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x4930, symBinAddr: 0x1B230, symSize: 0x60 } + - { offsetInCU: 0x2E60, offset: 0x68853, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x4990, symBinAddr: 0x1B290, symSize: 0x110 } + - { offsetInCU: 0x2EAE, offset: 0x688A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC0So7CALayerCSgvg', symObjAddr: 0x4AA0, symBinAddr: 0x1B3A0, symSize: 0x30 } + - { offsetInCU: 0x2F37, offset: 0x6892A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x4B90, symBinAddr: 0x1B490, symSize: 0xA0 } + - { offsetInCU: 0x2F96, offset: 0x68989, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM', symObjAddr: 0x4C30, symBinAddr: 0x1B530, symSize: 0x50 } + - { offsetInCU: 0x2FC5, offset: 0x689B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x4C80, symBinAddr: 0x1B580, symSize: 0xA0 } + - { offsetInCU: 0x30CD, offset: 0x68AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x4D20, symBinAddr: 0x1B620, symSize: 0x1A0 } + - { offsetInCU: 0x331D, offset: 0x68D10, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x4EC0, symBinAddr: 0x1B7C0, symSize: 0x20 } + - { offsetInCU: 0x336B, offset: 0x68D5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x4EE0, symBinAddr: 0x1B7E0, symSize: 0x30 } + - { offsetInCU: 0x33C7, offset: 0x68DBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x4F10, symBinAddr: 0x1B810, symSize: 0x20 } + - { offsetInCU: 0x3453, offset: 0x68E46, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvg', symObjAddr: 0x4F60, symBinAddr: 0x1B860, symSize: 0x40 } + - { offsetInCU: 0x3470, offset: 0x68E63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvs', symObjAddr: 0x4FA0, symBinAddr: 0x1B8A0, symSize: 0x20 } + - { offsetInCU: 0x3484, offset: 0x68E77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM', symObjAddr: 0x4FC0, symBinAddr: 0x1B8C0, symSize: 0x50 } + - { offsetInCU: 0x3513, offset: 0x68F06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x5010, symBinAddr: 0x1B910, symSize: 0xE0 } + - { offsetInCU: 0x3580, offset: 0x68F73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x52D0, symBinAddr: 0x1BBD0, symSize: 0x30 } + - { offsetInCU: 0x3594, offset: 0x68F87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x5300, symBinAddr: 0x1BC00, symSize: 0x50 } + - { offsetInCU: 0x3603, offset: 0x68FF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x5350, symBinAddr: 0x1BC50, symSize: 0xB0 } + - { offsetInCU: 0x3693, offset: 0x69086, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x5420, symBinAddr: 0x1BD20, symSize: 0x170 } + - { offsetInCU: 0x373D, offset: 0x69130, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x5590, symBinAddr: 0x1BE90, symSize: 0x50 } + - { offsetInCU: 0x376C, offset: 0x6915F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x55E0, symBinAddr: 0x1BEE0, symSize: 0x160 } + - { offsetInCU: 0x37E8, offset: 0x691DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x57D0, symBinAddr: 0x1C0D0, symSize: 0x50 } + - { offsetInCU: 0x3805, offset: 0x691F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x5820, symBinAddr: 0x1C120, symSize: 0x20 } + - { offsetInCU: 0x3819, offset: 0x6920C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x5840, symBinAddr: 0x1C140, symSize: 0x50 } + - { offsetInCU: 0x3868, offset: 0x6925B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x5890, symBinAddr: 0x1C190, symSize: 0xB0 } + - { offsetInCU: 0x38D0, offset: 0x692C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x59A0, symBinAddr: 0x1C2A0, symSize: 0xD0 } + - { offsetInCU: 0x3948, offset: 0x6933B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x5A70, symBinAddr: 0x1C370, symSize: 0x50 } + - { offsetInCU: 0x3977, offset: 0x6936A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x5AC0, symBinAddr: 0x1C3C0, symSize: 0xA0 } + - { offsetInCU: 0x3A0C, offset: 0x693FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvs', symObjAddr: 0x5BE0, symBinAddr: 0x1C4E0, symSize: 0x60 } + - { offsetInCU: 0x3A8E, offset: 0x69481, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM', symObjAddr: 0x5C40, symBinAddr: 0x1C540, symSize: 0x50 } + - { offsetInCU: 0x3ABD, offset: 0x694B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x5C90, symBinAddr: 0x1C590, symSize: 0x50 } + - { offsetInCU: 0x3B24, offset: 0x69517, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC02isB7PlayingSbvg', symObjAddr: 0x5CE0, symBinAddr: 0x1C5E0, symSize: 0x170 } + - { offsetInCU: 0x3BBC, offset: 0x695AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x5EA0, symBinAddr: 0x1C7A0, symSize: 0x40 } + - { offsetInCU: 0x3BD9, offset: 0x695CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x5EE0, symBinAddr: 0x1C7E0, symSize: 0x50 } + - { offsetInCU: 0x3C1D, offset: 0x69610, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x5F30, symBinAddr: 0x1C830, symSize: 0x40 } + - { offsetInCU: 0x3C6E, offset: 0x69661, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x5FB0, symBinAddr: 0x1C8B0, symSize: 0x40 } + - { offsetInCU: 0x3CB2, offset: 0x696A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x5FF0, symBinAddr: 0x1C8F0, symSize: 0x40 } + - { offsetInCU: 0x3CE3, offset: 0x696D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x6050, symBinAddr: 0x1C950, symSize: 0x270 } + - { offsetInCU: 0x3E98, offset: 0x6988B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x62C0, symBinAddr: 0x1CBC0, symSize: 0x110 } + - { offsetInCU: 0x400A, offset: 0x699FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x63D0, symBinAddr: 0x1CCD0, symSize: 0x30 } + - { offsetInCU: 0x4039, offset: 0x69A2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15currentProgress12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x6400, symBinAddr: 0x1CD00, symSize: 0x20 } + - { offsetInCU: 0x4066, offset: 0x69A59, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvs', symObjAddr: 0x6420, symBinAddr: 0x1CD20, symSize: 0x280 } + - { offsetInCU: 0x421B, offset: 0x69C0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvg', symObjAddr: 0x66A0, symBinAddr: 0x1CFA0, symSize: 0xD0 } + - { offsetInCU: 0x42B9, offset: 0x69CAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM', symObjAddr: 0x6770, symBinAddr: 0x1D070, symSize: 0x30 } + - { offsetInCU: 0x42E8, offset: 0x69CDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11currentTimeSdvM.resume.0', symObjAddr: 0x67A0, symBinAddr: 0x1D0A0, symSize: 0x20 } + - { offsetInCU: 0x4315, offset: 0x69D08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x6840, symBinAddr: 0x1D140, symSize: 0x100 } + - { offsetInCU: 0x4399, offset: 0x69D8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x6940, symBinAddr: 0x1D240, symSize: 0x80 } + - { offsetInCU: 0x43CF, offset: 0x69DC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x69C0, symBinAddr: 0x1D2C0, symSize: 0xB0 } + - { offsetInCU: 0x4436, offset: 0x69E29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x6A70, symBinAddr: 0x1D370, symSize: 0x1A0 } + - { offsetInCU: 0x44D5, offset: 0x69EC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x6C10, symBinAddr: 0x1D510, symSize: 0xE0 } + - { offsetInCU: 0x457B, offset: 0x69F6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x6CF0, symBinAddr: 0x1D5F0, symSize: 0xA0 } + - { offsetInCU: 0x46C5, offset: 0x6A0B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x6DE0, symBinAddr: 0x1D6E0, symSize: 0x50 } + - { offsetInCU: 0x4709, offset: 0x6A0FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x6E30, symBinAddr: 0x1D730, symSize: 0x40 } + - { offsetInCU: 0x4787, offset: 0x6A17A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvs', symObjAddr: 0x6F70, symBinAddr: 0x1D870, symSize: 0xA0 } + - { offsetInCU: 0x47E6, offset: 0x6A1D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM', symObjAddr: 0x7010, symBinAddr: 0x1D910, symSize: 0x50 } + - { offsetInCU: 0x4815, offset: 0x6A208, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x7060, symBinAddr: 0x1D960, symSize: 0xA0 } + - { offsetInCU: 0x485D, offset: 0x6A250, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x7100, symBinAddr: 0x1DA00, symSize: 0x80 } + - { offsetInCU: 0x4935, offset: 0x6A328, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x7250, symBinAddr: 0x1DB50, symSize: 0x70 } + - { offsetInCU: 0x4998, offset: 0x6A38B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x72C0, symBinAddr: 0x1DBC0, symSize: 0x50 } + - { offsetInCU: 0x49C7, offset: 0x6A3BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x7310, symBinAddr: 0x1DC10, symSize: 0x80 } + - { offsetInCU: 0x4A17, offset: 0x6A40A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x7390, symBinAddr: 0x1DC90, symSize: 0xA0 } + - { offsetInCU: 0x4A82, offset: 0x6A475, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x7430, symBinAddr: 0x1DD30, symSize: 0xD0 } + - { offsetInCU: 0x4B52, offset: 0x6A545, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12reloadImagesyyF', symObjAddr: 0x7500, symBinAddr: 0x1DE00, symSize: 0x80 } + - { offsetInCU: 0x4B88, offset: 0x6A57B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x7580, symBinAddr: 0x1DE80, symSize: 0x80 } + - { offsetInCU: 0x4BDE, offset: 0x6A5D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x7600, symBinAddr: 0x1DF00, symSize: 0x130 } + - { offsetInCU: 0x4C94, offset: 0x6A687, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x7730, symBinAddr: 0x1E030, symSize: 0xB0 } + - { offsetInCU: 0x4CFE, offset: 0x6A6F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x77E0, symBinAddr: 0x1E0E0, symSize: 0xB0 } + - { offsetInCU: 0x4D68, offset: 0x6A75B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x7890, symBinAddr: 0x1E190, symSize: 0x80 } + - { offsetInCU: 0x4DB0, offset: 0x6A7A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x7910, symBinAddr: 0x1E210, symSize: 0x80 } + - { offsetInCU: 0x4E18, offset: 0x6A80B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x7990, symBinAddr: 0x1E290, symSize: 0x240 } + - { offsetInCU: 0x4EEC, offset: 0x6A8DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC7convert_02toC2AtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x7BD0, symBinAddr: 0x1E4D0, symSize: 0x180 } + - { offsetInCU: 0x4FC0, offset: 0x6A9B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x7D50, symBinAddr: 0x1E650, symSize: 0x170 } + - { offsetInCU: 0x51A3, offset: 0x6AB96, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7EC0, symBinAddr: 0x1E7C0, symSize: 0x80 } + - { offsetInCU: 0x521C, offset: 0x6AC0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x7F40, symBinAddr: 0x1E840, symSize: 0xF0 } + - { offsetInCU: 0x52FE, offset: 0x6ACF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x8030, symBinAddr: 0x1E930, symSize: 0xF0 } + - { offsetInCU: 0x53D2, offset: 0x6ADC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForBackgroundStateyyF', symObjAddr: 0x8120, symBinAddr: 0x1EA20, symSize: 0xD0 } + - { offsetInCU: 0x5480, offset: 0x6AE73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB18ForForegroundState016wasWaitingToPlayB0ySb_tF', symObjAddr: 0x81F0, symBinAddr: 0x1EAF0, symSize: 0xA0 } + - { offsetInCU: 0x5507, offset: 0x6AEFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVF', symObjAddr: 0x8290, symBinAddr: 0x1EB90, symSize: 0x150 } + - { offsetInCU: 0x5561, offset: 0x6AF54, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_', symObjAddr: 0x83E0, symBinAddr: 0x1ECE0, symSize: 0x70 } + - { offsetInCU: 0x55A6, offset: 0x6AF99, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014updateInFlightB0yyF', symObjAddr: 0x8450, symBinAddr: 0x1ED50, symSize: 0x270 } + - { offsetInCU: 0x580E, offset: 0x6B201, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC24updateRasterizationStateyyF', symObjAddr: 0x86C0, symBinAddr: 0x1EFC0, symSize: 0x1E0 } + - { offsetInCU: 0x5969, offset: 0x6B35C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0x88A0, symBinAddr: 0x1F1A0, symSize: 0x120 } + - { offsetInCU: 0x5AA0, offset: 0x6B493, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04makebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL11usingEngineyAA09RenderingP6OptionO_tF', symObjAddr: 0x89C0, symBinAddr: 0x1F2C0, symSize: 0x700 } + - { offsetInCU: 0x5ECA, offset: 0x6B8BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC014makeMainThreadbC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0efbC0CAA0aB0C_tF', symObjAddr: 0x90C0, symBinAddr: 0x1F9C0, symSize: 0x190 } + - { offsetInCU: 0x5FDF, offset: 0x6B9D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tF', symObjAddr: 0x9250, symBinAddr: 0x1FB50, symSize: 0x220 } + - { offsetInCU: 0x6139, offset: 0x6BB2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_', symObjAddr: 0x9470, symBinAddr: 0x1FD70, symSize: 0x270 } + - { offsetInCU: 0x6432, offset: 0x6BE25, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tF', symObjAddr: 0x96E0, symBinAddr: 0x1FFE0, symSize: 0x330 } + - { offsetInCU: 0x65DF, offset: 0x6BFD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_', symObjAddr: 0x9A10, symBinAddr: 0x20310, symSize: 0x50 } + - { offsetInCU: 0x661E, offset: 0x6C011, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGF', symObjAddr: 0x9B10, symBinAddr: 0x20410, symSize: 0x310 } + - { offsetInCU: 0x68B9, offset: 0x6C2AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_', symObjAddr: 0x9E20, symBinAddr: 0x20720, symSize: 0x230 } + - { offsetInCU: 0x6A86, offset: 0x6C479, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC013removeCurrentB11IfNecessary33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyF', symObjAddr: 0xA050, symBinAddr: 0x20950, symSize: 0x170 } + - { offsetInCU: 0x6D10, offset: 0x6C703, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06addNewB10ForContext33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA0bG0VF', symObjAddr: 0xA1C0, symBinAddr: 0x20AC0, symSize: 0xF40 } + - { offsetInCU: 0x763B, offset: 0x6D02E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19reducedMotionMarker33_EACD30D3214FB89FD5BD9A0C2E02D5F9LLAA0F0CSgvg', symObjAddr: 0xB130, symBinAddr: 0x21A30, symSize: 0x130 } + - { offsetInCU: 0x7711, offset: 0x6D104, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04loadB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyyAA03DotA4FileC0B0VF', symObjAddr: 0xB260, symBinAddr: 0x21B60, symSize: 0x110 } + - { offsetInCU: 0x7812, offset: 0x6D205, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC017playReducedMotionB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL10completionyySbcSg_tF', symObjAddr: 0xB370, symBinAddr: 0x21C70, symSize: 0x150 } + - { offsetInCU: 0x792D, offset: 0x6D320, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfC', symObjAddr: 0xB4C0, symBinAddr: 0x21DC0, symSize: 0x20 } + - { offsetInCU: 0x794B, offset: 0x6D33E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfc', symObjAddr: 0xB4E0, symBinAddr: 0x21DE0, symSize: 0x30 } + - { offsetInCU: 0x79AE, offset: 0x6D3A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCACycfcTo', symObjAddr: 0xB510, symBinAddr: 0x21E10, symSize: 0x30 } + - { offsetInCU: 0x7A15, offset: 0x6D408, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfD', symObjAddr: 0xB540, symBinAddr: 0x21E40, symSize: 0x30 } + - { offsetInCU: 0x7A42, offset: 0x6D435, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0xC1D0, symBinAddr: 0x22AD0, symSize: 0x550 } + - { offsetInCU: 0x7BB2, offset: 0x6D5A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfCTfq4nneennn_nTf4nnngnnn_n', symObjAddr: 0xCA60, symBinAddr: 0x23360, symSize: 0xB0 } + - { offsetInCU: 0x7BF8, offset: 0x6D5EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0xCC70, symBinAddr: 0x23530, symSize: 0x430 } + - { offsetInCU: 0x7CF2, offset: 0x6D6E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvsTf4gn_n', symObjAddr: 0xD4B0, symBinAddr: 0x23D70, symSize: 0xF0 } + - { offsetInCU: 0x7D81, offset: 0x6D774, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0xD5E0, symBinAddr: 0x23EA0, symSize: 0xE0 } + - { offsetInCU: 0x7DF9, offset: 0x6D7EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0xD7F0, symBinAddr: 0x240B0, symSize: 0xD0 } + - { offsetInCU: 0x7E97, offset: 0x6D88A, size: 0x8, addend: 0x0, symName: ___swift_mutable_project_boxed_opaque_existential_1, symObjAddr: 0xFD0, symBinAddr: 0x178D0, symSize: 0x30 } + - { offsetInCU: 0x81BB, offset: 0x6DBAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTK', symObjAddr: 0x4200, symBinAddr: 0x1AB00, symSize: 0x70 } + - { offsetInCU: 0x81E8, offset: 0x6DBDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC19currentPlaybackModeAA0aeF0OSgvpACTk', symObjAddr: 0x4270, symBinAddr: 0x1AB70, symSize: 0xF0 } + - { offsetInCU: 0x8278, offset: 0x6DC6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvpACTk', symObjAddr: 0x43D0, symBinAddr: 0x1ACD0, symSize: 0x60 } + - { offsetInCU: 0x82AE, offset: 0x6DCA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTK', symObjAddr: 0x4470, symBinAddr: 0x1AD70, symSize: 0x90 } + - { offsetInCU: 0x82DB, offset: 0x6DCCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC09animationC7DidLoadyAC_AA21RenderingEngineOptionOtcSgvpACTk', symObjAddr: 0x4500, symBinAddr: 0x1AE00, symSize: 0xC0 } + - { offsetInCU: 0x8313, offset: 0x6DD06, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x4690, symBinAddr: 0x1AF90, symSize: 0xB0 } + - { offsetInCU: 0x8354, offset: 0x6DD47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC11screenScale12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x4AD0, symBinAddr: 0x1B3D0, symSize: 0xA0 } + - { offsetInCU: 0x84B5, offset: 0x6DEA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animationAA0aB0CSgvpACTk', symObjAddr: 0x4F30, symBinAddr: 0x1B830, symSize: 0x30 } + - { offsetInCU: 0x84E2, offset: 0x6DED5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x50F0, symBinAddr: 0x1B9F0, symSize: 0x90 } + - { offsetInCU: 0x850F, offset: 0x6DF02, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x5180, symBinAddr: 0x1BA80, symSize: 0x80 } + - { offsetInCU: 0x853C, offset: 0x6DF2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x5200, symBinAddr: 0x1BB00, symSize: 0x60 } + - { offsetInCU: 0x8554, offset: 0x6DF47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x5740, symBinAddr: 0x1C040, symSize: 0x50 } + - { offsetInCU: 0x8581, offset: 0x6DF74, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x5790, symBinAddr: 0x1C090, symSize: 0x40 } + - { offsetInCU: 0x85AE, offset: 0x6DFA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x5B60, symBinAddr: 0x1C460, symSize: 0x60 } + - { offsetInCU: 0x861E, offset: 0x6E011, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x5E50, symBinAddr: 0x1C750, symSize: 0x50 } + - { offsetInCU: 0x87CE, offset: 0x6E1C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x67C0, symBinAddr: 0x1D0C0, symSize: 0x80 } + - { offsetInCU: 0x880A, offset: 0x6E1FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC07respectB9FrameRateSbvpACTk', symObjAddr: 0x6EC0, symBinAddr: 0x1D7C0, symSize: 0x90 } + - { offsetInCU: 0x885B, offset: 0x6E24E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x7180, symBinAddr: 0x1DA80, symSize: 0x80 } + - { offsetInCU: 0x8CD1, offset: 0x6E6C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC13animationName33_EACD30D3214FB89FD5BD9A0C2E02D5F9LL_WZ', symObjAddr: 0xB100, symBinAddr: 0x21A00, symSize: 0x30 } + - { offsetInCU: 0x8D8C, offset: 0x6E77F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCfETo', symObjAddr: 0xB570, symBinAddr: 0x21E70, symSize: 0x120 } + - { offsetInCU: 0x8DD1, offset: 0x6E7C4, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0xB690, symBinAddr: 0x21F90, symSize: 0x60 } + - { offsetInCU: 0x8E29, offset: 0x6E81C, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xB6F0, symBinAddr: 0x21FF0, symSize: 0x50 } + - { offsetInCU: 0x8ED5, offset: 0x6E8C8, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xB740, symBinAddr: 0x22040, symSize: 0x40 } + - { offsetInCU: 0x8F2D, offset: 0x6E920, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSi_Tg5', symObjAddr: 0xB780, symBinAddr: 0x22080, symSize: 0x30 } + - { offsetInCU: 0x8F7A, offset: 0x6E96D, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xB7B0, symBinAddr: 0x220B0, symSize: 0x30 } + - { offsetInCU: 0x8FC8, offset: 0x6E9BB, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xB7E0, symBinAddr: 0x220E0, symSize: 0xB0 } + - { offsetInCU: 0x90E1, offset: 0x6EAD4, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xB890, symBinAddr: 0x22190, symSize: 0x30 } + - { offsetInCU: 0x910E, offset: 0x6EB01, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0xB950, symBinAddr: 0x22250, symSize: 0xE0 } + - { offsetInCU: 0x914D, offset: 0x6EB40, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo17NSLayoutAttributeV_Tg5', symObjAddr: 0xBA30, symBinAddr: 0x22330, symSize: 0x90 } + - { offsetInCU: 0x9197, offset: 0x6EB8A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0xBAC0, symBinAddr: 0x223C0, symSize: 0xA0 } + - { offsetInCU: 0x91C7, offset: 0x6EBBA, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo7CALayerC_Tg5', symObjAddr: 0xBB60, symBinAddr: 0x22460, symSize: 0x120 } + - { offsetInCU: 0x920D, offset: 0x6EC00, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF6Lottie16AnimationKeypathV_TB5', symObjAddr: 0xBC80, symBinAddr: 0x22580, symSize: 0x1B0 } + - { offsetInCU: 0x9327, offset: 0x6ED1A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0xBEC0, symBinAddr: 0x227C0, symSize: 0xC0 } + - { offsetInCU: 0x93D8, offset: 0x6EDCB, size: 0x8, addend: 0x0, symName: '_$ss32_copyCollectionToContiguousArrayys0dE0Vy7ElementQzGxSlRzlFs0E5SliceVySSG_Tg5', symObjAddr: 0xC100, symBinAddr: 0x22A00, symSize: 0xD0 } + - { offsetInCU: 0x9557, offset: 0x6EF4A, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_n', symObjAddr: 0xC720, symBinAddr: 0x23020, symSize: 0x130 } + - { offsetInCU: 0x95E5, offset: 0x6EFD8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_n', symObjAddr: 0xC850, symBinAddr: 0x23150, symSize: 0xA0 } + - { offsetInCU: 0x96B4, offset: 0x6F0A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOc', symObjAddr: 0xCB10, symBinAddr: 0x23410, symSize: 0x40 } + - { offsetInCU: 0x96C8, offset: 0x6F0BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pSgWOh', symObjAddr: 0xCB90, symBinAddr: 0x23450, symSize: 0x30 } + - { offsetInCU: 0x96DC, offset: 0x6F0CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOc', symObjAddr: 0xCBC0, symBinAddr: 0x23480, symSize: 0x30 } + - { offsetInCU: 0x96F0, offset: 0x6F0E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCMa', symObjAddr: 0xCBF0, symBinAddr: 0x234B0, symSize: 0x20 } + - { offsetInCU: 0x9704, offset: 0x6F0F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOh', symObjAddr: 0xCC10, symBinAddr: 0x234D0, symSize: 0x30 } + - { offsetInCU: 0x9718, offset: 0x6F10B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVSgWOe', symObjAddr: 0xCC40, symBinAddr: 0x23500, symSize: 0x30 } + - { offsetInCU: 0x9768, offset: 0x6F15B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOe', symObjAddr: 0xD0A0, symBinAddr: 0x23960, symSize: 0x30 } + - { offsetInCU: 0x977C, offset: 0x6F16F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOe', symObjAddr: 0xD0D0, symBinAddr: 0x23990, symSize: 0xB0 } + - { offsetInCU: 0x9790, offset: 0x6F183, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOe', symObjAddr: 0xD180, symBinAddr: 0x23A40, symSize: 0x20 } + - { offsetInCU: 0x97A4, offset: 0x6F197, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOe', symObjAddr: 0xD1A0, symBinAddr: 0x23A60, symSize: 0x50 } + - { offsetInCU: 0x97FA, offset: 0x6F1ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC4play7markers10completionySaySSG_ySbcSgtFySbcfU_TA', symObjAddr: 0xD310, symBinAddr: 0x23BD0, symSize: 0x20 } + - { offsetInCU: 0x980E, offset: 0x6F201, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOWOy', symObjAddr: 0xD330, symBinAddr: 0x23BF0, symSize: 0x20 } + - { offsetInCU: 0x9822, offset: 0x6F215, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSgWOy', symObjAddr: 0xD350, symBinAddr: 0x23C10, symSize: 0x30 } + - { offsetInCU: 0x9836, offset: 0x6F229, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOy', symObjAddr: 0xD380, symBinAddr: 0x23C40, symSize: 0xB0 } + - { offsetInCU: 0x984A, offset: 0x6F23D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OWOy', symObjAddr: 0xD430, symBinAddr: 0x23CF0, symSize: 0x50 } + - { offsetInCU: 0x985E, offset: 0x6F251, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVWOf', symObjAddr: 0xD480, symBinAddr: 0x23D40, symSize: 0x30 } + - { offsetInCU: 0x9872, offset: 0x6F265, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOy', symObjAddr: 0xD5A0, symBinAddr: 0x23E60, symSize: 0x20 } + - { offsetInCU: 0x9886, offset: 0x6F279, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_SgWOe', symObjAddr: 0xD5C0, symBinAddr: 0x23E80, symSize: 0x20 } + - { offsetInCU: 0x989A, offset: 0x6F28D, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_1, symObjAddr: 0xD6C0, symBinAddr: 0x23F80, symSize: 0x130 } + - { offsetInCU: 0x98AE, offset: 0x6F2A1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerCMa', symObjAddr: 0xEB10, symBinAddr: 0x253D0, symSize: 0x30 } + - { offsetInCU: 0x98C2, offset: 0x6F2B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC015automaticEnginec8DidSetUpB033_EACD30D3214FB89FD5BD9A0C2E02D5F9LLyySayAA18CompatibilityIssueVGFSSyXEfu_TA', symObjAddr: 0xEB40, symBinAddr: 0x25400, symSize: 0x10 } + - { offsetInCU: 0x98D6, offset: 0x6F2C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xEB50, symBinAddr: 0x25410, symSize: 0x20 } + - { offsetInCU: 0x98EA, offset: 0x6F2DD, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0xEB70, symBinAddr: 0x25430, symSize: 0x40 } + - { offsetInCU: 0x98FE, offset: 0x6F2F1, size: 0x8, addend: 0x0, symName: '_$sSaySSGMa', symObjAddr: 0xEBB0, symBinAddr: 0x25470, symSize: 0x30 } + - { offsetInCU: 0x9912, offset: 0x6F305, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFSSyXEfu_TA', symObjAddr: 0xEBE0, symBinAddr: 0x254A0, symSize: 0x10 } + - { offsetInCU: 0x9926, offset: 0x6F319, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0xEBF0, symBinAddr: 0x254B0, symSize: 0x20 } + - { offsetInCU: 0x993A, offset: 0x6F32D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC019makeAutomaticEngineC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA04CorebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xEC10, symBinAddr: 0x254D0, symSize: 0x10 } + - { offsetInCU: 0x994E, offset: 0x6F341, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_TA', symObjAddr: 0xEC20, symBinAddr: 0x254E0, symSize: 0x80 } + - { offsetInCU: 0x99D3, offset: 0x6F3C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SbyXEfu_TA', symObjAddr: 0xECA0, symBinAddr: 0x25560, symSize: 0x20 } + - { offsetInCU: 0x9A3D, offset: 0x6F430, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC08makeCorebC033_EACD30D3214FB89FD5BD9A0C2E02D5F9LL3forAA0ebC0CSgAA0aB0C_tFySayAA18CompatibilityIssueVGcfU_SSyXEfu0_TA', symObjAddr: 0xECC0, symBinAddr: 0x25580, symSize: 0x10 } + - { offsetInCU: 0x9A51, offset: 0x6F444, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xECD0, symBinAddr: 0x25590, symSize: 0x20 } + - { offsetInCU: 0x9A65, offset: 0x6F458, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xECF0, symBinAddr: 0x255B0, symSize: 0x20 } + - { offsetInCU: 0x9A79, offset: 0x6F46C, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyxq___GSHRzr0_lWOe', symObjAddr: 0xED10, symBinAddr: 0x255D0, symSize: 0x20 } + - { offsetInCU: 0x9A8D, offset: 0x6F480, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0xEDE0, symBinAddr: 0x25670, symSize: 0x20 } + - { offsetInCU: 0x9AAC, offset: 0x6F49F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0xEE00, symBinAddr: 0x25690, symSize: 0x20 } + - { offsetInCU: 0x9AE0, offset: 0x6F4D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOytIegnnr_AcEIeggn_TRTA', symObjAddr: 0xEE20, symBinAddr: 0x256B0, symSize: 0x50 } + - { offsetInCU: 0x9B14, offset: 0x6F507, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerCAA21RenderingEngineOptionOIeggn_AcEytIegnnr_TRTA', symObjAddr: 0xEE70, symBinAddr: 0x25700, symSize: 0x20 } + - { offsetInCU: 0x9B3D, offset: 0x6F530, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0xEE90, symBinAddr: 0x25720, symSize: 0x30 } + - { offsetInCU: 0x9B51, offset: 0x6F544, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOh', symObjAddr: 0xEEC0, symBinAddr: 0x25750, symSize: 0x30 } + - { offsetInCU: 0x9B65, offset: 0x6F558, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_1, symObjAddr: 0xEEF0, symBinAddr: 0x25780, symSize: 0x30 } + - { offsetInCU: 0x9B79, offset: 0x6F56C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOb', symObjAddr: 0xEF20, symBinAddr: 0x257B0, symSize: 0x20 } + - { offsetInCU: 0x9B8D, offset: 0x6F580, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC06updateB5Frameyy12CoreGraphics7CGFloatVFyycfU_TA', symObjAddr: 0xEF70, symBinAddr: 0x25800, symSize: 0x10 } + - { offsetInCU: 0x9BA1, offset: 0x6F594, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xEF80, symBinAddr: 0x25810, symSize: 0x20 } + - { offsetInCU: 0x9BB5, offset: 0x6F5A8, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xEFA0, symBinAddr: 0x25830, symSize: 0x10 } + - { offsetInCU: 0x9BC9, offset: 0x6F5BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOd', symObjAddr: 0xEFB0, symBinAddr: 0x25840, symSize: 0x30 } + - { offsetInCU: 0x9BDD, offset: 0x6F5D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOe', symObjAddr: 0xEFE0, symBinAddr: 0x25870, symSize: 0x30 } + - { offsetInCU: 0x9BF1, offset: 0x6F5E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOc', symObjAddr: 0xF010, symBinAddr: 0x258A0, symSize: 0x30 } + - { offsetInCU: 0x9C05, offset: 0x6F5F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV3key_AA16AnyValueProvider_p5valuetSgWOb', symObjAddr: 0xF040, symBinAddr: 0x258D0, symSize: 0x40 } + - { offsetInCU: 0x9C38, offset: 0x6F62B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x16900, symSize: 0x60 } + - { offsetInCU: 0x9CBC, offset: 0x6F6AF, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x60, symBinAddr: 0x16960, symSize: 0x60 } + - { offsetInCU: 0x9D40, offset: 0x6F733, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0xC0, symBinAddr: 0x169C0, symSize: 0x60 } + - { offsetInCU: 0x9DC4, offset: 0x6F7B7, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x120, symBinAddr: 0x16A20, symSize: 0x70 } + - { offsetInCU: 0x9E53, offset: 0x6F846, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x190, symBinAddr: 0x16A90, symSize: 0x70 } + - { offsetInCU: 0x9EE2, offset: 0x6F8D5, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8MaskModeO_Tg5', symObjAddr: 0x200, symBinAddr: 0x16B00, symSize: 0x60 } + - { offsetInCU: 0x9F66, offset: 0x6F959, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x260, symBinAddr: 0x16B60, symSize: 0x60 } + - { offsetInCU: 0x9FEA, offset: 0x6F9DD, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x16BC0, symSize: 0x70 } + - { offsetInCU: 0xA079, offset: 0x6FA6C, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x330, symBinAddr: 0x16C30, symSize: 0x60 } + - { offsetInCU: 0xA0FD, offset: 0x6FAF0, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x390, symBinAddr: 0x16C90, symSize: 0x90 } + - { offsetInCU: 0xA158, offset: 0x6FB4B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x420, symBinAddr: 0x16D20, symSize: 0x70 } + - { offsetInCU: 0xA1E7, offset: 0x6FBDA, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x490, symBinAddr: 0x16D90, symSize: 0x60 } + - { offsetInCU: 0xA26B, offset: 0x6FC5E, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x4F0, symBinAddr: 0x16DF0, symSize: 0x70 } + - { offsetInCU: 0xA2FA, offset: 0x6FCED, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x560, symBinAddr: 0x16E60, symSize: 0x70 } + - { offsetInCU: 0xA389, offset: 0x6FD7C, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x5D0, symBinAddr: 0x16ED0, symSize: 0x70 } + - { offsetInCU: 0xA418, offset: 0x6FE0B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x640, symBinAddr: 0x16F40, symSize: 0x60 } + - { offsetInCU: 0xA49C, offset: 0x6FE8F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x6A0, symBinAddr: 0x16FA0, symSize: 0xC0 } + - { offsetInCU: 0xA524, offset: 0x6FF17, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x760, symBinAddr: 0x17060, symSize: 0x70 } + - { offsetInCU: 0xA5B3, offset: 0x6FFA6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x7D0, symBinAddr: 0x170D0, symSize: 0x60 } + - { offsetInCU: 0xA637, offset: 0x7002A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x830, symBinAddr: 0x17130, symSize: 0x90 } + - { offsetInCU: 0xA68A, offset: 0x7007D, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x8C0, symBinAddr: 0x171C0, symSize: 0x60 } + - { offsetInCU: 0xA70E, offset: 0x70101, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x920, symBinAddr: 0x17220, symSize: 0x60 } + - { offsetInCU: 0xA792, offset: 0x70185, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x980, symBinAddr: 0x17280, symSize: 0x70 } + - { offsetInCU: 0xA7ED, offset: 0x701E0, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xA00, symBinAddr: 0x17300, symSize: 0x70 } + - { offsetInCU: 0xA87C, offset: 0x7026F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xA70, symBinAddr: 0x17370, symSize: 0x60 } + - { offsetInCU: 0xA900, offset: 0x702F3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xAD0, symBinAddr: 0x173D0, symSize: 0x70 } + - { offsetInCU: 0xA98F, offset: 0x70382, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xB40, symBinAddr: 0x17440, symSize: 0x60 } + - { offsetInCU: 0xAA13, offset: 0x70406, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xC20, symBinAddr: 0x17520, symSize: 0x60 } + - { offsetInCU: 0xAA97, offset: 0x7048A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie06EffectC0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xC80, symBinAddr: 0x17580, symSize: 0x60 } + - { offsetInCU: 0xAAF2, offset: 0x704E5, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xCE0, symBinAddr: 0x175E0, symSize: 0x70 } + - { offsetInCU: 0xAB4D, offset: 0x70540, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xD50, symBinAddr: 0x17650, symSize: 0x60 } + - { offsetInCU: 0xABA8, offset: 0x7059B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xDB0, symBinAddr: 0x176B0, symSize: 0x60 } + - { offsetInCU: 0xAC2C, offset: 0x7061F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xE10, symBinAddr: 0x17710, symSize: 0x60 } + - { offsetInCU: 0xACB0, offset: 0x706A3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xE70, symBinAddr: 0x17770, symSize: 0x50 } + - { offsetInCU: 0xAD0B, offset: 0x706FE, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0xEC0, symBinAddr: 0x177C0, symSize: 0x70 } + - { offsetInCU: 0xB258, offset: 0x70C4B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xC8F0, symBinAddr: 0x231F0, symSize: 0x10 } + - { offsetInCU: 0xB274, offset: 0x70C67, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie13DiscriminatorO_Tg5Tf4dd_n', symObjAddr: 0xC900, symBinAddr: 0x23200, symSize: 0x10 } + - { offsetInCU: 0xB290, offset: 0x70C83, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4dd_n', symObjAddr: 0xC910, symBinAddr: 0x23210, symSize: 0x10 } + - { offsetInCU: 0xB2AC, offset: 0x70C9F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4dd_n', symObjAddr: 0xC920, symBinAddr: 0x23220, symSize: 0x10 } + - { offsetInCU: 0xB2C8, offset: 0x70CBB, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4dd_n', symObjAddr: 0xC930, symBinAddr: 0x23230, symSize: 0x10 } + - { offsetInCU: 0xB2E4, offset: 0x70CD7, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4dd_n', symObjAddr: 0xC940, symBinAddr: 0x23240, symSize: 0x10 } + - { offsetInCU: 0xB300, offset: 0x70CF3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie011ColorEffectC0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4dd_n', symObjAddr: 0xC950, symBinAddr: 0x23250, symSize: 0x10 } + - { offsetInCU: 0xB31C, offset: 0x70D0F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie014Vector1DEffectC0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4dd_n', symObjAddr: 0xC960, symBinAddr: 0x23260, symSize: 0x10 } + - { offsetInCU: 0xB338, offset: 0x70D2B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4dd_n', symObjAddr: 0xC970, symBinAddr: 0x23270, symSize: 0x10 } + - { offsetInCU: 0xB354, offset: 0x70D47, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4dd_n', symObjAddr: 0xC980, symBinAddr: 0x23280, symSize: 0x10 } + - { offsetInCU: 0xB370, offset: 0x70D63, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4dd_n', symObjAddr: 0xC990, symBinAddr: 0x23290, symSize: 0x10 } + - { offsetInCU: 0xB38C, offset: 0x70D7F, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4dd_n', symObjAddr: 0xC9A0, symBinAddr: 0x232A0, symSize: 0x10 } + - { offsetInCU: 0xB3A8, offset: 0x70D9B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF6Lottie8FontListC10CodingKeysO_Tg5Tf4dd_n', symObjAddr: 0xC9B0, symBinAddr: 0x232B0, symSize: 0x10 } + - { offsetInCU: 0xB3E5, offset: 0x70DD8, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufC6Lottie15AnyNodeProperty_p_SD6ValuesVySSAdE_p_GTg5Tf4gd_n', symObjAddr: 0xC9C0, symBinAddr: 0x232C0, symSize: 0xA0 } + - { offsetInCU: 0xB4C3, offset: 0x70EB6, size: 0x8, addend: 0x0, symName: '_$sSaySayxGqd__c7ElementQyd__RszSTRd__lufCSS_s10ArraySliceVySSGTg5Tf4nd_n', symObjAddr: 0xD1F0, symBinAddr: 0x23AB0, symSize: 0xC0 } + - { offsetInCU: 0x3F, offset: 0x715F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1D0, symBinAddr: 0x259A0, symSize: 0x1F0 } + - { offsetInCU: 0xC8, offset: 0x71682, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x3C0, symBinAddr: 0x25B90, symSize: 0x2B0 } + - { offsetInCU: 0x13A, offset: 0x716F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE10updateTree_12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x670, symBinAddr: 0x25E40, symSize: 0x40 } + - { offsetInCU: 0x195, offset: 0x7174F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE11keypathNameSSvg', symObjAddr: 0x6B0, symBinAddr: 0x25E80, symSize: 0x60 } + - { offsetInCU: 0x1D2, offset: 0x7178C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE17keypathPropertiesSDySSAA03AnyC8Property_pGvg', symObjAddr: 0x710, symBinAddr: 0x25EE0, symSize: 0x60 } + - { offsetInCU: 0x20F, offset: 0x717C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13childKeypathsSayAA17KeypathSearchable_pGvg', symObjAddr: 0x770, symBinAddr: 0x25F40, symSize: 0x60 } + - { offsetInCU: 0x24C, offset: 0x71806, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x7D0, symBinAddr: 0x25FA0, symSize: 0x10 } + - { offsetInCU: 0x268, offset: 0x71822, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x7E0, symBinAddr: 0x25FB0, symSize: 0x10 } + - { offsetInCU: 0x284, offset: 0x7183E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x7F0, symBinAddr: 0x25FC0, symSize: 0x10 } + - { offsetInCU: 0x2A0, offset: 0x7185A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x800, symBinAddr: 0x25FD0, symSize: 0x10 } + - { offsetInCU: 0x2BC, offset: 0x71876, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x810, symBinAddr: 0x25FE0, symSize: 0x20 } + - { offsetInCU: 0x2D8, offset: 0x71892, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x830, symBinAddr: 0x26000, symSize: 0x20 } + - { offsetInCU: 0x2F4, offset: 0x718AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x850, symBinAddr: 0x26020, symSize: 0x20 } + - { offsetInCU: 0x310, offset: 0x718CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x870, symBinAddr: 0x26040, symSize: 0x10 } + - { offsetInCU: 0x32C, offset: 0x718E6, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_2, symObjAddr: 0x880, symBinAddr: 0x26050, symSize: 0x30 } + - { offsetInCU: 0x340, offset: 0x718FA, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_2, symObjAddr: 0x8B0, symBinAddr: 0x26080, symSize: 0x30 } + - { offsetInCU: 0x354, offset: 0x7190E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x8E0, symBinAddr: 0x260B0, symSize: 0x10 } + - { offsetInCU: 0x370, offset: 0x7192A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x8F0, symBinAddr: 0x260C0, symSize: 0x10 } + - { offsetInCU: 0x38C, offset: 0x71946, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x900, symBinAddr: 0x260D0, symSize: 0x10 } + - { offsetInCU: 0x3A8, offset: 0x71962, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x910, symBinAddr: 0x260E0, symSize: 0x10 } + - { offsetInCU: 0x460, offset: 0x71A1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x930, symBinAddr: 0x26100, symSize: 0x20 } + - { offsetInCU: 0x51A, offset: 0x71AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x950, symBinAddr: 0x26120, symSize: 0x20 } + - { offsetInCU: 0x5B6, offset: 0x71B70, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x970, symBinAddr: 0x26140, symSize: 0x10 } + - { offsetInCU: 0x5D2, offset: 0x71B8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x980, symBinAddr: 0x26150, symSize: 0x10 } + - { offsetInCU: 0x5EE, offset: 0x71BA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x990, symBinAddr: 0x26160, symSize: 0x10 } + - { offsetInCU: 0x60A, offset: 0x71BC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x9A0, symBinAddr: 0x26170, symSize: 0x10 } + - { offsetInCU: 0x635, offset: 0x71BEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x9B0, symBinAddr: 0x26180, symSize: 0x10 } + - { offsetInCU: 0x667, offset: 0x71C21, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x9C0, symBinAddr: 0x26190, symSize: 0x20 } + - { offsetInCU: 0x683, offset: 0x71C3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x9E0, symBinAddr: 0x261B0, symSize: 0x20 } + - { offsetInCU: 0x69F, offset: 0x71C59, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xA00, symBinAddr: 0x261D0, symSize: 0x20 } + - { offsetInCU: 0x6BB, offset: 0x71C75, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xA20, symBinAddr: 0x261F0, symSize: 0x10 } + - { offsetInCU: 0x6D7, offset: 0x71C91, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA30, symBinAddr: 0x26200, symSize: 0x10 } + - { offsetInCU: 0x6F3, offset: 0x71CAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xA40, symBinAddr: 0x26210, symSize: 0x10 } + - { offsetInCU: 0x70F, offset: 0x71CC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA50, symBinAddr: 0x26220, symSize: 0x10 } + - { offsetInCU: 0x72B, offset: 0x71CE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xA60, symBinAddr: 0x26230, symSize: 0x10 } + - { offsetInCU: 0x7C5, offset: 0x71D7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xA80, symBinAddr: 0x26250, symSize: 0x20 } + - { offsetInCU: 0x861, offset: 0x71E1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xAA0, symBinAddr: 0x26270, symSize: 0x10 } + - { offsetInCU: 0x87D, offset: 0x71E37, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xAB0, symBinAddr: 0x26280, symSize: 0x10 } + - { offsetInCU: 0x899, offset: 0x71E53, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xAC0, symBinAddr: 0x26290, symSize: 0x10 } + - { offsetInCU: 0x8B5, offset: 0x71E6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xAD0, symBinAddr: 0x262A0, symSize: 0x10 } + - { offsetInCU: 0x8D1, offset: 0x71E8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAE0, symBinAddr: 0x262B0, symSize: 0x10 } + - { offsetInCU: 0x8ED, offset: 0x71EA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xAF0, symBinAddr: 0x262C0, symSize: 0x10 } + - { offsetInCU: 0x909, offset: 0x71EC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB00, symBinAddr: 0x262D0, symSize: 0x10 } + - { offsetInCU: 0x925, offset: 0x71EDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xB10, symBinAddr: 0x262E0, symSize: 0x10 } + - { offsetInCU: 0x941, offset: 0x71EFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xB20, symBinAddr: 0x262F0, symSize: 0x10 } + - { offsetInCU: 0x95D, offset: 0x71F17, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB30, symBinAddr: 0x26300, symSize: 0x10 } + - { offsetInCU: 0x979, offset: 0x71F33, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xB40, symBinAddr: 0x26310, symSize: 0x10 } + - { offsetInCU: 0x995, offset: 0x71F4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xB50, symBinAddr: 0x26320, symSize: 0x10 } + - { offsetInCU: 0xA2F, offset: 0x71FE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xB70, symBinAddr: 0x26340, symSize: 0x20 } + - { offsetInCU: 0xACB, offset: 0x72085, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xB90, symBinAddr: 0x26360, symSize: 0x10 } + - { offsetInCU: 0xAE7, offset: 0x720A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xBA0, symBinAddr: 0x26370, symSize: 0x10 } + - { offsetInCU: 0xB03, offset: 0x720BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xBB0, symBinAddr: 0x26380, symSize: 0x10 } + - { offsetInCU: 0xB1F, offset: 0x720D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBC0, symBinAddr: 0x26390, symSize: 0x10 } + - { offsetInCU: 0xB3B, offset: 0x720F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xBD0, symBinAddr: 0x263A0, symSize: 0x10 } + - { offsetInCU: 0xB57, offset: 0x72111, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xBE0, symBinAddr: 0x263B0, symSize: 0x10 } + - { offsetInCU: 0xBF1, offset: 0x721AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC00, symBinAddr: 0x263D0, symSize: 0x20 } + - { offsetInCU: 0xC8D, offset: 0x72247, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xC20, symBinAddr: 0x263F0, symSize: 0x10 } + - { offsetInCU: 0xCA9, offset: 0x72263, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xC30, symBinAddr: 0x26400, symSize: 0x10 } + - { offsetInCU: 0xCC5, offset: 0x7227F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xC40, symBinAddr: 0x26410, symSize: 0x10 } + - { offsetInCU: 0xCE1, offset: 0x7229B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xC50, symBinAddr: 0x26420, symSize: 0x10 } + - { offsetInCU: 0xCFD, offset: 0x722B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xC60, symBinAddr: 0x26430, symSize: 0x10 } + - { offsetInCU: 0xD97, offset: 0x72351, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC70, symBinAddr: 0x26440, symSize: 0x20 } + - { offsetInCU: 0xE33, offset: 0x723ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xC90, symBinAddr: 0x26460, symSize: 0x10 } + - { offsetInCU: 0xE4F, offset: 0x72409, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xCA0, symBinAddr: 0x26470, symSize: 0x10 } + - { offsetInCU: 0xE6B, offset: 0x72425, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xCB0, symBinAddr: 0x26480, symSize: 0x10 } + - { offsetInCU: 0xF05, offset: 0x724BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xCC0, symBinAddr: 0x26490, symSize: 0x20 } + - { offsetInCU: 0xFA1, offset: 0x7255B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xCE0, symBinAddr: 0x264B0, symSize: 0x10 } + - { offsetInCU: 0xFBD, offset: 0x72577, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xCF0, symBinAddr: 0x264C0, symSize: 0x10 } + - { offsetInCU: 0xFD9, offset: 0x72593, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xD00, symBinAddr: 0x264D0, symSize: 0x10 } + - { offsetInCU: 0xFF5, offset: 0x725AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xD10, symBinAddr: 0x264E0, symSize: 0x10 } + - { offsetInCU: 0x1011, offset: 0x725CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD20, symBinAddr: 0x264F0, symSize: 0x10 } + - { offsetInCU: 0x102D, offset: 0x725E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD30, symBinAddr: 0x26500, symSize: 0x10 } + - { offsetInCU: 0x1049, offset: 0x72603, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xD50, symBinAddr: 0x26520, symSize: 0x10 } + - { offsetInCU: 0x1065, offset: 0x7261F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xD60, symBinAddr: 0x26530, symSize: 0x10 } + - { offsetInCU: 0x1081, offset: 0x7263B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xD70, symBinAddr: 0x26540, symSize: 0x10 } + - { offsetInCU: 0x109D, offset: 0x72657, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD80, symBinAddr: 0x26550, symSize: 0x10 } + - { offsetInCU: 0x10B9, offset: 0x72673, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xD90, symBinAddr: 0x26560, symSize: 0x10 } + - { offsetInCU: 0x10D5, offset: 0x7268F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xDE0, symBinAddr: 0x265B0, symSize: 0x10 } + - { offsetInCU: 0x10F1, offset: 0x726AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xDF0, symBinAddr: 0x265C0, symSize: 0x10 } + - { offsetInCU: 0x110D, offset: 0x726C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xE00, symBinAddr: 0x265D0, symSize: 0x10 } + - { offsetInCU: 0x1129, offset: 0x726E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP29performAdditionalLocalUpdates5frame05forceH6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE10, symBinAddr: 0x265E0, symSize: 0x10 } + - { offsetInCU: 0x1145, offset: 0x726FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30performAdditionalOutputUpdates_05forceH6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE20, symBinAddr: 0x265F0, symSize: 0x10 } + - { offsetInCU: 0x11DF, offset: 0x72799, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0xE30, symBinAddr: 0x26600, symSize: 0x20 } + - { offsetInCU: 0x127B, offset: 0x72835, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xE50, symBinAddr: 0x26620, symSize: 0x10 } + - { offsetInCU: 0x1297, offset: 0x72851, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xE60, symBinAddr: 0x26630, symSize: 0x10 } + - { offsetInCU: 0x12B3, offset: 0x7286D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xE70, symBinAddr: 0x26640, symSize: 0x10 } + - { offsetInCU: 0x12CF, offset: 0x72889, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE80, symBinAddr: 0x26650, symSize: 0x10 } + - { offsetInCU: 0x12EB, offset: 0x728A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xE90, symBinAddr: 0x26660, symSize: 0x10 } + - { offsetInCU: 0x1307, offset: 0x728C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xED0, symBinAddr: 0x266A0, symSize: 0x10 } + - { offsetInCU: 0x1323, offset: 0x728DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xEE0, symBinAddr: 0x266B0, symSize: 0x10 } + - { offsetInCU: 0x133F, offset: 0x728F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xEF0, symBinAddr: 0x266C0, symSize: 0x10 } + - { offsetInCU: 0x135B, offset: 0x72915, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0xF00, symBinAddr: 0x266D0, symSize: 0x10 } + - { offsetInCU: 0x1377, offset: 0x72931, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xF10, symBinAddr: 0x266E0, symSize: 0x10 } + - { offsetInCU: 0x1393, offset: 0x7294D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0xF20, symBinAddr: 0x266F0, symSize: 0x10 } + - { offsetInCU: 0x13AF, offset: 0x72969, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xF60, symBinAddr: 0x26730, symSize: 0x10 } + - { offsetInCU: 0x13CB, offset: 0x72985, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0xF70, symBinAddr: 0x26740, symSize: 0x10 } + - { offsetInCU: 0x13E7, offset: 0x729A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xF80, symBinAddr: 0x26750, symSize: 0x10 } + - { offsetInCU: 0x60, offset: 0x72C56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9animation6actionAcA0A9AnimationCSg_yyctcfC', symObjAddr: 0x0, symBinAddr: 0x26890, symSize: 0x90 } + - { offsetInCU: 0xAC, offset: 0x72CA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvg', symObjAddr: 0x90, symBinAddr: 0x26920, symSize: 0x1E0 } + - { offsetInCU: 0x1C9, offset: 0x72DBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x270, symBinAddr: 0x26B00, symSize: 0xC0 } + - { offsetInCU: 0x248, offset: 0x72E3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x330, symBinAddr: 0x26BC0, symSize: 0xD0 } + - { offsetInCU: 0x321, offset: 0x72F17, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x400, symBinAddr: 0x26C90, symSize: 0x100 } + - { offsetInCU: 0x434, offset: 0x7302A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x500, symBinAddr: 0x26D90, symSize: 0x60 } + - { offsetInCU: 0x4BA, offset: 0x730B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x560, symBinAddr: 0x26DF0, symSize: 0x1D0 } + - { offsetInCU: 0x606, offset: 0x731FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x730, symBinAddr: 0x26FC0, symSize: 0x150 } + - { offsetInCU: 0x6CE, offset: 0x732C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0x880, symBinAddr: 0x27110, symSize: 0x150 } + - { offsetInCU: 0x839, offset: 0x7342F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0x9D0, symBinAddr: 0x27260, symSize: 0x90 } + - { offsetInCU: 0x939, offset: 0x7352F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtF', symObjAddr: 0xA60, symBinAddr: 0x272F0, symSize: 0x170 } + - { offsetInCU: 0xAA4, offset: 0x7369A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_', symObjAddr: 0xBD0, symBinAddr: 0x27460, symSize: 0x190 } + - { offsetInCU: 0xC41, offset: 0x73837, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xD60, symBinAddr: 0x275F0, symSize: 0x1B0 } + - { offsetInCU: 0xDAE, offset: 0x739A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0xF10, symBinAddr: 0x277A0, symSize: 0x400 } + - { offsetInCU: 0xE56, offset: 0x73A4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x1340, symBinAddr: 0x27BD0, symSize: 0x10 } + - { offsetInCU: 0x1775, offset: 0x7436B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOc', symObjAddr: 0x1C90, symBinAddr: 0x284F0, symSize: 0x30 } + - { offsetInCU: 0x1789, offset: 0x7437F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x1D00, symBinAddr: 0x28530, symSize: 0x10 } + - { offsetInCU: 0x179D, offset: 0x74393, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x1D90, symBinAddr: 0x285C0, symSize: 0x10 } + - { offsetInCU: 0x17BC, offset: 0x743B2, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedButtonCytG_Tg5TA', symObjAddr: 0x1DA0, symBinAddr: 0x285D0, symSize: 0x20 } + - { offsetInCU: 0x17E5, offset: 0x743DB, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5', symObjAddr: 0x1DC0, symBinAddr: 0x285F0, symSize: 0x20 } + - { offsetInCU: 0x1876, offset: 0x7446C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV24ZIP64ExtendedInformationV_Tg5', symObjAddr: 0x1DE0, symBinAddr: 0x28610, symSize: 0x110 } + - { offsetInCU: 0x1A06, offset: 0x745FC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompatibilityIssueV_Tg5', symObjAddr: 0x1EF0, symBinAddr: 0x28720, symSize: 0x110 } + - { offsetInCU: 0x1B6D, offset: 0x74763, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x2000, symBinAddr: 0x28830, symSize: 0x110 } + - { offsetInCU: 0x1CD4, offset: 0x748CA, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0Q0V_Tg5', symObjAddr: 0x2110, symBinAddr: 0x28940, symSize: 0x110 } + - { offsetInCU: 0x1E72, offset: 0x74A68, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSay6Lottie14ShapeItemLayerC0Q0VG8grouping_ALSg17trailingSeparatort_Tg5', symObjAddr: 0x2270, symBinAddr: 0x28AA0, symSize: 0x140 } + - { offsetInCU: 0x2012, offset: 0x74C08, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x23B0, symBinAddr: 0x28BE0, symSize: 0x110 } + - { offsetInCU: 0x2184, offset: 0x74D7A, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x24C0, symBinAddr: 0x28CF0, symSize: 0x110 } + - { offsetInCU: 0x2327, offset: 0x74F1D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x27D0, symBinAddr: 0x29000, symSize: 0x130 } + - { offsetInCU: 0x24D5, offset: 0x750CB, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo10CGColorRefa5color_12CoreGraphics7CGFloatV8locationt_Tg5', symObjAddr: 0x31B0, symBinAddr: 0x299E0, symSize: 0x130 } + - { offsetInCU: 0x2675, offset: 0x7526B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10BezierPathV_Tg5', symObjAddr: 0x3510, symBinAddr: 0x29D40, symSize: 0x130 } + - { offsetInCU: 0x27E7, offset: 0x753DD, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x3660, symBinAddr: 0x29E90, symSize: 0x110 } + - { offsetInCU: 0x298A, offset: 0x75580, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo7CGPointV5point_12CoreGraphics7CGFloatV8distancet_Tg5', symObjAddr: 0x3770, symBinAddr: 0x29FA0, symSize: 0x120 } + - { offsetInCU: 0x2B2D, offset: 0x75723, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11PathElementV_Tg5', symObjAddr: 0x3890, symBinAddr: 0x2A0C0, symSize: 0x110 } + - { offsetInCU: 0x2CAD, offset: 0x758A3, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x39A0, symBinAddr: 0x2A1D0, symSize: 0x120 } + - { offsetInCU: 0x2E4B, offset: 0x75A41, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie10LayerModelC5layer_AJ5model_AH9MatteTypeO05matteU0tSg4maskt_Tg5', symObjAddr: 0x3AE0, symBinAddr: 0x2A310, symSize: 0x140 } + - { offsetInCU: 0x3017, offset: 0x75C0D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie11CurveVertexV_Tg5', symObjAddr: 0x3D00, symBinAddr: 0x2A530, symSize: 0x120 } + - { offsetInCU: 0x31BA, offset: 0x75DB0, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF12CoreGraphics7CGFloatV5start_AJ3endt_Tg5', symObjAddr: 0x3E20, symBinAddr: 0x2A650, symSize: 0x110 } + - { offsetInCU: 0x333A, offset: 0x75F30, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie18CompoundBezierPathV_Tg5', symObjAddr: 0x3F30, symBinAddr: 0x2A760, symSize: 0x110 } + - { offsetInCU: 0x34D8, offset: 0x760CE, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16AnimationKeypathV7keypath_AH16AnyValueProvider_p05valueU0t_Tg5', symObjAddr: 0x4250, symBinAddr: 0x2AA80, symSize: 0x150 } + - { offsetInCU: 0x362B, offset: 0x76221, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x4510, symBinAddr: 0x2AD40, symSize: 0x20 } + - { offsetInCU: 0x363F, offset: 0x76235, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x45B0, symBinAddr: 0x2ADB0, symSize: 0x10 } + - { offsetInCU: 0x3653, offset: 0x76249, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOh', symObjAddr: 0x45E0, symBinAddr: 0x2ADE0, symSize: 0x20 } + - { offsetInCU: 0x3667, offset: 0x7625D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVWOd', symObjAddr: 0x4600, symBinAddr: 0x2AE00, symSize: 0x30 } + - { offsetInCU: 0x367B, offset: 0x76271, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate12fromProgress02toE02onAC12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4650, symBinAddr: 0x2AE50, symSize: 0x20 } + - { offsetInCU: 0x368F, offset: 0x76285, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7animate10fromMarker02toE02onACSS_SSSo15UIControlEventsVtFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x46A0, symBinAddr: 0x2AEA0, symSize: 0x20 } + - { offsetInCU: 0x36A3, offset: 0x76299, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x4730, symBinAddr: 0x2AF30, symSize: 0x30 } + - { offsetInCU: 0x36B7, offset: 0x762AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x4760, symBinAddr: 0x2AF60, symSize: 0x30 } + - { offsetInCU: 0x36CB, offset: 0x762C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x4790, symBinAddr: 0x2AF90, symSize: 0x20 } + - { offsetInCU: 0x36DF, offset: 0x762D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVAC7SwiftUI4ViewAAWl', symObjAddr: 0x47B0, symBinAddr: 0x2AFB0, symSize: 0x30 } + - { offsetInCU: 0x36F3, offset: 0x762E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x47E0, symBinAddr: 0x2AFE0, symSize: 0x20 } + - { offsetInCU: 0x3707, offset: 0x762FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwCP', symObjAddr: 0x4800, symBinAddr: 0x2B000, symSize: 0x30 } + - { offsetInCU: 0x371B, offset: 0x76311, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwxx', symObjAddr: 0x4830, symBinAddr: 0x2B030, symSize: 0x50 } + - { offsetInCU: 0x372F, offset: 0x76325, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwcp', symObjAddr: 0x4880, symBinAddr: 0x2B080, symSize: 0x120 } + - { offsetInCU: 0x3743, offset: 0x76339, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwca', symObjAddr: 0x49A0, symBinAddr: 0x2B1A0, symSize: 0x140 } + - { offsetInCU: 0x3757, offset: 0x7634D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOh', symObjAddr: 0x4AE0, symBinAddr: 0x2B2E0, symSize: 0x30 } + - { offsetInCU: 0x376B, offset: 0x76361, size: 0x8, addend: 0x0, symName: ___swift_memcpy136_8, symObjAddr: 0x4B10, symBinAddr: 0x2B310, symSize: 0x10 } + - { offsetInCU: 0x377F, offset: 0x76375, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwta', symObjAddr: 0x4B20, symBinAddr: 0x2B320, symSize: 0xC0 } + - { offsetInCU: 0x3793, offset: 0x76389, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwet', symObjAddr: 0x4BE0, symBinAddr: 0x2B3E0, symSize: 0x40 } + - { offsetInCU: 0x37A7, offset: 0x7639D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVwst', symObjAddr: 0x4C20, symBinAddr: 0x2B420, symSize: 0x60 } + - { offsetInCU: 0x37BB, offset: 0x763B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonVMa', symObjAddr: 0x4C80, symBinAddr: 0x2B480, symSize: 0x10 } + - { offsetInCU: 0x3848, offset: 0x7643E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tg5', symObjAddr: 0x50A0, symBinAddr: 0x2B8A0, symSize: 0x110 } + - { offsetInCU: 0x395A, offset: 0x76550, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4MaskC_Tg5Tf4d_n', symObjAddr: 0x53D0, symBinAddr: 0x2BBD0, symSize: 0x50 } + - { offsetInCU: 0x3972, offset: 0x76568, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20MaskCompositionLayerC0hJ0C_Tg5Tf4d_n', symObjAddr: 0x5420, symBinAddr: 0x2BC20, symSize: 0x50 } + - { offsetInCU: 0x398A, offset: 0x76580, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GroupC_Tg5Tf4d_n', symObjAddr: 0x5470, symBinAddr: 0x2BC70, symSize: 0x50 } + - { offsetInCU: 0x39A2, offset: 0x76598, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9ShapeItemC_Tg5Tf4d_n', symObjAddr: 0x54C0, symBinAddr: 0x2BCC0, symSize: 0x50 } + - { offsetInCU: 0x39BA, offset: 0x765B0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10GroupLayerC_Tg5Tf4d_n', symObjAddr: 0x5510, symBinAddr: 0x2BD10, symSize: 0x50 } + - { offsetInCU: 0x39D2, offset: 0x765C8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x5560, symBinAddr: 0x2BD60, symSize: 0x50 } + - { offsetInCU: 0x39EA, offset: 0x765E0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector3DVG_Tg5Tf4d_n', symObjAddr: 0x55D0, symBinAddr: 0x2BDD0, symSize: 0x50 } + - { offsetInCU: 0x3A02, offset: 0x765F8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo19CAKeyframeAnimationC_Tg5Tf4d_n', symObjAddr: 0x5640, symBinAddr: 0x2BE40, symSize: 0x60 } + - { offsetInCU: 0x3A1A, offset: 0x76610, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo8NSNumberC_Tg5Tf4d_n', symObjAddr: 0x56A0, symBinAddr: 0x2BEA0, symSize: 0x60 } + - { offsetInCU: 0x3A32, offset: 0x76628, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo21CAMediaTimingFunctionC_Tg5Tf4d_n', symObjAddr: 0x5700, symBinAddr: 0x2BF00, symSize: 0x60 } + - { offsetInCU: 0x3A4A, offset: 0x76640, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo10CGColorRefa_Tg5Tf4d_n', symObjAddr: 0x5760, symBinAddr: 0x2BF60, symSize: 0x50 } + - { offsetInCU: 0x3A62, offset: 0x76658, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo9CGPathRefa_Tg5Tf4d_n', symObjAddr: 0x57B0, symBinAddr: 0x2BFB0, symSize: 0x50 } + - { offsetInCU: 0x3A7A, offset: 0x76670, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySbGG_Tg5Tf4d_n', symObjAddr: 0x5800, symBinAddr: 0x2C000, symSize: 0x50 } + - { offsetInCU: 0x3A92, offset: 0x76688, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF010BezierPathH0VG_Tg5Tf4d_n', symObjAddr: 0x5850, symBinAddr: 0x2C050, symSize: 0x50 } + - { offsetInCU: 0x3AAA, offset: 0x766A0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x58A0, symBinAddr: 0x2C0A0, symSize: 0x50 } + - { offsetInCU: 0x3AC2, offset: 0x766B8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G5ColorVG_Tg5Tf4d_n', symObjAddr: 0x58F0, symBinAddr: 0x2C0F0, symSize: 0x50 } + - { offsetInCU: 0x3ADA, offset: 0x766D0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerStyleC_Tg5Tf4d_n', symObjAddr: 0x5960, symBinAddr: 0x2C160, symSize: 0x50 } + - { offsetInCU: 0x3AF2, offset: 0x766E8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11EffectValueC_Tg5Tf4d_n', symObjAddr: 0x59B0, symBinAddr: 0x2C1B0, symSize: 0x50 } + - { offsetInCU: 0x3B0A, offset: 0x76700, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11LayerEffectC_Tg5Tf4d_n', symObjAddr: 0x5A00, symBinAddr: 0x2C200, symSize: 0x50 } + - { offsetInCU: 0x3B22, offset: 0x76718, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySdGG_Tg5Tf4d_n', symObjAddr: 0x5A50, symBinAddr: 0x2C250, symSize: 0x50 } + - { offsetInCU: 0x3B3A, offset: 0x76730, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie11DashElementC_Tg5Tf4d_n', symObjAddr: 0x5AC0, symBinAddr: 0x2C2C0, symSize: 0x50 } + - { offsetInCU: 0x3B52, offset: 0x76748, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF12TextDocumentCG_Tg5Tf4d_n', symObjAddr: 0x5B50, symBinAddr: 0x2C310, symSize: 0x50 } + - { offsetInCU: 0x3B6A, offset: 0x76760, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie12TextAnimatorC_Tg5Tf4d_n', symObjAddr: 0x5BA0, symBinAddr: 0x2C360, symSize: 0x50 } + - { offsetInCU: 0x3B82, offset: 0x76778, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie10LayerModelC_Tg5Tf4d_n', symObjAddr: 0x5BF0, symBinAddr: 0x2C3B0, symSize: 0x50 } + - { offsetInCU: 0x3B9A, offset: 0x76790, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5GlyphC_Tg5Tf4d_n', symObjAddr: 0x5C60, symBinAddr: 0x2C420, symSize: 0x50 } + - { offsetInCU: 0x3BB2, offset: 0x767A8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie4FontC_Tg5Tf4d_n', symObjAddr: 0x5CB0, symBinAddr: 0x2C470, symSize: 0x50 } + - { offsetInCU: 0x3BCA, offset: 0x767C0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie6MarkerC_Tg5Tf4d_n', symObjAddr: 0x5D00, symBinAddr: 0x2C4C0, symSize: 0x50 } + - { offsetInCU: 0x3BE2, offset: 0x767D8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyypG_Tg5Tf4d_n', symObjAddr: 0x5D50, symBinAddr: 0x2C510, symSize: 0x50 } + - { offsetInCU: 0x3BFA, offset: 0x767F0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4HoldVySo13CATransform3DVGG_Tg5Tf4d_n', symObjAddr: 0x5DA0, symBinAddr: 0x2C560, symSize: 0x50 } + - { offsetInCU: 0x3C12, offset: 0x76808, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyypG_Tg5Tf4d_n', symObjAddr: 0x5E10, symBinAddr: 0x2C5D0, symSize: 0x50 } + - { offsetInCU: 0x3C2A, offset: 0x76820, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo13CATransform3DVG_Tg5Tf4d_n', symObjAddr: 0x5E60, symBinAddr: 0x2C620, symSize: 0x50 } + - { offsetInCU: 0x3C42, offset: 0x76838, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo11CAAnimationC_Tg5Tf4d_n', symObjAddr: 0x5ED0, symBinAddr: 0x2C690, symSize: 0x60 } + - { offsetInCU: 0x3C5A, offset: 0x76850, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo7CGPointVG_Tg5Tf4d_n', symObjAddr: 0x5F30, symBinAddr: 0x2C6F0, symSize: 0x50 } + - { offsetInCU: 0x3C72, offset: 0x76868, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCy12CoreGraphics7CGFloatVG_Tg5Tf4d_n', symObjAddr: 0x5FA0, symBinAddr: 0x2C760, symSize: 0x50 } + - { offsetInCU: 0x3C8A, offset: 0x76880, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySbG_Tg5Tf4d_n', symObjAddr: 0x6010, symBinAddr: 0x2C7D0, symSize: 0x50 } + - { offsetInCU: 0x3CA2, offset: 0x76898, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo10CGColorRefaG_Tg5Tf4d_n', symObjAddr: 0x60A0, symBinAddr: 0x2C860, symSize: 0x50 } + - { offsetInCU: 0x3CBA, offset: 0x768B0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo6CGSizeVG_Tg5Tf4d_n', symObjAddr: 0x6110, symBinAddr: 0x2C8D0, symSize: 0x50 } + - { offsetInCU: 0x3CD2, offset: 0x768C8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo7CALayerC_Tg5Tf4d_n', symObjAddr: 0x6180, symBinAddr: 0x2C940, symSize: 0x60 } + - { offsetInCU: 0x3CEA, offset: 0x768E0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF0G8Vector1DV5start_AJ3endtG_Tg5Tf4d_n', symObjAddr: 0x61E0, symBinAddr: 0x2C9A0, symSize: 0x50 } + - { offsetInCU: 0x3D02, offset: 0x768F8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySo9CGPathRefaG_Tg5Tf4d_n', symObjAddr: 0x6270, symBinAddr: 0x2CA30, symSize: 0x50 } + - { offsetInCU: 0x3D1A, offset: 0x76910, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySayAF10BezierPathVGG_Tg5Tf4d_n', symObjAddr: 0x62E0, symBinAddr: 0x2CAA0, symSize: 0x50 } + - { offsetInCU: 0x3D32, offset: 0x76928, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF7EllipseCAGVG_Tg5Tf4d_n', symObjAddr: 0x6350, symBinAddr: 0x2CB10, symSize: 0x50 } + - { offsetInCU: 0x3D4A, offset: 0x76940, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF9RectangleCAGVG_Tg5Tf4d_n', symObjAddr: 0x63C0, symBinAddr: 0x2CB80, symSize: 0x50 } + - { offsetInCU: 0x3D62, offset: 0x76958, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF4StarCAGVG_Tg5Tf4d_n', symObjAddr: 0x6430, symBinAddr: 0x2CBF0, symSize: 0x50 } + - { offsetInCU: 0x3D7A, offset: 0x76970, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySaySo10CGColorRefaGG_Tg5Tf4d_n', symObjAddr: 0x64A0, symBinAddr: 0x2CC60, symSize: 0x50 } + - { offsetInCU: 0x3D92, offset: 0x76988, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCySay12CoreGraphics7CGFloatVGG_Tg5Tf4d_n', symObjAddr: 0x6510, symBinAddr: 0x2CCD0, symSize: 0x50 } + - { offsetInCU: 0x3DAA, offset: 0x769A0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie8KeyframeCyAF23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5Tf4d_n', symObjAddr: 0x6580, symBinAddr: 0x2CD40, symSize: 0x50 } + - { offsetInCU: 0x3DC2, offset: 0x769B8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie13KeyframeGroupCyAF10BezierPathVG_Tg5Tf4d_n', symObjAddr: 0x65F0, symBinAddr: 0x2CDB0, symSize: 0x50 } + - { offsetInCU: 0x3DDA, offset: 0x769D0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie16CompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6750, symBinAddr: 0x2CF10, symSize: 0x50 } + - { offsetInCU: 0x3DFD, offset: 0x769F3, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfC6Lottie15AnyNodeProperty_p_Tg5Tf4nnd_n', symObjAddr: 0x67C0, symBinAddr: 0x2CF80, symSize: 0x90 } + - { offsetInCU: 0x3E47, offset: 0x76A3D, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC_Tg5Tf4d_n', symObjAddr: 0x6850, symBinAddr: 0x2D010, symSize: 0x50 } + - { offsetInCU: 0x3E5F, offset: 0x76A55, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20KeyframeInterpolatorCyAF0G8Vector1DVG_Tg5Tf4d_n', symObjAddr: 0x68A0, symBinAddr: 0x2D060, symSize: 0x50 } + - { offsetInCU: 0x3E77, offset: 0x76A6D, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie19ShapeContainerLayerC_Tg5Tf4d_n', symObjAddr: 0x6910, symBinAddr: 0x2D0D0, symSize: 0x50 } + - { offsetInCU: 0x3E8F, offset: 0x76A85, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie14PathOutputNodeC_Tg5Tf4d_n', symObjAddr: 0x6960, symBinAddr: 0x2D120, symSize: 0x50 } + - { offsetInCU: 0x3EA7, offset: 0x76A9D, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie21ImageCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6AB0, symBinAddr: 0x2D270, symSize: 0x50 } + - { offsetInCU: 0x3EBF, offset: 0x76AB5, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie20TextCompositionLayerC_Tg5Tf4d_n', symObjAddr: 0x6B00, symBinAddr: 0x2D2C0, symSize: 0x50 } + - { offsetInCU: 0x3ED7, offset: 0x76ACD, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo18NSLayoutConstraintC_Tg5Tf4d_n', symObjAddr: 0x6B50, symBinAddr: 0x2D310, symSize: 0x60 } + - { offsetInCU: 0x3EEF, offset: 0x76AE5, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF6Lottie5AssetC_Tg5Tf4d_n', symObjAddr: 0x6BD0, symBinAddr: 0x2D390, symSize: 0x50 } + - { offsetInCU: 0x3F07, offset: 0x76AFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProvider_pWOc', symObjAddr: 0x6CF0, symBinAddr: 0x2D4B0, symSize: 0x30 } + - { offsetInCU: 0x3F1B, offset: 0x76B11, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0x6D80, symBinAddr: 0x2D4E0, symSize: 0x20 } + - { offsetInCU: 0x404B, offset: 0x76C41, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie16ShapeRenderGroupV_SayAGGTg5', symObjAddr: 0x1350, symBinAddr: 0x27BE0, symSize: 0xD0 } + - { offsetInCU: 0x424E, offset: 0x76E44, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie14ShapeItemLayerC0G0V_SayAIGTg5', symObjAddr: 0x1420, symBinAddr: 0x27CB0, symSize: 0xD0 } + - { offsetInCU: 0x4451, offset: 0x77047, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF12CoreGraphics7CGFloatV_SayAGGTg5', symObjAddr: 0x14F0, symBinAddr: 0x27D80, symSize: 0xC0 } + - { offsetInCU: 0x4654, offset: 0x7724A, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSS_SaySSGTg5', symObjAddr: 0x15B0, symBinAddr: 0x27E40, symSize: 0xD0 } + - { offsetInCU: 0x4857, offset: 0x7744D, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF6Lottie10BezierPathV_SayAGGTg5', symObjAddr: 0x16C0, symBinAddr: 0x27F50, symSize: 0xD0 } + - { offsetInCU: 0x4A5A, offset: 0x77650, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSd_SaySdGTg5', symObjAddr: 0x1BA0, symBinAddr: 0x28430, symSize: 0xC0 } + - { offsetInCU: 0x4D95, offset: 0x7798B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x1310, symBinAddr: 0x27BA0, symSize: 0x10 } + - { offsetInCU: 0x4DB1, offset: 0x779A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x1320, symBinAddr: 0x27BB0, symSize: 0x10 } + - { offsetInCU: 0x4DCD, offset: 0x779C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6ButtonV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x1330, symBinAddr: 0x27BC0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x77E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0x2D5B0, symSize: 0x10 } + - { offsetInCU: 0x46, offset: 0x77E21, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0x2D5B0, symSize: 0x10 } + - { offsetInCU: 0x9A, offset: 0x77E75, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0x2D5C0, symSize: 0x30 } + - { offsetInCU: 0x17E, offset: 0x77F59, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x60, symBinAddr: 0x2D5F0, symSize: 0x20 } + - { offsetInCU: 0x281, offset: 0x7805C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV24zip64ExtendedInformationAC05ZIP64gH0VSgvg', symObjAddr: 0xF0, symBinAddr: 0x2D680, symSize: 0x240 } + - { offsetInCU: 0x60D, offset: 0x783E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x330, symBinAddr: 0x2D8C0, symSize: 0x100 } + - { offsetInCU: 0x7AF, offset: 0x7858A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV11validFieldsSayAC24ZIP64ExtendedInformationV5FieldOGvg', symObjAddr: 0x430, symBinAddr: 0x2D9C0, symSize: 0x230 } + - { offsetInCU: 0xB82, offset: 0x7895D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9C0, symBinAddr: 0x2DF50, symSize: 0x10 } + - { offsetInCU: 0xC01, offset: 0x789DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH9hashValueSivgTW', symObjAddr: 0x9D0, symBinAddr: 0x2DF60, symSize: 0x40 } + - { offsetInCU: 0xCE5, offset: 0x78AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA10, symBinAddr: 0x2DFA0, symSize: 0x20 } + - { offsetInCU: 0xDC6, offset: 0x78BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt64V_Tg5', symObjAddr: 0x660, symBinAddr: 0x2DBF0, symSize: 0x1B0 } + - { offsetInCU: 0x1029, offset: 0x78E04, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfc5valueL_2ofxAM_tKSzRzlFs6UInt32V_Tg5', symObjAddr: 0x810, symBinAddr: 0x2DDA0, symSize: 0x1B0 } + - { offsetInCU: 0x129A, offset: 0x79075, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV4data6fieldsAESg10Foundation4DataV_SayAE5FieldOGtcfCTf4nnd_n', symObjAddr: 0xA70, symBinAddr: 0x2E000, symSize: 0x240 } + - { offsetInCU: 0x147F, offset: 0x7925A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV07scanForC5Field2in6fieldsAESg10Foundation4DataV_SayAE0H0OGtFZTf4nnd_n', symObjAddr: 0xCB0, symBinAddr: 0x2E240, symSize: 0x220 } + - { offsetInCU: 0x161A, offset: 0x793F5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0xED0, symBinAddr: 0x2E460, symSize: 0x40 } + - { offsetInCU: 0x162E, offset: 0x79409, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAEs0C0AAWl', symObjAddr: 0xF30, symBinAddr: 0x2E4C0, symSize: 0x30 } + - { offsetInCU: 0x1642, offset: 0x7941D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ExtensibleDataField_pWOc', symObjAddr: 0xF60, symBinAddr: 0x2E4F0, symSize: 0x30 } + - { offsetInCU: 0x1656, offset: 0x79431, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwet', symObjAddr: 0x1020, symBinAddr: 0x2E520, symSize: 0x80 } + - { offsetInCU: 0x166A, offset: 0x79445, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwst', symObjAddr: 0x10A0, symBinAddr: 0x2E5A0, symSize: 0xD0 } + - { offsetInCU: 0x167E, offset: 0x79459, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwug', symObjAddr: 0x1170, symBinAddr: 0x2E670, symSize: 0x10 } + - { offsetInCU: 0x1692, offset: 0x7946D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwup', symObjAddr: 0x1180, symBinAddr: 0x2E680, symSize: 0x10 } + - { offsetInCU: 0x16A6, offset: 0x79481, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOwui', symObjAddr: 0x1190, symBinAddr: 0x2E690, symSize: 0x10 } + - { offsetInCU: 0x16BA, offset: 0x79495, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOMa', symObjAddr: 0x11A0, symBinAddr: 0x2E6A0, symSize: 0x10 } + - { offsetInCU: 0x16CE, offset: 0x794A9, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0x11B0, symBinAddr: 0x2E6B0, symSize: 0x10 } + - { offsetInCU: 0x16E2, offset: 0x794BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwet', symObjAddr: 0x11C0, symBinAddr: 0x2E6C0, symSize: 0x50 } + - { offsetInCU: 0x16F6, offset: 0x794D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwst', symObjAddr: 0x1210, symBinAddr: 0x2E710, symSize: 0xA0 } + - { offsetInCU: 0x170A, offset: 0x794E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwug', symObjAddr: 0x12B0, symBinAddr: 0x2E7B0, symSize: 0x10 } + - { offsetInCU: 0x171E, offset: 0x794F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwup', symObjAddr: 0x12C0, symBinAddr: 0x2E7C0, symSize: 0x10 } + - { offsetInCU: 0x1732, offset: 0x7950D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOwui', symObjAddr: 0x12D0, symBinAddr: 0x2E7D0, symSize: 0x10 } + - { offsetInCU: 0x1746, offset: 0x79521, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOMa', symObjAddr: 0x12E0, symBinAddr: 0x2E7E0, symSize: 0x10 } + - { offsetInCU: 0x175A, offset: 0x79535, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwCP', symObjAddr: 0x12F0, symBinAddr: 0x2E7F0, symSize: 0x30 } + - { offsetInCU: 0x176E, offset: 0x79549, size: 0x8, addend: 0x0, symName: ___swift_memcpy36_8, symObjAddr: 0x1320, symBinAddr: 0x2E820, symSize: 0x20 } + - { offsetInCU: 0x1782, offset: 0x7955D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwet', symObjAddr: 0x1340, symBinAddr: 0x2E840, symSize: 0x20 } + - { offsetInCU: 0x1796, offset: 0x79571, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVwst', symObjAddr: 0x1360, symBinAddr: 0x2E860, symSize: 0x40 } + - { offsetInCU: 0x17AA, offset: 0x79585, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVMa', symObjAddr: 0x13A0, symBinAddr: 0x2E8A0, symSize: 0x10 } + - { offsetInCU: 0x17BE, offset: 0x79599, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASQWb', symObjAddr: 0x13B0, symBinAddr: 0x2E8B0, symSize: 0x10 } + - { offsetInCU: 0x17D2, offset: 0x795AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOAESQAAWl', symObjAddr: 0x13C0, symBinAddr: 0x2E8C0, symSize: 0x30 } + - { offsetInCU: 0x17E6, offset: 0x795C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASQWb', symObjAddr: 0x13F0, symBinAddr: 0x2E8F0, symSize: 0x10 } + - { offsetInCU: 0x17FA, offset: 0x795D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOAGSQAAWl', symObjAddr: 0x1400, symBinAddr: 0x2E900, symSize: 0x2E } + - { offsetInCU: 0x186C, offset: 0x79647, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x2D610, symSize: 0x30 } + - { offsetInCU: 0x1909, offset: 0x796E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0xB0, symBinAddr: 0x2D640, symSize: 0x10 } + - { offsetInCU: 0x1925, offset: 0x79700, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0xC0, symBinAddr: 0x2D650, symSize: 0x10 } + - { offsetInCU: 0x1941, offset: 0x7971C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0xD0, symBinAddr: 0x2D660, symSize: 0x10 } + - { offsetInCU: 0x195D, offset: 0x79738, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE0, symBinAddr: 0x2D670, symSize: 0x10 } + - { offsetInCU: 0x1A9E, offset: 0x79879, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationV5FieldOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA30, symBinAddr: 0x2DFC0, symSize: 0x40 } + - { offsetInCU: 0x43, offset: 0x79B20, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOh', symObjAddr: 0x430, symBinAddr: 0x2ED20, symSize: 0x2C } + - { offsetInCU: 0x2B, offset: 0x79C74, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2ED50, symSize: 0x2C0 } + - { offsetInCU: 0x9C, offset: 0x79CE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfc', symObjAddr: 0x0, symBinAddr: 0x2ED50, symSize: 0x2C0 } + - { offsetInCU: 0x283, offset: 0x79ECC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCACycfcTo', symObjAddr: 0x2C0, symBinAddr: 0x2F010, symSize: 0x20 } + - { offsetInCU: 0x2C9, offset: 0x79F12, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x2E0, symBinAddr: 0x2F030, symSize: 0x80 } + - { offsetInCU: 0x310, offset: 0x79F59, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfc', symObjAddr: 0x360, symBinAddr: 0x2F0B0, symSize: 0x110 } + - { offsetInCU: 0x370, offset: 0x79FB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x470, symBinAddr: 0x2F1C0, symSize: 0x50 } + - { offsetInCU: 0x3AA, offset: 0x79FF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17markRenderUpdates8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x4C0, symBinAddr: 0x2F210, symSize: 0x130 } + - { offsetInCU: 0x54D, offset: 0x7A196, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15hasRenderUpdate8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x5F0, symBinAddr: 0x2F340, symSize: 0x10 } + - { offsetInCU: 0x584, offset: 0x7A1CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x600, symBinAddr: 0x2F350, symSize: 0x10 } + - { offsetInCU: 0x621, offset: 0x7A26A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerC17updateRenderScaleyyF', symObjAddr: 0x610, symBinAddr: 0x2F360, symSize: 0x140 } + - { offsetInCU: 0x833, offset: 0x7A47C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfD', symObjAddr: 0x750, symBinAddr: 0x2F4A0, symSize: 0x30 } + - { offsetInCU: 0x906, offset: 0x7A54F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCfETo', symObjAddr: 0x780, symBinAddr: 0x2F4D0, symSize: 0x20 } + - { offsetInCU: 0x935, offset: 0x7A57E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeContainerLayerCMa', symObjAddr: 0x7A0, symBinAddr: 0x2F4F0, symSize: 0x20 } + - { offsetInCU: 0x949, offset: 0x7A592, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0x7F0, symBinAddr: 0x2F510, symSize: 0x30 } + - { offsetInCU: 0x11E, offset: 0x7A8EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x50, symBinAddr: 0x2F540, symSize: 0x230 } + - { offsetInCU: 0x4FE, offset: 0x7ACCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x280, symBinAddr: 0x2F770, symSize: 0x20 } + - { offsetInCU: 0x539, offset: 0x7AD05, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x2A0, symBinAddr: 0x2F790, symSize: 0x20 } + - { offsetInCU: 0x573, offset: 0x7AD3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0x2C0, symBinAddr: 0x2F7B0, symSize: 0x20 } + - { offsetInCU: 0x5CC, offset: 0x7AD98, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0x2F7D0, symSize: 0x20 } + - { offsetInCU: 0x625, offset: 0x7ADF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x300, symBinAddr: 0x2F7F0, symSize: 0x20 } + - { offsetInCU: 0x7BC, offset: 0x7AF88, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvg', symObjAddr: 0x320, symBinAddr: 0x2F810, symSize: 0x80 } + - { offsetInCU: 0x834, offset: 0x7B000, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x3A0, symBinAddr: 0x2F890, symSize: 0x80 } + - { offsetInCU: 0x8AC, offset: 0x7B078, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x420, symBinAddr: 0x2F910, symSize: 0x2A0 } + - { offsetInCU: 0xB9F, offset: 0x7B36B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x6C0, symBinAddr: 0x2FBB0, symSize: 0x2A0 } + - { offsetInCU: 0xE92, offset: 0x7B65E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvg', symObjAddr: 0x960, symBinAddr: 0x2FE50, symSize: 0x2A0 } + - { offsetInCU: 0x118D, offset: 0x7B959, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP8_opacityAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xC00, symBinAddr: 0x300F0, symSize: 0x20 } + - { offsetInCU: 0x11A9, offset: 0x7B975, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP7_radiusAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xC20, symBinAddr: 0x30110, symSize: 0x20 } + - { offsetInCU: 0x11C5, offset: 0x7B991, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_colorAA13KeyframeGroupCyAA0A5ColorVGSgvgTW', symObjAddr: 0xC40, symBinAddr: 0x30130, symSize: 0x20 } + - { offsetInCU: 0x11E1, offset: 0x7B9AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP6_angleAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xC60, symBinAddr: 0x30150, symSize: 0x20 } + - { offsetInCU: 0x11FD, offset: 0x7B9C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCAA0bC5ModelA2aDP9_distanceAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xC80, symBinAddr: 0x30170, symSize: 0x20 } + - { offsetInCU: 0x12E9, offset: 0x7BAB5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addDropShadowAnimations3for7contextyAC0dE5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xCA0, symBinAddr: 0x30190, symSize: 0x1D0 } + - { offsetInCU: 0x14EA, offset: 0x7BCB6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0xE70, symBinAddr: 0x30360, symSize: 0x1C0 } + - { offsetInCU: 0x169F, offset: 0x7BE6B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x1030, symBinAddr: 0x30520, symSize: 0x120 } + - { offsetInCU: 0x1897, offset: 0x7C063, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x1150, symBinAddr: 0x30640, symSize: 0x230 } + - { offsetInCU: 0x1A6A, offset: 0x7C236, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6CGSizeVAC0B8Vector1DV_ANtXEfU_', symObjAddr: 0x1380, symBinAddr: 0x30870, symSize: 0x50 } + - { offsetInCU: 0x1B6D, offset: 0x7C339, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie8KeyframeCyAH0F8Vector1DVG_Tg5', symObjAddr: 0x1410, symBinAddr: 0x308C0, symSize: 0x170 } + - { offsetInCU: 0x1DC3, offset: 0x7C58F, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF6Lottie14PathOutputNodeC_Tg5', symObjAddr: 0x1740, symBinAddr: 0x30BF0, symSize: 0x160 } + - { offsetInCU: 0x209B, offset: 0x7C867, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x2280, symBinAddr: 0x316D0, symSize: 0x10 } + - { offsetInCU: 0x20AF, offset: 0x7C87B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x2290, symBinAddr: 0x316E0, symSize: 0x50 } + - { offsetInCU: 0x20C3, offset: 0x7C88F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGMa', symObjAddr: 0x22E0, symBinAddr: 0x31730, symSize: 0x30 } + - { offsetInCU: 0x20E2, offset: 0x7C8AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So6CGSizeV_TG5TA', symObjAddr: 0x2330, symBinAddr: 0x31780, symSize: 0x30 } + - { offsetInCU: 0x210B, offset: 0x7C8D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x23E0, symBinAddr: 0x31830, symSize: 0x10 } + - { offsetInCU: 0x23E5, offset: 0x7CBB1, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F41CRbzlFSbAHXEfU_AA014Vector1DEffectF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1B30, symBinAddr: 0x30FE0, symSize: 0x150 } + - { offsetInCU: 0x2588, offset: 0x7CD54, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie11EffectValueCG_Tg5016$s6Lottie11Layere25C5value5namedxSgSS_tAA0C5F32CRbzlFSbAHXEfU_AA05ColorcF0C_TG5SSTf1cn_nTf4ng_n', symObjAddr: 0x1C80, symBinAddr: 0x31130, symSize: 0x150 } + - { offsetInCU: 0x2740, offset: 0x7CF0C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayVyAByxGqd__c7ElementQyd__RszSTRd__lufC6Lottie8KeyframeCyAF0D8Vector1DVG_SayAKGTg5Tf4nd_n', symObjAddr: 0x1DD0, symBinAddr: 0x31280, symSize: 0xC0 } + - { offsetInCU: 0x75, offset: 0x7D2E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x31850, symSize: 0x50 } + - { offsetInCU: 0xDA, offset: 0x7D348, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCACycfcTo', symObjAddr: 0x50, symBinAddr: 0x318A0, symSize: 0x30 } + - { offsetInCU: 0x169, offset: 0x7D3D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerC5layerACyp_tcfcTo', symObjAddr: 0x80, symBinAddr: 0x318D0, symSize: 0x50 } + - { offsetInCU: 0x1D0, offset: 0x7D43E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCfD', symObjAddr: 0xD0, symBinAddr: 0x31920, symSize: 0x30 } + - { offsetInCU: 0x343, offset: 0x7D5B1, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tF', symObjAddr: 0x100, symBinAddr: 0x31950, symSize: 0x320 } + - { offsetInCU: 0x624, offset: 0x7D892, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12logLayerTree10withIndentySi_tFSSyXEfu_TA', symObjAddr: 0x420, symBinAddr: 0x31C70, symSize: 0x30 } + - { offsetInCU: 0x662, offset: 0x7D8D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x450, symBinAddr: 0x31CA0, symSize: 0x20 } + - { offsetInCU: 0x676, offset: 0x7D8E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10DebugLayerCMa', symObjAddr: 0xB60, symBinAddr: 0x32390, symSize: 0x20 } + - { offsetInCU: 0x289, offset: 0x7DDE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6renderyySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x32E70, symSize: 0xC20 } + - { offsetInCU: 0xDD1, offset: 0x7E928, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0xC20, symBinAddr: 0x33A90, symSize: 0x50 } + - { offsetInCU: 0xE48, offset: 0x7E99F, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfD', symObjAddr: 0xC80, symBinAddr: 0x33AF0, symSize: 0x30 } + - { offsetInCU: 0xEB1, offset: 0x7EA08, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xCD0, symBinAddr: 0x33B40, symSize: 0x10 } + - { offsetInCU: 0xECD, offset: 0x7EA24, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeI0C_tFTW', symObjAddr: 0xCE0, symBinAddr: 0x33B50, symSize: 0x10 } + - { offsetInCU: 0xEE9, offset: 0x7EA40, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0xCF0, symBinAddr: 0x33B60, symSize: 0x10 } + - { offsetInCU: 0xF05, offset: 0x7EA5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0xD00, symBinAddr: 0x33B70, symSize: 0x20 } + - { offsetInCU: 0xF7D, offset: 0x7EAD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCfE', symObjAddr: 0xC70, symBinAddr: 0x33AE0, symSize: 0x10 } + - { offsetInCU: 0xFAA, offset: 0x7EB01, size: 0x8, addend: 0x0, symName: '_$s6Lottie26LegacyGradientFillRendererCMa', symObjAddr: 0xCB0, symBinAddr: 0x33B20, symSize: 0x20 } + - { offsetInCU: 0xFBE, offset: 0x7EB15, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOh', symObjAddr: 0xDE0, symBinAddr: 0x33C10, symSize: 0x30 } + - { offsetInCU: 0xFD2, offset: 0x7EB29, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOb', symObjAddr: 0xE10, symBinAddr: 0x33C40, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x7EEE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x33D80, symSize: 0x20 } + - { offsetInCU: 0x69, offset: 0x7EEFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCACycfc', symObjAddr: 0x20, symBinAddr: 0x33DA0, symSize: 0x10 } + - { offsetInCU: 0x96, offset: 0x7EF2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtF', symObjAddr: 0x30, symBinAddr: 0x33DB0, symSize: 0x40 } + - { offsetInCU: 0xC5, offset: 0x7EF5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfd', symObjAddr: 0x70, symBinAddr: 0x33DF0, symSize: 0x10 } + - { offsetInCU: 0xF2, offset: 0x7EF87, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCfD', symObjAddr: 0x80, symBinAddr: 0x33E00, symSize: 0x20 } + - { offsetInCU: 0x155, offset: 0x7EFEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCAA09AnimationcD0A2aDP7fontFor6family4sizeSo9CTFontRefaSgSS_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xA0, symBinAddr: 0x33E20, symSize: 0x40 } + - { offsetInCU: 0x19F, offset: 0x7F034, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0xE0, symBinAddr: 0x33E60, symSize: 0x10 } + - { offsetInCU: 0x1E2, offset: 0x7F077, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF0, symBinAddr: 0x33E70, symSize: 0x10 } + - { offsetInCU: 0x1FE, offset: 0x7F093, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultFontProviderCMa', symObjAddr: 0x110, symBinAddr: 0x33E90, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x7F231, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x33EE0, symSize: 0x50 } + - { offsetInCU: 0x4B, offset: 0x7F255, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvpZ', symObjAddr: 0x1E8, symBinAddr: 0x206280, symSize: 0x0 } + - { offsetInCU: 0x70, offset: 0x7F27A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x33EE0, symSize: 0x50 } + - { offsetInCU: 0xB0, offset: 0x7F2BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvgZ', symObjAddr: 0x50, symBinAddr: 0x33F30, symSize: 0x70 } + - { offsetInCU: 0xE8, offset: 0x7F2F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvsZ', symObjAddr: 0xC0, symBinAddr: 0x33FA0, symSize: 0x70 } + - { offsetInCU: 0x130, offset: 0x7F33A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ', symObjAddr: 0x130, symBinAddr: 0x34010, symSize: 0x60 } + - { offsetInCU: 0x168, offset: 0x7F372, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheO6sharedAA0bC8Provider_pSgvMZ.resume.0', symObjAddr: 0x190, symBinAddr: 0x34070, symSize: 0x10 } + - { offsetInCU: 0x194, offset: 0x7F39E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationCacheOMa', symObjAddr: 0x1A0, symBinAddr: 0x34080, symSize: 0x10 } + - { offsetInCU: 0x1A8, offset: 0x7F3B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAcA0cD8ProviderAAWl', symObjAddr: 0x1B0, symBinAddr: 0x34090, symSize: 0x34 } + - { offsetInCU: 0x388, offset: 0x7F8AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC04textC5Model7contextAcA0bcE0C_AA0C7ContextVtKcfc', symObjAddr: 0x0, symBinAddr: 0x340D0, symSize: 0x150 } + - { offsetInCU: 0x431, offset: 0x7F955, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC015configureRenderC04withyAA0C7ContextV_tKF', symObjAddr: 0x150, symBinAddr: 0x34220, symSize: 0xA80 } + - { offsetInCU: 0xAE8, offset: 0x8000C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xBD0, symBinAddr: 0x34CA0, symSize: 0xA0 } + - { offsetInCU: 0xB34, offset: 0x80058, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfc', symObjAddr: 0xC70, symBinAddr: 0x34D40, symSize: 0x220 } + - { offsetInCU: 0xC04, offset: 0x80128, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC5layerACyp_tcfcTo', symObjAddr: 0xE90, symBinAddr: 0x34F60, symSize: 0x50 } + - { offsetInCU: 0xC20, offset: 0x80144, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0xEE0, symBinAddr: 0x34FB0, symSize: 0x910 } + - { offsetInCU: 0xEA7, offset: 0x803CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfD', symObjAddr: 0x1820, symBinAddr: 0x358F0, symSize: 0x30 } + - { offsetInCU: 0x1241, offset: 0x80765, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfE', symObjAddr: 0x17F0, symBinAddr: 0x358C0, symSize: 0x30 } + - { offsetInCU: 0x126E, offset: 0x80792, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCfETo', symObjAddr: 0x1850, symBinAddr: 0x35920, symSize: 0x30 } + - { offsetInCU: 0x129D, offset: 0x807C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TextLayerCMa', symObjAddr: 0x1880, symBinAddr: 0x35950, symSize: 0x20 } + - { offsetInCU: 0x12B1, offset: 0x807D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFAA12TextDocumentC_Tg5Tf4nnddn_g', symObjAddr: 0x1920, symBinAddr: 0x359C0, symSize: 0xA0 } + - { offsetInCU: 0x1328, offset: 0x8084C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x19C0, symBinAddr: 0x35A60, symSize: 0x20 } + - { offsetInCU: 0x133C, offset: 0x80860, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x19E0, symBinAddr: 0x35A80, symSize: 0x20 } + - { offsetInCU: 0x1350, offset: 0x80874, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_TA', symObjAddr: 0x1AA0, symBinAddr: 0x35AA0, symSize: 0x20 } + - { offsetInCU: 0x1364, offset: 0x80888, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SgWOy', symObjAddr: 0x1AC0, symBinAddr: 0x35AC0, symSize: 0x20 } + - { offsetInCU: 0x68D, offset: 0x812DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFAA12TextDocumentC_Tg5', symObjAddr: 0x1BD0, symBinAddr: 0x377A0, symSize: 0x50 } + - { offsetInCU: 0x7AB, offset: 0x813FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC04textD00E8Provider04fontF0013rootAnimationD0AcA0bD5ModelC_AA0i7KeypathbF0_pAA0i4FontF0_pAA010MainThreadiD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x35BD0, symSize: 0x5F0 } + - { offsetInCU: 0xBA4, offset: 0x817F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x5F0, symBinAddr: 0x361C0, symSize: 0xC0 } + - { offsetInCU: 0xBF0, offset: 0x8183F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x6B0, symBinAddr: 0x36280, symSize: 0x260 } + - { offsetInCU: 0xC89, offset: 0x818D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x910, symBinAddr: 0x364E0, symSize: 0x50 } + - { offsetInCU: 0xCA5, offset: 0x818F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC20fullAnimationKeypathAA0fG0Vvg', symObjAddr: 0x960, symBinAddr: 0x36530, symSize: 0x250 } + - { offsetInCU: 0xDFA, offset: 0x81A49, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xBB0, symBinAddr: 0x36780, symSize: 0x1020 } + - { offsetInCU: 0x16D5, offset: 0x82324, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x1C20, symBinAddr: 0x377F0, symSize: 0x50 } + - { offsetInCU: 0x175C, offset: 0x823AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfD', symObjAddr: 0x1CF0, symBinAddr: 0x378C0, symSize: 0x30 } + - { offsetInCU: 0x19EF, offset: 0x8263E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfE', symObjAddr: 0x1C70, symBinAddr: 0x37840, symSize: 0x80 } + - { offsetInCU: 0x1A1C, offset: 0x8266B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCfETo', symObjAddr: 0x1D20, symBinAddr: 0x378F0, symSize: 0x80 } + - { offsetInCU: 0x1A4B, offset: 0x8269A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20TextCompositionLayerCMa', symObjAddr: 0x1DA0, symBinAddr: 0x37970, symSize: 0x20 } + - { offsetInCU: 0x1BDE, offset: 0x8282D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1DF0, symBinAddr: 0x37990, symSize: 0x590 } + - { offsetInCU: 0x2144, offset: 0x82D93, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchable_pWOb', symObjAddr: 0x24B0, symBinAddr: 0x37F80, symSize: 0x1F } + - { offsetInCU: 0x27, offset: 0x833AB, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x37FA0, symSize: 0x280 } + - { offsetInCU: 0x21F, offset: 0x835A3, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x37FA0, symSize: 0x280 } + - { offsetInCU: 0x43E, offset: 0x837C2, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16AnimationContextVSitKFSo9CGPathRefaAI8KeyframeVXEfU_', symObjAddr: 0x280, symBinAddr: 0x38220, symSize: 0xD0 } + - { offsetInCU: 0x5B4, offset: 0x83938, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x350, symBinAddr: 0x382F0, symSize: 0x130 } + - { offsetInCU: 0x674, offset: 0x839F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x480, symBinAddr: 0x38420, symSize: 0x10 } + - { offsetInCU: 0x691, offset: 0x83A15, size: 0x8, addend: 0x0, symName: '_$sSo9CGPathRefaSgWOb', symObjAddr: 0x4C0, symBinAddr: 0x38460, symSize: 0x40 } + - { offsetInCU: 0x6A5, offset: 0x83A29, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x540, symBinAddr: 0x384A0, symSize: 0x10 } + - { offsetInCU: 0x6B9, offset: 0x83A3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGAA03AnybC0A2A0E14InterpolatableRzlWl', symObjAddr: 0x550, symBinAddr: 0x384B0, symSize: 0x50 } + - { offsetInCU: 0x6CD, offset: 0x83A51, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwCP', symObjAddr: 0x5D0, symBinAddr: 0x38500, symSize: 0x30 } + - { offsetInCU: 0x6E1, offset: 0x83A65, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x610, symBinAddr: 0x38530, symSize: 0x20 } + - { offsetInCU: 0x6F5, offset: 0x83A79, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwet', symObjAddr: 0x630, symBinAddr: 0x38550, symSize: 0x20 } + - { offsetInCU: 0x709, offset: 0x83A8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVwst', symObjAddr: 0x650, symBinAddr: 0x38570, symSize: 0x40 } + - { offsetInCU: 0x71D, offset: 0x83AA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVMa', symObjAddr: 0x690, symBinAddr: 0x385B0, symSize: 0xA } + - { offsetInCU: 0x2B, offset: 0x83D3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x385C0, symSize: 0x310 } + - { offsetInCU: 0x4F, offset: 0x83D62, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding12CoreGraphics7CGFloatVvpZ', symObjAddr: 0x4808, symBinAddr: 0x2245E0, symSize: 0x0 } + - { offsetInCU: 0x7A, offset: 0x83D8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC12updateLayout33_ECC668C2ABA112A71EAD49901DA0C932LLyyF', symObjAddr: 0x0, symBinAddr: 0x385C0, symSize: 0x310 } + - { offsetInCU: 0xF8, offset: 0x83E0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tF', symObjAddr: 0x310, symBinAddr: 0x388D0, symSize: 0x210 } + - { offsetInCU: 0x1E2, offset: 0x83EF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCACycfcTo', symObjAddr: 0x520, symBinAddr: 0x38AE0, symSize: 0x50 } + - { offsetInCU: 0x245, offset: 0x83F58, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x570, symBinAddr: 0x38B30, symSize: 0xB0 } + - { offsetInCU: 0x2B3, offset: 0x83FC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x620, symBinAddr: 0x38BE0, symSize: 0x50 } + - { offsetInCU: 0x2F6, offset: 0x84009, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCfD', symObjAddr: 0x670, symBinAddr: 0x38C30, symSize: 0x30 } + - { offsetInCU: 0x3CC, offset: 0x840DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCMa', symObjAddr: 0x6A0, symBinAddr: 0x38C60, symSize: 0x20 } + - { offsetInCU: 0x3EB, offset: 0x840FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC6layout16superlayerBoundsySo6CGRectV_tF', symObjAddr: 0x6C0, symBinAddr: 0x38C80, symSize: 0x130 } + - { offsetInCU: 0x48B, offset: 0x8419E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x7F0, symBinAddr: 0x38DB0, symSize: 0x10 } + - { offsetInCU: 0x4A7, offset: 0x841BA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21veryLargeLayerPadding_WZ', symObjAddr: 0x800, symBinAddr: 0x38DC0, symSize: 0x20 } + - { offsetInCU: 0x4C1, offset: 0x841D4, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0x820, symBinAddr: 0x38DE0, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x84400, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvpZ', symObjAddr: 0x18A0, symBinAddr: 0x206370, symSize: 0x0 } + - { offsetInCU: 0x87, offset: 0x84438, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfC', symObjAddr: 0x0, symBinAddr: 0x38E10, symSize: 0xF0 } + - { offsetInCU: 0x11E, offset: 0x844CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCACycfc', symObjAddr: 0xF0, symBinAddr: 0x38F00, symSize: 0xE0 } + - { offsetInCU: 0x1B2, offset: 0x84563, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0ACvgZ', symObjAddr: 0x300, symBinAddr: 0x390D0, symSize: 0x30 } + - { offsetInCU: 0x1E9, offset: 0x8459A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivg', symObjAddr: 0x330, symBinAddr: 0x39100, symSize: 0x10 } + - { offsetInCU: 0x206, offset: 0x845B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivs', symObjAddr: 0x340, symBinAddr: 0x39110, symSize: 0x40 } + - { offsetInCU: 0x292, offset: 0x84643, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM', symObjAddr: 0x380, symBinAddr: 0x39150, symSize: 0x20 } + - { offsetInCU: 0x306, offset: 0x846B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9cacheSizeSivM.resume.0', symObjAddr: 0x3A0, symBinAddr: 0x39170, symSize: 0x40 } + - { offsetInCU: 0x3A3, offset: 0x84754, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC05clearD0yyF', symObjAddr: 0x3E0, symBinAddr: 0x391B0, symSize: 0x70 } + - { offsetInCU: 0x410, offset: 0x847C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC9animation6forKeyAA0aC0CSgSS_tF', symObjAddr: 0x450, symBinAddr: 0x39220, symSize: 0x30 } + - { offsetInCU: 0x439, offset: 0x847EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC03setC0_6forKeyyAA0aC0C_SStF', symObjAddr: 0x670, symBinAddr: 0x39440, symSize: 0x40 } + - { offsetInCU: 0x46C, offset: 0x8481D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfd', symObjAddr: 0xD60, symBinAddr: 0x39B30, symSize: 0x20 } + - { offsetInCU: 0x4A7, offset: 0x84858, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCfD', symObjAddr: 0xD80, symBinAddr: 0x39B50, symSize: 0x20 } + - { offsetInCU: 0x51C, offset: 0x848CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP9animation6forKeyAA0aC0CSgSS_tFTW', symObjAddr: 0xDA0, symBinAddr: 0x39B70, symSize: 0x30 } + - { offsetInCU: 0x599, offset: 0x8494A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP03setC0_6forKeyyAA0aC0C_SStFTW', symObjAddr: 0xDD0, symBinAddr: 0x39BA0, symSize: 0x40 } + - { offsetInCU: 0x5EA, offset: 0x8499B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCAA0cD8ProviderA2aDP05clearD0yyFTW', symObjAddr: 0xE10, symBinAddr: 0x39BE0, symSize: 0x10 } + - { offsetInCU: 0x681, offset: 0x84A32, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheC06sharedD0_WZ', symObjAddr: 0x210, symBinAddr: 0x38FE0, symSize: 0xF0 } + - { offsetInCU: 0x779, offset: 0x84B2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC5value6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x480, symBinAddr: 0x39250, symSize: 0xE0 } + - { offsetInCU: 0x925, offset: 0x84CD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_So10CGImageRefaTg5', symObjAddr: 0x6B0, symBinAddr: 0x39480, symSize: 0x230 } + - { offsetInCU: 0xA8C, offset: 0x84E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA0A9AnimationCTg5', symObjAddr: 0x8E0, symBinAddr: 0x396B0, symSize: 0x240 } + - { offsetInCU: 0xBF2, offset: 0x84FA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC8setValue_6forKey4costyq_Sg_xSitFSS_AA03DotA4FileCTg5', symObjAddr: 0xB20, symBinAddr: 0x398F0, symSize: 0x240 } + - { offsetInCU: 0xD4D, offset: 0x850FE, size: 0x8, addend: 0x0, symName: '_$s10Foundation12NotificationVIeghn_So14NSNotificationCIeyBhy_TR', symObjAddr: 0x10A0, symBinAddr: 0x39E70, symSize: 0x90 } + - { offsetInCU: 0xD65, offset: 0x85116, size: 0x8, addend: 0x0, symName: '_$s6Lottie21DefaultAnimationCacheCMa', symObjAddr: 0x1340, symBinAddr: 0x3A110, symSize: 0x20 } + - { offsetInCU: 0xD79, offset: 0x8512A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC11removeValue6forKeyq_Sgx_tFSS_So10CGImageRefaTg5', symObjAddr: 0x1440, symBinAddr: 0x3A210, symSize: 0xD0 } + - { offsetInCU: 0xDF9, offset: 0x851AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA03DotA4FileCTg5TA', symObjAddr: 0x17E0, symBinAddr: 0x3A5B0, symSize: 0x10 } + - { offsetInCU: 0xE0D, offset: 0x851BE, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x17F0, symBinAddr: 0x3A5C0, symSize: 0x20 } + - { offsetInCU: 0xE21, offset: 0x851D2, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1810, symBinAddr: 0x3A5E0, symSize: 0x10 } + - { offsetInCU: 0xE35, offset: 0x851E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_AA0A9AnimationCTg5TA', symObjAddr: 0x1820, symBinAddr: 0x3A5F0, symSize: 0x10 } + - { offsetInCU: 0xE49, offset: 0x851FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC14totalCostLimit05countE018notificationCenterACyxq_GSi_SiSo014NSNotificationH0Ctcfcy10Foundation12NotificationVYbcfU_SS_So10CGImageRefaTg5TA', symObjAddr: 0x1830, symBinAddr: 0x3A600, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x854FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x3A670, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x85522, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO10mainThreadACvgZ', symObjAddr: 0x0, symBinAddr: 0x3A670, symSize: 0x10 } + - { offsetInCU: 0x77, offset: 0x8554E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO13coreAnimationACvgZ', symObjAddr: 0x10, symBinAddr: 0x3A680, symSize: 0x10 } + - { offsetInCU: 0xE5, offset: 0x855BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueACSgSS_tcfC', symObjAddr: 0xA0, symBinAddr: 0x3A710, symSize: 0xF0 } + - { offsetInCU: 0x1A8, offset: 0x8567F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueACSgSS_tcfC', symObjAddr: 0x190, symBinAddr: 0x3A800, symSize: 0xB0 } + - { offsetInCU: 0x217, offset: 0x856EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO8rawValueSSvg', symObjAddr: 0x240, symBinAddr: 0x3A8B0, symSize: 0x60 } + - { offsetInCU: 0x243, offset: 0x8571A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO8rawValueSSvg', symObjAddr: 0x2A0, symBinAddr: 0x3A910, symSize: 0x40 } + - { offsetInCU: 0x2AA, offset: 0x85781, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionO11descriptionSSvg', symObjAddr: 0x2E0, symBinAddr: 0x3A950, symSize: 0x60 } + - { offsetInCU: 0x2F1, offset: 0x857C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x340, symBinAddr: 0x3A9B0, symSize: 0x20 } + - { offsetInCU: 0x30D, offset: 0x857E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x360, symBinAddr: 0x3A9D0, symSize: 0x20 } + - { offsetInCU: 0x329, offset: 0x85800, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x380, symBinAddr: 0x3A9F0, symSize: 0x10 } + - { offsetInCU: 0x345, offset: 0x8581C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineO11descriptionSSvg', symObjAddr: 0x390, symBinAddr: 0x3AA00, symSize: 0x40 } + - { offsetInCU: 0x370, offset: 0x85847, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASQWb', symObjAddr: 0x3D0, symBinAddr: 0x3AA40, symSize: 0x10 } + - { offsetInCU: 0x384, offset: 0x8585B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOACSQAAWl', symObjAddr: 0x3E0, symBinAddr: 0x3AA50, symSize: 0x30 } + - { offsetInCU: 0x398, offset: 0x8586F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASQWb', symObjAddr: 0x410, symBinAddr: 0x3AA80, symSize: 0x10 } + - { offsetInCU: 0x3AC, offset: 0x85883, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOACSQAAWl', symObjAddr: 0x420, symBinAddr: 0x3AA90, symSize: 0x30 } + - { offsetInCU: 0x3C0, offset: 0x85897, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x3AAC0, symSize: 0x20 } + - { offsetInCU: 0x3DC, offset: 0x858B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x470, symBinAddr: 0x3AAE0, symSize: 0x20 } + - { offsetInCU: 0x3F8, offset: 0x858CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x490, symBinAddr: 0x3AB00, symSize: 0x10 } + - { offsetInCU: 0x414, offset: 0x858EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwet', symObjAddr: 0x4C0, symBinAddr: 0x3AB10, symSize: 0xB0 } + - { offsetInCU: 0x428, offset: 0x858FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwst', symObjAddr: 0x570, symBinAddr: 0x3ABC0, symSize: 0xE0 } + - { offsetInCU: 0x43C, offset: 0x85913, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwug', symObjAddr: 0x650, symBinAddr: 0x3ACA0, symSize: 0x20 } + - { offsetInCU: 0x450, offset: 0x85927, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwup', symObjAddr: 0x670, symBinAddr: 0x3ACC0, symSize: 0x10 } + - { offsetInCU: 0x464, offset: 0x8593B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOwui', symObjAddr: 0x680, symBinAddr: 0x3ACD0, symSize: 0x10 } + - { offsetInCU: 0x478, offset: 0x8594F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOMa', symObjAddr: 0x690, symBinAddr: 0x3ACE0, symSize: 0x10 } + - { offsetInCU: 0x48C, offset: 0x85963, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwet', symObjAddr: 0x6A0, symBinAddr: 0x3ACF0, symSize: 0x80 } + - { offsetInCU: 0x4A0, offset: 0x85977, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwst', symObjAddr: 0x720, symBinAddr: 0x3AD70, symSize: 0xD0 } + - { offsetInCU: 0x4B4, offset: 0x8598B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwug', symObjAddr: 0x7F0, symBinAddr: 0x3AE40, symSize: 0x10 } + - { offsetInCU: 0x4C8, offset: 0x8599F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwup', symObjAddr: 0x800, symBinAddr: 0x3AE50, symSize: 0x10 } + - { offsetInCU: 0x4DC, offset: 0x859B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOwui', symObjAddr: 0x810, symBinAddr: 0x3AE60, symSize: 0x10 } + - { offsetInCU: 0x4F0, offset: 0x859C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOMa', symObjAddr: 0x820, symBinAddr: 0x3AE70, symSize: 0xA } + - { offsetInCU: 0x515, offset: 0x859EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x20, symBinAddr: 0x3A690, symSize: 0x10 } + - { offsetInCU: 0x531, offset: 0x85A08, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x30, symBinAddr: 0x3A6A0, symSize: 0x10 } + - { offsetInCU: 0x54D, offset: 0x85A24, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x40, symBinAddr: 0x3A6B0, symSize: 0x10 } + - { offsetInCU: 0x569, offset: 0x85A40, size: 0x8, addend: 0x0, symName: '_$s6Lottie21RenderingEngineOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x50, symBinAddr: 0x3A6C0, symSize: 0x10 } + - { offsetInCU: 0x585, offset: 0x85A5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x60, symBinAddr: 0x3A6D0, symSize: 0x10 } + - { offsetInCU: 0x5A1, offset: 0x85A78, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH9hashValueSivgTW', symObjAddr: 0x70, symBinAddr: 0x3A6E0, symSize: 0x10 } + - { offsetInCU: 0x5BD, offset: 0x85A94, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x80, symBinAddr: 0x3A6F0, symSize: 0x10 } + - { offsetInCU: 0x5D9, offset: 0x85AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15RenderingEngineOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x90, symBinAddr: 0x3A700, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x85C43, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x3AE80, symSize: 0x2F0 } + - { offsetInCU: 0x1AB, offset: 0x85DC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC12reloadImagesyyF', symObjAddr: 0x0, symBinAddr: 0x3AE80, symSize: 0x2F0 } + - { offsetInCU: 0x3C6, offset: 0x85FDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderC03addC6LayersyySayAA0c11CompositionB0CGF', symObjAddr: 0x2F0, symBinAddr: 0x3B170, symSize: 0x4A0 } + - { offsetInCU: 0x665, offset: 0x8627D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCfD', symObjAddr: 0x790, symBinAddr: 0x3B610, symSize: 0x40 } + - { offsetInCU: 0x6F6, offset: 0x8630E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerImageProviderCMa', symObjAddr: 0x7D0, symBinAddr: 0x3B650, symSize: 0x20 } + - { offsetInCU: 0x70A, offset: 0x86322, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOc', symObjAddr: 0x7F0, symBinAddr: 0x3B670, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x865A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x3B6A0, symSize: 0x60 } + - { offsetInCU: 0x81, offset: 0x865FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfC', symObjAddr: 0x0, symBinAddr: 0x3B6A0, symSize: 0x60 } + - { offsetInCU: 0xC8, offset: 0x86644, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityACSS_So015CALayerContentsG0atcfc', symObjAddr: 0x60, symBinAddr: 0x3B700, symSize: 0x90 } + - { offsetInCU: 0x12F, offset: 0x866AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfC', symObjAddr: 0xF0, symBinAddr: 0x3B790, symSize: 0x60 } + - { offsetInCU: 0x17D, offset: 0x866F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC8filepath15contentsGravityAC10Foundation3URLV_So015CALayerContentsG0atcfc', symObjAddr: 0x150, symBinAddr: 0x3B7F0, symSize: 0x50 } + - { offsetInCU: 0x1AE, offset: 0x8672A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x1A0, symBinAddr: 0x3B840, symSize: 0x540 } + - { offsetInCU: 0x316, offset: 0x86892, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_', symObjAddr: 0x720, symBinAddr: 0x3BD80, symSize: 0xA0 } + - { offsetInCU: 0x3ED, offset: 0x86969, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x7C0, symBinAddr: 0x3BE20, symSize: 0x20 } + - { offsetInCU: 0x410, offset: 0x8698C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfd', symObjAddr: 0x7E0, symBinAddr: 0x3BE40, symSize: 0x40 } + - { offsetInCU: 0x44B, offset: 0x869C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCfD', symObjAddr: 0x820, symBinAddr: 0x3BE80, symSize: 0x50 } + - { offsetInCU: 0x496, offset: 0x86A12, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x870, symBinAddr: 0x3BED0, symSize: 0x20 } + - { offsetInCU: 0x4DC, offset: 0x86A58, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x890, symBinAddr: 0x3BEF0, symSize: 0x20 } + - { offsetInCU: 0x5B1, offset: 0x86B2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x8B0, symBinAddr: 0x3BF10, symSize: 0x20 } + - { offsetInCU: 0x616, offset: 0x86B92, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8D0, symBinAddr: 0x3BF30, symSize: 0x20 } + - { offsetInCU: 0x648, offset: 0x86BC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu_TA', symObjAddr: 0x8F0, symBinAddr: 0x3BF50, symSize: 0x10 } + - { offsetInCU: 0x65C, offset: 0x86BD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x900, symBinAddr: 0x3BF60, symSize: 0x20 } + - { offsetInCU: 0x670, offset: 0x86BEC, size: 0x8, addend: 0x0, symName: '_$sSo6NSDataC10contentsOf7optionsAB10Foundation3URLV_So0A14ReadingOptionsVtKcfcTO', symObjAddr: 0x950, symBinAddr: 0x3BF80, symSize: 0x100 } + - { offsetInCU: 0x68F, offset: 0x86C0B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0xA50, symBinAddr: 0x3C080, symSize: 0x60 } + - { offsetInCU: 0x6A3, offset: 0x86C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMU', symObjAddr: 0xAF0, symBinAddr: 0x3C0E0, symSize: 0x10 } + - { offsetInCU: 0x6B7, offset: 0x86C33, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMa', symObjAddr: 0xB00, symBinAddr: 0x3C0F0, symSize: 0x30 } + - { offsetInCU: 0x6CB, offset: 0x86C47, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCMr', symObjAddr: 0xB30, symBinAddr: 0x3C120, symSize: 0x70 } + - { offsetInCU: 0x4B, offset: 0x86EC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfC', symObjAddr: 0x0, symBinAddr: 0x3C1F0, symSize: 0x20 } + - { offsetInCU: 0x69, offset: 0x86EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCACycfc', symObjAddr: 0x340, symBinAddr: 0x3C530, symSize: 0x10 } + - { offsetInCU: 0x96, offset: 0x86F13, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x400, symBinAddr: 0x3C540, symSize: 0x20 } + - { offsetInCU: 0xC1, offset: 0x86F3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC4text3for06sourceC0SSAA16AnimationKeypathV_SStF', symObjAddr: 0x420, symBinAddr: 0x3C560, symSize: 0x20 } + - { offsetInCU: 0xFC, offset: 0x86F79, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfd', symObjAddr: 0x440, symBinAddr: 0x3C580, symSize: 0x10 } + - { offsetInCU: 0x129, offset: 0x86FA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCfD', symObjAddr: 0x450, symBinAddr: 0x3C590, symSize: 0x20 } + - { offsetInCU: 0x18C, offset: 0x87009, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x480, symBinAddr: 0x3C5C0, symSize: 0x20 } + - { offsetInCU: 0x1DC, offset: 0x87059, size: 0x8, addend: 0x0, symName: '_$s6Lottie27LegacyAnimationTextProviderPAAE4text3for06sourceD0SSSgAA0C7KeypathV_SStF', symObjAddr: 0x20, symBinAddr: 0x3C210, symSize: 0x10 } + - { offsetInCU: 0x253, offset: 0x870D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfC', symObjAddr: 0x30, symBinAddr: 0x3C220, symSize: 0x30 } + - { offsetInCU: 0x298, offset: 0x87115, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCyACSDyS2SGcfc', symObjAddr: 0x60, symBinAddr: 0x3C250, symSize: 0x10 } + - { offsetInCU: 0x2BD, offset: 0x8713A, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC4text3for06sourceC0SSSgAA16AnimationKeypathV_SStF', symObjAddr: 0x70, symBinAddr: 0x3C260, symSize: 0x190 } + - { offsetInCU: 0x476, offset: 0x872F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC7textFor11keypathName06sourceC0S2S_SStF', symObjAddr: 0x200, symBinAddr: 0x3C3F0, symSize: 0xA0 } + - { offsetInCU: 0x4E7, offset: 0x87364, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfd', symObjAddr: 0x2A0, symBinAddr: 0x3C490, symSize: 0x20 } + - { offsetInCU: 0x522, offset: 0x8739F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCfD', symObjAddr: 0x2C0, symBinAddr: 0x3C4B0, symSize: 0x20 } + - { offsetInCU: 0x56D, offset: 0x873EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x2E0, symBinAddr: 0x3C4D0, symSize: 0x10 } + - { offsetInCU: 0x589, offset: 0x87406, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCAA015LegacyAnimationcD0A2aDP7textFor11keypathName06sourceC0S2S_SStFTW', symObjAddr: 0x2F0, symBinAddr: 0x3C4E0, symSize: 0x10 } + - { offsetInCU: 0x61A, offset: 0x87497, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x300, symBinAddr: 0x3C4F0, symSize: 0x20 } + - { offsetInCU: 0x694, offset: 0x87511, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x320, symBinAddr: 0x3C510, symSize: 0x20 } + - { offsetInCU: 0x6EC, offset: 0x87569, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCAA016AnimationKeypathcD0A2aDP4text3for06sourceC0SSSgAA0eF0V_SStFTW', symObjAddr: 0x470, symBinAddr: 0x3C5B0, symSize: 0x10 } + - { offsetInCU: 0x708, offset: 0x87585, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x4A0, symBinAddr: 0x3C5E0, symSize: 0x10 } + - { offsetInCU: 0x74B, offset: 0x875C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4B0, symBinAddr: 0x3C5F0, symSize: 0x10 } + - { offsetInCU: 0x793, offset: 0x87610, size: 0x8, addend: 0x0, symName: '_$s6Lottie22DictionaryTextProviderCMa', symObjAddr: 0x7C0, symBinAddr: 0x3C900, symSize: 0x20 } + - { offsetInCU: 0x7A7, offset: 0x87624, size: 0x8, addend: 0x0, symName: '_$s6Lottie19DefaultTextProviderCMa', symObjAddr: 0x810, symBinAddr: 0x3C950, symSize: 0x20 } + - { offsetInCU: 0x867, offset: 0x876E4, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SSTg5Tf4nnd_n', symObjAddr: 0x4C0, symBinAddr: 0x3C600, symSize: 0x2E0 } + - { offsetInCU: 0x27, offset: 0x87908, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x3C9A0, symSize: 0xBF0 } + - { offsetInCU: 0x24E, offset: 0x87B2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesC9transformAcA0C0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x3C9A0, symSize: 0xBF0 } + - { offsetInCU: 0x8F4, offset: 0x881D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfd', symObjAddr: 0xBF0, symBinAddr: 0x3D590, symSize: 0x80 } + - { offsetInCU: 0x921, offset: 0x88202, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCfD', symObjAddr: 0xC70, symBinAddr: 0x3D610, symSize: 0x20 } + - { offsetInCU: 0x95D, offset: 0x8823E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xCB0, symBinAddr: 0x3D650, symSize: 0x20 } + - { offsetInCU: 0x99E, offset: 0x8827F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xCD0, symBinAddr: 0x3D670, symSize: 0x30 } + - { offsetInCU: 0x9DF, offset: 0x882C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xD00, symBinAddr: 0x3D6A0, symSize: 0x20 } + - { offsetInCU: 0xA11, offset: 0x882F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0xD20, symBinAddr: 0x3D6C0, symSize: 0x10 } + - { offsetInCU: 0xA3F, offset: 0x88320, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCMa', symObjAddr: 0xC90, symBinAddr: 0x3D630, symSize: 0x20 } + - { offsetInCU: 0xAAD, offset: 0x8838E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC9transformAcA0C0C_tcfc', symObjAddr: 0xD30, symBinAddr: 0x3D6D0, symSize: 0x170 } + - { offsetInCU: 0xB56, offset: 0x88437, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCfD', symObjAddr: 0xEA0, symBinAddr: 0x3D840, symSize: 0x40 } + - { offsetInCU: 0xBB7, offset: 0x88498, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0xF00, symBinAddr: 0x3D8A0, symSize: 0x40 } + - { offsetInCU: 0xC01, offset: 0x884E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0xF40, symBinAddr: 0x3D8E0, symSize: 0x30 } + - { offsetInCU: 0xC42, offset: 0x88523, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0xF70, symBinAddr: 0x3D910, symSize: 0x20 } + - { offsetInCU: 0xC83, offset: 0x88564, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0xF90, symBinAddr: 0x3D930, symSize: 0x10 } + - { offsetInCU: 0xCB5, offset: 0x88596, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0xFA0, symBinAddr: 0x3D940, symSize: 0x10 } + - { offsetInCU: 0xCE0, offset: 0x885C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0xFB0, symBinAddr: 0x3D950, symSize: 0x10 } + - { offsetInCU: 0xD12, offset: 0x885F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xFC0, symBinAddr: 0x3D960, symSize: 0x10 } + - { offsetInCU: 0xD3D, offset: 0x8861E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xFD0, symBinAddr: 0x3D970, symSize: 0x10 } + - { offsetInCU: 0xD6F, offset: 0x88650, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xFE0, symBinAddr: 0x3D980, symSize: 0x10 } + - { offsetInCU: 0xD9A, offset: 0x8867B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xFF0, symBinAddr: 0x3D990, symSize: 0x10 } + - { offsetInCU: 0xDDB, offset: 0x886BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1000, symBinAddr: 0x3D9A0, symSize: 0x10 } + - { offsetInCU: 0xE1C, offset: 0x886FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1010, symBinAddr: 0x3D9B0, symSize: 0x20 } + - { offsetInCU: 0xE78, offset: 0x88759, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCAA08AnimatorD0A2aDP20shouldRebuildOutputs5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1030, symBinAddr: 0x3D9D0, symSize: 0x20 } + - { offsetInCU: 0xEBB, offset: 0x8879C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1050, symBinAddr: 0x3D9F0, symSize: 0x7E0 } + - { offsetInCU: 0x11DF, offset: 0x88AC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18LayerTransformNodeCMa', symObjAddr: 0xEE0, symBinAddr: 0x3D880, symSize: 0x20 } + - { offsetInCU: 0x131B, offset: 0x88BFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOc', symObjAddr: 0x1830, symBinAddr: 0x3E1D0, symSize: 0x30 } + - { offsetInCU: 0x132F, offset: 0x88C10, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOb', symObjAddr: 0x1930, symBinAddr: 0x3E200, symSize: 0x20 } + - { offsetInCU: 0x6A, offset: 0x88F63, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x1C0, symBinAddr: 0x3E3E0, symSize: 0x130 } + - { offsetInCU: 0xF1, offset: 0x88FEA, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSDySSypGSgAA10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOTg5', symObjAddr: 0x460, symBinAddr: 0x3E680, symSize: 0x120 } + - { offsetInCU: 0x1D1, offset: 0x890CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC19reducedMotionMarkerAA0E0CSgvg', symObjAddr: 0xB10, symBinAddr: 0x3ED30, symSize: 0x120 } + - { offsetInCU: 0x312, offset: 0x8920B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xDD0, symBinAddr: 0x3EFF0, symSize: 0x40 } + - { offsetInCU: 0x326, offset: 0x8921F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xE10, symBinAddr: 0x3F030, symSize: 0x7D0 } + - { offsetInCU: 0x641, offset: 0x8953A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfC', symObjAddr: 0x1710, symBinAddr: 0x3F890, symSize: 0x40 } + - { offsetInCU: 0x6A6, offset: 0x8959F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1750, symBinAddr: 0x3F8D0, symSize: 0xD50 } + - { offsetInCU: 0xDD1, offset: 0x89CCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueSSvg', symObjAddr: 0x24A0, symBinAddr: 0x40620, symSize: 0x20 } + - { offsetInCU: 0xE08, offset: 0x89D01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO11stringValueSSvg', symObjAddr: 0x26F0, symBinAddr: 0x40870, symSize: 0x20 } + - { offsetInCU: 0xE7B, offset: 0x89D74, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2860, symBinAddr: 0x409E0, symSize: 0x40 } + - { offsetInCU: 0xEC1, offset: 0x89DBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x28A0, symBinAddr: 0x40A20, symSize: 0x30 } + - { offsetInCU: 0xED5, offset: 0x89DCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x28D0, symBinAddr: 0x40A50, symSize: 0x10 } + - { offsetInCU: 0xF0B, offset: 0x89E04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x28E0, symBinAddr: 0x40A60, symSize: 0x30 } + - { offsetInCU: 0xF70, offset: 0x89E69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2910, symBinAddr: 0x40A90, symSize: 0x10 } + - { offsetInCU: 0xF8C, offset: 0x89E85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x2920, symBinAddr: 0x40AA0, symSize: 0x10 } + - { offsetInCU: 0xFA8, offset: 0x89EA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0xF070, symBinAddr: 0x4D170, symSize: 0x50 } + - { offsetInCU: 0xFD4, offset: 0x89ECD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10startFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x24C0, symBinAddr: 0x40640, symSize: 0x10 } + - { offsetInCU: 0x1001, offset: 0x89EFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8endFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x24D0, symBinAddr: 0x40650, symSize: 0x10 } + - { offsetInCU: 0x102E, offset: 0x89F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9framerateSdvg', symObjAddr: 0x24E0, symBinAddr: 0x40660, symSize: 0x10 } + - { offsetInCU: 0x105B, offset: 0x89F54, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC11markerNamesSaySSGvg', symObjAddr: 0x24F0, symBinAddr: 0x40670, symSize: 0x200 } + - { offsetInCU: 0x125C, offset: 0x8A155, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfd', symObjAddr: 0x2A60, symBinAddr: 0x40BE0, symSize: 0x50 } + - { offsetInCU: 0x1289, offset: 0x8A182, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCfD', symObjAddr: 0x2AB0, symBinAddr: 0x40C30, symSize: 0x20 } + - { offsetInCU: 0x12B6, offset: 0x8A1AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2AD0, symBinAddr: 0x40C50, symSize: 0x3E0 } + - { offsetInCU: 0x130D, offset: 0x8A206, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2EB0, symBinAddr: 0x41030, symSize: 0x50 } + - { offsetInCU: 0x1345, offset: 0x8A23E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2F00, symBinAddr: 0x41080, symSize: 0x20 } + - { offsetInCU: 0x1375, offset: 0x8A26E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueACSgSi_tcfC', symObjAddr: 0xC30, symBinAddr: 0x3EE50, symSize: 0x20 } + - { offsetInCU: 0x1392, offset: 0x8A28B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceO8rawValueSivg', symObjAddr: 0xC50, symBinAddr: 0x3EE70, symSize: 0x10 } + - { offsetInCU: 0x13C7, offset: 0x8A2C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xD10, symBinAddr: 0x3EF30, symSize: 0x20 } + - { offsetInCU: 0x1412, offset: 0x8A30B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD30, symBinAddr: 0x3EF50, symSize: 0x10 } + - { offsetInCU: 0x15B3, offset: 0x8A4AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x1650, symBinAddr: 0x3F800, symSize: 0x30 } + - { offsetInCU: 0x15C7, offset: 0x8A4C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSeAAWl', symObjAddr: 0x16B0, symBinAddr: 0x3F830, symSize: 0x30 } + - { offsetInCU: 0x15DB, offset: 0x8A4D4, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSeAAWl', symObjAddr: 0x16E0, symBinAddr: 0x3F860, symSize: 0x30 } + - { offsetInCU: 0x17DB, offset: 0x8A6D4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20MaskCompositionLayerC0oQ0C_Tg5', symObjAddr: 0x2F20, symBinAddr: 0x410A0, symSize: 0x30 } + - { offsetInCU: 0x17F3, offset: 0x8A6EC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4MaskC_Tg5', symObjAddr: 0x2F50, symBinAddr: 0x410D0, symSize: 0x30 } + - { offsetInCU: 0x180B, offset: 0x8A704, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie14ShapeItemLayerC0P0V_Tg5', symObjAddr: 0x2F80, symBinAddr: 0x41100, symSize: 0x20 } + - { offsetInCU: 0x1823, offset: 0x8A71C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFyp_Tg5', symObjAddr: 0x2FA0, symBinAddr: 0x41120, symSize: 0x20 } + - { offsetInCU: 0x183B, offset: 0x8A734, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x2FC0, symBinAddr: 0x41140, symSize: 0x20 } + - { offsetInCU: 0x1853, offset: 0x8A74C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie9ShapeItemC_Tg5', symObjAddr: 0x2FE0, symBinAddr: 0x41160, symSize: 0x30 } + - { offsetInCU: 0x186B, offset: 0x8A764, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GroupC_Tg5', symObjAddr: 0x3010, symBinAddr: 0x41190, symSize: 0x30 } + - { offsetInCU: 0x1883, offset: 0x8A77C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector3DVG_Tg5', symObjAddr: 0x3040, symBinAddr: 0x411C0, symSize: 0x30 } + - { offsetInCU: 0x189B, offset: 0x8A794, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x3070, symBinAddr: 0x411F0, symSize: 0x30 } + - { offsetInCU: 0x18B3, offset: 0x8A7AC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyValueProvider_p_Tg5', symObjAddr: 0x30A0, symBinAddr: 0x41220, symSize: 0x30 } + - { offsetInCU: 0x18CB, offset: 0x8A7C4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie13KeyframeGroupCyypG_Tg5', symObjAddr: 0x30D0, symBinAddr: 0x41250, symSize: 0x30 } + - { offsetInCU: 0x18E3, offset: 0x8A7DC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x3100, symBinAddr: 0x41280, symSize: 0x20 } + - { offsetInCU: 0x18FB, offset: 0x8A7F4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyypG_Tg5', symObjAddr: 0x3120, symBinAddr: 0x412A0, symSize: 0x30 } + - { offsetInCU: 0x1913, offset: 0x8A80C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSd_Tg5', symObjAddr: 0x3150, symBinAddr: 0x412D0, symSize: 0x20 } + - { offsetInCU: 0x192B, offset: 0x8A824, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x3170, symBinAddr: 0x412F0, symSize: 0x20 } + - { offsetInCU: 0x1943, offset: 0x8A83C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo19CAKeyframeAnimationC_Tg5', symObjAddr: 0x3190, symBinAddr: 0x41310, symSize: 0x40 } + - { offsetInCU: 0x195B, offset: 0x8A854, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo8NSNumberC_Tg5', symObjAddr: 0x31D0, symBinAddr: 0x41350, symSize: 0x40 } + - { offsetInCU: 0x1973, offset: 0x8A86C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x3210, symBinAddr: 0x41390, symSize: 0x20 } + - { offsetInCU: 0x198B, offset: 0x8A884, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySo13CATransform3DVGG_Tg5', symObjAddr: 0x3230, symBinAddr: 0x413B0, symSize: 0x30 } + - { offsetInCU: 0x19A3, offset: 0x8A89C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CGPointV_Tg5', symObjAddr: 0x3260, symBinAddr: 0x413E0, symSize: 0x30 } + - { offsetInCU: 0x19BB, offset: 0x8A8B4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSb_Tg5', symObjAddr: 0x3290, symBinAddr: 0x41410, symSize: 0x20 } + - { offsetInCU: 0x19D3, offset: 0x8A8CC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4HoldVySbGG_Tg5', symObjAddr: 0x32B0, symBinAddr: 0x41430, symSize: 0x30 } + - { offsetInCU: 0x19EB, offset: 0x8A8E4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo10CGColorRefa_Tg5', symObjAddr: 0x32E0, symBinAddr: 0x41460, symSize: 0x30 } + - { offsetInCU: 0x1A03, offset: 0x8A8FC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo6CGSizeV_Tg5', symObjAddr: 0x3310, symBinAddr: 0x41490, symSize: 0x30 } + - { offsetInCU: 0x1A1B, offset: 0x8A914, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySo6CGSizeVG_Tg5', symObjAddr: 0x3340, symBinAddr: 0x414C0, symSize: 0x30 } + - { offsetInCU: 0x1A33, offset: 0x8A92C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N8Vector1DV5start_AK3endtG_Tg5', symObjAddr: 0x3370, symBinAddr: 0x414F0, symSize: 0x30 } + - { offsetInCU: 0x1A4B, offset: 0x8A944, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG010BezierPathO0VG_Tg5', symObjAddr: 0x33A0, symBinAddr: 0x41520, symSize: 0x30 } + - { offsetInCU: 0x1A63, offset: 0x8A95C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo9CGPathRefa_Tg5', symObjAddr: 0x33D0, symBinAddr: 0x41550, symSize: 0x30 } + - { offsetInCU: 0x1A7B, offset: 0x8A974, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG7EllipseCAHVG_Tg5', symObjAddr: 0x3400, symBinAddr: 0x41580, symSize: 0x30 } + - { offsetInCU: 0x1A93, offset: 0x8A98C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG9RectangleCAHVG_Tg5', symObjAddr: 0x3430, symBinAddr: 0x415B0, symSize: 0x30 } + - { offsetInCU: 0x1AAB, offset: 0x8A9A4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG4StarCAHVG_Tg5', symObjAddr: 0x3460, symBinAddr: 0x415E0, symSize: 0x30 } + - { offsetInCU: 0x1AC3, offset: 0x8A9BC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFABy6Lottie8KeyframeCyAG0N8Vector1DVGG_Tg5', symObjAddr: 0x3490, symBinAddr: 0x41610, symSize: 0x20 } + - { offsetInCU: 0x1ADB, offset: 0x8A9D4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVG_Tg5', symObjAddr: 0x34B0, symBinAddr: 0x41630, symSize: 0x30 } + - { offsetInCU: 0x1AF3, offset: 0x8A9EC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x34E0, symBinAddr: 0x41660, symSize: 0x30 } + - { offsetInCU: 0x1B0B, offset: 0x8AA04, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x3510, symBinAddr: 0x41690, symSize: 0x30 } + - { offsetInCU: 0x1B23, offset: 0x8AA1C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySayAG10BezierPathVGG_Tg5', symObjAddr: 0x3540, symBinAddr: 0x416C0, symSize: 0x30 } + - { offsetInCU: 0x1B3B, offset: 0x8AA34, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16AnyKeyframeGroup_p_Tg5', symObjAddr: 0x3570, symBinAddr: 0x416F0, symSize: 0x30 } + - { offsetInCU: 0x1B53, offset: 0x8AA4C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie20KeyframeInterpolatorCyAG0N8Vector1DVG_Tg5', symObjAddr: 0x35A0, symBinAddr: 0x41720, symSize: 0x30 } + - { offsetInCU: 0x1B6B, offset: 0x8AA64, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie0N8Vector1DV_Tg5', symObjAddr: 0x35D0, symBinAddr: 0x41750, symSize: 0x20 } + - { offsetInCU: 0x1B83, offset: 0x8AA7C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie17KeypathSearchable_p_Tg5', symObjAddr: 0x35F0, symBinAddr: 0x41770, symSize: 0x30 } + - { offsetInCU: 0x1B9B, offset: 0x8AA94, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie16CompositionLayerC_Tg5', symObjAddr: 0x3620, symBinAddr: 0x417A0, symSize: 0x30 } + - { offsetInCU: 0x1BB3, offset: 0x8AAAC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie4FontC_Tg5', symObjAddr: 0x3650, symBinAddr: 0x417D0, symSize: 0x30 } + - { offsetInCU: 0x1BCB, offset: 0x8AAC4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie6MarkerC_Tg5', symObjAddr: 0x3680, symBinAddr: 0x41800, symSize: 0x30 } + - { offsetInCU: 0x1BE3, offset: 0x8AADC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie5GlyphC_Tg5', symObjAddr: 0x36B0, symBinAddr: 0x41830, symSize: 0x30 } + - { offsetInCU: 0x1BFB, offset: 0x8AAF4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG0N5ColorVG_Tg5', symObjAddr: 0x36E0, symBinAddr: 0x41860, symSize: 0x30 } + - { offsetInCU: 0x1C13, offset: 0x8AB0C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo7CALayerC_Tg5', symObjAddr: 0x3710, symBinAddr: 0x41890, symSize: 0x40 } + - { offsetInCU: 0x1C2B, offset: 0x8AB24, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie12TextAnimatorC_Tg5', symObjAddr: 0x3750, symBinAddr: 0x418D0, symSize: 0x30 } + - { offsetInCU: 0x1C43, offset: 0x8AB3C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG12TextDocumentCG_Tg5', symObjAddr: 0x3780, symBinAddr: 0x41900, symSize: 0x30 } + - { offsetInCU: 0x1C5B, offset: 0x8AB54, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCySaySdGG_Tg5', symObjAddr: 0x37B0, symBinAddr: 0x41930, symSize: 0x30 } + - { offsetInCU: 0x1C73, offset: 0x8AB6C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie11DashElementC_Tg5', symObjAddr: 0x37E0, symBinAddr: 0x41960, symSize: 0x30 } + - { offsetInCU: 0x1C8B, offset: 0x8AB84, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie8KeyframeCyAG10BezierPathVG_Tg5', symObjAddr: 0x3810, symBinAddr: 0x41990, symSize: 0x30 } + - { offsetInCU: 0x1CA3, offset: 0x8AB9C, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF6Lottie03DotN4FileC9AnimationV_Tg5', symObjAddr: 0x3840, symBinAddr: 0x419C0, symSize: 0x20 } + - { offsetInCU: 0x1D1E, offset: 0x8AC17, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie14ShapeItemLayerC0R0V_Tg5', symObjAddr: 0x3990, symBinAddr: 0x41B10, symSize: 0x110 } + - { offsetInCU: 0x1E81, offset: 0x8AD7A, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x3AA0, symBinAddr: 0x41C20, symSize: 0x110 } + - { offsetInCU: 0x1FE4, offset: 0x8AEDD, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x3BB0, symBinAddr: 0x41D30, symSize: 0x110 } + - { offsetInCU: 0x2147, offset: 0x8B040, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x3CC0, symBinAddr: 0x41E40, symSize: 0x110 } + - { offsetInCU: 0x2294, offset: 0x8B18D, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x3DD0, symBinAddr: 0x41F50, symSize: 0x110 } + - { offsetInCU: 0x23F7, offset: 0x8B2F0, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo13CATransform3DV_Tg5', symObjAddr: 0x4020, symBinAddr: 0x421A0, symSize: 0x130 } + - { offsetInCU: 0x255A, offset: 0x8B453, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSb_Tg5', symObjAddr: 0x4150, symBinAddr: 0x422D0, symSize: 0xF0 } + - { offsetInCU: 0x26BD, offset: 0x8B5B6, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs0aB0Vy6Lottie8KeyframeCyAJ0P8Vector1DVGG_Tg5', symObjAddr: 0x4370, symBinAddr: 0x424F0, symSize: 0x130 } + - { offsetInCU: 0x2820, offset: 0x8B719, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie5EntryV_Tg5', symObjAddr: 0x4960, symBinAddr: 0x42AE0, symSize: 0x120 } + - { offsetInCU: 0x2983, offset: 0x8B87C, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF6Lottie03DotP4FileC9AnimationV_Tg5', symObjAddr: 0x4A80, symBinAddr: 0x42C00, symSize: 0x120 } + - { offsetInCU: 0x2ABA, offset: 0x8B9B3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x4BA0, symBinAddr: 0x42D20, symSize: 0x210 } + - { offsetInCU: 0x2B54, offset: 0x8BA4D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector1DVTg5', symObjAddr: 0x4DB0, symBinAddr: 0x42F30, symSize: 0x1B0 } + - { offsetInCU: 0x2BEE, offset: 0x8BAE7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G8Vector3DVTg5', symObjAddr: 0x4F60, symBinAddr: 0x430E0, symSize: 0x1D0 } + - { offsetInCU: 0x2C88, offset: 0x8BB81, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x5130, symBinAddr: 0x432B0, symSize: 0x1B0 } + - { offsetInCU: 0x2D22, offset: 0x8BC1B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie0G5ColorVTg5', symObjAddr: 0x52E0, symBinAddr: 0x43460, symSize: 0x1C0 } + - { offsetInCU: 0x2DBC, offset: 0x8BCB5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x54A0, symBinAddr: 0x43620, symSize: 0x1C0 } + - { offsetInCU: 0x2E56, offset: 0x8BD4F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x5660, symBinAddr: 0x437E0, symSize: 0x200 } + - { offsetInCU: 0x2EF0, offset: 0x8BDE9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x5880, symBinAddr: 0x43A00, symSize: 0x1D0 } + - { offsetInCU: 0x2F8A, offset: 0x8BE83, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x5A50, symBinAddr: 0x43BD0, symSize: 0x1E0 } + - { offsetInCU: 0x3024, offset: 0x8BF1D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x5C30, symBinAddr: 0x43DB0, symSize: 0x1F0 } + - { offsetInCU: 0x30BE, offset: 0x8BFB7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x5E20, symBinAddr: 0x43FA0, symSize: 0x1C0 } + - { offsetInCU: 0x314D, offset: 0x8C046, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x6260, symBinAddr: 0x443E0, symSize: 0x250 } + - { offsetInCU: 0x31E6, offset: 0x8C0DF, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x64B0, symBinAddr: 0x44630, symSize: 0x200 } + - { offsetInCU: 0x328B, offset: 0x8C184, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0x66B0, symBinAddr: 0x44830, symSize: 0x210 } + - { offsetInCU: 0x331A, offset: 0x8C213, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF6Lottie16AnimationKeypathV_AD16AnyValueProvider_pTg5', symObjAddr: 0x68C0, symBinAddr: 0x44A40, symSize: 0x240 } + - { offsetInCU: 0x3387, offset: 0x8C280, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_6Lottie6MarkerCTg5', symObjAddr: 0x6B00, symBinAddr: 0x44C80, symSize: 0x220 } + - { offsetInCU: 0x342C, offset: 0x8C325, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AH2totTg5', symObjAddr: 0x6D40, symBinAddr: 0x44EC0, symSize: 0x240 } + - { offsetInCU: 0x34CE, offset: 0x8C3C7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSu_SSTg5', symObjAddr: 0x6F80, symBinAddr: 0x45100, symSize: 0x210 } + - { offsetInCU: 0x3568, offset: 0x8C461, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_So10CGImageRefaTg5', symObjAddr: 0x73F0, symBinAddr: 0x45570, symSize: 0x220 } + - { offsetInCU: 0x3618, offset: 0x8C511, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x7840, symBinAddr: 0x459C0, symSize: 0x3C0 } + - { offsetInCU: 0x3738, offset: 0x8C631, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector1DVTg5', symObjAddr: 0x7C00, symBinAddr: 0x45D80, symSize: 0x310 } + - { offsetInCU: 0x3858, offset: 0x8C751, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N8Vector3DVTg5', symObjAddr: 0x7F10, symBinAddr: 0x46090, symSize: 0x330 } + - { offsetInCU: 0x3978, offset: 0x8C871, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x8240, symBinAddr: 0x463C0, symSize: 0x310 } + - { offsetInCU: 0x3A98, offset: 0x8C991, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie0N5ColorVTg5', symObjAddr: 0x8550, symBinAddr: 0x466D0, symSize: 0x330 } + - { offsetInCU: 0x3BB8, offset: 0x8CAB1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x8880, symBinAddr: 0x46A00, symSize: 0x310 } + - { offsetInCU: 0x3CD8, offset: 0x8CBD1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x8B90, symBinAddr: 0x46D10, symSize: 0x390 } + - { offsetInCU: 0x3DF8, offset: 0x8CCF1, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x8F40, symBinAddr: 0x470C0, symSize: 0x330 } + - { offsetInCU: 0x3F18, offset: 0x8CE11, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x9270, symBinAddr: 0x473F0, symSize: 0x350 } + - { offsetInCU: 0x4038, offset: 0x8CF31, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x95C0, symBinAddr: 0x47740, symSize: 0x370 } + - { offsetInCU: 0x4158, offset: 0x8D051, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x9930, symBinAddr: 0x47AB0, symSize: 0x330 } + - { offsetInCU: 0x42AF, offset: 0x8D1A8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie10LayerModelCTg5', symObjAddr: 0xA030, symBinAddr: 0x481B0, symSize: 0x340 } + - { offsetInCU: 0x43F0, offset: 0x8D2E9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_Say6Lottie10LayerModelCGTg5', symObjAddr: 0xA370, symBinAddr: 0x484F0, symSize: 0x340 } + - { offsetInCU: 0x4521, offset: 0x8D41A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0xA6B0, symBinAddr: 0x48830, symSize: 0x3D0 } + - { offsetInCU: 0x462D, offset: 0x8D526, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0xAA80, symBinAddr: 0x48C00, symSize: 0x340 } + - { offsetInCU: 0x4758, offset: 0x8D651, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSo7CALayerC_6Lottie16AnimationKeypathVTg5', symObjAddr: 0xADC0, symBinAddr: 0x48F40, symSize: 0x360 } + - { offsetInCU: 0x4863, offset: 0x8D75C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTg5', symObjAddr: 0xB120, symBinAddr: 0x492A0, symSize: 0x280 } + - { offsetInCU: 0x48DC, offset: 0x8D7D5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_6Lottie6MarkerCTg5', symObjAddr: 0xB3A0, symBinAddr: 0x49520, symSize: 0x3B0 } + - { offsetInCU: 0x4A12, offset: 0x8D90B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AJ2totTg5', symObjAddr: 0xB770, symBinAddr: 0x498F0, symSize: 0x390 } + - { offsetInCU: 0x4B47, offset: 0x8DA40, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSu_SSTg5', symObjAddr: 0xBB00, symBinAddr: 0x49C80, symSize: 0x350 } + - { offsetInCU: 0x4C67, offset: 0x8DB60, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_So10CGImageRefaTg5', symObjAddr: 0xC220, symBinAddr: 0x4A3A0, symSize: 0x3B0 } + - { offsetInCU: 0x4DE4, offset: 0x8DCDD, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV16_unsafeInsertNew3key5valueyxn_q_ntF6Lottie16AnimationKeypathV_AF16AnyValueProvider_pTB5', symObjAddr: 0xC9A0, symBinAddr: 0x4AB20, symSize: 0x120 } + - { offsetInCU: 0x4F39, offset: 0x8DE32, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSiAA5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOTg5Tf4dnnn_n', symObjAddr: 0xCC50, symBinAddr: 0x4ADD0, symSize: 0x100 } + - { offsetInCU: 0x4FA3, offset: 0x8DE9C, size: 0x8, addend: 0x0, symName: '_$sSD6LottieE5value3for4file4lineqd__qd_0__s12StaticStringVSutK8RawValueQyd_0_RszSYRd_0_r0_lFSS_ypSSAA15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOTg5Tf4dnnn_n', symObjAddr: 0xCD50, symBinAddr: 0x4AED0, symSize: 0x110 } + - { offsetInCU: 0x5351, offset: 0x8E24A, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC0D9AnimationC10CodingKeysO_AC10LayerModelCAC0N4TypeOTg5Tf4dnnn_n', symObjAddr: 0xDAE0, symBinAddr: 0x4BC60, symSize: 0x460 } + - { offsetInCU: 0x5591, offset: 0x8E48A, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSesSeRzlWl', symObjAddr: 0xDF40, symBinAddr: 0x4C0C0, symSize: 0x80 } + - { offsetInCU: 0x55A5, offset: 0x8E49E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSEAAWl', symObjAddr: 0xE020, symBinAddr: 0x4C140, symSize: 0x30 } + - { offsetInCU: 0x55B9, offset: 0x8E4B2, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSEAAWl', symObjAddr: 0xE050, symBinAddr: 0x4C170, symSize: 0x30 } + - { offsetInCU: 0x55CD, offset: 0x8E4C6, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSEsSERzlWl', symObjAddr: 0xE080, symBinAddr: 0x4C1A0, symSize: 0x80 } + - { offsetInCU: 0x55E1, offset: 0x8E4DA, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie6MarkerCGSayxGSEsSERzlWl', symObjAddr: 0xE1C0, symBinAddr: 0x4C2E0, symSize: 0x80 } + - { offsetInCU: 0x55F5, offset: 0x8E4EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASQWb', symObjAddr: 0xE240, symBinAddr: 0x4C360, symSize: 0x10 } + - { offsetInCU: 0x5609, offset: 0x8E502, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSQAAWl', symObjAddr: 0xE250, symBinAddr: 0x4C370, symSize: 0x30 } + - { offsetInCU: 0x561D, offset: 0x8E516, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwet', symObjAddr: 0xE2A0, symBinAddr: 0x4C3A0, symSize: 0x80 } + - { offsetInCU: 0x5631, offset: 0x8E52A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwst', symObjAddr: 0xE320, symBinAddr: 0x4C420, symSize: 0xD0 } + - { offsetInCU: 0x5645, offset: 0x8E53E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwug', symObjAddr: 0xE3F0, symBinAddr: 0x4C4F0, symSize: 0x10 } + - { offsetInCU: 0x5659, offset: 0x8E552, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwup', symObjAddr: 0xE400, symBinAddr: 0x4C500, symSize: 0x10 } + - { offsetInCU: 0x566D, offset: 0x8E566, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOwui', symObjAddr: 0xE410, symBinAddr: 0x4C510, symSize: 0x10 } + - { offsetInCU: 0x5681, offset: 0x8E57A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOMa', symObjAddr: 0xE420, symBinAddr: 0x4C520, symSize: 0x10 } + - { offsetInCU: 0x5695, offset: 0x8E58E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationCMa', symObjAddr: 0xE430, symBinAddr: 0x4C530, symSize: 0x20 } + - { offsetInCU: 0x56A9, offset: 0x8E5A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwet', symObjAddr: 0xE490, symBinAddr: 0x4C590, symSize: 0x80 } + - { offsetInCU: 0x56BD, offset: 0x8E5B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwst', symObjAddr: 0xE510, symBinAddr: 0x4C610, symSize: 0xD0 } + - { offsetInCU: 0x56D1, offset: 0x8E5CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwug', symObjAddr: 0xE5E0, symBinAddr: 0x4C6E0, symSize: 0x10 } + - { offsetInCU: 0x56E5, offset: 0x8E5DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwup', symObjAddr: 0xE5F0, symBinAddr: 0x4C6F0, symSize: 0x10 } + - { offsetInCU: 0x56F9, offset: 0x8E5F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOwui', symObjAddr: 0xE600, symBinAddr: 0x4C700, symSize: 0x10 } + - { offsetInCU: 0x570D, offset: 0x8E606, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOMa', symObjAddr: 0xE610, symBinAddr: 0x4C710, symSize: 0x10 } + - { offsetInCU: 0x5721, offset: 0x8E61A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASQWb', symObjAddr: 0xE620, symBinAddr: 0x4C720, symSize: 0x10 } + - { offsetInCU: 0x5735, offset: 0x8E62E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAESQAAWl', symObjAddr: 0xE630, symBinAddr: 0x4C730, symSize: 0x30 } + - { offsetInCU: 0x5749, offset: 0x8E642, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE660, symBinAddr: 0x4C760, symSize: 0x10 } + - { offsetInCU: 0x575D, offset: 0x8E656, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE670, symBinAddr: 0x4C770, symSize: 0x30 } + - { offsetInCU: 0x5771, offset: 0x8E66A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE6A0, symBinAddr: 0x4C7A0, symSize: 0x10 } + - { offsetInCU: 0x5785, offset: 0x8E67E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xE6B0, symBinAddr: 0x4C7B0, symSize: 0x30 } + - { offsetInCU: 0x5799, offset: 0x8E692, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE6decode_8ofFamily6forKeySayqd__GAGm_qd_0_mxtKSeRd__AC05ClassG0Rd_0_r0_lFAC12PrecompAssetC10CodingKeysO_AC10LayerModelCAC0O4TypeOTg5Tf4dnnn_n', symObjAddr: 0xE6E0, symBinAddr: 0x4C7E0, symSize: 0x450 } + - { offsetInCU: 0x59D9, offset: 0x8E8D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs9CodingKeyAAWl', symObjAddr: 0xF0F0, symBinAddr: 0x4D1C0, symSize: 0x30 } + - { offsetInCU: 0x59ED, offset: 0x8E8E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSeAAWl', symObjAddr: 0xF120, symBinAddr: 0x4D1F0, symSize: 0x30 } + - { offsetInCU: 0x5A01, offset: 0x8E8FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSeAAWl', symObjAddr: 0xF1A0, symBinAddr: 0x4D250, symSize: 0x30 } + - { offsetInCU: 0x5A15, offset: 0x8E90E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOACSYAAWl', symObjAddr: 0xF220, symBinAddr: 0x4D2B0, symSize: 0x30 } + - { offsetInCU: 0x5A63, offset: 0x8E95C, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxcigSS_ypTg5', symObjAddr: 0xA90, symBinAddr: 0x3ECB0, symSize: 0x80 } + - { offsetInCU: 0x5AD8, offset: 0x8E9D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC60, symBinAddr: 0x3EE80, symSize: 0x10 } + - { offsetInCU: 0x5B69, offset: 0x8EA62, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH9hashValueSivgTW', symObjAddr: 0xC70, symBinAddr: 0x3EE90, symSize: 0x40 } + - { offsetInCU: 0x5C18, offset: 0x8EB11, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xCB0, symBinAddr: 0x3EED0, symSize: 0x20 } + - { offsetInCU: 0x5C6B, offset: 0x8EB64, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCD0, symBinAddr: 0x3EEF0, symSize: 0x40 } + - { offsetInCU: 0x5CEE, offset: 0x8EBE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xD40, symBinAddr: 0x3EF60, symSize: 0x50 } + - { offsetInCU: 0x5D11, offset: 0x8EC0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15CoordinateSpaceOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD90, symBinAddr: 0x3EFB0, symSize: 0x40 } + - { offsetInCU: 0x5EAD, offset: 0x8EDA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2710, symBinAddr: 0x40890, symSize: 0x80 } + - { offsetInCU: 0x5F7C, offset: 0x8EE75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2790, symBinAddr: 0x40910, symSize: 0x50 } + - { offsetInCU: 0x5FFA, offset: 0x8EEF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x27E0, symBinAddr: 0x40960, symSize: 0x30 } + - { offsetInCU: 0x604C, offset: 0x8EF45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2810, symBinAddr: 0x40990, symSize: 0x50 } + - { offsetInCU: 0x60AE, offset: 0x8EFA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2930, symBinAddr: 0x40AB0, symSize: 0x20 } + - { offsetInCU: 0x60CA, offset: 0x8EFC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x2950, symBinAddr: 0x40AD0, symSize: 0x20 } + - { offsetInCU: 0x60E6, offset: 0x8EFDF, size: 0x8, addend: 0x0, symName: '_$sSh8containsySbxFSS_Tg5', symObjAddr: 0x2970, symBinAddr: 0x40AF0, symSize: 0xF0 } + - { offsetInCU: 0x62CF, offset: 0x8F1C8, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay6Lottie6MarkerCG_Tg5037$s6Lottie0A9AnimationC19reducedMotionE19AA0E0CSgvgSbAFXEfU_ShySSGTf1cn_nTf4ng_n', symObjAddr: 0xCAC0, symBinAddr: 0x4AC40, symSize: 0x130 } + - { offsetInCU: 0x6466, offset: 0x8F35F, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie6MarkerCTg5Tf4gd_n', symObjAddr: 0xD060, symBinAddr: 0x4B1E0, symSize: 0xE0 } + - { offsetInCU: 0x65AD, offset: 0x8F4A6, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_So8CAAction_pTg5Tf4gd_n', symObjAddr: 0xD170, symBinAddr: 0x4B2F0, symSize: 0xE0 } + - { offsetInCU: 0x66EE, offset: 0x8F5E7, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_6Lottie15AnyNodeProperty_pTg5Tf4gd_n', symObjAddr: 0xD290, symBinAddr: 0x4B410, symSize: 0xE0 } + - { offsetInCU: 0x681B, offset: 0x8F714, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo7CALayerC_6Lottie16AnimationKeypathVTg5Tf4gd_n', symObjAddr: 0xD370, symBinAddr: 0x4B4F0, symSize: 0xC0 } + - { offsetInCU: 0x693E, offset: 0x8F837, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SaySSGTg5Tf4gn_n', symObjAddr: 0xD430, symBinAddr: 0x4B5B0, symSize: 0x90 } + - { offsetInCU: 0x6A84, offset: 0x8F97D, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSu_SSTg5Tf4gd_n', symObjAddr: 0xD4C0, symBinAddr: 0x4B640, symSize: 0x110 } + - { offsetInCU: 0x6BB5, offset: 0x8FAAE, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs11AnyHashableV_12CoreGraphics7CGFloatV4from_AG2totTg5Tf4gd_n', symObjAddr: 0xD5D0, symBinAddr: 0x4B750, symSize: 0x100 } + - { offsetInCU: 0x6D02, offset: 0x8FBFB, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo17NSLayoutAttributeV_So0C10ConstraintCTg5Tf4gd_n', symObjAddr: 0xD6F0, symBinAddr: 0x4B870, symSize: 0x100 } + - { offsetInCU: 0x6E33, offset: 0x8FD2C, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTg5Tf4gd_n', symObjAddr: 0xD900, symBinAddr: 0x4BA80, symSize: 0xE0 } + - { offsetInCU: 0x4F, offset: 0x901F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x4D340, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x90218, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x4D380, symSize: 0x400 } + - { offsetInCU: 0xDC, offset: 0x90280, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x440, symBinAddr: 0x4D780, symSize: 0x7C0 } + - { offsetInCU: 0x33E, offset: 0x904E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0xC00, symBinAddr: 0x4DF40, symSize: 0x260 } + - { offsetInCU: 0x3AC, offset: 0x90550, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO8rawValueSSvg', symObjAddr: 0xE60, symBinAddr: 0x4E1A0, symSize: 0x20 } + - { offsetInCU: 0x3E3, offset: 0x90587, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO11stringValueSSvg', symObjAddr: 0xE80, symBinAddr: 0x4E1C0, symSize: 0x20 } + - { offsetInCU: 0x461, offset: 0x90605, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0xEE0, symBinAddr: 0x4E220, symSize: 0x70 } + - { offsetInCU: 0x4C7, offset: 0x9066B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0xF50, symBinAddr: 0x4E290, symSize: 0x30 } + - { offsetInCU: 0x4E3, offset: 0x90687, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xF80, symBinAddr: 0x4E2C0, symSize: 0x10 } + - { offsetInCU: 0x519, offset: 0x906BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xF90, symBinAddr: 0x4E2D0, symSize: 0x60 } + - { offsetInCU: 0x59E, offset: 0x90742, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xFF0, symBinAddr: 0x4E330, symSize: 0x10 } + - { offsetInCU: 0x5BA, offset: 0x9075E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1000, symBinAddr: 0x4E340, symSize: 0x10 } + - { offsetInCU: 0x5F6, offset: 0x9079A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfD', symObjAddr: 0x1090, symBinAddr: 0x4E3D0, symSize: 0x50 } + - { offsetInCU: 0x6C0, offset: 0x90864, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCfE', symObjAddr: 0x1050, symBinAddr: 0x4E390, symSize: 0x40 } + - { offsetInCU: 0x718, offset: 0x908BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleCMa', symObjAddr: 0x10E0, symBinAddr: 0x4E420, symSize: 0x20 } + - { offsetInCU: 0x72C, offset: 0x908D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs0E3KeyAAWl', symObjAddr: 0x1170, symBinAddr: 0x4E440, symSize: 0x30 } + - { offsetInCU: 0x740, offset: 0x908E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSEAAWl', symObjAddr: 0x11A0, symBinAddr: 0x4E470, symSize: 0x30 } + - { offsetInCU: 0x754, offset: 0x908F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSEAAWl', symObjAddr: 0x1200, symBinAddr: 0x4E4D0, symSize: 0x30 } + - { offsetInCU: 0x768, offset: 0x9090C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSeAAWl', symObjAddr: 0x12D0, symBinAddr: 0x4E570, symSize: 0x30 } + - { offsetInCU: 0x77C, offset: 0x90920, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSeAAWl', symObjAddr: 0x1370, symBinAddr: 0x4E610, symSize: 0x30 } + - { offsetInCU: 0x790, offset: 0x90934, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwet', symObjAddr: 0x1450, symBinAddr: 0x4E640, symSize: 0x80 } + - { offsetInCU: 0x7A4, offset: 0x90948, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwst', symObjAddr: 0x14D0, symBinAddr: 0x4E6C0, symSize: 0xD0 } + - { offsetInCU: 0x7B8, offset: 0x9095C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwug', symObjAddr: 0x15A0, symBinAddr: 0x4E790, symSize: 0x10 } + - { offsetInCU: 0x7CC, offset: 0x90970, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwup', symObjAddr: 0x15B0, symBinAddr: 0x4E7A0, symSize: 0x10 } + - { offsetInCU: 0x7E0, offset: 0x90984, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOwui', symObjAddr: 0x15C0, symBinAddr: 0x4E7B0, symSize: 0x10 } + - { offsetInCU: 0x7F4, offset: 0x90998, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOMa', symObjAddr: 0x15D0, symBinAddr: 0x4E7C0, symSize: 0x10 } + - { offsetInCU: 0x808, offset: 0x909AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASQWb', symObjAddr: 0x15E0, symBinAddr: 0x4E7D0, symSize: 0x10 } + - { offsetInCU: 0x81C, offset: 0x909C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFSQAAWl', symObjAddr: 0x15F0, symBinAddr: 0x4E7E0, symSize: 0x30 } + - { offsetInCU: 0x830, offset: 0x909D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1620, symBinAddr: 0x4E810, symSize: 0x10 } + - { offsetInCU: 0x844, offset: 0x909E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1630, symBinAddr: 0x4E820, symSize: 0x30 } + - { offsetInCU: 0x858, offset: 0x909FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1660, symBinAddr: 0x4E850, symSize: 0x10 } + - { offsetInCU: 0x86C, offset: 0x90A10, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1670, symBinAddr: 0x4E860, symSize: 0x2E } + - { offsetInCU: 0x8CC, offset: 0x90A70, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xEA0, symBinAddr: 0x4E1E0, symSize: 0x10 } + - { offsetInCU: 0x8E8, offset: 0x90A8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH9hashValueSivgTW', symObjAddr: 0xEB0, symBinAddr: 0x4E1F0, symSize: 0x10 } + - { offsetInCU: 0x904, offset: 0x90AA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xEC0, symBinAddr: 0x4E200, symSize: 0x10 } + - { offsetInCU: 0x920, offset: 0x90AC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xED0, symBinAddr: 0x4E210, symSize: 0x10 } + - { offsetInCU: 0x942, offset: 0x90AE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1010, symBinAddr: 0x4E350, symSize: 0x20 } + - { offsetInCU: 0x95E, offset: 0x90B02, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1030, symBinAddr: 0x4E370, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x90CD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x4E890, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x90CEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x4E890, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x90CFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMr', symObjAddr: 0x10, symBinAddr: 0x4E8A0, symSize: 0x60 } + - { offsetInCU: 0xA1, offset: 0x90D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9keyframesACyxGs15ContiguousArrayVyAA0B0CyxGG_tcfC', symObjAddr: 0x70, symBinAddr: 0x4E900, symSize: 0x60 } + - { offsetInCU: 0xE5, offset: 0x90D8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0xD0, symBinAddr: 0x4E960, symSize: 0x70 } + - { offsetInCU: 0x184, offset: 0x90E2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvg', symObjAddr: 0x180, symBinAddr: 0x4E9D0, symSize: 0x50 } + - { offsetInCU: 0x1BE, offset: 0x90E65, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x1D0, symBinAddr: 0x4EA20, symSize: 0x130 } + - { offsetInCU: 0x280, offset: 0x90F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x300, symBinAddr: 0x4EB50, symSize: 0x3A0 } + - { offsetInCU: 0x42F, offset: 0x910D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfd', symObjAddr: 0x6A0, symBinAddr: 0x4EEF0, symSize: 0x30 } + - { offsetInCU: 0x45C, offset: 0x91103, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCfD', symObjAddr: 0x6D0, symBinAddr: 0x4EF20, symSize: 0x20 } + - { offsetInCU: 0x489, offset: 0x91130, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x700, symBinAddr: 0x4EF50, symSize: 0x20 } + - { offsetInCU: 0x4B4, offset: 0x9115B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x720, symBinAddr: 0x4EF70, symSize: 0x20 } + - { offsetInCU: 0x4E6, offset: 0x9118D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x740, symBinAddr: 0x4EF90, symSize: 0x20 } + - { offsetInCU: 0x502, offset: 0x911A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x780, symBinAddr: 0x4EFD0, symSize: 0x10 } + - { offsetInCU: 0x56E, offset: 0x91215, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCMa', symObjAddr: 0x6F0, symBinAddr: 0x4EF40, symSize: 0x10 } + - { offsetInCU: 0x582, offset: 0x91229, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x760, symBinAddr: 0x4EFB0, symSize: 0x10 } + - { offsetInCU: 0x596, offset: 0x9123D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x770, symBinAddr: 0x4EFC0, symSize: 0x10 } + - { offsetInCU: 0x5AA, offset: 0x91251, size: 0x8, addend: 0x0, symName: ___swift_instantiateGenericMetadata, symObjAddr: 0x790, symBinAddr: 0x4EFE0, symSize: 0x26 } + - { offsetInCU: 0x6C, offset: 0x9149F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector1DV_TB5', symObjAddr: 0x2440, symBinAddr: 0x51380, symSize: 0xE0 } + - { offsetInCU: 0x174, offset: 0x915A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A8Vector3DV_TB5', symObjAddr: 0x2520, symBinAddr: 0x51460, symSize: 0x100 } + - { offsetInCU: 0x27B, offset: 0x916AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC_33unsupportedAfterEffectsExpressionACyxGx_SSSgtcfcAA0A5ColorV_TB5', symObjAddr: 0x26B0, symBinAddr: 0x515C0, symSize: 0x110 } + - { offsetInCU: 0x38F, offset: 0x917C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x4F010, symSize: 0x9C0 } + - { offsetInCU: 0x4F5, offset: 0x91928, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x9C0, symBinAddr: 0x4F9D0, symSize: 0xFA0 } + - { offsetInCU: 0x8F0, offset: 0x91D23, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueSSvg', symObjAddr: 0x1960, symBinAddr: 0x50970, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0x91D5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO11stringValueSSvg', symObjAddr: 0x19A0, symBinAddr: 0x509B0, symSize: 0x20 } + - { offsetInCU: 0x99A, offset: 0x91DCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1B30, symBinAddr: 0x50B40, symSize: 0x40 } + - { offsetInCU: 0x9E0, offset: 0x91E13, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x1B70, symBinAddr: 0x50B80, symSize: 0x30 } + - { offsetInCU: 0x9F4, offset: 0x91E27, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1BA0, symBinAddr: 0x50BB0, symSize: 0x10 } + - { offsetInCU: 0xA2A, offset: 0x91E5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1BB0, symBinAddr: 0x50BC0, symSize: 0x30 } + - { offsetInCU: 0xA8F, offset: 0x91EC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1BE0, symBinAddr: 0x50BF0, symSize: 0x10 } + - { offsetInCU: 0xAAB, offset: 0x91EDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1BF0, symBinAddr: 0x50C00, symSize: 0x10 } + - { offsetInCU: 0xAC7, offset: 0x91EFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2FF0, symBinAddr: 0x51E50, symSize: 0x50 } + - { offsetInCU: 0xAFF, offset: 0x91F32, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO8rawValueSSvg', symObjAddr: 0x1980, symBinAddr: 0x50990, symSize: 0x20 } + - { offsetInCU: 0xB36, offset: 0x91F69, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysO11stringValueSSvg', symObjAddr: 0x19C0, symBinAddr: 0x509D0, symSize: 0x20 } + - { offsetInCU: 0xBB4, offset: 0x91FE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1C80, symBinAddr: 0x50C90, symSize: 0x70 } + - { offsetInCU: 0xC1A, offset: 0x9204D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1CF0, symBinAddr: 0x50D00, symSize: 0x30 } + - { offsetInCU: 0xC36, offset: 0x92069, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1D20, symBinAddr: 0x50D30, symSize: 0x10 } + - { offsetInCU: 0xC6C, offset: 0x9209F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1D30, symBinAddr: 0x50D40, symSize: 0x60 } + - { offsetInCU: 0xCF1, offset: 0x92124, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1D90, symBinAddr: 0x50DA0, symSize: 0x10 } + - { offsetInCU: 0xD0D, offset: 0x92140, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1DA0, symBinAddr: 0x50DB0, symSize: 0x10 } + - { offsetInCU: 0xD2A, offset: 0x9215D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfd', symObjAddr: 0x1DF0, symBinAddr: 0x50E00, symSize: 0x70 } + - { offsetInCU: 0xD57, offset: 0x9218A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCfD', symObjAddr: 0x1E60, symBinAddr: 0x50E70, symSize: 0x20 } + - { offsetInCU: 0xD84, offset: 0x921B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1EA0, symBinAddr: 0x50EB0, symSize: 0x370 } + - { offsetInCU: 0xDDB, offset: 0x9220E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2210, symBinAddr: 0x51220, symSize: 0x50 } + - { offsetInCU: 0xE13, offset: 0x92246, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2260, symBinAddr: 0x51270, symSize: 0x20 } + - { offsetInCU: 0xE45, offset: 0x92278, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2380, symBinAddr: 0x512C0, symSize: 0x20 } + - { offsetInCU: 0xE86, offset: 0x922B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x23A0, symBinAddr: 0x512E0, symSize: 0x20 } + - { offsetInCU: 0xEC7, offset: 0x922FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x23C0, symBinAddr: 0x51300, symSize: 0x20 } + - { offsetInCU: 0xF08, offset: 0x9233B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x23E0, symBinAddr: 0x51320, symSize: 0x20 } + - { offsetInCU: 0xF49, offset: 0x9237C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2400, symBinAddr: 0x51340, symSize: 0x20 } + - { offsetInCU: 0xF8A, offset: 0x923BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x2420, symBinAddr: 0x51360, symSize: 0x20 } + - { offsetInCU: 0x1063, offset: 0x92496, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC7defaultACvgZTf4d_n', symObjAddr: 0x2900, symBinAddr: 0x517B0, symSize: 0x1B0 } + - { offsetInCU: 0x11E7, offset: 0x9261A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCMa', symObjAddr: 0x1E80, symBinAddr: 0x50E90, symSize: 0x20 } + - { offsetInCU: 0x11FB, offset: 0x9262E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x22F0, symBinAddr: 0x51290, symSize: 0x30 } + - { offsetInCU: 0x1368, offset: 0x9279B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x2620, symBinAddr: 0x51560, symSize: 0x30 } + - { offsetInCU: 0x13A8, offset: 0x927DB, size: 0x8, addend: 0x0, symName: '_$sypSgWOb', symObjAddr: 0x2B10, symBinAddr: 0x51990, symSize: 0x40 } + - { offsetInCU: 0x13BC, offset: 0x927EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwet', symObjAddr: 0x2B70, symBinAddr: 0x519D0, symSize: 0x80 } + - { offsetInCU: 0x13D0, offset: 0x92803, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwst', symObjAddr: 0x2BF0, symBinAddr: 0x51A50, symSize: 0xD0 } + - { offsetInCU: 0x13E4, offset: 0x92817, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwug', symObjAddr: 0x2CC0, symBinAddr: 0x51B20, symSize: 0x10 } + - { offsetInCU: 0x13F8, offset: 0x9282B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwup', symObjAddr: 0x2CD0, symBinAddr: 0x51B30, symSize: 0x10 } + - { offsetInCU: 0x140C, offset: 0x9283F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOwui', symObjAddr: 0x2CE0, symBinAddr: 0x51B40, symSize: 0x10 } + - { offsetInCU: 0x1420, offset: 0x92853, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOMa', symObjAddr: 0x2CF0, symBinAddr: 0x51B50, symSize: 0x10 } + - { offsetInCU: 0x1434, offset: 0x92867, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwet', symObjAddr: 0x2D00, symBinAddr: 0x51B60, symSize: 0x80 } + - { offsetInCU: 0x1448, offset: 0x9287B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwst', symObjAddr: 0x2D80, symBinAddr: 0x51BE0, symSize: 0xD0 } + - { offsetInCU: 0x145C, offset: 0x9288F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOwup', symObjAddr: 0x2E50, symBinAddr: 0x51CB0, symSize: 0x10 } + - { offsetInCU: 0x1470, offset: 0x928A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOMa', symObjAddr: 0x2E60, symBinAddr: 0x51CC0, symSize: 0x10 } + - { offsetInCU: 0x1484, offset: 0x928B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASQWb', symObjAddr: 0x2E70, symBinAddr: 0x51CD0, symSize: 0x10 } + - { offsetInCU: 0x1498, offset: 0x928CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAESQAAWl', symObjAddr: 0x2E80, symBinAddr: 0x51CE0, symSize: 0x30 } + - { offsetInCU: 0x14AC, offset: 0x928DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASQWb', symObjAddr: 0x2EB0, symBinAddr: 0x51D10, symSize: 0x10 } + - { offsetInCU: 0x14C0, offset: 0x928F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAESQAAWl', symObjAddr: 0x2EC0, symBinAddr: 0x51D20, symSize: 0x30 } + - { offsetInCU: 0x14D4, offset: 0x92907, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2EF0, symBinAddr: 0x51D50, symSize: 0x10 } + - { offsetInCU: 0x14E8, offset: 0x9291B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2F00, symBinAddr: 0x51D60, symSize: 0x30 } + - { offsetInCU: 0x14FC, offset: 0x9292F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2F30, symBinAddr: 0x51D90, symSize: 0x10 } + - { offsetInCU: 0x1510, offset: 0x92943, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2F40, symBinAddr: 0x51DA0, symSize: 0x30 } + - { offsetInCU: 0x1524, offset: 0x92957, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2F70, symBinAddr: 0x51DD0, symSize: 0x10 } + - { offsetInCU: 0x1538, offset: 0x9296B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2F80, symBinAddr: 0x51DE0, symSize: 0x30 } + - { offsetInCU: 0x154C, offset: 0x9297F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2FB0, symBinAddr: 0x51E10, symSize: 0x10 } + - { offsetInCU: 0x1560, offset: 0x92993, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2FC0, symBinAddr: 0x51E20, symSize: 0x30 } + - { offsetInCU: 0x15B8, offset: 0x929EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x19E0, symBinAddr: 0x509F0, symSize: 0x80 } + - { offsetInCU: 0x1687, offset: 0x92ABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1A60, symBinAddr: 0x50A70, symSize: 0x50 } + - { offsetInCU: 0x1705, offset: 0x92B38, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1AB0, symBinAddr: 0x50AC0, symSize: 0x30 } + - { offsetInCU: 0x1757, offset: 0x92B8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1AE0, symBinAddr: 0x50AF0, symSize: 0x50 } + - { offsetInCU: 0x17B9, offset: 0x92BEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1C00, symBinAddr: 0x50C10, symSize: 0x20 } + - { offsetInCU: 0x17D5, offset: 0x92C08, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1C20, symBinAddr: 0x50C30, symSize: 0x20 } + - { offsetInCU: 0x17F1, offset: 0x92C24, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C40, symBinAddr: 0x50C50, symSize: 0x10 } + - { offsetInCU: 0x180D, offset: 0x92C40, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1C50, symBinAddr: 0x50C60, symSize: 0x10 } + - { offsetInCU: 0x1829, offset: 0x92C5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C60, symBinAddr: 0x50C70, symSize: 0x10 } + - { offsetInCU: 0x1845, offset: 0x92C78, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1C70, symBinAddr: 0x50C80, symSize: 0x10 } + - { offsetInCU: 0x1867, offset: 0x92C9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1DB0, symBinAddr: 0x50DC0, symSize: 0x20 } + - { offsetInCU: 0x1883, offset: 0x92CB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformC18PositionCodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1DD0, symBinAddr: 0x50DE0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x92FB3, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x51EC0, symSize: 0x140 } + - { offsetInCU: 0x81, offset: 0x93009, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE22cubicBezierInterpolateyACSo7CGPointV_A3GtF', symObjAddr: 0x0, symBinAddr: 0x51EC0, symSize: 0x140 } + - { offsetInCU: 0x20D, offset: 0x93195, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE14SolveQuadratic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A2CtFZTf4nnnd_n', symObjAddr: 0x140, symBinAddr: 0x52000, symSize: 0x90 } + - { offsetInCU: 0x318, offset: 0x932A0, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6LottieE10SolveCubic33_B75DE2746F3B52AAB3DDD50F15A02616LLyA2C_A3CtFZTf4nnnnd_n', symObjAddr: 0x1D0, symBinAddr: 0x52090, symSize: 0x35A } + - { offsetInCU: 0x27, offset: 0x93736, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x523F0, symSize: 0x9C } + - { offsetInCU: 0x3F, offset: 0x9374E, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC6LottieE16lottieColorValueAC0bD0Vvg', symObjAddr: 0x0, symBinAddr: 0x523F0, symSize: 0x9C } + - { offsetInCU: 0x27, offset: 0x93957, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x52490, symSize: 0xB0 } + - { offsetInCU: 0xCA, offset: 0x939FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC16hasOutputUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x52490, symSize: 0xB0 } + - { offsetInCU: 0x121, offset: 0x93A51, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xB0, symBinAddr: 0x52540, symSize: 0xA0 } + - { offsetInCU: 0x193, offset: 0x93AC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfD', symObjAddr: 0x170, symBinAddr: 0x52600, symSize: 0x40 } + - { offsetInCU: 0x1F4, offset: 0x93B24, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x1D0, symBinAddr: 0x52660, symSize: 0x10 } + - { offsetInCU: 0x210, offset: 0x93B40, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x1E0, symBinAddr: 0x52670, symSize: 0x10 } + - { offsetInCU: 0x256, offset: 0x93B86, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x1F0, symBinAddr: 0x52680, symSize: 0x70 } + - { offsetInCU: 0x2DC, offset: 0x93C0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x260, symBinAddr: 0x526F0, symSize: 0x10 } + - { offsetInCU: 0x2F8, offset: 0x93C28, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x270, symBinAddr: 0x52700, symSize: 0x20 } + - { offsetInCU: 0x314, offset: 0x93C44, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererC6parentAcA10NodeOutput_pSg_tcfcTf4ng_n', symObjAddr: 0x3A0, symBinAddr: 0x52760, symSize: 0x1A0 } + - { offsetInCU: 0x4D2, offset: 0x93E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCfE', symObjAddr: 0x150, symBinAddr: 0x525E0, symSize: 0x20 } + - { offsetInCU: 0x4FF, offset: 0x93E2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientStrokeRendererCMa', symObjAddr: 0x1B0, symBinAddr: 0x52640, symSize: 0x20 } + - { offsetInCU: 0x5A3, offset: 0x93ED3, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pSgWOc', symObjAddr: 0x290, symBinAddr: 0x52720, symSize: 0x40 } + - { offsetInCU: 0x1C6, offset: 0x9438D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeC11applyEffect2toySo7CALayerC_tF', symObjAddr: 0x0, symBinAddr: 0x52900, symSize: 0x240 } + - { offsetInCU: 0x442, offset: 0x94609, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCfD', symObjAddr: 0x240, symBinAddr: 0x52B40, symSize: 0x20 } + - { offsetInCU: 0x48E, offset: 0x94655, size: 0x8, addend: 0x0, symName: '_$s6Lottie14DropShadowNodeCMa', symObjAddr: 0x260, symBinAddr: 0x52B60, symSize: 0x20 } + - { offsetInCU: 0x59B, offset: 0x94762, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesC5modelAcA0bC5Model_p_tcfc', symObjAddr: 0x280, symBinAddr: 0x52B80, symSize: 0x9B0 } + - { offsetInCU: 0x987, offset: 0x94B4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfd', symObjAddr: 0xC30, symBinAddr: 0x53530, symSize: 0x50 } + - { offsetInCU: 0x9B4, offset: 0x94B7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCfD', symObjAddr: 0xC80, symBinAddr: 0x53580, symSize: 0x20 } + - { offsetInCU: 0x9F0, offset: 0x94BB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0xCC0, symBinAddr: 0x535C0, symSize: 0x20 } + - { offsetInCU: 0xA23, offset: 0x94BEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24DropShadowNodePropertiesCMa', symObjAddr: 0xCA0, symBinAddr: 0x535A0, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x94EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x53810, symSize: 0x60 } + - { offsetInCU: 0x7C, offset: 0x94EF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCfD', symObjAddr: 0x60, symBinAddr: 0x53870, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x94F2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0xA0, symBinAddr: 0x538B0, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x94F6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xC0, symBinAddr: 0x538D0, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x94FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xF0, symBinAddr: 0x53900, symSize: 0x20 } + - { offsetInCU: 0x17B, offset: 0x94FF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x110, symBinAddr: 0x53920, symSize: 0x20 } + - { offsetInCU: 0x1AD, offset: 0x95023, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesC4starAcA4StarC_tcfcTf4gn_n', symObjAddr: 0x1560, symBinAddr: 0x54D30, symSize: 0x550 } + - { offsetInCU: 0x574, offset: 0x953EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCMa', symObjAddr: 0x80, symBinAddr: 0x53890, symSize: 0x20 } + - { offsetInCU: 0x6B4, offset: 0x9552A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x130, symBinAddr: 0x53940, symSize: 0x130 } + - { offsetInCU: 0x873, offset: 0x956E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCfD', symObjAddr: 0x260, symBinAddr: 0x53A70, symSize: 0x40 } + - { offsetInCU: 0x8D4, offset: 0x9574A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x2C0, symBinAddr: 0x53AD0, symSize: 0x40 } + - { offsetInCU: 0x91E, offset: 0x95794, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x300, symBinAddr: 0x53B10, symSize: 0x30 } + - { offsetInCU: 0x950, offset: 0x957C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x330, symBinAddr: 0x53B40, symSize: 0x10 } + - { offsetInCU: 0x96C, offset: 0x957E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x340, symBinAddr: 0x53B50, symSize: 0x10 } + - { offsetInCU: 0x9D0, offset: 0x95846, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x350, symBinAddr: 0x53B60, symSize: 0x20 } + - { offsetInCU: 0xA32, offset: 0x958A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x370, symBinAddr: 0x53B80, symSize: 0x10 } + - { offsetInCU: 0xA5D, offset: 0x958D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x380, symBinAddr: 0x53B90, symSize: 0x10 } + - { offsetInCU: 0xA8F, offset: 0x95905, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x390, symBinAddr: 0x53BA0, symSize: 0x10 } + - { offsetInCU: 0xABA, offset: 0x95930, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x3A0, symBinAddr: 0x53BB0, symSize: 0x10 } + - { offsetInCU: 0xAFB, offset: 0x95971, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x3B0, symBinAddr: 0x53BC0, symSize: 0x10 } + - { offsetInCU: 0xB3C, offset: 0x959B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x3C0, symBinAddr: 0x53BD0, symSize: 0x20 } + - { offsetInCU: 0xB7D, offset: 0x959F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x3E0, symBinAddr: 0x53BF0, symSize: 0x20 } + - { offsetInCU: 0xBAF, offset: 0x95A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeC06parentC04starAcA08AnimatorC0_pSg_AA4StarCtcfcTf4ngn_n', symObjAddr: 0x1AB0, symBinAddr: 0x55280, symSize: 0x130 } + - { offsetInCU: 0xC69, offset: 0x95ADF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PolygonNodeCMa', symObjAddr: 0x2A0, symBinAddr: 0x53AB0, symSize: 0x20 } + - { offsetInCU: 0xF98, offset: 0x95E0E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16ShapeRenderGroupV_Tg5', symObjAddr: 0x860, symBinAddr: 0x54070, symSize: 0x20 } + - { offsetInCU: 0xFD0, offset: 0x95E46, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay6Lottie14ShapeItemLayerC0I0VG8grouping_AISg17trailingSeparatort_Tg5', symObjAddr: 0x880, symBinAddr: 0x54090, symSize: 0x20 } + - { offsetInCU: 0x1008, offset: 0x95E7E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo13CATransform3DV_Tg5', symObjAddr: 0x8A0, symBinAddr: 0x540B0, symSize: 0x20 } + - { offsetInCU: 0x1040, offset: 0x95EB6, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x8C0, symBinAddr: 0x540D0, symSize: 0x20 } + - { offsetInCU: 0x1078, offset: 0x95EEE, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo7CGPointV_Tg5', symObjAddr: 0x8E0, symBinAddr: 0x540F0, symSize: 0x20 } + - { offsetInCU: 0x10B0, offset: 0x95F26, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSb_Tg5', symObjAddr: 0x900, symBinAddr: 0x54110, symSize: 0x20 } + - { offsetInCU: 0x10E8, offset: 0x95F5E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSo6CGSizeV_Tg5', symObjAddr: 0x940, symBinAddr: 0x54150, symSize: 0x20 } + - { offsetInCU: 0x1120, offset: 0x95F96, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x980, symBinAddr: 0x54190, symSize: 0x20 } + - { offsetInCU: 0x1158, offset: 0x95FCE, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSaySo10CGColorRefaG_Tg5', symObjAddr: 0x9A0, symBinAddr: 0x541B0, symSize: 0x20 } + - { offsetInCU: 0x1190, offset: 0x96006, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11CurveVertexV_Tg5', symObjAddr: 0xA50, symBinAddr: 0x54260, symSize: 0x20 } + - { offsetInCU: 0x11C8, offset: 0x9603E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie11PathElementV_Tg5', symObjAddr: 0xA70, symBinAddr: 0x54280, symSize: 0x20 } + - { offsetInCU: 0x1200, offset: 0x96076, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF12CoreGraphics7CGFloatV5start_AG3endt_Tg5', symObjAddr: 0xA90, symBinAddr: 0x542A0, symSize: 0x20 } + - { offsetInCU: 0x1238, offset: 0x960AE, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie16AnimationKeypathV7keypath_AE16AnyValueProvider_p05valueM0t_Tg5', symObjAddr: 0xAB0, symBinAddr: 0x542C0, symSize: 0x20 } + - { offsetInCU: 0x1270, offset: 0x960E6, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSS_Tg5', symObjAddr: 0xAD0, symBinAddr: 0x542E0, symSize: 0x20 } + - { offsetInCU: 0x1595, offset: 0x9640B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7polygon8position14numberOfPoints11outerRadius0I11Roundedness8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA3oA0C9DirectionOtFZTf4nnnnnnd_n', symObjAddr: 0xAF0, symBinAddr: 0x54300, symSize: 0xA30 } + - { offsetInCU: 0x23E2, offset: 0x97258, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x400, symBinAddr: 0x53C10, symSize: 0x320 } + - { offsetInCU: 0x2705, offset: 0x9757B, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFSay6Lottie11CurveVertexVG_Tg5', symObjAddr: 0x720, symBinAddr: 0x53F30, symSize: 0x140 } + - { offsetInCU: 0x2B, offset: 0x97B30, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x553B0, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x97B48, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMi', symObjAddr: 0x0, symBinAddr: 0x553B0, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x97B5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMr', symObjAddr: 0x10, symBinAddr: 0x553C0, symSize: 0x60 } + - { offsetInCU: 0x81, offset: 0x97B86, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableA2aEP6sizingAA0B30UIMeasurementContainerStrategyOvgTW', symObjAddr: 0x70, symBinAddr: 0x55420, symSize: 0x10 } + - { offsetInCU: 0xE5, offset: 0x97BEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP04makeC07context0C4TypeQzAE0cE7ContextVyxG_tFTW', symObjAddr: 0x80, symBinAddr: 0x55430, symSize: 0x10 } + - { offsetInCU: 0x117, offset: 0x97C1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP06updateC0_7contexty0C4TypeQz_AE0cE7ContextVyxGtFTW', symObjAddr: 0x90, symBinAddr: 0x55440, symSize: 0x10 } + - { offsetInCU: 0x18B, offset: 0x97C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV06updateC0_7contextyAA0B22UIMeasurementContainerCyxG_0B2UI0C20RepresentableContextVyACyxq_GGtF', symObjAddr: 0xA0, symBinAddr: 0x55450, symSize: 0x2A0 } + - { offsetInCU: 0x2CB, offset: 0x97DD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP15makeCoordinator0G0QzyFTW', symObjAddr: 0x350, symBinAddr: 0x55700, symSize: 0x20 } + - { offsetInCU: 0x33D, offset: 0x97E42, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCfD', symObjAddr: 0x670, symBinAddr: 0x55A00, symSize: 0x30 } + - { offsetInCU: 0x3D4, offset: 0x97ED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorC7storageAEyxq__Gq__tc33_FF3F5C8F1A6E8A535DE5371260E28007LlfCTf4gn_n', symObjAddr: 0x1590, symBinAddr: 0x56920, symSize: 0x70 } + - { offsetInCU: 0x43A, offset: 0x97F3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV15makeCoordinatorAC0E0Cyxq__GyF', symObjAddr: 0x370, symBinAddr: 0x55720, symSize: 0x30 } + - { offsetInCU: 0x4A9, offset: 0x97FAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP12sizeThatFits_6uiView7contextSo6CGSizeVSgAE08ProposedJ4SizeV_0C4TypeQzAE0cE7ContextVyxGtFTW', symObjAddr: 0x3B0, symBinAddr: 0x55760, symSize: 0x80 } + - { offsetInCU: 0x4DB, offset: 0x97FE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideSizeThatFits_2in6uiViewySo6CGSizeVz_AE09_ProposedG0V0C4TypeQztFTW', symObjAddr: 0x430, symBinAddr: 0x557E0, symSize: 0x50 } + - { offsetInCU: 0x503, offset: 0x98008, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextV10oldStorage017viewRepresentableE09containerAEyxq__Gq__0B2UI0ciE0VyACyxq_GGAA0B22UIMeasurementContainerCyxGtcfC', symObjAddr: 0x590, symBinAddr: 0x55940, symSize: 0xC0 } + - { offsetInCU: 0x53F, offset: 0x98044, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV11CoordinatorCMa', symObjAddr: 0x6A0, symBinAddr: 0x55A30, symSize: 0x10 } + - { offsetInCU: 0x553, offset: 0x98058, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMi', symObjAddr: 0x6B0, symBinAddr: 0x55A40, symSize: 0x10 } + - { offsetInCU: 0x567, offset: 0x9806C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMr', symObjAddr: 0x6C0, symBinAddr: 0x55A50, symSize: 0xD0 } + - { offsetInCU: 0x57B, offset: 0x98080, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwCP', symObjAddr: 0x790, symBinAddr: 0x55B20, symSize: 0xD0 } + - { offsetInCU: 0x58F, offset: 0x98094, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMa', symObjAddr: 0x860, symBinAddr: 0x55BF0, symSize: 0x10 } + - { offsetInCU: 0x5A3, offset: 0x980A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwxx', symObjAddr: 0x870, symBinAddr: 0x55C00, symSize: 0x80 } + - { offsetInCU: 0x5B7, offset: 0x980BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwcp', symObjAddr: 0x8F0, symBinAddr: 0x55C80, symSize: 0xA0 } + - { offsetInCU: 0x5CB, offset: 0x980D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwca', symObjAddr: 0x990, symBinAddr: 0x55D20, symSize: 0xB0 } + - { offsetInCU: 0x5DF, offset: 0x980E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwtk', symObjAddr: 0xA40, symBinAddr: 0x55DD0, symSize: 0xA0 } + - { offsetInCU: 0x5F3, offset: 0x980F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwta', symObjAddr: 0xAE0, symBinAddr: 0x55E70, symSize: 0xA0 } + - { offsetInCU: 0x607, offset: 0x9810C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwet', symObjAddr: 0xB80, symBinAddr: 0x55F10, symSize: 0x20 } + - { offsetInCU: 0x61B, offset: 0x98120, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVwst', symObjAddr: 0xC50, symBinAddr: 0x55FE0, symSize: 0x20 } + - { offsetInCU: 0x62F, offset: 0x98134, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV20ConfigurationContextVMa', symObjAddr: 0xD30, symBinAddr: 0x560C0, symSize: 0x10 } + - { offsetInCU: 0x643, offset: 0x98148, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMi', symObjAddr: 0xD40, symBinAddr: 0x560D0, symSize: 0x10 } + - { offsetInCU: 0x657, offset: 0x9815C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVMr', symObjAddr: 0xD50, symBinAddr: 0x560E0, symSize: 0x90 } + - { offsetInCU: 0x66B, offset: 0x98170, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwCP', symObjAddr: 0xDE0, symBinAddr: 0x56170, symSize: 0xF0 } + - { offsetInCU: 0x67F, offset: 0x98184, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwxx', symObjAddr: 0xED0, symBinAddr: 0x56260, symSize: 0x60 } + - { offsetInCU: 0x693, offset: 0x98198, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwcp', symObjAddr: 0xF30, symBinAddr: 0x562C0, symSize: 0xA0 } + - { offsetInCU: 0x6A7, offset: 0x981AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwca', symObjAddr: 0xFD0, symBinAddr: 0x56360, symSize: 0xC0 } + - { offsetInCU: 0x6BB, offset: 0x981C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwtk', symObjAddr: 0x1090, symBinAddr: 0x56420, symSize: 0x80 } + - { offsetInCU: 0x6CF, offset: 0x981D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwta', symObjAddr: 0x1110, symBinAddr: 0x564A0, symSize: 0xB0 } + - { offsetInCU: 0x6E3, offset: 0x981E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwet', symObjAddr: 0x11C0, symBinAddr: 0x56550, symSize: 0x130 } + - { offsetInCU: 0x6F7, offset: 0x981FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVwst', symObjAddr: 0x12F0, symBinAddr: 0x56680, symSize: 0x1B0 } + - { offsetInCU: 0x70B, offset: 0x98210, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AA20ConfigurationContextAaEP_AA13ViewProvidingPWT', symObjAddr: 0x14A0, symBinAddr: 0x56830, symSize: 0x20 } + - { offsetInCU: 0x71F, offset: 0x98224, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA0c11ConfiguringbC0AAWI', symObjAddr: 0x14C0, symBinAddr: 0x56850, symSize: 0x20 } + - { offsetInCU: 0x733, offset: 0x98238, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_GAA26MeasuringViewRepresentableAAWI', symObjAddr: 0x14E0, symBinAddr: 0x56870, symSize: 0x20 } + - { offsetInCU: 0x747, offset: 0x9824C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaE4ViewPWb', symObjAddr: 0x1500, symBinAddr: 0x56890, symSize: 0x20 } + - { offsetInCU: 0x75B, offset: 0x98260, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAA4BodyAeFP_AHWT', symObjAddr: 0x1520, symBinAddr: 0x568B0, symSize: 0x10 } + - { offsetInCU: 0x76F, offset: 0x98274, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewV04makeC07contextAA0B22UIMeasurementContainerCyxG0B2UI0C20RepresentableContextVyACyxq_GG_tFTf4dn_n', symObjAddr: 0x1530, symBinAddr: 0x568C0, symSize: 0x60 } + - { offsetInCU: 0x83A, offset: 0x9833F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP09dismantleC0_11coordinatory0C4TypeQz_11CoordinatorQztFZTW', symObjAddr: 0x340, symBinAddr: 0x556F0, symSize: 0x10 } + - { offsetInCU: 0x856, offset: 0x9835B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP19_identifiedViewTree2inAE011_IdentifiedgH0O0C4TypeQz_tFTW', symObjAddr: 0x3A0, symBinAddr: 0x55750, symSize: 0x10 } + - { offsetInCU: 0x872, offset: 0x98377, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP21_overrideLayoutTraits_3foryAE01_gH0Vz_0C4TypeQztFTW', symObjAddr: 0x480, symBinAddr: 0x55830, symSize: 0x10 } + - { offsetInCU: 0x88E, offset: 0x98393, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP24_modifyBridgedViewInputsyyAE01_hI0VzFZTW', symObjAddr: 0x490, symBinAddr: 0x55840, symSize: 0x10 } + - { offsetInCU: 0x8AA, offset: 0x983AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI0C13RepresentableAaeFP14_layoutOptionsyAE013_PlatformViewe6LayoutG0V0C4TypeQzFZTW', symObjAddr: 0x4A0, symBinAddr: 0x55850, symSize: 0x10 } + - { offsetInCU: 0x8C6, offset: 0x983CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE04view6inputsAE01_E7OutputsVAE11_GraphValueVyxG_AE01_E6InputsVtFZTW', symObjAddr: 0x4B0, symBinAddr: 0x55860, symSize: 0x50 } + - { offsetInCU: 0x8E2, offset: 0x983E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP05_makeE4List4view6inputsAE01_eG7OutputsVAE11_GraphValueVyxG_AE01_eG6InputsVtFZTW', symObjAddr: 0x500, symBinAddr: 0x558B0, symSize: 0x50 } + - { offsetInCU: 0x8FE, offset: 0x98403, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP14_viewListCount6inputsSiSgAE01_egH6InputsV_tFZTW', symObjAddr: 0x550, symBinAddr: 0x55900, symSize: 0x10 } + - { offsetInCU: 0x91A, offset: 0x9841F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11SwiftUIViewVyxq_G0B2UI4ViewAaeFP4body4BodyQzvgTW', symObjAddr: 0x560, symBinAddr: 0x55910, symSize: 0x30 } + - { offsetInCU: 0x1EB, offset: 0x987A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE03logB5IssueyySSKFAA21LayerAnimationContextV_TB5', symObjAddr: 0x0, symBinAddr: 0x56990, symSize: 0x2D0 } + - { offsetInCU: 0x501, offset: 0x98ABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5coderAESgSo7NSCoderC_tcfcTo', symObjAddr: 0x1620, symBinAddr: 0x57FB0, symSize: 0x50 } + - { offsetInCU: 0x548, offset: 0x98B06, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C5layerAEyp_tcfc', symObjAddr: 0x1670, symBinAddr: 0x58000, symSize: 0x1D0 } + - { offsetInCU: 0x629, offset: 0x98BE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAEycfcTo', symObjAddr: 0x18B0, symBinAddr: 0x58240, symSize: 0x30 } + - { offsetInCU: 0x6BB, offset: 0x98C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x2D0, symBinAddr: 0x56C60, symSize: 0x5C0 } + - { offsetInCU: 0xBC7, offset: 0x99185, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x890, symBinAddr: 0x57220, symSize: 0x50 } + - { offsetInCU: 0xC0E, offset: 0x991CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x8E0, symBinAddr: 0x57270, symSize: 0x1D0 } + - { offsetInCU: 0xCD1, offset: 0x9928F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyF', symObjAddr: 0xAD0, symBinAddr: 0x57460, symSize: 0x260 } + - { offsetInCU: 0xEC9, offset: 0x99487, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15layoutSublayersyyFTo', symObjAddr: 0xD30, symBinAddr: 0x576C0, symSize: 0x30 } + - { offsetInCU: 0xF03, offset: 0x994C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCACycfcTo', symObjAddr: 0xD60, symBinAddr: 0x576F0, symSize: 0x30 } + - { offsetInCU: 0x119B, offset: 0x99759, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCfETo', symObjAddr: 0xDA0, symBinAddr: 0x57730, symSize: 0x20 } + - { offsetInCU: 0x11CA, offset: 0x99788, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCMa', symObjAddr: 0xDC0, symBinAddr: 0x57750, symSize: 0x20 } + - { offsetInCU: 0x11DE, offset: 0x9979C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0xDE0, symBinAddr: 0x57770, symSize: 0x2B0 } + - { offsetInCU: 0x18C2, offset: 0x99E80, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x1090, symBinAddr: 0x57A20, symSize: 0x580 } + - { offsetInCU: 0x1D77, offset: 0x9A335, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_', symObjAddr: 0x1960, symBinAddr: 0x582F0, symSize: 0x90 } + - { offsetInCU: 0x1DD6, offset: 0x9A394, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerCAA09AnimationD0A2aDP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x1610, symBinAddr: 0x57FA0, symSize: 0x10 } + - { offsetInCU: 0x1DF9, offset: 0x9A3B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CfETo', symObjAddr: 0x1920, symBinAddr: 0x582B0, symSize: 0x20 } + - { offsetInCU: 0x1E28, offset: 0x9A3E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CMa', symObjAddr: 0x1940, symBinAddr: 0x582D0, symSize: 0x20 } + - { offsetInCU: 0x1E3C, offset: 0x9A3FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0CAA09AnimationD0A2aFP15setupAnimations7contextyAA0dE7ContextV_tKFTW', symObjAddr: 0x19F0, symBinAddr: 0x58380, symSize: 0x10 } + - { offsetInCU: 0x1EE5, offset: 0x9A4A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_So13CATransform3DV_Tg5Tf4nxnn_n', symObjAddr: 0x3FD0, symBinAddr: 0x5A840, symSize: 0x260 } + - { offsetInCU: 0x200B, offset: 0x9A5C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_12CoreGraphics7CGFloatV_Tg5Tf4nxnn_n', symObjAddr: 0x4230, symBinAddr: 0x5AAA0, symSize: 0x190 } + - { offsetInCU: 0x2142, offset: 0x9A700, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_Sb_Tg5Tf4nxnn_n', symObjAddr: 0x43C0, symBinAddr: 0x5AC30, symSize: 0x190 } + - { offsetInCU: 0x22AA, offset: 0x9A868, size: 0x8, addend: 0x0, symName: '_$s6Lottie20MaskCompositionLayerC0bD0C15setupAnimations7contextyAA0D16AnimationContextV_tKFSo9CGPathRefaAKXEfU_TA', symObjAddr: 0x20C0, symBinAddr: 0x58A50, symSize: 0x10 } + - { offsetInCU: 0x22E4, offset: 0x9A8A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5', symObjAddr: 0x2110, symBinAddr: 0x58A60, symSize: 0xA0 } + - { offsetInCU: 0x2430, offset: 0x9A9EE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo13CATransform3DV_TB5Tf4xnd_n', symObjAddr: 0x21B0, symBinAddr: 0x58B00, symSize: 0x440 } + - { offsetInCU: 0x26EE, offset: 0x9ACAC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo7CGPointV_TB5Tf4xnd_n', symObjAddr: 0x25F0, symBinAddr: 0x58F40, symSize: 0x310 } + - { offsetInCU: 0x29AC, offset: 0x9AF6A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlF12CoreGraphics7CGFloatV_TB5Tf4xnd_n', symObjAddr: 0x2900, symBinAddr: 0x59250, symSize: 0x310 } + - { offsetInCU: 0x2C76, offset: 0x9B234, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSb_TB5Tf4xnd_n', symObjAddr: 0x2C10, symBinAddr: 0x59560, symSize: 0x300 } + - { offsetInCU: 0x2F34, offset: 0x9B4F2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo10CGColorRefa_TB5Tf4xnd_n', symObjAddr: 0x2F10, symBinAddr: 0x59860, symSize: 0x2D0 } + - { offsetInCU: 0x31D0, offset: 0x9B78E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo6CGSizeV_TB5Tf4xnd_n', symObjAddr: 0x31E0, symBinAddr: 0x59B30, symSize: 0x310 } + - { offsetInCU: 0x3441, offset: 0x9B9FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x3560, symBinAddr: 0x59E70, symSize: 0x10 } + - { offsetInCU: 0x34A2, offset: 0x9BA60, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSo9CGPathRefa_TB5Tf4xnd_n', symObjAddr: 0x3570, symBinAddr: 0x59E80, symSize: 0x2D0 } + - { offsetInCU: 0x373E, offset: 0x9BCFC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSaySo10CGColorRefaG_TB5Tf4xnd_n', symObjAddr: 0x3840, symBinAddr: 0x5A150, symSize: 0x330 } + - { offsetInCU: 0x3A04, offset: 0x9BFC2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19customizedAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rD7ContextVtKlFSay12CoreGraphics7CGFloatVG_TB5Tf4xnd_n', symObjAddr: 0x3B70, symBinAddr: 0x5A480, symSize: 0x330 } + - { offsetInCU: 0x3C7D, offset: 0x9C23B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tSgWOh', symObjAddr: 0x3EA0, symBinAddr: 0x5A7B0, symSize: 0x30 } + - { offsetInCU: 0x3D1B, offset: 0x9C2D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So9CGPathRefa_Tg5TA', symObjAddr: 0x46D0, symBinAddr: 0x5AF40, symSize: 0x30 } + - { offsetInCU: 0x3D2F, offset: 0x9C2ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x4700, symBinAddr: 0x5AF70, symSize: 0x20 } + - { offsetInCU: 0x3D43, offset: 0x9C301, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOr', symObjAddr: 0x4750, symBinAddr: 0x5AFC0, symSize: 0x20 } + - { offsetInCU: 0x3D57, offset: 0x9C315, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVWOs', symObjAddr: 0x4770, symBinAddr: 0x5AFE0, symSize: 0x20 } + - { offsetInCU: 0x3D6B, offset: 0x9C329, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4790, symBinAddr: 0x5B000, symSize: 0x20 } + - { offsetInCU: 0x3D7F, offset: 0x9C33D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x47B0, symBinAddr: 0x5B020, symSize: 0x20 } + - { offsetInCU: 0x3D93, offset: 0x9C351, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOc', symObjAddr: 0x4830, symBinAddr: 0x5B040, symSize: 0x40 } + - { offsetInCU: 0x3DA7, offset: 0x9C365, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x4900, symBinAddr: 0x5B110, symSize: 0x30 } + - { offsetInCU: 0x3DBB, offset: 0x9C379, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x49B0, symBinAddr: 0x5B1C0, symSize: 0x30 } + - { offsetInCU: 0x3DCF, offset: 0x9C38D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So7CGPointV_Tg5TA', symObjAddr: 0x4A10, symBinAddr: 0x5B220, symSize: 0x30 } + - { offsetInCU: 0x3DE3, offset: 0x9C3A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Say12CoreGraphics7CGFloatVG_Tg5TA', symObjAddr: 0x4A70, symBinAddr: 0x5B280, symSize: 0x30 } + - { offsetInCU: 0x3DF7, offset: 0x9C3B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_SaySo10CGColorRefaG_Tg5TA', symObjAddr: 0x4C60, symBinAddr: 0x5B470, symSize: 0x40 } + - { offsetInCU: 0x3E0B, offset: 0x9C3C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So13CATransform3DV_Tg5TA', symObjAddr: 0x4CC0, symBinAddr: 0x5B4D0, symSize: 0x30 } + - { offsetInCU: 0x3E1F, offset: 0x9C3DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_So6CGSizeV_Tg5TA', symObjAddr: 0x4D50, symBinAddr: 0x5B530, symSize: 0x30 } + - { offsetInCU: 0x3E33, offset: 0x9C3F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC15customKeyframes2of3for7contextAA13KeyframeGroupCyxGSgAA20CustomizablePropertyVyxG_AA16AnimationKeypathVAA05LayerN7ContextVtKlFAA0J0CyxGSgATyypGXEfU_SSyXEfu_Sb_Tg5TA', symObjAddr: 0x4DA0, symBinAddr: 0x5B580, symSize: 0x30 } + - { offsetInCU: 0x420F, offset: 0x9C7CD, size: 0x8, addend: 0x0, symName: '_$sSKsE4last5where7ElementQzSgSbADKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AF16AnyValueProvider_p05valueJ0tG_Tg5011$s6Lottie18ij74StoreC05valueC033_4EC701FB5E0978BECCD084F684086AE8LL3forAA03AnybC0_pSgAA16eF20V_tFSbAJ_AaG_ptXEfU_AHTf1ncn_n', symObjAddr: 0x2010, symBinAddr: 0x589A0, symSize: 0xB0 } + - { offsetInCU: 0x27, offset: 0x9CED0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x5B630, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x9CEE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwCP', symObjAddr: 0x0, symBinAddr: 0x5B630, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x9CEFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwxx', symObjAddr: 0x90, symBinAddr: 0x5B660, symSize: 0x20 } + - { offsetInCU: 0x67, offset: 0x9CF10, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwcp', symObjAddr: 0xF0, symBinAddr: 0x5B680, symSize: 0x80 } + - { offsetInCU: 0x7B, offset: 0x9CF24, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwca', symObjAddr: 0x170, symBinAddr: 0x5B700, symSize: 0xB0 } + - { offsetInCU: 0x8F, offset: 0x9CF38, size: 0x8, addend: 0x0, symName: ___swift_memcpy100_8, symObjAddr: 0x220, symBinAddr: 0x5B7B0, symSize: 0x40 } + - { offsetInCU: 0xA3, offset: 0x9CF4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwta', symObjAddr: 0x260, symBinAddr: 0x5B7F0, symSize: 0x70 } + - { offsetInCU: 0xB7, offset: 0x9CF60, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwet', symObjAddr: 0x2D0, symBinAddr: 0x5B860, symSize: 0x50 } + - { offsetInCU: 0xCB, offset: 0x9CF74, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVwst', symObjAddr: 0x320, symBinAddr: 0x5B8B0, symSize: 0x80 } + - { offsetInCU: 0xDF, offset: 0x9CF88, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVMa', symObjAddr: 0x3A0, symBinAddr: 0x5B930, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x9CF9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4ndd_n', symObjAddr: 0x3B0, symBinAddr: 0x5B940, symSize: 0x220 } + - { offsetInCU: 0x161, offset: 0x9D00A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorV4data22additionalDataProviderAESg10Foundation0K0V_AKSiKXEtcfCTf4gdd_n', symObjAddr: 0x5D0, symBinAddr: 0x5BB60, symSize: 0x110 } + - { offsetInCU: 0x1B6, offset: 0x9D05F, size: 0x8, addend: 0x0, symName: ___swift_memcpy20_8, symObjAddr: 0x6E0, symBinAddr: 0x5BC70, symSize: 0x20 } + - { offsetInCU: 0x1CA, offset: 0x9D073, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwet', symObjAddr: 0x710, symBinAddr: 0x5BC90, symSize: 0x20 } + - { offsetInCU: 0x1DE, offset: 0x9D087, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVwst', symObjAddr: 0x730, symBinAddr: 0x5BCB0, symSize: 0x30 } + - { offsetInCU: 0x1F2, offset: 0x9D09B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33ZIP64EndOfCentralDirectoryLocatorVMa', symObjAddr: 0x760, symBinAddr: 0x5BCE0, symSize: 0x10 } + - { offsetInCU: 0x206, offset: 0x9D0AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x770, symBinAddr: 0x5BCF0, symSize: 0x60 } + - { offsetInCU: 0x21A, offset: 0x9D0C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwca', symObjAddr: 0x7D0, symBinAddr: 0x5BD50, symSize: 0x90 } + - { offsetInCU: 0x22E, offset: 0x9D0D7, size: 0x8, addend: 0x0, symName: ___swift_memcpy80_8, symObjAddr: 0x860, symBinAddr: 0x5BDE0, symSize: 0x30 } + - { offsetInCU: 0x242, offset: 0x9D0EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwta', symObjAddr: 0x890, symBinAddr: 0x5BE10, symSize: 0x60 } + - { offsetInCU: 0x256, offset: 0x9D0FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwet', symObjAddr: 0x8F0, symBinAddr: 0x5BE70, symSize: 0x50 } + - { offsetInCU: 0x26A, offset: 0x9D113, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVwst', symObjAddr: 0x940, symBinAddr: 0x5BEC0, symSize: 0x70 } + - { offsetInCU: 0x27E, offset: 0x9D127, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC32ZIP64EndOfCentralDirectoryRecordVMa', symObjAddr: 0x9B0, symBinAddr: 0x5BF30, symSize: 0x10 } + - { offsetInCU: 0x60, offset: 0x9D315, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9animationAcA0A9AnimationCSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x5BF60, symSize: 0x90 } + - { offsetInCU: 0x9C, offset: 0x9D351, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvg', symObjAddr: 0x90, symBinAddr: 0x5BFF0, symSize: 0x1B0 } + - { offsetInCU: 0x1B9, offset: 0x9D46E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_', symObjAddr: 0x240, symBinAddr: 0x5C1A0, symSize: 0xF0 } + - { offsetInCU: 0x279, offset: 0x9D52E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_', symObjAddr: 0x330, symBinAddr: 0x5C290, symSize: 0x150 } + - { offsetInCU: 0x40D, offset: 0x9D6C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcF', symObjAddr: 0x480, symBinAddr: 0x5C3E0, symSize: 0xE0 } + - { offsetInCU: 0x520, offset: 0x9D7D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_', symObjAddr: 0x560, symBinAddr: 0x5C4C0, symSize: 0x60 } + - { offsetInCU: 0x5A6, offset: 0x9D85B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVF', symObjAddr: 0x5C0, symBinAddr: 0x5C520, symSize: 0x1B0 } + - { offsetInCU: 0x6F2, offset: 0x9D9A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_', symObjAddr: 0x770, symBinAddr: 0x5C6D0, symSize: 0x150 } + - { offsetInCU: 0x7BA, offset: 0x9DA6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGF', symObjAddr: 0x8C0, symBinAddr: 0x5C820, symSize: 0x1C0 } + - { offsetInCU: 0x91D, offset: 0x9DBD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_', symObjAddr: 0xA80, symBinAddr: 0x5C9E0, symSize: 0xC0 } + - { offsetInCU: 0x980, offset: 0x9DC35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_', symObjAddr: 0xB40, symBinAddr: 0x5CAA0, symSize: 0x1F0 } + - { offsetInCU: 0xA0C, offset: 0x9DCC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlF', symObjAddr: 0xF10, symBinAddr: 0x5CE70, symSize: 0x190 } + - { offsetInCU: 0xB79, offset: 0x9DE2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_', symObjAddr: 0x10A0, symBinAddr: 0x5D000, symSize: 0x400 } + - { offsetInCU: 0xC21, offset: 0x9DED6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP4body4BodyQzvgTW', symObjAddr: 0x14D0, symBinAddr: 0x5D430, symSize: 0x10 } + - { offsetInCU: 0xFE5, offset: 0x9E29A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOc', symObjAddr: 0x1510, symBinAddr: 0x5D440, symSize: 0x30 } + - { offsetInCU: 0xFF9, offset: 0x9E2AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgAA08AnimatedB0CycfU_TA', symObjAddr: 0x1580, symBinAddr: 0x5D480, symSize: 0x10 } + - { offsetInCU: 0x100D, offset: 0x9E2C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA08AnimatedB0Cyt_GcfU0_TA', symObjAddr: 0x1620, symBinAddr: 0x5D520, symSize: 0x10 } + - { offsetInCU: 0x1021, offset: 0x9E2D6, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB14AnimatedSwitchCytG_Tg5TA', symObjAddr: 0x1630, symBinAddr: 0x5D530, symSize: 0x20 } + - { offsetInCU: 0x1035, offset: 0x9E2EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV9configureyACyAA08AnimatedB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAFyt_GcfU_TA', symObjAddr: 0x1650, symBinAddr: 0x5D550, symSize: 0x20 } + - { offsetInCU: 0x1049, offset: 0x9E2FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13configurationyAcA0A13ConfigurationVFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x16F0, symBinAddr: 0x5D5C0, symSize: 0x10 } + - { offsetInCU: 0x105D, offset: 0x9E312, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOh', symObjAddr: 0x1720, symBinAddr: 0x5D5F0, symSize: 0x20 } + - { offsetInCU: 0x1071, offset: 0x9E326, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVWOd', symObjAddr: 0x1740, symBinAddr: 0x5D610, symSize: 0x30 } + - { offsetInCU: 0x1085, offset: 0x9E33A, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGSgWOe', symObjAddr: 0x1770, symBinAddr: 0x5D640, symSize: 0x30 } + - { offsetInCU: 0x1099, offset: 0x9E34E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x17B0, symBinAddr: 0x5D680, symSize: 0x20 } + - { offsetInCU: 0x10AD, offset: 0x9E362, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV11onAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x17F0, symBinAddr: 0x5D6C0, symSize: 0x30 } + - { offsetInCU: 0x10C1, offset: 0x9E376, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV12offAnimation12fromProgress02toF0AC12CoreGraphics7CGFloatV_AItFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x1840, symBinAddr: 0x5D710, symSize: 0x30 } + - { offsetInCU: 0x10D5, offset: 0x9E38A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV13valueProvider_3forACx_AA16AnimationKeypathVtAA08AnyValueD0RzSQRzlFyAA08AnimatedB0CcfU_TA', symObjAddr: 0x18E0, symBinAddr: 0x5D7B0, symSize: 0x30 } + - { offsetInCU: 0x10E9, offset: 0x9E39E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaDP_AA13ViewProvidingPWT', symObjAddr: 0x1910, symBinAddr: 0x5D7E0, symSize: 0x30 } + - { offsetInCU: 0x10FD, offset: 0x9E3B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x1940, symBinAddr: 0x5D810, symSize: 0x20 } + - { offsetInCU: 0x1111, offset: 0x9E3C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVAC7SwiftUI4ViewAAWl', symObjAddr: 0x1960, symBinAddr: 0x5D830, symSize: 0x30 } + - { offsetInCU: 0x1125, offset: 0x9E3DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAA4BodyAdEP_AGWT', symObjAddr: 0x1990, symBinAddr: 0x5D860, symSize: 0x20 } + - { offsetInCU: 0x1139, offset: 0x9E3EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwCP', symObjAddr: 0x19B0, symBinAddr: 0x5D880, symSize: 0x30 } + - { offsetInCU: 0x114D, offset: 0x9E402, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwxx', symObjAddr: 0x19E0, symBinAddr: 0x5D8B0, symSize: 0x70 } + - { offsetInCU: 0x1161, offset: 0x9E416, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwcp', symObjAddr: 0x1A50, symBinAddr: 0x5D920, symSize: 0x140 } + - { offsetInCU: 0x1175, offset: 0x9E42A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwca', symObjAddr: 0x1B90, symBinAddr: 0x5DA60, symSize: 0x1F0 } + - { offsetInCU: 0x1189, offset: 0x9E43E, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVySbGWOh', symObjAddr: 0x1DB0, symBinAddr: 0x5DC50, symSize: 0x30 } + - { offsetInCU: 0x119D, offset: 0x9E452, size: 0x8, addend: 0x0, symName: ___swift_memcpy137_8, symObjAddr: 0x1E20, symBinAddr: 0x5DC80, symSize: 0x10 } + - { offsetInCU: 0x11B1, offset: 0x9E466, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwta', symObjAddr: 0x1E30, symBinAddr: 0x5DC90, symSize: 0x130 } + - { offsetInCU: 0x11C5, offset: 0x9E47A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwet', symObjAddr: 0x1F60, symBinAddr: 0x5DDC0, symSize: 0x40 } + - { offsetInCU: 0x11D9, offset: 0x9E48E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVwst', symObjAddr: 0x1FA0, symBinAddr: 0x5DE00, symSize: 0x70 } + - { offsetInCU: 0x11ED, offset: 0x9E4A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchVMa', symObjAddr: 0x2010, symBinAddr: 0x5DE70, symSize: 0x10 } + - { offsetInCU: 0x1201, offset: 0x9E4B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_TA', symObjAddr: 0x2130, symBinAddr: 0x5DF60, symSize: 0x20 } + - { offsetInCU: 0x1215, offset: 0x9E4CA, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOe', symObjAddr: 0x2150, symBinAddr: 0x5DF80, symSize: 0x20 } + - { offsetInCU: 0x1229, offset: 0x9E4DE, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueCMa', symObjAddr: 0x2170, symBinAddr: 0x5DFA0, symSize: 0x30 } + - { offsetInCU: 0x123D, offset: 0x9E4F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV4isOnyAC7SwiftUI7BindingVySbGFyAA08AnimatedB0CcfU_ySbcfU_yyScMYccfU_TA', symObjAddr: 0x21F0, symBinAddr: 0x5E020, symSize: 0x50 } + - { offsetInCU: 0x1266, offset: 0x9E51B, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2240, symBinAddr: 0x5E070, symSize: 0x20 } + - { offsetInCU: 0x127A, offset: 0x9E52F, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2260, symBinAddr: 0x5E090, symSize: 0x10 } + - { offsetInCU: 0x128E, offset: 0x9E543, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGMa', symObjAddr: 0x22A0, symBinAddr: 0x5E0D0, symSize: 0x50 } + - { offsetInCU: 0x1382, offset: 0x9E637, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE04view6inputsAD01_E7OutputsVAD11_GraphValueVyxG_AD01_E6InputsVtFZTW', symObjAddr: 0x14A0, symBinAddr: 0x5D400, symSize: 0x10 } + - { offsetInCU: 0x139E, offset: 0x9E653, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP05_makeE4List4view6inputsAD01_eG7OutputsVAD11_GraphValueVyxG_AD01_eG6InputsVtFZTW', symObjAddr: 0x14B0, symBinAddr: 0x5D410, symSize: 0x10 } + - { offsetInCU: 0x13BA, offset: 0x9E66F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6SwitchV7SwiftUI4ViewAadEP14_viewListCount6inputsSiSgAD01_egH6InputsV_tFZTW', symObjAddr: 0x14C0, symBinAddr: 0x5D420, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x9E8D4, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x5E1D0, symSize: 0x300 } + - { offsetInCU: 0x89, offset: 0x9E932, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE5valueAByp_tKcfCTf4nd_n', symObjAddr: 0x0, symBinAddr: 0x5E1D0, symSize: 0x300 } + - { offsetInCU: 0x27, offset: 0x9EC2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x5E500, symSize: 0x50 } + - { offsetInCU: 0x50, offset: 0x9EC53, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x5E500, symSize: 0x50 } + - { offsetInCU: 0xAA, offset: 0x9ECAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x50, symBinAddr: 0x5E550, symSize: 0x10 } + - { offsetInCU: 0x131, offset: 0x9ED34, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH9hashValueSivgTW', symObjAddr: 0x60, symBinAddr: 0x5E560, symSize: 0x40 } + - { offsetInCU: 0x215, offset: 0x9EE18, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA0, symBinAddr: 0x5E5A0, symSize: 0x20 } + - { offsetInCU: 0x32E, offset: 0x9EF31, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtF', symObjAddr: 0x100, symBinAddr: 0x5E600, symSize: 0x1D0 } + - { offsetInCU: 0x457, offset: 0x9F05A, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateC16animationDidStop_8finishedySo11CAAnimationC_SbtFTo', symObjAddr: 0x2D0, symBinAddr: 0x5E7D0, symSize: 0x60 } + - { offsetInCU: 0x491, offset: 0x9F094, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCACycfcTo', symObjAddr: 0x330, symBinAddr: 0x5E830, symSize: 0x30 } + - { offsetInCU: 0x4F8, offset: 0x9F0FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfD', symObjAddr: 0x360, symBinAddr: 0x5E860, symSize: 0x30 } + - { offsetInCU: 0x53C, offset: 0x9F13F, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCfETo', symObjAddr: 0x390, symBinAddr: 0x5E890, symSize: 0x50 } + - { offsetInCU: 0x56B, offset: 0x9F16E, size: 0x8, addend: 0x0, symName: '_$s6Lottie27AnimationCompletionDelegateCMa', symObjAddr: 0x3E0, symBinAddr: 0x5E8E0, symSize: 0x20 } + - { offsetInCU: 0x57F, offset: 0x9F182, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwet', symObjAddr: 0x420, symBinAddr: 0x5E900, symSize: 0x80 } + - { offsetInCU: 0x593, offset: 0x9F196, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwst', symObjAddr: 0x4A0, symBinAddr: 0x5E980, symSize: 0xD0 } + - { offsetInCU: 0x5A7, offset: 0x9F1AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwug', symObjAddr: 0x570, symBinAddr: 0x5EA50, symSize: 0x10 } + - { offsetInCU: 0x5BB, offset: 0x9F1BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwup', symObjAddr: 0x580, symBinAddr: 0x5EA60, symSize: 0x10 } + - { offsetInCU: 0x5CF, offset: 0x9F1D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOwui', symObjAddr: 0x590, symBinAddr: 0x5EA70, symSize: 0x10 } + - { offsetInCU: 0x5E3, offset: 0x9F1E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOMa', symObjAddr: 0x5A0, symBinAddr: 0x5EA80, symSize: 0x10 } + - { offsetInCU: 0x5F7, offset: 0x9F1FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwCP', symObjAddr: 0x5B0, symBinAddr: 0x5EA90, symSize: 0x30 } + - { offsetInCU: 0x60B, offset: 0x9F20E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwxx', symObjAddr: 0x5E0, symBinAddr: 0x5EAC0, symSize: 0x10 } + - { offsetInCU: 0x61F, offset: 0x9F222, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwcp', symObjAddr: 0x5F0, symBinAddr: 0x5EAD0, symSize: 0x30 } + - { offsetInCU: 0x633, offset: 0x9F236, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwca', symObjAddr: 0x620, symBinAddr: 0x5EB00, symSize: 0x40 } + - { offsetInCU: 0x647, offset: 0x9F24A, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x660, symBinAddr: 0x5EB40, symSize: 0x20 } + - { offsetInCU: 0x65B, offset: 0x9F25E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwta', symObjAddr: 0x680, symBinAddr: 0x5EB60, symSize: 0x30 } + - { offsetInCU: 0x66F, offset: 0x9F272, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwet', symObjAddr: 0x6B0, symBinAddr: 0x5EB90, symSize: 0x40 } + - { offsetInCU: 0x683, offset: 0x9F286, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVwst', symObjAddr: 0x6F0, symBinAddr: 0x5EBD0, symSize: 0x40 } + - { offsetInCU: 0x697, offset: 0x9F29A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationContextVMa', symObjAddr: 0x730, symBinAddr: 0x5EC10, symSize: 0x10 } + - { offsetInCU: 0x6AB, offset: 0x9F2AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASQWb', symObjAddr: 0x740, symBinAddr: 0x5EC20, symSize: 0x10 } + - { offsetInCU: 0x6BF, offset: 0x9F2C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOACSQAAWl', symObjAddr: 0x750, symBinAddr: 0x5EC30, symSize: 0x30 } + - { offsetInCU: 0x711, offset: 0x9F314, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationContextStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xC0, symBinAddr: 0x5E5C0, symSize: 0x40 } + - { offsetInCU: 0x95, offset: 0x9F5B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9animationACy7SwiftUI05EmptyB0VGAA0A9AnimationCSg_tcAGRszrlufC', symObjAddr: 0x20, symBinAddr: 0x5EC80, symSize: 0x240 } + - { offsetInCU: 0x150, offset: 0x9F66C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA4FileACy7SwiftUI05EmptyB0VGAA03DotaD0CSg_tcAGRszrlufC', symObjAddr: 0x2E0, symBinAddr: 0x5EEC0, symSize: 0x240 } + - { offsetInCU: 0x20B, offset: 0x9F727, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_', symObjAddr: 0x580, symBinAddr: 0x5F160, symSize: 0x60 } + - { offsetInCU: 0x23F, offset: 0x9F75B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TQ0_', symObjAddr: 0x5E0, symBinAddr: 0x5F1C0, symSize: 0x80 } + - { offsetInCU: 0x2B8, offset: 0x9F7D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TY1_', symObjAddr: 0x660, symBinAddr: 0x5F240, symSize: 0x40 } + - { offsetInCU: 0x30F, offset: 0x9F82B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC7SwiftUI05EmptyB0V_Tg5', symObjAddr: 0x6A0, symBinAddr: 0x5F280, symSize: 0x260 } + - { offsetInCU: 0x3B5, offset: 0x9F8D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A15AnimationSourceOSgyYaKc_xyctcfC', symObjAddr: 0x900, symBinAddr: 0x5F4E0, symSize: 0x260 } + - { offsetInCU: 0x463, offset: 0x9F97F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_', symObjAddr: 0xCD0, symBinAddr: 0x5F8B0, symSize: 0x60 } + - { offsetInCU: 0x497, offset: 0x9F9B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TQ0_', symObjAddr: 0xD30, symBinAddr: 0x5F910, symSize: 0x80 } + - { offsetInCU: 0x510, offset: 0x9FA2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TY1_', symObjAddr: 0xDB0, symBinAddr: 0x5F990, symSize: 0x50 } + - { offsetInCU: 0x567, offset: 0x9FA83, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufC', symObjAddr: 0xE90, symBinAddr: 0x5FA70, symSize: 0x20 } + - { offsetInCU: 0x596, offset: 0x9FAB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyACy7SwiftUI05EmptyB0VGAA0A15AnimationSourceOSgyYaKccAFRszrlufcAFycfu_', symObjAddr: 0xEB0, symBinAddr: 0x5FA90, symSize: 0x10 } + - { offsetInCU: 0x5B0, offset: 0x9FACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg', symObjAddr: 0xEC0, symBinAddr: 0x5FAA0, symSize: 0x750 } + - { offsetInCU: 0x70D, offset: 0x9FC29, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_', symObjAddr: 0x1610, symBinAddr: 0x601F0, symSize: 0x130 } + - { offsetInCU: 0x746, offset: 0x9FC62, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_', symObjAddr: 0x17E0, symBinAddr: 0x603C0, symSize: 0x80 } + - { offsetInCU: 0x7AF, offset: 0x9FCCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_', symObjAddr: 0x2220, symBinAddr: 0x60E00, symSize: 0x200 } + - { offsetInCU: 0x899, offset: 0x9FDB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15animationSource33_787591BEA89A564C71734146BCF90079LLAA0a9AnimationD0OSgvg', symObjAddr: 0x1740, symBinAddr: 0x60320, symSize: 0xA0 } + - { offsetInCU: 0x8EB, offset: 0x9FE07, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtF', symObjAddr: 0x1860, symBinAddr: 0x60440, symSize: 0x9C0 } + - { offsetInCU: 0xF71, offset: 0xA048D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV34applyCurrentAnimationConfiguration33_787591BEA89A564C71734146BCF90079LL2to2inyAA0aeB0C_AA27SwiftUIMeasurementContainerCyAIGtFSbAA0E13ImageProvider_p_AaM_ptcfU_', symObjAddr: 0x4FC0, symBinAddr: 0x63BA0, symSize: 0xD0 } + - { offsetInCU: 0x1007, offset: 0xA0523, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x24B0, symBinAddr: 0x61090, symSize: 0x1E0 } + - { offsetInCU: 0x1067, offset: 0xA0583, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_', symObjAddr: 0x4C10, symBinAddr: 0x637F0, symSize: 0x50 } + - { offsetInCU: 0x10B0, offset: 0xA05CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY0_', symObjAddr: 0x4C60, symBinAddr: 0x63840, symSize: 0xC0 } + - { offsetInCU: 0x111D, offset: 0xA0639, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TQ1_', symObjAddr: 0x4D20, symBinAddr: 0x63900, symSize: 0x90 } + - { offsetInCU: 0x11C6, offset: 0xA06E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY2_', symObjAddr: 0x4DB0, symBinAddr: 0x63990, symSize: 0x90 } + - { offsetInCU: 0x1284, offset: 0xA07A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TY3_', symObjAddr: 0x4E40, symBinAddr: 0x63A20, symSize: 0xD0 } + - { offsetInCU: 0x1354, offset: 0xA0870, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_', symObjAddr: 0x4F10, symBinAddr: 0x63AF0, symSize: 0xB0 } + - { offsetInCU: 0x1460, offset: 0xA097C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV31reloadAnimationTriggerDidChange33_787591BEA89A564C71734146BCF90079LLyyF', symObjAddr: 0x2690, symBinAddr: 0x61270, symSize: 0x80 } + - { offsetInCU: 0x14C2, offset: 0xA09DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlF', symObjAddr: 0x2710, symBinAddr: 0x612F0, symSize: 0xF0 } + - { offsetInCU: 0x152C, offset: 0xA0A48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_', symObjAddr: 0x2800, symBinAddr: 0x613E0, symSize: 0x80 } + - { offsetInCU: 0x1594, offset: 0xA0AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcF', symObjAddr: 0x2880, symBinAddr: 0x61460, symSize: 0xE0 } + - { offsetInCU: 0x16BD, offset: 0xA0BD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_', symObjAddr: 0x2B50, symBinAddr: 0x61730, symSize: 0x60 } + - { offsetInCU: 0x1719, offset: 0xA0C35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lF', symObjAddr: 0x2960, symBinAddr: 0x61540, symSize: 0x100 } + - { offsetInCU: 0x1783, offset: 0xA0C9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_', symObjAddr: 0x2A60, symBinAddr: 0x61640, symSize: 0xF0 } + - { offsetInCU: 0x17EB, offset: 0xA0D07, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12playbackModeyACyxGAA0a8PlaybackD0OF', symObjAddr: 0x2C10, symBinAddr: 0x617F0, symSize: 0xE0 } + - { offsetInCU: 0x182A, offset: 0xA0D46, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7loopingACyxGyF', symObjAddr: 0x2CF0, symBinAddr: 0x618D0, symSize: 0x50 } + - { offsetInCU: 0x1858, offset: 0xA0D74, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4playyACyxGAA0A12PlaybackModeOF', symObjAddr: 0x2D50, symBinAddr: 0x61930, symSize: 0x40 } + - { offsetInCU: 0x1896, offset: 0xA0DB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV7playingyACyxGAA0A12PlaybackModeO0dE0OF', symObjAddr: 0x2D90, symBinAddr: 0x61970, symSize: 0x40 } + - { offsetInCU: 0x18D4, offset: 0xA0DF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6paused2atACyxGAA0A12PlaybackModeO11PausedStateO_tF', symObjAddr: 0x2EB0, symBinAddr: 0x61A90, symSize: 0x40 } + - { offsetInCU: 0x190E, offset: 0xA0E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV14animationSpeedyACyxGSdF', symObjAddr: 0x2EF0, symBinAddr: 0x61AD0, symSize: 0x40 } + - { offsetInCU: 0x194C, offset: 0xA0E68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV16animationDidLoadyACyxGyAA0A15AnimationSourceOcF', symObjAddr: 0x2F30, symBinAddr: 0x61B10, symSize: 0x70 } + - { offsetInCU: 0x198E, offset: 0xA0EAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgF', symObjAddr: 0x2FA0, symBinAddr: 0x61B80, symSize: 0xD0 } + - { offsetInCU: 0x1A06, offset: 0xA0F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OF', symObjAddr: 0x3070, symBinAddr: 0x61C50, symSize: 0x60 } + - { offsetInCU: 0x1A70, offset: 0xA0F8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgF', symObjAddr: 0x30D0, symBinAddr: 0x61CB0, symSize: 0x80 } + - { offsetInCU: 0x1AB1, offset: 0xA0FCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_', symObjAddr: 0x3150, symBinAddr: 0x61D30, symSize: 0x70 } + - { offsetInCU: 0x1AF0, offset: 0xA100C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVF', symObjAddr: 0x31C0, symBinAddr: 0x61DA0, symSize: 0x120 } + - { offsetInCU: 0x1B31, offset: 0xA104D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_', symObjAddr: 0x32E0, symBinAddr: 0x61EC0, symSize: 0x130 } + - { offsetInCU: 0x1C11, offset: 0xA112D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV6loggeryACyxGAA0A6LoggerCF', symObjAddr: 0x3410, symBinAddr: 0x61FF0, symSize: 0x50 } + - { offsetInCU: 0x1C52, offset: 0xA116E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lF', symObjAddr: 0x3460, symBinAddr: 0x62040, symSize: 0xC0 } + - { offsetInCU: 0x1CAF, offset: 0xA11CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_', symObjAddr: 0x3520, symBinAddr: 0x62100, symSize: 0x1D0 } + - { offsetInCU: 0x1D3A, offset: 0xA1256, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lF', symObjAddr: 0x36F0, symBinAddr: 0x622D0, symSize: 0x120 } + - { offsetInCU: 0x1D97, offset: 0xA12B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x3810, symBinAddr: 0x623F0, symSize: 0x1B0 } + - { offsetInCU: 0x1E7E, offset: 0xA139A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lF', symObjAddr: 0x39C0, symBinAddr: 0x625A0, symSize: 0x160 } + - { offsetInCU: 0x1EDB, offset: 0xA13F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_', symObjAddr: 0x3B20, symBinAddr: 0x62700, symSize: 0x350 } + - { offsetInCU: 0x1F83, offset: 0xA149F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lF', symObjAddr: 0x3E70, symBinAddr: 0x62A50, symSize: 0x110 } + - { offsetInCU: 0x1FF1, offset: 0xA150D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_', symObjAddr: 0x3F80, symBinAddr: 0x62B60, symSize: 0x3D0 } + - { offsetInCU: 0x20B8, offset: 0xA15D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV15currentProgressyACyxG12CoreGraphics7CGFloatVSgF', symObjAddr: 0x4350, symBinAddr: 0x62F30, symSize: 0x70 } + - { offsetInCU: 0x2111, offset: 0xA162D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV22reloadAnimationTrigger_15showPlaceholderACyxGqd___SbtSQRd__lF', symObjAddr: 0x4450, symBinAddr: 0x63030, symSize: 0xA0 } + - { offsetInCU: 0x2174, offset: 0xA1690, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x4510, symBinAddr: 0x630F0, symSize: 0x120 } + - { offsetInCU: 0x2247, offset: 0xA1763, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_yyScMYccfU_', symObjAddr: 0x4B60, symBinAddr: 0x63740, symSize: 0x80 } + - { offsetInCU: 0x2281, offset: 0xA179D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV03dotA23ConfigurationComponentsyACyxGAA03DotadE0VF', symObjAddr: 0x4BE0, symBinAddr: 0x637C0, symSize: 0x30 } + - { offsetInCU: 0x22C2, offset: 0xA17DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP4body4BodyQzvgTW', symObjAddr: 0x50C0, symBinAddr: 0x63CA0, symSize: 0x10 } + - { offsetInCU: 0x2A5C, offset: 0xA1F78, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE7overlay33_787591BEA89A564C71734146BCF90079LL7contentQrqd__yXE_tAaBRd__lF', symObjAddr: 0x2420, symBinAddr: 0x61000, symSize: 0x90 } + - { offsetInCU: 0x2C39, offset: 0xA2155, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA', symObjAddr: 0x5120, symBinAddr: 0x63CD0, symSize: 0x90 } + - { offsetInCU: 0x2C94, offset: 0xA21B0, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5', symObjAddr: 0x51B0, symBinAddr: 0x63D60, symSize: 0x60 } + - { offsetInCU: 0x2CCE, offset: 0xA21EA, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TQ0_', symObjAddr: 0x5210, symBinAddr: 0x63DC0, symSize: 0x50 } + - { offsetInCU: 0x2D21, offset: 0xA223D, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_', symObjAddr: 0x5260, symBinAddr: 0x63E10, symSize: 0x120 } + - { offsetInCU: 0x2DA6, offset: 0xA22C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7e4UI05g9B0VGAA0A9D26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x5380, symBinAddr: 0x63F30, symSize: 0x10 } + - { offsetInCU: 0x2DC5, offset: 0xA22E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA0A9AnimationCSgyYaKc_xyctcfcAA0aD6SourceOSgyYaKcfU_TA.5', symObjAddr: 0x5390, symBinAddr: 0x63F40, symSize: 0x90 } + - { offsetInCU: 0x2E20, offset: 0xA233C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA', symObjAddr: 0x5430, symBinAddr: 0x63FE0, symSize: 0x90 } + - { offsetInCU: 0x2E74, offset: 0xA2390, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcxycfU0_7SwiftUI05EmptyB0V_TG5012$s6Lottie0A4b6VyACy7f4UI05h8B0VGAA03dkE26CSgyYaKccAFRszrlufcAFycfu_Tf3npf_n', symObjAddr: 0x54C0, symBinAddr: 0x64070, symSize: 0x10 } + - { offsetInCU: 0x2E93, offset: 0xA23AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17', symObjAddr: 0x54D0, symBinAddr: 0x64080, symSize: 0x90 } + - { offsetInCU: 0x2EEE, offset: 0xA240A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV_11placeholderACyxGAA03DotA4FileCSgyYaKc_xyctcfcAA0A15AnimationSourceOSgyYaKcfU_TA.17TQ0_', symObjAddr: 0x5560, symBinAddr: 0x64110, symSize: 0x50 } + - { offsetInCU: 0x2F37, offset: 0xA2453, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGMa', symObjAddr: 0x5630, symBinAddr: 0x641E0, symSize: 0x40 } + - { offsetInCU: 0x2F4B, offset: 0xA2467, size: 0x8, addend: 0x0, symName: '_$s7Combine4JustVy6Lottie12AnyEquatableVSgGMa', symObjAddr: 0x5670, symBinAddr: 0x64220, symSize: 0x60 } + - { offsetInCU: 0x2F5F, offset: 0xA247B, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI15ModifiedContentVy6Lottie0A6UIViewVyAD0E13AnimationViewCytGAA14_OpacityEffectVGACyxq_GAA0H0A2aNRzAA0H8ModifierR_rlWl', symObjAddr: 0x56D0, symBinAddr: 0x64280, symSize: 0x90 } + - { offsetInCU: 0x2F73, offset: 0xA248F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgAA0a9AnimationB0CycfU_TA', symObjAddr: 0x58C0, symBinAddr: 0x64350, symSize: 0x20 } + - { offsetInCU: 0x2F87, offset: 0xA24A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA11SwiftUIViewV20ConfigurationContextVyAA0a9AnimationB0Cyt_GcfU0_TA', symObjAddr: 0x5A90, symBinAddr: 0x64520, symSize: 0x20 } + - { offsetInCU: 0x2F9B, offset: 0xA24B7, size: 0x8, addend: 0x0, symName: '_$s20ConfigurationContext6Lottie022UIViewConfiguringSwiftD0PQzIegn_AEytIegnr_AbCRzlTRAB0fD0VyAB0C13AnimationViewCytG_Tg5TA', symObjAddr: 0x5AB0, symBinAddr: 0x64540, symSize: 0x20 } + - { offsetInCU: 0x2FAF, offset: 0xA24CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvg7SwiftUI0B0PAEE7opacityyQrSdFQOyx_Qo_SgyXEfU1_TA', symObjAddr: 0x5AD0, symBinAddr: 0x64560, symSize: 0x20 } + - { offsetInCU: 0x2FC3, offset: 0xA24DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyycfU2_TA', symObjAddr: 0x5B00, symBinAddr: 0x64590, symSize: 0x30 } + - { offsetInCU: 0x3006, offset: 0xA2522, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV4bodyQrvgyAA12AnyEquatableVSgcfU3_TA', symObjAddr: 0x5B40, symBinAddr: 0x645D0, symSize: 0x30 } + - { offsetInCU: 0x3043, offset: 0xA255F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSgxSgSQsSQRzlWl', symObjAddr: 0x5B70, symBinAddr: 0x64600, symSize: 0x60 } + - { offsetInCU: 0x3057, offset: 0xA2573, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVACSQAAWl', symObjAddr: 0x5BD0, symBinAddr: 0x64660, symSize: 0x30 } + - { offsetInCU: 0x306B, offset: 0xA2587, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI19_ConditionalContentVyAA7AnyViewVAEGACyxq_GAA0F0A2aHRzAaHR_rlWl', symObjAddr: 0x5C00, symBinAddr: 0x64690, symSize: 0x50 } + - { offsetInCU: 0x307F, offset: 0xA259B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOe', symObjAddr: 0x5C50, symBinAddr: 0x646E0, symSize: 0x30 } + - { offsetInCU: 0x3093, offset: 0xA25AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tlFyAJcfU_TA', symObjAddr: 0x5CF0, symBinAddr: 0x64780, symSize: 0x30 } + - { offsetInCU: 0x30A7, offset: 0xA25C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configureyACyxGyAA0a9AnimationB0CcFyAA11SwiftUIViewV20ConfigurationContextVyAGyt_GcfU_TA', symObjAddr: 0x5D20, symBinAddr: 0x647B0, symSize: 0x20 } + - { offsetInCU: 0x30BB, offset: 0xA25D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV9configure_2toACyxGs24ReferenceWritableKeyPathCyAA0a9AnimationB0Cqd__G_qd__tSQRd__lFyAJcfU_TA', symObjAddr: 0x5DB0, symBinAddr: 0x64840, symSize: 0x40 } + - { offsetInCU: 0x30CF, offset: 0xA25EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOIegn_SgWOe', symObjAddr: 0x5F40, symBinAddr: 0x64880, symSize: 0x20 } + - { offsetInCU: 0x30E3, offset: 0xA25FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18animationDidFinishyACyxGySbcSgFySbcfU_TA', symObjAddr: 0x5FA0, symBinAddr: 0x648E0, symSize: 0x40 } + - { offsetInCU: 0x3119, offset: 0xA2635, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SgWOy', symObjAddr: 0x5FE0, symBinAddr: 0x64920, symSize: 0x20 } + - { offsetInCU: 0x312D, offset: 0xA2649, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18backgroundBehavioryACyxGAA0a10BackgroundD0OFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x6020, symBinAddr: 0x64960, symSize: 0x30 } + - { offsetInCU: 0x31CC, offset: 0xA26E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV18accessibilityLabelyACyxGSSSgFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x6070, symBinAddr: 0x649B0, symSize: 0x20 } + - { offsetInCU: 0x31E0, offset: 0xA26FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13configurationyACyxGAA0A13ConfigurationVFyAA0a9AnimationB0CcfU_TA', symObjAddr: 0x6110, symBinAddr: 0x64A20, symSize: 0x10 } + - { offsetInCU: 0x31F4, offset: 0xA2710, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13imageProvideryACyxGqd__AA014AnimationImageD0Rd__SQRd__lFSbAaF_p_AaF_ptcfU_TA', symObjAddr: 0x6170, symBinAddr: 0x64A50, symSize: 0x30 } + - { offsetInCU: 0x3208, offset: 0xA2724, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOd', symObjAddr: 0x61A0, symBinAddr: 0x64A80, symSize: 0x40 } + - { offsetInCU: 0x321C, offset: 0xA2738, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12textProvideryACyxGqd__AA020AnimationKeypathTextD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x6200, symBinAddr: 0x64AE0, symSize: 0x30 } + - { offsetInCU: 0x3230, offset: 0xA274C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV12fontProvideryACyxGqd__AA013AnimationFontD0Rd__SQRd__lFyAA0aeB0CcfU_TA', symObjAddr: 0x6270, symBinAddr: 0x64B50, symSize: 0x50 } + - { offsetInCU: 0x3244, offset: 0xA2760, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV13valueProvider_3forACyxGqd___AA16AnimationKeypathVtAA08AnyValueD0Rd__SQRd__lFyAA0afB0CcfU_TA', symObjAddr: 0x6330, symBinAddr: 0x64C10, symSize: 0x40 } + - { offsetInCU: 0x3258, offset: 0xA2774, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgWOy', symObjAddr: 0x63A0, symBinAddr: 0x64C80, symSize: 0x30 } + - { offsetInCU: 0x326C, offset: 0xA2788, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI25AnimationTimelineScheduleVAcA0dE0AAWl', symObjAddr: 0x63D0, symBinAddr: 0x64CB0, symSize: 0x40 } + - { offsetInCU: 0x3280, offset: 0xA279C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AA20ConfigurationContextAaEP_AA0B9ProvidingPWT', symObjAddr: 0x6640, symBinAddr: 0x64F20, symSize: 0x20 } + - { offsetInCU: 0x3294, offset: 0xA27B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxGAA022UIViewConfiguringSwiftC0AAWI', symObjAddr: 0x66E0, symBinAddr: 0x64FC0, symSize: 0x20 } + - { offsetInCU: 0x32A8, offset: 0xA27C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AA4BodyAeFP_AHWT', symObjAddr: 0x6700, symBinAddr: 0x64FE0, symSize: 0x30 } + - { offsetInCU: 0x32BC, offset: 0xA27D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMi', symObjAddr: 0x6730, symBinAddr: 0x65010, symSize: 0x10 } + - { offsetInCU: 0x32D0, offset: 0xA27EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwCP', symObjAddr: 0x6740, symBinAddr: 0x65020, symSize: 0x30 } + - { offsetInCU: 0x32E4, offset: 0xA2800, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwxx', symObjAddr: 0x6770, symBinAddr: 0x65050, symSize: 0x1A0 } + - { offsetInCU: 0x32F8, offset: 0xA2814, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwcp', symObjAddr: 0x6910, symBinAddr: 0x651F0, symSize: 0x470 } + - { offsetInCU: 0x330C, offset: 0xA2828, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwca', symObjAddr: 0x6D80, symBinAddr: 0x65660, symSize: 0x860 } + - { offsetInCU: 0x3320, offset: 0xA283C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOWOh', symObjAddr: 0x75E0, symBinAddr: 0x65EC0, symSize: 0x30 } + - { offsetInCU: 0x3334, offset: 0xA2850, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOWOh', symObjAddr: 0x7610, symBinAddr: 0x65EF0, symSize: 0x30 } + - { offsetInCU: 0x3348, offset: 0xA2864, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_0, symObjAddr: 0x7640, symBinAddr: 0x65F20, symSize: 0x120 } + - { offsetInCU: 0x335C, offset: 0xA2878, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVWOh', symObjAddr: 0x7760, symBinAddr: 0x66040, symSize: 0x30 } + - { offsetInCU: 0x3370, offset: 0xA288C, size: 0x8, addend: 0x0, symName: ___swift_memcpy456_8, symObjAddr: 0x78F0, symBinAddr: 0x66070, symSize: 0x10 } + - { offsetInCU: 0x3384, offset: 0xA28A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwta', symObjAddr: 0x7900, symBinAddr: 0x66080, symSize: 0x660 } + - { offsetInCU: 0x3398, offset: 0xA28B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwet', symObjAddr: 0x7F60, symBinAddr: 0x666E0, symSize: 0x40 } + - { offsetInCU: 0x33AC, offset: 0xA28C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVwst', symObjAddr: 0x7FA0, symBinAddr: 0x66720, symSize: 0x100 } + - { offsetInCU: 0x33C0, offset: 0xA28DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVMa', symObjAddr: 0x80A0, symBinAddr: 0x66820, symSize: 0x10 } + - { offsetInCU: 0x33D4, offset: 0xA28F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgyYaKcMa', symObjAddr: 0x8130, symBinAddr: 0x668B0, symSize: 0x40 } + - { offsetInCU: 0x33E8, offset: 0xA2904, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV25getRealtimeAnimationFrameyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x8430, symBinAddr: 0x66BB0, symSize: 0x40 } + - { offsetInCU: 0x33FC, offset: 0xA2918, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x84D0, symBinAddr: 0x66C20, symSize: 0x20 } + - { offsetInCU: 0x3410, offset: 0xA292C, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x84F0, symBinAddr: 0x66C40, symSize: 0x10 } + - { offsetInCU: 0x3424, offset: 0xA2940, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0x8530, symBinAddr: 0x66C80, symSize: 0x50 } + - { offsetInCU: 0x3438, offset: 0xA2954, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_Gctcfcq_AHyxq__GcfU_TA', symObjAddr: 0x85A0, symBinAddr: 0x66CF0, symSize: 0x30 } + - { offsetInCU: 0x344C, offset: 0xA2968, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV28getRealtimeAnimationProgressyQr7SwiftUI7BindingVy12CoreGraphics7CGFloatVGSgFACyxGAE08TimelineB0V7ContextVyAE011EveryMinuteM8ScheduleVs5NeverO_GcfU_yAA0aeB0CcfU_TA', symObjAddr: 0x8610, symBinAddr: 0x66D60, symSize: 0x40 } + - { offsetInCU: 0x3467, offset: 0xA2983, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TA', symObjAddr: 0x88F0, symBinAddr: 0x67010, symSize: 0x90 } + - { offsetInCU: 0x34D7, offset: 0xA29F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_TATQ0_', symObjAddr: 0x8980, symBinAddr: 0x670A0, symSize: 0x50 } + - { offsetInCU: 0x3527, offset: 0xA2A43, size: 0x8, addend: 0x0, symName: '_$sxIeghHr_xs5Error_pIegHrzo_s8SendableRzs5NeverORs_r0_lTRyt_Tg5TA', symObjAddr: 0x89D0, symBinAddr: 0x670F0, symSize: 0x80 } + - { offsetInCU: 0x3550, offset: 0xA2A6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewV24loadAnimationIfNecessary33_787591BEA89A564C71734146BCF90079LLyyFyyYaYbcfU_SSyXEfu_TA', symObjAddr: 0x8A50, symBinAddr: 0x67170, symSize: 0x10 } + - { offsetInCU: 0x3564, offset: 0xA2A80, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x8A60, symBinAddr: 0x67180, symSize: 0x20 } + - { offsetInCU: 0x3578, offset: 0xA2A94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOSgWOy', symObjAddr: 0x8A80, symBinAddr: 0x671A0, symSize: 0x30 } + - { offsetInCU: 0x358C, offset: 0xA2AA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_pWOb', symObjAddr: 0x8B40, symBinAddr: 0x67230, symSize: 0x20 } + - { offsetInCU: 0x35A0, offset: 0xA2ABC, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProvider_p05imageD0_AaB_pAaB_pSbIegnnd_0E17ProvidersAreEqualtSgWOb', symObjAddr: 0x8B60, symBinAddr: 0x67250, symSize: 0x40 } + - { offsetInCU: 0x38F9, offset: 0xA2E15, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV10buildBlockyxxAA0C0RzlFZ', symObjAddr: 0x0, symBinAddr: 0x5EC60, symSize: 0x20 } + - { offsetInCU: 0x3953, offset: 0xA2E6F, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI12TimelineViewVA2A0D0R_rlE_7contentACyxq_Gx_q_AC7ContextVyAA011EveryMinuteC8ScheduleVs5NeverO_GctcfC', symObjAddr: 0x4630, symBinAddr: 0x63210, symSize: 0xF0 } + - { offsetInCU: 0x398C, offset: 0xA2EA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB04view6inputsAE01_B7OutputsVAE11_GraphValueVyxG_AE01_B6InputsVtFZTW', symObjAddr: 0x5090, symBinAddr: 0x63C70, symSize: 0x10 } + - { offsetInCU: 0x39A8, offset: 0xA2EC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP05_makeB4List4view6inputsAE01_bF7OutputsVAE11_GraphValueVyxG_AE01_bF6InputsVtFZTW', symObjAddr: 0x50A0, symBinAddr: 0x63C80, symSize: 0x10 } + - { offsetInCU: 0x39C4, offset: 0xA2EE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A4ViewVyxG7SwiftUI0B0AaeFP14_viewListCount6inputsSiSgAE01_bfG6InputsV_tFZTW', symObjAddr: 0x50B0, symBinAddr: 0x63C90, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0xA3442, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x673B0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0xA345A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC15animationSourceAA0abD0Ovg', symObjAddr: 0x0, symBinAddr: 0x673B0, symSize: 0x10 } + - { offsetInCU: 0x6C, offset: 0xA3487, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC15animationSourceAA0a9AnimationE0Ovg', symObjAddr: 0x10, symBinAddr: 0x673C0, symSize: 0x20 } + - { offsetInCU: 0x99, offset: 0xA34B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwCP', symObjAddr: 0x30, symBinAddr: 0x673E0, symSize: 0x30 } + - { offsetInCU: 0xAD, offset: 0xA34C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwxx', symObjAddr: 0x60, symBinAddr: 0x67410, symSize: 0x20 } + - { offsetInCU: 0xC1, offset: 0xA34DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwcp', symObjAddr: 0x80, symBinAddr: 0x67430, symSize: 0x30 } + - { offsetInCU: 0xD5, offset: 0xA34F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwca', symObjAddr: 0xB0, symBinAddr: 0x67460, symSize: 0x40 } + - { offsetInCU: 0xE9, offset: 0xA3504, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0xF0, symBinAddr: 0x674A0, symSize: 0x10 } + - { offsetInCU: 0xFD, offset: 0xA3518, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwta', symObjAddr: 0x100, symBinAddr: 0x674B0, symSize: 0x30 } + - { offsetInCU: 0x111, offset: 0xA352C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwet', symObjAddr: 0x130, symBinAddr: 0x674E0, symSize: 0x60 } + - { offsetInCU: 0x125, offset: 0xA3540, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwst', symObjAddr: 0x190, symBinAddr: 0x67540, symSize: 0x60 } + - { offsetInCU: 0x139, offset: 0xA3554, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwug', symObjAddr: 0x1F0, symBinAddr: 0x675A0, symSize: 0x10 } + - { offsetInCU: 0x14D, offset: 0xA3568, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwup', symObjAddr: 0x200, symBinAddr: 0x675B0, symSize: 0x10 } + - { offsetInCU: 0x161, offset: 0xA357C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOwui', symObjAddr: 0x210, symBinAddr: 0x675C0, symSize: 0x20 } + - { offsetInCU: 0x175, offset: 0xA3590, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A15AnimationSourceOMa', symObjAddr: 0x230, symBinAddr: 0x675E0, symSize: 0xA } + - { offsetInCU: 0x43, offset: 0xA3702, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMi', symObjAddr: 0x0, symBinAddr: 0x675F0, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0xA3716, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMr', symObjAddr: 0x10, symBinAddr: 0x67600, symSize: 0x50 } + - { offsetInCU: 0xA4, offset: 0xA3763, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11needsUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x60, symBinAddr: 0x67650, symSize: 0xC0 } + - { offsetInCU: 0x116, offset: 0xA37D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC11setProvider8provideryAA08AnyValueE0_p_tF', symObjAddr: 0x120, symBinAddr: 0x67710, symSize: 0xB0 } + - { offsetInCU: 0x193, offset: 0xA3852, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1D0, symBinAddr: 0x677C0, symSize: 0xB0 } + - { offsetInCU: 0x1D2, offset: 0xA3891, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfd', symObjAddr: 0x280, symBinAddr: 0x67870, symSize: 0x30 } + - { offsetInCU: 0x1FF, offset: 0xA38BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCfD', symObjAddr: 0x2B0, symBinAddr: 0x678A0, symSize: 0x20 } + - { offsetInCU: 0x22C, offset: 0xA38EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11needsUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x678D0, symSize: 0x20 } + - { offsetInCU: 0x248, offset: 0xA3907, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP6update5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x300, symBinAddr: 0x678F0, symSize: 0x20 } + - { offsetInCU: 0x273, offset: 0xA3932, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP13valueProviderAA0d5ValueF0_pvgTW', symObjAddr: 0x320, symBinAddr: 0x67910, symSize: 0x40 } + - { offsetInCU: 0x2B4, offset: 0xA3973, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP21originalValueProviderAA0dfG0_pvgTW', symObjAddr: 0x360, symBinAddr: 0x67950, symSize: 0x20 } + - { offsetInCU: 0x2E6, offset: 0xA39A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCyxGAA03AnybC0A2aEP11setProvider8provideryAA0d5ValueF0_p_tFTW', symObjAddr: 0x380, symBinAddr: 0x67970, symSize: 0x20 } + - { offsetInCU: 0x309, offset: 0xA39C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyCMa', symObjAddr: 0x2D0, symBinAddr: 0x678C0, symSize: 0x10 } + - { offsetInCU: 0x78B, offset: 0xA42BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC9animation13imageProvider04textH004fontH004maskD8ToBounds6loggerAcA0aD0C_AA0d5ImageH0_pAA0d11KeypathTextH0_pAA0d4FontH0_pSbAA0A6LoggerCtcfc', symObjAddr: 0x0, symBinAddr: 0x679C0, symSize: 0xFA0 } + - { offsetInCU: 0x1237, offset: 0xA4D66, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfc', symObjAddr: 0xFA0, symBinAddr: 0x68960, symSize: 0x620 } + - { offsetInCU: 0x15F2, offset: 0xA5121, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x15C0, symBinAddr: 0x68F80, symSize: 0x50 } + - { offsetInCU: 0x1638, offset: 0xA5167, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1610, symBinAddr: 0x68FD0, symSize: 0x90 } + - { offsetInCU: 0x16A9, offset: 0xA51D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12needsDisplay6forKeySbSS_tFZTo', symObjAddr: 0x16A0, symBinAddr: 0x69060, symSize: 0xE0 } + - { offsetInCU: 0x1712, offset: 0xA5241, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tF', symObjAddr: 0x1780, symBinAddr: 0x69140, symSize: 0x1E0 } + - { offsetInCU: 0x17B4, offset: 0xA52E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0x1960, symBinAddr: 0x69320, symSize: 0x60 } + - { offsetInCU: 0x17D0, offset: 0xA52FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyF', symObjAddr: 0x19C0, symBinAddr: 0x69380, symSize: 0x1D0 } + - { offsetInCU: 0x1943, offset: 0xA5472, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC7displayyyFTo', symObjAddr: 0x1B90, symBinAddr: 0x69550, symSize: 0x30 } + - { offsetInCU: 0x195F, offset: 0xA548E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x1BC0, symBinAddr: 0x69580, symSize: 0xA0 } + - { offsetInCU: 0x19FD, offset: 0xA552C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC11renderScale12CoreGraphics7CGFloatVvs', symObjAddr: 0x1C60, symBinAddr: 0x69620, symSize: 0xD0 } + - { offsetInCU: 0x1B61, offset: 0xA5690, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC18forceDisplayUpdateyyF', symObjAddr: 0x1D30, symBinAddr: 0x696F0, symSize: 0xB0 } + - { offsetInCU: 0x1C6F, offset: 0xA579E, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x1DE0, symBinAddr: 0x697A0, symSize: 0x120 } + - { offsetInCU: 0x1DD4, offset: 0xA5903, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x1F00, symBinAddr: 0x698C0, symSize: 0xA0 } + - { offsetInCU: 0x1F0B, offset: 0xA5A3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16setValueProvider_7keypathyAA03AnygH0_p_AA0D7KeypathVtF', symObjAddr: 0x2550, symBinAddr: 0x69F10, symSize: 0x1F0 } + - { offsetInCU: 0x211B, offset: 0xA5C4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x2A30, symBinAddr: 0x6A3F0, symSize: 0x1C0 } + - { offsetInCU: 0x22E4, offset: 0xA5E13, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x2BF0, symBinAddr: 0x6A5B0, symSize: 0x1C0 } + - { offsetInCU: 0x24B6, offset: 0xA5FE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC5layer3forSo7CALayerCSgAA0D7KeypathV_tF', symObjAddr: 0x2DB0, symBinAddr: 0x6A770, symSize: 0xB0 } + - { offsetInCU: 0x25D1, offset: 0xA6100, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tF', symObjAddr: 0x3020, symBinAddr: 0x6A9E0, symSize: 0xE0 } + - { offsetInCU: 0x2749, offset: 0xA6278, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCACycfcTo', symObjAddr: 0x35C0, symBinAddr: 0x6AF80, symSize: 0x30 } + - { offsetInCU: 0x27B0, offset: 0xA62DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfD', symObjAddr: 0x35F0, symBinAddr: 0x6AFB0, symSize: 0x30 } + - { offsetInCU: 0x2807, offset: 0xA6336, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP06lottiedE0AA0adE0CSgvsTW', symObjAddr: 0x36B0, symBinAddr: 0x6B070, symSize: 0x30 } + - { offsetInCU: 0x285D, offset: 0xA638C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvgTW', symObjAddr: 0x36E0, symBinAddr: 0x6B0A0, symSize: 0x20 } + - { offsetInCU: 0x289E, offset: 0xA63CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12currentFrame12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x3700, symBinAddr: 0x6B0C0, symSize: 0x20 } + - { offsetInCU: 0x28D0, offset: 0xA63FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP11renderScale12CoreGraphics7CGFloatVvsTW', symObjAddr: 0x3720, symBinAddr: 0x6B0E0, symSize: 0x10 } + - { offsetInCU: 0x2916, offset: 0xA6445, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07respectD9FrameRateSbvsTW', symObjAddr: 0x3730, symBinAddr: 0x6B0F0, symSize: 0x20 } + - { offsetInCU: 0x295B, offset: 0xA648A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x3750, symBinAddr: 0x6B110, symSize: 0x10 } + - { offsetInCU: 0x29A1, offset: 0xA64D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13imageProviderAA0d5ImageH0_pvsTW', symObjAddr: 0x3760, symBinAddr: 0x6B120, symSize: 0x80 } + - { offsetInCU: 0x2A3C, offset: 0xA656B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12textProviderAA0d11KeypathTextH0_pvsTW', symObjAddr: 0x37E0, symBinAddr: 0x6B1A0, symSize: 0x20 } + - { offsetInCU: 0x2A98, offset: 0xA65C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12fontProviderAA0d4FontH0_pvsTW', symObjAddr: 0x3800, symBinAddr: 0x6B1C0, symSize: 0x80 } + - { offsetInCU: 0x2B07, offset: 0xA6636, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP07primaryD3KeyAA0dH0OvgTW', symObjAddr: 0x3880, symBinAddr: 0x6B240, symSize: 0x10 } + - { offsetInCU: 0x2B23, offset: 0xA6652, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP02isD7PlayingSbSgvgTW', symObjAddr: 0x3890, symBinAddr: 0x6B250, symSize: 0x10 } + - { offsetInCU: 0x2B5D, offset: 0xA668C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP12reloadImagesyyFTW', symObjAddr: 0x38A0, symBinAddr: 0x6B260, symSize: 0x20 } + - { offsetInCU: 0x2B9A, offset: 0xA66C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x38C0, symBinAddr: 0x6B280, symSize: 0x10 } + - { offsetInCU: 0x2BB6, offset: 0xA66E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x38D0, symBinAddr: 0x6B290, symSize: 0x10 } + - { offsetInCU: 0x2BD2, offset: 0xA6701, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x38E0, symBinAddr: 0x6B2A0, symSize: 0x10 } + - { offsetInCU: 0x2BEE, offset: 0xA671D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16setValueProvider_7keypathyAA03AnyhI0_p_AA0D7KeypathVtFTW', symObjAddr: 0x38F0, symBinAddr: 0x6B2B0, symSize: 0x10 } + - { offsetInCU: 0x2C0A, offset: 0xA6739, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP8getValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x3900, symBinAddr: 0x6B2C0, symSize: 0x10 } + - { offsetInCU: 0x2C26, offset: 0xA6755, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP16getOriginalValue3for7atFrameypSgAA0D7KeypathV_12CoreGraphics7CGFloatVSgtFTW', symObjAddr: 0x3910, symBinAddr: 0x6B2D0, symSize: 0x10 } + - { offsetInCU: 0x2C42, offset: 0xA6771, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP5layer3forSo7CALayerCSgAA0D7KeypathV_tFTW', symObjAddr: 0x3920, symBinAddr: 0x6B2E0, symSize: 0x10 } + - { offsetInCU: 0x2C5E, offset: 0xA678D, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCAA04RootdE0A2aDP13animatorNodes3forSayAA12AnimatorNode_pGSgAA0D7KeypathV_tFTW', symObjAddr: 0x3930, symBinAddr: 0x6B2F0, symSize: 0x10 } + - { offsetInCU: 0x2C7A, offset: 0xA67A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC12textProviderAA0d11KeypathTextG0_pvsTf4gn_n', symObjAddr: 0x3C30, symBinAddr: 0x6B3F0, symSize: 0x140 } + - { offsetInCU: 0x2E58, offset: 0xA6987, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCfD', symObjAddr: 0x3940, symBinAddr: 0x6B300, symSize: 0x20 } + - { offsetInCU: 0x2E87, offset: 0xA69B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tFTW', symObjAddr: 0x3980, symBinAddr: 0x6B340, symSize: 0x10 } + - { offsetInCU: 0x30A2, offset: 0xA6BD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tFAA16CompositionLayerC_TB5', symObjAddr: 0x1FA0, symBinAddr: 0x69960, symSize: 0x5B0 } + - { offsetInCU: 0x376F, offset: 0xA729E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2740, symBinAddr: 0x6A100, symSize: 0x2F0 } + - { offsetInCU: 0x3A3E, offset: 0xA756D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x2E60, symBinAddr: 0x6A820, symSize: 0x1C0 } + - { offsetInCU: 0x3D75, offset: 0xA78A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tFAA16CompositionLayerC_TB5', symObjAddr: 0x3100, symBinAddr: 0x6AAC0, symSize: 0x4C0 } + - { offsetInCU: 0x42EB, offset: 0xA7E1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCfETo', symObjAddr: 0x3620, symBinAddr: 0x6AFE0, symSize: 0x70 } + - { offsetInCU: 0x431A, offset: 0xA7E49, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerCMa', symObjAddr: 0x3690, symBinAddr: 0x6B050, symSize: 0x20 } + - { offsetInCU: 0x432E, offset: 0xA7E5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCMa', symObjAddr: 0x3960, symBinAddr: 0x6B320, symSize: 0x20 } + - { offsetInCU: 0x4342, offset: 0xA7E71, size: 0x8, addend: 0x0, symName: '_$sSa37_appendElementAssumeUniqueAndCapacity_03newB0ySi_xntF6Lottie12AnimatorNode_p_Tg5Tf4nen_n', symObjAddr: 0x39D0, symBinAddr: 0x6B350, symSize: 0x20 } + - { offsetInCU: 0x4375, offset: 0xA7EA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pSgWOh', symObjAddr: 0x39F0, symBinAddr: 0x6B370, symSize: 0x30 } + - { offsetInCU: 0x4389, offset: 0xA7EB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu0_TA', symObjAddr: 0x3AB0, symBinAddr: 0x6B3A0, symSize: 0x30 } + - { offsetInCU: 0x43B2, offset: 0xA7EE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x3AE0, symBinAddr: 0x6B3D0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0xA86FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x6B5C0, symSize: 0x230 } + - { offsetInCU: 0xE0, offset: 0xA87B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5solidAcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x6B5C0, symSize: 0x230 } + - { offsetInCU: 0x1B2, offset: 0xA8889, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x230, symBinAddr: 0x6B7F0, symSize: 0x170 } + - { offsetInCU: 0x22E, offset: 0xA8905, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x3A0, symBinAddr: 0x6B960, symSize: 0x50 } + - { offsetInCU: 0x274, offset: 0xA894B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x3F0, symBinAddr: 0x6B9B0, symSize: 0xA0 } + - { offsetInCU: 0x2CD, offset: 0xA89A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x490, symBinAddr: 0x6BA50, symSize: 0xF0 } + - { offsetInCU: 0x3F8, offset: 0xA8ACF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x580, symBinAddr: 0x6BB40, symSize: 0x130 } + - { offsetInCU: 0x53C, offset: 0xA8C13, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfD', symObjAddr: 0x6E0, symBinAddr: 0x6BCA0, symSize: 0x30 } + - { offsetInCU: 0x686, offset: 0xA8D5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfE', symObjAddr: 0x6B0, symBinAddr: 0x6BC70, symSize: 0x30 } + - { offsetInCU: 0x6B3, offset: 0xA8D8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCfETo', symObjAddr: 0x710, symBinAddr: 0x6BCD0, symSize: 0x30 } + - { offsetInCU: 0x6E2, offset: 0xA8DB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SolidCompositionLayerCMa', symObjAddr: 0x740, symBinAddr: 0x6BD00, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0xA9069, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x6BD20, symSize: 0x170 } + - { offsetInCU: 0xC0, offset: 0xA90DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x260, symBinAddr: 0x6BEB0, symSize: 0x250 } + - { offsetInCU: 0x166, offset: 0xA9180, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x4B0, symBinAddr: 0x6C100, symSize: 0xC0 } + - { offsetInCU: 0x1A5, offset: 0xA91BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfd', symObjAddr: 0x570, symBinAddr: 0x6C1C0, symSize: 0x20 } + - { offsetInCU: 0x1C2, offset: 0xA91DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x590, symBinAddr: 0x6C1E0, symSize: 0x40 } + - { offsetInCU: 0x1E7, offset: 0xA9201, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC2idSSvg', symObjAddr: 0x5D0, symBinAddr: 0x6C220, symSize: 0x30 } + - { offsetInCU: 0x23B, offset: 0xA9255, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x640, symBinAddr: 0x6C290, symSize: 0x60 } + - { offsetInCU: 0x27E, offset: 0xA9298, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x6A0, symBinAddr: 0x6C2F0, symSize: 0x20 } + - { offsetInCU: 0x2BE, offset: 0xA92D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x6C0, symBinAddr: 0x6C310, symSize: 0x10 } + - { offsetInCU: 0x309, offset: 0xA9323, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x6D0, symBinAddr: 0x6C320, symSize: 0x60 } + - { offsetInCU: 0x354, offset: 0xA936E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x730, symBinAddr: 0x6C380, symSize: 0x10 } + - { offsetInCU: 0x370, offset: 0xA938A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x740, symBinAddr: 0x6C390, symSize: 0x10 } + - { offsetInCU: 0x38C, offset: 0xA93A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO11stringValueSSvgTf4d_n', symObjAddr: 0xA40, symBinAddr: 0x6C670, symSize: 0x20 } + - { offsetInCU: 0x3C8, offset: 0xA93E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCfD', symObjAddr: 0x790, symBinAddr: 0x6C3E0, symSize: 0x20 } + - { offsetInCU: 0x413, offset: 0xA942D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7B0, symBinAddr: 0x6C400, symSize: 0x20 } + - { offsetInCU: 0x436, offset: 0xA9450, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x7D0, symBinAddr: 0x6C420, symSize: 0x20 } + - { offsetInCU: 0x45A, offset: 0xA9474, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetCMa', symObjAddr: 0x210, symBinAddr: 0x6BE90, symSize: 0x20 } + - { offsetInCU: 0x46E, offset: 0xA9488, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwet', symObjAddr: 0x850, symBinAddr: 0x6C480, symSize: 0x50 } + - { offsetInCU: 0x482, offset: 0xA949C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwst', symObjAddr: 0x8A0, symBinAddr: 0x6C4D0, symSize: 0xA0 } + - { offsetInCU: 0x496, offset: 0xA94B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwug', symObjAddr: 0x940, symBinAddr: 0x6C570, symSize: 0x10 } + - { offsetInCU: 0x4AA, offset: 0xA94C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwup', symObjAddr: 0x950, symBinAddr: 0x6C580, symSize: 0x10 } + - { offsetInCU: 0x4BE, offset: 0xA94D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOwui', symObjAddr: 0x960, symBinAddr: 0x6C590, symSize: 0x10 } + - { offsetInCU: 0x4D2, offset: 0xA94EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOMa', symObjAddr: 0x970, symBinAddr: 0x6C5A0, symSize: 0x10 } + - { offsetInCU: 0x4E6, offset: 0xA9500, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASQWb', symObjAddr: 0x980, symBinAddr: 0x6C5B0, symSize: 0x10 } + - { offsetInCU: 0x4FA, offset: 0xA9514, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFSQAAWl', symObjAddr: 0x990, symBinAddr: 0x6C5C0, symSize: 0x30 } + - { offsetInCU: 0x50E, offset: 0xA9528, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x9C0, symBinAddr: 0x6C5F0, symSize: 0x10 } + - { offsetInCU: 0x522, offset: 0xA953C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x9D0, symBinAddr: 0x6C600, symSize: 0x30 } + - { offsetInCU: 0x536, offset: 0xA9550, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA00, symBinAddr: 0x6C630, symSize: 0x10 } + - { offsetInCU: 0x54A, offset: 0xA9564, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA10, symBinAddr: 0x6C640, symSize: 0x30 } + - { offsetInCU: 0x5A2, offset: 0xA95BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x600, symBinAddr: 0x6C250, symSize: 0x10 } + - { offsetInCU: 0x5E2, offset: 0xA95FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH9hashValueSivgTW', symObjAddr: 0x610, symBinAddr: 0x6C260, symSize: 0x10 } + - { offsetInCU: 0x622, offset: 0xA963C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x620, symBinAddr: 0x6C270, symSize: 0x10 } + - { offsetInCU: 0x662, offset: 0xA967C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x630, symBinAddr: 0x6C280, symSize: 0x10 } + - { offsetInCU: 0x699, offset: 0xA96B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x750, symBinAddr: 0x6C3A0, symSize: 0x20 } + - { offsetInCU: 0x6B5, offset: 0xA96CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x770, symBinAddr: 0x6C3C0, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0xA98BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC10layerModelAcA0dF0C_tcfc', symObjAddr: 0x0, symBinAddr: 0x6C690, symSize: 0x220 } + - { offsetInCU: 0xE0, offset: 0xA994B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x220, symBinAddr: 0x6C8B0, symSize: 0x6F0 } + - { offsetInCU: 0x27E, offset: 0xA9AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC06renderD8ContentsSbvg', symObjAddr: 0x910, symBinAddr: 0x6CFA0, symSize: 0x10 } + - { offsetInCU: 0x2A9, offset: 0xA9B14, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC05setupD10Animations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x920, symBinAddr: 0x6CFB0, symSize: 0xD10 } + - { offsetInCU: 0x749, offset: 0xA9FB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC14setupSublayers33_569130E0C2329B8CD6C17F433FB572B2LLyyF', symObjAddr: 0x1630, symBinAddr: 0x6DCC0, symSize: 0x490 } + - { offsetInCU: 0xA2E, offset: 0xAA299, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1AC0, symBinAddr: 0x6E150, symSize: 0xA0 } + - { offsetInCU: 0xA7A, offset: 0xAA2E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x1B60, symBinAddr: 0x6E1F0, symSize: 0x220 } + - { offsetInCU: 0xB4A, offset: 0xAA3B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1D80, symBinAddr: 0x6E410, symSize: 0x50 } + - { offsetInCU: 0xB90, offset: 0xAA3FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerC11addSublayeryySo7CALayerCFTo', symObjAddr: 0x1DD0, symBinAddr: 0x6E460, symSize: 0x70 } + - { offsetInCU: 0xC0A, offset: 0xAA475, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCACycfcTo', symObjAddr: 0x1E40, symBinAddr: 0x6E4D0, symSize: 0x30 } + - { offsetInCU: 0xC71, offset: 0xAA4DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfD', symObjAddr: 0x1EA0, symBinAddr: 0x6E530, symSize: 0x30 } + - { offsetInCU: 0xFD0, offset: 0xAA83B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfE', symObjAddr: 0x1E70, symBinAddr: 0x6E500, symSize: 0x30 } + - { offsetInCU: 0xFFD, offset: 0xAA868, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCfETo', symObjAddr: 0x1ED0, symBinAddr: 0x6E560, symSize: 0x30 } + - { offsetInCU: 0x102C, offset: 0xAA897, size: 0x8, addend: 0x0, symName: '_$s6Lottie20BaseCompositionLayerCMa', symObjAddr: 0x1F00, symBinAddr: 0x6E590, symSize: 0x20 } + - { offsetInCU: 0x1040, offset: 0xAA8AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOc', symObjAddr: 0x1FF0, symBinAddr: 0x6E5E0, symSize: 0x40 } + - { offsetInCU: 0x1054, offset: 0xAA8BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pSgWOh', symObjAddr: 0x2070, symBinAddr: 0x6E620, symSize: 0x30 } + - { offsetInCU: 0x1068, offset: 0xAA8D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DropShadowModel_pWOb', symObjAddr: 0x20A0, symBinAddr: 0x6E650, symSize: 0x1F } + - { offsetInCU: 0x2B, offset: 0xAAC61, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x6E670, symSize: 0x60 } + - { offsetInCU: 0x4F, offset: 0xAAC85, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeColorSo10CGColorRefaSgvg', symObjAddr: 0x0, symBinAddr: 0x6E670, symSize: 0x60 } + - { offsetInCU: 0x7E, offset: 0xAACB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC11strokeWidth12CoreGraphics7CGFloatVvg', symObjAddr: 0x60, symBinAddr: 0x6E6D0, symSize: 0x60 } + - { offsetInCU: 0xAD, offset: 0xAACE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC8tracking12CoreGraphics7CGFloatVvg', symObjAddr: 0xC0, symBinAddr: 0x6E730, symSize: 0x60 } + - { offsetInCU: 0xDC, offset: 0xAAD12, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC5xformSo13CATransform3DVvg', symObjAddr: 0x120, symBinAddr: 0x6E790, symSize: 0x150 } + - { offsetInCU: 0x10B, offset: 0xAAD41, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC9fillColorSo10CGColorRefaSgvg', symObjAddr: 0x270, symBinAddr: 0x6E8E0, symSize: 0x60 } + - { offsetInCU: 0x13A, offset: 0xAAD70, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeC7opacity12CoreGraphics7CGFloatVvg', symObjAddr: 0x2D0, symBinAddr: 0x6E940, symSize: 0x60 } + - { offsetInCU: 0x169, offset: 0xAAD9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfd', symObjAddr: 0x740, symBinAddr: 0x6EDB0, symSize: 0x80 } + - { offsetInCU: 0x196, offset: 0xAADCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCfD', symObjAddr: 0x7C0, symBinAddr: 0x6EE30, symSize: 0x20 } + - { offsetInCU: 0x1C3, offset: 0xAADF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x800, symBinAddr: 0x6EE70, symSize: 0x10 } + - { offsetInCU: 0x1EE, offset: 0xAAE24, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x810, symBinAddr: 0x6EE80, symSize: 0x30 } + - { offsetInCU: 0x220, offset: 0xAAE56, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x840, symBinAddr: 0x6EEB0, symSize: 0x10 } + - { offsetInCU: 0x4FF, offset: 0xAB135, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x330, symBinAddr: 0x6E9A0, symSize: 0x290 } + - { offsetInCU: 0x731, offset: 0xAB367, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfd', symObjAddr: 0x5C0, symBinAddr: 0x6EC30, symSize: 0xD0 } + - { offsetInCU: 0x75E, offset: 0xAB394, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCfD', symObjAddr: 0x690, symBinAddr: 0x6ED00, symSize: 0x20 } + - { offsetInCU: 0x79A, offset: 0xAB3D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA0D11PropertyMapA2aDP10propertiesSayAA03AnydF0_pGvgTW', symObjAddr: 0x6D0, symBinAddr: 0x6ED40, symSize: 0x20 } + - { offsetInCU: 0x7DB, offset: 0xAB411, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x6F0, symBinAddr: 0x6ED60, symSize: 0x30 } + - { offsetInCU: 0x81C, offset: 0xAB452, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP07keypathE0SDySSAA03AnyD8Property_pGvgTW', symObjAddr: 0x720, symBinAddr: 0x6ED90, symSize: 0x20 } + - { offsetInCU: 0x84E, offset: 0xAB484, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesC04textC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0xF20, symBinAddr: 0x6F550, symSize: 0x25C0 } + - { offsetInCU: 0x16BD, offset: 0xAC2F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCMa', symObjAddr: 0x6B0, symBinAddr: 0x6ED20, symSize: 0x20 } + - { offsetInCU: 0x16D1, offset: 0xAC307, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextOutputNodeCMa', symObjAddr: 0x7E0, symBinAddr: 0x6EE50, symSize: 0x20 } + - { offsetInCU: 0x1711, offset: 0xAC347, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCfD', symObjAddr: 0x850, symBinAddr: 0x6EEC0, symSize: 0x40 } + - { offsetInCU: 0x1777, offset: 0xAC3AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyF0pvgTW', symObjAddr: 0x8B0, symBinAddr: 0x6EF20, symSize: 0x40 } + - { offsetInCU: 0x17C2, offset: 0xAC3F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x8F0, symBinAddr: 0x6EF60, symSize: 0x30 } + - { offsetInCU: 0x1815, offset: 0xAC44B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x920, symBinAddr: 0x6EF90, symSize: 0x40 } + - { offsetInCU: 0x1860, offset: 0xAC496, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x960, symBinAddr: 0x6EFD0, symSize: 0x10 } + - { offsetInCU: 0x1893, offset: 0xAC4C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x970, symBinAddr: 0x6EFE0, symSize: 0x10 } + - { offsetInCU: 0x18BE, offset: 0xAC4F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x980, symBinAddr: 0x6EFF0, symSize: 0x10 } + - { offsetInCU: 0x18F1, offset: 0xAC527, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x990, symBinAddr: 0x6F000, symSize: 0x10 } + - { offsetInCU: 0x191C, offset: 0xAC552, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x9A0, symBinAddr: 0x6F010, symSize: 0x10 } + - { offsetInCU: 0x194F, offset: 0xAC585, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x9B0, symBinAddr: 0x6F020, symSize: 0x10 } + - { offsetInCU: 0x197A, offset: 0xAC5B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x9C0, symBinAddr: 0x6F030, symSize: 0x10 } + - { offsetInCU: 0x19BC, offset: 0xAC5F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x9D0, symBinAddr: 0x6F040, symSize: 0x10 } + - { offsetInCU: 0x19FE, offset: 0xAC634, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x9E0, symBinAddr: 0x6F050, symSize: 0x20 } + - { offsetInCU: 0x1A31, offset: 0xAC667, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCAA0cD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA00, symBinAddr: 0x6F070, symSize: 0x10 } + - { offsetInCU: 0x1A62, offset: 0xAC698, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xAC0, symBinAddr: 0x6F130, symSize: 0x420 } + - { offsetInCU: 0x1F0C, offset: 0xACB42, size: 0x8, addend: 0x0, symName: '_$s6Lottie16TextAnimatorNodeCMa', symObjAddr: 0x890, symBinAddr: 0x6EF00, symSize: 0x20 } + - { offsetInCU: 0x1F47, offset: 0xACB7D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_6Lottie15AnyNodeProperty_pTg5Tf4nnen_n', symObjAddr: 0xA10, symBinAddr: 0x6F080, symSize: 0xB0 } + - { offsetInCU: 0x2B, offset: 0xAD0B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x71B10, symSize: 0x110 } + - { offsetInCU: 0x79, offset: 0xAD102, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x71B10, symSize: 0x110 } + - { offsetInCU: 0xC7, offset: 0xAD150, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC5blockACSo6CGSizeV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x110, symBinAddr: 0x71C20, symSize: 0xF0 } + - { offsetInCU: 0xFB, offset: 0xAD184, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfC', symObjAddr: 0x260, symBinAddr: 0x71D70, symSize: 0x50 } + - { offsetInCU: 0x119, offset: 0xAD1A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCyACSo6CGSizeVcfc', symObjAddr: 0x2B0, symBinAddr: 0x71DC0, symSize: 0x100 } + - { offsetInCU: 0x1BF, offset: 0xAD248, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvg', symObjAddr: 0x4A0, symBinAddr: 0x71F70, symSize: 0x30 } + - { offsetInCU: 0x20A, offset: 0xAD293, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvs', symObjAddr: 0x4D0, symBinAddr: 0x71FA0, symSize: 0x50 } + - { offsetInCU: 0x24E, offset: 0xAD2D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM', symObjAddr: 0x520, symBinAddr: 0x71FF0, symSize: 0x40 } + - { offsetInCU: 0x27B, offset: 0xAD304, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC4sizeSo6CGSizeVvM.resume.0', symObjAddr: 0x560, symBinAddr: 0x72030, symSize: 0x30 } + - { offsetInCU: 0x2C5, offset: 0xAD34E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9valueTypeypXpvg', symObjAddr: 0x590, symBinAddr: 0x72060, symSize: 0x10 } + - { offsetInCU: 0x2F0, offset: 0xAD379, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x5A0, symBinAddr: 0x72070, symSize: 0xB0 } + - { offsetInCU: 0x33B, offset: 0xAD3C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x670, symBinAddr: 0x72140, symSize: 0x30 } + - { offsetInCU: 0x3A1, offset: 0xAD42A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x710, symBinAddr: 0x721E0, symSize: 0x20 } + - { offsetInCU: 0x3C4, offset: 0xAD44D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfd', symObjAddr: 0x730, symBinAddr: 0x72200, symSize: 0x20 } + - { offsetInCU: 0x3FF, offset: 0xAD488, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCfD', symObjAddr: 0x780, symBinAddr: 0x72220, symSize: 0x30 } + - { offsetInCU: 0x442, offset: 0xAD4CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x7B0, symBinAddr: 0x72250, symSize: 0x20 } + - { offsetInCU: 0x45E, offset: 0xAD4E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x7D0, symBinAddr: 0x72270, symSize: 0x10 } + - { offsetInCU: 0x4A4, offset: 0xAD52D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7E0, symBinAddr: 0x72280, symSize: 0x20 } + - { offsetInCU: 0x504, offset: 0xAD58D, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOe', symObjAddr: 0x200, symBinAddr: 0x71D10, symSize: 0x20 } + - { offsetInCU: 0x518, offset: 0xAD5A1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVACSHAAWl', symObjAddr: 0x220, symBinAddr: 0x71D30, symSize: 0x40 } + - { offsetInCU: 0x54D, offset: 0xAD5D6, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGSayxGSHsSHRzlWl', symObjAddr: 0x3F0, symBinAddr: 0x71EC0, symSize: 0x50 } + - { offsetInCU: 0x561, offset: 0xAD5EA, size: 0x8, addend: 0x0, symName: '_$sSay12CoreGraphics7CGFloatVGMa', symObjAddr: 0x440, symBinAddr: 0x71F10, symSize: 0x30 } + - { offsetInCU: 0x575, offset: 0xAD5FE, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSHAAWl', symObjAddr: 0x470, symBinAddr: 0x71F40, symSize: 0x30 } + - { offsetInCU: 0x589, offset: 0xAD612, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo6CGSizeVIegyd_SgWOy', symObjAddr: 0x650, symBinAddr: 0x72120, symSize: 0x20 } + - { offsetInCU: 0x59D, offset: 0xAD626, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6D0, symBinAddr: 0x721A0, symSize: 0x40 } + - { offsetInCU: 0x5E5, offset: 0xAD66E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x800, symBinAddr: 0x722A0, symSize: 0x20 } + - { offsetInCU: 0x614, offset: 0xAD69D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x820, symBinAddr: 0x722C0, symSize: 0x10 } + - { offsetInCU: 0x65E, offset: 0xAD6E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x830, symBinAddr: 0x722D0, symSize: 0x20 } + - { offsetInCU: 0x6A5, offset: 0xAD72E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCMa', symObjAddr: 0x8D0, symBinAddr: 0x72370, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0xAD955, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07currentbC4ModeAA0bcF0Ovg', symObjAddr: 0x0, symBinAddr: 0x723D0, symSize: 0xA0 } + - { offsetInCU: 0xA0, offset: 0xAD9B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie27ReducedMotionOptionProvider_pWOb', symObjAddr: 0xD0, symBinAddr: 0x72470, symSize: 0x20 } + - { offsetInCU: 0xB4, offset: 0xAD9CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO08standardC0ACvgZ', symObjAddr: 0x180, symBinAddr: 0x72490, symSize: 0x10 } + - { offsetInCU: 0xE0, offset: 0xAD9F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO07reducedC0ACvgZ', symObjAddr: 0x190, symBinAddr: 0x724A0, symSize: 0x10 } + - { offsetInCU: 0x10C, offset: 0xADA22, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO06systembC6ToggleACvgZ', symObjAddr: 0x1A0, symBinAddr: 0x724B0, symSize: 0x50 } + - { offsetInCU: 0x154, offset: 0xADA6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVACycfC', symObjAddr: 0x1F0, symBinAddr: 0x72500, symSize: 0x10 } + - { offsetInCU: 0x172, offset: 0xADA88, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderV07currentcD4ModeAA0cdH0Ovg', symObjAddr: 0x590, symBinAddr: 0x728A0, symSize: 0x20 } + - { offsetInCU: 0x197, offset: 0xADAAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVAA0cdeF0A2aDP07currentcD4ModeAA0cdH0OvgTW', symObjAddr: 0x5B0, symBinAddr: 0x728C0, symSize: 0x20 } + - { offsetInCU: 0x1CA, offset: 0xADAE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZ', symObjAddr: 0x200, symBinAddr: 0x72510, symSize: 0x10 } + - { offsetInCU: 0x1EA, offset: 0xADB00, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x210, symBinAddr: 0x72520, symSize: 0x10 } + - { offsetInCU: 0x24C, offset: 0xADB62, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x480, symBinAddr: 0x72790, symSize: 0x20 } + - { offsetInCU: 0x2AF, offset: 0xADBC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeO9hashValueSivg', symObjAddr: 0x4A0, symBinAddr: 0x727B0, symSize: 0x40 } + - { offsetInCU: 0x3AA, offset: 0xADCC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4E0, symBinAddr: 0x727F0, symSize: 0x10 } + - { offsetInCU: 0x400, offset: 0xADD16, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH9hashValueSivgTW', symObjAddr: 0x4F0, symBinAddr: 0x72800, symSize: 0x40 } + - { offsetInCU: 0x4E4, offset: 0xADDFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x530, symBinAddr: 0x72840, symSize: 0x20 } + - { offsetInCU: 0x578, offset: 0xADE8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO4hash4intoys6HasherVz_tF', symObjAddr: 0x220, symBinAddr: 0x72530, symSize: 0x80 } + - { offsetInCU: 0x728, offset: 0xAE03E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO9hashValueSivg', symObjAddr: 0x2A0, symBinAddr: 0x725B0, symSize: 0xA0 } + - { offsetInCU: 0x892, offset: 0xAE1A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH9hashValueSivgTW', symObjAddr: 0x340, symBinAddr: 0x72650, symSize: 0x10 } + - { offsetInCU: 0x8AE, offset: 0xAE1C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x350, symBinAddr: 0x72660, symSize: 0x80 } + - { offsetInCU: 0x9BB, offset: 0xAE2D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x470, symBinAddr: 0x72780, symSize: 0x10 } + - { offsetInCU: 0x9ED, offset: 0xAE303, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x5D0, symBinAddr: 0x728E0, symSize: 0x120 } + - { offsetInCU: 0xAA6, offset: 0xAE3BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASQWb', symObjAddr: 0x6F0, symBinAddr: 0x72A00, symSize: 0x10 } + - { offsetInCU: 0xABA, offset: 0xAE3D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOACSQAAWl', symObjAddr: 0x700, symBinAddr: 0x72A10, symSize: 0x30 } + - { offsetInCU: 0xACE, offset: 0xAE3E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASQWb', symObjAddr: 0x730, symBinAddr: 0x72A40, symSize: 0x10 } + - { offsetInCU: 0xAE2, offset: 0xAE3F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOACSQAAWl', symObjAddr: 0x740, symBinAddr: 0x72A50, symSize: 0x30 } + - { offsetInCU: 0xAF6, offset: 0xAE40C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwCP', symObjAddr: 0x770, symBinAddr: 0x72A80, symSize: 0x30 } + - { offsetInCU: 0xB0A, offset: 0xAE420, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwxx', symObjAddr: 0x7A0, symBinAddr: 0x72AB0, symSize: 0x40 } + - { offsetInCU: 0xB1E, offset: 0xAE434, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwcp', symObjAddr: 0x7E0, symBinAddr: 0x72AF0, symSize: 0x80 } + - { offsetInCU: 0xB32, offset: 0xAE448, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwca', symObjAddr: 0x860, symBinAddr: 0x72B70, symSize: 0xA0 } + - { offsetInCU: 0xB46, offset: 0xAE45C, size: 0x8, addend: 0x0, symName: ___swift_memcpy81_8, symObjAddr: 0x900, symBinAddr: 0x72C10, symSize: 0x40 } + - { offsetInCU: 0xB5A, offset: 0xAE470, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwta', symObjAddr: 0x940, symBinAddr: 0x72C50, symSize: 0x90 } + - { offsetInCU: 0xB6E, offset: 0xAE484, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwet', symObjAddr: 0x9D0, symBinAddr: 0x72CE0, symSize: 0x40 } + - { offsetInCU: 0xB82, offset: 0xAE498, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwst', symObjAddr: 0xA10, symBinAddr: 0x72D20, symSize: 0x60 } + - { offsetInCU: 0xB96, offset: 0xAE4AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwug', symObjAddr: 0xA70, symBinAddr: 0x72D80, symSize: 0x20 } + - { offsetInCU: 0xBAA, offset: 0xAE4C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwup', symObjAddr: 0xA90, symBinAddr: 0x72DA0, symSize: 0x10 } + - { offsetInCU: 0xBBE, offset: 0xAE4D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOwui', symObjAddr: 0xAA0, symBinAddr: 0x72DB0, symSize: 0x30 } + - { offsetInCU: 0xBD2, offset: 0xAE4E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOMa', symObjAddr: 0xAD0, symBinAddr: 0x72DE0, symSize: 0x10 } + - { offsetInCU: 0xBE6, offset: 0xAE4FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwet', symObjAddr: 0xB00, symBinAddr: 0x72DF0, symSize: 0x80 } + - { offsetInCU: 0xBFA, offset: 0xAE510, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwst', symObjAddr: 0xB80, symBinAddr: 0x72E70, symSize: 0xD0 } + - { offsetInCU: 0xC0E, offset: 0xAE524, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwug', symObjAddr: 0xC50, symBinAddr: 0x72F40, symSize: 0x10 } + - { offsetInCU: 0xC22, offset: 0xAE538, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwup', symObjAddr: 0xC60, symBinAddr: 0x72F50, symSize: 0x10 } + - { offsetInCU: 0xC36, offset: 0xAE54C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOwui', symObjAddr: 0xC70, symBinAddr: 0x72F60, symSize: 0x10 } + - { offsetInCU: 0xC4A, offset: 0xAE560, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOMa', symObjAddr: 0xC80, symBinAddr: 0x72F70, symSize: 0x10 } + - { offsetInCU: 0xC5E, offset: 0xAE574, size: 0x8, addend: 0x0, symName: '_$s6Lottie33SystemReducedMotionOptionProviderVMa', symObjAddr: 0xCA0, symBinAddr: 0x72F90, symSize: 0xA } + - { offsetInCU: 0xD05, offset: 0xAE61B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3D0, symBinAddr: 0x726E0, symSize: 0xA0 } + - { offsetInCU: 0xE5C, offset: 0xAE772, size: 0x8, addend: 0x0, symName: '_$s6Lottie17ReducedMotionModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x550, symBinAddr: 0x72860, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0xAE97F, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x72FA0, symSize: 0x640 } + - { offsetInCU: 0x2A0, offset: 0xAEBF8, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate_10outTangent02inE06amount13maxIterations7samples8accuracyA2B_A2B12CoreGraphics7CGFloatVS2iAMtF', symObjAddr: 0x0, symBinAddr: 0x72FA0, symSize: 0x640 } + - { offsetInCU: 0x2B, offset: 0xAF77B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x735E0, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0xAF7BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x735E0, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0xAF80F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0x73650, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0xAF850, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0x73670, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xAF891, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0x736A0, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0xAF8C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesC7ellipseAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x5E0, symBinAddr: 0x73B80, symSize: 0x2C0 } + - { offsetInCU: 0x41D, offset: 0xAFB6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCMa', symObjAddr: 0x50, symBinAddr: 0x73630, symSize: 0x20 } + - { offsetInCU: 0x4EF, offset: 0xAFC3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0x736C0, symSize: 0xB0 } + - { offsetInCU: 0x5DD, offset: 0xAFD2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCfD', symObjAddr: 0x190, symBinAddr: 0x73770, symSize: 0x40 } + - { offsetInCU: 0x63E, offset: 0xAFD8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x1F0, symBinAddr: 0x737D0, symSize: 0x40 } + - { offsetInCU: 0x688, offset: 0xAFDD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x230, symBinAddr: 0x73810, symSize: 0x30 } + - { offsetInCU: 0x6BA, offset: 0xAFE0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x260, symBinAddr: 0x73840, symSize: 0x10 } + - { offsetInCU: 0x6D6, offset: 0xAFE26, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x270, symBinAddr: 0x73850, symSize: 0x10 } + - { offsetInCU: 0x73A, offset: 0xAFE8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x280, symBinAddr: 0x73860, symSize: 0x20 } + - { offsetInCU: 0x79C, offset: 0xAFEEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2A0, symBinAddr: 0x73880, symSize: 0x10 } + - { offsetInCU: 0x7C7, offset: 0xAFF17, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2B0, symBinAddr: 0x73890, symSize: 0x10 } + - { offsetInCU: 0x7F9, offset: 0xAFF49, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2C0, symBinAddr: 0x738A0, symSize: 0x10 } + - { offsetInCU: 0x824, offset: 0xAFF74, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x2D0, symBinAddr: 0x738B0, symSize: 0x10 } + - { offsetInCU: 0x865, offset: 0xAFFB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0x738C0, symSize: 0x10 } + - { offsetInCU: 0x8A6, offset: 0xAFFF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x2F0, symBinAddr: 0x738D0, symSize: 0x20 } + - { offsetInCU: 0x8E7, offset: 0xB0037, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x310, symBinAddr: 0x738F0, symSize: 0x20 } + - { offsetInCU: 0x919, offset: 0xB0069, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeC06parentC07ellipseAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x8A0, symBinAddr: 0x73E40, symSize: 0x130 } + - { offsetInCU: 0x9D3, offset: 0xB0123, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCMa', symObjAddr: 0x1D0, symBinAddr: 0x737B0, symSize: 0x20 } + - { offsetInCU: 0xAD0, offset: 0xB0220, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV7ellipse4size6center9directionACSo6CGSizeV_So7CGPointVAA0C9DirectionOtFZTf4nnnd_n', symObjAddr: 0x330, symBinAddr: 0x73910, symSize: 0x270 } + - { offsetInCU: 0x43, offset: 0xB0902, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x73F70, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0xB0916, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwxx', symObjAddr: 0x30, symBinAddr: 0x73FA0, symSize: 0x10 } + - { offsetInCU: 0x6B, offset: 0xB092A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwcp', symObjAddr: 0x40, symBinAddr: 0x73FB0, symSize: 0x30 } + - { offsetInCU: 0x7F, offset: 0xB093E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwca', symObjAddr: 0x70, symBinAddr: 0x73FE0, symSize: 0x50 } + - { offsetInCU: 0x93, offset: 0xB0952, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwta', symObjAddr: 0xE0, symBinAddr: 0x74030, symSize: 0x40 } + - { offsetInCU: 0xA7, offset: 0xB0966, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwet', symObjAddr: 0x120, symBinAddr: 0x74070, symSize: 0x40 } + - { offsetInCU: 0xBB, offset: 0xB097A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVwst', symObjAddr: 0x160, symBinAddr: 0x740B0, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0xB098E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVMa', symObjAddr: 0x1A0, symBinAddr: 0x740F0, symSize: 0x10 } + - { offsetInCU: 0x45C, offset: 0xB0D1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV02cgC0So9CGPathRefayF', symObjAddr: 0x1B0, symBinAddr: 0x74100, symSize: 0x190 } + - { offsetInCU: 0x601, offset: 0xB0EC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9addVertexyyAA05CurveE0VF', symObjAddr: 0x340, symBinAddr: 0x74290, symSize: 0x1F0 } + - { offsetInCU: 0x9D2, offset: 0xB1291, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV04trimC9AtLengths33_3AD676776FA89DEF7F58E43AF7646C3ALL9positionsSayACGSay12CoreGraphics7CGFloatV5start_AJ3endtG_tF', symObjAddr: 0x530, symBinAddr: 0x74480, symSize: 0x1010 } + - { offsetInCU: 0x1F78, offset: 0xB2837, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO8rawValueSSvg', symObjAddr: 0x1540, symBinAddr: 0x75490, symSize: 0x20 } + - { offsetInCU: 0x1FAF, offset: 0xB286E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysO11stringValueSSvg', symObjAddr: 0x1560, symBinAddr: 0x754B0, symSize: 0x20 } + - { offsetInCU: 0x202D, offset: 0xB28EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x15C0, symBinAddr: 0x75510, symSize: 0x70 } + - { offsetInCU: 0x2093, offset: 0xB2952, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1630, symBinAddr: 0x75580, symSize: 0x30 } + - { offsetInCU: 0x20AF, offset: 0xB296E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1660, symBinAddr: 0x755B0, symSize: 0x10 } + - { offsetInCU: 0x20E5, offset: 0xB29A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1670, symBinAddr: 0x755C0, symSize: 0x60 } + - { offsetInCU: 0x216A, offset: 0xB2A29, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x16D0, symBinAddr: 0x75620, symSize: 0x10 } + - { offsetInCU: 0x2186, offset: 0xB2A45, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x16E0, symBinAddr: 0x75630, symSize: 0x10 } + - { offsetInCU: 0x21B9, offset: 0xB2A78, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1730, symBinAddr: 0x75680, symSize: 0x380 } + - { offsetInCU: 0x23BC, offset: 0xB2C7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1AB0, symBinAddr: 0x75A00, symSize: 0x30 } + - { offsetInCU: 0x23F5, offset: 0xB2CB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1AE0, symBinAddr: 0x75A30, symSize: 0x20 } + - { offsetInCU: 0x25B6, offset: 0xB2E75, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x1B00, symBinAddr: 0x75A50, symSize: 0xFE0 } + - { offsetInCU: 0x36FF, offset: 0xB3FBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x2AE0, symBinAddr: 0x76A30, symSize: 0xDC0 } + - { offsetInCU: 0x3F5D, offset: 0xB481C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x3910, symBinAddr: 0x777F0, symSize: 0x30 } + - { offsetInCU: 0x3F71, offset: 0xB4830, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGSgWOh', symObjAddr: 0x3940, symBinAddr: 0x77820, symSize: 0x30 } + - { offsetInCU: 0x3F85, offset: 0xB4844, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie10BezierPathV10CodingKeysOGMa', symObjAddr: 0x39A0, symBinAddr: 0x77850, symSize: 0x50 } + - { offsetInCU: 0x3F99, offset: 0xB4858, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwet', symObjAddr: 0x3AD0, symBinAddr: 0x77900, symSize: 0x80 } + - { offsetInCU: 0x3FAD, offset: 0xB486C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwst', symObjAddr: 0x3B50, symBinAddr: 0x77980, symSize: 0xD0 } + - { offsetInCU: 0x3FC1, offset: 0xB4880, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwug', symObjAddr: 0x3C20, symBinAddr: 0x77A50, symSize: 0x10 } + - { offsetInCU: 0x3FD5, offset: 0xB4894, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwup', symObjAddr: 0x3C30, symBinAddr: 0x77A60, symSize: 0x10 } + - { offsetInCU: 0x3FE9, offset: 0xB48A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOwui', symObjAddr: 0x3C40, symBinAddr: 0x77A70, symSize: 0x10 } + - { offsetInCU: 0x3FFD, offset: 0xB48BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOMa', symObjAddr: 0x3C50, symBinAddr: 0x77A80, symSize: 0x10 } + - { offsetInCU: 0x4011, offset: 0xB48D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASQWb', symObjAddr: 0x3C60, symBinAddr: 0x77A90, symSize: 0x10 } + - { offsetInCU: 0x4025, offset: 0xB48E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAESQAAWl', symObjAddr: 0x3C70, symBinAddr: 0x77AA0, symSize: 0x30 } + - { offsetInCU: 0x4039, offset: 0xB48F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3CA0, symBinAddr: 0x77AD0, symSize: 0x10 } + - { offsetInCU: 0x404D, offset: 0xB490C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3CB0, symBinAddr: 0x77AE0, symSize: 0x30 } + - { offsetInCU: 0x4061, offset: 0xB4920, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3CE0, symBinAddr: 0x77B10, symSize: 0x10 } + - { offsetInCU: 0x4075, offset: 0xB4934, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x3CF0, symBinAddr: 0x77B20, symSize: 0x2E } + - { offsetInCU: 0x417B, offset: 0xB4A3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1580, symBinAddr: 0x754D0, symSize: 0x10 } + - { offsetInCU: 0x4197, offset: 0xB4A56, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1590, symBinAddr: 0x754E0, symSize: 0x10 } + - { offsetInCU: 0x41B3, offset: 0xB4A72, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x15A0, symBinAddr: 0x754F0, symSize: 0x10 } + - { offsetInCU: 0x41CF, offset: 0xB4A8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x15B0, symBinAddr: 0x75500, symSize: 0x10 } + - { offsetInCU: 0x41F1, offset: 0xB4AB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x16F0, symBinAddr: 0x75640, symSize: 0x20 } + - { offsetInCU: 0x420D, offset: 0xB4ACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1710, symBinAddr: 0x75660, symSize: 0x20 } + - { offsetInCU: 0x9D, offset: 0xB4F08, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfC', symObjAddr: 0x0, symBinAddr: 0x77B50, symSize: 0x80 } + - { offsetInCU: 0xED, offset: 0xB4F58, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfc', symObjAddr: 0x80, symBinAddr: 0x77BD0, symSize: 0x80 } + - { offsetInCU: 0x134, offset: 0xB4F9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC4name12subdirectory6bundleACSS_SSSgSo8NSBundleCtcfcTo', symObjAddr: 0x100, symBinAddr: 0x77C50, symSize: 0xB0 } + - { offsetInCU: 0x1B4, offset: 0xB501F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationC5namedyACSSFZTo', symObjAddr: 0x1B0, symBinAddr: 0x77D00, symSize: 0xD0 } + - { offsetInCU: 0x250, offset: 0xB50BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfc', symObjAddr: 0x2A0, symBinAddr: 0x77DF0, symSize: 0x30 } + - { offsetInCU: 0x2B3, offset: 0xB511E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCACycfcTo', symObjAddr: 0x2D0, symBinAddr: 0x77E20, symSize: 0x30 } + - { offsetInCU: 0x35C, offset: 0xB51C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCfETo', symObjAddr: 0x310, symBinAddr: 0x77E60, symSize: 0x50 } + - { offsetInCU: 0x45D, offset: 0xB52C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO08generateA13ConfigurationyAA0aG0VACFZ', symObjAddr: 0x360, symBinAddr: 0x77EB0, symSize: 0x190 } + - { offsetInCU: 0x5D2, offset: 0xB543D, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionO8rawValueSivg', symObjAddr: 0x4F0, symBinAddr: 0x78040, symSize: 0x10 } + - { offsetInCU: 0x608, offset: 0xB5473, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueACSgSi_tcfC', symObjAddr: 0x520, symBinAddr: 0x78070, symSize: 0x20 } + - { offsetInCU: 0x625, offset: 0xB5490, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorO8rawValueSivg', symObjAddr: 0x540, symBinAddr: 0x78090, symSize: 0x10 } + - { offsetInCU: 0x668, offset: 0xB54D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x620, symBinAddr: 0x78170, symSize: 0x20 } + - { offsetInCU: 0x699, offset: 0xB5504, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x640, symBinAddr: 0x78190, symSize: 0x10 } + - { offsetInCU: 0x719, offset: 0xB5584, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfC', symObjAddr: 0x650, symBinAddr: 0x781A0, symSize: 0x40 } + - { offsetInCU: 0x760, offset: 0xB55CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfc', symObjAddr: 0x690, symBinAddr: 0x781E0, symSize: 0x40 } + - { offsetInCU: 0x791, offset: 0xB55FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AcA0bC0C_tcfcTo', symObjAddr: 0x6D0, symBinAddr: 0x78220, symSize: 0x20 } + - { offsetInCU: 0x7E3, offset: 0xB564E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfC', symObjAddr: 0x6F0, symBinAddr: 0x78240, symSize: 0x40 } + - { offsetInCU: 0x817, offset: 0xB5682, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0Otcfc', symObjAddr: 0x730, symBinAddr: 0x78280, symSize: 0x30 } + - { offsetInCU: 0x82B, offset: 0xB5696, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTo', symObjAddr: 0x760, symBinAddr: 0x782B0, symSize: 0x50 } + - { offsetInCU: 0x893, offset: 0xB56FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfC', symObjAddr: 0x7B0, symBinAddr: 0x78300, symSize: 0x70 } + - { offsetInCU: 0x8E5, offset: 0xB5750, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfc', symObjAddr: 0x820, symBinAddr: 0x78370, symSize: 0x60 } + - { offsetInCU: 0x918, offset: 0xB5783, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3urlAC10Foundation3URLV_tcfcTo', symObjAddr: 0x880, symBinAddr: 0x783D0, symSize: 0x90 } + - { offsetInCU: 0x968, offset: 0xB57D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfC', symObjAddr: 0x910, symBinAddr: 0x78460, symSize: 0x40 } + - { offsetInCU: 0x9A6, offset: 0xB5811, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfc', symObjAddr: 0x950, symBinAddr: 0x784A0, symSize: 0x220 } + - { offsetInCU: 0xA60, offset: 0xB58CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5Error_pSgcfU_', symObjAddr: 0xB70, symBinAddr: 0x786C0, symSize: 0x10 } + - { offsetInCU: 0xA78, offset: 0xB58E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0OtcfcTo', symObjAddr: 0xB80, symBinAddr: 0x786D0, symSize: 0x60 } + - { offsetInCU: 0xACA, offset: 0xB5935, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfC', symObjAddr: 0xBE0, symBinAddr: 0x78730, symSize: 0x70 } + - { offsetInCU: 0xB11, offset: 0xB597C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfc', symObjAddr: 0xC50, symBinAddr: 0x787A0, symSize: 0x50 } + - { offsetInCU: 0xB42, offset: 0xB59AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4dataAC10Foundation4DataV_tcfcTo', symObjAddr: 0xCA0, symBinAddr: 0x787F0, symSize: 0x90 } + - { offsetInCU: 0xB96, offset: 0xB5A01, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfC', symObjAddr: 0xD30, symBinAddr: 0x78880, symSize: 0x50 } + - { offsetInCU: 0xBCA, offset: 0xB5A35, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0Otcfc', symObjAddr: 0xD80, symBinAddr: 0x788D0, symSize: 0x40 } + - { offsetInCU: 0xBDE, offset: 0xB5A49, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTo', symObjAddr: 0xDC0, symBinAddr: 0x78910, symSize: 0x70 } + - { offsetInCU: 0xC10, offset: 0xB5A7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xE30, symBinAddr: 0x78980, symSize: 0x80 } + - { offsetInCU: 0xC2E, offset: 0xB5A99, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xEB0, symBinAddr: 0x78A00, symSize: 0x130 } + - { offsetInCU: 0xCB5, offset: 0xB5B20, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xFE0, symBinAddr: 0x78B30, symSize: 0x30 } + - { offsetInCU: 0xCE0, offset: 0xB5B4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1010, symBinAddr: 0x78B60, symSize: 0x40 } + - { offsetInCU: 0xD12, offset: 0xB5B7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvW', symObjAddr: 0x10D0, symBinAddr: 0x78C20, symSize: 0x140 } + - { offsetInCU: 0xDCA, offset: 0xB5C35, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC0AA0bC0CSgvM', symObjAddr: 0x1210, symBinAddr: 0x78D60, symSize: 0x40 } + - { offsetInCU: 0xE17, offset: 0xB5C82, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1270, symBinAddr: 0x78DC0, symSize: 0x40 } + - { offsetInCU: 0xE52, offset: 0xB5CBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvg', symObjAddr: 0x12B0, symBinAddr: 0x78E00, symSize: 0x30 } + - { offsetInCU: 0xE6F, offset: 0xB5CDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x12E0, symBinAddr: 0x78E30, symSize: 0x40 } + - { offsetInCU: 0xEA9, offset: 0xB5D14, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvs', symObjAddr: 0x1320, symBinAddr: 0x78E70, symSize: 0xC0 } + - { offsetInCU: 0xF6D, offset: 0xB5DD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM', symObjAddr: 0x13E0, symBinAddr: 0x78F30, symSize: 0x50 } + - { offsetInCU: 0xF9A, offset: 0xB5E05, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC04loopC5Count12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x1430, symBinAddr: 0x78F80, symSize: 0xC0 } + - { offsetInCU: 0x102F, offset: 0xB5E9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvW', symObjAddr: 0x1770, symBinAddr: 0x792C0, symSize: 0x180 } + - { offsetInCU: 0x111C, offset: 0xB5F87, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC32compatibleDictionaryTextProviderAA0bfgH0CSgvM', symObjAddr: 0x18F0, symBinAddr: 0x79440, symSize: 0x40 } + - { offsetInCU: 0x1169, offset: 0xB5FD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0x1980, symBinAddr: 0x794D0, symSize: 0x20 } + - { offsetInCU: 0x11A6, offset: 0xB6011, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvg', symObjAddr: 0x19A0, symBinAddr: 0x794F0, symSize: 0x20 } + - { offsetInCU: 0x11ED, offset: 0xB6058, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x19C0, symBinAddr: 0x79510, symSize: 0x20 } + - { offsetInCU: 0x1232, offset: 0xB609D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0Vvs', symObjAddr: 0x19E0, symBinAddr: 0x79530, symSize: 0x20 } + - { offsetInCU: 0x1259, offset: 0xB60C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM', symObjAddr: 0x1A00, symBinAddr: 0x79550, symSize: 0x40 } + - { offsetInCU: 0x12A3, offset: 0xB610E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11contentModeSo013UIViewContentF0VvM.resume.0', symObjAddr: 0x1A40, symBinAddr: 0x79590, symSize: 0x20 } + - { offsetInCU: 0x132D, offset: 0xB6198, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvsTo', symObjAddr: 0x1AA0, symBinAddr: 0x795F0, symSize: 0x80 } + - { offsetInCU: 0x13A2, offset: 0xB620D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x1B20, symBinAddr: 0x79670, symSize: 0x60 } + - { offsetInCU: 0x144F, offset: 0xB62BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x1BE0, symBinAddr: 0x79730, symSize: 0x80 } + - { offsetInCU: 0x14C5, offset: 0xB6330, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x1C60, symBinAddr: 0x797B0, symSize: 0x80 } + - { offsetInCU: 0x156A, offset: 0xB63D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1CE0, symBinAddr: 0x79830, symSize: 0x40 } + - { offsetInCU: 0x1586, offset: 0xB63F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x1D20, symBinAddr: 0x79870, symSize: 0x130 } + - { offsetInCU: 0x16F0, offset: 0xB655B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x1E90, symBinAddr: 0x799E0, symSize: 0x30 } + - { offsetInCU: 0x171D, offset: 0xB6588, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x1EE0, symBinAddr: 0x79A30, symSize: 0x20 } + - { offsetInCU: 0x1739, offset: 0xB65A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8duration12CoreGraphics7CGFloatVvg', symObjAddr: 0x1F00, symBinAddr: 0x79A50, symSize: 0x70 } + - { offsetInCU: 0x17B0, offset: 0xB661B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvgTo', symObjAddr: 0x1F70, symBinAddr: 0x79AC0, symSize: 0x40 } + - { offsetInCU: 0x17CC, offset: 0xB6637, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvg', symObjAddr: 0x1FB0, symBinAddr: 0x79B00, symSize: 0xF0 } + - { offsetInCU: 0x187B, offset: 0xB66E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC11currentTimeSdvM', symObjAddr: 0x2160, symBinAddr: 0x79CB0, symSize: 0x30 } + - { offsetInCU: 0x18C6, offset: 0xB6731, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x21F0, symBinAddr: 0x79D40, symSize: 0xB0 } + - { offsetInCU: 0x1926, offset: 0xB6791, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x22A0, symBinAddr: 0x79DF0, symSize: 0x90 } + - { offsetInCU: 0x1980, offset: 0xB67EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x2330, symBinAddr: 0x79E80, symSize: 0x40 } + - { offsetInCU: 0x199C, offset: 0xB6807, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x2370, symBinAddr: 0x79EC0, symSize: 0x120 } + - { offsetInCU: 0x1A59, offset: 0xB68C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x2530, symBinAddr: 0x7A080, symSize: 0xC0 } + - { offsetInCU: 0x1B0C, offset: 0xB6977, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x25F0, symBinAddr: 0x7A140, symSize: 0x1B0 } + - { offsetInCU: 0x1BF3, offset: 0xB6A5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x27A0, symBinAddr: 0x7A2F0, symSize: 0x50 } + - { offsetInCU: 0x1C37, offset: 0xB6AA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x27F0, symBinAddr: 0x7A340, symSize: 0x30 } + - { offsetInCU: 0x1C6C, offset: 0xB6AD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x2820, symBinAddr: 0x7A370, symSize: 0x40 } + - { offsetInCU: 0x1C88, offset: 0xB6AF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC08realtimeC8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x2860, symBinAddr: 0x7A3B0, symSize: 0xC0 } + - { offsetInCU: 0x1DF3, offset: 0xB6C5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvgTo', symObjAddr: 0x2920, symBinAddr: 0x7A470, symSize: 0x50 } + - { offsetInCU: 0x1E5E, offset: 0xB6CC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x2970, symBinAddr: 0x7A4C0, symSize: 0x50 } + - { offsetInCU: 0x1ED5, offset: 0xB6D40, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvsTo', symObjAddr: 0x29C0, symBinAddr: 0x7A510, symSize: 0x80 } + - { offsetInCU: 0x1F72, offset: 0xB6DDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x2A40, symBinAddr: 0x7A590, symSize: 0x70 } + - { offsetInCU: 0x2006, offset: 0xB6E71, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x2B20, symBinAddr: 0x7A670, symSize: 0x80 } + - { offsetInCU: 0x207F, offset: 0xB6EEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x2BA0, symBinAddr: 0x7A6F0, symSize: 0x90 } + - { offsetInCU: 0x2127, offset: 0xB6F92, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvsTo', symObjAddr: 0x2D10, symBinAddr: 0x7A860, symSize: 0x40 } + - { offsetInCU: 0x2143, offset: 0xB6FAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvs', symObjAddr: 0x2D50, symBinAddr: 0x7A8A0, symSize: 0xB0 } + - { offsetInCU: 0x21F1, offset: 0xB705C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM', symObjAddr: 0x2E00, symBinAddr: 0x7A950, symSize: 0x80 } + - { offsetInCU: 0x2297, offset: 0xB7102, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC07respectC9FrameRateSbvM.resume.0', symObjAddr: 0x2E80, symBinAddr: 0x7A9D0, symSize: 0xD0 } + - { offsetInCU: 0x234E, offset: 0xB71B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvgTo', symObjAddr: 0x2F50, symBinAddr: 0x7AAA0, symSize: 0x40 } + - { offsetInCU: 0x236A, offset: 0xB71D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC02isC7PlayingSbvg', symObjAddr: 0x2F90, symBinAddr: 0x7AAE0, symSize: 0x1A0 } + - { offsetInCU: 0x240B, offset: 0xB7276, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvgTo', symObjAddr: 0x3130, symBinAddr: 0x7AC80, symSize: 0x40 } + - { offsetInCU: 0x2427, offset: 0xB7292, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvg', symObjAddr: 0x3170, symBinAddr: 0x7ACC0, symSize: 0x40 } + - { offsetInCU: 0x245C, offset: 0xB72C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvsTo', symObjAddr: 0x31B0, symBinAddr: 0x7AD00, symSize: 0x40 } + - { offsetInCU: 0x2478, offset: 0xB72E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvs', symObjAddr: 0x31F0, symBinAddr: 0x7AD40, symSize: 0x60 } + - { offsetInCU: 0x24D8, offset: 0xB7343, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM', symObjAddr: 0x3250, symBinAddr: 0x7ADA0, symSize: 0x50 } + - { offsetInCU: 0x253E, offset: 0xB73A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14backgroundModeAA0B18BackgroundBehaviorOvM.resume.0', symObjAddr: 0x32A0, symBinAddr: 0x7ADF0, symSize: 0x20 } + - { offsetInCU: 0x2598, offset: 0xB7403, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyF', symObjAddr: 0x32C0, symBinAddr: 0x7AE10, symSize: 0x40 } + - { offsetInCU: 0x25E2, offset: 0xB744D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0x3300, symBinAddr: 0x7AE50, symSize: 0x30 } + - { offsetInCU: 0x262B, offset: 0xB7496, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4playyyFTo', symObjAddr: 0x3330, symBinAddr: 0x7AE80, symSize: 0x50 } + - { offsetInCU: 0x2684, offset: 0xB74EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10completionyySbcSg_tFTo', symObjAddr: 0x3380, symBinAddr: 0x7AED0, symSize: 0xB0 } + - { offsetInCU: 0x26C4, offset: 0xB752F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x3430, symBinAddr: 0x7AF80, symSize: 0x50 } + - { offsetInCU: 0x2748, offset: 0xB75B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play12fromProgress02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x3480, symBinAddr: 0x7AFD0, symSize: 0xE0 } + - { offsetInCU: 0x27A1, offset: 0xB760C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtF', symObjAddr: 0x3560, symBinAddr: 0x7B0B0, symSize: 0x50 } + - { offsetInCU: 0x2825, offset: 0xB7690, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play9fromFrame02toG010completiony12CoreGraphics7CGFloatV_AJySbcSgtFTo', symObjAddr: 0x35B0, symBinAddr: 0x7B100, symSize: 0xE0 } + - { offsetInCU: 0x287E, offset: 0xB76E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtF', symObjAddr: 0x3690, symBinAddr: 0x7B1E0, symSize: 0x50 } + - { offsetInCU: 0x2902, offset: 0xB776D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play10fromMarker02toG010completionySS_SSySbcSgtFTo', symObjAddr: 0x36E0, symBinAddr: 0x7B230, symSize: 0x110 } + - { offsetInCU: 0x2956, offset: 0xB77C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtF', symObjAddr: 0x37F0, symBinAddr: 0x7B340, symSize: 0x50 } + - { offsetInCU: 0x29C3, offset: 0xB782E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4play6marker10completionySS_ySbcSgtFTo', symObjAddr: 0x3840, symBinAddr: 0x7B390, symSize: 0xE0 } + - { offsetInCU: 0x2A0D, offset: 0xB7878, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyF', symObjAddr: 0x3920, symBinAddr: 0x7B470, symSize: 0x30 } + - { offsetInCU: 0x2A4C, offset: 0xB78B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4stopyyFTo', symObjAddr: 0x3950, symBinAddr: 0x7B4A0, symSize: 0x50 } + - { offsetInCU: 0x2A82, offset: 0xB78ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyF', symObjAddr: 0x39A0, symBinAddr: 0x7B4F0, symSize: 0x30 } + - { offsetInCU: 0x2AC1, offset: 0xB792C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5pauseyyFTo', symObjAddr: 0x39D0, symBinAddr: 0x7B520, symSize: 0x50 } + - { offsetInCU: 0x2AF7, offset: 0xB7962, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyF', symObjAddr: 0x3A20, symBinAddr: 0x7B570, symSize: 0x90 } + - { offsetInCU: 0x2B72, offset: 0xB79DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12reloadImagesyyFTo', symObjAddr: 0x3AB0, symBinAddr: 0x7B600, symSize: 0xC0 } + - { offsetInCU: 0x2BD4, offset: 0xB7A3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x3B70, symBinAddr: 0x7B6C0, symSize: 0x90 } + - { offsetInCU: 0x2C4F, offset: 0xB7ABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC18forceDisplayUpdateyyFTo', symObjAddr: 0x3C00, symBinAddr: 0x7B750, symSize: 0xC0 } + - { offsetInCU: 0x2CB1, offset: 0xB7B1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x3CC0, symBinAddr: 0x7B810, symSize: 0xE0 } + - { offsetInCU: 0x2D58, offset: 0xB7BC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC8getValue3for7atFrameypSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x3DA0, symBinAddr: 0x7B8F0, symSize: 0xE0 } + - { offsetInCU: 0x2D74, offset: 0xB7BDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x3E80, symBinAddr: 0x7B9D0, symSize: 0x90 } + - { offsetInCU: 0x2DEF, offset: 0xB7C5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC20logHierarchyKeypathsyyFTo', symObjAddr: 0x3F10, symBinAddr: 0x7BA60, symSize: 0xC0 } + - { offsetInCU: 0x2E51, offset: 0xB7CBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtF', symObjAddr: 0x3FD0, symBinAddr: 0x7BB20, symSize: 0x420 } + - { offsetInCU: 0x30D4, offset: 0xB7F3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13setColorValue_10forKeypathySo7UIColorC_AA0bcI0CtFTo', symObjAddr: 0x43F0, symBinAddr: 0x7BF40, symSize: 0x70 } + - { offsetInCU: 0x30F0, offset: 0xB7F5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x4460, symBinAddr: 0x7BFB0, symSize: 0x1A0 } + - { offsetInCU: 0x31E2, offset: 0xB804D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC13getColorValue3for7atFrameSo7UIColorCSgAA0bC7KeypathC_12CoreGraphics7CGFloatVtFTo', symObjAddr: 0x4600, symBinAddr: 0x7C150, symSize: 0x70 } + - { offsetInCU: 0x31FE, offset: 0xB8069, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtF', symObjAddr: 0x4670, symBinAddr: 0x7C1C0, symSize: 0x60 } + - { offsetInCU: 0x326B, offset: 0xB80D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10addSubview_10forLayerAtyAA0cF0C_AA0bC7KeypathCtFTo', symObjAddr: 0x46D0, symBinAddr: 0x7C220, symSize: 0xB0 } + - { offsetInCU: 0x32B3, offset: 0xB811E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x4780, symBinAddr: 0x7C2D0, symSize: 0x120 } + - { offsetInCU: 0x332D, offset: 0xB8198, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert4rect9toLayerAtSo6CGRectVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x48A0, symBinAddr: 0x7C3F0, symSize: 0xE0 } + - { offsetInCU: 0x3349, offset: 0xB81B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtF', symObjAddr: 0x4980, symBinAddr: 0x7C4D0, symSize: 0xD0 } + - { offsetInCU: 0x33D4, offset: 0xB823F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC7convert5point9toLayerAtSo7CGPointVAH_AA0bC7KeypathCSgtFTo', symObjAddr: 0x4A50, symBinAddr: 0x7C5A0, symSize: 0x80 } + - { offsetInCU: 0x33F0, offset: 0xB825B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4AD0, symBinAddr: 0x7C620, symSize: 0xA0 } + - { offsetInCU: 0x34A1, offset: 0xB830C, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSS_tFTo', symObjAddr: 0x4B70, symBinAddr: 0x7C6C0, symSize: 0xD0 } + - { offsetInCU: 0x3538, offset: 0xB83A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4C40, symBinAddr: 0x7C790, symSize: 0x110 } + - { offsetInCU: 0x3626, offset: 0xB8491, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSS_tF', symObjAddr: 0x4D70, symBinAddr: 0x7C8C0, symSize: 0x110 } + - { offsetInCU: 0x3706, offset: 0xB8571, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC10setUpViews33_A351FBFEE2E6C8ED3388379E4189DDDFLLyyF', symObjAddr: 0x4F00, symBinAddr: 0x7CA50, symSize: 0x250 } + - { offsetInCU: 0x3735, offset: 0xB85A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC010compatibleC00E21RenderingEngineOptionAcA0bC0C_AA0bfgH0OtcfcTf4gnn_n', symObjAddr: 0x5580, symBinAddr: 0x7D0A0, symSize: 0x2D0 } + - { offsetInCU: 0x38A8, offset: 0xB8713, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC4data31compatibleRenderingEngineOptionAC10Foundation4DataV_AA0bghI0OtcfcTf4gnn_n', symObjAddr: 0x5890, symBinAddr: 0x7D370, symSize: 0x310 } + - { offsetInCU: 0x3A86, offset: 0xB88F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x6440, symBinAddr: 0x7DC70, symSize: 0xF0 } + - { offsetInCU: 0x463D, offset: 0xB94A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfC', symObjAddr: 0x51B0, symBinAddr: 0x7CD00, symSize: 0x40 } + - { offsetInCU: 0x4684, offset: 0xB94EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfc', symObjAddr: 0x51F0, symBinAddr: 0x7CD40, symSize: 0x40 } + - { offsetInCU: 0x46B7, offset: 0xB9522, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderC6valuesACSDyS2SG_tcfcTo', symObjAddr: 0x5230, symBinAddr: 0x7CD80, symSize: 0x70 } + - { offsetInCU: 0x46FB, offset: 0xB9566, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfc', symObjAddr: 0x52F0, symBinAddr: 0x7CE40, symSize: 0x30 } + - { offsetInCU: 0x4761, offset: 0xB95CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCACycfcTo', symObjAddr: 0x5320, symBinAddr: 0x7CE70, symSize: 0x30 } + - { offsetInCU: 0x4813, offset: 0xB967E, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x1B80, symBinAddr: 0x796D0, symSize: 0x60 } + - { offsetInCU: 0x499B, offset: 0xB9806, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x2490, symBinAddr: 0x79FE0, symSize: 0xA0 } + - { offsetInCU: 0x4A04, offset: 0xB986F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x2AB0, symBinAddr: 0x7A600, symSize: 0x70 } + - { offsetInCU: 0x4B85, offset: 0xB99F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCfETo', symObjAddr: 0x5160, symBinAddr: 0x7CCB0, symSize: 0x50 } + - { offsetInCU: 0x4BB4, offset: 0xB9A1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCfETo', symObjAddr: 0x5380, symBinAddr: 0x7CED0, symSize: 0x20 } + - { offsetInCU: 0x4C11, offset: 0xB9A7C, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF6Lottie16AnimationKeypathV_AE03AnyC8Provider_pTB5Tf4enn_nAE05ColorcJ0C_Tg5', symObjAddr: 0x53D0, symBinAddr: 0x7CEF0, symSize: 0x120 } + - { offsetInCU: 0x4C9C, offset: 0xB9B07, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF6Lottie16AnimationKeypathV_AK16AnyValueProvider_pTB5Tf4nnen_nAK05ColornO0C_Tg5', symObjAddr: 0x54F0, symBinAddr: 0x7D010, symSize: 0x90 } + - { offsetInCU: 0x4D86, offset: 0xB9BF1, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectVSgWOb', symObjAddr: 0x5E00, symBinAddr: 0x7D680, symSize: 0x40 } + - { offsetInCU: 0x4D9A, offset: 0xB9C05, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOSHAASQWb', symObjAddr: 0x5E40, symBinAddr: 0x7D6C0, symSize: 0x10 } + - { offsetInCU: 0x4DAE, offset: 0xB9C19, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOACSQAAWl', symObjAddr: 0x5E50, symBinAddr: 0x7D6D0, symSize: 0x30 } + - { offsetInCU: 0x4DC2, offset: 0xB9C2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASQWb', symObjAddr: 0x5E80, symBinAddr: 0x7D700, symSize: 0x10 } + - { offsetInCU: 0x4DD6, offset: 0xB9C41, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOACSQAAWl', symObjAddr: 0x5E90, symBinAddr: 0x7D710, symSize: 0x30 } + - { offsetInCU: 0x4DEA, offset: 0xB9C55, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CompatibleAnimationCMa', symObjAddr: 0x6250, symBinAddr: 0x7DAD0, symSize: 0x20 } + - { offsetInCU: 0x4DFE, offset: 0xB9C69, size: 0x8, addend: 0x0, symName: '_$s6Lottie31CompatibleRenderingEngineOptionOMa', symObjAddr: 0x62A0, symBinAddr: 0x7DB20, symSize: 0x10 } + - { offsetInCU: 0x4E12, offset: 0xB9C7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOMa', symObjAddr: 0x62B0, symBinAddr: 0x7DB30, symSize: 0x10 } + - { offsetInCU: 0x4E26, offset: 0xB9C91, size: 0x8, addend: 0x0, symName: '_$s6Lottie23CompatibleAnimationViewCMa', symObjAddr: 0x62C0, symBinAddr: 0x7DB40, symSize: 0x20 } + - { offsetInCU: 0x4E3A, offset: 0xB9CA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie32CompatibleDictionaryTextProviderCMa', symObjAddr: 0x6330, symBinAddr: 0x7DBB0, symSize: 0x20 } + - { offsetInCU: 0x4E59, offset: 0xB9CC4, size: 0x8, addend: 0x0, symName: '_$s10ObjectiveC8ObjCBoolVIeyBy_SbIegy_TRTA', symObjAddr: 0x6420, symBinAddr: 0x7DC50, symSize: 0x20 } + - { offsetInCU: 0x4ECB, offset: 0xB9D36, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x550, symBinAddr: 0x780A0, symSize: 0x10 } + - { offsetInCU: 0x4F20, offset: 0xB9D8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie28CompatibleBackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5B0, symBinAddr: 0x78100, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0xBA351, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x7DE40, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0xBA376, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x7DE80, symSize: 0x310 } + - { offsetInCU: 0x113, offset: 0xBA415, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x350, symBinAddr: 0x7E190, symSize: 0x510 } + - { offsetInCU: 0x3A6, offset: 0xBA6A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x860, symBinAddr: 0x7E6A0, symSize: 0x220 } + - { offsetInCU: 0x42B, offset: 0xBA72D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvg', symObjAddr: 0xA80, symBinAddr: 0x7E8C0, symSize: 0x30 } + - { offsetInCU: 0x470, offset: 0xBA772, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xC80, symBinAddr: 0x7EAC0, symSize: 0x70 } + - { offsetInCU: 0x4A4, offset: 0xBA7A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xCF0, symBinAddr: 0x7EB30, symSize: 0x30 } + - { offsetInCU: 0x4C0, offset: 0xBA7C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xD20, symBinAddr: 0x7EB60, symSize: 0x10 } + - { offsetInCU: 0x4F6, offset: 0xBA7F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xD30, symBinAddr: 0x7EB70, symSize: 0x70 } + - { offsetInCU: 0x541, offset: 0xBA843, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xDA0, symBinAddr: 0x7EBE0, symSize: 0x10 } + - { offsetInCU: 0x55D, offset: 0xBA85F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xDB0, symBinAddr: 0x7EBF0, symSize: 0x10 } + - { offsetInCU: 0x59B, offset: 0xBA89D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xAF0, symBinAddr: 0x7E930, symSize: 0x60 } + - { offsetInCU: 0x5DE, offset: 0xBA8E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xB50, symBinAddr: 0x7E990, symSize: 0x20 } + - { offsetInCU: 0x61E, offset: 0xBA920, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB70, symBinAddr: 0x7E9B0, symSize: 0x10 } + - { offsetInCU: 0x669, offset: 0xBA96B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB80, symBinAddr: 0x7E9C0, symSize: 0x60 } + - { offsetInCU: 0x6B4, offset: 0xBA9B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBE0, symBinAddr: 0x7EA20, symSize: 0x10 } + - { offsetInCU: 0x6D0, offset: 0xBA9D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBF0, symBinAddr: 0x7EA30, symSize: 0x10 } + - { offsetInCU: 0x6EC, offset: 0xBA9EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1640, symBinAddr: 0x7F320, symSize: 0x20 } + - { offsetInCU: 0x70A, offset: 0xBAA0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfd', symObjAddr: 0xE20, symBinAddr: 0x7EC60, symSize: 0x60 } + - { offsetInCU: 0x74D, offset: 0xBAA4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfD', symObjAddr: 0xE80, symBinAddr: 0x7ECC0, symSize: 0x20 } + - { offsetInCU: 0x8D9, offset: 0xBABDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCfE', symObjAddr: 0xE00, symBinAddr: 0x7EC40, symSize: 0x20 } + - { offsetInCU: 0x931, offset: 0xBAC33, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelCMa', symObjAddr: 0xEA0, symBinAddr: 0x7ECE0, symSize: 0x20 } + - { offsetInCU: 0x945, offset: 0xBAC47, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xF30, symBinAddr: 0x7ED00, symSize: 0x30 } + - { offsetInCU: 0x959, offset: 0xBAC5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs0E3KeyAAWl', symObjAddr: 0xF60, symBinAddr: 0x7ED30, symSize: 0x30 } + - { offsetInCU: 0x96D, offset: 0xBAC6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x11F0, symBinAddr: 0x7EEE0, symSize: 0x50 } + - { offsetInCU: 0x981, offset: 0xBAC83, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x1240, symBinAddr: 0x7EF30, symSize: 0xA0 } + - { offsetInCU: 0x995, offset: 0xBAC97, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x12E0, symBinAddr: 0x7EFD0, symSize: 0x10 } + - { offsetInCU: 0x9A9, offset: 0xBACAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x12F0, symBinAddr: 0x7EFE0, symSize: 0x10 } + - { offsetInCU: 0x9BD, offset: 0xBACBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x1300, symBinAddr: 0x7EFF0, symSize: 0x10 } + - { offsetInCU: 0x9D1, offset: 0xBACD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x1310, symBinAddr: 0x7F000, symSize: 0x10 } + - { offsetInCU: 0x9E5, offset: 0xBACE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwet', symObjAddr: 0x1330, symBinAddr: 0x7F010, symSize: 0x80 } + - { offsetInCU: 0x9F9, offset: 0xBACFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwst', symObjAddr: 0x13B0, symBinAddr: 0x7F090, symSize: 0xD0 } + - { offsetInCU: 0xA0D, offset: 0xBAD0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwug', symObjAddr: 0x1480, symBinAddr: 0x7F160, symSize: 0x10 } + - { offsetInCU: 0xA21, offset: 0xBAD23, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwup', symObjAddr: 0x1490, symBinAddr: 0x7F170, symSize: 0x10 } + - { offsetInCU: 0xA35, offset: 0xBAD37, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOwui', symObjAddr: 0x14A0, symBinAddr: 0x7F180, symSize: 0x10 } + - { offsetInCU: 0xA49, offset: 0xBAD4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOMa', symObjAddr: 0x14B0, symBinAddr: 0x7F190, symSize: 0x10 } + - { offsetInCU: 0xA5D, offset: 0xBAD5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x14C0, symBinAddr: 0x7F1A0, symSize: 0x10 } + - { offsetInCU: 0xA71, offset: 0xBAD73, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x14D0, symBinAddr: 0x7F1B0, symSize: 0x30 } + - { offsetInCU: 0xA85, offset: 0xBAD87, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASQWb', symObjAddr: 0x1500, symBinAddr: 0x7F1E0, symSize: 0x10 } + - { offsetInCU: 0xA99, offset: 0xBAD9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFSQAAWl', symObjAddr: 0x1510, symBinAddr: 0x7F1F0, symSize: 0x30 } + - { offsetInCU: 0xAAD, offset: 0xBADAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1540, symBinAddr: 0x7F220, symSize: 0x10 } + - { offsetInCU: 0xAC1, offset: 0xBADC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1550, symBinAddr: 0x7F230, symSize: 0x30 } + - { offsetInCU: 0xAD5, offset: 0xBADD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1580, symBinAddr: 0x7F260, symSize: 0x10 } + - { offsetInCU: 0xAE9, offset: 0xBADEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1590, symBinAddr: 0x7F270, symSize: 0x30 } + - { offsetInCU: 0xAFD, offset: 0xBADFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x15C0, symBinAddr: 0x7F2A0, symSize: 0x10 } + - { offsetInCU: 0xB11, offset: 0xBAE13, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x15D0, symBinAddr: 0x7F2B0, symSize: 0x30 } + - { offsetInCU: 0xB25, offset: 0xBAE27, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1600, symBinAddr: 0x7F2E0, symSize: 0x10 } + - { offsetInCU: 0xB39, offset: 0xBAE3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1610, symBinAddr: 0x7F2F0, symSize: 0x30 } + - { offsetInCU: 0xBF7, offset: 0xBAEF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAB0, symBinAddr: 0x7E8F0, symSize: 0x10 } + - { offsetInCU: 0xC37, offset: 0xBAF39, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xAC0, symBinAddr: 0x7E900, symSize: 0x10 } + - { offsetInCU: 0xC77, offset: 0xBAF79, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAD0, symBinAddr: 0x7E910, symSize: 0x10 } + - { offsetInCU: 0xCB7, offset: 0xBAFB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAE0, symBinAddr: 0x7E920, symSize: 0x10 } + - { offsetInCU: 0xCEE, offset: 0xBAFF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xC00, symBinAddr: 0x7EA40, symSize: 0x20 } + - { offsetInCU: 0xD0A, offset: 0xBB00C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC20, symBinAddr: 0x7EA60, symSize: 0x20 } + - { offsetInCU: 0xD26, offset: 0xBB028, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC40, symBinAddr: 0x7EA80, symSize: 0x10 } + - { offsetInCU: 0xD42, offset: 0xBB044, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH9hashValueSivgTW', symObjAddr: 0xC50, symBinAddr: 0x7EA90, symSize: 0x10 } + - { offsetInCU: 0xD5E, offset: 0xBB060, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC60, symBinAddr: 0x7EAA0, symSize: 0x10 } + - { offsetInCU: 0xD7A, offset: 0xBB07C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xC70, symBinAddr: 0x7EAB0, symSize: 0x10 } + - { offsetInCU: 0xD9C, offset: 0xBB09E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xDC0, symBinAddr: 0x7EC00, symSize: 0x20 } + - { offsetInCU: 0xDB8, offset: 0xBB0BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TextLayerModelC0B10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xDE0, symBinAddr: 0x7EC20, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0xBB2E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x7F340, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0xBB2FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMi', symObjAddr: 0x0, symBinAddr: 0x7F340, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0xBB30E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMr', symObjAddr: 0x10, symBinAddr: 0x7F350, symSize: 0x80 } + - { offsetInCU: 0x86, offset: 0xBB33D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtF', symObjAddr: 0x90, symBinAddr: 0x7F3D0, symSize: 0x120 } + - { offsetInCU: 0x10F, offset: 0xBB3C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC14setNeedsUpdateyyF', symObjAddr: 0x1B0, symBinAddr: 0x7F4F0, symSize: 0x10 } + - { offsetInCU: 0x177, offset: 0xBB42E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCfD', symObjAddr: 0x1E0, symBinAddr: 0x7F500, symSize: 0x30 } + - { offsetInCU: 0x1CB, offset: 0xBB482, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP14setNeedsUpdateyyFTW', symObjAddr: 0x220, symBinAddr: 0x7F540, symSize: 0x10 } + - { offsetInCU: 0x1E7, offset: 0xBB49E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCyxGAA03AnybC0A2aEP11needsUpdateSbvgTW', symObjAddr: 0x230, symBinAddr: 0x7F550, symSize: 0x10 } + - { offsetInCU: 0x221, offset: 0xBB4D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC06outputB0xvsTf4gn_n', symObjAddr: 0x270, symBinAddr: 0x7F560, symSize: 0x60 } + - { offsetInCU: 0x28A, offset: 0xBB541, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerCMa', symObjAddr: 0x210, symBinAddr: 0x7F530, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0xBB6D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x7F5C0, symSize: 0x30 } + - { offsetInCU: 0x6D, offset: 0xBB718, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCfD', symObjAddr: 0x0, symBinAddr: 0x7F5C0, symSize: 0x30 } + - { offsetInCU: 0xB9, offset: 0xBB764, size: 0x8, addend: 0x0, symName: '_$s6Lottie10MemoryFileCMa', symObjAddr: 0x30, symBinAddr: 0x7F5F0, symSize: 0x20 } + - { offsetInCU: 0x1652, offset: 0xBCEEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySo13CATransform3DVG_Tg5', symObjAddr: 0x3CB0, symBinAddr: 0x832C0, symSize: 0x350 } + - { offsetInCU: 0x17DD, offset: 0xBD079, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x4000, symBinAddr: 0x83610, symSize: 0x1E0 } + - { offsetInCU: 0x1993, offset: 0xBD22F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x41E0, symBinAddr: 0x837F0, symSize: 0x210 } + - { offsetInCU: 0x1B6E, offset: 0xBD40A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4HoldVySbG_Tg5', symObjAddr: 0x43F0, symBinAddr: 0x83A00, symSize: 0x1E0 } + - { offsetInCU: 0x1CFB, offset: 0xBD597, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA0A5ColorV_Tg5', symObjAddr: 0x45D0, symBinAddr: 0x83BE0, symSize: 0x260 } + - { offsetInCU: 0x1E86, offset: 0xBD722, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_So6CGSizeV_Tg5', symObjAddr: 0x4830, symBinAddr: 0x83E40, symSize: 0x1F0 } + - { offsetInCU: 0x2026, offset: 0xBD8C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA010BezierPathI0V_Tg5', symObjAddr: 0x4A20, symBinAddr: 0x84030, symSize: 0x2A0 } + - { offsetInCU: 0x21DB, offset: 0xBDA77, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA7EllipseCALV_Tg5', symObjAddr: 0x4CC0, symBinAddr: 0x842D0, symSize: 0x280 } + - { offsetInCU: 0x237E, offset: 0xBDC1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA9RectangleCALV_Tg5', symObjAddr: 0x4F40, symBinAddr: 0x84550, symSize: 0x2A0 } + - { offsetInCU: 0x2537, offset: 0xBDDD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA4StarCALV_Tg5', symObjAddr: 0x51E0, symBinAddr: 0x847F0, symSize: 0x2D0 } + - { offsetInCU: 0x26EB, offset: 0xBDF87, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5', symObjAddr: 0x54B0, symBinAddr: 0x84AC0, symSize: 0x260 } + - { offsetInCU: 0x36FD, offset: 0xBEF99, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySo13CATransform3DVG_AYTB505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7X40VtKFSo13CATransform3DVAC4HoldVyALGXEfU0_Tf1nncnn_n', symObjAddr: 0x6C00, symBinAddr: 0x86210, symSize: 0x690 } + - { offsetInCU: 0x415C, offset: 0xBF9F8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX47VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU0_SiTf1nncnn_n', symObjAddr: 0x8180, symBinAddr: 0x87790, symSize: 0x600 } + - { offsetInCU: 0x4514, offset: 0xBFDB0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector1DV_12CoreGraphics7CGFloatVTB5013$sSo12CAShapet2C6b45E13addAnimations3for7contextSiAC4TrimC_AC0B16dX46VtKF12CoreGraphics7CGFloatVAC0C8Vector1DVXEfU_SiTf1nncnn_n', symObjAddr: 0x8780, symBinAddr: 0x87D90, symSize: 0x600 } + - { offsetInCU: 0x4C20, offset: 0xC04BC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX80VtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0x9450, symBinAddr: 0x88A60, symSize: 0x610 } + - { offsetInCU: 0x5042, offset: 0xC08DE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX47VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnn_n', symObjAddr: 0x9A60, symBinAddr: 0x89070, symSize: 0x610 } + - { offsetInCU: 0x53F5, offset: 0xC0C91, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21tdX46VtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnn_n', symObjAddr: 0xA070, symBinAddr: 0x89680, symSize: 0x610 } + - { offsetInCU: 0x5904, offset: 0xC11A0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4HoldVySbG_SbTB505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7X24VtKFSbAC4HoldVySbGXEfU0_Tf1nncnn_n', symObjAddr: 0xA680, symBinAddr: 0x89C90, symSize: 0x650 } + - { offsetInCU: 0x5DEC, offset: 0xC1688, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSo6CGSizeV_AWTB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7X22VtKFSo6CGSizeVALXEfU0_Tf1nncnn_n', symObjAddr: 0xB500, symBinAddr: 0x8AB10, symSize: 0x620 } + - { offsetInCU: 0x6349, offset: 0xC1BE5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnncn_n', symObjAddr: 0xBB20, symBinAddr: 0x8B130, symSize: 0x630 } + - { offsetInCU: 0x6821, offset: 0xC20BD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16dX43VSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnn_n', symObjAddr: 0xC150, symBinAddr: 0x8B760, symSize: 0x630 } + - { offsetInCU: 0x6D65, offset: 0xC2601, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX87VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xC780, symBinAddr: 0x8BD90, symSize: 0x630 } + - { offsetInCU: 0x7103, offset: 0xC299F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX85VtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnn_n', symObjAddr: 0xCDB0, symBinAddr: 0x8C3C0, symSize: 0x630 } + - { offsetInCU: 0x7638, offset: 0xC2ED4, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4HoldVySo13CATransform3DVGGG_ARTg5', symObjAddr: 0xD4E0, symBinAddr: 0x8CAF0, symSize: 0x5D0 } + - { offsetInCU: 0x7F4E, offset: 0xC37EA, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA0A8Vector3DVGG_AOTg5', symObjAddr: 0xDAB0, symBinAddr: 0x8D0C0, symSize: 0x5C0 } + - { offsetInCU: 0x8864, offset: 0xC4100, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADySo6CGSizeVGG_AOTg5', symObjAddr: 0xE070, symBinAddr: 0x8D680, symSize: 0x5C0 } + - { offsetInCU: 0x917A, offset: 0xC4A16, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA010BezierPathG0VGG_AOTg5', symObjAddr: 0xE630, symBinAddr: 0x8DC40, symSize: 0x5C0 } + - { offsetInCU: 0x9B35, offset: 0xC53D1, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA7EllipseCACVGG_APTg5', symObjAddr: 0xEBF0, symBinAddr: 0x8E200, symSize: 0x5C0 } + - { offsetInCU: 0xA4F0, offset: 0xC5D8C, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA9RectangleCACVGG_APTg5', symObjAddr: 0xF1B0, symBinAddr: 0x8E7C0, symSize: 0x5C0 } + - { offsetInCU: 0xAEAB, offset: 0xC6747, size: 0x8, addend: 0x0, symName: '_$sSk6LottieE30segmentsSplitByCalculationModeSaySayAA8KeyframeCyqd__GGGyAE7ElementRtzSi5IndexRtzlFs15ContiguousArrayVyADyAA4StarCACVGG_APTg5', symObjAddr: 0xF770, symBinAddr: 0x8ED80, symSize: 0x5C0 } + - { offsetInCU: 0xC0C6, offset: 0xC7962, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4HoldVySo13CATransform3DVG_A1_Tg5', symObjAddr: 0x108E0, symBinAddr: 0x8FEF0, symSize: 0x340 } + - { offsetInCU: 0xC365, offset: 0xC7C01, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_So6CGSizeV_A_Tg5', symObjAddr: 0x10F50, symBinAddr: 0x90560, symSize: 0x340 } + - { offsetInCU: 0xC604, offset: 0xC7EA0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5', symObjAddr: 0x11290, symBinAddr: 0x908A0, symSize: 0x340 } + - { offsetInCU: 0xC8A3, offset: 0xC813F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5', symObjAddr: 0x115D0, symBinAddr: 0x90BE0, symSize: 0x340 } + - { offsetInCU: 0xCB42, offset: 0xC83DE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5', symObjAddr: 0x11910, symBinAddr: 0x90F20, symSize: 0x340 } + - { offsetInCU: 0xCDE1, offset: 0xC867D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So8NSNumberCAQKXEfU_AC4StarCAOV_So9CGPathRefaTg5', symObjAddr: 0x11C50, symBinAddr: 0x91260, symSize: 0x340 } + - { offsetInCU: 0xD096, offset: 0xC8932, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_', symObjAddr: 0x12760, symBinAddr: 0x91D70, symSize: 0xB0 } + - { offsetInCU: 0xD168, offset: 0xC8A04, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x12B90, symBinAddr: 0x921A0, symSize: 0x220 } + - { offsetInCU: 0xD214, offset: 0xC8AB0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x12DB0, symBinAddr: 0x923C0, symSize: 0x1E0 } + - { offsetInCU: 0xD2C0, offset: 0xC8B5C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie0K5ColorVTg5', symObjAddr: 0x12F90, symBinAddr: 0x925A0, symSize: 0x1E0 } + - { offsetInCU: 0xD36C, offset: 0xC8C08, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTg5', symObjAddr: 0x13170, symBinAddr: 0x92780, symSize: 0x210 } + - { offsetInCU: 0xD420, offset: 0xC8CBC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTg5', symObjAddr: 0x13380, symBinAddr: 0x92990, symSize: 0x200 } + - { offsetInCU: 0xD4CC, offset: 0xC8D68, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTg5', symObjAddr: 0x13580, symBinAddr: 0x92B90, symSize: 0x1F0 } + - { offsetInCU: 0xD578, offset: 0xC8E14, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTg5', symObjAddr: 0x13770, symBinAddr: 0x92D80, symSize: 0x210 } + - { offsetInCU: 0xD624, offset: 0xC8EC0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x13980, symBinAddr: 0x92F90, symSize: 0x1E0 } + - { offsetInCU: 0xD6FC, offset: 0xC8F98, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSo21NSAttributedStringKeya_ypTg5', symObjAddr: 0x13D40, symBinAddr: 0x93350, symSize: 0x260 } + - { offsetInCU: 0xD7E7, offset: 0xC9083, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x13FB0, symBinAddr: 0x935C0, symSize: 0x240 } + - { offsetInCU: 0xD8A7, offset: 0xC9143, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSo13CATransform3DV_s15CollectionOfOneVyAGGTg5', symObjAddr: 0x14570, symBinAddr: 0x93B80, symSize: 0xC0 } + - { offsetInCU: 0xD9E3, offset: 0xC927F, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lF12CoreGraphics7CGFloatV_s15CollectionOfOneVyAHGTg5', symObjAddr: 0x14630, symBinAddr: 0x93C40, symSize: 0xC0 } + - { offsetInCU: 0xDB1F, offset: 0xC93BB, size: 0x8, addend: 0x0, symName: '_$sSa15replaceSubrange_4withySnySiG_qd__nt7ElementQyd__RszSlRd__lFSb_s15CollectionOfOneVySbGTg5', symObjAddr: 0x146F0, symBinAddr: 0x93D00, symSize: 0xC0 } + - { offsetInCU: 0xDC5B, offset: 0xC94F7, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySo13CATransform3DVG_s010CollectionH3OneVyAMGTg5', symObjAddr: 0x14D90, symBinAddr: 0x943A0, symSize: 0x2C0 } + - { offsetInCU: 0xDD6A, offset: 0xC9606, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy12CoreGraphics7CGFloatVG_s010CollectionH3OneVyANGTg5', symObjAddr: 0x15050, symBinAddr: 0x94660, symSize: 0x1B0 } + - { offsetInCU: 0xDE8F, offset: 0xC972B, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySbG_s010CollectionH3OneVySbGTg5', symObjAddr: 0x15200, symBinAddr: 0x94810, symSize: 0x190 } + - { offsetInCU: 0xDF5C, offset: 0xC97F8, size: 0x8, addend: 0x0, symName: '_$sSa17_customRemoveLastxSgyFSo13CATransform3DV_Tg5', symObjAddr: 0x15AD0, symBinAddr: 0x950E0, symSize: 0xB0 } + - { offsetInCU: 0xDFDD, offset: 0xC9879, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5', symObjAddr: 0x15BF0, symBinAddr: 0x95200, symSize: 0x110 } + - { offsetInCU: 0xE088, offset: 0xC9924, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5', symObjAddr: 0x15D00, symBinAddr: 0x95310, symSize: 0x110 } + - { offsetInCU: 0xE133, offset: 0xC99CF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5', symObjAddr: 0x15EC0, symBinAddr: 0x954D0, symSize: 0xC0 } + - { offsetInCU: 0xE1E6, offset: 0xC9A82, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5', symObjAddr: 0x15F80, symBinAddr: 0x95590, symSize: 0xB0 } + - { offsetInCU: 0xE2A1, offset: 0xC9B3D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5', symObjAddr: 0x16030, symBinAddr: 0x95640, symSize: 0xB0 } + - { offsetInCU: 0xE35C, offset: 0xC9BF8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5', symObjAddr: 0x160E0, symBinAddr: 0x956F0, symSize: 0xC0 } + - { offsetInCU: 0xE407, offset: 0xC9CA3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5', symObjAddr: 0x161A0, symBinAddr: 0x957B0, symSize: 0xB0 } + - { offsetInCU: 0xE4BA, offset: 0xC9D56, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5', symObjAddr: 0x16250, symBinAddr: 0x95860, symSize: 0xE0 } + - { offsetInCU: 0xE575, offset: 0xC9E11, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5', symObjAddr: 0x163E0, symBinAddr: 0x959F0, symSize: 0xC0 } + - { offsetInCU: 0xE620, offset: 0xC9EBC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5', symObjAddr: 0x164A0, symBinAddr: 0x95AB0, symSize: 0xD0 } + - { offsetInCU: 0xE6CB, offset: 0xC9F67, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5', symObjAddr: 0x16570, symBinAddr: 0x95B80, symSize: 0xE0 } + - { offsetInCU: 0xE76B, offset: 0xCA007, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV37_appendElementAssumeUniqueAndCapacity_03newD0ySi_xntF6Lottie17KeypathSearchable_p_Tg5Tf4nen_n', symObjAddr: 0x16700, symBinAddr: 0x95D10, symSize: 0x70 } + - { offsetInCU: 0xE85D, offset: 0xCA0F9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySo13CATransform3DVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t6VySo13U10DVG_A3_TG5xq_s5Error_pr0_lyAtSIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0vwaxb23E29addCombinedTransformz26_FCF865A3410C50F6C3BA6E234d59FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFSo13u5DVAC4T11VyALGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x16770, symBinAddr: 0x95D80, symSize: 0x750 } + - { offsetInCU: 0xEF7B, offset: 0xCA817, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo13CATransform3DV_TB5Tf4nnnnnd_n', symObjAddr: 0x16EC0, symBinAddr: 0x964D0, symSize: 0xA30 } + - { offsetInCU: 0xFA29, offset: 0xCB2C5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySo13CATransform3DVG_A_Tg505$sSo7a2C6b60E29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234e37FA9F5LL3for7contextyAC0E5Model_p_AC05t2F7x25VtKFSo13CATransform3DVAC4Z11VyALGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x178F0, symBinAddr: 0x96F00, symSize: 0xF30 } + - { offsetInCU: 0x105D2, offset: 0xCBE6E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC0B8Vector3DV_Tg5Tf4nd_n', symObjAddr: 0x189E0, symBinAddr: 0x97FF0, symSize: 0x340 } + - { offsetInCU: 0x109FB, offset: 0xCC297, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d74FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKFSo7s6VAC0B8T53DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x18D20, symBinAddr: 0x98330, symSize: 0x2E0 } + - { offsetInCU: 0x10E1A, offset: 0xCC6B6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo7CGPointV_TB5Tf4nnnnnd_n', symObjAddr: 0x19000, symBinAddr: 0x98610, symSize: 0x930 } + - { offsetInCU: 0x118D7, offset: 0xCD173, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x19930, symBinAddr: 0x98F40, symSize: 0x3D0 } + - { offsetInCU: 0x11C4D, offset: 0xCD4E9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T8DV_A_TG5xq_s5Error_pr0_lyAqOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb17E23addAnchorPointy26_FCF865A3410C50F6C3BA6E234d67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7s6VAC0B8T7DVXEfU_AbUTf1nncn_nTf4ndngg_n', symObjAddr: 0x19EB0, symBinAddr: 0x994C0, symSize: 0xCE0 } + - { offsetInCU: 0x12309, offset: 0xCDBA5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05W43F7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AbYTf1nncnnn_nTf4xnnndgg_n', symObjAddr: 0x1AF50, symBinAddr: 0x9A560, symSize: 0x570 } + - { offsetInCU: 0x1254C, offset: 0xCDDE8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC0B8Vector3DV_So7CGPointVTg505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7x20VtKFSo7CGPointVAC0B8Z7DVXEfU_AbUTf1nnnnnc_nTf4nnndxgg_n', symObjAddr: 0x1B4C0, symBinAddr: 0x9AAD0, symSize: 0xFD0 } + - { offsetInCU: 0x131C9, offset: 0xCEA65, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1EE40, symBinAddr: 0x9E450, symSize: 0x560 } + - { offsetInCU: 0x13758, offset: 0xCEFF4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlF12CoreGraphics7CGFloatV_TB5Tf4nnnnnd_n', symObjAddr: 0x1F3A0, symBinAddr: 0x9E9B0, symSize: 0x910 } + - { offsetInCU: 0x141CE, offset: 0xCFA6A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x1FE60, symBinAddr: 0x9F470, symSize: 0x560 } + - { offsetInCU: 0x14730, offset: 0xCFFCC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU3_Tf1nncn_nTf4ndg_n', symObjAddr: 0x20940, symBinAddr: 0x9FF50, symSize: 0x560 } + - { offsetInCU: 0x14C92, offset: 0xD052E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU2_Tf1nncn_nTf4ndg_n', symObjAddr: 0x21410, symBinAddr: 0xA0A20, symSize: 0x560 } + - { offsetInCU: 0x151F4, offset: 0xD0A90, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU1_Tf1nncn_nTf4ndg_n', symObjAddr: 0x21B10, symBinAddr: 0xA1120, symSize: 0x560 } + - { offsetInCU: 0x15756, offset: 0xD0FF2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb99E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x23120, symBinAddr: 0xA2730, symSize: 0x560 } + - { offsetInCU: 0x15CB8, offset: 0xD1554, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowRadiusy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T53DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x23830, symBinAddr: 0xA2E40, symSize: 0x560 } + - { offsetInCU: 0x1621A, offset: 0xD1AB6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb19E25addShadowOpacityy117_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x23F40, symBinAddr: 0xA3550, symSize: 0x560 } + - { offsetInCU: 0x1678E, offset: 0xD202A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T8DVXEfU0_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x24650, symBinAddr: 0xA3C60, symSize: 0x560 } + - { offsetInCU: 0x16D47, offset: 0xD25E3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb93E13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T7DVXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x24BB0, symBinAddr: 0xA41C0, symSize: 0x560 } + - { offsetInCU: 0x172EE, offset: 0xD2B8A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x26400, symBinAddr: 0xA5A10, symSize: 0x560 } + - { offsetInCU: 0x17850, offset: 0xD30EC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector1DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb106E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF12CoreGraphics7CGFloatVAC0C8T54DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x26B10, symBinAddr: 0xA6120, symSize: 0x560 } + - { offsetInCU: 0x17DE0, offset: 0xD367C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T8DVXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x28330, symBinAddr: 0xA7940, symSize: 0x5B0 } + - { offsetInCU: 0x18336, offset: 0xD3BD2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x288E0, symBinAddr: 0xA7EF0, symSize: 0x3C0 } + - { offsetInCU: 0x18559, offset: 0xD3DF5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B8Vector3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B8T29DV_12CoreGraphics7CGFloatVTG5xq_s5Error_pr0_lyAQ12CoreGraphics7CGFloatVIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234d99FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12CoreGraphics7CGFloatVAC0B8T7DVXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x28E50, symBinAddr: 0xA8460, symSize: 0x5B0 } + - { offsetInCU: 0x18AA0, offset: 0xD433C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC0B8Vector3DV_12CoreGraphics7CGFloatVTB505$sSo7a2C6b49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC21wD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x29400, symBinAddr: 0xA8A10, symSize: 0x3D0 } + - { offsetInCU: 0x18DA1, offset: 0xD463D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4HoldVySbG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4T11VySbG_SbTG5xq_s5Error_pr0_lyARSbIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb101E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKFSbAC4T11VySbGXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2A870, symBinAddr: 0xA9E80, symSize: 0x550 } + - { offsetInCU: 0x19330, offset: 0xD4BCC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSb_TB5Tf4nnnnnd_n', symObjAddr: 0x2ADC0, symBinAddr: 0xAA3D0, symSize: 0x8E0 } + - { offsetInCU: 0x19D88, offset: 0xD5624, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC4HoldVySbG_SbTg505$sSo7a2C6b78E22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05t2E7x9VtKFSbAC4Z11VySbGXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x2B6A0, symBinAddr: 0xAACB0, symSize: 0xF40 } + - { offsetInCU: 0x1AA8C, offset: 0xD6328, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb12E23addShadowtY162_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2C730, symBinAddr: 0xABD40, symSize: 0x940 } + - { offsetInCU: 0x1B3FC, offset: 0xD6C98, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo10CGColorRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x2D070, symBinAddr: 0xAC680, symSize: 0xAE0 } + - { offsetInCU: 0x1C026, offset: 0xD78C2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb84E13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2DCF0, symBinAddr: 0xAD300, symSize: 0x940 } + - { offsetInCU: 0x1C8F9, offset: 0xD8195, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb98E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKFSo10CGColorRefaAC0C5T52Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nncn_nTf4ndg_n', symObjAddr: 0x2EBB0, symBinAddr: 0xAE1C0, symSize: 0x940 } + - { offsetInCU: 0x1D1D6, offset: 0xD8A72, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC0B5ColorV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC0B5T20V_So10CGColorRefaTG5xq_s5Error_pr0_lyAQSo07CGColorQ0aIsgnrzo_AC21LayerAnimationContextVTf1ncn_n095$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKFSo10CGColorRefaAA0A5T6VXEfU_Tf1nncn_nTf4ndg_n', symObjAddr: 0x2F690, symBinAddr: 0xAECA0, symSize: 0x940 } + - { offsetInCU: 0x1DA77, offset: 0xD9313, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb18E24addShadowOffsety92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6T9VALXEfU0_Tf1nncn_nTf4ndg_n', symObjAddr: 0x31240, symBinAddr: 0xB0850, symSize: 0x570 } + - { offsetInCU: 0x1E084, offset: 0xD9920, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo6CGSizeV_TB5Tf4nnnnnd_n', symObjAddr: 0x317B0, symBinAddr: 0xB0DC0, symSize: 0x930 } + - { offsetInCU: 0x1EB41, offset: 0xDA3DD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05W31F7ContextVtKFSo6CGSizeVALXEfU0_Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x320E0, symBinAddr: 0xB16F0, symSize: 0x3E0 } + - { offsetInCU: 0x1ED44, offset: 0xDA5E0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_So6CGSizeV_AYTg505$sSo7a2C6b100E24addShadowOffsetAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05t2F7x7VtKFSo6Z9VALXEfU0_Tf1nnnnnc_nTf4nnndx_n', symObjAddr: 0x324C0, symBinAddr: 0xB1AD0, symSize: 0xF10 } + - { offsetInCU: 0x1F90A, offset: 0xDB1A6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC010BezierPathS0V_Tg5Tf4nd_n', symObjAddr: 0x335C0, symBinAddr: 0xB2BD0, symSize: 0x340 } + - { offsetInCU: 0x1FD4C, offset: 0xDB5E8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnncn_nTf4ndgn_n', symObjAddr: 0x33900, symBinAddr: 0xB2F10, symSize: 0xEB0 } + - { offsetInCU: 0x20737, offset: 0xDBFD3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSo9CGPathRefa_TB5Tf4nnnnnd_n', symObjAddr: 0x347B0, symBinAddr: 0xB3DC0, symSize: 0xAE0 } + - { offsetInCU: 0x2133F, offset: 0xDCBDB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_n013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D57ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4xnnndn_n', symObjAddr: 0x35290, symBinAddr: 0xB48A0, symSize: 0x3E0 } + - { offsetInCU: 0x2154E, offset: 0xDCDEA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_n013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX50VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1nnnnncn_nTf4nnndxn_n', symObjAddr: 0x35670, symBinAddr: 0xB4C80, symSize: 0xF30 } + - { offsetInCU: 0x22240, offset: 0xDDADC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC010BezierPathR0V_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_AC010tu7Y0V_So9P7RefaTG5xq_s5Error_pr0_lyAqIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13r11GroupCyAC06t33K0VG_AC0B16AnimationContextVSiSo9P41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2IIggo_SiTf1nncn_nTf4ndngn_n', symObjAddr: 0x365A0, symBinAddr: 0xB5BB0, symSize: 0xF10 } + - { offsetInCU: 0x22C21, offset: 0xDE4BD, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC010BezierPathY0V_So9CGPathRefaTB5013$sSo12CAShapew2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13y28GroupCyAC06BezierK0VG_AC0B16D60ContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A1_A1_Iggo_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x37920, symBinAddr: 0xB6F30, symSize: 0x3D0 } + - { offsetInCU: 0x22E4E, offset: 0xDE6EA, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC010BezierPathV0V_So9CGPathRefaTg5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vd6CyAC06z11K0VG_AC0B16wX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A_A_Iggo_SiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x37CF0, symBinAddr: 0xB7300, symSize: 0xF40 } + - { offsetInCU: 0x23A2B, offset: 0xDF2C7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSayAC10BezierPathVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SayAC10tu6VG_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0v16So12CAShapeLayerxb99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9p11RefaSayAC10tU7VGXEfU_SiTf1nncn_nTf4ndgn_n', symObjAddr: 0x38C30, symBinAddr: 0xB8240, symSize: 0x6A0 } + - { offsetInCU: 0x23EFE, offset: 0xDF79A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSayAC10BezierPathVG_So9CGPathRefaTB5013$sSo12CAShapew2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16D50ContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_SiTf1nncnnn_nTf4xnnndn_n', symObjAddr: 0x392D0, symBinAddr: 0xB88E0, symSize: 0x3F0 } + - { offsetInCU: 0x24123, offset: 0xDF9BF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SayAC10BezierPathVG_So9CGPathRefaTg5013$sSo12CAShapet2C6b74E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16wx26VSitKFSo9CGPathRefaSayAC10Z11PathVGXEfU_SiTf1nnnnnc_nTf4nnndxn_n', symObjAddr: 0x396C0, symBinAddr: 0xB8CD0, symSize: 0xF40 } + - { offsetInCU: 0x24CF6, offset: 0xE0592, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC7EllipseCAJV_Tg5Tf4nd_n', symObjAddr: 0x3A7F0, symBinAddr: 0xB9E00, symSize: 0x340 } + - { offsetInCU: 0x2519A, offset: 0xE0A36, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC7EllipseCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC7t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb48E13addAnimations3for7context14pathMultiplieryAC7t33C_AC0B16AnimationContextVSitKFSo9p7RefaAI8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3AB30, symBinAddr: 0xBA140, symSize: 0xB60 } + - { offsetInCU: 0x25A84, offset: 0xE1320, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC7EllipseCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16d29ContextVSitKFSo9CGPathRefaAI8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x3BD30, symBinAddr: 0xBB340, symSize: 0x470 } + - { offsetInCU: 0x25CD2, offset: 0xE156E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC7EllipseCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b48E13addAnimations3for7context14pathMultiplieryAC7z8C_AC0B16wx22VSitKFSo9CGPathRefaAI8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x3C1A0, symBinAddr: 0xBB7B0, symSize: 0xFA0 } + - { offsetInCU: 0x268A3, offset: 0xE213F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC9RectangleCAJV_Tg5Tf4nd_n', symObjAddr: 0x3D330, symBinAddr: 0xBC940, symSize: 0x340 } + - { offsetInCU: 0x26D50, offset: 0xE25EC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC9RectangleCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC9t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9t49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x3D670, symBinAddr: 0xBCC80, symSize: 0xD60 } + - { offsetInCU: 0x27686, offset: 0xE2F22, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC9RectangleCAPV_So9CGPathRefaTB5013$sSo12CAShapew2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16d45ContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8Y6VXEfU_A_SiTf1nncnnn_nTf4xnnndgn_n', symObjAddr: 0x3E850, symBinAddr: 0xBDE60, symSize: 0x470 } + - { offsetInCU: 0x278D4, offset: 0xE3170, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_AC9RectangleCAOV_So9CGPathRefaTg5013$sSo12CAShapet2C6b64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9z8C_AC0B16wx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AYSiTf1nnnnnc_nTf4nnndxgn_n', symObjAddr: 0x3ECC0, symBinAddr: 0xBE2D0, symSize: 0xFA0 } + - { offsetInCU: 0x284A5, offset: 0xE3D41, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE15timingFunctions33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3forSaySo21CAMediaTimingFunctionCGSayAC8KeyframeCyxGG_tlFAC4StarCAJV_Tg5Tf4nd_n', symObjAddr: 0x3FE50, symBinAddr: 0xBF460, symSize: 0x340 } + - { offsetInCU: 0x28946, offset: 0xE41E2, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb13E19addPolygony67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4t24C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x40190, symBinAddr: 0xBF7A0, symSize: 0xE10 } + - { offsetInCU: 0x292D3, offset: 0xE4B6F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC4StarCAJV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_AC4t8CAPV_So9P7RefaTG5xq_s5Error_pr0_lyArIIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0u16So12CAShapeLayerwb6E16addty93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9p7RefaAJ8R6VXEfU_AQSiTf1nncn_nTf4ndngn_n', symObjAddr: 0x41440, symBinAddr: 0xC0A50, symSize: 0xD30 } + - { offsetInCU: 0x29BAB, offset: 0xE5447, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S38VxKXEfU0_SaySdG_SaySo10CGColorRefaGTG5xq_s5Error_pr0_lyAPSaySo07CGColorQ0aGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x439E0, symBinAddr: 0xC2FF0, symSize: 0x6C0 } + - { offsetInCU: 0x2A147, offset: 0xE59E3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSaySo10CGColorRefaG_TB5Tf4nnnnnd_n', symObjAddr: 0x440A0, symBinAddr: 0xC36B0, symSize: 0x910 } + - { offsetInCU: 0x2ABE7, offset: 0xE6483, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySdG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S46VxKXEfU0_SaySdG_Say12CoreGraphics7CGFloatVGTG5xq_s5Error_pr0_lyAPSay12CoreGraphics7CGFloatVGIsgnrzo_AC21LayerAnimationContextVTf1ncn_nTf4ndgg_n', symObjAddr: 0x449B0, symBinAddr: 0xC3FC0, symSize: 0x6C0 } + - { offsetInCU: 0x2B183, offset: 0xE6A1F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSay12CoreGraphics7CGFloatVG_TB5Tf4nnnnnd_n', symObjAddr: 0x45070, symBinAddr: 0xC4680, symSize: 0x910 } + - { offsetInCU: 0x2BC32, offset: 0xE74CE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x45EB0, symBinAddr: 0xC54C0, symSize: 0x2E0 } + - { offsetInCU: 0x2BFBA, offset: 0xE7856, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x46190, symBinAddr: 0xC57A0, symSize: 0x3D0 } + - { offsetInCU: 0x2C1EF, offset: 0xE7A8B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_AC23tu12Keyframes33_wxyZ19AEBF9C580CLLV_A_TG5xq_s5Error_pr0_lyArOIsgnrzo_AC21LayerAnimationContextVTf1ncn_n011$s6Lottie19u17RenderLayerC09addt16B10Animations33_wxyz71AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7s7VAA0fB9V55AELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncn_nTf4ndd_n', symObjAddr: 0x46700, symBinAddr: 0xC5D10, symSize: 0x2E0 } + - { offsetInCU: 0x2C548, offset: 0xE7DE4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFAC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_So7CGPointVTB5025$s6Lottie19GradientRenderw98C09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x469E0, symBinAddr: 0xC5FF0, symSize: 0x3E0 } + - { offsetInCU: 0x2C7B1, offset: 0xE804D, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySdG_s15EmptyCollectionVySdGTg5Tf4nndn_n', symObjAddr: 0x48440, symBinAddr: 0xC7A50, symSize: 0x140 } + - { offsetInCU: 0x2C8CF, offset: 0xE816B, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VyypG_s15EmptyCollectionVyypGTg5Tf4nndn_n', symObjAddr: 0x485A0, symBinAddr: 0xC7BB0, symSize: 0x180 } + - { offsetInCU: 0x2CA99, offset: 0xE8335, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo13CATransform3DV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So13T9DV_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So13T6DV_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x48A90, symBinAddr: 0xC80A0, symSize: 0x750 } + - { offsetInCU: 0x2CFBD, offset: 0xE8859, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSo13CATransform3DV_Tg5Tf4xnnn_n', symObjAddr: 0x495E0, symBinAddr: 0xC8BF0, symSize: 0x3B0 } + - { offsetInCU: 0x2D162, offset: 0xE89FE, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAO_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_A__A_TG5xq_s5Error_pr0_lyA2OIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf20ContextVtKlFxxXEfU0_uS5V_TG5Tf1nncn_nTf4ndd_n', symObjAddr: 0x49CD0, symBinAddr: 0xC92E0, symSize: 0x2E0 } + - { offsetInCU: 0x2D4EA, offset: 0xE8D86, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG35ContextVtKlFxxXEfU0_So7CGPointV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x49FB0, symBinAddr: 0xC95C0, symSize: 0x3E0 } + - { offsetInCU: 0x2D7C7, offset: 0xE9063, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlF12CoreGraphics7CGFloatV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s11VxKXEfU0_12t9Graphics7V8V_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf22ContextVtKlFxxXEfU0_12t9Graphics7V5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4A390, symBinAddr: 0xC99A0, symSize: 0x560 } + - { offsetInCU: 0x2DCF3, offset: 0xE958F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlF12CoreGraphics7CGFloatV_Tg5Tf4xnnn_n', symObjAddr: 0x4A920, symBinAddr: 0xC9F30, symSize: 0x230 } + - { offsetInCU: 0x2DDD9, offset: 0xE9675, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234e46FA9F5LL4from7contextyAC14TransformModel_p_AC05t2F7X34VtKFSo7CGPointVAC0B8Vector3DVXEfU_AbTTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x4AB50, symBinAddr: 0xCA160, symSize: 0xA10 } + - { offsetInCU: 0x2E25D, offset: 0xE9AF9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12addAnimation3for9keyframes5value7contextyAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0iD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB505$sSo7a2C6b102E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05i2F7m7VtKFSo7q6VAC0B8P7DVXEfU_AbPTf1nncnn_nTf4nnnngg_n', symObjAddr: 0x4B560, symBinAddr: 0xCAB70, symSize: 0x200 } + - { offsetInCU: 0x2E44A, offset: 0xE9CE6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSb_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7S17VxKXEfU0_Sb_SbTG5xq_s5Error_pr0_lyS2bIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rF26ContextVtKlFxxXEfU0_Sb_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4B760, symBinAddr: 0xCAD70, symSize: 0x550 } + - { offsetInCU: 0x2E976, offset: 0xEA212, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE23singleKeyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for13keyframeValue33writeDirectlyToPropertyIfPossibleSo07CABasicE0CSgAC05LayerV0VyxG_xSbtlFSb_Tg5Tf4xnnn_n', symObjAddr: 0x4C0B0, symBinAddr: 0xCB6C0, symSize: 0x220 } + - { offsetInCU: 0x2EB2B, offset: 0xEA3C7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo07CGColorQ0a_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s13VxKXEfU0_So10T11Refa_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf24ContextVtKlFxxXEfU0_So10T8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4C2D0, symBinAddr: 0xCB8E0, symSize: 0x550 } + - { offsetInCU: 0x2F0AB, offset: 0xEA947, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo10CGColorRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG39ContextVtKlFxxXEfU0_So10CGColorRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4C820, symBinAddr: 0xCBE30, symSize: 0x3F0 } + - { offsetInCU: 0x2F2AA, offset: 0xEAB46, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSo6CGSizeV_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So6T8V_A1_TG5xq_s5Error_pr0_lyA2QIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So6T5V_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4CC10, symBinAddr: 0xCC220, symSize: 0x570 } + - { offsetInCU: 0x2F7F1, offset: 0xEB08D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo6CGSizeV_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG34ContextVtKlFxxXEfU0_So6CGSizeV_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4D180, symBinAddr: 0xCC790, symSize: 0x3F0 } + - { offsetInCU: 0x2FACB, offset: 0xEB367, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFAI_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s12VxKXEfU0_So9P11Refa_A1_TG5xq_s5Error_pr0_lyA2IIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0tuavb13E19customizedx3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf23ContextVtKlFxxXEfU0_So9P8Refa_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x4D7F0, symBinAddr: 0xCCE00, symSize: 0x550 } + - { offsetInCU: 0x3003C, offset: 0xEB8D8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo9CGPathRefa_A_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG37ContextVtKlFxxXEfU0_So9CGPathRefa_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x4DD40, symBinAddr: 0xCD350, symSize: 0x3F0 } + - { offsetInCU: 0x3034A, offset: 0xEBBE6, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC7EllipseC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b63E13addAnimations3for7context14pathMultiplieryAC7EllipseC_AC0B16dx22VSitKFSo9CGPathRefaAI8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x4E340, symBinAddr: 0xCD950, symSize: 0x920 } + - { offsetInCU: 0x308C4, offset: 0xEC160, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC9RectangleC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b81E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16dx38VSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x4EC60, symBinAddr: 0xCE270, symSize: 0x930 } + - { offsetInCU: 0x30EC8, offset: 0xEC764, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b98E16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x4F590, symBinAddr: 0xCEBA0, symSize: 0x990 } + - { offsetInCU: 0x31365, offset: 0xECC01, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC4StarC0V0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b103E19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7x22VSitKFSo9CGPathRefaAJ8V6VXEfU_AWSiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x4FF20, symBinAddr: 0xCF530, symSize: 0x990 } + - { offsetInCU: 0x3189F, offset: 0xED13B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSaySo07CGColorQ0aG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s16VxKXEfU0_SaySo10T12RefaG_A2_TG5xq_s5Error_pr0_lyA2RIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0uvawb13E19customizedy3_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf27ContextVtKlFxxXEfU0_SaySo10T9RefaG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x508B0, symBinAddr: 0xCFEC0, symSize: 0x550 } + - { offsetInCU: 0x31E1F, offset: 0xED6BB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSaySo10CGColorRefaG_A0_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG43ContextVtKlFxxXEfU0_SaySo10CGColorRefaG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x50E00, symBinAddr: 0xD0410, symSize: 0x3F0 } + - { offsetInCU: 0x320F9, offset: 0xED995, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE4path33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL9keyframes5valueSo9CGPathRefaSayAC8KeyframeCyxGG_So7CGPointVxKXEtKlFSay12CoreGraphics7CGFloatVG_Tg505$sSo7a2C6b25E17keyframeAnimation33_19defghijklm93LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8r33CyxGGq_xKXESaySo8NSNumberCGSgAC0wf18ContextVtKr0_lFSo7s14VxKXEfU0_Say12t9Graphics7V9VG_A3_TG5xq_s5Error_pr0_lyA2SIsgnrzo_AC21LayerAnimationContextVTf1ncn_n0wxayb27E19customizedAnimation33_19defghijklm60LL3for7contextSo010CAPropertyD0CSgAC13LayerPropertyVyxG_AC0rf25ContextVtKlFxxXEfU0_Say12t9Graphics7V6VG_TG5Tf1nncn_nTf4ndg_n', symObjAddr: 0x51550, symBinAddr: 0xD0B60, symSize: 0x550 } + - { offsetInCU: 0x32679, offset: 0xEDF15, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSay12CoreGraphics7CGFloatVG_A1_TB505$sSo7a2C6b27E19customizedAnimation33_19efghijklmn38LL3for7contextSo010CAPropertyD0CSgAC13wx9VyxG_AC0rG51ContextVtKlFxxXEfU0_Say12CoreGraphics7CGFloatVG_TG5Tf1nncnnn_nTf4xnnnd_n', symObjAddr: 0x51AA0, symBinAddr: 0xD10B0, symSize: 0x3F0 } + - { offsetInCU: 0x328F9, offset: 0xEE195, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX34VtKFSo7CGPointVAA0A8Vector3DVXEfU_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x52130, symBinAddr: 0xD1740, symSize: 0x920 } + - { offsetInCU: 0x32DCE, offset: 0xEE66A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC0B8Vector3DV_So7CGPointVTB5025$s6Lottie19GradientRendert98C09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16dX35VtKFSo7CGPointVAA0A8Vector3DVXEfU0_AC014GradientRenderT0CTf1nncnn_nTf4nnnng_n', symObjAddr: 0x52A50, symBinAddr: 0xD2060, symSize: 0x920 } + - { offsetInCU: 0x3328D, offset: 0xEEB29, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFAC010BezierPathV0V_So9CGPathRefaTB5013$sSo12CAShapet2C6b80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13vw23CyAC06BezierK0VG_AC0B16dX53VSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2YIggo_SiTf1nncnn_nTf4nnnngn_n', symObjAddr: 0x53370, symBinAddr: 0xD2980, symSize: 0x7E0 } + - { offsetInCU: 0x33703, offset: 0xEEF9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOr', symObjAddr: 0x53B90, symBinAddr: 0xD3160, symSize: 0xD0 } + - { offsetInCU: 0x33717, offset: 0xEEFB3, size: 0x8, addend: 0x0, symName: '_$sSSWOr', symObjAddr: 0x53C80, symBinAddr: 0xD3230, symSize: 0x20 } + - { offsetInCU: 0x3372B, offset: 0xEEFC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVWOs', symObjAddr: 0x53CA0, symBinAddr: 0xD3250, symSize: 0xD0 } + - { offsetInCU: 0x3373F, offset: 0xEEFDB, size: 0x8, addend: 0x0, symName: '_$sSSWOs', symObjAddr: 0x53D90, symBinAddr: 0xD3320, symSize: 0x20 } + - { offsetInCU: 0x33753, offset: 0xEEFEF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC010BezierPathV0V_So9CGPathRefaTg5TA', symObjAddr: 0x53E00, symBinAddr: 0xD3360, symSize: 0x20 } + - { offsetInCU: 0x33767, offset: 0xEF003, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x53E20, symBinAddr: 0xD3380, symSize: 0x20 } + - { offsetInCU: 0x3377B, offset: 0xEF017, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC010BezierPathY0V_So9CGPathRefaTG5TA', symObjAddr: 0x53EC0, symBinAddr: 0xD33D0, symSize: 0x10 } + - { offsetInCU: 0x3378F, offset: 0xEF02B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x53ED0, symBinAddr: 0xD33E0, symSize: 0x20 } + - { offsetInCU: 0x337A3, offset: 0xEF03F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu5_TA', symObjAddr: 0x53EF0, symBinAddr: 0xD3400, symSize: 0x10 } + - { offsetInCU: 0x337B7, offset: 0xEF053, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x53F00, symBinAddr: 0xD3410, symSize: 0x20 } + - { offsetInCU: 0x337CB, offset: 0xEF067, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x53FB0, symBinAddr: 0xD3430, symSize: 0x20 } + - { offsetInCU: 0x337DF, offset: 0xEF07B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So9CGPathRefa_A1_TG5TA', symObjAddr: 0x54030, symBinAddr: 0xD3450, symSize: 0x20 } + - { offsetInCU: 0x33856, offset: 0xEF0F2, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy6Lottie16AnimationKeypathV7keypath_AL16AnyValueProvider_p05valueP0tG_s15EmptyCollectionVyAnO_AlP_pAQtGTg5Tf4nndn_n', symObjAddr: 0x54050, symBinAddr: 0xD3470, symSize: 0x190 } + - { offsetInCU: 0x33930, offset: 0xEF1CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOr', symObjAddr: 0x542B0, symBinAddr: 0xD36D0, symSize: 0x30 } + - { offsetInCU: 0x33944, offset: 0xEF1E0, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x54330, symBinAddr: 0xD3750, symSize: 0x20 } + - { offsetInCU: 0x33958, offset: 0xEF1F4, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x54350, symBinAddr: 0xD3770, symSize: 0x20 } + - { offsetInCU: 0x3396C, offset: 0xEF208, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x54370, symBinAddr: 0xD3790, symSize: 0x20 } + - { offsetInCU: 0x33980, offset: 0xEF21C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_12CoreGraphics7CGFloatV_Tg5TA', symObjAddr: 0x54390, symBinAddr: 0xD37B0, symSize: 0x20 } + - { offsetInCU: 0x33994, offset: 0xEF230, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVy12CoreGraphics7CGFloatVGSgWOs', symObjAddr: 0x543B0, symBinAddr: 0xD37D0, symSize: 0x30 } + - { offsetInCU: 0x339A8, offset: 0xEF244, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_12CoreGraphics7CGFloatV_A2_TG5TA', symObjAddr: 0x543E0, symBinAddr: 0xD3800, symSize: 0x20 } + - { offsetInCU: 0x339BC, offset: 0xEF258, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B5ColorV_So10CGColorRefaTG5TA', symObjAddr: 0x54420, symBinAddr: 0xD3840, symSize: 0x10 } + - { offsetInCU: 0x339D0, offset: 0xEF26C, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu3_So10CGColorRefa_Tg5TA', symObjAddr: 0x54430, symBinAddr: 0xD3850, symSize: 0x20 } + - { offsetInCU: 0x339E4, offset: 0xEF280, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu_So10CGColorRefa_Tg5TA', symObjAddr: 0x54450, symBinAddr: 0xD3870, symSize: 0x20 } + - { offsetInCU: 0x339F8, offset: 0xEF294, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSbyXEfu1_So10CGColorRefa_Tg5TA', symObjAddr: 0x54470, symBinAddr: 0xD3890, symSize: 0x20 } + - { offsetInCU: 0x33A0C, offset: 0xEF2A8, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So10CGColorRefa_A1_TG5TA', symObjAddr: 0x54490, symBinAddr: 0xD38B0, symSize: 0x20 } + - { offsetInCU: 0x33A32, offset: 0xEF2CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0CyxGSg12CoreGraphics7CGFloatVXEfU_SayAA10BezierPathVG_TG5TA', symObjAddr: 0x544D0, symBinAddr: 0xD38F0, symSize: 0x50 } + - { offsetInCU: 0x33A5B, offset: 0xEF2F7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SayAC10BezierPathVG_So9CGPathRefaTG5TA', symObjAddr: 0x54520, symBinAddr: 0xD3940, symSize: 0x20 } + - { offsetInCU: 0x33A6F, offset: 0xEF30B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC7EllipseCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x54560, symBinAddr: 0xD3980, symSize: 0x10 } + - { offsetInCU: 0x33A83, offset: 0xEF31F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC9RectangleCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x54590, symBinAddr: 0xD39B0, symSize: 0x10 } + - { offsetInCU: 0x33A97, offset: 0xEF333, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4StarCAPV_So9CGPathRefaTG5TA', symObjAddr: 0x545C0, symBinAddr: 0xD39E0, symSize: 0x10 } + - { offsetInCU: 0x33AAB, offset: 0xEF347, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTG5TA', symObjAddr: 0x54610, symBinAddr: 0xD3A30, symSize: 0x20 } + - { offsetInCU: 0x33ABF, offset: 0xEF35B, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Say12CoreGraphics7CGFloatVG_A3_TG5TA', symObjAddr: 0x54630, symBinAddr: 0xD3A50, symSize: 0x20 } + - { offsetInCU: 0x33AD3, offset: 0xEF36F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_SaySo10CGColorRefaG_A2_TG5TA', symObjAddr: 0x54650, symBinAddr: 0xD3A70, symSize: 0x20 } + - { offsetInCU: 0x33AE7, offset: 0xEF383, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_AC4HoldVySo13CATransform3DVG_AYTg5TA', symObjAddr: 0x54690, symBinAddr: 0xD3AB0, symSize: 0x20 } + - { offsetInCU: 0x33AFB, offset: 0xEF397, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySo13CATransform3DVG_A3_TG5TA', symObjAddr: 0x546B0, symBinAddr: 0xD3AD0, symSize: 0x10 } + - { offsetInCU: 0x33B0F, offset: 0xEF3AB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So13CATransform3DV_A1_TG5TA', symObjAddr: 0x546C0, symBinAddr: 0xD3AE0, symSize: 0x10 } + - { offsetInCU: 0x33B23, offset: 0xEF3BF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5TA', symObjAddr: 0x546D0, symBinAddr: 0xD3AF0, symSize: 0x10 } + - { offsetInCU: 0x33B37, offset: 0xEF3D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGACyxGAA03AnybC0A2A0F14InterpolatableRzlWl', symObjAddr: 0x546E0, symBinAddr: 0xD3B00, symSize: 0x60 } + - { offsetInCU: 0x33B4B, offset: 0xEF3E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyKeyframeGroup_pWOb', symObjAddr: 0x54770, symBinAddr: 0xD3B90, symSize: 0x20 } + - { offsetInCU: 0x33B5F, offset: 0xEF3FB, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_So6CGSizeV_A1_TG5TA', symObjAddr: 0x54810, symBinAddr: 0xD3BD0, symSize: 0x10 } + - { offsetInCU: 0x33B73, offset: 0xEF40F, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_AC4HoldVySbG_SbTG5TA', symObjAddr: 0x548D0, symBinAddr: 0xD3C90, symSize: 0x10 } + - { offsetInCU: 0x33B87, offset: 0xEF423, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8KeyframeCyxGGq_xKXESaySo8NSNumberCGSgAC0wD7ContextVtKr0_lFSo7CGPointVxKXEfU0_SSyXEfu_Sb_SbTG5TA', symObjAddr: 0x548E0, symBinAddr: 0xD3CA0, symSize: 0x10 } + - { offsetInCU: 0x33BBB, offset: 0xEF457, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W15Vector1DVXEfU0_SiTf1nnnnnc_n', symObjAddr: 0x0, symBinAddr: 0x7F610, symSize: 0x2C0 } + - { offsetInCU: 0x33D83, offset: 0xEF61F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi45E13addAnimations3for7contextSiAC4TrimC_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W14Vector1DVXEfU_SiTf1nnnnnc_n', symObjAddr: 0x2C0, symBinAddr: 0x7F8D0, symSize: 0x2C0 } + - { offsetInCU: 0x33F84, offset: 0xEF820, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_12CoreGraphics7CGFloatVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC0B8e5DV_12f9Graphics7H4VTG5xq_s5Error_pr0_lyAiNIsgnrzo_Tf1cn_n0ijklc49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234o73FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF12f9Graphics7h6VAC0B8E8DVXEfU0_Tf1nc_n', symObjAddr: 0xF00, symBinAddr: 0x80510, symSize: 0x190 } + - { offsetInCU: 0x341DA, offset: 0xEFA76, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySo6CGSizeVGG_AITg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wn29ContextVtKr0_lFq_ARKXEfU1_So6E7V_A_TG5xq_s5Error_pr0_lyA2IIsgnrzo_Tf1cn_n0fghic18E24addShadowOffsetk92_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo6E9VALXEfU0_Tf1nc_n', symObjAddr: 0x15E0, symBinAddr: 0x80BF0, symSize: 0x190 } + - { offsetInCU: 0x344AE, offset: 0xEFD4A, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G38RefaARXEAC07RoundedM0CSgtKFfA2_A2RcfU_Tf1ncn_n', symObjAddr: 0x1770, symBinAddr: 0x80D80, symSize: 0x430 } + - { offsetInCU: 0x34878, offset: 0xF0114, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCySayAE10BezierPathVGGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq33ContextVtKr0_lFq_ARKXEfU1_SayAC10ef6VG_So9G7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc99E13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9g11RefaSayAC10eF7VGXEfU_SiTf1nc_n', symObjAddr: 0x1D40, symBinAddr: 0x81350, symSize: 0x1A0 } + - { offsetInCU: 0x34AC6, offset: 0xF0362, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0ww30ContextVtKr0_lFq_ARKXEfU1_AC23ef12Keyframes33_hijklm5CLLV_pN4VTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n011$s6Lottie19f17RenderLayerC09adde16B10Animations33_hijklm62CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFSo7n7VAA0fB9G57AELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nc_n', symObjAddr: 0x1EE0, symBinAddr: 0x814F0, symSize: 0x190 } + - { offsetInCU: 0x34D77, offset: 0xF0613, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs18ReversedCollectionVySay6Lottie5GroupCGG_AH0G5LayerCTg5', symObjAddr: 0x23B0, symBinAddr: 0x819C0, symSize: 0x2B0 } + - { offsetInCU: 0x35057, offset: 0xF08F3, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x2C60, symBinAddr: 0x82270, symSize: 0x1B0 } + - { offsetInCU: 0x350E4, offset: 0xF0980, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x2E10, symBinAddr: 0x82420, symSize: 0x90 } + - { offsetInCU: 0x35171, offset: 0xF0A0D, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie0D5ColorVTB5', symObjAddr: 0x2EA0, symBinAddr: 0x824B0, symSize: 0x100 } + - { offsetInCU: 0x35204, offset: 0xF0AA0, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x2FA0, symBinAddr: 0x825B0, symSize: 0x140 } + - { offsetInCU: 0x352B9, offset: 0xF0B55, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x30E0, symBinAddr: 0x826F0, symSize: 0x110 } + - { offsetInCU: 0x35346, offset: 0xF0BE2, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x31F0, symBinAddr: 0x82800, symSize: 0x130 } + - { offsetInCU: 0x353D3, offset: 0xF0C6F, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x3320, symBinAddr: 0x82930, symSize: 0x150 } + - { offsetInCU: 0x35460, offset: 0xF0CFC, size: 0x8, addend: 0x0, symName: '_$sSDyq_Sgxcis12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x3470, symBinAddr: 0x82A80, symSize: 0x100 } + - { offsetInCU: 0x35684, offset: 0xF0F20, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSo13CATransform3DV_ypTg5', symObjAddr: 0x5950, symBinAddr: 0x84F60, symSize: 0x190 } + - { offsetInCU: 0x3583B, offset: 0xF10D7, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_ypTg5', symObjAddr: 0x5AE0, symBinAddr: 0x850F0, symSize: 0x130 } + - { offsetInCU: 0x35A2A, offset: 0xF12C6, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSb_ypTg5', symObjAddr: 0x5C10, symBinAddr: 0x85220, symSize: 0x130 } + - { offsetInCU: 0x35C10, offset: 0xF14AC, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF12CoreGraphics7CGFloatV_So8NSNumberCTg5', symObjAddr: 0x6110, symBinAddr: 0x85720, symSize: 0xD0 } + - { offsetInCU: 0x35E15, offset: 0xF16B1, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie13KeyframeGroupCyAD10BezierPathVG_AD03AnyeF0_pTg5', symObjAddr: 0x6350, symBinAddr: 0x85960, symSize: 0x210 } + - { offsetInCU: 0x3601A, offset: 0xF18B6, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie12AnimatorNode_p_AD17KeypathSearchable_pTg5', symObjAddr: 0x6560, symBinAddr: 0x85B70, symSize: 0x1A0 } + - { offsetInCU: 0x361FE, offset: 0xF1A9A, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lF6Lottie16CompositionLayerC_AD17KeypathSearchable_pTg5', symObjAddr: 0x6700, symBinAddr: 0x85D10, symSize: 0x210 } + - { offsetInCU: 0x363AB, offset: 0xF1C47, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSo13CATransform3DV_Tg5', symObjAddr: 0x6910, symBinAddr: 0x85F20, symSize: 0x100 } + - { offsetInCU: 0x36425, offset: 0xF1CC1, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tF12CoreGraphics7CGFloatV5start_AE3endt_Tg5', symObjAddr: 0x6AD0, symBinAddr: 0x860E0, symSize: 0xA0 } + - { offsetInCU: 0x3649F, offset: 0xF1D3B, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tFSS_Tg5', symObjAddr: 0x6B70, symBinAddr: 0x86180, symSize: 0x90 } + - { offsetInCU: 0x37471, offset: 0xF2D0D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD87ContextVtKFSo7CGPointVAC0B8Vector3DVcfu_33_424435a6872b9c115d78c5812f18e65fAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x19D00, symBinAddr: 0x99310, symSize: 0x1B0 } + - { offsetInCU: 0x37651, offset: 0xF2EED, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE0C8Vector3DVGG_So7CGPointVTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wo31ContextVtKr0_lFq_ARKXEfU1_AC0B8e3DV_hF4VTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0ghijc17E23addAnchorPointl26_FCF865A3410C50F6C3BA6E234m67FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7f6VAC0B8E7DVXEfU_So0I0CAE21LayerAnimationContextVTf1nc_nTf4ngg_n', symObjAddr: 0x1AB90, symBinAddr: 0x9A1A0, symSize: 0x3C0 } + - { offsetInCU: 0x3795C, offset: 0xF31F8, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c26W0CSiKXEfU_AC0B8Vector3DV_F11CGPointVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghi54E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234L94FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_AtRTf1nnnnnc_nTf4nnnnngg_n', symObjAddr: 0x1C490, symBinAddr: 0x9BAA0, symSize: 0x320 } + - { offsetInCU: 0x37BD2, offset: 0xF346E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x1FCB0, symBinAddr: 0x9F2C0, symSize: 0x1B0 } + - { offsetInCU: 0x37DB2, offset: 0xF364E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addPositionAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD100ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x20790, symBinAddr: 0x9FDA0, symSize: 0x1B0 } + - { offsetInCU: 0x37F92, offset: 0xF382E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU3_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x21270, symBinAddr: 0xA0880, symSize: 0x1A0 } + - { offsetInCU: 0x38172, offset: 0xF3A0E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU2_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x21970, symBinAddr: 0xA0F80, symSize: 0x1A0 } + - { offsetInCU: 0x38352, offset: 0xF3BEE, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi52E21addRotationAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU1_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x22F80, symBinAddr: 0xA2590, symSize: 0x1A0 } + - { offsetInCU: 0x38532, offset: 0xF3DCE, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI113E19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x23680, symBinAddr: 0xA2C90, symSize: 0x1B0 } + - { offsetInCU: 0x38712, offset: 0xF3FAE, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI206E24addShadowRadiusAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVcfu_33_3535d298373a4736f2749f92965e65f7AoMTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x23D90, symBinAddr: 0xA33A0, symSize: 0x1B0 } + - { offsetInCU: 0x388F2, offset: 0xF418E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghI161E25addShadowOpacityAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector1DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x244A0, symBinAddr: 0xA3AB0, symSize: 0x1B0 } + - { offsetInCU: 0x38AD2, offset: 0xF436E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu1_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x26960, symBinAddr: 0xA5F70, symSize: 0x1B0 } + - { offsetInCU: 0x38CB2, offset: 0xF454E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector1DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector1DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16d37ContextVtKF12CoreGraphics7CGFloatVAC0W61Vector1DVcfu0_33_3535d298373a4736f2749f92965e65f7AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x27F90, symBinAddr: 0xA75A0, symSize: 0x1B0 } + - { offsetInCU: 0x38EA8, offset: 0xF4744, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD54ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU0_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x28CA0, symBinAddr: 0xA82B0, symSize: 0x1B0 } + - { offsetInCU: 0x39088, offset: 0xF4924, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C52W0CSiKXEfU_AC0B8Vector3DV_12CoreGraphics7CGFloatVTG5SaySay0I08KeyframeCyAI0I8Vector3DVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVy12CoreGraphics7CGFloatVGxq_s5Error_pr0_lyAmYIsgnrzo_Tf1cn_n0efghi49E18addScaleAnimations33_FCF865A3410C50F6C3BA6E234l51FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerD53ContextVtKF12CoreGraphics7CGFloatVAC0B8Vector3DVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2A6C0, symBinAddr: 0xA9CD0, symSize: 0x1B0 } + - { offsetInCU: 0x39440, offset: 0xF4CDC, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0efghI190E23addShadowColorAnimation33_40F4F55A6E543227ED306484D7283D39LL4from7contextyAC04DropD5Model_p_AC05LayerF7ContextVtKFSo10CGColorRefaAC0bE0Vcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2DB50, symBinAddr: 0xAD160, symSize: 0x1A0 } + - { offsetInCU: 0x39620, offset: 0xF4EBC, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi44E13addAnimations3for7contextyAC4FillC_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2EA10, symBinAddr: 0xAE020, symSize: 0x1A0 } + - { offsetInCU: 0x39800, offset: 0xF509C, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n0e16So12CAShapeLayerhi58E19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16D88ContextVtKFSo10CGColorRefaAC0C5ColorVcfu_33_7e187bebbbc890601f4c22a2485f7ecbAmKTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x2F4F0, symBinAddr: 0xAEB00, symSize: 0x1A0 } + - { offsetInCU: 0x399E0, offset: 0xF527C, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010C41W0CSiKXEfU_AC0B5ColorV_So10CGColorRefaTG5SaySay0I08KeyframeCyAI0I5ColorVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo10CGColorRefaGxq_s5Error_pr0_lyAmXIsgnrzo_Tf1cn_n054$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16D43ContextV_tKFSo10CGColorRefaAA0A5ColorVXEfU_Tf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x30EE0, symBinAddr: 0xB04F0, symSize: 0x1A0 } + - { offsetInCU: 0x39CB5, offset: 0xF5551, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8g8CGSgAC0wp38ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC010eF20Y0V_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x333D0, symBinAddr: 0xB29E0, symSize: 0x1F0 } + - { offsetInCU: 0x3A017, offset: 0xF58B3, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE010BezierPathD0VGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wq31ContextVtKr0_lFq_ARKXEfU1_AC010ef7Y0V_So9G7RefaTG5xq_s5Error_pr0_lyAiMIsgnrzo_Tf1cn_n0i16So12CAShapeLayerlc80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13d11GroupCyAC06e33K0VG_AC0B16AnimationContextVSiSo9G41RefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_A2MIggo_SiTf1nc_nTf4ngn_n', symObjAddr: 0x374B0, symBinAddr: 0xB6AC0, symSize: 0x470 } + - { offsetInCU: 0x3A46D, offset: 0xF5D09, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC7E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x3A600, symBinAddr: 0xB9C10, symSize: 0x1F0 } + - { offsetInCU: 0x3A725, offset: 0xF5FC1, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE7EllipseCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC7e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc48E13addAnimations3for7context14pathMultiplieryAC7e33C_AC0B16AnimationContextVSitKFSo9f7RefaAI8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3B690, symBinAddr: 0xBACA0, symSize: 0x6A0 } + - { offsetInCU: 0x3AD4F, offset: 0xF65EB, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC9E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x3D140, symBinAddr: 0xBC750, symSize: 0x1F0 } + - { offsetInCU: 0x3AFE3, offset: 0xF687F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE9RectangleCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC9e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc64E13addAnimations3for7context14pathMultiplier14roundedCornersyAC9e49C_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x3E3D0, symBinAddr: 0xBD9E0, symSize: 0x480 } + - { offsetInCU: 0x3B40D, offset: 0xF6CA9, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So8NSNumberCTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d17CyxGGq_xKXESaySo8f8CGSgAC0wo36ContextVtKr0_lFAVyKXEfu_AuRKXEfU_AC4E21CAPV_So9CGPathRefaTG5AE21LayerAnimationContextVTf1cn_nTf4ng_n', symObjAddr: 0x3FC60, symBinAddr: 0xBF270, symSize: 0x1F0 } + - { offsetInCU: 0x3B6A1, offset: 0xF6F3D, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc13E19addPolygonm67_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4e24C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x40FA0, symBinAddr: 0xC05B0, symSize: 0x4A0 } + - { offsetInCU: 0x3BA2D, offset: 0xF72C9, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie8KeyframeCyAE4StarCAFVGG_So9CGPathRefaTg5014$sSo7CALayerC6c148E17keyframeAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value14customKeyTimes7contextSo010CAKeyframeD0CAC13LayerPropertyVyq_G_SayAC8d33CyxGGq_xKXESaySo8NSNumberCGSgAC0wp29ContextVtKr0_lFq_ARKXEfU1_AC4e8CAPV_So9F7RefaTG5xq_s5Error_pr0_lyAjNIsgnrzo_Tf1cn_n0h16So12CAShapeLayerkc6E16addem93_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9f7RefaAJ8D6VXEfU_AISiTf1nc_nTf4ngn_n', symObjAddr: 0x42170, symBinAddr: 0xC1780, symSize: 0x4C0 } + - { offsetInCU: 0x3BF78, offset: 0xF7814, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D94ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu0_33_95b948287f94dc86d10e3bce7eeed190AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x46560, symBinAddr: 0xC5B70, symSize: 0x1A0 } + - { offsetInCU: 0x3C158, offset: 0xF79F4, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSnySiG_So19CAKeyframeAnimationCTg50180$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16d20ContextVtKr0_lFSo010c77W0CSiKXEfU_AC23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLV_F11CGPointVTG5SaySay0I08KeyframeCyAI23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVGGGAI05LayerD7ContextVSo0G0CAI13LayerPropertyVySo7CGPointVGxq_s5Error_pr0_lyAnYIsgnrzo_Tf1cn_n0128$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16D92ContextVtKFSo7CGPointVAA0fB9KeyframesAELLVcfu_32ef19e8eb5dbfa0f2823155d010e31bf8AnLTf3nnpk_nTf1nnnnnc_nTf4nggdgX_n', symObjAddr: 0x47CD0, symBinAddr: 0xC72E0, symSize: 0x1A0 } + - { offsetInCU: 0x2B, offset: 0xF8C67, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xD6F80, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0xF8CA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xD6F80, symSize: 0x40 } + - { offsetInCU: 0xBF, offset: 0xF8CFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x60, symBinAddr: 0xD6FE0, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0xF8D3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x80, symBinAddr: 0xD7000, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xF8D7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0xD7030, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0xF8DAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesC5shapeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x430, symBinAddr: 0xD73B0, symSize: 0x200 } + - { offsetInCU: 0x3BE, offset: 0xF8FFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCMa', symObjAddr: 0x40, symBinAddr: 0xD6FC0, symSize: 0x20 } + - { offsetInCU: 0x3FC, offset: 0xF9038, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCfD', symObjAddr: 0xD0, symBinAddr: 0xD7050, symSize: 0x40 } + - { offsetInCU: 0x45D, offset: 0xF9099, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x130, symBinAddr: 0xD70B0, symSize: 0x40 } + - { offsetInCU: 0x4A7, offset: 0xF90E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x170, symBinAddr: 0xD70F0, symSize: 0x30 } + - { offsetInCU: 0x503, offset: 0xF913F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1A0, symBinAddr: 0xD7120, symSize: 0x80 } + - { offsetInCU: 0x58A, offset: 0xF91C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x220, symBinAddr: 0xD71A0, symSize: 0x10 } + - { offsetInCU: 0x5EE, offset: 0xF922A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x230, symBinAddr: 0xD71B0, symSize: 0x20 } + - { offsetInCU: 0x650, offset: 0xF928C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x250, symBinAddr: 0xD71D0, symSize: 0x10 } + - { offsetInCU: 0x67B, offset: 0xF92B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x260, symBinAddr: 0xD71E0, symSize: 0x10 } + - { offsetInCU: 0x6AD, offset: 0xF92E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x270, symBinAddr: 0xD71F0, symSize: 0x10 } + - { offsetInCU: 0x6D8, offset: 0xF9314, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x280, symBinAddr: 0xD7200, symSize: 0x10 } + - { offsetInCU: 0x719, offset: 0xF9355, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x290, symBinAddr: 0xD7210, symSize: 0x10 } + - { offsetInCU: 0x75A, offset: 0xF9396, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x2A0, symBinAddr: 0xD7220, symSize: 0x20 } + - { offsetInCU: 0x79B, offset: 0xF93D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x2C0, symBinAddr: 0xD7240, symSize: 0x20 } + - { offsetInCU: 0x7CD, offset: 0xF9409, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeC06parentC05shapeAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x630, symBinAddr: 0xD75B0, symSize: 0x130 } + - { offsetInCU: 0x887, offset: 0xF94C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeNodeCMa', symObjAddr: 0x110, symBinAddr: 0xD7090, symSize: 0x20 } + - { offsetInCU: 0x8C0, offset: 0xF94FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA10BezierPathV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x2E0, symBinAddr: 0xD7260, symSize: 0x150 } + - { offsetInCU: 0x2B, offset: 0xF9A3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xD76E0, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0xF9A7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0xD76E0, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0xF9AD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0xD7750, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0xF9B11, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0xD7770, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0xF9B52, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0xD77A0, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0xF9B84, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesC4trimAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x16F0, symBinAddr: 0xD8D70, symSize: 0x390 } + - { offsetInCU: 0x47C, offset: 0xF9E8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCMa', symObjAddr: 0x50, symBinAddr: 0xD7730, symSize: 0x20 } + - { offsetInCU: 0x708, offset: 0xFA119, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0xD77C0, symSize: 0x1400 } + - { offsetInCU: 0x1A08, offset: 0xFB419, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCfD', symObjAddr: 0x14E0, symBinAddr: 0xD8BC0, symSize: 0x40 } + - { offsetInCU: 0x1A69, offset: 0xFB47A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x1540, symBinAddr: 0xD8C20, symSize: 0x40 } + - { offsetInCU: 0x1AB3, offset: 0xFB4C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x1580, symBinAddr: 0xD8C60, symSize: 0x30 } + - { offsetInCU: 0x1AF4, offset: 0xFB505, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x15B0, symBinAddr: 0xD8C90, symSize: 0x20 } + - { offsetInCU: 0x1B26, offset: 0xFB537, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x15D0, symBinAddr: 0xD8CB0, symSize: 0x10 } + - { offsetInCU: 0x1B42, offset: 0xFB553, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x15E0, symBinAddr: 0xD8CC0, symSize: 0x10 } + - { offsetInCU: 0x1B6D, offset: 0xFB57E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x15F0, symBinAddr: 0xD8CD0, symSize: 0x10 } + - { offsetInCU: 0x1B9F, offset: 0xFB5B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1600, symBinAddr: 0xD8CE0, symSize: 0x10 } + - { offsetInCU: 0x1BCA, offset: 0xFB5DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x1610, symBinAddr: 0xD8CF0, symSize: 0x10 } + - { offsetInCU: 0x1BFC, offset: 0xFB60D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x1620, symBinAddr: 0xD8D00, symSize: 0x10 } + - { offsetInCU: 0x1C27, offset: 0xFB638, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x1630, symBinAddr: 0xD8D10, symSize: 0x10 } + - { offsetInCU: 0x1C68, offset: 0xFB679, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x1640, symBinAddr: 0xD8D20, symSize: 0x10 } + - { offsetInCU: 0x1CA9, offset: 0xFB6BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x1650, symBinAddr: 0xD8D30, symSize: 0x20 } + - { offsetInCU: 0x1CF9, offset: 0xFB70A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x1670, symBinAddr: 0xD8D50, symSize: 0x20 } + - { offsetInCU: 0x1D34, offset: 0xFB745, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeC06parentD04trim13upstreamPathsAcA08AnimatorD0_pSg_AA0B0CSayAA0c6OutputD0CGtcfcTf4ngnn_n', symObjAddr: 0x1A80, symBinAddr: 0xD9100, symSize: 0x120 } + - { offsetInCU: 0x1DFE, offset: 0xFB80F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TrimPathNodeCMa', symObjAddr: 0x1520, symBinAddr: 0xD8C00, symSize: 0x20 } + - { offsetInCU: 0x1F48, offset: 0xFB959, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_pWOb', symObjAddr: 0x1C20, symBinAddr: 0xD9220, symSize: 0x20 } + - { offsetInCU: 0xC8, offset: 0xFBDCB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt16V_Tg5', symObjAddr: 0x0, symBinAddr: 0xD9240, symSize: 0x100 } + - { offsetInCU: 0x328, offset: 0xFC02B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt32V_Tg5', symObjAddr: 0x100, symBinAddr: 0xD9340, symSize: 0x100 } + - { offsetInCU: 0x588, offset: 0xFC28B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9scanValue5startxSi_tlFs6UInt64V_Tg5', symObjAddr: 0x200, symBinAddr: 0xD9440, symSize: 0x100 } + - { offsetInCU: 0x77E, offset: 0xFC481, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC3url10accessMode17preferredEncodingACSg10Foundation3URLV_AC06AccessE0OSSAHE0G0VSgtcfc', symObjAddr: 0x300, symBinAddr: 0xD9540, symSize: 0x3A0 } + - { offsetInCU: 0x827, offset: 0xFC52A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCfD', symObjAddr: 0x6A0, symBinAddr: 0xD98E0, symSize: 0xE0 } + - { offsetInCU: 0x89A, offset: 0xFC59D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD60, symBinAddr: 0xD9EE0, symSize: 0x10 } + - { offsetInCU: 0x921, offset: 0xFC624, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH9hashValueSivgTW', symObjAddr: 0xD70, symBinAddr: 0xD9EF0, symSize: 0x40 } + - { offsetInCU: 0xA05, offset: 0xFC708, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDB0, symBinAddr: 0xD9F30, symSize: 0x20 } + - { offsetInCU: 0xA93, offset: 0xFC796, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xF00, symBinAddr: 0xDA080, symSize: 0x20 } + - { offsetInCU: 0xAC4, offset: 0xFC7C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xF20, symBinAddr: 0xDA0A0, symSize: 0x10 } + - { offsetInCU: 0xB1D, offset: 0xFC820, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyF', symObjAddr: 0x25F0, symBinAddr: 0xDB770, symSize: 0xF0 } + - { offsetInCU: 0xBFB, offset: 0xFC8FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_', symObjAddr: 0x26E0, symBinAddr: 0xDB860, symSize: 0x7C0 } + - { offsetInCU: 0xFA9, offset: 0xFCCAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_6$deferL_yyF', symObjAddr: 0x2EA0, symBinAddr: 0xDC020, symSize: 0x90 } + - { offsetInCU: 0x1069, offset: 0xFCD6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST12makeIterator0D0QzyFTW', symObjAddr: 0x2F30, symBinAddr: 0xDC0B0, symSize: 0x30 } + - { offsetInCU: 0x108C, offset: 0xFCD8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC33scanForZIP64EndOfCentralDirectory06_D21B9K25A55B313329C5A8982D32CCC76LL2in10eocdOffsetAC0efghI0VSgSpySo7__sFILEVG_s6UInt64VtFZTf4nnd_n', symObjAddr: 0x3DB0, symBinAddr: 0xDCEF0, symSize: 0x200 } + - { offsetInCU: 0x1249, offset: 0xFCF4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC34scanForEndOfCentralDirectoryRecord2inAC0efghI0V_AC05ZIP64efgH0VSgtSgSpySo7__sFILEVG_tFZTf4nd_n', symObjAddr: 0x3FB0, symBinAddr: 0xDD0F0, symSize: 0x2A0 } + - { offsetInCU: 0x13BF, offset: 0xFD0C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMU', symObjAddr: 0x780, symBinAddr: 0xD99C0, symSize: 0x10 } + - { offsetInCU: 0x13D3, offset: 0xFD0D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMa', symObjAddr: 0x790, symBinAddr: 0xD99D0, symSize: 0x30 } + - { offsetInCU: 0x13E7, offset: 0xFD0EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCMr', symObjAddr: 0x7C0, symBinAddr: 0xD9A00, symSize: 0xC0 } + - { offsetInCU: 0x13FB, offset: 0xFD0FE, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgMa', symObjAddr: 0x880, symBinAddr: 0xD9AC0, symSize: 0x50 } + - { offsetInCU: 0x140F, offset: 0xFD112, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwCP', symObjAddr: 0x8D0, symBinAddr: 0xD9B10, symSize: 0x30 } + - { offsetInCU: 0x1423, offset: 0xFD126, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwxx', symObjAddr: 0x960, symBinAddr: 0xD9B40, symSize: 0x20 } + - { offsetInCU: 0x1437, offset: 0xFD13A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwcp', symObjAddr: 0x9C0, symBinAddr: 0xD9B60, symSize: 0x60 } + - { offsetInCU: 0x144B, offset: 0xFD14E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwca', symObjAddr: 0xA20, symBinAddr: 0xD9BC0, symSize: 0x80 } + - { offsetInCU: 0x145F, offset: 0xFD162, size: 0x8, addend: 0x0, symName: ___swift_memcpy40_8, symObjAddr: 0xAA0, symBinAddr: 0xD9C40, symSize: 0x20 } + - { offsetInCU: 0x1473, offset: 0xFD176, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwta', symObjAddr: 0xAC0, symBinAddr: 0xD9C60, symSize: 0x50 } + - { offsetInCU: 0x1487, offset: 0xFD18A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwet', symObjAddr: 0xB10, symBinAddr: 0xD9CB0, symSize: 0x50 } + - { offsetInCU: 0x149B, offset: 0xFD19E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVwst', symObjAddr: 0xB60, symBinAddr: 0xD9D00, symSize: 0x60 } + - { offsetInCU: 0x14AF, offset: 0xFD1B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVMa', symObjAddr: 0xBC0, symBinAddr: 0xD9D60, symSize: 0x10 } + - { offsetInCU: 0x14C3, offset: 0xFD1C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwet', symObjAddr: 0xBF0, symBinAddr: 0xD9D70, symSize: 0x80 } + - { offsetInCU: 0x14D7, offset: 0xFD1DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwst', symObjAddr: 0xC70, symBinAddr: 0xD9DF0, symSize: 0xD0 } + - { offsetInCU: 0x14EB, offset: 0xFD1EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOwup', symObjAddr: 0xD40, symBinAddr: 0xD9EC0, symSize: 0x10 } + - { offsetInCU: 0x14FF, offset: 0xFD202, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOMa', symObjAddr: 0xD50, symBinAddr: 0xD9ED0, symSize: 0x10 } + - { offsetInCU: 0x154A, offset: 0xFD24D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASQWb', symObjAddr: 0xF30, symBinAddr: 0xDA0B0, symSize: 0x10 } + - { offsetInCU: 0x155E, offset: 0xFD261, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOAESQAAWl', symObjAddr: 0xF40, symBinAddr: 0xDA0C0, symSize: 0x30 } + - { offsetInCU: 0x1572, offset: 0xFD275, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAA8IteratorST_StWT', symObjAddr: 0xF70, symBinAddr: 0xDA0F0, symSize: 0x10 } + - { offsetInCU: 0x1586, offset: 0xFD289, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGAByxGStsWl', symObjAddr: 0xF80, symBinAddr: 0xDA100, symSize: 0x40 } + - { offsetInCU: 0x159A, offset: 0xFD29D, size: 0x8, addend: 0x0, symName: '_$ss11AnyIteratorVy6Lottie5EntryVGMa', symObjAddr: 0xFC0, symBinAddr: 0xDA140, symSize: 0x30 } + - { offsetInCU: 0x15C4, offset: 0xFD2C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data10Foundation4DataVvg', symObjAddr: 0xFF0, symBinAddr: 0xDA170, symSize: 0x1600 } + - { offsetInCU: 0x20DF, offset: 0xFDDE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC12makeIterators03AnyD0VyAA5EntryVGyFAHSgycfU_TA', symObjAddr: 0x3300, symBinAddr: 0xDC480, symSize: 0x20 } + - { offsetInCU: 0x20F3, offset: 0xFDDF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt32V_Tg5', symObjAddr: 0x3360, symBinAddr: 0xDC4A0, symSize: 0x150 } + - { offsetInCU: 0x2184, offset: 0xFDE87, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorV4data010additionalC8ProviderAEy_xGSg10Foundation0C0V_ALSiKXEtcfCs6UInt64V_Tg5', symObjAddr: 0x34B0, symBinAddr: 0xDC5F0, symSize: 0x160 } + - { offsetInCU: 0x226D, offset: 0xFDF70, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlF6Lottie7ArchiveC_Tg5', symObjAddr: 0x3610, symBinAddr: 0xDC750, symSize: 0x490 } + - { offsetInCU: 0x23FC, offset: 0xFE0FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV4data22additionalDataProviderAESg10Foundation0J0V_AKSiKXEtcfC015$s10Foundation4j2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x3AA0, symBinAddr: 0xDCBE0, symSize: 0x310 } + - { offsetInCU: 0x2609, offset: 0xFE30C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10LargeSliceVyAESWcfCTf4nd_n', symObjAddr: 0x4250, symBinAddr: 0xDD390, symSize: 0x80 } + - { offsetInCU: 0x2636, offset: 0xFE339, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAESWcfCTf4nd_n', symObjAddr: 0x42D0, symBinAddr: 0xDD410, symSize: 0x80 } + - { offsetInCU: 0x26AC, offset: 0xFE3AF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOyAESWcfCTf4nd_n', symObjAddr: 0x4350, symBinAddr: 0xDD490, symSize: 0x70 } + - { offsetInCU: 0x2701, offset: 0xFE404, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAeC0cB0VcfCTf4nd_n', symObjAddr: 0x43C0, symBinAddr: 0xDD500, symSize: 0x100 } + - { offsetInCU: 0x2719, offset: 0xFE41C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOe', symObjAddr: 0x44C0, symBinAddr: 0xDD600, symSize: 0x70 } + - { offsetInCU: 0x272D, offset: 0xFE430, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVSgWOy', symObjAddr: 0x4590, symBinAddr: 0xDD6D0, symSize: 0x70 } + - { offsetInCU: 0x2741, offset: 0xFE444, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOy', symObjAddr: 0x4600, symBinAddr: 0xDD740, symSize: 0x50 } + - { offsetInCU: 0x2755, offset: 0xFE458, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOe', symObjAddr: 0x4650, symBinAddr: 0xDD790, symSize: 0x20 } + - { offsetInCU: 0x2769, offset: 0xFE46C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOe', symObjAddr: 0x4670, symBinAddr: 0xDD7B0, symSize: 0x20 } + - { offsetInCU: 0x277D, offset: 0xFE480, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVSgWOe', symObjAddr: 0x46E0, symBinAddr: 0xDD820, symSize: 0x50 } + - { offsetInCU: 0x2791, offset: 0xFE494, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_TA', symObjAddr: 0x4730, symBinAddr: 0xDD870, symSize: 0x10 } + - { offsetInCU: 0x27A5, offset: 0xFE4A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOe', symObjAddr: 0x4740, symBinAddr: 0xDD880, symSize: 0x30 } + - { offsetInCU: 0x27B9, offset: 0xFE4BC, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOh', symObjAddr: 0x4770, symBinAddr: 0xDD8B0, symSize: 0x30 } + - { offsetInCU: 0x27CD, offset: 0xFE4D0, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOf', symObjAddr: 0x47A0, symBinAddr: 0xDD8E0, symSize: 0x40 } + - { offsetInCU: 0x27E1, offset: 0xFE4E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordVWOr', symObjAddr: 0x47E0, symBinAddr: 0xDD920, symSize: 0x20 } + - { offsetInCU: 0x27F5, offset: 0xFE4F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOr', symObjAddr: 0x4800, symBinAddr: 0xDD940, symSize: 0x60 } + - { offsetInCU: 0x2809, offset: 0xFE50C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVSgWOy', symObjAddr: 0x4860, symBinAddr: 0xDD9A0, symSize: 0x30 } + - { offsetInCU: 0x281D, offset: 0xFE520, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOs', symObjAddr: 0x4890, symBinAddr: 0xDD9D0, symSize: 0x80 } + - { offsetInCU: 0x2831, offset: 0xFE534, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVSgWOe', symObjAddr: 0x4910, symBinAddr: 0xDDA50, symSize: 0xE0 } + - { offsetInCU: 0x2845, offset: 0xFE548, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwet', symObjAddr: 0x4A20, symBinAddr: 0xDDB60, symSize: 0x80 } + - { offsetInCU: 0x2859, offset: 0xFE55C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwst', symObjAddr: 0x4AA0, symBinAddr: 0xDDBE0, symSize: 0xD0 } + - { offsetInCU: 0x286D, offset: 0xFE570, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwug', symObjAddr: 0x4B70, symBinAddr: 0xDDCB0, symSize: 0x10 } + - { offsetInCU: 0x2881, offset: 0xFE584, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwup', symObjAddr: 0x4B80, symBinAddr: 0xDDCC0, symSize: 0x10 } + - { offsetInCU: 0x2895, offset: 0xFE598, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOwui', symObjAddr: 0x4B90, symBinAddr: 0xDDCD0, symSize: 0x10 } + - { offsetInCU: 0x28A9, offset: 0xFE5AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOMa', symObjAddr: 0x4BA0, symBinAddr: 0xDDCE0, symSize: 0x10 } + - { offsetInCU: 0x28BD, offset: 0xFE5C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASQWb', symObjAddr: 0x4BB0, symBinAddr: 0xDDCF0, symSize: 0x10 } + - { offsetInCU: 0x28D1, offset: 0xFE5D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAESQAAWl', symObjAddr: 0x4BC0, symBinAddr: 0xDDD00, symSize: 0x30 } + - { offsetInCU: 0x2992, offset: 0xFE695, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDD0, symBinAddr: 0xD9F50, symSize: 0x40 } + - { offsetInCU: 0x2A2F, offset: 0xFE732, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP7_domainSSvgTW', symObjAddr: 0xE10, symBinAddr: 0xD9F90, symSize: 0x10 } + - { offsetInCU: 0x2A4B, offset: 0xFE74E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP5_codeSivgTW', symObjAddr: 0xE20, symBinAddr: 0xD9FA0, symSize: 0x10 } + - { offsetInCU: 0x2A67, offset: 0xFE76A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0xE30, symBinAddr: 0xD9FB0, symSize: 0x10 } + - { offsetInCU: 0x2A83, offset: 0xFE786, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOs0C0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE40, symBinAddr: 0xD9FC0, symSize: 0x10 } + - { offsetInCU: 0x2AAE, offset: 0xFE7B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE50, symBinAddr: 0xD9FD0, symSize: 0x10 } + - { offsetInCU: 0x2B3F, offset: 0xFE842, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH9hashValueSivgTW', symObjAddr: 0xE60, symBinAddr: 0xD9FE0, symSize: 0x40 } + - { offsetInCU: 0x2BEE, offset: 0xFE8F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xEA0, symBinAddr: 0xDA020, symSize: 0x20 } + - { offsetInCU: 0x2C41, offset: 0xFE944, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC10AccessModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xEC0, symBinAddr: 0xDA040, symSize: 0x40 } + - { offsetInCU: 0x2D9A, offset: 0xFEA9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST19underestimatedCountSivgTW', symObjAddr: 0x2F60, symBinAddr: 0xDC0E0, symSize: 0x10 } + - { offsetInCU: 0x2DB6, offset: 0xFEAB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST31_customContainsEquatableElementySbSg0F0QzFTW', symObjAddr: 0x2F70, symBinAddr: 0xDC0F0, symSize: 0x10 } + - { offsetInCU: 0x2DE7, offset: 0xFEAEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST22_copyToContiguousArrays0eF0Vy7ElementQzGyFTW', symObjAddr: 0x2F80, symBinAddr: 0xDC100, symSize: 0x30 } + - { offsetInCU: 0x2E18, offset: 0xFEB1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tFTW', symObjAddr: 0x2FB0, symBinAddr: 0xDC130, symSize: 0x20 } + - { offsetInCU: 0x2E34, offset: 0xFEB37, size: 0x8, addend: 0x0, symName: '_$sSTsE13_copyContents12initializing8IteratorQz_SitSry7ElementQzG_tF6Lottie7ArchiveC_Tg5', symObjAddr: 0x2FD0, symBinAddr: 0xDC150, symSize: 0x2B0 } + - { offsetInCU: 0x2EAB, offset: 0xFEBAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveCSTAAST32withContiguousStorageIfAvailableyqd__Sgqd__SRy7ElementQzGKXEKlFTW', symObjAddr: 0x3280, symBinAddr: 0xDC400, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0xFEFE5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV8fullPathSSvg', symObjAddr: 0x0, symBinAddr: 0xDDD60, symSize: 0x80 } + - { offsetInCU: 0x17F, offset: 0xFF125, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE11allKeypaths3forSaySSGAA09AnimationB0VSg_tF', symObjAddr: 0x80, symBinAddr: 0xDDDE0, symSize: 0x580 } + - { offsetInCU: 0x768, offset: 0xFF70E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE14nodeProperties3forSayAA15AnyNodeProperty_pGSgAA09AnimationB0V_tF', symObjAddr: 0x600, symBinAddr: 0xDE360, symSize: 0x300 } + - { offsetInCU: 0xA0C, offset: 0xFF9B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE5layer3forSo7CALayerCSgAA09AnimationB0V_tF', symObjAddr: 0x900, symBinAddr: 0xDE660, symSize: 0x1D0 } + - { offsetInCU: 0xCAC, offset: 0xFFC52, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13animatorNodes3forSayAA12AnimatorNode_pGSgAA09AnimationB0V_tF', symObjAddr: 0xAD0, symBinAddr: 0xDE830, symSize: 0x570 } + - { offsetInCU: 0x1197, offset: 0x10013D, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE13equalsKeypathySbSSF', symObjAddr: 0x1040, symBinAddr: 0xDEDA0, symSize: 0x410 } + - { offsetInCU: 0x1496, offset: 0x10043C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6popKeyyACSgSSF', symObjAddr: 0x1450, symBinAddr: 0xDF1B0, symSize: 0x1C0 } + - { offsetInCU: 0x16EF, offset: 0x100695, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV11propertyKeySSSgvg', symObjAddr: 0x16B0, symBinAddr: 0xDF370, symSize: 0xD0 } + - { offsetInCU: 0x19C3, offset: 0x100969, size: 0x8, addend: 0x0, symName: '_$s6Lottie17KeypathSearchablePAAE13layerKeypaths3forSDySo7CALayerCAA09AnimationB0VGAISg_tF', symObjAddr: 0x1780, symBinAddr: 0xDF440, symSize: 0x5F0 } + - { offsetInCU: 0x2128, offset: 0x1010CE, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE10firstIndex2of0C0QzSgAB_tFSS_Tg5', symObjAddr: 0x1D70, symBinAddr: 0xDFA30, symSize: 0xF0 } + - { offsetInCU: 0x2217, offset: 0x1011BD, size: 0x8, addend: 0x0, symName: '_$sSlsE6suffix4from11SubSequenceQz5IndexQz_tFSS_Tg5Tf4ng_n', symObjAddr: 0x1E60, symBinAddr: 0xDFB20, symSize: 0x60 } + - { offsetInCU: 0x299, offset: 0x101797, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC9animation13imageProvider04textG004fontG004maskC8ToBounds24compatibilityTrackerMode6loggerAcA0aC0C_AA0c5ImageG0_pAA0c11KeypathTextG0_pAA0c4FontG0_pSbAA013CompatibilityN0C0O0OAA0A6LoggerCtKcfc', symObjAddr: 0x0, symBinAddr: 0xDFBB0, symSize: 0x310 } + - { offsetInCU: 0x42F, offset: 0x10192D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setupChildLayers33_5C367329EBD3162AE78388D54811A38BLLyyKF', symObjAddr: 0x310, symBinAddr: 0xDFEC0, symSize: 0x140 } + - { offsetInCU: 0x48D, offset: 0x10198B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfc', symObjAddr: 0x450, symBinAddr: 0xE0000, symSize: 0x500 } + - { offsetInCU: 0x577, offset: 0x101A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x950, symBinAddr: 0xE0500, symSize: 0x50 } + - { offsetInCU: 0x593, offset: 0x101A91, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x9A0, symBinAddr: 0xE0550, symSize: 0x120 } + - { offsetInCU: 0x604, offset: 0x101B02, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xAC0, symBinAddr: 0xE0670, symSize: 0x20 } + - { offsetInCU: 0x650, offset: 0x101B4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAE0, symBinAddr: 0xE0690, symSize: 0x40 } + - { offsetInCU: 0x6AA, offset: 0x101BA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB20, symBinAddr: 0xE06D0, symSize: 0x30 } + - { offsetInCU: 0x6EF, offset: 0x101BED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB50, symBinAddr: 0xE0700, symSize: 0x60 } + - { offsetInCU: 0x721, offset: 0x101C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x48D0, symBinAddr: 0xE4440, symSize: 0xA0 } + - { offsetInCU: 0x7AD, offset: 0x101CAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13imageProviderAA0c5ImageF0_pvs', symObjAddr: 0xE20, symBinAddr: 0xE09D0, symSize: 0x280 } + - { offsetInCU: 0x9CA, offset: 0x101EC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12fontProviderAA0c4FontF0_pvs', symObjAddr: 0x10A0, symBinAddr: 0xE0C50, symSize: 0x2D0 } + - { offsetInCU: 0xBC9, offset: 0x1020C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x1370, symBinAddr: 0xE0F20, symSize: 0xB0 } + - { offsetInCU: 0xC76, offset: 0x102174, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x17B0, symBinAddr: 0xE1360, symSize: 0x30 } + - { offsetInCU: 0xC92, offset: 0x102190, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyF', symObjAddr: 0x17E0, symBinAddr: 0xE1390, symSize: 0x4A0 } + - { offsetInCU: 0xE14, offset: 0x102312, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC05setupC033_5C367329EBD3162AE78388D54811A38BLL3foryAC0C13ConfigurationV_tKF', symObjAddr: 0x1C80, symBinAddr: 0xE1830, symSize: 0x630 } + - { offsetInCU: 0xFEC, offset: 0x1024EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC7displayyyFTo', symObjAddr: 0x22B0, symBinAddr: 0xE1E60, symSize: 0x30 } + - { offsetInCU: 0x1026, offset: 0x102524, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvgTo', symObjAddr: 0x22E0, symBinAddr: 0xE1E90, symSize: 0x20 } + - { offsetInCU: 0x108B, offset: 0x102589, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC17animationProgress33_5C367329EBD3162AE78388D54811A38BLL0B8Graphics7CGFloatVvsTo', symObjAddr: 0x2300, symBinAddr: 0xE1EB0, symSize: 0x20 } + - { offsetInCU: 0x10EC, offset: 0x1025EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20currentPlaybackState33_5C367329EBD3162AE78388D54811A38BLLAC0fG0OSgvW', symObjAddr: 0x2320, symBinAddr: 0xE1ED0, symSize: 0xE0 } + - { offsetInCU: 0x11B8, offset: 0x1026B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC016setupPlaceholderC033_5C367329EBD3162AE78388D54811A38BLL7contextyAA0dC7ContextV_tF', symObjAddr: 0x2A80, symBinAddr: 0xE2630, symSize: 0x280 } + - { offsetInCU: 0x125E, offset: 0x10275C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCACycfcTo', symObjAddr: 0x2ED0, symBinAddr: 0xE2A80, symSize: 0x30 } + - { offsetInCU: 0x12C5, offset: 0x1027C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfD', symObjAddr: 0x3050, symBinAddr: 0xE2C00, symSize: 0x30 } + - { offsetInCU: 0x136C, offset: 0x10286A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP06lottiecD0AA0acD0CSgvsTW', symObjAddr: 0x45B0, symBinAddr: 0xE4150, symSize: 0x30 } + - { offsetInCU: 0x13B3, offset: 0x1028B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP13imageProviderAA0c5ImageG0_pvsTW', symObjAddr: 0x4670, symBinAddr: 0xE4210, symSize: 0x10 } + - { offsetInCU: 0x13DE, offset: 0x1028DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12textProviderAA0c11KeypathTextG0_pvsTW', symObjAddr: 0x4680, symBinAddr: 0xE4220, symSize: 0x20 } + - { offsetInCU: 0x1410, offset: 0x10290E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12fontProviderAA0c4FontG0_pvsTW', symObjAddr: 0x46A0, symBinAddr: 0xE4240, symSize: 0x10 } + - { offsetInCU: 0x144A, offset: 0x102948, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12textProviderAA0c11KeypathTextF0_pvsTf4gn_n', symObjAddr: 0x4C20, symBinAddr: 0xE4600, symSize: 0xA0 } + - { offsetInCU: 0x15C1, offset: 0x102ABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12reloadImagesyyF', symObjAddr: 0xBB0, symBinAddr: 0xE0760, symSize: 0x270 } + - { offsetInCU: 0x190D, offset: 0x102E0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvs', symObjAddr: 0x1420, symBinAddr: 0xE0FD0, symSize: 0x390 } + - { offsetInCU: 0x1AE4, offset: 0x102FE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC45validateReasonableNumberOfTimeRemappingLayersyyKF', symObjAddr: 0x2400, symBinAddr: 0xE1FB0, symSize: 0x520 } + - { offsetInCU: 0x1EDD, offset: 0x1033DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16removeAnimationsyyF', symObjAddr: 0x2920, symBinAddr: 0xE24D0, symSize: 0x160 } + - { offsetInCU: 0x2094, offset: 0x103592, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC02isC7PlayingSbSgvg', symObjAddr: 0x2D00, symBinAddr: 0xE28B0, symSize: 0xA0 } + - { offsetInCU: 0x20E2, offset: 0x1035E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC12currentFrame0B8Graphics7CGFloatVvg', symObjAddr: 0x2DA0, symBinAddr: 0xE2950, symSize: 0x130 } + - { offsetInCU: 0x2161, offset: 0x10365F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfE', symObjAddr: 0x2F00, symBinAddr: 0xE2AB0, symSize: 0x150 } + - { offsetInCU: 0x218E, offset: 0x10368C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCfETo', symObjAddr: 0x3080, symBinAddr: 0xE2C30, symSize: 0x140 } + - { offsetInCU: 0x21BD, offset: 0x1036BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCMa', symObjAddr: 0x31C0, symBinAddr: 0xE2D70, symSize: 0x20 } + - { offsetInCU: 0x21D1, offset: 0x1036CF, size: 0x8, addend: 0x0, symName: ___swift_memcpy9_8, symObjAddr: 0x31E0, symBinAddr: 0xE2D90, symSize: 0x20 } + - { offsetInCU: 0x21E5, offset: 0x1036E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwet', symObjAddr: 0x3210, symBinAddr: 0xE2DB0, symSize: 0x20 } + - { offsetInCU: 0x21F9, offset: 0x1036F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwst', symObjAddr: 0x3230, symBinAddr: 0xE2DD0, symSize: 0x30 } + - { offsetInCU: 0x220D, offset: 0x10370B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwug', symObjAddr: 0x3260, symBinAddr: 0xE2E00, symSize: 0x20 } + - { offsetInCU: 0x2221, offset: 0x10371F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwup', symObjAddr: 0x3280, symBinAddr: 0xE2E20, symSize: 0x10 } + - { offsetInCU: 0x2235, offset: 0x103733, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOwui', symObjAddr: 0x3290, symBinAddr: 0xE2E30, symSize: 0x20 } + - { offsetInCU: 0x2249, offset: 0x103747, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC13PlaybackStateOMa', symObjAddr: 0x32B0, symBinAddr: 0xE2E50, symSize: 0x10 } + - { offsetInCU: 0x225D, offset: 0x10375B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwCP', symObjAddr: 0x32C0, symBinAddr: 0xE2E60, symSize: 0x30 } + - { offsetInCU: 0x2271, offset: 0x10376F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwxx', symObjAddr: 0x32F0, symBinAddr: 0xE2E90, symSize: 0x30 } + - { offsetInCU: 0x2285, offset: 0x103783, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwcp', symObjAddr: 0x3320, symBinAddr: 0xE2EC0, symSize: 0x70 } + - { offsetInCU: 0x2299, offset: 0x103797, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwca', symObjAddr: 0x3390, symBinAddr: 0xE2F30, symSize: 0xE0 } + - { offsetInCU: 0x22AD, offset: 0x1037AB, size: 0x8, addend: 0x0, symName: ___swift_memcpy64_8, symObjAddr: 0x3470, symBinAddr: 0xE3010, symSize: 0x30 } + - { offsetInCU: 0x22C1, offset: 0x1037BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwta', symObjAddr: 0x34A0, symBinAddr: 0xE3040, symSize: 0xB0 } + - { offsetInCU: 0x22D5, offset: 0x1037D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwet', symObjAddr: 0x3550, symBinAddr: 0xE30F0, symSize: 0x40 } + - { offsetInCU: 0x22E9, offset: 0x1037E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVwst', symObjAddr: 0x3590, symBinAddr: 0xE3130, symSize: 0x50 } + - { offsetInCU: 0x22FD, offset: 0x1037FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVMa', symObjAddr: 0x35E0, symBinAddr: 0xE3180, symSize: 0x10 } + - { offsetInCU: 0x2311, offset: 0x10380F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC11renderScale0B8Graphics7CGFloatVvs', symObjAddr: 0x35F0, symBinAddr: 0xE3190, symSize: 0xE0 } + - { offsetInCU: 0x258C, offset: 0x103A8A, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE12allSublayersSayABGvg', symObjAddr: 0x36D0, symBinAddr: 0xE3270, symSize: 0x660 } + - { offsetInCU: 0x2B49, offset: 0x104047, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16_animationLayersSaySo7CALayerCGvg', symObjAddr: 0x3D30, symBinAddr: 0xE38D0, symSize: 0x2A0 } + - { offsetInCU: 0x2DEB, offset: 0x1042E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyF', symObjAddr: 0x3FD0, symBinAddr: 0xE3B70, symSize: 0x100 } + - { offsetInCU: 0x2F38, offset: 0x104436, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x40D0, symBinAddr: 0xE3C70, symSize: 0x180 } + - { offsetInCU: 0x2FF2, offset: 0x1044F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_', symObjAddr: 0x4250, symBinAddr: 0xE3DF0, symSize: 0xD0 } + - { offsetInCU: 0x3172, offset: 0x104670, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC16setValueProvider_7keypathyAA03AnyfG0_p_AA0C7KeypathVtF', symObjAddr: 0x4320, symBinAddr: 0xE3EC0, symSize: 0xA0 } + - { offsetInCU: 0x31EF, offset: 0x1046ED, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE31numberOfLayersWithTimeRemappingSivg', symObjAddr: 0x43C0, symBinAddr: 0xE3F60, symSize: 0x1F0 } + - { offsetInCU: 0x3447, offset: 0x104945, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvgTW', symObjAddr: 0x45E0, symBinAddr: 0xE4180, symSize: 0x10 } + - { offsetInCU: 0x3463, offset: 0x104961, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12currentFrame0B8Graphics7CGFloatVvsTW', symObjAddr: 0x45F0, symBinAddr: 0xE4190, symSize: 0x10 } + - { offsetInCU: 0x347F, offset: 0x10497D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP11renderScale0B8Graphics7CGFloatVvsTW', symObjAddr: 0x4600, symBinAddr: 0xE41A0, symSize: 0x10 } + - { offsetInCU: 0x34C8, offset: 0x1049C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07respectC9FrameRateSbvsTW', symObjAddr: 0x4610, symBinAddr: 0xE41B0, symSize: 0x50 } + - { offsetInCU: 0x3541, offset: 0x104A3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16_animationLayersSaySo7CALayerCGvgTW', symObjAddr: 0x4660, symBinAddr: 0xE4200, symSize: 0x10 } + - { offsetInCU: 0x355D, offset: 0x104A5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP07primaryC3KeyAA0cG0OvgTW', symObjAddr: 0x46B0, symBinAddr: 0xE4250, symSize: 0x30 } + - { offsetInCU: 0x3579, offset: 0x104A77, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP02isC7PlayingSbSgvgTW', symObjAddr: 0x46E0, symBinAddr: 0xE4280, symSize: 0x10 } + - { offsetInCU: 0x3595, offset: 0x104A93, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP12reloadImagesyyFTW', symObjAddr: 0x46F0, symBinAddr: 0xE4290, symSize: 0x10 } + - { offsetInCU: 0x35B1, offset: 0x104AAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP18forceDisplayUpdateyyFTW', symObjAddr: 0x4700, symBinAddr: 0xE42A0, symSize: 0x10 } + - { offsetInCU: 0x35CD, offset: 0x104ACB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20logHierarchyKeypathsyyFTW', symObjAddr: 0x4710, symBinAddr: 0xE42B0, symSize: 0x10 } + - { offsetInCU: 0x35E9, offset: 0x104AE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP20allHierarchyKeypathsSaySSGyFTW', symObjAddr: 0x4720, symBinAddr: 0xE42C0, symSize: 0x10 } + - { offsetInCU: 0x3605, offset: 0x104B03, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerCAA04RootcD0A2aDP16setValueProvider_7keypathyAA03AnygH0_p_AA0C7KeypathVtFTW', symObjAddr: 0x4730, symBinAddr: 0xE42D0, symSize: 0x10 } + - { offsetInCU: 0x3621, offset: 0x104B1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOe', symObjAddr: 0x4870, symBinAddr: 0xE4410, symSize: 0x30 } + - { offsetInCU: 0x365F, offset: 0x104B5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_TA', symObjAddr: 0x49C0, symBinAddr: 0xE4500, symSize: 0x50 } + - { offsetInCU: 0x3693, offset: 0x104B91, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOe', symObjAddr: 0x4A10, symBinAddr: 0xE4550, symSize: 0x20 } + - { offsetInCU: 0x36A7, offset: 0x104BA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFyAC0C13ConfigurationVzcfU_ySScfU_TA', symObjAddr: 0x4A30, symBinAddr: 0xE4570, symSize: 0x10 } + - { offsetInCU: 0x36BB, offset: 0x104BB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_TA', symObjAddr: 0x4A40, symBinAddr: 0xE4580, symSize: 0x30 } + - { offsetInCU: 0x36E4, offset: 0x104BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x4A70, symBinAddr: 0xE45B0, symSize: 0x20 } + - { offsetInCU: 0x36F8, offset: 0x104BF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationV09animationE0_AC13PlaybackStateO08playbackH0tSgWOy', symObjAddr: 0x4CC0, symBinAddr: 0xE46A0, symSize: 0x30 } + - { offsetInCU: 0x370C, offset: 0x104C0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVIegl_SgWOy', symObjAddr: 0x4CF0, symBinAddr: 0xE46D0, symSize: 0x20 } + - { offsetInCU: 0x3720, offset: 0x104C1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOr', symObjAddr: 0x4D10, symBinAddr: 0xE46F0, symSize: 0x40 } + - { offsetInCU: 0x3734, offset: 0x104C32, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVWOs', symObjAddr: 0x4D50, symBinAddr: 0xE4730, symSize: 0x40 } + - { offsetInCU: 0x3748, offset: 0x104C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC0C13ConfigurationVSgWOy', symObjAddr: 0x4E30, symBinAddr: 0xE4770, symSize: 0x30 } + - { offsetInCU: 0x375C, offset: 0x104C5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x4EB0, symBinAddr: 0xE47D0, symSize: 0x20 } + - { offsetInCU: 0x3770, offset: 0x104C6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x4ED0, symBinAddr: 0xE47F0, symSize: 0x20 } + - { offsetInCU: 0x3784, offset: 0x104C82, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwet', symObjAddr: 0x4F70, symBinAddr: 0xE4810, symSize: 0x40 } + - { offsetInCU: 0x3798, offset: 0x104C96, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVwst', symObjAddr: 0x4FB0, symBinAddr: 0xE4850, symSize: 0x50 } + - { offsetInCU: 0x37AC, offset: 0x104CAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CoreAnimationLayerC26CAMediaTimingConfigurationVMa', symObjAddr: 0x5000, symBinAddr: 0xE48A0, symSize: 0xA } + - { offsetInCU: 0x27, offset: 0x105244, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xE48B0, symSize: 0x60 } + - { offsetInCU: 0x69, offset: 0x105286, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO2eeoiySbAC_ACtFZ', symObjAddr: 0x60, symBinAddr: 0xE4910, symSize: 0x10 } + - { offsetInCU: 0x98, offset: 0x1052B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO4hash4intoys6HasherVz_tF', symObjAddr: 0x70, symBinAddr: 0xE4920, symSize: 0x20 } + - { offsetInCU: 0x12E, offset: 0x10534B, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorO9hashValueSivg', symObjAddr: 0x90, symBinAddr: 0xE4940, symSize: 0x40 } + - { offsetInCU: 0x229, offset: 0x105446, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD0, symBinAddr: 0xE4980, symSize: 0x10 } + - { offsetInCU: 0x27F, offset: 0x10549C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0xE4990, symSize: 0x40 } + - { offsetInCU: 0x363, offset: 0x105580, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x120, symBinAddr: 0xE49D0, symSize: 0x20 } + - { offsetInCU: 0x3E2, offset: 0x1055FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1r1g1b1a11denominatorACSd_S3dAA0B17FormatDenominatorOtcfC', symObjAddr: 0x0, symBinAddr: 0xE48B0, symSize: 0x60 } + - { offsetInCU: 0x462, offset: 0x10567F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvg', symObjAddr: 0x180, symBinAddr: 0xE4A30, symSize: 0x10 } + - { offsetInCU: 0x480, offset: 0x10569D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvs', symObjAddr: 0x190, symBinAddr: 0xE4A40, symSize: 0x10 } + - { offsetInCU: 0x4BC, offset: 0x1056D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM', symObjAddr: 0x1A0, symBinAddr: 0xE4A50, symSize: 0x10 } + - { offsetInCU: 0x4DA, offset: 0x1056F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1rSdvM.resume.0', symObjAddr: 0x1B0, symBinAddr: 0xE4A60, symSize: 0x10 } + - { offsetInCU: 0x505, offset: 0x105722, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvg', symObjAddr: 0x1C0, symBinAddr: 0xE4A70, symSize: 0x10 } + - { offsetInCU: 0x523, offset: 0x105740, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvs', symObjAddr: 0x1D0, symBinAddr: 0xE4A80, symSize: 0x10 } + - { offsetInCU: 0x55F, offset: 0x10577C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM', symObjAddr: 0x1E0, symBinAddr: 0xE4A90, symSize: 0x20 } + - { offsetInCU: 0x58D, offset: 0x1057AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1gSdvM.resume.0', symObjAddr: 0x200, symBinAddr: 0xE4AB0, symSize: 0x10 } + - { offsetInCU: 0x5B8, offset: 0x1057D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvg', symObjAddr: 0x210, symBinAddr: 0xE4AC0, symSize: 0x10 } + - { offsetInCU: 0x5D6, offset: 0x1057F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvs', symObjAddr: 0x220, symBinAddr: 0xE4AD0, symSize: 0x10 } + - { offsetInCU: 0x612, offset: 0x10582F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM', symObjAddr: 0x230, symBinAddr: 0xE4AE0, symSize: 0x20 } + - { offsetInCU: 0x640, offset: 0x10585D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1bSdvM.resume.0', symObjAddr: 0x250, symBinAddr: 0xE4B00, symSize: 0x10 } + - { offsetInCU: 0x66B, offset: 0x105888, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvg', symObjAddr: 0x260, symBinAddr: 0xE4B10, symSize: 0x10 } + - { offsetInCU: 0x689, offset: 0x1058A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvs', symObjAddr: 0x270, symBinAddr: 0xE4B20, symSize: 0x10 } + - { offsetInCU: 0x6C5, offset: 0x1058E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM', symObjAddr: 0x280, symBinAddr: 0xE4B30, symSize: 0x20 } + - { offsetInCU: 0x6F3, offset: 0x105910, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV1aSdvM.resume.0', symObjAddr: 0x2A0, symBinAddr: 0xE4B50, symSize: 0x10 } + - { offsetInCU: 0x71E, offset: 0x10593B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4hash4intoys6HasherVz_tF', symObjAddr: 0x2B0, symBinAddr: 0xE4B60, symSize: 0x80 } + - { offsetInCU: 0x787, offset: 0x1059A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZ', symObjAddr: 0x330, symBinAddr: 0xE4BE0, symSize: 0x10 } + - { offsetInCU: 0x7AA, offset: 0x1059C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV9hashValueSivg', symObjAddr: 0x340, symBinAddr: 0xE4BF0, symSize: 0x50 } + - { offsetInCU: 0x81A, offset: 0x105A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH9hashValueSivgTW', symObjAddr: 0x390, symBinAddr: 0xE4C40, symSize: 0x50 } + - { offsetInCU: 0x887, offset: 0x105AA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xE4C90, symSize: 0x10 } + - { offsetInCU: 0x8AA, offset: 0x105AC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x440, symBinAddr: 0xE4CF0, symSize: 0x10 } + - { offsetInCU: 0x8DB, offset: 0x105AF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x450, symBinAddr: 0xE4D00, symSize: 0x50 } + - { offsetInCU: 0x924, offset: 0x105B41, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASQWb', symObjAddr: 0x4A0, symBinAddr: 0xE4D50, symSize: 0x10 } + - { offsetInCU: 0x938, offset: 0x105B55, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOACSQAAWl', symObjAddr: 0x4B0, symBinAddr: 0xE4D60, symSize: 0x30 } + - { offsetInCU: 0x94C, offset: 0x105B69, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASQWb', symObjAddr: 0x4E0, symBinAddr: 0xE4D90, symSize: 0x10 } + - { offsetInCU: 0x960, offset: 0x105B7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSQAAWl', symObjAddr: 0x4F0, symBinAddr: 0xE4DA0, symSize: 0x30 } + - { offsetInCU: 0x974, offset: 0x105B91, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwet', symObjAddr: 0x540, symBinAddr: 0xE4DD0, symSize: 0x80 } + - { offsetInCU: 0x988, offset: 0x105BA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwst', symObjAddr: 0x5C0, symBinAddr: 0xE4E50, symSize: 0xD0 } + - { offsetInCU: 0x99C, offset: 0x105BB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwug', symObjAddr: 0x690, symBinAddr: 0xE4F20, symSize: 0x10 } + - { offsetInCU: 0x9B0, offset: 0x105BCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwup', symObjAddr: 0x6A0, symBinAddr: 0xE4F30, symSize: 0x10 } + - { offsetInCU: 0x9C4, offset: 0x105BE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOwui', symObjAddr: 0x6B0, symBinAddr: 0xE4F40, symSize: 0x10 } + - { offsetInCU: 0x9D8, offset: 0x105BF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOMa', symObjAddr: 0x6C0, symBinAddr: 0xE4F50, symSize: 0x10 } + - { offsetInCU: 0x9EC, offset: 0x105C09, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwCP', symObjAddr: 0x6D0, symBinAddr: 0xE4F60, symSize: 0x30 } + - { offsetInCU: 0xA00, offset: 0x105C1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwet', symObjAddr: 0x720, symBinAddr: 0xE4F90, symSize: 0x20 } + - { offsetInCU: 0xA14, offset: 0x105C31, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVwst', symObjAddr: 0x740, symBinAddr: 0xE4FB0, symSize: 0x30 } + - { offsetInCU: 0xA28, offset: 0x105C45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVMa', symObjAddr: 0x770, symBinAddr: 0xE4FE0, symSize: 0xA } + - { offsetInCU: 0xAA5, offset: 0x105CC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22ColorFormatDenominatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x140, symBinAddr: 0xE49F0, symSize: 0x40 } + - { offsetInCU: 0xB6F, offset: 0x105D8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3F0, symBinAddr: 0xE4CA0, symSize: 0x50 } + - { offsetInCU: 0x4F, offset: 0x105F42, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0VcfC', symObjAddr: 0x0, symBinAddr: 0xE4FF0, symSize: 0x30 } + - { offsetInCU: 0x7C, offset: 0x105F6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x30, symBinAddr: 0xE5020, symSize: 0x50 } + - { offsetInCU: 0xB0, offset: 0x105FA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x80, symBinAddr: 0xE5070, symSize: 0x30 } + - { offsetInCU: 0xC4, offset: 0x105FB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyAcA0aB0Vcfc', symObjAddr: 0xB0, symBinAddr: 0xE50A0, symSize: 0xE0 } + - { offsetInCU: 0x112, offset: 0x106005, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfC', symObjAddr: 0x190, symBinAddr: 0xE5180, symSize: 0x30 } + - { offsetInCU: 0x130, offset: 0x106023, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCyACSayAA8KeyframeCyAA0aB0VGGcfc', symObjAddr: 0x1C0, symBinAddr: 0xE51B0, symSize: 0xE0 } + - { offsetInCU: 0x182, offset: 0x106075, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvg', symObjAddr: 0x2A0, symBinAddr: 0xE5290, symSize: 0x40 } + - { offsetInCU: 0x1CD, offset: 0x1060C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0Vvs', symObjAddr: 0x2E0, symBinAddr: 0xE52D0, symSize: 0x40 } + - { offsetInCU: 0x20D, offset: 0x106100, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM', symObjAddr: 0x320, symBinAddr: 0xE5310, symSize: 0x40 } + - { offsetInCU: 0x23A, offset: 0x10612D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5colorAA0aB0VvM.resume.0', symObjAddr: 0x360, symBinAddr: 0xE5350, symSize: 0x30 } + - { offsetInCU: 0x284, offset: 0x106177, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9valueTypeypXpvg', symObjAddr: 0x390, symBinAddr: 0xE5380, symSize: 0x10 } + - { offsetInCU: 0x2AF, offset: 0x1061A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvg', symObjAddr: 0x3A0, symBinAddr: 0xE5390, symSize: 0xD0 } + - { offsetInCU: 0x34A, offset: 0x10623D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x470, symBinAddr: 0xE5460, symSize: 0x20 } + - { offsetInCU: 0x36D, offset: 0x106260, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfd', symObjAddr: 0x490, symBinAddr: 0xE5480, symSize: 0x30 } + - { offsetInCU: 0x3A8, offset: 0x10629B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCfD', symObjAddr: 0x4C0, symBinAddr: 0xE54B0, symSize: 0x40 } + - { offsetInCU: 0x3EB, offset: 0x1062DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x500, symBinAddr: 0xE54F0, symSize: 0x20 } + - { offsetInCU: 0x407, offset: 0x1062FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x520, symBinAddr: 0xE5510, symSize: 0x10 } + - { offsetInCU: 0x44D, offset: 0x106340, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x530, symBinAddr: 0xE5520, symSize: 0x20 } + - { offsetInCU: 0x482, offset: 0x106375, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC5blockAcA0aB0V12CoreGraphics7CGFloatVc_tcfcTf4gn_n', symObjAddr: 0x610, symBinAddr: 0xE5600, symSize: 0x120 } + - { offsetInCU: 0x4F7, offset: 0x1063EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x550, symBinAddr: 0xE5540, symSize: 0x60 } + - { offsetInCU: 0x55C, offset: 0x10644F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5B0, symBinAddr: 0xE55A0, symSize: 0x60 } + - { offsetInCU: 0x5A3, offset: 0x106496, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOe', symObjAddr: 0x730, symBinAddr: 0xE5720, symSize: 0x20 } + - { offsetInCU: 0x5B7, offset: 0x1064AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVACSHAAWl', symObjAddr: 0x750, symBinAddr: 0xE5740, symSize: 0x30 } + - { offsetInCU: 0x5CB, offset: 0x1064BE, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie8KeyframeCyAA0A5ColorVGGMa', symObjAddr: 0x7C0, symBinAddr: 0xE5770, symSize: 0x50 } + - { offsetInCU: 0x5DF, offset: 0x1064D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyAA0A5ColorVGMa', symObjAddr: 0x810, symBinAddr: 0xE57C0, symSize: 0x30 } + - { offsetInCU: 0x5F3, offset: 0x1064E6, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie0D5ColorVIegyr_SgWOy', symObjAddr: 0x8C0, symBinAddr: 0xE5870, symSize: 0x20 } + - { offsetInCU: 0x607, offset: 0x1064FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderC7storageAA0cD7StorageOyAA0aB0VGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x910, symBinAddr: 0xE58C0, symSize: 0x30 } + - { offsetInCU: 0x64B, offset: 0x10653E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x9A0, symBinAddr: 0xE58F0, symSize: 0x10 } + - { offsetInCU: 0x65F, offset: 0x106552, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCMa', symObjAddr: 0xA40, symBinAddr: 0xE5990, symSize: 0x20 } + - { offsetInCU: 0x72, offset: 0x10679F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x3A0, symBinAddr: 0xE5D90, symSize: 0xD0 } + - { offsetInCU: 0x1CB, offset: 0x1068F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x470, symBinAddr: 0xE5E60, symSize: 0x10 } + - { offsetInCU: 0x227, offset: 0x106954, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeV9combining4path12cornerRadiusAA0D5GroupCyACGAHyAA0bC0VG_AHyAA0A8Vector1DVGSgtKFZTf4nnd_n', symObjAddr: 0x1B20, symBinAddr: 0xE7510, symSize: 0x3F0 } + - { offsetInCU: 0x715, offset: 0x106E42, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKF06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nnncnn_n', symObjAddr: 0x0, symBinAddr: 0xE5A00, symSize: 0x120 } + - { offsetInCU: 0x853, offset: 0x106F80, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_06$sSo12ab2C6c80E13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13no6CyAC06p11K0VG_AC0B16qr6VSiSo9s12RefaARXEAC07U19M0CSgtKFfA2_A2RcfU_Tf1nncn_n', symObjAddr: 0x130, symBinAddr: 0xE5B20, symSize: 0x130 } + - { offsetInCU: 0x91C, offset: 0x107049, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier13transformPath14roundedCornersyAC13KeyframeGroupCyAC06BezierK0VG_AC0B16AnimationContextVSiSo9CGPathRefaARXEAC07RoundedM0CSgtKFArC0pkN0VXEfU_', symObjAddr: 0x260, symBinAddr: 0xE5C50, symSize: 0x140 } + - { offsetInCU: 0xB85, offset: 0x1072B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA010BezierPathQ0V_Tg5', symObjAddr: 0x480, symBinAddr: 0xE5E70, symSize: 0x300 } + - { offsetInCU: 0xE8B, offset: 0x1075B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA010BezierPathQ0V_Tg5Tf4nnd_n', symObjAddr: 0x9A0, symBinAddr: 0xE6390, symSize: 0x5A0 } + - { offsetInCU: 0x1527, offset: 0x107C54, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA010BezierPathS0V_Tg5Tf4nnnd_n', symObjAddr: 0x1080, symBinAddr: 0xE6A70, symSize: 0xAA0 } + - { offsetInCU: 0x2533, offset: 0x108C60, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x1FC0, symBinAddr: 0xE7930, symSize: 0x10 } + - { offsetInCU: 0x2547, offset: 0x108C74, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_TA', symObjAddr: 0x20B0, symBinAddr: 0xE79C0, symSize: 0x10 } + - { offsetInCU: 0x255B, offset: 0x108C88, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwCP', symObjAddr: 0x2160, symBinAddr: 0xE7A00, symSize: 0x30 } + - { offsetInCU: 0x256F, offset: 0x108C9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwxx', symObjAddr: 0x2190, symBinAddr: 0xE7A30, symSize: 0x10 } + - { offsetInCU: 0x2583, offset: 0x108CB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwcp', symObjAddr: 0x21A0, symBinAddr: 0xE7A40, symSize: 0x40 } + - { offsetInCU: 0x2597, offset: 0x108CC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwca', symObjAddr: 0x21E0, symBinAddr: 0xE7A80, symSize: 0x60 } + - { offsetInCU: 0x25AB, offset: 0x108CD8, size: 0x8, addend: 0x0, symName: ___swift_memcpy33_8, symObjAddr: 0x2240, symBinAddr: 0xE7AE0, symSize: 0x20 } + - { offsetInCU: 0x25BF, offset: 0x108CEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwta', symObjAddr: 0x2260, symBinAddr: 0xE7B00, symSize: 0x50 } + - { offsetInCU: 0x25D3, offset: 0x108D00, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwet', symObjAddr: 0x22B0, symBinAddr: 0xE7B50, symSize: 0x40 } + - { offsetInCU: 0x25E7, offset: 0x108D14, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVwst', symObjAddr: 0x22F0, symBinAddr: 0xE7B90, symSize: 0x50 } + - { offsetInCU: 0x25FB, offset: 0x108D28, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVMa', symObjAddr: 0x2340, symBinAddr: 0xE7BE0, symSize: 0xA } + - { offsetInCU: 0x2751, offset: 0x108E7E, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFs8StrideToVy12CoreGraphics7CGFloatVG_6Lottie8KeyframeCyAL010BezierPathJ0VGTg50104$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13j56GroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12f9Graphics7h13VKXEfU2_AA010kL7Q0V_TG5SayAL16AnyValueProvider_pGSayypGxSgs5Error_plyAPIsggrzo_Tf1cn_nTf4ngg_n', symObjAddr: 0x780, symBinAddr: 0xE6170, symSize: 0x220 } + - { offsetInCU: 0x2A95, offset: 0x1091C2, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay6Lottie13KeyframeGroupCyypGG_Tg5023$sSTsE10allSatisfyyS2b7c29QzKXEKFSbACKXEfU_Say6Lottie13eF10CyypGG_TG5xSbs5Error_plyAHIsgndzo_Tf1cn_nTf4ng_n', symObjAddr: 0xF40, symBinAddr: 0xE6930, symSize: 0x140 } + - { offsetInCU: 0x27, offset: 0x109848, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xE7BF0, symSize: 0x210 } + - { offsetInCU: 0x3F, offset: 0x109860, size: 0x8, addend: 0x0, symName: '_$sSS6LottieE18hexColorComponents12CoreGraphics7CGFloatV3red_AE5greenAE4bluetyF', symObjAddr: 0x0, symBinAddr: 0xE7BF0, symSize: 0x210 } + - { offsetInCU: 0x27, offset: 0x109A8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xE7E00, symSize: 0x70 } + - { offsetInCU: 0x4B, offset: 0x109AB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xE7E00, symSize: 0x70 } + - { offsetInCU: 0x74, offset: 0x109ADA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysACSaySSG_tcfC', symObjAddr: 0xA0, symBinAddr: 0xE7E70, symSize: 0x10 } + - { offsetInCU: 0xD9, offset: 0x109B3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV13stringLiteralACSS_tcfC', symObjAddr: 0xB0, symBinAddr: 0xE7E80, symSize: 0x70 } + - { offsetInCU: 0x138, offset: 0x109B9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4keysSaySSGvg', symObjAddr: 0x120, symBinAddr: 0xE7EF0, symSize: 0x10 } + - { offsetInCU: 0x156, offset: 0x109BBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV6stringSSvg', symObjAddr: 0x130, symBinAddr: 0xE7F00, symSize: 0x90 } + - { offsetInCU: 0x174, offset: 0x109BDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV4hash4intoys6HasherVz_tF', symObjAddr: 0x230, symBinAddr: 0xE7F90, symSize: 0xA0 } + - { offsetInCU: 0x249, offset: 0x109CAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV2eeoiySbAC_ACtFZ', symObjAddr: 0x2D0, symBinAddr: 0xE8030, symSize: 0x10 } + - { offsetInCU: 0x2A5, offset: 0x109D0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV9hashValueSivg', symObjAddr: 0x2E0, symBinAddr: 0xE8040, symSize: 0xA0 } + - { offsetInCU: 0x3D2, offset: 0x109E38, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH9hashValueSivgTW', symObjAddr: 0x380, symBinAddr: 0xE80E0, symSize: 0x10 } + - { offsetInCU: 0x3EE, offset: 0x109E54, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x390, symBinAddr: 0xE80F0, symSize: 0x10 } + - { offsetInCU: 0x402, offset: 0x109E68, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAsADP06stringG0x0fG4TypeQz_tcfCTW', symObjAddr: 0x440, symBinAddr: 0xE81A0, symSize: 0x20 } + - { offsetInCU: 0x438, offset: 0x109E9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x460, symBinAddr: 0xE81C0, symSize: 0x10 } + - { offsetInCU: 0x4D7, offset: 0x109F3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASQWb', symObjAddr: 0x530, symBinAddr: 0xE8290, symSize: 0x10 } + - { offsetInCU: 0x4EB, offset: 0x109F51, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACSQAAWl', symObjAddr: 0x540, symBinAddr: 0xE82A0, symSize: 0x30 } + - { offsetInCU: 0x4FF, offset: 0x109F65, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAAs0de23ExtendedGraphemeClusterG0PWb', symObjAddr: 0x570, symBinAddr: 0xE82D0, symSize: 0x10 } + - { offsetInCU: 0x513, offset: 0x109F79, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs43ExpressibleByExtendedGraphemeClusterLiteralAAWl', symObjAddr: 0x580, symBinAddr: 0xE82E0, symSize: 0x30 } + - { offsetInCU: 0x527, offset: 0x109F8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs26ExpressibleByStringLiteralAA0fG4TypesADP_s01_de7BuiltinfG0PWT', symObjAddr: 0x5B0, symBinAddr: 0xE8310, symSize: 0x10 } + - { offsetInCU: 0x53B, offset: 0x109FA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAAs0de13UnicodeScalarI0PWb', symObjAddr: 0x5C0, symBinAddr: 0xE8320, symSize: 0x10 } + - { offsetInCU: 0x54F, offset: 0x109FB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVACs33ExpressibleByUnicodeScalarLiteralAAWl', symObjAddr: 0x5D0, symBinAddr: 0xE8330, symSize: 0x30 } + - { offsetInCU: 0x563, offset: 0x109FC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs43ExpressibleByExtendedGraphemeClusterLiteralAA0fghI4TypesADP_s01_de7BuiltinfghI0PWT', symObjAddr: 0x600, symBinAddr: 0xE8360, symSize: 0x10 } + - { offsetInCU: 0x577, offset: 0x109FDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVs33ExpressibleByUnicodeScalarLiteralAA0fgH4TypesADP_s01_de7BuiltinfgH0PWT', symObjAddr: 0x610, symBinAddr: 0xE8370, symSize: 0x10 } + - { offsetInCU: 0x58B, offset: 0x109FF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVMa', symObjAddr: 0x620, symBinAddr: 0xE8380, symSize: 0x10 } + - { offsetInCU: 0x6C9, offset: 0x10A12F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3A0, symBinAddr: 0xE8100, symSize: 0xA0 } + - { offsetInCU: 0x7D5, offset: 0x10A23B, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSS_Tg5Tf4nnd_n', symObjAddr: 0x470, symBinAddr: 0xE81D0, symSize: 0xC0 } + - { offsetInCU: 0x8B9, offset: 0x10A31F, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSo10CGColorRefa_Tg5Tf4nnd_n', symObjAddr: 0x630, symBinAddr: 0xE8390, symSize: 0x440 } + - { offsetInCU: 0x9CF, offset: 0x10A435, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZ12CoreGraphics7CGFloatV_Tg5Tf4nnd_n', symObjAddr: 0xA70, symBinAddr: 0xE87D0, symSize: 0x80 } + - { offsetInCU: 0x27, offset: 0x10A681, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xE88A0, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x10A6A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0xE88A0, symSize: 0x20 } + - { offsetInCU: 0xAC, offset: 0x10A706, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x70, symBinAddr: 0xE8910, symSize: 0x70 } + - { offsetInCU: 0x112, offset: 0x10A76C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xE0, symBinAddr: 0xE8980, symSize: 0x30 } + - { offsetInCU: 0x13D, offset: 0x10A797, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAAsADP8allCases03AllG0QzvgZTW', symObjAddr: 0x110, symBinAddr: 0xE89B0, symSize: 0x20 } + - { offsetInCU: 0x16E, offset: 0x10A7C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameO8allCasesSayACGvgZTf4d_n', symObjAddr: 0x920, symBinAddr: 0xE91C0, symSize: 0x50 } + - { offsetInCU: 0x1DF, offset: 0x10A839, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyV9transformACySo13CATransform3DVGvgZSbAFSgcfU_', symObjAddr: 0x130, symBinAddr: 0xE89D0, symSize: 0xB0 } + - { offsetInCU: 0x298, offset: 0x10A8F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV5colorACySo10CGColorRefaGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x1E0, symBinAddr: 0xE8A80, symSize: 0x110 } + - { offsetInCU: 0x36F, offset: 0x10A9C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV7opacityACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x2F0, symBinAddr: 0xE8B90, symSize: 0x70 } + - { offsetInCU: 0x3AD, offset: 0x10AA07, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleXACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x360, symBinAddr: 0xE8C00, symSize: 0x70 } + - { offsetInCU: 0x3EB, offset: 0x10AA45, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV6scaleYACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x3D0, symBinAddr: 0xE8C70, symSize: 0x70 } + - { offsetInCU: 0x429, offset: 0x10AA83, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8rotationACy12CoreGraphics7CGFloatVGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x440, symBinAddr: 0xE8CE0, symSize: 0x80 } + - { offsetInCU: 0x467, offset: 0x10AAC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV8positionACySo7CGPointVGvgZAFSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x4C0, symBinAddr: 0xE8D60, symSize: 0x70 } + - { offsetInCU: 0x565, offset: 0x10ABBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV14gradientColorsACySaySo10CGColorRefaGGvgZAGSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x530, symBinAddr: 0xE8DD0, symSize: 0x220 } + - { offsetInCU: 0x863, offset: 0x10AEBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV17gradientLocationsACySay12CoreGraphics7CGFloatVGGvgZAHSgyp_AA16AnyValueProvider_ptcfU_', symObjAddr: 0x750, symBinAddr: 0xE8FF0, symSize: 0x170 } + - { offsetInCU: 0xA13, offset: 0x10B06D, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyV10floatValueyACy12CoreGraphics7CGFloatVGAA0C4NameOd_tFZAGSgyp_AA03AnyE8Provider_ptcfU_', symObjAddr: 0x8C0, symBinAddr: 0xE9160, symSize: 0x60 } + - { offsetInCU: 0xA72, offset: 0x10B0CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwet', symObjAddr: 0xA30, symBinAddr: 0xE9210, symSize: 0x80 } + - { offsetInCU: 0xA86, offset: 0x10B0E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwst', symObjAddr: 0xAB0, symBinAddr: 0xE9290, symSize: 0xD0 } + - { offsetInCU: 0xA9A, offset: 0x10B0F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwug', symObjAddr: 0xB80, symBinAddr: 0xE9360, symSize: 0x10 } + - { offsetInCU: 0xAAE, offset: 0x10B108, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwup', symObjAddr: 0xB90, symBinAddr: 0xE9370, symSize: 0x10 } + - { offsetInCU: 0xAC2, offset: 0x10B11C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOwui', symObjAddr: 0xBA0, symBinAddr: 0xE9380, symSize: 0x10 } + - { offsetInCU: 0xAD6, offset: 0x10B130, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOMa', symObjAddr: 0xBB0, symBinAddr: 0xE9390, symSize: 0x10 } + - { offsetInCU: 0xAEA, offset: 0x10B144, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMi', symObjAddr: 0xBC0, symBinAddr: 0xE93A0, symSize: 0x10 } + - { offsetInCU: 0xAFE, offset: 0x10B158, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwCP', symObjAddr: 0xBD0, symBinAddr: 0xE93B0, symSize: 0x40 } + - { offsetInCU: 0xB12, offset: 0x10B16C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwxx', symObjAddr: 0xC10, symBinAddr: 0xE93F0, symSize: 0x20 } + - { offsetInCU: 0xB26, offset: 0x10B180, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwcp', symObjAddr: 0xC30, symBinAddr: 0xE9410, symSize: 0x40 } + - { offsetInCU: 0xB3A, offset: 0x10B194, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwca', symObjAddr: 0xC70, symBinAddr: 0xE9450, symSize: 0x60 } + - { offsetInCU: 0xB4E, offset: 0x10B1A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwta', symObjAddr: 0xCF0, symBinAddr: 0xE94B0, symSize: 0x40 } + - { offsetInCU: 0xB62, offset: 0x10B1BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwet', symObjAddr: 0xD30, symBinAddr: 0xE94F0, symSize: 0x40 } + - { offsetInCU: 0xB76, offset: 0x10B1D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVwst', symObjAddr: 0xD70, symBinAddr: 0xE9530, symSize: 0x40 } + - { offsetInCU: 0xB8A, offset: 0x10B1E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVMa', symObjAddr: 0xDB0, symBinAddr: 0xE9570, symSize: 0x10 } + - { offsetInCU: 0xB9E, offset: 0x10B1F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0xDC0, symBinAddr: 0xE9580, symSize: 0x10 } + - { offsetInCU: 0xBB2, offset: 0x10B20C, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGSayxGSlsWl', symObjAddr: 0xDD0, symBinAddr: 0xE9590, symSize: 0x40 } + - { offsetInCU: 0xBC6, offset: 0x10B220, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie12PropertyNameOGMa', symObjAddr: 0xE10, symBinAddr: 0xE95D0, symSize: 0x30 } + - { offsetInCU: 0xBDA, offset: 0x10B234, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASQWb', symObjAddr: 0xE40, symBinAddr: 0xE9600, symSize: 0x10 } + - { offsetInCU: 0xBEE, offset: 0x10B248, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOACSQAAWl', symObjAddr: 0xE50, symBinAddr: 0xE9610, symSize: 0x30 } + - { offsetInCU: 0xC1F, offset: 0x10B279, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0xE88C0, symSize: 0x10 } + - { offsetInCU: 0xC59, offset: 0x10B2B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0xE88D0, symSize: 0x20 } + - { offsetInCU: 0xC9F, offset: 0x10B2F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0xE88F0, symSize: 0x10 } + - { offsetInCU: 0xCBB, offset: 0x10B315, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PropertyNameOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x60, symBinAddr: 0xE8900, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x10B5F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE9640, symSize: 0x10 } + - { offsetInCU: 0xB6, offset: 0x10B680, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xD0, symBinAddr: 0xE9710, symSize: 0x30 } + - { offsetInCU: 0xE7, offset: 0x10B6B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x100, symBinAddr: 0xE9740, symSize: 0x20 } + - { offsetInCU: 0x126, offset: 0x10B6F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x120, symBinAddr: 0xE9760, symSize: 0x20 } + - { offsetInCU: 0x15E, offset: 0x10B728, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xFF0, symBinAddr: 0xEA610, symSize: 0xE0 } + - { offsetInCU: 0x1CA, offset: 0x10B794, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeO13discriminator_WZ', symObjAddr: 0x180, symBinAddr: 0xE97C0, symSize: 0x10 } + - { offsetInCU: 0x1F0, offset: 0x10B7BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x190, symBinAddr: 0xE97D0, symSize: 0x40 } + - { offsetInCU: 0x215, offset: 0x10B7DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D0, symBinAddr: 0xE9810, symSize: 0x1E0 } + - { offsetInCU: 0x286, offset: 0x10B850, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x3B0, symBinAddr: 0xE99F0, symSize: 0x310 } + - { offsetInCU: 0x39A, offset: 0x10B964, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO8rawValueSSvg', symObjAddr: 0x6C0, symBinAddr: 0xE9D00, symSize: 0x20 } + - { offsetInCU: 0x3D1, offset: 0x10B99B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO11stringValueSSvg', symObjAddr: 0x6E0, symBinAddr: 0xE9D20, symSize: 0x20 } + - { offsetInCU: 0x44F, offset: 0x10BA19, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x740, symBinAddr: 0xE9D80, symSize: 0x70 } + - { offsetInCU: 0x4B5, offset: 0x10BA7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x7B0, symBinAddr: 0xE9DF0, symSize: 0x30 } + - { offsetInCU: 0x4D1, offset: 0x10BA9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7E0, symBinAddr: 0xE9E20, symSize: 0x10 } + - { offsetInCU: 0x507, offset: 0x10BAD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7F0, symBinAddr: 0xE9E30, symSize: 0x60 } + - { offsetInCU: 0x58C, offset: 0x10BB56, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x850, symBinAddr: 0xE9E90, symSize: 0x10 } + - { offsetInCU: 0x5A8, offset: 0x10BB72, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x860, symBinAddr: 0xE9EA0, symSize: 0x10 } + - { offsetInCU: 0x5E4, offset: 0x10BBAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCfD', symObjAddr: 0x8B0, symBinAddr: 0xE9EF0, symSize: 0x30 } + - { offsetInCU: 0x627, offset: 0x10BBF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC6encode2toys7Encoder_p_tKF', symObjAddr: 0x900, symBinAddr: 0xE9F40, symSize: 0x160 } + - { offsetInCU: 0x666, offset: 0x10BC30, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xC50, symBinAddr: 0xEA270, symSize: 0x20 } + - { offsetInCU: 0x689, offset: 0x10BC53, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xC70, symBinAddr: 0xEA290, symSize: 0x20 } + - { offsetInCU: 0x751, offset: 0x10BD1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectCMa', symObjAddr: 0x8E0, symBinAddr: 0xE9F20, symSize: 0x20 } + - { offsetInCU: 0x765, offset: 0x10BD2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwet', symObjAddr: 0xA80, symBinAddr: 0xEA0A0, symSize: 0x80 } + - { offsetInCU: 0x779, offset: 0x10BD43, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwst', symObjAddr: 0xB00, symBinAddr: 0xEA120, symSize: 0xD0 } + - { offsetInCU: 0x78D, offset: 0x10BD57, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwug', symObjAddr: 0xBD0, symBinAddr: 0xEA1F0, symSize: 0x10 } + - { offsetInCU: 0x7A1, offset: 0x10BD6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwup', symObjAddr: 0xBE0, symBinAddr: 0xEA200, symSize: 0x10 } + - { offsetInCU: 0x7B5, offset: 0x10BD7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOwui', symObjAddr: 0xBF0, symBinAddr: 0xEA210, symSize: 0x10 } + - { offsetInCU: 0x7C9, offset: 0x10BD93, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOMa', symObjAddr: 0xC00, symBinAddr: 0xEA220, symSize: 0x10 } + - { offsetInCU: 0x7DD, offset: 0x10BDA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASQWb', symObjAddr: 0xC10, symBinAddr: 0xEA230, symSize: 0x10 } + - { offsetInCU: 0x7F1, offset: 0x10BDBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSQAAWl', symObjAddr: 0xC20, symBinAddr: 0xEA240, symSize: 0x30 } + - { offsetInCU: 0x805, offset: 0x10BDCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC90, symBinAddr: 0xEA2B0, symSize: 0x20 } + - { offsetInCU: 0x819, offset: 0x10BDE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSeAAWl', symObjAddr: 0xCB0, symBinAddr: 0xEA2D0, symSize: 0x30 } + - { offsetInCU: 0x852, offset: 0x10BE1C, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xCE0, symBinAddr: 0xEA300, symSize: 0x110 } + - { offsetInCU: 0x9A0, offset: 0x10BF6A, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11LayerEffectCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xDF0, symBinAddr: 0xEA410, symSize: 0x200 } + - { offsetInCU: 0xBE2, offset: 0x10C1AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSYAAWl', symObjAddr: 0x1130, symBinAddr: 0xEA6F0, symSize: 0x30 } + - { offsetInCU: 0xBF6, offset: 0x10C1C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs0D3KeyAAWl', symObjAddr: 0x11A0, symBinAddr: 0xEA720, symSize: 0x30 } + - { offsetInCU: 0xC0A, offset: 0x10C1D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOACSEAAWl', symObjAddr: 0x11D0, symBinAddr: 0xEA750, symSize: 0x30 } + - { offsetInCU: 0xC1E, offset: 0x10C1E8, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGSayxGSEsSERzlWl', symObjAddr: 0x1200, symBinAddr: 0xEA780, symSize: 0x50 } + - { offsetInCU: 0xC32, offset: 0x10C1FC, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11EffectValueCGMa', symObjAddr: 0x1250, symBinAddr: 0xEA7D0, symSize: 0x50 } + - { offsetInCU: 0xC46, offset: 0x10C210, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCACSEAAWl', symObjAddr: 0x12A0, symBinAddr: 0xEA820, symSize: 0x40 } + - { offsetInCU: 0xC5A, offset: 0x10C224, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwet', symObjAddr: 0x1370, symBinAddr: 0xEA860, symSize: 0x80 } + - { offsetInCU: 0xC6E, offset: 0x10C238, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwst', symObjAddr: 0x13F0, symBinAddr: 0xEA8E0, symSize: 0xD0 } + - { offsetInCU: 0xC82, offset: 0x10C24C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwug', symObjAddr: 0x14C0, symBinAddr: 0xEA9B0, symSize: 0x10 } + - { offsetInCU: 0xC96, offset: 0x10C260, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwup', symObjAddr: 0x14D0, symBinAddr: 0xEA9C0, symSize: 0x10 } + - { offsetInCU: 0xCAA, offset: 0x10C274, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOwui', symObjAddr: 0x14E0, symBinAddr: 0xEA9D0, symSize: 0x10 } + - { offsetInCU: 0xCBE, offset: 0x10C288, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOMa', symObjAddr: 0x14F0, symBinAddr: 0xEA9E0, symSize: 0x10 } + - { offsetInCU: 0xCD2, offset: 0x10C29C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASQWb', symObjAddr: 0x1500, symBinAddr: 0xEA9F0, symSize: 0x10 } + - { offsetInCU: 0xCE6, offset: 0x10C2B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFSQAAWl', symObjAddr: 0x1510, symBinAddr: 0xEAA00, symSize: 0x30 } + - { offsetInCU: 0xCFA, offset: 0x10C2C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1540, symBinAddr: 0xEAA30, symSize: 0x10 } + - { offsetInCU: 0xD0E, offset: 0x10C2D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1550, symBinAddr: 0xEAA40, symSize: 0x30 } + - { offsetInCU: 0xD22, offset: 0x10C2EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1580, symBinAddr: 0xEAA70, symSize: 0x10 } + - { offsetInCU: 0xD36, offset: 0x10C300, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1590, symBinAddr: 0xEAA80, symSize: 0x2E } + - { offsetInCU: 0xD6A, offset: 0x10C334, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xE9640, symSize: 0x10 } + - { offsetInCU: 0xDFB, offset: 0x10C3C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0xE9650, symSize: 0x50 } + - { offsetInCU: 0xEC3, offset: 0x10C48D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x60, symBinAddr: 0xE96A0, symSize: 0x30 } + - { offsetInCU: 0xF3F, offset: 0x10C509, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x90, symBinAddr: 0xE96D0, symSize: 0x40 } + - { offsetInCU: 0xFDB, offset: 0x10C5A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15LayerEffectTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x140, symBinAddr: 0xE9780, symSize: 0x40 } + - { offsetInCU: 0x1045, offset: 0x10C60F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x700, symBinAddr: 0xE9D40, symSize: 0x10 } + - { offsetInCU: 0x1061, offset: 0x10C62B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH9hashValueSivgTW', symObjAddr: 0x710, symBinAddr: 0xE9D50, symSize: 0x10 } + - { offsetInCU: 0x107D, offset: 0x10C647, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x720, symBinAddr: 0xE9D60, symSize: 0x10 } + - { offsetInCU: 0x1099, offset: 0x10C663, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x730, symBinAddr: 0xE9D70, symSize: 0x10 } + - { offsetInCU: 0x10BB, offset: 0x10C685, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x870, symBinAddr: 0xE9EB0, symSize: 0x20 } + - { offsetInCU: 0x10D7, offset: 0x10C6A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x890, symBinAddr: 0xE9ED0, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x10C915, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xEAAB0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x10C93A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0xEAAF0, symSize: 0x350 } + - { offsetInCU: 0xE0, offset: 0x10C9A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x390, symBinAddr: 0xEAE40, symSize: 0x560 } + - { offsetInCU: 0x2AC, offset: 0x10CB72, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO8rawValueSSvg', symObjAddr: 0x8F0, symBinAddr: 0xEB3A0, symSize: 0x20 } + - { offsetInCU: 0x2E3, offset: 0x10CBA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO11stringValueSSvg', symObjAddr: 0xB40, symBinAddr: 0xEB5F0, symSize: 0x20 } + - { offsetInCU: 0x361, offset: 0x10CC27, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0xBA0, symBinAddr: 0xEB650, symSize: 0x70 } + - { offsetInCU: 0x3C7, offset: 0x10CC8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0xC10, symBinAddr: 0xEB6C0, symSize: 0x30 } + - { offsetInCU: 0x3E3, offset: 0x10CCA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xC40, symBinAddr: 0xEB6F0, symSize: 0x10 } + - { offsetInCU: 0x419, offset: 0x10CCDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC50, symBinAddr: 0xEB700, symSize: 0x60 } + - { offsetInCU: 0x49E, offset: 0x10CD64, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xCB0, symBinAddr: 0xEB760, symSize: 0x10 } + - { offsetInCU: 0x4BA, offset: 0x10CD80, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xCC0, symBinAddr: 0xEB770, symSize: 0x10 } + - { offsetInCU: 0x4D8, offset: 0x10CD9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x910, symBinAddr: 0xEB3C0, symSize: 0x230 } + - { offsetInCU: 0x552, offset: 0x10CE18, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfD', symObjAddr: 0xD30, symBinAddr: 0xEB7E0, symSize: 0x40 } + - { offsetInCU: 0x61C, offset: 0x10CEE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCfE', symObjAddr: 0xD10, symBinAddr: 0xEB7C0, symSize: 0x20 } + - { offsetInCU: 0x674, offset: 0x10CF3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleCMa', symObjAddr: 0xD70, symBinAddr: 0xEB820, symSize: 0x20 } + - { offsetInCU: 0x688, offset: 0x10CF4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs0C3KeyAAWl', symObjAddr: 0xE00, symBinAddr: 0xEB840, symSize: 0x30 } + - { offsetInCU: 0x69C, offset: 0x10CF62, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwet', symObjAddr: 0x1170, symBinAddr: 0xEB980, symSize: 0x80 } + - { offsetInCU: 0x6B0, offset: 0x10CF76, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwst', symObjAddr: 0x11F0, symBinAddr: 0xEBA00, symSize: 0xD0 } + - { offsetInCU: 0x6C4, offset: 0x10CF8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwug', symObjAddr: 0x12C0, symBinAddr: 0xEBAD0, symSize: 0x10 } + - { offsetInCU: 0x6D8, offset: 0x10CF9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwup', symObjAddr: 0x12D0, symBinAddr: 0xEBAE0, symSize: 0x10 } + - { offsetInCU: 0x6EC, offset: 0x10CFB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOwui', symObjAddr: 0x12E0, symBinAddr: 0xEBAF0, symSize: 0x10 } + - { offsetInCU: 0x700, offset: 0x10CFC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOMa', symObjAddr: 0x12F0, symBinAddr: 0xEBB00, symSize: 0x10 } + - { offsetInCU: 0x714, offset: 0x10CFDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASQWb', symObjAddr: 0x1300, symBinAddr: 0xEBB10, symSize: 0x10 } + - { offsetInCU: 0x728, offset: 0x10CFEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFSQAAWl', symObjAddr: 0x1310, symBinAddr: 0xEBB20, symSize: 0x30 } + - { offsetInCU: 0x73C, offset: 0x10D002, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1340, symBinAddr: 0xEBB50, symSize: 0x10 } + - { offsetInCU: 0x750, offset: 0x10D016, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1350, symBinAddr: 0xEBB60, symSize: 0x30 } + - { offsetInCU: 0x764, offset: 0x10D02A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1380, symBinAddr: 0xEBB90, symSize: 0x10 } + - { offsetInCU: 0x778, offset: 0x10D03E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1390, symBinAddr: 0xEBBA0, symSize: 0x2E } + - { offsetInCU: 0x7D8, offset: 0x10D09E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB60, symBinAddr: 0xEB610, symSize: 0x10 } + - { offsetInCU: 0x7F4, offset: 0x10D0BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH9hashValueSivgTW', symObjAddr: 0xB70, symBinAddr: 0xEB620, symSize: 0x10 } + - { offsetInCU: 0x810, offset: 0x10D0D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB80, symBinAddr: 0xEB630, symSize: 0x10 } + - { offsetInCU: 0x82C, offset: 0x10D0F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB90, symBinAddr: 0xEB640, symSize: 0x10 } + - { offsetInCU: 0x84E, offset: 0x10D114, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xCD0, symBinAddr: 0xEB780, symSize: 0x20 } + - { offsetInCU: 0x86A, offset: 0x10D130, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xCF0, symBinAddr: 0xEB7A0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x10D300, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xEBBD0, symSize: 0x70 } + - { offsetInCU: 0x5A, offset: 0x10D32F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x0, symBinAddr: 0xEBBD0, symSize: 0x70 } + - { offsetInCU: 0xCA, offset: 0x10D39F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfD', symObjAddr: 0x80, symBinAddr: 0xEBC50, symSize: 0x30 } + - { offsetInCU: 0x133, offset: 0x10D408, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0xD0, symBinAddr: 0xEBCA0, symSize: 0x10 } + - { offsetInCU: 0x14F, offset: 0x10D424, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0xE0, symBinAddr: 0xEBCB0, symSize: 0x20 } + - { offsetInCU: 0x16B, offset: 0x10D440, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x100, symBinAddr: 0xEBCD0, symSize: 0x10 } + - { offsetInCU: 0x187, offset: 0x10D45C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x110, symBinAddr: 0xEBCE0, symSize: 0x10 } + - { offsetInCU: 0x1A4, offset: 0x10D479, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCfE', symObjAddr: 0x70, symBinAddr: 0xEBC40, symSize: 0x10 } + - { offsetInCU: 0x1FC, offset: 0x10D4D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCMa', symObjAddr: 0xB0, symBinAddr: 0xEBC80, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x10D676, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xEBCF0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x10D69B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0xEBD30, symSize: 0xAA0 } + - { offsetInCU: 0x1C9, offset: 0x10D7F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xAE0, symBinAddr: 0xEC7D0, symSize: 0x1110 } + - { offsetInCU: 0x5B3, offset: 0x10DBDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x1BF0, symBinAddr: 0xED8E0, symSize: 0x20 } + - { offsetInCU: 0x5EA, offset: 0x10DC11, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x2060, symBinAddr: 0xEDD50, symSize: 0x20 } + - { offsetInCU: 0x668, offset: 0x10DC8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x20E0, symBinAddr: 0xEDDD0, symSize: 0x70 } + - { offsetInCU: 0x6CE, offset: 0x10DCF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2150, symBinAddr: 0xEDE40, symSize: 0x30 } + - { offsetInCU: 0x6EA, offset: 0x10DD11, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2180, symBinAddr: 0xEDE70, symSize: 0x10 } + - { offsetInCU: 0x720, offset: 0x10DD47, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2190, symBinAddr: 0xEDE80, symSize: 0x60 } + - { offsetInCU: 0x7A5, offset: 0x10DDCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x21F0, symBinAddr: 0xEDEE0, symSize: 0x10 } + - { offsetInCU: 0x7C1, offset: 0x10DDE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2200, symBinAddr: 0xEDEF0, symSize: 0x10 } + - { offsetInCU: 0x7EA, offset: 0x10DE11, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueSSvg', symObjAddr: 0x1C10, symBinAddr: 0xED900, symSize: 0x20 } + - { offsetInCU: 0x821, offset: 0x10DE48, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO11stringValueSSvg', symObjAddr: 0x2080, symBinAddr: 0xEDD70, symSize: 0x20 } + - { offsetInCU: 0x885, offset: 0x10DEAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x22F0, symBinAddr: 0xEDFE0, symSize: 0x40 } + - { offsetInCU: 0x8CB, offset: 0x10DEF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2330, symBinAddr: 0xEE020, symSize: 0x30 } + - { offsetInCU: 0x8E7, offset: 0x10DF0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2360, symBinAddr: 0xEE050, symSize: 0x10 } + - { offsetInCU: 0x91D, offset: 0x10DF44, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2370, symBinAddr: 0xEE060, symSize: 0x30 } + - { offsetInCU: 0x982, offset: 0x10DFA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x23A0, symBinAddr: 0xEE090, symSize: 0x10 } + - { offsetInCU: 0x99E, offset: 0x10DFC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x23B0, symBinAddr: 0xEE0A0, symSize: 0x10 } + - { offsetInCU: 0x9BA, offset: 0x10DFE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2D40, symBinAddr: 0xEE7F0, symSize: 0x50 } + - { offsetInCU: 0x9E7, offset: 0x10E00E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C30, symBinAddr: 0xED920, symSize: 0x430 } + - { offsetInCU: 0xA5A, offset: 0x10E081, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfd', symObjAddr: 0x2460, symBinAddr: 0xEE150, symSize: 0x70 } + - { offsetInCU: 0xAA5, offset: 0x10E0CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfD', symObjAddr: 0x24D0, symBinAddr: 0xEE1C0, symSize: 0x20 } + - { offsetInCU: 0xB3B, offset: 0x10E162, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCfE', symObjAddr: 0x2400, symBinAddr: 0xEE0F0, symSize: 0x60 } + - { offsetInCU: 0xB93, offset: 0x10E1BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterCMa', symObjAddr: 0x24F0, symBinAddr: 0xEE1E0, symSize: 0x20 } + - { offsetInCU: 0xBA7, offset: 0x10E1CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs0C3KeyAAWl', symObjAddr: 0x2580, symBinAddr: 0xEE200, symSize: 0x30 } + - { offsetInCU: 0xBBB, offset: 0x10E1E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs9CodingKeyAAWl', symObjAddr: 0x25E0, symBinAddr: 0xEE230, symSize: 0x30 } + - { offsetInCU: 0xBCF, offset: 0x10E1F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x28C0, symBinAddr: 0xEE370, symSize: 0x80 } + - { offsetInCU: 0xBE3, offset: 0x10E20A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x2940, symBinAddr: 0xEE3F0, symSize: 0xD0 } + - { offsetInCU: 0xBF7, offset: 0x10E21E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwug', symObjAddr: 0x2A10, symBinAddr: 0xEE4C0, symSize: 0x10 } + - { offsetInCU: 0xC0B, offset: 0x10E232, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x2A20, symBinAddr: 0xEE4D0, symSize: 0x10 } + - { offsetInCU: 0xC1F, offset: 0x10E246, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwui', symObjAddr: 0x2A30, symBinAddr: 0xEE4E0, symSize: 0x10 } + - { offsetInCU: 0xC33, offset: 0x10E25A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x2A40, symBinAddr: 0xEE4F0, symSize: 0x10 } + - { offsetInCU: 0xC47, offset: 0x10E26E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwet', symObjAddr: 0x2A50, symBinAddr: 0xEE500, symSize: 0x80 } + - { offsetInCU: 0xC5B, offset: 0x10E282, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwst', symObjAddr: 0x2AD0, symBinAddr: 0xEE580, symSize: 0xD0 } + - { offsetInCU: 0xC6F, offset: 0x10E296, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOwup', symObjAddr: 0x2BA0, symBinAddr: 0xEE650, symSize: 0x10 } + - { offsetInCU: 0xC83, offset: 0x10E2AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOMa', symObjAddr: 0x2BB0, symBinAddr: 0xEE660, symSize: 0x10 } + - { offsetInCU: 0xC97, offset: 0x10E2BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x2BC0, symBinAddr: 0xEE670, symSize: 0x10 } + - { offsetInCU: 0xCAB, offset: 0x10E2D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x2BD0, symBinAddr: 0xEE680, symSize: 0x30 } + - { offsetInCU: 0xCBF, offset: 0x10E2E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASQWb', symObjAddr: 0x2C00, symBinAddr: 0xEE6B0, symSize: 0x10 } + - { offsetInCU: 0xCD3, offset: 0x10E2FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFSQAAWl', symObjAddr: 0x2C10, symBinAddr: 0xEE6C0, symSize: 0x30 } + - { offsetInCU: 0xCE7, offset: 0x10E30E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2C40, symBinAddr: 0xEE6F0, symSize: 0x10 } + - { offsetInCU: 0xCFB, offset: 0x10E322, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2C50, symBinAddr: 0xEE700, symSize: 0x30 } + - { offsetInCU: 0xD0F, offset: 0x10E336, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2C80, symBinAddr: 0xEE730, symSize: 0x10 } + - { offsetInCU: 0xD23, offset: 0x10E34A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2C90, symBinAddr: 0xEE740, symSize: 0x30 } + - { offsetInCU: 0xD37, offset: 0x10E35E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2CC0, symBinAddr: 0xEE770, symSize: 0x10 } + - { offsetInCU: 0xD4B, offset: 0x10E372, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2CD0, symBinAddr: 0xEE780, symSize: 0x30 } + - { offsetInCU: 0xD5F, offset: 0x10E386, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2D00, symBinAddr: 0xEE7B0, symSize: 0x10 } + - { offsetInCU: 0xD73, offset: 0x10E39A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2D10, symBinAddr: 0xEE7C0, symSize: 0x30 } + - { offsetInCU: 0xDD3, offset: 0x10E3FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20A0, symBinAddr: 0xEDD90, symSize: 0x10 } + - { offsetInCU: 0xDEF, offset: 0x10E416, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x20B0, symBinAddr: 0xEDDA0, symSize: 0x10 } + - { offsetInCU: 0xE0B, offset: 0x10E432, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x20C0, symBinAddr: 0xEDDB0, symSize: 0x10 } + - { offsetInCU: 0xE27, offset: 0x10E44E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x20D0, symBinAddr: 0xEDDC0, symSize: 0x10 } + - { offsetInCU: 0xE49, offset: 0x10E470, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2210, symBinAddr: 0xEDF00, symSize: 0x20 } + - { offsetInCU: 0xE65, offset: 0x10E48C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2230, symBinAddr: 0xEDF20, symSize: 0x20 } + - { offsetInCU: 0xE81, offset: 0x10E4A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2250, symBinAddr: 0xEDF40, symSize: 0x10 } + - { offsetInCU: 0xED9, offset: 0x10E500, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x2260, symBinAddr: 0xEDF50, symSize: 0x40 } + - { offsetInCU: 0xF41, offset: 0x10E568, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x22A0, symBinAddr: 0xEDF90, symSize: 0x10 } + - { offsetInCU: 0xF55, offset: 0x10E57C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x22B0, symBinAddr: 0xEDFA0, symSize: 0x40 } + - { offsetInCU: 0xF91, offset: 0x10E5B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x23C0, symBinAddr: 0xEE0B0, symSize: 0x20 } + - { offsetInCU: 0xFAD, offset: 0x10E5D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x23E0, symBinAddr: 0xEE0D0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x10E7DE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xEE860, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x10E802, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvpZ', symObjAddr: 0x1720, symBinAddr: 0x209620, symSize: 0x0 } + - { offsetInCU: 0x65, offset: 0x10E81C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvgZ', symObjAddr: 0x950, symBinAddr: 0xEF1B0, symSize: 0x60 } + - { offsetInCU: 0x9D, offset: 0x10E854, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngine16decodingStrategy10colorSpace19reducedMotionOptionAcA09RenderingdK0O_AA08DecodingF0OSo07CGColorH3RefaAA07ReducedjK0OtcfC', symObjAddr: 0x9B0, symBinAddr: 0xEF210, symSize: 0x30 } + - { offsetInCU: 0x115, offset: 0x10E8CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvsZ', symObjAddr: 0xAC0, symBinAddr: 0xEF2F0, symSize: 0x80 } + - { offsetInCU: 0x15D, offset: 0x10E914, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ', symObjAddr: 0xB90, symBinAddr: 0xEF370, symSize: 0x60 } + - { offsetInCU: 0x195, offset: 0x10E94C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6sharedACvMZ.resume.0', symObjAddr: 0xBF0, symBinAddr: 0xEF3D0, symSize: 0x10 } + - { offsetInCU: 0x1C0, offset: 0x10E977, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvg', symObjAddr: 0xC00, symBinAddr: 0xEF3E0, symSize: 0x10 } + - { offsetInCU: 0x1EE, offset: 0x10E9A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvs', symObjAddr: 0xC10, symBinAddr: 0xEF3F0, symSize: 0x10 } + - { offsetInCU: 0x22C, offset: 0x10E9E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM', symObjAddr: 0xC20, symBinAddr: 0xEF400, symSize: 0x10 } + - { offsetInCU: 0x24A, offset: 0x10EA01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV15renderingEngineAA09RenderingD6OptionOvM.resume.0', symObjAddr: 0xC30, symBinAddr: 0xEF410, symSize: 0x10 } + - { offsetInCU: 0x275, offset: 0x10EA2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovg', symObjAddr: 0xC40, symBinAddr: 0xEF420, symSize: 0x10 } + - { offsetInCU: 0x2A3, offset: 0x10EA5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0Ovs', symObjAddr: 0xC50, symBinAddr: 0xEF430, symSize: 0x10 } + - { offsetInCU: 0x2DD, offset: 0x10EA94, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM', symObjAddr: 0xC60, symBinAddr: 0xEF440, symSize: 0x20 } + - { offsetInCU: 0x30B, offset: 0x10EAC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV16decodingStrategyAA08DecodingD0OvM.resume.0', symObjAddr: 0xC80, symBinAddr: 0xEF460, symSize: 0x10 } + - { offsetInCU: 0x336, offset: 0x10EAED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovg', symObjAddr: 0xC90, symBinAddr: 0xEF470, symSize: 0x20 } + - { offsetInCU: 0x364, offset: 0x10EB1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0Ovs', symObjAddr: 0xCE0, symBinAddr: 0xEF490, symSize: 0x10 } + - { offsetInCU: 0x3A1, offset: 0x10EB58, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM', symObjAddr: 0xD20, symBinAddr: 0xEF4A0, symSize: 0x20 } + - { offsetInCU: 0x3CF, offset: 0x10EB86, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV19reducedMotionOptionAA07ReduceddE0OvM.resume.0', symObjAddr: 0xD40, symBinAddr: 0xEF4C0, symSize: 0x10 } + - { offsetInCU: 0x3FA, offset: 0x10EBB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavg', symObjAddr: 0xD50, symBinAddr: 0xEF4D0, symSize: 0x10 } + - { offsetInCU: 0x428, offset: 0x10EBDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3Refavs', symObjAddr: 0xD60, symBinAddr: 0xEF4E0, symSize: 0x20 } + - { offsetInCU: 0x466, offset: 0x10EC1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM', symObjAddr: 0xD80, symBinAddr: 0xEF500, symSize: 0x20 } + - { offsetInCU: 0x494, offset: 0x10EC4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV10colorSpaceSo07CGColorD3RefavM.resume.0', symObjAddr: 0xDA0, symBinAddr: 0xEF520, symSize: 0x10 } + - { offsetInCU: 0x4BF, offset: 0x10EC76, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV4hash4intoys6HasherVz_tF', symObjAddr: 0xDB0, symBinAddr: 0xEF530, symSize: 0x140 } + - { offsetInCU: 0x724, offset: 0x10EEDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZ', symObjAddr: 0xEF0, symBinAddr: 0xEF670, symSize: 0x10 } + - { offsetInCU: 0x747, offset: 0x10EEFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV9hashValueSivg', symObjAddr: 0xF00, symBinAddr: 0xEF680, symSize: 0x40 } + - { offsetInCU: 0x7D3, offset: 0x10EF8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH9hashValueSivgTW', symObjAddr: 0xF40, symBinAddr: 0xEF6C0, symSize: 0x40 } + - { offsetInCU: 0x862, offset: 0x10F019, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF80, symBinAddr: 0xEF700, symSize: 0x10 } + - { offsetInCU: 0x885, offset: 0x10F03C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xFC0, symBinAddr: 0xEF740, symSize: 0x10 } + - { offsetInCU: 0x8B6, offset: 0x10F06D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x1070, symBinAddr: 0xEF790, symSize: 0x120 } + - { offsetInCU: 0xD2A, offset: 0x10F4E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationV6shared_WZ', symObjAddr: 0x9E0, symBinAddr: 0xEF240, symSize: 0x80 } + - { offsetInCU: 0xDDB, offset: 0x10F592, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ReducedMotionOptionOWOb', symObjAddr: 0xA90, symBinAddr: 0xEF2C0, symSize: 0x30 } + - { offsetInCU: 0xEA7, offset: 0x10F65E, size: 0x8, addend: 0x0, symName: '_$sSo15CGColorSpaceRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x1030, symBinAddr: 0xEF750, symSize: 0x40 } + - { offsetInCU: 0xEE0, offset: 0x10F697, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASQWb', symObjAddr: 0x1190, symBinAddr: 0xEF8B0, symSize: 0x10 } + - { offsetInCU: 0xEF4, offset: 0x10F6AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVACSQAAWl', symObjAddr: 0x11A0, symBinAddr: 0xEF8C0, symSize: 0x30 } + - { offsetInCU: 0xF08, offset: 0x10F6BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwCP', symObjAddr: 0x11D0, symBinAddr: 0xEF8F0, symSize: 0x30 } + - { offsetInCU: 0xF1C, offset: 0x10F6D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwxx', symObjAddr: 0x1200, symBinAddr: 0xEF920, symSize: 0x40 } + - { offsetInCU: 0xF30, offset: 0x10F6E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwcp', symObjAddr: 0x1240, symBinAddr: 0xEF960, symSize: 0xB0 } + - { offsetInCU: 0xF44, offset: 0x10F6FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwca', symObjAddr: 0x12F0, symBinAddr: 0xEFA10, symSize: 0xF0 } + - { offsetInCU: 0xF58, offset: 0x10F70F, size: 0x8, addend: 0x0, symName: ___swift_memcpy104_8, symObjAddr: 0x1410, symBinAddr: 0xEFB00, symSize: 0x40 } + - { offsetInCU: 0xF6C, offset: 0x10F723, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwta', symObjAddr: 0x1450, symBinAddr: 0xEFB40, symSize: 0x80 } + - { offsetInCU: 0xF80, offset: 0x10F737, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwet', symObjAddr: 0x14D0, symBinAddr: 0xEFBC0, symSize: 0x40 } + - { offsetInCU: 0xF94, offset: 0x10F74B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVwst', symObjAddr: 0x1510, symBinAddr: 0xEFC00, symSize: 0x50 } + - { offsetInCU: 0xFA8, offset: 0x10F75F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVMa', symObjAddr: 0x1560, symBinAddr: 0xEFC50, symSize: 0x10 } + - { offsetInCU: 0xFCD, offset: 0x10F784, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0xEE860, symSize: 0x40 } + - { offsetInCU: 0x1027, offset: 0x10F7DE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x40, symBinAddr: 0xEE8A0, symSize: 0x40 } + - { offsetInCU: 0x1081, offset: 0x10F838, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x80, symBinAddr: 0xEE8E0, symSize: 0x40 } + - { offsetInCU: 0x10DB, offset: 0x10F892, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC13TransformKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0xC0, symBinAddr: 0xEE920, symSize: 0x40 } + - { offsetInCU: 0x1140, offset: 0x10F8F7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x100, symBinAddr: 0xEE960, symSize: 0x40 } + - { offsetInCU: 0x11A5, offset: 0x10F95C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x140, symBinAddr: 0xEE9A0, symSize: 0x40 } + - { offsetInCU: 0x11FF, offset: 0x10F9B6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x180, symBinAddr: 0xEE9E0, symSize: 0x40 } + - { offsetInCU: 0x1259, offset: 0x10FA10, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x1C0, symBinAddr: 0xEEA20, symSize: 0x40 } + - { offsetInCU: 0x12BE, offset: 0x10FA75, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x200, symBinAddr: 0xEEA60, symSize: 0x40 } + - { offsetInCU: 0x1318, offset: 0x10FACF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x240, symBinAddr: 0xEEAA0, symSize: 0x50 } + - { offsetInCU: 0x1349, offset: 0x10FB00, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x290, symBinAddr: 0xEEAF0, symSize: 0x40 } + - { offsetInCU: 0x13AE, offset: 0x10FB65, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x2D0, symBinAddr: 0xEEB30, symSize: 0x40 } + - { offsetInCU: 0x1408, offset: 0x10FBBF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO_Tg5', symObjAddr: 0x310, symBinAddr: 0xEEB70, symSize: 0x40 } + - { offsetInCU: 0x146D, offset: 0x10FC24, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x350, symBinAddr: 0xEEBB0, symSize: 0x40 } + - { offsetInCU: 0x14D2, offset: 0x10FC89, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x390, symBinAddr: 0xEEBF0, symSize: 0x40 } + - { offsetInCU: 0x1537, offset: 0x10FCEE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x3D0, symBinAddr: 0xEEC30, symSize: 0x40 } + - { offsetInCU: 0x1591, offset: 0x10FD48, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x410, symBinAddr: 0xEEC70, symSize: 0x70 } + - { offsetInCU: 0x15D7, offset: 0x10FD8E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x480, symBinAddr: 0xEECE0, symSize: 0x40 } + - { offsetInCU: 0x163C, offset: 0x10FDF3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x4C0, symBinAddr: 0xEED20, symSize: 0x40 } + - { offsetInCU: 0x1696, offset: 0x10FE4D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x500, symBinAddr: 0xEED60, symSize: 0x50 } + - { offsetInCU: 0x16C7, offset: 0x10FE7E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x550, symBinAddr: 0xEEDB0, symSize: 0x40 } + - { offsetInCU: 0x1721, offset: 0x10FED8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x590, symBinAddr: 0xEEDF0, symSize: 0x40 } + - { offsetInCU: 0x177B, offset: 0x10FF32, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x5D0, symBinAddr: 0xEEE30, symSize: 0x40 } + - { offsetInCU: 0x17AC, offset: 0x10FF63, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x610, symBinAddr: 0xEEE70, symSize: 0x40 } + - { offsetInCU: 0x1811, offset: 0x10FFC8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x650, symBinAddr: 0xEEEB0, symSize: 0x40 } + - { offsetInCU: 0x186B, offset: 0x110022, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0x690, symBinAddr: 0xEEEF0, symSize: 0x40 } + - { offsetInCU: 0x18D0, offset: 0x110087, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x6D0, symBinAddr: 0xEEF30, symSize: 0x40 } + - { offsetInCU: 0x192A, offset: 0x1100E1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12GradientFillC0G8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0x710, symBinAddr: 0xEEF70, symSize: 0x40 } + - { offsetInCU: 0x195B, offset: 0x110112, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x750, symBinAddr: 0xEEFB0, symSize: 0x40 } + - { offsetInCU: 0x19B5, offset: 0x11016C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x790, symBinAddr: 0xEEFF0, symSize: 0x40 } + - { offsetInCU: 0x19E6, offset: 0x11019D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0x7D0, symBinAddr: 0xEF030, symSize: 0x40 } + - { offsetInCU: 0x1A17, offset: 0x1101CE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x810, symBinAddr: 0xEF070, symSize: 0x40 } + - { offsetInCU: 0x1A48, offset: 0x1101FF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x850, symBinAddr: 0xEF0B0, symSize: 0x40 } + - { offsetInCU: 0x1AA2, offset: 0x110259, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x890, symBinAddr: 0xEF0F0, symSize: 0x40 } + - { offsetInCU: 0x1AFC, offset: 0x1102B3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x8D0, symBinAddr: 0xEF130, symSize: 0x30 } + - { offsetInCU: 0x1B2D, offset: 0x1102E4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0x900, symBinAddr: 0xEF160, symSize: 0x50 } + - { offsetInCU: 0x1C2E, offset: 0x1103E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13ConfigurationVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xF90, symBinAddr: 0xEF710, symSize: 0x30 } + - { offsetInCU: 0x1C8A, offset: 0x110441, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie12PrecompAssetC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x1570, symBinAddr: 0xEFC60, symSize: 0x20 } + - { offsetInCU: 0x1CBB, offset: 0x110472, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie13DiscriminatorO_Tg5Tf4nd_n', symObjAddr: 0x1590, symBinAddr: 0xEFC80, symSize: 0x20 } + - { offsetInCU: 0x1CEC, offset: 0x1104A3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO_Tg5Tf4nd_n', symObjAddr: 0x15B0, symBinAddr: 0xEFCA0, symSize: 0x20 } + - { offsetInCU: 0x1D1D, offset: 0x1104D4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie14TextLayerModelC10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5Tf4nd_n', symObjAddr: 0x15D0, symBinAddr: 0xEFCC0, symSize: 0x20 } + - { offsetInCU: 0x1D4E, offset: 0x110505, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO_Tg5Tf4nd_n', symObjAddr: 0x15F0, symBinAddr: 0xEFCE0, symSize: 0x20 } + - { offsetInCU: 0x1D7F, offset: 0x110536, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO_Tg5Tf4nd_n', symObjAddr: 0x1610, symBinAddr: 0xEFD00, symSize: 0x20 } + - { offsetInCU: 0x1DB0, offset: 0x110567, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie011ColorEffectB0C10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO_Tg5Tf4nd_n', symObjAddr: 0x1630, symBinAddr: 0xEFD20, symSize: 0x20 } + - { offsetInCU: 0x1DE1, offset: 0x110598, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie014Vector1DEffectB0C10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO_Tg5Tf4nd_n', symObjAddr: 0x1650, symBinAddr: 0xEFD40, symSize: 0x20 } + - { offsetInCU: 0x1E12, offset: 0x1105C9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5AssetC10CodingKeys33_0E60405C5DC7D160822341EAAFDFACD1LLO_Tg5Tf4nd_n', symObjAddr: 0x1670, symBinAddr: 0xEFD60, symSize: 0x20 } + - { offsetInCU: 0x1E43, offset: 0x1105FA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5Tf4nd_n', symObjAddr: 0x1690, symBinAddr: 0xEFD80, symSize: 0x20 } + - { offsetInCU: 0x1E74, offset: 0x11062B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO_Tg5Tf4nd_n', symObjAddr: 0x16B0, symBinAddr: 0xEFDA0, symSize: 0x20 } + - { offsetInCU: 0x1EA5, offset: 0x11065C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO_Tg5Tf4nd_n', symObjAddr: 0x16D0, symBinAddr: 0xEFDC0, symSize: 0x20 } + - { offsetInCU: 0x1ED6, offset: 0x11068D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF6Lottie8FontListC10CodingKeysO_Tg5Tf4nd_n', symObjAddr: 0x16F0, symBinAddr: 0xEFDE0, symSize: 0x20 } + - { offsetInCU: 0x7F, offset: 0x1108E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0xEFEC0, symSize: 0x20 } + - { offsetInCU: 0xB0, offset: 0x110916, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0xEFEE0, symSize: 0x10 } + - { offsetInCU: 0xD9, offset: 0x11093F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x170, symBinAddr: 0xEFF80, symSize: 0x40 } + - { offsetInCU: 0xFE, offset: 0x110964, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1B0, symBinAddr: 0xEFFC0, symSize: 0x2E0 } + - { offsetInCU: 0x16A, offset: 0x1109D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x490, symBinAddr: 0xF02A0, symSize: 0x410 } + - { offsetInCU: 0x2C1, offset: 0x110B27, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO8rawValueSSvg', symObjAddr: 0x8A0, symBinAddr: 0xF06B0, symSize: 0x20 } + - { offsetInCU: 0x2F8, offset: 0x110B5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO11stringValueSSvg', symObjAddr: 0xAA0, symBinAddr: 0xF08B0, symSize: 0x20 } + - { offsetInCU: 0x376, offset: 0x110BDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xB00, symBinAddr: 0xF0910, symSize: 0x70 } + - { offsetInCU: 0x3DC, offset: 0x110C42, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xB70, symBinAddr: 0xF0980, symSize: 0x30 } + - { offsetInCU: 0x3F8, offset: 0x110C5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xBA0, symBinAddr: 0xF09B0, symSize: 0x10 } + - { offsetInCU: 0x42E, offset: 0x110C94, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBB0, symBinAddr: 0xF09C0, symSize: 0x60 } + - { offsetInCU: 0x4B3, offset: 0x110D19, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xC10, symBinAddr: 0xF0A20, symSize: 0x10 } + - { offsetInCU: 0x4CF, offset: 0x110D35, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xC20, symBinAddr: 0xF0A30, symSize: 0x10 } + - { offsetInCU: 0x4ED, offset: 0x110D53, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x8C0, symBinAddr: 0xF06D0, symSize: 0x1E0 } + - { offsetInCU: 0x567, offset: 0x110DCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfD', symObjAddr: 0xC90, symBinAddr: 0xF0AA0, symSize: 0x40 } + - { offsetInCU: 0x5D7, offset: 0x110E3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xD90, symBinAddr: 0xF0B80, symSize: 0x20 } + - { offsetInCU: 0x672, offset: 0x110ED8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCfE', symObjAddr: 0xC70, symBinAddr: 0xF0A80, symSize: 0x20 } + - { offsetInCU: 0x6CA, offset: 0x110F30, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillCMa', symObjAddr: 0xCD0, symBinAddr: 0xF0AE0, symSize: 0x20 } + - { offsetInCU: 0x6DE, offset: 0x110F44, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOwup', symObjAddr: 0xD30, symBinAddr: 0xF0B20, symSize: 0x10 } + - { offsetInCU: 0x6F2, offset: 0x110F58, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOMa', symObjAddr: 0xD40, symBinAddr: 0xF0B30, symSize: 0x10 } + - { offsetInCU: 0x706, offset: 0x110F6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASQWb', symObjAddr: 0xD50, symBinAddr: 0xF0B40, symSize: 0x10 } + - { offsetInCU: 0x71A, offset: 0x110F80, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSQAAWl', symObjAddr: 0xD60, symBinAddr: 0xF0B50, symSize: 0x30 } + - { offsetInCU: 0x72E, offset: 0x110F94, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSYAAWl', symObjAddr: 0xDB0, symBinAddr: 0xF0BA0, symSize: 0x30 } + - { offsetInCU: 0x742, offset: 0x110FA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs0C3KeyAAWl', symObjAddr: 0xE50, symBinAddr: 0xF0BD0, symSize: 0x30 } + - { offsetInCU: 0x756, offset: 0x110FBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSEAAWl', symObjAddr: 0xF10, symBinAddr: 0xF0C30, symSize: 0x30 } + - { offsetInCU: 0x76A, offset: 0x110FD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOACSeAAWl', symObjAddr: 0x10B0, symBinAddr: 0xF0D40, symSize: 0x30 } + - { offsetInCU: 0x77E, offset: 0x110FE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwug', symObjAddr: 0x1310, symBinAddr: 0xF0EE0, symSize: 0x10 } + - { offsetInCU: 0x792, offset: 0x110FF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwup', symObjAddr: 0x1320, symBinAddr: 0xF0EF0, symSize: 0x10 } + - { offsetInCU: 0x7A6, offset: 0x11100C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOwui', symObjAddr: 0x1330, symBinAddr: 0xF0F00, symSize: 0x10 } + - { offsetInCU: 0x7BA, offset: 0x111020, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOMa', symObjAddr: 0x1340, symBinAddr: 0xF0F10, symSize: 0x10 } + - { offsetInCU: 0x7CE, offset: 0x111034, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASQWb', symObjAddr: 0x1350, symBinAddr: 0xF0F20, symSize: 0x10 } + - { offsetInCU: 0x7E2, offset: 0x111048, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFSQAAWl', symObjAddr: 0x1360, symBinAddr: 0xF0F30, symSize: 0x30 } + - { offsetInCU: 0x7F6, offset: 0x11105C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1390, symBinAddr: 0xF0F60, symSize: 0x10 } + - { offsetInCU: 0x80A, offset: 0x111070, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x13A0, symBinAddr: 0xF0F70, symSize: 0x30 } + - { offsetInCU: 0x81E, offset: 0x111084, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x13D0, symBinAddr: 0xF0FA0, symSize: 0x10 } + - { offsetInCU: 0x832, offset: 0x111098, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x13E0, symBinAddr: 0xF0FB0, symSize: 0x30 } + - { offsetInCU: 0x866, offset: 0x1110CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xEFE10, symSize: 0x10 } + - { offsetInCU: 0x8F7, offset: 0x11115D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0xEFE20, symSize: 0x40 } + - { offsetInCU: 0x9A6, offset: 0x11120C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0xEFE60, symSize: 0x20 } + - { offsetInCU: 0x9F9, offset: 0x11125F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0xEFE80, symSize: 0x40 } + - { offsetInCU: 0xA7C, offset: 0x1112E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0xEFEF0, symSize: 0x50 } + - { offsetInCU: 0xA9F, offset: 0x111305, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillRuleOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0xEFF40, symSize: 0x40 } + - { offsetInCU: 0xAFD, offset: 0x111363, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAC0, symBinAddr: 0xF08D0, symSize: 0x10 } + - { offsetInCU: 0xB19, offset: 0x11137F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0xAD0, symBinAddr: 0xF08E0, symSize: 0x10 } + - { offsetInCU: 0xB35, offset: 0x11139B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAE0, symBinAddr: 0xF08F0, symSize: 0x10 } + - { offsetInCU: 0xB51, offset: 0x1113B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAF0, symBinAddr: 0xF0900, symSize: 0x10 } + - { offsetInCU: 0xB73, offset: 0x1113D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xC30, symBinAddr: 0xF0A40, symSize: 0x20 } + - { offsetInCU: 0xB8F, offset: 0x1113F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC50, symBinAddr: 0xF0A60, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1115C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x20, symBinAddr: 0xF1000, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x1115D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwCP', symObjAddr: 0x20, symBinAddr: 0xF1000, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x1115ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwet', symObjAddr: 0x80, symBinAddr: 0xF1030, symSize: 0x20 } + - { offsetInCU: 0x67, offset: 0x111601, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwst', symObjAddr: 0xA0, symBinAddr: 0xF1050, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x111615, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwug', symObjAddr: 0xD0, symBinAddr: 0xF1080, symSize: 0x10 } + - { offsetInCU: 0x8F, offset: 0x111629, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwup', symObjAddr: 0xE0, symBinAddr: 0xF1090, symSize: 0x10 } + - { offsetInCU: 0xA3, offset: 0x11163D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOwui', symObjAddr: 0xF0, symBinAddr: 0xF10A0, symSize: 0x10 } + - { offsetInCU: 0xB7, offset: 0x111651, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOMa', symObjAddr: 0x100, symBinAddr: 0xF10B0, symSize: 0x10 } + - { offsetInCU: 0xDC, offset: 0x111676, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x110, symBinAddr: 0xF10C0, symSize: 0x10 } + - { offsetInCU: 0xF8, offset: 0x111692, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x120, symBinAddr: 0xF10D0, symSize: 0x10 } + - { offsetInCU: 0x114, offset: 0x1116AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x130, symBinAddr: 0xF10E0, symSize: 0x10 } + - { offsetInCU: 0x130, offset: 0x1116CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InitializableErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x140, symBinAddr: 0xF10F0, symSize: 0xA } + - { offsetInCU: 0x27, offset: 0x11181E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x10, symBinAddr: 0xF1100, symSize: 0xD0 } + - { offsetInCU: 0x81, offset: 0x111878, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x10, symBinAddr: 0xF1100, symSize: 0xD0 } + - { offsetInCU: 0x1B0, offset: 0x1119A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0xF11D0, symSize: 0xB0 } + - { offsetInCU: 0x2D1, offset: 0x111AC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie24LayerTransformPropertiesCAA17KeypathSearchableA2aDP07keypathB0So7CALayerCSgvgTW', symObjAddr: 0x190, symBinAddr: 0xF1280, symSize: 0x10 } + - { offsetInCU: 0x2ED, offset: 0x111AE4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PolygonNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x1A0, symBinAddr: 0xF1290, symSize: 0x10 } + - { offsetInCU: 0x309, offset: 0x111B00, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnyNodeProperty_pWOc', symObjAddr: 0x1B0, symBinAddr: 0xF12A0, symSize: 0x30 } + - { offsetInCU: 0x31D, offset: 0x111B14, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x240, symBinAddr: 0xF12D0, symSize: 0x10 } + - { offsetInCU: 0x339, offset: 0x111B30, size: 0x8, addend: 0x0, symName: '_$s6Lottie26TextAnimatorNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x250, symBinAddr: 0xF12E0, symSize: 0x10 } + - { offsetInCU: 0x355, offset: 0x111B4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x260, symBinAddr: 0xF12F0, symSize: 0x10 } + - { offsetInCU: 0x371, offset: 0x111B68, size: 0x8, addend: 0x0, symName: '_$s6Lottie21EllipseNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x270, symBinAddr: 0xF1300, symSize: 0x10 } + - { offsetInCU: 0x38D, offset: 0x111B84, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x280, symBinAddr: 0xF1310, symSize: 0x10 } + - { offsetInCU: 0x3A9, offset: 0x111BA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19ShapeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x290, symBinAddr: 0xF1320, symSize: 0x10 } + - { offsetInCU: 0x3C5, offset: 0x111BBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2A0, symBinAddr: 0xF1330, symSize: 0x10 } + - { offsetInCU: 0x3E1, offset: 0x111BD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18TrimPathPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2B0, symBinAddr: 0xF1340, symSize: 0x10 } + - { offsetInCU: 0x3FD, offset: 0x111BF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2C0, symBinAddr: 0xF1350, symSize: 0x10 } + - { offsetInCU: 0x419, offset: 0x111C10, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2D0, symBinAddr: 0xF1360, symSize: 0x10 } + - { offsetInCU: 0x435, offset: 0x111C2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x2E0, symBinAddr: 0xF1370, symSize: 0x10 } + - { offsetInCU: 0x451, offset: 0x111C48, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2F0, symBinAddr: 0xF1380, symSize: 0x10 } + - { offsetInCU: 0x46D, offset: 0x111C64, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x300, symBinAddr: 0xF1390, symSize: 0x10 } + - { offsetInCU: 0x489, offset: 0x111C80, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x310, symBinAddr: 0xF13A0, symSize: 0x10 } + - { offsetInCU: 0x4A5, offset: 0x111C9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x320, symBinAddr: 0xF13B0, symSize: 0x10 } + - { offsetInCU: 0x4C1, offset: 0x111CB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x330, symBinAddr: 0xF13C0, symSize: 0x10 } + - { offsetInCU: 0x4DD, offset: 0x111CD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x340, symBinAddr: 0xF13D0, symSize: 0x10 } + - { offsetInCU: 0x4F9, offset: 0x111CF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x350, symBinAddr: 0xF13E0, symSize: 0x10 } + - { offsetInCU: 0x515, offset: 0x111D0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x360, symBinAddr: 0xF13F0, symSize: 0x10 } + - { offsetInCU: 0x531, offset: 0x111D28, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x370, symBinAddr: 0xF1400, symSize: 0x10 } + - { offsetInCU: 0x54D, offset: 0x111D44, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x380, symBinAddr: 0xF1410, symSize: 0x10 } + - { offsetInCU: 0x569, offset: 0x111D60, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x390, symBinAddr: 0xF1420, symSize: 0x10 } + - { offsetInCU: 0x585, offset: 0x111D7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x3A0, symBinAddr: 0xF1430, symSize: 0x8 } + - { offsetInCU: 0x43, offset: 0x111FAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV10pointValueSo7CGPointVvg', symObjAddr: 0x0, symBinAddr: 0xF1440, symSize: 0x20 } + - { offsetInCU: 0x61, offset: 0x111FC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x20, symBinAddr: 0xF1460, symSize: 0x160 } + - { offsetInCU: 0xCD, offset: 0x112035, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1E0, symBinAddr: 0xF15C0, symSize: 0x90 } + - { offsetInCU: 0xFD, offset: 0x112065, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x270, symBinAddr: 0xF1650, symSize: 0x10 } + - { offsetInCU: 0x162, offset: 0x1120CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x280, symBinAddr: 0xF1660, symSize: 0x90 } + - { offsetInCU: 0x1E2, offset: 0x11214A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueACyp_tKcfC', symObjAddr: 0x310, symBinAddr: 0xF16F0, symSize: 0x140 } + - { offsetInCU: 0x2DC, offset: 0x112244, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x450, symBinAddr: 0xF1830, symSize: 0x210 } + - { offsetInCU: 0x3BE, offset: 0x112326, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x750, symBinAddr: 0xF1AF0, symSize: 0x110 } + - { offsetInCU: 0x41C, offset: 0x112384, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO11stringValueSSvg', symObjAddr: 0x860, symBinAddr: 0xF1C00, symSize: 0x20 } + - { offsetInCU: 0x45D, offset: 0x1123C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x8C0, symBinAddr: 0xF1C60, symSize: 0x70 } + - { offsetInCU: 0x491, offset: 0x1123F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x930, symBinAddr: 0xF1CD0, symSize: 0x30 } + - { offsetInCU: 0x4AD, offset: 0x112415, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x960, symBinAddr: 0xF1D00, symSize: 0x10 } + - { offsetInCU: 0x4E3, offset: 0x11244B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x970, symBinAddr: 0xF1D10, symSize: 0x70 } + - { offsetInCU: 0x52E, offset: 0x112496, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x9E0, symBinAddr: 0xF1D80, symSize: 0x10 } + - { offsetInCU: 0x54A, offset: 0x1124B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x9F0, symBinAddr: 0xF1D90, symSize: 0x10 } + - { offsetInCU: 0x568, offset: 0x1124D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV4hash4intoys6HasherVz_tF', symObjAddr: 0xA40, symBinAddr: 0xF1DE0, symSize: 0x50 } + - { offsetInCU: 0x5C5, offset: 0x11252D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV2eeoiySbAC_ACtFZ', symObjAddr: 0xA90, symBinAddr: 0xF1E30, symSize: 0x30 } + - { offsetInCU: 0x60D, offset: 0x112575, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV9hashValueSivg', symObjAddr: 0xAC0, symBinAddr: 0xF1E60, symSize: 0x60 } + - { offsetInCU: 0x6DC, offset: 0x112644, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xB20, symBinAddr: 0xF1EC0, symSize: 0x10 } + - { offsetInCU: 0x6FF, offset: 0x112667, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xB30, symBinAddr: 0xF1ED0, symSize: 0x10 } + - { offsetInCU: 0x722, offset: 0x11268A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH9hashValueSivgTW', symObjAddr: 0xB40, symBinAddr: 0xF1EE0, symSize: 0x10 } + - { offsetInCU: 0x73E, offset: 0x1126A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB50, symBinAddr: 0xF1EF0, symSize: 0x50 } + - { offsetInCU: 0x7C9, offset: 0x112731, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC00, symBinAddr: 0xF1FA0, symSize: 0x30 } + - { offsetInCU: 0x7FB, offset: 0x112763, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs0C3KeyAAWl', symObjAddr: 0x6A0, symBinAddr: 0xF1A40, symSize: 0x30 } + - { offsetInCU: 0x80F, offset: 0x112777, size: 0x8, addend: 0x0, symName: '_$sSaySdGSayxGSesSeRzlWl', symObjAddr: 0x6D0, symBinAddr: 0xF1A70, symSize: 0x50 } + - { offsetInCU: 0x823, offset: 0x11278B, size: 0x8, addend: 0x0, symName: '_$sSaySdGMa', symObjAddr: 0x720, symBinAddr: 0xF1AC0, symSize: 0x30 } + - { offsetInCU: 0x84D, offset: 0x1127B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV5valueACyp_tKcfC', symObjAddr: 0xC30, symBinAddr: 0xF1FD0, symSize: 0x4A0 } + - { offsetInCU: 0x9EA, offset: 0x112952, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10D0, symBinAddr: 0xF2470, symSize: 0x1F0 } + - { offsetInCU: 0xA46, offset: 0x1129AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV6encode2toys7Encoder_p_tKF', symObjAddr: 0x12C0, symBinAddr: 0xF2660, symSize: 0x110 } + - { offsetInCU: 0xA92, offset: 0x1129FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASQWb', symObjAddr: 0x13D0, symBinAddr: 0xF2770, symSize: 0x10 } + - { offsetInCU: 0xAA6, offset: 0x112A0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSQAAWl', symObjAddr: 0x13E0, symBinAddr: 0xF2780, symSize: 0x30 } + - { offsetInCU: 0xABA, offset: 0x112A22, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1410, symBinAddr: 0xF27B0, symSize: 0x10 } + - { offsetInCU: 0xADD, offset: 0x112A45, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1420, symBinAddr: 0xF27C0, symSize: 0x10 } + - { offsetInCU: 0xB00, offset: 0x112A68, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwet', symObjAddr: 0x1450, symBinAddr: 0xF27D0, symSize: 0x20 } + - { offsetInCU: 0xB14, offset: 0x112A7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVwst', symObjAddr: 0x1470, symBinAddr: 0xF27F0, symSize: 0x30 } + - { offsetInCU: 0xB28, offset: 0x112A90, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVMa', symObjAddr: 0x14A0, symBinAddr: 0xF2820, symSize: 0x10 } + - { offsetInCU: 0xB3C, offset: 0x112AA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwet', symObjAddr: 0x14C0, symBinAddr: 0xF2830, symSize: 0x80 } + - { offsetInCU: 0xB50, offset: 0x112AB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwst', symObjAddr: 0x1540, symBinAddr: 0xF28B0, symSize: 0xD0 } + - { offsetInCU: 0xB64, offset: 0x112ACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwug', symObjAddr: 0x1610, symBinAddr: 0xF2980, symSize: 0x10 } + - { offsetInCU: 0xB78, offset: 0x112AE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwup', symObjAddr: 0x1620, symBinAddr: 0xF2990, symSize: 0x10 } + - { offsetInCU: 0xB8C, offset: 0x112AF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOwui', symObjAddr: 0x1630, symBinAddr: 0xF29A0, symSize: 0x10 } + - { offsetInCU: 0xBA0, offset: 0x112B08, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOMa', symObjAddr: 0x1640, symBinAddr: 0xF29B0, symSize: 0x10 } + - { offsetInCU: 0xBB4, offset: 0x112B1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASQWb', symObjAddr: 0x1650, symBinAddr: 0xF29C0, symSize: 0x10 } + - { offsetInCU: 0xBC8, offset: 0x112B30, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFSQAAWl', symObjAddr: 0x1660, symBinAddr: 0xF29D0, symSize: 0x30 } + - { offsetInCU: 0xBDC, offset: 0x112B44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1690, symBinAddr: 0xF2A00, symSize: 0x10 } + - { offsetInCU: 0xBF0, offset: 0x112B58, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x16A0, symBinAddr: 0xF2A10, symSize: 0x30 } + - { offsetInCU: 0xC04, offset: 0x112B6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16D0, symBinAddr: 0xF2A40, symSize: 0x10 } + - { offsetInCU: 0xC18, offset: 0x112B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16E0, symBinAddr: 0xF2A50, symSize: 0x30 } + - { offsetInCU: 0xC6E, offset: 0x112BD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV5valueACyp_tKcfC', symObjAddr: 0x1710, symBinAddr: 0xF2A80, symSize: 0x1A0 } + - { offsetInCU: 0xFEF, offset: 0x112F57, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE7rotated_4axisAB12CoreGraphics7CGFloatV_AbCE4AxisOtF', symObjAddr: 0x18B0, symBinAddr: 0xF2C20, symSize: 0x150 } + - { offsetInCU: 0x11D0, offset: 0x113138, size: 0x8, addend: 0x0, symName: '_$sSo13CATransform3DV6LottieE13makeTransform6anchor8position5scale9rotationX0H1Y0H1Z4skew0I4AxisABSo7CGPointV_ANSo6CGSizeV12CoreGraphics7CGFloatVA3SSgATtFZTf4nnnnnnnnd_n', symObjAddr: 0x1A00, symBinAddr: 0xF2D70, symSize: 0xA50 } + - { offsetInCU: 0x140C, offset: 0x113374, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x880, symBinAddr: 0xF1C20, symSize: 0x10 } + - { offsetInCU: 0x1428, offset: 0x113390, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH9hashValueSivgTW', symObjAddr: 0x890, symBinAddr: 0xF1C30, symSize: 0x10 } + - { offsetInCU: 0x1444, offset: 0x1133AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8A0, symBinAddr: 0xF1C40, symSize: 0x10 } + - { offsetInCU: 0x1460, offset: 0x1133C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8B0, symBinAddr: 0xF1C50, symSize: 0x10 } + - { offsetInCU: 0x1482, offset: 0x1133EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA00, symBinAddr: 0xF1DA0, symSize: 0x20 } + - { offsetInCU: 0x149E, offset: 0x113406, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA20, symBinAddr: 0xF1DC0, symSize: 0x20 } + - { offsetInCU: 0x14E7, offset: 0x11344F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBA0, symBinAddr: 0xF1F40, symSize: 0x60 } + - { offsetInCU: 0xED, offset: 0x113823, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O4hash4intoys6HasherVz_tF', symObjAddr: 0x400, symBinAddr: 0xF3C00, symSize: 0x380 } + - { offsetInCU: 0x3A9, offset: 0x113ADF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZ', symObjAddr: 0x780, symBinAddr: 0xF3F80, symSize: 0x10 } + - { offsetInCU: 0x3BD, offset: 0x113AF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x7D0, symBinAddr: 0xF3FD0, symSize: 0x10 } + - { offsetInCU: 0x3E0, offset: 0x113B16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x800, symBinAddr: 0xF4000, symSize: 0x10 } + - { offsetInCU: 0x420, offset: 0x113B56, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x10D0, symBinAddr: 0xF48D0, symSize: 0x7B0 } + - { offsetInCU: 0x4B4, offset: 0x113BEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO4hash4intoys6HasherVz_tF', symObjAddr: 0x220, symBinAddr: 0xF3A20, symSize: 0xB0 } + - { offsetInCU: 0x5D6, offset: 0x113D0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZ', symObjAddr: 0x2D0, symBinAddr: 0xF3AD0, symSize: 0x10 } + - { offsetInCU: 0x5F9, offset: 0x113D2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO9hashValueSivg', symObjAddr: 0x2F0, symBinAddr: 0xF3AF0, symSize: 0x50 } + - { offsetInCU: 0x685, offset: 0x113DBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH9hashValueSivgTW', symObjAddr: 0x340, symBinAddr: 0xF3B40, symSize: 0x50 } + - { offsetInCU: 0x714, offset: 0x113E4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x390, symBinAddr: 0xF3B90, symSize: 0x10 } + - { offsetInCU: 0x737, offset: 0x113E6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3F0, symBinAddr: 0xF3BF0, symSize: 0x10 } + - { offsetInCU: 0x768, offset: 0x113E9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateO2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x1880, symBinAddr: 0xF5080, symSize: 0x260 } + - { offsetInCU: 0x7DF, offset: 0x113F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x810, symBinAddr: 0xF4010, symSize: 0x480 } + - { offsetInCU: 0xAED, offset: 0x114223, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZ', symObjAddr: 0xC90, symBinAddr: 0xF4490, symSize: 0x10 } + - { offsetInCU: 0xB01, offset: 0x114237, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDC0, symBinAddr: 0xF45C0, symSize: 0x10 } + - { offsetInCU: 0xB2C, offset: 0x114262, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE60, symBinAddr: 0xF4660, symSize: 0x10 } + - { offsetInCU: 0xB5D, offset: 0x114293, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x1C00, symBinAddr: 0xF52E0, symSize: 0xD40 } + - { offsetInCU: 0xC4D, offset: 0x114383, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO04loopC0yAcA0a4LoopC0OF', symObjAddr: 0x0, symBinAddr: 0xF3800, symSize: 0x220 } + - { offsetInCU: 0xD4F, offset: 0x114485, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO2eeoiySbAC_ACtFZ', symObjAddr: 0x2E0, symBinAddr: 0xF3AE0, symSize: 0x10 } + - { offsetInCU: 0xD7E, offset: 0x1144B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO4hash4intoys6HasherVz_tF', symObjAddr: 0xFC0, symBinAddr: 0xF47C0, symSize: 0x20 } + - { offsetInCU: 0xDE1, offset: 0x114517, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionO9hashValueSivg', symObjAddr: 0xFE0, symBinAddr: 0xF47E0, symSize: 0x40 } + - { offsetInCU: 0xEDC, offset: 0x114612, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1020, symBinAddr: 0xF4820, symSize: 0x10 } + - { offsetInCU: 0xF32, offset: 0x114668, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH9hashValueSivgTW', symObjAddr: 0x1030, symBinAddr: 0xF4830, symSize: 0x40 } + - { offsetInCU: 0x1016, offset: 0x11474C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1070, symBinAddr: 0xF4870, symSize: 0x20 } + - { offsetInCU: 0x112E, offset: 0x114864, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO6pausedACvgZ', symObjAddr: 0xE70, symBinAddr: 0xF4670, symSize: 0x20 } + - { offsetInCU: 0x115A, offset: 0x114890, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO8toMarker_07playEndE5Frame04loopC0ACSS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xED0, symBinAddr: 0xF46D0, symSize: 0x40 } + - { offsetInCU: 0x11B9, offset: 0x1148EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0O8toMarker_07playEndE5Frame04loopC0AESS_SbAA0a4LoopC0OtFZ', symObjAddr: 0xF80, symBinAddr: 0xF4780, symSize: 0x40 } + - { offsetInCU: 0x124D, offset: 0x114983, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASQWb', symObjAddr: 0x2940, symBinAddr: 0xF6020, symSize: 0x10 } + - { offsetInCU: 0x1261, offset: 0x114997, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOAESQAAWl', symObjAddr: 0x2950, symBinAddr: 0xF6030, symSize: 0x30 } + - { offsetInCU: 0x1275, offset: 0x1149AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OSHAASQWb', symObjAddr: 0x2980, symBinAddr: 0xF6060, symSize: 0x10 } + - { offsetInCU: 0x1289, offset: 0x1149BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OAESQAAWl', symObjAddr: 0x2990, symBinAddr: 0xF6070, symSize: 0x30 } + - { offsetInCU: 0x129D, offset: 0x1149D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOSHAASQWb', symObjAddr: 0x29C0, symBinAddr: 0xF60A0, symSize: 0x10 } + - { offsetInCU: 0x12B1, offset: 0x1149E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOACSQAAWl', symObjAddr: 0x29D0, symBinAddr: 0xF60B0, symSize: 0x30 } + - { offsetInCU: 0x12C5, offset: 0x1149FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASQWb', symObjAddr: 0x2A00, symBinAddr: 0xF60E0, symSize: 0x10 } + - { offsetInCU: 0x12D9, offset: 0x114A0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOACSQAAWl', symObjAddr: 0x2A10, symBinAddr: 0xF60F0, symSize: 0x30 } + - { offsetInCU: 0x12ED, offset: 0x114A23, size: 0x8, addend: 0x0, symName: ___swift_memcpy41_8, symObjAddr: 0x2BC0, symBinAddr: 0xF6180, symSize: 0x20 } + - { offsetInCU: 0x1301, offset: 0x114A37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwet', symObjAddr: 0x2C00, symBinAddr: 0xF61C0, symSize: 0x50 } + - { offsetInCU: 0x1315, offset: 0x114A4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwst', symObjAddr: 0x2C50, symBinAddr: 0xF6210, symSize: 0x60 } + - { offsetInCU: 0x1329, offset: 0x114A5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwug', symObjAddr: 0x2CB0, symBinAddr: 0xF6270, symSize: 0x30 } + - { offsetInCU: 0x133D, offset: 0x114A73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwup', symObjAddr: 0x2CE0, symBinAddr: 0xF62A0, symSize: 0x10 } + - { offsetInCU: 0x1351, offset: 0x114A87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOwui', symObjAddr: 0x2CF0, symBinAddr: 0xF62B0, symSize: 0x50 } + - { offsetInCU: 0x1365, offset: 0x114A9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeOMa', symObjAddr: 0x2D40, symBinAddr: 0xF6300, symSize: 0x10 } + - { offsetInCU: 0x1379, offset: 0x114AAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwCP', symObjAddr: 0x2D50, symBinAddr: 0xF6310, symSize: 0x40 } + - { offsetInCU: 0x138D, offset: 0x114AC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwxx', symObjAddr: 0x2D90, symBinAddr: 0xF6350, symSize: 0x20 } + - { offsetInCU: 0x13A1, offset: 0x114AD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwcp', symObjAddr: 0x2DB0, symBinAddr: 0xF6370, symSize: 0x40 } + - { offsetInCU: 0x13B5, offset: 0x114AEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwca', symObjAddr: 0x2DF0, symBinAddr: 0xF63B0, symSize: 0x50 } + - { offsetInCU: 0x13C9, offset: 0x114AFF, size: 0x8, addend: 0x0, symName: ___swift_memcpy17_8, symObjAddr: 0x2E40, symBinAddr: 0xF6400, symSize: 0x20 } + - { offsetInCU: 0x13DD, offset: 0x114B13, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwta', symObjAddr: 0x2E60, symBinAddr: 0xF6420, symSize: 0x40 } + - { offsetInCU: 0x13F1, offset: 0x114B27, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwet', symObjAddr: 0x2EA0, symBinAddr: 0xF6460, symSize: 0x50 } + - { offsetInCU: 0x1405, offset: 0x114B3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwst', symObjAddr: 0x2EF0, symBinAddr: 0xF64B0, symSize: 0x50 } + - { offsetInCU: 0x1419, offset: 0x114B4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwug', symObjAddr: 0x2F40, symBinAddr: 0xF6500, symSize: 0x20 } + - { offsetInCU: 0x142D, offset: 0x114B63, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwup', symObjAddr: 0x2F60, symBinAddr: 0xF6520, symSize: 0x10 } + - { offsetInCU: 0x1441, offset: 0x114B77, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOwui', symObjAddr: 0x2F70, symBinAddr: 0xF6530, symSize: 0x30 } + - { offsetInCU: 0x1455, offset: 0x114B8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOMa', symObjAddr: 0x2FA0, symBinAddr: 0xF6560, symSize: 0x10 } + - { offsetInCU: 0x1469, offset: 0x114B9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OwCP', symObjAddr: 0x2FB0, symBinAddr: 0xF6570, symSize: 0x30 } + - { offsetInCU: 0x147D, offset: 0x114BB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owet', symObjAddr: 0x3210, symBinAddr: 0xF67D0, symSize: 0x50 } + - { offsetInCU: 0x1491, offset: 0x114BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owst', symObjAddr: 0x3260, symBinAddr: 0xF6820, symSize: 0x60 } + - { offsetInCU: 0x14A5, offset: 0x114BDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owug', symObjAddr: 0x32C0, symBinAddr: 0xF6880, symSize: 0x10 } + - { offsetInCU: 0x14B9, offset: 0x114BEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owup', symObjAddr: 0x32D0, symBinAddr: 0xF6890, symSize: 0x10 } + - { offsetInCU: 0x14CD, offset: 0x114C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0Owui', symObjAddr: 0x32E0, symBinAddr: 0xF68A0, symSize: 0x20 } + - { offsetInCU: 0x14E1, offset: 0x114C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO0bC0OMa', symObjAddr: 0x3300, symBinAddr: 0xF68C0, symSize: 0x10 } + - { offsetInCU: 0x14F5, offset: 0x114C2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwet', symObjAddr: 0x3330, symBinAddr: 0xF68D0, symSize: 0x80 } + - { offsetInCU: 0x1509, offset: 0x114C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwst', symObjAddr: 0x33B0, symBinAddr: 0xF6950, symSize: 0xD0 } + - { offsetInCU: 0x151D, offset: 0x114C53, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwug', symObjAddr: 0x3480, symBinAddr: 0xF6A20, symSize: 0x10 } + - { offsetInCU: 0x1531, offset: 0x114C67, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwup', symObjAddr: 0x3490, symBinAddr: 0xF6A30, symSize: 0x10 } + - { offsetInCU: 0x1545, offset: 0x114C7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOwui', symObjAddr: 0x34A0, symBinAddr: 0xF6A40, symSize: 0x10 } + - { offsetInCU: 0x1559, offset: 0x114C8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOMa', symObjAddr: 0x34B0, symBinAddr: 0xF6A50, symSize: 0x10 } + - { offsetInCU: 0x16BA, offset: 0x114DF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A12PlaybackModeO11PausedStateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3A0, symBinAddr: 0xF3BA0, symSize: 0x50 } + - { offsetInCU: 0x1752, offset: 0x114E88, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14MarkerPositionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1090, symBinAddr: 0xF4890, symSize: 0x40 } + - { offsetInCU: 0xC0, offset: 0x115192, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC17combinedKeyframes14roundedCornersAA13KeyframeGroupCyAC0G0VGAA07RoundedF0CSg_tKF', symObjAddr: 0x0, symBinAddr: 0xF6A70, symSize: 0x150 } + - { offsetInCU: 0x207, offset: 0x1152D9, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9RectangleC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x150, symBinAddr: 0xF6BC0, symSize: 0xD0 } + - { offsetInCU: 0x396, offset: 0x115468, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x220, symBinAddr: 0xF6C90, symSize: 0x180 } + - { offsetInCU: 0x505, offset: 0x1155D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x3A0, symBinAddr: 0xF6E10, symSize: 0x10 } + - { offsetInCU: 0x522, offset: 0x1155F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwCP', symObjAddr: 0x470, symBinAddr: 0xF6EA0, symSize: 0x30 } + - { offsetInCU: 0x536, offset: 0x115608, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwet', symObjAddr: 0x4E0, symBinAddr: 0xF6ED0, symSize: 0x20 } + - { offsetInCU: 0x54A, offset: 0x11561C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVwst', symObjAddr: 0x500, symBinAddr: 0xF6EF0, symSize: 0x30 } + - { offsetInCU: 0x55E, offset: 0x115630, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVMa', symObjAddr: 0x530, symBinAddr: 0xF6F20, symSize: 0xA } + - { offsetInCU: 0x27, offset: 0x115849, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x10, symBinAddr: 0xF6F30, symSize: 0x150 } + - { offsetInCU: 0xEB, offset: 0x11590D, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19addOpacityAnimation3for7contextyAC0dE5Model_p_AC05LayerE7ContextVtKF', symObjAddr: 0x10, symBinAddr: 0xF6F30, symSize: 0x150 } + - { offsetInCU: 0x1FF, offset: 0x115A21, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSgWOb', symObjAddr: 0x1C0, symBinAddr: 0xF70A0, symSize: 0x40 } + - { offsetInCU: 0x213, offset: 0x115A35, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x200, symBinAddr: 0xF70E0, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x115C32, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xF70F0, symSize: 0x6B0 } + - { offsetInCU: 0xA2, offset: 0x115CA9, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0xF70F0, symSize: 0x6B0 } + - { offsetInCU: 0x522, offset: 0x116129, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFAHSgAIcfu0_33_28d25105826188377df3c8fe74d211baAiLTf3nnpk_n', symObjAddr: 0x770, symBinAddr: 0xF7860, symSize: 0x70 } + - { offsetInCU: 0x541, offset: 0x116148, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU_', symObjAddr: 0xAC0, symBinAddr: 0xF7BB0, symSize: 0x90 } + - { offsetInCU: 0x60F, offset: 0x116216, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKFSSAHXEfU0_', symObjAddr: 0xB50, symBinAddr: 0xF7C40, symSize: 0x110 } + - { offsetInCU: 0x7BC, offset: 0x1163C3, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I13VtKFSSAHXEfU_AHTf1nncn_nTf4nnng_n', symObjAddr: 0x12F0, symBinAddr: 0xF83E0, symSize: 0x140 } + - { offsetInCU: 0x8B8, offset: 0x1164BF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE19setupLayerHierarchy3for7contextySayAC0D5ModelCG_AC0D7ContextVtKF019makeParentTransformD0L_05childdH00mD04nameAbH_ABSSAHXEtF05$sSo7a2C6b8E19setupd30Hierarchy3for7contextySayAC0D5h3CG_u2D7I14VtKFSSAHXEfU0_AH5model_AC9MatteTypeO9matteTypetAHTf1nncn_nTf4nnngg_n', symObjAddr: 0x1470, symBinAddr: 0xF8520, symSize: 0x1A0 } + - { offsetInCU: 0xB9B, offset: 0x1167A2, size: 0x8, addend: 0x0, symName: '_$sSlsE5first7ElementQzSgvpSay6Lottie10LayerModelCGTK', symObjAddr: 0x6B0, symBinAddr: 0xF77A0, symSize: 0xC0 } + - { offsetInCU: 0xD50, offset: 0x116957, size: 0x8, addend: 0x0, symName: '_$sSl6LottieAA10LayerModelC7ElementRtzrlE20pairedLayersAndMasks33_FC3CD219EB0C773D32BBE7C7975F0DE6LLSayAC5layer_AC5model_AA9MatteTypeO05matteU0tSg4masktGyKFs18ReversedCollectionVySayACGG_Tg5', symObjAddr: 0x7E0, symBinAddr: 0xF78D0, symSize: 0x2E0 } + - { offsetInCU: 0x134E, offset: 0x116F55, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSDySiSay6Lottie10LayerModelCGG_s17_NativeDictionaryVySiAGGTg5051$sSD16compactMapValuesySDyxqd__Gqd__Sgq_KXEKlFys17_gh47Vyxqd__Gz_x3key_q_5valuettKXEfU_Si_Say6Lottie10eF7CGAKTG5xq_Sgs5Error_pr0_lyAhGIsgnrzo_Tf1ncn_nTf4nng_n', symObjAddr: 0xFB0, symBinAddr: 0xF80A0, symSize: 0x340 } + - { offsetInCU: 0x1546, offset: 0x11714D, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGSayxGSlsWl', symObjAddr: 0x1640, symBinAddr: 0xF86D0, symSize: 0x40 } + - { offsetInCU: 0x155A, offset: 0x117161, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerModelCGMa', symObjAddr: 0x1680, symBinAddr: 0xF8710, symSize: 0x50 } + - { offsetInCU: 0x159C, offset: 0x1171A3, size: 0x8, addend: 0x0, symName: '_$sSD8grouping2bySDyxSay7ElementQyd__GGqd__n_xADKXEtKcAERs_STRd__lufCSi_s18ReversedCollectionVySay6Lottie10LayerModelCGGTg5014$sSo7CALayerC6f8E19setupg30Hierarchy3for7contextySayAC0D5h3CG_P68D7ContextVtKFSiAHcfu_32c6367eac2e4f99784ca5c07d849dde74AHSiTf3nnpk_nTf1ncn_nTf4gd_n', symObjAddr: 0xC60, symBinAddr: 0xF7D50, symSize: 0x350 } + - { offsetInCU: 0x27, offset: 0x1179E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xF8770, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x117A0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0xF8770, symSize: 0x10 } + - { offsetInCU: 0x7A, offset: 0x117A3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO4hash4intoys6HasherVz_tF', symObjAddr: 0x10, symBinAddr: 0xF8780, symSize: 0x20 } + - { offsetInCU: 0x110, offset: 0x117AD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyO9hashValueSivg', symObjAddr: 0x30, symBinAddr: 0xF87A0, symSize: 0x40 } + - { offsetInCU: 0x20B, offset: 0x117BCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x70, symBinAddr: 0xF87E0, symSize: 0x10 } + - { offsetInCU: 0x261, offset: 0x117C23, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x80, symBinAddr: 0xF87F0, symSize: 0x40 } + - { offsetInCU: 0x345, offset: 0x117D07, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC0, symBinAddr: 0xF8830, symSize: 0x20 } + - { offsetInCU: 0x3CE, offset: 0x117D90, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASQWb', symObjAddr: 0x120, symBinAddr: 0xF8890, symSize: 0x10 } + - { offsetInCU: 0x3E2, offset: 0x117DA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOACSQAAWl', symObjAddr: 0x130, symBinAddr: 0xF88A0, symSize: 0x30 } + - { offsetInCU: 0x3F6, offset: 0x117DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwet', symObjAddr: 0x180, symBinAddr: 0xF88D0, symSize: 0x80 } + - { offsetInCU: 0x40A, offset: 0x117DCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwst', symObjAddr: 0x200, symBinAddr: 0xF8950, symSize: 0xD0 } + - { offsetInCU: 0x41E, offset: 0x117DE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwug', symObjAddr: 0x2D0, symBinAddr: 0xF8A20, symSize: 0x10 } + - { offsetInCU: 0x432, offset: 0x117DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwup', symObjAddr: 0x2E0, symBinAddr: 0xF8A30, symSize: 0x10 } + - { offsetInCU: 0x446, offset: 0x117E08, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOwui', symObjAddr: 0x2F0, symBinAddr: 0xF8A40, symSize: 0x10 } + - { offsetInCU: 0x45A, offset: 0x117E1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOMa', symObjAddr: 0x300, symBinAddr: 0xF8A50, symSize: 0xA } + - { offsetInCU: 0x4AC, offset: 0x117E6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DecodingStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE0, symBinAddr: 0xF8850, symSize: 0x40 } + - { offsetInCU: 0x199, offset: 0x1181CB, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11DashElementCRszlE23shapeLayerConfigurations15ContiguousArrayVyAFyAA8KeyframeCyAA0A8Vector1DVGGG12dashPatterns_AL0K5Phasetvg', symObjAddr: 0x0, symBinAddr: 0xF8A60, symSize: 0x770 } + - { offsetInCU: 0xA34, offset: 0x118A66, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfd', symObjAddr: 0x770, symBinAddr: 0xF91D0, symSize: 0x60 } + - { offsetInCU: 0xA61, offset: 0x118A93, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCfD', symObjAddr: 0x7D0, symBinAddr: 0xF9230, symSize: 0x20 } + - { offsetInCU: 0xA9D, offset: 0x118ACF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x810, symBinAddr: 0xF9270, symSize: 0x20 } + - { offsetInCU: 0xADE, offset: 0x118B10, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x830, symBinAddr: 0xF9290, symSize: 0x30 } + - { offsetInCU: 0xB1F, offset: 0x118B51, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x860, symBinAddr: 0xF92C0, symSize: 0x20 } + - { offsetInCU: 0xB51, offset: 0x118B83, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesC6strokeAcA0B0C_tcfcTf4gn_n', symObjAddr: 0xE30, symBinAddr: 0xF9890, symSize: 0x6E0 } + - { offsetInCU: 0x1063, offset: 0x119095, size: 0x8, addend: 0x0, symName: '_$s6Lottie20StrokeNodePropertiesCMa', symObjAddr: 0x7F0, symBinAddr: 0xF9250, symSize: 0x20 } + - { offsetInCU: 0x10C4, offset: 0x1190F6, size: 0x8, addend: 0x0, symName: '_$sSa6Lottie12CoreGraphics7CGFloatVRszlE27isSupportedLayerDashPatternSbvg', symObjAddr: 0x880, symBinAddr: 0xF92E0, symSize: 0x80 } + - { offsetInCU: 0x126B, offset: 0x11929D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCfD', symObjAddr: 0x900, symBinAddr: 0xF9360, symSize: 0x40 } + - { offsetInCU: 0x12CC, offset: 0x1192FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x960, symBinAddr: 0xF93C0, symSize: 0x40 } + - { offsetInCU: 0x1316, offset: 0x119348, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x9A0, symBinAddr: 0xF9400, symSize: 0x30 } + - { offsetInCU: 0x1357, offset: 0x119389, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x9D0, symBinAddr: 0xF9430, symSize: 0x10 } + - { offsetInCU: 0x1389, offset: 0x1193BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x9E0, symBinAddr: 0xF9440, symSize: 0x10 } + - { offsetInCU: 0x13ED, offset: 0x11941F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x9F0, symBinAddr: 0xF9450, symSize: 0x20 } + - { offsetInCU: 0x144F, offset: 0x119481, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0xA10, symBinAddr: 0xF9470, symSize: 0x10 } + - { offsetInCU: 0x147A, offset: 0x1194AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0xA20, symBinAddr: 0xF9480, symSize: 0x10 } + - { offsetInCU: 0x14AC, offset: 0x1194DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0xA30, symBinAddr: 0xF9490, symSize: 0x10 } + - { offsetInCU: 0x14D7, offset: 0x119509, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0xA40, symBinAddr: 0xF94A0, symSize: 0x10 } + - { offsetInCU: 0x1518, offset: 0x11954A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0xA50, symBinAddr: 0xF94B0, symSize: 0x10 } + - { offsetInCU: 0x1559, offset: 0x11958B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0xA60, symBinAddr: 0xF94C0, symSize: 0x20 } + - { offsetInCU: 0x158B, offset: 0x1195BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0xA80, symBinAddr: 0xF94E0, symSize: 0x10 } + - { offsetInCU: 0x15C5, offset: 0x1195F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0xA90, symBinAddr: 0xF94F0, symSize: 0x50 } + - { offsetInCU: 0x1602, offset: 0x119634, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1510, symBinAddr: 0xF9F70, symSize: 0x380 } + - { offsetInCU: 0x1C09, offset: 0x119C3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10StrokeNodeCMa', symObjAddr: 0x940, symBinAddr: 0xF93A0, symSize: 0x20 } + - { offsetInCU: 0x1CEE, offset: 0x119D20, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC14keyframeGroupsACyxGs15ContiguousArrayVyAGyAA8KeyframeCyxGGG_tcfcAA0A8Vector1DV_Tg5Tf4gn_n', symObjAddr: 0xC50, symBinAddr: 0xF96B0, symSize: 0x1E0 } + - { offsetInCU: 0x5E, offset: 0x11ADB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0xFA2F0, symSize: 0x20 } + - { offsetInCU: 0x90, offset: 0x11ADE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x20, symBinAddr: 0xFA310, symSize: 0x40 } + - { offsetInCU: 0xB5, offset: 0x11AE0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x60, symBinAddr: 0xFA350, symSize: 0x880 } + - { offsetInCU: 0x1DE, offset: 0x11AF36, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x8E0, symBinAddr: 0xFABD0, symSize: 0xDA0 } + - { offsetInCU: 0x5AC, offset: 0x11B304, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueSSvg', symObjAddr: 0x1680, symBinAddr: 0xFB970, symSize: 0x20 } + - { offsetInCU: 0x5E3, offset: 0x11B33B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO11stringValueSSvg', symObjAddr: 0x19E0, symBinAddr: 0xFBCD0, symSize: 0x20 } + - { offsetInCU: 0x656, offset: 0x11B3AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x1B50, symBinAddr: 0xFBE40, symSize: 0x40 } + - { offsetInCU: 0x69C, offset: 0x11B3F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x1B90, symBinAddr: 0xFBE80, symSize: 0x30 } + - { offsetInCU: 0x6B0, offset: 0x11B408, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1BC0, symBinAddr: 0xFBEB0, symSize: 0x10 } + - { offsetInCU: 0x6E6, offset: 0x11B43E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1BD0, symBinAddr: 0xFBEC0, symSize: 0x30 } + - { offsetInCU: 0x74B, offset: 0x11B4A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1C00, symBinAddr: 0xFBEF0, symSize: 0x10 } + - { offsetInCU: 0x767, offset: 0x11B4BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1C10, symBinAddr: 0xFBF00, symSize: 0x10 } + - { offsetInCU: 0x783, offset: 0x11B4DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2390, symBinAddr: 0xFC470, symSize: 0x48 } + - { offsetInCU: 0x7B0, offset: 0x11B508, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC6encode2toys7Encoder_p_tKF', symObjAddr: 0x16A0, symBinAddr: 0xFB990, symSize: 0x340 } + - { offsetInCU: 0x80C, offset: 0x11B564, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfd', symObjAddr: 0x1CC0, symBinAddr: 0xFBFB0, symSize: 0x70 } + - { offsetInCU: 0x857, offset: 0x11B5AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfD', symObjAddr: 0x1D30, symBinAddr: 0xFC020, symSize: 0x20 } + - { offsetInCU: 0x893, offset: 0x11B5EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1D70, symBinAddr: 0xFC060, symSize: 0x20 } + - { offsetInCU: 0x8D4, offset: 0x11B62C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1D90, symBinAddr: 0xFC080, symSize: 0x20 } + - { offsetInCU: 0x915, offset: 0x11B66D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1DB0, symBinAddr: 0xFC0A0, symSize: 0x20 } + - { offsetInCU: 0x956, offset: 0x11B6AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x1DD0, symBinAddr: 0xFC0C0, symSize: 0x20 } + - { offsetInCU: 0x9D6, offset: 0x11B72E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCfE', symObjAddr: 0x1C60, symBinAddr: 0xFBF50, symSize: 0x60 } + - { offsetInCU: 0xA2E, offset: 0x11B786, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCMa', symObjAddr: 0x1D50, symBinAddr: 0xFC040, symSize: 0x20 } + - { offsetInCU: 0xA42, offset: 0x11B79A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs0D3KeyAAWl', symObjAddr: 0x1E60, symBinAddr: 0xFC0E0, symSize: 0x30 } + - { offsetInCU: 0xA56, offset: 0x11B7AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwet', symObjAddr: 0x2140, symBinAddr: 0xFC220, symSize: 0x80 } + - { offsetInCU: 0xA6A, offset: 0x11B7C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwst', symObjAddr: 0x21C0, symBinAddr: 0xFC2A0, symSize: 0xD0 } + - { offsetInCU: 0xA7E, offset: 0x11B7D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwug', symObjAddr: 0x2290, symBinAddr: 0xFC370, symSize: 0x10 } + - { offsetInCU: 0xA92, offset: 0x11B7EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwup', symObjAddr: 0x22A0, symBinAddr: 0xFC380, symSize: 0x10 } + - { offsetInCU: 0xAA6, offset: 0x11B7FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOwui', symObjAddr: 0x22B0, symBinAddr: 0xFC390, symSize: 0x10 } + - { offsetInCU: 0xABA, offset: 0x11B812, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOMa', symObjAddr: 0x22C0, symBinAddr: 0xFC3A0, symSize: 0x10 } + - { offsetInCU: 0xACE, offset: 0x11B826, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASQWb', symObjAddr: 0x22D0, symBinAddr: 0xFC3B0, symSize: 0x10 } + - { offsetInCU: 0xAE2, offset: 0x11B83A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFSQAAWl', symObjAddr: 0x22E0, symBinAddr: 0xFC3C0, symSize: 0x30 } + - { offsetInCU: 0xAF6, offset: 0x11B84E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2310, symBinAddr: 0xFC3F0, symSize: 0x10 } + - { offsetInCU: 0xB0A, offset: 0x11B862, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2320, symBinAddr: 0xFC400, symSize: 0x30 } + - { offsetInCU: 0xB1E, offset: 0x11B876, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2350, symBinAddr: 0xFC430, symSize: 0x10 } + - { offsetInCU: 0xB32, offset: 0x11B88A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2360, symBinAddr: 0xFC440, symSize: 0x30 } + - { offsetInCU: 0xB8A, offset: 0x11B8E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A00, symBinAddr: 0xFBCF0, symSize: 0x80 } + - { offsetInCU: 0xC59, offset: 0x11B9B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x1A80, symBinAddr: 0xFBD70, symSize: 0x50 } + - { offsetInCU: 0xCD7, offset: 0x11BA2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1AD0, symBinAddr: 0xFBDC0, symSize: 0x30 } + - { offsetInCU: 0xD29, offset: 0x11BA81, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1B00, symBinAddr: 0xFBDF0, symSize: 0x50 } + - { offsetInCU: 0xD8B, offset: 0x11BAE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1C20, symBinAddr: 0xFBF10, symSize: 0x20 } + - { offsetInCU: 0xDA7, offset: 0x11BAFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformC10CodingKeys33_2EA1D5BD064F7E71C05867A308D1E87ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1C40, symBinAddr: 0xFBF30, symSize: 0x20 } + - { offsetInCU: 0x69, offset: 0x11BD23, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCfD', symObjAddr: 0x0, symBinAddr: 0xFC4C0, symSize: 0x50 } + - { offsetInCU: 0xDC, offset: 0x11BD96, size: 0x8, addend: 0x0, symName: '_$s6Lottie8NodeTreeCMa', symObjAddr: 0x50, symBinAddr: 0xFC510, symSize: 0x20 } + - { offsetInCU: 0x6E5, offset: 0x11C39F, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyF', symObjAddr: 0x70, symBinAddr: 0xFC530, symSize: 0x1AC0 } + - { offsetInCU: 0x1B5B, offset: 0x11D815, size: 0x8, addend: 0x0, symName: '_$s6Lottie10RenderNode_pWOb', symObjAddr: 0x1BA0, symBinAddr: 0xFE020, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x11DB5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xFE040, symSize: 0x10 } + - { offsetInCU: 0x8A, offset: 0x11DBB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0xFE0F0, symSize: 0x20 } + - { offsetInCU: 0xBB, offset: 0x11DBEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0xFE110, symSize: 0x10 } + - { offsetInCU: 0xE4, offset: 0x11DC13, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x170, symBinAddr: 0xFE1B0, symSize: 0x40 } + - { offsetInCU: 0x109, offset: 0x11DC38, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1B0, symBinAddr: 0xFE1F0, symSize: 0x1A0 } + - { offsetInCU: 0x175, offset: 0x11DCA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x350, symBinAddr: 0xFE390, symSize: 0x100 } + - { offsetInCU: 0x227, offset: 0x11DD56, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x450, symBinAddr: 0xFE490, symSize: 0xF0 } + - { offsetInCU: 0x2AA, offset: 0x11DDD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x580, symBinAddr: 0xFE5C0, symSize: 0x60 } + - { offsetInCU: 0x2ED, offset: 0x11DE1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x5E0, symBinAddr: 0xFE620, symSize: 0x20 } + - { offsetInCU: 0x32D, offset: 0x11DE5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x600, symBinAddr: 0xFE640, symSize: 0x10 } + - { offsetInCU: 0x378, offset: 0x11DEA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x610, symBinAddr: 0xFE650, symSize: 0x60 } + - { offsetInCU: 0x3C3, offset: 0x11DEF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x670, symBinAddr: 0xFE6B0, symSize: 0x10 } + - { offsetInCU: 0x3DF, offset: 0x11DF0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x680, symBinAddr: 0xFE6C0, symSize: 0x10 } + - { offsetInCU: 0x3FB, offset: 0x11DF2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLO11stringValueSSvgTf4d_n', symObjAddr: 0xCC0, symBinAddr: 0xFEBD0, symSize: 0x15 } + - { offsetInCU: 0x437, offset: 0x11DF66, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCfD', symObjAddr: 0x6D0, symBinAddr: 0xFE710, symSize: 0x20 } + - { offsetInCU: 0x4E2, offset: 0x11E011, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeCMa', symObjAddr: 0x6F0, symBinAddr: 0xFE730, symSize: 0x20 } + - { offsetInCU: 0x4F6, offset: 0x11E025, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwet', symObjAddr: 0x730, symBinAddr: 0xFE750, symSize: 0x80 } + - { offsetInCU: 0x50A, offset: 0x11E039, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwst', symObjAddr: 0x7B0, symBinAddr: 0xFE7D0, symSize: 0xD0 } + - { offsetInCU: 0x51E, offset: 0x11E04D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwug', symObjAddr: 0x880, symBinAddr: 0xFE8A0, symSize: 0x10 } + - { offsetInCU: 0x532, offset: 0x11E061, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwup', symObjAddr: 0x890, symBinAddr: 0xFE8B0, symSize: 0x10 } + - { offsetInCU: 0x546, offset: 0x11E075, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOwui', symObjAddr: 0x8A0, symBinAddr: 0xFE8C0, symSize: 0x10 } + - { offsetInCU: 0x55A, offset: 0x11E089, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOMa', symObjAddr: 0x8B0, symBinAddr: 0xFE8D0, symSize: 0x10 } + - { offsetInCU: 0x56E, offset: 0x11E09D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASQWb', symObjAddr: 0x8C0, symBinAddr: 0xFE8E0, symSize: 0x10 } + - { offsetInCU: 0x582, offset: 0x11E0B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSQAAWl', symObjAddr: 0x8D0, symBinAddr: 0xFE8F0, symSize: 0x30 } + - { offsetInCU: 0x596, offset: 0x11E0C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSYAAWl', symObjAddr: 0x900, symBinAddr: 0xFE920, symSize: 0x30 } + - { offsetInCU: 0x5AA, offset: 0x11E0D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs0C3KeyAAWl', symObjAddr: 0x9A0, symBinAddr: 0xFE950, symSize: 0x30 } + - { offsetInCU: 0x5BE, offset: 0x11E0ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSEAAWl', symObjAddr: 0x9D0, symBinAddr: 0xFE980, symSize: 0x30 } + - { offsetInCU: 0x5D2, offset: 0x11E101, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOACSeAAWl', symObjAddr: 0xA30, symBinAddr: 0xFE9B0, symSize: 0x30 } + - { offsetInCU: 0x5E6, offset: 0x11E115, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwet', symObjAddr: 0xAD0, symBinAddr: 0xFE9E0, symSize: 0x50 } + - { offsetInCU: 0x5FA, offset: 0x11E129, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwst', symObjAddr: 0xB20, symBinAddr: 0xFEA30, symSize: 0xA0 } + - { offsetInCU: 0x60E, offset: 0x11E13D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwug', symObjAddr: 0xBC0, symBinAddr: 0xFEAD0, symSize: 0x10 } + - { offsetInCU: 0x622, offset: 0x11E151, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwup', symObjAddr: 0xBD0, symBinAddr: 0xFEAE0, symSize: 0x10 } + - { offsetInCU: 0x636, offset: 0x11E165, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOwui', symObjAddr: 0xBE0, symBinAddr: 0xFEAF0, symSize: 0x10 } + - { offsetInCU: 0x64A, offset: 0x11E179, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOMa', symObjAddr: 0xBF0, symBinAddr: 0xFEB00, symSize: 0x10 } + - { offsetInCU: 0x65E, offset: 0x11E18D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASQWb', symObjAddr: 0xC00, symBinAddr: 0xFEB10, symSize: 0x10 } + - { offsetInCU: 0x672, offset: 0x11E1A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFSQAAWl', symObjAddr: 0xC10, symBinAddr: 0xFEB20, symSize: 0x30 } + - { offsetInCU: 0x686, offset: 0x11E1B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC40, symBinAddr: 0xFEB50, symSize: 0x10 } + - { offsetInCU: 0x69A, offset: 0x11E1C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC50, symBinAddr: 0xFEB60, symSize: 0x30 } + - { offsetInCU: 0x6AE, offset: 0x11E1DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC80, symBinAddr: 0xFEB90, symSize: 0x10 } + - { offsetInCU: 0x6C2, offset: 0x11E1F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xC90, symBinAddr: 0xFEBA0, symSize: 0x30 } + - { offsetInCU: 0x6F6, offset: 0x11E225, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xFE040, symSize: 0x10 } + - { offsetInCU: 0x787, offset: 0x11E2B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0xFE050, symSize: 0x40 } + - { offsetInCU: 0x836, offset: 0x11E365, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0xFE090, symSize: 0x20 } + - { offsetInCU: 0x889, offset: 0x11E3B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0xFE0B0, symSize: 0x40 } + - { offsetInCU: 0x90C, offset: 0x11E43B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0xFE120, symSize: 0x50 } + - { offsetInCU: 0x92F, offset: 0x11E45E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MergeModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0xFE170, symSize: 0x40 } + - { offsetInCU: 0x961, offset: 0x11E490, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x540, symBinAddr: 0xFE580, symSize: 0x10 } + - { offsetInCU: 0x9A1, offset: 0x11E4D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH9hashValueSivgTW', symObjAddr: 0x550, symBinAddr: 0xFE590, symSize: 0x10 } + - { offsetInCU: 0x9E1, offset: 0x11E510, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x560, symBinAddr: 0xFE5A0, symSize: 0x10 } + - { offsetInCU: 0xA21, offset: 0x11E550, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x570, symBinAddr: 0xFE5B0, symSize: 0x10 } + - { offsetInCU: 0xA58, offset: 0x11E587, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x690, symBinAddr: 0xFE6D0, symSize: 0x20 } + - { offsetInCU: 0xA74, offset: 0x11E5A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5MergeC10CodingKeys33_8355063BB02BF49C99E753D8526FA859LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x6B0, symBinAddr: 0xFE6F0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x11E78E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xFEBF0, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x11E7B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0xFEBF0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x11E7D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0xFEC30, symSize: 0x190 } + - { offsetInCU: 0xE0, offset: 0x11E843, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1D0, symBinAddr: 0xFEDC0, symSize: 0xE0 } + - { offsetInCU: 0x163, offset: 0x11E8C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2F0, symBinAddr: 0xFEEE0, symSize: 0x60 } + - { offsetInCU: 0x1A6, offset: 0x11E909, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x350, symBinAddr: 0xFEF40, symSize: 0x20 } + - { offsetInCU: 0x1E6, offset: 0x11E949, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x370, symBinAddr: 0xFEF60, symSize: 0x10 } + - { offsetInCU: 0x231, offset: 0x11E994, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x380, symBinAddr: 0xFEF70, symSize: 0x60 } + - { offsetInCU: 0x27C, offset: 0x11E9DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x3E0, symBinAddr: 0xFEFD0, symSize: 0x10 } + - { offsetInCU: 0x298, offset: 0x11E9FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x3F0, symBinAddr: 0xFEFE0, symSize: 0x10 } + - { offsetInCU: 0x2B4, offset: 0x11EA17, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLO11stringValueSSvgTf4d_n', symObjAddr: 0x7F0, symBinAddr: 0xFF2F0, symSize: 0x1A } + - { offsetInCU: 0x2F0, offset: 0x11EA53, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfD', symObjAddr: 0x460, symBinAddr: 0xFF050, symSize: 0x60 } + - { offsetInCU: 0x34A, offset: 0x11EAAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCfE', symObjAddr: 0x440, symBinAddr: 0xFF030, symSize: 0x20 } + - { offsetInCU: 0x3A2, offset: 0x11EB05, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelCMa', symObjAddr: 0x4C0, symBinAddr: 0xFF0B0, symSize: 0x20 } + - { offsetInCU: 0x3B6, offset: 0x11EB19, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs0E3KeyAAWl', symObjAddr: 0x550, symBinAddr: 0xFF0D0, symSize: 0x30 } + - { offsetInCU: 0x3CA, offset: 0x11EB2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwet', symObjAddr: 0x600, symBinAddr: 0xFF100, symSize: 0x50 } + - { offsetInCU: 0x3DE, offset: 0x11EB41, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwst', symObjAddr: 0x650, symBinAddr: 0xFF150, symSize: 0xA0 } + - { offsetInCU: 0x3F2, offset: 0x11EB55, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwug', symObjAddr: 0x6F0, symBinAddr: 0xFF1F0, symSize: 0x10 } + - { offsetInCU: 0x406, offset: 0x11EB69, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwup', symObjAddr: 0x700, symBinAddr: 0xFF200, symSize: 0x10 } + - { offsetInCU: 0x41A, offset: 0x11EB7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOwui', symObjAddr: 0x710, symBinAddr: 0xFF210, symSize: 0x10 } + - { offsetInCU: 0x42E, offset: 0x11EB91, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOMa', symObjAddr: 0x720, symBinAddr: 0xFF220, symSize: 0x10 } + - { offsetInCU: 0x442, offset: 0x11EBA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASQWb', symObjAddr: 0x730, symBinAddr: 0xFF230, symSize: 0x10 } + - { offsetInCU: 0x456, offset: 0x11EBB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFSQAAWl', symObjAddr: 0x740, symBinAddr: 0xFF240, symSize: 0x30 } + - { offsetInCU: 0x46A, offset: 0x11EBCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x770, symBinAddr: 0xFF270, symSize: 0x10 } + - { offsetInCU: 0x47E, offset: 0x11EBE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x780, symBinAddr: 0xFF280, symSize: 0x30 } + - { offsetInCU: 0x492, offset: 0x11EBF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x7B0, symBinAddr: 0xFF2B0, symSize: 0x10 } + - { offsetInCU: 0x4A6, offset: 0x11EC09, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x7C0, symBinAddr: 0xFF2C0, symSize: 0x30 } + - { offsetInCU: 0x4DA, offset: 0x11EC3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2B0, symBinAddr: 0xFEEA0, symSize: 0x10 } + - { offsetInCU: 0x51A, offset: 0x11EC7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2C0, symBinAddr: 0xFEEB0, symSize: 0x10 } + - { offsetInCU: 0x55A, offset: 0x11ECBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2D0, symBinAddr: 0xFEEC0, symSize: 0x10 } + - { offsetInCU: 0x59A, offset: 0x11ECFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0xFEED0, symSize: 0x10 } + - { offsetInCU: 0x5D1, offset: 0x11ED34, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x400, symBinAddr: 0xFEFF0, symSize: 0x20 } + - { offsetInCU: 0x5ED, offset: 0x11ED50, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImageLayerModelC10CodingKeys33_FD499C47D224B6866DE9F21F84663A34LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x420, symBinAddr: 0xFF010, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x11EF06, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xFF310, symSize: 0xC0 } + - { offsetInCU: 0x64, offset: 0x11EF3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC13imageForAsset5assetSo10CGImageRefaSgAA0cP0C_tF', symObjAddr: 0xC0, symBinAddr: 0xFF3D0, symSize: 0xF0 } + - { offsetInCU: 0xC1, offset: 0x11EF9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCfD', symObjAddr: 0x1B0, symBinAddr: 0xFF4C0, symSize: 0x30 } + - { offsetInCU: 0x104, offset: 0x11EFDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13imageForAsset5assetSo10CGImageRefaSgAA0cQ0C_tFTW', symObjAddr: 0x200, symBinAddr: 0xFF510, symSize: 0x20 } + - { offsetInCU: 0x14A, offset: 0x11F025, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP15contentsGravity3forSo015CALayerContentsP0aAA0C5AssetC_tFTW', symObjAddr: 0x220, symBinAddr: 0xFF530, symSize: 0x40 } + - { offsetInCU: 0x1B9, offset: 0x11F094, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLC05imageD0AdA09AnimationcD0_p_tcfCTf4en_n', symObjAddr: 0x2F0, symBinAddr: 0xFF570, symSize: 0xE0 } + - { offsetInCU: 0x23B, offset: 0x11F116, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE06cachedcD0AaB_pvg', symObjAddr: 0x0, symBinAddr: 0xFF310, symSize: 0xC0 } + - { offsetInCU: 0x284, offset: 0x11F15F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCMa', symObjAddr: 0x1E0, symBinAddr: 0xFF4F0, symSize: 0x20 } + - { offsetInCU: 0x79, offset: 0x11F38E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0xFF650, symSize: 0x50 } + - { offsetInCU: 0xC0, offset: 0x11F3D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfc', symObjAddr: 0x50, symBinAddr: 0xFF6A0, symSize: 0x250 } + - { offsetInCU: 0x183, offset: 0x11F498, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC5layerACyp_tcfcTo', symObjAddr: 0x2A0, symBinAddr: 0xFF8F0, symSize: 0x50 } + - { offsetInCU: 0x19F, offset: 0x11F4B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x2F0, symBinAddr: 0xFF940, symSize: 0x3A0 } + - { offsetInCU: 0x202, offset: 0x11F517, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCACycfcTo', symObjAddr: 0x690, symBinAddr: 0xFFCE0, symSize: 0x30 } + - { offsetInCU: 0x269, offset: 0x11F57E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfD', symObjAddr: 0x730, symBinAddr: 0xFFD80, symSize: 0x30 } + - { offsetInCU: 0x2C3, offset: 0x11F5D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfE', symObjAddr: 0x6C0, symBinAddr: 0xFFD10, symSize: 0x70 } + - { offsetInCU: 0x2F2, offset: 0x11F607, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCfETo', symObjAddr: 0x760, symBinAddr: 0xFFDB0, symSize: 0x70 } + - { offsetInCU: 0x321, offset: 0x11F636, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RepeaterLayerCMa', symObjAddr: 0x7D0, symBinAddr: 0xFFE20, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x11F64A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwCP', symObjAddr: 0x7F0, symBinAddr: 0xFFE40, symSize: 0x30 } + - { offsetInCU: 0x349, offset: 0x11F65E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwxx', symObjAddr: 0x820, symBinAddr: 0xFFE70, symSize: 0x50 } + - { offsetInCU: 0x35D, offset: 0x11F672, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwcp', symObjAddr: 0x870, symBinAddr: 0xFFEC0, symSize: 0x90 } + - { offsetInCU: 0x371, offset: 0x11F686, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwca', symObjAddr: 0x900, symBinAddr: 0xFFF50, symSize: 0xC0 } + - { offsetInCU: 0x385, offset: 0x11F69A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwta', symObjAddr: 0x9E0, symBinAddr: 0x100010, symSize: 0x70 } + - { offsetInCU: 0x399, offset: 0x11F6AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwet', symObjAddr: 0xA50, symBinAddr: 0x100080, symSize: 0x40 } + - { offsetInCU: 0x3AD, offset: 0x11F6C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVwst', symObjAddr: 0xA90, symBinAddr: 0x1000C0, symSize: 0x50 } + - { offsetInCU: 0x3C1, offset: 0x11F6D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVMa', symObjAddr: 0xAE0, symBinAddr: 0x100110, symSize: 0x10 } + - { offsetInCU: 0x3F6, offset: 0x11F70B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0xAF0, symBinAddr: 0x100120, symSize: 0x10 } + - { offsetInCU: 0x437, offset: 0x11F74C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5scaleAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0xB30, symBinAddr: 0x100160, symSize: 0x10 } + - { offsetInCU: 0x478, offset: 0x11F78D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationXAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xB40, symBinAddr: 0x100170, symSize: 0x10 } + - { offsetInCU: 0x4B9, offset: 0x11F7CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationYAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xB50, symBinAddr: 0x100180, symSize: 0x10 } + - { offsetInCU: 0x4FA, offset: 0x11F80F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9rotationZAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0xB60, symBinAddr: 0x100190, symSize: 0x10 } + - { offsetInCU: 0x5AC, offset: 0x11F8C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLV8repeater5indexAdA0B0C_SitcfCTf4nnd_n', symObjAddr: 0xC70, symBinAddr: 0x100240, symSize: 0xA70 } + - { offsetInCU: 0xFB4, offset: 0x1202C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0xB00, symBinAddr: 0x100130, symSize: 0x10 } + - { offsetInCU: 0xFE6, offset: 0x1202FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB10, symBinAddr: 0x100140, symSize: 0x10 } + - { offsetInCU: 0x1002, offset: 0x120317, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB20, symBinAddr: 0x100150, symSize: 0x10 } + - { offsetInCU: 0x101E, offset: 0x120333, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB70, symBinAddr: 0x1001A0, symSize: 0x10 } + - { offsetInCU: 0x103A, offset: 0x12034F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17RepeaterTransform33_D7FF7CACEAB052463AE674CEEC20B412LLVAA0C5ModelA2aEP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0xB80, symBinAddr: 0x1001B0, symSize: 0x10 } + - { offsetInCU: 0x24D, offset: 0x120CF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC021$s6Lottie23Compatiblebc74C3url31compatibleRenderingEngineOptionAC10Foundation3URLV_AA0bghI0Otcfcys5P8_pSgcfU_Tf1nnncnnn_n', symObjAddr: 0x0, symBinAddr: 0x100CB0, symSize: 0x600 } + - { offsetInCU: 0x4AD, offset: 0x120F54, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x600, symBinAddr: 0x1012B0, symSize: 0x670 } + - { offsetInCU: 0x799, offset: 0x121240, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4name6bundle12subdirectory13imageProvider14animationCache13configurationACSS_So8NSBundleCSSSgAA0b5ImageH0_pSgAA0bjH0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xC70, symBinAddr: 0x101920, symSize: 0x210 } + - { offsetInCU: 0x9A5, offset: 0x12144C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8filePath13imageProvider14animationCache13configurationACSS_AA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0xE80, symBinAddr: 0x101B30, symSize: 0x2F0 } + - { offsetInCU: 0xB01, offset: 0x1215A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC3url13imageProvider7session7closure14animationCache13configurationAC10Foundation3URLV_AA0b5ImageF0_pSgSo12NSURLSessionCys5Error_pSgcAA0bjF0_pSgAA0A13ConfigurationVtcfcyAA0aB0CSgcfU_', symObjAddr: 0x1170, symBinAddr: 0x101E20, symSize: 0x80 } + - { offsetInCU: 0xB79, offset: 0x121620, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5asset6bundle13imageProvider14animationCache13configurationACSS_So8NSBundleCAA0b5ImageG0_pSgAA0biG0_pSgAA0A13ConfigurationVtcfC', symObjAddr: 0x1260, symBinAddr: 0x101EA0, symSize: 0x210 } + - { offsetInCU: 0xD6C, offset: 0x121813, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA4Name6bundle12subdirectory11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAmA03DotaJ8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1470, symBinAddr: 0x1020B0, symSize: 0x260 } + - { offsetInCU: 0xEE2, offset: 0x121989, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA8FilePath11animationId0dA5Cache13configuration10completionACSS_SSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x16D0, symBinAddr: 0x102310, symSize: 0x250 } + - { offsetInCU: 0x1106, offset: 0x121BAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA3Url11animationId0dA5Cache13configuration7session10completionAC10Foundation3URLV_SSSgAA03DotaH8Provider_pSgAA0A13ConfigurationVSo12NSURLSessionCyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x1920, symBinAddr: 0x102560, symSize: 0x8D0 } + - { offsetInCU: 0x13E0, offset: 0x121E87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA5Asset6bundle11animationId0dA5Cache13configuration10completionACSS_So8NSBundleCSSSgAA03DotaI8Provider_pSgAA0A13ConfigurationVyAC_s5Error_pSgtcSgtcfC', symObjAddr: 0x21F0, symBinAddr: 0x102E30, symSize: 0x260 } + - { offsetInCU: 0x1531, offset: 0x121FD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2550, symBinAddr: 0x103190, symSize: 0x10 } + - { offsetInCU: 0x1585, offset: 0x12202C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x2560, symBinAddr: 0x1031A0, symSize: 0x30 } + - { offsetInCU: 0x1669, offset: 0x122110, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2590, symBinAddr: 0x1031D0, symSize: 0x20 } + - { offsetInCU: 0x16F2, offset: 0x122199, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgSo13NSURLResponseCSgs5Error_pSgIeghggg_So6NSDataCSgAGSo7NSErrorCSgIeyBhyyy_TR', symObjAddr: 0x2620, symBinAddr: 0x103260, symSize: 0xF0 } + - { offsetInCU: 0x170A, offset: 0x1221B1, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2750, symBinAddr: 0x103390, symSize: 0x20 } + - { offsetInCU: 0x171E, offset: 0x1221C5, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2770, symBinAddr: 0x1033B0, symSize: 0x10 } + - { offsetInCU: 0x1732, offset: 0x1221D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOy', symObjAddr: 0x2830, symBinAddr: 0x1033E0, symSize: 0x20 } + - { offsetInCU: 0x1746, offset: 0x1221ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCs5Error_pSgIeggg_SgWOe', symObjAddr: 0x2880, symBinAddr: 0x103430, symSize: 0x20 } + - { offsetInCU: 0x175A, offset: 0x122201, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOb', symObjAddr: 0x29D0, symBinAddr: 0x103580, symSize: 0x40 } + - { offsetInCU: 0x176E, offset: 0x122215, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_TA', symObjAddr: 0x2A10, symBinAddr: 0x1035C0, symSize: 0x80 } + - { offsetInCU: 0x1782, offset: 0x122229, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pWOb', symObjAddr: 0x2A90, symBinAddr: 0x103640, symSize: 0x20 } + - { offsetInCU: 0x1796, offset: 0x12223D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x2B70, symBinAddr: 0x1036C0, symSize: 0x20 } + - { offsetInCU: 0x17AA, offset: 0x122251, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACs0C0AAWl', symObjAddr: 0x2BD0, symBinAddr: 0x1036E0, symSize: 0x30 } + - { offsetInCU: 0x17BE, offset: 0x122265, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwet', symObjAddr: 0x2DA0, symBinAddr: 0x103890, symSize: 0x50 } + - { offsetInCU: 0x17D2, offset: 0x122279, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwst', symObjAddr: 0x2DF0, symBinAddr: 0x1038E0, symSize: 0xA0 } + - { offsetInCU: 0x17E6, offset: 0x12228D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwug', symObjAddr: 0x2E90, symBinAddr: 0x103980, symSize: 0x10 } + - { offsetInCU: 0x17FA, offset: 0x1222A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwup', symObjAddr: 0x2EA0, symBinAddr: 0x103990, symSize: 0x10 } + - { offsetInCU: 0x180E, offset: 0x1222B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOwui', symObjAddr: 0x2EB0, symBinAddr: 0x1039A0, symSize: 0x10 } + - { offsetInCU: 0x1822, offset: 0x1222C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOMa', symObjAddr: 0x2EC0, symBinAddr: 0x1039B0, symSize: 0x10 } + - { offsetInCU: 0x1836, offset: 0x1222DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASQWb', symObjAddr: 0x2ED0, symBinAddr: 0x1039C0, symSize: 0x10 } + - { offsetInCU: 0x184A, offset: 0x1222F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOACSQAAWl', symObjAddr: 0x2EE0, symBinAddr: 0x1039D0, symSize: 0x30 } + - { offsetInCU: 0x1944, offset: 0x1223EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x25B0, symBinAddr: 0x1031F0, symSize: 0x30 } + - { offsetInCU: 0x19E1, offset: 0x122488, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x25E0, symBinAddr: 0x103220, symSize: 0x10 } + - { offsetInCU: 0x19FD, offset: 0x1224A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x25F0, symBinAddr: 0x103230, symSize: 0x10 } + - { offsetInCU: 0x1A19, offset: 0x1224C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x2600, symBinAddr: 0x103240, symSize: 0x10 } + - { offsetInCU: 0x1A35, offset: 0x1224DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13DownloadErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x2610, symBinAddr: 0x103250, symSize: 0x10 } + - { offsetInCU: 0x5E, offset: 0x12279B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x103A40, symSize: 0x40 } + - { offsetInCU: 0x92, offset: 0x1227CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0x103A80, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x1227E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfC', symObjAddr: 0x70, symBinAddr: 0x103AB0, symSize: 0x20 } + - { offsetInCU: 0xC4, offset: 0x122801, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfc', symObjAddr: 0x90, symBinAddr: 0x103AD0, symSize: 0xF0 } + - { offsetInCU: 0x132, offset: 0x12286F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCACycfcTo', symObjAddr: 0x180, symBinAddr: 0x103BC0, symSize: 0x20 } + - { offsetInCU: 0x14E, offset: 0x12288B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x1A0, symBinAddr: 0x103BE0, symSize: 0x40 } + - { offsetInCU: 0x16C, offset: 0x1228A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1E0, symBinAddr: 0x103C20, symSize: 0x30 } + - { offsetInCU: 0x18F, offset: 0x1228CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x210, symBinAddr: 0x103C50, symSize: 0x40 } + - { offsetInCU: 0x1DF, offset: 0x12291C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x4E0, symBinAddr: 0x103DF0, symSize: 0x20 } + - { offsetInCU: 0x278, offset: 0x1229B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x6E0, symBinAddr: 0x103EF0, symSize: 0x90 } + - { offsetInCU: 0x2F0, offset: 0x122A2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14cancelTracking4withySo7UIEventCSg_tFTo', symObjAddr: 0x7B0, symBinAddr: 0x103F80, symSize: 0x70 } + - { offsetInCU: 0x32B, offset: 0x122A68, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC15animationDidSetyyF', symObjAddr: 0x820, symBinAddr: 0x103FF0, symSize: 0x10 } + - { offsetInCU: 0x356, offset: 0x122A93, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC13animationViewAA0a9AnimationE0Cvg', symObjAddr: 0x830, symBinAddr: 0x104000, symSize: 0x20 } + - { offsetInCU: 0x3AD, offset: 0x122AEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvW', symObjAddr: 0x8C0, symBinAddr: 0x104090, symSize: 0xE0 } + - { offsetInCU: 0x426, offset: 0x122B63, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvg', symObjAddr: 0x9A0, symBinAddr: 0x104170, symSize: 0x40 } + - { offsetInCU: 0x443, offset: 0x122B80, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvs', symObjAddr: 0x9E0, symBinAddr: 0x1041B0, symSize: 0x60 } + - { offsetInCU: 0x46A, offset: 0x122BA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM', symObjAddr: 0xA40, symBinAddr: 0x104210, symSize: 0x40 } + - { offsetInCU: 0x499, offset: 0x122BD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvM.resume.0', symObjAddr: 0xA80, symBinAddr: 0x104250, symSize: 0x30 } + - { offsetInCU: 0x4EE, offset: 0x122C2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0xB20, symBinAddr: 0x1042F0, symSize: 0x70 } + - { offsetInCU: 0x581, offset: 0x122CBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0xB90, symBinAddr: 0x104360, symSize: 0x50 } + - { offsetInCU: 0x5E8, offset: 0x122D25, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0xBE0, symBinAddr: 0x1043B0, symSize: 0x80 } + - { offsetInCU: 0x65E, offset: 0x122D9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0xC60, symBinAddr: 0x104430, symSize: 0x90 } + - { offsetInCU: 0x721, offset: 0x122E5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC8setLayer5named8forStateySS_So09UIControlH0VtF', symObjAddr: 0xCF0, symBinAddr: 0x1044C0, symSize: 0x70 } + - { offsetInCU: 0x79D, offset: 0x122EDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC16setValueProvider_7keypathyAA03AnyeF0_p_AA16AnimationKeypathVtF', symObjAddr: 0xD60, symBinAddr: 0x104530, symSize: 0x50 } + - { offsetInCU: 0x83B, offset: 0x122F78, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14updateForStateyyF', symObjAddr: 0xDB0, symBinAddr: 0x104580, symSize: 0x330 } + - { offsetInCU: 0xBD3, offset: 0x123310, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC10commonInit33_3255EF2F4BCF8A3C447F424ACE2B7066LLyyF', symObjAddr: 0x10E0, symBinAddr: 0x1048B0, symSize: 0x2C0 } + - { offsetInCU: 0xC59, offset: 0x123396, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfC', symObjAddr: 0x13A0, symBinAddr: 0x104B70, symSize: 0x80 } + - { offsetInCU: 0xC77, offset: 0x1233B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfc', symObjAddr: 0x1420, symBinAddr: 0x104BF0, symSize: 0x30 } + - { offsetInCU: 0xCEA, offset: 0x123427, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x1450, symBinAddr: 0x104C20, symSize: 0x30 } + - { offsetInCU: 0xD51, offset: 0x12348E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfD', symObjAddr: 0x1480, symBinAddr: 0x104C50, symSize: 0x30 } + - { offsetInCU: 0xD7E, offset: 0x1234BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x2840, symBinAddr: 0x106010, symSize: 0x1F0 } + - { offsetInCU: 0xEB1, offset: 0x1235EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x2A50, symBinAddr: 0x106220, symSize: 0xE0 } + - { offsetInCU: 0xF4E, offset: 0x12368B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC9animationAA0A9AnimationCSgvpACTk', symObjAddr: 0x850, symBinAddr: 0x104020, symSize: 0x70 } + - { offsetInCU: 0x1066, offset: 0x1237A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x2590, symBinAddr: 0x105D60, symSize: 0x2B0 } + - { offsetInCU: 0x128D, offset: 0x1239CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0xAB0, symBinAddr: 0x104280, symSize: 0x70 } + - { offsetInCU: 0x142E, offset: 0x123B6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCfETo', symObjAddr: 0x14B0, symBinAddr: 0x104C80, symSize: 0x40 } + - { offsetInCU: 0x1489, offset: 0x123BC6, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x14F0, symBinAddr: 0x104CC0, symSize: 0xF0 } + - { offsetInCU: 0x151F, offset: 0x123C5C, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector1DVTB5', symObjAddr: 0x15E0, symBinAddr: 0x104DB0, symSize: 0xA0 } + - { offsetInCU: 0x15B5, offset: 0x123CF2, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I8Vector3DVTB5', symObjAddr: 0x1680, symBinAddr: 0x104E50, symSize: 0xD0 } + - { offsetInCU: 0x164B, offset: 0x123D88, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x1750, symBinAddr: 0x104F20, symSize: 0xA0 } + - { offsetInCU: 0x16E1, offset: 0x123E1E, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie0I5ColorVTB5', symObjAddr: 0x17F0, symBinAddr: 0x104FC0, symSize: 0xE0 } + - { offsetInCU: 0x1777, offset: 0x123EB4, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x18D0, symBinAddr: 0x1050A0, symSize: 0xC0 } + - { offsetInCU: 0x180D, offset: 0x123F4A, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x1990, symBinAddr: 0x105160, symSize: 0xC0 } + - { offsetInCU: 0x189B, offset: 0x123FD8, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x1A70, symBinAddr: 0x105240, symSize: 0xC0 } + - { offsetInCU: 0x1931, offset: 0x12406E, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x1B30, symBinAddr: 0x105300, symSize: 0xC0 } + - { offsetInCU: 0x19C7, offset: 0x124104, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1BF0, symBinAddr: 0x1053C0, symSize: 0xD0 } + - { offsetInCU: 0x1A5D, offset: 0x12419A, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x1CC0, symBinAddr: 0x105490, symSize: 0xE0 } + - { offsetInCU: 0x1AF3, offset: 0x124230, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AI2totTg5', symObjAddr: 0x1F70, symBinAddr: 0x105740, symSize: 0xC0 } + - { offsetInCU: 0x1B7E, offset: 0x1242BB, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSu_SSTg5', symObjAddr: 0x2030, symBinAddr: 0x105800, symSize: 0xD0 } + - { offsetInCU: 0x1BF6, offset: 0x124333, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x22B0, symBinAddr: 0x105A80, symSize: 0xA0 } + - { offsetInCU: 0x1C84, offset: 0x1243C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15AnimatedControlCMa', symObjAddr: 0x2A30, symBinAddr: 0x106200, symSize: 0x20 } + - { offsetInCU: 0x1A0, offset: 0x124922, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x106520, symSize: 0x980 } + - { offsetInCU: 0x664, offset: 0x124DE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC5valueACyp_tKcfc', symObjAddr: 0x980, symBinAddr: 0x106EA0, symSize: 0xA70 } + - { offsetInCU: 0xC57, offset: 0x1253D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryC6encode2toys7Encoder_p_tKF', symObjAddr: 0x13F0, symBinAddr: 0x107910, symSize: 0x170 } + - { offsetInCU: 0xDA1, offset: 0x125523, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCfD', symObjAddr: 0x1560, symBinAddr: 0x107A80, symSize: 0x40 } + - { offsetInCU: 0xDFC, offset: 0x12557E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x15C0, symBinAddr: 0x107AE0, symSize: 0x50 } + - { offsetInCU: 0xE34, offset: 0x1255B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1610, symBinAddr: 0x107B30, symSize: 0x20 } + - { offsetInCU: 0xFEA, offset: 0x12576C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AssetLibraryCMa', symObjAddr: 0x15A0, symBinAddr: 0x107AC0, symSize: 0x20 } + - { offsetInCU: 0xFFE, offset: 0x125780, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x16D0, symBinAddr: 0x107B50, symSize: 0x30 } + - { offsetInCU: 0x103E, offset: 0x1257C0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySo13CATransform3DVGTg5', symObjAddr: 0x1700, symBinAddr: 0x107B80, symSize: 0x80 } + - { offsetInCU: 0x10DC, offset: 0x12585E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector1DVTB5', symObjAddr: 0x1780, symBinAddr: 0x107C00, symSize: 0x40 } + - { offsetInCU: 0x117A, offset: 0x1258FC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M8Vector3DVTB5', symObjAddr: 0x17C0, symBinAddr: 0x107C40, symSize: 0x50 } + - { offsetInCU: 0x1218, offset: 0x12599A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4HoldVySbGTg5', symObjAddr: 0x1810, symBinAddr: 0x107C90, symSize: 0x40 } + - { offsetInCU: 0x12B6, offset: 0x125A38, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie0M5ColorVTB5', symObjAddr: 0x1850, symBinAddr: 0x107CD0, symSize: 0x60 } + - { offsetInCU: 0x1354, offset: 0x125AD6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_So6CGSizeVTg5', symObjAddr: 0x18B0, symBinAddr: 0x107D30, symSize: 0x50 } + - { offsetInCU: 0x13F2, offset: 0x125B74, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie18BezierPathKeyframeVTB5', symObjAddr: 0x1900, symBinAddr: 0x107D80, symSize: 0x60 } + - { offsetInCU: 0x1490, offset: 0x125C12, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie7EllipseC8KeyframeVTB5', symObjAddr: 0x1970, symBinAddr: 0x107DF0, symSize: 0x60 } + - { offsetInCU: 0x152E, offset: 0x125CB0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie9RectangleC8KeyframeVTB5', symObjAddr: 0x19D0, symBinAddr: 0x107E50, symSize: 0x60 } + - { offsetInCU: 0x15CC, offset: 0x125D4E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie4StarC8KeyframeVTB5', symObjAddr: 0x1A30, symBinAddr: 0x107EB0, symSize: 0x70 } + - { offsetInCU: 0x166A, offset: 0x125DEC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF12CoreGraphics7CGFloatV_6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x1AA0, symBinAddr: 0x107F20, symSize: 0x60 } + - { offsetInCU: 0x1713, offset: 0x125E95, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSi_6Lottie16CompositionLayerCTg5', symObjAddr: 0x1B70, symBinAddr: 0x107FE0, symSize: 0x40 } + - { offsetInCU: 0x17BC, offset: 0x125F3E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSo7CALayerC_6Lottie16AnimationKeypathVTB5', symObjAddr: 0x1BB0, symBinAddr: 0x108020, symSize: 0x40 } + - { offsetInCU: 0x185A, offset: 0x125FDC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSu_SSTg5', symObjAddr: 0x1BF0, symBinAddr: 0x108060, symSize: 0x50 } + - { offsetInCU: 0x1903, offset: 0x126085, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFs11AnyHashableV_12CoreGraphics7CGFloatV4from_AO2totTg5', symObjAddr: 0x1C40, symBinAddr: 0x1080B0, symSize: 0x60 } + - { offsetInCU: 0x1A46, offset: 0x1261C8, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFs18ReversedCollectionVySay6Lottie10LayerModelCGG_Tg5', symObjAddr: 0x1D70, symBinAddr: 0x1081E0, symSize: 0x240 } + - { offsetInCU: 0x1C50, offset: 0x1263D2, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie15AnyNodeProperty_p_G_Tg5', symObjAddr: 0x1FB0, symBinAddr: 0x108420, symSize: 0x230 } + - { offsetInCU: 0x1D3E, offset: 0x1264C0, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySo17NSLayoutAttributeVSo0H10ConstraintC_G_Tg5', symObjAddr: 0x21E0, symBinAddr: 0x108650, symSize: 0x220 } + - { offsetInCU: 0x1E2A, offset: 0x1265AC, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSD6ValuesVySS6Lottie5AssetC_G_Tg5', symObjAddr: 0x2400, symBinAddr: 0x108870, symSize: 0x220 } + - { offsetInCU: 0x1EDF, offset: 0x126661, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie5AssetCGMa', symObjAddr: 0x2640, symBinAddr: 0x108A90, symSize: 0x50 } + - { offsetInCU: 0x75, offset: 0x126AD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x108BC0, symSize: 0x50 } + - { offsetInCU: 0xBC, offset: 0x126B1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfc', symObjAddr: 0x50, symBinAddr: 0x108C10, symSize: 0x1D0 } + - { offsetInCU: 0x17F, offset: 0x126BE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5layerACyp_tcfcTo', symObjAddr: 0x220, symBinAddr: 0x108DE0, symSize: 0x50 } + - { offsetInCU: 0x19B, offset: 0x126BFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC5setup7contextyAA0D7ContextV_tKF', symObjAddr: 0x270, symBinAddr: 0x108E30, symSize: 0x100 } + - { offsetInCU: 0x202, offset: 0x126C63, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x370, symBinAddr: 0x108F30, symSize: 0x710 } + - { offsetInCU: 0x49D, offset: 0x126EFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_n', symObjAddr: 0xA80, symBinAddr: 0x109640, symSize: 0x70 } + - { offsetInCU: 0x544, offset: 0x126FA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfD', symObjAddr: 0xB10, symBinAddr: 0x1096D0, symSize: 0x30 } + - { offsetInCU: 0x70E, offset: 0x12716F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfE', symObjAddr: 0xAF0, symBinAddr: 0x1096B0, symSize: 0x20 } + - { offsetInCU: 0x73B, offset: 0x12719C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCfETo', symObjAddr: 0xB40, symBinAddr: 0x109700, symSize: 0x20 } + - { offsetInCU: 0x76A, offset: 0x1271CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCMa', symObjAddr: 0xB60, symBinAddr: 0x109720, symSize: 0x20 } + - { offsetInCU: 0x7A8, offset: 0x127209, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerCAA012CustomLayoutD0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0xB80, symBinAddr: 0x109740, symSize: 0xA0 } + - { offsetInCU: 0x7F9, offset: 0x12725A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU0_TA', symObjAddr: 0xE00, symBinAddr: 0x1097E0, symSize: 0x20 } + - { offsetInCU: 0x835, offset: 0x127296, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PreCompLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF12CoreGraphics7CGFloatVAJcfU1_Tf2nnin_nTA', symObjAddr: 0xEF0, symBinAddr: 0x1098D0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x127532, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x109970, symSize: 0xA0 } + - { offsetInCU: 0x79, offset: 0x127580, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x109970, symSize: 0xA0 } + - { offsetInCU: 0xD2, offset: 0x1275D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfc', symObjAddr: 0xA0, symBinAddr: 0x109A10, symSize: 0x210 } + - { offsetInCU: 0x1AF, offset: 0x1276B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC5layerACyp_tcfcTo', symObjAddr: 0x2B0, symBinAddr: 0x109C20, symSize: 0x50 } + - { offsetInCU: 0x1CB, offset: 0x1276D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerC15setupAnimations7contextyAA0C16AnimationContextV_tKF', symObjAddr: 0x300, symBinAddr: 0x109C70, symSize: 0x580 } + - { offsetInCU: 0x41D, offset: 0x127924, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfD', symObjAddr: 0x8B0, symBinAddr: 0x10A220, symSize: 0x30 } + - { offsetInCU: 0x468, offset: 0x12796F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCyAcA0bC5ModelCcfcTf4gn_n', symObjAddr: 0xC60, symBinAddr: 0x10A320, symSize: 0x11F } + - { offsetInCU: 0x6A2, offset: 0x127BA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfE', symObjAddr: 0x880, symBinAddr: 0x10A1F0, symSize: 0x30 } + - { offsetInCU: 0x6CF, offset: 0x127BD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCfETo', symObjAddr: 0x8E0, symBinAddr: 0x10A250, symSize: 0x30 } + - { offsetInCU: 0x6FE, offset: 0x127C05, size: 0x8, addend: 0x0, symName: '_$s6Lottie10SolidLayerCMa', symObjAddr: 0x910, symBinAddr: 0x10A280, symSize: 0x20 } + - { offsetInCU: 0x712, offset: 0x127C19, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaSgWOb', symObjAddr: 0x9C0, symBinAddr: 0x10A2D0, symSize: 0x40 } + - { offsetInCU: 0x726, offset: 0x127C2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0xA00, symBinAddr: 0x10A310, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x127EAA, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0x10A440, symSize: 0x830 } + - { offsetInCU: 0x3F, offset: 0x127EC2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lF', symObjAddr: 0x0, symBinAddr: 0x10A440, symSize: 0x830 } + - { offsetInCU: 0x172, offset: 0x127FF5, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd__cfU0_TA', symObjAddr: 0xA10, symBinAddr: 0x10AE10, symSize: 0x20 } + - { offsetInCU: 0x1AF, offset: 0x128032, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI4ViewP6LottieE12valueChanged0E08onChangeQrqd___yqd__ctSQRd__lFyqd___qd__tcfU_TA', symObjAddr: 0xA80, symBinAddr: 0x10AE30, symSize: 0x20 } + - { offsetInCU: 0x23F, offset: 0x1280C2, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV24buildLimitedAvailabilityyAA03AnyC0VxAA0C0RzlFZ', symObjAddr: 0x870, symBinAddr: 0x10AC70, symSize: 0x50 } + - { offsetInCU: 0x26A, offset: 0x1280ED, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither5firstAA19_ConditionalContentVyxq_Gx_tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x8C0, symBinAddr: 0x10ACC0, symSize: 0x90 } + - { offsetInCU: 0x2A3, offset: 0x128126, size: 0x8, addend: 0x0, symName: '_$s7SwiftUI11ViewBuilderV11buildEither6secondAA19_ConditionalContentVyxq_Gq__tAA0C0RzAaIR_r0_lFZ', symObjAddr: 0x950, symBinAddr: 0x10AD50, symSize: 0xA0 } + - { offsetInCU: 0x4F, offset: 0x128364, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x10AE60, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x128389, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x10AEA0, symSize: 0x1B0 } + - { offsetInCU: 0xE0, offset: 0x1283F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1F0, symBinAddr: 0x10B050, symSize: 0xE0 } + - { offsetInCU: 0x172, offset: 0x128487, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2D0, symBinAddr: 0x10B130, symSize: 0x110 } + - { offsetInCU: 0x1F5, offset: 0x12850A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x420, symBinAddr: 0x10B280, symSize: 0x60 } + - { offsetInCU: 0x238, offset: 0x12854D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x480, symBinAddr: 0x10B2E0, symSize: 0x20 } + - { offsetInCU: 0x278, offset: 0x12858D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4A0, symBinAddr: 0x10B300, symSize: 0x10 } + - { offsetInCU: 0x2C3, offset: 0x1285D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4B0, symBinAddr: 0x10B310, symSize: 0x60 } + - { offsetInCU: 0x30E, offset: 0x128623, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x510, symBinAddr: 0x10B370, symSize: 0x10 } + - { offsetInCU: 0x32A, offset: 0x12863F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x520, symBinAddr: 0x10B380, symSize: 0x10 } + - { offsetInCU: 0x346, offset: 0x12865B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLO11stringValueSSvgTf4d_n', symObjAddr: 0x9D0, symBinAddr: 0x10B6B0, symSize: 0x15 } + - { offsetInCU: 0x382, offset: 0x128697, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfD', symObjAddr: 0x580, symBinAddr: 0x10B3E0, symSize: 0x30 } + - { offsetInCU: 0x410, offset: 0x128725, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCfE', symObjAddr: 0x570, symBinAddr: 0x10B3D0, symSize: 0x10 } + - { offsetInCU: 0x468, offset: 0x12877D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersCMa', symObjAddr: 0x5B0, symBinAddr: 0x10B410, symSize: 0x20 } + - { offsetInCU: 0x47C, offset: 0x128791, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs0D3KeyAAWl', symObjAddr: 0x640, symBinAddr: 0x10B430, symSize: 0x30 } + - { offsetInCU: 0x490, offset: 0x1287A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwet', symObjAddr: 0x7E0, symBinAddr: 0x10B4C0, symSize: 0x50 } + - { offsetInCU: 0x4A4, offset: 0x1287B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwst', symObjAddr: 0x830, symBinAddr: 0x10B510, symSize: 0xA0 } + - { offsetInCU: 0x4B8, offset: 0x1287CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwug', symObjAddr: 0x8D0, symBinAddr: 0x10B5B0, symSize: 0x10 } + - { offsetInCU: 0x4CC, offset: 0x1287E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwup', symObjAddr: 0x8E0, symBinAddr: 0x10B5C0, symSize: 0x10 } + - { offsetInCU: 0x4E0, offset: 0x1287F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOwui', symObjAddr: 0x8F0, symBinAddr: 0x10B5D0, symSize: 0x10 } + - { offsetInCU: 0x4F4, offset: 0x128809, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOMa', symObjAddr: 0x900, symBinAddr: 0x10B5E0, symSize: 0x10 } + - { offsetInCU: 0x508, offset: 0x12881D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASQWb', symObjAddr: 0x910, symBinAddr: 0x10B5F0, symSize: 0x10 } + - { offsetInCU: 0x51C, offset: 0x128831, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFSQAAWl', symObjAddr: 0x920, symBinAddr: 0x10B600, symSize: 0x30 } + - { offsetInCU: 0x530, offset: 0x128845, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x950, symBinAddr: 0x10B630, symSize: 0x10 } + - { offsetInCU: 0x544, offset: 0x128859, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x960, symBinAddr: 0x10B640, symSize: 0x30 } + - { offsetInCU: 0x558, offset: 0x12886D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x990, symBinAddr: 0x10B670, symSize: 0x10 } + - { offsetInCU: 0x56C, offset: 0x128881, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x9A0, symBinAddr: 0x10B680, symSize: 0x30 } + - { offsetInCU: 0x5A6, offset: 0x1288BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E0, symBinAddr: 0x10B240, symSize: 0x10 } + - { offsetInCU: 0x5E6, offset: 0x1288FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3F0, symBinAddr: 0x10B250, symSize: 0x10 } + - { offsetInCU: 0x626, offset: 0x12893B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x400, symBinAddr: 0x10B260, symSize: 0x10 } + - { offsetInCU: 0x666, offset: 0x12897B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x410, symBinAddr: 0x10B270, symSize: 0x10 } + - { offsetInCU: 0x69D, offset: 0x1289B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x530, symBinAddr: 0x10B390, symSize: 0x20 } + - { offsetInCU: 0x6B9, offset: 0x1289CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14RoundedCornersC10CodingKeys33_628C6BBB105B52909C4063B39C996CEBLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x10B3B0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x128BAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x10B6D0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x128BC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMi', symObjAddr: 0x0, symBinAddr: 0x10B6D0, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x128BD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMr', symObjAddr: 0x10, symBinAddr: 0x10B6E0, symSize: 0x40 } + - { offsetInCU: 0x73, offset: 0x128BF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvg', symObjAddr: 0x50, symBinAddr: 0x10B720, symSize: 0x60 } + - { offsetInCU: 0xA9, offset: 0x128C2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0xB0, symBinAddr: 0x10B780, symSize: 0xB0 } + - { offsetInCU: 0xF2, offset: 0x128C76, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_', symObjAddr: 0x160, symBinAddr: 0x10B830, symSize: 0x80 } + - { offsetInCU: 0x142, offset: 0x128CC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x1E0, symBinAddr: 0x10B8B0, symSize: 0xB0 } + - { offsetInCU: 0x207, offset: 0x128D8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCfD', symObjAddr: 0x2B0, symBinAddr: 0x10B960, symSize: 0x20 } + - { offsetInCU: 0x251, offset: 0x128DD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderA2aEP7storageAA0dE7StorageOy0D0QzGvgTW', symObjAddr: 0x2E0, symBinAddr: 0x10B990, symSize: 0x20 } + - { offsetInCU: 0x27C, offset: 0x128E00, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9valueTypeypXpvgTW', symObjAddr: 0x300, symBinAddr: 0x10B9B0, symSize: 0x20 } + - { offsetInCU: 0x2AE, offset: 0x128E32, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x320, symBinAddr: 0x10B9D0, symSize: 0x20 } + - { offsetInCU: 0x2CA, offset: 0x128E4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9valueTypeypXpvgTf4d_n', symObjAddr: 0x400, symBinAddr: 0x10BAB0, symSize: 0x10 } + - { offsetInCU: 0x2F8, offset: 0x128E7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCMa', symObjAddr: 0x2D0, symBinAddr: 0x10B980, symSize: 0x10 } + - { offsetInCU: 0x30C, offset: 0x128E90, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA13ValueProviderAA0D0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x340, symBinAddr: 0x10B9F0, symSize: 0x30 } + - { offsetInCU: 0x320, offset: 0x128EA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x370, symBinAddr: 0x10BA20, symSize: 0x10 } + - { offsetInCU: 0x33F, offset: 0x128EC3, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x3A0, symBinAddr: 0x10BA50, symSize: 0x20 } + - { offsetInCU: 0x368, offset: 0x128EEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_xAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3C0, symBinAddr: 0x10BA70, symSize: 0x20 } + - { offsetInCU: 0x37C, offset: 0x128F00, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFSbAA08KeyframeC0CyxGXEfU_TA', symObjAddr: 0x3E0, symBinAddr: 0x10BA90, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1290DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0x10BAC0, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x129103, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC06renderC8ContentsSbvg', symObjAddr: 0x0, symBinAddr: 0x10BAC0, symSize: 0x10 } + - { offsetInCU: 0x9E, offset: 0x129156, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x10, symBinAddr: 0x10BAD0, symSize: 0x40 } + - { offsetInCU: 0x109, offset: 0x1291C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerC5layerACyp_tcfcTo', symObjAddr: 0x50, symBinAddr: 0x10BB10, symSize: 0xA0 } + - { offsetInCU: 0x14F, offset: 0x129207, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCfD', symObjAddr: 0xF0, symBinAddr: 0x10BBB0, symSize: 0x30 } + - { offsetInCU: 0x17D, offset: 0x129235, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformLayerCMa', symObjAddr: 0x120, symBinAddr: 0x10BBE0, symSize: 0x20 } + - { offsetInCU: 0xC7, offset: 0x129467, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x10BC00, symSize: 0x3A0 } + - { offsetInCU: 0x21A, offset: 0x1295BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO8rawValueSSvg', symObjAddr: 0x3A0, symBinAddr: 0x10BFA0, symSize: 0x20 } + - { offsetInCU: 0x251, offset: 0x1295F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO11stringValueSSvg', symObjAddr: 0x3C0, symBinAddr: 0x10BFC0, symSize: 0x20 } + - { offsetInCU: 0x2CF, offset: 0x12966F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x420, symBinAddr: 0x10C020, symSize: 0x70 } + - { offsetInCU: 0x335, offset: 0x1296D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x490, symBinAddr: 0x10C090, symSize: 0x30 } + - { offsetInCU: 0x351, offset: 0x1296F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4C0, symBinAddr: 0x10C0C0, symSize: 0x10 } + - { offsetInCU: 0x387, offset: 0x129727, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0x10C0D0, symSize: 0x60 } + - { offsetInCU: 0x40C, offset: 0x1297AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x530, symBinAddr: 0x10C130, symSize: 0x10 } + - { offsetInCU: 0x428, offset: 0x1297C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x540, symBinAddr: 0x10C140, symSize: 0x10 } + - { offsetInCU: 0x464, offset: 0x129804, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCfD', symObjAddr: 0x590, symBinAddr: 0x10C190, symSize: 0x40 } + - { offsetInCU: 0x4A7, offset: 0x129847, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5F0, symBinAddr: 0x10C1F0, symSize: 0x170 } + - { offsetInCU: 0x4E6, offset: 0x129886, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x760, symBinAddr: 0x10C360, symSize: 0x210 } + - { offsetInCU: 0x525, offset: 0x1298C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x990, symBinAddr: 0x10C590, symSize: 0x20 } + - { offsetInCU: 0x561, offset: 0x129901, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontCMa', symObjAddr: 0x5D0, symBinAddr: 0x10C1D0, symSize: 0x20 } + - { offsetInCU: 0x625, offset: 0x1299C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x9B0, symBinAddr: 0x10C5B0, symSize: 0x200 } + - { offsetInCU: 0x842, offset: 0x129BE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xBF0, symBinAddr: 0x10C7F0, symSize: 0x60 } + - { offsetInCU: 0x885, offset: 0x129C25, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xC50, symBinAddr: 0x10C850, symSize: 0x20 } + - { offsetInCU: 0x8C5, offset: 0x129C65, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xC70, symBinAddr: 0x10C870, symSize: 0x10 } + - { offsetInCU: 0x910, offset: 0x129CB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC80, symBinAddr: 0x10C880, symSize: 0x60 } + - { offsetInCU: 0x95B, offset: 0x129CFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xCE0, symBinAddr: 0x10C8E0, symSize: 0x10 } + - { offsetInCU: 0x977, offset: 0x129D17, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xCF0, symBinAddr: 0x10C8F0, symSize: 0x10 } + - { offsetInCU: 0x993, offset: 0x129D33, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x1710, symBinAddr: 0x10D1E0, symSize: 0x15 } + - { offsetInCU: 0x9CE, offset: 0x129D6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCfD', symObjAddr: 0xD40, symBinAddr: 0x10C940, symSize: 0x20 } + - { offsetInCU: 0xA19, offset: 0x129DB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC6encode2toys7Encoder_p_tKF', symObjAddr: 0xD80, symBinAddr: 0x10C980, symSize: 0x100 } + - { offsetInCU: 0xA58, offset: 0x129DF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xE80, symBinAddr: 0x10CA80, symSize: 0x150 } + - { offsetInCU: 0xA97, offset: 0x129E37, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1050, symBinAddr: 0x10CC50, symSize: 0x20 } + - { offsetInCU: 0xAE7, offset: 0x129E87, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListCMa', symObjAddr: 0xD60, symBinAddr: 0x10C960, symSize: 0x20 } + - { offsetInCU: 0xAFB, offset: 0x129E9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x10E0, symBinAddr: 0x10CC70, symSize: 0x30 } + - { offsetInCU: 0xB0F, offset: 0x129EAF, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie4FontCGMa', symObjAddr: 0x1140, symBinAddr: 0x10CCA0, symSize: 0x40 } + - { offsetInCU: 0xB23, offset: 0x129EC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs0C3KeyAAWl', symObjAddr: 0x1210, symBinAddr: 0x10CD70, symSize: 0x30 } + - { offsetInCU: 0xB37, offset: 0x129ED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwet', symObjAddr: 0x12C0, symBinAddr: 0x10CDA0, symSize: 0x80 } + - { offsetInCU: 0xB4B, offset: 0x129EEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwst', symObjAddr: 0x1340, symBinAddr: 0x10CE20, symSize: 0xD0 } + - { offsetInCU: 0xB5F, offset: 0x129EFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwug', symObjAddr: 0x1410, symBinAddr: 0x10CEF0, symSize: 0x10 } + - { offsetInCU: 0xB73, offset: 0x129F13, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwup', symObjAddr: 0x1420, symBinAddr: 0x10CF00, symSize: 0x10 } + - { offsetInCU: 0xB87, offset: 0x129F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOwui', symObjAddr: 0x1430, symBinAddr: 0x10CF10, symSize: 0x10 } + - { offsetInCU: 0xB9B, offset: 0x129F3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOMa', symObjAddr: 0x1440, symBinAddr: 0x10CF20, symSize: 0x10 } + - { offsetInCU: 0xBAF, offset: 0x129F4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwet', symObjAddr: 0x1460, symBinAddr: 0x10CF30, symSize: 0x50 } + - { offsetInCU: 0xBC3, offset: 0x129F63, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwst', symObjAddr: 0x14B0, symBinAddr: 0x10CF80, symSize: 0xA0 } + - { offsetInCU: 0xBD7, offset: 0x129F77, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwug', symObjAddr: 0x1550, symBinAddr: 0x10D020, symSize: 0x10 } + - { offsetInCU: 0xBEB, offset: 0x129F8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwup', symObjAddr: 0x1560, symBinAddr: 0x10D030, symSize: 0x10 } + - { offsetInCU: 0xBFF, offset: 0x129F9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOwui', symObjAddr: 0x1570, symBinAddr: 0x10D040, symSize: 0x10 } + - { offsetInCU: 0xC13, offset: 0x129FB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOMa', symObjAddr: 0x1580, symBinAddr: 0x10D050, symSize: 0x10 } + - { offsetInCU: 0xC27, offset: 0x129FC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASQWb', symObjAddr: 0x1590, symBinAddr: 0x10D060, symSize: 0x10 } + - { offsetInCU: 0xC3B, offset: 0x129FDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAESQAAWl', symObjAddr: 0x15A0, symBinAddr: 0x10D070, symSize: 0x30 } + - { offsetInCU: 0xC4F, offset: 0x129FEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASQWb', symObjAddr: 0x15D0, symBinAddr: 0x10D0A0, symSize: 0x10 } + - { offsetInCU: 0xC63, offset: 0x12A003, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFSQAAWl', symObjAddr: 0x15E0, symBinAddr: 0x10D0B0, symSize: 0x30 } + - { offsetInCU: 0xC77, offset: 0x12A017, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1610, symBinAddr: 0x10D0E0, symSize: 0x10 } + - { offsetInCU: 0xC8B, offset: 0x12A02B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1620, symBinAddr: 0x10D0F0, symSize: 0x30 } + - { offsetInCU: 0xC9F, offset: 0x12A03F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1650, symBinAddr: 0x10D120, symSize: 0x10 } + - { offsetInCU: 0xCB3, offset: 0x12A053, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1660, symBinAddr: 0x10D130, symSize: 0x30 } + - { offsetInCU: 0xCC7, offset: 0x12A067, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1690, symBinAddr: 0x10D160, symSize: 0x10 } + - { offsetInCU: 0xCDB, offset: 0x12A07B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x16A0, symBinAddr: 0x10D170, symSize: 0x30 } + - { offsetInCU: 0xCEF, offset: 0x12A08F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16D0, symBinAddr: 0x10D1A0, symSize: 0x10 } + - { offsetInCU: 0xD03, offset: 0x12A0A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x16E0, symBinAddr: 0x10D1B0, symSize: 0x30 } + - { offsetInCU: 0xD5D, offset: 0x12A0FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E0, symBinAddr: 0x10BFE0, symSize: 0x10 } + - { offsetInCU: 0xD79, offset: 0x12A119, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3F0, symBinAddr: 0x10BFF0, symSize: 0x10 } + - { offsetInCU: 0xD95, offset: 0x12A135, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x400, symBinAddr: 0x10C000, symSize: 0x10 } + - { offsetInCU: 0xDB1, offset: 0x12A151, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x410, symBinAddr: 0x10C010, symSize: 0x10 } + - { offsetInCU: 0xDD3, offset: 0x12A173, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x10C150, symSize: 0x20 } + - { offsetInCU: 0xDEF, offset: 0x12A18F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x570, symBinAddr: 0x10C170, symSize: 0x20 } + - { offsetInCU: 0xE6F, offset: 0x12A20F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBB0, symBinAddr: 0x10C7B0, symSize: 0x10 } + - { offsetInCU: 0xEAF, offset: 0x12A24F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xBC0, symBinAddr: 0x10C7C0, symSize: 0x10 } + - { offsetInCU: 0xEEF, offset: 0x12A28F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBD0, symBinAddr: 0x10C7D0, symSize: 0x10 } + - { offsetInCU: 0xF2F, offset: 0x12A2CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBE0, symBinAddr: 0x10C7E0, symSize: 0x10 } + - { offsetInCU: 0xF66, offset: 0x12A306, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xD00, symBinAddr: 0x10C900, symSize: 0x20 } + - { offsetInCU: 0xF82, offset: 0x12A322, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FontListC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xD20, symBinAddr: 0x10C920, symSize: 0x20 } + - { offsetInCU: 0x11A, offset: 0x12A5C7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addTransformAnimations3for7contextyAC0D5Model_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xA0, symBinAddr: 0x10D200, symSize: 0x2B0 } + - { offsetInCU: 0x210, offset: 0x12A6BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x350, symBinAddr: 0x10D4B0, symSize: 0x20 } + - { offsetInCU: 0x269, offset: 0x12A716, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x370, symBinAddr: 0x10D4D0, symSize: 0x20 } + - { offsetInCU: 0x2C2, offset: 0x12A76F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x390, symBinAddr: 0x10D4F0, symSize: 0x20 } + - { offsetInCU: 0x2FD, offset: 0x12A7AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3B0, symBinAddr: 0x10D510, symSize: 0x10 } + - { offsetInCU: 0x319, offset: 0x12A7C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9TransformCAA0B5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x3C0, symBinAddr: 0x10D520, symSize: 0x10 } + - { offsetInCU: 0x353, offset: 0x12A800, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP11anchorPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x3D0, symBinAddr: 0x10D530, symSize: 0x20 } + - { offsetInCU: 0x3AC, offset: 0x12A859, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_positionAA13KeyframeGroupCyAA0A8Vector3DVGSgvgTW', symObjAddr: 0x3F0, symBinAddr: 0x10D550, symSize: 0x20 } + - { offsetInCU: 0x3E7, offset: 0x12A894, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionXAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x410, symBinAddr: 0x10D570, symSize: 0x10 } + - { offsetInCU: 0x403, offset: 0x12A8B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP10_positionYAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x420, symBinAddr: 0x10D580, symSize: 0x10 } + - { offsetInCU: 0x43D, offset: 0x12A8EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP5_skewAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x430, symBinAddr: 0x10D590, symSize: 0x20 } + - { offsetInCU: 0x496, offset: 0x12A943, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeTransformCAA0C5ModelA2aDP9_skewAxisAA13KeyframeGroupCyAA0A8Vector1DVGSgvgTW', symObjAddr: 0x450, symBinAddr: 0x10D5B0, symSize: 0x20 } + - { offsetInCU: 0x508, offset: 0x12A9B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE7hasSkewSbvg', symObjAddr: 0x4A0, symBinAddr: 0x10D5D0, symSize: 0xE0 } + - { offsetInCU: 0x686, offset: 0x12AB33, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModel_pWOc', symObjAddr: 0x580, symBinAddr: 0x10D6B0, symSize: 0x30 } + - { offsetInCU: 0x6D1, offset: 0x12AB7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE23hasNegativeXScaleValuesSbvg', symObjAddr: 0x5B0, symBinAddr: 0x10D6E0, symSize: 0x80 } + - { offsetInCU: 0x7F4, offset: 0x12ACA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZAA0A8Vector3DV_AvA0A8Vector1DVAxv5xA4HoldVySo13CATransform3DVGTg5Tf4nnnnnnnnnnnnd_n', symObjAddr: 0x1920, symBinAddr: 0x10E850, symSize: 0x250 } + - { offsetInCU: 0x987, offset: 0x12AE34, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKF', symObjAddr: 0x660, symBinAddr: 0x10D760, symSize: 0x410 } + - { offsetInCU: 0xA84, offset: 0x12AF31, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_', symObjAddr: 0x16D0, symBinAddr: 0x10E640, symSize: 0x1E0 } + - { offsetInCU: 0xBD5, offset: 0x12B082, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addPositionAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xA70, symBinAddr: 0x10DB70, symSize: 0x3B0 } + - { offsetInCU: 0xE22, offset: 0x12B2CF, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE18addScaleAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0xE20, symBinAddr: 0x10DF20, symSize: 0x2B0 } + - { offsetInCU: 0x103A, offset: 0x12B4E7, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE21addRotationAnimations33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC21LayerAnimationContextVtKF', symObjAddr: 0x10D0, symBinAddr: 0x10E1D0, symSize: 0x3D0 } + - { offsetInCU: 0x11F6, offset: 0x12B6A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14TransformModelPAAE16hasSkewAnimationSbvg', symObjAddr: 0x1630, symBinAddr: 0x10E5A0, symSize: 0xA0 } + - { offsetInCU: 0x12BE, offset: 0x12B76B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5TA', symObjAddr: 0x1910, symBinAddr: 0x10E840, symSize: 0x10 } + - { offsetInCU: 0x131F, offset: 0x12B7CC, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE29addCombinedTransformAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL3for7contextyAC0E5Model_p_AC05LayerF7ContextVtKFAC4HoldVySo13CATransform3DVGAC0B8Vector3DV_AqC0B8Vector1DVAsq5StXEfU_TA', symObjAddr: 0x1D50, symBinAddr: 0x10EAA0, symSize: 0x30 } + - { offsetInCU: 0x1333, offset: 0x12B7E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x1E50, symBinAddr: 0x10EBA0, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x12BBB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0x10ED00, symSize: 0x210 } + - { offsetInCU: 0x126, offset: 0x12BCAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC11caTransformSo13CATransform3DVvg', symObjAddr: 0x0, symBinAddr: 0x10ED00, symSize: 0x210 } + - { offsetInCU: 0x358, offset: 0x12BEE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfd', symObjAddr: 0x210, symBinAddr: 0x10EF10, symSize: 0x80 } + - { offsetInCU: 0x385, offset: 0x12BF0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCfD', symObjAddr: 0x290, symBinAddr: 0x10EF90, symSize: 0x20 } + - { offsetInCU: 0x3C1, offset: 0x12BF4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x2D0, symBinAddr: 0x10EFD0, symSize: 0x20 } + - { offsetInCU: 0x402, offset: 0x12BF8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x2F0, symBinAddr: 0x10EFF0, symSize: 0x30 } + - { offsetInCU: 0x443, offset: 0x12BFCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x320, symBinAddr: 0x10F020, symSize: 0x20 } + - { offsetInCU: 0x484, offset: 0x12C00D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x340, symBinAddr: 0x10F040, symSize: 0x20 } + - { offsetInCU: 0x4B6, offset: 0x12C03F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesC9transformAcA14ShapeTransformCSg_tcfcTf4gn_n', symObjAddr: 0x690, symBinAddr: 0x10F390, symSize: 0xB60 } + - { offsetInCU: 0xDB7, offset: 0x12C940, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GroupNodePropertiesCMa', symObjAddr: 0x2B0, symBinAddr: 0x10EFB0, symSize: 0x20 } + - { offsetInCU: 0xDD7, offset: 0x12C960, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfd', symObjAddr: 0x360, symBinAddr: 0x10F060, symSize: 0x50 } + - { offsetInCU: 0xE04, offset: 0x12C98D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCfD', symObjAddr: 0x3B0, symBinAddr: 0x10F0B0, symSize: 0x20 } + - { offsetInCU: 0xE4F, offset: 0x12C9D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x3F0, symBinAddr: 0x10F0F0, symSize: 0x40 } + - { offsetInCU: 0xE99, offset: 0x12CA22, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x430, symBinAddr: 0x10F130, symSize: 0x30 } + - { offsetInCU: 0xEE9, offset: 0x12CA72, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x460, symBinAddr: 0x10F160, symSize: 0x40 } + - { offsetInCU: 0xF33, offset: 0x12CABC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x4A0, symBinAddr: 0x10F1A0, symSize: 0x10 } + - { offsetInCU: 0xF65, offset: 0x12CAEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x4B0, symBinAddr: 0x10F1B0, symSize: 0x10 } + - { offsetInCU: 0xFC9, offset: 0x12CB52, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x4C0, symBinAddr: 0x10F1C0, symSize: 0x30 } + - { offsetInCU: 0x102B, offset: 0x12CBB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x4F0, symBinAddr: 0x10F1F0, symSize: 0x10 } + - { offsetInCU: 0x1056, offset: 0x12CBDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x500, symBinAddr: 0x10F200, symSize: 0x10 } + - { offsetInCU: 0x1088, offset: 0x12CC11, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x510, symBinAddr: 0x10F210, symSize: 0x10 } + - { offsetInCU: 0x10B3, offset: 0x12CC3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x520, symBinAddr: 0x10F220, symSize: 0x10 } + - { offsetInCU: 0x10F4, offset: 0x12CC7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x530, symBinAddr: 0x10F230, symSize: 0x10 } + - { offsetInCU: 0x1135, offset: 0x12CCBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x540, symBinAddr: 0x10F240, symSize: 0x20 } + - { offsetInCU: 0x119D, offset: 0x12CD26, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP29performAdditionalLocalUpdates5frame05forceG6UpdateSb12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x560, symBinAddr: 0x10F260, symSize: 0x60 } + - { offsetInCU: 0x1224, offset: 0x12CDAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA08AnimatorC0A2aDP30performAdditionalOutputUpdates_05forceG6Updatey12CoreGraphics7CGFloatV_SbtFTW', symObjAddr: 0x5C0, symBinAddr: 0x10F2C0, symSize: 0x50 } + - { offsetInCU: 0x1284, offset: 0x12CE0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x610, symBinAddr: 0x10F310, symSize: 0x30 } + - { offsetInCU: 0x12C5, offset: 0x12CE4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x640, symBinAddr: 0x10F340, symSize: 0x20 } + - { offsetInCU: 0x1315, offset: 0x12CE9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCAA17KeypathSearchableA2aDP12keypathLayerSo7CALayerCSgvgTW', symObjAddr: 0x660, symBinAddr: 0x10F360, symSize: 0x30 } + - { offsetInCU: 0x1350, offset: 0x12CED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC4name06parentC04treeACSS_AA08AnimatorC0_pSgAA0C4TreeCtcfcTf4gggn_n', symObjAddr: 0x11F0, symBinAddr: 0x10FEF0, symSize: 0x5F0 } + - { offsetInCU: 0x17EA, offset: 0x12D373, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x17E0, symBinAddr: 0x1104E0, symSize: 0x1E0 } + - { offsetInCU: 0x188B, offset: 0x12D414, size: 0x8, addend: 0x0, symName: '_$s6Lottie9GroupNodeCMa', symObjAddr: 0x3D0, symBinAddr: 0x10F0D0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x12DBD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x1106C0, symSize: 0x50 } + - { offsetInCU: 0x4F, offset: 0x12DBF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x1106C0, symSize: 0x50 } + - { offsetInCU: 0x7C, offset: 0x12DC24, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCfD', symObjAddr: 0x50, symBinAddr: 0x110710, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x12DC60, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x90, symBinAddr: 0x110750, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x12DCA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xB0, symBinAddr: 0x110770, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x12DCE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xE0, symBinAddr: 0x1107A0, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x12DD14, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesC12gradientfillAcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x770, symBinAddr: 0x110E30, symSize: 0x4A0 } + - { offsetInCU: 0x4B4, offset: 0x12E05C, size: 0x8, addend: 0x0, symName: '_$s6Lottie22GradientFillPropertiesCMa', symObjAddr: 0x70, symBinAddr: 0x110730, symSize: 0x20 } + - { offsetInCU: 0x4F2, offset: 0x12E09A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCfD', symObjAddr: 0x100, symBinAddr: 0x1107C0, symSize: 0x40 } + - { offsetInCU: 0x553, offset: 0x12E0FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x160, symBinAddr: 0x110820, symSize: 0x40 } + - { offsetInCU: 0x59D, offset: 0x12E145, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x1A0, symBinAddr: 0x110860, symSize: 0x30 } + - { offsetInCU: 0x5DE, offset: 0x12E186, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1D0, symBinAddr: 0x110890, symSize: 0x10 } + - { offsetInCU: 0x610, offset: 0x12E1B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1E0, symBinAddr: 0x1108A0, symSize: 0x10 } + - { offsetInCU: 0x674, offset: 0x12E21C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1F0, symBinAddr: 0x1108B0, symSize: 0x20 } + - { offsetInCU: 0x6D6, offset: 0x12E27E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x210, symBinAddr: 0x1108D0, symSize: 0x10 } + - { offsetInCU: 0x701, offset: 0x12E2A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x220, symBinAddr: 0x1108E0, symSize: 0x10 } + - { offsetInCU: 0x733, offset: 0x12E2DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x1108F0, symSize: 0x10 } + - { offsetInCU: 0x75E, offset: 0x12E306, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x240, symBinAddr: 0x110900, symSize: 0x10 } + - { offsetInCU: 0x79F, offset: 0x12E347, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x250, symBinAddr: 0x110910, symSize: 0x10 } + - { offsetInCU: 0x7E0, offset: 0x12E388, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x260, symBinAddr: 0x110920, symSize: 0x20 } + - { offsetInCU: 0x812, offset: 0x12E3BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x280, symBinAddr: 0x110940, symSize: 0x10 } + - { offsetInCU: 0x84C, offset: 0x12E3F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x290, symBinAddr: 0x110950, symSize: 0x50 } + - { offsetInCU: 0x889, offset: 0x12E431, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xC10, symBinAddr: 0x1112D0, symSize: 0x240 } + - { offsetInCU: 0xCAA, offset: 0x12E852, size: 0x8, addend: 0x0, symName: '_$s6Lottie16GradientFillNodeCMa', symObjAddr: 0x140, symBinAddr: 0x110800, symSize: 0x20 } + - { offsetInCU: 0xDD9, offset: 0x12E981, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x2E0, symBinAddr: 0x1109A0, symSize: 0x160 } + - { offsetInCU: 0xE65, offset: 0x12EA0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector3DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x440, symBinAddr: 0x110B00, symSize: 0x1F0 } + - { offsetInCU: 0xFC9, offset: 0x12EB71, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcSaySdG_Tg5Tf4en_nAA20KeyframeInterpolatorCyAGG_Tg5', symObjAddr: 0x630, symBinAddr: 0x110CF0, symSize: 0x140 } + - { offsetInCU: 0x1623, offset: 0x12F1CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOc', symObjAddr: 0xF30, symBinAddr: 0x111510, symSize: 0x30 } + - { offsetInCU: 0x1637, offset: 0x12F1DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOWOh', symObjAddr: 0xF60, symBinAddr: 0x111540, symSize: 0x30 } + - { offsetInCU: 0xBE, offset: 0x12F637, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4pathSSvg', symObjAddr: 0x0, symBinAddr: 0x111570, symSize: 0x110 } + - { offsetInCU: 0x1CB, offset: 0x12F744, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV4typeAC0B4TypeOvg', symObjAddr: 0x120, symBinAddr: 0x111680, symSize: 0x130 } + - { offsetInCU: 0x269, offset: 0x12F7E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV16uncompressedSizes6UInt64Vvg', symObjAddr: 0x250, symBinAddr: 0x1117B0, symSize: 0x1E0 } + - { offsetInCU: 0x32A, offset: 0x12F8A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x430, symBinAddr: 0x111990, symSize: 0x60 } + - { offsetInCU: 0x35C, offset: 0x12F8D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x490, symBinAddr: 0x1119F0, symSize: 0x260 } + - { offsetInCU: 0x3F9, offset: 0x12F972, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25centralDirectoryStructure15localFileHeader14dataDescriptor09zip64DataJ0ACSgAC07CentraldE0V_AC05LocalgH0VAC0lJ0Vy_s6UInt32VGSgANy_s6UInt64VGSgtcfCTf4ggggd_n', symObjAddr: 0x6F0, symBinAddr: 0x111C50, symSize: 0x940 } + - { offsetInCU: 0x524, offset: 0x12FA9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVWOr', symObjAddr: 0x1070, symBinAddr: 0x112590, symSize: 0x70 } + - { offsetInCU: 0x538, offset: 0x12FAB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVWOr', symObjAddr: 0x1140, symBinAddr: 0x112600, symSize: 0x50 } + - { offsetInCU: 0x54C, offset: 0x12FAC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt32VGSgWOy', symObjAddr: 0x1190, symBinAddr: 0x112650, symSize: 0x20 } + - { offsetInCU: 0x560, offset: 0x12FAD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOr', symObjAddr: 0x11B0, symBinAddr: 0x112670, symSize: 0x30 } + - { offsetInCU: 0x574, offset: 0x12FAED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVy_s6UInt64VGSgWOy', symObjAddr: 0x11E0, symBinAddr: 0x1126A0, symSize: 0x20 } + - { offsetInCU: 0x588, offset: 0x12FB01, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMi', symObjAddr: 0x12B0, symBinAddr: 0x1126F0, symSize: 0x10 } + - { offsetInCU: 0x59C, offset: 0x12FB15, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMr', symObjAddr: 0x12C0, symBinAddr: 0x112700, symSize: 0x90 } + - { offsetInCU: 0x5B0, offset: 0x12FB29, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwCP', symObjAddr: 0x1350, symBinAddr: 0x112790, symSize: 0x150 } + - { offsetInCU: 0x5C4, offset: 0x12FB3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwxx', symObjAddr: 0x14A0, symBinAddr: 0x1128E0, symSize: 0x90 } + - { offsetInCU: 0x5D8, offset: 0x12FB51, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwcp', symObjAddr: 0x1530, symBinAddr: 0x112970, symSize: 0xE0 } + - { offsetInCU: 0x5EC, offset: 0x12FB65, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwca', symObjAddr: 0x1610, symBinAddr: 0x112A50, symSize: 0xF0 } + - { offsetInCU: 0x600, offset: 0x12FB79, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwtk', symObjAddr: 0x1700, symBinAddr: 0x112B40, symSize: 0xC0 } + - { offsetInCU: 0x614, offset: 0x12FB8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwta', symObjAddr: 0x17C0, symBinAddr: 0x112C00, symSize: 0xD0 } + - { offsetInCU: 0x628, offset: 0x12FBA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwet', symObjAddr: 0x1890, symBinAddr: 0x112CD0, symSize: 0x180 } + - { offsetInCU: 0x63C, offset: 0x12FBB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVwst', symObjAddr: 0x1A10, symBinAddr: 0x112E50, symSize: 0x2A0 } + - { offsetInCU: 0x650, offset: 0x12FBC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV14DataDescriptorVMa', symObjAddr: 0x1CB0, symBinAddr: 0x1130F0, symSize: 0x10 } + - { offsetInCU: 0x664, offset: 0x12FBDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwCP', symObjAddr: 0x1CC0, symBinAddr: 0x113100, symSize: 0x30 } + - { offsetInCU: 0x678, offset: 0x12FBF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwxx', symObjAddr: 0x1CF0, symBinAddr: 0x113130, symSize: 0x40 } + - { offsetInCU: 0x68C, offset: 0x12FC05, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwcp', symObjAddr: 0x1D30, symBinAddr: 0x113170, symSize: 0x90 } + - { offsetInCU: 0x6A0, offset: 0x12FC19, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwca', symObjAddr: 0x1DC0, symBinAddr: 0x113200, symSize: 0xE0 } + - { offsetInCU: 0x6B4, offset: 0x12FC2D, size: 0x8, addend: 0x0, symName: ___swift_memcpy72_8, symObjAddr: 0x1EA0, symBinAddr: 0x1132E0, symSize: 0x30 } + - { offsetInCU: 0x6C8, offset: 0x12FC41, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwta', symObjAddr: 0x1ED0, symBinAddr: 0x113310, symSize: 0x80 } + - { offsetInCU: 0x6DC, offset: 0x12FC55, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwet', symObjAddr: 0x1F50, symBinAddr: 0x113390, symSize: 0x50 } + - { offsetInCU: 0x6F0, offset: 0x12FC69, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVwst', symObjAddr: 0x1FA0, symBinAddr: 0x1133E0, symSize: 0x50 } + - { offsetInCU: 0x704, offset: 0x12FC7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderVMa', symObjAddr: 0x1FF0, symBinAddr: 0x113430, symSize: 0x10 } + - { offsetInCU: 0x718, offset: 0x12FC91, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwxx', symObjAddr: 0x2000, symBinAddr: 0x113440, symSize: 0x40 } + - { offsetInCU: 0x72C, offset: 0x12FCA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwcp', symObjAddr: 0x2040, symBinAddr: 0x113480, symSize: 0xC0 } + - { offsetInCU: 0x740, offset: 0x12FCB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwca', symObjAddr: 0x2100, symBinAddr: 0x113540, symSize: 0x130 } + - { offsetInCU: 0x754, offset: 0x12FCCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwta', symObjAddr: 0x2270, symBinAddr: 0x113670, symSize: 0xA0 } + - { offsetInCU: 0x768, offset: 0x12FCE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwet', symObjAddr: 0x2310, symBinAddr: 0x113710, symSize: 0x50 } + - { offsetInCU: 0x77C, offset: 0x12FCF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVwst', symObjAddr: 0x2360, symBinAddr: 0x113760, symSize: 0x60 } + - { offsetInCU: 0x790, offset: 0x12FD09, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureVMa', symObjAddr: 0x23C0, symBinAddr: 0x1137C0, symSize: 0x10 } + - { offsetInCU: 0x7A4, offset: 0x12FD1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwxx', symObjAddr: 0x23D0, symBinAddr: 0x1137D0, symSize: 0xC0 } + - { offsetInCU: 0x7B8, offset: 0x12FD31, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwcp', symObjAddr: 0x2490, symBinAddr: 0x113890, symSize: 0x240 } + - { offsetInCU: 0x7CC, offset: 0x12FD45, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwca', symObjAddr: 0x26D0, symBinAddr: 0x113AD0, symSize: 0x490 } + - { offsetInCU: 0x7E0, offset: 0x12FD59, size: 0x8, addend: 0x0, symName: ___swift_memcpy248_8, symObjAddr: 0x2B90, symBinAddr: 0x113F90, symSize: 0x10 } + - { offsetInCU: 0x7F4, offset: 0x12FD6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwta', symObjAddr: 0x2BA0, symBinAddr: 0x113FA0, symSize: 0x2A0 } + - { offsetInCU: 0x808, offset: 0x12FD81, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwet', symObjAddr: 0x2E40, symBinAddr: 0x114240, symSize: 0x50 } + - { offsetInCU: 0x81C, offset: 0x12FD95, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVwst', symObjAddr: 0x2E90, symBinAddr: 0x114290, symSize: 0xA0 } + - { offsetInCU: 0x830, offset: 0x12FDA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVMa', symObjAddr: 0x2F30, symBinAddr: 0x114330, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x130020, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x114360, symSize: 0x1D0 } + - { offsetInCU: 0x5C, offset: 0x130051, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x114360, symSize: 0x1D0 } + - { offsetInCU: 0xB8, offset: 0x1300AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1D0, symBinAddr: 0x114530, symSize: 0x2D0 } + - { offsetInCU: 0x1BA, offset: 0x1301AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC6encode2toys7Encoder_p_tKF', symObjAddr: 0x4A0, symBinAddr: 0x114800, symSize: 0x140 } + - { offsetInCU: 0x1F9, offset: 0x1301EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x830, symBinAddr: 0x114B90, symSize: 0x40 } + - { offsetInCU: 0x230, offset: 0x130225, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO8rawValueSSvg', symObjAddr: 0x870, symBinAddr: 0x114BD0, symSize: 0x20 } + - { offsetInCU: 0x267, offset: 0x13025C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO11stringValueSSvg', symObjAddr: 0x890, symBinAddr: 0x114BF0, symSize: 0x20 } + - { offsetInCU: 0x2E5, offset: 0x1302DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x8F0, symBinAddr: 0x114C50, symSize: 0x70 } + - { offsetInCU: 0x34B, offset: 0x130340, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x960, symBinAddr: 0x114CC0, symSize: 0x30 } + - { offsetInCU: 0x367, offset: 0x13035C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x990, symBinAddr: 0x114CF0, symSize: 0x10 } + - { offsetInCU: 0x39D, offset: 0x130392, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x9A0, symBinAddr: 0x114D00, symSize: 0x60 } + - { offsetInCU: 0x422, offset: 0x130417, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA00, symBinAddr: 0x114D60, symSize: 0x10 } + - { offsetInCU: 0x43E, offset: 0x130433, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xA10, symBinAddr: 0x114D70, symSize: 0x10 } + - { offsetInCU: 0x47A, offset: 0x13046F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCfD', symObjAddr: 0xA60, symBinAddr: 0x114DC0, symSize: 0x20 } + - { offsetInCU: 0x4C5, offset: 0x1304BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCC0, symBinAddr: 0x114FD0, symSize: 0x20 } + - { offsetInCU: 0x4E8, offset: 0x1304DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xCE0, symBinAddr: 0x114FF0, symSize: 0x20 } + - { offsetInCU: 0x5AE, offset: 0x1305A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueSSvg', symObjAddr: 0x5E0, symBinAddr: 0x114940, symSize: 0x20 } + - { offsetInCU: 0x5E6, offset: 0x1305DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x750, symBinAddr: 0x114AB0, symSize: 0x40 } + - { offsetInCU: 0x62C, offset: 0x130621, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x790, symBinAddr: 0x114AF0, symSize: 0x30 } + - { offsetInCU: 0x656, offset: 0x13064B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7C0, symBinAddr: 0x114B20, symSize: 0x20 } + - { offsetInCU: 0x68E, offset: 0x130683, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO8rawValueACSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1210, symBinAddr: 0x115520, symSize: 0x50 } + - { offsetInCU: 0x6B9, offset: 0x1306AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x14A0, symBinAddr: 0x115770, symSize: 0xE0 } + - { offsetInCU: 0x75E, offset: 0x130753, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeO13discriminator_WZ', symObjAddr: 0x820, symBinAddr: 0x114B80, symSize: 0x10 } + - { offsetInCU: 0x778, offset: 0x13076D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCMa', symObjAddr: 0xA80, symBinAddr: 0x114DE0, symSize: 0x20 } + - { offsetInCU: 0x78C, offset: 0x130781, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwet', symObjAddr: 0xAC0, symBinAddr: 0x114E00, symSize: 0x80 } + - { offsetInCU: 0x7A0, offset: 0x130795, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwst', symObjAddr: 0xB40, symBinAddr: 0x114E80, symSize: 0xD0 } + - { offsetInCU: 0x7B4, offset: 0x1307A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOwup', symObjAddr: 0xC10, symBinAddr: 0x114F50, symSize: 0x10 } + - { offsetInCU: 0x7C8, offset: 0x1307BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOMa', symObjAddr: 0xC20, symBinAddr: 0x114F60, symSize: 0x10 } + - { offsetInCU: 0x7DC, offset: 0x1307D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASQWb', symObjAddr: 0xC30, symBinAddr: 0x114F70, symSize: 0x10 } + - { offsetInCU: 0x7F0, offset: 0x1307E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSQAAWl', symObjAddr: 0xC40, symBinAddr: 0x114F80, symSize: 0x30 } + - { offsetInCU: 0x804, offset: 0x1307F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOAA11ClassFamilyAAWI', symObjAddr: 0xC70, symBinAddr: 0x114FB0, symSize: 0x20 } + - { offsetInCU: 0x818, offset: 0x13080D, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZ', symObjAddr: 0xD00, symBinAddr: 0x115010, symSize: 0x10 } + - { offsetInCU: 0x834, offset: 0x130829, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xD10, symBinAddr: 0x115020, symSize: 0x500 } + - { offsetInCU: 0xC15, offset: 0x130C0A, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA9ShapeItemCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x12A0, symBinAddr: 0x115570, symSize: 0x200 } + - { offsetInCU: 0xE57, offset: 0x130E4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSYAAWl', symObjAddr: 0x15E0, symBinAddr: 0x115850, symSize: 0x30 } + - { offsetInCU: 0xE6B, offset: 0x130E60, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs0D3KeyAAWl', symObjAddr: 0x1610, symBinAddr: 0x115880, symSize: 0x30 } + - { offsetInCU: 0xE7F, offset: 0x130E74, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOACSEAAWl', symObjAddr: 0x1640, symBinAddr: 0x1158B0, symSize: 0x30 } + - { offsetInCU: 0xE93, offset: 0x130E88, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwet', symObjAddr: 0x1700, symBinAddr: 0x1158E0, symSize: 0x80 } + - { offsetInCU: 0xEA7, offset: 0x130E9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwst', symObjAddr: 0x1780, symBinAddr: 0x115960, symSize: 0xD0 } + - { offsetInCU: 0xEBB, offset: 0x130EB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwug', symObjAddr: 0x1850, symBinAddr: 0x115A30, symSize: 0x10 } + - { offsetInCU: 0xECF, offset: 0x130EC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwup', symObjAddr: 0x1860, symBinAddr: 0x115A40, symSize: 0x10 } + - { offsetInCU: 0xEE3, offset: 0x130ED8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOwui', symObjAddr: 0x1870, symBinAddr: 0x115A50, symSize: 0x10 } + - { offsetInCU: 0xEF7, offset: 0x130EEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOMa', symObjAddr: 0x1880, symBinAddr: 0x115A60, symSize: 0x10 } + - { offsetInCU: 0xF0B, offset: 0x130F00, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASQWb', symObjAddr: 0x1890, symBinAddr: 0x115A70, symSize: 0x10 } + - { offsetInCU: 0xF1F, offset: 0x130F14, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFSQAAWl', symObjAddr: 0x18A0, symBinAddr: 0x115A80, symSize: 0x30 } + - { offsetInCU: 0xF33, offset: 0x130F28, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x18D0, symBinAddr: 0x115AB0, symSize: 0x10 } + - { offsetInCU: 0xF47, offset: 0x130F3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x18E0, symBinAddr: 0x115AC0, symSize: 0x30 } + - { offsetInCU: 0xF5B, offset: 0x130F50, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1910, symBinAddr: 0x115AF0, symSize: 0x10 } + - { offsetInCU: 0xF6F, offset: 0x130F64, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1920, symBinAddr: 0x115B00, symSize: 0x30 } + - { offsetInCU: 0xFF9, offset: 0x130FEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x600, symBinAddr: 0x114960, symSize: 0x80 } + - { offsetInCU: 0x10C8, offset: 0x1310BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x680, symBinAddr: 0x1149E0, symSize: 0x50 } + - { offsetInCU: 0x1146, offset: 0x13113B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6D0, symBinAddr: 0x114A30, symSize: 0x30 } + - { offsetInCU: 0x1198, offset: 0x13118D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x700, symBinAddr: 0x114A60, symSize: 0x50 } + - { offsetInCU: 0x11F4, offset: 0x1311E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x7E0, symBinAddr: 0x114B40, symSize: 0x40 } + - { offsetInCU: 0x1217, offset: 0x13120C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8B0, symBinAddr: 0x114C10, symSize: 0x10 } + - { offsetInCU: 0x1233, offset: 0x131228, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x8C0, symBinAddr: 0x114C20, symSize: 0x10 } + - { offsetInCU: 0x124F, offset: 0x131244, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8D0, symBinAddr: 0x114C30, symSize: 0x10 } + - { offsetInCU: 0x126B, offset: 0x131260, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8E0, symBinAddr: 0x114C40, symSize: 0x10 } + - { offsetInCU: 0x128D, offset: 0x131282, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xA20, symBinAddr: 0x114D80, symSize: 0x20 } + - { offsetInCU: 0x12A9, offset: 0x13129E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xA40, symBinAddr: 0x114DA0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x131508, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x115B50, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0x13154A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x115B50, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0x13159C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0x115BC0, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x1315DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0x115BE0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x13161E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0x115C10, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x131650, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesC9rectangleAcA9RectangleC_tcfcTf4gn_n', symObjAddr: 0xC90, symBinAddr: 0x1167A0, symSize: 0x3B0 } + - { offsetInCU: 0x47A, offset: 0x131957, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RectNodePropertiesCMa', symObjAddr: 0x50, symBinAddr: 0x115BA0, symSize: 0x20 } + - { offsetInCU: 0x5B5, offset: 0x131A92, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xE0, symBinAddr: 0x115C30, symSize: 0xE0 } + - { offsetInCU: 0x6E1, offset: 0x131BBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCfD', symObjAddr: 0x1C0, symBinAddr: 0x115D10, symSize: 0x40 } + - { offsetInCU: 0x742, offset: 0x131C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x220, symBinAddr: 0x115D70, symSize: 0x40 } + - { offsetInCU: 0x78C, offset: 0x131C69, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x260, symBinAddr: 0x115DB0, symSize: 0x30 } + - { offsetInCU: 0x7BE, offset: 0x131C9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x290, symBinAddr: 0x115DE0, symSize: 0x10 } + - { offsetInCU: 0x7DA, offset: 0x131CB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x2A0, symBinAddr: 0x115DF0, symSize: 0x10 } + - { offsetInCU: 0x83E, offset: 0x131D1B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x2B0, symBinAddr: 0x115E00, symSize: 0x20 } + - { offsetInCU: 0x8A0, offset: 0x131D7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x2D0, symBinAddr: 0x115E20, symSize: 0x10 } + - { offsetInCU: 0x8CB, offset: 0x131DA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x2E0, symBinAddr: 0x115E30, symSize: 0x10 } + - { offsetInCU: 0x8FD, offset: 0x131DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x2F0, symBinAddr: 0x115E40, symSize: 0x10 } + - { offsetInCU: 0x928, offset: 0x131E05, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x300, symBinAddr: 0x115E50, symSize: 0x10 } + - { offsetInCU: 0x969, offset: 0x131E46, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x310, symBinAddr: 0x115E60, symSize: 0x10 } + - { offsetInCU: 0x9AA, offset: 0x131E87, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x320, symBinAddr: 0x115E70, symSize: 0x20 } + - { offsetInCU: 0x9EB, offset: 0x131EC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x340, symBinAddr: 0x115E90, symSize: 0x20 } + - { offsetInCU: 0xA1D, offset: 0x131EFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeC06parentC09rectangleAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x1040, symBinAddr: 0x116B50, symSize: 0x120 } + - { offsetInCU: 0xAD7, offset: 0x131FB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13RectangleNodeCMa', symObjAddr: 0x200, symBinAddr: 0x115D50, symSize: 0x20 } + - { offsetInCU: 0xF1F, offset: 0x1323FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV9rectangle8position4size12cornerRadius9directionACSo7CGPointV_So6CGSizeV12CoreGraphics7CGFloatVAA0C9DirectionOtFZTf4nnnnd_n', symObjAddr: 0x360, symBinAddr: 0x115EB0, symSize: 0x8F0 } + - { offsetInCU: 0x27, offset: 0x133975, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0x116C70, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x13398D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMi', symObjAddr: 0x0, symBinAddr: 0x116C70, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x1339A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMr', symObjAddr: 0x10, symBinAddr: 0x116C80, symSize: 0x90 } + - { offsetInCU: 0x73, offset: 0x1339C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfC', symObjAddr: 0xA0, symBinAddr: 0x116D10, symSize: 0x80 } + - { offsetInCU: 0x91, offset: 0x1339DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10startValue03endE04time4hold9inTangent03outJ009spatialInJ00l3OutJ0ACyxGxSg_AM12CoreGraphics7CGFloatVSgSiSgAA0A8Vector2DVSgAuA0A8Vector3DVSgAXtcfc', symObjAddr: 0x120, symBinAddr: 0x116D90, symSize: 0x190 } + - { offsetInCU: 0x158, offset: 0x133AA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x2B0, symBinAddr: 0x116F20, symSize: 0x60 } + - { offsetInCU: 0x18D, offset: 0x133ADB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x310, symBinAddr: 0x116F80, symSize: 0x10 } + - { offsetInCU: 0x1C2, offset: 0x133B10, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8rawValueSSvg', symObjAddr: 0x320, symBinAddr: 0x116F90, symSize: 0x20 } + - { offsetInCU: 0x209, offset: 0x133B57, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO11stringValueSSvg', symObjAddr: 0x340, symBinAddr: 0x116FB0, symSize: 0x20 } + - { offsetInCU: 0x259, offset: 0x133BA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x490, symBinAddr: 0x117100, symSize: 0x30 } + - { offsetInCU: 0x275, offset: 0x133BC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x4C0, symBinAddr: 0x117130, symSize: 0x30 } + - { offsetInCU: 0x291, offset: 0x133BDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4F0, symBinAddr: 0x117160, symSize: 0x10 } + - { offsetInCU: 0x2AD, offset: 0x133BFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x500, symBinAddr: 0x117170, symSize: 0x20 } + - { offsetInCU: 0x2C9, offset: 0x133C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x520, symBinAddr: 0x117190, symSize: 0x10 } + - { offsetInCU: 0x2F4, offset: 0x133C42, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x530, symBinAddr: 0x1171A0, symSize: 0x20 } + - { offsetInCU: 0x325, offset: 0x133C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1350, symBinAddr: 0x117DF0, symSize: 0x10 } + - { offsetInCU: 0x34F, offset: 0x133C9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC6isHoldSbvg', symObjAddr: 0x5B0, symBinAddr: 0x117220, symSize: 0x30 } + - { offsetInCU: 0x3D2, offset: 0x133D20, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCfD', symObjAddr: 0x640, symBinAddr: 0x117250, symSize: 0x70 } + - { offsetInCU: 0x427, offset: 0x133D75, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCMa', symObjAddr: 0x6B0, symBinAddr: 0x1172C0, symSize: 0x10 } + - { offsetInCU: 0x43B, offset: 0x133D89, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x6C0, symBinAddr: 0x1172D0, symSize: 0x360 } + - { offsetInCU: 0x488, offset: 0x133DD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0xA20, symBinAddr: 0x117630, symSize: 0x50 } + - { offsetInCU: 0x4AB, offset: 0x133DF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCAASeRzlE4fromACyxGs7Decoder_p_tKcfc', symObjAddr: 0xA70, symBinAddr: 0x117680, symSize: 0x4C0 } + - { offsetInCU: 0x4F8, offset: 0x133E46, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xF30, symBinAddr: 0x117B40, symSize: 0x20 } + - { offsetInCU: 0x51B, offset: 0x133E69, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF50, symBinAddr: 0x117B60, symSize: 0x30 } + - { offsetInCU: 0x53E, offset: 0x133E8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMa', symObjAddr: 0xF80, symBinAddr: 0x117B90, symSize: 0x10 } + - { offsetInCU: 0x552, offset: 0x133EA0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSEAAWl', symObjAddr: 0xFF0, symBinAddr: 0x117BA0, symSize: 0x30 } + - { offsetInCU: 0x566, offset: 0x133EB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVACSeAAWl', symObjAddr: 0x10B0, symBinAddr: 0x117BD0, symSize: 0x30 } + - { offsetInCU: 0x57A, offset: 0x133EC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOMi', symObjAddr: 0x1140, symBinAddr: 0x117C00, symSize: 0x10 } + - { offsetInCU: 0x58E, offset: 0x133EDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwet', symObjAddr: 0x1170, symBinAddr: 0x117C10, symSize: 0x80 } + - { offsetInCU: 0x5A2, offset: 0x133EF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwst', symObjAddr: 0x11F0, symBinAddr: 0x117C90, symSize: 0xD0 } + - { offsetInCU: 0x5B6, offset: 0x133F04, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwug', symObjAddr: 0x12C0, symBinAddr: 0x117D60, symSize: 0x10 } + - { offsetInCU: 0x5CA, offset: 0x133F18, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwup', symObjAddr: 0x12D0, symBinAddr: 0x117D70, symSize: 0x10 } + - { offsetInCU: 0x5DE, offset: 0x133F2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOwui', symObjAddr: 0x12E0, symBinAddr: 0x117D80, symSize: 0x10 } + - { offsetInCU: 0x5F2, offset: 0x133F40, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASQWb', symObjAddr: 0x12F0, symBinAddr: 0x117D90, symSize: 0x20 } + - { offsetInCU: 0x606, offset: 0x133F54, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1310, symBinAddr: 0x117DB0, symSize: 0x20 } + - { offsetInCU: 0x61A, offset: 0x133F68, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1330, symBinAddr: 0x117DD0, symSize: 0x20 } + - { offsetInCU: 0x63F, offset: 0x133F8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x360, symBinAddr: 0x116FD0, symSize: 0x50 } + - { offsetInCU: 0x65B, offset: 0x133FA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x3B0, symBinAddr: 0x117020, symSize: 0x40 } + - { offsetInCU: 0x677, offset: 0x133FC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3F0, symBinAddr: 0x117060, symSize: 0x50 } + - { offsetInCU: 0x693, offset: 0x133FE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x440, symBinAddr: 0x1170B0, symSize: 0x50 } + - { offsetInCU: 0x6B5, offset: 0x134003, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x1171C0, symSize: 0x30 } + - { offsetInCU: 0x6D1, offset: 0x13401F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12KeyframeDataC10CodingKeysOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0x1171F0, symSize: 0x30 } + - { offsetInCU: 0xA5, offset: 0x1342C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x1650, symBinAddr: 0x119450, symSize: 0x270 } + - { offsetInCU: 0x3D7, offset: 0x1345F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA17GroupInterpolatorCyAA0A8Vector1DVG_Tg5', symObjAddr: 0x80, symBinAddr: 0x117E80, symSize: 0x120 } + - { offsetInCU: 0x52A, offset: 0x134748, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tFAA06SinglecD0CySayAA0A8Vector1DVGG_Tg5', symObjAddr: 0x1A0, symBinAddr: 0x117FA0, symSize: 0xD0 } + - { offsetInCU: 0x62E, offset: 0x13484C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5', symObjAddr: 0x390, symBinAddr: 0x118190, symSize: 0xD0 } + - { offsetInCU: 0x692, offset: 0x1348B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5', symObjAddr: 0x460, symBinAddr: 0x118260, symSize: 0xF0 } + - { offsetInCU: 0x741, offset: 0x13495F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5', symObjAddr: 0x550, symBinAddr: 0x118350, symSize: 0xE0 } + - { offsetInCU: 0x832, offset: 0x134A50, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_Tg5', symObjAddr: 0x630, symBinAddr: 0x118430, symSize: 0x220 } + - { offsetInCU: 0x95E, offset: 0x134B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_Tg5', symObjAddr: 0x850, symBinAddr: 0x118650, symSize: 0x160 } + - { offsetInCU: 0xA40, offset: 0x134C5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_Tg5', symObjAddr: 0x9B0, symBinAddr: 0x1187B0, symSize: 0xD0 } + - { offsetInCU: 0xB28, offset: 0x134D46, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC17updateSpanIndices33_7A0E017F04F9535C9149A101C089688CLL5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0xA80, symBinAddr: 0x118880, symSize: 0x290 } + - { offsetInCU: 0x1219, offset: 0x135437, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtFAA0A5ColorV_Tg5', symObjAddr: 0x1230, symBinAddr: 0x119030, symSize: 0x130 } + - { offsetInCU: 0x1379, offset: 0x135597, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtFAA0A8Vector3DV_Tg5', symObjAddr: 0x15C0, symBinAddr: 0x1193C0, symSize: 0x90 } + - { offsetInCU: 0x17D1, offset: 0x1359EF, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplier14roundedCornersyAC9ShapeItemC_AC0B16AnimationContextVSiAC07RoundedK0CSgtKF', symObjAddr: 0x18C0, symBinAddr: 0x1196C0, symSize: 0x860 } + - { offsetInCU: 0x1CDF, offset: 0x135EFD, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextyAC4FillC_AC0B16AnimationContextVtKF', symObjAddr: 0x2120, symBinAddr: 0x119F20, symSize: 0x1C0 } + - { offsetInCU: 0x1E7F, offset: 0x13609D, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7contextSiAC4TrimC_AC0B16AnimationContextVtKF', symObjAddr: 0x22E0, symBinAddr: 0x11A0E0, symSize: 0x1F0 } + - { offsetInCU: 0x2043, offset: 0x136261, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKF', symObjAddr: 0x24D0, symBinAddr: 0x11A2D0, symSize: 0xF60 } + - { offsetInCU: 0x3785, offset: 0x1379A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13KeyframeGroupCyAA0A8Vector1DVG11strokeStart_AJ0P3EndtyF', symObjAddr: 0x3450, symBinAddr: 0x11B230, symSize: 0x4B0 } + - { offsetInCU: 0x3E6B, offset: 0x138089, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b39C038startValueIsAlwaysLessOrEqualToThane7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x3AB0, symBinAddr: 0x11B890, symSize: 0x780 } + - { offsetInCU: 0x44DB, offset: 0x1386F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC27startAndEndValuesAllSatisfy33_33E459AC65426142E8345EC153C25F26LLyS2b12CoreGraphics7CGFloatV_AHtXEF010$s6Lottie4b42C041startValueIsAlwaysGreaterThanOrEqualToe7D033_33ijklmn10LLSbyFSb12o9Graphics7Q10V_AHtXEfU_Tf1cn_n', symObjAddr: 0x4230, symBinAddr: 0x11C010, symSize: 0x780 } + - { offsetInCU: 0x4B3E, offset: 0x138D5C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5', symObjAddr: 0x49B0, symBinAddr: 0x11C790, symSize: 0x20 } + - { offsetInCU: 0x4B56, offset: 0x138D74, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5', symObjAddr: 0x49D0, symBinAddr: 0x11C7B0, symSize: 0x60 } + - { offsetInCU: 0x4B6E, offset: 0x138D8C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5', symObjAddr: 0x4A30, symBinAddr: 0x11C810, symSize: 0x20 } + - { offsetInCU: 0x4B86, offset: 0x138DA4, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5', symObjAddr: 0x4A50, symBinAddr: 0x11C830, symSize: 0x40 } + - { offsetInCU: 0x4CEB, offset: 0x138F09, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x4D90, symBinAddr: 0x11CB70, symSize: 0x110 } + - { offsetInCU: 0x4DB2, offset: 0x138FD0, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnFSS_Tg5', symObjAddr: 0x4EA0, symBinAddr: 0x11CC80, symSize: 0x210 } + - { offsetInCU: 0x4E49, offset: 0x139067, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x50B0, symBinAddr: 0x11CE90, symSize: 0x140 } + - { offsetInCU: 0x4EFA, offset: 0x139118, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtFSS_Tg5', symObjAddr: 0x51F0, symBinAddr: 0x11CFD0, symSize: 0x190 } + - { offsetInCU: 0x4FD2, offset: 0x1391F0, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x5380, symBinAddr: 0x11D160, symSize: 0x1C0 } + - { offsetInCU: 0x502B, offset: 0x139249, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyFSS_Tg5', symObjAddr: 0x5540, symBinAddr: 0x11D320, symSize: 0x200 } + - { offsetInCU: 0x509A, offset: 0x1392B8, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x5740, symBinAddr: 0x11D520, symSize: 0x2A0 } + - { offsetInCU: 0x515D, offset: 0x13937B, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tFSS_Tg5', symObjAddr: 0x59E0, symBinAddr: 0x11D7C0, symSize: 0x300 } + - { offsetInCU: 0x521B, offset: 0x139439, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF12CoreGraphics7CGFloatV_Tg5', symObjAddr: 0x5CE0, symBinAddr: 0x11DAC0, symSize: 0x310 } + - { offsetInCU: 0x5313, offset: 0x139531, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tFSS_Tg5', symObjAddr: 0x5FF0, symBinAddr: 0x11DDD0, symSize: 0x320 } + - { offsetInCU: 0x5426, offset: 0x139644, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5', symObjAddr: 0x6310, symBinAddr: 0x11E0F0, symSize: 0x30 } + - { offsetInCU: 0x5471, offset: 0x13968F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5', symObjAddr: 0x6470, symBinAddr: 0x11E1B0, symSize: 0x90 } + - { offsetInCU: 0x54B6, offset: 0x1396D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x6530, symBinAddr: 0x11E240, symSize: 0x10 } + - { offsetInCU: 0x54CA, offset: 0x1396E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0x6660, symBinAddr: 0x11E2F0, symSize: 0x10 } + - { offsetInCU: 0x54DE, offset: 0x1396FC, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x66A0, symBinAddr: 0x11E300, symSize: 0x40 } + - { offsetInCU: 0x54F2, offset: 0x139710, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x67A0, symBinAddr: 0x11E340, symSize: 0x20 } + - { offsetInCU: 0x5506, offset: 0x139724, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x67C0, symBinAddr: 0x11E360, symSize: 0x20 } + - { offsetInCU: 0x551A, offset: 0x139738, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x6870, symBinAddr: 0x11E3B0, symSize: 0x10 } + - { offsetInCU: 0x5539, offset: 0x139757, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA12TextDocumentC_TG5TA', symObjAddr: 0x6880, symBinAddr: 0x11E3C0, symSize: 0x20 } + - { offsetInCU: 0x556D, offset: 0x13978B, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE12TextDocumentCG_Tg5TA', symObjAddr: 0x68A0, symBinAddr: 0x11E3E0, symSize: 0x40 } + - { offsetInCU: 0x5596, offset: 0x1397B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x68E0, symBinAddr: 0x11E420, symSize: 0x10 } + - { offsetInCU: 0x55B5, offset: 0x1397D3, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E5ColorVG_Tg5TA', symObjAddr: 0x68F0, symBinAddr: 0x11E430, symSize: 0x60 } + - { offsetInCU: 0x55DE, offset: 0x1397FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorC7storageAA20ValueProviderStorageOySayxGGvgAG12CoreGraphics7CGFloatVcfU_AA0A8Vector1DV_Tg5TA', symObjAddr: 0x6970, symBinAddr: 0x11E4B0, symSize: 0x10 } + - { offsetInCU: 0x5608, offset: 0x139826, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSayxGIegyo_AcDIegyr_6Lottie14InterpolatableRzlTRAE0D8Vector1DV_TG5TA', symObjAddr: 0x6980, symBinAddr: 0x11E4C0, symSize: 0x20 } + - { offsetInCU: 0x5651, offset: 0x13986F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_SaySdG_TG5TA', symObjAddr: 0x6A00, symBinAddr: 0x11E540, symSize: 0x20 } + - { offsetInCU: 0x56A2, offset: 0x1398C0, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_Sd_Tg5TA', symObjAddr: 0x6A80, symBinAddr: 0x11E5C0, symSize: 0x20 } + - { offsetInCU: 0x5725, offset: 0x139943, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_Sd_TG5TA', symObjAddr: 0x6AA0, symBinAddr: 0x11E5E0, symSize: 0x50 } + - { offsetInCU: 0x580D, offset: 0x139A2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A8Vector3DV_Tg5TA', symObjAddr: 0x6AF0, symBinAddr: 0x11E630, symSize: 0x10 } + - { offsetInCU: 0x582C, offset: 0x139A4A, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE0E8Vector3DVG_Tg5TA', symObjAddr: 0x6B00, symBinAddr: 0x11E640, symSize: 0x30 } + - { offsetInCU: 0x5860, offset: 0x139A7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA10BezierPathV_TG5TA', symObjAddr: 0x6B30, symBinAddr: 0x11E670, symSize: 0x30 } + - { offsetInCU: 0x5894, offset: 0x139AB2, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE20KeyframeInterpolatorCyAE10BezierPathVG_Tg5TA', symObjAddr: 0x6B60, symBinAddr: 0x11E6A0, symSize: 0x30 } + - { offsetInCU: 0x5CB7, offset: 0x139ED5, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3minABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x3900, symBinAddr: 0x11B6E0, symSize: 0xE0 } + - { offsetInCU: 0x5D5C, offset: 0x139F7A, size: 0x8, addend: 0x0, symName: '_$sSTsSL7ElementRpzrlE3maxABSgyFSay12CoreGraphics7CGFloatVG_Tg5', symObjAddr: 0x39E0, symBinAddr: 0x11B7C0, symSize: 0xD0 } + - { offsetInCU: 0x5E9D, offset: 0x13A0BB, size: 0x8, addend: 0x0, symName: '_$sSTsE3mapySayqd__Gqd__7ElementQzKXEKlFs12Zip2SequenceVySaySdGAGG_SdTg574$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRSd_TG5S3ds0F0_pIgnnrzo_Tf1cn_n', symObjAddr: 0x4A90, symBinAddr: 0x11C870, symSize: 0x300 } + - { offsetInCU: 0x4F, offset: 0x13A6D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x11E850, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x13A6F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0x11E890, symSize: 0x180 } + - { offsetInCU: 0x1BF, offset: 0x13A844, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfC', symObjAddr: 0x200, symBinAddr: 0x11EA10, symSize: 0x20 } + - { offsetInCU: 0x1DD, offset: 0x13A862, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfc', symObjAddr: 0x220, symBinAddr: 0x11EA30, symSize: 0x130 } + - { offsetInCU: 0x2F8, offset: 0x13A97D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCACycfcTo', symObjAddr: 0x350, symBinAddr: 0x11EB60, symSize: 0x20 } + - { offsetInCU: 0x314, offset: 0x13A999, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x370, symBinAddr: 0x11EB80, symSize: 0x40 } + - { offsetInCU: 0x332, offset: 0x13A9B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x3B0, symBinAddr: 0x11EBC0, symSize: 0x170 } + - { offsetInCU: 0x45D, offset: 0x13AAE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x520, symBinAddr: 0x11ED30, symSize: 0x30 } + - { offsetInCU: 0x497, offset: 0x13AB1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtF', symObjAddr: 0x550, symBinAddr: 0x11ED60, symSize: 0x130 } + - { offsetInCU: 0x56C, offset: 0x13ABF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13beginTracking_4withSbSo7UITouchC_So7UIEventCSgtFTo', symObjAddr: 0x680, symBinAddr: 0x11EE90, symSize: 0x70 } + - { offsetInCU: 0x5A6, offset: 0x13AC2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtF', symObjAddr: 0x6F0, symBinAddr: 0x11EF00, symSize: 0x1F0 } + - { offsetInCU: 0x6C1, offset: 0x13AD46, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x8E0, symBinAddr: 0x11F0F0, symSize: 0x70 } + - { offsetInCU: 0x707, offset: 0x13AD8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvg', symObjAddr: 0xAA0, symBinAddr: 0x11F2B0, symSize: 0x50 } + - { offsetInCU: 0x724, offset: 0x13ADA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvs', symObjAddr: 0xAF0, symBinAddr: 0x11F300, symSize: 0x60 } + - { offsetInCU: 0x74B, offset: 0x13ADD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM', symObjAddr: 0xB50, symBinAddr: 0x11F360, symSize: 0x40 } + - { offsetInCU: 0x77A, offset: 0x13ADFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvM.resume.0', symObjAddr: 0xB90, symBinAddr: 0x11F3A0, symSize: 0x10 } + - { offsetInCU: 0x7C3, offset: 0x13AE48, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0xBA0, symBinAddr: 0x11F3B0, symSize: 0x60 } + - { offsetInCU: 0x889, offset: 0x13AF0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0xC40, symBinAddr: 0x11F410, symSize: 0x40 } + - { offsetInCU: 0x8FD, offset: 0x13AF82, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange12fromProgress02toH05eventy12CoreGraphics7CGFloatV_AJSo15UIControlEventsVtF', symObjAddr: 0xCC0, symBinAddr: 0x11F450, symSize: 0x90 } + - { offsetInCU: 0x9BE, offset: 0x13B043, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC12setPlayRange10fromMarker02toH05eventySS_SSSo15UIControlEventsVtF', symObjAddr: 0xD50, symBinAddr: 0x11F4E0, symSize: 0x190 } + - { offsetInCU: 0xB74, offset: 0x13B1F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfD', symObjAddr: 0xF10, symBinAddr: 0x11F6A0, symSize: 0x30 } + - { offsetInCU: 0xC2F, offset: 0x13B2B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTK', symObjAddr: 0x950, symBinAddr: 0x11F160, symSize: 0x90 } + - { offsetInCU: 0xC5C, offset: 0x13B2E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonC13performActionyycSgvpACTk', symObjAddr: 0x9E0, symBinAddr: 0x11F1F0, symSize: 0xC0 } + - { offsetInCU: 0xD5E, offset: 0x13B3E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfE', symObjAddr: 0xEE0, symBinAddr: 0x11F670, symSize: 0x30 } + - { offsetInCU: 0xD8B, offset: 0x13B410, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCfETo', symObjAddr: 0xF40, symBinAddr: 0x11F6D0, symSize: 0x40 } + - { offsetInCU: 0xDBA, offset: 0x13B43F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedButtonCMa', symObjAddr: 0xFE0, symBinAddr: 0x11F710, symSize: 0x20 } + - { offsetInCU: 0xDCE, offset: 0x13B453, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOy', symObjAddr: 0x1050, symBinAddr: 0x11F730, symSize: 0x20 } + - { offsetInCU: 0xDED, offset: 0x13B472, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x1170, symBinAddr: 0x11F850, symSize: 0x20 } + - { offsetInCU: 0xE21, offset: 0x13B4A6, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x1190, symBinAddr: 0x11F870, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x13B7E9, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0x11F8A0, symSize: 0xB4 } + - { offsetInCU: 0x55, offset: 0x13B817, size: 0x8, addend: 0x0, symName: '_$sSo10CGColorRefa6LottieE3rgb12CoreGraphics7CGFloatV3red_AG5greenAG4bluetSgvg', symObjAddr: 0x0, symBinAddr: 0x11F8A0, symSize: 0xB4 } + - { offsetInCU: 0x27, offset: 0x13BAFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x11F960, symSize: 0x410 } + - { offsetInCU: 0x1EB, offset: 0x13BCBF, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC05shapeD0AcA0bD5ModelC_tcfc', symObjAddr: 0x0, symBinAddr: 0x11F960, symSize: 0x410 } + - { offsetInCU: 0x531, offset: 0x13C005, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x410, symBinAddr: 0x11FD70, symSize: 0x140 } + - { offsetInCU: 0x593, offset: 0x13C067, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x550, symBinAddr: 0x11FEB0, symSize: 0x50 } + - { offsetInCU: 0x5D9, offset: 0x13C0AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x5A0, symBinAddr: 0x11FF00, symSize: 0x50 } + - { offsetInCU: 0x620, offset: 0x13C0F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x5F0, symBinAddr: 0x11FF50, symSize: 0x80 } + - { offsetInCU: 0x66F, offset: 0x13C143, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x670, symBinAddr: 0x11FFD0, symSize: 0x80 } + - { offsetInCU: 0x732, offset: 0x13C206, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfD', symObjAddr: 0x720, symBinAddr: 0x120080, symSize: 0x30 } + - { offsetInCU: 0x7A9, offset: 0x13C27D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfE', symObjAddr: 0x6F0, symBinAddr: 0x120050, symSize: 0x30 } + - { offsetInCU: 0x7D6, offset: 0x13C2AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCfETo', symObjAddr: 0x750, symBinAddr: 0x1200B0, symSize: 0x30 } + - { offsetInCU: 0x805, offset: 0x13C2D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ShapeCompositionLayerCMa', symObjAddr: 0x780, symBinAddr: 0x1200E0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x13C50A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x120100, symSize: 0x10 } + - { offsetInCU: 0x50, offset: 0x13C533, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x120100, symSize: 0x10 } + - { offsetInCU: 0xEA, offset: 0x13C5CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x120110, symSize: 0x40 } + - { offsetInCU: 0x1D0, offset: 0x13C6B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x120150, symSize: 0x20 } + - { offsetInCU: 0x255, offset: 0x13C738, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0xB0, symBinAddr: 0x1201B0, symSize: 0x30 } + - { offsetInCU: 0x287, offset: 0x13C76A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASQWb', symObjAddr: 0xE0, symBinAddr: 0x1201E0, symSize: 0x10 } + - { offsetInCU: 0x29B, offset: 0x13C77E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVACSQAAWl', symObjAddr: 0xF0, symBinAddr: 0x1201F0, symSize: 0x30 } + - { offsetInCU: 0x2AF, offset: 0x13C792, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwet', symObjAddr: 0x180, symBinAddr: 0x120220, symSize: 0x40 } + - { offsetInCU: 0x2C3, offset: 0x13C7A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVwst', symObjAddr: 0x1C0, symBinAddr: 0x120260, symSize: 0x40 } + - { offsetInCU: 0x2D7, offset: 0x13C7BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVMa', symObjAddr: 0x200, symBinAddr: 0x1202A0, symSize: 0xA } + - { offsetInCU: 0x354, offset: 0x13C837, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ClassReferenceVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x120170, symSize: 0x40 } + - { offsetInCU: 0x1BF, offset: 0x13CBA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV12progressTime3for12CoreGraphics7CGFloatVAH_tKF', symObjAddr: 0x10, symBinAddr: 0x1202B0, symSize: 0x360 } + - { offsetInCU: 0x3CC, offset: 0x13CDB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV19simpleTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x370, symBinAddr: 0x120610, symSize: 0x10 } + - { offsetInCU: 0x3F5, offset: 0x13CDDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20complexTimeRemappingy12CoreGraphics7CGFloatVAGcvpfiA2GcfU_', symObjAddr: 0x380, symBinAddr: 0x120620, symSize: 0x10 } + - { offsetInCU: 0x41E, offset: 0x13CE05, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU_', symObjAddr: 0x3E0, symBinAddr: 0x120680, symSize: 0x10 } + - { offsetInCU: 0x447, offset: 0x13CE2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV20withoutTimeRemappingACyF12CoreGraphics7CGFloatVAGcfU0_', symObjAddr: 0x3F0, symBinAddr: 0x120690, symSize: 0x10 } + - { offsetInCU: 0x47F, offset: 0x13CE66, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityF0AA0eF0CvgTW', symObjAddr: 0x440, symBinAddr: 0x1206E0, symSize: 0x10 } + - { offsetInCU: 0x4DF, offset: 0x13CEC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCfD', symObjAddr: 0x400, symBinAddr: 0x1206A0, symSize: 0x20 } + - { offsetInCU: 0x50D, offset: 0x13CEF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LoggingStateCMa', symObjAddr: 0x420, symBinAddr: 0x1206C0, symSize: 0x20 } + - { offsetInCU: 0x521, offset: 0x13CF08, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x500, symBinAddr: 0x1206F0, symSize: 0x20 } + - { offsetInCU: 0x535, offset: 0x13CF1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x520, symBinAddr: 0x120710, symSize: 0x20 } + - { offsetInCU: 0x549, offset: 0x13CF30, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwCP', symObjAddr: 0x5A0, symBinAddr: 0x120730, symSize: 0x30 } + - { offsetInCU: 0x55D, offset: 0x13CF44, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwxx', symObjAddr: 0x5D0, symBinAddr: 0x120760, symSize: 0x80 } + - { offsetInCU: 0x571, offset: 0x13CF58, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwcp', symObjAddr: 0x650, symBinAddr: 0x1207E0, symSize: 0x150 } + - { offsetInCU: 0x585, offset: 0x13CF6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwca', symObjAddr: 0x7A0, symBinAddr: 0x120930, symSize: 0x1E0 } + - { offsetInCU: 0x599, offset: 0x13CF80, size: 0x8, addend: 0x0, symName: ___swift_memcpy153_8, symObjAddr: 0x980, symBinAddr: 0x120B10, symSize: 0x10 } + - { offsetInCU: 0x5AD, offset: 0x13CF94, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwta', symObjAddr: 0x990, symBinAddr: 0x120B20, symSize: 0x170 } + - { offsetInCU: 0x5C1, offset: 0x13CFA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwet', symObjAddr: 0xB00, symBinAddr: 0x120C90, symSize: 0x40 } + - { offsetInCU: 0x5D5, offset: 0x13CFBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVwst', symObjAddr: 0xB40, symBinAddr: 0x120CD0, symSize: 0x70 } + - { offsetInCU: 0x5E9, offset: 0x13CFD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVMa', symObjAddr: 0xBB0, symBinAddr: 0x120D40, symSize: 0xA } + - { offsetInCU: 0x2B, offset: 0x13D19C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x120D50, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x13D1DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x120D50, symSize: 0x40 } + - { offsetInCU: 0xBF, offset: 0x13D230, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0x60, symBinAddr: 0x120DB0, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x13D271, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x80, symBinAddr: 0x120DD0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x13D2B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0x120E00, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x13D2E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesC07roundedC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x900, symBinAddr: 0x1215F0, symSize: 0x200 } + - { offsetInCU: 0x3BE, offset: 0x13D52F, size: 0x8, addend: 0x0, symName: '_$s6Lottie24RoundedCornersPropertiesCMa', symObjAddr: 0x40, symBinAddr: 0x120D90, symSize: 0x20 } + - { offsetInCU: 0x74E, offset: 0x13D8BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xD0, symBinAddr: 0x120E20, symSize: 0x620 } + - { offsetInCU: 0xF0C, offset: 0x13E07D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCfD', symObjAddr: 0x6F0, symBinAddr: 0x121440, symSize: 0x40 } + - { offsetInCU: 0xF6D, offset: 0x13E0DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x750, symBinAddr: 0x1214A0, symSize: 0x40 } + - { offsetInCU: 0xFB7, offset: 0x13E128, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x790, symBinAddr: 0x1214E0, symSize: 0x30 } + - { offsetInCU: 0xFF8, offset: 0x13E169, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP06outputD0AA0D6Output_pvgTW', symObjAddr: 0x7C0, symBinAddr: 0x121510, symSize: 0x20 } + - { offsetInCU: 0x102A, offset: 0x13E19B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7E0, symBinAddr: 0x121530, symSize: 0x10 } + - { offsetInCU: 0x1046, offset: 0x13E1B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x7F0, symBinAddr: 0x121540, symSize: 0x10 } + - { offsetInCU: 0x1071, offset: 0x13E1E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x800, symBinAddr: 0x121550, symSize: 0x10 } + - { offsetInCU: 0x10A3, offset: 0x13E214, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x810, symBinAddr: 0x121560, symSize: 0x10 } + - { offsetInCU: 0x10CE, offset: 0x13E23F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x820, symBinAddr: 0x121570, symSize: 0x10 } + - { offsetInCU: 0x1100, offset: 0x13E271, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x830, symBinAddr: 0x121580, symSize: 0x10 } + - { offsetInCU: 0x112B, offset: 0x13E29C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x840, symBinAddr: 0x121590, symSize: 0x10 } + - { offsetInCU: 0x116C, offset: 0x13E2DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x850, symBinAddr: 0x1215A0, symSize: 0x10 } + - { offsetInCU: 0x11AD, offset: 0x13E31E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x860, symBinAddr: 0x1215B0, symSize: 0x20 } + - { offsetInCU: 0x11FD, offset: 0x13E36E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCAA08AnimatorD0A2aDP26forceUpstreamOutputUpdatesSbyFTW', symObjAddr: 0x880, symBinAddr: 0x1215D0, symSize: 0x20 } + - { offsetInCU: 0x1238, offset: 0x13E3A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeC06parentD007roundedC013upstreamPathsAcA08AnimatorD0_pSg_AA0bC0CSayAA010PathOutputD0CGtcfcTf4ngnn_n', symObjAddr: 0xB00, symBinAddr: 0x1217F0, symSize: 0x120 } + - { offsetInCU: 0x1302, offset: 0x13E473, size: 0x8, addend: 0x0, symName: '_$s6Lottie18RoundedCornersNodeCMa', symObjAddr: 0x730, symBinAddr: 0x121480, symSize: 0x20 } + - { offsetInCU: 0x8A, offset: 0x13EA32, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0x1219C0, symSize: 0x20 } + - { offsetInCU: 0xBB, offset: 0x13EA63, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0x1219E0, symSize: 0x10 } + - { offsetInCU: 0xE4, offset: 0x13EA8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x170, symBinAddr: 0x121A80, symSize: 0x40 } + - { offsetInCU: 0x109, offset: 0x13EAB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1B0, symBinAddr: 0x121AC0, symSize: 0x5E0 } + - { offsetInCU: 0x175, offset: 0x13EB1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x790, symBinAddr: 0x1220A0, symSize: 0xD60 } + - { offsetInCU: 0x532, offset: 0x13EEDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueSSvg', symObjAddr: 0x14F0, symBinAddr: 0x122E00, symSize: 0x20 } + - { offsetInCU: 0x569, offset: 0x13EF11, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO11stringValueSSvg', symObjAddr: 0x1880, symBinAddr: 0x123190, symSize: 0x20 } + - { offsetInCU: 0x5CD, offset: 0x13EF75, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x1940, symBinAddr: 0x123250, symSize: 0x40 } + - { offsetInCU: 0x613, offset: 0x13EFBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x1980, symBinAddr: 0x123290, symSize: 0x30 } + - { offsetInCU: 0x62F, offset: 0x13EFD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x19B0, symBinAddr: 0x1232C0, symSize: 0x10 } + - { offsetInCU: 0x665, offset: 0x13F00D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x19C0, symBinAddr: 0x1232D0, symSize: 0x30 } + - { offsetInCU: 0x6CA, offset: 0x13F072, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x19F0, symBinAddr: 0x123300, symSize: 0x10 } + - { offsetInCU: 0x6E6, offset: 0x13F08E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1A00, symBinAddr: 0x123310, symSize: 0x10 } + - { offsetInCU: 0x702, offset: 0x13F0AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2470, symBinAddr: 0x123AE0, symSize: 0x50 } + - { offsetInCU: 0x72F, offset: 0x13F0D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1510, symBinAddr: 0x122E20, symSize: 0x370 } + - { offsetInCU: 0x78B, offset: 0x13F133, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfd', symObjAddr: 0x1AA0, symBinAddr: 0x1233B0, symSize: 0x60 } + - { offsetInCU: 0x7D6, offset: 0x13F17E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfD', symObjAddr: 0x1B00, symBinAddr: 0x123410, symSize: 0x20 } + - { offsetInCU: 0x8A8, offset: 0x13F250, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCfE', symObjAddr: 0x1A50, symBinAddr: 0x123360, symSize: 0x50 } + - { offsetInCU: 0x900, offset: 0x13F2A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarCMa', symObjAddr: 0x1B20, symBinAddr: 0x123430, symSize: 0x20 } + - { offsetInCU: 0x914, offset: 0x13F2BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwet', symObjAddr: 0x1B60, symBinAddr: 0x123450, symSize: 0x80 } + - { offsetInCU: 0x928, offset: 0x13F2D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwst', symObjAddr: 0x1BE0, symBinAddr: 0x1234D0, symSize: 0xD0 } + - { offsetInCU: 0x93C, offset: 0x13F2E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOwup', symObjAddr: 0x1CB0, symBinAddr: 0x1235A0, symSize: 0x10 } + - { offsetInCU: 0x950, offset: 0x13F2F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOMa', symObjAddr: 0x1CC0, symBinAddr: 0x1235B0, symSize: 0x10 } + - { offsetInCU: 0x964, offset: 0x13F30C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASQWb', symObjAddr: 0x1CD0, symBinAddr: 0x1235C0, symSize: 0x10 } + - { offsetInCU: 0x978, offset: 0x13F320, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSQAAWl', symObjAddr: 0x1CE0, symBinAddr: 0x1235D0, symSize: 0x30 } + - { offsetInCU: 0x98C, offset: 0x13F334, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSYAAWl', symObjAddr: 0x1D10, symBinAddr: 0x123600, symSize: 0x30 } + - { offsetInCU: 0x9A0, offset: 0x13F348, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs0C3KeyAAWl', symObjAddr: 0x1DB0, symBinAddr: 0x123630, symSize: 0x30 } + - { offsetInCU: 0x9B4, offset: 0x13F35C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGSgxSgSEsSERzlWl', symObjAddr: 0x1EA0, symBinAddr: 0x123690, symSize: 0x60 } + - { offsetInCU: 0x9C8, offset: 0x13F370, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGSgMa', symObjAddr: 0x1F00, symBinAddr: 0x1236F0, symSize: 0x60 } + - { offsetInCU: 0x9DC, offset: 0x13F384, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSEAAWl', symObjAddr: 0x1F60, symBinAddr: 0x123750, symSize: 0x30 } + - { offsetInCU: 0x9F0, offset: 0x13F398, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOACSeAAWl', symObjAddr: 0x2130, symBinAddr: 0x123860, symSize: 0x30 } + - { offsetInCU: 0xA04, offset: 0x13F3AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwet', symObjAddr: 0x2220, symBinAddr: 0x123890, symSize: 0x80 } + - { offsetInCU: 0xA18, offset: 0x13F3C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwst', symObjAddr: 0x22A0, symBinAddr: 0x123910, symSize: 0xD0 } + - { offsetInCU: 0xA2C, offset: 0x13F3D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwug', symObjAddr: 0x2370, symBinAddr: 0x1239E0, symSize: 0x10 } + - { offsetInCU: 0xA40, offset: 0x13F3E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwup', symObjAddr: 0x2380, symBinAddr: 0x1239F0, symSize: 0x10 } + - { offsetInCU: 0xA54, offset: 0x13F3FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOwui', symObjAddr: 0x2390, symBinAddr: 0x123A00, symSize: 0x10 } + - { offsetInCU: 0xA68, offset: 0x13F410, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOMa', symObjAddr: 0x23A0, symBinAddr: 0x123A10, symSize: 0x10 } + - { offsetInCU: 0xA7C, offset: 0x13F424, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASQWb', symObjAddr: 0x23B0, symBinAddr: 0x123A20, symSize: 0x10 } + - { offsetInCU: 0xA90, offset: 0x13F438, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFSQAAWl', symObjAddr: 0x23C0, symBinAddr: 0x123A30, symSize: 0x30 } + - { offsetInCU: 0xAA4, offset: 0x13F44C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x23F0, symBinAddr: 0x123A60, symSize: 0x10 } + - { offsetInCU: 0xAB8, offset: 0x13F460, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2400, symBinAddr: 0x123A70, symSize: 0x30 } + - { offsetInCU: 0xACC, offset: 0x13F474, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2430, symBinAddr: 0x123AA0, symSize: 0x10 } + - { offsetInCU: 0xAE0, offset: 0x13F488, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2440, symBinAddr: 0x123AB0, symSize: 0x30 } + - { offsetInCU: 0xB14, offset: 0x13F4BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x121910, symSize: 0x10 } + - { offsetInCU: 0xBA5, offset: 0x13F54D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x121920, symSize: 0x40 } + - { offsetInCU: 0xC54, offset: 0x13F5FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x121960, symSize: 0x20 } + - { offsetInCU: 0xCA7, offset: 0x13F64F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x121980, symSize: 0x40 } + - { offsetInCU: 0xD2A, offset: 0x13F6D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0x1219F0, symSize: 0x50 } + - { offsetInCU: 0xD4D, offset: 0x13F6F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0x121A40, symSize: 0x40 } + - { offsetInCU: 0xDAB, offset: 0x13F753, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x18A0, symBinAddr: 0x1231B0, symSize: 0x10 } + - { offsetInCU: 0xE03, offset: 0x13F7AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH9hashValueSivgTW', symObjAddr: 0x18B0, symBinAddr: 0x1231C0, symSize: 0x40 } + - { offsetInCU: 0xE6B, offset: 0x13F813, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18F0, symBinAddr: 0x123200, symSize: 0x10 } + - { offsetInCU: 0xE7F, offset: 0x13F827, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1900, symBinAddr: 0x123210, symSize: 0x40 } + - { offsetInCU: 0xEBB, offset: 0x13F863, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1A10, symBinAddr: 0x123320, symSize: 0x20 } + - { offsetInCU: 0xED7, offset: 0x13F87F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC10CodingKeys33_D6A898BEE3E54133896CFEAC60882170LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1A30, symBinAddr: 0x123340, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x13FA6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwet', symObjAddr: 0x50, symBinAddr: 0x123B50, symSize: 0x50 } + - { offsetInCU: 0x53, offset: 0x13FA81, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwst', symObjAddr: 0xA0, symBinAddr: 0x123BA0, symSize: 0xA0 } + - { offsetInCU: 0x67, offset: 0x13FA95, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwug', symObjAddr: 0x140, symBinAddr: 0x123C40, symSize: 0x10 } + - { offsetInCU: 0x7B, offset: 0x13FAA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwup', symObjAddr: 0x150, symBinAddr: 0x123C50, symSize: 0x10 } + - { offsetInCU: 0x8F, offset: 0x13FABD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOwui', symObjAddr: 0x160, symBinAddr: 0x123C60, symSize: 0x10 } + - { offsetInCU: 0xA3, offset: 0x13FAD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOMa', symObjAddr: 0x170, symBinAddr: 0x123C70, symSize: 0x10 } + - { offsetInCU: 0xD8, offset: 0x13FB06, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x1C0, symBinAddr: 0x123CC0, symSize: 0x60 } + - { offsetInCU: 0x11B, offset: 0x13FB49, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSYAASY8rawValue03RawD0QzvgTW', symObjAddr: 0x220, symBinAddr: 0x123D20, symSize: 0x20 } + - { offsetInCU: 0x15B, offset: 0x13FB89, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x240, symBinAddr: 0x123D40, symSize: 0x10 } + - { offsetInCU: 0x1A6, offset: 0x13FBD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x250, symBinAddr: 0x123D50, symSize: 0x60 } + - { offsetInCU: 0x1F1, offset: 0x13FC1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x2B0, symBinAddr: 0x123DB0, symSize: 0x10 } + - { offsetInCU: 0x20D, offset: 0x13FC3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x2C0, symBinAddr: 0x123DC0, symSize: 0x10 } + - { offsetInCU: 0x229, offset: 0x13FC57, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorO11stringValueSSvgTf4d_n', symObjAddr: 0x410, symBinAddr: 0x123ED0, symSize: 0x20 } + - { offsetInCU: 0x246, offset: 0x13FC74, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASQWb', symObjAddr: 0x310, symBinAddr: 0x123E10, symSize: 0x10 } + - { offsetInCU: 0x25A, offset: 0x13FC88, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACSQAAWl', symObjAddr: 0x320, symBinAddr: 0x123E20, symSize: 0x30 } + - { offsetInCU: 0x26E, offset: 0x13FC9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x350, symBinAddr: 0x123E50, symSize: 0x10 } + - { offsetInCU: 0x282, offset: 0x13FCB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x360, symBinAddr: 0x123E60, symSize: 0x30 } + - { offsetInCU: 0x296, offset: 0x13FCC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x390, symBinAddr: 0x123E90, symSize: 0x10 } + - { offsetInCU: 0x2AA, offset: 0x13FCD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOACs23CustomStringConvertibleAAWl', symObjAddr: 0x3A0, symBinAddr: 0x123EA0, symSize: 0x30 } + - { offsetInCU: 0x2DE, offset: 0x13FD0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x180, symBinAddr: 0x123C80, symSize: 0x10 } + - { offsetInCU: 0x31E, offset: 0x13FD4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH9hashValueSivgTW', symObjAddr: 0x190, symBinAddr: 0x123C90, symSize: 0x10 } + - { offsetInCU: 0x35E, offset: 0x13FD8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A0, symBinAddr: 0x123CA0, symSize: 0x10 } + - { offsetInCU: 0x39E, offset: 0x13FDCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1B0, symBinAddr: 0x123CB0, symSize: 0x10 } + - { offsetInCU: 0x3D5, offset: 0x13FE03, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x2D0, symBinAddr: 0x123DD0, symSize: 0x20 } + - { offsetInCU: 0x3F1, offset: 0x13FE1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13DiscriminatorOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x2F0, symBinAddr: 0x123DF0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x13FF82, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x123EF0, symSize: 0xC60 } + - { offsetInCU: 0x4D7, offset: 0x14042E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC7precomp5asset18layerImageProvider0g4TextI00g4FontI004textI004fontI00F7Library9frameRate013rootAnimationD0AcA0b4CompD5ModelC_AA12PrecompAssetCAA0dhI0CAA0djI0CAA0dkI0CAA0r7KeypathjI0_pAA0rkI0_pAA0vN0CSg12CoreGraphics7CGFloatVAA010MainThreadrD0CSgtcfc', symObjAddr: 0x0, symBinAddr: 0x123EF0, symSize: 0xC60 } + - { offsetInCU: 0xCCB, offset: 0x140C22, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfc', symObjAddr: 0xC60, symBinAddr: 0x124B50, symSize: 0x180 } + - { offsetInCU: 0xD2D, offset: 0x140C84, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0xDE0, symBinAddr: 0x124CD0, symSize: 0x50 } + - { offsetInCU: 0xD73, offset: 0x140CCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xE30, symBinAddr: 0x124D20, symSize: 0x50 } + - { offsetInCU: 0xDBA, offset: 0x140D11, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0xE80, symBinAddr: 0x124D70, symSize: 0xF0 } + - { offsetInCU: 0xEE5, offset: 0x140E3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0xF70, symBinAddr: 0x124E60, symSize: 0x150 } + - { offsetInCU: 0x10EA, offset: 0x141041, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x10C0, symBinAddr: 0x124FB0, symSize: 0x140 } + - { offsetInCU: 0x12FC, offset: 0x141253, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfD', symObjAddr: 0x1230, symBinAddr: 0x125120, symSize: 0x30 } + - { offsetInCU: 0x13B3, offset: 0x14130A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfE', symObjAddr: 0x1200, symBinAddr: 0x1250F0, symSize: 0x30 } + - { offsetInCU: 0x13E0, offset: 0x141337, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCfETo', symObjAddr: 0x1260, symBinAddr: 0x125150, symSize: 0x30 } + - { offsetInCU: 0x140F, offset: 0x141366, size: 0x8, addend: 0x0, symName: '_$s6Lottie19PreCompositionLayerCMa', symObjAddr: 0x1290, symBinAddr: 0x125180, symSize: 0x20 } + - { offsetInCU: 0x94, offset: 0x1417E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnyValueProviderPAAE5value5frameyp12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x1251D0, symSize: 0x90 } + - { offsetInCU: 0x124, offset: 0x141873, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMi', symObjAddr: 0x140, symBinAddr: 0x125290, symSize: 0x10 } + - { offsetInCU: 0x138, offset: 0x141887, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMr', symObjAddr: 0x150, symBinAddr: 0x1252A0, symSize: 0x80 } + - { offsetInCU: 0x14C, offset: 0x14189B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwCP', symObjAddr: 0x1D0, symBinAddr: 0x125320, symSize: 0x140 } + - { offsetInCU: 0x160, offset: 0x1418AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwxx', symObjAddr: 0x310, symBinAddr: 0x125460, symSize: 0xD0 } + - { offsetInCU: 0x174, offset: 0x1418C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwcp', symObjAddr: 0x3E0, symBinAddr: 0x125530, symSize: 0x100 } + - { offsetInCU: 0x188, offset: 0x1418D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwca', symObjAddr: 0x4E0, symBinAddr: 0x125630, symSize: 0x1D0 } + - { offsetInCU: 0x19C, offset: 0x1418EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwtk', symObjAddr: 0x6B0, symBinAddr: 0x125800, symSize: 0xE0 } + - { offsetInCU: 0x1B0, offset: 0x1418FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwta', symObjAddr: 0x790, symBinAddr: 0x1258E0, symSize: 0x1B0 } + - { offsetInCU: 0x1C4, offset: 0x141913, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwet', symObjAddr: 0x940, symBinAddr: 0x125A90, symSize: 0x110 } + - { offsetInCU: 0x1D8, offset: 0x141927, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwst', symObjAddr: 0xA50, symBinAddr: 0x125BA0, symSize: 0x200 } + - { offsetInCU: 0x1EC, offset: 0x14193B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwug', symObjAddr: 0xC50, symBinAddr: 0x125DA0, symSize: 0xA0 } + - { offsetInCU: 0x200, offset: 0x14194F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwup', symObjAddr: 0xCF0, symBinAddr: 0x125E40, symSize: 0x10 } + - { offsetInCU: 0x214, offset: 0x141963, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOwui', symObjAddr: 0xD00, symBinAddr: 0x125E50, symSize: 0xD0 } + - { offsetInCU: 0x228, offset: 0x141977, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOMa', symObjAddr: 0xDD0, symBinAddr: 0x125F20, symSize: 0x10 } + - { offsetInCU: 0x23C, offset: 0x14198B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwCP', symObjAddr: 0xDE0, symBinAddr: 0x125F30, symSize: 0x30 } + - { offsetInCU: 0x250, offset: 0x14199F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwxx', symObjAddr: 0xE10, symBinAddr: 0x125F60, symSize: 0x50 } + - { offsetInCU: 0x264, offset: 0x1419B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwcp', symObjAddr: 0xE90, symBinAddr: 0x125FB0, symSize: 0x80 } + - { offsetInCU: 0x278, offset: 0x1419C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwca', symObjAddr: 0xF10, symBinAddr: 0x126030, symSize: 0xD0 } + - { offsetInCU: 0x28C, offset: 0x1419DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwta', symObjAddr: 0x1000, symBinAddr: 0x126100, symSize: 0xB0 } + - { offsetInCU: 0x2A0, offset: 0x1419EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwet', symObjAddr: 0x10B0, symBinAddr: 0x1261B0, symSize: 0x40 } + - { offsetInCU: 0x2B4, offset: 0x141A03, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwst', symObjAddr: 0x10F0, symBinAddr: 0x1261F0, symSize: 0x50 } + - { offsetInCU: 0x2C8, offset: 0x141A17, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwug', symObjAddr: 0x1140, symBinAddr: 0x126240, symSize: 0x20 } + - { offsetInCU: 0x2DC, offset: 0x141A2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwup', symObjAddr: 0x1160, symBinAddr: 0x126260, symSize: 0x10 } + - { offsetInCU: 0x2F0, offset: 0x141A3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOwui', symObjAddr: 0x1170, symBinAddr: 0x126270, symSize: 0x30 } + - { offsetInCU: 0x304, offset: 0x141A53, size: 0x8, addend: 0x0, symName: '_$s6Lottie23AnyValueProviderStorageOMa', symObjAddr: 0x11A0, symBinAddr: 0x1262A0, symSize: 0x10 } + - { offsetInCU: 0x318, offset: 0x141A67, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x11B0, symBinAddr: 0x1262B0, symSize: 0x30 } + - { offsetInCU: 0x383, offset: 0x141AD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA04SizebC0C_Tg5', symObjAddr: 0x11E0, symBinAddr: 0x1262E0, symSize: 0xE0 } + - { offsetInCU: 0x49A, offset: 0x141BE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg', symObjAddr: 0x1A80, symBinAddr: 0x126B80, symSize: 0x280 } + - { offsetInCU: 0x55F, offset: 0x141CAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_', symObjAddr: 0x1D70, symBinAddr: 0x126E70, symSize: 0xA0 } + - { offsetInCU: 0x59E, offset: 0x141CED, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_', symObjAddr: 0x1E70, symBinAddr: 0x126F30, symSize: 0x100 } + - { offsetInCU: 0x5D5, offset: 0x141D24, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_', symObjAddr: 0x2040, symBinAddr: 0x1270D0, symSize: 0x90 } + - { offsetInCU: 0x760, offset: 0x141EAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05ColorbC0C_Tg5', symObjAddr: 0x12C0, symBinAddr: 0x1263C0, symSize: 0x520 } + - { offsetInCU: 0xB21, offset: 0x142270, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05FloatbC0C_Tg5', symObjAddr: 0x17E0, symBinAddr: 0x1268E0, symSize: 0xD0 } + - { offsetInCU: 0xBEF, offset: 0x14233E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA05PointbC0C_Tg5', symObjAddr: 0x18B0, symBinAddr: 0x1269B0, symSize: 0xE0 } + - { offsetInCU: 0xCBB, offset: 0x14240A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA08GradientbC0C_Tg5', symObjAddr: 0x1990, symBinAddr: 0x126A90, symSize: 0xF0 } + - { offsetInCU: 0xD40, offset: 0x14248F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17SizeValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1D00, symBinAddr: 0x126E00, symSize: 0x20 } + - { offsetInCU: 0xD5C, offset: 0x1424AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ColorValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x1D20, symBinAddr: 0x126E20, symSize: 0x20 } + - { offsetInCU: 0xD78, offset: 0x1424C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GroupInterpolatorCyxGAA16AnyValueProviderA2aEP17typeErasedStorageAA0defI0OvgTW', symObjAddr: 0x1D40, symBinAddr: 0x126E40, symSize: 0x30 } + - { offsetInCU: 0xD94, offset: 0x1424E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0OvgAA8KeyframeCyypGAHy0B0QzGXEfU_TA', symObjAddr: 0x1E10, symBinAddr: 0x126F10, symSize: 0x20 } + - { offsetInCU: 0xDA8, offset: 0x1424F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_TA', symObjAddr: 0x21C0, symBinAddr: 0x127250, symSize: 0xA0 } + - { offsetInCU: 0xE06, offset: 0x142555, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tFAA0A5ColorV_TB5', symObjAddr: 0x2260, symBinAddr: 0x1272F0, symSize: 0x160 } + - { offsetInCU: 0xECC, offset: 0x14261B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageO5value5framex12CoreGraphics7CGFloatV_tF', symObjAddr: 0x23C0, symBinAddr: 0x127450, symSize: 0x160 } + - { offsetInCU: 0xF50, offset: 0x14269F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2520, symBinAddr: 0x1275B0, symSize: 0x30 } + - { offsetInCU: 0xF6C, offset: 0x1426BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2550, symBinAddr: 0x1275E0, symSize: 0x20 } + - { offsetInCU: 0xF88, offset: 0x1426D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2570, symBinAddr: 0x127600, symSize: 0x20 } + - { offsetInCU: 0xFA4, offset: 0x1426F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP17typeErasedStorageAA0ecdH0OvgTW', symObjAddr: 0x2590, symBinAddr: 0x127620, symSize: 0x20 } + - { offsetInCU: 0xFC0, offset: 0x14270F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05PointdF0C_Tg5TA', symObjAddr: 0x2600, symBinAddr: 0x127690, symSize: 0x20 } + - { offsetInCU: 0xFD4, offset: 0x142723, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x2630, symBinAddr: 0x1276C0, symSize: 0x20 } + - { offsetInCU: 0xFE8, offset: 0x142737, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0x2650, symBinAddr: 0x1276E0, symSize: 0x20 } + - { offsetInCU: 0xFFC, offset: 0x14274B, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE08GradientdF0C_Tg5TA', symObjAddr: 0x2670, symBinAddr: 0x127700, symSize: 0x20 } + - { offsetInCU: 0x1010, offset: 0x14275F, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOy', symObjAddr: 0x2690, symBinAddr: 0x127720, symSize: 0x20 } + - { offsetInCU: 0x1024, offset: 0x142773, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x26C0, symBinAddr: 0x127750, symSize: 0x20 } + - { offsetInCU: 0x1038, offset: 0x142787, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05FloatdF0C_Tg5TA', symObjAddr: 0x26E0, symBinAddr: 0x127770, symSize: 0x20 } + - { offsetInCU: 0x104C, offset: 0x14279B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOe', symObjAddr: 0x2780, symBinAddr: 0x1277E0, symSize: 0x30 } + - { offsetInCU: 0x1060, offset: 0x1427AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOb', symObjAddr: 0x27B0, symBinAddr: 0x127810, symSize: 0x40 } + - { offsetInCU: 0x107F, offset: 0x1427CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13ValueProviderPAAE17typeErasedStorageAA03AnybcF0Ovg0B0Qz12CoreGraphics7CGFloatVcAA0bcF0OyAHGcfu_AhKcfu0_AA05ColorbC0C_TG5TA', symObjAddr: 0x27F0, symBinAddr: 0x127850, symSize: 0x40 } + - { offsetInCU: 0x10D3, offset: 0x142822, size: 0x8, addend: 0x0, symName: '_$s6Lottie20ValueProviderStorageOyAA0A5ColorVGWOy', symObjAddr: 0x2830, symBinAddr: 0x127890, symSize: 0x30 } + - { offsetInCU: 0x10E7, offset: 0x142836, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE05ColordF0C_Tg5TA', symObjAddr: 0x2860, symBinAddr: 0x1278C0, symSize: 0x20 } + - { offsetInCU: 0x10FB, offset: 0x14284A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20KeyframeInterpolatorC7storageAA20ValueProviderStorageOyxGvgx12CoreGraphics7CGFloatVcfU_AA0A5ColorV_Tg5TA', symObjAddr: 0x2880, symBinAddr: 0x1278E0, symSize: 0x10 } + - { offsetInCU: 0x110F, offset: 0x14285E, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV5Value6Lottie0D8ProviderPQzIegyr_ACypIegyr_AeFRzlTRAE04SizedF0C_Tg5TA', symObjAddr: 0x2940, symBinAddr: 0x1279A0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x142CC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x127A40, symSize: 0x1170 } + - { offsetInCU: 0x28D, offset: 0x142F2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyF', symObjAddr: 0x0, symBinAddr: 0x127A40, symSize: 0x1170 } + - { offsetInCU: 0xC61, offset: 0x1438FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_', symObjAddr: 0x16D0, symBinAddr: 0x129110, symSize: 0xC0 } + - { offsetInCU: 0xCFD, offset: 0x14399B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC6action6forKeySo8CAAction_pSgSS_tFTo', symObjAddr: 0x1170, symBinAddr: 0x128BB0, symSize: 0x10 } + - { offsetInCU: 0xD19, offset: 0x1439B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x1180, symBinAddr: 0x128BC0, symSize: 0x430 } + - { offsetInCU: 0xE68, offset: 0x143B06, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x1680, symBinAddr: 0x1290C0, symSize: 0x50 } + - { offsetInCU: 0xE84, offset: 0x143B22, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfc', symObjAddr: 0x1790, symBinAddr: 0x1291D0, symSize: 0x180 } + - { offsetInCU: 0xEB3, offset: 0x143B51, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCACycfcTo', symObjAddr: 0x1910, symBinAddr: 0x129350, symSize: 0x20 } + - { offsetInCU: 0xECF, offset: 0x143B6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfc', symObjAddr: 0x1930, symBinAddr: 0x129370, symSize: 0x1C0 } + - { offsetInCU: 0xF0C, offset: 0x143BAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x1AF0, symBinAddr: 0x129530, symSize: 0x50 } + - { offsetInCU: 0xF28, offset: 0x143BC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1B40, symBinAddr: 0x129580, symSize: 0x1A0 } + - { offsetInCU: 0xF65, offset: 0x143C03, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1CE0, symBinAddr: 0x129720, symSize: 0x30 } + - { offsetInCU: 0xF81, offset: 0x143C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfD', symObjAddr: 0x1D10, symBinAddr: 0x129750, symSize: 0x30 } + - { offsetInCU: 0x1002, offset: 0x143CA0, size: 0x8, addend: 0x0, symName: '_$sSo12CGContextRefa6LottieE21adjustWithLineOrigins33_ADD2B19552B13F52C52B0803615BD067LL2in4withySo07CTFrameB0a_So06CTFontB0aSgtF', symObjAddr: 0x15B0, symBinAddr: 0x128FF0, symSize: 0xD0 } + - { offsetInCU: 0x1156, offset: 0x143DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCfETo', symObjAddr: 0x1D40, symBinAddr: 0x129780, symSize: 0x80 } + - { offsetInCU: 0x1185, offset: 0x143E23, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerCMa', symObjAddr: 0x1DC0, symBinAddr: 0x129800, symSize: 0x20 } + - { offsetInCU: 0x1199, offset: 0x143E37, size: 0x8, addend: 0x0, symName: '_$sSo23NSMutableParagraphStyleCMa', symObjAddr: 0x1E20, symBinAddr: 0x129820, symSize: 0x30 } + - { offsetInCU: 0x1247, offset: 0x143EE5, size: 0x8, addend: 0x0, symName: '_$sSo21NSAttributedStringKeyaABSHSCWl', symObjAddr: 0x2010, symBinAddr: 0x129A10, symSize: 0x40 } + - { offsetInCU: 0x125B, offset: 0x143EF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CoreTextRenderLayerC06updateC7Content33_ADD2B19552B13F52C52B0803615BD067LLyyFSSyXEfu5_TA', symObjAddr: 0x20D0, symBinAddr: 0x129A50, symSize: 0x10 } + - { offsetInCU: 0x126F, offset: 0x143F0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x20E0, symBinAddr: 0x129A60, symSize: 0x20 } + - { offsetInCU: 0x1392, offset: 0x144030, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSo018NSAttributedStringD0a_ypTg5', symObjAddr: 0x1E50, symBinAddr: 0x129850, symSize: 0xD0 } + - { offsetInCU: 0x1445, offset: 0x1440E3, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSS_6Lottie15AnyNodeProperty_pTg5', symObjAddr: 0x1F20, symBinAddr: 0x129920, symSize: 0xF0 } + - { offsetInCU: 0x4F, offset: 0x14458C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x129A80, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1445B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x129AC0, symSize: 0x2E0 } + - { offsetInCU: 0xE0, offset: 0x14461D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x320, symBinAddr: 0x129DA0, symSize: 0x4B0 } + - { offsetInCU: 0x227, offset: 0x144764, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO8rawValueSSvg', symObjAddr: 0x7D0, symBinAddr: 0x12A250, symSize: 0x20 } + - { offsetInCU: 0x25E, offset: 0x14479B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO11stringValueSSvg', symObjAddr: 0x9C0, symBinAddr: 0x12A440, symSize: 0x20 } + - { offsetInCU: 0x2DC, offset: 0x144819, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0xA20, symBinAddr: 0x12A4A0, symSize: 0x70 } + - { offsetInCU: 0x342, offset: 0x14487F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0xA90, symBinAddr: 0x12A510, symSize: 0x30 } + - { offsetInCU: 0x35E, offset: 0x14489B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xAC0, symBinAddr: 0x12A540, symSize: 0x10 } + - { offsetInCU: 0x394, offset: 0x1448D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAD0, symBinAddr: 0x12A550, symSize: 0x60 } + - { offsetInCU: 0x419, offset: 0x144956, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB30, symBinAddr: 0x12A5B0, symSize: 0x10 } + - { offsetInCU: 0x435, offset: 0x144972, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB40, symBinAddr: 0x12A5C0, symSize: 0x10 } + - { offsetInCU: 0x453, offset: 0x144990, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x7F0, symBinAddr: 0x12A270, symSize: 0x1D0 } + - { offsetInCU: 0x4AF, offset: 0x1449EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfd', symObjAddr: 0xBB0, symBinAddr: 0x12A630, symSize: 0x60 } + - { offsetInCU: 0x4F2, offset: 0x144A2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfD', symObjAddr: 0xC10, symBinAddr: 0x12A690, symSize: 0x20 } + - { offsetInCU: 0x5AE, offset: 0x144AEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCfE', symObjAddr: 0xB90, symBinAddr: 0x12A610, symSize: 0x20 } + - { offsetInCU: 0x606, offset: 0x144B43, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelCMa', symObjAddr: 0xC30, symBinAddr: 0x12A6B0, symSize: 0x20 } + - { offsetInCU: 0x61A, offset: 0x144B57, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs0F3KeyAAWl', symObjAddr: 0xCC0, symBinAddr: 0x12A6D0, symSize: 0x30 } + - { offsetInCU: 0x62E, offset: 0x144B6B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwet', symObjAddr: 0xF60, symBinAddr: 0x12A780, symSize: 0x80 } + - { offsetInCU: 0x642, offset: 0x144B7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwst', symObjAddr: 0xFE0, symBinAddr: 0x12A800, symSize: 0xD0 } + - { offsetInCU: 0x656, offset: 0x144B93, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwug', symObjAddr: 0x10B0, symBinAddr: 0x12A8D0, symSize: 0x10 } + - { offsetInCU: 0x66A, offset: 0x144BA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwup', symObjAddr: 0x10C0, symBinAddr: 0x12A8E0, symSize: 0x10 } + - { offsetInCU: 0x67E, offset: 0x144BBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOwui', symObjAddr: 0x10D0, symBinAddr: 0x12A8F0, symSize: 0x10 } + - { offsetInCU: 0x692, offset: 0x144BCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOMa', symObjAddr: 0x10E0, symBinAddr: 0x12A900, symSize: 0x10 } + - { offsetInCU: 0x6A6, offset: 0x144BE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASQWb', symObjAddr: 0x10F0, symBinAddr: 0x12A910, symSize: 0x10 } + - { offsetInCU: 0x6BA, offset: 0x144BF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFSQAAWl', symObjAddr: 0x1100, symBinAddr: 0x12A920, symSize: 0x30 } + - { offsetInCU: 0x6CE, offset: 0x144C0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1130, symBinAddr: 0x12A950, symSize: 0x10 } + - { offsetInCU: 0x6E2, offset: 0x144C1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1140, symBinAddr: 0x12A960, symSize: 0x30 } + - { offsetInCU: 0x6F6, offset: 0x144C33, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1170, symBinAddr: 0x12A990, symSize: 0x10 } + - { offsetInCU: 0x70A, offset: 0x144C47, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1180, symBinAddr: 0x12A9A0, symSize: 0x2E } + - { offsetInCU: 0x764, offset: 0x144CA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9E0, symBinAddr: 0x12A460, symSize: 0x10 } + - { offsetInCU: 0x780, offset: 0x144CBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH9hashValueSivgTW', symObjAddr: 0x9F0, symBinAddr: 0x12A470, symSize: 0x10 } + - { offsetInCU: 0x79C, offset: 0x144CD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA00, symBinAddr: 0x12A480, symSize: 0x10 } + - { offsetInCU: 0x7B8, offset: 0x144CF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA10, symBinAddr: 0x12A490, symSize: 0x10 } + - { offsetInCU: 0x7DA, offset: 0x144D17, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xB50, symBinAddr: 0x12A5D0, symSize: 0x20 } + - { offsetInCU: 0x7F6, offset: 0x144D33, size: 0x8, addend: 0x0, symName: '_$s6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xB70, symBinAddr: 0x12A5F0, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x144F23, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0x12A9D0, symSize: 0x20 } + - { offsetInCU: 0xAC, offset: 0x144F84, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x70, symBinAddr: 0x12AA40, symSize: 0x70 } + - { offsetInCU: 0x112, offset: 0x144FEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xE0, symBinAddr: 0x12AAB0, symSize: 0x30 } + - { offsetInCU: 0x13B, offset: 0x145013, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1A0, symBinAddr: 0x12AB70, symSize: 0x320 } + - { offsetInCU: 0x1C1, offset: 0x145099, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x4C0, symBinAddr: 0x12AE90, symSize: 0x5F0 } + - { offsetInCU: 0x395, offset: 0x14526D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO8rawValueSSvg', symObjAddr: 0xAB0, symBinAddr: 0x12B480, symSize: 0x20 } + - { offsetInCU: 0x3CC, offset: 0x1452A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysO11stringValueSSvg', symObjAddr: 0xAD0, symBinAddr: 0x12B4A0, symSize: 0x20 } + - { offsetInCU: 0x44A, offset: 0x145322, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xB30, symBinAddr: 0x12B500, symSize: 0x70 } + - { offsetInCU: 0x4B0, offset: 0x145388, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xBA0, symBinAddr: 0x12B570, symSize: 0x30 } + - { offsetInCU: 0x4CC, offset: 0x1453A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xBD0, symBinAddr: 0x12B5A0, symSize: 0x10 } + - { offsetInCU: 0x502, offset: 0x1453DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBE0, symBinAddr: 0x12B5B0, symSize: 0x60 } + - { offsetInCU: 0x587, offset: 0x14545F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xC40, symBinAddr: 0x12B610, symSize: 0x10 } + - { offsetInCU: 0x5A3, offset: 0x14547B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xC50, symBinAddr: 0x12B620, symSize: 0x10 } + - { offsetInCU: 0x5DE, offset: 0x1454B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCfD', symObjAddr: 0xCA0, symBinAddr: 0x12B670, symSize: 0x40 } + - { offsetInCU: 0x621, offset: 0x1454F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC6encode2toys7Encoder_p_tKF', symObjAddr: 0xED0, symBinAddr: 0x12B880, symSize: 0x220 } + - { offsetInCU: 0x678, offset: 0x145550, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x10F0, symBinAddr: 0x12BAA0, symSize: 0x50 } + - { offsetInCU: 0x6B0, offset: 0x145588, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1140, symBinAddr: 0x12BAF0, symSize: 0x20 } + - { offsetInCU: 0x760, offset: 0x145638, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskCMa', symObjAddr: 0xCE0, symBinAddr: 0x12B6B0, symSize: 0x20 } + - { offsetInCU: 0x774, offset: 0x14564C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwet', symObjAddr: 0xD20, symBinAddr: 0x12B6D0, symSize: 0x80 } + - { offsetInCU: 0x788, offset: 0x145660, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwst', symObjAddr: 0xDA0, symBinAddr: 0x12B750, symSize: 0xD0 } + - { offsetInCU: 0x79C, offset: 0x145674, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOwup', symObjAddr: 0xE70, symBinAddr: 0x12B820, symSize: 0x10 } + - { offsetInCU: 0x7B0, offset: 0x145688, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOMa', symObjAddr: 0xE80, symBinAddr: 0x12B830, symSize: 0x10 } + - { offsetInCU: 0x7C4, offset: 0x14569C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASQWb', symObjAddr: 0xE90, symBinAddr: 0x12B840, symSize: 0x10 } + - { offsetInCU: 0x7D8, offset: 0x1456B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSQAAWl', symObjAddr: 0xEA0, symBinAddr: 0x12B850, symSize: 0x30 } + - { offsetInCU: 0x7EC, offset: 0x1456C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x11D0, symBinAddr: 0x12BB10, symSize: 0x30 } + - { offsetInCU: 0x800, offset: 0x1456D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSeAAWl', symObjAddr: 0x1230, symBinAddr: 0x12BB40, symSize: 0x30 } + - { offsetInCU: 0x814, offset: 0x1456EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSeAAWl', symObjAddr: 0x12C0, symBinAddr: 0x12BBA0, symSize: 0x30 } + - { offsetInCU: 0x828, offset: 0x145700, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSEAAWl', symObjAddr: 0x12F0, symBinAddr: 0x12BBD0, symSize: 0x30 } + - { offsetInCU: 0x83C, offset: 0x145714, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVACSEAAWl', symObjAddr: 0x1430, symBinAddr: 0x12BCE0, symSize: 0x30 } + - { offsetInCU: 0x850, offset: 0x145728, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOACSYAAWl', symObjAddr: 0x1460, symBinAddr: 0x12BD10, symSize: 0x30 } + - { offsetInCU: 0x864, offset: 0x14573C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwet', symObjAddr: 0x1520, symBinAddr: 0x12BD40, symSize: 0x80 } + - { offsetInCU: 0x878, offset: 0x145750, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwst', symObjAddr: 0x15A0, symBinAddr: 0x12BDC0, symSize: 0xD0 } + - { offsetInCU: 0x88C, offset: 0x145764, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwug', symObjAddr: 0x1670, symBinAddr: 0x12BE90, symSize: 0x10 } + - { offsetInCU: 0x8A0, offset: 0x145778, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwup', symObjAddr: 0x1680, symBinAddr: 0x12BEA0, symSize: 0x10 } + - { offsetInCU: 0x8B4, offset: 0x14578C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOwui', symObjAddr: 0x1690, symBinAddr: 0x12BEB0, symSize: 0x10 } + - { offsetInCU: 0x8C8, offset: 0x1457A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOMa', symObjAddr: 0x16A0, symBinAddr: 0x12BEC0, symSize: 0x10 } + - { offsetInCU: 0x8DC, offset: 0x1457B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASQWb', symObjAddr: 0x16B0, symBinAddr: 0x12BED0, symSize: 0x10 } + - { offsetInCU: 0x8F0, offset: 0x1457C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAESQAAWl', symObjAddr: 0x16C0, symBinAddr: 0x12BEE0, symSize: 0x30 } + - { offsetInCU: 0x904, offset: 0x1457DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x16F0, symBinAddr: 0x12BF10, symSize: 0x10 } + - { offsetInCU: 0x918, offset: 0x1457F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1700, symBinAddr: 0x12BF20, symSize: 0x30 } + - { offsetInCU: 0x92C, offset: 0x145804, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1730, symBinAddr: 0x12BF50, symSize: 0x10 } + - { offsetInCU: 0x940, offset: 0x145818, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1740, symBinAddr: 0x12BF60, symSize: 0x30 } + - { offsetInCU: 0x965, offset: 0x14583D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0x12A9F0, symSize: 0x10 } + - { offsetInCU: 0x99F, offset: 0x145877, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0x12AA00, symSize: 0x20 } + - { offsetInCU: 0x9E5, offset: 0x1458BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x12AA20, symSize: 0x10 } + - { offsetInCU: 0xA01, offset: 0x1458D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x60, symBinAddr: 0x12AA30, symSize: 0x10 } + - { offsetInCU: 0xA1B, offset: 0x1458F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0x12AAE0, symSize: 0x50 } + - { offsetInCU: 0xA3E, offset: 0x145916, size: 0x8, addend: 0x0, symName: '_$s6Lottie8MaskModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0x12AB30, symSize: 0x40 } + - { offsetInCU: 0xAA2, offset: 0x14597A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAF0, symBinAddr: 0x12B4C0, symSize: 0x10 } + - { offsetInCU: 0xABE, offset: 0x145996, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB00, symBinAddr: 0x12B4D0, symSize: 0x10 } + - { offsetInCU: 0xADA, offset: 0x1459B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB10, symBinAddr: 0x12B4E0, symSize: 0x10 } + - { offsetInCU: 0xAF6, offset: 0x1459CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB20, symBinAddr: 0x12B4F0, symSize: 0x10 } + - { offsetInCU: 0xB18, offset: 0x1459F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xC60, symBinAddr: 0x12B630, symSize: 0x20 } + - { offsetInCU: 0xB34, offset: 0x145A0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4MaskC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xC80, symBinAddr: 0x12B650, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x145BC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x12BFB0, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x145BDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwCP', symObjAddr: 0x0, symBinAddr: 0x12BFB0, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x145BEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwet', symObjAddr: 0x70, symBinAddr: 0x12BFE0, symSize: 0x20 } + - { offsetInCU: 0x6B, offset: 0x145C02, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVwst', symObjAddr: 0x90, symBinAddr: 0x12C000, symSize: 0x30 } + - { offsetInCU: 0x7F, offset: 0x145C16, size: 0x8, addend: 0x0, symName: '_$s6Lottie11PathElementVMa', symObjAddr: 0xC0, symBinAddr: 0x12C030, symSize: 0xA } + - { offsetInCU: 0x27, offset: 0x145D66, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x12C040, symSize: 0xA2 } + - { offsetInCU: 0x81, offset: 0x145DC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29CompatibilityTrackerProviding_p_SSs12StaticStringVSutKFSSyXEfu_', symObjAddr: 0x0, symBinAddr: 0x12C040, symSize: 0xA2 } + - { offsetInCU: 0x2B, offset: 0x145FED, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x12C0F0, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x146011, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x12C0F0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x146036, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x12C130, symSize: 0x230 } + - { offsetInCU: 0xDC, offset: 0x14609E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x270, symBinAddr: 0x12C360, symSize: 0x350 } + - { offsetInCU: 0x1D8, offset: 0x14619A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5C0, symBinAddr: 0x12C6B0, symSize: 0x160 } + - { offsetInCU: 0x246, offset: 0x146208, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO8rawValueSSvg', symObjAddr: 0x720, symBinAddr: 0x12C810, symSize: 0x20 } + - { offsetInCU: 0x27D, offset: 0x14623F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO11stringValueSSvg', symObjAddr: 0x740, symBinAddr: 0x12C830, symSize: 0x20 } + - { offsetInCU: 0x2FB, offset: 0x1462BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValuexSg03RawQ0Qz_tcfCTW', symObjAddr: 0x7A0, symBinAddr: 0x12C890, symSize: 0x70 } + - { offsetInCU: 0x361, offset: 0x146323, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSYAASY8rawValue03RawQ0QzvgTW', symObjAddr: 0x810, symBinAddr: 0x12C900, symSize: 0x30 } + - { offsetInCU: 0x37D, offset: 0x14633F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x840, symBinAddr: 0x12C930, symSize: 0x10 } + - { offsetInCU: 0x3B3, offset: 0x146375, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x850, symBinAddr: 0x12C940, symSize: 0x60 } + - { offsetInCU: 0x438, offset: 0x1463FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x8B0, symBinAddr: 0x12C9A0, symSize: 0x10 } + - { offsetInCU: 0x454, offset: 0x146416, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x8C0, symBinAddr: 0x12C9B0, symSize: 0x10 } + - { offsetInCU: 0x490, offset: 0x146452, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfD', symObjAddr: 0x930, symBinAddr: 0x12CA20, symSize: 0x60 } + - { offsetInCU: 0x562, offset: 0x146524, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCfE', symObjAddr: 0x910, symBinAddr: 0x12CA00, symSize: 0x20 } + - { offsetInCU: 0x5BA, offset: 0x14657C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelCMa', symObjAddr: 0x990, symBinAddr: 0x12CA80, symSize: 0x20 } + - { offsetInCU: 0x5CE, offset: 0x146590, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs0E3KeyAAWl', symObjAddr: 0xA20, symBinAddr: 0x12CAA0, symSize: 0x30 } + - { offsetInCU: 0x5E2, offset: 0x1465A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwet', symObjAddr: 0xB30, symBinAddr: 0x12CAD0, symSize: 0x80 } + - { offsetInCU: 0x5F6, offset: 0x1465B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwst', symObjAddr: 0xBB0, symBinAddr: 0x12CB50, symSize: 0xD0 } + - { offsetInCU: 0x60A, offset: 0x1465CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwug', symObjAddr: 0xC80, symBinAddr: 0x12CC20, symSize: 0x10 } + - { offsetInCU: 0x61E, offset: 0x1465E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwup', symObjAddr: 0xC90, symBinAddr: 0x12CC30, symSize: 0x10 } + - { offsetInCU: 0x632, offset: 0x1465F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOwui', symObjAddr: 0xCA0, symBinAddr: 0x12CC40, symSize: 0x10 } + - { offsetInCU: 0x646, offset: 0x146608, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOMa', symObjAddr: 0xCB0, symBinAddr: 0x12CC50, symSize: 0x10 } + - { offsetInCU: 0x65A, offset: 0x14661C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASQWb', symObjAddr: 0xCC0, symBinAddr: 0x12CC60, symSize: 0x10 } + - { offsetInCU: 0x66E, offset: 0x146630, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFSQAAWl', symObjAddr: 0xCD0, symBinAddr: 0x12CC70, symSize: 0x30 } + - { offsetInCU: 0x682, offset: 0x146644, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xD00, symBinAddr: 0x12CCA0, symSize: 0x10 } + - { offsetInCU: 0x696, offset: 0x146658, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xD10, symBinAddr: 0x12CCB0, symSize: 0x30 } + - { offsetInCU: 0x6AA, offset: 0x14666C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xD40, symBinAddr: 0x12CCE0, symSize: 0x10 } + - { offsetInCU: 0x6BE, offset: 0x146680, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xD50, symBinAddr: 0x12CCF0, symSize: 0x2E } + - { offsetInCU: 0x718, offset: 0x1466DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x760, symBinAddr: 0x12C850, symSize: 0x10 } + - { offsetInCU: 0x734, offset: 0x1466F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH9hashValueSivgTW', symObjAddr: 0x770, symBinAddr: 0x12C860, symSize: 0x10 } + - { offsetInCU: 0x750, offset: 0x146712, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x780, symBinAddr: 0x12C870, symSize: 0x10 } + - { offsetInCU: 0x76C, offset: 0x14672E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x790, symBinAddr: 0x12C880, symSize: 0x10 } + - { offsetInCU: 0x78E, offset: 0x146750, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x8D0, symBinAddr: 0x12C9C0, symSize: 0x20 } + - { offsetInCU: 0x7AA, offset: 0x14676C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x8F0, symBinAddr: 0x12C9E0, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x14696F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfC', symObjAddr: 0x0, symBinAddr: 0x12CD20, symSize: 0x40 } + - { offsetInCU: 0x92, offset: 0x1469A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfc', symObjAddr: 0x40, symBinAddr: 0x12CD60, symSize: 0x30 } + - { offsetInCU: 0xA6, offset: 0x1469B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfC', symObjAddr: 0x70, symBinAddr: 0x12CD90, symSize: 0x20 } + - { offsetInCU: 0xD3, offset: 0x1469E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfc', symObjAddr: 0x90, symBinAddr: 0x12CDB0, symSize: 0x140 } + - { offsetInCU: 0x13C, offset: 0x146A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCACycfcTo', symObjAddr: 0x1D0, symBinAddr: 0x12CEF0, symSize: 0x20 } + - { offsetInCU: 0x158, offset: 0x146A69, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x1F0, symBinAddr: 0x12CF10, symSize: 0x40 } + - { offsetInCU: 0x176, offset: 0x146A87, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x230, symBinAddr: 0x12CF50, symSize: 0x150 } + - { offsetInCU: 0x1D8, offset: 0x146AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x380, symBinAddr: 0x12D0A0, symSize: 0x30 } + - { offsetInCU: 0x230, offset: 0x146B41, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC15animationDidSetyyF', symObjAddr: 0x3B0, symBinAddr: 0x12D0D0, symSize: 0x50 } + - { offsetInCU: 0x306, offset: 0x146C17, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC11endTracking_4withySo7UITouchCSg_So7UIEventCSgtFTo', symObjAddr: 0x470, symBinAddr: 0x12D120, symSize: 0xC0 } + - { offsetInCU: 0x38C, offset: 0x146C9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO2eeoiySbAE_AEtFZ', symObjAddr: 0x530, symBinAddr: 0x12D1E0, symSize: 0x10 } + - { offsetInCU: 0x3BB, offset: 0x146CCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x540, symBinAddr: 0x12D1F0, symSize: 0x20 } + - { offsetInCU: 0x451, offset: 0x146D62, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorO9hashValueSivg', symObjAddr: 0x560, symBinAddr: 0x12D210, symSize: 0x40 } + - { offsetInCU: 0x54C, offset: 0x146E5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5A0, symBinAddr: 0x12D250, symSize: 0x10 } + - { offsetInCU: 0x5A2, offset: 0x146EB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x5B0, symBinAddr: 0x12D260, symSize: 0x40 } + - { offsetInCU: 0x686, offset: 0x146F97, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5F0, symBinAddr: 0x12D2A0, symSize: 0x20 } + - { offsetInCU: 0x6F9, offset: 0x14700A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovg', symObjAddr: 0x650, symBinAddr: 0x12D300, symSize: 0x40 } + - { offsetInCU: 0x716, offset: 0x147027, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0Ovs', symObjAddr: 0x690, symBinAddr: 0x12D340, symSize: 0x40 } + - { offsetInCU: 0x74F, offset: 0x147060, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14cancelBehaviorAC06CancelE0OvM', symObjAddr: 0x6D0, symBinAddr: 0x12D380, symSize: 0x40 } + - { offsetInCU: 0x77E, offset: 0x14708F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvg', symObjAddr: 0x710, symBinAddr: 0x12D3C0, symSize: 0x30 } + - { offsetInCU: 0x79B, offset: 0x1470AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvs', symObjAddr: 0x740, symBinAddr: 0x12D3F0, symSize: 0x40 } + - { offsetInCU: 0x7D8, offset: 0x1470E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC34animateUpdateWhenChangingAnimationSbvM', symObjAddr: 0x780, symBinAddr: 0x12D430, symSize: 0x40 } + - { offsetInCU: 0x825, offset: 0x147136, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avgTo', symObjAddr: 0x7C0, symBinAddr: 0x12D470, symSize: 0x60 } + - { offsetInCU: 0x8EB, offset: 0x1471FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19accessibilityTraitsSo015UIAccessibilityE0avsTo', symObjAddr: 0x860, symBinAddr: 0x12D4D0, symSize: 0x40 } + - { offsetInCU: 0x989, offset: 0x14729A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvg', symObjAddr: 0xA30, symBinAddr: 0x12D660, symSize: 0x50 } + - { offsetInCU: 0x9A6, offset: 0x1472B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvs', symObjAddr: 0xA80, symBinAddr: 0x12D6B0, symSize: 0x60 } + - { offsetInCU: 0x9CD, offset: 0x1472DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM', symObjAddr: 0xAE0, symBinAddr: 0x12D710, symSize: 0x40 } + - { offsetInCU: 0x9FC, offset: 0x14730D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvM.resume.0', symObjAddr: 0xB20, symBinAddr: 0x12D750, symSize: 0x10 } + - { offsetInCU: 0xA27, offset: 0x147338, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvs', symObjAddr: 0xB30, symBinAddr: 0x12D760, symSize: 0x30 } + - { offsetInCU: 0xA81, offset: 0x147392, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvg', symObjAddr: 0xB60, symBinAddr: 0x12D790, symSize: 0x20 } + - { offsetInCU: 0xADA, offset: 0x1473EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM', symObjAddr: 0xB80, symBinAddr: 0x12D7B0, symSize: 0x30 } + - { offsetInCU: 0xB6C, offset: 0x14747D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC4isOnSbvM.resume.0', symObjAddr: 0xBB0, symBinAddr: 0x12D7E0, symSize: 0x30 } + - { offsetInCU: 0xBEA, offset: 0x1474FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC7setIsOn_8animated17shouldFireHapticsySb_S2btF', symObjAddr: 0xBE0, symBinAddr: 0x12D810, symSize: 0x30 } + - { offsetInCU: 0xC76, offset: 0x147587, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC19setProgressForState04fromE002toE005forOnG0y12CoreGraphics7CGFloatV_AJSbtF', symObjAddr: 0xC10, symBinAddr: 0x12D840, symSize: 0x60 } + - { offsetInCU: 0xD02, offset: 0x147613, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_', symObjAddr: 0xC70, symBinAddr: 0x12D8A0, symSize: 0xC0 } + - { offsetInCU: 0xDBB, offset: 0x1476CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC24updateAccessibilityLabel33_69DC16219B29E88431F21A6FFAC9EAE9LLyyF', symObjAddr: 0xD30, symBinAddr: 0x12D960, symSize: 0xF0 } + - { offsetInCU: 0xE25, offset: 0x147736, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfD', symObjAddr: 0xE60, symBinAddr: 0x12DA90, symSize: 0x30 } + - { offsetInCU: 0xEB8, offset: 0x1477C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFTf4nndn_n', symObjAddr: 0xEF0, symBinAddr: 0x12DB20, symSize: 0x330 } + - { offsetInCU: 0x112A, offset: 0x147A3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC9animation13configurationAcA0A9AnimationCSg_AA0A13ConfigurationVtcfcTf4gnn_n', symObjAddr: 0x1220, symBinAddr: 0x12DE50, symSize: 0x150 } + - { offsetInCU: 0x11E7, offset: 0x147AF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19NullHapticGeneratorCfD', symObjAddr: 0xED0, symBinAddr: 0x12DB00, symSize: 0x20 } + - { offsetInCU: 0x1243, offset: 0x147B54, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTK', symObjAddr: 0x8E0, symBinAddr: 0x12D510, symSize: 0x90 } + - { offsetInCU: 0x1270, offset: 0x147B81, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC12stateUpdatedySbcSgvpACTk', symObjAddr: 0x970, symBinAddr: 0x12D5A0, symSize: 0xC0 } + - { offsetInCU: 0x139F, offset: 0x147CB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfE', symObjAddr: 0xE20, symBinAddr: 0x12DA50, symSize: 0x40 } + - { offsetInCU: 0x13CE, offset: 0x147CDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCfETo', symObjAddr: 0xE90, symBinAddr: 0x12DAC0, symSize: 0x40 } + - { offsetInCU: 0x1457, offset: 0x147D68, size: 0x8, addend: 0x0, symName: '_$s6Lottie19NullHapticGeneratorCMa', symObjAddr: 0x1370, symBinAddr: 0x12DFA0, symSize: 0x20 } + - { offsetInCU: 0x146B, offset: 0x147D7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ImpactGenerator_pWOb', symObjAddr: 0x1390, symBinAddr: 0x12DFC0, symSize: 0x20 } + - { offsetInCU: 0x147F, offset: 0x147D90, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchCMa', symObjAddr: 0x13B0, symBinAddr: 0x12DFE0, symSize: 0x20 } + - { offsetInCU: 0x1493, offset: 0x147DA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASQWb', symObjAddr: 0x1410, symBinAddr: 0x12E000, symSize: 0x10 } + - { offsetInCU: 0x14A7, offset: 0x147DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOAESQAAWl', symObjAddr: 0x1420, symBinAddr: 0x12E010, symSize: 0x30 } + - { offsetInCU: 0x14BB, offset: 0x147DCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwet', symObjAddr: 0x17C0, symBinAddr: 0x12E390, symSize: 0x80 } + - { offsetInCU: 0x14CF, offset: 0x147DE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwst', symObjAddr: 0x1840, symBinAddr: 0x12E410, symSize: 0xD0 } + - { offsetInCU: 0x14E3, offset: 0x147DF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwug', symObjAddr: 0x1910, symBinAddr: 0x12E4E0, symSize: 0x10 } + - { offsetInCU: 0x14F7, offset: 0x147E08, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwup', symObjAddr: 0x1920, symBinAddr: 0x12E4F0, symSize: 0x10 } + - { offsetInCU: 0x150B, offset: 0x147E1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOwui', symObjAddr: 0x1930, symBinAddr: 0x12E500, symSize: 0x10 } + - { offsetInCU: 0x151F, offset: 0x147E30, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOMa', symObjAddr: 0x1940, symBinAddr: 0x12E510, symSize: 0x10 } + - { offsetInCU: 0x153E, offset: 0x147E4F, size: 0x8, addend: 0x0, symName: '_$sSbytIegnr_SbIegy_TRTA', symObjAddr: 0x19B0, symBinAddr: 0x12E540, symSize: 0x30 } + - { offsetInCU: 0x1572, offset: 0x147E83, size: 0x8, addend: 0x0, symName: '_$sSbIegy_SbytIegnr_TRTA', symObjAddr: 0x19E0, symBinAddr: 0x12E570, symSize: 0x20 } + - { offsetInCU: 0x159B, offset: 0x147EAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC13updateOnState02isE08animated17shouldFireHapticsySb_S2btFySbcfU_TA', symObjAddr: 0x1A40, symBinAddr: 0x12E5D0, symSize: 0x20 } + - { offsetInCU: 0x1621, offset: 0x147F32, size: 0x8, addend: 0x0, symName: '_$s6Lottie14AnimatedSwitchC14CancelBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x610, symBinAddr: 0x12D2C0, symSize: 0x40 } + - { offsetInCU: 0x118, offset: 0x14833C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtF', symObjAddr: 0x0, symBinAddr: 0x12E620, symSize: 0x3A0 } + - { offsetInCU: 0x6D3, offset: 0x1488F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_', symObjAddr: 0x3A0, symBinAddr: 0x12E9C0, symSize: 0xA0 } + - { offsetInCU: 0x705, offset: 0x148929, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_', symObjAddr: 0x440, symBinAddr: 0x12EA60, symSize: 0xB0 } + - { offsetInCU: 0x882, offset: 0x148AA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_', symObjAddr: 0x4F0, symBinAddr: 0x12EB10, symSize: 0x120 } + - { offsetInCU: 0xA67, offset: 0x148C8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCfD', symObjAddr: 0xB80, symBinAddr: 0x12F170, symSize: 0x30 } + - { offsetInCU: 0xCDE, offset: 0x148F02, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7matchesySbACF', symObjAddr: 0x640, symBinAddr: 0x12EC30, symSize: 0x540 } + - { offsetInCU: 0xD8E, offset: 0x148FB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreCMa', symObjAddr: 0xBB0, symBinAddr: 0x12F1A0, symSize: 0x20 } + - { offsetInCU: 0xDA2, offset: 0x148FC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu_TA', symObjAddr: 0xCB0, symBinAddr: 0x12F1C0, symSize: 0x10 } + - { offsetInCU: 0xDB6, offset: 0x148FDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0xCC0, symBinAddr: 0x12F1D0, symSize: 0x20 } + - { offsetInCU: 0xDCA, offset: 0x148FEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSbyXEfu2_TA', symObjAddr: 0xCE0, symBinAddr: 0x12F1F0, symSize: 0x20 } + - { offsetInCU: 0xDDE, offset: 0x149002, size: 0x8, addend: 0x0, symName: '_$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybC0_p_AA16AnimationKeypathVtFSSyXEfu3_TA', symObjAddr: 0xD00, symBinAddr: 0x12F210, symSize: 0x20 } + - { offsetInCU: 0xDF2, offset: 0x149016, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_TA', symObjAddr: 0xD20, symBinAddr: 0x12F230, symSize: 0x20 } + - { offsetInCU: 0xED7, offset: 0x1490FB, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay6Lottie16AnimationKeypathV7keypath_AG16AnyValueProvider_p05valueN0tG_Tg5011$s6Lottie18mn32StoreC03setbC0_7keypathyAA03Anybt7_p_AA16iJ32VtFSbAhE_AaF_p05valueC0t_tXEfU0_AITf1cn_nTf4ng_n', symObjAddr: 0xD40, symBinAddr: 0x12F250, symSize: 0x3B0 } + - { offsetInCU: 0x1366, offset: 0x14958A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationKeypathV7keypath_AA16AnyValueProvider_p05valueG0tWOd', symObjAddr: 0x1190, symBinAddr: 0x12F630, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x14991E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x12F680, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x149936, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwCP', symObjAddr: 0x0, symBinAddr: 0x12F680, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x14994A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwxx', symObjAddr: 0x30, symBinAddr: 0x12F6B0, symSize: 0x10 } + - { offsetInCU: 0x6B, offset: 0x14995E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwcp', symObjAddr: 0x40, symBinAddr: 0x12F6C0, symSize: 0x60 } + - { offsetInCU: 0x7F, offset: 0x149972, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwca', symObjAddr: 0xA0, symBinAddr: 0x12F720, symSize: 0x70 } + - { offsetInCU: 0x93, offset: 0x149986, size: 0x8, addend: 0x0, symName: ___swift_memcpy50_8, symObjAddr: 0x110, symBinAddr: 0x12F790, symSize: 0x30 } + - { offsetInCU: 0xA7, offset: 0x14999A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwta', symObjAddr: 0x140, symBinAddr: 0x12F7C0, symSize: 0x60 } + - { offsetInCU: 0xBB, offset: 0x1499AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwet', symObjAddr: 0x1A0, symBinAddr: 0x12F820, symSize: 0x40 } + - { offsetInCU: 0xCF, offset: 0x1499C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVwst', symObjAddr: 0x1E0, symBinAddr: 0x12F860, symSize: 0x50 } + - { offsetInCU: 0xE3, offset: 0x1499D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVMa', symObjAddr: 0x230, symBinAddr: 0x12F8B0, symSize: 0x10 } + - { offsetInCU: 0x115, offset: 0x149A08, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueSSvg', symObjAddr: 0x240, symBinAddr: 0x12F8C0, symSize: 0x20 } + - { offsetInCU: 0x162, offset: 0x149A55, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x430, symBinAddr: 0x12FAB0, symSize: 0x10 } + - { offsetInCU: 0x1E9, offset: 0x149ADC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH9hashValueSivgTW', symObjAddr: 0x440, symBinAddr: 0x12FAC0, symSize: 0x40 } + - { offsetInCU: 0x2CD, offset: 0x149BC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x480, symBinAddr: 0x12FB00, symSize: 0x20 } + - { offsetInCU: 0x33F, offset: 0x149C32, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x4E0, symBinAddr: 0x12FB60, symSize: 0x10 } + - { offsetInCU: 0x36A, offset: 0x149C5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4F0, symBinAddr: 0x12FB70, symSize: 0x20 } + - { offsetInCU: 0x39B, offset: 0x149C8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x510, symBinAddr: 0x12FB90, symSize: 0x10 } + - { offsetInCU: 0x3B7, offset: 0x149CAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x520, symBinAddr: 0x12FBA0, symSize: 0x10 } + - { offsetInCU: 0x3D3, offset: 0x149CC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x760, symBinAddr: 0x12FDE0, symSize: 0x170 } + - { offsetInCU: 0x419, offset: 0x149D0C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV6encode2toys7Encoder_p_tKF', symObjAddr: 0x260, symBinAddr: 0x12F8E0, symSize: 0x1A0 } + - { offsetInCU: 0x46E, offset: 0x149D61, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x570, symBinAddr: 0x12FBF0, symSize: 0x40 } + - { offsetInCU: 0x4A5, offset: 0x149D98, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5B0, symBinAddr: 0x12FC30, symSize: 0x40 } + - { offsetInCU: 0x4C8, offset: 0x149DBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x8D0, symBinAddr: 0x12FF50, symSize: 0x240 } + - { offsetInCU: 0x506, offset: 0x149DF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeO8rawValueSSvg', symObjAddr: 0x400, symBinAddr: 0x12FA80, symSize: 0x30 } + - { offsetInCU: 0x547, offset: 0x149E3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x630, symBinAddr: 0x12FCB0, symSize: 0x70 } + - { offsetInCU: 0x57B, offset: 0x149E6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x6A0, symBinAddr: 0x12FD20, symSize: 0x30 } + - { offsetInCU: 0x5B9, offset: 0x149EAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs0D3KeyAAWl', symObjAddr: 0xB80, symBinAddr: 0x130190, symSize: 0x30 } + - { offsetInCU: 0x5CD, offset: 0x149EC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSeAAWl', symObjAddr: 0xBE0, symBinAddr: 0x1301C0, symSize: 0x30 } + - { offsetInCU: 0x5E1, offset: 0x149ED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSgWOb', symObjAddr: 0xC10, symBinAddr: 0x1301F0, symSize: 0x40 } + - { offsetInCU: 0x5F5, offset: 0x149EE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSEAAWl', symObjAddr: 0xC50, symBinAddr: 0x130230, symSize: 0x30 } + - { offsetInCU: 0x609, offset: 0x149EFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwet', symObjAddr: 0xCA0, symBinAddr: 0x130260, symSize: 0x80 } + - { offsetInCU: 0x61D, offset: 0x149F10, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwst', symObjAddr: 0xD20, symBinAddr: 0x1302E0, symSize: 0xD0 } + - { offsetInCU: 0x631, offset: 0x149F24, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwug', symObjAddr: 0xDF0, symBinAddr: 0x1303B0, symSize: 0x10 } + - { offsetInCU: 0x645, offset: 0x149F38, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwup', symObjAddr: 0xE00, symBinAddr: 0x1303C0, symSize: 0x10 } + - { offsetInCU: 0x659, offset: 0x149F4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOwui', symObjAddr: 0xE10, symBinAddr: 0x1303D0, symSize: 0x10 } + - { offsetInCU: 0x66D, offset: 0x149F60, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOMa', symObjAddr: 0xE20, symBinAddr: 0x1303E0, symSize: 0x10 } + - { offsetInCU: 0x681, offset: 0x149F74, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwet', symObjAddr: 0xE30, symBinAddr: 0x1303F0, symSize: 0x80 } + - { offsetInCU: 0x695, offset: 0x149F88, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwst', symObjAddr: 0xEB0, symBinAddr: 0x130470, symSize: 0xD0 } + - { offsetInCU: 0x6A9, offset: 0x149F9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwug', symObjAddr: 0xF80, symBinAddr: 0x130540, symSize: 0x10 } + - { offsetInCU: 0x6BD, offset: 0x149FB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwup', symObjAddr: 0xF90, symBinAddr: 0x130550, symSize: 0x10 } + - { offsetInCU: 0x6D1, offset: 0x149FC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOwui', symObjAddr: 0xFA0, symBinAddr: 0x130560, symSize: 0x10 } + - { offsetInCU: 0x6E5, offset: 0x149FD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOMa', symObjAddr: 0xFB0, symBinAddr: 0x130570, symSize: 0x10 } + - { offsetInCU: 0x6F9, offset: 0x149FEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASQWb', symObjAddr: 0xFC0, symBinAddr: 0x130580, symSize: 0x10 } + - { offsetInCU: 0x70D, offset: 0x14A000, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSQAAWl', symObjAddr: 0xFD0, symBinAddr: 0x130590, symSize: 0x30 } + - { offsetInCU: 0x721, offset: 0x14A014, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASQWb', symObjAddr: 0x1000, symBinAddr: 0x1305C0, symSize: 0x10 } + - { offsetInCU: 0x735, offset: 0x14A028, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFSQAAWl', symObjAddr: 0x1010, symBinAddr: 0x1305D0, symSize: 0x30 } + - { offsetInCU: 0x749, offset: 0x14A03C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1040, symBinAddr: 0x130600, symSize: 0x10 } + - { offsetInCU: 0x75D, offset: 0x14A050, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1050, symBinAddr: 0x130610, symSize: 0x30 } + - { offsetInCU: 0x771, offset: 0x14A064, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1080, symBinAddr: 0x130640, symSize: 0x10 } + - { offsetInCU: 0x785, offset: 0x14A078, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1090, symBinAddr: 0x130650, symSize: 0x30 } + - { offsetInCU: 0x799, offset: 0x14A08C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOACSYAAWl', symObjAddr: 0x10C0, symBinAddr: 0x130680, symSize: 0x2E } + - { offsetInCU: 0x7EB, offset: 0x14A0DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4A0, symBinAddr: 0x12FB20, symSize: 0x40 } + - { offsetInCU: 0x88E, offset: 0x14A181, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x530, symBinAddr: 0x12FBB0, symSize: 0x20 } + - { offsetInCU: 0x8AA, offset: 0x14A19D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA9AnimationV10CodingKeys33_26C4981A6239A0F90B419D39B3DA2F96LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x12FBD0, symSize: 0x20 } + - { offsetInCU: 0x8C6, offset: 0x14A1B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5F0, symBinAddr: 0x12FC70, symSize: 0x10 } + - { offsetInCU: 0x8E2, offset: 0x14A1D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH9hashValueSivgTW', symObjAddr: 0x600, symBinAddr: 0x12FC80, symSize: 0x10 } + - { offsetInCU: 0x8FE, offset: 0x14A1F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x610, symBinAddr: 0x12FC90, symSize: 0x10 } + - { offsetInCU: 0x91A, offset: 0x14A20D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x620, symBinAddr: 0x12FCA0, symSize: 0x10 } + - { offsetInCU: 0x93C, offset: 0x14A22F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x6D0, symBinAddr: 0x12FD50, symSize: 0x50 } + - { offsetInCU: 0x95F, offset: 0x14A252, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13AnimationModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x720, symBinAddr: 0x12FDA0, symSize: 0x40 } + - { offsetInCU: 0x5D, offset: 0x14A418, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aF0VGSgvgTW', symObjAddr: 0x70, symBinAddr: 0x1306B0, symSize: 0x10 } + - { offsetInCU: 0xD1, offset: 0x14A48C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0x80, symBinAddr: 0x1306C0, symSize: 0x20 } + - { offsetInCU: 0x114, offset: 0x14A4CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11strokeColorAA13KeyframeGroupCyAA0aG0VGSgvgTW', symObjAddr: 0xA0, symBinAddr: 0x1306E0, symSize: 0x10 } + - { offsetInCU: 0x169, offset: 0x14A524, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP4copy5widthAaD_pAA13KeyframeGroupCyAA0A8Vector1DVG_tFTW', symObjAddr: 0xB0, symBinAddr: 0x1306F0, symSize: 0x20 } + - { offsetInCU: 0x389, offset: 0x14A744, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addStrokeAnimations3for7contextyAC0E9ShapeItem_p_AC0B16AnimationContextVtKF', symObjAddr: 0xD0, symBinAddr: 0x130710, symSize: 0x730 } + - { offsetInCU: 0x8E9, offset: 0x14ACA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_12CoreGraphics7CGFloatV_TG5TA', symObjAddr: 0x860, symBinAddr: 0x130E60, symSize: 0x10 } + - { offsetInCU: 0x8FD, offset: 0x14ACB8, size: 0x8, addend: 0x0, symName: '_$sSo8NSNumberCMa', symObjAddr: 0xAA0, symBinAddr: 0x130E90, symSize: 0x30 } + - { offsetInCU: 0x911, offset: 0x14ACCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So10CGColorRefa_TG5TA', symObjAddr: 0xB30, symBinAddr: 0x130F20, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x14B020, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x130F40, symSize: 0x860 } + - { offsetInCU: 0x35C, offset: 0x14B355, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE22addVisibilityAnimation7inFrame03outG07contexty12CoreGraphics7CGFloatV_AjC05LayerE7ContextVtKF', symObjAddr: 0x0, symBinAddr: 0x130F40, symSize: 0x860 } + - { offsetInCU: 0xB84, offset: 0x14BB7D, size: 0x8, addend: 0x0, symName: '_$sSbSgWOb', symObjAddr: 0x8F0, symBinAddr: 0x1317C0, symSize: 0x40 } + - { offsetInCU: 0xBD4, offset: 0x14BBCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Sb_TG5TA', symObjAddr: 0x930, symBinAddr: 0x131800, symSize: 0x32 } + - { offsetInCU: 0x27, offset: 0x14C021, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x131840, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x14C045, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVyACSdcfC', symObjAddr: 0x0, symBinAddr: 0x131840, symSize: 0x10 } + - { offsetInCU: 0x86, offset: 0x14C080, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV5valueSdvg', symObjAddr: 0x30, symBinAddr: 0x131870, symSize: 0x10 } + - { offsetInCU: 0xA4, offset: 0x14C09E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV4hash4intoys6HasherVz_tF', symObjAddr: 0x40, symBinAddr: 0x131880, symSize: 0x30 } + - { offsetInCU: 0x101, offset: 0x14C0FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV2eeoiySbAC_ACtFZ', symObjAddr: 0x70, symBinAddr: 0x1318B0, symSize: 0x20 } + - { offsetInCU: 0x149, offset: 0x14C143, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV9hashValueSivg', symObjAddr: 0x90, symBinAddr: 0x1318D0, symSize: 0x50 } + - { offsetInCU: 0x21F, offset: 0x14C219, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0x131920, symSize: 0x50 } + - { offsetInCU: 0x303, offset: 0x14C2FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x130, symBinAddr: 0x131970, symSize: 0x30 } + - { offsetInCU: 0x38F, offset: 0x14C389, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A0, symBinAddr: 0x1319E0, symSize: 0x20 } + - { offsetInCU: 0x3C8, offset: 0x14C3C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1x1y1zACSd_S2dtcfC', symObjAddr: 0x10, symBinAddr: 0x131850, symSize: 0x20 } + - { offsetInCU: 0x411, offset: 0x14C40B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1xSdvg', symObjAddr: 0x1C0, symBinAddr: 0x131A00, symSize: 0x10 } + - { offsetInCU: 0x42F, offset: 0x14C429, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1ySdvg', symObjAddr: 0x1D0, symBinAddr: 0x131A10, symSize: 0x10 } + - { offsetInCU: 0x44D, offset: 0x14C447, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV1zSdvg', symObjAddr: 0x1E0, symBinAddr: 0x131A20, symSize: 0x10 } + - { offsetInCU: 0x46B, offset: 0x14C465, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV4hash4intoys6HasherVz_tF', symObjAddr: 0x1F0, symBinAddr: 0x131A30, symSize: 0x60 } + - { offsetInCU: 0x4C8, offset: 0x14C4C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV2eeoiySbAC_ACtFZ', symObjAddr: 0x250, symBinAddr: 0x131A90, symSize: 0x40 } + - { offsetInCU: 0x510, offset: 0x14C50A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV9hashValueSivg', symObjAddr: 0x290, symBinAddr: 0x131AD0, symSize: 0x80 } + - { offsetInCU: 0x5DF, offset: 0x14C5D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH9hashValueSivgTW', symObjAddr: 0x310, symBinAddr: 0x131B50, symSize: 0x10 } + - { offsetInCU: 0x5FB, offset: 0x14C5F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x320, symBinAddr: 0x131B60, symSize: 0x60 } + - { offsetInCU: 0x686, offset: 0x14C680, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x480, symBinAddr: 0x131CC0, symSize: 0x40 } + - { offsetInCU: 0x6CE, offset: 0x14C6C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASQWb', symObjAddr: 0x400, symBinAddr: 0x131C40, symSize: 0x10 } + - { offsetInCU: 0x6E2, offset: 0x14C6DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVACSQAAWl', symObjAddr: 0x410, symBinAddr: 0x131C50, symSize: 0x30 } + - { offsetInCU: 0x6F6, offset: 0x14C6F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASQWb', symObjAddr: 0x440, symBinAddr: 0x131C80, symSize: 0x10 } + - { offsetInCU: 0x70A, offset: 0x14C704, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVACSQAAWl', symObjAddr: 0x450, symBinAddr: 0x131C90, symSize: 0x30 } + - { offsetInCU: 0x71E, offset: 0x14C718, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVMa', symObjAddr: 0x4C0, symBinAddr: 0x131D00, symSize: 0x10 } + - { offsetInCU: 0x732, offset: 0x14C72C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwet', symObjAddr: 0x500, symBinAddr: 0x131D10, symSize: 0x20 } + - { offsetInCU: 0x746, offset: 0x14C740, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVwst', symObjAddr: 0x520, symBinAddr: 0x131D30, symSize: 0x30 } + - { offsetInCU: 0x75A, offset: 0x14C754, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVMa', symObjAddr: 0x550, symBinAddr: 0x131D60, symSize: 0xA } + - { offsetInCU: 0x7AC, offset: 0x14C7A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x160, symBinAddr: 0x1319A0, symSize: 0x40 } + - { offsetInCU: 0x876, offset: 0x14C870, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x380, symBinAddr: 0x131BC0, symSize: 0x80 } + - { offsetInCU: 0x2B, offset: 0x14CA70, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x131D70, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x14CA94, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x131D70, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x14CAB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x131DB0, symSize: 0x180 } + - { offsetInCU: 0xF5, offset: 0x14CB3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x131F30, symSize: 0xD0 } + - { offsetInCU: 0x172, offset: 0x14CBB7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC6encode2toys7Encoder_p_tKF', symObjAddr: 0x290, symBinAddr: 0x132000, symSize: 0x100 } + - { offsetInCU: 0x1F5, offset: 0x14CC3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x3D0, symBinAddr: 0x132140, symSize: 0x60 } + - { offsetInCU: 0x238, offset: 0x14CC7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x430, symBinAddr: 0x1321A0, symSize: 0x20 } + - { offsetInCU: 0x278, offset: 0x14CCBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x450, symBinAddr: 0x1321C0, symSize: 0x10 } + - { offsetInCU: 0x2C3, offset: 0x14CD08, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x460, symBinAddr: 0x1321D0, symSize: 0x60 } + - { offsetInCU: 0x30E, offset: 0x14CD53, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4C0, symBinAddr: 0x132230, symSize: 0x10 } + - { offsetInCU: 0x32A, offset: 0x14CD6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0x132240, symSize: 0x10 } + - { offsetInCU: 0x346, offset: 0x14CD8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLO11stringValueSSvgTf4d_n', symObjAddr: 0x970, symBinAddr: 0x1325F0, symSize: 0x15 } + - { offsetInCU: 0x382, offset: 0x14CDC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfD', symObjAddr: 0x530, symBinAddr: 0x1322A0, symSize: 0x30 } + - { offsetInCU: 0x410, offset: 0x14CE55, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCfE', symObjAddr: 0x520, symBinAddr: 0x132290, symSize: 0x10 } + - { offsetInCU: 0x468, offset: 0x14CEAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupCMa', symObjAddr: 0x560, symBinAddr: 0x1322D0, symSize: 0x20 } + - { offsetInCU: 0x47C, offset: 0x14CEC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs0C3KeyAAWl', symObjAddr: 0x5F0, symBinAddr: 0x1322F0, symSize: 0x30 } + - { offsetInCU: 0x490, offset: 0x14CED5, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGSayxGSEsSERzlWl', symObjAddr: 0x620, symBinAddr: 0x132320, symSize: 0x50 } + - { offsetInCU: 0x4A4, offset: 0x14CEE9, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie9ShapeItemCGMa', symObjAddr: 0x670, symBinAddr: 0x132370, symSize: 0x50 } + - { offsetInCU: 0x4B8, offset: 0x14CEFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9ShapeItemCACSEAAWl', symObjAddr: 0x6C0, symBinAddr: 0x1323C0, symSize: 0x40 } + - { offsetInCU: 0x4CC, offset: 0x14CF11, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwet', symObjAddr: 0x780, symBinAddr: 0x132400, symSize: 0x50 } + - { offsetInCU: 0x4E0, offset: 0x14CF25, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwst', symObjAddr: 0x7D0, symBinAddr: 0x132450, symSize: 0xA0 } + - { offsetInCU: 0x4F4, offset: 0x14CF39, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwug', symObjAddr: 0x870, symBinAddr: 0x1324F0, symSize: 0x10 } + - { offsetInCU: 0x508, offset: 0x14CF4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwup', symObjAddr: 0x880, symBinAddr: 0x132500, symSize: 0x10 } + - { offsetInCU: 0x51C, offset: 0x14CF61, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOwui', symObjAddr: 0x890, symBinAddr: 0x132510, symSize: 0x10 } + - { offsetInCU: 0x530, offset: 0x14CF75, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOMa', symObjAddr: 0x8A0, symBinAddr: 0x132520, symSize: 0x10 } + - { offsetInCU: 0x544, offset: 0x14CF89, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASQWb', symObjAddr: 0x8B0, symBinAddr: 0x132530, symSize: 0x10 } + - { offsetInCU: 0x558, offset: 0x14CF9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFSQAAWl', symObjAddr: 0x8C0, symBinAddr: 0x132540, symSize: 0x30 } + - { offsetInCU: 0x56C, offset: 0x14CFB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8F0, symBinAddr: 0x132570, symSize: 0x10 } + - { offsetInCU: 0x580, offset: 0x14CFC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x900, symBinAddr: 0x132580, symSize: 0x30 } + - { offsetInCU: 0x594, offset: 0x14CFD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0x1325B0, symSize: 0x10 } + - { offsetInCU: 0x5A8, offset: 0x14CFED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x940, symBinAddr: 0x1325C0, symSize: 0x30 } + - { offsetInCU: 0x5E8, offset: 0x14D02D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0x132100, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x14D06D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH9hashValueSivgTW', symObjAddr: 0x3A0, symBinAddr: 0x132110, symSize: 0x10 } + - { offsetInCU: 0x668, offset: 0x14D0AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B0, symBinAddr: 0x132120, symSize: 0x10 } + - { offsetInCU: 0x6A8, offset: 0x14D0ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x132130, symSize: 0x10 } + - { offsetInCU: 0x6DF, offset: 0x14D124, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4E0, symBinAddr: 0x132250, symSize: 0x20 } + - { offsetInCU: 0x6FB, offset: 0x14D140, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GroupC10CodingKeys33_BE0FC73C39B413AC93B4E09FED50BEB8LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x500, symBinAddr: 0x132270, symSize: 0x20 } + - { offsetInCU: 0x18C, offset: 0x14D4A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_27requiresManualInterpolationAA13KeyframeGroupCySayxGGSayAGyxGG_SbtAA17AnyInterpolatableRzlFZAHSgSayypGXEfU_AA10BezierPathV_Tg5', symObjAddr: 0x110, symBinAddr: 0x132720, symSize: 0x1B0 } + - { offsetInCU: 0x348, offset: 0x14D65D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6CGSizeVTg5', symObjAddr: 0x2C0, symBinAddr: 0x1328D0, symSize: 0x110 } + - { offsetInCU: 0x421, offset: 0x14D736, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_A2P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_n', symObjAddr: 0x3D0, symBinAddr: 0x1329E0, symSize: 0x100 } + - { offsetInCU: 0x515, offset: 0x14D82A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA10BezierPathV_AA0A8Vector1DVAA0noJ0VTg5011$s6Lottie10no6VAA0A8p8DVAA0bC8j55Vs5Error_pIggnrzo_AceGsAH_pIegnnrzo_TR011$s6Lottie10bc6s26A8d10DVSgAA0bC8e14VIeggnr_z73Hs5f80_pIeggnrzo_TR011$s6Lottie18bce60V9combining4path12cornerRadiusAA0D5K69CyACGAHyl10C0VG_AHyk2J35D22DVGSgtKFZAcK_ANSgtcfu_Tf3nnnpf_nTf3nnnpf_nTf3nnpf_n', symObjAddr: 0x4D0, symBinAddr: 0x132AE0, symSize: 0x120 } + - { offsetInCU: 0x635, offset: 0x14D94A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7EllipseC0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_n', symObjAddr: 0x5F0, symBinAddr: 0x132C00, symSize: 0x110 } + - { offsetInCU: 0x73B, offset: 0x14DA50, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLVTg5', symObjAddr: 0x700, symBinAddr: 0x132D10, symSize: 0x140 } + - { offsetInCU: 0x814, offset: 0x14DB29, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17AnyInterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_AA0A8Vector3DVAPTg5', symObjAddr: 0x840, symBinAddr: 0x132E50, symSize: 0x130 } + - { offsetInCU: 0x8E5, offset: 0x14DBFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector1DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_A2ItXEfU0_Tf3nnpf_n', symObjAddr: 0x970, symBinAddr: 0x132F80, symSize: 0x160 } + - { offsetInCU: 0xA4F, offset: 0x14DD64, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined___27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17AnyInterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9RectangleC0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_n', symObjAddr: 0xAD0, symBinAddr: 0x1330E0, symSize: 0x190 } + - { offsetInCU: 0xBB1, offset: 0x14DEC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0xC60, symBinAddr: 0x133270, symSize: 0x300 } + - { offsetInCU: 0xED3, offset: 0x14E1E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined__________27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17AnyInterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4HoldVySo13CATransform3DVGTg5', symObjAddr: 0xF60, symBinAddr: 0x133570, symSize: 0x430 } + - { offsetInCU: 0x1298, offset: 0x14E5AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSbAIyypGXEfU1_', symObjAddr: 0x1390, symBinAddr: 0x1339A0, symSize: 0xA0 } + - { offsetInCU: 0x13D6, offset: 0x14E6EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA7EllipseCANV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7W85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x16E0, symBinAddr: 0x133CF0, symSize: 0x300 } + - { offsetInCU: 0x164E, offset: 0x14E963, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA9RectangleCANV_Tg5010$s6Lottie9b48O8combined___27requiresManualInterpolation18makeop4AA13qr45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17s82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9W133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nnc_n', symObjAddr: 0x19E0, symBinAddr: 0x133FF0, symSize: 0x310 } + - { offsetInCU: 0x18CA, offset: 0x14EBDF, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4StarCANV_Tg5010$s6Lottie9b52O8combined_______27requiresManualInterpolation18makeop4AA13qr85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17s107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4W8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA0_A0_A0_A0_A0_AWIsgnnnnnnnr_Tf1nnc_n0x7Lottie4w11C17combinedb4AA13qR51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnc_n', symObjAddr: 0x1CF0, symBinAddr: 0x134300, symSize: 0x330 } + - { offsetInCU: 0x1B46, offset: 0x14EE5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SayAA10BezierPathVG_Tg5010$s6Lottie9b44O8combined_27requiresManualInterpolationAA13qr25CySayxGGSayAGyxGG_SbtAA17s38InterpolatableRzlFZAHSgSayypGXEfU_AA10wX5V_TG5Tf1nnc_n', symObjAddr: 0x2020, symBinAddr: 0x134630, symSize: 0x290 } + - { offsetInCU: 0x1DCF, offset: 0x14F0E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b55O8combined__________27requiresManualInterpolation18makeop4AA13qr115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17s128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4w6VySo13X6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVA0_AA0A8Vector1DVA2_A0_A2_A2_A2_A2_A2_AYIsgnnnnnnnnnnr_Tf1nnc_nTf4nng_n', symObjAddr: 0x22B0, symBinAddr: 0x1348C0, symSize: 0x390 } + - { offsetInCU: 0x20F5, offset: 0x14F40A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4HoldVySo13CATransform3DVG_Tg5010$s6Lottie9b22O8combined__________27mn19Interpolation18makeqr4AA13st115Cyq8_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GAHyq5_GAHyq6_GAHyq7_GSbq8_x_q_q0_q1_q2_q3_q4_q5_q6_q7_tXEtAA17u128InterpolatableRzAaTR_AaTR0_AaTR1_AaTR2_AaTR3_AaTR4_AaTR5_AaTR6_AaTR7_r9_lFZq8_SgSayypGXEfU_AA0A8Vector3DV_AxA0A8Vector1DVAzx5zA4v6VySo13W6DVGTg5xq_q0_q1_q2_q3_q4_q5_q6_q7_q8_r9_lyAA0A8Vector3DVAvA0A8Vector1DVAxv5xSIsgnnnnnnnnnnr_Tf1nncn_nTf4nndn_n', symObjAddr: 0x2640, symBinAddr: 0x134C50, symSize: 0xC80 } + - { offsetInCU: 0x2C51, offset: 0x14FF66, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_So6CGSizeV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6W4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAzVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x32C0, symBinAddr: 0x1358D0, symSize: 0x2B0 } + - { offsetInCU: 0x2F4F, offset: 0x150264, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSo6CGSizeV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u64InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector1DV_APSo6V4VTG5xq_q0_s5Error_pr1_lyAA0A8Vector1DVAtPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x3CC0, symBinAddr: 0x1362D0, symSize: 0xC50 } + - { offsetInCU: 0x3BCB, offset: 0x150EE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8v3DV_L179P5start_AP3endtTg5081$s6Lottie4TrimC23interpolatedAtEachFrame33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N55DVG11strokeStart_AJ0P3EndtyFAI5start_AI3endtAI_AItXEfU_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x4910, symBinAddr: 0x136F20, symSize: 0xB90 } + - { offsetInCU: 0x47F8, offset: 0x151B0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV5start_AP3endt_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u54InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8v184DV_A3Q5start_AQ3endtTg5079$s6Lottie4TrimC21caShapeLayerKeyframes33_33E459AC65426142E8345EC153C25F26LLAA13jk7CyAA0A8N76DVG11strokeStart_AJ0P3EndSi14pathMultipliertyKFAI5start_AI3endtAI_L17ItXEfU0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x5C40, symBinAddr: 0x138250, symSize: 0xB60 } + - { offsetInCU: 0x53C6, offset: 0x1526DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA7EllipseC0S0V_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u63InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA7V85C0J0VTg5010$s6Lottie7o11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8N10DV_AKtcfu_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x6E50, symBinAddr: 0x139380, symSize: 0xC00 } + - { offsetInCU: 0x6047, offset: 0x15335C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA9RectangleC0S0V_Tg5010$s6Lottie9b15O8combined___27mn19Interpolation18makeqr4AA13st45Cyq1_GAHyxG_AHyq_GAHyq0_GSbq1_x_q_q0_tXEtAA17u82InterpolatableRzAaMR_AaMR0_r2_lFZq1_SgSayypGXEfU_AA0A8Vector3DV_AqA0A8Vector1DVAA9V133C0J0VTg5010$s6Lottie9p40C17combinedKeyframes14roundedCornersAA13jk35CyAC0G0VGAA07RoundedF0CSg_tKFAiA0A8n9DV_AoA0A8O8DVtcfu0_Tf3nnpf_nTf1nncn_nTf4nnd_n', symObjAddr: 0x7A50, symBinAddr: 0x139F80, symSize: 0xC50 } + - { offsetInCU: 0x6C91, offset: 0x153FA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA4StarC0S0V_Tg5010$s6Lottie9b19O8combined_______27mn19Interpolation18makeqr4AA13st85Cyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17u107InterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZq5_SgSayypGXEfU_AA0A8Vector3DV_AA0A8Vector1DVA5wA4V8C0J0VTg5xq_q0_q1_q2_q3_q4_q5_r6_lyAA0A8Vector3DVAA0A8Vector1DVA5wRIsgnnnnnnnr_Tf1nncn_n0w7Lottie4v11C17combinedb4AA13sT51CyAC0E0VGyKFAhA0A8Vector3DV_AA0A8Vector1DVA5Mtcfu1_Tf1nnnc_nTf4nnd_n', symObjAddr: 0x86A0, symBinAddr: 0x13ABD0, symSize: 0xBF0 } + - { offsetInCU: 0x7811, offset: 0x154B26, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined_______27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyq5_GAHyxG_AHyq_GAHyq0_GAHyq1_GAHyq2_GAHyq3_GAHyq4_GSbq5_x_q_q0_q1_q2_q3_q4_tXEtAA17AnyInterpolatableRzAaQR_AaQR0_AaQR1_AaQR2_AaQR3_AaQR4_r6_lFZAA0A8Vector3DV_AA0A8Vector1DVA5uA4StarC0J0VTg5010$s6Lottie4p11C17combinedb4AA13jk18CyAC0E0VGyKFAhA0A8n8DV_AA0A8O11DVA5Mtcfu1_Tf1nnnnnnnncn_nTf4nnnnnnnnd_n', symObjAddr: 0x9290, symBinAddr: 0x13B7C0, symSize: 0x1E0 } + - { offsetInCU: 0x7964, offset: 0x154C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014wx5B033_yZ26A01782ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVA_AWIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0x94F0, symBinAddr: 0x13BA20, symSize: 0x300 } + - { offsetInCU: 0x7C5D, offset: 0x154F72, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA014RadialGradientB033_B799B7369307A01782ECC9AEBF9C580CLLV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u65InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8Vector3DV_ApA014vw5B033_xyZ20ECC9AEBF9C580CLLVTG5xq_q0_s5Error_pr1_lyAA0A8Vector3DVAuQIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0x97F0, symBinAddr: 0x13BD20, symSize: 0xCA0 } + - { offsetInCU: 0x889C, offset: 0x155BB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSayAA10BezierPathVG_Tg5010$s6Lottie9b13O8combined_27mno4AA13st25CySayxGGSayAGyxGG_SbtAA17u38InterpolatableRzlFZAHSgSayypGXEfU_AA10vW5V_TG5Tf1nncn_nTf4nnd_n', symObjAddr: 0xA6E0, symBinAddr: 0x13CC10, symSize: 0xC50 } + - { offsetInCU: 0x9565, offset: 0x15687A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_AA0A8Vector1DV_Tg5010$s6Lottie9b47O8combined__27requiresManualInterpolation18makeop4AA13qr37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17s49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8W22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyAvA0A8Vector3DVAVIsgnnrzo_Tf1nnc_nTf4nng_n', symObjAddr: 0xB360, symBinAddr: 0x13D890, symSize: 0x2C0 } + - { offsetInCU: 0x9867, offset: 0x156B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZAA0A8Vector1DV_Tg5010$s6Lottie9b14O8combined__27mn19Interpolation18makeqr4AA13st37Cyq0_GAHyxG_AHyq_GSbq0_x_q_tKXEtKAA17u49InterpolatableRzAaLR_r1_lFZq0_SgSayypGKXEfU_AA0A8V22DV_AA0A8Vector3DVAPTg5xq_q0_s5Error_pr1_lyApA0A8Vector3DVAPIsgnnrzo_Tf1nncn_nTf4nndn_n', symObjAddr: 0xB620, symBinAddr: 0x13DB50, symSize: 0xC8B } + - { offsetInCU: 0xB3CB, offset: 0x1586E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVSgWOb', symObjAddr: 0xA490, symBinAddr: 0x13C9C0, symSize: 0x40 } + - { offsetInCU: 0xB4F2, offset: 0x158807, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFs12Zip2SequenceVys15ContiguousArrayVy6Lottie8KeyframeCyypGGAMG_Tg5023$sSTsE10allSatisfyyS2b7c20QzKXEKFSbACKXEfU_s12de5Vys15fg10Vy6Lottie8I212CyypGGALG_TG5010$s6Lottie8i138CyxGACyqd__GSbs5Error_pIgggdzo_AD_AEtSbsAF_pIegndzo_r__lTRyp_ypTG5011$s6Lottie13b77GroupC23hasSameTimingParameters2asSbACyqd__G_tlFSbAA0B0l16G_AHyqd__GtXEfU_W14_U3Tg5Tf3npf_nTf3npf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x132610, symSize: 0x110 } + - { offsetInCU: 0x4F, offset: 0x159205, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO7default3forAcA15RenderingEngineO_tFZ', symObjAddr: 0x0, symBinAddr: 0x13E7E0, symSize: 0x10 } + - { offsetInCU: 0x8A, offset: 0x159240, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO2eeoiySbAC_ACtFZ', symObjAddr: 0x10, symBinAddr: 0x13E7F0, symSize: 0x10 } + - { offsetInCU: 0xB9, offset: 0x15926F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO4hash4intoys6HasherVz_tF', symObjAddr: 0x360, symBinAddr: 0x13EB40, symSize: 0x20 } + - { offsetInCU: 0x14F, offset: 0x159305, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorO9hashValueSivg', symObjAddr: 0x380, symBinAddr: 0x13EB60, symSize: 0x40 } + - { offsetInCU: 0x24A, offset: 0x159400, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3C0, symBinAddr: 0x13EBA0, symSize: 0x10 } + - { offsetInCU: 0x2A0, offset: 0x159456, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH9hashValueSivgTW', symObjAddr: 0x3D0, symBinAddr: 0x13EBB0, symSize: 0x40 } + - { offsetInCU: 0x384, offset: 0x15953A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x410, symBinAddr: 0x13EBF0, symSize: 0x20 } + - { offsetInCU: 0x403, offset: 0x1595B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationSource13imageProvider04textG004fontG013configuration6loggerAcA0abE0OSg_AA0b5ImageG0_pSgAA0b11KeypathTextG0_pAA0b4FontG0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x20, symBinAddr: 0x13E800, symSize: 0x1C0 } + - { offsetInCU: 0x4E2, offset: 0x159698, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x1E0, symBinAddr: 0x13E9C0, symSize: 0xD0 } + - { offsetInCU: 0x525, offset: 0x1596DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfC', symObjAddr: 0x2B0, symBinAddr: 0x13EA90, symSize: 0x40 } + - { offsetInCU: 0x559, offset: 0x15970F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x650, symBinAddr: 0x13EE30, symSize: 0xC0 } + - { offsetInCU: 0x56D, offset: 0x159723, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfC', symObjAddr: 0x710, symBinAddr: 0x13EEF0, symSize: 0x60 } + - { offsetInCU: 0x5AB, offset: 0x159761, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC03dotA011animationId12textProvider04fontH013configuration6loggerAcA03DotA4FileCSg_SSSgAA0b11KeypathTextH0_pAA0b4FontH0_pAA0A13ConfigurationVAA0A6LoggerCtcfc', symObjAddr: 0x770, symBinAddr: 0x13EF50, symSize: 0x2E0 } + - { offsetInCU: 0x6B7, offset: 0x15986D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfc', symObjAddr: 0xA50, symBinAddr: 0x13F230, symSize: 0x30 } + - { offsetInCU: 0x6CB, offset: 0x159881, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0xA80, symBinAddr: 0x13F260, symSize: 0x80 } + - { offsetInCU: 0x6E9, offset: 0x15989F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0xB00, symBinAddr: 0x13F2E0, symSize: 0x2E0 } + - { offsetInCU: 0x810, offset: 0x1599C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0xDE0, symBinAddr: 0x13F5C0, symSize: 0x30 } + - { offsetInCU: 0x82C, offset: 0x1599E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0xE10, symBinAddr: 0x13F5F0, symSize: 0x40 } + - { offsetInCU: 0x84A, offset: 0x159A00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0xE50, symBinAddr: 0x13F630, symSize: 0x30 } + - { offsetInCU: 0x86D, offset: 0x159A23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xE80, symBinAddr: 0x13F660, symSize: 0x40 } + - { offsetInCU: 0x89F, offset: 0x159A55, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play_10completionyAA0A12PlaybackModeO0fG0O_ySbcSgtF', symObjAddr: 0xEC0, symBinAddr: 0x13F6A0, symSize: 0x120 } + - { offsetInCU: 0x9C7, offset: 0x159B7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10completionyySbcSg_tF', symObjAddr: 0xFE0, symBinAddr: 0x13F7C0, symSize: 0x20 } + - { offsetInCU: 0xA06, offset: 0x159BBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play10fromMarker02toF00d3EndF5Frame8loopMode10completionySSSg_SSSbAA0a4LoopK0OSgySbcSgtF', symObjAddr: 0x1080, symBinAddr: 0x13F860, symSize: 0x40 } + - { offsetInCU: 0xA88, offset: 0x159C3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play6marker8loopMode10completionySS_AA0a4LoopG0OSgySbcSgtF', symObjAddr: 0x10C0, symBinAddr: 0x13F8A0, symSize: 0x30 } + - { offsetInCU: 0xAE8, offset: 0x159C9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4play7markers10completionySaySSG_ySbcSgtF', symObjAddr: 0x10F0, symBinAddr: 0x13F8D0, symSize: 0x20 } + - { offsetInCU: 0xB3B, offset: 0x159CF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC4stopyyF', symObjAddr: 0x1110, symBinAddr: 0x13F8F0, symSize: 0x110 } + - { offsetInCU: 0xBFE, offset: 0x159DB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5pauseyyF', symObjAddr: 0x1220, symBinAddr: 0x13FA00, symSize: 0x40 } + - { offsetInCU: 0xC4E, offset: 0x159E04, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvg', symObjAddr: 0x12D0, symBinAddr: 0x13FAB0, symSize: 0x30 } + - { offsetInCU: 0xC6B, offset: 0x159E21, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvs', symObjAddr: 0x1300, symBinAddr: 0x13FAE0, symSize: 0x40 } + - { offsetInCU: 0xC92, offset: 0x159E48, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM', symObjAddr: 0x1340, symBinAddr: 0x13FB20, symSize: 0x40 } + - { offsetInCU: 0xCC3, offset: 0x159E79, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC035animateLayoutChangesWithCurrentCoreB7ContextSbvM.resume.0', symObjAddr: 0x1380, symBinAddr: 0x13FB60, symSize: 0x10 } + - { offsetInCU: 0xD3D, offset: 0x159EF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvg', symObjAddr: 0x14C0, symBinAddr: 0x13FCA0, symSize: 0x50 } + - { offsetInCU: 0xD70, offset: 0x159F26, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvs', symObjAddr: 0x1510, symBinAddr: 0x13FCF0, symSize: 0xD0 } + - { offsetInCU: 0xDC3, offset: 0x159F79, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM', symObjAddr: 0x15E0, symBinAddr: 0x13FDC0, symSize: 0x70 } + - { offsetInCU: 0xE25, offset: 0x159FDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvM.resume.0', symObjAddr: 0x1650, symBinAddr: 0x13FE30, symSize: 0x1A0 } + - { offsetInCU: 0xEA4, offset: 0x15A05A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14valueProvidersSDyAA0B7KeypathVAA16AnyValueProvider_pGvg', symObjAddr: 0x17F0, symBinAddr: 0x13FFD0, symSize: 0x50 } + - { offsetInCU: 0xEE9, offset: 0x15A09F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovg', symObjAddr: 0x1840, symBinAddr: 0x140020, symSize: 0x20 } + - { offsetInCU: 0xF08, offset: 0x15A0BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0Ovs', symObjAddr: 0x1860, symBinAddr: 0x140040, symSize: 0x20 } + - { offsetInCU: 0xF8D, offset: 0x15A143, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM', symObjAddr: 0x1880, symBinAddr: 0x140060, symSize: 0x40 } + - { offsetInCU: 0x100A, offset: 0x15A1C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18backgroundBehaviorAA0a10BackgroundE0OvM.resume.0', symObjAddr: 0x18C0, symBinAddr: 0x1400A0, symSize: 0x20 } + - { offsetInCU: 0x10DF, offset: 0x15A295, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvg', symObjAddr: 0x1970, symBinAddr: 0x140150, symSize: 0x50 } + - { offsetInCU: 0x1112, offset: 0x15A2C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvs', symObjAddr: 0x19C0, symBinAddr: 0x1401A0, symSize: 0x30 } + - { offsetInCU: 0x1151, offset: 0x15A307, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM', symObjAddr: 0x19F0, symBinAddr: 0x1401D0, symSize: 0x80 } + - { offsetInCU: 0x11B3, offset: 0x15A369, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvM.resume.0', symObjAddr: 0x1A70, symBinAddr: 0x140250, symSize: 0x70 } + - { offsetInCU: 0x124A, offset: 0x15A400, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvg', symObjAddr: 0x1C50, symBinAddr: 0x140430, symSize: 0x50 } + - { offsetInCU: 0x1267, offset: 0x15A41D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvs', symObjAddr: 0x1CA0, symBinAddr: 0x140480, symSize: 0x30 } + - { offsetInCU: 0x127B, offset: 0x15A431, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM', symObjAddr: 0x1CD0, symBinAddr: 0x1404B0, symSize: 0x50 } + - { offsetInCU: 0x12EA, offset: 0x15A4A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvM.resume.0', symObjAddr: 0x1D20, symBinAddr: 0x140500, symSize: 0xB0 } + - { offsetInCU: 0x1351, offset: 0x15A507, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvs', symObjAddr: 0x1DF0, symBinAddr: 0x1405D0, symSize: 0x1A0 } + - { offsetInCU: 0x140D, offset: 0x15A5C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM', symObjAddr: 0x1F90, symBinAddr: 0x140770, symSize: 0x60 } + - { offsetInCU: 0x146F, offset: 0x15A625, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13imageProviderAA0b5ImageE0_pvM.resume.0', symObjAddr: 0x1FF0, symBinAddr: 0x1407D0, symSize: 0x60 } + - { offsetInCU: 0x14E6, offset: 0x15A69C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvg', symObjAddr: 0x20F0, symBinAddr: 0x1408D0, symSize: 0x60 } + - { offsetInCU: 0x1519, offset: 0x15A6CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvs', symObjAddr: 0x2150, symBinAddr: 0x140930, symSize: 0x20 } + - { offsetInCU: 0x153A, offset: 0x15A6F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM', symObjAddr: 0x2170, symBinAddr: 0x140950, symSize: 0x80 } + - { offsetInCU: 0x159C, offset: 0x15A752, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvM.resume.0', symObjAddr: 0x21F0, symBinAddr: 0x1409D0, symSize: 0x1C0 } + - { offsetInCU: 0x1641, offset: 0x15A7F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvs', symObjAddr: 0x2500, symBinAddr: 0x140CE0, symSize: 0x70 } + - { offsetInCU: 0x1675, offset: 0x15A82B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM', symObjAddr: 0x2570, symBinAddr: 0x140D50, symSize: 0x60 } + - { offsetInCU: 0x16D7, offset: 0x15A88D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvM.resume.0', symObjAddr: 0x25D0, symBinAddr: 0x140DB0, symSize: 0x110 } + - { offsetInCU: 0x173D, offset: 0x15A8F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvs', symObjAddr: 0x2770, symBinAddr: 0x140F50, symSize: 0x80 } + - { offsetInCU: 0x17E7, offset: 0x15A99D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM', symObjAddr: 0x27F0, symBinAddr: 0x140FD0, symSize: 0x70 } + - { offsetInCU: 0x1849, offset: 0x15A9FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvM.resume.0', symObjAddr: 0x2860, symBinAddr: 0x141040, symSize: 0x90 } + - { offsetInCU: 0x1906, offset: 0x15AABC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB7PlayingSbvg', symObjAddr: 0x28F0, symBinAddr: 0x1410D0, symSize: 0x190 } + - { offsetInCU: 0x19B8, offset: 0x15AB6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC02isB6QueuedSbvg', symObjAddr: 0x2A80, symBinAddr: 0x141260, symSize: 0x40 } + - { offsetInCU: 0x1A60, offset: 0x15AC16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x2B20, symBinAddr: 0x141300, symSize: 0x60 } + - { offsetInCU: 0x1A93, offset: 0x15AC49, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x2B80, symBinAddr: 0x141360, symSize: 0x60 } + - { offsetInCU: 0x1B22, offset: 0x15ACD8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM', symObjAddr: 0x2BE0, symBinAddr: 0x1413C0, symSize: 0x80 } + - { offsetInCU: 0x1B84, offset: 0x15AD3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x2C60, symBinAddr: 0x141440, symSize: 0x80 } + - { offsetInCU: 0x1C40, offset: 0x15ADF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvs', symObjAddr: 0x2D60, symBinAddr: 0x141540, symSize: 0x60 } + - { offsetInCU: 0x1CCF, offset: 0x15AE85, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM', symObjAddr: 0x2DC0, symBinAddr: 0x1415A0, symSize: 0x70 } + - { offsetInCU: 0x1D31, offset: 0x15AEE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvM.resume.0', symObjAddr: 0x2E30, symBinAddr: 0x141610, symSize: 0x70 } + - { offsetInCU: 0x1DC0, offset: 0x15AF76, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvg', symObjAddr: 0x2EA0, symBinAddr: 0x141680, symSize: 0x120 } + - { offsetInCU: 0x1F1E, offset: 0x15B0D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvs', symObjAddr: 0x2FC0, symBinAddr: 0x1417A0, symSize: 0x20 } + - { offsetInCU: 0x1F60, offset: 0x15B116, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15currentProgress12CoreGraphics7CGFloatVvM', symObjAddr: 0x2FE0, symBinAddr: 0x1417C0, symSize: 0x30 } + - { offsetInCU: 0x1F8F, offset: 0x15B145, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvg', symObjAddr: 0x3030, symBinAddr: 0x141810, symSize: 0xE0 } + - { offsetInCU: 0x2032, offset: 0x15B1E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvs', symObjAddr: 0x3110, symBinAddr: 0x1418F0, symSize: 0x20 } + - { offsetInCU: 0x2074, offset: 0x15B22A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC11currentTimeSdvM', symObjAddr: 0x3130, symBinAddr: 0x141910, symSize: 0x30 } + - { offsetInCU: 0x20C3, offset: 0x15B279, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3240, symBinAddr: 0x141A20, symSize: 0x80 } + - { offsetInCU: 0x2107, offset: 0x15B2BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvs', symObjAddr: 0x32C0, symBinAddr: 0x141AA0, symSize: 0x110 } + - { offsetInCU: 0x21AC, offset: 0x15B362, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM', symObjAddr: 0x33D0, symBinAddr: 0x141BB0, symSize: 0xB0 } + - { offsetInCU: 0x224E, offset: 0x15B404, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x3480, symBinAddr: 0x141C60, symSize: 0x1A0 } + - { offsetInCU: 0x22FF, offset: 0x15B4B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB5Frame12CoreGraphics7CGFloatVvg', symObjAddr: 0x3620, symBinAddr: 0x141E00, symSize: 0x20 } + - { offsetInCU: 0x2330, offset: 0x15B4E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC08realtimeB8Progress12CoreGraphics7CGFloatVvg', symObjAddr: 0x3640, symBinAddr: 0x141E20, symSize: 0xB0 } + - { offsetInCU: 0x2499, offset: 0x15B64F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvg', symObjAddr: 0x3750, symBinAddr: 0x141F30, symSize: 0x50 } + - { offsetInCU: 0x24CC, offset: 0x15B682, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvs', symObjAddr: 0x37A0, symBinAddr: 0x141F80, symSize: 0x60 } + - { offsetInCU: 0x255D, offset: 0x15B713, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM', symObjAddr: 0x3800, symBinAddr: 0x141FE0, symSize: 0x70 } + - { offsetInCU: 0x25BF, offset: 0x15B775, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x3870, symBinAddr: 0x142050, symSize: 0x80 } + - { offsetInCU: 0x267B, offset: 0x15B831, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvs', symObjAddr: 0x39C0, symBinAddr: 0x1421A0, symSize: 0xA0 } + - { offsetInCU: 0x2708, offset: 0x15B8BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM', symObjAddr: 0x3A60, symBinAddr: 0x142240, symSize: 0x70 } + - { offsetInCU: 0x276A, offset: 0x15B920, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvM.resume.0', symObjAddr: 0x3AD0, symBinAddr: 0x1422B0, symSize: 0xC0 } + - { offsetInCU: 0x28A5, offset: 0x15BA5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvg', symObjAddr: 0x3CE0, symBinAddr: 0x1424C0, symSize: 0x50 } + - { offsetInCU: 0x28C2, offset: 0x15BA78, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvs', symObjAddr: 0x3D30, symBinAddr: 0x142510, symSize: 0xE0 } + - { offsetInCU: 0x2906, offset: 0x15BABC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM', symObjAddr: 0x3E10, symBinAddr: 0x1425F0, symSize: 0x50 } + - { offsetInCU: 0x2937, offset: 0x15BAED, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvM.resume.0', symObjAddr: 0x3E60, symBinAddr: 0x142640, symSize: 0xC0 } + - { offsetInCU: 0x29D2, offset: 0x15BB88, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0x3F20, symBinAddr: 0x142700, symSize: 0x60 } + - { offsetInCU: 0x2A8D, offset: 0x15BC43, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22currentRenderingEngineAA0eF0OSgvg', symObjAddr: 0x3FE0, symBinAddr: 0x142760, symSize: 0x90 } + - { offsetInCU: 0x2B27, offset: 0x15BCDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC19currentPlaybackModeAA0aeF0OSgvg', symObjAddr: 0x4070, symBinAddr: 0x1427F0, symSize: 0x80 } + - { offsetInCU: 0x2B91, offset: 0x15BD47, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvs', symObjAddr: 0x41E0, symBinAddr: 0x142960, symSize: 0x90 } + - { offsetInCU: 0x2C24, offset: 0x15BDDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM', symObjAddr: 0x4270, symBinAddr: 0x1429F0, symSize: 0x70 } + - { offsetInCU: 0x2C86, offset: 0x15BE3C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvM.resume.0', symObjAddr: 0x42E0, symBinAddr: 0x142A60, symSize: 0xA0 } + - { offsetInCU: 0x2D2C, offset: 0x15BEE2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0_4fromySSSg_AA03DotA4FileCtF', symObjAddr: 0x4380, symBinAddr: 0x142B00, symSize: 0xB0 } + - { offsetInCU: 0x2DCD, offset: 0x15BF83, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB07atIndex4fromySi_AA03DotA4FileCtF', symObjAddr: 0x4430, symBinAddr: 0x142BB0, symSize: 0xE0 } + - { offsetInCU: 0x2EC5, offset: 0x15C07B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12reloadImagesyyF', symObjAddr: 0x4510, symBinAddr: 0x142C90, symSize: 0x80 } + - { offsetInCU: 0x2F1B, offset: 0x15C0D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC18forceDisplayUpdateyyF', symObjAddr: 0x4590, symBinAddr: 0x142D10, symSize: 0x80 } + - { offsetInCU: 0x2F71, offset: 0x15C127, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtF', symObjAddr: 0x4610, symBinAddr: 0x142D90, symSize: 0x40 } + - { offsetInCU: 0x2F8D, offset: 0x15C143, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8getValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x4650, symBinAddr: 0x142DD0, symSize: 0xC0 } + - { offsetInCU: 0x3011, offset: 0x15C1C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16getOriginalValue3for7atFrameypSgAA0B7KeypathV_12CoreGraphics7CGFloatVSgtF', symObjAddr: 0x4710, symBinAddr: 0x142E90, symSize: 0xC0 } + - { offsetInCU: 0x3095, offset: 0x15C24B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20logHierarchyKeypathsyyF', symObjAddr: 0x47D0, symBinAddr: 0x142F50, symSize: 0x80 } + - { offsetInCU: 0x30EB, offset: 0x15C2A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC20allHierarchyKeypathsSaySSGyF', symObjAddr: 0x4850, symBinAddr: 0x142FD0, symSize: 0x80 } + - { offsetInCU: 0x3141, offset: 0x15C2F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10addSubview_10forLayerAtyAA0bE0C_AA0B7KeypathVtF', symObjAddr: 0x48D0, symBinAddr: 0x143050, symSize: 0x190 } + - { offsetInCU: 0x3214, offset: 0x15C3CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo6CGRectVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4A60, symBinAddr: 0x1431E0, symSize: 0x70 } + - { offsetInCU: 0x3287, offset: 0x15C43D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC7convert_9toLayerAtSo7CGPointVSgAG_AA0B7KeypathVSgtF', symObjAddr: 0x4AD0, symBinAddr: 0x143250, symSize: 0x70 } + - { offsetInCU: 0x32F6, offset: 0x15C4AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setNodeIsEnabled02isG07keypathySb_AA0B7KeypathVtF', symObjAddr: 0x4B40, symBinAddr: 0x1432C0, symSize: 0x30 } + - { offsetInCU: 0x3349, offset: 0x15C4FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4B70, symBinAddr: 0x1432F0, symSize: 0x90 } + - { offsetInCU: 0x33CF, offset: 0x15C585, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4C00, symBinAddr: 0x143380, symSize: 0x100 } + - { offsetInCU: 0x34AE, offset: 0x15C664, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x4D00, symBinAddr: 0x143480, symSize: 0x100 } + - { offsetInCU: 0x359F, offset: 0x15C755, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvgTo', symObjAddr: 0x4E00, symBinAddr: 0x143580, symSize: 0x50 } + - { offsetInCU: 0x35E2, offset: 0x15C798, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTo', symObjAddr: 0x4E50, symBinAddr: 0x1435D0, symSize: 0x60 } + - { offsetInCU: 0x3615, offset: 0x15C7CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyF', symObjAddr: 0x4EB0, symBinAddr: 0x143630, symSize: 0x2D0 } + - { offsetInCU: 0x3748, offset: 0x15C8FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_', symObjAddr: 0x5180, symBinAddr: 0x143900, symSize: 0xC0 } + - { offsetInCU: 0x37C6, offset: 0x15C97C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_', symObjAddr: 0x5240, symBinAddr: 0x1439C0, symSize: 0x60 } + - { offsetInCU: 0x383D, offset: 0x15C9F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyF', symObjAddr: 0x52A0, symBinAddr: 0x143A20, symSize: 0x1AC0 } + - { offsetInCU: 0x4003, offset: 0x15D1B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_', symObjAddr: 0x6D60, symBinAddr: 0x1454E0, symSize: 0xD0 } + - { offsetInCU: 0x40A9, offset: 0x15D25F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyF', symObjAddr: 0x6E30, symBinAddr: 0x1455B0, symSize: 0xE0 } + - { offsetInCU: 0x4192, offset: 0x15D348, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x6F10, symBinAddr: 0x145690, symSize: 0x30 } + - { offsetInCU: 0x41FB, offset: 0x15D3B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyF', symObjAddr: 0x6F40, symBinAddr: 0x1456C0, symSize: 0xE0 } + - { offsetInCU: 0x42EB, offset: 0x15D4A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC28animationWillEnterForegroundyyFTo', symObjAddr: 0x7020, symBinAddr: 0x1457A0, symSize: 0x30 } + - { offsetInCU: 0x4307, offset: 0x15D4BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC22animationMovedToWindowyyF', symObjAddr: 0x7050, symBinAddr: 0x1457D0, symSize: 0x60 } + - { offsetInCU: 0x4336, offset: 0x15D4EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04loadB0yyAA0aB6SourceOSgF', symObjAddr: 0x70B0, symBinAddr: 0x145830, symSize: 0x110 } + - { offsetInCU: 0x44D4, offset: 0x15D68A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForBackgroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x71C0, symBinAddr: 0x145940, symSize: 0xE0 } + - { offsetInCU: 0x458A, offset: 0x15D740, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06updateB18ForForegroundState33_2B098ED7B46F474583E5466AA22C6073LLyyF', symObjAddr: 0x72A0, symBinAddr: 0x145A20, symSize: 0xE0 } + - { offsetInCU: 0x4647, offset: 0x15D7FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfD', symObjAddr: 0x73D0, symBinAddr: 0x145B50, symSize: 0x30 } + - { offsetInCU: 0x4674, offset: 0x15D82A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_n', symObjAddr: 0x7460, symBinAddr: 0x145BE0, symSize: 0x310 } + - { offsetInCU: 0x474F, offset: 0x15D905, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC16setValueProvider_7keypathyAA03AnyeF0_p_AA0B7KeypathVtFTf4enn_n', symObjAddr: 0x7D40, symBinAddr: 0x146460, symSize: 0x190 } + - { offsetInCU: 0x481A, offset: 0x15D9D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvsTf4en_n', symObjAddr: 0x7ED0, symBinAddr: 0x1465F0, symSize: 0x110 } + - { offsetInCU: 0x48A8, offset: 0x15DA5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configuration6loggerAcA0A13ConfigurationV_AA0A6LoggerCtcfcTf4ngn_n', symObjAddr: 0x7FE0, symBinAddr: 0x146700, symSize: 0x150 } + - { offsetInCU: 0x492A, offset: 0x15DAE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC5coderACSgSo7NSCoderC_tcfcTf4gn_n', symObjAddr: 0x81B0, symBinAddr: 0x146870, symSize: 0x290 } + - { offsetInCU: 0x4A51, offset: 0x15DC07, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvsTf4gn_n', symObjAddr: 0x85E0, symBinAddr: 0x146B20, symSize: 0xF0 } + - { offsetInCU: 0x4ADF, offset: 0x15DC95, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvsTf4gn_n', symObjAddr: 0x8850, symBinAddr: 0x146C30, symSize: 0xE0 } + - { offsetInCU: 0x4BC4, offset: 0x15DD7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13animationNameSSSgvsTf4gn_n', symObjAddr: 0xA000, symBinAddr: 0x148160, symSize: 0xD0 } + - { offsetInCU: 0x4C8E, offset: 0x15DE44, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO2eeoiySbAC_ACtFZ', symObjAddr: 0x2F0, symBinAddr: 0x13EAD0, symSize: 0x70 } + - { offsetInCU: 0x4CF9, offset: 0x15DEAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO4hash4intoys6HasherVz_tF', symObjAddr: 0x470, symBinAddr: 0x13EC50, symSize: 0x70 } + - { offsetInCU: 0x4DA5, offset: 0x15DF5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeO9hashValueSivg', symObjAddr: 0x4E0, symBinAddr: 0x13ECC0, symSize: 0x50 } + - { offsetInCU: 0x4E31, offset: 0x15DFE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH9hashValueSivgTW', symObjAddr: 0x530, symBinAddr: 0x13ED10, symSize: 0x50 } + - { offsetInCU: 0x4EC0, offset: 0x15E076, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x580, symBinAddr: 0x13ED60, symSize: 0x10 } + - { offsetInCU: 0x4F0B, offset: 0x15E0C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5E0, symBinAddr: 0x13EDC0, symSize: 0x70 } + - { offsetInCU: 0x5BDA, offset: 0x15ED90, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A14AnimationLayerC9animation13imageProvider04textF004fontF013configuration6loggerAcA0aB0CSg_AA0b5ImageF0_pSgAA0b11KeypathTextF0_pAA0b4FontF0_pAA0A13ConfigurationVAA0A6LoggerCtcfcTf4nneennn_nAA07DefaultmF0C_AA0qnF0CTg5', symObjAddr: 0x77D0, symBinAddr: 0x145EF0, symSize: 0x570 } + - { offsetInCU: 0x5EA5, offset: 0x15F05B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTK', symObjAddr: 0x1390, symBinAddr: 0x13FB70, symSize: 0x50 } + - { offsetInCU: 0x5EE9, offset: 0x15F09F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13configurationAA0A13ConfigurationVvpACTk', symObjAddr: 0x13E0, symBinAddr: 0x13FBC0, symSize: 0xE0 } + - { offsetInCU: 0x5F4C, offset: 0x15F102, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTK', symObjAddr: 0x18E0, symBinAddr: 0x1400C0, symSize: 0x50 } + - { offsetInCU: 0x5F90, offset: 0x15F146, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC9animationAA0aB0CSgvpACTk', symObjAddr: 0x1930, symBinAddr: 0x140110, symSize: 0x40 } + - { offsetInCU: 0x5FD4, offset: 0x15F18A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTK', symObjAddr: 0x1AE0, symBinAddr: 0x1402C0, symSize: 0x90 } + - { offsetInCU: 0x6001, offset: 0x15F1B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC15animationLoadedyAC_AA0aB0CtcSgvpACTk', symObjAddr: 0x1B70, symBinAddr: 0x140350, symSize: 0x80 } + - { offsetInCU: 0x602E, offset: 0x15F1E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TR', symObjAddr: 0x1BF0, symBinAddr: 0x1403D0, symSize: 0x60 } + - { offsetInCU: 0x6046, offset: 0x15F1FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTK', symObjAddr: 0x2050, symBinAddr: 0x140830, symSize: 0x60 } + - { offsetInCU: 0x608A, offset: 0x15F240, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12textProviderAA0b11KeypathTextE0_pvpACTk', symObjAddr: 0x20B0, symBinAddr: 0x140890, symSize: 0x40 } + - { offsetInCU: 0x60B7, offset: 0x15F26D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12fontProviderAA0b4FontE0_pvpACTk', symObjAddr: 0x2400, symBinAddr: 0x140BE0, symSize: 0x90 } + - { offsetInCU: 0x60E4, offset: 0x15F29A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC04maskB8ToBoundsSbvpACTk', symObjAddr: 0x26E0, symBinAddr: 0x140EC0, symSize: 0x70 } + - { offsetInCU: 0x616B, offset: 0x15F321, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC8loopModeAA0a4LoopE0OvpACTk', symObjAddr: 0x2AC0, symBinAddr: 0x1412A0, symSize: 0x60 } + - { offsetInCU: 0x61E9, offset: 0x15F39F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC23shouldRasterizeWhenIdleSbvpACTk', symObjAddr: 0x2CE0, symBinAddr: 0x1414C0, symSize: 0x60 } + - { offsetInCU: 0x633D, offset: 0x15F4F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC12currentFrame12CoreGraphics7CGFloatVvpACTK', symObjAddr: 0x31B0, symBinAddr: 0x141990, symSize: 0x90 } + - { offsetInCU: 0x6390, offset: 0x15F546, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC14animationSpeed12CoreGraphics7CGFloatVvpACTk', symObjAddr: 0x36F0, symBinAddr: 0x141ED0, symSize: 0x60 } + - { offsetInCU: 0x6412, offset: 0x15F5C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC07respectB9FrameRateSbvpACTk', symObjAddr: 0x38F0, symBinAddr: 0x1420D0, symSize: 0xB0 } + - { offsetInCU: 0x647A, offset: 0x15F630, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTK', symObjAddr: 0x3B90, symBinAddr: 0x142370, symSize: 0x60 } + - { offsetInCU: 0x649F, offset: 0x15F655, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC13viewportFrameSo6CGRectVSgvpACTk', symObjAddr: 0x3BF0, symBinAddr: 0x1423D0, symSize: 0xF0 } + - { offsetInCU: 0x64F4, offset: 0x15F6AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC60mainThreadRenderingEngineShouldForceDisplayUpdateOnEachFrameSbvpACTk', symObjAddr: 0x40F0, symBinAddr: 0x142870, symSize: 0x90 } + - { offsetInCU: 0x682C, offset: 0x15F9E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfE', symObjAddr: 0x7380, symBinAddr: 0x145B00, symSize: 0x50 } + - { offsetInCU: 0x6859, offset: 0x15FA0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCfETo', symObjAddr: 0x7400, symBinAddr: 0x145B80, symSize: 0x60 } + - { offsetInCU: 0x68A5, offset: 0x15FA5B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCMa', symObjAddr: 0x8160, symBinAddr: 0x146850, symSize: 0x20 } + - { offsetInCU: 0x68B9, offset: 0x15FA6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOy', symObjAddr: 0x85C0, symBinAddr: 0x146B00, symSize: 0x20 } + - { offsetInCU: 0x68CD, offset: 0x15FA83, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_SgWOe', symObjAddr: 0x86D0, symBinAddr: 0x146C10, symSize: 0x20 } + - { offsetInCU: 0x68E1, offset: 0x15FA97, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASQWb', symObjAddr: 0x8B30, symBinAddr: 0x146D10, symSize: 0x10 } + - { offsetInCU: 0x68F5, offset: 0x15FAAB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOACSQAAWl', symObjAddr: 0x8B40, symBinAddr: 0x146D20, symSize: 0x30 } + - { offsetInCU: 0x6909, offset: 0x15FABF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASQWb', symObjAddr: 0x8B70, symBinAddr: 0x146D50, symSize: 0x10 } + - { offsetInCU: 0x691D, offset: 0x15FAD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOACSQAAWl', symObjAddr: 0x8B80, symBinAddr: 0x146D60, symSize: 0x30 } + - { offsetInCU: 0x6931, offset: 0x15FAE7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwet', symObjAddr: 0x90B0, symBinAddr: 0x147270, symSize: 0x80 } + - { offsetInCU: 0x6945, offset: 0x15FAFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwst', symObjAddr: 0x9130, symBinAddr: 0x1472F0, symSize: 0xD0 } + - { offsetInCU: 0x6959, offset: 0x15FB0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwug', symObjAddr: 0x9200, symBinAddr: 0x1473C0, symSize: 0x10 } + - { offsetInCU: 0x696D, offset: 0x15FB23, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwup', symObjAddr: 0x9210, symBinAddr: 0x1473D0, symSize: 0x10 } + - { offsetInCU: 0x6981, offset: 0x15FB37, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOwui', symObjAddr: 0x9220, symBinAddr: 0x1473E0, symSize: 0x10 } + - { offsetInCU: 0x6995, offset: 0x15FB4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOMa', symObjAddr: 0x9230, symBinAddr: 0x1473F0, symSize: 0x10 } + - { offsetInCU: 0x69A9, offset: 0x15FB5F, size: 0x8, addend: 0x0, symName: ___swift_memcpy5_4, symObjAddr: 0x9240, symBinAddr: 0x147400, symSize: 0x20 } + - { offsetInCU: 0x69BD, offset: 0x15FB73, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwet', symObjAddr: 0x9260, symBinAddr: 0x147420, symSize: 0x50 } + - { offsetInCU: 0x69D1, offset: 0x15FB87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwst', symObjAddr: 0x92B0, symBinAddr: 0x147470, symSize: 0x40 } + - { offsetInCU: 0x69E5, offset: 0x15FB9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwug', symObjAddr: 0x92F0, symBinAddr: 0x1474B0, symSize: 0x20 } + - { offsetInCU: 0x69F9, offset: 0x15FBAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwup', symObjAddr: 0x9310, symBinAddr: 0x1474D0, symSize: 0x10 } + - { offsetInCU: 0x6A0D, offset: 0x15FBC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOwui', symObjAddr: 0x9320, symBinAddr: 0x1474E0, symSize: 0x20 } + - { offsetInCU: 0x6A21, offset: 0x15FBD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOMa', symObjAddr: 0x9340, symBinAddr: 0x147500, symSize: 0x10 } + - { offsetInCU: 0x6A35, offset: 0x15FBEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC06layoutB0yyFSSyXEfu_TA', symObjAddr: 0x9F40, symBinAddr: 0x148100, symSize: 0x10 } + - { offsetInCU: 0x6A49, offset: 0x15FBFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x9F50, symBinAddr: 0x148110, symSize: 0x20 } + - { offsetInCU: 0x6A5D, offset: 0x15FC13, size: 0x8, addend: 0x0, symName: '_$sSo16CABasicAnimationCMa', symObjAddr: 0x9F70, symBinAddr: 0x148130, symSize: 0x30 } + - { offsetInCU: 0x6A8D, offset: 0x15FC43, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CytIegnnr_AcEIeggg_TRTA', symObjAddr: 0xA0F0, symBinAddr: 0x148250, symSize: 0x20 } + - { offsetInCU: 0x6AAC, offset: 0x15FC62, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewCAA0aB0CIeggg_AcEytIegnnr_TRTA', symObjAddr: 0xA110, symBinAddr: 0x148270, symSize: 0x20 } + - { offsetInCU: 0x6AD5, offset: 0x15FC8B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA0aB0CtcfU_TA', symObjAddr: 0xA210, symBinAddr: 0x1482B0, symSize: 0x10 } + - { offsetInCU: 0x6AE9, offset: 0x15FC9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A13AnimationViewC10commonInityyFyAA0aB5LayerC_AA21RenderingEngineOptionOtcfU0_TA', symObjAddr: 0xA220, symBinAddr: 0x1482C0, symSize: 0x10 } + - { offsetInCU: 0x6B3B, offset: 0x15FCF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A18BackgroundBehaviorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x430, symBinAddr: 0x13EC10, symSize: 0x40 } + - { offsetInCU: 0x6C05, offset: 0x15FDBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8LoopModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x590, symBinAddr: 0x13ED70, symSize: 0x50 } + - { offsetInCU: 0x6C, offset: 0x16058D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKF', symObjAddr: 0x0, symBinAddr: 0x148310, symSize: 0x750 } + - { offsetInCU: 0x388, offset: 0x1608A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU0_', symObjAddr: 0x12E0, symBinAddr: 0x1495F0, symSize: 0xD0 } + - { offsetInCU: 0x3D9, offset: 0x1608FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU1_', symObjAddr: 0x13B0, symBinAddr: 0x1496C0, symSize: 0x190 } + - { offsetInCU: 0x48E, offset: 0x1609AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC0B5ErrorOAEs0C0AAWl', symObjAddr: 0x750, symBinAddr: 0x148A60, symSize: 0x30 } + - { offsetInCU: 0x6B4, offset: 0x160BD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF010$s6Lottie7b46C7extract_2to10bufferSize9skipCRC328progresss6j4VAA5k27V_10Foundation3URLVSiSbSo10l10CSgtKFyAM4N6VKcfU_SpySo7__sFILEVGTf1nnnncn_n', symObjAddr: 0x780, symBinAddr: 0x148A90, symSize: 0x5F0 } + - { offsetInCU: 0xAFB, offset: 0x16101C, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_10bufferSize9skipCRC328progress8consumers6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0xD70, symBinAddr: 0x149080, symSize: 0x570 } + - { offsetInCU: 0xEB3, offset: 0x1613D4, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tgq5', symObjAddr: 0x1570, symBinAddr: 0x149880, symSize: 0x60 } + - { offsetInCU: 0xED6, offset: 0x1613F7, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tgq5', symObjAddr: 0x15D0, symBinAddr: 0x1498E0, symSize: 0x140 } + - { offsetInCU: 0xF3E, offset: 0x16145F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0V15withUnsafeBytesyxxSWKXEKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6G15VAH_tFAHSWXEfU_AcHTf1cn_nTf4ngn_n', symObjAddr: 0x1870, symBinAddr: 0x149B40, symSize: 0xE0 } + - { offsetInCU: 0xF93, offset: 0x1614B4, size: 0x8, addend: 0x0, symName: '_$s10Foundation13__DataStorageC15withUnsafeBytes2in5applyxSnySiG_xSWKXEtKlFs6UInt32V_Tg5015$s10Foundation4b26V6LottieE5crc328checksums6I15VAH_tFAHSWXEfU_AA0B0VAITf1ncn_nTf4nngn_n', symObjAddr: 0x1950, symBinAddr: 0x149C20, symSize: 0xB0 } + - { offsetInCU: 0xFD4, offset: 0x1614F5, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTgq5Tf4gd_n', symObjAddr: 0x1A00, symBinAddr: 0x149CD0, symSize: 0xE0 } + - { offsetInCU: 0x103D, offset: 0x16155E, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC7extract_2to10bufferSize9skipCRC328progresss6UInt32VAA5EntryV_10Foundation3URLVSiSbSo10NSProgressCSgtKFyAM4DataVKcfU_TA', symObjAddr: 0x1B00, symBinAddr: 0x149DD0, symSize: 0x10 } + - { offsetInCU: 0x108E, offset: 0x1615AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV24ZIP64ExtendedInformationVSgWOb', symObjAddr: 0x1B10, symBinAddr: 0x149DE0, symSize: 0x40 } + - { offsetInCU: 0x10A2, offset: 0x1615C3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFs0D0ADWl', symObjAddr: 0x1BF0, symBinAddr: 0x149E20, symSize: 0x30 } + - { offsetInCU: 0x10B6, offset: 0x1615D7, size: 0x8, addend: 0x0, symName: '_$sSS_yptWOc', symObjAddr: 0x1C20, symBinAddr: 0x149E50, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x16195A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x149E90, symSize: 0x30 } + - { offsetInCU: 0x6D, offset: 0x16199C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCfD', symObjAddr: 0x0, symBinAddr: 0x149E90, symSize: 0x30 } + - { offsetInCU: 0xB1, offset: 0x1619E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerTextProviderCMa', symObjAddr: 0x30, symBinAddr: 0x149EC0, symSize: 0x14 } + - { offsetInCU: 0x27, offset: 0x161B3D, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x149EE0, symSize: 0x250 } + - { offsetInCU: 0xA1, offset: 0x161BB7, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationC6LottieE5timed4with3forAbC21LayerAnimationContextV_So7CALayerCtF', symObjAddr: 0x0, symBinAddr: 0x149EE0, symSize: 0x250 } + - { offsetInCU: 0x225, offset: 0x161D3B, size: 0x8, addend: 0x0, symName: '_$sSo11CAAnimationCMa', symObjAddr: 0x250, symBinAddr: 0x14A130, symSize: 0x2F } + - { offsetInCU: 0xA5, offset: 0x161FD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x0, symBinAddr: 0x14A160, symSize: 0x180 } + - { offsetInCU: 0x175, offset: 0x1620A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC10loadImages33_018EEA5A3C8AB5F957268211713A2543LLyyF', symObjAddr: 0x180, symBinAddr: 0x14A2E0, symSize: 0x510 } + - { offsetInCU: 0x417, offset: 0x162344, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCfD', symObjAddr: 0x690, symBinAddr: 0x14A7F0, symSize: 0x50 } + - { offsetInCU: 0x462, offset: 0x16238F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x790, symBinAddr: 0x14A8F0, symSize: 0x20 } + - { offsetInCU: 0x4A8, offset: 0x1623D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderC8filepathACSg10Foundation3URLV_tcfCTf4nd_n', symObjAddr: 0xA60, symBinAddr: 0x14AAC0, symSize: 0xDD } + - { offsetInCU: 0x5C0, offset: 0x1624ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMU', symObjAddr: 0x6E0, symBinAddr: 0x14A840, symSize: 0x10 } + - { offsetInCU: 0x5D4, offset: 0x162501, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMa', symObjAddr: 0x6F0, symBinAddr: 0x14A850, symSize: 0x30 } + - { offsetInCU: 0x5E8, offset: 0x162515, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCMr', symObjAddr: 0x720, symBinAddr: 0x14A880, symSize: 0x70 } + - { offsetInCU: 0x64F, offset: 0x16257C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH9hashValueSivgTW', symObjAddr: 0x7B0, symBinAddr: 0x14A910, symSize: 0x70 } + - { offsetInCU: 0x70B, offset: 0x162638, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x820, symBinAddr: 0x14A980, symSize: 0x60 } + - { offsetInCU: 0x78A, offset: 0x1626B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8F0, symBinAddr: 0x14AA50, symSize: 0x20 } + - { offsetInCU: 0x7BC, offset: 0x1626E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASQWb', symObjAddr: 0x910, symBinAddr: 0x14AA70, symSize: 0x20 } + - { offsetInCU: 0x8A8, offset: 0x1627D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x880, symBinAddr: 0x14A9E0, symSize: 0x70 } + - { offsetInCU: 0x5E, offset: 0x162A80, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x14ABA0, symSize: 0x20 } + - { offsetInCU: 0x90, offset: 0x162AB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x190, symBinAddr: 0x14AD30, symSize: 0x40 } + - { offsetInCU: 0xB5, offset: 0x162AD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1D0, symBinAddr: 0x14AD70, symSize: 0x6F0 } + - { offsetInCU: 0x138, offset: 0x162B5A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x8C0, symBinAddr: 0x14B460, symSize: 0xD80 } + - { offsetInCU: 0x505, offset: 0x162F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueSSvg', symObjAddr: 0x1640, symBinAddr: 0x14C1E0, symSize: 0x20 } + - { offsetInCU: 0x53C, offset: 0x162F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x1A40, symBinAddr: 0x14C5E0, symSize: 0x20 } + - { offsetInCU: 0x5A0, offset: 0x162FC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1AE0, symBinAddr: 0x14C680, symSize: 0x40 } + - { offsetInCU: 0x5E6, offset: 0x163008, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1B20, symBinAddr: 0x14C6C0, symSize: 0x30 } + - { offsetInCU: 0x602, offset: 0x163024, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1B50, symBinAddr: 0x14C6F0, symSize: 0x10 } + - { offsetInCU: 0x638, offset: 0x16305A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1B60, symBinAddr: 0x14C700, symSize: 0x30 } + - { offsetInCU: 0x69D, offset: 0x1630BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1B90, symBinAddr: 0x14C730, symSize: 0x10 } + - { offsetInCU: 0x6B9, offset: 0x1630DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1BA0, symBinAddr: 0x14C740, symSize: 0x10 } + - { offsetInCU: 0x6D5, offset: 0x1630F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x2B70, symBinAddr: 0x14D470, symSize: 0x50 } + - { offsetInCU: 0x70D, offset: 0x16312F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLO11stringValueSSvg', symObjAddr: 0x1A60, symBinAddr: 0x14C600, symSize: 0x30 } + - { offsetInCU: 0x752, offset: 0x163174, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x1C30, symBinAddr: 0x14C7D0, symSize: 0x70 } + - { offsetInCU: 0x786, offset: 0x1631A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x1CA0, symBinAddr: 0x14C840, symSize: 0x30 } + - { offsetInCU: 0x7A2, offset: 0x1631C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1CD0, symBinAddr: 0x14C870, symSize: 0x10 } + - { offsetInCU: 0x7D8, offset: 0x1631FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1CE0, symBinAddr: 0x14C880, symSize: 0x70 } + - { offsetInCU: 0x823, offset: 0x163245, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1D50, symBinAddr: 0x14C8F0, symSize: 0x10 } + - { offsetInCU: 0x83F, offset: 0x163261, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1D60, symBinAddr: 0x14C900, symSize: 0x10 } + - { offsetInCU: 0x85D, offset: 0x16327F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1660, symBinAddr: 0x14C200, symSize: 0x3E0 } + - { offsetInCU: 0x8D0, offset: 0x1632F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfd', symObjAddr: 0x1DF0, symBinAddr: 0x14C990, symSize: 0x50 } + - { offsetInCU: 0x91B, offset: 0x16333D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfD', symObjAddr: 0x1E40, symBinAddr: 0x14C9E0, symSize: 0x20 } + - { offsetInCU: 0x957, offset: 0x163379, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x2050, symBinAddr: 0x14CBD0, symSize: 0x20 } + - { offsetInCU: 0x998, offset: 0x1633BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x2070, symBinAddr: 0x14CBF0, symSize: 0x20 } + - { offsetInCU: 0x9D9, offset: 0x1633FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x2090, symBinAddr: 0x14CC10, symSize: 0x10 } + - { offsetInCU: 0xA1A, offset: 0x16343C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x20A0, symBinAddr: 0x14CC20, symSize: 0x10 } + - { offsetInCU: 0xA5B, offset: 0x16347D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x20B0, symBinAddr: 0x14CC30, symSize: 0x20 } + - { offsetInCU: 0xAD5, offset: 0x1634F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xD0, symBinAddr: 0x14AC70, symSize: 0x20 } + - { offsetInCU: 0xB06, offset: 0x163528, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0x14AC90, symSize: 0x10 } + - { offsetInCU: 0xC55, offset: 0x163677, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCfE', symObjAddr: 0x1DB0, symBinAddr: 0x14C950, symSize: 0x40 } + - { offsetInCU: 0xCAD, offset: 0x1636CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillCMa', symObjAddr: 0x1E60, symBinAddr: 0x14CA00, symSize: 0x20 } + - { offsetInCU: 0xCC1, offset: 0x1636E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwet', symObjAddr: 0x1EA0, symBinAddr: 0x14CA20, symSize: 0x80 } + - { offsetInCU: 0xCD5, offset: 0x1636F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwst', symObjAddr: 0x1F20, symBinAddr: 0x14CAA0, symSize: 0xD0 } + - { offsetInCU: 0xCE9, offset: 0x16370B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOwup', symObjAddr: 0x1FF0, symBinAddr: 0x14CB70, symSize: 0x10 } + - { offsetInCU: 0xCFD, offset: 0x16371F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOMa', symObjAddr: 0x2000, symBinAddr: 0x14CB80, symSize: 0x10 } + - { offsetInCU: 0xD11, offset: 0x163733, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASQWb', symObjAddr: 0x2010, symBinAddr: 0x14CB90, symSize: 0x10 } + - { offsetInCU: 0xD25, offset: 0x163747, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSQAAWl', symObjAddr: 0x2020, symBinAddr: 0x14CBA0, symSize: 0x30 } + - { offsetInCU: 0xD39, offset: 0x16375B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSYAAWl', symObjAddr: 0x20D0, symBinAddr: 0x14CC50, symSize: 0x30 } + - { offsetInCU: 0xD4D, offset: 0x16376F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs0D3KeyAAWl', symObjAddr: 0x2170, symBinAddr: 0x14CC80, symSize: 0x30 } + - { offsetInCU: 0xD61, offset: 0x163783, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSEAAWl', symObjAddr: 0x2200, symBinAddr: 0x14CCB0, symSize: 0x30 } + - { offsetInCU: 0xD75, offset: 0x163797, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs9CodingKeyAAWl', symObjAddr: 0x2260, symBinAddr: 0x14CCE0, symSize: 0x30 } + - { offsetInCU: 0xD89, offset: 0x1637AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSEAASERzlWl', symObjAddr: 0x2290, symBinAddr: 0x14CD10, symSize: 0x60 } + - { offsetInCU: 0xD9D, offset: 0x1637BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGMa', symObjAddr: 0x22F0, symBinAddr: 0x14CD70, symSize: 0x60 } + - { offsetInCU: 0xDB1, offset: 0x1637D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOACSeAAWl', symObjAddr: 0x24F0, symBinAddr: 0x14CEE0, symSize: 0x30 } + - { offsetInCU: 0xDC5, offset: 0x1637E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCySaySdGGACyxGSeAASeRzlWl', symObjAddr: 0x2550, symBinAddr: 0x14CF10, symSize: 0x60 } + - { offsetInCU: 0xDD9, offset: 0x1637FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x26D0, symBinAddr: 0x14CFD0, symSize: 0x80 } + - { offsetInCU: 0xDED, offset: 0x16380F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x2750, symBinAddr: 0x14D050, symSize: 0xD0 } + - { offsetInCU: 0xE01, offset: 0x163823, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x2820, symBinAddr: 0x14D120, symSize: 0x10 } + - { offsetInCU: 0xE15, offset: 0x163837, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x2830, symBinAddr: 0x14D130, symSize: 0x10 } + - { offsetInCU: 0xE29, offset: 0x16384B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x2840, symBinAddr: 0x14D140, symSize: 0x10 } + - { offsetInCU: 0xE3D, offset: 0x16385F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x2850, symBinAddr: 0x14D150, symSize: 0x10 } + - { offsetInCU: 0xE51, offset: 0x163873, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwet', symObjAddr: 0x2860, symBinAddr: 0x14D160, symSize: 0x80 } + - { offsetInCU: 0xE65, offset: 0x163887, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwst', symObjAddr: 0x28E0, symBinAddr: 0x14D1E0, symSize: 0xD0 } + - { offsetInCU: 0xE79, offset: 0x16389B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwug', symObjAddr: 0x29B0, symBinAddr: 0x14D2B0, symSize: 0x10 } + - { offsetInCU: 0xE8D, offset: 0x1638AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwup', symObjAddr: 0x29C0, symBinAddr: 0x14D2C0, symSize: 0x10 } + - { offsetInCU: 0xEA1, offset: 0x1638C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOwui', symObjAddr: 0x29D0, symBinAddr: 0x14D2D0, symSize: 0x10 } + - { offsetInCU: 0xEB5, offset: 0x1638D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOMa', symObjAddr: 0x29E0, symBinAddr: 0x14D2E0, symSize: 0x10 } + - { offsetInCU: 0xEC9, offset: 0x1638EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x29F0, symBinAddr: 0x14D2F0, symSize: 0x10 } + - { offsetInCU: 0xEDD, offset: 0x1638FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x2A00, symBinAddr: 0x14D300, symSize: 0x30 } + - { offsetInCU: 0xEF1, offset: 0x163913, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASQWb', symObjAddr: 0x2A30, symBinAddr: 0x14D330, symSize: 0x10 } + - { offsetInCU: 0xF05, offset: 0x163927, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFSQAAWl', symObjAddr: 0x2A40, symBinAddr: 0x14D340, symSize: 0x30 } + - { offsetInCU: 0xF19, offset: 0x16393B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2A70, symBinAddr: 0x14D370, symSize: 0x10 } + - { offsetInCU: 0xF2D, offset: 0x16394F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2A80, symBinAddr: 0x14D380, symSize: 0x30 } + - { offsetInCU: 0xF41, offset: 0x163963, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2AB0, symBinAddr: 0x14D3B0, symSize: 0x10 } + - { offsetInCU: 0xF55, offset: 0x163977, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2AC0, symBinAddr: 0x14D3C0, symSize: 0x30 } + - { offsetInCU: 0xF69, offset: 0x16398B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2AF0, symBinAddr: 0x14D3F0, symSize: 0x10 } + - { offsetInCU: 0xF7D, offset: 0x16399F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2B00, symBinAddr: 0x14D400, symSize: 0x30 } + - { offsetInCU: 0xF91, offset: 0x1639B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2B30, symBinAddr: 0x14D430, symSize: 0x10 } + - { offsetInCU: 0xFA5, offset: 0x1639C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2B40, symBinAddr: 0x14D440, symSize: 0x30 } + - { offsetInCU: 0xFD9, offset: 0x1639FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20, symBinAddr: 0x14ABC0, symSize: 0x10 } + - { offsetInCU: 0x106A, offset: 0x163A8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x30, symBinAddr: 0x14ABD0, symSize: 0x40 } + - { offsetInCU: 0x1119, offset: 0x163B3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x70, symBinAddr: 0x14AC10, symSize: 0x20 } + - { offsetInCU: 0x116C, offset: 0x163B8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x90, symBinAddr: 0x14AC30, symSize: 0x40 } + - { offsetInCU: 0x11EF, offset: 0x163C11, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x100, symBinAddr: 0x14ACA0, symSize: 0x50 } + - { offsetInCU: 0x1212, offset: 0x163C34, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x150, symBinAddr: 0x14ACF0, symSize: 0x40 } + - { offsetInCU: 0x1270, offset: 0x163C92, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A90, symBinAddr: 0x14C630, symSize: 0x10 } + - { offsetInCU: 0x12AA, offset: 0x163CCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1AA0, symBinAddr: 0x14C640, symSize: 0x20 } + - { offsetInCU: 0x12F0, offset: 0x163D12, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1AC0, symBinAddr: 0x14C660, symSize: 0x10 } + - { offsetInCU: 0x130C, offset: 0x163D2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1AD0, symBinAddr: 0x14C670, symSize: 0x10 } + - { offsetInCU: 0x1326, offset: 0x163D48, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1BB0, symBinAddr: 0x14C750, symSize: 0x20 } + - { offsetInCU: 0x1342, offset: 0x163D64, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1BD0, symBinAddr: 0x14C770, symSize: 0x20 } + - { offsetInCU: 0x135E, offset: 0x163D80, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1BF0, symBinAddr: 0x14C790, symSize: 0x10 } + - { offsetInCU: 0x137A, offset: 0x163D9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1C00, symBinAddr: 0x14C7A0, symSize: 0x10 } + - { offsetInCU: 0x1396, offset: 0x163DB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C10, symBinAddr: 0x14C7B0, symSize: 0x10 } + - { offsetInCU: 0x13B2, offset: 0x163DD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1C20, symBinAddr: 0x14C7C0, symSize: 0x10 } + - { offsetInCU: 0x13D4, offset: 0x163DF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1D70, symBinAddr: 0x14C910, symSize: 0x20 } + - { offsetInCU: 0x13F0, offset: 0x163E12, size: 0x8, addend: 0x0, symName: '_$s6Lottie12GradientFillC0B8DataKeys33_C08E2E93D670F80F99E7063766FBB353LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1D90, symBinAddr: 0x14C930, symSize: 0x20 } + - { offsetInCU: 0x5C, offset: 0x16405B, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x14D4E0, symSize: 0x190 } + - { offsetInCU: 0xB8, offset: 0x1640B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x190, symBinAddr: 0x14D670, symSize: 0x220 } + - { offsetInCU: 0x189, offset: 0x164188, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC6encode2toys7Encoder_p_tKF', symObjAddr: 0x3B0, symBinAddr: 0x14D890, symSize: 0x120 } + - { offsetInCU: 0x1C8, offset: 0x1641C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x660, symBinAddr: 0x14DB40, symSize: 0x40 } + - { offsetInCU: 0x1FF, offset: 0x1641FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO8rawValueSSvg', symObjAddr: 0x6A0, symBinAddr: 0x14DB80, symSize: 0x30 } + - { offsetInCU: 0x226, offset: 0x164225, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO11stringValueSSvg', symObjAddr: 0x6D0, symBinAddr: 0x14DBB0, symSize: 0x30 } + - { offsetInCU: 0x267, offset: 0x164266, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x740, symBinAddr: 0x14DC20, symSize: 0x70 } + - { offsetInCU: 0x29B, offset: 0x16429A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x7B0, symBinAddr: 0x14DC90, symSize: 0x30 } + - { offsetInCU: 0x2B7, offset: 0x1642B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7E0, symBinAddr: 0x14DCC0, symSize: 0x10 } + - { offsetInCU: 0x2ED, offset: 0x1642EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7F0, symBinAddr: 0x14DCD0, symSize: 0x70 } + - { offsetInCU: 0x338, offset: 0x164337, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x860, symBinAddr: 0x14DD40, symSize: 0x10 } + - { offsetInCU: 0x354, offset: 0x164353, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x870, symBinAddr: 0x14DD50, symSize: 0x10 } + - { offsetInCU: 0x390, offset: 0x16438F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCfD', symObjAddr: 0x8C0, symBinAddr: 0x14DDA0, symSize: 0x20 } + - { offsetInCU: 0x3DB, offset: 0x1643DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x9F0, symBinAddr: 0x14DEB0, symSize: 0x20 } + - { offsetInCU: 0x3FE, offset: 0x1643FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xA10, symBinAddr: 0x14DED0, symSize: 0x20 } + - { offsetInCU: 0x4E9, offset: 0x1644E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x5A0, symBinAddr: 0x14DA80, symSize: 0x30 } + - { offsetInCU: 0x51A, offset: 0x164519, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x5D0, symBinAddr: 0x14DAB0, symSize: 0x20 } + - { offsetInCU: 0x559, offset: 0x164558, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5F0, symBinAddr: 0x14DAD0, symSize: 0x20 } + - { offsetInCU: 0x591, offset: 0x164590, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xD80, symBinAddr: 0x14E240, symSize: 0xE0 } + - { offsetInCU: 0x608, offset: 0x164607, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeO13discriminator_WZ', symObjAddr: 0x650, symBinAddr: 0x14DB30, symSize: 0x10 } + - { offsetInCU: 0x622, offset: 0x164621, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleCMa', symObjAddr: 0x8E0, symBinAddr: 0x14DDC0, symSize: 0x20 } + - { offsetInCU: 0x636, offset: 0x164635, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOwup', symObjAddr: 0x940, symBinAddr: 0x14DE00, symSize: 0x10 } + - { offsetInCU: 0x64A, offset: 0x164649, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOMa', symObjAddr: 0x950, symBinAddr: 0x14DE10, symSize: 0x10 } + - { offsetInCU: 0x65E, offset: 0x16465D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASQWb', symObjAddr: 0x960, symBinAddr: 0x14DE20, symSize: 0x10 } + - { offsetInCU: 0x672, offset: 0x164671, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSQAAWl', symObjAddr: 0x970, symBinAddr: 0x14DE30, symSize: 0x30 } + - { offsetInCU: 0x686, offset: 0x164685, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOAA11ClassFamilyAAWI', symObjAddr: 0x9A0, symBinAddr: 0x14DE60, symSize: 0x20 } + - { offsetInCU: 0x69A, offset: 0x164699, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSeAAWl', symObjAddr: 0x9C0, symBinAddr: 0x14DE80, symSize: 0x30 } + - { offsetInCU: 0x6CE, offset: 0x1646CD, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0xA30, symBinAddr: 0x14DEF0, symSize: 0x150 } + - { offsetInCU: 0x80C, offset: 0x16480B, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerStyleCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xB80, symBinAddr: 0x14E040, symSize: 0x200 } + - { offsetInCU: 0xA4E, offset: 0x164A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSYAAWl', symObjAddr: 0xEC0, symBinAddr: 0x14E320, symSize: 0x30 } + - { offsetInCU: 0xA62, offset: 0x164A61, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs0D3KeyAAWl', symObjAddr: 0xF30, symBinAddr: 0x14E350, symSize: 0x30 } + - { offsetInCU: 0xA76, offset: 0x164A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOACSEAAWl', symObjAddr: 0xF60, symBinAddr: 0x14E380, symSize: 0x30 } + - { offsetInCU: 0xA8A, offset: 0x164A89, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwug', symObjAddr: 0x1190, symBinAddr: 0x14E520, symSize: 0x10 } + - { offsetInCU: 0xA9E, offset: 0x164A9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwup', symObjAddr: 0x11A0, symBinAddr: 0x14E530, symSize: 0x10 } + - { offsetInCU: 0xAB2, offset: 0x164AB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOwui', symObjAddr: 0x11B0, symBinAddr: 0x14E540, symSize: 0x10 } + - { offsetInCU: 0xAC6, offset: 0x164AC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOMa', symObjAddr: 0x11C0, symBinAddr: 0x14E550, symSize: 0x10 } + - { offsetInCU: 0xADA, offset: 0x164AD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASQWb', symObjAddr: 0x11D0, symBinAddr: 0x14E560, symSize: 0x10 } + - { offsetInCU: 0xAEE, offset: 0x164AED, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFSQAAWl', symObjAddr: 0x11E0, symBinAddr: 0x14E570, symSize: 0x30 } + - { offsetInCU: 0xB02, offset: 0x164B01, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1210, symBinAddr: 0x14E5A0, symSize: 0x10 } + - { offsetInCU: 0xB16, offset: 0x164B15, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1220, symBinAddr: 0x14E5B0, symSize: 0x30 } + - { offsetInCU: 0xB2A, offset: 0x164B29, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1250, symBinAddr: 0x14E5E0, symSize: 0x10 } + - { offsetInCU: 0xB3E, offset: 0x164B3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1260, symBinAddr: 0x14E5F0, symSize: 0x30 } + - { offsetInCU: 0xBB3, offset: 0x164BB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4D0, symBinAddr: 0x14D9B0, symSize: 0x10 } + - { offsetInCU: 0xC44, offset: 0x164C43, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x4E0, symBinAddr: 0x14D9C0, symSize: 0x50 } + - { offsetInCU: 0xD0C, offset: 0x164D0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x530, symBinAddr: 0x14DA10, symSize: 0x30 } + - { offsetInCU: 0xD88, offset: 0x164D87, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x560, symBinAddr: 0x14DA40, symSize: 0x40 } + - { offsetInCU: 0xE1E, offset: 0x164E1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14LayerStyleTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x610, symBinAddr: 0x14DAF0, symSize: 0x40 } + - { offsetInCU: 0xE41, offset: 0x164E40, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x700, symBinAddr: 0x14DBE0, symSize: 0x10 } + - { offsetInCU: 0xE5D, offset: 0x164E5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x710, symBinAddr: 0x14DBF0, symSize: 0x10 } + - { offsetInCU: 0xE79, offset: 0x164E78, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x720, symBinAddr: 0x14DC00, symSize: 0x10 } + - { offsetInCU: 0xE95, offset: 0x164E94, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x730, symBinAddr: 0x14DC10, symSize: 0x10 } + - { offsetInCU: 0xEB7, offset: 0x164EB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x880, symBinAddr: 0x14DD60, symSize: 0x20 } + - { offsetInCU: 0xED3, offset: 0x164ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x8A0, symBinAddr: 0x14DD80, symSize: 0x20 } + - { offsetInCU: 0x9D, offset: 0x165194, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x14E700, symSize: 0x30 } + - { offsetInCU: 0xCE, offset: 0x1651C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0x14E730, symSize: 0x20 } + - { offsetInCU: 0x11A, offset: 0x165211, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A0, symBinAddr: 0x14E7E0, symSize: 0x40 } + - { offsetInCU: 0x13F, offset: 0x165236, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0x14E820, symSize: 0x350 } + - { offsetInCU: 0x1A7, offset: 0x16529E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x530, symBinAddr: 0x14EB70, symSize: 0x660 } + - { offsetInCU: 0x3BA, offset: 0x1654B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB90, symBinAddr: 0x14F1D0, symSize: 0x1F0 } + - { offsetInCU: 0x428, offset: 0x16551F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO8rawValueSSvg', symObjAddr: 0xD80, symBinAddr: 0x14F3C0, symSize: 0x20 } + - { offsetInCU: 0x45F, offset: 0x165556, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO11stringValueSSvg', symObjAddr: 0xDA0, symBinAddr: 0x14F3E0, symSize: 0x20 } + - { offsetInCU: 0x4DD, offset: 0x1655D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0xE00, symBinAddr: 0x14F440, symSize: 0x70 } + - { offsetInCU: 0x543, offset: 0x16563A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0xE70, symBinAddr: 0x14F4B0, symSize: 0x30 } + - { offsetInCU: 0x55F, offset: 0x165656, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xEA0, symBinAddr: 0x14F4E0, symSize: 0x10 } + - { offsetInCU: 0x595, offset: 0x16568C, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xEB0, symBinAddr: 0x14F4F0, symSize: 0x60 } + - { offsetInCU: 0x61A, offset: 0x165711, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xF10, symBinAddr: 0x14F550, symSize: 0x10 } + - { offsetInCU: 0x636, offset: 0x16572D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF20, symBinAddr: 0x14F560, symSize: 0x10 } + - { offsetInCU: 0x672, offset: 0x165769, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfD', symObjAddr: 0xF90, symBinAddr: 0x14F5D0, symSize: 0x40 } + - { offsetInCU: 0x762, offset: 0x165859, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCfE', symObjAddr: 0xF70, symBinAddr: 0x14F5B0, symSize: 0x20 } + - { offsetInCU: 0x7BA, offset: 0x1658B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimCMa', symObjAddr: 0xFD0, symBinAddr: 0x14F610, symSize: 0x20 } + - { offsetInCU: 0x7CE, offset: 0x1658C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwet', symObjAddr: 0x1010, symBinAddr: 0x14F630, symSize: 0x80 } + - { offsetInCU: 0x7E2, offset: 0x1658D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwst', symObjAddr: 0x1090, symBinAddr: 0x14F6B0, symSize: 0xD0 } + - { offsetInCU: 0x7F6, offset: 0x1658ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwug', symObjAddr: 0x1160, symBinAddr: 0x14F780, symSize: 0x10 } + - { offsetInCU: 0x80A, offset: 0x165901, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwup', symObjAddr: 0x1170, symBinAddr: 0x14F790, symSize: 0x10 } + - { offsetInCU: 0x81E, offset: 0x165915, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOwui', symObjAddr: 0x1180, symBinAddr: 0x14F7A0, symSize: 0x10 } + - { offsetInCU: 0x832, offset: 0x165929, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOMa', symObjAddr: 0x1190, symBinAddr: 0x14F7B0, symSize: 0x10 } + - { offsetInCU: 0x846, offset: 0x16593D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASQWb', symObjAddr: 0x11A0, symBinAddr: 0x14F7C0, symSize: 0x10 } + - { offsetInCU: 0x85A, offset: 0x165951, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSQAAWl', symObjAddr: 0x11B0, symBinAddr: 0x14F7D0, symSize: 0x30 } + - { offsetInCU: 0x86E, offset: 0x165965, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSYAAWl', symObjAddr: 0x11E0, symBinAddr: 0x14F800, symSize: 0x30 } + - { offsetInCU: 0x882, offset: 0x165979, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs0C3KeyAAWl', symObjAddr: 0x1280, symBinAddr: 0x14F830, symSize: 0x30 } + - { offsetInCU: 0x896, offset: 0x16598D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSEAAWl', symObjAddr: 0x1310, symBinAddr: 0x14F860, symSize: 0x30 } + - { offsetInCU: 0x8AA, offset: 0x1659A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOACSeAAWl', symObjAddr: 0x1400, symBinAddr: 0x14F8F0, symSize: 0x30 } + - { offsetInCU: 0x8BE, offset: 0x1659B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwet', symObjAddr: 0x14C0, symBinAddr: 0x14F920, symSize: 0x80 } + - { offsetInCU: 0x8D2, offset: 0x1659C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwst', symObjAddr: 0x1540, symBinAddr: 0x14F9A0, symSize: 0xD0 } + - { offsetInCU: 0x8E6, offset: 0x1659DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwug', symObjAddr: 0x1610, symBinAddr: 0x14FA70, symSize: 0x10 } + - { offsetInCU: 0x8FA, offset: 0x1659F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwup', symObjAddr: 0x1620, symBinAddr: 0x14FA80, symSize: 0x10 } + - { offsetInCU: 0x90E, offset: 0x165A05, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOwui', symObjAddr: 0x1630, symBinAddr: 0x14FA90, symSize: 0x10 } + - { offsetInCU: 0x922, offset: 0x165A19, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOMa', symObjAddr: 0x1640, symBinAddr: 0x14FAA0, symSize: 0x10 } + - { offsetInCU: 0x936, offset: 0x165A2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASQWb', symObjAddr: 0x1650, symBinAddr: 0x14FAB0, symSize: 0x10 } + - { offsetInCU: 0x94A, offset: 0x165A41, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFSQAAWl', symObjAddr: 0x1660, symBinAddr: 0x14FAC0, symSize: 0x30 } + - { offsetInCU: 0x95E, offset: 0x165A55, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1690, symBinAddr: 0x14FAF0, symSize: 0x10 } + - { offsetInCU: 0x972, offset: 0x165A69, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x16A0, symBinAddr: 0x14FB00, symSize: 0x30 } + - { offsetInCU: 0x986, offset: 0x165A7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x16D0, symBinAddr: 0x14FB30, symSize: 0x10 } + - { offsetInCU: 0x99A, offset: 0x165A91, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x16E0, symBinAddr: 0x14FB40, symSize: 0x2E } + - { offsetInCU: 0x9CE, offset: 0x165AC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x14E640, symSize: 0x10 } + - { offsetInCU: 0xA5F, offset: 0x165B56, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x14E650, symSize: 0x40 } + - { offsetInCU: 0xB37, offset: 0x165C2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x14E690, symSize: 0x30 } + - { offsetInCU: 0xBB3, offset: 0x165CAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x14E6C0, symSize: 0x40 } + - { offsetInCU: 0xC5F, offset: 0x165D56, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0x14E750, symSize: 0x50 } + - { offsetInCU: 0xC82, offset: 0x165D79, size: 0x8, addend: 0x0, symName: '_$s6Lottie8TrimTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0x14E7A0, symSize: 0x40 } + - { offsetInCU: 0xCE0, offset: 0x165DD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDC0, symBinAddr: 0x14F400, symSize: 0x10 } + - { offsetInCU: 0xCFC, offset: 0x165DF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH9hashValueSivgTW', symObjAddr: 0xDD0, symBinAddr: 0x14F410, symSize: 0x10 } + - { offsetInCU: 0xD18, offset: 0x165E0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDE0, symBinAddr: 0x14F420, symSize: 0x10 } + - { offsetInCU: 0xD34, offset: 0x165E2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xDF0, symBinAddr: 0x14F430, symSize: 0x10 } + - { offsetInCU: 0xD56, offset: 0x165E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF30, symBinAddr: 0x14F570, symSize: 0x20 } + - { offsetInCU: 0xD72, offset: 0x165E69, size: 0x8, addend: 0x0, symName: '_$s6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xF50, symBinAddr: 0x14F590, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x166043, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x14FB70, symSize: 0x10 } + - { offsetInCU: 0x43, offset: 0x16605B, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMi', symObjAddr: 0x0, symBinAddr: 0x14FB70, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x16606F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMr', symObjAddr: 0x10, symBinAddr: 0x14FB80, symSize: 0x70 } + - { offsetInCU: 0x77, offset: 0x16608F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC7storageAA0cD7StorageOyxGvg', symObjAddr: 0x80, symBinAddr: 0x14FBF0, symSize: 0x50 } + - { offsetInCU: 0xED, offset: 0x166105, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCfD', symObjAddr: 0xF0, symBinAddr: 0x14FC40, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x166159, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0A2aEP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x130, symBinAddr: 0x14FC80, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x166184, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9valueTypeypXpvgTW', symObjAddr: 0x150, symBinAddr: 0x14FCA0, symSize: 0x20 } + - { offsetInCU: 0x1AD, offset: 0x1661C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA03AnycD0A2aEP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x170, symBinAddr: 0x14FCC0, symSize: 0x20 } + - { offsetInCU: 0x1DF, offset: 0x1661F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0x1A0, symBinAddr: 0x14FCF0, symSize: 0x20 } + - { offsetInCU: 0x20C, offset: 0x166224, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderC9valueTypeypXpvgTf4d_n', symObjAddr: 0x1C0, symBinAddr: 0x14FD10, symSize: 0x10 } + - { offsetInCU: 0x238, offset: 0x166250, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCMa', symObjAddr: 0x120, symBinAddr: 0x14FC70, symSize: 0x10 } + - { offsetInCU: 0x24C, offset: 0x166264, size: 0x8, addend: 0x0, symName: '_$s6Lottie19SingleValueProviderCyxGAA0cD0AA0C0AaEP_AA17AnyInterpolatablePWT', symObjAddr: 0x190, symBinAddr: 0x14FCE0, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x1663D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x14FD20, symSize: 0xBA0 } + - { offsetInCU: 0x28F, offset: 0x166639, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x0, symBinAddr: 0x14FD20, symSize: 0xBA0 } + - { offsetInCU: 0xD59, offset: 0x167103, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0xBA0, symBinAddr: 0x1508C0, symSize: 0x50 } + - { offsetInCU: 0xD93, offset: 0x16713D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCADycfcTo', symObjAddr: 0xBF0, symBinAddr: 0x150910, symSize: 0x80 } + - { offsetInCU: 0xDF6, offset: 0x1671A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5layerADyp_tcfcTo', symObjAddr: 0xC70, symBinAddr: 0x150990, symSize: 0xE0 } + - { offsetInCU: 0xE3C, offset: 0x1671E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfc', symObjAddr: 0xD50, symBinAddr: 0x150A70, symSize: 0xA0 } + - { offsetInCU: 0xE79, offset: 0x167223, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xDF0, symBinAddr: 0x150B10, symSize: 0x30 } + - { offsetInCU: 0xE95, offset: 0x16723F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfD', symObjAddr: 0xE20, symBinAddr: 0x150B40, symSize: 0x30 } + - { offsetInCU: 0x103D, offset: 0x1673E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCfETo', symObjAddr: 0xE50, symBinAddr: 0x150B70, symSize: 0x20 } + - { offsetInCU: 0x106C, offset: 0x167416, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientFillLayer33_4C373D02719C4B29429B5580F4AC16FALLCMa', symObjAddr: 0xE70, symBinAddr: 0x150B90, symSize: 0x20 } + - { offsetInCU: 0x1134, offset: 0x1674DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0xE90, symBinAddr: 0x150BB0, symSize: 0x590 } + - { offsetInCU: 0x14D2, offset: 0x16787C, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererC16updateShapeLayer5layerySo07CAShapeG0C_tF', symObjAddr: 0x1420, symBinAddr: 0x151140, symSize: 0x260 } + - { offsetInCU: 0x16AA, offset: 0x167A54, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfD', symObjAddr: 0x16C0, symBinAddr: 0x1513E0, symSize: 0x50 } + - { offsetInCU: 0x170B, offset: 0x167AB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x1730, symBinAddr: 0x151450, symSize: 0x10 } + - { offsetInCU: 0x1727, offset: 0x167AD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeH0C_tFTW', symObjAddr: 0x1740, symBinAddr: 0x151460, symSize: 0x20 } + - { offsetInCU: 0x176D, offset: 0x167B17, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x1760, symBinAddr: 0x151480, symSize: 0x40 } + - { offsetInCU: 0x17B4, offset: 0x167B5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x17A0, symBinAddr: 0x1514C0, symSize: 0x10 } + - { offsetInCU: 0x17DC, offset: 0x167B86, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCfE', symObjAddr: 0x1680, symBinAddr: 0x1513A0, symSize: 0x40 } + - { offsetInCU: 0x1809, offset: 0x167BB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie20GradientFillRendererCMa', symObjAddr: 0x1710, symBinAddr: 0x151430, symSize: 0x20 } + - { offsetInCU: 0x3E6, offset: 0x168429, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_Say12CoreGraphics7CGFloatVGTB5', symObjAddr: 0x1E0, symBinAddr: 0x151660, symSize: 0x690 } + - { offsetInCU: 0x8C1, offset: 0x168904, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSaySdG_SaySo10CGColorRefaGTB5', symObjAddr: 0x870, symBinAddr: 0x151CF0, symSize: 0x690 } + - { offsetInCU: 0xEDC, offset: 0x168F1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKF', symObjAddr: 0xF50, symBinAddr: 0x1523D0, symSize: 0x810 } + - { offsetInCU: 0x1396, offset: 0x1693D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_', symObjAddr: 0x1CF0, symBinAddr: 0x1530D0, symSize: 0x130 } + - { offsetInCU: 0x1534, offset: 0x169577, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_', symObjAddr: 0x1E20, symBinAddr: 0x153200, symSize: 0x130 } + - { offsetInCU: 0x17A9, offset: 0x1697EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie17GradientShapeItemPAAE18colorConfiguration33_B799B7369307A01782ECC9AEBF9C580CLL4from4typeSaySo10CGColorRefa0E0_12CoreGraphics7CGFloatV8locationtGSaySdG_AA0B11ContentTypeOtF', symObjAddr: 0x17D0, symBinAddr: 0x152BE0, symSize: 0x4F0 } + - { offsetInCU: 0x2127, offset: 0x16A16A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addLinearB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x1F50, symBinAddr: 0x153330, symSize: 0x400 } + - { offsetInCU: 0x23A2, offset: 0x16A3E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKF', symObjAddr: 0x2350, symBinAddr: 0x153730, symSize: 0x2D0 } + - { offsetInCU: 0x253D, offset: 0x16A580, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_', symObjAddr: 0x2680, symBinAddr: 0x153A00, symSize: 0xC0 } + - { offsetInCU: 0x26C3, offset: 0x16A706, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x2740, symBinAddr: 0x153AC0, symSize: 0x60 } + - { offsetInCU: 0x2871, offset: 0x16A8B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So7CGPointV_TG5', symObjAddr: 0x27A0, symBinAddr: 0x153B20, symSize: 0x30 } + - { offsetInCU: 0x28BA, offset: 0x16A8FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5', symObjAddr: 0x27D0, symBinAddr: 0x153B50, symSize: 0x60 } + - { offsetInCU: 0x291C, offset: 0x16A95F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_SaySo10CGColorRefaG_TG5TA', symObjAddr: 0x2850, symBinAddr: 0x153BD0, symSize: 0x10 } + - { offsetInCU: 0x2930, offset: 0x16A973, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSaySo10CGColorRefaGSaySdGXEfU_TA', symObjAddr: 0x2860, symBinAddr: 0x153BE0, symSize: 0x20 } + - { offsetInCU: 0x2980, offset: 0x16A9C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_Say12CoreGraphics7CGFloatVG_TG5TA', symObjAddr: 0x2880, symBinAddr: 0x153C00, symSize: 0x30 } + - { offsetInCU: 0x29FB, offset: 0x16AA3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC03addB10Animations3for4type7contextyAA0B9ShapeItem_p_AA0B11ContentTypeOAA0D16AnimationContextVtKFSay12CoreGraphics7CGFloatVGSaySdGXEfU0_TA', symObjAddr: 0x28B0, symBinAddr: 0x153C30, symSize: 0x20 } + - { offsetInCU: 0x2CA2, offset: 0x16ACE5, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_SaySo10CGColorRefaGTg5Tf4nnndxn_n', symObjAddr: 0x2960, symBinAddr: 0x153CB0, symSize: 0xF40 } + - { offsetInCU: 0x381B, offset: 0x16B85E, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE14animationGroup33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for0C8Segments5value7contextSo011CAAnimationD0CAC13LayerPropertyVyq_G_SaySayAC8KeyframeCyxGGGq_xKXEAC0T16AnimationContextVtKr0_lFSo010CAKeyframeW0CSiKXEfU_SaySdG_Say12CoreGraphics7CGFloatVGTg5Tf4nnndxn_n', symObjAddr: 0x41D0, symBinAddr: 0x155520, symSize: 0xF40 } + - { offsetInCU: 0x4394, offset: 0x16C3D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie19GradientRenderLayerC09addRadialB10Animations33_B799B7369307A01782ECC9AEBF9C580CLL3for7contextyAA0B9ShapeItem_p_AA0D16AnimationContextVtKFAA0fB9KeyframesAELLVAA0A8Vector3DV_ANtXEfU_TA', symObjAddr: 0x52D0, symBinAddr: 0x156620, symSize: 0x10 } + - { offsetInCU: 0x43A8, offset: 0x16C3EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOr', symObjAddr: 0x54B0, symBinAddr: 0x156690, symSize: 0x30 } + - { offsetInCU: 0x43BC, offset: 0x16C3FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CustomizablePropertyVySay12CoreGraphics7CGFloatVGGSgWOs', symObjAddr: 0x5500, symBinAddr: 0x1566C0, symSize: 0x30 } + - { offsetInCU: 0x43D0, offset: 0x16C413, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_Say12CoreGraphics7CGFloatVGTg5TA', symObjAddr: 0x5630, symBinAddr: 0x156700, symSize: 0x20 } + - { offsetInCU: 0x43E4, offset: 0x16C427, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_TA', symObjAddr: 0x5650, symBinAddr: 0x156720, symSize: 0x20 } + - { offsetInCU: 0x43F8, offset: 0x16C43B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x5760, symBinAddr: 0x156770, symSize: 0x20 } + - { offsetInCU: 0x440C, offset: 0x16C44F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x5780, symBinAddr: 0x156790, symSize: 0x20 } + - { offsetInCU: 0x4420, offset: 0x16C463, size: 0x8, addend: 0x0, symName: '_$sSo7CALayerC6LottieE16defaultAnimation33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL3for9keyframes5value7contextSo11CAAnimationCSgAC13LayerPropertyVyq_G_AC13KeyframeGroupCyxGq_xKXEAC0tD7ContextVtKAC17AnyInterpolatableRzr0_lFSSyXEfu_SaySdG_SaySo10CGColorRefaGTg5TA', symObjAddr: 0x58D0, symBinAddr: 0x156880, symSize: 0x20 } + - { offsetInCU: 0x4434, offset: 0x16C477, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwCP', symObjAddr: 0x58F0, symBinAddr: 0x1568A0, symSize: 0x30 } + - { offsetInCU: 0x4448, offset: 0x16C48B, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwet', symObjAddr: 0x5950, symBinAddr: 0x1568D0, symSize: 0x20 } + - { offsetInCU: 0x445C, offset: 0x16C49F, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVwst', symObjAddr: 0x5970, symBinAddr: 0x1568F0, symSize: 0x30 } + - { offsetInCU: 0x4470, offset: 0x16C4B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVMa', symObjAddr: 0x59A0, symBinAddr: 0x156920, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x16CD6D, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x156A30, symSize: 0x130 } + - { offsetInCU: 0x69, offset: 0x16CDAF, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLV6LottieE4urlsSayACGvg', symObjAddr: 0x0, symBinAddr: 0x156A30, symSize: 0x130 } + - { offsetInCU: 0xB8, offset: 0x16CDFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwCP', symObjAddr: 0x170, symBinAddr: 0x156BA0, symSize: 0x50 } + - { offsetInCU: 0xCC, offset: 0x16CE12, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwxx', symObjAddr: 0x1C0, symBinAddr: 0x156BF0, symSize: 0x40 } + - { offsetInCU: 0xE0, offset: 0x16CE26, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwcp', symObjAddr: 0x200, symBinAddr: 0x156C30, symSize: 0x50 } + - { offsetInCU: 0xF4, offset: 0x16CE3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwca', symObjAddr: 0x250, symBinAddr: 0x156C80, symSize: 0xC0 } + - { offsetInCU: 0x108, offset: 0x16CE4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwta', symObjAddr: 0x330, symBinAddr: 0x156D40, symSize: 0x70 } + - { offsetInCU: 0x11C, offset: 0x16CE62, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwet', symObjAddr: 0x3A0, symBinAddr: 0x156DB0, symSize: 0x50 } + - { offsetInCU: 0x130, offset: 0x16CE76, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwst', symObjAddr: 0x3F0, symBinAddr: 0x156E00, symSize: 0x50 } + - { offsetInCU: 0x144, offset: 0x16CE8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwug', symObjAddr: 0x440, symBinAddr: 0x156E50, symSize: 0x20 } + - { offsetInCU: 0x158, offset: 0x16CE9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwup', symObjAddr: 0x460, symBinAddr: 0x156E70, symSize: 0x10 } + - { offsetInCU: 0x16C, offset: 0x16CEB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOwui', symObjAddr: 0x470, symBinAddr: 0x156E80, symSize: 0x30 } + - { offsetInCU: 0x180, offset: 0x16CEC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOMa', symObjAddr: 0x4A0, symBinAddr: 0x156EB0, symSize: 0xA } + - { offsetInCU: 0x1AB, offset: 0x16CEF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x130, symBinAddr: 0x156B60, symSize: 0x10 } + - { offsetInCU: 0x1C7, offset: 0x16CF0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x140, symBinAddr: 0x156B70, symSize: 0x10 } + - { offsetInCU: 0x1E3, offset: 0x16CF29, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x150, symBinAddr: 0x156B80, symSize: 0x10 } + - { offsetInCU: 0x1FF, offset: 0x16CF45, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x160, symBinAddr: 0x156B90, symSize: 0x10 } + - { offsetInCU: 0x5E, offset: 0x16D0FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfC', symObjAddr: 0x0, symBinAddr: 0x156EC0, symSize: 0x50 } + - { offsetInCU: 0x92, offset: 0x16D131, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfc', symObjAddr: 0x50, symBinAddr: 0x156F10, symSize: 0x30 } + - { offsetInCU: 0xD0, offset: 0x16D16F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfC', symObjAddr: 0x80, symBinAddr: 0x156F40, symSize: 0xB0 } + - { offsetInCU: 0x126, offset: 0x16D1C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCyAC12CoreGraphics7CGFloatVcfc', symObjAddr: 0x130, symBinAddr: 0x156FF0, symSize: 0xA0 } + - { offsetInCU: 0x162, offset: 0x16D201, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvg', symObjAddr: 0x1D0, symBinAddr: 0x157090, symSize: 0x30 } + - { offsetInCU: 0x1AD, offset: 0x16D24C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvs', symObjAddr: 0x200, symBinAddr: 0x1570C0, symSize: 0x40 } + - { offsetInCU: 0x1F1, offset: 0x16D290, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM', symObjAddr: 0x240, symBinAddr: 0x157100, symSize: 0x40 } + - { offsetInCU: 0x21E, offset: 0x16D2BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5float12CoreGraphics7CGFloatVvM.resume.0', symObjAddr: 0x280, symBinAddr: 0x157140, symSize: 0x30 } + - { offsetInCU: 0x268, offset: 0x16D307, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9valueTypeypXpvg', symObjAddr: 0x2B0, symBinAddr: 0x157170, symSize: 0x10 } + - { offsetInCU: 0x293, offset: 0x16D332, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvg', symObjAddr: 0x2C0, symBinAddr: 0x157180, symSize: 0xA0 } + - { offsetInCU: 0x2DE, offset: 0x16D37D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x360, symBinAddr: 0x157220, symSize: 0x20 } + - { offsetInCU: 0x344, offset: 0x16D3E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x380, symBinAddr: 0x157240, symSize: 0x20 } + - { offsetInCU: 0x367, offset: 0x16D406, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfd', symObjAddr: 0x3A0, symBinAddr: 0x157260, symSize: 0x20 } + - { offsetInCU: 0x3A2, offset: 0x16D441, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCfD', symObjAddr: 0x3C0, symBinAddr: 0x157280, symSize: 0x30 } + - { offsetInCU: 0x3E5, offset: 0x16D484, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x3F0, symBinAddr: 0x1572B0, symSize: 0x20 } + - { offsetInCU: 0x401, offset: 0x16D4A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x410, symBinAddr: 0x1572D0, symSize: 0x10 } + - { offsetInCU: 0x447, offset: 0x16D4E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x420, symBinAddr: 0x1572E0, symSize: 0x20 } + - { offsetInCU: 0x47C, offset: 0x16D51B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC5blockAC12CoreGraphics7CGFloatVAGc_tcfcTf4gn_n', symObjAddr: 0x500, symBinAddr: 0x1573C0, symSize: 0xF0 } + - { offsetInCU: 0x4F1, offset: 0x16D590, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x440, symBinAddr: 0x157300, symSize: 0x60 } + - { offsetInCU: 0x556, offset: 0x16D5F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4A0, symBinAddr: 0x157360, symSize: 0x60 } + - { offsetInCU: 0x59D, offset: 0x16D63C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACIegyd_SgWOe', symObjAddr: 0x5F0, symBinAddr: 0x1574B0, symSize: 0x20 } + - { offsetInCU: 0x5B1, offset: 0x16D650, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderC7storageAA0cD7StorageOyAA0A8Vector1DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x690, symBinAddr: 0x157500, symSize: 0x30 } + - { offsetInCU: 0x5F9, offset: 0x16D698, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x720, symBinAddr: 0x157530, symSize: 0x10 } + - { offsetInCU: 0x60D, offset: 0x16D6AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FloatValueProviderCMa', symObjAddr: 0x7B0, symBinAddr: 0x1575C0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x16D87B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x157620, symSize: 0x90 } + - { offsetInCU: 0x4B, offset: 0x16D89F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC03hasD7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x157620, symSize: 0x90 } + - { offsetInCU: 0xA9, offset: 0x16D8FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeC16hasRenderUpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x90, symBinAddr: 0x1576B0, symSize: 0x90 } + - { offsetInCU: 0xE8, offset: 0x16D93C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP16hasRenderUpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x120, symBinAddr: 0x157740, symSize: 0x20 } + - { offsetInCU: 0x122, offset: 0x16D976, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCfD', symObjAddr: 0x140, symBinAddr: 0x157760, symSize: 0x20 } + - { offsetInCU: 0x16D, offset: 0x16D9C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP03hasD7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x180, symBinAddr: 0x1577A0, symSize: 0x20 } + - { offsetInCU: 0x1B6, offset: 0x16DA0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x1A0, symBinAddr: 0x1577C0, symSize: 0x80 } + - { offsetInCU: 0x20C, offset: 0x16DA60, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCAA0eD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x220, symBinAddr: 0x157840, symSize: 0x10 } + - { offsetInCU: 0x229, offset: 0x16DA7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21PassThroughOutputNodeCMa', symObjAddr: 0x160, symBinAddr: 0x157780, symSize: 0x20 } + - { offsetInCU: 0x73, offset: 0x16DC61, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x157890, symSize: 0x40 } + - { offsetInCU: 0xA7, offset: 0x16DC95, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfc', symObjAddr: 0x40, symBinAddr: 0x1578D0, symSize: 0x30 } + - { offsetInCU: 0xC8, offset: 0x16DCB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTo', symObjAddr: 0x70, symBinAddr: 0x157900, symSize: 0xD0 } + - { offsetInCU: 0x149, offset: 0x16DD37, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfC', symObjAddr: 0x140, symBinAddr: 0x1579D0, symSize: 0x40 } + - { offsetInCU: 0x18E, offset: 0x16DD7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfc', symObjAddr: 0x180, symBinAddr: 0x157A10, symSize: 0x40 } + - { offsetInCU: 0x1B7, offset: 0x16DDA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC4keysACSaySSG_tcfcTo', symObjAddr: 0x1C0, symBinAddr: 0x157A50, symSize: 0x60 } + - { offsetInCU: 0x1FA, offset: 0x16DDE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC09animationD0AA0cD0Vvg', symObjAddr: 0x220, symBinAddr: 0x157AB0, symSize: 0x20 } + - { offsetInCU: 0x227, offset: 0x16DE15, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfC', symObjAddr: 0x240, symBinAddr: 0x157AD0, symSize: 0x20 } + - { offsetInCU: 0x245, offset: 0x16DE33, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfc', symObjAddr: 0x260, symBinAddr: 0x157AF0, symSize: 0x30 } + - { offsetInCU: 0x2A8, offset: 0x16DE96, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCACycfcTo', symObjAddr: 0x290, symBinAddr: 0x157B20, symSize: 0x30 } + - { offsetInCU: 0x30F, offset: 0x16DEFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfD', symObjAddr: 0x2C0, symBinAddr: 0x157B50, symSize: 0x30 } + - { offsetInCU: 0x33C, offset: 0x16DF2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathC7keypathACSS_tcfcTf4gn_n', symObjAddr: 0x310, symBinAddr: 0x157BA0, symSize: 0xB0 } + - { offsetInCU: 0x3E1, offset: 0x16DFCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCfETo', symObjAddr: 0x2F0, symBinAddr: 0x157B80, symSize: 0x20 } + - { offsetInCU: 0x410, offset: 0x16DFFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie26CompatibleAnimationKeypathCMa', symObjAddr: 0x3C0, symBinAddr: 0x157C50, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x16E18A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x157CB0, symSize: 0x5B0 } + - { offsetInCU: 0x4F, offset: 0x16E1AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x157CB0, symSize: 0x5B0 } + - { offsetInCU: 0x1A0, offset: 0x16E2FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCfD', symObjAddr: 0x5B0, symBinAddr: 0x158260, symSize: 0x40 } + - { offsetInCU: 0x1EB, offset: 0x16E34A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x610, symBinAddr: 0x1582C0, symSize: 0x20 } + - { offsetInCU: 0x216, offset: 0x16E375, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP10outputPathSo9CGPathRefaSgvgTW', symObjAddr: 0x630, symBinAddr: 0x1582E0, symSize: 0x30 } + - { offsetInCU: 0x248, offset: 0x16E3A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x660, symBinAddr: 0x158310, symSize: 0x10 } + - { offsetInCU: 0x265, offset: 0x16E3C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie15GroupOutputNodeCMa', symObjAddr: 0x5F0, symBinAddr: 0x1582A0, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x16E5A6, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE30createParentDirectoryStructure3fory10Foundation3URLV_tKF', symObjAddr: 0x0, symBinAddr: 0x158320, symSize: 0x120 } + - { offsetInCU: 0xAA, offset: 0x16E611, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DateV6LottieE8dateTimeACs6UInt16V_AGt_tcfC', symObjAddr: 0x120, symBinAddr: 0x158440, symSize: 0xA0 } + - { offsetInCU: 0x237, offset: 0x16E79E, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x1C0, symBinAddr: 0x1584E0, symSize: 0x60 } + - { offsetInCU: 0x33E, offset: 0x16E8A5, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1cn_n', symObjAddr: 0x220, symBinAddr: 0x158540, symSize: 0xE0 } + - { offsetInCU: 0x6DD, offset: 0x16EC44, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nnncn_n', symObjAddr: 0x300, symBinAddr: 0x158620, symSize: 0xA70 } + - { offsetInCU: 0xA84, offset: 0x16EFEB, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry6Lottie5EntryVG_Tg5021$sSo13NSFileManagerC6i114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5J10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0xD70, symBinAddr: 0x159090, symSize: 0x3C0 } + - { offsetInCU: 0xC37, offset: 0x16F19E, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6f114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5G10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0x1130, symBinAddr: 0x159450, symSize: 0x2E0 } + - { offsetInCU: 0xE24, offset: 0x16F38B, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6e114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5F10V_ATtXEfU_Tf1nncn_n', symObjAddr: 0x1410, symBinAddr: 0x159730, symSize: 0x170 } + - { offsetInCU: 0xFA0, offset: 0x16F507, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF6Lottie5EntryV_Tg5021$sSo13NSFileManagerC6g114E9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFSbAC5H10V_ATtXEfU_Tf1nnnnc_n', symObjAddr: 0x1580, symBinAddr: 0x1598A0, symSize: 0x3D0 } + - { offsetInCU: 0x102E, offset: 0x16F595, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSnySiG_Tgq5', symObjAddr: 0x1950, symBinAddr: 0x159C70, symSize: 0x20 } + - { offsetInCU: 0x1067, offset: 0x16F5CE, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tgq5', symObjAddr: 0x1970, symBinAddr: 0x159C90, symSize: 0x110 } + - { offsetInCU: 0x10F1, offset: 0x16F658, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF6Lottie5EntryV_Tg5', symObjAddr: 0x1A80, symBinAddr: 0x159DA0, symSize: 0x20 } + - { offsetInCU: 0x111E, offset: 0x16F685, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE11permissions3for6osType05entryG0s6UInt16Vs6UInt32V_AC5EntryV6OSTypeOAM0kG0OtFZTf4nnnd_n', symObjAddr: 0x1AA0, symBinAddr: 0x159DC0, symSize: 0x60 } + - { offsetInCU: 0x126C, offset: 0x16F7D3, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE10attributes4fromSDySo0A12AttributeKeyaypGAC5EntryV_tFZTf4nd_n', symObjAddr: 0x1B00, symBinAddr: 0x159E20, symSize: 0x320 } + - { offsetInCU: 0x1730, offset: 0x16FC97, size: 0x8, addend: 0x0, symName: '_$sSo13NSFileManagerC6LottieE9unzipItem2at2to9skipCRC328progress17preferredEncodingy10Foundation3URLV_ALSbSo10NSProgressCSgSSAJE0L0VSgtKFTf4nnnnnd_n', symObjAddr: 0x1E20, symBinAddr: 0x15A140, symSize: 0xEA0 } + - { offsetInCU: 0x1E52, offset: 0x1703B9, size: 0x8, addend: 0x0, symName: '_$s10Foundation10CocoaErrorVAcA21_BridgedStoredNSErrorAAWl', symObjAddr: 0x2D00, symBinAddr: 0x15AFE0, symSize: 0x40 } + - { offsetInCU: 0x1E66, offset: 0x1703CD, size: 0x8, addend: 0x0, symName: '_$sSS10FoundationE8EncodingVSgWOc', symObjAddr: 0x2D40, symBinAddr: 0x15B020, symSize: 0x40 } + - { offsetInCU: 0x1E7A, offset: 0x1703E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOr', symObjAddr: 0x2DB0, symBinAddr: 0x15B060, symSize: 0x170 } + - { offsetInCU: 0x1E8E, offset: 0x1703F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryVWOs', symObjAddr: 0x2FC0, symBinAddr: 0x15B1D0, symSize: 0x170 } + - { offsetInCU: 0x27, offset: 0x17093C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x15B370, symSize: 0x120 } + - { offsetInCU: 0x4B, offset: 0x170960, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x15B370, symSize: 0x120 } + - { offsetInCU: 0xAD, offset: 0x1709C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5layerACyp_tcfcTo', symObjAddr: 0x120, symBinAddr: 0x15B490, symSize: 0x50 } + - { offsetInCU: 0xF3, offset: 0x170A08, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x170, symBinAddr: 0x15B4E0, symSize: 0x50 } + - { offsetInCU: 0x13A, offset: 0x170A4F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0x1C0, symBinAddr: 0x15B530, symSize: 0x160 } + - { offsetInCU: 0x27A, offset: 0x170B8F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0x320, symBinAddr: 0x15B690, symSize: 0x50 } + - { offsetInCU: 0x2B4, offset: 0x170BC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCACycfcTo', symObjAddr: 0x370, symBinAddr: 0x15B6E0, symSize: 0x30 } + - { offsetInCU: 0x31B, offset: 0x170C30, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfD', symObjAddr: 0x3A0, symBinAddr: 0x15B710, symSize: 0x30 } + - { offsetInCU: 0x414, offset: 0x170D29, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCfETo', symObjAddr: 0x3D0, symBinAddr: 0x15B740, symSize: 0x20 } + - { offsetInCU: 0x443, offset: 0x170D58, size: 0x8, addend: 0x0, symName: '_$s6Lottie18InvertedMatteLayerCMa', symObjAddr: 0x3F0, symBinAddr: 0x15B760, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x170F5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x15B780, symSize: 0x250 } + - { offsetInCU: 0x3F, offset: 0x170F75, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x15B780, symSize: 0x250 } + - { offsetInCU: 0xD0, offset: 0x171006, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B0, symBinAddr: 0x15B9D0, symSize: 0x150 } + - { offsetInCU: 0x11C, offset: 0x171052, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x400, symBinAddr: 0x15BB20, symSize: 0x10 } + - { offsetInCU: 0x13F, offset: 0x171075, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x410, symBinAddr: 0x15BB30, symSize: 0x10 } + - { offsetInCU: 0x1C5, offset: 0x1710FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV5valueACyp_tKcfC', symObjAddr: 0x420, symBinAddr: 0x15BB40, symSize: 0x1F0 } + - { offsetInCU: 0x4C, offset: 0x171654, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvpZ', symObjAddr: 0x48F0, symBinAddr: 0x20C6A8, symSize: 0x0 } + - { offsetInCU: 0x5A, offset: 0x171662, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x10, symBinAddr: 0x15BD70, symSize: 0x10 } + - { offsetInCU: 0x6E, offset: 0x171676, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x7F0, symBinAddr: 0x15C550, symSize: 0x230 } + - { offsetInCU: 0x130, offset: 0x171738, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x20, symBinAddr: 0x15BD80, symSize: 0x10 } + - { offsetInCU: 0x144, offset: 0x17174C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0xCF0, symBinAddr: 0x15CA50, symSize: 0x230 } + - { offsetInCU: 0x1E6, offset: 0x1717EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZ', symObjAddr: 0x30, symBinAddr: 0x15BD90, symSize: 0x2A0 } + - { offsetInCU: 0x259, offset: 0x171861, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_', symObjAddr: 0x1ED0, symBinAddr: 0x15DC30, symSize: 0x520 } + - { offsetInCU: 0x3AF, offset: 0x1719B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_', symObjAddr: 0x23F0, symBinAddr: 0x15E150, symSize: 0xA0 } + - { offsetInCU: 0x410, offset: 0x171A18, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZ', symObjAddr: 0x2D0, symBinAddr: 0x15C030, symSize: 0x10 } + - { offsetInCU: 0x424, offset: 0x171A2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x11B0, symBinAddr: 0x15CF10, symSize: 0x790 } + - { offsetInCU: 0x5B9, offset: 0x171BC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZ', symObjAddr: 0x2E0, symBinAddr: 0x15C040, symSize: 0x10 } + - { offsetInCU: 0x5CD, offset: 0x171BD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZ', symObjAddr: 0x2F0, symBinAddr: 0x15C050, symSize: 0x10 } + - { offsetInCU: 0x5E1, offset: 0x171BE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_', symObjAddr: 0x300, symBinAddr: 0x15C060, symSize: 0xE0 } + - { offsetInCU: 0x6F7, offset: 0x171CFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZ', symObjAddr: 0x3E0, symBinAddr: 0x15C140, symSize: 0x100 } + - { offsetInCU: 0x7BD, offset: 0x171DC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x34A0, symBinAddr: 0x15F100, symSize: 0x350 } + - { offsetInCU: 0x8D1, offset: 0x171ED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x37F0, symBinAddr: 0x15F450, symSize: 0x410 } + - { offsetInCU: 0xB47, offset: 0x17214F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0x4E0, symBinAddr: 0x15C240, symSize: 0x50 } + - { offsetInCU: 0xC97, offset: 0x17229F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0x530, symBinAddr: 0x15C290, symSize: 0x210 } + - { offsetInCU: 0xDEC, offset: 0x1723F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5CacheACSS_So8NSBundleCSSSgAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x740, symBinAddr: 0x15C4A0, symSize: 0x70 } + - { offsetInCU: 0xEC1, offset: 0x1724C9, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0ABvgZ', symObjAddr: 0x7B0, symBinAddr: 0x15C510, symSize: 0x40 } + - { offsetInCU: 0xEEF, offset: 0x1724F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xA60, symBinAddr: 0x15C7C0, symSize: 0x40 } + - { offsetInCU: 0xFA6, offset: 0x1725AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xAA0, symBinAddr: 0x15C800, symSize: 0x1E0 } + - { offsetInCU: 0x10BC, offset: 0x1726C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5CacheACSS_AA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0xC80, symBinAddr: 0x15C9E0, symSize: 0x70 } + - { offsetInCU: 0x1173, offset: 0x17277B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZ', symObjAddr: 0xF20, symBinAddr: 0x15CC80, symSize: 0x40 } + - { offsetInCU: 0x1246, offset: 0x17284E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTY0_', symObjAddr: 0xF60, symBinAddr: 0x15CCC0, symSize: 0x1E0 } + - { offsetInCU: 0x137A, offset: 0x172982, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5CacheACSS_So8NSBundleCAA0baH8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1140, symBinAddr: 0x15CEA0, symSize: 0x70 } + - { offsetInCU: 0x14F3, offset: 0x172AFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZ', symObjAddr: 0x1940, symBinAddr: 0x15D6A0, symSize: 0x90 } + - { offsetInCU: 0x1666, offset: 0x172C6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTY0_', symObjAddr: 0x19D0, symBinAddr: 0x15D730, symSize: 0x470 } + - { offsetInCU: 0x1820, offset: 0x172E28, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5CacheAC10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgtYaKFZTQ1_', symObjAddr: 0x1E40, symBinAddr: 0x15DBA0, symSize: 0x90 } + - { offsetInCU: 0x18F6, offset: 0x172EFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZ', symObjAddr: 0x2490, symBinAddr: 0x15E1F0, symSize: 0x10 } + - { offsetInCU: 0x190A, offset: 0x172F12, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_', symObjAddr: 0x24A0, symBinAddr: 0x15E200, symSize: 0x3D0 } + - { offsetInCU: 0x19F7, offset: 0x172FFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZ', symObjAddr: 0x2870, symBinAddr: 0x15E5D0, symSize: 0x50 } + - { offsetInCU: 0x1AD4, offset: 0x1730DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTY0_', symObjAddr: 0x28C0, symBinAddr: 0x15E620, symSize: 0x1B0 } + - { offsetInCU: 0x1BCB, offset: 0x1731D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueueAC10Foundation4DataV_SSSo03OS_H6_queueCtYaKFZTQ1_', symObjAddr: 0x2A70, symBinAddr: 0x15E7D0, symSize: 0x70 } + - { offsetInCU: 0x1C91, offset: 0x173299, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC6LottieE03dotD0_WZ', symObjAddr: 0x2B40, symBinAddr: 0x15E8A0, symSize: 0x160 } + - { offsetInCU: 0x1CD9, offset: 0x1732E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnnd_n', symObjAddr: 0x2CA0, symBinAddr: 0x15EA00, symSize: 0x230 } + - { offsetInCU: 0x1D81, offset: 0x173389, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x2ED0, symBinAddr: 0x15EC30, symSize: 0x200 } + - { offsetInCU: 0x1E0A, offset: 0x173412, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOc', symObjAddr: 0x30D0, symBinAddr: 0x15EE30, symSize: 0x40 } + - { offsetInCU: 0x1E1E, offset: 0x173426, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13CacheProvider_pSgWOh', symObjAddr: 0x3150, symBinAddr: 0x15EE70, symSize: 0x30 } + - { offsetInCU: 0x1E32, offset: 0x17343A, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x3210, symBinAddr: 0x15EEC0, symSize: 0x20 } + - { offsetInCU: 0x1E46, offset: 0x17344E, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x3230, symBinAddr: 0x15EEE0, symSize: 0x10 } + - { offsetInCU: 0x1E5A, offset: 0x173462, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZTf4nnnnnd_n', symObjAddr: 0x3290, symBinAddr: 0x15EEF0, symSize: 0x210 } + - { offsetInCU: 0x1EF3, offset: 0x1734FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZTf4nnnnd_n', symObjAddr: 0x3E40, symBinAddr: 0x15FA40, symSize: 0x1F0 } + - { offsetInCU: 0x1F83, offset: 0x17358B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadOMa', symObjAddr: 0x40A0, symBinAddr: 0x15FCA0, symSize: 0x10 } + - { offsetInCU: 0x1F97, offset: 0x17359F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom4data8filename13dispatchQueue12handleResulty10Foundation4DataV_SSSo03OS_H6_queueCys0K0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4130, symBinAddr: 0x15FCF0, symSize: 0x30 } + - { offsetInCU: 0x1FAB, offset: 0x1735B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu2_TA', symObjAddr: 0x4210, symBinAddr: 0x15FDA0, symSize: 0x20 } + - { offsetInCU: 0x1FBF, offset: 0x1735C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x4230, symBinAddr: 0x15FDC0, symSize: 0x20 } + - { offsetInCU: 0x1FD3, offset: 0x1735DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5asset5named6bundle03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x42A0, symBinAddr: 0x15FE30, symSize: 0x30 } + - { offsetInCU: 0x1FE7, offset: 0x1735EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5ErrorOACs0C0AAWl', symObjAddr: 0x4360, symBinAddr: 0x15FEF0, symSize: 0x30 } + - { offsetInCU: 0x1FFB, offset: 0x173603, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom3url7session03dotA5Cache12handleResulty10Foundation3URLV_So12NSURLSessionCAA0baI8Provider_pSgys0K0OyACs5Error_pGctFZyAI4DataVSg_So13NSURLResponseCSgsAR_pSgtYbcfU_yyScMYccfU_TA', symObjAddr: 0x44A0, symBinAddr: 0x160030, symSize: 0x50 } + - { offsetInCU: 0x200F, offset: 0x173617, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10loadedFrom8filepath03dotA5Cache13dispatchQueue12handleResultySS_AA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4530, symBinAddr: 0x1600C0, symSize: 0x20 } + - { offsetInCU: 0x2023, offset: 0x17362B, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOe', symObjAddr: 0x4560, symBinAddr: 0x1600F0, symSize: 0x20 } + - { offsetInCU: 0x2037, offset: 0x17363F, size: 0x8, addend: 0x0, symName: '_$ss6ResultOy6Lottie03DotB4FileCs5Error_pGWOy', symObjAddr: 0x4590, symBinAddr: 0x160120, symSize: 0x20 } + - { offsetInCU: 0x204B, offset: 0x173653, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC5named_6bundle12subdirectory03dotA5Cache13dispatchQueue12handleResultySS_So8NSBundleCSSSgAA0baH8Provider_pSgSo03OS_I6_queueCys0L0OyACs5Error_pGctFZyyYbcfU_TA', symObjAddr: 0x4600, symBinAddr: 0x160190, symSize: 0x40 } + - { offsetInCU: 0x43, offset: 0x173A35, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMi', symObjAddr: 0x0, symBinAddr: 0x160480, symSize: 0x10 } + - { offsetInCU: 0x57, offset: 0x173A49, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMr', symObjAddr: 0x10, symBinAddr: 0x160490, symSize: 0x80 } + - { offsetInCU: 0xA1, offset: 0x173A93, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC8strategyAA0bcD8StrategyOvs', symObjAddr: 0x90, symBinAddr: 0x160510, symSize: 0x60 } + - { offsetInCU: 0x149, offset: 0x173B3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC12proposedSizeSo6CGSizeVvs', symObjAddr: 0xF0, symBinAddr: 0x160570, symSize: 0x70 } + - { offsetInCU: 0x1A7, offset: 0x173B99, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC19measuredFittingSizeSo6CGSizeVvg', symObjAddr: 0x160, symBinAddr: 0x1605E0, symSize: 0x30 } + - { offsetInCU: 0x1D4, offset: 0x173BC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyF', symObjAddr: 0x190, symBinAddr: 0x160610, symSize: 0x60 } + - { offsetInCU: 0x210, offset: 0x173C02, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16setUpConstraints33_F565762597C0825EC266BB3D57FF8E36LLyyF', symObjAddr: 0x1F0, symBinAddr: 0x160670, symSize: 0x4B0 } + - { offsetInCU: 0x503, offset: 0x173EF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfc', symObjAddr: 0x6A0, symBinAddr: 0x160B20, symSize: 0xD0 } + - { offsetInCU: 0x547, offset: 0x173F39, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5coderACyxGSgSo7NSCoderC_tcfcTo', symObjAddr: 0x770, symBinAddr: 0x160BF0, symSize: 0x20 } + - { offsetInCU: 0x563, offset: 0x173F55, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC11measureView33_F565762597C0825EC266BB3D57FF8E36LLSo6CGSizeVyF', symObjAddr: 0x790, symBinAddr: 0x160C10, symSize: 0x2A0 } + - { offsetInCU: 0x6ED, offset: 0x1740DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvgTo', symObjAddr: 0xA30, symBinAddr: 0x160EB0, symSize: 0x20 } + - { offsetInCU: 0x709, offset: 0x1740FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC20intrinsicContentSizeSo6CGSizeVvg', symObjAddr: 0xA50, symBinAddr: 0x160ED0, symSize: 0x20 } + - { offsetInCU: 0x736, offset: 0x174128, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyF', symObjAddr: 0xA70, symBinAddr: 0x160EF0, symSize: 0xA0 } + - { offsetInCU: 0x763, offset: 0x174155, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC14layoutSubviewsyyFTo', symObjAddr: 0xB10, symBinAddr: 0x160F90, symSize: 0x30 } + - { offsetInCU: 0x77F, offset: 0x174171, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC30invalidateIntrinsicContentSizeyyFTo', symObjAddr: 0xB40, symBinAddr: 0x160FC0, symSize: 0x30 } + - { offsetInCU: 0x79B, offset: 0x17418D, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC16resolvedStrategy33_F565762597C0825EC266BB3D57FF8E36LLAA08ResolvedbcdF0AELLOvg', symObjAddr: 0xB70, symBinAddr: 0x160FF0, symSize: 0x1B0 } + - { offsetInCU: 0x960, offset: 0x174352, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTo', symObjAddr: 0xEC0, symBinAddr: 0x161340, symSize: 0x20 } + - { offsetInCU: 0x9A0, offset: 0x174392, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfD', symObjAddr: 0xEE0, symBinAddr: 0x161360, symSize: 0x30 } + - { offsetInCU: 0x9CD, offset: 0x1743BF, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC21prioritizeConstraints33_F565762597C0825EC266BB3D57FF8E36LL_8strategyySDySo17NSLayoutAttributeVSo0O10ConstraintCG_AA08ResolvedbcD8StrategyAELLOtFTf4nnd_n', symObjAddr: 0x12C0, symBinAddr: 0x161700, symSize: 0x160 } + - { offsetInCU: 0xAB4, offset: 0x1744A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfcTf4gnn_n', symObjAddr: 0x1420, symBinAddr: 0x161860, symSize: 0x180 } + - { offsetInCU: 0xB2A, offset: 0x17451C, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC7content8strategyACyxGx_AA0bcD8StrategyOtcfCTf4gnn_n', symObjAddr: 0x15A0, symBinAddr: 0x1619E0, symSize: 0x30 } + - { offsetInCU: 0xB5E, offset: 0x174550, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerC5frameACyxGSo6CGRectV_tcfcTf4dd_n', symObjAddr: 0x1660, symBinAddr: 0x161A40, symSize: 0x30 } + - { offsetInCU: 0xBE6, offset: 0x1745D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1210, symBinAddr: 0x161650, symSize: 0x10 } + - { offsetInCU: 0xC6D, offset: 0x17465F, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x1220, symBinAddr: 0x161660, symSize: 0x40 } + - { offsetInCU: 0xD51, offset: 0x174743, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1260, symBinAddr: 0x1616A0, symSize: 0x20 } + - { offsetInCU: 0x1041, offset: 0x174A33, size: 0x8, addend: 0x0, symName: '_$sSo6UIViewC6LottieE32containsDoubleLayoutPassSubviews33_F565762597C0825EC266BB3D57FF8E36LLSbyF', symObjAddr: 0xD20, symBinAddr: 0x1611A0, symSize: 0x1A0 } + - { offsetInCU: 0x1209, offset: 0x174BFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCfETo', symObjAddr: 0xF10, symBinAddr: 0x161390, symSize: 0x30 } + - { offsetInCU: 0x1238, offset: 0x174C2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie27SwiftUIMeasurementContainerCMa', symObjAddr: 0xF40, symBinAddr: 0x1613C0, symSize: 0x10 } + - { offsetInCU: 0x124C, offset: 0x174C3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwet', symObjAddr: 0xF80, symBinAddr: 0x1613D0, symSize: 0x20 } + - { offsetInCU: 0x1260, offset: 0x174C52, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwst', symObjAddr: 0xFA0, symBinAddr: 0x1613F0, symSize: 0x30 } + - { offsetInCU: 0x1274, offset: 0x174C66, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwug', symObjAddr: 0xFD0, symBinAddr: 0x161420, symSize: 0x20 } + - { offsetInCU: 0x1288, offset: 0x174C7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwup', symObjAddr: 0xFF0, symBinAddr: 0x161440, symSize: 0x10 } + - { offsetInCU: 0x129C, offset: 0x174C8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOwui', symObjAddr: 0x1000, symBinAddr: 0x161450, symSize: 0x20 } + - { offsetInCU: 0x12B0, offset: 0x174CA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie43ResolvedSwiftUIMeasurementContainerStrategy33_F565762597C0825EC266BB3D57FF8E36LLOMa', symObjAddr: 0x1020, symBinAddr: 0x161470, symSize: 0x10 } + - { offsetInCU: 0x12C4, offset: 0x174CB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwet', symObjAddr: 0x1040, symBinAddr: 0x161480, symSize: 0x80 } + - { offsetInCU: 0x12D8, offset: 0x174CCA, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwst', symObjAddr: 0x10C0, symBinAddr: 0x161500, symSize: 0xD0 } + - { offsetInCU: 0x12EC, offset: 0x174CDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwug', symObjAddr: 0x1190, symBinAddr: 0x1615D0, symSize: 0x10 } + - { offsetInCU: 0x1300, offset: 0x174CF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwup', symObjAddr: 0x11A0, symBinAddr: 0x1615E0, symSize: 0x10 } + - { offsetInCU: 0x1314, offset: 0x174D06, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOwui', symObjAddr: 0x11B0, symBinAddr: 0x1615F0, symSize: 0x10 } + - { offsetInCU: 0x1328, offset: 0x174D1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOMa', symObjAddr: 0x11C0, symBinAddr: 0x161600, symSize: 0x10 } + - { offsetInCU: 0x133C, offset: 0x174D2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASQWb', symObjAddr: 0x11D0, symBinAddr: 0x161610, symSize: 0x10 } + - { offsetInCU: 0x1350, offset: 0x174D42, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOACSQAAWl', symObjAddr: 0x11E0, symBinAddr: 0x161620, symSize: 0x30 } + - { offsetInCU: 0x14CA, offset: 0x174EBC, size: 0x8, addend: 0x0, symName: '_$s6Lottie35SwiftUIMeasurementContainerStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1280, symBinAddr: 0x1616C0, symSize: 0x40 } + - { offsetInCU: 0x27, offset: 0x1751EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x161A70, symSize: 0x2C0 } + - { offsetInCU: 0xC3, offset: 0x17528A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x0, symBinAddr: 0x161A70, symSize: 0x2C0 } + - { offsetInCU: 0x1CF, offset: 0x175396, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO8rawValueSSvg', symObjAddr: 0x2C0, symBinAddr: 0x161D30, symSize: 0x20 } + - { offsetInCU: 0x206, offset: 0x1753CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2E0, symBinAddr: 0x161D50, symSize: 0x20 } + - { offsetInCU: 0x284, offset: 0x17544B, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x340, symBinAddr: 0x161DB0, symSize: 0x70 } + - { offsetInCU: 0x2EA, offset: 0x1754B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x3B0, symBinAddr: 0x161E20, symSize: 0x30 } + - { offsetInCU: 0x306, offset: 0x1754CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x3E0, symBinAddr: 0x161E50, symSize: 0x10 } + - { offsetInCU: 0x33C, offset: 0x175503, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3F0, symBinAddr: 0x161E60, symSize: 0x60 } + - { offsetInCU: 0x3C1, offset: 0x175588, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x450, symBinAddr: 0x161EC0, symSize: 0x10 } + - { offsetInCU: 0x3DD, offset: 0x1755A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x460, symBinAddr: 0x161ED0, symSize: 0x10 } + - { offsetInCU: 0x418, offset: 0x1755DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCfD', symObjAddr: 0x4B0, symBinAddr: 0x161F20, symSize: 0x20 } + - { offsetInCU: 0x463, offset: 0x17562A, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC6encode2toys7Encoder_p_tKF', symObjAddr: 0x4F0, symBinAddr: 0x161F60, symSize: 0x160 } + - { offsetInCU: 0x4A2, offset: 0x175669, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x650, symBinAddr: 0x1620C0, symSize: 0x1C0 } + - { offsetInCU: 0x4F7, offset: 0x1756BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x810, symBinAddr: 0x162280, symSize: 0x50 } + - { offsetInCU: 0x52E, offset: 0x1756F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x860, symBinAddr: 0x1622D0, symSize: 0x20 } + - { offsetInCU: 0x552, offset: 0x175719, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerCMa', symObjAddr: 0x4D0, symBinAddr: 0x161F40, symSize: 0x20 } + - { offsetInCU: 0x566, offset: 0x17572D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs0C3KeyAAWl', symObjAddr: 0x8F0, symBinAddr: 0x1622F0, symSize: 0x30 } + - { offsetInCU: 0x57A, offset: 0x175741, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwet', symObjAddr: 0xA30, symBinAddr: 0x162320, symSize: 0x80 } + - { offsetInCU: 0x58E, offset: 0x175755, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwst', symObjAddr: 0xAB0, symBinAddr: 0x1623A0, symSize: 0xD0 } + - { offsetInCU: 0x5A2, offset: 0x175769, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwug', symObjAddr: 0xB80, symBinAddr: 0x162470, symSize: 0x10 } + - { offsetInCU: 0x5B6, offset: 0x17577D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwup', symObjAddr: 0xB90, symBinAddr: 0x162480, symSize: 0x10 } + - { offsetInCU: 0x5CA, offset: 0x175791, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOwui', symObjAddr: 0xBA0, symBinAddr: 0x162490, symSize: 0x10 } + - { offsetInCU: 0x5DE, offset: 0x1757A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOMa', symObjAddr: 0xBB0, symBinAddr: 0x1624A0, symSize: 0x10 } + - { offsetInCU: 0x5F2, offset: 0x1757B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASQWb', symObjAddr: 0xBC0, symBinAddr: 0x1624B0, symSize: 0x10 } + - { offsetInCU: 0x606, offset: 0x1757CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAESQAAWl', symObjAddr: 0xBD0, symBinAddr: 0x1624C0, symSize: 0x30 } + - { offsetInCU: 0x61A, offset: 0x1757E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC00, symBinAddr: 0x1624F0, symSize: 0x10 } + - { offsetInCU: 0x62E, offset: 0x1757F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC10, symBinAddr: 0x162500, symSize: 0x30 } + - { offsetInCU: 0x642, offset: 0x175809, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC40, symBinAddr: 0x162530, symSize: 0x10 } + - { offsetInCU: 0x656, offset: 0x17581D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xC50, symBinAddr: 0x162540, symSize: 0x2E } + - { offsetInCU: 0x6B0, offset: 0x175877, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x300, symBinAddr: 0x161D70, symSize: 0x10 } + - { offsetInCU: 0x6CC, offset: 0x175893, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x310, symBinAddr: 0x161D80, symSize: 0x10 } + - { offsetInCU: 0x6E8, offset: 0x1758AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x320, symBinAddr: 0x161D90, symSize: 0x10 } + - { offsetInCU: 0x704, offset: 0x1758CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x330, symBinAddr: 0x161DA0, symSize: 0x10 } + - { offsetInCU: 0x726, offset: 0x1758ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x470, symBinAddr: 0x161EE0, symSize: 0x20 } + - { offsetInCU: 0x742, offset: 0x175909, size: 0x8, addend: 0x0, symName: '_$s6Lottie6MarkerC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x490, symBinAddr: 0x161F00, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x175AA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1625A0, symSize: 0x5D0 } + - { offsetInCU: 0x1DA, offset: 0x175C51, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03hasC7UpdatesySb12CoreGraphics7CGFloatVF', symObjAddr: 0x0, symBinAddr: 0x1625A0, symSize: 0x5D0 } + - { offsetInCU: 0x536, offset: 0x175FAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC03setB0_11updateFrameyAA06BezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x5D0, symBinAddr: 0x162B70, symSize: 0xE0 } + - { offsetInCU: 0x655, offset: 0x1760CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeC06appendB0_11updateFrameyAA014CompoundBezierB0V_12CoreGraphics7CGFloatVtF', symObjAddr: 0x6B0, symBinAddr: 0x162C50, symSize: 0xF0 } + - { offsetInCU: 0x797, offset: 0x17620E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCfD', symObjAddr: 0x7A0, symBinAddr: 0x162D40, symSize: 0x40 } + - { offsetInCU: 0x7DA, offset: 0x176251, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP03hasC7UpdatesySb12CoreGraphics7CGFloatVFTW', symObjAddr: 0x800, symBinAddr: 0x162DA0, symSize: 0x20 } + - { offsetInCU: 0x805, offset: 0x17627C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP06outputB0So9CGPathRefaSgvgTW', symObjAddr: 0x820, symBinAddr: 0x162DC0, symSize: 0x30 } + - { offsetInCU: 0x837, offset: 0x1762AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCAA0dC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x850, symBinAddr: 0x162DF0, symSize: 0x10 } + - { offsetInCU: 0x8E3, offset: 0x17635A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14PathOutputNodeCMa', symObjAddr: 0x7E0, symBinAddr: 0x162D80, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x176639, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x20, symBinAddr: 0x162E10, symSize: 0x40 } + - { offsetInCU: 0x5D, offset: 0x17666F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EllipseNodeCAA08AnimatorC0A2aDP06outputC0AA0C6Output_pvgTW', symObjAddr: 0x20, symBinAddr: 0x162E10, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x176816, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x162EC0, symSize: 0xC0 } + - { offsetInCU: 0x8B, offset: 0x176876, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC08setupForB0yySo12CGContextRefaF', symObjAddr: 0x0, symBinAddr: 0x162EC0, symSize: 0xC0 } + - { offsetInCU: 0x132, offset: 0x17691D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6renderyySo12CGContextRefaF', symObjAddr: 0xC0, symBinAddr: 0x162F80, symSize: 0xB0 } + - { offsetInCU: 0x19B, offset: 0x176986, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC16updateShapeLayer5layerySo07CAShapeF0C_tF', symObjAddr: 0x170, symBinAddr: 0x163030, symSize: 0x220 } + - { offsetInCU: 0x3DC, offset: 0x176BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererC6parentAcA10NodeOutput_pSg_tcfc', symObjAddr: 0x390, symBinAddr: 0x163250, symSize: 0x50 } + - { offsetInCU: 0x45B, offset: 0x176C46, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfD', symObjAddr: 0x400, symBinAddr: 0x1632C0, symSize: 0x40 } + - { offsetInCU: 0x4BC, offset: 0x176CA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP21shouldRenderInContextSbvgTW', symObjAddr: 0x460, symBinAddr: 0x163320, symSize: 0x10 } + - { offsetInCU: 0x4D8, offset: 0x176CC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP16updateShapeLayer5layerySo07CAShapeG0C_tFTW', symObjAddr: 0x470, symBinAddr: 0x163330, symSize: 0x20 } + - { offsetInCU: 0x51E, offset: 0x176D09, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x490, symBinAddr: 0x163350, symSize: 0x70 } + - { offsetInCU: 0x57A, offset: 0x176D65, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP14setupSublayers5layerySo12CAShapeLayerC_tFTW', symObjAddr: 0x500, symBinAddr: 0x1633C0, symSize: 0x10 } + - { offsetInCU: 0x596, offset: 0x176D81, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCAA10RenderableA2aDP6renderyySo12CGContextRefaFTW', symObjAddr: 0x510, symBinAddr: 0x1633D0, symSize: 0x20 } + - { offsetInCU: 0x6E9, offset: 0x176ED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCfE', symObjAddr: 0x3E0, symBinAddr: 0x1632A0, symSize: 0x20 } + - { offsetInCU: 0x716, offset: 0x176F01, size: 0x8, addend: 0x0, symName: '_$s6Lottie14StrokeRendererCMa', symObjAddr: 0x440, symBinAddr: 0x163300, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1771AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x1633F0, symSize: 0x40 } + - { offsetInCU: 0x6D, offset: 0x1771EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCfD', symObjAddr: 0x0, symBinAddr: 0x1633F0, symSize: 0x40 } + - { offsetInCU: 0xB1, offset: 0x177232, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EpoxyLoggerCMa', symObjAddr: 0x40, symBinAddr: 0x163430, symSize: 0x14 } + - { offsetInCU: 0x1AC, offset: 0x177514, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ValueContainerC03setB0_8forFrameyyp_12CoreGraphics7CGFloatVtFAA10BezierPathV_Tg5', symObjAddr: 0x270, symBinAddr: 0x1636C0, symSize: 0xC0 } + - { offsetInCU: 0x291, offset: 0x1775F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A5ColorV_Tg5', symObjAddr: 0x0, symBinAddr: 0x163450, symSize: 0x140 } + - { offsetInCU: 0x338, offset: 0x1776A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC6update5framey12CoreGraphics7CGFloatV_tFAA0A8Vector1DV_Tg5', symObjAddr: 0x140, symBinAddr: 0x163590, symSize: 0x130 } + - { offsetInCU: 0x60D, offset: 0x177975, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfc', symObjAddr: 0xA70, symBinAddr: 0x163EC0, symSize: 0x480 } + - { offsetInCU: 0x9C1, offset: 0x177D29, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5layerADyp_tcfcTo', symObjAddr: 0xEF0, symBinAddr: 0x164340, symSize: 0xF0 } + - { offsetInCU: 0xA45, offset: 0x177DAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC5coderADSgSo7NSCoderC_tcfcTo', symObjAddr: 0xFE0, symBinAddr: 0x164430, symSize: 0xA0 } + - { offsetInCU: 0xA9E, offset: 0x177E06, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLC15updateWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1080, symBinAddr: 0x1644D0, symSize: 0x440 } + - { offsetInCU: 0xD6A, offset: 0x1780D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCADycfcTo', symObjAddr: 0x14C0, symBinAddr: 0x164910, symSize: 0x30 } + - { offsetInCU: 0xDD1, offset: 0x178139, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x14F0, symBinAddr: 0x164940, symSize: 0x30 } + - { offsetInCU: 0xE49, offset: 0x1781B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCfD', symObjAddr: 0x1570, symBinAddr: 0x1649C0, symSize: 0x50 } + - { offsetInCU: 0xE9B, offset: 0x178203, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCAA0C11PropertyMapA2aEP10propertiesSayAA03AnycJ0_pGvgTW', symObjAddr: 0x15E0, symBinAddr: 0x164A30, symSize: 0x20 } + - { offsetInCU: 0xECD, offset: 0x178235, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLC4maskAdA0B0C_tcfcTf4gn_n', symObjAddr: 0x16C0, symBinAddr: 0x164AB0, symSize: 0x390 } + - { offsetInCU: 0x1224, offset: 0x17858C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5masksACSayAA0B0CG_tcfc', symObjAddr: 0x330, symBinAddr: 0x163780, symSize: 0x4F0 } + - { offsetInCU: 0x15C9, offset: 0x178931, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfc', symObjAddr: 0x820, symBinAddr: 0x163C70, symSize: 0x100 } + - { offsetInCU: 0x162B, offset: 0x178993, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5layerACyp_tcfcTo', symObjAddr: 0x920, symBinAddr: 0x163D70, symSize: 0x50 } + - { offsetInCU: 0x1671, offset: 0x1789D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x970, symBinAddr: 0x163DC0, symSize: 0x60 } + - { offsetInCU: 0x16D6, offset: 0x178A3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCACycfcTo', symObjAddr: 0x9D0, symBinAddr: 0x163E20, symSize: 0x30 } + - { offsetInCU: 0x173D, offset: 0x178AA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfD', symObjAddr: 0xA00, symBinAddr: 0x163E50, symSize: 0x30 } + - { offsetInCU: 0x1781, offset: 0x178AE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCfETo', symObjAddr: 0xA30, symBinAddr: 0x163E80, symSize: 0x20 } + - { offsetInCU: 0x17B0, offset: 0x178B18, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskContainerLayerCMa', symObjAddr: 0xA50, symBinAddr: 0x163EA0, symSize: 0x20 } + - { offsetInCU: 0x18D7, offset: 0x178C3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCfETo', symObjAddr: 0x1520, symBinAddr: 0x164970, symSize: 0x30 } + - { offsetInCU: 0x1906, offset: 0x178C6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MaskLayer33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x1550, symBinAddr: 0x1649A0, symSize: 0x20 } + - { offsetInCU: 0x191A, offset: 0x178C82, size: 0x8, addend: 0x0, symName: '_$s6Lottie18MaskNodeProperties33_94697FD65571290EB0EBC7152C129CA0LLCMa', symObjAddr: 0x15C0, symBinAddr: 0x164A10, symSize: 0x20 } + - { offsetInCU: 0x17B, offset: 0x1793A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE13updateOutputs_17forceOutputUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x0, symBinAddr: 0x164E40, symSize: 0x140 } + - { offsetInCU: 0x3E2, offset: 0x17960D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA04TextbC0C_Tg5', symObjAddr: 0x140, symBinAddr: 0x164F80, symSize: 0x180 } + - { offsetInCU: 0x563, offset: 0x17978E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnimatorNodePAAE14updateContents_16forceLocalUpdateSb12CoreGraphics7CGFloatV_SbtFAA014LayerTransformC0C_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x165100, symSize: 0x180 } + - { offsetInCU: 0x71E, offset: 0x179949, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA012TextAnimatorB10PropertiesC_Tg5', symObjAddr: 0x440, symBinAddr: 0x165280, symSize: 0xD0 } + - { offsetInCU: 0x83D, offset: 0x179A68, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE16needsLocalUpdate5frameSb12CoreGraphics7CGFloatV_tFAA24LayerTransformPropertiesC_Tg5', symObjAddr: 0x510, symBinAddr: 0x165350, symSize: 0xD0 } + - { offsetInCU: 0x97D, offset: 0x179BA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA012TextAnimatorbF0C_Tg5', symObjAddr: 0x5E0, symBinAddr: 0x165420, symSize: 0xA0 } + - { offsetInCU: 0xAAF, offset: 0x179CDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15NodePropertyMapPAAE06updateB10Properties5framey12CoreGraphics7CGFloatV_tFAA014LayerTransformF0C_Tg5', symObjAddr: 0x680, symBinAddr: 0x1654C0, symSize: 0xA0 } + - { offsetInCU: 0xCE7, offset: 0x179F12, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layer4sizeAcA0C5ModelC_So6CGSizeVtcfc', symObjAddr: 0x720, symBinAddr: 0x165560, symSize: 0x12A0 } + - { offsetInCU: 0x1889, offset: 0x17AAB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17updateRenderScaleyyF', symObjAddr: 0x19C0, symBinAddr: 0x166800, symSize: 0x30 } + - { offsetInCU: 0x18D4, offset: 0x17AAFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC17keypathPropertiesSDySSAA15AnyNodeProperty_pGvg', symObjAddr: 0x19F0, symBinAddr: 0x166830, symSize: 0x20 } + - { offsetInCU: 0x1950, offset: 0x17AB7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC16displayWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x1A10, symBinAddr: 0x166850, symSize: 0x480 } + - { offsetInCU: 0x1E34, offset: 0x17B05F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfc', symObjAddr: 0x1E90, symBinAddr: 0x166CD0, symSize: 0x350 } + - { offsetInCU: 0x1F19, offset: 0x17B144, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x21E0, symBinAddr: 0x167020, symSize: 0x50 } + - { offsetInCU: 0x1F35, offset: 0x17B160, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x2230, symBinAddr: 0x167070, symSize: 0xF0 } + - { offsetInCU: 0x1F8C, offset: 0x17B1B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x2320, symBinAddr: 0x167160, symSize: 0x20 } + - { offsetInCU: 0x1FA8, offset: 0x17B1D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerC24displayContentsWithFrame5frame12forceUpdatesy12CoreGraphics7CGFloatV_SbtF', symObjAddr: 0x2340, symBinAddr: 0x167180, symSize: 0x10 } + - { offsetInCU: 0x2009, offset: 0x17B234, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCACycfcTo', symObjAddr: 0x2350, symBinAddr: 0x167190, symSize: 0x30 } + - { offsetInCU: 0x2070, offset: 0x17B29B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfD', symObjAddr: 0x2380, symBinAddr: 0x1671C0, symSize: 0x30 } + - { offsetInCU: 0x20BB, offset: 0x17B2E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x24D0, symBinAddr: 0x167300, symSize: 0x30 } + - { offsetInCU: 0x20ED, offset: 0x17B318, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP17keypathPropertiesSDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x2500, symBinAddr: 0x167330, symSize: 0x30 } + - { offsetInCU: 0x2127, offset: 0x17B352, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP13childKeypathsSayAaD_pGvgTW', symObjAddr: 0x2530, symBinAddr: 0x167360, symSize: 0x20 } + - { offsetInCU: 0x2177, offset: 0x17B3A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCAA17KeypathSearchableA2aDP07keypathC0So7CALayerCSgvgTW', symObjAddr: 0x2550, symBinAddr: 0x167380, symSize: 0x30 } + - { offsetInCU: 0x2739, offset: 0x17B964, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCfETo', symObjAddr: 0x23B0, symBinAddr: 0x1671F0, symSize: 0xF0 } + - { offsetInCU: 0x2768, offset: 0x17B993, size: 0x8, addend: 0x0, symName: '_$s6Lottie16CompositionLayerCMa', symObjAddr: 0x24A0, symBinAddr: 0x1672E0, symSize: 0x20 } + - { offsetInCU: 0x277C, offset: 0x17B9A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie24CompositionLayerDelegate_pSgXwWOh', symObjAddr: 0x2650, symBinAddr: 0x1673E0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x17BEFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0x167430, symSize: 0x7C0 } + - { offsetInCU: 0xE2, offset: 0x17BFB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV25CentralDirectoryStructureV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x0, symBinAddr: 0x167430, symSize: 0x7C0 } + - { offsetInCU: 0x331, offset: 0x17C204, size: 0x8, addend: 0x0, symName: '_$s6Lottie5EntryV15LocalFileHeaderV4data22additionalDataProviderAESg10Foundation0H0V_AKSiKXEtcfC015$s10Foundation4h2V6A83E10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_AKXMtSpySo7__sFILEVGTf1ncn_nTf4nddn_n', symObjAddr: 0x7C0, symBinAddr: 0x167BF0, symSize: 0x5C0 } + - { offsetInCU: 0x27, offset: 0x17C624, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x1681D0, symSize: 0x870 } + - { offsetInCU: 0xD8, offset: 0x17C6D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC24makeBackingConfiguration3for4modeAC0dE0VSg10Foundation3URLV_AC10AccessModeOtFZTf4nnd_n', symObjAddr: 0x0, symBinAddr: 0x1681D0, symSize: 0x870 } + - { offsetInCU: 0x273, offset: 0x17C870, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC27EndOfCentralDirectoryRecordV_AC05ZIP64cdeF0VSgtSgWOb', symObjAddr: 0x870, symBinAddr: 0x168A40, symSize: 0x40 } + - { offsetInCU: 0x287, offset: 0x17C884, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwCP', symObjAddr: 0x9F0, symBinAddr: 0x168A80, symSize: 0x30 } + - { offsetInCU: 0x29B, offset: 0x17C898, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwxx', symObjAddr: 0xA20, symBinAddr: 0x168AB0, symSize: 0x50 } + - { offsetInCU: 0x2AF, offset: 0x17C8AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwcp', symObjAddr: 0xA70, symBinAddr: 0x168B00, symSize: 0x130 } + - { offsetInCU: 0x2C3, offset: 0x17C8C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwca', symObjAddr: 0xBA0, symBinAddr: 0x168C30, symSize: 0x2C0 } + - { offsetInCU: 0x2D7, offset: 0x17C8D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC26ZIP64EndOfCentralDirectoryVWOh', symObjAddr: 0xE60, symBinAddr: 0x168EF0, symSize: 0x30 } + - { offsetInCU: 0x2EB, offset: 0x17C8E8, size: 0x8, addend: 0x0, symName: ___swift_memcpy160_8, symObjAddr: 0xE90, symBinAddr: 0x168F20, symSize: 0x10 } + - { offsetInCU: 0x2FF, offset: 0x17C8FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwta', symObjAddr: 0xEA0, symBinAddr: 0x168F30, symSize: 0x1B0 } + - { offsetInCU: 0x313, offset: 0x17C910, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwet', symObjAddr: 0x1050, symBinAddr: 0x1690E0, symSize: 0x50 } + - { offsetInCU: 0x327, offset: 0x17C924, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVwst', symObjAddr: 0x10A0, symBinAddr: 0x169130, symSize: 0x80 } + - { offsetInCU: 0x33B, offset: 0x17C938, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC20BackingConfigurationVMa', symObjAddr: 0x1120, symBinAddr: 0x1691B0, symSize: 0xA } + - { offsetInCU: 0x2B, offset: 0x17CBAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x1691C0, symSize: 0xB0 } + - { offsetInCU: 0x79, offset: 0x17CBFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCACycfcTo', symObjAddr: 0x0, symBinAddr: 0x1691C0, symSize: 0xB0 } + - { offsetInCU: 0xFC, offset: 0x17CC80, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xB0, symBinAddr: 0x169270, symSize: 0xA0 } + - { offsetInCU: 0x18B, offset: 0x17CD0F, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x150, symBinAddr: 0x169310, symSize: 0xF0 } + - { offsetInCU: 0x1E5, offset: 0x17CD69, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x240, symBinAddr: 0x169400, symSize: 0x400 } + - { offsetInCU: 0x2B6, offset: 0x17CE3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x640, symBinAddr: 0x169800, symSize: 0x30 } + - { offsetInCU: 0x2D2, offset: 0x17CE56, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfD', symObjAddr: 0x690, symBinAddr: 0x169850, symSize: 0x30 } + - { offsetInCU: 0x311, offset: 0x17CE95, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfE', symObjAddr: 0x670, symBinAddr: 0x169830, symSize: 0x20 } + - { offsetInCU: 0x33E, offset: 0x17CEC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCfETo', symObjAddr: 0x6C0, symBinAddr: 0x169880, symSize: 0x20 } + - { offsetInCU: 0x36D, offset: 0x17CEF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie28InfiniteOpaqueAnimationLayerCMa', symObjAddr: 0x6E0, symBinAddr: 0x1698A0, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x17D121, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x1698C0, symSize: 0x20 } + - { offsetInCU: 0x137, offset: 0x17D1FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0x20, symBinAddr: 0x1698E0, symSize: 0xF0 } + - { offsetInCU: 0x228, offset: 0x17D2EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x110, symBinAddr: 0x1699D0, symSize: 0x10 } + - { offsetInCU: 0x269, offset: 0x17D32C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP7lineCapAA04LineF0OvgTW', symObjAddr: 0x120, symBinAddr: 0x1699E0, symSize: 0x10 } + - { offsetInCU: 0x2AA, offset: 0x17D36D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP8lineJoinAA04LineF0OvgTW', symObjAddr: 0x130, symBinAddr: 0x1699F0, symSize: 0x10 } + - { offsetInCU: 0x2EB, offset: 0x17D3AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x140, symBinAddr: 0x169A00, symSize: 0x10 } + - { offsetInCU: 0x32C, offset: 0x17D3EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCAA0B9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x150, symBinAddr: 0x169A10, symSize: 0x10 } + - { offsetInCU: 0x35E, offset: 0x17D421, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x160, symBinAddr: 0x169A20, symSize: 0x40 } + - { offsetInCU: 0x383, offset: 0x17D446, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1A0, symBinAddr: 0x169A60, symSize: 0x4C0 } + - { offsetInCU: 0x40F, offset: 0x17D4D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x660, symBinAddr: 0x169F20, symSize: 0x970 } + - { offsetInCU: 0x7D1, offset: 0x17D894, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO8rawValueSSvg', symObjAddr: 0xFD0, symBinAddr: 0x16A890, symSize: 0x20 } + - { offsetInCU: 0x808, offset: 0x17D8CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO11stringValueSSvg', symObjAddr: 0x1340, symBinAddr: 0x16ABB0, symSize: 0x20 } + - { offsetInCU: 0x886, offset: 0x17D949, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x13B0, symBinAddr: 0x16AC20, symSize: 0x70 } + - { offsetInCU: 0x8EC, offset: 0x17D9AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x1420, symBinAddr: 0x16AC90, symSize: 0x30 } + - { offsetInCU: 0x908, offset: 0x17D9CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1450, symBinAddr: 0x16ACC0, symSize: 0x10 } + - { offsetInCU: 0x93E, offset: 0x17DA01, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1460, symBinAddr: 0x16ACD0, symSize: 0x60 } + - { offsetInCU: 0x9C3, offset: 0x17DA86, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x14C0, symBinAddr: 0x16AD30, symSize: 0x10 } + - { offsetInCU: 0x9DF, offset: 0x17DAA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x14D0, symBinAddr: 0x16AD40, symSize: 0x10 } + - { offsetInCU: 0xA69, offset: 0x17DB2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1040, symBinAddr: 0x16A8B0, symSize: 0x300 } + - { offsetInCU: 0xAE3, offset: 0x17DBA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfD', symObjAddr: 0x1550, symBinAddr: 0x16ADC0, symSize: 0x50 } + - { offsetInCU: 0xD30, offset: 0x17DDF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCfE', symObjAddr: 0x1520, symBinAddr: 0x16AD90, symSize: 0x30 } + - { offsetInCU: 0xD5D, offset: 0x17DE20, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeCMa', symObjAddr: 0x15A0, symBinAddr: 0x16AE10, symSize: 0x20 } + - { offsetInCU: 0xD71, offset: 0x17DE34, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs0C3KeyAAWl', symObjAddr: 0x1630, symBinAddr: 0x16AE30, symSize: 0x30 } + - { offsetInCU: 0xD85, offset: 0x17DE48, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSEAAWl', symObjAddr: 0x16F0, symBinAddr: 0x16AE90, symSize: 0x30 } + - { offsetInCU: 0xD99, offset: 0x17DE5C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSEAAWl', symObjAddr: 0x1720, symBinAddr: 0x16AEC0, symSize: 0x30 } + - { offsetInCU: 0xDAD, offset: 0x17DE70, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11DashElementCGMa', symObjAddr: 0x17B0, symBinAddr: 0x16AF50, symSize: 0x50 } + - { offsetInCU: 0xDC1, offset: 0x17DE84, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSeAAWl', symObjAddr: 0x1970, symBinAddr: 0x16B080, symSize: 0x30 } + - { offsetInCU: 0xDD5, offset: 0x17DE98, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSeAAWl', symObjAddr: 0x19A0, symBinAddr: 0x16B0B0, symSize: 0x30 } + - { offsetInCU: 0xDE9, offset: 0x17DEAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwet', symObjAddr: 0x1AF0, symBinAddr: 0x16B120, symSize: 0x80 } + - { offsetInCU: 0xDFD, offset: 0x17DEC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwst', symObjAddr: 0x1B70, symBinAddr: 0x16B1A0, symSize: 0xD0 } + - { offsetInCU: 0xE11, offset: 0x17DED4, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwug', symObjAddr: 0x1C40, symBinAddr: 0x16B270, symSize: 0x10 } + - { offsetInCU: 0xE25, offset: 0x17DEE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwup', symObjAddr: 0x1C50, symBinAddr: 0x16B280, symSize: 0x10 } + - { offsetInCU: 0xE39, offset: 0x17DEFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOwui', symObjAddr: 0x1C60, symBinAddr: 0x16B290, symSize: 0x10 } + - { offsetInCU: 0xE4D, offset: 0x17DF10, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOMa', symObjAddr: 0x1C70, symBinAddr: 0x16B2A0, symSize: 0x10 } + - { offsetInCU: 0xE61, offset: 0x17DF24, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASQWb', symObjAddr: 0x1C80, symBinAddr: 0x16B2B0, symSize: 0x10 } + - { offsetInCU: 0xE75, offset: 0x17DF38, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFSQAAWl', symObjAddr: 0x1C90, symBinAddr: 0x16B2C0, symSize: 0x30 } + - { offsetInCU: 0xE89, offset: 0x17DF4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1CC0, symBinAddr: 0x16B2F0, symSize: 0x10 } + - { offsetInCU: 0xE9D, offset: 0x17DF60, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1CD0, symBinAddr: 0x16B300, symSize: 0x30 } + - { offsetInCU: 0xEB1, offset: 0x17DF74, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1D00, symBinAddr: 0x16B330, symSize: 0x10 } + - { offsetInCU: 0xEC5, offset: 0x17DF88, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1D10, symBinAddr: 0x16B340, symSize: 0x2E } + - { offsetInCU: 0xFA0, offset: 0x17E063, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1360, symBinAddr: 0x16ABD0, symSize: 0x10 } + - { offsetInCU: 0xFDA, offset: 0x17E09D, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH9hashValueSivgTW', symObjAddr: 0x1370, symBinAddr: 0x16ABE0, symSize: 0x20 } + - { offsetInCU: 0x1020, offset: 0x17E0E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1390, symBinAddr: 0x16AC00, symSize: 0x10 } + - { offsetInCU: 0x103C, offset: 0x17E0FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x13A0, symBinAddr: 0x16AC10, symSize: 0x10 } + - { offsetInCU: 0x1056, offset: 0x17E119, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x14E0, symBinAddr: 0x16AD50, symSize: 0x20 } + - { offsetInCU: 0x1072, offset: 0x17E135, size: 0x8, addend: 0x0, symName: '_$s6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1500, symBinAddr: 0x16AD70, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x17E34E, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x16B370, symSize: 0x13E0 } + - { offsetInCU: 0x34D, offset: 0x17E674, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE27initializeCompositionLayers12assetLibrary18layerImageProvider0i4TextK00i4FontK004textK004fontK09frameRate013rootAnimationB0SayAA0eB0CGAA05AssetH0CSg_AA0bjK0CAA0blK0CAA0bmK0CAA0s7KeypathlK0_pAA0smK0_p12CoreGraphics7CGFloatVAA010MainThreadsB0CSgtF', symObjAddr: 0x0, symBinAddr: 0x16B370, symSize: 0x13E0 } + - { offsetInCU: 0x14D6, offset: 0x17F7FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21AnimationFontProvider_pWOc', symObjAddr: 0x13E0, symBinAddr: 0x16C750, symSize: 0x2F } + - { offsetInCU: 0x27, offset: 0x17FB6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x16C780, symSize: 0x30 } + - { offsetInCU: 0x3F, offset: 0x17FB87, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwCP', symObjAddr: 0x0, symBinAddr: 0x16C780, symSize: 0x30 } + - { offsetInCU: 0x53, offset: 0x17FB9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwxx', symObjAddr: 0x30, symBinAddr: 0x16C7B0, symSize: 0x10 } + - { offsetInCU: 0x67, offset: 0x17FBAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwcp', symObjAddr: 0x40, symBinAddr: 0x16C7C0, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x17FBC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwca', symObjAddr: 0x70, symBinAddr: 0x16C7F0, symSize: 0x40 } + - { offsetInCU: 0x8F, offset: 0x17FBD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwta', symObjAddr: 0xC0, symBinAddr: 0x16C830, symSize: 0x30 } + - { offsetInCU: 0xA3, offset: 0x17FBEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwet', symObjAddr: 0xF0, symBinAddr: 0x16C860, symSize: 0x40 } + - { offsetInCU: 0xB7, offset: 0x17FBFF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVwst', symObjAddr: 0x130, symBinAddr: 0x16C8A0, symSize: 0x40 } + - { offsetInCU: 0xCB, offset: 0x17FC13, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathVMa', symObjAddr: 0x170, symBinAddr: 0x16C8E0, symSize: 0x10 } + - { offsetInCU: 0x239, offset: 0x17FD81, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompoundBezierPathV4trim12fromPosition02toG06offset0E14SimultaneouslyAC12CoreGraphics7CGFloatV_A2KSbtF', symObjAddr: 0x180, symBinAddr: 0x16C8F0, symSize: 0xB70 } + - { offsetInCU: 0x27, offset: 0x180AC2, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x16D460, symSize: 0x130 } + - { offsetInCU: 0x3F, offset: 0x180ADA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9assetName2inACSS_So8NSBundleCtKcfC', symObjAddr: 0x0, symBinAddr: 0x16D460, symSize: 0x130 } + - { offsetInCU: 0x4F, offset: 0x180D40, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x16D590, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x180D65, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x16D5D0, symSize: 0x240 } + - { offsetInCU: 0xE0, offset: 0x180DD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x280, symBinAddr: 0x16D810, symSize: 0x290 } + - { offsetInCU: 0x1CA, offset: 0x180EBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO8rawValueSSvg', symObjAddr: 0x510, symBinAddr: 0x16DAA0, symSize: 0x30 } + - { offsetInCU: 0x1F5, offset: 0x180EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO11stringValueSSvg', symObjAddr: 0x6B0, symBinAddr: 0x16DC40, symSize: 0x30 } + - { offsetInCU: 0x23A, offset: 0x180F2B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x720, symBinAddr: 0x16DCB0, symSize: 0x70 } + - { offsetInCU: 0x26E, offset: 0x180F5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x790, symBinAddr: 0x16DD20, symSize: 0x30 } + - { offsetInCU: 0x28A, offset: 0x180F7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x7C0, symBinAddr: 0x16DD50, symSize: 0x10 } + - { offsetInCU: 0x2C0, offset: 0x180FB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7D0, symBinAddr: 0x16DD60, symSize: 0x70 } + - { offsetInCU: 0x30B, offset: 0x180FFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x840, symBinAddr: 0x16DDD0, symSize: 0x10 } + - { offsetInCU: 0x327, offset: 0x181018, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x850, symBinAddr: 0x16DDE0, symSize: 0x10 } + - { offsetInCU: 0x345, offset: 0x181036, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x540, symBinAddr: 0x16DAD0, symSize: 0x170 } + - { offsetInCU: 0x3BF, offset: 0x1810B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfD', symObjAddr: 0x8B0, symBinAddr: 0x16DE40, symSize: 0x30 } + - { offsetInCU: 0x473, offset: 0x181164, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCfE', symObjAddr: 0x8A0, symBinAddr: 0x16DE30, symSize: 0x10 } + - { offsetInCU: 0x4CB, offset: 0x1811BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeCMa', symObjAddr: 0x8E0, symBinAddr: 0x16DE70, symSize: 0x20 } + - { offsetInCU: 0x4DF, offset: 0x1811D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs0C3KeyAAWl', symObjAddr: 0x970, symBinAddr: 0x16DE90, symSize: 0x30 } + - { offsetInCU: 0x4F3, offset: 0x1811E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA10BezierPathVGMa', symObjAddr: 0x9A0, symBinAddr: 0x16DEC0, symSize: 0x30 } + - { offsetInCU: 0x507, offset: 0x1811F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwet', symObjAddr: 0xC00, symBinAddr: 0x16DF50, symSize: 0x80 } + - { offsetInCU: 0x51B, offset: 0x18120C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwst', symObjAddr: 0xC80, symBinAddr: 0x16DFD0, symSize: 0xD0 } + - { offsetInCU: 0x52F, offset: 0x181220, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwug', symObjAddr: 0xD50, symBinAddr: 0x16E0A0, symSize: 0x10 } + - { offsetInCU: 0x543, offset: 0x181234, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwup', symObjAddr: 0xD60, symBinAddr: 0x16E0B0, symSize: 0x10 } + - { offsetInCU: 0x557, offset: 0x181248, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOwui', symObjAddr: 0xD70, symBinAddr: 0x16E0C0, symSize: 0x10 } + - { offsetInCU: 0x56B, offset: 0x18125C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOMa', symObjAddr: 0xD80, symBinAddr: 0x16E0D0, symSize: 0x10 } + - { offsetInCU: 0x57F, offset: 0x181270, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASQWb', symObjAddr: 0xD90, symBinAddr: 0x16E0E0, symSize: 0x10 } + - { offsetInCU: 0x593, offset: 0x181284, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFSQAAWl', symObjAddr: 0xDA0, symBinAddr: 0x16E0F0, symSize: 0x30 } + - { offsetInCU: 0x5A7, offset: 0x181298, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xDD0, symBinAddr: 0x16E120, symSize: 0x10 } + - { offsetInCU: 0x5BB, offset: 0x1812AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xDE0, symBinAddr: 0x16E130, symSize: 0x30 } + - { offsetInCU: 0x5CF, offset: 0x1812C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE10, symBinAddr: 0x16E160, symSize: 0x10 } + - { offsetInCU: 0x5E3, offset: 0x1812D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xE20, symBinAddr: 0x16E170, symSize: 0x2E } + - { offsetInCU: 0x643, offset: 0x181334, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6E0, symBinAddr: 0x16DC70, symSize: 0x10 } + - { offsetInCU: 0x65F, offset: 0x181350, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x6F0, symBinAddr: 0x16DC80, symSize: 0x10 } + - { offsetInCU: 0x67B, offset: 0x18136C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x700, symBinAddr: 0x16DC90, symSize: 0x10 } + - { offsetInCU: 0x697, offset: 0x181388, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x710, symBinAddr: 0x16DCA0, symSize: 0x10 } + - { offsetInCU: 0x6B9, offset: 0x1813AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x860, symBinAddr: 0x16DDF0, symSize: 0x20 } + - { offsetInCU: 0x6D5, offset: 0x1813C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x880, symBinAddr: 0x16DE10, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x1815AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC6boundsSo6CGRectVvg', symObjAddr: 0x0, symBinAddr: 0x16E1A0, symSize: 0x20 } + - { offsetInCU: 0x6C, offset: 0x1815D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime11forProgress12CoreGraphics7CGFloatVAH_tF', symObjAddr: 0x20, symBinAddr: 0x16E1C0, symSize: 0x20 } + - { offsetInCU: 0x129, offset: 0x181694, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime8forFrame7clamped12CoreGraphics7CGFloatVAI_SbtF', symObjAddr: 0x40, symBinAddr: 0x16E1E0, symSize: 0x50 } + - { offsetInCU: 0x1FD, offset: 0x181768, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime03forD012CoreGraphics7CGFloatVSd_tF', symObjAddr: 0x90, symBinAddr: 0x16E230, symSize: 0x20 } + - { offsetInCU: 0x23D, offset: 0x1817A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4time8forFrameSd12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB0, symBinAddr: 0x16E250, symSize: 0x20 } + - { offsetInCU: 0x2E2, offset: 0x18184D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC12progressTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0xD0, symBinAddr: 0x16E270, symSize: 0x100 } + - { offsetInCU: 0x417, offset: 0x181982, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC9frameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x1D0, symBinAddr: 0x16E370, symSize: 0xA0 } + - { offsetInCU: 0x4A6, offset: 0x181A11, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC17durationFrameTime9forMarker12CoreGraphics7CGFloatVSgSS_tF', symObjAddr: 0x270, symBinAddr: 0x16E410, symSize: 0xA0 } + - { offsetInCU: 0x523, offset: 0x181A8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZ', symObjAddr: 0x310, symBinAddr: 0x16E4B0, symSize: 0x10 } + - { offsetInCU: 0x53F, offset: 0x181AAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZSSyXEfu0_', symObjAddr: 0x5A0, symBinAddr: 0x16E740, symSize: 0xE0 } + - { offsetInCU: 0x655, offset: 0x181BC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZ', symObjAddr: 0x320, symBinAddr: 0x16E4C0, symSize: 0x10 } + - { offsetInCU: 0x669, offset: 0x181BD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8durationSdvg', symObjAddr: 0x330, symBinAddr: 0x16E4D0, symSize: 0x20 } + - { offsetInCU: 0x696, offset: 0x181C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZ', symObjAddr: 0x350, symBinAddr: 0x16E4F0, symSize: 0x10 } + - { offsetInCU: 0x6B2, offset: 0x181C1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x680, symBinAddr: 0x16E820, symSize: 0x140 } + - { offsetInCU: 0x81C, offset: 0x181D87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZ', symObjAddr: 0x360, symBinAddr: 0x16E500, symSize: 0x210 } + - { offsetInCU: 0x897, offset: 0x181E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_', symObjAddr: 0xE50, symBinAddr: 0x16EFF0, symSize: 0x640 } + - { offsetInCU: 0xA1C, offset: 0x181F87, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_', symObjAddr: 0x1490, symBinAddr: 0x16F630, symSize: 0x80 } + - { offsetInCU: 0xA92, offset: 0x181FFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZ', symObjAddr: 0x570, symBinAddr: 0x16E710, symSize: 0x10 } + - { offsetInCU: 0xAAE, offset: 0x182019, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_', symObjAddr: 0x7C0, symBinAddr: 0x16E960, symSize: 0x1A0 } + - { offsetInCU: 0xC96, offset: 0x182201, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4sizeSo6CGSizeVvg', symObjAddr: 0x580, symBinAddr: 0x16E720, symSize: 0x20 } + - { offsetInCU: 0xD9E, offset: 0x182309, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZ', symObjAddr: 0x960, symBinAddr: 0x16EB00, symSize: 0x90 } + - { offsetInCU: 0xEF0, offset: 0x18245B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_', symObjAddr: 0xE10, symBinAddr: 0x16EFB0, symSize: 0x40 } + - { offsetInCU: 0xF49, offset: 0x1824B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTY0_', symObjAddr: 0x9F0, symBinAddr: 0x16EB90, symSize: 0x3C0 } + - { offsetInCU: 0x10C3, offset: 0x18262E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZTQ1_', symObjAddr: 0xDB0, symBinAddr: 0x16EF50, symSize: 0x60 } + - { offsetInCU: 0x11FA, offset: 0x182765, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC4from4data8strategyAC10Foundation4DataV_AA16DecodingStrategyOtKFZTf4nnd_n', symObjAddr: 0x1510, symBinAddr: 0x16F6B0, symSize: 0x260 } + - { offsetInCU: 0x12EB, offset: 0x182856, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5named_6bundle12subdirectory14animationCacheACSgSS_So8NSBundleCSSSgAA0bG8Provider_pSgtFZTf4nnnnd_n', symObjAddr: 0x1770, symBinAddr: 0x16F910, symSize: 0x370 } + - { offsetInCU: 0x1496, offset: 0x182A01, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC8filepath_14animationCacheACSgSS_AA0bE8Provider_pSgtFZTf4nnd_n', symObjAddr: 0x1AE0, symBinAddr: 0x16FC80, symSize: 0x2D0 } + - { offsetInCU: 0x15E8, offset: 0x182B53, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1DD0, symBinAddr: 0x16FF70, symSize: 0x20 } + - { offsetInCU: 0x15FC, offset: 0x182B67, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1DF0, symBinAddr: 0x16FF90, symSize: 0x10 } + - { offsetInCU: 0x1610, offset: 0x182B7B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZTf4nnnd_n', symObjAddr: 0x1E00, symBinAddr: 0x16FFA0, symSize: 0x330 } + - { offsetInCU: 0x1797, offset: 0x182D02, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session14animationCacheACSg10Foundation3URLV_So12NSURLSessionCAA0bH8Provider_pSgtYaFZyScCyAHs5NeverOGXEfU_yAHcfU_TA', symObjAddr: 0x21C0, symBinAddr: 0x170320, symSize: 0x40 } + - { offsetInCU: 0x17AB, offset: 0x182D16, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC5asset_6bundle14animationCacheACSgSS_So8NSBundleCAA0bF8Provider_pSgtFZSSyXEfu_TA', symObjAddr: 0x2310, symBinAddr: 0x170470, symSize: 0x20 } + - { offsetInCU: 0x17BF, offset: 0x182D2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x2330, symBinAddr: 0x170490, symSize: 0x20 } + - { offsetInCU: 0x17D3, offset: 0x182D3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU1_TA', symObjAddr: 0x2570, symBinAddr: 0x170520, symSize: 0x20 } + - { offsetInCU: 0x1807, offset: 0x182D72, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A9AnimationC10loadedFrom3url7session7closure14animationCachey10Foundation3URLV_So12NSURLSessionCyACSgcAA0bI8Provider_pSgtFZyAI4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_yyScMYccfU0_TA', symObjAddr: 0x2630, symBinAddr: 0x1705E0, symSize: 0x50 } + - { offsetInCU: 0xF3, offset: 0x183282, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x170730, symSize: 0x680 } + - { offsetInCU: 0x22C, offset: 0x1833BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x680, symBinAddr: 0x170DB0, symSize: 0xAA0 } + - { offsetInCU: 0x5D0, offset: 0x18375F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1120, symBinAddr: 0x171850, symSize: 0x470 } + - { offsetInCU: 0x60F, offset: 0x18379E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1E30, symBinAddr: 0x1724B0, symSize: 0x40 } + - { offsetInCU: 0x646, offset: 0x1837D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueSSvg', symObjAddr: 0x1E70, symBinAddr: 0x1724F0, symSize: 0x20 } + - { offsetInCU: 0x67D, offset: 0x18380C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO11stringValueSSvg', symObjAddr: 0x1E90, symBinAddr: 0x172510, symSize: 0x20 } + - { offsetInCU: 0x6F0, offset: 0x18387F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x2000, symBinAddr: 0x172680, symSize: 0x40 } + - { offsetInCU: 0x736, offset: 0x1838C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x2040, symBinAddr: 0x1726C0, symSize: 0x30 } + - { offsetInCU: 0x74A, offset: 0x1838D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2070, symBinAddr: 0x1726F0, symSize: 0x10 } + - { offsetInCU: 0x780, offset: 0x18390F, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2080, symBinAddr: 0x172700, symSize: 0x30 } + - { offsetInCU: 0x7E5, offset: 0x183974, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x20B0, symBinAddr: 0x172730, symSize: 0x10 } + - { offsetInCU: 0x801, offset: 0x183990, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x20C0, symBinAddr: 0x172740, symSize: 0x10 } + - { offsetInCU: 0x81D, offset: 0x1839AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3BB0, symBinAddr: 0x174070, symSize: 0x50 } + - { offsetInCU: 0x868, offset: 0x1839F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCfD', symObjAddr: 0x2110, symBinAddr: 0x172790, symSize: 0x50 } + - { offsetInCU: 0x8AB, offset: 0x183A3A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2180, symBinAddr: 0x172800, symSize: 0x20 } + - { offsetInCU: 0x8CE, offset: 0x183A5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x21A0, symBinAddr: 0x172820, symSize: 0x20 } + - { offsetInCU: 0x918, offset: 0x183AA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x15A0, symBinAddr: 0x171CD0, symSize: 0xD0 } + - { offsetInCU: 0x96B, offset: 0x183AFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x16D0, symBinAddr: 0x171DA0, symSize: 0x20 } + - { offsetInCU: 0x988, offset: 0x183B17, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1710, symBinAddr: 0x171DE0, symSize: 0x10 } + - { offsetInCU: 0x9A4, offset: 0x183B33, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1720, symBinAddr: 0x171DF0, symSize: 0x10 } + - { offsetInCU: 0xACA, offset: 0x183C59, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeO13discriminator_WZ', symObjAddr: 0x1590, symBinAddr: 0x171CC0, symSize: 0x10 } + - { offsetInCU: 0xAF0, offset: 0x183C7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x1770, symBinAddr: 0x171E40, symSize: 0x20 } + - { offsetInCU: 0xB19, offset: 0x183CA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1790, symBinAddr: 0x171E60, symSize: 0x10 } + - { offsetInCU: 0xB42, offset: 0x183CD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueACSgSi_tcfC', symObjAddr: 0x1830, symBinAddr: 0x171F00, symSize: 0x20 } + - { offsetInCU: 0xB6B, offset: 0x183CFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO8rawValueSivg', symObjAddr: 0x1850, symBinAddr: 0x171F20, symSize: 0x10 } + - { offsetInCU: 0xB86, offset: 0x183D15, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x1A40, symBinAddr: 0x1720E0, symSize: 0x10 } + - { offsetInCU: 0xBBC, offset: 0x183D4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x1A50, symBinAddr: 0x1720F0, symSize: 0x10 } + - { offsetInCU: 0xBEE, offset: 0x183D7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOAA11ClassFamilyAAWI', symObjAddr: 0x1860, symBinAddr: 0x171F30, symSize: 0x20 } + - { offsetInCU: 0xC02, offset: 0x183D91, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSHAASQWb', symObjAddr: 0x18B0, symBinAddr: 0x171F50, symSize: 0x10 } + - { offsetInCU: 0xC16, offset: 0x183DA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSQAAWl', symObjAddr: 0x18C0, symBinAddr: 0x171F60, symSize: 0x30 } + - { offsetInCU: 0xC2A, offset: 0x183DB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSHAASQWb', symObjAddr: 0x18F0, symBinAddr: 0x171F90, symSize: 0x10 } + - { offsetInCU: 0xC3E, offset: 0x183DCD, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSQAAWl', symObjAddr: 0x1900, symBinAddr: 0x171FA0, symSize: 0x30 } + - { offsetInCU: 0xC5D, offset: 0x183DEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASQWb', symObjAddr: 0x1940, symBinAddr: 0x171FE0, symSize: 0x10 } + - { offsetInCU: 0xC71, offset: 0x183E00, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSQAAWl', symObjAddr: 0x1950, symBinAddr: 0x171FF0, symSize: 0x30 } + - { offsetInCU: 0xC9B, offset: 0x183E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwet', symObjAddr: 0x1B10, symBinAddr: 0x172190, symSize: 0x80 } + - { offsetInCU: 0xCAF, offset: 0x183E3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwst', symObjAddr: 0x1B90, symBinAddr: 0x172210, symSize: 0xD0 } + - { offsetInCU: 0xCC3, offset: 0x183E52, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOwup', symObjAddr: 0x1C60, symBinAddr: 0x1722E0, symSize: 0x10 } + - { offsetInCU: 0xCD7, offset: 0x183E66, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOMa', symObjAddr: 0x1C70, symBinAddr: 0x1722F0, symSize: 0x10 } + - { offsetInCU: 0xCEB, offset: 0x183E7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwet', symObjAddr: 0x1C80, symBinAddr: 0x172300, symSize: 0x80 } + - { offsetInCU: 0xCFF, offset: 0x183E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwst', symObjAddr: 0x1D00, symBinAddr: 0x172380, symSize: 0xD0 } + - { offsetInCU: 0xD13, offset: 0x183EA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOwup', symObjAddr: 0x1DD0, symBinAddr: 0x172450, symSize: 0x10 } + - { offsetInCU: 0xD27, offset: 0x183EB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOMa', symObjAddr: 0x1DE0, symBinAddr: 0x172460, symSize: 0x10 } + - { offsetInCU: 0xD3B, offset: 0x183ECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOwup', symObjAddr: 0x1E10, symBinAddr: 0x172490, symSize: 0x10 } + - { offsetInCU: 0xD4F, offset: 0x183EDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOMa', symObjAddr: 0x1E20, symBinAddr: 0x1724A0, symSize: 0x10 } + - { offsetInCU: 0xD84, offset: 0x183F13, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelCMa', symObjAddr: 0x2160, symBinAddr: 0x1727E0, symSize: 0x20 } + - { offsetInCU: 0xD98, offset: 0x183F27, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs0D3KeyAAWl', symObjAddr: 0x2200, symBinAddr: 0x172840, symSize: 0x30 } + - { offsetInCU: 0xE97, offset: 0x184026, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x2260, symBinAddr: 0x172870, symSize: 0x2E0 } + - { offsetInCU: 0xF7F, offset: 0x18410E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSeAAWl', symObjAddr: 0x2540, symBinAddr: 0x172B50, symSize: 0x30 } + - { offsetInCU: 0xF93, offset: 0x184122, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSeAAWl', symObjAddr: 0x2570, symBinAddr: 0x172B80, symSize: 0x30 } + - { offsetInCU: 0x1041, offset: 0x1841D0, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA10LayerModelCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0x25A0, symBinAddr: 0x172BB0, symSize: 0x200 } + - { offsetInCU: 0x1363, offset: 0x1844F2, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M5StyleCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x27A0, symBinAddr: 0x172DB0, symSize: 0x430 } + - { offsetInCU: 0x1693, offset: 0x184822, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLO_AC0M6EffectCAC0mW4TypeOTg5Tf4dnnn_n', symObjAddr: 0x2BD0, symBinAddr: 0x1731E0, symSize: 0x430 } + - { offsetInCU: 0x18E3, offset: 0x184A72, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOb', symObjAddr: 0x3000, symBinAddr: 0x173610, symSize: 0x20 } + - { offsetInCU: 0x18F7, offset: 0x184A86, size: 0x8, addend: 0x0, symName: '_$ss24UnkeyedDecodingContainer_pWOc', symObjAddr: 0x3020, symBinAddr: 0x173630, symSize: 0x30 } + - { offsetInCU: 0x19F7, offset: 0x184B86, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerV6LottieE15decodeIfPresent_8ofFamily6forKeySayqd__GSgAGm_qd_0_mxtKSeRd__AC05ClassI0Rd_0_r0_lFAC11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_AC0N5ValueCAC0nZ4TypeOTg5Tf4dnnn_n', symObjAddr: 0x3110, symBinAddr: 0x173660, symSize: 0x460 } + - { offsetInCU: 0x1C37, offset: 0x184DC6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSeAAWl', symObjAddr: 0x3570, symBinAddr: 0x173AC0, symSize: 0x30 } + - { offsetInCU: 0x1C4B, offset: 0x184DDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSEAAWl', symObjAddr: 0x35A0, symBinAddr: 0x173AF0, symSize: 0x30 } + - { offsetInCU: 0x1C5F, offset: 0x184DEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSEAAWl', symObjAddr: 0x3600, symBinAddr: 0x173B20, symSize: 0x30 } + - { offsetInCU: 0x1C73, offset: 0x184E02, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSEAAWl', symObjAddr: 0x36B0, symBinAddr: 0x173BD0, symSize: 0x30 } + - { offsetInCU: 0x1C87, offset: 0x184E16, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie10LayerStyleCGSayxGSEsSERzlWl', symObjAddr: 0x36E0, symBinAddr: 0x173C00, symSize: 0x80 } + - { offsetInCU: 0x1C9B, offset: 0x184E2A, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie11LayerEffectCGSayxGSEsSERzlWl', symObjAddr: 0x3760, symBinAddr: 0x173C80, symSize: 0x80 } + - { offsetInCU: 0x1CAF, offset: 0x184E3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOACSYAAWl', symObjAddr: 0x3850, symBinAddr: 0x173D70, symSize: 0x30 } + - { offsetInCU: 0x1CC3, offset: 0x184E52, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOACSYAAWl', symObjAddr: 0x3880, symBinAddr: 0x173DA0, symSize: 0x30 } + - { offsetInCU: 0x1CD7, offset: 0x184E66, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOACSYAAWl', symObjAddr: 0x38B0, symBinAddr: 0x173DD0, symSize: 0x30 } + - { offsetInCU: 0x1CEB, offset: 0x184E7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwug', symObjAddr: 0x3AB0, symBinAddr: 0x173F70, symSize: 0x10 } + - { offsetInCU: 0x1CFF, offset: 0x184E8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwup', symObjAddr: 0x3AC0, symBinAddr: 0x173F80, symSize: 0x10 } + - { offsetInCU: 0x1D13, offset: 0x184EA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOwui', symObjAddr: 0x3AD0, symBinAddr: 0x173F90, symSize: 0x10 } + - { offsetInCU: 0x1D27, offset: 0x184EB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOMa', symObjAddr: 0x3AE0, symBinAddr: 0x173FA0, symSize: 0x10 } + - { offsetInCU: 0x1D3B, offset: 0x184ECA, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASQWb', symObjAddr: 0x3AF0, symBinAddr: 0x173FB0, symSize: 0x10 } + - { offsetInCU: 0x1D4F, offset: 0x184EDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFSQAAWl', symObjAddr: 0x3B00, symBinAddr: 0x173FC0, symSize: 0x30 } + - { offsetInCU: 0x1D63, offset: 0x184EF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3B30, symBinAddr: 0x173FF0, symSize: 0x10 } + - { offsetInCU: 0x1D77, offset: 0x184F06, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3B40, symBinAddr: 0x174000, symSize: 0x30 } + - { offsetInCU: 0x1D8B, offset: 0x184F1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3B70, symBinAddr: 0x174030, symSize: 0x10 } + - { offsetInCU: 0x1D9F, offset: 0x184F2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3B80, symBinAddr: 0x174040, symSize: 0x30 } + - { offsetInCU: 0x1E8A, offset: 0x185019, size: 0x8, addend: 0x0, symName: '_$s6Lottie9LayerTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1730, symBinAddr: 0x171E00, symSize: 0x40 } + - { offsetInCU: 0x1EAD, offset: 0x18503C, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x17A0, symBinAddr: 0x171E70, symSize: 0x50 } + - { offsetInCU: 0x1ED0, offset: 0x18505F, size: 0x8, addend: 0x0, symName: '_$s6Lottie9MatteTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x17F0, symBinAddr: 0x171EC0, symSize: 0x40 } + - { offsetInCU: 0x1F02, offset: 0x185091, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1930, symBinAddr: 0x171FD0, symSize: 0x10 } + - { offsetInCU: 0x1F57, offset: 0x1850E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x19D0, symBinAddr: 0x172070, symSize: 0x20 } + - { offsetInCU: 0x1FB2, offset: 0x185141, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1A60, symBinAddr: 0x172100, symSize: 0x50 } + - { offsetInCU: 0x1FD5, offset: 0x185164, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1AB0, symBinAddr: 0x172150, symSize: 0x40 } + - { offsetInCU: 0x2016, offset: 0x1851A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1EB0, symBinAddr: 0x172530, symSize: 0x80 } + - { offsetInCU: 0x20E5, offset: 0x185274, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH9hashValueSivgTW', symObjAddr: 0x1F30, symBinAddr: 0x1725B0, symSize: 0x50 } + - { offsetInCU: 0x2163, offset: 0x1852F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1F80, symBinAddr: 0x172600, symSize: 0x30 } + - { offsetInCU: 0x21B5, offset: 0x185344, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1FB0, symBinAddr: 0x172630, symSize: 0x50 } + - { offsetInCU: 0x2217, offset: 0x1853A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x20D0, symBinAddr: 0x172750, symSize: 0x20 } + - { offsetInCU: 0x2233, offset: 0x1853C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC10CodingKeys33_AD27BF2F0BECC0035794FC09179AD65BLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x20F0, symBinAddr: 0x172770, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x185759, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x1741C0, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x18577D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvpZ', symObjAddr: 0x758, symBinAddr: 0x20D378, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x185797, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0ACvgZ', symObjAddr: 0x0, symBinAddr: 0x1741C0, symSize: 0x30 } + - { offsetInCU: 0xBE, offset: 0x1857EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfC', symObjAddr: 0x30, symBinAddr: 0x1741F0, symSize: 0xC0 } + - { offsetInCU: 0x155, offset: 0x185883, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCACycfc', symObjAddr: 0xF0, symBinAddr: 0x1742B0, symSize: 0xB0 } + - { offsetInCU: 0x24F, offset: 0x18597D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivg', symObjAddr: 0x300, symBinAddr: 0x174480, symSize: 0x30 } + - { offsetInCU: 0x26C, offset: 0x18599A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivs', symObjAddr: 0x330, symBinAddr: 0x1744B0, symSize: 0x50 } + - { offsetInCU: 0x30D, offset: 0x185A3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM', symObjAddr: 0x380, symBinAddr: 0x174500, symSize: 0x40 } + - { offsetInCU: 0x33A, offset: 0x185A68, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivM.resume.0', symObjAddr: 0x3C0, symBinAddr: 0x174540, symSize: 0x60 } + - { offsetInCU: 0x3EA, offset: 0x185B18, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC05clearC0yyF', symObjAddr: 0x420, symBinAddr: 0x1745A0, symSize: 0x80 } + - { offsetInCU: 0x475, offset: 0x185BA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC4file6forKeyAA0bA4FileCSgSS_tF', symObjAddr: 0x4A0, symBinAddr: 0x174620, symSize: 0x40 } + - { offsetInCU: 0x4BC, offset: 0x185BEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC7setFile_6forKeyyAA0baE0C_SStF', symObjAddr: 0x4E0, symBinAddr: 0x174660, symSize: 0x50 } + - { offsetInCU: 0x50D, offset: 0x185C3B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfd', symObjAddr: 0x530, symBinAddr: 0x1746B0, symSize: 0x20 } + - { offsetInCU: 0x548, offset: 0x185C76, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCfD', symObjAddr: 0x550, symBinAddr: 0x1746D0, symSize: 0x20 } + - { offsetInCU: 0x5BD, offset: 0x185CEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP4file6forKeyAA0bA4FileCSgSS_tFTW', symObjAddr: 0x570, symBinAddr: 0x1746F0, symSize: 0x50 } + - { offsetInCU: 0x658, offset: 0x185D86, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP7setFile_6forKeyyAA0baF0C_SStFTW', symObjAddr: 0x5C0, symBinAddr: 0x174740, symSize: 0x60 } + - { offsetInCU: 0x6BD, offset: 0x185DEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCAA0baC8ProviderA2aDP05clearC0yyFTW', symObjAddr: 0x620, symBinAddr: 0x1747A0, symSize: 0x20 } + - { offsetInCU: 0x777, offset: 0x185EA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC06sharedC0_WZ', symObjAddr: 0x1A0, symBinAddr: 0x174360, symSize: 0xC0 } + - { offsetInCU: 0x82A, offset: 0x185F58, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheC9cacheSizeSivpACTk', symObjAddr: 0x2A0, symBinAddr: 0x174420, symSize: 0x60 } + - { offsetInCU: 0x907, offset: 0x186035, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA5CacheCMa', symObjAddr: 0x690, symBinAddr: 0x174810, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1861ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x1748E0, symSize: 0x170 } + - { offsetInCU: 0x87, offset: 0x18624D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV10distanceTo_11sampleCount12CoreGraphics7CGFloatVAC_SitF', symObjAddr: 0x0, symBinAddr: 0x1748E0, symSize: 0x170 } + - { offsetInCU: 0x404, offset: 0x1865CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV04trimB002toC08atLength05curveG010maxSamples8accuracyAC5start_AC0D5PointAC3endtAC_12CoreGraphics7CGFloatVAOSiAOtF', symObjAddr: 0x170, symBinAddr: 0x174A50, symSize: 0x380 } + - { offsetInCU: 0xA18, offset: 0x186BDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV05splitB002toC08positionAC5start_AC9trimPointAC3endtAC_12CoreGraphics7CGFloatVtF', symObjAddr: 0x4F0, symBinAddr: 0x174DD0, symSize: 0x220 } + - { offsetInCU: 0x1304, offset: 0x1874CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwCP', symObjAddr: 0x710, symBinAddr: 0x174FF0, symSize: 0x30 } + - { offsetInCU: 0x1318, offset: 0x1874DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwet', symObjAddr: 0x770, symBinAddr: 0x175020, symSize: 0x20 } + - { offsetInCU: 0x132C, offset: 0x1874F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVwst', symObjAddr: 0x790, symBinAddr: 0x175040, symSize: 0x40 } + - { offsetInCU: 0x1340, offset: 0x187506, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVMa', symObjAddr: 0x7D0, symBinAddr: 0x175080, symSize: 0xA } + - { offsetInCU: 0x2B, offset: 0x187749, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x175090, symSize: 0x20 } + - { offsetInCU: 0x9F, offset: 0x1877BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0xD0, symBinAddr: 0x175160, symSize: 0x40 } + - { offsetInCU: 0xD0, offset: 0x1877EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x110, symBinAddr: 0x1751A0, symSize: 0x20 } + - { offsetInCU: 0x10F, offset: 0x18782D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x130, symBinAddr: 0x1751C0, symSize: 0x20 } + - { offsetInCU: 0x147, offset: 0x187865, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xED0, symBinAddr: 0x175F10, symSize: 0xF0 } + - { offsetInCU: 0x1BC, offset: 0x1878DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeO13discriminator_WZ', symObjAddr: 0x190, symBinAddr: 0x175220, symSize: 0x10 } + - { offsetInCU: 0x1E2, offset: 0x187900, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A0, symBinAddr: 0x175230, symSize: 0x40 } + - { offsetInCU: 0x207, offset: 0x187925, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1E0, symBinAddr: 0x175270, symSize: 0x170 } + - { offsetInCU: 0x275, offset: 0x187993, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO03rawC0SSvg', symObjAddr: 0x350, symBinAddr: 0x1753E0, symSize: 0x30 } + - { offsetInCU: 0x29C, offset: 0x1879BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO06stringC0SSvg', symObjAddr: 0x380, symBinAddr: 0x175410, symSize: 0x30 } + - { offsetInCU: 0x2DD, offset: 0x1879FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC0xSg03RawC0Qz_tcfCTW', symObjAddr: 0x3F0, symBinAddr: 0x175480, symSize: 0x70 } + - { offsetInCU: 0x311, offset: 0x187A2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSYAASY03rawC003RawC0QzvgTW', symObjAddr: 0x460, symBinAddr: 0x1754F0, symSize: 0x30 } + - { offsetInCU: 0x32D, offset: 0x187A4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0SSvgTW', symObjAddr: 0x490, symBinAddr: 0x175520, symSize: 0x10 } + - { offsetInCU: 0x363, offset: 0x187A81, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP06stringC0xSgSS_tcfCTW', symObjAddr: 0x4A0, symBinAddr: 0x175530, symSize: 0x70 } + - { offsetInCU: 0x3AE, offset: 0x187ACC, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0SiSgvgTW', symObjAddr: 0x510, symBinAddr: 0x1755A0, symSize: 0x10 } + - { offsetInCU: 0x3CA, offset: 0x187AE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAsAGP03intC0xSgSi_tcfCTW', symObjAddr: 0x520, symBinAddr: 0x1755B0, symSize: 0x10 } + - { offsetInCU: 0x406, offset: 0x187B24, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCfD', symObjAddr: 0x570, symBinAddr: 0x175600, symSize: 0x20 } + - { offsetInCU: 0x451, offset: 0x187B6F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x5B0, symBinAddr: 0x175640, symSize: 0x120 } + - { offsetInCU: 0x490, offset: 0x187BAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x8C0, symBinAddr: 0x175930, symSize: 0x20 } + - { offsetInCU: 0x4B3, offset: 0x187BD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x8E0, symBinAddr: 0x175950, symSize: 0x20 } + - { offsetInCU: 0x522, offset: 0x187C40, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10dictionaryACSDySSypG_tKcfcTf4gn_n', symObjAddr: 0xB10, symBinAddr: 0x175B50, symSize: 0x1C0 } + - { offsetInCU: 0x617, offset: 0x187D35, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueCMa', symObjAddr: 0x590, symBinAddr: 0x175620, symSize: 0x20 } + - { offsetInCU: 0x62B, offset: 0x187D49, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwet', symObjAddr: 0x6F0, symBinAddr: 0x175760, symSize: 0x80 } + - { offsetInCU: 0x63F, offset: 0x187D5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwst', symObjAddr: 0x770, symBinAddr: 0x1757E0, symSize: 0xD0 } + - { offsetInCU: 0x653, offset: 0x187D71, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwug', symObjAddr: 0x840, symBinAddr: 0x1758B0, symSize: 0x10 } + - { offsetInCU: 0x667, offset: 0x187D85, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwup', symObjAddr: 0x850, symBinAddr: 0x1758C0, symSize: 0x10 } + - { offsetInCU: 0x67B, offset: 0x187D99, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOwui', symObjAddr: 0x860, symBinAddr: 0x1758D0, symSize: 0x10 } + - { offsetInCU: 0x68F, offset: 0x187DAD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOMa', symObjAddr: 0x870, symBinAddr: 0x1758E0, symSize: 0x10 } + - { offsetInCU: 0x6A3, offset: 0x187DC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASQWb', symObjAddr: 0x880, symBinAddr: 0x1758F0, symSize: 0x10 } + - { offsetInCU: 0x6B7, offset: 0x187DD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSQAAWl', symObjAddr: 0x890, symBinAddr: 0x175900, symSize: 0x30 } + - { offsetInCU: 0x6CB, offset: 0x187DE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOAA11ClassFamilyAAWI', symObjAddr: 0x900, symBinAddr: 0x175970, symSize: 0x20 } + - { offsetInCU: 0x6FF, offset: 0x187E1D, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZACSgAFKXEfU_', symObjAddr: 0x950, symBinAddr: 0x175990, symSize: 0x1C0 } + - { offsetInCU: 0x88B, offset: 0x187FA9, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA11EffectValueCRszlE16fromDictionariesySayACGSaySDySSypGGKFZTf4nd_n', symObjAddr: 0xCD0, symBinAddr: 0x175D10, symSize: 0x200 } + - { offsetInCU: 0xACD, offset: 0x1881EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSYAAWl', symObjAddr: 0x1020, symBinAddr: 0x176000, symSize: 0x30 } + - { offsetInCU: 0xAE1, offset: 0x1881FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs0D3KeyAAWl', symObjAddr: 0x1090, symBinAddr: 0x176030, symSize: 0x30 } + - { offsetInCU: 0xAF5, offset: 0x188213, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOACSEAAWl', symObjAddr: 0x10C0, symBinAddr: 0x176060, symSize: 0x30 } + - { offsetInCU: 0xB09, offset: 0x188227, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwet', symObjAddr: 0x1150, symBinAddr: 0x176090, symSize: 0x80 } + - { offsetInCU: 0xB1D, offset: 0x18823B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwst', symObjAddr: 0x11D0, symBinAddr: 0x176110, symSize: 0xD0 } + - { offsetInCU: 0xB31, offset: 0x18824F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwug', symObjAddr: 0x12A0, symBinAddr: 0x1761E0, symSize: 0x10 } + - { offsetInCU: 0xB45, offset: 0x188263, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwup', symObjAddr: 0x12B0, symBinAddr: 0x1761F0, symSize: 0x10 } + - { offsetInCU: 0xB59, offset: 0x188277, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOwui', symObjAddr: 0x12C0, symBinAddr: 0x176200, symSize: 0x10 } + - { offsetInCU: 0xB6D, offset: 0x18828B, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOMa', symObjAddr: 0x12D0, symBinAddr: 0x176210, symSize: 0x10 } + - { offsetInCU: 0xB81, offset: 0x18829F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASQWb', symObjAddr: 0x12E0, symBinAddr: 0x176220, symSize: 0x10 } + - { offsetInCU: 0xB95, offset: 0x1882B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFSQAAWl', symObjAddr: 0x12F0, symBinAddr: 0x176230, symSize: 0x30 } + - { offsetInCU: 0xBA9, offset: 0x1882C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1320, symBinAddr: 0x176260, symSize: 0x10 } + - { offsetInCU: 0xBBD, offset: 0x1882DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1330, symBinAddr: 0x176270, symSize: 0x30 } + - { offsetInCU: 0xBD1, offset: 0x1882EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1360, symBinAddr: 0x1762A0, symSize: 0x10 } + - { offsetInCU: 0xBE5, offset: 0x188303, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1370, symBinAddr: 0x1762B0, symSize: 0x2E } + - { offsetInCU: 0xC19, offset: 0x188337, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x175090, symSize: 0x20 } + - { offsetInCU: 0xCD3, offset: 0x1883F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH04hashC0SivgTW', symObjAddr: 0x20, symBinAddr: 0x1750B0, symSize: 0x40 } + - { offsetInCU: 0xDAB, offset: 0x1884C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x60, symBinAddr: 0x1750F0, symSize: 0x30 } + - { offsetInCU: 0xE27, offset: 0x188545, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0x90, symBinAddr: 0x175120, symSize: 0x40 } + - { offsetInCU: 0xED3, offset: 0x1885F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15EffectValueTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x150, symBinAddr: 0x1751E0, symSize: 0x40 } + - { offsetInCU: 0xEF6, offset: 0x188614, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0x175440, symSize: 0x10 } + - { offsetInCU: 0xF12, offset: 0x188630, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH04hashC0SivgTW', symObjAddr: 0x3C0, symBinAddr: 0x175450, symSize: 0x10 } + - { offsetInCU: 0xF2E, offset: 0x18864C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D0, symBinAddr: 0x175460, symSize: 0x10 } + - { offsetInCU: 0xF4A, offset: 0x188668, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOSHAASH08_rawHashC04seedS2i_tFTW', symObjAddr: 0x3E0, symBinAddr: 0x175470, symSize: 0x10 } + - { offsetInCU: 0xF6C, offset: 0x18868A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x530, symBinAddr: 0x1755C0, symSize: 0x20 } + - { offsetInCU: 0xF88, offset: 0x1886A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11EffectValueC10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x1755E0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x188941, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x1762E0, symSize: 0x50 } + - { offsetInCU: 0x75, offset: 0x18898F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x0, symBinAddr: 0x1762E0, symSize: 0x50 } + - { offsetInCU: 0xBC, offset: 0x1889D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x50, symBinAddr: 0x176330, symSize: 0xF0 } + - { offsetInCU: 0x11E, offset: 0x188A38, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x140, symBinAddr: 0x176420, symSize: 0x50 } + - { offsetInCU: 0x13A, offset: 0x188A54, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCfD', symObjAddr: 0x190, symBinAddr: 0x176470, symSize: 0x30 } + - { offsetInCU: 0x168, offset: 0x188A82, size: 0x8, addend: 0x0, symName: '_$s6Lottie20NullCompositionLayerCMa', symObjAddr: 0x1C0, symBinAddr: 0x1764A0, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x188C3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1764C0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x188C63, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x176500, symSize: 0x1C0 } + - { offsetInCU: 0xDC, offset: 0x188CCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x200, symBinAddr: 0x1766C0, symSize: 0xF0 } + - { offsetInCU: 0x17B, offset: 0x188D6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F0, symBinAddr: 0x1767B0, symSize: 0x120 } + - { offsetInCU: 0x1FE, offset: 0x188DED, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x176910, symSize: 0x60 } + - { offsetInCU: 0x241, offset: 0x188E30, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B0, symBinAddr: 0x176970, symSize: 0x20 } + - { offsetInCU: 0x281, offset: 0x188E70, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D0, symBinAddr: 0x176990, symSize: 0x10 } + - { offsetInCU: 0x2CC, offset: 0x188EBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x1769A0, symSize: 0x60 } + - { offsetInCU: 0x317, offset: 0x188F06, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x540, symBinAddr: 0x176A00, symSize: 0x10 } + - { offsetInCU: 0x333, offset: 0x188F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x550, symBinAddr: 0x176A10, symSize: 0x10 } + - { offsetInCU: 0x34F, offset: 0x188F3E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLO03rawD0SSvgTf4d_n', symObjAddr: 0x860, symBinAddr: 0x176BF0, symSize: 0x20 } + - { offsetInCU: 0x38B, offset: 0x188F7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfD', symObjAddr: 0x5B0, symBinAddr: 0x176A70, symSize: 0x30 } + - { offsetInCU: 0x45A, offset: 0x189049, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCfE', symObjAddr: 0x5A0, symBinAddr: 0x176A60, symSize: 0x10 } + - { offsetInCU: 0x487, offset: 0x189076, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueCMa', symObjAddr: 0x5E0, symBinAddr: 0x176AA0, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x18908A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs0E3KeyAAWl', symObjAddr: 0x670, symBinAddr: 0x176AC0, symSize: 0x30 } + - { offsetInCU: 0x4AF, offset: 0x18909E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A5ColorVGSgMa', symObjAddr: 0x6A0, symBinAddr: 0x176AF0, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x1890B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A5ColorVGMa', symObjAddr: 0x6F0, symBinAddr: 0x176B40, symSize: 0x30 } + - { offsetInCU: 0x4D7, offset: 0x1890C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwet', symObjAddr: 0x8A0, symBinAddr: 0x176C10, symSize: 0x50 } + - { offsetInCU: 0x4EB, offset: 0x1890DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwst', symObjAddr: 0x8F0, symBinAddr: 0x176C60, symSize: 0xA0 } + - { offsetInCU: 0x4FF, offset: 0x1890EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwug', symObjAddr: 0x990, symBinAddr: 0x176D00, symSize: 0x10 } + - { offsetInCU: 0x513, offset: 0x189102, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwup', symObjAddr: 0x9A0, symBinAddr: 0x176D10, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x189116, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOwui', symObjAddr: 0x9B0, symBinAddr: 0x176D20, symSize: 0x10 } + - { offsetInCU: 0x53B, offset: 0x18912A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOMa', symObjAddr: 0x9C0, symBinAddr: 0x176D30, symSize: 0x10 } + - { offsetInCU: 0x54F, offset: 0x18913E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASQWb', symObjAddr: 0x9D0, symBinAddr: 0x176D40, symSize: 0x10 } + - { offsetInCU: 0x563, offset: 0x189152, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFSQAAWl', symObjAddr: 0x9E0, symBinAddr: 0x176D50, symSize: 0x30 } + - { offsetInCU: 0x577, offset: 0x189166, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA10, symBinAddr: 0x176D80, symSize: 0x10 } + - { offsetInCU: 0x58B, offset: 0x18917A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA20, symBinAddr: 0x176D90, symSize: 0x30 } + - { offsetInCU: 0x59F, offset: 0x18918E, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA50, symBinAddr: 0x176DC0, symSize: 0x10 } + - { offsetInCU: 0x5B3, offset: 0x1891A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA60, symBinAddr: 0x176DD0, symSize: 0x2E } + - { offsetInCU: 0x5ED, offset: 0x1891DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x410, symBinAddr: 0x1768D0, symSize: 0x10 } + - { offsetInCU: 0x62D, offset: 0x18921C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH04hashD0SivgTW', symObjAddr: 0x420, symBinAddr: 0x1768E0, symSize: 0x10 } + - { offsetInCU: 0x66D, offset: 0x18925C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0x1768F0, symSize: 0x10 } + - { offsetInCU: 0x6AD, offset: 0x18929C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x440, symBinAddr: 0x176900, symSize: 0x10 } + - { offsetInCU: 0x6E4, offset: 0x1892D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0x176A20, symSize: 0x20 } + - { offsetInCU: 0x700, offset: 0x1892EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ColorEffectValueC10CodingKeys33_FC08A400F588ABE4F3F9C03CC179106FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0x176A40, symSize: 0x20 } + - { offsetInCU: 0x85, offset: 0x18952A, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC16readUncompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x0, symBinAddr: 0x176E00, symSize: 0x140 } + - { offsetInCU: 0x211, offset: 0x1896B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKF', symObjAddr: 0x1C0, symBinAddr: 0x176F40, symSize: 0x150 } + - { offsetInCU: 0x38D, offset: 0x189832, size: 0x8, addend: 0x0, symName: '_$s6Lottie7ArchiveC14readCompressed5entry10bufferSize9skipCRC328progress4withs6UInt32VAA5EntryV_SiSbSo10NSProgressCSgy10Foundation4DataVKXEtKFASs5Int64V_SitKXEfU_TA', symObjAddr: 0x480, symBinAddr: 0x1771D0, symSize: 0x20 } + - { offsetInCU: 0x5E, offset: 0x189A94, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x177230, symSize: 0x70 } + - { offsetInCU: 0x92, offset: 0x189AC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfc', symObjAddr: 0x70, symBinAddr: 0x1772A0, symSize: 0x40 } + - { offsetInCU: 0xB5, offset: 0x189AEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfC', symObjAddr: 0xB0, symBinAddr: 0x1772E0, symSize: 0x50 } + - { offsetInCU: 0xE9, offset: 0x189B1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfc', symObjAddr: 0x100, symBinAddr: 0x177330, symSize: 0x40 } + - { offsetInCU: 0xFD, offset: 0x189B33, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvg', symObjAddr: 0x140, symBinAddr: 0x177370, symSize: 0x30 } + - { offsetInCU: 0x12A, offset: 0x189B60, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvs', symObjAddr: 0x170, symBinAddr: 0x1773A0, symSize: 0x20 } + - { offsetInCU: 0x146, offset: 0x189B7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM', symObjAddr: 0x190, symBinAddr: 0x1773C0, symSize: 0x40 } + - { offsetInCU: 0x1BE, offset: 0x189BF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvM.resume.0', symObjAddr: 0x1D0, symBinAddr: 0x177400, symSize: 0x90 } + - { offsetInCU: 0x22D, offset: 0x189C63, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvg', symObjAddr: 0x260, symBinAddr: 0x177490, symSize: 0x30 } + - { offsetInCU: 0x25A, offset: 0x189C90, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvs', symObjAddr: 0x2D0, symBinAddr: 0x177500, symSize: 0x20 } + - { offsetInCU: 0x276, offset: 0x189CAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM', symObjAddr: 0x2F0, symBinAddr: 0x177520, symSize: 0x40 } + - { offsetInCU: 0x2C1, offset: 0x189CF7, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvM.resume.0', symObjAddr: 0x330, symBinAddr: 0x177560, symSize: 0x90 } + - { offsetInCU: 0x330, offset: 0x189D66, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9valueTypeypXpvg', symObjAddr: 0x3C0, symBinAddr: 0x1775F0, symSize: 0x20 } + - { offsetInCU: 0x34B, offset: 0x189D81, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvg', symObjAddr: 0x3E0, symBinAddr: 0x177610, symSize: 0xC0 } + - { offsetInCU: 0x398, offset: 0x189DCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x4A0, symBinAddr: 0x1776D0, symSize: 0x20 } + - { offsetInCU: 0x3B7, offset: 0x189DED, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_Tf4nnn_g', symObjAddr: 0x10F0, symBinAddr: 0x1782B0, symSize: 0xA0 } + - { offsetInCU: 0x446, offset: 0x189E7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x4E0, symBinAddr: 0x177710, symSize: 0x20 } + - { offsetInCU: 0x469, offset: 0x189E9F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfd', symObjAddr: 0x500, symBinAddr: 0x177730, symSize: 0x50 } + - { offsetInCU: 0x4A4, offset: 0x189EDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCfD', symObjAddr: 0x550, symBinAddr: 0x177780, symSize: 0x60 } + - { offsetInCU: 0x4E7, offset: 0x189F1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x5B0, symBinAddr: 0x1777E0, symSize: 0x20 } + - { offsetInCU: 0x521, offset: 0x189F57, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x5D0, symBinAddr: 0x177800, symSize: 0x20 } + - { offsetInCU: 0x57D, offset: 0x189FB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x5F0, symBinAddr: 0x177820, symSize: 0x20 } + - { offsetInCU: 0x5B2, offset: 0x189FE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5block9locationsACSayAA0A5ColorVG12CoreGraphics7CGFloatVc_SaySdGAKcSgtcfcTf4ggn_n', symObjAddr: 0x650, symBinAddr: 0x177880, symSize: 0x150 } + - { offsetInCU: 0x60C, offset: 0x18A042, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC5value33_20EE40CC71F69DE358C26FA8AA04C199LL4from9locationsSaySdGSayAA0A5ColorVG_AHtFTf4nnd_n', symObjAddr: 0x7A0, symBinAddr: 0x1779D0, symSize: 0x3D0 } + - { offsetInCU: 0xBBB, offset: 0x18A5F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC_9locationsACSayAA0A5ColorVG_SaySdGtcfcTf4ggn_n', symObjAddr: 0xB70, symBinAddr: 0x177DA0, symSize: 0x1C0 } + - { offsetInCU: 0xCB0, offset: 0x18A6E6, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC6colorsSayAA0A5ColorVGvsTf4gn_n', symObjAddr: 0xD30, symBinAddr: 0x177F60, symSize: 0xA0 } + - { offsetInCU: 0xD2D, offset: 0x18A763, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC9locationsSaySdGvsTf4gn_n', symObjAddr: 0xDD0, symBinAddr: 0x178000, symSize: 0xA0 } + - { offsetInCU: 0xDAB, offset: 0x18A7E1, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TR', symObjAddr: 0x4C0, symBinAddr: 0x1776F0, symSize: 0x20 } + - { offsetInCU: 0xDBF, offset: 0x18A7F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x610, symBinAddr: 0x177840, symSize: 0x20 } + - { offsetInCU: 0xE24, offset: 0x18A85A, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x630, symBinAddr: 0x177860, symSize: 0x20 } + - { offsetInCU: 0xF52, offset: 0x18A988, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOy', symObjAddr: 0xEB0, symBinAddr: 0x1780A0, symSize: 0x20 } + - { offsetInCU: 0xF66, offset: 0x18A99C, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderC7storageAA0cD7StorageOySaySdGGvgAG12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0xF00, symBinAddr: 0x1780F0, symSize: 0x20 } + - { offsetInCU: 0xF9A, offset: 0x18A9D0, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSaySdGIegyo_AcDIegyr_TRTA', symObjAddr: 0xF40, symBinAddr: 0x178130, symSize: 0x20 } + - { offsetInCU: 0xFC3, offset: 0x18A9F9, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSay6Lottie0D5ColorVGIegyo_SgWOe', symObjAddr: 0xF60, symBinAddr: 0x178150, symSize: 0x20 } + - { offsetInCU: 0xFD7, offset: 0x18AA0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0xFB0, symBinAddr: 0x178170, symSize: 0x20 } + - { offsetInCU: 0xFEB, offset: 0x18AA21, size: 0x8, addend: 0x0, symName: '_$s6Lottie21GradientValueProviderCMa', symObjAddr: 0x1090, symBinAddr: 0x178250, symSize: 0x20 } + - { offsetInCU: 0xFFF, offset: 0x18AA35, size: 0x8, addend: 0x0, symName: '_$sSay6Lottie0A5ColorVGSayxGSHsSHRzlWl', symObjAddr: 0x1190, symBinAddr: 0x178350, symSize: 0x60 } + - { offsetInCU: 0x1013, offset: 0x18AA49, size: 0x8, addend: 0x0, symName: '_$sSays11AnyHashableVGSayxGSHsSHRzlWl', symObjAddr: 0x1280, symBinAddr: 0x178410, symSize: 0x60 } + - { offsetInCU: 0x2B, offset: 0x18AD38, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x1784A0, symSize: 0x170 } + - { offsetInCU: 0xF4, offset: 0x18AE01, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC11reloadTextsyyF', symObjAddr: 0x0, symBinAddr: 0x1784A0, symSize: 0x170 } + - { offsetInCU: 0x28D, offset: 0x18AF9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderC04fontD0AA09AnimationcD0_pvW', symObjAddr: 0x170, symBinAddr: 0x178610, symSize: 0x170 } + - { offsetInCU: 0x41B, offset: 0x18B128, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCfD', symObjAddr: 0x2E0, symBinAddr: 0x178780, symSize: 0x30 } + - { offsetInCU: 0x45F, offset: 0x18B16C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17LayerFontProviderCMa', symObjAddr: 0x310, symBinAddr: 0x1787B0, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x18B31F, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1787D0, symSize: 0x90 } + - { offsetInCU: 0x4B, offset: 0x18B343, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvpZ', symObjAddr: 0x860, symBinAddr: 0x20D898, symSize: 0x0 } + - { offsetInCU: 0x9E, offset: 0x18B396, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueACSi_tcfC', symObjAddr: 0x220, symBinAddr: 0x1789F0, symSize: 0x10 } + - { offsetInCU: 0xC3, offset: 0x18B3BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV13imageProviderACvgZ', symObjAddr: 0x230, symBinAddr: 0x178A00, symSize: 0x10 } + - { offsetInCU: 0xEF, offset: 0x18B3E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8loopModeACvgZ', symObjAddr: 0x240, symBinAddr: 0x178A10, symSize: 0x10 } + - { offsetInCU: 0x11B, offset: 0x18B413, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV14animationSpeedACvgZ', symObjAddr: 0x250, symBinAddr: 0x178A20, symSize: 0x10 } + - { offsetInCU: 0x147, offset: 0x18B43F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3allACvgZ', symObjAddr: 0x2B0, symBinAddr: 0x178A80, symSize: 0x40 } + - { offsetInCU: 0x17F, offset: 0x18B477, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV4noneACvgZ', symObjAddr: 0x2F0, symBinAddr: 0x178AC0, symSize: 0x10 } + - { offsetInCU: 0x1AB, offset: 0x18B4A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV8rawValueSivg', symObjAddr: 0x300, symBinAddr: 0x178AD0, symSize: 0x10 } + - { offsetInCU: 0x1BF, offset: 0x18B4B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAsADP8rawValuex03RawH0Qz_tcfCTW', symObjAddr: 0x390, symBinAddr: 0x178B60, symSize: 0x10 } + - { offsetInCU: 0x1FA, offset: 0x18B4F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x3A0, symBinAddr: 0x178B70, symSize: 0x10 } + - { offsetInCU: 0x227, offset: 0x18B51F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x3B0, symBinAddr: 0x178B80, symSize: 0x10 } + - { offsetInCU: 0x2DF, offset: 0x18B5D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV13imageProviderAA014AnimationImageE0_pSgvg', symObjAddr: 0x90, symBinAddr: 0x178860, symSize: 0x50 } + - { offsetInCU: 0x2FD, offset: 0x18B5F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvg', symObjAddr: 0xE0, symBinAddr: 0x1788B0, symSize: 0x30 } + - { offsetInCU: 0x31B, offset: 0x18B613, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvs', symObjAddr: 0x110, symBinAddr: 0x1788E0, symSize: 0x30 } + - { offsetInCU: 0x359, offset: 0x18B651, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM', symObjAddr: 0x140, symBinAddr: 0x178910, symSize: 0x10 } + - { offsetInCU: 0x377, offset: 0x18B66F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV2idSSvM.resume.0', symObjAddr: 0x150, symBinAddr: 0x178920, symSize: 0x10 } + - { offsetInCU: 0x3A2, offset: 0x18B69A, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovg', symObjAddr: 0x160, symBinAddr: 0x178930, symSize: 0x20 } + - { offsetInCU: 0x3C0, offset: 0x18B6B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0Ovs', symObjAddr: 0x180, symBinAddr: 0x178950, symSize: 0x20 } + - { offsetInCU: 0x3FE, offset: 0x18B6F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM', symObjAddr: 0x1A0, symBinAddr: 0x178970, symSize: 0x20 } + - { offsetInCU: 0x42C, offset: 0x18B724, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV8loopModeAA0a4LoopE0OvM.resume.0', symObjAddr: 0x1C0, symBinAddr: 0x178990, symSize: 0x10 } + - { offsetInCU: 0x457, offset: 0x18B74F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvg', symObjAddr: 0x1D0, symBinAddr: 0x1789A0, symSize: 0x10 } + - { offsetInCU: 0x475, offset: 0x18B76D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvs', symObjAddr: 0x1E0, symBinAddr: 0x1789B0, symSize: 0x10 } + - { offsetInCU: 0x4B1, offset: 0x18B7A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM', symObjAddr: 0x1F0, symBinAddr: 0x1789C0, symSize: 0x20 } + - { offsetInCU: 0x4DF, offset: 0x18B7D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationV5speedSdvM.resume.0', symObjAddr: 0x210, symBinAddr: 0x1789E0, symSize: 0x10 } + - { offsetInCU: 0x50B, offset: 0x18B803, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsV3all_WZ', symObjAddr: 0x260, symBinAddr: 0x178A30, symSize: 0x50 } + - { offsetInCU: 0x5F7, offset: 0x18B8EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAASYWb', symObjAddr: 0x310, symBinAddr: 0x178AE0, symSize: 0x10 } + - { offsetInCU: 0x60B, offset: 0x18B903, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSYAAWl', symObjAddr: 0x320, symBinAddr: 0x178AF0, symSize: 0x30 } + - { offsetInCU: 0x61F, offset: 0x18B917, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs9OptionSetAAs0F7AlgebraPWb', symObjAddr: 0x350, symBinAddr: 0x178B20, symSize: 0x10 } + - { offsetInCU: 0x633, offset: 0x18B92B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs10SetAlgebraAAWl', symObjAddr: 0x360, symBinAddr: 0x178B30, symSize: 0x30 } + - { offsetInCU: 0x647, offset: 0x18B93F, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAASQWb', symObjAddr: 0x3C0, symBinAddr: 0x178B90, symSize: 0x10 } + - { offsetInCU: 0x65B, offset: 0x18B953, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACSQAAWl', symObjAddr: 0x3D0, symBinAddr: 0x178BA0, symSize: 0x30 } + - { offsetInCU: 0x66F, offset: 0x18B967, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x400, symBinAddr: 0x178BD0, symSize: 0x10 } + - { offsetInCU: 0x683, offset: 0x18B97B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVACs25ExpressibleByArrayLiteralAAWl', symObjAddr: 0x410, symBinAddr: 0x178BE0, symSize: 0x30 } + - { offsetInCU: 0x6AD, offset: 0x18B9A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwCP', symObjAddr: 0x610, symBinAddr: 0x178DE0, symSize: 0x30 } + - { offsetInCU: 0x6C1, offset: 0x18B9B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwxx', symObjAddr: 0x640, symBinAddr: 0x178E10, symSize: 0x30 } + - { offsetInCU: 0x6D5, offset: 0x18B9CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwcp', symObjAddr: 0x670, symBinAddr: 0x178E40, symSize: 0x50 } + - { offsetInCU: 0x6E9, offset: 0x18B9E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwca', symObjAddr: 0x6C0, symBinAddr: 0x178E90, symSize: 0x70 } + - { offsetInCU: 0x6FD, offset: 0x18B9F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwta', symObjAddr: 0x750, symBinAddr: 0x178F00, symSize: 0x60 } + - { offsetInCU: 0x711, offset: 0x18BA09, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwet', symObjAddr: 0x7B0, symBinAddr: 0x178F60, symSize: 0x40 } + - { offsetInCU: 0x725, offset: 0x18BA1D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVwst', symObjAddr: 0x7F0, symBinAddr: 0x178FA0, symSize: 0x40 } + - { offsetInCU: 0x739, offset: 0x18BA31, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ConfigurationVMa', symObjAddr: 0x830, symBinAddr: 0x178FE0, symSize: 0x10 } + - { offsetInCU: 0x74D, offset: 0x18BA45, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVMa', symObjAddr: 0x840, symBinAddr: 0x178FF0, symSize: 0x10 } + - { offsetInCU: 0x831, offset: 0x18BB29, size: 0x8, addend: 0x0, symName: '_$ss10SetAlgebraPs7ElementQz012ArrayLiteralC0RtzrlE05arrayE0xAFd_tcfC6Lottie03DotG23ConfigurationComponentsV_Tg5', symObjAddr: 0x0, symBinAddr: 0x1787D0, symSize: 0x90 } + - { offsetInCU: 0x9F4, offset: 0x18BCEC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPxycfCTW', symObjAddr: 0x440, symBinAddr: 0x178C10, symSize: 0x10 } + - { offsetInCU: 0xA66, offset: 0x18BD5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP5unionyxxnFTW', symObjAddr: 0x450, symBinAddr: 0x178C20, symSize: 0x10 } + - { offsetInCU: 0xB3E, offset: 0x18BE36, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP12intersectionyxxFTW', symObjAddr: 0x460, symBinAddr: 0x178C30, symSize: 0x10 } + - { offsetInCU: 0xC0E, offset: 0x18BF06, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP19symmetricDifferenceyxxnFTW', symObjAddr: 0x470, symBinAddr: 0x178C40, symSize: 0x10 } + - { offsetInCU: 0xCC8, offset: 0x18BFC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6insertySb8inserted_7ElementQz17memberAfterInserttAInFTW', symObjAddr: 0x480, symBinAddr: 0x178C50, symSize: 0x30 } + - { offsetInCU: 0xE09, offset: 0x18C101, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6removey7ElementQzSgAHFTW', symObjAddr: 0x4B0, symBinAddr: 0x178C80, symSize: 0x30 } + - { offsetInCU: 0xF2D, offset: 0x18C225, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP6update4with7ElementQzSgAIn_tFTW', symObjAddr: 0x4E0, symBinAddr: 0x178CB0, symSize: 0x30 } + - { offsetInCU: 0x1040, offset: 0x18C338, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP9formUnionyyxnFTW', symObjAddr: 0x510, symBinAddr: 0x178CE0, symSize: 0x10 } + - { offsetInCU: 0x1094, offset: 0x18C38C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP16formIntersectionyyxFTW', symObjAddr: 0x520, symBinAddr: 0x178CF0, symSize: 0x10 } + - { offsetInCU: 0x10E8, offset: 0x18C3E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x530, symBinAddr: 0x178D00, symSize: 0x10 } + - { offsetInCU: 0x114B, offset: 0x18C443, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP11subtractingyxxFTW', symObjAddr: 0x540, symBinAddr: 0x178D10, symSize: 0x20 } + - { offsetInCU: 0x122F, offset: 0x18C527, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8isSubset2ofSbx_tFTW', symObjAddr: 0x560, symBinAddr: 0x178D30, symSize: 0x20 } + - { offsetInCU: 0x12A6, offset: 0x18C59E, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isDisjoint4withSbx_tFTW', symObjAddr: 0x580, symBinAddr: 0x178D50, symSize: 0x10 } + - { offsetInCU: 0x135E, offset: 0x18C656, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP10isSuperset2ofSbx_tFTW', symObjAddr: 0x590, symBinAddr: 0x178D60, symSize: 0x20 } + - { offsetInCU: 0x13F8, offset: 0x18C6F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP7isEmptySbvgTW', symObjAddr: 0x5B0, symBinAddr: 0x178D80, symSize: 0x10 } + - { offsetInCU: 0x1460, offset: 0x18C758, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADPyxqd__ncSTRd__7ElementQyd__AFRtzlufCTW', symObjAddr: 0x5C0, symBinAddr: 0x178D90, symSize: 0x20 } + - { offsetInCU: 0x147C, offset: 0x18C774, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs10SetAlgebraAAsADP8subtractyyxFTW', symObjAddr: 0x5E0, symBinAddr: 0x178DB0, symSize: 0x10 } + - { offsetInCU: 0x150E, offset: 0x18C806, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5F0, symBinAddr: 0x178DC0, symSize: 0x10 } + - { offsetInCU: 0x154C, offset: 0x18C844, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA23ConfigurationComponentsVs25ExpressibleByArrayLiteralAAsADP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x600, symBinAddr: 0x178DD0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x18C9E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMi', symObjAddr: 0x0, symBinAddr: 0x179010, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x18C9FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMr', symObjAddr: 0x10, symBinAddr: 0x179020, symSize: 0x50 } + - { offsetInCU: 0xBA, offset: 0x18CA62, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC9keyframes33unsupportedAfterEffectsExpressionACyxGs15ContiguousArrayVyAA0B0CyxGG_SSSgtcfC', symObjAddr: 0x210, symBinAddr: 0x179220, symSize: 0x40 } + - { offsetInCU: 0x10A, offset: 0x18CAB2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueSSvg', symObjAddr: 0x250, symBinAddr: 0x179260, symSize: 0x30 } + - { offsetInCU: 0x13B, offset: 0x18CAE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8rawValueAEyx_GSgSS_tcfC', symObjAddr: 0x3C0, symBinAddr: 0x1793B0, symSize: 0x70 } + - { offsetInCU: 0x170, offset: 0x18CB18, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueAEyx_GSgSS_tcfC', symObjAddr: 0x430, symBinAddr: 0x179420, symSize: 0x10 } + - { offsetInCU: 0x1A5, offset: 0x18CB4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO11stringValueSSvg', symObjAddr: 0x440, symBinAddr: 0x179430, symSize: 0x30 } + - { offsetInCU: 0x1D6, offset: 0x18CB7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x5A0, symBinAddr: 0x179590, symSize: 0x30 } + - { offsetInCU: 0x1F2, offset: 0x18CB9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x5D0, symBinAddr: 0x1795C0, symSize: 0x30 } + - { offsetInCU: 0x20E, offset: 0x18CBB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValueSSvgTW', symObjAddr: 0x600, symBinAddr: 0x1795F0, symSize: 0x10 } + - { offsetInCU: 0x22A, offset: 0x18CBD2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x610, symBinAddr: 0x179600, symSize: 0x20 } + - { offsetInCU: 0x246, offset: 0x18CBEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValueSiSgvgTW', symObjAddr: 0x630, symBinAddr: 0x179620, symSize: 0x10 } + - { offsetInCU: 0x271, offset: 0x18CC19, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x640, symBinAddr: 0x179630, symSize: 0x20 } + - { offsetInCU: 0x2A2, offset: 0x18CC4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyO8intValueAEyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x1AB0, symBinAddr: 0x17A9D0, symSize: 0x10 } + - { offsetInCU: 0x310, offset: 0x18CCB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCfD', symObjAddr: 0x6E0, symBinAddr: 0x1796B0, symSize: 0x30 } + - { offsetInCU: 0x35B, offset: 0x18CD03, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlF', symObjAddr: 0x60, symBinAddr: 0x179070, symSize: 0x150 } + - { offsetInCU: 0x3FA, offset: 0x18CDA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_', symObjAddr: 0x1780, symBinAddr: 0x17A730, symSize: 0x90 } + - { offsetInCU: 0x45E, offset: 0x18CE06, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE12interpolatorAA0D13ValueProvider_pvg', symObjAddr: 0x1B0, symBinAddr: 0x1791C0, symSize: 0x60 } + - { offsetInCU: 0x49B, offset: 0x18CE43, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9withValueyACyqd__Gqd__lF', symObjAddr: 0x280, symBinAddr: 0x179290, symSize: 0x120 } + - { offsetInCU: 0x4E8, offset: 0x18CE90, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCMa', symObjAddr: 0x710, symBinAddr: 0x1796E0, symSize: 0x10 } + - { offsetInCU: 0x507, offset: 0x18CEAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASeRzlE4fromACyxGs7Decoder_p_tKcfC', symObjAddr: 0x740, symBinAddr: 0x1796F0, symSize: 0x960 } + - { offsetInCU: 0x6E7, offset: 0x18D08F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSeAASeRzlSe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x10A0, symBinAddr: 0x17A050, symSize: 0x30 } + - { offsetInCU: 0x741, offset: 0x18D0E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASERzlE6encode2toys7Encoder_p_tKF', symObjAddr: 0x10D0, symBinAddr: 0x17A080, symSize: 0x4E0 } + - { offsetInCU: 0x8C8, offset: 0x18D270, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSEAASERzlSE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x15B0, symBinAddr: 0x17A560, symSize: 0x20 } + - { offsetInCU: 0x8EB, offset: 0x18D293, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x15D0, symBinAddr: 0x17A580, symSize: 0x60 } + - { offsetInCU: 0x946, offset: 0x18D2EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x1630, symBinAddr: 0x17A5E0, symSize: 0x20 } + - { offsetInCU: 0x96D, offset: 0x18D315, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x1650, symBinAddr: 0x17A600, symSize: 0x70 } + - { offsetInCU: 0x9E1, offset: 0x18D389, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCAASHRzlE9hashValueSivg', symObjAddr: 0x16C0, symBinAddr: 0x17A670, symSize: 0x40 } + - { offsetInCU: 0xA5F, offset: 0x18D407, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x1700, symBinAddr: 0x17A6B0, symSize: 0x20 } + - { offsetInCU: 0xA7B, offset: 0x18D423, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1720, symBinAddr: 0x17A6D0, symSize: 0x20 } + - { offsetInCU: 0xA8F, offset: 0x18D437, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvg', symObjAddr: 0x1810, symBinAddr: 0x17A7C0, symSize: 0x40 } + - { offsetInCU: 0xAF4, offset: 0x18D49C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP7untypedACyypGvgTW', symObjAddr: 0x1850, symBinAddr: 0x17A800, symSize: 0x20 } + - { offsetInCU: 0xB10, offset: 0x18D4B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGAA03AnybC0A2A0D14InterpolatableRzlAaEP12interpolatorAA0D13ValueProvider_pvgTW', symObjAddr: 0x1870, symBinAddr: 0x17A820, symSize: 0x20 } + - { offsetInCU: 0xB2C, offset: 0x18D4D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSQWb', symObjAddr: 0x1890, symBinAddr: 0x17A840, symSize: 0x30 } + - { offsetInCU: 0xB40, offset: 0x18D4E8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC3mapyACyqd__Gqd__xKXEKlFAA0B0Cyqd__GAGyxGKXEfU_TA', symObjAddr: 0x18C0, symBinAddr: 0x17A870, symSize: 0x20 } + - { offsetInCU: 0xB54, offset: 0x18D4FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMa', symObjAddr: 0x18E0, symBinAddr: 0x17A890, symSize: 0x10 } + - { offsetInCU: 0xB6F, offset: 0x18D517, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF', symObjAddr: 0x1980, symBinAddr: 0x17A8A0, symSize: 0x60 } + - { offsetInCU: 0xC0D, offset: 0x18D5B5, size: 0x8, addend: 0x0, symName: '_$sSa13_adoptStorage_5countSayxG_SpyxGts016_ContiguousArrayB0CyxGn_SitFZTf4gnn_n', symObjAddr: 0x1AC0, symBinAddr: 0x17A9E0, symSize: 0x80 } + - { offsetInCU: 0xC7C, offset: 0x18D624, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCA2A17AnyInterpolatableRzlE7untypedACyypGvgypxXEfU_TA', symObjAddr: 0x1B80, symBinAddr: 0x17AA60, symSize: 0x40 } + - { offsetInCU: 0xCB7, offset: 0x18D65F, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOMi', symObjAddr: 0x1C20, symBinAddr: 0x17AAA0, symSize: 0x10 } + - { offsetInCU: 0xCCB, offset: 0x18D673, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwet', symObjAddr: 0x1C50, symBinAddr: 0x17AAB0, symSize: 0x80 } + - { offsetInCU: 0xCDF, offset: 0x18D687, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwst', symObjAddr: 0x1CD0, symBinAddr: 0x17AB30, symSize: 0xD0 } + - { offsetInCU: 0xCF3, offset: 0x18D69B, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwug', symObjAddr: 0x1DA0, symBinAddr: 0x17AC00, symSize: 0x10 } + - { offsetInCU: 0xD07, offset: 0x18D6AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwup', symObjAddr: 0x1DB0, symBinAddr: 0x17AC10, symSize: 0x10 } + - { offsetInCU: 0xD1B, offset: 0x18D6C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOwui', symObjAddr: 0x1DC0, symBinAddr: 0x17AC20, symSize: 0x10 } + - { offsetInCU: 0xD2F, offset: 0x18D6D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASQWb', symObjAddr: 0x1DD0, symBinAddr: 0x17AC30, symSize: 0x20 } + - { offsetInCU: 0xD43, offset: 0x18D6EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1DF0, symBinAddr: 0x17AC50, symSize: 0x20 } + - { offsetInCU: 0xD57, offset: 0x18D6FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1E10, symBinAddr: 0x17AC70, symSize: 0x14 } + - { offsetInCU: 0xDBC, offset: 0x18D764, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x470, symBinAddr: 0x179460, symSize: 0x50 } + - { offsetInCU: 0xDD8, offset: 0x18D780, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x4C0, symBinAddr: 0x1794B0, symSize: 0x40 } + - { offsetInCU: 0xDF4, offset: 0x18D79C, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x500, symBinAddr: 0x1794F0, symSize: 0x50 } + - { offsetInCU: 0xE10, offset: 0x18D7B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x550, symBinAddr: 0x179540, symSize: 0x50 } + - { offsetInCU: 0xE32, offset: 0x18D7DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x660, symBinAddr: 0x179650, symSize: 0x30 } + - { offsetInCU: 0xE4E, offset: 0x18D7F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupC0B10WrapperKeyOyx_Gs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x690, symBinAddr: 0x179680, symSize: 0x30 } + - { offsetInCU: 0xF1B, offset: 0x18D8C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1740, symBinAddr: 0x17A6F0, symSize: 0x40 } + - { offsetInCU: 0xF5F, offset: 0x18D907, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV6appendyyxnFTf4gn_n', symObjAddr: 0x19E0, symBinAddr: 0x17A900, symSize: 0x70 } + - { offsetInCU: 0xFCD, offset: 0x18D975, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV12arrayLiteralAByxGxd_tcfCTf4gn_n', symObjAddr: 0x1A50, symBinAddr: 0x17A970, symSize: 0x60 } + - { offsetInCU: 0x2B, offset: 0x18DC36, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x17AC90, symSize: 0x170 } + - { offsetInCU: 0xB2, offset: 0x18DCBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC16managedSublayers33_840A372345B151B2C9DF9135B9BCD003LLSaySo7CALayerCGvg', symObjAddr: 0x0, symBinAddr: 0x17AC90, symSize: 0x170 } + - { offsetInCU: 0x1D6, offset: 0x18DDE1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15setupAnimations7contextyAA0dC7ContextV_tKF', symObjAddr: 0x170, symBinAddr: 0x17AE00, symSize: 0x340 } + - { offsetInCU: 0x3A4, offset: 0x18DFAF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyF', symObjAddr: 0x4B0, symBinAddr: 0x17B140, symSize: 0x200 } + - { offsetInCU: 0x5B0, offset: 0x18E1BB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC15layoutSublayersyyFTo', symObjAddr: 0x6B0, symBinAddr: 0x17B340, symSize: 0x30 } + - { offsetInCU: 0x5EA, offset: 0x18E1F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCACycfcTo', symObjAddr: 0x6E0, symBinAddr: 0x17B370, symSize: 0x30 } + - { offsetInCU: 0x64D, offset: 0x18E258, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5layerACyp_tcfcTo', symObjAddr: 0x710, symBinAddr: 0x17B3A0, symSize: 0x90 } + - { offsetInCU: 0x6BB, offset: 0x18E2C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x7A0, symBinAddr: 0x17B430, symSize: 0x40 } + - { offsetInCU: 0x6FE, offset: 0x18E309, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCfD', symObjAddr: 0x7E0, symBinAddr: 0x17B470, symSize: 0x30 } + - { offsetInCU: 0x72B, offset: 0x18E336, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCAA0cD0A2aDP15setupAnimations7contextyAA0dC7ContextV_tKFTW', symObjAddr: 0x830, symBinAddr: 0x17B4C0, symSize: 0x20 } + - { offsetInCU: 0x816, offset: 0x18E421, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BaseAnimationLayerCMa', symObjAddr: 0x810, symBinAddr: 0x17B4A0, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x18E68C, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x17B4E0, symSize: 0x70 } + - { offsetInCU: 0x4F, offset: 0x18E6B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x17B4E0, symSize: 0x70 } + - { offsetInCU: 0x7C, offset: 0x18E6DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCfD', symObjAddr: 0x70, symBinAddr: 0x17B550, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x18E719, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA15NodePropertyMapA2aDP10propertiesSayAA03AnyeF0_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0x17B590, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x18E75A, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xD0, symBinAddr: 0x17B5B0, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x18E79B, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA15AnyNodeProperty_pGvgTW', symObjAddr: 0x100, symBinAddr: 0x17B5E0, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x18E7CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesC08gradientC0AcA0bC0C_tcfcTf4gn_n', symObjAddr: 0x300, symBinAddr: 0x17B7E0, symSize: 0xB50 } + - { offsetInCU: 0x8D3, offset: 0x18EF34, size: 0x8, addend: 0x0, symName: '_$s6Lottie24GradientStrokePropertiesCMa', symObjAddr: 0x90, symBinAddr: 0x17B570, symSize: 0x20 } + - { offsetInCU: 0x911, offset: 0x18EF72, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCfD', symObjAddr: 0x120, symBinAddr: 0x17B600, symSize: 0x40 } + - { offsetInCU: 0x972, offset: 0x18EFD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP11propertyMapAA17KeypathSearchable_AA0d8PropertyG0pvgTW', symObjAddr: 0x180, symBinAddr: 0x17B660, symSize: 0x40 } + - { offsetInCU: 0x9BC, offset: 0x18F01D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP06parentD0AaD_pSgvgTW', symObjAddr: 0x1C0, symBinAddr: 0x17B6A0, symSize: 0x30 } + - { offsetInCU: 0x9FD, offset: 0x18F05E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1F0, symBinAddr: 0x17B6D0, symSize: 0x10 } + - { offsetInCU: 0xA2F, offset: 0x18F090, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvgTW', symObjAddr: 0x200, symBinAddr: 0x17B6E0, symSize: 0x10 } + - { offsetInCU: 0xA93, offset: 0x18F0F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP9isEnabledSbvsTW', symObjAddr: 0x210, symBinAddr: 0x17B6F0, symSize: 0x20 } + - { offsetInCU: 0xAF5, offset: 0x18F156, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x230, symBinAddr: 0x17B710, symSize: 0x10 } + - { offsetInCU: 0xB20, offset: 0x18F181, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x240, symBinAddr: 0x17B720, symSize: 0x10 } + - { offsetInCU: 0xB52, offset: 0x18F1B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x250, symBinAddr: 0x17B730, symSize: 0x10 } + - { offsetInCU: 0xB7D, offset: 0x18F1DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x260, symBinAddr: 0x17B740, symSize: 0x10 } + - { offsetInCU: 0xBBE, offset: 0x18F21F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x270, symBinAddr: 0x17B750, symSize: 0x10 } + - { offsetInCU: 0xBFF, offset: 0x18F260, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x280, symBinAddr: 0x17B760, symSize: 0x20 } + - { offsetInCU: 0xC31, offset: 0x18F292, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA08AnimatorD0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x2A0, symBinAddr: 0x17B780, symSize: 0x10 } + - { offsetInCU: 0xC6B, offset: 0x18F2CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCAA06RenderD0A2aDP8rendererAA0D6Output_AA10RenderablepvgTW', symObjAddr: 0x2B0, symBinAddr: 0x17B790, symSize: 0x50 } + - { offsetInCU: 0xCA8, offset: 0x18F309, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xE50, symBinAddr: 0x17C330, symSize: 0x4D0 } + - { offsetInCU: 0x1559, offset: 0x18FBBA, size: 0x8, addend: 0x0, symName: '_$s6Lottie18GradientStrokeNodeCMa', symObjAddr: 0x160, symBinAddr: 0x17B640, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x190993, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x17C800, symSize: 0x30 } + - { offsetInCU: 0x73, offset: 0x1909DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCfD', symObjAddr: 0x0, symBinAddr: 0x17C800, symSize: 0x30 } + - { offsetInCU: 0xB8, offset: 0x190A20, size: 0x8, addend: 0x0, symName: '_$s6Lottie10EpoxyEntry33_E1B11153571E82BEDFCB83F77289C9E7LLCMa', symObjAddr: 0x30, symBinAddr: 0x17C830, symSize: 0x14 } + - { offsetInCU: 0x2B, offset: 0x190B81, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x17C850, symSize: 0x10 } + - { offsetInCU: 0x4F, offset: 0x190BA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotificationSo18NSNotificationNameavp', symObjAddr: 0x34C8, symBinAddr: 0x224638, symSize: 0x0 } + - { offsetInCU: 0x5D, offset: 0x190BB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMi', symObjAddr: 0x0, symBinAddr: 0x17C850, symSize: 0x10 } + - { offsetInCU: 0x71, offset: 0x190BC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMr', symObjAddr: 0x10, symBinAddr: 0x17C860, symSize: 0x80 } + - { offsetInCU: 0x85, offset: 0x190BDB, size: 0x8, addend: 0x0, symName: '_$s6Lottie33LRUCacheMemoryWarningNotification_WZ', symObjAddr: 0x90, symBinAddr: 0x17C8E0, symSize: 0x20 } + - { offsetInCU: 0xAB, offset: 0x190C01, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfd', symObjAddr: 0xB0, symBinAddr: 0x17C900, symSize: 0x50 } + - { offsetInCU: 0xEF, offset: 0x190C45, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCfD', symObjAddr: 0x100, symBinAddr: 0x17C950, symSize: 0x20 } + - { offsetInCU: 0x11D, offset: 0x190C73, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheCMa', symObjAddr: 0x120, symBinAddr: 0x17C970, symSize: 0x10 } + - { offsetInCU: 0x131, offset: 0x190C87, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMi', symObjAddr: 0x130, symBinAddr: 0x17C980, symSize: 0x10 } + - { offsetInCU: 0x145, offset: 0x190C9B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMr', symObjAddr: 0x140, symBinAddr: 0x17C990, symSize: 0xB0 } + - { offsetInCU: 0x19D, offset: 0x190CF3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCfD', symObjAddr: 0x1F0, symBinAddr: 0x17CA40, symSize: 0x50 } + - { offsetInCU: 0x1FD, offset: 0x190D53, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LRUCacheC9Container33_7191783092496FA3A6BA0E511FB95922LLCMa', symObjAddr: 0x240, symBinAddr: 0x17CA90, symSize: 0x10 } + - { offsetInCU: 0x8D, offset: 0x190F5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfC', symObjAddr: 0x0, symBinAddr: 0x17CAA0, symSize: 0x50 } + - { offsetInCU: 0xE4, offset: 0x190FB6, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC6bundle10searchPath15contentsGravityACSo8NSBundleC_SSSgSo015CALayerContentsI0atcfc', symObjAddr: 0x50, symBinAddr: 0x17CAF0, symSize: 0x20 } + - { offsetInCU: 0x11B, offset: 0x190FED, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tF', symObjAddr: 0x70, symBinAddr: 0x17CB10, symSize: 0x630 } + - { offsetInCU: 0x33C, offset: 0x19120E, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x740, symBinAddr: 0x17D1E0, symSize: 0x10 } + - { offsetInCU: 0x35F, offset: 0x191231, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfd', symObjAddr: 0x750, symBinAddr: 0x17D1F0, symSize: 0x30 } + - { offsetInCU: 0x39A, offset: 0x19126C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCfD', symObjAddr: 0x780, symBinAddr: 0x17D220, symSize: 0x40 } + - { offsetInCU: 0x3DD, offset: 0x1912AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13imageForAsset5assetSo10CGImageRefaSgAA0cH0C_tFTW', symObjAddr: 0x7C0, symBinAddr: 0x17D260, symSize: 0x20 } + - { offsetInCU: 0x423, offset: 0x1912F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x7E0, symBinAddr: 0x17D280, symSize: 0x20 } + - { offsetInCU: 0x50A, offset: 0x1913DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x800, symBinAddr: 0x17D2A0, symSize: 0x10 } + - { offsetInCU: 0x52D, offset: 0x1913FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x810, symBinAddr: 0x17D2B0, symSize: 0x10 } + - { offsetInCU: 0x55F, offset: 0x191431, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x820, symBinAddr: 0x17D2C0, symSize: 0x20 } + - { offsetInCU: 0x573, offset: 0x191445, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC13imageForAsset5assetSo10CGImageRefaSgAA0cG0C_tFSSyXEfu0_TA', symObjAddr: 0x840, symBinAddr: 0x17D2E0, symSize: 0x10 } + - { offsetInCU: 0x592, offset: 0x191464, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x8B0, symBinAddr: 0x17D2F0, symSize: 0x80 } + - { offsetInCU: 0x5EB, offset: 0x1914BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCMa', symObjAddr: 0x930, symBinAddr: 0x17D370, symSize: 0x20 } + - { offsetInCU: 0x5FF, offset: 0x1914D1, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCMa', symObjAddr: 0x9A0, symBinAddr: 0x17D3E0, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x19174E, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x17D430, symSize: 0x130 } + - { offsetInCU: 0x17E, offset: 0x1918A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x17D430, symSize: 0x130 } + - { offsetInCU: 0x51B, offset: 0x191C42, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x130, symBinAddr: 0x17D560, symSize: 0x70 } + - { offsetInCU: 0x73A, offset: 0x191E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1A0, symBinAddr: 0x17D5D0, symSize: 0x80 } + - { offsetInCU: 0x756, offset: 0x191E7D, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x220, symBinAddr: 0x17D650, symSize: 0x30 } + - { offsetInCU: 0x7A8, offset: 0x191ECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x250, symBinAddr: 0x17D680, symSize: 0x20 } + - { offsetInCU: 0x13F, offset: 0x1921F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5shape10otherItems7contextA2C0C0V_SayAHGAA0D7ContextVtKcfc', symObjAddr: 0x370, symBinAddr: 0x17DA10, symSize: 0x9E0 } + - { offsetInCU: 0x958, offset: 0x192A10, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xD50, symBinAddr: 0x17E3F0, symSize: 0x80 } + - { offsetInCU: 0x99F, offset: 0x192A57, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfc', symObjAddr: 0xDD0, symBinAddr: 0x17E470, symSize: 0x240 } + - { offsetInCU: 0xA62, offset: 0x192B1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC5layerACyp_tcfcTo', symObjAddr: 0x1010, symBinAddr: 0x17E6B0, symSize: 0x50 } + - { offsetInCU: 0xA94, offset: 0x192B4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC15setupAnimations7contextyAA0D16AnimationContextV_tKF', symObjAddr: 0x1060, symBinAddr: 0x17E700, symSize: 0x660 } + - { offsetInCU: 0xB40, offset: 0x192BF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC24setupSolidFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL05shapeD07contextySo07CAShapeD0C_AA0D16AnimationContextVtKF', symObjAddr: 0x16C0, symBinAddr: 0x17ED60, symSize: 0x1510 } + - { offsetInCU: 0x12F3, offset: 0x1933AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC27setupGradientFillAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKF', symObjAddr: 0x2BD0, symBinAddr: 0x180270, symSize: 0x1280 } + - { offsetInCU: 0x19C7, offset: 0x193A7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC017setupGradientFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0gD13ConfigurationAELLOAA0fG0C_tF', symObjAddr: 0x3E50, symBinAddr: 0x1814F0, symSize: 0x2E0 } + - { offsetInCU: 0x1C30, offset: 0x193CE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC014setupSolidFillD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLAC0gD13ConfigurationAELLOyF', symObjAddr: 0x4130, symBinAddr: 0x1817D0, symSize: 0xA0 } + - { offsetInCU: 0x1D93, offset: 0x193E4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC019setupGradientStrokeD9Hierarchy33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL3forAC0F6LayersAELLVAA0fG0C_tF', symObjAddr: 0x41D0, symBinAddr: 0x181870, symSize: 0x240 } + - { offsetInCU: 0x1FAC, offset: 0x194064, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCACycfcTo', symObjAddr: 0x4810, symBinAddr: 0x181EB0, symSize: 0x30 } + - { offsetInCU: 0x2013, offset: 0x1940CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfD', symObjAddr: 0x48C0, symBinAddr: 0x181F60, symSize: 0x30 } + - { offsetInCU: 0x2040, offset: 0x1940F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC29setupGradientStrokeAnimations33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLL6layers7contextyAC0F6LayersAELLV_AA0D16AnimationContextVtKFTf4xnn_n', symObjAddr: 0x51A0, symBinAddr: 0x1827F0, symSize: 0x1030 } + - { offsetInCU: 0x2AA7, offset: 0x194B5F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV3foryAcA09ShapeItemB0C0G0VF', symObjAddr: 0x4410, symBinAddr: 0x181AB0, symSize: 0x400 } + - { offsetInCU: 0x2D6E, offset: 0x194E26, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfE', symObjAddr: 0x4840, symBinAddr: 0x181EE0, symSize: 0x80 } + - { offsetInCU: 0x2D9B, offset: 0x194E53, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCfETo', symObjAddr: 0x48F0, symBinAddr: 0x181F90, symSize: 0x80 } + - { offsetInCU: 0x2DCA, offset: 0x194E82, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerCMa', symObjAddr: 0x4970, symBinAddr: 0x182010, symSize: 0x20 } + - { offsetInCU: 0x2DDE, offset: 0x194E96, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwxx', symObjAddr: 0x4990, symBinAddr: 0x182030, symSize: 0x40 } + - { offsetInCU: 0x2DF2, offset: 0x194EAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwcp', symObjAddr: 0x49D0, symBinAddr: 0x182070, symSize: 0x60 } + - { offsetInCU: 0x2E06, offset: 0x194EBE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwca', symObjAddr: 0x4A30, symBinAddr: 0x1820D0, symSize: 0x90 } + - { offsetInCU: 0x2E1A, offset: 0x194ED2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwta', symObjAddr: 0x4AE0, symBinAddr: 0x182160, symSize: 0x60 } + - { offsetInCU: 0x2E2E, offset: 0x194EE6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwet', symObjAddr: 0x4B40, symBinAddr: 0x1821C0, symSize: 0x40 } + - { offsetInCU: 0x2E42, offset: 0x194EFA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVwst', symObjAddr: 0x4B80, symBinAddr: 0x182200, symSize: 0x50 } + - { offsetInCU: 0x2E56, offset: 0x194F0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVMa', symObjAddr: 0x4BD0, symBinAddr: 0x182250, symSize: 0x10 } + - { offsetInCU: 0x2E6A, offset: 0x194F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwCP', symObjAddr: 0x4BE0, symBinAddr: 0x182260, symSize: 0x30 } + - { offsetInCU: 0x2E7E, offset: 0x194F36, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOy', symObjAddr: 0x4C10, symBinAddr: 0x182290, symSize: 0x50 } + - { offsetInCU: 0x2E92, offset: 0x194F4A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwxx', symObjAddr: 0x4C60, symBinAddr: 0x1822E0, symSize: 0x20 } + - { offsetInCU: 0x2EA6, offset: 0x194F5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOWOe', symObjAddr: 0x4C80, symBinAddr: 0x182300, symSize: 0x50 } + - { offsetInCU: 0x2EBA, offset: 0x194F72, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwcp', symObjAddr: 0x4CD0, symBinAddr: 0x182350, symSize: 0x70 } + - { offsetInCU: 0x2ECE, offset: 0x194F86, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwca', symObjAddr: 0x4D40, symBinAddr: 0x1823C0, symSize: 0x80 } + - { offsetInCU: 0x2EE2, offset: 0x194F9A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwta', symObjAddr: 0x4DE0, symBinAddr: 0x182440, symSize: 0x50 } + - { offsetInCU: 0x2EF6, offset: 0x194FAE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwet', symObjAddr: 0x4E30, symBinAddr: 0x182490, symSize: 0x50 } + - { offsetInCU: 0x2F0A, offset: 0x194FC2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwst', symObjAddr: 0x4E80, symBinAddr: 0x1824E0, symSize: 0x50 } + - { offsetInCU: 0x2F1E, offset: 0x194FD6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwug', symObjAddr: 0x4ED0, symBinAddr: 0x182530, symSize: 0x10 } + - { offsetInCU: 0x2F32, offset: 0x194FEA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwup', symObjAddr: 0x4EE0, symBinAddr: 0x182540, symSize: 0x10 } + - { offsetInCU: 0x2F46, offset: 0x194FFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOwui', symObjAddr: 0x4EF0, symBinAddr: 0x182550, symSize: 0x10 } + - { offsetInCU: 0x2F5A, offset: 0x195012, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLOMa', symObjAddr: 0x4F00, symBinAddr: 0x182560, symSize: 0x10 } + - { offsetInCU: 0x2F6E, offset: 0x195026, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VwCP', symObjAddr: 0x4F10, symBinAddr: 0x182570, symSize: 0x30 } + - { offsetInCU: 0x2F82, offset: 0x19503A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwxx', symObjAddr: 0x4F40, symBinAddr: 0x1825A0, symSize: 0x20 } + - { offsetInCU: 0x2F96, offset: 0x19504E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwcp', symObjAddr: 0x4F60, symBinAddr: 0x1825C0, symSize: 0x30 } + - { offsetInCU: 0x2FAA, offset: 0x195062, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwca', symObjAddr: 0x4F90, symBinAddr: 0x1825F0, symSize: 0x50 } + - { offsetInCU: 0x2FBE, offset: 0x195076, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwta', symObjAddr: 0x4FF0, symBinAddr: 0x182640, symSize: 0x40 } + - { offsetInCU: 0x2FD2, offset: 0x19508A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwet', symObjAddr: 0x5030, symBinAddr: 0x182680, symSize: 0x40 } + - { offsetInCU: 0x2FE6, offset: 0x19509E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0Vwst', symObjAddr: 0x5070, symBinAddr: 0x1826C0, symSize: 0x40 } + - { offsetInCU: 0x2FFA, offset: 0x1950B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC0C0VMa', symObjAddr: 0x50B0, symBinAddr: 0x182700, symSize: 0x10 } + - { offsetInCU: 0x300E, offset: 0x1950C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC04FillD13Configuration33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLO4fill_AC14GradientLayersAELLVSg14gradientStroketSgWOe', symObjAddr: 0x50C0, symBinAddr: 0x182710, symSize: 0x50 } + - { offsetInCU: 0x3022, offset: 0x1950DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOe', symObjAddr: 0x5110, symBinAddr: 0x182760, symSize: 0x40 } + - { offsetInCU: 0x3036, offset: 0x1950EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie14ShapeItemLayerC14GradientLayers33_A0DDB274CE7C010FAD6BA0D5B3DD58CBLLVSgWOy', symObjAddr: 0x5150, symBinAddr: 0x1827A0, symSize: 0x50 } + - { offsetInCU: 0x308A, offset: 0x195142, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_TA', symObjAddr: 0x62A0, symBinAddr: 0x183820, symSize: 0x20 } + - { offsetInCU: 0x309E, offset: 0x195156, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x62C0, symBinAddr: 0x183840, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x19561B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x1838E0, symSize: 0x80 } + - { offsetInCU: 0x4B, offset: 0x19563F, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x0, symBinAddr: 0x1838E0, symSize: 0x80 } + - { offsetInCU: 0x69, offset: 0x19565D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x80, symBinAddr: 0x183960, symSize: 0x80 } + - { offsetInCU: 0xBA, offset: 0x1956AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x100, symBinAddr: 0x1839E0, symSize: 0x60 } + - { offsetInCU: 0xF5, offset: 0x1956E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x160, symBinAddr: 0x183A40, symSize: 0x40 } + - { offsetInCU: 0x113, offset: 0x195707, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x1A0, symBinAddr: 0x183A80, symSize: 0x50 } + - { offsetInCU: 0x164, offset: 0x195758, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1F0, symBinAddr: 0x183AD0, symSize: 0x40 } + - { offsetInCU: 0x1A7, offset: 0x19579B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCfD', symObjAddr: 0x230, symBinAddr: 0x183B10, symSize: 0x30 } + - { offsetInCU: 0x1D5, offset: 0x1957C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie16AnimationSubviewCMa', symObjAddr: 0x260, symBinAddr: 0x183B40, symSize: 0x14 } + - { offsetInCU: 0x92, offset: 0x1959D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0xC0, symBinAddr: 0x183C20, symSize: 0x30 } + - { offsetInCU: 0xC3, offset: 0x195A01, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0xF0, symBinAddr: 0x183C50, symSize: 0x20 } + - { offsetInCU: 0x10F, offset: 0x195A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1A0, symBinAddr: 0x183D00, symSize: 0xD50 } + - { offsetInCU: 0x199, offset: 0x195AD7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xEF0, symBinAddr: 0x184A50, symSize: 0x1330 } + - { offsetInCU: 0x6E1, offset: 0x19601F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x2220, symBinAddr: 0x185D80, symSize: 0x20 } + - { offsetInCU: 0x718, offset: 0x196056, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2520, symBinAddr: 0x186080, symSize: 0x20 } + - { offsetInCU: 0x78B, offset: 0x1960C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x29F0, symBinAddr: 0x186550, symSize: 0x40 } + - { offsetInCU: 0x7D1, offset: 0x19610F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x2A30, symBinAddr: 0x186590, symSize: 0x30 } + - { offsetInCU: 0x7E5, offset: 0x196123, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2A60, symBinAddr: 0x1865C0, symSize: 0x10 } + - { offsetInCU: 0x81B, offset: 0x196159, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2A70, symBinAddr: 0x1865D0, symSize: 0x30 } + - { offsetInCU: 0x880, offset: 0x1961BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2AA0, symBinAddr: 0x186600, symSize: 0x10 } + - { offsetInCU: 0x89C, offset: 0x1961DA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2AB0, symBinAddr: 0x186610, symSize: 0x10 } + - { offsetInCU: 0x8B8, offset: 0x1961F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3A10, symBinAddr: 0x187300, symSize: 0x50 } + - { offsetInCU: 0x8F0, offset: 0x19622E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x2240, symBinAddr: 0x185DA0, symSize: 0x20 } + - { offsetInCU: 0x927, offset: 0x196265, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x2500, symBinAddr: 0x186060, symSize: 0x20 } + - { offsetInCU: 0x9A5, offset: 0x1962E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2730, symBinAddr: 0x186290, symSize: 0x70 } + - { offsetInCU: 0xA0B, offset: 0x196349, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x27A0, symBinAddr: 0x186300, symSize: 0x30 } + - { offsetInCU: 0xA27, offset: 0x196365, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x27D0, symBinAddr: 0x186330, symSize: 0x10 } + - { offsetInCU: 0xA5D, offset: 0x19639B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x27E0, symBinAddr: 0x186340, symSize: 0x60 } + - { offsetInCU: 0xAE2, offset: 0x196420, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2840, symBinAddr: 0x1863A0, symSize: 0x10 } + - { offsetInCU: 0xAFE, offset: 0x19643C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2850, symBinAddr: 0x1863B0, symSize: 0x10 } + - { offsetInCU: 0xB27, offset: 0x196465, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO8rawValueSSvg', symObjAddr: 0x24C0, symBinAddr: 0x186020, symSize: 0x20 } + - { offsetInCU: 0xB5E, offset: 0x19649C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO11stringValueSSvg', symObjAddr: 0x24E0, symBinAddr: 0x186040, symSize: 0x20 } + - { offsetInCU: 0xBDC, offset: 0x19651A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2580, symBinAddr: 0x1860E0, symSize: 0x70 } + - { offsetInCU: 0xC42, offset: 0x196580, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x25F0, symBinAddr: 0x186150, symSize: 0x30 } + - { offsetInCU: 0xC5E, offset: 0x19659C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2620, symBinAddr: 0x186180, symSize: 0x10 } + - { offsetInCU: 0xC94, offset: 0x1965D2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2630, symBinAddr: 0x186190, symSize: 0x60 } + - { offsetInCU: 0xD19, offset: 0x196657, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2690, symBinAddr: 0x1861F0, symSize: 0x10 } + - { offsetInCU: 0xD35, offset: 0x196673, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x26A0, symBinAddr: 0x186200, symSize: 0x10 } + - { offsetInCU: 0xD53, offset: 0x196691, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2260, symBinAddr: 0x185DC0, symSize: 0x260 } + - { offsetInCU: 0xDC6, offset: 0x196704, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfd', symObjAddr: 0x2B00, symBinAddr: 0x186660, symSize: 0xB0 } + - { offsetInCU: 0xDF3, offset: 0x196731, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCfD', symObjAddr: 0x2BB0, symBinAddr: 0x186710, symSize: 0x20 } + - { offsetInCU: 0xE38, offset: 0x196776, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2DE0, symBinAddr: 0x186920, symSize: 0x50 } + - { offsetInCU: 0xE70, offset: 0x1967AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2E30, symBinAddr: 0x186970, symSize: 0x20 } + - { offsetInCU: 0xF57, offset: 0x196895, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorCMa', symObjAddr: 0x2BD0, symBinAddr: 0x186730, symSize: 0x20 } + - { offsetInCU: 0xF6B, offset: 0x1968A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwet', symObjAddr: 0x2C10, symBinAddr: 0x186750, symSize: 0x80 } + - { offsetInCU: 0xF7F, offset: 0x1968BD, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwst', symObjAddr: 0x2C90, symBinAddr: 0x1867D0, symSize: 0xD0 } + - { offsetInCU: 0xF93, offset: 0x1968D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwug', symObjAddr: 0x2D60, symBinAddr: 0x1868A0, symSize: 0x10 } + - { offsetInCU: 0xFA7, offset: 0x1968E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwup', symObjAddr: 0x2D70, symBinAddr: 0x1868B0, symSize: 0x10 } + - { offsetInCU: 0xFBB, offset: 0x1968F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOwui', symObjAddr: 0x2D80, symBinAddr: 0x1868C0, symSize: 0x10 } + - { offsetInCU: 0xFCF, offset: 0x19690D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOMa', symObjAddr: 0x2D90, symBinAddr: 0x1868D0, symSize: 0x10 } + - { offsetInCU: 0xFE3, offset: 0x196921, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASQWb', symObjAddr: 0x2DA0, symBinAddr: 0x1868E0, symSize: 0x10 } + - { offsetInCU: 0xFF7, offset: 0x196935, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSQAAWl', symObjAddr: 0x2DB0, symBinAddr: 0x1868F0, symSize: 0x30 } + - { offsetInCU: 0x100B, offset: 0x196949, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs0D3KeyAAWl', symObjAddr: 0x2EC0, symBinAddr: 0x186990, symSize: 0x30 } + - { offsetInCU: 0x101F, offset: 0x19695D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x2F20, symBinAddr: 0x1869C0, symSize: 0x30 } + - { offsetInCU: 0x1033, offset: 0x196971, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector1DVGACyxGSeAASeRzlWl', symObjAddr: 0x2F80, symBinAddr: 0x1869F0, symSize: 0x60 } + - { offsetInCU: 0x1047, offset: 0x196985, size: 0x8, addend: 0x0, symName: '_$s6Lottie13KeyframeGroupCyAA0A8Vector3DVGACyxGSeAASeRzlWl', symObjAddr: 0x3010, symBinAddr: 0x186A50, symSize: 0x60 } + - { offsetInCU: 0x105B, offset: 0x196999, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs9CodingKeyAAWl', symObjAddr: 0x30D0, symBinAddr: 0x186AE0, symSize: 0x30 } + - { offsetInCU: 0x106F, offset: 0x1969AD, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOGSgWOc', symObjAddr: 0x3100, symBinAddr: 0x186B10, symSize: 0x40 } + - { offsetInCU: 0x1083, offset: 0x1969C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSeAAWl', symObjAddr: 0x3140, symBinAddr: 0x186B50, symSize: 0x30 } + - { offsetInCU: 0x1097, offset: 0x1969D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOACSYAAWl', symObjAddr: 0x32A0, symBinAddr: 0x186BF0, symSize: 0x30 } + - { offsetInCU: 0x10AB, offset: 0x1969E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3360, symBinAddr: 0x186C50, symSize: 0x80 } + - { offsetInCU: 0x10BF, offset: 0x1969FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x33E0, symBinAddr: 0x186CD0, symSize: 0xD0 } + - { offsetInCU: 0x10D3, offset: 0x196A11, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x34B0, symBinAddr: 0x186DA0, symSize: 0x10 } + - { offsetInCU: 0x10E7, offset: 0x196A25, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x34C0, symBinAddr: 0x186DB0, symSize: 0x10 } + - { offsetInCU: 0x10FB, offset: 0x196A39, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x34D0, symBinAddr: 0x186DC0, symSize: 0x80 } + - { offsetInCU: 0x110F, offset: 0x196A4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x3550, symBinAddr: 0x186E40, symSize: 0xD0 } + - { offsetInCU: 0x1123, offset: 0x196A61, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x3620, symBinAddr: 0x186F10, symSize: 0x10 } + - { offsetInCU: 0x1137, offset: 0x196A75, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x3630, symBinAddr: 0x186F20, symSize: 0x10 } + - { offsetInCU: 0x114B, offset: 0x196A89, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwet', symObjAddr: 0x3640, symBinAddr: 0x186F30, symSize: 0x80 } + - { offsetInCU: 0x115F, offset: 0x196A9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwst', symObjAddr: 0x36C0, symBinAddr: 0x186FB0, symSize: 0xD0 } + - { offsetInCU: 0x1173, offset: 0x196AB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwug', symObjAddr: 0x3790, symBinAddr: 0x187080, symSize: 0x10 } + - { offsetInCU: 0x1187, offset: 0x196AC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwup', symObjAddr: 0x37A0, symBinAddr: 0x187090, symSize: 0x10 } + - { offsetInCU: 0x119B, offset: 0x196AD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOwui', symObjAddr: 0x37B0, symBinAddr: 0x1870A0, symSize: 0x10 } + - { offsetInCU: 0x11AF, offset: 0x196AED, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOMa', symObjAddr: 0x37C0, symBinAddr: 0x1870B0, symSize: 0x10 } + - { offsetInCU: 0x11C3, offset: 0x196B01, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x37D0, symBinAddr: 0x1870C0, symSize: 0x10 } + - { offsetInCU: 0x11D7, offset: 0x196B15, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x37E0, symBinAddr: 0x1870D0, symSize: 0x30 } + - { offsetInCU: 0x11EB, offset: 0x196B29, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3810, symBinAddr: 0x187100, symSize: 0x10 } + - { offsetInCU: 0x11FF, offset: 0x196B3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3820, symBinAddr: 0x187110, symSize: 0x30 } + - { offsetInCU: 0x1213, offset: 0x196B51, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASQWb', symObjAddr: 0x3850, symBinAddr: 0x187140, symSize: 0x10 } + - { offsetInCU: 0x1227, offset: 0x196B65, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFSQAAWl', symObjAddr: 0x3860, symBinAddr: 0x187150, symSize: 0x30 } + - { offsetInCU: 0x123B, offset: 0x196B79, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3890, symBinAddr: 0x187180, symSize: 0x10 } + - { offsetInCU: 0x124F, offset: 0x196B8D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x38A0, symBinAddr: 0x187190, symSize: 0x30 } + - { offsetInCU: 0x1263, offset: 0x196BA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x38D0, symBinAddr: 0x1871C0, symSize: 0x10 } + - { offsetInCU: 0x1277, offset: 0x196BB5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x38E0, symBinAddr: 0x1871D0, symSize: 0x30 } + - { offsetInCU: 0x128B, offset: 0x196BC9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3910, symBinAddr: 0x187200, symSize: 0x10 } + - { offsetInCU: 0x129F, offset: 0x196BDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3920, symBinAddr: 0x187210, symSize: 0x30 } + - { offsetInCU: 0x12B3, offset: 0x196BF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3950, symBinAddr: 0x187240, symSize: 0x10 } + - { offsetInCU: 0x12C7, offset: 0x196C05, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3960, symBinAddr: 0x187250, symSize: 0x30 } + - { offsetInCU: 0x12DB, offset: 0x196C19, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3990, symBinAddr: 0x187280, symSize: 0x10 } + - { offsetInCU: 0x12EF, offset: 0x196C2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x39A0, symBinAddr: 0x187290, symSize: 0x30 } + - { offsetInCU: 0x1303, offset: 0x196C41, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x39D0, symBinAddr: 0x1872C0, symSize: 0x10 } + - { offsetInCU: 0x1317, offset: 0x196C55, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x39E0, symBinAddr: 0x1872D0, symSize: 0x30 } + - { offsetInCU: 0x134B, offset: 0x196C89, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x183B60, symSize: 0x10 } + - { offsetInCU: 0x13DC, offset: 0x196D1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x183B70, symSize: 0x40 } + - { offsetInCU: 0x14B4, offset: 0x196DF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x183BB0, symSize: 0x30 } + - { offsetInCU: 0x1530, offset: 0x196E6E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80, symBinAddr: 0x183BE0, symSize: 0x40 } + - { offsetInCU: 0x15DC, offset: 0x196F1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x110, symBinAddr: 0x183C70, symSize: 0x50 } + - { offsetInCU: 0x15FF, offset: 0x196F3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie13TextRangeUnitOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x160, symBinAddr: 0x183CC0, symSize: 0x40 } + - { offsetInCU: 0x1663, offset: 0x196FA1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2540, symBinAddr: 0x1860A0, symSize: 0x10 } + - { offsetInCU: 0x167F, offset: 0x196FBD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2550, symBinAddr: 0x1860B0, symSize: 0x10 } + - { offsetInCU: 0x169B, offset: 0x196FD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2560, symBinAddr: 0x1860C0, symSize: 0x10 } + - { offsetInCU: 0x16B7, offset: 0x196FF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2570, symBinAddr: 0x1860D0, symSize: 0x10 } + - { offsetInCU: 0x16D9, offset: 0x197017, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x26B0, symBinAddr: 0x186210, symSize: 0x20 } + - { offsetInCU: 0x16F5, offset: 0x197033, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x26D0, symBinAddr: 0x186230, symSize: 0x20 } + - { offsetInCU: 0x1711, offset: 0x19704F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x26F0, symBinAddr: 0x186250, symSize: 0x10 } + - { offsetInCU: 0x172D, offset: 0x19706B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2700, symBinAddr: 0x186260, symSize: 0x10 } + - { offsetInCU: 0x1749, offset: 0x197087, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2710, symBinAddr: 0x186270, symSize: 0x10 } + - { offsetInCU: 0x1765, offset: 0x1970A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2720, symBinAddr: 0x186280, symSize: 0x10 } + - { offsetInCU: 0x1787, offset: 0x1970C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2860, symBinAddr: 0x1863C0, symSize: 0x20 } + - { offsetInCU: 0x17A3, offset: 0x1970E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0B12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2880, symBinAddr: 0x1863E0, symSize: 0x20 } + - { offsetInCU: 0x17DD, offset: 0x19711B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x28A0, symBinAddr: 0x186400, symSize: 0x80 } + - { offsetInCU: 0x18AC, offset: 0x1971EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2920, symBinAddr: 0x186480, symSize: 0x50 } + - { offsetInCU: 0x192A, offset: 0x197268, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2970, symBinAddr: 0x1864D0, symSize: 0x30 } + - { offsetInCU: 0x197C, offset: 0x1972BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x29A0, symBinAddr: 0x186500, symSize: 0x50 } + - { offsetInCU: 0x19DE, offset: 0x19731C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2AC0, symBinAddr: 0x186620, symSize: 0x20 } + - { offsetInCU: 0x19FA, offset: 0x197338, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextAnimatorC0bC4Keys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2AE0, symBinAddr: 0x186640, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x197570, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x187390, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x197588, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwCP', symObjAddr: 0x0, symBinAddr: 0x187390, symSize: 0x30 } + - { offsetInCU: 0x57, offset: 0x19759C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwxx', symObjAddr: 0x30, symBinAddr: 0x1873C0, symSize: 0x20 } + - { offsetInCU: 0x6B, offset: 0x1975B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwcp', symObjAddr: 0x80, symBinAddr: 0x1873E0, symSize: 0x40 } + - { offsetInCU: 0x7F, offset: 0x1975C4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwca', symObjAddr: 0xC0, symBinAddr: 0x187420, symSize: 0x40 } + - { offsetInCU: 0x93, offset: 0x1975D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwta', symObjAddr: 0x240, symBinAddr: 0x187460, symSize: 0x50 } + - { offsetInCU: 0xA7, offset: 0x1975EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwet', symObjAddr: 0x290, symBinAddr: 0x1874B0, symSize: 0x40 } + - { offsetInCU: 0xBB, offset: 0x197600, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVwst', symObjAddr: 0x2D0, symBinAddr: 0x1874F0, symSize: 0x50 } + - { offsetInCU: 0xCF, offset: 0x197614, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVMa', symObjAddr: 0x320, symBinAddr: 0x187540, symSize: 0x10 } + - { offsetInCU: 0xEF, offset: 0x197634, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufC', symObjAddr: 0x330, symBinAddr: 0x187550, symSize: 0xD0 } + - { offsetInCU: 0x12C, offset: 0x197671, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_', symObjAddr: 0x400, symBinAddr: 0x187620, symSize: 0x2D0 } + - { offsetInCU: 0x1A0, offset: 0x1976E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6D0, symBinAddr: 0x1878F0, symSize: 0x20 } + - { offsetInCU: 0x1E6, offset: 0x19772B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12AnyEquatableVyACxcSQRzlufcSbypcfU_TA', symObjAddr: 0x760, symBinAddr: 0x187950, symSize: 0x30 } + - { offsetInCU: 0x5A, offset: 0x1978F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC05setupB07contextyAA0C7ContextV_tF', symObjAddr: 0x0, symBinAddr: 0x187980, symSize: 0x200 } + - { offsetInCU: 0x112, offset: 0x1979AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x200, symBinAddr: 0x187B80, symSize: 0x60 } + - { offsetInCU: 0x159, offset: 0x1979F5, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfc', symObjAddr: 0x260, symBinAddr: 0x187BE0, symSize: 0x1E0 } + - { offsetInCU: 0x21C, offset: 0x197AB8, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerC5layerACyp_tcfcTo', symObjAddr: 0x440, symBinAddr: 0x187DC0, symSize: 0x50 } + - { offsetInCU: 0x238, offset: 0x197AD4, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfD', symObjAddr: 0x4C0, symBinAddr: 0x187E40, symSize: 0x30 } + - { offsetInCU: 0x27C, offset: 0x197B18, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfE', symObjAddr: 0x490, symBinAddr: 0x187E10, symSize: 0x30 } + - { offsetInCU: 0x2A9, offset: 0x197B45, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCfETo', symObjAddr: 0x4F0, symBinAddr: 0x187E70, symSize: 0x30 } + - { offsetInCU: 0x2D8, offset: 0x197B74, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCMa', symObjAddr: 0x520, symBinAddr: 0x187EA0, symSize: 0x20 } + - { offsetInCU: 0x325, offset: 0x197BC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie10ImageLayerCAA012CustomLayoutC0A2aDP6layout16superlayerBoundsySo6CGRectV_tFTW', symObjAddr: 0x540, symBinAddr: 0x187EC0, symSize: 0xC0 } + - { offsetInCU: 0x27, offset: 0x197DF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x187FB0, symSize: 0x10 } + - { offsetInCU: 0x3F, offset: 0x197E11, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMi', symObjAddr: 0x0, symBinAddr: 0x187FB0, symSize: 0x10 } + - { offsetInCU: 0x53, offset: 0x197E25, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwCP', symObjAddr: 0x10, symBinAddr: 0x187FC0, symSize: 0x30 } + - { offsetInCU: 0x67, offset: 0x197E39, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwxx', symObjAddr: 0x40, symBinAddr: 0x187FF0, symSize: 0x30 } + - { offsetInCU: 0x7B, offset: 0x197E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwcp', symObjAddr: 0x70, symBinAddr: 0x188020, symSize: 0x60 } + - { offsetInCU: 0x8F, offset: 0x197E61, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwca', symObjAddr: 0xD0, symBinAddr: 0x188080, symSize: 0x80 } + - { offsetInCU: 0xA3, offset: 0x197E75, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwta', symObjAddr: 0x170, symBinAddr: 0x188100, symSize: 0x60 } + - { offsetInCU: 0xB7, offset: 0x197E89, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwet', symObjAddr: 0x1D0, symBinAddr: 0x188160, symSize: 0x40 } + - { offsetInCU: 0xCB, offset: 0x197E9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVwst', symObjAddr: 0x210, symBinAddr: 0x1881A0, symSize: 0x40 } + - { offsetInCU: 0xDF, offset: 0x197EB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyVMa', symObjAddr: 0x250, symBinAddr: 0x1881E0, symSize: 0x10 } + - { offsetInCU: 0xF3, offset: 0x197EC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMi', symObjAddr: 0x290, symBinAddr: 0x1881F0, symSize: 0x10 } + - { offsetInCU: 0x107, offset: 0x197ED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwCP', symObjAddr: 0x2A0, symBinAddr: 0x188200, symSize: 0x30 } + - { offsetInCU: 0x11B, offset: 0x197EED, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwxx', symObjAddr: 0x2D0, symBinAddr: 0x188230, symSize: 0x10 } + - { offsetInCU: 0x12F, offset: 0x197F01, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwcp', symObjAddr: 0x2E0, symBinAddr: 0x188240, symSize: 0x30 } + - { offsetInCU: 0x143, offset: 0x197F15, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwca', symObjAddr: 0x310, symBinAddr: 0x188270, symSize: 0x40 } + - { offsetInCU: 0x157, offset: 0x197F29, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwta', symObjAddr: 0x360, symBinAddr: 0x1882B0, symSize: 0x30 } + - { offsetInCU: 0x16B, offset: 0x197F3D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwet', symObjAddr: 0x390, symBinAddr: 0x1882E0, symSize: 0x40 } + - { offsetInCU: 0x17F, offset: 0x197F51, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVwst', symObjAddr: 0x3D0, symBinAddr: 0x188320, symSize: 0x40 } + - { offsetInCU: 0x193, offset: 0x197F65, size: 0x8, addend: 0x0, symName: '_$s6Lottie18EpoxyModelPropertyV14UpdateStrategyVMa', symObjAddr: 0x410, symBinAddr: 0x188360, symSize: 0xC } + - { offsetInCU: 0x2B, offset: 0x1980B5, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x188370, symSize: 0x2C0 } + - { offsetInCU: 0x26C, offset: 0x1982F6, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC4StarC_AC0B16AnimationContextVSitKF', symObjAddr: 0x0, symBinAddr: 0x188370, symSize: 0x2C0 } + - { offsetInCU: 0x452, offset: 0x1984DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC17combinedKeyframesAA13KeyframeGroupCyAC0E0VGyKF', symObjAddr: 0x2C0, symBinAddr: 0x188630, symSize: 0x120 } + - { offsetInCU: 0x528, offset: 0x1985B2, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE16addStarAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC0E0C_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x3E0, symBinAddr: 0x188750, symSize: 0xE0 } + - { offsetInCU: 0x5F6, offset: 0x198680, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE19addPolygonAnimation33_18965178B58930EBB8C1513415D6B3B2LL3for7context14pathMultiplieryAC4StarC_AC0bF7ContextVSitKFSo9CGPathRefaAJ8KeyframeVXEfU_', symObjAddr: 0x4C0, symBinAddr: 0x188830, symSize: 0xD0 } + - { offsetInCU: 0x764, offset: 0x1987EE, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeV11interpolate2to6amountA2E_12CoreGraphics7CGFloatVtF', symObjAddr: 0x590, symBinAddr: 0x188900, symSize: 0x110 } + - { offsetInCU: 0x986, offset: 0x198A10, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA14InterpolatableA2aFP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x6A0, symBinAddr: 0x188A10, symSize: 0x10 } + - { offsetInCU: 0x9C4, offset: 0x198A4E, size: 0x8, addend: 0x0, symName: '_$s6Lottie13LayerPropertyVAASQRzlE02caB7Keypath12defaultValue012customizableC0ACyxGSS_xSgAA012CustomizableC0VyxGSgtcfcSbAHcfU_So9CGPathRefa_TG5TA', symObjAddr: 0x760, symBinAddr: 0x188A50, symSize: 0x10 } + - { offsetInCU: 0x9D8, offset: 0x198A62, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwCP', symObjAddr: 0x770, symBinAddr: 0x188A60, symSize: 0x30 } + - { offsetInCU: 0x9EC, offset: 0x198A76, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwet', symObjAddr: 0x7E0, symBinAddr: 0x188A90, symSize: 0x20 } + - { offsetInCU: 0xA00, offset: 0x198A8A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVwst', symObjAddr: 0x800, symBinAddr: 0x188AB0, symSize: 0x40 } + - { offsetInCU: 0xA14, offset: 0x198A9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVMa', symObjAddr: 0x840, symBinAddr: 0x188AF0, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x198D03, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x188B20, symSize: 0x360 } + - { offsetInCU: 0x84, offset: 0x198D60, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP013compatibilityE0AA0dE0CvgTW', symObjAddr: 0x360, symBinAddr: 0x188E80, symSize: 0x10 } + - { offsetInCU: 0x214, offset: 0x198EF0, size: 0x8, addend: 0x0, symName: '_$s6Lottie10LayerModelC013makeAnimationB07contextAA015BaseCompositionB0CSgAA0B7ContextV_tKF', symObjAddr: 0x0, symBinAddr: 0x188B20, symSize: 0x360 } + - { offsetInCU: 0x3D8, offset: 0x1990B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwCP', symObjAddr: 0x3C0, symBinAddr: 0x188E90, symSize: 0x30 } + - { offsetInCU: 0x3EC, offset: 0x1990C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwxx', symObjAddr: 0x3F0, symBinAddr: 0x188EC0, symSize: 0x50 } + - { offsetInCU: 0x400, offset: 0x1990DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwcp', symObjAddr: 0x470, symBinAddr: 0x188F10, symSize: 0xD0 } + - { offsetInCU: 0x414, offset: 0x1990F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwca', symObjAddr: 0x540, symBinAddr: 0x188FE0, symSize: 0xB0 } + - { offsetInCU: 0x428, offset: 0x199104, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwta', symObjAddr: 0x770, symBinAddr: 0x189090, symSize: 0xC0 } + - { offsetInCU: 0x43C, offset: 0x199118, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwet', symObjAddr: 0x830, symBinAddr: 0x189150, symSize: 0x40 } + - { offsetInCU: 0x450, offset: 0x19912C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVwst', symObjAddr: 0x870, symBinAddr: 0x189190, symSize: 0x70 } + - { offsetInCU: 0x464, offset: 0x199140, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVMa', symObjAddr: 0x8E0, symBinAddr: 0x189200, symSize: 0xA } + - { offsetInCU: 0x2B, offset: 0x1992CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x189210, symSize: 0x50 } + - { offsetInCU: 0x6D, offset: 0x199310, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCfD', symObjAddr: 0x0, symBinAddr: 0x189210, symSize: 0x50 } + - { offsetInCU: 0xBF, offset: 0x199362, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0x70, symBinAddr: 0x189280, symSize: 0x20 } + - { offsetInCU: 0x100, offset: 0x1993A3, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0x90, symBinAddr: 0x1892A0, symSize: 0x30 } + - { offsetInCU: 0x141, offset: 0x1993E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0xC0, symBinAddr: 0x1892D0, symSize: 0x20 } + - { offsetInCU: 0x173, offset: 0x199416, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesC4fillAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x920, symBinAddr: 0x189B30, symSize: 0x2E0 } + - { offsetInCU: 0x41D, offset: 0x1996C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18FillNodePropertiesCMa', symObjAddr: 0x50, symBinAddr: 0x189260, symSize: 0x20 } + - { offsetInCU: 0x45B, offset: 0x1996FE, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCfD', symObjAddr: 0xE0, symBinAddr: 0x1892F0, symSize: 0x40 } + - { offsetInCU: 0x4BC, offset: 0x19975F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x140, symBinAddr: 0x189350, symSize: 0x40 } + - { offsetInCU: 0x506, offset: 0x1997A9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x180, symBinAddr: 0x189390, symSize: 0x30 } + - { offsetInCU: 0x547, offset: 0x1997EA, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x1B0, symBinAddr: 0x1893C0, symSize: 0x10 } + - { offsetInCU: 0x579, offset: 0x19981C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x1893D0, symSize: 0x10 } + - { offsetInCU: 0x5DD, offset: 0x199880, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x1D0, symBinAddr: 0x1893E0, symSize: 0x20 } + - { offsetInCU: 0x63F, offset: 0x1998E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x1F0, symBinAddr: 0x189400, symSize: 0x10 } + - { offsetInCU: 0x66A, offset: 0x19990D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x200, symBinAddr: 0x189410, symSize: 0x10 } + - { offsetInCU: 0x69C, offset: 0x19993F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x210, symBinAddr: 0x189420, symSize: 0x10 } + - { offsetInCU: 0x6C7, offset: 0x19996A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x220, symBinAddr: 0x189430, symSize: 0x10 } + - { offsetInCU: 0x708, offset: 0x1999AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x230, symBinAddr: 0x189440, symSize: 0x10 } + - { offsetInCU: 0x749, offset: 0x1999EC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x240, symBinAddr: 0x189450, symSize: 0x20 } + - { offsetInCU: 0x77B, offset: 0x199A1E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA08AnimatorC0A2aDP30localUpdatesPermeateDownstreamSbyFTW', symObjAddr: 0x260, symBinAddr: 0x189470, symSize: 0x10 } + - { offsetInCU: 0x7B5, offset: 0x199A58, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCAA06RenderC0A2aDP8rendererAA0C6Output_AA10RenderablepvgTW', symObjAddr: 0x270, symBinAddr: 0x189480, symSize: 0x50 } + - { offsetInCU: 0x7F2, offset: 0x199A95, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC06parentC04fillAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0xC00, symBinAddr: 0x189E10, symSize: 0x110 } + - { offsetInCU: 0x8C0, offset: 0x199B63, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTf4dn_n', symObjAddr: 0xD10, symBinAddr: 0x189F20, symSize: 0x170 } + - { offsetInCU: 0xAD3, offset: 0x199D76, size: 0x8, addend: 0x0, symName: '_$s6Lottie8FillNodeCMa', symObjAddr: 0x120, symBinAddr: 0x189330, symSize: 0x20 } + - { offsetInCU: 0xBE4, offset: 0x199E87, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x2C0, symBinAddr: 0x1894D0, symSize: 0x140 } + - { offsetInCU: 0xC82, offset: 0x199F25, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A8Vector1DV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x400, symBinAddr: 0x189610, symSize: 0x1C0 } + - { offsetInCU: 0xE11, offset: 0x19A0B4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA20KeyframeInterpolatorCyAHG_Tg5', symObjAddr: 0x5C0, symBinAddr: 0x1897D0, symSize: 0x160 } + - { offsetInCU: 0xE93, offset: 0x19A136, size: 0x8, addend: 0x0, symName: '_$s6Lottie12NodePropertyC8providerACyxGAA16AnyValueProvider_p_tcfcAA0A5ColorV_Tg5Tf4en_nAA06SinglefG0CyAHG_Tg5', symObjAddr: 0x720, symBinAddr: 0x189930, symSize: 0x200 } + - { offsetInCU: 0x2B, offset: 0x19AB2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x18A0B0, symSize: 0xE0 } + - { offsetInCU: 0x4F, offset: 0x19AB53, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC10commonInityyF', symObjAddr: 0x0, symBinAddr: 0x18A0B0, symSize: 0xE0 } + - { offsetInCU: 0x9A, offset: 0x19AB9E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvgTo', symObjAddr: 0xE0, symBinAddr: 0x18A190, symSize: 0x30 } + - { offsetInCU: 0x12A, offset: 0x19AC2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC11contentModeSo013UIViewContentF0VvsTo', symObjAddr: 0x160, symBinAddr: 0x18A1E0, symSize: 0x70 } + - { offsetInCU: 0x1C8, offset: 0x19ACCC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC15didMoveToWindowyyFTo', symObjAddr: 0x260, symBinAddr: 0x18A250, symSize: 0x70 } + - { offsetInCU: 0x226, offset: 0x19AD2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC14layoutSubviewsyyFTo', symObjAddr: 0x310, symBinAddr: 0x18A2C0, symSize: 0x70 } + - { offsetInCU: 0x259, offset: 0x19AD5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC06layoutB0yyF', symObjAddr: 0x380, symBinAddr: 0x18A330, symSize: 0x10 } + - { offsetInCU: 0x284, offset: 0x19AD88, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC22animationMovedToWindowyyF', symObjAddr: 0x390, symBinAddr: 0x18A340, symSize: 0x10 } + - { offsetInCU: 0x2AF, offset: 0x19ADB3, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC29animationWillMoveToBackgroundyyFTo', symObjAddr: 0x3A0, symBinAddr: 0x18A350, symSize: 0x10 } + - { offsetInCU: 0x2CB, offset: 0x19ADCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC28animationWillEnterForegroundyyFTo', symObjAddr: 0x3B0, symBinAddr: 0x18A360, symSize: 0x10 } + - { offsetInCU: 0x2E7, offset: 0x19ADEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfC', symObjAddr: 0x3C0, symBinAddr: 0x18A370, symSize: 0x80 } + - { offsetInCU: 0x305, offset: 0x19AE09, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfc', symObjAddr: 0x440, symBinAddr: 0x18A3F0, symSize: 0x80 } + - { offsetInCU: 0x354, offset: 0x19AE58, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x4C0, symBinAddr: 0x18A470, symSize: 0x60 } + - { offsetInCU: 0x38F, offset: 0x19AE93, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x520, symBinAddr: 0x18A4D0, symSize: 0x40 } + - { offsetInCU: 0x3AD, offset: 0x19AEB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x560, symBinAddr: 0x18A510, symSize: 0x50 } + - { offsetInCU: 0x3FC, offset: 0x19AF00, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x5B0, symBinAddr: 0x18A560, symSize: 0x40 } + - { offsetInCU: 0x43F, offset: 0x19AF43, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCfD', symObjAddr: 0x5F0, symBinAddr: 0x18A5A0, symSize: 0x30 } + - { offsetInCU: 0x46D, offset: 0x19AF71, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A17AnimationViewBaseCMa', symObjAddr: 0x140, symBinAddr: 0x18A1C0, symSize: 0x20 } + - { offsetInCU: 0x9C, offset: 0x19B19B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC8rendererAcA10NodeOutput_AA10Renderablep_tcfc', symObjAddr: 0x0, symBinAddr: 0x18A5F0, symSize: 0x770 } + - { offsetInCU: 0x551, offset: 0x19B650, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfc', symObjAddr: 0x770, symBinAddr: 0x18AD60, symSize: 0x1C0 } + - { offsetInCU: 0x5CD, offset: 0x19B6CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5layerACyp_tcfcTo', symObjAddr: 0x930, symBinAddr: 0x18AF20, symSize: 0x50 } + - { offsetInCU: 0x613, offset: 0x19B712, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x980, symBinAddr: 0x18AF70, symSize: 0xA0 } + - { offsetInCU: 0x66C, offset: 0x19B76B, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC03hasC6Update8forFrameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0xA20, symBinAddr: 0x18B010, symSize: 0xF0 } + - { offsetInCU: 0x6AB, offset: 0x19B7AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC15rebuildContents8forFramey12CoreGraphics7CGFloatV_tF', symObjAddr: 0xB10, symBinAddr: 0x18B100, symSize: 0x310 } + - { offsetInCU: 0x6FB, offset: 0x19B7FA, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tF', symObjAddr: 0xE20, symBinAddr: 0x18B410, symSize: 0x100 } + - { offsetInCU: 0x751, offset: 0x19B850, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC4draw2inySo12CGContextRefa_tFTo', symObjAddr: 0xF20, symBinAddr: 0x18B510, symSize: 0x50 } + - { offsetInCU: 0x76D, offset: 0x19B86C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerC06updateC5ScaleyyF', symObjAddr: 0xF70, symBinAddr: 0x18B560, symSize: 0x170 } + - { offsetInCU: 0x9C4, offset: 0x19BAC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCACycfcTo', symObjAddr: 0x10E0, symBinAddr: 0x18B6D0, symSize: 0x30 } + - { offsetInCU: 0xA2B, offset: 0x19BB2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfD', symObjAddr: 0x1140, symBinAddr: 0x18B730, symSize: 0x30 } + - { offsetInCU: 0xBD2, offset: 0x19BCD1, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfE', symObjAddr: 0x1110, symBinAddr: 0x18B700, symSize: 0x30 } + - { offsetInCU: 0xBFF, offset: 0x19BCFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCfETo', symObjAddr: 0x1170, symBinAddr: 0x18B760, symSize: 0x30 } + - { offsetInCU: 0xC2E, offset: 0x19BD2D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16ShapeRenderLayerCMa', symObjAddr: 0x11A0, symBinAddr: 0x18B790, symSize: 0x20 } + - { offsetInCU: 0xC42, offset: 0x19BD41, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOc', symObjAddr: 0x11F0, symBinAddr: 0x18B7B0, symSize: 0x30 } + - { offsetInCU: 0xC56, offset: 0x19BD55, size: 0x8, addend: 0x0, symName: '_$s6Lottie10NodeOutput_AA10RenderablepWOb', symObjAddr: 0x1250, symBinAddr: 0x18B7E0, symSize: 0x20 } + - { offsetInCU: 0x4F, offset: 0x19C059, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1C90, symBinAddr: 0x20E3C8, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x19C073, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1CA0, symBinAddr: 0x20E3D8, symSize: 0x0 } + - { offsetInCU: 0x83, offset: 0x19C08D, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLLSSvpZ', symObjAddr: 0x1CB0, symBinAddr: 0x20E3E8, symSize: 0x0 } + - { offsetInCU: 0xDB, offset: 0x19C0E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV9animationAA0aD0Cvg', symObjAddr: 0x5C0, symBinAddr: 0x18BDF0, symSize: 0x10 } + - { offsetInCU: 0xF9, offset: 0x19C103, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationV13configurationAA0bA13ConfigurationVvg', symObjAddr: 0x5D0, symBinAddr: 0x18BE00, symSize: 0x50 } + - { offsetInCU: 0x129, offset: 0x19C133, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9animation3forAC9AnimationVSgSSSg_tF', symObjAddr: 0x0, symBinAddr: 0x18B830, symSize: 0x1F0 } + - { offsetInCU: 0x39A, offset: 0x19C3A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC4data8filenameAC10Foundation4DataV_SStKcfc', symObjAddr: 0x1F0, symBinAddr: 0x18BA20, symSize: 0x3D0 } + - { offsetInCU: 0x46D, offset: 0x19C477, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10animationsSayAC9AnimationVGvg', symObjAddr: 0x620, symBinAddr: 0x18BE50, symSize: 0x30 } + - { offsetInCU: 0x49A, offset: 0x19C4A4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC13animationsUrl10Foundation3URLVvg', symObjAddr: 0x650, symBinAddr: 0x18BE80, symSize: 0x1C0 } + - { offsetInCU: 0x4D6, offset: 0x19C4E0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9imagesUrl10Foundation3URLVvg', symObjAddr: 0x810, symBinAddr: 0x18C040, symSize: 0x1C0 } + - { offsetInCU: 0x569, offset: 0x19C573, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC10decompress33_275A06DD5956033D98FBA55D0E0AF6FCLL4from2toy10Foundation3URLV_AJtKF', symObjAddr: 0xA60, symBinAddr: 0x18C290, symSize: 0x630 } + - { offsetInCU: 0x69E, offset: 0x19C6A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9AnimationVAA0baN0VKXEfU_', symObjAddr: 0x1090, symBinAddr: 0x18C8C0, symSize: 0x320 } + - { offsetInCU: 0x7D7, offset: 0x19C7E1, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfd', symObjAddr: 0x13B0, symBinAddr: 0x18CBE0, symSize: 0x90 } + - { offsetInCU: 0x812, offset: 0x19C81C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCfD', symObjAddr: 0x1480, symBinAddr: 0x18CC70, symSize: 0xA0 } + - { offsetInCU: 0x917, offset: 0x19C921, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC08manifestC4Name33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0x9D0, symBinAddr: 0x18C200, symSize: 0x30 } + - { offsetInCU: 0x931, offset: 0x19C93B, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC20animationsFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA00, symBinAddr: 0x18C230, symSize: 0x30 } + - { offsetInCU: 0x94B, offset: 0x19C955, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC16imagesFolderName33_275A06DD5956033D98FBA55D0E0AF6FCLL_WZ', symObjAddr: 0xA30, symBinAddr: 0x18C260, symSize: 0x30 } + - { offsetInCU: 0xADE, offset: 0x19CAE8, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMU', symObjAddr: 0x1520, symBinAddr: 0x18CD10, symSize: 0x10 } + - { offsetInCU: 0xAF2, offset: 0x19CAFC, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMa', symObjAddr: 0x1530, symBinAddr: 0x18CD20, symSize: 0x30 } + - { offsetInCU: 0xB06, offset: 0x19CB10, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileCMr', symObjAddr: 0x1560, symBinAddr: 0x18CD50, symSize: 0xB0 } + - { offsetInCU: 0xB1A, offset: 0x19CB24, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgMa', symObjAddr: 0x1630, symBinAddr: 0x18CE20, symSize: 0x50 } + - { offsetInCU: 0xB2E, offset: 0x19CB38, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwCP', symObjAddr: 0x1680, symBinAddr: 0x18CE70, symSize: 0x30 } + - { offsetInCU: 0xB42, offset: 0x19CB4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwxx', symObjAddr: 0x16B0, symBinAddr: 0x18CEA0, symSize: 0x30 } + - { offsetInCU: 0xB56, offset: 0x19CB60, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwcp', symObjAddr: 0x16E0, symBinAddr: 0x18CED0, symSize: 0x70 } + - { offsetInCU: 0xB6A, offset: 0x19CB74, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwca', symObjAddr: 0x1750, symBinAddr: 0x18CF40, symSize: 0x90 } + - { offsetInCU: 0xB7E, offset: 0x19CB88, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwta', symObjAddr: 0x1800, symBinAddr: 0x18CFD0, symSize: 0x70 } + - { offsetInCU: 0xB92, offset: 0x19CB9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwet', symObjAddr: 0x1870, symBinAddr: 0x18D040, symSize: 0x40 } + - { offsetInCU: 0xBA6, offset: 0x19CBB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVwst', symObjAddr: 0x18B0, symBinAddr: 0x18D080, symSize: 0x50 } + - { offsetInCU: 0xBBA, offset: 0x19CBC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA4FileC9AnimationVMa', symObjAddr: 0x1900, symBinAddr: 0x18D0D0, symSize: 0x10 } + - { offsetInCU: 0xC68, offset: 0x19CC72, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA8ManifestVACSeAAWl', symObjAddr: 0x1B80, symBinAddr: 0x18D310, symSize: 0x30 } + - { offsetInCU: 0xC7C, offset: 0x19CC86, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOc', symObjAddr: 0x1C10, symBinAddr: 0x18D340, symSize: 0x40 } + - { offsetInCU: 0xC90, offset: 0x19CC9A, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOd', symObjAddr: 0x1C50, symBinAddr: 0x18D380, symSize: 0x31 } + - { offsetInCU: 0xD5B, offset: 0x19CD65, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay6Lottie03DotC9AnimationVG_AE0dC4FileC0E0VTg5011$s6Lottie03d2A4f58C11loadContent33_275A06DD5956033D98FBA55D0E0AF6FCLLyyKFAC9E15VAA0baN0VKXEfU_AJTf1cn_nTf4ng_n', symObjAddr: 0x1950, symBinAddr: 0x18D0E0, symSize: 0x200 } + - { offsetInCU: 0x27, offset: 0x19D08A, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x18D3C0, symSize: 0x100C } + - { offsetInCU: 0x4AF, offset: 0x19D512, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV12roundCorners6radiusAC12CoreGraphics7CGFloatV_tF', symObjAddr: 0x0, symBinAddr: 0x18D3C0, symSize: 0x100C } + - { offsetInCU: 0x4F, offset: 0x19F3FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvpZ', symObjAddr: 0xBC0, symBinAddr: 0x20E510, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x19F419, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvgZ', symObjAddr: 0x0, symBinAddr: 0x18E3D0, symSize: 0x60 } + - { offsetInCU: 0xA0, offset: 0x19F450, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0x60, symBinAddr: 0x18E430, symSize: 0x30 } + - { offsetInCU: 0xFE, offset: 0x19F4AE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_182$s6Lottie9KeyframesO8combined33_E423145C05521E82A6F9C74DC6EAA6A2LL_27requiresManualInterpolation18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnysT0_pG_SbxSgSayypGKXEtKlFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x580, symBinAddr: 0x18E950, symSize: 0x30 } + - { offsetInCU: 0x116, offset: 0x19F4C6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_204$s6Lottie9KeyframesO20manuallyInterpolated33_E423145C05521E82A6F9C74DC6EAA6A2LL_18makeCombinedResultAA13KeyframeGroupCyxGSayAA03AnyqR0_pG_xSgSayypGKXEtKlFZAA0Q0CyxGSg12CoreGraphics7CGFloatVKXEfU2_SSyXEfu_Tf3pf_n', symObjAddr: 0x5B0, symBinAddr: 0x18E980, symSize: 0x30 } + - { offsetInCU: 0x12E, offset: 0x19F4DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_78$s6Lottie0A14AnimationLayerC18backgroundBehaviorAA0a10BackgroundE0OvgSSyXEfu1_Tf3pf_n', symObjAddr: 0x5E0, symBinAddr: 0x18E9B0, symSize: 0x30 } + - { offsetInCU: 0x146, offset: 0x19F4F6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_62$s6Lottie18CoreAnimationLayerC07respectC9FrameRateSbvsSSyXEfu_Tf3pf_n', symObjAddr: 0x610, symBinAddr: 0x18E9E0, symSize: 0x30 } + - { offsetInCU: 0x15E, offset: 0x19F50E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_101$s6Lottie18CoreAnimationLayerC8getValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x640, symBinAddr: 0x18EA10, symSize: 0x30 } + - { offsetInCU: 0x176, offset: 0x19F526, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_110$s6Lottie18CoreAnimationLayerC16getOriginalValue3for7atFrameypSgAA0C7KeypathV_0B8Graphics7CGFloatVSgtFSSyXEfu_Tf3pf_n', symObjAddr: 0x670, symBinAddr: 0x18EA40, symSize: 0x30 } + - { offsetInCU: 0x18E, offset: 0x19F53E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_77$s6Lottie18CoreAnimationLayerC5layer3forSo7CALayerCSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x6A0, symBinAddr: 0x18EA70, symSize: 0x30 } + - { offsetInCU: 0x1A6, offset: 0x19F556, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_97$s6Lottie18CoreAnimationLayerC13animatorNodes3forSayAA12AnimatorNode_pGSgAA0C7KeypathV_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x6D0, symBinAddr: 0x18EAA0, symSize: 0x30 } + - { offsetInCU: 0x1BE, offset: 0x19F56E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_87$s6Lottie19GradientRenderLayerC25percentBasedPointInBounds4fromSo7CGPointVAG_tFSSyXEfu_Tf3pf_n', symObjAddr: 0x700, symBinAddr: 0x18EAD0, symSize: 0x30 } + - { offsetInCU: 0x1D6, offset: 0x19F586, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_0150$s6Lottie9KeyframesO37manuallyInterpolatedWithTimeRemapping_7contextAA13KeyframeGroupCyxGAH_AA21LayerAnimationContextVtAA17AnyInterpolatableRzlFZAA0I0V39GSg12CoreGraphics7CGFloatVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x730, symBinAddr: 0x18EB00, symSize: 0x30 } + - { offsetInCU: 0x1EE, offset: 0x19F59E, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_014$sSo7CALayerC6A158E23addAnchorPointAnimation33_FCF865A3410C50F6C3BA6E234F3FA9F5LL4from7contextyAC14TransformModel_p_AC05LayerF7ContextVtKFSo7CGPointVAC0B8Vector3DVXEfU_SSyXEfu_Tf3pf_n', symObjAddr: 0x760, symBinAddr: 0x18EB30, symSize: 0x30 } + - { offsetInCU: 0x206, offset: 0x19F5B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_', symObjAddr: 0x790, symBinAddr: 0x18EB60, symSize: 0x20 } + - { offsetInCU: 0x226, offset: 0x19F5D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutF', symObjAddr: 0x90, symBinAddr: 0x18E460, symSize: 0x50 } + - { offsetInCU: 0x293, offset: 0x19F643, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_', symObjAddr: 0x3B0, symBinAddr: 0x18E780, symSize: 0x20 } + - { offsetInCU: 0x2A7, offset: 0x19F657, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_75$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSSyXEfu0_Tf3pf_n', symObjAddr: 0x3D0, symBinAddr: 0x18E7A0, symSize: 0x30 } + - { offsetInCU: 0x2BF, offset: 0x19F66F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu0_Tf3pf_n', symObjAddr: 0x400, symBinAddr: 0x18E7D0, symSize: 0x30 } + - { offsetInCU: 0x2D7, offset: 0x19F687, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu2_Tf3pf_n', symObjAddr: 0x430, symBinAddr: 0x18E800, symSize: 0x30 } + - { offsetInCU: 0x2EF, offset: 0x19F69F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_014$sSo7CALayerC6A217E8validate33_19F3F2D7FB1D90CE99FC4AC99C66DD17LL6values8keyTimes15timingFunctions3for7contextySayxGz_SaySo8NSNumberCGzSaySo21CAMediaTimingFunctionCGzSo26CAAnimationCalculationModeaAC21LayerAnimationContextVtlFSSyXEfu4_Tf3pf_n', symObjAddr: 0x460, symBinAddr: 0x18E830, symSize: 0x30 } + - { offsetInCU: 0x307, offset: 0x19F6B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_056$s6Lottie18ValueProviderStoreC03setbC0_7keypathyAA03AnybO35_p_AA16AnimationKeypathVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x490, symBinAddr: 0x18E860, symSize: 0x30 } + - { offsetInCU: 0x31F, offset: 0x19F6CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_05$sSa6A87AA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSSyXEfu0_Tf3pf_n', symObjAddr: 0x4C0, symBinAddr: 0x18E890, symSize: 0x30 } + - { offsetInCU: 0x337, offset: 0x19F6E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_147$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom8filepath03dotA5Caches6ResultOyACs5Error_pGSS_AA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x4F0, symBinAddr: 0x18E8C0, symSize: 0x30 } + - { offsetInCU: 0x34F, offset: 0x19F6FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_170$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO5named_6bundle12subdirectory03dotA5Caches6ResultOyACs5Error_pGSS_So8NSBundleCSSSgAA0baL8Provider_pSgtFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x520, symBinAddr: 0x18E8F0, symSize: 0x30 } + - { offsetInCU: 0x367, offset: 0x19F717, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSSyXEfu0_139$s6Lottie03DotA4FileC34SynchronouslyBlockingCurrentThreadO10loadedFrom4data8filenames6ResultOyACs5Error_pG10Foundation4DataV_SStFZSSyXEfu0_Tf3pf_n', symObjAddr: 0x550, symBinAddr: 0x18E920, symSize: 0x30 } + - { offsetInCU: 0x38B, offset: 0x19F73B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutF', symObjAddr: 0xE0, symBinAddr: 0x18E4B0, symSize: 0x30 } + - { offsetInCU: 0x3E9, offset: 0x19F799, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4warn_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_05$sSa6A55AA9ShapeItemCRszlE18initializeNodeTreeAA0eF0CyFSSyXEfu_Tf3pf_n', symObjAddr: 0x7F0, symBinAddr: 0x18EBC0, symSize: 0x30 } + - { offsetInCU: 0x402, offset: 0x19F7B2, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKF', symObjAddr: 0x110, symBinAddr: 0x18E4E0, symSize: 0x30 } + - { offsetInCU: 0x440, offset: 0x19F7F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu1_Tf3pf_n', symObjAddr: 0x820, symBinAddr: 0x18EBF0, symSize: 0x30 } + - { offsetInCU: 0x458, offset: 0x19F808, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie18CoreAnimationLayerC20allHierarchyKeypathsSaySSGyFSSyXEfu0_Tf3pf_n', symObjAddr: 0x850, symBinAddr: 0x18EC20, symSize: 0x30 } + - { offsetInCU: 0x470, offset: 0x19F820, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC4infoyySSyXKFSSyXEfu_69$s6Lottie24MainThreadAnimationLayerC20logHierarchyKeypathsyyFSSyXEfu_Tf3pf_n', symObjAddr: 0x880, symBinAddr: 0x18EC50, symSize: 0x30 } + - { offsetInCU: 0x489, offset: 0x19F839, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA_ySbyXE_SSyXEAISutcfU_', symObjAddr: 0x140, symBinAddr: 0x18E510, symSize: 0x10 } + - { offsetInCU: 0x4E3, offset: 0x19F893, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA0_ySSyXE_AISutcfU_', symObjAddr: 0x150, symBinAddr: 0x18E520, symSize: 0x10 } + - { offsetInCU: 0x52C, offset: 0x19F8DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfcfA2_ySSyXEcfU_', symObjAddr: 0x160, symBinAddr: 0x18E530, symSize: 0x10 } + - { offsetInCU: 0x5A5, offset: 0x19F955, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfC', symObjAddr: 0x170, symBinAddr: 0x18E540, symSize: 0x70 } + - { offsetInCU: 0x5F6, offset: 0x19F9A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert16assertionFailure4warn4infoACySbyXK_SSyXKs12StaticStringVSutc_ySSyXK_AISutcySSyXK_AISutcySSyXKctcfc', symObjAddr: 0x1E0, symBinAddr: 0x18E5B0, symSize: 0x30 } + - { offsetInCU: 0x64C, offset: 0x19F9FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvsZ', symObjAddr: 0x280, symBinAddr: 0x18E650, symSize: 0x60 } + - { offsetInCU: 0x693, offset: 0x19FA43, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ', symObjAddr: 0x2E0, symBinAddr: 0x18E6B0, symSize: 0x60 } + - { offsetInCU: 0x6CA, offset: 0x19FA7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6sharedACvMZ.resume.0', symObjAddr: 0x340, symBinAddr: 0x18E710, symSize: 0x10 } + - { offsetInCU: 0x6F5, offset: 0x19FAA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfd', symObjAddr: 0x8B0, symBinAddr: 0x18EC80, symSize: 0x30 } + - { offsetInCU: 0x730, offset: 0x19FAE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCfD', symObjAddr: 0x8E0, symBinAddr: 0x18ECB0, symSize: 0x40 } + - { offsetInCU: 0x785, offset: 0x19FB35, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6shared_WZ', symObjAddr: 0x210, symBinAddr: 0x18E5E0, symSize: 0x70 } + - { offsetInCU: 0x7FC, offset: 0x19FBAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC16assertionFailure_6fileID4lineySSyXK_s12StaticStringVSutFSSyXEfu_TA', symObjAddr: 0x7B0, symBinAddr: 0x18EB80, symSize: 0x20 } + - { offsetInCU: 0x825, offset: 0x19FBD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x7D0, symBinAddr: 0x18EBA0, symSize: 0x20 } + - { offsetInCU: 0x84E, offset: 0x19FBFE, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZ', symObjAddr: 0x920, symBinAddr: 0x18ECF0, symSize: 0x70 } + - { offsetInCU: 0x8D6, offset: 0x19FC86, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySbyXE_SSyXEs12StaticStringVSutcfU_', symObjAddr: 0x990, symBinAddr: 0x18ED60, symSize: 0xA0 } + - { offsetInCU: 0x984, offset: 0x19FD34, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC14printToConsoleACvgZySSyXE_s12StaticStringVSutcfU0_', symObjAddr: 0xA30, symBinAddr: 0x18EE00, symSize: 0x90 } + - { offsetInCU: 0xA45, offset: 0x19FDF5, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerCMa', symObjAddr: 0xAC0, symBinAddr: 0x18EE90, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x19FFF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x18EF50, symSize: 0x150 } + - { offsetInCU: 0x7D, offset: 0x1A004A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC20interpolatedProgress_7keyTime12CoreGraphics7CGFloatVACyxG_AHtF', symObjAddr: 0x0, symBinAddr: 0x18EF50, symSize: 0x150 } + - { offsetInCU: 0x171, offset: 0x1A013E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCA2A17AnyInterpolatableRzlE11interpolate2to8progressxACyxG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x150, symBinAddr: 0x18F0A0, symSize: 0x125 } + - { offsetInCU: 0x27, offset: 0x1A031D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x18F1D0, symSize: 0x70 } + - { offsetInCU: 0x87, offset: 0x1A037D, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x18F1D0, symSize: 0x70 } + - { offsetInCU: 0xF1, offset: 0x1A03E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCfD', symObjAddr: 0x70, symBinAddr: 0x18F240, symSize: 0x30 } + - { offsetInCU: 0x176, offset: 0x1A046C, size: 0x8, addend: 0x0, symName: '_$s6Lottie16DropShadowEffectCMa', symObjAddr: 0xA0, symBinAddr: 0x18F270, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1A05D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x18F290, symSize: 0x40 } + - { offsetInCU: 0x4B, offset: 0x1A05F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x18F290, symSize: 0x40 } + - { offsetInCU: 0x70, offset: 0x1A061C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x18F2D0, symSize: 0x180 } + - { offsetInCU: 0x112, offset: 0x1A06BE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x200, symBinAddr: 0x18F490, symSize: 0x60 } + - { offsetInCU: 0x155, offset: 0x1A0701, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x260, symBinAddr: 0x18F4F0, symSize: 0x20 } + - { offsetInCU: 0x195, offset: 0x1A0741, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x280, symBinAddr: 0x18F510, symSize: 0x10 } + - { offsetInCU: 0x1E0, offset: 0x1A078C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x290, symBinAddr: 0x18F520, symSize: 0x60 } + - { offsetInCU: 0x22B, offset: 0x1A07D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2F0, symBinAddr: 0x18F580, symSize: 0x10 } + - { offsetInCU: 0x247, offset: 0x1A07F3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x300, symBinAddr: 0x18F590, symSize: 0x10 } + - { offsetInCU: 0x263, offset: 0x1A080F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x960, symBinAddr: 0x18F9C0, symSize: 0x1A } + - { offsetInCU: 0x280, offset: 0x1A082C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC6encode2toys7Encoder_p_tKF', symObjAddr: 0x350, symBinAddr: 0x18F5E0, symSize: 0x190 } + - { offsetInCU: 0x324, offset: 0x1A08D0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfD', symObjAddr: 0x4F0, symBinAddr: 0x18F780, symSize: 0x30 } + - { offsetInCU: 0x3F1, offset: 0x1A099D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCfE', symObjAddr: 0x4E0, symBinAddr: 0x18F770, symSize: 0x10 } + - { offsetInCU: 0x41E, offset: 0x1A09CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetCMa', symObjAddr: 0x520, symBinAddr: 0x18F7B0, symSize: 0x20 } + - { offsetInCU: 0x432, offset: 0x1A09DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwet', symObjAddr: 0x770, symBinAddr: 0x18F7D0, symSize: 0x50 } + - { offsetInCU: 0x446, offset: 0x1A09F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwst', symObjAddr: 0x7C0, symBinAddr: 0x18F820, symSize: 0xA0 } + - { offsetInCU: 0x45A, offset: 0x1A0A06, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwug', symObjAddr: 0x860, symBinAddr: 0x18F8C0, symSize: 0x10 } + - { offsetInCU: 0x46E, offset: 0x1A0A1A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwup', symObjAddr: 0x870, symBinAddr: 0x18F8D0, symSize: 0x10 } + - { offsetInCU: 0x482, offset: 0x1A0A2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOwui', symObjAddr: 0x880, symBinAddr: 0x18F8E0, symSize: 0x10 } + - { offsetInCU: 0x496, offset: 0x1A0A42, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOMa', symObjAddr: 0x890, symBinAddr: 0x18F8F0, symSize: 0x10 } + - { offsetInCU: 0x4AA, offset: 0x1A0A56, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASQWb', symObjAddr: 0x8A0, symBinAddr: 0x18F900, symSize: 0x10 } + - { offsetInCU: 0x4BE, offset: 0x1A0A6A, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAESQAAWl', symObjAddr: 0x8B0, symBinAddr: 0x18F910, symSize: 0x30 } + - { offsetInCU: 0x4D2, offset: 0x1A0A7E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8E0, symBinAddr: 0x18F940, symSize: 0x10 } + - { offsetInCU: 0x4E6, offset: 0x1A0A92, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8F0, symBinAddr: 0x18F950, symSize: 0x30 } + - { offsetInCU: 0x4FA, offset: 0x1A0AA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x920, symBinAddr: 0x18F980, symSize: 0x10 } + - { offsetInCU: 0x50E, offset: 0x1A0ABA, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x930, symBinAddr: 0x18F990, symSize: 0x30 } + - { offsetInCU: 0x548, offset: 0x1A0AF4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C0, symBinAddr: 0x18F450, symSize: 0x10 } + - { offsetInCU: 0x588, offset: 0x1A0B34, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1D0, symBinAddr: 0x18F460, symSize: 0x10 } + - { offsetInCU: 0x5C8, offset: 0x1A0B74, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E0, symBinAddr: 0x18F470, symSize: 0x10 } + - { offsetInCU: 0x608, offset: 0x1A0BB4, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1F0, symBinAddr: 0x18F480, symSize: 0x10 } + - { offsetInCU: 0x63F, offset: 0x1A0BEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x310, symBinAddr: 0x18F5A0, symSize: 0x20 } + - { offsetInCU: 0x65B, offset: 0x1A0C07, size: 0x8, addend: 0x0, symName: '_$s6Lottie12PrecompAssetC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x330, symBinAddr: 0x18F5C0, symSize: 0x20 } + - { offsetInCU: 0x8A, offset: 0x1A0E1C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0xB0, symBinAddr: 0x18FA90, symSize: 0x20 } + - { offsetInCU: 0xBB, offset: 0x1A0E4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0xD0, symBinAddr: 0x18FAB0, symSize: 0x10 } + - { offsetInCU: 0xE4, offset: 0x1A0E76, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x170, symBinAddr: 0x18FB50, symSize: 0x7D0 } + - { offsetInCU: 0x217, offset: 0x1A0FA9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueSSvg', symObjAddr: 0x940, symBinAddr: 0x190320, symSize: 0x20 } + - { offsetInCU: 0x24E, offset: 0x1A0FE0, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO11stringValueSSvg', symObjAddr: 0x960, symBinAddr: 0x190340, symSize: 0x20 } + - { offsetInCU: 0x2C1, offset: 0x1A1053, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValuexSg03RawR0Qz_tcfCTW', symObjAddr: 0xAD0, symBinAddr: 0x1904B0, symSize: 0x40 } + - { offsetInCU: 0x307, offset: 0x1A1099, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSYAASY8rawValue03RawR0QzvgTW', symObjAddr: 0xB10, symBinAddr: 0x1904F0, symSize: 0x30 } + - { offsetInCU: 0x31B, offset: 0x1A10AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB40, symBinAddr: 0x190520, symSize: 0x10 } + - { offsetInCU: 0x351, offset: 0x1A10E3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB50, symBinAddr: 0x190530, symSize: 0x30 } + - { offsetInCU: 0x3B6, offset: 0x1A1148, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xB80, symBinAddr: 0x190560, symSize: 0x10 } + - { offsetInCU: 0x3D2, offset: 0x1A1164, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xB90, symBinAddr: 0x190570, symSize: 0x10 } + - { offsetInCU: 0x3EE, offset: 0x1A1180, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1C90, symBinAddr: 0x191470, symSize: 0x50 } + - { offsetInCU: 0x439, offset: 0x1A11CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCfD', symObjAddr: 0xBE0, symBinAddr: 0x1905C0, symSize: 0x30 } + - { offsetInCU: 0x47C, offset: 0x1A120E, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC6encode2toys7Encoder_p_tKF', symObjAddr: 0xE00, symBinAddr: 0x1907C0, symSize: 0x3B0 } + - { offsetInCU: 0x4BB, offset: 0x1A124D, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x11B0, symBinAddr: 0x190B70, symSize: 0x450 } + - { offsetInCU: 0x510, offset: 0x1A12A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1600, symBinAddr: 0x190FC0, symSize: 0x50 } + - { offsetInCU: 0x547, offset: 0x1A12D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1650, symBinAddr: 0x191010, symSize: 0x20 } + - { offsetInCU: 0x582, offset: 0x1A1314, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC5valueACyp_tKcfCTf4nd_n', symObjAddr: 0x1860, symBinAddr: 0x1910F0, symSize: 0x100 } + - { offsetInCU: 0x609, offset: 0x1A139B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCMa', symObjAddr: 0xC10, symBinAddr: 0x1905F0, symSize: 0x20 } + - { offsetInCU: 0x61D, offset: 0x1A13AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwet', symObjAddr: 0xC50, symBinAddr: 0x190610, symSize: 0x80 } + - { offsetInCU: 0x631, offset: 0x1A13C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwst', symObjAddr: 0xCD0, symBinAddr: 0x190690, symSize: 0xD0 } + - { offsetInCU: 0x645, offset: 0x1A13D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOwup', symObjAddr: 0xDA0, symBinAddr: 0x190760, symSize: 0x10 } + - { offsetInCU: 0x659, offset: 0x1A13EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOMa', symObjAddr: 0xDB0, symBinAddr: 0x190770, symSize: 0x10 } + - { offsetInCU: 0x66D, offset: 0x1A13FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASQWb', symObjAddr: 0xDC0, symBinAddr: 0x190780, symSize: 0x10 } + - { offsetInCU: 0x681, offset: 0x1A1413, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSQAAWl', symObjAddr: 0xDD0, symBinAddr: 0x190790, symSize: 0x30 } + - { offsetInCU: 0x695, offset: 0x1A1427, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs0D3KeyAAWl', symObjAddr: 0x16E0, symBinAddr: 0x191030, symSize: 0x30 } + - { offsetInCU: 0x6A9, offset: 0x1A143B, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSeAAWl', symObjAddr: 0x1710, symBinAddr: 0x191060, symSize: 0x30 } + - { offsetInCU: 0x6BD, offset: 0x1A144F, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSEAAWl', symObjAddr: 0x17A0, symBinAddr: 0x191090, symSize: 0x30 } + - { offsetInCU: 0x6D1, offset: 0x1A1463, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOACSYAAWl', symObjAddr: 0x1830, symBinAddr: 0x1910C0, symSize: 0x30 } + - { offsetInCU: 0x6E5, offset: 0x1A1477, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwet', symObjAddr: 0x1A40, symBinAddr: 0x191220, symSize: 0x80 } + - { offsetInCU: 0x6F9, offset: 0x1A148B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwst', symObjAddr: 0x1AC0, symBinAddr: 0x1912A0, symSize: 0xD0 } + - { offsetInCU: 0x70D, offset: 0x1A149F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwug', symObjAddr: 0x1B90, symBinAddr: 0x191370, symSize: 0x10 } + - { offsetInCU: 0x721, offset: 0x1A14B3, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwup', symObjAddr: 0x1BA0, symBinAddr: 0x191380, symSize: 0x10 } + - { offsetInCU: 0x735, offset: 0x1A14C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOwui', symObjAddr: 0x1BB0, symBinAddr: 0x191390, symSize: 0x10 } + - { offsetInCU: 0x749, offset: 0x1A14DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOMa', symObjAddr: 0x1BC0, symBinAddr: 0x1913A0, symSize: 0x10 } + - { offsetInCU: 0x75D, offset: 0x1A14EF, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASQWb', symObjAddr: 0x1BD0, symBinAddr: 0x1913B0, symSize: 0x10 } + - { offsetInCU: 0x771, offset: 0x1A1503, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFSQAAWl', symObjAddr: 0x1BE0, symBinAddr: 0x1913C0, symSize: 0x30 } + - { offsetInCU: 0x785, offset: 0x1A1517, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1C10, symBinAddr: 0x1913F0, symSize: 0x10 } + - { offsetInCU: 0x799, offset: 0x1A152B, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1C20, symBinAddr: 0x191400, symSize: 0x30 } + - { offsetInCU: 0x7AD, offset: 0x1A153F, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1C50, symBinAddr: 0x191430, symSize: 0x10 } + - { offsetInCU: 0x7C1, offset: 0x1A1553, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1C60, symBinAddr: 0x191440, symSize: 0x30 } + - { offsetInCU: 0x7F5, offset: 0x1A1587, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x18F9E0, symSize: 0x10 } + - { offsetInCU: 0x886, offset: 0x1A1618, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x18F9F0, symSize: 0x40 } + - { offsetInCU: 0x935, offset: 0x1A16C7, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x18FA30, symSize: 0x20 } + - { offsetInCU: 0x988, offset: 0x1A171A, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x18FA50, symSize: 0x40 } + - { offsetInCU: 0xA0B, offset: 0x1A179D, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE0, symBinAddr: 0x18FAC0, symSize: 0x50 } + - { offsetInCU: 0xA2E, offset: 0x1A17C0, size: 0x8, addend: 0x0, symName: '_$s6Lottie17TextJustificationOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x130, symBinAddr: 0x18FB10, symSize: 0x40 } + - { offsetInCU: 0xA84, offset: 0x1A1816, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x980, symBinAddr: 0x190360, symSize: 0x80 } + - { offsetInCU: 0xB53, offset: 0x1A18E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA00, symBinAddr: 0x1903E0, symSize: 0x50 } + - { offsetInCU: 0xBD1, offset: 0x1A1963, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA50, symBinAddr: 0x190430, symSize: 0x30 } + - { offsetInCU: 0xC23, offset: 0x1A19B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA80, symBinAddr: 0x190460, symSize: 0x50 } + - { offsetInCU: 0xC85, offset: 0x1A1A17, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBA0, symBinAddr: 0x190580, symSize: 0x20 } + - { offsetInCU: 0xCA1, offset: 0x1A1A33, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentC10CodingKeys33_BAF4C9B6A6D3601A27A57A3C677A0C23LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xBC0, symBinAddr: 0x1905A0, symSize: 0x20 } + - { offsetInCU: 0x65, offset: 0x1A1C2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x1914E0, symSize: 0x440 } + - { offsetInCU: 0xE5, offset: 0x1A1CAA, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x440, symBinAddr: 0x191920, symSize: 0x690 } + - { offsetInCU: 0x2A7, offset: 0x1A1E6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO8rawValueSSvg', symObjAddr: 0xAD0, symBinAddr: 0x191FB0, symSize: 0x20 } + - { offsetInCU: 0x2DE, offset: 0x1A1EA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvg', symObjAddr: 0xD40, symBinAddr: 0x192220, symSize: 0x20 } + - { offsetInCU: 0x35C, offset: 0x1A1F21, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xDA0, symBinAddr: 0x192280, symSize: 0x70 } + - { offsetInCU: 0x3C2, offset: 0x1A1F87, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xE10, symBinAddr: 0x1922F0, symSize: 0x30 } + - { offsetInCU: 0x3DE, offset: 0x1A1FA3, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xE40, symBinAddr: 0x192320, symSize: 0x10 } + - { offsetInCU: 0x414, offset: 0x1A1FD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xE50, symBinAddr: 0x192330, symSize: 0x60 } + - { offsetInCU: 0x499, offset: 0x1A205E, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xEB0, symBinAddr: 0x192390, symSize: 0x10 } + - { offsetInCU: 0x4B5, offset: 0x1A207A, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xEC0, symBinAddr: 0x1923A0, symSize: 0x10 } + - { offsetInCU: 0x4F3, offset: 0x1A20B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xF50, symBinAddr: 0x192430, symSize: 0x60 } + - { offsetInCU: 0x536, offset: 0x1A20FB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xFB0, symBinAddr: 0x192490, symSize: 0x20 } + - { offsetInCU: 0x576, offset: 0x1A213B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValueSSvgTW', symObjAddr: 0xFD0, symBinAddr: 0x1924B0, symSize: 0x10 } + - { offsetInCU: 0x5C1, offset: 0x1A2186, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xFE0, symBinAddr: 0x1924C0, symSize: 0x60 } + - { offsetInCU: 0x60C, offset: 0x1A21D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValueSiSgvgTW', symObjAddr: 0x1040, symBinAddr: 0x192520, symSize: 0x10 } + - { offsetInCU: 0x628, offset: 0x1A21ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1050, symBinAddr: 0x192530, symSize: 0x10 } + - { offsetInCU: 0x644, offset: 0x1A2209, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLO11stringValueSSvgTf4d_n', symObjAddr: 0x1850, symBinAddr: 0x192B20, symSize: 0x1A } + - { offsetInCU: 0x662, offset: 0x1A2227, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC6encode2toys7Encoder_p_tKF', symObjAddr: 0xAF0, symBinAddr: 0x191FD0, symSize: 0x250 } + - { offsetInCU: 0x6F3, offset: 0x1A22B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCfD', symObjAddr: 0x10A0, symBinAddr: 0x192580, symSize: 0x40 } + - { offsetInCU: 0x74E, offset: 0x1A2313, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1100, symBinAddr: 0x1925E0, symSize: 0x50 } + - { offsetInCU: 0x786, offset: 0x1A234B, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1150, symBinAddr: 0x192630, symSize: 0x20 } + - { offsetInCU: 0x838, offset: 0x1A23FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphCMa', symObjAddr: 0x10E0, symBinAddr: 0x1925C0, symSize: 0x20 } + - { offsetInCU: 0x84C, offset: 0x1A2411, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs0C3KeyAAWl', symObjAddr: 0x11E0, symBinAddr: 0x192650, symSize: 0x30 } + - { offsetInCU: 0x860, offset: 0x1A2425, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs06CodingD0AAWl', symObjAddr: 0x1240, symBinAddr: 0x192680, symSize: 0x30 } + - { offsetInCU: 0x874, offset: 0x1A2439, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x1400, symBinAddr: 0x1926E0, symSize: 0x80 } + - { offsetInCU: 0x888, offset: 0x1A244D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x1480, symBinAddr: 0x192760, symSize: 0xD0 } + - { offsetInCU: 0x89C, offset: 0x1A2461, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x1550, symBinAddr: 0x192830, symSize: 0x10 } + - { offsetInCU: 0x8B0, offset: 0x1A2475, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x1560, symBinAddr: 0x192840, symSize: 0x10 } + - { offsetInCU: 0x8C4, offset: 0x1A2489, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x1570, symBinAddr: 0x192850, symSize: 0x10 } + - { offsetInCU: 0x8D8, offset: 0x1A249D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x1580, symBinAddr: 0x192860, symSize: 0x10 } + - { offsetInCU: 0x8EC, offset: 0x1A24B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwet', symObjAddr: 0x15A0, symBinAddr: 0x192870, symSize: 0x50 } + - { offsetInCU: 0x900, offset: 0x1A24C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwst', symObjAddr: 0x15F0, symBinAddr: 0x1928C0, symSize: 0xA0 } + - { offsetInCU: 0x914, offset: 0x1A24D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwug', symObjAddr: 0x1690, symBinAddr: 0x192960, symSize: 0x10 } + - { offsetInCU: 0x928, offset: 0x1A24ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwup', symObjAddr: 0x16A0, symBinAddr: 0x192970, symSize: 0x10 } + - { offsetInCU: 0x93C, offset: 0x1A2501, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOwui', symObjAddr: 0x16B0, symBinAddr: 0x192980, symSize: 0x10 } + - { offsetInCU: 0x950, offset: 0x1A2515, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOMa', symObjAddr: 0x16C0, symBinAddr: 0x192990, symSize: 0x10 } + - { offsetInCU: 0x964, offset: 0x1A2529, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x16D0, symBinAddr: 0x1929A0, symSize: 0x10 } + - { offsetInCU: 0x978, offset: 0x1A253D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x16E0, symBinAddr: 0x1929B0, symSize: 0x30 } + - { offsetInCU: 0x98C, offset: 0x1A2551, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASQWb', symObjAddr: 0x1710, symBinAddr: 0x1929E0, symSize: 0x10 } + - { offsetInCU: 0x9A0, offset: 0x1A2565, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFSQAAWl', symObjAddr: 0x1720, symBinAddr: 0x1929F0, symSize: 0x30 } + - { offsetInCU: 0x9B4, offset: 0x1A2579, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1750, symBinAddr: 0x192A20, symSize: 0x10 } + - { offsetInCU: 0x9C8, offset: 0x1A258D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1760, symBinAddr: 0x192A30, symSize: 0x30 } + - { offsetInCU: 0x9DC, offset: 0x1A25A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs06CodingD0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1790, symBinAddr: 0x192A60, symSize: 0x10 } + - { offsetInCU: 0x9F0, offset: 0x1A25B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x17A0, symBinAddr: 0x192A70, symSize: 0x30 } + - { offsetInCU: 0xA04, offset: 0x1A25C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x17D0, symBinAddr: 0x192AA0, symSize: 0x10 } + - { offsetInCU: 0xA18, offset: 0x1A25DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x17E0, symBinAddr: 0x192AB0, symSize: 0x30 } + - { offsetInCU: 0xA2C, offset: 0x1A25F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs0C3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1810, symBinAddr: 0x192AE0, symSize: 0x10 } + - { offsetInCU: 0xA40, offset: 0x1A2605, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1820, symBinAddr: 0x192AF0, symSize: 0x30 } + - { offsetInCU: 0xAA0, offset: 0x1A2665, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD60, symBinAddr: 0x192240, symSize: 0x10 } + - { offsetInCU: 0xABC, offset: 0x1A2681, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xD70, symBinAddr: 0x192250, symSize: 0x10 } + - { offsetInCU: 0xAD8, offset: 0x1A269D, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD80, symBinAddr: 0x192260, symSize: 0x10 } + - { offsetInCU: 0xAF4, offset: 0x1A26B9, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xD90, symBinAddr: 0x192270, symSize: 0x10 } + - { offsetInCU: 0xB16, offset: 0x1A26DB, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xED0, symBinAddr: 0x1923B0, symSize: 0x20 } + - { offsetInCU: 0xB32, offset: 0x1A26F7, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xEF0, symBinAddr: 0x1923D0, symSize: 0x20 } + - { offsetInCU: 0xB5D, offset: 0x1A2722, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF10, symBinAddr: 0x1923F0, symSize: 0x10 } + - { offsetInCU: 0xB9D, offset: 0x1A2762, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH9hashValueSivgTW', symObjAddr: 0xF20, symBinAddr: 0x192400, symSize: 0x10 } + - { offsetInCU: 0xBDD, offset: 0x1A27A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF30, symBinAddr: 0x192410, symSize: 0x10 } + - { offsetInCU: 0xC1D, offset: 0x1A27E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xF40, symBinAddr: 0x192420, symSize: 0x10 } + - { offsetInCU: 0xC54, offset: 0x1A2819, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1060, symBinAddr: 0x192540, symSize: 0x20 } + - { offsetInCU: 0xC70, offset: 0x1A2835, size: 0x8, addend: 0x0, symName: '_$s6Lottie5GlyphC8ShapeKey33_BA2803B0C5558A1BF0F559F6D5802682LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1080, symBinAddr: 0x192560, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x1A2A6C, size: 0x8, addend: 0x0, symName: '_$s6Lottie12FillRendererCAA10RenderableA2aDP15renderBoundsForySo6CGRectVAHFTW', symObjAddr: 0x80, symBinAddr: 0x192B40, symSize: 0x10 } + - { offsetInCU: 0x2B, offset: 0x1A2BDA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x192C90, symSize: 0x10 } + - { offsetInCU: 0x73, offset: 0x1A2C22, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0x192C90, symSize: 0x10 } + - { offsetInCU: 0xFC, offset: 0x1A2CAB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x10, symBinAddr: 0x192CA0, symSize: 0x40 } + - { offsetInCU: 0x1E0, offset: 0x1A2D8F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x50, symBinAddr: 0x192CE0, symSize: 0x20 } + - { offsetInCU: 0x2A0, offset: 0x1A2E4F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5crc328checksums6UInt32VAH_tFAHSWXEfU_', symObjAddr: 0xF0, symBinAddr: 0x192D80, symSize: 0xA0 } + - { offsetInCU: 0x76C, offset: 0x1A331B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE7process9operation4size10bufferSize9skipCRC328provider8consumers6UInt32VSo019compression_stream_E0a_s5Int64VSiSbAcQ_SitKXEyACKXEtKFZTf4nnnnnnd_n', symObjAddr: 0x190, symBinAddr: 0x192E20, symSize: 0x11D0 } + - { offsetInCU: 0x1526, offset: 0x1A40D5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFs0E0ADWl', symObjAddr: 0x1360, symBinAddr: 0x193FF0, symSize: 0x30 } + - { offsetInCU: 0x153A, offset: 0x1A40E9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwet', symObjAddr: 0x1470, symBinAddr: 0x194020, symSize: 0x80 } + - { offsetInCU: 0x154E, offset: 0x1A40FD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwst', symObjAddr: 0x14F0, symBinAddr: 0x1940A0, symSize: 0xD0 } + - { offsetInCU: 0x1562, offset: 0x1A4111, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwug', symObjAddr: 0x15C0, symBinAddr: 0x194170, symSize: 0x10 } + - { offsetInCU: 0x1576, offset: 0x1A4125, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwup', symObjAddr: 0x15D0, symBinAddr: 0x194180, symSize: 0x10 } + - { offsetInCU: 0x158A, offset: 0x1A4139, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOwui', symObjAddr: 0x15E0, symBinAddr: 0x194190, symSize: 0x10 } + - { offsetInCU: 0x159E, offset: 0x1A414D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOMa', symObjAddr: 0x15F0, symBinAddr: 0x1941A0, symSize: 0x10 } + - { offsetInCU: 0x15B2, offset: 0x1A4161, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSQWb', symObjAddr: 0x1600, symBinAddr: 0x1941B0, symSize: 0x10 } + - { offsetInCU: 0x15C6, offset: 0x1A4175, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOAFSQADWl', symObjAddr: 0x1610, symBinAddr: 0x1941C0, symSize: 0x2E } + - { offsetInCU: 0x1618, offset: 0x1A41C7, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x70, symBinAddr: 0x192D00, symSize: 0x40 } + - { offsetInCU: 0x16B5, offset: 0x1A4264, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP7_domainSSvgTW', symObjAddr: 0xB0, symBinAddr: 0x192D40, symSize: 0x10 } + - { offsetInCU: 0x16D1, offset: 0x1A4280, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP5_codeSivgTW', symObjAddr: 0xC0, symBinAddr: 0x192D50, symSize: 0x10 } + - { offsetInCU: 0x16ED, offset: 0x1A429C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0xD0, symBinAddr: 0x192D60, symSize: 0x10 } + - { offsetInCU: 0x1709, offset: 0x1A42B8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE16CompressionErrorOs0E0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE0, symBinAddr: 0x192D70, symSize: 0x10 } + - { offsetInCU: 0x27, offset: 0x1A464D, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x1941F0, symSize: 0x2E0 } + - { offsetInCU: 0x174, offset: 0x1A479A, size: 0x8, addend: 0x0, symName: '_$sSo12CAShapeLayerC6LottieE13addAnimations3for7context14pathMultiplieryAC17CombinedShapeItemC_AC0B16AnimationContextVSitKFSo9CGPathRefaSayAC10BezierPathVGXEfU_', symObjAddr: 0x0, symBinAddr: 0x1941F0, symSize: 0x2E0 } + - { offsetInCU: 0x40E, offset: 0x1A4A34, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x2E0, symBinAddr: 0x1944D0, symSize: 0x60 } + - { offsetInCU: 0x466, offset: 0x1A4A8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfD', symObjAddr: 0x350, symBinAddr: 0x194540, symSize: 0x30 } + - { offsetInCU: 0x4C8, offset: 0x1A4AEE, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCfE', symObjAddr: 0x340, symBinAddr: 0x194530, symSize: 0x10 } + - { offsetInCU: 0x520, offset: 0x1A4B46, size: 0x8, addend: 0x0, symName: '_$s6Lottie17CombinedShapeItemCMa', symObjAddr: 0x380, symBinAddr: 0x194570, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1A4D8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x194590, symSize: 0x110 } + - { offsetInCU: 0x79, offset: 0x1A4DDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfC', symObjAddr: 0x0, symBinAddr: 0x194590, symSize: 0x110 } + - { offsetInCU: 0xC7, offset: 0x1A4E2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5blockACSo7CGPointV12CoreGraphics7CGFloatVc_tcfc', symObjAddr: 0x110, symBinAddr: 0x1946A0, symSize: 0xF0 } + - { offsetInCU: 0xFB, offset: 0x1A4E5E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfC', symObjAddr: 0x260, symBinAddr: 0x1947B0, symSize: 0x50 } + - { offsetInCU: 0x119, offset: 0x1A4E7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCyACSo7CGPointVcfc', symObjAddr: 0x2B0, symBinAddr: 0x194800, symSize: 0x100 } + - { offsetInCU: 0x1BF, offset: 0x1A4F22, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvg', symObjAddr: 0x4A0, symBinAddr: 0x194900, symSize: 0x30 } + - { offsetInCU: 0x20A, offset: 0x1A4F6D, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvs', symObjAddr: 0x4D0, symBinAddr: 0x194930, symSize: 0x50 } + - { offsetInCU: 0x24E, offset: 0x1A4FB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM', symObjAddr: 0x520, symBinAddr: 0x194980, symSize: 0x40 } + - { offsetInCU: 0x27B, offset: 0x1A4FDE, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC5pointSo7CGPointVvM.resume.0', symObjAddr: 0x560, symBinAddr: 0x1949C0, symSize: 0x30 } + - { offsetInCU: 0x2C5, offset: 0x1A5028, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9valueTypeypXpvg', symObjAddr: 0x590, symBinAddr: 0x1949F0, symSize: 0x10 } + - { offsetInCU: 0x2F0, offset: 0x1A5053, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvg', symObjAddr: 0x5A0, symBinAddr: 0x194A00, symSize: 0xB0 } + - { offsetInCU: 0x33B, offset: 0x1A509E, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_', symObjAddr: 0x670, symBinAddr: 0x194AD0, symSize: 0x30 } + - { offsetInCU: 0x3A1, offset: 0x1A5104, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC9hasUpdate5frameSb12CoreGraphics7CGFloatV_tF', symObjAddr: 0x710, symBinAddr: 0x194B70, symSize: 0x20 } + - { offsetInCU: 0x3C4, offset: 0x1A5127, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfd', symObjAddr: 0x730, symBinAddr: 0x194B90, symSize: 0x20 } + - { offsetInCU: 0x3FF, offset: 0x1A5162, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCfD', symObjAddr: 0x780, symBinAddr: 0x194BB0, symSize: 0x30 } + - { offsetInCU: 0x442, offset: 0x1A51A5, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0A2aDP7storageAA0cD7StorageOy0C0QzGvgTW', symObjAddr: 0x7B0, symBinAddr: 0x194BE0, symSize: 0x20 } + - { offsetInCU: 0x45E, offset: 0x1A51C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9valueTypeypXpvgTW', symObjAddr: 0x7D0, symBinAddr: 0x194C00, symSize: 0x10 } + - { offsetInCU: 0x4A4, offset: 0x1A5207, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA03AnycD0A2aDP9hasUpdate5frameSb12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x7E0, symBinAddr: 0x194C10, symSize: 0x20 } + - { offsetInCU: 0x504, offset: 0x1A5267, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOe', symObjAddr: 0x200, symBinAddr: 0x194790, symSize: 0x20 } + - { offsetInCU: 0x539, offset: 0x1A529C, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVSo7CGPointVIegyd_SgWOy', symObjAddr: 0x650, symBinAddr: 0x194AB0, symSize: 0x20 } + - { offsetInCU: 0x54D, offset: 0x1A52B0, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC7storageAA0cD7StorageOyAA0A8Vector3DVGvgAH12CoreGraphics7CGFloatVcfU_TA', symObjAddr: 0x6D0, symBinAddr: 0x194B30, symSize: 0x40 } + - { offsetInCU: 0x595, offset: 0x1A52F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderC2eeoiySbAC_ACtFZ', symObjAddr: 0x800, symBinAddr: 0x194C30, symSize: 0x20 } + - { offsetInCU: 0x5C4, offset: 0x1A5327, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCAA0cD0AA0C0AaDP_AA17AnyInterpolatablePWT', symObjAddr: 0x820, symBinAddr: 0x194C50, symSize: 0x10 } + - { offsetInCU: 0x60E, offset: 0x1A5371, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x830, symBinAddr: 0x194C60, symSize: 0x20 } + - { offsetInCU: 0x655, offset: 0x1A53B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18PointValueProviderCMa', symObjAddr: 0x8D0, symBinAddr: 0x194D00, symSize: 0x20 } + - { offsetInCU: 0x4B, offset: 0x1A55E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfC', symObjAddr: 0x0, symBinAddr: 0x194D60, symSize: 0x70 } + - { offsetInCU: 0x69, offset: 0x1A5603, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfC', symObjAddr: 0x70, symBinAddr: 0x194DD0, symSize: 0x50 } + - { offsetInCU: 0x87, offset: 0x1A5621, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC_16spatialInTangent0c3OutE0ACyxGx_AA0A8Vector3DVSgAItcfc', symObjAddr: 0xC0, symBinAddr: 0x194E20, symSize: 0xF0 } + - { offsetInCU: 0xF2, offset: 0x1A568C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5value4time6isHold9inTangent03outH009spatialInH00j3OutH0ACyxGx_12CoreGraphics7CGFloatVSbAA0A8Vector2DVSgAqA0A8Vector3DVSgATtcfc', symObjAddr: 0x1B0, symBinAddr: 0x194F10, symSize: 0x130 } + - { offsetInCU: 0x19D, offset: 0x1A5737, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC5valuexvg', symObjAddr: 0x2E0, symBinAddr: 0x195040, symSize: 0x30 } + - { offsetInCU: 0x1D8, offset: 0x1A5772, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC4time12CoreGraphics7CGFloatVvg', symObjAddr: 0x310, symBinAddr: 0x195070, symSize: 0x20 } + - { offsetInCU: 0x205, offset: 0x1A579F, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC6isHoldSbvg', symObjAddr: 0x330, symBinAddr: 0x195090, symSize: 0x20 } + - { offsetInCU: 0x232, offset: 0x1A57CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC9inTangentAA0A8Vector2DVSgvg', symObjAddr: 0x350, symBinAddr: 0x1950B0, symSize: 0x20 } + - { offsetInCU: 0x25F, offset: 0x1A57F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC10outTangentAA0A8Vector2DVSgvg', symObjAddr: 0x370, symBinAddr: 0x1950D0, symSize: 0x20 } + - { offsetInCU: 0x28C, offset: 0x1A5826, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC16spatialInTangentAA0A8Vector3DVSgvg', symObjAddr: 0x390, symBinAddr: 0x1950F0, symSize: 0x30 } + - { offsetInCU: 0x2B9, offset: 0x1A5853, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeC17spatialOutTangentAA0A8Vector3DVSgvg', symObjAddr: 0x3C0, symBinAddr: 0x195120, symSize: 0x30 } + - { offsetInCU: 0x2E6, offset: 0x1A5880, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfd', symObjAddr: 0x3F0, symBinAddr: 0x195150, symSize: 0x20 } + - { offsetInCU: 0x335, offset: 0x1A58CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCfD', symObjAddr: 0x410, symBinAddr: 0x195170, symSize: 0x30 } + - { offsetInCU: 0x3CA, offset: 0x1A5964, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASQRzlE2eeoiySbACyxG_AEtFZ', symObjAddr: 0x440, symBinAddr: 0x1951A0, symSize: 0x1E0 } + - { offsetInCU: 0x451, offset: 0x1A59EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSQAASQRzlSQ2eeoiySbx_xtFZTW', symObjAddr: 0x620, symBinAddr: 0x195380, symSize: 0x20 } + - { offsetInCU: 0x50C, offset: 0x1A5AA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE4hash4intoys6HasherVz_tF', symObjAddr: 0x640, symBinAddr: 0x1953A0, symSize: 0x210 } + - { offsetInCU: 0x85F, offset: 0x1A5DF9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCAASHRzlE9hashValueSivg', symObjAddr: 0x850, symBinAddr: 0x1955B0, symSize: 0x40 } + - { offsetInCU: 0x8DD, offset: 0x1A5E77, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH9hashValueSivgTW', symObjAddr: 0x890, symBinAddr: 0x1955F0, symSize: 0x20 } + - { offsetInCU: 0x8F9, offset: 0x1A5E93, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8B0, symBinAddr: 0x195610, symSize: 0x20 } + - { offsetInCU: 0x90D, offset: 0x1A5EA7, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSQWb', symObjAddr: 0x910, symBinAddr: 0x195670, symSize: 0x30 } + - { offsetInCU: 0x921, offset: 0x1A5EBB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMi', symObjAddr: 0x940, symBinAddr: 0x1956A0, symSize: 0x10 } + - { offsetInCU: 0x935, offset: 0x1A5ECF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMr', symObjAddr: 0x950, symBinAddr: 0x1956B0, symSize: 0xA0 } + - { offsetInCU: 0x949, offset: 0x1A5EE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCMa', symObjAddr: 0x9F0, symBinAddr: 0x195750, symSize: 0x10 } + - { offsetInCU: 0xA02, offset: 0x1A5F9C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8KeyframeCyxGSHAASHRzlSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8D0, symBinAddr: 0x195630, symSize: 0x40 } + - { offsetInCU: 0x2B, offset: 0x1A61A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x1957A0, symSize: 0x70 } + - { offsetInCU: 0x4F, offset: 0x1A61CC, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfd', symObjAddr: 0x0, symBinAddr: 0x1957A0, symSize: 0x70 } + - { offsetInCU: 0x7C, offset: 0x1A61F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCfD', symObjAddr: 0x70, symBinAddr: 0x195810, symSize: 0x20 } + - { offsetInCU: 0xB8, offset: 0x1A6235, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA0C11PropertyMapA2aDP10propertiesSayAA03AnycE0_pGvgTW', symObjAddr: 0xB0, symBinAddr: 0x195850, symSize: 0x20 } + - { offsetInCU: 0xF9, offset: 0x1A6276, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP11keypathNameSSvgTW', symObjAddr: 0xD0, symBinAddr: 0x195870, symSize: 0x30 } + - { offsetInCU: 0x13A, offset: 0x1A62B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCAA17KeypathSearchableA2aDP07keypathD0SDySSAA03AnyC8Property_pGvgTW', symObjAddr: 0x100, symBinAddr: 0x1958A0, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x1A62E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesC4starAcA0B0C_tcfcTf4gn_n', symObjAddr: 0x1030, symBinAddr: 0x1967D0, symSize: 0x770 } + - { offsetInCU: 0x6D7, offset: 0x1A6854, size: 0x8, addend: 0x0, symName: '_$s6Lottie18StarNodePropertiesCMa', symObjAddr: 0x90, symBinAddr: 0x195830, symSize: 0x20 } + - { offsetInCU: 0x817, offset: 0x1A6994, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC14rebuildOutputs5framey12CoreGraphics7CGFloatV_tF', symObjAddr: 0x120, symBinAddr: 0x1958C0, symSize: 0x190 } + - { offsetInCU: 0xA52, offset: 0x1A6BCF, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCfD', symObjAddr: 0x2B0, symBinAddr: 0x195A50, symSize: 0x40 } + - { offsetInCU: 0xAB3, offset: 0x1A6C30, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP11propertyMapAA17KeypathSearchable_AA0c8PropertyF0pvgTW', symObjAddr: 0x310, symBinAddr: 0x195AB0, symSize: 0x40 } + - { offsetInCU: 0xAFD, offset: 0x1A6C7A, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP06parentC0AaD_pSgvgTW', symObjAddr: 0x350, symBinAddr: 0x195AF0, symSize: 0x30 } + - { offsetInCU: 0xB2F, offset: 0x1A6CAC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP14rebuildOutputs5framey12CoreGraphics7CGFloatV_tFTW', symObjAddr: 0x380, symBinAddr: 0x195B20, symSize: 0x10 } + - { offsetInCU: 0xB4B, offset: 0x1A6CC8, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvgTW', symObjAddr: 0x390, symBinAddr: 0x195B30, symSize: 0x10 } + - { offsetInCU: 0xBAF, offset: 0x1A6D2C, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP9isEnabledSbvsTW', symObjAddr: 0x3A0, symBinAddr: 0x195B40, symSize: 0x20 } + - { offsetInCU: 0xC11, offset: 0x1A6D8E, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvgTW', symObjAddr: 0x3C0, symBinAddr: 0x195B60, symSize: 0x10 } + - { offsetInCU: 0xC3C, offset: 0x1A6DB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15hasLocalUpdatesSbvsTW', symObjAddr: 0x3D0, symBinAddr: 0x195B70, symSize: 0x10 } + - { offsetInCU: 0xC6E, offset: 0x1A6DEB, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvgTW', symObjAddr: 0x3E0, symBinAddr: 0x195B80, symSize: 0x10 } + - { offsetInCU: 0xC99, offset: 0x1A6E16, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP18hasUpstreamUpdatesSbvsTW', symObjAddr: 0x3F0, symBinAddr: 0x195B90, symSize: 0x10 } + - { offsetInCU: 0xCDA, offset: 0x1A6E57, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvgTW', symObjAddr: 0x400, symBinAddr: 0x195BA0, symSize: 0x10 } + - { offsetInCU: 0xD1B, offset: 0x1A6E98, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA08AnimatorC0A2aDP15lastUpdateFrame12CoreGraphics7CGFloatVSgvsTW', symObjAddr: 0x410, symBinAddr: 0x195BB0, symSize: 0x20 } + - { offsetInCU: 0xD5C, offset: 0x1A6ED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCAA04PathC0A2aDP10pathOutputAA0dfC0CvgTW', symObjAddr: 0x430, symBinAddr: 0x195BD0, symSize: 0x20 } + - { offsetInCU: 0xD8E, offset: 0x1A6F0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeC06parentC04starAcA08AnimatorC0_pSg_AA0B0CtcfcTf4ngn_n', symObjAddr: 0x17A0, symBinAddr: 0x196F40, symSize: 0x130 } + - { offsetInCU: 0xE48, offset: 0x1A6FC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8StarNodeCMa', symObjAddr: 0x2F0, symBinAddr: 0x195A90, symSize: 0x20 } + - { offsetInCU: 0x12C3, offset: 0x1A7440, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathV4star8position11outerRadius05innerG00F11Roundedness0hI014numberOfPoints8rotation9directionACSo7CGPointV_12CoreGraphics7CGFloatVA5qA0C9DirectionOtFZTf4nnnnnnnnd_n', symObjAddr: 0x450, symBinAddr: 0x195BF0, symSize: 0xBE0 } + - { offsetInCU: 0x27, offset: 0x1A86AA, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x197070, symSize: 0x188 } + - { offsetInCU: 0x3F, offset: 0x1A86C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie9BlendModeO10filterNameSSSgvg', symObjAddr: 0x0, symBinAddr: 0x197070, symSize: 0x188 } + - { offsetInCU: 0x2B, offset: 0x1A883F, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x197200, symSize: 0x1A0 } + - { offsetInCU: 0x4F, offset: 0x1A8863, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfc', symObjAddr: 0x0, symBinAddr: 0x197200, symSize: 0x1A0 } + - { offsetInCU: 0xB1, offset: 0x1A88C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5layerACyp_tcfcTo', symObjAddr: 0x1A0, symBinAddr: 0x1973A0, symSize: 0x50 } + - { offsetInCU: 0xF7, offset: 0x1A890B, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1F0, symBinAddr: 0x1973F0, symSize: 0x80 } + - { offsetInCU: 0x13E, offset: 0x1A8952, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfD', symObjAddr: 0x2C0, symBinAddr: 0x1974C0, symSize: 0x30 } + - { offsetInCU: 0x16C, offset: 0x1A8980, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfE', symObjAddr: 0x270, symBinAddr: 0x197470, symSize: 0x50 } + - { offsetInCU: 0x199, offset: 0x1A89AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCfETo', symObjAddr: 0x2F0, symBinAddr: 0x1974F0, symSize: 0x50 } + - { offsetInCU: 0x1C8, offset: 0x1A89DC, size: 0x8, addend: 0x0, symName: '_$s6Lottie21ImageCompositionLayerCMa', symObjAddr: 0x340, symBinAddr: 0x197540, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x1A8B88, size: 0x8, addend: 0x0, symName: '_$s6Lottie21FilepathImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x0, symBinAddr: 0x197560, symSize: 0x10 } + - { offsetInCU: 0x5B, offset: 0x1A8BA4, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE13cacheEligibleSbvg', symObjAddr: 0x10, symBinAddr: 0x197570, symSize: 0x10 } + - { offsetInCU: 0x82, offset: 0x1A8BCB, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BlankImageProvider33_61BE107DFF7F05A31A43005D941ED1C4LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x20, symBinAddr: 0x197580, symSize: 0x10 } + - { offsetInCU: 0xAF, offset: 0x1A8BF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderPAAE15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0x30, symBinAddr: 0x197590, symSize: 0x20 } + - { offsetInCU: 0xDE, offset: 0x1A8C27, size: 0x8, addend: 0x0, symName: '_$s6Lottie19CachedImageProvider33_8A1F1C74EB1392CC3FF40AE635A563B8LLCAA09AnimationcD0A2aEP13cacheEligibleSbvgTW', symObjAddr: 0x60, symBinAddr: 0x1975C0, symSize: 0x10 } + - { offsetInCU: 0xFA, offset: 0x1A8C43, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0x70, symBinAddr: 0x1975D0, symSize: 0x10 } + - { offsetInCU: 0x130, offset: 0x1A8C79, size: 0x8, addend: 0x0, symName: '_$s6Lottie03DotA13ImageProviderCAA09AnimationcD0A2aDP15contentsGravity3forSo015CALayerContentsG0aAA0C5AssetC_tFTW', symObjAddr: 0x80, symBinAddr: 0x1975E0, symSize: 0x20 } + - { offsetInCU: 0x177, offset: 0x1A8CC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie19BundleImageProviderCAA09AnimationcD0A2aDP13cacheEligibleSbvgTW', symObjAddr: 0xA0, symBinAddr: 0x197600, symSize: 0x10 } + - { offsetInCU: 0x193, offset: 0x1A8CDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP13cacheEligibleSbvg', symObjAddr: 0xB0, symBinAddr: 0x197610, symSize: 0x10 } + - { offsetInCU: 0x1AF, offset: 0x1A8CF8, size: 0x8, addend: 0x0, symName: '_$s6Lottie22AnimationImageProviderP15contentsGravity3forSo015CALayerContentsF0aAA0C5AssetC_tF', symObjAddr: 0xE0, symBinAddr: 0x197640, symSize: 0x20 } + - { offsetInCU: 0x27, offset: 0x1A8E87, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x30, symBinAddr: 0x197670, symSize: 0x10 } + - { offsetInCU: 0x6F, offset: 0x1A8ECF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSQADSQ2eeoiySbx_xtFZTW', symObjAddr: 0x30, symBinAddr: 0x197670, symSize: 0x10 } + - { offsetInCU: 0xF8, offset: 0x1A8F58, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH9hashValueSivgTW', symObjAddr: 0x40, symBinAddr: 0x197680, symSize: 0x40 } + - { offsetInCU: 0x1DC, offset: 0x1A903C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x80, symBinAddr: 0x1976C0, symSize: 0x20 } + - { offsetInCU: 0x2B0, offset: 0x1A9110, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE10readStruct4from2atxSgSpySo7__sFILEVG_s6UInt64VtAD0B12SerializableRzlFZACSiKXEfU_', symObjAddr: 0x120, symBinAddr: 0x197760, symSize: 0x10 } + - { offsetInCU: 0x309, offset: 0x1A9169, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZySv_SitcfU_', symObjAddr: 0x130, symBinAddr: 0x197770, symSize: 0x20 } + - { offsetInCU: 0x378, offset: 0x1A91D8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0VyAESWcfCTf4nd_n', symObjAddr: 0x150, symBinAddr: 0x197790, symSize: 0xC0 } + - { offsetInCU: 0x3F9, offset: 0x1A9259, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationO_5countAeA02__B7StorageC_SitcfCTf4nnd_n', symObjAddr: 0x210, symBinAddr: 0x197850, symSize: 0x110 } + - { offsetInCU: 0x459, offset: 0x1A92B9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE9readChunk2of4fromACSi_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x320, symBinAddr: 0x197960, symSize: 0x1A0 } + - { offsetInCU: 0x5E7, offset: 0x1A9447, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE5write5chunk2toSiAC_SpySo7__sFILEVGtKFZTf4nnd_n', symObjAddr: 0x4F0, symBinAddr: 0x197B00, symSize: 0x2C0 } + - { offsetInCU: 0x958, offset: 0x1A97B8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE11consumePart2of9chunkSize9skipCRC328provider8consumers6UInt32Vs5Int64V_SiSbAcN_SitKXEyACKXEtKFZTf4nnnnnd_n', symObjAddr: 0x7B0, symBinAddr: 0x197DC0, symSize: 0x410 } + - { offsetInCU: 0xE76, offset: 0x1A9CD6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwet', symObjAddr: 0xC20, symBinAddr: 0x1981D0, symSize: 0x80 } + - { offsetInCU: 0xE8A, offset: 0x1A9CEA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwst', symObjAddr: 0xCA0, symBinAddr: 0x198250, symSize: 0xD0 } + - { offsetInCU: 0xE9E, offset: 0x1A9CFE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwug', symObjAddr: 0xD70, symBinAddr: 0x198320, symSize: 0x10 } + - { offsetInCU: 0xEB2, offset: 0x1A9D12, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwup', symObjAddr: 0xD80, symBinAddr: 0x198330, symSize: 0x10 } + - { offsetInCU: 0xEC6, offset: 0x1A9D26, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOwui', symObjAddr: 0xD90, symBinAddr: 0x198340, symSize: 0x10 } + - { offsetInCU: 0xEDA, offset: 0x1A9D3A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOMa', symObjAddr: 0xDA0, symBinAddr: 0x198350, symSize: 0x10 } + - { offsetInCU: 0xEEE, offset: 0x1A9D4E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSQWb', symObjAddr: 0xDB0, symBinAddr: 0x198360, symSize: 0x10 } + - { offsetInCU: 0xF02, offset: 0x1A9D62, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOAFSQADWl', symObjAddr: 0xDC0, symBinAddr: 0x198370, symSize: 0x2E } + - { offsetInCU: 0xF54, offset: 0x1A9DB4, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOSHADSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA0, symBinAddr: 0x1976E0, symSize: 0x40 } + - { offsetInCU: 0xFF1, offset: 0x1A9E51, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP7_domainSSvgTW', symObjAddr: 0xE0, symBinAddr: 0x197720, symSize: 0x10 } + - { offsetInCU: 0x100D, offset: 0x1A9E6D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP5_codeSivgTW', symObjAddr: 0xF0, symBinAddr: 0x197730, symSize: 0x10 } + - { offsetInCU: 0x1029, offset: 0x1A9E89, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP9_userInfoyXlSgvgTW', symObjAddr: 0x100, symBinAddr: 0x197740, symSize: 0x10 } + - { offsetInCU: 0x1045, offset: 0x1A9EA5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV6LottieE0B5ErrorOs0D0ADsAGP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x110, symBinAddr: 0x197750, symSize: 0x10 } + - { offsetInCU: 0x5E, offset: 0x1AA1B8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA21OpacityAnimationModelA2aDP7opacityAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x0, symBinAddr: 0x1983A0, symSize: 0x20 } + - { offsetInCU: 0x17F, offset: 0x1AA2D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4copy5widthAcA13KeyframeGroupCyAA0A8Vector1DVG_tF', symObjAddr: 0x20, symBinAddr: 0x1983C0, symSize: 0x170 } + - { offsetInCU: 0x28B, offset: 0x1AA3E5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP5widthAA13KeyframeGroupCyAA0A8Vector1DVGvgTW', symObjAddr: 0x190, symBinAddr: 0x198530, symSize: 0x10 } + - { offsetInCU: 0x2CC, offset: 0x1AA426, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP7lineCapAA04LineG0OvgTW', symObjAddr: 0x1A0, symBinAddr: 0x198540, symSize: 0x10 } + - { offsetInCU: 0x30D, offset: 0x1AA467, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP8lineJoinAA04LineG0OvgTW', symObjAddr: 0x1B0, symBinAddr: 0x198550, symSize: 0x10 } + - { offsetInCU: 0x34E, offset: 0x1AA4A8, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP10miterLimitSdvgTW', symObjAddr: 0x1C0, symBinAddr: 0x198560, symSize: 0x10 } + - { offsetInCU: 0x38F, offset: 0x1AA4E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0C9ShapeItemA2aDP11dashPatternSayAA11DashElementCGSgvgTW', symObjAddr: 0x1D0, symBinAddr: 0x198570, symSize: 0x20 } + - { offsetInCU: 0x3D0, offset: 0x1AA52A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP10startPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x1F0, symBinAddr: 0x198590, symSize: 0x20 } + - { offsetInCU: 0x411, offset: 0x1AA56B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP8endPointAA13KeyframeGroupCyAA0A8Vector3DVGvgTW', symObjAddr: 0x210, symBinAddr: 0x1985B0, symSize: 0x20 } + - { offsetInCU: 0x452, offset: 0x1AA5AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP12gradientTypeAA0bG0OvgTW', symObjAddr: 0x230, symBinAddr: 0x1985D0, symSize: 0x10 } + - { offsetInCU: 0x493, offset: 0x1AA5ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP14numberOfColorsSivgTW', symObjAddr: 0x240, symBinAddr: 0x1985E0, symSize: 0x10 } + - { offsetInCU: 0x4D4, offset: 0x1AA62E, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCAA0B9ShapeItemA2aDP6colorsAA13KeyframeGroupCySaySdGGvgTW', symObjAddr: 0x250, symBinAddr: 0x1985F0, symSize: 0x20 } + - { offsetInCU: 0x506, offset: 0x1AA660, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4B0, symBinAddr: 0x198850, symSize: 0x40 } + - { offsetInCU: 0x52B, offset: 0x1AA685, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x4F0, symBinAddr: 0x198890, symSize: 0x840 } + - { offsetInCU: 0x5CE, offset: 0x1AA728, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0xD30, symBinAddr: 0x1990D0, symSize: 0xFD0 } + - { offsetInCU: 0xA48, offset: 0x1AABA2, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueSSvg', symObjAddr: 0x1D00, symBinAddr: 0x19A0A0, symSize: 0x20 } + - { offsetInCU: 0xA7F, offset: 0x1AABD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x2280, symBinAddr: 0x19A5A0, symSize: 0x20 } + - { offsetInCU: 0xAF2, offset: 0x1AAC4C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2420, symBinAddr: 0x19A740, symSize: 0x40 } + - { offsetInCU: 0xB38, offset: 0x1AAC92, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x2460, symBinAddr: 0x19A780, symSize: 0x30 } + - { offsetInCU: 0xB4C, offset: 0x1AACA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2490, symBinAddr: 0x19A7B0, symSize: 0x10 } + - { offsetInCU: 0xB82, offset: 0x1AACDC, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x24A0, symBinAddr: 0x19A7C0, symSize: 0x30 } + - { offsetInCU: 0xBE7, offset: 0x1AAD41, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x24D0, symBinAddr: 0x19A7F0, symSize: 0x10 } + - { offsetInCU: 0xC03, offset: 0x1AAD5D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x24E0, symBinAddr: 0x19A800, symSize: 0x10 } + - { offsetInCU: 0xC1F, offset: 0x1AAD79, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3670, symBinAddr: 0x19B460, symSize: 0x50 } + - { offsetInCU: 0xC57, offset: 0x1AADB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLO11stringValueSSvg', symObjAddr: 0x22A0, symBinAddr: 0x19A5C0, symSize: 0x30 } + - { offsetInCU: 0xC9C, offset: 0x1AADF6, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0x2570, symBinAddr: 0x19A890, symSize: 0x70 } + - { offsetInCU: 0xCD0, offset: 0x1AAE2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0x25E0, symBinAddr: 0x19A900, symSize: 0x30 } + - { offsetInCU: 0xCEC, offset: 0x1AAE46, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2610, symBinAddr: 0x19A930, symSize: 0x10 } + - { offsetInCU: 0xD22, offset: 0x1AAE7C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2620, symBinAddr: 0x19A940, symSize: 0x70 } + - { offsetInCU: 0xD6D, offset: 0x1AAEC7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2690, symBinAddr: 0x19A9B0, symSize: 0x10 } + - { offsetInCU: 0xD89, offset: 0x1AAEE3, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x26A0, symBinAddr: 0x19A9C0, symSize: 0x10 } + - { offsetInCU: 0xE37, offset: 0x1AAF91, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1DA0, symBinAddr: 0x19A0C0, symSize: 0x4E0 } + - { offsetInCU: 0xEAA, offset: 0x1AB004, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfd', symObjAddr: 0x2740, symBinAddr: 0x19AA60, symSize: 0x60 } + - { offsetInCU: 0xEF5, offset: 0x1AB04F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfD', symObjAddr: 0x27A0, symBinAddr: 0x19AAC0, symSize: 0x20 } + - { offsetInCU: 0xF71, offset: 0x1AB0CB, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x2C0, symBinAddr: 0x198660, symSize: 0x20 } + - { offsetInCU: 0xFA2, offset: 0x1AB0FC, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x2E0, symBinAddr: 0x198680, symSize: 0x10 } + - { offsetInCU: 0x11C2, offset: 0x1AB31C, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCfE', symObjAddr: 0x26F0, symBinAddr: 0x19AA10, symSize: 0x50 } + - { offsetInCU: 0x11EF, offset: 0x1AB349, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeCMa', symObjAddr: 0x27C0, symBinAddr: 0x19AAE0, symSize: 0x20 } + - { offsetInCU: 0x1203, offset: 0x1AB35D, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOwup', symObjAddr: 0x2820, symBinAddr: 0x19AB20, symSize: 0x10 } + - { offsetInCU: 0x1217, offset: 0x1AB371, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOMa', symObjAddr: 0x2830, symBinAddr: 0x19AB30, symSize: 0x10 } + - { offsetInCU: 0x122B, offset: 0x1AB385, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOwup', symObjAddr: 0x29B0, symBinAddr: 0x19ACB0, symSize: 0x10 } + - { offsetInCU: 0x123F, offset: 0x1AB399, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOMa', symObjAddr: 0x29C0, symBinAddr: 0x19ACC0, symSize: 0x10 } + - { offsetInCU: 0x1253, offset: 0x1AB3AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASQWb', symObjAddr: 0x29D0, symBinAddr: 0x19ACD0, symSize: 0x10 } + - { offsetInCU: 0x1267, offset: 0x1AB3C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSQAAWl', symObjAddr: 0x29E0, symBinAddr: 0x19ACE0, symSize: 0x30 } + - { offsetInCU: 0x127B, offset: 0x1AB3D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSHAASQWb', symObjAddr: 0x2A10, symBinAddr: 0x19AD10, symSize: 0x10 } + - { offsetInCU: 0x128F, offset: 0x1AB3E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSQAAWl', symObjAddr: 0x2A20, symBinAddr: 0x19AD20, symSize: 0x30 } + - { offsetInCU: 0x12A3, offset: 0x1AB3FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOACSYAAWl', symObjAddr: 0x2A50, symBinAddr: 0x19AD50, symSize: 0x30 } + - { offsetInCU: 0x12B7, offset: 0x1AB411, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOACSYAAWl', symObjAddr: 0x2A80, symBinAddr: 0x19AD80, symSize: 0x30 } + - { offsetInCU: 0x12CB, offset: 0x1AB425, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs0D3KeyAAWl', symObjAddr: 0x2B20, symBinAddr: 0x19ADB0, symSize: 0x30 } + - { offsetInCU: 0x12DF, offset: 0x1AB439, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs9CodingKeyAAWl', symObjAddr: 0x2C40, symBinAddr: 0x19ADE0, symSize: 0x30 } + - { offsetInCU: 0x12F3, offset: 0x1AB44D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x31D0, symBinAddr: 0x19AFC0, symSize: 0x80 } + - { offsetInCU: 0x1307, offset: 0x1AB461, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x3250, symBinAddr: 0x19B040, symSize: 0xD0 } + - { offsetInCU: 0x131B, offset: 0x1AB475, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x3320, symBinAddr: 0x19B110, symSize: 0x10 } + - { offsetInCU: 0x132F, offset: 0x1AB489, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x3330, symBinAddr: 0x19B120, symSize: 0x10 } + - { offsetInCU: 0x1343, offset: 0x1AB49D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x3340, symBinAddr: 0x19B130, symSize: 0x10 } + - { offsetInCU: 0x1357, offset: 0x1AB4B1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x3350, symBinAddr: 0x19B140, symSize: 0x10 } + - { offsetInCU: 0x136B, offset: 0x1AB4C5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwet', symObjAddr: 0x3360, symBinAddr: 0x19B150, symSize: 0x80 } + - { offsetInCU: 0x137F, offset: 0x1AB4D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwst', symObjAddr: 0x33E0, symBinAddr: 0x19B1D0, symSize: 0xD0 } + - { offsetInCU: 0x1393, offset: 0x1AB4ED, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwug', symObjAddr: 0x34B0, symBinAddr: 0x19B2A0, symSize: 0x10 } + - { offsetInCU: 0x13A7, offset: 0x1AB501, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwup', symObjAddr: 0x34C0, symBinAddr: 0x19B2B0, symSize: 0x10 } + - { offsetInCU: 0x13BB, offset: 0x1AB515, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOwui', symObjAddr: 0x34D0, symBinAddr: 0x19B2C0, symSize: 0x10 } + - { offsetInCU: 0x13CF, offset: 0x1AB529, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOMa', symObjAddr: 0x34E0, symBinAddr: 0x19B2D0, symSize: 0x10 } + - { offsetInCU: 0x13E3, offset: 0x1AB53D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x34F0, symBinAddr: 0x19B2E0, symSize: 0x10 } + - { offsetInCU: 0x13F7, offset: 0x1AB551, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x3500, symBinAddr: 0x19B2F0, symSize: 0x30 } + - { offsetInCU: 0x140B, offset: 0x1AB565, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASQWb', symObjAddr: 0x3530, symBinAddr: 0x19B320, symSize: 0x10 } + - { offsetInCU: 0x141F, offset: 0x1AB579, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFSQAAWl', symObjAddr: 0x3540, symBinAddr: 0x19B330, symSize: 0x30 } + - { offsetInCU: 0x1433, offset: 0x1AB58D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3570, symBinAddr: 0x19B360, symSize: 0x10 } + - { offsetInCU: 0x1447, offset: 0x1AB5A1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3580, symBinAddr: 0x19B370, symSize: 0x30 } + - { offsetInCU: 0x145B, offset: 0x1AB5B5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x35B0, symBinAddr: 0x19B3A0, symSize: 0x10 } + - { offsetInCU: 0x146F, offset: 0x1AB5C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x35C0, symBinAddr: 0x19B3B0, symSize: 0x30 } + - { offsetInCU: 0x1483, offset: 0x1AB5DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x35F0, symBinAddr: 0x19B3E0, symSize: 0x10 } + - { offsetInCU: 0x1497, offset: 0x1AB5F1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3600, symBinAddr: 0x19B3F0, symSize: 0x30 } + - { offsetInCU: 0x14AB, offset: 0x1AB605, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3630, symBinAddr: 0x19B420, symSize: 0x10 } + - { offsetInCU: 0x14BF, offset: 0x1AB619, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3640, symBinAddr: 0x19B430, symSize: 0x30 } + - { offsetInCU: 0x1533, offset: 0x1AB68D, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x270, symBinAddr: 0x198610, symSize: 0x10 } + - { offsetInCU: 0x1588, offset: 0x1AB6E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x290, symBinAddr: 0x198630, symSize: 0x20 } + - { offsetInCU: 0x15E9, offset: 0x1AB743, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2F0, symBinAddr: 0x198690, symSize: 0x50 } + - { offsetInCU: 0x160C, offset: 0x1AB766, size: 0x8, addend: 0x0, symName: '_$s6Lottie7LineCapOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x340, symBinAddr: 0x1986E0, symSize: 0x40 } + - { offsetInCU: 0x162F, offset: 0x1AB789, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x420, symBinAddr: 0x1987C0, symSize: 0x50 } + - { offsetInCU: 0x1652, offset: 0x1AB7AC, size: 0x8, addend: 0x0, symName: '_$s6Lottie8LineJoinOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x470, symBinAddr: 0x198810, symSize: 0x40 } + - { offsetInCU: 0x1726, offset: 0x1AB880, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x22D0, symBinAddr: 0x19A5F0, symSize: 0x80 } + - { offsetInCU: 0x17F5, offset: 0x1AB94F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2350, symBinAddr: 0x19A670, symSize: 0x50 } + - { offsetInCU: 0x1873, offset: 0x1AB9CD, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x23A0, symBinAddr: 0x19A6C0, symSize: 0x30 } + - { offsetInCU: 0x18C5, offset: 0x1ABA1F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x23D0, symBinAddr: 0x19A6F0, symSize: 0x50 } + - { offsetInCU: 0x1927, offset: 0x1ABA81, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x24F0, symBinAddr: 0x19A810, symSize: 0x20 } + - { offsetInCU: 0x1943, offset: 0x1ABA9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC10CodingKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2510, symBinAddr: 0x19A830, symSize: 0x20 } + - { offsetInCU: 0x195F, offset: 0x1ABAB9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2530, symBinAddr: 0x19A850, symSize: 0x10 } + - { offsetInCU: 0x197B, offset: 0x1ABAD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH9hashValueSivgTW', symObjAddr: 0x2540, symBinAddr: 0x19A860, symSize: 0x10 } + - { offsetInCU: 0x1997, offset: 0x1ABAF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2550, symBinAddr: 0x19A870, symSize: 0x10 } + - { offsetInCU: 0x19B3, offset: 0x1ABB0D, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2560, symBinAddr: 0x19A880, symSize: 0x10 } + - { offsetInCU: 0x19D5, offset: 0x1ABB2F, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x26B0, symBinAddr: 0x19A9D0, symSize: 0x20 } + - { offsetInCU: 0x19F1, offset: 0x1ABB4B, size: 0x8, addend: 0x0, symName: '_$s6Lottie14GradientStrokeC0B8DataKeys33_6D922235AD8FBD81D27680B7B23D9051LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x26D0, symBinAddr: 0x19A9F0, symSize: 0x20 } + - { offsetInCU: 0x3F, offset: 0x1ABDCE, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x0, symBinAddr: 0x19B530, symSize: 0x30 } + - { offsetInCU: 0xE9, offset: 0x1ABE78, size: 0x8, addend: 0x0, symName: '_$s6Lottie7EllipseC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x30, symBinAddr: 0x19B560, symSize: 0x60 } + - { offsetInCU: 0x148, offset: 0x1ABED7, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x90, symBinAddr: 0x19B5C0, symSize: 0x20 } + - { offsetInCU: 0x1B8, offset: 0x1ABF47, size: 0x8, addend: 0x0, symName: '_$sSq6LottieAA14InterpolatableRzlE11interpolate2to6amountxSgAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0xB0, symBinAddr: 0x19B5E0, symSize: 0x190 } + - { offsetInCU: 0x3F0, offset: 0x1AC17F, size: 0x8, addend: 0x0, symName: '_$s6Lottie18BezierPathKeyframeVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x240, symBinAddr: 0x19B770, symSize: 0xD0 } + - { offsetInCU: 0x58D, offset: 0x1AC31C, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0x310, symBinAddr: 0x19B840, symSize: 0x20 } + - { offsetInCU: 0x655, offset: 0x1AC3E4, size: 0x8, addend: 0x0, symName: '_$s6Lottie9RectangleC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x330, symBinAddr: 0x19B860, symSize: 0x70 } + - { offsetInCU: 0x98E, offset: 0x1AC71D, size: 0x8, addend: 0x0, symName: '_$s6Lottie23RadialGradientKeyframes33_B799B7369307A01782ECC9AEBF9C580CLLVAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0p2InR0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x3A0, symBinAddr: 0x19B8D0, symSize: 0x60 } + - { offsetInCU: 0xB4E, offset: 0x1AC8DD, size: 0x8, addend: 0x0, symName: '_$s6Lottie11CurveVertexVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x400, symBinAddr: 0x19B930, symSize: 0x80 } + - { offsetInCU: 0xBDD, offset: 0x1AC96C, size: 0x8, addend: 0x0, symName: '_$s6Lottie10BezierPathVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x480, symBinAddr: 0x19B9B0, symSize: 0x50 } + - { offsetInCU: 0xCD4, offset: 0x1ACA63, size: 0x8, addend: 0x0, symName: '_$s6Lottie12TextDocumentCAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x4D0, symBinAddr: 0x19BA00, symSize: 0x20 } + - { offsetInCU: 0xD91, offset: 0x1ACB20, size: 0x8, addend: 0x0, symName: '_$s6Lottie4StarC8KeyframeVAA17AnyInterpolatableA2aFP12_interpolate2to6amount17spatialOutTangent0i2InK0xx_12CoreGraphics7CGFloatVSo7CGPointVSgARtFTW', symObjAddr: 0x4F0, symBinAddr: 0x19BA20, symSize: 0x90 } + - { offsetInCU: 0xDF1, offset: 0x1ACB80, size: 0x8, addend: 0x0, symName: '_$s6Lottie21SpatialInterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x580, symBinAddr: 0x19BAB0, symSize: 0x30 } + - { offsetInCU: 0xE6C, offset: 0x1ACBFB, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x5B0, symBinAddr: 0x19BAE0, symSize: 0x40 } + - { offsetInCU: 0xF0A, offset: 0x1ACC99, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAASBRzrlE11interpolate2to6amountxx_12CoreGraphics7CGFloatVtF', symObjAddr: 0x5F0, symBinAddr: 0x19BB20, symSize: 0x110 } + - { offsetInCU: 0xFAC, offset: 0x1ACD3B, size: 0x8, addend: 0x0, symName: '_$sSd6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x700, symBinAddr: 0x19BC30, symSize: 0x40 } + - { offsetInCU: 0x1088, offset: 0x1ACE17, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie14InterpolatableA2dEP11interpolate2to6amountxx_ACtFTW', symObjAddr: 0x740, symBinAddr: 0x19BC70, symSize: 0x40 } + - { offsetInCU: 0x116B, offset: 0x1ACEFA, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatV6Lottie17AnyInterpolatableA2dEP12_interpolate2to6amount17spatialOutTangent0j2InL0xx_ACSo7CGPointVSgANtFTW', symObjAddr: 0x780, symBinAddr: 0x19BCB0, symSize: 0x40 } + - { offsetInCU: 0x129C, offset: 0x1AD02B, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie14InterpolatableA2aBP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x7C0, symBinAddr: 0x19BCF0, symSize: 0x40 } + - { offsetInCU: 0x137F, offset: 0x1AD10E, size: 0x8, addend: 0x0, symName: '_$sSf6Lottie17AnyInterpolatableA2aBP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFTW', symObjAddr: 0x800, symBinAddr: 0x19BD30, symSize: 0x40 } + - { offsetInCU: 0x145B, offset: 0x1AD1EA, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0x840, symBinAddr: 0x19BD70, symSize: 0x1A0 } + - { offsetInCU: 0x16F3, offset: 0x1AD482, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x9E0, symBinAddr: 0x19BF10, symSize: 0x140 } + - { offsetInCU: 0x18A9, offset: 0x1AD638, size: 0x8, addend: 0x0, symName: '_$sSo6CGRectV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xB20, symBinAddr: 0x19C050, symSize: 0x140 } + - { offsetInCU: 0x1A30, offset: 0x1AD7BF, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6LottieE11interpolate2to6amountA2B_12CoreGraphics7CGFloatVtF', symObjAddr: 0xC60, symBinAddr: 0x19C190, symSize: 0x30 } + - { offsetInCU: 0x1B0C, offset: 0x1AD89B, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie14InterpolatableA2cDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xC90, symBinAddr: 0x19C1C0, symSize: 0x40 } + - { offsetInCU: 0x1BFF, offset: 0x1AD98E, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xCD0, symBinAddr: 0x19C200, symSize: 0x40 } + - { offsetInCU: 0x1D49, offset: 0x1ADAD8, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6LottieE11interpolate2to6amount17spatialOutTangent0f2InH0A2B_12CoreGraphics7CGFloatVABSgALtF', symObjAddr: 0xD10, symBinAddr: 0x19C240, symSize: 0xA0 } + - { offsetInCU: 0x1EF1, offset: 0x1ADC80, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie21SpatialInterpolatableA2cDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xDB0, symBinAddr: 0x19C2E0, symSize: 0xC0 } + - { offsetInCU: 0x20D1, offset: 0x1ADE60, size: 0x8, addend: 0x0, symName: '_$sSo7CGPointV6Lottie17AnyInterpolatableA2cDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVABSgANtFTW', symObjAddr: 0xE70, symBinAddr: 0x19C3A0, symSize: 0xC0 } + - { offsetInCU: 0x2287, offset: 0x1AE016, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorV11interpolate2to6amountA2C_12CoreGraphics7CGFloatVtF', symObjAddr: 0xF30, symBinAddr: 0x19C460, symSize: 0x40 } + - { offsetInCU: 0x236A, offset: 0x1AE0F9, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xF70, symBinAddr: 0x19C4A0, symSize: 0x10 } + - { offsetInCU: 0x23DB, offset: 0x1AE16A, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A5ColorVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0xF80, symBinAddr: 0x19C4B0, symSize: 0x40 } + - { offsetInCU: 0x2458, offset: 0x1AE1E7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA14InterpolatableA2aDP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0xFC0, symBinAddr: 0x19C4F0, symSize: 0x40 } + - { offsetInCU: 0x2590, offset: 0x1AE31F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector1DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1000, symBinAddr: 0x19C530, symSize: 0x40 } + - { offsetInCU: 0x2720, offset: 0x1AE4AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x1040, symBinAddr: 0x19C570, symSize: 0xA0 } + - { offsetInCU: 0x28B9, offset: 0x1AE648, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x10E0, symBinAddr: 0x19C610, symSize: 0x30 } + - { offsetInCU: 0x2948, offset: 0x1AE6D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector2DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1110, symBinAddr: 0x19C640, symSize: 0xC0 } + - { offsetInCU: 0x2B47, offset: 0x1AE8D6, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DV11interpolate2to6amount17spatialOutTangent0f2InH0A2C_12CoreGraphics7CGFloatVSo7CGPointVSgANtF', symObjAddr: 0x11D0, symBinAddr: 0x19C700, symSize: 0xF0 } + - { offsetInCU: 0x2CB0, offset: 0x1AEA3F, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA21SpatialInterpolatableA2aDP11interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x12C0, symBinAddr: 0x19C7F0, symSize: 0x30 } + - { offsetInCU: 0x2D21, offset: 0x1AEAB0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A8Vector3DVAA17AnyInterpolatableA2aDP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x12F0, symBinAddr: 0x19C820, symSize: 0x60 } + - { offsetInCU: 0x2DF1, offset: 0x1AEB80, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1350, symBinAddr: 0x19C880, symSize: 0x210 } + - { offsetInCU: 0x2ED4, offset: 0x1AEC63, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1560, symBinAddr: 0x19CA90, symSize: 0x30 } + - { offsetInCU: 0x2EF0, offset: 0x1AEC7F, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1590, symBinAddr: 0x19CAC0, symSize: 0x60 } + - { offsetInCU: 0x2F0C, offset: 0x1AEC9B, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlAbCP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x15F0, symBinAddr: 0x19CB20, symSize: 0x10 } + - { offsetInCU: 0x2F28, offset: 0x1AECB7, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie17AnyInterpolatableA2B0C0RzlAbCP12_interpolate2to6amount17spatialOutTangent0g2InI0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAPtFTW', symObjAddr: 0x1600, symBinAddr: 0x19CB30, symSize: 0x60 } + - { offsetInCU: 0x2F4B, offset: 0x1AECDA, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldV11interpolate2to6amountACyxGAG_12CoreGraphics7CGFloatVtF', symObjAddr: 0x1660, symBinAddr: 0x19CB90, symSize: 0x30 } + - { offsetInCU: 0x2F9B, offset: 0x1AED2A, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA14InterpolatableA2aEP11interpolate2to6amountxx_12CoreGraphics7CGFloatVtFTW', symObjAddr: 0x1690, symBinAddr: 0x19CBC0, symSize: 0x10 } + - { offsetInCU: 0x2FB8, offset: 0x1AED47, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVyxGAA17AnyInterpolatableA2aEP12_interpolate2to6amount17spatialOutTangent0h2InJ0xx_12CoreGraphics7CGFloatVSo7CGPointVSgAQtFTW', symObjAddr: 0x16A0, symBinAddr: 0x19CBD0, symSize: 0x30 } + - { offsetInCU: 0x2FD4, offset: 0x1AED63, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufC12CoreGraphics7CGFloatV_ACTg5Tf4nd_n', symObjAddr: 0x16D0, symBinAddr: 0x19CC00, symSize: 0x10 } + - { offsetInCU: 0x2FEC, offset: 0x1AED7B, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSd_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x16E0, symBinAddr: 0x19CC10, symSize: 0x10 } + - { offsetInCU: 0x3004, offset: 0x1AED93, size: 0x8, addend: 0x0, symName: '_$s12CoreGraphics7CGFloatVACSBAAWl', symObjAddr: 0x16F0, symBinAddr: 0x19CC20, symSize: 0x30 } + - { offsetInCU: 0x3018, offset: 0x1AEDA7, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFSbyXEfu_TA', symObjAddr: 0x1720, symBinAddr: 0x19CC50, symSize: 0x40 } + - { offsetInCU: 0x3041, offset: 0x1AEDD0, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x1760, symBinAddr: 0x19CC90, symSize: 0x20 } + - { offsetInCU: 0x3055, offset: 0x1AEDE4, size: 0x8, addend: 0x0, symName: '_$sSa6LottieAA14InterpolatableRzlE11interpolate2to6amountSayxGAF_12CoreGraphics7CGFloatVtFxx_xtXEfU_TA', symObjAddr: 0x1780, symBinAddr: 0x19CCB0, symSize: 0x30 } + - { offsetInCU: 0x30B4, offset: 0x1AEE43, size: 0x8, addend: 0x0, symName: '_$sxxxs5Error_pIgnnrzo_x_xtxsAA_pIegnrzo_6Lottie14InterpolatableRzlTRTA', symObjAddr: 0x17B0, symBinAddr: 0x19CCE0, symSize: 0x60 } + - { offsetInCU: 0x30DD, offset: 0x1AEE6C, size: 0x8, addend: 0x0, symName: '_$sSayxG6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x1810, symBinAddr: 0x19CD40, symSize: 0x30 } + - { offsetInCU: 0x30F1, offset: 0x1AEE80, size: 0x8, addend: 0x0, symName: '_$sxSg6Lottie14InterpolatableA2bCRzlWI', symObjAddr: 0x1840, symBinAddr: 0x19CD70, symSize: 0x30 } + - { offsetInCU: 0x314A, offset: 0x1AEED9, size: 0x8, addend: 0x0, symName: '_$s6Lottie14InterpolatablePAAE12_interpolate2to6amount17spatialOutTangent0f2InH0xx_12CoreGraphics7CGFloatVSo7CGPointVSgANtFAA11CurveVertexV_Tg5Tf4nnddn_n', symObjAddr: 0x18E0, symBinAddr: 0x19CE10, symSize: 0x60 } + - { offsetInCU: 0x33C8, offset: 0x1AF157, size: 0x8, addend: 0x0, symName: '_$sSBsEyxqd__cSBRd__lufCSf_12CoreGraphics7CGFloatVTg5Tf4nd_n', symObjAddr: 0x1940, symBinAddr: 0x19CE70, symSize: 0x10 } + - { offsetInCU: 0x340A, offset: 0x1AF199, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMi', symObjAddr: 0x1950, symBinAddr: 0x19CE80, symSize: 0x10 } + - { offsetInCU: 0x341E, offset: 0x1AF1AD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMr', symObjAddr: 0x1960, symBinAddr: 0x19CE90, symSize: 0x60 } + - { offsetInCU: 0x3432, offset: 0x1AF1C1, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwCP', symObjAddr: 0x19C0, symBinAddr: 0x19CEF0, symSize: 0x60 } + - { offsetInCU: 0x3446, offset: 0x1AF1D5, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwxx', symObjAddr: 0x1A20, symBinAddr: 0x19CF50, symSize: 0x20 } + - { offsetInCU: 0x345A, offset: 0x1AF1E9, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwcp', symObjAddr: 0x1A40, symBinAddr: 0x19CF70, symSize: 0x20 } + - { offsetInCU: 0x346E, offset: 0x1AF1FD, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwca', symObjAddr: 0x1A60, symBinAddr: 0x19CF90, symSize: 0x20 } + - { offsetInCU: 0x3482, offset: 0x1AF211, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwtk', symObjAddr: 0x1A80, symBinAddr: 0x19CFB0, symSize: 0x20 } + - { offsetInCU: 0x3496, offset: 0x1AF225, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwta', symObjAddr: 0x1AA0, symBinAddr: 0x19CFD0, symSize: 0x20 } + - { offsetInCU: 0x34AA, offset: 0x1AF239, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwet', symObjAddr: 0x1AC0, symBinAddr: 0x19CFF0, symSize: 0x110 } + - { offsetInCU: 0x34BE, offset: 0x1AF24D, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVwst', symObjAddr: 0x1BD0, symBinAddr: 0x19D100, symSize: 0x210 } + - { offsetInCU: 0x34D2, offset: 0x1AF261, size: 0x8, addend: 0x0, symName: '_$s6Lottie4HoldVMa', symObjAddr: 0x1DE0, symBinAddr: 0x19D310, symSize: 0x10 } + - { offsetInCU: 0x4F, offset: 0x1AF69D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x19D320, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1AF6C2, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x19D360, symSize: 0x1C0 } + - { offsetInCU: 0xDC, offset: 0x1AF72A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x200, symBinAddr: 0x19D520, symSize: 0xF0 } + - { offsetInCU: 0x17B, offset: 0x1AF7C9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC6encode2toys7Encoder_p_tKF', symObjAddr: 0x2F0, symBinAddr: 0x19D610, symSize: 0x120 } + - { offsetInCU: 0x1FE, offset: 0x1AF84C, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD0xSg03RawD0Qz_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x19D770, symSize: 0x60 } + - { offsetInCU: 0x241, offset: 0x1AF88F, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSYAASY03rawD003RawD0QzvgTW', symObjAddr: 0x4B0, symBinAddr: 0x19D7D0, symSize: 0x20 } + - { offsetInCU: 0x281, offset: 0x1AF8CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0SSvgTW', symObjAddr: 0x4D0, symBinAddr: 0x19D7F0, symSize: 0x10 } + - { offsetInCU: 0x2CC, offset: 0x1AF91A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP06stringD0xSgSS_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x19D800, symSize: 0x60 } + - { offsetInCU: 0x317, offset: 0x1AF965, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0SiSgvgTW', symObjAddr: 0x540, symBinAddr: 0x19D860, symSize: 0x10 } + - { offsetInCU: 0x333, offset: 0x1AF981, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAsAGP03intD0xSgSi_tcfCTW', symObjAddr: 0x550, symBinAddr: 0x19D870, symSize: 0x10 } + - { offsetInCU: 0x34F, offset: 0x1AF99D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLO03rawD0SSvgTf4d_n', symObjAddr: 0x860, symBinAddr: 0x19D9A0, symSize: 0x20 } + - { offsetInCU: 0x38B, offset: 0x1AF9D9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfD', symObjAddr: 0x5B0, symBinAddr: 0x19D8D0, symSize: 0x30 } + - { offsetInCU: 0x45A, offset: 0x1AFAA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCfE', symObjAddr: 0x5A0, symBinAddr: 0x19D8C0, symSize: 0x10 } + - { offsetInCU: 0x487, offset: 0x1AFAD5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueCMa', symObjAddr: 0x5E0, symBinAddr: 0x19D900, symSize: 0x20 } + - { offsetInCU: 0x49B, offset: 0x1AFAE9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs0E3KeyAAWl', symObjAddr: 0x670, symBinAddr: 0x19D920, symSize: 0x30 } + - { offsetInCU: 0x4AF, offset: 0x1AFAFD, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwet', symObjAddr: 0x8A0, symBinAddr: 0x19D9C0, symSize: 0x50 } + - { offsetInCU: 0x4C3, offset: 0x1AFB11, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwst', symObjAddr: 0x8F0, symBinAddr: 0x19DA10, symSize: 0xA0 } + - { offsetInCU: 0x4D7, offset: 0x1AFB25, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwug', symObjAddr: 0x990, symBinAddr: 0x19DAB0, symSize: 0x10 } + - { offsetInCU: 0x4EB, offset: 0x1AFB39, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwup', symObjAddr: 0x9A0, symBinAddr: 0x19DAC0, symSize: 0x10 } + - { offsetInCU: 0x4FF, offset: 0x1AFB4D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOwui', symObjAddr: 0x9B0, symBinAddr: 0x19DAD0, symSize: 0x10 } + - { offsetInCU: 0x513, offset: 0x1AFB61, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOMa', symObjAddr: 0x9C0, symBinAddr: 0x19DAE0, symSize: 0x10 } + - { offsetInCU: 0x527, offset: 0x1AFB75, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASQWb', symObjAddr: 0x9D0, symBinAddr: 0x19DAF0, symSize: 0x10 } + - { offsetInCU: 0x53B, offset: 0x1AFB89, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFSQAAWl', symObjAddr: 0x9E0, symBinAddr: 0x19DB00, symSize: 0x30 } + - { offsetInCU: 0x54F, offset: 0x1AFB9D, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA10, symBinAddr: 0x19DB30, symSize: 0x10 } + - { offsetInCU: 0x563, offset: 0x1AFBB1, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA20, symBinAddr: 0x19DB40, symSize: 0x30 } + - { offsetInCU: 0x577, offset: 0x1AFBC5, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA50, symBinAddr: 0x19DB70, symSize: 0x10 } + - { offsetInCU: 0x58B, offset: 0x1AFBD9, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xA60, symBinAddr: 0x19DB80, symSize: 0x2E } + - { offsetInCU: 0x5C5, offset: 0x1AFC13, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x410, symBinAddr: 0x19D730, symSize: 0x10 } + - { offsetInCU: 0x605, offset: 0x1AFC53, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH04hashD0SivgTW', symObjAddr: 0x420, symBinAddr: 0x19D740, symSize: 0x10 } + - { offsetInCU: 0x645, offset: 0x1AFC93, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0x19D750, symSize: 0x10 } + - { offsetInCU: 0x685, offset: 0x1AFCD3, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOSHAASH08_rawHashD04seedS2i_tFTW', symObjAddr: 0x440, symBinAddr: 0x19D760, symSize: 0x10 } + - { offsetInCU: 0x6BC, offset: 0x1AFD0A, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0x19D880, symSize: 0x20 } + - { offsetInCU: 0x6D8, offset: 0x1AFD26, size: 0x8, addend: 0x0, symName: '_$s6Lottie19Vector1DEffectValueC10CodingKeys33_7B71845914B53DEAFC924C08DFD11305LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0x19D8A0, symSize: 0x20 } + - { offsetInCU: 0xCA, offset: 0x1AFFA6, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeO8rawValueSSvg', symObjAddr: 0x18E0, symBinAddr: 0x19F490, symSize: 0x20 } + - { offsetInCU: 0x11F, offset: 0x1AFFFB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1940, symBinAddr: 0x19F4F0, symSize: 0x70 } + - { offsetInCU: 0x185, offset: 0x1B0061, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x19B0, symBinAddr: 0x19F560, symSize: 0x30 } + - { offsetInCU: 0x234, offset: 0x1B0110, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1A70, symBinAddr: 0x19F620, symSize: 0x330 } + - { offsetInCU: 0x383, offset: 0x1B025F, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1DA0, symBinAddr: 0x19F950, symSize: 0x20 } + - { offsetInCU: 0x3C4, offset: 0x1B02A0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1E00, symBinAddr: 0x19F9B0, symSize: 0x70 } + - { offsetInCU: 0x3F8, offset: 0x1B02D4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1E70, symBinAddr: 0x19FA20, symSize: 0x30 } + - { offsetInCU: 0x414, offset: 0x1B02F0, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1EA0, symBinAddr: 0x19FA50, symSize: 0x10 } + - { offsetInCU: 0x44A, offset: 0x1B0326, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1EB0, symBinAddr: 0x19FA60, symSize: 0x70 } + - { offsetInCU: 0x495, offset: 0x1B0371, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1F20, symBinAddr: 0x19FAD0, symSize: 0x10 } + - { offsetInCU: 0x4B1, offset: 0x1B038D, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1F30, symBinAddr: 0x19FAE0, symSize: 0x10 } + - { offsetInCU: 0x4EC, offset: 0x1B03C8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCfD', symObjAddr: 0x1F80, symBinAddr: 0x19FB30, symSize: 0x20 } + - { offsetInCU: 0x537, offset: 0x1B0413, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC6encode2toys7Encoder_p_tKF', symObjAddr: 0x21B0, symBinAddr: 0x19FD40, symSize: 0x150 } + - { offsetInCU: 0x576, offset: 0x1B0452, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x2300, symBinAddr: 0x19FE90, symSize: 0x1C0 } + - { offsetInCU: 0x5CB, offset: 0x1B04A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x24C0, symBinAddr: 0x1A0050, symSize: 0x50 } + - { offsetInCU: 0x602, offset: 0x1B04DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2510, symBinAddr: 0x1A00A0, symSize: 0x20 } + - { offsetInCU: 0x626, offset: 0x1B0502, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementCMa', symObjAddr: 0x1FA0, symBinAddr: 0x19FB50, symSize: 0x20 } + - { offsetInCU: 0x63A, offset: 0x1B0516, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwet', symObjAddr: 0x1FE0, symBinAddr: 0x19FB70, symSize: 0x80 } + - { offsetInCU: 0x64E, offset: 0x1B052A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwst', symObjAddr: 0x2060, symBinAddr: 0x19FBF0, symSize: 0xD0 } + - { offsetInCU: 0x662, offset: 0x1B053E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwug', symObjAddr: 0x2130, symBinAddr: 0x19FCC0, symSize: 0x10 } + - { offsetInCU: 0x676, offset: 0x1B0552, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwup', symObjAddr: 0x2140, symBinAddr: 0x19FCD0, symSize: 0x10 } + - { offsetInCU: 0x68A, offset: 0x1B0566, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOwui', symObjAddr: 0x2150, symBinAddr: 0x19FCE0, symSize: 0x10 } + - { offsetInCU: 0x69E, offset: 0x1B057A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOMa', symObjAddr: 0x2160, symBinAddr: 0x19FCF0, symSize: 0x10 } + - { offsetInCU: 0x6B2, offset: 0x1B058E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASQWb', symObjAddr: 0x2170, symBinAddr: 0x19FD00, symSize: 0x10 } + - { offsetInCU: 0x6C6, offset: 0x1B05A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSQAAWl', symObjAddr: 0x2180, symBinAddr: 0x19FD10, symSize: 0x30 } + - { offsetInCU: 0x6DA, offset: 0x1B05B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs0D3KeyAAWl', symObjAddr: 0x25A0, symBinAddr: 0x1A00C0, symSize: 0x30 } + - { offsetInCU: 0x6EE, offset: 0x1B05CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSeAAWl', symObjAddr: 0x2600, symBinAddr: 0x1A00F0, symSize: 0x30 } + - { offsetInCU: 0x702, offset: 0x1B05DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSEAAWl', symObjAddr: 0x2690, symBinAddr: 0x1A0120, symSize: 0x30 } + - { offsetInCU: 0x716, offset: 0x1B05F2, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOACSYAAWl', symObjAddr: 0x2750, symBinAddr: 0x1A01B0, symSize: 0x30 } + - { offsetInCU: 0x72A, offset: 0x1B0606, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwet', symObjAddr: 0x2BA0, symBinAddr: 0x1A05A0, symSize: 0x80 } + - { offsetInCU: 0x73E, offset: 0x1B061A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwst', symObjAddr: 0x2C20, symBinAddr: 0x1A0620, symSize: 0xD0 } + - { offsetInCU: 0x752, offset: 0x1B062E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwug', symObjAddr: 0x2CF0, symBinAddr: 0x1A06F0, symSize: 0x10 } + - { offsetInCU: 0x766, offset: 0x1B0642, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwup', symObjAddr: 0x2D00, symBinAddr: 0x1A0700, symSize: 0x10 } + - { offsetInCU: 0x77A, offset: 0x1B0656, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOwui', symObjAddr: 0x2D10, symBinAddr: 0x1A0710, symSize: 0x10 } + - { offsetInCU: 0x78E, offset: 0x1B066A, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOMa', symObjAddr: 0x2D20, symBinAddr: 0x1A0720, symSize: 0x10 } + - { offsetInCU: 0x7A2, offset: 0x1B067E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASQWb', symObjAddr: 0x2D30, symBinAddr: 0x1A0730, symSize: 0x10 } + - { offsetInCU: 0x7B6, offset: 0x1B0692, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAESQAAWl', symObjAddr: 0x2D40, symBinAddr: 0x1A0740, symSize: 0x30 } + - { offsetInCU: 0x7CA, offset: 0x1B06A6, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2D70, symBinAddr: 0x1A0770, symSize: 0x10 } + - { offsetInCU: 0x7DE, offset: 0x1B06BA, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2D80, symBinAddr: 0x1A0780, symSize: 0x30 } + - { offsetInCU: 0x7F2, offset: 0x1B06CE, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2DB0, symBinAddr: 0x1A07B0, symSize: 0x10 } + - { offsetInCU: 0x806, offset: 0x1B06E2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2DC0, symBinAddr: 0x1A07C0, symSize: 0x30 } + - { offsetInCU: 0x867, offset: 0x1B0743, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0x0, symBinAddr: 0x19DBB0, symSize: 0x60 } + - { offsetInCU: 0x941, offset: 0x1B081D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x60, symBinAddr: 0x19DC10, symSize: 0x60 } + - { offsetInCU: 0xA1B, offset: 0x1B08F7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0xC0, symBinAddr: 0x19DC70, symSize: 0x90 } + - { offsetInCU: 0xAE9, offset: 0x1B09C5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15RenderingEngineO_TB5', symObjAddr: 0x150, symBinAddr: 0x19DD00, symSize: 0x70 } + - { offsetInCU: 0xB9A, offset: 0x1B0A76, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x1C0, symBinAddr: 0x19DD70, symSize: 0x60 } + - { offsetInCU: 0xC74, offset: 0x1B0B50, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x220, symBinAddr: 0x19DDD0, symSize: 0x60 } + - { offsetInCU: 0xD4E, offset: 0x1B0C2A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0x280, symBinAddr: 0x19DE30, symSize: 0x60 } + - { offsetInCU: 0xE28, offset: 0x1B0D04, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie14TextLayerModelC0E10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x2E0, symBinAddr: 0x19DE90, symSize: 0x60 } + - { offsetInCU: 0xED9, offset: 0x1B0DB5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0x340, symBinAddr: 0x19DEF0, symSize: 0x60 } + - { offsetInCU: 0xFB3, offset: 0x1B0E8F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x3A0, symBinAddr: 0x19DF50, symSize: 0x60 } + - { offsetInCU: 0x108D, offset: 0x1B0F69, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x400, symBinAddr: 0x19DFB0, symSize: 0x60 } + - { offsetInCU: 0x1167, offset: 0x1B1043, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x460, symBinAddr: 0x19E010, symSize: 0x60 } + - { offsetInCU: 0x1241, offset: 0x1B111D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie0D8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0x4C0, symBinAddr: 0x19E070, symSize: 0x60 } + - { offsetInCU: 0x12F2, offset: 0x1B11CE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x520, symBinAddr: 0x19E0D0, symSize: 0x60 } + - { offsetInCU: 0x13CC, offset: 0x1B12A8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x580, symBinAddr: 0x19E130, symSize: 0x60 } + - { offsetInCU: 0x14A6, offset: 0x1B1382, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x5E0, symBinAddr: 0x19E190, symSize: 0x60 } + - { offsetInCU: 0x1580, offset: 0x1B145C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x640, symBinAddr: 0x19E1F0, symSize: 0x60 } + - { offsetInCU: 0x165A, offset: 0x1B1536, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x6A0, symBinAddr: 0x19E250, symSize: 0x60 } + - { offsetInCU: 0x1734, offset: 0x1B1610, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie03DotD13AnimationModeO_Tg5', symObjAddr: 0x700, symBinAddr: 0x19E2B0, symSize: 0x70 } + - { offsetInCU: 0x17E5, offset: 0x1B16C1, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0x780, symBinAddr: 0x19E330, symSize: 0x60 } + - { offsetInCU: 0x1896, offset: 0x1B1772, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x7E0, symBinAddr: 0x19E390, symSize: 0x60 } + - { offsetInCU: 0x1970, offset: 0x1B184C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x840, symBinAddr: 0x19E3F0, symSize: 0x60 } + - { offsetInCU: 0x1A4A, offset: 0x1B1926, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x8A0, symBinAddr: 0x19E450, symSize: 0x70 } + - { offsetInCU: 0x1AFB, offset: 0x1B19D7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0x910, symBinAddr: 0x19E4C0, symSize: 0x60 } + - { offsetInCU: 0x1BAC, offset: 0x1B1A88, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x970, symBinAddr: 0x19E520, symSize: 0x60 } + - { offsetInCU: 0x1C86, offset: 0x1B1B62, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie12TextAnimatorC0E12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0x9D0, symBinAddr: 0x19E580, symSize: 0x60 } + - { offsetInCU: 0x1D60, offset: 0x1B1C3C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0xA30, symBinAddr: 0x19E5E0, symSize: 0x60 } + - { offsetInCU: 0x1E3A, offset: 0x1B1D16, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie15DashElementTypeO_Tg5', symObjAddr: 0xB00, symBinAddr: 0x19E6B0, symSize: 0x60 } + - { offsetInCU: 0x1F14, offset: 0x1B1DF0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xB60, symBinAddr: 0x19E710, symSize: 0x60 } + - { offsetInCU: 0x1F89, offset: 0x1B1E65, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie03DotF13AnimationModeO_Tg5', symObjAddr: 0xBC0, symBinAddr: 0x19E770, symSize: 0x60 } + - { offsetInCU: 0x1FDC, offset: 0x1B1EB8, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie0F8Vector2DV10CodingKeys33_A243E605DFCD30C0889CE73957799305LLO_Tg5', symObjAddr: 0xC20, symBinAddr: 0x19E7D0, symSize: 0x60 } + - { offsetInCU: 0x202F, offset: 0x1B1F0B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10BezierPathV10CodingKeysO_Tg5', symObjAddr: 0xC80, symBinAddr: 0x19E830, symSize: 0x60 } + - { offsetInCU: 0x20AB, offset: 0x1B1F87, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10ImageAssetC10CodingKeysO_Tg5', symObjAddr: 0xCE0, symBinAddr: 0x19E890, symSize: 0x60 } + - { offsetInCU: 0x2127, offset: 0x1B2003, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie10LayerStyleC10CodingKeys33_43372F72B9445141BF954183B00609BDLLO_Tg5', symObjAddr: 0xD40, symBinAddr: 0x19E8F0, symSize: 0x60 } + - { offsetInCU: 0x217A, offset: 0x1B2056, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11DashElementC10CodingKeysO_Tg5', symObjAddr: 0xDA0, symBinAddr: 0x19E950, symSize: 0x50 } + - { offsetInCU: 0x21CD, offset: 0x1B20A9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie06EffectB0C10CodingKeys33_941025B904A7ABDFAF9EBB2B9A876B0ALLO_Tg5', symObjAddr: 0xDF0, symBinAddr: 0x19E9A0, symSize: 0x60 } + - { offsetInCU: 0x2220, offset: 0x1B20FC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie11LayerEffectC10CodingKeys33_B06AEAFB3E0D82DB8EB091C7FF7F8069LLO_Tg5', symObjAddr: 0xE50, symBinAddr: 0x19EA00, symSize: 0x60 } + - { offsetInCU: 0x22BA, offset: 0x1B2196, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12GradientFillC10CodingKeys33_C08E2E93D670F80F99E7063766FBB353LLO_Tg5', symObjAddr: 0xEC0, symBinAddr: 0x19EA70, symSize: 0x60 } + - { offsetInCU: 0x235C, offset: 0x1B2238, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12PropertyNameO_Tg5', symObjAddr: 0xF20, symBinAddr: 0x19EAD0, symSize: 0x60 } + - { offsetInCU: 0x23E0, offset: 0x1B22BC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC0G12SelectorKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xF80, symBinAddr: 0x19EB30, symSize: 0x60 } + - { offsetInCU: 0x245C, offset: 0x1B2338, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie12TextAnimatorC10CodingKeys33_D1C972A6325FD74CAD8375FE1DD4D7D0LLO_Tg5', symObjAddr: 0xFE0, symBinAddr: 0x19EB90, symSize: 0x60 } + - { offsetInCU: 0x24D8, offset: 0x1B23B4, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie14TextLayerModelC0G10CodingKeys33_1FCCF4BAAF619AFC57DF9456679CE6D6LLO_Tg5', symObjAddr: 0x10B0, symBinAddr: 0x19EC60, symSize: 0x60 } + - { offsetInCU: 0x252B, offset: 0x1B2407, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DashElementTypeO_Tg5', symObjAddr: 0x1110, symBinAddr: 0x19ECC0, symSize: 0x60 } + - { offsetInCU: 0x25A7, offset: 0x1B2483, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15DropShadowStyleC10CodingKeys33_591AB20EB7A1F49502167E7C15B75C58LLO_Tg5', symObjAddr: 0x1170, symBinAddr: 0x19ED20, symSize: 0x60 } + - { offsetInCU: 0x2623, offset: 0x1B24FF, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15RenderingEngineO_TB5', symObjAddr: 0x11D0, symBinAddr: 0x19ED80, symSize: 0x70 } + - { offsetInCU: 0x2676, offset: 0x1B2552, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie15SolidLayerModelC10CodingKeys33_A4F92C4E9E889EE839643CE5313C0C60LLO_Tg5', symObjAddr: 0x1240, symBinAddr: 0x19EDF0, symSize: 0x60 } + - { offsetInCU: 0x26F2, offset: 0x1B25CE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie17PreCompLayerModelC10CodingKeys33_F56A6ADEC1BB9ED388A359B8FB32484ALLO_Tg5', symObjAddr: 0x12A0, symBinAddr: 0x19EE50, symSize: 0x60 } + - { offsetInCU: 0x276E, offset: 0x1B264A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie21RenderingEngineOptionO_TB5', symObjAddr: 0x1300, symBinAddr: 0x19EEB0, symSize: 0x90 } + - { offsetInCU: 0x27DE, offset: 0x1B26BA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FillC10CodingKeys33_8951785B3DB74542451DD159E2256E5CLLO_Tg5', symObjAddr: 0x1390, symBinAddr: 0x19EF40, symSize: 0x60 } + - { offsetInCU: 0x285A, offset: 0x1B2736, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4FontC10CodingKeys33_AF419FAD4CD7290A57B82A5F752EDB01LLO_Tg5', symObjAddr: 0x13F0, symBinAddr: 0x19EFA0, symSize: 0x60 } + - { offsetInCU: 0x28D6, offset: 0x1B27B2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4MaskC10CodingKeysO_Tg5', symObjAddr: 0x1450, symBinAddr: 0x19F000, symSize: 0x60 } + - { offsetInCU: 0x2952, offset: 0x1B282E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie4TrimC10CodingKeys33_D6092D3DEFB5B65828913FD208CE114FLLO_Tg5', symObjAddr: 0x14B0, symBinAddr: 0x19F060, symSize: 0x60 } + - { offsetInCU: 0x29CE, offset: 0x1B28AA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5GlyphC10CodingKeys33_BA2803B0C5558A1BF0F559F6D5802682LLO_Tg5', symObjAddr: 0x1510, symBinAddr: 0x19F0C0, symSize: 0x60 } + - { offsetInCU: 0x2A4A, offset: 0x1B2926, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie5ShapeC10CodingKeys33_914B6EC4AD1AB3A111F739440D1A29DDLLO_Tg5', symObjAddr: 0x1570, symBinAddr: 0x19F120, symSize: 0x70 } + - { offsetInCU: 0x2A9D, offset: 0x1B2979, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6MarkerC10CodingKeysO_Tg5', symObjAddr: 0x15E0, symBinAddr: 0x19F190, symSize: 0x60 } + - { offsetInCU: 0x2B37, offset: 0x1B2A13, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie6StrokeC10CodingKeys33_2384A84A060B93E75F9D6255562D2169LLO_Tg5', symObjAddr: 0x1640, symBinAddr: 0x19F1F0, symSize: 0x60 } + - { offsetInCU: 0x2BBB, offset: 0x1B2A97, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie7EllipseC10CodingKeys33_438B0588DA190719E37B39410AB74831LLO_Tg5', symObjAddr: 0x16A0, symBinAddr: 0x19F250, symSize: 0x60 } + - { offsetInCU: 0x2C55, offset: 0x1B2B31, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8MaskModeO_Tg5', symObjAddr: 0x1700, symBinAddr: 0x19F2B0, symSize: 0x60 } + - { offsetInCU: 0x2CD9, offset: 0x1B2BB5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie8RepeaterC10CodingKeys33_AE71D12FF9FED444AC1CAB5147F5866ALLO_Tg5', symObjAddr: 0x1760, symBinAddr: 0x19F310, symSize: 0x60 } + - { offsetInCU: 0x2D55, offset: 0x1B2C31, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9RectangleC10CodingKeys33_2E800F755D51B34C4DDDBB00BA4D96CALLO_Tg5', symObjAddr: 0x17C0, symBinAddr: 0x19F370, symSize: 0x60 } + - { offsetInCU: 0x2DD1, offset: 0x1B2CAD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9ShapeItemC10CodingKeys33_B043B4898C17BF3469322680C60EE24ALLO_Tg5', symObjAddr: 0x1820, symBinAddr: 0x19F3D0, symSize: 0x60 } + - { offsetInCU: 0x2E4D, offset: 0x1B2D29, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF6Lottie9TransformC18PositionCodingKeysO_Tg5', symObjAddr: 0x1880, symBinAddr: 0x19F430, symSize: 0x60 } + - { offsetInCU: 0x2EC9, offset: 0x1B2DA5, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1900, symBinAddr: 0x19F4B0, symSize: 0x10 } + - { offsetInCU: 0x2EE5, offset: 0x1B2DC1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x1910, symBinAddr: 0x19F4C0, symSize: 0x10 } + - { offsetInCU: 0x2F01, offset: 0x1B2DDD, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1920, symBinAddr: 0x19F4D0, symSize: 0x10 } + - { offsetInCU: 0x2F15, offset: 0x1B2DF1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1930, symBinAddr: 0x19F4E0, symSize: 0x10 } + - { offsetInCU: 0x2F2F, offset: 0x1B2E0B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x19E0, symBinAddr: 0x19F590, symSize: 0x50 } + - { offsetInCU: 0x2F52, offset: 0x1B2E2E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15DashElementTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1A30, symBinAddr: 0x19F5E0, symSize: 0x40 } + - { offsetInCU: 0x2FB0, offset: 0x1B2E8C, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1DC0, symBinAddr: 0x19F970, symSize: 0x10 } + - { offsetInCU: 0x2FCC, offset: 0x1B2EA8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1DD0, symBinAddr: 0x19F980, symSize: 0x10 } + - { offsetInCU: 0x2FE8, offset: 0x1B2EC4, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1DE0, symBinAddr: 0x19F990, symSize: 0x10 } + - { offsetInCU: 0x2FFC, offset: 0x1B2ED8, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1DF0, symBinAddr: 0x19F9A0, symSize: 0x10 } + - { offsetInCU: 0x3016, offset: 0x1B2EF2, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1F40, symBinAddr: 0x19FAF0, symSize: 0x20 } + - { offsetInCU: 0x3032, offset: 0x1B2F0E, size: 0x8, addend: 0x0, symName: '_$s6Lottie11DashElementC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1F60, symBinAddr: 0x19FB10, symSize: 0x20 } + - { offsetInCU: 0x2B, offset: 0x1B30AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1A07F0, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0x1B30D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x0, symBinAddr: 0x1A07F0, symSize: 0x40 } + - { offsetInCU: 0x74, offset: 0x1B30F8, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x40, symBinAddr: 0x1A0830, symSize: 0x180 } + - { offsetInCU: 0xF5, offset: 0x1B3179, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10dictionaryACSDySSypG_tKcfc', symObjAddr: 0x1C0, symBinAddr: 0x1A09B0, symSize: 0xD0 } + - { offsetInCU: 0x187, offset: 0x1B320B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC6encode2toys7Encoder_p_tKF', symObjAddr: 0x290, symBinAddr: 0x1A0A80, symSize: 0x100 } + - { offsetInCU: 0x20A, offset: 0x1B328E, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x3D0, symBinAddr: 0x1A0BC0, symSize: 0x60 } + - { offsetInCU: 0x24D, offset: 0x1B32D1, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x430, symBinAddr: 0x1A0C20, symSize: 0x20 } + - { offsetInCU: 0x28D, offset: 0x1B3311, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x450, symBinAddr: 0x1A0C40, symSize: 0x10 } + - { offsetInCU: 0x2D8, offset: 0x1B335C, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x460, symBinAddr: 0x1A0C50, symSize: 0x60 } + - { offsetInCU: 0x323, offset: 0x1B33A7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x4C0, symBinAddr: 0x1A0CB0, symSize: 0x10 } + - { offsetInCU: 0x33F, offset: 0x1B33C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0x1A0CC0, symSize: 0x10 } + - { offsetInCU: 0x35B, offset: 0x1B33DF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLO11stringValueSSvgTf4d_n', symObjAddr: 0x9B0, symBinAddr: 0x1A0FD0, symSize: 0x1A } + - { offsetInCU: 0x397, offset: 0x1B341B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfD', symObjAddr: 0x540, symBinAddr: 0x1A0D30, symSize: 0x60 } + - { offsetInCU: 0x433, offset: 0x1B34B7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCfE', symObjAddr: 0x520, symBinAddr: 0x1A0D10, symSize: 0x20 } + - { offsetInCU: 0x48B, offset: 0x1B350F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelCMa', symObjAddr: 0x5A0, symBinAddr: 0x1A0D90, symSize: 0x20 } + - { offsetInCU: 0x49F, offset: 0x1B3523, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs0E3KeyAAWl', symObjAddr: 0x630, symBinAddr: 0x1A0DB0, symSize: 0x30 } + - { offsetInCU: 0x4B3, offset: 0x1B3537, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwet', symObjAddr: 0x7C0, symBinAddr: 0x1A0DE0, symSize: 0x50 } + - { offsetInCU: 0x4C7, offset: 0x1B354B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwst', symObjAddr: 0x810, symBinAddr: 0x1A0E30, symSize: 0xA0 } + - { offsetInCU: 0x4DB, offset: 0x1B355F, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwug', symObjAddr: 0x8B0, symBinAddr: 0x1A0ED0, symSize: 0x10 } + - { offsetInCU: 0x4EF, offset: 0x1B3573, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwup', symObjAddr: 0x8C0, symBinAddr: 0x1A0EE0, symSize: 0x10 } + - { offsetInCU: 0x503, offset: 0x1B3587, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOwui', symObjAddr: 0x8D0, symBinAddr: 0x1A0EF0, symSize: 0x10 } + - { offsetInCU: 0x517, offset: 0x1B359B, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOMa', symObjAddr: 0x8E0, symBinAddr: 0x1A0F00, symSize: 0x10 } + - { offsetInCU: 0x52B, offset: 0x1B35AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASQWb', symObjAddr: 0x8F0, symBinAddr: 0x1A0F10, symSize: 0x10 } + - { offsetInCU: 0x53F, offset: 0x1B35C3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFSQAAWl', symObjAddr: 0x900, symBinAddr: 0x1A0F20, symSize: 0x30 } + - { offsetInCU: 0x553, offset: 0x1B35D7, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0x1A0F50, symSize: 0x10 } + - { offsetInCU: 0x567, offset: 0x1B35EB, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x940, symBinAddr: 0x1A0F60, symSize: 0x30 } + - { offsetInCU: 0x57B, offset: 0x1B35FF, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x970, symBinAddr: 0x1A0F90, symSize: 0x10 } + - { offsetInCU: 0x58F, offset: 0x1B3613, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x980, symBinAddr: 0x1A0FA0, symSize: 0x30 } + - { offsetInCU: 0x5CF, offset: 0x1B3653, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0x1A0B80, symSize: 0x10 } + - { offsetInCU: 0x60F, offset: 0x1B3693, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH9hashValueSivgTW', symObjAddr: 0x3A0, symBinAddr: 0x1A0B90, symSize: 0x10 } + - { offsetInCU: 0x64F, offset: 0x1B36D3, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B0, symBinAddr: 0x1A0BA0, symSize: 0x10 } + - { offsetInCU: 0x68F, offset: 0x1B3713, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x1A0BB0, symSize: 0x10 } + - { offsetInCU: 0x6C6, offset: 0x1B374A, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x4E0, symBinAddr: 0x1A0CD0, symSize: 0x20 } + - { offsetInCU: 0x6E2, offset: 0x1B3766, size: 0x8, addend: 0x0, symName: '_$s6Lottie15ShapeLayerModelC10CodingKeys33_FE72F9FAA0920A551B9C873D9635AC5CLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x500, symBinAddr: 0x1A0CF0, symSize: 0x20 } + - { offsetInCU: 0x118, offset: 0x1B3A53, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x370, symBinAddr: 0x1A1360, symSize: 0x10 } + - { offsetInCU: 0x1A1, offset: 0x1B3ADC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH9hashValueSivgTW', symObjAddr: 0x380, symBinAddr: 0x1A1370, symSize: 0x40 } + - { offsetInCU: 0x285, offset: 0x1B3BC0, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x1A13B0, symSize: 0x20 } + - { offsetInCU: 0x2F8, offset: 0x1B3C33, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC8logIssue7message7contextySS_SStKFSbyXEfu_', symObjAddr: 0x460, symBinAddr: 0x1A1450, symSize: 0x30 } + - { offsetInCU: 0x344, offset: 0x1B3C7F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCfD', symObjAddr: 0x490, symBinAddr: 0x1A1480, symSize: 0x30 } + - { offsetInCU: 0x388, offset: 0x1B3CC3, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKF', symObjAddr: 0x0, symBinAddr: 0x1A0FF0, symSize: 0x2B0 } + - { offsetInCU: 0x5B4, offset: 0x1B3EEF, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueV11descriptionSSvg', symObjAddr: 0x2B0, symBinAddr: 0x1A12A0, symSize: 0xA0 } + - { offsetInCU: 0x6CA, offset: 0x1B4005, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x350, symBinAddr: 0x1A1340, symSize: 0x20 } + - { offsetInCU: 0x7DB, offset: 0x1B4116, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerCMa', symObjAddr: 0x4C0, symBinAddr: 0x1A14B0, symSize: 0x20 } + - { offsetInCU: 0x7EF, offset: 0x1B412A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwet', symObjAddr: 0x520, symBinAddr: 0x1A14D0, symSize: 0x80 } + - { offsetInCU: 0x803, offset: 0x1B413E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwst', symObjAddr: 0x5A0, symBinAddr: 0x1A1550, symSize: 0xD0 } + - { offsetInCU: 0x817, offset: 0x1B4152, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwug', symObjAddr: 0x670, symBinAddr: 0x1A1620, symSize: 0x10 } + - { offsetInCU: 0x82B, offset: 0x1B4166, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwup', symObjAddr: 0x680, symBinAddr: 0x1A1630, symSize: 0x10 } + - { offsetInCU: 0x83F, offset: 0x1B417A, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOwui', symObjAddr: 0x690, symBinAddr: 0x1A1640, symSize: 0x10 } + - { offsetInCU: 0x853, offset: 0x1B418E, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOMa', symObjAddr: 0x6A0, symBinAddr: 0x1A1650, symSize: 0x10 } + - { offsetInCU: 0x867, offset: 0x1B41A2, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVwCP', symObjAddr: 0x6B0, symBinAddr: 0x1A1660, symSize: 0x30 } + - { offsetInCU: 0x87B, offset: 0x1B41B6, size: 0x8, addend: 0x0, symName: '_$s6Lottie18CompatibilityIssueVMa', symObjAddr: 0x760, symBinAddr: 0x1A16F0, symSize: 0x10 } + - { offsetInCU: 0x88F, offset: 0x1B41CA, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASQWb', symObjAddr: 0x770, symBinAddr: 0x1A1700, symSize: 0x10 } + - { offsetInCU: 0x8A3, offset: 0x1B41DE, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOAESQAAWl', symObjAddr: 0x780, symBinAddr: 0x1A1710, symSize: 0x30 } + - { offsetInCU: 0x8D5, offset: 0x1B4210, size: 0x8, addend: 0x0, symName: '_$s6Lottie12LayerContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueC0SSvgTW', symObjAddr: 0x7B0, symBinAddr: 0x1A1740, symSize: 0x30 } + - { offsetInCU: 0x91A, offset: 0x1B4255, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextV018compatibilityIssueD0SSvg', symObjAddr: 0x7E0, symBinAddr: 0x1A1770, symSize: 0x80 } + - { offsetInCU: 0x93C, offset: 0x1B4277, size: 0x8, addend: 0x0, symName: '_$s6Lottie21LayerAnimationContextVAA29CompatibilityTrackerProvidingA2aDP018compatibilityIssueD0SSvgTW', symObjAddr: 0x860, symBinAddr: 0x1A17F0, symSize: 0x10 } + - { offsetInCU: 0x950, offset: 0x1B428B, size: 0x8, addend: 0x0, symName: '_$s6Lottie0A6LoggerC6assert__6fileID4lineySbyXK_SSyXKs12StaticStringVSutFSbyXEfu_TA', symObjAddr: 0x930, symBinAddr: 0x1A1810, symSize: 0x20 } + - { offsetInCU: 0x994, offset: 0x1B42CF, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA12LayerContextV_Tg5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0x9B0, symBinAddr: 0x1A1830, symSize: 0x310 } + - { offsetInCU: 0xC70, offset: 0x1B45AB, size: 0x8, addend: 0x0, symName: '_$s6Lottie29CompatibilityTrackerProvidingPAAE19compatibilityAssertyySb_SSyXKtKFAA21LayerAnimationContextV_TB5078$s6Lottie13KeyframeGroupC010exactlyOneB07context11description6fileID4linexAA29bcD34_p_SSs12StaticStringVSutKFSSyXEfu_SSTf1ncn_nTf4nng_n', symObjAddr: 0xCC0, symBinAddr: 0x1A1B40, symSize: 0x350 } + - { offsetInCU: 0xF38, offset: 0x1B4873, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwug', symObjAddr: 0x12C0, symBinAddr: 0x1A2100, symSize: 0x10 } + - { offsetInCU: 0xF4C, offset: 0x1B4887, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwup', symObjAddr: 0x12D0, symBinAddr: 0x1A2110, symSize: 0x10 } + - { offsetInCU: 0xF60, offset: 0x1B489B, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOwui', symObjAddr: 0x12E0, symBinAddr: 0x1A2120, symSize: 0x10 } + - { offsetInCU: 0xF74, offset: 0x1B48AF, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOMa', symObjAddr: 0x12F0, symBinAddr: 0x1A2130, symSize: 0x10 } + - { offsetInCU: 0xFE4, offset: 0x1B491F, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC4ModeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3E0, symBinAddr: 0x1A13D0, symSize: 0x40 } + - { offsetInCU: 0x1081, offset: 0x1B49BC, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP7_domainSSvgTW', symObjAddr: 0x420, symBinAddr: 0x1A1410, symSize: 0x10 } + - { offsetInCU: 0x109D, offset: 0x1B49D8, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP5_codeSivgTW', symObjAddr: 0x430, symBinAddr: 0x1A1420, symSize: 0x10 } + - { offsetInCU: 0x10B9, offset: 0x1B49F4, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x440, symBinAddr: 0x1A1430, symSize: 0x10 } + - { offsetInCU: 0x10D5, offset: 0x1B4A10, size: 0x8, addend: 0x0, symName: '_$s6Lottie20CompatibilityTrackerC5ErrorOsAdAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x450, symBinAddr: 0x1A1440, symSize: 0x10 } +... diff --git a/ios/titanium.xcconfig b/ios/titanium.xcconfig index a78f83c..ffe3528 100644 --- a/ios/titanium.xcconfig +++ b/ios/titanium.xcconfig @@ -4,7 +4,7 @@ // OF YOUR TITANIUM SDK YOU'RE BUILDING FOR // // -TITANIUM_SDK_VERSION = 12.0.0.GA +TITANIUM_SDK_VERSION = 12.3.1.GA // // THESE SHOULD BE OK GENERALLY AS-IS